/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.18-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: debora34_wrdp1
-- ------------------------------------------------------
-- Server version	10.11.18-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES 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 `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`)
) ENGINE=MyISAM AUTO_INCREMENT=76308 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES
(76281,'aioseo_admin_notifications_update','pending','2021-12-02 06:19:07','2021-12-02 01:19:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1638425947;s:18:\"\0*\0first_timestamp\";i:1608685200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1638425947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(76306,'aioseo_image_sitemap_scan','complete','2021-12-01 13:15:13','2021-12-01 08:15:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1638364513;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1638364513;}',1,1,'2021-12-01 13:16:06','2021-12-01 08:16:06',0,NULL),
(76218,'aioseo_cache_prune','pending','2021-12-01 14:02:12','2021-12-01 09:02:12','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1638367332;s:18:\"\0*\0first_timestamp\";i:1636551637;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1638367332;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(76307,'aioseo_image_sitemap_scan','pending','2021-12-01 13:31:06','2021-12-01 08:31:06','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1638365466;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1638365466;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=436337 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES
(1,'aioseo'),
(2,'action-scheduler-migration');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=216429 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES
(1,4163,'action created','2020-12-22 12:49:11','2020-12-22 07:49:11'),
(2,4164,'action created','2020-12-22 12:49:11','2020-12-22 07:49:11'),
(93405,35299,'action created','2021-01-22 12:50:27','2021-01-22 07:50:27'),
(4,4164,'action started via WP Cron','2020-12-22 12:49:12','2020-12-22 07:49:12'),
(5,4164,'action complete via WP Cron','2020-12-22 12:49:12','2020-12-22 07:49:12'),
(6,4166,'action created','2020-12-22 12:49:12','2020-12-22 07:49:12'),
(7,4166,'action started via Async Request','2020-12-22 12:49:13','2020-12-22 07:49:13'),
(8,4167,'action created','2020-12-22 12:49:13','2020-12-22 07:49:13'),
(9,4166,'action complete via Async Request','2020-12-22 12:49:13','2020-12-22 07:49:13'),
(10,4168,'action created','2020-12-22 12:49:15','2020-12-22 07:49:15'),
(11,4167,'action started via Async Request','2020-12-22 12:49:19','2020-12-22 07:49:19'),
(12,4169,'action created','2020-12-22 12:49:20','2020-12-22 07:49:20'),
(13,4167,'action complete via Async Request','2020-12-22 12:49:20','2020-12-22 07:49:20'),
(14,4168,'action started via Async Request','2020-12-22 12:49:25','2020-12-22 07:49:25'),
(15,4168,'action complete via Async Request','2020-12-22 12:49:25','2020-12-22 07:49:25'),
(16,4169,'action started via Async Request','2020-12-22 12:49:25','2020-12-22 07:49:25'),
(17,4170,'action created','2020-12-22 12:49:25','2020-12-22 07:49:25'),
(18,4169,'action complete via Async Request','2020-12-22 12:49:25','2020-12-22 07:49:25'),
(19,4170,'action started via Async Request','2020-12-22 12:49:31','2020-12-22 07:49:31'),
(20,4171,'action created','2020-12-22 12:49:31','2020-12-22 07:49:31'),
(21,4170,'action complete via Async Request','2020-12-22 12:49:31','2020-12-22 07:49:31'),
(22,4171,'action started via Async Request','2020-12-22 12:49:37','2020-12-22 07:49:37'),
(23,4172,'action created','2020-12-22 12:49:37','2020-12-22 07:49:37'),
(24,4171,'action complete via Async Request','2020-12-22 12:49:37','2020-12-22 07:49:37'),
(25,4172,'action started via Async Request','2020-12-22 12:49:43','2020-12-22 07:49:43'),
(26,4173,'action created','2020-12-22 12:49:43','2020-12-22 07:49:43'),
(27,4172,'action complete via Async Request','2020-12-22 12:49:43','2020-12-22 07:49:43'),
(28,4173,'action started via Async Request','2020-12-22 12:49:49','2020-12-22 07:49:49'),
(29,4174,'action created','2020-12-22 12:49:49','2020-12-22 07:49:49'),
(30,4173,'action complete via Async Request','2020-12-22 12:49:49','2020-12-22 07:49:49'),
(31,4174,'action started via Async Request','2020-12-22 12:49:54','2020-12-22 07:49:54'),
(32,4175,'action created','2020-12-22 12:49:55','2020-12-22 07:49:55'),
(33,4174,'action complete via Async Request','2020-12-22 12:49:55','2020-12-22 07:49:55'),
(34,4175,'action started via Async Request','2020-12-22 12:50:00','2020-12-22 07:50:00'),
(35,4176,'action created','2020-12-22 12:50:01','2020-12-22 07:50:01'),
(36,4175,'action complete via Async Request','2020-12-22 12:50:01','2020-12-22 07:50:01'),
(37,4176,'action started via Async Request','2020-12-22 12:50:06','2020-12-22 07:50:06'),
(38,4177,'action created','2020-12-22 12:50:07','2020-12-22 07:50:07'),
(39,4176,'action complete via Async Request','2020-12-22 12:50:07','2020-12-22 07:50:07'),
(93404,35298,'action complete via WP Cron','2021-01-22 12:50:27','2021-01-22 07:50:27'),
(93403,35298,'action started via WP Cron','2021-01-22 12:50:27','2021-01-22 07:50:27'),
(42,4177,'action started via WP Cron','2020-12-22 12:50:13','2020-12-22 07:50:13'),
(43,4178,'action created','2020-12-22 12:50:13','2020-12-22 07:50:13'),
(44,4177,'action complete via WP Cron','2020-12-22 12:50:13','2020-12-22 07:50:13'),
(93411,35301,'action created','2021-01-22 12:52:27','2021-01-22 07:52:27'),
(46,4178,'action started via Async Request','2020-12-22 12:50:19','2020-12-22 07:50:19'),
(47,4178,'action complete via Async Request','2020-12-22 12:50:19','2020-12-22 07:50:19'),
(93410,35300,'action complete via WP Cron','2021-01-22 12:52:27','2021-01-22 07:52:27'),
(93409,35300,'action started via WP Cron','2021-01-22 12:52:27','2021-01-22 07:52:27'),
(50,4180,'action created','2020-12-22 12:52:14','2020-12-22 07:52:14'),
(51,4180,'action started via WP Cron','2020-12-22 12:53:22','2020-12-22 07:53:22'),
(52,4180,'action complete via WP Cron','2020-12-22 12:53:22','2020-12-22 07:53:22'),
(53,4181,'action created','2020-12-22 12:54:39','2020-12-22 07:54:39'),
(54,4181,'action started via WP Cron','2020-12-22 12:55:22','2020-12-22 07:55:22'),
(55,4181,'action complete via WP Cron','2020-12-22 12:55:23','2020-12-22 07:55:23'),
(56,4182,'action created','2020-12-22 12:56:36','2020-12-22 07:56:36'),
(57,4182,'action started via WP Cron','2020-12-22 12:57:22','2020-12-22 07:57:22'),
(58,4182,'action complete via WP Cron','2020-12-22 12:57:23','2020-12-22 07:57:23'),
(59,4183,'action created','2020-12-22 12:57:30','2020-12-22 07:57:30'),
(60,4183,'action started via WP Cron','2020-12-22 12:59:07','2020-12-22 07:59:07'),
(61,4183,'action complete via WP Cron','2020-12-22 12:59:07','2020-12-22 07:59:07'),
(62,4184,'action created','2020-12-22 12:59:07','2020-12-22 07:59:07'),
(63,4184,'action started via WP Cron','2020-12-22 13:00:16','2020-12-22 08:00:16'),
(64,4184,'action complete via WP Cron','2020-12-22 13:00:16','2020-12-22 08:00:16'),
(65,4185,'action created','2020-12-22 13:00:16','2020-12-22 08:00:16'),
(66,4185,'action started via WP Cron','2020-12-22 13:01:48','2020-12-22 08:01:48'),
(67,4185,'action complete via WP Cron','2020-12-22 13:01:48','2020-12-22 08:01:48'),
(68,4186,'action created','2020-12-22 13:01:48','2020-12-22 08:01:48'),
(69,4186,'action started via WP Cron','2020-12-22 13:03:04','2020-12-22 08:03:04'),
(70,4186,'action complete via WP Cron','2020-12-22 13:03:05','2020-12-22 08:03:05'),
(71,4187,'action created','2020-12-22 13:03:05','2020-12-22 08:03:05'),
(72,4187,'action started via WP Cron','2020-12-22 13:04:13','2020-12-22 08:04:13'),
(73,4187,'action complete via WP Cron','2020-12-22 13:04:13','2020-12-22 08:04:13'),
(74,4188,'action created','2020-12-22 13:04:13','2020-12-22 08:04:13'),
(75,4188,'action started via WP Cron','2020-12-22 13:05:52','2020-12-22 08:05:52'),
(76,4188,'action complete via WP Cron','2020-12-22 13:05:52','2020-12-22 08:05:52'),
(77,4189,'action created','2020-12-22 13:05:52','2020-12-22 08:05:52'),
(78,4189,'action started via WP Cron','2020-12-22 13:06:11','2020-12-22 08:06:11'),
(79,4189,'action complete via WP Cron','2020-12-22 13:06:11','2020-12-22 08:06:11'),
(80,4190,'action created','2020-12-22 13:06:11','2020-12-22 08:06:11'),
(81,4190,'action started via WP Cron','2020-12-22 13:07:56','2020-12-22 08:07:56'),
(82,4190,'action complete via WP Cron','2020-12-22 13:07:57','2020-12-22 08:07:57'),
(83,4191,'action created','2020-12-22 13:07:57','2020-12-22 08:07:57'),
(84,4191,'action started via WP Cron','2020-12-22 13:09:18','2020-12-22 08:09:18'),
(85,4191,'action complete via WP Cron','2020-12-22 13:09:19','2020-12-22 08:09:19'),
(86,4192,'action created','2020-12-22 13:09:19','2020-12-22 08:09:19'),
(87,4192,'action started via WP Cron','2020-12-22 13:10:20','2020-12-22 08:10:20'),
(88,4192,'action complete via WP Cron','2020-12-22 13:10:20','2020-12-22 08:10:20'),
(89,4193,'action created','2020-12-22 13:10:20','2020-12-22 08:10:20'),
(90,4193,'action started via WP Cron','2020-12-22 13:11:16','2020-12-22 08:11:16'),
(91,4193,'action complete via WP Cron','2020-12-22 13:11:16','2020-12-22 08:11:16'),
(92,4194,'action created','2020-12-22 13:11:16','2020-12-22 08:11:16'),
(93,4194,'action started via WP Cron','2020-12-22 13:12:37','2020-12-22 08:12:37'),
(94,4194,'action complete via WP Cron','2020-12-22 13:12:37','2020-12-22 08:12:37'),
(95,4195,'action created','2020-12-22 13:12:37','2020-12-22 08:12:37'),
(96,4195,'action started via WP Cron','2020-12-22 13:13:18','2020-12-22 08:13:18'),
(97,4195,'action complete via WP Cron','2020-12-22 13:13:19','2020-12-22 08:13:19'),
(98,4196,'action created','2020-12-22 13:13:19','2020-12-22 08:13:19'),
(99,4196,'action started via WP Cron','2020-12-22 13:14:26','2020-12-22 08:14:26'),
(100,4196,'action complete via WP Cron','2020-12-22 13:14:27','2020-12-22 08:14:27'),
(101,4197,'action created','2020-12-22 13:14:27','2020-12-22 08:14:27'),
(102,4197,'action started via WP Cron','2020-12-22 13:16:42','2020-12-22 08:16:42'),
(103,4197,'action complete via WP Cron','2020-12-22 13:16:42','2020-12-22 08:16:42'),
(104,4198,'action created','2020-12-22 13:16:42','2020-12-22 08:16:42'),
(105,4198,'action started via WP Cron','2020-12-22 13:18:28','2020-12-22 08:18:28'),
(106,4198,'action complete via WP Cron','2020-12-22 13:18:28','2020-12-22 08:18:28'),
(107,4199,'action created','2020-12-22 13:18:28','2020-12-22 08:18:28'),
(108,4199,'action started via WP Cron','2020-12-22 13:20:01','2020-12-22 08:20:01'),
(109,4199,'action complete via WP Cron','2020-12-22 13:20:01','2020-12-22 08:20:01'),
(110,4200,'action created','2020-12-22 13:20:01','2020-12-22 08:20:01'),
(111,4200,'action started via WP Cron','2020-12-22 13:21:36','2020-12-22 08:21:36'),
(112,4200,'action complete via WP Cron','2020-12-22 13:21:36','2020-12-22 08:21:36'),
(113,4201,'action created','2020-12-22 13:21:36','2020-12-22 08:21:36'),
(114,4201,'action started via WP Cron','2020-12-22 13:22:24','2020-12-22 08:22:24'),
(115,4201,'action complete via WP Cron','2020-12-22 13:22:24','2020-12-22 08:22:24'),
(116,4202,'action created','2020-12-22 13:22:24','2020-12-22 08:22:24'),
(117,4202,'action started via WP Cron','2020-12-22 13:23:30','2020-12-22 08:23:30'),
(118,4202,'action complete via WP Cron','2020-12-22 13:23:30','2020-12-22 08:23:30'),
(119,4203,'action created','2020-12-22 13:23:30','2020-12-22 08:23:30'),
(120,4203,'action started via WP Cron','2020-12-22 13:25:35','2020-12-22 08:25:35'),
(121,4203,'action complete via WP Cron','2020-12-22 13:25:35','2020-12-22 08:25:35'),
(122,4204,'action created','2020-12-22 13:25:35','2020-12-22 08:25:35'),
(123,4204,'action started via WP Cron','2020-12-22 13:28:59','2020-12-22 08:28:59'),
(124,4204,'action complete via WP Cron','2020-12-22 13:28:59','2020-12-22 08:28:59'),
(125,4205,'action created','2020-12-22 13:28:59','2020-12-22 08:28:59'),
(126,4205,'action started via WP Cron','2020-12-22 13:29:21','2020-12-22 08:29:21'),
(127,4205,'action complete via WP Cron','2020-12-22 13:29:21','2020-12-22 08:29:21'),
(128,4206,'action created','2020-12-22 13:29:21','2020-12-22 08:29:21'),
(129,4206,'action started via WP Cron','2020-12-22 13:30:47','2020-12-22 08:30:47'),
(130,4206,'action complete via WP Cron','2020-12-22 13:30:47','2020-12-22 08:30:47'),
(131,4207,'action created','2020-12-22 13:30:47','2020-12-22 08:30:47'),
(132,4207,'action started via WP Cron','2020-12-22 13:32:38','2020-12-22 08:32:38'),
(133,4207,'action complete via WP Cron','2020-12-22 13:32:38','2020-12-22 08:32:38'),
(134,4208,'action created','2020-12-22 13:32:38','2020-12-22 08:32:38'),
(135,4208,'action started via WP Cron','2020-12-22 13:34:25','2020-12-22 08:34:25'),
(136,4208,'action complete via WP Cron','2020-12-22 13:34:25','2020-12-22 08:34:25'),
(137,4209,'action created','2020-12-22 13:34:25','2020-12-22 08:34:25'),
(138,4209,'action started via WP Cron','2020-12-22 13:35:44','2020-12-22 08:35:44'),
(139,4209,'action complete via WP Cron','2020-12-22 13:35:44','2020-12-22 08:35:44'),
(140,4210,'action created','2020-12-22 13:35:44','2020-12-22 08:35:44'),
(141,4210,'action started via WP Cron','2020-12-22 13:36:57','2020-12-22 08:36:57'),
(142,4210,'action complete via WP Cron','2020-12-22 13:36:57','2020-12-22 08:36:57'),
(143,4211,'action created','2020-12-22 13:36:57','2020-12-22 08:36:57'),
(144,4211,'action started via WP Cron','2020-12-22 13:37:42','2020-12-22 08:37:42'),
(145,4211,'action complete via WP Cron','2020-12-22 13:37:42','2020-12-22 08:37:42'),
(146,4212,'action created','2020-12-22 13:37:42','2020-12-22 08:37:42'),
(147,4212,'action started via WP Cron','2020-12-22 13:39:06','2020-12-22 08:39:06'),
(148,4212,'action complete via WP Cron','2020-12-22 13:39:06','2020-12-22 08:39:06'),
(149,4213,'action created','2020-12-22 13:39:06','2020-12-22 08:39:06'),
(150,4213,'action started via WP Cron','2020-12-22 13:41:44','2020-12-22 08:41:44'),
(151,4213,'action complete via WP Cron','2020-12-22 13:41:44','2020-12-22 08:41:44'),
(152,4214,'action created','2020-12-22 13:41:44','2020-12-22 08:41:44'),
(153,4214,'action started via WP Cron','2020-12-22 13:44:25','2020-12-22 08:44:25'),
(154,4214,'action complete via WP Cron','2020-12-22 13:44:25','2020-12-22 08:44:25'),
(155,4215,'action created','2020-12-22 13:44:25','2020-12-22 08:44:25'),
(156,4215,'action started via WP Cron','2020-12-22 13:46:31','2020-12-22 08:46:31'),
(157,4215,'action complete via WP Cron','2020-12-22 13:46:31','2020-12-22 08:46:31'),
(158,4216,'action created','2020-12-22 13:46:31','2020-12-22 08:46:31'),
(159,4216,'action started via WP Cron','2020-12-22 13:49:21','2020-12-22 08:49:21'),
(160,4216,'action complete via WP Cron','2020-12-22 13:49:21','2020-12-22 08:49:21'),
(161,4217,'action created','2020-12-22 13:49:21','2020-12-22 08:49:21'),
(162,4217,'action started via WP Cron','2020-12-22 13:50:35','2020-12-22 08:50:35'),
(163,4217,'action complete via WP Cron','2020-12-22 13:50:35','2020-12-22 08:50:35'),
(164,4218,'action created','2020-12-22 13:50:35','2020-12-22 08:50:35'),
(165,4218,'action started via WP Cron','2020-12-22 13:53:10','2020-12-22 08:53:10'),
(166,4218,'action complete via WP Cron','2020-12-22 13:53:10','2020-12-22 08:53:10'),
(167,4219,'action created','2020-12-22 13:53:10','2020-12-22 08:53:10'),
(168,4219,'action started via WP Cron','2020-12-22 13:55:04','2020-12-22 08:55:04'),
(169,4219,'action complete via WP Cron','2020-12-22 13:55:04','2020-12-22 08:55:04'),
(170,4220,'action created','2020-12-22 13:55:04','2020-12-22 08:55:04'),
(171,4220,'action started via WP Cron','2020-12-22 13:55:56','2020-12-22 08:55:56'),
(172,4220,'action complete via WP Cron','2020-12-22 13:55:56','2020-12-22 08:55:56'),
(173,4221,'action created','2020-12-22 13:55:56','2020-12-22 08:55:56'),
(174,4221,'action started via WP Cron','2020-12-22 13:56:51','2020-12-22 08:56:51'),
(175,4221,'action complete via WP Cron','2020-12-22 13:56:51','2020-12-22 08:56:51'),
(176,4222,'action created','2020-12-22 13:56:51','2020-12-22 08:56:51'),
(177,4222,'action started via WP Cron','2020-12-22 14:00:28','2020-12-22 09:00:28'),
(178,4222,'action complete via WP Cron','2020-12-22 14:00:28','2020-12-22 09:00:28'),
(179,4223,'action created','2020-12-22 14:00:28','2020-12-22 09:00:28'),
(180,4223,'action started via WP Cron','2020-12-22 14:01:37','2020-12-22 09:01:37'),
(181,4223,'action complete via WP Cron','2020-12-22 14:01:37','2020-12-22 09:01:37'),
(182,4224,'action created','2020-12-22 14:01:37','2020-12-22 09:01:37'),
(183,4224,'action started via WP Cron','2020-12-22 14:05:58','2020-12-22 09:05:58'),
(184,4224,'action complete via WP Cron','2020-12-22 14:05:58','2020-12-22 09:05:58'),
(185,4225,'action created','2020-12-22 14:05:58','2020-12-22 09:05:58'),
(186,4225,'action started via WP Cron','2020-12-22 14:07:16','2020-12-22 09:07:16'),
(187,4225,'action complete via WP Cron','2020-12-22 14:07:16','2020-12-22 09:07:16'),
(188,4226,'action created','2020-12-22 14:07:16','2020-12-22 09:07:16'),
(189,4226,'action started via WP Cron','2020-12-22 14:09:56','2020-12-22 09:09:56'),
(190,4226,'action complete via WP Cron','2020-12-22 14:09:56','2020-12-22 09:09:56'),
(191,4227,'action created','2020-12-22 14:09:56','2020-12-22 09:09:56'),
(192,4227,'action started via WP Cron','2020-12-22 14:10:40','2020-12-22 09:10:40'),
(193,4227,'action complete via WP Cron','2020-12-22 14:10:40','2020-12-22 09:10:40'),
(194,4228,'action created','2020-12-22 14:10:40','2020-12-22 09:10:40'),
(195,4228,'action started via WP Cron','2020-12-22 14:11:50','2020-12-22 09:11:50'),
(196,4228,'action complete via WP Cron','2020-12-22 14:11:50','2020-12-22 09:11:50'),
(197,4229,'action created','2020-12-22 14:11:50','2020-12-22 09:11:50'),
(198,4229,'action started via WP Cron','2020-12-22 14:13:44','2020-12-22 09:13:44'),
(199,4229,'action complete via WP Cron','2020-12-22 14:13:44','2020-12-22 09:13:44'),
(200,4230,'action created','2020-12-22 14:13:44','2020-12-22 09:13:44'),
(201,4230,'action started via WP Cron','2020-12-22 14:14:36','2020-12-22 09:14:36'),
(202,4230,'action complete via WP Cron','2020-12-22 14:14:36','2020-12-22 09:14:36'),
(203,4231,'action created','2020-12-22 14:14:36','2020-12-22 09:14:36'),
(204,4231,'action started via WP Cron','2020-12-22 14:16:01','2020-12-22 09:16:01'),
(205,4231,'action complete via WP Cron','2020-12-22 14:16:01','2020-12-22 09:16:01'),
(206,4232,'action created','2020-12-22 14:16:01','2020-12-22 09:16:01'),
(207,4232,'action started via WP Cron','2020-12-22 14:16:19','2020-12-22 09:16:19'),
(208,4232,'action complete via WP Cron','2020-12-22 14:16:19','2020-12-22 09:16:19'),
(209,4233,'action created','2020-12-22 14:16:20','2020-12-22 09:16:20'),
(210,4233,'action started via WP Cron','2020-12-22 14:17:41','2020-12-22 09:17:41'),
(211,4233,'action complete via WP Cron','2020-12-22 14:17:41','2020-12-22 09:17:41'),
(212,4234,'action created','2020-12-22 14:17:41','2020-12-22 09:17:41'),
(213,4234,'action started via WP Cron','2020-12-22 14:18:21','2020-12-22 09:18:21'),
(214,4234,'action complete via WP Cron','2020-12-22 14:18:21','2020-12-22 09:18:21'),
(215,4235,'action created','2020-12-22 14:18:21','2020-12-22 09:18:21'),
(216,4235,'action started via WP Cron','2020-12-22 14:19:37','2020-12-22 09:19:37'),
(217,4235,'action complete via WP Cron','2020-12-22 14:19:37','2020-12-22 09:19:37'),
(218,4236,'action created','2020-12-22 14:19:37','2020-12-22 09:19:37'),
(219,4236,'action started via WP Cron','2020-12-22 14:20:17','2020-12-22 09:20:17'),
(220,4236,'action complete via WP Cron','2020-12-22 14:20:17','2020-12-22 09:20:17'),
(221,4237,'action created','2020-12-22 14:20:17','2020-12-22 09:20:17'),
(222,4237,'action started via WP Cron','2020-12-22 14:23:02','2020-12-22 09:23:02'),
(223,4237,'action complete via WP Cron','2020-12-22 14:23:02','2020-12-22 09:23:02'),
(224,4238,'action created','2020-12-22 14:23:02','2020-12-22 09:23:02'),
(225,4238,'action started via WP Cron','2020-12-22 14:23:12','2020-12-22 09:23:12'),
(226,4238,'action complete via WP Cron','2020-12-22 14:23:12','2020-12-22 09:23:12'),
(227,4239,'action created','2020-12-22 14:23:12','2020-12-22 09:23:12'),
(228,4239,'action started via WP Cron','2020-12-22 14:24:12','2020-12-22 09:24:12'),
(229,4239,'action complete via WP Cron','2020-12-22 14:24:12','2020-12-22 09:24:12'),
(230,4240,'action created','2020-12-22 14:24:12','2020-12-22 09:24:12'),
(231,4240,'action started via WP Cron','2020-12-22 14:25:14','2020-12-22 09:25:14'),
(232,4240,'action complete via WP Cron','2020-12-22 14:25:14','2020-12-22 09:25:14'),
(233,4241,'action created','2020-12-22 14:25:14','2020-12-22 09:25:14'),
(234,4241,'action started via WP Cron','2020-12-22 14:26:18','2020-12-22 09:26:18'),
(235,4241,'action complete via WP Cron','2020-12-22 14:26:18','2020-12-22 09:26:18'),
(236,4242,'action created','2020-12-22 14:26:18','2020-12-22 09:26:18'),
(237,4242,'action started via WP Cron','2020-12-22 14:27:50','2020-12-22 09:27:50'),
(238,4242,'action complete via WP Cron','2020-12-22 14:27:50','2020-12-22 09:27:50'),
(239,4243,'action created','2020-12-22 14:27:50','2020-12-22 09:27:50'),
(240,4243,'action started via WP Cron','2020-12-22 14:29:32','2020-12-22 09:29:32'),
(241,4243,'action complete via WP Cron','2020-12-22 14:29:32','2020-12-22 09:29:32'),
(242,4244,'action created','2020-12-22 14:29:32','2020-12-22 09:29:32'),
(243,4244,'action started via WP Cron','2020-12-22 14:30:31','2020-12-22 09:30:31'),
(244,4244,'action complete via WP Cron','2020-12-22 14:30:31','2020-12-22 09:30:31'),
(245,4245,'action created','2020-12-22 14:30:31','2020-12-22 09:30:31'),
(246,4245,'action started via WP Cron','2020-12-22 14:31:17','2020-12-22 09:31:17'),
(247,4245,'action complete via WP Cron','2020-12-22 14:31:17','2020-12-22 09:31:17'),
(248,4246,'action created','2020-12-22 14:31:17','2020-12-22 09:31:17'),
(249,4246,'action started via WP Cron','2020-12-22 14:33:10','2020-12-22 09:33:10'),
(250,4246,'action complete via WP Cron','2020-12-22 14:33:10','2020-12-22 09:33:10'),
(251,4247,'action created','2020-12-22 14:33:10','2020-12-22 09:33:10'),
(252,4247,'action started via WP Cron','2020-12-22 14:33:20','2020-12-22 09:33:20'),
(253,4247,'action complete via WP Cron','2020-12-22 14:33:20','2020-12-22 09:33:20'),
(254,4248,'action created','2020-12-22 14:33:20','2020-12-22 09:33:20'),
(255,4248,'action started via WP Cron','2020-12-22 14:34:43','2020-12-22 09:34:43'),
(256,4248,'action complete via WP Cron','2020-12-22 14:34:43','2020-12-22 09:34:43'),
(257,4249,'action created','2020-12-22 14:34:43','2020-12-22 09:34:43'),
(258,4249,'action started via WP Cron','2020-12-22 14:35:48','2020-12-22 09:35:48'),
(259,4249,'action complete via WP Cron','2020-12-22 14:35:48','2020-12-22 09:35:48'),
(260,4250,'action created','2020-12-22 14:35:49','2020-12-22 09:35:49'),
(261,4250,'action started via WP Cron','2020-12-22 14:37:13','2020-12-22 09:37:13'),
(262,4250,'action complete via WP Cron','2020-12-22 14:37:13','2020-12-22 09:37:13'),
(263,4251,'action created','2020-12-22 14:37:13','2020-12-22 09:37:13'),
(264,4251,'action started via WP Cron','2020-12-22 14:38:15','2020-12-22 09:38:15'),
(265,4251,'action complete via WP Cron','2020-12-22 14:38:15','2020-12-22 09:38:15'),
(266,4252,'action created','2020-12-22 14:38:15','2020-12-22 09:38:15'),
(267,4252,'action started via WP Cron','2020-12-22 14:40:19','2020-12-22 09:40:19'),
(268,4252,'action complete via WP Cron','2020-12-22 14:40:19','2020-12-22 09:40:19'),
(269,4253,'action created','2020-12-22 14:40:19','2020-12-22 09:40:19'),
(270,4253,'action started via WP Cron','2020-12-22 14:42:55','2020-12-22 09:42:55'),
(271,4253,'action complete via WP Cron','2020-12-22 14:42:55','2020-12-22 09:42:55'),
(272,4254,'action created','2020-12-22 14:42:55','2020-12-22 09:42:55'),
(273,4254,'action started via WP Cron','2020-12-22 14:44:07','2020-12-22 09:44:07'),
(274,4254,'action complete via WP Cron','2020-12-22 14:44:07','2020-12-22 09:44:07'),
(275,4255,'action created','2020-12-22 14:44:07','2020-12-22 09:44:07'),
(276,4255,'action started via WP Cron','2020-12-22 14:44:49','2020-12-22 09:44:49'),
(277,4255,'action complete via WP Cron','2020-12-22 14:44:49','2020-12-22 09:44:49'),
(278,4256,'action created','2020-12-22 14:44:49','2020-12-22 09:44:49'),
(279,4256,'action started via WP Cron','2020-12-22 14:48:53','2020-12-22 09:48:53'),
(280,4256,'action complete via WP Cron','2020-12-22 14:48:53','2020-12-22 09:48:53'),
(281,4257,'action created','2020-12-22 14:48:53','2020-12-22 09:48:53'),
(282,4257,'action started via WP Cron','2020-12-22 14:49:26','2020-12-22 09:49:26'),
(283,4257,'action complete via WP Cron','2020-12-22 14:49:26','2020-12-22 09:49:26'),
(284,4258,'action created','2020-12-22 14:49:26','2020-12-22 09:49:26'),
(285,4258,'action started via WP Cron','2020-12-22 14:50:56','2020-12-22 09:50:56'),
(286,4258,'action complete via WP Cron','2020-12-22 14:50:56','2020-12-22 09:50:56'),
(287,4259,'action created','2020-12-22 14:50:56','2020-12-22 09:50:56'),
(288,4259,'action started via WP Cron','2020-12-22 14:51:22','2020-12-22 09:51:22'),
(289,4259,'action complete via WP Cron','2020-12-22 14:51:22','2020-12-22 09:51:22'),
(290,4260,'action created','2020-12-22 14:51:23','2020-12-22 09:51:23'),
(291,4260,'action started via WP Cron','2020-12-22 14:52:54','2020-12-22 09:52:54'),
(292,4260,'action complete via WP Cron','2020-12-22 14:52:54','2020-12-22 09:52:54'),
(293,4261,'action created','2020-12-22 14:52:54','2020-12-22 09:52:54'),
(294,4261,'action started via WP Cron','2020-12-22 14:54:12','2020-12-22 09:54:12'),
(295,4261,'action complete via WP Cron','2020-12-22 14:54:12','2020-12-22 09:54:12'),
(296,4262,'action created','2020-12-22 14:54:12','2020-12-22 09:54:12'),
(297,4262,'action started via WP Cron','2020-12-22 14:55:17','2020-12-22 09:55:17'),
(298,4262,'action complete via WP Cron','2020-12-22 14:55:17','2020-12-22 09:55:17'),
(299,4263,'action created','2020-12-22 14:55:17','2020-12-22 09:55:17'),
(300,4263,'action started via WP Cron','2020-12-22 14:58:40','2020-12-22 09:58:40'),
(301,4263,'action complete via WP Cron','2020-12-22 14:58:40','2020-12-22 09:58:40'),
(302,4264,'action created','2020-12-22 14:58:40','2020-12-22 09:58:40'),
(303,4264,'action started via WP Cron','2020-12-22 15:00:34','2020-12-22 10:00:34'),
(304,4264,'action complete via WP Cron','2020-12-22 15:00:34','2020-12-22 10:00:34'),
(305,4265,'action created','2020-12-22 15:00:34','2020-12-22 10:00:34'),
(306,4265,'action started via WP Cron','2020-12-22 15:01:38','2020-12-22 10:01:38'),
(307,4265,'action complete via WP Cron','2020-12-22 15:01:38','2020-12-22 10:01:38'),
(308,4266,'action created','2020-12-22 15:01:38','2020-12-22 10:01:38'),
(309,4266,'action started via WP Cron','2020-12-22 15:02:11','2020-12-22 10:02:11'),
(310,4266,'action complete via WP Cron','2020-12-22 15:02:11','2020-12-22 10:02:11'),
(311,4267,'action created','2020-12-22 15:02:11','2020-12-22 10:02:11'),
(312,4267,'action started via WP Cron','2020-12-22 15:03:18','2020-12-22 10:03:18'),
(313,4267,'action complete via WP Cron','2020-12-22 15:03:18','2020-12-22 10:03:18'),
(314,4268,'action created','2020-12-22 15:03:18','2020-12-22 10:03:18'),
(315,4268,'action started via WP Cron','2020-12-22 15:05:04','2020-12-22 10:05:04'),
(316,4268,'action complete via WP Cron','2020-12-22 15:05:04','2020-12-22 10:05:04'),
(317,4269,'action created','2020-12-22 15:05:04','2020-12-22 10:05:04'),
(318,4269,'action started via WP Cron','2020-12-22 15:06:40','2020-12-22 10:06:40'),
(319,4269,'action complete via WP Cron','2020-12-22 15:06:40','2020-12-22 10:06:40'),
(320,4270,'action created','2020-12-22 15:06:40','2020-12-22 10:06:40'),
(321,4270,'action started via WP Cron','2020-12-22 15:07:11','2020-12-22 10:07:11'),
(322,4270,'action complete via WP Cron','2020-12-22 15:07:11','2020-12-22 10:07:11'),
(323,4271,'action created','2020-12-22 15:07:11','2020-12-22 10:07:11'),
(324,4271,'action started via WP Cron','2020-12-22 15:09:23','2020-12-22 10:09:23'),
(325,4271,'action complete via WP Cron','2020-12-22 15:09:23','2020-12-22 10:09:23'),
(326,4272,'action created','2020-12-22 15:09:23','2020-12-22 10:09:23'),
(327,4272,'action started via WP Cron','2020-12-22 15:10:26','2020-12-22 10:10:26'),
(328,4272,'action complete via WP Cron','2020-12-22 15:10:26','2020-12-22 10:10:26'),
(329,4273,'action created','2020-12-22 15:10:26','2020-12-22 10:10:26'),
(330,4273,'action started via WP Cron','2020-12-22 15:12:32','2020-12-22 10:12:32'),
(331,4273,'action complete via WP Cron','2020-12-22 15:12:32','2020-12-22 10:12:32'),
(332,4274,'action created','2020-12-22 15:12:32','2020-12-22 10:12:32'),
(333,4274,'action started via WP Cron','2020-12-22 15:15:42','2020-12-22 10:15:42'),
(334,4274,'action complete via WP Cron','2020-12-22 15:15:42','2020-12-22 10:15:42'),
(335,4275,'action created','2020-12-22 15:15:42','2020-12-22 10:15:42'),
(336,4275,'action started via WP Cron','2020-12-22 15:16:36','2020-12-22 10:16:36'),
(337,4275,'action complete via WP Cron','2020-12-22 15:16:36','2020-12-22 10:16:36'),
(338,4276,'action created','2020-12-22 15:16:36','2020-12-22 10:16:36'),
(339,4276,'action started via WP Cron','2020-12-22 15:18:00','2020-12-22 10:18:00'),
(340,4276,'action complete via WP Cron','2020-12-22 15:18:00','2020-12-22 10:18:00'),
(341,4277,'action created','2020-12-22 15:18:00','2020-12-22 10:18:00'),
(342,4277,'action started via WP Cron','2020-12-22 15:18:20','2020-12-22 10:18:20'),
(343,4277,'action complete via WP Cron','2020-12-22 15:18:20','2020-12-22 10:18:20'),
(344,4278,'action created','2020-12-22 15:18:20','2020-12-22 10:18:20'),
(345,4278,'action started via WP Cron','2020-12-22 15:19:15','2020-12-22 10:19:15'),
(346,4278,'action complete via WP Cron','2020-12-22 15:19:15','2020-12-22 10:19:15'),
(347,4279,'action created','2020-12-22 15:19:15','2020-12-22 10:19:15'),
(348,4279,'action started via WP Cron','2020-12-22 15:20:38','2020-12-22 10:20:38'),
(349,4279,'action complete via WP Cron','2020-12-22 15:20:38','2020-12-22 10:20:38'),
(350,4280,'action created','2020-12-22 15:20:38','2020-12-22 10:20:38'),
(351,4280,'action started via WP Cron','2020-12-22 15:23:40','2020-12-22 10:23:40'),
(352,4280,'action complete via WP Cron','2020-12-22 15:23:40','2020-12-22 10:23:40'),
(353,4281,'action created','2020-12-22 15:23:40','2020-12-22 10:23:40'),
(354,4281,'action started via WP Cron','2020-12-22 15:24:30','2020-12-22 10:24:30'),
(355,4281,'action complete via WP Cron','2020-12-22 15:24:30','2020-12-22 10:24:30'),
(356,4282,'action created','2020-12-22 15:24:30','2020-12-22 10:24:30'),
(357,4282,'action started via WP Cron','2020-12-22 15:26:41','2020-12-22 10:26:41'),
(358,4282,'action complete via WP Cron','2020-12-22 15:26:41','2020-12-22 10:26:41'),
(359,4283,'action created','2020-12-22 15:26:41','2020-12-22 10:26:41'),
(360,4283,'action started via WP Cron','2020-12-22 15:27:29','2020-12-22 10:27:29'),
(361,4283,'action complete via WP Cron','2020-12-22 15:27:29','2020-12-22 10:27:29'),
(362,4284,'action created','2020-12-22 15:27:29','2020-12-22 10:27:29'),
(363,4284,'action started via WP Cron','2020-12-22 15:28:50','2020-12-22 10:28:50'),
(364,4284,'action complete via WP Cron','2020-12-22 15:28:50','2020-12-22 10:28:50'),
(365,4285,'action created','2020-12-22 15:28:50','2020-12-22 10:28:50'),
(366,4285,'action started via WP Cron','2020-12-22 15:29:13','2020-12-22 10:29:13'),
(367,4285,'action complete via WP Cron','2020-12-22 15:29:13','2020-12-22 10:29:13'),
(368,4286,'action created','2020-12-22 15:29:13','2020-12-22 10:29:13'),
(369,4286,'action started via WP Cron','2020-12-22 15:31:49','2020-12-22 10:31:49'),
(370,4286,'action complete via WP Cron','2020-12-22 15:31:49','2020-12-22 10:31:49'),
(371,4287,'action created','2020-12-22 15:31:49','2020-12-22 10:31:49'),
(372,4287,'action started via WP Cron','2020-12-22 15:35:33','2020-12-22 10:35:33'),
(373,4287,'action complete via WP Cron','2020-12-22 15:35:33','2020-12-22 10:35:33'),
(374,4288,'action created','2020-12-22 15:35:33','2020-12-22 10:35:33'),
(375,4288,'action started via WP Cron','2020-12-22 15:38:28','2020-12-22 10:38:28'),
(376,4288,'action complete via WP Cron','2020-12-22 15:38:28','2020-12-22 10:38:28'),
(377,4289,'action created','2020-12-22 15:38:28','2020-12-22 10:38:28'),
(378,4289,'action started via WP Cron','2020-12-22 15:40:42','2020-12-22 10:40:42'),
(379,4289,'action complete via WP Cron','2020-12-22 15:40:42','2020-12-22 10:40:42'),
(380,4290,'action created','2020-12-22 15:40:42','2020-12-22 10:40:42'),
(381,4290,'action started via WP Cron','2020-12-22 15:41:14','2020-12-22 10:41:14'),
(382,4290,'action complete via WP Cron','2020-12-22 15:41:14','2020-12-22 10:41:14'),
(383,4291,'action created','2020-12-22 15:41:15','2020-12-22 10:41:15'),
(384,4291,'action started via WP Cron','2020-12-22 15:44:04','2020-12-22 10:44:04'),
(385,4291,'action complete via WP Cron','2020-12-22 15:44:04','2020-12-22 10:44:04'),
(386,4292,'action created','2020-12-22 15:44:04','2020-12-22 10:44:04'),
(387,4292,'action started via WP Cron','2020-12-22 15:44:14','2020-12-22 10:44:14'),
(388,4292,'action complete via WP Cron','2020-12-22 15:44:14','2020-12-22 10:44:14'),
(389,4293,'action created','2020-12-22 15:44:14','2020-12-22 10:44:14'),
(390,4293,'action started via WP Cron','2020-12-22 15:45:13','2020-12-22 10:45:13'),
(391,4293,'action complete via WP Cron','2020-12-22 15:45:13','2020-12-22 10:45:13'),
(392,4294,'action created','2020-12-22 15:45:13','2020-12-22 10:45:13'),
(393,4294,'action started via WP Cron','2020-12-22 15:46:14','2020-12-22 10:46:14'),
(394,4294,'action complete via WP Cron','2020-12-22 15:46:14','2020-12-22 10:46:14'),
(395,4295,'action created','2020-12-22 15:46:14','2020-12-22 10:46:14'),
(396,4295,'action started via WP Cron','2020-12-22 15:47:48','2020-12-22 10:47:48'),
(397,4295,'action complete via WP Cron','2020-12-22 15:47:48','2020-12-22 10:47:48'),
(398,4296,'action created','2020-12-22 15:47:48','2020-12-22 10:47:48'),
(399,4296,'action started via WP Cron','2020-12-22 15:48:21','2020-12-22 10:48:21'),
(400,4296,'action complete via WP Cron','2020-12-22 15:48:21','2020-12-22 10:48:21'),
(401,4297,'action created','2020-12-22 15:48:21','2020-12-22 10:48:21'),
(402,4297,'action started via WP Cron','2020-12-22 15:49:12','2020-12-22 10:49:12'),
(403,4297,'action complete via WP Cron','2020-12-22 15:49:12','2020-12-22 10:49:12'),
(404,4298,'action created','2020-12-22 15:49:12','2020-12-22 10:49:12'),
(405,4298,'action started via WP Cron','2020-12-22 15:50:24','2020-12-22 10:50:24'),
(406,4298,'action complete via WP Cron','2020-12-22 15:50:24','2020-12-22 10:50:24'),
(407,4299,'action created','2020-12-22 15:50:24','2020-12-22 10:50:24'),
(408,4299,'action started via WP Cron','2020-12-22 15:51:38','2020-12-22 10:51:38'),
(409,4299,'action complete via WP Cron','2020-12-22 15:51:38','2020-12-22 10:51:38'),
(410,4300,'action created','2020-12-22 15:51:38','2020-12-22 10:51:38'),
(411,4300,'action started via WP Cron','2020-12-22 15:52:17','2020-12-22 10:52:17'),
(412,4300,'action complete via WP Cron','2020-12-22 15:52:17','2020-12-22 10:52:17'),
(413,4301,'action created','2020-12-22 15:52:17','2020-12-22 10:52:17'),
(414,4301,'action started via WP Cron','2020-12-22 15:54:11','2020-12-22 10:54:11'),
(415,4301,'action complete via WP Cron','2020-12-22 15:54:11','2020-12-22 10:54:11'),
(416,4302,'action created','2020-12-22 15:54:11','2020-12-22 10:54:11'),
(417,4302,'action started via WP Cron','2020-12-22 15:55:45','2020-12-22 10:55:45'),
(418,4302,'action complete via WP Cron','2020-12-22 15:55:45','2020-12-22 10:55:45'),
(419,4303,'action created','2020-12-22 15:55:45','2020-12-22 10:55:45'),
(420,4303,'action started via WP Cron','2020-12-22 15:56:15','2020-12-22 10:56:15'),
(421,4303,'action complete via WP Cron','2020-12-22 15:56:15','2020-12-22 10:56:15'),
(422,4304,'action created','2020-12-22 15:56:15','2020-12-22 10:56:15'),
(423,4304,'action started via WP Cron','2020-12-22 15:57:28','2020-12-22 10:57:28'),
(424,4304,'action complete via WP Cron','2020-12-22 15:57:28','2020-12-22 10:57:28'),
(425,4305,'action created','2020-12-22 15:57:28','2020-12-22 10:57:28'),
(426,4305,'action started via WP Cron','2020-12-22 15:58:12','2020-12-22 10:58:12'),
(427,4305,'action complete via WP Cron','2020-12-22 15:58:12','2020-12-22 10:58:12'),
(428,4306,'action created','2020-12-22 15:58:12','2020-12-22 10:58:12'),
(429,4306,'action started via WP Cron','2020-12-22 15:59:11','2020-12-22 10:59:11'),
(430,4306,'action complete via WP Cron','2020-12-22 15:59:11','2020-12-22 10:59:11'),
(431,4307,'action created','2020-12-22 15:59:11','2020-12-22 10:59:11'),
(432,4307,'action started via WP Cron','2020-12-22 16:00:19','2020-12-22 11:00:19'),
(433,4307,'action complete via WP Cron','2020-12-22 16:00:19','2020-12-22 11:00:19'),
(434,4308,'action created','2020-12-22 16:00:19','2020-12-22 11:00:19'),
(435,4308,'action started via WP Cron','2020-12-22 16:01:37','2020-12-22 11:01:37'),
(436,4308,'action complete via WP Cron','2020-12-22 16:01:37','2020-12-22 11:01:37'),
(437,4309,'action created','2020-12-22 16:01:37','2020-12-22 11:01:37'),
(438,4309,'action started via WP Cron','2020-12-22 16:02:55','2020-12-22 11:02:55'),
(439,4309,'action complete via WP Cron','2020-12-22 16:02:55','2020-12-22 11:02:55'),
(440,4310,'action created','2020-12-22 16:02:55','2020-12-22 11:02:55'),
(441,4310,'action started via WP Cron','2020-12-22 16:04:28','2020-12-22 11:04:28'),
(442,4310,'action complete via WP Cron','2020-12-22 16:04:28','2020-12-22 11:04:28'),
(443,4311,'action created','2020-12-22 16:04:28','2020-12-22 11:04:28'),
(444,4311,'action started via WP Cron','2020-12-22 16:06:09','2020-12-22 11:06:09'),
(445,4311,'action complete via WP Cron','2020-12-22 16:06:09','2020-12-22 11:06:09'),
(446,4312,'action created','2020-12-22 16:06:09','2020-12-22 11:06:09'),
(447,4312,'action started via WP Cron','2020-12-22 16:06:47','2020-12-22 11:06:47'),
(448,4312,'action complete via WP Cron','2020-12-22 16:06:47','2020-12-22 11:06:47'),
(449,4313,'action created','2020-12-22 16:06:47','2020-12-22 11:06:47'),
(450,4313,'action started via WP Cron','2020-12-22 16:08:14','2020-12-22 11:08:14'),
(451,4313,'action complete via WP Cron','2020-12-22 16:08:14','2020-12-22 11:08:14'),
(452,4314,'action created','2020-12-22 16:08:14','2020-12-22 11:08:14'),
(453,4314,'action started via WP Cron','2020-12-22 16:10:30','2020-12-22 11:10:30'),
(454,4314,'action complete via WP Cron','2020-12-22 16:10:30','2020-12-22 11:10:30'),
(455,4315,'action created','2020-12-22 16:10:30','2020-12-22 11:10:30'),
(456,4315,'action started via WP Cron','2020-12-22 16:12:03','2020-12-22 11:12:03'),
(457,4315,'action complete via WP Cron','2020-12-22 16:12:03','2020-12-22 11:12:03'),
(458,4316,'action created','2020-12-22 16:12:03','2020-12-22 11:12:03'),
(459,4316,'action started via WP Cron','2020-12-22 16:15:29','2020-12-22 11:15:29'),
(460,4316,'action complete via WP Cron','2020-12-22 16:15:29','2020-12-22 11:15:29'),
(461,4317,'action created','2020-12-22 16:15:29','2020-12-22 11:15:29'),
(462,4317,'action started via WP Cron','2020-12-22 16:16:20','2020-12-22 11:16:20'),
(463,4317,'action complete via WP Cron','2020-12-22 16:16:20','2020-12-22 11:16:20'),
(464,4318,'action created','2020-12-22 16:16:21','2020-12-22 11:16:21'),
(465,4318,'action started via WP Cron','2020-12-22 16:19:13','2020-12-22 11:19:13'),
(466,4318,'action complete via WP Cron','2020-12-22 16:19:13','2020-12-22 11:19:13'),
(467,4319,'action created','2020-12-22 16:19:13','2020-12-22 11:19:13'),
(468,4319,'action started via WP Cron','2020-12-22 16:20:18','2020-12-22 11:20:18'),
(469,4319,'action complete via WP Cron','2020-12-22 16:20:19','2020-12-22 11:20:19'),
(470,4320,'action created','2020-12-22 16:20:19','2020-12-22 11:20:19'),
(471,4320,'action started via WP Cron','2020-12-22 16:22:19','2020-12-22 11:22:19'),
(472,4320,'action complete via WP Cron','2020-12-22 16:22:19','2020-12-22 11:22:19'),
(473,4321,'action created','2020-12-22 16:22:19','2020-12-22 11:22:19'),
(474,4321,'action started via WP Cron','2020-12-22 16:23:37','2020-12-22 11:23:37'),
(475,4321,'action complete via WP Cron','2020-12-22 16:23:37','2020-12-22 11:23:37'),
(476,4322,'action created','2020-12-22 16:23:37','2020-12-22 11:23:37'),
(477,4322,'action started via WP Cron','2020-12-22 16:25:20','2020-12-22 11:25:20'),
(478,4322,'action complete via WP Cron','2020-12-22 16:25:20','2020-12-22 11:25:20'),
(479,4323,'action created','2020-12-22 16:25:20','2020-12-22 11:25:20'),
(480,4323,'action started via WP Cron','2020-12-22 16:27:03','2020-12-22 11:27:03'),
(481,4323,'action complete via WP Cron','2020-12-22 16:27:03','2020-12-22 11:27:03'),
(482,4324,'action created','2020-12-22 16:27:03','2020-12-22 11:27:03'),
(483,4324,'action started via WP Cron','2020-12-22 16:27:37','2020-12-22 11:27:37'),
(484,4324,'action complete via WP Cron','2020-12-22 16:27:37','2020-12-22 11:27:37'),
(485,4325,'action created','2020-12-22 16:27:37','2020-12-22 11:27:37'),
(486,4325,'action started via WP Cron','2020-12-22 16:28:29','2020-12-22 11:28:29'),
(487,4325,'action complete via WP Cron','2020-12-22 16:28:29','2020-12-22 11:28:29'),
(488,4326,'action created','2020-12-22 16:28:29','2020-12-22 11:28:29'),
(489,4326,'action started via WP Cron','2020-12-22 16:29:20','2020-12-22 11:29:20'),
(490,4326,'action complete via WP Cron','2020-12-22 16:29:20','2020-12-22 11:29:20'),
(491,4327,'action created','2020-12-22 16:29:20','2020-12-22 11:29:20'),
(492,4327,'action started via WP Cron','2020-12-22 16:30:15','2020-12-22 11:30:15'),
(493,4327,'action complete via WP Cron','2020-12-22 16:30:15','2020-12-22 11:30:15'),
(494,4328,'action created','2020-12-22 16:30:15','2020-12-22 11:30:15'),
(495,4328,'action started via WP Cron','2020-12-22 16:31:13','2020-12-22 11:31:13'),
(496,4328,'action complete via WP Cron','2020-12-22 16:31:13','2020-12-22 11:31:13'),
(497,4329,'action created','2020-12-22 16:31:13','2020-12-22 11:31:13'),
(498,4329,'action started via WP Cron','2020-12-22 16:33:10','2020-12-22 11:33:10'),
(499,4329,'action complete via WP Cron','2020-12-22 16:33:10','2020-12-22 11:33:10'),
(500,4330,'action created','2020-12-22 16:33:10','2020-12-22 11:33:10'),
(501,4330,'action started via WP Cron','2020-12-22 16:34:22','2020-12-22 11:34:22'),
(502,4330,'action complete via WP Cron','2020-12-22 16:34:22','2020-12-22 11:34:22'),
(503,4331,'action created','2020-12-22 16:34:22','2020-12-22 11:34:22'),
(504,4331,'action started via WP Cron','2020-12-22 16:37:31','2020-12-22 11:37:31'),
(505,4331,'action complete via WP Cron','2020-12-22 16:37:31','2020-12-22 11:37:31'),
(506,4332,'action created','2020-12-22 16:37:31','2020-12-22 11:37:31'),
(507,4332,'action started via WP Cron','2020-12-22 16:38:19','2020-12-22 11:38:19'),
(508,4332,'action complete via WP Cron','2020-12-22 16:38:19','2020-12-22 11:38:19'),
(509,4333,'action created','2020-12-22 16:38:19','2020-12-22 11:38:19'),
(510,4333,'action started via WP Cron','2020-12-22 16:40:00','2020-12-22 11:40:00'),
(511,4333,'action complete via WP Cron','2020-12-22 16:40:00','2020-12-22 11:40:00'),
(512,4334,'action created','2020-12-22 16:40:00','2020-12-22 11:40:00'),
(513,4334,'action started via WP Cron','2020-12-22 16:42:47','2020-12-22 11:42:47'),
(514,4334,'action complete via WP Cron','2020-12-22 16:42:47','2020-12-22 11:42:47'),
(515,4335,'action created','2020-12-22 16:42:48','2020-12-22 11:42:48'),
(516,4335,'action started via WP Cron','2020-12-22 16:45:45','2020-12-22 11:45:45'),
(517,4335,'action complete via WP Cron','2020-12-22 16:45:45','2020-12-22 11:45:45'),
(518,4336,'action created','2020-12-22 16:45:45','2020-12-22 11:45:45'),
(519,4336,'action started via WP Cron','2020-12-22 16:47:46','2020-12-22 11:47:46'),
(520,4336,'action complete via WP Cron','2020-12-22 16:47:46','2020-12-22 11:47:46'),
(521,4337,'action created','2020-12-22 16:47:46','2020-12-22 11:47:46'),
(522,4337,'action started via WP Cron','2020-12-22 16:48:38','2020-12-22 11:48:38'),
(523,4337,'action complete via WP Cron','2020-12-22 16:48:38','2020-12-22 11:48:38'),
(524,4338,'action created','2020-12-22 16:48:38','2020-12-22 11:48:38'),
(525,4338,'action started via WP Cron','2020-12-22 16:49:16','2020-12-22 11:49:16'),
(526,4338,'action complete via WP Cron','2020-12-22 16:49:16','2020-12-22 11:49:16'),
(527,4339,'action created','2020-12-22 16:49:16','2020-12-22 11:49:16'),
(528,4339,'action started via WP Cron','2020-12-22 16:51:41','2020-12-22 11:51:41'),
(529,4339,'action complete via WP Cron','2020-12-22 16:51:41','2020-12-22 11:51:41'),
(530,4340,'action created','2020-12-22 16:51:41','2020-12-22 11:51:41'),
(531,4340,'action started via WP Cron','2020-12-22 16:53:13','2020-12-22 11:53:13'),
(532,4340,'action complete via WP Cron','2020-12-22 16:53:13','2020-12-22 11:53:13'),
(533,4341,'action created','2020-12-22 16:53:13','2020-12-22 11:53:13'),
(534,4341,'action started via WP Cron','2020-12-22 16:56:21','2020-12-22 11:56:21'),
(535,4341,'action complete via WP Cron','2020-12-22 16:56:21','2020-12-22 11:56:21'),
(536,4342,'action created','2020-12-22 16:56:21','2020-12-22 11:56:21'),
(537,4342,'action started via WP Cron','2020-12-22 16:57:26','2020-12-22 11:57:26'),
(538,4342,'action complete via WP Cron','2020-12-22 16:57:26','2020-12-22 11:57:26'),
(539,4343,'action created','2020-12-22 16:57:26','2020-12-22 11:57:26'),
(540,4343,'action started via WP Cron','2020-12-22 16:58:20','2020-12-22 11:58:20'),
(541,4343,'action complete via WP Cron','2020-12-22 16:58:20','2020-12-22 11:58:20'),
(542,4344,'action created','2020-12-22 16:58:20','2020-12-22 11:58:20'),
(543,4344,'action started via WP Cron','2020-12-22 17:00:38','2020-12-22 12:00:38'),
(544,4344,'action complete via WP Cron','2020-12-22 17:00:38','2020-12-22 12:00:38'),
(545,4345,'action created','2020-12-22 17:00:38','2020-12-22 12:00:38'),
(546,4345,'action started via WP Cron','2020-12-22 17:01:29','2020-12-22 12:01:29'),
(547,4345,'action complete via WP Cron','2020-12-22 17:01:29','2020-12-22 12:01:29'),
(548,4346,'action created','2020-12-22 17:01:29','2020-12-22 12:01:29'),
(549,4346,'action started via WP Cron','2020-12-22 17:08:36','2020-12-22 12:08:36'),
(550,4346,'action complete via WP Cron','2020-12-22 17:08:36','2020-12-22 12:08:36'),
(551,4347,'action created','2020-12-22 17:08:36','2020-12-22 12:08:36'),
(552,4347,'action started via WP Cron','2020-12-22 17:11:57','2020-12-22 12:11:57'),
(553,4347,'action complete via WP Cron','2020-12-22 17:11:57','2020-12-22 12:11:57'),
(554,4348,'action created','2020-12-22 17:11:57','2020-12-22 12:11:57'),
(555,4348,'action started via WP Cron','2020-12-22 17:12:44','2020-12-22 12:12:44'),
(556,4348,'action complete via WP Cron','2020-12-22 17:12:44','2020-12-22 12:12:44'),
(557,4349,'action created','2020-12-22 17:12:44','2020-12-22 12:12:44'),
(558,4349,'action started via WP Cron','2020-12-22 17:13:52','2020-12-22 12:13:52'),
(559,4349,'action complete via WP Cron','2020-12-22 17:13:52','2020-12-22 12:13:52'),
(560,4350,'action created','2020-12-22 17:13:52','2020-12-22 12:13:52'),
(561,4350,'action started via WP Cron','2020-12-22 17:14:12','2020-12-22 12:14:12'),
(562,4350,'action complete via WP Cron','2020-12-22 17:14:12','2020-12-22 12:14:12'),
(563,4351,'action created','2020-12-22 17:14:12','2020-12-22 12:14:12'),
(564,4351,'action started via WP Cron','2020-12-22 17:15:14','2020-12-22 12:15:14'),
(565,4351,'action complete via WP Cron','2020-12-22 17:15:14','2020-12-22 12:15:14'),
(566,4352,'action created','2020-12-22 17:15:14','2020-12-22 12:15:14'),
(567,4352,'action started via WP Cron','2020-12-22 17:16:21','2020-12-22 12:16:21'),
(568,4352,'action complete via WP Cron','2020-12-22 17:16:21','2020-12-22 12:16:21'),
(569,4353,'action created','2020-12-22 17:16:21','2020-12-22 12:16:21'),
(570,4353,'action started via WP Cron','2020-12-22 17:19:05','2020-12-22 12:19:05'),
(571,4353,'action complete via WP Cron','2020-12-22 17:19:06','2020-12-22 12:19:06'),
(572,4354,'action created','2020-12-22 17:19:06','2020-12-22 12:19:06'),
(573,4354,'action started via WP Cron','2020-12-22 17:19:16','2020-12-22 12:19:16'),
(574,4354,'action complete via WP Cron','2020-12-22 17:19:16','2020-12-22 12:19:16'),
(575,4355,'action created','2020-12-22 17:19:16','2020-12-22 12:19:16'),
(576,4355,'action started via WP Cron','2020-12-22 17:23:31','2020-12-22 12:23:31'),
(577,4355,'action complete via WP Cron','2020-12-22 17:23:31','2020-12-22 12:23:31'),
(578,4356,'action created','2020-12-22 17:23:31','2020-12-22 12:23:31'),
(579,4356,'action started via WP Cron','2020-12-22 17:24:31','2020-12-22 12:24:31'),
(580,4356,'action complete via WP Cron','2020-12-22 17:24:31','2020-12-22 12:24:31'),
(581,4357,'action created','2020-12-22 17:24:31','2020-12-22 12:24:31'),
(582,4357,'action started via WP Cron','2020-12-22 17:25:13','2020-12-22 12:25:13'),
(583,4357,'action complete via WP Cron','2020-12-22 17:25:13','2020-12-22 12:25:13'),
(584,4358,'action created','2020-12-22 17:25:14','2020-12-22 12:25:14'),
(585,4358,'action started via WP Cron','2020-12-22 17:27:32','2020-12-22 12:27:32'),
(586,4358,'action complete via WP Cron','2020-12-22 17:27:32','2020-12-22 12:27:32'),
(587,4359,'action created','2020-12-22 17:27:32','2020-12-22 12:27:32'),
(588,4359,'action started via WP Cron','2020-12-22 17:28:36','2020-12-22 12:28:36'),
(589,4359,'action complete via WP Cron','2020-12-22 17:28:36','2020-12-22 12:28:36'),
(590,4360,'action created','2020-12-22 17:28:36','2020-12-22 12:28:36'),
(591,4360,'action started via WP Cron','2020-12-22 17:30:00','2020-12-22 12:30:00'),
(592,4360,'action complete via WP Cron','2020-12-22 17:30:00','2020-12-22 12:30:00'),
(593,4361,'action created','2020-12-22 17:30:00','2020-12-22 12:30:00'),
(594,4361,'action started via WP Cron','2020-12-22 17:30:20','2020-12-22 12:30:20'),
(595,4361,'action complete via WP Cron','2020-12-22 17:30:20','2020-12-22 12:30:20'),
(596,4362,'action created','2020-12-22 17:30:20','2020-12-22 12:30:20'),
(597,4362,'action started via WP Cron','2020-12-22 17:32:11','2020-12-22 12:32:11'),
(598,4362,'action complete via WP Cron','2020-12-22 17:32:11','2020-12-22 12:32:11'),
(599,4363,'action created','2020-12-22 17:32:11','2020-12-22 12:32:11'),
(600,4363,'action started via WP Cron','2020-12-22 17:34:35','2020-12-22 12:34:35'),
(601,4363,'action complete via WP Cron','2020-12-22 17:34:35','2020-12-22 12:34:35'),
(602,4364,'action created','2020-12-22 17:34:35','2020-12-22 12:34:35'),
(603,4364,'action started via WP Cron','2020-12-22 17:35:26','2020-12-22 12:35:26'),
(604,4364,'action complete via WP Cron','2020-12-22 17:35:26','2020-12-22 12:35:26'),
(605,4365,'action created','2020-12-22 17:35:26','2020-12-22 12:35:26'),
(606,4365,'action started via WP Cron','2020-12-22 17:36:18','2020-12-22 12:36:18'),
(607,4365,'action complete via WP Cron','2020-12-22 17:36:18','2020-12-22 12:36:18'),
(608,4366,'action created','2020-12-22 17:36:18','2020-12-22 12:36:18'),
(609,4366,'action started via WP Cron','2020-12-22 17:40:24','2020-12-22 12:40:24'),
(610,4366,'action complete via WP Cron','2020-12-22 17:40:24','2020-12-22 12:40:24'),
(611,4367,'action created','2020-12-22 17:40:24','2020-12-22 12:40:24'),
(612,4367,'action started via WP Cron','2020-12-22 17:41:18','2020-12-22 12:41:18'),
(613,4367,'action complete via WP Cron','2020-12-22 17:41:18','2020-12-22 12:41:18'),
(614,4368,'action created','2020-12-22 17:41:18','2020-12-22 12:41:18'),
(615,4368,'action started via WP Cron','2020-12-22 17:43:21','2020-12-22 12:43:21'),
(616,4368,'action complete via WP Cron','2020-12-22 17:43:21','2020-12-22 12:43:21'),
(617,4369,'action created','2020-12-22 17:43:21','2020-12-22 12:43:21'),
(618,4369,'action started via WP Cron','2020-12-22 17:44:59','2020-12-22 12:44:59'),
(619,4369,'action complete via WP Cron','2020-12-22 17:44:59','2020-12-22 12:44:59'),
(620,4370,'action created','2020-12-22 17:44:59','2020-12-22 12:44:59'),
(621,4370,'action started via WP Cron','2020-12-22 17:46:28','2020-12-22 12:46:28'),
(622,4370,'action complete via WP Cron','2020-12-22 17:46:28','2020-12-22 12:46:28'),
(623,4371,'action created','2020-12-22 17:46:28','2020-12-22 12:46:28'),
(624,4371,'action started via WP Cron','2020-12-22 17:47:12','2020-12-22 12:47:12'),
(625,4371,'action complete via WP Cron','2020-12-22 17:47:12','2020-12-22 12:47:12'),
(626,4372,'action created','2020-12-22 17:47:12','2020-12-22 12:47:12'),
(627,4372,'action started via WP Cron','2020-12-22 17:49:16','2020-12-22 12:49:16'),
(628,4372,'action complete via WP Cron','2020-12-22 17:49:16','2020-12-22 12:49:16'),
(629,4373,'action created','2020-12-22 17:49:16','2020-12-22 12:49:16'),
(630,4373,'action started via WP Cron','2020-12-22 17:50:12','2020-12-22 12:50:12'),
(631,4373,'action complete via WP Cron','2020-12-22 17:50:12','2020-12-22 12:50:12'),
(632,4374,'action created','2020-12-22 17:50:12','2020-12-22 12:50:12'),
(633,4374,'action started via WP Cron','2020-12-22 17:52:32','2020-12-22 12:52:32'),
(634,4374,'action complete via WP Cron','2020-12-22 17:52:32','2020-12-22 12:52:32'),
(635,4375,'action created','2020-12-22 17:52:32','2020-12-22 12:52:32'),
(636,4375,'action started via WP Cron','2020-12-22 17:53:44','2020-12-22 12:53:44'),
(637,4375,'action complete via WP Cron','2020-12-22 17:53:44','2020-12-22 12:53:44'),
(638,4376,'action created','2020-12-22 17:53:44','2020-12-22 12:53:44'),
(639,4376,'action started via WP Cron','2020-12-22 17:54:20','2020-12-22 12:54:20'),
(640,4376,'action complete via WP Cron','2020-12-22 17:54:20','2020-12-22 12:54:20'),
(641,4377,'action created','2020-12-22 17:54:20','2020-12-22 12:54:20'),
(642,4377,'action started via WP Cron','2020-12-22 17:56:11','2020-12-22 12:56:11'),
(643,4377,'action complete via WP Cron','2020-12-22 17:56:11','2020-12-22 12:56:11'),
(644,4378,'action created','2020-12-22 17:56:11','2020-12-22 12:56:11'),
(645,4378,'action started via WP Cron','2020-12-22 17:57:37','2020-12-22 12:57:37'),
(646,4378,'action complete via WP Cron','2020-12-22 17:57:37','2020-12-22 12:57:37'),
(647,4379,'action created','2020-12-22 17:57:37','2020-12-22 12:57:37'),
(648,4379,'action started via WP Cron','2020-12-22 17:58:47','2020-12-22 12:58:47'),
(649,4379,'action complete via WP Cron','2020-12-22 17:58:47','2020-12-22 12:58:47'),
(650,4380,'action created','2020-12-22 17:58:47','2020-12-22 12:58:47'),
(651,4380,'action started via WP Cron','2020-12-22 17:59:13','2020-12-22 12:59:13'),
(652,4380,'action complete via WP Cron','2020-12-22 17:59:13','2020-12-22 12:59:13'),
(653,4381,'action created','2020-12-22 17:59:13','2020-12-22 12:59:13'),
(654,4381,'action started via WP Cron','2020-12-22 18:01:30','2020-12-22 13:01:30'),
(655,4381,'action complete via WP Cron','2020-12-22 18:01:30','2020-12-22 13:01:30'),
(656,4382,'action created','2020-12-22 18:01:30','2020-12-22 13:01:30'),
(657,4382,'action started via WP Cron','2020-12-22 18:04:36','2020-12-22 13:04:36'),
(658,4382,'action complete via WP Cron','2020-12-22 18:04:36','2020-12-22 13:04:36'),
(659,4383,'action created','2020-12-22 18:04:37','2020-12-22 13:04:37'),
(660,4383,'action started via WP Cron','2020-12-22 18:05:36','2020-12-22 13:05:36'),
(661,4383,'action complete via WP Cron','2020-12-22 18:05:36','2020-12-22 13:05:36'),
(662,4384,'action created','2020-12-22 18:05:36','2020-12-22 13:05:36'),
(663,4384,'action started via WP Cron','2020-12-22 18:07:01','2020-12-22 13:07:01'),
(664,4384,'action complete via WP Cron','2020-12-22 18:07:02','2020-12-22 13:07:02'),
(665,4385,'action created','2020-12-22 18:07:02','2020-12-22 13:07:02'),
(666,4385,'action started via WP Cron','2020-12-22 18:07:17','2020-12-22 13:07:17'),
(667,4385,'action complete via WP Cron','2020-12-22 18:07:17','2020-12-22 13:07:17'),
(668,4386,'action created','2020-12-22 18:07:17','2020-12-22 13:07:17'),
(669,4386,'action started via WP Cron','2020-12-22 18:09:49','2020-12-22 13:09:49'),
(670,4386,'action complete via WP Cron','2020-12-22 18:09:49','2020-12-22 13:09:49'),
(671,4387,'action created','2020-12-22 18:09:49','2020-12-22 13:09:49'),
(672,4387,'action started via WP Cron','2020-12-22 18:10:18','2020-12-22 13:10:18'),
(673,4387,'action complete via WP Cron','2020-12-22 18:10:18','2020-12-22 13:10:18'),
(674,4388,'action created','2020-12-22 18:10:18','2020-12-22 13:10:18'),
(675,4388,'action started via WP Cron','2020-12-22 18:12:18','2020-12-22 13:12:18'),
(676,4388,'action complete via WP Cron','2020-12-22 18:12:18','2020-12-22 13:12:18'),
(677,4389,'action created','2020-12-22 18:12:18','2020-12-22 13:12:18'),
(678,4389,'action started via WP Cron','2020-12-22 18:13:58','2020-12-22 13:13:58'),
(679,4389,'action complete via WP Cron','2020-12-22 18:13:58','2020-12-22 13:13:58'),
(680,4390,'action created','2020-12-22 18:13:58','2020-12-22 13:13:58'),
(681,4390,'action started via WP Cron','2020-12-22 18:14:21','2020-12-22 13:14:21'),
(682,4390,'action complete via WP Cron','2020-12-22 18:14:21','2020-12-22 13:14:21'),
(683,4391,'action created','2020-12-22 18:14:21','2020-12-22 13:14:21'),
(684,4391,'action started via WP Cron','2020-12-22 18:18:07','2020-12-22 13:18:07'),
(685,4391,'action complete via WP Cron','2020-12-22 18:18:07','2020-12-22 13:18:07'),
(686,4392,'action created','2020-12-22 18:18:07','2020-12-22 13:18:07'),
(687,4392,'action started via WP Cron','2020-12-22 18:19:59','2020-12-22 13:19:59'),
(688,4392,'action complete via WP Cron','2020-12-22 18:19:59','2020-12-22 13:19:59'),
(689,4393,'action created','2020-12-22 18:19:59','2020-12-22 13:19:59'),
(690,4393,'action started via WP Cron','2020-12-22 18:20:40','2020-12-22 13:20:40'),
(691,4393,'action complete via WP Cron','2020-12-22 18:20:40','2020-12-22 13:20:40'),
(692,4394,'action created','2020-12-22 18:20:40','2020-12-22 13:20:40'),
(693,4394,'action started via WP Cron','2020-12-22 18:21:24','2020-12-22 13:21:24'),
(694,4394,'action complete via WP Cron','2020-12-22 18:21:24','2020-12-22 13:21:24'),
(695,4395,'action created','2020-12-22 18:21:24','2020-12-22 13:21:24'),
(696,4395,'action started via WP Cron','2020-12-22 18:22:47','2020-12-22 13:22:47'),
(697,4395,'action complete via WP Cron','2020-12-22 18:22:47','2020-12-22 13:22:47'),
(698,4396,'action created','2020-12-22 18:22:47','2020-12-22 13:22:47'),
(699,4396,'action started via WP Cron','2020-12-22 18:25:22','2020-12-22 13:25:22'),
(700,4396,'action complete via WP Cron','2020-12-22 18:25:22','2020-12-22 13:25:22'),
(701,4397,'action created','2020-12-22 18:25:22','2020-12-22 13:25:22'),
(702,4397,'action started via WP Cron','2020-12-22 18:27:03','2020-12-22 13:27:03'),
(703,4397,'action complete via WP Cron','2020-12-22 18:27:03','2020-12-22 13:27:03'),
(704,4398,'action created','2020-12-22 18:27:03','2020-12-22 13:27:03'),
(705,4398,'action started via WP Cron','2020-12-22 18:31:50','2020-12-22 13:31:50'),
(706,4398,'action complete via WP Cron','2020-12-22 18:31:50','2020-12-22 13:31:50'),
(707,4399,'action created','2020-12-22 18:31:50','2020-12-22 13:31:50'),
(708,4399,'action started via WP Cron','2020-12-22 18:32:42','2020-12-22 13:32:42'),
(709,4399,'action complete via WP Cron','2020-12-22 18:32:42','2020-12-22 13:32:42'),
(710,4400,'action created','2020-12-22 18:32:42','2020-12-22 13:32:42'),
(711,4400,'action started via WP Cron','2020-12-22 18:33:32','2020-12-22 13:33:32'),
(712,4400,'action complete via WP Cron','2020-12-22 18:33:32','2020-12-22 13:33:32'),
(713,4401,'action created','2020-12-22 18:33:32','2020-12-22 13:33:32'),
(714,4401,'action started via WP Cron','2020-12-22 18:34:50','2020-12-22 13:34:50'),
(715,4401,'action complete via WP Cron','2020-12-22 18:34:50','2020-12-22 13:34:50'),
(716,4402,'action created','2020-12-22 18:34:50','2020-12-22 13:34:50'),
(717,4402,'action started via WP Cron','2020-12-22 18:36:04','2020-12-22 13:36:04'),
(718,4402,'action complete via WP Cron','2020-12-22 18:36:04','2020-12-22 13:36:04'),
(719,4403,'action created','2020-12-22 18:36:04','2020-12-22 13:36:04'),
(720,4403,'action started via WP Cron','2020-12-22 18:36:43','2020-12-22 13:36:43'),
(721,4403,'action complete via WP Cron','2020-12-22 18:36:43','2020-12-22 13:36:43'),
(722,4404,'action created','2020-12-22 18:36:43','2020-12-22 13:36:43'),
(723,4404,'action started via WP Cron','2020-12-22 18:37:14','2020-12-22 13:37:14'),
(724,4404,'action complete via WP Cron','2020-12-22 18:37:14','2020-12-22 13:37:14'),
(725,4405,'action created','2020-12-22 18:37:14','2020-12-22 13:37:14'),
(726,4405,'action started via WP Cron','2020-12-22 18:38:32','2020-12-22 13:38:32'),
(727,4405,'action complete via WP Cron','2020-12-22 18:38:32','2020-12-22 13:38:32'),
(728,4406,'action created','2020-12-22 18:38:32','2020-12-22 13:38:32'),
(729,4406,'action started via WP Cron','2020-12-22 18:39:19','2020-12-22 13:39:19'),
(730,4406,'action complete via WP Cron','2020-12-22 18:39:19','2020-12-22 13:39:19'),
(731,4407,'action created','2020-12-22 18:39:19','2020-12-22 13:39:19'),
(732,4407,'action started via WP Cron','2020-12-22 18:40:40','2020-12-22 13:40:40'),
(733,4407,'action complete via WP Cron','2020-12-22 18:40:40','2020-12-22 13:40:40'),
(734,4408,'action created','2020-12-22 18:40:40','2020-12-22 13:40:40'),
(735,4408,'action started via WP Cron','2020-12-22 18:41:55','2020-12-22 13:41:55'),
(736,4408,'action complete via WP Cron','2020-12-22 18:41:55','2020-12-22 13:41:55'),
(737,4409,'action created','2020-12-22 18:41:56','2020-12-22 13:41:56'),
(738,4409,'action started via WP Cron','2020-12-22 18:43:37','2020-12-22 13:43:37'),
(739,4409,'action complete via WP Cron','2020-12-22 18:43:37','2020-12-22 13:43:37'),
(740,4410,'action created','2020-12-22 18:43:37','2020-12-22 13:43:37'),
(741,4410,'action started via WP Cron','2020-12-22 18:45:01','2020-12-22 13:45:01'),
(742,4410,'action complete via WP Cron','2020-12-22 18:45:01','2020-12-22 13:45:01'),
(743,4411,'action created','2020-12-22 18:45:01','2020-12-22 13:45:01'),
(744,4411,'action started via WP Cron','2020-12-22 18:46:01','2020-12-22 13:46:01'),
(745,4411,'action complete via WP Cron','2020-12-22 18:46:01','2020-12-22 13:46:01'),
(746,4412,'action created','2020-12-22 18:46:01','2020-12-22 13:46:01'),
(747,4412,'action started via WP Cron','2020-12-22 18:48:34','2020-12-22 13:48:34'),
(748,4412,'action complete via WP Cron','2020-12-22 18:48:34','2020-12-22 13:48:34'),
(749,4413,'action created','2020-12-22 18:48:34','2020-12-22 13:48:34'),
(750,4413,'action started via WP Cron','2020-12-22 18:49:20','2020-12-22 13:49:20'),
(751,4413,'action complete via WP Cron','2020-12-22 18:49:20','2020-12-22 13:49:20'),
(752,4414,'action created','2020-12-22 18:49:20','2020-12-22 13:49:20'),
(753,4414,'action started via WP Cron','2020-12-22 18:50:27','2020-12-22 13:50:27'),
(754,4414,'action complete via WP Cron','2020-12-22 18:50:27','2020-12-22 13:50:27'),
(755,4415,'action created','2020-12-22 18:50:27','2020-12-22 13:50:27'),
(756,4415,'action started via WP Cron','2020-12-22 18:51:20','2020-12-22 13:51:20'),
(757,4415,'action complete via WP Cron','2020-12-22 18:51:20','2020-12-22 13:51:20'),
(758,4416,'action created','2020-12-22 18:51:20','2020-12-22 13:51:20'),
(759,4416,'action started via WP Cron','2020-12-22 18:52:40','2020-12-22 13:52:40'),
(760,4416,'action complete via WP Cron','2020-12-22 18:52:40','2020-12-22 13:52:40'),
(761,4417,'action created','2020-12-22 18:52:40','2020-12-22 13:52:40'),
(762,4417,'action started via WP Cron','2020-12-22 18:53:36','2020-12-22 13:53:36'),
(763,4417,'action complete via WP Cron','2020-12-22 18:53:36','2020-12-22 13:53:36'),
(764,4418,'action created','2020-12-22 18:53:36','2020-12-22 13:53:36'),
(765,4418,'action started via WP Cron','2020-12-22 18:56:09','2020-12-22 13:56:09'),
(766,4418,'action complete via WP Cron','2020-12-22 18:56:09','2020-12-22 13:56:09'),
(767,4419,'action created','2020-12-22 18:56:09','2020-12-22 13:56:09'),
(768,4419,'action started via WP Cron','2020-12-22 18:57:02','2020-12-22 13:57:02'),
(769,4419,'action complete via WP Cron','2020-12-22 18:57:02','2020-12-22 13:57:02'),
(770,4420,'action created','2020-12-22 18:57:02','2020-12-22 13:57:02'),
(771,4420,'action started via WP Cron','2020-12-22 18:57:13','2020-12-22 13:57:13'),
(772,4420,'action complete via WP Cron','2020-12-22 18:57:13','2020-12-22 13:57:13'),
(773,4421,'action created','2020-12-22 18:57:13','2020-12-22 13:57:13'),
(774,4421,'action started via WP Cron','2020-12-22 18:58:14','2020-12-22 13:58:14'),
(775,4421,'action complete via WP Cron','2020-12-22 18:58:14','2020-12-22 13:58:14'),
(776,4422,'action created','2020-12-22 18:58:14','2020-12-22 13:58:14'),
(777,4422,'action started via WP Cron','2020-12-22 19:04:43','2020-12-22 14:04:43'),
(778,4422,'action complete via WP Cron','2020-12-22 19:04:43','2020-12-22 14:04:43'),
(779,4423,'action created','2020-12-22 19:04:43','2020-12-22 14:04:43'),
(780,4423,'action started via WP Cron','2020-12-22 19:06:51','2020-12-22 14:06:51'),
(781,4423,'action complete via WP Cron','2020-12-22 19:06:51','2020-12-22 14:06:51'),
(782,4424,'action created','2020-12-22 19:06:51','2020-12-22 14:06:51'),
(783,4424,'action started via WP Cron','2020-12-22 19:07:36','2020-12-22 14:07:36'),
(784,4424,'action complete via WP Cron','2020-12-22 19:07:36','2020-12-22 14:07:36'),
(785,4425,'action created','2020-12-22 19:07:36','2020-12-22 14:07:36'),
(786,4425,'action started via WP Cron','2020-12-22 19:09:27','2020-12-22 14:09:27'),
(787,4425,'action complete via WP Cron','2020-12-22 19:09:27','2020-12-22 14:09:27'),
(788,4426,'action created','2020-12-22 19:09:27','2020-12-22 14:09:27'),
(789,4426,'action started via WP Cron','2020-12-22 19:11:16','2020-12-22 14:11:16'),
(790,4426,'action complete via WP Cron','2020-12-22 19:11:16','2020-12-22 14:11:16'),
(791,4427,'action created','2020-12-22 19:11:16','2020-12-22 14:11:16'),
(792,4427,'action started via WP Cron','2020-12-22 19:12:51','2020-12-22 14:12:51'),
(793,4427,'action complete via WP Cron','2020-12-22 19:12:52','2020-12-22 14:12:52'),
(794,4428,'action created','2020-12-22 19:12:52','2020-12-22 14:12:52'),
(795,4428,'action started via WP Cron','2020-12-22 19:14:20','2020-12-22 14:14:20'),
(796,4428,'action complete via WP Cron','2020-12-22 19:14:20','2020-12-22 14:14:20'),
(797,4429,'action created','2020-12-22 19:14:20','2020-12-22 14:14:20'),
(798,4429,'action started via WP Cron','2020-12-22 19:17:26','2020-12-22 14:17:26'),
(799,4429,'action complete via WP Cron','2020-12-22 19:17:26','2020-12-22 14:17:26'),
(800,4430,'action created','2020-12-22 19:17:26','2020-12-22 14:17:26'),
(801,4430,'action started via WP Cron','2020-12-22 19:20:11','2020-12-22 14:20:11'),
(802,4430,'action complete via WP Cron','2020-12-22 19:20:11','2020-12-22 14:20:11'),
(803,4431,'action created','2020-12-22 19:20:11','2020-12-22 14:20:11'),
(804,4431,'action started via WP Cron','2020-12-22 19:21:34','2020-12-22 14:21:34'),
(805,4431,'action complete via WP Cron','2020-12-22 19:21:34','2020-12-22 14:21:34'),
(806,4432,'action created','2020-12-22 19:21:34','2020-12-22 14:21:34'),
(807,4432,'action started via WP Cron','2020-12-22 19:23:26','2020-12-22 14:23:26'),
(808,4432,'action complete via WP Cron','2020-12-22 19:23:26','2020-12-22 14:23:26'),
(809,4433,'action created','2020-12-22 19:23:26','2020-12-22 14:23:26'),
(810,4433,'action started via WP Cron','2020-12-22 19:29:11','2020-12-22 14:29:11'),
(811,4433,'action complete via WP Cron','2020-12-22 19:29:11','2020-12-22 14:29:11'),
(812,4434,'action created','2020-12-22 19:29:11','2020-12-22 14:29:11'),
(813,4434,'action started via WP Cron','2020-12-22 19:30:15','2020-12-22 14:30:15'),
(814,4434,'action complete via WP Cron','2020-12-22 19:30:15','2020-12-22 14:30:15'),
(815,4435,'action created','2020-12-22 19:30:15','2020-12-22 14:30:15'),
(816,4435,'action started via WP Cron','2020-12-22 19:31:25','2020-12-22 14:31:25'),
(817,4435,'action complete via WP Cron','2020-12-22 19:31:25','2020-12-22 14:31:25'),
(818,4436,'action created','2020-12-22 19:31:25','2020-12-22 14:31:25'),
(819,4436,'action started via WP Cron','2020-12-22 19:32:12','2020-12-22 14:32:12'),
(820,4436,'action complete via WP Cron','2020-12-22 19:32:12','2020-12-22 14:32:12'),
(821,4437,'action created','2020-12-22 19:32:12','2020-12-22 14:32:12'),
(822,4437,'action started via WP Cron','2020-12-22 19:33:12','2020-12-22 14:33:12'),
(823,4437,'action complete via WP Cron','2020-12-22 19:33:12','2020-12-22 14:33:12'),
(824,4438,'action created','2020-12-22 19:33:12','2020-12-22 14:33:12'),
(825,4438,'action started via WP Cron','2020-12-22 19:34:17','2020-12-22 14:34:17'),
(826,4438,'action complete via WP Cron','2020-12-22 19:34:17','2020-12-22 14:34:17'),
(827,4439,'action created','2020-12-22 19:34:17','2020-12-22 14:34:17'),
(828,4439,'action started via WP Cron','2020-12-22 19:35:23','2020-12-22 14:35:23'),
(829,4439,'action complete via WP Cron','2020-12-22 19:35:23','2020-12-22 14:35:23'),
(830,4440,'action created','2020-12-22 19:35:23','2020-12-22 14:35:23'),
(831,4440,'action started via WP Cron','2020-12-22 19:36:29','2020-12-22 14:36:29'),
(832,4440,'action complete via WP Cron','2020-12-22 19:36:29','2020-12-22 14:36:29'),
(833,4441,'action created','2020-12-22 19:36:29','2020-12-22 14:36:29'),
(834,4441,'action started via WP Cron','2020-12-22 19:37:24','2020-12-22 14:37:24'),
(835,4441,'action complete via WP Cron','2020-12-22 19:37:24','2020-12-22 14:37:24'),
(836,4442,'action created','2020-12-22 19:37:24','2020-12-22 14:37:24'),
(837,4442,'action started via WP Cron','2020-12-22 19:38:13','2020-12-22 14:38:13'),
(838,4442,'action complete via WP Cron','2020-12-22 19:38:13','2020-12-22 14:38:13'),
(839,4443,'action created','2020-12-22 19:38:13','2020-12-22 14:38:13'),
(840,4443,'action started via WP Cron','2020-12-22 19:39:16','2020-12-22 14:39:16'),
(841,4443,'action complete via WP Cron','2020-12-22 19:39:16','2020-12-22 14:39:16'),
(842,4444,'action created','2020-12-22 19:39:16','2020-12-22 14:39:16'),
(843,4444,'action started via WP Cron','2020-12-22 19:40:32','2020-12-22 14:40:32'),
(844,4444,'action complete via WP Cron','2020-12-22 19:40:32','2020-12-22 14:40:32'),
(845,4445,'action created','2020-12-22 19:40:32','2020-12-22 14:40:32'),
(846,4445,'action started via WP Cron','2020-12-22 19:41:33','2020-12-22 14:41:33'),
(847,4445,'action complete via WP Cron','2020-12-22 19:41:33','2020-12-22 14:41:33'),
(848,4446,'action created','2020-12-22 19:41:33','2020-12-22 14:41:33'),
(849,4446,'action started via WP Cron','2020-12-22 19:42:19','2020-12-22 14:42:19'),
(850,4446,'action complete via WP Cron','2020-12-22 19:42:19','2020-12-22 14:42:19'),
(851,4447,'action created','2020-12-22 19:42:19','2020-12-22 14:42:19'),
(852,4447,'action started via WP Cron','2020-12-22 19:43:12','2020-12-22 14:43:12'),
(853,4447,'action complete via WP Cron','2020-12-22 19:43:12','2020-12-22 14:43:12'),
(854,4448,'action created','2020-12-22 19:43:12','2020-12-22 14:43:12'),
(855,4448,'action started via WP Cron','2020-12-22 19:44:13','2020-12-22 14:44:13'),
(856,4448,'action complete via WP Cron','2020-12-22 19:44:13','2020-12-22 14:44:13'),
(857,4449,'action created','2020-12-22 19:44:13','2020-12-22 14:44:13'),
(858,4449,'action started via WP Cron','2020-12-22 19:45:33','2020-12-22 14:45:33'),
(859,4449,'action complete via WP Cron','2020-12-22 19:45:33','2020-12-22 14:45:33'),
(860,4450,'action created','2020-12-22 19:45:33','2020-12-22 14:45:33'),
(861,4450,'action started via WP Cron','2020-12-22 19:47:09','2020-12-22 14:47:09'),
(862,4450,'action complete via WP Cron','2020-12-22 19:47:09','2020-12-22 14:47:09'),
(863,4451,'action created','2020-12-22 19:47:09','2020-12-22 14:47:09'),
(864,4451,'action started via WP Cron','2020-12-22 19:47:23','2020-12-22 14:47:23'),
(865,4451,'action complete via WP Cron','2020-12-22 19:47:23','2020-12-22 14:47:23'),
(866,4452,'action created','2020-12-22 19:47:23','2020-12-22 14:47:23'),
(867,4452,'action started via WP Cron','2020-12-22 19:51:34','2020-12-22 14:51:34'),
(868,4452,'action complete via WP Cron','2020-12-22 19:51:34','2020-12-22 14:51:34'),
(869,4453,'action created','2020-12-22 19:51:34','2020-12-22 14:51:34'),
(870,4453,'action started via WP Cron','2020-12-22 19:52:52','2020-12-22 14:52:52'),
(871,4453,'action complete via WP Cron','2020-12-22 19:52:52','2020-12-22 14:52:52'),
(872,4454,'action created','2020-12-22 19:52:52','2020-12-22 14:52:52'),
(873,4454,'action started via WP Cron','2020-12-22 19:53:23','2020-12-22 14:53:23'),
(874,4454,'action complete via WP Cron','2020-12-22 19:53:23','2020-12-22 14:53:23'),
(875,4455,'action created','2020-12-22 19:53:23','2020-12-22 14:53:23'),
(876,4455,'action started via WP Cron','2020-12-22 19:55:23','2020-12-22 14:55:23'),
(877,4455,'action complete via WP Cron','2020-12-22 19:55:23','2020-12-22 14:55:23'),
(878,4456,'action created','2020-12-22 19:55:23','2020-12-22 14:55:23'),
(879,4456,'action started via WP Cron','2020-12-22 19:56:29','2020-12-22 14:56:29'),
(880,4456,'action complete via WP Cron','2020-12-22 19:56:29','2020-12-22 14:56:29'),
(881,4457,'action created','2020-12-22 19:56:29','2020-12-22 14:56:29'),
(882,4457,'action started via WP Cron','2020-12-22 20:00:09','2020-12-22 15:00:09'),
(883,4457,'action complete via WP Cron','2020-12-22 20:00:09','2020-12-22 15:00:09'),
(884,4458,'action created','2020-12-22 20:00:09','2020-12-22 15:00:09'),
(885,4458,'action started via WP Cron','2020-12-22 20:00:48','2020-12-22 15:00:48'),
(886,4458,'action complete via WP Cron','2020-12-22 20:00:48','2020-12-22 15:00:48'),
(887,4459,'action created','2020-12-22 20:00:48','2020-12-22 15:00:48'),
(888,4459,'action started via WP Cron','2020-12-22 20:02:03','2020-12-22 15:02:03'),
(889,4459,'action complete via WP Cron','2020-12-22 20:02:03','2020-12-22 15:02:03'),
(890,4460,'action created','2020-12-22 20:02:03','2020-12-22 15:02:03'),
(891,4460,'action started via WP Cron','2020-12-22 20:02:28','2020-12-22 15:02:28'),
(892,4460,'action complete via WP Cron','2020-12-22 20:02:28','2020-12-22 15:02:28'),
(893,4461,'action created','2020-12-22 20:02:28','2020-12-22 15:02:28'),
(894,4461,'action started via WP Cron','2020-12-22 20:06:54','2020-12-22 15:06:54'),
(895,4461,'action complete via WP Cron','2020-12-22 20:06:54','2020-12-22 15:06:54'),
(896,4462,'action created','2020-12-22 20:06:54','2020-12-22 15:06:54'),
(897,4462,'action started via WP Cron','2020-12-22 20:07:46','2020-12-22 15:07:46'),
(898,4462,'action complete via WP Cron','2020-12-22 20:07:46','2020-12-22 15:07:46'),
(899,4463,'action created','2020-12-22 20:07:46','2020-12-22 15:07:46'),
(900,4463,'action started via WP Cron','2020-12-22 20:08:39','2020-12-22 15:08:39'),
(901,4463,'action complete via WP Cron','2020-12-22 20:08:39','2020-12-22 15:08:39'),
(902,4464,'action created','2020-12-22 20:08:39','2020-12-22 15:08:39'),
(903,4464,'action started via WP Cron','2020-12-22 20:12:31','2020-12-22 15:12:31'),
(904,4464,'action complete via WP Cron','2020-12-22 20:12:31','2020-12-22 15:12:31'),
(905,4465,'action created','2020-12-22 20:12:31','2020-12-22 15:12:31'),
(906,4465,'action started via WP Cron','2020-12-22 20:13:12','2020-12-22 15:13:12'),
(907,4465,'action complete via WP Cron','2020-12-22 20:13:12','2020-12-22 15:13:12'),
(908,4466,'action created','2020-12-22 20:13:12','2020-12-22 15:13:12'),
(909,4466,'action started via WP Cron','2020-12-22 20:19:09','2020-12-22 15:19:09'),
(910,4466,'action complete via WP Cron','2020-12-22 20:19:09','2020-12-22 15:19:09'),
(911,4467,'action created','2020-12-22 20:19:09','2020-12-22 15:19:09'),
(912,4467,'action started via WP Cron','2020-12-22 20:20:43','2020-12-22 15:20:43'),
(913,4467,'action complete via WP Cron','2020-12-22 20:20:43','2020-12-22 15:20:43'),
(914,4468,'action created','2020-12-22 20:20:43','2020-12-22 15:20:43'),
(915,4468,'action started via WP Cron','2020-12-22 20:22:41','2020-12-22 15:22:41'),
(916,4468,'action complete via WP Cron','2020-12-22 20:22:41','2020-12-22 15:22:41'),
(917,4469,'action created','2020-12-22 20:22:41','2020-12-22 15:22:41'),
(918,4469,'action started via WP Cron','2020-12-22 20:23:34','2020-12-22 15:23:34'),
(919,4469,'action complete via WP Cron','2020-12-22 20:23:34','2020-12-22 15:23:34'),
(920,4470,'action created','2020-12-22 20:23:34','2020-12-22 15:23:34'),
(921,4470,'action started via WP Cron','2020-12-22 20:25:10','2020-12-22 15:25:10'),
(922,4470,'action complete via WP Cron','2020-12-22 20:25:10','2020-12-22 15:25:10'),
(923,4471,'action created','2020-12-22 20:25:10','2020-12-22 15:25:10'),
(924,4471,'action started via WP Cron','2020-12-22 20:25:34','2020-12-22 15:25:34'),
(925,4471,'action complete via WP Cron','2020-12-22 20:25:34','2020-12-22 15:25:34'),
(926,4472,'action created','2020-12-22 20:25:34','2020-12-22 15:25:34'),
(927,4472,'action started via WP Cron','2020-12-22 20:28:25','2020-12-22 15:28:25'),
(928,4472,'action complete via WP Cron','2020-12-22 20:28:25','2020-12-22 15:28:25'),
(929,4473,'action created','2020-12-22 20:28:25','2020-12-22 15:28:25'),
(930,4473,'action started via WP Cron','2020-12-22 20:29:59','2020-12-22 15:29:59'),
(931,4473,'action complete via WP Cron','2020-12-22 20:29:59','2020-12-22 15:29:59'),
(932,4474,'action created','2020-12-22 20:29:59','2020-12-22 15:29:59'),
(933,4474,'action started via WP Cron','2020-12-22 20:31:35','2020-12-22 15:31:35'),
(934,4474,'action complete via WP Cron','2020-12-22 20:31:35','2020-12-22 15:31:35'),
(935,4475,'action created','2020-12-22 20:31:35','2020-12-22 15:31:35'),
(936,4475,'action started via WP Cron','2020-12-22 20:32:42','2020-12-22 15:32:42'),
(937,4475,'action complete via WP Cron','2020-12-22 20:32:42','2020-12-22 15:32:42'),
(938,4476,'action created','2020-12-22 20:32:42','2020-12-22 15:32:42'),
(939,4476,'action started via WP Cron','2020-12-22 20:34:53','2020-12-22 15:34:53'),
(940,4476,'action complete via WP Cron','2020-12-22 20:34:53','2020-12-22 15:34:53'),
(941,4477,'action created','2020-12-22 20:34:53','2020-12-22 15:34:53'),
(942,4477,'action started via WP Cron','2020-12-22 20:35:53','2020-12-22 15:35:53'),
(943,4477,'action complete via WP Cron','2020-12-22 20:35:53','2020-12-22 15:35:53'),
(944,4478,'action created','2020-12-22 20:35:53','2020-12-22 15:35:53'),
(945,4478,'action started via WP Cron','2020-12-22 20:36:18','2020-12-22 15:36:18'),
(946,4478,'action complete via WP Cron','2020-12-22 20:36:18','2020-12-22 15:36:18'),
(947,4479,'action created','2020-12-22 20:36:18','2020-12-22 15:36:18'),
(948,4479,'action started via WP Cron','2020-12-22 20:37:54','2020-12-22 15:37:54'),
(949,4479,'action complete via WP Cron','2020-12-22 20:37:54','2020-12-22 15:37:54'),
(950,4480,'action created','2020-12-22 20:37:54','2020-12-22 15:37:54'),
(951,4480,'action started via WP Cron','2020-12-22 20:38:15','2020-12-22 15:38:15'),
(952,4480,'action complete via WP Cron','2020-12-22 20:38:15','2020-12-22 15:38:15'),
(953,4481,'action created','2020-12-22 20:38:15','2020-12-22 15:38:15'),
(954,4481,'action started via WP Cron','2020-12-22 20:40:18','2020-12-22 15:40:18'),
(955,4481,'action complete via WP Cron','2020-12-22 20:40:18','2020-12-22 15:40:18'),
(956,4482,'action created','2020-12-22 20:40:18','2020-12-22 15:40:18'),
(957,4482,'action started via WP Cron','2020-12-22 20:41:13','2020-12-22 15:41:13'),
(958,4482,'action complete via WP Cron','2020-12-22 20:41:14','2020-12-22 15:41:14'),
(959,4483,'action created','2020-12-22 20:41:14','2020-12-22 15:41:14'),
(960,4483,'action started via WP Cron','2020-12-22 20:42:57','2020-12-22 15:42:57'),
(961,4483,'action complete via WP Cron','2020-12-22 20:42:57','2020-12-22 15:42:57'),
(962,4484,'action created','2020-12-22 20:42:57','2020-12-22 15:42:57'),
(963,4484,'action started via WP Cron','2020-12-22 20:43:55','2020-12-22 15:43:55'),
(964,4484,'action complete via WP Cron','2020-12-22 20:43:55','2020-12-22 15:43:55'),
(965,4485,'action created','2020-12-22 20:43:55','2020-12-22 15:43:55'),
(966,4485,'action started via WP Cron','2020-12-22 20:45:15','2020-12-22 15:45:15'),
(967,4485,'action complete via WP Cron','2020-12-22 20:45:15','2020-12-22 15:45:15'),
(968,4486,'action created','2020-12-22 20:45:15','2020-12-22 15:45:15'),
(969,4486,'action started via WP Cron','2020-12-22 20:46:42','2020-12-22 15:46:42'),
(970,4486,'action complete via WP Cron','2020-12-22 20:46:42','2020-12-22 15:46:42'),
(971,4487,'action created','2020-12-22 20:46:42','2020-12-22 15:46:42'),
(972,4487,'action started via WP Cron','2020-12-22 20:47:33','2020-12-22 15:47:33'),
(973,4487,'action complete via WP Cron','2020-12-22 20:47:33','2020-12-22 15:47:33'),
(974,4488,'action created','2020-12-22 20:47:33','2020-12-22 15:47:33'),
(975,4488,'action started via WP Cron','2020-12-22 20:48:21','2020-12-22 15:48:21'),
(976,4488,'action complete via WP Cron','2020-12-22 20:48:21','2020-12-22 15:48:21'),
(977,4489,'action created','2020-12-22 20:48:21','2020-12-22 15:48:21'),
(978,4489,'action started via WP Cron','2020-12-22 20:50:12','2020-12-22 15:50:12'),
(979,4489,'action complete via WP Cron','2020-12-22 20:50:12','2020-12-22 15:50:12'),
(980,4490,'action created','2020-12-22 20:50:12','2020-12-22 15:50:12'),
(981,4490,'action started via WP Cron','2020-12-22 20:51:34','2020-12-22 15:51:34'),
(982,4490,'action complete via WP Cron','2020-12-22 20:51:34','2020-12-22 15:51:34'),
(983,4491,'action created','2020-12-22 20:51:34','2020-12-22 15:51:34'),
(984,4491,'action started via WP Cron','2020-12-22 20:53:15','2020-12-22 15:53:15'),
(985,4491,'action complete via WP Cron','2020-12-22 20:53:15','2020-12-22 15:53:15'),
(986,4492,'action created','2020-12-22 20:53:15','2020-12-22 15:53:15'),
(987,4492,'action started via WP Cron','2020-12-22 20:54:25','2020-12-22 15:54:25'),
(988,4492,'action complete via WP Cron','2020-12-22 20:54:25','2020-12-22 15:54:25'),
(989,4493,'action created','2020-12-22 20:54:25','2020-12-22 15:54:25'),
(990,4493,'action started via WP Cron','2020-12-22 20:56:25','2020-12-22 15:56:25'),
(991,4493,'action complete via WP Cron','2020-12-22 20:56:25','2020-12-22 15:56:25'),
(992,4494,'action created','2020-12-22 20:56:25','2020-12-22 15:56:25'),
(993,4494,'action started via WP Cron','2020-12-22 20:57:29','2020-12-22 15:57:29'),
(994,4494,'action complete via WP Cron','2020-12-22 20:57:29','2020-12-22 15:57:29'),
(995,4495,'action created','2020-12-22 20:57:29','2020-12-22 15:57:29'),
(996,4495,'action started via WP Cron','2020-12-22 20:58:15','2020-12-22 15:58:15'),
(997,4495,'action complete via WP Cron','2020-12-22 20:58:15','2020-12-22 15:58:15'),
(998,4496,'action created','2020-12-22 20:58:15','2020-12-22 15:58:15'),
(999,4496,'action started via WP Cron','2020-12-22 21:01:18','2020-12-22 16:01:18'),
(1000,4496,'action complete via WP Cron','2020-12-22 21:01:18','2020-12-22 16:01:18'),
(1001,4497,'action created','2020-12-22 21:01:18','2020-12-22 16:01:18'),
(1002,4497,'action started via WP Cron','2020-12-22 21:02:19','2020-12-22 16:02:19'),
(1003,4497,'action complete via WP Cron','2020-12-22 21:02:19','2020-12-22 16:02:19'),
(1004,4498,'action created','2020-12-22 21:02:19','2020-12-22 16:02:19'),
(1005,4498,'action started via WP Cron','2020-12-22 21:03:15','2020-12-22 16:03:15'),
(1006,4498,'action complete via WP Cron','2020-12-22 21:03:15','2020-12-22 16:03:15'),
(1007,4499,'action created','2020-12-22 21:03:15','2020-12-22 16:03:15'),
(1008,4499,'action started via WP Cron','2020-12-22 21:04:24','2020-12-22 16:04:24'),
(1009,4499,'action complete via WP Cron','2020-12-22 21:04:24','2020-12-22 16:04:24'),
(1010,4500,'action created','2020-12-22 21:04:24','2020-12-22 16:04:24'),
(1011,4500,'action started via WP Cron','2020-12-22 21:06:05','2020-12-22 16:06:05'),
(1012,4500,'action complete via WP Cron','2020-12-22 21:06:05','2020-12-22 16:06:05'),
(1013,4501,'action created','2020-12-22 21:06:05','2020-12-22 16:06:05'),
(1014,4501,'action started via WP Cron','2020-12-22 21:08:42','2020-12-22 16:08:42'),
(1015,4501,'action complete via WP Cron','2020-12-22 21:08:42','2020-12-22 16:08:42'),
(1016,4502,'action created','2020-12-22 21:08:42','2020-12-22 16:08:42'),
(1017,4502,'action started via WP Cron','2020-12-22 21:10:46','2020-12-22 16:10:46'),
(1018,4502,'action complete via WP Cron','2020-12-22 21:10:46','2020-12-22 16:10:46'),
(1019,4503,'action created','2020-12-22 21:10:46','2020-12-22 16:10:46'),
(1020,4503,'action started via WP Cron','2020-12-22 21:11:36','2020-12-22 16:11:36'),
(1021,4503,'action complete via WP Cron','2020-12-22 21:11:36','2020-12-22 16:11:36'),
(1022,4504,'action created','2020-12-22 21:11:36','2020-12-22 16:11:36'),
(1023,4504,'action started via WP Cron','2020-12-22 21:12:13','2020-12-22 16:12:13'),
(1024,4504,'action complete via WP Cron','2020-12-22 21:12:13','2020-12-22 16:12:13'),
(1025,4505,'action created','2020-12-22 21:12:13','2020-12-22 16:12:13'),
(1026,4505,'action started via WP Cron','2020-12-22 21:14:54','2020-12-22 16:14:54'),
(1027,4505,'action complete via WP Cron','2020-12-22 21:14:54','2020-12-22 16:14:54'),
(1028,4506,'action created','2020-12-22 21:14:54','2020-12-22 16:14:54'),
(1029,4506,'action started via WP Cron','2020-12-22 21:17:19','2020-12-22 16:17:19'),
(1030,4506,'action complete via WP Cron','2020-12-22 21:17:19','2020-12-22 16:17:19'),
(1031,4507,'action created','2020-12-22 21:17:19','2020-12-22 16:17:19'),
(1032,4507,'action started via WP Cron','2020-12-22 21:21:02','2020-12-22 16:21:02'),
(1033,4507,'action complete via WP Cron','2020-12-22 21:21:02','2020-12-22 16:21:02'),
(1034,4508,'action created','2020-12-22 21:21:02','2020-12-22 16:21:02'),
(1035,4508,'action started via WP Cron','2020-12-22 21:21:23','2020-12-22 16:21:23'),
(1036,4508,'action complete via WP Cron','2020-12-22 21:21:23','2020-12-22 16:21:23'),
(1037,4509,'action created','2020-12-22 21:21:23','2020-12-22 16:21:23'),
(1038,4509,'action started via WP Cron','2020-12-22 21:23:13','2020-12-22 16:23:13'),
(1039,4509,'action complete via WP Cron','2020-12-22 21:23:13','2020-12-22 16:23:13'),
(1040,4510,'action created','2020-12-22 21:23:13','2020-12-22 16:23:13'),
(1041,4510,'action started via WP Cron','2020-12-22 21:25:58','2020-12-22 16:25:58'),
(1042,4510,'action complete via WP Cron','2020-12-22 21:25:58','2020-12-22 16:25:58'),
(1043,4511,'action created','2020-12-22 21:25:58','2020-12-22 16:25:58'),
(1044,4511,'action started via WP Cron','2020-12-22 21:27:11','2020-12-22 16:27:11'),
(1045,4511,'action complete via WP Cron','2020-12-22 21:27:11','2020-12-22 16:27:11'),
(1046,4512,'action created','2020-12-22 21:27:11','2020-12-22 16:27:11'),
(1047,4512,'action started via WP Cron','2020-12-22 21:30:14','2020-12-22 16:30:14'),
(1048,4512,'action complete via WP Cron','2020-12-22 21:30:14','2020-12-22 16:30:14'),
(1049,4513,'action created','2020-12-22 21:30:14','2020-12-22 16:30:14'),
(1050,4513,'action started via WP Cron','2020-12-22 21:31:57','2020-12-22 16:31:57'),
(1051,4513,'action complete via WP Cron','2020-12-22 21:31:57','2020-12-22 16:31:57'),
(1052,4514,'action created','2020-12-22 21:31:57','2020-12-22 16:31:57'),
(1053,4514,'action started via WP Cron','2020-12-22 21:32:33','2020-12-22 16:32:33'),
(1054,4514,'action complete via WP Cron','2020-12-22 21:32:33','2020-12-22 16:32:33'),
(1055,4515,'action created','2020-12-22 21:32:33','2020-12-22 16:32:33'),
(1056,4515,'action started via WP Cron','2020-12-22 21:33:29','2020-12-22 16:33:29'),
(1057,4515,'action complete via WP Cron','2020-12-22 21:33:29','2020-12-22 16:33:29'),
(1058,4516,'action created','2020-12-22 21:33:29','2020-12-22 16:33:29'),
(1059,4516,'action started via WP Cron','2020-12-22 21:34:24','2020-12-22 16:34:24'),
(1060,4516,'action complete via WP Cron','2020-12-22 21:34:24','2020-12-22 16:34:24'),
(1061,4517,'action created','2020-12-22 21:34:24','2020-12-22 16:34:24'),
(1062,4517,'action started via WP Cron','2020-12-22 21:35:31','2020-12-22 16:35:31'),
(1063,4517,'action complete via WP Cron','2020-12-22 21:35:31','2020-12-22 16:35:31'),
(1064,4518,'action created','2020-12-22 21:35:31','2020-12-22 16:35:31'),
(1065,4518,'action started via WP Cron','2020-12-22 21:36:14','2020-12-22 16:36:14'),
(1066,4518,'action complete via WP Cron','2020-12-22 21:36:14','2020-12-22 16:36:14'),
(1067,4519,'action created','2020-12-22 21:36:14','2020-12-22 16:36:14'),
(1068,4519,'action started via WP Cron','2020-12-22 21:38:35','2020-12-22 16:38:35'),
(1069,4519,'action complete via WP Cron','2020-12-22 21:38:35','2020-12-22 16:38:35'),
(1070,4520,'action created','2020-12-22 21:38:35','2020-12-22 16:38:35'),
(1071,4520,'action started via WP Cron','2020-12-22 21:39:40','2020-12-22 16:39:40'),
(1072,4520,'action complete via WP Cron','2020-12-22 21:39:40','2020-12-22 16:39:40'),
(1073,4521,'action created','2020-12-22 21:39:40','2020-12-22 16:39:40'),
(1074,4521,'action started via WP Cron','2020-12-22 21:40:45','2020-12-22 16:40:45'),
(1075,4521,'action complete via WP Cron','2020-12-22 21:40:45','2020-12-22 16:40:45'),
(1076,4522,'action created','2020-12-22 21:40:45','2020-12-22 16:40:45'),
(1077,4522,'action started via WP Cron','2020-12-22 21:42:18','2020-12-22 16:42:18'),
(1078,4522,'action complete via WP Cron','2020-12-22 21:42:18','2020-12-22 16:42:18'),
(1079,4523,'action created','2020-12-22 21:42:18','2020-12-22 16:42:18'),
(1080,4523,'action started via WP Cron','2020-12-22 21:43:18','2020-12-22 16:43:18'),
(1081,4523,'action complete via WP Cron','2020-12-22 21:43:18','2020-12-22 16:43:18'),
(1082,4524,'action created','2020-12-22 21:43:18','2020-12-22 16:43:18'),
(1083,4524,'action started via WP Cron','2020-12-22 21:44:17','2020-12-22 16:44:17'),
(1084,4524,'action complete via WP Cron','2020-12-22 21:44:17','2020-12-22 16:44:17'),
(1085,4525,'action created','2020-12-22 21:44:17','2020-12-22 16:44:17'),
(1086,4525,'action started via WP Cron','2020-12-22 21:45:56','2020-12-22 16:45:56'),
(1087,4525,'action complete via WP Cron','2020-12-22 21:45:56','2020-12-22 16:45:56'),
(1088,4526,'action created','2020-12-22 21:45:56','2020-12-22 16:45:56'),
(1089,4526,'action started via WP Cron','2020-12-22 21:47:25','2020-12-22 16:47:25'),
(1090,4526,'action complete via WP Cron','2020-12-22 21:47:25','2020-12-22 16:47:25'),
(1091,4527,'action created','2020-12-22 21:47:25','2020-12-22 16:47:25'),
(1092,4527,'action started via WP Cron','2020-12-22 21:48:29','2020-12-22 16:48:29'),
(1093,4527,'action complete via WP Cron','2020-12-22 21:48:29','2020-12-22 16:48:29'),
(1094,4528,'action created','2020-12-22 21:48:29','2020-12-22 16:48:29'),
(1095,4528,'action started via WP Cron','2020-12-22 21:52:09','2020-12-22 16:52:09'),
(1096,4528,'action complete via WP Cron','2020-12-22 21:52:09','2020-12-22 16:52:09'),
(1097,4529,'action created','2020-12-22 21:52:09','2020-12-22 16:52:09'),
(1098,4529,'action started via WP Cron','2020-12-22 21:52:26','2020-12-22 16:52:26'),
(1099,4529,'action complete via WP Cron','2020-12-22 21:52:26','2020-12-22 16:52:26'),
(1100,4530,'action created','2020-12-22 21:52:26','2020-12-22 16:52:26'),
(1101,4530,'action started via WP Cron','2020-12-22 21:53:53','2020-12-22 16:53:53'),
(1102,4530,'action complete via WP Cron','2020-12-22 21:53:53','2020-12-22 16:53:53'),
(1103,4531,'action created','2020-12-22 21:53:53','2020-12-22 16:53:53'),
(1104,4531,'action started via WP Cron','2020-12-22 21:58:01','2020-12-22 16:58:01'),
(1105,4531,'action complete via WP Cron','2020-12-22 21:58:01','2020-12-22 16:58:01'),
(1106,4532,'action created','2020-12-22 21:58:01','2020-12-22 16:58:01'),
(1107,4532,'action started via WP Cron','2020-12-22 21:58:51','2020-12-22 16:58:51'),
(1108,4532,'action complete via WP Cron','2020-12-22 21:58:51','2020-12-22 16:58:51'),
(1109,4533,'action created','2020-12-22 21:58:51','2020-12-22 16:58:51'),
(1110,4533,'action started via WP Cron','2020-12-22 21:59:31','2020-12-22 16:59:31'),
(1111,4533,'action complete via WP Cron','2020-12-22 21:59:31','2020-12-22 16:59:31'),
(1112,4534,'action created','2020-12-22 21:59:31','2020-12-22 16:59:31'),
(1113,4534,'action started via WP Cron','2020-12-22 22:00:14','2020-12-22 17:00:14'),
(1114,4534,'action complete via WP Cron','2020-12-22 22:00:14','2020-12-22 17:00:14'),
(1115,4535,'action created','2020-12-22 22:00:14','2020-12-22 17:00:14'),
(1116,4535,'action started via WP Cron','2020-12-22 22:01:24','2020-12-22 17:01:24'),
(1117,4535,'action complete via WP Cron','2020-12-22 22:01:24','2020-12-22 17:01:24'),
(1118,4536,'action created','2020-12-22 22:01:24','2020-12-22 17:01:24'),
(1119,4536,'action started via WP Cron','2020-12-22 22:06:24','2020-12-22 17:06:24'),
(1120,4536,'action complete via WP Cron','2020-12-22 22:06:24','2020-12-22 17:06:24'),
(1121,4537,'action created','2020-12-22 22:06:24','2020-12-22 17:06:24'),
(1122,4537,'action started via WP Cron','2020-12-22 22:08:08','2020-12-22 17:08:08'),
(1123,4537,'action complete via WP Cron','2020-12-22 22:08:08','2020-12-22 17:08:08'),
(1124,4538,'action created','2020-12-22 22:08:08','2020-12-22 17:08:08'),
(1125,4538,'action started via WP Cron','2020-12-22 22:08:30','2020-12-22 17:08:30'),
(1126,4538,'action complete via WP Cron','2020-12-22 22:08:30','2020-12-22 17:08:30'),
(1127,4539,'action created','2020-12-22 22:08:30','2020-12-22 17:08:30'),
(1128,4539,'action started via WP Cron','2020-12-22 22:10:23','2020-12-22 17:10:23'),
(1129,4539,'action complete via WP Cron','2020-12-22 22:10:23','2020-12-22 17:10:23'),
(1130,4540,'action created','2020-12-22 22:10:23','2020-12-22 17:10:23'),
(1131,4540,'action started via WP Cron','2020-12-22 22:11:23','2020-12-22 17:11:23'),
(1132,4540,'action complete via WP Cron','2020-12-22 22:11:23','2020-12-22 17:11:23'),
(1133,4541,'action created','2020-12-22 22:11:23','2020-12-22 17:11:23'),
(1134,4541,'action started via WP Cron','2020-12-22 22:12:18','2020-12-22 17:12:18'),
(1135,4541,'action complete via WP Cron','2020-12-22 22:12:18','2020-12-22 17:12:18'),
(1136,4542,'action created','2020-12-22 22:12:18','2020-12-22 17:12:18'),
(1137,4542,'action started via WP Cron','2020-12-22 22:14:22','2020-12-22 17:14:22'),
(1138,4542,'action complete via WP Cron','2020-12-22 22:14:23','2020-12-22 17:14:23'),
(1139,4543,'action created','2020-12-22 22:14:23','2020-12-22 17:14:23'),
(1140,4543,'action started via WP Cron','2020-12-22 22:16:16','2020-12-22 17:16:16'),
(1141,4543,'action complete via WP Cron','2020-12-22 22:16:16','2020-12-22 17:16:16'),
(1142,4544,'action created','2020-12-22 22:16:16','2020-12-22 17:16:16'),
(1143,4544,'action started via WP Cron','2020-12-22 22:17:16','2020-12-22 17:17:16'),
(1144,4544,'action complete via WP Cron','2020-12-22 22:17:16','2020-12-22 17:17:16'),
(1145,4545,'action created','2020-12-22 22:17:16','2020-12-22 17:17:16'),
(1146,4545,'action started via WP Cron','2020-12-22 22:18:59','2020-12-22 17:18:59'),
(1147,4545,'action complete via WP Cron','2020-12-22 22:18:59','2020-12-22 17:18:59'),
(1148,4546,'action created','2020-12-22 22:18:59','2020-12-22 17:18:59'),
(1149,4546,'action started via WP Cron','2020-12-22 22:19:55','2020-12-22 17:19:55'),
(1150,4546,'action complete via WP Cron','2020-12-22 22:19:55','2020-12-22 17:19:55'),
(1151,4547,'action created','2020-12-22 22:19:55','2020-12-22 17:19:55'),
(1152,4547,'action started via WP Cron','2020-12-22 22:21:45','2020-12-22 17:21:45'),
(1153,4547,'action complete via WP Cron','2020-12-22 22:21:45','2020-12-22 17:21:45'),
(1154,4548,'action created','2020-12-22 22:21:45','2020-12-22 17:21:45'),
(1155,4548,'action started via WP Cron','2020-12-22 22:24:03','2020-12-22 17:24:03'),
(1156,4548,'action complete via WP Cron','2020-12-22 22:24:03','2020-12-22 17:24:03'),
(1157,4549,'action created','2020-12-22 22:24:03','2020-12-22 17:24:03'),
(1158,4549,'action started via WP Cron','2020-12-22 22:27:36','2020-12-22 17:27:36'),
(1159,4549,'action complete via WP Cron','2020-12-22 22:27:36','2020-12-22 17:27:36'),
(1160,4550,'action created','2020-12-22 22:27:36','2020-12-22 17:27:36'),
(1161,4550,'action started via WP Cron','2020-12-22 22:28:21','2020-12-22 17:28:21'),
(1162,4550,'action complete via WP Cron','2020-12-22 22:28:21','2020-12-22 17:28:21'),
(1163,4551,'action created','2020-12-22 22:28:21','2020-12-22 17:28:21'),
(1164,4551,'action started via WP Cron','2020-12-22 22:29:14','2020-12-22 17:29:14'),
(1165,4551,'action complete via WP Cron','2020-12-22 22:29:14','2020-12-22 17:29:14'),
(1166,4552,'action created','2020-12-22 22:29:14','2020-12-22 17:29:14'),
(1167,4552,'action started via WP Cron','2020-12-22 22:31:06','2020-12-22 17:31:06'),
(1168,4552,'action complete via WP Cron','2020-12-22 22:31:06','2020-12-22 17:31:06'),
(1169,4553,'action created','2020-12-22 22:31:06','2020-12-22 17:31:06'),
(1170,4553,'action started via WP Cron','2020-12-22 22:31:21','2020-12-22 17:31:21'),
(1171,4553,'action complete via WP Cron','2020-12-22 22:31:21','2020-12-22 17:31:21'),
(1172,4554,'action created','2020-12-22 22:31:21','2020-12-22 17:31:21'),
(1173,4554,'action started via WP Cron','2020-12-22 22:33:08','2020-12-22 17:33:08'),
(1174,4554,'action complete via WP Cron','2020-12-22 22:33:08','2020-12-22 17:33:08'),
(1175,4555,'action created','2020-12-22 22:33:08','2020-12-22 17:33:08'),
(1176,4555,'action started via WP Cron','2020-12-22 22:33:21','2020-12-22 17:33:21'),
(1177,4555,'action complete via WP Cron','2020-12-22 22:33:21','2020-12-22 17:33:21'),
(1178,4556,'action created','2020-12-22 22:33:21','2020-12-22 17:33:21'),
(1179,4556,'action started via WP Cron','2020-12-22 22:34:34','2020-12-22 17:34:34'),
(1180,4556,'action complete via WP Cron','2020-12-22 22:34:34','2020-12-22 17:34:34'),
(1181,4557,'action created','2020-12-22 22:34:34','2020-12-22 17:34:34'),
(1182,4557,'action started via WP Cron','2020-12-22 22:35:56','2020-12-22 17:35:56'),
(1183,4557,'action complete via WP Cron','2020-12-22 22:35:56','2020-12-22 17:35:56'),
(1184,4558,'action created','2020-12-22 22:35:56','2020-12-22 17:35:56'),
(1185,4558,'action started via WP Cron','2020-12-22 22:36:54','2020-12-22 17:36:54'),
(1186,4558,'action complete via WP Cron','2020-12-22 22:36:54','2020-12-22 17:36:54'),
(1187,4559,'action created','2020-12-22 22:36:54','2020-12-22 17:36:54'),
(1188,4559,'action started via WP Cron','2020-12-22 22:38:14','2020-12-22 17:38:14'),
(1189,4559,'action complete via WP Cron','2020-12-22 22:38:14','2020-12-22 17:38:14'),
(1190,4560,'action created','2020-12-22 22:38:14','2020-12-22 17:38:14'),
(1191,4560,'action started via WP Cron','2020-12-22 22:39:28','2020-12-22 17:39:28'),
(1192,4560,'action complete via WP Cron','2020-12-22 22:39:28','2020-12-22 17:39:28'),
(1193,4561,'action created','2020-12-22 22:39:28','2020-12-22 17:39:28'),
(1194,4561,'action started via WP Cron','2020-12-22 22:42:50','2020-12-22 17:42:50'),
(1195,4561,'action complete via WP Cron','2020-12-22 22:42:50','2020-12-22 17:42:50'),
(1196,4562,'action created','2020-12-22 22:42:50','2020-12-22 17:42:50'),
(1197,4562,'action started via WP Cron','2020-12-22 22:43:17','2020-12-22 17:43:17'),
(1198,4562,'action complete via WP Cron','2020-12-22 22:43:17','2020-12-22 17:43:17'),
(1199,4563,'action created','2020-12-22 22:43:17','2020-12-22 17:43:17'),
(1200,4563,'action started via WP Cron','2020-12-22 22:45:19','2020-12-22 17:45:19'),
(1201,4563,'action complete via WP Cron','2020-12-22 22:45:19','2020-12-22 17:45:19'),
(1202,4564,'action created','2020-12-22 22:45:19','2020-12-22 17:45:19'),
(1203,4564,'action started via WP Cron','2020-12-22 22:47:28','2020-12-22 17:47:28'),
(1204,4564,'action complete via WP Cron','2020-12-22 22:47:28','2020-12-22 17:47:28'),
(1205,4565,'action created','2020-12-22 22:47:28','2020-12-22 17:47:28'),
(1206,4565,'action started via WP Cron','2020-12-22 22:49:55','2020-12-22 17:49:55'),
(1207,4565,'action complete via WP Cron','2020-12-22 22:49:55','2020-12-22 17:49:55'),
(1208,4566,'action created','2020-12-22 22:49:55','2020-12-22 17:49:55'),
(1209,4566,'action started via WP Cron','2020-12-22 22:50:57','2020-12-22 17:50:57'),
(1210,4566,'action complete via WP Cron','2020-12-22 22:50:57','2020-12-22 17:50:57'),
(1211,4567,'action created','2020-12-22 22:50:57','2020-12-22 17:50:57'),
(1212,4567,'action started via WP Cron','2020-12-22 22:52:17','2020-12-22 17:52:17'),
(1213,4567,'action complete via WP Cron','2020-12-22 22:52:17','2020-12-22 17:52:17'),
(1214,4568,'action created','2020-12-22 22:52:17','2020-12-22 17:52:17'),
(1215,4568,'action started via WP Cron','2020-12-22 22:53:39','2020-12-22 17:53:39'),
(1216,4568,'action complete via WP Cron','2020-12-22 22:53:39','2020-12-22 17:53:39'),
(1217,4569,'action created','2020-12-22 22:53:39','2020-12-22 17:53:39'),
(1218,4569,'action started via WP Cron','2020-12-22 22:54:12','2020-12-22 17:54:12'),
(1219,4569,'action complete via WP Cron','2020-12-22 22:54:12','2020-12-22 17:54:12'),
(1220,4570,'action created','2020-12-22 22:54:12','2020-12-22 17:54:12'),
(1221,4570,'action started via WP Cron','2020-12-22 22:57:02','2020-12-22 17:57:02'),
(1222,4570,'action complete via WP Cron','2020-12-22 22:57:02','2020-12-22 17:57:02'),
(1223,4571,'action created','2020-12-22 22:57:02','2020-12-22 17:57:02'),
(1224,4571,'action started via WP Cron','2020-12-22 22:57:55','2020-12-22 17:57:55'),
(1225,4571,'action complete via WP Cron','2020-12-22 22:57:55','2020-12-22 17:57:55'),
(1226,4572,'action created','2020-12-22 22:57:56','2020-12-22 17:57:56'),
(1227,4572,'action started via WP Cron','2020-12-22 22:58:17','2020-12-22 17:58:17'),
(1228,4572,'action complete via WP Cron','2020-12-22 22:58:17','2020-12-22 17:58:17'),
(1229,4573,'action created','2020-12-22 22:58:17','2020-12-22 17:58:17'),
(1230,4573,'action started via WP Cron','2020-12-22 22:59:14','2020-12-22 17:59:14'),
(1231,4573,'action complete via WP Cron','2020-12-22 22:59:14','2020-12-22 17:59:14'),
(1232,4574,'action created','2020-12-22 22:59:14','2020-12-22 17:59:14'),
(1233,4574,'action started via WP Cron','2020-12-22 23:00:14','2020-12-22 18:00:14'),
(1234,4574,'action complete via WP Cron','2020-12-22 23:00:14','2020-12-22 18:00:14'),
(1235,4575,'action created','2020-12-22 23:00:14','2020-12-22 18:00:14'),
(1236,4575,'action started via WP Cron','2020-12-22 23:01:12','2020-12-22 18:01:12'),
(1237,4575,'action complete via WP Cron','2020-12-22 23:01:12','2020-12-22 18:01:12'),
(1238,4576,'action created','2020-12-22 23:01:12','2020-12-22 18:01:12'),
(1239,4576,'action started via WP Cron','2020-12-22 23:02:11','2020-12-22 18:02:11'),
(1240,4576,'action complete via WP Cron','2020-12-22 23:02:11','2020-12-22 18:02:11'),
(1241,4577,'action created','2020-12-22 23:02:12','2020-12-22 18:02:12'),
(1242,4577,'action started via WP Cron','2020-12-22 23:03:17','2020-12-22 18:03:17'),
(1243,4577,'action complete via WP Cron','2020-12-22 23:03:17','2020-12-22 18:03:17'),
(1244,4578,'action created','2020-12-22 23:03:17','2020-12-22 18:03:17'),
(1245,4578,'action started via WP Cron','2020-12-22 23:04:17','2020-12-22 18:04:17'),
(1246,4578,'action complete via WP Cron','2020-12-22 23:04:17','2020-12-22 18:04:17'),
(1247,4579,'action created','2020-12-22 23:04:17','2020-12-22 18:04:17'),
(1248,4579,'action started via WP Cron','2020-12-22 23:05:16','2020-12-22 18:05:16'),
(1249,4579,'action complete via WP Cron','2020-12-22 23:05:16','2020-12-22 18:05:16'),
(1250,4580,'action created','2020-12-22 23:05:16','2020-12-22 18:05:16'),
(1251,4580,'action started via WP Cron','2020-12-22 23:07:59','2020-12-22 18:07:59'),
(1252,4580,'action complete via WP Cron','2020-12-22 23:07:59','2020-12-22 18:07:59'),
(1253,4581,'action created','2020-12-22 23:07:59','2020-12-22 18:07:59'),
(1254,4581,'action started via WP Cron','2020-12-22 23:08:23','2020-12-22 18:08:23'),
(1255,4581,'action complete via WP Cron','2020-12-22 23:08:23','2020-12-22 18:08:23'),
(1256,4582,'action created','2020-12-22 23:08:23','2020-12-22 18:08:23'),
(1257,4582,'action started via WP Cron','2020-12-22 23:09:12','2020-12-22 18:09:12'),
(1258,4582,'action complete via WP Cron','2020-12-22 23:09:12','2020-12-22 18:09:12'),
(1259,4583,'action created','2020-12-22 23:09:12','2020-12-22 18:09:12'),
(1260,4583,'action started via WP Cron','2020-12-22 23:10:14','2020-12-22 18:10:14'),
(1261,4583,'action complete via WP Cron','2020-12-22 23:10:14','2020-12-22 18:10:14'),
(1262,4584,'action created','2020-12-22 23:10:14','2020-12-22 18:10:14'),
(1263,4584,'action started via WP Cron','2020-12-22 23:11:12','2020-12-22 18:11:12'),
(1264,4584,'action complete via WP Cron','2020-12-22 23:11:12','2020-12-22 18:11:12'),
(1265,4585,'action created','2020-12-22 23:11:12','2020-12-22 18:11:12'),
(1266,4585,'action started via WP Cron','2020-12-22 23:13:19','2020-12-22 18:13:19'),
(1267,4585,'action complete via WP Cron','2020-12-22 23:13:19','2020-12-22 18:13:19'),
(1268,4586,'action created','2020-12-22 23:13:19','2020-12-22 18:13:19'),
(1269,4586,'action started via WP Cron','2020-12-22 23:14:24','2020-12-22 18:14:24'),
(1270,4586,'action complete via WP Cron','2020-12-22 23:14:24','2020-12-22 18:14:24'),
(1271,4587,'action created','2020-12-22 23:14:24','2020-12-22 18:14:24'),
(1272,4587,'action started via WP Cron','2020-12-22 23:15:27','2020-12-22 18:15:27'),
(1273,4587,'action complete via WP Cron','2020-12-22 23:15:27','2020-12-22 18:15:27'),
(1274,4588,'action created','2020-12-22 23:15:27','2020-12-22 18:15:27'),
(1275,4588,'action started via WP Cron','2020-12-22 23:16:27','2020-12-22 18:16:27'),
(1276,4588,'action complete via WP Cron','2020-12-22 23:16:27','2020-12-22 18:16:27'),
(1277,4589,'action created','2020-12-22 23:16:27','2020-12-22 18:16:27'),
(1278,4589,'action started via WP Cron','2020-12-22 23:17:21','2020-12-22 18:17:21'),
(1279,4589,'action complete via WP Cron','2020-12-22 23:17:21','2020-12-22 18:17:21'),
(1280,4590,'action created','2020-12-22 23:17:21','2020-12-22 18:17:21'),
(1281,4590,'action started via WP Cron','2020-12-22 23:18:54','2020-12-22 18:18:54'),
(1282,4590,'action complete via WP Cron','2020-12-22 23:18:54','2020-12-22 18:18:54'),
(1283,4591,'action created','2020-12-22 23:18:54','2020-12-22 18:18:54'),
(1284,4591,'action started via WP Cron','2020-12-22 23:20:51','2020-12-22 18:20:51'),
(1285,4591,'action complete via WP Cron','2020-12-22 23:20:51','2020-12-22 18:20:51'),
(1286,4592,'action created','2020-12-22 23:20:51','2020-12-22 18:20:51'),
(1287,4592,'action started via WP Cron','2020-12-22 23:23:43','2020-12-22 18:23:43'),
(1288,4592,'action complete via WP Cron','2020-12-22 23:23:43','2020-12-22 18:23:43'),
(1289,4593,'action created','2020-12-22 23:23:43','2020-12-22 18:23:43'),
(1290,4593,'action started via WP Cron','2020-12-22 23:24:21','2020-12-22 18:24:21'),
(1291,4593,'action complete via WP Cron','2020-12-22 23:24:21','2020-12-22 18:24:21'),
(1292,4594,'action created','2020-12-22 23:24:22','2020-12-22 18:24:22'),
(1293,4594,'action started via WP Cron','2020-12-22 23:26:05','2020-12-22 18:26:05'),
(1294,4594,'action complete via WP Cron','2020-12-22 23:26:05','2020-12-22 18:26:05'),
(1295,4595,'action created','2020-12-22 23:26:05','2020-12-22 18:26:05'),
(1296,4595,'action started via WP Cron','2020-12-22 23:27:14','2020-12-22 18:27:14'),
(1297,4595,'action complete via WP Cron','2020-12-22 23:27:14','2020-12-22 18:27:14'),
(1298,4596,'action created','2020-12-22 23:27:14','2020-12-22 18:27:14'),
(1299,4596,'action started via WP Cron','2020-12-22 23:28:14','2020-12-22 18:28:14'),
(1300,4596,'action complete via WP Cron','2020-12-22 23:28:14','2020-12-22 18:28:14'),
(1301,4597,'action created','2020-12-22 23:28:15','2020-12-22 18:28:15'),
(1302,4597,'action started via WP Cron','2020-12-22 23:30:06','2020-12-22 18:30:06'),
(1303,4597,'action complete via WP Cron','2020-12-22 23:30:06','2020-12-22 18:30:06'),
(1304,4598,'action created','2020-12-22 23:30:06','2020-12-22 18:30:06'),
(1305,4598,'action started via WP Cron','2020-12-22 23:32:20','2020-12-22 18:32:20'),
(1306,4598,'action complete via WP Cron','2020-12-22 23:32:20','2020-12-22 18:32:20'),
(1307,4599,'action created','2020-12-22 23:32:20','2020-12-22 18:32:20'),
(1308,4599,'action started via WP Cron','2020-12-22 23:33:49','2020-12-22 18:33:49'),
(1309,4599,'action complete via WP Cron','2020-12-22 23:33:50','2020-12-22 18:33:50'),
(1310,4600,'action created','2020-12-22 23:33:50','2020-12-22 18:33:50'),
(1311,4600,'action started via WP Cron','2020-12-22 23:34:28','2020-12-22 18:34:28'),
(1312,4600,'action complete via WP Cron','2020-12-22 23:34:28','2020-12-22 18:34:28'),
(1313,4601,'action created','2020-12-22 23:34:28','2020-12-22 18:34:28'),
(1314,4601,'action started via WP Cron','2020-12-22 23:35:13','2020-12-22 18:35:13'),
(1315,4601,'action complete via WP Cron','2020-12-22 23:35:13','2020-12-22 18:35:13'),
(1316,4602,'action created','2020-12-22 23:35:13','2020-12-22 18:35:13'),
(1317,4602,'action started via WP Cron','2020-12-22 23:36:59','2020-12-22 18:36:59'),
(1318,4602,'action complete via WP Cron','2020-12-22 23:36:59','2020-12-22 18:36:59'),
(1319,4603,'action created','2020-12-22 23:36:59','2020-12-22 18:36:59'),
(1320,4603,'action started via WP Cron','2020-12-22 23:37:11','2020-12-22 18:37:11'),
(1321,4603,'action complete via WP Cron','2020-12-22 23:37:11','2020-12-22 18:37:11'),
(1322,4604,'action created','2020-12-22 23:37:11','2020-12-22 18:37:11'),
(1323,4604,'action started via WP Cron','2020-12-22 23:38:51','2020-12-22 18:38:51'),
(1324,4604,'action complete via WP Cron','2020-12-22 23:38:51','2020-12-22 18:38:51'),
(1325,4605,'action created','2020-12-22 23:38:51','2020-12-22 18:38:51'),
(1326,4605,'action started via WP Cron','2020-12-22 23:40:42','2020-12-22 18:40:42'),
(1327,4605,'action complete via WP Cron','2020-12-22 23:40:42','2020-12-22 18:40:42'),
(1328,4606,'action created','2020-12-22 23:40:42','2020-12-22 18:40:42'),
(1329,4606,'action started via WP Cron','2020-12-22 23:41:45','2020-12-22 18:41:45'),
(1330,4606,'action complete via WP Cron','2020-12-22 23:41:45','2020-12-22 18:41:45'),
(1331,4607,'action created','2020-12-22 23:41:45','2020-12-22 18:41:45'),
(1332,4607,'action started via WP Cron','2020-12-22 23:43:53','2020-12-22 18:43:53'),
(1333,4607,'action complete via WP Cron','2020-12-22 23:43:53','2020-12-22 18:43:53'),
(1334,4608,'action created','2020-12-22 23:43:53','2020-12-22 18:43:53'),
(1335,4608,'action started via WP Cron','2020-12-22 23:44:14','2020-12-22 18:44:14'),
(1336,4608,'action complete via WP Cron','2020-12-22 23:44:14','2020-12-22 18:44:14'),
(1337,4609,'action created','2020-12-22 23:44:14','2020-12-22 18:44:14'),
(1338,4609,'action started via WP Cron','2020-12-22 23:45:18','2020-12-22 18:45:18'),
(1339,4609,'action complete via WP Cron','2020-12-22 23:45:18','2020-12-22 18:45:18'),
(1340,4610,'action created','2020-12-22 23:45:18','2020-12-22 18:45:18'),
(1341,4610,'action started via WP Cron','2020-12-22 23:46:24','2020-12-22 18:46:24'),
(1342,4610,'action complete via WP Cron','2020-12-22 23:46:24','2020-12-22 18:46:24'),
(1343,4611,'action created','2020-12-22 23:46:24','2020-12-22 18:46:24'),
(1344,4611,'action started via WP Cron','2020-12-22 23:49:36','2020-12-22 18:49:36'),
(1345,4611,'action complete via WP Cron','2020-12-22 23:49:36','2020-12-22 18:49:36'),
(1346,4612,'action created','2020-12-22 23:49:36','2020-12-22 18:49:36'),
(1347,4612,'action started via WP Cron','2020-12-22 23:50:44','2020-12-22 18:50:44'),
(1348,4612,'action complete via WP Cron','2020-12-22 23:50:44','2020-12-22 18:50:44'),
(1349,4613,'action created','2020-12-22 23:50:44','2020-12-22 18:50:44'),
(1350,4613,'action started via WP Cron','2020-12-22 23:52:14','2020-12-22 18:52:14'),
(1351,4613,'action complete via WP Cron','2020-12-22 23:52:14','2020-12-22 18:52:14'),
(1352,4614,'action created','2020-12-22 23:52:14','2020-12-22 18:52:14'),
(1353,4614,'action started via WP Cron','2020-12-22 23:55:59','2020-12-22 18:55:59'),
(1354,4614,'action complete via WP Cron','2020-12-22 23:55:59','2020-12-22 18:55:59'),
(1355,4615,'action created','2020-12-22 23:55:59','2020-12-22 18:55:59'),
(1356,4615,'action started via WP Cron','2020-12-22 23:57:21','2020-12-22 18:57:21'),
(1357,4615,'action complete via WP Cron','2020-12-22 23:57:21','2020-12-22 18:57:21'),
(1358,4616,'action created','2020-12-22 23:57:22','2020-12-22 18:57:22'),
(1359,4616,'action started via WP Cron','2020-12-23 00:00:44','2020-12-22 19:00:44'),
(1360,4616,'action complete via WP Cron','2020-12-23 00:00:44','2020-12-22 19:00:44'),
(1361,4617,'action created','2020-12-23 00:00:44','2020-12-22 19:00:44'),
(1362,4617,'action started via WP Cron','2020-12-23 00:01:28','2020-12-22 19:01:28'),
(1363,4617,'action complete via WP Cron','2020-12-23 00:01:28','2020-12-22 19:01:28'),
(1364,4618,'action created','2020-12-23 00:01:28','2020-12-22 19:01:28'),
(1365,4618,'action started via WP Cron','2020-12-23 00:03:46','2020-12-22 19:03:46'),
(1366,4618,'action complete via WP Cron','2020-12-23 00:03:46','2020-12-22 19:03:46'),
(1367,4619,'action created','2020-12-23 00:03:46','2020-12-22 19:03:46'),
(1368,4619,'action started via WP Cron','2020-12-23 00:04:26','2020-12-22 19:04:26'),
(1369,4619,'action complete via WP Cron','2020-12-23 00:04:26','2020-12-22 19:04:26'),
(1370,4620,'action created','2020-12-23 00:04:26','2020-12-22 19:04:26'),
(1371,4620,'action started via WP Cron','2020-12-23 00:07:05','2020-12-22 19:07:05'),
(1372,4620,'action complete via WP Cron','2020-12-23 00:07:05','2020-12-22 19:07:05'),
(1373,4621,'action created','2020-12-23 00:07:05','2020-12-22 19:07:05'),
(1374,4621,'action started via WP Cron','2020-12-23 00:10:42','2020-12-22 19:10:42'),
(1375,4621,'action complete via WP Cron','2020-12-23 00:10:42','2020-12-22 19:10:42'),
(1376,4622,'action created','2020-12-23 00:10:43','2020-12-22 19:10:43'),
(1377,4622,'action started via WP Cron','2020-12-23 00:12:59','2020-12-22 19:12:59'),
(1378,4622,'action complete via WP Cron','2020-12-23 00:12:59','2020-12-22 19:12:59'),
(1379,4623,'action created','2020-12-23 00:12:59','2020-12-22 19:12:59'),
(1380,4623,'action started via WP Cron','2020-12-23 00:17:23','2020-12-22 19:17:23'),
(1381,4623,'action complete via WP Cron','2020-12-23 00:17:23','2020-12-22 19:17:23'),
(1382,4624,'action created','2020-12-23 00:17:23','2020-12-22 19:17:23'),
(1383,4624,'action started via WP Cron','2020-12-23 00:19:02','2020-12-22 19:19:02'),
(1384,4624,'action complete via WP Cron','2020-12-23 00:19:02','2020-12-22 19:19:02'),
(1385,4625,'action created','2020-12-23 00:19:02','2020-12-22 19:19:02'),
(1386,4625,'action started via WP Cron','2020-12-23 00:19:28','2020-12-22 19:19:28'),
(1387,4625,'action complete via WP Cron','2020-12-23 00:19:28','2020-12-22 19:19:28'),
(1388,4626,'action created','2020-12-23 00:19:28','2020-12-22 19:19:28'),
(1389,4626,'action started via WP Cron','2020-12-23 00:20:52','2020-12-22 19:20:52'),
(1390,4626,'action complete via WP Cron','2020-12-23 00:20:52','2020-12-22 19:20:52'),
(1391,4627,'action created','2020-12-23 00:20:52','2020-12-22 19:20:52'),
(1392,4627,'action started via WP Cron','2020-12-23 00:21:13','2020-12-22 19:21:13'),
(1393,4627,'action complete via WP Cron','2020-12-23 00:21:13','2020-12-22 19:21:13'),
(1394,4628,'action created','2020-12-23 00:21:13','2020-12-22 19:21:13'),
(1395,4628,'action started via WP Cron','2020-12-23 00:24:08','2020-12-22 19:24:08'),
(1396,4628,'action complete via WP Cron','2020-12-23 00:24:08','2020-12-22 19:24:08'),
(1397,4629,'action created','2020-12-23 00:24:08','2020-12-22 19:24:08'),
(1398,4629,'action started via WP Cron','2020-12-23 00:27:20','2020-12-22 19:27:20'),
(1399,4629,'action complete via WP Cron','2020-12-23 00:27:20','2020-12-22 19:27:20'),
(1400,4630,'action created','2020-12-23 00:27:20','2020-12-22 19:27:20'),
(1401,4630,'action started via WP Cron','2020-12-23 00:28:20','2020-12-22 19:28:20'),
(1402,4630,'action complete via WP Cron','2020-12-23 00:28:20','2020-12-22 19:28:20'),
(1403,4631,'action created','2020-12-23 00:28:20','2020-12-22 19:28:20'),
(1404,4631,'action started via WP Cron','2020-12-23 00:29:13','2020-12-22 19:29:13'),
(1405,4631,'action complete via WP Cron','2020-12-23 00:29:13','2020-12-22 19:29:13'),
(1406,4632,'action created','2020-12-23 00:29:13','2020-12-22 19:29:13'),
(1407,4632,'action started via WP Cron','2020-12-23 00:30:53','2020-12-22 19:30:53'),
(1408,4632,'action complete via WP Cron','2020-12-23 00:30:53','2020-12-22 19:30:53'),
(1409,4633,'action created','2020-12-23 00:30:54','2020-12-22 19:30:54'),
(1410,4633,'action started via WP Cron','2020-12-23 00:32:11','2020-12-22 19:32:11'),
(1411,4633,'action complete via WP Cron','2020-12-23 00:32:11','2020-12-22 19:32:11'),
(1412,4634,'action created','2020-12-23 00:32:11','2020-12-22 19:32:11'),
(1413,4634,'action started via WP Cron','2020-12-23 00:33:47','2020-12-22 19:33:47'),
(1414,4634,'action complete via WP Cron','2020-12-23 00:33:47','2020-12-22 19:33:47'),
(1415,4635,'action created','2020-12-23 00:33:47','2020-12-22 19:33:47'),
(1416,4635,'action started via WP Cron','2020-12-23 00:34:36','2020-12-22 19:34:36'),
(1417,4635,'action complete via WP Cron','2020-12-23 00:34:36','2020-12-22 19:34:36'),
(1418,4636,'action created','2020-12-23 00:34:36','2020-12-22 19:34:36'),
(1419,4636,'action started via WP Cron','2020-12-23 00:37:18','2020-12-22 19:37:18'),
(1420,4636,'action complete via WP Cron','2020-12-23 00:37:18','2020-12-22 19:37:18'),
(1421,4637,'action created','2020-12-23 00:37:18','2020-12-22 19:37:18'),
(1422,4637,'action started via WP Cron','2020-12-23 00:38:12','2020-12-22 19:38:12'),
(1423,4637,'action complete via WP Cron','2020-12-23 00:38:12','2020-12-22 19:38:12'),
(1424,4638,'action created','2020-12-23 00:38:12','2020-12-22 19:38:12'),
(1425,4638,'action started via WP Cron','2020-12-23 00:39:37','2020-12-22 19:39:37'),
(1426,4638,'action complete via WP Cron','2020-12-23 00:39:37','2020-12-22 19:39:37'),
(1427,4639,'action created','2020-12-23 00:39:37','2020-12-22 19:39:37'),
(1428,4639,'action started via WP Cron','2020-12-23 00:41:39','2020-12-22 19:41:39'),
(1429,4639,'action complete via WP Cron','2020-12-23 00:41:39','2020-12-22 19:41:39'),
(1430,4640,'action created','2020-12-23 00:41:39','2020-12-22 19:41:39'),
(1431,4640,'action started via WP Cron','2020-12-23 00:43:53','2020-12-22 19:43:53'),
(1432,4640,'action complete via WP Cron','2020-12-23 00:43:53','2020-12-22 19:43:53'),
(1433,4641,'action created','2020-12-23 00:43:53','2020-12-22 19:43:53'),
(1434,4641,'action started via WP Cron','2020-12-23 00:46:11','2020-12-22 19:46:11'),
(1435,4641,'action complete via WP Cron','2020-12-23 00:46:11','2020-12-22 19:46:11'),
(1436,4642,'action created','2020-12-23 00:46:11','2020-12-22 19:46:11'),
(1437,4642,'action started via WP Cron','2020-12-23 00:48:43','2020-12-22 19:48:43'),
(1438,4642,'action complete via WP Cron','2020-12-23 00:48:43','2020-12-22 19:48:43'),
(1439,4643,'action created','2020-12-23 00:48:43','2020-12-22 19:48:43'),
(1440,4643,'action started via WP Cron','2020-12-23 00:49:19','2020-12-22 19:49:19'),
(1441,4643,'action complete via WP Cron','2020-12-23 00:49:19','2020-12-22 19:49:19'),
(1442,4644,'action created','2020-12-23 00:49:19','2020-12-22 19:49:19'),
(1443,4644,'action started via WP Cron','2020-12-23 00:50:30','2020-12-22 19:50:30'),
(1444,4644,'action complete via WP Cron','2020-12-23 00:50:30','2020-12-22 19:50:30'),
(1445,4645,'action created','2020-12-23 00:50:30','2020-12-22 19:50:30'),
(1446,4645,'action started via WP Cron','2020-12-23 00:51:54','2020-12-22 19:51:54'),
(1447,4645,'action complete via WP Cron','2020-12-23 00:51:54','2020-12-22 19:51:54'),
(1448,4646,'action created','2020-12-23 00:51:54','2020-12-22 19:51:54'),
(1449,4646,'action started via WP Cron','2020-12-23 00:53:14','2020-12-22 19:53:14'),
(1450,4646,'action complete via WP Cron','2020-12-23 00:53:14','2020-12-22 19:53:14'),
(1451,4647,'action created','2020-12-23 00:53:14','2020-12-22 19:53:14'),
(1452,4647,'action started via WP Cron','2020-12-23 00:55:10','2020-12-22 19:55:10'),
(1453,4647,'action complete via WP Cron','2020-12-23 00:55:10','2020-12-22 19:55:10'),
(1454,4648,'action created','2020-12-23 00:55:10','2020-12-22 19:55:10'),
(1455,4648,'action started via WP Cron','2020-12-23 00:56:23','2020-12-22 19:56:23'),
(1456,4648,'action complete via WP Cron','2020-12-23 00:56:23','2020-12-22 19:56:23'),
(1457,4649,'action created','2020-12-23 00:56:23','2020-12-22 19:56:23'),
(1458,4649,'action started via WP Cron','2020-12-23 00:57:14','2020-12-22 19:57:14'),
(1459,4649,'action complete via WP Cron','2020-12-23 00:57:14','2020-12-22 19:57:14'),
(1460,4650,'action created','2020-12-23 00:57:14','2020-12-22 19:57:14'),
(1461,4650,'action started via WP Cron','2020-12-23 00:58:13','2020-12-22 19:58:13'),
(1462,4650,'action complete via WP Cron','2020-12-23 00:58:13','2020-12-22 19:58:13'),
(1463,4651,'action created','2020-12-23 00:58:13','2020-12-22 19:58:13'),
(1464,4651,'action started via WP Cron','2020-12-23 00:59:34','2020-12-22 19:59:34'),
(1465,4651,'action complete via WP Cron','2020-12-23 00:59:34','2020-12-22 19:59:34'),
(1466,4652,'action created','2020-12-23 00:59:34','2020-12-22 19:59:34'),
(1467,4163,'action started via WP Cron','2020-12-23 01:00:17','2020-12-22 20:00:17'),
(1468,4163,'action complete via WP Cron','2020-12-23 01:00:17','2020-12-22 20:00:17'),
(1469,4653,'action created','2020-12-23 01:00:17','2020-12-22 20:00:17'),
(1470,4652,'action started via WP Cron','2020-12-23 01:00:17','2020-12-22 20:00:17'),
(1471,4652,'action complete via WP Cron','2020-12-23 01:00:17','2020-12-22 20:00:17'),
(1472,4654,'action created','2020-12-23 01:00:17','2020-12-22 20:00:17'),
(1473,4654,'action started via WP Cron','2020-12-23 01:01:28','2020-12-22 20:01:28'),
(1474,4654,'action complete via WP Cron','2020-12-23 01:01:28','2020-12-22 20:01:28'),
(1475,4655,'action created','2020-12-23 01:01:28','2020-12-22 20:01:28'),
(1476,4655,'action started via WP Cron','2020-12-23 01:02:32','2020-12-22 20:02:32'),
(1477,4655,'action complete via WP Cron','2020-12-23 01:02:32','2020-12-22 20:02:32'),
(1478,4656,'action created','2020-12-23 01:02:32','2020-12-22 20:02:32'),
(1479,4656,'action started via WP Cron','2020-12-23 01:03:37','2020-12-22 20:03:37'),
(1480,4656,'action complete via WP Cron','2020-12-23 01:03:37','2020-12-22 20:03:37'),
(1481,4657,'action created','2020-12-23 01:03:37','2020-12-22 20:03:37'),
(1482,4657,'action started via WP Cron','2020-12-23 01:04:20','2020-12-22 20:04:20'),
(1483,4657,'action complete via WP Cron','2020-12-23 01:04:20','2020-12-22 20:04:20'),
(1484,4658,'action created','2020-12-23 01:04:20','2020-12-22 20:04:20'),
(1485,4658,'action started via WP Cron','2020-12-23 01:06:14','2020-12-22 20:06:14'),
(1486,4658,'action complete via WP Cron','2020-12-23 01:06:14','2020-12-22 20:06:14'),
(1487,4659,'action created','2020-12-23 01:06:14','2020-12-22 20:06:14'),
(1488,4659,'action started via WP Cron','2020-12-23 01:08:30','2020-12-22 20:08:30'),
(1489,4659,'action complete via WP Cron','2020-12-23 01:08:30','2020-12-22 20:08:30'),
(1490,4660,'action created','2020-12-23 01:08:30','2020-12-22 20:08:30'),
(1491,4660,'action started via WP Cron','2020-12-23 01:09:55','2020-12-22 20:09:55'),
(1492,4660,'action complete via WP Cron','2020-12-23 01:09:55','2020-12-22 20:09:55'),
(1493,4661,'action created','2020-12-23 01:09:55','2020-12-22 20:09:55'),
(1494,4661,'action started via WP Cron','2020-12-23 01:10:14','2020-12-22 20:10:14'),
(1495,4661,'action complete via WP Cron','2020-12-23 01:10:14','2020-12-22 20:10:14'),
(1496,4662,'action created','2020-12-23 01:10:14','2020-12-22 20:10:14'),
(1497,4662,'action started via WP Cron','2020-12-23 01:11:11','2020-12-22 20:11:11'),
(1498,4662,'action complete via WP Cron','2020-12-23 01:11:11','2020-12-22 20:11:11'),
(1499,4663,'action created','2020-12-23 01:11:11','2020-12-22 20:11:11'),
(1500,4663,'action started via WP Cron','2020-12-23 01:12:21','2020-12-22 20:12:21'),
(1501,4663,'action complete via WP Cron','2020-12-23 01:12:21','2020-12-22 20:12:21'),
(1502,4664,'action created','2020-12-23 01:12:21','2020-12-22 20:12:21'),
(1503,4664,'action started via WP Cron','2020-12-23 01:13:23','2020-12-22 20:13:23'),
(1504,4664,'action complete via WP Cron','2020-12-23 01:13:23','2020-12-22 20:13:23'),
(1505,4665,'action created','2020-12-23 01:13:23','2020-12-22 20:13:23'),
(1506,4665,'action started via WP Cron','2020-12-23 01:14:22','2020-12-22 20:14:22'),
(1507,4665,'action complete via WP Cron','2020-12-23 01:14:22','2020-12-22 20:14:22'),
(1508,4666,'action created','2020-12-23 01:14:22','2020-12-22 20:14:22'),
(1509,4666,'action started via WP Cron','2020-12-23 01:15:12','2020-12-22 20:15:12'),
(1510,4666,'action complete via WP Cron','2020-12-23 01:15:12','2020-12-22 20:15:12'),
(1511,4667,'action created','2020-12-23 01:15:13','2020-12-22 20:15:13'),
(1512,4667,'action started via WP Cron','2020-12-23 01:16:12','2020-12-22 20:16:12'),
(1513,4667,'action complete via WP Cron','2020-12-23 01:16:12','2020-12-22 20:16:12'),
(1514,4668,'action created','2020-12-23 01:16:12','2020-12-22 20:16:12'),
(1515,4668,'action started via WP Cron','2020-12-23 01:17:37','2020-12-22 20:17:37'),
(1516,4668,'action complete via WP Cron','2020-12-23 01:17:37','2020-12-22 20:17:37'),
(1517,4669,'action created','2020-12-23 01:17:38','2020-12-22 20:17:38'),
(1518,4669,'action started via WP Cron','2020-12-23 01:18:41','2020-12-22 20:18:41'),
(1519,4669,'action complete via WP Cron','2020-12-23 01:18:41','2020-12-22 20:18:41'),
(1520,4670,'action created','2020-12-23 01:18:41','2020-12-22 20:18:41'),
(1521,4670,'action started via WP Cron','2020-12-23 01:19:11','2020-12-22 20:19:11'),
(1522,4670,'action complete via WP Cron','2020-12-23 01:19:11','2020-12-22 20:19:11'),
(1523,4671,'action created','2020-12-23 01:19:11','2020-12-22 20:19:11'),
(1524,4671,'action started via WP Cron','2020-12-23 01:20:26','2020-12-22 20:20:26'),
(1525,4671,'action complete via WP Cron','2020-12-23 01:20:26','2020-12-22 20:20:26'),
(1526,4672,'action created','2020-12-23 01:20:26','2020-12-22 20:20:26'),
(1527,4672,'action started via WP Cron','2020-12-23 01:21:16','2020-12-22 20:21:16'),
(1528,4672,'action complete via WP Cron','2020-12-23 01:21:16','2020-12-22 20:21:16'),
(1529,4673,'action created','2020-12-23 01:21:16','2020-12-22 20:21:16'),
(1530,4673,'action started via WP Cron','2020-12-23 01:22:26','2020-12-22 20:22:26'),
(1531,4673,'action complete via WP Cron','2020-12-23 01:22:26','2020-12-22 20:22:26'),
(1532,4674,'action created','2020-12-23 01:22:26','2020-12-22 20:22:26'),
(1533,4674,'action started via WP Cron','2020-12-23 01:23:22','2020-12-22 20:23:22'),
(1534,4674,'action complete via WP Cron','2020-12-23 01:23:22','2020-12-22 20:23:22'),
(1535,4675,'action created','2020-12-23 01:23:22','2020-12-22 20:23:22'),
(1536,4675,'action started via WP Cron','2020-12-23 01:25:42','2020-12-22 20:25:42'),
(1537,4675,'action complete via WP Cron','2020-12-23 01:25:42','2020-12-22 20:25:42'),
(1538,4676,'action created','2020-12-23 01:25:42','2020-12-22 20:25:42'),
(1539,4676,'action started via WP Cron','2020-12-23 01:27:44','2020-12-22 20:27:44'),
(1540,4676,'action complete via WP Cron','2020-12-23 01:27:44','2020-12-22 20:27:44'),
(1541,4677,'action created','2020-12-23 01:27:44','2020-12-22 20:27:44'),
(1542,4677,'action started via WP Cron','2020-12-23 01:28:50','2020-12-22 20:28:50'),
(1543,4677,'action complete via WP Cron','2020-12-23 01:28:50','2020-12-22 20:28:50'),
(1544,4678,'action created','2020-12-23 01:28:50','2020-12-22 20:28:50'),
(1545,4678,'action started via WP Cron','2020-12-23 01:29:35','2020-12-22 20:29:35'),
(1546,4678,'action complete via WP Cron','2020-12-23 01:29:35','2020-12-22 20:29:35'),
(1547,4679,'action created','2020-12-23 01:29:35','2020-12-22 20:29:35'),
(1548,4679,'action started via WP Cron','2020-12-23 01:31:16','2020-12-22 20:31:16'),
(1549,4679,'action complete via WP Cron','2020-12-23 01:31:16','2020-12-22 20:31:16'),
(1550,4680,'action created','2020-12-23 01:31:16','2020-12-22 20:31:16'),
(1551,4680,'action started via WP Cron','2020-12-23 01:33:01','2020-12-22 20:33:01'),
(1552,4680,'action complete via WP Cron','2020-12-23 01:33:01','2020-12-22 20:33:01'),
(1553,4681,'action created','2020-12-23 01:33:01','2020-12-22 20:33:01'),
(1554,4681,'action started via WP Cron','2020-12-23 01:33:15','2020-12-22 20:33:15'),
(1555,4681,'action complete via WP Cron','2020-12-23 01:33:15','2020-12-22 20:33:15'),
(1556,4682,'action created','2020-12-23 01:33:15','2020-12-22 20:33:15'),
(1557,4682,'action started via WP Cron','2020-12-23 01:34:18','2020-12-22 20:34:18'),
(1558,4682,'action complete via WP Cron','2020-12-23 01:34:18','2020-12-22 20:34:18'),
(1559,4683,'action created','2020-12-23 01:34:18','2020-12-22 20:34:18'),
(1560,4683,'action started via WP Cron','2020-12-23 01:35:24','2020-12-22 20:35:24'),
(1561,4683,'action complete via WP Cron','2020-12-23 01:35:24','2020-12-22 20:35:24'),
(1562,4684,'action created','2020-12-23 01:35:24','2020-12-22 20:35:24'),
(1563,4684,'action started via WP Cron','2020-12-23 01:36:14','2020-12-22 20:36:14'),
(1564,4684,'action complete via WP Cron','2020-12-23 01:36:14','2020-12-22 20:36:14'),
(1565,4685,'action created','2020-12-23 01:36:14','2020-12-22 20:36:14'),
(1566,4685,'action started via WP Cron','2020-12-23 01:37:48','2020-12-22 20:37:48'),
(1567,4685,'action complete via WP Cron','2020-12-23 01:37:48','2020-12-22 20:37:48'),
(1568,4686,'action created','2020-12-23 01:37:48','2020-12-22 20:37:48'),
(1569,4686,'action started via WP Cron','2020-12-23 01:39:05','2020-12-22 20:39:05'),
(1570,4686,'action complete via WP Cron','2020-12-23 01:39:05','2020-12-22 20:39:05'),
(1571,4687,'action created','2020-12-23 01:39:05','2020-12-22 20:39:05'),
(1572,4687,'action started via WP Cron','2020-12-23 01:40:15','2020-12-22 20:40:15'),
(1573,4687,'action complete via WP Cron','2020-12-23 01:40:15','2020-12-22 20:40:15'),
(1574,4688,'action created','2020-12-23 01:40:15','2020-12-22 20:40:15'),
(1575,4688,'action started via WP Cron','2020-12-23 01:41:44','2020-12-22 20:41:44'),
(1576,4688,'action complete via WP Cron','2020-12-23 01:41:44','2020-12-22 20:41:44'),
(1577,4689,'action created','2020-12-23 01:41:44','2020-12-22 20:41:44'),
(1578,4689,'action started via WP Cron','2020-12-23 01:42:17','2020-12-22 20:42:17'),
(1579,4689,'action complete via WP Cron','2020-12-23 01:42:17','2020-12-22 20:42:17'),
(1580,4690,'action created','2020-12-23 01:42:17','2020-12-22 20:42:17'),
(1581,4690,'action started via WP Cron','2020-12-23 01:43:44','2020-12-22 20:43:44'),
(1582,4690,'action complete via WP Cron','2020-12-23 01:43:44','2020-12-22 20:43:44'),
(1583,4691,'action created','2020-12-23 01:43:44','2020-12-22 20:43:44'),
(1584,4691,'action started via WP Cron','2020-12-23 01:45:33','2020-12-22 20:45:33'),
(1585,4691,'action complete via WP Cron','2020-12-23 01:45:33','2020-12-22 20:45:33'),
(1586,4692,'action created','2020-12-23 01:45:33','2020-12-22 20:45:33'),
(1587,4692,'action started via WP Cron','2020-12-23 01:46:18','2020-12-22 20:46:18'),
(1588,4692,'action complete via WP Cron','2020-12-23 01:46:19','2020-12-22 20:46:19'),
(1589,4693,'action created','2020-12-23 01:46:19','2020-12-22 20:46:19'),
(1590,4693,'action started via WP Cron','2020-12-23 01:47:47','2020-12-22 20:47:47'),
(1591,4693,'action complete via WP Cron','2020-12-23 01:47:47','2020-12-22 20:47:47'),
(1592,4694,'action created','2020-12-23 01:47:47','2020-12-22 20:47:47'),
(1593,4694,'action started via WP Cron','2020-12-23 01:48:40','2020-12-22 20:48:40'),
(1594,4694,'action complete via WP Cron','2020-12-23 01:48:40','2020-12-22 20:48:40'),
(1595,4695,'action created','2020-12-23 01:48:40','2020-12-22 20:48:40'),
(1596,4695,'action started via WP Cron','2020-12-23 01:52:00','2020-12-22 20:52:00'),
(1597,4695,'action complete via WP Cron','2020-12-23 01:52:00','2020-12-22 20:52:00'),
(1598,4696,'action created','2020-12-23 01:52:00','2020-12-22 20:52:00'),
(1599,4696,'action started via WP Cron','2020-12-23 01:52:15','2020-12-22 20:52:15'),
(1600,4696,'action complete via WP Cron','2020-12-23 01:52:15','2020-12-22 20:52:15'),
(1601,4697,'action created','2020-12-23 01:52:15','2020-12-22 20:52:15'),
(1602,4697,'action started via WP Cron','2020-12-23 01:53:41','2020-12-22 20:53:41'),
(1603,4697,'action complete via WP Cron','2020-12-23 01:53:41','2020-12-22 20:53:41'),
(1604,4698,'action created','2020-12-23 01:53:41','2020-12-22 20:53:41'),
(1605,4698,'action started via WP Cron','2020-12-23 01:57:36','2020-12-22 20:57:36'),
(1606,4698,'action complete via WP Cron','2020-12-23 01:57:36','2020-12-22 20:57:36'),
(1607,4699,'action created','2020-12-23 01:57:36','2020-12-22 20:57:36'),
(1608,4699,'action started via WP Cron','2020-12-23 01:59:32','2020-12-22 20:59:32'),
(1609,4699,'action complete via WP Cron','2020-12-23 01:59:32','2020-12-22 20:59:32'),
(1610,4700,'action created','2020-12-23 01:59:32','2020-12-22 20:59:32'),
(1611,4700,'action started via WP Cron','2020-12-23 02:00:21','2020-12-22 21:00:21'),
(1612,4700,'action complete via WP Cron','2020-12-23 02:00:21','2020-12-22 21:00:21'),
(1613,4701,'action created','2020-12-23 02:00:21','2020-12-22 21:00:21'),
(1614,4701,'action started via WP Cron','2020-12-23 02:03:35','2020-12-22 21:03:35'),
(1615,4701,'action complete via WP Cron','2020-12-23 02:03:35','2020-12-22 21:03:35'),
(1616,4702,'action created','2020-12-23 02:03:35','2020-12-22 21:03:35'),
(1617,4702,'action started via WP Cron','2020-12-23 02:04:13','2020-12-22 21:04:13'),
(1618,4702,'action complete via WP Cron','2020-12-23 02:04:13','2020-12-22 21:04:13'),
(1619,4703,'action created','2020-12-23 02:04:13','2020-12-22 21:04:13'),
(1620,4703,'action started via WP Cron','2020-12-23 02:06:21','2020-12-22 21:06:21'),
(1621,4703,'action complete via WP Cron','2020-12-23 02:06:21','2020-12-22 21:06:21'),
(1622,4704,'action created','2020-12-23 02:06:21','2020-12-22 21:06:21'),
(1623,4704,'action started via WP Cron','2020-12-23 02:08:50','2020-12-22 21:08:50'),
(1624,4704,'action complete via WP Cron','2020-12-23 02:08:50','2020-12-22 21:08:50'),
(1625,4705,'action created','2020-12-23 02:08:50','2020-12-22 21:08:50'),
(1626,4705,'action started via WP Cron','2020-12-23 02:09:46','2020-12-22 21:09:46'),
(1627,4705,'action complete via WP Cron','2020-12-23 02:09:46','2020-12-22 21:09:46'),
(1628,4706,'action created','2020-12-23 02:09:46','2020-12-22 21:09:46'),
(1629,4706,'action started via WP Cron','2020-12-23 02:11:00','2020-12-22 21:11:00'),
(1630,4706,'action complete via WP Cron','2020-12-23 02:11:00','2020-12-22 21:11:00'),
(1631,4707,'action created','2020-12-23 02:11:00','2020-12-22 21:11:00'),
(1632,4707,'action started via WP Cron','2020-12-23 02:11:25','2020-12-22 21:11:25'),
(1633,4707,'action complete via WP Cron','2020-12-23 02:11:25','2020-12-22 21:11:25'),
(1634,4708,'action created','2020-12-23 02:11:25','2020-12-22 21:11:25'),
(1635,4708,'action started via WP Cron','2020-12-23 02:12:52','2020-12-22 21:12:52'),
(1636,4708,'action complete via WP Cron','2020-12-23 02:12:52','2020-12-22 21:12:52'),
(1637,4709,'action created','2020-12-23 02:12:52','2020-12-22 21:12:52'),
(1638,4709,'action started via WP Cron','2020-12-23 02:14:37','2020-12-22 21:14:37'),
(1639,4709,'action complete via WP Cron','2020-12-23 02:14:37','2020-12-22 21:14:37'),
(1640,4710,'action created','2020-12-23 02:14:37','2020-12-22 21:14:37'),
(1641,4710,'action started via WP Cron','2020-12-23 02:15:35','2020-12-22 21:15:35'),
(1642,4710,'action complete via WP Cron','2020-12-23 02:15:35','2020-12-22 21:15:35'),
(1643,4711,'action created','2020-12-23 02:15:35','2020-12-22 21:15:35'),
(1644,4711,'action started via WP Cron','2020-12-23 02:17:09','2020-12-22 21:17:09'),
(1645,4711,'action complete via WP Cron','2020-12-23 02:17:09','2020-12-22 21:17:09'),
(1646,4712,'action created','2020-12-23 02:17:09','2020-12-22 21:17:09'),
(1647,4712,'action started via WP Cron','2020-12-23 02:21:02','2020-12-22 21:21:02'),
(1648,4712,'action complete via WP Cron','2020-12-23 02:21:02','2020-12-22 21:21:02'),
(1649,4713,'action created','2020-12-23 02:21:02','2020-12-22 21:21:02'),
(1650,4713,'action started via WP Cron','2020-12-23 02:22:22','2020-12-22 21:22:22'),
(1651,4713,'action complete via WP Cron','2020-12-23 02:22:22','2020-12-22 21:22:22'),
(1652,4714,'action created','2020-12-23 02:22:22','2020-12-22 21:22:22'),
(1653,4714,'action started via WP Cron','2020-12-23 02:29:08','2020-12-22 21:29:08'),
(1654,4714,'action complete via WP Cron','2020-12-23 02:29:08','2020-12-22 21:29:08'),
(1655,4715,'action created','2020-12-23 02:29:08','2020-12-22 21:29:08'),
(1656,4715,'action started via WP Cron','2020-12-23 02:29:51','2020-12-22 21:29:51'),
(1657,4715,'action complete via WP Cron','2020-12-23 02:29:51','2020-12-22 21:29:51'),
(1658,4716,'action created','2020-12-23 02:29:51','2020-12-22 21:29:51'),
(1659,4716,'action started via WP Cron','2020-12-23 02:30:16','2020-12-22 21:30:16'),
(1660,4716,'action complete via WP Cron','2020-12-23 02:30:16','2020-12-22 21:30:16'),
(1661,4717,'action created','2020-12-23 02:30:16','2020-12-22 21:30:16'),
(1662,4717,'action started via WP Cron','2020-12-23 02:32:18','2020-12-22 21:32:18'),
(1663,4717,'action complete via WP Cron','2020-12-23 02:32:18','2020-12-22 21:32:18'),
(1664,4718,'action created','2020-12-23 02:32:18','2020-12-22 21:32:18'),
(1665,4718,'action started via WP Cron','2020-12-23 02:35:00','2020-12-22 21:35:00'),
(1666,4718,'action complete via WP Cron','2020-12-23 02:35:00','2020-12-22 21:35:00'),
(1667,4719,'action created','2020-12-23 02:35:00','2020-12-22 21:35:00'),
(1668,4719,'action started via WP Cron','2020-12-23 02:36:31','2020-12-22 21:36:31'),
(1669,4719,'action complete via WP Cron','2020-12-23 02:36:31','2020-12-22 21:36:31'),
(1670,4720,'action created','2020-12-23 02:36:31','2020-12-22 21:36:31'),
(1671,4720,'action started via WP Cron','2020-12-23 02:37:18','2020-12-22 21:37:18'),
(1672,4720,'action complete via WP Cron','2020-12-23 02:37:18','2020-12-22 21:37:18'),
(1673,4721,'action created','2020-12-23 02:37:18','2020-12-22 21:37:18'),
(1674,4721,'action started via WP Cron','2020-12-23 02:39:09','2020-12-22 21:39:09'),
(1675,4721,'action complete via WP Cron','2020-12-23 02:39:09','2020-12-22 21:39:09'),
(1676,4722,'action created','2020-12-23 02:39:09','2020-12-22 21:39:09'),
(1677,4722,'action started via WP Cron','2020-12-23 02:42:11','2020-12-22 21:42:11'),
(1678,4722,'action complete via WP Cron','2020-12-23 02:42:11','2020-12-22 21:42:11'),
(1679,4723,'action created','2020-12-23 02:42:11','2020-12-22 21:42:11'),
(1680,4723,'action started via WP Cron','2020-12-23 02:44:02','2020-12-22 21:44:02'),
(1681,4723,'action complete via WP Cron','2020-12-23 02:44:02','2020-12-22 21:44:02'),
(1682,4724,'action created','2020-12-23 02:44:02','2020-12-22 21:44:02'),
(1683,4724,'action started via WP Cron','2020-12-23 02:45:34','2020-12-22 21:45:34'),
(1684,4724,'action complete via WP Cron','2020-12-23 02:45:34','2020-12-22 21:45:34'),
(1685,4725,'action created','2020-12-23 02:45:34','2020-12-22 21:45:34'),
(1686,4725,'action started via WP Cron','2020-12-23 02:46:15','2020-12-22 21:46:15'),
(1687,4725,'action complete via WP Cron','2020-12-23 02:46:15','2020-12-22 21:46:15'),
(1688,4726,'action created','2020-12-23 02:46:15','2020-12-22 21:46:15'),
(1689,4726,'action started via WP Cron','2020-12-23 02:47:11','2020-12-22 21:47:11'),
(1690,4726,'action complete via WP Cron','2020-12-23 02:47:11','2020-12-22 21:47:11'),
(1691,4727,'action created','2020-12-23 02:47:11','2020-12-22 21:47:11'),
(1692,4727,'action started via WP Cron','2020-12-23 02:49:44','2020-12-22 21:49:44'),
(1693,4727,'action complete via WP Cron','2020-12-23 02:49:44','2020-12-22 21:49:44'),
(1694,4728,'action created','2020-12-23 02:49:45','2020-12-22 21:49:45'),
(1695,4728,'action started via WP Cron','2020-12-23 02:53:11','2020-12-22 21:53:11'),
(1696,4728,'action complete via WP Cron','2020-12-23 02:53:11','2020-12-22 21:53:11'),
(1697,4729,'action created','2020-12-23 02:53:11','2020-12-22 21:53:11'),
(1698,4729,'action started via WP Cron','2020-12-23 02:57:13','2020-12-22 21:57:13'),
(1699,4729,'action complete via WP Cron','2020-12-23 02:57:14','2020-12-22 21:57:14'),
(1700,4730,'action created','2020-12-23 02:57:14','2020-12-22 21:57:14'),
(1701,4730,'action started via WP Cron','2020-12-23 02:59:42','2020-12-22 21:59:42'),
(1702,4730,'action complete via WP Cron','2020-12-23 02:59:42','2020-12-22 21:59:42'),
(1703,4731,'action created','2020-12-23 02:59:43','2020-12-22 21:59:43'),
(1704,4731,'action started via WP Cron','2020-12-23 03:01:03','2020-12-22 22:01:03'),
(1705,4731,'action complete via WP Cron','2020-12-23 03:01:03','2020-12-22 22:01:03'),
(1706,4732,'action created','2020-12-23 03:01:03','2020-12-22 22:01:03'),
(1707,4732,'action started via WP Cron','2020-12-23 03:01:47','2020-12-22 22:01:47'),
(1708,4732,'action complete via WP Cron','2020-12-23 03:01:47','2020-12-22 22:01:47'),
(1709,4733,'action created','2020-12-23 03:01:47','2020-12-22 22:01:47'),
(1710,4733,'action started via WP Cron','2020-12-23 03:06:32','2020-12-22 22:06:32'),
(1711,4733,'action complete via WP Cron','2020-12-23 03:06:32','2020-12-22 22:06:32'),
(1712,4734,'action created','2020-12-23 03:06:32','2020-12-22 22:06:32'),
(1713,4734,'action started via WP Cron','2020-12-23 03:08:44','2020-12-22 22:08:44'),
(1714,4734,'action complete via WP Cron','2020-12-23 03:08:44','2020-12-22 22:08:44'),
(1715,4735,'action created','2020-12-23 03:08:44','2020-12-22 22:08:44'),
(1716,4735,'action started via WP Cron','2020-12-23 03:13:29','2020-12-22 22:13:29'),
(1717,4735,'action complete via WP Cron','2020-12-23 03:13:29','2020-12-22 22:13:29'),
(1718,4736,'action created','2020-12-23 03:13:29','2020-12-22 22:13:29'),
(1719,4736,'action started via WP Cron','2020-12-23 03:16:01','2020-12-22 22:16:01'),
(1720,4736,'action complete via WP Cron','2020-12-23 03:16:01','2020-12-22 22:16:01'),
(1721,4737,'action created','2020-12-23 03:16:01','2020-12-22 22:16:01'),
(1722,4737,'action started via WP Cron','2020-12-23 03:18:08','2020-12-22 22:18:08'),
(1723,4737,'action complete via WP Cron','2020-12-23 03:18:08','2020-12-22 22:18:08'),
(1724,4738,'action created','2020-12-23 03:18:09','2020-12-22 22:18:09'),
(1725,4738,'action started via WP Cron','2020-12-23 03:20:01','2020-12-22 22:20:01'),
(1726,4738,'action complete via WP Cron','2020-12-23 03:20:01','2020-12-22 22:20:01'),
(1727,4739,'action created','2020-12-23 03:20:01','2020-12-22 22:20:01'),
(1728,4739,'action started via WP Cron','2020-12-23 03:22:50','2020-12-22 22:22:50'),
(1729,4739,'action complete via WP Cron','2020-12-23 03:22:50','2020-12-22 22:22:50'),
(1730,4740,'action created','2020-12-23 03:22:50','2020-12-22 22:22:50'),
(1731,4740,'action started via WP Cron','2020-12-23 03:23:27','2020-12-22 22:23:27'),
(1732,4740,'action complete via WP Cron','2020-12-23 03:23:27','2020-12-22 22:23:27'),
(1733,4741,'action created','2020-12-23 03:23:27','2020-12-22 22:23:27'),
(1734,4741,'action started via WP Cron','2020-12-23 03:30:14','2020-12-22 22:30:14'),
(1735,4741,'action complete via WP Cron','2020-12-23 03:30:14','2020-12-22 22:30:14'),
(1736,4742,'action created','2020-12-23 03:30:14','2020-12-22 22:30:14'),
(1737,4742,'action started via WP Cron','2020-12-23 03:31:12','2020-12-22 22:31:12'),
(1738,4742,'action complete via WP Cron','2020-12-23 03:31:12','2020-12-22 22:31:12'),
(1739,4743,'action created','2020-12-23 03:31:12','2020-12-22 22:31:12'),
(1740,4743,'action started via WP Cron','2020-12-23 03:33:12','2020-12-22 22:33:12'),
(1741,4743,'action complete via WP Cron','2020-12-23 03:33:12','2020-12-22 22:33:12'),
(1742,4744,'action created','2020-12-23 03:33:12','2020-12-22 22:33:12'),
(1743,4744,'action started via WP Cron','2020-12-23 03:34:34','2020-12-22 22:34:34'),
(1744,4744,'action complete via WP Cron','2020-12-23 03:34:34','2020-12-22 22:34:34'),
(1745,4745,'action created','2020-12-23 03:34:34','2020-12-22 22:34:34'),
(1746,4745,'action started via WP Cron','2020-12-23 03:35:17','2020-12-22 22:35:17'),
(1747,4745,'action complete via WP Cron','2020-12-23 03:35:17','2020-12-22 22:35:17'),
(1748,4746,'action created','2020-12-23 03:35:17','2020-12-22 22:35:17'),
(1749,4746,'action started via WP Cron','2020-12-23 03:36:15','2020-12-22 22:36:15'),
(1750,4746,'action complete via WP Cron','2020-12-23 03:36:15','2020-12-22 22:36:15'),
(1751,4747,'action created','2020-12-23 03:36:15','2020-12-22 22:36:15'),
(1752,4747,'action started via WP Cron','2020-12-23 03:37:27','2020-12-22 22:37:27'),
(1753,4747,'action complete via WP Cron','2020-12-23 03:37:27','2020-12-22 22:37:27'),
(1754,4748,'action created','2020-12-23 03:37:27','2020-12-22 22:37:27'),
(1755,4748,'action started via WP Cron','2020-12-23 03:38:34','2020-12-22 22:38:34'),
(1756,4748,'action complete via WP Cron','2020-12-23 03:38:34','2020-12-22 22:38:34'),
(1757,4749,'action created','2020-12-23 03:38:34','2020-12-22 22:38:34'),
(1758,4749,'action started via WP Cron','2020-12-23 03:39:48','2020-12-22 22:39:48'),
(1759,4749,'action complete via WP Cron','2020-12-23 03:39:48','2020-12-22 22:39:48'),
(1760,4750,'action created','2020-12-23 03:39:48','2020-12-22 22:39:48'),
(1761,4750,'action started via WP Cron','2020-12-23 03:40:39','2020-12-22 22:40:39'),
(1762,4750,'action complete via WP Cron','2020-12-23 03:40:39','2020-12-22 22:40:39'),
(1763,4751,'action created','2020-12-23 03:40:39','2020-12-22 22:40:39'),
(1764,4751,'action started via WP Cron','2020-12-23 03:41:45','2020-12-22 22:41:45'),
(1765,4751,'action complete via WP Cron','2020-12-23 03:41:45','2020-12-22 22:41:45'),
(1766,4752,'action created','2020-12-23 03:41:45','2020-12-22 22:41:45'),
(1767,4752,'action started via WP Cron','2020-12-23 03:42:31','2020-12-22 22:42:31'),
(1768,4752,'action complete via WP Cron','2020-12-23 03:42:31','2020-12-22 22:42:31'),
(1769,4753,'action created','2020-12-23 03:42:31','2020-12-22 22:42:31'),
(1770,4753,'action started via WP Cron','2020-12-23 03:44:23','2020-12-22 22:44:23'),
(1771,4753,'action complete via WP Cron','2020-12-23 03:44:23','2020-12-22 22:44:23'),
(1772,4754,'action created','2020-12-23 03:44:23','2020-12-22 22:44:23'),
(1773,4754,'action started via WP Cron','2020-12-23 03:46:06','2020-12-22 22:46:06'),
(1774,4754,'action complete via WP Cron','2020-12-23 03:46:06','2020-12-22 22:46:06'),
(1775,4755,'action created','2020-12-23 03:46:06','2020-12-22 22:46:06'),
(1776,4755,'action started via WP Cron','2020-12-23 03:49:41','2020-12-22 22:49:41'),
(1777,4755,'action complete via WP Cron','2020-12-23 03:49:41','2020-12-22 22:49:41'),
(1778,4756,'action created','2020-12-23 03:49:41','2020-12-22 22:49:41'),
(1779,4756,'action started via WP Cron','2020-12-23 03:50:32','2020-12-22 22:50:32'),
(1780,4756,'action complete via WP Cron','2020-12-23 03:50:32','2020-12-22 22:50:32'),
(1781,4757,'action created','2020-12-23 03:50:32','2020-12-22 22:50:32'),
(1782,4757,'action started via WP Cron','2020-12-23 03:51:27','2020-12-22 22:51:27'),
(1783,4757,'action complete via WP Cron','2020-12-23 03:51:27','2020-12-22 22:51:27'),
(1784,4758,'action created','2020-12-23 03:51:27','2020-12-22 22:51:27'),
(1785,4758,'action started via WP Cron','2020-12-23 03:52:36','2020-12-22 22:52:36'),
(1786,4758,'action complete via WP Cron','2020-12-23 03:52:36','2020-12-22 22:52:36'),
(1787,4759,'action created','2020-12-23 03:52:36','2020-12-22 22:52:36'),
(1788,4759,'action started via WP Cron','2020-12-23 03:53:32','2020-12-22 22:53:32'),
(1789,4759,'action complete via WP Cron','2020-12-23 03:53:32','2020-12-22 22:53:32'),
(1790,4760,'action created','2020-12-23 03:53:32','2020-12-22 22:53:32'),
(1791,4760,'action started via WP Cron','2020-12-23 03:57:39','2020-12-22 22:57:39'),
(1792,4760,'action complete via WP Cron','2020-12-23 03:57:39','2020-12-22 22:57:39'),
(1793,4761,'action created','2020-12-23 03:57:39','2020-12-22 22:57:39'),
(1794,4761,'action started via WP Cron','2020-12-23 03:59:22','2020-12-22 22:59:22'),
(1795,4761,'action complete via WP Cron','2020-12-23 03:59:22','2020-12-22 22:59:22'),
(1796,4762,'action created','2020-12-23 03:59:22','2020-12-22 22:59:22'),
(1797,4762,'action started via WP Cron','2020-12-23 04:01:05','2020-12-22 23:01:05'),
(1798,4762,'action complete via WP Cron','2020-12-23 04:01:05','2020-12-22 23:01:05'),
(1799,4763,'action created','2020-12-23 04:01:05','2020-12-22 23:01:05'),
(1800,4763,'action started via WP Cron','2020-12-23 04:02:42','2020-12-22 23:02:42'),
(1801,4763,'action complete via WP Cron','2020-12-23 04:02:42','2020-12-22 23:02:42'),
(1802,4764,'action created','2020-12-23 04:02:42','2020-12-22 23:02:42'),
(1803,4764,'action started via WP Cron','2020-12-23 04:05:01','2020-12-22 23:05:01'),
(1804,4764,'action complete via WP Cron','2020-12-23 04:05:01','2020-12-22 23:05:01'),
(1805,4765,'action created','2020-12-23 04:05:07','2020-12-22 23:05:07'),
(1806,4765,'action started via WP Cron','2020-12-23 04:07:15','2020-12-22 23:07:15'),
(1807,4765,'action complete via WP Cron','2020-12-23 04:07:15','2020-12-22 23:07:15'),
(1808,4766,'action created','2020-12-23 04:07:15','2020-12-22 23:07:15'),
(1809,4766,'action started via WP Cron','2020-12-23 04:08:22','2020-12-22 23:08:22'),
(1810,4766,'action complete via WP Cron','2020-12-23 04:08:22','2020-12-22 23:08:22'),
(1811,4767,'action created','2020-12-23 04:08:22','2020-12-22 23:08:22'),
(1812,4767,'action started via WP Cron','2020-12-23 04:09:37','2020-12-22 23:09:37'),
(1813,4767,'action complete via WP Cron','2020-12-23 04:09:37','2020-12-22 23:09:37'),
(1814,4768,'action created','2020-12-23 04:09:37','2020-12-22 23:09:37'),
(1815,4768,'action started via WP Cron','2020-12-23 04:10:19','2020-12-22 23:10:19'),
(1816,4768,'action complete via WP Cron','2020-12-23 04:10:19','2020-12-22 23:10:19'),
(1817,4769,'action created','2020-12-23 04:10:19','2020-12-22 23:10:19'),
(1818,4769,'action started via WP Cron','2020-12-23 04:12:27','2020-12-22 23:12:27'),
(1819,4769,'action complete via WP Cron','2020-12-23 04:12:27','2020-12-22 23:12:27'),
(1820,4770,'action created','2020-12-23 04:13:28','2020-12-22 23:13:28'),
(1821,4770,'action started via WP Cron','2020-12-23 04:15:25','2020-12-22 23:15:25'),
(1822,4770,'action complete via WP Cron','2020-12-23 04:15:25','2020-12-22 23:15:25'),
(1823,4771,'action created','2020-12-23 04:15:25','2020-12-22 23:15:25'),
(1824,4771,'action started via WP Cron','2020-12-23 04:17:05','2020-12-22 23:17:05'),
(1825,4771,'action complete via WP Cron','2020-12-23 04:17:05','2020-12-22 23:17:05'),
(1826,4772,'action created','2020-12-23 04:17:05','2020-12-22 23:17:05'),
(1827,4772,'action started via WP Cron','2020-12-23 04:18:08','2020-12-22 23:18:08'),
(1828,4772,'action complete via WP Cron','2020-12-23 04:18:08','2020-12-22 23:18:08'),
(1829,4773,'action created','2020-12-23 04:18:08','2020-12-22 23:18:08'),
(1830,4773,'action started via WP Cron','2020-12-23 04:18:24','2020-12-22 23:18:24'),
(1831,4773,'action complete via WP Cron','2020-12-23 04:18:24','2020-12-22 23:18:24'),
(1832,4774,'action created','2020-12-23 04:18:24','2020-12-22 23:18:24'),
(1833,4774,'action started via WP Cron','2020-12-23 04:19:24','2020-12-22 23:19:24'),
(1834,4774,'action complete via WP Cron','2020-12-23 04:19:24','2020-12-22 23:19:24'),
(1835,4775,'action created','2020-12-23 04:19:24','2020-12-22 23:19:24'),
(1836,4775,'action started via WP Cron','2020-12-23 04:20:19','2020-12-22 23:20:19'),
(1837,4775,'action complete via WP Cron','2020-12-23 04:20:19','2020-12-22 23:20:19'),
(1838,4776,'action created','2020-12-23 04:20:19','2020-12-22 23:20:19'),
(1839,4776,'action started via WP Cron','2020-12-23 04:22:10','2020-12-22 23:22:10'),
(1840,4776,'action complete via WP Cron','2020-12-23 04:22:10','2020-12-22 23:22:10'),
(1841,4777,'action created','2020-12-23 04:22:10','2020-12-22 23:22:10'),
(1842,4777,'action started via WP Cron','2020-12-23 04:23:15','2020-12-22 23:23:15'),
(1843,4777,'action complete via WP Cron','2020-12-23 04:23:15','2020-12-22 23:23:15'),
(1844,4778,'action created','2020-12-23 04:23:15','2020-12-22 23:23:15'),
(1845,4778,'action started via WP Cron','2020-12-23 04:25:05','2020-12-22 23:25:05'),
(1846,4778,'action complete via WP Cron','2020-12-23 04:25:05','2020-12-22 23:25:05'),
(1847,4779,'action created','2020-12-23 04:25:05','2020-12-22 23:25:05'),
(1848,4779,'action started via WP Cron','2020-12-23 04:26:19','2020-12-22 23:26:19'),
(1849,4779,'action complete via WP Cron','2020-12-23 04:26:19','2020-12-22 23:26:19'),
(1850,4780,'action created','2020-12-23 04:26:19','2020-12-22 23:26:19'),
(1851,4780,'action started via WP Cron','2020-12-23 04:27:52','2020-12-22 23:27:52'),
(1852,4780,'action complete via WP Cron','2020-12-23 04:27:53','2020-12-22 23:27:53'),
(1853,4781,'action created','2020-12-23 04:27:53','2020-12-22 23:27:53'),
(1854,4781,'action started via WP Cron','2020-12-23 04:28:26','2020-12-22 23:28:26'),
(1855,4781,'action complete via WP Cron','2020-12-23 04:28:26','2020-12-22 23:28:26'),
(1856,4782,'action created','2020-12-23 04:28:26','2020-12-22 23:28:26'),
(1857,4782,'action started via WP Cron','2020-12-23 04:30:04','2020-12-22 23:30:04'),
(1858,4782,'action complete via WP Cron','2020-12-23 04:30:04','2020-12-22 23:30:04'),
(1859,4783,'action created','2020-12-23 04:30:04','2020-12-22 23:30:04'),
(1860,4783,'action started via WP Cron','2020-12-23 04:30:38','2020-12-22 23:30:38'),
(1861,4783,'action complete via WP Cron','2020-12-23 04:30:38','2020-12-22 23:30:38'),
(1862,4784,'action created','2020-12-23 04:30:38','2020-12-22 23:30:38'),
(1863,4784,'action started via WP Cron','2020-12-23 04:32:20','2020-12-22 23:32:20'),
(1864,4784,'action complete via WP Cron','2020-12-23 04:32:20','2020-12-22 23:32:20'),
(1865,4785,'action created','2020-12-23 04:32:20','2020-12-22 23:32:20'),
(1866,4785,'action started via WP Cron','2020-12-23 04:33:27','2020-12-22 23:33:27'),
(1867,4785,'action complete via WP Cron','2020-12-23 04:33:27','2020-12-22 23:33:27'),
(1868,4786,'action created','2020-12-23 04:33:27','2020-12-22 23:33:27'),
(1869,4786,'action started via WP Cron','2020-12-23 04:34:30','2020-12-22 23:34:30'),
(1870,4786,'action complete via WP Cron','2020-12-23 04:34:30','2020-12-22 23:34:30'),
(1871,4787,'action created','2020-12-23 04:34:30','2020-12-22 23:34:30'),
(1872,4787,'action started via WP Cron','2020-12-23 04:35:24','2020-12-22 23:35:24'),
(1873,4787,'action complete via WP Cron','2020-12-23 04:35:24','2020-12-22 23:35:24'),
(1874,4788,'action created','2020-12-23 04:35:24','2020-12-22 23:35:24'),
(1875,4788,'action started via WP Cron','2020-12-23 04:37:09','2020-12-22 23:37:09'),
(1876,4788,'action complete via WP Cron','2020-12-23 04:37:09','2020-12-22 23:37:09'),
(1877,4789,'action created','2020-12-23 04:37:09','2020-12-22 23:37:09'),
(1878,4789,'action started via WP Cron','2020-12-23 04:37:25','2020-12-22 23:37:25'),
(1879,4789,'action complete via WP Cron','2020-12-23 04:37:25','2020-12-22 23:37:25'),
(1880,4790,'action created','2020-12-23 04:37:25','2020-12-22 23:37:25'),
(1881,4790,'action started via WP Cron','2020-12-23 04:38:36','2020-12-22 23:38:36'),
(1882,4790,'action complete via WP Cron','2020-12-23 04:38:36','2020-12-22 23:38:36'),
(1883,4791,'action created','2020-12-23 04:38:36','2020-12-22 23:38:36'),
(1884,4791,'action started via WP Cron','2020-12-23 04:40:27','2020-12-22 23:40:27'),
(1885,4791,'action complete via WP Cron','2020-12-23 04:40:27','2020-12-22 23:40:27'),
(1886,4792,'action created','2020-12-23 04:40:27','2020-12-22 23:40:27'),
(1887,4792,'action started via WP Cron','2020-12-23 04:41:36','2020-12-22 23:41:36'),
(1888,4792,'action complete via WP Cron','2020-12-23 04:41:36','2020-12-22 23:41:36'),
(1889,4793,'action created','2020-12-23 04:41:36','2020-12-22 23:41:36'),
(1890,4793,'action started via WP Cron','2020-12-23 04:42:16','2020-12-22 23:42:16'),
(1891,4793,'action complete via WP Cron','2020-12-23 04:42:16','2020-12-22 23:42:16'),
(1892,4794,'action created','2020-12-23 04:42:16','2020-12-22 23:42:16'),
(1893,4794,'action started via WP Cron','2020-12-23 04:43:16','2020-12-22 23:43:16'),
(1894,4794,'action complete via WP Cron','2020-12-23 04:43:16','2020-12-22 23:43:16'),
(1895,4795,'action created','2020-12-23 04:43:16','2020-12-22 23:43:16'),
(1896,4795,'action started via WP Cron','2020-12-23 04:45:14','2020-12-22 23:45:14'),
(1897,4795,'action complete via WP Cron','2020-12-23 04:45:14','2020-12-22 23:45:14'),
(1898,4796,'action created','2020-12-23 04:45:14','2020-12-22 23:45:14'),
(1899,4796,'action started via WP Cron','2020-12-23 04:47:09','2020-12-22 23:47:09'),
(1900,4796,'action complete via WP Cron','2020-12-23 04:47:09','2020-12-22 23:47:09'),
(1901,4797,'action created','2020-12-23 04:47:09','2020-12-22 23:47:09'),
(1902,4797,'action started via WP Cron','2020-12-23 04:48:25','2020-12-22 23:48:25'),
(1903,4797,'action complete via WP Cron','2020-12-23 04:48:25','2020-12-22 23:48:25'),
(1904,4798,'action created','2020-12-23 04:48:25','2020-12-22 23:48:25'),
(1905,4798,'action started via WP Cron','2020-12-23 04:52:47','2020-12-22 23:52:47'),
(1906,4798,'action complete via WP Cron','2020-12-23 04:52:47','2020-12-22 23:52:47'),
(1907,4799,'action created','2020-12-23 04:52:47','2020-12-22 23:52:47'),
(1908,4799,'action started via WP Cron','2020-12-23 04:53:13','2020-12-22 23:53:13'),
(1909,4799,'action complete via WP Cron','2020-12-23 04:53:13','2020-12-22 23:53:13'),
(1910,4800,'action created','2020-12-23 04:53:13','2020-12-22 23:53:13'),
(1911,4800,'action started via WP Cron','2020-12-23 04:54:57','2020-12-22 23:54:57'),
(1912,4800,'action complete via WP Cron','2020-12-23 04:54:57','2020-12-22 23:54:57'),
(1913,4801,'action created','2020-12-23 04:54:57','2020-12-22 23:54:57'),
(1914,4801,'action started via WP Cron','2020-12-23 04:55:46','2020-12-22 23:55:46'),
(1915,4801,'action complete via WP Cron','2020-12-23 04:55:46','2020-12-22 23:55:46'),
(1916,4802,'action created','2020-12-23 04:55:46','2020-12-22 23:55:46'),
(1917,4802,'action started via WP Cron','2020-12-23 04:57:10','2020-12-22 23:57:10'),
(1918,4802,'action complete via WP Cron','2020-12-23 04:57:10','2020-12-22 23:57:10'),
(1919,4803,'action created','2020-12-23 04:57:10','2020-12-22 23:57:10'),
(1920,4803,'action started via WP Cron','2020-12-23 04:57:20','2020-12-22 23:57:20'),
(1921,4803,'action complete via WP Cron','2020-12-23 04:57:20','2020-12-22 23:57:20'),
(1922,4804,'action created','2020-12-23 04:57:20','2020-12-22 23:57:20'),
(1923,4804,'action started via WP Cron','2020-12-23 04:58:58','2020-12-22 23:58:58'),
(1924,4804,'action complete via WP Cron','2020-12-23 04:58:58','2020-12-22 23:58:58'),
(1925,4805,'action created','2020-12-23 04:58:58','2020-12-22 23:58:58'),
(1926,4805,'action started via WP Cron','2020-12-23 04:59:16','2020-12-22 23:59:16'),
(1927,4805,'action complete via WP Cron','2020-12-23 04:59:16','2020-12-22 23:59:16'),
(1928,4806,'action created','2020-12-23 04:59:16','2020-12-22 23:59:16'),
(1929,4806,'action started via WP Cron','2020-12-23 05:01:07','2020-12-23 00:01:07'),
(1930,4806,'action complete via WP Cron','2020-12-23 05:01:07','2020-12-23 00:01:07'),
(1931,4807,'action created','2020-12-23 05:01:07','2020-12-23 00:01:07'),
(1932,4807,'action started via WP Cron','2020-12-23 05:01:59','2020-12-23 00:01:59'),
(1933,4807,'action complete via WP Cron','2020-12-23 05:01:59','2020-12-23 00:01:59'),
(1934,4808,'action created','2020-12-23 05:01:59','2020-12-23 00:01:59'),
(1935,4808,'action started via WP Cron','2020-12-23 05:02:18','2020-12-23 00:02:18'),
(1936,4808,'action complete via WP Cron','2020-12-23 05:02:18','2020-12-23 00:02:18'),
(1937,4809,'action created','2020-12-23 05:03:12','2020-12-23 00:03:12'),
(1938,4809,'action started via WP Cron','2020-12-23 05:05:12','2020-12-23 00:05:12'),
(1939,4809,'action complete via WP Cron','2020-12-23 05:05:12','2020-12-23 00:05:12'),
(1940,4810,'action created','2020-12-23 05:05:12','2020-12-23 00:05:12'),
(1941,4810,'action started via WP Cron','2020-12-23 05:06:13','2020-12-23 00:06:13'),
(1942,4810,'action complete via WP Cron','2020-12-23 05:06:13','2020-12-23 00:06:13'),
(1943,4811,'action created','2020-12-23 05:06:13','2020-12-23 00:06:13'),
(1944,4811,'action started via WP Cron','2020-12-23 05:07:21','2020-12-23 00:07:21'),
(1945,4811,'action complete via WP Cron','2020-12-23 05:07:21','2020-12-23 00:07:21'),
(1946,4812,'action created','2020-12-23 05:07:21','2020-12-23 00:07:21'),
(1947,4812,'action started via WP Cron','2020-12-23 05:08:24','2020-12-23 00:08:24'),
(1948,4812,'action complete via WP Cron','2020-12-23 05:08:24','2020-12-23 00:08:24'),
(1949,4813,'action created','2020-12-23 05:08:24','2020-12-23 00:08:24'),
(1950,4813,'action started via WP Cron','2020-12-23 05:11:06','2020-12-23 00:11:06'),
(1951,4813,'action complete via WP Cron','2020-12-23 05:11:06','2020-12-23 00:11:06'),
(1952,4814,'action created','2020-12-23 05:11:06','2020-12-23 00:11:06'),
(1953,4814,'action started via WP Cron','2020-12-23 05:11:26','2020-12-23 00:11:26'),
(1954,4814,'action complete via WP Cron','2020-12-23 05:11:27','2020-12-23 00:11:27'),
(1955,4815,'action created','2020-12-23 05:11:27','2020-12-23 00:11:27'),
(1956,4815,'action started via WP Cron','2020-12-23 05:12:27','2020-12-23 00:12:27'),
(1957,4815,'action complete via WP Cron','2020-12-23 05:12:27','2020-12-23 00:12:27'),
(1958,4816,'action created','2020-12-23 05:12:28','2020-12-23 00:12:28'),
(1959,4816,'action started via WP Cron','2020-12-23 05:15:51','2020-12-23 00:15:51'),
(1960,4816,'action complete via WP Cron','2020-12-23 05:15:51','2020-12-23 00:15:51'),
(1961,4817,'action created','2020-12-23 05:15:51','2020-12-23 00:15:51'),
(1962,4817,'action started via WP Cron','2020-12-23 05:20:54','2020-12-23 00:20:54'),
(1963,4817,'action complete via WP Cron','2020-12-23 05:20:54','2020-12-23 00:20:54'),
(1964,4818,'action created','2020-12-23 05:20:54','2020-12-23 00:20:54'),
(1965,4818,'action started via WP Cron','2020-12-23 05:22:46','2020-12-23 00:22:46'),
(1966,4818,'action complete via WP Cron','2020-12-23 05:22:46','2020-12-23 00:22:46'),
(1967,4819,'action created','2020-12-23 05:22:46','2020-12-23 00:22:46'),
(1968,4819,'action started via WP Cron','2020-12-23 05:27:15','2020-12-23 00:27:15'),
(1969,4819,'action complete via WP Cron','2020-12-23 05:27:15','2020-12-23 00:27:15'),
(1970,4820,'action created','2020-12-23 05:27:15','2020-12-23 00:27:15'),
(1971,4820,'action started via WP Cron','2020-12-23 05:30:06','2020-12-23 00:30:06'),
(1972,4820,'action complete via WP Cron','2020-12-23 05:30:06','2020-12-23 00:30:06'),
(1973,4821,'action created','2020-12-23 05:30:06','2020-12-23 00:30:06'),
(1974,4821,'action started via WP Cron','2020-12-23 05:32:09','2020-12-23 00:32:09'),
(1975,4821,'action complete via WP Cron','2020-12-23 05:32:09','2020-12-23 00:32:09'),
(1976,4822,'action created','2020-12-23 05:32:09','2020-12-23 00:32:09'),
(1977,4822,'action started via WP Cron','2020-12-23 05:34:39','2020-12-23 00:34:39'),
(1978,4822,'action complete via WP Cron','2020-12-23 05:34:39','2020-12-23 00:34:39'),
(1979,4823,'action created','2020-12-23 05:34:39','2020-12-23 00:34:39'),
(1980,4823,'action started via WP Cron','2020-12-23 05:35:29','2020-12-23 00:35:29'),
(1981,4823,'action complete via WP Cron','2020-12-23 05:35:29','2020-12-23 00:35:29'),
(1982,4824,'action created','2020-12-23 05:35:29','2020-12-23 00:35:29'),
(1983,4824,'action started via WP Cron','2020-12-23 05:36:45','2020-12-23 00:36:45'),
(1984,4824,'action complete via WP Cron','2020-12-23 05:36:45','2020-12-23 00:36:45'),
(1985,4825,'action created','2020-12-23 05:36:45','2020-12-23 00:36:45'),
(1986,4825,'action started via WP Cron','2020-12-23 05:37:45','2020-12-23 00:37:45'),
(1987,4825,'action complete via WP Cron','2020-12-23 05:37:45','2020-12-23 00:37:45'),
(1988,4826,'action created','2020-12-23 05:37:46','2020-12-23 00:37:46'),
(1989,4826,'action started via WP Cron','2020-12-23 05:39:03','2020-12-23 00:39:03'),
(1990,4826,'action complete via WP Cron','2020-12-23 05:39:03','2020-12-23 00:39:03'),
(1991,4827,'action created','2020-12-23 05:39:03','2020-12-23 00:39:03'),
(1992,4827,'action started via WP Cron','2020-12-23 05:40:16','2020-12-23 00:40:16'),
(1993,4827,'action complete via WP Cron','2020-12-23 05:40:16','2020-12-23 00:40:16'),
(1994,4828,'action created','2020-12-23 05:40:16','2020-12-23 00:40:16'),
(1995,4828,'action started via WP Cron','2020-12-23 05:42:14','2020-12-23 00:42:14'),
(1996,4828,'action complete via WP Cron','2020-12-23 05:42:14','2020-12-23 00:42:14'),
(1997,4829,'action created','2020-12-23 05:42:14','2020-12-23 00:42:14'),
(1998,4829,'action started via WP Cron','2020-12-23 05:43:15','2020-12-23 00:43:15'),
(1999,4829,'action complete via WP Cron','2020-12-23 05:43:15','2020-12-23 00:43:15'),
(2000,4830,'action created','2020-12-23 05:43:15','2020-12-23 00:43:15'),
(2001,4830,'action started via WP Cron','2020-12-23 05:45:15','2020-12-23 00:45:15'),
(2002,4830,'action complete via WP Cron','2020-12-23 05:45:15','2020-12-23 00:45:15'),
(2003,4831,'action created','2020-12-23 05:45:15','2020-12-23 00:45:15'),
(2004,4831,'action started via WP Cron','2020-12-23 05:47:01','2020-12-23 00:47:01'),
(2005,4831,'action complete via WP Cron','2020-12-23 05:47:01','2020-12-23 00:47:01'),
(2006,4832,'action created','2020-12-23 05:47:01','2020-12-23 00:47:01'),
(2007,4832,'action started via WP Cron','2020-12-23 05:47:34','2020-12-23 00:47:34'),
(2008,4832,'action complete via WP Cron','2020-12-23 05:47:34','2020-12-23 00:47:34'),
(2009,4833,'action created','2020-12-23 05:47:34','2020-12-23 00:47:34'),
(2010,4833,'action started via WP Cron','2020-12-23 05:48:32','2020-12-23 00:48:32'),
(2011,4833,'action complete via WP Cron','2020-12-23 05:48:32','2020-12-23 00:48:32'),
(2012,4834,'action created','2020-12-23 05:48:32','2020-12-23 00:48:32'),
(2013,4834,'action started via WP Cron','2020-12-23 05:49:39','2020-12-23 00:49:39'),
(2014,4834,'action complete via WP Cron','2020-12-23 05:49:39','2020-12-23 00:49:39'),
(2015,4835,'action created','2020-12-23 05:49:39','2020-12-23 00:49:39'),
(2016,4835,'action started via WP Cron','2020-12-23 05:50:57','2020-12-23 00:50:57'),
(2017,4835,'action complete via WP Cron','2020-12-23 05:50:57','2020-12-23 00:50:57'),
(2018,4836,'action created','2020-12-23 05:50:57','2020-12-23 00:50:57'),
(2019,4836,'action started via WP Cron','2020-12-23 05:52:57','2020-12-23 00:52:57'),
(2020,4836,'action complete via WP Cron','2020-12-23 05:52:57','2020-12-23 00:52:57'),
(2021,4837,'action created','2020-12-23 05:52:57','2020-12-23 00:52:57'),
(2022,4837,'action started via WP Cron','2020-12-23 05:54:18','2020-12-23 00:54:18'),
(2023,4837,'action complete via WP Cron','2020-12-23 05:54:18','2020-12-23 00:54:18'),
(2024,4838,'action created','2020-12-23 05:54:18','2020-12-23 00:54:18'),
(2025,4838,'action started via WP Cron','2020-12-23 05:55:32','2020-12-23 00:55:32'),
(2026,4838,'action complete via WP Cron','2020-12-23 05:55:32','2020-12-23 00:55:32'),
(2027,4839,'action created','2020-12-23 05:55:32','2020-12-23 00:55:32'),
(2028,4839,'action started via WP Cron','2020-12-23 05:57:13','2020-12-23 00:57:13'),
(2029,4839,'action complete via WP Cron','2020-12-23 05:57:13','2020-12-23 00:57:13'),
(2030,4840,'action created','2020-12-23 05:57:13','2020-12-23 00:57:13'),
(2031,4840,'action started via WP Cron','2020-12-23 05:58:13','2020-12-23 00:58:13'),
(2032,4840,'action complete via WP Cron','2020-12-23 05:58:13','2020-12-23 00:58:13'),
(2033,4841,'action created','2020-12-23 05:58:13','2020-12-23 00:58:13'),
(2034,4841,'action started via WP Cron','2020-12-23 05:59:11','2020-12-23 00:59:11'),
(2035,4841,'action complete via WP Cron','2020-12-23 05:59:11','2020-12-23 00:59:11'),
(2036,4842,'action created','2020-12-23 05:59:11','2020-12-23 00:59:11'),
(2037,4842,'action started via WP Cron','2020-12-23 06:00:12','2020-12-23 01:00:12'),
(2038,4842,'action complete via WP Cron','2020-12-23 06:00:12','2020-12-23 01:00:12'),
(2039,4843,'action created','2020-12-23 06:00:12','2020-12-23 01:00:12'),
(2040,4843,'action started via WP Cron','2020-12-23 06:01:16','2020-12-23 01:01:16'),
(2041,4843,'action complete via WP Cron','2020-12-23 06:01:16','2020-12-23 01:01:16'),
(2042,4844,'action created','2020-12-23 06:01:16','2020-12-23 01:01:16'),
(2043,4844,'action started via WP Cron','2020-12-23 06:02:12','2020-12-23 01:02:12'),
(2044,4844,'action complete via WP Cron','2020-12-23 06:02:12','2020-12-23 01:02:12'),
(2045,4845,'action created','2020-12-23 06:02:12','2020-12-23 01:02:12'),
(2046,4845,'action started via WP Cron','2020-12-23 06:03:12','2020-12-23 01:03:12'),
(2047,4845,'action complete via WP Cron','2020-12-23 06:03:12','2020-12-23 01:03:12'),
(2048,4846,'action created','2020-12-23 06:03:12','2020-12-23 01:03:12'),
(2049,4846,'action started via WP Cron','2020-12-23 06:04:18','2020-12-23 01:04:18'),
(2050,4846,'action complete via WP Cron','2020-12-23 06:04:18','2020-12-23 01:04:18'),
(2051,4847,'action created','2020-12-23 06:04:18','2020-12-23 01:04:18'),
(2052,4847,'action started via WP Cron','2020-12-23 06:05:14','2020-12-23 01:05:14'),
(2053,4847,'action complete via WP Cron','2020-12-23 06:05:14','2020-12-23 01:05:14'),
(2054,4848,'action created','2020-12-23 06:05:14','2020-12-23 01:05:14'),
(2055,4848,'action started via WP Cron','2020-12-23 06:06:15','2020-12-23 01:06:15'),
(2056,4848,'action complete via WP Cron','2020-12-23 06:06:15','2020-12-23 01:06:15'),
(2057,4849,'action created','2020-12-23 06:06:15','2020-12-23 01:06:15'),
(2058,4849,'action started via WP Cron','2020-12-23 06:07:17','2020-12-23 01:07:17'),
(2059,4849,'action complete via WP Cron','2020-12-23 06:07:17','2020-12-23 01:07:17'),
(2060,4850,'action created','2020-12-23 06:07:17','2020-12-23 01:07:17'),
(2061,4850,'action started via WP Cron','2020-12-23 06:08:15','2020-12-23 01:08:15'),
(2062,4850,'action complete via WP Cron','2020-12-23 06:08:15','2020-12-23 01:08:15'),
(2063,4851,'action created','2020-12-23 06:08:15','2020-12-23 01:08:15'),
(2064,4851,'action started via WP Cron','2020-12-23 06:09:14','2020-12-23 01:09:14'),
(2065,4851,'action complete via WP Cron','2020-12-23 06:09:14','2020-12-23 01:09:14'),
(2066,4852,'action created','2020-12-23 06:09:14','2020-12-23 01:09:14'),
(2067,4852,'action started via WP Cron','2020-12-23 06:10:11','2020-12-23 01:10:11'),
(2068,4852,'action complete via WP Cron','2020-12-23 06:10:11','2020-12-23 01:10:11'),
(2069,4853,'action created','2020-12-23 06:10:11','2020-12-23 01:10:11'),
(2070,4853,'action started via WP Cron','2020-12-23 06:11:15','2020-12-23 01:11:15'),
(2071,4853,'action complete via WP Cron','2020-12-23 06:11:15','2020-12-23 01:11:15'),
(2072,4854,'action created','2020-12-23 06:11:15','2020-12-23 01:11:15'),
(2073,4854,'action started via WP Cron','2020-12-23 06:14:04','2020-12-23 01:14:04'),
(2074,4854,'action complete via WP Cron','2020-12-23 06:14:04','2020-12-23 01:14:04'),
(2075,4855,'action created','2020-12-23 06:14:04','2020-12-23 01:14:04'),
(2076,4855,'action started via WP Cron','2020-12-23 06:15:26','2020-12-23 01:15:26'),
(2077,4855,'action complete via WP Cron','2020-12-23 06:15:26','2020-12-23 01:15:26'),
(2078,4856,'action created','2020-12-23 06:15:26','2020-12-23 01:15:26'),
(2079,4856,'action started via WP Cron','2020-12-23 06:16:15','2020-12-23 01:16:15'),
(2080,4856,'action complete via WP Cron','2020-12-23 06:16:15','2020-12-23 01:16:15'),
(2081,4857,'action created','2020-12-23 06:16:15','2020-12-23 01:16:15'),
(2082,4857,'action started via WP Cron','2020-12-23 06:18:25','2020-12-23 01:18:25'),
(2083,4857,'action complete via WP Cron','2020-12-23 06:18:25','2020-12-23 01:18:25'),
(2084,4858,'action created','2020-12-23 06:18:26','2020-12-23 01:18:26'),
(2085,4858,'action started via WP Cron','2020-12-23 06:20:57','2020-12-23 01:20:57'),
(2086,4858,'action complete via WP Cron','2020-12-23 06:20:57','2020-12-23 01:20:57'),
(2087,4859,'action created','2020-12-23 06:20:57','2020-12-23 01:20:57'),
(2088,4859,'action started via WP Cron','2020-12-23 06:21:37','2020-12-23 01:21:37'),
(2089,4859,'action complete via WP Cron','2020-12-23 06:21:37','2020-12-23 01:21:37'),
(2090,4860,'action created','2020-12-23 06:21:37','2020-12-23 01:21:37'),
(2091,4860,'action started via WP Cron','2020-12-23 06:24:40','2020-12-23 01:24:40'),
(2092,4860,'action complete via WP Cron','2020-12-23 06:24:40','2020-12-23 01:24:40'),
(2093,4861,'action created','2020-12-23 06:24:40','2020-12-23 01:24:40'),
(2094,4861,'action started via WP Cron','2020-12-23 06:26:55','2020-12-23 01:26:55'),
(2095,4861,'action complete via WP Cron','2020-12-23 06:26:55','2020-12-23 01:26:55'),
(2096,4862,'action created','2020-12-23 06:26:55','2020-12-23 01:26:55'),
(2097,4862,'action started via WP Cron','2020-12-23 06:27:23','2020-12-23 01:27:23'),
(2098,4862,'action complete via WP Cron','2020-12-23 06:27:23','2020-12-23 01:27:23'),
(2099,4863,'action created','2020-12-23 06:27:23','2020-12-23 01:27:23'),
(2100,4863,'action started via WP Cron','2020-12-23 06:28:59','2020-12-23 01:28:59'),
(2101,4863,'action complete via WP Cron','2020-12-23 06:28:59','2020-12-23 01:28:59'),
(2102,4864,'action created','2020-12-23 06:28:59','2020-12-23 01:28:59'),
(2103,4864,'action started via WP Cron','2020-12-23 06:29:54','2020-12-23 01:29:54'),
(2104,4864,'action complete via WP Cron','2020-12-23 06:29:54','2020-12-23 01:29:54'),
(2105,4865,'action created','2020-12-23 06:29:54','2020-12-23 01:29:54'),
(2106,4865,'action started via WP Cron','2020-12-23 06:30:48','2020-12-23 01:30:48'),
(2107,4865,'action complete via WP Cron','2020-12-23 06:30:48','2020-12-23 01:30:48'),
(2108,4866,'action created','2020-12-23 06:30:48','2020-12-23 01:30:48'),
(2109,4866,'action started via WP Cron','2020-12-23 06:32:10','2020-12-23 01:32:10'),
(2110,4866,'action complete via WP Cron','2020-12-23 06:32:10','2020-12-23 01:32:10'),
(2111,4867,'action created','2020-12-23 06:32:10','2020-12-23 01:32:10'),
(2112,4867,'action started via WP Cron','2020-12-23 06:32:26','2020-12-23 01:32:26'),
(2113,4867,'action complete via WP Cron','2020-12-23 06:32:26','2020-12-23 01:32:26'),
(2114,4868,'action created','2020-12-23 06:32:26','2020-12-23 01:32:26'),
(2115,4868,'action started via WP Cron','2020-12-23 06:34:30','2020-12-23 01:34:30'),
(2116,4868,'action complete via WP Cron','2020-12-23 06:34:30','2020-12-23 01:34:30'),
(2117,4869,'action created','2020-12-23 06:34:30','2020-12-23 01:34:30'),
(2118,4869,'action started via WP Cron','2020-12-23 06:35:22','2020-12-23 01:35:22'),
(2119,4869,'action complete via WP Cron','2020-12-23 06:35:22','2020-12-23 01:35:22'),
(2120,4870,'action created','2020-12-23 06:35:22','2020-12-23 01:35:22'),
(2121,4870,'action started via WP Cron','2020-12-23 06:36:48','2020-12-23 01:36:48'),
(2122,4870,'action complete via WP Cron','2020-12-23 06:36:48','2020-12-23 01:36:48'),
(2123,4871,'action created','2020-12-23 06:36:48','2020-12-23 01:36:48'),
(2124,4871,'action started via WP Cron','2020-12-23 06:37:26','2020-12-23 01:37:26'),
(2125,4871,'action complete via WP Cron','2020-12-23 06:37:26','2020-12-23 01:37:26'),
(2126,4872,'action created','2020-12-23 06:37:26','2020-12-23 01:37:26'),
(2127,4872,'action started via WP Cron','2020-12-23 06:40:19','2020-12-23 01:40:19'),
(2128,4872,'action complete via WP Cron','2020-12-23 06:40:19','2020-12-23 01:40:19'),
(2129,4873,'action created','2020-12-23 06:40:19','2020-12-23 01:40:19'),
(2130,4873,'action started via WP Cron','2020-12-23 06:44:20','2020-12-23 01:44:20'),
(2131,4873,'action complete via WP Cron','2020-12-23 06:44:20','2020-12-23 01:44:20'),
(2132,4874,'action created','2020-12-23 06:44:20','2020-12-23 01:44:20'),
(2133,4874,'action started via WP Cron','2020-12-23 06:46:15','2020-12-23 01:46:15'),
(2134,4874,'action complete via WP Cron','2020-12-23 06:46:15','2020-12-23 01:46:15'),
(2135,4875,'action created','2020-12-23 06:46:15','2020-12-23 01:46:15'),
(2136,4875,'action started via WP Cron','2020-12-23 06:48:44','2020-12-23 01:48:44'),
(2137,4875,'action complete via WP Cron','2020-12-23 06:48:44','2020-12-23 01:48:44'),
(2138,4876,'action created','2020-12-23 06:48:44','2020-12-23 01:48:44'),
(2139,4876,'action started via WP Cron','2020-12-23 06:50:08','2020-12-23 01:50:08'),
(2140,4876,'action complete via WP Cron','2020-12-23 06:50:08','2020-12-23 01:50:08'),
(2141,4877,'action created','2020-12-23 06:50:10','2020-12-23 01:50:10'),
(2142,4877,'action started via WP Cron','2020-12-23 06:51:42','2020-12-23 01:51:42'),
(2143,4877,'action complete via WP Cron','2020-12-23 06:51:42','2020-12-23 01:51:42'),
(2144,4878,'action created','2020-12-23 06:51:42','2020-12-23 01:51:42'),
(2145,4878,'action started via WP Cron','2020-12-23 06:53:52','2020-12-23 01:53:52'),
(2146,4878,'action complete via WP Cron','2020-12-23 06:53:52','2020-12-23 01:53:52'),
(2147,4879,'action created','2020-12-23 06:53:52','2020-12-23 01:53:52'),
(2148,4879,'action started via WP Cron','2020-12-23 06:54:45','2020-12-23 01:54:45'),
(2149,4879,'action complete via WP Cron','2020-12-23 06:54:45','2020-12-23 01:54:45'),
(2150,4880,'action created','2020-12-23 06:54:45','2020-12-23 01:54:45'),
(2151,4880,'action started via WP Cron','2020-12-23 06:56:20','2020-12-23 01:56:20'),
(2152,4880,'action complete via WP Cron','2020-12-23 06:56:20','2020-12-23 01:56:20'),
(2153,4881,'action created','2020-12-23 06:56:20','2020-12-23 01:56:20'),
(2154,4881,'action started via WP Cron','2020-12-23 06:57:18','2020-12-23 01:57:18'),
(2155,4881,'action complete via WP Cron','2020-12-23 06:57:18','2020-12-23 01:57:18'),
(2156,4882,'action created','2020-12-23 06:57:18','2020-12-23 01:57:18'),
(2157,4882,'action started via WP Cron','2020-12-23 06:59:11','2020-12-23 01:59:11'),
(2158,4882,'action complete via WP Cron','2020-12-23 06:59:11','2020-12-23 01:59:11'),
(2159,4883,'action created','2020-12-23 06:59:11','2020-12-23 01:59:11'),
(2160,4883,'action started via WP Cron','2020-12-23 07:00:28','2020-12-23 02:00:28'),
(2161,4883,'action complete via WP Cron','2020-12-23 07:00:28','2020-12-23 02:00:28'),
(2162,4884,'action created','2020-12-23 07:00:28','2020-12-23 02:00:28'),
(2163,4884,'action started via WP Cron','2020-12-23 07:02:17','2020-12-23 02:02:17'),
(2164,4884,'action complete via WP Cron','2020-12-23 07:02:17','2020-12-23 02:02:17'),
(2165,4885,'action created','2020-12-23 07:02:17','2020-12-23 02:02:17'),
(2166,4885,'action started via WP Cron','2020-12-23 07:03:38','2020-12-23 02:03:38'),
(2167,4885,'action complete via WP Cron','2020-12-23 07:03:38','2020-12-23 02:03:38'),
(2168,4886,'action created','2020-12-23 07:03:38','2020-12-23 02:03:38'),
(2169,4886,'action started via WP Cron','2020-12-23 07:04:18','2020-12-23 02:04:18'),
(2170,4886,'action complete via WP Cron','2020-12-23 07:04:18','2020-12-23 02:04:18'),
(2171,4887,'action created','2020-12-23 07:04:18','2020-12-23 02:04:18'),
(2172,4887,'action started via WP Cron','2020-12-23 07:06:48','2020-12-23 02:06:48'),
(2173,4887,'action complete via WP Cron','2020-12-23 07:06:48','2020-12-23 02:06:48'),
(2174,4888,'action created','2020-12-23 07:06:48','2020-12-23 02:06:48'),
(2175,4888,'action started via WP Cron','2020-12-23 07:07:14','2020-12-23 02:07:14'),
(2176,4888,'action complete via WP Cron','2020-12-23 07:07:14','2020-12-23 02:07:14'),
(2177,4889,'action created','2020-12-23 07:07:14','2020-12-23 02:07:14'),
(2178,4889,'action started via WP Cron','2020-12-23 07:09:04','2020-12-23 02:09:04'),
(2179,4889,'action complete via WP Cron','2020-12-23 07:09:04','2020-12-23 02:09:04'),
(2180,4890,'action created','2020-12-23 07:09:04','2020-12-23 02:09:04'),
(2181,4890,'action started via WP Cron','2020-12-23 07:09:24','2020-12-23 02:09:24'),
(2182,4890,'action complete via WP Cron','2020-12-23 07:09:24','2020-12-23 02:09:24'),
(2183,4891,'action created','2020-12-23 07:09:24','2020-12-23 02:09:24'),
(2184,4891,'action started via WP Cron','2020-12-23 07:10:31','2020-12-23 02:10:31'),
(2185,4891,'action complete via WP Cron','2020-12-23 07:10:31','2020-12-23 02:10:31'),
(2186,4892,'action created','2020-12-23 07:10:31','2020-12-23 02:10:31'),
(2187,4892,'action started via WP Cron','2020-12-23 07:15:10','2020-12-23 02:15:10'),
(2188,4892,'action complete via WP Cron','2020-12-23 07:15:10','2020-12-23 02:15:10'),
(2189,4893,'action created','2020-12-23 07:15:10','2020-12-23 02:15:10'),
(2190,4893,'action started via WP Cron','2020-12-23 07:15:52','2020-12-23 02:15:52'),
(2191,4893,'action complete via WP Cron','2020-12-23 07:15:52','2020-12-23 02:15:52'),
(2192,4894,'action created','2020-12-23 07:15:52','2020-12-23 02:15:52'),
(2193,4894,'action started via WP Cron','2020-12-23 07:17:00','2020-12-23 02:17:00'),
(2194,4894,'action complete via WP Cron','2020-12-23 07:17:00','2020-12-23 02:17:00'),
(2195,4895,'action created','2020-12-23 07:17:00','2020-12-23 02:17:00'),
(2196,4895,'action started via WP Cron','2020-12-23 07:17:57','2020-12-23 02:17:57'),
(2197,4895,'action complete via WP Cron','2020-12-23 07:17:57','2020-12-23 02:17:57'),
(2198,4896,'action created','2020-12-23 07:17:57','2020-12-23 02:17:57'),
(2199,4896,'action started via WP Cron','2020-12-23 07:20:04','2020-12-23 02:20:04'),
(2200,4896,'action complete via WP Cron','2020-12-23 07:20:04','2020-12-23 02:20:04'),
(2201,4897,'action created','2020-12-23 07:20:04','2020-12-23 02:20:04'),
(2202,4897,'action started via WP Cron','2020-12-23 07:22:35','2020-12-23 02:22:35'),
(2203,4897,'action complete via WP Cron','2020-12-23 07:22:35','2020-12-23 02:22:35'),
(2204,4898,'action created','2020-12-23 07:22:35','2020-12-23 02:22:35'),
(2205,4898,'action started via WP Cron','2020-12-23 07:25:02','2020-12-23 02:25:02'),
(2206,4898,'action complete via WP Cron','2020-12-23 07:25:02','2020-12-23 02:25:02'),
(2207,4899,'action created','2020-12-23 07:25:30','2020-12-23 02:25:30'),
(2208,4899,'action started via WP Cron','2020-12-23 07:26:20','2020-12-23 02:26:20'),
(2209,4899,'action complete via WP Cron','2020-12-23 07:26:20','2020-12-23 02:26:20'),
(2210,4900,'action created','2020-12-23 07:26:20','2020-12-23 02:26:20'),
(2211,4900,'action started via WP Cron','2020-12-23 07:28:13','2020-12-23 02:28:13'),
(2212,4900,'action complete via WP Cron','2020-12-23 07:28:13','2020-12-23 02:28:13'),
(2213,4901,'action created','2020-12-23 07:28:13','2020-12-23 02:28:13'),
(2214,4901,'action started via WP Cron','2020-12-23 07:29:58','2020-12-23 02:29:58'),
(2215,4901,'action complete via WP Cron','2020-12-23 07:29:58','2020-12-23 02:29:58'),
(2216,4902,'action created','2020-12-23 07:29:58','2020-12-23 02:29:58'),
(2217,4902,'action started via WP Cron','2020-12-23 07:30:21','2020-12-23 02:30:21'),
(2218,4902,'action complete via WP Cron','2020-12-23 07:30:21','2020-12-23 02:30:21'),
(2219,4903,'action created','2020-12-23 07:30:21','2020-12-23 02:30:21'),
(2220,4903,'action started via WP Cron','2020-12-23 07:31:41','2020-12-23 02:31:41'),
(2221,4903,'action complete via WP Cron','2020-12-23 07:31:41','2020-12-23 02:31:41'),
(2222,4904,'action created','2020-12-23 07:31:41','2020-12-23 02:31:41'),
(2223,4904,'action started via WP Cron','2020-12-23 07:32:22','2020-12-23 02:32:22'),
(2224,4904,'action complete via WP Cron','2020-12-23 07:32:22','2020-12-23 02:32:22'),
(2225,4905,'action created','2020-12-23 07:32:22','2020-12-23 02:32:22'),
(2226,4905,'action started via WP Cron','2020-12-23 07:33:11','2020-12-23 02:33:11'),
(2227,4905,'action complete via WP Cron','2020-12-23 07:33:11','2020-12-23 02:33:11'),
(2228,4906,'action created','2020-12-23 07:33:11','2020-12-23 02:33:11'),
(2229,4906,'action started via WP Cron','2020-12-23 07:34:28','2020-12-23 02:34:28'),
(2230,4906,'action complete via WP Cron','2020-12-23 07:34:28','2020-12-23 02:34:28'),
(2231,4907,'action created','2020-12-23 07:34:28','2020-12-23 02:34:28'),
(2232,4907,'action started via WP Cron','2020-12-23 07:35:14','2020-12-23 02:35:14'),
(2233,4907,'action complete via WP Cron','2020-12-23 07:35:14','2020-12-23 02:35:14'),
(2234,4908,'action created','2020-12-23 07:35:14','2020-12-23 02:35:14'),
(2235,4908,'action started via WP Cron','2020-12-23 07:37:10','2020-12-23 02:37:10'),
(2236,4908,'action complete via WP Cron','2020-12-23 07:37:10','2020-12-23 02:37:10'),
(2237,4909,'action created','2020-12-23 07:37:10','2020-12-23 02:37:10'),
(2238,4909,'action started via WP Cron','2020-12-23 07:37:26','2020-12-23 02:37:26'),
(2239,4909,'action complete via WP Cron','2020-12-23 07:37:26','2020-12-23 02:37:26'),
(2240,4910,'action created','2020-12-23 07:37:26','2020-12-23 02:37:26'),
(2241,4910,'action started via WP Cron','2020-12-23 07:38:52','2020-12-23 02:38:52'),
(2242,4910,'action complete via WP Cron','2020-12-23 07:38:52','2020-12-23 02:38:52'),
(2243,4911,'action created','2020-12-23 07:38:53','2020-12-23 02:38:53'),
(2244,4911,'action started via WP Cron','2020-12-23 07:40:15','2020-12-23 02:40:15'),
(2245,4911,'action complete via WP Cron','2020-12-23 07:40:15','2020-12-23 02:40:15'),
(2246,4912,'action created','2020-12-23 07:40:15','2020-12-23 02:40:15'),
(2247,4912,'action started via WP Cron','2020-12-23 07:42:17','2020-12-23 02:42:17'),
(2248,4912,'action complete via WP Cron','2020-12-23 07:42:17','2020-12-23 02:42:17'),
(2249,4913,'action created','2020-12-23 07:42:17','2020-12-23 02:42:17'),
(2250,4913,'action started via WP Cron','2020-12-23 07:43:14','2020-12-23 02:43:14'),
(2251,4913,'action complete via WP Cron','2020-12-23 07:43:14','2020-12-23 02:43:14'),
(2252,4914,'action created','2020-12-23 07:43:14','2020-12-23 02:43:14'),
(2253,4914,'action started via WP Cron','2020-12-23 07:44:38','2020-12-23 02:44:38'),
(2254,4914,'action complete via WP Cron','2020-12-23 07:44:38','2020-12-23 02:44:38'),
(2255,4915,'action created','2020-12-23 07:44:38','2020-12-23 02:44:38'),
(2256,4915,'action started via WP Cron','2020-12-23 07:45:15','2020-12-23 02:45:15'),
(2257,4915,'action complete via WP Cron','2020-12-23 07:45:15','2020-12-23 02:45:15'),
(2258,4916,'action created','2020-12-23 07:45:15','2020-12-23 02:45:15'),
(2259,4916,'action started via WP Cron','2020-12-23 07:46:18','2020-12-23 02:46:18'),
(2260,4916,'action complete via WP Cron','2020-12-23 07:46:18','2020-12-23 02:46:18'),
(2261,4917,'action created','2020-12-23 07:46:18','2020-12-23 02:46:18'),
(2262,4917,'action started via WP Cron','2020-12-23 07:48:04','2020-12-23 02:48:04'),
(2263,4917,'action complete via WP Cron','2020-12-23 07:48:04','2020-12-23 02:48:04'),
(2264,4918,'action created','2020-12-23 07:48:04','2020-12-23 02:48:04'),
(2265,4918,'action started via WP Cron','2020-12-23 07:50:20','2020-12-23 02:50:20'),
(2266,4918,'action complete via WP Cron','2020-12-23 07:50:20','2020-12-23 02:50:20'),
(2267,4919,'action created','2020-12-23 07:50:20','2020-12-23 02:50:20'),
(2268,4919,'action started via WP Cron','2020-12-23 07:53:49','2020-12-23 02:53:49'),
(2269,4919,'action complete via WP Cron','2020-12-23 07:53:49','2020-12-23 02:53:49'),
(2270,4920,'action created','2020-12-23 07:53:49','2020-12-23 02:53:49'),
(2271,4920,'action started via WP Cron','2020-12-23 07:54:12','2020-12-23 02:54:12'),
(2272,4920,'action complete via WP Cron','2020-12-23 07:54:13','2020-12-23 02:54:13'),
(2273,4921,'action created','2020-12-23 07:54:13','2020-12-23 02:54:13'),
(2274,4921,'action started via WP Cron','2020-12-23 07:55:47','2020-12-23 02:55:47'),
(2275,4921,'action complete via WP Cron','2020-12-23 07:55:47','2020-12-23 02:55:47'),
(2276,4922,'action created','2020-12-23 07:55:47','2020-12-23 02:55:47'),
(2277,4922,'action started via WP Cron','2020-12-23 07:58:07','2020-12-23 02:58:07'),
(2278,4922,'action complete via WP Cron','2020-12-23 07:58:07','2020-12-23 02:58:07'),
(2279,4923,'action created','2020-12-23 07:58:07','2020-12-23 02:58:07'),
(2280,4923,'action started via WP Cron','2020-12-23 07:58:34','2020-12-23 02:58:34'),
(2281,4923,'action complete via WP Cron','2020-12-23 07:58:34','2020-12-23 02:58:34'),
(2282,4924,'action created','2020-12-23 07:58:34','2020-12-23 02:58:34'),
(2283,4924,'action started via WP Cron','2020-12-23 08:02:06','2020-12-23 03:02:06'),
(2284,4924,'action complete via WP Cron','2020-12-23 08:02:06','2020-12-23 03:02:06'),
(2285,4925,'action created','2020-12-23 08:02:06','2020-12-23 03:02:06'),
(2286,4925,'action started via WP Cron','2020-12-23 08:02:30','2020-12-23 03:02:30'),
(2287,4925,'action complete via WP Cron','2020-12-23 08:02:30','2020-12-23 03:02:30'),
(2288,4926,'action created','2020-12-23 08:02:30','2020-12-23 03:02:30'),
(2289,4926,'action started via WP Cron','2020-12-23 08:06:58','2020-12-23 03:06:58'),
(2290,4926,'action complete via WP Cron','2020-12-23 08:06:58','2020-12-23 03:06:58'),
(2291,4927,'action created','2020-12-23 08:06:58','2020-12-23 03:06:58'),
(2292,4927,'action started via WP Cron','2020-12-23 08:07:32','2020-12-23 03:07:32'),
(2293,4927,'action complete via WP Cron','2020-12-23 08:07:32','2020-12-23 03:07:32'),
(2294,4928,'action created','2020-12-23 08:07:32','2020-12-23 03:07:32'),
(2295,4928,'action started via WP Cron','2020-12-23 08:08:33','2020-12-23 03:08:33'),
(2296,4928,'action complete via WP Cron','2020-12-23 08:08:33','2020-12-23 03:08:33'),
(2297,4929,'action created','2020-12-23 08:08:33','2020-12-23 03:08:33'),
(2298,4929,'action started via WP Cron','2020-12-23 08:10:55','2020-12-23 03:10:55'),
(2299,4929,'action complete via WP Cron','2020-12-23 08:10:55','2020-12-23 03:10:55'),
(2300,4930,'action created','2020-12-23 08:10:55','2020-12-23 03:10:55'),
(2301,4930,'action started via WP Cron','2020-12-23 08:12:12','2020-12-23 03:12:12'),
(2302,4930,'action complete via WP Cron','2020-12-23 08:12:12','2020-12-23 03:12:12'),
(2303,4931,'action created','2020-12-23 08:12:12','2020-12-23 03:12:12'),
(2304,4931,'action started via WP Cron','2020-12-23 08:13:48','2020-12-23 03:13:48'),
(2305,4931,'action complete via WP Cron','2020-12-23 08:13:48','2020-12-23 03:13:48'),
(2306,4932,'action created','2020-12-23 08:13:48','2020-12-23 03:13:48'),
(2307,4932,'action started via WP Cron','2020-12-23 08:14:21','2020-12-23 03:14:21'),
(2308,4932,'action complete via WP Cron','2020-12-23 08:14:21','2020-12-23 03:14:21'),
(2309,4933,'action created','2020-12-23 08:14:21','2020-12-23 03:14:21'),
(2310,4933,'action started via WP Cron','2020-12-23 08:16:28','2020-12-23 03:16:28'),
(2311,4933,'action complete via WP Cron','2020-12-23 08:16:28','2020-12-23 03:16:28'),
(2312,4934,'action created','2020-12-23 08:16:28','2020-12-23 03:16:28'),
(2313,4934,'action started via WP Cron','2020-12-23 08:18:44','2020-12-23 03:18:44'),
(2314,4934,'action complete via WP Cron','2020-12-23 08:18:44','2020-12-23 03:18:44'),
(2315,4935,'action created','2020-12-23 08:18:44','2020-12-23 03:18:44'),
(2316,4935,'action started via WP Cron','2020-12-23 08:21:11','2020-12-23 03:21:11'),
(2317,4935,'action complete via WP Cron','2020-12-23 08:21:11','2020-12-23 03:21:11'),
(2318,4936,'action created','2020-12-23 08:21:11','2020-12-23 03:21:11'),
(2319,4936,'action started via WP Cron','2020-12-23 08:22:33','2020-12-23 03:22:33'),
(2320,4936,'action complete via WP Cron','2020-12-23 08:22:33','2020-12-23 03:22:33'),
(2321,4937,'action created','2020-12-23 08:22:33','2020-12-23 03:22:33'),
(2322,4937,'action started via WP Cron','2020-12-23 08:23:57','2020-12-23 03:23:57'),
(2323,4937,'action complete via WP Cron','2020-12-23 08:23:57','2020-12-23 03:23:57'),
(2324,4938,'action created','2020-12-23 08:23:57','2020-12-23 03:23:57'),
(2325,4938,'action started via WP Cron','2020-12-23 08:24:57','2020-12-23 03:24:57'),
(2326,4938,'action complete via WP Cron','2020-12-23 08:24:57','2020-12-23 03:24:57'),
(2327,4939,'action created','2020-12-23 08:24:57','2020-12-23 03:24:57'),
(2328,4939,'action started via WP Cron','2020-12-23 08:26:39','2020-12-23 03:26:39'),
(2329,4939,'action complete via WP Cron','2020-12-23 08:26:39','2020-12-23 03:26:39'),
(2330,4940,'action created','2020-12-23 08:26:39','2020-12-23 03:26:39'),
(2331,4940,'action started via WP Cron','2020-12-23 08:28:18','2020-12-23 03:28:18'),
(2332,4940,'action complete via WP Cron','2020-12-23 08:28:19','2020-12-23 03:28:19'),
(2333,4941,'action created','2020-12-23 08:28:19','2020-12-23 03:28:19'),
(2334,4941,'action started via WP Cron','2020-12-23 08:29:50','2020-12-23 03:29:50'),
(2335,4941,'action complete via WP Cron','2020-12-23 08:29:50','2020-12-23 03:29:50'),
(2336,4942,'action created','2020-12-23 08:29:50','2020-12-23 03:29:50'),
(2337,4942,'action started via WP Cron','2020-12-23 08:31:21','2020-12-23 03:31:21'),
(2338,4942,'action complete via WP Cron','2020-12-23 08:31:21','2020-12-23 03:31:21'),
(2339,4943,'action created','2020-12-23 08:31:21','2020-12-23 03:31:21'),
(2340,4943,'action started via WP Cron','2020-12-23 08:33:51','2020-12-23 03:33:51'),
(2341,4943,'action complete via WP Cron','2020-12-23 08:33:51','2020-12-23 03:33:51'),
(2342,4944,'action created','2020-12-23 08:33:51','2020-12-23 03:33:51'),
(2343,4944,'action started via WP Cron','2020-12-23 08:36:22','2020-12-23 03:36:22'),
(2344,4944,'action complete via WP Cron','2020-12-23 08:36:22','2020-12-23 03:36:22'),
(2345,4945,'action created','2020-12-23 08:36:22','2020-12-23 03:36:22'),
(2346,4945,'action started via WP Cron','2020-12-23 08:38:31','2020-12-23 03:38:31'),
(2347,4945,'action complete via WP Cron','2020-12-23 08:38:31','2020-12-23 03:38:31'),
(2348,4946,'action created','2020-12-23 08:38:31','2020-12-23 03:38:31'),
(2349,4946,'action started via WP Cron','2020-12-23 08:39:23','2020-12-23 03:39:23'),
(2350,4946,'action complete via WP Cron','2020-12-23 08:39:23','2020-12-23 03:39:23'),
(2351,4947,'action created','2020-12-23 08:39:23','2020-12-23 03:39:23'),
(2352,4947,'action started via WP Cron','2020-12-23 08:40:44','2020-12-23 03:40:44'),
(2353,4947,'action complete via WP Cron','2020-12-23 08:40:44','2020-12-23 03:40:44'),
(2354,4948,'action created','2020-12-23 08:40:44','2020-12-23 03:40:44'),
(2355,4948,'action started via WP Cron','2020-12-23 08:41:25','2020-12-23 03:41:25'),
(2356,4948,'action complete via WP Cron','2020-12-23 08:41:25','2020-12-23 03:41:25'),
(2357,4949,'action created','2020-12-23 08:41:25','2020-12-23 03:41:25'),
(2358,4949,'action started via WP Cron','2020-12-23 08:42:16','2020-12-23 03:42:16'),
(2359,4949,'action complete via WP Cron','2020-12-23 08:42:16','2020-12-23 03:42:16'),
(2360,4950,'action created','2020-12-23 08:42:16','2020-12-23 03:42:16'),
(2361,4950,'action started via WP Cron','2020-12-23 08:44:33','2020-12-23 03:44:33'),
(2362,4950,'action complete via WP Cron','2020-12-23 08:44:33','2020-12-23 03:44:33'),
(2363,4951,'action created','2020-12-23 08:44:33','2020-12-23 03:44:33'),
(2364,4951,'action started via WP Cron','2020-12-23 08:45:25','2020-12-23 03:45:25'),
(2365,4951,'action complete via WP Cron','2020-12-23 08:45:25','2020-12-23 03:45:25'),
(2366,4952,'action created','2020-12-23 08:45:25','2020-12-23 03:45:25'),
(2367,4952,'action started via WP Cron','2020-12-23 08:48:06','2020-12-23 03:48:06'),
(2368,4952,'action complete via WP Cron','2020-12-23 08:48:06','2020-12-23 03:48:06'),
(2369,4953,'action created','2020-12-23 08:48:06','2020-12-23 03:48:06'),
(2370,4953,'action started via WP Cron','2020-12-23 08:50:04','2020-12-23 03:50:04'),
(2371,4953,'action complete via WP Cron','2020-12-23 08:50:04','2020-12-23 03:50:04'),
(2372,4954,'action created','2020-12-23 08:50:04','2020-12-23 03:50:04'),
(2373,4954,'action started via WP Cron','2020-12-23 08:51:34','2020-12-23 03:51:34'),
(2374,4954,'action complete via WP Cron','2020-12-23 08:51:34','2020-12-23 03:51:34'),
(2375,4955,'action created','2020-12-23 08:51:35','2020-12-23 03:51:35'),
(2376,4955,'action started via WP Cron','2020-12-23 08:53:02','2020-12-23 03:53:02'),
(2377,4955,'action complete via WP Cron','2020-12-23 08:53:02','2020-12-23 03:53:02'),
(2378,4956,'action created','2020-12-23 08:53:02','2020-12-23 03:53:02'),
(2379,4956,'action started via WP Cron','2020-12-23 08:53:17','2020-12-23 03:53:17'),
(2380,4956,'action complete via WP Cron','2020-12-23 08:53:17','2020-12-23 03:53:17'),
(2381,4957,'action created','2020-12-23 08:53:17','2020-12-23 03:53:17'),
(2382,4957,'action started via WP Cron','2020-12-23 08:56:12','2020-12-23 03:56:12'),
(2383,4957,'action complete via WP Cron','2020-12-23 08:56:12','2020-12-23 03:56:12'),
(2384,4958,'action created','2020-12-23 08:56:12','2020-12-23 03:56:12'),
(2385,4958,'action started via WP Cron','2020-12-23 08:57:27','2020-12-23 03:57:27'),
(2386,4958,'action complete via WP Cron','2020-12-23 08:57:27','2020-12-23 03:57:27'),
(2387,4959,'action created','2020-12-23 08:57:27','2020-12-23 03:57:27'),
(2388,4959,'action started via WP Cron','2020-12-23 08:58:44','2020-12-23 03:58:44'),
(2389,4959,'action complete via WP Cron','2020-12-23 08:58:44','2020-12-23 03:58:44'),
(2390,4960,'action created','2020-12-23 08:58:44','2020-12-23 03:58:44'),
(2391,4960,'action started via WP Cron','2020-12-23 08:59:57','2020-12-23 03:59:57'),
(2392,4960,'action complete via WP Cron','2020-12-23 08:59:57','2020-12-23 03:59:57'),
(2393,4961,'action created','2020-12-23 08:59:57','2020-12-23 03:59:57'),
(2394,4961,'action started via WP Cron','2020-12-23 09:00:20','2020-12-23 04:00:20'),
(2395,4961,'action complete via WP Cron','2020-12-23 09:00:20','2020-12-23 04:00:20'),
(2396,4962,'action created','2020-12-23 09:00:20','2020-12-23 04:00:20'),
(2397,4962,'action started via WP Cron','2020-12-23 09:01:19','2020-12-23 04:01:19'),
(2398,4962,'action complete via WP Cron','2020-12-23 09:01:19','2020-12-23 04:01:19'),
(2399,4963,'action created','2020-12-23 09:01:19','2020-12-23 04:01:19'),
(2400,4963,'action started via WP Cron','2020-12-23 09:03:00','2020-12-23 04:03:00'),
(2401,4963,'action complete via WP Cron','2020-12-23 09:03:00','2020-12-23 04:03:00'),
(2402,4964,'action created','2020-12-23 09:03:00','2020-12-23 04:03:00'),
(2403,4964,'action started via WP Cron','2020-12-23 09:04:24','2020-12-23 04:04:24'),
(2404,4964,'action complete via WP Cron','2020-12-23 09:04:24','2020-12-23 04:04:24'),
(2405,4965,'action created','2020-12-23 09:04:24','2020-12-23 04:04:24'),
(2406,4965,'action started via WP Cron','2020-12-23 09:05:47','2020-12-23 04:05:47'),
(2407,4965,'action complete via WP Cron','2020-12-23 09:05:47','2020-12-23 04:05:47'),
(2408,4966,'action created','2020-12-23 09:05:47','2020-12-23 04:05:47'),
(2409,4966,'action started via WP Cron','2020-12-23 09:06:14','2020-12-23 04:06:14'),
(2410,4966,'action complete via WP Cron','2020-12-23 09:06:14','2020-12-23 04:06:14'),
(2411,4967,'action created','2020-12-23 09:06:14','2020-12-23 04:06:14'),
(2412,4967,'action started via WP Cron','2020-12-23 09:07:33','2020-12-23 04:07:33'),
(2413,4967,'action complete via WP Cron','2020-12-23 09:07:33','2020-12-23 04:07:33'),
(2414,4968,'action created','2020-12-23 09:07:33','2020-12-23 04:07:33'),
(2415,4968,'action started via WP Cron','2020-12-23 09:08:27','2020-12-23 04:08:27'),
(2416,4968,'action complete via WP Cron','2020-12-23 09:08:27','2020-12-23 04:08:27'),
(2417,4969,'action created','2020-12-23 09:08:27','2020-12-23 04:08:27'),
(2418,4969,'action started via WP Cron','2020-12-23 09:09:55','2020-12-23 04:09:55'),
(2419,4969,'action complete via WP Cron','2020-12-23 09:09:55','2020-12-23 04:09:55'),
(2420,4970,'action created','2020-12-23 09:09:55','2020-12-23 04:09:55'),
(2421,4970,'action started via WP Cron','2020-12-23 09:10:34','2020-12-23 04:10:34'),
(2422,4970,'action complete via WP Cron','2020-12-23 09:10:34','2020-12-23 04:10:34'),
(2423,4971,'action created','2020-12-23 09:10:35','2020-12-23 04:10:35'),
(2424,4971,'action started via WP Cron','2020-12-23 09:12:50','2020-12-23 04:12:50'),
(2425,4971,'action complete via WP Cron','2020-12-23 09:12:50','2020-12-23 04:12:50'),
(2426,4972,'action created','2020-12-23 09:12:50','2020-12-23 04:12:50'),
(2427,4972,'action started via WP Cron','2020-12-23 09:13:55','2020-12-23 04:13:55'),
(2428,4972,'action complete via WP Cron','2020-12-23 09:13:55','2020-12-23 04:13:55'),
(2429,4973,'action created','2020-12-23 09:13:56','2020-12-23 04:13:56'),
(2430,4973,'action started via WP Cron','2020-12-23 09:14:27','2020-12-23 04:14:27'),
(2431,4973,'action complete via WP Cron','2020-12-23 09:14:27','2020-12-23 04:14:27'),
(2432,4974,'action created','2020-12-23 09:14:27','2020-12-23 04:14:27'),
(2433,4974,'action started via WP Cron','2020-12-23 09:15:37','2020-12-23 04:15:37'),
(2434,4974,'action complete via WP Cron','2020-12-23 09:15:37','2020-12-23 04:15:37'),
(2435,4975,'action created','2020-12-23 09:15:37','2020-12-23 04:15:37'),
(2436,4975,'action started via WP Cron','2020-12-23 09:17:04','2020-12-23 04:17:04'),
(2437,4975,'action complete via WP Cron','2020-12-23 09:17:04','2020-12-23 04:17:04'),
(2438,4976,'action created','2020-12-23 09:17:04','2020-12-23 04:17:04'),
(2439,4976,'action started via WP Cron','2020-12-23 09:17:48','2020-12-23 04:17:48'),
(2440,4976,'action complete via WP Cron','2020-12-23 09:17:48','2020-12-23 04:17:48'),
(2441,4977,'action created','2020-12-23 09:17:48','2020-12-23 04:17:48'),
(2442,4977,'action started via WP Cron','2020-12-23 09:18:22','2020-12-23 04:18:22'),
(2443,4977,'action complete via WP Cron','2020-12-23 09:18:22','2020-12-23 04:18:22'),
(2444,4978,'action created','2020-12-23 09:18:22','2020-12-23 04:18:22'),
(2445,4978,'action started via WP Cron','2020-12-23 09:20:40','2020-12-23 04:20:40'),
(2446,4978,'action complete via WP Cron','2020-12-23 09:20:40','2020-12-23 04:20:40'),
(2447,4979,'action created','2020-12-23 09:20:40','2020-12-23 04:20:40'),
(2448,4979,'action started via WP Cron','2020-12-23 09:23:16','2020-12-23 04:23:16'),
(2449,4979,'action complete via WP Cron','2020-12-23 09:23:16','2020-12-23 04:23:16'),
(2450,4980,'action created','2020-12-23 09:23:16','2020-12-23 04:23:16'),
(2451,4980,'action started via WP Cron','2020-12-23 09:25:33','2020-12-23 04:25:33'),
(2452,4980,'action complete via WP Cron','2020-12-23 09:25:33','2020-12-23 04:25:33'),
(2453,4981,'action created','2020-12-23 09:25:33','2020-12-23 04:25:33'),
(2454,4981,'action started via WP Cron','2020-12-23 09:27:49','2020-12-23 04:27:49'),
(2455,4981,'action complete via WP Cron','2020-12-23 09:27:49','2020-12-23 04:27:49'),
(2456,4982,'action created','2020-12-23 09:27:49','2020-12-23 04:27:49'),
(2457,4982,'action started via WP Cron','2020-12-23 09:30:22','2020-12-23 04:30:22'),
(2458,4982,'action complete via WP Cron','2020-12-23 09:30:22','2020-12-23 04:30:22'),
(2459,4983,'action created','2020-12-23 09:30:22','2020-12-23 04:30:22'),
(2460,4983,'action started via WP Cron','2020-12-23 09:31:39','2020-12-23 04:31:39'),
(2461,4983,'action complete via WP Cron','2020-12-23 09:31:39','2020-12-23 04:31:39'),
(2462,4984,'action created','2020-12-23 09:31:39','2020-12-23 04:31:39'),
(2463,4984,'action started via WP Cron','2020-12-23 09:32:55','2020-12-23 04:32:55'),
(2464,4984,'action complete via WP Cron','2020-12-23 09:32:55','2020-12-23 04:32:55'),
(2465,4985,'action created','2020-12-23 09:32:55','2020-12-23 04:32:55'),
(2466,4985,'action started via WP Cron','2020-12-23 09:34:13','2020-12-23 04:34:13'),
(2467,4985,'action complete via WP Cron','2020-12-23 09:34:13','2020-12-23 04:34:13'),
(2468,4986,'action created','2020-12-23 09:34:13','2020-12-23 04:34:13'),
(2469,4986,'action started via WP Cron','2020-12-23 09:36:01','2020-12-23 04:36:01'),
(2470,4986,'action complete via WP Cron','2020-12-23 09:36:01','2020-12-23 04:36:01'),
(2471,4987,'action created','2020-12-23 09:36:01','2020-12-23 04:36:01'),
(2472,4987,'action started via WP Cron','2020-12-23 09:37:05','2020-12-23 04:37:05'),
(2473,4987,'action complete via WP Cron','2020-12-23 09:37:05','2020-12-23 04:37:05'),
(2474,4988,'action created','2020-12-23 09:37:05','2020-12-23 04:37:05'),
(2475,4988,'action started via WP Cron','2020-12-23 09:37:21','2020-12-23 04:37:21'),
(2476,4988,'action complete via WP Cron','2020-12-23 09:37:21','2020-12-23 04:37:21'),
(2477,4989,'action created','2020-12-23 09:37:21','2020-12-23 04:37:21'),
(2478,4989,'action started via WP Cron','2020-12-23 09:40:46','2020-12-23 04:40:46'),
(2479,4989,'action complete via WP Cron','2020-12-23 09:40:46','2020-12-23 04:40:46'),
(2480,4990,'action created','2020-12-23 09:40:46','2020-12-23 04:40:46'),
(2481,4990,'action started via WP Cron','2020-12-23 09:41:15','2020-12-23 04:41:15'),
(2482,4990,'action complete via WP Cron','2020-12-23 09:41:15','2020-12-23 04:41:15'),
(2483,4991,'action created','2020-12-23 09:41:15','2020-12-23 04:41:15'),
(2484,4991,'action started via WP Cron','2020-12-23 09:42:26','2020-12-23 04:42:26'),
(2485,4991,'action complete via WP Cron','2020-12-23 09:42:26','2020-12-23 04:42:26'),
(2486,4992,'action created','2020-12-23 09:42:26','2020-12-23 04:42:26'),
(2487,4992,'action started via WP Cron','2020-12-23 09:43:37','2020-12-23 04:43:37'),
(2488,4992,'action complete via WP Cron','2020-12-23 09:43:37','2020-12-23 04:43:37'),
(2489,4993,'action created','2020-12-23 09:43:37','2020-12-23 04:43:37'),
(2490,4993,'action started via WP Cron','2020-12-23 09:45:27','2020-12-23 04:45:27'),
(2491,4993,'action complete via WP Cron','2020-12-23 09:45:27','2020-12-23 04:45:27'),
(2492,4994,'action created','2020-12-23 09:45:28','2020-12-23 04:45:28'),
(2493,4994,'action started via WP Cron','2020-12-23 09:48:16','2020-12-23 04:48:16'),
(2494,4994,'action complete via WP Cron','2020-12-23 09:48:16','2020-12-23 04:48:16'),
(2495,4995,'action created','2020-12-23 09:48:16','2020-12-23 04:48:16'),
(2496,4995,'action started via WP Cron','2020-12-23 09:49:34','2020-12-23 04:49:34'),
(2497,4995,'action complete via WP Cron','2020-12-23 09:49:34','2020-12-23 04:49:34'),
(2498,4996,'action created','2020-12-23 09:49:34','2020-12-23 04:49:34'),
(2499,4996,'action started via WP Cron','2020-12-23 09:53:20','2020-12-23 04:53:20'),
(2500,4996,'action complete via WP Cron','2020-12-23 09:53:20','2020-12-23 04:53:20'),
(2501,4997,'action created','2020-12-23 09:53:20','2020-12-23 04:53:20'),
(2502,4997,'action started via WP Cron','2020-12-23 09:55:49','2020-12-23 04:55:49'),
(2503,4997,'action complete via WP Cron','2020-12-23 09:55:49','2020-12-23 04:55:49'),
(2504,4998,'action created','2020-12-23 09:55:49','2020-12-23 04:55:49'),
(2505,4998,'action started via WP Cron','2020-12-23 09:56:22','2020-12-23 04:56:22'),
(2506,4998,'action complete via WP Cron','2020-12-23 09:56:22','2020-12-23 04:56:22'),
(2507,4999,'action created','2020-12-23 09:56:22','2020-12-23 04:56:22'),
(2508,4999,'action started via WP Cron','2020-12-23 09:57:22','2020-12-23 04:57:22'),
(2509,4999,'action complete via WP Cron','2020-12-23 09:57:22','2020-12-23 04:57:22'),
(2510,5000,'action created','2020-12-23 09:57:22','2020-12-23 04:57:22'),
(2511,5000,'action started via WP Cron','2020-12-23 09:59:20','2020-12-23 04:59:20'),
(2512,5000,'action complete via WP Cron','2020-12-23 09:59:20','2020-12-23 04:59:20'),
(2513,5001,'action created','2020-12-23 09:59:20','2020-12-23 04:59:20'),
(2514,5001,'action started via WP Cron','2020-12-23 10:01:18','2020-12-23 05:01:18'),
(2515,5001,'action complete via WP Cron','2020-12-23 10:01:18','2020-12-23 05:01:18'),
(2516,5002,'action created','2020-12-23 10:01:18','2020-12-23 05:01:18'),
(2517,5002,'action started via WP Cron','2020-12-23 10:04:33','2020-12-23 05:04:33'),
(2518,5002,'action complete via WP Cron','2020-12-23 10:04:33','2020-12-23 05:04:33'),
(2519,5003,'action created','2020-12-23 10:04:33','2020-12-23 05:04:33'),
(2520,5003,'action started via WP Cron','2020-12-23 10:07:33','2020-12-23 05:07:33'),
(2521,5003,'action complete via WP Cron','2020-12-23 10:07:33','2020-12-23 05:07:33'),
(2522,5004,'action created','2020-12-23 10:07:33','2020-12-23 05:07:33'),
(2523,5004,'action started via WP Cron','2020-12-23 10:08:25','2020-12-23 05:08:25'),
(2524,5004,'action complete via WP Cron','2020-12-23 10:08:25','2020-12-23 05:08:25'),
(2525,5005,'action created','2020-12-23 10:08:25','2020-12-23 05:08:25'),
(2526,5005,'action started via WP Cron','2020-12-23 10:09:11','2020-12-23 05:09:11'),
(2527,5005,'action complete via WP Cron','2020-12-23 10:09:11','2020-12-23 05:09:11'),
(2528,5006,'action created','2020-12-23 10:09:11','2020-12-23 05:09:11'),
(2529,5006,'action started via WP Cron','2020-12-23 10:11:35','2020-12-23 05:11:35'),
(2530,5006,'action complete via WP Cron','2020-12-23 10:11:35','2020-12-23 05:11:35'),
(2531,5007,'action created','2020-12-23 10:11:36','2020-12-23 05:11:36'),
(2532,5007,'action started via WP Cron','2020-12-23 10:14:38','2020-12-23 05:14:38'),
(2533,5007,'action complete via WP Cron','2020-12-23 10:14:38','2020-12-23 05:14:38'),
(2534,5008,'action created','2020-12-23 10:14:38','2020-12-23 05:14:38'),
(2535,5008,'action started via WP Cron','2020-12-23 10:15:37','2020-12-23 05:15:37'),
(2536,5008,'action complete via WP Cron','2020-12-23 10:15:37','2020-12-23 05:15:37'),
(2537,5009,'action created','2020-12-23 10:15:37','2020-12-23 05:15:37'),
(2538,5009,'action started via WP Cron','2020-12-23 10:19:27','2020-12-23 05:19:27'),
(2539,5009,'action complete via WP Cron','2020-12-23 10:19:27','2020-12-23 05:19:27'),
(2540,5010,'action created','2020-12-23 10:19:27','2020-12-23 05:19:27'),
(2541,5010,'action started via WP Cron','2020-12-23 10:20:30','2020-12-23 05:20:30'),
(2542,5010,'action complete via WP Cron','2020-12-23 10:20:30','2020-12-23 05:20:30'),
(2543,5011,'action created','2020-12-23 10:20:30','2020-12-23 05:20:30'),
(2544,5011,'action started via WP Cron','2020-12-23 10:26:24','2020-12-23 05:26:24'),
(2545,5011,'action complete via WP Cron','2020-12-23 10:26:24','2020-12-23 05:26:24'),
(2546,5012,'action created','2020-12-23 10:26:24','2020-12-23 05:26:24'),
(2547,5012,'action started via WP Cron','2020-12-23 10:28:38','2020-12-23 05:28:38'),
(2548,5012,'action complete via WP Cron','2020-12-23 10:28:38','2020-12-23 05:28:38'),
(2549,5013,'action created','2020-12-23 10:28:38','2020-12-23 05:28:38'),
(2550,5013,'action started via WP Cron','2020-12-23 10:29:35','2020-12-23 05:29:35'),
(2551,5013,'action complete via WP Cron','2020-12-23 10:29:35','2020-12-23 05:29:35'),
(2552,5014,'action created','2020-12-23 10:29:35','2020-12-23 05:29:35'),
(2553,5014,'action started via WP Cron','2020-12-23 10:30:18','2020-12-23 05:30:18'),
(2554,5014,'action complete via WP Cron','2020-12-23 10:30:18','2020-12-23 05:30:18'),
(2555,5015,'action created','2020-12-23 10:30:18','2020-12-23 05:30:18'),
(2556,5015,'action started via WP Cron','2020-12-23 10:31:33','2020-12-23 05:31:33'),
(2557,5015,'action complete via WP Cron','2020-12-23 10:31:33','2020-12-23 05:31:33'),
(2558,5016,'action created','2020-12-23 10:31:33','2020-12-23 05:31:33'),
(2559,5016,'action started via WP Cron','2020-12-23 10:33:09','2020-12-23 05:33:09'),
(2560,5016,'action complete via WP Cron','2020-12-23 10:33:10','2020-12-23 05:33:10'),
(2561,5017,'action created','2020-12-23 10:33:10','2020-12-23 05:33:10'),
(2562,5017,'action started via WP Cron','2020-12-23 10:33:28','2020-12-23 05:33:28'),
(2563,5017,'action complete via WP Cron','2020-12-23 10:33:28','2020-12-23 05:33:28'),
(2564,5018,'action created','2020-12-23 10:33:28','2020-12-23 05:33:28'),
(2565,5018,'action started via WP Cron','2020-12-23 10:35:40','2020-12-23 05:35:40'),
(2566,5018,'action complete via WP Cron','2020-12-23 10:35:40','2020-12-23 05:35:40'),
(2567,5019,'action created','2020-12-23 10:35:40','2020-12-23 05:35:40'),
(2568,5019,'action started via WP Cron','2020-12-23 10:36:47','2020-12-23 05:36:47'),
(2569,5019,'action complete via WP Cron','2020-12-23 10:36:47','2020-12-23 05:36:47'),
(2570,5020,'action created','2020-12-23 10:36:47','2020-12-23 05:36:47'),
(2571,5020,'action started via WP Cron','2020-12-23 10:37:33','2020-12-23 05:37:33'),
(2572,5020,'action complete via WP Cron','2020-12-23 10:37:33','2020-12-23 05:37:33'),
(2573,5021,'action created','2020-12-23 10:37:33','2020-12-23 05:37:33'),
(2574,5021,'action started via WP Cron','2020-12-23 10:38:36','2020-12-23 05:38:36'),
(2575,5021,'action complete via WP Cron','2020-12-23 10:38:36','2020-12-23 05:38:36'),
(2576,5022,'action created','2020-12-23 10:38:36','2020-12-23 05:38:36'),
(2577,5022,'action started via WP Cron','2020-12-23 10:39:48','2020-12-23 05:39:48'),
(2578,5022,'action complete via WP Cron','2020-12-23 10:39:48','2020-12-23 05:39:48'),
(2579,5023,'action created','2020-12-23 10:39:48','2020-12-23 05:39:48'),
(2580,5023,'action started via WP Cron','2020-12-23 10:44:10','2020-12-23 05:44:10'),
(2581,5023,'action complete via WP Cron','2020-12-23 10:44:10','2020-12-23 05:44:10'),
(2582,5024,'action created','2020-12-23 10:44:10','2020-12-23 05:44:10'),
(2583,5024,'action started via WP Cron','2020-12-23 10:45:54','2020-12-23 05:45:54'),
(2584,5024,'action complete via WP Cron','2020-12-23 10:45:54','2020-12-23 05:45:54'),
(2585,5025,'action created','2020-12-23 10:45:54','2020-12-23 05:45:54'),
(2586,5025,'action started via WP Cron','2020-12-23 10:48:02','2020-12-23 05:48:02'),
(2587,5025,'action complete via WP Cron','2020-12-23 10:48:02','2020-12-23 05:48:02'),
(2588,5026,'action created','2020-12-23 10:48:02','2020-12-23 05:48:02'),
(2589,5026,'action started via WP Cron','2020-12-23 10:48:14','2020-12-23 05:48:14'),
(2590,5026,'action complete via WP Cron','2020-12-23 10:48:14','2020-12-23 05:48:14'),
(2591,5027,'action created','2020-12-23 10:48:14','2020-12-23 05:48:14'),
(2592,5027,'action started via WP Cron','2020-12-23 10:49:13','2020-12-23 05:49:13'),
(2593,5027,'action complete via WP Cron','2020-12-23 10:49:13','2020-12-23 05:49:13'),
(2594,5028,'action created','2020-12-23 10:49:13','2020-12-23 05:49:13'),
(2595,5028,'action started via WP Cron','2020-12-23 10:50:51','2020-12-23 05:50:51'),
(2596,5028,'action complete via WP Cron','2020-12-23 10:50:51','2020-12-23 05:50:51'),
(2597,5029,'action created','2020-12-23 10:50:51','2020-12-23 05:50:51'),
(2598,5029,'action started via WP Cron','2020-12-23 10:51:15','2020-12-23 05:51:15'),
(2599,5029,'action complete via WP Cron','2020-12-23 10:51:15','2020-12-23 05:51:15'),
(2600,5030,'action created','2020-12-23 10:51:15','2020-12-23 05:51:15'),
(2601,5030,'action started via WP Cron','2020-12-23 10:52:36','2020-12-23 05:52:36'),
(2602,5030,'action complete via WP Cron','2020-12-23 10:52:36','2020-12-23 05:52:36'),
(2603,5031,'action created','2020-12-23 10:52:36','2020-12-23 05:52:36'),
(2604,5031,'action started via WP Cron','2020-12-23 10:53:13','2020-12-23 05:53:13'),
(2605,5031,'action complete via WP Cron','2020-12-23 10:53:13','2020-12-23 05:53:13'),
(2606,5032,'action created','2020-12-23 10:53:13','2020-12-23 05:53:13'),
(2607,5032,'action started via WP Cron','2020-12-23 10:54:49','2020-12-23 05:54:49'),
(2608,5032,'action complete via WP Cron','2020-12-23 10:54:49','2020-12-23 05:54:49'),
(2609,5033,'action created','2020-12-23 10:54:49','2020-12-23 05:54:49'),
(2610,5033,'action started via WP Cron','2020-12-23 10:55:16','2020-12-23 05:55:16'),
(2611,5033,'action complete via WP Cron','2020-12-23 10:55:16','2020-12-23 05:55:16'),
(2612,5034,'action created','2020-12-23 10:55:16','2020-12-23 05:55:16'),
(2613,5034,'action started via WP Cron','2020-12-23 10:56:24','2020-12-23 05:56:24'),
(2614,5034,'action complete via WP Cron','2020-12-23 10:56:24','2020-12-23 05:56:24'),
(2615,5035,'action created','2020-12-23 10:56:24','2020-12-23 05:56:24'),
(2616,5035,'action started via WP Cron','2020-12-23 10:58:37','2020-12-23 05:58:37'),
(2617,5035,'action complete via WP Cron','2020-12-23 10:58:37','2020-12-23 05:58:37'),
(2618,5036,'action created','2020-12-23 10:58:37','2020-12-23 05:58:37'),
(2619,5036,'action started via WP Cron','2020-12-23 10:59:20','2020-12-23 05:59:20'),
(2620,5036,'action complete via WP Cron','2020-12-23 10:59:20','2020-12-23 05:59:20'),
(2621,5037,'action created','2020-12-23 10:59:20','2020-12-23 05:59:20'),
(2622,5037,'action started via WP Cron','2020-12-23 11:02:31','2020-12-23 06:02:31'),
(2623,5037,'action complete via WP Cron','2020-12-23 11:02:32','2020-12-23 06:02:32'),
(2624,5038,'action created','2020-12-23 11:02:32','2020-12-23 06:02:32'),
(2625,5038,'action started via WP Cron','2020-12-23 11:03:42','2020-12-23 06:03:42'),
(2626,5038,'action complete via WP Cron','2020-12-23 11:03:42','2020-12-23 06:03:42'),
(2627,5039,'action created','2020-12-23 11:03:42','2020-12-23 06:03:42'),
(2628,5039,'action started via WP Cron','2020-12-23 11:06:25','2020-12-23 06:06:25'),
(2629,5039,'action complete via WP Cron','2020-12-23 11:06:25','2020-12-23 06:06:25'),
(2630,5040,'action created','2020-12-23 11:06:25','2020-12-23 06:06:25'),
(2631,5040,'action started via WP Cron','2020-12-23 11:08:41','2020-12-23 06:08:41'),
(2632,5040,'action complete via WP Cron','2020-12-23 11:08:41','2020-12-23 06:08:41'),
(2633,5041,'action created','2020-12-23 11:08:41','2020-12-23 06:08:41'),
(2634,5041,'action started via WP Cron','2020-12-23 11:09:39','2020-12-23 06:09:39'),
(2635,5041,'action complete via WP Cron','2020-12-23 11:09:39','2020-12-23 06:09:39'),
(2636,5042,'action created','2020-12-23 11:09:39','2020-12-23 06:09:39'),
(2637,5042,'action started via WP Cron','2020-12-23 11:10:17','2020-12-23 06:10:17'),
(2638,5042,'action complete via WP Cron','2020-12-23 11:10:17','2020-12-23 06:10:17'),
(2639,5043,'action created','2020-12-23 11:10:17','2020-12-23 06:10:17'),
(2640,5043,'action started via WP Cron','2020-12-23 11:11:18','2020-12-23 06:11:18'),
(2641,5043,'action complete via WP Cron','2020-12-23 11:11:18','2020-12-23 06:11:18'),
(2642,5044,'action created','2020-12-23 11:11:18','2020-12-23 06:11:18'),
(2643,5044,'action started via WP Cron','2020-12-23 11:12:18','2020-12-23 06:12:18'),
(2644,5044,'action complete via WP Cron','2020-12-23 11:12:18','2020-12-23 06:12:18'),
(2645,5045,'action created','2020-12-23 11:12:18','2020-12-23 06:12:18'),
(2646,5045,'action started via WP Cron','2020-12-23 11:13:21','2020-12-23 06:13:21'),
(2647,5045,'action complete via WP Cron','2020-12-23 11:13:21','2020-12-23 06:13:21'),
(2648,5046,'action created','2020-12-23 11:13:21','2020-12-23 06:13:21'),
(2649,5046,'action started via WP Cron','2020-12-23 11:14:30','2020-12-23 06:14:30'),
(2650,5046,'action complete via WP Cron','2020-12-23 11:14:30','2020-12-23 06:14:30'),
(2651,5047,'action created','2020-12-23 11:14:30','2020-12-23 06:14:30'),
(2652,5047,'action started via WP Cron','2020-12-23 11:17:31','2020-12-23 06:17:31'),
(2653,5047,'action complete via WP Cron','2020-12-23 11:17:31','2020-12-23 06:17:31'),
(2654,5048,'action created','2020-12-23 11:17:31','2020-12-23 06:17:31'),
(2655,5048,'action started via WP Cron','2020-12-23 11:19:16','2020-12-23 06:19:16'),
(2656,5048,'action complete via WP Cron','2020-12-23 11:19:16','2020-12-23 06:19:16'),
(2657,5049,'action created','2020-12-23 11:19:16','2020-12-23 06:19:16'),
(2658,5049,'action started via WP Cron','2020-12-23 11:21:09','2020-12-23 06:21:09'),
(2659,5049,'action complete via WP Cron','2020-12-23 11:21:09','2020-12-23 06:21:09'),
(2660,5050,'action created','2020-12-23 11:21:09','2020-12-23 06:21:09'),
(2661,5050,'action started via WP Cron','2020-12-23 11:23:24','2020-12-23 06:23:24'),
(2662,5050,'action complete via WP Cron','2020-12-23 11:23:24','2020-12-23 06:23:24'),
(2663,5051,'action created','2020-12-23 11:23:24','2020-12-23 06:23:24'),
(2664,5051,'action started via WP Cron','2020-12-23 11:24:45','2020-12-23 06:24:45'),
(2665,5051,'action complete via WP Cron','2020-12-23 11:24:45','2020-12-23 06:24:45'),
(2666,5052,'action created','2020-12-23 11:24:45','2020-12-23 06:24:45'),
(2667,5052,'action started via WP Cron','2020-12-23 11:27:25','2020-12-23 06:27:25'),
(2668,5052,'action complete via WP Cron','2020-12-23 11:27:25','2020-12-23 06:27:25'),
(2669,5053,'action created','2020-12-23 11:27:25','2020-12-23 06:27:25'),
(2670,5053,'action started via WP Cron','2020-12-23 11:28:56','2020-12-23 06:28:56'),
(2671,5053,'action complete via WP Cron','2020-12-23 11:28:56','2020-12-23 06:28:56'),
(2672,5054,'action created','2020-12-23 11:28:56','2020-12-23 06:28:56'),
(2673,5054,'action started via WP Cron','2020-12-23 11:29:32','2020-12-23 06:29:32'),
(2674,5054,'action complete via WP Cron','2020-12-23 11:29:32','2020-12-23 06:29:32'),
(2675,5055,'action created','2020-12-23 11:29:32','2020-12-23 06:29:32'),
(2676,5055,'action started via WP Cron','2020-12-23 11:30:42','2020-12-23 06:30:42'),
(2677,5055,'action complete via WP Cron','2020-12-23 11:30:42','2020-12-23 06:30:42'),
(2678,5056,'action created','2020-12-23 11:30:42','2020-12-23 06:30:42'),
(2679,5056,'action started via WP Cron','2020-12-23 11:32:26','2020-12-23 06:32:26'),
(2680,5056,'action complete via WP Cron','2020-12-23 11:32:26','2020-12-23 06:32:26'),
(2681,5057,'action created','2020-12-23 11:32:26','2020-12-23 06:32:26'),
(2682,5057,'action started via WP Cron','2020-12-23 11:33:46','2020-12-23 06:33:46'),
(2683,5057,'action complete via WP Cron','2020-12-23 11:33:46','2020-12-23 06:33:46'),
(2684,5058,'action created','2020-12-23 11:33:46','2020-12-23 06:33:46'),
(2685,5058,'action started via WP Cron','2020-12-23 11:34:24','2020-12-23 06:34:24'),
(2686,5058,'action complete via WP Cron','2020-12-23 11:34:24','2020-12-23 06:34:24'),
(2687,5059,'action created','2020-12-23 11:34:24','2020-12-23 06:34:24'),
(2688,5059,'action started via WP Cron','2020-12-23 11:38:31','2020-12-23 06:38:31'),
(2689,5059,'action complete via WP Cron','2020-12-23 11:38:31','2020-12-23 06:38:31'),
(2690,5060,'action created','2020-12-23 11:38:31','2020-12-23 06:38:31'),
(2691,5060,'action started via WP Cron','2020-12-23 11:39:13','2020-12-23 06:39:13'),
(2692,5060,'action complete via WP Cron','2020-12-23 11:39:13','2020-12-23 06:39:13'),
(2693,5061,'action created','2020-12-23 11:39:13','2020-12-23 06:39:13'),
(2694,5061,'action started via WP Cron','2020-12-23 11:40:48','2020-12-23 06:40:48'),
(2695,5061,'action complete via WP Cron','2020-12-23 11:40:48','2020-12-23 06:40:48'),
(2696,5062,'action created','2020-12-23 11:40:48','2020-12-23 06:40:48'),
(2697,5062,'action started via WP Cron','2020-12-23 11:45:38','2020-12-23 06:45:38'),
(2698,5062,'action complete via WP Cron','2020-12-23 11:45:39','2020-12-23 06:45:39'),
(2699,5063,'action created','2020-12-23 11:45:39','2020-12-23 06:45:39'),
(2700,5063,'action started via WP Cron','2020-12-23 11:47:44','2020-12-23 06:47:44'),
(2701,5063,'action complete via WP Cron','2020-12-23 11:47:44','2020-12-23 06:47:44'),
(2702,5064,'action created','2020-12-23 11:47:45','2020-12-23 06:47:45'),
(2703,5064,'action started via WP Cron','2020-12-23 11:48:47','2020-12-23 06:48:47'),
(2704,5064,'action complete via WP Cron','2020-12-23 11:48:47','2020-12-23 06:48:47'),
(2705,5065,'action created','2020-12-23 11:48:47','2020-12-23 06:48:47'),
(2706,5065,'action started via WP Cron','2020-12-23 11:49:36','2020-12-23 06:49:36'),
(2707,5065,'action complete via WP Cron','2020-12-23 11:49:36','2020-12-23 06:49:36'),
(2708,5066,'action created','2020-12-23 11:49:36','2020-12-23 06:49:36'),
(2709,5066,'action started via WP Cron','2020-12-23 11:50:29','2020-12-23 06:50:29'),
(2710,5066,'action complete via WP Cron','2020-12-23 11:50:29','2020-12-23 06:50:29'),
(2711,5067,'action created','2020-12-23 11:50:29','2020-12-23 06:50:29'),
(2712,5067,'action started via WP Cron','2020-12-23 11:51:32','2020-12-23 06:51:32'),
(2713,5067,'action complete via WP Cron','2020-12-23 11:51:32','2020-12-23 06:51:32'),
(2714,5068,'action created','2020-12-23 11:51:32','2020-12-23 06:51:32'),
(2715,5068,'action started via WP Cron','2020-12-23 11:53:44','2020-12-23 06:53:44'),
(2716,5068,'action complete via WP Cron','2020-12-23 11:53:44','2020-12-23 06:53:44'),
(2717,5069,'action created','2020-12-23 11:53:44','2020-12-23 06:53:44'),
(2718,5069,'action started via WP Cron','2020-12-23 11:56:21','2020-12-23 06:56:21'),
(2719,5069,'action complete via WP Cron','2020-12-23 11:56:21','2020-12-23 06:56:21'),
(2720,5070,'action created','2020-12-23 11:56:21','2020-12-23 06:56:21'),
(2721,5070,'action started via WP Cron','2020-12-23 11:57:17','2020-12-23 06:57:17'),
(2722,5070,'action complete via WP Cron','2020-12-23 11:57:17','2020-12-23 06:57:17'),
(2723,5071,'action created','2020-12-23 11:57:17','2020-12-23 06:57:17'),
(2724,5071,'action started via WP Cron','2020-12-23 11:58:21','2020-12-23 06:58:21'),
(2725,5071,'action complete via WP Cron','2020-12-23 11:58:21','2020-12-23 06:58:21'),
(2726,5072,'action created','2020-12-23 11:58:21','2020-12-23 06:58:21'),
(2727,5072,'action started via WP Cron','2020-12-23 12:00:32','2020-12-23 07:00:32'),
(2728,5072,'action complete via WP Cron','2020-12-23 12:00:32','2020-12-23 07:00:32'),
(2729,5073,'action created','2020-12-23 12:00:32','2020-12-23 07:00:32'),
(2730,5073,'action started via WP Cron','2020-12-23 12:02:20','2020-12-23 07:02:20'),
(2731,5073,'action complete via WP Cron','2020-12-23 12:02:20','2020-12-23 07:02:20'),
(2732,5074,'action created','2020-12-23 12:02:20','2020-12-23 07:02:20'),
(2733,5074,'action started via WP Cron','2020-12-23 12:03:40','2020-12-23 07:03:40'),
(2734,5074,'action complete via WP Cron','2020-12-23 12:03:40','2020-12-23 07:03:40'),
(2735,5075,'action created','2020-12-23 12:03:40','2020-12-23 07:03:40'),
(2736,5075,'action started via WP Cron','2020-12-23 12:06:18','2020-12-23 07:06:18'),
(2737,5075,'action complete via WP Cron','2020-12-23 12:06:18','2020-12-23 07:06:18'),
(2738,5076,'action created','2020-12-23 12:06:18','2020-12-23 07:06:18'),
(2739,5076,'action started via WP Cron','2020-12-23 12:07:12','2020-12-23 07:07:12'),
(2740,5076,'action complete via WP Cron','2020-12-23 12:07:12','2020-12-23 07:07:12'),
(2741,5077,'action created','2020-12-23 12:07:12','2020-12-23 07:07:12'),
(2742,5077,'action started via WP Cron','2020-12-23 12:08:23','2020-12-23 07:08:23'),
(2743,5077,'action complete via WP Cron','2020-12-23 12:08:23','2020-12-23 07:08:23'),
(2744,5078,'action created','2020-12-23 12:08:23','2020-12-23 07:08:23'),
(2745,5078,'action started via WP Cron','2020-12-23 12:09:18','2020-12-23 07:09:18'),
(2746,5078,'action complete via WP Cron','2020-12-23 12:09:18','2020-12-23 07:09:18'),
(2747,5079,'action created','2020-12-23 12:09:18','2020-12-23 07:09:18'),
(2748,5079,'action started via WP Cron','2020-12-23 12:10:40','2020-12-23 07:10:40'),
(2749,5079,'action complete via WP Cron','2020-12-23 12:10:40','2020-12-23 07:10:40'),
(2750,5080,'action created','2020-12-23 12:10:41','2020-12-23 07:10:41'),
(2751,5080,'action started via WP Cron','2020-12-23 12:12:48','2020-12-23 07:12:48'),
(2752,5080,'action complete via WP Cron','2020-12-23 12:12:48','2020-12-23 07:12:48'),
(2753,5081,'action created','2020-12-23 12:12:48','2020-12-23 07:12:48'),
(2754,5081,'action started via WP Cron','2020-12-23 12:14:15','2020-12-23 07:14:15'),
(2755,5081,'action complete via WP Cron','2020-12-23 12:14:15','2020-12-23 07:14:15'),
(2756,5082,'action created','2020-12-23 12:14:16','2020-12-23 07:14:16'),
(2757,5082,'action started via WP Cron','2020-12-23 12:15:18','2020-12-23 07:15:18'),
(2758,5082,'action complete via WP Cron','2020-12-23 12:15:18','2020-12-23 07:15:18'),
(2759,5083,'action created','2020-12-23 12:15:18','2020-12-23 07:15:18'),
(2760,5083,'action started via WP Cron','2020-12-23 12:16:51','2020-12-23 07:16:51'),
(2761,5083,'action complete via WP Cron','2020-12-23 12:16:51','2020-12-23 07:16:51'),
(2762,5084,'action created','2020-12-23 12:16:51','2020-12-23 07:16:51'),
(2763,5084,'action started via WP Cron','2020-12-23 12:18:52','2020-12-23 07:18:52'),
(2764,5084,'action complete via WP Cron','2020-12-23 12:18:52','2020-12-23 07:18:52'),
(2765,5085,'action created','2020-12-23 12:18:52','2020-12-23 07:18:52'),
(2766,5085,'action started via WP Cron','2020-12-23 12:19:27','2020-12-23 07:19:27'),
(2767,5085,'action complete via WP Cron','2020-12-23 12:19:27','2020-12-23 07:19:27'),
(2768,5086,'action created','2020-12-23 12:19:27','2020-12-23 07:19:27'),
(2769,5086,'action started via WP Cron','2020-12-23 12:20:51','2020-12-23 07:20:51'),
(2770,5086,'action complete via WP Cron','2020-12-23 12:20:51','2020-12-23 07:20:51'),
(2771,5087,'action created','2020-12-23 12:20:51','2020-12-23 07:20:51'),
(2772,5087,'action started via WP Cron','2020-12-23 12:21:17','2020-12-23 07:21:17'),
(2773,5087,'action complete via WP Cron','2020-12-23 12:21:17','2020-12-23 07:21:17'),
(2774,5088,'action created','2020-12-23 12:21:17','2020-12-23 07:21:17'),
(2775,5088,'action started via WP Cron','2020-12-23 12:22:18','2020-12-23 07:22:18'),
(2776,5088,'action complete via WP Cron','2020-12-23 12:22:18','2020-12-23 07:22:18'),
(2777,5089,'action created','2020-12-23 12:22:19','2020-12-23 07:22:19'),
(2778,5089,'action started via WP Cron','2020-12-23 12:24:09','2020-12-23 07:24:09'),
(2779,5089,'action complete via WP Cron','2020-12-23 12:24:09','2020-12-23 07:24:09'),
(2780,5090,'action created','2020-12-23 12:24:09','2020-12-23 07:24:09'),
(2781,5090,'action started via WP Cron','2020-12-23 12:26:07','2020-12-23 07:26:07'),
(2782,5090,'action complete via WP Cron','2020-12-23 12:26:07','2020-12-23 07:26:07'),
(2783,5091,'action created','2020-12-23 12:26:07','2020-12-23 07:26:07'),
(2784,5091,'action started via WP Cron','2020-12-23 12:28:09','2020-12-23 07:28:09'),
(2785,5091,'action complete via WP Cron','2020-12-23 12:28:09','2020-12-23 07:28:09'),
(2786,5092,'action created','2020-12-23 12:28:10','2020-12-23 07:28:10'),
(2787,5092,'action started via WP Cron','2020-12-23 12:28:46','2020-12-23 07:28:46'),
(2788,5092,'action complete via WP Cron','2020-12-23 12:28:46','2020-12-23 07:28:46'),
(2789,5093,'action created','2020-12-23 12:28:46','2020-12-23 07:28:46'),
(2790,5093,'action started via WP Cron','2020-12-23 12:29:33','2020-12-23 07:29:33'),
(2791,5093,'action complete via WP Cron','2020-12-23 12:29:33','2020-12-23 07:29:33'),
(2792,5094,'action created','2020-12-23 12:29:33','2020-12-23 07:29:33'),
(2793,5094,'action started via WP Cron','2020-12-23 12:32:10','2020-12-23 07:32:10'),
(2794,5094,'action complete via WP Cron','2020-12-23 12:32:10','2020-12-23 07:32:10'),
(2795,5095,'action created','2020-12-23 12:32:10','2020-12-23 07:32:10'),
(2796,5095,'action started via WP Cron','2020-12-23 12:33:43','2020-12-23 07:33:43'),
(2797,5095,'action complete via WP Cron','2020-12-23 12:33:43','2020-12-23 07:33:43'),
(2798,5096,'action created','2020-12-23 12:33:43','2020-12-23 07:33:43'),
(2799,5096,'action started via WP Cron','2020-12-23 12:34:13','2020-12-23 07:34:13'),
(2800,5096,'action complete via WP Cron','2020-12-23 12:34:13','2020-12-23 07:34:13'),
(2801,5097,'action created','2020-12-23 12:34:13','2020-12-23 07:34:13'),
(2802,5097,'action started via WP Cron','2020-12-23 12:37:02','2020-12-23 07:37:02'),
(2803,5097,'action complete via WP Cron','2020-12-23 12:37:02','2020-12-23 07:37:02'),
(2804,5098,'action created','2020-12-23 12:37:02','2020-12-23 07:37:02'),
(2805,5098,'action started via WP Cron','2020-12-23 12:37:56','2020-12-23 07:37:56'),
(2806,5098,'action complete via WP Cron','2020-12-23 12:37:56','2020-12-23 07:37:56'),
(2807,5099,'action created','2020-12-23 12:37:56','2020-12-23 07:37:56'),
(2808,5099,'action started via WP Cron','2020-12-23 12:43:11','2020-12-23 07:43:11'),
(2809,5099,'action complete via WP Cron','2020-12-23 12:43:11','2020-12-23 07:43:11'),
(2810,5100,'action created','2020-12-23 12:43:11','2020-12-23 07:43:11'),
(2811,5100,'action started via WP Cron','2020-12-23 12:44:17','2020-12-23 07:44:17'),
(2812,5100,'action complete via WP Cron','2020-12-23 12:44:17','2020-12-23 07:44:17'),
(2813,5101,'action created','2020-12-23 12:44:17','2020-12-23 07:44:17'),
(2814,5101,'action started via WP Cron','2020-12-23 12:45:30','2020-12-23 07:45:30'),
(2815,5101,'action complete via WP Cron','2020-12-23 12:45:30','2020-12-23 07:45:30'),
(2816,5102,'action created','2020-12-23 12:45:30','2020-12-23 07:45:30'),
(2817,5102,'action started via WP Cron','2020-12-23 12:46:27','2020-12-23 07:46:27'),
(2818,5102,'action complete via WP Cron','2020-12-23 12:46:27','2020-12-23 07:46:27'),
(2819,5103,'action created','2020-12-23 12:46:27','2020-12-23 07:46:27'),
(2820,5103,'action started via WP Cron','2020-12-23 12:47:51','2020-12-23 07:47:51'),
(2821,5103,'action complete via WP Cron','2020-12-23 12:47:51','2020-12-23 07:47:51'),
(2822,5104,'action created','2020-12-23 12:47:51','2020-12-23 07:47:51'),
(2823,5104,'action started via WP Cron','2020-12-23 12:50:01','2020-12-23 07:50:01'),
(2824,5104,'action complete via WP Cron','2020-12-23 12:50:01','2020-12-23 07:50:01'),
(2825,5105,'action created','2020-12-23 12:50:01','2020-12-23 07:50:01'),
(2826,5105,'action started via WP Cron','2020-12-23 12:51:37','2020-12-23 07:51:37'),
(2827,5105,'action complete via WP Cron','2020-12-23 12:51:37','2020-12-23 07:51:37'),
(2828,5106,'action created','2020-12-23 12:51:37','2020-12-23 07:51:37'),
(2829,5106,'action started via WP Cron','2020-12-23 12:52:42','2020-12-23 07:52:42'),
(2830,5106,'action complete via WP Cron','2020-12-23 12:52:42','2020-12-23 07:52:42'),
(2831,5107,'action created','2020-12-23 12:52:42','2020-12-23 07:52:42'),
(2832,5107,'action started via WP Cron','2020-12-23 12:53:57','2020-12-23 07:53:57'),
(2833,5107,'action complete via WP Cron','2020-12-23 12:53:57','2020-12-23 07:53:57'),
(2834,5108,'action created','2020-12-23 12:53:57','2020-12-23 07:53:57'),
(2835,5108,'action started via WP Cron','2020-12-23 12:54:12','2020-12-23 07:54:12'),
(2836,5108,'action complete via WP Cron','2020-12-23 12:54:12','2020-12-23 07:54:12'),
(2837,5109,'action created','2020-12-23 12:54:12','2020-12-23 07:54:12'),
(2838,5109,'action started via WP Cron','2020-12-23 12:55:13','2020-12-23 07:55:13'),
(2839,5109,'action complete via WP Cron','2020-12-23 12:55:13','2020-12-23 07:55:13'),
(2840,5110,'action created','2020-12-23 12:55:13','2020-12-23 07:55:13'),
(2841,5110,'action started via WP Cron','2020-12-23 12:56:51','2020-12-23 07:56:51'),
(2842,5110,'action complete via WP Cron','2020-12-23 12:56:51','2020-12-23 07:56:51'),
(2843,5111,'action created','2020-12-23 12:56:51','2020-12-23 07:56:51'),
(2844,5111,'action started via WP Cron','2020-12-23 12:58:36','2020-12-23 07:58:36'),
(2845,5111,'action complete via WP Cron','2020-12-23 12:58:36','2020-12-23 07:58:36'),
(2846,5112,'action created','2020-12-23 12:58:36','2020-12-23 07:58:36'),
(2847,5112,'action started via WP Cron','2020-12-23 12:59:25','2020-12-23 07:59:25'),
(2848,5112,'action complete via WP Cron','2020-12-23 12:59:25','2020-12-23 07:59:25'),
(2849,5113,'action created','2020-12-23 12:59:25','2020-12-23 07:59:25'),
(2850,5113,'action started via WP Cron','2020-12-23 13:00:39','2020-12-23 08:00:39'),
(2851,5113,'action complete via WP Cron','2020-12-23 13:00:39','2020-12-23 08:00:39'),
(2852,5114,'action created','2020-12-23 13:00:39','2020-12-23 08:00:39'),
(2853,5114,'action started via WP Cron','2020-12-23 13:01:24','2020-12-23 08:01:24'),
(2854,5114,'action complete via WP Cron','2020-12-23 13:01:24','2020-12-23 08:01:24'),
(2855,5115,'action created','2020-12-23 13:01:25','2020-12-23 08:01:25'),
(2856,5115,'action started via WP Cron','2020-12-23 13:02:29','2020-12-23 08:02:29'),
(2857,5115,'action complete via WP Cron','2020-12-23 13:02:29','2020-12-23 08:02:29'),
(2858,5116,'action created','2020-12-23 13:02:29','2020-12-23 08:02:29'),
(2859,5116,'action started via WP Cron','2020-12-23 13:03:19','2020-12-23 08:03:19'),
(2860,5116,'action complete via WP Cron','2020-12-23 13:03:19','2020-12-23 08:03:19'),
(2861,5117,'action created','2020-12-23 13:03:19','2020-12-23 08:03:19'),
(2862,5117,'action started via WP Cron','2020-12-23 13:04:36','2020-12-23 08:04:36'),
(2863,5117,'action complete via WP Cron','2020-12-23 13:04:36','2020-12-23 08:04:36'),
(2864,5118,'action created','2020-12-23 13:04:36','2020-12-23 08:04:36'),
(2865,5118,'action started via WP Cron','2020-12-23 13:05:39','2020-12-23 08:05:39'),
(2866,5118,'action complete via WP Cron','2020-12-23 13:05:39','2020-12-23 08:05:39'),
(2867,5119,'action created','2020-12-23 13:05:39','2020-12-23 08:05:39'),
(2868,5119,'action started via WP Cron','2020-12-23 13:06:47','2020-12-23 08:06:47'),
(2869,5119,'action complete via WP Cron','2020-12-23 13:06:47','2020-12-23 08:06:47'),
(2870,5120,'action created','2020-12-23 13:06:47','2020-12-23 08:06:47'),
(2871,5120,'action started via WP Cron','2020-12-23 13:07:20','2020-12-23 08:07:20'),
(2872,5120,'action complete via WP Cron','2020-12-23 13:07:20','2020-12-23 08:07:20'),
(2873,5121,'action created','2020-12-23 13:07:20','2020-12-23 08:07:20'),
(2874,5121,'action started via WP Cron','2020-12-23 13:10:32','2020-12-23 08:10:32'),
(2875,5121,'action complete via WP Cron','2020-12-23 13:10:32','2020-12-23 08:10:32'),
(2876,5122,'action created','2020-12-23 13:10:32','2020-12-23 08:10:32'),
(2877,5122,'action started via WP Cron','2020-12-23 13:11:28','2020-12-23 08:11:28'),
(2878,5122,'action complete via WP Cron','2020-12-23 13:11:28','2020-12-23 08:11:28'),
(2879,5123,'action created','2020-12-23 13:11:28','2020-12-23 08:11:28'),
(2880,5123,'action started via WP Cron','2020-12-23 13:12:14','2020-12-23 08:12:14'),
(2881,5123,'action complete via WP Cron','2020-12-23 13:12:14','2020-12-23 08:12:14'),
(2882,5124,'action created','2020-12-23 13:12:14','2020-12-23 08:12:14'),
(2883,5124,'action started via WP Cron','2020-12-23 13:13:51','2020-12-23 08:13:51'),
(2884,5124,'action complete via WP Cron','2020-12-23 13:13:51','2020-12-23 08:13:51'),
(2885,5125,'action created','2020-12-23 13:13:51','2020-12-23 08:13:51'),
(2886,5125,'action started via WP Cron','2020-12-23 13:18:00','2020-12-23 08:18:00'),
(2887,5125,'action complete via WP Cron','2020-12-23 13:18:00','2020-12-23 08:18:00'),
(2888,5126,'action created','2020-12-23 13:18:01','2020-12-23 08:18:01'),
(2889,5126,'action started via WP Cron','2020-12-23 13:20:28','2020-12-23 08:20:28'),
(2890,5126,'action complete via WP Cron','2020-12-23 13:20:28','2020-12-23 08:20:28'),
(2891,5127,'action created','2020-12-23 13:20:28','2020-12-23 08:20:28'),
(2892,5127,'action started via WP Cron','2020-12-23 13:21:57','2020-12-23 08:21:57'),
(2893,5127,'action complete via WP Cron','2020-12-23 13:21:57','2020-12-23 08:21:57'),
(2894,5128,'action created','2020-12-23 13:21:57','2020-12-23 08:21:57'),
(2895,5128,'action started via WP Cron','2020-12-23 13:22:29','2020-12-23 08:22:29'),
(2896,5128,'action complete via WP Cron','2020-12-23 13:22:29','2020-12-23 08:22:29'),
(2897,5129,'action created','2020-12-23 13:22:29','2020-12-23 08:22:29'),
(2898,5129,'action started via WP Cron','2020-12-23 13:23:50','2020-12-23 08:23:50'),
(2899,5129,'action complete via WP Cron','2020-12-23 13:23:50','2020-12-23 08:23:50'),
(2900,5130,'action created','2020-12-23 13:23:50','2020-12-23 08:23:50'),
(2901,5130,'action started via WP Cron','2020-12-23 13:24:34','2020-12-23 08:24:34'),
(2902,5130,'action complete via WP Cron','2020-12-23 13:24:34','2020-12-23 08:24:34'),
(2903,5131,'action created','2020-12-23 13:24:34','2020-12-23 08:24:34'),
(2904,5131,'action started via WP Cron','2020-12-23 13:25:30','2020-12-23 08:25:30'),
(2905,5131,'action complete via WP Cron','2020-12-23 13:25:30','2020-12-23 08:25:30'),
(2906,5132,'action created','2020-12-23 13:25:30','2020-12-23 08:25:30'),
(2907,5132,'action started via WP Cron','2020-12-23 13:26:11','2020-12-23 08:26:11'),
(2908,5132,'action complete via WP Cron','2020-12-23 13:26:11','2020-12-23 08:26:11'),
(2909,5133,'action created','2020-12-23 13:26:11','2020-12-23 08:26:11'),
(2910,5133,'action started via WP Cron','2020-12-23 13:27:13','2020-12-23 08:27:13'),
(2911,5133,'action complete via WP Cron','2020-12-23 13:27:13','2020-12-23 08:27:13'),
(2912,5134,'action created','2020-12-23 13:27:13','2020-12-23 08:27:13'),
(2913,5134,'action started via WP Cron','2020-12-23 13:28:27','2020-12-23 08:28:27'),
(2914,5134,'action complete via WP Cron','2020-12-23 13:28:27','2020-12-23 08:28:27'),
(2915,5135,'action created','2020-12-23 13:28:27','2020-12-23 08:28:27'),
(2916,5135,'action started via WP Cron','2020-12-23 13:29:38','2020-12-23 08:29:38'),
(2917,5135,'action complete via WP Cron','2020-12-23 13:29:38','2020-12-23 08:29:38'),
(2918,5136,'action created','2020-12-23 13:29:38','2020-12-23 08:29:38'),
(2919,5136,'action started via WP Cron','2020-12-23 13:30:21','2020-12-23 08:30:21'),
(2920,5136,'action complete via WP Cron','2020-12-23 13:30:21','2020-12-23 08:30:21'),
(2921,5137,'action created','2020-12-23 13:30:21','2020-12-23 08:30:21'),
(2922,5137,'action started via WP Cron','2020-12-23 13:31:11','2020-12-23 08:31:11'),
(2923,5137,'action complete via WP Cron','2020-12-23 13:31:11','2020-12-23 08:31:11'),
(2924,5138,'action created','2020-12-23 13:31:11','2020-12-23 08:31:11'),
(2925,5138,'action started via WP Cron','2020-12-23 13:32:45','2020-12-23 08:32:45'),
(2926,5138,'action complete via WP Cron','2020-12-23 13:32:45','2020-12-23 08:32:45'),
(2927,5139,'action created','2020-12-23 13:32:45','2020-12-23 08:32:45'),
(2928,5139,'action started via WP Cron','2020-12-23 13:33:32','2020-12-23 08:33:32'),
(2929,5139,'action complete via WP Cron','2020-12-23 13:33:32','2020-12-23 08:33:32'),
(2930,5140,'action created','2020-12-23 13:33:32','2020-12-23 08:33:32'),
(2931,5140,'action started via WP Cron','2020-12-23 13:35:03','2020-12-23 08:35:03'),
(2932,5140,'action complete via WP Cron','2020-12-23 13:35:03','2020-12-23 08:35:03'),
(2933,5141,'action created','2020-12-23 13:35:03','2020-12-23 08:35:03'),
(2934,5141,'action started via WP Cron','2020-12-23 13:35:36','2020-12-23 08:35:36'),
(2935,5141,'action complete via WP Cron','2020-12-23 13:35:36','2020-12-23 08:35:36'),
(2936,5142,'action created','2020-12-23 13:35:36','2020-12-23 08:35:36'),
(2937,5142,'action started via WP Cron','2020-12-23 13:36:58','2020-12-23 08:36:58'),
(2938,5142,'action complete via WP Cron','2020-12-23 13:36:58','2020-12-23 08:36:58'),
(2939,5143,'action created','2020-12-23 13:36:58','2020-12-23 08:36:58'),
(2940,5143,'action started via WP Cron','2020-12-23 13:37:45','2020-12-23 08:37:45'),
(2941,5143,'action complete via WP Cron','2020-12-23 13:37:45','2020-12-23 08:37:45'),
(2942,5144,'action created','2020-12-23 13:37:45','2020-12-23 08:37:45'),
(2943,5144,'action started via WP Cron','2020-12-23 13:38:13','2020-12-23 08:38:13'),
(2944,5144,'action complete via WP Cron','2020-12-23 13:38:13','2020-12-23 08:38:13'),
(2945,5145,'action created','2020-12-23 13:38:13','2020-12-23 08:38:13'),
(2946,5145,'action started via WP Cron','2020-12-23 13:39:21','2020-12-23 08:39:21'),
(2947,5145,'action complete via WP Cron','2020-12-23 13:39:21','2020-12-23 08:39:21'),
(2948,5146,'action created','2020-12-23 13:39:21','2020-12-23 08:39:21'),
(2949,5146,'action started via WP Cron','2020-12-23 13:40:58','2020-12-23 08:40:58'),
(2950,5146,'action complete via WP Cron','2020-12-23 13:40:58','2020-12-23 08:40:58'),
(2951,5147,'action created','2020-12-23 13:40:58','2020-12-23 08:40:58'),
(2952,5147,'action started via WP Cron','2020-12-23 13:41:27','2020-12-23 08:41:27'),
(2953,5147,'action complete via WP Cron','2020-12-23 13:41:27','2020-12-23 08:41:27'),
(2954,5148,'action created','2020-12-23 13:41:27','2020-12-23 08:41:27'),
(2955,5148,'action started via WP Cron','2020-12-23 13:42:19','2020-12-23 08:42:19'),
(2956,5148,'action complete via WP Cron','2020-12-23 13:42:19','2020-12-23 08:42:19'),
(2957,5149,'action created','2020-12-23 13:42:19','2020-12-23 08:42:19'),
(2958,5149,'action started via WP Cron','2020-12-23 13:43:12','2020-12-23 08:43:12'),
(2959,5149,'action complete via WP Cron','2020-12-23 13:43:12','2020-12-23 08:43:12'),
(2960,5150,'action created','2020-12-23 13:43:13','2020-12-23 08:43:13'),
(2961,5150,'action started via WP Cron','2020-12-23 13:45:38','2020-12-23 08:45:38'),
(2962,5150,'action complete via WP Cron','2020-12-23 13:45:38','2020-12-23 08:45:38'),
(2963,5151,'action created','2020-12-23 13:45:38','2020-12-23 08:45:38'),
(2964,5151,'action started via WP Cron','2020-12-23 13:48:05','2020-12-23 08:48:05'),
(2965,5151,'action complete via WP Cron','2020-12-23 13:48:05','2020-12-23 08:48:05'),
(2966,5152,'action created','2020-12-23 13:48:05','2020-12-23 08:48:05'),
(2967,5152,'action started via WP Cron','2020-12-23 13:50:40','2020-12-23 08:50:40'),
(2968,5152,'action complete via WP Cron','2020-12-23 13:50:40','2020-12-23 08:50:40'),
(2969,5153,'action created','2020-12-23 13:50:40','2020-12-23 08:50:40'),
(2970,5153,'action started via WP Cron','2020-12-23 13:53:28','2020-12-23 08:53:28'),
(2971,5153,'action complete via WP Cron','2020-12-23 13:53:28','2020-12-23 08:53:28'),
(2972,5154,'action created','2020-12-23 13:53:28','2020-12-23 08:53:28'),
(2973,5154,'action started via WP Cron','2020-12-23 13:55:53','2020-12-23 08:55:53'),
(2974,5154,'action complete via WP Cron','2020-12-23 13:55:53','2020-12-23 08:55:53'),
(2975,5155,'action created','2020-12-23 13:55:53','2020-12-23 08:55:53'),
(2976,5155,'action started via WP Cron','2020-12-23 13:56:20','2020-12-23 08:56:20'),
(2977,5155,'action complete via WP Cron','2020-12-23 13:56:20','2020-12-23 08:56:20'),
(2978,5156,'action created','2020-12-23 13:56:20','2020-12-23 08:56:20'),
(2979,5156,'action started via WP Cron','2020-12-23 14:00:55','2020-12-23 09:00:55'),
(2980,5156,'action complete via WP Cron','2020-12-23 14:00:55','2020-12-23 09:00:55'),
(2981,5157,'action created','2020-12-23 14:00:55','2020-12-23 09:00:55'),
(2982,5157,'action started via WP Cron','2020-12-23 14:01:35','2020-12-23 09:01:35'),
(2983,5157,'action complete via WP Cron','2020-12-23 14:01:35','2020-12-23 09:01:35'),
(2984,5158,'action created','2020-12-23 14:01:35','2020-12-23 09:01:35'),
(2985,5158,'action started via WP Cron','2020-12-23 14:03:03','2020-12-23 09:03:03'),
(2986,5158,'action complete via WP Cron','2020-12-23 14:03:03','2020-12-23 09:03:03'),
(2987,5159,'action created','2020-12-23 14:03:03','2020-12-23 09:03:03'),
(2988,5159,'action started via WP Cron','2020-12-23 14:05:10','2020-12-23 09:05:10'),
(2989,5159,'action complete via WP Cron','2020-12-23 14:05:10','2020-12-23 09:05:10'),
(2990,5160,'action created','2020-12-23 14:05:10','2020-12-23 09:05:10'),
(2991,5160,'action started via WP Cron','2020-12-23 14:07:10','2020-12-23 09:07:10'),
(2992,5160,'action complete via WP Cron','2020-12-23 14:07:10','2020-12-23 09:07:10'),
(2993,5161,'action created','2020-12-23 14:07:10','2020-12-23 09:07:10'),
(2994,5161,'action started via WP Cron','2020-12-23 14:08:27','2020-12-23 09:08:27'),
(2995,5161,'action complete via WP Cron','2020-12-23 14:08:27','2020-12-23 09:08:27'),
(2996,5162,'action created','2020-12-23 14:08:27','2020-12-23 09:08:27'),
(2997,5162,'action started via WP Cron','2020-12-23 14:11:02','2020-12-23 09:11:02'),
(2998,5162,'action complete via WP Cron','2020-12-23 14:11:02','2020-12-23 09:11:02'),
(2999,5163,'action created','2020-12-23 14:11:02','2020-12-23 09:11:02'),
(3000,5163,'action started via WP Cron','2020-12-23 14:11:59','2020-12-23 09:11:59'),
(3001,5163,'action complete via WP Cron','2020-12-23 14:11:59','2020-12-23 09:11:59'),
(3002,5164,'action created','2020-12-23 14:11:59','2020-12-23 09:11:59'),
(3003,5164,'action started via WP Cron','2020-12-23 14:12:11','2020-12-23 09:12:11'),
(3004,5164,'action complete via WP Cron','2020-12-23 14:12:11','2020-12-23 09:12:11'),
(3005,5165,'action created','2020-12-23 14:12:11','2020-12-23 09:12:11'),
(3006,5165,'action started via WP Cron','2020-12-23 14:14:34','2020-12-23 09:14:34'),
(3007,5165,'action complete via WP Cron','2020-12-23 14:14:34','2020-12-23 09:14:34'),
(3008,5166,'action created','2020-12-23 14:14:34','2020-12-23 09:14:34'),
(3009,5166,'action started via WP Cron','2020-12-23 14:17:51','2020-12-23 09:17:51'),
(3010,5166,'action complete via WP Cron','2020-12-23 14:17:51','2020-12-23 09:17:51'),
(3011,5167,'action created','2020-12-23 14:17:51','2020-12-23 09:17:51'),
(3012,5167,'action started via WP Cron','2020-12-23 14:18:18','2020-12-23 09:18:18'),
(3013,5167,'action complete via WP Cron','2020-12-23 14:18:18','2020-12-23 09:18:18'),
(3014,5168,'action created','2020-12-23 14:18:18','2020-12-23 09:18:18'),
(3015,5168,'action started via WP Cron','2020-12-23 14:19:48','2020-12-23 09:19:48'),
(3016,5168,'action complete via WP Cron','2020-12-23 14:19:48','2020-12-23 09:19:48'),
(3017,5169,'action created','2020-12-23 14:19:48','2020-12-23 09:19:48'),
(3018,5169,'action started via WP Cron','2020-12-23 14:22:55','2020-12-23 09:22:55'),
(3019,5169,'action complete via WP Cron','2020-12-23 14:22:55','2020-12-23 09:22:55'),
(3020,5170,'action created','2020-12-23 14:22:55','2020-12-23 09:22:55'),
(3021,5170,'action started via WP Cron','2020-12-23 14:23:13','2020-12-23 09:23:13'),
(3022,5170,'action complete via WP Cron','2020-12-23 14:23:13','2020-12-23 09:23:13'),
(3023,5171,'action created','2020-12-23 14:23:13','2020-12-23 09:23:13'),
(3024,5171,'action started via WP Cron','2020-12-23 14:26:25','2020-12-23 09:26:25'),
(3025,5171,'action complete via WP Cron','2020-12-23 14:26:25','2020-12-23 09:26:25'),
(3026,5172,'action created','2020-12-23 14:26:25','2020-12-23 09:26:25'),
(3027,5172,'action started via WP Cron','2020-12-23 14:27:49','2020-12-23 09:27:49'),
(3028,5172,'action complete via WP Cron','2020-12-23 14:27:49','2020-12-23 09:27:49'),
(3029,5173,'action created','2020-12-23 14:27:49','2020-12-23 09:27:49'),
(3030,5173,'action started via WP Cron','2020-12-23 14:29:42','2020-12-23 09:29:42'),
(3031,5173,'action complete via WP Cron','2020-12-23 14:29:42','2020-12-23 09:29:42'),
(3032,5174,'action created','2020-12-23 14:29:42','2020-12-23 09:29:42'),
(3033,5174,'action started via WP Cron','2020-12-23 14:30:26','2020-12-23 09:30:26'),
(3034,5174,'action complete via WP Cron','2020-12-23 14:30:26','2020-12-23 09:30:26'),
(3035,5175,'action created','2020-12-23 14:30:26','2020-12-23 09:30:26'),
(3036,5175,'action started via WP Cron','2020-12-23 14:33:20','2020-12-23 09:33:20'),
(3037,5175,'action complete via WP Cron','2020-12-23 14:33:20','2020-12-23 09:33:20'),
(3038,5176,'action created','2020-12-23 14:33:20','2020-12-23 09:33:20'),
(3039,5176,'action started via WP Cron','2020-12-23 14:34:19','2020-12-23 09:34:19'),
(3040,5176,'action complete via WP Cron','2020-12-23 14:34:19','2020-12-23 09:34:19'),
(3041,5177,'action created','2020-12-23 14:34:19','2020-12-23 09:34:19'),
(3042,5177,'action started via WP Cron','2020-12-23 14:35:45','2020-12-23 09:35:45'),
(3043,5177,'action complete via WP Cron','2020-12-23 14:35:45','2020-12-23 09:35:45'),
(3044,5178,'action created','2020-12-23 14:35:46','2020-12-23 09:35:46'),
(3045,5178,'action started via WP Cron','2020-12-23 14:36:24','2020-12-23 09:36:24'),
(3046,5178,'action complete via WP Cron','2020-12-23 14:36:24','2020-12-23 09:36:24'),
(3047,5179,'action created','2020-12-23 14:36:24','2020-12-23 09:36:24'),
(3048,5179,'action started via WP Cron','2020-12-23 14:38:25','2020-12-23 09:38:25'),
(3049,5179,'action complete via WP Cron','2020-12-23 14:38:25','2020-12-23 09:38:25'),
(3050,5180,'action created','2020-12-23 14:38:25','2020-12-23 09:38:25'),
(3051,5180,'action started via WP Cron','2020-12-23 14:40:58','2020-12-23 09:40:58'),
(3052,5180,'action complete via WP Cron','2020-12-23 14:40:58','2020-12-23 09:40:58'),
(3053,5181,'action created','2020-12-23 14:40:58','2020-12-23 09:40:58'),
(3054,5181,'action started via WP Cron','2020-12-23 14:43:11','2020-12-23 09:43:11'),
(3055,5181,'action complete via WP Cron','2020-12-23 14:43:11','2020-12-23 09:43:11'),
(3056,5182,'action created','2020-12-23 14:43:11','2020-12-23 09:43:11'),
(3057,5182,'action started via WP Cron','2020-12-23 14:44:55','2020-12-23 09:44:55'),
(3058,5182,'action complete via WP Cron','2020-12-23 14:44:55','2020-12-23 09:44:55'),
(3059,5183,'action created','2020-12-23 14:44:55','2020-12-23 09:44:55'),
(3060,5183,'action started via WP Cron','2020-12-23 14:46:24','2020-12-23 09:46:24'),
(3061,5183,'action complete via WP Cron','2020-12-23 14:46:24','2020-12-23 09:46:24'),
(3062,5184,'action created','2020-12-23 14:46:24','2020-12-23 09:46:24'),
(3063,5184,'action started via WP Cron','2020-12-23 14:47:51','2020-12-23 09:47:51'),
(3064,5184,'action complete via WP Cron','2020-12-23 14:47:51','2020-12-23 09:47:51'),
(3065,5185,'action created','2020-12-23 14:47:51','2020-12-23 09:47:51'),
(3066,5185,'action started via WP Cron','2020-12-23 14:52:00','2020-12-23 09:52:00'),
(3067,5185,'action complete via WP Cron','2020-12-23 14:52:00','2020-12-23 09:52:00'),
(3068,5186,'action created','2020-12-23 14:52:00','2020-12-23 09:52:00'),
(3069,5186,'action started via WP Cron','2020-12-23 14:52:53','2020-12-23 09:52:53'),
(3070,5186,'action complete via WP Cron','2020-12-23 14:52:53','2020-12-23 09:52:53'),
(3071,5187,'action created','2020-12-23 14:52:53','2020-12-23 09:52:53'),
(3072,5187,'action started via WP Cron','2020-12-23 14:54:11','2020-12-23 09:54:11'),
(3073,5187,'action complete via WP Cron','2020-12-23 14:54:11','2020-12-23 09:54:11'),
(3074,5188,'action created','2020-12-23 14:54:11','2020-12-23 09:54:11'),
(3075,5188,'action started via WP Cron','2020-12-23 14:55:56','2020-12-23 09:55:56'),
(3076,5188,'action complete via WP Cron','2020-12-23 14:55:56','2020-12-23 09:55:56'),
(3077,5189,'action created','2020-12-23 14:55:57','2020-12-23 09:55:57'),
(3078,5189,'action started via WP Cron','2020-12-23 14:58:04','2020-12-23 09:58:04'),
(3079,5189,'action complete via WP Cron','2020-12-23 14:58:04','2020-12-23 09:58:04'),
(3080,5190,'action created','2020-12-23 14:58:04','2020-12-23 09:58:04'),
(3081,5190,'action started via WP Cron','2020-12-23 14:59:11','2020-12-23 09:59:11'),
(3082,5190,'action complete via WP Cron','2020-12-23 14:59:11','2020-12-23 09:59:11'),
(3083,5191,'action created','2020-12-23 14:59:11','2020-12-23 09:59:11'),
(3084,5191,'action started via WP Cron','2020-12-23 15:00:14','2020-12-23 10:00:14'),
(3085,5191,'action complete via WP Cron','2020-12-23 15:00:14','2020-12-23 10:00:14'),
(3086,5192,'action created','2020-12-23 15:00:14','2020-12-23 10:00:14'),
(3087,5192,'action started via WP Cron','2020-12-23 15:01:30','2020-12-23 10:01:30'),
(3088,5192,'action complete via WP Cron','2020-12-23 15:01:30','2020-12-23 10:01:30'),
(3089,5193,'action created','2020-12-23 15:01:30','2020-12-23 10:01:30'),
(3090,5193,'action started via WP Cron','2020-12-23 15:03:05','2020-12-23 10:03:05'),
(3091,5193,'action complete via WP Cron','2020-12-23 15:03:05','2020-12-23 10:03:05'),
(3092,5194,'action created','2020-12-23 15:03:05','2020-12-23 10:03:05'),
(3093,5194,'action started via WP Cron','2020-12-23 15:04:03','2020-12-23 10:04:03'),
(3094,5194,'action complete via WP Cron','2020-12-23 15:04:03','2020-12-23 10:04:03'),
(3095,5195,'action created','2020-12-23 15:04:03','2020-12-23 10:04:03'),
(3096,5195,'action started via WP Cron','2020-12-23 15:04:21','2020-12-23 10:04:21'),
(3097,5195,'action complete via WP Cron','2020-12-23 15:04:21','2020-12-23 10:04:21'),
(3098,5196,'action created','2020-12-23 15:04:21','2020-12-23 10:04:21'),
(3099,5196,'action started via WP Cron','2020-12-23 15:05:21','2020-12-23 10:05:21'),
(3100,5196,'action complete via WP Cron','2020-12-23 15:05:21','2020-12-23 10:05:21'),
(3101,5197,'action created','2020-12-23 15:05:21','2020-12-23 10:05:21'),
(3102,5197,'action started via WP Cron','2020-12-23 15:08:37','2020-12-23 10:08:37'),
(3103,5197,'action complete via WP Cron','2020-12-23 15:08:37','2020-12-23 10:08:37'),
(3104,5198,'action created','2020-12-23 15:08:37','2020-12-23 10:08:37'),
(3105,5198,'action started via WP Cron','2020-12-23 15:11:22','2020-12-23 10:11:22'),
(3106,5198,'action complete via WP Cron','2020-12-23 15:11:22','2020-12-23 10:11:22'),
(3107,5199,'action created','2020-12-23 15:11:22','2020-12-23 10:11:22'),
(3108,5199,'action started via WP Cron','2020-12-23 15:12:17','2020-12-23 10:12:17'),
(3109,5199,'action complete via WP Cron','2020-12-23 15:12:17','2020-12-23 10:12:17'),
(3110,5200,'action created','2020-12-23 15:12:17','2020-12-23 10:12:17'),
(3111,5200,'action started via WP Cron','2020-12-23 15:13:58','2020-12-23 10:13:58'),
(3112,5200,'action complete via WP Cron','2020-12-23 15:13:58','2020-12-23 10:13:58'),
(3113,5201,'action created','2020-12-23 15:13:58','2020-12-23 10:13:58'),
(3114,5201,'action started via WP Cron','2020-12-23 15:14:24','2020-12-23 10:14:24'),
(3115,5201,'action complete via WP Cron','2020-12-23 15:14:24','2020-12-23 10:14:24'),
(3116,5202,'action created','2020-12-23 15:14:24','2020-12-23 10:14:24'),
(3117,5202,'action started via WP Cron','2020-12-23 15:15:31','2020-12-23 10:15:31'),
(3118,5202,'action complete via WP Cron','2020-12-23 15:15:31','2020-12-23 10:15:31'),
(3119,5203,'action created','2020-12-23 15:15:31','2020-12-23 10:15:31'),
(3120,5203,'action started via WP Cron','2020-12-23 15:18:22','2020-12-23 10:18:22'),
(3121,5203,'action complete via WP Cron','2020-12-23 15:18:22','2020-12-23 10:18:22'),
(3122,5204,'action created','2020-12-23 15:18:22','2020-12-23 10:18:22'),
(3123,5204,'action started via WP Cron','2020-12-23 15:20:04','2020-12-23 10:20:04'),
(3124,5204,'action complete via WP Cron','2020-12-23 15:20:04','2020-12-23 10:20:04'),
(3125,5205,'action created','2020-12-23 15:20:04','2020-12-23 10:20:04'),
(3126,5205,'action started via WP Cron','2020-12-23 15:21:23','2020-12-23 10:21:23'),
(3127,5205,'action complete via WP Cron','2020-12-23 15:21:23','2020-12-23 10:21:23'),
(3128,5206,'action created','2020-12-23 15:21:23','2020-12-23 10:21:23'),
(3129,5206,'action started via WP Cron','2020-12-23 15:22:53','2020-12-23 10:22:53'),
(3130,5206,'action complete via WP Cron','2020-12-23 15:22:53','2020-12-23 10:22:53'),
(3131,5207,'action created','2020-12-23 15:22:54','2020-12-23 10:22:54'),
(3132,5207,'action started via WP Cron','2020-12-23 15:24:40','2020-12-23 10:24:40'),
(3133,5207,'action complete via WP Cron','2020-12-23 15:24:40','2020-12-23 10:24:40'),
(3134,5208,'action created','2020-12-23 15:24:40','2020-12-23 10:24:40'),
(3135,5208,'action started via WP Cron','2020-12-23 15:27:59','2020-12-23 10:27:59'),
(3136,5208,'action complete via WP Cron','2020-12-23 15:27:59','2020-12-23 10:27:59'),
(3137,5209,'action created','2020-12-23 15:27:59','2020-12-23 10:27:59'),
(3138,5209,'action started via WP Cron','2020-12-23 15:30:40','2020-12-23 10:30:40'),
(3139,5209,'action complete via WP Cron','2020-12-23 15:30:40','2020-12-23 10:30:40'),
(3140,5210,'action created','2020-12-23 15:30:40','2020-12-23 10:30:40'),
(3141,5210,'action started via WP Cron','2020-12-23 15:31:51','2020-12-23 10:31:51'),
(3142,5210,'action complete via WP Cron','2020-12-23 15:31:51','2020-12-23 10:31:51'),
(3143,5211,'action created','2020-12-23 15:31:51','2020-12-23 10:31:51'),
(3144,5211,'action started via WP Cron','2020-12-23 15:32:20','2020-12-23 10:32:20'),
(3145,5211,'action complete via WP Cron','2020-12-23 15:32:20','2020-12-23 10:32:20'),
(3146,5212,'action created','2020-12-23 15:32:20','2020-12-23 10:32:20'),
(3147,5212,'action started via WP Cron','2020-12-23 15:33:52','2020-12-23 10:33:52'),
(3148,5212,'action complete via WP Cron','2020-12-23 15:33:53','2020-12-23 10:33:53'),
(3149,5213,'action created','2020-12-23 15:33:53','2020-12-23 10:33:53'),
(3150,5213,'action started via WP Cron','2020-12-23 15:34:44','2020-12-23 10:34:44'),
(3151,5213,'action complete via WP Cron','2020-12-23 15:34:44','2020-12-23 10:34:44'),
(3152,5214,'action created','2020-12-23 15:34:44','2020-12-23 10:34:44'),
(3153,5214,'action started via WP Cron','2020-12-23 15:36:46','2020-12-23 10:36:46'),
(3154,5214,'action complete via WP Cron','2020-12-23 15:36:46','2020-12-23 10:36:46'),
(3155,5215,'action created','2020-12-23 15:36:46','2020-12-23 10:36:46'),
(3156,5215,'action started via WP Cron','2020-12-23 15:41:19','2020-12-23 10:41:19'),
(3157,5215,'action complete via WP Cron','2020-12-23 15:41:19','2020-12-23 10:41:19'),
(3158,5216,'action created','2020-12-23 15:41:19','2020-12-23 10:41:19'),
(3159,5216,'action started via WP Cron','2020-12-23 15:44:50','2020-12-23 10:44:50'),
(3160,5216,'action complete via WP Cron','2020-12-23 15:44:50','2020-12-23 10:44:50'),
(3161,5217,'action created','2020-12-23 15:44:50','2020-12-23 10:44:50'),
(3162,5217,'action started via WP Cron','2020-12-23 15:47:29','2020-12-23 10:47:29'),
(3163,5217,'action complete via WP Cron','2020-12-23 15:47:29','2020-12-23 10:47:29'),
(3164,5218,'action created','2020-12-23 15:47:29','2020-12-23 10:47:29'),
(3165,5218,'action started via WP Cron','2020-12-23 15:53:05','2020-12-23 10:53:05'),
(3166,5218,'action complete via WP Cron','2020-12-23 15:53:05','2020-12-23 10:53:05'),
(3167,5219,'action created','2020-12-23 15:53:05','2020-12-23 10:53:05'),
(3168,5219,'action started via WP Cron','2020-12-23 15:55:08','2020-12-23 10:55:08'),
(3169,5219,'action complete via WP Cron','2020-12-23 15:55:08','2020-12-23 10:55:08'),
(3170,5220,'action created','2020-12-23 15:55:08','2020-12-23 10:55:08'),
(3171,5220,'action started via WP Cron','2020-12-23 15:57:01','2020-12-23 10:57:01'),
(3172,5220,'action complete via WP Cron','2020-12-23 15:57:01','2020-12-23 10:57:01'),
(3173,5221,'action created','2020-12-23 15:57:01','2020-12-23 10:57:01'),
(3174,5221,'action started via WP Cron','2020-12-23 15:57:16','2020-12-23 10:57:16'),
(3175,5221,'action complete via WP Cron','2020-12-23 15:57:16','2020-12-23 10:57:16'),
(3176,5222,'action created','2020-12-23 15:57:16','2020-12-23 10:57:16'),
(3177,5222,'action started via WP Cron','2020-12-23 15:59:15','2020-12-23 10:59:15'),
(3178,5222,'action complete via WP Cron','2020-12-23 15:59:15','2020-12-23 10:59:15'),
(3179,5223,'action created','2020-12-23 15:59:15','2020-12-23 10:59:15'),
(3180,5223,'action started via WP Cron','2020-12-23 16:00:20','2020-12-23 11:00:20'),
(3181,5223,'action complete via WP Cron','2020-12-23 16:00:20','2020-12-23 11:00:20'),
(3182,5224,'action created','2020-12-23 16:00:20','2020-12-23 11:00:20'),
(3183,5224,'action started via WP Cron','2020-12-23 16:01:24','2020-12-23 11:01:24'),
(3184,5224,'action complete via WP Cron','2020-12-23 16:01:24','2020-12-23 11:01:24'),
(3185,5225,'action created','2020-12-23 16:01:24','2020-12-23 11:01:24'),
(3186,5225,'action started via WP Cron','2020-12-23 16:04:12','2020-12-23 11:04:12'),
(3187,5225,'action complete via WP Cron','2020-12-23 16:04:12','2020-12-23 11:04:12'),
(3188,5226,'action created','2020-12-23 16:04:12','2020-12-23 11:04:12'),
(3189,5226,'action started via WP Cron','2020-12-23 16:05:25','2020-12-23 11:05:25'),
(3190,5226,'action complete via WP Cron','2020-12-23 16:05:25','2020-12-23 11:05:25'),
(3191,5227,'action created','2020-12-23 16:05:25','2020-12-23 11:05:25'),
(3192,5227,'action started via WP Cron','2020-12-23 16:08:04','2020-12-23 11:08:04'),
(3193,5227,'action complete via WP Cron','2020-12-23 16:08:04','2020-12-23 11:08:04'),
(3194,5228,'action created','2020-12-23 16:08:04','2020-12-23 11:08:04'),
(3195,5228,'action started via WP Cron','2020-12-23 16:08:46','2020-12-23 11:08:46'),
(3196,5228,'action complete via WP Cron','2020-12-23 16:08:46','2020-12-23 11:08:46'),
(3197,5229,'action created','2020-12-23 16:08:46','2020-12-23 11:08:46'),
(3198,5229,'action started via WP Cron','2020-12-23 16:09:14','2020-12-23 11:09:14'),
(3199,5229,'action complete via WP Cron','2020-12-23 16:09:14','2020-12-23 11:09:14'),
(3200,5230,'action created','2020-12-23 16:09:14','2020-12-23 11:09:14'),
(3201,5230,'action started via WP Cron','2020-12-23 16:10:15','2020-12-23 11:10:15'),
(3202,5230,'action complete via WP Cron','2020-12-23 16:10:15','2020-12-23 11:10:15'),
(3203,5231,'action created','2020-12-23 16:10:15','2020-12-23 11:10:15'),
(3204,5231,'action started via WP Cron','2020-12-23 16:11:15','2020-12-23 11:11:15'),
(3205,5231,'action complete via WP Cron','2020-12-23 16:11:15','2020-12-23 11:11:15'),
(3206,5232,'action created','2020-12-23 16:11:15','2020-12-23 11:11:15'),
(3207,5232,'action started via WP Cron','2020-12-23 16:12:28','2020-12-23 11:12:28'),
(3208,5232,'action complete via WP Cron','2020-12-23 16:12:28','2020-12-23 11:12:28'),
(3209,5233,'action created','2020-12-23 16:12:28','2020-12-23 11:12:28'),
(3210,5233,'action started via WP Cron','2020-12-23 16:13:43','2020-12-23 11:13:43'),
(3211,5233,'action complete via WP Cron','2020-12-23 16:13:43','2020-12-23 11:13:43'),
(3212,5234,'action created','2020-12-23 16:13:43','2020-12-23 11:13:43'),
(3213,5234,'action started via WP Cron','2020-12-23 16:15:05','2020-12-23 11:15:05'),
(3214,5234,'action complete via WP Cron','2020-12-23 16:15:05','2020-12-23 11:15:05'),
(3215,5235,'action created','2020-12-23 16:15:05','2020-12-23 11:15:05'),
(3216,5235,'action started via WP Cron','2020-12-23 16:15:37','2020-12-23 11:15:37'),
(3217,5235,'action complete via WP Cron','2020-12-23 16:15:37','2020-12-23 11:15:37'),
(3218,5236,'action created','2020-12-23 16:15:37','2020-12-23 11:15:37'),
(3219,5236,'action started via WP Cron','2020-12-23 16:17:05','2020-12-23 11:17:05'),
(3220,5236,'action complete via WP Cron','2020-12-23 16:17:05','2020-12-23 11:17:05'),
(3221,5237,'action created','2020-12-23 16:17:06','2020-12-23 11:17:06'),
(3222,5237,'action started via WP Cron','2020-12-23 16:17:59','2020-12-23 11:17:59'),
(3223,5237,'action complete via WP Cron','2020-12-23 16:17:59','2020-12-23 11:17:59'),
(3224,5238,'action created','2020-12-23 16:17:59','2020-12-23 11:17:59'),
(3225,5238,'action started via WP Cron','2020-12-23 16:19:16','2020-12-23 11:19:16'),
(3226,5238,'action complete via WP Cron','2020-12-23 16:19:16','2020-12-23 11:19:16'),
(3227,5239,'action created','2020-12-23 16:19:16','2020-12-23 11:19:16'),
(3228,5239,'action started via WP Cron','2020-12-23 16:20:12','2020-12-23 11:20:12'),
(3229,5239,'action complete via WP Cron','2020-12-23 16:20:12','2020-12-23 11:20:12'),
(3230,5240,'action created','2020-12-23 16:20:12','2020-12-23 11:20:12'),
(3231,5240,'action started via WP Cron','2020-12-23 16:21:14','2020-12-23 11:21:14'),
(3232,5240,'action complete via WP Cron','2020-12-23 16:21:14','2020-12-23 11:21:14'),
(3233,5241,'action created','2020-12-23 16:21:14','2020-12-23 11:21:14'),
(3234,5241,'action started via WP Cron','2020-12-23 16:22:45','2020-12-23 11:22:45'),
(3235,5241,'action complete via WP Cron','2020-12-23 16:22:45','2020-12-23 11:22:45'),
(3236,5242,'action created','2020-12-23 16:22:45','2020-12-23 11:22:45'),
(3237,5242,'action started via WP Cron','2020-12-23 16:25:34','2020-12-23 11:25:34'),
(3238,5242,'action complete via WP Cron','2020-12-23 16:25:34','2020-12-23 11:25:34'),
(3239,5243,'action created','2020-12-23 16:25:34','2020-12-23 11:25:34'),
(3240,5243,'action started via WP Cron','2020-12-23 16:27:51','2020-12-23 11:27:51'),
(3241,5243,'action complete via WP Cron','2020-12-23 16:27:51','2020-12-23 11:27:51'),
(3242,5244,'action created','2020-12-23 16:27:51','2020-12-23 11:27:51'),
(3243,5244,'action started via WP Cron','2020-12-23 16:28:27','2020-12-23 11:28:27'),
(3244,5244,'action complete via WP Cron','2020-12-23 16:28:27','2020-12-23 11:28:27'),
(3245,5245,'action created','2020-12-23 16:28:27','2020-12-23 11:28:27'),
(3246,5245,'action started via WP Cron','2020-12-23 16:30:35','2020-12-23 11:30:35'),
(3247,5245,'action complete via WP Cron','2020-12-23 16:30:35','2020-12-23 11:30:35'),
(3248,5246,'action created','2020-12-23 16:30:35','2020-12-23 11:30:35'),
(3249,5246,'action started via WP Cron','2020-12-23 16:33:19','2020-12-23 11:33:19'),
(3250,5246,'action complete via WP Cron','2020-12-23 16:33:19','2020-12-23 11:33:19'),
(3251,5247,'action created','2020-12-23 16:33:19','2020-12-23 11:33:19'),
(3252,5247,'action started via WP Cron','2020-12-23 16:34:26','2020-12-23 11:34:26'),
(3253,5247,'action complete via WP Cron','2020-12-23 16:34:26','2020-12-23 11:34:26'),
(3254,5248,'action created','2020-12-23 16:34:27','2020-12-23 11:34:27'),
(3255,5248,'action started via WP Cron','2020-12-23 16:35:53','2020-12-23 11:35:53'),
(3256,5248,'action complete via WP Cron','2020-12-23 16:35:53','2020-12-23 11:35:53'),
(3257,5249,'action created','2020-12-23 16:35:53','2020-12-23 11:35:53'),
(3258,5249,'action started via WP Cron','2020-12-23 16:37:11','2020-12-23 11:37:11'),
(3259,5249,'action complete via WP Cron','2020-12-23 16:37:11','2020-12-23 11:37:11'),
(3260,5250,'action created','2020-12-23 16:37:11','2020-12-23 11:37:11'),
(3261,5250,'action started via WP Cron','2020-12-23 16:38:44','2020-12-23 11:38:44'),
(3262,5250,'action complete via WP Cron','2020-12-23 16:38:44','2020-12-23 11:38:44'),
(3263,5251,'action created','2020-12-23 16:38:44','2020-12-23 11:38:44'),
(3264,5251,'action started via WP Cron','2020-12-23 16:39:20','2020-12-23 11:39:20'),
(3265,5251,'action complete via WP Cron','2020-12-23 16:39:20','2020-12-23 11:39:20'),
(3266,5252,'action created','2020-12-23 16:39:20','2020-12-23 11:39:20'),
(3267,5252,'action started via WP Cron','2020-12-23 16:40:21','2020-12-23 11:40:21'),
(3268,5252,'action complete via WP Cron','2020-12-23 16:40:21','2020-12-23 11:40:21'),
(3269,5253,'action created','2020-12-23 16:40:21','2020-12-23 11:40:21'),
(3270,5253,'action started via WP Cron','2020-12-23 16:41:28','2020-12-23 11:41:28'),
(3271,5253,'action complete via WP Cron','2020-12-23 16:41:28','2020-12-23 11:41:28'),
(3272,5254,'action created','2020-12-23 16:41:28','2020-12-23 11:41:28'),
(3273,5254,'action started via WP Cron','2020-12-23 16:44:36','2020-12-23 11:44:36'),
(3274,5254,'action complete via WP Cron','2020-12-23 16:44:36','2020-12-23 11:44:36'),
(3275,5255,'action created','2020-12-23 16:44:36','2020-12-23 11:44:36'),
(3276,5255,'action started via WP Cron','2020-12-23 16:45:22','2020-12-23 11:45:22'),
(3277,5255,'action complete via WP Cron','2020-12-23 16:45:22','2020-12-23 11:45:22'),
(3278,5256,'action created','2020-12-23 16:45:22','2020-12-23 11:45:22'),
(3279,5256,'action started via WP Cron','2020-12-23 16:46:18','2020-12-23 11:46:18'),
(3280,5256,'action complete via WP Cron','2020-12-23 16:46:18','2020-12-23 11:46:18'),
(3281,5257,'action created','2020-12-23 16:46:18','2020-12-23 11:46:18'),
(3282,5257,'action started via WP Cron','2020-12-23 16:50:20','2020-12-23 11:50:20'),
(3283,5257,'action complete via WP Cron','2020-12-23 16:50:20','2020-12-23 11:50:20'),
(3284,5258,'action created','2020-12-23 16:50:20','2020-12-23 11:50:20'),
(3285,5258,'action started via WP Cron','2020-12-23 16:51:31','2020-12-23 11:51:31'),
(3286,5258,'action complete via WP Cron','2020-12-23 16:51:31','2020-12-23 11:51:31'),
(3287,5259,'action created','2020-12-23 16:51:31','2020-12-23 11:51:31'),
(3288,5259,'action started via WP Cron','2020-12-23 16:52:15','2020-12-23 11:52:15'),
(3289,5259,'action complete via WP Cron','2020-12-23 16:52:15','2020-12-23 11:52:15'),
(3290,5260,'action created','2020-12-23 16:52:15','2020-12-23 11:52:15'),
(3291,5260,'action started via WP Cron','2020-12-23 16:56:11','2020-12-23 11:56:11'),
(3292,5260,'action complete via WP Cron','2020-12-23 16:56:11','2020-12-23 11:56:11'),
(3293,5261,'action created','2020-12-23 16:56:11','2020-12-23 11:56:11'),
(3294,5261,'action started via WP Cron','2020-12-23 17:00:36','2020-12-23 12:00:36'),
(3295,5261,'action complete via WP Cron','2020-12-23 17:00:36','2020-12-23 12:00:36'),
(3296,5262,'action created','2020-12-23 17:00:36','2020-12-23 12:00:36'),
(3297,5262,'action started via WP Cron','2020-12-23 17:01:28','2020-12-23 12:01:28'),
(3298,5262,'action complete via WP Cron','2020-12-23 17:01:28','2020-12-23 12:01:28'),
(3299,5263,'action created','2020-12-23 17:01:28','2020-12-23 12:01:28'),
(3300,5263,'action started via WP Cron','2020-12-23 17:03:02','2020-12-23 12:03:02'),
(3301,5263,'action complete via WP Cron','2020-12-23 17:03:02','2020-12-23 12:03:02'),
(3302,5264,'action created','2020-12-23 17:03:02','2020-12-23 12:03:02'),
(3303,5264,'action started via WP Cron','2020-12-23 17:03:49','2020-12-23 12:03:49'),
(3304,5264,'action complete via WP Cron','2020-12-23 17:03:49','2020-12-23 12:03:49'),
(3305,5265,'action created','2020-12-23 17:03:49','2020-12-23 12:03:49'),
(3306,5265,'action started via WP Cron','2020-12-23 17:04:30','2020-12-23 12:04:30'),
(3307,5265,'action complete via WP Cron','2020-12-23 17:04:30','2020-12-23 12:04:30'),
(3308,5266,'action created','2020-12-23 17:04:30','2020-12-23 12:04:30'),
(3309,5266,'action started via WP Cron','2020-12-23 17:05:59','2020-12-23 12:05:59'),
(3310,5266,'action complete via WP Cron','2020-12-23 17:05:59','2020-12-23 12:05:59'),
(3311,5267,'action created','2020-12-23 17:06:00','2020-12-23 12:06:00'),
(3312,5267,'action started via WP Cron','2020-12-23 17:06:45','2020-12-23 12:06:45'),
(3313,5267,'action complete via WP Cron','2020-12-23 17:06:45','2020-12-23 12:06:45'),
(3314,5268,'action created','2020-12-23 17:06:45','2020-12-23 12:06:45'),
(3315,5268,'action started via WP Cron','2020-12-23 17:07:52','2020-12-23 12:07:52'),
(3316,5268,'action complete via WP Cron','2020-12-23 17:07:53','2020-12-23 12:07:53'),
(3317,5269,'action created','2020-12-23 17:07:53','2020-12-23 12:07:53'),
(3318,5269,'action started via WP Cron','2020-12-23 17:10:00','2020-12-23 12:10:00'),
(3319,5269,'action complete via WP Cron','2020-12-23 17:10:00','2020-12-23 12:10:00'),
(3320,5270,'action created','2020-12-23 17:10:00','2020-12-23 12:10:00'),
(3321,5270,'action started via WP Cron','2020-12-23 17:10:19','2020-12-23 12:10:19'),
(3322,5270,'action complete via WP Cron','2020-12-23 17:10:19','2020-12-23 12:10:19'),
(3323,5271,'action created','2020-12-23 17:10:19','2020-12-23 12:10:19'),
(3324,5271,'action started via WP Cron','2020-12-23 17:15:16','2020-12-23 12:15:16'),
(3325,5271,'action complete via WP Cron','2020-12-23 17:15:16','2020-12-23 12:15:16'),
(3326,5272,'action created','2020-12-23 17:15:16','2020-12-23 12:15:16'),
(3327,5272,'action started via WP Cron','2020-12-23 17:16:45','2020-12-23 12:16:45'),
(3328,5272,'action complete via WP Cron','2020-12-23 17:16:46','2020-12-23 12:16:46'),
(3329,5273,'action created','2020-12-23 17:16:46','2020-12-23 12:16:46'),
(3330,5273,'action started via WP Cron','2020-12-23 17:18:10','2020-12-23 12:18:10'),
(3331,5273,'action complete via WP Cron','2020-12-23 17:18:10','2020-12-23 12:18:10'),
(3332,5274,'action created','2020-12-23 17:18:10','2020-12-23 12:18:10'),
(3333,5274,'action started via WP Cron','2020-12-23 17:22:44','2020-12-23 12:22:44'),
(3334,5274,'action complete via WP Cron','2020-12-23 17:22:44','2020-12-23 12:22:44'),
(3335,5275,'action created','2020-12-23 17:22:44','2020-12-23 12:22:44'),
(3336,5275,'action started via WP Cron','2020-12-23 17:23:12','2020-12-23 12:23:12'),
(3337,5275,'action complete via WP Cron','2020-12-23 17:23:12','2020-12-23 12:23:12'),
(3338,5276,'action created','2020-12-23 17:23:12','2020-12-23 12:23:12'),
(3339,5276,'action started via WP Cron','2020-12-23 17:24:32','2020-12-23 12:24:32'),
(3340,5276,'action complete via WP Cron','2020-12-23 17:24:32','2020-12-23 12:24:32'),
(3341,5277,'action created','2020-12-23 17:24:32','2020-12-23 12:24:32'),
(3342,5277,'action started via WP Cron','2020-12-23 17:26:57','2020-12-23 12:26:57'),
(3343,5277,'action complete via WP Cron','2020-12-23 17:26:57','2020-12-23 12:26:57'),
(3344,5278,'action created','2020-12-23 17:26:57','2020-12-23 12:26:57'),
(3345,5278,'action started via WP Cron','2020-12-23 17:27:21','2020-12-23 12:27:21'),
(3346,5278,'action complete via WP Cron','2020-12-23 17:27:21','2020-12-23 12:27:21'),
(3347,5279,'action created','2020-12-23 17:27:21','2020-12-23 12:27:21'),
(3348,5279,'action started via WP Cron','2020-12-23 17:31:38','2020-12-23 12:31:38'),
(3349,5279,'action complete via WP Cron','2020-12-23 17:31:38','2020-12-23 12:31:38'),
(3350,5280,'action created','2020-12-23 17:31:38','2020-12-23 12:31:38'),
(3351,5280,'action started via WP Cron','2020-12-23 17:32:29','2020-12-23 12:32:29'),
(3352,5280,'action complete via WP Cron','2020-12-23 17:32:29','2020-12-23 12:32:29'),
(3353,5281,'action created','2020-12-23 17:32:29','2020-12-23 12:32:29'),
(3354,5281,'action started via WP Cron','2020-12-23 17:33:58','2020-12-23 12:33:58'),
(3355,5281,'action complete via WP Cron','2020-12-23 17:33:58','2020-12-23 12:33:58'),
(3356,5282,'action created','2020-12-23 17:33:58','2020-12-23 12:33:58'),
(3357,5282,'action started via WP Cron','2020-12-23 17:37:42','2020-12-23 12:37:42'),
(3358,5282,'action complete via WP Cron','2020-12-23 17:37:42','2020-12-23 12:37:42'),
(3359,5283,'action created','2020-12-23 17:37:42','2020-12-23 12:37:42'),
(3360,5283,'action started via WP Cron','2020-12-23 17:39:34','2020-12-23 12:39:34'),
(3361,5283,'action complete via WP Cron','2020-12-23 17:39:34','2020-12-23 12:39:34'),
(3362,5284,'action created','2020-12-23 17:39:34','2020-12-23 12:39:34'),
(3363,5284,'action started via WP Cron','2020-12-23 17:40:14','2020-12-23 12:40:14'),
(3364,5284,'action complete via WP Cron','2020-12-23 17:40:14','2020-12-23 12:40:14'),
(3365,5285,'action created','2020-12-23 17:40:14','2020-12-23 12:40:14'),
(3366,5285,'action started via WP Cron','2020-12-23 17:41:56','2020-12-23 12:41:56'),
(3367,5285,'action complete via WP Cron','2020-12-23 17:41:56','2020-12-23 12:41:56'),
(3368,5286,'action created','2020-12-23 17:41:56','2020-12-23 12:41:56'),
(3369,5286,'action started via WP Cron','2020-12-23 17:42:48','2020-12-23 12:42:48'),
(3370,5286,'action complete via WP Cron','2020-12-23 17:42:48','2020-12-23 12:42:48'),
(3371,5287,'action created','2020-12-23 17:42:48','2020-12-23 12:42:48'),
(3372,5287,'action started via WP Cron','2020-12-23 17:43:39','2020-12-23 12:43:39'),
(3373,5287,'action complete via WP Cron','2020-12-23 17:43:39','2020-12-23 12:43:39'),
(3374,5288,'action created','2020-12-23 17:43:39','2020-12-23 12:43:39'),
(3375,5288,'action started via WP Cron','2020-12-23 17:45:33','2020-12-23 12:45:33'),
(3376,5288,'action complete via WP Cron','2020-12-23 17:45:33','2020-12-23 12:45:33'),
(3377,5289,'action created','2020-12-23 17:45:33','2020-12-23 12:45:33'),
(3378,5289,'action started via WP Cron','2020-12-23 17:46:20','2020-12-23 12:46:20'),
(3379,5289,'action complete via WP Cron','2020-12-23 17:46:20','2020-12-23 12:46:20'),
(3380,5290,'action created','2020-12-23 17:46:20','2020-12-23 12:46:20'),
(3381,5290,'action started via WP Cron','2020-12-23 17:47:14','2020-12-23 12:47:14'),
(3382,5290,'action complete via WP Cron','2020-12-23 17:47:14','2020-12-23 12:47:14'),
(3383,5291,'action created','2020-12-23 17:47:14','2020-12-23 12:47:14'),
(3384,5291,'action started via WP Cron','2020-12-23 17:49:27','2020-12-23 12:49:27'),
(3385,5291,'action complete via WP Cron','2020-12-23 17:49:27','2020-12-23 12:49:27'),
(3386,5292,'action created','2020-12-23 17:49:27','2020-12-23 12:49:27'),
(3387,5292,'action started via WP Cron','2020-12-23 17:50:14','2020-12-23 12:50:14'),
(3388,5292,'action complete via WP Cron','2020-12-23 17:50:15','2020-12-23 12:50:15'),
(3389,5293,'action created','2020-12-23 17:50:15','2020-12-23 12:50:15'),
(3390,5293,'action started via WP Cron','2020-12-23 17:51:30','2020-12-23 12:51:30'),
(3391,5293,'action complete via WP Cron','2020-12-23 17:51:30','2020-12-23 12:51:30'),
(3392,5294,'action created','2020-12-23 17:51:30','2020-12-23 12:51:30'),
(3393,5294,'action started via WP Cron','2020-12-23 17:52:31','2020-12-23 12:52:31'),
(3394,5294,'action complete via WP Cron','2020-12-23 17:52:31','2020-12-23 12:52:31'),
(3395,5295,'action created','2020-12-23 17:52:31','2020-12-23 12:52:31'),
(3396,5295,'action started via WP Cron','2020-12-23 17:55:18','2020-12-23 12:55:18'),
(3397,5295,'action complete via WP Cron','2020-12-23 17:55:18','2020-12-23 12:55:18'),
(3398,5296,'action created','2020-12-23 17:55:18','2020-12-23 12:55:18'),
(3399,5296,'action started via WP Cron','2020-12-23 17:57:02','2020-12-23 12:57:02'),
(3400,5296,'action complete via WP Cron','2020-12-23 17:57:02','2020-12-23 12:57:02'),
(3401,5297,'action created','2020-12-23 17:57:02','2020-12-23 12:57:02'),
(3402,5297,'action started via WP Cron','2020-12-23 17:58:34','2020-12-23 12:58:34'),
(3403,5297,'action complete via WP Cron','2020-12-23 17:58:34','2020-12-23 12:58:34'),
(3404,5298,'action created','2020-12-23 17:58:34','2020-12-23 12:58:34'),
(3405,5298,'action started via WP Cron','2020-12-23 18:00:05','2020-12-23 13:00:05'),
(3406,5298,'action complete via WP Cron','2020-12-23 18:00:05','2020-12-23 13:00:05'),
(3407,5299,'action created','2020-12-23 18:00:05','2020-12-23 13:00:05'),
(3408,5299,'action started via WP Cron','2020-12-23 18:02:31','2020-12-23 13:02:31'),
(3409,5299,'action complete via WP Cron','2020-12-23 18:02:31','2020-12-23 13:02:31'),
(3410,5300,'action created','2020-12-23 18:02:31','2020-12-23 13:02:31'),
(3411,5300,'action started via WP Cron','2020-12-23 18:03:17','2020-12-23 13:03:17'),
(3412,5300,'action complete via WP Cron','2020-12-23 18:03:17','2020-12-23 13:03:17'),
(3413,5301,'action created','2020-12-23 18:03:17','2020-12-23 13:03:17'),
(3414,5301,'action started via WP Cron','2020-12-23 18:04:18','2020-12-23 13:04:18'),
(3415,5301,'action complete via WP Cron','2020-12-23 18:04:18','2020-12-23 13:04:18'),
(3416,5302,'action created','2020-12-23 18:04:18','2020-12-23 13:04:18'),
(3417,5302,'action started via WP Cron','2020-12-23 18:07:05','2020-12-23 13:07:05'),
(3418,5302,'action complete via WP Cron','2020-12-23 18:07:05','2020-12-23 13:07:05'),
(3419,5303,'action created','2020-12-23 18:07:05','2020-12-23 13:07:05'),
(3420,5303,'action started via WP Cron','2020-12-23 18:09:37','2020-12-23 13:09:37'),
(3421,5303,'action complete via WP Cron','2020-12-23 18:09:37','2020-12-23 13:09:37'),
(3422,5304,'action created','2020-12-23 18:09:37','2020-12-23 13:09:37'),
(3423,5304,'action started via WP Cron','2020-12-23 18:10:30','2020-12-23 13:10:30'),
(3424,5304,'action complete via WP Cron','2020-12-23 18:10:30','2020-12-23 13:10:30'),
(3425,5305,'action created','2020-12-23 18:10:30','2020-12-23 13:10:30'),
(3426,5305,'action started via WP Cron','2020-12-23 18:13:03','2020-12-23 13:13:03'),
(3427,5305,'action complete via WP Cron','2020-12-23 18:13:03','2020-12-23 13:13:03'),
(3428,5306,'action created','2020-12-23 18:13:03','2020-12-23 13:13:03'),
(3429,5306,'action started via WP Cron','2020-12-23 18:14:49','2020-12-23 13:14:49'),
(3430,5306,'action complete via WP Cron','2020-12-23 18:14:49','2020-12-23 13:14:49'),
(3431,5307,'action created','2020-12-23 18:14:49','2020-12-23 13:14:49'),
(3432,5307,'action started via WP Cron','2020-12-23 18:16:23','2020-12-23 13:16:23'),
(3433,5307,'action complete via WP Cron','2020-12-23 18:16:23','2020-12-23 13:16:23'),
(3434,5308,'action created','2020-12-23 18:16:23','2020-12-23 13:16:23'),
(3435,5308,'action started via WP Cron','2020-12-23 18:17:12','2020-12-23 13:17:12'),
(3436,5308,'action complete via WP Cron','2020-12-23 18:17:12','2020-12-23 13:17:12'),
(3437,5309,'action created','2020-12-23 18:17:12','2020-12-23 13:17:12'),
(3438,5309,'action started via WP Cron','2020-12-23 18:21:05','2020-12-23 13:21:05'),
(3439,5309,'action complete via WP Cron','2020-12-23 18:21:05','2020-12-23 13:21:05'),
(3440,5310,'action created','2020-12-23 18:21:05','2020-12-23 13:21:05'),
(3441,5310,'action started via WP Cron','2020-12-23 18:22:43','2020-12-23 13:22:43'),
(3442,5310,'action complete via WP Cron','2020-12-23 18:22:43','2020-12-23 13:22:43'),
(3443,5311,'action created','2020-12-23 18:22:43','2020-12-23 13:22:43'),
(3444,5311,'action started via WP Cron','2020-12-23 18:23:53','2020-12-23 13:23:53'),
(3445,5311,'action complete via WP Cron','2020-12-23 18:23:53','2020-12-23 13:23:53'),
(3446,5312,'action created','2020-12-23 18:23:53','2020-12-23 13:23:53'),
(3447,5312,'action started via WP Cron','2020-12-23 18:25:32','2020-12-23 13:25:32'),
(3448,5312,'action complete via WP Cron','2020-12-23 18:25:32','2020-12-23 13:25:32'),
(3449,5313,'action created','2020-12-23 18:25:32','2020-12-23 13:25:32'),
(3450,5313,'action started via WP Cron','2020-12-23 18:26:26','2020-12-23 13:26:26'),
(3451,5313,'action complete via WP Cron','2020-12-23 18:26:26','2020-12-23 13:26:26'),
(3452,5314,'action created','2020-12-23 18:26:26','2020-12-23 13:26:26'),
(3453,5314,'action started via WP Cron','2020-12-23 18:27:15','2020-12-23 13:27:15'),
(3454,5314,'action complete via WP Cron','2020-12-23 18:27:15','2020-12-23 13:27:15'),
(3455,5315,'action created','2020-12-23 18:27:16','2020-12-23 13:27:16'),
(3456,5315,'action started via WP Cron','2020-12-23 18:30:33','2020-12-23 13:30:33'),
(3457,5315,'action complete via WP Cron','2020-12-23 18:30:33','2020-12-23 13:30:33'),
(3458,5316,'action created','2020-12-23 18:30:33','2020-12-23 13:30:33'),
(3459,5316,'action started via WP Cron','2020-12-23 18:31:22','2020-12-23 13:31:22'),
(3460,5316,'action complete via WP Cron','2020-12-23 18:31:22','2020-12-23 13:31:22'),
(3461,5317,'action created','2020-12-23 18:31:22','2020-12-23 13:31:22'),
(3462,5317,'action started via WP Cron','2020-12-23 18:33:15','2020-12-23 13:33:15'),
(3463,5317,'action complete via WP Cron','2020-12-23 18:33:15','2020-12-23 13:33:15'),
(3464,5318,'action created','2020-12-23 18:33:15','2020-12-23 13:33:15'),
(3465,5318,'action started via WP Cron','2020-12-23 18:34:24','2020-12-23 13:34:24'),
(3466,5318,'action complete via WP Cron','2020-12-23 18:34:24','2020-12-23 13:34:24'),
(3467,5319,'action created','2020-12-23 18:34:24','2020-12-23 13:34:24'),
(3468,5319,'action started via WP Cron','2020-12-23 18:35:25','2020-12-23 13:35:25'),
(3469,5319,'action complete via WP Cron','2020-12-23 18:35:25','2020-12-23 13:35:25'),
(3470,5320,'action created','2020-12-23 18:35:25','2020-12-23 13:35:25'),
(3471,5320,'action started via WP Cron','2020-12-23 18:36:49','2020-12-23 13:36:49'),
(3472,5320,'action complete via WP Cron','2020-12-23 18:36:49','2020-12-23 13:36:49'),
(3473,5321,'action created','2020-12-23 18:36:49','2020-12-23 13:36:49'),
(3474,5321,'action started via WP Cron','2020-12-23 18:37:20','2020-12-23 13:37:20'),
(3475,5321,'action complete via WP Cron','2020-12-23 18:37:20','2020-12-23 13:37:20'),
(3476,5322,'action created','2020-12-23 18:37:20','2020-12-23 13:37:20'),
(3477,5322,'action started via WP Cron','2020-12-23 18:38:21','2020-12-23 13:38:21'),
(3478,5322,'action complete via WP Cron','2020-12-23 18:38:21','2020-12-23 13:38:21'),
(3479,5323,'action created','2020-12-23 18:38:21','2020-12-23 13:38:21'),
(3480,5323,'action started via WP Cron','2020-12-23 18:42:33','2020-12-23 13:42:33'),
(3481,5323,'action complete via WP Cron','2020-12-23 18:42:33','2020-12-23 13:42:33'),
(3482,5324,'action created','2020-12-23 18:42:33','2020-12-23 13:42:33'),
(3483,5324,'action started via WP Cron','2020-12-23 18:43:13','2020-12-23 13:43:13'),
(3484,5324,'action complete via WP Cron','2020-12-23 18:43:13','2020-12-23 13:43:13'),
(3485,5325,'action created','2020-12-23 18:43:13','2020-12-23 13:43:13'),
(3486,5325,'action started via WP Cron','2020-12-23 18:45:00','2020-12-23 13:45:00'),
(3487,5325,'action complete via WP Cron','2020-12-23 18:45:00','2020-12-23 13:45:00'),
(3488,5326,'action created','2020-12-23 18:45:00','2020-12-23 13:45:00'),
(3489,5326,'action started via WP Cron','2020-12-23 18:45:56','2020-12-23 13:45:56'),
(3490,5326,'action complete via WP Cron','2020-12-23 18:45:56','2020-12-23 13:45:56'),
(3491,5327,'action created','2020-12-23 18:45:56','2020-12-23 13:45:56'),
(3492,5327,'action started via WP Cron','2020-12-23 18:47:16','2020-12-23 13:47:16'),
(3493,5327,'action complete via WP Cron','2020-12-23 18:47:16','2020-12-23 13:47:16'),
(3494,5328,'action created','2020-12-23 18:47:16','2020-12-23 13:47:16'),
(3495,5328,'action started via WP Cron','2020-12-23 18:48:28','2020-12-23 13:48:28'),
(3496,5328,'action complete via WP Cron','2020-12-23 18:48:28','2020-12-23 13:48:28'),
(3497,5329,'action created','2020-12-23 18:48:28','2020-12-23 13:48:28'),
(3498,5329,'action started via WP Cron','2020-12-23 18:49:59','2020-12-23 13:49:59'),
(3499,5329,'action complete via WP Cron','2020-12-23 18:49:59','2020-12-23 13:49:59'),
(3500,5330,'action created','2020-12-23 18:49:59','2020-12-23 13:49:59'),
(3501,5330,'action started via WP Cron','2020-12-23 18:50:27','2020-12-23 13:50:27'),
(3502,5330,'action complete via WP Cron','2020-12-23 18:50:27','2020-12-23 13:50:27'),
(3503,5331,'action created','2020-12-23 18:50:27','2020-12-23 13:50:27'),
(3504,5331,'action started via WP Cron','2020-12-23 18:51:45','2020-12-23 13:51:45'),
(3505,5331,'action complete via WP Cron','2020-12-23 18:51:45','2020-12-23 13:51:45'),
(3506,5332,'action created','2020-12-23 18:51:45','2020-12-23 13:51:45'),
(3507,5332,'action started via WP Cron','2020-12-23 18:52:48','2020-12-23 13:52:48'),
(3508,5332,'action complete via WP Cron','2020-12-23 18:52:48','2020-12-23 13:52:48'),
(3509,5333,'action created','2020-12-23 18:52:48','2020-12-23 13:52:48'),
(3510,5333,'action started via WP Cron','2020-12-23 18:53:53','2020-12-23 13:53:53'),
(3511,5333,'action complete via WP Cron','2020-12-23 18:53:53','2020-12-23 13:53:53'),
(3512,5334,'action created','2020-12-23 18:53:53','2020-12-23 13:53:53'),
(3513,5334,'action started via WP Cron','2020-12-23 18:55:39','2020-12-23 13:55:39'),
(3514,5334,'action complete via WP Cron','2020-12-23 18:55:39','2020-12-23 13:55:39'),
(3515,5335,'action created','2020-12-23 18:55:39','2020-12-23 13:55:39'),
(3516,5335,'action started via WP Cron','2020-12-23 18:56:18','2020-12-23 13:56:18'),
(3517,5335,'action complete via WP Cron','2020-12-23 18:56:18','2020-12-23 13:56:18'),
(3518,5336,'action created','2020-12-23 18:56:18','2020-12-23 13:56:18'),
(3519,5336,'action started via WP Cron','2020-12-23 18:57:28','2020-12-23 13:57:28'),
(3520,5336,'action complete via WP Cron','2020-12-23 18:57:28','2020-12-23 13:57:28'),
(3521,5337,'action created','2020-12-23 18:57:28','2020-12-23 13:57:28'),
(3522,5337,'action started via WP Cron','2020-12-23 18:59:36','2020-12-23 13:59:36'),
(3523,5337,'action complete via WP Cron','2020-12-23 18:59:36','2020-12-23 13:59:36'),
(3524,5338,'action created','2020-12-23 18:59:36','2020-12-23 13:59:36'),
(3525,5338,'action started via WP Cron','2020-12-23 19:00:35','2020-12-23 14:00:35'),
(3526,5338,'action complete via WP Cron','2020-12-23 19:00:35','2020-12-23 14:00:35'),
(3527,5339,'action created','2020-12-23 19:00:35','2020-12-23 14:00:35'),
(3528,5339,'action started via WP Cron','2020-12-23 19:01:25','2020-12-23 14:01:25'),
(3529,5339,'action complete via WP Cron','2020-12-23 19:01:25','2020-12-23 14:01:25'),
(3530,5340,'action created','2020-12-23 19:01:25','2020-12-23 14:01:25'),
(3531,5340,'action started via WP Cron','2020-12-23 19:03:57','2020-12-23 14:03:57'),
(3532,5340,'action complete via WP Cron','2020-12-23 19:03:57','2020-12-23 14:03:57'),
(3533,5341,'action created','2020-12-23 19:03:57','2020-12-23 14:03:57'),
(3534,5341,'action started via WP Cron','2020-12-23 19:05:02','2020-12-23 14:05:02'),
(3535,5341,'action complete via WP Cron','2020-12-23 19:05:02','2020-12-23 14:05:02'),
(3536,5342,'action created','2020-12-23 19:05:02','2020-12-23 14:05:02'),
(3537,5342,'action started via WP Cron','2020-12-23 19:06:00','2020-12-23 14:06:00'),
(3538,5342,'action complete via WP Cron','2020-12-23 19:06:00','2020-12-23 14:06:00'),
(3539,5343,'action created','2020-12-23 19:06:00','2020-12-23 14:06:00'),
(3540,5343,'action started via WP Cron','2020-12-23 19:11:13','2020-12-23 14:11:13'),
(3541,5343,'action complete via WP Cron','2020-12-23 19:11:13','2020-12-23 14:11:13'),
(3542,5344,'action created','2020-12-23 19:11:13','2020-12-23 14:11:13'),
(3543,5344,'action started via WP Cron','2020-12-23 19:12:41','2020-12-23 14:12:41'),
(3544,5344,'action complete via WP Cron','2020-12-23 19:12:41','2020-12-23 14:12:41'),
(3545,5345,'action created','2020-12-23 19:12:41','2020-12-23 14:12:41'),
(3546,5345,'action started via WP Cron','2020-12-23 19:16:42','2020-12-23 14:16:42'),
(3547,5345,'action complete via WP Cron','2020-12-23 19:16:42','2020-12-23 14:16:42'),
(3548,5346,'action created','2020-12-23 19:16:42','2020-12-23 14:16:42'),
(3549,5346,'action started via WP Cron','2020-12-23 19:18:37','2020-12-23 14:18:37'),
(3550,5346,'action complete via WP Cron','2020-12-23 19:18:37','2020-12-23 14:18:37'),
(3551,5347,'action created','2020-12-23 19:18:37','2020-12-23 14:18:37'),
(3552,5347,'action started via WP Cron','2020-12-23 19:19:18','2020-12-23 14:19:18'),
(3553,5347,'action complete via WP Cron','2020-12-23 19:19:18','2020-12-23 14:19:18'),
(3554,5348,'action created','2020-12-23 19:19:18','2020-12-23 14:19:18'),
(3555,5348,'action started via WP Cron','2020-12-23 19:21:31','2020-12-23 14:21:31'),
(3556,5348,'action complete via WP Cron','2020-12-23 19:21:31','2020-12-23 14:21:31'),
(3557,5349,'action created','2020-12-23 19:21:31','2020-12-23 14:21:31'),
(3558,5349,'action started via WP Cron','2020-12-23 19:23:14','2020-12-23 14:23:14'),
(3559,5349,'action complete via WP Cron','2020-12-23 19:23:14','2020-12-23 14:23:14'),
(3560,5350,'action created','2020-12-23 19:23:14','2020-12-23 14:23:14'),
(3561,5350,'action started via WP Cron','2020-12-23 19:24:26','2020-12-23 14:24:26'),
(3562,5350,'action complete via WP Cron','2020-12-23 19:24:26','2020-12-23 14:24:26'),
(3563,5351,'action created','2020-12-23 19:24:26','2020-12-23 14:24:26'),
(3564,5351,'action started via WP Cron','2020-12-23 19:25:20','2020-12-23 14:25:20'),
(3565,5351,'action complete via WP Cron','2020-12-23 19:25:20','2020-12-23 14:25:20'),
(3566,5352,'action created','2020-12-23 19:25:20','2020-12-23 14:25:20'),
(3567,5352,'action started via WP Cron','2020-12-23 19:27:43','2020-12-23 14:27:43'),
(3568,5352,'action complete via WP Cron','2020-12-23 19:27:43','2020-12-23 14:27:43'),
(3569,5353,'action created','2020-12-23 19:27:43','2020-12-23 14:27:43'),
(3570,5353,'action started via WP Cron','2020-12-23 19:28:31','2020-12-23 14:28:31'),
(3571,5353,'action complete via WP Cron','2020-12-23 19:28:31','2020-12-23 14:28:31'),
(3572,5354,'action created','2020-12-23 19:28:31','2020-12-23 14:28:31'),
(3573,5354,'action started via WP Cron','2020-12-23 19:31:18','2020-12-23 14:31:18'),
(3574,5354,'action complete via WP Cron','2020-12-23 19:31:18','2020-12-23 14:31:18'),
(3575,5355,'action created','2020-12-23 19:31:18','2020-12-23 14:31:18'),
(3576,5355,'action started via WP Cron','2020-12-23 19:32:24','2020-12-23 14:32:24'),
(3577,5355,'action complete via WP Cron','2020-12-23 19:32:24','2020-12-23 14:32:24'),
(3578,5356,'action created','2020-12-23 19:32:24','2020-12-23 14:32:24'),
(3579,5356,'action started via WP Cron','2020-12-23 19:34:04','2020-12-23 14:34:04'),
(3580,5356,'action complete via WP Cron','2020-12-23 19:34:04','2020-12-23 14:34:04'),
(3581,5357,'action created','2020-12-23 19:34:04','2020-12-23 14:34:04'),
(3582,5357,'action started via WP Cron','2020-12-23 19:34:38','2020-12-23 14:34:38'),
(3583,5357,'action complete via WP Cron','2020-12-23 19:34:38','2020-12-23 14:34:38'),
(3584,5358,'action created','2020-12-23 19:34:38','2020-12-23 14:34:38'),
(3585,5358,'action started via WP Cron','2020-12-23 19:35:12','2020-12-23 14:35:12'),
(3586,5358,'action complete via WP Cron','2020-12-23 19:35:12','2020-12-23 14:35:12'),
(3587,5359,'action created','2020-12-23 19:35:12','2020-12-23 14:35:12'),
(3588,5359,'action started via WP Cron','2020-12-23 19:37:02','2020-12-23 14:37:02'),
(3589,5359,'action complete via WP Cron','2020-12-23 19:37:02','2020-12-23 14:37:02'),
(3590,5360,'action created','2020-12-23 19:37:02','2020-12-23 14:37:02'),
(3591,5360,'action started via WP Cron','2020-12-23 19:37:16','2020-12-23 14:37:16'),
(3592,5360,'action complete via WP Cron','2020-12-23 19:37:16','2020-12-23 14:37:16'),
(3593,5361,'action created','2020-12-23 19:37:16','2020-12-23 14:37:16'),
(3594,5361,'action started via WP Cron','2020-12-23 19:38:13','2020-12-23 14:38:13'),
(3595,5361,'action complete via WP Cron','2020-12-23 19:38:13','2020-12-23 14:38:13'),
(3596,5362,'action created','2020-12-23 19:38:13','2020-12-23 14:38:13'),
(3597,5362,'action started via WP Cron','2020-12-23 19:39:14','2020-12-23 14:39:14'),
(3598,5362,'action complete via WP Cron','2020-12-23 19:39:14','2020-12-23 14:39:14'),
(3599,5363,'action created','2020-12-23 19:39:14','2020-12-23 14:39:14'),
(3600,5363,'action started via WP Cron','2020-12-23 19:40:15','2020-12-23 14:40:15'),
(3601,5363,'action complete via WP Cron','2020-12-23 19:40:15','2020-12-23 14:40:15'),
(3602,5364,'action created','2020-12-23 19:40:15','2020-12-23 14:40:15'),
(3603,5364,'action started via WP Cron','2020-12-23 19:41:15','2020-12-23 14:41:15'),
(3604,5364,'action complete via WP Cron','2020-12-23 19:41:15','2020-12-23 14:41:15'),
(3605,5365,'action created','2020-12-23 19:41:15','2020-12-23 14:41:15'),
(3606,5365,'action started via WP Cron','2020-12-23 19:42:17','2020-12-23 14:42:17'),
(3607,5365,'action complete via WP Cron','2020-12-23 19:42:17','2020-12-23 14:42:17'),
(3608,5366,'action created','2020-12-23 19:42:17','2020-12-23 14:42:17'),
(3609,5366,'action started via WP Cron','2020-12-23 19:43:17','2020-12-23 14:43:17'),
(3610,5366,'action complete via WP Cron','2020-12-23 19:43:17','2020-12-23 14:43:17'),
(3611,5367,'action created','2020-12-23 19:43:18','2020-12-23 14:43:18'),
(3612,5367,'action started via WP Cron','2020-12-23 19:44:12','2020-12-23 14:44:12'),
(3613,5367,'action complete via WP Cron','2020-12-23 19:44:12','2020-12-23 14:44:12'),
(3614,5368,'action created','2020-12-23 19:44:12','2020-12-23 14:44:12'),
(3615,5368,'action started via WP Cron','2020-12-23 19:45:16','2020-12-23 14:45:16'),
(3616,5368,'action complete via WP Cron','2020-12-23 19:45:16','2020-12-23 14:45:16'),
(3617,5369,'action created','2020-12-23 19:45:16','2020-12-23 14:45:16'),
(3618,5369,'action started via WP Cron','2020-12-23 19:46:13','2020-12-23 14:46:13'),
(3619,5369,'action complete via WP Cron','2020-12-23 19:46:13','2020-12-23 14:46:13'),
(3620,5370,'action created','2020-12-23 19:46:13','2020-12-23 14:46:13'),
(3621,5370,'action started via WP Cron','2020-12-23 19:47:12','2020-12-23 14:47:12'),
(3622,5370,'action complete via WP Cron','2020-12-23 19:47:12','2020-12-23 14:47:12'),
(3623,5371,'action created','2020-12-23 19:47:12','2020-12-23 14:47:12'),
(3624,5371,'action started via WP Cron','2020-12-23 19:48:11','2020-12-23 14:48:11'),
(3625,5371,'action complete via WP Cron','2020-12-23 19:48:11','2020-12-23 14:48:11'),
(3626,5372,'action created','2020-12-23 19:48:11','2020-12-23 14:48:11'),
(3627,5372,'action started via WP Cron','2020-12-23 19:49:17','2020-12-23 14:49:17'),
(3628,5372,'action complete via WP Cron','2020-12-23 19:49:17','2020-12-23 14:49:17'),
(3629,5373,'action created','2020-12-23 19:49:17','2020-12-23 14:49:17'),
(3630,5373,'action started via WP Cron','2020-12-23 19:50:43','2020-12-23 14:50:43'),
(3631,5373,'action complete via WP Cron','2020-12-23 19:50:43','2020-12-23 14:50:43'),
(3632,5374,'action created','2020-12-23 19:50:43','2020-12-23 14:50:43'),
(3633,5374,'action started via WP Cron','2020-12-23 19:51:24','2020-12-23 14:51:24'),
(3634,5374,'action complete via WP Cron','2020-12-23 19:51:24','2020-12-23 14:51:24'),
(3635,5375,'action created','2020-12-23 19:51:25','2020-12-23 14:51:25'),
(3636,5375,'action started via WP Cron','2020-12-23 19:52:13','2020-12-23 14:52:13'),
(3637,5375,'action complete via WP Cron','2020-12-23 19:52:13','2020-12-23 14:52:13'),
(3638,5376,'action created','2020-12-23 19:52:13','2020-12-23 14:52:13'),
(3639,5376,'action started via WP Cron','2020-12-23 19:53:12','2020-12-23 14:53:12'),
(3640,5376,'action complete via WP Cron','2020-12-23 19:53:12','2020-12-23 14:53:12'),
(3641,5377,'action created','2020-12-23 19:53:12','2020-12-23 14:53:12'),
(3642,5377,'action started via WP Cron','2020-12-23 19:54:14','2020-12-23 14:54:14'),
(3643,5377,'action complete via WP Cron','2020-12-23 19:54:14','2020-12-23 14:54:14'),
(3644,5378,'action created','2020-12-23 19:54:14','2020-12-23 14:54:14'),
(3645,5378,'action started via WP Cron','2020-12-23 19:55:17','2020-12-23 14:55:17'),
(3646,5378,'action complete via WP Cron','2020-12-23 19:55:17','2020-12-23 14:55:17'),
(3647,5379,'action created','2020-12-23 19:55:17','2020-12-23 14:55:17'),
(3648,5379,'action started via WP Cron','2020-12-23 19:56:15','2020-12-23 14:56:15'),
(3649,5379,'action complete via WP Cron','2020-12-23 19:56:15','2020-12-23 14:56:15'),
(3650,5380,'action created','2020-12-23 19:56:15','2020-12-23 14:56:15'),
(3651,5380,'action started via WP Cron','2020-12-23 19:57:21','2020-12-23 14:57:21'),
(3652,5380,'action complete via WP Cron','2020-12-23 19:57:21','2020-12-23 14:57:21'),
(3653,5381,'action created','2020-12-23 19:57:21','2020-12-23 14:57:21'),
(3654,5381,'action started via WP Cron','2020-12-23 19:58:20','2020-12-23 14:58:20'),
(3655,5381,'action complete via WP Cron','2020-12-23 19:58:20','2020-12-23 14:58:20'),
(3656,5382,'action created','2020-12-23 19:58:20','2020-12-23 14:58:20'),
(3657,5382,'action started via WP Cron','2020-12-23 19:59:19','2020-12-23 14:59:19'),
(3658,5382,'action complete via WP Cron','2020-12-23 19:59:19','2020-12-23 14:59:19'),
(3659,5383,'action created','2020-12-23 19:59:19','2020-12-23 14:59:19'),
(3660,5383,'action started via WP Cron','2020-12-23 20:00:18','2020-12-23 15:00:18'),
(3661,5383,'action complete via WP Cron','2020-12-23 20:00:18','2020-12-23 15:00:18'),
(3662,5384,'action created','2020-12-23 20:00:18','2020-12-23 15:00:18'),
(3663,5384,'action started via WP Cron','2020-12-23 20:01:32','2020-12-23 15:01:32'),
(3664,5384,'action complete via WP Cron','2020-12-23 20:01:32','2020-12-23 15:01:32'),
(3665,5385,'action created','2020-12-23 20:01:32','2020-12-23 15:01:32'),
(3666,5385,'action started via WP Cron','2020-12-23 20:02:20','2020-12-23 15:02:20'),
(3667,5385,'action complete via WP Cron','2020-12-23 20:02:20','2020-12-23 15:02:20'),
(3668,5386,'action created','2020-12-23 20:02:20','2020-12-23 15:02:20'),
(3669,5386,'action started via WP Cron','2020-12-23 20:03:19','2020-12-23 15:03:19'),
(3670,5386,'action complete via WP Cron','2020-12-23 20:03:19','2020-12-23 15:03:19'),
(3671,5387,'action created','2020-12-23 20:03:19','2020-12-23 15:03:19'),
(3672,5387,'action started via WP Cron','2020-12-23 20:04:20','2020-12-23 15:04:20'),
(3673,5387,'action complete via WP Cron','2020-12-23 20:04:20','2020-12-23 15:04:20'),
(3674,5388,'action created','2020-12-23 20:04:20','2020-12-23 15:04:20'),
(3675,5388,'action started via WP Cron','2020-12-23 20:05:20','2020-12-23 15:05:20'),
(3676,5388,'action complete via WP Cron','2020-12-23 20:05:20','2020-12-23 15:05:20'),
(3677,5389,'action created','2020-12-23 20:05:20','2020-12-23 15:05:20'),
(3678,5389,'action started via WP Cron','2020-12-23 20:06:18','2020-12-23 15:06:18'),
(3679,5389,'action complete via WP Cron','2020-12-23 20:06:19','2020-12-23 15:06:19'),
(3680,5390,'action created','2020-12-23 20:06:19','2020-12-23 15:06:19'),
(3681,5390,'action started via WP Cron','2020-12-23 20:07:20','2020-12-23 15:07:20'),
(3682,5390,'action complete via WP Cron','2020-12-23 20:07:20','2020-12-23 15:07:20'),
(3683,5391,'action created','2020-12-23 20:07:20','2020-12-23 15:07:20'),
(3684,5391,'action started via WP Cron','2020-12-23 20:08:12','2020-12-23 15:08:12'),
(3685,5391,'action complete via WP Cron','2020-12-23 20:08:12','2020-12-23 15:08:12'),
(3686,5392,'action created','2020-12-23 20:08:12','2020-12-23 15:08:12'),
(3687,5392,'action started via WP Cron','2020-12-23 20:09:15','2020-12-23 15:09:15'),
(3688,5392,'action complete via WP Cron','2020-12-23 20:09:15','2020-12-23 15:09:15'),
(3689,5393,'action created','2020-12-23 20:09:15','2020-12-23 15:09:15'),
(3690,5393,'action started via WP Cron','2020-12-23 20:10:12','2020-12-23 15:10:12'),
(3691,5393,'action complete via WP Cron','2020-12-23 20:10:12','2020-12-23 15:10:12'),
(3692,5394,'action created','2020-12-23 20:10:12','2020-12-23 15:10:12'),
(3693,5394,'action started via WP Cron','2020-12-23 20:11:11','2020-12-23 15:11:11'),
(3694,5394,'action complete via WP Cron','2020-12-23 20:11:11','2020-12-23 15:11:11'),
(3695,5395,'action created','2020-12-23 20:11:11','2020-12-23 15:11:11'),
(3696,5395,'action started via WP Cron','2020-12-23 20:12:14','2020-12-23 15:12:14'),
(3697,5395,'action complete via WP Cron','2020-12-23 20:12:14','2020-12-23 15:12:14'),
(3698,5396,'action created','2020-12-23 20:12:14','2020-12-23 15:12:14'),
(3699,5396,'action started via WP Cron','2020-12-23 20:13:19','2020-12-23 15:13:19'),
(3700,5396,'action complete via WP Cron','2020-12-23 20:13:19','2020-12-23 15:13:19'),
(3701,5397,'action created','2020-12-23 20:13:19','2020-12-23 15:13:19'),
(3702,5397,'action started via WP Cron','2020-12-23 20:14:25','2020-12-23 15:14:25'),
(3703,5397,'action complete via WP Cron','2020-12-23 20:14:25','2020-12-23 15:14:25'),
(3704,5398,'action created','2020-12-23 20:14:25','2020-12-23 15:14:25'),
(3705,5398,'action started via WP Cron','2020-12-23 20:15:13','2020-12-23 15:15:13'),
(3706,5398,'action complete via WP Cron','2020-12-23 20:15:13','2020-12-23 15:15:13'),
(3707,5399,'action created','2020-12-23 20:15:13','2020-12-23 15:15:13'),
(3708,5399,'action started via WP Cron','2020-12-23 20:16:13','2020-12-23 15:16:13'),
(3709,5399,'action complete via WP Cron','2020-12-23 20:16:13','2020-12-23 15:16:13'),
(3710,5400,'action created','2020-12-23 20:16:13','2020-12-23 15:16:13'),
(3711,5400,'action started via WP Cron','2020-12-23 20:20:32','2020-12-23 15:20:32'),
(3712,5400,'action complete via WP Cron','2020-12-23 20:20:32','2020-12-23 15:20:32'),
(3713,5401,'action created','2020-12-23 20:20:32','2020-12-23 15:20:32'),
(3714,5401,'action started via WP Cron','2020-12-23 20:21:39','2020-12-23 15:21:39'),
(3715,5401,'action complete via WP Cron','2020-12-23 20:21:39','2020-12-23 15:21:39'),
(3716,5402,'action created','2020-12-23 20:21:39','2020-12-23 15:21:39'),
(3717,5402,'action started via WP Cron','2020-12-23 20:23:12','2020-12-23 15:23:12'),
(3718,5402,'action complete via WP Cron','2020-12-23 20:23:12','2020-12-23 15:23:12'),
(3719,5403,'action created','2020-12-23 20:23:12','2020-12-23 15:23:12'),
(3720,5403,'action started via WP Cron','2020-12-23 20:25:24','2020-12-23 15:25:24'),
(3721,5403,'action complete via WP Cron','2020-12-23 20:25:24','2020-12-23 15:25:24'),
(3722,5404,'action created','2020-12-23 20:25:24','2020-12-23 15:25:24'),
(3723,5404,'action started via WP Cron','2020-12-23 20:27:47','2020-12-23 15:27:47'),
(3724,5404,'action complete via WP Cron','2020-12-23 20:27:47','2020-12-23 15:27:47'),
(3725,5405,'action created','2020-12-23 20:27:47','2020-12-23 15:27:47'),
(3726,5405,'action started via WP Cron','2020-12-23 20:31:08','2020-12-23 15:31:08'),
(3727,5405,'action complete via WP Cron','2020-12-23 20:31:08','2020-12-23 15:31:08'),
(3728,5406,'action created','2020-12-23 20:31:08','2020-12-23 15:31:08'),
(3729,5406,'action started via WP Cron','2020-12-23 20:32:32','2020-12-23 15:32:32'),
(3730,5406,'action complete via WP Cron','2020-12-23 20:32:32','2020-12-23 15:32:32'),
(3731,5407,'action created','2020-12-23 20:32:32','2020-12-23 15:32:32'),
(3732,5407,'action started via WP Cron','2020-12-23 20:33:12','2020-12-23 15:33:12'),
(3733,5407,'action complete via WP Cron','2020-12-23 20:33:12','2020-12-23 15:33:12'),
(3734,5408,'action created','2020-12-23 20:33:12','2020-12-23 15:33:12'),
(3735,5408,'action started via WP Cron','2020-12-23 20:36:59','2020-12-23 15:36:59'),
(3736,5408,'action complete via WP Cron','2020-12-23 20:36:59','2020-12-23 15:36:59'),
(3737,5409,'action created','2020-12-23 20:36:59','2020-12-23 15:36:59'),
(3738,5409,'action started via WP Cron','2020-12-23 20:37:23','2020-12-23 15:37:23'),
(3739,5409,'action complete via WP Cron','2020-12-23 20:37:23','2020-12-23 15:37:23'),
(3740,5410,'action created','2020-12-23 20:37:23','2020-12-23 15:37:23'),
(3741,5410,'action started via WP Cron','2020-12-23 20:38:19','2020-12-23 15:38:19'),
(3742,5410,'action complete via WP Cron','2020-12-23 20:38:19','2020-12-23 15:38:19'),
(3743,5411,'action created','2020-12-23 20:38:19','2020-12-23 15:38:19'),
(3744,5411,'action started via WP Cron','2020-12-23 20:39:15','2020-12-23 15:39:15'),
(3745,5411,'action complete via WP Cron','2020-12-23 20:39:15','2020-12-23 15:39:15'),
(3746,5412,'action created','2020-12-23 20:39:15','2020-12-23 15:39:15'),
(3747,5412,'action started via WP Cron','2020-12-23 20:41:05','2020-12-23 15:41:05'),
(3748,5412,'action complete via WP Cron','2020-12-23 20:41:05','2020-12-23 15:41:05'),
(3749,5413,'action created','2020-12-23 20:41:05','2020-12-23 15:41:05'),
(3750,5413,'action started via WP Cron','2020-12-23 20:41:24','2020-12-23 15:41:24'),
(3751,5413,'action complete via WP Cron','2020-12-23 20:41:24','2020-12-23 15:41:24'),
(3752,5414,'action created','2020-12-23 20:41:24','2020-12-23 15:41:24'),
(3753,5414,'action started via WP Cron','2020-12-23 20:43:23','2020-12-23 15:43:23'),
(3754,5414,'action complete via WP Cron','2020-12-23 20:43:23','2020-12-23 15:43:23'),
(3755,5415,'action created','2020-12-23 20:43:23','2020-12-23 15:43:23'),
(3756,5415,'action started via WP Cron','2020-12-23 20:44:17','2020-12-23 15:44:17'),
(3757,5415,'action complete via WP Cron','2020-12-23 20:44:17','2020-12-23 15:44:17'),
(3758,5416,'action created','2020-12-23 20:44:17','2020-12-23 15:44:17'),
(3759,5416,'action started via WP Cron','2020-12-23 20:48:29','2020-12-23 15:48:29'),
(3760,5416,'action complete via WP Cron','2020-12-23 20:48:29','2020-12-23 15:48:29'),
(3761,5417,'action created','2020-12-23 20:48:29','2020-12-23 15:48:29'),
(3762,5417,'action started via WP Cron','2020-12-23 20:49:27','2020-12-23 15:49:27'),
(3763,5417,'action complete via WP Cron','2020-12-23 20:49:27','2020-12-23 15:49:27'),
(3764,5418,'action created','2020-12-23 20:49:28','2020-12-23 15:49:28'),
(3765,5418,'action started via WP Cron','2020-12-23 20:50:13','2020-12-23 15:50:13'),
(3766,5418,'action complete via WP Cron','2020-12-23 20:50:13','2020-12-23 15:50:13'),
(3767,5419,'action created','2020-12-23 20:50:13','2020-12-23 15:50:13'),
(3768,5419,'action started via WP Cron','2020-12-23 20:52:32','2020-12-23 15:52:32'),
(3769,5419,'action complete via WP Cron','2020-12-23 20:52:32','2020-12-23 15:52:32'),
(3770,5420,'action created','2020-12-23 20:52:32','2020-12-23 15:52:32'),
(3771,5420,'action started via WP Cron','2020-12-23 20:53:42','2020-12-23 15:53:42'),
(3772,5420,'action complete via WP Cron','2020-12-23 20:53:42','2020-12-23 15:53:42'),
(3773,5421,'action created','2020-12-23 20:53:42','2020-12-23 15:53:42'),
(3774,5421,'action started via WP Cron','2020-12-23 20:54:15','2020-12-23 15:54:15'),
(3775,5421,'action complete via WP Cron','2020-12-23 20:54:15','2020-12-23 15:54:15'),
(3776,5422,'action created','2020-12-23 20:54:15','2020-12-23 15:54:15'),
(3777,5422,'action started via WP Cron','2020-12-23 20:55:37','2020-12-23 15:55:37'),
(3778,5422,'action complete via WP Cron','2020-12-23 20:55:37','2020-12-23 15:55:37'),
(3779,5423,'action created','2020-12-23 20:55:37','2020-12-23 15:55:37'),
(3780,5423,'action started via WP Cron','2020-12-23 20:59:53','2020-12-23 15:59:53'),
(3781,5423,'action complete via WP Cron','2020-12-23 20:59:53','2020-12-23 15:59:53'),
(3782,5424,'action created','2020-12-23 20:59:53','2020-12-23 15:59:53'),
(3783,5424,'action started via WP Cron','2020-12-23 21:01:08','2020-12-23 16:01:08'),
(3784,5424,'action complete via WP Cron','2020-12-23 21:01:08','2020-12-23 16:01:08'),
(3785,5425,'action created','2020-12-23 21:01:08','2020-12-23 16:01:08'),
(3786,5425,'action started via WP Cron','2020-12-23 21:02:18','2020-12-23 16:02:18'),
(3787,5425,'action complete via WP Cron','2020-12-23 21:02:18','2020-12-23 16:02:18'),
(3788,5426,'action created','2020-12-23 21:02:18','2020-12-23 16:02:18'),
(3789,5426,'action started via WP Cron','2020-12-23 21:03:38','2020-12-23 16:03:38'),
(3790,5426,'action complete via WP Cron','2020-12-23 21:03:38','2020-12-23 16:03:38'),
(3791,5427,'action created','2020-12-23 21:03:39','2020-12-23 16:03:39'),
(3792,5427,'action started via WP Cron','2020-12-23 21:06:43','2020-12-23 16:06:43'),
(3793,5427,'action complete via WP Cron','2020-12-23 21:06:43','2020-12-23 16:06:43'),
(3794,5428,'action created','2020-12-23 21:06:43','2020-12-23 16:06:43'),
(3795,5428,'action started via WP Cron','2020-12-23 21:09:53','2020-12-23 16:09:53'),
(3796,5428,'action complete via WP Cron','2020-12-23 21:09:53','2020-12-23 16:09:53'),
(3797,5429,'action created','2020-12-23 21:09:53','2020-12-23 16:09:53'),
(3798,5429,'action started via WP Cron','2020-12-23 21:10:43','2020-12-23 16:10:43'),
(3799,5429,'action complete via WP Cron','2020-12-23 21:10:43','2020-12-23 16:10:43'),
(3800,5430,'action created','2020-12-23 21:10:43','2020-12-23 16:10:43'),
(3801,5430,'action started via WP Cron','2020-12-23 21:12:13','2020-12-23 16:12:13'),
(3802,5430,'action complete via WP Cron','2020-12-23 21:12:13','2020-12-23 16:12:13'),
(3803,5431,'action created','2020-12-23 21:12:13','2020-12-23 16:12:13'),
(3804,5431,'action started via WP Cron','2020-12-23 21:13:58','2020-12-23 16:13:58'),
(3805,5431,'action complete via WP Cron','2020-12-23 21:13:58','2020-12-23 16:13:58'),
(3806,5432,'action created','2020-12-23 21:13:58','2020-12-23 16:13:58'),
(3807,5432,'action started via WP Cron','2020-12-23 21:14:22','2020-12-23 16:14:22'),
(3808,5432,'action complete via WP Cron','2020-12-23 21:14:22','2020-12-23 16:14:22'),
(3809,5433,'action created','2020-12-23 21:14:22','2020-12-23 16:14:22'),
(3810,5433,'action started via WP Cron','2020-12-23 21:15:33','2020-12-23 16:15:33'),
(3811,5433,'action complete via WP Cron','2020-12-23 21:15:33','2020-12-23 16:15:33'),
(3812,5434,'action created','2020-12-23 21:15:33','2020-12-23 16:15:33'),
(3813,5434,'action started via WP Cron','2020-12-23 21:17:38','2020-12-23 16:17:38'),
(3814,5434,'action complete via WP Cron','2020-12-23 21:17:38','2020-12-23 16:17:38'),
(3815,5435,'action created','2020-12-23 21:17:38','2020-12-23 16:17:38'),
(3816,5435,'action started via WP Cron','2020-12-23 21:18:36','2020-12-23 16:18:36'),
(3817,5435,'action complete via WP Cron','2020-12-23 21:18:36','2020-12-23 16:18:36'),
(3818,5436,'action created','2020-12-23 21:18:36','2020-12-23 16:18:36'),
(3819,5436,'action started via WP Cron','2020-12-23 21:20:41','2020-12-23 16:20:41'),
(3820,5436,'action complete via WP Cron','2020-12-23 21:20:41','2020-12-23 16:20:41'),
(3821,5437,'action created','2020-12-23 21:20:41','2020-12-23 16:20:41'),
(3822,5437,'action started via WP Cron','2020-12-23 21:22:10','2020-12-23 16:22:10'),
(3823,5437,'action complete via WP Cron','2020-12-23 21:22:10','2020-12-23 16:22:10'),
(3824,5438,'action created','2020-12-23 21:22:10','2020-12-23 16:22:10'),
(3825,5438,'action started via WP Cron','2020-12-23 21:24:10','2020-12-23 16:24:10'),
(3826,5438,'action complete via WP Cron','2020-12-23 21:24:10','2020-12-23 16:24:10'),
(3827,5439,'action created','2020-12-23 21:24:10','2020-12-23 16:24:10'),
(3828,5439,'action started via WP Cron','2020-12-23 21:26:18','2020-12-23 16:26:18'),
(3829,5439,'action complete via WP Cron','2020-12-23 21:26:18','2020-12-23 16:26:18'),
(3830,5440,'action created','2020-12-23 21:26:19','2020-12-23 16:26:19'),
(3831,5440,'action started via WP Cron','2020-12-23 21:28:11','2020-12-23 16:28:11'),
(3832,5440,'action complete via WP Cron','2020-12-23 21:28:11','2020-12-23 16:28:11'),
(3833,5441,'action created','2020-12-23 21:28:11','2020-12-23 16:28:11'),
(3834,5441,'action started via WP Cron','2020-12-23 21:31:31','2020-12-23 16:31:31'),
(3835,5441,'action complete via WP Cron','2020-12-23 21:31:31','2020-12-23 16:31:31'),
(3836,5442,'action created','2020-12-23 21:31:31','2020-12-23 16:31:31'),
(3837,5442,'action started via WP Cron','2020-12-23 21:33:56','2020-12-23 16:33:56'),
(3838,5442,'action complete via WP Cron','2020-12-23 21:33:56','2020-12-23 16:33:56'),
(3839,5443,'action created','2020-12-23 21:33:56','2020-12-23 16:33:56'),
(3840,5443,'action started via WP Cron','2020-12-23 21:37:30','2020-12-23 16:37:30'),
(3841,5443,'action complete via WP Cron','2020-12-23 21:37:30','2020-12-23 16:37:30'),
(3842,5444,'action created','2020-12-23 21:37:30','2020-12-23 16:37:30'),
(3843,5444,'action started via WP Cron','2020-12-23 21:38:29','2020-12-23 16:38:29'),
(3844,5444,'action complete via WP Cron','2020-12-23 21:38:29','2020-12-23 16:38:29'),
(3845,5445,'action created','2020-12-23 21:38:29','2020-12-23 16:38:29'),
(3846,5445,'action started via WP Cron','2020-12-23 21:40:02','2020-12-23 16:40:02'),
(3847,5445,'action complete via WP Cron','2020-12-23 21:40:02','2020-12-23 16:40:02'),
(3848,5446,'action created','2020-12-23 21:40:02','2020-12-23 16:40:02'),
(3849,5446,'action started via WP Cron','2020-12-23 21:42:14','2020-12-23 16:42:14'),
(3850,5446,'action complete via WP Cron','2020-12-23 21:42:14','2020-12-23 16:42:14'),
(3851,5447,'action created','2020-12-23 21:42:14','2020-12-23 16:42:14'),
(3852,5447,'action started via WP Cron','2020-12-23 21:43:30','2020-12-23 16:43:30'),
(3853,5447,'action complete via WP Cron','2020-12-23 21:43:30','2020-12-23 16:43:30'),
(3854,5448,'action created','2020-12-23 21:43:30','2020-12-23 16:43:30'),
(3855,5448,'action started via WP Cron','2020-12-23 21:44:13','2020-12-23 16:44:13'),
(3856,5448,'action complete via WP Cron','2020-12-23 21:44:13','2020-12-23 16:44:13'),
(3857,5449,'action created','2020-12-23 21:44:13','2020-12-23 16:44:13'),
(3858,5449,'action started via WP Cron','2020-12-23 21:46:21','2020-12-23 16:46:21'),
(3859,5449,'action complete via WP Cron','2020-12-23 21:46:21','2020-12-23 16:46:21'),
(3860,5450,'action created','2020-12-23 21:46:21','2020-12-23 16:46:21'),
(3861,5450,'action started via WP Cron','2020-12-23 21:47:14','2020-12-23 16:47:14'),
(3862,5450,'action complete via WP Cron','2020-12-23 21:47:14','2020-12-23 16:47:14'),
(3863,5451,'action created','2020-12-23 21:47:14','2020-12-23 16:47:14'),
(3864,5451,'action started via WP Cron','2020-12-23 21:49:04','2020-12-23 16:49:04'),
(3865,5451,'action complete via WP Cron','2020-12-23 21:49:04','2020-12-23 16:49:04'),
(3866,5452,'action created','2020-12-23 21:49:04','2020-12-23 16:49:04'),
(3867,5452,'action started via WP Cron','2020-12-23 21:51:02','2020-12-23 16:51:02'),
(3868,5452,'action complete via WP Cron','2020-12-23 21:51:02','2020-12-23 16:51:02'),
(3869,5453,'action created','2020-12-23 21:51:02','2020-12-23 16:51:02'),
(3870,5453,'action started via WP Cron','2020-12-23 21:51:28','2020-12-23 16:51:28'),
(3871,5453,'action complete via WP Cron','2020-12-23 21:51:28','2020-12-23 16:51:28'),
(3872,5454,'action created','2020-12-23 21:51:28','2020-12-23 16:51:28'),
(3873,5454,'action started via WP Cron','2020-12-23 21:53:48','2020-12-23 16:53:48'),
(3874,5454,'action complete via WP Cron','2020-12-23 21:53:48','2020-12-23 16:53:48'),
(3875,5455,'action created','2020-12-23 21:53:48','2020-12-23 16:53:48'),
(3876,5455,'action started via WP Cron','2020-12-23 21:55:41','2020-12-23 16:55:41'),
(3877,5455,'action complete via WP Cron','2020-12-23 21:55:41','2020-12-23 16:55:41'),
(3878,5456,'action created','2020-12-23 21:55:41','2020-12-23 16:55:41'),
(3879,5456,'action started via WP Cron','2020-12-23 21:57:26','2020-12-23 16:57:26'),
(3880,5456,'action complete via WP Cron','2020-12-23 21:57:26','2020-12-23 16:57:26'),
(3881,5457,'action created','2020-12-23 21:57:26','2020-12-23 16:57:26'),
(3882,5457,'action started via WP Cron','2020-12-23 21:58:47','2020-12-23 16:58:47'),
(3883,5457,'action complete via WP Cron','2020-12-23 21:58:47','2020-12-23 16:58:47'),
(3884,5458,'action created','2020-12-23 21:58:47','2020-12-23 16:58:47'),
(3885,5458,'action started via WP Cron','2020-12-23 21:59:45','2020-12-23 16:59:45'),
(3886,5458,'action complete via WP Cron','2020-12-23 21:59:45','2020-12-23 16:59:45'),
(3887,5459,'action created','2020-12-23 21:59:45','2020-12-23 16:59:45'),
(3888,5459,'action started via WP Cron','2020-12-23 22:00:11','2020-12-23 17:00:11'),
(3889,5459,'action complete via WP Cron','2020-12-23 22:00:11','2020-12-23 17:00:11'),
(3890,5460,'action created','2020-12-23 22:00:11','2020-12-23 17:00:11'),
(3891,5460,'action started via WP Cron','2020-12-23 22:04:14','2020-12-23 17:04:14'),
(3892,5460,'action complete via WP Cron','2020-12-23 22:04:14','2020-12-23 17:04:14'),
(3893,5461,'action created','2020-12-23 22:04:14','2020-12-23 17:04:14'),
(3894,5461,'action started via WP Cron','2020-12-23 22:06:31','2020-12-23 17:06:31'),
(3895,5461,'action complete via WP Cron','2020-12-23 22:06:31','2020-12-23 17:06:31'),
(3896,5462,'action created','2020-12-23 22:06:31','2020-12-23 17:06:31'),
(3897,5462,'action started via WP Cron','2020-12-23 22:09:39','2020-12-23 17:09:39'),
(3898,5462,'action complete via WP Cron','2020-12-23 22:09:39','2020-12-23 17:09:39'),
(3899,5463,'action created','2020-12-23 22:09:39','2020-12-23 17:09:39'),
(3900,5463,'action started via WP Cron','2020-12-23 22:10:54','2020-12-23 17:10:54'),
(3901,5463,'action complete via WP Cron','2020-12-23 22:10:54','2020-12-23 17:10:54'),
(3902,5464,'action created','2020-12-23 22:10:54','2020-12-23 17:10:54'),
(3903,5464,'action started via WP Cron','2020-12-23 22:12:43','2020-12-23 17:12:43'),
(3904,5464,'action complete via WP Cron','2020-12-23 22:12:43','2020-12-23 17:12:43'),
(3905,5465,'action created','2020-12-23 22:12:43','2020-12-23 17:12:43'),
(3906,5465,'action started via WP Cron','2020-12-23 22:15:45','2020-12-23 17:15:45'),
(3907,5465,'action complete via WP Cron','2020-12-23 22:15:46','2020-12-23 17:15:46'),
(3908,5466,'action created','2020-12-23 22:15:46','2020-12-23 17:15:46'),
(3909,5466,'action started via WP Cron','2020-12-23 22:20:00','2020-12-23 17:20:00'),
(3910,5466,'action complete via WP Cron','2020-12-23 22:20:00','2020-12-23 17:20:00'),
(3911,5467,'action created','2020-12-23 22:20:00','2020-12-23 17:20:00'),
(3912,5467,'action started via WP Cron','2020-12-23 22:20:41','2020-12-23 17:20:41'),
(3913,5467,'action complete via WP Cron','2020-12-23 22:20:41','2020-12-23 17:20:41'),
(3914,5468,'action created','2020-12-23 22:20:41','2020-12-23 17:20:41'),
(3915,5468,'action started via WP Cron','2020-12-23 22:21:39','2020-12-23 17:21:39'),
(3916,5468,'action complete via WP Cron','2020-12-23 22:21:39','2020-12-23 17:21:39'),
(3917,5469,'action created','2020-12-23 22:21:39','2020-12-23 17:21:39'),
(3918,5469,'action started via WP Cron','2020-12-23 22:22:30','2020-12-23 17:22:30'),
(3919,5469,'action complete via WP Cron','2020-12-23 22:22:30','2020-12-23 17:22:30'),
(3920,5470,'action created','2020-12-23 22:22:30','2020-12-23 17:22:30'),
(3921,5470,'action started via WP Cron','2020-12-23 22:25:46','2020-12-23 17:25:46'),
(3922,5470,'action complete via WP Cron','2020-12-23 22:25:46','2020-12-23 17:25:46'),
(3923,5471,'action created','2020-12-23 22:25:46','2020-12-23 17:25:46'),
(3924,5471,'action started via WP Cron','2020-12-23 22:31:11','2020-12-23 17:31:11'),
(3925,5471,'action complete via WP Cron','2020-12-23 22:31:11','2020-12-23 17:31:11'),
(3926,5472,'action created','2020-12-23 22:31:11','2020-12-23 17:31:11'),
(3927,5472,'action started via WP Cron','2020-12-23 22:32:27','2020-12-23 17:32:27'),
(3928,5472,'action complete via WP Cron','2020-12-23 22:32:27','2020-12-23 17:32:27'),
(3929,5473,'action created','2020-12-23 22:32:27','2020-12-23 17:32:27'),
(3930,5473,'action started via WP Cron','2020-12-23 22:34:28','2020-12-23 17:34:28'),
(3931,5473,'action complete via WP Cron','2020-12-23 22:34:28','2020-12-23 17:34:28'),
(3932,5474,'action created','2020-12-23 22:34:28','2020-12-23 17:34:28'),
(3933,5474,'action started via WP Cron','2020-12-23 22:35:28','2020-12-23 17:35:28'),
(3934,5474,'action complete via WP Cron','2020-12-23 22:35:28','2020-12-23 17:35:28'),
(3935,5475,'action created','2020-12-23 22:35:28','2020-12-23 17:35:28'),
(3936,5475,'action started via WP Cron','2020-12-23 22:36:36','2020-12-23 17:36:36'),
(3937,5475,'action complete via WP Cron','2020-12-23 22:36:36','2020-12-23 17:36:36'),
(3938,5476,'action created','2020-12-23 22:36:36','2020-12-23 17:36:36'),
(3939,5476,'action started via WP Cron','2020-12-23 22:37:13','2020-12-23 17:37:13'),
(3940,5476,'action complete via WP Cron','2020-12-23 22:37:13','2020-12-23 17:37:13'),
(3941,5477,'action created','2020-12-23 22:37:13','2020-12-23 17:37:13'),
(3942,5477,'action started via WP Cron','2020-12-23 22:39:51','2020-12-23 17:39:51'),
(3943,5477,'action complete via WP Cron','2020-12-23 22:39:51','2020-12-23 17:39:51'),
(3944,5478,'action created','2020-12-23 22:39:51','2020-12-23 17:39:51'),
(3945,5478,'action started via WP Cron','2020-12-23 22:42:00','2020-12-23 17:42:00'),
(3946,5478,'action complete via WP Cron','2020-12-23 22:42:00','2020-12-23 17:42:00'),
(3947,5479,'action created','2020-12-23 22:42:00','2020-12-23 17:42:00'),
(3948,5479,'action started via WP Cron','2020-12-23 22:44:20','2020-12-23 17:44:20'),
(3949,5479,'action complete via WP Cron','2020-12-23 22:44:20','2020-12-23 17:44:20'),
(3950,5480,'action created','2020-12-23 22:44:20','2020-12-23 17:44:20'),
(3951,5480,'action started via WP Cron','2020-12-23 22:47:15','2020-12-23 17:47:15'),
(3952,5480,'action complete via WP Cron','2020-12-23 22:47:15','2020-12-23 17:47:15'),
(3953,5481,'action created','2020-12-23 22:47:15','2020-12-23 17:47:15'),
(3954,5481,'action started via WP Cron','2020-12-23 22:48:42','2020-12-23 17:48:42'),
(3955,5481,'action complete via WP Cron','2020-12-23 22:48:42','2020-12-23 17:48:42'),
(3956,5482,'action created','2020-12-23 22:48:42','2020-12-23 17:48:42'),
(3957,5482,'action started via WP Cron','2020-12-23 22:49:12','2020-12-23 17:49:12'),
(3958,5482,'action complete via WP Cron','2020-12-23 22:49:12','2020-12-23 17:49:12'),
(3959,5483,'action created','2020-12-23 22:49:12','2020-12-23 17:49:12'),
(3960,5483,'action started via WP Cron','2020-12-23 22:50:55','2020-12-23 17:50:55'),
(3961,5483,'action complete via WP Cron','2020-12-23 22:50:55','2020-12-23 17:50:55'),
(3962,5484,'action created','2020-12-23 22:50:55','2020-12-23 17:50:55'),
(3963,5484,'action started via WP Cron','2020-12-23 22:51:18','2020-12-23 17:51:18'),
(3964,5484,'action complete via WP Cron','2020-12-23 22:51:18','2020-12-23 17:51:18'),
(3965,5485,'action created','2020-12-23 22:51:18','2020-12-23 17:51:18'),
(3966,5485,'action started via WP Cron','2020-12-23 22:53:25','2020-12-23 17:53:25'),
(3967,5485,'action complete via WP Cron','2020-12-23 22:53:25','2020-12-23 17:53:25'),
(3968,5486,'action created','2020-12-23 22:53:25','2020-12-23 17:53:25'),
(3969,5486,'action started via WP Cron','2020-12-23 22:54:56','2020-12-23 17:54:56'),
(3970,5486,'action complete via WP Cron','2020-12-23 22:54:57','2020-12-23 17:54:57'),
(3971,5487,'action created','2020-12-23 22:54:57','2020-12-23 17:54:57'),
(3972,5487,'action started via WP Cron','2020-12-23 22:55:13','2020-12-23 17:55:13'),
(3973,5487,'action complete via WP Cron','2020-12-23 22:55:13','2020-12-23 17:55:13'),
(3974,5488,'action created','2020-12-23 22:55:13','2020-12-23 17:55:13'),
(3975,5488,'action started via WP Cron','2020-12-23 22:56:37','2020-12-23 17:56:37'),
(3976,5488,'action complete via WP Cron','2020-12-23 22:56:37','2020-12-23 17:56:37'),
(3977,5489,'action created','2020-12-23 22:56:37','2020-12-23 17:56:37'),
(3978,5489,'action started via WP Cron','2020-12-23 22:57:33','2020-12-23 17:57:33'),
(3979,5489,'action complete via WP Cron','2020-12-23 22:57:33','2020-12-23 17:57:33'),
(3980,5490,'action created','2020-12-23 22:57:33','2020-12-23 17:57:33'),
(3981,5490,'action started via WP Cron','2020-12-23 22:59:08','2020-12-23 17:59:08'),
(3982,5490,'action complete via WP Cron','2020-12-23 22:59:08','2020-12-23 17:59:08'),
(3983,5491,'action created','2020-12-23 22:59:09','2020-12-23 17:59:09'),
(3984,5491,'action started via WP Cron','2020-12-23 23:00:37','2020-12-23 18:00:37'),
(3985,5491,'action complete via WP Cron','2020-12-23 23:00:37','2020-12-23 18:00:37'),
(3986,5492,'action created','2020-12-23 23:00:37','2020-12-23 18:00:37'),
(3987,5492,'action started via WP Cron','2020-12-23 23:04:47','2020-12-23 18:04:47'),
(3988,5492,'action complete via WP Cron','2020-12-23 23:04:47','2020-12-23 18:04:47'),
(3989,5493,'action created','2020-12-23 23:04:47','2020-12-23 18:04:47'),
(3990,5493,'action started via WP Cron','2020-12-23 23:06:50','2020-12-23 18:06:50'),
(3991,5493,'action complete via WP Cron','2020-12-23 23:06:50','2020-12-23 18:06:50'),
(3992,5494,'action created','2020-12-23 23:06:50','2020-12-23 18:06:50'),
(3993,5494,'action started via WP Cron','2020-12-23 23:07:12','2020-12-23 18:07:12'),
(3994,5494,'action complete via WP Cron','2020-12-23 23:07:12','2020-12-23 18:07:12'),
(3995,5495,'action created','2020-12-23 23:07:12','2020-12-23 18:07:12'),
(3996,5495,'action started via WP Cron','2020-12-23 23:08:39','2020-12-23 18:08:39'),
(3997,5495,'action complete via WP Cron','2020-12-23 23:08:39','2020-12-23 18:08:39'),
(3998,5496,'action created','2020-12-23 23:08:39','2020-12-23 18:08:39'),
(3999,5496,'action started via WP Cron','2020-12-23 23:09:34','2020-12-23 18:09:34'),
(4000,5496,'action complete via WP Cron','2020-12-23 23:09:34','2020-12-23 18:09:34'),
(4001,5497,'action created','2020-12-23 23:09:34','2020-12-23 18:09:34'),
(4002,5497,'action started via WP Cron','2020-12-23 23:10:37','2020-12-23 18:10:37'),
(4003,5497,'action complete via WP Cron','2020-12-23 23:10:37','2020-12-23 18:10:37'),
(4004,5498,'action created','2020-12-23 23:10:37','2020-12-23 18:10:37'),
(4005,5498,'action started via WP Cron','2020-12-23 23:11:39','2020-12-23 18:11:39'),
(4006,5498,'action complete via WP Cron','2020-12-23 23:11:39','2020-12-23 18:11:39'),
(4007,5499,'action created','2020-12-23 23:11:39','2020-12-23 18:11:39'),
(4008,5499,'action started via WP Cron','2020-12-23 23:13:29','2020-12-23 18:13:29'),
(4009,5499,'action complete via WP Cron','2020-12-23 23:13:29','2020-12-23 18:13:29'),
(4010,5500,'action created','2020-12-23 23:13:56','2020-12-23 18:13:56'),
(4011,5500,'action started via WP Cron','2020-12-23 23:15:36','2020-12-23 18:15:36'),
(4012,5500,'action complete via WP Cron','2020-12-23 23:15:36','2020-12-23 18:15:36'),
(4013,5501,'action created','2020-12-23 23:15:36','2020-12-23 18:15:36'),
(4014,5501,'action started via WP Cron','2020-12-23 23:18:14','2020-12-23 18:18:14'),
(4015,5501,'action complete via WP Cron','2020-12-23 23:18:14','2020-12-23 18:18:14'),
(4016,5502,'action created','2020-12-23 23:18:14','2020-12-23 18:18:14'),
(4017,5502,'action started via WP Cron','2020-12-23 23:19:11','2020-12-23 18:19:11'),
(4018,5502,'action complete via WP Cron','2020-12-23 23:19:11','2020-12-23 18:19:11'),
(4019,5503,'action created','2020-12-23 23:19:11','2020-12-23 18:19:11'),
(4020,5503,'action started via WP Cron','2020-12-23 23:21:47','2020-12-23 18:21:47'),
(4021,5503,'action complete via WP Cron','2020-12-23 23:21:47','2020-12-23 18:21:47'),
(4022,5504,'action created','2020-12-23 23:21:47','2020-12-23 18:21:47'),
(4023,5504,'action started via WP Cron','2020-12-23 23:22:21','2020-12-23 18:22:21'),
(4024,5504,'action complete via WP Cron','2020-12-23 23:22:21','2020-12-23 18:22:21'),
(4025,5505,'action created','2020-12-23 23:22:21','2020-12-23 18:22:21'),
(4026,5505,'action started via WP Cron','2020-12-23 23:30:53','2020-12-23 18:30:53'),
(4027,5505,'action complete via WP Cron','2020-12-23 23:30:53','2020-12-23 18:30:53'),
(4028,5506,'action created','2020-12-23 23:30:53','2020-12-23 18:30:53'),
(4029,5506,'action started via WP Cron','2020-12-23 23:34:00','2020-12-23 18:34:00'),
(4030,5506,'action complete via WP Cron','2020-12-23 23:34:00','2020-12-23 18:34:00'),
(4031,5507,'action created','2020-12-23 23:34:00','2020-12-23 18:34:00'),
(4032,5507,'action started via WP Cron','2020-12-23 23:36:39','2020-12-23 18:36:39'),
(4033,5507,'action complete via WP Cron','2020-12-23 23:36:39','2020-12-23 18:36:39'),
(4034,5508,'action created','2020-12-23 23:36:39','2020-12-23 18:36:39'),
(4035,5508,'action started via WP Cron','2020-12-23 23:39:02','2020-12-23 18:39:02'),
(4036,5508,'action complete via WP Cron','2020-12-23 23:39:02','2020-12-23 18:39:02'),
(4037,5509,'action created','2020-12-23 23:39:02','2020-12-23 18:39:02'),
(4038,5509,'action started via WP Cron','2020-12-23 23:39:21','2020-12-23 18:39:21'),
(4039,5509,'action complete via WP Cron','2020-12-23 23:39:21','2020-12-23 18:39:21'),
(4040,5510,'action created','2020-12-23 23:39:21','2020-12-23 18:39:21'),
(4041,5510,'action started via WP Cron','2020-12-23 23:47:54','2020-12-23 18:47:54'),
(4042,5510,'action complete via WP Cron','2020-12-23 23:47:54','2020-12-23 18:47:54'),
(4043,5511,'action created','2020-12-23 23:47:54','2020-12-23 18:47:54'),
(4044,5511,'action started via WP Cron','2020-12-23 23:50:06','2020-12-23 18:50:06'),
(4045,5511,'action complete via WP Cron','2020-12-23 23:50:06','2020-12-23 18:50:06'),
(4046,5512,'action created','2020-12-23 23:50:06','2020-12-23 18:50:06'),
(4047,5512,'action started via WP Cron','2020-12-23 23:50:36','2020-12-23 18:50:36'),
(4048,5512,'action complete via WP Cron','2020-12-23 23:50:36','2020-12-23 18:50:36'),
(4049,5513,'action created','2020-12-23 23:50:36','2020-12-23 18:50:36'),
(4050,5513,'action started via WP Cron','2020-12-23 23:51:38','2020-12-23 18:51:38'),
(4051,5513,'action complete via WP Cron','2020-12-23 23:51:38','2020-12-23 18:51:38'),
(4052,5514,'action created','2020-12-23 23:51:38','2020-12-23 18:51:38'),
(4053,5514,'action started via WP Cron','2020-12-23 23:52:43','2020-12-23 18:52:43'),
(4054,5514,'action complete via WP Cron','2020-12-23 23:52:43','2020-12-23 18:52:43'),
(4055,5515,'action created','2020-12-23 23:52:43','2020-12-23 18:52:43'),
(4056,5515,'action started via WP Cron','2020-12-23 23:53:39','2020-12-23 18:53:39'),
(4057,5515,'action complete via WP Cron','2020-12-23 23:53:39','2020-12-23 18:53:39'),
(4058,5516,'action created','2020-12-23 23:53:39','2020-12-23 18:53:39'),
(4059,5516,'action started via WP Cron','2020-12-23 23:55:17','2020-12-23 18:55:17'),
(4060,5516,'action complete via WP Cron','2020-12-23 23:55:17','2020-12-23 18:55:17'),
(4061,5517,'action created','2020-12-23 23:55:17','2020-12-23 18:55:17'),
(4062,5517,'action started via WP Cron','2020-12-23 23:56:46','2020-12-23 18:56:46'),
(4063,5517,'action complete via WP Cron','2020-12-23 23:56:46','2020-12-23 18:56:46'),
(4064,5518,'action created','2020-12-23 23:56:46','2020-12-23 18:56:46'),
(4065,5518,'action started via WP Cron','2020-12-23 23:57:20','2020-12-23 18:57:20'),
(4066,5518,'action complete via WP Cron','2020-12-23 23:57:20','2020-12-23 18:57:20'),
(4067,5519,'action created','2020-12-23 23:57:20','2020-12-23 18:57:20'),
(4068,5519,'action started via WP Cron','2020-12-23 23:59:04','2020-12-23 18:59:04'),
(4069,5519,'action complete via WP Cron','2020-12-23 23:59:04','2020-12-23 18:59:04'),
(4070,5520,'action created','2020-12-23 23:59:04','2020-12-23 18:59:04'),
(4071,5520,'action started via WP Cron','2020-12-24 00:01:53','2020-12-23 19:01:53'),
(4072,5520,'action complete via WP Cron','2020-12-24 00:01:53','2020-12-23 19:01:53'),
(4073,5521,'action created','2020-12-24 00:01:53','2020-12-23 19:01:53'),
(4074,5521,'action started via WP Cron','2020-12-24 00:02:18','2020-12-23 19:02:18'),
(4075,5521,'action complete via WP Cron','2020-12-24 00:02:18','2020-12-23 19:02:18'),
(4076,5522,'action created','2020-12-24 00:02:18','2020-12-23 19:02:18'),
(4077,5522,'action started via WP Cron','2020-12-24 00:03:38','2020-12-23 19:03:38'),
(4078,5522,'action complete via WP Cron','2020-12-24 00:03:38','2020-12-23 19:03:38'),
(4079,5523,'action created','2020-12-24 00:03:38','2020-12-23 19:03:38'),
(4080,5523,'action started via WP Cron','2020-12-24 00:05:05','2020-12-23 19:05:05'),
(4081,5523,'action complete via WP Cron','2020-12-24 00:05:05','2020-12-23 19:05:05'),
(4082,5524,'action created','2020-12-24 00:05:05','2020-12-23 19:05:05'),
(4083,5524,'action started via WP Cron','2020-12-24 00:05:27','2020-12-23 19:05:27'),
(4084,5524,'action complete via WP Cron','2020-12-24 00:05:27','2020-12-23 19:05:27'),
(4085,5525,'action created','2020-12-24 00:05:27','2020-12-23 19:05:27'),
(4086,5525,'action started via WP Cron','2020-12-24 00:09:43','2020-12-23 19:09:43'),
(4087,5525,'action complete via WP Cron','2020-12-24 00:09:43','2020-12-23 19:09:43'),
(4088,5526,'action created','2020-12-24 00:09:43','2020-12-23 19:09:43'),
(4089,5526,'action started via WP Cron','2020-12-24 00:17:49','2020-12-23 19:17:49'),
(4090,5526,'action complete via WP Cron','2020-12-24 00:17:49','2020-12-23 19:17:49'),
(4091,5527,'action created','2020-12-24 00:17:50','2020-12-23 19:17:50'),
(4092,5527,'action started via WP Cron','2020-12-24 00:18:42','2020-12-23 19:18:42'),
(4093,5527,'action complete via WP Cron','2020-12-24 00:18:42','2020-12-23 19:18:42'),
(4094,5528,'action created','2020-12-24 00:18:42','2020-12-23 19:18:42'),
(4095,5528,'action started via WP Cron','2020-12-24 00:19:38','2020-12-23 19:19:38'),
(4096,5528,'action complete via WP Cron','2020-12-24 00:19:38','2020-12-23 19:19:38'),
(4097,5529,'action created','2020-12-24 00:19:38','2020-12-23 19:19:38'),
(4098,5529,'action started via WP Cron','2020-12-24 00:20:11','2020-12-23 19:20:11'),
(4099,5529,'action complete via WP Cron','2020-12-24 00:20:11','2020-12-23 19:20:11'),
(4100,5530,'action created','2020-12-24 00:20:11','2020-12-23 19:20:11'),
(4101,5530,'action started via WP Cron','2020-12-24 00:24:33','2020-12-23 19:24:33'),
(4102,5530,'action complete via WP Cron','2020-12-24 00:24:33','2020-12-23 19:24:33'),
(4103,5531,'action created','2020-12-24 00:24:33','2020-12-23 19:24:33'),
(4104,5531,'action started via WP Cron','2020-12-24 00:25:15','2020-12-23 19:25:15'),
(4105,5531,'action complete via WP Cron','2020-12-24 00:25:15','2020-12-23 19:25:15'),
(4106,5532,'action created','2020-12-24 00:25:15','2020-12-23 19:25:15'),
(4107,5532,'action started via WP Cron','2020-12-24 00:26:13','2020-12-23 19:26:13'),
(4108,5532,'action complete via WP Cron','2020-12-24 00:26:13','2020-12-23 19:26:13'),
(4109,5533,'action created','2020-12-24 00:26:13','2020-12-23 19:26:13'),
(4110,5533,'action started via WP Cron','2020-12-24 00:30:21','2020-12-23 19:30:21'),
(4111,5533,'action complete via WP Cron','2020-12-24 00:30:22','2020-12-23 19:30:22'),
(4112,5534,'action created','2020-12-24 00:30:22','2020-12-23 19:30:22'),
(4113,5534,'action started via WP Cron','2020-12-24 00:32:47','2020-12-23 19:32:47'),
(4114,5534,'action complete via WP Cron','2020-12-24 00:32:47','2020-12-23 19:32:47'),
(4115,5535,'action created','2020-12-24 00:32:47','2020-12-23 19:32:47'),
(4116,5535,'action started via WP Cron','2020-12-24 00:35:34','2020-12-23 19:35:34'),
(4117,5535,'action complete via WP Cron','2020-12-24 00:35:34','2020-12-23 19:35:34'),
(4118,5536,'action created','2020-12-24 00:35:34','2020-12-23 19:35:34'),
(4119,5536,'action started via WP Cron','2020-12-24 00:36:14','2020-12-23 19:36:14'),
(4120,5536,'action complete via WP Cron','2020-12-24 00:36:14','2020-12-23 19:36:14'),
(4121,5537,'action created','2020-12-24 00:36:14','2020-12-23 19:36:14'),
(4122,5537,'action started via WP Cron','2020-12-24 00:37:44','2020-12-23 19:37:44'),
(4123,5537,'action complete via WP Cron','2020-12-24 00:37:44','2020-12-23 19:37:44'),
(4124,5538,'action created','2020-12-24 00:37:44','2020-12-23 19:37:44'),
(4125,5538,'action started via WP Cron','2020-12-24 00:38:43','2020-12-23 19:38:43'),
(4126,5538,'action complete via WP Cron','2020-12-24 00:38:43','2020-12-23 19:38:43'),
(4127,5539,'action created','2020-12-24 00:38:43','2020-12-23 19:38:43'),
(4128,5539,'action started via WP Cron','2020-12-24 00:39:51','2020-12-23 19:39:51'),
(4129,5539,'action complete via WP Cron','2020-12-24 00:39:51','2020-12-23 19:39:51'),
(4130,5540,'action created','2020-12-24 00:39:51','2020-12-23 19:39:51'),
(4131,5540,'action started via WP Cron','2020-12-24 00:40:30','2020-12-23 19:40:30'),
(4132,5540,'action complete via WP Cron','2020-12-24 00:40:30','2020-12-23 19:40:30'),
(4133,5541,'action created','2020-12-24 00:40:30','2020-12-23 19:40:30'),
(4134,5541,'action started via WP Cron','2020-12-24 00:41:28','2020-12-23 19:41:28'),
(4135,5541,'action complete via WP Cron','2020-12-24 00:41:28','2020-12-23 19:41:28'),
(4136,5542,'action created','2020-12-24 00:41:28','2020-12-23 19:41:28'),
(4137,5542,'action started via WP Cron','2020-12-24 00:46:13','2020-12-23 19:46:13'),
(4138,5542,'action complete via WP Cron','2020-12-24 00:46:13','2020-12-23 19:46:13'),
(4139,5543,'action created','2020-12-24 00:46:13','2020-12-23 19:46:13'),
(4140,5543,'action started via WP Cron','2020-12-24 00:50:09','2020-12-23 19:50:09'),
(4141,5543,'action complete via WP Cron','2020-12-24 00:50:09','2020-12-23 19:50:09'),
(4142,5544,'action created','2020-12-24 00:50:09','2020-12-23 19:50:09'),
(4143,5544,'action started via WP Cron','2020-12-24 00:50:57','2020-12-23 19:50:57'),
(4144,5544,'action complete via WP Cron','2020-12-24 00:50:57','2020-12-23 19:50:57'),
(4145,5545,'action created','2020-12-24 00:50:57','2020-12-23 19:50:57'),
(4146,5545,'action started via WP Cron','2020-12-24 00:53:00','2020-12-23 19:53:00'),
(4147,5545,'action complete via WP Cron','2020-12-24 00:53:00','2020-12-23 19:53:00'),
(4148,5546,'action created','2020-12-24 00:53:00','2020-12-23 19:53:00'),
(4149,5546,'action started via WP Cron','2020-12-24 00:54:20','2020-12-23 19:54:20'),
(4150,5546,'action complete via WP Cron','2020-12-24 00:54:20','2020-12-23 19:54:20'),
(4151,5547,'action created','2020-12-24 00:54:20','2020-12-23 19:54:20'),
(4152,5547,'action started via WP Cron','2020-12-24 00:55:11','2020-12-23 19:55:11'),
(4153,5547,'action complete via WP Cron','2020-12-24 00:55:11','2020-12-23 19:55:11'),
(4154,5548,'action created','2020-12-24 00:55:11','2020-12-23 19:55:11'),
(4155,5548,'action started via WP Cron','2020-12-24 00:56:31','2020-12-23 19:56:31'),
(4156,5548,'action complete via WP Cron','2020-12-24 00:56:31','2020-12-23 19:56:31'),
(4157,5549,'action created','2020-12-24 00:56:31','2020-12-23 19:56:31'),
(4158,5549,'action started via WP Cron','2020-12-24 00:58:08','2020-12-23 19:58:08'),
(4159,5549,'action complete via WP Cron','2020-12-24 00:58:08','2020-12-23 19:58:08'),
(4160,5550,'action created','2020-12-24 00:58:08','2020-12-23 19:58:08'),
(4161,5550,'action started via WP Cron','2020-12-24 00:59:00','2020-12-23 19:59:00'),
(4162,5550,'action complete via WP Cron','2020-12-24 00:59:00','2020-12-23 19:59:00'),
(4163,5551,'action created','2020-12-24 00:59:00','2020-12-23 19:59:00'),
(4164,5551,'action started via WP Cron','2020-12-24 00:59:28','2020-12-23 19:59:28'),
(4165,5551,'action complete via WP Cron','2020-12-24 00:59:28','2020-12-23 19:59:28'),
(4166,5552,'action created','2020-12-24 00:59:28','2020-12-23 19:59:28'),
(4167,5552,'action started via WP Cron','2020-12-24 01:00:12','2020-12-23 20:00:12'),
(4168,5552,'action complete via WP Cron','2020-12-24 01:00:12','2020-12-23 20:00:12'),
(4169,5553,'action created','2020-12-24 01:00:12','2020-12-23 20:00:12'),
(4170,4653,'action started via WP Cron','2020-12-24 01:01:15','2020-12-23 20:01:15'),
(4171,4653,'action complete via WP Cron','2020-12-24 01:01:15','2020-12-23 20:01:15'),
(4172,5554,'action created','2020-12-24 01:01:15','2020-12-23 20:01:15'),
(4173,5553,'action started via WP Cron','2020-12-24 01:01:15','2020-12-23 20:01:15'),
(4174,5553,'action complete via WP Cron','2020-12-24 01:01:15','2020-12-23 20:01:15'),
(4175,5555,'action created','2020-12-24 01:01:15','2020-12-23 20:01:15'),
(4176,5555,'action started via WP Cron','2020-12-24 01:03:06','2020-12-23 20:03:06'),
(4177,5555,'action complete via WP Cron','2020-12-24 01:03:06','2020-12-23 20:03:06'),
(4178,5556,'action created','2020-12-24 01:03:06','2020-12-23 20:03:06'),
(4179,5556,'action started via WP Cron','2020-12-24 01:03:40','2020-12-23 20:03:40'),
(4180,5556,'action complete via WP Cron','2020-12-24 01:03:40','2020-12-23 20:03:40'),
(4181,5557,'action created','2020-12-24 01:03:40','2020-12-23 20:03:40'),
(4182,5557,'action started via WP Cron','2020-12-24 01:04:24','2020-12-23 20:04:24'),
(4183,5557,'action complete via WP Cron','2020-12-24 01:04:24','2020-12-23 20:04:24'),
(4184,5558,'action created','2020-12-24 01:04:24','2020-12-23 20:04:24'),
(4185,5558,'action started via WP Cron','2020-12-24 01:08:00','2020-12-23 20:08:00'),
(4186,5558,'action complete via WP Cron','2020-12-24 01:08:00','2020-12-23 20:08:00'),
(4187,5559,'action created','2020-12-24 01:08:00','2020-12-23 20:08:00'),
(4188,5559,'action started via WP Cron','2020-12-24 01:09:02','2020-12-23 20:09:02'),
(4189,5559,'action complete via WP Cron','2020-12-24 01:09:02','2020-12-23 20:09:02'),
(4190,5560,'action created','2020-12-24 01:09:02','2020-12-23 20:09:02'),
(4191,5560,'action started via WP Cron','2020-12-24 01:09:48','2020-12-23 20:09:48'),
(4192,5560,'action complete via WP Cron','2020-12-24 01:09:48','2020-12-23 20:09:48'),
(4193,5561,'action created','2020-12-24 01:09:48','2020-12-23 20:09:48'),
(4194,5561,'action started via WP Cron','2020-12-24 01:13:02','2020-12-23 20:13:02'),
(4195,5561,'action complete via WP Cron','2020-12-24 01:13:02','2020-12-23 20:13:02'),
(4196,5562,'action created','2020-12-24 01:13:02','2020-12-23 20:13:02'),
(4197,5562,'action started via WP Cron','2020-12-24 01:16:04','2020-12-23 20:16:04'),
(4198,5562,'action complete via WP Cron','2020-12-24 01:16:04','2020-12-23 20:16:04'),
(4199,5563,'action created','2020-12-24 01:16:04','2020-12-23 20:16:04'),
(4200,5563,'action started via WP Cron','2020-12-24 01:17:08','2020-12-23 20:17:08'),
(4201,5563,'action complete via WP Cron','2020-12-24 01:17:08','2020-12-23 20:17:08'),
(4202,5564,'action created','2020-12-24 01:17:08','2020-12-23 20:17:08'),
(4203,5564,'action started via WP Cron','2020-12-24 01:19:12','2020-12-23 20:19:12'),
(4204,5564,'action complete via WP Cron','2020-12-24 01:19:12','2020-12-23 20:19:12'),
(4205,5565,'action created','2020-12-24 01:19:12','2020-12-23 20:19:12'),
(4206,5565,'action started via WP Cron','2020-12-24 01:20:26','2020-12-23 20:20:26'),
(4207,5565,'action complete via WP Cron','2020-12-24 01:20:26','2020-12-23 20:20:26'),
(4208,5566,'action created','2020-12-24 01:20:26','2020-12-23 20:20:26'),
(4209,5566,'action started via WP Cron','2020-12-24 01:23:07','2020-12-23 20:23:07'),
(4210,5566,'action complete via WP Cron','2020-12-24 01:23:07','2020-12-23 20:23:07'),
(4211,5567,'action created','2020-12-24 01:23:07','2020-12-23 20:23:07'),
(4212,5567,'action started via WP Cron','2020-12-24 01:24:26','2020-12-23 20:24:26'),
(4213,5567,'action complete via WP Cron','2020-12-24 01:24:26','2020-12-23 20:24:26'),
(4214,5568,'action created','2020-12-24 01:24:26','2020-12-23 20:24:26'),
(4215,5568,'action started via WP Cron','2020-12-24 01:28:18','2020-12-23 20:28:18'),
(4216,5568,'action complete via WP Cron','2020-12-24 01:28:18','2020-12-23 20:28:18'),
(4217,5569,'action created','2020-12-24 01:28:18','2020-12-23 20:28:18'),
(4218,5569,'action started via WP Cron','2020-12-24 01:30:45','2020-12-23 20:30:45'),
(4219,5569,'action complete via WP Cron','2020-12-24 01:30:45','2020-12-23 20:30:45'),
(4220,5570,'action created','2020-12-24 01:30:45','2020-12-23 20:30:45'),
(4221,5570,'action started via WP Cron','2020-12-24 01:32:22','2020-12-23 20:32:22'),
(4222,5570,'action complete via WP Cron','2020-12-24 01:32:22','2020-12-23 20:32:22'),
(4223,5571,'action created','2020-12-24 01:32:22','2020-12-23 20:32:22'),
(4224,5571,'action started via WP Cron','2020-12-24 01:34:33','2020-12-23 20:34:33'),
(4225,5571,'action complete via WP Cron','2020-12-24 01:34:33','2020-12-23 20:34:33'),
(4226,5572,'action created','2020-12-24 01:34:33','2020-12-23 20:34:33'),
(4227,5572,'action started via WP Cron','2020-12-24 01:35:40','2020-12-23 20:35:40'),
(4228,5572,'action complete via WP Cron','2020-12-24 01:35:40','2020-12-23 20:35:40'),
(4229,5573,'action created','2020-12-24 01:35:40','2020-12-23 20:35:40'),
(4230,5573,'action started via WP Cron','2020-12-24 01:39:18','2020-12-23 20:39:18'),
(4231,5573,'action complete via WP Cron','2020-12-24 01:39:18','2020-12-23 20:39:18'),
(4232,5574,'action created','2020-12-24 01:39:19','2020-12-23 20:39:19'),
(4233,5574,'action started via WP Cron','2020-12-24 01:40:51','2020-12-23 20:40:51'),
(4234,5574,'action complete via WP Cron','2020-12-24 01:40:51','2020-12-23 20:40:51'),
(4235,5575,'action created','2020-12-24 01:40:51','2020-12-23 20:40:51'),
(4236,5575,'action started via WP Cron','2020-12-24 01:45:56','2020-12-23 20:45:56'),
(4237,5575,'action complete via WP Cron','2020-12-24 01:45:56','2020-12-23 20:45:56'),
(4238,5576,'action created','2020-12-24 01:45:56','2020-12-23 20:45:56'),
(4239,5576,'action started via WP Cron','2020-12-24 01:49:00','2020-12-23 20:49:00'),
(4240,5576,'action complete via WP Cron','2020-12-24 01:49:00','2020-12-23 20:49:00'),
(4241,5577,'action created','2020-12-24 01:49:01','2020-12-23 20:49:01'),
(4242,5577,'action started via WP Cron','2020-12-24 01:49:14','2020-12-23 20:49:14'),
(4243,5577,'action complete via WP Cron','2020-12-24 01:49:14','2020-12-23 20:49:14'),
(4244,5578,'action created','2020-12-24 01:49:14','2020-12-23 20:49:14'),
(4245,5578,'action started via WP Cron','2020-12-24 01:50:16','2020-12-23 20:50:16'),
(4246,5578,'action complete via WP Cron','2020-12-24 01:50:16','2020-12-23 20:50:16'),
(4247,5579,'action created','2020-12-24 01:50:16','2020-12-23 20:50:16'),
(4248,5579,'action started via WP Cron','2020-12-24 01:51:12','2020-12-23 20:51:12'),
(4249,5579,'action complete via WP Cron','2020-12-24 01:51:12','2020-12-23 20:51:12'),
(4250,5580,'action created','2020-12-24 01:51:12','2020-12-23 20:51:12'),
(4251,5580,'action started via WP Cron','2020-12-24 01:53:31','2020-12-23 20:53:31'),
(4252,5580,'action complete via WP Cron','2020-12-24 01:53:31','2020-12-23 20:53:31'),
(4253,5581,'action created','2020-12-24 01:53:31','2020-12-23 20:53:31'),
(4254,5581,'action started via WP Cron','2020-12-24 01:54:17','2020-12-23 20:54:17'),
(4255,5581,'action complete via WP Cron','2020-12-24 01:54:17','2020-12-23 20:54:17'),
(4256,5582,'action created','2020-12-24 01:54:17','2020-12-23 20:54:17'),
(4257,5582,'action started via WP Cron','2020-12-24 01:55:59','2020-12-23 20:55:59'),
(4258,5582,'action complete via WP Cron','2020-12-24 01:55:59','2020-12-23 20:55:59'),
(4259,5583,'action created','2020-12-24 01:55:59','2020-12-23 20:55:59'),
(4260,5583,'action started via WP Cron','2020-12-24 01:56:56','2020-12-23 20:56:56'),
(4261,5583,'action complete via WP Cron','2020-12-24 01:56:56','2020-12-23 20:56:56'),
(4262,5584,'action created','2020-12-24 01:56:56','2020-12-23 20:56:56'),
(4263,5584,'action started via WP Cron','2020-12-24 01:57:26','2020-12-23 20:57:26'),
(4264,5584,'action complete via WP Cron','2020-12-24 01:57:26','2020-12-23 20:57:26'),
(4265,5585,'action created','2020-12-24 01:57:26','2020-12-23 20:57:26'),
(4266,5585,'action started via WP Cron','2020-12-24 01:59:43','2020-12-23 20:59:43'),
(4267,5585,'action complete via WP Cron','2020-12-24 01:59:43','2020-12-23 20:59:43'),
(4268,5586,'action created','2020-12-24 01:59:43','2020-12-23 20:59:43'),
(4269,5586,'action started via WP Cron','2020-12-24 02:01:10','2020-12-23 21:01:10'),
(4270,5586,'action complete via WP Cron','2020-12-24 02:01:10','2020-12-23 21:01:10'),
(4271,5587,'action created','2020-12-24 02:01:10','2020-12-23 21:01:10'),
(4272,5587,'action started via WP Cron','2020-12-24 02:03:38','2020-12-23 21:03:38'),
(4273,5587,'action complete via WP Cron','2020-12-24 02:03:38','2020-12-23 21:03:38'),
(4274,5588,'action created','2020-12-24 02:03:38','2020-12-23 21:03:38'),
(4275,5588,'action started via WP Cron','2020-12-24 02:04:18','2020-12-23 21:04:18'),
(4276,5588,'action complete via WP Cron','2020-12-24 02:04:18','2020-12-23 21:04:18'),
(4277,5589,'action created','2020-12-24 02:04:18','2020-12-23 21:04:18'),
(4278,5589,'action started via WP Cron','2020-12-24 02:05:41','2020-12-23 21:05:41'),
(4279,5589,'action complete via WP Cron','2020-12-24 02:05:41','2020-12-23 21:05:41'),
(4280,5590,'action created','2020-12-24 02:05:41','2020-12-23 21:05:41'),
(4281,5590,'action started via WP Cron','2020-12-24 02:06:41','2020-12-23 21:06:41'),
(4282,5590,'action complete via WP Cron','2020-12-24 02:06:41','2020-12-23 21:06:41'),
(4283,5591,'action created','2020-12-24 02:06:41','2020-12-23 21:06:41'),
(4284,5591,'action started via WP Cron','2020-12-24 02:07:38','2020-12-23 21:07:38'),
(4285,5591,'action complete via WP Cron','2020-12-24 02:07:38','2020-12-23 21:07:38'),
(4286,5592,'action created','2020-12-24 02:07:38','2020-12-23 21:07:38'),
(4287,5592,'action started via WP Cron','2020-12-24 02:08:19','2020-12-23 21:08:19'),
(4288,5592,'action complete via WP Cron','2020-12-24 02:08:19','2020-12-23 21:08:19'),
(4289,5593,'action created','2020-12-24 02:08:19','2020-12-23 21:08:19'),
(4290,5593,'action started via WP Cron','2020-12-24 02:11:17','2020-12-23 21:11:17'),
(4291,5593,'action complete via WP Cron','2020-12-24 02:11:17','2020-12-23 21:11:17'),
(4292,5594,'action created','2020-12-24 02:11:17','2020-12-23 21:11:17'),
(4293,5594,'action started via WP Cron','2020-12-24 02:12:13','2020-12-23 21:12:13'),
(4294,5594,'action complete via WP Cron','2020-12-24 02:12:13','2020-12-23 21:12:13'),
(4295,5595,'action created','2020-12-24 02:12:13','2020-12-23 21:12:13'),
(4296,5595,'action started via WP Cron','2020-12-24 02:15:53','2020-12-23 21:15:53'),
(4297,5595,'action complete via WP Cron','2020-12-24 02:15:53','2020-12-23 21:15:53'),
(4298,5596,'action created','2020-12-24 02:15:53','2020-12-23 21:15:53'),
(4299,5596,'action started via WP Cron','2020-12-24 02:18:13','2020-12-23 21:18:13'),
(4300,5596,'action complete via WP Cron','2020-12-24 02:18:13','2020-12-23 21:18:13'),
(4301,5597,'action created','2020-12-24 02:18:13','2020-12-23 21:18:13'),
(4302,5597,'action started via WP Cron','2020-12-24 02:19:59','2020-12-23 21:19:59'),
(4303,5597,'action complete via WP Cron','2020-12-24 02:19:59','2020-12-23 21:19:59'),
(4304,5598,'action created','2020-12-24 02:19:59','2020-12-23 21:19:59'),
(4305,5598,'action started via WP Cron','2020-12-24 02:22:12','2020-12-23 21:22:12'),
(4306,5598,'action complete via WP Cron','2020-12-24 02:22:12','2020-12-23 21:22:12'),
(4307,5599,'action created','2020-12-24 02:22:12','2020-12-23 21:22:12'),
(4308,5599,'action started via WP Cron','2020-12-24 02:24:17','2020-12-23 21:24:17'),
(4309,5599,'action complete via WP Cron','2020-12-24 02:24:17','2020-12-23 21:24:17'),
(4310,5600,'action created','2020-12-24 02:24:17','2020-12-23 21:24:17'),
(4311,5600,'action started via WP Cron','2020-12-24 02:27:48','2020-12-23 21:27:48'),
(4312,5600,'action complete via WP Cron','2020-12-24 02:27:48','2020-12-23 21:27:48'),
(4313,5601,'action created','2020-12-24 02:27:48','2020-12-23 21:27:48'),
(4314,5601,'action started via WP Cron','2020-12-24 02:29:09','2020-12-23 21:29:09'),
(4315,5601,'action complete via WP Cron','2020-12-24 02:29:09','2020-12-23 21:29:09'),
(4316,5602,'action created','2020-12-24 02:29:09','2020-12-23 21:29:09'),
(4317,5602,'action started via WP Cron','2020-12-24 02:33:53','2020-12-23 21:33:53'),
(4318,5602,'action complete via WP Cron','2020-12-24 02:33:53','2020-12-23 21:33:53'),
(4319,5603,'action created','2020-12-24 02:33:54','2020-12-23 21:33:54'),
(4320,5603,'action started via WP Cron','2020-12-24 02:38:50','2020-12-23 21:38:50'),
(4321,5603,'action complete via WP Cron','2020-12-24 02:38:50','2020-12-23 21:38:50'),
(4322,5604,'action created','2020-12-24 02:38:50','2020-12-23 21:38:50'),
(4323,5604,'action started via WP Cron','2020-12-24 02:44:00','2020-12-23 21:44:00'),
(4324,5604,'action complete via WP Cron','2020-12-24 02:44:00','2020-12-23 21:44:00'),
(4325,5605,'action created','2020-12-24 02:44:00','2020-12-23 21:44:00'),
(4326,5605,'action started via WP Cron','2020-12-24 02:45:22','2020-12-23 21:45:22'),
(4327,5605,'action complete via WP Cron','2020-12-24 02:45:22','2020-12-23 21:45:22'),
(4328,5606,'action created','2020-12-24 02:45:23','2020-12-23 21:45:23'),
(4329,5606,'action started via WP Cron','2020-12-24 02:49:24','2020-12-23 21:49:24'),
(4330,5606,'action complete via WP Cron','2020-12-24 02:49:24','2020-12-23 21:49:24'),
(4331,5607,'action created','2020-12-24 02:49:24','2020-12-23 21:49:24'),
(4332,5607,'action started via WP Cron','2020-12-24 02:51:01','2020-12-23 21:51:01'),
(4333,5607,'action complete via WP Cron','2020-12-24 02:51:01','2020-12-23 21:51:01'),
(4334,5608,'action created','2020-12-24 02:51:01','2020-12-23 21:51:01'),
(4335,5608,'action started via WP Cron','2020-12-24 02:51:53','2020-12-23 21:51:53'),
(4336,5608,'action complete via WP Cron','2020-12-24 02:51:53','2020-12-23 21:51:53'),
(4337,5609,'action created','2020-12-24 02:51:53','2020-12-23 21:51:53'),
(4338,5609,'action started via WP Cron','2020-12-24 02:53:14','2020-12-23 21:53:14'),
(4339,5609,'action complete via WP Cron','2020-12-24 02:53:14','2020-12-23 21:53:14'),
(4340,5610,'action created','2020-12-24 02:53:14','2020-12-23 21:53:14'),
(4341,5610,'action started via WP Cron','2020-12-24 02:54:59','2020-12-23 21:54:59'),
(4342,5610,'action complete via WP Cron','2020-12-24 02:54:59','2020-12-23 21:54:59'),
(4343,5611,'action created','2020-12-24 02:54:59','2020-12-23 21:54:59'),
(4344,5611,'action started via WP Cron','2020-12-24 02:55:22','2020-12-23 21:55:22'),
(4345,5611,'action complete via WP Cron','2020-12-24 02:55:22','2020-12-23 21:55:22'),
(4346,5612,'action created','2020-12-24 02:55:22','2020-12-23 21:55:22'),
(4347,5612,'action started via WP Cron','2020-12-24 02:57:52','2020-12-23 21:57:52'),
(4348,5612,'action complete via WP Cron','2020-12-24 02:57:52','2020-12-23 21:57:52'),
(4349,5613,'action created','2020-12-24 02:57:52','2020-12-23 21:57:52'),
(4350,5613,'action started via WP Cron','2020-12-24 02:58:18','2020-12-23 21:58:18'),
(4351,5613,'action complete via WP Cron','2020-12-24 02:58:18','2020-12-23 21:58:18'),
(4352,5614,'action created','2020-12-24 02:58:18','2020-12-23 21:58:18'),
(4353,5614,'action started via WP Cron','2020-12-24 03:00:52','2020-12-23 22:00:52'),
(4354,5614,'action complete via WP Cron','2020-12-24 03:00:52','2020-12-23 22:00:52'),
(4355,5615,'action created','2020-12-24 03:00:52','2020-12-23 22:00:52'),
(4356,5615,'action started via WP Cron','2020-12-24 03:01:32','2020-12-23 22:01:32'),
(4357,5615,'action complete via WP Cron','2020-12-24 03:01:32','2020-12-23 22:01:32'),
(4358,5616,'action created','2020-12-24 03:01:32','2020-12-23 22:01:32'),
(4359,5616,'action started via WP Cron','2020-12-24 03:03:25','2020-12-23 22:03:25'),
(4360,5616,'action complete via WP Cron','2020-12-24 03:03:25','2020-12-23 22:03:25'),
(4361,5617,'action created','2020-12-24 03:03:25','2020-12-23 22:03:25'),
(4362,5617,'action started via WP Cron','2020-12-24 03:05:01','2020-12-23 22:05:01'),
(4363,5617,'action complete via WP Cron','2020-12-24 03:05:01','2020-12-23 22:05:01'),
(4364,5618,'action created','2020-12-24 03:05:01','2020-12-23 22:05:01'),
(4365,5618,'action started via WP Cron','2020-12-24 03:06:30','2020-12-23 22:06:30'),
(4366,5618,'action complete via WP Cron','2020-12-24 03:06:30','2020-12-23 22:06:30'),
(4367,5619,'action created','2020-12-24 03:06:30','2020-12-23 22:06:30'),
(4368,5619,'action started via WP Cron','2020-12-24 03:07:12','2020-12-23 22:07:12'),
(4369,5619,'action complete via WP Cron','2020-12-24 03:07:12','2020-12-23 22:07:12'),
(4370,5620,'action created','2020-12-24 03:07:12','2020-12-23 22:07:12'),
(4371,5620,'action started via WP Cron','2020-12-24 03:08:40','2020-12-23 22:08:40'),
(4372,5620,'action complete via WP Cron','2020-12-24 03:08:40','2020-12-23 22:08:40'),
(4373,5621,'action created','2020-12-24 03:08:40','2020-12-23 22:08:40'),
(4374,5621,'action started via WP Cron','2020-12-24 03:09:25','2020-12-23 22:09:25'),
(4375,5621,'action complete via WP Cron','2020-12-24 03:09:25','2020-12-23 22:09:25'),
(4376,5622,'action created','2020-12-24 03:09:26','2020-12-23 22:09:26'),
(4377,5622,'action started via WP Cron','2020-12-24 03:11:13','2020-12-23 22:11:13'),
(4378,5622,'action complete via WP Cron','2020-12-24 03:11:13','2020-12-23 22:11:13'),
(4379,5623,'action created','2020-12-24 03:11:13','2020-12-23 22:11:13'),
(4380,5623,'action started via WP Cron','2020-12-24 03:12:49','2020-12-23 22:12:49'),
(4381,5623,'action complete via WP Cron','2020-12-24 03:12:49','2020-12-23 22:12:49'),
(4382,5624,'action created','2020-12-24 03:12:49','2020-12-23 22:12:49'),
(4383,5624,'action started via WP Cron','2020-12-24 03:13:16','2020-12-23 22:13:16'),
(4384,5624,'action complete via WP Cron','2020-12-24 03:13:16','2020-12-23 22:13:16'),
(4385,5625,'action created','2020-12-24 03:13:16','2020-12-23 22:13:16'),
(4386,5625,'action started via WP Cron','2020-12-24 03:15:47','2020-12-23 22:15:47'),
(4387,5625,'action complete via WP Cron','2020-12-24 03:15:47','2020-12-23 22:15:47'),
(4388,5626,'action created','2020-12-24 03:15:47','2020-12-23 22:15:47'),
(4389,5626,'action started via WP Cron','2020-12-24 03:20:19','2020-12-23 22:20:19'),
(4390,5626,'action complete via WP Cron','2020-12-24 03:20:19','2020-12-23 22:20:19'),
(4391,5627,'action created','2020-12-24 03:20:19','2020-12-23 22:20:19'),
(4392,5627,'action started via WP Cron','2020-12-24 03:25:43','2020-12-23 22:25:43'),
(4393,5627,'action complete via WP Cron','2020-12-24 03:25:43','2020-12-23 22:25:43'),
(4394,5628,'action created','2020-12-24 03:25:43','2020-12-23 22:25:43'),
(4395,5628,'action started via WP Cron','2020-12-24 03:26:25','2020-12-23 22:26:25'),
(4396,5628,'action complete via WP Cron','2020-12-24 03:26:25','2020-12-23 22:26:25'),
(4397,5629,'action created','2020-12-24 03:26:25','2020-12-23 22:26:25'),
(4398,5629,'action started via WP Cron','2020-12-24 03:27:52','2020-12-23 22:27:52'),
(4399,5629,'action complete via WP Cron','2020-12-24 03:27:52','2020-12-23 22:27:52'),
(4400,5630,'action created','2020-12-24 03:27:52','2020-12-23 22:27:52'),
(4401,5630,'action started via WP Cron','2020-12-24 03:31:36','2020-12-23 22:31:36'),
(4402,5630,'action complete via WP Cron','2020-12-24 03:31:36','2020-12-23 22:31:36'),
(4403,5631,'action created','2020-12-24 03:31:36','2020-12-23 22:31:36'),
(4404,5631,'action started via WP Cron','2020-12-24 03:32:20','2020-12-23 22:32:20'),
(4405,5631,'action complete via WP Cron','2020-12-24 03:32:20','2020-12-23 22:32:20'),
(4406,5632,'action created','2020-12-24 03:32:20','2020-12-23 22:32:20'),
(4407,5632,'action started via WP Cron','2020-12-24 03:33:12','2020-12-23 22:33:12'),
(4408,5632,'action complete via WP Cron','2020-12-24 03:33:12','2020-12-23 22:33:12'),
(4409,5633,'action created','2020-12-24 03:33:12','2020-12-23 22:33:12'),
(4410,5633,'action started via WP Cron','2020-12-24 03:35:48','2020-12-23 22:35:48'),
(4411,5633,'action complete via WP Cron','2020-12-24 03:35:48','2020-12-23 22:35:48'),
(4412,5634,'action created','2020-12-24 03:35:48','2020-12-23 22:35:48'),
(4413,5634,'action started via WP Cron','2020-12-24 03:36:43','2020-12-23 22:36:43'),
(4414,5634,'action complete via WP Cron','2020-12-24 03:36:43','2020-12-23 22:36:43'),
(4415,5635,'action created','2020-12-24 03:36:43','2020-12-23 22:36:43'),
(4416,5635,'action started via WP Cron','2020-12-24 03:37:35','2020-12-23 22:37:35'),
(4417,5635,'action complete via WP Cron','2020-12-24 03:37:36','2020-12-23 22:37:36'),
(4418,5636,'action created','2020-12-24 03:37:36','2020-12-23 22:37:36'),
(4419,5636,'action started via WP Cron','2020-12-24 03:39:35','2020-12-23 22:39:35'),
(4420,5636,'action complete via WP Cron','2020-12-24 03:39:36','2020-12-23 22:39:36'),
(4421,5637,'action created','2020-12-24 03:39:36','2020-12-23 22:39:36'),
(4422,5637,'action started via WP Cron','2020-12-24 03:41:07','2020-12-23 22:41:07'),
(4423,5637,'action complete via WP Cron','2020-12-24 03:41:07','2020-12-23 22:41:07'),
(4424,5638,'action created','2020-12-24 03:41:07','2020-12-23 22:41:07'),
(4425,5638,'action started via WP Cron','2020-12-24 03:47:21','2020-12-23 22:47:21'),
(4426,5638,'action complete via WP Cron','2020-12-24 03:47:21','2020-12-23 22:47:21'),
(4427,5639,'action created','2020-12-24 03:47:21','2020-12-23 22:47:21'),
(4428,5639,'action started via WP Cron','2020-12-24 03:49:10','2020-12-23 22:49:10'),
(4429,5639,'action complete via WP Cron','2020-12-24 03:49:10','2020-12-23 22:49:10'),
(4430,5640,'action created','2020-12-24 03:49:10','2020-12-23 22:49:10'),
(4431,5640,'action started via WP Cron','2020-12-24 03:51:03','2020-12-23 22:51:03'),
(4432,5640,'action complete via WP Cron','2020-12-24 03:51:03','2020-12-23 22:51:03'),
(4433,5641,'action created','2020-12-24 03:51:03','2020-12-23 22:51:03'),
(4434,5641,'action started via WP Cron','2020-12-24 03:53:28','2020-12-23 22:53:28'),
(4435,5641,'action complete via WP Cron','2020-12-24 03:53:28','2020-12-23 22:53:28'),
(4436,5642,'action created','2020-12-24 03:53:28','2020-12-23 22:53:28'),
(4437,5642,'action started via WP Cron','2020-12-24 03:55:52','2020-12-23 22:55:52'),
(4438,5642,'action complete via WP Cron','2020-12-24 03:55:52','2020-12-23 22:55:52'),
(4439,5643,'action created','2020-12-24 03:55:52','2020-12-23 22:55:52'),
(4440,5643,'action started via WP Cron','2020-12-24 04:00:00','2020-12-23 23:00:00'),
(4441,5643,'action complete via WP Cron','2020-12-24 04:00:00','2020-12-23 23:00:00'),
(4442,5644,'action created','2020-12-24 04:00:00','2020-12-23 23:00:00'),
(4443,5644,'action started via WP Cron','2020-12-24 04:01:33','2020-12-23 23:01:33'),
(4444,5644,'action complete via WP Cron','2020-12-24 04:01:33','2020-12-23 23:01:33'),
(4445,5645,'action created','2020-12-24 04:01:33','2020-12-23 23:01:33'),
(4446,5645,'action started via WP Cron','2020-12-24 04:02:48','2020-12-23 23:02:48'),
(4447,5645,'action complete via WP Cron','2020-12-24 04:02:48','2020-12-23 23:02:48'),
(4448,5646,'action created','2020-12-24 04:02:48','2020-12-23 23:02:48'),
(4449,5646,'action started via WP Cron','2020-12-24 04:04:49','2020-12-23 23:04:49'),
(4450,5646,'action complete via WP Cron','2020-12-24 04:04:49','2020-12-23 23:04:49'),
(4451,5647,'action created','2020-12-24 04:04:49','2020-12-23 23:04:49'),
(4452,5647,'action started via WP Cron','2020-12-24 04:05:50','2020-12-23 23:05:50'),
(4453,5647,'action complete via WP Cron','2020-12-24 04:05:50','2020-12-23 23:05:50'),
(4454,5648,'action created','2020-12-24 04:05:50','2020-12-23 23:05:50'),
(4455,5648,'action started via WP Cron','2020-12-24 04:06:29','2020-12-23 23:06:29'),
(4456,5648,'action complete via WP Cron','2020-12-24 04:06:29','2020-12-23 23:06:29'),
(4457,5649,'action created','2020-12-24 04:06:29','2020-12-23 23:06:29'),
(4458,5649,'action started via WP Cron','2020-12-24 04:07:30','2020-12-23 23:07:30'),
(4459,5649,'action complete via WP Cron','2020-12-24 04:07:30','2020-12-23 23:07:30'),
(4460,5650,'action created','2020-12-24 04:07:30','2020-12-23 23:07:30'),
(4461,5650,'action started via WP Cron','2020-12-24 04:11:09','2020-12-23 23:11:09'),
(4462,5650,'action complete via WP Cron','2020-12-24 04:11:09','2020-12-23 23:11:09'),
(4463,5651,'action created','2020-12-24 04:11:09','2020-12-23 23:11:09'),
(4464,5651,'action started via WP Cron','2020-12-24 04:11:58','2020-12-23 23:11:58'),
(4465,5651,'action complete via WP Cron','2020-12-24 04:11:59','2020-12-23 23:11:59'),
(4466,5652,'action created','2020-12-24 04:11:59','2020-12-23 23:11:59'),
(4467,5652,'action started via WP Cron','2020-12-24 04:12:52','2020-12-23 23:12:52'),
(4468,5652,'action complete via WP Cron','2020-12-24 04:12:52','2020-12-23 23:12:52'),
(4469,5653,'action created','2020-12-24 04:12:52','2020-12-23 23:12:52'),
(4470,5653,'action started via WP Cron','2020-12-24 04:13:38','2020-12-23 23:13:38'),
(4471,5653,'action complete via WP Cron','2020-12-24 04:13:38','2020-12-23 23:13:38'),
(4472,5654,'action created','2020-12-24 04:13:38','2020-12-23 23:13:38'),
(4473,5654,'action started via WP Cron','2020-12-24 04:14:44','2020-12-23 23:14:44'),
(4474,5654,'action complete via WP Cron','2020-12-24 04:14:44','2020-12-23 23:14:44'),
(4475,5655,'action created','2020-12-24 04:14:44','2020-12-23 23:14:44'),
(4476,5655,'action started via WP Cron','2020-12-24 04:15:16','2020-12-23 23:15:16'),
(4477,5655,'action complete via WP Cron','2020-12-24 04:15:16','2020-12-23 23:15:16'),
(4478,5656,'action created','2020-12-24 04:15:16','2020-12-23 23:15:16'),
(4479,5656,'action started via WP Cron','2020-12-24 04:16:33','2020-12-23 23:16:33'),
(4480,5656,'action complete via WP Cron','2020-12-24 04:16:33','2020-12-23 23:16:33'),
(4481,5657,'action created','2020-12-24 04:16:33','2020-12-23 23:16:33'),
(4482,5657,'action started via WP Cron','2020-12-24 04:17:15','2020-12-23 23:17:15'),
(4483,5657,'action complete via WP Cron','2020-12-24 04:17:15','2020-12-23 23:17:15'),
(4484,5658,'action created','2020-12-24 04:17:15','2020-12-23 23:17:15'),
(4485,5658,'action started via WP Cron','2020-12-24 04:18:26','2020-12-23 23:18:26'),
(4486,5658,'action complete via WP Cron','2020-12-24 04:18:26','2020-12-23 23:18:26'),
(4487,5659,'action created','2020-12-24 04:18:26','2020-12-23 23:18:26'),
(4488,5659,'action started via WP Cron','2020-12-24 04:19:14','2020-12-23 23:19:14'),
(4489,5659,'action complete via WP Cron','2020-12-24 04:19:14','2020-12-23 23:19:14'),
(4490,5660,'action created','2020-12-24 04:19:14','2020-12-23 23:19:14'),
(4491,5660,'action started via WP Cron','2020-12-24 04:21:24','2020-12-23 23:21:24'),
(4492,5660,'action complete via WP Cron','2020-12-24 04:21:24','2020-12-23 23:21:24'),
(4493,5661,'action created','2020-12-24 04:21:24','2020-12-23 23:21:24'),
(4494,5661,'action started via WP Cron','2020-12-24 04:23:20','2020-12-23 23:23:20'),
(4495,5661,'action complete via WP Cron','2020-12-24 04:23:20','2020-12-23 23:23:20'),
(4496,5662,'action created','2020-12-24 04:23:20','2020-12-23 23:23:20'),
(4497,5662,'action started via WP Cron','2020-12-24 04:25:19','2020-12-23 23:25:19'),
(4498,5662,'action complete via WP Cron','2020-12-24 04:25:19','2020-12-23 23:25:19'),
(4499,5663,'action created','2020-12-24 04:25:19','2020-12-23 23:25:19'),
(4500,5663,'action started via WP Cron','2020-12-24 04:26:32','2020-12-23 23:26:32'),
(4501,5663,'action complete via WP Cron','2020-12-24 04:26:32','2020-12-23 23:26:32'),
(4502,5664,'action created','2020-12-24 04:26:32','2020-12-23 23:26:32'),
(4503,5664,'action started via WP Cron','2020-12-24 04:29:04','2020-12-23 23:29:04'),
(4504,5664,'action complete via WP Cron','2020-12-24 04:29:04','2020-12-23 23:29:04'),
(4505,5665,'action created','2020-12-24 04:29:04','2020-12-23 23:29:04'),
(4506,5665,'action started via WP Cron','2020-12-24 04:29:15','2020-12-23 23:29:15'),
(4507,5665,'action complete via WP Cron','2020-12-24 04:29:15','2020-12-23 23:29:15'),
(4508,5666,'action created','2020-12-24 04:29:16','2020-12-23 23:29:16'),
(4509,5666,'action started via WP Cron','2020-12-24 04:31:16','2020-12-23 23:31:16'),
(4510,5666,'action complete via WP Cron','2020-12-24 04:31:16','2020-12-23 23:31:16'),
(4511,5667,'action created','2020-12-24 04:31:16','2020-12-23 23:31:16'),
(4512,5667,'action started via WP Cron','2020-12-24 04:32:12','2020-12-23 23:32:12'),
(4513,5667,'action complete via WP Cron','2020-12-24 04:32:12','2020-12-23 23:32:12'),
(4514,5668,'action created','2020-12-24 04:32:12','2020-12-23 23:32:12'),
(4515,5668,'action started via WP Cron','2020-12-24 04:34:57','2020-12-23 23:34:57'),
(4516,5668,'action complete via WP Cron','2020-12-24 04:34:57','2020-12-23 23:34:57'),
(4517,5669,'action created','2020-12-24 04:34:57','2020-12-23 23:34:57'),
(4518,5669,'action started via WP Cron','2020-12-24 04:37:18','2020-12-23 23:37:18'),
(4519,5669,'action complete via WP Cron','2020-12-24 04:37:18','2020-12-23 23:37:18'),
(4520,5670,'action created','2020-12-24 04:37:18','2020-12-23 23:37:18'),
(4521,5670,'action started via WP Cron','2020-12-24 04:39:05','2020-12-23 23:39:05'),
(4522,5670,'action complete via WP Cron','2020-12-24 04:39:05','2020-12-23 23:39:05'),
(4523,5671,'action created','2020-12-24 04:39:05','2020-12-23 23:39:05'),
(4524,5671,'action started via WP Cron','2020-12-24 04:40:43','2020-12-23 23:40:43'),
(4525,5671,'action complete via WP Cron','2020-12-24 04:40:43','2020-12-23 23:40:43'),
(4526,5672,'action created','2020-12-24 04:40:43','2020-12-23 23:40:43'),
(4527,5672,'action started via WP Cron','2020-12-24 04:42:05','2020-12-23 23:42:05'),
(4528,5672,'action complete via WP Cron','2020-12-24 04:42:05','2020-12-23 23:42:05'),
(4529,5673,'action created','2020-12-24 04:42:05','2020-12-23 23:42:05'),
(4530,5673,'action started via WP Cron','2020-12-24 04:42:27','2020-12-23 23:42:27'),
(4531,5673,'action complete via WP Cron','2020-12-24 04:42:27','2020-12-23 23:42:27'),
(4532,5674,'action created','2020-12-24 04:42:27','2020-12-23 23:42:27'),
(4533,5674,'action started via WP Cron','2020-12-24 04:43:37','2020-12-23 23:43:37'),
(4534,5674,'action complete via WP Cron','2020-12-24 04:43:37','2020-12-23 23:43:37'),
(4535,5675,'action created','2020-12-24 04:43:37','2020-12-23 23:43:37'),
(4536,5675,'action started via WP Cron','2020-12-24 04:45:23','2020-12-23 23:45:23'),
(4537,5675,'action complete via WP Cron','2020-12-24 04:45:23','2020-12-23 23:45:23'),
(4538,5676,'action created','2020-12-24 04:45:23','2020-12-23 23:45:23'),
(4539,5676,'action started via WP Cron','2020-12-24 04:51:14','2020-12-23 23:51:14'),
(4540,5676,'action complete via WP Cron','2020-12-24 04:51:14','2020-12-23 23:51:14'),
(4541,5677,'action created','2020-12-24 04:51:14','2020-12-23 23:51:14'),
(4542,5677,'action started via WP Cron','2020-12-24 04:56:36','2020-12-23 23:56:36'),
(4543,5677,'action complete via WP Cron','2020-12-24 04:56:36','2020-12-23 23:56:36'),
(4544,5678,'action created','2020-12-24 04:56:36','2020-12-23 23:56:36'),
(4545,5678,'action started via WP Cron','2020-12-24 04:57:25','2020-12-23 23:57:25'),
(4546,5678,'action complete via WP Cron','2020-12-24 04:57:25','2020-12-23 23:57:25'),
(4547,5679,'action created','2020-12-24 04:57:25','2020-12-23 23:57:25'),
(4548,5679,'action started via WP Cron','2020-12-24 04:59:13','2020-12-23 23:59:13'),
(4549,5679,'action complete via WP Cron','2020-12-24 04:59:13','2020-12-23 23:59:13'),
(4550,5680,'action created','2020-12-24 04:59:13','2020-12-23 23:59:13'),
(4551,5680,'action started via WP Cron','2020-12-24 05:05:21','2020-12-24 00:05:21'),
(4552,5680,'action complete via WP Cron','2020-12-24 05:05:21','2020-12-24 00:05:21'),
(4553,5681,'action created','2020-12-24 05:10:48','2020-12-24 00:10:48'),
(4554,5681,'action started via WP Cron','2020-12-24 05:12:50','2020-12-24 00:12:50'),
(4555,5681,'action complete via WP Cron','2020-12-24 05:12:50','2020-12-24 00:12:50'),
(4556,5682,'action created','2020-12-24 05:12:50','2020-12-24 00:12:50'),
(4557,5682,'action started via WP Cron','2020-12-24 05:14:42','2020-12-24 00:14:42'),
(4558,5682,'action complete via WP Cron','2020-12-24 05:14:42','2020-12-24 00:14:42'),
(4559,5683,'action created','2020-12-24 05:14:42','2020-12-24 00:14:42'),
(4560,5683,'action started via WP Cron','2020-12-24 05:15:53','2020-12-24 00:15:53'),
(4561,5683,'action complete via WP Cron','2020-12-24 05:15:53','2020-12-24 00:15:53'),
(4562,5684,'action created','2020-12-24 05:15:53','2020-12-24 00:15:53'),
(4563,5684,'action started via WP Cron','2020-12-24 05:18:57','2020-12-24 00:18:57'),
(4564,5684,'action complete via WP Cron','2020-12-24 05:18:57','2020-12-24 00:18:57'),
(4565,5685,'action created','2020-12-24 05:18:57','2020-12-24 00:18:57'),
(4566,5685,'action started via WP Cron','2020-12-24 05:19:19','2020-12-24 00:19:19'),
(4567,5685,'action complete via WP Cron','2020-12-24 05:19:19','2020-12-24 00:19:19'),
(4568,5686,'action created','2020-12-24 05:19:19','2020-12-24 00:19:19'),
(4569,5686,'action started via WP Cron','2020-12-24 05:20:17','2020-12-24 00:20:17'),
(4570,5686,'action complete via WP Cron','2020-12-24 05:20:17','2020-12-24 00:20:17'),
(4571,5687,'action created','2020-12-24 05:20:17','2020-12-24 00:20:17'),
(4572,5687,'action started via WP Cron','2020-12-24 05:21:36','2020-12-24 00:21:36'),
(4573,5687,'action complete via WP Cron','2020-12-24 05:21:36','2020-12-24 00:21:36'),
(4574,5688,'action created','2020-12-24 05:21:36','2020-12-24 00:21:36'),
(4575,5688,'action started via WP Cron','2020-12-24 05:23:02','2020-12-24 00:23:02'),
(4576,5688,'action complete via WP Cron','2020-12-24 05:23:02','2020-12-24 00:23:02'),
(4577,5689,'action created','2020-12-24 05:23:02','2020-12-24 00:23:02'),
(4578,5689,'action started via WP Cron','2020-12-24 05:24:28','2020-12-24 00:24:28'),
(4579,5689,'action complete via WP Cron','2020-12-24 05:24:28','2020-12-24 00:24:28'),
(4580,5690,'action created','2020-12-24 05:24:28','2020-12-24 00:24:28'),
(4581,5690,'action started via WP Cron','2020-12-24 05:25:28','2020-12-24 00:25:28'),
(4582,5690,'action complete via WP Cron','2020-12-24 05:25:28','2020-12-24 00:25:28'),
(4583,5691,'action created','2020-12-24 05:25:28','2020-12-24 00:25:28'),
(4584,5691,'action started via WP Cron','2020-12-24 05:26:12','2020-12-24 00:26:12'),
(4585,5691,'action complete via WP Cron','2020-12-24 05:26:12','2020-12-24 00:26:12'),
(4586,5692,'action created','2020-12-24 05:26:12','2020-12-24 00:26:12'),
(4587,5692,'action started via WP Cron','2020-12-24 05:27:36','2020-12-24 00:27:36'),
(4588,5692,'action complete via WP Cron','2020-12-24 05:27:36','2020-12-24 00:27:36'),
(4589,5693,'action created','2020-12-24 05:27:36','2020-12-24 00:27:36'),
(4590,5693,'action started via WP Cron','2020-12-24 05:31:01','2020-12-24 00:31:01'),
(4591,5693,'action complete via WP Cron','2020-12-24 05:31:01','2020-12-24 00:31:01'),
(4592,5694,'action created','2020-12-24 05:31:01','2020-12-24 00:31:01'),
(4593,5694,'action started via WP Cron','2020-12-24 05:31:14','2020-12-24 00:31:14'),
(4594,5694,'action complete via WP Cron','2020-12-24 05:31:14','2020-12-24 00:31:14'),
(4595,5695,'action created','2020-12-24 05:31:14','2020-12-24 00:31:14'),
(4596,5695,'action started via WP Cron','2020-12-24 05:32:15','2020-12-24 00:32:15'),
(4597,5695,'action complete via WP Cron','2020-12-24 05:32:15','2020-12-24 00:32:15'),
(4598,5696,'action created','2020-12-24 05:32:15','2020-12-24 00:32:15'),
(4599,5696,'action started via WP Cron','2020-12-24 05:34:15','2020-12-24 00:34:15'),
(4600,5696,'action complete via WP Cron','2020-12-24 05:34:15','2020-12-24 00:34:15'),
(4601,5697,'action created','2020-12-24 05:34:15','2020-12-24 00:34:15'),
(4602,5697,'action started via WP Cron','2020-12-24 05:36:08','2020-12-24 00:36:08'),
(4603,5697,'action complete via WP Cron','2020-12-24 05:36:08','2020-12-24 00:36:08'),
(4604,5698,'action created','2020-12-24 05:36:08','2020-12-24 00:36:08'),
(4605,5698,'action started via WP Cron','2020-12-24 05:36:58','2020-12-24 00:36:58'),
(4606,5698,'action complete via WP Cron','2020-12-24 05:36:58','2020-12-24 00:36:58'),
(4607,5699,'action created','2020-12-24 05:36:58','2020-12-24 00:36:58'),
(4608,5699,'action started via WP Cron','2020-12-24 05:37:58','2020-12-24 00:37:58'),
(4609,5699,'action complete via WP Cron','2020-12-24 05:37:58','2020-12-24 00:37:58'),
(4610,5700,'action created','2020-12-24 05:38:04','2020-12-24 00:38:04'),
(4611,5700,'action started via WP Cron','2020-12-24 05:39:09','2020-12-24 00:39:09'),
(4612,5700,'action complete via WP Cron','2020-12-24 05:39:09','2020-12-24 00:39:09'),
(4613,5701,'action created','2020-12-24 05:39:09','2020-12-24 00:39:09'),
(4614,5701,'action started via WP Cron','2020-12-24 05:39:38','2020-12-24 00:39:38'),
(4615,5701,'action complete via WP Cron','2020-12-24 05:39:38','2020-12-24 00:39:38'),
(4616,5702,'action created','2020-12-24 05:39:38','2020-12-24 00:39:38'),
(4617,5702,'action started via WP Cron','2020-12-24 05:41:53','2020-12-24 00:41:53'),
(4618,5702,'action complete via WP Cron','2020-12-24 05:41:53','2020-12-24 00:41:53'),
(4619,5703,'action created','2020-12-24 05:41:53','2020-12-24 00:41:53'),
(4620,5703,'action started via WP Cron','2020-12-24 05:42:58','2020-12-24 00:42:58'),
(4621,5703,'action complete via WP Cron','2020-12-24 05:42:58','2020-12-24 00:42:58'),
(4622,5704,'action created','2020-12-24 05:42:58','2020-12-24 00:42:58'),
(4623,5704,'action started via WP Cron','2020-12-24 05:44:03','2020-12-24 00:44:03'),
(4624,5704,'action complete via WP Cron','2020-12-24 05:44:03','2020-12-24 00:44:03'),
(4625,5705,'action created','2020-12-24 05:44:03','2020-12-24 00:44:03'),
(4626,5705,'action started via WP Cron','2020-12-24 05:48:19','2020-12-24 00:48:19'),
(4627,5705,'action complete via WP Cron','2020-12-24 05:48:19','2020-12-24 00:48:19'),
(4628,5706,'action created','2020-12-24 05:48:19','2020-12-24 00:48:19'),
(4629,5706,'action started via WP Cron','2020-12-24 05:51:38','2020-12-24 00:51:38'),
(4630,5706,'action complete via WP Cron','2020-12-24 05:51:38','2020-12-24 00:51:38'),
(4631,5707,'action created','2020-12-24 05:51:38','2020-12-24 00:51:38'),
(4632,5707,'action started via WP Cron','2020-12-24 05:53:01','2020-12-24 00:53:01'),
(4633,5707,'action complete via WP Cron','2020-12-24 05:53:01','2020-12-24 00:53:01'),
(4634,5708,'action created','2020-12-24 05:53:01','2020-12-24 00:53:01'),
(4635,5708,'action started via WP Cron','2020-12-24 05:58:27','2020-12-24 00:58:27'),
(4636,5708,'action complete via WP Cron','2020-12-24 05:58:27','2020-12-24 00:58:27'),
(4637,5709,'action created','2020-12-24 05:58:27','2020-12-24 00:58:27'),
(4638,5709,'action started via WP Cron','2020-12-24 05:59:48','2020-12-24 00:59:48'),
(4639,5709,'action complete via WP Cron','2020-12-24 05:59:48','2020-12-24 00:59:48'),
(4640,5710,'action created','2020-12-24 05:59:49','2020-12-24 00:59:49'),
(4641,5710,'action started via WP Cron','2020-12-24 06:01:34','2020-12-24 01:01:34'),
(4642,5710,'action complete via WP Cron','2020-12-24 06:01:34','2020-12-24 01:01:34'),
(4643,5711,'action created','2020-12-24 06:01:34','2020-12-24 01:01:34'),
(4644,5711,'action started via WP Cron','2020-12-24 06:02:33','2020-12-24 01:02:33'),
(4645,5711,'action complete via WP Cron','2020-12-24 06:02:33','2020-12-24 01:02:33'),
(4646,5712,'action created','2020-12-24 06:02:33','2020-12-24 01:02:33'),
(4647,5712,'action started via WP Cron','2020-12-24 06:03:18','2020-12-24 01:03:18'),
(4648,5712,'action complete via WP Cron','2020-12-24 06:03:18','2020-12-24 01:03:18'),
(4649,5713,'action created','2020-12-24 06:03:19','2020-12-24 01:03:19'),
(4650,5713,'action started via Async Request','2020-12-24 06:03:39','2020-12-24 01:03:39'),
(4651,5713,'action complete via Async Request','2020-12-24 06:03:39','2020-12-24 01:03:39'),
(4652,5714,'action created','2020-12-24 06:03:41','2020-12-24 01:03:41'),
(4653,5714,'action started via WP Cron','2020-12-24 06:04:12','2020-12-24 01:04:12'),
(4654,5714,'action complete via WP Cron','2020-12-24 06:04:12','2020-12-24 01:04:12'),
(4655,5715,'action created','2020-12-24 06:04:12','2020-12-24 01:04:12'),
(4656,5715,'action started via Async Request','2020-12-24 06:05:03','2020-12-24 01:05:03'),
(4657,5715,'action complete via Async Request','2020-12-24 06:05:03','2020-12-24 01:05:03'),
(4658,5716,'action created','2020-12-24 06:05:05','2020-12-24 01:05:05'),
(4659,5716,'action started via WP Cron','2020-12-24 06:05:49','2020-12-24 01:05:49'),
(4660,5716,'action complete via WP Cron','2020-12-24 06:05:49','2020-12-24 01:05:49'),
(4661,5717,'action created','2020-12-24 06:05:49','2020-12-24 01:05:49'),
(4662,5717,'action started via WP Cron','2020-12-24 06:07:26','2020-12-24 01:07:26'),
(4663,5717,'action complete via WP Cron','2020-12-24 06:07:26','2020-12-24 01:07:26'),
(4664,5718,'action created','2020-12-24 06:07:26','2020-12-24 01:07:26'),
(4665,5718,'action started via WP Cron','2020-12-24 06:08:39','2020-12-24 01:08:39'),
(4666,5718,'action complete via WP Cron','2020-12-24 06:08:39','2020-12-24 01:08:39'),
(4667,5719,'action created','2020-12-24 06:08:39','2020-12-24 01:08:39'),
(4668,5719,'action started via WP Cron','2020-12-24 06:09:40','2020-12-24 01:09:40'),
(4669,5719,'action complete via WP Cron','2020-12-24 06:09:40','2020-12-24 01:09:40'),
(4670,5720,'action created','2020-12-24 06:09:40','2020-12-24 01:09:40'),
(4671,5720,'action started via WP Cron','2020-12-24 06:10:19','2020-12-24 01:10:19'),
(4672,5720,'action complete via WP Cron','2020-12-24 06:10:19','2020-12-24 01:10:19'),
(4673,5721,'action created','2020-12-24 06:10:19','2020-12-24 01:10:19'),
(4674,5721,'action started via WP Cron','2020-12-24 06:11:24','2020-12-24 01:11:24'),
(4675,5721,'action complete via WP Cron','2020-12-24 06:11:24','2020-12-24 01:11:24'),
(4676,5722,'action created','2020-12-24 06:11:24','2020-12-24 01:11:24'),
(4677,5722,'action started via WP Cron','2020-12-24 06:12:12','2020-12-24 01:12:12'),
(4678,5722,'action complete via WP Cron','2020-12-24 06:12:12','2020-12-24 01:12:12'),
(4679,5723,'action created','2020-12-24 06:12:12','2020-12-24 01:12:12'),
(4680,5723,'action started via WP Cron','2020-12-24 06:13:56','2020-12-24 01:13:56'),
(4681,5723,'action complete via WP Cron','2020-12-24 06:13:56','2020-12-24 01:13:56'),
(4682,5724,'action created','2020-12-24 06:13:56','2020-12-24 01:13:56'),
(4683,5724,'action started via WP Cron','2020-12-24 06:16:03','2020-12-24 01:16:03'),
(4684,5724,'action complete via WP Cron','2020-12-24 06:16:03','2020-12-24 01:16:03'),
(4685,5725,'action created','2020-12-24 06:16:03','2020-12-24 01:16:03'),
(4686,5725,'action started via WP Cron','2020-12-24 06:17:27','2020-12-24 01:17:27'),
(4687,5725,'action complete via WP Cron','2020-12-24 06:17:27','2020-12-24 01:17:27'),
(4688,5726,'action created','2020-12-24 06:17:27','2020-12-24 01:17:27'),
(4689,5726,'action started via WP Cron','2020-12-24 06:18:29','2020-12-24 01:18:29'),
(4690,5726,'action complete via WP Cron','2020-12-24 06:18:30','2020-12-24 01:18:30'),
(4691,5727,'action created','2020-12-24 06:18:30','2020-12-24 01:18:30'),
(4692,5727,'action started via WP Cron','2020-12-24 06:19:12','2020-12-24 01:19:12'),
(4693,5727,'action complete via WP Cron','2020-12-24 06:19:12','2020-12-24 01:19:12'),
(4694,5728,'action created','2020-12-24 06:19:12','2020-12-24 01:19:12'),
(4695,5728,'action started via WP Cron','2020-12-24 06:24:10','2020-12-24 01:24:10'),
(4696,5728,'action complete via WP Cron','2020-12-24 06:24:10','2020-12-24 01:24:10'),
(4697,5729,'action created','2020-12-24 06:24:10','2020-12-24 01:24:10'),
(4698,5729,'action started via WP Cron','2020-12-24 06:24:36','2020-12-24 01:24:36'),
(4699,5729,'action complete via WP Cron','2020-12-24 06:24:36','2020-12-24 01:24:36'),
(4700,5730,'action created','2020-12-24 06:24:36','2020-12-24 01:24:36'),
(4701,5730,'action started via WP Cron','2020-12-24 06:25:20','2020-12-24 01:25:20'),
(4702,5730,'action complete via WP Cron','2020-12-24 06:25:20','2020-12-24 01:25:20'),
(4703,5731,'action created','2020-12-24 06:25:20','2020-12-24 01:25:20'),
(4704,5731,'action started via WP Cron','2020-12-24 06:26:21','2020-12-24 01:26:21'),
(4705,5731,'action complete via WP Cron','2020-12-24 06:26:21','2020-12-24 01:26:21'),
(4706,5732,'action created','2020-12-24 06:26:21','2020-12-24 01:26:21'),
(4707,5732,'action started via WP Cron','2020-12-24 06:27:12','2020-12-24 01:27:12'),
(4708,5732,'action complete via WP Cron','2020-12-24 06:27:12','2020-12-24 01:27:12'),
(4709,5733,'action created','2020-12-24 06:27:12','2020-12-24 01:27:12'),
(4710,5733,'action started via WP Cron','2020-12-24 06:28:37','2020-12-24 01:28:37'),
(4711,5733,'action complete via WP Cron','2020-12-24 06:28:37','2020-12-24 01:28:37'),
(4712,5734,'action created','2020-12-24 06:28:37','2020-12-24 01:28:37'),
(4713,5734,'action started via WP Cron','2020-12-24 06:29:29','2020-12-24 01:29:29'),
(4714,5734,'action complete via WP Cron','2020-12-24 06:29:29','2020-12-24 01:29:29'),
(4715,5735,'action created','2020-12-24 06:29:29','2020-12-24 01:29:29'),
(4716,5735,'action started via WP Cron','2020-12-24 06:30:32','2020-12-24 01:30:32'),
(4717,5735,'action complete via WP Cron','2020-12-24 06:30:32','2020-12-24 01:30:32'),
(4718,5736,'action created','2020-12-24 06:30:32','2020-12-24 01:30:32'),
(4719,5736,'action started via WP Cron','2020-12-24 06:32:15','2020-12-24 01:32:15'),
(4720,5736,'action complete via WP Cron','2020-12-24 06:32:15','2020-12-24 01:32:15'),
(4721,5737,'action created','2020-12-24 06:32:15','2020-12-24 01:32:15'),
(4722,5737,'action started via WP Cron','2020-12-24 06:33:36','2020-12-24 01:33:36'),
(4723,5737,'action complete via WP Cron','2020-12-24 06:33:36','2020-12-24 01:33:36'),
(4724,5738,'action created','2020-12-24 06:33:36','2020-12-24 01:33:36'),
(4725,5738,'action started via WP Cron','2020-12-24 06:34:23','2020-12-24 01:34:23'),
(4726,5738,'action complete via WP Cron','2020-12-24 06:34:23','2020-12-24 01:34:23'),
(4727,5739,'action created','2020-12-24 06:34:23','2020-12-24 01:34:23'),
(4728,5739,'action started via WP Cron','2020-12-24 06:35:38','2020-12-24 01:35:38'),
(4729,5739,'action complete via WP Cron','2020-12-24 06:35:38','2020-12-24 01:35:38'),
(4730,5740,'action created','2020-12-24 06:35:38','2020-12-24 01:35:38'),
(4731,5740,'action started via WP Cron','2020-12-24 06:36:18','2020-12-24 01:36:18'),
(4732,5740,'action complete via WP Cron','2020-12-24 06:36:18','2020-12-24 01:36:18'),
(4733,5741,'action created','2020-12-24 06:36:18','2020-12-24 01:36:18'),
(4734,5741,'action started via WP Cron','2020-12-24 06:37:49','2020-12-24 01:37:49'),
(4735,5741,'action complete via WP Cron','2020-12-24 06:37:49','2020-12-24 01:37:49'),
(4736,5742,'action created','2020-12-24 06:37:49','2020-12-24 01:37:49'),
(4737,5742,'action started via WP Cron','2020-12-24 06:40:21','2020-12-24 01:40:21'),
(4738,5742,'action complete via WP Cron','2020-12-24 06:40:21','2020-12-24 01:40:21'),
(4739,5743,'action created','2020-12-24 06:40:21','2020-12-24 01:40:21'),
(4740,5743,'action started via WP Cron','2020-12-24 06:41:13','2020-12-24 01:41:13'),
(4741,5743,'action complete via WP Cron','2020-12-24 06:41:13','2020-12-24 01:41:13'),
(4742,5744,'action created','2020-12-24 06:41:13','2020-12-24 01:41:13'),
(4743,5744,'action started via WP Cron','2020-12-24 06:43:15','2020-12-24 01:43:15'),
(4744,5744,'action complete via WP Cron','2020-12-24 06:43:15','2020-12-24 01:43:15'),
(4745,5745,'action created','2020-12-24 06:43:15','2020-12-24 01:43:15'),
(4746,5745,'action started via WP Cron','2020-12-24 06:46:56','2020-12-24 01:46:56'),
(4747,5745,'action complete via WP Cron','2020-12-24 06:46:56','2020-12-24 01:46:56'),
(4748,5746,'action created','2020-12-24 06:46:56','2020-12-24 01:46:56'),
(4749,5746,'action started via WP Cron','2020-12-24 06:47:23','2020-12-24 01:47:23'),
(4750,5746,'action complete via WP Cron','2020-12-24 06:47:23','2020-12-24 01:47:23'),
(4751,5747,'action created','2020-12-24 06:47:23','2020-12-24 01:47:23'),
(4752,5747,'action started via WP Cron','2020-12-24 06:48:33','2020-12-24 01:48:33'),
(4753,5747,'action complete via WP Cron','2020-12-24 06:48:33','2020-12-24 01:48:33'),
(4754,5748,'action created','2020-12-24 06:48:33','2020-12-24 01:48:33'),
(4755,5748,'action started via WP Cron','2020-12-24 06:49:16','2020-12-24 01:49:16'),
(4756,5748,'action complete via WP Cron','2020-12-24 06:49:16','2020-12-24 01:49:16'),
(4757,5749,'action created','2020-12-24 06:49:16','2020-12-24 01:49:16'),
(4758,5749,'action started via WP Cron','2020-12-24 06:50:22','2020-12-24 01:50:22'),
(4759,5749,'action complete via WP Cron','2020-12-24 06:50:22','2020-12-24 01:50:22'),
(4760,5750,'action created','2020-12-24 06:50:22','2020-12-24 01:50:22'),
(4761,5750,'action started via WP Cron','2020-12-24 06:51:26','2020-12-24 01:51:26'),
(4762,5750,'action complete via WP Cron','2020-12-24 06:51:26','2020-12-24 01:51:26'),
(4763,5751,'action created','2020-12-24 06:51:26','2020-12-24 01:51:26'),
(4764,5751,'action started via WP Cron','2020-12-24 06:52:52','2020-12-24 01:52:52'),
(4765,5751,'action complete via WP Cron','2020-12-24 06:52:52','2020-12-24 01:52:52'),
(4766,5752,'action created','2020-12-24 06:52:52','2020-12-24 01:52:52'),
(4767,5752,'action started via WP Cron','2020-12-24 06:53:31','2020-12-24 01:53:31'),
(4768,5752,'action complete via WP Cron','2020-12-24 06:53:31','2020-12-24 01:53:31'),
(4769,5753,'action created','2020-12-24 06:53:31','2020-12-24 01:53:31'),
(4770,5753,'action started via WP Cron','2020-12-24 06:54:12','2020-12-24 01:54:12'),
(4771,5753,'action complete via WP Cron','2020-12-24 06:54:13','2020-12-24 01:54:13'),
(4772,5754,'action created','2020-12-24 06:54:13','2020-12-24 01:54:13'),
(4773,5754,'action started via WP Cron','2020-12-24 06:56:44','2020-12-24 01:56:44'),
(4774,5754,'action complete via WP Cron','2020-12-24 06:56:44','2020-12-24 01:56:44'),
(4775,5755,'action created','2020-12-24 06:56:44','2020-12-24 01:56:44'),
(4776,5755,'action started via WP Cron','2020-12-24 06:57:20','2020-12-24 01:57:20'),
(4777,5755,'action complete via WP Cron','2020-12-24 06:57:20','2020-12-24 01:57:20'),
(4778,5756,'action created','2020-12-24 06:57:20','2020-12-24 01:57:20'),
(4779,5756,'action started via WP Cron','2020-12-24 06:58:29','2020-12-24 01:58:29'),
(4780,5756,'action complete via WP Cron','2020-12-24 06:58:29','2020-12-24 01:58:29'),
(4781,5757,'action created','2020-12-24 06:58:29','2020-12-24 01:58:29'),
(4782,5757,'action started via WP Cron','2020-12-24 07:00:53','2020-12-24 02:00:53'),
(4783,5757,'action complete via WP Cron','2020-12-24 07:00:53','2020-12-24 02:00:53'),
(4784,5758,'action created','2020-12-24 07:00:53','2020-12-24 02:00:53'),
(4785,5758,'action started via WP Cron','2020-12-24 07:01:48','2020-12-24 02:01:48'),
(4786,5758,'action complete via WP Cron','2020-12-24 07:01:48','2020-12-24 02:01:48'),
(4787,5759,'action created','2020-12-24 07:01:48','2020-12-24 02:01:48'),
(4788,5759,'action started via WP Cron','2020-12-24 07:05:26','2020-12-24 02:05:26'),
(4789,5759,'action complete via WP Cron','2020-12-24 07:05:26','2020-12-24 02:05:26'),
(4790,5760,'action created','2020-12-24 07:05:26','2020-12-24 02:05:26'),
(4791,5760,'action started via WP Cron','2020-12-24 07:08:19','2020-12-24 02:08:19'),
(4792,5760,'action complete via WP Cron','2020-12-24 07:08:19','2020-12-24 02:08:19'),
(4793,5761,'action created','2020-12-24 07:08:19','2020-12-24 02:08:19'),
(4794,5761,'action started via WP Cron','2020-12-24 07:09:33','2020-12-24 02:09:33'),
(4795,5761,'action complete via WP Cron','2020-12-24 07:09:33','2020-12-24 02:09:33'),
(4796,5762,'action created','2020-12-24 07:09:33','2020-12-24 02:09:33'),
(4797,5762,'action started via WP Cron','2020-12-24 07:14:01','2020-12-24 02:14:01'),
(4798,5762,'action complete via WP Cron','2020-12-24 07:14:01','2020-12-24 02:14:01'),
(4799,5763,'action created','2020-12-24 07:14:01','2020-12-24 02:14:01'),
(4800,5763,'action started via WP Cron','2020-12-24 07:15:17','2020-12-24 02:15:17'),
(4801,5763,'action complete via WP Cron','2020-12-24 07:15:17','2020-12-24 02:15:17'),
(4802,5764,'action created','2020-12-24 07:15:17','2020-12-24 02:15:17'),
(4803,5764,'action started via WP Cron','2020-12-24 07:20:38','2020-12-24 02:20:38'),
(4804,5764,'action complete via WP Cron','2020-12-24 07:20:38','2020-12-24 02:20:38'),
(4805,5765,'action created','2020-12-24 07:20:38','2020-12-24 02:20:38'),
(4806,5765,'action started via WP Cron','2020-12-24 07:21:49','2020-12-24 02:21:49'),
(4807,5765,'action complete via WP Cron','2020-12-24 07:21:49','2020-12-24 02:21:49'),
(4808,5766,'action created','2020-12-24 07:21:49','2020-12-24 02:21:49'),
(4809,5766,'action started via WP Cron','2020-12-24 07:27:16','2020-12-24 02:27:16'),
(4810,5766,'action complete via WP Cron','2020-12-24 07:27:16','2020-12-24 02:27:16'),
(4811,5767,'action created','2020-12-24 07:27:16','2020-12-24 02:27:16'),
(4812,5767,'action started via WP Cron','2020-12-24 07:30:17','2020-12-24 02:30:17'),
(4813,5767,'action complete via WP Cron','2020-12-24 07:30:17','2020-12-24 02:30:17'),
(4814,5768,'action created','2020-12-24 07:30:17','2020-12-24 02:30:17'),
(4815,5768,'action started via WP Cron','2020-12-24 07:35:11','2020-12-24 02:35:11'),
(4816,5768,'action complete via WP Cron','2020-12-24 07:35:11','2020-12-24 02:35:11'),
(4817,5769,'action created','2020-12-24 07:35:11','2020-12-24 02:35:11'),
(4818,5769,'action started via WP Cron','2020-12-24 07:36:20','2020-12-24 02:36:20'),
(4819,5769,'action complete via WP Cron','2020-12-24 07:36:20','2020-12-24 02:36:20'),
(4820,5770,'action created','2020-12-24 07:36:20','2020-12-24 02:36:20'),
(4821,5770,'action started via WP Cron','2020-12-24 07:37:26','2020-12-24 02:37:26'),
(4822,5770,'action complete via WP Cron','2020-12-24 07:37:26','2020-12-24 02:37:26'),
(4823,5771,'action created','2020-12-24 07:37:26','2020-12-24 02:37:26'),
(4824,5771,'action started via WP Cron','2020-12-24 07:38:25','2020-12-24 02:38:25'),
(4825,5771,'action complete via WP Cron','2020-12-24 07:38:25','2020-12-24 02:38:25'),
(4826,5772,'action created','2020-12-24 07:38:25','2020-12-24 02:38:25'),
(4827,5772,'action started via WP Cron','2020-12-24 07:39:16','2020-12-24 02:39:16'),
(4828,5772,'action complete via WP Cron','2020-12-24 07:39:16','2020-12-24 02:39:16'),
(4829,5773,'action created','2020-12-24 07:39:16','2020-12-24 02:39:16'),
(4830,5773,'action started via WP Cron','2020-12-24 07:40:37','2020-12-24 02:40:37'),
(4831,5773,'action complete via WP Cron','2020-12-24 07:40:37','2020-12-24 02:40:37'),
(4832,5774,'action created','2020-12-24 07:40:37','2020-12-24 02:40:37'),
(4833,5774,'action started via WP Cron','2020-12-24 07:41:24','2020-12-24 02:41:24'),
(4834,5774,'action complete via WP Cron','2020-12-24 07:41:24','2020-12-24 02:41:24'),
(4835,5775,'action created','2020-12-24 07:41:24','2020-12-24 02:41:24'),
(4836,5775,'action started via WP Cron','2020-12-24 07:42:31','2020-12-24 02:42:31'),
(4837,5775,'action complete via WP Cron','2020-12-24 07:42:31','2020-12-24 02:42:31'),
(4838,5776,'action created','2020-12-24 07:42:31','2020-12-24 02:42:31'),
(4839,5776,'action started via WP Cron','2020-12-24 07:43:46','2020-12-24 02:43:46'),
(4840,5776,'action complete via WP Cron','2020-12-24 07:43:46','2020-12-24 02:43:46'),
(4841,5777,'action created','2020-12-24 07:43:46','2020-12-24 02:43:46'),
(4842,5777,'action started via WP Cron','2020-12-24 07:44:15','2020-12-24 02:44:15'),
(4843,5777,'action complete via WP Cron','2020-12-24 07:44:15','2020-12-24 02:44:15'),
(4844,5778,'action created','2020-12-24 07:44:15','2020-12-24 02:44:15'),
(4845,5778,'action started via WP Cron','2020-12-24 07:45:11','2020-12-24 02:45:11'),
(4846,5778,'action complete via WP Cron','2020-12-24 07:45:11','2020-12-24 02:45:11'),
(4847,5779,'action created','2020-12-24 07:45:11','2020-12-24 02:45:11'),
(4848,5779,'action started via WP Cron','2020-12-24 07:47:58','2020-12-24 02:47:58'),
(4849,5779,'action complete via WP Cron','2020-12-24 07:47:58','2020-12-24 02:47:58'),
(4850,5780,'action created','2020-12-24 07:47:58','2020-12-24 02:47:58'),
(4851,5780,'action started via WP Cron','2020-12-24 07:49:18','2020-12-24 02:49:18'),
(4852,5780,'action complete via WP Cron','2020-12-24 07:49:18','2020-12-24 02:49:18'),
(4853,5781,'action created','2020-12-24 07:49:18','2020-12-24 02:49:18'),
(4854,5781,'action started via WP Cron','2020-12-24 07:50:13','2020-12-24 02:50:13'),
(4855,5781,'action complete via WP Cron','2020-12-24 07:50:13','2020-12-24 02:50:13'),
(4856,5782,'action created','2020-12-24 07:50:13','2020-12-24 02:50:13'),
(4857,5782,'action started via WP Cron','2020-12-24 07:53:26','2020-12-24 02:53:26'),
(4858,5782,'action complete via WP Cron','2020-12-24 07:53:26','2020-12-24 02:53:26'),
(4859,5783,'action created','2020-12-24 07:53:26','2020-12-24 02:53:26'),
(4860,5783,'action started via WP Cron','2020-12-24 07:54:14','2020-12-24 02:54:14'),
(4861,5783,'action complete via WP Cron','2020-12-24 07:54:14','2020-12-24 02:54:14'),
(4862,5784,'action created','2020-12-24 07:54:14','2020-12-24 02:54:14'),
(4863,5784,'action started via WP Cron','2020-12-24 07:55:55','2020-12-24 02:55:55'),
(4864,5784,'action complete via WP Cron','2020-12-24 07:55:55','2020-12-24 02:55:55'),
(4865,5785,'action created','2020-12-24 07:55:55','2020-12-24 02:55:55'),
(4866,5785,'action started via WP Cron','2020-12-24 07:57:17','2020-12-24 02:57:17'),
(4867,5785,'action complete via WP Cron','2020-12-24 07:57:17','2020-12-24 02:57:17'),
(4868,5786,'action created','2020-12-24 07:57:17','2020-12-24 02:57:17'),
(4869,5786,'action started via WP Cron','2020-12-24 07:58:38','2020-12-24 02:58:38'),
(4870,5786,'action complete via WP Cron','2020-12-24 07:58:38','2020-12-24 02:58:38'),
(4871,5787,'action created','2020-12-24 07:58:38','2020-12-24 02:58:38'),
(4872,5787,'action started via WP Cron','2020-12-24 07:59:49','2020-12-24 02:59:49'),
(4873,5787,'action complete via WP Cron','2020-12-24 07:59:49','2020-12-24 02:59:49'),
(4874,5788,'action created','2020-12-24 07:59:49','2020-12-24 02:59:49'),
(4875,5788,'action started via WP Cron','2020-12-24 08:05:23','2020-12-24 03:05:23'),
(4876,5788,'action complete via WP Cron','2020-12-24 08:05:23','2020-12-24 03:05:23'),
(4877,5789,'action created','2020-12-24 08:05:24','2020-12-24 03:05:24'),
(4878,5789,'action started via WP Cron','2020-12-24 08:07:34','2020-12-24 03:07:34'),
(4879,5789,'action complete via WP Cron','2020-12-24 08:07:34','2020-12-24 03:07:34'),
(4880,5790,'action created','2020-12-24 08:07:34','2020-12-24 03:07:34'),
(4881,5790,'action started via WP Cron','2020-12-24 08:08:14','2020-12-24 03:08:14'),
(4882,5790,'action complete via WP Cron','2020-12-24 08:08:14','2020-12-24 03:08:14'),
(4883,5791,'action created','2020-12-24 08:08:14','2020-12-24 03:08:14'),
(4884,5791,'action started via WP Cron','2020-12-24 08:09:31','2020-12-24 03:09:31'),
(4885,5791,'action complete via WP Cron','2020-12-24 08:09:31','2020-12-24 03:09:31'),
(4886,5792,'action created','2020-12-24 08:09:31','2020-12-24 03:09:31'),
(4887,5792,'action started via WP Cron','2020-12-24 08:10:19','2020-12-24 03:10:19'),
(4888,5792,'action complete via WP Cron','2020-12-24 08:10:19','2020-12-24 03:10:19'),
(4889,5793,'action created','2020-12-24 08:10:19','2020-12-24 03:10:19'),
(4890,5793,'action started via WP Cron','2020-12-24 08:11:12','2020-12-24 03:11:12'),
(4891,5793,'action complete via WP Cron','2020-12-24 08:11:12','2020-12-24 03:11:12'),
(4892,5794,'action created','2020-12-24 08:11:12','2020-12-24 03:11:12'),
(4893,5794,'action started via WP Cron','2020-12-24 08:12:33','2020-12-24 03:12:33'),
(4894,5794,'action complete via WP Cron','2020-12-24 08:12:33','2020-12-24 03:12:33'),
(4895,5795,'action created','2020-12-24 08:12:33','2020-12-24 03:12:33'),
(4896,5795,'action started via WP Cron','2020-12-24 08:17:15','2020-12-24 03:17:15'),
(4897,5795,'action complete via WP Cron','2020-12-24 08:17:15','2020-12-24 03:17:15'),
(4898,5796,'action created','2020-12-24 08:17:15','2020-12-24 03:17:15'),
(4899,5796,'action started via WP Cron','2020-12-24 08:18:33','2020-12-24 03:18:33'),
(4900,5796,'action complete via WP Cron','2020-12-24 08:18:33','2020-12-24 03:18:33'),
(4901,5797,'action created','2020-12-24 08:18:33','2020-12-24 03:18:33'),
(4902,5797,'action started via WP Cron','2020-12-24 08:19:32','2020-12-24 03:19:32'),
(4903,5797,'action complete via WP Cron','2020-12-24 08:19:32','2020-12-24 03:19:32'),
(4904,5798,'action created','2020-12-24 08:19:32','2020-12-24 03:19:32'),
(4905,5798,'action started via WP Cron','2020-12-24 08:20:11','2020-12-24 03:20:11'),
(4906,5798,'action complete via WP Cron','2020-12-24 08:20:11','2020-12-24 03:20:11'),
(4907,5799,'action created','2020-12-24 08:20:11','2020-12-24 03:20:11'),
(4908,5799,'action started via WP Cron','2020-12-24 08:22:53','2020-12-24 03:22:53'),
(4909,5799,'action complete via WP Cron','2020-12-24 08:22:53','2020-12-24 03:22:53'),
(4910,5800,'action created','2020-12-24 08:22:53','2020-12-24 03:22:53'),
(4911,5800,'action started via WP Cron','2020-12-24 08:23:23','2020-12-24 03:23:23'),
(4912,5800,'action complete via WP Cron','2020-12-24 08:23:23','2020-12-24 03:23:23'),
(4913,5801,'action created','2020-12-24 08:23:23','2020-12-24 03:23:23'),
(4914,5801,'action started via WP Cron','2020-12-24 08:24:34','2020-12-24 03:24:34'),
(4915,5801,'action complete via WP Cron','2020-12-24 08:24:34','2020-12-24 03:24:34'),
(4916,5802,'action created','2020-12-24 08:24:35','2020-12-24 03:24:35'),
(4917,5802,'action started via WP Cron','2020-12-24 08:27:47','2020-12-24 03:27:47'),
(4918,5802,'action complete via WP Cron','2020-12-24 08:27:47','2020-12-24 03:27:47'),
(4919,5803,'action created','2020-12-24 08:27:47','2020-12-24 03:27:47'),
(4920,5803,'action started via WP Cron','2020-12-24 08:28:45','2020-12-24 03:28:45'),
(4921,5803,'action complete via WP Cron','2020-12-24 08:28:45','2020-12-24 03:28:45'),
(4922,5804,'action created','2020-12-24 08:28:45','2020-12-24 03:28:45'),
(4923,5804,'action started via WP Cron','2020-12-24 08:29:42','2020-12-24 03:29:42'),
(4924,5804,'action complete via WP Cron','2020-12-24 08:29:42','2020-12-24 03:29:42'),
(4925,5805,'action created','2020-12-24 08:29:42','2020-12-24 03:29:42'),
(4926,5805,'action started via WP Cron','2020-12-24 08:31:14','2020-12-24 03:31:14'),
(4927,5805,'action complete via WP Cron','2020-12-24 08:31:14','2020-12-24 03:31:14'),
(4928,5806,'action created','2020-12-24 08:31:14','2020-12-24 03:31:14'),
(4929,5806,'action started via WP Cron','2020-12-24 08:32:14','2020-12-24 03:32:14'),
(4930,5806,'action complete via WP Cron','2020-12-24 08:32:14','2020-12-24 03:32:14'),
(4931,5807,'action created','2020-12-24 08:32:14','2020-12-24 03:32:14'),
(4932,5807,'action started via WP Cron','2020-12-24 08:33:48','2020-12-24 03:33:48'),
(4933,5807,'action complete via WP Cron','2020-12-24 08:33:48','2020-12-24 03:33:48'),
(4934,5808,'action created','2020-12-24 08:33:48','2020-12-24 03:33:48'),
(4935,5808,'action started via WP Cron','2020-12-24 08:37:10','2020-12-24 03:37:10'),
(4936,5808,'action complete via WP Cron','2020-12-24 08:37:10','2020-12-24 03:37:10'),
(4937,5809,'action created','2020-12-24 08:37:10','2020-12-24 03:37:10'),
(4938,5809,'action started via WP Cron','2020-12-24 08:39:55','2020-12-24 03:39:55'),
(4939,5809,'action complete via WP Cron','2020-12-24 08:39:55','2020-12-24 03:39:55'),
(4940,5810,'action created','2020-12-24 08:39:55','2020-12-24 03:39:55'),
(4941,5810,'action started via WP Cron','2020-12-24 08:40:24','2020-12-24 03:40:24'),
(4942,5810,'action complete via WP Cron','2020-12-24 08:40:24','2020-12-24 03:40:24'),
(4943,5811,'action created','2020-12-24 08:40:24','2020-12-24 03:40:24'),
(4944,5811,'action started via WP Cron','2020-12-24 08:41:57','2020-12-24 03:41:57'),
(4945,5811,'action complete via WP Cron','2020-12-24 08:41:57','2020-12-24 03:41:57'),
(4946,5812,'action created','2020-12-24 08:41:57','2020-12-24 03:41:57'),
(4947,5812,'action started via WP Cron','2020-12-24 08:43:13','2020-12-24 03:43:13'),
(4948,5812,'action complete via WP Cron','2020-12-24 08:43:13','2020-12-24 03:43:13'),
(4949,5813,'action created','2020-12-24 08:43:13','2020-12-24 03:43:13'),
(4950,5813,'action started via WP Cron','2020-12-24 08:44:17','2020-12-24 03:44:17'),
(4951,5813,'action complete via WP Cron','2020-12-24 08:44:17','2020-12-24 03:44:17'),
(4952,5814,'action created','2020-12-24 08:44:17','2020-12-24 03:44:17'),
(4953,5814,'action started via WP Cron','2020-12-24 08:46:48','2020-12-24 03:46:48'),
(4954,5814,'action complete via WP Cron','2020-12-24 08:46:48','2020-12-24 03:46:48'),
(4955,5815,'action created','2020-12-24 08:46:48','2020-12-24 03:46:48'),
(4956,5815,'action started via WP Cron','2020-12-24 08:47:24','2020-12-24 03:47:24'),
(4957,5815,'action complete via WP Cron','2020-12-24 08:47:24','2020-12-24 03:47:24'),
(4958,5816,'action created','2020-12-24 08:47:24','2020-12-24 03:47:24'),
(4959,5816,'action started via WP Cron','2020-12-24 08:48:21','2020-12-24 03:48:21'),
(4960,5816,'action complete via WP Cron','2020-12-24 08:48:21','2020-12-24 03:48:21'),
(4961,5817,'action created','2020-12-24 08:48:21','2020-12-24 03:48:21'),
(4962,5817,'action started via WP Cron','2020-12-24 08:49:33','2020-12-24 03:49:33'),
(4963,5817,'action complete via WP Cron','2020-12-24 08:49:33','2020-12-24 03:49:33'),
(4964,5818,'action created','2020-12-24 08:49:33','2020-12-24 03:49:33'),
(4965,5818,'action started via WP Cron','2020-12-24 08:50:28','2020-12-24 03:50:28'),
(4966,5818,'action complete via WP Cron','2020-12-24 08:50:28','2020-12-24 03:50:28'),
(4967,5819,'action created','2020-12-24 08:50:28','2020-12-24 03:50:28'),
(4968,5819,'action started via WP Cron','2020-12-24 08:51:16','2020-12-24 03:51:16'),
(4969,5819,'action complete via WP Cron','2020-12-24 08:51:16','2020-12-24 03:51:16'),
(4970,5820,'action created','2020-12-24 08:51:16','2020-12-24 03:51:16'),
(4971,5820,'action started via WP Cron','2020-12-24 08:54:43','2020-12-24 03:54:43'),
(4972,5820,'action complete via WP Cron','2020-12-24 08:54:44','2020-12-24 03:54:44'),
(4973,5821,'action created','2020-12-24 08:54:44','2020-12-24 03:54:44'),
(4974,5821,'action started via WP Cron','2020-12-24 08:59:31','2020-12-24 03:59:31'),
(4975,5821,'action complete via WP Cron','2020-12-24 08:59:31','2020-12-24 03:59:31'),
(4976,5822,'action created','2020-12-24 08:59:31','2020-12-24 03:59:31'),
(4977,5822,'action started via WP Cron','2020-12-24 09:01:32','2020-12-24 04:01:32'),
(4978,5822,'action complete via WP Cron','2020-12-24 09:01:32','2020-12-24 04:01:32'),
(4979,5823,'action created','2020-12-24 09:01:32','2020-12-24 04:01:32'),
(4980,5823,'action started via WP Cron','2020-12-24 09:04:09','2020-12-24 04:04:09'),
(4981,5823,'action complete via WP Cron','2020-12-24 09:04:09','2020-12-24 04:04:09'),
(4982,5824,'action created','2020-12-24 09:04:09','2020-12-24 04:04:09'),
(4983,5824,'action started via WP Cron','2020-12-24 09:04:39','2020-12-24 04:04:39'),
(4984,5824,'action complete via WP Cron','2020-12-24 09:04:39','2020-12-24 04:04:39'),
(4985,5825,'action created','2020-12-24 09:04:39','2020-12-24 04:04:39'),
(4986,5825,'action started via WP Cron','2020-12-24 09:08:44','2020-12-24 04:08:44'),
(4987,5825,'action complete via WP Cron','2020-12-24 09:08:44','2020-12-24 04:08:44'),
(4988,5826,'action created','2020-12-24 09:08:44','2020-12-24 04:08:44'),
(4989,5826,'action started via WP Cron','2020-12-24 09:09:47','2020-12-24 04:09:47'),
(4990,5826,'action complete via WP Cron','2020-12-24 09:09:47','2020-12-24 04:09:47'),
(4991,5827,'action created','2020-12-24 09:09:47','2020-12-24 04:09:47'),
(4992,5827,'action started via WP Cron','2020-12-24 09:10:33','2020-12-24 04:10:33'),
(4993,5827,'action complete via WP Cron','2020-12-24 09:10:33','2020-12-24 04:10:33'),
(4994,5828,'action created','2020-12-24 09:10:33','2020-12-24 04:10:33'),
(4995,5828,'action started via WP Cron','2020-12-24 09:11:17','2020-12-24 04:11:17'),
(4996,5828,'action complete via WP Cron','2020-12-24 09:11:17','2020-12-24 04:11:17'),
(4997,5829,'action created','2020-12-24 09:11:17','2020-12-24 04:11:17'),
(4998,5829,'action started via WP Cron','2020-12-24 09:12:26','2020-12-24 04:12:26'),
(4999,5829,'action complete via WP Cron','2020-12-24 09:12:26','2020-12-24 04:12:26'),
(5000,5830,'action created','2020-12-24 09:12:26','2020-12-24 04:12:26'),
(5001,5830,'action started via WP Cron','2020-12-24 09:13:11','2020-12-24 04:13:11'),
(5002,5830,'action complete via WP Cron','2020-12-24 09:13:11','2020-12-24 04:13:11'),
(5003,5831,'action created','2020-12-24 09:13:11','2020-12-24 04:13:11'),
(5004,5831,'action started via WP Cron','2020-12-24 09:14:19','2020-12-24 04:14:19'),
(5005,5831,'action complete via WP Cron','2020-12-24 09:14:19','2020-12-24 04:14:19'),
(5006,5832,'action created','2020-12-24 09:14:19','2020-12-24 04:14:19'),
(5007,5832,'action started via WP Cron','2020-12-24 09:15:17','2020-12-24 04:15:17'),
(5008,5832,'action complete via WP Cron','2020-12-24 09:15:17','2020-12-24 04:15:17'),
(5009,5833,'action created','2020-12-24 09:15:17','2020-12-24 04:15:17'),
(5010,5833,'action started via WP Cron','2020-12-24 09:16:27','2020-12-24 04:16:27'),
(5011,5833,'action complete via WP Cron','2020-12-24 09:16:27','2020-12-24 04:16:27'),
(5012,5834,'action created','2020-12-24 09:16:27','2020-12-24 04:16:27'),
(5013,5834,'action started via WP Cron','2020-12-24 09:18:20','2020-12-24 04:18:20'),
(5014,5834,'action complete via WP Cron','2020-12-24 09:18:20','2020-12-24 04:18:20'),
(5015,5835,'action created','2020-12-24 09:18:20','2020-12-24 04:18:20'),
(5016,5835,'action started via WP Cron','2020-12-24 09:19:12','2020-12-24 04:19:12'),
(5017,5835,'action complete via WP Cron','2020-12-24 09:19:12','2020-12-24 04:19:12'),
(5018,5836,'action created','2020-12-24 09:19:12','2020-12-24 04:19:12'),
(5019,5836,'action started via WP Cron','2020-12-24 09:20:31','2020-12-24 04:20:31'),
(5020,5836,'action complete via WP Cron','2020-12-24 09:20:31','2020-12-24 04:20:31'),
(5021,5837,'action created','2020-12-24 09:20:31','2020-12-24 04:20:31'),
(5022,5837,'action started via WP Cron','2020-12-24 09:21:58','2020-12-24 04:21:58'),
(5023,5837,'action complete via WP Cron','2020-12-24 09:21:58','2020-12-24 04:21:58'),
(5024,5838,'action created','2020-12-24 09:21:58','2020-12-24 04:21:58'),
(5025,5838,'action started via WP Cron','2020-12-24 09:22:17','2020-12-24 04:22:17'),
(5026,5838,'action complete via WP Cron','2020-12-24 09:22:17','2020-12-24 04:22:17'),
(5027,5839,'action created','2020-12-24 09:22:17','2020-12-24 04:22:17'),
(5028,5839,'action started via WP Cron','2020-12-24 09:24:49','2020-12-24 04:24:49'),
(5029,5839,'action complete via WP Cron','2020-12-24 09:24:49','2020-12-24 04:24:49'),
(5030,5840,'action created','2020-12-24 09:24:49','2020-12-24 04:24:49'),
(5031,5840,'action started via WP Cron','2020-12-24 09:26:05','2020-12-24 04:26:05'),
(5032,5840,'action complete via WP Cron','2020-12-24 09:26:05','2020-12-24 04:26:05'),
(5033,5841,'action created','2020-12-24 09:26:05','2020-12-24 04:26:05'),
(5034,5841,'action started via WP Cron','2020-12-24 09:26:35','2020-12-24 04:26:35'),
(5035,5841,'action complete via WP Cron','2020-12-24 09:26:35','2020-12-24 04:26:35'),
(5036,5842,'action created','2020-12-24 09:26:35','2020-12-24 04:26:35'),
(5037,5842,'action started via WP Cron','2020-12-24 09:28:04','2020-12-24 04:28:04'),
(5038,5842,'action complete via WP Cron','2020-12-24 09:28:04','2020-12-24 04:28:04'),
(5039,5843,'action created','2020-12-24 09:28:04','2020-12-24 04:28:04'),
(5040,5843,'action started via WP Cron','2020-12-24 09:30:05','2020-12-24 04:30:05'),
(5041,5843,'action complete via WP Cron','2020-12-24 09:30:05','2020-12-24 04:30:05'),
(5042,5844,'action created','2020-12-24 09:30:05','2020-12-24 04:30:05'),
(5043,5844,'action started via WP Cron','2020-12-24 09:34:56','2020-12-24 04:34:56'),
(5044,5844,'action complete via WP Cron','2020-12-24 09:34:56','2020-12-24 04:34:56'),
(5045,5845,'action created','2020-12-24 09:34:56','2020-12-24 04:34:56'),
(5046,5845,'action started via WP Cron','2020-12-24 09:39:20','2020-12-24 04:39:20'),
(5047,5845,'action complete via WP Cron','2020-12-24 09:39:21','2020-12-24 04:39:21'),
(5048,5846,'action created','2020-12-24 09:39:21','2020-12-24 04:39:21'),
(5049,5846,'action started via WP Cron','2020-12-24 09:46:44','2020-12-24 04:46:44'),
(5050,5846,'action complete via WP Cron','2020-12-24 09:46:44','2020-12-24 04:46:44'),
(5051,5847,'action created','2020-12-24 09:46:44','2020-12-24 04:46:44'),
(5052,5847,'action started via WP Cron','2020-12-24 09:50:33','2020-12-24 04:50:33'),
(5053,5847,'action complete via WP Cron','2020-12-24 09:50:33','2020-12-24 04:50:33'),
(5054,5848,'action created','2020-12-24 09:50:33','2020-12-24 04:50:33'),
(5055,5848,'action started via WP Cron','2020-12-24 09:51:17','2020-12-24 04:51:17'),
(5056,5848,'action complete via WP Cron','2020-12-24 09:51:17','2020-12-24 04:51:17'),
(5057,5849,'action created','2020-12-24 09:51:17','2020-12-24 04:51:17'),
(5058,5849,'action started via WP Cron','2020-12-24 09:52:36','2020-12-24 04:52:36'),
(5059,5849,'action complete via WP Cron','2020-12-24 09:52:36','2020-12-24 04:52:36'),
(5060,5850,'action created','2020-12-24 09:52:36','2020-12-24 04:52:36'),
(5061,5850,'action started via WP Cron','2020-12-24 09:53:21','2020-12-24 04:53:21'),
(5062,5850,'action complete via WP Cron','2020-12-24 09:53:21','2020-12-24 04:53:21'),
(5063,5851,'action created','2020-12-24 09:53:21','2020-12-24 04:53:21'),
(5064,5851,'action started via WP Cron','2020-12-24 09:56:54','2020-12-24 04:56:54'),
(5065,5851,'action complete via WP Cron','2020-12-24 09:56:54','2020-12-24 04:56:54'),
(5066,5852,'action created','2020-12-24 09:56:54','2020-12-24 04:56:54'),
(5067,5852,'action started via WP Cron','2020-12-24 09:57:45','2020-12-24 04:57:45'),
(5068,5852,'action complete via WP Cron','2020-12-24 09:57:45','2020-12-24 04:57:45'),
(5069,5853,'action created','2020-12-24 09:57:45','2020-12-24 04:57:45'),
(5070,5853,'action started via WP Cron','2020-12-24 09:58:50','2020-12-24 04:58:50'),
(5071,5853,'action complete via WP Cron','2020-12-24 09:58:50','2020-12-24 04:58:50'),
(5072,5854,'action created','2020-12-24 09:58:50','2020-12-24 04:58:50'),
(5073,5854,'action started via WP Cron','2020-12-24 09:59:23','2020-12-24 04:59:23'),
(5074,5854,'action complete via WP Cron','2020-12-24 09:59:23','2020-12-24 04:59:23'),
(5075,5855,'action created','2020-12-24 09:59:23','2020-12-24 04:59:23'),
(5076,5855,'action started via WP Cron','2020-12-24 10:00:28','2020-12-24 05:00:28'),
(5077,5855,'action complete via WP Cron','2020-12-24 10:00:28','2020-12-24 05:00:28'),
(5078,5856,'action created','2020-12-24 10:00:28','2020-12-24 05:00:28'),
(5079,5856,'action started via WP Cron','2020-12-24 10:01:13','2020-12-24 05:01:13'),
(5080,5856,'action complete via WP Cron','2020-12-24 10:01:13','2020-12-24 05:01:13'),
(5081,5857,'action created','2020-12-24 10:01:13','2020-12-24 05:01:13'),
(5082,5857,'action started via WP Cron','2020-12-24 10:02:15','2020-12-24 05:02:15'),
(5083,5857,'action complete via WP Cron','2020-12-24 10:02:15','2020-12-24 05:02:15'),
(5084,5858,'action created','2020-12-24 10:02:15','2020-12-24 05:02:15'),
(5085,5858,'action started via WP Cron','2020-12-24 10:03:44','2020-12-24 05:03:44'),
(5086,5858,'action complete via WP Cron','2020-12-24 10:03:44','2020-12-24 05:03:44'),
(5087,5859,'action created','2020-12-24 10:03:44','2020-12-24 05:03:44'),
(5088,5859,'action started via WP Cron','2020-12-24 10:05:19','2020-12-24 05:05:19'),
(5089,5859,'action complete via WP Cron','2020-12-24 10:05:19','2020-12-24 05:05:19'),
(5090,5860,'action created','2020-12-24 10:05:19','2020-12-24 05:05:19'),
(5091,5860,'action started via WP Cron','2020-12-24 10:07:00','2020-12-24 05:07:00'),
(5092,5860,'action complete via WP Cron','2020-12-24 10:07:00','2020-12-24 05:07:00'),
(5093,5861,'action created','2020-12-24 10:07:00','2020-12-24 05:07:00'),
(5094,5861,'action started via WP Cron','2020-12-24 10:08:09','2020-12-24 05:08:09'),
(5095,5861,'action complete via WP Cron','2020-12-24 10:08:09','2020-12-24 05:08:09'),
(5096,5862,'action created','2020-12-24 10:08:09','2020-12-24 05:08:09'),
(5097,5862,'action started via WP Cron','2020-12-24 10:08:32','2020-12-24 05:08:32'),
(5098,5862,'action complete via WP Cron','2020-12-24 10:08:33','2020-12-24 05:08:33'),
(5099,5863,'action created','2020-12-24 10:08:33','2020-12-24 05:08:33'),
(5100,5863,'action started via WP Cron','2020-12-24 10:13:57','2020-12-24 05:13:57'),
(5101,5863,'action complete via WP Cron','2020-12-24 10:13:57','2020-12-24 05:13:57'),
(5102,5864,'action created','2020-12-24 10:13:57','2020-12-24 05:13:57'),
(5103,5864,'action started via WP Cron','2020-12-24 10:14:47','2020-12-24 05:14:47'),
(5104,5864,'action complete via WP Cron','2020-12-24 10:14:47','2020-12-24 05:14:47'),
(5105,5865,'action created','2020-12-24 10:14:47','2020-12-24 05:14:47'),
(5106,5865,'action started via WP Cron','2020-12-24 10:15:31','2020-12-24 05:15:31'),
(5107,5865,'action complete via WP Cron','2020-12-24 10:15:31','2020-12-24 05:15:31'),
(5108,5866,'action created','2020-12-24 10:15:31','2020-12-24 05:15:31'),
(5109,5866,'action started via WP Cron','2020-12-24 10:16:28','2020-12-24 05:16:28'),
(5110,5866,'action complete via WP Cron','2020-12-24 10:16:28','2020-12-24 05:16:28'),
(5111,5867,'action created','2020-12-24 10:16:28','2020-12-24 05:16:28'),
(5112,5867,'action started via WP Cron','2020-12-24 10:19:46','2020-12-24 05:19:46'),
(5113,5867,'action complete via WP Cron','2020-12-24 10:19:46','2020-12-24 05:19:46'),
(5114,5868,'action created','2020-12-24 10:19:46','2020-12-24 05:19:46'),
(5115,5868,'action started via WP Cron','2020-12-24 10:21:01','2020-12-24 05:21:01'),
(5116,5868,'action complete via WP Cron','2020-12-24 10:21:01','2020-12-24 05:21:01'),
(5117,5869,'action created','2020-12-24 10:21:01','2020-12-24 05:21:01'),
(5118,5869,'action started via WP Cron','2020-12-24 10:23:13','2020-12-24 05:23:13'),
(5119,5869,'action complete via WP Cron','2020-12-24 10:23:13','2020-12-24 05:23:13'),
(5120,5870,'action created','2020-12-24 10:23:14','2020-12-24 05:23:14'),
(5121,5870,'action started via WP Cron','2020-12-24 10:24:55','2020-12-24 05:24:55'),
(5122,5870,'action complete via WP Cron','2020-12-24 10:24:55','2020-12-24 05:24:55'),
(5123,5871,'action created','2020-12-24 10:24:55','2020-12-24 05:24:55'),
(5124,5871,'action started via WP Cron','2020-12-24 10:26:13','2020-12-24 05:26:13'),
(5125,5871,'action complete via WP Cron','2020-12-24 10:26:13','2020-12-24 05:26:13'),
(5126,5872,'action created','2020-12-24 10:26:13','2020-12-24 05:26:13'),
(5127,5872,'action started via WP Cron','2020-12-24 10:31:28','2020-12-24 05:31:28'),
(5128,5872,'action complete via WP Cron','2020-12-24 10:31:28','2020-12-24 05:31:28'),
(5129,5873,'action created','2020-12-24 10:31:28','2020-12-24 05:31:28'),
(5130,5873,'action started via WP Cron','2020-12-24 10:33:50','2020-12-24 05:33:50'),
(5131,5873,'action complete via WP Cron','2020-12-24 10:33:50','2020-12-24 05:33:50'),
(5132,5874,'action created','2020-12-24 10:33:50','2020-12-24 05:33:50'),
(5133,5874,'action started via WP Cron','2020-12-24 10:35:30','2020-12-24 05:35:30'),
(5134,5874,'action complete via WP Cron','2020-12-24 10:35:30','2020-12-24 05:35:30'),
(5135,5875,'action created','2020-12-24 10:35:30','2020-12-24 05:35:30'),
(5136,5875,'action started via WP Cron','2020-12-24 10:38:16','2020-12-24 05:38:16'),
(5137,5875,'action complete via WP Cron','2020-12-24 10:38:17','2020-12-24 05:38:17'),
(5138,5876,'action created','2020-12-24 10:38:17','2020-12-24 05:38:17'),
(5139,5876,'action started via WP Cron','2020-12-24 10:40:07','2020-12-24 05:40:07'),
(5140,5876,'action complete via WP Cron','2020-12-24 10:40:07','2020-12-24 05:40:07'),
(5141,5877,'action created','2020-12-24 10:40:07','2020-12-24 05:40:07'),
(5142,5877,'action started via WP Cron','2020-12-24 10:41:14','2020-12-24 05:41:14'),
(5143,5877,'action complete via WP Cron','2020-12-24 10:41:14','2020-12-24 05:41:14'),
(5144,5878,'action created','2020-12-24 10:41:14','2020-12-24 05:41:14'),
(5145,5878,'action started via WP Cron','2020-12-24 10:42:54','2020-12-24 05:42:54'),
(5146,5878,'action complete via WP Cron','2020-12-24 10:42:54','2020-12-24 05:42:54'),
(5147,5879,'action created','2020-12-24 10:42:54','2020-12-24 05:42:54'),
(5148,5879,'action started via WP Cron','2020-12-24 10:43:14','2020-12-24 05:43:14'),
(5149,5879,'action complete via WP Cron','2020-12-24 10:43:14','2020-12-24 05:43:14'),
(5150,5880,'action created','2020-12-24 10:43:14','2020-12-24 05:43:14'),
(5151,5880,'action started via WP Cron','2020-12-24 10:44:51','2020-12-24 05:44:51'),
(5152,5880,'action complete via WP Cron','2020-12-24 10:44:51','2020-12-24 05:44:51'),
(5153,5881,'action created','2020-12-24 10:44:51','2020-12-24 05:44:51'),
(5154,5881,'action started via WP Cron','2020-12-24 10:45:27','2020-12-24 05:45:27'),
(5155,5881,'action complete via WP Cron','2020-12-24 10:45:27','2020-12-24 05:45:27'),
(5156,5882,'action created','2020-12-24 10:45:27','2020-12-24 05:45:27'),
(5157,5882,'action started via WP Cron','2020-12-24 10:46:29','2020-12-24 05:46:29'),
(5158,5882,'action complete via WP Cron','2020-12-24 10:46:29','2020-12-24 05:46:29'),
(5159,5883,'action created','2020-12-24 10:46:29','2020-12-24 05:46:29'),
(5160,5883,'action started via WP Cron','2020-12-24 10:50:55','2020-12-24 05:50:55'),
(5161,5883,'action complete via WP Cron','2020-12-24 10:50:55','2020-12-24 05:50:55'),
(5162,5884,'action created','2020-12-24 10:50:55','2020-12-24 05:50:55'),
(5163,5884,'action started via WP Cron','2020-12-24 10:54:46','2020-12-24 05:54:46'),
(5164,5884,'action complete via WP Cron','2020-12-24 10:54:46','2020-12-24 05:54:46'),
(5165,5885,'action created','2020-12-24 10:54:46','2020-12-24 05:54:46'),
(5166,5885,'action started via WP Cron','2020-12-24 10:56:51','2020-12-24 05:56:51'),
(5167,5885,'action complete via WP Cron','2020-12-24 10:56:51','2020-12-24 05:56:51'),
(5168,5886,'action created','2020-12-24 10:56:51','2020-12-24 05:56:51'),
(5169,5886,'action started via WP Cron','2020-12-24 10:57:16','2020-12-24 05:57:16'),
(5170,5886,'action complete via WP Cron','2020-12-24 10:57:16','2020-12-24 05:57:16'),
(5171,5887,'action created','2020-12-24 10:57:16','2020-12-24 05:57:16'),
(5172,5887,'action started via WP Cron','2020-12-24 10:59:39','2020-12-24 05:59:39'),
(5173,5887,'action complete via WP Cron','2020-12-24 10:59:39','2020-12-24 05:59:39'),
(5174,5888,'action created','2020-12-24 10:59:39','2020-12-24 05:59:39'),
(5175,5888,'action started via WP Cron','2020-12-24 11:02:14','2020-12-24 06:02:14'),
(5176,5888,'action complete via WP Cron','2020-12-24 11:02:14','2020-12-24 06:02:14'),
(5177,5889,'action created','2020-12-24 11:02:14','2020-12-24 06:02:14'),
(5178,5889,'action started via WP Cron','2020-12-24 11:05:02','2020-12-24 06:05:02'),
(5179,5889,'action complete via WP Cron','2020-12-24 11:05:02','2020-12-24 06:05:02'),
(5180,5890,'action created','2020-12-24 11:05:02','2020-12-24 06:05:02'),
(5181,5890,'action started via WP Cron','2020-12-24 11:05:14','2020-12-24 06:05:14'),
(5182,5890,'action complete via WP Cron','2020-12-24 11:05:14','2020-12-24 06:05:14'),
(5183,5891,'action created','2020-12-24 11:05:14','2020-12-24 06:05:14'),
(5184,5891,'action started via WP Cron','2020-12-24 11:06:21','2020-12-24 06:06:21'),
(5185,5891,'action complete via WP Cron','2020-12-24 11:06:21','2020-12-24 06:06:21'),
(5186,5892,'action created','2020-12-24 11:06:21','2020-12-24 06:06:21'),
(5187,5892,'action started via WP Cron','2020-12-24 11:07:24','2020-12-24 06:07:24'),
(5188,5892,'action complete via WP Cron','2020-12-24 11:07:24','2020-12-24 06:07:24'),
(5189,5893,'action created','2020-12-24 11:07:24','2020-12-24 06:07:24'),
(5190,5893,'action started via WP Cron','2020-12-24 11:08:16','2020-12-24 06:08:16'),
(5191,5893,'action complete via WP Cron','2020-12-24 11:08:16','2020-12-24 06:08:16'),
(5192,5894,'action created','2020-12-24 11:08:16','2020-12-24 06:08:16'),
(5193,5894,'action started via WP Cron','2020-12-24 11:10:23','2020-12-24 06:10:23'),
(5194,5894,'action complete via WP Cron','2020-12-24 11:10:23','2020-12-24 06:10:23'),
(5195,5895,'action created','2020-12-24 11:10:23','2020-12-24 06:10:23'),
(5196,5895,'action started via WP Cron','2020-12-24 11:11:15','2020-12-24 06:11:15'),
(5197,5895,'action complete via WP Cron','2020-12-24 11:11:15','2020-12-24 06:11:15'),
(5198,5896,'action created','2020-12-24 11:11:15','2020-12-24 06:11:15'),
(5199,5896,'action started via WP Cron','2020-12-24 11:12:29','2020-12-24 06:12:29'),
(5200,5896,'action complete via WP Cron','2020-12-24 11:12:29','2020-12-24 06:12:29'),
(5201,5897,'action created','2020-12-24 11:12:29','2020-12-24 06:12:29'),
(5202,5897,'action started via WP Cron','2020-12-24 11:14:17','2020-12-24 06:14:17'),
(5203,5897,'action complete via WP Cron','2020-12-24 11:14:17','2020-12-24 06:14:17'),
(5204,5898,'action created','2020-12-24 11:14:17','2020-12-24 06:14:17'),
(5205,5898,'action started via WP Cron','2020-12-24 11:15:17','2020-12-24 06:15:17'),
(5206,5898,'action complete via WP Cron','2020-12-24 11:15:17','2020-12-24 06:15:17'),
(5207,5899,'action created','2020-12-24 11:15:17','2020-12-24 06:15:17'),
(5208,5899,'action started via WP Cron','2020-12-24 11:16:15','2020-12-24 06:16:15'),
(5209,5899,'action complete via WP Cron','2020-12-24 11:16:15','2020-12-24 06:16:15'),
(5210,5900,'action created','2020-12-24 11:16:15','2020-12-24 06:16:15'),
(5211,5900,'action started via WP Cron','2020-12-24 11:17:57','2020-12-24 06:17:57'),
(5212,5900,'action complete via WP Cron','2020-12-24 11:17:57','2020-12-24 06:17:57'),
(5213,5901,'action created','2020-12-24 11:17:57','2020-12-24 06:17:57'),
(5214,5901,'action started via WP Cron','2020-12-24 11:18:52','2020-12-24 06:18:52'),
(5215,5901,'action complete via WP Cron','2020-12-24 11:18:52','2020-12-24 06:18:52'),
(5216,5902,'action created','2020-12-24 11:18:52','2020-12-24 06:18:52'),
(5217,5902,'action started via WP Cron','2020-12-24 11:20:16','2020-12-24 06:20:16'),
(5218,5902,'action complete via WP Cron','2020-12-24 11:20:16','2020-12-24 06:20:16'),
(5219,5903,'action created','2020-12-24 11:20:16','2020-12-24 06:20:16'),
(5220,5903,'action started via WP Cron','2020-12-24 11:21:15','2020-12-24 06:21:15'),
(5221,5903,'action complete via WP Cron','2020-12-24 11:21:15','2020-12-24 06:21:15'),
(5222,5904,'action created','2020-12-24 11:21:15','2020-12-24 06:21:15'),
(5223,5904,'action started via WP Cron','2020-12-24 11:22:13','2020-12-24 06:22:13'),
(5224,5904,'action complete via WP Cron','2020-12-24 11:22:13','2020-12-24 06:22:13'),
(5225,5905,'action created','2020-12-24 11:22:13','2020-12-24 06:22:13'),
(5226,5905,'action started via WP Cron','2020-12-24 11:23:43','2020-12-24 06:23:43'),
(5227,5905,'action complete via WP Cron','2020-12-24 11:23:43','2020-12-24 06:23:43'),
(5228,5906,'action created','2020-12-24 11:23:43','2020-12-24 06:23:43'),
(5229,5906,'action started via WP Cron','2020-12-24 11:24:12','2020-12-24 06:24:12'),
(5230,5906,'action complete via WP Cron','2020-12-24 11:24:12','2020-12-24 06:24:12'),
(5231,5907,'action created','2020-12-24 11:24:12','2020-12-24 06:24:12'),
(5232,5907,'action started via WP Cron','2020-12-24 11:26:23','2020-12-24 06:26:23'),
(5233,5907,'action complete via WP Cron','2020-12-24 11:26:23','2020-12-24 06:26:23'),
(5234,5908,'action created','2020-12-24 11:26:23','2020-12-24 06:26:23'),
(5235,5908,'action started via WP Cron','2020-12-24 11:27:49','2020-12-24 06:27:49'),
(5236,5908,'action complete via WP Cron','2020-12-24 11:27:49','2020-12-24 06:27:49'),
(5237,5909,'action created','2020-12-24 11:27:49','2020-12-24 06:27:49'),
(5238,5909,'action started via WP Cron','2020-12-24 11:28:15','2020-12-24 06:28:15'),
(5239,5909,'action complete via WP Cron','2020-12-24 11:28:15','2020-12-24 06:28:15'),
(5240,5910,'action created','2020-12-24 11:28:15','2020-12-24 06:28:15'),
(5241,5910,'action started via WP Cron','2020-12-24 11:30:35','2020-12-24 06:30:35'),
(5242,5910,'action complete via WP Cron','2020-12-24 11:30:35','2020-12-24 06:30:35'),
(5243,5911,'action created','2020-12-24 11:30:36','2020-12-24 06:30:36'),
(5244,5911,'action started via WP Cron','2020-12-24 11:31:18','2020-12-24 06:31:18'),
(5245,5911,'action complete via WP Cron','2020-12-24 11:31:18','2020-12-24 06:31:18'),
(5246,5912,'action created','2020-12-24 11:31:18','2020-12-24 06:31:18'),
(5247,5912,'action started via WP Cron','2020-12-24 11:33:26','2020-12-24 06:33:26'),
(5248,5912,'action complete via WP Cron','2020-12-24 11:33:26','2020-12-24 06:33:26'),
(5249,5913,'action created','2020-12-24 11:33:27','2020-12-24 06:33:27'),
(5250,5913,'action started via WP Cron','2020-12-24 11:35:18','2020-12-24 06:35:18'),
(5251,5913,'action complete via WP Cron','2020-12-24 11:35:18','2020-12-24 06:35:18'),
(5252,5914,'action created','2020-12-24 11:35:19','2020-12-24 06:35:19'),
(5253,5914,'action started via WP Cron','2020-12-24 11:36:21','2020-12-24 06:36:21'),
(5254,5914,'action complete via WP Cron','2020-12-24 11:36:21','2020-12-24 06:36:21'),
(5255,5915,'action created','2020-12-24 11:36:21','2020-12-24 06:36:21'),
(5256,5915,'action started via WP Cron','2020-12-24 11:38:09','2020-12-24 06:38:09'),
(5257,5915,'action complete via WP Cron','2020-12-24 11:38:09','2020-12-24 06:38:09'),
(5258,5916,'action created','2020-12-24 11:38:09','2020-12-24 06:38:09'),
(5259,5916,'action started via WP Cron','2020-12-24 11:39:48','2020-12-24 06:39:48'),
(5260,5916,'action complete via WP Cron','2020-12-24 11:39:48','2020-12-24 06:39:48'),
(5261,5917,'action created','2020-12-24 11:39:48','2020-12-24 06:39:48'),
(5262,5917,'action started via WP Cron','2020-12-24 11:40:13','2020-12-24 06:40:13'),
(5263,5917,'action complete via WP Cron','2020-12-24 11:40:13','2020-12-24 06:40:13'),
(5264,5918,'action created','2020-12-24 11:40:13','2020-12-24 06:40:13'),
(5265,5918,'action started via WP Cron','2020-12-24 11:41:13','2020-12-24 06:41:13'),
(5266,5918,'action complete via WP Cron','2020-12-24 11:41:13','2020-12-24 06:41:13'),
(5267,5919,'action created','2020-12-24 11:41:14','2020-12-24 06:41:14'),
(5268,5919,'action started via WP Cron','2020-12-24 11:42:16','2020-12-24 06:42:16'),
(5269,5919,'action complete via WP Cron','2020-12-24 11:42:16','2020-12-24 06:42:16'),
(5270,5920,'action created','2020-12-24 11:42:16','2020-12-24 06:42:16'),
(5271,5920,'action started via WP Cron','2020-12-24 11:43:23','2020-12-24 06:43:23'),
(5272,5920,'action complete via WP Cron','2020-12-24 11:43:23','2020-12-24 06:43:23'),
(5273,5921,'action created','2020-12-24 11:43:23','2020-12-24 06:43:23'),
(5274,5921,'action started via WP Cron','2020-12-24 11:44:15','2020-12-24 06:44:15'),
(5275,5921,'action complete via WP Cron','2020-12-24 11:44:15','2020-12-24 06:44:15'),
(5276,5922,'action created','2020-12-24 11:44:15','2020-12-24 06:44:15'),
(5277,5922,'action started via WP Cron','2020-12-24 11:45:49','2020-12-24 06:45:49'),
(5278,5922,'action complete via WP Cron','2020-12-24 11:45:49','2020-12-24 06:45:49'),
(5279,5923,'action created','2020-12-24 11:45:49','2020-12-24 06:45:49'),
(5280,5923,'action started via WP Cron','2020-12-24 11:46:14','2020-12-24 06:46:14'),
(5281,5923,'action complete via WP Cron','2020-12-24 11:46:14','2020-12-24 06:46:14'),
(5282,5924,'action created','2020-12-24 11:46:14','2020-12-24 06:46:14'),
(5283,5924,'action started via WP Cron','2020-12-24 11:47:17','2020-12-24 06:47:17'),
(5284,5924,'action complete via WP Cron','2020-12-24 11:47:17','2020-12-24 06:47:17'),
(5285,5925,'action created','2020-12-24 11:47:17','2020-12-24 06:47:17'),
(5286,5925,'action started via WP Cron','2020-12-24 11:48:46','2020-12-24 06:48:46'),
(5287,5925,'action complete via WP Cron','2020-12-24 11:48:46','2020-12-24 06:48:46'),
(5288,5926,'action created','2020-12-24 11:48:46','2020-12-24 06:48:46'),
(5289,5926,'action started via WP Cron','2020-12-24 11:49:28','2020-12-24 06:49:28'),
(5290,5926,'action complete via WP Cron','2020-12-24 11:49:28','2020-12-24 06:49:28'),
(5291,5927,'action created','2020-12-24 11:49:28','2020-12-24 06:49:28'),
(5292,5927,'action started via WP Cron','2020-12-24 11:50:13','2020-12-24 06:50:13'),
(5293,5927,'action complete via WP Cron','2020-12-24 11:50:13','2020-12-24 06:50:13'),
(5294,5928,'action created','2020-12-24 11:50:13','2020-12-24 06:50:13'),
(5295,5928,'action started via WP Cron','2020-12-24 11:51:47','2020-12-24 06:51:47'),
(5296,5928,'action complete via WP Cron','2020-12-24 11:51:47','2020-12-24 06:51:47'),
(5297,5929,'action created','2020-12-24 11:51:47','2020-12-24 06:51:47'),
(5298,5929,'action started via WP Cron','2020-12-24 11:52:17','2020-12-24 06:52:17'),
(5299,5929,'action complete via WP Cron','2020-12-24 11:52:17','2020-12-24 06:52:17'),
(5300,5930,'action created','2020-12-24 11:52:17','2020-12-24 06:52:17'),
(5301,5930,'action started via WP Cron','2020-12-24 11:53:13','2020-12-24 06:53:13'),
(5302,5930,'action complete via WP Cron','2020-12-24 11:53:13','2020-12-24 06:53:13'),
(5303,5931,'action created','2020-12-24 11:53:13','2020-12-24 06:53:13'),
(5304,5931,'action started via WP Cron','2020-12-24 11:54:46','2020-12-24 06:54:46'),
(5305,5931,'action complete via WP Cron','2020-12-24 11:54:46','2020-12-24 06:54:46'),
(5306,5932,'action created','2020-12-24 11:54:46','2020-12-24 06:54:46'),
(5307,5932,'action started via WP Cron','2020-12-24 11:55:19','2020-12-24 06:55:19'),
(5308,5932,'action complete via WP Cron','2020-12-24 11:55:19','2020-12-24 06:55:19'),
(5309,5933,'action created','2020-12-24 11:55:19','2020-12-24 06:55:19'),
(5310,5933,'action started via WP Cron','2020-12-24 11:56:13','2020-12-24 06:56:13'),
(5311,5933,'action complete via WP Cron','2020-12-24 11:56:13','2020-12-24 06:56:13'),
(5312,5934,'action created','2020-12-24 11:56:13','2020-12-24 06:56:13'),
(5313,5934,'action started via WP Cron','2020-12-24 11:59:19','2020-12-24 06:59:19'),
(5314,5934,'action complete via WP Cron','2020-12-24 11:59:19','2020-12-24 06:59:19'),
(5315,5935,'action created','2020-12-24 11:59:19','2020-12-24 06:59:19'),
(5316,5935,'action started via WP Cron','2020-12-24 12:00:51','2020-12-24 07:00:51'),
(5317,5935,'action complete via WP Cron','2020-12-24 12:00:51','2020-12-24 07:00:51'),
(5318,5936,'action created','2020-12-24 12:00:51','2020-12-24 07:00:51'),
(5319,5936,'action started via WP Cron','2020-12-24 12:02:26','2020-12-24 07:02:26'),
(5320,5936,'action complete via WP Cron','2020-12-24 12:02:26','2020-12-24 07:02:26'),
(5321,5937,'action created','2020-12-24 12:02:27','2020-12-24 07:02:27'),
(5322,5937,'action started via WP Cron','2020-12-24 12:04:02','2020-12-24 07:04:02'),
(5323,5937,'action complete via WP Cron','2020-12-24 12:04:02','2020-12-24 07:04:02'),
(5324,5938,'action created','2020-12-24 12:04:02','2020-12-24 07:04:02'),
(5325,5938,'action started via WP Cron','2020-12-24 12:04:35','2020-12-24 07:04:35'),
(5326,5938,'action complete via WP Cron','2020-12-24 12:04:35','2020-12-24 07:04:35'),
(5327,5939,'action created','2020-12-24 12:04:35','2020-12-24 07:04:35'),
(5328,5939,'action started via WP Cron','2020-12-24 12:05:43','2020-12-24 07:05:43'),
(5329,5939,'action complete via WP Cron','2020-12-24 12:05:43','2020-12-24 07:05:43'),
(5330,5940,'action created','2020-12-24 12:05:43','2020-12-24 07:05:43'),
(5331,5940,'action started via WP Cron','2020-12-24 12:07:36','2020-12-24 07:07:36'),
(5332,5940,'action complete via WP Cron','2020-12-24 12:07:36','2020-12-24 07:07:36'),
(5333,5941,'action created','2020-12-24 12:07:36','2020-12-24 07:07:36'),
(5334,5941,'action started via WP Cron','2020-12-24 12:09:03','2020-12-24 07:09:03'),
(5335,5941,'action complete via WP Cron','2020-12-24 12:09:03','2020-12-24 07:09:03'),
(5336,5942,'action created','2020-12-24 12:09:03','2020-12-24 07:09:03'),
(5337,5942,'action started via WP Cron','2020-12-24 12:09:18','2020-12-24 07:09:18'),
(5338,5942,'action complete via WP Cron','2020-12-24 12:09:18','2020-12-24 07:09:18'),
(5339,5943,'action created','2020-12-24 12:09:18','2020-12-24 07:09:18'),
(5340,5943,'action started via WP Cron','2020-12-24 12:10:24','2020-12-24 07:10:24'),
(5341,5943,'action complete via WP Cron','2020-12-24 12:10:24','2020-12-24 07:10:24'),
(5342,5944,'action created','2020-12-24 12:10:24','2020-12-24 07:10:24'),
(5343,5944,'action started via WP Cron','2020-12-24 12:11:17','2020-12-24 07:11:17'),
(5344,5944,'action complete via WP Cron','2020-12-24 12:11:17','2020-12-24 07:11:17'),
(5345,5945,'action created','2020-12-24 12:11:17','2020-12-24 07:11:17'),
(5346,5945,'action started via WP Cron','2020-12-24 12:13:03','2020-12-24 07:13:03'),
(5347,5945,'action complete via WP Cron','2020-12-24 12:13:03','2020-12-24 07:13:03'),
(5348,5946,'action created','2020-12-24 12:13:03','2020-12-24 07:13:03'),
(5349,5946,'action started via WP Cron','2020-12-24 12:13:43','2020-12-24 07:13:43'),
(5350,5946,'action complete via WP Cron','2020-12-24 12:13:43','2020-12-24 07:13:43'),
(5351,5947,'action created','2020-12-24 12:13:43','2020-12-24 07:13:43'),
(5352,5947,'action started via WP Cron','2020-12-24 12:14:12','2020-12-24 07:14:12'),
(5353,5947,'action complete via WP Cron','2020-12-24 12:14:12','2020-12-24 07:14:12'),
(5354,5948,'action created','2020-12-24 12:14:12','2020-12-24 07:14:12'),
(5355,5948,'action started via WP Cron','2020-12-24 12:15:13','2020-12-24 07:15:13'),
(5356,5948,'action complete via WP Cron','2020-12-24 12:15:13','2020-12-24 07:15:13'),
(5357,5949,'action created','2020-12-24 12:15:13','2020-12-24 07:15:13'),
(5358,5949,'action started via WP Cron','2020-12-24 12:16:23','2020-12-24 07:16:23'),
(5359,5949,'action complete via WP Cron','2020-12-24 12:16:23','2020-12-24 07:16:23'),
(5360,5950,'action created','2020-12-24 12:16:23','2020-12-24 07:16:23'),
(5361,5950,'action started via WP Cron','2020-12-24 12:17:19','2020-12-24 07:17:19'),
(5362,5950,'action complete via WP Cron','2020-12-24 12:17:19','2020-12-24 07:17:19'),
(5363,5951,'action created','2020-12-24 12:17:19','2020-12-24 07:17:19'),
(5364,5951,'action started via WP Cron','2020-12-24 12:18:22','2020-12-24 07:18:22'),
(5365,5951,'action complete via WP Cron','2020-12-24 12:18:22','2020-12-24 07:18:22'),
(5366,5952,'action created','2020-12-24 12:18:22','2020-12-24 07:18:22'),
(5367,5952,'action started via WP Cron','2020-12-24 12:19:14','2020-12-24 07:19:14'),
(5368,5952,'action complete via WP Cron','2020-12-24 12:19:14','2020-12-24 07:19:14'),
(5369,5953,'action created','2020-12-24 12:19:14','2020-12-24 07:19:14'),
(5370,5953,'action started via WP Cron','2020-12-24 12:20:14','2020-12-24 07:20:14'),
(5371,5953,'action complete via WP Cron','2020-12-24 12:20:14','2020-12-24 07:20:14'),
(5372,5954,'action created','2020-12-24 12:20:14','2020-12-24 07:20:14'),
(5373,5954,'action started via WP Cron','2020-12-24 12:21:50','2020-12-24 07:21:50'),
(5374,5954,'action complete via WP Cron','2020-12-24 12:21:50','2020-12-24 07:21:50'),
(5375,5955,'action created','2020-12-24 12:21:50','2020-12-24 07:21:50'),
(5376,5955,'action started via WP Cron','2020-12-24 12:22:21','2020-12-24 07:22:21'),
(5377,5955,'action complete via WP Cron','2020-12-24 12:22:21','2020-12-24 07:22:21'),
(5378,5956,'action created','2020-12-24 12:22:21','2020-12-24 07:22:21'),
(5379,5956,'action started via WP Cron','2020-12-24 12:23:12','2020-12-24 07:23:12'),
(5380,5956,'action complete via WP Cron','2020-12-24 12:23:12','2020-12-24 07:23:12'),
(5381,5957,'action created','2020-12-24 12:23:12','2020-12-24 07:23:12'),
(5382,5957,'action started via WP Cron','2020-12-24 12:25:08','2020-12-24 07:25:08'),
(5383,5957,'action complete via WP Cron','2020-12-24 12:25:08','2020-12-24 07:25:08'),
(5384,5958,'action created','2020-12-24 12:25:08','2020-12-24 07:25:08'),
(5385,5958,'action started via WP Cron','2020-12-24 12:25:56','2020-12-24 07:25:56'),
(5386,5958,'action complete via WP Cron','2020-12-24 12:25:56','2020-12-24 07:25:56'),
(5387,5959,'action created','2020-12-24 12:25:56','2020-12-24 07:25:56'),
(5388,5959,'action started via WP Cron','2020-12-24 12:26:16','2020-12-24 07:26:16'),
(5389,5959,'action complete via WP Cron','2020-12-24 12:26:16','2020-12-24 07:26:16'),
(5390,5960,'action created','2020-12-24 12:26:16','2020-12-24 07:26:16'),
(5391,5960,'action started via WP Cron','2020-12-24 12:27:59','2020-12-24 07:27:59'),
(5392,5960,'action complete via WP Cron','2020-12-24 12:27:59','2020-12-24 07:27:59'),
(5393,5961,'action created','2020-12-24 12:27:59','2020-12-24 07:27:59'),
(5394,5961,'action started via WP Cron','2020-12-24 12:29:14','2020-12-24 07:29:14'),
(5395,5961,'action complete via WP Cron','2020-12-24 12:29:14','2020-12-24 07:29:14'),
(5396,5962,'action created','2020-12-24 12:29:14','2020-12-24 07:29:14'),
(5397,5962,'action started via WP Cron','2020-12-24 12:30:28','2020-12-24 07:30:28'),
(5398,5962,'action complete via WP Cron','2020-12-24 12:30:28','2020-12-24 07:30:28'),
(5399,5963,'action created','2020-12-24 12:30:28','2020-12-24 07:30:28'),
(5400,5963,'action started via WP Cron','2020-12-24 12:32:03','2020-12-24 07:32:03'),
(5401,5963,'action complete via WP Cron','2020-12-24 12:32:03','2020-12-24 07:32:03'),
(5402,5964,'action created','2020-12-24 12:32:03','2020-12-24 07:32:03'),
(5403,5964,'action started via WP Cron','2020-12-24 12:33:24','2020-12-24 07:33:24'),
(5404,5964,'action complete via WP Cron','2020-12-24 12:33:24','2020-12-24 07:33:24'),
(5405,5965,'action created','2020-12-24 12:33:24','2020-12-24 07:33:24'),
(5406,5965,'action started via WP Cron','2020-12-24 12:34:15','2020-12-24 07:34:15'),
(5407,5965,'action complete via WP Cron','2020-12-24 12:34:15','2020-12-24 07:34:15'),
(5408,5966,'action created','2020-12-24 12:34:15','2020-12-24 07:34:15'),
(5409,5966,'action started via WP Cron','2020-12-24 12:35:15','2020-12-24 07:35:15'),
(5410,5966,'action complete via WP Cron','2020-12-24 12:35:15','2020-12-24 07:35:15'),
(5411,5967,'action created','2020-12-24 12:35:15','2020-12-24 07:35:15'),
(5412,5967,'action started via WP Cron','2020-12-24 12:36:18','2020-12-24 07:36:18'),
(5413,5967,'action complete via WP Cron','2020-12-24 12:36:18','2020-12-24 07:36:18'),
(5414,5968,'action created','2020-12-24 12:36:18','2020-12-24 07:36:18'),
(5415,5968,'action started via WP Cron','2020-12-24 12:37:15','2020-12-24 07:37:15'),
(5416,5968,'action complete via WP Cron','2020-12-24 12:37:15','2020-12-24 07:37:15'),
(5417,5969,'action created','2020-12-24 12:37:15','2020-12-24 07:37:15'),
(5418,5969,'action started via WP Cron','2020-12-24 12:38:15','2020-12-24 07:38:15'),
(5419,5969,'action complete via WP Cron','2020-12-24 12:38:15','2020-12-24 07:38:15'),
(5420,5970,'action created','2020-12-24 12:38:15','2020-12-24 07:38:15'),
(5421,5970,'action started via WP Cron','2020-12-24 12:40:45','2020-12-24 07:40:45'),
(5422,5970,'action complete via WP Cron','2020-12-24 12:40:45','2020-12-24 07:40:45'),
(5423,5971,'action created','2020-12-24 12:40:45','2020-12-24 07:40:45'),
(5424,5971,'action started via WP Cron','2020-12-24 12:41:13','2020-12-24 07:41:13'),
(5425,5971,'action complete via WP Cron','2020-12-24 12:41:13','2020-12-24 07:41:13'),
(5426,5972,'action created','2020-12-24 12:41:13','2020-12-24 07:41:13'),
(5427,5972,'action started via WP Cron','2020-12-24 12:42:16','2020-12-24 07:42:16'),
(5428,5972,'action complete via WP Cron','2020-12-24 12:42:16','2020-12-24 07:42:16'),
(5429,5973,'action created','2020-12-24 12:42:16','2020-12-24 07:42:16'),
(5430,5973,'action started via WP Cron','2020-12-24 12:44:12','2020-12-24 07:44:12'),
(5431,5973,'action complete via WP Cron','2020-12-24 12:44:12','2020-12-24 07:44:12'),
(5432,5974,'action created','2020-12-24 12:44:12','2020-12-24 07:44:12'),
(5433,5974,'action started via WP Cron','2020-12-24 12:45:14','2020-12-24 07:45:14'),
(5434,5974,'action complete via WP Cron','2020-12-24 12:45:14','2020-12-24 07:45:14'),
(5435,5975,'action created','2020-12-24 12:45:14','2020-12-24 07:45:14'),
(5436,5975,'action started via WP Cron','2020-12-24 12:46:20','2020-12-24 07:46:20'),
(5437,5975,'action complete via WP Cron','2020-12-24 12:46:20','2020-12-24 07:46:20'),
(5438,5976,'action created','2020-12-24 12:46:20','2020-12-24 07:46:20'),
(5439,5976,'action started via WP Cron','2020-12-24 12:47:47','2020-12-24 07:47:47'),
(5440,5976,'action complete via WP Cron','2020-12-24 12:47:47','2020-12-24 07:47:47'),
(5441,5977,'action created','2020-12-24 12:47:47','2020-12-24 07:47:47'),
(5442,5977,'action started via WP Cron','2020-12-24 12:48:35','2020-12-24 07:48:35'),
(5443,5977,'action complete via WP Cron','2020-12-24 12:48:35','2020-12-24 07:48:35'),
(5444,5978,'action created','2020-12-24 12:48:35','2020-12-24 07:48:35'),
(5445,5978,'action started via WP Cron','2020-12-24 12:51:03','2020-12-24 07:51:03'),
(5446,5978,'action complete via WP Cron','2020-12-24 12:51:03','2020-12-24 07:51:03'),
(5447,5979,'action created','2020-12-24 12:51:03','2020-12-24 07:51:03'),
(5448,5979,'action started via WP Cron','2020-12-24 12:51:15','2020-12-24 07:51:15'),
(5449,5979,'action complete via WP Cron','2020-12-24 12:51:15','2020-12-24 07:51:15'),
(5450,5980,'action created','2020-12-24 12:51:15','2020-12-24 07:51:15'),
(5451,5980,'action started via WP Cron','2020-12-24 12:52:46','2020-12-24 07:52:46'),
(5452,5980,'action complete via WP Cron','2020-12-24 12:52:46','2020-12-24 07:52:46'),
(5453,5981,'action created','2020-12-24 12:52:46','2020-12-24 07:52:46'),
(5454,5981,'action started via WP Cron','2020-12-24 12:53:13','2020-12-24 07:53:13'),
(5455,5981,'action complete via WP Cron','2020-12-24 12:53:13','2020-12-24 07:53:13'),
(5456,5982,'action created','2020-12-24 12:53:13','2020-12-24 07:53:13'),
(5457,5982,'action started via WP Cron','2020-12-24 12:54:15','2020-12-24 07:54:15'),
(5458,5982,'action complete via WP Cron','2020-12-24 12:54:15','2020-12-24 07:54:15'),
(5459,5983,'action created','2020-12-24 12:54:16','2020-12-24 07:54:16'),
(5460,5983,'action started via WP Cron','2020-12-24 12:57:47','2020-12-24 07:57:47'),
(5461,5983,'action complete via WP Cron','2020-12-24 12:57:47','2020-12-24 07:57:47'),
(5462,5984,'action created','2020-12-24 12:57:47','2020-12-24 07:57:47'),
(5463,5984,'action started via WP Cron','2020-12-24 12:58:21','2020-12-24 07:58:21'),
(5464,5984,'action complete via WP Cron','2020-12-24 12:58:21','2020-12-24 07:58:21'),
(5465,5985,'action created','2020-12-24 12:58:21','2020-12-24 07:58:21'),
(5466,5985,'action started via WP Cron','2020-12-24 12:59:18','2020-12-24 07:59:18'),
(5467,5985,'action complete via WP Cron','2020-12-24 12:59:18','2020-12-24 07:59:18'),
(5468,5986,'action created','2020-12-24 12:59:18','2020-12-24 07:59:18'),
(5469,5986,'action started via WP Cron','2020-12-24 13:00:17','2020-12-24 08:00:17'),
(5470,5986,'action complete via WP Cron','2020-12-24 13:00:17','2020-12-24 08:00:17'),
(5471,5987,'action created','2020-12-24 13:00:17','2020-12-24 08:00:17'),
(5472,5987,'action started via WP Cron','2020-12-24 13:01:20','2020-12-24 08:01:20'),
(5473,5987,'action complete via WP Cron','2020-12-24 13:01:20','2020-12-24 08:01:20'),
(5474,5988,'action created','2020-12-24 13:01:21','2020-12-24 08:01:21'),
(5475,5988,'action started via WP Cron','2020-12-24 13:02:13','2020-12-24 08:02:13'),
(5476,5988,'action complete via WP Cron','2020-12-24 13:02:13','2020-12-24 08:02:13'),
(5477,5989,'action created','2020-12-24 13:02:13','2020-12-24 08:02:13'),
(5478,5989,'action started via WP Cron','2020-12-24 13:03:20','2020-12-24 08:03:20'),
(5479,5989,'action complete via WP Cron','2020-12-24 13:03:20','2020-12-24 08:03:20'),
(5480,5990,'action created','2020-12-24 13:03:20','2020-12-24 08:03:20'),
(5481,5990,'action started via WP Cron','2020-12-24 13:04:34','2020-12-24 08:04:34'),
(5482,5990,'action complete via WP Cron','2020-12-24 13:04:34','2020-12-24 08:04:34'),
(5483,5991,'action created','2020-12-24 13:04:34','2020-12-24 08:04:34'),
(5484,5991,'action started via WP Cron','2020-12-24 13:05:27','2020-12-24 08:05:27'),
(5485,5991,'action complete via WP Cron','2020-12-24 13:05:27','2020-12-24 08:05:27'),
(5486,5992,'action created','2020-12-24 13:05:27','2020-12-24 08:05:27'),
(5487,5992,'action started via WP Cron','2020-12-24 13:06:23','2020-12-24 08:06:23'),
(5488,5992,'action complete via WP Cron','2020-12-24 13:06:23','2020-12-24 08:06:23'),
(5489,5993,'action created','2020-12-24 13:06:23','2020-12-24 08:06:23'),
(5490,5993,'action started via WP Cron','2020-12-24 13:07:14','2020-12-24 08:07:14'),
(5491,5993,'action complete via WP Cron','2020-12-24 13:07:14','2020-12-24 08:07:14'),
(5492,5994,'action created','2020-12-24 13:07:14','2020-12-24 08:07:14'),
(5493,5994,'action started via WP Cron','2020-12-24 13:08:29','2020-12-24 08:08:29'),
(5494,5994,'action complete via WP Cron','2020-12-24 13:08:29','2020-12-24 08:08:29'),
(5495,5995,'action created','2020-12-24 13:08:29','2020-12-24 08:08:29'),
(5496,5995,'action started via WP Cron','2020-12-24 13:09:12','2020-12-24 08:09:12'),
(5497,5995,'action complete via WP Cron','2020-12-24 13:09:13','2020-12-24 08:09:13'),
(5498,5996,'action created','2020-12-24 13:09:13','2020-12-24 08:09:13'),
(5499,5996,'action started via WP Cron','2020-12-24 13:10:13','2020-12-24 08:10:13'),
(5500,5996,'action complete via WP Cron','2020-12-24 13:10:13','2020-12-24 08:10:13'),
(5501,5997,'action created','2020-12-24 13:10:13','2020-12-24 08:10:13'),
(5502,5997,'action started via Async Request','2020-12-24 13:10:33','2020-12-24 08:10:33'),
(5503,5997,'action complete via Async Request','2020-12-24 13:10:33','2020-12-24 08:10:33'),
(5504,5998,'action created','2020-12-24 13:10:46','2020-12-24 08:10:46'),
(5505,5998,'action started via WP Cron','2020-12-24 13:11:19','2020-12-24 08:11:19'),
(5506,5998,'action complete via WP Cron','2020-12-24 13:11:19','2020-12-24 08:11:19'),
(5507,5999,'action created','2020-12-24 13:11:19','2020-12-24 08:11:19'),
(5508,5999,'action started via WP Cron','2020-12-24 13:12:16','2020-12-24 08:12:16'),
(5509,5999,'action complete via WP Cron','2020-12-24 13:12:16','2020-12-24 08:12:16'),
(5510,6000,'action created','2020-12-24 13:12:16','2020-12-24 08:12:16'),
(5511,6000,'action started via Async Request','2020-12-24 13:12:33','2020-12-24 08:12:33'),
(5512,6000,'action complete via Async Request','2020-12-24 13:12:33','2020-12-24 08:12:33'),
(5513,6001,'action created','2020-12-24 13:12:34','2020-12-24 08:12:34'),
(5514,6001,'action started via WP Cron','2020-12-24 13:13:20','2020-12-24 08:13:20'),
(5515,6001,'action complete via WP Cron','2020-12-24 13:13:20','2020-12-24 08:13:20'),
(5516,6002,'action created','2020-12-24 13:13:20','2020-12-24 08:13:20'),
(5517,6002,'action started via WP Cron','2020-12-24 13:14:25','2020-12-24 08:14:25'),
(5518,6002,'action complete via WP Cron','2020-12-24 13:14:25','2020-12-24 08:14:25'),
(5519,6003,'action created','2020-12-24 13:14:25','2020-12-24 08:14:25'),
(5520,6003,'action started via WP Cron','2020-12-24 13:16:33','2020-12-24 08:16:33'),
(5521,6003,'action complete via WP Cron','2020-12-24 13:16:33','2020-12-24 08:16:33'),
(5522,6004,'action created','2020-12-24 13:17:17','2020-12-24 08:17:17'),
(5523,6004,'action started via WP Cron','2020-12-24 13:18:14','2020-12-24 08:18:14'),
(5524,6004,'action complete via WP Cron','2020-12-24 13:18:14','2020-12-24 08:18:14'),
(5525,6005,'action created','2020-12-24 13:18:14','2020-12-24 08:18:14'),
(5526,6005,'action started via Async Request','2020-12-24 13:18:33','2020-12-24 08:18:33'),
(5527,6005,'action complete via Async Request','2020-12-24 13:18:33','2020-12-24 08:18:33'),
(5528,6006,'action created','2020-12-24 13:18:36','2020-12-24 08:18:36'),
(5529,6006,'action started via WP Cron','2020-12-24 13:19:13','2020-12-24 08:19:13'),
(5530,6006,'action complete via WP Cron','2020-12-24 13:19:13','2020-12-24 08:19:13'),
(5531,6007,'action created','2020-12-24 13:19:13','2020-12-24 08:19:13'),
(5532,6007,'action started via WP Cron','2020-12-24 13:20:15','2020-12-24 08:20:15'),
(5533,6007,'action complete via WP Cron','2020-12-24 13:20:15','2020-12-24 08:20:15'),
(5534,6008,'action created','2020-12-24 13:20:15','2020-12-24 08:20:15'),
(5535,6008,'action started via Async Request','2020-12-24 13:20:33','2020-12-24 08:20:33'),
(5536,6008,'action complete via Async Request','2020-12-24 13:20:33','2020-12-24 08:20:33'),
(5537,6009,'action created','2020-12-24 13:20:33','2020-12-24 08:20:33'),
(5538,6009,'action started via WP Cron','2020-12-24 13:21:15','2020-12-24 08:21:15'),
(5539,6009,'action complete via WP Cron','2020-12-24 13:21:15','2020-12-24 08:21:15'),
(5540,6010,'action created','2020-12-24 13:21:15','2020-12-24 08:21:15'),
(5541,6010,'action started via Async Request','2020-12-24 13:21:50','2020-12-24 08:21:50'),
(5542,6010,'action complete via Async Request','2020-12-24 13:21:50','2020-12-24 08:21:50'),
(5543,6011,'action created','2020-12-24 13:21:53','2020-12-24 08:21:53'),
(5544,6011,'action started via WP Cron','2020-12-24 13:22:20','2020-12-24 08:22:20'),
(5545,6011,'action complete via WP Cron','2020-12-24 13:22:20','2020-12-24 08:22:20'),
(5546,6012,'action created','2020-12-24 13:22:20','2020-12-24 08:22:20'),
(5547,6012,'action started via WP Cron','2020-12-24 13:23:50','2020-12-24 08:23:50'),
(5548,6012,'action complete via WP Cron','2020-12-24 13:23:50','2020-12-24 08:23:50'),
(5549,6013,'action created','2020-12-24 13:24:07','2020-12-24 08:24:07'),
(5550,6013,'action started via WP Cron','2020-12-24 13:24:33','2020-12-24 08:24:33'),
(5551,6013,'action complete via WP Cron','2020-12-24 13:24:33','2020-12-24 08:24:33'),
(5552,6014,'action created','2020-12-24 13:24:33','2020-12-24 08:24:33'),
(5553,6014,'action started via WP Cron','2020-12-24 13:25:11','2020-12-24 08:25:11'),
(5554,6014,'action complete via WP Cron','2020-12-24 13:25:11','2020-12-24 08:25:11'),
(5555,6015,'action created','2020-12-24 13:25:12','2020-12-24 08:25:12'),
(5556,6015,'action started via Async Request','2020-12-24 13:25:50','2020-12-24 08:25:50'),
(5557,6015,'action complete via Async Request','2020-12-24 13:25:50','2020-12-24 08:25:50'),
(5558,6016,'action created','2020-12-24 13:25:53','2020-12-24 08:25:53'),
(5559,6016,'action started via WP Cron','2020-12-24 13:26:22','2020-12-24 08:26:22'),
(5560,6016,'action complete via WP Cron','2020-12-24 13:26:22','2020-12-24 08:26:22'),
(5561,6017,'action created','2020-12-24 13:26:22','2020-12-24 08:26:22'),
(5562,6017,'action started via WP Cron','2020-12-24 13:27:14','2020-12-24 08:27:14'),
(5563,6017,'action complete via WP Cron','2020-12-24 13:27:14','2020-12-24 08:27:14'),
(5564,6018,'action created','2020-12-24 13:27:14','2020-12-24 08:27:14'),
(5565,6018,'action started via Async Request','2020-12-24 13:27:29','2020-12-24 08:27:29'),
(5566,6018,'action complete via Async Request','2020-12-24 13:27:29','2020-12-24 08:27:29'),
(5567,6019,'action created','2020-12-24 13:27:32','2020-12-24 08:27:32'),
(5568,6019,'action started via WP Cron','2020-12-24 13:28:12','2020-12-24 08:28:12'),
(5569,6019,'action complete via WP Cron','2020-12-24 13:28:12','2020-12-24 08:28:12'),
(5570,6020,'action created','2020-12-24 13:28:12','2020-12-24 08:28:12'),
(5571,6020,'action started via WP Cron','2020-12-24 13:30:00','2020-12-24 08:30:00'),
(5572,6020,'action complete via WP Cron','2020-12-24 13:30:00','2020-12-24 08:30:00'),
(5573,6021,'action created','2020-12-24 13:30:00','2020-12-24 08:30:00'),
(5574,6021,'action started via WP Cron','2020-12-24 13:30:43','2020-12-24 08:30:43'),
(5575,6021,'action complete via WP Cron','2020-12-24 13:30:43','2020-12-24 08:30:43'),
(5576,6022,'action created','2020-12-24 13:30:43','2020-12-24 08:30:43'),
(5577,6022,'action started via WP Cron','2020-12-24 13:34:06','2020-12-24 08:34:06'),
(5578,6022,'action complete via WP Cron','2020-12-24 13:34:06','2020-12-24 08:34:06'),
(5579,6023,'action created','2020-12-24 13:34:06','2020-12-24 08:34:06'),
(5580,6023,'action started via WP Cron','2020-12-24 13:34:16','2020-12-24 08:34:16'),
(5581,6023,'action complete via WP Cron','2020-12-24 13:34:16','2020-12-24 08:34:16'),
(5582,6024,'action created','2020-12-24 13:34:16','2020-12-24 08:34:16'),
(5583,6024,'action started via WP Cron','2020-12-24 13:35:15','2020-12-24 08:35:15'),
(5584,6024,'action complete via WP Cron','2020-12-24 13:35:15','2020-12-24 08:35:15'),
(5585,6025,'action created','2020-12-24 13:35:15','2020-12-24 08:35:15'),
(5586,6025,'action started via WP Cron','2020-12-24 13:37:05','2020-12-24 08:37:05'),
(5587,6025,'action complete via WP Cron','2020-12-24 13:37:05','2020-12-24 08:37:05'),
(5588,6026,'action created','2020-12-24 13:37:05','2020-12-24 08:37:05'),
(5589,6026,'action started via WP Cron','2020-12-24 13:38:29','2020-12-24 08:38:29'),
(5590,6026,'action complete via WP Cron','2020-12-24 13:38:29','2020-12-24 08:38:29'),
(5591,6027,'action created','2020-12-24 13:38:29','2020-12-24 08:38:29'),
(5592,6027,'action started via WP Cron','2020-12-24 13:39:33','2020-12-24 08:39:33'),
(5593,6027,'action complete via WP Cron','2020-12-24 13:39:33','2020-12-24 08:39:33'),
(5594,6028,'action created','2020-12-24 13:39:34','2020-12-24 08:39:34'),
(5595,6028,'action started via WP Cron','2020-12-24 13:40:28','2020-12-24 08:40:28'),
(5596,6028,'action complete via WP Cron','2020-12-24 13:40:29','2020-12-24 08:40:29'),
(5597,6029,'action created','2020-12-24 13:40:29','2020-12-24 08:40:29'),
(5598,6029,'action started via WP Cron','2020-12-24 13:41:25','2020-12-24 08:41:25'),
(5599,6029,'action complete via WP Cron','2020-12-24 13:41:25','2020-12-24 08:41:25'),
(5600,6030,'action created','2020-12-24 13:41:25','2020-12-24 08:41:25'),
(5601,6030,'action started via WP Cron','2020-12-24 13:42:25','2020-12-24 08:42:25'),
(5602,6030,'action complete via WP Cron','2020-12-24 13:42:25','2020-12-24 08:42:25'),
(5603,6031,'action created','2020-12-24 13:42:25','2020-12-24 08:42:25'),
(5604,6031,'action started via WP Cron','2020-12-24 13:43:17','2020-12-24 08:43:17'),
(5605,6031,'action complete via WP Cron','2020-12-24 13:43:17','2020-12-24 08:43:17'),
(5606,6032,'action created','2020-12-24 13:43:17','2020-12-24 08:43:17'),
(5607,6032,'action started via WP Cron','2020-12-24 13:44:13','2020-12-24 08:44:13'),
(5608,6032,'action complete via WP Cron','2020-12-24 13:44:13','2020-12-24 08:44:13'),
(5609,6033,'action created','2020-12-24 13:44:13','2020-12-24 08:44:13'),
(5610,6033,'action started via WP Cron','2020-12-24 13:45:27','2020-12-24 08:45:27'),
(5611,6033,'action complete via WP Cron','2020-12-24 13:45:27','2020-12-24 08:45:27'),
(5612,6034,'action created','2020-12-24 13:45:27','2020-12-24 08:45:27'),
(5613,6034,'action started via WP Cron','2020-12-24 13:46:56','2020-12-24 08:46:56'),
(5614,6034,'action complete via WP Cron','2020-12-24 13:46:56','2020-12-24 08:46:56'),
(5615,6035,'action created','2020-12-24 13:46:56','2020-12-24 08:46:56'),
(5616,6035,'action started via WP Cron','2020-12-24 13:47:17','2020-12-24 08:47:17'),
(5617,6035,'action complete via WP Cron','2020-12-24 13:47:17','2020-12-24 08:47:17'),
(5618,6036,'action created','2020-12-24 13:47:17','2020-12-24 08:47:17'),
(5619,6036,'action started via WP Cron','2020-12-24 13:48:16','2020-12-24 08:48:16'),
(5620,6036,'action complete via WP Cron','2020-12-24 13:48:16','2020-12-24 08:48:16'),
(5621,6037,'action created','2020-12-24 13:48:16','2020-12-24 08:48:16'),
(5622,6037,'action started via WP Cron','2020-12-24 13:49:33','2020-12-24 08:49:33'),
(5623,6037,'action complete via WP Cron','2020-12-24 13:49:33','2020-12-24 08:49:33'),
(5624,6038,'action created','2020-12-24 13:49:33','2020-12-24 08:49:33'),
(5625,6038,'action started via WP Cron','2020-12-24 13:50:27','2020-12-24 08:50:27'),
(5626,6038,'action complete via WP Cron','2020-12-24 13:50:27','2020-12-24 08:50:27'),
(5627,6039,'action created','2020-12-24 13:50:27','2020-12-24 08:50:27'),
(5628,6039,'action started via WP Cron','2020-12-24 13:51:11','2020-12-24 08:51:11'),
(5629,6039,'action complete via WP Cron','2020-12-24 13:51:11','2020-12-24 08:51:11'),
(5630,6040,'action created','2020-12-24 13:51:11','2020-12-24 08:51:11'),
(5631,6040,'action started via WP Cron','2020-12-24 13:52:45','2020-12-24 08:52:45'),
(5632,6040,'action complete via WP Cron','2020-12-24 13:52:45','2020-12-24 08:52:45'),
(5633,6041,'action created','2020-12-24 13:52:45','2020-12-24 08:52:45'),
(5634,6041,'action started via WP Cron','2020-12-24 13:53:26','2020-12-24 08:53:26'),
(5635,6041,'action complete via WP Cron','2020-12-24 13:53:27','2020-12-24 08:53:27'),
(5636,6042,'action created','2020-12-24 13:53:27','2020-12-24 08:53:27'),
(5637,6042,'action started via WP Cron','2020-12-24 13:56:06','2020-12-24 08:56:06'),
(5638,6042,'action complete via WP Cron','2020-12-24 13:56:06','2020-12-24 08:56:06'),
(5639,6043,'action created','2020-12-24 13:56:06','2020-12-24 08:56:06'),
(5640,6043,'action started via WP Cron','2020-12-24 13:58:07','2020-12-24 08:58:07'),
(5641,6043,'action complete via WP Cron','2020-12-24 13:58:07','2020-12-24 08:58:07'),
(5642,6044,'action created','2020-12-24 13:58:07','2020-12-24 08:58:07'),
(5643,6044,'action started via WP Cron','2020-12-24 13:59:14','2020-12-24 08:59:14'),
(5644,6044,'action complete via WP Cron','2020-12-24 13:59:14','2020-12-24 08:59:14'),
(5645,6045,'action created','2020-12-24 13:59:14','2020-12-24 08:59:14'),
(5646,6045,'action started via WP Cron','2020-12-24 14:01:32','2020-12-24 09:01:32'),
(5647,6045,'action complete via WP Cron','2020-12-24 14:01:32','2020-12-24 09:01:32'),
(5648,6046,'action created','2020-12-24 14:01:32','2020-12-24 09:01:32'),
(5649,6046,'action started via WP Cron','2020-12-24 14:02:23','2020-12-24 09:02:23'),
(5650,6046,'action complete via WP Cron','2020-12-24 14:02:23','2020-12-24 09:02:23'),
(5651,6047,'action created','2020-12-24 14:02:23','2020-12-24 09:02:23'),
(5652,6047,'action started via WP Cron','2020-12-24 14:04:11','2020-12-24 09:04:11'),
(5653,6047,'action complete via WP Cron','2020-12-24 14:04:11','2020-12-24 09:04:11'),
(5654,6048,'action created','2020-12-24 14:04:11','2020-12-24 09:04:11'),
(5655,6048,'action started via WP Cron','2020-12-24 14:05:41','2020-12-24 09:05:41'),
(5656,6048,'action complete via WP Cron','2020-12-24 14:05:41','2020-12-24 09:05:41'),
(5657,6049,'action created','2020-12-24 14:05:41','2020-12-24 09:05:41'),
(5658,6049,'action started via WP Cron','2020-12-24 14:06:25','2020-12-24 09:06:25'),
(5659,6049,'action complete via WP Cron','2020-12-24 14:06:25','2020-12-24 09:06:25'),
(5660,6050,'action created','2020-12-24 14:06:25','2020-12-24 09:06:25'),
(5661,6050,'action started via WP Cron','2020-12-24 14:07:11','2020-12-24 09:07:11'),
(5662,6050,'action complete via WP Cron','2020-12-24 14:07:11','2020-12-24 09:07:11'),
(5663,6051,'action created','2020-12-24 14:07:11','2020-12-24 09:07:11'),
(5664,6051,'action started via WP Cron','2020-12-24 14:08:11','2020-12-24 09:08:11'),
(5665,6051,'action complete via WP Cron','2020-12-24 14:08:11','2020-12-24 09:08:11'),
(5666,6052,'action created','2020-12-24 14:08:11','2020-12-24 09:08:11'),
(5667,6052,'action started via WP Cron','2020-12-24 14:09:28','2020-12-24 09:09:28'),
(5668,6052,'action complete via WP Cron','2020-12-24 14:09:28','2020-12-24 09:09:28'),
(5669,6053,'action created','2020-12-24 14:09:28','2020-12-24 09:09:28'),
(5670,6053,'action started via WP Cron','2020-12-24 14:10:27','2020-12-24 09:10:27'),
(5671,6053,'action complete via WP Cron','2020-12-24 14:10:27','2020-12-24 09:10:27'),
(5672,6054,'action created','2020-12-24 14:10:27','2020-12-24 09:10:27'),
(5673,6054,'action started via WP Cron','2020-12-24 14:11:23','2020-12-24 09:11:23'),
(5674,6054,'action complete via WP Cron','2020-12-24 14:11:23','2020-12-24 09:11:23'),
(5675,6055,'action created','2020-12-24 14:11:23','2020-12-24 09:11:23'),
(5676,6055,'action started via WP Cron','2020-12-24 14:12:21','2020-12-24 09:12:21'),
(5677,6055,'action complete via WP Cron','2020-12-24 14:12:21','2020-12-24 09:12:21'),
(5678,6056,'action created','2020-12-24 14:12:21','2020-12-24 09:12:21'),
(5679,6056,'action started via WP Cron','2020-12-24 14:13:14','2020-12-24 09:13:14'),
(5680,6056,'action complete via WP Cron','2020-12-24 14:13:14','2020-12-24 09:13:14'),
(5681,6057,'action created','2020-12-24 14:13:14','2020-12-24 09:13:14'),
(5682,6057,'action started via WP Cron','2020-12-24 14:14:39','2020-12-24 09:14:39'),
(5683,6057,'action complete via WP Cron','2020-12-24 14:14:39','2020-12-24 09:14:39'),
(5684,6058,'action created','2020-12-24 14:14:39','2020-12-24 09:14:39'),
(5685,6058,'action started via WP Cron','2020-12-24 14:15:14','2020-12-24 09:15:14'),
(5686,6058,'action complete via WP Cron','2020-12-24 14:15:14','2020-12-24 09:15:14'),
(5687,6059,'action created','2020-12-24 14:15:14','2020-12-24 09:15:14'),
(5688,6059,'action started via WP Cron','2020-12-24 14:16:36','2020-12-24 09:16:36'),
(5689,6059,'action complete via WP Cron','2020-12-24 14:16:36','2020-12-24 09:16:36'),
(5690,6060,'action created','2020-12-24 14:16:36','2020-12-24 09:16:36'),
(5691,6060,'action started via WP Cron','2020-12-24 14:17:17','2020-12-24 09:17:17'),
(5692,6060,'action complete via WP Cron','2020-12-24 14:17:17','2020-12-24 09:17:17'),
(5693,6061,'action created','2020-12-24 14:17:17','2020-12-24 09:17:17'),
(5694,6061,'action started via WP Cron','2020-12-24 14:18:36','2020-12-24 09:18:36'),
(5695,6061,'action complete via WP Cron','2020-12-24 14:18:36','2020-12-24 09:18:36'),
(5696,6062,'action created','2020-12-24 14:18:36','2020-12-24 09:18:36'),
(5697,6062,'action started via WP Cron','2020-12-24 14:19:26','2020-12-24 09:19:26'),
(5698,6062,'action complete via WP Cron','2020-12-24 14:19:26','2020-12-24 09:19:26'),
(5699,6063,'action created','2020-12-24 14:19:26','2020-12-24 09:19:26'),
(5700,6063,'action started via WP Cron','2020-12-24 14:20:26','2020-12-24 09:20:26'),
(5701,6063,'action complete via WP Cron','2020-12-24 14:20:26','2020-12-24 09:20:26'),
(5702,6064,'action created','2020-12-24 14:20:26','2020-12-24 09:20:26'),
(5703,6064,'action started via WP Cron','2020-12-24 14:21:42','2020-12-24 09:21:42'),
(5704,6064,'action complete via WP Cron','2020-12-24 14:21:42','2020-12-24 09:21:42'),
(5705,6065,'action created','2020-12-24 14:21:42','2020-12-24 09:21:42'),
(5706,6065,'action started via WP Cron','2020-12-24 14:23:22','2020-12-24 09:23:22'),
(5707,6065,'action complete via WP Cron','2020-12-24 14:23:22','2020-12-24 09:23:22'),
(5708,6066,'action created','2020-12-24 14:23:22','2020-12-24 09:23:22'),
(5709,6066,'action started via WP Cron','2020-12-24 14:25:48','2020-12-24 09:25:48'),
(5710,6066,'action complete via WP Cron','2020-12-24 14:25:48','2020-12-24 09:25:48'),
(5711,6067,'action created','2020-12-24 14:25:48','2020-12-24 09:25:48'),
(5712,6067,'action started via WP Cron','2020-12-24 14:27:22','2020-12-24 09:27:22'),
(5713,6067,'action complete via WP Cron','2020-12-24 14:27:22','2020-12-24 09:27:22'),
(5714,6068,'action created','2020-12-24 14:27:22','2020-12-24 09:27:22'),
(5715,6068,'action started via WP Cron','2020-12-24 14:29:01','2020-12-24 09:29:01'),
(5716,6068,'action complete via WP Cron','2020-12-24 14:29:01','2020-12-24 09:29:01'),
(5717,6069,'action created','2020-12-24 14:29:01','2020-12-24 09:29:01'),
(5718,6069,'action started via WP Cron','2020-12-24 14:29:29','2020-12-24 09:29:29'),
(5719,6069,'action complete via WP Cron','2020-12-24 14:29:29','2020-12-24 09:29:29'),
(5720,6070,'action created','2020-12-24 14:29:29','2020-12-24 09:29:29'),
(5721,6070,'action started via WP Cron','2020-12-24 14:30:52','2020-12-24 09:30:52'),
(5722,6070,'action complete via WP Cron','2020-12-24 14:30:52','2020-12-24 09:30:52'),
(5723,6071,'action created','2020-12-24 14:30:52','2020-12-24 09:30:52'),
(5724,6071,'action started via WP Cron','2020-12-24 14:31:26','2020-12-24 09:31:26'),
(5725,6071,'action complete via WP Cron','2020-12-24 14:31:26','2020-12-24 09:31:26'),
(5726,6072,'action created','2020-12-24 14:31:26','2020-12-24 09:31:26'),
(5727,6072,'action started via WP Cron','2020-12-24 14:33:44','2020-12-24 09:33:44'),
(5728,6072,'action complete via WP Cron','2020-12-24 14:33:44','2020-12-24 09:33:44'),
(5729,6073,'action created','2020-12-24 14:33:45','2020-12-24 09:33:45'),
(5730,6073,'action started via WP Cron','2020-12-24 14:34:24','2020-12-24 09:34:24'),
(5731,6073,'action complete via WP Cron','2020-12-24 14:34:24','2020-12-24 09:34:24'),
(5732,6074,'action created','2020-12-24 14:34:24','2020-12-24 09:34:24'),
(5733,6074,'action started via WP Cron','2020-12-24 14:35:37','2020-12-24 09:35:37'),
(5734,6074,'action complete via WP Cron','2020-12-24 14:35:37','2020-12-24 09:35:37'),
(5735,6075,'action created','2020-12-24 14:35:37','2020-12-24 09:35:37'),
(5736,6075,'action started via WP Cron','2020-12-24 14:36:16','2020-12-24 09:36:16'),
(5737,6075,'action complete via WP Cron','2020-12-24 14:36:16','2020-12-24 09:36:16'),
(5738,6076,'action created','2020-12-24 14:36:16','2020-12-24 09:36:16'),
(5739,6076,'action started via WP Cron','2020-12-24 14:40:44','2020-12-24 09:40:44'),
(5740,6076,'action complete via WP Cron','2020-12-24 14:40:44','2020-12-24 09:40:44'),
(5741,6077,'action created','2020-12-24 14:40:44','2020-12-24 09:40:44'),
(5742,6077,'action started via WP Cron','2020-12-24 14:41:28','2020-12-24 09:41:28'),
(5743,6077,'action complete via WP Cron','2020-12-24 14:41:28','2020-12-24 09:41:28'),
(5744,6078,'action created','2020-12-24 14:41:28','2020-12-24 09:41:28'),
(5745,6078,'action started via WP Cron','2020-12-24 14:43:47','2020-12-24 09:43:47'),
(5746,6078,'action complete via WP Cron','2020-12-24 14:43:47','2020-12-24 09:43:47'),
(5747,6079,'action created','2020-12-24 14:43:48','2020-12-24 09:43:48'),
(5748,6079,'action started via WP Cron','2020-12-24 14:44:53','2020-12-24 09:44:53'),
(5749,6079,'action complete via WP Cron','2020-12-24 14:44:53','2020-12-24 09:44:53'),
(5750,6080,'action created','2020-12-24 14:44:53','2020-12-24 09:44:53'),
(5751,6080,'action started via WP Cron','2020-12-24 14:45:39','2020-12-24 09:45:39'),
(5752,6080,'action complete via WP Cron','2020-12-24 14:45:39','2020-12-24 09:45:39'),
(5753,6081,'action created','2020-12-24 14:45:39','2020-12-24 09:45:39'),
(5754,6081,'action started via WP Cron','2020-12-24 14:46:44','2020-12-24 09:46:44'),
(5755,6081,'action complete via WP Cron','2020-12-24 14:46:44','2020-12-24 09:46:44'),
(5756,6082,'action created','2020-12-24 14:46:44','2020-12-24 09:46:44'),
(5757,6082,'action started via WP Cron','2020-12-24 14:50:03','2020-12-24 09:50:03'),
(5758,6082,'action complete via WP Cron','2020-12-24 14:50:03','2020-12-24 09:50:03'),
(5759,6083,'action created','2020-12-24 14:50:03','2020-12-24 09:50:03'),
(5760,6083,'action started via WP Cron','2020-12-24 14:53:32','2020-12-24 09:53:32'),
(5761,6083,'action complete via WP Cron','2020-12-24 14:53:32','2020-12-24 09:53:32'),
(5762,6084,'action created','2020-12-24 14:53:32','2020-12-24 09:53:32'),
(5763,6084,'action started via WP Cron','2020-12-24 14:57:19','2020-12-24 09:57:19'),
(5764,6084,'action complete via WP Cron','2020-12-24 14:57:19','2020-12-24 09:57:19'),
(5765,6085,'action created','2020-12-24 14:57:20','2020-12-24 09:57:20'),
(5766,6085,'action started via WP Cron','2020-12-24 14:58:24','2020-12-24 09:58:24'),
(5767,6085,'action complete via WP Cron','2020-12-24 14:58:24','2020-12-24 09:58:24'),
(5768,6086,'action created','2020-12-24 14:58:24','2020-12-24 09:58:24'),
(5769,6086,'action started via WP Cron','2020-12-24 14:59:23','2020-12-24 09:59:23'),
(5770,6086,'action complete via WP Cron','2020-12-24 14:59:23','2020-12-24 09:59:23'),
(5771,6087,'action created','2020-12-24 14:59:23','2020-12-24 09:59:23'),
(5772,6087,'action started via WP Cron','2020-12-24 15:02:24','2020-12-24 10:02:24'),
(5773,6087,'action complete via WP Cron','2020-12-24 15:02:24','2020-12-24 10:02:24'),
(5774,6088,'action created','2020-12-24 15:02:24','2020-12-24 10:02:24'),
(5775,6088,'action started via WP Cron','2020-12-24 15:04:02','2020-12-24 10:04:02'),
(5776,6088,'action complete via WP Cron','2020-12-24 15:04:02','2020-12-24 10:04:02'),
(5777,6089,'action created','2020-12-24 15:04:02','2020-12-24 10:04:02'),
(5778,6089,'action started via WP Cron','2020-12-24 15:06:10','2020-12-24 10:06:10'),
(5779,6089,'action complete via WP Cron','2020-12-24 15:06:10','2020-12-24 10:06:10'),
(5780,6090,'action created','2020-12-24 15:06:10','2020-12-24 10:06:10'),
(5781,6090,'action started via WP Cron','2020-12-24 15:07:57','2020-12-24 10:07:57'),
(5782,6090,'action complete via WP Cron','2020-12-24 15:07:57','2020-12-24 10:07:57'),
(5783,6091,'action created','2020-12-24 15:07:58','2020-12-24 10:07:58'),
(5784,6091,'action started via WP Cron','2020-12-24 15:09:44','2020-12-24 10:09:44'),
(5785,6091,'action complete via WP Cron','2020-12-24 15:09:44','2020-12-24 10:09:44'),
(5786,6092,'action created','2020-12-24 15:09:44','2020-12-24 10:09:44'),
(5787,6092,'action started via WP Cron','2020-12-24 15:10:20','2020-12-24 10:10:20'),
(5788,6092,'action complete via WP Cron','2020-12-24 15:10:20','2020-12-24 10:10:20'),
(5789,6093,'action created','2020-12-24 15:10:20','2020-12-24 10:10:20'),
(5790,6093,'action started via WP Cron','2020-12-24 15:16:21','2020-12-24 10:16:21'),
(5791,6093,'action complete via WP Cron','2020-12-24 15:16:21','2020-12-24 10:16:21'),
(5792,6094,'action created','2020-12-24 15:16:21','2020-12-24 10:16:21'),
(5793,6094,'action started via WP Cron','2020-12-24 15:17:57','2020-12-24 10:17:57'),
(5794,6094,'action complete via WP Cron','2020-12-24 15:17:57','2020-12-24 10:17:57'),
(5795,6095,'action created','2020-12-24 15:17:57','2020-12-24 10:17:57'),
(5796,6095,'action started via WP Cron','2020-12-24 15:19:10','2020-12-24 10:19:10'),
(5797,6095,'action complete via WP Cron','2020-12-24 15:19:10','2020-12-24 10:19:10'),
(5798,6096,'action created','2020-12-24 15:19:10','2020-12-24 10:19:10'),
(5799,6096,'action started via WP Cron','2020-12-24 15:20:44','2020-12-24 10:20:44'),
(5800,6096,'action complete via WP Cron','2020-12-24 15:20:44','2020-12-24 10:20:44'),
(5801,6097,'action created','2020-12-24 15:20:44','2020-12-24 10:20:44'),
(5802,6097,'action started via WP Cron','2020-12-24 15:21:28','2020-12-24 10:21:28'),
(5803,6097,'action complete via WP Cron','2020-12-24 15:21:28','2020-12-24 10:21:28'),
(5804,6098,'action created','2020-12-24 15:21:28','2020-12-24 10:21:28'),
(5805,6098,'action started via WP Cron','2020-12-24 15:23:40','2020-12-24 10:23:40'),
(5806,6098,'action complete via WP Cron','2020-12-24 15:23:40','2020-12-24 10:23:40'),
(5807,6099,'action created','2020-12-24 15:23:40','2020-12-24 10:23:40'),
(5808,6099,'action started via WP Cron','2020-12-24 15:26:20','2020-12-24 10:26:20'),
(5809,6099,'action complete via WP Cron','2020-12-24 15:26:20','2020-12-24 10:26:20'),
(5810,6100,'action created','2020-12-24 15:26:20','2020-12-24 10:26:20'),
(5811,6100,'action started via WP Cron','2020-12-24 15:27:17','2020-12-24 10:27:17'),
(5812,6100,'action complete via WP Cron','2020-12-24 15:27:17','2020-12-24 10:27:17'),
(5813,6101,'action created','2020-12-24 15:27:17','2020-12-24 10:27:17'),
(5814,6101,'action started via WP Cron','2020-12-24 15:29:03','2020-12-24 10:29:03'),
(5815,6101,'action complete via WP Cron','2020-12-24 15:29:03','2020-12-24 10:29:03'),
(5816,6102,'action created','2020-12-24 15:29:03','2020-12-24 10:29:03'),
(5817,6102,'action started via WP Cron','2020-12-24 15:30:02','2020-12-24 10:30:02'),
(5818,6102,'action complete via WP Cron','2020-12-24 15:30:03','2020-12-24 10:30:03'),
(5819,6103,'action created','2020-12-24 15:30:59','2020-12-24 10:30:59'),
(5820,6103,'action started via WP Cron','2020-12-24 15:31:36','2020-12-24 10:31:36'),
(5821,6103,'action complete via WP Cron','2020-12-24 15:31:36','2020-12-24 10:31:36'),
(5822,6104,'action created','2020-12-24 15:31:36','2020-12-24 10:31:36'),
(5823,6104,'action started via WP Cron','2020-12-24 15:32:46','2020-12-24 10:32:46'),
(5824,6104,'action complete via WP Cron','2020-12-24 15:32:46','2020-12-24 10:32:46'),
(5825,6105,'action created','2020-12-24 15:32:46','2020-12-24 10:32:46'),
(5826,6105,'action started via WP Cron','2020-12-24 15:33:31','2020-12-24 10:33:31'),
(5827,6105,'action complete via WP Cron','2020-12-24 15:33:31','2020-12-24 10:33:31'),
(5828,6106,'action created','2020-12-24 15:33:31','2020-12-24 10:33:31'),
(5829,6106,'action started via WP Cron','2020-12-24 15:34:17','2020-12-24 10:34:17'),
(5830,6106,'action complete via WP Cron','2020-12-24 15:34:17','2020-12-24 10:34:17'),
(5831,6107,'action created','2020-12-24 15:34:17','2020-12-24 10:34:17'),
(5832,6107,'action started via WP Cron','2020-12-24 15:38:26','2020-12-24 10:38:26'),
(5833,6107,'action complete via WP Cron','2020-12-24 15:38:26','2020-12-24 10:38:26'),
(5834,6108,'action created','2020-12-24 15:38:26','2020-12-24 10:38:26'),
(5835,6108,'action started via WP Cron','2020-12-24 15:39:51','2020-12-24 10:39:51'),
(5836,6108,'action complete via WP Cron','2020-12-24 15:39:51','2020-12-24 10:39:51'),
(5837,6109,'action created','2020-12-24 15:39:51','2020-12-24 10:39:51'),
(5838,6109,'action started via WP Cron','2020-12-24 15:40:31','2020-12-24 10:40:31'),
(5839,6109,'action complete via WP Cron','2020-12-24 15:40:31','2020-12-24 10:40:31'),
(5840,6110,'action created','2020-12-24 15:40:31','2020-12-24 10:40:31'),
(5841,6110,'action started via WP Cron','2020-12-24 15:44:10','2020-12-24 10:44:10'),
(5842,6110,'action complete via WP Cron','2020-12-24 15:44:10','2020-12-24 10:44:10'),
(5843,6111,'action created','2020-12-24 15:44:10','2020-12-24 10:44:10'),
(5844,6111,'action started via WP Cron','2020-12-24 15:45:07','2020-12-24 10:45:07'),
(5845,6111,'action complete via WP Cron','2020-12-24 15:45:07','2020-12-24 10:45:07'),
(5846,6112,'action created','2020-12-24 15:45:07','2020-12-24 10:45:07'),
(5847,6112,'action started via WP Cron','2020-12-24 15:45:36','2020-12-24 10:45:36'),
(5848,6112,'action complete via WP Cron','2020-12-24 15:45:36','2020-12-24 10:45:36'),
(5849,6113,'action created','2020-12-24 15:45:36','2020-12-24 10:45:36'),
(5850,6113,'action started via WP Cron','2020-12-24 15:46:22','2020-12-24 10:46:22'),
(5851,6113,'action complete via WP Cron','2020-12-24 15:46:22','2020-12-24 10:46:22'),
(5852,6114,'action created','2020-12-24 15:46:22','2020-12-24 10:46:22'),
(5853,6114,'action started via WP Cron','2020-12-24 15:51:07','2020-12-24 10:51:07'),
(5854,6114,'action complete via WP Cron','2020-12-24 15:51:07','2020-12-24 10:51:07'),
(5855,6115,'action created','2020-12-24 15:51:07','2020-12-24 10:51:07'),
(5856,6115,'action started via WP Cron','2020-12-24 15:51:57','2020-12-24 10:51:57'),
(5857,6115,'action complete via WP Cron','2020-12-24 15:51:57','2020-12-24 10:51:57'),
(5858,6116,'action created','2020-12-24 15:51:57','2020-12-24 10:51:57'),
(5859,6116,'action started via WP Cron','2020-12-24 15:55:15','2020-12-24 10:55:15'),
(5860,6116,'action complete via WP Cron','2020-12-24 15:55:15','2020-12-24 10:55:15'),
(5861,6117,'action created','2020-12-24 15:55:15','2020-12-24 10:55:15'),
(5862,6117,'action started via WP Cron','2020-12-24 15:56:13','2020-12-24 10:56:13'),
(5863,6117,'action complete via WP Cron','2020-12-24 15:56:13','2020-12-24 10:56:13'),
(5864,6118,'action created','2020-12-24 15:56:13','2020-12-24 10:56:13'),
(5865,6118,'action started via WP Cron','2020-12-24 15:58:16','2020-12-24 10:58:16'),
(5866,6118,'action complete via WP Cron','2020-12-24 15:58:16','2020-12-24 10:58:16'),
(5867,6119,'action created','2020-12-24 15:58:16','2020-12-24 10:58:16'),
(5868,6119,'action started via WP Cron','2020-12-24 15:59:14','2020-12-24 10:59:14'),
(5869,6119,'action complete via WP Cron','2020-12-24 15:59:14','2020-12-24 10:59:14'),
(5870,6120,'action created','2020-12-24 15:59:14','2020-12-24 10:59:14'),
(5871,6120,'action started via WP Cron','2020-12-24 16:00:23','2020-12-24 11:00:23'),
(5872,6120,'action complete via WP Cron','2020-12-24 16:00:23','2020-12-24 11:00:23'),
(5873,6121,'action created','2020-12-24 16:00:23','2020-12-24 11:00:23'),
(5874,6121,'action started via WP Cron','2020-12-24 16:02:32','2020-12-24 11:02:32'),
(5875,6121,'action complete via WP Cron','2020-12-24 16:02:32','2020-12-24 11:02:32'),
(5876,6122,'action created','2020-12-24 16:02:32','2020-12-24 11:02:32'),
(5877,6122,'action started via WP Cron','2020-12-24 16:04:05','2020-12-24 11:04:05'),
(5878,6122,'action complete via WP Cron','2020-12-24 16:04:05','2020-12-24 11:04:05'),
(5879,6123,'action created','2020-12-24 16:04:05','2020-12-24 11:04:05'),
(5880,6123,'action started via WP Cron','2020-12-24 16:05:56','2020-12-24 11:05:56'),
(5881,6123,'action complete via WP Cron','2020-12-24 16:05:56','2020-12-24 11:05:56'),
(5882,6124,'action created','2020-12-24 16:05:56','2020-12-24 11:05:56'),
(5883,6124,'action started via WP Cron','2020-12-24 16:10:30','2020-12-24 11:10:30'),
(5884,6124,'action complete via WP Cron','2020-12-24 16:10:30','2020-12-24 11:10:30'),
(5885,6125,'action created','2020-12-24 16:10:30','2020-12-24 11:10:30'),
(5886,6125,'action started via WP Cron','2020-12-24 16:11:47','2020-12-24 11:11:47'),
(5887,6125,'action complete via WP Cron','2020-12-24 16:11:47','2020-12-24 11:11:47'),
(5888,6126,'action created','2020-12-24 16:11:47','2020-12-24 11:11:47'),
(5889,6126,'action started via WP Cron','2020-12-24 16:14:01','2020-12-24 11:14:01'),
(5890,6126,'action complete via WP Cron','2020-12-24 16:14:01','2020-12-24 11:14:01'),
(5891,6127,'action created','2020-12-24 16:14:01','2020-12-24 11:14:01'),
(5892,6127,'action started via WP Cron','2020-12-24 16:14:12','2020-12-24 11:14:12'),
(5893,6127,'action complete via WP Cron','2020-12-24 16:14:12','2020-12-24 11:14:12'),
(5894,6128,'action created','2020-12-24 16:14:13','2020-12-24 11:14:13'),
(5895,6128,'action started via WP Cron','2020-12-24 16:15:21','2020-12-24 11:15:21'),
(5896,6128,'action complete via WP Cron','2020-12-24 16:15:21','2020-12-24 11:15:21'),
(5897,6129,'action created','2020-12-24 16:15:21','2020-12-24 11:15:21'),
(5898,6129,'action started via WP Cron','2020-12-24 16:17:48','2020-12-24 11:17:48'),
(5899,6129,'action complete via WP Cron','2020-12-24 16:17:48','2020-12-24 11:17:48'),
(5900,6130,'action created','2020-12-24 16:17:48','2020-12-24 11:17:48'),
(5901,6130,'action started via WP Cron','2020-12-24 16:18:26','2020-12-24 11:18:26'),
(5902,6130,'action complete via WP Cron','2020-12-24 16:18:27','2020-12-24 11:18:27'),
(5903,6131,'action created','2020-12-24 16:18:27','2020-12-24 11:18:27'),
(5904,6131,'action started via WP Cron','2020-12-24 16:22:39','2020-12-24 11:22:39'),
(5905,6131,'action complete via WP Cron','2020-12-24 16:22:39','2020-12-24 11:22:39'),
(5906,6132,'action created','2020-12-24 16:22:39','2020-12-24 11:22:39'),
(5907,6132,'action started via WP Cron','2020-12-24 16:24:48','2020-12-24 11:24:48'),
(5908,6132,'action complete via WP Cron','2020-12-24 16:24:48','2020-12-24 11:24:48'),
(5909,6133,'action created','2020-12-24 16:24:48','2020-12-24 11:24:48'),
(5910,6133,'action started via WP Cron','2020-12-24 16:25:17','2020-12-24 11:25:17'),
(5911,6133,'action complete via WP Cron','2020-12-24 16:25:17','2020-12-24 11:25:17'),
(5912,6134,'action created','2020-12-24 16:25:17','2020-12-24 11:25:17'),
(5913,6134,'action started via WP Cron','2020-12-24 16:27:13','2020-12-24 11:27:13'),
(5914,6134,'action complete via WP Cron','2020-12-24 16:27:13','2020-12-24 11:27:13'),
(5915,6135,'action created','2020-12-24 16:27:13','2020-12-24 11:27:13'),
(5916,6135,'action started via WP Cron','2020-12-24 16:28:39','2020-12-24 11:28:39'),
(5917,6135,'action complete via WP Cron','2020-12-24 16:28:39','2020-12-24 11:28:39'),
(5918,6136,'action created','2020-12-24 16:28:39','2020-12-24 11:28:39'),
(5919,6136,'action started via WP Cron','2020-12-24 16:29:29','2020-12-24 11:29:29'),
(5920,6136,'action complete via WP Cron','2020-12-24 16:29:29','2020-12-24 11:29:29'),
(5921,6137,'action created','2020-12-24 16:29:29','2020-12-24 11:29:29'),
(5922,6137,'action started via WP Cron','2020-12-24 16:31:55','2020-12-24 11:31:55'),
(5923,6137,'action complete via WP Cron','2020-12-24 16:31:55','2020-12-24 11:31:55'),
(5924,6138,'action created','2020-12-24 16:31:55','2020-12-24 11:31:55'),
(5925,6138,'action started via WP Cron','2020-12-24 16:33:13','2020-12-24 11:33:13'),
(5926,6138,'action complete via WP Cron','2020-12-24 16:33:13','2020-12-24 11:33:13'),
(5927,6139,'action created','2020-12-24 16:33:13','2020-12-24 11:33:13'),
(5928,6139,'action started via WP Cron','2020-12-24 16:34:20','2020-12-24 11:34:20'),
(5929,6139,'action complete via WP Cron','2020-12-24 16:34:20','2020-12-24 11:34:20'),
(5930,6140,'action created','2020-12-24 16:34:21','2020-12-24 11:34:21'),
(5931,6140,'action started via WP Cron','2020-12-24 16:36:07','2020-12-24 11:36:07'),
(5932,6140,'action complete via WP Cron','2020-12-24 16:36:07','2020-12-24 11:36:07'),
(5933,6141,'action created','2020-12-24 16:36:07','2020-12-24 11:36:07'),
(5934,6141,'action started via WP Cron','2020-12-24 16:39:34','2020-12-24 11:39:34'),
(5935,6141,'action complete via WP Cron','2020-12-24 16:39:34','2020-12-24 11:39:34'),
(5936,6142,'action created','2020-12-24 16:39:34','2020-12-24 11:39:34'),
(5937,6142,'action started via WP Cron','2020-12-24 16:40:41','2020-12-24 11:40:41'),
(5938,6142,'action complete via WP Cron','2020-12-24 16:40:41','2020-12-24 11:40:41'),
(5939,6143,'action created','2020-12-24 16:40:41','2020-12-24 11:40:41'),
(5940,6143,'action started via WP Cron','2020-12-24 16:41:54','2020-12-24 11:41:54'),
(5941,6143,'action complete via WP Cron','2020-12-24 16:41:54','2020-12-24 11:41:54'),
(5942,6144,'action created','2020-12-24 16:41:54','2020-12-24 11:41:54'),
(5943,6144,'action started via WP Cron','2020-12-24 16:43:30','2020-12-24 11:43:30'),
(5944,6144,'action complete via WP Cron','2020-12-24 16:43:30','2020-12-24 11:43:30'),
(5945,6145,'action created','2020-12-24 16:43:30','2020-12-24 11:43:30'),
(5946,6145,'action started via WP Cron','2020-12-24 16:47:00','2020-12-24 11:47:00'),
(5947,6145,'action complete via WP Cron','2020-12-24 16:47:00','2020-12-24 11:47:00'),
(5948,6146,'action created','2020-12-24 16:47:00','2020-12-24 11:47:00'),
(5949,6146,'action started via WP Cron','2020-12-24 16:47:33','2020-12-24 11:47:33'),
(5950,6146,'action complete via WP Cron','2020-12-24 16:47:33','2020-12-24 11:47:33'),
(5951,6147,'action created','2020-12-24 16:47:33','2020-12-24 11:47:33'),
(5952,6147,'action started via WP Cron','2020-12-24 16:48:24','2020-12-24 11:48:24'),
(5953,6147,'action complete via WP Cron','2020-12-24 16:48:24','2020-12-24 11:48:24'),
(5954,6148,'action created','2020-12-24 16:48:24','2020-12-24 11:48:24'),
(5955,6148,'action started via WP Cron','2020-12-24 16:49:23','2020-12-24 11:49:23'),
(5956,6148,'action complete via WP Cron','2020-12-24 16:49:23','2020-12-24 11:49:23'),
(5957,6149,'action created','2020-12-24 16:49:23','2020-12-24 11:49:23'),
(5958,6149,'action started via WP Cron','2020-12-24 16:50:25','2020-12-24 11:50:25'),
(5959,6149,'action complete via WP Cron','2020-12-24 16:50:25','2020-12-24 11:50:25'),
(5960,6150,'action created','2020-12-24 16:50:25','2020-12-24 11:50:25'),
(5961,6150,'action started via WP Cron','2020-12-24 16:51:15','2020-12-24 11:51:15'),
(5962,6150,'action complete via WP Cron','2020-12-24 16:51:15','2020-12-24 11:51:15'),
(5963,6151,'action created','2020-12-24 16:51:15','2020-12-24 11:51:15'),
(5964,6151,'action started via WP Cron','2020-12-24 16:52:15','2020-12-24 11:52:15'),
(5965,6151,'action complete via WP Cron','2020-12-24 16:52:15','2020-12-24 11:52:15'),
(5966,6152,'action created','2020-12-24 16:52:15','2020-12-24 11:52:15'),
(5967,6152,'action started via WP Cron','2020-12-24 16:53:29','2020-12-24 11:53:29'),
(5968,6152,'action complete via WP Cron','2020-12-24 16:53:29','2020-12-24 11:53:29'),
(5969,6153,'action created','2020-12-24 16:53:29','2020-12-24 11:53:29'),
(5970,6153,'action started via WP Cron','2020-12-24 16:55:55','2020-12-24 11:55:55'),
(5971,6153,'action complete via WP Cron','2020-12-24 16:55:55','2020-12-24 11:55:55'),
(5972,6154,'action created','2020-12-24 16:55:55','2020-12-24 11:55:55'),
(5973,6154,'action started via WP Cron','2020-12-24 16:58:41','2020-12-24 11:58:41'),
(5974,6154,'action complete via WP Cron','2020-12-24 16:58:41','2020-12-24 11:58:41'),
(5975,6155,'action created','2020-12-24 16:58:41','2020-12-24 11:58:41'),
(5976,6155,'action started via WP Cron','2020-12-24 17:04:46','2020-12-24 12:04:46'),
(5977,6155,'action complete via WP Cron','2020-12-24 17:04:46','2020-12-24 12:04:46'),
(5978,6156,'action created','2020-12-24 17:04:46','2020-12-24 12:04:46'),
(5979,6156,'action started via WP Cron','2020-12-24 17:06:51','2020-12-24 12:06:51'),
(5980,6156,'action complete via WP Cron','2020-12-24 17:06:51','2020-12-24 12:06:51'),
(5981,6157,'action created','2020-12-24 17:06:51','2020-12-24 12:06:51'),
(5982,6157,'action started via WP Cron','2020-12-24 17:08:30','2020-12-24 12:08:30'),
(5983,6157,'action complete via WP Cron','2020-12-24 17:08:30','2020-12-24 12:08:30'),
(5984,6158,'action created','2020-12-24 17:08:30','2020-12-24 12:08:30'),
(5985,6158,'action started via WP Cron','2020-12-24 17:11:06','2020-12-24 12:11:06'),
(5986,6158,'action complete via WP Cron','2020-12-24 17:11:06','2020-12-24 12:11:06'),
(5987,6159,'action created','2020-12-24 17:11:06','2020-12-24 12:11:06'),
(5988,6159,'action started via WP Cron','2020-12-24 17:11:24','2020-12-24 12:11:24'),
(5989,6159,'action complete via WP Cron','2020-12-24 17:11:24','2020-12-24 12:11:24'),
(5990,6160,'action created','2020-12-24 17:11:24','2020-12-24 12:11:24'),
(5991,6160,'action started via WP Cron','2020-12-24 17:12:12','2020-12-24 12:12:12'),
(5992,6160,'action complete via WP Cron','2020-12-24 17:12:12','2020-12-24 12:12:12'),
(5993,6161,'action created','2020-12-24 17:12:12','2020-12-24 12:12:12'),
(5994,6161,'action started via WP Cron','2020-12-24 17:16:34','2020-12-24 12:16:34'),
(5995,6161,'action complete via WP Cron','2020-12-24 17:16:34','2020-12-24 12:16:34'),
(5996,6162,'action created','2020-12-24 17:16:34','2020-12-24 12:16:34'),
(5997,6162,'action started via WP Cron','2020-12-24 17:18:54','2020-12-24 12:18:54'),
(5998,6162,'action complete via WP Cron','2020-12-24 17:18:54','2020-12-24 12:18:54'),
(5999,6163,'action created','2020-12-24 17:18:54','2020-12-24 12:18:54'),
(6000,6163,'action started via WP Cron','2020-12-24 17:19:29','2020-12-24 12:19:29'),
(6001,6163,'action complete via WP Cron','2020-12-24 17:19:29','2020-12-24 12:19:29'),
(6002,6164,'action created','2020-12-24 17:19:29','2020-12-24 12:19:29'),
(6003,6164,'action started via WP Cron','2020-12-24 17:21:33','2020-12-24 12:21:33'),
(6004,6164,'action complete via WP Cron','2020-12-24 17:21:33','2020-12-24 12:21:33'),
(6005,6165,'action created','2020-12-24 17:21:33','2020-12-24 12:21:33'),
(6006,6165,'action started via WP Cron','2020-12-24 17:22:15','2020-12-24 12:22:15'),
(6007,6165,'action complete via WP Cron','2020-12-24 17:22:15','2020-12-24 12:22:15'),
(6008,6166,'action created','2020-12-24 17:22:15','2020-12-24 12:22:15'),
(6009,6166,'action started via WP Cron','2020-12-24 17:23:58','2020-12-24 12:23:58'),
(6010,6166,'action complete via WP Cron','2020-12-24 17:23:58','2020-12-24 12:23:58'),
(6011,6167,'action created','2020-12-24 17:23:58','2020-12-24 12:23:58'),
(6012,6167,'action started via WP Cron','2020-12-24 17:26:13','2020-12-24 12:26:13'),
(6013,6167,'action complete via WP Cron','2020-12-24 17:26:13','2020-12-24 12:26:13'),
(6014,6168,'action created','2020-12-24 17:26:13','2020-12-24 12:26:13'),
(6015,6168,'action started via WP Cron','2020-12-24 17:28:56','2020-12-24 12:28:56'),
(6016,6168,'action complete via WP Cron','2020-12-24 17:28:56','2020-12-24 12:28:56'),
(6017,6169,'action created','2020-12-24 17:28:56','2020-12-24 12:28:56'),
(6018,6169,'action started via WP Cron','2020-12-24 17:29:55','2020-12-24 12:29:55'),
(6019,6169,'action complete via WP Cron','2020-12-24 17:29:55','2020-12-24 12:29:55'),
(6020,6170,'action created','2020-12-24 17:29:55','2020-12-24 12:29:55'),
(6021,6170,'action started via WP Cron','2020-12-24 17:30:13','2020-12-24 12:30:13'),
(6022,6170,'action complete via WP Cron','2020-12-24 17:30:13','2020-12-24 12:30:13'),
(6023,6171,'action created','2020-12-24 17:30:13','2020-12-24 12:30:13'),
(6024,6171,'action started via WP Cron','2020-12-24 17:31:11','2020-12-24 12:31:11'),
(6025,6171,'action complete via WP Cron','2020-12-24 17:31:11','2020-12-24 12:31:11'),
(6026,6172,'action created','2020-12-24 17:31:11','2020-12-24 12:31:11'),
(6027,6172,'action started via WP Cron','2020-12-24 17:32:21','2020-12-24 12:32:21'),
(6028,6172,'action complete via WP Cron','2020-12-24 17:32:21','2020-12-24 12:32:21'),
(6029,6173,'action created','2020-12-24 17:32:21','2020-12-24 12:32:21'),
(6030,6173,'action started via WP Cron','2020-12-24 17:33:46','2020-12-24 12:33:46'),
(6031,6173,'action complete via WP Cron','2020-12-24 17:33:46','2020-12-24 12:33:46'),
(6032,6174,'action created','2020-12-24 17:33:46','2020-12-24 12:33:46'),
(6033,6174,'action started via WP Cron','2020-12-24 17:37:05','2020-12-24 12:37:05'),
(6034,6174,'action complete via WP Cron','2020-12-24 17:37:05','2020-12-24 12:37:05'),
(6035,6175,'action created','2020-12-24 17:37:05','2020-12-24 12:37:05'),
(6036,6175,'action started via WP Cron','2020-12-24 17:38:08','2020-12-24 12:38:08'),
(6037,6175,'action complete via WP Cron','2020-12-24 17:38:08','2020-12-24 12:38:08'),
(6038,6176,'action created','2020-12-24 17:38:08','2020-12-24 12:38:08'),
(6039,6176,'action started via WP Cron','2020-12-24 17:38:43','2020-12-24 12:38:43'),
(6040,6176,'action complete via WP Cron','2020-12-24 17:38:43','2020-12-24 12:38:43'),
(6041,6177,'action created','2020-12-24 17:38:43','2020-12-24 12:38:43'),
(6042,6177,'action started via WP Cron','2020-12-24 17:39:44','2020-12-24 12:39:44'),
(6043,6177,'action complete via WP Cron','2020-12-24 17:39:45','2020-12-24 12:39:45'),
(6044,6178,'action created','2020-12-24 17:39:45','2020-12-24 12:39:45'),
(6045,6178,'action started via WP Cron','2020-12-24 17:43:36','2020-12-24 12:43:36'),
(6046,6178,'action complete via WP Cron','2020-12-24 17:43:36','2020-12-24 12:43:36'),
(6047,6179,'action created','2020-12-24 17:43:36','2020-12-24 12:43:36'),
(6048,6179,'action started via WP Cron','2020-12-24 17:44:27','2020-12-24 12:44:27'),
(6049,6179,'action complete via WP Cron','2020-12-24 17:44:27','2020-12-24 12:44:27'),
(6050,6180,'action created','2020-12-24 17:44:27','2020-12-24 12:44:27'),
(6051,6180,'action started via WP Cron','2020-12-24 17:46:46','2020-12-24 12:46:46'),
(6052,6180,'action complete via WP Cron','2020-12-24 17:46:46','2020-12-24 12:46:46'),
(6053,6181,'action created','2020-12-24 17:46:46','2020-12-24 12:46:46'),
(6054,6181,'action started via WP Cron','2020-12-24 17:49:12','2020-12-24 12:49:12'),
(6055,6181,'action complete via WP Cron','2020-12-24 17:49:12','2020-12-24 12:49:12'),
(6056,6182,'action created','2020-12-24 17:49:12','2020-12-24 12:49:12'),
(6057,6182,'action started via WP Cron','2020-12-24 17:50:53','2020-12-24 12:50:53'),
(6058,6182,'action complete via WP Cron','2020-12-24 17:50:53','2020-12-24 12:50:53'),
(6059,6183,'action created','2020-12-24 17:50:53','2020-12-24 12:50:53'),
(6060,6183,'action started via WP Cron','2020-12-24 17:51:44','2020-12-24 12:51:44'),
(6061,6183,'action complete via WP Cron','2020-12-24 17:51:44','2020-12-24 12:51:44'),
(6062,6184,'action created','2020-12-24 17:51:44','2020-12-24 12:51:44'),
(6063,6184,'action started via WP Cron','2020-12-24 17:52:47','2020-12-24 12:52:47'),
(6064,6184,'action complete via WP Cron','2020-12-24 17:52:47','2020-12-24 12:52:47'),
(6065,6185,'action created','2020-12-24 17:52:47','2020-12-24 12:52:47'),
(6066,6185,'action started via WP Cron','2020-12-24 17:53:13','2020-12-24 12:53:13'),
(6067,6185,'action complete via WP Cron','2020-12-24 17:53:13','2020-12-24 12:53:13'),
(6068,6186,'action created','2020-12-24 17:53:13','2020-12-24 12:53:13'),
(6069,6186,'action started via WP Cron','2020-12-24 17:55:52','2020-12-24 12:55:52'),
(6070,6186,'action complete via WP Cron','2020-12-24 17:55:52','2020-12-24 12:55:52'),
(6071,6187,'action created','2020-12-24 17:55:52','2020-12-24 12:55:52'),
(6072,6187,'action started via WP Cron','2020-12-24 17:57:02','2020-12-24 12:57:02'),
(6073,6187,'action complete via WP Cron','2020-12-24 17:57:02','2020-12-24 12:57:02'),
(6074,6188,'action created','2020-12-24 17:57:02','2020-12-24 12:57:02'),
(6075,6188,'action started via WP Cron','2020-12-24 17:57:30','2020-12-24 12:57:30'),
(6076,6188,'action complete via WP Cron','2020-12-24 17:57:30','2020-12-24 12:57:30'),
(6077,6189,'action created','2020-12-24 17:57:30','2020-12-24 12:57:30'),
(6078,6189,'action started via WP Cron','2020-12-24 17:58:47','2020-12-24 12:58:47'),
(6079,6189,'action complete via WP Cron','2020-12-24 17:58:47','2020-12-24 12:58:47'),
(6080,6190,'action created','2020-12-24 17:58:47','2020-12-24 12:58:47'),
(6081,6190,'action started via WP Cron','2020-12-24 17:59:49','2020-12-24 12:59:49'),
(6082,6190,'action complete via WP Cron','2020-12-24 17:59:49','2020-12-24 12:59:49'),
(6083,6191,'action created','2020-12-24 17:59:49','2020-12-24 12:59:49'),
(6084,6191,'action started via WP Cron','2020-12-24 18:00:49','2020-12-24 13:00:49'),
(6085,6191,'action complete via WP Cron','2020-12-24 18:00:49','2020-12-24 13:00:49'),
(6086,6192,'action created','2020-12-24 18:00:49','2020-12-24 13:00:49'),
(6087,6192,'action started via WP Cron','2020-12-24 18:01:13','2020-12-24 13:01:13'),
(6088,6192,'action complete via WP Cron','2020-12-24 18:01:13','2020-12-24 13:01:13'),
(6089,6193,'action created','2020-12-24 18:01:13','2020-12-24 13:01:13'),
(6090,6193,'action started via WP Cron','2020-12-24 18:03:38','2020-12-24 13:03:38'),
(6091,6193,'action complete via WP Cron','2020-12-24 18:03:38','2020-12-24 13:03:38'),
(6092,6194,'action created','2020-12-24 18:03:38','2020-12-24 13:03:38'),
(6093,6194,'action started via WP Cron','2020-12-24 18:09:15','2020-12-24 13:09:15'),
(6094,6194,'action complete via WP Cron','2020-12-24 18:09:15','2020-12-24 13:09:15'),
(6095,6195,'action created','2020-12-24 18:09:15','2020-12-24 13:09:15'),
(6096,6195,'action started via WP Cron','2020-12-24 18:10:30','2020-12-24 13:10:30'),
(6097,6195,'action complete via WP Cron','2020-12-24 18:10:30','2020-12-24 13:10:30'),
(6098,6196,'action created','2020-12-24 18:10:30','2020-12-24 13:10:30'),
(6099,6196,'action started via WP Cron','2020-12-24 18:12:35','2020-12-24 13:12:35'),
(6100,6196,'action complete via WP Cron','2020-12-24 18:12:35','2020-12-24 13:12:35'),
(6101,6197,'action created','2020-12-24 18:12:35','2020-12-24 13:12:35'),
(6102,6197,'action started via WP Cron','2020-12-24 18:13:13','2020-12-24 13:13:13'),
(6103,6197,'action complete via WP Cron','2020-12-24 18:13:13','2020-12-24 13:13:13'),
(6104,6198,'action created','2020-12-24 18:13:13','2020-12-24 13:13:13'),
(6105,6198,'action started via WP Cron','2020-12-24 18:14:50','2020-12-24 13:14:50'),
(6106,6198,'action complete via WP Cron','2020-12-24 18:14:50','2020-12-24 13:14:50'),
(6107,6199,'action created','2020-12-24 18:14:50','2020-12-24 13:14:50'),
(6108,6199,'action started via WP Cron','2020-12-24 18:15:50','2020-12-24 13:15:50'),
(6109,6199,'action complete via WP Cron','2020-12-24 18:15:50','2020-12-24 13:15:50'),
(6110,6200,'action created','2020-12-24 18:15:50','2020-12-24 13:15:50'),
(6111,6200,'action started via WP Cron','2020-12-24 18:16:47','2020-12-24 13:16:47'),
(6112,6200,'action complete via WP Cron','2020-12-24 18:16:47','2020-12-24 13:16:47'),
(6113,6201,'action created','2020-12-24 18:16:47','2020-12-24 13:16:47'),
(6114,6201,'action started via WP Cron','2020-12-24 18:17:12','2020-12-24 13:17:12'),
(6115,6201,'action complete via WP Cron','2020-12-24 18:17:12','2020-12-24 13:17:12'),
(6116,6202,'action created','2020-12-24 18:17:12','2020-12-24 13:17:12'),
(6117,6202,'action started via WP Cron','2020-12-24 18:18:14','2020-12-24 13:18:14'),
(6118,6202,'action complete via WP Cron','2020-12-24 18:18:14','2020-12-24 13:18:14'),
(6119,6203,'action created','2020-12-24 18:18:14','2020-12-24 13:18:14'),
(6120,6203,'action started via WP Cron','2020-12-24 18:19:12','2020-12-24 13:19:12'),
(6121,6203,'action complete via WP Cron','2020-12-24 18:19:12','2020-12-24 13:19:12'),
(6122,6204,'action created','2020-12-24 18:19:13','2020-12-24 13:19:13'),
(6123,6204,'action started via WP Cron','2020-12-24 18:20:25','2020-12-24 13:20:25'),
(6124,6204,'action complete via WP Cron','2020-12-24 18:20:26','2020-12-24 13:20:26'),
(6125,6205,'action created','2020-12-24 18:20:28','2020-12-24 13:20:28'),
(6126,6205,'action started via WP Cron','2020-12-24 18:21:40','2020-12-24 13:21:40'),
(6127,6205,'action complete via WP Cron','2020-12-24 18:21:40','2020-12-24 13:21:40'),
(6128,6206,'action created','2020-12-24 18:21:40','2020-12-24 13:21:40'),
(6129,6206,'action started via WP Cron','2020-12-24 18:22:53','2020-12-24 13:22:53'),
(6130,6206,'action complete via WP Cron','2020-12-24 18:22:53','2020-12-24 13:22:53'),
(6131,6207,'action created','2020-12-24 18:22:53','2020-12-24 13:22:53'),
(6132,6207,'action started via WP Cron','2020-12-24 18:23:20','2020-12-24 13:23:20'),
(6133,6207,'action complete via WP Cron','2020-12-24 18:23:20','2020-12-24 13:23:20'),
(6134,6208,'action created','2020-12-24 18:23:20','2020-12-24 13:23:20'),
(6135,6208,'action started via WP Cron','2020-12-24 18:24:21','2020-12-24 13:24:21'),
(6136,6208,'action complete via WP Cron','2020-12-24 18:24:21','2020-12-24 13:24:21'),
(6137,6209,'action created','2020-12-24 18:24:21','2020-12-24 13:24:21'),
(6138,6209,'action started via WP Cron','2020-12-24 18:25:12','2020-12-24 13:25:12'),
(6139,6209,'action complete via WP Cron','2020-12-24 18:25:12','2020-12-24 13:25:12'),
(6140,6210,'action created','2020-12-24 18:25:12','2020-12-24 13:25:12'),
(6141,6210,'action started via WP Cron','2020-12-24 18:26:44','2020-12-24 13:26:44'),
(6142,6210,'action complete via WP Cron','2020-12-24 18:26:44','2020-12-24 13:26:44'),
(6143,6211,'action created','2020-12-24 18:26:44','2020-12-24 13:26:44'),
(6144,6211,'action started via WP Cron','2020-12-24 18:27:51','2020-12-24 13:27:51'),
(6145,6211,'action complete via WP Cron','2020-12-24 18:27:51','2020-12-24 13:27:51'),
(6146,6212,'action created','2020-12-24 18:27:51','2020-12-24 13:27:51'),
(6147,6212,'action started via WP Cron','2020-12-24 18:28:37','2020-12-24 13:28:37'),
(6148,6212,'action complete via WP Cron','2020-12-24 18:28:37','2020-12-24 13:28:37'),
(6149,6213,'action created','2020-12-24 18:28:37','2020-12-24 13:28:37'),
(6150,6213,'action started via WP Cron','2020-12-24 18:30:31','2020-12-24 13:30:31'),
(6151,6213,'action complete via WP Cron','2020-12-24 18:30:31','2020-12-24 13:30:31'),
(6152,6214,'action created','2020-12-24 18:30:31','2020-12-24 13:30:31'),
(6153,6214,'action started via WP Cron','2020-12-24 18:32:03','2020-12-24 13:32:03'),
(6154,6214,'action complete via WP Cron','2020-12-24 18:32:03','2020-12-24 13:32:03'),
(6155,6215,'action created','2020-12-24 18:32:03','2020-12-24 13:32:03'),
(6156,6215,'action started via WP Cron','2020-12-24 18:32:34','2020-12-24 13:32:34'),
(6157,6215,'action complete via WP Cron','2020-12-24 18:32:35','2020-12-24 13:32:35'),
(6158,6216,'action created','2020-12-24 18:32:35','2020-12-24 13:32:35'),
(6159,6216,'action started via WP Cron','2020-12-24 18:33:23','2020-12-24 13:33:23'),
(6160,6216,'action complete via WP Cron','2020-12-24 18:33:23','2020-12-24 13:33:23'),
(6161,6217,'action created','2020-12-24 18:33:23','2020-12-24 13:33:23'),
(6162,6217,'action started via WP Cron','2020-12-24 18:37:58','2020-12-24 13:37:58'),
(6163,6217,'action complete via WP Cron','2020-12-24 18:37:58','2020-12-24 13:37:58'),
(6164,6218,'action created','2020-12-24 18:37:58','2020-12-24 13:37:58'),
(6165,6218,'action started via WP Cron','2020-12-24 18:39:48','2020-12-24 13:39:48'),
(6166,6218,'action complete via WP Cron','2020-12-24 18:39:48','2020-12-24 13:39:48'),
(6167,6219,'action created','2020-12-24 18:39:48','2020-12-24 13:39:48'),
(6168,6219,'action started via WP Cron','2020-12-24 18:40:12','2020-12-24 13:40:12'),
(6169,6219,'action complete via WP Cron','2020-12-24 18:40:12','2020-12-24 13:40:12'),
(6170,6220,'action created','2020-12-24 18:40:12','2020-12-24 13:40:12'),
(6171,6220,'action started via WP Cron','2020-12-24 18:41:16','2020-12-24 13:41:16'),
(6172,6220,'action complete via WP Cron','2020-12-24 18:41:16','2020-12-24 13:41:16'),
(6173,6221,'action created','2020-12-24 18:41:16','2020-12-24 13:41:16'),
(6174,6221,'action started via WP Cron','2020-12-24 18:42:31','2020-12-24 13:42:31'),
(6175,6221,'action complete via WP Cron','2020-12-24 18:42:31','2020-12-24 13:42:31'),
(6176,6222,'action created','2020-12-24 18:42:31','2020-12-24 13:42:31'),
(6177,6222,'action started via WP Cron','2020-12-24 18:43:30','2020-12-24 13:43:30'),
(6178,6222,'action complete via WP Cron','2020-12-24 18:43:30','2020-12-24 13:43:30'),
(6179,6223,'action created','2020-12-24 18:43:30','2020-12-24 13:43:30'),
(6180,6223,'action started via WP Cron','2020-12-24 18:44:18','2020-12-24 13:44:18'),
(6181,6223,'action complete via WP Cron','2020-12-24 18:44:18','2020-12-24 13:44:18'),
(6182,6224,'action created','2020-12-24 18:44:18','2020-12-24 13:44:18'),
(6183,6224,'action started via WP Cron','2020-12-24 18:45:40','2020-12-24 13:45:40'),
(6184,6224,'action complete via WP Cron','2020-12-24 18:45:40','2020-12-24 13:45:40'),
(6185,6225,'action created','2020-12-24 18:45:40','2020-12-24 13:45:40'),
(6186,6225,'action started via WP Cron','2020-12-24 18:48:24','2020-12-24 13:48:24'),
(6187,6225,'action complete via WP Cron','2020-12-24 18:48:24','2020-12-24 13:48:24'),
(6188,6226,'action created','2020-12-24 18:48:24','2020-12-24 13:48:24'),
(6189,6226,'action started via WP Cron','2020-12-24 18:50:31','2020-12-24 13:50:31'),
(6190,6226,'action complete via WP Cron','2020-12-24 18:50:31','2020-12-24 13:50:31'),
(6191,6227,'action created','2020-12-24 18:50:31','2020-12-24 13:50:31'),
(6192,6227,'action started via WP Cron','2020-12-24 18:53:06','2020-12-24 13:53:06'),
(6193,6227,'action complete via WP Cron','2020-12-24 18:53:06','2020-12-24 13:53:06'),
(6194,6228,'action created','2020-12-24 18:53:06','2020-12-24 13:53:06'),
(6195,6228,'action started via WP Cron','2020-12-24 18:53:28','2020-12-24 13:53:28'),
(6196,6228,'action complete via WP Cron','2020-12-24 18:53:28','2020-12-24 13:53:28'),
(6197,6229,'action created','2020-12-24 18:53:28','2020-12-24 13:53:28'),
(6198,6229,'action started via WP Cron','2020-12-24 18:54:32','2020-12-24 13:54:32'),
(6199,6229,'action complete via WP Cron','2020-12-24 18:54:32','2020-12-24 13:54:32'),
(6200,6230,'action created','2020-12-24 18:54:32','2020-12-24 13:54:32'),
(6201,6230,'action started via WP Cron','2020-12-24 18:55:24','2020-12-24 13:55:24'),
(6202,6230,'action complete via WP Cron','2020-12-24 18:55:24','2020-12-24 13:55:24'),
(6203,6231,'action created','2020-12-24 18:55:24','2020-12-24 13:55:24'),
(6204,6231,'action started via WP Cron','2020-12-24 18:56:55','2020-12-24 13:56:55'),
(6205,6231,'action complete via WP Cron','2020-12-24 18:56:55','2020-12-24 13:56:55'),
(6206,6232,'action created','2020-12-24 18:56:55','2020-12-24 13:56:55'),
(6207,6232,'action started via WP Cron','2020-12-24 18:59:44','2020-12-24 13:59:44'),
(6208,6232,'action complete via WP Cron','2020-12-24 18:59:44','2020-12-24 13:59:44'),
(6209,6233,'action created','2020-12-24 18:59:45','2020-12-24 13:59:45'),
(6210,6233,'action started via WP Cron','2020-12-24 19:01:09','2020-12-24 14:01:09'),
(6211,6233,'action complete via WP Cron','2020-12-24 19:01:09','2020-12-24 14:01:09'),
(6212,6234,'action created','2020-12-24 19:01:09','2020-12-24 14:01:09'),
(6213,6234,'action started via WP Cron','2020-12-24 19:01:24','2020-12-24 14:01:24'),
(6214,6234,'action complete via WP Cron','2020-12-24 19:01:24','2020-12-24 14:01:24'),
(6215,6235,'action created','2020-12-24 19:01:24','2020-12-24 14:01:24'),
(6216,6235,'action started via WP Cron','2020-12-24 19:02:45','2020-12-24 14:02:45'),
(6217,6235,'action complete via WP Cron','2020-12-24 19:02:45','2020-12-24 14:02:45'),
(6218,6236,'action created','2020-12-24 19:02:45','2020-12-24 14:02:45'),
(6219,6236,'action started via WP Cron','2020-12-24 19:03:50','2020-12-24 14:03:50'),
(6220,6236,'action complete via WP Cron','2020-12-24 19:03:50','2020-12-24 14:03:50'),
(6221,6237,'action created','2020-12-24 19:03:50','2020-12-24 14:03:50'),
(6222,6237,'action started via WP Cron','2020-12-24 19:04:33','2020-12-24 14:04:33'),
(6223,6237,'action complete via WP Cron','2020-12-24 19:04:33','2020-12-24 14:04:33'),
(6224,6238,'action created','2020-12-24 19:04:33','2020-12-24 14:04:33'),
(6225,6238,'action started via WP Cron','2020-12-24 19:06:30','2020-12-24 14:06:30'),
(6226,6238,'action complete via WP Cron','2020-12-24 19:06:30','2020-12-24 14:06:30'),
(6227,6239,'action created','2020-12-24 19:06:30','2020-12-24 14:06:30'),
(6228,6239,'action started via WP Cron','2020-12-24 19:07:33','2020-12-24 14:07:33'),
(6229,6239,'action complete via WP Cron','2020-12-24 19:07:33','2020-12-24 14:07:33'),
(6230,6240,'action created','2020-12-24 19:07:33','2020-12-24 14:07:33'),
(6231,6240,'action started via WP Cron','2020-12-24 19:08:30','2020-12-24 14:08:30'),
(6232,6240,'action complete via WP Cron','2020-12-24 19:08:30','2020-12-24 14:08:30'),
(6233,6241,'action created','2020-12-24 19:08:30','2020-12-24 14:08:30'),
(6234,6241,'action started via WP Cron','2020-12-24 19:09:22','2020-12-24 14:09:22'),
(6235,6241,'action complete via WP Cron','2020-12-24 19:09:22','2020-12-24 14:09:22'),
(6236,6242,'action created','2020-12-24 19:09:23','2020-12-24 14:09:23'),
(6237,6242,'action started via WP Cron','2020-12-24 19:12:16','2020-12-24 14:12:16'),
(6238,6242,'action complete via WP Cron','2020-12-24 19:12:16','2020-12-24 14:12:16'),
(6239,6243,'action created','2020-12-24 19:12:16','2020-12-24 14:12:16'),
(6240,6243,'action started via WP Cron','2020-12-24 19:14:21','2020-12-24 14:14:21'),
(6241,6243,'action complete via WP Cron','2020-12-24 19:14:21','2020-12-24 14:14:21'),
(6242,6244,'action created','2020-12-24 19:14:21','2020-12-24 14:14:21'),
(6243,6244,'action started via WP Cron','2020-12-24 19:17:44','2020-12-24 14:17:44'),
(6244,6244,'action complete via WP Cron','2020-12-24 19:17:44','2020-12-24 14:17:44'),
(6245,6245,'action created','2020-12-24 19:17:44','2020-12-24 14:17:44'),
(6246,6245,'action started via WP Cron','2020-12-24 19:18:26','2020-12-24 14:18:26'),
(6247,6245,'action complete via WP Cron','2020-12-24 19:18:26','2020-12-24 14:18:26'),
(6248,6246,'action created','2020-12-24 19:18:26','2020-12-24 14:18:26'),
(6249,6246,'action started via WP Cron','2020-12-24 19:19:13','2020-12-24 14:19:13'),
(6250,6246,'action complete via WP Cron','2020-12-24 19:19:13','2020-12-24 14:19:13'),
(6251,6247,'action created','2020-12-24 19:19:13','2020-12-24 14:19:13'),
(6252,6247,'action started via WP Cron','2020-12-24 19:21:06','2020-12-24 14:21:06'),
(6253,6247,'action complete via WP Cron','2020-12-24 19:21:06','2020-12-24 14:21:06'),
(6254,6248,'action created','2020-12-24 19:21:07','2020-12-24 14:21:07'),
(6255,6248,'action started via WP Cron','2020-12-24 19:21:54','2020-12-24 14:21:54'),
(6256,6248,'action complete via WP Cron','2020-12-24 19:21:54','2020-12-24 14:21:54'),
(6257,6249,'action created','2020-12-24 19:21:54','2020-12-24 14:21:54'),
(6258,6249,'action started via WP Cron','2020-12-24 19:22:54','2020-12-24 14:22:54'),
(6259,6249,'action complete via WP Cron','2020-12-24 19:22:54','2020-12-24 14:22:54'),
(6260,6250,'action created','2020-12-24 19:22:54','2020-12-24 14:22:54'),
(6261,6250,'action started via WP Cron','2020-12-24 19:24:08','2020-12-24 14:24:08'),
(6262,6250,'action complete via WP Cron','2020-12-24 19:24:08','2020-12-24 14:24:08'),
(6263,6251,'action created','2020-12-24 19:24:08','2020-12-24 14:24:08'),
(6264,6251,'action started via WP Cron','2020-12-24 19:24:31','2020-12-24 14:24:31'),
(6265,6251,'action complete via WP Cron','2020-12-24 19:24:31','2020-12-24 14:24:31'),
(6266,6252,'action created','2020-12-24 19:24:31','2020-12-24 14:24:31'),
(6267,6252,'action started via WP Cron','2020-12-24 19:26:46','2020-12-24 14:26:46'),
(6268,6252,'action complete via WP Cron','2020-12-24 19:26:46','2020-12-24 14:26:46'),
(6269,6253,'action created','2020-12-24 19:26:46','2020-12-24 14:26:46'),
(6270,6253,'action started via WP Cron','2020-12-24 19:28:34','2020-12-24 14:28:34'),
(6271,6253,'action complete via WP Cron','2020-12-24 19:28:34','2020-12-24 14:28:34'),
(6272,6254,'action created','2020-12-24 19:28:34','2020-12-24 14:28:34'),
(6273,6254,'action started via WP Cron','2020-12-24 19:31:46','2020-12-24 14:31:46'),
(6274,6254,'action complete via WP Cron','2020-12-24 19:31:46','2020-12-24 14:31:46'),
(6275,6255,'action created','2020-12-24 19:31:46','2020-12-24 14:31:46'),
(6276,6255,'action started via WP Cron','2020-12-24 19:32:59','2020-12-24 14:32:59'),
(6277,6255,'action complete via WP Cron','2020-12-24 19:32:59','2020-12-24 14:32:59'),
(6278,6256,'action created','2020-12-24 19:32:59','2020-12-24 14:32:59'),
(6279,6256,'action started via WP Cron','2020-12-24 19:33:14','2020-12-24 14:33:14'),
(6280,6256,'action complete via WP Cron','2020-12-24 19:33:14','2020-12-24 14:33:14'),
(6281,6257,'action created','2020-12-24 19:33:14','2020-12-24 14:33:14'),
(6282,6257,'action started via WP Cron','2020-12-24 19:34:25','2020-12-24 14:34:25'),
(6283,6257,'action complete via WP Cron','2020-12-24 19:34:25','2020-12-24 14:34:25'),
(6284,6258,'action created','2020-12-24 19:34:25','2020-12-24 14:34:25'),
(6285,6258,'action started via WP Cron','2020-12-24 19:36:31','2020-12-24 14:36:31'),
(6286,6258,'action complete via WP Cron','2020-12-24 19:36:31','2020-12-24 14:36:31'),
(6287,6259,'action created','2020-12-24 19:36:31','2020-12-24 14:36:31'),
(6288,6259,'action started via WP Cron','2020-12-24 19:37:19','2020-12-24 14:37:19'),
(6289,6259,'action complete via WP Cron','2020-12-24 19:37:19','2020-12-24 14:37:19'),
(6290,6260,'action created','2020-12-24 19:37:19','2020-12-24 14:37:19'),
(6291,6260,'action started via WP Cron','2020-12-24 19:38:15','2020-12-24 14:38:15'),
(6292,6260,'action complete via WP Cron','2020-12-24 19:38:15','2020-12-24 14:38:15'),
(6293,6261,'action created','2020-12-24 19:38:15','2020-12-24 14:38:15'),
(6294,6261,'action started via WP Cron','2020-12-24 19:39:55','2020-12-24 14:39:55'),
(6295,6261,'action complete via WP Cron','2020-12-24 19:39:55','2020-12-24 14:39:55'),
(6296,6262,'action created','2020-12-24 19:39:55','2020-12-24 14:39:55'),
(6297,6262,'action started via WP Cron','2020-12-24 19:40:55','2020-12-24 14:40:55'),
(6298,6262,'action complete via WP Cron','2020-12-24 19:40:55','2020-12-24 14:40:55'),
(6299,6263,'action created','2020-12-24 19:40:55','2020-12-24 14:40:55'),
(6300,6263,'action started via WP Cron','2020-12-24 19:43:06','2020-12-24 14:43:06'),
(6301,6263,'action complete via WP Cron','2020-12-24 19:43:06','2020-12-24 14:43:06'),
(6302,6264,'action created','2020-12-24 19:43:06','2020-12-24 14:43:06'),
(6303,6264,'action started via WP Cron','2020-12-24 19:43:28','2020-12-24 14:43:28'),
(6304,6264,'action complete via WP Cron','2020-12-24 19:43:28','2020-12-24 14:43:28'),
(6305,6265,'action created','2020-12-24 19:43:28','2020-12-24 14:43:28'),
(6306,6265,'action started via WP Cron','2020-12-24 19:44:32','2020-12-24 14:44:32'),
(6307,6265,'action complete via WP Cron','2020-12-24 19:44:32','2020-12-24 14:44:32'),
(6308,6266,'action created','2020-12-24 19:44:32','2020-12-24 14:44:32'),
(6309,6266,'action started via WP Cron','2020-12-24 19:47:27','2020-12-24 14:47:27'),
(6310,6266,'action complete via WP Cron','2020-12-24 19:47:27','2020-12-24 14:47:27'),
(6311,6267,'action created','2020-12-24 19:47:27','2020-12-24 14:47:27'),
(6312,6267,'action started via WP Cron','2020-12-24 19:50:45','2020-12-24 14:50:45'),
(6313,6267,'action complete via WP Cron','2020-12-24 19:50:45','2020-12-24 14:50:45'),
(6314,6268,'action created','2020-12-24 19:50:45','2020-12-24 14:50:45'),
(6315,6268,'action started via WP Cron','2020-12-24 19:51:16','2020-12-24 14:51:16'),
(6316,6268,'action complete via WP Cron','2020-12-24 19:51:16','2020-12-24 14:51:16'),
(6317,6269,'action created','2020-12-24 19:51:16','2020-12-24 14:51:16'),
(6318,6269,'action started via WP Cron','2020-12-24 19:52:41','2020-12-24 14:52:41'),
(6319,6269,'action complete via WP Cron','2020-12-24 19:52:41','2020-12-24 14:52:41'),
(6320,6270,'action created','2020-12-24 19:52:41','2020-12-24 14:52:41'),
(6321,6270,'action started via WP Cron','2020-12-24 19:53:33','2020-12-24 14:53:33'),
(6322,6270,'action complete via WP Cron','2020-12-24 19:53:33','2020-12-24 14:53:33'),
(6323,6271,'action created','2020-12-24 19:53:33','2020-12-24 14:53:33'),
(6324,6271,'action started via WP Cron','2020-12-24 19:54:55','2020-12-24 14:54:55'),
(6325,6271,'action complete via WP Cron','2020-12-24 19:54:55','2020-12-24 14:54:55'),
(6326,6272,'action created','2020-12-24 19:54:55','2020-12-24 14:54:55'),
(6327,6272,'action started via WP Cron','2020-12-24 19:55:35','2020-12-24 14:55:35'),
(6328,6272,'action complete via WP Cron','2020-12-24 19:55:35','2020-12-24 14:55:35'),
(6329,6273,'action created','2020-12-24 19:55:35','2020-12-24 14:55:35'),
(6330,6273,'action started via WP Cron','2020-12-24 19:56:44','2020-12-24 14:56:44'),
(6331,6273,'action complete via WP Cron','2020-12-24 19:56:44','2020-12-24 14:56:44'),
(6332,6274,'action created','2020-12-24 19:56:44','2020-12-24 14:56:44'),
(6333,6274,'action started via WP Cron','2020-12-24 19:58:26','2020-12-24 14:58:26'),
(6334,6274,'action complete via WP Cron','2020-12-24 19:58:26','2020-12-24 14:58:26'),
(6335,6275,'action created','2020-12-24 19:58:26','2020-12-24 14:58:26'),
(6336,6275,'action started via WP Cron','2020-12-24 19:59:27','2020-12-24 14:59:27'),
(6337,6275,'action complete via WP Cron','2020-12-24 19:59:27','2020-12-24 14:59:27'),
(6338,6276,'action created','2020-12-24 19:59:27','2020-12-24 14:59:27'),
(6339,6276,'action started via WP Cron','2020-12-24 20:00:17','2020-12-24 15:00:17'),
(6340,6276,'action complete via WP Cron','2020-12-24 20:00:17','2020-12-24 15:00:17'),
(6341,6277,'action created','2020-12-24 20:00:17','2020-12-24 15:00:17'),
(6342,6277,'action started via WP Cron','2020-12-24 20:03:22','2020-12-24 15:03:22'),
(6343,6277,'action complete via WP Cron','2020-12-24 20:03:22','2020-12-24 15:03:22'),
(6344,6278,'action created','2020-12-24 20:03:22','2020-12-24 15:03:22'),
(6345,6278,'action started via WP Cron','2020-12-24 20:04:30','2020-12-24 15:04:30'),
(6346,6278,'action complete via WP Cron','2020-12-24 20:04:30','2020-12-24 15:04:30'),
(6347,6279,'action created','2020-12-24 20:04:30','2020-12-24 15:04:30'),
(6348,6279,'action started via WP Cron','2020-12-24 20:05:39','2020-12-24 15:05:39'),
(6349,6279,'action complete via WP Cron','2020-12-24 20:05:39','2020-12-24 15:05:39'),
(6350,6280,'action created','2020-12-24 20:05:39','2020-12-24 15:05:39'),
(6351,6280,'action started via WP Cron','2020-12-24 20:06:19','2020-12-24 15:06:19'),
(6352,6280,'action complete via WP Cron','2020-12-24 20:06:19','2020-12-24 15:06:19'),
(6353,6281,'action created','2020-12-24 20:06:19','2020-12-24 15:06:19'),
(6354,6281,'action started via WP Cron','2020-12-24 20:08:29','2020-12-24 15:08:29'),
(6355,6281,'action complete via WP Cron','2020-12-24 20:08:29','2020-12-24 15:08:29'),
(6356,6282,'action created','2020-12-24 20:08:29','2020-12-24 15:08:29'),
(6357,6282,'action started via WP Cron','2020-12-24 20:09:55','2020-12-24 15:09:55'),
(6358,6282,'action complete via WP Cron','2020-12-24 20:09:55','2020-12-24 15:09:55'),
(6359,6283,'action created','2020-12-24 20:09:55','2020-12-24 15:09:55'),
(6360,6283,'action started via WP Cron','2020-12-24 20:10:53','2020-12-24 15:10:53'),
(6361,6283,'action complete via WP Cron','2020-12-24 20:10:53','2020-12-24 15:10:53'),
(6362,6284,'action created','2020-12-24 20:10:53','2020-12-24 15:10:53'),
(6363,6284,'action started via WP Cron','2020-12-24 20:11:13','2020-12-24 15:11:13'),
(6364,6284,'action complete via WP Cron','2020-12-24 20:11:13','2020-12-24 15:11:13'),
(6365,6285,'action created','2020-12-24 20:11:13','2020-12-24 15:11:13'),
(6366,6285,'action started via WP Cron','2020-12-24 20:12:26','2020-12-24 15:12:26'),
(6367,6285,'action complete via WP Cron','2020-12-24 20:12:26','2020-12-24 15:12:26'),
(6368,6286,'action created','2020-12-24 20:12:27','2020-12-24 15:12:27'),
(6369,6286,'action started via WP Cron','2020-12-24 20:14:23','2020-12-24 15:14:23'),
(6370,6286,'action complete via WP Cron','2020-12-24 20:14:23','2020-12-24 15:14:23'),
(6371,6287,'action created','2020-12-24 20:14:23','2020-12-24 15:14:23'),
(6372,6287,'action started via WP Cron','2020-12-24 20:16:52','2020-12-24 15:16:52'),
(6373,6287,'action complete via WP Cron','2020-12-24 20:16:52','2020-12-24 15:16:52'),
(6374,6288,'action created','2020-12-24 20:16:53','2020-12-24 15:16:53'),
(6375,6288,'action started via WP Cron','2020-12-24 20:17:37','2020-12-24 15:17:37'),
(6376,6288,'action complete via WP Cron','2020-12-24 20:17:37','2020-12-24 15:17:37'),
(6377,6289,'action created','2020-12-24 20:17:37','2020-12-24 15:17:37'),
(6378,6289,'action started via WP Cron','2020-12-24 20:18:19','2020-12-24 15:18:19'),
(6379,6289,'action complete via WP Cron','2020-12-24 20:18:19','2020-12-24 15:18:19'),
(6380,6290,'action created','2020-12-24 20:18:19','2020-12-24 15:18:19'),
(6381,6290,'action started via WP Cron','2020-12-24 20:20:08','2020-12-24 15:20:08'),
(6382,6290,'action complete via WP Cron','2020-12-24 20:20:08','2020-12-24 15:20:08'),
(6383,6291,'action created','2020-12-24 20:20:08','2020-12-24 15:20:08'),
(6384,6291,'action started via WP Cron','2020-12-24 20:21:37','2020-12-24 15:21:37'),
(6385,6291,'action complete via WP Cron','2020-12-24 20:21:37','2020-12-24 15:21:37'),
(6386,6292,'action created','2020-12-24 20:21:37','2020-12-24 15:21:37'),
(6387,6292,'action started via WP Cron','2020-12-24 20:22:17','2020-12-24 15:22:17'),
(6388,6292,'action complete via WP Cron','2020-12-24 20:22:17','2020-12-24 15:22:17'),
(6389,6293,'action created','2020-12-24 20:22:34','2020-12-24 15:22:34'),
(6390,6293,'action started via Async Request','2020-12-24 20:23:01','2020-12-24 15:23:01'),
(6391,6293,'action complete via Async Request','2020-12-24 20:23:01','2020-12-24 15:23:01'),
(6392,6294,'action created','2020-12-24 20:23:04','2020-12-24 15:23:04'),
(6393,6294,'action started via WP Cron','2020-12-24 20:23:15','2020-12-24 15:23:15'),
(6394,6294,'action complete via WP Cron','2020-12-24 20:23:15','2020-12-24 15:23:15'),
(6395,6295,'action created','2020-12-24 20:23:15','2020-12-24 15:23:15'),
(6396,6295,'action started via WP Cron','2020-12-24 20:24:27','2020-12-24 15:24:27'),
(6397,6295,'action complete via WP Cron','2020-12-24 20:24:27','2020-12-24 15:24:27'),
(6398,6296,'action created','2020-12-24 20:24:27','2020-12-24 15:24:27'),
(6399,6296,'action started via WP Cron','2020-12-24 20:25:22','2020-12-24 15:25:22'),
(6400,6296,'action complete via WP Cron','2020-12-24 20:25:22','2020-12-24 15:25:22'),
(6401,6297,'action created','2020-12-24 20:25:22','2020-12-24 15:25:22'),
(6402,6297,'action started via WP Cron','2020-12-24 20:26:35','2020-12-24 15:26:35'),
(6403,6297,'action complete via WP Cron','2020-12-24 20:26:35','2020-12-24 15:26:35'),
(6404,6298,'action created','2020-12-24 20:26:35','2020-12-24 15:26:35'),
(6405,6298,'action started via WP Cron','2020-12-24 20:27:12','2020-12-24 15:27:12'),
(6406,6298,'action complete via WP Cron','2020-12-24 20:27:12','2020-12-24 15:27:12'),
(6407,6299,'action created','2020-12-24 20:27:12','2020-12-24 15:27:12'),
(6408,6299,'action started via WP Cron','2020-12-24 20:28:12','2020-12-24 15:28:12'),
(6409,6299,'action complete via WP Cron','2020-12-24 20:28:12','2020-12-24 15:28:12'),
(6410,6300,'action created','2020-12-24 20:28:12','2020-12-24 15:28:12'),
(6411,6300,'action started via WP Cron','2020-12-24 20:29:11','2020-12-24 15:29:11'),
(6412,6300,'action complete via WP Cron','2020-12-24 20:29:11','2020-12-24 15:29:11'),
(6413,6301,'action created','2020-12-24 20:29:12','2020-12-24 15:29:12'),
(6414,6301,'action started via WP Cron','2020-12-24 20:30:11','2020-12-24 15:30:11'),
(6415,6301,'action complete via WP Cron','2020-12-24 20:30:11','2020-12-24 15:30:11'),
(6416,6302,'action created','2020-12-24 20:30:12','2020-12-24 15:30:12'),
(6417,6302,'action started via WP Cron','2020-12-24 20:31:11','2020-12-24 15:31:11'),
(6418,6302,'action complete via WP Cron','2020-12-24 20:31:11','2020-12-24 15:31:11'),
(6419,6303,'action created','2020-12-24 20:31:11','2020-12-24 15:31:11'),
(6420,6303,'action started via WP Cron','2020-12-24 20:32:15','2020-12-24 15:32:15'),
(6421,6303,'action complete via WP Cron','2020-12-24 20:32:15','2020-12-24 15:32:15'),
(6422,6304,'action created','2020-12-24 20:32:15','2020-12-24 15:32:15'),
(6423,6304,'action started via WP Cron','2020-12-24 20:33:11','2020-12-24 15:33:11'),
(6424,6304,'action complete via WP Cron','2020-12-24 20:33:11','2020-12-24 15:33:11'),
(6425,6305,'action created','2020-12-24 20:33:11','2020-12-24 15:33:11'),
(6426,6305,'action started via WP Cron','2020-12-24 20:34:21','2020-12-24 15:34:21'),
(6427,6305,'action complete via WP Cron','2020-12-24 20:34:21','2020-12-24 15:34:21'),
(6428,6306,'action created','2020-12-24 20:34:22','2020-12-24 15:34:22'),
(6429,6306,'action started via WP Cron','2020-12-24 20:35:16','2020-12-24 15:35:16'),
(6430,6306,'action complete via WP Cron','2020-12-24 20:35:16','2020-12-24 15:35:16'),
(6431,6307,'action created','2020-12-24 20:35:16','2020-12-24 15:35:16'),
(6432,6307,'action started via WP Cron','2020-12-24 20:36:15','2020-12-24 15:36:15'),
(6433,6307,'action complete via WP Cron','2020-12-24 20:36:15','2020-12-24 15:36:15'),
(6434,6308,'action created','2020-12-24 20:36:15','2020-12-24 15:36:15'),
(6435,6308,'action started via WP Cron','2020-12-24 20:37:15','2020-12-24 15:37:15'),
(6436,6308,'action complete via WP Cron','2020-12-24 20:37:15','2020-12-24 15:37:15'),
(6437,6309,'action created','2020-12-24 20:37:15','2020-12-24 15:37:15'),
(6438,6309,'action started via WP Cron','2020-12-24 20:39:03','2020-12-24 15:39:03'),
(6439,6309,'action complete via WP Cron','2020-12-24 20:39:03','2020-12-24 15:39:03'),
(6440,6310,'action created','2020-12-24 20:39:03','2020-12-24 15:39:03'),
(6441,6310,'action started via WP Cron','2020-12-24 20:39:13','2020-12-24 15:39:13'),
(6442,6310,'action complete via WP Cron','2020-12-24 20:39:13','2020-12-24 15:39:13'),
(6443,6311,'action created','2020-12-24 20:39:13','2020-12-24 15:39:13'),
(6444,6311,'action started via WP Cron','2020-12-24 20:40:12','2020-12-24 15:40:12'),
(6445,6311,'action complete via WP Cron','2020-12-24 20:40:12','2020-12-24 15:40:12'),
(6446,6312,'action created','2020-12-24 20:40:12','2020-12-24 15:40:12'),
(6447,6312,'action started via WP Cron','2020-12-24 20:41:13','2020-12-24 15:41:13'),
(6448,6312,'action complete via WP Cron','2020-12-24 20:41:13','2020-12-24 15:41:13'),
(6449,6313,'action created','2020-12-24 20:41:13','2020-12-24 15:41:13'),
(6450,6313,'action started via WP Cron','2020-12-24 20:42:16','2020-12-24 15:42:16'),
(6451,6313,'action complete via WP Cron','2020-12-24 20:42:16','2020-12-24 15:42:16'),
(6452,6314,'action created','2020-12-24 20:42:16','2020-12-24 15:42:16'),
(6453,6314,'action started via WP Cron','2020-12-24 20:43:15','2020-12-24 15:43:15'),
(6454,6314,'action complete via WP Cron','2020-12-24 20:43:16','2020-12-24 15:43:16'),
(6455,6315,'action created','2020-12-24 20:43:16','2020-12-24 15:43:16'),
(6456,6315,'action started via WP Cron','2020-12-24 20:44:16','2020-12-24 15:44:16'),
(6457,6315,'action complete via WP Cron','2020-12-24 20:44:16','2020-12-24 15:44:16'),
(6458,6316,'action created','2020-12-24 20:44:16','2020-12-24 15:44:16'),
(6459,6316,'action started via WP Cron','2020-12-24 20:45:33','2020-12-24 15:45:33'),
(6460,6316,'action complete via WP Cron','2020-12-24 20:45:33','2020-12-24 15:45:33'),
(6461,6317,'action created','2020-12-24 20:45:33','2020-12-24 15:45:33'),
(6462,6317,'action started via WP Cron','2020-12-24 20:46:23','2020-12-24 15:46:23'),
(6463,6317,'action complete via WP Cron','2020-12-24 20:46:23','2020-12-24 15:46:23'),
(6464,6318,'action created','2020-12-24 20:46:23','2020-12-24 15:46:23'),
(6465,6318,'action started via WP Cron','2020-12-24 20:47:13','2020-12-24 15:47:13'),
(6466,6318,'action complete via WP Cron','2020-12-24 20:47:13','2020-12-24 15:47:13'),
(6467,6319,'action created','2020-12-24 20:47:13','2020-12-24 15:47:13'),
(6468,6319,'action started via WP Cron','2020-12-24 20:48:25','2020-12-24 15:48:25'),
(6469,6319,'action complete via WP Cron','2020-12-24 20:48:25','2020-12-24 15:48:25'),
(6470,6320,'action created','2020-12-24 20:48:25','2020-12-24 15:48:25'),
(6471,6320,'action started via WP Cron','2020-12-24 20:49:13','2020-12-24 15:49:13'),
(6472,6320,'action complete via WP Cron','2020-12-24 20:49:13','2020-12-24 15:49:13'),
(6473,6321,'action created','2020-12-24 20:49:13','2020-12-24 15:49:13'),
(6474,6321,'action started via WP Cron','2020-12-24 20:50:11','2020-12-24 15:50:11'),
(6475,6321,'action complete via WP Cron','2020-12-24 20:50:11','2020-12-24 15:50:11'),
(6476,6322,'action created','2020-12-24 20:50:11','2020-12-24 15:50:11'),
(6477,6322,'action started via WP Cron','2020-12-24 20:52:30','2020-12-24 15:52:30'),
(6478,6322,'action complete via WP Cron','2020-12-24 20:52:30','2020-12-24 15:52:30'),
(6479,6323,'action created','2020-12-24 20:52:30','2020-12-24 15:52:30'),
(6480,6323,'action started via WP Cron','2020-12-24 20:53:11','2020-12-24 15:53:11'),
(6481,6323,'action complete via WP Cron','2020-12-24 20:53:11','2020-12-24 15:53:11'),
(6482,6324,'action created','2020-12-24 20:53:11','2020-12-24 15:53:11'),
(6483,6324,'action started via WP Cron','2020-12-24 20:54:12','2020-12-24 15:54:12'),
(6484,6324,'action complete via WP Cron','2020-12-24 20:54:12','2020-12-24 15:54:12'),
(6485,6325,'action created','2020-12-24 20:54:12','2020-12-24 15:54:12'),
(6486,6325,'action started via WP Cron','2020-12-24 20:55:15','2020-12-24 15:55:15'),
(6487,6325,'action complete via WP Cron','2020-12-24 20:55:15','2020-12-24 15:55:15'),
(6488,6326,'action created','2020-12-24 20:55:16','2020-12-24 15:55:16'),
(6489,6326,'action started via WP Cron','2020-12-24 20:56:28','2020-12-24 15:56:28'),
(6490,6326,'action complete via WP Cron','2020-12-24 20:56:28','2020-12-24 15:56:28'),
(6491,6327,'action created','2020-12-24 20:56:28','2020-12-24 15:56:28'),
(6492,6327,'action started via WP Cron','2020-12-24 20:57:15','2020-12-24 15:57:15'),
(6493,6327,'action complete via WP Cron','2020-12-24 20:57:15','2020-12-24 15:57:15'),
(6494,6328,'action created','2020-12-24 20:57:15','2020-12-24 15:57:15'),
(6495,6328,'action started via WP Cron','2020-12-24 20:58:18','2020-12-24 15:58:18'),
(6496,6328,'action complete via WP Cron','2020-12-24 20:58:18','2020-12-24 15:58:18'),
(6497,6329,'action created','2020-12-24 20:58:18','2020-12-24 15:58:18'),
(6498,6329,'action started via WP Cron','2020-12-24 20:59:15','2020-12-24 15:59:15'),
(6499,6329,'action complete via WP Cron','2020-12-24 20:59:15','2020-12-24 15:59:15'),
(6500,6330,'action created','2020-12-24 20:59:15','2020-12-24 15:59:15'),
(6501,6330,'action started via WP Cron','2020-12-24 21:00:16','2020-12-24 16:00:16'),
(6502,6330,'action complete via WP Cron','2020-12-24 21:00:16','2020-12-24 16:00:16'),
(6503,6331,'action created','2020-12-24 21:00:16','2020-12-24 16:00:16'),
(6504,6331,'action started via WP Cron','2020-12-24 21:03:11','2020-12-24 16:03:11'),
(6505,6331,'action complete via WP Cron','2020-12-24 21:03:11','2020-12-24 16:03:11'),
(6506,6332,'action created','2020-12-24 21:03:11','2020-12-24 16:03:11'),
(6507,6332,'action started via WP Cron','2020-12-24 21:12:02','2020-12-24 16:12:02'),
(6508,6332,'action complete via WP Cron','2020-12-24 21:12:02','2020-12-24 16:12:02'),
(6509,6333,'action created','2020-12-24 21:12:02','2020-12-24 16:12:02'),
(6510,6333,'action started via WP Cron','2020-12-24 21:15:16','2020-12-24 16:15:16'),
(6511,6333,'action complete via WP Cron','2020-12-24 21:15:16','2020-12-24 16:15:16'),
(6512,6334,'action created','2020-12-24 21:15:16','2020-12-24 16:15:16'),
(6513,6334,'action started via WP Cron','2020-12-24 21:16:21','2020-12-24 16:16:21'),
(6514,6334,'action complete via WP Cron','2020-12-24 21:16:21','2020-12-24 16:16:21'),
(6515,6335,'action created','2020-12-24 21:16:21','2020-12-24 16:16:21'),
(6516,6335,'action started via WP Cron','2020-12-24 21:18:07','2020-12-24 16:18:07'),
(6517,6335,'action complete via WP Cron','2020-12-24 21:18:07','2020-12-24 16:18:07'),
(6518,6336,'action created','2020-12-24 21:18:07','2020-12-24 16:18:07'),
(6519,6336,'action started via WP Cron','2020-12-24 21:19:12','2020-12-24 16:19:12'),
(6520,6336,'action complete via WP Cron','2020-12-24 21:19:12','2020-12-24 16:19:12'),
(6521,6337,'action created','2020-12-24 21:19:12','2020-12-24 16:19:12'),
(6522,6337,'action started via WP Cron','2020-12-24 21:21:29','2020-12-24 16:21:29'),
(6523,6337,'action complete via WP Cron','2020-12-24 21:21:29','2020-12-24 16:21:29'),
(6524,6338,'action created','2020-12-24 21:21:29','2020-12-24 16:21:29'),
(6525,6338,'action started via WP Cron','2020-12-24 21:22:50','2020-12-24 16:22:50'),
(6526,6338,'action complete via WP Cron','2020-12-24 21:22:50','2020-12-24 16:22:50'),
(6527,6339,'action created','2020-12-24 21:22:50','2020-12-24 16:22:50'),
(6528,6339,'action started via WP Cron','2020-12-24 21:24:04','2020-12-24 16:24:04'),
(6529,6339,'action complete via WP Cron','2020-12-24 21:24:04','2020-12-24 16:24:04'),
(6530,6340,'action created','2020-12-24 21:24:04','2020-12-24 16:24:04'),
(6531,6340,'action started via WP Cron','2020-12-24 21:26:42','2020-12-24 16:26:42'),
(6532,6340,'action complete via WP Cron','2020-12-24 21:26:42','2020-12-24 16:26:42'),
(6533,6341,'action created','2020-12-24 21:26:43','2020-12-24 16:26:43'),
(6534,6341,'action started via WP Cron','2020-12-24 21:27:49','2020-12-24 16:27:49'),
(6535,6341,'action complete via WP Cron','2020-12-24 21:27:49','2020-12-24 16:27:49'),
(6536,6342,'action created','2020-12-24 21:27:49','2020-12-24 16:27:49'),
(6537,6342,'action started via WP Cron','2020-12-24 21:28:19','2020-12-24 16:28:19'),
(6538,6342,'action complete via WP Cron','2020-12-24 21:28:19','2020-12-24 16:28:19'),
(6539,6343,'action created','2020-12-24 21:28:20','2020-12-24 16:28:20'),
(6540,6343,'action started via WP Cron','2020-12-24 21:29:54','2020-12-24 16:29:54'),
(6541,6343,'action complete via WP Cron','2020-12-24 21:29:54','2020-12-24 16:29:54'),
(6542,6344,'action created','2020-12-24 21:29:54','2020-12-24 16:29:54'),
(6543,6344,'action started via WP Cron','2020-12-24 21:30:29','2020-12-24 16:30:29'),
(6544,6344,'action complete via WP Cron','2020-12-24 21:30:29','2020-12-24 16:30:29'),
(6545,6345,'action created','2020-12-24 21:30:29','2020-12-24 16:30:29'),
(6546,6345,'action started via WP Cron','2020-12-24 21:33:11','2020-12-24 16:33:11'),
(6547,6345,'action complete via WP Cron','2020-12-24 21:33:11','2020-12-24 16:33:11'),
(6548,6346,'action created','2020-12-24 21:33:11','2020-12-24 16:33:11'),
(6549,6346,'action started via WP Cron','2020-12-24 21:36:51','2020-12-24 16:36:51'),
(6550,6346,'action complete via WP Cron','2020-12-24 21:36:51','2020-12-24 16:36:51'),
(6551,6347,'action created','2020-12-24 21:36:51','2020-12-24 16:36:51'),
(6552,6347,'action started via WP Cron','2020-12-24 21:40:10','2020-12-24 16:40:10'),
(6553,6347,'action complete via WP Cron','2020-12-24 21:40:10','2020-12-24 16:40:10'),
(6554,6348,'action created','2020-12-24 21:40:10','2020-12-24 16:40:10'),
(6555,6348,'action started via WP Cron','2020-12-24 21:44:19','2020-12-24 16:44:19'),
(6556,6348,'action complete via WP Cron','2020-12-24 21:44:19','2020-12-24 16:44:19'),
(6557,6349,'action created','2020-12-24 21:44:19','2020-12-24 16:44:19'),
(6558,6349,'action started via WP Cron','2020-12-24 21:48:21','2020-12-24 16:48:21'),
(6559,6349,'action complete via WP Cron','2020-12-24 21:48:21','2020-12-24 16:48:21'),
(6560,6350,'action created','2020-12-24 21:48:21','2020-12-24 16:48:21'),
(6561,6350,'action started via WP Cron','2020-12-24 21:50:36','2020-12-24 16:50:36'),
(6562,6350,'action complete via WP Cron','2020-12-24 21:50:36','2020-12-24 16:50:36'),
(6563,6351,'action created','2020-12-24 21:50:36','2020-12-24 16:50:36'),
(6564,6351,'action started via WP Cron','2020-12-24 21:51:57','2020-12-24 16:51:57'),
(6565,6351,'action complete via WP Cron','2020-12-24 21:51:57','2020-12-24 16:51:57'),
(6566,6352,'action created','2020-12-24 21:51:57','2020-12-24 16:51:57'),
(6567,6352,'action started via WP Cron','2020-12-24 21:52:32','2020-12-24 16:52:32'),
(6568,6352,'action complete via WP Cron','2020-12-24 21:52:32','2020-12-24 16:52:32'),
(6569,6353,'action created','2020-12-24 21:52:32','2020-12-24 16:52:32'),
(6570,6353,'action started via WP Cron','2020-12-24 21:53:17','2020-12-24 16:53:17'),
(6571,6353,'action complete via WP Cron','2020-12-24 21:53:17','2020-12-24 16:53:17'),
(6572,6354,'action created','2020-12-24 21:53:17','2020-12-24 16:53:17'),
(6573,6354,'action started via WP Cron','2020-12-24 21:56:15','2020-12-24 16:56:15'),
(6574,6354,'action complete via WP Cron','2020-12-24 21:56:15','2020-12-24 16:56:15'),
(6575,6355,'action created','2020-12-24 21:56:15','2020-12-24 16:56:15'),
(6576,6355,'action started via WP Cron','2020-12-24 21:59:40','2020-12-24 16:59:40'),
(6577,6355,'action complete via WP Cron','2020-12-24 21:59:40','2020-12-24 16:59:40'),
(6578,6356,'action created','2020-12-24 21:59:40','2020-12-24 16:59:40'),
(6579,6356,'action started via WP Cron','2020-12-24 22:01:02','2020-12-24 17:01:02'),
(6580,6356,'action complete via WP Cron','2020-12-24 22:01:03','2020-12-24 17:01:03'),
(6581,6357,'action created','2020-12-24 22:01:03','2020-12-24 17:01:03'),
(6582,6357,'action started via WP Cron','2020-12-24 22:01:14','2020-12-24 17:01:14'),
(6583,6357,'action complete via WP Cron','2020-12-24 22:01:14','2020-12-24 17:01:14'),
(6584,6358,'action created','2020-12-24 22:01:14','2020-12-24 17:01:14'),
(6585,6358,'action started via WP Cron','2020-12-24 22:03:07','2020-12-24 17:03:07'),
(6586,6358,'action complete via WP Cron','2020-12-24 22:03:07','2020-12-24 17:03:07'),
(6587,6359,'action created','2020-12-24 22:03:07','2020-12-24 17:03:07'),
(6588,6359,'action started via WP Cron','2020-12-24 22:03:27','2020-12-24 17:03:27'),
(6589,6359,'action complete via WP Cron','2020-12-24 22:03:27','2020-12-24 17:03:27'),
(6590,6360,'action created','2020-12-24 22:03:27','2020-12-24 17:03:27'),
(6591,6360,'action started via WP Cron','2020-12-24 22:06:12','2020-12-24 17:06:12'),
(6592,6360,'action complete via WP Cron','2020-12-24 22:06:12','2020-12-24 17:06:12'),
(6593,6361,'action created','2020-12-24 22:06:12','2020-12-24 17:06:12'),
(6594,6361,'action started via WP Cron','2020-12-24 22:07:46','2020-12-24 17:07:46'),
(6595,6361,'action complete via WP Cron','2020-12-24 22:07:46','2020-12-24 17:07:46'),
(6596,6362,'action created','2020-12-24 22:07:46','2020-12-24 17:07:46'),
(6597,6362,'action started via WP Cron','2020-12-24 22:10:47','2020-12-24 17:10:47'),
(6598,6362,'action complete via WP Cron','2020-12-24 22:10:47','2020-12-24 17:10:47'),
(6599,6363,'action created','2020-12-24 22:10:47','2020-12-24 17:10:47'),
(6600,6363,'action started via WP Cron','2020-12-24 22:13:34','2020-12-24 17:13:34'),
(6601,6363,'action complete via WP Cron','2020-12-24 22:13:34','2020-12-24 17:13:34'),
(6602,6364,'action created','2020-12-24 22:13:34','2020-12-24 17:13:34'),
(6603,6364,'action started via WP Cron','2020-12-24 22:14:28','2020-12-24 17:14:28'),
(6604,6364,'action complete via WP Cron','2020-12-24 22:14:28','2020-12-24 17:14:28'),
(6605,6365,'action created','2020-12-24 22:14:28','2020-12-24 17:14:28'),
(6606,6365,'action started via WP Cron','2020-12-24 22:15:37','2020-12-24 17:15:37'),
(6607,6365,'action complete via WP Cron','2020-12-24 22:15:37','2020-12-24 17:15:37'),
(6608,6366,'action created','2020-12-24 22:15:37','2020-12-24 17:15:37'),
(6609,6366,'action started via WP Cron','2020-12-24 22:18:03','2020-12-24 17:18:03'),
(6610,6366,'action complete via WP Cron','2020-12-24 22:18:03','2020-12-24 17:18:03'),
(6611,6367,'action created','2020-12-24 22:18:03','2020-12-24 17:18:03'),
(6612,6367,'action started via WP Cron','2020-12-24 22:18:48','2020-12-24 17:18:48'),
(6613,6367,'action complete via WP Cron','2020-12-24 22:18:48','2020-12-24 17:18:48'),
(6614,6368,'action created','2020-12-24 22:18:48','2020-12-24 17:18:48'),
(6615,6368,'action started via WP Cron','2020-12-24 22:21:24','2020-12-24 17:21:24'),
(6616,6368,'action complete via WP Cron','2020-12-24 22:21:24','2020-12-24 17:21:24'),
(6617,6369,'action created','2020-12-24 22:21:26','2020-12-24 17:21:26'),
(6618,6369,'action started via WP Cron','2020-12-24 22:25:54','2020-12-24 17:25:54'),
(6619,6369,'action complete via WP Cron','2020-12-24 22:25:54','2020-12-24 17:25:54'),
(6620,6370,'action created','2020-12-24 22:25:54','2020-12-24 17:25:54'),
(6621,6370,'action started via WP Cron','2020-12-24 22:26:14','2020-12-24 17:26:14'),
(6622,6370,'action complete via WP Cron','2020-12-24 22:26:14','2020-12-24 17:26:14'),
(6623,6371,'action created','2020-12-24 22:26:14','2020-12-24 17:26:14'),
(6624,6371,'action started via WP Cron','2020-12-24 22:28:25','2020-12-24 17:28:25'),
(6625,6371,'action complete via WP Cron','2020-12-24 22:28:25','2020-12-24 17:28:25'),
(6626,6372,'action created','2020-12-24 22:28:25','2020-12-24 17:28:25'),
(6627,6372,'action started via WP Cron','2020-12-24 22:29:23','2020-12-24 17:29:23'),
(6628,6372,'action complete via WP Cron','2020-12-24 22:29:23','2020-12-24 17:29:23'),
(6629,6373,'action created','2020-12-24 22:29:23','2020-12-24 17:29:23'),
(6630,6373,'action started via WP Cron','2020-12-24 22:30:17','2020-12-24 17:30:17'),
(6631,6373,'action complete via WP Cron','2020-12-24 22:30:17','2020-12-24 17:30:17'),
(6632,6374,'action created','2020-12-24 22:30:17','2020-12-24 17:30:17'),
(6633,6374,'action started via WP Cron','2020-12-24 22:31:28','2020-12-24 17:31:28'),
(6634,6374,'action complete via WP Cron','2020-12-24 22:31:28','2020-12-24 17:31:28'),
(6635,6375,'action created','2020-12-24 22:31:28','2020-12-24 17:31:28'),
(6636,6375,'action started via WP Cron','2020-12-24 22:32:44','2020-12-24 17:32:44'),
(6637,6375,'action complete via WP Cron','2020-12-24 22:32:44','2020-12-24 17:32:44'),
(6638,6376,'action created','2020-12-24 22:32:44','2020-12-24 17:32:44'),
(6639,6376,'action started via WP Cron','2020-12-24 22:33:15','2020-12-24 17:33:15'),
(6640,6376,'action complete via WP Cron','2020-12-24 22:33:16','2020-12-24 17:33:16'),
(6641,6377,'action created','2020-12-24 22:33:16','2020-12-24 17:33:16'),
(6642,6377,'action started via WP Cron','2020-12-24 22:34:11','2020-12-24 17:34:11'),
(6643,6377,'action complete via WP Cron','2020-12-24 22:34:11','2020-12-24 17:34:11'),
(6644,6378,'action created','2020-12-24 22:34:11','2020-12-24 17:34:11'),
(6645,6378,'action started via WP Cron','2020-12-24 22:35:35','2020-12-24 17:35:35'),
(6646,6378,'action complete via WP Cron','2020-12-24 22:35:35','2020-12-24 17:35:35'),
(6647,6379,'action created','2020-12-24 22:35:35','2020-12-24 17:35:35'),
(6648,6379,'action started via WP Cron','2020-12-24 22:36:33','2020-12-24 17:36:33'),
(6649,6379,'action complete via WP Cron','2020-12-24 22:36:33','2020-12-24 17:36:33'),
(6650,6380,'action created','2020-12-24 22:36:33','2020-12-24 17:36:33'),
(6651,6380,'action started via WP Cron','2020-12-24 22:37:36','2020-12-24 17:37:36'),
(6652,6380,'action complete via WP Cron','2020-12-24 22:37:36','2020-12-24 17:37:36'),
(6653,6381,'action created','2020-12-24 22:37:36','2020-12-24 17:37:36'),
(6654,6381,'action started via WP Cron','2020-12-24 22:44:06','2020-12-24 17:44:06'),
(6655,6381,'action complete via WP Cron','2020-12-24 22:44:06','2020-12-24 17:44:06'),
(6656,6382,'action created','2020-12-24 22:44:06','2020-12-24 17:44:06'),
(6657,6382,'action started via WP Cron','2020-12-24 22:45:00','2020-12-24 17:45:00'),
(6658,6382,'action complete via WP Cron','2020-12-24 22:45:00','2020-12-24 17:45:00'),
(6659,6383,'action created','2020-12-24 22:45:00','2020-12-24 17:45:00'),
(6660,6383,'action started via WP Cron','2020-12-24 22:46:57','2020-12-24 17:46:57'),
(6661,6383,'action complete via WP Cron','2020-12-24 22:46:57','2020-12-24 17:46:57'),
(6662,6384,'action created','2020-12-24 22:46:57','2020-12-24 17:46:57'),
(6663,6384,'action started via WP Cron','2020-12-24 22:47:51','2020-12-24 17:47:51'),
(6664,6384,'action complete via WP Cron','2020-12-24 22:47:51','2020-12-24 17:47:51'),
(6665,6385,'action created','2020-12-24 22:47:51','2020-12-24 17:47:51'),
(6666,6385,'action started via WP Cron','2020-12-24 22:48:26','2020-12-24 17:48:26'),
(6667,6385,'action complete via WP Cron','2020-12-24 22:48:26','2020-12-24 17:48:26'),
(6668,6386,'action created','2020-12-24 22:48:26','2020-12-24 17:48:26'),
(6669,6386,'action started via WP Cron','2020-12-24 22:51:25','2020-12-24 17:51:25'),
(6670,6386,'action complete via WP Cron','2020-12-24 22:51:25','2020-12-24 17:51:25'),
(6671,6387,'action created','2020-12-24 22:51:25','2020-12-24 17:51:25'),
(6672,6387,'action started via WP Cron','2020-12-24 22:55:03','2020-12-24 17:55:03'),
(6673,6387,'action complete via WP Cron','2020-12-24 22:55:03','2020-12-24 17:55:03'),
(6674,6388,'action created','2020-12-24 22:55:03','2020-12-24 17:55:03'),
(6675,6388,'action started via WP Cron','2020-12-24 22:55:57','2020-12-24 17:55:57'),
(6676,6388,'action complete via WP Cron','2020-12-24 22:55:57','2020-12-24 17:55:57'),
(6677,6389,'action created','2020-12-24 22:55:57','2020-12-24 17:55:57'),
(6678,6389,'action started via WP Cron','2020-12-24 22:58:17','2020-12-24 17:58:17'),
(6679,6389,'action complete via WP Cron','2020-12-24 22:58:17','2020-12-24 17:58:17'),
(6680,6390,'action created','2020-12-24 22:58:17','2020-12-24 17:58:17'),
(6681,6390,'action started via WP Cron','2020-12-24 23:01:17','2020-12-24 18:01:17'),
(6682,6390,'action complete via WP Cron','2020-12-24 23:01:17','2020-12-24 18:01:17'),
(6683,6391,'action created','2020-12-24 23:01:17','2020-12-24 18:01:17'),
(6684,6391,'action started via WP Cron','2020-12-24 23:04:18','2020-12-24 18:04:18'),
(6685,6391,'action complete via WP Cron','2020-12-24 23:04:18','2020-12-24 18:04:18'),
(6686,6392,'action created','2020-12-24 23:04:18','2020-12-24 18:04:18'),
(6687,6392,'action started via WP Cron','2020-12-24 23:06:24','2020-12-24 18:06:24'),
(6688,6392,'action complete via WP Cron','2020-12-24 23:06:24','2020-12-24 18:06:24'),
(6689,6393,'action created','2020-12-24 23:06:24','2020-12-24 18:06:24'),
(6690,6393,'action started via WP Cron','2020-12-24 23:09:09','2020-12-24 18:09:09'),
(6691,6393,'action complete via WP Cron','2020-12-24 23:09:09','2020-12-24 18:09:09'),
(6692,6394,'action created','2020-12-24 23:09:09','2020-12-24 18:09:09'),
(6693,6394,'action started via WP Cron','2020-12-24 23:11:12','2020-12-24 18:11:12'),
(6694,6394,'action complete via WP Cron','2020-12-24 23:11:12','2020-12-24 18:11:12'),
(6695,6395,'action created','2020-12-24 23:11:12','2020-12-24 18:11:12'),
(6696,6395,'action started via WP Cron','2020-12-24 23:13:28','2020-12-24 18:13:28'),
(6697,6395,'action complete via WP Cron','2020-12-24 23:13:28','2020-12-24 18:13:28'),
(6698,6396,'action created','2020-12-24 23:13:28','2020-12-24 18:13:28'),
(6699,6396,'action started via WP Cron','2020-12-24 23:14:13','2020-12-24 18:14:13'),
(6700,6396,'action complete via WP Cron','2020-12-24 23:14:13','2020-12-24 18:14:13'),
(6701,6397,'action created','2020-12-24 23:14:13','2020-12-24 18:14:13'),
(6702,6397,'action started via WP Cron','2020-12-24 23:15:42','2020-12-24 18:15:42'),
(6703,6397,'action complete via WP Cron','2020-12-24 23:15:42','2020-12-24 18:15:42'),
(6704,6398,'action created','2020-12-24 23:15:42','2020-12-24 18:15:42'),
(6705,6398,'action started via WP Cron','2020-12-24 23:19:16','2020-12-24 18:19:16'),
(6706,6398,'action complete via WP Cron','2020-12-24 23:19:16','2020-12-24 18:19:16'),
(6707,6399,'action created','2020-12-24 23:19:16','2020-12-24 18:19:16'),
(6708,6399,'action started via WP Cron','2020-12-24 23:22:14','2020-12-24 18:22:14'),
(6709,6399,'action complete via WP Cron','2020-12-24 23:22:14','2020-12-24 18:22:14'),
(6710,6400,'action created','2020-12-24 23:22:14','2020-12-24 18:22:14'),
(6711,6400,'action started via WP Cron','2020-12-24 23:24:09','2020-12-24 18:24:09'),
(6712,6400,'action complete via WP Cron','2020-12-24 23:24:09','2020-12-24 18:24:09'),
(6713,6401,'action created','2020-12-24 23:24:09','2020-12-24 18:24:09'),
(6714,6401,'action started via WP Cron','2020-12-24 23:25:23','2020-12-24 18:25:23'),
(6715,6401,'action complete via WP Cron','2020-12-24 23:25:23','2020-12-24 18:25:23'),
(6716,6402,'action created','2020-12-24 23:25:24','2020-12-24 18:25:24'),
(6717,6402,'action started via WP Cron','2020-12-24 23:26:25','2020-12-24 18:26:25'),
(6718,6402,'action complete via WP Cron','2020-12-24 23:26:25','2020-12-24 18:26:25'),
(6719,6403,'action created','2020-12-24 23:26:25','2020-12-24 18:26:25'),
(6720,6403,'action started via WP Cron','2020-12-24 23:30:58','2020-12-24 18:30:58'),
(6721,6403,'action complete via WP Cron','2020-12-24 23:30:58','2020-12-24 18:30:58'),
(6722,6404,'action created','2020-12-24 23:30:58','2020-12-24 18:30:58'),
(6723,6404,'action started via WP Cron','2020-12-24 23:32:57','2020-12-24 18:32:57'),
(6724,6404,'action complete via WP Cron','2020-12-24 23:32:57','2020-12-24 18:32:57'),
(6725,6405,'action created','2020-12-24 23:32:57','2020-12-24 18:32:57'),
(6726,6405,'action started via WP Cron','2020-12-24 23:33:13','2020-12-24 18:33:13'),
(6727,6405,'action complete via WP Cron','2020-12-24 23:33:13','2020-12-24 18:33:13'),
(6728,6406,'action created','2020-12-24 23:33:13','2020-12-24 18:33:13'),
(6729,6406,'action started via WP Cron','2020-12-24 23:34:14','2020-12-24 18:34:14'),
(6730,6406,'action complete via WP Cron','2020-12-24 23:34:14','2020-12-24 18:34:14'),
(6731,6407,'action created','2020-12-24 23:34:14','2020-12-24 18:34:14'),
(6732,6407,'action started via WP Cron','2020-12-24 23:37:05','2020-12-24 18:37:05'),
(6733,6407,'action complete via WP Cron','2020-12-24 23:37:05','2020-12-24 18:37:05'),
(6734,6408,'action created','2020-12-24 23:37:05','2020-12-24 18:37:05'),
(6735,6408,'action started via WP Cron','2020-12-24 23:38:19','2020-12-24 18:38:19'),
(6736,6408,'action complete via WP Cron','2020-12-24 23:38:19','2020-12-24 18:38:19'),
(6737,6409,'action created','2020-12-24 23:38:19','2020-12-24 18:38:19'),
(6738,6409,'action started via WP Cron','2020-12-24 23:39:42','2020-12-24 18:39:42'),
(6739,6409,'action complete via WP Cron','2020-12-24 23:39:42','2020-12-24 18:39:42'),
(6740,6410,'action created','2020-12-24 23:39:42','2020-12-24 18:39:42'),
(6741,6410,'action started via WP Cron','2020-12-24 23:41:50','2020-12-24 18:41:50'),
(6742,6410,'action complete via WP Cron','2020-12-24 23:41:50','2020-12-24 18:41:50'),
(6743,6411,'action created','2020-12-24 23:41:50','2020-12-24 18:41:50'),
(6744,6411,'action started via WP Cron','2020-12-24 23:44:58','2020-12-24 18:44:58'),
(6745,6411,'action complete via WP Cron','2020-12-24 23:44:58','2020-12-24 18:44:58'),
(6746,6412,'action created','2020-12-24 23:44:58','2020-12-24 18:44:58'),
(6747,6412,'action started via WP Cron','2020-12-24 23:45:14','2020-12-24 18:45:14'),
(6748,6412,'action complete via WP Cron','2020-12-24 23:45:14','2020-12-24 18:45:14'),
(6749,6413,'action created','2020-12-24 23:45:14','2020-12-24 18:45:14'),
(6750,6413,'action started via WP Cron','2020-12-24 23:46:20','2020-12-24 18:46:20'),
(6751,6413,'action complete via WP Cron','2020-12-24 23:46:20','2020-12-24 18:46:20'),
(6752,6414,'action created','2020-12-24 23:46:20','2020-12-24 18:46:20'),
(6753,6414,'action started via WP Cron','2020-12-24 23:47:15','2020-12-24 18:47:15'),
(6754,6414,'action complete via WP Cron','2020-12-24 23:47:15','2020-12-24 18:47:15'),
(6755,6415,'action created','2020-12-24 23:47:15','2020-12-24 18:47:15'),
(6756,6415,'action started via WP Cron','2020-12-24 23:48:25','2020-12-24 18:48:25'),
(6757,6415,'action complete via WP Cron','2020-12-24 23:48:25','2020-12-24 18:48:25'),
(6758,6416,'action created','2020-12-24 23:48:25','2020-12-24 18:48:25'),
(6759,6416,'action started via WP Cron','2020-12-24 23:49:11','2020-12-24 18:49:11'),
(6760,6416,'action complete via WP Cron','2020-12-24 23:49:11','2020-12-24 18:49:11'),
(6761,6417,'action created','2020-12-24 23:49:11','2020-12-24 18:49:11'),
(6762,6417,'action started via WP Cron','2020-12-24 23:52:12','2020-12-24 18:52:12'),
(6763,6417,'action complete via WP Cron','2020-12-24 23:52:12','2020-12-24 18:52:12'),
(6764,6418,'action created','2020-12-24 23:52:12','2020-12-24 18:52:12'),
(6765,6418,'action started via WP Cron','2020-12-24 23:54:21','2020-12-24 18:54:21'),
(6766,6418,'action complete via WP Cron','2020-12-24 23:54:21','2020-12-24 18:54:21'),
(6767,6419,'action created','2020-12-24 23:54:22','2020-12-24 18:54:22'),
(6768,6419,'action started via WP Cron','2020-12-24 23:58:13','2020-12-24 18:58:13'),
(6769,6419,'action complete via WP Cron','2020-12-24 23:58:13','2020-12-24 18:58:13'),
(6770,6420,'action created','2020-12-24 23:58:13','2020-12-24 18:58:13'),
(6771,6420,'action started via WP Cron','2020-12-25 00:02:24','2020-12-24 19:02:24'),
(6772,6420,'action complete via WP Cron','2020-12-25 00:02:24','2020-12-24 19:02:24'),
(6773,6421,'action created','2020-12-25 00:02:24','2020-12-24 19:02:24'),
(6774,6421,'action started via WP Cron','2020-12-25 00:04:21','2020-12-24 19:04:21'),
(6775,6421,'action complete via WP Cron','2020-12-25 00:04:21','2020-12-24 19:04:21'),
(6776,6422,'action created','2020-12-25 00:04:21','2020-12-24 19:04:21'),
(6777,6422,'action started via WP Cron','2020-12-25 00:05:19','2020-12-24 19:05:19'),
(6778,6422,'action complete via WP Cron','2020-12-25 00:05:19','2020-12-24 19:05:19'),
(6779,6423,'action created','2020-12-25 00:05:19','2020-12-24 19:05:19'),
(6780,6423,'action started via WP Cron','2020-12-25 00:08:13','2020-12-24 19:08:13'),
(6781,6423,'action complete via WP Cron','2020-12-25 00:08:13','2020-12-24 19:08:13'),
(6782,6424,'action created','2020-12-25 00:08:13','2020-12-24 19:08:13'),
(6783,6424,'action started via WP Cron','2020-12-25 00:09:40','2020-12-24 19:09:40'),
(6784,6424,'action complete via WP Cron','2020-12-25 00:09:40','2020-12-24 19:09:40'),
(6785,6425,'action created','2020-12-25 00:09:41','2020-12-24 19:09:41'),
(6786,6425,'action started via WP Cron','2020-12-25 00:10:29','2020-12-24 19:10:29'),
(6787,6425,'action complete via WP Cron','2020-12-25 00:10:29','2020-12-24 19:10:29'),
(6788,6426,'action created','2020-12-25 00:10:29','2020-12-24 19:10:29'),
(6789,6426,'action started via WP Cron','2020-12-25 00:11:20','2020-12-24 19:11:20'),
(6790,6426,'action complete via WP Cron','2020-12-25 00:11:20','2020-12-24 19:11:20'),
(6791,6427,'action created','2020-12-25 00:11:20','2020-12-24 19:11:20'),
(6792,6427,'action started via WP Cron','2020-12-25 00:15:45','2020-12-24 19:15:45'),
(6793,6427,'action complete via WP Cron','2020-12-25 00:15:45','2020-12-24 19:15:45'),
(6794,6428,'action created','2020-12-25 00:15:45','2020-12-24 19:15:45'),
(6795,6428,'action started via WP Cron','2020-12-25 00:17:33','2020-12-24 19:17:33'),
(6796,6428,'action complete via WP Cron','2020-12-25 00:17:33','2020-12-24 19:17:33'),
(6797,6429,'action created','2020-12-25 00:17:33','2020-12-24 19:17:33'),
(6798,6429,'action started via WP Cron','2020-12-25 00:18:23','2020-12-24 19:18:23'),
(6799,6429,'action complete via WP Cron','2020-12-25 00:18:23','2020-12-24 19:18:23'),
(6800,6430,'action created','2020-12-25 00:18:23','2020-12-24 19:18:23'),
(6801,6430,'action started via WP Cron','2020-12-25 00:21:04','2020-12-24 19:21:04'),
(6802,6430,'action complete via WP Cron','2020-12-25 00:21:04','2020-12-24 19:21:04'),
(6803,6431,'action created','2020-12-25 00:21:04','2020-12-24 19:21:04'),
(6804,6431,'action started via WP Cron','2020-12-25 00:21:40','2020-12-24 19:21:40'),
(6805,6431,'action complete via WP Cron','2020-12-25 00:21:40','2020-12-24 19:21:40'),
(6806,6432,'action created','2020-12-25 00:21:40','2020-12-24 19:21:40'),
(6807,6432,'action started via WP Cron','2020-12-25 00:22:44','2020-12-24 19:22:44'),
(6808,6432,'action complete via WP Cron','2020-12-25 00:22:44','2020-12-24 19:22:44'),
(6809,6433,'action created','2020-12-25 00:22:44','2020-12-24 19:22:44'),
(6810,6433,'action started via WP Cron','2020-12-25 00:23:35','2020-12-24 19:23:35'),
(6811,6433,'action complete via WP Cron','2020-12-25 00:23:35','2020-12-24 19:23:35'),
(6812,6434,'action created','2020-12-25 00:23:35','2020-12-24 19:23:35'),
(6813,6434,'action started via WP Cron','2020-12-25 00:25:07','2020-12-24 19:25:07'),
(6814,6434,'action complete via WP Cron','2020-12-25 00:25:07','2020-12-24 19:25:07'),
(6815,6435,'action created','2020-12-25 00:25:07','2020-12-24 19:25:07'),
(6816,6435,'action started via WP Cron','2020-12-25 00:26:18','2020-12-24 19:26:18'),
(6817,6435,'action complete via WP Cron','2020-12-25 00:26:18','2020-12-24 19:26:18'),
(6818,6436,'action created','2020-12-25 00:26:18','2020-12-24 19:26:18'),
(6819,6436,'action started via WP Cron','2020-12-25 00:29:42','2020-12-24 19:29:42'),
(6820,6436,'action complete via WP Cron','2020-12-25 00:29:42','2020-12-24 19:29:42'),
(6821,6437,'action created','2020-12-25 00:29:42','2020-12-24 19:29:42'),
(6822,6437,'action started via WP Cron','2020-12-25 00:30:53','2020-12-24 19:30:53'),
(6823,6437,'action complete via WP Cron','2020-12-25 00:30:53','2020-12-24 19:30:53'),
(6824,6438,'action created','2020-12-25 00:30:53','2020-12-24 19:30:53'),
(6825,6438,'action started via WP Cron','2020-12-25 00:31:12','2020-12-24 19:31:12'),
(6826,6438,'action complete via WP Cron','2020-12-25 00:31:12','2020-12-24 19:31:12'),
(6827,6439,'action created','2020-12-25 00:31:12','2020-12-24 19:31:12'),
(6828,6439,'action started via WP Cron','2020-12-25 00:34:26','2020-12-24 19:34:26'),
(6829,6439,'action complete via WP Cron','2020-12-25 00:34:26','2020-12-24 19:34:26'),
(6830,6440,'action created','2020-12-25 00:34:26','2020-12-24 19:34:26'),
(6831,6440,'action started via WP Cron','2020-12-25 00:36:49','2020-12-24 19:36:49'),
(6832,6440,'action complete via WP Cron','2020-12-25 00:36:49','2020-12-24 19:36:49'),
(6833,6441,'action created','2020-12-25 00:36:49','2020-12-24 19:36:49'),
(6834,6441,'action started via WP Cron','2020-12-25 00:37:31','2020-12-24 19:37:31'),
(6835,6441,'action complete via WP Cron','2020-12-25 00:37:31','2020-12-24 19:37:31'),
(6836,6442,'action created','2020-12-25 00:37:31','2020-12-24 19:37:31'),
(6837,6442,'action started via WP Cron','2020-12-25 00:38:29','2020-12-24 19:38:29'),
(6838,6442,'action complete via WP Cron','2020-12-25 00:38:29','2020-12-24 19:38:29'),
(6839,6443,'action created','2020-12-25 00:38:30','2020-12-24 19:38:30'),
(6840,6443,'action started via WP Cron','2020-12-25 00:39:18','2020-12-24 19:39:18'),
(6841,6443,'action complete via WP Cron','2020-12-25 00:39:18','2020-12-24 19:39:18'),
(6842,6444,'action created','2020-12-25 00:39:18','2020-12-24 19:39:18'),
(6843,6444,'action started via WP Cron','2020-12-25 00:43:23','2020-12-24 19:43:23'),
(6844,6444,'action complete via WP Cron','2020-12-25 00:43:23','2020-12-24 19:43:23'),
(6845,6445,'action created','2020-12-25 00:43:23','2020-12-24 19:43:23'),
(6846,6445,'action started via WP Cron','2020-12-25 00:46:36','2020-12-24 19:46:36'),
(6847,6445,'action complete via WP Cron','2020-12-25 00:46:36','2020-12-24 19:46:36'),
(6848,6446,'action created','2020-12-25 00:46:36','2020-12-24 19:46:36'),
(6849,6446,'action started via WP Cron','2020-12-25 00:49:03','2020-12-24 19:49:03'),
(6850,6446,'action complete via WP Cron','2020-12-25 00:49:03','2020-12-24 19:49:03'),
(6851,6447,'action created','2020-12-25 00:49:03','2020-12-24 19:49:03'),
(6852,6447,'action started via WP Cron','2020-12-25 00:50:27','2020-12-24 19:50:27'),
(6853,6447,'action complete via WP Cron','2020-12-25 00:50:28','2020-12-24 19:50:28'),
(6854,6448,'action created','2020-12-25 00:50:28','2020-12-24 19:50:28'),
(6855,6448,'action started via WP Cron','2020-12-25 00:51:16','2020-12-24 19:51:16'),
(6856,6448,'action complete via WP Cron','2020-12-25 00:51:16','2020-12-24 19:51:16'),
(6857,6449,'action created','2020-12-25 00:51:17','2020-12-24 19:51:17'),
(6858,6449,'action started via WP Cron','2020-12-25 00:53:53','2020-12-24 19:53:53'),
(6859,6449,'action complete via WP Cron','2020-12-25 00:53:53','2020-12-24 19:53:53'),
(6860,6450,'action created','2020-12-25 00:53:53','2020-12-24 19:53:53'),
(6861,6450,'action started via WP Cron','2020-12-25 00:55:08','2020-12-24 19:55:08'),
(6862,6450,'action complete via WP Cron','2020-12-25 00:55:08','2020-12-24 19:55:08'),
(6863,6451,'action created','2020-12-25 00:55:08','2020-12-24 19:55:08'),
(6864,6451,'action started via WP Cron','2020-12-25 00:55:22','2020-12-24 19:55:22'),
(6865,6451,'action complete via WP Cron','2020-12-25 00:55:22','2020-12-24 19:55:22'),
(6866,6452,'action created','2020-12-25 00:55:22','2020-12-24 19:55:22'),
(6867,6452,'action started via WP Cron','2020-12-25 00:59:16','2020-12-24 19:59:16'),
(6868,6452,'action complete via WP Cron','2020-12-25 00:59:16','2020-12-24 19:59:16'),
(6869,6453,'action created','2020-12-25 00:59:16','2020-12-24 19:59:16'),
(6870,6453,'action started via WP Cron','2020-12-25 01:00:26','2020-12-24 20:00:26'),
(6871,6453,'action complete via WP Cron','2020-12-25 01:00:26','2020-12-24 20:00:26'),
(6872,6454,'action created','2020-12-25 01:00:26','2020-12-24 20:00:26'),
(6873,5554,'action started via WP Cron','2020-12-25 01:01:43','2020-12-24 20:01:43'),
(6874,5554,'action complete via WP Cron','2020-12-25 01:01:43','2020-12-24 20:01:43'),
(6875,6455,'action created','2020-12-25 01:01:43','2020-12-24 20:01:43'),
(6876,6454,'action started via WP Cron','2020-12-25 01:01:43','2020-12-24 20:01:43'),
(6877,6454,'action complete via WP Cron','2020-12-25 01:01:43','2020-12-24 20:01:43'),
(6878,6456,'action created','2020-12-25 01:01:43','2020-12-24 20:01:43'),
(6879,6456,'action started via WP Cron','2020-12-25 01:02:48','2020-12-24 20:02:48'),
(6880,6456,'action complete via WP Cron','2020-12-25 01:02:48','2020-12-24 20:02:48'),
(6881,6457,'action created','2020-12-25 01:02:48','2020-12-24 20:02:48'),
(6882,6457,'action started via WP Cron','2020-12-25 01:03:13','2020-12-24 20:03:13'),
(6883,6457,'action complete via WP Cron','2020-12-25 01:03:13','2020-12-24 20:03:13'),
(6884,6458,'action created','2020-12-25 01:03:13','2020-12-24 20:03:13'),
(6885,6458,'action started via WP Cron','2020-12-25 01:05:05','2020-12-24 20:05:05'),
(6886,6458,'action complete via WP Cron','2020-12-25 01:05:05','2020-12-24 20:05:05'),
(6887,6459,'action created','2020-12-25 01:05:05','2020-12-24 20:05:05'),
(6888,6459,'action started via WP Cron','2020-12-25 01:06:42','2020-12-24 20:06:42'),
(6889,6459,'action complete via WP Cron','2020-12-25 01:06:42','2020-12-24 20:06:42'),
(6890,6460,'action created','2020-12-25 01:06:42','2020-12-24 20:06:42'),
(6891,6460,'action started via WP Cron','2020-12-25 01:07:45','2020-12-24 20:07:45'),
(6892,6460,'action complete via WP Cron','2020-12-25 01:07:45','2020-12-24 20:07:45'),
(6893,6461,'action created','2020-12-25 01:07:45','2020-12-24 20:07:45'),
(6894,6461,'action started via WP Cron','2020-12-25 01:08:36','2020-12-24 20:08:36'),
(6895,6461,'action complete via WP Cron','2020-12-25 01:08:36','2020-12-24 20:08:36'),
(6896,6462,'action created','2020-12-25 01:08:36','2020-12-24 20:08:36'),
(6897,6462,'action started via WP Cron','2020-12-25 01:10:39','2020-12-24 20:10:39'),
(6898,6462,'action complete via WP Cron','2020-12-25 01:10:39','2020-12-24 20:10:39'),
(6899,6463,'action created','2020-12-25 01:10:39','2020-12-24 20:10:39'),
(6900,6463,'action started via WP Cron','2020-12-25 01:13:52','2020-12-24 20:13:52'),
(6901,6463,'action complete via WP Cron','2020-12-25 01:13:52','2020-12-24 20:13:52'),
(6902,6464,'action created','2020-12-25 01:13:53','2020-12-24 20:13:53'),
(6903,6464,'action started via WP Cron','2020-12-25 01:14:46','2020-12-24 20:14:46'),
(6904,6464,'action complete via WP Cron','2020-12-25 01:14:46','2020-12-24 20:14:46'),
(6905,6465,'action created','2020-12-25 01:14:46','2020-12-24 20:14:46'),
(6906,6465,'action started via WP Cron','2020-12-25 01:16:11','2020-12-24 20:16:11'),
(6907,6465,'action complete via WP Cron','2020-12-25 01:16:11','2020-12-24 20:16:11'),
(6908,6466,'action created','2020-12-25 01:16:11','2020-12-24 20:16:11'),
(6909,6466,'action started via WP Cron','2020-12-25 01:18:08','2020-12-24 20:18:08'),
(6910,6466,'action complete via WP Cron','2020-12-25 01:18:08','2020-12-24 20:18:08'),
(6911,6467,'action created','2020-12-25 01:18:08','2020-12-24 20:18:08'),
(6912,6467,'action started via WP Cron','2020-12-25 01:18:59','2020-12-24 20:18:59'),
(6913,6467,'action complete via WP Cron','2020-12-25 01:18:59','2020-12-24 20:18:59'),
(6914,6468,'action created','2020-12-25 01:18:59','2020-12-24 20:18:59'),
(6915,6468,'action started via WP Cron','2020-12-25 01:20:08','2020-12-24 20:20:08'),
(6916,6468,'action complete via WP Cron','2020-12-25 01:20:08','2020-12-24 20:20:08'),
(6917,6469,'action created','2020-12-25 01:20:08','2020-12-24 20:20:08'),
(6918,6469,'action started via WP Cron','2020-12-25 01:20:50','2020-12-24 20:20:50'),
(6919,6469,'action complete via WP Cron','2020-12-25 01:20:50','2020-12-24 20:20:50'),
(6920,6470,'action created','2020-12-25 01:20:50','2020-12-24 20:20:50'),
(6921,6470,'action started via WP Cron','2020-12-25 01:21:46','2020-12-24 20:21:46'),
(6922,6470,'action complete via WP Cron','2020-12-25 01:21:46','2020-12-24 20:21:46'),
(6923,6471,'action created','2020-12-25 01:21:46','2020-12-24 20:21:46'),
(6924,6471,'action started via WP Cron','2020-12-25 01:22:49','2020-12-24 20:22:49'),
(6925,6471,'action complete via WP Cron','2020-12-25 01:22:49','2020-12-24 20:22:49'),
(6926,6472,'action created','2020-12-25 01:22:49','2020-12-24 20:22:49'),
(6927,6472,'action started via WP Cron','2020-12-25 01:25:47','2020-12-24 20:25:47'),
(6928,6472,'action complete via WP Cron','2020-12-25 01:25:47','2020-12-24 20:25:47'),
(6929,6473,'action created','2020-12-25 01:25:47','2020-12-24 20:25:47'),
(6930,6473,'action started via WP Cron','2020-12-25 01:26:15','2020-12-24 20:26:15'),
(6931,6473,'action complete via WP Cron','2020-12-25 01:26:15','2020-12-24 20:26:15'),
(6932,6474,'action created','2020-12-25 01:26:15','2020-12-24 20:26:15'),
(6933,6474,'action started via WP Cron','2020-12-25 01:27:11','2020-12-24 20:27:11'),
(6934,6474,'action complete via WP Cron','2020-12-25 01:27:11','2020-12-24 20:27:11'),
(6935,6475,'action created','2020-12-25 01:27:11','2020-12-24 20:27:11'),
(6936,6475,'action started via WP Cron','2020-12-25 01:28:56','2020-12-24 20:28:56'),
(6937,6475,'action complete via WP Cron','2020-12-25 01:28:56','2020-12-24 20:28:56'),
(6938,6476,'action created','2020-12-25 01:28:56','2020-12-24 20:28:56'),
(6939,6476,'action started via WP Cron','2020-12-25 01:29:30','2020-12-24 20:29:30'),
(6940,6476,'action complete via WP Cron','2020-12-25 01:29:30','2020-12-24 20:29:30'),
(6941,6477,'action created','2020-12-25 01:29:30','2020-12-24 20:29:30'),
(6942,6477,'action started via WP Cron','2020-12-25 01:35:39','2020-12-24 20:35:39'),
(6943,6477,'action complete via WP Cron','2020-12-25 01:35:39','2020-12-24 20:35:39'),
(6944,6478,'action created','2020-12-25 01:35:40','2020-12-24 20:35:40'),
(6945,6478,'action started via WP Cron','2020-12-25 01:37:01','2020-12-24 20:37:01'),
(6946,6478,'action complete via WP Cron','2020-12-25 01:37:01','2020-12-24 20:37:01'),
(6947,6479,'action created','2020-12-25 01:37:01','2020-12-24 20:37:01'),
(6948,6479,'action started via WP Cron','2020-12-25 01:38:31','2020-12-24 20:38:31'),
(6949,6479,'action complete via WP Cron','2020-12-25 01:38:31','2020-12-24 20:38:31'),
(6950,6480,'action created','2020-12-25 01:38:31','2020-12-24 20:38:31'),
(6951,6480,'action started via WP Cron','2020-12-25 01:40:27','2020-12-24 20:40:27'),
(6952,6480,'action complete via WP Cron','2020-12-25 01:40:27','2020-12-24 20:40:27'),
(6953,6481,'action created','2020-12-25 01:40:27','2020-12-24 20:40:27'),
(6954,6481,'action started via WP Cron','2020-12-25 01:42:42','2020-12-24 20:42:42'),
(6955,6481,'action complete via WP Cron','2020-12-25 01:42:42','2020-12-24 20:42:42'),
(6956,6482,'action created','2020-12-25 01:42:42','2020-12-24 20:42:42'),
(6957,6482,'action started via WP Cron','2020-12-25 01:45:36','2020-12-24 20:45:36'),
(6958,6482,'action complete via WP Cron','2020-12-25 01:45:36','2020-12-24 20:45:36'),
(6959,6483,'action created','2020-12-25 01:45:36','2020-12-24 20:45:36'),
(6960,6483,'action started via WP Cron','2020-12-25 01:47:17','2020-12-24 20:47:17'),
(6961,6483,'action complete via WP Cron','2020-12-25 01:47:17','2020-12-24 20:47:17'),
(6962,6484,'action created','2020-12-25 01:47:17','2020-12-24 20:47:17'),
(6963,6484,'action started via WP Cron','2020-12-25 01:49:52','2020-12-24 20:49:52'),
(6964,6484,'action complete via WP Cron','2020-12-25 01:49:52','2020-12-24 20:49:52'),
(6965,6485,'action created','2020-12-25 01:49:52','2020-12-24 20:49:52'),
(6966,6485,'action started via WP Cron','2020-12-25 01:54:34','2020-12-24 20:54:34'),
(6967,6485,'action complete via WP Cron','2020-12-25 01:54:34','2020-12-24 20:54:34'),
(6968,6486,'action created','2020-12-25 01:54:34','2020-12-24 20:54:34'),
(6969,6486,'action started via WP Cron','2020-12-25 01:57:29','2020-12-24 20:57:29'),
(6970,6486,'action complete via WP Cron','2020-12-25 01:57:29','2020-12-24 20:57:29'),
(6971,6487,'action created','2020-12-25 01:57:29','2020-12-24 20:57:29'),
(6972,6487,'action started via WP Cron','2020-12-25 01:58:26','2020-12-24 20:58:26'),
(6973,6487,'action complete via WP Cron','2020-12-25 01:58:26','2020-12-24 20:58:26'),
(6974,6488,'action created','2020-12-25 01:58:26','2020-12-24 20:58:26'),
(6975,6488,'action started via WP Cron','2020-12-25 01:59:38','2020-12-24 20:59:38'),
(6976,6488,'action complete via WP Cron','2020-12-25 01:59:38','2020-12-24 20:59:38'),
(6977,6489,'action created','2020-12-25 01:59:38','2020-12-24 20:59:38'),
(6978,6489,'action started via WP Cron','2020-12-25 02:00:24','2020-12-24 21:00:24'),
(6979,6489,'action complete via WP Cron','2020-12-25 02:00:24','2020-12-24 21:00:24'),
(6980,6490,'action created','2020-12-25 02:00:24','2020-12-24 21:00:24'),
(6981,6490,'action started via WP Cron','2020-12-25 02:02:34','2020-12-24 21:02:34'),
(6982,6490,'action complete via WP Cron','2020-12-25 02:02:34','2020-12-24 21:02:34'),
(6983,6491,'action created','2020-12-25 02:02:34','2020-12-24 21:02:34'),
(6984,6491,'action started via WP Cron','2020-12-25 02:03:50','2020-12-24 21:03:50'),
(6985,6491,'action complete via WP Cron','2020-12-25 02:03:50','2020-12-24 21:03:50'),
(6986,6492,'action created','2020-12-25 02:03:50','2020-12-24 21:03:50'),
(6987,6492,'action started via WP Cron','2020-12-25 02:04:41','2020-12-24 21:04:41'),
(6988,6492,'action complete via WP Cron','2020-12-25 02:04:41','2020-12-24 21:04:41'),
(6989,6493,'action created','2020-12-25 02:04:41','2020-12-24 21:04:41'),
(6990,6493,'action started via WP Cron','2020-12-25 02:06:04','2020-12-24 21:06:04'),
(6991,6493,'action complete via WP Cron','2020-12-25 02:06:04','2020-12-24 21:06:04'),
(6992,6494,'action created','2020-12-25 02:06:04','2020-12-24 21:06:04'),
(6993,6494,'action started via WP Cron','2020-12-25 02:06:37','2020-12-24 21:06:37'),
(6994,6494,'action complete via WP Cron','2020-12-25 02:06:37','2020-12-24 21:06:37'),
(6995,6495,'action created','2020-12-25 02:06:37','2020-12-24 21:06:37'),
(6996,6495,'action started via WP Cron','2020-12-25 02:07:41','2020-12-24 21:07:41'),
(6997,6495,'action complete via WP Cron','2020-12-25 02:07:41','2020-12-24 21:07:41'),
(6998,6496,'action created','2020-12-25 02:07:41','2020-12-24 21:07:41'),
(6999,6496,'action started via WP Cron','2020-12-25 02:09:40','2020-12-24 21:09:40'),
(7000,6496,'action complete via WP Cron','2020-12-25 02:09:40','2020-12-24 21:09:40'),
(7001,6497,'action created','2020-12-25 02:09:40','2020-12-24 21:09:40'),
(7002,6497,'action started via WP Cron','2020-12-25 02:12:56','2020-12-24 21:12:56'),
(7003,6497,'action complete via WP Cron','2020-12-25 02:12:56','2020-12-24 21:12:56'),
(7004,6498,'action created','2020-12-25 02:12:56','2020-12-24 21:12:56'),
(7005,6498,'action started via WP Cron','2020-12-25 02:14:24','2020-12-24 21:14:24'),
(7006,6498,'action complete via WP Cron','2020-12-25 02:14:24','2020-12-24 21:14:24'),
(7007,6499,'action created','2020-12-25 02:14:24','2020-12-24 21:14:24'),
(7008,6499,'action started via WP Cron','2020-12-25 02:17:45','2020-12-24 21:17:45'),
(7009,6499,'action complete via WP Cron','2020-12-25 02:17:45','2020-12-24 21:17:45'),
(7010,6500,'action created','2020-12-25 02:17:45','2020-12-24 21:17:45'),
(7011,6500,'action started via WP Cron','2020-12-25 02:18:40','2020-12-24 21:18:40'),
(7012,6500,'action complete via WP Cron','2020-12-25 02:18:40','2020-12-24 21:18:40'),
(7013,6501,'action created','2020-12-25 02:18:40','2020-12-24 21:18:40'),
(7014,6501,'action started via WP Cron','2020-12-25 02:19:12','2020-12-24 21:19:12'),
(7015,6501,'action complete via WP Cron','2020-12-25 02:19:13','2020-12-24 21:19:13'),
(7016,6502,'action created','2020-12-25 02:19:13','2020-12-24 21:19:13'),
(7017,6502,'action started via WP Cron','2020-12-25 02:21:04','2020-12-24 21:21:04'),
(7018,6502,'action complete via WP Cron','2020-12-25 02:21:04','2020-12-24 21:21:04'),
(7019,6503,'action created','2020-12-25 02:21:04','2020-12-24 21:21:04'),
(7020,6503,'action started via WP Cron','2020-12-25 02:22:05','2020-12-24 21:22:05'),
(7021,6503,'action complete via WP Cron','2020-12-25 02:22:05','2020-12-24 21:22:05'),
(7022,6504,'action created','2020-12-25 02:22:05','2020-12-24 21:22:05'),
(7023,6504,'action started via WP Cron','2020-12-25 02:22:18','2020-12-24 21:22:18'),
(7024,6504,'action complete via WP Cron','2020-12-25 02:22:18','2020-12-24 21:22:18'),
(7025,6505,'action created','2020-12-25 02:22:18','2020-12-24 21:22:18'),
(7026,6505,'action started via WP Cron','2020-12-25 02:24:06','2020-12-24 21:24:06'),
(7027,6505,'action complete via WP Cron','2020-12-25 02:24:06','2020-12-24 21:24:06'),
(7028,6506,'action created','2020-12-25 02:24:06','2020-12-24 21:24:06'),
(7029,6506,'action started via WP Cron','2020-12-25 02:24:30','2020-12-24 21:24:30'),
(7030,6506,'action complete via WP Cron','2020-12-25 02:24:30','2020-12-24 21:24:30'),
(7031,6507,'action created','2020-12-25 02:24:30','2020-12-24 21:24:30'),
(7032,6507,'action started via WP Cron','2020-12-25 02:26:05','2020-12-24 21:26:05'),
(7033,6507,'action complete via WP Cron','2020-12-25 02:26:05','2020-12-24 21:26:05'),
(7034,6508,'action created','2020-12-25 02:26:05','2020-12-24 21:26:05'),
(7035,6508,'action started via WP Cron','2020-12-25 02:26:50','2020-12-24 21:26:50'),
(7036,6508,'action complete via WP Cron','2020-12-25 02:26:50','2020-12-24 21:26:50'),
(7037,6509,'action created','2020-12-25 02:26:51','2020-12-24 21:26:51'),
(7038,6509,'action started via WP Cron','2020-12-25 02:27:30','2020-12-24 21:27:30'),
(7039,6509,'action complete via WP Cron','2020-12-25 02:27:30','2020-12-24 21:27:30'),
(7040,6510,'action created','2020-12-25 02:27:30','2020-12-24 21:27:30'),
(7041,6510,'action started via WP Cron','2020-12-25 02:28:35','2020-12-24 21:28:35'),
(7042,6510,'action complete via WP Cron','2020-12-25 02:28:35','2020-12-24 21:28:35'),
(7043,6511,'action created','2020-12-25 02:28:35','2020-12-24 21:28:35'),
(7044,6511,'action started via WP Cron','2020-12-25 02:30:56','2020-12-24 21:30:56'),
(7045,6511,'action complete via WP Cron','2020-12-25 02:30:56','2020-12-24 21:30:56'),
(7046,6512,'action created','2020-12-25 02:30:56','2020-12-24 21:30:56'),
(7047,6512,'action started via WP Cron','2020-12-25 02:31:37','2020-12-24 21:31:37'),
(7048,6512,'action complete via WP Cron','2020-12-25 02:31:37','2020-12-24 21:31:37'),
(7049,6513,'action created','2020-12-25 02:31:37','2020-12-24 21:31:37'),
(7050,6513,'action started via WP Cron','2020-12-25 02:32:13','2020-12-24 21:32:13'),
(7051,6513,'action complete via WP Cron','2020-12-25 02:32:13','2020-12-24 21:32:13'),
(7052,6514,'action created','2020-12-25 02:32:13','2020-12-24 21:32:13'),
(7053,6514,'action started via WP Cron','2020-12-25 02:33:17','2020-12-24 21:33:17'),
(7054,6514,'action complete via WP Cron','2020-12-25 02:33:17','2020-12-24 21:33:17'),
(7055,6515,'action created','2020-12-25 02:33:17','2020-12-24 21:33:17'),
(7056,6515,'action started via WP Cron','2020-12-25 02:34:28','2020-12-24 21:34:28'),
(7057,6515,'action complete via WP Cron','2020-12-25 02:34:28','2020-12-24 21:34:28'),
(7058,6516,'action created','2020-12-25 02:34:28','2020-12-24 21:34:28'),
(7059,6516,'action started via WP Cron','2020-12-25 02:35:33','2020-12-24 21:35:33'),
(7060,6516,'action complete via WP Cron','2020-12-25 02:35:33','2020-12-24 21:35:33'),
(7061,6517,'action created','2020-12-25 02:35:33','2020-12-24 21:35:33'),
(7062,6517,'action started via WP Cron','2020-12-25 02:36:41','2020-12-24 21:36:41'),
(7063,6517,'action complete via WP Cron','2020-12-25 02:36:41','2020-12-24 21:36:41'),
(7064,6518,'action created','2020-12-25 02:36:41','2020-12-24 21:36:41'),
(7065,6518,'action started via WP Cron','2020-12-25 02:37:15','2020-12-24 21:37:15'),
(7066,6518,'action complete via WP Cron','2020-12-25 02:37:15','2020-12-24 21:37:15'),
(7067,6519,'action created','2020-12-25 02:37:15','2020-12-24 21:37:15'),
(7068,6519,'action started via WP Cron','2020-12-25 02:38:49','2020-12-24 21:38:49'),
(7069,6519,'action complete via WP Cron','2020-12-25 02:38:49','2020-12-24 21:38:49'),
(7070,6520,'action created','2020-12-25 02:38:49','2020-12-24 21:38:49'),
(7071,6520,'action started via WP Cron','2020-12-25 02:39:33','2020-12-24 21:39:33'),
(7072,6520,'action complete via WP Cron','2020-12-25 02:39:33','2020-12-24 21:39:33'),
(7073,6521,'action created','2020-12-25 02:39:34','2020-12-24 21:39:34'),
(7074,6521,'action started via WP Cron','2020-12-25 02:40:24','2020-12-24 21:40:24'),
(7075,6521,'action complete via WP Cron','2020-12-25 02:40:24','2020-12-24 21:40:24'),
(7076,6522,'action created','2020-12-25 02:40:24','2020-12-24 21:40:24'),
(7077,6522,'action started via WP Cron','2020-12-25 02:41:22','2020-12-24 21:41:22'),
(7078,6522,'action complete via WP Cron','2020-12-25 02:41:22','2020-12-24 21:41:22'),
(7079,6523,'action created','2020-12-25 02:41:23','2020-12-24 21:41:23'),
(7080,6523,'action started via WP Cron','2020-12-25 02:42:12','2020-12-24 21:42:12'),
(7081,6523,'action complete via WP Cron','2020-12-25 02:42:12','2020-12-24 21:42:12'),
(7082,6524,'action created','2020-12-25 02:42:12','2020-12-24 21:42:12'),
(7083,6524,'action started via WP Cron','2020-12-25 02:45:38','2020-12-24 21:45:38'),
(7084,6524,'action complete via WP Cron','2020-12-25 02:45:38','2020-12-24 21:45:38'),
(7085,6525,'action created','2020-12-25 02:45:38','2020-12-24 21:45:38'),
(7086,6525,'action started via WP Cron','2020-12-25 02:46:41','2020-12-24 21:46:41'),
(7087,6525,'action complete via WP Cron','2020-12-25 02:46:41','2020-12-24 21:46:41'),
(7088,6526,'action created','2020-12-25 02:46:42','2020-12-24 21:46:42'),
(7089,6526,'action started via WP Cron','2020-12-25 02:47:18','2020-12-24 21:47:18'),
(7090,6526,'action complete via WP Cron','2020-12-25 02:47:18','2020-12-24 21:47:18'),
(7091,6527,'action created','2020-12-25 02:47:18','2020-12-24 21:47:18'),
(7092,6527,'action started via WP Cron','2020-12-25 02:48:57','2020-12-24 21:48:57'),
(7093,6527,'action complete via WP Cron','2020-12-25 02:48:57','2020-12-24 21:48:57'),
(7094,6528,'action created','2020-12-25 02:48:57','2020-12-24 21:48:57'),
(7095,6528,'action started via WP Cron','2020-12-25 02:49:35','2020-12-24 21:49:35'),
(7096,6528,'action complete via WP Cron','2020-12-25 02:49:35','2020-12-24 21:49:35'),
(7097,6529,'action created','2020-12-25 02:49:35','2020-12-24 21:49:35'),
(7098,6529,'action started via WP Cron','2020-12-25 02:50:14','2020-12-24 21:50:14'),
(7099,6529,'action complete via WP Cron','2020-12-25 02:50:14','2020-12-24 21:50:14'),
(7100,6530,'action created','2020-12-25 02:50:14','2020-12-24 21:50:14'),
(7101,6530,'action started via WP Cron','2020-12-25 02:53:10','2020-12-24 21:53:10'),
(7102,6530,'action complete via WP Cron','2020-12-25 02:53:10','2020-12-24 21:53:10'),
(7103,6531,'action created','2020-12-25 02:53:10','2020-12-24 21:53:10'),
(7104,6531,'action started via WP Cron','2020-12-25 02:55:20','2020-12-24 21:55:20'),
(7105,6531,'action complete via WP Cron','2020-12-25 02:55:20','2020-12-24 21:55:20'),
(7106,6532,'action created','2020-12-25 02:55:20','2020-12-24 21:55:20'),
(7107,6532,'action started via WP Cron','2020-12-25 03:00:27','2020-12-24 22:00:27'),
(7108,6532,'action complete via WP Cron','2020-12-25 03:00:27','2020-12-24 22:00:27'),
(7109,6533,'action created','2020-12-25 03:00:27','2020-12-24 22:00:27'),
(7110,6533,'action started via WP Cron','2020-12-25 03:01:51','2020-12-24 22:01:51'),
(7111,6533,'action complete via WP Cron','2020-12-25 03:01:51','2020-12-24 22:01:51'),
(7112,6534,'action created','2020-12-25 03:01:51','2020-12-24 22:01:51'),
(7113,6534,'action started via WP Cron','2020-12-25 03:07:39','2020-12-24 22:07:39'),
(7114,6534,'action complete via WP Cron','2020-12-25 03:07:39','2020-12-24 22:07:39'),
(7115,6535,'action created','2020-12-25 03:07:39','2020-12-24 22:07:39'),
(7116,6535,'action started via WP Cron','2020-12-25 03:08:46','2020-12-24 22:08:46'),
(7117,6535,'action complete via WP Cron','2020-12-25 03:08:46','2020-12-24 22:08:46'),
(7118,6536,'action created','2020-12-25 03:08:46','2020-12-24 22:08:46'),
(7119,6536,'action started via WP Cron','2020-12-25 03:10:20','2020-12-24 22:10:20'),
(7120,6536,'action complete via WP Cron','2020-12-25 03:10:20','2020-12-24 22:10:20'),
(7121,6537,'action created','2020-12-25 03:10:20','2020-12-24 22:10:20'),
(7122,6537,'action started via WP Cron','2020-12-25 03:11:32','2020-12-24 22:11:32'),
(7123,6537,'action complete via WP Cron','2020-12-25 03:11:32','2020-12-24 22:11:32'),
(7124,6538,'action created','2020-12-25 03:11:32','2020-12-24 22:11:32'),
(7125,6538,'action started via WP Cron','2020-12-25 03:15:26','2020-12-24 22:15:26'),
(7126,6538,'action complete via WP Cron','2020-12-25 03:15:26','2020-12-24 22:15:26'),
(7127,6539,'action created','2020-12-25 03:15:26','2020-12-24 22:15:26'),
(7128,6539,'action started via WP Cron','2020-12-25 03:16:43','2020-12-24 22:16:43'),
(7129,6539,'action complete via WP Cron','2020-12-25 03:16:43','2020-12-24 22:16:43'),
(7130,6540,'action created','2020-12-25 03:16:43','2020-12-24 22:16:43'),
(7131,6540,'action started via WP Cron','2020-12-25 03:18:24','2020-12-24 22:18:24'),
(7132,6540,'action complete via WP Cron','2020-12-25 03:18:24','2020-12-24 22:18:24'),
(7133,6541,'action created','2020-12-25 03:18:24','2020-12-24 22:18:24'),
(7134,6541,'action started via WP Cron','2020-12-25 03:19:26','2020-12-24 22:19:26'),
(7135,6541,'action complete via WP Cron','2020-12-25 03:19:26','2020-12-24 22:19:26'),
(7136,6542,'action created','2020-12-25 03:19:26','2020-12-24 22:19:26'),
(7137,6542,'action started via WP Cron','2020-12-25 03:21:02','2020-12-24 22:21:02'),
(7138,6542,'action complete via WP Cron','2020-12-25 03:21:02','2020-12-24 22:21:02'),
(7139,6543,'action created','2020-12-25 03:21:02','2020-12-24 22:21:02'),
(7140,6543,'action started via WP Cron','2020-12-25 03:21:52','2020-12-24 22:21:52'),
(7141,6543,'action complete via WP Cron','2020-12-25 03:21:52','2020-12-24 22:21:52'),
(7142,6544,'action created','2020-12-25 03:21:52','2020-12-24 22:21:52'),
(7143,6544,'action started via WP Cron','2020-12-25 03:25:17','2020-12-24 22:25:17'),
(7144,6544,'action complete via WP Cron','2020-12-25 03:25:17','2020-12-24 22:25:17'),
(7145,6545,'action created','2020-12-25 03:25:17','2020-12-24 22:25:17'),
(7146,6545,'action started via WP Cron','2020-12-25 03:26:56','2020-12-24 22:26:56'),
(7147,6545,'action complete via WP Cron','2020-12-25 03:26:56','2020-12-24 22:26:56'),
(7148,6546,'action created','2020-12-25 03:26:56','2020-12-24 22:26:56'),
(7149,6546,'action started via WP Cron','2020-12-25 03:27:31','2020-12-24 22:27:31'),
(7150,6546,'action complete via WP Cron','2020-12-25 03:27:31','2020-12-24 22:27:31'),
(7151,6547,'action created','2020-12-25 03:27:31','2020-12-24 22:27:31'),
(7152,6547,'action started via WP Cron','2020-12-25 03:28:43','2020-12-24 22:28:43'),
(7153,6547,'action complete via WP Cron','2020-12-25 03:28:43','2020-12-24 22:28:43'),
(7154,6548,'action created','2020-12-25 03:28:43','2020-12-24 22:28:43'),
(7155,6548,'action started via WP Cron','2020-12-25 03:33:09','2020-12-24 22:33:09'),
(7156,6548,'action complete via WP Cron','2020-12-25 03:33:09','2020-12-24 22:33:09'),
(7157,6549,'action created','2020-12-25 03:33:09','2020-12-24 22:33:09'),
(7158,6549,'action started via WP Cron','2020-12-25 03:34:16','2020-12-24 22:34:16'),
(7159,6549,'action complete via WP Cron','2020-12-25 03:34:16','2020-12-24 22:34:16'),
(7160,6550,'action created','2020-12-25 03:34:16','2020-12-24 22:34:16'),
(7161,6550,'action started via WP Cron','2020-12-25 03:35:33','2020-12-24 22:35:33'),
(7162,6550,'action complete via WP Cron','2020-12-25 03:35:33','2020-12-24 22:35:33'),
(7163,6551,'action created','2020-12-25 03:35:33','2020-12-24 22:35:33'),
(7164,6551,'action started via WP Cron','2020-12-25 03:36:12','2020-12-24 22:36:12'),
(7165,6551,'action complete via WP Cron','2020-12-25 03:36:12','2020-12-24 22:36:12'),
(7166,6552,'action created','2020-12-25 03:36:13','2020-12-24 22:36:13'),
(7167,6552,'action started via WP Cron','2020-12-25 03:37:27','2020-12-24 22:37:27'),
(7168,6552,'action complete via WP Cron','2020-12-25 03:37:27','2020-12-24 22:37:27'),
(7169,6553,'action created','2020-12-25 03:37:27','2020-12-24 22:37:27'),
(7170,6553,'action started via WP Cron','2020-12-25 03:38:15','2020-12-24 22:38:15'),
(7171,6553,'action complete via WP Cron','2020-12-25 03:38:15','2020-12-24 22:38:15'),
(7172,6554,'action created','2020-12-25 03:38:15','2020-12-24 22:38:15'),
(7173,6554,'action started via WP Cron','2020-12-25 03:39:53','2020-12-24 22:39:53'),
(7174,6554,'action complete via WP Cron','2020-12-25 03:39:53','2020-12-24 22:39:53'),
(7175,6555,'action created','2020-12-25 03:39:53','2020-12-24 22:39:53'),
(7176,6555,'action started via WP Cron','2020-12-25 03:40:14','2020-12-24 22:40:14'),
(7177,6555,'action complete via WP Cron','2020-12-25 03:40:14','2020-12-24 22:40:14'),
(7178,6556,'action created','2020-12-25 03:40:14','2020-12-24 22:40:14'),
(7179,6556,'action started via WP Cron','2020-12-25 03:41:23','2020-12-24 22:41:23'),
(7180,6556,'action complete via WP Cron','2020-12-25 03:41:23','2020-12-24 22:41:23'),
(7181,6557,'action created','2020-12-25 03:41:23','2020-12-24 22:41:23'),
(7182,6557,'action started via WP Cron','2020-12-25 03:42:12','2020-12-24 22:42:12'),
(7183,6557,'action complete via WP Cron','2020-12-25 03:42:12','2020-12-24 22:42:12'),
(7184,6558,'action created','2020-12-25 03:42:12','2020-12-24 22:42:12'),
(7185,6558,'action started via WP Cron','2020-12-25 03:44:27','2020-12-24 22:44:27'),
(7186,6558,'action complete via WP Cron','2020-12-25 03:44:27','2020-12-24 22:44:27'),
(7187,6559,'action created','2020-12-25 03:44:27','2020-12-24 22:44:27'),
(7188,6559,'action started via WP Cron','2020-12-25 03:45:57','2020-12-24 22:45:57'),
(7189,6559,'action complete via WP Cron','2020-12-25 03:45:57','2020-12-24 22:45:57'),
(7190,6560,'action created','2020-12-25 03:45:57','2020-12-24 22:45:57'),
(7191,6560,'action started via WP Cron','2020-12-25 03:46:19','2020-12-24 22:46:19'),
(7192,6560,'action complete via WP Cron','2020-12-25 03:46:19','2020-12-24 22:46:19'),
(7193,6561,'action created','2020-12-25 03:46:19','2020-12-24 22:46:19'),
(7194,6561,'action started via WP Cron','2020-12-25 03:47:33','2020-12-24 22:47:33'),
(7195,6561,'action complete via WP Cron','2020-12-25 03:47:33','2020-12-24 22:47:33'),
(7196,6562,'action created','2020-12-25 03:47:33','2020-12-24 22:47:33'),
(7197,6562,'action started via WP Cron','2020-12-25 03:48:34','2020-12-24 22:48:34'),
(7198,6562,'action complete via WP Cron','2020-12-25 03:48:34','2020-12-24 22:48:34'),
(7199,6563,'action created','2020-12-25 03:48:34','2020-12-24 22:48:34'),
(7200,6563,'action started via WP Cron','2020-12-25 03:50:06','2020-12-24 22:50:06'),
(7201,6563,'action complete via WP Cron','2020-12-25 03:50:06','2020-12-24 22:50:06'),
(7202,6564,'action created','2020-12-25 03:50:07','2020-12-24 22:50:07'),
(7203,6564,'action started via WP Cron','2020-12-25 03:51:06','2020-12-24 22:51:06'),
(7204,6564,'action complete via WP Cron','2020-12-25 03:51:06','2020-12-24 22:51:06'),
(7205,6565,'action created','2020-12-25 03:51:06','2020-12-24 22:51:06'),
(7206,6565,'action started via WP Cron','2020-12-25 03:51:31','2020-12-24 22:51:31'),
(7207,6565,'action complete via WP Cron','2020-12-25 03:51:31','2020-12-24 22:51:31'),
(7208,6566,'action created','2020-12-25 03:51:31','2020-12-24 22:51:31'),
(7209,6566,'action started via WP Cron','2020-12-25 03:52:56','2020-12-24 22:52:56'),
(7210,6566,'action complete via WP Cron','2020-12-25 03:52:56','2020-12-24 22:52:56'),
(7211,6567,'action created','2020-12-25 03:52:56','2020-12-24 22:52:56'),
(7212,6567,'action started via WP Cron','2020-12-25 03:53:18','2020-12-24 22:53:18'),
(7213,6567,'action complete via WP Cron','2020-12-25 03:53:18','2020-12-24 22:53:18'),
(7214,6568,'action created','2020-12-25 03:53:18','2020-12-24 22:53:18'),
(7215,6568,'action started via WP Cron','2020-12-25 03:54:12','2020-12-24 22:54:12'),
(7216,6568,'action complete via WP Cron','2020-12-25 03:54:12','2020-12-24 22:54:12'),
(7217,6569,'action created','2020-12-25 03:54:12','2020-12-24 22:54:12'),
(7218,6569,'action started via WP Cron','2020-12-25 03:55:46','2020-12-24 22:55:46'),
(7219,6569,'action complete via WP Cron','2020-12-25 03:55:46','2020-12-24 22:55:46'),
(7220,6570,'action created','2020-12-25 03:55:46','2020-12-24 22:55:46'),
(7221,6570,'action started via WP Cron','2020-12-25 03:56:16','2020-12-24 22:56:16'),
(7222,6570,'action complete via WP Cron','2020-12-25 03:56:16','2020-12-24 22:56:16'),
(7223,6571,'action created','2020-12-25 03:56:16','2020-12-24 22:56:16'),
(7224,6571,'action started via WP Cron','2020-12-25 03:57:23','2020-12-24 22:57:23'),
(7225,6571,'action complete via WP Cron','2020-12-25 03:57:23','2020-12-24 22:57:23'),
(7226,6572,'action created','2020-12-25 03:57:23','2020-12-24 22:57:23'),
(7227,6572,'action started via WP Cron','2020-12-25 03:58:35','2020-12-24 22:58:35'),
(7228,6572,'action complete via WP Cron','2020-12-25 03:58:35','2020-12-24 22:58:35'),
(7229,6573,'action created','2020-12-25 03:58:35','2020-12-24 22:58:35'),
(7230,6573,'action started via WP Cron','2020-12-25 03:59:36','2020-12-24 22:59:36'),
(7231,6573,'action complete via WP Cron','2020-12-25 03:59:36','2020-12-24 22:59:36'),
(7232,6574,'action created','2020-12-25 03:59:36','2020-12-24 22:59:36'),
(7233,6574,'action started via WP Cron','2020-12-25 04:00:17','2020-12-24 23:00:17'),
(7234,6574,'action complete via WP Cron','2020-12-25 04:00:17','2020-12-24 23:00:17'),
(7235,6575,'action created','2020-12-25 04:00:17','2020-12-24 23:00:17'),
(7236,6575,'action started via WP Cron','2020-12-25 04:01:22','2020-12-24 23:01:22'),
(7237,6575,'action complete via WP Cron','2020-12-25 04:01:22','2020-12-24 23:01:22'),
(7238,6576,'action created','2020-12-25 04:01:22','2020-12-24 23:01:22'),
(7239,6576,'action started via WP Cron','2020-12-25 04:03:28','2020-12-24 23:03:28'),
(7240,6576,'action complete via WP Cron','2020-12-25 04:03:28','2020-12-24 23:03:28'),
(7241,6577,'action created','2020-12-25 04:03:28','2020-12-24 23:03:28'),
(7242,6577,'action started via WP Cron','2020-12-25 04:04:50','2020-12-24 23:04:50'),
(7243,6577,'action complete via WP Cron','2020-12-25 04:04:50','2020-12-24 23:04:50'),
(7244,6578,'action created','2020-12-25 04:04:51','2020-12-24 23:04:51'),
(7245,6578,'action started via WP Cron','2020-12-25 04:05:24','2020-12-24 23:05:24'),
(7246,6578,'action complete via WP Cron','2020-12-25 04:05:24','2020-12-24 23:05:24'),
(7247,6579,'action created','2020-12-25 04:05:24','2020-12-24 23:05:24'),
(7248,6579,'action started via WP Cron','2020-12-25 04:06:14','2020-12-24 23:06:14'),
(7249,6579,'action complete via WP Cron','2020-12-25 04:06:14','2020-12-24 23:06:14'),
(7250,6580,'action created','2020-12-25 04:06:14','2020-12-24 23:06:14'),
(7251,6580,'action started via WP Cron','2020-12-25 04:08:01','2020-12-24 23:08:01'),
(7252,6580,'action complete via WP Cron','2020-12-25 04:08:01','2020-12-24 23:08:01'),
(7253,6581,'action created','2020-12-25 04:08:01','2020-12-24 23:08:01'),
(7254,6581,'action started via WP Cron','2020-12-25 04:08:49','2020-12-24 23:08:49'),
(7255,6581,'action complete via WP Cron','2020-12-25 04:08:49','2020-12-24 23:08:49'),
(7256,6582,'action created','2020-12-25 04:08:49','2020-12-24 23:08:49'),
(7257,6582,'action started via WP Cron','2020-12-25 04:09:35','2020-12-24 23:09:35'),
(7258,6582,'action complete via WP Cron','2020-12-25 04:09:35','2020-12-24 23:09:35'),
(7259,6583,'action created','2020-12-25 04:09:35','2020-12-24 23:09:35'),
(7260,6583,'action started via WP Cron','2020-12-25 04:10:36','2020-12-24 23:10:36'),
(7261,6583,'action complete via WP Cron','2020-12-25 04:10:36','2020-12-24 23:10:36'),
(7262,6584,'action created','2020-12-25 04:10:36','2020-12-24 23:10:36'),
(7263,6584,'action started via WP Cron','2020-12-25 04:11:22','2020-12-24 23:11:22'),
(7264,6584,'action complete via WP Cron','2020-12-25 04:11:22','2020-12-24 23:11:22'),
(7265,6585,'action created','2020-12-25 04:11:22','2020-12-24 23:11:22'),
(7266,6585,'action started via WP Cron','2020-12-25 04:12:12','2020-12-24 23:12:12'),
(7267,6585,'action complete via WP Cron','2020-12-25 04:12:12','2020-12-24 23:12:12'),
(7268,6586,'action created','2020-12-25 04:12:12','2020-12-24 23:12:12'),
(7269,6586,'action started via WP Cron','2020-12-25 04:13:40','2020-12-24 23:13:40'),
(7270,6586,'action complete via WP Cron','2020-12-25 04:13:40','2020-12-24 23:13:40'),
(7271,6587,'action created','2020-12-25 04:13:40','2020-12-24 23:13:40'),
(7272,6587,'action started via WP Cron','2020-12-25 04:14:18','2020-12-24 23:14:18'),
(7273,6587,'action complete via WP Cron','2020-12-25 04:14:18','2020-12-24 23:14:18'),
(7274,6588,'action created','2020-12-25 04:14:18','2020-12-24 23:14:18'),
(7275,6588,'action started via WP Cron','2020-12-25 04:16:15','2020-12-24 23:16:15'),
(7276,6588,'action complete via WP Cron','2020-12-25 04:16:15','2020-12-24 23:16:15'),
(7277,6589,'action created','2020-12-25 04:16:15','2020-12-24 23:16:15'),
(7278,6589,'action started via WP Cron','2020-12-25 04:17:35','2020-12-24 23:17:35'),
(7279,6589,'action complete via WP Cron','2020-12-25 04:17:35','2020-12-24 23:17:35'),
(7280,6590,'action created','2020-12-25 04:17:35','2020-12-24 23:17:35'),
(7281,6590,'action started via WP Cron','2020-12-25 04:18:17','2020-12-24 23:18:17'),
(7282,6590,'action complete via WP Cron','2020-12-25 04:18:17','2020-12-24 23:18:17'),
(7283,6591,'action created','2020-12-25 04:18:17','2020-12-24 23:18:17'),
(7284,6591,'action started via WP Cron','2020-12-25 04:20:43','2020-12-24 23:20:43'),
(7285,6591,'action complete via WP Cron','2020-12-25 04:20:43','2020-12-24 23:20:43'),
(7286,6592,'action created','2020-12-25 04:20:43','2020-12-24 23:20:43'),
(7287,6592,'action started via WP Cron','2020-12-25 04:21:15','2020-12-24 23:21:15'),
(7288,6592,'action complete via WP Cron','2020-12-25 04:21:15','2020-12-24 23:21:15'),
(7289,6593,'action created','2020-12-25 04:21:15','2020-12-24 23:21:15'),
(7290,6593,'action started via WP Cron','2020-12-25 04:22:46','2020-12-24 23:22:46'),
(7291,6593,'action complete via WP Cron','2020-12-25 04:22:46','2020-12-24 23:22:46'),
(7292,6594,'action created','2020-12-25 04:22:46','2020-12-24 23:22:46'),
(7293,6594,'action started via WP Cron','2020-12-25 04:28:19','2020-12-24 23:28:19'),
(7294,6594,'action complete via WP Cron','2020-12-25 04:28:19','2020-12-24 23:28:19'),
(7295,6595,'action created','2020-12-25 04:28:19','2020-12-24 23:28:19'),
(7296,6595,'action started via WP Cron','2020-12-25 04:29:33','2020-12-24 23:29:33'),
(7297,6595,'action complete via WP Cron','2020-12-25 04:29:33','2020-12-24 23:29:33'),
(7298,6596,'action created','2020-12-25 04:29:33','2020-12-24 23:29:33'),
(7299,6596,'action started via WP Cron','2020-12-25 04:31:02','2020-12-24 23:31:02'),
(7300,6596,'action complete via WP Cron','2020-12-25 04:31:02','2020-12-24 23:31:02'),
(7301,6597,'action created','2020-12-25 04:31:02','2020-12-24 23:31:02'),
(7302,6597,'action started via WP Cron','2020-12-25 04:31:23','2020-12-24 23:31:23'),
(7303,6597,'action complete via WP Cron','2020-12-25 04:31:23','2020-12-24 23:31:23'),
(7304,6598,'action created','2020-12-25 04:31:23','2020-12-24 23:31:23'),
(7305,6598,'action started via WP Cron','2020-12-25 04:32:17','2020-12-24 23:32:17'),
(7306,6598,'action complete via WP Cron','2020-12-25 04:32:17','2020-12-24 23:32:17'),
(7307,6599,'action created','2020-12-25 04:32:17','2020-12-24 23:32:17'),
(7308,6599,'action started via WP Cron','2020-12-25 04:33:33','2020-12-24 23:33:33'),
(7309,6599,'action complete via WP Cron','2020-12-25 04:33:33','2020-12-24 23:33:33'),
(7310,6600,'action created','2020-12-25 04:33:33','2020-12-24 23:33:33'),
(7311,6600,'action started via WP Cron','2020-12-25 04:34:30','2020-12-24 23:34:30'),
(7312,6600,'action complete via WP Cron','2020-12-25 04:34:30','2020-12-24 23:34:30'),
(7313,6601,'action created','2020-12-25 04:34:30','2020-12-24 23:34:30'),
(7314,6601,'action started via WP Cron','2020-12-25 04:35:27','2020-12-24 23:35:27'),
(7315,6601,'action complete via WP Cron','2020-12-25 04:35:27','2020-12-24 23:35:27'),
(7316,6602,'action created','2020-12-25 04:35:27','2020-12-24 23:35:27'),
(7317,6602,'action started via WP Cron','2020-12-25 04:37:01','2020-12-24 23:37:01'),
(7318,6602,'action complete via WP Cron','2020-12-25 04:37:01','2020-12-24 23:37:01'),
(7319,6603,'action created','2020-12-25 04:37:01','2020-12-24 23:37:01'),
(7320,6603,'action started via WP Cron','2020-12-25 04:37:14','2020-12-24 23:37:14'),
(7321,6603,'action complete via WP Cron','2020-12-25 04:37:15','2020-12-24 23:37:15'),
(7322,6604,'action created','2020-12-25 04:37:15','2020-12-24 23:37:15'),
(7323,6604,'action started via WP Cron','2020-12-25 04:39:48','2020-12-24 23:39:48'),
(7324,6604,'action complete via WP Cron','2020-12-25 04:39:48','2020-12-24 23:39:48'),
(7325,6605,'action created','2020-12-25 04:39:48','2020-12-24 23:39:48'),
(7326,6605,'action started via WP Cron','2020-12-25 04:40:19','2020-12-24 23:40:19'),
(7327,6605,'action complete via WP Cron','2020-12-25 04:40:19','2020-12-24 23:40:19'),
(7328,6606,'action created','2020-12-25 04:40:19','2020-12-24 23:40:19'),
(7329,6606,'action started via WP Cron','2020-12-25 04:42:29','2020-12-24 23:42:29'),
(7330,6606,'action complete via WP Cron','2020-12-25 04:42:29','2020-12-24 23:42:29'),
(7331,6607,'action created','2020-12-25 04:42:29','2020-12-24 23:42:29'),
(7332,6607,'action started via WP Cron','2020-12-25 04:44:24','2020-12-24 23:44:24'),
(7333,6607,'action complete via WP Cron','2020-12-25 04:44:24','2020-12-24 23:44:24'),
(7334,6608,'action created','2020-12-25 04:44:24','2020-12-24 23:44:24'),
(7335,6608,'action started via WP Cron','2020-12-25 04:45:34','2020-12-24 23:45:34'),
(7336,6608,'action complete via WP Cron','2020-12-25 04:45:34','2020-12-24 23:45:34'),
(7337,6609,'action created','2020-12-25 04:45:34','2020-12-24 23:45:34'),
(7338,6609,'action started via WP Cron','2020-12-25 04:48:45','2020-12-24 23:48:45'),
(7339,6609,'action complete via WP Cron','2020-12-25 04:48:45','2020-12-24 23:48:45'),
(7340,6610,'action created','2020-12-25 04:48:45','2020-12-24 23:48:45'),
(7341,6610,'action started via WP Cron','2020-12-25 04:49:24','2020-12-24 23:49:24'),
(7342,6610,'action complete via WP Cron','2020-12-25 04:49:24','2020-12-24 23:49:24'),
(7343,6611,'action created','2020-12-25 04:49:24','2020-12-24 23:49:24'),
(7344,6611,'action started via WP Cron','2020-12-25 04:50:17','2020-12-24 23:50:17'),
(7345,6611,'action complete via WP Cron','2020-12-25 04:50:17','2020-12-24 23:50:17'),
(7346,6612,'action created','2020-12-25 04:50:17','2020-12-24 23:50:17'),
(7347,6612,'action started via WP Cron','2020-12-25 04:54:17','2020-12-24 23:54:17'),
(7348,6612,'action complete via WP Cron','2020-12-25 04:54:17','2020-12-24 23:54:17'),
(7349,6613,'action created','2020-12-25 04:54:17','2020-12-24 23:54:17'),
(7350,6613,'action started via WP Cron','2020-12-25 04:55:42','2020-12-24 23:55:42'),
(7351,6613,'action complete via WP Cron','2020-12-25 04:55:42','2020-12-24 23:55:42'),
(7352,6614,'action created','2020-12-25 04:55:42','2020-12-24 23:55:42'),
(7353,6614,'action started via WP Cron','2020-12-25 04:57:10','2020-12-24 23:57:10'),
(7354,6614,'action complete via WP Cron','2020-12-25 04:57:10','2020-12-24 23:57:10'),
(7355,6615,'action created','2020-12-25 04:57:10','2020-12-24 23:57:10'),
(7356,6615,'action started via WP Cron','2020-12-25 04:57:52','2020-12-24 23:57:52'),
(7357,6615,'action complete via WP Cron','2020-12-25 04:57:52','2020-12-24 23:57:52'),
(7358,6616,'action created','2020-12-25 04:57:52','2020-12-24 23:57:52'),
(7359,6616,'action started via WP Cron','2020-12-25 04:58:32','2020-12-24 23:58:32'),
(7360,6616,'action complete via WP Cron','2020-12-25 04:58:32','2020-12-24 23:58:32'),
(7361,6617,'action created','2020-12-25 04:58:32','2020-12-24 23:58:32'),
(7362,6617,'action started via WP Cron','2020-12-25 04:59:17','2020-12-24 23:59:17'),
(7363,6617,'action complete via WP Cron','2020-12-25 04:59:17','2020-12-24 23:59:17'),
(7364,6618,'action created','2020-12-25 04:59:17','2020-12-24 23:59:17'),
(7365,6618,'action started via WP Cron','2020-12-25 05:00:13','2020-12-25 00:00:13'),
(7366,6618,'action complete via WP Cron','2020-12-25 05:00:13','2020-12-25 00:00:13'),
(7367,6619,'action created','2020-12-25 05:00:13','2020-12-25 00:00:13'),
(7368,6619,'action started via WP Cron','2020-12-25 05:06:05','2020-12-25 00:06:05'),
(7369,6619,'action complete via WP Cron','2020-12-25 05:06:05','2020-12-25 00:06:05'),
(7370,6620,'action created','2020-12-25 05:06:05','2020-12-25 00:06:05'),
(7371,6620,'action started via WP Cron','2020-12-25 05:11:26','2020-12-25 00:11:26'),
(7372,6620,'action complete via WP Cron','2020-12-25 05:11:26','2020-12-25 00:11:26'),
(7373,6621,'action created','2020-12-25 05:11:26','2020-12-25 00:11:26'),
(7374,6621,'action started via WP Cron','2020-12-25 05:13:30','2020-12-25 00:13:30'),
(7375,6621,'action complete via WP Cron','2020-12-25 05:13:30','2020-12-25 00:13:30'),
(7376,6622,'action created','2020-12-25 05:13:30','2020-12-25 00:13:30'),
(7377,6622,'action started via WP Cron','2020-12-25 05:17:28','2020-12-25 00:17:28'),
(7378,6622,'action complete via WP Cron','2020-12-25 05:17:28','2020-12-25 00:17:28'),
(7379,6623,'action created','2020-12-25 05:17:28','2020-12-25 00:17:28'),
(7380,6623,'action started via WP Cron','2020-12-25 05:18:39','2020-12-25 00:18:39'),
(7381,6623,'action complete via WP Cron','2020-12-25 05:18:39','2020-12-25 00:18:39'),
(7382,6624,'action created','2020-12-25 05:18:39','2020-12-25 00:18:39'),
(7383,6624,'action started via WP Cron','2020-12-25 05:20:55','2020-12-25 00:20:55'),
(7384,6624,'action complete via WP Cron','2020-12-25 05:20:55','2020-12-25 00:20:55'),
(7385,6625,'action created','2020-12-25 05:20:55','2020-12-25 00:20:55'),
(7386,6625,'action started via WP Cron','2020-12-25 05:22:19','2020-12-25 00:22:19'),
(7387,6625,'action complete via WP Cron','2020-12-25 05:22:19','2020-12-25 00:22:19'),
(7388,6626,'action created','2020-12-25 05:22:19','2020-12-25 00:22:19'),
(7389,6626,'action started via WP Cron','2020-12-25 05:27:21','2020-12-25 00:27:21'),
(7390,6626,'action complete via WP Cron','2020-12-25 05:27:21','2020-12-25 00:27:21'),
(7391,6627,'action created','2020-12-25 05:27:21','2020-12-25 00:27:21'),
(7392,6627,'action started via WP Cron','2020-12-25 05:28:16','2020-12-25 00:28:16'),
(7393,6627,'action complete via WP Cron','2020-12-25 05:28:16','2020-12-25 00:28:16'),
(7394,6628,'action created','2020-12-25 05:28:16','2020-12-25 00:28:16'),
(7395,6628,'action started via WP Cron','2020-12-25 05:30:06','2020-12-25 00:30:06'),
(7396,6628,'action complete via WP Cron','2020-12-25 05:30:06','2020-12-25 00:30:06'),
(7397,6629,'action created','2020-12-25 05:30:06','2020-12-25 00:30:06'),
(7398,6629,'action started via WP Cron','2020-12-25 05:34:58','2020-12-25 00:34:58'),
(7399,6629,'action complete via WP Cron','2020-12-25 05:34:58','2020-12-25 00:34:58'),
(7400,6630,'action created','2020-12-25 05:34:58','2020-12-25 00:34:58'),
(7401,6630,'action started via WP Cron','2020-12-25 05:35:25','2020-12-25 00:35:25'),
(7402,6630,'action complete via WP Cron','2020-12-25 05:35:25','2020-12-25 00:35:25'),
(7403,6631,'action created','2020-12-25 05:35:25','2020-12-25 00:35:25'),
(7404,6631,'action started via WP Cron','2020-12-25 05:36:13','2020-12-25 00:36:13'),
(7405,6631,'action complete via WP Cron','2020-12-25 05:36:13','2020-12-25 00:36:13'),
(7406,6632,'action created','2020-12-25 05:36:13','2020-12-25 00:36:13'),
(7407,6632,'action started via WP Cron','2020-12-25 05:38:22','2020-12-25 00:38:22'),
(7408,6632,'action complete via WP Cron','2020-12-25 05:38:22','2020-12-25 00:38:22'),
(7409,6633,'action created','2020-12-25 05:38:22','2020-12-25 00:38:22'),
(7410,6633,'action started via WP Cron','2020-12-25 05:39:39','2020-12-25 00:39:39'),
(7411,6633,'action complete via WP Cron','2020-12-25 05:39:39','2020-12-25 00:39:39'),
(7412,6634,'action created','2020-12-25 05:39:39','2020-12-25 00:39:39'),
(7413,6634,'action started via WP Cron','2020-12-25 05:40:35','2020-12-25 00:40:35'),
(7414,6634,'action complete via WP Cron','2020-12-25 05:40:35','2020-12-25 00:40:35'),
(7415,6635,'action created','2020-12-25 05:40:35','2020-12-25 00:40:35'),
(7416,6635,'action started via WP Cron','2020-12-25 05:41:23','2020-12-25 00:41:23'),
(7417,6635,'action complete via WP Cron','2020-12-25 05:41:23','2020-12-25 00:41:23'),
(7418,6636,'action created','2020-12-25 05:41:23','2020-12-25 00:41:23'),
(7419,6636,'action started via WP Cron','2020-12-25 05:43:05','2020-12-25 00:43:05'),
(7420,6636,'action complete via WP Cron','2020-12-25 05:43:05','2020-12-25 00:43:05'),
(7421,6637,'action created','2020-12-25 05:43:05','2020-12-25 00:43:05'),
(7422,6637,'action started via WP Cron','2020-12-25 05:43:45','2020-12-25 00:43:45'),
(7423,6637,'action complete via WP Cron','2020-12-25 05:43:45','2020-12-25 00:43:45'),
(7424,6638,'action created','2020-12-25 05:43:45','2020-12-25 00:43:45'),
(7425,6638,'action started via WP Cron','2020-12-25 05:44:34','2020-12-25 00:44:34'),
(7426,6638,'action complete via WP Cron','2020-12-25 05:44:34','2020-12-25 00:44:34'),
(7427,6639,'action created','2020-12-25 05:44:35','2020-12-25 00:44:35'),
(7428,6639,'action started via WP Cron','2020-12-25 05:46:14','2020-12-25 00:46:14'),
(7429,6639,'action complete via WP Cron','2020-12-25 05:46:14','2020-12-25 00:46:14'),
(7430,6640,'action created','2020-12-25 05:46:14','2020-12-25 00:46:14'),
(7431,6640,'action started via WP Cron','2020-12-25 05:49:11','2020-12-25 00:49:11'),
(7432,6640,'action complete via WP Cron','2020-12-25 05:49:11','2020-12-25 00:49:11'),
(7433,6641,'action created','2020-12-25 05:49:11','2020-12-25 00:49:11'),
(7434,6641,'action started via WP Cron','2020-12-25 05:50:37','2020-12-25 00:50:37'),
(7435,6641,'action complete via WP Cron','2020-12-25 05:50:37','2020-12-25 00:50:37'),
(7436,6642,'action created','2020-12-25 05:50:37','2020-12-25 00:50:37'),
(7437,6642,'action started via WP Cron','2020-12-25 05:51:57','2020-12-25 00:51:57'),
(7438,6642,'action complete via WP Cron','2020-12-25 05:51:57','2020-12-25 00:51:57'),
(7439,6643,'action created','2020-12-25 05:51:57','2020-12-25 00:51:57'),
(7440,6643,'action started via WP Cron','2020-12-25 05:52:17','2020-12-25 00:52:17'),
(7441,6643,'action complete via WP Cron','2020-12-25 05:52:17','2020-12-25 00:52:17'),
(7442,6644,'action created','2020-12-25 05:52:17','2020-12-25 00:52:17'),
(7443,6644,'action started via WP Cron','2020-12-25 05:55:09','2020-12-25 00:55:09'),
(7444,6644,'action complete via WP Cron','2020-12-25 05:55:09','2020-12-25 00:55:09'),
(7445,6645,'action created','2020-12-25 05:55:09','2020-12-25 00:55:09'),
(7446,6645,'action started via WP Cron','2020-12-25 05:57:48','2020-12-25 00:57:48'),
(7447,6645,'action complete via WP Cron','2020-12-25 05:57:48','2020-12-25 00:57:48'),
(7448,6646,'action created','2020-12-25 05:57:48','2020-12-25 00:57:48'),
(7449,6646,'action started via WP Cron','2020-12-25 05:58:28','2020-12-25 00:58:28'),
(7450,6646,'action complete via WP Cron','2020-12-25 05:58:28','2020-12-25 00:58:28'),
(7451,6647,'action created','2020-12-25 05:58:29','2020-12-25 00:58:29'),
(7452,6647,'action started via WP Cron','2020-12-25 05:59:42','2020-12-25 00:59:42'),
(7453,6647,'action complete via WP Cron','2020-12-25 05:59:42','2020-12-25 00:59:42'),
(7454,6648,'action created','2020-12-25 05:59:42','2020-12-25 00:59:42'),
(7455,6648,'action started via WP Cron','2020-12-25 06:02:28','2020-12-25 01:02:28'),
(7456,6648,'action complete via WP Cron','2020-12-25 06:02:28','2020-12-25 01:02:28'),
(7457,6649,'action created','2020-12-25 06:02:28','2020-12-25 01:02:28'),
(7458,6649,'action started via WP Cron','2020-12-25 06:05:04','2020-12-25 01:05:04'),
(7459,6649,'action complete via WP Cron','2020-12-25 06:05:04','2020-12-25 01:05:04'),
(7460,6650,'action created','2020-12-25 06:05:04','2020-12-25 01:05:04'),
(7461,6650,'action started via WP Cron','2020-12-25 06:06:43','2020-12-25 01:06:43'),
(7462,6650,'action complete via WP Cron','2020-12-25 06:06:43','2020-12-25 01:06:43'),
(7463,6651,'action created','2020-12-25 06:06:44','2020-12-25 01:06:44'),
(7464,6651,'action started via WP Cron','2020-12-25 06:08:44','2020-12-25 01:08:44'),
(7465,6651,'action complete via WP Cron','2020-12-25 06:08:44','2020-12-25 01:08:44'),
(7466,6652,'action created','2020-12-25 06:08:44','2020-12-25 01:08:44'),
(7467,6652,'action started via WP Cron','2020-12-25 06:10:10','2020-12-25 01:10:10'),
(7468,6652,'action complete via WP Cron','2020-12-25 06:10:10','2020-12-25 01:10:10'),
(7469,6653,'action created','2020-12-25 06:10:10','2020-12-25 01:10:10'),
(7470,6653,'action started via WP Cron','2020-12-25 06:10:56','2020-12-25 01:10:56'),
(7471,6653,'action complete via WP Cron','2020-12-25 06:10:56','2020-12-25 01:10:56'),
(7472,6654,'action created','2020-12-25 06:10:56','2020-12-25 01:10:56'),
(7473,6654,'action started via WP Cron','2020-12-25 06:11:46','2020-12-25 01:11:46'),
(7474,6654,'action complete via WP Cron','2020-12-25 06:11:46','2020-12-25 01:11:46'),
(7475,6655,'action created','2020-12-25 06:11:46','2020-12-25 01:11:46'),
(7476,6655,'action started via WP Cron','2020-12-25 06:14:26','2020-12-25 01:14:26'),
(7477,6655,'action complete via WP Cron','2020-12-25 06:14:26','2020-12-25 01:14:26'),
(7478,6656,'action created','2020-12-25 06:14:26','2020-12-25 01:14:26'),
(7479,6656,'action started via WP Cron','2020-12-25 06:16:32','2020-12-25 01:16:32'),
(7480,6656,'action complete via WP Cron','2020-12-25 06:16:32','2020-12-25 01:16:32'),
(7481,6657,'action created','2020-12-25 06:16:32','2020-12-25 01:16:32'),
(7482,6657,'action started via WP Cron','2020-12-25 06:20:01','2020-12-25 01:20:01'),
(7483,6657,'action complete via WP Cron','2020-12-25 06:20:01','2020-12-25 01:20:01'),
(7484,6658,'action created','2020-12-25 06:20:01','2020-12-25 01:20:01'),
(7485,6658,'action started via WP Cron','2020-12-25 06:21:04','2020-12-25 01:21:04'),
(7486,6658,'action complete via WP Cron','2020-12-25 06:21:04','2020-12-25 01:21:04'),
(7487,6659,'action created','2020-12-25 06:21:04','2020-12-25 01:21:04'),
(7488,6659,'action started via WP Cron','2020-12-25 06:21:31','2020-12-25 01:21:31'),
(7489,6659,'action complete via WP Cron','2020-12-25 06:21:31','2020-12-25 01:21:31'),
(7490,6660,'action created','2020-12-25 06:21:31','2020-12-25 01:21:31'),
(7491,6660,'action started via WP Cron','2020-12-25 06:22:47','2020-12-25 01:22:47'),
(7492,6660,'action complete via WP Cron','2020-12-25 06:22:47','2020-12-25 01:22:47'),
(7493,6661,'action created','2020-12-25 06:22:48','2020-12-25 01:22:48'),
(7494,6661,'action started via WP Cron','2020-12-25 06:24:04','2020-12-25 01:24:04'),
(7495,6661,'action complete via WP Cron','2020-12-25 06:24:04','2020-12-25 01:24:04'),
(7496,6662,'action created','2020-12-25 06:24:04','2020-12-25 01:24:04'),
(7497,6662,'action started via WP Cron','2020-12-25 06:27:19','2020-12-25 01:27:19'),
(7498,6662,'action complete via WP Cron','2020-12-25 06:27:19','2020-12-25 01:27:19'),
(7499,6663,'action created','2020-12-25 06:27:19','2020-12-25 01:27:19'),
(7500,6663,'action started via WP Cron','2020-12-25 06:31:15','2020-12-25 01:31:15'),
(7501,6663,'action complete via WP Cron','2020-12-25 06:31:15','2020-12-25 01:31:15'),
(7502,6664,'action created','2020-12-25 06:31:15','2020-12-25 01:31:15'),
(7503,6664,'action started via WP Cron','2020-12-25 06:37:31','2020-12-25 01:37:31'),
(7504,6664,'action complete via WP Cron','2020-12-25 06:37:31','2020-12-25 01:37:31'),
(7505,6665,'action created','2020-12-25 06:37:31','2020-12-25 01:37:31'),
(7506,6665,'action started via WP Cron','2020-12-25 06:38:20','2020-12-25 01:38:20'),
(7507,6665,'action complete via WP Cron','2020-12-25 06:38:20','2020-12-25 01:38:20'),
(7508,6666,'action created','2020-12-25 06:38:20','2020-12-25 01:38:20'),
(7509,6666,'action started via WP Cron','2020-12-25 06:39:18','2020-12-25 01:39:18'),
(7510,6666,'action complete via WP Cron','2020-12-25 06:39:18','2020-12-25 01:39:18'),
(7511,6667,'action created','2020-12-25 06:39:18','2020-12-25 01:39:18'),
(7512,6667,'action started via WP Cron','2020-12-25 06:41:15','2020-12-25 01:41:15'),
(7513,6667,'action complete via WP Cron','2020-12-25 06:41:15','2020-12-25 01:41:15'),
(7514,6668,'action created','2020-12-25 06:41:15','2020-12-25 01:41:15'),
(7515,6668,'action started via WP Cron','2020-12-25 06:42:25','2020-12-25 01:42:25'),
(7516,6668,'action complete via WP Cron','2020-12-25 06:42:25','2020-12-25 01:42:25'),
(7517,6669,'action created','2020-12-25 06:42:25','2020-12-25 01:42:25'),
(7518,6669,'action started via WP Cron','2020-12-25 06:45:00','2020-12-25 01:45:00'),
(7519,6669,'action complete via WP Cron','2020-12-25 06:45:00','2020-12-25 01:45:00'),
(7520,6670,'action created','2020-12-25 06:45:00','2020-12-25 01:45:00'),
(7521,6670,'action started via WP Cron','2020-12-25 06:45:17','2020-12-25 01:45:17'),
(7522,6670,'action complete via WP Cron','2020-12-25 06:45:17','2020-12-25 01:45:17'),
(7523,6671,'action created','2020-12-25 06:45:17','2020-12-25 01:45:17'),
(7524,6671,'action started via WP Cron','2020-12-25 06:46:24','2020-12-25 01:46:24'),
(7525,6671,'action complete via WP Cron','2020-12-25 06:46:24','2020-12-25 01:46:24'),
(7526,6672,'action created','2020-12-25 06:46:24','2020-12-25 01:46:24'),
(7527,6672,'action started via WP Cron','2020-12-25 06:48:19','2020-12-25 01:48:19'),
(7528,6672,'action complete via WP Cron','2020-12-25 06:48:19','2020-12-25 01:48:19'),
(7529,6673,'action created','2020-12-25 06:48:19','2020-12-25 01:48:19'),
(7530,6673,'action started via WP Cron','2020-12-25 06:49:41','2020-12-25 01:49:41'),
(7531,6673,'action complete via WP Cron','2020-12-25 06:49:41','2020-12-25 01:49:41'),
(7532,6674,'action created','2020-12-25 06:49:41','2020-12-25 01:49:41'),
(7533,6674,'action started via WP Cron','2020-12-25 06:50:17','2020-12-25 01:50:17'),
(7534,6674,'action complete via WP Cron','2020-12-25 06:50:17','2020-12-25 01:50:17'),
(7535,6675,'action created','2020-12-25 06:50:17','2020-12-25 01:50:17'),
(7536,6675,'action started via WP Cron','2020-12-25 06:51:28','2020-12-25 01:51:28'),
(7537,6675,'action complete via WP Cron','2020-12-25 06:51:28','2020-12-25 01:51:28'),
(7538,6676,'action created','2020-12-25 06:51:28','2020-12-25 01:51:28'),
(7539,6676,'action started via WP Cron','2020-12-25 06:53:11','2020-12-25 01:53:11'),
(7540,6676,'action complete via WP Cron','2020-12-25 06:53:11','2020-12-25 01:53:11'),
(7541,6677,'action created','2020-12-25 06:53:11','2020-12-25 01:53:11'),
(7542,6677,'action started via WP Cron','2020-12-25 06:54:41','2020-12-25 01:54:41'),
(7543,6677,'action complete via WP Cron','2020-12-25 06:54:41','2020-12-25 01:54:41'),
(7544,6678,'action created','2020-12-25 06:54:41','2020-12-25 01:54:41'),
(7545,6678,'action started via WP Cron','2020-12-25 06:56:03','2020-12-25 01:56:03'),
(7546,6678,'action complete via WP Cron','2020-12-25 06:56:03','2020-12-25 01:56:03'),
(7547,6679,'action created','2020-12-25 06:56:03','2020-12-25 01:56:03'),
(7548,6679,'action started via WP Cron','2020-12-25 06:58:09','2020-12-25 01:58:09'),
(7549,6679,'action complete via WP Cron','2020-12-25 06:58:09','2020-12-25 01:58:09'),
(7550,6680,'action created','2020-12-25 06:58:09','2020-12-25 01:58:09'),
(7551,6680,'action started via WP Cron','2020-12-25 06:59:07','2020-12-25 01:59:07'),
(7552,6680,'action complete via WP Cron','2020-12-25 06:59:07','2020-12-25 01:59:07'),
(7553,6681,'action created','2020-12-25 06:59:07','2020-12-25 01:59:07'),
(7554,6681,'action started via WP Cron','2020-12-25 06:59:30','2020-12-25 01:59:30'),
(7555,6681,'action complete via WP Cron','2020-12-25 06:59:30','2020-12-25 01:59:30'),
(7556,6682,'action created','2020-12-25 06:59:30','2020-12-25 01:59:30'),
(7557,6682,'action started via WP Cron','2020-12-25 07:00:27','2020-12-25 02:00:27'),
(7558,6682,'action complete via WP Cron','2020-12-25 07:00:27','2020-12-25 02:00:27'),
(7559,6683,'action created','2020-12-25 07:00:28','2020-12-25 02:00:28'),
(7560,6683,'action started via WP Cron','2020-12-25 07:01:25','2020-12-25 02:01:25'),
(7561,6683,'action complete via WP Cron','2020-12-25 07:01:25','2020-12-25 02:01:25'),
(7562,6684,'action created','2020-12-25 07:01:25','2020-12-25 02:01:25'),
(7563,6684,'action started via WP Cron','2020-12-25 07:02:21','2020-12-25 02:02:21'),
(7564,6684,'action complete via WP Cron','2020-12-25 07:02:21','2020-12-25 02:02:21'),
(7565,6685,'action created','2020-12-25 07:02:21','2020-12-25 02:02:21'),
(7566,6685,'action started via WP Cron','2020-12-25 07:03:44','2020-12-25 02:03:44'),
(7567,6685,'action complete via WP Cron','2020-12-25 07:03:44','2020-12-25 02:03:44'),
(7568,6686,'action created','2020-12-25 07:03:44','2020-12-25 02:03:44'),
(7569,6686,'action started via WP Cron','2020-12-25 07:05:23','2020-12-25 02:05:23'),
(7570,6686,'action complete via WP Cron','2020-12-25 07:05:23','2020-12-25 02:05:23'),
(7571,6687,'action created','2020-12-25 07:05:23','2020-12-25 02:05:23'),
(7572,6687,'action started via WP Cron','2020-12-25 07:06:24','2020-12-25 02:06:24'),
(7573,6687,'action complete via WP Cron','2020-12-25 07:06:24','2020-12-25 02:06:24'),
(7574,6688,'action created','2020-12-25 07:06:24','2020-12-25 02:06:24'),
(7575,6688,'action started via WP Cron','2020-12-25 07:09:31','2020-12-25 02:09:31'),
(7576,6688,'action complete via WP Cron','2020-12-25 07:09:31','2020-12-25 02:09:31'),
(7577,6689,'action created','2020-12-25 07:09:31','2020-12-25 02:09:31'),
(7578,6689,'action started via WP Cron','2020-12-25 07:10:12','2020-12-25 02:10:12'),
(7579,6689,'action complete via WP Cron','2020-12-25 07:10:12','2020-12-25 02:10:12'),
(7580,6690,'action created','2020-12-25 07:10:12','2020-12-25 02:10:12'),
(7581,6690,'action started via WP Cron','2020-12-25 07:12:00','2020-12-25 02:12:00'),
(7582,6690,'action complete via WP Cron','2020-12-25 07:12:00','2020-12-25 02:12:00'),
(7583,6691,'action created','2020-12-25 07:12:00','2020-12-25 02:12:00'),
(7584,6691,'action started via WP Cron','2020-12-25 07:14:34','2020-12-25 02:14:34'),
(7585,6691,'action complete via WP Cron','2020-12-25 07:14:34','2020-12-25 02:14:34'),
(7586,6692,'action created','2020-12-25 07:14:34','2020-12-25 02:14:34'),
(7587,6692,'action started via WP Cron','2020-12-25 07:15:21','2020-12-25 02:15:21'),
(7588,6692,'action complete via WP Cron','2020-12-25 07:15:21','2020-12-25 02:15:21'),
(7589,6693,'action created','2020-12-25 07:15:21','2020-12-25 02:15:21'),
(7590,6693,'action started via WP Cron','2020-12-25 07:17:06','2020-12-25 02:17:06'),
(7591,6693,'action complete via WP Cron','2020-12-25 07:17:06','2020-12-25 02:17:06'),
(7592,6694,'action created','2020-12-25 07:17:06','2020-12-25 02:17:06'),
(7593,6694,'action started via WP Cron','2020-12-25 07:18:38','2020-12-25 02:18:38'),
(7594,6694,'action complete via WP Cron','2020-12-25 07:18:38','2020-12-25 02:18:38'),
(7595,6695,'action created','2020-12-25 07:18:38','2020-12-25 02:18:38'),
(7596,6695,'action started via WP Cron','2020-12-25 07:19:56','2020-12-25 02:19:56'),
(7597,6695,'action complete via WP Cron','2020-12-25 07:19:56','2020-12-25 02:19:56'),
(7598,6696,'action created','2020-12-25 07:19:56','2020-12-25 02:19:56'),
(7599,6696,'action started via WP Cron','2020-12-25 07:23:10','2020-12-25 02:23:10'),
(7600,6696,'action complete via WP Cron','2020-12-25 07:23:10','2020-12-25 02:23:10'),
(7601,6697,'action created','2020-12-25 07:23:10','2020-12-25 02:23:10'),
(7602,6697,'action started via WP Cron','2020-12-25 07:24:12','2020-12-25 02:24:12'),
(7603,6697,'action complete via WP Cron','2020-12-25 07:24:12','2020-12-25 02:24:12'),
(7604,6698,'action created','2020-12-25 07:24:12','2020-12-25 02:24:12'),
(7605,6698,'action started via WP Cron','2020-12-25 07:25:40','2020-12-25 02:25:40'),
(7606,6698,'action complete via WP Cron','2020-12-25 07:25:40','2020-12-25 02:25:40'),
(7607,6699,'action created','2020-12-25 07:25:40','2020-12-25 02:25:40'),
(7608,6699,'action started via WP Cron','2020-12-25 07:26:52','2020-12-25 02:26:52'),
(7609,6699,'action complete via WP Cron','2020-12-25 07:26:52','2020-12-25 02:26:52'),
(7610,6700,'action created','2020-12-25 07:26:52','2020-12-25 02:26:52'),
(7611,6700,'action started via WP Cron','2020-12-25 07:27:41','2020-12-25 02:27:41'),
(7612,6700,'action complete via WP Cron','2020-12-25 07:27:41','2020-12-25 02:27:41'),
(7613,6701,'action created','2020-12-25 07:27:41','2020-12-25 02:27:41'),
(7614,6701,'action started via WP Cron','2020-12-25 07:29:24','2020-12-25 02:29:24'),
(7615,6701,'action complete via WP Cron','2020-12-25 07:29:24','2020-12-25 02:29:24'),
(7616,6702,'action created','2020-12-25 07:29:24','2020-12-25 02:29:24'),
(7617,6702,'action started via WP Cron','2020-12-25 07:30:47','2020-12-25 02:30:47'),
(7618,6702,'action complete via WP Cron','2020-12-25 07:30:47','2020-12-25 02:30:47'),
(7619,6703,'action created','2020-12-25 07:30:47','2020-12-25 02:30:47'),
(7620,6703,'action started via WP Cron','2020-12-25 07:31:47','2020-12-25 02:31:47'),
(7621,6703,'action complete via WP Cron','2020-12-25 07:31:47','2020-12-25 02:31:47'),
(7622,6704,'action created','2020-12-25 07:31:47','2020-12-25 02:31:47'),
(7623,6704,'action started via WP Cron','2020-12-25 07:32:38','2020-12-25 02:32:38'),
(7624,6704,'action complete via WP Cron','2020-12-25 07:32:38','2020-12-25 02:32:38'),
(7625,6705,'action created','2020-12-25 07:32:38','2020-12-25 02:32:38'),
(7626,6705,'action started via WP Cron','2020-12-25 07:36:02','2020-12-25 02:36:02'),
(7627,6705,'action complete via WP Cron','2020-12-25 07:36:02','2020-12-25 02:36:02'),
(7628,6706,'action created','2020-12-25 07:36:02','2020-12-25 02:36:02'),
(7629,6706,'action started via WP Cron','2020-12-25 07:36:21','2020-12-25 02:36:21'),
(7630,6706,'action complete via WP Cron','2020-12-25 07:36:21','2020-12-25 02:36:21'),
(7631,6707,'action created','2020-12-25 07:36:21','2020-12-25 02:36:21'),
(7632,6707,'action started via WP Cron','2020-12-25 07:37:13','2020-12-25 02:37:13'),
(7633,6707,'action complete via WP Cron','2020-12-25 07:37:13','2020-12-25 02:37:13'),
(7634,6708,'action created','2020-12-25 07:37:13','2020-12-25 02:37:13'),
(7635,6708,'action started via WP Cron','2020-12-25 07:39:25','2020-12-25 02:39:25'),
(7636,6708,'action complete via WP Cron','2020-12-25 07:39:25','2020-12-25 02:39:25'),
(7637,6709,'action created','2020-12-25 07:39:25','2020-12-25 02:39:25'),
(7638,6709,'action started via WP Cron','2020-12-25 07:41:14','2020-12-25 02:41:14'),
(7639,6709,'action complete via WP Cron','2020-12-25 07:41:14','2020-12-25 02:41:14'),
(7640,6710,'action created','2020-12-25 07:41:14','2020-12-25 02:41:14'),
(7641,6710,'action started via WP Cron','2020-12-25 07:43:21','2020-12-25 02:43:21'),
(7642,6710,'action complete via WP Cron','2020-12-25 07:43:21','2020-12-25 02:43:21'),
(7643,6711,'action created','2020-12-25 07:43:21','2020-12-25 02:43:21'),
(7644,6711,'action started via WP Cron','2020-12-25 07:44:51','2020-12-25 02:44:51'),
(7645,6711,'action complete via WP Cron','2020-12-25 07:44:51','2020-12-25 02:44:51'),
(7646,6712,'action created','2020-12-25 07:44:51','2020-12-25 02:44:51'),
(7647,6712,'action started via WP Cron','2020-12-25 07:47:30','2020-12-25 02:47:30'),
(7648,6712,'action complete via WP Cron','2020-12-25 07:47:30','2020-12-25 02:47:30'),
(7649,6713,'action created','2020-12-25 07:47:30','2020-12-25 02:47:30'),
(7650,6713,'action started via WP Cron','2020-12-25 07:48:55','2020-12-25 02:48:55'),
(7651,6713,'action complete via WP Cron','2020-12-25 07:48:55','2020-12-25 02:48:55'),
(7652,6714,'action created','2020-12-25 07:48:55','2020-12-25 02:48:55'),
(7653,6714,'action started via WP Cron','2020-12-25 07:50:23','2020-12-25 02:50:23'),
(7654,6714,'action complete via WP Cron','2020-12-25 07:50:23','2020-12-25 02:50:23'),
(7655,6715,'action created','2020-12-25 07:50:23','2020-12-25 02:50:23'),
(7656,6715,'action started via WP Cron','2020-12-25 07:51:18','2020-12-25 02:51:18'),
(7657,6715,'action complete via WP Cron','2020-12-25 07:51:18','2020-12-25 02:51:18'),
(7658,6716,'action created','2020-12-25 07:51:19','2020-12-25 02:51:19'),
(7659,6716,'action started via WP Cron','2020-12-25 07:52:56','2020-12-25 02:52:56'),
(7660,6716,'action complete via WP Cron','2020-12-25 07:52:56','2020-12-25 02:52:56'),
(7661,6717,'action created','2020-12-25 07:52:56','2020-12-25 02:52:56'),
(7662,6717,'action started via WP Cron','2020-12-25 07:53:24','2020-12-25 02:53:24'),
(7663,6717,'action complete via WP Cron','2020-12-25 07:53:24','2020-12-25 02:53:24'),
(7664,6718,'action created','2020-12-25 07:53:24','2020-12-25 02:53:24'),
(7665,6718,'action started via WP Cron','2020-12-25 07:54:31','2020-12-25 02:54:31'),
(7666,6718,'action complete via WP Cron','2020-12-25 07:54:31','2020-12-25 02:54:31'),
(7667,6719,'action created','2020-12-25 07:54:31','2020-12-25 02:54:31'),
(7668,6719,'action started via WP Cron','2020-12-25 07:55:13','2020-12-25 02:55:13'),
(7669,6719,'action complete via WP Cron','2020-12-25 07:55:13','2020-12-25 02:55:13'),
(7670,6720,'action created','2020-12-25 07:55:13','2020-12-25 02:55:13'),
(7671,6720,'action started via WP Cron','2020-12-25 07:58:46','2020-12-25 02:58:46'),
(7672,6720,'action complete via WP Cron','2020-12-25 07:58:46','2020-12-25 02:58:46'),
(7673,6721,'action created','2020-12-25 07:58:46','2020-12-25 02:58:46'),
(7674,6721,'action started via WP Cron','2020-12-25 08:00:44','2020-12-25 03:00:44'),
(7675,6721,'action complete via WP Cron','2020-12-25 08:00:44','2020-12-25 03:00:44'),
(7676,6722,'action created','2020-12-25 08:00:44','2020-12-25 03:00:44'),
(7677,6722,'action started via WP Cron','2020-12-25 08:01:19','2020-12-25 03:01:19'),
(7678,6722,'action complete via WP Cron','2020-12-25 08:01:19','2020-12-25 03:01:19'),
(7679,6723,'action created','2020-12-25 08:01:19','2020-12-25 03:01:19'),
(7680,6723,'action started via WP Cron','2020-12-25 08:03:07','2020-12-25 03:03:07'),
(7681,6723,'action complete via WP Cron','2020-12-25 08:03:07','2020-12-25 03:03:07'),
(7682,6724,'action created','2020-12-25 08:03:07','2020-12-25 03:03:07'),
(7683,6724,'action started via WP Cron','2020-12-25 08:05:28','2020-12-25 03:05:28'),
(7684,6724,'action complete via WP Cron','2020-12-25 08:05:28','2020-12-25 03:05:28'),
(7685,6725,'action created','2020-12-25 08:05:28','2020-12-25 03:05:28'),
(7686,6725,'action started via WP Cron','2020-12-25 08:07:50','2020-12-25 03:07:50'),
(7687,6725,'action complete via WP Cron','2020-12-25 08:07:50','2020-12-25 03:07:50'),
(7688,6726,'action created','2020-12-25 08:07:50','2020-12-25 03:07:50'),
(7689,6726,'action started via WP Cron','2020-12-25 08:08:12','2020-12-25 03:08:12'),
(7690,6726,'action complete via WP Cron','2020-12-25 08:08:12','2020-12-25 03:08:12'),
(7691,6727,'action created','2020-12-25 08:08:12','2020-12-25 03:08:12'),
(7692,6727,'action started via WP Cron','2020-12-25 08:10:50','2020-12-25 03:10:50'),
(7693,6727,'action complete via WP Cron','2020-12-25 08:10:50','2020-12-25 03:10:50'),
(7694,6728,'action created','2020-12-25 08:10:50','2020-12-25 03:10:50'),
(7695,6728,'action started via WP Cron','2020-12-25 08:11:20','2020-12-25 03:11:20'),
(7696,6728,'action complete via WP Cron','2020-12-25 08:11:20','2020-12-25 03:11:20'),
(7697,6729,'action created','2020-12-25 08:11:20','2020-12-25 03:11:20'),
(7698,6729,'action started via WP Cron','2020-12-25 08:12:12','2020-12-25 03:12:12'),
(7699,6729,'action complete via WP Cron','2020-12-25 08:12:12','2020-12-25 03:12:12'),
(7700,6730,'action created','2020-12-25 08:12:12','2020-12-25 03:12:12'),
(7701,6730,'action started via WP Cron','2020-12-25 08:16:49','2020-12-25 03:16:49'),
(7702,6730,'action complete via WP Cron','2020-12-25 08:16:49','2020-12-25 03:16:49'),
(7703,6731,'action created','2020-12-25 08:16:49','2020-12-25 03:16:49'),
(7704,6731,'action started via WP Cron','2020-12-25 08:19:33','2020-12-25 03:19:33'),
(7705,6731,'action complete via WP Cron','2020-12-25 08:19:33','2020-12-25 03:19:33'),
(7706,6732,'action created','2020-12-25 08:19:33','2020-12-25 03:19:33'),
(7707,6732,'action started via WP Cron','2020-12-25 08:23:23','2020-12-25 03:23:23'),
(7708,6732,'action complete via WP Cron','2020-12-25 08:23:23','2020-12-25 03:23:23'),
(7709,6733,'action created','2020-12-25 08:23:23','2020-12-25 03:23:23'),
(7710,6733,'action started via WP Cron','2020-12-25 08:26:05','2020-12-25 03:26:05'),
(7711,6733,'action complete via WP Cron','2020-12-25 08:26:05','2020-12-25 03:26:05'),
(7712,6734,'action created','2020-12-25 08:26:05','2020-12-25 03:26:05'),
(7713,6734,'action started via WP Cron','2020-12-25 08:30:10','2020-12-25 03:30:10'),
(7714,6734,'action complete via WP Cron','2020-12-25 08:30:10','2020-12-25 03:30:10'),
(7715,6735,'action created','2020-12-25 08:30:10','2020-12-25 03:30:10'),
(7716,6735,'action started via WP Cron','2020-12-25 08:30:38','2020-12-25 03:30:38'),
(7717,6735,'action complete via WP Cron','2020-12-25 08:30:38','2020-12-25 03:30:38'),
(7718,6736,'action created','2020-12-25 08:30:39','2020-12-25 03:30:39'),
(7719,6736,'action started via WP Cron','2020-12-25 08:31:11','2020-12-25 03:31:11'),
(7720,6736,'action complete via WP Cron','2020-12-25 08:31:11','2020-12-25 03:31:11'),
(7721,6737,'action created','2020-12-25 08:31:12','2020-12-25 03:31:12'),
(7722,6737,'action started via WP Cron','2020-12-25 08:34:02','2020-12-25 03:34:02'),
(7723,6737,'action complete via WP Cron','2020-12-25 08:34:02','2020-12-25 03:34:02'),
(7724,6738,'action created','2020-12-25 08:34:02','2020-12-25 03:34:02'),
(7725,6738,'action started via WP Cron','2020-12-25 08:36:24','2020-12-25 03:36:24'),
(7726,6738,'action complete via WP Cron','2020-12-25 08:36:24','2020-12-25 03:36:24'),
(7727,6739,'action created','2020-12-25 08:36:24','2020-12-25 03:36:24'),
(7728,6739,'action started via WP Cron','2020-12-25 08:38:18','2020-12-25 03:38:18'),
(7729,6739,'action complete via WP Cron','2020-12-25 08:38:18','2020-12-25 03:38:18'),
(7730,6740,'action created','2020-12-25 08:38:19','2020-12-25 03:38:19'),
(7731,6740,'action started via WP Cron','2020-12-25 08:39:19','2020-12-25 03:39:19'),
(7732,6740,'action complete via WP Cron','2020-12-25 08:39:19','2020-12-25 03:39:19'),
(7733,6741,'action created','2020-12-25 08:39:19','2020-12-25 03:39:19'),
(7734,6741,'action started via WP Cron','2020-12-25 08:41:02','2020-12-25 03:41:02'),
(7735,6741,'action complete via WP Cron','2020-12-25 08:41:02','2020-12-25 03:41:02'),
(7736,6742,'action created','2020-12-25 08:41:02','2020-12-25 03:41:02'),
(7737,6742,'action started via WP Cron','2020-12-25 08:43:22','2020-12-25 03:43:22'),
(7738,6742,'action complete via WP Cron','2020-12-25 08:43:22','2020-12-25 03:43:22'),
(7739,6743,'action created','2020-12-25 08:43:22','2020-12-25 03:43:22'),
(7740,6743,'action started via WP Cron','2020-12-25 08:44:15','2020-12-25 03:44:15'),
(7741,6743,'action complete via WP Cron','2020-12-25 08:44:15','2020-12-25 03:44:15'),
(7742,6744,'action created','2020-12-25 08:44:16','2020-12-25 03:44:16'),
(7743,6744,'action started via WP Cron','2020-12-25 08:45:31','2020-12-25 03:45:31'),
(7744,6744,'action complete via WP Cron','2020-12-25 08:45:31','2020-12-25 03:45:31'),
(7745,6745,'action created','2020-12-25 08:45:31','2020-12-25 03:45:31'),
(7746,6745,'action started via WP Cron','2020-12-25 08:47:03','2020-12-25 03:47:03'),
(7747,6745,'action complete via WP Cron','2020-12-25 08:47:03','2020-12-25 03:47:03'),
(7748,6746,'action created','2020-12-25 08:47:03','2020-12-25 03:47:03'),
(7749,6746,'action started via WP Cron','2020-12-25 08:47:15','2020-12-25 03:47:15'),
(7750,6746,'action complete via WP Cron','2020-12-25 08:47:15','2020-12-25 03:47:15'),
(7751,6747,'action created','2020-12-25 08:47:15','2020-12-25 03:47:15'),
(7752,6747,'action started via WP Cron','2020-12-25 08:48:19','2020-12-25 03:48:19'),
(7753,6747,'action complete via WP Cron','2020-12-25 08:48:19','2020-12-25 03:48:19'),
(7754,6748,'action created','2020-12-25 08:48:19','2020-12-25 03:48:19'),
(7755,6748,'action started via WP Cron','2020-12-25 08:50:55','2020-12-25 03:50:55'),
(7756,6748,'action complete via WP Cron','2020-12-25 08:50:55','2020-12-25 03:50:55'),
(7757,6749,'action created','2020-12-25 08:50:55','2020-12-25 03:50:55'),
(7758,6749,'action started via WP Cron','2020-12-25 08:53:33','2020-12-25 03:53:33'),
(7759,6749,'action complete via WP Cron','2020-12-25 08:53:33','2020-12-25 03:53:33'),
(7760,6750,'action created','2020-12-25 08:53:33','2020-12-25 03:53:33'),
(7761,6750,'action started via WP Cron','2020-12-25 08:56:33','2020-12-25 03:56:33'),
(7762,6750,'action complete via WP Cron','2020-12-25 08:56:33','2020-12-25 03:56:33'),
(7763,6751,'action created','2020-12-25 08:56:33','2020-12-25 03:56:33'),
(7764,6751,'action started via WP Cron','2020-12-25 08:57:39','2020-12-25 03:57:39'),
(7765,6751,'action complete via WP Cron','2020-12-25 08:57:39','2020-12-25 03:57:39'),
(7766,6752,'action created','2020-12-25 08:57:39','2020-12-25 03:57:39'),
(7767,6752,'action started via WP Cron','2020-12-25 08:59:27','2020-12-25 03:59:27'),
(7768,6752,'action complete via WP Cron','2020-12-25 08:59:27','2020-12-25 03:59:27'),
(7769,6753,'action created','2020-12-25 08:59:27','2020-12-25 03:59:27'),
(7770,6753,'action started via WP Cron','2020-12-25 09:00:12','2020-12-25 04:00:12'),
(7771,6753,'action complete via WP Cron','2020-12-25 09:00:12','2020-12-25 04:00:12'),
(7772,6754,'action created','2020-12-25 09:00:12','2020-12-25 04:00:12'),
(7773,6754,'action started via WP Cron','2020-12-25 09:01:11','2020-12-25 04:01:11'),
(7774,6754,'action complete via WP Cron','2020-12-25 09:01:11','2020-12-25 04:01:11'),
(7775,6755,'action created','2020-12-25 09:01:12','2020-12-25 04:01:12'),
(7776,6755,'action started via WP Cron','2020-12-25 09:02:39','2020-12-25 04:02:39'),
(7777,6755,'action complete via WP Cron','2020-12-25 09:02:39','2020-12-25 04:02:39'),
(7778,6756,'action created','2020-12-25 09:02:39','2020-12-25 04:02:39'),
(7779,6756,'action started via WP Cron','2020-12-25 09:03:17','2020-12-25 04:03:17'),
(7780,6756,'action complete via WP Cron','2020-12-25 09:03:17','2020-12-25 04:03:17'),
(7781,6757,'action created','2020-12-25 09:03:17','2020-12-25 04:03:17'),
(7782,6757,'action started via WP Cron','2020-12-25 09:04:58','2020-12-25 04:04:58'),
(7783,6757,'action complete via WP Cron','2020-12-25 09:04:58','2020-12-25 04:04:58'),
(7784,6758,'action created','2020-12-25 09:04:58','2020-12-25 04:04:58'),
(7785,6758,'action started via WP Cron','2020-12-25 09:07:17','2020-12-25 04:07:17'),
(7786,6758,'action complete via WP Cron','2020-12-25 09:07:17','2020-12-25 04:07:17'),
(7787,6759,'action created','2020-12-25 09:07:17','2020-12-25 04:07:17'),
(7788,6759,'action started via WP Cron','2020-12-25 09:10:10','2020-12-25 04:10:10'),
(7789,6759,'action complete via WP Cron','2020-12-25 09:10:10','2020-12-25 04:10:10'),
(7790,6760,'action created','2020-12-25 09:10:11','2020-12-25 04:10:11'),
(7791,6760,'action started via WP Cron','2020-12-25 09:10:24','2020-12-25 04:10:24'),
(7792,6760,'action complete via WP Cron','2020-12-25 09:10:24','2020-12-25 04:10:24'),
(7793,6761,'action created','2020-12-25 09:10:24','2020-12-25 04:10:24'),
(7794,6761,'action started via WP Cron','2020-12-25 09:11:34','2020-12-25 04:11:34'),
(7795,6761,'action complete via WP Cron','2020-12-25 09:11:34','2020-12-25 04:11:34'),
(7796,6762,'action created','2020-12-25 09:11:34','2020-12-25 04:11:34'),
(7797,6762,'action started via WP Cron','2020-12-25 09:13:03','2020-12-25 04:13:03'),
(7798,6762,'action complete via WP Cron','2020-12-25 09:13:03','2020-12-25 04:13:03'),
(7799,6763,'action created','2020-12-25 09:13:03','2020-12-25 04:13:03'),
(7800,6763,'action started via WP Cron','2020-12-25 09:14:30','2020-12-25 04:14:30'),
(7801,6763,'action complete via WP Cron','2020-12-25 09:14:30','2020-12-25 04:14:30'),
(7802,6764,'action created','2020-12-25 09:14:30','2020-12-25 04:14:30'),
(7803,6764,'action started via WP Cron','2020-12-25 09:15:18','2020-12-25 04:15:18'),
(7804,6764,'action complete via WP Cron','2020-12-25 09:15:18','2020-12-25 04:15:18'),
(7805,6765,'action created','2020-12-25 09:15:18','2020-12-25 04:15:18'),
(7806,6765,'action started via WP Cron','2020-12-25 09:16:35','2020-12-25 04:16:35'),
(7807,6765,'action complete via WP Cron','2020-12-25 09:16:35','2020-12-25 04:16:35'),
(7808,6766,'action created','2020-12-25 09:16:35','2020-12-25 04:16:35'),
(7809,6766,'action started via WP Cron','2020-12-25 09:18:49','2020-12-25 04:18:49'),
(7810,6766,'action complete via WP Cron','2020-12-25 09:18:49','2020-12-25 04:18:49'),
(7811,6767,'action created','2020-12-25 09:18:49','2020-12-25 04:18:49'),
(7812,6767,'action started via WP Cron','2020-12-25 09:19:37','2020-12-25 04:19:37'),
(7813,6767,'action complete via WP Cron','2020-12-25 09:19:37','2020-12-25 04:19:37'),
(7814,6768,'action created','2020-12-25 09:19:37','2020-12-25 04:19:37'),
(7815,6768,'action started via WP Cron','2020-12-25 09:20:21','2020-12-25 04:20:21'),
(7816,6768,'action complete via WP Cron','2020-12-25 09:20:21','2020-12-25 04:20:21'),
(7817,6769,'action created','2020-12-25 09:20:21','2020-12-25 04:20:21'),
(7818,6769,'action started via WP Cron','2020-12-25 09:21:15','2020-12-25 04:21:15'),
(7819,6769,'action complete via WP Cron','2020-12-25 09:21:16','2020-12-25 04:21:16'),
(7820,6770,'action created','2020-12-25 09:21:16','2020-12-25 04:21:16'),
(7821,6770,'action started via WP Cron','2020-12-25 09:23:26','2020-12-25 04:23:26'),
(7822,6770,'action complete via WP Cron','2020-12-25 09:23:26','2020-12-25 04:23:26'),
(7823,6771,'action created','2020-12-25 09:23:26','2020-12-25 04:23:26'),
(7824,6771,'action started via WP Cron','2020-12-25 09:25:18','2020-12-25 04:25:18'),
(7825,6771,'action complete via WP Cron','2020-12-25 09:25:18','2020-12-25 04:25:18'),
(7826,6772,'action created','2020-12-25 09:25:18','2020-12-25 04:25:18'),
(7827,6772,'action started via WP Cron','2020-12-25 09:26:12','2020-12-25 04:26:12'),
(7828,6772,'action complete via WP Cron','2020-12-25 09:26:12','2020-12-25 04:26:12'),
(7829,6773,'action created','2020-12-25 09:26:12','2020-12-25 04:26:12'),
(7830,6773,'action started via WP Cron','2020-12-25 09:27:58','2020-12-25 04:27:58'),
(7831,6773,'action complete via WP Cron','2020-12-25 09:27:58','2020-12-25 04:27:58'),
(7832,6774,'action created','2020-12-25 09:27:58','2020-12-25 04:27:58'),
(7833,6774,'action started via WP Cron','2020-12-25 09:28:43','2020-12-25 04:28:43'),
(7834,6774,'action complete via WP Cron','2020-12-25 09:28:43','2020-12-25 04:28:43'),
(7835,6775,'action created','2020-12-25 09:28:43','2020-12-25 04:28:43'),
(7836,6775,'action started via WP Cron','2020-12-25 09:29:51','2020-12-25 04:29:51'),
(7837,6775,'action complete via WP Cron','2020-12-25 09:29:51','2020-12-25 04:29:51'),
(7838,6776,'action created','2020-12-25 09:29:51','2020-12-25 04:29:51'),
(7839,6776,'action started via WP Cron','2020-12-25 09:32:07','2020-12-25 04:32:07'),
(7840,6776,'action complete via WP Cron','2020-12-25 09:32:07','2020-12-25 04:32:07'),
(7841,6777,'action created','2020-12-25 09:32:07','2020-12-25 04:32:07'),
(7842,6777,'action started via WP Cron','2020-12-25 09:37:59','2020-12-25 04:37:59'),
(7843,6777,'action complete via WP Cron','2020-12-25 09:37:59','2020-12-25 04:37:59'),
(7844,6778,'action created','2020-12-25 09:37:59','2020-12-25 04:37:59'),
(7845,6778,'action started via WP Cron','2020-12-25 09:38:27','2020-12-25 04:38:27'),
(7846,6778,'action complete via WP Cron','2020-12-25 09:38:27','2020-12-25 04:38:27'),
(7847,6779,'action created','2020-12-25 09:38:27','2020-12-25 04:38:27'),
(7848,6779,'action started via WP Cron','2020-12-25 09:39:22','2020-12-25 04:39:22'),
(7849,6779,'action complete via WP Cron','2020-12-25 09:39:22','2020-12-25 04:39:22'),
(7850,6780,'action created','2020-12-25 09:39:22','2020-12-25 04:39:22'),
(7851,6780,'action started via WP Cron','2020-12-25 09:40:23','2020-12-25 04:40:23'),
(7852,6780,'action complete via WP Cron','2020-12-25 09:40:23','2020-12-25 04:40:23'),
(7853,6781,'action created','2020-12-25 09:40:23','2020-12-25 04:40:23'),
(7854,6781,'action started via WP Cron','2020-12-25 09:41:24','2020-12-25 04:41:24'),
(7855,6781,'action complete via WP Cron','2020-12-25 09:41:24','2020-12-25 04:41:24'),
(7856,6782,'action created','2020-12-25 09:41:24','2020-12-25 04:41:24'),
(7857,6782,'action started via WP Cron','2020-12-25 09:43:36','2020-12-25 04:43:36'),
(7858,6782,'action complete via WP Cron','2020-12-25 09:43:36','2020-12-25 04:43:36'),
(7859,6783,'action created','2020-12-25 09:43:36','2020-12-25 04:43:36'),
(7860,6783,'action started via WP Cron','2020-12-25 09:44:57','2020-12-25 04:44:57'),
(7861,6783,'action complete via WP Cron','2020-12-25 09:44:57','2020-12-25 04:44:57'),
(7862,6784,'action created','2020-12-25 09:44:57','2020-12-25 04:44:57'),
(7863,6784,'action started via WP Cron','2020-12-25 09:49:15','2020-12-25 04:49:15'),
(7864,6784,'action complete via WP Cron','2020-12-25 09:49:15','2020-12-25 04:49:15'),
(7865,6785,'action created','2020-12-25 09:49:16','2020-12-25 04:49:16'),
(7866,6785,'action started via WP Cron','2020-12-25 09:50:11','2020-12-25 04:50:11'),
(7867,6785,'action complete via WP Cron','2020-12-25 09:50:11','2020-12-25 04:50:11'),
(7868,6786,'action created','2020-12-25 09:50:11','2020-12-25 04:50:11'),
(7869,6786,'action started via WP Cron','2020-12-25 09:52:10','2020-12-25 04:52:10'),
(7870,6786,'action complete via WP Cron','2020-12-25 09:52:10','2020-12-25 04:52:10'),
(7871,6787,'action created','2020-12-25 09:52:10','2020-12-25 04:52:10'),
(7872,6787,'action started via WP Cron','2020-12-25 09:53:21','2020-12-25 04:53:21'),
(7873,6787,'action complete via WP Cron','2020-12-25 09:53:21','2020-12-25 04:53:21'),
(7874,6788,'action created','2020-12-25 09:53:21','2020-12-25 04:53:21'),
(7875,6788,'action started via WP Cron','2020-12-25 09:54:15','2020-12-25 04:54:15'),
(7876,6788,'action complete via WP Cron','2020-12-25 09:54:15','2020-12-25 04:54:15'),
(7877,6789,'action created','2020-12-25 09:54:15','2020-12-25 04:54:15'),
(7878,6789,'action started via WP Cron','2020-12-25 09:55:27','2020-12-25 04:55:27'),
(7879,6789,'action complete via WP Cron','2020-12-25 09:55:27','2020-12-25 04:55:27'),
(7880,6790,'action created','2020-12-25 09:55:28','2020-12-25 04:55:28'),
(7881,6790,'action started via WP Cron','2020-12-25 09:56:58','2020-12-25 04:56:58'),
(7882,6790,'action complete via WP Cron','2020-12-25 09:56:58','2020-12-25 04:56:58'),
(7883,6791,'action created','2020-12-25 09:56:58','2020-12-25 04:56:58'),
(7884,6791,'action started via WP Cron','2020-12-25 09:57:51','2020-12-25 04:57:51'),
(7885,6791,'action complete via WP Cron','2020-12-25 09:57:51','2020-12-25 04:57:51'),
(7886,6792,'action created','2020-12-25 09:57:52','2020-12-25 04:57:52'),
(7887,6792,'action started via WP Cron','2020-12-25 09:59:07','2020-12-25 04:59:07'),
(7888,6792,'action complete via WP Cron','2020-12-25 09:59:07','2020-12-25 04:59:07'),
(7889,6793,'action created','2020-12-25 09:59:07','2020-12-25 04:59:07'),
(7890,6793,'action started via WP Cron','2020-12-25 10:01:57','2020-12-25 05:01:57'),
(7891,6793,'action complete via WP Cron','2020-12-25 10:01:57','2020-12-25 05:01:57'),
(7892,6794,'action created','2020-12-25 10:01:58','2020-12-25 05:01:58'),
(7893,6794,'action started via WP Cron','2020-12-25 10:02:42','2020-12-25 05:02:42'),
(7894,6794,'action complete via WP Cron','2020-12-25 10:02:42','2020-12-25 05:02:42'),
(7895,6795,'action created','2020-12-25 10:02:42','2020-12-25 05:02:42'),
(7896,6795,'action started via WP Cron','2020-12-25 10:04:09','2020-12-25 05:04:09'),
(7897,6795,'action complete via WP Cron','2020-12-25 10:04:09','2020-12-25 05:04:09'),
(7898,6796,'action created','2020-12-25 10:04:09','2020-12-25 05:04:09'),
(7899,6796,'action started via WP Cron','2020-12-25 10:05:46','2020-12-25 05:05:46'),
(7900,6796,'action complete via WP Cron','2020-12-25 10:05:46','2020-12-25 05:05:46'),
(7901,6797,'action created','2020-12-25 10:05:46','2020-12-25 05:05:46'),
(7902,6797,'action started via WP Cron','2020-12-25 10:07:25','2020-12-25 05:07:25'),
(7903,6797,'action complete via WP Cron','2020-12-25 10:07:25','2020-12-25 05:07:25'),
(7904,6798,'action created','2020-12-25 10:07:25','2020-12-25 05:07:25'),
(7905,6798,'action started via WP Cron','2020-12-25 10:08:28','2020-12-25 05:08:28'),
(7906,6798,'action complete via WP Cron','2020-12-25 10:08:28','2020-12-25 05:08:28'),
(7907,6799,'action created','2020-12-25 10:08:28','2020-12-25 05:08:28'),
(7908,6799,'action started via WP Cron','2020-12-25 10:09:42','2020-12-25 05:09:42'),
(7909,6799,'action complete via WP Cron','2020-12-25 10:09:42','2020-12-25 05:09:42'),
(7910,6800,'action created','2020-12-25 10:09:42','2020-12-25 05:09:42'),
(7911,6800,'action started via WP Cron','2020-12-25 10:13:33','2020-12-25 05:13:33'),
(7912,6800,'action complete via WP Cron','2020-12-25 10:13:33','2020-12-25 05:13:33'),
(7913,6801,'action created','2020-12-25 10:13:33','2020-12-25 05:13:33'),
(7914,6801,'action started via WP Cron','2020-12-25 10:14:42','2020-12-25 05:14:42'),
(7915,6801,'action complete via WP Cron','2020-12-25 10:14:42','2020-12-25 05:14:42'),
(7916,6802,'action created','2020-12-25 10:14:42','2020-12-25 05:14:42'),
(7917,6802,'action started via WP Cron','2020-12-25 10:16:42','2020-12-25 05:16:42'),
(7918,6802,'action complete via WP Cron','2020-12-25 10:16:42','2020-12-25 05:16:42'),
(7919,6803,'action created','2020-12-25 10:16:42','2020-12-25 05:16:42'),
(7920,6803,'action started via WP Cron','2020-12-25 10:17:47','2020-12-25 05:17:47'),
(7921,6803,'action complete via WP Cron','2020-12-25 10:17:47','2020-12-25 05:17:47'),
(7922,6804,'action created','2020-12-25 10:17:47','2020-12-25 05:17:47'),
(7923,6804,'action started via WP Cron','2020-12-25 10:19:30','2020-12-25 05:19:30'),
(7924,6804,'action complete via WP Cron','2020-12-25 10:19:30','2020-12-25 05:19:30'),
(7925,6805,'action created','2020-12-25 10:19:31','2020-12-25 05:19:31'),
(7926,6805,'action started via WP Cron','2020-12-25 10:20:50','2020-12-25 05:20:50'),
(7927,6805,'action complete via WP Cron','2020-12-25 10:20:50','2020-12-25 05:20:50'),
(7928,6806,'action created','2020-12-25 10:20:50','2020-12-25 05:20:50'),
(7929,6806,'action started via WP Cron','2020-12-25 10:24:32','2020-12-25 05:24:32'),
(7930,6806,'action complete via WP Cron','2020-12-25 10:24:32','2020-12-25 05:24:32'),
(7931,6807,'action created','2020-12-25 10:24:32','2020-12-25 05:24:32'),
(7932,6807,'action started via WP Cron','2020-12-25 10:25:48','2020-12-25 05:25:48'),
(7933,6807,'action complete via WP Cron','2020-12-25 10:25:48','2020-12-25 05:25:48'),
(7934,6808,'action created','2020-12-25 10:25:48','2020-12-25 05:25:48'),
(7935,6808,'action started via WP Cron','2020-12-25 10:27:21','2020-12-25 05:27:21'),
(7936,6808,'action complete via WP Cron','2020-12-25 10:27:21','2020-12-25 05:27:21'),
(7937,6809,'action created','2020-12-25 10:27:21','2020-12-25 05:27:21'),
(7938,6809,'action started via WP Cron','2020-12-25 10:29:02','2020-12-25 05:29:02'),
(7939,6809,'action complete via WP Cron','2020-12-25 10:29:02','2020-12-25 05:29:02'),
(7940,6810,'action created','2020-12-25 10:29:02','2020-12-25 05:29:02'),
(7941,6810,'action started via WP Cron','2020-12-25 10:29:14','2020-12-25 05:29:14'),
(7942,6810,'action complete via WP Cron','2020-12-25 10:29:14','2020-12-25 05:29:14'),
(7943,6811,'action created','2020-12-25 10:29:15','2020-12-25 05:29:15'),
(7944,6811,'action started via WP Cron','2020-12-25 10:30:33','2020-12-25 05:30:33'),
(7945,6811,'action complete via WP Cron','2020-12-25 10:30:33','2020-12-25 05:30:33'),
(7946,6812,'action created','2020-12-25 10:30:33','2020-12-25 05:30:33'),
(7947,6812,'action started via WP Cron','2020-12-25 10:31:11','2020-12-25 05:31:11'),
(7948,6812,'action complete via WP Cron','2020-12-25 10:31:11','2020-12-25 05:31:11'),
(7949,6813,'action created','2020-12-25 10:31:11','2020-12-25 05:31:11'),
(7950,6813,'action started via WP Cron','2020-12-25 10:32:30','2020-12-25 05:32:30'),
(7951,6813,'action complete via WP Cron','2020-12-25 10:32:30','2020-12-25 05:32:30'),
(7952,6814,'action created','2020-12-25 10:32:30','2020-12-25 05:32:30'),
(7953,6814,'action started via WP Cron','2020-12-25 10:33:49','2020-12-25 05:33:49'),
(7954,6814,'action complete via WP Cron','2020-12-25 10:33:49','2020-12-25 05:33:49'),
(7955,6815,'action created','2020-12-25 10:33:49','2020-12-25 05:33:49'),
(7956,6815,'action started via WP Cron','2020-12-25 10:35:18','2020-12-25 05:35:18'),
(7957,6815,'action complete via WP Cron','2020-12-25 10:35:19','2020-12-25 05:35:19'),
(7958,6816,'action created','2020-12-25 10:35:19','2020-12-25 05:35:19'),
(7959,6816,'action started via WP Cron','2020-12-25 10:36:50','2020-12-25 05:36:50'),
(7960,6816,'action complete via WP Cron','2020-12-25 10:36:50','2020-12-25 05:36:50'),
(7961,6817,'action created','2020-12-25 10:36:50','2020-12-25 05:36:50'),
(7962,6817,'action started via WP Cron','2020-12-25 10:37:37','2020-12-25 05:37:37'),
(7963,6817,'action complete via WP Cron','2020-12-25 10:37:37','2020-12-25 05:37:37'),
(7964,6818,'action created','2020-12-25 10:37:37','2020-12-25 05:37:37'),
(7965,6818,'action started via WP Cron','2020-12-25 10:38:38','2020-12-25 05:38:38'),
(7966,6818,'action complete via WP Cron','2020-12-25 10:38:38','2020-12-25 05:38:38'),
(7967,6819,'action created','2020-12-25 10:38:38','2020-12-25 05:38:38'),
(7968,6819,'action started via WP Cron','2020-12-25 10:42:37','2020-12-25 05:42:37'),
(7969,6819,'action complete via WP Cron','2020-12-25 10:42:37','2020-12-25 05:42:37'),
(7970,6820,'action created','2020-12-25 10:42:37','2020-12-25 05:42:37'),
(7971,6820,'action started via WP Cron','2020-12-25 10:44:24','2020-12-25 05:44:24'),
(7972,6820,'action complete via WP Cron','2020-12-25 10:44:24','2020-12-25 05:44:24'),
(7973,6821,'action created','2020-12-25 10:44:24','2020-12-25 05:44:24'),
(7974,6821,'action started via WP Cron','2020-12-25 10:45:14','2020-12-25 05:45:14'),
(7975,6821,'action complete via WP Cron','2020-12-25 10:45:14','2020-12-25 05:45:14'),
(7976,6822,'action created','2020-12-25 10:45:14','2020-12-25 05:45:14'),
(7977,6822,'action started via WP Cron','2020-12-25 10:46:46','2020-12-25 05:46:46'),
(7978,6822,'action complete via WP Cron','2020-12-25 10:46:46','2020-12-25 05:46:46'),
(7979,6823,'action created','2020-12-25 10:46:46','2020-12-25 05:46:46'),
(7980,6823,'action started via WP Cron','2020-12-25 10:47:32','2020-12-25 05:47:32'),
(7981,6823,'action complete via WP Cron','2020-12-25 10:47:32','2020-12-25 05:47:32'),
(7982,6824,'action created','2020-12-25 10:47:32','2020-12-25 05:47:32'),
(7983,6824,'action started via WP Cron','2020-12-25 10:48:14','2020-12-25 05:48:14'),
(7984,6824,'action complete via WP Cron','2020-12-25 10:48:14','2020-12-25 05:48:14'),
(7985,6825,'action created','2020-12-25 10:48:14','2020-12-25 05:48:14'),
(7986,6825,'action started via WP Cron','2020-12-25 10:49:37','2020-12-25 05:49:37'),
(7987,6825,'action complete via WP Cron','2020-12-25 10:49:37','2020-12-25 05:49:37'),
(7988,6826,'action created','2020-12-25 10:49:37','2020-12-25 05:49:37'),
(7989,6826,'action started via WP Cron','2020-12-25 10:50:17','2020-12-25 05:50:17'),
(7990,6826,'action complete via WP Cron','2020-12-25 10:50:17','2020-12-25 05:50:17'),
(7991,6827,'action created','2020-12-25 10:50:17','2020-12-25 05:50:17'),
(7992,6827,'action started via WP Cron','2020-12-25 10:51:20','2020-12-25 05:51:20'),
(7993,6827,'action complete via WP Cron','2020-12-25 10:51:20','2020-12-25 05:51:20'),
(7994,6828,'action created','2020-12-25 10:51:20','2020-12-25 05:51:20'),
(7995,6828,'action started via WP Cron','2020-12-25 10:52:14','2020-12-25 05:52:14'),
(7996,6828,'action complete via WP Cron','2020-12-25 10:52:14','2020-12-25 05:52:14'),
(7997,6829,'action created','2020-12-25 10:52:14','2020-12-25 05:52:14'),
(7998,6829,'action started via WP Cron','2020-12-25 10:53:31','2020-12-25 05:53:31'),
(7999,6829,'action complete via WP Cron','2020-12-25 10:53:31','2020-12-25 05:53:31'),
(8000,6830,'action created','2020-12-25 10:53:31','2020-12-25 05:53:31'),
(8001,6830,'action started via WP Cron','2020-12-25 10:55:23','2020-12-25 05:55:23'),
(8002,6830,'action complete via WP Cron','2020-12-25 10:55:23','2020-12-25 05:55:23'),
(8003,6831,'action created','2020-12-25 10:55:23','2020-12-25 05:55:23'),
(8004,6831,'action started via WP Cron','2020-12-25 10:56:19','2020-12-25 05:56:19'),
(8005,6831,'action complete via WP Cron','2020-12-25 10:56:19','2020-12-25 05:56:19'),
(8006,6832,'action created','2020-12-25 10:56:19','2020-12-25 05:56:19'),
(8007,6832,'action started via WP Cron','2020-12-25 10:57:47','2020-12-25 05:57:47'),
(8008,6832,'action complete via WP Cron','2020-12-25 10:57:47','2020-12-25 05:57:47'),
(8009,6833,'action created','2020-12-25 10:57:47','2020-12-25 05:57:47'),
(8010,6833,'action started via WP Cron','2020-12-25 10:59:50','2020-12-25 05:59:50'),
(8011,6833,'action complete via WP Cron','2020-12-25 10:59:50','2020-12-25 05:59:50'),
(8012,6834,'action created','2020-12-25 10:59:50','2020-12-25 05:59:50'),
(8013,6834,'action started via WP Cron','2020-12-25 11:01:21','2020-12-25 06:01:21'),
(8014,6834,'action complete via WP Cron','2020-12-25 11:01:21','2020-12-25 06:01:21'),
(8015,6835,'action created','2020-12-25 11:01:21','2020-12-25 06:01:21'),
(8016,6835,'action started via WP Cron','2020-12-25 11:02:23','2020-12-25 06:02:23'),
(8017,6835,'action complete via WP Cron','2020-12-25 11:02:23','2020-12-25 06:02:23'),
(8018,6836,'action created','2020-12-25 11:02:23','2020-12-25 06:02:23'),
(8019,6836,'action started via WP Cron','2020-12-25 11:04:24','2020-12-25 06:04:24'),
(8020,6836,'action complete via WP Cron','2020-12-25 11:04:24','2020-12-25 06:04:24'),
(8021,6837,'action created','2020-12-25 11:04:24','2020-12-25 06:04:24'),
(8022,6837,'action started via WP Cron','2020-12-25 11:05:43','2020-12-25 06:05:43'),
(8023,6837,'action complete via WP Cron','2020-12-25 11:05:43','2020-12-25 06:05:43'),
(8024,6838,'action created','2020-12-25 11:05:43','2020-12-25 06:05:43'),
(8025,6838,'action started via WP Cron','2020-12-25 11:07:26','2020-12-25 06:07:26'),
(8026,6838,'action complete via WP Cron','2020-12-25 11:07:26','2020-12-25 06:07:26'),
(8027,6839,'action created','2020-12-25 11:07:26','2020-12-25 06:07:26'),
(8028,6839,'action started via WP Cron','2020-12-25 11:09:03','2020-12-25 06:09:03'),
(8029,6839,'action complete via WP Cron','2020-12-25 11:09:03','2020-12-25 06:09:03'),
(8030,6840,'action created','2020-12-25 11:09:03','2020-12-25 06:09:03'),
(8031,6840,'action started via WP Cron','2020-12-25 11:11:02','2020-12-25 06:11:02'),
(8032,6840,'action complete via WP Cron','2020-12-25 11:11:02','2020-12-25 06:11:02'),
(8033,6841,'action created','2020-12-25 11:11:02','2020-12-25 06:11:02'),
(8034,6841,'action started via WP Cron','2020-12-25 11:12:28','2020-12-25 06:12:28'),
(8035,6841,'action complete via WP Cron','2020-12-25 11:12:28','2020-12-25 06:12:28'),
(8036,6842,'action created','2020-12-25 11:12:28','2020-12-25 06:12:28'),
(8037,6842,'action started via WP Cron','2020-12-25 11:13:40','2020-12-25 06:13:40'),
(8038,6842,'action complete via WP Cron','2020-12-25 11:13:40','2020-12-25 06:13:40'),
(8039,6843,'action created','2020-12-25 11:13:40','2020-12-25 06:13:40'),
(8040,6843,'action started via WP Cron','2020-12-25 11:14:48','2020-12-25 06:14:48'),
(8041,6843,'action complete via WP Cron','2020-12-25 11:14:48','2020-12-25 06:14:48'),
(8042,6844,'action created','2020-12-25 11:14:48','2020-12-25 06:14:48'),
(8043,6844,'action started via WP Cron','2020-12-25 11:17:06','2020-12-25 06:17:06'),
(8044,6844,'action complete via WP Cron','2020-12-25 11:17:06','2020-12-25 06:17:06'),
(8045,6845,'action created','2020-12-25 11:17:06','2020-12-25 06:17:06'),
(8046,6845,'action started via WP Cron','2020-12-25 11:17:26','2020-12-25 06:17:26'),
(8047,6845,'action complete via WP Cron','2020-12-25 11:17:26','2020-12-25 06:17:26'),
(8048,6846,'action created','2020-12-25 11:17:26','2020-12-25 06:17:26'),
(8049,6846,'action started via WP Cron','2020-12-25 11:19:02','2020-12-25 06:19:02'),
(8050,6846,'action complete via WP Cron','2020-12-25 11:19:02','2020-12-25 06:19:02'),
(8051,6847,'action created','2020-12-25 11:19:02','2020-12-25 06:19:02'),
(8052,6847,'action started via WP Cron','2020-12-25 11:22:02','2020-12-25 06:22:02'),
(8053,6847,'action complete via WP Cron','2020-12-25 11:22:02','2020-12-25 06:22:02'),
(8054,6848,'action created','2020-12-25 11:22:02','2020-12-25 06:22:02'),
(8055,6848,'action started via WP Cron','2020-12-25 11:22:23','2020-12-25 06:22:23'),
(8056,6848,'action complete via WP Cron','2020-12-25 11:22:23','2020-12-25 06:22:23'),
(8057,6849,'action created','2020-12-25 11:22:23','2020-12-25 06:22:23'),
(8058,6849,'action started via WP Cron','2020-12-25 11:24:10','2020-12-25 06:24:10'),
(8059,6849,'action complete via WP Cron','2020-12-25 11:24:10','2020-12-25 06:24:10'),
(8060,6850,'action created','2020-12-25 11:24:10','2020-12-25 06:24:10'),
(8061,6850,'action started via WP Cron','2020-12-25 11:27:18','2020-12-25 06:27:18'),
(8062,6850,'action complete via WP Cron','2020-12-25 11:27:18','2020-12-25 06:27:18'),
(8063,6851,'action created','2020-12-25 11:27:18','2020-12-25 06:27:18'),
(8064,6851,'action started via WP Cron','2020-12-25 11:33:29','2020-12-25 06:33:29'),
(8065,6851,'action complete via WP Cron','2020-12-25 11:33:29','2020-12-25 06:33:29'),
(8066,6852,'action created','2020-12-25 11:33:29','2020-12-25 06:33:29'),
(8067,6852,'action started via WP Cron','2020-12-25 11:34:46','2020-12-25 06:34:46'),
(8068,6852,'action complete via WP Cron','2020-12-25 11:34:46','2020-12-25 06:34:46'),
(8069,6853,'action created','2020-12-25 11:34:46','2020-12-25 06:34:46'),
(8070,6853,'action started via WP Cron','2020-12-25 11:36:10','2020-12-25 06:36:10'),
(8071,6853,'action complete via WP Cron','2020-12-25 11:36:10','2020-12-25 06:36:10'),
(8072,6854,'action created','2020-12-25 11:36:10','2020-12-25 06:36:10'),
(8073,6854,'action started via WP Cron','2020-12-25 11:36:51','2020-12-25 06:36:51'),
(8074,6854,'action complete via WP Cron','2020-12-25 11:36:51','2020-12-25 06:36:51'),
(8075,6855,'action created','2020-12-25 11:36:51','2020-12-25 06:36:51'),
(8076,6855,'action started via WP Cron','2020-12-25 11:37:20','2020-12-25 06:37:20'),
(8077,6855,'action complete via WP Cron','2020-12-25 11:37:20','2020-12-25 06:37:20'),
(8078,6856,'action created','2020-12-25 11:37:20','2020-12-25 06:37:20'),
(8079,6856,'action started via WP Cron','2020-12-25 11:39:46','2020-12-25 06:39:46'),
(8080,6856,'action complete via WP Cron','2020-12-25 11:39:46','2020-12-25 06:39:46'),
(8081,6857,'action created','2020-12-25 11:39:46','2020-12-25 06:39:46'),
(8082,6857,'action started via WP Cron','2020-12-25 11:40:22','2020-12-25 06:40:22'),
(8083,6857,'action complete via WP Cron','2020-12-25 11:40:22','2020-12-25 06:40:22'),
(8084,6858,'action created','2020-12-25 11:40:22','2020-12-25 06:40:22'),
(8085,6858,'action started via WP Cron','2020-12-25 11:41:11','2020-12-25 06:41:11'),
(8086,6858,'action complete via WP Cron','2020-12-25 11:41:11','2020-12-25 06:41:11'),
(8087,6859,'action created','2020-12-25 11:41:11','2020-12-25 06:41:11'),
(8088,6859,'action started via WP Cron','2020-12-25 11:42:44','2020-12-25 06:42:44'),
(8089,6859,'action complete via WP Cron','2020-12-25 11:42:44','2020-12-25 06:42:44'),
(8090,6860,'action created','2020-12-25 11:42:44','2020-12-25 06:42:44'),
(8091,6860,'action started via WP Cron','2020-12-25 11:46:19','2020-12-25 06:46:19'),
(8092,6860,'action complete via WP Cron','2020-12-25 11:46:19','2020-12-25 06:46:19'),
(8093,6861,'action created','2020-12-25 11:46:19','2020-12-25 06:46:19'),
(8094,6861,'action started via WP Cron','2020-12-25 11:47:51','2020-12-25 06:47:51'),
(8095,6861,'action complete via WP Cron','2020-12-25 11:47:51','2020-12-25 06:47:51'),
(8096,6862,'action created','2020-12-25 11:47:51','2020-12-25 06:47:51'),
(8097,6862,'action started via WP Cron','2020-12-25 11:49:42','2020-12-25 06:49:42'),
(8098,6862,'action complete via WP Cron','2020-12-25 11:49:42','2020-12-25 06:49:42'),
(8099,6863,'action created','2020-12-25 11:49:42','2020-12-25 06:49:42'),
(8100,6863,'action started via WP Cron','2020-12-25 11:50:17','2020-12-25 06:50:17'),
(8101,6863,'action complete via WP Cron','2020-12-25 11:50:17','2020-12-25 06:50:17'),
(8102,6864,'action created','2020-12-25 11:50:17','2020-12-25 06:50:17'),
(8103,6864,'action started via WP Cron','2020-12-25 11:51:11','2020-12-25 06:51:11'),
(8104,6864,'action complete via WP Cron','2020-12-25 11:51:11','2020-12-25 06:51:11'),
(8105,6865,'action created','2020-12-25 11:51:11','2020-12-25 06:51:11'),
(8106,6865,'action started via WP Cron','2020-12-25 11:53:26','2020-12-25 06:53:26'),
(8107,6865,'action complete via WP Cron','2020-12-25 11:53:26','2020-12-25 06:53:26'),
(8108,6866,'action created','2020-12-25 11:53:26','2020-12-25 06:53:26'),
(8109,6866,'action started via WP Cron','2020-12-25 11:54:39','2020-12-25 06:54:39'),
(8110,6866,'action complete via WP Cron','2020-12-25 11:54:39','2020-12-25 06:54:39'),
(8111,6867,'action created','2020-12-25 11:54:39','2020-12-25 06:54:39'),
(8112,6867,'action started via WP Cron','2020-12-25 11:55:12','2020-12-25 06:55:12'),
(8113,6867,'action complete via WP Cron','2020-12-25 11:55:12','2020-12-25 06:55:12'),
(8114,6868,'action created','2020-12-25 11:55:12','2020-12-25 06:55:12'),
(8115,6868,'action started via WP Cron','2020-12-25 11:57:18','2020-12-25 06:57:18'),
(8116,6868,'action complete via WP Cron','2020-12-25 11:57:18','2020-12-25 06:57:18'),
(8117,6869,'action created','2020-12-25 11:57:18','2020-12-25 06:57:18'),
(8118,6869,'action started via WP Cron','2020-12-25 12:00:30','2020-12-25 07:00:30'),
(8119,6869,'action complete via WP Cron','2020-12-25 12:00:30','2020-12-25 07:00:30'),
(8120,6870,'action created','2020-12-25 12:00:30','2020-12-25 07:00:30'),
(8121,6870,'action started via WP Cron','2020-12-25 12:01:52','2020-12-25 07:01:52'),
(8122,6870,'action complete via WP Cron','2020-12-25 12:01:52','2020-12-25 07:01:52'),
(8123,6871,'action created','2020-12-25 12:01:52','2020-12-25 07:01:52'),
(8124,6871,'action started via WP Cron','2020-12-25 12:02:45','2020-12-25 07:02:45'),
(8125,6871,'action complete via WP Cron','2020-12-25 12:02:45','2020-12-25 07:02:45'),
(8126,6872,'action created','2020-12-25 12:02:45','2020-12-25 07:02:45'),
(8127,6872,'action started via WP Cron','2020-12-25 12:03:18','2020-12-25 07:03:18'),
(8128,6872,'action complete via WP Cron','2020-12-25 12:03:18','2020-12-25 07:03:18'),
(8129,6873,'action created','2020-12-25 12:03:18','2020-12-25 07:03:18'),
(8130,6873,'action started via WP Cron','2020-12-25 12:04:30','2020-12-25 07:04:30'),
(8131,6873,'action complete via WP Cron','2020-12-25 12:04:30','2020-12-25 07:04:30'),
(8132,6874,'action created','2020-12-25 12:04:30','2020-12-25 07:04:30'),
(8133,6874,'action started via WP Cron','2020-12-25 12:05:51','2020-12-25 07:05:51'),
(8134,6874,'action complete via WP Cron','2020-12-25 12:05:51','2020-12-25 07:05:51'),
(8135,6875,'action created','2020-12-25 12:05:51','2020-12-25 07:05:51'),
(8136,6875,'action started via WP Cron','2020-12-25 12:07:04','2020-12-25 07:07:04'),
(8137,6875,'action complete via WP Cron','2020-12-25 12:07:04','2020-12-25 07:07:04'),
(8138,6876,'action created','2020-12-25 12:07:04','2020-12-25 07:07:04'),
(8139,6876,'action started via WP Cron','2020-12-25 12:07:18','2020-12-25 07:07:18'),
(8140,6876,'action complete via WP Cron','2020-12-25 12:07:18','2020-12-25 07:07:18'),
(8141,6877,'action created','2020-12-25 12:07:19','2020-12-25 07:07:19'),
(8142,6877,'action started via WP Cron','2020-12-25 12:09:00','2020-12-25 07:09:00'),
(8143,6877,'action complete via WP Cron','2020-12-25 12:09:00','2020-12-25 07:09:00'),
(8144,6878,'action created','2020-12-25 12:09:00','2020-12-25 07:09:00'),
(8145,6878,'action started via WP Cron','2020-12-25 12:10:08','2020-12-25 07:10:08'),
(8146,6878,'action complete via WP Cron','2020-12-25 12:10:08','2020-12-25 07:10:08'),
(8147,6879,'action created','2020-12-25 12:10:08','2020-12-25 07:10:08'),
(8148,6879,'action started via WP Cron','2020-12-25 12:10:18','2020-12-25 07:10:18'),
(8149,6879,'action complete via WP Cron','2020-12-25 12:10:18','2020-12-25 07:10:18'),
(8150,6880,'action created','2020-12-25 12:10:18','2020-12-25 07:10:18'),
(8151,6880,'action started via WP Cron','2020-12-25 12:11:24','2020-12-25 07:11:24'),
(8152,6880,'action complete via WP Cron','2020-12-25 12:11:24','2020-12-25 07:11:24'),
(8153,6881,'action created','2020-12-25 12:11:24','2020-12-25 07:11:24'),
(8154,6881,'action started via WP Cron','2020-12-25 12:12:18','2020-12-25 07:12:18'),
(8155,6881,'action complete via WP Cron','2020-12-25 12:12:18','2020-12-25 07:12:18'),
(8156,6882,'action created','2020-12-25 12:12:18','2020-12-25 07:12:18'),
(8157,6882,'action started via WP Cron','2020-12-25 12:13:12','2020-12-25 07:13:12'),
(8158,6882,'action complete via WP Cron','2020-12-25 12:13:12','2020-12-25 07:13:12'),
(8159,6883,'action created','2020-12-25 12:13:12','2020-12-25 07:13:12'),
(8160,6883,'action started via WP Cron','2020-12-25 12:14:20','2020-12-25 07:14:20'),
(8161,6883,'action complete via WP Cron','2020-12-25 12:14:20','2020-12-25 07:14:20'),
(8162,6884,'action created','2020-12-25 12:14:20','2020-12-25 07:14:20'),
(8163,6884,'action started via WP Cron','2020-12-25 12:15:23','2020-12-25 07:15:23'),
(8164,6884,'action complete via WP Cron','2020-12-25 12:15:23','2020-12-25 07:15:23'),
(8165,6885,'action created','2020-12-25 12:15:23','2020-12-25 07:15:23'),
(8166,6885,'action started via WP Cron','2020-12-25 12:16:11','2020-12-25 07:16:11'),
(8167,6885,'action complete via WP Cron','2020-12-25 12:16:11','2020-12-25 07:16:11'),
(8168,6886,'action created','2020-12-25 12:16:12','2020-12-25 07:16:12'),
(8169,6886,'action started via WP Cron','2020-12-25 12:18:21','2020-12-25 07:18:21'),
(8170,6886,'action complete via WP Cron','2020-12-25 12:18:21','2020-12-25 07:18:21'),
(8171,6887,'action created','2020-12-25 12:18:21','2020-12-25 07:18:21'),
(8172,6887,'action started via WP Cron','2020-12-25 12:19:13','2020-12-25 07:19:13'),
(8173,6887,'action complete via WP Cron','2020-12-25 12:19:13','2020-12-25 07:19:13'),
(8174,6888,'action created','2020-12-25 12:19:13','2020-12-25 07:19:13'),
(8175,6888,'action started via WP Cron','2020-12-25 12:20:47','2020-12-25 07:20:47'),
(8176,6888,'action complete via WP Cron','2020-12-25 12:20:47','2020-12-25 07:20:47'),
(8177,6889,'action created','2020-12-25 12:20:47','2020-12-25 07:20:47'),
(8178,6889,'action started via WP Cron','2020-12-25 12:21:20','2020-12-25 07:21:20'),
(8179,6889,'action complete via WP Cron','2020-12-25 12:21:20','2020-12-25 07:21:20'),
(8180,6890,'action created','2020-12-25 12:21:20','2020-12-25 07:21:20'),
(8181,6890,'action started via WP Cron','2020-12-25 12:22:28','2020-12-25 07:22:28'),
(8182,6890,'action complete via WP Cron','2020-12-25 12:22:28','2020-12-25 07:22:28'),
(8183,6891,'action created','2020-12-25 12:22:28','2020-12-25 07:22:28'),
(8184,6891,'action started via WP Cron','2020-12-25 12:24:11','2020-12-25 07:24:11'),
(8185,6891,'action complete via WP Cron','2020-12-25 12:24:11','2020-12-25 07:24:11'),
(8186,6892,'action created','2020-12-25 12:24:11','2020-12-25 07:24:11'),
(8187,6892,'action started via WP Cron','2020-12-25 12:25:38','2020-12-25 07:25:38'),
(8188,6892,'action complete via WP Cron','2020-12-25 12:25:38','2020-12-25 07:25:38'),
(8189,6893,'action created','2020-12-25 12:25:38','2020-12-25 07:25:38'),
(8190,6893,'action started via WP Cron','2020-12-25 12:26:14','2020-12-25 07:26:14'),
(8191,6893,'action complete via WP Cron','2020-12-25 12:26:14','2020-12-25 07:26:14'),
(8192,6894,'action created','2020-12-25 12:26:14','2020-12-25 07:26:14'),
(8193,6894,'action started via WP Cron','2020-12-25 12:27:25','2020-12-25 07:27:25'),
(8194,6894,'action complete via WP Cron','2020-12-25 12:27:25','2020-12-25 07:27:25'),
(8195,6895,'action created','2020-12-25 12:27:25','2020-12-25 07:27:25'),
(8196,6895,'action started via WP Cron','2020-12-25 12:29:09','2020-12-25 07:29:09'),
(8197,6895,'action complete via WP Cron','2020-12-25 12:29:09','2020-12-25 07:29:09'),
(8198,6896,'action created','2020-12-25 12:29:09','2020-12-25 07:29:09'),
(8199,6896,'action started via WP Cron','2020-12-25 12:30:14','2020-12-25 07:30:14'),
(8200,6896,'action complete via WP Cron','2020-12-25 12:30:14','2020-12-25 07:30:14'),
(8201,6897,'action created','2020-12-25 12:30:14','2020-12-25 07:30:14'),
(8202,6897,'action started via WP Cron','2020-12-25 12:32:27','2020-12-25 07:32:27'),
(8203,6897,'action complete via WP Cron','2020-12-25 12:32:27','2020-12-25 07:32:27'),
(8204,6898,'action created','2020-12-25 12:32:28','2020-12-25 07:32:28'),
(8205,6898,'action started via WP Cron','2020-12-25 12:34:22','2020-12-25 07:34:22'),
(8206,6898,'action complete via WP Cron','2020-12-25 12:34:22','2020-12-25 07:34:22'),
(8207,6899,'action created','2020-12-25 12:34:22','2020-12-25 07:34:22'),
(8208,6899,'action started via WP Cron','2020-12-25 12:35:14','2020-12-25 07:35:14'),
(8209,6899,'action complete via WP Cron','2020-12-25 12:35:14','2020-12-25 07:35:14'),
(8210,6900,'action created','2020-12-25 12:35:14','2020-12-25 07:35:14'),
(8211,6900,'action started via WP Cron','2020-12-25 12:41:50','2020-12-25 07:41:50'),
(8212,6900,'action complete via WP Cron','2020-12-25 12:41:50','2020-12-25 07:41:50'),
(8213,6901,'action created','2020-12-25 12:41:50','2020-12-25 07:41:50'),
(8214,6901,'action started via WP Cron','2020-12-25 12:44:51','2020-12-25 07:44:51'),
(8215,6901,'action complete via WP Cron','2020-12-25 12:44:51','2020-12-25 07:44:51'),
(8216,6902,'action created','2020-12-25 12:44:51','2020-12-25 07:44:51'),
(8217,6902,'action started via WP Cron','2020-12-25 12:45:28','2020-12-25 07:45:28'),
(8218,6902,'action complete via WP Cron','2020-12-25 12:45:28','2020-12-25 07:45:28'),
(8219,6903,'action created','2020-12-25 12:45:28','2020-12-25 07:45:28'),
(8220,6903,'action started via WP Cron','2020-12-25 12:46:48','2020-12-25 07:46:48'),
(8221,6903,'action complete via WP Cron','2020-12-25 12:46:48','2020-12-25 07:46:48'),
(8222,6904,'action created','2020-12-25 12:46:48','2020-12-25 07:46:48'),
(8223,6904,'action started via WP Cron','2020-12-25 12:47:26','2020-12-25 07:47:26'),
(8224,6904,'action complete via WP Cron','2020-12-25 12:47:26','2020-12-25 07:47:26'),
(8225,6905,'action created','2020-12-25 12:47:26','2020-12-25 07:47:26'),
(8226,6905,'action started via WP Cron','2020-12-25 12:48:22','2020-12-25 07:48:22'),
(8227,6905,'action complete via WP Cron','2020-12-25 12:48:22','2020-12-25 07:48:22'),
(8228,6906,'action created','2020-12-25 12:48:22','2020-12-25 07:48:22'),
(8229,6906,'action started via WP Cron','2020-12-25 12:50:31','2020-12-25 07:50:31'),
(8230,6906,'action complete via WP Cron','2020-12-25 12:50:31','2020-12-25 07:50:31'),
(8231,6907,'action created','2020-12-25 12:50:31','2020-12-25 07:50:31'),
(8232,6907,'action started via WP Cron','2020-12-25 12:51:17','2020-12-25 07:51:17'),
(8233,6907,'action complete via WP Cron','2020-12-25 12:51:17','2020-12-25 07:51:17'),
(8234,6908,'action created','2020-12-25 12:51:17','2020-12-25 07:51:17'),
(8235,6908,'action started via WP Cron','2020-12-25 12:52:31','2020-12-25 07:52:31'),
(8236,6908,'action complete via WP Cron','2020-12-25 12:52:31','2020-12-25 07:52:31'),
(8237,6909,'action created','2020-12-25 12:52:31','2020-12-25 07:52:31'),
(8238,6909,'action started via WP Cron','2020-12-25 12:55:36','2020-12-25 07:55:36'),
(8239,6909,'action complete via WP Cron','2020-12-25 12:55:36','2020-12-25 07:55:36'),
(8240,6910,'action created','2020-12-25 12:55:36','2020-12-25 07:55:36'),
(8241,6910,'action started via WP Cron','2020-12-25 12:56:25','2020-12-25 07:56:25'),
(8242,6910,'action complete via WP Cron','2020-12-25 12:56:25','2020-12-25 07:56:25'),
(8243,6911,'action created','2020-12-25 12:56:25','2020-12-25 07:56:25'),
(8244,6911,'action started via WP Cron','2020-12-25 12:58:11','2020-12-25 07:58:11'),
(8245,6911,'action complete via WP Cron','2020-12-25 12:58:11','2020-12-25 07:58:11'),
(8246,6912,'action created','2020-12-25 12:58:11','2020-12-25 07:58:11'),
(8247,6912,'action started via WP Cron','2020-12-25 13:04:00','2020-12-25 08:04:00'),
(8248,6912,'action complete via WP Cron','2020-12-25 13:04:00','2020-12-25 08:04:00'),
(8249,6913,'action created','2020-12-25 13:04:00','2020-12-25 08:04:00'),
(8250,6913,'action started via WP Cron','2020-12-25 13:04:44','2020-12-25 08:04:44'),
(8251,6913,'action complete via WP Cron','2020-12-25 13:04:44','2020-12-25 08:04:44'),
(8252,6914,'action created','2020-12-25 13:04:44','2020-12-25 08:04:44'),
(8253,6914,'action started via WP Cron','2020-12-25 13:05:33','2020-12-25 08:05:33'),
(8254,6914,'action complete via WP Cron','2020-12-25 13:05:33','2020-12-25 08:05:33'),
(8255,6915,'action created','2020-12-25 13:05:33','2020-12-25 08:05:33'),
(8256,6915,'action started via WP Cron','2020-12-25 13:06:35','2020-12-25 08:06:35'),
(8257,6915,'action complete via WP Cron','2020-12-25 13:06:35','2020-12-25 08:06:35'),
(8258,6916,'action created','2020-12-25 13:06:35','2020-12-25 08:06:35'),
(8259,6916,'action started via WP Cron','2020-12-25 13:07:35','2020-12-25 08:07:35'),
(8260,6916,'action complete via WP Cron','2020-12-25 13:07:35','2020-12-25 08:07:35'),
(8261,6917,'action created','2020-12-25 13:07:35','2020-12-25 08:07:35'),
(8262,6917,'action started via WP Cron','2020-12-25 13:08:17','2020-12-25 08:08:17'),
(8263,6917,'action complete via WP Cron','2020-12-25 13:08:17','2020-12-25 08:08:17'),
(8264,6918,'action created','2020-12-25 13:08:17','2020-12-25 08:08:17'),
(8265,6918,'action started via WP Cron','2020-12-25 13:13:21','2020-12-25 08:13:21'),
(8266,6918,'action complete via WP Cron','2020-12-25 13:13:21','2020-12-25 08:13:21'),
(8267,6919,'action created','2020-12-25 13:13:21','2020-12-25 08:13:21'),
(8268,6919,'action started via WP Cron','2020-12-25 13:15:54','2020-12-25 08:15:54'),
(8269,6919,'action complete via WP Cron','2020-12-25 13:15:54','2020-12-25 08:15:54'),
(8270,6920,'action created','2020-12-25 13:15:54','2020-12-25 08:15:54'),
(8271,6920,'action started via WP Cron','2020-12-25 13:21:29','2020-12-25 08:21:29'),
(8272,6920,'action complete via WP Cron','2020-12-25 13:21:29','2020-12-25 08:21:29'),
(8273,6921,'action created','2020-12-25 13:21:29','2020-12-25 08:21:29'),
(8274,6921,'action started via WP Cron','2020-12-25 13:23:39','2020-12-25 08:23:39'),
(8275,6921,'action complete via WP Cron','2020-12-25 13:23:39','2020-12-25 08:23:39'),
(8276,6922,'action created','2020-12-25 13:23:39','2020-12-25 08:23:39'),
(8277,6922,'action started via WP Cron','2020-12-25 13:26:05','2020-12-25 08:26:05'),
(8278,6922,'action complete via WP Cron','2020-12-25 13:26:05','2020-12-25 08:26:05'),
(8279,6923,'action created','2020-12-25 13:26:05','2020-12-25 08:26:05'),
(8280,6923,'action started via WP Cron','2020-12-25 13:26:52','2020-12-25 08:26:52'),
(8281,6923,'action complete via WP Cron','2020-12-25 13:26:52','2020-12-25 08:26:52'),
(8282,6924,'action created','2020-12-25 13:26:52','2020-12-25 08:26:52'),
(8283,6924,'action started via WP Cron','2020-12-25 13:27:52','2020-12-25 08:27:52'),
(8284,6924,'action complete via WP Cron','2020-12-25 13:27:52','2020-12-25 08:27:52'),
(8285,6925,'action created','2020-12-25 13:27:52','2020-12-25 08:27:52'),
(8286,6925,'action started via WP Cron','2020-12-25 13:28:21','2020-12-25 08:28:21'),
(8287,6925,'action complete via WP Cron','2020-12-25 13:28:21','2020-12-25 08:28:21'),
(8288,6926,'action created','2020-12-25 13:28:21','2020-12-25 08:28:21'),
(8289,6926,'action started via WP Cron','2020-12-25 13:30:54','2020-12-25 08:30:54'),
(8290,6926,'action complete via WP Cron','2020-12-25 13:30:54','2020-12-25 08:30:54'),
(8291,6927,'action created','2020-12-25 13:30:54','2020-12-25 08:30:54'),
(8292,6927,'action started via WP Cron','2020-12-25 13:31:44','2020-12-25 08:31:44'),
(8293,6927,'action complete via WP Cron','2020-12-25 13:31:44','2020-12-25 08:31:44'),
(8294,6928,'action created','2020-12-25 13:31:44','2020-12-25 08:31:44'),
(8295,6928,'action started via WP Cron','2020-12-25 13:33:08','2020-12-25 08:33:08'),
(8296,6928,'action complete via WP Cron','2020-12-25 13:33:08','2020-12-25 08:33:08'),
(8297,6929,'action created','2020-12-25 13:33:08','2020-12-25 08:33:08'),
(8298,6929,'action started via WP Cron','2020-12-25 13:34:30','2020-12-25 08:34:30'),
(8299,6929,'action complete via WP Cron','2020-12-25 13:34:30','2020-12-25 08:34:30'),
(8300,6930,'action created','2020-12-25 13:34:30','2020-12-25 08:34:30'),
(8301,6930,'action started via WP Cron','2020-12-25 13:37:56','2020-12-25 08:37:56'),
(8302,6930,'action complete via WP Cron','2020-12-25 13:37:56','2020-12-25 08:37:56'),
(8303,6931,'action created','2020-12-25 13:37:56','2020-12-25 08:37:56'),
(8304,6931,'action started via WP Cron','2020-12-25 13:38:42','2020-12-25 08:38:42'),
(8305,6931,'action complete via WP Cron','2020-12-25 13:38:42','2020-12-25 08:38:42'),
(8306,6932,'action created','2020-12-25 13:38:42','2020-12-25 08:38:42'),
(8307,6932,'action started via WP Cron','2020-12-25 13:42:20','2020-12-25 08:42:20'),
(8308,6932,'action complete via WP Cron','2020-12-25 13:42:20','2020-12-25 08:42:20'),
(8309,6933,'action created','2020-12-25 13:42:20','2020-12-25 08:42:20'),
(8310,6933,'action started via WP Cron','2020-12-25 13:44:31','2020-12-25 08:44:31'),
(8311,6933,'action complete via WP Cron','2020-12-25 13:44:31','2020-12-25 08:44:31'),
(8312,6934,'action created','2020-12-25 13:44:31','2020-12-25 08:44:31'),
(8313,6934,'action started via WP Cron','2020-12-25 13:46:07','2020-12-25 08:46:07'),
(8314,6934,'action complete via WP Cron','2020-12-25 13:46:07','2020-12-25 08:46:07'),
(8315,6935,'action created','2020-12-25 13:46:07','2020-12-25 08:46:07'),
(8316,6935,'action started via WP Cron','2020-12-25 13:46:34','2020-12-25 08:46:34'),
(8317,6935,'action complete via WP Cron','2020-12-25 13:46:34','2020-12-25 08:46:34'),
(8318,6936,'action created','2020-12-25 13:46:34','2020-12-25 08:46:34'),
(8319,6936,'action started via WP Cron','2020-12-25 13:52:28','2020-12-25 08:52:28'),
(8320,6936,'action complete via WP Cron','2020-12-25 13:52:28','2020-12-25 08:52:28'),
(8321,6937,'action created','2020-12-25 13:52:28','2020-12-25 08:52:28'),
(8322,6937,'action started via WP Cron','2020-12-25 13:53:13','2020-12-25 08:53:13'),
(8323,6937,'action complete via WP Cron','2020-12-25 13:53:13','2020-12-25 08:53:13'),
(8324,6938,'action created','2020-12-25 13:53:13','2020-12-25 08:53:13'),
(8325,6938,'action started via WP Cron','2020-12-25 13:54:55','2020-12-25 08:54:55'),
(8326,6938,'action complete via WP Cron','2020-12-25 13:54:56','2020-12-25 08:54:56'),
(8327,6939,'action created','2020-12-25 13:54:56','2020-12-25 08:54:56'),
(8328,6939,'action started via WP Cron','2020-12-25 13:58:44','2020-12-25 08:58:44'),
(8329,6939,'action complete via WP Cron','2020-12-25 13:58:44','2020-12-25 08:58:44'),
(8330,6940,'action created','2020-12-25 13:58:44','2020-12-25 08:58:44'),
(8331,6940,'action started via WP Cron','2020-12-25 13:59:49','2020-12-25 08:59:49'),
(8332,6940,'action complete via WP Cron','2020-12-25 13:59:49','2020-12-25 08:59:49'),
(8333,6941,'action created','2020-12-25 13:59:49','2020-12-25 08:59:49'),
(8334,6941,'action started via WP Cron','2020-12-25 14:02:11','2020-12-25 09:02:11'),
(8335,6941,'action complete via WP Cron','2020-12-25 14:02:11','2020-12-25 09:02:11'),
(8336,6942,'action created','2020-12-25 14:02:11','2020-12-25 09:02:11'),
(8337,6942,'action started via WP Cron','2020-12-25 14:04:47','2020-12-25 09:04:47'),
(8338,6942,'action complete via WP Cron','2020-12-25 14:04:47','2020-12-25 09:04:47'),
(8339,6943,'action created','2020-12-25 14:04:47','2020-12-25 09:04:47'),
(8340,6943,'action started via WP Cron','2020-12-25 14:05:44','2020-12-25 09:05:44'),
(8341,6943,'action complete via WP Cron','2020-12-25 14:05:44','2020-12-25 09:05:44'),
(8342,6944,'action created','2020-12-25 14:05:44','2020-12-25 09:05:44'),
(8343,6944,'action started via WP Cron','2020-12-25 14:06:14','2020-12-25 09:06:14'),
(8344,6944,'action complete via WP Cron','2020-12-25 14:06:14','2020-12-25 09:06:14'),
(8345,6945,'action created','2020-12-25 14:06:14','2020-12-25 09:06:14'),
(8346,6945,'action started via WP Cron','2020-12-25 14:11:09','2020-12-25 09:11:09'),
(8347,6945,'action complete via WP Cron','2020-12-25 14:11:09','2020-12-25 09:11:09'),
(8348,6946,'action created','2020-12-25 14:11:10','2020-12-25 09:11:10'),
(8349,6946,'action started via WP Cron','2020-12-25 14:14:12','2020-12-25 09:14:12'),
(8350,6946,'action complete via WP Cron','2020-12-25 14:14:12','2020-12-25 09:14:12'),
(8351,6947,'action created','2020-12-25 14:14:12','2020-12-25 09:14:12'),
(8352,6947,'action started via WP Cron','2020-12-25 14:15:23','2020-12-25 09:15:23'),
(8353,6947,'action complete via WP Cron','2020-12-25 14:15:23','2020-12-25 09:15:23'),
(8354,6948,'action created','2020-12-25 14:15:23','2020-12-25 09:15:23'),
(8355,6948,'action started via WP Cron','2020-12-25 14:18:26','2020-12-25 09:18:26'),
(8356,6948,'action complete via WP Cron','2020-12-25 14:18:26','2020-12-25 09:18:26'),
(8357,6949,'action created','2020-12-25 14:18:26','2020-12-25 09:18:26'),
(8358,6949,'action started via WP Cron','2020-12-25 14:22:38','2020-12-25 09:22:38'),
(8359,6949,'action complete via WP Cron','2020-12-25 14:22:38','2020-12-25 09:22:38'),
(8360,6950,'action created','2020-12-25 14:22:38','2020-12-25 09:22:38'),
(8361,6950,'action started via WP Cron','2020-12-25 14:24:10','2020-12-25 09:24:10'),
(8362,6950,'action complete via WP Cron','2020-12-25 14:24:10','2020-12-25 09:24:10'),
(8363,6951,'action created','2020-12-25 14:24:10','2020-12-25 09:24:10'),
(8364,6951,'action started via WP Cron','2020-12-25 14:24:42','2020-12-25 09:24:42'),
(8365,6951,'action complete via WP Cron','2020-12-25 14:24:42','2020-12-25 09:24:42'),
(8366,6952,'action created','2020-12-25 14:24:42','2020-12-25 09:24:42'),
(8367,6952,'action started via WP Cron','2020-12-25 14:25:52','2020-12-25 09:25:52'),
(8368,6952,'action complete via WP Cron','2020-12-25 14:25:52','2020-12-25 09:25:52'),
(8369,6953,'action created','2020-12-25 14:25:52','2020-12-25 09:25:52'),
(8370,6953,'action started via WP Cron','2020-12-25 14:27:30','2020-12-25 09:27:30'),
(8371,6953,'action complete via WP Cron','2020-12-25 14:27:30','2020-12-25 09:27:30'),
(8372,6954,'action created','2020-12-25 14:27:30','2020-12-25 09:27:30'),
(8373,6954,'action started via WP Cron','2020-12-25 14:29:11','2020-12-25 09:29:11'),
(8374,6954,'action complete via WP Cron','2020-12-25 14:29:11','2020-12-25 09:29:11'),
(8375,6955,'action created','2020-12-25 14:29:11','2020-12-25 09:29:11'),
(8376,6955,'action started via WP Cron','2020-12-25 14:31:04','2020-12-25 09:31:04'),
(8377,6955,'action complete via WP Cron','2020-12-25 14:31:04','2020-12-25 09:31:04'),
(8378,6956,'action created','2020-12-25 14:31:04','2020-12-25 09:31:04'),
(8379,6956,'action started via WP Cron','2020-12-25 14:31:22','2020-12-25 09:31:22'),
(8380,6956,'action complete via WP Cron','2020-12-25 14:31:22','2020-12-25 09:31:22'),
(8381,6957,'action created','2020-12-25 14:31:23','2020-12-25 09:31:23'),
(8382,6957,'action started via WP Cron','2020-12-25 14:37:25','2020-12-25 09:37:25'),
(8383,6957,'action complete via WP Cron','2020-12-25 14:37:25','2020-12-25 09:37:25'),
(8384,6958,'action created','2020-12-25 14:37:25','2020-12-25 09:37:25'),
(8385,6958,'action started via WP Cron','2020-12-25 14:38:59','2020-12-25 09:38:59'),
(8386,6958,'action complete via WP Cron','2020-12-25 14:38:59','2020-12-25 09:38:59'),
(8387,6959,'action created','2020-12-25 14:38:59','2020-12-25 09:38:59'),
(8388,6959,'action started via WP Cron','2020-12-25 14:40:02','2020-12-25 09:40:02'),
(8389,6959,'action complete via WP Cron','2020-12-25 14:40:02','2020-12-25 09:40:02'),
(8390,6960,'action created','2020-12-25 14:40:07','2020-12-25 09:40:07'),
(8391,6960,'action started via WP Cron','2020-12-25 14:40:32','2020-12-25 09:40:32'),
(8392,6960,'action complete via WP Cron','2020-12-25 14:40:32','2020-12-25 09:40:32'),
(8393,6961,'action created','2020-12-25 14:44:35','2020-12-25 09:44:35'),
(8394,6961,'action started via WP Cron','2020-12-25 14:45:23','2020-12-25 09:45:23'),
(8395,6961,'action complete via WP Cron','2020-12-25 14:45:23','2020-12-25 09:45:23'),
(8396,6962,'action created','2020-12-25 14:45:23','2020-12-25 09:45:23'),
(8397,6962,'action started via WP Cron','2020-12-25 14:46:41','2020-12-25 09:46:41'),
(8398,6962,'action complete via WP Cron','2020-12-25 14:46:41','2020-12-25 09:46:41'),
(8399,6963,'action created','2020-12-25 14:46:41','2020-12-25 09:46:41'),
(8400,6963,'action started via WP Cron','2020-12-25 14:51:45','2020-12-25 09:51:45'),
(8401,6963,'action complete via WP Cron','2020-12-25 14:51:45','2020-12-25 09:51:45'),
(8402,6964,'action created','2020-12-25 14:51:45','2020-12-25 09:51:45'),
(8403,6964,'action started via WP Cron','2020-12-25 14:53:36','2020-12-25 09:53:36'),
(8404,6964,'action complete via WP Cron','2020-12-25 14:53:36','2020-12-25 09:53:36'),
(8405,6965,'action created','2020-12-25 14:53:36','2020-12-25 09:53:36'),
(8406,6965,'action started via WP Cron','2020-12-25 14:55:31','2020-12-25 09:55:31'),
(8407,6965,'action complete via WP Cron','2020-12-25 14:55:31','2020-12-25 09:55:31'),
(8408,6966,'action created','2020-12-25 14:55:31','2020-12-25 09:55:31'),
(8409,6966,'action started via WP Cron','2020-12-25 15:02:32','2020-12-25 10:02:32'),
(8410,6966,'action complete via WP Cron','2020-12-25 15:02:32','2020-12-25 10:02:32'),
(8411,6967,'action created','2020-12-25 15:02:32','2020-12-25 10:02:32'),
(8412,6967,'action started via WP Cron','2020-12-25 15:03:32','2020-12-25 10:03:32'),
(8413,6967,'action complete via WP Cron','2020-12-25 15:03:32','2020-12-25 10:03:32'),
(8414,6968,'action created','2020-12-25 15:03:32','2020-12-25 10:03:32'),
(8415,6968,'action started via WP Cron','2020-12-25 15:04:33','2020-12-25 10:04:33'),
(8416,6968,'action complete via WP Cron','2020-12-25 15:04:33','2020-12-25 10:04:33'),
(8417,6969,'action created','2020-12-25 15:04:33','2020-12-25 10:04:33'),
(8418,6969,'action started via WP Cron','2020-12-25 15:05:45','2020-12-25 10:05:45'),
(8419,6969,'action complete via WP Cron','2020-12-25 15:05:45','2020-12-25 10:05:45'),
(8420,6970,'action created','2020-12-25 15:05:45','2020-12-25 10:05:45'),
(8421,6970,'action started via WP Cron','2020-12-25 15:06:16','2020-12-25 10:06:16'),
(8422,6970,'action complete via WP Cron','2020-12-25 15:06:16','2020-12-25 10:06:16'),
(8423,6971,'action created','2020-12-25 15:06:16','2020-12-25 10:06:16'),
(8424,6971,'action started via WP Cron','2020-12-25 15:09:34','2020-12-25 10:09:34'),
(8425,6971,'action complete via WP Cron','2020-12-25 15:09:34','2020-12-25 10:09:34'),
(8426,6972,'action created','2020-12-25 15:09:34','2020-12-25 10:09:34'),
(8427,6972,'action started via WP Cron','2020-12-25 15:10:38','2020-12-25 10:10:38'),
(8428,6972,'action complete via WP Cron','2020-12-25 15:10:38','2020-12-25 10:10:38'),
(8429,6973,'action created','2020-12-25 15:10:38','2020-12-25 10:10:38'),
(8430,6973,'action started via WP Cron','2020-12-25 15:12:21','2020-12-25 10:12:21'),
(8431,6973,'action complete via WP Cron','2020-12-25 15:12:21','2020-12-25 10:12:21'),
(8432,6974,'action created','2020-12-25 15:12:21','2020-12-25 10:12:21'),
(8433,6974,'action started via WP Cron','2020-12-25 15:14:23','2020-12-25 10:14:23'),
(8434,6974,'action complete via WP Cron','2020-12-25 15:14:23','2020-12-25 10:14:23'),
(8435,6975,'action created','2020-12-25 15:14:23','2020-12-25 10:14:23'),
(8436,6975,'action started via WP Cron','2020-12-25 15:16:41','2020-12-25 10:16:41'),
(8437,6975,'action complete via WP Cron','2020-12-25 15:16:41','2020-12-25 10:16:41'),
(8438,6976,'action created','2020-12-25 15:16:41','2020-12-25 10:16:41'),
(8439,6976,'action started via WP Cron','2020-12-25 15:17:30','2020-12-25 10:17:30'),
(8440,6976,'action complete via WP Cron','2020-12-25 15:17:30','2020-12-25 10:17:30'),
(8441,6977,'action created','2020-12-25 15:17:30','2020-12-25 10:17:30'),
(8442,6977,'action started via WP Cron','2020-12-25 15:18:32','2020-12-25 10:18:32'),
(8443,6977,'action complete via WP Cron','2020-12-25 15:18:32','2020-12-25 10:18:32'),
(8444,6978,'action created','2020-12-25 15:18:32','2020-12-25 10:18:32'),
(8445,6978,'action started via WP Cron','2020-12-25 15:19:34','2020-12-25 10:19:34'),
(8446,6978,'action complete via WP Cron','2020-12-25 15:19:34','2020-12-25 10:19:34'),
(8447,6979,'action created','2020-12-25 15:19:34','2020-12-25 10:19:34'),
(8448,6979,'action started via WP Cron','2020-12-25 15:20:35','2020-12-25 10:20:35'),
(8449,6979,'action complete via WP Cron','2020-12-25 15:20:35','2020-12-25 10:20:35'),
(8450,6980,'action created','2020-12-25 15:20:35','2020-12-25 10:20:35'),
(8451,6980,'action started via WP Cron','2020-12-25 15:21:34','2020-12-25 10:21:34'),
(8452,6980,'action complete via WP Cron','2020-12-25 15:21:34','2020-12-25 10:21:34'),
(8453,6981,'action created','2020-12-25 15:21:35','2020-12-25 10:21:35'),
(8454,6981,'action started via WP Cron','2020-12-25 15:22:41','2020-12-25 10:22:41'),
(8455,6981,'action complete via WP Cron','2020-12-25 15:22:41','2020-12-25 10:22:41'),
(8456,6982,'action created','2020-12-25 15:22:41','2020-12-25 10:22:41'),
(8457,6982,'action started via WP Cron','2020-12-25 15:23:14','2020-12-25 10:23:14'),
(8458,6982,'action complete via WP Cron','2020-12-25 15:23:14','2020-12-25 10:23:14'),
(8459,6983,'action created','2020-12-25 15:23:14','2020-12-25 10:23:14'),
(8460,6983,'action started via WP Cron','2020-12-25 15:24:35','2020-12-25 10:24:35'),
(8461,6983,'action complete via WP Cron','2020-12-25 15:24:35','2020-12-25 10:24:35'),
(8462,6984,'action created','2020-12-25 15:24:35','2020-12-25 10:24:35'),
(8463,6984,'action started via WP Cron','2020-12-25 15:25:22','2020-12-25 10:25:22'),
(8464,6984,'action complete via WP Cron','2020-12-25 15:25:22','2020-12-25 10:25:22'),
(8465,6985,'action created','2020-12-25 15:25:22','2020-12-25 10:25:22'),
(8466,6985,'action started via WP Cron','2020-12-25 15:26:12','2020-12-25 10:26:12'),
(8467,6985,'action complete via WP Cron','2020-12-25 15:26:12','2020-12-25 10:26:12'),
(8468,6986,'action created','2020-12-25 15:26:12','2020-12-25 10:26:12'),
(8469,6986,'action started via WP Cron','2020-12-25 15:27:29','2020-12-25 10:27:29'),
(8470,6986,'action complete via WP Cron','2020-12-25 15:27:29','2020-12-25 10:27:29'),
(8471,6987,'action created','2020-12-25 15:27:29','2020-12-25 10:27:29'),
(8472,6987,'action started via WP Cron','2020-12-25 15:28:14','2020-12-25 10:28:14'),
(8473,6987,'action complete via WP Cron','2020-12-25 15:28:14','2020-12-25 10:28:14'),
(8474,6988,'action created','2020-12-25 15:28:14','2020-12-25 10:28:14'),
(8475,6988,'action started via WP Cron','2020-12-25 15:30:34','2020-12-25 10:30:34'),
(8476,6988,'action complete via WP Cron','2020-12-25 15:30:34','2020-12-25 10:30:34'),
(8477,6989,'action created','2020-12-25 15:30:34','2020-12-25 10:30:34'),
(8478,6989,'action started via WP Cron','2020-12-25 15:31:42','2020-12-25 10:31:42'),
(8479,6989,'action complete via WP Cron','2020-12-25 15:31:42','2020-12-25 10:31:42'),
(8480,6990,'action created','2020-12-25 15:31:42','2020-12-25 10:31:42'),
(8481,6990,'action started via WP Cron','2020-12-25 15:33:12','2020-12-25 10:33:12'),
(8482,6990,'action complete via WP Cron','2020-12-25 15:33:12','2020-12-25 10:33:12'),
(8483,6991,'action created','2020-12-25 15:33:12','2020-12-25 10:33:12'),
(8484,6991,'action started via WP Cron','2020-12-25 15:35:51','2020-12-25 10:35:51'),
(8485,6991,'action complete via WP Cron','2020-12-25 15:35:51','2020-12-25 10:35:51'),
(8486,6992,'action created','2020-12-25 15:35:51','2020-12-25 10:35:51'),
(8487,6992,'action started via WP Cron','2020-12-25 15:36:55','2020-12-25 10:36:55'),
(8488,6992,'action complete via WP Cron','2020-12-25 15:36:55','2020-12-25 10:36:55'),
(8489,6993,'action created','2020-12-25 15:36:55','2020-12-25 10:36:55'),
(8490,6993,'action started via WP Cron','2020-12-25 15:39:46','2020-12-25 10:39:46'),
(8491,6993,'action complete via WP Cron','2020-12-25 15:39:46','2020-12-25 10:39:46'),
(8492,6994,'action created','2020-12-25 15:39:46','2020-12-25 10:39:46'),
(8493,6994,'action started via WP Cron','2020-12-25 15:42:09','2020-12-25 10:42:09'),
(8494,6994,'action complete via WP Cron','2020-12-25 15:42:09','2020-12-25 10:42:09'),
(8495,6995,'action created','2020-12-25 15:42:09','2020-12-25 10:42:09'),
(8496,6995,'action started via WP Cron','2020-12-25 15:43:41','2020-12-25 10:43:41'),
(8497,6995,'action complete via WP Cron','2020-12-25 15:43:41','2020-12-25 10:43:41'),
(8498,6996,'action created','2020-12-25 15:43:41','2020-12-25 10:43:41'),
(8499,6996,'action started via WP Cron','2020-12-25 15:44:24','2020-12-25 10:44:24'),
(8500,6996,'action complete via WP Cron','2020-12-25 15:44:24','2020-12-25 10:44:24'),
(8501,6997,'action created','2020-12-25 15:44:24','2020-12-25 10:44:24'),
(8502,6997,'action started via WP Cron','2020-12-25 15:46:58','2020-12-25 10:46:58'),
(8503,6997,'action complete via WP Cron','2020-12-25 15:46:58','2020-12-25 10:46:58'),
(8504,6998,'action created','2020-12-25 15:46:58','2020-12-25 10:46:58'),
(8505,6998,'action started via WP Cron','2020-12-25 15:47:21','2020-12-25 10:47:21'),
(8506,6998,'action complete via WP Cron','2020-12-25 15:47:21','2020-12-25 10:47:21'),
(8507,6999,'action created','2020-12-25 15:47:21','2020-12-25 10:47:21'),
(8508,6999,'action started via WP Cron','2020-12-25 15:49:14','2020-12-25 10:49:14'),
(8509,6999,'action complete via WP Cron','2020-12-25 15:49:14','2020-12-25 10:49:14'),
(8510,7000,'action created','2020-12-25 15:49:14','2020-12-25 10:49:14'),
(8511,7000,'action started via WP Cron','2020-12-25 15:50:56','2020-12-25 10:50:56'),
(8512,7000,'action complete via WP Cron','2020-12-25 15:50:56','2020-12-25 10:50:56'),
(8513,7001,'action created','2020-12-25 15:50:56','2020-12-25 10:50:56'),
(8514,7001,'action started via WP Cron','2020-12-25 15:51:19','2020-12-25 10:51:19'),
(8515,7001,'action complete via WP Cron','2020-12-25 15:51:19','2020-12-25 10:51:19'),
(8516,7002,'action created','2020-12-25 15:51:19','2020-12-25 10:51:19'),
(8517,7002,'action started via WP Cron','2020-12-25 15:52:20','2020-12-25 10:52:20'),
(8518,7002,'action complete via WP Cron','2020-12-25 15:52:20','2020-12-25 10:52:20'),
(8519,7003,'action created','2020-12-25 15:52:20','2020-12-25 10:52:20'),
(8520,7003,'action started via WP Cron','2020-12-25 15:53:19','2020-12-25 10:53:19'),
(8521,7003,'action complete via WP Cron','2020-12-25 15:53:19','2020-12-25 10:53:19'),
(8522,7004,'action created','2020-12-25 15:53:20','2020-12-25 10:53:20'),
(8523,7004,'action started via WP Cron','2020-12-25 15:56:33','2020-12-25 10:56:33'),
(8524,7004,'action complete via WP Cron','2020-12-25 15:56:33','2020-12-25 10:56:33'),
(8525,7005,'action created','2020-12-25 15:56:33','2020-12-25 10:56:33'),
(8526,7005,'action started via WP Cron','2020-12-25 15:57:19','2020-12-25 10:57:19'),
(8527,7005,'action complete via WP Cron','2020-12-25 15:57:19','2020-12-25 10:57:19'),
(8528,7006,'action created','2020-12-25 15:57:19','2020-12-25 10:57:19'),
(8529,7006,'action started via WP Cron','2020-12-25 15:58:23','2020-12-25 10:58:23'),
(8530,7006,'action complete via WP Cron','2020-12-25 15:58:23','2020-12-25 10:58:23'),
(8531,7007,'action created','2020-12-25 15:58:23','2020-12-25 10:58:23'),
(8532,7007,'action started via WP Cron','2020-12-25 16:00:42','2020-12-25 11:00:42'),
(8533,7007,'action complete via WP Cron','2020-12-25 16:00:42','2020-12-25 11:00:42'),
(8534,7008,'action created','2020-12-25 16:00:42','2020-12-25 11:00:42'),
(8535,7008,'action started via WP Cron','2020-12-25 16:05:06','2020-12-25 11:05:06'),
(8536,7008,'action complete via WP Cron','2020-12-25 16:05:06','2020-12-25 11:05:06'),
(8537,7009,'action created','2020-12-25 16:05:06','2020-12-25 11:05:06'),
(8538,7009,'action started via WP Cron','2020-12-25 16:05:23','2020-12-25 11:05:23'),
(8539,7009,'action complete via WP Cron','2020-12-25 16:05:23','2020-12-25 11:05:23'),
(8540,7010,'action created','2020-12-25 16:05:23','2020-12-25 11:05:23'),
(8541,7010,'action started via WP Cron','2020-12-25 16:10:54','2020-12-25 11:10:54'),
(8542,7010,'action complete via WP Cron','2020-12-25 16:10:54','2020-12-25 11:10:54'),
(8543,7011,'action created','2020-12-25 16:10:54','2020-12-25 11:10:54'),
(8544,7011,'action started via WP Cron','2020-12-25 16:15:54','2020-12-25 11:15:54'),
(8545,7011,'action complete via WP Cron','2020-12-25 16:15:54','2020-12-25 11:15:54'),
(8546,7012,'action created','2020-12-25 16:15:55','2020-12-25 11:15:55'),
(8547,7012,'action started via WP Cron','2020-12-25 16:18:17','2020-12-25 11:18:17'),
(8548,7012,'action complete via WP Cron','2020-12-25 16:18:17','2020-12-25 11:18:17'),
(8549,7013,'action created','2020-12-25 16:18:17','2020-12-25 11:18:17'),
(8550,7013,'action started via WP Cron','2020-12-25 16:20:31','2020-12-25 11:20:31'),
(8551,7013,'action complete via WP Cron','2020-12-25 16:20:31','2020-12-25 11:20:31'),
(8552,7014,'action created','2020-12-25 16:20:31','2020-12-25 11:20:31'),
(8553,7014,'action started via WP Cron','2020-12-25 16:22:13','2020-12-25 11:22:13'),
(8554,7014,'action complete via WP Cron','2020-12-25 16:22:13','2020-12-25 11:22:13'),
(8555,7015,'action created','2020-12-25 16:22:13','2020-12-25 11:22:13'),
(8556,7015,'action started via WP Cron','2020-12-25 16:23:18','2020-12-25 11:23:18'),
(8557,7015,'action complete via WP Cron','2020-12-25 16:23:18','2020-12-25 11:23:18'),
(8558,7016,'action created','2020-12-25 16:23:18','2020-12-25 11:23:18'),
(8559,7016,'action started via WP Cron','2020-12-25 16:25:00','2020-12-25 11:25:00'),
(8560,7016,'action complete via WP Cron','2020-12-25 16:25:00','2020-12-25 11:25:00'),
(8561,7017,'action created','2020-12-25 16:25:00','2020-12-25 11:25:00'),
(8562,7017,'action started via WP Cron','2020-12-25 16:26:26','2020-12-25 11:26:26'),
(8563,7017,'action complete via WP Cron','2020-12-25 16:26:27','2020-12-25 11:26:27'),
(8564,7018,'action created','2020-12-25 16:26:27','2020-12-25 11:26:27'),
(8565,7018,'action started via WP Cron','2020-12-25 16:27:49','2020-12-25 11:27:49'),
(8566,7018,'action complete via WP Cron','2020-12-25 16:27:49','2020-12-25 11:27:49'),
(8567,7019,'action created','2020-12-25 16:27:49','2020-12-25 11:27:49'),
(8568,7019,'action started via WP Cron','2020-12-25 16:28:15','2020-12-25 11:28:15'),
(8569,7019,'action complete via WP Cron','2020-12-25 16:28:15','2020-12-25 11:28:15'),
(8570,7020,'action created','2020-12-25 16:28:15','2020-12-25 11:28:15'),
(8571,7020,'action started via WP Cron','2020-12-25 16:29:48','2020-12-25 11:29:48'),
(8572,7020,'action complete via WP Cron','2020-12-25 16:29:48','2020-12-25 11:29:48'),
(8573,7021,'action created','2020-12-25 16:29:48','2020-12-25 11:29:48'),
(8574,7021,'action started via WP Cron','2020-12-25 16:34:58','2020-12-25 11:34:58'),
(8575,7021,'action complete via WP Cron','2020-12-25 16:34:58','2020-12-25 11:34:58'),
(8576,7022,'action created','2020-12-25 16:34:58','2020-12-25 11:34:58'),
(8577,7022,'action started via WP Cron','2020-12-25 16:35:12','2020-12-25 11:35:12'),
(8578,7022,'action complete via WP Cron','2020-12-25 16:35:12','2020-12-25 11:35:12'),
(8579,7023,'action created','2020-12-25 16:35:12','2020-12-25 11:35:12'),
(8580,7023,'action started via WP Cron','2020-12-25 16:38:17','2020-12-25 11:38:17'),
(8581,7023,'action complete via WP Cron','2020-12-25 16:38:17','2020-12-25 11:38:17'),
(8582,7024,'action created','2020-12-25 16:38:17','2020-12-25 11:38:17'),
(8583,7024,'action started via WP Cron','2020-12-25 16:39:24','2020-12-25 11:39:24'),
(8584,7024,'action complete via WP Cron','2020-12-25 16:39:24','2020-12-25 11:39:24'),
(8585,7025,'action created','2020-12-25 16:39:24','2020-12-25 11:39:24'),
(8586,7025,'action started via WP Cron','2020-12-25 16:43:25','2020-12-25 11:43:25'),
(8587,7025,'action complete via WP Cron','2020-12-25 16:43:25','2020-12-25 11:43:25'),
(8588,7026,'action created','2020-12-25 16:43:25','2020-12-25 11:43:25'),
(8589,7026,'action started via WP Cron','2020-12-25 16:44:45','2020-12-25 11:44:45'),
(8590,7026,'action complete via WP Cron','2020-12-25 16:44:45','2020-12-25 11:44:45'),
(8591,7027,'action created','2020-12-25 16:44:45','2020-12-25 11:44:45'),
(8592,7027,'action started via WP Cron','2020-12-25 16:45:26','2020-12-25 11:45:26'),
(8593,7027,'action complete via WP Cron','2020-12-25 16:45:26','2020-12-25 11:45:26'),
(8594,7028,'action created','2020-12-25 16:45:26','2020-12-25 11:45:26'),
(8595,7028,'action started via WP Cron','2020-12-25 16:49:03','2020-12-25 11:49:03'),
(8596,7028,'action complete via WP Cron','2020-12-25 16:49:03','2020-12-25 11:49:03'),
(8597,7029,'action created','2020-12-25 16:49:03','2020-12-25 11:49:03'),
(8598,7029,'action started via WP Cron','2020-12-25 16:49:40','2020-12-25 11:49:40'),
(8599,7029,'action complete via WP Cron','2020-12-25 16:49:40','2020-12-25 11:49:40'),
(8600,7030,'action created','2020-12-25 16:49:40','2020-12-25 11:49:40'),
(8601,7030,'action started via WP Cron','2020-12-25 16:50:59','2020-12-25 11:50:59'),
(8602,7030,'action complete via WP Cron','2020-12-25 16:50:59','2020-12-25 11:50:59'),
(8603,7031,'action created','2020-12-25 16:50:59','2020-12-25 11:50:59'),
(8604,7031,'action started via WP Cron','2020-12-25 16:52:39','2020-12-25 11:52:39'),
(8605,7031,'action complete via WP Cron','2020-12-25 16:52:39','2020-12-25 11:52:39'),
(8606,7032,'action created','2020-12-25 16:52:39','2020-12-25 11:52:39'),
(8607,7032,'action started via WP Cron','2020-12-25 16:54:26','2020-12-25 11:54:26'),
(8608,7032,'action complete via WP Cron','2020-12-25 16:54:26','2020-12-25 11:54:26'),
(8609,7033,'action created','2020-12-25 16:54:26','2020-12-25 11:54:26'),
(8610,7033,'action started via WP Cron','2020-12-25 16:55:24','2020-12-25 11:55:24'),
(8611,7033,'action complete via WP Cron','2020-12-25 16:55:24','2020-12-25 11:55:24'),
(8612,7034,'action created','2020-12-25 16:55:24','2020-12-25 11:55:24'),
(8613,7034,'action started via WP Cron','2020-12-25 16:56:33','2020-12-25 11:56:33'),
(8614,7034,'action complete via WP Cron','2020-12-25 16:56:33','2020-12-25 11:56:33'),
(8615,7035,'action created','2020-12-25 16:56:33','2020-12-25 11:56:33'),
(8616,7035,'action started via WP Cron','2020-12-25 16:57:29','2020-12-25 11:57:29'),
(8617,7035,'action complete via WP Cron','2020-12-25 16:57:29','2020-12-25 11:57:29'),
(8618,7036,'action created','2020-12-25 16:57:29','2020-12-25 11:57:29'),
(8619,7036,'action started via WP Cron','2020-12-25 16:58:37','2020-12-25 11:58:37'),
(8620,7036,'action complete via WP Cron','2020-12-25 16:58:37','2020-12-25 11:58:37'),
(8621,7037,'action created','2020-12-25 16:58:37','2020-12-25 11:58:37'),
(8622,7037,'action started via WP Cron','2020-12-25 16:59:13','2020-12-25 11:59:13'),
(8623,7037,'action complete via WP Cron','2020-12-25 16:59:13','2020-12-25 11:59:13'),
(8624,7038,'action created','2020-12-25 16:59:13','2020-12-25 11:59:13'),
(8625,7038,'action started via WP Cron','2020-12-25 17:00:26','2020-12-25 12:00:26'),
(8626,7038,'action complete via WP Cron','2020-12-25 17:00:26','2020-12-25 12:00:26'),
(8627,7039,'action created','2020-12-25 17:00:26','2020-12-25 12:00:26'),
(8628,7039,'action started via WP Cron','2020-12-25 17:06:23','2020-12-25 12:06:23'),
(8629,7039,'action complete via WP Cron','2020-12-25 17:06:23','2020-12-25 12:06:23'),
(8630,7040,'action created','2020-12-25 17:06:23','2020-12-25 12:06:23'),
(8631,7040,'action started via WP Cron','2020-12-25 17:07:25','2020-12-25 12:07:25'),
(8632,7040,'action complete via WP Cron','2020-12-25 17:07:25','2020-12-25 12:07:25'),
(8633,7041,'action created','2020-12-25 17:07:25','2020-12-25 12:07:25'),
(8634,7041,'action started via WP Cron','2020-12-25 17:09:43','2020-12-25 12:09:43'),
(8635,7041,'action complete via WP Cron','2020-12-25 17:09:43','2020-12-25 12:09:43'),
(8636,7042,'action created','2020-12-25 17:09:43','2020-12-25 12:09:43'),
(8637,7042,'action started via WP Cron','2020-12-25 17:15:23','2020-12-25 12:15:23'),
(8638,7042,'action complete via WP Cron','2020-12-25 17:15:23','2020-12-25 12:15:23'),
(8639,7043,'action created','2020-12-25 17:15:23','2020-12-25 12:15:23'),
(8640,7043,'action started via WP Cron','2020-12-25 17:16:15','2020-12-25 12:16:15'),
(8641,7043,'action complete via WP Cron','2020-12-25 17:16:15','2020-12-25 12:16:15'),
(8642,7044,'action created','2020-12-25 17:16:15','2020-12-25 12:16:15'),
(8643,7044,'action started via WP Cron','2020-12-25 17:20:22','2020-12-25 12:20:22'),
(8644,7044,'action complete via WP Cron','2020-12-25 17:20:22','2020-12-25 12:20:22'),
(8645,7045,'action created','2020-12-25 17:20:22','2020-12-25 12:20:22'),
(8646,7045,'action started via WP Cron','2020-12-25 17:21:13','2020-12-25 12:21:13'),
(8647,7045,'action complete via WP Cron','2020-12-25 17:21:13','2020-12-25 12:21:13'),
(8648,7046,'action created','2020-12-25 17:21:13','2020-12-25 12:21:13'),
(8649,7046,'action started via WP Cron','2020-12-25 17:23:26','2020-12-25 12:23:26'),
(8650,7046,'action complete via WP Cron','2020-12-25 17:23:26','2020-12-25 12:23:26'),
(8651,7047,'action created','2020-12-25 17:23:26','2020-12-25 12:23:26'),
(8652,7047,'action started via WP Cron','2020-12-25 17:26:16','2020-12-25 12:26:16'),
(8653,7047,'action complete via WP Cron','2020-12-25 17:26:16','2020-12-25 12:26:16'),
(8654,7048,'action created','2020-12-25 17:26:16','2020-12-25 12:26:16'),
(8655,7048,'action started via WP Cron','2020-12-25 17:28:24','2020-12-25 12:28:24'),
(8656,7048,'action complete via WP Cron','2020-12-25 17:28:24','2020-12-25 12:28:24'),
(8657,7049,'action created','2020-12-25 17:28:24','2020-12-25 12:28:24'),
(8658,7049,'action started via WP Cron','2020-12-25 17:29:31','2020-12-25 12:29:31'),
(8659,7049,'action complete via WP Cron','2020-12-25 17:29:31','2020-12-25 12:29:31'),
(8660,7050,'action created','2020-12-25 17:29:31','2020-12-25 12:29:31'),
(8661,7050,'action started via WP Cron','2020-12-25 17:31:03','2020-12-25 12:31:03'),
(8662,7050,'action complete via WP Cron','2020-12-25 17:31:03','2020-12-25 12:31:03'),
(8663,7051,'action created','2020-12-25 17:31:03','2020-12-25 12:31:03'),
(8664,7051,'action started via WP Cron','2020-12-25 17:31:21','2020-12-25 12:31:21'),
(8665,7051,'action complete via WP Cron','2020-12-25 17:31:21','2020-12-25 12:31:21'),
(8666,7052,'action created','2020-12-25 17:31:21','2020-12-25 12:31:21'),
(8667,7052,'action started via WP Cron','2020-12-25 17:32:24','2020-12-25 12:32:24'),
(8668,7052,'action complete via WP Cron','2020-12-25 17:32:24','2020-12-25 12:32:24'),
(8669,7053,'action created','2020-12-25 17:32:24','2020-12-25 12:32:24'),
(8670,7053,'action started via WP Cron','2020-12-25 17:34:33','2020-12-25 12:34:33'),
(8671,7053,'action complete via WP Cron','2020-12-25 17:34:33','2020-12-25 12:34:33'),
(8672,7054,'action created','2020-12-25 17:34:33','2020-12-25 12:34:33'),
(8673,7054,'action started via WP Cron','2020-12-25 17:36:03','2020-12-25 12:36:03'),
(8674,7054,'action complete via WP Cron','2020-12-25 17:36:03','2020-12-25 12:36:03'),
(8675,7055,'action created','2020-12-25 17:36:03','2020-12-25 12:36:03'),
(8676,7055,'action started via WP Cron','2020-12-25 17:37:12','2020-12-25 12:37:12'),
(8677,7055,'action complete via WP Cron','2020-12-25 17:37:13','2020-12-25 12:37:13'),
(8678,7056,'action created','2020-12-25 17:37:13','2020-12-25 12:37:13'),
(8679,7056,'action started via WP Cron','2020-12-25 17:38:14','2020-12-25 12:38:14'),
(8680,7056,'action complete via WP Cron','2020-12-25 17:38:14','2020-12-25 12:38:14'),
(8681,7057,'action created','2020-12-25 17:38:14','2020-12-25 12:38:14'),
(8682,7057,'action started via WP Cron','2020-12-25 17:39:25','2020-12-25 12:39:25'),
(8683,7057,'action complete via WP Cron','2020-12-25 17:39:25','2020-12-25 12:39:25'),
(8684,7058,'action created','2020-12-25 17:39:25','2020-12-25 12:39:25'),
(8685,7058,'action started via WP Cron','2020-12-25 17:40:12','2020-12-25 12:40:12'),
(8686,7058,'action complete via WP Cron','2020-12-25 17:40:12','2020-12-25 12:40:12'),
(8687,7059,'action created','2020-12-25 17:40:12','2020-12-25 12:40:12'),
(8688,7059,'action started via WP Cron','2020-12-25 17:41:24','2020-12-25 12:41:24'),
(8689,7059,'action complete via WP Cron','2020-12-25 17:41:24','2020-12-25 12:41:24'),
(8690,7060,'action created','2020-12-25 17:41:24','2020-12-25 12:41:24'),
(8691,7060,'action started via WP Cron','2020-12-25 17:42:31','2020-12-25 12:42:31'),
(8692,7060,'action complete via WP Cron','2020-12-25 17:42:31','2020-12-25 12:42:31'),
(8693,7061,'action created','2020-12-25 17:42:31','2020-12-25 12:42:31'),
(8694,7061,'action started via WP Cron','2020-12-25 17:43:33','2020-12-25 12:43:33'),
(8695,7061,'action complete via WP Cron','2020-12-25 17:43:33','2020-12-25 12:43:33'),
(8696,7062,'action created','2020-12-25 17:43:33','2020-12-25 12:43:33'),
(8697,7062,'action started via WP Cron','2020-12-25 17:44:13','2020-12-25 12:44:13'),
(8698,7062,'action complete via WP Cron','2020-12-25 17:44:13','2020-12-25 12:44:13'),
(8699,7063,'action created','2020-12-25 17:44:13','2020-12-25 12:44:13'),
(8700,7063,'action started via WP Cron','2020-12-25 17:46:12','2020-12-25 12:46:12'),
(8701,7063,'action complete via WP Cron','2020-12-25 17:46:12','2020-12-25 12:46:12'),
(8702,7064,'action created','2020-12-25 17:46:12','2020-12-25 12:46:12'),
(8703,7064,'action started via WP Cron','2020-12-25 17:47:18','2020-12-25 12:47:18'),
(8704,7064,'action complete via WP Cron','2020-12-25 17:47:18','2020-12-25 12:47:18'),
(8705,7065,'action created','2020-12-25 17:47:18','2020-12-25 12:47:18'),
(8706,7065,'action started via WP Cron','2020-12-25 17:49:45','2020-12-25 12:49:45'),
(8707,7065,'action complete via WP Cron','2020-12-25 17:49:45','2020-12-25 12:49:45'),
(8708,7066,'action created','2020-12-25 17:49:45','2020-12-25 12:49:45'),
(8709,7066,'action started via WP Cron','2020-12-25 17:52:21','2020-12-25 12:52:21'),
(8710,7066,'action complete via WP Cron','2020-12-25 17:52:21','2020-12-25 12:52:21'),
(8711,7067,'action created','2020-12-25 17:52:21','2020-12-25 12:52:21'),
(8712,7067,'action started via WP Cron','2020-12-25 17:53:33','2020-12-25 12:53:33'),
(8713,7067,'action complete via WP Cron','2020-12-25 17:53:33','2020-12-25 12:53:33'),
(8714,7068,'action created','2020-12-25 17:53:33','2020-12-25 12:53:33'),
(8715,7068,'action started via WP Cron','2020-12-25 17:55:56','2020-12-25 12:55:56'),
(8716,7068,'action complete via WP Cron','2020-12-25 17:55:56','2020-12-25 12:55:56'),
(8717,7069,'action created','2020-12-25 17:55:56','2020-12-25 12:55:56'),
(8718,7069,'action started via WP Cron','2020-12-25 17:57:53','2020-12-25 12:57:53'),
(8719,7069,'action complete via WP Cron','2020-12-25 17:57:53','2020-12-25 12:57:53'),
(8720,7070,'action created','2020-12-25 17:57:53','2020-12-25 12:57:53'),
(8721,7070,'action started via WP Cron','2020-12-25 17:58:39','2020-12-25 12:58:39'),
(8722,7070,'action complete via WP Cron','2020-12-25 17:58:39','2020-12-25 12:58:39'),
(8723,7071,'action created','2020-12-25 17:58:40','2020-12-25 12:58:40'),
(8724,7071,'action started via WP Cron','2020-12-25 17:59:59','2020-12-25 12:59:59'),
(8725,7071,'action complete via WP Cron','2020-12-25 17:59:59','2020-12-25 12:59:59'),
(8726,7072,'action created','2020-12-25 17:59:59','2020-12-25 12:59:59'),
(8727,7072,'action started via WP Cron','2020-12-25 18:00:47','2020-12-25 13:00:47'),
(8728,7072,'action complete via WP Cron','2020-12-25 18:00:47','2020-12-25 13:00:47'),
(8729,7073,'action created','2020-12-25 18:00:47','2020-12-25 13:00:47'),
(8730,7073,'action started via WP Cron','2020-12-25 18:01:47','2020-12-25 13:01:47'),
(8731,7073,'action complete via WP Cron','2020-12-25 18:01:47','2020-12-25 13:01:47'),
(8732,7074,'action created','2020-12-25 18:01:47','2020-12-25 13:01:47'),
(8733,7074,'action started via WP Cron','2020-12-25 18:03:22','2020-12-25 13:03:22'),
(8734,7074,'action complete via WP Cron','2020-12-25 18:03:22','2020-12-25 13:03:22'),
(8735,7075,'action created','2020-12-25 18:03:22','2020-12-25 13:03:22'),
(8736,7075,'action started via WP Cron','2020-12-25 18:04:39','2020-12-25 13:04:39'),
(8737,7075,'action complete via WP Cron','2020-12-25 18:04:39','2020-12-25 13:04:39'),
(8738,7076,'action created','2020-12-25 18:04:39','2020-12-25 13:04:39'),
(8739,7076,'action started via WP Cron','2020-12-25 18:05:26','2020-12-25 13:05:26'),
(8740,7076,'action complete via WP Cron','2020-12-25 18:05:26','2020-12-25 13:05:26'),
(8741,7077,'action created','2020-12-25 18:05:26','2020-12-25 13:05:26'),
(8742,7077,'action started via WP Cron','2020-12-25 18:06:44','2020-12-25 13:06:44'),
(8743,7077,'action complete via WP Cron','2020-12-25 18:06:44','2020-12-25 13:06:44'),
(8744,7078,'action created','2020-12-25 18:06:44','2020-12-25 13:06:44'),
(8745,7078,'action started via WP Cron','2020-12-25 18:08:42','2020-12-25 13:08:42'),
(8746,7078,'action complete via WP Cron','2020-12-25 18:08:42','2020-12-25 13:08:42'),
(8747,7079,'action created','2020-12-25 18:08:42','2020-12-25 13:08:42'),
(8748,7079,'action started via WP Cron','2020-12-25 18:12:03','2020-12-25 13:12:03'),
(8749,7079,'action complete via WP Cron','2020-12-25 18:12:03','2020-12-25 13:12:03'),
(8750,7080,'action created','2020-12-25 18:12:03','2020-12-25 13:12:03'),
(8751,7080,'action started via WP Cron','2020-12-25 18:12:49','2020-12-25 13:12:49'),
(8752,7080,'action complete via WP Cron','2020-12-25 18:12:49','2020-12-25 13:12:49'),
(8753,7081,'action created','2020-12-25 18:12:49','2020-12-25 13:12:49'),
(8754,7081,'action started via WP Cron','2020-12-25 18:15:10','2020-12-25 13:15:10'),
(8755,7081,'action complete via WP Cron','2020-12-25 18:15:10','2020-12-25 13:15:10'),
(8756,7082,'action created','2020-12-25 18:15:10','2020-12-25 13:15:10'),
(8757,7082,'action started via WP Cron','2020-12-25 18:17:15','2020-12-25 13:17:15'),
(8758,7082,'action complete via WP Cron','2020-12-25 18:17:15','2020-12-25 13:17:15'),
(8759,7083,'action created','2020-12-25 18:17:15','2020-12-25 13:17:15'),
(8760,7083,'action started via WP Cron','2020-12-25 18:18:16','2020-12-25 13:18:16'),
(8761,7083,'action complete via WP Cron','2020-12-25 18:18:16','2020-12-25 13:18:16'),
(8762,7084,'action created','2020-12-25 18:18:16','2020-12-25 13:18:16'),
(8763,7084,'action started via WP Cron','2020-12-25 18:19:20','2020-12-25 13:19:20'),
(8764,7084,'action complete via WP Cron','2020-12-25 18:19:20','2020-12-25 13:19:20'),
(8765,7085,'action created','2020-12-25 18:19:20','2020-12-25 13:19:20'),
(8766,7085,'action started via WP Cron','2020-12-25 18:20:12','2020-12-25 13:20:12'),
(8767,7085,'action complete via WP Cron','2020-12-25 18:20:12','2020-12-25 13:20:12'),
(8768,7086,'action created','2020-12-25 18:20:12','2020-12-25 13:20:12'),
(8769,7086,'action started via WP Cron','2020-12-25 18:22:08','2020-12-25 13:22:08'),
(8770,7086,'action complete via WP Cron','2020-12-25 18:22:08','2020-12-25 13:22:08'),
(8771,7087,'action created','2020-12-25 18:22:08','2020-12-25 13:22:08'),
(8772,7087,'action started via WP Cron','2020-12-25 18:22:26','2020-12-25 13:22:26'),
(8773,7087,'action complete via WP Cron','2020-12-25 18:22:26','2020-12-25 13:22:26'),
(8774,7088,'action created','2020-12-25 18:22:26','2020-12-25 13:22:26'),
(8775,7088,'action started via WP Cron','2020-12-25 18:24:40','2020-12-25 13:24:40'),
(8776,7088,'action complete via WP Cron','2020-12-25 18:24:40','2020-12-25 13:24:40'),
(8777,7089,'action created','2020-12-25 18:24:40','2020-12-25 13:24:40'),
(8778,7089,'action started via WP Cron','2020-12-25 18:26:59','2020-12-25 13:26:59'),
(8779,7089,'action complete via WP Cron','2020-12-25 18:26:59','2020-12-25 13:26:59'),
(8780,7090,'action created','2020-12-25 18:26:59','2020-12-25 13:26:59'),
(8781,7090,'action started via WP Cron','2020-12-25 18:27:57','2020-12-25 13:27:57'),
(8782,7090,'action complete via WP Cron','2020-12-25 18:27:57','2020-12-25 13:27:57'),
(8783,7091,'action created','2020-12-25 18:27:57','2020-12-25 13:27:57'),
(8784,7091,'action started via WP Cron','2020-12-25 18:30:10','2020-12-25 13:30:10'),
(8785,7091,'action complete via WP Cron','2020-12-25 18:30:10','2020-12-25 13:30:10'),
(8786,7092,'action created','2020-12-25 18:30:10','2020-12-25 13:30:10'),
(8787,7092,'action started via WP Cron','2020-12-25 18:31:38','2020-12-25 13:31:38'),
(8788,7092,'action complete via WP Cron','2020-12-25 18:31:38','2020-12-25 13:31:38'),
(8789,7093,'action created','2020-12-25 18:31:38','2020-12-25 13:31:38'),
(8790,7093,'action started via WP Cron','2020-12-25 18:32:16','2020-12-25 13:32:16'),
(8791,7093,'action complete via WP Cron','2020-12-25 18:32:16','2020-12-25 13:32:16'),
(8792,7094,'action created','2020-12-25 18:32:16','2020-12-25 13:32:16'),
(8793,7094,'action started via WP Cron','2020-12-25 18:33:38','2020-12-25 13:33:38'),
(8794,7094,'action complete via WP Cron','2020-12-25 18:33:38','2020-12-25 13:33:38'),
(8795,7095,'action created','2020-12-25 18:33:38','2020-12-25 13:33:38'),
(8796,7095,'action started via WP Cron','2020-12-25 18:37:10','2020-12-25 13:37:10'),
(8797,7095,'action complete via WP Cron','2020-12-25 18:37:10','2020-12-25 13:37:10'),
(8798,7096,'action created','2020-12-25 18:37:10','2020-12-25 13:37:10'),
(8799,7096,'action started via WP Cron','2020-12-25 18:40:55','2020-12-25 13:40:55'),
(8800,7096,'action complete via WP Cron','2020-12-25 18:40:55','2020-12-25 13:40:55'),
(8801,7097,'action created','2020-12-25 18:40:55','2020-12-25 13:40:55'),
(8802,7097,'action started via WP Cron','2020-12-25 18:41:12','2020-12-25 13:41:12'),
(8803,7097,'action complete via WP Cron','2020-12-25 18:41:12','2020-12-25 13:41:12'),
(8804,7098,'action created','2020-12-25 18:41:12','2020-12-25 13:41:12'),
(8805,7098,'action started via WP Cron','2020-12-25 18:43:11','2020-12-25 13:43:11'),
(8806,7098,'action complete via WP Cron','2020-12-25 18:43:11','2020-12-25 13:43:11'),
(8807,7099,'action created','2020-12-25 18:43:11','2020-12-25 13:43:11'),
(8808,7099,'action started via WP Cron','2020-12-25 18:44:21','2020-12-25 13:44:21'),
(8809,7099,'action complete via WP Cron','2020-12-25 18:44:21','2020-12-25 13:44:21'),
(8810,7100,'action created','2020-12-25 18:44:21','2020-12-25 13:44:21'),
(8811,7100,'action started via WP Cron','2020-12-25 18:47:44','2020-12-25 13:47:44'),
(8812,7100,'action complete via WP Cron','2020-12-25 18:47:44','2020-12-25 13:47:44'),
(8813,7101,'action created','2020-12-25 18:47:44','2020-12-25 13:47:44'),
(8814,7101,'action started via WP Cron','2020-12-25 18:50:56','2020-12-25 13:50:56'),
(8815,7101,'action complete via WP Cron','2020-12-25 18:50:56','2020-12-25 13:50:56'),
(8816,7102,'action created','2020-12-25 18:50:56','2020-12-25 13:50:56'),
(8817,7102,'action started via WP Cron','2020-12-25 18:51:49','2020-12-25 13:51:49'),
(8818,7102,'action complete via WP Cron','2020-12-25 18:51:49','2020-12-25 13:51:49'),
(8819,7103,'action created','2020-12-25 18:51:49','2020-12-25 13:51:49'),
(8820,7103,'action started via WP Cron','2020-12-25 18:52:27','2020-12-25 13:52:27'),
(8821,7103,'action complete via WP Cron','2020-12-25 18:52:27','2020-12-25 13:52:27'),
(8822,7104,'action created','2020-12-25 18:52:27','2020-12-25 13:52:27'),
(8823,7104,'action started via WP Cron','2020-12-25 18:53:45','2020-12-25 13:53:45'),
(8824,7104,'action complete via WP Cron','2020-12-25 18:53:45','2020-12-25 13:53:45'),
(8825,7105,'action created','2020-12-25 18:53:45','2020-12-25 13:53:45'),
(8826,7105,'action started via WP Cron','2020-12-25 18:54:43','2020-12-25 13:54:43'),
(8827,7105,'action complete via WP Cron','2020-12-25 18:54:43','2020-12-25 13:54:43'),
(8828,7106,'action created','2020-12-25 18:54:43','2020-12-25 13:54:43'),
(8829,7106,'action started via WP Cron','2020-12-25 18:55:16','2020-12-25 13:55:16'),
(8830,7106,'action complete via WP Cron','2020-12-25 18:55:16','2020-12-25 13:55:16'),
(8831,7107,'action created','2020-12-25 18:55:16','2020-12-25 13:55:16'),
(8832,7107,'action started via WP Cron','2020-12-25 18:58:03','2020-12-25 13:58:03'),
(8833,7107,'action complete via WP Cron','2020-12-25 18:58:03','2020-12-25 13:58:03'),
(8834,7108,'action created','2020-12-25 18:58:03','2020-12-25 13:58:03'),
(8835,7108,'action started via WP Cron','2020-12-25 19:00:05','2020-12-25 14:00:05'),
(8836,7108,'action complete via WP Cron','2020-12-25 19:00:05','2020-12-25 14:00:05'),
(8837,7109,'action created','2020-12-25 19:00:05','2020-12-25 14:00:05'),
(8838,7109,'action started via WP Cron','2020-12-25 19:02:21','2020-12-25 14:02:21'),
(8839,7109,'action complete via WP Cron','2020-12-25 19:02:21','2020-12-25 14:02:21'),
(8840,7110,'action created','2020-12-25 19:02:21','2020-12-25 14:02:21'),
(8841,7110,'action started via WP Cron','2020-12-25 19:05:26','2020-12-25 14:05:26'),
(8842,7110,'action complete via WP Cron','2020-12-25 19:05:26','2020-12-25 14:05:26'),
(8843,7111,'action created','2020-12-25 19:05:26','2020-12-25 14:05:26'),
(8844,7111,'action started via WP Cron','2020-12-25 19:08:33','2020-12-25 14:08:33'),
(8845,7111,'action complete via WP Cron','2020-12-25 19:08:33','2020-12-25 14:08:33'),
(8846,7112,'action created','2020-12-25 19:08:33','2020-12-25 14:08:33'),
(8847,7112,'action started via WP Cron','2020-12-25 19:09:25','2020-12-25 14:09:25'),
(8848,7112,'action complete via WP Cron','2020-12-25 19:09:25','2020-12-25 14:09:25'),
(8849,7113,'action created','2020-12-25 19:09:25','2020-12-25 14:09:25'),
(8850,7113,'action started via WP Cron','2020-12-25 19:14:43','2020-12-25 14:14:43'),
(8851,7113,'action complete via WP Cron','2020-12-25 19:14:43','2020-12-25 14:14:43'),
(8852,7114,'action created','2020-12-25 19:14:43','2020-12-25 14:14:43'),
(8853,7114,'action started via WP Cron','2020-12-25 19:18:52','2020-12-25 14:18:52'),
(8854,7114,'action complete via WP Cron','2020-12-25 19:18:52','2020-12-25 14:18:52'),
(8855,7115,'action created','2020-12-25 19:18:52','2020-12-25 14:18:52'),
(8856,7115,'action started via WP Cron','2020-12-25 19:19:24','2020-12-25 14:19:24'),
(8857,7115,'action complete via WP Cron','2020-12-25 19:19:24','2020-12-25 14:19:24'),
(8858,7116,'action created','2020-12-25 19:19:24','2020-12-25 14:19:24'),
(8859,7116,'action started via WP Cron','2020-12-25 19:21:45','2020-12-25 14:21:45'),
(8860,7116,'action complete via WP Cron','2020-12-25 19:21:45','2020-12-25 14:21:45'),
(8861,7117,'action created','2020-12-25 19:21:45','2020-12-25 14:21:45'),
(8862,7117,'action started via WP Cron','2020-12-25 19:22:16','2020-12-25 14:22:16'),
(8863,7117,'action complete via WP Cron','2020-12-25 19:22:16','2020-12-25 14:22:16'),
(8864,7118,'action created','2020-12-25 19:22:16','2020-12-25 14:22:16'),
(8865,7118,'action started via WP Cron','2020-12-25 19:24:26','2020-12-25 14:24:26'),
(8866,7118,'action complete via WP Cron','2020-12-25 19:24:26','2020-12-25 14:24:26'),
(8867,7119,'action created','2020-12-25 19:24:26','2020-12-25 14:24:26'),
(8868,7119,'action started via WP Cron','2020-12-25 19:25:41','2020-12-25 14:25:41'),
(8869,7119,'action complete via WP Cron','2020-12-25 19:25:41','2020-12-25 14:25:41'),
(8870,7120,'action created','2020-12-25 19:25:41','2020-12-25 14:25:41'),
(8871,7120,'action started via WP Cron','2020-12-25 19:29:09','2020-12-25 14:29:09'),
(8872,7120,'action complete via WP Cron','2020-12-25 19:29:09','2020-12-25 14:29:09'),
(8873,7121,'action created','2020-12-25 19:29:09','2020-12-25 14:29:09'),
(8874,7121,'action started via WP Cron','2020-12-25 19:33:10','2020-12-25 14:33:10'),
(8875,7121,'action complete via WP Cron','2020-12-25 19:33:10','2020-12-25 14:33:10'),
(8876,7122,'action created','2020-12-25 19:33:10','2020-12-25 14:33:10'),
(8877,7122,'action started via WP Cron','2020-12-25 19:33:26','2020-12-25 14:33:26'),
(8878,7122,'action complete via WP Cron','2020-12-25 19:33:26','2020-12-25 14:33:26'),
(8879,7123,'action created','2020-12-25 19:33:26','2020-12-25 14:33:26'),
(8880,7123,'action started via WP Cron','2020-12-25 19:35:15','2020-12-25 14:35:15'),
(8881,7123,'action complete via WP Cron','2020-12-25 19:35:15','2020-12-25 14:35:15'),
(8882,7124,'action created','2020-12-25 19:35:15','2020-12-25 14:35:15'),
(8883,7124,'action started via WP Cron','2020-12-25 19:36:43','2020-12-25 14:36:43'),
(8884,7124,'action complete via WP Cron','2020-12-25 19:36:43','2020-12-25 14:36:43'),
(8885,7125,'action created','2020-12-25 19:36:43','2020-12-25 14:36:43'),
(8886,7125,'action started via WP Cron','2020-12-25 19:38:01','2020-12-25 14:38:01'),
(8887,7125,'action complete via WP Cron','2020-12-25 19:38:01','2020-12-25 14:38:01'),
(8888,7126,'action created','2020-12-25 19:38:01','2020-12-25 14:38:01'),
(8889,7126,'action started via WP Cron','2020-12-25 19:38:40','2020-12-25 14:38:40'),
(8890,7126,'action complete via WP Cron','2020-12-25 19:38:40','2020-12-25 14:38:40'),
(8891,7127,'action created','2020-12-25 19:38:40','2020-12-25 14:38:40'),
(8892,7127,'action started via WP Cron','2020-12-25 19:40:02','2020-12-25 14:40:02'),
(8893,7127,'action complete via WP Cron','2020-12-25 19:40:02','2020-12-25 14:40:02'),
(8894,7128,'action created','2020-12-25 19:40:03','2020-12-25 14:40:03'),
(8895,7128,'action started via WP Cron','2020-12-25 19:42:33','2020-12-25 14:42:33'),
(8896,7128,'action complete via WP Cron','2020-12-25 19:42:33','2020-12-25 14:42:33'),
(8897,7129,'action created','2020-12-25 19:42:33','2020-12-25 14:42:33'),
(8898,7129,'action started via WP Cron','2020-12-25 19:43:12','2020-12-25 14:43:12'),
(8899,7129,'action complete via WP Cron','2020-12-25 19:43:12','2020-12-25 14:43:12'),
(8900,7130,'action created','2020-12-25 19:43:12','2020-12-25 14:43:12'),
(8901,7130,'action started via WP Cron','2020-12-25 19:45:20','2020-12-25 14:45:20'),
(8902,7130,'action complete via WP Cron','2020-12-25 19:45:20','2020-12-25 14:45:20'),
(8903,7131,'action created','2020-12-25 19:45:20','2020-12-25 14:45:20'),
(8904,7131,'action started via WP Cron','2020-12-25 19:47:22','2020-12-25 14:47:22'),
(8905,7131,'action complete via WP Cron','2020-12-25 19:47:22','2020-12-25 14:47:22'),
(8906,7132,'action created','2020-12-25 19:47:22','2020-12-25 14:47:22'),
(8907,7132,'action started via WP Cron','2020-12-25 19:48:55','2020-12-25 14:48:55'),
(8908,7132,'action complete via WP Cron','2020-12-25 19:48:55','2020-12-25 14:48:55'),
(8909,7133,'action created','2020-12-25 19:48:55','2020-12-25 14:48:55'),
(8910,7133,'action started via WP Cron','2020-12-25 19:50:24','2020-12-25 14:50:24'),
(8911,7133,'action complete via WP Cron','2020-12-25 19:50:24','2020-12-25 14:50:24'),
(8912,7134,'action created','2020-12-25 19:50:24','2020-12-25 14:50:24'),
(8913,7134,'action started via WP Cron','2020-12-25 19:53:54','2020-12-25 14:53:54'),
(8914,7134,'action complete via WP Cron','2020-12-25 19:53:54','2020-12-25 14:53:54'),
(8915,7135,'action created','2020-12-25 19:53:55','2020-12-25 14:53:55'),
(8916,7135,'action started via WP Cron','2020-12-25 19:55:03','2020-12-25 14:55:03'),
(8917,7135,'action complete via WP Cron','2020-12-25 19:55:03','2020-12-25 14:55:03'),
(8918,7136,'action created','2020-12-25 19:55:04','2020-12-25 14:55:04'),
(8919,7136,'action started via WP Cron','2020-12-25 19:55:22','2020-12-25 14:55:22'),
(8920,7136,'action complete via WP Cron','2020-12-25 19:55:22','2020-12-25 14:55:22'),
(8921,7137,'action created','2020-12-25 19:55:22','2020-12-25 14:55:22'),
(8922,7137,'action started via WP Cron','2020-12-25 19:56:19','2020-12-25 14:56:19'),
(8923,7137,'action complete via WP Cron','2020-12-25 19:56:19','2020-12-25 14:56:19'),
(8924,7138,'action created','2020-12-25 19:56:20','2020-12-25 14:56:20'),
(8925,7138,'action started via WP Cron','2020-12-25 19:58:07','2020-12-25 14:58:07'),
(8926,7138,'action complete via WP Cron','2020-12-25 19:58:07','2020-12-25 14:58:07'),
(8927,7139,'action created','2020-12-25 19:58:07','2020-12-25 14:58:07'),
(8928,7139,'action started via WP Cron','2020-12-25 19:58:59','2020-12-25 14:58:59'),
(8929,7139,'action complete via WP Cron','2020-12-25 19:58:59','2020-12-25 14:58:59'),
(8930,7140,'action created','2020-12-25 19:58:59','2020-12-25 14:58:59'),
(8931,7140,'action started via WP Cron','2020-12-25 20:01:44','2020-12-25 15:01:44'),
(8932,7140,'action complete via WP Cron','2020-12-25 20:01:44','2020-12-25 15:01:44'),
(8933,7141,'action created','2020-12-25 20:01:45','2020-12-25 15:01:45'),
(8934,7141,'action started via WP Cron','2020-12-25 20:04:19','2020-12-25 15:04:19'),
(8935,7141,'action complete via WP Cron','2020-12-25 20:04:20','2020-12-25 15:04:20'),
(8936,7142,'action created','2020-12-25 20:04:20','2020-12-25 15:04:20'),
(8937,7142,'action started via WP Cron','2020-12-25 20:05:25','2020-12-25 15:05:25'),
(8938,7142,'action complete via WP Cron','2020-12-25 20:05:25','2020-12-25 15:05:25'),
(8939,7143,'action created','2020-12-25 20:05:27','2020-12-25 15:05:27'),
(8940,7143,'action started via WP Cron','2020-12-25 20:06:33','2020-12-25 15:06:33'),
(8941,7143,'action complete via WP Cron','2020-12-25 20:06:33','2020-12-25 15:06:33'),
(8942,7144,'action created','2020-12-25 20:06:33','2020-12-25 15:06:33'),
(8943,7144,'action started via WP Cron','2020-12-25 20:09:07','2020-12-25 15:09:07'),
(8944,7144,'action complete via WP Cron','2020-12-25 20:09:07','2020-12-25 15:09:07'),
(8945,7145,'action created','2020-12-25 20:09:07','2020-12-25 15:09:07'),
(8946,7145,'action started via WP Cron','2020-12-25 20:09:21','2020-12-25 15:09:21'),
(8947,7145,'action complete via WP Cron','2020-12-25 20:09:21','2020-12-25 15:09:21'),
(8948,7146,'action created','2020-12-25 20:09:21','2020-12-25 15:09:21'),
(8949,7146,'action started via WP Cron','2020-12-25 20:10:34','2020-12-25 15:10:34'),
(8950,7146,'action complete via WP Cron','2020-12-25 20:10:34','2020-12-25 15:10:34'),
(8951,7147,'action created','2020-12-25 20:10:34','2020-12-25 15:10:34'),
(8952,7147,'action started via WP Cron','2020-12-25 20:11:40','2020-12-25 15:11:40'),
(8953,7147,'action complete via WP Cron','2020-12-25 20:11:40','2020-12-25 15:11:40'),
(8954,7148,'action created','2020-12-25 20:11:40','2020-12-25 15:11:40'),
(8955,7148,'action started via WP Cron','2020-12-25 20:13:19','2020-12-25 15:13:19'),
(8956,7148,'action complete via WP Cron','2020-12-25 20:13:19','2020-12-25 15:13:19'),
(8957,7149,'action created','2020-12-25 20:13:19','2020-12-25 15:13:19'),
(8958,7149,'action started via WP Cron','2020-12-25 20:14:46','2020-12-25 15:14:46'),
(8959,7149,'action complete via WP Cron','2020-12-25 20:14:46','2020-12-25 15:14:46'),
(8960,7150,'action created','2020-12-25 20:14:46','2020-12-25 15:14:46'),
(8961,7150,'action started via WP Cron','2020-12-25 20:15:48','2020-12-25 15:15:48'),
(8962,7150,'action complete via WP Cron','2020-12-25 20:15:48','2020-12-25 15:15:48'),
(8963,7151,'action created','2020-12-25 20:15:48','2020-12-25 15:15:48'),
(8964,7151,'action started via WP Cron','2020-12-25 20:16:24','2020-12-25 15:16:24'),
(8965,7151,'action complete via WP Cron','2020-12-25 20:16:24','2020-12-25 15:16:24'),
(8966,7152,'action created','2020-12-25 20:16:24','2020-12-25 15:16:24'),
(8967,7152,'action started via WP Cron','2020-12-25 20:17:22','2020-12-25 15:17:22'),
(8968,7152,'action complete via WP Cron','2020-12-25 20:17:22','2020-12-25 15:17:22'),
(8969,7153,'action created','2020-12-25 20:17:22','2020-12-25 15:17:22'),
(8970,7153,'action started via WP Cron','2020-12-25 20:19:15','2020-12-25 15:19:15'),
(8971,7153,'action complete via WP Cron','2020-12-25 20:19:15','2020-12-25 15:19:15'),
(8972,7154,'action created','2020-12-25 20:19:15','2020-12-25 15:19:15'),
(8973,7154,'action started via WP Cron','2020-12-25 20:20:48','2020-12-25 15:20:48'),
(8974,7154,'action complete via WP Cron','2020-12-25 20:20:48','2020-12-25 15:20:48'),
(8975,7155,'action created','2020-12-25 20:20:48','2020-12-25 15:20:48'),
(8976,7155,'action started via WP Cron','2020-12-25 20:21:15','2020-12-25 15:21:15'),
(8977,7155,'action complete via WP Cron','2020-12-25 20:21:15','2020-12-25 15:21:15'),
(8978,7156,'action created','2020-12-25 20:21:15','2020-12-25 15:21:15'),
(8979,7156,'action started via WP Cron','2020-12-25 20:24:21','2020-12-25 15:24:21'),
(8980,7156,'action complete via WP Cron','2020-12-25 20:24:21','2020-12-25 15:24:21'),
(8981,7157,'action created','2020-12-25 20:24:21','2020-12-25 15:24:21'),
(8982,7157,'action started via WP Cron','2020-12-25 20:26:40','2020-12-25 15:26:40'),
(8983,7157,'action complete via WP Cron','2020-12-25 20:26:40','2020-12-25 15:26:40'),
(8984,7158,'action created','2020-12-25 20:26:40','2020-12-25 15:26:40'),
(8985,7158,'action started via WP Cron','2020-12-25 20:28:34','2020-12-25 15:28:34'),
(8986,7158,'action complete via WP Cron','2020-12-25 20:28:34','2020-12-25 15:28:34'),
(8987,7159,'action created','2020-12-25 20:28:34','2020-12-25 15:28:34'),
(8988,7159,'action started via WP Cron','2020-12-25 20:29:56','2020-12-25 15:29:56'),
(8989,7159,'action complete via WP Cron','2020-12-25 20:29:56','2020-12-25 15:29:56'),
(8990,7160,'action created','2020-12-25 20:29:57','2020-12-25 15:29:57'),
(8991,7160,'action started via WP Cron','2020-12-25 20:32:46','2020-12-25 15:32:46'),
(8992,7160,'action complete via WP Cron','2020-12-25 20:32:46','2020-12-25 15:32:46'),
(8993,7161,'action created','2020-12-25 20:32:46','2020-12-25 15:32:46'),
(8994,7161,'action started via WP Cron','2020-12-25 20:34:36','2020-12-25 15:34:36'),
(8995,7161,'action complete via WP Cron','2020-12-25 20:34:36','2020-12-25 15:34:36'),
(8996,7162,'action created','2020-12-25 20:34:36','2020-12-25 15:34:36'),
(8997,7162,'action started via WP Cron','2020-12-25 20:36:23','2020-12-25 15:36:23'),
(8998,7162,'action complete via WP Cron','2020-12-25 20:36:23','2020-12-25 15:36:23'),
(8999,7163,'action created','2020-12-25 20:36:23','2020-12-25 15:36:23'),
(9000,7163,'action started via WP Cron','2020-12-25 20:38:02','2020-12-25 15:38:02'),
(9001,7163,'action complete via WP Cron','2020-12-25 20:38:02','2020-12-25 15:38:02'),
(9002,7164,'action created','2020-12-25 20:38:02','2020-12-25 15:38:02'),
(9003,7164,'action started via WP Cron','2020-12-25 20:40:41','2020-12-25 15:40:41'),
(9004,7164,'action complete via WP Cron','2020-12-25 20:40:41','2020-12-25 15:40:41'),
(9005,7165,'action created','2020-12-25 20:40:41','2020-12-25 15:40:41'),
(9006,7165,'action started via WP Cron','2020-12-25 20:41:15','2020-12-25 15:41:15'),
(9007,7165,'action complete via WP Cron','2020-12-25 20:41:15','2020-12-25 15:41:15'),
(9008,7166,'action created','2020-12-25 20:41:15','2020-12-25 15:41:15'),
(9009,7166,'action started via WP Cron','2020-12-25 20:42:49','2020-12-25 15:42:49'),
(9010,7166,'action complete via WP Cron','2020-12-25 20:42:49','2020-12-25 15:42:49'),
(9011,7167,'action created','2020-12-25 20:42:49','2020-12-25 15:42:49'),
(9012,7167,'action started via WP Cron','2020-12-25 20:44:19','2020-12-25 15:44:19'),
(9013,7167,'action complete via WP Cron','2020-12-25 20:44:20','2020-12-25 15:44:20'),
(9014,7168,'action created','2020-12-25 20:44:20','2020-12-25 15:44:20'),
(9015,7168,'action started via WP Cron','2020-12-25 20:45:57','2020-12-25 15:45:57'),
(9016,7168,'action complete via WP Cron','2020-12-25 20:45:57','2020-12-25 15:45:57'),
(9017,7169,'action created','2020-12-25 20:45:58','2020-12-25 15:45:58'),
(9018,7169,'action started via WP Cron','2020-12-25 20:47:00','2020-12-25 15:47:00'),
(9019,7169,'action complete via WP Cron','2020-12-25 20:47:00','2020-12-25 15:47:00'),
(9020,7170,'action created','2020-12-25 20:47:00','2020-12-25 15:47:00'),
(9021,7170,'action started via WP Cron','2020-12-25 20:47:48','2020-12-25 15:47:48'),
(9022,7170,'action complete via WP Cron','2020-12-25 20:47:48','2020-12-25 15:47:48'),
(9023,7171,'action created','2020-12-25 20:47:48','2020-12-25 15:47:48'),
(9024,7171,'action started via WP Cron','2020-12-25 20:49:12','2020-12-25 15:49:12'),
(9025,7171,'action complete via WP Cron','2020-12-25 20:49:12','2020-12-25 15:49:12'),
(9026,7172,'action created','2020-12-25 20:49:12','2020-12-25 15:49:12'),
(9027,7172,'action started via WP Cron','2020-12-25 20:53:09','2020-12-25 15:53:09'),
(9028,7172,'action complete via WP Cron','2020-12-25 20:53:09','2020-12-25 15:53:09'),
(9029,7173,'action created','2020-12-25 20:53:09','2020-12-25 15:53:09'),
(9030,7173,'action started via WP Cron','2020-12-25 20:54:22','2020-12-25 15:54:22'),
(9031,7173,'action complete via WP Cron','2020-12-25 20:54:22','2020-12-25 15:54:22'),
(9032,7174,'action created','2020-12-25 20:54:22','2020-12-25 15:54:22'),
(9033,7174,'action started via WP Cron','2020-12-25 20:55:26','2020-12-25 15:55:26'),
(9034,7174,'action complete via WP Cron','2020-12-25 20:55:26','2020-12-25 15:55:26'),
(9035,7175,'action created','2020-12-25 20:55:27','2020-12-25 15:55:27'),
(9036,7175,'action started via WP Cron','2020-12-25 21:00:05','2020-12-25 16:00:05'),
(9037,7175,'action complete via WP Cron','2020-12-25 21:00:05','2020-12-25 16:00:05'),
(9038,7176,'action created','2020-12-25 21:00:05','2020-12-25 16:00:05'),
(9039,7176,'action started via WP Cron','2020-12-25 21:07:51','2020-12-25 16:07:51'),
(9040,7176,'action complete via WP Cron','2020-12-25 21:07:51','2020-12-25 16:07:51'),
(9041,7177,'action created','2020-12-25 21:07:51','2020-12-25 16:07:51'),
(9042,7177,'action started via WP Cron','2020-12-25 21:13:23','2020-12-25 16:13:23'),
(9043,7177,'action complete via WP Cron','2020-12-25 21:13:23','2020-12-25 16:13:23'),
(9044,7178,'action created','2020-12-25 21:13:23','2020-12-25 16:13:23'),
(9045,7178,'action started via WP Cron','2020-12-25 21:14:11','2020-12-25 16:14:11'),
(9046,7178,'action complete via WP Cron','2020-12-25 21:14:11','2020-12-25 16:14:11'),
(9047,7179,'action created','2020-12-25 21:14:11','2020-12-25 16:14:11'),
(9048,7179,'action started via WP Cron','2020-12-25 21:15:35','2020-12-25 16:15:35'),
(9049,7179,'action complete via WP Cron','2020-12-25 21:15:36','2020-12-25 16:15:36'),
(9050,7180,'action created','2020-12-25 21:15:36','2020-12-25 16:15:36'),
(9051,7180,'action started via WP Cron','2020-12-25 21:17:48','2020-12-25 16:17:48'),
(9052,7180,'action complete via WP Cron','2020-12-25 21:17:48','2020-12-25 16:17:48'),
(9053,7181,'action created','2020-12-25 21:17:48','2020-12-25 16:17:48'),
(9054,7181,'action started via WP Cron','2020-12-25 21:19:44','2020-12-25 16:19:44'),
(9055,7181,'action complete via WP Cron','2020-12-25 21:19:44','2020-12-25 16:19:44'),
(9056,7182,'action created','2020-12-25 21:19:44','2020-12-25 16:19:44'),
(9057,7182,'action started via WP Cron','2020-12-25 21:20:31','2020-12-25 16:20:31'),
(9058,7182,'action complete via WP Cron','2020-12-25 21:20:31','2020-12-25 16:20:31'),
(9059,7183,'action created','2020-12-25 21:20:31','2020-12-25 16:20:31'),
(9060,7183,'action started via WP Cron','2020-12-25 21:21:53','2020-12-25 16:21:53'),
(9061,7183,'action complete via WP Cron','2020-12-25 21:21:53','2020-12-25 16:21:53'),
(9062,7184,'action created','2020-12-25 21:21:53','2020-12-25 16:21:53'),
(9063,7184,'action started via WP Cron','2020-12-25 21:22:53','2020-12-25 16:22:53'),
(9064,7184,'action complete via WP Cron','2020-12-25 21:22:53','2020-12-25 16:22:53'),
(9065,7185,'action created','2020-12-25 21:22:53','2020-12-25 16:22:53'),
(9066,7185,'action started via WP Cron','2020-12-25 21:26:33','2020-12-25 16:26:33'),
(9067,7185,'action complete via WP Cron','2020-12-25 21:26:33','2020-12-25 16:26:33'),
(9068,7186,'action created','2020-12-25 21:26:33','2020-12-25 16:26:33'),
(9069,7186,'action started via WP Cron','2020-12-25 21:27:15','2020-12-25 16:27:15'),
(9070,7186,'action complete via WP Cron','2020-12-25 21:27:15','2020-12-25 16:27:15'),
(9071,7187,'action created','2020-12-25 21:27:15','2020-12-25 16:27:15'),
(9072,7187,'action started via WP Cron','2020-12-25 21:28:30','2020-12-25 16:28:30'),
(9073,7187,'action complete via WP Cron','2020-12-25 21:28:30','2020-12-25 16:28:30'),
(9074,7188,'action created','2020-12-25 21:28:30','2020-12-25 16:28:30'),
(9075,7188,'action started via WP Cron','2020-12-25 21:30:14','2020-12-25 16:30:14'),
(9076,7188,'action complete via WP Cron','2020-12-25 21:30:14','2020-12-25 16:30:14'),
(9077,7189,'action created','2020-12-25 21:30:14','2020-12-25 16:30:14'),
(9078,7189,'action started via WP Cron','2020-12-25 21:31:34','2020-12-25 16:31:34'),
(9079,7189,'action complete via WP Cron','2020-12-25 21:31:34','2020-12-25 16:31:34'),
(9080,7190,'action created','2020-12-25 21:31:34','2020-12-25 16:31:34'),
(9081,7190,'action started via WP Cron','2020-12-25 21:33:06','2020-12-25 16:33:06'),
(9082,7190,'action complete via WP Cron','2020-12-25 21:33:06','2020-12-25 16:33:06'),
(9083,7191,'action created','2020-12-25 21:33:06','2020-12-25 16:33:06'),
(9084,7191,'action started via WP Cron','2020-12-25 21:35:14','2020-12-25 16:35:14'),
(9085,7191,'action complete via WP Cron','2020-12-25 21:35:14','2020-12-25 16:35:14'),
(9086,7192,'action created','2020-12-25 21:35:14','2020-12-25 16:35:14'),
(9087,7192,'action started via WP Cron','2020-12-25 21:36:35','2020-12-25 16:36:35'),
(9088,7192,'action complete via WP Cron','2020-12-25 21:36:35','2020-12-25 16:36:35'),
(9089,7193,'action created','2020-12-25 21:36:35','2020-12-25 16:36:35'),
(9090,7193,'action started via WP Cron','2020-12-25 21:38:12','2020-12-25 16:38:12'),
(9091,7193,'action complete via WP Cron','2020-12-25 21:38:12','2020-12-25 16:38:12'),
(9092,7194,'action created','2020-12-25 21:38:12','2020-12-25 16:38:12'),
(9093,7194,'action started via WP Cron','2020-12-25 21:40:05','2020-12-25 16:40:05'),
(9094,7194,'action complete via WP Cron','2020-12-25 21:40:05','2020-12-25 16:40:05'),
(9095,7195,'action created','2020-12-25 21:40:05','2020-12-25 16:40:05'),
(9096,7195,'action started via WP Cron','2020-12-25 21:41:22','2020-12-25 16:41:22'),
(9097,7195,'action complete via WP Cron','2020-12-25 21:41:22','2020-12-25 16:41:22'),
(9098,7196,'action created','2020-12-25 21:41:22','2020-12-25 16:41:22'),
(9099,7196,'action started via WP Cron','2020-12-25 21:42:29','2020-12-25 16:42:29'),
(9100,7196,'action complete via WP Cron','2020-12-25 21:42:29','2020-12-25 16:42:29'),
(9101,7197,'action created','2020-12-25 21:42:29','2020-12-25 16:42:29'),
(9102,7197,'action started via WP Cron','2020-12-25 21:43:29','2020-12-25 16:43:29'),
(9103,7197,'action complete via WP Cron','2020-12-25 21:43:29','2020-12-25 16:43:29'),
(9104,7198,'action created','2020-12-25 21:43:29','2020-12-25 16:43:29'),
(9105,7198,'action started via WP Cron','2020-12-25 21:44:12','2020-12-25 16:44:12'),
(9106,7198,'action complete via WP Cron','2020-12-25 21:44:12','2020-12-25 16:44:12'),
(9107,7199,'action created','2020-12-25 21:44:12','2020-12-25 16:44:12'),
(9108,7199,'action started via WP Cron','2020-12-25 21:45:22','2020-12-25 16:45:22'),
(9109,7199,'action complete via WP Cron','2020-12-25 21:45:22','2020-12-25 16:45:22'),
(9110,7200,'action created','2020-12-25 21:45:22','2020-12-25 16:45:22'),
(9111,7200,'action started via WP Cron','2020-12-25 21:46:25','2020-12-25 16:46:25'),
(9112,7200,'action complete via WP Cron','2020-12-25 21:46:25','2020-12-25 16:46:25'),
(9113,7201,'action created','2020-12-25 21:46:25','2020-12-25 16:46:25'),
(9114,7201,'action started via WP Cron','2020-12-25 21:48:05','2020-12-25 16:48:05'),
(9115,7201,'action complete via WP Cron','2020-12-25 21:48:05','2020-12-25 16:48:05'),
(9116,7202,'action created','2020-12-25 21:48:05','2020-12-25 16:48:05'),
(9117,7202,'action started via WP Cron','2020-12-25 21:48:19','2020-12-25 16:48:19'),
(9118,7202,'action complete via WP Cron','2020-12-25 21:48:19','2020-12-25 16:48:19'),
(9119,7203,'action created','2020-12-25 21:48:20','2020-12-25 16:48:20'),
(9120,7203,'action started via WP Cron','2020-12-25 21:49:14','2020-12-25 16:49:14'),
(9121,7203,'action complete via WP Cron','2020-12-25 21:49:14','2020-12-25 16:49:14'),
(9122,7204,'action created','2020-12-25 21:49:14','2020-12-25 16:49:14'),
(9123,7204,'action started via WP Cron','2020-12-25 21:50:40','2020-12-25 16:50:40'),
(9124,7204,'action complete via WP Cron','2020-12-25 21:50:40','2020-12-25 16:50:40'),
(9125,7205,'action created','2020-12-25 21:50:40','2020-12-25 16:50:40'),
(9126,7205,'action started via WP Cron','2020-12-25 21:51:29','2020-12-25 16:51:29'),
(9127,7205,'action complete via WP Cron','2020-12-25 21:51:29','2020-12-25 16:51:29'),
(9128,7206,'action created','2020-12-25 21:51:29','2020-12-25 16:51:29'),
(9129,7206,'action started via WP Cron','2020-12-25 21:53:15','2020-12-25 16:53:15'),
(9130,7206,'action complete via WP Cron','2020-12-25 21:53:15','2020-12-25 16:53:15'),
(9131,7207,'action created','2020-12-25 21:53:15','2020-12-25 16:53:15'),
(9132,7207,'action started via WP Cron','2020-12-25 21:55:04','2020-12-25 16:55:04'),
(9133,7207,'action complete via WP Cron','2020-12-25 21:55:04','2020-12-25 16:55:04'),
(9134,7208,'action created','2020-12-25 21:55:04','2020-12-25 16:55:04'),
(9135,7208,'action started via WP Cron','2020-12-25 21:55:16','2020-12-25 16:55:16'),
(9136,7208,'action complete via WP Cron','2020-12-25 21:55:16','2020-12-25 16:55:16'),
(9137,7209,'action created','2020-12-25 21:55:16','2020-12-25 16:55:16'),
(9138,7209,'action started via WP Cron','2020-12-25 21:57:17','2020-12-25 16:57:17'),
(9139,7209,'action complete via WP Cron','2020-12-25 21:57:17','2020-12-25 16:57:17'),
(9140,7210,'action created','2020-12-25 21:57:17','2020-12-25 16:57:17'),
(9141,7210,'action started via WP Cron','2020-12-25 21:58:19','2020-12-25 16:58:19'),
(9142,7210,'action complete via WP Cron','2020-12-25 21:58:19','2020-12-25 16:58:19'),
(9143,7211,'action created','2020-12-25 21:58:19','2020-12-25 16:58:19'),
(9144,7211,'action started via WP Cron','2020-12-25 22:00:21','2020-12-25 17:00:21'),
(9145,7211,'action complete via WP Cron','2020-12-25 22:00:21','2020-12-25 17:00:21'),
(9146,7212,'action created','2020-12-25 22:00:21','2020-12-25 17:00:21'),
(9147,7212,'action started via WP Cron','2020-12-25 22:02:21','2020-12-25 17:02:21'),
(9148,7212,'action complete via WP Cron','2020-12-25 22:02:21','2020-12-25 17:02:21'),
(9149,7213,'action created','2020-12-25 22:02:21','2020-12-25 17:02:21'),
(9150,7213,'action started via WP Cron','2020-12-25 22:03:28','2020-12-25 17:03:28'),
(9151,7213,'action complete via WP Cron','2020-12-25 22:03:28','2020-12-25 17:03:28'),
(9152,7214,'action created','2020-12-25 22:03:28','2020-12-25 17:03:28'),
(9153,7214,'action started via WP Cron','2020-12-25 22:04:23','2020-12-25 17:04:23'),
(9154,7214,'action complete via WP Cron','2020-12-25 22:04:23','2020-12-25 17:04:23'),
(9155,7215,'action created','2020-12-25 22:04:23','2020-12-25 17:04:23'),
(9156,7215,'action started via WP Cron','2020-12-25 22:05:47','2020-12-25 17:05:47'),
(9157,7215,'action complete via WP Cron','2020-12-25 22:05:47','2020-12-25 17:05:47'),
(9158,7216,'action created','2020-12-25 22:05:47','2020-12-25 17:05:47'),
(9159,7216,'action started via WP Cron','2020-12-25 22:09:03','2020-12-25 17:09:03'),
(9160,7216,'action complete via WP Cron','2020-12-25 22:09:03','2020-12-25 17:09:03'),
(9161,7217,'action created','2020-12-25 22:09:03','2020-12-25 17:09:03'),
(9162,7217,'action started via WP Cron','2020-12-25 22:09:39','2020-12-25 17:09:39'),
(9163,7217,'action complete via WP Cron','2020-12-25 22:09:39','2020-12-25 17:09:39'),
(9164,7218,'action created','2020-12-25 22:09:39','2020-12-25 17:09:39'),
(9165,7218,'action started via WP Cron','2020-12-25 22:11:02','2020-12-25 17:11:02'),
(9166,7218,'action complete via WP Cron','2020-12-25 22:11:02','2020-12-25 17:11:02'),
(9167,7219,'action created','2020-12-25 22:11:02','2020-12-25 17:11:02'),
(9168,7219,'action started via WP Cron','2020-12-25 22:13:48','2020-12-25 17:13:48'),
(9169,7219,'action complete via WP Cron','2020-12-25 22:13:48','2020-12-25 17:13:48'),
(9170,7220,'action created','2020-12-25 22:13:48','2020-12-25 17:13:48'),
(9171,7220,'action started via WP Cron','2020-12-25 22:15:58','2020-12-25 17:15:58'),
(9172,7220,'action complete via WP Cron','2020-12-25 22:15:58','2020-12-25 17:15:58'),
(9173,7221,'action created','2020-12-25 22:15:58','2020-12-25 17:15:58'),
(9174,7221,'action started via WP Cron','2020-12-25 22:20:38','2020-12-25 17:20:38'),
(9175,7221,'action complete via WP Cron','2020-12-25 22:20:38','2020-12-25 17:20:38'),
(9176,7222,'action created','2020-12-25 22:20:38','2020-12-25 17:20:38'),
(9177,7222,'action started via WP Cron','2020-12-25 22:21:33','2020-12-25 17:21:33'),
(9178,7222,'action complete via WP Cron','2020-12-25 22:21:33','2020-12-25 17:21:33'),
(9179,7223,'action created','2020-12-25 22:21:33','2020-12-25 17:21:33'),
(9180,7223,'action started via WP Cron','2020-12-25 22:23:21','2020-12-25 17:23:21'),
(9181,7223,'action complete via WP Cron','2020-12-25 22:23:21','2020-12-25 17:23:21'),
(9182,7224,'action created','2020-12-25 22:23:21','2020-12-25 17:23:21'),
(9183,7224,'action started via WP Cron','2020-12-25 22:25:13','2020-12-25 17:25:13'),
(9184,7224,'action complete via WP Cron','2020-12-25 22:25:13','2020-12-25 17:25:13'),
(9185,7225,'action created','2020-12-25 22:25:13','2020-12-25 17:25:13'),
(9186,7225,'action started via WP Cron','2020-12-25 22:26:16','2020-12-25 17:26:16'),
(9187,7225,'action complete via WP Cron','2020-12-25 22:26:16','2020-12-25 17:26:16'),
(9188,7226,'action created','2020-12-25 22:26:16','2020-12-25 17:26:16'),
(9189,7226,'action started via WP Cron','2020-12-25 22:28:40','2020-12-25 17:28:40'),
(9190,7226,'action complete via WP Cron','2020-12-25 22:28:40','2020-12-25 17:28:40'),
(9191,7227,'action created','2020-12-25 22:28:40','2020-12-25 17:28:40'),
(9192,7227,'action started via WP Cron','2020-12-25 22:30:06','2020-12-25 17:30:06'),
(9193,7227,'action complete via WP Cron','2020-12-25 22:30:06','2020-12-25 17:30:06'),
(9194,7228,'action created','2020-12-25 22:30:06','2020-12-25 17:30:06'),
(9195,7228,'action started via WP Cron','2020-12-25 22:30:52','2020-12-25 17:30:52'),
(9196,7228,'action complete via WP Cron','2020-12-25 22:30:52','2020-12-25 17:30:52'),
(9197,7229,'action created','2020-12-25 22:30:52','2020-12-25 17:30:52'),
(9198,7229,'action started via WP Cron','2020-12-25 22:31:11','2020-12-25 17:31:11'),
(9199,7229,'action complete via WP Cron','2020-12-25 22:31:11','2020-12-25 17:31:11'),
(9200,7230,'action created','2020-12-25 22:31:11','2020-12-25 17:31:11'),
(9201,7230,'action started via WP Cron','2020-12-25 22:33:42','2020-12-25 17:33:42'),
(9202,7230,'action complete via WP Cron','2020-12-25 22:33:42','2020-12-25 17:33:42'),
(9203,7231,'action created','2020-12-25 22:33:43','2020-12-25 17:33:43'),
(9204,7231,'action started via WP Cron','2020-12-25 22:35:19','2020-12-25 17:35:19'),
(9205,7231,'action complete via WP Cron','2020-12-25 22:35:19','2020-12-25 17:35:19'),
(9206,7232,'action created','2020-12-25 22:35:20','2020-12-25 17:35:20'),
(9207,7232,'action started via WP Cron','2020-12-25 22:37:21','2020-12-25 17:37:21'),
(9208,7232,'action complete via WP Cron','2020-12-25 22:37:21','2020-12-25 17:37:21'),
(9209,7233,'action created','2020-12-25 22:37:21','2020-12-25 17:37:21'),
(9210,7233,'action started via WP Cron','2020-12-25 22:38:34','2020-12-25 17:38:34'),
(9211,7233,'action complete via WP Cron','2020-12-25 22:38:34','2020-12-25 17:38:34'),
(9212,7234,'action created','2020-12-25 22:38:34','2020-12-25 17:38:34'),
(9213,7234,'action started via WP Cron','2020-12-25 22:39:18','2020-12-25 17:39:18'),
(9214,7234,'action complete via WP Cron','2020-12-25 22:39:18','2020-12-25 17:39:18'),
(9215,7235,'action created','2020-12-25 22:39:18','2020-12-25 17:39:18'),
(9216,7235,'action started via WP Cron','2020-12-25 22:41:11','2020-12-25 17:41:11'),
(9217,7235,'action complete via WP Cron','2020-12-25 22:41:11','2020-12-25 17:41:11'),
(9218,7236,'action created','2020-12-25 22:41:11','2020-12-25 17:41:11'),
(9219,7236,'action started via WP Cron','2020-12-25 22:42:49','2020-12-25 17:42:49'),
(9220,7236,'action complete via WP Cron','2020-12-25 22:42:49','2020-12-25 17:42:49'),
(9221,7237,'action created','2020-12-25 22:42:49','2020-12-25 17:42:49'),
(9222,7237,'action started via WP Cron','2020-12-25 22:44:29','2020-12-25 17:44:29'),
(9223,7237,'action complete via WP Cron','2020-12-25 22:44:29','2020-12-25 17:44:29'),
(9224,7238,'action created','2020-12-25 22:44:29','2020-12-25 17:44:29'),
(9225,7238,'action started via WP Cron','2020-12-25 22:45:20','2020-12-25 17:45:20'),
(9226,7238,'action complete via WP Cron','2020-12-25 22:45:20','2020-12-25 17:45:20'),
(9227,7239,'action created','2020-12-25 22:45:20','2020-12-25 17:45:20'),
(9228,7239,'action started via WP Cron','2020-12-25 22:46:11','2020-12-25 17:46:11'),
(9229,7239,'action complete via WP Cron','2020-12-25 22:46:11','2020-12-25 17:46:11'),
(9230,7240,'action created','2020-12-25 22:46:11','2020-12-25 17:46:11'),
(9231,7240,'action started via WP Cron','2020-12-25 22:47:23','2020-12-25 17:47:23'),
(9232,7240,'action complete via WP Cron','2020-12-25 22:47:23','2020-12-25 17:47:23'),
(9233,7241,'action created','2020-12-25 22:47:23','2020-12-25 17:47:23'),
(9234,7241,'action started via WP Cron','2020-12-25 22:48:20','2020-12-25 17:48:20'),
(9235,7241,'action complete via WP Cron','2020-12-25 22:48:20','2020-12-25 17:48:20'),
(9236,7242,'action created','2020-12-25 22:48:20','2020-12-25 17:48:20'),
(9237,7242,'action started via WP Cron','2020-12-25 22:51:50','2020-12-25 17:51:50'),
(9238,7242,'action complete via WP Cron','2020-12-25 22:51:50','2020-12-25 17:51:50'),
(9239,7243,'action created','2020-12-25 22:51:50','2020-12-25 17:51:50'),
(9240,7243,'action started via WP Cron','2020-12-25 22:52:18','2020-12-25 17:52:18'),
(9241,7243,'action complete via WP Cron','2020-12-25 22:52:18','2020-12-25 17:52:18'),
(9242,7244,'action created','2020-12-25 22:52:18','2020-12-25 17:52:18'),
(9243,7244,'action started via WP Cron','2020-12-25 22:55:51','2020-12-25 17:55:51'),
(9244,7244,'action complete via WP Cron','2020-12-25 22:55:51','2020-12-25 17:55:51'),
(9245,7245,'action created','2020-12-25 22:55:51','2020-12-25 17:55:51'),
(9246,7245,'action started via WP Cron','2020-12-25 22:56:30','2020-12-25 17:56:30'),
(9247,7245,'action complete via WP Cron','2020-12-25 22:56:30','2020-12-25 17:56:30'),
(9248,7246,'action created','2020-12-25 22:56:30','2020-12-25 17:56:30'),
(9249,7246,'action started via WP Cron','2020-12-25 22:57:57','2020-12-25 17:57:57'),
(9250,7246,'action complete via WP Cron','2020-12-25 22:57:57','2020-12-25 17:57:57'),
(9251,7247,'action created','2020-12-25 22:57:57','2020-12-25 17:57:57'),
(9252,7247,'action started via WP Cron','2020-12-25 22:58:28','2020-12-25 17:58:28'),
(9253,7247,'action complete via WP Cron','2020-12-25 22:58:28','2020-12-25 17:58:28'),
(9254,7248,'action created','2020-12-25 22:58:28','2020-12-25 17:58:28'),
(9255,7248,'action started via WP Cron','2020-12-25 22:59:34','2020-12-25 17:59:34'),
(9256,7248,'action complete via WP Cron','2020-12-25 22:59:34','2020-12-25 17:59:34'),
(9257,7249,'action created','2020-12-25 22:59:34','2020-12-25 17:59:34'),
(9258,7249,'action started via WP Cron','2020-12-25 23:00:57','2020-12-25 18:00:57'),
(9259,7249,'action complete via WP Cron','2020-12-25 23:00:57','2020-12-25 18:00:57'),
(9260,7250,'action created','2020-12-25 23:00:57','2020-12-25 18:00:57'),
(9261,7250,'action started via WP Cron','2020-12-25 23:03:35','2020-12-25 18:03:35'),
(9262,7250,'action complete via WP Cron','2020-12-25 23:03:35','2020-12-25 18:03:35'),
(9263,7251,'action created','2020-12-25 23:03:35','2020-12-25 18:03:35'),
(9264,7251,'action started via WP Cron','2020-12-25 23:05:25','2020-12-25 18:05:25'),
(9265,7251,'action complete via WP Cron','2020-12-25 23:05:25','2020-12-25 18:05:25'),
(9266,7252,'action created','2020-12-25 23:05:25','2020-12-25 18:05:25'),
(9267,7252,'action started via WP Cron','2020-12-25 23:07:09','2020-12-25 18:07:09'),
(9268,7252,'action complete via WP Cron','2020-12-25 23:07:09','2020-12-25 18:07:09'),
(9269,7253,'action created','2020-12-25 23:07:09','2020-12-25 18:07:09'),
(9270,7253,'action started via WP Cron','2020-12-25 23:07:34','2020-12-25 18:07:34'),
(9271,7253,'action complete via WP Cron','2020-12-25 23:07:34','2020-12-25 18:07:34'),
(9272,7254,'action created','2020-12-25 23:07:34','2020-12-25 18:07:34'),
(9273,7254,'action started via WP Cron','2020-12-25 23:09:13','2020-12-25 18:09:13'),
(9274,7254,'action complete via WP Cron','2020-12-25 23:09:13','2020-12-25 18:09:13'),
(9275,7255,'action created','2020-12-25 23:09:13','2020-12-25 18:09:13'),
(9276,7255,'action started via WP Cron','2020-12-25 23:11:15','2020-12-25 18:11:15'),
(9277,7255,'action complete via WP Cron','2020-12-25 23:11:15','2020-12-25 18:11:15'),
(9278,7256,'action created','2020-12-25 23:11:15','2020-12-25 18:11:15'),
(9279,7256,'action started via WP Cron','2020-12-25 23:13:00','2020-12-25 18:13:00'),
(9280,7256,'action complete via WP Cron','2020-12-25 23:13:00','2020-12-25 18:13:00'),
(9281,7257,'action created','2020-12-25 23:13:00','2020-12-25 18:13:00'),
(9282,7257,'action started via WP Cron','2020-12-25 23:14:03','2020-12-25 18:14:03'),
(9283,7257,'action complete via WP Cron','2020-12-25 23:14:03','2020-12-25 18:14:03'),
(9284,7258,'action created','2020-12-25 23:14:03','2020-12-25 18:14:03'),
(9285,7258,'action started via WP Cron','2020-12-25 23:18:02','2020-12-25 18:18:02'),
(9286,7258,'action complete via WP Cron','2020-12-25 23:18:02','2020-12-25 18:18:02'),
(9287,7259,'action created','2020-12-25 23:18:02','2020-12-25 18:18:02'),
(9288,7259,'action started via WP Cron','2020-12-25 23:19:06','2020-12-25 18:19:06'),
(9289,7259,'action complete via WP Cron','2020-12-25 23:19:06','2020-12-25 18:19:06'),
(9290,7260,'action created','2020-12-25 23:19:06','2020-12-25 18:19:06'),
(9291,7260,'action started via WP Cron','2020-12-25 23:20:38','2020-12-25 18:20:38'),
(9292,7260,'action complete via WP Cron','2020-12-25 23:20:38','2020-12-25 18:20:38'),
(9293,7261,'action created','2020-12-25 23:20:38','2020-12-25 18:20:38'),
(9294,7261,'action started via WP Cron','2020-12-25 23:24:57','2020-12-25 18:24:57'),
(9295,7261,'action complete via WP Cron','2020-12-25 23:24:57','2020-12-25 18:24:57'),
(9296,7262,'action created','2020-12-25 23:24:57','2020-12-25 18:24:57'),
(9297,7262,'action started via WP Cron','2020-12-25 23:25:37','2020-12-25 18:25:37'),
(9298,7262,'action complete via WP Cron','2020-12-25 23:25:37','2020-12-25 18:25:37'),
(9299,7263,'action created','2020-12-25 23:25:37','2020-12-25 18:25:37'),
(9300,7263,'action started via WP Cron','2020-12-25 23:26:30','2020-12-25 18:26:30'),
(9301,7263,'action complete via WP Cron','2020-12-25 23:26:30','2020-12-25 18:26:30'),
(9302,7264,'action created','2020-12-25 23:26:30','2020-12-25 18:26:30'),
(9303,7264,'action started via WP Cron','2020-12-25 23:27:32','2020-12-25 18:27:32'),
(9304,7264,'action complete via WP Cron','2020-12-25 23:27:32','2020-12-25 18:27:32'),
(9305,7265,'action created','2020-12-25 23:27:33','2020-12-25 18:27:33'),
(9306,7265,'action started via WP Cron','2020-12-25 23:28:28','2020-12-25 18:28:28'),
(9307,7265,'action complete via WP Cron','2020-12-25 23:28:29','2020-12-25 18:28:29'),
(9308,7266,'action created','2020-12-25 23:28:29','2020-12-25 18:28:29'),
(9309,7266,'action started via WP Cron','2020-12-25 23:30:25','2020-12-25 18:30:25'),
(9310,7266,'action complete via WP Cron','2020-12-25 23:30:25','2020-12-25 18:30:25'),
(9311,7267,'action created','2020-12-25 23:30:25','2020-12-25 18:30:25'),
(9312,7267,'action started via WP Cron','2020-12-25 23:32:06','2020-12-25 18:32:06'),
(9313,7267,'action complete via WP Cron','2020-12-25 23:32:06','2020-12-25 18:32:06'),
(9314,7268,'action created','2020-12-25 23:32:06','2020-12-25 18:32:06'),
(9315,7268,'action started via WP Cron','2020-12-25 23:34:20','2020-12-25 18:34:20'),
(9316,7268,'action complete via WP Cron','2020-12-25 23:34:20','2020-12-25 18:34:20'),
(9317,7269,'action created','2020-12-25 23:34:20','2020-12-25 18:34:20'),
(9318,7269,'action started via WP Cron','2020-12-25 23:35:41','2020-12-25 18:35:41'),
(9319,7269,'action complete via WP Cron','2020-12-25 23:35:41','2020-12-25 18:35:41'),
(9320,7270,'action created','2020-12-25 23:35:41','2020-12-25 18:35:41'),
(9321,7270,'action started via WP Cron','2020-12-25 23:36:30','2020-12-25 18:36:30'),
(9322,7270,'action complete via WP Cron','2020-12-25 23:36:30','2020-12-25 18:36:30'),
(9323,7271,'action created','2020-12-25 23:36:30','2020-12-25 18:36:30'),
(9324,7271,'action started via WP Cron','2020-12-25 23:37:26','2020-12-25 18:37:26'),
(9325,7271,'action complete via WP Cron','2020-12-25 23:37:26','2020-12-25 18:37:26'),
(9326,7272,'action created','2020-12-25 23:37:26','2020-12-25 18:37:26'),
(9327,7272,'action started via WP Cron','2020-12-25 23:38:33','2020-12-25 18:38:33'),
(9328,7272,'action complete via WP Cron','2020-12-25 23:38:33','2020-12-25 18:38:33'),
(9329,7273,'action created','2020-12-25 23:38:33','2020-12-25 18:38:33'),
(9330,7273,'action started via WP Cron','2020-12-25 23:39:48','2020-12-25 18:39:48'),
(9331,7273,'action complete via WP Cron','2020-12-25 23:39:48','2020-12-25 18:39:48'),
(9332,7274,'action created','2020-12-25 23:39:48','2020-12-25 18:39:48'),
(9333,7274,'action started via WP Cron','2020-12-25 23:42:35','2020-12-25 18:42:35'),
(9334,7274,'action complete via WP Cron','2020-12-25 23:42:35','2020-12-25 18:42:35'),
(9335,7275,'action created','2020-12-25 23:42:35','2020-12-25 18:42:35'),
(9336,7275,'action started via WP Cron','2020-12-25 23:44:13','2020-12-25 18:44:13'),
(9337,7275,'action complete via WP Cron','2020-12-25 23:44:13','2020-12-25 18:44:13'),
(9338,7276,'action created','2020-12-25 23:44:13','2020-12-25 18:44:13'),
(9339,7276,'action started via WP Cron','2020-12-25 23:45:20','2020-12-25 18:45:20'),
(9340,7276,'action complete via WP Cron','2020-12-25 23:45:20','2020-12-25 18:45:20'),
(9341,7277,'action created','2020-12-25 23:45:20','2020-12-25 18:45:20'),
(9342,7277,'action started via WP Cron','2020-12-25 23:48:46','2020-12-25 18:48:46'),
(9343,7277,'action complete via WP Cron','2020-12-25 23:48:46','2020-12-25 18:48:46'),
(9344,7278,'action created','2020-12-25 23:48:47','2020-12-25 18:48:47'),
(9345,7278,'action started via WP Cron','2020-12-25 23:49:16','2020-12-25 18:49:16'),
(9346,7278,'action complete via WP Cron','2020-12-25 23:49:16','2020-12-25 18:49:16'),
(9347,7279,'action created','2020-12-25 23:49:17','2020-12-25 18:49:17'),
(9348,7279,'action started via WP Cron','2020-12-25 23:52:05','2020-12-25 18:52:05'),
(9349,7279,'action complete via WP Cron','2020-12-25 23:52:05','2020-12-25 18:52:05'),
(9350,7280,'action created','2020-12-25 23:52:05','2020-12-25 18:52:05'),
(9351,7280,'action started via WP Cron','2020-12-25 23:54:18','2020-12-25 18:54:18'),
(9352,7280,'action complete via WP Cron','2020-12-25 23:54:18','2020-12-25 18:54:18'),
(9353,7281,'action created','2020-12-25 23:54:18','2020-12-25 18:54:18'),
(9354,7281,'action started via WP Cron','2020-12-25 23:55:12','2020-12-25 18:55:12'),
(9355,7281,'action complete via WP Cron','2020-12-25 23:55:12','2020-12-25 18:55:12'),
(9356,7282,'action created','2020-12-25 23:55:12','2020-12-25 18:55:12'),
(9357,7282,'action started via WP Cron','2020-12-25 23:56:17','2020-12-25 18:56:17'),
(9358,7282,'action complete via WP Cron','2020-12-25 23:56:17','2020-12-25 18:56:17'),
(9359,7283,'action created','2020-12-25 23:56:17','2020-12-25 18:56:17'),
(9360,7283,'action started via WP Cron','2020-12-25 23:57:26','2020-12-25 18:57:26'),
(9361,7283,'action complete via WP Cron','2020-12-25 23:57:26','2020-12-25 18:57:26'),
(9362,7284,'action created','2020-12-25 23:57:26','2020-12-25 18:57:26'),
(9363,7284,'action started via WP Cron','2020-12-25 23:58:51','2020-12-25 18:58:51'),
(9364,7284,'action complete via WP Cron','2020-12-25 23:58:51','2020-12-25 18:58:51'),
(9365,7285,'action created','2020-12-25 23:58:51','2020-12-25 18:58:51'),
(9366,7285,'action started via WP Cron','2020-12-25 23:59:23','2020-12-25 18:59:23'),
(9367,7285,'action complete via WP Cron','2020-12-25 23:59:23','2020-12-25 18:59:23'),
(9368,7286,'action created','2020-12-25 23:59:24','2020-12-25 18:59:24'),
(9369,7286,'action started via WP Cron','2020-12-26 00:01:04','2020-12-25 19:01:04'),
(9370,7286,'action complete via WP Cron','2020-12-26 00:01:04','2020-12-25 19:01:04'),
(9371,7287,'action created','2020-12-26 00:01:04','2020-12-25 19:01:04'),
(9372,7287,'action started via WP Cron','2020-12-26 00:01:29','2020-12-25 19:01:29'),
(9373,7287,'action complete via WP Cron','2020-12-26 00:01:29','2020-12-25 19:01:29'),
(9374,7288,'action created','2020-12-26 00:01:29','2020-12-25 19:01:29'),
(9375,7288,'action started via WP Cron','2020-12-26 00:02:15','2020-12-25 19:02:15'),
(9376,7288,'action complete via WP Cron','2020-12-26 00:02:15','2020-12-25 19:02:15'),
(9377,7289,'action created','2020-12-26 00:02:15','2020-12-25 19:02:15'),
(9378,7289,'action started via WP Cron','2020-12-26 00:04:31','2020-12-25 19:04:31'),
(9379,7289,'action complete via WP Cron','2020-12-26 00:04:31','2020-12-25 19:04:31'),
(9380,7290,'action created','2020-12-26 00:04:31','2020-12-25 19:04:31'),
(9381,7290,'action started via WP Cron','2020-12-26 00:05:33','2020-12-25 19:05:33'),
(9382,7290,'action complete via WP Cron','2020-12-26 00:05:33','2020-12-25 19:05:33'),
(9383,7291,'action created','2020-12-26 00:05:33','2020-12-25 19:05:33'),
(9384,7291,'action started via WP Cron','2020-12-26 00:07:50','2020-12-25 19:07:50'),
(9385,7291,'action complete via WP Cron','2020-12-26 00:07:50','2020-12-25 19:07:50'),
(9386,7292,'action created','2020-12-26 00:07:50','2020-12-25 19:07:50'),
(9387,7292,'action started via WP Cron','2020-12-26 00:09:13','2020-12-25 19:09:13'),
(9388,7292,'action complete via WP Cron','2020-12-26 00:09:14','2020-12-25 19:09:14'),
(9389,7293,'action created','2020-12-26 00:09:14','2020-12-25 19:09:14'),
(9390,7293,'action started via WP Cron','2020-12-26 00:10:27','2020-12-25 19:10:27'),
(9391,7293,'action complete via WP Cron','2020-12-26 00:10:27','2020-12-25 19:10:27'),
(9392,7294,'action created','2020-12-26 00:10:27','2020-12-25 19:10:27'),
(9393,7294,'action started via WP Cron','2020-12-26 00:12:13','2020-12-25 19:12:13'),
(9394,7294,'action complete via WP Cron','2020-12-26 00:12:13','2020-12-25 19:12:13'),
(9395,7295,'action created','2020-12-26 00:12:13','2020-12-25 19:12:13'),
(9396,7295,'action started via WP Cron','2020-12-26 00:15:58','2020-12-25 19:15:58'),
(9397,7295,'action complete via WP Cron','2020-12-26 00:15:59','2020-12-25 19:15:59'),
(9398,7296,'action created','2020-12-26 00:15:59','2020-12-25 19:15:59'),
(9399,7296,'action started via WP Cron','2020-12-26 00:17:11','2020-12-25 19:17:11'),
(9400,7296,'action complete via WP Cron','2020-12-26 00:17:11','2020-12-25 19:17:11'),
(9401,7297,'action created','2020-12-26 00:17:11','2020-12-25 19:17:11'),
(9402,7297,'action started via WP Cron','2020-12-26 00:18:12','2020-12-25 19:18:12'),
(9403,7297,'action complete via WP Cron','2020-12-26 00:18:12','2020-12-25 19:18:12'),
(9404,7298,'action created','2020-12-26 00:18:12','2020-12-25 19:18:12'),
(9405,7298,'action started via WP Cron','2020-12-26 00:19:17','2020-12-25 19:19:17'),
(9406,7298,'action complete via WP Cron','2020-12-26 00:19:17','2020-12-25 19:19:17'),
(9407,7299,'action created','2020-12-26 00:19:17','2020-12-25 19:19:17'),
(9408,7299,'action started via WP Cron','2020-12-26 00:20:13','2020-12-25 19:20:13'),
(9409,7299,'action complete via WP Cron','2020-12-26 00:20:13','2020-12-25 19:20:13'),
(9410,7300,'action created','2020-12-26 00:20:13','2020-12-25 19:20:13'),
(9411,7300,'action started via WP Cron','2020-12-26 00:21:17','2020-12-25 19:21:17'),
(9412,7300,'action complete via WP Cron','2020-12-26 00:21:17','2020-12-25 19:21:17'),
(9413,7301,'action created','2020-12-26 00:21:17','2020-12-25 19:21:17'),
(9414,7301,'action started via WP Cron','2020-12-26 00:22:19','2020-12-25 19:22:19'),
(9415,7301,'action complete via WP Cron','2020-12-26 00:22:19','2020-12-25 19:22:19'),
(9416,7302,'action created','2020-12-26 00:22:19','2020-12-25 19:22:19'),
(9417,7302,'action started via WP Cron','2020-12-26 00:23:15','2020-12-25 19:23:15'),
(9418,7302,'action complete via WP Cron','2020-12-26 00:23:15','2020-12-25 19:23:15'),
(9419,7303,'action created','2020-12-26 00:23:15','2020-12-25 19:23:15'),
(9420,7303,'action started via WP Cron','2020-12-26 00:24:27','2020-12-25 19:24:27'),
(9421,7303,'action complete via WP Cron','2020-12-26 00:24:27','2020-12-25 19:24:27'),
(9422,7304,'action created','2020-12-26 00:24:27','2020-12-25 19:24:27'),
(9423,7304,'action started via WP Cron','2020-12-26 00:25:16','2020-12-25 19:25:16'),
(9424,7304,'action complete via WP Cron','2020-12-26 00:25:16','2020-12-25 19:25:16'),
(9425,7305,'action created','2020-12-26 00:25:16','2020-12-25 19:25:16'),
(9426,7305,'action started via WP Cron','2020-12-26 00:26:17','2020-12-25 19:26:17'),
(9427,7305,'action complete via WP Cron','2020-12-26 00:26:17','2020-12-25 19:26:17'),
(9428,7306,'action created','2020-12-26 00:26:17','2020-12-25 19:26:17'),
(9429,7306,'action started via WP Cron','2020-12-26 00:27:17','2020-12-25 19:27:17'),
(9430,7306,'action complete via WP Cron','2020-12-26 00:27:17','2020-12-25 19:27:17'),
(9431,7307,'action created','2020-12-26 00:27:17','2020-12-25 19:27:17'),
(9432,7307,'action started via WP Cron','2020-12-26 00:28:16','2020-12-25 19:28:16'),
(9433,7307,'action complete via WP Cron','2020-12-26 00:28:16','2020-12-25 19:28:16'),
(9434,7308,'action created','2020-12-26 00:28:17','2020-12-25 19:28:17'),
(9435,7308,'action started via WP Cron','2020-12-26 00:29:22','2020-12-25 19:29:22'),
(9436,7308,'action complete via WP Cron','2020-12-26 00:29:22','2020-12-25 19:29:22'),
(9437,7309,'action created','2020-12-26 00:29:22','2020-12-25 19:29:22'),
(9438,7309,'action started via WP Cron','2020-12-26 00:30:22','2020-12-25 19:30:22'),
(9439,7309,'action complete via WP Cron','2020-12-26 00:30:22','2020-12-25 19:30:22'),
(9440,7310,'action created','2020-12-26 00:30:22','2020-12-25 19:30:22'),
(9441,7310,'action started via WP Cron','2020-12-26 00:31:16','2020-12-25 19:31:16'),
(9442,7310,'action complete via WP Cron','2020-12-26 00:31:16','2020-12-25 19:31:16'),
(9443,7311,'action created','2020-12-26 00:31:16','2020-12-25 19:31:16'),
(9444,7311,'action started via WP Cron','2020-12-26 00:32:11','2020-12-25 19:32:11'),
(9445,7311,'action complete via WP Cron','2020-12-26 00:32:11','2020-12-25 19:32:11'),
(9446,7312,'action created','2020-12-26 00:32:11','2020-12-25 19:32:11'),
(9447,7312,'action started via WP Cron','2020-12-26 00:33:32','2020-12-25 19:33:32'),
(9448,7312,'action complete via WP Cron','2020-12-26 00:33:32','2020-12-25 19:33:32'),
(9449,7313,'action created','2020-12-26 00:33:32','2020-12-25 19:33:32'),
(9450,7313,'action started via WP Cron','2020-12-26 00:34:12','2020-12-25 19:34:12'),
(9451,7313,'action complete via WP Cron','2020-12-26 00:34:12','2020-12-25 19:34:12'),
(9452,7314,'action created','2020-12-26 00:34:12','2020-12-25 19:34:12'),
(9453,7314,'action started via WP Cron','2020-12-26 00:35:15','2020-12-25 19:35:15'),
(9454,7314,'action complete via WP Cron','2020-12-26 00:35:15','2020-12-25 19:35:15'),
(9455,7315,'action created','2020-12-26 00:35:15','2020-12-25 19:35:15'),
(9456,7315,'action started via WP Cron','2020-12-26 00:36:20','2020-12-25 19:36:20'),
(9457,7315,'action complete via WP Cron','2020-12-26 00:36:20','2020-12-25 19:36:20'),
(9458,7316,'action created','2020-12-26 00:36:20','2020-12-25 19:36:20'),
(9459,7316,'action started via WP Cron','2020-12-26 00:37:13','2020-12-25 19:37:13'),
(9460,7316,'action complete via WP Cron','2020-12-26 00:37:13','2020-12-25 19:37:13'),
(9461,7317,'action created','2020-12-26 00:37:13','2020-12-25 19:37:13'),
(9462,7317,'action started via WP Cron','2020-12-26 00:38:16','2020-12-25 19:38:16'),
(9463,7317,'action complete via WP Cron','2020-12-26 00:38:16','2020-12-25 19:38:16'),
(9464,7318,'action created','2020-12-26 00:38:16','2020-12-25 19:38:16'),
(9465,7318,'action started via WP Cron','2020-12-26 00:39:17','2020-12-25 19:39:17'),
(9466,7318,'action complete via WP Cron','2020-12-26 00:39:17','2020-12-25 19:39:17'),
(9467,7319,'action created','2020-12-26 00:39:17','2020-12-25 19:39:17'),
(9468,7319,'action started via WP Cron','2020-12-26 00:40:19','2020-12-25 19:40:19'),
(9469,7319,'action complete via WP Cron','2020-12-26 00:40:19','2020-12-25 19:40:19'),
(9470,7320,'action created','2020-12-26 00:40:19','2020-12-25 19:40:19'),
(9471,7320,'action started via WP Cron','2020-12-26 00:41:23','2020-12-25 19:41:23'),
(9472,7320,'action complete via WP Cron','2020-12-26 00:41:23','2020-12-25 19:41:23'),
(9473,7321,'action created','2020-12-26 00:41:23','2020-12-25 19:41:23'),
(9474,7321,'action started via WP Cron','2020-12-26 00:42:13','2020-12-25 19:42:13'),
(9475,7321,'action complete via WP Cron','2020-12-26 00:42:13','2020-12-25 19:42:13'),
(9476,7322,'action created','2020-12-26 00:42:14','2020-12-25 19:42:14'),
(9477,7322,'action started via WP Cron','2020-12-26 00:43:20','2020-12-25 19:43:20'),
(9478,7322,'action complete via WP Cron','2020-12-26 00:43:20','2020-12-25 19:43:20'),
(9479,7323,'action created','2020-12-26 00:43:20','2020-12-25 19:43:20'),
(9480,7323,'action started via WP Cron','2020-12-26 00:44:13','2020-12-25 19:44:13'),
(9481,7323,'action complete via WP Cron','2020-12-26 00:44:13','2020-12-25 19:44:13'),
(9482,7324,'action created','2020-12-26 00:44:13','2020-12-25 19:44:13'),
(9483,7324,'action started via WP Cron','2020-12-26 00:45:16','2020-12-25 19:45:16'),
(9484,7324,'action complete via WP Cron','2020-12-26 00:45:16','2020-12-25 19:45:16'),
(9485,7325,'action created','2020-12-26 00:45:16','2020-12-25 19:45:16'),
(9486,7325,'action started via WP Cron','2020-12-26 00:46:13','2020-12-25 19:46:13'),
(9487,7325,'action complete via WP Cron','2020-12-26 00:46:13','2020-12-25 19:46:13'),
(9488,7326,'action created','2020-12-26 00:46:13','2020-12-25 19:46:13'),
(9489,7326,'action started via WP Cron','2020-12-26 00:47:23','2020-12-25 19:47:23'),
(9490,7326,'action complete via WP Cron','2020-12-26 00:47:23','2020-12-25 19:47:23'),
(9491,7327,'action created','2020-12-26 00:47:23','2020-12-25 19:47:23'),
(9492,7327,'action started via WP Cron','2020-12-26 00:48:17','2020-12-25 19:48:17'),
(9493,7327,'action complete via WP Cron','2020-12-26 00:48:17','2020-12-25 19:48:17'),
(9494,7328,'action created','2020-12-26 00:48:17','2020-12-25 19:48:17'),
(9495,7328,'action started via WP Cron','2020-12-26 00:49:12','2020-12-25 19:49:12'),
(9496,7328,'action complete via WP Cron','2020-12-26 00:49:12','2020-12-25 19:49:12'),
(9497,7329,'action created','2020-12-26 00:49:12','2020-12-25 19:49:12'),
(9498,7329,'action started via WP Cron','2020-12-26 00:50:16','2020-12-25 19:50:16'),
(9499,7329,'action complete via WP Cron','2020-12-26 00:50:16','2020-12-25 19:50:16'),
(9500,7330,'action created','2020-12-26 00:50:16','2020-12-25 19:50:16'),
(9501,7330,'action started via WP Cron','2020-12-26 00:51:21','2020-12-25 19:51:21'),
(9502,7330,'action complete via WP Cron','2020-12-26 00:51:21','2020-12-25 19:51:21'),
(9503,7331,'action created','2020-12-26 00:51:21','2020-12-25 19:51:21'),
(9504,7331,'action started via WP Cron','2020-12-26 00:52:18','2020-12-25 19:52:18'),
(9505,7331,'action complete via WP Cron','2020-12-26 00:52:18','2020-12-25 19:52:18'),
(9506,7332,'action created','2020-12-26 00:52:18','2020-12-25 19:52:18'),
(9507,7332,'action started via WP Cron','2020-12-26 00:53:16','2020-12-25 19:53:16'),
(9508,7332,'action complete via WP Cron','2020-12-26 00:53:16','2020-12-25 19:53:16'),
(9509,7333,'action created','2020-12-26 00:53:16','2020-12-25 19:53:16'),
(9510,7333,'action started via WP Cron','2020-12-26 00:54:19','2020-12-25 19:54:19'),
(9511,7333,'action complete via WP Cron','2020-12-26 00:54:19','2020-12-25 19:54:19'),
(9512,7334,'action created','2020-12-26 00:54:19','2020-12-25 19:54:19'),
(9513,7334,'action started via WP Cron','2020-12-26 00:55:31','2020-12-25 19:55:31'),
(9514,7334,'action complete via WP Cron','2020-12-26 00:55:31','2020-12-25 19:55:31'),
(9515,7335,'action created','2020-12-26 00:55:31','2020-12-25 19:55:31'),
(9516,7335,'action started via WP Cron','2020-12-26 00:57:33','2020-12-25 19:57:33'),
(9517,7335,'action complete via WP Cron','2020-12-26 00:57:33','2020-12-25 19:57:33'),
(9518,7336,'action created','2020-12-26 00:57:33','2020-12-25 19:57:33'),
(9519,6455,'action started via WP Cron','2020-12-26 01:03:08','2020-12-25 20:03:08'),
(9520,6455,'action complete via WP Cron','2020-12-26 01:03:08','2020-12-25 20:03:08'),
(9521,7337,'action created','2020-12-26 01:03:08','2020-12-25 20:03:08'),
(9522,7336,'action started via WP Cron','2020-12-26 01:03:08','2020-12-25 20:03:08'),
(9523,7336,'action complete via WP Cron','2020-12-26 01:03:08','2020-12-25 20:03:08'),
(9524,7338,'action created','2020-12-26 01:03:08','2020-12-25 20:03:08'),
(9525,7338,'action started via WP Cron','2020-12-26 01:05:48','2020-12-25 20:05:48'),
(9526,7338,'action complete via WP Cron','2020-12-26 01:05:48','2020-12-25 20:05:48'),
(9527,7339,'action created','2020-12-26 01:05:48','2020-12-25 20:05:48'),
(9528,7339,'action started via WP Cron','2020-12-26 01:07:12','2020-12-25 20:07:12'),
(9529,7339,'action complete via WP Cron','2020-12-26 01:07:12','2020-12-25 20:07:12'),
(9530,7340,'action created','2020-12-26 01:07:12','2020-12-25 20:07:12'),
(9531,7340,'action started via WP Cron','2020-12-26 01:08:13','2020-12-25 20:08:13'),
(9532,7340,'action complete via WP Cron','2020-12-26 01:08:13','2020-12-25 20:08:13'),
(9533,7341,'action created','2020-12-26 01:08:13','2020-12-25 20:08:13'),
(9534,7341,'action started via WP Cron','2020-12-26 01:09:15','2020-12-25 20:09:15'),
(9535,7341,'action complete via WP Cron','2020-12-26 01:09:15','2020-12-25 20:09:15'),
(9536,7342,'action created','2020-12-26 01:09:15','2020-12-25 20:09:15'),
(9537,7342,'action started via WP Cron','2020-12-26 01:10:54','2020-12-25 20:10:54'),
(9538,7342,'action complete via WP Cron','2020-12-26 01:10:54','2020-12-25 20:10:54'),
(9539,7343,'action created','2020-12-26 01:10:54','2020-12-25 20:10:54'),
(9540,7343,'action started via WP Cron','2020-12-26 01:11:23','2020-12-25 20:11:23'),
(9541,7343,'action complete via WP Cron','2020-12-26 01:11:23','2020-12-25 20:11:23'),
(9542,7344,'action created','2020-12-26 01:11:23','2020-12-25 20:11:23'),
(9543,7344,'action started via WP Cron','2020-12-26 01:12:36','2020-12-25 20:12:36'),
(9544,7344,'action complete via WP Cron','2020-12-26 01:12:36','2020-12-25 20:12:36'),
(9545,7345,'action created','2020-12-26 01:12:36','2020-12-25 20:12:36'),
(9546,7345,'action started via WP Cron','2020-12-26 01:13:21','2020-12-25 20:13:21'),
(9547,7345,'action complete via WP Cron','2020-12-26 01:13:21','2020-12-25 20:13:21'),
(9548,7346,'action created','2020-12-26 01:13:22','2020-12-25 20:13:22'),
(9549,7346,'action started via WP Cron','2020-12-26 01:15:40','2020-12-25 20:15:40'),
(9550,7346,'action complete via WP Cron','2020-12-26 01:15:40','2020-12-25 20:15:40'),
(9551,7347,'action created','2020-12-26 01:15:40','2020-12-25 20:15:40'),
(9552,7347,'action started via WP Cron','2020-12-26 01:16:17','2020-12-25 20:16:17'),
(9553,7347,'action complete via WP Cron','2020-12-26 01:16:17','2020-12-25 20:16:17'),
(9554,7348,'action created','2020-12-26 01:16:17','2020-12-25 20:16:17'),
(9555,7348,'action started via WP Cron','2020-12-26 01:17:12','2020-12-25 20:17:12'),
(9556,7348,'action complete via WP Cron','2020-12-26 01:17:12','2020-12-25 20:17:12'),
(9557,7349,'action created','2020-12-26 01:17:12','2020-12-25 20:17:12'),
(9558,7349,'action started via WP Cron','2020-12-26 01:19:46','2020-12-25 20:19:46'),
(9559,7349,'action complete via WP Cron','2020-12-26 01:19:46','2020-12-25 20:19:46'),
(9560,7350,'action created','2020-12-26 01:19:46','2020-12-25 20:19:46'),
(9561,7350,'action started via WP Cron','2020-12-26 01:21:00','2020-12-25 20:21:00'),
(9562,7350,'action complete via WP Cron','2020-12-26 01:21:00','2020-12-25 20:21:00'),
(9563,7351,'action created','2020-12-26 01:21:00','2020-12-25 20:21:00'),
(9564,7351,'action started via WP Cron','2020-12-26 01:23:02','2020-12-25 20:23:02'),
(9565,7351,'action complete via WP Cron','2020-12-26 01:23:02','2020-12-25 20:23:02'),
(9566,7352,'action created','2020-12-26 01:23:02','2020-12-25 20:23:02'),
(9567,7352,'action started via WP Cron','2020-12-26 01:25:17','2020-12-25 20:25:17'),
(9568,7352,'action complete via WP Cron','2020-12-26 01:25:17','2020-12-25 20:25:17'),
(9569,7353,'action created','2020-12-26 01:25:17','2020-12-25 20:25:17'),
(9570,7353,'action started via WP Cron','2020-12-26 01:28:25','2020-12-25 20:28:25'),
(9571,7353,'action complete via WP Cron','2020-12-26 01:28:25','2020-12-25 20:28:25'),
(9572,7354,'action created','2020-12-26 01:28:25','2020-12-25 20:28:25'),
(9573,7354,'action started via WP Cron','2020-12-26 01:29:18','2020-12-25 20:29:18'),
(9574,7354,'action complete via WP Cron','2020-12-26 01:29:18','2020-12-25 20:29:18'),
(9575,7355,'action created','2020-12-26 01:29:18','2020-12-25 20:29:18'),
(9576,7355,'action started via WP Cron','2020-12-26 01:37:18','2020-12-25 20:37:18'),
(9577,7355,'action complete via WP Cron','2020-12-26 01:37:18','2020-12-25 20:37:18'),
(9578,7356,'action created','2020-12-26 01:37:18','2020-12-25 20:37:18'),
(9579,7356,'action started via WP Cron','2020-12-26 01:39:01','2020-12-25 20:39:01'),
(9580,7356,'action complete via WP Cron','2020-12-26 01:39:01','2020-12-25 20:39:01'),
(9581,7357,'action created','2020-12-26 01:39:01','2020-12-25 20:39:01'),
(9582,7357,'action started via WP Cron','2020-12-26 01:39:16','2020-12-25 20:39:16'),
(9583,7357,'action complete via WP Cron','2020-12-26 01:39:16','2020-12-25 20:39:16'),
(9584,7358,'action created','2020-12-26 01:39:16','2020-12-25 20:39:16'),
(9585,7358,'action started via WP Cron','2020-12-26 01:41:54','2020-12-25 20:41:54'),
(9586,7358,'action complete via WP Cron','2020-12-26 01:41:54','2020-12-25 20:41:54'),
(9587,7359,'action created','2020-12-26 01:41:54','2020-12-25 20:41:54'),
(9588,7359,'action started via WP Cron','2020-12-26 01:45:34','2020-12-25 20:45:34'),
(9589,7359,'action complete via WP Cron','2020-12-26 01:45:34','2020-12-25 20:45:34'),
(9590,7360,'action created','2020-12-26 01:45:34','2020-12-25 20:45:34'),
(9591,7360,'action started via WP Cron','2020-12-26 01:46:56','2020-12-25 20:46:56'),
(9592,7360,'action complete via WP Cron','2020-12-26 01:46:56','2020-12-25 20:46:56'),
(9593,7361,'action created','2020-12-26 01:46:56','2020-12-25 20:46:56'),
(9594,7361,'action started via WP Cron','2020-12-26 01:47:22','2020-12-25 20:47:22'),
(9595,7361,'action complete via WP Cron','2020-12-26 01:47:22','2020-12-25 20:47:22'),
(9596,7362,'action created','2020-12-26 01:47:22','2020-12-25 20:47:22'),
(9597,7362,'action started via WP Cron','2020-12-26 01:51:53','2020-12-25 20:51:53'),
(9598,7362,'action complete via WP Cron','2020-12-26 01:51:53','2020-12-25 20:51:53'),
(9599,7363,'action created','2020-12-26 01:51:53','2020-12-25 20:51:53'),
(9600,7363,'action started via WP Cron','2020-12-26 01:52:12','2020-12-25 20:52:12'),
(9601,7363,'action complete via WP Cron','2020-12-26 01:52:12','2020-12-25 20:52:12'),
(9602,7364,'action created','2020-12-26 01:52:12','2020-12-25 20:52:12'),
(9603,7364,'action started via WP Cron','2020-12-26 01:55:08','2020-12-25 20:55:08'),
(9604,7364,'action complete via WP Cron','2020-12-26 01:55:08','2020-12-25 20:55:08'),
(9605,7365,'action created','2020-12-26 01:55:08','2020-12-25 20:55:08'),
(9606,7365,'action started via WP Cron','2020-12-26 01:56:47','2020-12-25 20:56:47'),
(9607,7365,'action complete via WP Cron','2020-12-26 01:56:47','2020-12-25 20:56:47'),
(9608,7366,'action created','2020-12-26 01:56:47','2020-12-25 20:56:47'),
(9609,7366,'action started via WP Cron','2020-12-26 01:58:09','2020-12-25 20:58:09'),
(9610,7366,'action complete via WP Cron','2020-12-26 01:58:09','2020-12-25 20:58:09'),
(9611,7367,'action created','2020-12-26 01:58:09','2020-12-25 20:58:09'),
(9612,7367,'action started via WP Cron','2020-12-26 01:59:01','2020-12-25 20:59:01'),
(9613,7367,'action complete via WP Cron','2020-12-26 01:59:01','2020-12-25 20:59:01'),
(9614,7368,'action created','2020-12-26 01:59:01','2020-12-25 20:59:01'),
(9615,7368,'action started via WP Cron','2020-12-26 01:59:20','2020-12-25 20:59:20'),
(9616,7368,'action complete via WP Cron','2020-12-26 01:59:20','2020-12-25 20:59:20'),
(9617,7369,'action created','2020-12-26 01:59:20','2020-12-25 20:59:20'),
(9618,7369,'action started via WP Cron','2020-12-26 02:01:58','2020-12-25 21:01:58'),
(9619,7369,'action complete via WP Cron','2020-12-26 02:01:58','2020-12-25 21:01:58'),
(9620,7370,'action created','2020-12-26 02:01:58','2020-12-25 21:01:58'),
(9621,7370,'action started via WP Cron','2020-12-26 02:03:54','2020-12-25 21:03:54'),
(9622,7370,'action complete via WP Cron','2020-12-26 02:03:54','2020-12-25 21:03:54'),
(9623,7371,'action created','2020-12-26 02:03:54','2020-12-25 21:03:54'),
(9624,7371,'action started via WP Cron','2020-12-26 02:09:00','2020-12-25 21:09:00'),
(9625,7371,'action complete via WP Cron','2020-12-26 02:09:00','2020-12-25 21:09:00'),
(9626,7372,'action created','2020-12-26 02:09:00','2020-12-25 21:09:00'),
(9627,7372,'action started via WP Cron','2020-12-26 02:09:38','2020-12-25 21:09:38'),
(9628,7372,'action complete via WP Cron','2020-12-26 02:09:38','2020-12-25 21:09:38'),
(9629,7373,'action created','2020-12-26 02:09:38','2020-12-25 21:09:38'),
(9630,7373,'action started via WP Cron','2020-12-26 02:11:47','2020-12-25 21:11:47'),
(9631,7373,'action complete via WP Cron','2020-12-26 02:11:47','2020-12-25 21:11:47'),
(9632,7374,'action created','2020-12-26 02:11:47','2020-12-25 21:11:47'),
(9633,7374,'action started via WP Cron','2020-12-26 02:12:27','2020-12-25 21:12:27'),
(9634,7374,'action complete via WP Cron','2020-12-26 02:12:27','2020-12-25 21:12:27'),
(9635,7375,'action created','2020-12-26 02:12:27','2020-12-25 21:12:27'),
(9636,7375,'action started via WP Cron','2020-12-26 02:13:23','2020-12-25 21:13:23'),
(9637,7375,'action complete via WP Cron','2020-12-26 02:13:23','2020-12-25 21:13:23'),
(9638,7376,'action created','2020-12-26 02:13:23','2020-12-25 21:13:23'),
(9639,7376,'action started via WP Cron','2020-12-26 02:14:50','2020-12-25 21:14:50'),
(9640,7376,'action complete via WP Cron','2020-12-26 02:14:50','2020-12-25 21:14:50'),
(9641,7377,'action created','2020-12-26 02:14:50','2020-12-25 21:14:50'),
(9642,7377,'action started via WP Cron','2020-12-26 02:15:25','2020-12-25 21:15:25'),
(9643,7377,'action complete via WP Cron','2020-12-26 02:15:25','2020-12-25 21:15:25'),
(9644,7378,'action created','2020-12-26 02:15:25','2020-12-25 21:15:25'),
(9645,7378,'action started via WP Cron','2020-12-26 02:19:06','2020-12-25 21:19:06'),
(9646,7378,'action complete via WP Cron','2020-12-26 02:19:06','2020-12-25 21:19:06'),
(9647,7379,'action created','2020-12-26 02:19:06','2020-12-25 21:19:06'),
(9648,7379,'action started via WP Cron','2020-12-26 02:22:41','2020-12-25 21:22:41'),
(9649,7379,'action complete via WP Cron','2020-12-26 02:22:41','2020-12-25 21:22:41'),
(9650,7380,'action created','2020-12-26 02:22:41','2020-12-25 21:22:41'),
(9651,7380,'action started via WP Cron','2020-12-26 02:24:19','2020-12-25 21:24:19'),
(9652,7380,'action complete via WP Cron','2020-12-26 02:24:19','2020-12-25 21:24:19'),
(9653,7381,'action created','2020-12-26 02:24:19','2020-12-25 21:24:19'),
(9654,7381,'action started via WP Cron','2020-12-26 02:26:02','2020-12-25 21:26:02'),
(9655,7381,'action complete via WP Cron','2020-12-26 02:26:02','2020-12-25 21:26:02'),
(9656,7382,'action created','2020-12-26 02:26:02','2020-12-25 21:26:02'),
(9657,7382,'action started via WP Cron','2020-12-26 02:26:14','2020-12-25 21:26:14'),
(9658,7382,'action complete via WP Cron','2020-12-26 02:26:14','2020-12-25 21:26:14'),
(9659,7383,'action created','2020-12-26 02:26:14','2020-12-25 21:26:14'),
(9660,7383,'action started via WP Cron','2020-12-26 02:27:52','2020-12-25 21:27:52'),
(9661,7383,'action complete via WP Cron','2020-12-26 02:27:52','2020-12-25 21:27:52'),
(9662,7384,'action created','2020-12-26 02:27:52','2020-12-25 21:27:52'),
(9663,7384,'action started via WP Cron','2020-12-26 02:28:26','2020-12-25 21:28:26'),
(9664,7384,'action complete via WP Cron','2020-12-26 02:28:26','2020-12-25 21:28:26'),
(9665,7385,'action created','2020-12-26 02:28:26','2020-12-25 21:28:26'),
(9666,7385,'action started via WP Cron','2020-12-26 02:29:16','2020-12-25 21:29:16'),
(9667,7385,'action complete via WP Cron','2020-12-26 02:29:16','2020-12-25 21:29:16'),
(9668,7386,'action created','2020-12-26 02:29:16','2020-12-25 21:29:16'),
(9669,7386,'action started via WP Cron','2020-12-26 02:37:47','2020-12-25 21:37:47'),
(9670,7386,'action complete via WP Cron','2020-12-26 02:37:47','2020-12-25 21:37:47'),
(9671,7387,'action created','2020-12-26 02:37:47','2020-12-25 21:37:47'),
(9672,7387,'action started via WP Cron','2020-12-26 02:38:29','2020-12-25 21:38:29'),
(9673,7387,'action complete via WP Cron','2020-12-26 02:38:29','2020-12-25 21:38:29'),
(9674,7388,'action created','2020-12-26 02:38:29','2020-12-25 21:38:29'),
(9675,7388,'action started via WP Cron','2020-12-26 02:42:35','2020-12-25 21:42:35'),
(9676,7388,'action complete via WP Cron','2020-12-26 02:42:35','2020-12-25 21:42:35'),
(9677,7389,'action created','2020-12-26 02:42:35','2020-12-25 21:42:35'),
(9678,7389,'action started via WP Cron','2020-12-26 02:43:30','2020-12-25 21:43:30'),
(9679,7389,'action complete via WP Cron','2020-12-26 02:43:30','2020-12-25 21:43:30'),
(9680,7390,'action created','2020-12-26 02:43:30','2020-12-25 21:43:30'),
(9681,7390,'action started via WP Cron','2020-12-26 02:44:17','2020-12-25 21:44:17'),
(9682,7390,'action complete via WP Cron','2020-12-26 02:44:17','2020-12-25 21:44:17'),
(9683,7391,'action created','2020-12-26 02:44:17','2020-12-25 21:44:17'),
(9684,7391,'action started via WP Cron','2020-12-26 02:45:15','2020-12-25 21:45:15'),
(9685,7391,'action complete via WP Cron','2020-12-26 02:45:15','2020-12-25 21:45:15'),
(9686,7392,'action created','2020-12-26 02:45:15','2020-12-25 21:45:15'),
(9687,7392,'action started via WP Cron','2020-12-26 02:46:37','2020-12-25 21:46:37'),
(9688,7392,'action complete via WP Cron','2020-12-26 02:46:37','2020-12-25 21:46:37'),
(9689,7393,'action created','2020-12-26 02:46:37','2020-12-25 21:46:37'),
(9690,7393,'action started via WP Cron','2020-12-26 02:47:26','2020-12-25 21:47:26'),
(9691,7393,'action complete via WP Cron','2020-12-26 02:47:26','2020-12-25 21:47:26'),
(9692,7394,'action created','2020-12-26 02:47:26','2020-12-25 21:47:26'),
(9693,7394,'action started via WP Cron','2020-12-26 02:50:52','2020-12-25 21:50:52'),
(9694,7394,'action complete via WP Cron','2020-12-26 02:50:52','2020-12-25 21:50:52'),
(9695,7395,'action created','2020-12-26 02:50:52','2020-12-25 21:50:52'),
(9696,7395,'action started via WP Cron','2020-12-26 02:51:39','2020-12-25 21:51:39'),
(9697,7395,'action complete via WP Cron','2020-12-26 02:51:39','2020-12-25 21:51:39'),
(9698,7396,'action created','2020-12-26 02:51:39','2020-12-25 21:51:39'),
(9699,7396,'action started via WP Cron','2020-12-26 02:54:46','2020-12-25 21:54:46'),
(9700,7396,'action complete via WP Cron','2020-12-26 02:54:46','2020-12-25 21:54:46'),
(9701,7397,'action created','2020-12-26 02:54:46','2020-12-25 21:54:46'),
(9702,7397,'action started via WP Cron','2020-12-26 03:00:21','2020-12-25 22:00:21'),
(9703,7397,'action complete via WP Cron','2020-12-26 03:00:21','2020-12-25 22:00:21'),
(9704,7398,'action created','2020-12-26 03:00:21','2020-12-25 22:00:21'),
(9705,7398,'action started via WP Cron','2020-12-26 03:02:42','2020-12-25 22:02:42'),
(9706,7398,'action complete via WP Cron','2020-12-26 03:02:42','2020-12-25 22:02:42'),
(9707,7399,'action created','2020-12-26 03:02:42','2020-12-25 22:02:42'),
(9708,7399,'action started via WP Cron','2020-12-26 03:05:55','2020-12-25 22:05:55'),
(9709,7399,'action complete via WP Cron','2020-12-26 03:05:55','2020-12-25 22:05:55'),
(9710,7400,'action created','2020-12-26 03:05:55','2020-12-25 22:05:55'),
(9711,7400,'action started via WP Cron','2020-12-26 03:07:13','2020-12-25 22:07:13'),
(9712,7400,'action complete via WP Cron','2020-12-26 03:07:13','2020-12-25 22:07:13'),
(9713,7401,'action created','2020-12-26 03:07:13','2020-12-25 22:07:13'),
(9714,7401,'action started via WP Cron','2020-12-26 03:10:55','2020-12-25 22:10:55'),
(9715,7401,'action complete via WP Cron','2020-12-26 03:10:55','2020-12-25 22:10:55'),
(9716,7402,'action created','2020-12-26 03:10:55','2020-12-25 22:10:55'),
(9717,7402,'action started via WP Cron','2020-12-26 03:12:20','2020-12-25 22:12:20'),
(9718,7402,'action complete via WP Cron','2020-12-26 03:12:21','2020-12-25 22:12:21'),
(9719,7403,'action created','2020-12-26 03:12:21','2020-12-25 22:12:21'),
(9720,7403,'action started via WP Cron','2020-12-26 03:14:28','2020-12-25 22:14:28'),
(9721,7403,'action complete via WP Cron','2020-12-26 03:14:28','2020-12-25 22:14:28'),
(9722,7404,'action created','2020-12-26 03:14:28','2020-12-25 22:14:28'),
(9723,7404,'action started via WP Cron','2020-12-26 03:17:49','2020-12-25 22:17:49'),
(9724,7404,'action complete via WP Cron','2020-12-26 03:17:49','2020-12-25 22:17:49'),
(9725,7405,'action created','2020-12-26 03:17:50','2020-12-25 22:17:50'),
(9726,7405,'action started via WP Cron','2020-12-26 03:20:22','2020-12-25 22:20:22'),
(9727,7405,'action complete via WP Cron','2020-12-26 03:20:22','2020-12-25 22:20:22'),
(9728,7406,'action created','2020-12-26 03:20:22','2020-12-25 22:20:22'),
(9729,7406,'action started via WP Cron','2020-12-26 03:22:02','2020-12-25 22:22:02'),
(9730,7406,'action complete via WP Cron','2020-12-26 03:22:02','2020-12-25 22:22:02'),
(9731,7407,'action created','2020-12-26 03:22:02','2020-12-25 22:22:02'),
(9732,7407,'action started via WP Cron','2020-12-26 03:23:53','2020-12-25 22:23:53'),
(9733,7407,'action complete via WP Cron','2020-12-26 03:23:53','2020-12-25 22:23:53'),
(9734,7408,'action created','2020-12-26 03:23:53','2020-12-25 22:23:53'),
(9735,7408,'action started via WP Cron','2020-12-26 03:24:32','2020-12-25 22:24:32'),
(9736,7408,'action complete via WP Cron','2020-12-26 03:24:32','2020-12-25 22:24:32'),
(9737,7409,'action created','2020-12-26 03:24:32','2020-12-25 22:24:32'),
(9738,7409,'action started via WP Cron','2020-12-26 03:25:40','2020-12-25 22:25:40'),
(9739,7409,'action complete via WP Cron','2020-12-26 03:25:40','2020-12-25 22:25:40'),
(9740,7410,'action created','2020-12-26 03:25:40','2020-12-25 22:25:40'),
(9741,7410,'action started via WP Cron','2020-12-26 03:28:49','2020-12-25 22:28:49'),
(9742,7410,'action complete via WP Cron','2020-12-26 03:28:49','2020-12-25 22:28:49'),
(9743,7411,'action created','2020-12-26 03:28:49','2020-12-25 22:28:49'),
(9744,7411,'action started via WP Cron','2020-12-26 03:30:20','2020-12-25 22:30:20'),
(9745,7411,'action complete via WP Cron','2020-12-26 03:30:20','2020-12-25 22:30:20'),
(9746,7412,'action created','2020-12-26 03:30:20','2020-12-25 22:30:20'),
(9747,7412,'action started via WP Cron','2020-12-26 03:31:31','2020-12-25 22:31:31'),
(9748,7412,'action complete via WP Cron','2020-12-26 03:31:31','2020-12-25 22:31:31'),
(9749,7413,'action created','2020-12-26 03:31:31','2020-12-25 22:31:31'),
(9750,7413,'action started via WP Cron','2020-12-26 03:32:36','2020-12-25 22:32:36'),
(9751,7413,'action complete via WP Cron','2020-12-26 03:32:36','2020-12-25 22:32:36'),
(9752,7414,'action created','2020-12-26 03:32:36','2020-12-25 22:32:36'),
(9753,7414,'action started via WP Cron','2020-12-26 03:33:31','2020-12-25 22:33:31'),
(9754,7414,'action complete via WP Cron','2020-12-26 03:33:31','2020-12-25 22:33:31'),
(9755,7415,'action created','2020-12-26 03:33:31','2020-12-25 22:33:31'),
(9756,7415,'action started via WP Cron','2020-12-26 03:34:15','2020-12-25 22:34:15'),
(9757,7415,'action complete via WP Cron','2020-12-26 03:34:15','2020-12-25 22:34:15'),
(9758,7416,'action created','2020-12-26 03:34:15','2020-12-25 22:34:15'),
(9759,7416,'action started via WP Cron','2020-12-26 03:35:16','2020-12-25 22:35:16'),
(9760,7416,'action complete via WP Cron','2020-12-26 03:35:16','2020-12-25 22:35:16'),
(9761,7417,'action created','2020-12-26 03:35:16','2020-12-25 22:35:16'),
(9762,7417,'action started via WP Cron','2020-12-26 03:36:39','2020-12-25 22:36:39'),
(9763,7417,'action complete via WP Cron','2020-12-26 03:36:39','2020-12-25 22:36:39'),
(9764,7418,'action created','2020-12-26 03:36:39','2020-12-25 22:36:39'),
(9765,7418,'action started via WP Cron','2020-12-26 03:37:30','2020-12-25 22:37:30'),
(9766,7418,'action complete via WP Cron','2020-12-26 03:37:30','2020-12-25 22:37:30'),
(9767,7419,'action created','2020-12-26 03:37:30','2020-12-25 22:37:30'),
(9768,7419,'action started via WP Cron','2020-12-26 03:38:38','2020-12-25 22:38:38'),
(9769,7419,'action complete via WP Cron','2020-12-26 03:38:38','2020-12-25 22:38:38'),
(9770,7420,'action created','2020-12-26 03:38:38','2020-12-25 22:38:38'),
(9771,7420,'action started via WP Cron','2020-12-26 03:39:46','2020-12-25 22:39:46'),
(9772,7420,'action complete via WP Cron','2020-12-26 03:39:46','2020-12-25 22:39:46'),
(9773,7421,'action created','2020-12-26 03:39:46','2020-12-25 22:39:46'),
(9774,7421,'action started via WP Cron','2020-12-26 03:40:30','2020-12-25 22:40:30'),
(9775,7421,'action complete via WP Cron','2020-12-26 03:40:30','2020-12-25 22:40:30'),
(9776,7422,'action created','2020-12-26 03:40:30','2020-12-25 22:40:30'),
(9777,7422,'action started via WP Cron','2020-12-26 03:41:26','2020-12-25 22:41:26'),
(9778,7422,'action complete via WP Cron','2020-12-26 03:41:26','2020-12-25 22:41:26'),
(9779,7423,'action created','2020-12-26 03:41:26','2020-12-25 22:41:26'),
(9780,7423,'action started via WP Cron','2020-12-26 03:42:30','2020-12-25 22:42:30'),
(9781,7423,'action complete via WP Cron','2020-12-26 03:42:30','2020-12-25 22:42:30'),
(9782,7424,'action created','2020-12-26 03:42:30','2020-12-25 22:42:30'),
(9783,7424,'action started via WP Cron','2020-12-26 03:43:42','2020-12-25 22:43:42'),
(9784,7424,'action complete via WP Cron','2020-12-26 03:43:42','2020-12-25 22:43:42'),
(9785,7425,'action created','2020-12-26 03:43:42','2020-12-25 22:43:42'),
(9786,7425,'action started via WP Cron','2020-12-26 03:44:16','2020-12-25 22:44:16'),
(9787,7425,'action complete via WP Cron','2020-12-26 03:44:16','2020-12-25 22:44:16'),
(9788,7426,'action created','2020-12-26 03:44:16','2020-12-25 22:44:16'),
(9789,7426,'action started via WP Cron','2020-12-26 03:45:14','2020-12-25 22:45:14'),
(9790,7426,'action complete via WP Cron','2020-12-26 03:45:14','2020-12-25 22:45:14'),
(9791,7427,'action created','2020-12-26 03:45:14','2020-12-25 22:45:14'),
(9792,7427,'action started via WP Cron','2020-12-26 03:48:27','2020-12-25 22:48:27'),
(9793,7427,'action complete via WP Cron','2020-12-26 03:48:27','2020-12-25 22:48:27'),
(9794,7428,'action created','2020-12-26 03:48:27','2020-12-25 22:48:27'),
(9795,7428,'action started via WP Cron','2020-12-26 03:50:05','2020-12-25 22:50:05'),
(9796,7428,'action complete via WP Cron','2020-12-26 03:50:05','2020-12-25 22:50:05'),
(9797,7429,'action created','2020-12-26 03:50:05','2020-12-25 22:50:05'),
(9798,7429,'action started via WP Cron','2020-12-26 03:50:27','2020-12-25 22:50:27'),
(9799,7429,'action complete via WP Cron','2020-12-26 03:50:27','2020-12-25 22:50:27'),
(9800,7430,'action created','2020-12-26 03:50:27','2020-12-25 22:50:27'),
(9801,7430,'action started via WP Cron','2020-12-26 03:52:28','2020-12-25 22:52:28'),
(9802,7430,'action complete via WP Cron','2020-12-26 03:52:28','2020-12-25 22:52:28'),
(9803,7431,'action created','2020-12-26 03:52:28','2020-12-25 22:52:28'),
(9804,7431,'action started via WP Cron','2020-12-26 03:53:20','2020-12-25 22:53:20'),
(9805,7431,'action complete via WP Cron','2020-12-26 03:53:20','2020-12-25 22:53:20'),
(9806,7432,'action created','2020-12-26 03:53:20','2020-12-25 22:53:20'),
(9807,7432,'action started via WP Cron','2020-12-26 03:54:18','2020-12-25 22:54:18'),
(9808,7432,'action complete via WP Cron','2020-12-26 03:54:18','2020-12-25 22:54:18'),
(9809,7433,'action created','2020-12-26 03:54:18','2020-12-25 22:54:18'),
(9810,7433,'action started via WP Cron','2020-12-26 03:56:52','2020-12-25 22:56:52'),
(9811,7433,'action complete via WP Cron','2020-12-26 03:56:52','2020-12-25 22:56:52'),
(9812,7434,'action created','2020-12-26 03:56:52','2020-12-25 22:56:52'),
(9813,7434,'action started via WP Cron','2020-12-26 03:57:25','2020-12-25 22:57:25'),
(9814,7434,'action complete via WP Cron','2020-12-26 03:57:25','2020-12-25 22:57:25'),
(9815,7435,'action created','2020-12-26 03:57:25','2020-12-25 22:57:25'),
(9816,7435,'action started via WP Cron','2020-12-26 03:59:38','2020-12-25 22:59:38'),
(9817,7435,'action complete via WP Cron','2020-12-26 03:59:38','2020-12-25 22:59:38'),
(9818,7436,'action created','2020-12-26 03:59:38','2020-12-25 22:59:38'),
(9819,7436,'action started via WP Cron','2020-12-26 04:01:14','2020-12-25 23:01:14'),
(9820,7436,'action complete via WP Cron','2020-12-26 04:01:14','2020-12-25 23:01:14'),
(9821,7437,'action created','2020-12-26 04:01:14','2020-12-25 23:01:14'),
(9822,7437,'action started via WP Cron','2020-12-26 04:03:57','2020-12-25 23:03:57'),
(9823,7437,'action complete via WP Cron','2020-12-26 04:03:57','2020-12-25 23:03:57'),
(9824,7438,'action created','2020-12-26 04:03:57','2020-12-25 23:03:57'),
(9825,7438,'action started via WP Cron','2020-12-26 04:05:41','2020-12-25 23:05:41'),
(9826,7438,'action complete via WP Cron','2020-12-26 04:05:41','2020-12-25 23:05:41'),
(9827,7439,'action created','2020-12-26 04:05:41','2020-12-25 23:05:41'),
(9828,7439,'action started via WP Cron','2020-12-26 04:06:36','2020-12-25 23:06:36'),
(9829,7439,'action complete via WP Cron','2020-12-26 04:06:36','2020-12-25 23:06:36'),
(9830,7440,'action created','2020-12-26 04:06:36','2020-12-25 23:06:36'),
(9831,7440,'action started via WP Cron','2020-12-26 04:09:16','2020-12-25 23:09:16'),
(9832,7440,'action complete via WP Cron','2020-12-26 04:09:16','2020-12-25 23:09:16'),
(9833,7441,'action created','2020-12-26 04:09:16','2020-12-25 23:09:16'),
(9834,7441,'action started via WP Cron','2020-12-26 04:11:24','2020-12-25 23:11:24'),
(9835,7441,'action complete via WP Cron','2020-12-26 04:11:24','2020-12-25 23:11:24'),
(9836,7442,'action created','2020-12-26 04:11:24','2020-12-25 23:11:24'),
(9837,7442,'action started via WP Cron','2020-12-26 04:12:41','2020-12-25 23:12:41'),
(9838,7442,'action complete via WP Cron','2020-12-26 04:12:41','2020-12-25 23:12:41'),
(9839,7443,'action created','2020-12-26 04:12:41','2020-12-25 23:12:41'),
(9840,7443,'action started via WP Cron','2020-12-26 04:14:31','2020-12-25 23:14:31'),
(9841,7443,'action complete via WP Cron','2020-12-26 04:14:31','2020-12-25 23:14:31'),
(9842,7444,'action created','2020-12-26 04:14:31','2020-12-25 23:14:31'),
(9843,7444,'action started via WP Cron','2020-12-26 04:15:39','2020-12-25 23:15:39'),
(9844,7444,'action complete via WP Cron','2020-12-26 04:15:39','2020-12-25 23:15:39'),
(9845,7445,'action created','2020-12-26 04:15:39','2020-12-25 23:15:39'),
(9846,7445,'action started via WP Cron','2020-12-26 04:16:21','2020-12-25 23:16:21'),
(9847,7445,'action complete via WP Cron','2020-12-26 04:16:21','2020-12-25 23:16:21'),
(9848,7446,'action created','2020-12-26 04:16:21','2020-12-25 23:16:21'),
(9849,7446,'action started via WP Cron','2020-12-26 04:20:18','2020-12-25 23:20:18'),
(9850,7446,'action complete via WP Cron','2020-12-26 04:20:18','2020-12-25 23:20:18'),
(9851,7447,'action created','2020-12-26 04:20:18','2020-12-25 23:20:18'),
(9852,7447,'action started via WP Cron','2020-12-26 04:21:16','2020-12-25 23:21:16'),
(9853,7447,'action complete via WP Cron','2020-12-26 04:21:16','2020-12-25 23:21:16'),
(9854,7448,'action created','2020-12-26 04:21:16','2020-12-25 23:21:16'),
(9855,7448,'action started via WP Cron','2020-12-26 04:23:01','2020-12-25 23:23:01'),
(9856,7448,'action complete via WP Cron','2020-12-26 04:23:01','2020-12-25 23:23:01'),
(9857,7449,'action created','2020-12-26 04:23:01','2020-12-25 23:23:01'),
(9858,7449,'action started via WP Cron','2020-12-26 04:25:03','2020-12-25 23:25:03'),
(9859,7449,'action complete via WP Cron','2020-12-26 04:25:03','2020-12-25 23:25:03'),
(9860,7450,'action created','2020-12-26 04:25:04','2020-12-25 23:25:04'),
(9861,7450,'action started via WP Cron','2020-12-26 04:25:43','2020-12-25 23:25:43'),
(9862,7450,'action complete via WP Cron','2020-12-26 04:25:43','2020-12-25 23:25:43'),
(9863,7451,'action created','2020-12-26 04:25:43','2020-12-25 23:25:43'),
(9864,7451,'action started via WP Cron','2020-12-26 04:28:58','2020-12-25 23:28:58'),
(9865,7451,'action complete via WP Cron','2020-12-26 04:28:58','2020-12-25 23:28:58'),
(9866,7452,'action created','2020-12-26 04:28:58','2020-12-25 23:28:58'),
(9867,7452,'action started via WP Cron','2020-12-26 04:35:20','2020-12-25 23:35:20'),
(9868,7452,'action complete via WP Cron','2020-12-26 04:35:20','2020-12-25 23:35:20'),
(9869,7453,'action created','2020-12-26 04:35:20','2020-12-25 23:35:20'),
(9870,7453,'action started via WP Cron','2020-12-26 04:39:33','2020-12-25 23:39:33'),
(9871,7453,'action complete via WP Cron','2020-12-26 04:39:33','2020-12-25 23:39:33'),
(9872,7454,'action created','2020-12-26 04:39:33','2020-12-25 23:39:33'),
(9873,7454,'action started via WP Cron','2020-12-26 04:41:54','2020-12-25 23:41:54'),
(9874,7454,'action complete via WP Cron','2020-12-26 04:41:54','2020-12-25 23:41:54'),
(9875,7455,'action created','2020-12-26 04:41:54','2020-12-25 23:41:54'),
(9876,7455,'action started via WP Cron','2020-12-26 04:43:53','2020-12-25 23:43:53'),
(9877,7455,'action complete via WP Cron','2020-12-26 04:43:53','2020-12-25 23:43:53'),
(9878,7456,'action created','2020-12-26 04:43:53','2020-12-25 23:43:53'),
(9879,7456,'action started via WP Cron','2020-12-26 04:45:21','2020-12-25 23:45:21'),
(9880,7456,'action complete via WP Cron','2020-12-26 04:45:21','2020-12-25 23:45:21'),
(9881,7457,'action created','2020-12-26 04:45:21','2020-12-25 23:45:21'),
(9882,7457,'action started via WP Cron','2020-12-26 04:47:20','2020-12-25 23:47:20'),
(9883,7457,'action complete via WP Cron','2020-12-26 04:47:20','2020-12-25 23:47:20'),
(9884,7458,'action created','2020-12-26 04:47:20','2020-12-25 23:47:20'),
(9885,7458,'action started via WP Cron','2020-12-26 04:48:29','2020-12-25 23:48:29'),
(9886,7458,'action complete via WP Cron','2020-12-26 04:48:29','2020-12-25 23:48:29'),
(9887,7459,'action created','2020-12-26 04:48:29','2020-12-25 23:48:29'),
(9888,7459,'action started via WP Cron','2020-12-26 04:49:31','2020-12-25 23:49:31'),
(9889,7459,'action complete via WP Cron','2020-12-26 04:49:31','2020-12-25 23:49:31'),
(9890,7460,'action created','2020-12-26 04:49:31','2020-12-25 23:49:31'),
(9891,7460,'action started via WP Cron','2020-12-26 04:50:20','2020-12-25 23:50:20'),
(9892,7460,'action complete via WP Cron','2020-12-26 04:50:20','2020-12-25 23:50:20'),
(9893,7461,'action created','2020-12-26 04:50:21','2020-12-25 23:50:21'),
(9894,7461,'action started via WP Cron','2020-12-26 04:51:42','2020-12-25 23:51:42'),
(9895,7461,'action complete via WP Cron','2020-12-26 04:51:42','2020-12-25 23:51:42'),
(9896,7462,'action created','2020-12-26 04:51:43','2020-12-25 23:51:43'),
(9897,7462,'action started via WP Cron','2020-12-26 04:52:41','2020-12-25 23:52:41'),
(9898,7462,'action complete via WP Cron','2020-12-26 04:52:41','2020-12-25 23:52:41'),
(9899,7463,'action created','2020-12-26 04:52:41','2020-12-25 23:52:41'),
(9900,7463,'action started via WP Cron','2020-12-26 04:53:19','2020-12-25 23:53:19'),
(9901,7463,'action complete via WP Cron','2020-12-26 04:53:19','2020-12-25 23:53:19'),
(9902,7464,'action created','2020-12-26 04:53:19','2020-12-25 23:53:19'),
(9903,7464,'action started via WP Cron','2020-12-26 04:54:41','2020-12-25 23:54:41'),
(9904,7464,'action complete via WP Cron','2020-12-26 04:54:41','2020-12-25 23:54:41'),
(9905,7465,'action created','2020-12-26 04:54:42','2020-12-25 23:54:42'),
(9906,7465,'action started via WP Cron','2020-12-26 04:55:35','2020-12-25 23:55:35'),
(9907,7465,'action complete via WP Cron','2020-12-26 04:55:35','2020-12-25 23:55:35'),
(9908,7466,'action created','2020-12-26 04:55:35','2020-12-25 23:55:35'),
(9909,7466,'action started via WP Cron','2020-12-26 04:56:18','2020-12-25 23:56:18'),
(9910,7466,'action complete via WP Cron','2020-12-26 04:56:18','2020-12-25 23:56:18'),
(9911,7467,'action created','2020-12-26 04:56:19','2020-12-25 23:56:19'),
(9912,7467,'action started via WP Cron','2020-12-26 04:57:28','2020-12-25 23:57:28'),
(9913,7467,'action complete via WP Cron','2020-12-26 04:57:28','2020-12-25 23:57:28'),
(9914,7468,'action created','2020-12-26 04:57:28','2020-12-25 23:57:28'),
(9915,7468,'action started via WP Cron','2020-12-26 04:58:43','2020-12-25 23:58:43'),
(9916,7468,'action complete via WP Cron','2020-12-26 04:58:43','2020-12-25 23:58:43'),
(9917,7469,'action created','2020-12-26 04:58:44','2020-12-25 23:58:44'),
(9918,7469,'action started via WP Cron','2020-12-26 05:04:47','2020-12-26 00:04:47'),
(9919,7469,'action complete via WP Cron','2020-12-26 05:04:47','2020-12-26 00:04:47'),
(9920,7470,'action created','2020-12-26 05:04:47','2020-12-26 00:04:47'),
(9921,7470,'action started via WP Cron','2020-12-26 05:05:41','2020-12-26 00:05:41'),
(9922,7470,'action complete via WP Cron','2020-12-26 05:05:41','2020-12-26 00:05:41'),
(9923,7471,'action created','2020-12-26 05:05:42','2020-12-26 00:05:42'),
(9924,7471,'action started via WP Cron','2020-12-26 05:09:19','2020-12-26 00:09:19'),
(9925,7471,'action complete via WP Cron','2020-12-26 05:09:19','2020-12-26 00:09:19'),
(9926,7472,'action created','2020-12-26 05:09:19','2020-12-26 00:09:19'),
(9927,7472,'action started via WP Cron','2020-12-26 05:14:38','2020-12-26 00:14:38'),
(9928,7472,'action complete via WP Cron','2020-12-26 05:14:38','2020-12-26 00:14:38'),
(9929,7473,'action created','2020-12-26 05:14:38','2020-12-26 00:14:38'),
(9930,7473,'action started via WP Cron','2020-12-26 05:18:40','2020-12-26 00:18:40'),
(9931,7473,'action complete via WP Cron','2020-12-26 05:18:40','2020-12-26 00:18:40'),
(9932,7474,'action created','2020-12-26 05:18:40','2020-12-26 00:18:40'),
(9933,7474,'action started via WP Cron','2020-12-26 05:20:15','2020-12-26 00:20:15'),
(9934,7474,'action complete via WP Cron','2020-12-26 05:20:15','2020-12-26 00:20:15'),
(9935,7475,'action created','2020-12-26 05:20:15','2020-12-26 00:20:15'),
(9936,7475,'action started via WP Cron','2020-12-26 05:22:42','2020-12-26 00:22:42'),
(9937,7475,'action complete via WP Cron','2020-12-26 05:22:42','2020-12-26 00:22:42'),
(9938,7476,'action created','2020-12-26 05:22:43','2020-12-26 00:22:43'),
(9939,7476,'action started via WP Cron','2020-12-26 05:25:51','2020-12-26 00:25:51'),
(9940,7476,'action complete via WP Cron','2020-12-26 05:25:51','2020-12-26 00:25:51'),
(9941,7477,'action created','2020-12-26 05:25:51','2020-12-26 00:25:51'),
(9942,7477,'action started via WP Cron','2020-12-26 05:26:57','2020-12-26 00:26:57'),
(9943,7477,'action complete via WP Cron','2020-12-26 05:26:57','2020-12-26 00:26:57'),
(9944,7478,'action created','2020-12-26 05:26:57','2020-12-26 00:26:57'),
(9945,7478,'action started via WP Cron','2020-12-26 05:29:49','2020-12-26 00:29:49'),
(9946,7478,'action complete via WP Cron','2020-12-26 05:29:49','2020-12-26 00:29:49'),
(9947,7479,'action created','2020-12-26 05:29:49','2020-12-26 00:29:49'),
(9948,7479,'action started via WP Cron','2020-12-26 05:32:02','2020-12-26 00:32:02'),
(9949,7479,'action complete via WP Cron','2020-12-26 05:32:02','2020-12-26 00:32:02'),
(9950,7480,'action created','2020-12-26 05:32:02','2020-12-26 00:32:02'),
(9951,7480,'action started via WP Cron','2020-12-26 05:35:53','2020-12-26 00:35:53'),
(9952,7480,'action complete via WP Cron','2020-12-26 05:35:53','2020-12-26 00:35:53'),
(9953,7481,'action created','2020-12-26 05:35:53','2020-12-26 00:35:53'),
(9954,7481,'action started via WP Cron','2020-12-26 05:36:16','2020-12-26 00:36:16'),
(9955,7481,'action complete via WP Cron','2020-12-26 05:36:16','2020-12-26 00:36:16'),
(9956,7482,'action created','2020-12-26 05:36:16','2020-12-26 00:36:16'),
(9957,7482,'action started via WP Cron','2020-12-26 05:37:12','2020-12-26 00:37:12'),
(9958,7482,'action complete via WP Cron','2020-12-26 05:37:12','2020-12-26 00:37:12'),
(9959,7483,'action created','2020-12-26 05:37:12','2020-12-26 00:37:12'),
(9960,7483,'action started via WP Cron','2020-12-26 05:38:55','2020-12-26 00:38:55'),
(9961,7483,'action complete via WP Cron','2020-12-26 05:38:55','2020-12-26 00:38:55'),
(9962,7484,'action created','2020-12-26 05:38:55','2020-12-26 00:38:55'),
(9963,7484,'action started via WP Cron','2020-12-26 05:40:40','2020-12-26 00:40:40'),
(9964,7484,'action complete via WP Cron','2020-12-26 05:40:40','2020-12-26 00:40:40'),
(9965,7485,'action created','2020-12-26 05:40:40','2020-12-26 00:40:40'),
(9966,7485,'action started via WP Cron','2020-12-26 05:41:57','2020-12-26 00:41:57'),
(9967,7485,'action complete via WP Cron','2020-12-26 05:41:57','2020-12-26 00:41:57'),
(9968,7486,'action created','2020-12-26 05:41:57','2020-12-26 00:41:57'),
(9969,7486,'action started via WP Cron','2020-12-26 05:43:53','2020-12-26 00:43:53'),
(9970,7486,'action complete via WP Cron','2020-12-26 05:43:53','2020-12-26 00:43:53'),
(9971,7487,'action created','2020-12-26 05:43:53','2020-12-26 00:43:53'),
(9972,7487,'action started via WP Cron','2020-12-26 05:44:46','2020-12-26 00:44:46'),
(9973,7487,'action complete via WP Cron','2020-12-26 05:44:46','2020-12-26 00:44:46'),
(9974,7488,'action created','2020-12-26 05:44:47','2020-12-26 00:44:47'),
(9975,7488,'action started via WP Cron','2020-12-26 05:45:55','2020-12-26 00:45:55'),
(9976,7488,'action complete via WP Cron','2020-12-26 05:45:55','2020-12-26 00:45:55'),
(9977,7489,'action created','2020-12-26 05:45:55','2020-12-26 00:45:55'),
(9978,7489,'action started via WP Cron','2020-12-26 05:46:17','2020-12-26 00:46:17'),
(9979,7489,'action complete via WP Cron','2020-12-26 05:46:17','2020-12-26 00:46:17'),
(9980,7490,'action created','2020-12-26 05:46:17','2020-12-26 00:46:17'),
(9981,7490,'action started via WP Cron','2020-12-26 05:50:01','2020-12-26 00:50:01'),
(9982,7490,'action complete via WP Cron','2020-12-26 05:50:01','2020-12-26 00:50:01'),
(9983,7491,'action created','2020-12-26 05:50:01','2020-12-26 00:50:01'),
(9984,7491,'action started via WP Cron','2020-12-26 05:51:02','2020-12-26 00:51:02'),
(9985,7491,'action complete via WP Cron','2020-12-26 05:51:02','2020-12-26 00:51:02'),
(9986,7492,'action created','2020-12-26 05:51:02','2020-12-26 00:51:02'),
(9987,7492,'action started via WP Cron','2020-12-26 05:51:40','2020-12-26 00:51:40'),
(9988,7492,'action complete via WP Cron','2020-12-26 05:51:40','2020-12-26 00:51:40'),
(9989,7493,'action created','2020-12-26 05:51:40','2020-12-26 00:51:40'),
(9990,7493,'action started via WP Cron','2020-12-26 05:54:27','2020-12-26 00:54:27'),
(9991,7493,'action complete via WP Cron','2020-12-26 05:54:27','2020-12-26 00:54:27'),
(9992,7494,'action created','2020-12-26 05:54:27','2020-12-26 00:54:27'),
(9993,7494,'action started via WP Cron','2020-12-26 05:55:59','2020-12-26 00:55:59'),
(9994,7494,'action complete via WP Cron','2020-12-26 05:55:59','2020-12-26 00:55:59'),
(9995,7495,'action created','2020-12-26 05:55:59','2020-12-26 00:55:59'),
(9996,7495,'action started via WP Cron','2020-12-26 05:59:50','2020-12-26 00:59:50'),
(9997,7495,'action complete via WP Cron','2020-12-26 05:59:50','2020-12-26 00:59:50'),
(9998,7496,'action created','2020-12-26 05:59:50','2020-12-26 00:59:50'),
(9999,7496,'action started via WP Cron','2020-12-26 06:00:41','2020-12-26 01:00:41'),
(10000,7496,'action complete via WP Cron','2020-12-26 06:00:41','2020-12-26 01:00:41'),
(10001,7497,'action created','2020-12-26 06:00:41','2020-12-26 01:00:41'),
(10002,7497,'action started via WP Cron','2020-12-26 06:01:26','2020-12-26 01:01:26'),
(10003,7497,'action complete via WP Cron','2020-12-26 06:01:26','2020-12-26 01:01:26'),
(10004,7498,'action created','2020-12-26 06:01:26','2020-12-26 01:01:26'),
(10005,7498,'action started via WP Cron','2020-12-26 06:05:00','2020-12-26 01:05:00'),
(10006,7498,'action complete via WP Cron','2020-12-26 06:05:00','2020-12-26 01:05:00'),
(10007,7499,'action created','2020-12-26 06:05:00','2020-12-26 01:05:00'),
(10008,7499,'action started via WP Cron','2020-12-26 06:05:55','2020-12-26 01:05:55'),
(10009,7499,'action complete via WP Cron','2020-12-26 06:05:55','2020-12-26 01:05:55'),
(10010,7500,'action created','2020-12-26 06:05:56','2020-12-26 01:05:56'),
(10011,7500,'action started via WP Cron','2020-12-26 06:08:08','2020-12-26 01:08:08'),
(10012,7500,'action complete via WP Cron','2020-12-26 06:08:08','2020-12-26 01:08:08'),
(10013,7501,'action created','2020-12-26 06:08:09','2020-12-26 01:08:09'),
(10014,7501,'action started via WP Cron','2020-12-26 06:08:20','2020-12-26 01:08:20'),
(10015,7501,'action complete via WP Cron','2020-12-26 06:08:20','2020-12-26 01:08:20'),
(10016,7502,'action created','2020-12-26 06:08:20','2020-12-26 01:08:20'),
(10017,7502,'action started via WP Cron','2020-12-26 06:09:33','2020-12-26 01:09:33'),
(10018,7502,'action complete via WP Cron','2020-12-26 06:09:33','2020-12-26 01:09:33'),
(10019,7503,'action created','2020-12-26 06:09:33','2020-12-26 01:09:33'),
(10020,7503,'action started via WP Cron','2020-12-26 06:10:13','2020-12-26 01:10:13'),
(10021,7503,'action complete via WP Cron','2020-12-26 06:10:13','2020-12-26 01:10:13'),
(10022,7504,'action created','2020-12-26 06:10:13','2020-12-26 01:10:13'),
(10023,7504,'action started via WP Cron','2020-12-26 06:11:46','2020-12-26 01:11:46'),
(10024,7504,'action complete via WP Cron','2020-12-26 06:11:46','2020-12-26 01:11:46'),
(10025,7505,'action created','2020-12-26 06:11:46','2020-12-26 01:11:46'),
(10026,7505,'action started via WP Cron','2020-12-26 06:12:54','2020-12-26 01:12:54'),
(10027,7505,'action complete via WP Cron','2020-12-26 06:12:54','2020-12-26 01:12:54'),
(10028,7506,'action created','2020-12-26 06:12:54','2020-12-26 01:12:54'),
(10029,7506,'action started via WP Cron','2020-12-26 06:13:12','2020-12-26 01:13:12'),
(10030,7506,'action complete via WP Cron','2020-12-26 06:13:12','2020-12-26 01:13:12'),
(10031,7507,'action created','2020-12-26 06:13:12','2020-12-26 01:13:12'),
(10032,7507,'action started via WP Cron','2020-12-26 06:15:07','2020-12-26 01:15:07'),
(10033,7507,'action complete via WP Cron','2020-12-26 06:15:07','2020-12-26 01:15:07'),
(10034,7508,'action created','2020-12-26 06:15:08','2020-12-26 01:15:08'),
(10035,7508,'action started via WP Cron','2020-12-26 06:15:23','2020-12-26 01:15:23'),
(10036,7508,'action complete via WP Cron','2020-12-26 06:15:23','2020-12-26 01:15:23'),
(10037,7509,'action created','2020-12-26 06:15:23','2020-12-26 01:15:23'),
(10038,7509,'action started via WP Cron','2020-12-26 06:16:16','2020-12-26 01:16:16'),
(10039,7509,'action complete via WP Cron','2020-12-26 06:16:16','2020-12-26 01:16:16'),
(10040,7510,'action created','2020-12-26 06:16:16','2020-12-26 01:16:16'),
(10041,7510,'action started via WP Cron','2020-12-26 06:19:04','2020-12-26 01:19:04'),
(10042,7510,'action complete via WP Cron','2020-12-26 06:19:04','2020-12-26 01:19:04'),
(10043,7511,'action created','2020-12-26 06:19:04','2020-12-26 01:19:04'),
(10044,7511,'action started via WP Cron','2020-12-26 06:23:54','2020-12-26 01:23:54'),
(10045,7511,'action complete via WP Cron','2020-12-26 06:23:54','2020-12-26 01:23:54'),
(10046,7512,'action created','2020-12-26 06:23:54','2020-12-26 01:23:54'),
(10047,7512,'action started via WP Cron','2020-12-26 06:24:19','2020-12-26 01:24:19'),
(10048,7512,'action complete via WP Cron','2020-12-26 06:24:19','2020-12-26 01:24:19'),
(10049,7513,'action created','2020-12-26 06:24:19','2020-12-26 01:24:19'),
(10050,7513,'action started via WP Cron','2020-12-26 06:26:05','2020-12-26 01:26:05'),
(10051,7513,'action complete via WP Cron','2020-12-26 06:26:05','2020-12-26 01:26:05'),
(10052,7514,'action created','2020-12-26 06:26:05','2020-12-26 01:26:05'),
(10053,7514,'action started via WP Cron','2020-12-26 06:26:20','2020-12-26 01:26:20'),
(10054,7514,'action complete via WP Cron','2020-12-26 06:26:20','2020-12-26 01:26:20'),
(10055,7515,'action created','2020-12-26 06:26:20','2020-12-26 01:26:20'),
(10056,7515,'action started via WP Cron','2020-12-26 06:27:16','2020-12-26 01:27:16'),
(10057,7515,'action complete via WP Cron','2020-12-26 06:27:16','2020-12-26 01:27:16'),
(10058,7516,'action created','2020-12-26 06:27:16','2020-12-26 01:27:16'),
(10059,7516,'action started via WP Cron','2020-12-26 06:28:36','2020-12-26 01:28:36'),
(10060,7516,'action complete via WP Cron','2020-12-26 06:28:36','2020-12-26 01:28:36'),
(10061,7517,'action created','2020-12-26 06:28:36','2020-12-26 01:28:36'),
(10062,7517,'action started via WP Cron','2020-12-26 06:30:03','2020-12-26 01:30:03'),
(10063,7517,'action complete via WP Cron','2020-12-26 06:30:03','2020-12-26 01:30:03'),
(10064,7518,'action created','2020-12-26 06:30:03','2020-12-26 01:30:03'),
(10065,7518,'action started via WP Cron','2020-12-26 06:32:29','2020-12-26 01:32:29'),
(10066,7518,'action complete via WP Cron','2020-12-26 06:32:29','2020-12-26 01:32:29'),
(10067,7519,'action created','2020-12-26 06:32:29','2020-12-26 01:32:29'),
(10068,7519,'action started via WP Cron','2020-12-26 06:33:28','2020-12-26 01:33:28'),
(10069,7519,'action complete via WP Cron','2020-12-26 06:33:28','2020-12-26 01:33:28'),
(10070,7520,'action created','2020-12-26 06:33:28','2020-12-26 01:33:28'),
(10071,7520,'action started via WP Cron','2020-12-26 06:34:27','2020-12-26 01:34:27'),
(10072,7520,'action complete via WP Cron','2020-12-26 06:34:27','2020-12-26 01:34:27'),
(10073,7521,'action created','2020-12-26 06:34:27','2020-12-26 01:34:27'),
(10074,7521,'action started via WP Cron','2020-12-26 06:36:43','2020-12-26 01:36:43'),
(10075,7521,'action complete via WP Cron','2020-12-26 06:36:43','2020-12-26 01:36:43'),
(10076,7522,'action created','2020-12-26 06:36:43','2020-12-26 01:36:43'),
(10077,7522,'action started via WP Cron','2020-12-26 06:37:51','2020-12-26 01:37:51'),
(10078,7522,'action complete via WP Cron','2020-12-26 06:37:51','2020-12-26 01:37:51'),
(10079,7523,'action created','2020-12-26 06:37:51','2020-12-26 01:37:51'),
(10080,7523,'action started via WP Cron','2020-12-26 06:38:20','2020-12-26 01:38:20'),
(10081,7523,'action complete via WP Cron','2020-12-26 06:38:20','2020-12-26 01:38:20'),
(10082,7524,'action created','2020-12-26 06:38:20','2020-12-26 01:38:20'),
(10083,7524,'action started via WP Cron','2020-12-26 06:39:34','2020-12-26 01:39:34'),
(10084,7524,'action complete via WP Cron','2020-12-26 06:39:34','2020-12-26 01:39:34'),
(10085,7525,'action created','2020-12-26 06:39:34','2020-12-26 01:39:34'),
(10086,7525,'action started via WP Cron','2020-12-26 06:40:33','2020-12-26 01:40:33'),
(10087,7525,'action complete via WP Cron','2020-12-26 06:40:33','2020-12-26 01:40:33'),
(10088,7526,'action created','2020-12-26 06:40:33','2020-12-26 01:40:33'),
(10089,7526,'action started via WP Cron','2020-12-26 06:43:35','2020-12-26 01:43:35'),
(10090,7526,'action complete via WP Cron','2020-12-26 06:43:35','2020-12-26 01:43:35'),
(10091,7527,'action created','2020-12-26 06:43:35','2020-12-26 01:43:35'),
(10092,7527,'action started via WP Cron','2020-12-26 06:46:14','2020-12-26 01:46:14'),
(10093,7527,'action complete via WP Cron','2020-12-26 06:46:14','2020-12-26 01:46:14'),
(10094,7528,'action created','2020-12-26 06:46:14','2020-12-26 01:46:14'),
(10095,7528,'action started via WP Cron','2020-12-26 06:48:01','2020-12-26 01:48:01'),
(10096,7528,'action complete via WP Cron','2020-12-26 06:48:01','2020-12-26 01:48:01'),
(10097,7529,'action created','2020-12-26 06:48:01','2020-12-26 01:48:01'),
(10098,7529,'action started via WP Cron','2020-12-26 06:50:24','2020-12-26 01:50:24'),
(10099,7529,'action complete via WP Cron','2020-12-26 06:50:24','2020-12-26 01:50:24'),
(10100,7530,'action created','2020-12-26 06:50:24','2020-12-26 01:50:24'),
(10101,7530,'action started via WP Cron','2020-12-26 06:53:34','2020-12-26 01:53:34'),
(10102,7530,'action complete via WP Cron','2020-12-26 06:53:34','2020-12-26 01:53:34'),
(10103,7531,'action created','2020-12-26 06:53:34','2020-12-26 01:53:34'),
(10104,7531,'action started via WP Cron','2020-12-26 06:57:52','2020-12-26 01:57:52'),
(10105,7531,'action complete via WP Cron','2020-12-26 06:57:52','2020-12-26 01:57:52'),
(10106,7532,'action created','2020-12-26 06:57:52','2020-12-26 01:57:52'),
(10107,7532,'action started via WP Cron','2020-12-26 07:01:25','2020-12-26 02:01:25'),
(10108,7532,'action complete via WP Cron','2020-12-26 07:01:25','2020-12-26 02:01:25'),
(10109,7533,'action created','2020-12-26 07:01:25','2020-12-26 02:01:25'),
(10110,7533,'action started via WP Cron','2020-12-26 07:02:30','2020-12-26 02:02:30'),
(10111,7533,'action complete via WP Cron','2020-12-26 07:02:30','2020-12-26 02:02:30'),
(10112,7534,'action created','2020-12-26 07:02:30','2020-12-26 02:02:30'),
(10113,7534,'action started via WP Cron','2020-12-26 07:05:33','2020-12-26 02:05:33'),
(10114,7534,'action complete via WP Cron','2020-12-26 07:05:33','2020-12-26 02:05:33'),
(10115,7535,'action created','2020-12-26 07:05:33','2020-12-26 02:05:33'),
(10116,7535,'action started via WP Cron','2020-12-26 07:06:55','2020-12-26 02:06:55'),
(10117,7535,'action complete via WP Cron','2020-12-26 07:06:55','2020-12-26 02:06:55'),
(10118,7536,'action created','2020-12-26 07:06:55','2020-12-26 02:06:55'),
(10119,7536,'action started via WP Cron','2020-12-26 07:07:28','2020-12-26 02:07:28'),
(10120,7536,'action complete via WP Cron','2020-12-26 07:07:28','2020-12-26 02:07:28'),
(10121,7537,'action created','2020-12-26 07:07:28','2020-12-26 02:07:28'),
(10122,7537,'action started via WP Cron','2020-12-26 07:08:11','2020-12-26 02:08:11'),
(10123,7537,'action complete via WP Cron','2020-12-26 07:08:11','2020-12-26 02:08:11'),
(10124,7538,'action created','2020-12-26 07:08:11','2020-12-26 02:08:11'),
(10125,7538,'action started via WP Cron','2020-12-26 07:10:22','2020-12-26 02:10:22'),
(10126,7538,'action complete via WP Cron','2020-12-26 07:10:22','2020-12-26 02:10:22'),
(10127,7539,'action created','2020-12-26 07:10:22','2020-12-26 02:10:22'),
(10128,7539,'action started via WP Cron','2020-12-26 07:13:08','2020-12-26 02:13:08'),
(10129,7539,'action complete via WP Cron','2020-12-26 07:13:08','2020-12-26 02:13:08'),
(10130,7540,'action created','2020-12-26 07:13:08','2020-12-26 02:13:08'),
(10131,7540,'action started via WP Cron','2020-12-26 07:14:58','2020-12-26 02:14:58'),
(10132,7540,'action complete via WP Cron','2020-12-26 07:14:58','2020-12-26 02:14:58'),
(10133,7541,'action created','2020-12-26 07:14:58','2020-12-26 02:14:58'),
(10134,7541,'action started via WP Cron','2020-12-26 07:16:22','2020-12-26 02:16:22'),
(10135,7541,'action complete via WP Cron','2020-12-26 07:16:22','2020-12-26 02:16:22'),
(10136,7542,'action created','2020-12-26 07:16:22','2020-12-26 02:16:22'),
(10137,7542,'action started via WP Cron','2020-12-26 07:17:38','2020-12-26 02:17:38'),
(10138,7542,'action complete via WP Cron','2020-12-26 07:17:38','2020-12-26 02:17:38'),
(10139,7543,'action created','2020-12-26 07:17:38','2020-12-26 02:17:38'),
(10140,7543,'action started via WP Cron','2020-12-26 07:18:27','2020-12-26 02:18:27'),
(10141,7543,'action complete via WP Cron','2020-12-26 07:18:27','2020-12-26 02:18:27'),
(10142,7544,'action created','2020-12-26 07:18:28','2020-12-26 02:18:28'),
(10143,7544,'action started via WP Cron','2020-12-26 07:20:25','2020-12-26 02:20:25'),
(10144,7544,'action complete via WP Cron','2020-12-26 07:20:25','2020-12-26 02:20:25'),
(10145,7545,'action created','2020-12-26 07:20:25','2020-12-26 02:20:25'),
(10146,7545,'action started via WP Cron','2020-12-26 07:22:22','2020-12-26 02:22:22'),
(10147,7545,'action complete via WP Cron','2020-12-26 07:22:22','2020-12-26 02:22:22'),
(10148,7546,'action created','2020-12-26 07:22:22','2020-12-26 02:22:22'),
(10149,7546,'action started via WP Cron','2020-12-26 07:23:20','2020-12-26 02:23:20'),
(10150,7546,'action complete via WP Cron','2020-12-26 07:23:20','2020-12-26 02:23:20'),
(10151,7547,'action created','2020-12-26 07:23:20','2020-12-26 02:23:20'),
(10152,7547,'action started via WP Cron','2020-12-26 07:24:12','2020-12-26 02:24:12'),
(10153,7547,'action complete via WP Cron','2020-12-26 07:24:12','2020-12-26 02:24:12'),
(10154,7548,'action created','2020-12-26 07:24:12','2020-12-26 02:24:12'),
(10155,7548,'action started via WP Cron','2020-12-26 07:25:33','2020-12-26 02:25:33'),
(10156,7548,'action complete via WP Cron','2020-12-26 07:25:33','2020-12-26 02:25:33'),
(10157,7549,'action created','2020-12-26 07:25:33','2020-12-26 02:25:33'),
(10158,7549,'action started via WP Cron','2020-12-26 07:27:36','2020-12-26 02:27:36'),
(10159,7549,'action complete via WP Cron','2020-12-26 07:27:36','2020-12-26 02:27:36'),
(10160,7550,'action created','2020-12-26 07:27:36','2020-12-26 02:27:36'),
(10161,7550,'action started via WP Cron','2020-12-26 07:29:46','2020-12-26 02:29:46'),
(10162,7550,'action complete via WP Cron','2020-12-26 07:29:46','2020-12-26 02:29:46'),
(10163,7551,'action created','2020-12-26 07:29:46','2020-12-26 02:29:46'),
(10164,7551,'action started via WP Cron','2020-12-26 07:30:52','2020-12-26 02:30:52'),
(10165,7551,'action complete via WP Cron','2020-12-26 07:30:52','2020-12-26 02:30:52'),
(10166,7552,'action created','2020-12-26 07:30:52','2020-12-26 02:30:52'),
(10167,7552,'action started via WP Cron','2020-12-26 07:31:11','2020-12-26 02:31:11'),
(10168,7552,'action complete via WP Cron','2020-12-26 07:31:11','2020-12-26 02:31:11'),
(10169,7553,'action created','2020-12-26 07:31:12','2020-12-26 02:31:12'),
(10170,7553,'action started via WP Cron','2020-12-26 07:32:21','2020-12-26 02:32:21'),
(10171,7553,'action complete via WP Cron','2020-12-26 07:32:21','2020-12-26 02:32:21'),
(10172,7554,'action created','2020-12-26 07:32:21','2020-12-26 02:32:21'),
(10173,7554,'action started via WP Cron','2020-12-26 07:34:17','2020-12-26 02:34:17'),
(10174,7554,'action complete via WP Cron','2020-12-26 07:34:17','2020-12-26 02:34:17'),
(10175,7555,'action created','2020-12-26 07:34:17','2020-12-26 02:34:17'),
(10176,7555,'action started via WP Cron','2020-12-26 07:39:54','2020-12-26 02:39:54'),
(10177,7555,'action complete via WP Cron','2020-12-26 07:39:54','2020-12-26 02:39:54'),
(10178,7556,'action created','2020-12-26 07:39:54','2020-12-26 02:39:54'),
(10179,7556,'action started via WP Cron','2020-12-26 07:43:16','2020-12-26 02:43:16'),
(10180,7556,'action complete via WP Cron','2020-12-26 07:43:16','2020-12-26 02:43:16'),
(10181,7557,'action created','2020-12-26 07:43:16','2020-12-26 02:43:16'),
(10182,7557,'action started via WP Cron','2020-12-26 07:44:37','2020-12-26 02:44:37'),
(10183,7557,'action complete via WP Cron','2020-12-26 07:44:37','2020-12-26 02:44:37'),
(10184,7558,'action created','2020-12-26 07:44:37','2020-12-26 02:44:37'),
(10185,7558,'action started via WP Cron','2020-12-26 07:48:02','2020-12-26 02:48:02'),
(10186,7558,'action complete via WP Cron','2020-12-26 07:48:02','2020-12-26 02:48:02'),
(10187,7559,'action created','2020-12-26 07:48:02','2020-12-26 02:48:02'),
(10188,7559,'action started via WP Cron','2020-12-26 07:52:40','2020-12-26 02:52:40'),
(10189,7559,'action complete via WP Cron','2020-12-26 07:52:40','2020-12-26 02:52:40'),
(10190,7560,'action created','2020-12-26 07:52:40','2020-12-26 02:52:40'),
(10191,7560,'action started via WP Cron','2020-12-26 07:54:33','2020-12-26 02:54:33'),
(10192,7560,'action complete via WP Cron','2020-12-26 07:54:33','2020-12-26 02:54:33'),
(10193,7561,'action created','2020-12-26 07:54:33','2020-12-26 02:54:33'),
(10194,7561,'action started via WP Cron','2020-12-26 07:57:03','2020-12-26 02:57:03'),
(10195,7561,'action complete via WP Cron','2020-12-26 07:57:03','2020-12-26 02:57:03'),
(10196,7562,'action created','2020-12-26 07:57:03','2020-12-26 02:57:03'),
(10197,7562,'action started via WP Cron','2020-12-26 08:00:26','2020-12-26 03:00:26'),
(10198,7562,'action complete via WP Cron','2020-12-26 08:00:26','2020-12-26 03:00:26'),
(10199,7563,'action created','2020-12-26 08:00:27','2020-12-26 03:00:27'),
(10200,7563,'action started via WP Cron','2020-12-26 08:08:36','2020-12-26 03:08:36'),
(10201,7563,'action complete via WP Cron','2020-12-26 08:08:36','2020-12-26 03:08:36'),
(10202,7564,'action created','2020-12-26 08:08:36','2020-12-26 03:08:36'),
(10203,7564,'action started via WP Cron','2020-12-26 08:09:22','2020-12-26 03:09:22'),
(10204,7564,'action complete via WP Cron','2020-12-26 08:09:22','2020-12-26 03:09:22'),
(10205,7565,'action created','2020-12-26 08:09:22','2020-12-26 03:09:22'),
(10206,7565,'action started via WP Cron','2020-12-26 08:10:12','2020-12-26 03:10:12'),
(10207,7565,'action complete via WP Cron','2020-12-26 08:10:12','2020-12-26 03:10:12'),
(10208,7566,'action created','2020-12-26 08:10:12','2020-12-26 03:10:12'),
(10209,7566,'action started via WP Cron','2020-12-26 08:13:55','2020-12-26 03:13:55'),
(10210,7566,'action complete via WP Cron','2020-12-26 08:13:55','2020-12-26 03:13:55'),
(10211,7567,'action created','2020-12-26 08:13:55','2020-12-26 03:13:55'),
(10212,7567,'action started via WP Cron','2020-12-26 08:15:04','2020-12-26 03:15:04'),
(10213,7567,'action complete via WP Cron','2020-12-26 08:15:04','2020-12-26 03:15:04'),
(10214,7568,'action created','2020-12-26 08:15:04','2020-12-26 03:15:04'),
(10215,7568,'action started via WP Cron','2020-12-26 08:15:42','2020-12-26 03:15:42'),
(10216,7568,'action complete via WP Cron','2020-12-26 08:15:42','2020-12-26 03:15:42'),
(10217,7569,'action created','2020-12-26 08:15:42','2020-12-26 03:15:42'),
(10218,7569,'action started via WP Cron','2020-12-26 08:16:11','2020-12-26 03:16:11'),
(10219,7569,'action complete via WP Cron','2020-12-26 08:16:11','2020-12-26 03:16:11'),
(10220,7570,'action created','2020-12-26 08:16:11','2020-12-26 03:16:11'),
(10221,7570,'action started via WP Cron','2020-12-26 08:17:13','2020-12-26 03:17:13'),
(10222,7570,'action complete via WP Cron','2020-12-26 08:17:13','2020-12-26 03:17:13'),
(10223,7571,'action created','2020-12-26 08:17:13','2020-12-26 03:17:13'),
(10224,7571,'action started via WP Cron','2020-12-26 08:20:34','2020-12-26 03:20:34'),
(10225,7571,'action complete via WP Cron','2020-12-26 08:20:34','2020-12-26 03:20:34'),
(10226,7572,'action created','2020-12-26 08:20:34','2020-12-26 03:20:34'),
(10227,7572,'action started via WP Cron','2020-12-26 08:22:23','2020-12-26 03:22:23'),
(10228,7572,'action complete via WP Cron','2020-12-26 08:22:23','2020-12-26 03:22:23'),
(10229,7573,'action created','2020-12-26 08:22:23','2020-12-26 03:22:23'),
(10230,7573,'action started via WP Cron','2020-12-26 08:24:09','2020-12-26 03:24:09'),
(10231,7573,'action complete via WP Cron','2020-12-26 08:24:09','2020-12-26 03:24:09'),
(10232,7574,'action created','2020-12-26 08:24:10','2020-12-26 03:24:10'),
(10233,7574,'action started via WP Cron','2020-12-26 08:24:56','2020-12-26 03:24:56'),
(10234,7574,'action complete via WP Cron','2020-12-26 08:24:56','2020-12-26 03:24:56'),
(10235,7575,'action created','2020-12-26 08:24:56','2020-12-26 03:24:56'),
(10236,7575,'action started via WP Cron','2020-12-26 08:26:03','2020-12-26 03:26:03'),
(10237,7575,'action complete via WP Cron','2020-12-26 08:26:03','2020-12-26 03:26:03'),
(10238,7576,'action created','2020-12-26 08:26:03','2020-12-26 03:26:03'),
(10239,7576,'action started via WP Cron','2020-12-26 08:26:30','2020-12-26 03:26:30'),
(10240,7576,'action complete via WP Cron','2020-12-26 08:26:30','2020-12-26 03:26:30'),
(10241,7577,'action created','2020-12-26 08:26:30','2020-12-26 03:26:30'),
(10242,7577,'action started via WP Cron','2020-12-26 08:28:05','2020-12-26 03:28:05'),
(10243,7577,'action complete via WP Cron','2020-12-26 08:28:05','2020-12-26 03:28:05'),
(10244,7578,'action created','2020-12-26 08:28:05','2020-12-26 03:28:05'),
(10245,7578,'action started via WP Cron','2020-12-26 08:28:32','2020-12-26 03:28:32'),
(10246,7578,'action complete via WP Cron','2020-12-26 08:28:32','2020-12-26 03:28:32'),
(10247,7579,'action created','2020-12-26 08:28:32','2020-12-26 03:28:32'),
(10248,7579,'action started via WP Cron','2020-12-26 08:32:28','2020-12-26 03:32:28'),
(10249,7579,'action complete via WP Cron','2020-12-26 08:32:28','2020-12-26 03:32:28'),
(10250,7580,'action created','2020-12-26 08:32:28','2020-12-26 03:32:28'),
(10251,7580,'action started via WP Cron','2020-12-26 08:33:36','2020-12-26 03:33:36'),
(10252,7580,'action complete via WP Cron','2020-12-26 08:33:36','2020-12-26 03:33:36'),
(10253,7581,'action created','2020-12-26 08:33:36','2020-12-26 03:33:36'),
(10254,7581,'action started via WP Cron','2020-12-26 08:36:09','2020-12-26 03:36:09'),
(10255,7581,'action complete via WP Cron','2020-12-26 08:36:09','2020-12-26 03:36:09'),
(10256,7582,'action created','2020-12-26 08:36:09','2020-12-26 03:36:09'),
(10257,7582,'action started via WP Cron','2020-12-26 08:36:31','2020-12-26 03:36:31'),
(10258,7582,'action complete via WP Cron','2020-12-26 08:36:31','2020-12-26 03:36:31'),
(10259,7583,'action created','2020-12-26 08:36:31','2020-12-26 03:36:31'),
(10260,7583,'action started via WP Cron','2020-12-26 08:38:30','2020-12-26 03:38:30'),
(10261,7583,'action complete via WP Cron','2020-12-26 08:38:30','2020-12-26 03:38:30'),
(10262,7584,'action created','2020-12-26 08:38:30','2020-12-26 03:38:30'),
(10263,7584,'action started via WP Cron','2020-12-26 08:39:41','2020-12-26 03:39:41'),
(10264,7584,'action complete via WP Cron','2020-12-26 08:39:41','2020-12-26 03:39:41'),
(10265,7585,'action created','2020-12-26 08:39:41','2020-12-26 03:39:41'),
(10266,7585,'action started via WP Cron','2020-12-26 08:40:12','2020-12-26 03:40:12'),
(10267,7585,'action complete via WP Cron','2020-12-26 08:40:12','2020-12-26 03:40:12'),
(10268,7586,'action created','2020-12-26 08:40:12','2020-12-26 03:40:12'),
(10269,7586,'action started via WP Cron','2020-12-26 08:41:42','2020-12-26 03:41:42'),
(10270,7586,'action complete via WP Cron','2020-12-26 08:41:42','2020-12-26 03:41:42'),
(10271,7587,'action created','2020-12-26 08:41:42','2020-12-26 03:41:42'),
(10272,7587,'action started via WP Cron','2020-12-26 08:42:24','2020-12-26 03:42:24'),
(10273,7587,'action complete via WP Cron','2020-12-26 08:42:24','2020-12-26 03:42:24'),
(10274,7588,'action created','2020-12-26 08:42:24','2020-12-26 03:42:24'),
(10275,7588,'action started via WP Cron','2020-12-26 08:44:09','2020-12-26 03:44:09'),
(10276,7588,'action complete via WP Cron','2020-12-26 08:44:09','2020-12-26 03:44:09'),
(10277,7589,'action created','2020-12-26 08:44:09','2020-12-26 03:44:09'),
(10278,7589,'action started via WP Cron','2020-12-26 08:45:11','2020-12-26 03:45:11'),
(10279,7589,'action complete via WP Cron','2020-12-26 08:45:11','2020-12-26 03:45:11'),
(10280,7590,'action created','2020-12-26 08:45:11','2020-12-26 03:45:11'),
(10281,7590,'action started via WP Cron','2020-12-26 08:46:12','2020-12-26 03:46:12'),
(10282,7590,'action complete via WP Cron','2020-12-26 08:46:12','2020-12-26 03:46:12'),
(10283,7591,'action created','2020-12-26 08:46:12','2020-12-26 03:46:12'),
(10284,7591,'action started via WP Cron','2020-12-26 08:47:13','2020-12-26 03:47:13'),
(10285,7591,'action complete via WP Cron','2020-12-26 08:47:13','2020-12-26 03:47:13'),
(10286,7592,'action created','2020-12-26 08:47:13','2020-12-26 03:47:13'),
(10287,7592,'action started via WP Cron','2020-12-26 08:48:13','2020-12-26 03:48:13'),
(10288,7592,'action complete via WP Cron','2020-12-26 08:48:13','2020-12-26 03:48:13'),
(10289,7593,'action created','2020-12-26 08:48:13','2020-12-26 03:48:13'),
(10290,7593,'action started via WP Cron','2020-12-26 08:49:12','2020-12-26 03:49:12'),
(10291,7593,'action complete via WP Cron','2020-12-26 08:49:12','2020-12-26 03:49:12'),
(10292,7594,'action created','2020-12-26 08:49:12','2020-12-26 03:49:12'),
(10293,7594,'action started via WP Cron','2020-12-26 08:50:11','2020-12-26 03:50:11'),
(10294,7594,'action complete via WP Cron','2020-12-26 08:50:11','2020-12-26 03:50:11'),
(10295,7595,'action created','2020-12-26 08:50:11','2020-12-26 03:50:11'),
(10296,7595,'action started via WP Cron','2020-12-26 08:52:10','2020-12-26 03:52:10'),
(10297,7595,'action complete via WP Cron','2020-12-26 08:52:10','2020-12-26 03:52:10'),
(10298,7596,'action created','2020-12-26 08:52:11','2020-12-26 03:52:11'),
(10299,7596,'action started via WP Cron','2020-12-26 08:53:51','2020-12-26 03:53:51'),
(10300,7596,'action complete via WP Cron','2020-12-26 08:53:51','2020-12-26 03:53:51'),
(10301,7597,'action created','2020-12-26 08:53:51','2020-12-26 03:53:51'),
(10302,7597,'action started via WP Cron','2020-12-26 08:55:16','2020-12-26 03:55:16'),
(10303,7597,'action complete via WP Cron','2020-12-26 08:55:16','2020-12-26 03:55:16'),
(10304,7598,'action created','2020-12-26 08:55:16','2020-12-26 03:55:16'),
(10305,7598,'action started via WP Cron','2020-12-26 08:56:17','2020-12-26 03:56:17'),
(10306,7598,'action complete via WP Cron','2020-12-26 08:56:17','2020-12-26 03:56:17'),
(10307,7599,'action created','2020-12-26 08:56:17','2020-12-26 03:56:17'),
(10308,7599,'action started via WP Cron','2020-12-26 09:01:11','2020-12-26 04:01:11'),
(10309,7599,'action complete via WP Cron','2020-12-26 09:01:11','2020-12-26 04:01:11'),
(10310,7600,'action created','2020-12-26 09:01:11','2020-12-26 04:01:11'),
(10311,7600,'action started via WP Cron','2020-12-26 09:02:43','2020-12-26 04:02:43'),
(10312,7600,'action complete via WP Cron','2020-12-26 09:02:43','2020-12-26 04:02:43'),
(10313,7601,'action created','2020-12-26 09:02:43','2020-12-26 04:02:43'),
(10314,7601,'action started via WP Cron','2020-12-26 09:04:10','2020-12-26 04:04:10'),
(10315,7601,'action complete via WP Cron','2020-12-26 09:04:10','2020-12-26 04:04:10'),
(10316,7602,'action created','2020-12-26 09:04:10','2020-12-26 04:04:10'),
(10317,7602,'action started via WP Cron','2020-12-26 09:05:34','2020-12-26 04:05:34'),
(10318,7602,'action complete via WP Cron','2020-12-26 09:05:34','2020-12-26 04:05:34'),
(10319,7603,'action created','2020-12-26 09:05:34','2020-12-26 04:05:34'),
(10320,7603,'action started via WP Cron','2020-12-26 09:06:11','2020-12-26 04:06:11'),
(10321,7603,'action complete via WP Cron','2020-12-26 09:06:11','2020-12-26 04:06:11'),
(10322,7604,'action created','2020-12-26 09:06:11','2020-12-26 04:06:11'),
(10323,7604,'action started via WP Cron','2020-12-26 09:09:49','2020-12-26 04:09:49'),
(10324,7604,'action complete via WP Cron','2020-12-26 09:09:49','2020-12-26 04:09:49'),
(10325,7605,'action created','2020-12-26 09:09:49','2020-12-26 04:09:49'),
(10326,7605,'action started via WP Cron','2020-12-26 09:10:54','2020-12-26 04:10:54'),
(10327,7605,'action complete via WP Cron','2020-12-26 09:10:54','2020-12-26 04:10:54'),
(10328,7606,'action created','2020-12-26 09:10:54','2020-12-26 04:10:54'),
(10329,7606,'action started via WP Cron','2020-12-26 09:11:44','2020-12-26 04:11:44'),
(10330,7606,'action complete via WP Cron','2020-12-26 09:11:44','2020-12-26 04:11:44'),
(10331,7607,'action created','2020-12-26 09:11:44','2020-12-26 04:11:44'),
(10332,7607,'action started via WP Cron','2020-12-26 09:13:30','2020-12-26 04:13:30'),
(10333,7607,'action complete via WP Cron','2020-12-26 09:13:30','2020-12-26 04:13:30'),
(10334,7608,'action created','2020-12-26 09:13:30','2020-12-26 04:13:30'),
(10335,7608,'action started via WP Cron','2020-12-26 09:14:49','2020-12-26 04:14:49'),
(10336,7608,'action complete via WP Cron','2020-12-26 09:14:49','2020-12-26 04:14:49'),
(10337,7609,'action created','2020-12-26 09:14:49','2020-12-26 04:14:49'),
(10338,7609,'action started via WP Cron','2020-12-26 09:15:42','2020-12-26 04:15:42'),
(10339,7609,'action complete via WP Cron','2020-12-26 09:15:42','2020-12-26 04:15:42'),
(10340,7610,'action created','2020-12-26 09:15:42','2020-12-26 04:15:42'),
(10341,7610,'action started via WP Cron','2020-12-26 09:16:13','2020-12-26 04:16:13'),
(10342,7610,'action complete via WP Cron','2020-12-26 09:16:13','2020-12-26 04:16:13'),
(10343,7611,'action created','2020-12-26 09:16:13','2020-12-26 04:16:13'),
(10344,7611,'action started via WP Cron','2020-12-26 09:19:01','2020-12-26 04:19:01'),
(10345,7611,'action complete via WP Cron','2020-12-26 09:19:01','2020-12-26 04:19:01'),
(10346,7612,'action created','2020-12-26 09:19:01','2020-12-26 04:19:01'),
(10347,7612,'action started via WP Cron','2020-12-26 09:19:37','2020-12-26 04:19:37'),
(10348,7612,'action complete via WP Cron','2020-12-26 09:19:37','2020-12-26 04:19:37'),
(10349,7613,'action created','2020-12-26 09:19:37','2020-12-26 04:19:37'),
(10350,7613,'action started via WP Cron','2020-12-26 09:20:21','2020-12-26 04:20:21'),
(10351,7613,'action complete via WP Cron','2020-12-26 09:20:21','2020-12-26 04:20:21'),
(10352,7614,'action created','2020-12-26 09:20:21','2020-12-26 04:20:21'),
(10353,7614,'action started via WP Cron','2020-12-26 09:21:56','2020-12-26 04:21:56'),
(10354,7614,'action complete via WP Cron','2020-12-26 09:21:56','2020-12-26 04:21:56'),
(10355,7615,'action created','2020-12-26 09:21:56','2020-12-26 04:21:56'),
(10356,7615,'action started via WP Cron','2020-12-26 09:24:37','2020-12-26 04:24:37'),
(10357,7615,'action complete via WP Cron','2020-12-26 09:24:37','2020-12-26 04:24:37'),
(10358,7616,'action created','2020-12-26 09:24:37','2020-12-26 04:24:37'),
(10359,7616,'action started via WP Cron','2020-12-26 09:26:24','2020-12-26 04:26:24'),
(10360,7616,'action complete via WP Cron','2020-12-26 09:26:24','2020-12-26 04:26:24'),
(10361,7617,'action created','2020-12-26 09:26:25','2020-12-26 04:26:25'),
(10362,7617,'action started via WP Cron','2020-12-26 09:29:37','2020-12-26 04:29:37'),
(10363,7617,'action complete via WP Cron','2020-12-26 09:29:37','2020-12-26 04:29:37'),
(10364,7618,'action created','2020-12-26 09:29:37','2020-12-26 04:29:37'),
(10365,7618,'action started via WP Cron','2020-12-26 09:35:41','2020-12-26 04:35:41'),
(10366,7618,'action complete via WP Cron','2020-12-26 09:35:41','2020-12-26 04:35:41'),
(10367,7619,'action created','2020-12-26 09:35:41','2020-12-26 04:35:41'),
(10368,7619,'action started via WP Cron','2020-12-26 09:37:22','2020-12-26 04:37:22'),
(10369,7619,'action complete via WP Cron','2020-12-26 09:37:22','2020-12-26 04:37:22'),
(10370,7620,'action created','2020-12-26 09:37:22','2020-12-26 04:37:22'),
(10371,7620,'action started via WP Cron','2020-12-26 09:39:33','2020-12-26 04:39:33'),
(10372,7620,'action complete via WP Cron','2020-12-26 09:39:33','2020-12-26 04:39:33'),
(10373,7621,'action created','2020-12-26 09:39:33','2020-12-26 04:39:33'),
(10374,7621,'action started via WP Cron','2020-12-26 09:44:20','2020-12-26 04:44:20'),
(10375,7621,'action complete via WP Cron','2020-12-26 09:44:20','2020-12-26 04:44:20'),
(10376,7622,'action created','2020-12-26 09:44:20','2020-12-26 04:44:20'),
(10377,7622,'action started via WP Cron','2020-12-26 09:45:24','2020-12-26 04:45:24'),
(10378,7622,'action complete via WP Cron','2020-12-26 09:45:24','2020-12-26 04:45:24'),
(10379,7623,'action created','2020-12-26 09:45:24','2020-12-26 04:45:24'),
(10380,7623,'action started via WP Cron','2020-12-26 09:46:19','2020-12-26 04:46:19'),
(10381,7623,'action complete via WP Cron','2020-12-26 09:46:19','2020-12-26 04:46:19'),
(10382,7624,'action created','2020-12-26 09:46:19','2020-12-26 04:46:19'),
(10383,7624,'action started via WP Cron','2020-12-26 09:47:41','2020-12-26 04:47:41'),
(10384,7624,'action complete via WP Cron','2020-12-26 09:47:41','2020-12-26 04:47:41'),
(10385,7625,'action created','2020-12-26 09:47:41','2020-12-26 04:47:41'),
(10386,7625,'action started via WP Cron','2020-12-26 09:48:18','2020-12-26 04:48:18'),
(10387,7625,'action complete via WP Cron','2020-12-26 09:48:18','2020-12-26 04:48:18'),
(10388,7626,'action created','2020-12-26 09:48:18','2020-12-26 04:48:18'),
(10389,7626,'action started via WP Cron','2020-12-26 09:51:31','2020-12-26 04:51:31'),
(10390,7626,'action complete via WP Cron','2020-12-26 09:51:31','2020-12-26 04:51:31'),
(10391,7627,'action created','2020-12-26 09:51:31','2020-12-26 04:51:31'),
(10392,7627,'action started via WP Cron','2020-12-26 09:52:57','2020-12-26 04:52:57'),
(10393,7627,'action complete via WP Cron','2020-12-26 09:52:58','2020-12-26 04:52:58'),
(10394,7628,'action created','2020-12-26 09:52:58','2020-12-26 04:52:58'),
(10395,7628,'action started via WP Cron','2020-12-26 09:55:10','2020-12-26 04:55:10'),
(10396,7628,'action complete via WP Cron','2020-12-26 09:55:10','2020-12-26 04:55:10'),
(10397,7629,'action created','2020-12-26 09:55:10','2020-12-26 04:55:10'),
(10398,7629,'action started via WP Cron','2020-12-26 09:57:15','2020-12-26 04:57:15'),
(10399,7629,'action complete via WP Cron','2020-12-26 09:57:15','2020-12-26 04:57:15'),
(10400,7630,'action created','2020-12-26 09:57:15','2020-12-26 04:57:15'),
(10401,7630,'action started via WP Cron','2020-12-26 09:58:22','2020-12-26 04:58:22'),
(10402,7630,'action complete via WP Cron','2020-12-26 09:58:22','2020-12-26 04:58:22'),
(10403,7631,'action created','2020-12-26 09:58:22','2020-12-26 04:58:22'),
(10404,7631,'action started via WP Cron','2020-12-26 09:59:43','2020-12-26 04:59:43'),
(10405,7631,'action complete via WP Cron','2020-12-26 09:59:43','2020-12-26 04:59:43'),
(10406,7632,'action created','2020-12-26 09:59:43','2020-12-26 04:59:43'),
(10407,7632,'action started via WP Cron','2020-12-26 10:01:08','2020-12-26 05:01:08'),
(10408,7632,'action complete via WP Cron','2020-12-26 10:01:08','2020-12-26 05:01:08'),
(10409,7633,'action created','2020-12-26 10:01:08','2020-12-26 05:01:08'),
(10410,7633,'action started via WP Cron','2020-12-26 10:03:20','2020-12-26 05:03:20'),
(10411,7633,'action complete via WP Cron','2020-12-26 10:03:20','2020-12-26 05:03:20'),
(10412,7634,'action created','2020-12-26 10:03:20','2020-12-26 05:03:20'),
(10413,7634,'action started via WP Cron','2020-12-26 10:06:06','2020-12-26 05:06:06'),
(10414,7634,'action complete via WP Cron','2020-12-26 10:06:06','2020-12-26 05:06:06'),
(10415,7635,'action created','2020-12-26 10:06:06','2020-12-26 05:06:06'),
(10416,7635,'action started via WP Cron','2020-12-26 10:07:13','2020-12-26 05:07:13'),
(10417,7635,'action complete via WP Cron','2020-12-26 10:07:13','2020-12-26 05:07:13'),
(10418,7636,'action created','2020-12-26 10:07:13','2020-12-26 05:07:13'),
(10419,7636,'action started via WP Cron','2020-12-26 10:09:40','2020-12-26 05:09:40'),
(10420,7636,'action complete via WP Cron','2020-12-26 10:09:40','2020-12-26 05:09:40'),
(10421,7637,'action created','2020-12-26 10:09:40','2020-12-26 05:09:40'),
(10422,7637,'action started via WP Cron','2020-12-26 10:10:46','2020-12-26 05:10:46'),
(10423,7637,'action complete via WP Cron','2020-12-26 10:10:46','2020-12-26 05:10:46'),
(10424,7638,'action created','2020-12-26 10:10:46','2020-12-26 05:10:46'),
(10425,7638,'action started via WP Cron','2020-12-26 10:14:36','2020-12-26 05:14:36'),
(10426,7638,'action complete via WP Cron','2020-12-26 10:14:36','2020-12-26 05:14:36'),
(10427,7639,'action created','2020-12-26 10:14:36','2020-12-26 05:14:36'),
(10428,7639,'action started via WP Cron','2020-12-26 10:15:40','2020-12-26 05:15:40'),
(10429,7639,'action complete via WP Cron','2020-12-26 10:15:40','2020-12-26 05:15:40'),
(10430,7640,'action created','2020-12-26 10:15:40','2020-12-26 05:15:40'),
(10431,7640,'action started via WP Cron','2020-12-26 10:18:36','2020-12-26 05:18:36'),
(10432,7640,'action complete via WP Cron','2020-12-26 10:18:36','2020-12-26 05:18:36'),
(10433,7641,'action created','2020-12-26 10:18:36','2020-12-26 05:18:36'),
(10434,7641,'action started via WP Cron','2020-12-26 10:20:11','2020-12-26 05:20:11'),
(10435,7641,'action complete via WP Cron','2020-12-26 10:20:11','2020-12-26 05:20:11'),
(10436,7642,'action created','2020-12-26 10:20:11','2020-12-26 05:20:11'),
(10437,7642,'action started via WP Cron','2020-12-26 10:21:52','2020-12-26 05:21:52'),
(10438,7642,'action complete via WP Cron','2020-12-26 10:21:52','2020-12-26 05:21:52'),
(10439,7643,'action created','2020-12-26 10:21:53','2020-12-26 05:21:53'),
(10440,7643,'action started via WP Cron','2020-12-26 10:24:23','2020-12-26 05:24:23'),
(10441,7643,'action complete via WP Cron','2020-12-26 10:24:23','2020-12-26 05:24:23'),
(10442,7644,'action created','2020-12-26 10:24:23','2020-12-26 05:24:23'),
(10443,7644,'action started via WP Cron','2020-12-26 10:25:50','2020-12-26 05:25:50'),
(10444,7644,'action complete via WP Cron','2020-12-26 10:25:50','2020-12-26 05:25:50'),
(10445,7645,'action created','2020-12-26 10:25:50','2020-12-26 05:25:50'),
(10446,7645,'action started via WP Cron','2020-12-26 10:26:47','2020-12-26 05:26:47'),
(10447,7645,'action complete via WP Cron','2020-12-26 10:26:47','2020-12-26 05:26:47'),
(10448,7646,'action created','2020-12-26 10:26:47','2020-12-26 05:26:47'),
(10449,7646,'action started via WP Cron','2020-12-26 10:29:20','2020-12-26 05:29:20'),
(10450,7646,'action complete via WP Cron','2020-12-26 10:29:20','2020-12-26 05:29:20'),
(10451,7647,'action created','2020-12-26 10:29:20','2020-12-26 05:29:20'),
(10452,7647,'action started via WP Cron','2020-12-26 10:32:46','2020-12-26 05:32:46'),
(10453,7647,'action complete via WP Cron','2020-12-26 10:32:46','2020-12-26 05:32:46'),
(10454,7648,'action created','2020-12-26 10:32:46','2020-12-26 05:32:46'),
(10455,7648,'action started via WP Cron','2020-12-26 10:33:13','2020-12-26 05:33:13'),
(10456,7648,'action complete via WP Cron','2020-12-26 10:33:13','2020-12-26 05:33:13'),
(10457,7649,'action created','2020-12-26 10:33:13','2020-12-26 05:33:13'),
(10458,7649,'action started via WP Cron','2020-12-26 10:37:00','2020-12-26 05:37:00'),
(10459,7649,'action complete via WP Cron','2020-12-26 10:37:00','2020-12-26 05:37:00'),
(10460,7650,'action created','2020-12-26 10:37:00','2020-12-26 05:37:00'),
(10461,7650,'action started via WP Cron','2020-12-26 10:37:21','2020-12-26 05:37:21'),
(10462,7650,'action complete via WP Cron','2020-12-26 10:37:21','2020-12-26 05:37:21'),
(10463,7651,'action created','2020-12-26 10:37:21','2020-12-26 05:37:21'),
(10464,7651,'action started via WP Cron','2020-12-26 10:40:11','2020-12-26 05:40:11'),
(10465,7651,'action complete via WP Cron','2020-12-26 10:40:11','2020-12-26 05:40:11'),
(10466,7652,'action created','2020-12-26 10:40:11','2020-12-26 05:40:11'),
(10467,7652,'action started via WP Cron','2020-12-26 10:41:16','2020-12-26 05:41:16'),
(10468,7652,'action complete via WP Cron','2020-12-26 10:41:16','2020-12-26 05:41:16'),
(10469,7653,'action created','2020-12-26 10:41:16','2020-12-26 05:41:16'),
(10470,7653,'action started via WP Cron','2020-12-26 10:42:43','2020-12-26 05:42:43'),
(10471,7653,'action complete via WP Cron','2020-12-26 10:42:43','2020-12-26 05:42:43'),
(10472,7654,'action created','2020-12-26 10:42:43','2020-12-26 05:42:43'),
(10473,7654,'action started via WP Cron','2020-12-26 10:44:33','2020-12-26 05:44:33'),
(10474,7654,'action complete via WP Cron','2020-12-26 10:44:33','2020-12-26 05:44:33'),
(10475,7655,'action created','2020-12-26 10:44:33','2020-12-26 05:44:33'),
(10476,7655,'action started via WP Cron','2020-12-26 10:47:18','2020-12-26 05:47:18'),
(10477,7655,'action complete via WP Cron','2020-12-26 10:47:18','2020-12-26 05:47:18'),
(10478,7656,'action created','2020-12-26 10:47:18','2020-12-26 05:47:18'),
(10479,7656,'action started via WP Cron','2020-12-26 10:50:29','2020-12-26 05:50:29'),
(10480,7656,'action complete via WP Cron','2020-12-26 10:50:29','2020-12-26 05:50:29'),
(10481,7657,'action created','2020-12-26 10:50:29','2020-12-26 05:50:29'),
(10482,7657,'action started via WP Cron','2020-12-26 10:51:24','2020-12-26 05:51:24'),
(10483,7657,'action complete via WP Cron','2020-12-26 10:51:24','2020-12-26 05:51:24'),
(10484,7658,'action created','2020-12-26 10:51:24','2020-12-26 05:51:24'),
(10485,7658,'action started via WP Cron','2020-12-26 10:52:59','2020-12-26 05:52:59'),
(10486,7658,'action complete via WP Cron','2020-12-26 10:52:59','2020-12-26 05:52:59'),
(10487,7659,'action created','2020-12-26 10:52:59','2020-12-26 05:52:59'),
(10488,7659,'action started via WP Cron','2020-12-26 10:53:41','2020-12-26 05:53:41'),
(10489,7659,'action complete via WP Cron','2020-12-26 10:53:41','2020-12-26 05:53:41'),
(10490,7660,'action created','2020-12-26 10:53:41','2020-12-26 05:53:41'),
(10491,7660,'action started via WP Cron','2020-12-26 10:55:26','2020-12-26 05:55:26'),
(10492,7660,'action complete via WP Cron','2020-12-26 10:55:26','2020-12-26 05:55:26'),
(10493,7661,'action created','2020-12-26 10:55:26','2020-12-26 05:55:26'),
(10494,7661,'action started via WP Cron','2020-12-26 10:57:33','2020-12-26 05:57:33'),
(10495,7661,'action complete via WP Cron','2020-12-26 10:57:33','2020-12-26 05:57:33'),
(10496,7662,'action created','2020-12-26 10:57:33','2020-12-26 05:57:33'),
(10497,7662,'action started via WP Cron','2020-12-26 10:58:24','2020-12-26 05:58:24'),
(10498,7662,'action complete via WP Cron','2020-12-26 10:58:24','2020-12-26 05:58:24'),
(10499,7663,'action created','2020-12-26 10:58:24','2020-12-26 05:58:24'),
(10500,7663,'action started via WP Cron','2020-12-26 10:59:33','2020-12-26 05:59:33'),
(10501,7663,'action complete via WP Cron','2020-12-26 10:59:33','2020-12-26 05:59:33'),
(10502,7664,'action created','2020-12-26 10:59:33','2020-12-26 05:59:33'),
(10503,7664,'action started via WP Cron','2020-12-26 11:02:57','2020-12-26 06:02:57'),
(10504,7664,'action complete via WP Cron','2020-12-26 11:02:57','2020-12-26 06:02:57'),
(10505,7665,'action created','2020-12-26 11:02:57','2020-12-26 06:02:57'),
(10506,7665,'action started via WP Cron','2020-12-26 11:05:47','2020-12-26 06:05:47'),
(10507,7665,'action complete via WP Cron','2020-12-26 11:05:47','2020-12-26 06:05:47'),
(10508,7666,'action created','2020-12-26 11:05:47','2020-12-26 06:05:47'),
(10509,7666,'action started via WP Cron','2020-12-26 11:06:38','2020-12-26 06:06:38'),
(10510,7666,'action complete via WP Cron','2020-12-26 11:06:38','2020-12-26 06:06:38'),
(10511,7667,'action created','2020-12-26 11:06:38','2020-12-26 06:06:38'),
(10512,7667,'action started via WP Cron','2020-12-26 11:10:46','2020-12-26 06:10:46'),
(10513,7667,'action complete via WP Cron','2020-12-26 11:10:46','2020-12-26 06:10:46'),
(10514,7668,'action created','2020-12-26 11:10:46','2020-12-26 06:10:46'),
(10515,7668,'action started via WP Cron','2020-12-26 11:11:51','2020-12-26 06:11:51'),
(10516,7668,'action complete via WP Cron','2020-12-26 11:11:51','2020-12-26 06:11:51'),
(10517,7669,'action created','2020-12-26 11:11:52','2020-12-26 06:11:52'),
(10518,7669,'action started via WP Cron','2020-12-26 11:13:21','2020-12-26 06:13:21'),
(10519,7669,'action complete via WP Cron','2020-12-26 11:13:21','2020-12-26 06:13:21'),
(10520,7670,'action created','2020-12-26 11:13:21','2020-12-26 06:13:21'),
(10521,7670,'action started via WP Cron','2020-12-26 11:14:35','2020-12-26 06:14:35'),
(10522,7670,'action complete via WP Cron','2020-12-26 11:14:35','2020-12-26 06:14:35'),
(10523,7671,'action created','2020-12-26 11:14:35','2020-12-26 06:14:35'),
(10524,7671,'action started via WP Cron','2020-12-26 11:15:24','2020-12-26 06:15:24'),
(10525,7671,'action complete via WP Cron','2020-12-26 11:15:24','2020-12-26 06:15:24'),
(10526,7672,'action created','2020-12-26 11:15:24','2020-12-26 06:15:24'),
(10527,7672,'action started via WP Cron','2020-12-26 11:16:42','2020-12-26 06:16:42'),
(10528,7672,'action complete via WP Cron','2020-12-26 11:16:42','2020-12-26 06:16:42'),
(10529,7673,'action created','2020-12-26 11:16:42','2020-12-26 06:16:42'),
(10530,7673,'action started via WP Cron','2020-12-26 11:17:48','2020-12-26 06:17:48'),
(10531,7673,'action complete via WP Cron','2020-12-26 11:17:48','2020-12-26 06:17:48'),
(10532,7674,'action created','2020-12-26 11:17:48','2020-12-26 06:17:48'),
(10533,7674,'action started via WP Cron','2020-12-26 11:18:41','2020-12-26 06:18:41'),
(10534,7674,'action complete via WP Cron','2020-12-26 11:18:41','2020-12-26 06:18:41'),
(10535,7675,'action created','2020-12-26 11:18:41','2020-12-26 06:18:41'),
(10536,7675,'action started via WP Cron','2020-12-26 11:23:51','2020-12-26 06:23:51'),
(10537,7675,'action complete via WP Cron','2020-12-26 11:23:51','2020-12-26 06:23:51'),
(10538,7676,'action created','2020-12-26 11:23:51','2020-12-26 06:23:51'),
(10539,7676,'action started via WP Cron','2020-12-26 11:24:28','2020-12-26 06:24:28'),
(10540,7676,'action complete via WP Cron','2020-12-26 11:24:28','2020-12-26 06:24:28'),
(10541,7677,'action created','2020-12-26 11:24:28','2020-12-26 06:24:28'),
(10542,7677,'action started via WP Cron','2020-12-26 11:25:17','2020-12-26 06:25:17'),
(10543,7677,'action complete via WP Cron','2020-12-26 11:25:17','2020-12-26 06:25:17'),
(10544,7678,'action created','2020-12-26 11:25:17','2020-12-26 06:25:17'),
(10545,7678,'action started via WP Cron','2020-12-26 11:26:20','2020-12-26 06:26:20'),
(10546,7678,'action complete via WP Cron','2020-12-26 11:26:20','2020-12-26 06:26:20'),
(10547,7679,'action created','2020-12-26 11:26:20','2020-12-26 06:26:20'),
(10548,7679,'action started via WP Cron','2020-12-26 11:27:27','2020-12-26 06:27:27'),
(10549,7679,'action complete via WP Cron','2020-12-26 11:27:27','2020-12-26 06:27:27'),
(10550,7680,'action created','2020-12-26 11:27:27','2020-12-26 06:27:27'),
(10551,7680,'action started via WP Cron','2020-12-26 11:29:03','2020-12-26 06:29:03'),
(10552,7680,'action complete via WP Cron','2020-12-26 11:29:03','2020-12-26 06:29:03'),
(10553,7681,'action created','2020-12-26 11:29:03','2020-12-26 06:29:03'),
(10554,7681,'action started via WP Cron','2020-12-26 11:29:47','2020-12-26 06:29:47'),
(10555,7681,'action complete via WP Cron','2020-12-26 11:29:47','2020-12-26 06:29:47'),
(10556,7682,'action created','2020-12-26 11:29:47','2020-12-26 06:29:47'),
(10557,7682,'action started via WP Cron','2020-12-26 11:30:34','2020-12-26 06:30:34'),
(10558,7682,'action complete via WP Cron','2020-12-26 11:30:34','2020-12-26 06:30:34'),
(10559,7683,'action created','2020-12-26 11:30:34','2020-12-26 06:30:34'),
(10560,7683,'action started via WP Cron','2020-12-26 11:34:28','2020-12-26 06:34:28'),
(10561,7683,'action complete via WP Cron','2020-12-26 11:34:28','2020-12-26 06:34:28'),
(10562,7684,'action created','2020-12-26 11:34:28','2020-12-26 06:34:28'),
(10563,7684,'action started via WP Cron','2020-12-26 11:37:05','2020-12-26 06:37:05'),
(10564,7684,'action complete via WP Cron','2020-12-26 11:37:05','2020-12-26 06:37:05'),
(10565,7685,'action created','2020-12-26 11:37:05','2020-12-26 06:37:05'),
(10566,7685,'action started via WP Cron','2020-12-26 11:39:44','2020-12-26 06:39:44'),
(10567,7685,'action complete via WP Cron','2020-12-26 11:39:44','2020-12-26 06:39:44'),
(10568,7686,'action created','2020-12-26 11:39:44','2020-12-26 06:39:44'),
(10569,7686,'action started via WP Cron','2020-12-26 11:40:38','2020-12-26 06:40:38'),
(10570,7686,'action complete via WP Cron','2020-12-26 11:40:38','2020-12-26 06:40:38'),
(10571,7687,'action created','2020-12-26 11:40:38','2020-12-26 06:40:38'),
(10572,7687,'action started via WP Cron','2020-12-26 11:42:08','2020-12-26 06:42:08'),
(10573,7687,'action complete via WP Cron','2020-12-26 11:42:08','2020-12-26 06:42:08'),
(10574,7688,'action created','2020-12-26 11:42:08','2020-12-26 06:42:08'),
(10575,7688,'action started via WP Cron','2020-12-26 11:42:20','2020-12-26 06:42:20'),
(10576,7688,'action complete via WP Cron','2020-12-26 11:42:20','2020-12-26 06:42:20'),
(10577,7689,'action created','2020-12-26 11:42:20','2020-12-26 06:42:20'),
(10578,7689,'action started via WP Cron','2020-12-26 11:43:47','2020-12-26 06:43:47'),
(10579,7689,'action complete via WP Cron','2020-12-26 11:43:47','2020-12-26 06:43:47'),
(10580,7690,'action created','2020-12-26 11:43:47','2020-12-26 06:43:47'),
(10581,7690,'action started via WP Cron','2020-12-26 11:44:24','2020-12-26 06:44:24'),
(10582,7690,'action complete via WP Cron','2020-12-26 11:44:24','2020-12-26 06:44:24'),
(10583,7691,'action created','2020-12-26 11:44:24','2020-12-26 06:44:24'),
(10584,7691,'action started via WP Cron','2020-12-26 11:46:08','2020-12-26 06:46:08'),
(10585,7691,'action complete via WP Cron','2020-12-26 11:46:08','2020-12-26 06:46:08'),
(10586,7692,'action created','2020-12-26 11:46:09','2020-12-26 06:46:09'),
(10587,7692,'action started via WP Cron','2020-12-26 11:47:37','2020-12-26 06:47:37'),
(10588,7692,'action complete via WP Cron','2020-12-26 11:47:37','2020-12-26 06:47:37'),
(10589,7693,'action created','2020-12-26 11:47:37','2020-12-26 06:47:37'),
(10590,7693,'action started via WP Cron','2020-12-26 11:50:05','2020-12-26 06:50:05'),
(10591,7693,'action complete via WP Cron','2020-12-26 11:50:06','2020-12-26 06:50:06'),
(10592,7694,'action created','2020-12-26 11:50:06','2020-12-26 06:50:06'),
(10593,7694,'action started via WP Cron','2020-12-26 11:56:25','2020-12-26 06:56:25'),
(10594,7694,'action complete via WP Cron','2020-12-26 11:56:25','2020-12-26 06:56:25'),
(10595,7695,'action created','2020-12-26 11:56:25','2020-12-26 06:56:25'),
(10596,7695,'action started via WP Cron','2020-12-26 11:58:06','2020-12-26 06:58:06'),
(10597,7695,'action complete via WP Cron','2020-12-26 11:58:06','2020-12-26 06:58:06'),
(10598,7696,'action created','2020-12-26 11:58:06','2020-12-26 06:58:06'),
(10599,7696,'action started via WP Cron','2020-12-26 11:59:47','2020-12-26 06:59:47'),
(10600,7696,'action complete via WP Cron','2020-12-26 11:59:47','2020-12-26 06:59:47'),
(10601,7697,'action created','2020-12-26 11:59:47','2020-12-26 06:59:47'),
(10602,7697,'action started via WP Cron','2020-12-26 12:04:20','2020-12-26 07:04:20'),
(10603,7697,'action complete via WP Cron','2020-12-26 12:04:20','2020-12-26 07:04:20'),
(10604,7698,'action created','2020-12-26 12:04:20','2020-12-26 07:04:20'),
(10605,7698,'action started via WP Cron','2020-12-26 12:08:30','2020-12-26 07:08:30'),
(10606,7698,'action complete via WP Cron','2020-12-26 12:08:30','2020-12-26 07:08:30'),
(10607,7699,'action created','2020-12-26 12:08:30','2020-12-26 07:08:30'),
(10608,7699,'action started via WP Cron','2020-12-26 12:09:51','2020-12-26 07:09:51'),
(10609,7699,'action complete via WP Cron','2020-12-26 12:09:51','2020-12-26 07:09:51'),
(10610,7700,'action created','2020-12-26 12:09:51','2020-12-26 07:09:51'),
(10611,7700,'action started via WP Cron','2020-12-26 12:12:27','2020-12-26 07:12:27'),
(10612,7700,'action complete via WP Cron','2020-12-26 12:12:27','2020-12-26 07:12:27'),
(10613,7701,'action created','2020-12-26 12:12:27','2020-12-26 07:12:27'),
(10614,7701,'action started via WP Cron','2020-12-26 12:13:51','2020-12-26 07:13:51'),
(10615,7701,'action complete via WP Cron','2020-12-26 12:13:51','2020-12-26 07:13:51'),
(10616,7702,'action created','2020-12-26 12:13:51','2020-12-26 07:13:51'),
(10617,7702,'action started via WP Cron','2020-12-26 12:15:12','2020-12-26 07:15:12'),
(10618,7702,'action complete via WP Cron','2020-12-26 12:15:12','2020-12-26 07:15:12'),
(10619,7703,'action created','2020-12-26 12:15:12','2020-12-26 07:15:12'),
(10620,7703,'action started via WP Cron','2020-12-26 12:23:32','2020-12-26 07:23:32'),
(10621,7703,'action complete via WP Cron','2020-12-26 12:23:32','2020-12-26 07:23:32'),
(10622,7704,'action created','2020-12-26 12:23:32','2020-12-26 07:23:32'),
(10623,7704,'action started via WP Cron','2020-12-26 12:26:45','2020-12-26 07:26:45'),
(10624,7704,'action complete via WP Cron','2020-12-26 12:26:45','2020-12-26 07:26:45'),
(10625,7705,'action created','2020-12-26 12:26:45','2020-12-26 07:26:45'),
(10626,7705,'action started via WP Cron','2020-12-26 12:29:19','2020-12-26 07:29:19'),
(10627,7705,'action complete via WP Cron','2020-12-26 12:29:19','2020-12-26 07:29:19'),
(10628,7706,'action created','2020-12-26 12:29:19','2020-12-26 07:29:19'),
(10629,7706,'action started via WP Cron','2020-12-26 12:30:42','2020-12-26 07:30:42'),
(10630,7706,'action complete via WP Cron','2020-12-26 12:30:42','2020-12-26 07:30:42'),
(10631,7707,'action created','2020-12-26 12:30:42','2020-12-26 07:30:42'),
(10632,7707,'action started via WP Cron','2020-12-26 12:31:34','2020-12-26 07:31:34'),
(10633,7707,'action complete via WP Cron','2020-12-26 12:31:34','2020-12-26 07:31:34'),
(10634,7708,'action created','2020-12-26 12:31:34','2020-12-26 07:31:34'),
(10635,7708,'action started via WP Cron','2020-12-26 12:33:13','2020-12-26 07:33:13'),
(10636,7708,'action complete via WP Cron','2020-12-26 12:33:13','2020-12-26 07:33:13'),
(10637,7709,'action created','2020-12-26 12:33:13','2020-12-26 07:33:13'),
(10638,7709,'action started via WP Cron','2020-12-26 12:34:46','2020-12-26 07:34:46'),
(10639,7709,'action complete via WP Cron','2020-12-26 12:34:46','2020-12-26 07:34:46'),
(10640,7710,'action created','2020-12-26 12:34:46','2020-12-26 07:34:46'),
(10641,7710,'action started via WP Cron','2020-12-26 12:36:29','2020-12-26 07:36:29'),
(10642,7710,'action complete via WP Cron','2020-12-26 12:36:29','2020-12-26 07:36:29'),
(10643,7711,'action created','2020-12-26 12:36:29','2020-12-26 07:36:29'),
(10644,7711,'action started via WP Cron','2020-12-26 12:37:11','2020-12-26 07:37:11'),
(10645,7711,'action complete via WP Cron','2020-12-26 12:37:11','2020-12-26 07:37:11'),
(10646,7712,'action created','2020-12-26 12:37:11','2020-12-26 07:37:11'),
(10647,7712,'action started via WP Cron','2020-12-26 12:38:44','2020-12-26 07:38:44'),
(10648,7712,'action complete via WP Cron','2020-12-26 12:38:44','2020-12-26 07:38:44'),
(10649,7713,'action created','2020-12-26 12:38:44','2020-12-26 07:38:44'),
(10650,7713,'action started via WP Cron','2020-12-26 12:39:30','2020-12-26 07:39:30'),
(10651,7713,'action complete via WP Cron','2020-12-26 12:39:30','2020-12-26 07:39:30'),
(10652,7714,'action created','2020-12-26 12:39:30','2020-12-26 07:39:30'),
(10653,7714,'action started via WP Cron','2020-12-26 12:41:02','2020-12-26 07:41:02'),
(10654,7714,'action complete via WP Cron','2020-12-26 12:41:02','2020-12-26 07:41:02'),
(10655,7715,'action created','2020-12-26 12:41:02','2020-12-26 07:41:02'),
(10656,7715,'action started via WP Cron','2020-12-26 12:41:56','2020-12-26 07:41:56'),
(10657,7715,'action complete via WP Cron','2020-12-26 12:41:56','2020-12-26 07:41:56'),
(10658,7716,'action created','2020-12-26 12:41:56','2020-12-26 07:41:56'),
(10659,7716,'action started via WP Cron','2020-12-26 12:42:36','2020-12-26 07:42:36'),
(10660,7716,'action complete via WP Cron','2020-12-26 12:42:36','2020-12-26 07:42:36'),
(10661,7717,'action created','2020-12-26 12:42:36','2020-12-26 07:42:36'),
(10662,7717,'action started via WP Cron','2020-12-26 12:43:42','2020-12-26 07:43:42'),
(10663,7717,'action complete via WP Cron','2020-12-26 12:43:42','2020-12-26 07:43:42'),
(10664,7718,'action created','2020-12-26 12:43:43','2020-12-26 07:43:43'),
(10665,7718,'action started via WP Cron','2020-12-26 12:44:30','2020-12-26 07:44:30'),
(10666,7718,'action complete via WP Cron','2020-12-26 12:44:30','2020-12-26 07:44:30'),
(10667,7719,'action created','2020-12-26 12:44:30','2020-12-26 07:44:30'),
(10668,7719,'action started via WP Cron','2020-12-26 12:48:03','2020-12-26 07:48:03'),
(10669,7719,'action complete via WP Cron','2020-12-26 12:48:03','2020-12-26 07:48:03'),
(10670,7720,'action created','2020-12-26 12:48:03','2020-12-26 07:48:03'),
(10671,7720,'action started via WP Cron','2020-12-26 12:48:53','2020-12-26 07:48:53'),
(10672,7720,'action complete via WP Cron','2020-12-26 12:48:53','2020-12-26 07:48:53'),
(10673,7721,'action created','2020-12-26 12:48:53','2020-12-26 07:48:53'),
(10674,7721,'action started via WP Cron','2020-12-26 12:50:21','2020-12-26 07:50:21'),
(10675,7721,'action complete via WP Cron','2020-12-26 12:50:21','2020-12-26 07:50:21'),
(10676,7722,'action created','2020-12-26 12:50:21','2020-12-26 07:50:21'),
(10677,7722,'action started via WP Cron','2020-12-26 12:51:12','2020-12-26 07:51:12'),
(10678,7722,'action complete via WP Cron','2020-12-26 12:51:12','2020-12-26 07:51:12'),
(10679,7723,'action created','2020-12-26 12:51:12','2020-12-26 07:51:12'),
(10680,7723,'action started via WP Cron','2020-12-26 12:52:16','2020-12-26 07:52:16'),
(10681,7723,'action complete via WP Cron','2020-12-26 12:52:16','2020-12-26 07:52:16'),
(10682,7724,'action created','2020-12-26 12:52:16','2020-12-26 07:52:16'),
(10683,7724,'action started via WP Cron','2020-12-26 12:55:27','2020-12-26 07:55:27'),
(10684,7724,'action complete via WP Cron','2020-12-26 12:55:27','2020-12-26 07:55:27'),
(10685,7725,'action created','2020-12-26 12:55:27','2020-12-26 07:55:27'),
(10686,7725,'action started via WP Cron','2020-12-26 12:56:28','2020-12-26 07:56:28'),
(10687,7725,'action complete via WP Cron','2020-12-26 12:56:28','2020-12-26 07:56:28'),
(10688,7726,'action created','2020-12-26 12:56:28','2020-12-26 07:56:28'),
(10689,7726,'action started via WP Cron','2020-12-26 12:57:45','2020-12-26 07:57:45'),
(10690,7726,'action complete via WP Cron','2020-12-26 12:57:45','2020-12-26 07:57:45'),
(10691,7727,'action created','2020-12-26 12:57:46','2020-12-26 07:57:46'),
(10692,7727,'action started via WP Cron','2020-12-26 12:58:53','2020-12-26 07:58:53'),
(10693,7727,'action complete via WP Cron','2020-12-26 12:58:53','2020-12-26 07:58:53'),
(10694,7728,'action created','2020-12-26 12:58:53','2020-12-26 07:58:53'),
(10695,7728,'action started via WP Cron','2020-12-26 12:59:20','2020-12-26 07:59:20'),
(10696,7728,'action complete via WP Cron','2020-12-26 12:59:20','2020-12-26 07:59:20'),
(10697,7729,'action created','2020-12-26 12:59:20','2020-12-26 07:59:20'),
(10698,7729,'action started via WP Cron','2020-12-26 13:00:44','2020-12-26 08:00:44'),
(10699,7729,'action complete via WP Cron','2020-12-26 13:00:44','2020-12-26 08:00:44'),
(10700,7730,'action created','2020-12-26 13:00:44','2020-12-26 08:00:44'),
(10701,7730,'action started via WP Cron','2020-12-26 13:01:14','2020-12-26 08:01:14'),
(10702,7730,'action complete via WP Cron','2020-12-26 13:01:14','2020-12-26 08:01:14'),
(10703,7731,'action created','2020-12-26 13:01:14','2020-12-26 08:01:14'),
(10704,7731,'action started via WP Cron','2020-12-26 13:02:25','2020-12-26 08:02:25'),
(10705,7731,'action complete via WP Cron','2020-12-26 13:02:25','2020-12-26 08:02:25'),
(10706,7732,'action created','2020-12-26 13:02:25','2020-12-26 08:02:25'),
(10707,7732,'action started via WP Cron','2020-12-26 13:03:33','2020-12-26 08:03:33'),
(10708,7732,'action complete via WP Cron','2020-12-26 13:03:33','2020-12-26 08:03:33'),
(10709,7733,'action created','2020-12-26 13:03:33','2020-12-26 08:03:33'),
(10710,7733,'action started via WP Cron','2020-12-26 13:04:11','2020-12-26 08:04:11'),
(10711,7733,'action complete via WP Cron','2020-12-26 13:04:11','2020-12-26 08:04:11'),
(10712,7734,'action created','2020-12-26 13:04:11','2020-12-26 08:04:11'),
(10713,7734,'action started via WP Cron','2020-12-26 13:05:14','2020-12-26 08:05:14'),
(10714,7734,'action complete via WP Cron','2020-12-26 13:05:14','2020-12-26 08:05:14'),
(10715,7735,'action created','2020-12-26 13:05:14','2020-12-26 08:05:14'),
(10716,7735,'action started via WP Cron','2020-12-26 13:07:30','2020-12-26 08:07:30'),
(10717,7735,'action complete via WP Cron','2020-12-26 13:07:30','2020-12-26 08:07:30'),
(10718,7736,'action created','2020-12-26 13:07:30','2020-12-26 08:07:30'),
(10719,7736,'action started via WP Cron','2020-12-26 13:09:18','2020-12-26 08:09:18'),
(10720,7736,'action complete via WP Cron','2020-12-26 13:09:18','2020-12-26 08:09:18'),
(10721,7737,'action created','2020-12-26 13:09:18','2020-12-26 08:09:18'),
(10722,7737,'action started via WP Cron','2020-12-26 13:10:13','2020-12-26 08:10:13'),
(10723,7737,'action complete via WP Cron','2020-12-26 13:10:13','2020-12-26 08:10:13'),
(10724,7738,'action created','2020-12-26 13:10:13','2020-12-26 08:10:13'),
(10725,7738,'action started via WP Cron','2020-12-26 13:11:46','2020-12-26 08:11:46'),
(10726,7738,'action complete via WP Cron','2020-12-26 13:11:46','2020-12-26 08:11:46'),
(10727,7739,'action created','2020-12-26 13:11:46','2020-12-26 08:11:46'),
(10728,7739,'action started via WP Cron','2020-12-26 13:12:42','2020-12-26 08:12:42'),
(10729,7739,'action complete via WP Cron','2020-12-26 13:12:42','2020-12-26 08:12:42'),
(10730,7740,'action created','2020-12-26 13:12:42','2020-12-26 08:12:42'),
(10731,7740,'action started via WP Cron','2020-12-26 13:13:20','2020-12-26 08:13:20'),
(10732,7740,'action complete via WP Cron','2020-12-26 13:13:20','2020-12-26 08:13:20'),
(10733,7741,'action created','2020-12-26 13:13:20','2020-12-26 08:13:20'),
(10734,7741,'action started via WP Cron','2020-12-26 13:14:56','2020-12-26 08:14:56'),
(10735,7741,'action complete via WP Cron','2020-12-26 13:14:56','2020-12-26 08:14:56'),
(10736,7742,'action created','2020-12-26 13:14:56','2020-12-26 08:14:56'),
(10737,7742,'action started via WP Cron','2020-12-26 13:18:40','2020-12-26 08:18:40'),
(10738,7742,'action complete via WP Cron','2020-12-26 13:18:40','2020-12-26 08:18:40'),
(10739,7743,'action created','2020-12-26 13:18:40','2020-12-26 08:18:40'),
(10740,7743,'action started via WP Cron','2020-12-26 13:20:02','2020-12-26 08:20:02'),
(10741,7743,'action complete via WP Cron','2020-12-26 13:20:02','2020-12-26 08:20:02'),
(10742,7744,'action created','2020-12-26 13:20:02','2020-12-26 08:20:02'),
(10743,7744,'action started via WP Cron','2020-12-26 13:22:14','2020-12-26 08:22:14'),
(10744,7744,'action complete via WP Cron','2020-12-26 13:22:14','2020-12-26 08:22:14'),
(10745,7745,'action created','2020-12-26 13:22:14','2020-12-26 08:22:14'),
(10746,7745,'action started via WP Cron','2020-12-26 13:24:00','2020-12-26 08:24:00'),
(10747,7745,'action complete via WP Cron','2020-12-26 13:24:00','2020-12-26 08:24:00'),
(10748,7746,'action created','2020-12-26 13:24:00','2020-12-26 08:24:00'),
(10749,7746,'action started via WP Cron','2020-12-26 13:24:23','2020-12-26 08:24:23'),
(10750,7746,'action complete via WP Cron','2020-12-26 13:24:23','2020-12-26 08:24:23'),
(10751,7747,'action created','2020-12-26 13:24:23','2020-12-26 08:24:23'),
(10752,7747,'action started via WP Cron','2020-12-26 13:26:35','2020-12-26 08:26:35'),
(10753,7747,'action complete via WP Cron','2020-12-26 13:26:35','2020-12-26 08:26:35'),
(10754,7748,'action created','2020-12-26 13:26:35','2020-12-26 08:26:35'),
(10755,7748,'action started via WP Cron','2020-12-26 13:27:47','2020-12-26 08:27:47'),
(10756,7748,'action complete via WP Cron','2020-12-26 13:27:47','2020-12-26 08:27:47'),
(10757,7749,'action created','2020-12-26 13:27:47','2020-12-26 08:27:47'),
(10758,7749,'action started via WP Cron','2020-12-26 13:28:14','2020-12-26 08:28:14'),
(10759,7749,'action complete via WP Cron','2020-12-26 13:28:14','2020-12-26 08:28:14'),
(10760,7750,'action created','2020-12-26 13:28:14','2020-12-26 08:28:14'),
(10761,7750,'action started via WP Cron','2020-12-26 13:32:18','2020-12-26 08:32:18'),
(10762,7750,'action complete via WP Cron','2020-12-26 13:32:18','2020-12-26 08:32:18'),
(10763,7751,'action created','2020-12-26 13:32:18','2020-12-26 08:32:18'),
(10764,7751,'action started via WP Cron','2020-12-26 13:33:13','2020-12-26 08:33:13'),
(10765,7751,'action complete via WP Cron','2020-12-26 13:33:13','2020-12-26 08:33:13'),
(10766,7752,'action created','2020-12-26 13:33:13','2020-12-26 08:33:13'),
(10767,7752,'action started via WP Cron','2020-12-26 13:34:17','2020-12-26 08:34:17'),
(10768,7752,'action complete via WP Cron','2020-12-26 13:34:17','2020-12-26 08:34:17'),
(10769,7753,'action created','2020-12-26 13:34:17','2020-12-26 08:34:17'),
(10770,7753,'action started via WP Cron','2020-12-26 13:35:40','2020-12-26 08:35:40'),
(10771,7753,'action complete via WP Cron','2020-12-26 13:35:40','2020-12-26 08:35:40'),
(10772,7754,'action created','2020-12-26 13:35:40','2020-12-26 08:35:40'),
(10773,7754,'action started via WP Cron','2020-12-26 13:36:56','2020-12-26 08:36:56'),
(10774,7754,'action complete via WP Cron','2020-12-26 13:36:56','2020-12-26 08:36:56'),
(10775,7755,'action created','2020-12-26 13:36:56','2020-12-26 08:36:56'),
(10776,7755,'action started via WP Cron','2020-12-26 13:39:41','2020-12-26 08:39:41'),
(10777,7755,'action complete via WP Cron','2020-12-26 13:39:41','2020-12-26 08:39:41'),
(10778,7756,'action created','2020-12-26 13:39:41','2020-12-26 08:39:41'),
(10779,7756,'action started via WP Cron','2020-12-26 13:40:25','2020-12-26 08:40:25'),
(10780,7756,'action complete via WP Cron','2020-12-26 13:40:25','2020-12-26 08:40:25'),
(10781,7757,'action created','2020-12-26 13:40:26','2020-12-26 08:40:26'),
(10782,7757,'action started via WP Cron','2020-12-26 13:44:12','2020-12-26 08:44:12'),
(10783,7757,'action complete via WP Cron','2020-12-26 13:44:12','2020-12-26 08:44:12'),
(10784,7758,'action created','2020-12-26 13:44:13','2020-12-26 08:44:13'),
(10785,7758,'action started via WP Cron','2020-12-26 13:45:16','2020-12-26 08:45:16'),
(10786,7758,'action complete via WP Cron','2020-12-26 13:45:16','2020-12-26 08:45:16'),
(10787,7759,'action created','2020-12-26 13:45:16','2020-12-26 08:45:16'),
(10788,7759,'action started via WP Cron','2020-12-26 13:48:10','2020-12-26 08:48:10'),
(10789,7759,'action complete via WP Cron','2020-12-26 13:48:10','2020-12-26 08:48:10'),
(10790,7760,'action created','2020-12-26 13:48:10','2020-12-26 08:48:10'),
(10791,7760,'action started via WP Cron','2020-12-26 13:50:12','2020-12-26 08:50:12'),
(10792,7760,'action complete via WP Cron','2020-12-26 13:50:12','2020-12-26 08:50:12'),
(10793,7761,'action created','2020-12-26 13:50:12','2020-12-26 08:50:12'),
(10794,7761,'action started via WP Cron','2020-12-26 13:51:19','2020-12-26 08:51:19'),
(10795,7761,'action complete via WP Cron','2020-12-26 13:51:19','2020-12-26 08:51:19'),
(10796,7762,'action created','2020-12-26 13:51:19','2020-12-26 08:51:19'),
(10797,7762,'action started via WP Cron','2020-12-26 13:52:41','2020-12-26 08:52:41'),
(10798,7762,'action complete via WP Cron','2020-12-26 13:52:41','2020-12-26 08:52:41'),
(10799,7763,'action created','2020-12-26 13:52:41','2020-12-26 08:52:41'),
(10800,7763,'action started via WP Cron','2020-12-26 13:53:15','2020-12-26 08:53:15'),
(10801,7763,'action complete via WP Cron','2020-12-26 13:53:15','2020-12-26 08:53:15'),
(10802,7764,'action created','2020-12-26 13:53:15','2020-12-26 08:53:15'),
(10803,7764,'action started via WP Cron','2020-12-26 13:56:17','2020-12-26 08:56:17'),
(10804,7764,'action complete via WP Cron','2020-12-26 13:56:17','2020-12-26 08:56:17'),
(10805,7765,'action created','2020-12-26 13:56:17','2020-12-26 08:56:17'),
(10806,7765,'action started via WP Cron','2020-12-26 14:01:42','2020-12-26 09:01:42'),
(10807,7765,'action complete via WP Cron','2020-12-26 14:01:42','2020-12-26 09:01:42'),
(10808,7766,'action created','2020-12-26 14:01:42','2020-12-26 09:01:42'),
(10809,7766,'action started via WP Cron','2020-12-26 14:02:38','2020-12-26 09:02:38'),
(10810,7766,'action complete via WP Cron','2020-12-26 14:02:38','2020-12-26 09:02:38'),
(10811,7767,'action created','2020-12-26 14:02:38','2020-12-26 09:02:38'),
(10812,7767,'action started via WP Cron','2020-12-26 14:04:14','2020-12-26 09:04:14'),
(10813,7767,'action complete via WP Cron','2020-12-26 14:04:14','2020-12-26 09:04:14'),
(10814,7768,'action created','2020-12-26 14:04:14','2020-12-26 09:04:14'),
(10815,7768,'action started via WP Cron','2020-12-26 14:09:42','2020-12-26 09:09:42'),
(10816,7768,'action complete via WP Cron','2020-12-26 14:09:42','2020-12-26 09:09:42'),
(10817,7769,'action created','2020-12-26 14:09:42','2020-12-26 09:09:42'),
(10818,7769,'action started via WP Cron','2020-12-26 14:10:50','2020-12-26 09:10:50'),
(10819,7769,'action complete via WP Cron','2020-12-26 14:10:50','2020-12-26 09:10:50'),
(10820,7770,'action created','2020-12-26 14:10:50','2020-12-26 09:10:50'),
(10821,7770,'action started via WP Cron','2020-12-26 14:11:28','2020-12-26 09:11:28'),
(10822,7770,'action complete via WP Cron','2020-12-26 14:11:28','2020-12-26 09:11:28'),
(10823,7771,'action created','2020-12-26 14:11:28','2020-12-26 09:11:28'),
(10824,7771,'action started via WP Cron','2020-12-26 14:13:25','2020-12-26 09:13:25'),
(10825,7771,'action complete via WP Cron','2020-12-26 14:13:26','2020-12-26 09:13:26'),
(10826,7772,'action created','2020-12-26 14:13:26','2020-12-26 09:13:26'),
(10827,7772,'action started via WP Cron','2020-12-26 14:14:19','2020-12-26 09:14:19'),
(10828,7772,'action complete via WP Cron','2020-12-26 14:14:19','2020-12-26 09:14:19'),
(10829,7773,'action created','2020-12-26 14:14:19','2020-12-26 09:14:19'),
(10830,7773,'action started via WP Cron','2020-12-26 14:15:32','2020-12-26 09:15:32'),
(10831,7773,'action complete via WP Cron','2020-12-26 14:15:32','2020-12-26 09:15:32'),
(10832,7774,'action created','2020-12-26 14:15:32','2020-12-26 09:15:32'),
(10833,7774,'action started via WP Cron','2020-12-26 14:17:34','2020-12-26 09:17:34'),
(10834,7774,'action complete via WP Cron','2020-12-26 14:17:34','2020-12-26 09:17:34'),
(10835,7775,'action created','2020-12-26 14:17:34','2020-12-26 09:17:34'),
(10836,7775,'action started via WP Cron','2020-12-26 14:19:00','2020-12-26 09:19:00'),
(10837,7775,'action complete via WP Cron','2020-12-26 14:19:00','2020-12-26 09:19:00'),
(10838,7776,'action created','2020-12-26 14:19:00','2020-12-26 09:19:00'),
(10839,7776,'action started via WP Cron','2020-12-26 14:21:44','2020-12-26 09:21:44'),
(10840,7776,'action complete via WP Cron','2020-12-26 14:21:44','2020-12-26 09:21:44'),
(10841,7777,'action created','2020-12-26 14:21:44','2020-12-26 09:21:44'),
(10842,7777,'action started via WP Cron','2020-12-26 14:23:11','2020-12-26 09:23:11'),
(10843,7777,'action complete via WP Cron','2020-12-26 14:23:11','2020-12-26 09:23:11'),
(10844,7778,'action created','2020-12-26 14:23:11','2020-12-26 09:23:11'),
(10845,7778,'action started via WP Cron','2020-12-26 14:24:38','2020-12-26 09:24:38'),
(10846,7778,'action complete via WP Cron','2020-12-26 14:24:38','2020-12-26 09:24:38'),
(10847,7779,'action created','2020-12-26 14:24:38','2020-12-26 09:24:38'),
(10848,7779,'action started via WP Cron','2020-12-26 14:25:38','2020-12-26 09:25:38'),
(10849,7779,'action complete via WP Cron','2020-12-26 14:25:38','2020-12-26 09:25:38'),
(10850,7780,'action created','2020-12-26 14:25:38','2020-12-26 09:25:38'),
(10851,7780,'action started via WP Cron','2020-12-26 14:26:44','2020-12-26 09:26:44'),
(10852,7780,'action complete via WP Cron','2020-12-26 14:26:44','2020-12-26 09:26:44'),
(10853,7781,'action created','2020-12-26 14:26:44','2020-12-26 09:26:44'),
(10854,7781,'action started via WP Cron','2020-12-26 14:27:12','2020-12-26 09:27:12'),
(10855,7781,'action complete via WP Cron','2020-12-26 14:27:12','2020-12-26 09:27:12'),
(10856,7782,'action created','2020-12-26 14:27:12','2020-12-26 09:27:12'),
(10857,7782,'action started via WP Cron','2020-12-26 14:28:17','2020-12-26 09:28:17'),
(10858,7782,'action complete via WP Cron','2020-12-26 14:28:17','2020-12-26 09:28:17'),
(10859,7783,'action created','2020-12-26 14:28:17','2020-12-26 09:28:17'),
(10860,7783,'action started via WP Cron','2020-12-26 14:29:44','2020-12-26 09:29:44'),
(10861,7783,'action complete via WP Cron','2020-12-26 14:29:44','2020-12-26 09:29:44'),
(10862,7784,'action created','2020-12-26 14:29:44','2020-12-26 09:29:44'),
(10863,7784,'action started via WP Cron','2020-12-26 14:31:15','2020-12-26 09:31:15'),
(10864,7784,'action complete via WP Cron','2020-12-26 14:31:15','2020-12-26 09:31:15'),
(10865,7785,'action created','2020-12-26 14:31:15','2020-12-26 09:31:15'),
(10866,7785,'action started via WP Cron','2020-12-26 14:32:59','2020-12-26 09:32:59'),
(10867,7785,'action complete via WP Cron','2020-12-26 14:32:59','2020-12-26 09:32:59'),
(10868,7786,'action created','2020-12-26 14:32:59','2020-12-26 09:32:59'),
(10869,7786,'action started via WP Cron','2020-12-26 14:33:30','2020-12-26 09:33:30'),
(10870,7786,'action complete via WP Cron','2020-12-26 14:33:30','2020-12-26 09:33:30'),
(10871,7787,'action created','2020-12-26 14:33:30','2020-12-26 09:33:30'),
(10872,7787,'action started via WP Cron','2020-12-26 14:35:03','2020-12-26 09:35:03'),
(10873,7787,'action complete via WP Cron','2020-12-26 14:35:03','2020-12-26 09:35:03'),
(10874,7788,'action created','2020-12-26 14:35:03','2020-12-26 09:35:03'),
(10875,7788,'action started via WP Cron','2020-12-26 14:36:59','2020-12-26 09:36:59'),
(10876,7788,'action complete via WP Cron','2020-12-26 14:36:59','2020-12-26 09:36:59'),
(10877,7789,'action created','2020-12-26 14:36:59','2020-12-26 09:36:59'),
(10878,7789,'action started via WP Cron','2020-12-26 14:39:31','2020-12-26 09:39:31'),
(10879,7789,'action complete via WP Cron','2020-12-26 14:39:31','2020-12-26 09:39:31'),
(10880,7790,'action created','2020-12-26 14:39:31','2020-12-26 09:39:31'),
(10881,7790,'action started via WP Cron','2020-12-26 14:43:24','2020-12-26 09:43:24'),
(10882,7790,'action complete via WP Cron','2020-12-26 14:43:24','2020-12-26 09:43:24'),
(10883,7791,'action created','2020-12-26 14:43:24','2020-12-26 09:43:24'),
(10884,7791,'action started via WP Cron','2020-12-26 14:45:49','2020-12-26 09:45:49'),
(10885,7791,'action complete via WP Cron','2020-12-26 14:45:49','2020-12-26 09:45:49'),
(10886,7792,'action created','2020-12-26 14:45:49','2020-12-26 09:45:49'),
(10887,7792,'action started via WP Cron','2020-12-26 14:46:19','2020-12-26 09:46:19'),
(10888,7792,'action complete via WP Cron','2020-12-26 14:46:19','2020-12-26 09:46:19'),
(10889,7793,'action created','2020-12-26 14:46:19','2020-12-26 09:46:19'),
(10890,7793,'action started via WP Cron','2020-12-26 14:48:03','2020-12-26 09:48:03'),
(10891,7793,'action complete via WP Cron','2020-12-26 14:48:03','2020-12-26 09:48:03'),
(10892,7794,'action created','2020-12-26 14:48:03','2020-12-26 09:48:03'),
(10893,7794,'action started via WP Cron','2020-12-26 14:52:26','2020-12-26 09:52:26'),
(10894,7794,'action complete via WP Cron','2020-12-26 14:52:26','2020-12-26 09:52:26'),
(10895,7795,'action created','2020-12-26 14:52:26','2020-12-26 09:52:26'),
(10896,7795,'action started via WP Cron','2020-12-26 14:55:10','2020-12-26 09:55:10'),
(10897,7795,'action complete via WP Cron','2020-12-26 14:55:10','2020-12-26 09:55:10'),
(10898,7796,'action created','2020-12-26 14:55:10','2020-12-26 09:55:10'),
(10899,7796,'action started via WP Cron','2020-12-26 15:00:22','2020-12-26 10:00:22'),
(10900,7796,'action complete via WP Cron','2020-12-26 15:00:22','2020-12-26 10:00:22'),
(10901,7797,'action created','2020-12-26 15:00:22','2020-12-26 10:00:22'),
(10902,7797,'action started via WP Cron','2020-12-26 15:01:50','2020-12-26 10:01:50'),
(10903,7797,'action complete via WP Cron','2020-12-26 15:01:50','2020-12-26 10:01:50'),
(10904,7798,'action created','2020-12-26 15:01:50','2020-12-26 10:01:50'),
(10905,7798,'action started via WP Cron','2020-12-26 15:07:27','2020-12-26 10:07:27'),
(10906,7798,'action complete via WP Cron','2020-12-26 15:07:27','2020-12-26 10:07:27'),
(10907,7799,'action created','2020-12-26 15:07:28','2020-12-26 10:07:28'),
(10908,7799,'action started via WP Cron','2020-12-26 15:08:30','2020-12-26 10:08:30'),
(10909,7799,'action complete via WP Cron','2020-12-26 15:08:30','2020-12-26 10:08:30'),
(10910,7800,'action created','2020-12-26 15:08:30','2020-12-26 10:08:30'),
(10911,7800,'action started via WP Cron','2020-12-26 15:09:15','2020-12-26 10:09:15'),
(10912,7800,'action complete via WP Cron','2020-12-26 15:09:15','2020-12-26 10:09:15'),
(10913,7801,'action created','2020-12-26 15:09:15','2020-12-26 10:09:15'),
(10914,7801,'action started via WP Cron','2020-12-26 15:10:30','2020-12-26 10:10:30'),
(10915,7801,'action complete via WP Cron','2020-12-26 15:10:30','2020-12-26 10:10:30'),
(10916,7802,'action created','2020-12-26 15:10:30','2020-12-26 10:10:30'),
(10917,7802,'action started via WP Cron','2020-12-26 15:11:35','2020-12-26 10:11:35'),
(10918,7802,'action complete via WP Cron','2020-12-26 15:11:35','2020-12-26 10:11:35'),
(10919,7803,'action created','2020-12-26 15:11:35','2020-12-26 10:11:35'),
(10920,7803,'action started via WP Cron','2020-12-26 15:13:13','2020-12-26 10:13:13'),
(10921,7803,'action complete via WP Cron','2020-12-26 15:13:13','2020-12-26 10:13:13'),
(10922,7804,'action created','2020-12-26 15:13:13','2020-12-26 10:13:13'),
(10923,7804,'action started via WP Cron','2020-12-26 15:14:19','2020-12-26 10:14:19'),
(10924,7804,'action complete via WP Cron','2020-12-26 15:14:19','2020-12-26 10:14:19'),
(10925,7805,'action created','2020-12-26 15:14:19','2020-12-26 10:14:19'),
(10926,7805,'action started via WP Cron','2020-12-26 15:16:02','2020-12-26 10:16:02'),
(10927,7805,'action complete via WP Cron','2020-12-26 15:16:02','2020-12-26 10:16:02'),
(10928,7806,'action created','2020-12-26 15:16:03','2020-12-26 10:16:03'),
(10929,7806,'action started via WP Cron','2020-12-26 15:16:20','2020-12-26 10:16:20'),
(10930,7806,'action complete via WP Cron','2020-12-26 15:16:20','2020-12-26 10:16:20'),
(10931,7807,'action created','2020-12-26 15:16:20','2020-12-26 10:16:20'),
(10932,7807,'action started via WP Cron','2020-12-26 15:17:20','2020-12-26 10:17:20'),
(10933,7807,'action complete via WP Cron','2020-12-26 15:17:20','2020-12-26 10:17:20'),
(10934,7808,'action created','2020-12-26 15:17:20','2020-12-26 10:17:20'),
(10935,7808,'action started via WP Cron','2020-12-26 15:20:06','2020-12-26 10:20:06'),
(10936,7808,'action complete via WP Cron','2020-12-26 15:20:06','2020-12-26 10:20:06'),
(10937,7809,'action created','2020-12-26 15:20:06','2020-12-26 10:20:06'),
(10938,7809,'action started via WP Cron','2020-12-26 15:20:59','2020-12-26 10:20:59'),
(10939,7809,'action complete via WP Cron','2020-12-26 15:20:59','2020-12-26 10:20:59'),
(10940,7810,'action created','2020-12-26 15:20:59','2020-12-26 10:20:59'),
(10941,7810,'action started via WP Cron','2020-12-26 15:21:38','2020-12-26 10:21:38'),
(10942,7810,'action complete via WP Cron','2020-12-26 15:21:38','2020-12-26 10:21:38'),
(10943,7811,'action created','2020-12-26 15:21:38','2020-12-26 10:21:38'),
(10944,7811,'action started via WP Cron','2020-12-26 15:23:34','2020-12-26 10:23:34'),
(10945,7811,'action complete via WP Cron','2020-12-26 15:23:34','2020-12-26 10:23:34'),
(10946,7812,'action created','2020-12-26 15:23:34','2020-12-26 10:23:34'),
(10947,7812,'action started via WP Cron','2020-12-26 15:24:57','2020-12-26 10:24:57'),
(10948,7812,'action complete via WP Cron','2020-12-26 15:24:57','2020-12-26 10:24:57'),
(10949,7813,'action created','2020-12-26 15:24:57','2020-12-26 10:24:57'),
(10950,7813,'action started via WP Cron','2020-12-26 15:26:28','2020-12-26 10:26:28'),
(10951,7813,'action complete via WP Cron','2020-12-26 15:26:28','2020-12-26 10:26:28'),
(10952,7814,'action created','2020-12-26 15:26:29','2020-12-26 10:26:29'),
(10953,7814,'action started via WP Cron','2020-12-26 15:28:57','2020-12-26 10:28:57'),
(10954,7814,'action complete via WP Cron','2020-12-26 15:28:57','2020-12-26 10:28:57'),
(10955,7815,'action created','2020-12-26 15:28:57','2020-12-26 10:28:57'),
(10956,7815,'action started via WP Cron','2020-12-26 15:29:12','2020-12-26 10:29:12'),
(10957,7815,'action complete via WP Cron','2020-12-26 15:29:12','2020-12-26 10:29:12'),
(10958,7816,'action created','2020-12-26 15:29:12','2020-12-26 10:29:12'),
(10959,7816,'action started via WP Cron','2020-12-26 15:30:53','2020-12-26 10:30:53'),
(10960,7816,'action complete via WP Cron','2020-12-26 15:30:53','2020-12-26 10:30:53'),
(10961,7817,'action created','2020-12-26 15:30:53','2020-12-26 10:30:53'),
(10962,7817,'action started via WP Cron','2020-12-26 15:34:40','2020-12-26 10:34:40'),
(10963,7817,'action complete via WP Cron','2020-12-26 15:34:40','2020-12-26 10:34:40'),
(10964,7818,'action created','2020-12-26 15:34:40','2020-12-26 10:34:40'),
(10965,7818,'action started via WP Cron','2020-12-26 15:38:07','2020-12-26 10:38:07'),
(10966,7818,'action complete via WP Cron','2020-12-26 15:38:07','2020-12-26 10:38:07'),
(10967,7819,'action created','2020-12-26 15:38:07','2020-12-26 10:38:07'),
(10968,7819,'action started via WP Cron','2020-12-26 15:40:50','2020-12-26 10:40:50'),
(10969,7819,'action complete via WP Cron','2020-12-26 15:40:50','2020-12-26 10:40:50'),
(10970,7820,'action created','2020-12-26 15:40:50','2020-12-26 10:40:50'),
(10971,7820,'action started via WP Cron','2020-12-26 15:43:03','2020-12-26 10:43:03'),
(10972,7820,'action complete via WP Cron','2020-12-26 15:43:03','2020-12-26 10:43:03'),
(10973,7821,'action created','2020-12-26 15:43:03','2020-12-26 10:43:03'),
(10974,7821,'action started via WP Cron','2020-12-26 15:44:34','2020-12-26 10:44:34'),
(10975,7821,'action complete via WP Cron','2020-12-26 15:44:34','2020-12-26 10:44:34'),
(10976,7822,'action created','2020-12-26 15:44:34','2020-12-26 10:44:34'),
(10977,7822,'action started via WP Cron','2020-12-26 15:45:24','2020-12-26 10:45:24'),
(10978,7822,'action complete via WP Cron','2020-12-26 15:45:24','2020-12-26 10:45:24'),
(10979,7823,'action created','2020-12-26 15:45:25','2020-12-26 10:45:25'),
(10980,7823,'action started via WP Cron','2020-12-26 15:47:06','2020-12-26 10:47:06'),
(10981,7823,'action complete via WP Cron','2020-12-26 15:47:06','2020-12-26 10:47:06'),
(10982,7824,'action created','2020-12-26 15:47:06','2020-12-26 10:47:06'),
(10983,7824,'action started via WP Cron','2020-12-26 15:48:07','2020-12-26 10:48:07'),
(10984,7824,'action complete via WP Cron','2020-12-26 15:48:07','2020-12-26 10:48:07'),
(10985,7825,'action created','2020-12-26 15:48:07','2020-12-26 10:48:07'),
(10986,7825,'action started via WP Cron','2020-12-26 15:49:22','2020-12-26 10:49:22'),
(10987,7825,'action complete via WP Cron','2020-12-26 15:49:22','2020-12-26 10:49:22'),
(10988,7826,'action created','2020-12-26 15:49:22','2020-12-26 10:49:22'),
(10989,7826,'action started via WP Cron','2020-12-26 15:50:16','2020-12-26 10:50:16'),
(10990,7826,'action complete via WP Cron','2020-12-26 15:50:16','2020-12-26 10:50:16'),
(10991,7827,'action created','2020-12-26 15:50:16','2020-12-26 10:50:16'),
(10992,7827,'action started via WP Cron','2020-12-26 15:51:12','2020-12-26 10:51:12'),
(10993,7827,'action complete via WP Cron','2020-12-26 15:51:12','2020-12-26 10:51:12'),
(10994,7828,'action created','2020-12-26 15:51:12','2020-12-26 10:51:12'),
(10995,7828,'action started via WP Cron','2020-12-26 15:52:44','2020-12-26 10:52:44'),
(10996,7828,'action complete via WP Cron','2020-12-26 15:52:44','2020-12-26 10:52:44'),
(10997,7829,'action created','2020-12-26 15:52:44','2020-12-26 10:52:44'),
(10998,7829,'action started via WP Cron','2020-12-26 15:54:24','2020-12-26 10:54:24'),
(10999,7829,'action complete via WP Cron','2020-12-26 15:54:24','2020-12-26 10:54:24'),
(11000,7830,'action created','2020-12-26 15:54:24','2020-12-26 10:54:24'),
(11001,7830,'action started via WP Cron','2020-12-26 15:56:42','2020-12-26 10:56:42'),
(11002,7830,'action complete via WP Cron','2020-12-26 15:56:42','2020-12-26 10:56:42'),
(11003,7831,'action created','2020-12-26 15:56:42','2020-12-26 10:56:42'),
(11004,7831,'action started via WP Cron','2020-12-26 15:57:38','2020-12-26 10:57:38'),
(11005,7831,'action complete via WP Cron','2020-12-26 15:57:38','2020-12-26 10:57:38'),
(11006,7832,'action created','2020-12-26 15:57:38','2020-12-26 10:57:38'),
(11007,7832,'action started via WP Cron','2020-12-26 15:58:16','2020-12-26 10:58:16'),
(11008,7832,'action complete via WP Cron','2020-12-26 15:58:16','2020-12-26 10:58:16'),
(11009,7833,'action created','2020-12-26 15:58:16','2020-12-26 10:58:16'),
(11010,7833,'action started via WP Cron','2020-12-26 15:59:33','2020-12-26 10:59:33'),
(11011,7833,'action complete via WP Cron','2020-12-26 15:59:33','2020-12-26 10:59:33'),
(11012,7834,'action created','2020-12-26 15:59:33','2020-12-26 10:59:33'),
(11013,7834,'action started via WP Cron','2020-12-26 16:00:29','2020-12-26 11:00:29'),
(11014,7834,'action complete via WP Cron','2020-12-26 16:00:29','2020-12-26 11:00:29'),
(11015,7835,'action created','2020-12-26 16:00:29','2020-12-26 11:00:29'),
(11016,7835,'action started via WP Cron','2020-12-26 16:01:31','2020-12-26 11:01:31'),
(11017,7835,'action complete via WP Cron','2020-12-26 16:01:31','2020-12-26 11:01:31'),
(11018,7836,'action created','2020-12-26 16:01:31','2020-12-26 11:01:31'),
(11019,7836,'action started via WP Cron','2020-12-26 16:03:41','2020-12-26 11:03:41'),
(11020,7836,'action complete via WP Cron','2020-12-26 16:03:41','2020-12-26 11:03:41'),
(11021,7837,'action created','2020-12-26 16:03:41','2020-12-26 11:03:41'),
(11022,7837,'action started via WP Cron','2020-12-26 16:05:31','2020-12-26 11:05:31'),
(11023,7837,'action complete via WP Cron','2020-12-26 16:05:31','2020-12-26 11:05:31'),
(11024,7838,'action created','2020-12-26 16:05:31','2020-12-26 11:05:31'),
(11025,7838,'action started via WP Cron','2020-12-26 16:07:42','2020-12-26 11:07:42'),
(11026,7838,'action complete via WP Cron','2020-12-26 16:07:42','2020-12-26 11:07:42'),
(11027,7839,'action created','2020-12-26 16:07:42','2020-12-26 11:07:42'),
(11028,7839,'action started via WP Cron','2020-12-26 16:08:59','2020-12-26 11:08:59'),
(11029,7839,'action complete via WP Cron','2020-12-26 16:08:59','2020-12-26 11:08:59'),
(11030,7840,'action created','2020-12-26 16:08:59','2020-12-26 11:08:59'),
(11031,7840,'action started via WP Cron','2020-12-26 16:12:51','2020-12-26 11:12:51'),
(11032,7840,'action complete via WP Cron','2020-12-26 16:12:51','2020-12-26 11:12:51'),
(11033,7841,'action created','2020-12-26 16:12:51','2020-12-26 11:12:51'),
(11034,7841,'action started via WP Cron','2020-12-26 16:13:29','2020-12-26 11:13:29'),
(11035,7841,'action complete via WP Cron','2020-12-26 16:13:29','2020-12-26 11:13:29'),
(11036,7842,'action created','2020-12-26 16:13:29','2020-12-26 11:13:29'),
(11037,7842,'action started via WP Cron','2020-12-26 16:14:27','2020-12-26 11:14:27'),
(11038,7842,'action complete via WP Cron','2020-12-26 16:14:27','2020-12-26 11:14:27'),
(11039,7843,'action created','2020-12-26 16:14:27','2020-12-26 11:14:27'),
(11040,7843,'action started via WP Cron','2020-12-26 16:16:32','2020-12-26 11:16:32'),
(11041,7843,'action complete via WP Cron','2020-12-26 16:16:32','2020-12-26 11:16:32'),
(11042,7844,'action created','2020-12-26 16:16:32','2020-12-26 11:16:32'),
(11043,7844,'action started via WP Cron','2020-12-26 16:17:59','2020-12-26 11:17:59'),
(11044,7844,'action complete via WP Cron','2020-12-26 16:17:59','2020-12-26 11:17:59'),
(11045,7845,'action created','2020-12-26 16:17:59','2020-12-26 11:17:59'),
(11046,7845,'action started via WP Cron','2020-12-26 16:20:19','2020-12-26 11:20:19'),
(11047,7845,'action complete via WP Cron','2020-12-26 16:20:19','2020-12-26 11:20:19'),
(11048,7846,'action created','2020-12-26 16:20:19','2020-12-26 11:20:19'),
(11049,7846,'action started via WP Cron','2020-12-26 16:23:25','2020-12-26 11:23:25'),
(11050,7846,'action complete via WP Cron','2020-12-26 16:23:25','2020-12-26 11:23:25'),
(11051,7847,'action created','2020-12-26 16:23:25','2020-12-26 11:23:25'),
(11052,7847,'action started via WP Cron','2020-12-26 16:24:24','2020-12-26 11:24:24'),
(11053,7847,'action complete via WP Cron','2020-12-26 16:24:24','2020-12-26 11:24:24'),
(11054,7848,'action created','2020-12-26 16:24:24','2020-12-26 11:24:24'),
(11055,7848,'action started via WP Cron','2020-12-26 16:26:24','2020-12-26 11:26:24'),
(11056,7848,'action complete via WP Cron','2020-12-26 16:26:24','2020-12-26 11:26:24'),
(11057,7849,'action created','2020-12-26 16:26:24','2020-12-26 11:26:24'),
(11058,7849,'action started via WP Cron','2020-12-26 16:27:25','2020-12-26 11:27:25'),
(11059,7849,'action complete via WP Cron','2020-12-26 16:27:25','2020-12-26 11:27:25'),
(11060,7850,'action created','2020-12-26 16:27:25','2020-12-26 11:27:25'),
(11061,7850,'action started via WP Cron','2020-12-26 16:28:13','2020-12-26 11:28:13'),
(11062,7850,'action complete via WP Cron','2020-12-26 16:28:13','2020-12-26 11:28:13'),
(11063,7851,'action created','2020-12-26 16:28:14','2020-12-26 11:28:14'),
(11064,7851,'action started via WP Cron','2020-12-26 16:29:44','2020-12-26 11:29:44'),
(11065,7851,'action complete via WP Cron','2020-12-26 16:29:44','2020-12-26 11:29:44'),
(11066,7852,'action created','2020-12-26 16:29:44','2020-12-26 11:29:44'),
(11067,7852,'action started via WP Cron','2020-12-26 16:30:25','2020-12-26 11:30:25'),
(11068,7852,'action complete via WP Cron','2020-12-26 16:30:25','2020-12-26 11:30:25'),
(11069,7853,'action created','2020-12-26 16:30:25','2020-12-26 11:30:25'),
(11070,7853,'action started via WP Cron','2020-12-26 16:32:40','2020-12-26 11:32:40'),
(11071,7853,'action complete via WP Cron','2020-12-26 16:32:40','2020-12-26 11:32:40'),
(11072,7854,'action created','2020-12-26 16:32:40','2020-12-26 11:32:40'),
(11073,7854,'action started via WP Cron','2020-12-26 16:37:24','2020-12-26 11:37:24'),
(11074,7854,'action complete via WP Cron','2020-12-26 16:37:24','2020-12-26 11:37:24'),
(11075,7855,'action created','2020-12-26 16:37:24','2020-12-26 11:37:24'),
(11076,7855,'action started via WP Cron','2020-12-26 16:38:30','2020-12-26 11:38:30'),
(11077,7855,'action complete via WP Cron','2020-12-26 16:38:30','2020-12-26 11:38:30'),
(11078,7856,'action created','2020-12-26 16:38:30','2020-12-26 11:38:30'),
(11079,7856,'action started via WP Cron','2020-12-26 16:39:30','2020-12-26 11:39:30'),
(11080,7856,'action complete via WP Cron','2020-12-26 16:39:30','2020-12-26 11:39:30'),
(11081,7857,'action created','2020-12-26 16:39:31','2020-12-26 11:39:31'),
(11082,7857,'action started via WP Cron','2020-12-26 16:40:49','2020-12-26 11:40:49'),
(11083,7857,'action complete via WP Cron','2020-12-26 16:40:49','2020-12-26 11:40:49'),
(11084,7858,'action created','2020-12-26 16:40:49','2020-12-26 11:40:49'),
(11085,7858,'action started via WP Cron','2020-12-26 16:41:58','2020-12-26 11:41:58'),
(11086,7858,'action complete via WP Cron','2020-12-26 16:41:58','2020-12-26 11:41:58'),
(11087,7859,'action created','2020-12-26 16:41:58','2020-12-26 11:41:58'),
(11088,7859,'action started via WP Cron','2020-12-26 16:42:46','2020-12-26 11:42:46'),
(11089,7859,'action complete via WP Cron','2020-12-26 16:42:46','2020-12-26 11:42:46'),
(11090,7860,'action created','2020-12-26 16:42:46','2020-12-26 11:42:46'),
(11091,7860,'action started via WP Cron','2020-12-26 16:43:40','2020-12-26 11:43:40'),
(11092,7860,'action complete via WP Cron','2020-12-26 16:43:40','2020-12-26 11:43:40'),
(11093,7861,'action created','2020-12-26 16:43:40','2020-12-26 11:43:40'),
(11094,7861,'action started via WP Cron','2020-12-26 16:47:15','2020-12-26 11:47:15'),
(11095,7861,'action complete via WP Cron','2020-12-26 16:47:15','2020-12-26 11:47:15'),
(11096,7862,'action created','2020-12-26 16:47:15','2020-12-26 11:47:15'),
(11097,7862,'action started via WP Cron','2020-12-26 16:48:12','2020-12-26 11:48:12'),
(11098,7862,'action complete via WP Cron','2020-12-26 16:48:12','2020-12-26 11:48:12'),
(11099,7863,'action created','2020-12-26 16:48:12','2020-12-26 11:48:12'),
(11100,7863,'action started via WP Cron','2020-12-26 16:49:17','2020-12-26 11:49:17'),
(11101,7863,'action complete via WP Cron','2020-12-26 16:49:17','2020-12-26 11:49:17'),
(11102,7864,'action created','2020-12-26 16:49:17','2020-12-26 11:49:17'),
(11103,7864,'action started via WP Cron','2020-12-26 16:50:37','2020-12-26 11:50:37'),
(11104,7864,'action complete via WP Cron','2020-12-26 16:50:37','2020-12-26 11:50:37'),
(11105,7865,'action created','2020-12-26 16:50:37','2020-12-26 11:50:37'),
(11106,7865,'action started via WP Cron','2020-12-26 16:52:06','2020-12-26 11:52:06'),
(11107,7865,'action complete via WP Cron','2020-12-26 16:52:06','2020-12-26 11:52:06'),
(11108,7866,'action created','2020-12-26 16:52:06','2020-12-26 11:52:06'),
(11109,7866,'action started via WP Cron','2020-12-26 16:54:14','2020-12-26 11:54:14'),
(11110,7866,'action complete via WP Cron','2020-12-26 16:54:15','2020-12-26 11:54:15'),
(11111,7867,'action created','2020-12-26 16:54:15','2020-12-26 11:54:15'),
(11112,7867,'action started via WP Cron','2020-12-26 16:56:36','2020-12-26 11:56:36'),
(11113,7867,'action complete via WP Cron','2020-12-26 16:56:36','2020-12-26 11:56:36'),
(11114,7868,'action created','2020-12-26 16:56:36','2020-12-26 11:56:36'),
(11115,7868,'action started via WP Cron','2020-12-26 16:57:25','2020-12-26 11:57:25'),
(11116,7868,'action complete via WP Cron','2020-12-26 16:57:25','2020-12-26 11:57:25'),
(11117,7869,'action created','2020-12-26 16:57:25','2020-12-26 11:57:25'),
(11118,7869,'action started via WP Cron','2020-12-26 17:01:52','2020-12-26 12:01:52'),
(11119,7869,'action complete via WP Cron','2020-12-26 17:01:52','2020-12-26 12:01:52'),
(11120,7870,'action created','2020-12-26 17:01:52','2020-12-26 12:01:52'),
(11121,7870,'action started via WP Cron','2020-12-26 17:03:59','2020-12-26 12:03:59'),
(11122,7870,'action complete via WP Cron','2020-12-26 17:03:59','2020-12-26 12:03:59'),
(11123,7871,'action created','2020-12-26 17:03:59','2020-12-26 12:03:59'),
(11124,7871,'action started via WP Cron','2020-12-26 17:04:17','2020-12-26 12:04:17'),
(11125,7871,'action complete via WP Cron','2020-12-26 17:04:17','2020-12-26 12:04:17'),
(11126,7872,'action created','2020-12-26 17:04:17','2020-12-26 12:04:17'),
(11127,7872,'action started via WP Cron','2020-12-26 17:06:37','2020-12-26 12:06:37'),
(11128,7872,'action complete via WP Cron','2020-12-26 17:06:37','2020-12-26 12:06:37'),
(11129,7873,'action created','2020-12-26 17:06:37','2020-12-26 12:06:37'),
(11130,7873,'action started via WP Cron','2020-12-26 17:07:37','2020-12-26 12:07:37'),
(11131,7873,'action complete via WP Cron','2020-12-26 17:07:37','2020-12-26 12:07:37'),
(11132,7874,'action created','2020-12-26 17:07:37','2020-12-26 12:07:37'),
(11133,7874,'action started via WP Cron','2020-12-26 17:11:18','2020-12-26 12:11:18'),
(11134,7874,'action complete via WP Cron','2020-12-26 17:11:18','2020-12-26 12:11:18'),
(11135,7875,'action created','2020-12-26 17:11:18','2020-12-26 12:11:18'),
(11136,7875,'action started via WP Cron','2020-12-26 17:16:16','2020-12-26 12:16:16'),
(11137,7875,'action complete via WP Cron','2020-12-26 17:16:16','2020-12-26 12:16:16'),
(11138,7876,'action created','2020-12-26 17:16:16','2020-12-26 12:16:16'),
(11139,7876,'action started via WP Cron','2020-12-26 17:19:21','2020-12-26 12:19:21'),
(11140,7876,'action complete via WP Cron','2020-12-26 17:19:21','2020-12-26 12:19:21'),
(11141,7877,'action created','2020-12-26 17:19:21','2020-12-26 12:19:21'),
(11142,7877,'action started via WP Cron','2020-12-26 17:20:11','2020-12-26 12:20:11'),
(11143,7877,'action complete via WP Cron','2020-12-26 17:20:11','2020-12-26 12:20:11'),
(11144,7878,'action created','2020-12-26 17:20:12','2020-12-26 12:20:12'),
(11145,7878,'action started via WP Cron','2020-12-26 17:21:17','2020-12-26 12:21:17'),
(11146,7878,'action complete via WP Cron','2020-12-26 17:21:17','2020-12-26 12:21:17'),
(11147,7879,'action created','2020-12-26 17:21:17','2020-12-26 12:21:17'),
(11148,7879,'action started via WP Cron','2020-12-26 17:22:21','2020-12-26 12:22:21'),
(11149,7879,'action complete via WP Cron','2020-12-26 17:22:21','2020-12-26 12:22:21'),
(11150,7880,'action created','2020-12-26 17:22:21','2020-12-26 12:22:21'),
(11151,7880,'action started via WP Cron','2020-12-26 17:25:01','2020-12-26 12:25:01'),
(11152,7880,'action complete via WP Cron','2020-12-26 17:25:01','2020-12-26 12:25:01'),
(11153,7881,'action created','2020-12-26 17:25:01','2020-12-26 12:25:01'),
(11154,7881,'action started via WP Cron','2020-12-26 17:27:43','2020-12-26 12:27:43'),
(11155,7881,'action complete via WP Cron','2020-12-26 17:27:43','2020-12-26 12:27:43'),
(11156,7882,'action created','2020-12-26 17:27:43','2020-12-26 12:27:43'),
(11157,7882,'action started via WP Cron','2020-12-26 17:30:11','2020-12-26 12:30:11'),
(11158,7882,'action complete via WP Cron','2020-12-26 17:30:11','2020-12-26 12:30:11'),
(11159,7883,'action created','2020-12-26 17:30:11','2020-12-26 12:30:11'),
(11160,7883,'action started via WP Cron','2020-12-26 17:33:14','2020-12-26 12:33:14'),
(11161,7883,'action complete via WP Cron','2020-12-26 17:33:14','2020-12-26 12:33:14'),
(11162,7884,'action created','2020-12-26 17:33:14','2020-12-26 12:33:14'),
(11163,7884,'action started via WP Cron','2020-12-26 17:34:39','2020-12-26 12:34:39'),
(11164,7884,'action complete via WP Cron','2020-12-26 17:34:39','2020-12-26 12:34:39'),
(11165,7885,'action created','2020-12-26 17:34:39','2020-12-26 12:34:39'),
(11166,7885,'action started via WP Cron','2020-12-26 17:35:59','2020-12-26 12:35:59'),
(11167,7885,'action complete via WP Cron','2020-12-26 17:35:59','2020-12-26 12:35:59'),
(11168,7886,'action created','2020-12-26 17:35:59','2020-12-26 12:35:59'),
(11169,7886,'action started via WP Cron','2020-12-26 17:36:40','2020-12-26 12:36:40'),
(11170,7886,'action complete via WP Cron','2020-12-26 17:36:40','2020-12-26 12:36:40'),
(11171,7887,'action created','2020-12-26 17:36:40','2020-12-26 12:36:40'),
(11172,7887,'action started via WP Cron','2020-12-26 17:37:45','2020-12-26 12:37:45'),
(11173,7887,'action complete via WP Cron','2020-12-26 17:37:45','2020-12-26 12:37:45'),
(11174,7888,'action created','2020-12-26 17:37:45','2020-12-26 12:37:45'),
(11175,7888,'action started via WP Cron','2020-12-26 17:39:21','2020-12-26 12:39:21'),
(11176,7888,'action complete via WP Cron','2020-12-26 17:39:21','2020-12-26 12:39:21'),
(11177,7889,'action created','2020-12-26 17:39:21','2020-12-26 12:39:21'),
(11178,7889,'action started via WP Cron','2020-12-26 17:40:46','2020-12-26 12:40:46'),
(11179,7889,'action complete via WP Cron','2020-12-26 17:40:46','2020-12-26 12:40:46'),
(11180,7890,'action created','2020-12-26 17:40:46','2020-12-26 12:40:46'),
(11181,7890,'action started via WP Cron','2020-12-26 17:41:13','2020-12-26 12:41:13'),
(11182,7890,'action complete via WP Cron','2020-12-26 17:41:13','2020-12-26 12:41:13'),
(11183,7891,'action created','2020-12-26 17:41:13','2020-12-26 12:41:13'),
(11184,7891,'action started via WP Cron','2020-12-26 17:42:25','2020-12-26 12:42:25'),
(11185,7891,'action complete via WP Cron','2020-12-26 17:42:25','2020-12-26 12:42:25'),
(11186,7892,'action created','2020-12-26 17:42:25','2020-12-26 12:42:25'),
(11187,7892,'action started via WP Cron','2020-12-26 17:43:33','2020-12-26 12:43:33'),
(11188,7892,'action complete via WP Cron','2020-12-26 17:43:33','2020-12-26 12:43:33'),
(11189,7893,'action created','2020-12-26 17:43:33','2020-12-26 12:43:33'),
(11190,7893,'action started via WP Cron','2020-12-26 17:44:31','2020-12-26 12:44:31'),
(11191,7893,'action complete via WP Cron','2020-12-26 17:44:31','2020-12-26 12:44:31'),
(11192,7894,'action created','2020-12-26 17:44:31','2020-12-26 12:44:31'),
(11193,7894,'action started via WP Cron','2020-12-26 17:45:43','2020-12-26 12:45:43'),
(11194,7894,'action complete via WP Cron','2020-12-26 17:45:43','2020-12-26 12:45:43'),
(11195,7895,'action created','2020-12-26 17:45:43','2020-12-26 12:45:43'),
(11196,7895,'action started via WP Cron','2020-12-26 17:46:15','2020-12-26 12:46:15'),
(11197,7895,'action complete via WP Cron','2020-12-26 17:46:15','2020-12-26 12:46:15'),
(11198,7896,'action created','2020-12-26 17:46:15','2020-12-26 12:46:15'),
(11199,7896,'action started via WP Cron','2020-12-26 17:49:34','2020-12-26 12:49:34'),
(11200,7896,'action complete via WP Cron','2020-12-26 17:49:35','2020-12-26 12:49:35'),
(11201,7897,'action created','2020-12-26 17:49:35','2020-12-26 12:49:35'),
(11202,7897,'action started via WP Cron','2020-12-26 17:51:21','2020-12-26 12:51:21'),
(11203,7897,'action complete via WP Cron','2020-12-26 17:51:21','2020-12-26 12:51:21'),
(11204,7898,'action created','2020-12-26 17:51:21','2020-12-26 12:51:21'),
(11205,7898,'action started via WP Cron','2020-12-26 17:54:17','2020-12-26 12:54:17'),
(11206,7898,'action complete via WP Cron','2020-12-26 17:54:17','2020-12-26 12:54:17'),
(11207,7899,'action created','2020-12-26 17:54:17','2020-12-26 12:54:17'),
(11208,7899,'action started via WP Cron','2020-12-26 17:57:50','2020-12-26 12:57:50'),
(11209,7899,'action complete via WP Cron','2020-12-26 17:57:50','2020-12-26 12:57:50'),
(11210,7900,'action created','2020-12-26 17:57:50','2020-12-26 12:57:50'),
(11211,7900,'action started via WP Cron','2020-12-26 17:58:50','2020-12-26 12:58:50'),
(11212,7900,'action complete via WP Cron','2020-12-26 17:58:50','2020-12-26 12:58:50'),
(11213,7901,'action created','2020-12-26 17:58:50','2020-12-26 12:58:50'),
(11214,7901,'action started via WP Cron','2020-12-26 18:00:21','2020-12-26 13:00:21'),
(11215,7901,'action complete via WP Cron','2020-12-26 18:00:21','2020-12-26 13:00:21'),
(11216,7902,'action created','2020-12-26 18:00:21','2020-12-26 13:00:21'),
(11217,7902,'action started via WP Cron','2020-12-26 18:01:29','2020-12-26 13:01:29'),
(11218,7902,'action complete via WP Cron','2020-12-26 18:01:29','2020-12-26 13:01:29'),
(11219,7903,'action created','2020-12-26 18:01:29','2020-12-26 13:01:29'),
(11220,7903,'action started via WP Cron','2020-12-26 18:03:33','2020-12-26 13:03:33'),
(11221,7903,'action complete via WP Cron','2020-12-26 18:03:33','2020-12-26 13:03:33'),
(11222,7904,'action created','2020-12-26 18:03:33','2020-12-26 13:03:33'),
(11223,7904,'action started via WP Cron','2020-12-26 18:04:33','2020-12-26 13:04:33'),
(11224,7904,'action complete via WP Cron','2020-12-26 18:04:33','2020-12-26 13:04:33'),
(11225,7905,'action created','2020-12-26 18:04:33','2020-12-26 13:04:33'),
(11226,7905,'action started via WP Cron','2020-12-26 18:05:50','2020-12-26 13:05:50'),
(11227,7905,'action complete via WP Cron','2020-12-26 18:05:50','2020-12-26 13:05:50'),
(11228,7906,'action created','2020-12-26 18:05:50','2020-12-26 13:05:50'),
(11229,7906,'action started via WP Cron','2020-12-26 18:06:57','2020-12-26 13:06:57'),
(11230,7906,'action complete via WP Cron','2020-12-26 18:06:57','2020-12-26 13:06:57'),
(11231,7907,'action created','2020-12-26 18:06:57','2020-12-26 13:06:57'),
(11232,7907,'action started via WP Cron','2020-12-26 18:08:38','2020-12-26 13:08:38'),
(11233,7907,'action complete via WP Cron','2020-12-26 18:08:38','2020-12-26 13:08:38'),
(11234,7908,'action created','2020-12-26 18:08:38','2020-12-26 13:08:38'),
(11235,7908,'action started via WP Cron','2020-12-26 18:10:14','2020-12-26 13:10:14'),
(11236,7908,'action complete via WP Cron','2020-12-26 18:10:14','2020-12-26 13:10:14'),
(11237,7909,'action created','2020-12-26 18:10:14','2020-12-26 13:10:14'),
(11238,7909,'action started via WP Cron','2020-12-26 18:11:31','2020-12-26 13:11:31'),
(11239,7909,'action complete via WP Cron','2020-12-26 18:11:31','2020-12-26 13:11:31'),
(11240,7910,'action created','2020-12-26 18:11:31','2020-12-26 13:11:31'),
(11241,7910,'action started via WP Cron','2020-12-26 18:12:54','2020-12-26 13:12:54'),
(11242,7910,'action complete via WP Cron','2020-12-26 18:12:54','2020-12-26 13:12:54'),
(11243,7911,'action created','2020-12-26 18:12:54','2020-12-26 13:12:54'),
(11244,7911,'action started via WP Cron','2020-12-26 18:14:48','2020-12-26 13:14:48'),
(11245,7911,'action complete via WP Cron','2020-12-26 18:14:48','2020-12-26 13:14:48'),
(11246,7912,'action created','2020-12-26 18:14:48','2020-12-26 13:14:48'),
(11247,7912,'action started via WP Cron','2020-12-26 18:15:58','2020-12-26 13:15:58'),
(11248,7912,'action complete via WP Cron','2020-12-26 18:15:58','2020-12-26 13:15:58'),
(11249,7913,'action created','2020-12-26 18:15:58','2020-12-26 13:15:58'),
(11250,7913,'action started via WP Cron','2020-12-26 18:20:54','2020-12-26 13:20:54'),
(11251,7913,'action complete via WP Cron','2020-12-26 18:20:54','2020-12-26 13:20:54'),
(11252,7914,'action created','2020-12-26 18:20:54','2020-12-26 13:20:54'),
(11253,7914,'action started via WP Cron','2020-12-26 18:21:47','2020-12-26 13:21:47'),
(11254,7914,'action complete via WP Cron','2020-12-26 18:21:47','2020-12-26 13:21:47'),
(11255,7915,'action created','2020-12-26 18:21:47','2020-12-26 13:21:47'),
(11256,7915,'action started via WP Cron','2020-12-26 18:25:18','2020-12-26 13:25:18'),
(11257,7915,'action complete via WP Cron','2020-12-26 18:25:18','2020-12-26 13:25:18'),
(11258,7916,'action created','2020-12-26 18:25:18','2020-12-26 13:25:18'),
(11259,7916,'action started via WP Cron','2020-12-26 18:26:49','2020-12-26 13:26:49'),
(11260,7916,'action complete via WP Cron','2020-12-26 18:26:49','2020-12-26 13:26:49'),
(11261,7917,'action created','2020-12-26 18:26:49','2020-12-26 13:26:49'),
(11262,7917,'action started via WP Cron','2020-12-26 18:27:15','2020-12-26 13:27:15'),
(11263,7917,'action complete via WP Cron','2020-12-26 18:27:15','2020-12-26 13:27:15'),
(11264,7918,'action created','2020-12-26 18:27:15','2020-12-26 13:27:15'),
(11265,7918,'action started via WP Cron','2020-12-26 18:28:17','2020-12-26 13:28:17'),
(11266,7918,'action complete via WP Cron','2020-12-26 18:28:17','2020-12-26 13:28:17'),
(11267,7919,'action created','2020-12-26 18:28:17','2020-12-26 13:28:17'),
(11268,7919,'action started via WP Cron','2020-12-26 18:32:46','2020-12-26 13:32:46'),
(11269,7919,'action complete via WP Cron','2020-12-26 18:32:46','2020-12-26 13:32:46'),
(11270,7920,'action created','2020-12-26 18:32:46','2020-12-26 13:32:46'),
(11271,7920,'action started via WP Cron','2020-12-26 18:33:54','2020-12-26 13:33:54'),
(11272,7920,'action complete via WP Cron','2020-12-26 18:33:54','2020-12-26 13:33:54'),
(11273,7921,'action created','2020-12-26 18:33:54','2020-12-26 13:33:54'),
(11274,7921,'action started via WP Cron','2020-12-26 18:34:44','2020-12-26 13:34:44'),
(11275,7921,'action complete via WP Cron','2020-12-26 18:34:44','2020-12-26 13:34:44'),
(11276,7922,'action created','2020-12-26 18:34:44','2020-12-26 13:34:44'),
(11277,7922,'action started via WP Cron','2020-12-26 18:41:19','2020-12-26 13:41:19'),
(11278,7922,'action complete via WP Cron','2020-12-26 18:41:19','2020-12-26 13:41:19'),
(11279,7923,'action created','2020-12-26 18:41:19','2020-12-26 13:41:19'),
(11280,7923,'action started via WP Cron','2020-12-26 18:48:53','2020-12-26 13:48:53'),
(11281,7923,'action complete via WP Cron','2020-12-26 18:48:53','2020-12-26 13:48:53'),
(11282,7924,'action created','2020-12-26 18:48:53','2020-12-26 13:48:53'),
(11283,7924,'action started via WP Cron','2020-12-26 18:49:22','2020-12-26 13:49:22'),
(11284,7924,'action complete via WP Cron','2020-12-26 18:49:22','2020-12-26 13:49:22'),
(11285,7925,'action created','2020-12-26 18:49:22','2020-12-26 13:49:22'),
(11286,7925,'action started via WP Cron','2020-12-26 18:51:08','2020-12-26 13:51:08'),
(11287,7925,'action complete via WP Cron','2020-12-26 18:51:08','2020-12-26 13:51:08'),
(11288,7926,'action created','2020-12-26 18:51:08','2020-12-26 13:51:08'),
(11289,7926,'action started via WP Cron','2020-12-26 18:53:03','2020-12-26 13:53:03'),
(11290,7926,'action complete via WP Cron','2020-12-26 18:53:03','2020-12-26 13:53:03'),
(11291,7927,'action created','2020-12-26 18:53:03','2020-12-26 13:53:03'),
(11292,7927,'action started via WP Cron','2020-12-26 18:53:15','2020-12-26 13:53:15'),
(11293,7927,'action complete via WP Cron','2020-12-26 18:53:15','2020-12-26 13:53:15'),
(11294,7928,'action created','2020-12-26 18:53:15','2020-12-26 13:53:15'),
(11295,7928,'action started via WP Cron','2020-12-26 18:54:34','2020-12-26 13:54:34'),
(11296,7928,'action complete via WP Cron','2020-12-26 18:54:34','2020-12-26 13:54:34'),
(11297,7929,'action created','2020-12-26 18:54:34','2020-12-26 13:54:34'),
(11298,7929,'action started via WP Cron','2020-12-26 18:55:36','2020-12-26 13:55:36'),
(11299,7929,'action complete via WP Cron','2020-12-26 18:55:36','2020-12-26 13:55:36'),
(11300,7930,'action created','2020-12-26 18:55:36','2020-12-26 13:55:36'),
(11301,7930,'action started via WP Cron','2020-12-26 18:56:17','2020-12-26 13:56:17'),
(11302,7930,'action complete via WP Cron','2020-12-26 18:56:17','2020-12-26 13:56:17'),
(11303,7931,'action created','2020-12-26 18:56:17','2020-12-26 13:56:17'),
(11304,7931,'action started via WP Cron','2020-12-26 18:57:12','2020-12-26 13:57:12'),
(11305,7931,'action complete via WP Cron','2020-12-26 18:57:12','2020-12-26 13:57:12'),
(11306,7932,'action created','2020-12-26 18:57:12','2020-12-26 13:57:12'),
(11307,7932,'action started via WP Cron','2020-12-26 18:58:21','2020-12-26 13:58:21'),
(11308,7932,'action complete via WP Cron','2020-12-26 18:58:21','2020-12-26 13:58:21'),
(11309,7933,'action created','2020-12-26 18:58:21','2020-12-26 13:58:21'),
(11310,7933,'action started via WP Cron','2020-12-26 18:59:14','2020-12-26 13:59:14'),
(11311,7933,'action complete via WP Cron','2020-12-26 18:59:14','2020-12-26 13:59:14'),
(11312,7934,'action created','2020-12-26 18:59:14','2020-12-26 13:59:14'),
(11313,7934,'action started via WP Cron','2020-12-26 19:00:22','2020-12-26 14:00:22'),
(11314,7934,'action complete via WP Cron','2020-12-26 19:00:22','2020-12-26 14:00:22'),
(11315,7935,'action created','2020-12-26 19:00:22','2020-12-26 14:00:22'),
(11316,7935,'action started via WP Cron','2020-12-26 19:01:41','2020-12-26 14:01:41'),
(11317,7935,'action complete via WP Cron','2020-12-26 19:01:41','2020-12-26 14:01:41'),
(11318,7936,'action created','2020-12-26 19:01:41','2020-12-26 14:01:41'),
(11319,7936,'action started via WP Cron','2020-12-26 19:02:28','2020-12-26 14:02:28'),
(11320,7936,'action complete via WP Cron','2020-12-26 19:02:28','2020-12-26 14:02:28'),
(11321,7937,'action created','2020-12-26 19:02:28','2020-12-26 14:02:28'),
(11322,7937,'action started via WP Cron','2020-12-26 19:03:15','2020-12-26 14:03:15'),
(11323,7937,'action complete via WP Cron','2020-12-26 19:03:15','2020-12-26 14:03:15'),
(11324,7938,'action created','2020-12-26 19:03:15','2020-12-26 14:03:15'),
(11325,7938,'action started via WP Cron','2020-12-26 19:04:59','2020-12-26 14:04:59'),
(11326,7938,'action complete via WP Cron','2020-12-26 19:04:59','2020-12-26 14:04:59'),
(11327,7939,'action created','2020-12-26 19:04:59','2020-12-26 14:04:59'),
(11328,7939,'action started via WP Cron','2020-12-26 19:05:34','2020-12-26 14:05:34'),
(11329,7939,'action complete via WP Cron','2020-12-26 19:05:34','2020-12-26 14:05:34'),
(11330,7940,'action created','2020-12-26 19:05:34','2020-12-26 14:05:34'),
(11331,7940,'action started via WP Cron','2020-12-26 19:06:41','2020-12-26 14:06:41'),
(11332,7940,'action complete via WP Cron','2020-12-26 19:06:41','2020-12-26 14:06:41'),
(11333,7941,'action created','2020-12-26 19:06:41','2020-12-26 14:06:41'),
(11334,7941,'action started via WP Cron','2020-12-26 19:07:17','2020-12-26 14:07:17'),
(11335,7941,'action complete via WP Cron','2020-12-26 19:07:17','2020-12-26 14:07:17'),
(11336,7942,'action created','2020-12-26 19:07:17','2020-12-26 14:07:17'),
(11337,7942,'action started via WP Cron','2020-12-26 19:08:47','2020-12-26 14:08:47'),
(11338,7942,'action complete via WP Cron','2020-12-26 19:08:47','2020-12-26 14:08:47'),
(11339,7943,'action created','2020-12-26 19:08:47','2020-12-26 14:08:47'),
(11340,7943,'action started via WP Cron','2020-12-26 19:09:24','2020-12-26 14:09:24'),
(11341,7943,'action complete via WP Cron','2020-12-26 19:09:24','2020-12-26 14:09:24'),
(11342,7944,'action created','2020-12-26 19:09:25','2020-12-26 14:09:25'),
(11343,7944,'action started via WP Cron','2020-12-26 19:11:00','2020-12-26 14:11:00'),
(11344,7944,'action complete via WP Cron','2020-12-26 19:11:00','2020-12-26 14:11:00'),
(11345,7945,'action created','2020-12-26 19:11:00','2020-12-26 14:11:00'),
(11346,7945,'action started via WP Cron','2020-12-26 19:13:04','2020-12-26 14:13:04'),
(11347,7945,'action complete via WP Cron','2020-12-26 19:13:04','2020-12-26 14:13:04'),
(11348,7946,'action created','2020-12-26 19:13:04','2020-12-26 14:13:04'),
(11349,7946,'action started via WP Cron','2020-12-26 19:15:01','2020-12-26 14:15:01'),
(11350,7946,'action complete via WP Cron','2020-12-26 19:15:01','2020-12-26 14:15:01'),
(11351,7947,'action created','2020-12-26 19:15:01','2020-12-26 14:15:01'),
(11352,7947,'action started via WP Cron','2020-12-26 19:17:07','2020-12-26 14:17:07'),
(11353,7947,'action complete via WP Cron','2020-12-26 19:17:07','2020-12-26 14:17:07'),
(11354,7948,'action created','2020-12-26 19:17:07','2020-12-26 14:17:07'),
(11355,7948,'action started via WP Cron','2020-12-26 19:20:28','2020-12-26 14:20:28'),
(11356,7948,'action complete via WP Cron','2020-12-26 19:20:28','2020-12-26 14:20:28'),
(11357,7949,'action created','2020-12-26 19:20:29','2020-12-26 14:20:29'),
(11358,7949,'action started via WP Cron','2020-12-26 19:24:14','2020-12-26 14:24:14'),
(11359,7949,'action complete via WP Cron','2020-12-26 19:24:14','2020-12-26 14:24:14'),
(11360,7950,'action created','2020-12-26 19:24:14','2020-12-26 14:24:14'),
(11361,7950,'action started via WP Cron','2020-12-26 19:27:11','2020-12-26 14:27:11'),
(11362,7950,'action complete via WP Cron','2020-12-26 19:27:11','2020-12-26 14:27:11'),
(11363,7951,'action created','2020-12-26 19:27:11','2020-12-26 14:27:11'),
(11364,7951,'action started via WP Cron','2020-12-26 19:28:23','2020-12-26 14:28:23'),
(11365,7951,'action complete via WP Cron','2020-12-26 19:28:23','2020-12-26 14:28:23'),
(11366,7952,'action created','2020-12-26 19:28:23','2020-12-26 14:28:23'),
(11367,7952,'action started via WP Cron','2020-12-26 19:31:22','2020-12-26 14:31:22'),
(11368,7952,'action complete via WP Cron','2020-12-26 19:31:22','2020-12-26 14:31:22'),
(11369,7953,'action created','2020-12-26 19:31:22','2020-12-26 14:31:22'),
(11370,7953,'action started via WP Cron','2020-12-26 19:32:23','2020-12-26 14:32:23'),
(11371,7953,'action complete via WP Cron','2020-12-26 19:32:23','2020-12-26 14:32:23'),
(11372,7954,'action created','2020-12-26 19:32:23','2020-12-26 14:32:23'),
(11373,7954,'action started via WP Cron','2020-12-26 19:34:33','2020-12-26 14:34:33'),
(11374,7954,'action complete via WP Cron','2020-12-26 19:34:33','2020-12-26 14:34:33'),
(11375,7955,'action created','2020-12-26 19:34:33','2020-12-26 14:34:33'),
(11376,7955,'action started via WP Cron','2020-12-26 19:36:18','2020-12-26 14:36:18'),
(11377,7955,'action complete via WP Cron','2020-12-26 19:36:18','2020-12-26 14:36:18'),
(11378,7956,'action created','2020-12-26 19:36:18','2020-12-26 14:36:18'),
(11379,7956,'action started via WP Cron','2020-12-26 19:41:09','2020-12-26 14:41:09'),
(11380,7956,'action complete via WP Cron','2020-12-26 19:41:09','2020-12-26 14:41:09'),
(11381,7957,'action created','2020-12-26 19:41:09','2020-12-26 14:41:09'),
(11382,7957,'action started via WP Cron','2020-12-26 19:41:31','2020-12-26 14:41:31'),
(11383,7957,'action complete via WP Cron','2020-12-26 19:41:31','2020-12-26 14:41:31'),
(11384,7958,'action created','2020-12-26 19:41:31','2020-12-26 14:41:31'),
(11385,7958,'action started via WP Cron','2020-12-26 19:43:51','2020-12-26 14:43:51'),
(11386,7958,'action complete via WP Cron','2020-12-26 19:43:51','2020-12-26 14:43:51'),
(11387,7959,'action created','2020-12-26 19:43:51','2020-12-26 14:43:51'),
(11388,7959,'action started via WP Cron','2020-12-26 19:44:12','2020-12-26 14:44:12'),
(11389,7959,'action complete via WP Cron','2020-12-26 19:44:12','2020-12-26 14:44:12'),
(11390,7960,'action created','2020-12-26 19:44:12','2020-12-26 14:44:12'),
(11391,7960,'action started via WP Cron','2020-12-26 19:47:33','2020-12-26 14:47:33'),
(11392,7960,'action complete via WP Cron','2020-12-26 19:47:33','2020-12-26 14:47:33'),
(11393,7961,'action created','2020-12-26 19:47:33','2020-12-26 14:47:33'),
(11394,7961,'action started via WP Cron','2020-12-26 19:51:56','2020-12-26 14:51:56'),
(11395,7961,'action complete via WP Cron','2020-12-26 19:51:56','2020-12-26 14:51:56'),
(11396,7962,'action created','2020-12-26 19:51:56','2020-12-26 14:51:56'),
(11397,7962,'action started via WP Cron','2020-12-26 19:53:02','2020-12-26 14:53:02'),
(11398,7962,'action complete via WP Cron','2020-12-26 19:53:02','2020-12-26 14:53:02'),
(11399,7963,'action created','2020-12-26 19:53:02','2020-12-26 14:53:02'),
(11400,7963,'action started via WP Cron','2020-12-26 19:53:31','2020-12-26 14:53:31'),
(11401,7963,'action complete via WP Cron','2020-12-26 19:53:31','2020-12-26 14:53:31'),
(11402,7964,'action created','2020-12-26 19:53:31','2020-12-26 14:53:31'),
(11403,7964,'action started via WP Cron','2020-12-26 19:56:08','2020-12-26 14:56:08'),
(11404,7964,'action complete via WP Cron','2020-12-26 19:56:08','2020-12-26 14:56:08'),
(11405,7965,'action created','2020-12-26 19:56:08','2020-12-26 14:56:08'),
(11406,7965,'action started via WP Cron','2020-12-26 19:57:37','2020-12-26 14:57:37'),
(11407,7965,'action complete via WP Cron','2020-12-26 19:57:37','2020-12-26 14:57:37'),
(11408,7966,'action created','2020-12-26 19:57:37','2020-12-26 14:57:37'),
(11409,7966,'action started via WP Cron','2020-12-26 19:58:52','2020-12-26 14:58:52'),
(11410,7966,'action complete via WP Cron','2020-12-26 19:58:52','2020-12-26 14:58:52'),
(11411,7967,'action created','2020-12-26 19:58:52','2020-12-26 14:58:52'),
(11412,7967,'action started via WP Cron','2020-12-26 19:59:13','2020-12-26 14:59:13'),
(11413,7967,'action complete via WP Cron','2020-12-26 19:59:13','2020-12-26 14:59:13'),
(11414,7968,'action created','2020-12-26 19:59:13','2020-12-26 14:59:13'),
(11415,7968,'action started via WP Cron','2020-12-26 20:00:37','2020-12-26 15:00:37'),
(11416,7968,'action complete via WP Cron','2020-12-26 20:00:37','2020-12-26 15:00:37'),
(11417,7969,'action created','2020-12-26 20:00:37','2020-12-26 15:00:37'),
(11418,7969,'action started via WP Cron','2020-12-26 20:04:07','2020-12-26 15:04:07'),
(11419,7969,'action complete via WP Cron','2020-12-26 20:04:07','2020-12-26 15:04:07'),
(11420,7970,'action created','2020-12-26 20:04:07','2020-12-26 15:04:07'),
(11421,7970,'action started via WP Cron','2020-12-26 20:05:06','2020-12-26 15:05:06'),
(11422,7970,'action complete via WP Cron','2020-12-26 20:05:06','2020-12-26 15:05:06'),
(11423,7971,'action created','2020-12-26 20:05:06','2020-12-26 15:05:06'),
(11424,7971,'action started via WP Cron','2020-12-26 20:05:17','2020-12-26 15:05:17'),
(11425,7971,'action complete via WP Cron','2020-12-26 20:05:17','2020-12-26 15:05:17'),
(11426,7972,'action created','2020-12-26 20:05:17','2020-12-26 15:05:17'),
(11427,7972,'action started via WP Cron','2020-12-26 20:07:28','2020-12-26 15:07:28'),
(11428,7972,'action complete via WP Cron','2020-12-26 20:07:28','2020-12-26 15:07:28'),
(11429,7973,'action created','2020-12-26 20:07:28','2020-12-26 15:07:28'),
(11430,7973,'action started via WP Cron','2020-12-26 20:08:19','2020-12-26 15:08:19'),
(11431,7973,'action complete via WP Cron','2020-12-26 20:08:19','2020-12-26 15:08:19'),
(11432,7974,'action created','2020-12-26 20:08:20','2020-12-26 15:08:20'),
(11433,7974,'action started via WP Cron','2020-12-26 20:13:27','2020-12-26 15:13:27'),
(11434,7974,'action complete via WP Cron','2020-12-26 20:13:27','2020-12-26 15:13:27'),
(11435,7975,'action created','2020-12-26 20:13:27','2020-12-26 15:13:27'),
(11436,7975,'action started via WP Cron','2020-12-26 20:14:20','2020-12-26 15:14:20'),
(11437,7975,'action complete via WP Cron','2020-12-26 20:14:20','2020-12-26 15:14:20'),
(11438,7976,'action created','2020-12-26 20:14:20','2020-12-26 15:14:20'),
(11439,7976,'action started via WP Cron','2020-12-26 20:18:18','2020-12-26 15:18:18'),
(11440,7976,'action complete via WP Cron','2020-12-26 20:18:18','2020-12-26 15:18:18'),
(11441,7977,'action created','2020-12-26 20:18:18','2020-12-26 15:18:18'),
(11442,7977,'action started via WP Cron','2020-12-26 20:19:55','2020-12-26 15:19:55'),
(11443,7977,'action complete via WP Cron','2020-12-26 20:19:55','2020-12-26 15:19:55'),
(11444,7978,'action created','2020-12-26 20:19:55','2020-12-26 15:19:55'),
(11445,7978,'action started via WP Cron','2020-12-26 20:20:23','2020-12-26 15:20:23'),
(11446,7978,'action complete via WP Cron','2020-12-26 20:20:23','2020-12-26 15:20:23'),
(11447,7979,'action created','2020-12-26 20:20:23','2020-12-26 15:20:23'),
(11448,7979,'action started via WP Cron','2020-12-26 20:21:29','2020-12-26 15:21:29'),
(11449,7979,'action complete via WP Cron','2020-12-26 20:21:29','2020-12-26 15:21:29'),
(11450,7980,'action created','2020-12-26 20:21:29','2020-12-26 15:21:29'),
(11451,7980,'action started via WP Cron','2020-12-26 20:22:41','2020-12-26 15:22:41'),
(11452,7980,'action complete via WP Cron','2020-12-26 20:22:41','2020-12-26 15:22:41'),
(11453,7981,'action created','2020-12-26 20:22:41','2020-12-26 15:22:41'),
(11454,7981,'action started via WP Cron','2020-12-26 20:23:19','2020-12-26 15:23:19'),
(11455,7981,'action complete via WP Cron','2020-12-26 20:23:19','2020-12-26 15:23:19'),
(11456,7982,'action created','2020-12-26 20:23:19','2020-12-26 15:23:19'),
(11457,7982,'action started via WP Cron','2020-12-26 20:24:14','2020-12-26 15:24:14'),
(11458,7982,'action complete via WP Cron','2020-12-26 20:24:14','2020-12-26 15:24:14'),
(11459,7983,'action created','2020-12-26 20:24:14','2020-12-26 15:24:14'),
(11460,7983,'action started via WP Cron','2020-12-26 20:26:18','2020-12-26 15:26:18'),
(11461,7983,'action complete via WP Cron','2020-12-26 20:26:18','2020-12-26 15:26:18'),
(11462,7984,'action created','2020-12-26 20:26:18','2020-12-26 15:26:18'),
(11463,7984,'action started via WP Cron','2020-12-26 20:28:07','2020-12-26 15:28:07'),
(11464,7984,'action complete via WP Cron','2020-12-26 20:28:07','2020-12-26 15:28:07'),
(11465,7985,'action created','2020-12-26 20:28:07','2020-12-26 15:28:07'),
(11466,7985,'action started via WP Cron','2020-12-26 20:28:29','2020-12-26 15:28:29'),
(11467,7985,'action complete via WP Cron','2020-12-26 20:28:29','2020-12-26 15:28:29'),
(11468,7986,'action created','2020-12-26 20:28:29','2020-12-26 15:28:29'),
(11469,7986,'action started via WP Cron','2020-12-26 20:29:48','2020-12-26 15:29:48'),
(11470,7986,'action complete via WP Cron','2020-12-26 20:29:48','2020-12-26 15:29:48'),
(11471,7987,'action created','2020-12-26 20:29:48','2020-12-26 15:29:48'),
(11472,7987,'action started via WP Cron','2020-12-26 20:33:44','2020-12-26 15:33:44'),
(11473,7987,'action complete via WP Cron','2020-12-26 20:33:44','2020-12-26 15:33:44'),
(11474,7988,'action created','2020-12-26 20:33:44','2020-12-26 15:33:44'),
(11475,7988,'action started via WP Cron','2020-12-26 20:37:56','2020-12-26 15:37:56'),
(11476,7988,'action complete via WP Cron','2020-12-26 20:37:56','2020-12-26 15:37:56'),
(11477,7989,'action created','2020-12-26 20:37:56','2020-12-26 15:37:56'),
(11478,7989,'action started via WP Cron','2020-12-26 20:38:29','2020-12-26 15:38:29'),
(11479,7989,'action complete via WP Cron','2020-12-26 20:38:29','2020-12-26 15:38:29'),
(11480,7990,'action created','2020-12-26 20:38:29','2020-12-26 15:38:29'),
(11481,7990,'action started via WP Cron','2020-12-26 20:39:21','2020-12-26 15:39:21'),
(11482,7990,'action complete via WP Cron','2020-12-26 20:39:21','2020-12-26 15:39:21'),
(11483,7991,'action created','2020-12-26 20:39:21','2020-12-26 15:39:21'),
(11484,7991,'action started via WP Cron','2020-12-26 20:40:44','2020-12-26 15:40:44'),
(11485,7991,'action complete via WP Cron','2020-12-26 20:40:44','2020-12-26 15:40:44'),
(11486,7992,'action created','2020-12-26 20:40:44','2020-12-26 15:40:44'),
(11487,7992,'action started via WP Cron','2020-12-26 20:41:19','2020-12-26 15:41:19'),
(11488,7992,'action complete via WP Cron','2020-12-26 20:41:19','2020-12-26 15:41:19'),
(11489,7993,'action created','2020-12-26 20:41:19','2020-12-26 15:41:19'),
(11490,7993,'action started via WP Cron','2020-12-26 20:43:54','2020-12-26 15:43:54'),
(11491,7993,'action complete via WP Cron','2020-12-26 20:43:54','2020-12-26 15:43:54'),
(11492,7994,'action created','2020-12-26 20:43:55','2020-12-26 15:43:55'),
(11493,7994,'action started via WP Cron','2020-12-26 20:45:13','2020-12-26 15:45:13'),
(11494,7994,'action complete via WP Cron','2020-12-26 20:45:13','2020-12-26 15:45:13'),
(11495,7995,'action created','2020-12-26 20:45:13','2020-12-26 15:45:13'),
(11496,7995,'action started via WP Cron','2020-12-26 20:48:11','2020-12-26 15:48:11'),
(11497,7995,'action complete via WP Cron','2020-12-26 20:48:11','2020-12-26 15:48:11'),
(11498,7996,'action created','2020-12-26 20:48:11','2020-12-26 15:48:11'),
(11499,7996,'action started via WP Cron','2020-12-26 20:50:39','2020-12-26 15:50:39'),
(11500,7996,'action complete via WP Cron','2020-12-26 20:50:39','2020-12-26 15:50:39'),
(11501,7997,'action created','2020-12-26 20:50:39','2020-12-26 15:50:39'),
(11502,7997,'action started via WP Cron','2020-12-26 20:51:33','2020-12-26 15:51:33'),
(11503,7997,'action complete via WP Cron','2020-12-26 20:51:34','2020-12-26 15:51:34'),
(11504,7998,'action created','2020-12-26 20:51:34','2020-12-26 15:51:34'),
(11505,7998,'action started via WP Cron','2020-12-26 20:53:10','2020-12-26 15:53:10'),
(11506,7998,'action complete via WP Cron','2020-12-26 20:53:10','2020-12-26 15:53:10'),
(11507,7999,'action created','2020-12-26 20:53:10','2020-12-26 15:53:10'),
(11508,7999,'action started via WP Cron','2020-12-26 20:55:00','2020-12-26 15:55:00'),
(11509,7999,'action complete via WP Cron','2020-12-26 20:55:00','2020-12-26 15:55:00'),
(11510,8000,'action created','2020-12-26 20:55:00','2020-12-26 15:55:00'),
(11511,8000,'action started via WP Cron','2020-12-26 20:59:23','2020-12-26 15:59:23'),
(11512,8000,'action complete via WP Cron','2020-12-26 20:59:23','2020-12-26 15:59:23'),
(11513,8001,'action created','2020-12-26 20:59:23','2020-12-26 15:59:23'),
(11514,8001,'action started via WP Cron','2020-12-26 21:02:43','2020-12-26 16:02:43'),
(11515,8001,'action complete via WP Cron','2020-12-26 21:02:43','2020-12-26 16:02:43'),
(11516,8002,'action created','2020-12-26 21:02:43','2020-12-26 16:02:43'),
(11517,8002,'action started via WP Cron','2020-12-26 21:03:47','2020-12-26 16:03:47'),
(11518,8002,'action complete via WP Cron','2020-12-26 21:03:47','2020-12-26 16:03:47'),
(11519,8003,'action created','2020-12-26 21:03:47','2020-12-26 16:03:47'),
(11520,8003,'action started via WP Cron','2020-12-26 21:05:50','2020-12-26 16:05:50'),
(11521,8003,'action complete via WP Cron','2020-12-26 21:05:50','2020-12-26 16:05:50'),
(11522,8004,'action created','2020-12-26 21:05:50','2020-12-26 16:05:50'),
(11523,8004,'action started via WP Cron','2020-12-26 21:06:44','2020-12-26 16:06:44'),
(11524,8004,'action complete via WP Cron','2020-12-26 21:06:44','2020-12-26 16:06:44'),
(11525,8005,'action created','2020-12-26 21:06:44','2020-12-26 16:06:44'),
(11526,8005,'action started via WP Cron','2020-12-26 21:08:01','2020-12-26 16:08:01'),
(11527,8005,'action complete via WP Cron','2020-12-26 21:08:01','2020-12-26 16:08:01'),
(11528,8006,'action created','2020-12-26 21:08:01','2020-12-26 16:08:01'),
(11529,8006,'action started via WP Cron','2020-12-26 21:08:43','2020-12-26 16:08:43'),
(11530,8006,'action complete via WP Cron','2020-12-26 21:08:43','2020-12-26 16:08:43'),
(11531,8007,'action created','2020-12-26 21:08:43','2020-12-26 16:08:43'),
(11532,8007,'action started via WP Cron','2020-12-26 21:12:22','2020-12-26 16:12:22'),
(11533,8007,'action complete via WP Cron','2020-12-26 21:12:22','2020-12-26 16:12:22'),
(11534,8008,'action created','2020-12-26 21:12:22','2020-12-26 16:12:22'),
(11535,8008,'action started via WP Cron','2020-12-26 21:14:47','2020-12-26 16:14:47'),
(11536,8008,'action complete via WP Cron','2020-12-26 21:14:47','2020-12-26 16:14:47'),
(11537,8009,'action created','2020-12-26 21:14:47','2020-12-26 16:14:47'),
(11538,8009,'action started via WP Cron','2020-12-26 21:15:11','2020-12-26 16:15:11'),
(11539,8009,'action complete via WP Cron','2020-12-26 21:15:11','2020-12-26 16:15:11'),
(11540,8010,'action created','2020-12-26 21:15:11','2020-12-26 16:15:11'),
(11541,8010,'action started via WP Cron','2020-12-26 21:18:12','2020-12-26 16:18:12'),
(11542,8010,'action complete via WP Cron','2020-12-26 21:18:12','2020-12-26 16:18:12'),
(11543,8011,'action created','2020-12-26 21:18:12','2020-12-26 16:18:12'),
(11544,8011,'action started via WP Cron','2020-12-26 21:19:11','2020-12-26 16:19:11'),
(11545,8011,'action complete via WP Cron','2020-12-26 21:19:11','2020-12-26 16:19:11'),
(11546,8012,'action created','2020-12-26 21:19:11','2020-12-26 16:19:11'),
(11547,8012,'action started via WP Cron','2020-12-26 21:21:46','2020-12-26 16:21:46'),
(11548,8012,'action complete via WP Cron','2020-12-26 21:21:46','2020-12-26 16:21:46'),
(11549,8013,'action created','2020-12-26 21:21:46','2020-12-26 16:21:46'),
(11550,8013,'action started via WP Cron','2020-12-26 21:22:39','2020-12-26 16:22:39'),
(11551,8013,'action complete via WP Cron','2020-12-26 21:22:39','2020-12-26 16:22:39'),
(11552,8014,'action created','2020-12-26 21:22:39','2020-12-26 16:22:39'),
(11553,8014,'action started via WP Cron','2020-12-26 21:24:00','2020-12-26 16:24:00'),
(11554,8014,'action complete via WP Cron','2020-12-26 21:24:00','2020-12-26 16:24:00'),
(11555,8015,'action created','2020-12-26 21:24:00','2020-12-26 16:24:00'),
(11556,8015,'action started via WP Cron','2020-12-26 21:24:55','2020-12-26 16:24:55'),
(11557,8015,'action complete via WP Cron','2020-12-26 21:24:55','2020-12-26 16:24:55'),
(11558,8016,'action created','2020-12-26 21:24:55','2020-12-26 16:24:55'),
(11559,8016,'action started via WP Cron','2020-12-26 21:29:06','2020-12-26 16:29:06'),
(11560,8016,'action complete via WP Cron','2020-12-26 21:29:06','2020-12-26 16:29:06'),
(11561,8017,'action created','2020-12-26 21:29:06','2020-12-26 16:29:06'),
(11562,8017,'action started via WP Cron','2020-12-26 21:30:36','2020-12-26 16:30:36'),
(11563,8017,'action complete via WP Cron','2020-12-26 21:30:36','2020-12-26 16:30:36'),
(11564,8018,'action created','2020-12-26 21:30:36','2020-12-26 16:30:36'),
(11565,8018,'action started via WP Cron','2020-12-26 21:33:01','2020-12-26 16:33:01'),
(11566,8018,'action complete via WP Cron','2020-12-26 21:33:01','2020-12-26 16:33:01'),
(11567,8019,'action created','2020-12-26 21:33:01','2020-12-26 16:33:01'),
(11568,8019,'action started via WP Cron','2020-12-26 21:33:18','2020-12-26 16:33:18'),
(11569,8019,'action complete via WP Cron','2020-12-26 21:33:18','2020-12-26 16:33:18'),
(11570,8020,'action created','2020-12-26 21:33:18','2020-12-26 16:33:18'),
(11571,8020,'action started via WP Cron','2020-12-26 21:35:53','2020-12-26 16:35:53'),
(11572,8020,'action complete via WP Cron','2020-12-26 21:35:53','2020-12-26 16:35:53'),
(11573,8021,'action created','2020-12-26 21:35:53','2020-12-26 16:35:53'),
(11574,8021,'action started via WP Cron','2020-12-26 21:36:40','2020-12-26 16:36:40'),
(11575,8021,'action complete via WP Cron','2020-12-26 21:36:40','2020-12-26 16:36:40'),
(11576,8022,'action created','2020-12-26 21:36:40','2020-12-26 16:36:40'),
(11577,8022,'action started via WP Cron','2020-12-26 21:37:14','2020-12-26 16:37:14'),
(11578,8022,'action complete via WP Cron','2020-12-26 21:37:14','2020-12-26 16:37:14'),
(11579,8023,'action created','2020-12-26 21:37:14','2020-12-26 16:37:14'),
(11580,8023,'action started via WP Cron','2020-12-26 21:38:23','2020-12-26 16:38:23'),
(11581,8023,'action complete via WP Cron','2020-12-26 21:38:23','2020-12-26 16:38:23'),
(11582,8024,'action created','2020-12-26 21:38:23','2020-12-26 16:38:23'),
(11583,8024,'action started via WP Cron','2020-12-26 21:39:34','2020-12-26 16:39:34'),
(11584,8024,'action complete via WP Cron','2020-12-26 21:39:34','2020-12-26 16:39:34'),
(11585,8025,'action created','2020-12-26 21:39:34','2020-12-26 16:39:34'),
(11586,8025,'action started via WP Cron','2020-12-26 21:40:28','2020-12-26 16:40:28'),
(11587,8025,'action complete via WP Cron','2020-12-26 21:40:28','2020-12-26 16:40:28'),
(11588,8026,'action created','2020-12-26 21:40:28','2020-12-26 16:40:28'),
(11589,8026,'action started via WP Cron','2020-12-26 21:41:48','2020-12-26 16:41:48'),
(11590,8026,'action complete via WP Cron','2020-12-26 21:41:48','2020-12-26 16:41:48'),
(11591,8027,'action created','2020-12-26 21:41:48','2020-12-26 16:41:48'),
(11592,8027,'action started via WP Cron','2020-12-26 21:42:13','2020-12-26 16:42:13'),
(11593,8027,'action complete via WP Cron','2020-12-26 21:42:13','2020-12-26 16:42:13'),
(11594,8028,'action created','2020-12-26 21:42:13','2020-12-26 16:42:13'),
(11595,8028,'action started via WP Cron','2020-12-26 21:46:12','2020-12-26 16:46:12'),
(11596,8028,'action complete via WP Cron','2020-12-26 21:46:12','2020-12-26 16:46:12'),
(11597,8029,'action created','2020-12-26 21:46:12','2020-12-26 16:46:12'),
(11598,8029,'action started via WP Cron','2020-12-26 21:49:20','2020-12-26 16:49:20'),
(11599,8029,'action complete via WP Cron','2020-12-26 21:49:20','2020-12-26 16:49:20'),
(11600,8030,'action created','2020-12-26 21:49:20','2020-12-26 16:49:20'),
(11601,8030,'action started via WP Cron','2020-12-26 21:53:15','2020-12-26 16:53:15'),
(11602,8030,'action complete via WP Cron','2020-12-26 21:53:15','2020-12-26 16:53:15'),
(11603,8031,'action created','2020-12-26 21:53:15','2020-12-26 16:53:15'),
(11604,8031,'action started via WP Cron','2020-12-26 21:54:38','2020-12-26 16:54:38'),
(11605,8031,'action complete via WP Cron','2020-12-26 21:54:38','2020-12-26 16:54:38'),
(11606,8032,'action created','2020-12-26 21:54:38','2020-12-26 16:54:38'),
(11607,8032,'action started via WP Cron','2020-12-26 21:55:52','2020-12-26 16:55:52'),
(11608,8032,'action complete via WP Cron','2020-12-26 21:55:52','2020-12-26 16:55:52'),
(11609,8033,'action created','2020-12-26 21:55:52','2020-12-26 16:55:52'),
(11610,8033,'action started via WP Cron','2020-12-26 21:59:23','2020-12-26 16:59:23'),
(11611,8033,'action complete via WP Cron','2020-12-26 21:59:24','2020-12-26 16:59:24'),
(11612,8034,'action created','2020-12-26 21:59:24','2020-12-26 16:59:24'),
(11613,8034,'action started via WP Cron','2020-12-26 22:00:58','2020-12-26 17:00:58'),
(11614,8034,'action complete via WP Cron','2020-12-26 22:00:58','2020-12-26 17:00:58'),
(11615,8035,'action created','2020-12-26 22:00:58','2020-12-26 17:00:58'),
(11616,8035,'action started via WP Cron','2020-12-26 22:02:06','2020-12-26 17:02:06'),
(11617,8035,'action complete via WP Cron','2020-12-26 22:02:06','2020-12-26 17:02:06'),
(11618,8036,'action created','2020-12-26 22:02:06','2020-12-26 17:02:06'),
(11619,8036,'action started via WP Cron','2020-12-26 22:02:39','2020-12-26 17:02:39'),
(11620,8036,'action complete via WP Cron','2020-12-26 22:02:39','2020-12-26 17:02:39'),
(11621,8037,'action created','2020-12-26 22:02:39','2020-12-26 17:02:39'),
(11622,8037,'action started via WP Cron','2020-12-26 22:04:47','2020-12-26 17:04:47'),
(11623,8037,'action complete via WP Cron','2020-12-26 22:04:47','2020-12-26 17:04:47'),
(11624,8038,'action created','2020-12-26 22:04:47','2020-12-26 17:04:47'),
(11625,8038,'action started via WP Cron','2020-12-26 22:05:14','2020-12-26 17:05:14'),
(11626,8038,'action complete via WP Cron','2020-12-26 22:05:14','2020-12-26 17:05:14'),
(11627,8039,'action created','2020-12-26 22:05:14','2020-12-26 17:05:14'),
(11628,8039,'action started via WP Cron','2020-12-26 22:07:18','2020-12-26 17:07:18'),
(11629,8039,'action complete via WP Cron','2020-12-26 22:07:18','2020-12-26 17:07:18'),
(11630,8040,'action created','2020-12-26 22:07:18','2020-12-26 17:07:18'),
(11631,8040,'action started via WP Cron','2020-12-26 22:08:27','2020-12-26 17:08:27'),
(11632,8040,'action complete via WP Cron','2020-12-26 22:08:27','2020-12-26 17:08:27'),
(11633,8041,'action created','2020-12-26 22:08:27','2020-12-26 17:08:27'),
(11634,8041,'action started via WP Cron','2020-12-26 22:10:24','2020-12-26 17:10:24'),
(11635,8041,'action complete via WP Cron','2020-12-26 22:10:24','2020-12-26 17:10:24'),
(11636,8042,'action created','2020-12-26 22:10:24','2020-12-26 17:10:24'),
(11637,8042,'action started via WP Cron','2020-12-26 22:11:32','2020-12-26 17:11:32'),
(11638,8042,'action complete via WP Cron','2020-12-26 22:11:32','2020-12-26 17:11:32'),
(11639,8043,'action created','2020-12-26 22:11:32','2020-12-26 17:11:32'),
(11640,8043,'action started via WP Cron','2020-12-26 22:12:27','2020-12-26 17:12:27'),
(11641,8043,'action complete via WP Cron','2020-12-26 22:12:27','2020-12-26 17:12:27'),
(11642,8044,'action created','2020-12-26 22:12:27','2020-12-26 17:12:27'),
(11643,8044,'action started via WP Cron','2020-12-26 22:15:43','2020-12-26 17:15:43'),
(11644,8044,'action complete via WP Cron','2020-12-26 22:15:43','2020-12-26 17:15:43'),
(11645,8045,'action created','2020-12-26 22:15:43','2020-12-26 17:15:43'),
(11646,8045,'action started via WP Cron','2020-12-26 22:20:14','2020-12-26 17:20:14'),
(11647,8045,'action complete via WP Cron','2020-12-26 22:20:14','2020-12-26 17:20:14'),
(11648,8046,'action created','2020-12-26 22:20:14','2020-12-26 17:20:14'),
(11649,8046,'action started via WP Cron','2020-12-26 22:23:54','2020-12-26 17:23:54'),
(11650,8046,'action complete via WP Cron','2020-12-26 22:23:54','2020-12-26 17:23:54'),
(11651,8047,'action created','2020-12-26 22:23:54','2020-12-26 17:23:54'),
(11652,8047,'action started via WP Cron','2020-12-26 22:27:18','2020-12-26 17:27:18'),
(11653,8047,'action complete via WP Cron','2020-12-26 22:27:18','2020-12-26 17:27:18'),
(11654,8048,'action created','2020-12-26 22:27:18','2020-12-26 17:27:18'),
(11655,8048,'action started via WP Cron','2020-12-26 22:28:23','2020-12-26 17:28:23'),
(11656,8048,'action complete via WP Cron','2020-12-26 22:28:23','2020-12-26 17:28:23'),
(11657,8049,'action created','2020-12-26 22:28:23','2020-12-26 17:28:23'),
(11658,8049,'action started via WP Cron','2020-12-26 22:29:19','2020-12-26 17:29:19'),
(11659,8049,'action complete via WP Cron','2020-12-26 22:29:19','2020-12-26 17:29:19'),
(11660,8050,'action created','2020-12-26 22:29:19','2020-12-26 17:29:19'),
(11661,8050,'action started via WP Cron','2020-12-26 22:32:19','2020-12-26 17:32:19'),
(11662,8050,'action complete via WP Cron','2020-12-26 22:32:19','2020-12-26 17:32:19'),
(11663,8051,'action created','2020-12-26 22:32:19','2020-12-26 17:32:19'),
(11664,8051,'action started via WP Cron','2020-12-26 22:33:40','2020-12-26 17:33:40'),
(11665,8051,'action complete via WP Cron','2020-12-26 22:33:40','2020-12-26 17:33:40'),
(11666,8052,'action created','2020-12-26 22:33:40','2020-12-26 17:33:40'),
(11667,8052,'action started via WP Cron','2020-12-26 22:34:44','2020-12-26 17:34:44'),
(11668,8052,'action complete via WP Cron','2020-12-26 22:34:44','2020-12-26 17:34:44'),
(11669,8053,'action created','2020-12-26 22:34:44','2020-12-26 17:34:44'),
(11670,8053,'action started via WP Cron','2020-12-26 22:36:02','2020-12-26 17:36:02'),
(11671,8053,'action complete via WP Cron','2020-12-26 22:36:02','2020-12-26 17:36:02'),
(11672,8054,'action created','2020-12-26 22:36:02','2020-12-26 17:36:02'),
(11673,8054,'action started via WP Cron','2020-12-26 22:37:03','2020-12-26 17:37:03'),
(11674,8054,'action complete via WP Cron','2020-12-26 22:37:03','2020-12-26 17:37:03'),
(11675,8055,'action created','2020-12-26 22:37:03','2020-12-26 17:37:03'),
(11676,8055,'action started via WP Cron','2020-12-26 22:38:55','2020-12-26 17:38:55'),
(11677,8055,'action complete via WP Cron','2020-12-26 22:38:55','2020-12-26 17:38:55'),
(11678,8056,'action created','2020-12-26 22:38:55','2020-12-26 17:38:55'),
(11679,8056,'action started via WP Cron','2020-12-26 22:41:29','2020-12-26 17:41:29'),
(11680,8056,'action complete via WP Cron','2020-12-26 22:41:29','2020-12-26 17:41:29'),
(11681,8057,'action created','2020-12-26 22:41:29','2020-12-26 17:41:29'),
(11682,8057,'action started via WP Cron','2020-12-26 22:43:28','2020-12-26 17:43:28'),
(11683,8057,'action complete via WP Cron','2020-12-26 22:43:28','2020-12-26 17:43:28'),
(11684,8058,'action created','2020-12-26 22:43:28','2020-12-26 17:43:28'),
(11685,8058,'action started via WP Cron','2020-12-26 22:47:47','2020-12-26 17:47:47'),
(11686,8058,'action complete via WP Cron','2020-12-26 22:47:47','2020-12-26 17:47:47'),
(11687,8059,'action created','2020-12-26 22:47:47','2020-12-26 17:47:47'),
(11688,8059,'action started via WP Cron','2020-12-26 22:48:59','2020-12-26 17:48:59'),
(11689,8059,'action complete via WP Cron','2020-12-26 22:48:59','2020-12-26 17:48:59'),
(11690,8060,'action created','2020-12-26 22:48:59','2020-12-26 17:48:59'),
(11691,8060,'action started via WP Cron','2020-12-26 22:49:21','2020-12-26 17:49:21'),
(11692,8060,'action complete via WP Cron','2020-12-26 22:49:21','2020-12-26 17:49:21'),
(11693,8061,'action created','2020-12-26 22:49:21','2020-12-26 17:49:21'),
(11694,8061,'action started via WP Cron','2020-12-26 22:50:36','2020-12-26 17:50:36'),
(11695,8061,'action complete via WP Cron','2020-12-26 22:50:37','2020-12-26 17:50:37'),
(11696,8062,'action created','2020-12-26 22:50:37','2020-12-26 17:50:37'),
(11697,8062,'action started via WP Cron','2020-12-26 22:51:32','2020-12-26 17:51:32'),
(11698,8062,'action complete via WP Cron','2020-12-26 22:51:32','2020-12-26 17:51:32'),
(11699,8063,'action created','2020-12-26 22:51:32','2020-12-26 17:51:32'),
(11700,8063,'action started via WP Cron','2020-12-26 22:52:59','2020-12-26 17:52:59'),
(11701,8063,'action complete via WP Cron','2020-12-26 22:52:59','2020-12-26 17:52:59'),
(11702,8064,'action created','2020-12-26 22:52:59','2020-12-26 17:52:59'),
(11703,8064,'action started via WP Cron','2020-12-26 22:54:19','2020-12-26 17:54:19'),
(11704,8064,'action complete via WP Cron','2020-12-26 22:54:19','2020-12-26 17:54:19'),
(11705,8065,'action created','2020-12-26 22:54:19','2020-12-26 17:54:19'),
(11706,8065,'action started via WP Cron','2020-12-26 22:55:22','2020-12-26 17:55:22'),
(11707,8065,'action complete via WP Cron','2020-12-26 22:55:22','2020-12-26 17:55:22'),
(11708,8066,'action created','2020-12-26 22:55:22','2020-12-26 17:55:22'),
(11709,8066,'action started via WP Cron','2020-12-26 22:57:03','2020-12-26 17:57:03'),
(11710,8066,'action complete via WP Cron','2020-12-26 22:57:03','2020-12-26 17:57:03'),
(11711,8067,'action created','2020-12-26 22:57:03','2020-12-26 17:57:03'),
(11712,8067,'action started via WP Cron','2020-12-26 22:58:05','2020-12-26 17:58:05'),
(11713,8067,'action complete via WP Cron','2020-12-26 22:58:05','2020-12-26 17:58:05'),
(11714,8068,'action created','2020-12-26 22:58:05','2020-12-26 17:58:05'),
(11715,8068,'action started via WP Cron','2020-12-26 22:58:47','2020-12-26 17:58:47'),
(11716,8068,'action complete via WP Cron','2020-12-26 22:58:47','2020-12-26 17:58:47'),
(11717,8069,'action created','2020-12-26 22:58:47','2020-12-26 17:58:47'),
(11718,8069,'action started via WP Cron','2020-12-26 23:01:06','2020-12-26 18:01:06'),
(11719,8069,'action complete via WP Cron','2020-12-26 23:01:06','2020-12-26 18:01:06'),
(11720,8070,'action created','2020-12-26 23:01:06','2020-12-26 18:01:06'),
(11721,8070,'action started via WP Cron','2020-12-26 23:01:47','2020-12-26 18:01:47'),
(11722,8070,'action complete via WP Cron','2020-12-26 23:01:47','2020-12-26 18:01:47'),
(11723,8071,'action created','2020-12-26 23:01:47','2020-12-26 18:01:47'),
(11724,8071,'action started via WP Cron','2020-12-26 23:03:18','2020-12-26 18:03:18'),
(11725,8071,'action complete via WP Cron','2020-12-26 23:03:18','2020-12-26 18:03:18'),
(11726,8072,'action created','2020-12-26 23:03:18','2020-12-26 18:03:18'),
(11727,8072,'action started via WP Cron','2020-12-26 23:06:28','2020-12-26 18:06:28'),
(11728,8072,'action complete via WP Cron','2020-12-26 23:06:28','2020-12-26 18:06:28'),
(11729,8073,'action created','2020-12-26 23:06:28','2020-12-26 18:06:28'),
(11730,8073,'action started via WP Cron','2020-12-26 23:07:30','2020-12-26 18:07:30'),
(11731,8073,'action complete via WP Cron','2020-12-26 23:07:30','2020-12-26 18:07:30'),
(11732,8074,'action created','2020-12-26 23:07:30','2020-12-26 18:07:30'),
(11733,8074,'action started via WP Cron','2020-12-26 23:11:00','2020-12-26 18:11:00'),
(11734,8074,'action complete via WP Cron','2020-12-26 23:11:00','2020-12-26 18:11:00'),
(11735,8075,'action created','2020-12-26 23:11:00','2020-12-26 18:11:00'),
(11736,8075,'action started via WP Cron','2020-12-26 23:11:58','2020-12-26 18:11:58'),
(11737,8075,'action complete via WP Cron','2020-12-26 23:11:58','2020-12-26 18:11:58'),
(11738,8076,'action created','2020-12-26 23:11:58','2020-12-26 18:11:58'),
(11739,8076,'action started via WP Cron','2020-12-26 23:15:26','2020-12-26 18:15:26'),
(11740,8076,'action complete via WP Cron','2020-12-26 23:15:26','2020-12-26 18:15:26'),
(11741,8077,'action created','2020-12-26 23:15:26','2020-12-26 18:15:26'),
(11742,8077,'action started via WP Cron','2020-12-26 23:18:10','2020-12-26 18:18:10'),
(11743,8077,'action complete via WP Cron','2020-12-26 23:18:10','2020-12-26 18:18:10'),
(11744,8078,'action created','2020-12-26 23:18:10','2020-12-26 18:18:10'),
(11745,8078,'action started via WP Cron','2020-12-26 23:18:45','2020-12-26 18:18:45'),
(11746,8078,'action complete via WP Cron','2020-12-26 23:18:45','2020-12-26 18:18:45'),
(11747,8079,'action created','2020-12-26 23:18:45','2020-12-26 18:18:45'),
(11748,8079,'action started via WP Cron','2020-12-26 23:20:39','2020-12-26 18:20:39'),
(11749,8079,'action complete via WP Cron','2020-12-26 23:20:39','2020-12-26 18:20:39'),
(11750,8080,'action created','2020-12-26 23:20:39','2020-12-26 18:20:39'),
(11751,8080,'action started via WP Cron','2020-12-26 23:24:25','2020-12-26 18:24:25'),
(11752,8080,'action complete via WP Cron','2020-12-26 23:24:25','2020-12-26 18:24:25'),
(11753,8081,'action created','2020-12-26 23:24:25','2020-12-26 18:24:25'),
(11754,8081,'action started via WP Cron','2020-12-26 23:25:20','2020-12-26 18:25:20'),
(11755,8081,'action complete via WP Cron','2020-12-26 23:25:20','2020-12-26 18:25:20'),
(11756,8082,'action created','2020-12-26 23:25:20','2020-12-26 18:25:20'),
(11757,8082,'action started via WP Cron','2020-12-26 23:26:54','2020-12-26 18:26:54'),
(11758,8082,'action complete via WP Cron','2020-12-26 23:26:54','2020-12-26 18:26:54'),
(11759,8083,'action created','2020-12-26 23:26:54','2020-12-26 18:26:54'),
(11760,8083,'action started via WP Cron','2020-12-26 23:27:45','2020-12-26 18:27:45'),
(11761,8083,'action complete via WP Cron','2020-12-26 23:27:45','2020-12-26 18:27:45'),
(11762,8084,'action created','2020-12-26 23:27:45','2020-12-26 18:27:45'),
(11763,8084,'action started via WP Cron','2020-12-26 23:28:19','2020-12-26 18:28:19'),
(11764,8084,'action complete via WP Cron','2020-12-26 23:28:19','2020-12-26 18:28:19'),
(11765,8085,'action created','2020-12-26 23:28:19','2020-12-26 18:28:19'),
(11766,8085,'action started via WP Cron','2020-12-26 23:29:27','2020-12-26 18:29:27'),
(11767,8085,'action complete via WP Cron','2020-12-26 23:29:27','2020-12-26 18:29:27'),
(11768,8086,'action created','2020-12-26 23:29:27','2020-12-26 18:29:27'),
(11769,8086,'action started via WP Cron','2020-12-26 23:30:34','2020-12-26 18:30:34'),
(11770,8086,'action complete via WP Cron','2020-12-26 23:30:34','2020-12-26 18:30:34'),
(11771,8087,'action created','2020-12-26 23:30:34','2020-12-26 18:30:34'),
(11772,8087,'action started via WP Cron','2020-12-26 23:32:13','2020-12-26 18:32:13'),
(11773,8087,'action complete via WP Cron','2020-12-26 23:32:13','2020-12-26 18:32:13'),
(11774,8088,'action created','2020-12-26 23:32:13','2020-12-26 18:32:13'),
(11775,8088,'action started via WP Cron','2020-12-26 23:33:49','2020-12-26 18:33:49'),
(11776,8088,'action complete via WP Cron','2020-12-26 23:33:49','2020-12-26 18:33:49'),
(11777,8089,'action created','2020-12-26 23:33:49','2020-12-26 18:33:49'),
(11778,8089,'action started via WP Cron','2020-12-26 23:34:35','2020-12-26 18:34:35'),
(11779,8089,'action complete via WP Cron','2020-12-26 23:34:35','2020-12-26 18:34:35'),
(11780,8090,'action created','2020-12-26 23:34:35','2020-12-26 18:34:35'),
(11781,8090,'action started via WP Cron','2020-12-26 23:37:15','2020-12-26 18:37:15'),
(11782,8090,'action complete via WP Cron','2020-12-26 23:37:16','2020-12-26 18:37:16'),
(11783,8091,'action created','2020-12-26 23:37:16','2020-12-26 18:37:16'),
(11784,8091,'action started via WP Cron','2020-12-26 23:40:50','2020-12-26 18:40:50'),
(11785,8091,'action complete via WP Cron','2020-12-26 23:40:50','2020-12-26 18:40:50'),
(11786,8092,'action created','2020-12-26 23:40:50','2020-12-26 18:40:50'),
(11787,8092,'action started via WP Cron','2020-12-26 23:41:18','2020-12-26 18:41:18'),
(11788,8092,'action complete via WP Cron','2020-12-26 23:41:18','2020-12-26 18:41:18'),
(11789,8093,'action created','2020-12-26 23:41:18','2020-12-26 18:41:18'),
(11790,8093,'action started via WP Cron','2020-12-26 23:42:23','2020-12-26 18:42:23'),
(11791,8093,'action complete via WP Cron','2020-12-26 23:42:23','2020-12-26 18:42:23'),
(11792,8094,'action created','2020-12-26 23:42:23','2020-12-26 18:42:23'),
(11793,8094,'action started via WP Cron','2020-12-26 23:43:27','2020-12-26 18:43:27'),
(11794,8094,'action complete via WP Cron','2020-12-26 23:43:27','2020-12-26 18:43:27'),
(11795,8095,'action created','2020-12-26 23:43:27','2020-12-26 18:43:27'),
(11796,8095,'action started via WP Cron','2020-12-26 23:45:38','2020-12-26 18:45:38'),
(11797,8095,'action complete via WP Cron','2020-12-26 23:45:38','2020-12-26 18:45:38'),
(11798,8096,'action created','2020-12-26 23:45:38','2020-12-26 18:45:38'),
(11799,8096,'action started via WP Cron','2020-12-26 23:47:40','2020-12-26 18:47:40'),
(11800,8096,'action complete via WP Cron','2020-12-26 23:47:40','2020-12-26 18:47:40'),
(11801,8097,'action created','2020-12-26 23:47:40','2020-12-26 18:47:40'),
(11802,8097,'action started via WP Cron','2020-12-26 23:50:09','2020-12-26 18:50:09'),
(11803,8097,'action complete via WP Cron','2020-12-26 23:50:09','2020-12-26 18:50:09'),
(11804,8098,'action created','2020-12-26 23:50:09','2020-12-26 18:50:09'),
(11805,8098,'action started via WP Cron','2020-12-26 23:50:34','2020-12-26 18:50:34'),
(11806,8098,'action complete via WP Cron','2020-12-26 23:50:34','2020-12-26 18:50:34'),
(11807,8099,'action created','2020-12-26 23:50:34','2020-12-26 18:50:34'),
(11808,8099,'action started via WP Cron','2020-12-26 23:51:15','2020-12-26 18:51:15'),
(11809,8099,'action complete via WP Cron','2020-12-26 23:51:15','2020-12-26 18:51:15'),
(11810,8100,'action created','2020-12-26 23:51:15','2020-12-26 18:51:15'),
(11811,8100,'action started via WP Cron','2020-12-26 23:53:44','2020-12-26 18:53:44'),
(11812,8100,'action complete via WP Cron','2020-12-26 23:53:44','2020-12-26 18:53:44'),
(11813,8101,'action created','2020-12-26 23:53:44','2020-12-26 18:53:44'),
(11814,8101,'action started via WP Cron','2020-12-26 23:54:16','2020-12-26 18:54:16'),
(11815,8101,'action complete via WP Cron','2020-12-26 23:54:16','2020-12-26 18:54:16'),
(11816,8102,'action created','2020-12-26 23:54:16','2020-12-26 18:54:16'),
(11817,8102,'action started via WP Cron','2020-12-26 23:59:13','2020-12-26 18:59:13'),
(11818,8102,'action complete via WP Cron','2020-12-26 23:59:13','2020-12-26 18:59:13'),
(11819,8103,'action created','2020-12-26 23:59:13','2020-12-26 18:59:13'),
(11820,8103,'action started via WP Cron','2020-12-27 00:00:13','2020-12-26 19:00:13'),
(11821,8103,'action complete via WP Cron','2020-12-27 00:00:13','2020-12-26 19:00:13'),
(11822,8104,'action created','2020-12-27 00:00:13','2020-12-26 19:00:13'),
(11823,8104,'action started via WP Cron','2020-12-27 00:03:29','2020-12-26 19:03:29'),
(11824,8104,'action complete via WP Cron','2020-12-27 00:03:29','2020-12-26 19:03:29'),
(11825,8105,'action created','2020-12-27 00:03:29','2020-12-26 19:03:29'),
(11826,8105,'action started via WP Cron','2020-12-27 00:07:25','2020-12-26 19:07:25'),
(11827,8105,'action complete via WP Cron','2020-12-27 00:07:25','2020-12-26 19:07:25'),
(11828,8106,'action created','2020-12-27 00:07:25','2020-12-26 19:07:25'),
(11829,8106,'action started via WP Cron','2020-12-27 00:09:55','2020-12-26 19:09:55'),
(11830,8106,'action complete via WP Cron','2020-12-27 00:09:55','2020-12-26 19:09:55'),
(11831,8107,'action created','2020-12-27 00:09:55','2020-12-26 19:09:55'),
(11832,8107,'action started via WP Cron','2020-12-27 00:10:13','2020-12-26 19:10:13'),
(11833,8107,'action complete via WP Cron','2020-12-27 00:10:13','2020-12-26 19:10:13'),
(11834,8108,'action created','2020-12-27 00:10:13','2020-12-26 19:10:13'),
(11835,8108,'action started via WP Cron','2020-12-27 00:11:49','2020-12-26 19:11:49'),
(11836,8108,'action complete via WP Cron','2020-12-27 00:11:49','2020-12-26 19:11:49'),
(11837,8109,'action created','2020-12-27 00:11:49','2020-12-26 19:11:49'),
(11838,8109,'action started via WP Cron','2020-12-27 00:12:30','2020-12-26 19:12:30'),
(11839,8109,'action complete via WP Cron','2020-12-27 00:12:30','2020-12-26 19:12:30'),
(11840,8110,'action created','2020-12-27 00:12:31','2020-12-26 19:12:31'),
(11841,8110,'action started via WP Cron','2020-12-27 00:13:35','2020-12-26 19:13:35'),
(11842,8110,'action complete via WP Cron','2020-12-27 00:13:35','2020-12-26 19:13:35'),
(11843,8111,'action created','2020-12-27 00:13:35','2020-12-26 19:13:35'),
(11844,8111,'action started via WP Cron','2020-12-27 00:14:32','2020-12-26 19:14:32'),
(11845,8111,'action complete via WP Cron','2020-12-27 00:14:32','2020-12-26 19:14:32'),
(11846,8112,'action created','2020-12-27 00:14:32','2020-12-26 19:14:32'),
(11847,8112,'action started via WP Cron','2020-12-27 00:15:46','2020-12-26 19:15:46'),
(11848,8112,'action complete via WP Cron','2020-12-27 00:15:46','2020-12-26 19:15:46'),
(11849,8113,'action created','2020-12-27 00:15:46','2020-12-26 19:15:46'),
(11850,8113,'action started via WP Cron','2020-12-27 00:17:33','2020-12-26 19:17:33'),
(11851,8113,'action complete via WP Cron','2020-12-27 00:17:33','2020-12-26 19:17:33'),
(11852,8114,'action created','2020-12-27 00:17:33','2020-12-26 19:17:33'),
(11853,8114,'action started via WP Cron','2020-12-27 00:18:17','2020-12-26 19:18:17'),
(11854,8114,'action complete via WP Cron','2020-12-27 00:18:17','2020-12-26 19:18:17'),
(11855,8115,'action created','2020-12-27 00:18:17','2020-12-26 19:18:17'),
(11856,8115,'action started via WP Cron','2020-12-27 00:19:16','2020-12-26 19:19:16'),
(11857,8115,'action complete via WP Cron','2020-12-27 00:19:17','2020-12-26 19:19:17'),
(11858,8116,'action created','2020-12-27 00:19:17','2020-12-26 19:19:17'),
(11859,8116,'action started via WP Cron','2020-12-27 00:20:47','2020-12-26 19:20:47'),
(11860,8116,'action complete via WP Cron','2020-12-27 00:20:47','2020-12-26 19:20:47'),
(11861,8117,'action created','2020-12-27 00:20:47','2020-12-26 19:20:47'),
(11862,8117,'action started via WP Cron','2020-12-27 00:21:54','2020-12-26 19:21:54'),
(11863,8117,'action complete via WP Cron','2020-12-27 00:21:54','2020-12-26 19:21:54'),
(11864,8118,'action created','2020-12-27 00:21:54','2020-12-26 19:21:54'),
(11865,8118,'action started via WP Cron','2020-12-27 00:25:02','2020-12-26 19:25:02'),
(11866,8118,'action complete via WP Cron','2020-12-27 00:25:02','2020-12-26 19:25:02'),
(11867,8119,'action created','2020-12-27 00:25:02','2020-12-26 19:25:02'),
(11868,8119,'action started via WP Cron','2020-12-27 00:26:16','2020-12-26 19:26:16'),
(11869,8119,'action complete via WP Cron','2020-12-27 00:26:16','2020-12-26 19:26:16'),
(11870,8120,'action created','2020-12-27 00:26:16','2020-12-26 19:26:16'),
(11871,8120,'action started via WP Cron','2020-12-27 00:28:47','2020-12-26 19:28:47'),
(11872,8120,'action complete via WP Cron','2020-12-27 00:28:47','2020-12-26 19:28:47'),
(11873,8121,'action created','2020-12-27 00:28:47','2020-12-26 19:28:47'),
(11874,8121,'action started via WP Cron','2020-12-27 00:29:35','2020-12-26 19:29:35'),
(11875,8121,'action complete via WP Cron','2020-12-27 00:29:35','2020-12-26 19:29:35'),
(11876,8122,'action created','2020-12-27 00:29:35','2020-12-26 19:29:35'),
(11877,8122,'action started via WP Cron','2020-12-27 00:31:21','2020-12-26 19:31:21'),
(11878,8122,'action complete via WP Cron','2020-12-27 00:31:21','2020-12-26 19:31:21'),
(11879,8123,'action created','2020-12-27 00:31:21','2020-12-26 19:31:21'),
(11880,8123,'action started via WP Cron','2020-12-27 00:33:00','2020-12-26 19:33:00'),
(11881,8123,'action complete via WP Cron','2020-12-27 00:33:00','2020-12-26 19:33:00'),
(11882,8124,'action created','2020-12-27 00:33:00','2020-12-26 19:33:00'),
(11883,8124,'action started via WP Cron','2020-12-27 00:33:20','2020-12-26 19:33:20'),
(11884,8124,'action complete via WP Cron','2020-12-27 00:33:20','2020-12-26 19:33:20'),
(11885,8125,'action created','2020-12-27 00:33:20','2020-12-26 19:33:20'),
(11886,8125,'action started via WP Cron','2020-12-27 00:34:39','2020-12-26 19:34:39'),
(11887,8125,'action complete via WP Cron','2020-12-27 00:34:39','2020-12-26 19:34:39'),
(11888,8126,'action created','2020-12-27 00:34:39','2020-12-26 19:34:39'),
(11889,8126,'action started via WP Cron','2020-12-27 00:36:11','2020-12-26 19:36:11'),
(11890,8126,'action complete via WP Cron','2020-12-27 00:36:11','2020-12-26 19:36:11'),
(11891,8127,'action created','2020-12-27 00:36:11','2020-12-26 19:36:11'),
(11892,8127,'action started via WP Cron','2020-12-27 00:37:28','2020-12-26 19:37:28'),
(11893,8127,'action complete via WP Cron','2020-12-27 00:37:28','2020-12-26 19:37:28'),
(11894,8128,'action created','2020-12-27 00:37:29','2020-12-26 19:37:29'),
(11895,8128,'action started via WP Cron','2020-12-27 00:38:44','2020-12-26 19:38:44'),
(11896,8128,'action complete via WP Cron','2020-12-27 00:38:44','2020-12-26 19:38:44'),
(11897,8129,'action created','2020-12-27 00:38:44','2020-12-26 19:38:44'),
(11898,8129,'action started via WP Cron','2020-12-27 00:40:16','2020-12-26 19:40:16'),
(11899,8129,'action complete via WP Cron','2020-12-27 00:40:16','2020-12-26 19:40:16'),
(11900,8130,'action created','2020-12-27 00:40:16','2020-12-26 19:40:16'),
(11901,8130,'action started via WP Cron','2020-12-27 00:41:27','2020-12-26 19:41:27'),
(11902,8130,'action complete via WP Cron','2020-12-27 00:41:27','2020-12-26 19:41:27'),
(11903,8131,'action created','2020-12-27 00:41:27','2020-12-26 19:41:27'),
(11904,8131,'action started via WP Cron','2020-12-27 00:48:18','2020-12-26 19:48:18'),
(11905,8131,'action complete via WP Cron','2020-12-27 00:48:18','2020-12-26 19:48:18'),
(11906,8132,'action created','2020-12-27 00:48:18','2020-12-26 19:48:18'),
(11907,8132,'action started via WP Cron','2020-12-27 00:50:23','2020-12-26 19:50:23'),
(11908,8132,'action complete via WP Cron','2020-12-27 00:50:23','2020-12-26 19:50:23'),
(11909,8133,'action created','2020-12-27 00:50:23','2020-12-26 19:50:23'),
(11910,8133,'action started via WP Cron','2020-12-27 00:51:29','2020-12-26 19:51:29'),
(11911,8133,'action complete via WP Cron','2020-12-27 00:51:29','2020-12-26 19:51:29'),
(11912,8134,'action created','2020-12-27 00:51:30','2020-12-26 19:51:30'),
(11913,8134,'action started via WP Cron','2020-12-27 00:54:25','2020-12-26 19:54:25'),
(11914,8134,'action complete via WP Cron','2020-12-27 00:54:25','2020-12-26 19:54:25'),
(11915,8135,'action created','2020-12-27 00:54:25','2020-12-26 19:54:25'),
(11916,8135,'action started via WP Cron','2020-12-27 00:56:37','2020-12-26 19:56:37'),
(11917,8135,'action complete via WP Cron','2020-12-27 00:56:37','2020-12-26 19:56:37'),
(11918,8136,'action created','2020-12-27 00:56:37','2020-12-26 19:56:37'),
(11919,8136,'action started via WP Cron','2020-12-27 00:57:16','2020-12-26 19:57:16'),
(11920,8136,'action complete via WP Cron','2020-12-27 00:57:16','2020-12-26 19:57:16'),
(11921,8137,'action created','2020-12-27 00:57:16','2020-12-26 19:57:16'),
(11922,8137,'action started via WP Cron','2020-12-27 01:00:35','2020-12-26 20:00:35'),
(11923,8137,'action complete via WP Cron','2020-12-27 01:00:36','2020-12-26 20:00:36'),
(11924,8138,'action created','2020-12-27 01:00:36','2020-12-26 20:00:36'),
(11925,8138,'action started via WP Cron','2020-12-27 01:01:16','2020-12-26 20:01:16'),
(11926,8138,'action complete via WP Cron','2020-12-27 01:01:16','2020-12-26 20:01:16'),
(11927,8139,'action created','2020-12-27 01:01:16','2020-12-26 20:01:16'),
(11928,7337,'action started via WP Cron','2020-12-27 01:07:07','2020-12-26 20:07:07'),
(11929,7337,'action complete via WP Cron','2020-12-27 01:07:07','2020-12-26 20:07:07'),
(11930,8140,'action created','2020-12-27 01:07:07','2020-12-26 20:07:07'),
(11931,8139,'action started via WP Cron','2020-12-27 01:07:07','2020-12-26 20:07:07'),
(11932,8139,'action complete via WP Cron','2020-12-27 01:07:07','2020-12-26 20:07:07'),
(11933,8141,'action created','2020-12-27 01:07:07','2020-12-26 20:07:07'),
(11934,8141,'action started via WP Cron','2020-12-27 01:08:50','2020-12-26 20:08:50'),
(11935,8141,'action complete via WP Cron','2020-12-27 01:08:50','2020-12-26 20:08:50'),
(11936,8142,'action created','2020-12-27 01:08:50','2020-12-26 20:08:50'),
(11937,8142,'action started via WP Cron','2020-12-27 01:11:15','2020-12-26 20:11:15'),
(11938,8142,'action complete via WP Cron','2020-12-27 01:11:15','2020-12-26 20:11:15'),
(11939,8143,'action created','2020-12-27 01:11:15','2020-12-26 20:11:15'),
(11940,8143,'action started via WP Cron','2020-12-27 01:14:34','2020-12-26 20:14:34'),
(11941,8143,'action complete via WP Cron','2020-12-27 01:14:34','2020-12-26 20:14:34'),
(11942,8144,'action created','2020-12-27 01:14:34','2020-12-26 20:14:34'),
(11943,8144,'action started via WP Cron','2020-12-27 01:19:44','2020-12-26 20:19:44'),
(11944,8144,'action complete via WP Cron','2020-12-27 01:19:44','2020-12-26 20:19:44'),
(11945,8145,'action created','2020-12-27 01:19:44','2020-12-26 20:19:44'),
(11946,8145,'action started via WP Cron','2020-12-27 01:23:51','2020-12-26 20:23:51'),
(11947,8145,'action complete via WP Cron','2020-12-27 01:23:51','2020-12-26 20:23:51'),
(11948,8146,'action created','2020-12-27 01:23:51','2020-12-26 20:23:51'),
(11949,8146,'action started via WP Cron','2020-12-27 01:24:25','2020-12-26 20:24:25'),
(11950,8146,'action complete via WP Cron','2020-12-27 01:24:25','2020-12-26 20:24:25'),
(11951,8147,'action created','2020-12-27 01:24:25','2020-12-26 20:24:25'),
(11952,8147,'action started via WP Cron','2020-12-27 01:26:49','2020-12-26 20:26:49'),
(11953,8147,'action complete via WP Cron','2020-12-27 01:26:49','2020-12-26 20:26:49'),
(11954,8148,'action created','2020-12-27 01:26:49','2020-12-26 20:26:49'),
(11955,8148,'action started via WP Cron','2020-12-27 01:28:41','2020-12-26 20:28:41'),
(11956,8148,'action complete via WP Cron','2020-12-27 01:28:41','2020-12-26 20:28:41'),
(11957,8149,'action created','2020-12-27 01:28:41','2020-12-26 20:28:41'),
(11958,8149,'action started via WP Cron','2020-12-27 01:30:29','2020-12-26 20:30:29'),
(11959,8149,'action complete via WP Cron','2020-12-27 01:30:29','2020-12-26 20:30:29'),
(11960,8150,'action created','2020-12-27 01:30:29','2020-12-26 20:30:29'),
(11961,8150,'action started via WP Cron','2020-12-27 01:31:45','2020-12-26 20:31:45'),
(11962,8150,'action complete via WP Cron','2020-12-27 01:31:45','2020-12-26 20:31:45'),
(11963,8151,'action created','2020-12-27 01:31:45','2020-12-26 20:31:45'),
(11964,8151,'action started via WP Cron','2020-12-27 01:32:56','2020-12-26 20:32:56'),
(11965,8151,'action complete via WP Cron','2020-12-27 01:32:56','2020-12-26 20:32:56'),
(11966,8152,'action created','2020-12-27 01:32:56','2020-12-26 20:32:56'),
(11967,8152,'action started via WP Cron','2020-12-27 01:33:32','2020-12-26 20:33:32'),
(11968,8152,'action complete via WP Cron','2020-12-27 01:33:32','2020-12-26 20:33:32'),
(11969,8153,'action created','2020-12-27 01:33:32','2020-12-26 20:33:32'),
(11970,8153,'action started via WP Cron','2020-12-27 01:34:16','2020-12-26 20:34:16'),
(11971,8153,'action complete via WP Cron','2020-12-27 01:34:16','2020-12-26 20:34:16'),
(11972,8154,'action created','2020-12-27 01:34:16','2020-12-26 20:34:16'),
(11973,8154,'action started via WP Cron','2020-12-27 01:35:13','2020-12-26 20:35:13'),
(11974,8154,'action complete via WP Cron','2020-12-27 01:35:13','2020-12-26 20:35:13'),
(11975,8155,'action created','2020-12-27 01:35:13','2020-12-26 20:35:13'),
(11976,8155,'action started via WP Cron','2020-12-27 01:37:51','2020-12-26 20:37:51'),
(11977,8155,'action complete via WP Cron','2020-12-27 01:37:51','2020-12-26 20:37:51'),
(11978,8156,'action created','2020-12-27 01:37:51','2020-12-26 20:37:51'),
(11979,8156,'action started via WP Cron','2020-12-27 01:38:13','2020-12-26 20:38:13'),
(11980,8156,'action complete via WP Cron','2020-12-27 01:38:13','2020-12-26 20:38:13'),
(11981,8157,'action created','2020-12-27 01:38:13','2020-12-26 20:38:13'),
(11982,8157,'action started via WP Cron','2020-12-27 01:39:59','2020-12-26 20:39:59'),
(11983,8157,'action complete via WP Cron','2020-12-27 01:39:59','2020-12-26 20:39:59'),
(11984,8158,'action created','2020-12-27 01:39:59','2020-12-26 20:39:59'),
(11985,8158,'action started via WP Cron','2020-12-27 01:41:16','2020-12-26 20:41:16'),
(11986,8158,'action complete via WP Cron','2020-12-27 01:41:16','2020-12-26 20:41:16'),
(11987,8159,'action created','2020-12-27 01:41:16','2020-12-26 20:41:16'),
(11988,8159,'action started via WP Cron','2020-12-27 01:42:53','2020-12-26 20:42:53'),
(11989,8159,'action complete via WP Cron','2020-12-27 01:42:53','2020-12-26 20:42:53'),
(11990,8160,'action created','2020-12-27 01:42:53','2020-12-26 20:42:53'),
(11991,8160,'action started via WP Cron','2020-12-27 01:44:18','2020-12-26 20:44:18'),
(11992,8160,'action complete via WP Cron','2020-12-27 01:44:18','2020-12-26 20:44:18'),
(11993,8161,'action created','2020-12-27 01:44:18','2020-12-26 20:44:18'),
(11994,8161,'action started via WP Cron','2020-12-27 01:45:26','2020-12-26 20:45:26'),
(11995,8161,'action complete via WP Cron','2020-12-27 01:45:26','2020-12-26 20:45:26'),
(11996,8162,'action created','2020-12-27 01:45:26','2020-12-26 20:45:26'),
(11997,8162,'action started via WP Cron','2020-12-27 01:46:46','2020-12-26 20:46:46'),
(11998,8162,'action complete via WP Cron','2020-12-27 01:46:46','2020-12-26 20:46:46'),
(11999,8163,'action created','2020-12-27 01:46:46','2020-12-26 20:46:46'),
(12000,8163,'action started via WP Cron','2020-12-27 01:49:08','2020-12-26 20:49:08'),
(12001,8163,'action complete via WP Cron','2020-12-27 01:49:08','2020-12-26 20:49:08'),
(12002,8164,'action created','2020-12-27 01:49:08','2020-12-26 20:49:08'),
(12003,8164,'action started via WP Cron','2020-12-27 01:50:05','2020-12-26 20:50:05'),
(12004,8164,'action complete via WP Cron','2020-12-27 01:50:05','2020-12-26 20:50:05'),
(12005,8165,'action created','2020-12-27 01:50:05','2020-12-26 20:50:05'),
(12006,8165,'action started via WP Cron','2020-12-27 01:50:30','2020-12-26 20:50:30'),
(12007,8165,'action complete via WP Cron','2020-12-27 01:50:30','2020-12-26 20:50:30'),
(12008,8166,'action created','2020-12-27 01:50:30','2020-12-26 20:50:30'),
(12009,8166,'action started via WP Cron','2020-12-27 01:57:39','2020-12-26 20:57:39'),
(12010,8166,'action complete via WP Cron','2020-12-27 01:57:39','2020-12-26 20:57:39'),
(12011,8167,'action created','2020-12-27 01:57:39','2020-12-26 20:57:39'),
(12012,8167,'action started via WP Cron','2020-12-27 02:01:52','2020-12-26 21:01:52'),
(12013,8167,'action complete via WP Cron','2020-12-27 02:01:52','2020-12-26 21:01:52'),
(12014,8168,'action created','2020-12-27 02:01:52','2020-12-26 21:01:52'),
(12015,8168,'action started via WP Cron','2020-12-27 02:02:54','2020-12-26 21:02:54'),
(12016,8168,'action complete via WP Cron','2020-12-27 02:02:54','2020-12-26 21:02:54'),
(12017,8169,'action created','2020-12-27 02:02:54','2020-12-26 21:02:54'),
(12018,8169,'action started via WP Cron','2020-12-27 02:03:45','2020-12-26 21:03:45'),
(12019,8169,'action complete via WP Cron','2020-12-27 02:03:45','2020-12-26 21:03:45'),
(12020,8170,'action created','2020-12-27 02:03:45','2020-12-26 21:03:45'),
(12021,8170,'action started via WP Cron','2020-12-27 02:04:31','2020-12-26 21:04:31'),
(12022,8170,'action complete via WP Cron','2020-12-27 02:04:31','2020-12-26 21:04:31'),
(12023,8171,'action created','2020-12-27 02:04:31','2020-12-26 21:04:31'),
(12024,8171,'action started via WP Cron','2020-12-27 02:05:16','2020-12-26 21:05:16'),
(12025,8171,'action complete via WP Cron','2020-12-27 02:05:16','2020-12-26 21:05:16'),
(12026,8172,'action created','2020-12-27 02:05:16','2020-12-26 21:05:16'),
(12027,8172,'action started via WP Cron','2020-12-27 02:06:16','2020-12-26 21:06:16'),
(12028,8172,'action complete via WP Cron','2020-12-27 02:06:16','2020-12-26 21:06:16'),
(12029,8173,'action created','2020-12-27 02:06:16','2020-12-26 21:06:16'),
(12030,8173,'action started via WP Cron','2020-12-27 02:07:37','2020-12-26 21:07:37'),
(12031,8173,'action complete via WP Cron','2020-12-27 02:07:38','2020-12-26 21:07:38'),
(12032,8174,'action created','2020-12-27 02:07:38','2020-12-26 21:07:38'),
(12033,8174,'action started via WP Cron','2020-12-27 02:12:36','2020-12-26 21:12:36'),
(12034,8174,'action complete via WP Cron','2020-12-27 02:12:36','2020-12-26 21:12:36'),
(12035,8175,'action created','2020-12-27 02:12:36','2020-12-26 21:12:36'),
(12036,8175,'action started via WP Cron','2020-12-27 02:13:23','2020-12-26 21:13:23'),
(12037,8175,'action complete via WP Cron','2020-12-27 02:13:23','2020-12-26 21:13:23'),
(12038,8176,'action created','2020-12-27 02:13:23','2020-12-26 21:13:23'),
(12039,8176,'action started via WP Cron','2020-12-27 02:14:48','2020-12-26 21:14:48'),
(12040,8176,'action complete via WP Cron','2020-12-27 02:14:48','2020-12-26 21:14:48'),
(12041,8177,'action created','2020-12-27 02:14:48','2020-12-26 21:14:48'),
(12042,8177,'action started via WP Cron','2020-12-27 02:16:00','2020-12-26 21:16:00'),
(12043,8177,'action complete via WP Cron','2020-12-27 02:16:00','2020-12-26 21:16:00'),
(12044,8178,'action created','2020-12-27 02:16:00','2020-12-26 21:16:00'),
(12045,8178,'action started via WP Cron','2020-12-27 02:18:35','2020-12-26 21:18:35'),
(12046,8178,'action complete via WP Cron','2020-12-27 02:18:35','2020-12-26 21:18:35'),
(12047,8179,'action created','2020-12-27 02:18:35','2020-12-26 21:18:35'),
(12048,8179,'action started via WP Cron','2020-12-27 02:20:14','2020-12-26 21:20:14'),
(12049,8179,'action complete via WP Cron','2020-12-27 02:20:14','2020-12-26 21:20:14'),
(12050,8180,'action created','2020-12-27 02:20:14','2020-12-26 21:20:14'),
(12051,8180,'action started via WP Cron','2020-12-27 02:22:20','2020-12-26 21:22:20'),
(12052,8180,'action complete via WP Cron','2020-12-27 02:22:20','2020-12-26 21:22:20'),
(12053,8181,'action created','2020-12-27 02:22:20','2020-12-26 21:22:20'),
(12054,8181,'action started via WP Cron','2020-12-27 02:27:40','2020-12-26 21:27:40'),
(12055,8181,'action complete via WP Cron','2020-12-27 02:27:40','2020-12-26 21:27:40'),
(12056,8182,'action created','2020-12-27 02:27:40','2020-12-26 21:27:40'),
(12057,8182,'action started via WP Cron','2020-12-27 02:28:35','2020-12-26 21:28:35'),
(12058,8182,'action complete via WP Cron','2020-12-27 02:28:35','2020-12-26 21:28:35'),
(12059,8183,'action created','2020-12-27 02:28:35','2020-12-26 21:28:35'),
(12060,8183,'action started via WP Cron','2020-12-27 02:30:15','2020-12-26 21:30:15'),
(12061,8183,'action complete via WP Cron','2020-12-27 02:30:15','2020-12-26 21:30:15'),
(12062,8184,'action created','2020-12-27 02:30:15','2020-12-26 21:30:15'),
(12063,8184,'action started via WP Cron','2020-12-27 02:31:13','2020-12-26 21:31:13'),
(12064,8184,'action complete via WP Cron','2020-12-27 02:31:13','2020-12-26 21:31:13'),
(12065,8185,'action created','2020-12-27 02:31:13','2020-12-26 21:31:13'),
(12066,8185,'action started via WP Cron','2020-12-27 02:33:10','2020-12-26 21:33:10'),
(12067,8185,'action complete via WP Cron','2020-12-27 02:33:10','2020-12-26 21:33:10'),
(12068,8186,'action created','2020-12-27 02:33:10','2020-12-26 21:33:10'),
(12069,8186,'action started via WP Cron','2020-12-27 02:38:58','2020-12-26 21:38:58'),
(12070,8186,'action complete via WP Cron','2020-12-27 02:38:58','2020-12-26 21:38:58'),
(12071,8187,'action created','2020-12-27 02:38:58','2020-12-26 21:38:58'),
(12072,8187,'action started via WP Cron','2020-12-27 02:43:15','2020-12-26 21:43:15'),
(12073,8187,'action complete via WP Cron','2020-12-27 02:43:15','2020-12-26 21:43:15'),
(12074,8188,'action created','2020-12-27 02:43:15','2020-12-26 21:43:15'),
(12075,8188,'action started via WP Cron','2020-12-27 02:44:34','2020-12-26 21:44:34'),
(12076,8188,'action complete via WP Cron','2020-12-27 02:44:34','2020-12-26 21:44:34'),
(12077,8189,'action created','2020-12-27 02:44:34','2020-12-26 21:44:34'),
(12078,8189,'action started via WP Cron','2020-12-27 02:45:27','2020-12-26 21:45:27'),
(12079,8189,'action complete via WP Cron','2020-12-27 02:45:27','2020-12-26 21:45:27'),
(12080,8190,'action created','2020-12-27 02:45:27','2020-12-26 21:45:27'),
(12081,8190,'action started via WP Cron','2020-12-27 02:46:54','2020-12-26 21:46:54'),
(12082,8190,'action complete via WP Cron','2020-12-27 02:46:54','2020-12-26 21:46:54'),
(12083,8191,'action created','2020-12-27 02:46:54','2020-12-26 21:46:54'),
(12084,8191,'action started via WP Cron','2020-12-27 02:47:19','2020-12-26 21:47:19'),
(12085,8191,'action complete via WP Cron','2020-12-27 02:47:19','2020-12-26 21:47:19'),
(12086,8192,'action created','2020-12-27 02:47:19','2020-12-26 21:47:19'),
(12087,8192,'action started via WP Cron','2020-12-27 02:48:57','2020-12-26 21:48:57'),
(12088,8192,'action complete via WP Cron','2020-12-27 02:48:57','2020-12-26 21:48:57'),
(12089,8193,'action created','2020-12-27 02:48:57','2020-12-26 21:48:57'),
(12090,8193,'action started via WP Cron','2020-12-27 02:49:55','2020-12-26 21:49:55'),
(12091,8193,'action complete via WP Cron','2020-12-27 02:49:55','2020-12-26 21:49:55'),
(12092,8194,'action created','2020-12-27 02:49:55','2020-12-26 21:49:55'),
(12093,8194,'action started via WP Cron','2020-12-27 02:50:15','2020-12-26 21:50:15'),
(12094,8194,'action complete via WP Cron','2020-12-27 02:50:15','2020-12-26 21:50:15'),
(12095,8195,'action created','2020-12-27 02:50:15','2020-12-26 21:50:15'),
(12096,8195,'action started via WP Cron','2020-12-27 02:51:30','2020-12-26 21:51:30'),
(12097,8195,'action complete via WP Cron','2020-12-27 02:51:30','2020-12-26 21:51:30'),
(12098,8196,'action created','2020-12-27 02:51:30','2020-12-26 21:51:30'),
(12099,8196,'action started via WP Cron','2020-12-27 02:52:26','2020-12-26 21:52:26'),
(12100,8196,'action complete via WP Cron','2020-12-27 02:52:26','2020-12-26 21:52:26'),
(12101,8197,'action created','2020-12-27 02:52:26','2020-12-26 21:52:26'),
(12102,8197,'action started via WP Cron','2020-12-27 02:54:27','2020-12-26 21:54:27'),
(12103,8197,'action complete via WP Cron','2020-12-27 02:54:27','2020-12-26 21:54:27'),
(12104,8198,'action created','2020-12-27 02:54:27','2020-12-26 21:54:27'),
(12105,8198,'action started via WP Cron','2020-12-27 02:57:13','2020-12-26 21:57:13'),
(12106,8198,'action complete via WP Cron','2020-12-27 02:57:13','2020-12-26 21:57:13'),
(12107,8199,'action created','2020-12-27 02:57:13','2020-12-26 21:57:13'),
(12108,8199,'action started via WP Cron','2020-12-27 03:06:12','2020-12-26 22:06:12'),
(12109,8199,'action complete via WP Cron','2020-12-27 03:06:12','2020-12-26 22:06:12'),
(12110,8200,'action created','2020-12-27 03:06:13','2020-12-26 22:06:13'),
(12111,8200,'action started via WP Cron','2020-12-27 03:07:27','2020-12-26 22:07:27'),
(12112,8200,'action complete via WP Cron','2020-12-27 03:07:27','2020-12-26 22:07:27'),
(12113,8201,'action created','2020-12-27 03:07:27','2020-12-26 22:07:27'),
(12114,8201,'action started via WP Cron','2020-12-27 03:09:52','2020-12-26 22:09:52'),
(12115,8201,'action complete via WP Cron','2020-12-27 03:09:52','2020-12-26 22:09:52'),
(12116,8202,'action created','2020-12-27 03:09:52','2020-12-26 22:09:52'),
(12117,8202,'action started via WP Cron','2020-12-27 03:11:56','2020-12-26 22:11:56'),
(12118,8202,'action complete via WP Cron','2020-12-27 03:11:56','2020-12-26 22:11:56'),
(12119,8203,'action created','2020-12-27 03:11:56','2020-12-26 22:11:56'),
(12120,8203,'action started via WP Cron','2020-12-27 03:13:52','2020-12-26 22:13:52'),
(12121,8203,'action complete via WP Cron','2020-12-27 03:13:52','2020-12-26 22:13:52'),
(12122,8204,'action created','2020-12-27 03:13:52','2020-12-26 22:13:52'),
(12123,8204,'action started via WP Cron','2020-12-27 03:16:05','2020-12-26 22:16:05'),
(12124,8204,'action complete via WP Cron','2020-12-27 03:16:05','2020-12-26 22:16:05'),
(12125,8205,'action created','2020-12-27 03:16:05','2020-12-26 22:16:05'),
(12126,8205,'action started via WP Cron','2020-12-27 03:17:35','2020-12-26 22:17:35'),
(12127,8205,'action complete via WP Cron','2020-12-27 03:17:35','2020-12-26 22:17:35'),
(12128,8206,'action created','2020-12-27 03:17:35','2020-12-26 22:17:35'),
(12129,8206,'action started via WP Cron','2020-12-27 03:18:15','2020-12-26 22:18:15'),
(12130,8206,'action complete via WP Cron','2020-12-27 03:18:15','2020-12-26 22:18:15'),
(12131,8207,'action created','2020-12-27 03:18:15','2020-12-26 22:18:15'),
(12132,8207,'action started via WP Cron','2020-12-27 03:19:14','2020-12-26 22:19:14'),
(12133,8207,'action complete via WP Cron','2020-12-27 03:19:14','2020-12-26 22:19:14'),
(12134,8208,'action created','2020-12-27 03:19:14','2020-12-26 22:19:14'),
(12135,8208,'action started via WP Cron','2020-12-27 03:20:14','2020-12-26 22:20:14'),
(12136,8208,'action complete via WP Cron','2020-12-27 03:20:14','2020-12-26 22:20:14'),
(12137,8209,'action created','2020-12-27 03:20:14','2020-12-26 22:20:14'),
(12138,8209,'action started via WP Cron','2020-12-27 03:22:36','2020-12-26 22:22:36'),
(12139,8209,'action complete via WP Cron','2020-12-27 03:22:36','2020-12-26 22:22:36'),
(12140,8210,'action created','2020-12-27 03:22:36','2020-12-26 22:22:36'),
(12141,8210,'action started via WP Cron','2020-12-27 03:23:43','2020-12-26 22:23:43'),
(12142,8210,'action complete via WP Cron','2020-12-27 03:23:43','2020-12-26 22:23:43'),
(12143,8211,'action created','2020-12-27 03:23:43','2020-12-26 22:23:43'),
(12144,8211,'action started via WP Cron','2020-12-27 03:24:56','2020-12-26 22:24:56'),
(12145,8211,'action complete via WP Cron','2020-12-27 03:24:56','2020-12-26 22:24:56'),
(12146,8212,'action created','2020-12-27 03:24:56','2020-12-26 22:24:56'),
(12147,8212,'action started via WP Cron','2020-12-27 03:27:04','2020-12-26 22:27:04'),
(12148,8212,'action complete via WP Cron','2020-12-27 03:27:04','2020-12-26 22:27:04'),
(12149,8213,'action created','2020-12-27 03:27:04','2020-12-26 22:27:04'),
(12150,8213,'action started via WP Cron','2020-12-27 03:27:29','2020-12-26 22:27:29'),
(12151,8213,'action complete via WP Cron','2020-12-27 03:27:30','2020-12-26 22:27:30'),
(12152,8214,'action created','2020-12-27 03:27:30','2020-12-26 22:27:30'),
(12153,8214,'action started via WP Cron','2020-12-27 03:28:17','2020-12-26 22:28:17'),
(12154,8214,'action complete via WP Cron','2020-12-27 03:28:17','2020-12-26 22:28:17'),
(12155,8215,'action created','2020-12-27 03:28:17','2020-12-26 22:28:17'),
(12156,8215,'action started via WP Cron','2020-12-27 03:31:38','2020-12-26 22:31:38'),
(12157,8215,'action complete via WP Cron','2020-12-27 03:31:38','2020-12-26 22:31:38'),
(12158,8216,'action created','2020-12-27 03:31:38','2020-12-26 22:31:38'),
(12159,8216,'action started via WP Cron','2020-12-27 03:32:12','2020-12-26 22:32:12'),
(12160,8216,'action complete via WP Cron','2020-12-27 03:32:12','2020-12-26 22:32:12'),
(12161,8217,'action created','2020-12-27 03:32:12','2020-12-26 22:32:12'),
(12162,8217,'action started via WP Cron','2020-12-27 03:40:31','2020-12-26 22:40:31'),
(12163,8217,'action complete via WP Cron','2020-12-27 03:40:31','2020-12-26 22:40:31'),
(12164,8218,'action created','2020-12-27 03:40:31','2020-12-26 22:40:31'),
(12165,8218,'action started via WP Cron','2020-12-27 03:42:14','2020-12-26 22:42:14'),
(12166,8218,'action complete via WP Cron','2020-12-27 03:42:14','2020-12-26 22:42:14'),
(12167,8219,'action created','2020-12-27 03:42:14','2020-12-26 22:42:14'),
(12168,8219,'action started via WP Cron','2020-12-27 03:43:40','2020-12-26 22:43:40'),
(12169,8219,'action complete via WP Cron','2020-12-27 03:43:40','2020-12-26 22:43:40'),
(12170,8220,'action created','2020-12-27 03:43:40','2020-12-26 22:43:40'),
(12171,8220,'action started via WP Cron','2020-12-27 03:44:21','2020-12-26 22:44:21'),
(12172,8220,'action complete via WP Cron','2020-12-27 03:44:21','2020-12-26 22:44:21'),
(12173,8221,'action created','2020-12-27 03:44:21','2020-12-26 22:44:21'),
(12174,8221,'action started via WP Cron','2020-12-27 03:45:15','2020-12-26 22:45:15'),
(12175,8221,'action complete via WP Cron','2020-12-27 03:45:15','2020-12-26 22:45:15'),
(12176,8222,'action created','2020-12-27 03:45:15','2020-12-26 22:45:15'),
(12177,8222,'action started via WP Cron','2020-12-27 03:46:21','2020-12-26 22:46:21'),
(12178,8222,'action complete via WP Cron','2020-12-27 03:46:21','2020-12-26 22:46:21'),
(12179,8223,'action created','2020-12-27 03:46:21','2020-12-26 22:46:21'),
(12180,8223,'action started via WP Cron','2020-12-27 03:48:31','2020-12-26 22:48:31'),
(12181,8223,'action complete via WP Cron','2020-12-27 03:48:31','2020-12-26 22:48:31'),
(12182,8224,'action created','2020-12-27 03:48:31','2020-12-26 22:48:31'),
(12183,8224,'action started via WP Cron','2020-12-27 03:50:29','2020-12-26 22:50:29'),
(12184,8224,'action complete via WP Cron','2020-12-27 03:50:29','2020-12-26 22:50:29'),
(12185,8225,'action created','2020-12-27 03:50:29','2020-12-26 22:50:29'),
(12186,8225,'action started via WP Cron','2020-12-27 03:51:35','2020-12-26 22:51:35'),
(12187,8225,'action complete via WP Cron','2020-12-27 03:51:35','2020-12-26 22:51:35'),
(12188,8226,'action created','2020-12-27 03:51:35','2020-12-26 22:51:35'),
(12189,8226,'action started via WP Cron','2020-12-27 03:52:20','2020-12-26 22:52:20'),
(12190,8226,'action complete via WP Cron','2020-12-27 03:52:20','2020-12-26 22:52:20'),
(12191,8227,'action created','2020-12-27 03:52:21','2020-12-26 22:52:21'),
(12192,8227,'action started via WP Cron','2020-12-27 03:54:31','2020-12-26 22:54:31'),
(12193,8227,'action complete via WP Cron','2020-12-27 03:54:31','2020-12-26 22:54:31'),
(12194,8228,'action created','2020-12-27 03:54:31','2020-12-26 22:54:31'),
(12195,8228,'action started via WP Cron','2020-12-27 03:55:15','2020-12-26 22:55:15'),
(12196,8228,'action complete via WP Cron','2020-12-27 03:55:15','2020-12-26 22:55:15'),
(12197,8229,'action created','2020-12-27 03:55:15','2020-12-26 22:55:15'),
(12198,8229,'action started via WP Cron','2020-12-27 03:57:39','2020-12-26 22:57:39'),
(12199,8229,'action complete via WP Cron','2020-12-27 03:57:39','2020-12-26 22:57:39'),
(12200,8230,'action created','2020-12-27 03:57:40','2020-12-26 22:57:40'),
(12201,8230,'action started via WP Cron','2020-12-27 03:58:21','2020-12-26 22:58:21'),
(12202,8230,'action complete via WP Cron','2020-12-27 03:58:21','2020-12-26 22:58:21'),
(12203,8231,'action created','2020-12-27 03:58:21','2020-12-26 22:58:21'),
(12204,8231,'action started via WP Cron','2020-12-27 03:59:38','2020-12-26 22:59:38'),
(12205,8231,'action complete via WP Cron','2020-12-27 03:59:38','2020-12-26 22:59:38'),
(12206,8232,'action created','2020-12-27 03:59:38','2020-12-26 22:59:38'),
(12207,8232,'action started via WP Cron','2020-12-27 04:00:11','2020-12-26 23:00:11'),
(12208,8232,'action complete via WP Cron','2020-12-27 04:00:11','2020-12-26 23:00:11'),
(12209,8233,'action created','2020-12-27 04:00:11','2020-12-26 23:00:11'),
(12210,8233,'action started via WP Cron','2020-12-27 04:01:58','2020-12-26 23:01:58'),
(12211,8233,'action complete via WP Cron','2020-12-27 04:01:58','2020-12-26 23:01:58'),
(12212,8234,'action created','2020-12-27 04:01:58','2020-12-26 23:01:58'),
(12213,8234,'action started via WP Cron','2020-12-27 04:02:36','2020-12-26 23:02:36'),
(12214,8234,'action complete via WP Cron','2020-12-27 04:02:36','2020-12-26 23:02:36'),
(12215,8235,'action created','2020-12-27 04:02:36','2020-12-26 23:02:36'),
(12216,8235,'action started via WP Cron','2020-12-27 04:03:22','2020-12-26 23:03:22'),
(12217,8235,'action complete via WP Cron','2020-12-27 04:03:22','2020-12-26 23:03:22'),
(12218,8236,'action created','2020-12-27 04:03:22','2020-12-26 23:03:22'),
(12219,8236,'action started via WP Cron','2020-12-27 04:04:27','2020-12-26 23:04:27'),
(12220,8236,'action complete via WP Cron','2020-12-27 04:04:27','2020-12-26 23:04:27'),
(12221,8237,'action created','2020-12-27 04:04:27','2020-12-26 23:04:27'),
(12222,8237,'action started via WP Cron','2020-12-27 04:06:43','2020-12-26 23:06:43'),
(12223,8237,'action complete via WP Cron','2020-12-27 04:06:43','2020-12-26 23:06:43'),
(12224,8238,'action created','2020-12-27 04:06:43','2020-12-26 23:06:43'),
(12225,8238,'action started via WP Cron','2020-12-27 04:08:32','2020-12-26 23:08:32'),
(12226,8238,'action complete via WP Cron','2020-12-27 04:08:32','2020-12-26 23:08:32'),
(12227,8239,'action created','2020-12-27 04:08:32','2020-12-26 23:08:32'),
(12228,8239,'action started via WP Cron','2020-12-27 04:09:12','2020-12-26 23:09:12'),
(12229,8239,'action complete via WP Cron','2020-12-27 04:09:12','2020-12-26 23:09:12'),
(12230,8240,'action created','2020-12-27 04:09:12','2020-12-26 23:09:12'),
(12231,8240,'action started via WP Cron','2020-12-27 04:10:44','2020-12-26 23:10:44'),
(12232,8240,'action complete via WP Cron','2020-12-27 04:10:44','2020-12-26 23:10:44'),
(12233,8241,'action created','2020-12-27 04:10:44','2020-12-26 23:10:44'),
(12234,8241,'action started via WP Cron','2020-12-27 04:11:22','2020-12-26 23:11:22'),
(12235,8241,'action complete via WP Cron','2020-12-27 04:11:22','2020-12-26 23:11:22'),
(12236,8242,'action created','2020-12-27 04:11:22','2020-12-26 23:11:22'),
(12237,8242,'action started via WP Cron','2020-12-27 04:12:32','2020-12-26 23:12:32'),
(12238,8242,'action complete via WP Cron','2020-12-27 04:12:32','2020-12-26 23:12:32'),
(12239,8243,'action created','2020-12-27 04:12:32','2020-12-26 23:12:32'),
(12240,8243,'action started via WP Cron','2020-12-27 04:14:21','2020-12-26 23:14:21'),
(12241,8243,'action complete via WP Cron','2020-12-27 04:14:21','2020-12-26 23:14:21'),
(12242,8244,'action created','2020-12-27 04:14:21','2020-12-26 23:14:21'),
(12243,8244,'action started via WP Cron','2020-12-27 04:18:52','2020-12-26 23:18:52'),
(12244,8244,'action complete via WP Cron','2020-12-27 04:18:52','2020-12-26 23:18:52'),
(12245,8245,'action created','2020-12-27 04:18:52','2020-12-26 23:18:52'),
(12246,8245,'action started via WP Cron','2020-12-27 04:20:20','2020-12-26 23:20:20'),
(12247,8245,'action complete via WP Cron','2020-12-27 04:20:20','2020-12-26 23:20:20'),
(12248,8246,'action created','2020-12-27 04:20:20','2020-12-26 23:20:20'),
(12249,8246,'action started via WP Cron','2020-12-27 04:21:29','2020-12-26 23:21:29'),
(12250,8246,'action complete via WP Cron','2020-12-27 04:21:29','2020-12-26 23:21:29'),
(12251,8247,'action created','2020-12-27 04:21:29','2020-12-26 23:21:29'),
(12252,8247,'action started via WP Cron','2020-12-27 04:23:16','2020-12-26 23:23:16'),
(12253,8247,'action complete via WP Cron','2020-12-27 04:23:16','2020-12-26 23:23:16'),
(12254,8248,'action created','2020-12-27 04:23:16','2020-12-26 23:23:16'),
(12255,8248,'action started via WP Cron','2020-12-27 04:24:46','2020-12-26 23:24:46'),
(12256,8248,'action complete via WP Cron','2020-12-27 04:24:46','2020-12-26 23:24:46'),
(12257,8249,'action created','2020-12-27 04:24:46','2020-12-26 23:24:46'),
(12258,8249,'action started via WP Cron','2020-12-27 04:25:52','2020-12-26 23:25:52'),
(12259,8249,'action complete via WP Cron','2020-12-27 04:25:52','2020-12-26 23:25:52'),
(12260,8250,'action created','2020-12-27 04:25:52','2020-12-26 23:25:52'),
(12261,8250,'action started via WP Cron','2020-12-27 04:26:49','2020-12-26 23:26:49'),
(12262,8250,'action complete via WP Cron','2020-12-27 04:26:49','2020-12-26 23:26:49'),
(12263,8251,'action created','2020-12-27 04:26:49','2020-12-26 23:26:49'),
(12264,8251,'action started via WP Cron','2020-12-27 04:27:18','2020-12-26 23:27:18'),
(12265,8251,'action complete via WP Cron','2020-12-27 04:27:18','2020-12-26 23:27:18'),
(12266,8252,'action created','2020-12-27 04:27:18','2020-12-26 23:27:18'),
(12267,8252,'action started via WP Cron','2020-12-27 04:28:36','2020-12-26 23:28:36'),
(12268,8252,'action complete via WP Cron','2020-12-27 04:28:36','2020-12-26 23:28:36'),
(12269,8253,'action created','2020-12-27 04:28:36','2020-12-26 23:28:36'),
(12270,8253,'action started via WP Cron','2020-12-27 04:29:22','2020-12-26 23:29:22'),
(12271,8253,'action complete via WP Cron','2020-12-27 04:29:22','2020-12-26 23:29:22'),
(12272,8254,'action created','2020-12-27 04:29:22','2020-12-26 23:29:22'),
(12273,8254,'action started via WP Cron','2020-12-27 04:31:46','2020-12-26 23:31:46'),
(12274,8254,'action complete via WP Cron','2020-12-27 04:31:46','2020-12-26 23:31:46'),
(12275,8255,'action created','2020-12-27 04:31:46','2020-12-26 23:31:46'),
(12276,8255,'action started via WP Cron','2020-12-27 04:34:38','2020-12-26 23:34:38'),
(12277,8255,'action complete via WP Cron','2020-12-27 04:34:38','2020-12-26 23:34:38'),
(12278,8256,'action created','2020-12-27 04:34:38','2020-12-26 23:34:38'),
(12279,8256,'action started via WP Cron','2020-12-27 04:35:15','2020-12-26 23:35:15'),
(12280,8256,'action complete via WP Cron','2020-12-27 04:35:15','2020-12-26 23:35:15'),
(12281,8257,'action created','2020-12-27 04:35:15','2020-12-26 23:35:15'),
(12282,8257,'action started via WP Cron','2020-12-27 04:39:00','2020-12-26 23:39:00'),
(12283,8257,'action complete via WP Cron','2020-12-27 04:39:00','2020-12-26 23:39:00'),
(12284,8258,'action created','2020-12-27 04:39:01','2020-12-26 23:39:01'),
(12285,8258,'action started via WP Cron','2020-12-27 04:40:29','2020-12-26 23:40:29'),
(12286,8258,'action complete via WP Cron','2020-12-27 04:40:29','2020-12-26 23:40:29'),
(12287,8259,'action created','2020-12-27 04:40:29','2020-12-26 23:40:29'),
(12288,8259,'action started via WP Cron','2020-12-27 04:42:02','2020-12-26 23:42:02'),
(12289,8259,'action complete via WP Cron','2020-12-27 04:42:02','2020-12-26 23:42:02'),
(12290,8260,'action created','2020-12-27 04:42:02','2020-12-26 23:42:02'),
(12291,8260,'action started via WP Cron','2020-12-27 04:42:23','2020-12-26 23:42:23'),
(12292,8260,'action complete via WP Cron','2020-12-27 04:42:23','2020-12-26 23:42:23'),
(12293,8261,'action created','2020-12-27 04:42:23','2020-12-26 23:42:23'),
(12294,8261,'action started via WP Cron','2020-12-27 04:44:06','2020-12-26 23:44:06'),
(12295,8261,'action complete via WP Cron','2020-12-27 04:44:06','2020-12-26 23:44:06'),
(12296,8262,'action created','2020-12-27 04:44:06','2020-12-26 23:44:06'),
(12297,8262,'action started via WP Cron','2020-12-27 04:44:47','2020-12-26 23:44:47'),
(12298,8262,'action complete via WP Cron','2020-12-27 04:44:47','2020-12-26 23:44:47'),
(12299,8263,'action created','2020-12-27 04:44:47','2020-12-26 23:44:47'),
(12300,8263,'action started via WP Cron','2020-12-27 04:46:20','2020-12-26 23:46:20'),
(12301,8263,'action complete via WP Cron','2020-12-27 04:46:20','2020-12-26 23:46:20'),
(12302,8264,'action created','2020-12-27 04:46:20','2020-12-26 23:46:20'),
(12303,8264,'action started via WP Cron','2020-12-27 04:48:15','2020-12-26 23:48:15'),
(12304,8264,'action complete via WP Cron','2020-12-27 04:48:15','2020-12-26 23:48:15'),
(12305,8265,'action created','2020-12-27 04:48:15','2020-12-26 23:48:15'),
(12306,8265,'action started via WP Cron','2020-12-27 04:49:15','2020-12-26 23:49:15'),
(12307,8265,'action complete via WP Cron','2020-12-27 04:49:15','2020-12-26 23:49:15'),
(12308,8266,'action created','2020-12-27 04:49:15','2020-12-26 23:49:15'),
(12309,8266,'action started via WP Cron','2020-12-27 04:50:38','2020-12-26 23:50:38'),
(12310,8266,'action complete via WP Cron','2020-12-27 04:50:38','2020-12-26 23:50:38'),
(12311,8267,'action created','2020-12-27 04:50:38','2020-12-26 23:50:38'),
(12312,8267,'action started via WP Cron','2020-12-27 04:51:48','2020-12-26 23:51:48'),
(12313,8267,'action complete via WP Cron','2020-12-27 04:51:48','2020-12-26 23:51:48'),
(12314,8268,'action created','2020-12-27 04:51:48','2020-12-26 23:51:48'),
(12315,8268,'action started via WP Cron','2020-12-27 04:52:20','2020-12-26 23:52:20'),
(12316,8268,'action complete via WP Cron','2020-12-27 04:52:20','2020-12-26 23:52:20'),
(12317,8269,'action created','2020-12-27 04:52:20','2020-12-26 23:52:20'),
(12318,8269,'action started via WP Cron','2020-12-27 04:53:15','2020-12-26 23:53:15'),
(12319,8269,'action complete via WP Cron','2020-12-27 04:53:15','2020-12-26 23:53:15'),
(12320,8270,'action created','2020-12-27 04:53:15','2020-12-26 23:53:15'),
(12321,8270,'action started via WP Cron','2020-12-27 04:54:32','2020-12-26 23:54:32'),
(12322,8270,'action complete via WP Cron','2020-12-27 04:54:32','2020-12-26 23:54:32'),
(12323,8271,'action created','2020-12-27 04:54:33','2020-12-26 23:54:33'),
(12324,8271,'action started via WP Cron','2020-12-27 04:56:09','2020-12-26 23:56:09'),
(12325,8271,'action complete via WP Cron','2020-12-27 04:56:09','2020-12-26 23:56:09'),
(12326,8272,'action created','2020-12-27 04:56:09','2020-12-26 23:56:09'),
(12327,8272,'action started via WP Cron','2020-12-27 04:58:20','2020-12-26 23:58:20'),
(12328,8272,'action complete via WP Cron','2020-12-27 04:58:20','2020-12-26 23:58:20'),
(12329,8273,'action created','2020-12-27 04:58:20','2020-12-26 23:58:20'),
(12330,8273,'action started via WP Cron','2020-12-27 04:59:18','2020-12-26 23:59:18'),
(12331,8273,'action complete via WP Cron','2020-12-27 04:59:18','2020-12-26 23:59:18'),
(12332,8274,'action created','2020-12-27 04:59:18','2020-12-26 23:59:18'),
(12333,8274,'action started via WP Cron','2020-12-27 05:00:20','2020-12-27 00:00:20'),
(12334,8274,'action complete via WP Cron','2020-12-27 05:00:20','2020-12-27 00:00:20'),
(12335,8275,'action created','2020-12-27 05:00:20','2020-12-27 00:00:20'),
(12336,8275,'action started via WP Cron','2020-12-27 05:01:14','2020-12-27 00:01:14'),
(12337,8275,'action complete via WP Cron','2020-12-27 05:01:14','2020-12-27 00:01:14'),
(12338,8276,'action created','2020-12-27 05:01:14','2020-12-27 00:01:14'),
(12339,8276,'action started via WP Cron','2020-12-27 05:03:08','2020-12-27 00:03:08'),
(12340,8276,'action complete via WP Cron','2020-12-27 05:03:08','2020-12-27 00:03:08'),
(12341,8277,'action created','2020-12-27 05:03:08','2020-12-27 00:03:08'),
(12342,8277,'action started via WP Cron','2020-12-27 05:05:03','2020-12-27 00:05:03'),
(12343,8277,'action complete via WP Cron','2020-12-27 05:05:03','2020-12-27 00:05:03'),
(12344,8278,'action created','2020-12-27 05:05:03','2020-12-27 00:05:03'),
(12345,8278,'action started via WP Cron','2020-12-27 05:07:56','2020-12-27 00:07:56'),
(12346,8278,'action complete via WP Cron','2020-12-27 05:07:56','2020-12-27 00:07:56'),
(12347,8279,'action created','2020-12-27 05:07:56','2020-12-27 00:07:56'),
(12348,8279,'action started via WP Cron','2020-12-27 05:09:40','2020-12-27 00:09:40'),
(12349,8279,'action complete via WP Cron','2020-12-27 05:09:40','2020-12-27 00:09:40'),
(12350,8280,'action created','2020-12-27 05:09:40','2020-12-27 00:09:40'),
(12351,8280,'action started via WP Cron','2020-12-27 05:10:55','2020-12-27 00:10:55'),
(12352,8280,'action complete via WP Cron','2020-12-27 05:10:55','2020-12-27 00:10:55'),
(12353,8281,'action created','2020-12-27 05:10:55','2020-12-27 00:10:55'),
(12354,8281,'action started via WP Cron','2020-12-27 05:11:26','2020-12-27 00:11:26'),
(12355,8281,'action complete via WP Cron','2020-12-27 05:11:26','2020-12-27 00:11:26'),
(12356,8282,'action created','2020-12-27 05:11:26','2020-12-27 00:11:26'),
(12357,8282,'action started via WP Cron','2020-12-27 05:13:56','2020-12-27 00:13:56'),
(12358,8282,'action complete via WP Cron','2020-12-27 05:13:56','2020-12-27 00:13:56'),
(12359,8283,'action created','2020-12-27 05:13:56','2020-12-27 00:13:56'),
(12360,8283,'action started via WP Cron','2020-12-27 05:15:48','2020-12-27 00:15:48'),
(12361,8283,'action complete via WP Cron','2020-12-27 05:15:48','2020-12-27 00:15:48'),
(12362,8284,'action created','2020-12-27 05:15:48','2020-12-27 00:15:48'),
(12363,8284,'action started via WP Cron','2020-12-27 05:17:17','2020-12-27 00:17:17'),
(12364,8284,'action complete via WP Cron','2020-12-27 05:17:17','2020-12-27 00:17:17'),
(12365,8285,'action created','2020-12-27 05:17:17','2020-12-27 00:17:17'),
(12366,8285,'action started via WP Cron','2020-12-27 05:19:20','2020-12-27 00:19:20'),
(12367,8285,'action complete via WP Cron','2020-12-27 05:19:20','2020-12-27 00:19:20'),
(12368,8286,'action created','2020-12-27 05:19:20','2020-12-27 00:19:20'),
(12369,8286,'action started via WP Cron','2020-12-27 05:20:28','2020-12-27 00:20:28'),
(12370,8286,'action complete via WP Cron','2020-12-27 05:20:28','2020-12-27 00:20:28'),
(12371,8287,'action created','2020-12-27 05:20:28','2020-12-27 00:20:28'),
(12372,8287,'action started via WP Cron','2020-12-27 05:21:26','2020-12-27 00:21:26'),
(12373,8287,'action complete via WP Cron','2020-12-27 05:21:26','2020-12-27 00:21:26'),
(12374,8288,'action created','2020-12-27 05:21:26','2020-12-27 00:21:26'),
(12375,8288,'action started via WP Cron','2020-12-27 05:22:17','2020-12-27 00:22:17'),
(12376,8288,'action complete via WP Cron','2020-12-27 05:22:17','2020-12-27 00:22:17'),
(12377,8289,'action created','2020-12-27 05:22:17','2020-12-27 00:22:17'),
(12378,8289,'action started via WP Cron','2020-12-27 05:24:11','2020-12-27 00:24:11'),
(12379,8289,'action complete via WP Cron','2020-12-27 05:24:11','2020-12-27 00:24:11'),
(12380,8290,'action created','2020-12-27 05:24:11','2020-12-27 00:24:11'),
(12381,8290,'action started via WP Cron','2020-12-27 05:27:34','2020-12-27 00:27:34'),
(12382,8290,'action complete via WP Cron','2020-12-27 05:27:34','2020-12-27 00:27:34'),
(12383,8291,'action created','2020-12-27 05:27:34','2020-12-27 00:27:34'),
(12384,8291,'action started via WP Cron','2020-12-27 05:29:41','2020-12-27 00:29:41'),
(12385,8291,'action complete via WP Cron','2020-12-27 05:29:41','2020-12-27 00:29:41'),
(12386,8292,'action created','2020-12-27 05:29:41','2020-12-27 00:29:41'),
(12387,8292,'action started via WP Cron','2020-12-27 05:30:56','2020-12-27 00:30:56'),
(12388,8292,'action complete via WP Cron','2020-12-27 05:30:56','2020-12-27 00:30:56'),
(12389,8293,'action created','2020-12-27 05:30:56','2020-12-27 00:30:56'),
(12390,8293,'action started via WP Cron','2020-12-27 05:32:47','2020-12-27 00:32:47'),
(12391,8293,'action complete via WP Cron','2020-12-27 05:32:47','2020-12-27 00:32:47'),
(12392,8294,'action created','2020-12-27 05:32:47','2020-12-27 00:32:47'),
(12393,8294,'action started via WP Cron','2020-12-27 05:34:21','2020-12-27 00:34:21'),
(12394,8294,'action complete via WP Cron','2020-12-27 05:34:21','2020-12-27 00:34:21'),
(12395,8295,'action created','2020-12-27 05:34:21','2020-12-27 00:34:21'),
(12396,8295,'action started via WP Cron','2020-12-27 05:35:43','2020-12-27 00:35:43'),
(12397,8295,'action complete via WP Cron','2020-12-27 05:35:43','2020-12-27 00:35:43'),
(12398,8296,'action created','2020-12-27 05:35:43','2020-12-27 00:35:43'),
(12399,8296,'action started via WP Cron','2020-12-27 05:38:40','2020-12-27 00:38:40'),
(12400,8296,'action complete via WP Cron','2020-12-27 05:38:40','2020-12-27 00:38:40'),
(12401,8297,'action created','2020-12-27 05:38:40','2020-12-27 00:38:40'),
(12402,8297,'action started via WP Cron','2020-12-27 05:40:14','2020-12-27 00:40:14'),
(12403,8297,'action complete via WP Cron','2020-12-27 05:40:14','2020-12-27 00:40:14'),
(12404,8298,'action created','2020-12-27 05:40:14','2020-12-27 00:40:14'),
(12405,8298,'action started via WP Cron','2020-12-27 05:42:43','2020-12-27 00:42:43'),
(12406,8298,'action complete via WP Cron','2020-12-27 05:42:43','2020-12-27 00:42:43'),
(12407,8299,'action created','2020-12-27 05:42:43','2020-12-27 00:42:43'),
(12408,8299,'action started via WP Cron','2020-12-27 05:44:11','2020-12-27 00:44:11'),
(12409,8299,'action complete via WP Cron','2020-12-27 05:44:11','2020-12-27 00:44:11'),
(12410,8300,'action created','2020-12-27 05:44:11','2020-12-27 00:44:11'),
(12411,8300,'action started via WP Cron','2020-12-27 05:47:58','2020-12-27 00:47:58'),
(12412,8300,'action complete via WP Cron','2020-12-27 05:47:58','2020-12-27 00:47:58'),
(12413,8301,'action created','2020-12-27 05:47:58','2020-12-27 00:47:58'),
(12414,8301,'action started via WP Cron','2020-12-27 05:48:25','2020-12-27 00:48:25'),
(12415,8301,'action complete via WP Cron','2020-12-27 05:48:25','2020-12-27 00:48:25'),
(12416,8302,'action created','2020-12-27 05:48:25','2020-12-27 00:48:25'),
(12417,8302,'action started via WP Cron','2020-12-27 05:49:46','2020-12-27 00:49:46'),
(12418,8302,'action complete via WP Cron','2020-12-27 05:49:46','2020-12-27 00:49:46'),
(12419,8303,'action created','2020-12-27 05:49:46','2020-12-27 00:49:46'),
(12420,8303,'action started via WP Cron','2020-12-27 05:58:57','2020-12-27 00:58:57'),
(12421,8303,'action complete via WP Cron','2020-12-27 05:58:57','2020-12-27 00:58:57'),
(12422,8304,'action created','2020-12-27 05:58:57','2020-12-27 00:58:57'),
(12423,8304,'action started via WP Cron','2020-12-27 06:01:19','2020-12-27 01:01:19'),
(12424,8304,'action complete via WP Cron','2020-12-27 06:01:19','2020-12-27 01:01:19'),
(12425,8305,'action created','2020-12-27 06:01:19','2020-12-27 01:01:19'),
(12426,8305,'action started via WP Cron','2020-12-27 06:06:44','2020-12-27 01:06:44'),
(12427,8305,'action complete via WP Cron','2020-12-27 06:06:44','2020-12-27 01:06:44'),
(12428,8306,'action created','2020-12-27 06:06:44','2020-12-27 01:06:44'),
(12429,8306,'action started via WP Cron','2020-12-27 06:07:12','2020-12-27 01:07:12'),
(12430,8306,'action complete via WP Cron','2020-12-27 06:07:12','2020-12-27 01:07:12'),
(12431,8307,'action created','2020-12-27 06:07:12','2020-12-27 01:07:12'),
(12432,8307,'action started via WP Cron','2020-12-27 06:10:14','2020-12-27 01:10:14'),
(12433,8307,'action complete via WP Cron','2020-12-27 06:10:14','2020-12-27 01:10:14'),
(12434,8308,'action created','2020-12-27 06:10:14','2020-12-27 01:10:14'),
(12435,8308,'action started via WP Cron','2020-12-27 06:11:28','2020-12-27 01:11:28'),
(12436,8308,'action complete via WP Cron','2020-12-27 06:11:28','2020-12-27 01:11:28'),
(12437,8309,'action created','2020-12-27 06:11:28','2020-12-27 01:11:28'),
(12438,8309,'action started via WP Cron','2020-12-27 06:12:29','2020-12-27 01:12:29'),
(12439,8309,'action complete via WP Cron','2020-12-27 06:12:29','2020-12-27 01:12:29'),
(12440,8310,'action created','2020-12-27 06:12:29','2020-12-27 01:12:29'),
(12441,8310,'action started via WP Cron','2020-12-27 06:13:30','2020-12-27 01:13:30'),
(12442,8310,'action complete via WP Cron','2020-12-27 06:13:30','2020-12-27 01:13:30'),
(12443,8311,'action created','2020-12-27 06:13:31','2020-12-27 01:13:31'),
(12444,8311,'action started via WP Cron','2020-12-27 06:16:28','2020-12-27 01:16:28'),
(12445,8311,'action complete via WP Cron','2020-12-27 06:16:28','2020-12-27 01:16:28'),
(12446,8312,'action created','2020-12-27 06:16:28','2020-12-27 01:16:28'),
(12447,8312,'action started via WP Cron','2020-12-27 06:17:17','2020-12-27 01:17:17'),
(12448,8312,'action complete via WP Cron','2020-12-27 06:17:17','2020-12-27 01:17:17'),
(12449,8313,'action created','2020-12-27 06:17:17','2020-12-27 01:17:17'),
(12450,8313,'action started via WP Cron','2020-12-27 06:18:15','2020-12-27 01:18:15'),
(12451,8313,'action complete via WP Cron','2020-12-27 06:18:15','2020-12-27 01:18:15'),
(12452,8314,'action created','2020-12-27 06:18:15','2020-12-27 01:18:15'),
(12453,8314,'action started via WP Cron','2020-12-27 06:19:16','2020-12-27 01:19:16'),
(12454,8314,'action complete via WP Cron','2020-12-27 06:19:16','2020-12-27 01:19:16'),
(12455,8315,'action created','2020-12-27 06:19:16','2020-12-27 01:19:16'),
(12456,8315,'action started via WP Cron','2020-12-27 06:20:22','2020-12-27 01:20:22'),
(12457,8315,'action complete via WP Cron','2020-12-27 06:20:22','2020-12-27 01:20:22'),
(12458,8316,'action created','2020-12-27 06:20:22','2020-12-27 01:20:22'),
(12459,8316,'action started via WP Cron','2020-12-27 06:21:59','2020-12-27 01:21:59'),
(12460,8316,'action complete via WP Cron','2020-12-27 06:21:59','2020-12-27 01:21:59'),
(12461,8317,'action created','2020-12-27 06:21:59','2020-12-27 01:21:59'),
(12462,8317,'action started via WP Cron','2020-12-27 06:22:19','2020-12-27 01:22:19'),
(12463,8317,'action complete via WP Cron','2020-12-27 06:22:19','2020-12-27 01:22:19'),
(12464,8318,'action created','2020-12-27 06:22:19','2020-12-27 01:22:19'),
(12465,8318,'action started via WP Cron','2020-12-27 06:24:29','2020-12-27 01:24:29'),
(12466,8318,'action complete via WP Cron','2020-12-27 06:24:29','2020-12-27 01:24:29'),
(12467,8319,'action created','2020-12-27 06:24:29','2020-12-27 01:24:29'),
(12468,8319,'action started via WP Cron','2020-12-27 06:25:16','2020-12-27 01:25:16'),
(12469,8319,'action complete via WP Cron','2020-12-27 06:25:16','2020-12-27 01:25:16'),
(12470,8320,'action created','2020-12-27 06:25:16','2020-12-27 01:25:16'),
(12471,8320,'action started via WP Cron','2020-12-27 06:27:33','2020-12-27 01:27:33'),
(12472,8320,'action complete via WP Cron','2020-12-27 06:27:33','2020-12-27 01:27:33'),
(12473,8321,'action created','2020-12-27 06:27:33','2020-12-27 01:27:33'),
(12474,8321,'action started via WP Cron','2020-12-27 06:29:47','2020-12-27 01:29:47'),
(12475,8321,'action complete via WP Cron','2020-12-27 06:29:47','2020-12-27 01:29:47'),
(12476,8322,'action created','2020-12-27 06:29:47','2020-12-27 01:29:47'),
(12477,8322,'action started via WP Cron','2020-12-27 06:30:15','2020-12-27 01:30:15'),
(12478,8322,'action complete via WP Cron','2020-12-27 06:30:15','2020-12-27 01:30:15'),
(12479,8323,'action created','2020-12-27 06:30:15','2020-12-27 01:30:15'),
(12480,8323,'action started via WP Cron','2020-12-27 06:31:28','2020-12-27 01:31:28'),
(12481,8323,'action complete via WP Cron','2020-12-27 06:31:28','2020-12-27 01:31:28'),
(12482,8324,'action created','2020-12-27 06:31:28','2020-12-27 01:31:28'),
(12483,8324,'action started via WP Cron','2020-12-27 06:34:22','2020-12-27 01:34:22'),
(12484,8324,'action complete via WP Cron','2020-12-27 06:34:22','2020-12-27 01:34:22'),
(12485,8325,'action created','2020-12-27 06:34:22','2020-12-27 01:34:22'),
(12486,8325,'action started via WP Cron','2020-12-27 06:35:26','2020-12-27 01:35:26'),
(12487,8325,'action complete via WP Cron','2020-12-27 06:35:26','2020-12-27 01:35:26'),
(12488,8326,'action created','2020-12-27 06:35:26','2020-12-27 01:35:26'),
(12489,8326,'action started via WP Cron','2020-12-27 06:36:44','2020-12-27 01:36:44'),
(12490,8326,'action complete via WP Cron','2020-12-27 06:36:44','2020-12-27 01:36:44'),
(12491,8327,'action created','2020-12-27 06:36:44','2020-12-27 01:36:44'),
(12492,8327,'action started via WP Cron','2020-12-27 06:37:19','2020-12-27 01:37:19'),
(12493,8327,'action complete via WP Cron','2020-12-27 06:37:19','2020-12-27 01:37:19'),
(12494,8328,'action created','2020-12-27 06:37:19','2020-12-27 01:37:19'),
(12495,8328,'action started via WP Cron','2020-12-27 06:38:43','2020-12-27 01:38:43'),
(12496,8328,'action complete via WP Cron','2020-12-27 06:38:43','2020-12-27 01:38:43'),
(12497,8329,'action created','2020-12-27 06:38:43','2020-12-27 01:38:43'),
(12498,8329,'action started via WP Cron','2020-12-27 06:39:26','2020-12-27 01:39:26'),
(12499,8329,'action complete via WP Cron','2020-12-27 06:39:26','2020-12-27 01:39:26'),
(12500,8330,'action created','2020-12-27 06:39:26','2020-12-27 01:39:26'),
(12501,8330,'action started via WP Cron','2020-12-27 06:40:37','2020-12-27 01:40:37'),
(12502,8330,'action complete via WP Cron','2020-12-27 06:40:37','2020-12-27 01:40:37'),
(12503,8331,'action created','2020-12-27 06:40:37','2020-12-27 01:40:37'),
(12504,8331,'action started via WP Cron','2020-12-27 06:42:48','2020-12-27 01:42:48'),
(12505,8331,'action complete via WP Cron','2020-12-27 06:42:48','2020-12-27 01:42:48'),
(12506,8332,'action created','2020-12-27 06:42:48','2020-12-27 01:42:48'),
(12507,8332,'action started via WP Cron','2020-12-27 06:44:03','2020-12-27 01:44:03'),
(12508,8332,'action complete via WP Cron','2020-12-27 06:44:03','2020-12-27 01:44:03'),
(12509,8333,'action created','2020-12-27 06:44:03','2020-12-27 01:44:03'),
(12510,8333,'action started via WP Cron','2020-12-27 06:44:43','2020-12-27 01:44:43'),
(12511,8333,'action complete via WP Cron','2020-12-27 06:44:43','2020-12-27 01:44:43'),
(12512,8334,'action created','2020-12-27 06:44:43','2020-12-27 01:44:43'),
(12513,8334,'action started via WP Cron','2020-12-27 06:45:15','2020-12-27 01:45:15'),
(12514,8334,'action complete via WP Cron','2020-12-27 06:45:15','2020-12-27 01:45:15'),
(12515,8335,'action created','2020-12-27 06:45:15','2020-12-27 01:45:15'),
(12516,8335,'action started via WP Cron','2020-12-27 06:46:34','2020-12-27 01:46:34'),
(12517,8335,'action complete via WP Cron','2020-12-27 06:46:34','2020-12-27 01:46:34'),
(12518,8336,'action created','2020-12-27 06:46:34','2020-12-27 01:46:34'),
(12519,8336,'action started via WP Cron','2020-12-27 06:48:34','2020-12-27 01:48:34'),
(12520,8336,'action complete via WP Cron','2020-12-27 06:48:34','2020-12-27 01:48:34'),
(12521,8337,'action created','2020-12-27 06:48:34','2020-12-27 01:48:34'),
(12522,8337,'action started via WP Cron','2020-12-27 06:49:16','2020-12-27 01:49:16'),
(12523,8337,'action complete via WP Cron','2020-12-27 06:49:16','2020-12-27 01:49:16'),
(12524,8338,'action created','2020-12-27 06:49:16','2020-12-27 01:49:16'),
(12525,8338,'action started via WP Cron','2020-12-27 06:50:49','2020-12-27 01:50:49'),
(12526,8338,'action complete via WP Cron','2020-12-27 06:50:49','2020-12-27 01:50:49'),
(12527,8339,'action created','2020-12-27 06:50:49','2020-12-27 01:50:49'),
(12528,8339,'action started via WP Cron','2020-12-27 06:51:15','2020-12-27 01:51:15'),
(12529,8339,'action complete via WP Cron','2020-12-27 06:51:15','2020-12-27 01:51:15'),
(12530,8340,'action created','2020-12-27 06:51:15','2020-12-27 01:51:15'),
(12531,8340,'action started via WP Cron','2020-12-27 06:52:37','2020-12-27 01:52:37'),
(12532,8340,'action complete via WP Cron','2020-12-27 06:52:37','2020-12-27 01:52:37'),
(12533,8341,'action created','2020-12-27 06:52:37','2020-12-27 01:52:37'),
(12534,8341,'action started via WP Cron','2020-12-27 06:54:11','2020-12-27 01:54:11'),
(12535,8341,'action complete via WP Cron','2020-12-27 06:54:11','2020-12-27 01:54:11'),
(12536,8342,'action created','2020-12-27 06:54:11','2020-12-27 01:54:11'),
(12537,8342,'action started via WP Cron','2020-12-27 06:59:04','2020-12-27 01:59:04'),
(12538,8342,'action complete via WP Cron','2020-12-27 06:59:04','2020-12-27 01:59:04'),
(12539,8343,'action created','2020-12-27 06:59:04','2020-12-27 01:59:04'),
(12540,8343,'action started via WP Cron','2020-12-27 07:00:36','2020-12-27 02:00:36'),
(12541,8343,'action complete via WP Cron','2020-12-27 07:00:36','2020-12-27 02:00:36'),
(12542,8344,'action created','2020-12-27 07:00:36','2020-12-27 02:00:36'),
(12543,8344,'action started via WP Cron','2020-12-27 07:02:04','2020-12-27 02:02:04'),
(12544,8344,'action complete via WP Cron','2020-12-27 07:02:04','2020-12-27 02:02:04'),
(12545,8345,'action created','2020-12-27 07:02:04','2020-12-27 02:02:04'),
(12546,8345,'action started via WP Cron','2020-12-27 07:02:23','2020-12-27 02:02:23'),
(12547,8345,'action complete via WP Cron','2020-12-27 07:02:23','2020-12-27 02:02:23'),
(12548,8346,'action created','2020-12-27 07:02:23','2020-12-27 02:02:23'),
(12549,8346,'action started via WP Cron','2020-12-27 07:03:29','2020-12-27 02:03:29'),
(12550,8346,'action complete via WP Cron','2020-12-27 07:03:29','2020-12-27 02:03:29'),
(12551,8347,'action created','2020-12-27 07:03:29','2020-12-27 02:03:29'),
(12552,8347,'action started via WP Cron','2020-12-27 07:05:02','2020-12-27 02:05:02'),
(12553,8347,'action complete via WP Cron','2020-12-27 07:05:02','2020-12-27 02:05:02'),
(12554,8348,'action created','2020-12-27 07:05:02','2020-12-27 02:05:02'),
(12555,8348,'action started via WP Cron','2020-12-27 07:05:28','2020-12-27 02:05:28'),
(12556,8348,'action complete via WP Cron','2020-12-27 07:05:28','2020-12-27 02:05:28'),
(12557,8349,'action created','2020-12-27 07:05:29','2020-12-27 02:05:29'),
(12558,8349,'action started via WP Cron','2020-12-27 07:06:58','2020-12-27 02:06:58'),
(12559,8349,'action complete via WP Cron','2020-12-27 07:06:58','2020-12-27 02:06:58'),
(12560,8350,'action created','2020-12-27 07:06:58','2020-12-27 02:06:58'),
(12561,8350,'action started via WP Cron','2020-12-27 07:08:08','2020-12-27 02:08:08'),
(12562,8350,'action complete via WP Cron','2020-12-27 07:08:08','2020-12-27 02:08:08'),
(12563,8351,'action created','2020-12-27 07:08:08','2020-12-27 02:08:08'),
(12564,8351,'action started via WP Cron','2020-12-27 07:09:28','2020-12-27 02:09:28'),
(12565,8351,'action complete via WP Cron','2020-12-27 07:09:28','2020-12-27 02:09:28'),
(12566,8352,'action created','2020-12-27 07:09:28','2020-12-27 02:09:28'),
(12567,8352,'action started via WP Cron','2020-12-27 07:12:12','2020-12-27 02:12:12'),
(12568,8352,'action complete via WP Cron','2020-12-27 07:12:13','2020-12-27 02:12:13'),
(12569,8353,'action created','2020-12-27 07:12:13','2020-12-27 02:12:13'),
(12570,8353,'action started via WP Cron','2020-12-27 07:14:37','2020-12-27 02:14:37'),
(12571,8353,'action complete via WP Cron','2020-12-27 07:14:37','2020-12-27 02:14:37'),
(12572,8354,'action created','2020-12-27 07:14:37','2020-12-27 02:14:37'),
(12573,8354,'action started via WP Cron','2020-12-27 07:15:17','2020-12-27 02:15:17'),
(12574,8354,'action complete via WP Cron','2020-12-27 07:15:17','2020-12-27 02:15:17'),
(12575,8355,'action created','2020-12-27 07:15:17','2020-12-27 02:15:17'),
(12576,8355,'action started via WP Cron','2020-12-27 07:19:33','2020-12-27 02:19:33'),
(12577,8355,'action complete via WP Cron','2020-12-27 07:19:33','2020-12-27 02:19:33'),
(12578,8356,'action created','2020-12-27 07:19:33','2020-12-27 02:19:33'),
(12579,8356,'action started via WP Cron','2020-12-27 07:20:40','2020-12-27 02:20:40'),
(12580,8356,'action complete via WP Cron','2020-12-27 07:20:40','2020-12-27 02:20:40'),
(12581,8357,'action created','2020-12-27 07:20:40','2020-12-27 02:20:40'),
(12582,8357,'action started via WP Cron','2020-12-27 07:22:24','2020-12-27 02:22:24'),
(12583,8357,'action complete via WP Cron','2020-12-27 07:22:24','2020-12-27 02:22:24'),
(12584,8358,'action created','2020-12-27 07:22:24','2020-12-27 02:22:24'),
(12585,8358,'action started via WP Cron','2020-12-27 07:24:30','2020-12-27 02:24:30'),
(12586,8358,'action complete via WP Cron','2020-12-27 07:24:30','2020-12-27 02:24:30'),
(12587,8359,'action created','2020-12-27 07:24:30','2020-12-27 02:24:30'),
(12588,8359,'action started via WP Cron','2020-12-27 07:25:13','2020-12-27 02:25:13'),
(12589,8359,'action complete via WP Cron','2020-12-27 07:25:13','2020-12-27 02:25:13'),
(12590,8360,'action created','2020-12-27 07:25:13','2020-12-27 02:25:13'),
(12591,8360,'action started via WP Cron','2020-12-27 07:27:15','2020-12-27 02:27:15'),
(12592,8360,'action complete via WP Cron','2020-12-27 07:27:15','2020-12-27 02:27:15'),
(12593,8361,'action created','2020-12-27 07:27:15','2020-12-27 02:27:15'),
(12594,8361,'action started via WP Cron','2020-12-27 07:29:03','2020-12-27 02:29:03'),
(12595,8361,'action complete via WP Cron','2020-12-27 07:29:03','2020-12-27 02:29:03'),
(12596,8362,'action created','2020-12-27 07:29:03','2020-12-27 02:29:03'),
(12597,8362,'action started via WP Cron','2020-12-27 07:29:44','2020-12-27 02:29:44'),
(12598,8362,'action complete via WP Cron','2020-12-27 07:29:44','2020-12-27 02:29:44'),
(12599,8363,'action created','2020-12-27 07:29:44','2020-12-27 02:29:44'),
(12600,8363,'action started via WP Cron','2020-12-27 07:31:12','2020-12-27 02:31:12'),
(12601,8363,'action complete via WP Cron','2020-12-27 07:31:12','2020-12-27 02:31:12'),
(12602,8364,'action created','2020-12-27 07:31:12','2020-12-27 02:31:12'),
(12603,8364,'action started via WP Cron','2020-12-27 07:32:54','2020-12-27 02:32:54'),
(12604,8364,'action complete via WP Cron','2020-12-27 07:32:55','2020-12-27 02:32:55'),
(12605,8365,'action created','2020-12-27 07:32:55','2020-12-27 02:32:55'),
(12606,8365,'action started via WP Cron','2020-12-27 07:33:32','2020-12-27 02:33:32'),
(12607,8365,'action complete via WP Cron','2020-12-27 07:33:32','2020-12-27 02:33:32'),
(12608,8366,'action created','2020-12-27 07:33:32','2020-12-27 02:33:32'),
(12609,8366,'action started via WP Cron','2020-12-27 07:35:05','2020-12-27 02:35:05'),
(12610,8366,'action complete via WP Cron','2020-12-27 07:35:05','2020-12-27 02:35:05'),
(12611,8367,'action created','2020-12-27 07:35:05','2020-12-27 02:35:05'),
(12612,8367,'action started via WP Cron','2020-12-27 07:35:53','2020-12-27 02:35:53'),
(12613,8367,'action complete via WP Cron','2020-12-27 07:35:53','2020-12-27 02:35:53'),
(12614,8368,'action created','2020-12-27 07:35:53','2020-12-27 02:35:53'),
(12615,8368,'action started via WP Cron','2020-12-27 07:38:29','2020-12-27 02:38:29'),
(12616,8368,'action complete via WP Cron','2020-12-27 07:38:29','2020-12-27 02:38:29'),
(12617,8369,'action created','2020-12-27 07:38:29','2020-12-27 02:38:29'),
(12618,8369,'action started via WP Cron','2020-12-27 07:39:25','2020-12-27 02:39:25'),
(12619,8369,'action complete via WP Cron','2020-12-27 07:39:25','2020-12-27 02:39:25'),
(12620,8370,'action created','2020-12-27 07:39:25','2020-12-27 02:39:25'),
(12621,8370,'action started via WP Cron','2020-12-27 07:40:12','2020-12-27 02:40:12'),
(12622,8370,'action complete via WP Cron','2020-12-27 07:40:12','2020-12-27 02:40:12'),
(12623,8371,'action created','2020-12-27 07:40:13','2020-12-27 02:40:13'),
(12624,8371,'action started via WP Cron','2020-12-27 07:41:12','2020-12-27 02:41:12'),
(12625,8371,'action complete via WP Cron','2020-12-27 07:41:12','2020-12-27 02:41:12'),
(12626,8372,'action created','2020-12-27 07:41:13','2020-12-27 02:41:13'),
(12627,8372,'action started via WP Cron','2020-12-27 07:42:21','2020-12-27 02:42:21'),
(12628,8372,'action complete via WP Cron','2020-12-27 07:42:21','2020-12-27 02:42:21'),
(12629,8373,'action created','2020-12-27 07:42:21','2020-12-27 02:42:21'),
(12630,8373,'action started via WP Cron','2020-12-27 07:43:13','2020-12-27 02:43:13'),
(12631,8373,'action complete via WP Cron','2020-12-27 07:43:13','2020-12-27 02:43:13'),
(12632,8374,'action created','2020-12-27 07:43:14','2020-12-27 02:43:14'),
(12633,8374,'action started via WP Cron','2020-12-27 07:44:19','2020-12-27 02:44:19'),
(12634,8374,'action complete via WP Cron','2020-12-27 07:44:19','2020-12-27 02:44:19'),
(12635,8375,'action created','2020-12-27 07:44:19','2020-12-27 02:44:19'),
(12636,8375,'action started via WP Cron','2020-12-27 07:45:11','2020-12-27 02:45:11'),
(12637,8375,'action complete via WP Cron','2020-12-27 07:45:11','2020-12-27 02:45:11'),
(12638,8376,'action created','2020-12-27 07:45:11','2020-12-27 02:45:11'),
(12639,8376,'action started via WP Cron','2020-12-27 07:46:19','2020-12-27 02:46:19'),
(12640,8376,'action complete via WP Cron','2020-12-27 07:46:19','2020-12-27 02:46:19'),
(12641,8377,'action created','2020-12-27 07:46:19','2020-12-27 02:46:19'),
(12642,8377,'action started via WP Cron','2020-12-27 07:47:12','2020-12-27 02:47:12'),
(12643,8378,'action created','2020-12-27 07:47:12','2020-12-27 02:47:12'),
(12644,8377,'action complete via WP Cron','2020-12-27 07:47:12','2020-12-27 02:47:12'),
(12645,8378,'action started via WP Cron','2020-12-27 07:48:14','2020-12-27 02:48:14'),
(12646,8378,'action complete via WP Cron','2020-12-27 07:48:14','2020-12-27 02:48:14'),
(12647,8379,'action created','2020-12-27 07:48:14','2020-12-27 02:48:14'),
(12648,8379,'action started via WP Cron','2020-12-27 07:49:19','2020-12-27 02:49:19'),
(12649,8379,'action complete via WP Cron','2020-12-27 07:49:19','2020-12-27 02:49:19'),
(12650,8380,'action created','2020-12-27 07:49:19','2020-12-27 02:49:19'),
(12651,8380,'action started via WP Cron','2020-12-27 07:50:15','2020-12-27 02:50:15'),
(12652,8380,'action complete via WP Cron','2020-12-27 07:50:15','2020-12-27 02:50:15'),
(12653,8381,'action created','2020-12-27 07:50:15','2020-12-27 02:50:15'),
(12654,8381,'action started via WP Cron','2020-12-27 07:51:14','2020-12-27 02:51:14'),
(12655,8381,'action complete via WP Cron','2020-12-27 07:51:14','2020-12-27 02:51:14'),
(12656,8382,'action created','2020-12-27 07:51:14','2020-12-27 02:51:14'),
(12657,8382,'action started via WP Cron','2020-12-27 07:52:13','2020-12-27 02:52:13'),
(12658,8382,'action complete via WP Cron','2020-12-27 07:52:13','2020-12-27 02:52:13'),
(12659,8383,'action created','2020-12-27 07:52:13','2020-12-27 02:52:13'),
(12660,8383,'action started via WP Cron','2020-12-27 07:53:11','2020-12-27 02:53:11'),
(12661,8383,'action complete via WP Cron','2020-12-27 07:53:11','2020-12-27 02:53:11'),
(12662,8384,'action created','2020-12-27 07:53:11','2020-12-27 02:53:11'),
(12663,8384,'action started via WP Cron','2020-12-27 07:54:12','2020-12-27 02:54:12'),
(12664,8384,'action complete via WP Cron','2020-12-27 07:54:12','2020-12-27 02:54:12'),
(12665,8385,'action created','2020-12-27 07:54:12','2020-12-27 02:54:12'),
(12666,8385,'action started via WP Cron','2020-12-27 07:55:34','2020-12-27 02:55:34'),
(12667,8385,'action complete via WP Cron','2020-12-27 07:55:34','2020-12-27 02:55:34'),
(12668,8386,'action created','2020-12-27 07:55:34','2020-12-27 02:55:34'),
(12669,8386,'action started via WP Cron','2020-12-27 07:56:12','2020-12-27 02:56:12'),
(12670,8386,'action complete via WP Cron','2020-12-27 07:56:12','2020-12-27 02:56:12'),
(12671,8387,'action created','2020-12-27 07:56:12','2020-12-27 02:56:12'),
(12672,8387,'action started via WP Cron','2020-12-27 07:57:15','2020-12-27 02:57:15'),
(12673,8387,'action complete via WP Cron','2020-12-27 07:57:15','2020-12-27 02:57:15'),
(12674,8388,'action created','2020-12-27 07:57:15','2020-12-27 02:57:15'),
(12675,8388,'action started via WP Cron','2020-12-27 07:58:16','2020-12-27 02:58:16'),
(12676,8388,'action complete via WP Cron','2020-12-27 07:58:16','2020-12-27 02:58:16'),
(12677,8389,'action created','2020-12-27 07:58:16','2020-12-27 02:58:16'),
(12678,8389,'action started via WP Cron','2020-12-27 07:59:28','2020-12-27 02:59:28'),
(12679,8389,'action complete via WP Cron','2020-12-27 07:59:28','2020-12-27 02:59:28'),
(12680,8390,'action created','2020-12-27 07:59:28','2020-12-27 02:59:28'),
(12681,8390,'action started via WP Cron','2020-12-27 08:00:13','2020-12-27 03:00:13'),
(12682,8390,'action complete via WP Cron','2020-12-27 08:00:13','2020-12-27 03:00:13'),
(12683,8391,'action created','2020-12-27 08:00:13','2020-12-27 03:00:13'),
(12684,8391,'action started via WP Cron','2020-12-27 08:01:32','2020-12-27 03:01:32'),
(12685,8391,'action complete via WP Cron','2020-12-27 08:01:32','2020-12-27 03:01:32'),
(12686,8392,'action created','2020-12-27 08:01:32','2020-12-27 03:01:32'),
(12687,8392,'action started via WP Cron','2020-12-27 08:02:12','2020-12-27 03:02:12');
INSERT INTO `wp_actionscheduler_logs` VALUES
(12688,8392,'action complete via WP Cron','2020-12-27 08:02:12','2020-12-27 03:02:12'),
(12689,8393,'action created','2020-12-27 08:02:12','2020-12-27 03:02:12'),
(12690,8393,'action started via WP Cron','2020-12-27 08:03:18','2020-12-27 03:03:18'),
(12691,8393,'action complete via WP Cron','2020-12-27 08:03:18','2020-12-27 03:03:18'),
(12692,8394,'action created','2020-12-27 08:03:18','2020-12-27 03:03:18'),
(12693,8394,'action started via WP Cron','2020-12-27 08:04:23','2020-12-27 03:04:23'),
(12694,8394,'action complete via WP Cron','2020-12-27 08:04:23','2020-12-27 03:04:23'),
(12695,8395,'action created','2020-12-27 08:04:23','2020-12-27 03:04:23'),
(12696,8395,'action started via WP Cron','2020-12-27 08:05:21','2020-12-27 03:05:21'),
(12697,8395,'action complete via WP Cron','2020-12-27 08:05:21','2020-12-27 03:05:21'),
(12698,8396,'action created','2020-12-27 08:05:21','2020-12-27 03:05:21'),
(12699,8396,'action started via WP Cron','2020-12-27 08:06:14','2020-12-27 03:06:14'),
(12700,8396,'action complete via WP Cron','2020-12-27 08:06:14','2020-12-27 03:06:14'),
(12701,8397,'action created','2020-12-27 08:06:14','2020-12-27 03:06:14'),
(12702,8397,'action started via WP Cron','2020-12-27 08:07:13','2020-12-27 03:07:13'),
(12703,8397,'action complete via WP Cron','2020-12-27 08:07:13','2020-12-27 03:07:13'),
(12704,8398,'action created','2020-12-27 08:07:13','2020-12-27 03:07:13'),
(12705,8398,'action started via WP Cron','2020-12-27 08:08:18','2020-12-27 03:08:18'),
(12706,8398,'action complete via WP Cron','2020-12-27 08:08:18','2020-12-27 03:08:18'),
(12707,8399,'action created','2020-12-27 08:08:18','2020-12-27 03:08:18'),
(12708,8399,'action started via WP Cron','2020-12-27 08:09:15','2020-12-27 03:09:15'),
(12709,8399,'action complete via WP Cron','2020-12-27 08:09:15','2020-12-27 03:09:15'),
(12710,8400,'action created','2020-12-27 08:09:15','2020-12-27 03:09:15'),
(12711,8400,'action started via WP Cron','2020-12-27 08:10:16','2020-12-27 03:10:16'),
(12712,8400,'action complete via WP Cron','2020-12-27 08:10:16','2020-12-27 03:10:16'),
(12713,8401,'action created','2020-12-27 08:10:16','2020-12-27 03:10:16'),
(12714,8401,'action started via WP Cron','2020-12-27 08:11:20','2020-12-27 03:11:20'),
(12715,8401,'action complete via WP Cron','2020-12-27 08:11:20','2020-12-27 03:11:20'),
(12716,8402,'action created','2020-12-27 08:11:20','2020-12-27 03:11:20'),
(12717,8402,'action started via WP Cron','2020-12-27 08:12:12','2020-12-27 03:12:12'),
(12718,8402,'action complete via WP Cron','2020-12-27 08:12:12','2020-12-27 03:12:12'),
(12719,8403,'action created','2020-12-27 08:12:12','2020-12-27 03:12:12'),
(12720,8403,'action started via WP Cron','2020-12-27 08:13:22','2020-12-27 03:13:22'),
(12721,8403,'action complete via WP Cron','2020-12-27 08:13:22','2020-12-27 03:13:22'),
(12722,8404,'action created','2020-12-27 08:13:22','2020-12-27 03:13:22'),
(12723,8404,'action started via WP Cron','2020-12-27 08:14:44','2020-12-27 03:14:44'),
(12724,8404,'action complete via WP Cron','2020-12-27 08:14:44','2020-12-27 03:14:44'),
(12725,8405,'action created','2020-12-27 08:14:44','2020-12-27 03:14:44'),
(12726,8405,'action started via WP Cron','2020-12-27 08:15:15','2020-12-27 03:15:15'),
(12727,8405,'action complete via WP Cron','2020-12-27 08:15:16','2020-12-27 03:15:16'),
(12728,8406,'action created','2020-12-27 08:15:16','2020-12-27 03:15:16'),
(12729,8406,'action started via WP Cron','2020-12-27 08:16:18','2020-12-27 03:16:18'),
(12730,8406,'action complete via WP Cron','2020-12-27 08:16:18','2020-12-27 03:16:18'),
(12731,8407,'action created','2020-12-27 08:16:18','2020-12-27 03:16:18'),
(12732,8407,'action started via WP Cron','2020-12-27 08:17:24','2020-12-27 03:17:24'),
(12733,8407,'action complete via WP Cron','2020-12-27 08:17:24','2020-12-27 03:17:24'),
(12734,8408,'action created','2020-12-27 08:17:24','2020-12-27 03:17:24'),
(12735,8408,'action started via WP Cron','2020-12-27 08:18:17','2020-12-27 03:18:17'),
(12736,8408,'action complete via WP Cron','2020-12-27 08:18:17','2020-12-27 03:18:17'),
(12737,8409,'action created','2020-12-27 08:18:17','2020-12-27 03:18:17'),
(12738,8409,'action started via WP Cron','2020-12-27 08:19:18','2020-12-27 03:19:18'),
(12739,8409,'action complete via WP Cron','2020-12-27 08:19:18','2020-12-27 03:19:18'),
(12740,8410,'action created','2020-12-27 08:19:18','2020-12-27 03:19:18'),
(12741,8410,'action started via WP Cron','2020-12-27 08:20:23','2020-12-27 03:20:23'),
(12742,8410,'action complete via WP Cron','2020-12-27 08:20:23','2020-12-27 03:20:23'),
(12743,8411,'action created','2020-12-27 08:20:23','2020-12-27 03:20:23'),
(12744,8411,'action started via WP Cron','2020-12-27 08:21:34','2020-12-27 03:21:34'),
(12745,8411,'action complete via WP Cron','2020-12-27 08:21:34','2020-12-27 03:21:34'),
(12746,8412,'action created','2020-12-27 08:21:34','2020-12-27 03:21:34'),
(12747,8412,'action started via WP Cron','2020-12-27 08:22:34','2020-12-27 03:22:34'),
(12748,8412,'action complete via WP Cron','2020-12-27 08:22:34','2020-12-27 03:22:34'),
(12749,8413,'action created','2020-12-27 08:22:35','2020-12-27 03:22:35'),
(12750,8413,'action started via WP Cron','2020-12-27 08:23:20','2020-12-27 03:23:20'),
(12751,8413,'action complete via WP Cron','2020-12-27 08:23:20','2020-12-27 03:23:20'),
(12752,8414,'action created','2020-12-27 08:23:20','2020-12-27 03:23:20'),
(12753,8414,'action started via WP Cron','2020-12-27 08:24:29','2020-12-27 03:24:29'),
(12754,8414,'action complete via WP Cron','2020-12-27 08:24:29','2020-12-27 03:24:29'),
(12755,8415,'action created','2020-12-27 08:24:29','2020-12-27 03:24:29'),
(12756,8415,'action started via WP Cron','2020-12-27 08:25:11','2020-12-27 03:25:11'),
(12757,8415,'action complete via WP Cron','2020-12-27 08:25:11','2020-12-27 03:25:11'),
(12758,8416,'action created','2020-12-27 08:25:11','2020-12-27 03:25:11'),
(12759,8416,'action started via WP Cron','2020-12-27 08:26:11','2020-12-27 03:26:11'),
(12760,8416,'action complete via WP Cron','2020-12-27 08:26:12','2020-12-27 03:26:12'),
(12761,8417,'action created','2020-12-27 08:26:12','2020-12-27 03:26:12'),
(12762,8417,'action started via WP Cron','2020-12-27 08:27:33','2020-12-27 03:27:33'),
(12763,8417,'action complete via WP Cron','2020-12-27 08:27:33','2020-12-27 03:27:33'),
(12764,8418,'action created','2020-12-27 08:27:33','2020-12-27 03:27:33'),
(12765,8418,'action started via WP Cron','2020-12-27 08:28:45','2020-12-27 03:28:45'),
(12766,8418,'action complete via WP Cron','2020-12-27 08:28:45','2020-12-27 03:28:45'),
(12767,8419,'action created','2020-12-27 08:28:45','2020-12-27 03:28:45'),
(12768,8419,'action started via WP Cron','2020-12-27 08:29:13','2020-12-27 03:29:13'),
(12769,8419,'action complete via WP Cron','2020-12-27 08:29:13','2020-12-27 03:29:13'),
(12770,8420,'action created','2020-12-27 08:29:13','2020-12-27 03:29:13'),
(12771,8420,'action started via WP Cron','2020-12-27 08:30:15','2020-12-27 03:30:15'),
(12772,8420,'action complete via WP Cron','2020-12-27 08:30:15','2020-12-27 03:30:15'),
(12773,8421,'action created','2020-12-27 08:30:15','2020-12-27 03:30:15'),
(12774,8421,'action started via WP Cron','2020-12-27 08:31:13','2020-12-27 03:31:13'),
(12775,8421,'action complete via WP Cron','2020-12-27 08:31:13','2020-12-27 03:31:13'),
(12776,8422,'action created','2020-12-27 08:31:13','2020-12-27 03:31:13'),
(12777,8422,'action started via WP Cron','2020-12-27 08:32:33','2020-12-27 03:32:33'),
(12778,8422,'action complete via WP Cron','2020-12-27 08:32:33','2020-12-27 03:32:33'),
(12779,8423,'action created','2020-12-27 08:32:33','2020-12-27 03:32:33'),
(12780,8423,'action started via WP Cron','2020-12-27 08:33:23','2020-12-27 03:33:23'),
(12781,8423,'action complete via WP Cron','2020-12-27 08:33:23','2020-12-27 03:33:23'),
(12782,8424,'action created','2020-12-27 08:33:23','2020-12-27 03:33:23'),
(12783,8424,'action started via WP Cron','2020-12-27 08:34:15','2020-12-27 03:34:15'),
(12784,8424,'action complete via WP Cron','2020-12-27 08:34:15','2020-12-27 03:34:15'),
(12785,8425,'action created','2020-12-27 08:34:15','2020-12-27 03:34:15'),
(12786,8425,'action started via WP Cron','2020-12-27 08:35:22','2020-12-27 03:35:22'),
(12787,8425,'action complete via WP Cron','2020-12-27 08:35:22','2020-12-27 03:35:22'),
(12788,8426,'action created','2020-12-27 08:35:22','2020-12-27 03:35:22'),
(12789,8426,'action started via WP Cron','2020-12-27 08:36:52','2020-12-27 03:36:52'),
(12790,8426,'action complete via WP Cron','2020-12-27 08:36:52','2020-12-27 03:36:52'),
(12791,8427,'action created','2020-12-27 08:36:52','2020-12-27 03:36:52'),
(12792,8427,'action started via WP Cron','2020-12-27 08:37:15','2020-12-27 03:37:15'),
(12793,8427,'action complete via WP Cron','2020-12-27 08:37:15','2020-12-27 03:37:15'),
(12794,8428,'action created','2020-12-27 08:37:15','2020-12-27 03:37:15'),
(12795,8428,'action started via WP Cron','2020-12-27 08:38:13','2020-12-27 03:38:13'),
(12796,8428,'action complete via WP Cron','2020-12-27 08:38:13','2020-12-27 03:38:13'),
(12797,8429,'action created','2020-12-27 08:38:13','2020-12-27 03:38:13'),
(12798,8429,'action started via WP Cron','2020-12-27 08:39:39','2020-12-27 03:39:39'),
(12799,8429,'action complete via WP Cron','2020-12-27 08:39:39','2020-12-27 03:39:39'),
(12800,8430,'action created','2020-12-27 08:39:39','2020-12-27 03:39:39'),
(12801,8430,'action started via WP Cron','2020-12-27 08:40:13','2020-12-27 03:40:13'),
(12802,8430,'action complete via WP Cron','2020-12-27 08:40:13','2020-12-27 03:40:13'),
(12803,8431,'action created','2020-12-27 08:40:13','2020-12-27 03:40:13'),
(12804,8431,'action started via WP Cron','2020-12-27 08:41:11','2020-12-27 03:41:11'),
(12805,8431,'action complete via WP Cron','2020-12-27 08:41:11','2020-12-27 03:41:11'),
(12806,8432,'action created','2020-12-27 08:41:11','2020-12-27 03:41:11'),
(12807,8432,'action started via WP Cron','2020-12-27 08:42:22','2020-12-27 03:42:22'),
(12808,8432,'action complete via WP Cron','2020-12-27 08:42:23','2020-12-27 03:42:23'),
(12809,8433,'action created','2020-12-27 08:42:23','2020-12-27 03:42:23'),
(12810,8433,'action started via WP Cron','2020-12-27 08:43:29','2020-12-27 03:43:29'),
(12811,8433,'action complete via WP Cron','2020-12-27 08:43:29','2020-12-27 03:43:29'),
(12812,8434,'action created','2020-12-27 08:43:29','2020-12-27 03:43:29'),
(12813,8434,'action started via WP Cron','2020-12-27 08:44:12','2020-12-27 03:44:12'),
(12814,8434,'action complete via WP Cron','2020-12-27 08:44:12','2020-12-27 03:44:12'),
(12815,8435,'action created','2020-12-27 08:44:12','2020-12-27 03:44:12'),
(12816,8435,'action started via WP Cron','2020-12-27 08:45:35','2020-12-27 03:45:35'),
(12817,8435,'action complete via WP Cron','2020-12-27 08:45:35','2020-12-27 03:45:35'),
(12818,8436,'action created','2020-12-27 08:45:35','2020-12-27 03:45:35'),
(12819,8436,'action started via WP Cron','2020-12-27 08:46:18','2020-12-27 03:46:18'),
(12820,8436,'action complete via WP Cron','2020-12-27 08:46:18','2020-12-27 03:46:18'),
(12821,8437,'action created','2020-12-27 08:46:18','2020-12-27 03:46:18'),
(12822,8437,'action started via WP Cron','2020-12-27 08:47:35','2020-12-27 03:47:35'),
(12823,8437,'action complete via WP Cron','2020-12-27 08:47:35','2020-12-27 03:47:35'),
(12824,8438,'action created','2020-12-27 08:47:35','2020-12-27 03:47:35'),
(12825,8438,'action started via WP Cron','2020-12-27 08:48:21','2020-12-27 03:48:21'),
(12826,8438,'action complete via WP Cron','2020-12-27 08:48:21','2020-12-27 03:48:21'),
(12827,8439,'action created','2020-12-27 08:48:21','2020-12-27 03:48:21'),
(12828,8439,'action started via WP Cron','2020-12-27 08:49:22','2020-12-27 03:49:22'),
(12829,8439,'action complete via WP Cron','2020-12-27 08:49:22','2020-12-27 03:49:22'),
(12830,8440,'action created','2020-12-27 08:49:22','2020-12-27 03:49:22'),
(12831,8440,'action started via WP Cron','2020-12-27 08:50:25','2020-12-27 03:50:25'),
(12832,8440,'action complete via WP Cron','2020-12-27 08:50:25','2020-12-27 03:50:25'),
(12833,8441,'action created','2020-12-27 08:50:25','2020-12-27 03:50:25'),
(12834,8441,'action started via WP Cron','2020-12-27 08:51:12','2020-12-27 03:51:12'),
(12835,8441,'action complete via WP Cron','2020-12-27 08:51:13','2020-12-27 03:51:13'),
(12836,8442,'action created','2020-12-27 08:51:13','2020-12-27 03:51:13'),
(12837,8442,'action started via WP Cron','2020-12-27 08:52:21','2020-12-27 03:52:21'),
(12838,8442,'action complete via WP Cron','2020-12-27 08:52:21','2020-12-27 03:52:21'),
(12839,8443,'action created','2020-12-27 08:52:21','2020-12-27 03:52:21'),
(12840,8443,'action started via WP Cron','2020-12-27 08:53:37','2020-12-27 03:53:37'),
(12841,8443,'action complete via WP Cron','2020-12-27 08:53:37','2020-12-27 03:53:37'),
(12842,8444,'action created','2020-12-27 08:53:37','2020-12-27 03:53:37'),
(12843,8444,'action started via WP Cron','2020-12-27 08:54:11','2020-12-27 03:54:11'),
(12844,8444,'action complete via WP Cron','2020-12-27 08:54:11','2020-12-27 03:54:11'),
(12845,8445,'action created','2020-12-27 08:54:11','2020-12-27 03:54:11'),
(12846,8445,'action started via WP Cron','2020-12-27 08:55:20','2020-12-27 03:55:20'),
(12847,8445,'action complete via WP Cron','2020-12-27 08:55:20','2020-12-27 03:55:20'),
(12848,8446,'action created','2020-12-27 08:55:20','2020-12-27 03:55:20'),
(12849,8446,'action started via WP Cron','2020-12-27 08:56:33','2020-12-27 03:56:33'),
(12850,8446,'action complete via WP Cron','2020-12-27 08:56:33','2020-12-27 03:56:33'),
(12851,8447,'action created','2020-12-27 08:56:33','2020-12-27 03:56:33'),
(12852,8447,'action started via WP Cron','2020-12-27 08:57:29','2020-12-27 03:57:29'),
(12853,8447,'action complete via WP Cron','2020-12-27 08:57:29','2020-12-27 03:57:29'),
(12854,8448,'action created','2020-12-27 08:57:29','2020-12-27 03:57:29'),
(12855,8448,'action started via WP Cron','2020-12-27 08:58:25','2020-12-27 03:58:25'),
(12856,8448,'action complete via WP Cron','2020-12-27 08:58:25','2020-12-27 03:58:25'),
(12857,8449,'action created','2020-12-27 08:58:25','2020-12-27 03:58:25'),
(12858,8449,'action started via WP Cron','2020-12-27 08:59:37','2020-12-27 03:59:37'),
(12859,8449,'action complete via WP Cron','2020-12-27 08:59:37','2020-12-27 03:59:37'),
(12860,8450,'action created','2020-12-27 08:59:37','2020-12-27 03:59:37'),
(12861,8450,'action started via WP Cron','2020-12-27 09:00:11','2020-12-27 04:00:11'),
(12862,8450,'action complete via WP Cron','2020-12-27 09:00:11','2020-12-27 04:00:11'),
(12863,8451,'action created','2020-12-27 09:00:11','2020-12-27 04:00:11'),
(12864,8451,'action started via WP Cron','2020-12-27 09:01:14','2020-12-27 04:01:14'),
(12865,8451,'action complete via WP Cron','2020-12-27 09:01:14','2020-12-27 04:01:14'),
(12866,8452,'action created','2020-12-27 09:01:14','2020-12-27 04:01:14'),
(12867,8452,'action started via WP Cron','2020-12-27 09:02:33','2020-12-27 04:02:33'),
(12868,8452,'action complete via WP Cron','2020-12-27 09:02:33','2020-12-27 04:02:33'),
(12869,8453,'action created','2020-12-27 09:02:33','2020-12-27 04:02:33'),
(12870,8453,'action started via WP Cron','2020-12-27 09:03:39','2020-12-27 04:03:39'),
(12871,8453,'action complete via WP Cron','2020-12-27 09:03:39','2020-12-27 04:03:39'),
(12872,8454,'action created','2020-12-27 09:03:39','2020-12-27 04:03:39'),
(12873,8454,'action started via WP Cron','2020-12-27 09:04:47','2020-12-27 04:04:47'),
(12874,8454,'action complete via WP Cron','2020-12-27 09:04:47','2020-12-27 04:04:47'),
(12875,8455,'action created','2020-12-27 09:04:47','2020-12-27 04:04:47'),
(12876,8455,'action started via WP Cron','2020-12-27 09:06:00','2020-12-27 04:06:00'),
(12877,8455,'action complete via WP Cron','2020-12-27 09:06:00','2020-12-27 04:06:00'),
(12878,8456,'action created','2020-12-27 09:06:00','2020-12-27 04:06:00'),
(12879,8456,'action started via WP Cron','2020-12-27 09:06:21','2020-12-27 04:06:21'),
(12880,8456,'action complete via WP Cron','2020-12-27 09:06:21','2020-12-27 04:06:21'),
(12881,8457,'action created','2020-12-27 09:06:21','2020-12-27 04:06:21'),
(12882,8457,'action started via WP Cron','2020-12-27 09:07:23','2020-12-27 04:07:23'),
(12883,8457,'action complete via WP Cron','2020-12-27 09:07:23','2020-12-27 04:07:23'),
(12884,8458,'action created','2020-12-27 09:07:23','2020-12-27 04:07:23'),
(12885,8458,'action started via WP Cron','2020-12-27 09:08:48','2020-12-27 04:08:48'),
(12886,8458,'action complete via WP Cron','2020-12-27 09:08:48','2020-12-27 04:08:48'),
(12887,8459,'action created','2020-12-27 09:08:48','2020-12-27 04:08:48'),
(12888,8459,'action started via WP Cron','2020-12-27 09:09:55','2020-12-27 04:09:55'),
(12889,8459,'action complete via WP Cron','2020-12-27 09:09:55','2020-12-27 04:09:55'),
(12890,8460,'action created','2020-12-27 09:09:55','2020-12-27 04:09:55'),
(12891,8460,'action started via WP Cron','2020-12-27 09:10:21','2020-12-27 04:10:21'),
(12892,8460,'action complete via WP Cron','2020-12-27 09:10:21','2020-12-27 04:10:21'),
(12893,8461,'action created','2020-12-27 09:10:21','2020-12-27 04:10:21'),
(12894,8461,'action started via WP Cron','2020-12-27 09:11:23','2020-12-27 04:11:23'),
(12895,8461,'action complete via WP Cron','2020-12-27 09:11:23','2020-12-27 04:11:23'),
(12896,8462,'action created','2020-12-27 09:11:23','2020-12-27 04:11:23'),
(12897,8462,'action started via WP Cron','2020-12-27 09:14:40','2020-12-27 04:14:40'),
(12898,8462,'action complete via WP Cron','2020-12-27 09:14:40','2020-12-27 04:14:40'),
(12899,8463,'action created','2020-12-27 09:14:40','2020-12-27 04:14:40'),
(12900,8463,'action started via WP Cron','2020-12-27 09:16:05','2020-12-27 04:16:05'),
(12901,8463,'action complete via WP Cron','2020-12-27 09:16:05','2020-12-27 04:16:05'),
(12902,8464,'action created','2020-12-27 09:16:05','2020-12-27 04:16:05'),
(12903,8464,'action started via WP Cron','2020-12-27 09:16:23','2020-12-27 04:16:23'),
(12904,8464,'action complete via WP Cron','2020-12-27 09:16:23','2020-12-27 04:16:23'),
(12905,8465,'action created','2020-12-27 09:16:23','2020-12-27 04:16:23'),
(12906,8465,'action started via WP Cron','2020-12-27 09:17:24','2020-12-27 04:17:24'),
(12907,8465,'action complete via WP Cron','2020-12-27 09:17:24','2020-12-27 04:17:24'),
(12908,8466,'action created','2020-12-27 09:17:24','2020-12-27 04:17:24'),
(12909,8466,'action started via WP Cron','2020-12-27 09:20:03','2020-12-27 04:20:03'),
(12910,8466,'action complete via WP Cron','2020-12-27 09:20:03','2020-12-27 04:20:03'),
(12911,8467,'action created','2020-12-27 09:20:03','2020-12-27 04:20:03'),
(12912,8467,'action started via WP Cron','2020-12-27 09:21:51','2020-12-27 04:21:51'),
(12913,8467,'action complete via WP Cron','2020-12-27 09:21:51','2020-12-27 04:21:51'),
(12914,8468,'action created','2020-12-27 09:21:52','2020-12-27 04:21:52'),
(12915,8468,'action started via WP Cron','2020-12-27 09:22:26','2020-12-27 04:22:26'),
(12916,8468,'action complete via WP Cron','2020-12-27 09:22:26','2020-12-27 04:22:26'),
(12917,8469,'action created','2020-12-27 09:22:26','2020-12-27 04:22:26'),
(12918,8469,'action started via WP Cron','2020-12-27 09:23:39','2020-12-27 04:23:39'),
(12919,8469,'action complete via WP Cron','2020-12-27 09:23:39','2020-12-27 04:23:39'),
(12920,8470,'action created','2020-12-27 09:23:39','2020-12-27 04:23:39'),
(12921,8470,'action started via WP Cron','2020-12-27 09:24:25','2020-12-27 04:24:25'),
(12922,8470,'action complete via WP Cron','2020-12-27 09:24:25','2020-12-27 04:24:25'),
(12923,8471,'action created','2020-12-27 09:24:25','2020-12-27 04:24:25'),
(12924,8471,'action started via WP Cron','2020-12-27 09:26:06','2020-12-27 04:26:06'),
(12925,8471,'action complete via WP Cron','2020-12-27 09:26:06','2020-12-27 04:26:06'),
(12926,8472,'action created','2020-12-27 09:26:06','2020-12-27 04:26:06'),
(12927,8472,'action started via WP Cron','2020-12-27 09:27:08','2020-12-27 04:27:08'),
(12928,8472,'action complete via WP Cron','2020-12-27 09:27:08','2020-12-27 04:27:08'),
(12929,8473,'action created','2020-12-27 09:27:08','2020-12-27 04:27:08'),
(12930,8473,'action started via WP Cron','2020-12-27 09:27:35','2020-12-27 04:27:35'),
(12931,8473,'action complete via WP Cron','2020-12-27 09:27:35','2020-12-27 04:27:35'),
(12932,8474,'action created','2020-12-27 09:27:35','2020-12-27 04:27:35'),
(12933,8474,'action started via WP Cron','2020-12-27 09:28:13','2020-12-27 04:28:13'),
(12934,8474,'action complete via WP Cron','2020-12-27 09:28:13','2020-12-27 04:28:13'),
(12935,8475,'action created','2020-12-27 09:28:13','2020-12-27 04:28:13'),
(12936,8475,'action started via WP Cron','2020-12-27 09:29:37','2020-12-27 04:29:37'),
(12937,8475,'action complete via WP Cron','2020-12-27 09:29:37','2020-12-27 04:29:37'),
(12938,8476,'action created','2020-12-27 09:29:38','2020-12-27 04:29:38'),
(12939,8476,'action started via WP Cron','2020-12-27 09:32:17','2020-12-27 04:32:17'),
(12940,8476,'action complete via WP Cron','2020-12-27 09:32:17','2020-12-27 04:32:17'),
(12941,8477,'action created','2020-12-27 09:32:17','2020-12-27 04:32:17'),
(12942,8477,'action started via WP Cron','2020-12-27 09:33:19','2020-12-27 04:33:19'),
(12943,8477,'action complete via WP Cron','2020-12-27 09:33:19','2020-12-27 04:33:19'),
(12944,8478,'action created','2020-12-27 09:33:19','2020-12-27 04:33:19'),
(12945,8478,'action started via WP Cron','2020-12-27 09:36:01','2020-12-27 04:36:01'),
(12946,8478,'action complete via WP Cron','2020-12-27 09:36:01','2020-12-27 04:36:01'),
(12947,8479,'action created','2020-12-27 09:36:01','2020-12-27 04:36:01'),
(12948,8479,'action started via WP Cron','2020-12-27 09:37:33','2020-12-27 04:37:33'),
(12949,8479,'action complete via WP Cron','2020-12-27 09:37:33','2020-12-27 04:37:33'),
(12950,8480,'action created','2020-12-27 09:37:33','2020-12-27 04:37:33'),
(12951,8480,'action started via WP Cron','2020-12-27 09:39:36','2020-12-27 04:39:36'),
(12952,8480,'action complete via WP Cron','2020-12-27 09:39:36','2020-12-27 04:39:36'),
(12953,8481,'action created','2020-12-27 09:39:36','2020-12-27 04:39:36'),
(12954,8481,'action started via WP Cron','2020-12-27 09:41:09','2020-12-27 04:41:09'),
(12955,8481,'action complete via WP Cron','2020-12-27 09:41:09','2020-12-27 04:41:09'),
(12956,8482,'action created','2020-12-27 09:41:09','2020-12-27 04:41:09'),
(12957,8482,'action started via WP Cron','2020-12-27 09:43:21','2020-12-27 04:43:21'),
(12958,8482,'action complete via WP Cron','2020-12-27 09:43:21','2020-12-27 04:43:21'),
(12959,8483,'action created','2020-12-27 09:43:21','2020-12-27 04:43:21'),
(12960,8483,'action started via WP Cron','2020-12-27 09:45:24','2020-12-27 04:45:24'),
(12961,8483,'action complete via WP Cron','2020-12-27 09:45:24','2020-12-27 04:45:24'),
(12962,8484,'action created','2020-12-27 09:45:24','2020-12-27 04:45:24'),
(12963,8484,'action started via WP Cron','2020-12-27 09:46:59','2020-12-27 04:46:59'),
(12964,8484,'action complete via WP Cron','2020-12-27 09:46:59','2020-12-27 04:46:59'),
(12965,8485,'action created','2020-12-27 09:46:59','2020-12-27 04:46:59'),
(12966,8485,'action started via WP Cron','2020-12-27 09:47:17','2020-12-27 04:47:17'),
(12967,8485,'action complete via WP Cron','2020-12-27 09:47:17','2020-12-27 04:47:17'),
(12968,8486,'action created','2020-12-27 09:47:17','2020-12-27 04:47:17'),
(12969,8486,'action started via WP Cron','2020-12-27 09:49:30','2020-12-27 04:49:30'),
(12970,8486,'action complete via WP Cron','2020-12-27 09:49:30','2020-12-27 04:49:30'),
(12971,8487,'action created','2020-12-27 09:49:30','2020-12-27 04:49:30'),
(12972,8487,'action started via WP Cron','2020-12-27 09:50:35','2020-12-27 04:50:35'),
(12973,8487,'action complete via WP Cron','2020-12-27 09:50:36','2020-12-27 04:50:36'),
(12974,8488,'action created','2020-12-27 09:50:36','2020-12-27 04:50:36'),
(12975,8488,'action started via WP Cron','2020-12-27 09:51:20','2020-12-27 04:51:20'),
(12976,8488,'action complete via WP Cron','2020-12-27 09:51:20','2020-12-27 04:51:20'),
(12977,8489,'action created','2020-12-27 09:51:20','2020-12-27 04:51:20'),
(12978,8489,'action started via WP Cron','2020-12-27 09:52:47','2020-12-27 04:52:47'),
(12979,8489,'action complete via WP Cron','2020-12-27 09:52:47','2020-12-27 04:52:47'),
(12980,8490,'action created','2020-12-27 09:52:47','2020-12-27 04:52:47'),
(12981,8490,'action started via WP Cron','2020-12-27 09:55:44','2020-12-27 04:55:44'),
(12982,8490,'action complete via WP Cron','2020-12-27 09:55:44','2020-12-27 04:55:44'),
(12983,8491,'action created','2020-12-27 09:55:44','2020-12-27 04:55:44'),
(12984,8491,'action started via WP Cron','2020-12-27 09:58:57','2020-12-27 04:58:57'),
(12985,8491,'action complete via WP Cron','2020-12-27 09:58:57','2020-12-27 04:58:57'),
(12986,8492,'action created','2020-12-27 09:58:57','2020-12-27 04:58:57'),
(12987,8492,'action started via WP Cron','2020-12-27 10:00:53','2020-12-27 05:00:53'),
(12988,8492,'action complete via WP Cron','2020-12-27 10:00:53','2020-12-27 05:00:53'),
(12989,8493,'action created','2020-12-27 10:00:53','2020-12-27 05:00:53'),
(12990,8493,'action started via WP Cron','2020-12-27 10:03:13','2020-12-27 05:03:13'),
(12991,8493,'action complete via WP Cron','2020-12-27 10:03:13','2020-12-27 05:03:13'),
(12992,8494,'action created','2020-12-27 10:03:13','2020-12-27 05:03:13'),
(12993,8494,'action started via WP Cron','2020-12-27 10:04:30','2020-12-27 05:04:30'),
(12994,8494,'action complete via WP Cron','2020-12-27 10:04:30','2020-12-27 05:04:30'),
(12995,8495,'action created','2020-12-27 10:04:30','2020-12-27 05:04:30'),
(12996,8495,'action started via WP Cron','2020-12-27 10:07:10','2020-12-27 05:07:10'),
(12997,8495,'action complete via WP Cron','2020-12-27 10:07:10','2020-12-27 05:07:10'),
(12998,8496,'action created','2020-12-27 10:07:11','2020-12-27 05:07:11'),
(12999,8496,'action started via WP Cron','2020-12-27 10:09:23','2020-12-27 05:09:23'),
(13000,8496,'action complete via WP Cron','2020-12-27 10:09:23','2020-12-27 05:09:23'),
(13001,8497,'action created','2020-12-27 10:09:24','2020-12-27 05:09:24'),
(13002,8497,'action started via WP Cron','2020-12-27 10:10:21','2020-12-27 05:10:21'),
(13003,8497,'action complete via WP Cron','2020-12-27 10:10:21','2020-12-27 05:10:21'),
(13004,8498,'action created','2020-12-27 10:10:21','2020-12-27 05:10:21'),
(13005,8498,'action started via WP Cron','2020-12-27 10:12:24','2020-12-27 05:12:24'),
(13006,8498,'action complete via WP Cron','2020-12-27 10:12:24','2020-12-27 05:12:24'),
(13007,8499,'action created','2020-12-27 10:12:24','2020-12-27 05:12:24'),
(13008,8499,'action started via WP Cron','2020-12-27 10:13:12','2020-12-27 05:13:12'),
(13009,8499,'action complete via WP Cron','2020-12-27 10:13:12','2020-12-27 05:13:12'),
(13010,8500,'action created','2020-12-27 10:13:12','2020-12-27 05:13:12'),
(13011,8500,'action started via WP Cron','2020-12-27 10:15:40','2020-12-27 05:15:40'),
(13012,8500,'action complete via WP Cron','2020-12-27 10:15:40','2020-12-27 05:15:40'),
(13013,8501,'action created','2020-12-27 10:15:40','2020-12-27 05:15:40'),
(13014,8501,'action started via WP Cron','2020-12-27 10:16:18','2020-12-27 05:16:18'),
(13015,8501,'action complete via WP Cron','2020-12-27 10:16:19','2020-12-27 05:16:19'),
(13016,8502,'action created','2020-12-27 10:16:19','2020-12-27 05:16:19'),
(13017,8502,'action started via WP Cron','2020-12-27 10:18:31','2020-12-27 05:18:31'),
(13018,8502,'action complete via WP Cron','2020-12-27 10:18:31','2020-12-27 05:18:31'),
(13019,8503,'action created','2020-12-27 10:18:31','2020-12-27 05:18:31'),
(13020,8503,'action started via WP Cron','2020-12-27 10:21:51','2020-12-27 05:21:51'),
(13021,8503,'action complete via WP Cron','2020-12-27 10:21:51','2020-12-27 05:21:51'),
(13022,8504,'action created','2020-12-27 10:21:51','2020-12-27 05:21:51'),
(13023,8504,'action started via WP Cron','2020-12-27 10:24:49','2020-12-27 05:24:49'),
(13024,8504,'action complete via WP Cron','2020-12-27 10:24:49','2020-12-27 05:24:49'),
(13025,8505,'action created','2020-12-27 10:24:49','2020-12-27 05:24:49'),
(13026,8505,'action started via WP Cron','2020-12-27 10:25:50','2020-12-27 05:25:50'),
(13027,8505,'action complete via WP Cron','2020-12-27 10:25:50','2020-12-27 05:25:50'),
(13028,8506,'action created','2020-12-27 10:25:50','2020-12-27 05:25:50'),
(13029,8506,'action started via WP Cron','2020-12-27 10:27:23','2020-12-27 05:27:23'),
(13030,8506,'action complete via WP Cron','2020-12-27 10:27:23','2020-12-27 05:27:23'),
(13031,8507,'action created','2020-12-27 10:27:23','2020-12-27 05:27:23'),
(13032,8507,'action started via WP Cron','2020-12-27 10:29:14','2020-12-27 05:29:14'),
(13033,8507,'action complete via WP Cron','2020-12-27 10:29:14','2020-12-27 05:29:14'),
(13034,8508,'action created','2020-12-27 10:29:15','2020-12-27 05:29:15'),
(13035,8508,'action started via WP Cron','2020-12-27 10:30:36','2020-12-27 05:30:36'),
(13036,8508,'action complete via WP Cron','2020-12-27 10:30:36','2020-12-27 05:30:36'),
(13037,8509,'action created','2020-12-27 10:30:36','2020-12-27 05:30:36'),
(13038,8509,'action started via WP Cron','2020-12-27 10:31:29','2020-12-27 05:31:29'),
(13039,8509,'action complete via WP Cron','2020-12-27 10:31:29','2020-12-27 05:31:29'),
(13040,8510,'action created','2020-12-27 10:31:29','2020-12-27 05:31:29'),
(13041,8510,'action started via WP Cron','2020-12-27 10:32:36','2020-12-27 05:32:36'),
(13042,8510,'action complete via WP Cron','2020-12-27 10:32:36','2020-12-27 05:32:36'),
(13043,8511,'action created','2020-12-27 10:32:36','2020-12-27 05:32:36'),
(13044,8511,'action started via WP Cron','2020-12-27 10:36:19','2020-12-27 05:36:19'),
(13045,8511,'action complete via WP Cron','2020-12-27 10:36:19','2020-12-27 05:36:19'),
(13046,8512,'action created','2020-12-27 10:36:19','2020-12-27 05:36:19'),
(13047,8512,'action started via WP Cron','2020-12-27 10:41:40','2020-12-27 05:41:40'),
(13048,8512,'action complete via WP Cron','2020-12-27 10:41:40','2020-12-27 05:41:40'),
(13049,8513,'action created','2020-12-27 10:41:40','2020-12-27 05:41:40'),
(13050,8513,'action started via WP Cron','2020-12-27 10:42:36','2020-12-27 05:42:36'),
(13051,8513,'action complete via WP Cron','2020-12-27 10:42:36','2020-12-27 05:42:36'),
(13052,8514,'action created','2020-12-27 10:42:36','2020-12-27 05:42:36'),
(13053,8514,'action started via WP Cron','2020-12-27 10:43:22','2020-12-27 05:43:22'),
(13054,8514,'action complete via WP Cron','2020-12-27 10:43:22','2020-12-27 05:43:22'),
(13055,8515,'action created','2020-12-27 10:43:22','2020-12-27 05:43:22'),
(13056,8515,'action started via WP Cron','2020-12-27 10:44:50','2020-12-27 05:44:50'),
(13057,8515,'action complete via WP Cron','2020-12-27 10:44:50','2020-12-27 05:44:50'),
(13058,8516,'action created','2020-12-27 10:44:50','2020-12-27 05:44:50'),
(13059,8516,'action started via WP Cron','2020-12-27 10:46:03','2020-12-27 05:46:03'),
(13060,8516,'action complete via WP Cron','2020-12-27 10:46:03','2020-12-27 05:46:03'),
(13061,8517,'action created','2020-12-27 10:46:03','2020-12-27 05:46:03'),
(13062,8517,'action started via WP Cron','2020-12-27 10:48:14','2020-12-27 05:48:14'),
(13063,8517,'action complete via WP Cron','2020-12-27 10:48:14','2020-12-27 05:48:14'),
(13064,8518,'action created','2020-12-27 10:48:14','2020-12-27 05:48:14'),
(13065,8518,'action started via WP Cron','2020-12-27 10:49:54','2020-12-27 05:49:54'),
(13066,8518,'action complete via WP Cron','2020-12-27 10:49:54','2020-12-27 05:49:54'),
(13067,8519,'action created','2020-12-27 10:49:54','2020-12-27 05:49:54'),
(13068,8519,'action started via WP Cron','2020-12-27 10:50:24','2020-12-27 05:50:24'),
(13069,8519,'action complete via WP Cron','2020-12-27 10:50:24','2020-12-27 05:50:24'),
(13070,8520,'action created','2020-12-27 10:50:24','2020-12-27 05:50:24'),
(13071,8520,'action started via WP Cron','2020-12-27 10:51:30','2020-12-27 05:51:30'),
(13072,8520,'action complete via WP Cron','2020-12-27 10:51:30','2020-12-27 05:51:30'),
(13073,8521,'action created','2020-12-27 10:51:30','2020-12-27 05:51:30'),
(13074,8521,'action started via WP Cron','2020-12-27 10:53:12','2020-12-27 05:53:12'),
(13075,8521,'action complete via WP Cron','2020-12-27 10:53:12','2020-12-27 05:53:12'),
(13076,8522,'action created','2020-12-27 10:53:12','2020-12-27 05:53:12'),
(13077,8522,'action started via WP Cron','2020-12-27 10:54:35','2020-12-27 05:54:35'),
(13078,8522,'action complete via WP Cron','2020-12-27 10:54:35','2020-12-27 05:54:35'),
(13079,8523,'action created','2020-12-27 10:54:35','2020-12-27 05:54:35'),
(13080,8523,'action started via WP Cron','2020-12-27 10:57:21','2020-12-27 05:57:21'),
(13081,8523,'action complete via WP Cron','2020-12-27 10:57:21','2020-12-27 05:57:21'),
(13082,8524,'action created','2020-12-27 10:57:21','2020-12-27 05:57:21'),
(13083,8524,'action started via WP Cron','2020-12-27 10:58:29','2020-12-27 05:58:29'),
(13084,8524,'action complete via WP Cron','2020-12-27 10:58:29','2020-12-27 05:58:29'),
(13085,8525,'action created','2020-12-27 10:58:29','2020-12-27 05:58:29'),
(13086,8525,'action started via WP Cron','2020-12-27 11:00:31','2020-12-27 06:00:31'),
(13087,8525,'action complete via WP Cron','2020-12-27 11:00:31','2020-12-27 06:00:31'),
(13088,8526,'action created','2020-12-27 11:00:31','2020-12-27 06:00:31'),
(13089,8526,'action started via WP Cron','2020-12-27 11:01:14','2020-12-27 06:01:14'),
(13090,8526,'action complete via WP Cron','2020-12-27 11:01:14','2020-12-27 06:01:14'),
(13091,8527,'action created','2020-12-27 11:01:14','2020-12-27 06:01:14'),
(13092,8527,'action started via WP Cron','2020-12-27 11:03:25','2020-12-27 06:03:25'),
(13093,8527,'action complete via WP Cron','2020-12-27 11:03:25','2020-12-27 06:03:25'),
(13094,8528,'action created','2020-12-27 11:03:25','2020-12-27 06:03:25'),
(13095,8528,'action started via WP Cron','2020-12-27 11:04:26','2020-12-27 06:04:26'),
(13096,8528,'action complete via WP Cron','2020-12-27 11:04:26','2020-12-27 06:04:26'),
(13097,8529,'action created','2020-12-27 11:04:26','2020-12-27 06:04:26'),
(13098,8529,'action started via WP Cron','2020-12-27 11:06:37','2020-12-27 06:06:37'),
(13099,8529,'action complete via WP Cron','2020-12-27 11:06:37','2020-12-27 06:06:37'),
(13100,8530,'action created','2020-12-27 11:06:37','2020-12-27 06:06:37'),
(13101,8530,'action started via WP Cron','2020-12-27 11:07:40','2020-12-27 06:07:40'),
(13102,8530,'action complete via WP Cron','2020-12-27 11:07:40','2020-12-27 06:07:40'),
(13103,8531,'action created','2020-12-27 11:07:40','2020-12-27 06:07:40'),
(13104,8531,'action started via WP Cron','2020-12-27 11:10:45','2020-12-27 06:10:45'),
(13105,8531,'action complete via WP Cron','2020-12-27 11:10:45','2020-12-27 06:10:45'),
(13106,8532,'action created','2020-12-27 11:10:45','2020-12-27 06:10:45'),
(13107,8532,'action started via WP Cron','2020-12-27 11:12:02','2020-12-27 06:12:02'),
(13108,8532,'action complete via WP Cron','2020-12-27 11:12:02','2020-12-27 06:12:02'),
(13109,8533,'action created','2020-12-27 11:12:02','2020-12-27 06:12:02'),
(13110,8533,'action started via WP Cron','2020-12-27 11:14:23','2020-12-27 06:14:23'),
(13111,8533,'action complete via WP Cron','2020-12-27 11:14:23','2020-12-27 06:14:23'),
(13112,8534,'action created','2020-12-27 11:14:23','2020-12-27 06:14:23'),
(13113,8534,'action started via WP Cron','2020-12-27 11:17:39','2020-12-27 06:17:39'),
(13114,8534,'action complete via WP Cron','2020-12-27 11:17:39','2020-12-27 06:17:39'),
(13115,8535,'action created','2020-12-27 11:17:39','2020-12-27 06:17:39'),
(13116,8535,'action started via WP Cron','2020-12-27 11:18:36','2020-12-27 06:18:36'),
(13117,8535,'action complete via WP Cron','2020-12-27 11:18:36','2020-12-27 06:18:36'),
(13118,8536,'action created','2020-12-27 11:18:36','2020-12-27 06:18:36'),
(13119,8536,'action started via WP Cron','2020-12-27 11:20:34','2020-12-27 06:20:34'),
(13120,8536,'action complete via WP Cron','2020-12-27 11:20:34','2020-12-27 06:20:34'),
(13121,8537,'action created','2020-12-27 11:20:35','2020-12-27 06:20:35'),
(13122,8537,'action started via WP Cron','2020-12-27 11:21:52','2020-12-27 06:21:52'),
(13123,8537,'action complete via WP Cron','2020-12-27 11:21:52','2020-12-27 06:21:52'),
(13124,8538,'action created','2020-12-27 11:21:52','2020-12-27 06:21:52'),
(13125,8538,'action started via WP Cron','2020-12-27 11:22:13','2020-12-27 06:22:13'),
(13126,8538,'action complete via WP Cron','2020-12-27 11:22:13','2020-12-27 06:22:13'),
(13127,8539,'action created','2020-12-27 11:22:13','2020-12-27 06:22:13'),
(13128,8539,'action started via WP Cron','2020-12-27 11:23:45','2020-12-27 06:23:45'),
(13129,8539,'action complete via WP Cron','2020-12-27 11:23:45','2020-12-27 06:23:45'),
(13130,8540,'action created','2020-12-27 11:23:45','2020-12-27 06:23:45'),
(13131,8540,'action started via WP Cron','2020-12-27 11:25:45','2020-12-27 06:25:45'),
(13132,8540,'action complete via WP Cron','2020-12-27 11:25:45','2020-12-27 06:25:45'),
(13133,8541,'action created','2020-12-27 11:25:45','2020-12-27 06:25:45'),
(13134,8541,'action started via WP Cron','2020-12-27 11:29:57','2020-12-27 06:29:57'),
(13135,8541,'action complete via WP Cron','2020-12-27 11:29:57','2020-12-27 06:29:57'),
(13136,8542,'action created','2020-12-27 11:29:57','2020-12-27 06:29:57'),
(13137,8542,'action started via WP Cron','2020-12-27 11:30:47','2020-12-27 06:30:47'),
(13138,8542,'action complete via WP Cron','2020-12-27 11:30:47','2020-12-27 06:30:47'),
(13139,8543,'action created','2020-12-27 11:30:47','2020-12-27 06:30:47'),
(13140,8543,'action started via WP Cron','2020-12-27 11:35:17','2020-12-27 06:35:17'),
(13141,8543,'action complete via WP Cron','2020-12-27 11:35:17','2020-12-27 06:35:17'),
(13142,8544,'action created','2020-12-27 11:35:17','2020-12-27 06:35:17'),
(13143,8544,'action started via WP Cron','2020-12-27 11:38:42','2020-12-27 06:38:42'),
(13144,8544,'action complete via WP Cron','2020-12-27 11:38:42','2020-12-27 06:38:42'),
(13145,8545,'action created','2020-12-27 11:38:43','2020-12-27 06:38:43'),
(13146,8545,'action started via WP Cron','2020-12-27 11:40:04','2020-12-27 06:40:04'),
(13147,8545,'action complete via WP Cron','2020-12-27 11:40:04','2020-12-27 06:40:04'),
(13148,8546,'action created','2020-12-27 11:40:04','2020-12-27 06:40:04'),
(13149,8546,'action started via WP Cron','2020-12-27 11:40:53','2020-12-27 06:40:53'),
(13150,8546,'action complete via WP Cron','2020-12-27 11:40:53','2020-12-27 06:40:53'),
(13151,8547,'action created','2020-12-27 11:40:53','2020-12-27 06:40:53'),
(13152,8547,'action started via WP Cron','2020-12-27 11:42:36','2020-12-27 06:42:36'),
(13153,8547,'action complete via WP Cron','2020-12-27 11:42:36','2020-12-27 06:42:36'),
(13154,8548,'action created','2020-12-27 11:42:36','2020-12-27 06:42:36'),
(13155,8548,'action started via WP Cron','2020-12-27 11:43:47','2020-12-27 06:43:47'),
(13156,8548,'action complete via WP Cron','2020-12-27 11:43:47','2020-12-27 06:43:47'),
(13157,8549,'action created','2020-12-27 11:43:47','2020-12-27 06:43:47'),
(13158,8549,'action started via WP Cron','2020-12-27 11:46:41','2020-12-27 06:46:41'),
(13159,8549,'action complete via WP Cron','2020-12-27 11:46:41','2020-12-27 06:46:41'),
(13160,8550,'action created','2020-12-27 11:46:41','2020-12-27 06:46:41'),
(13161,8550,'action started via WP Cron','2020-12-27 11:47:19','2020-12-27 06:47:19'),
(13162,8550,'action complete via WP Cron','2020-12-27 11:47:19','2020-12-27 06:47:19'),
(13163,8551,'action created','2020-12-27 11:47:19','2020-12-27 06:47:19'),
(13164,8551,'action started via WP Cron','2020-12-27 11:48:23','2020-12-27 06:48:23'),
(13165,8551,'action complete via WP Cron','2020-12-27 11:48:23','2020-12-27 06:48:23'),
(13166,8552,'action created','2020-12-27 11:48:23','2020-12-27 06:48:23'),
(13167,8552,'action started via WP Cron','2020-12-27 11:49:59','2020-12-27 06:49:59'),
(13168,8552,'action complete via WP Cron','2020-12-27 11:49:59','2020-12-27 06:49:59'),
(13169,8553,'action created','2020-12-27 11:49:59','2020-12-27 06:49:59'),
(13170,8553,'action started via WP Cron','2020-12-27 11:50:35','2020-12-27 06:50:35'),
(13171,8553,'action complete via WP Cron','2020-12-27 11:50:35','2020-12-27 06:50:35'),
(13172,8554,'action created','2020-12-27 11:50:35','2020-12-27 06:50:35'),
(13173,8554,'action started via WP Cron','2020-12-27 11:51:29','2020-12-27 06:51:29'),
(13174,8554,'action complete via WP Cron','2020-12-27 11:51:29','2020-12-27 06:51:29'),
(13175,8555,'action created','2020-12-27 11:51:29','2020-12-27 06:51:29'),
(13176,8555,'action started via WP Cron','2020-12-27 11:52:17','2020-12-27 06:52:17'),
(13177,8555,'action complete via WP Cron','2020-12-27 11:52:17','2020-12-27 06:52:17'),
(13178,8556,'action created','2020-12-27 11:52:17','2020-12-27 06:52:17'),
(13179,8556,'action started via WP Cron','2020-12-27 11:55:14','2020-12-27 06:55:14'),
(13180,8556,'action complete via WP Cron','2020-12-27 11:55:15','2020-12-27 06:55:15'),
(13181,8557,'action created','2020-12-27 11:55:15','2020-12-27 06:55:15'),
(13182,8557,'action started via WP Cron','2020-12-27 11:57:08','2020-12-27 06:57:08'),
(13183,8557,'action complete via WP Cron','2020-12-27 11:57:08','2020-12-27 06:57:08'),
(13184,8558,'action created','2020-12-27 11:57:08','2020-12-27 06:57:08'),
(13185,8558,'action started via WP Cron','2020-12-27 11:58:05','2020-12-27 06:58:05'),
(13186,8558,'action complete via WP Cron','2020-12-27 11:58:05','2020-12-27 06:58:05'),
(13187,8559,'action created','2020-12-27 11:58:05','2020-12-27 06:58:05'),
(13188,8559,'action started via WP Cron','2020-12-27 11:58:28','2020-12-27 06:58:28'),
(13189,8559,'action complete via WP Cron','2020-12-27 11:58:28','2020-12-27 06:58:28'),
(13190,8560,'action created','2020-12-27 11:58:28','2020-12-27 06:58:28'),
(13191,8560,'action started via WP Cron','2020-12-27 11:59:16','2020-12-27 06:59:16'),
(13192,8560,'action complete via WP Cron','2020-12-27 11:59:16','2020-12-27 06:59:16'),
(13193,8561,'action created','2020-12-27 11:59:16','2020-12-27 06:59:16'),
(13194,8561,'action started via WP Cron','2020-12-27 12:00:15','2020-12-27 07:00:15'),
(13195,8561,'action complete via WP Cron','2020-12-27 12:00:15','2020-12-27 07:00:15'),
(13196,8562,'action created','2020-12-27 12:00:16','2020-12-27 07:00:16'),
(13197,8562,'action started via WP Cron','2020-12-27 12:02:04','2020-12-27 07:02:04'),
(13198,8562,'action complete via WP Cron','2020-12-27 12:02:04','2020-12-27 07:02:04'),
(13199,8563,'action created','2020-12-27 12:02:04','2020-12-27 07:02:04'),
(13200,8563,'action started via WP Cron','2020-12-27 12:03:46','2020-12-27 07:03:46'),
(13201,8563,'action complete via WP Cron','2020-12-27 12:03:46','2020-12-27 07:03:46'),
(13202,8564,'action created','2020-12-27 12:03:46','2020-12-27 07:03:46'),
(13203,8564,'action started via WP Cron','2020-12-27 12:04:31','2020-12-27 07:04:31'),
(13204,8564,'action complete via WP Cron','2020-12-27 12:04:31','2020-12-27 07:04:31'),
(13205,8565,'action created','2020-12-27 12:04:31','2020-12-27 07:04:31'),
(13206,8565,'action started via WP Cron','2020-12-27 12:05:48','2020-12-27 07:05:48'),
(13207,8565,'action complete via WP Cron','2020-12-27 12:05:48','2020-12-27 07:05:48'),
(13208,8566,'action created','2020-12-27 12:05:48','2020-12-27 07:05:48'),
(13209,8566,'action started via WP Cron','2020-12-27 12:06:24','2020-12-27 07:06:24'),
(13210,8566,'action complete via WP Cron','2020-12-27 12:06:24','2020-12-27 07:06:24'),
(13211,8567,'action created','2020-12-27 12:06:25','2020-12-27 07:06:25'),
(13212,8567,'action started via WP Cron','2020-12-27 12:07:57','2020-12-27 07:07:57'),
(13213,8567,'action complete via WP Cron','2020-12-27 12:07:57','2020-12-27 07:07:57'),
(13214,8568,'action created','2020-12-27 12:07:57','2020-12-27 07:07:57'),
(13215,8568,'action started via WP Cron','2020-12-27 12:09:14','2020-12-27 07:09:14'),
(13216,8568,'action complete via WP Cron','2020-12-27 12:09:14','2020-12-27 07:09:14'),
(13217,8569,'action created','2020-12-27 12:09:14','2020-12-27 07:09:14'),
(13218,8569,'action started via WP Cron','2020-12-27 12:11:35','2020-12-27 07:11:35'),
(13219,8569,'action complete via WP Cron','2020-12-27 12:11:35','2020-12-27 07:11:35'),
(13220,8570,'action created','2020-12-27 12:11:35','2020-12-27 07:11:35'),
(13221,8570,'action started via WP Cron','2020-12-27 12:14:56','2020-12-27 07:14:56'),
(13222,8570,'action complete via WP Cron','2020-12-27 12:14:56','2020-12-27 07:14:56'),
(13223,8571,'action created','2020-12-27 12:14:56','2020-12-27 07:14:56'),
(13224,8571,'action started via WP Cron','2020-12-27 12:16:50','2020-12-27 07:16:50'),
(13225,8571,'action complete via WP Cron','2020-12-27 12:16:50','2020-12-27 07:16:50'),
(13226,8572,'action created','2020-12-27 12:16:51','2020-12-27 07:16:51'),
(13227,8572,'action started via WP Cron','2020-12-27 12:18:26','2020-12-27 07:18:26'),
(13228,8572,'action complete via WP Cron','2020-12-27 12:18:26','2020-12-27 07:18:26'),
(13229,8573,'action created','2020-12-27 12:18:26','2020-12-27 07:18:26'),
(13230,8573,'action started via WP Cron','2020-12-27 12:26:33','2020-12-27 07:26:33'),
(13231,8573,'action complete via WP Cron','2020-12-27 12:26:33','2020-12-27 07:26:33'),
(13232,8574,'action created','2020-12-27 12:26:33','2020-12-27 07:26:33'),
(13233,8574,'action started via WP Cron','2020-12-27 12:27:18','2020-12-27 07:27:18'),
(13234,8574,'action complete via WP Cron','2020-12-27 12:27:18','2020-12-27 07:27:18'),
(13235,8575,'action created','2020-12-27 12:27:19','2020-12-27 07:27:19'),
(13236,8575,'action started via WP Cron','2020-12-27 12:28:23','2020-12-27 07:28:23'),
(13237,8575,'action complete via WP Cron','2020-12-27 12:28:23','2020-12-27 07:28:23'),
(13238,8576,'action created','2020-12-27 12:28:23','2020-12-27 07:28:23'),
(13239,8576,'action started via WP Cron','2020-12-27 12:29:20','2020-12-27 07:29:20'),
(13240,8576,'action complete via WP Cron','2020-12-27 12:29:20','2020-12-27 07:29:20'),
(13241,8577,'action created','2020-12-27 12:29:20','2020-12-27 07:29:20'),
(13242,8577,'action started via WP Cron','2020-12-27 12:30:39','2020-12-27 07:30:39'),
(13243,8577,'action complete via WP Cron','2020-12-27 12:30:39','2020-12-27 07:30:39'),
(13244,8578,'action created','2020-12-27 12:30:39','2020-12-27 07:30:39'),
(13245,8578,'action started via WP Cron','2020-12-27 12:31:32','2020-12-27 07:31:32'),
(13246,8578,'action complete via WP Cron','2020-12-27 12:31:32','2020-12-27 07:31:32'),
(13247,8579,'action created','2020-12-27 12:31:32','2020-12-27 07:31:32'),
(13248,8579,'action started via WP Cron','2020-12-27 12:32:11','2020-12-27 07:32:11'),
(13249,8579,'action complete via WP Cron','2020-12-27 12:32:11','2020-12-27 07:32:11'),
(13250,8580,'action created','2020-12-27 12:32:11','2020-12-27 07:32:11'),
(13251,8580,'action started via WP Cron','2020-12-27 12:33:17','2020-12-27 07:33:17'),
(13252,8580,'action complete via WP Cron','2020-12-27 12:33:17','2020-12-27 07:33:17'),
(13253,8581,'action created','2020-12-27 12:33:17','2020-12-27 07:33:17'),
(13254,8581,'action started via WP Cron','2020-12-27 12:34:42','2020-12-27 07:34:42'),
(13255,8581,'action complete via WP Cron','2020-12-27 12:34:42','2020-12-27 07:34:42'),
(13256,8582,'action created','2020-12-27 12:34:42','2020-12-27 07:34:42'),
(13257,8582,'action started via WP Cron','2020-12-27 12:36:02','2020-12-27 07:36:02'),
(13258,8582,'action complete via WP Cron','2020-12-27 12:36:02','2020-12-27 07:36:02'),
(13259,8583,'action created','2020-12-27 12:36:02','2020-12-27 07:36:02'),
(13260,8583,'action started via WP Cron','2020-12-27 12:37:32','2020-12-27 07:37:32'),
(13261,8583,'action complete via WP Cron','2020-12-27 12:37:32','2020-12-27 07:37:32'),
(13262,8584,'action created','2020-12-27 12:37:32','2020-12-27 07:37:32'),
(13263,8584,'action started via WP Cron','2020-12-27 12:38:20','2020-12-27 07:38:20'),
(13264,8584,'action complete via WP Cron','2020-12-27 12:38:20','2020-12-27 07:38:20'),
(13265,8585,'action created','2020-12-27 12:38:20','2020-12-27 07:38:20'),
(13266,8585,'action started via WP Cron','2020-12-27 12:40:23','2020-12-27 07:40:23'),
(13267,8585,'action complete via WP Cron','2020-12-27 12:40:23','2020-12-27 07:40:23'),
(13268,8586,'action created','2020-12-27 12:40:23','2020-12-27 07:40:23'),
(13269,8586,'action started via WP Cron','2020-12-27 12:43:02','2020-12-27 07:43:02'),
(13270,8586,'action complete via WP Cron','2020-12-27 12:43:02','2020-12-27 07:43:02'),
(13271,8587,'action created','2020-12-27 12:43:02','2020-12-27 07:43:02'),
(13272,8587,'action started via WP Cron','2020-12-27 12:43:33','2020-12-27 07:43:33'),
(13273,8587,'action complete via WP Cron','2020-12-27 12:43:33','2020-12-27 07:43:33'),
(13274,8588,'action created','2020-12-27 12:43:33','2020-12-27 07:43:33'),
(13275,8588,'action started via WP Cron','2020-12-27 12:44:41','2020-12-27 07:44:41'),
(13276,8588,'action complete via WP Cron','2020-12-27 12:44:41','2020-12-27 07:44:41'),
(13277,8589,'action created','2020-12-27 12:44:41','2020-12-27 07:44:41'),
(13278,8589,'action started via WP Cron','2020-12-27 12:45:35','2020-12-27 07:45:35'),
(13279,8589,'action complete via WP Cron','2020-12-27 12:45:35','2020-12-27 07:45:35'),
(13280,8590,'action created','2020-12-27 12:45:35','2020-12-27 07:45:35'),
(13281,8590,'action started via WP Cron','2020-12-27 12:46:51','2020-12-27 07:46:51'),
(13282,8590,'action complete via WP Cron','2020-12-27 12:46:51','2020-12-27 07:46:51'),
(13283,8591,'action created','2020-12-27 12:46:51','2020-12-27 07:46:51'),
(13284,8591,'action started via WP Cron','2020-12-27 12:50:58','2020-12-27 07:50:58'),
(13285,8591,'action complete via WP Cron','2020-12-27 12:50:58','2020-12-27 07:50:58'),
(13286,8592,'action created','2020-12-27 12:50:58','2020-12-27 07:50:58'),
(13287,8592,'action started via WP Cron','2020-12-27 12:52:18','2020-12-27 07:52:18'),
(13288,8592,'action complete via WP Cron','2020-12-27 12:52:18','2020-12-27 07:52:18'),
(13289,8593,'action created','2020-12-27 12:52:19','2020-12-27 07:52:19'),
(13290,8593,'action started via WP Cron','2020-12-27 12:53:25','2020-12-27 07:53:25'),
(13291,8593,'action complete via WP Cron','2020-12-27 12:53:25','2020-12-27 07:53:25'),
(13292,8594,'action created','2020-12-27 12:53:25','2020-12-27 07:53:25'),
(13293,8594,'action started via WP Cron','2020-12-27 12:55:04','2020-12-27 07:55:04'),
(13294,8594,'action complete via WP Cron','2020-12-27 12:55:04','2020-12-27 07:55:04'),
(13295,8595,'action created','2020-12-27 12:55:04','2020-12-27 07:55:04'),
(13296,8595,'action started via WP Cron','2020-12-27 12:55:54','2020-12-27 07:55:54'),
(13297,8595,'action complete via WP Cron','2020-12-27 12:55:54','2020-12-27 07:55:54'),
(13298,8596,'action created','2020-12-27 12:55:55','2020-12-27 07:55:55'),
(13299,8596,'action started via WP Cron','2020-12-27 12:56:38','2020-12-27 07:56:38'),
(13300,8596,'action complete via WP Cron','2020-12-27 12:56:38','2020-12-27 07:56:38'),
(13301,8597,'action created','2020-12-27 12:56:38','2020-12-27 07:56:38'),
(13302,8597,'action started via WP Cron','2020-12-27 13:01:04','2020-12-27 08:01:04'),
(13303,8597,'action complete via WP Cron','2020-12-27 13:01:04','2020-12-27 08:01:04'),
(13304,8598,'action created','2020-12-27 13:01:04','2020-12-27 08:01:04'),
(13305,8598,'action started via WP Cron','2020-12-27 13:03:04','2020-12-27 08:03:04'),
(13306,8598,'action complete via WP Cron','2020-12-27 13:03:04','2020-12-27 08:03:04'),
(13307,8599,'action created','2020-12-27 13:03:04','2020-12-27 08:03:04'),
(13308,8599,'action started via WP Cron','2020-12-27 13:04:05','2020-12-27 08:04:05'),
(13309,8599,'action complete via WP Cron','2020-12-27 13:04:05','2020-12-27 08:04:05'),
(13310,8600,'action created','2020-12-27 13:04:05','2020-12-27 08:04:05'),
(13311,8600,'action started via WP Cron','2020-12-27 13:06:32','2020-12-27 08:06:32'),
(13312,8600,'action complete via WP Cron','2020-12-27 13:06:32','2020-12-27 08:06:32'),
(13313,8601,'action created','2020-12-27 13:06:32','2020-12-27 08:06:32'),
(13314,8601,'action started via WP Cron','2020-12-27 13:07:38','2020-12-27 08:07:38'),
(13315,8601,'action complete via WP Cron','2020-12-27 13:07:38','2020-12-27 08:07:38'),
(13316,8602,'action created','2020-12-27 13:07:38','2020-12-27 08:07:38'),
(13317,8602,'action started via WP Cron','2020-12-27 13:09:41','2020-12-27 08:09:41'),
(13318,8602,'action complete via WP Cron','2020-12-27 13:09:41','2020-12-27 08:09:41'),
(13319,8603,'action created','2020-12-27 13:09:41','2020-12-27 08:09:41'),
(13320,8603,'action started via WP Cron','2020-12-27 13:14:10','2020-12-27 08:14:10'),
(13321,8603,'action complete via WP Cron','2020-12-27 13:14:10','2020-12-27 08:14:10'),
(13322,8604,'action created','2020-12-27 13:14:10','2020-12-27 08:14:10'),
(13323,8604,'action started via WP Cron','2020-12-27 13:16:53','2020-12-27 08:16:53'),
(13324,8604,'action complete via WP Cron','2020-12-27 13:16:53','2020-12-27 08:16:53'),
(13325,8605,'action created','2020-12-27 13:16:53','2020-12-27 08:16:53'),
(13326,8605,'action started via WP Cron','2020-12-27 13:17:32','2020-12-27 08:17:32'),
(13327,8605,'action complete via WP Cron','2020-12-27 13:17:32','2020-12-27 08:17:32'),
(13328,8606,'action created','2020-12-27 13:17:32','2020-12-27 08:17:32'),
(13329,8606,'action started via WP Cron','2020-12-27 13:18:28','2020-12-27 08:18:28'),
(13330,8606,'action complete via WP Cron','2020-12-27 13:18:28','2020-12-27 08:18:28'),
(13331,8607,'action created','2020-12-27 13:18:28','2020-12-27 08:18:28'),
(13332,8607,'action started via WP Cron','2020-12-27 13:19:19','2020-12-27 08:19:19'),
(13333,8607,'action complete via WP Cron','2020-12-27 13:19:19','2020-12-27 08:19:19'),
(13334,8608,'action created','2020-12-27 13:19:19','2020-12-27 08:19:19'),
(13335,8608,'action started via WP Cron','2020-12-27 13:21:51','2020-12-27 08:21:51'),
(13336,8608,'action complete via WP Cron','2020-12-27 13:21:51','2020-12-27 08:21:51'),
(13337,8609,'action created','2020-12-27 13:21:51','2020-12-27 08:21:51'),
(13338,8609,'action started via WP Cron','2020-12-27 13:22:14','2020-12-27 08:22:14'),
(13339,8609,'action complete via WP Cron','2020-12-27 13:22:14','2020-12-27 08:22:14'),
(13340,8610,'action created','2020-12-27 13:22:14','2020-12-27 08:22:14'),
(13341,8610,'action started via WP Cron','2020-12-27 13:23:23','2020-12-27 08:23:23'),
(13342,8610,'action complete via WP Cron','2020-12-27 13:23:23','2020-12-27 08:23:23'),
(13343,8611,'action created','2020-12-27 13:23:23','2020-12-27 08:23:23'),
(13344,8611,'action started via WP Cron','2020-12-27 13:24:25','2020-12-27 08:24:25'),
(13345,8611,'action complete via WP Cron','2020-12-27 13:24:25','2020-12-27 08:24:25'),
(13346,8612,'action created','2020-12-27 13:24:25','2020-12-27 08:24:25'),
(13347,8612,'action started via WP Cron','2020-12-27 13:25:28','2020-12-27 08:25:28'),
(13348,8612,'action complete via WP Cron','2020-12-27 13:25:28','2020-12-27 08:25:28'),
(13349,8613,'action created','2020-12-27 13:25:28','2020-12-27 08:25:28'),
(13350,8613,'action started via WP Cron','2020-12-27 13:27:56','2020-12-27 08:27:56'),
(13351,8613,'action complete via WP Cron','2020-12-27 13:27:56','2020-12-27 08:27:56'),
(13352,8614,'action created','2020-12-27 13:27:56','2020-12-27 08:27:56'),
(13353,8614,'action started via WP Cron','2020-12-27 13:29:27','2020-12-27 08:29:27'),
(13354,8614,'action complete via WP Cron','2020-12-27 13:29:27','2020-12-27 08:29:27'),
(13355,8615,'action created','2020-12-27 13:29:27','2020-12-27 08:29:27'),
(13356,8615,'action started via WP Cron','2020-12-27 13:30:21','2020-12-27 08:30:21'),
(13357,8615,'action complete via WP Cron','2020-12-27 13:30:21','2020-12-27 08:30:21'),
(13358,8616,'action created','2020-12-27 13:30:23','2020-12-27 08:30:23'),
(13359,8616,'action started via WP Cron','2020-12-27 13:31:47','2020-12-27 08:31:47'),
(13360,8616,'action complete via WP Cron','2020-12-27 13:31:47','2020-12-27 08:31:47'),
(13361,8617,'action created','2020-12-27 13:31:47','2020-12-27 08:31:47'),
(13362,8617,'action started via WP Cron','2020-12-27 13:32:35','2020-12-27 08:32:35'),
(13363,8617,'action complete via WP Cron','2020-12-27 13:32:35','2020-12-27 08:32:35'),
(13364,8618,'action created','2020-12-27 13:32:35','2020-12-27 08:32:35'),
(13365,8618,'action started via WP Cron','2020-12-27 13:38:08','2020-12-27 08:38:08'),
(13366,8618,'action complete via WP Cron','2020-12-27 13:38:08','2020-12-27 08:38:08'),
(13367,8619,'action created','2020-12-27 13:38:08','2020-12-27 08:38:08'),
(13368,8619,'action started via WP Cron','2020-12-27 13:38:20','2020-12-27 08:38:20'),
(13369,8619,'action complete via WP Cron','2020-12-27 13:38:20','2020-12-27 08:38:20'),
(13370,8620,'action created','2020-12-27 13:38:20','2020-12-27 08:38:20'),
(13371,8620,'action started via WP Cron','2020-12-27 13:40:07','2020-12-27 08:40:07'),
(13372,8620,'action complete via WP Cron','2020-12-27 13:40:07','2020-12-27 08:40:07'),
(13373,8621,'action created','2020-12-27 13:40:07','2020-12-27 08:40:07'),
(13374,8621,'action started via WP Cron','2020-12-27 13:40:30','2020-12-27 08:40:30'),
(13375,8621,'action complete via WP Cron','2020-12-27 13:40:30','2020-12-27 08:40:30'),
(13376,8622,'action created','2020-12-27 13:40:30','2020-12-27 08:40:30'),
(13377,8622,'action started via WP Cron','2020-12-27 13:41:27','2020-12-27 08:41:27'),
(13378,8622,'action complete via WP Cron','2020-12-27 13:41:27','2020-12-27 08:41:27'),
(13379,8623,'action created','2020-12-27 13:41:27','2020-12-27 08:41:27'),
(13380,8623,'action started via WP Cron','2020-12-27 13:42:51','2020-12-27 08:42:51'),
(13381,8623,'action complete via WP Cron','2020-12-27 13:42:51','2020-12-27 08:42:51'),
(13382,8624,'action created','2020-12-27 13:42:51','2020-12-27 08:42:51'),
(13383,8624,'action started via WP Cron','2020-12-27 13:43:31','2020-12-27 08:43:31'),
(13384,8624,'action complete via WP Cron','2020-12-27 13:43:31','2020-12-27 08:43:31'),
(13385,8625,'action created','2020-12-27 13:43:31','2020-12-27 08:43:31'),
(13386,8625,'action started via WP Cron','2020-12-27 13:46:39','2020-12-27 08:46:39'),
(13387,8625,'action complete via WP Cron','2020-12-27 13:46:39','2020-12-27 08:46:39'),
(13388,8626,'action created','2020-12-27 13:46:39','2020-12-27 08:46:39'),
(13389,8626,'action started via WP Cron','2020-12-27 13:47:47','2020-12-27 08:47:47'),
(13390,8626,'action complete via WP Cron','2020-12-27 13:47:47','2020-12-27 08:47:47'),
(13391,8627,'action created','2020-12-27 13:47:47','2020-12-27 08:47:47'),
(13392,8627,'action started via WP Cron','2020-12-27 13:48:16','2020-12-27 08:48:16'),
(13393,8627,'action complete via WP Cron','2020-12-27 13:48:16','2020-12-27 08:48:16'),
(13394,8628,'action created','2020-12-27 13:48:16','2020-12-27 08:48:16'),
(13395,8628,'action started via WP Cron','2020-12-27 13:49:19','2020-12-27 08:49:19'),
(13396,8628,'action complete via WP Cron','2020-12-27 13:49:19','2020-12-27 08:49:19'),
(13397,8629,'action created','2020-12-27 13:49:19','2020-12-27 08:49:19'),
(13398,8629,'action started via WP Cron','2020-12-27 13:51:17','2020-12-27 08:51:17'),
(13399,8629,'action complete via WP Cron','2020-12-27 13:51:17','2020-12-27 08:51:17'),
(13400,8630,'action created','2020-12-27 13:51:17','2020-12-27 08:51:17'),
(13401,8630,'action started via WP Cron','2020-12-27 13:52:36','2020-12-27 08:52:36'),
(13402,8630,'action complete via WP Cron','2020-12-27 13:52:36','2020-12-27 08:52:36'),
(13403,8631,'action created','2020-12-27 13:52:36','2020-12-27 08:52:36'),
(13404,8631,'action started via WP Cron','2020-12-27 13:53:49','2020-12-27 08:53:49'),
(13405,8631,'action complete via WP Cron','2020-12-27 13:53:49','2020-12-27 08:53:49'),
(13406,8632,'action created','2020-12-27 13:53:49','2020-12-27 08:53:49'),
(13407,8632,'action started via WP Cron','2020-12-27 13:54:57','2020-12-27 08:54:57'),
(13408,8632,'action complete via WP Cron','2020-12-27 13:54:57','2020-12-27 08:54:57'),
(13409,8633,'action created','2020-12-27 13:54:57','2020-12-27 08:54:57'),
(13410,8633,'action started via WP Cron','2020-12-27 13:57:21','2020-12-27 08:57:21'),
(13411,8633,'action complete via WP Cron','2020-12-27 13:57:21','2020-12-27 08:57:21'),
(13412,8634,'action created','2020-12-27 13:57:21','2020-12-27 08:57:21'),
(13413,8634,'action started via WP Cron','2020-12-27 13:59:00','2020-12-27 08:59:00'),
(13414,8634,'action complete via WP Cron','2020-12-27 13:59:00','2020-12-27 08:59:00'),
(13415,8635,'action created','2020-12-27 13:59:00','2020-12-27 08:59:00'),
(13416,8635,'action started via WP Cron','2020-12-27 14:00:17','2020-12-27 09:00:17'),
(13417,8635,'action complete via WP Cron','2020-12-27 14:00:17','2020-12-27 09:00:17'),
(13418,8636,'action created','2020-12-27 14:00:17','2020-12-27 09:00:17'),
(13419,8636,'action started via WP Cron','2020-12-27 14:03:02','2020-12-27 09:03:02'),
(13420,8636,'action complete via WP Cron','2020-12-27 14:03:02','2020-12-27 09:03:02'),
(13421,8637,'action created','2020-12-27 14:03:02','2020-12-27 09:03:02'),
(13422,8637,'action started via WP Cron','2020-12-27 14:04:36','2020-12-27 09:04:36'),
(13423,8637,'action complete via WP Cron','2020-12-27 14:04:36','2020-12-27 09:04:36'),
(13424,8638,'action created','2020-12-27 14:04:36','2020-12-27 09:04:36'),
(13425,8638,'action started via WP Cron','2020-12-27 14:05:17','2020-12-27 09:05:17'),
(13426,8638,'action complete via WP Cron','2020-12-27 14:05:17','2020-12-27 09:05:17'),
(13427,8639,'action created','2020-12-27 14:05:17','2020-12-27 09:05:17'),
(13428,8639,'action started via WP Cron','2020-12-27 14:06:23','2020-12-27 09:06:23'),
(13429,8639,'action complete via WP Cron','2020-12-27 14:06:23','2020-12-27 09:06:23'),
(13430,8640,'action created','2020-12-27 14:06:23','2020-12-27 09:06:23'),
(13431,8640,'action started via WP Cron','2020-12-27 14:07:12','2020-12-27 09:07:12'),
(13432,8640,'action complete via WP Cron','2020-12-27 14:07:12','2020-12-27 09:07:12'),
(13433,8641,'action created','2020-12-27 14:07:12','2020-12-27 09:07:12'),
(13434,8641,'action started via WP Cron','2020-12-27 14:08:35','2020-12-27 09:08:35'),
(13435,8641,'action complete via WP Cron','2020-12-27 14:08:35','2020-12-27 09:08:35'),
(13436,8642,'action created','2020-12-27 14:08:35','2020-12-27 09:08:35'),
(13437,8642,'action started via WP Cron','2020-12-27 14:09:43','2020-12-27 09:09:43'),
(13438,8642,'action complete via WP Cron','2020-12-27 14:09:43','2020-12-27 09:09:43'),
(13439,8643,'action created','2020-12-27 14:09:43','2020-12-27 09:09:43'),
(13440,8643,'action started via WP Cron','2020-12-27 14:10:26','2020-12-27 09:10:26'),
(13441,8643,'action complete via WP Cron','2020-12-27 14:10:26','2020-12-27 09:10:26'),
(13442,8644,'action created','2020-12-27 14:10:26','2020-12-27 09:10:26'),
(13443,8644,'action started via WP Cron','2020-12-27 14:11:27','2020-12-27 09:11:27'),
(13444,8644,'action complete via WP Cron','2020-12-27 14:11:27','2020-12-27 09:11:27'),
(13445,8645,'action created','2020-12-27 14:11:27','2020-12-27 09:11:27'),
(13446,8645,'action started via WP Cron','2020-12-27 14:12:16','2020-12-27 09:12:16'),
(13447,8645,'action complete via WP Cron','2020-12-27 14:12:16','2020-12-27 09:12:16'),
(13448,8646,'action created','2020-12-27 14:12:16','2020-12-27 09:12:16'),
(13449,8646,'action started via WP Cron','2020-12-27 14:13:18','2020-12-27 09:13:18'),
(13450,8646,'action complete via WP Cron','2020-12-27 14:13:18','2020-12-27 09:13:18'),
(13451,8647,'action created','2020-12-27 14:13:18','2020-12-27 09:13:18'),
(13452,8647,'action started via WP Cron','2020-12-27 14:14:20','2020-12-27 09:14:20'),
(13453,8647,'action complete via WP Cron','2020-12-27 14:14:20','2020-12-27 09:14:20'),
(13454,8648,'action created','2020-12-27 14:14:20','2020-12-27 09:14:20'),
(13455,8648,'action started via WP Cron','2020-12-27 14:15:13','2020-12-27 09:15:13'),
(13456,8648,'action complete via WP Cron','2020-12-27 14:15:13','2020-12-27 09:15:13'),
(13457,8649,'action created','2020-12-27 14:15:13','2020-12-27 09:15:13'),
(13458,8649,'action started via WP Cron','2020-12-27 14:16:12','2020-12-27 09:16:12'),
(13459,8649,'action complete via WP Cron','2020-12-27 14:16:12','2020-12-27 09:16:12'),
(13460,8650,'action created','2020-12-27 14:16:12','2020-12-27 09:16:12'),
(13461,8650,'action started via WP Cron','2020-12-27 14:17:49','2020-12-27 09:17:49'),
(13462,8650,'action complete via WP Cron','2020-12-27 14:17:49','2020-12-27 09:17:49'),
(13463,8651,'action created','2020-12-27 14:17:49','2020-12-27 09:17:49'),
(13464,8651,'action started via WP Cron','2020-12-27 14:18:11','2020-12-27 09:18:11'),
(13465,8651,'action complete via WP Cron','2020-12-27 14:18:11','2020-12-27 09:18:11'),
(13466,8652,'action created','2020-12-27 14:18:11','2020-12-27 09:18:11'),
(13467,8652,'action started via WP Cron','2020-12-27 14:19:22','2020-12-27 09:19:22'),
(13468,8652,'action complete via WP Cron','2020-12-27 14:19:22','2020-12-27 09:19:22'),
(13469,8653,'action created','2020-12-27 14:19:22','2020-12-27 09:19:22'),
(13470,8653,'action started via WP Cron','2020-12-27 14:20:59','2020-12-27 09:20:59'),
(13471,8653,'action complete via WP Cron','2020-12-27 14:20:59','2020-12-27 09:20:59'),
(13472,8654,'action created','2020-12-27 14:20:59','2020-12-27 09:20:59'),
(13473,8654,'action started via WP Cron','2020-12-27 14:21:16','2020-12-27 09:21:16'),
(13474,8654,'action complete via WP Cron','2020-12-27 14:21:16','2020-12-27 09:21:16'),
(13475,8655,'action created','2020-12-27 14:21:16','2020-12-27 09:21:16'),
(13476,8655,'action started via WP Cron','2020-12-27 14:24:20','2020-12-27 09:24:20'),
(13477,8655,'action complete via WP Cron','2020-12-27 14:24:20','2020-12-27 09:24:20'),
(13478,8656,'action created','2020-12-27 14:24:20','2020-12-27 09:24:20'),
(13479,8656,'action started via WP Cron','2020-12-27 14:25:53','2020-12-27 09:25:53'),
(13480,8656,'action complete via WP Cron','2020-12-27 14:25:53','2020-12-27 09:25:53'),
(13481,8657,'action created','2020-12-27 14:25:53','2020-12-27 09:25:53'),
(13482,8657,'action started via WP Cron','2020-12-27 14:26:37','2020-12-27 09:26:37'),
(13483,8657,'action complete via WP Cron','2020-12-27 14:26:37','2020-12-27 09:26:37'),
(13484,8658,'action created','2020-12-27 14:26:37','2020-12-27 09:26:37'),
(13485,8658,'action started via WP Cron','2020-12-27 14:28:50','2020-12-27 09:28:50'),
(13486,8658,'action complete via WP Cron','2020-12-27 14:28:50','2020-12-27 09:28:50'),
(13487,8659,'action created','2020-12-27 14:28:50','2020-12-27 09:28:50'),
(13488,8659,'action started via WP Cron','2020-12-27 14:30:22','2020-12-27 09:30:22'),
(13489,8659,'action complete via WP Cron','2020-12-27 14:30:22','2020-12-27 09:30:22'),
(13490,8660,'action created','2020-12-27 14:30:22','2020-12-27 09:30:22'),
(13491,8660,'action started via WP Cron','2020-12-27 14:31:20','2020-12-27 09:31:20'),
(13492,8660,'action complete via WP Cron','2020-12-27 14:31:20','2020-12-27 09:31:20'),
(13493,8661,'action created','2020-12-27 14:31:20','2020-12-27 09:31:20'),
(13494,8661,'action started via WP Cron','2020-12-27 14:32:11','2020-12-27 09:32:11'),
(13495,8661,'action complete via WP Cron','2020-12-27 14:32:11','2020-12-27 09:32:11'),
(13496,8662,'action created','2020-12-27 14:32:11','2020-12-27 09:32:11'),
(13497,8662,'action started via WP Cron','2020-12-27 14:35:25','2020-12-27 09:35:25'),
(13498,8662,'action complete via WP Cron','2020-12-27 14:35:25','2020-12-27 09:35:25'),
(13499,8663,'action created','2020-12-27 14:35:25','2020-12-27 09:35:25'),
(13500,8663,'action started via WP Cron','2020-12-27 14:37:28','2020-12-27 09:37:28'),
(13501,8663,'action complete via WP Cron','2020-12-27 14:37:28','2020-12-27 09:37:28'),
(13502,8664,'action created','2020-12-27 14:37:28','2020-12-27 09:37:28'),
(13503,8664,'action started via WP Cron','2020-12-27 14:39:31','2020-12-27 09:39:31'),
(13504,8664,'action complete via WP Cron','2020-12-27 14:39:31','2020-12-27 09:39:31'),
(13505,8665,'action created','2020-12-27 14:39:31','2020-12-27 09:39:31'),
(13506,8665,'action started via WP Cron','2020-12-27 14:40:24','2020-12-27 09:40:24'),
(13507,8665,'action complete via WP Cron','2020-12-27 14:40:24','2020-12-27 09:40:24'),
(13508,8666,'action created','2020-12-27 14:40:24','2020-12-27 09:40:24'),
(13509,8666,'action started via WP Cron','2020-12-27 14:41:28','2020-12-27 09:41:28'),
(13510,8666,'action complete via WP Cron','2020-12-27 14:41:28','2020-12-27 09:41:28'),
(13511,8667,'action created','2020-12-27 14:41:28','2020-12-27 09:41:28'),
(13512,8667,'action started via WP Cron','2020-12-27 14:44:52','2020-12-27 09:44:52'),
(13513,8667,'action complete via WP Cron','2020-12-27 14:44:52','2020-12-27 09:44:52'),
(13514,8668,'action created','2020-12-27 14:44:52','2020-12-27 09:44:52'),
(13515,8668,'action started via WP Cron','2020-12-27 14:45:18','2020-12-27 09:45:18'),
(13516,8668,'action complete via WP Cron','2020-12-27 14:45:18','2020-12-27 09:45:18'),
(13517,8669,'action created','2020-12-27 14:45:18','2020-12-27 09:45:18'),
(13518,8669,'action started via WP Cron','2020-12-27 14:46:34','2020-12-27 09:46:34'),
(13519,8669,'action complete via WP Cron','2020-12-27 14:46:34','2020-12-27 09:46:34'),
(13520,8670,'action created','2020-12-27 14:46:34','2020-12-27 09:46:34'),
(13521,8670,'action started via WP Cron','2020-12-27 14:48:21','2020-12-27 09:48:21'),
(13522,8670,'action complete via WP Cron','2020-12-27 14:48:21','2020-12-27 09:48:21'),
(13523,8671,'action created','2020-12-27 14:48:21','2020-12-27 09:48:21'),
(13524,8671,'action started via WP Cron','2020-12-27 14:49:19','2020-12-27 09:49:19'),
(13525,8671,'action complete via WP Cron','2020-12-27 14:49:19','2020-12-27 09:49:19'),
(13526,8672,'action created','2020-12-27 14:49:19','2020-12-27 09:49:19'),
(13527,8672,'action started via WP Cron','2020-12-27 14:51:21','2020-12-27 09:51:21'),
(13528,8672,'action complete via WP Cron','2020-12-27 14:51:21','2020-12-27 09:51:21'),
(13529,8673,'action created','2020-12-27 14:51:22','2020-12-27 09:51:22'),
(13530,8673,'action started via WP Cron','2020-12-27 14:53:39','2020-12-27 09:53:39'),
(13531,8673,'action complete via WP Cron','2020-12-27 14:53:39','2020-12-27 09:53:39'),
(13532,8674,'action created','2020-12-27 14:53:39','2020-12-27 09:53:39'),
(13533,8674,'action started via WP Cron','2020-12-27 14:57:02','2020-12-27 09:57:02'),
(13534,8674,'action complete via WP Cron','2020-12-27 14:57:02','2020-12-27 09:57:02'),
(13535,8675,'action created','2020-12-27 14:57:02','2020-12-27 09:57:02'),
(13536,8675,'action started via WP Cron','2020-12-27 14:57:47','2020-12-27 09:57:47'),
(13537,8675,'action complete via WP Cron','2020-12-27 14:57:47','2020-12-27 09:57:47'),
(13538,8676,'action created','2020-12-27 14:57:47','2020-12-27 09:57:47'),
(13539,8676,'action started via WP Cron','2020-12-27 14:58:51','2020-12-27 09:58:51'),
(13540,8676,'action complete via WP Cron','2020-12-27 14:58:51','2020-12-27 09:58:51'),
(13541,8677,'action created','2020-12-27 14:58:51','2020-12-27 09:58:51'),
(13542,8677,'action started via WP Cron','2020-12-27 15:00:33','2020-12-27 10:00:33'),
(13543,8677,'action complete via WP Cron','2020-12-27 15:00:33','2020-12-27 10:00:33'),
(13544,8678,'action created','2020-12-27 15:00:33','2020-12-27 10:00:33'),
(13545,8678,'action started via WP Cron','2020-12-27 15:01:12','2020-12-27 10:01:12'),
(13546,8678,'action complete via WP Cron','2020-12-27 15:01:12','2020-12-27 10:01:12'),
(13547,8679,'action created','2020-12-27 15:01:12','2020-12-27 10:01:12'),
(13548,8679,'action started via WP Cron','2020-12-27 15:02:40','2020-12-27 10:02:40'),
(13549,8679,'action complete via WP Cron','2020-12-27 15:02:40','2020-12-27 10:02:40'),
(13550,8680,'action created','2020-12-27 15:02:41','2020-12-27 10:02:41'),
(13551,8680,'action started via WP Cron','2020-12-27 15:04:00','2020-12-27 10:04:00'),
(13552,8680,'action complete via WP Cron','2020-12-27 15:04:00','2020-12-27 10:04:00'),
(13553,8681,'action created','2020-12-27 15:04:00','2020-12-27 10:04:00'),
(13554,8681,'action started via WP Cron','2020-12-27 15:07:10','2020-12-27 10:07:10'),
(13555,8681,'action complete via WP Cron','2020-12-27 15:07:10','2020-12-27 10:07:10'),
(13556,8682,'action created','2020-12-27 15:07:10','2020-12-27 10:07:10'),
(13557,8682,'action started via WP Cron','2020-12-27 15:13:16','2020-12-27 10:13:16'),
(13558,8682,'action complete via WP Cron','2020-12-27 15:13:16','2020-12-27 10:13:16'),
(13559,8683,'action created','2020-12-27 15:13:16','2020-12-27 10:13:16'),
(13560,8683,'action started via WP Cron','2020-12-27 15:15:27','2020-12-27 10:15:27'),
(13561,8683,'action complete via WP Cron','2020-12-27 15:15:27','2020-12-27 10:15:27'),
(13562,8684,'action created','2020-12-27 15:15:27','2020-12-27 10:15:27'),
(13563,8684,'action started via WP Cron','2020-12-27 15:18:50','2020-12-27 10:18:50'),
(13564,8684,'action complete via WP Cron','2020-12-27 15:18:50','2020-12-27 10:18:50'),
(13565,8685,'action created','2020-12-27 15:18:50','2020-12-27 10:18:50'),
(13566,8685,'action started via WP Cron','2020-12-27 15:21:35','2020-12-27 10:21:35'),
(13567,8685,'action complete via WP Cron','2020-12-27 15:21:35','2020-12-27 10:21:35'),
(13568,8686,'action created','2020-12-27 15:21:35','2020-12-27 10:21:35'),
(13569,8686,'action started via WP Cron','2020-12-27 15:22:18','2020-12-27 10:22:18'),
(13570,8686,'action complete via WP Cron','2020-12-27 15:22:18','2020-12-27 10:22:18'),
(13571,8687,'action created','2020-12-27 15:22:18','2020-12-27 10:22:18'),
(13572,8687,'action started via WP Cron','2020-12-27 15:23:32','2020-12-27 10:23:32'),
(13573,8687,'action complete via WP Cron','2020-12-27 15:23:32','2020-12-27 10:23:32'),
(13574,8688,'action created','2020-12-27 15:23:32','2020-12-27 10:23:32'),
(13575,8688,'action started via WP Cron','2020-12-27 15:26:14','2020-12-27 10:26:14'),
(13576,8688,'action complete via WP Cron','2020-12-27 15:26:14','2020-12-27 10:26:14'),
(13577,8689,'action created','2020-12-27 15:26:15','2020-12-27 10:26:15'),
(13578,8689,'action started via WP Cron','2020-12-27 15:29:47','2020-12-27 10:29:47'),
(13579,8689,'action complete via WP Cron','2020-12-27 15:29:47','2020-12-27 10:29:47'),
(13580,8690,'action created','2020-12-27 15:29:47','2020-12-27 10:29:47'),
(13581,8690,'action started via WP Cron','2020-12-27 15:33:34','2020-12-27 10:33:34'),
(13582,8690,'action complete via WP Cron','2020-12-27 15:33:34','2020-12-27 10:33:34'),
(13583,8691,'action created','2020-12-27 15:33:34','2020-12-27 10:33:34'),
(13584,8691,'action started via WP Cron','2020-12-27 15:34:20','2020-12-27 10:34:20'),
(13585,8691,'action complete via WP Cron','2020-12-27 15:34:20','2020-12-27 10:34:20'),
(13586,8692,'action created','2020-12-27 15:34:20','2020-12-27 10:34:20'),
(13587,8692,'action started via WP Cron','2020-12-27 15:37:13','2020-12-27 10:37:13'),
(13588,8692,'action complete via WP Cron','2020-12-27 15:37:13','2020-12-27 10:37:13'),
(13589,8693,'action created','2020-12-27 15:37:13','2020-12-27 10:37:13'),
(13590,8693,'action started via WP Cron','2020-12-27 15:38:53','2020-12-27 10:38:53'),
(13591,8693,'action complete via WP Cron','2020-12-27 15:38:53','2020-12-27 10:38:53'),
(13592,8694,'action created','2020-12-27 15:38:53','2020-12-27 10:38:53'),
(13593,8694,'action started via WP Cron','2020-12-27 15:41:20','2020-12-27 10:41:20'),
(13594,8694,'action complete via WP Cron','2020-12-27 15:41:20','2020-12-27 10:41:20'),
(13595,8695,'action created','2020-12-27 15:41:20','2020-12-27 10:41:20'),
(13596,8695,'action started via WP Cron','2020-12-27 15:45:32','2020-12-27 10:45:32'),
(13597,8695,'action complete via WP Cron','2020-12-27 15:45:32','2020-12-27 10:45:32'),
(13598,8696,'action created','2020-12-27 15:45:32','2020-12-27 10:45:32'),
(13599,8696,'action started via WP Cron','2020-12-27 15:48:32','2020-12-27 10:48:32'),
(13600,8696,'action complete via WP Cron','2020-12-27 15:48:32','2020-12-27 10:48:32'),
(13601,8697,'action created','2020-12-27 15:48:32','2020-12-27 10:48:32'),
(13602,8697,'action started via WP Cron','2020-12-27 15:50:14','2020-12-27 10:50:14'),
(13603,8697,'action complete via WP Cron','2020-12-27 15:50:14','2020-12-27 10:50:14'),
(13604,8698,'action created','2020-12-27 15:50:14','2020-12-27 10:50:14'),
(13605,8698,'action started via WP Cron','2020-12-27 15:51:13','2020-12-27 10:51:13'),
(13606,8698,'action complete via WP Cron','2020-12-27 15:51:13','2020-12-27 10:51:13'),
(13607,8699,'action created','2020-12-27 15:51:13','2020-12-27 10:51:13'),
(13608,8699,'action started via WP Cron','2020-12-27 15:53:21','2020-12-27 10:53:21'),
(13609,8699,'action complete via WP Cron','2020-12-27 15:53:21','2020-12-27 10:53:21'),
(13610,8700,'action created','2020-12-27 15:53:21','2020-12-27 10:53:21'),
(13611,8700,'action started via WP Cron','2020-12-27 15:55:16','2020-12-27 10:55:16'),
(13612,8700,'action complete via WP Cron','2020-12-27 15:55:16','2020-12-27 10:55:16'),
(13613,8701,'action created','2020-12-27 15:55:16','2020-12-27 10:55:16'),
(13614,8701,'action started via WP Cron','2020-12-27 15:56:38','2020-12-27 10:56:38'),
(13615,8701,'action complete via WP Cron','2020-12-27 15:56:38','2020-12-27 10:56:38'),
(13616,8702,'action created','2020-12-27 15:56:38','2020-12-27 10:56:38'),
(13617,8702,'action started via WP Cron','2020-12-27 15:58:00','2020-12-27 10:58:00'),
(13618,8702,'action complete via WP Cron','2020-12-27 15:58:00','2020-12-27 10:58:00'),
(13619,8703,'action created','2020-12-27 15:58:00','2020-12-27 10:58:00'),
(13620,8703,'action started via WP Cron','2020-12-27 15:59:41','2020-12-27 10:59:41'),
(13621,8703,'action complete via WP Cron','2020-12-27 15:59:41','2020-12-27 10:59:41'),
(13622,8704,'action created','2020-12-27 15:59:41','2020-12-27 10:59:41'),
(13623,8704,'action started via WP Cron','2020-12-27 16:00:32','2020-12-27 11:00:32'),
(13624,8704,'action complete via WP Cron','2020-12-27 16:00:32','2020-12-27 11:00:32'),
(13625,8705,'action created','2020-12-27 16:00:32','2020-12-27 11:00:32'),
(13626,8705,'action started via WP Cron','2020-12-27 16:01:28','2020-12-27 11:01:28'),
(13627,8705,'action complete via WP Cron','2020-12-27 16:01:28','2020-12-27 11:01:28'),
(13628,8706,'action created','2020-12-27 16:01:28','2020-12-27 11:01:28'),
(13629,8706,'action started via WP Cron','2020-12-27 16:02:18','2020-12-27 11:02:18'),
(13630,8706,'action complete via WP Cron','2020-12-27 16:02:18','2020-12-27 11:02:18'),
(13631,8707,'action created','2020-12-27 16:02:18','2020-12-27 11:02:18'),
(13632,8707,'action started via WP Cron','2020-12-27 16:03:33','2020-12-27 11:03:33'),
(13633,8707,'action complete via WP Cron','2020-12-27 16:03:33','2020-12-27 11:03:33'),
(13634,8708,'action created','2020-12-27 16:03:33','2020-12-27 11:03:33'),
(13635,8708,'action started via WP Cron','2020-12-27 16:04:43','2020-12-27 11:04:43'),
(13636,8708,'action complete via WP Cron','2020-12-27 16:04:43','2020-12-27 11:04:43'),
(13637,8709,'action created','2020-12-27 16:04:43','2020-12-27 11:04:43'),
(13638,8709,'action started via WP Cron','2020-12-27 16:06:29','2020-12-27 11:06:29'),
(13639,8709,'action complete via WP Cron','2020-12-27 16:06:29','2020-12-27 11:06:29'),
(13640,8710,'action created','2020-12-27 16:06:29','2020-12-27 11:06:29'),
(13641,8710,'action started via WP Cron','2020-12-27 16:07:23','2020-12-27 11:07:23'),
(13642,8710,'action complete via WP Cron','2020-12-27 16:07:23','2020-12-27 11:07:23'),
(13643,8711,'action created','2020-12-27 16:07:23','2020-12-27 11:07:23'),
(13644,8711,'action started via WP Cron','2020-12-27 16:08:52','2020-12-27 11:08:52'),
(13645,8711,'action complete via WP Cron','2020-12-27 16:08:52','2020-12-27 11:08:52'),
(13646,8712,'action created','2020-12-27 16:08:52','2020-12-27 11:08:52'),
(13647,8712,'action started via WP Cron','2020-12-27 16:10:15','2020-12-27 11:10:15'),
(13648,8712,'action complete via WP Cron','2020-12-27 16:10:15','2020-12-27 11:10:15'),
(13649,8713,'action created','2020-12-27 16:10:15','2020-12-27 11:10:15'),
(13650,8713,'action started via WP Cron','2020-12-27 16:11:52','2020-12-27 11:11:52'),
(13651,8713,'action complete via WP Cron','2020-12-27 16:11:52','2020-12-27 11:11:52'),
(13652,8714,'action created','2020-12-27 16:11:52','2020-12-27 11:11:52'),
(13653,8714,'action started via WP Cron','2020-12-27 16:16:35','2020-12-27 11:16:35'),
(13654,8714,'action complete via WP Cron','2020-12-27 16:16:35','2020-12-27 11:16:35'),
(13655,8715,'action created','2020-12-27 16:16:35','2020-12-27 11:16:35'),
(13656,8715,'action started via WP Cron','2020-12-27 16:17:55','2020-12-27 11:17:55'),
(13657,8715,'action complete via WP Cron','2020-12-27 16:17:55','2020-12-27 11:17:55'),
(13658,8716,'action created','2020-12-27 16:17:55','2020-12-27 11:17:55'),
(13659,8716,'action started via WP Cron','2020-12-27 16:18:30','2020-12-27 11:18:30'),
(13660,8716,'action complete via WP Cron','2020-12-27 16:18:30','2020-12-27 11:18:30'),
(13661,8717,'action created','2020-12-27 16:18:30','2020-12-27 11:18:30'),
(13662,8717,'action started via WP Cron','2020-12-27 16:19:14','2020-12-27 11:19:14'),
(13663,8717,'action complete via WP Cron','2020-12-27 16:19:14','2020-12-27 11:19:14'),
(13664,8718,'action created','2020-12-27 16:19:14','2020-12-27 11:19:14'),
(13665,8718,'action started via WP Cron','2020-12-27 16:20:38','2020-12-27 11:20:38'),
(13666,8718,'action complete via WP Cron','2020-12-27 16:20:38','2020-12-27 11:20:38'),
(13667,8719,'action created','2020-12-27 16:20:38','2020-12-27 11:20:38'),
(13668,8719,'action started via WP Cron','2020-12-27 16:23:44','2020-12-27 11:23:44'),
(13669,8719,'action complete via WP Cron','2020-12-27 16:23:44','2020-12-27 11:23:44'),
(13670,8720,'action created','2020-12-27 16:23:44','2020-12-27 11:23:44'),
(13671,8720,'action started via WP Cron','2020-12-27 16:24:32','2020-12-27 11:24:32'),
(13672,8720,'action complete via WP Cron','2020-12-27 16:24:32','2020-12-27 11:24:32'),
(13673,8721,'action created','2020-12-27 16:24:32','2020-12-27 11:24:32'),
(13674,8721,'action started via WP Cron','2020-12-27 16:25:33','2020-12-27 11:25:33'),
(13675,8721,'action complete via WP Cron','2020-12-27 16:25:33','2020-12-27 11:25:33'),
(13676,8722,'action created','2020-12-27 16:25:33','2020-12-27 11:25:33'),
(13677,8722,'action started via WP Cron','2020-12-27 16:26:13','2020-12-27 11:26:13'),
(13678,8722,'action complete via WP Cron','2020-12-27 16:26:13','2020-12-27 11:26:13'),
(13679,8723,'action created','2020-12-27 16:26:13','2020-12-27 11:26:13'),
(13680,8723,'action started via WP Cron','2020-12-27 16:27:43','2020-12-27 11:27:43'),
(13681,8723,'action complete via WP Cron','2020-12-27 16:27:43','2020-12-27 11:27:43'),
(13682,8724,'action created','2020-12-27 16:27:43','2020-12-27 11:27:43'),
(13683,8724,'action started via WP Cron','2020-12-27 16:31:11','2020-12-27 11:31:11'),
(13684,8724,'action complete via WP Cron','2020-12-27 16:31:11','2020-12-27 11:31:11'),
(13685,8725,'action created','2020-12-27 16:31:11','2020-12-27 11:31:11'),
(13686,8725,'action started via WP Cron','2020-12-27 16:32:17','2020-12-27 11:32:17'),
(13687,8725,'action complete via WP Cron','2020-12-27 16:32:17','2020-12-27 11:32:17'),
(13688,8726,'action created','2020-12-27 16:32:17','2020-12-27 11:32:17'),
(13689,8726,'action started via WP Cron','2020-12-27 16:33:35','2020-12-27 11:33:35'),
(13690,8726,'action complete via WP Cron','2020-12-27 16:33:35','2020-12-27 11:33:35'),
(13691,8727,'action created','2020-12-27 16:33:35','2020-12-27 11:33:35'),
(13692,8727,'action started via WP Cron','2020-12-27 16:34:27','2020-12-27 11:34:27'),
(13693,8727,'action complete via WP Cron','2020-12-27 16:34:27','2020-12-27 11:34:27'),
(13694,8728,'action created','2020-12-27 16:34:27','2020-12-27 11:34:27'),
(13695,8728,'action started via WP Cron','2020-12-27 16:35:36','2020-12-27 11:35:36'),
(13696,8728,'action complete via WP Cron','2020-12-27 16:35:36','2020-12-27 11:35:36'),
(13697,8729,'action created','2020-12-27 16:35:36','2020-12-27 11:35:36'),
(13698,8729,'action started via WP Cron','2020-12-27 16:36:15','2020-12-27 11:36:15'),
(13699,8729,'action complete via WP Cron','2020-12-27 16:36:15','2020-12-27 11:36:15'),
(13700,8730,'action created','2020-12-27 16:36:15','2020-12-27 11:36:15'),
(13701,8730,'action started via WP Cron','2020-12-27 16:38:17','2020-12-27 11:38:17'),
(13702,8730,'action complete via WP Cron','2020-12-27 16:38:17','2020-12-27 11:38:17'),
(13703,8731,'action created','2020-12-27 16:38:17','2020-12-27 11:38:17'),
(13704,8731,'action started via WP Cron','2020-12-27 16:40:20','2020-12-27 11:40:20'),
(13705,8731,'action complete via WP Cron','2020-12-27 16:40:20','2020-12-27 11:40:20'),
(13706,8732,'action created','2020-12-27 16:40:20','2020-12-27 11:40:20'),
(13707,8732,'action started via WP Cron','2020-12-27 16:41:12','2020-12-27 11:41:12'),
(13708,8732,'action complete via WP Cron','2020-12-27 16:41:12','2020-12-27 11:41:12'),
(13709,8733,'action created','2020-12-27 16:41:12','2020-12-27 11:41:12'),
(13710,8733,'action started via WP Cron','2020-12-27 16:42:37','2020-12-27 11:42:37'),
(13711,8733,'action complete via WP Cron','2020-12-27 16:42:37','2020-12-27 11:42:37'),
(13712,8734,'action created','2020-12-27 16:42:37','2020-12-27 11:42:37'),
(13713,8734,'action started via WP Cron','2020-12-27 16:43:11','2020-12-27 11:43:11'),
(13714,8734,'action complete via WP Cron','2020-12-27 16:43:11','2020-12-27 11:43:11'),
(13715,8735,'action created','2020-12-27 16:43:11','2020-12-27 11:43:11'),
(13716,8735,'action started via WP Cron','2020-12-27 16:44:55','2020-12-27 11:44:55'),
(13717,8735,'action complete via WP Cron','2020-12-27 16:44:55','2020-12-27 11:44:55'),
(13718,8736,'action created','2020-12-27 16:44:55','2020-12-27 11:44:55'),
(13719,8736,'action started via WP Cron','2020-12-27 16:46:18','2020-12-27 11:46:18'),
(13720,8736,'action complete via WP Cron','2020-12-27 16:46:18','2020-12-27 11:46:18'),
(13721,8737,'action created','2020-12-27 16:46:18','2020-12-27 11:46:18'),
(13722,8737,'action started via WP Cron','2020-12-27 16:47:39','2020-12-27 11:47:39'),
(13723,8737,'action complete via WP Cron','2020-12-27 16:47:39','2020-12-27 11:47:39'),
(13724,8738,'action created','2020-12-27 16:47:39','2020-12-27 11:47:39'),
(13725,8738,'action started via WP Cron','2020-12-27 16:48:42','2020-12-27 11:48:42'),
(13726,8738,'action complete via WP Cron','2020-12-27 16:48:42','2020-12-27 11:48:42'),
(13727,8739,'action created','2020-12-27 16:48:42','2020-12-27 11:48:42'),
(13728,8739,'action started via WP Cron','2020-12-27 16:50:00','2020-12-27 11:50:00'),
(13729,8739,'action complete via WP Cron','2020-12-27 16:50:00','2020-12-27 11:50:00'),
(13730,8740,'action created','2020-12-27 16:50:00','2020-12-27 11:50:00'),
(13731,8740,'action started via WP Cron','2020-12-27 16:51:15','2020-12-27 11:51:15'),
(13732,8740,'action complete via WP Cron','2020-12-27 16:51:15','2020-12-27 11:51:15'),
(13733,8741,'action created','2020-12-27 16:51:15','2020-12-27 11:51:15'),
(13734,8741,'action started via WP Cron','2020-12-27 16:52:51','2020-12-27 11:52:51'),
(13735,8741,'action complete via WP Cron','2020-12-27 16:52:51','2020-12-27 11:52:51'),
(13736,8742,'action created','2020-12-27 16:52:51','2020-12-27 11:52:51'),
(13737,8742,'action started via WP Cron','2020-12-27 16:53:55','2020-12-27 11:53:55'),
(13738,8742,'action complete via WP Cron','2020-12-27 16:53:56','2020-12-27 11:53:56'),
(13739,8743,'action created','2020-12-27 16:53:56','2020-12-27 11:53:56'),
(13740,8743,'action started via WP Cron','2020-12-27 16:56:06','2020-12-27 11:56:06'),
(13741,8743,'action complete via WP Cron','2020-12-27 16:56:06','2020-12-27 11:56:06'),
(13742,8744,'action created','2020-12-27 16:56:07','2020-12-27 11:56:07'),
(13743,8744,'action started via WP Cron','2020-12-27 16:57:15','2020-12-27 11:57:15'),
(13744,8744,'action complete via WP Cron','2020-12-27 16:57:15','2020-12-27 11:57:15'),
(13745,8745,'action created','2020-12-27 16:57:15','2020-12-27 11:57:15'),
(13746,8745,'action started via WP Cron','2020-12-27 16:58:56','2020-12-27 11:58:56'),
(13747,8745,'action complete via WP Cron','2020-12-27 16:58:56','2020-12-27 11:58:56'),
(13748,8746,'action created','2020-12-27 16:58:56','2020-12-27 11:58:56'),
(13749,8746,'action started via WP Cron','2020-12-27 16:59:38','2020-12-27 11:59:38'),
(13750,8746,'action complete via WP Cron','2020-12-27 16:59:38','2020-12-27 11:59:38'),
(13751,8747,'action created','2020-12-27 16:59:38','2020-12-27 11:59:38'),
(13752,8747,'action started via WP Cron','2020-12-27 17:00:26','2020-12-27 12:00:26'),
(13753,8747,'action complete via WP Cron','2020-12-27 17:00:26','2020-12-27 12:00:26'),
(13754,8748,'action created','2020-12-27 17:00:26','2020-12-27 12:00:26'),
(13755,8748,'action started via WP Cron','2020-12-27 17:01:29','2020-12-27 12:01:29'),
(13756,8748,'action complete via WP Cron','2020-12-27 17:01:29','2020-12-27 12:01:29'),
(13757,8749,'action created','2020-12-27 17:01:29','2020-12-27 12:01:29'),
(13758,8749,'action started via WP Cron','2020-12-27 17:02:44','2020-12-27 12:02:44'),
(13759,8749,'action complete via WP Cron','2020-12-27 17:02:44','2020-12-27 12:02:44'),
(13760,8750,'action created','2020-12-27 17:02:44','2020-12-27 12:02:44'),
(13761,8750,'action started via WP Cron','2020-12-27 17:05:39','2020-12-27 12:05:39'),
(13762,8750,'action complete via WP Cron','2020-12-27 17:05:39','2020-12-27 12:05:39'),
(13763,8751,'action created','2020-12-27 17:05:39','2020-12-27 12:05:39'),
(13764,8751,'action started via WP Cron','2020-12-27 17:07:03','2020-12-27 12:07:03'),
(13765,8751,'action complete via WP Cron','2020-12-27 17:07:03','2020-12-27 12:07:03'),
(13766,8752,'action created','2020-12-27 17:07:03','2020-12-27 12:07:03'),
(13767,8752,'action started via WP Cron','2020-12-27 17:09:30','2020-12-27 12:09:30'),
(13768,8752,'action complete via WP Cron','2020-12-27 17:09:30','2020-12-27 12:09:30'),
(13769,8753,'action created','2020-12-27 17:09:30','2020-12-27 12:09:30'),
(13770,8753,'action started via WP Cron','2020-12-27 17:10:34','2020-12-27 12:10:34'),
(13771,8753,'action complete via WP Cron','2020-12-27 17:10:34','2020-12-27 12:10:34'),
(13772,8754,'action created','2020-12-27 17:10:34','2020-12-27 12:10:34'),
(13773,8754,'action started via WP Cron','2020-12-27 17:11:57','2020-12-27 12:11:57'),
(13774,8754,'action complete via WP Cron','2020-12-27 17:11:57','2020-12-27 12:11:57'),
(13775,8755,'action created','2020-12-27 17:11:57','2020-12-27 12:11:57'),
(13776,8755,'action started via WP Cron','2020-12-27 17:14:15','2020-12-27 12:14:15'),
(13777,8755,'action complete via WP Cron','2020-12-27 17:14:15','2020-12-27 12:14:15'),
(13778,8756,'action created','2020-12-27 17:14:15','2020-12-27 12:14:15'),
(13779,8756,'action started via WP Cron','2020-12-27 17:15:37','2020-12-27 12:15:37'),
(13780,8756,'action complete via WP Cron','2020-12-27 17:15:37','2020-12-27 12:15:37'),
(13781,8757,'action created','2020-12-27 17:15:37','2020-12-27 12:15:37'),
(13782,8757,'action started via WP Cron','2020-12-27 17:17:55','2020-12-27 12:17:55'),
(13783,8757,'action complete via WP Cron','2020-12-27 17:17:56','2020-12-27 12:17:56'),
(13784,8758,'action created','2020-12-27 17:17:56','2020-12-27 12:17:56'),
(13785,8758,'action started via WP Cron','2020-12-27 17:18:14','2020-12-27 12:18:14'),
(13786,8758,'action complete via WP Cron','2020-12-27 17:18:14','2020-12-27 12:18:14'),
(13787,8759,'action created','2020-12-27 17:18:14','2020-12-27 12:18:14'),
(13788,8759,'action started via WP Cron','2020-12-27 17:19:26','2020-12-27 12:19:26'),
(13789,8759,'action complete via WP Cron','2020-12-27 17:19:26','2020-12-27 12:19:26'),
(13790,8760,'action created','2020-12-27 17:19:26','2020-12-27 12:19:26'),
(13791,8760,'action started via WP Cron','2020-12-27 17:20:56','2020-12-27 12:20:56'),
(13792,8760,'action complete via WP Cron','2020-12-27 17:20:56','2020-12-27 12:20:56'),
(13793,8761,'action created','2020-12-27 17:20:56','2020-12-27 12:20:56'),
(13794,8761,'action started via WP Cron','2020-12-27 17:21:26','2020-12-27 12:21:26'),
(13795,8761,'action complete via WP Cron','2020-12-27 17:21:26','2020-12-27 12:21:26'),
(13796,8762,'action created','2020-12-27 17:21:26','2020-12-27 12:21:26'),
(13797,8762,'action started via WP Cron','2020-12-27 17:22:27','2020-12-27 12:22:27'),
(13798,8762,'action complete via WP Cron','2020-12-27 17:22:28','2020-12-27 12:22:28'),
(13799,8763,'action created','2020-12-27 17:22:28','2020-12-27 12:22:28'),
(13800,8763,'action started via WP Cron','2020-12-27 17:23:35','2020-12-27 12:23:35'),
(13801,8763,'action complete via WP Cron','2020-12-27 17:23:35','2020-12-27 12:23:35'),
(13802,8764,'action created','2020-12-27 17:23:35','2020-12-27 12:23:35'),
(13803,8764,'action started via WP Cron','2020-12-27 17:24:51','2020-12-27 12:24:51'),
(13804,8764,'action complete via WP Cron','2020-12-27 17:24:51','2020-12-27 12:24:51'),
(13805,8765,'action created','2020-12-27 17:24:51','2020-12-27 12:24:51'),
(13806,8765,'action started via WP Cron','2020-12-27 17:25:19','2020-12-27 12:25:19'),
(13807,8765,'action complete via WP Cron','2020-12-27 17:25:19','2020-12-27 12:25:19'),
(13808,8766,'action created','2020-12-27 17:25:20','2020-12-27 12:25:20'),
(13809,8766,'action started via WP Cron','2020-12-27 17:26:37','2020-12-27 12:26:37'),
(13810,8766,'action complete via WP Cron','2020-12-27 17:26:37','2020-12-27 12:26:37'),
(13811,8767,'action created','2020-12-27 17:26:37','2020-12-27 12:26:37'),
(13812,8767,'action started via WP Cron','2020-12-27 17:29:29','2020-12-27 12:29:29'),
(13813,8767,'action complete via WP Cron','2020-12-27 17:29:29','2020-12-27 12:29:29'),
(13814,8768,'action created','2020-12-27 17:29:29','2020-12-27 12:29:29'),
(13815,8768,'action started via WP Cron','2020-12-27 17:30:34','2020-12-27 12:30:34'),
(13816,8768,'action complete via WP Cron','2020-12-27 17:30:34','2020-12-27 12:30:34'),
(13817,8769,'action created','2020-12-27 17:30:34','2020-12-27 12:30:34'),
(13818,8769,'action started via WP Cron','2020-12-27 17:32:52','2020-12-27 12:32:52'),
(13819,8769,'action complete via WP Cron','2020-12-27 17:32:52','2020-12-27 12:32:52'),
(13820,8770,'action created','2020-12-27 17:32:52','2020-12-27 12:32:52'),
(13821,8770,'action started via WP Cron','2020-12-27 17:33:14','2020-12-27 12:33:14'),
(13822,8770,'action complete via WP Cron','2020-12-27 17:33:14','2020-12-27 12:33:14'),
(13823,8771,'action created','2020-12-27 17:33:14','2020-12-27 12:33:14'),
(13824,8771,'action started via WP Cron','2020-12-27 17:35:20','2020-12-27 12:35:20'),
(13825,8771,'action complete via WP Cron','2020-12-27 17:35:20','2020-12-27 12:35:20'),
(13826,8772,'action created','2020-12-27 17:35:20','2020-12-27 12:35:20'),
(13827,8772,'action started via WP Cron','2020-12-27 17:37:00','2020-12-27 12:37:00'),
(13828,8772,'action complete via WP Cron','2020-12-27 17:37:00','2020-12-27 12:37:00'),
(13829,8773,'action created','2020-12-27 17:37:01','2020-12-27 12:37:01'),
(13830,8773,'action started via WP Cron','2020-12-27 17:38:49','2020-12-27 12:38:49'),
(13831,8773,'action complete via WP Cron','2020-12-27 17:38:49','2020-12-27 12:38:49'),
(13832,8774,'action created','2020-12-27 17:38:49','2020-12-27 12:38:49'),
(13833,8774,'action started via WP Cron','2020-12-27 17:39:30','2020-12-27 12:39:30'),
(13834,8774,'action complete via WP Cron','2020-12-27 17:39:30','2020-12-27 12:39:30'),
(13835,8775,'action created','2020-12-27 17:39:30','2020-12-27 12:39:30'),
(13836,8775,'action started via WP Cron','2020-12-27 17:44:13','2020-12-27 12:44:13'),
(13837,8775,'action complete via WP Cron','2020-12-27 17:44:13','2020-12-27 12:44:13'),
(13838,8776,'action created','2020-12-27 17:44:13','2020-12-27 12:44:13'),
(13839,8776,'action started via WP Cron','2020-12-27 17:45:56','2020-12-27 12:45:56'),
(13840,8776,'action complete via WP Cron','2020-12-27 17:45:56','2020-12-27 12:45:56'),
(13841,8777,'action created','2020-12-27 17:45:56','2020-12-27 12:45:56'),
(13842,8777,'action started via WP Cron','2020-12-27 17:47:50','2020-12-27 12:47:50'),
(13843,8777,'action complete via WP Cron','2020-12-27 17:47:50','2020-12-27 12:47:50'),
(13844,8778,'action created','2020-12-27 17:47:50','2020-12-27 12:47:50'),
(13845,8778,'action started via WP Cron','2020-12-27 17:48:21','2020-12-27 12:48:21'),
(13846,8778,'action complete via WP Cron','2020-12-27 17:48:21','2020-12-27 12:48:21'),
(13847,8779,'action created','2020-12-27 17:48:21','2020-12-27 12:48:21'),
(13848,8779,'action started via WP Cron','2020-12-27 17:50:15','2020-12-27 12:50:15'),
(13849,8779,'action complete via WP Cron','2020-12-27 17:50:15','2020-12-27 12:50:15'),
(13850,8780,'action created','2020-12-27 17:50:15','2020-12-27 12:50:15'),
(13851,8780,'action started via WP Cron','2020-12-27 17:52:14','2020-12-27 12:52:14'),
(13852,8780,'action complete via WP Cron','2020-12-27 17:52:14','2020-12-27 12:52:14'),
(13853,8781,'action created','2020-12-27 17:52:14','2020-12-27 12:52:14'),
(13854,8781,'action started via WP Cron','2020-12-27 17:55:04','2020-12-27 12:55:04'),
(13855,8781,'action complete via WP Cron','2020-12-27 17:55:04','2020-12-27 12:55:04'),
(13856,8782,'action created','2020-12-27 17:55:04','2020-12-27 12:55:04'),
(13857,8782,'action started via WP Cron','2020-12-27 17:55:32','2020-12-27 12:55:32'),
(13858,8782,'action complete via WP Cron','2020-12-27 17:55:32','2020-12-27 12:55:32'),
(13859,8783,'action created','2020-12-27 17:55:32','2020-12-27 12:55:32'),
(13860,8783,'action started via WP Cron','2020-12-27 17:56:51','2020-12-27 12:56:51'),
(13861,8783,'action complete via WP Cron','2020-12-27 17:56:51','2020-12-27 12:56:51'),
(13862,8784,'action created','2020-12-27 17:56:51','2020-12-27 12:56:51'),
(13863,8784,'action started via WP Cron','2020-12-27 17:57:46','2020-12-27 12:57:46'),
(13864,8784,'action complete via WP Cron','2020-12-27 17:57:46','2020-12-27 12:57:46'),
(13865,8785,'action created','2020-12-27 17:57:46','2020-12-27 12:57:46'),
(13866,8785,'action started via WP Cron','2020-12-27 18:04:40','2020-12-27 13:04:40'),
(13867,8785,'action complete via WP Cron','2020-12-27 18:04:40','2020-12-27 13:04:40'),
(13868,8786,'action created','2020-12-27 18:04:40','2020-12-27 13:04:40'),
(13869,8786,'action started via WP Cron','2020-12-27 18:05:15','2020-12-27 13:05:15'),
(13870,8786,'action complete via WP Cron','2020-12-27 18:05:15','2020-12-27 13:05:15'),
(13871,8787,'action created','2020-12-27 18:05:15','2020-12-27 13:05:15'),
(13872,8787,'action started via WP Cron','2020-12-27 18:06:50','2020-12-27 13:06:50'),
(13873,8787,'action complete via WP Cron','2020-12-27 18:06:50','2020-12-27 13:06:50'),
(13874,8788,'action created','2020-12-27 18:06:50','2020-12-27 13:06:50'),
(13875,8788,'action started via WP Cron','2020-12-27 18:07:45','2020-12-27 13:07:45'),
(13876,8788,'action complete via WP Cron','2020-12-27 18:07:45','2020-12-27 13:07:45'),
(13877,8789,'action created','2020-12-27 18:07:45','2020-12-27 13:07:45'),
(13878,8789,'action started via WP Cron','2020-12-27 18:08:15','2020-12-27 13:08:15'),
(13879,8789,'action complete via WP Cron','2020-12-27 18:08:15','2020-12-27 13:08:15'),
(13880,8790,'action created','2020-12-27 18:08:15','2020-12-27 13:08:15'),
(13881,8790,'action started via WP Cron','2020-12-27 18:13:27','2020-12-27 13:13:27'),
(13882,8790,'action complete via WP Cron','2020-12-27 18:13:27','2020-12-27 13:13:27'),
(13883,8791,'action created','2020-12-27 18:13:27','2020-12-27 13:13:27'),
(13884,8791,'action started via WP Cron','2020-12-27 18:19:05','2020-12-27 13:19:05'),
(13885,8791,'action complete via WP Cron','2020-12-27 18:19:05','2020-12-27 13:19:05'),
(13886,8792,'action created','2020-12-27 18:19:05','2020-12-27 13:19:05'),
(13887,8792,'action started via WP Cron','2020-12-27 18:20:07','2020-12-27 13:20:07'),
(13888,8792,'action complete via WP Cron','2020-12-27 18:20:07','2020-12-27 13:20:07'),
(13889,8793,'action created','2020-12-27 18:20:08','2020-12-27 13:20:08'),
(13890,8793,'action started via WP Cron','2020-12-27 18:22:39','2020-12-27 13:22:39'),
(13891,8793,'action complete via WP Cron','2020-12-27 18:22:39','2020-12-27 13:22:39'),
(13892,8794,'action created','2020-12-27 18:22:39','2020-12-27 13:22:39'),
(13893,8794,'action started via WP Cron','2020-12-27 18:24:07','2020-12-27 13:24:07'),
(13894,8794,'action complete via WP Cron','2020-12-27 18:24:07','2020-12-27 13:24:07'),
(13895,8795,'action created','2020-12-27 18:24:07','2020-12-27 13:24:07'),
(13896,8795,'action started via WP Cron','2020-12-27 18:25:40','2020-12-27 13:25:40'),
(13897,8795,'action complete via WP Cron','2020-12-27 18:25:40','2020-12-27 13:25:40'),
(13898,8796,'action created','2020-12-27 18:25:40','2020-12-27 13:25:40'),
(13899,8796,'action started via WP Cron','2020-12-27 18:26:27','2020-12-27 13:26:27'),
(13900,8796,'action complete via WP Cron','2020-12-27 18:26:27','2020-12-27 13:26:27'),
(13901,8797,'action created','2020-12-27 18:26:27','2020-12-27 13:26:27'),
(13902,8797,'action started via WP Cron','2020-12-27 18:27:46','2020-12-27 13:27:46'),
(13903,8797,'action complete via WP Cron','2020-12-27 18:27:46','2020-12-27 13:27:46'),
(13904,8798,'action created','2020-12-27 18:27:46','2020-12-27 13:27:46'),
(13905,8798,'action started via WP Cron','2020-12-27 18:30:51','2020-12-27 13:30:51'),
(13906,8798,'action complete via WP Cron','2020-12-27 18:30:51','2020-12-27 13:30:51'),
(13907,8799,'action created','2020-12-27 18:30:51','2020-12-27 13:30:51'),
(13908,8799,'action started via WP Cron','2020-12-27 18:35:07','2020-12-27 13:35:07'),
(13909,8799,'action complete via WP Cron','2020-12-27 18:35:07','2020-12-27 13:35:07'),
(13910,8800,'action created','2020-12-27 18:35:07','2020-12-27 13:35:07'),
(13911,8800,'action started via WP Cron','2020-12-27 18:37:00','2020-12-27 13:37:00'),
(13912,8800,'action complete via WP Cron','2020-12-27 18:37:00','2020-12-27 13:37:00'),
(13913,8801,'action created','2020-12-27 18:37:00','2020-12-27 13:37:00'),
(13914,8801,'action started via WP Cron','2020-12-27 18:39:09','2020-12-27 13:39:09'),
(13915,8801,'action complete via WP Cron','2020-12-27 18:39:09','2020-12-27 13:39:09'),
(13916,8802,'action created','2020-12-27 18:39:09','2020-12-27 13:39:09'),
(13917,8802,'action started via WP Cron','2020-12-27 18:40:37','2020-12-27 13:40:37'),
(13918,8802,'action complete via WP Cron','2020-12-27 18:40:37','2020-12-27 13:40:37'),
(13919,8803,'action created','2020-12-27 18:40:37','2020-12-27 13:40:37'),
(13920,8803,'action started via WP Cron','2020-12-27 18:41:43','2020-12-27 13:41:43'),
(13921,8803,'action complete via WP Cron','2020-12-27 18:41:43','2020-12-27 13:41:43'),
(13922,8804,'action created','2020-12-27 18:41:44','2020-12-27 13:41:44'),
(13923,8804,'action started via WP Cron','2020-12-27 18:42:59','2020-12-27 13:42:59'),
(13924,8804,'action complete via WP Cron','2020-12-27 18:42:59','2020-12-27 13:42:59'),
(13925,8805,'action created','2020-12-27 18:42:59','2020-12-27 13:42:59'),
(13926,8805,'action started via WP Cron','2020-12-27 18:43:21','2020-12-27 13:43:21'),
(13927,8805,'action complete via WP Cron','2020-12-27 18:43:21','2020-12-27 13:43:21'),
(13928,8806,'action created','2020-12-27 18:43:21','2020-12-27 13:43:21'),
(13929,8806,'action started via WP Cron','2020-12-27 18:45:12','2020-12-27 13:45:12'),
(13930,8806,'action complete via WP Cron','2020-12-27 18:45:12','2020-12-27 13:45:12'),
(13931,8807,'action created','2020-12-27 18:45:12','2020-12-27 13:45:12'),
(13932,8807,'action started via WP Cron','2020-12-27 18:47:43','2020-12-27 13:47:43'),
(13933,8807,'action complete via WP Cron','2020-12-27 18:47:44','2020-12-27 13:47:44'),
(13934,8808,'action created','2020-12-27 18:47:44','2020-12-27 13:47:44'),
(13935,8808,'action started via WP Cron','2020-12-27 18:49:25','2020-12-27 13:49:25'),
(13936,8808,'action complete via WP Cron','2020-12-27 18:49:25','2020-12-27 13:49:25'),
(13937,8809,'action created','2020-12-27 18:49:25','2020-12-27 13:49:25'),
(13938,8809,'action started via WP Cron','2020-12-27 18:51:47','2020-12-27 13:51:47'),
(13939,8809,'action complete via WP Cron','2020-12-27 18:51:48','2020-12-27 13:51:48'),
(13940,8810,'action created','2020-12-27 18:51:48','2020-12-27 13:51:48'),
(13941,8810,'action started via WP Cron','2020-12-27 18:52:55','2020-12-27 13:52:55'),
(13942,8810,'action complete via WP Cron','2020-12-27 18:52:55','2020-12-27 13:52:55'),
(13943,8811,'action created','2020-12-27 18:52:55','2020-12-27 13:52:55'),
(13944,8811,'action started via WP Cron','2020-12-27 18:53:41','2020-12-27 13:53:41'),
(13945,8811,'action complete via WP Cron','2020-12-27 18:53:41','2020-12-27 13:53:41'),
(13946,8812,'action created','2020-12-27 18:53:41','2020-12-27 13:53:41'),
(13947,8812,'action started via WP Cron','2020-12-27 18:55:01','2020-12-27 13:55:01'),
(13948,8812,'action complete via WP Cron','2020-12-27 18:55:01','2020-12-27 13:55:01'),
(13949,8813,'action created','2020-12-27 18:55:01','2020-12-27 13:55:01'),
(13950,8813,'action started via WP Cron','2020-12-27 18:56:01','2020-12-27 13:56:01'),
(13951,8813,'action complete via WP Cron','2020-12-27 18:56:01','2020-12-27 13:56:01'),
(13952,8814,'action created','2020-12-27 18:56:01','2020-12-27 13:56:01'),
(13953,8814,'action started via WP Cron','2020-12-27 18:56:13','2020-12-27 13:56:13'),
(13954,8814,'action complete via WP Cron','2020-12-27 18:56:13','2020-12-27 13:56:13'),
(13955,8815,'action created','2020-12-27 18:56:13','2020-12-27 13:56:13'),
(13956,8815,'action started via Async Request','2020-12-27 18:56:30','2020-12-27 13:56:30'),
(13957,8815,'action complete via Async Request','2020-12-27 18:56:30','2020-12-27 13:56:30'),
(13958,8816,'action created','2020-12-27 18:56:32','2020-12-27 13:56:32'),
(13959,8816,'action started via WP Cron','2020-12-27 18:57:16','2020-12-27 13:57:16'),
(13960,8816,'action complete via WP Cron','2020-12-27 18:57:16','2020-12-27 13:57:16'),
(13961,8817,'action created','2020-12-27 18:57:16','2020-12-27 13:57:16'),
(13962,8817,'action started via WP Cron','2020-12-27 18:58:27','2020-12-27 13:58:27'),
(13963,8817,'action complete via WP Cron','2020-12-27 18:58:27','2020-12-27 13:58:27'),
(13964,8818,'action created','2020-12-27 18:58:27','2020-12-27 13:58:27'),
(13965,8818,'action started via WP Cron','2020-12-27 18:59:42','2020-12-27 13:59:42'),
(13966,8818,'action complete via WP Cron','2020-12-27 18:59:42','2020-12-27 13:59:42'),
(13967,8819,'action created','2020-12-27 18:59:42','2020-12-27 13:59:42'),
(13968,8819,'action started via WP Cron','2020-12-27 19:00:35','2020-12-27 14:00:35'),
(13969,8819,'action complete via WP Cron','2020-12-27 19:00:35','2020-12-27 14:00:35'),
(13970,8820,'action created','2020-12-27 19:00:36','2020-12-27 14:00:36'),
(13971,8820,'action started via WP Cron','2020-12-27 19:02:07','2020-12-27 14:02:07'),
(13972,8820,'action complete via WP Cron','2020-12-27 19:02:07','2020-12-27 14:02:07'),
(13973,8821,'action created','2020-12-27 19:02:07','2020-12-27 14:02:07'),
(13974,8821,'action started via WP Cron','2020-12-27 19:03:15','2020-12-27 14:03:15'),
(13975,8821,'action complete via WP Cron','2020-12-27 19:03:15','2020-12-27 14:03:15'),
(13976,8822,'action created','2020-12-27 19:03:15','2020-12-27 14:03:15'),
(13977,8822,'action started via WP Cron','2020-12-27 19:05:23','2020-12-27 14:05:23'),
(13978,8822,'action complete via WP Cron','2020-12-27 19:05:23','2020-12-27 14:05:23'),
(13979,8823,'action created','2020-12-27 19:05:23','2020-12-27 14:05:23'),
(13980,8823,'action started via WP Cron','2020-12-27 19:06:49','2020-12-27 14:06:49'),
(13981,8823,'action complete via WP Cron','2020-12-27 19:06:49','2020-12-27 14:06:49'),
(13982,8824,'action created','2020-12-27 19:06:49','2020-12-27 14:06:49'),
(13983,8824,'action started via WP Cron','2020-12-27 19:07:39','2020-12-27 14:07:39'),
(13984,8824,'action complete via WP Cron','2020-12-27 19:07:39','2020-12-27 14:07:39'),
(13985,8825,'action created','2020-12-27 19:07:39','2020-12-27 14:07:39'),
(13986,8825,'action started via WP Cron','2020-12-27 19:10:37','2020-12-27 14:10:37'),
(13987,8825,'action complete via WP Cron','2020-12-27 19:10:37','2020-12-27 14:10:37'),
(13988,8826,'action created','2020-12-27 19:10:37','2020-12-27 14:10:37'),
(13989,8826,'action started via WP Cron','2020-12-27 19:11:12','2020-12-27 14:11:12'),
(13990,8826,'action complete via WP Cron','2020-12-27 19:11:12','2020-12-27 14:11:12'),
(13991,8827,'action created','2020-12-27 19:11:12','2020-12-27 14:11:12'),
(13992,8827,'action started via WP Cron','2020-12-27 19:13:09','2020-12-27 14:13:09'),
(13993,8827,'action complete via WP Cron','2020-12-27 19:13:09','2020-12-27 14:13:09'),
(13994,8828,'action created','2020-12-27 19:13:09','2020-12-27 14:13:09'),
(13995,8828,'action started via WP Cron','2020-12-27 19:13:49','2020-12-27 14:13:49'),
(13996,8828,'action complete via WP Cron','2020-12-27 19:13:49','2020-12-27 14:13:49'),
(13997,8829,'action created','2020-12-27 19:13:49','2020-12-27 14:13:49'),
(13998,8829,'action started via WP Cron','2020-12-27 19:17:40','2020-12-27 14:17:40'),
(13999,8829,'action complete via WP Cron','2020-12-27 19:17:40','2020-12-27 14:17:40'),
(14000,8830,'action created','2020-12-27 19:17:40','2020-12-27 14:17:40'),
(14001,8830,'action started via WP Cron','2020-12-27 19:18:33','2020-12-27 14:18:33'),
(14002,8830,'action complete via WP Cron','2020-12-27 19:18:33','2020-12-27 14:18:33'),
(14003,8831,'action created','2020-12-27 19:18:33','2020-12-27 14:18:33'),
(14004,8831,'action started via WP Cron','2020-12-27 19:21:14','2020-12-27 14:21:14'),
(14005,8831,'action complete via WP Cron','2020-12-27 19:21:14','2020-12-27 14:21:14'),
(14006,8832,'action created','2020-12-27 19:21:14','2020-12-27 14:21:14'),
(14007,8832,'action started via WP Cron','2020-12-27 19:24:28','2020-12-27 14:24:28'),
(14008,8832,'action complete via WP Cron','2020-12-27 19:24:28','2020-12-27 14:24:28'),
(14009,8833,'action created','2020-12-27 19:24:28','2020-12-27 14:24:28'),
(14010,8833,'action started via WP Cron','2020-12-27 19:25:46','2020-12-27 14:25:46'),
(14011,8833,'action complete via WP Cron','2020-12-27 19:25:46','2020-12-27 14:25:46'),
(14012,8834,'action created','2020-12-27 19:25:46','2020-12-27 14:25:46'),
(14013,8834,'action started via WP Cron','2020-12-27 19:26:15','2020-12-27 14:26:15'),
(14014,8834,'action complete via WP Cron','2020-12-27 19:26:15','2020-12-27 14:26:15'),
(14015,8835,'action created','2020-12-27 19:26:15','2020-12-27 14:26:15'),
(14016,8835,'action started via WP Cron','2020-12-27 19:27:38','2020-12-27 14:27:38'),
(14017,8835,'action complete via WP Cron','2020-12-27 19:27:38','2020-12-27 14:27:38'),
(14018,8836,'action created','2020-12-27 19:27:38','2020-12-27 14:27:38'),
(14019,8836,'action started via WP Cron','2020-12-27 19:29:31','2020-12-27 14:29:31'),
(14020,8836,'action complete via WP Cron','2020-12-27 19:29:31','2020-12-27 14:29:31'),
(14021,8837,'action created','2020-12-27 19:29:31','2020-12-27 14:29:31'),
(14022,8837,'action started via WP Cron','2020-12-27 19:33:54','2020-12-27 14:33:54'),
(14023,8837,'action complete via WP Cron','2020-12-27 19:33:54','2020-12-27 14:33:54'),
(14024,8838,'action created','2020-12-27 19:33:54','2020-12-27 14:33:54'),
(14025,8838,'action started via WP Cron','2020-12-27 19:34:27','2020-12-27 14:34:27'),
(14026,8838,'action complete via WP Cron','2020-12-27 19:34:27','2020-12-27 14:34:27'),
(14027,8839,'action created','2020-12-27 19:34:27','2020-12-27 14:34:27'),
(14028,8839,'action started via WP Cron','2020-12-27 19:36:56','2020-12-27 14:36:56'),
(14029,8839,'action complete via WP Cron','2020-12-27 19:36:56','2020-12-27 14:36:56'),
(14030,8840,'action created','2020-12-27 19:36:56','2020-12-27 14:36:56'),
(14031,8840,'action started via WP Cron','2020-12-27 19:42:43','2020-12-27 14:42:43'),
(14032,8840,'action complete via WP Cron','2020-12-27 19:42:43','2020-12-27 14:42:43'),
(14033,8841,'action created','2020-12-27 19:42:43','2020-12-27 14:42:43'),
(14034,8841,'action started via WP Cron','2020-12-27 19:43:30','2020-12-27 14:43:30'),
(14035,8841,'action complete via WP Cron','2020-12-27 19:43:30','2020-12-27 14:43:30'),
(14036,8842,'action created','2020-12-27 19:43:30','2020-12-27 14:43:30'),
(14037,8842,'action started via WP Cron','2020-12-27 19:47:52','2020-12-27 14:47:52'),
(14038,8842,'action complete via WP Cron','2020-12-27 19:47:52','2020-12-27 14:47:52'),
(14039,8843,'action created','2020-12-27 19:47:52','2020-12-27 14:47:52'),
(14040,8843,'action started via WP Cron','2020-12-27 19:48:41','2020-12-27 14:48:41'),
(14041,8843,'action complete via WP Cron','2020-12-27 19:48:41','2020-12-27 14:48:41'),
(14042,8844,'action created','2020-12-27 19:48:41','2020-12-27 14:48:41'),
(14043,8844,'action started via WP Cron','2020-12-27 19:50:22','2020-12-27 14:50:22'),
(14044,8844,'action complete via WP Cron','2020-12-27 19:50:22','2020-12-27 14:50:22'),
(14045,8845,'action created','2020-12-27 19:50:22','2020-12-27 14:50:22'),
(14046,8845,'action started via WP Cron','2020-12-27 19:53:47','2020-12-27 14:53:47'),
(14047,8845,'action complete via WP Cron','2020-12-27 19:53:47','2020-12-27 14:53:47'),
(14048,8846,'action created','2020-12-27 19:53:48','2020-12-27 14:53:48'),
(14049,8846,'action started via WP Cron','2020-12-27 19:56:31','2020-12-27 14:56:31'),
(14050,8846,'action complete via WP Cron','2020-12-27 19:56:31','2020-12-27 14:56:31'),
(14051,8847,'action created','2020-12-27 19:56:32','2020-12-27 14:56:32'),
(14052,8847,'action started via WP Cron','2020-12-27 19:57:29','2020-12-27 14:57:29'),
(14053,8847,'action complete via WP Cron','2020-12-27 19:57:29','2020-12-27 14:57:29'),
(14054,8848,'action created','2020-12-27 19:57:30','2020-12-27 14:57:30'),
(14055,8848,'action started via WP Cron','2020-12-27 19:58:20','2020-12-27 14:58:20'),
(14056,8848,'action complete via WP Cron','2020-12-27 19:58:20','2020-12-27 14:58:20'),
(14057,8849,'action created','2020-12-27 19:58:20','2020-12-27 14:58:20'),
(14058,8849,'action started via WP Cron','2020-12-27 19:59:34','2020-12-27 14:59:34'),
(14059,8849,'action complete via WP Cron','2020-12-27 19:59:34','2020-12-27 14:59:34'),
(14060,8850,'action created','2020-12-27 19:59:34','2020-12-27 14:59:34'),
(14061,8850,'action started via WP Cron','2020-12-27 20:00:32','2020-12-27 15:00:32'),
(14062,8850,'action complete via WP Cron','2020-12-27 20:00:32','2020-12-27 15:00:32'),
(14063,8851,'action created','2020-12-27 20:00:32','2020-12-27 15:00:32'),
(14064,8851,'action started via WP Cron','2020-12-27 20:01:21','2020-12-27 15:01:21'),
(14065,8851,'action complete via WP Cron','2020-12-27 20:01:21','2020-12-27 15:01:21'),
(14066,8852,'action created','2020-12-27 20:01:21','2020-12-27 15:01:21'),
(14067,8852,'action started via WP Cron','2020-12-27 20:02:17','2020-12-27 15:02:17'),
(14068,8852,'action complete via WP Cron','2020-12-27 20:02:17','2020-12-27 15:02:17'),
(14069,8853,'action created','2020-12-27 20:02:17','2020-12-27 15:02:17'),
(14070,8853,'action started via WP Cron','2020-12-27 20:03:18','2020-12-27 15:03:18'),
(14071,8853,'action complete via WP Cron','2020-12-27 20:03:18','2020-12-27 15:03:18'),
(14072,8854,'action created','2020-12-27 20:03:18','2020-12-27 15:03:18'),
(14073,8854,'action started via WP Cron','2020-12-27 20:05:34','2020-12-27 15:05:34'),
(14074,8854,'action complete via WP Cron','2020-12-27 20:05:34','2020-12-27 15:05:34'),
(14075,8855,'action created','2020-12-27 20:05:35','2020-12-27 15:05:35'),
(14076,8855,'action started via WP Cron','2020-12-27 20:06:44','2020-12-27 15:06:44'),
(14077,8855,'action complete via WP Cron','2020-12-27 20:06:44','2020-12-27 15:06:44'),
(14078,8856,'action created','2020-12-27 20:06:44','2020-12-27 15:06:44'),
(14079,8856,'action started via WP Cron','2020-12-27 20:07:44','2020-12-27 15:07:44'),
(14080,8856,'action complete via WP Cron','2020-12-27 20:07:44','2020-12-27 15:07:44'),
(14081,8857,'action created','2020-12-27 20:07:44','2020-12-27 15:07:44'),
(14082,8857,'action started via WP Cron','2020-12-27 20:08:12','2020-12-27 15:08:12'),
(14083,8857,'action complete via WP Cron','2020-12-27 20:08:12','2020-12-27 15:08:12'),
(14084,8858,'action created','2020-12-27 20:08:12','2020-12-27 15:08:12'),
(14085,8858,'action started via WP Cron','2020-12-27 20:09:57','2020-12-27 15:09:57'),
(14086,8858,'action complete via WP Cron','2020-12-27 20:09:57','2020-12-27 15:09:57'),
(14087,8859,'action created','2020-12-27 20:09:57','2020-12-27 15:09:57'),
(14088,8859,'action started via WP Cron','2020-12-27 20:11:12','2020-12-27 15:11:12'),
(14089,8859,'action complete via WP Cron','2020-12-27 20:11:12','2020-12-27 15:11:12'),
(14090,8860,'action created','2020-12-27 20:11:12','2020-12-27 15:11:12'),
(14091,8860,'action started via WP Cron','2020-12-27 20:12:32','2020-12-27 15:12:32'),
(14092,8860,'action complete via WP Cron','2020-12-27 20:12:32','2020-12-27 15:12:32'),
(14093,8861,'action created','2020-12-27 20:12:32','2020-12-27 15:12:32'),
(14094,8861,'action started via WP Cron','2020-12-27 20:13:28','2020-12-27 15:13:28'),
(14095,8861,'action complete via WP Cron','2020-12-27 20:13:28','2020-12-27 15:13:28'),
(14096,8862,'action created','2020-12-27 20:13:28','2020-12-27 15:13:28'),
(14097,8862,'action started via WP Cron','2020-12-27 20:14:28','2020-12-27 15:14:28'),
(14098,8862,'action complete via WP Cron','2020-12-27 20:14:29','2020-12-27 15:14:29'),
(14099,8863,'action created','2020-12-27 20:14:29','2020-12-27 15:14:29'),
(14100,8863,'action started via WP Cron','2020-12-27 20:16:26','2020-12-27 15:16:26'),
(14101,8863,'action complete via WP Cron','2020-12-27 20:16:26','2020-12-27 15:16:26'),
(14102,8864,'action created','2020-12-27 20:16:26','2020-12-27 15:16:26'),
(14103,8864,'action started via WP Cron','2020-12-27 20:18:45','2020-12-27 15:18:45'),
(14104,8864,'action complete via WP Cron','2020-12-27 20:18:45','2020-12-27 15:18:45'),
(14105,8865,'action created','2020-12-27 20:18:45','2020-12-27 15:18:45'),
(14106,8865,'action started via WP Cron','2020-12-27 20:19:23','2020-12-27 15:19:23'),
(14107,8865,'action complete via WP Cron','2020-12-27 20:19:23','2020-12-27 15:19:23'),
(14108,8866,'action created','2020-12-27 20:19:23','2020-12-27 15:19:23'),
(14109,8866,'action started via WP Cron','2020-12-27 20:20:29','2020-12-27 15:20:29'),
(14110,8866,'action complete via WP Cron','2020-12-27 20:20:29','2020-12-27 15:20:29'),
(14111,8867,'action created','2020-12-27 20:20:29','2020-12-27 15:20:29'),
(14112,8867,'action started via WP Cron','2020-12-27 20:22:15','2020-12-27 15:22:15'),
(14113,8867,'action complete via WP Cron','2020-12-27 20:22:15','2020-12-27 15:22:15'),
(14114,8868,'action created','2020-12-27 20:22:15','2020-12-27 15:22:15'),
(14115,8868,'action started via WP Cron','2020-12-27 20:23:27','2020-12-27 15:23:27'),
(14116,8868,'action complete via WP Cron','2020-12-27 20:23:27','2020-12-27 15:23:27'),
(14117,8869,'action created','2020-12-27 20:23:27','2020-12-27 15:23:27'),
(14118,8869,'action started via WP Cron','2020-12-27 20:25:50','2020-12-27 15:25:50'),
(14119,8869,'action complete via WP Cron','2020-12-27 20:25:50','2020-12-27 15:25:50'),
(14120,8870,'action created','2020-12-27 20:25:50','2020-12-27 15:25:50'),
(14121,8870,'action started via WP Cron','2020-12-27 20:26:39','2020-12-27 15:26:39'),
(14122,8870,'action complete via WP Cron','2020-12-27 20:26:39','2020-12-27 15:26:39'),
(14123,8871,'action created','2020-12-27 20:26:39','2020-12-27 15:26:39'),
(14124,8871,'action started via WP Cron','2020-12-27 20:27:34','2020-12-27 15:27:34'),
(14125,8871,'action complete via WP Cron','2020-12-27 20:27:34','2020-12-27 15:27:34'),
(14126,8872,'action created','2020-12-27 20:27:34','2020-12-27 15:27:34'),
(14127,8872,'action started via WP Cron','2020-12-27 20:28:44','2020-12-27 15:28:44'),
(14128,8872,'action complete via WP Cron','2020-12-27 20:28:44','2020-12-27 15:28:44'),
(14129,8873,'action created','2020-12-27 20:28:44','2020-12-27 15:28:44'),
(14130,8873,'action started via WP Cron','2020-12-27 20:29:26','2020-12-27 15:29:26'),
(14131,8873,'action complete via WP Cron','2020-12-27 20:29:26','2020-12-27 15:29:26'),
(14132,8874,'action created','2020-12-27 20:29:26','2020-12-27 15:29:26'),
(14133,8874,'action started via WP Cron','2020-12-27 20:30:12','2020-12-27 15:30:12'),
(14134,8874,'action complete via WP Cron','2020-12-27 20:30:13','2020-12-27 15:30:13'),
(14135,8875,'action created','2020-12-27 20:30:13','2020-12-27 15:30:13'),
(14136,8875,'action started via WP Cron','2020-12-27 20:31:22','2020-12-27 15:31:22'),
(14137,8875,'action complete via WP Cron','2020-12-27 20:31:22','2020-12-27 15:31:22'),
(14138,8876,'action created','2020-12-27 20:31:22','2020-12-27 15:31:22'),
(14139,8876,'action started via WP Cron','2020-12-27 20:32:26','2020-12-27 15:32:26'),
(14140,8876,'action complete via WP Cron','2020-12-27 20:32:26','2020-12-27 15:32:26'),
(14141,8877,'action created','2020-12-27 20:32:26','2020-12-27 15:32:26'),
(14142,8877,'action started via WP Cron','2020-12-27 20:34:01','2020-12-27 15:34:01'),
(14143,8877,'action complete via WP Cron','2020-12-27 20:34:01','2020-12-27 15:34:01'),
(14144,8878,'action created','2020-12-27 20:34:01','2020-12-27 15:34:01'),
(14145,8878,'action started via WP Cron','2020-12-27 20:35:39','2020-12-27 15:35:39'),
(14146,8878,'action complete via WP Cron','2020-12-27 20:35:39','2020-12-27 15:35:39'),
(14147,8879,'action created','2020-12-27 20:35:39','2020-12-27 15:35:39'),
(14148,8879,'action started via WP Cron','2020-12-27 20:36:42','2020-12-27 15:36:42'),
(14149,8879,'action complete via WP Cron','2020-12-27 20:36:42','2020-12-27 15:36:42'),
(14150,8880,'action created','2020-12-27 20:36:42','2020-12-27 15:36:42'),
(14151,8880,'action started via WP Cron','2020-12-27 20:37:15','2020-12-27 15:37:15'),
(14152,8880,'action complete via WP Cron','2020-12-27 20:37:15','2020-12-27 15:37:15'),
(14153,8881,'action created','2020-12-27 20:37:15','2020-12-27 15:37:15'),
(14154,8881,'action started via WP Cron','2020-12-27 20:38:29','2020-12-27 15:38:29'),
(14155,8881,'action complete via WP Cron','2020-12-27 20:38:29','2020-12-27 15:38:29'),
(14156,8882,'action created','2020-12-27 20:38:29','2020-12-27 15:38:29'),
(14157,8882,'action started via WP Cron','2020-12-27 20:40:17','2020-12-27 15:40:17'),
(14158,8882,'action complete via WP Cron','2020-12-27 20:40:17','2020-12-27 15:40:17'),
(14159,8883,'action created','2020-12-27 20:40:17','2020-12-27 15:40:17'),
(14160,8883,'action started via WP Cron','2020-12-27 20:41:51','2020-12-27 15:41:51'),
(14161,8883,'action complete via WP Cron','2020-12-27 20:41:51','2020-12-27 15:41:51'),
(14162,8884,'action created','2020-12-27 20:41:52','2020-12-27 15:41:52'),
(14163,8884,'action started via WP Cron','2020-12-27 20:43:04','2020-12-27 15:43:04'),
(14164,8884,'action complete via WP Cron','2020-12-27 20:43:04','2020-12-27 15:43:04'),
(14165,8885,'action created','2020-12-27 20:43:04','2020-12-27 15:43:04'),
(14166,8885,'action started via WP Cron','2020-12-27 20:44:21','2020-12-27 15:44:21'),
(14167,8885,'action complete via WP Cron','2020-12-27 20:44:21','2020-12-27 15:44:21'),
(14168,8886,'action created','2020-12-27 20:44:21','2020-12-27 15:44:21'),
(14169,8886,'action started via WP Cron','2020-12-27 20:45:37','2020-12-27 15:45:37'),
(14170,8886,'action complete via WP Cron','2020-12-27 20:45:37','2020-12-27 15:45:37'),
(14171,8887,'action created','2020-12-27 20:45:37','2020-12-27 15:45:37'),
(14172,8887,'action started via WP Cron','2020-12-27 20:46:15','2020-12-27 15:46:15'),
(14173,8887,'action complete via WP Cron','2020-12-27 20:46:15','2020-12-27 15:46:15'),
(14174,8888,'action created','2020-12-27 20:46:15','2020-12-27 15:46:15'),
(14175,8888,'action started via WP Cron','2020-12-27 20:47:39','2020-12-27 15:47:39'),
(14176,8888,'action complete via WP Cron','2020-12-27 20:47:39','2020-12-27 15:47:39'),
(14177,8889,'action created','2020-12-27 20:47:39','2020-12-27 15:47:39'),
(14178,8889,'action started via WP Cron','2020-12-27 20:48:22','2020-12-27 15:48:22'),
(14179,8889,'action complete via WP Cron','2020-12-27 20:48:22','2020-12-27 15:48:22'),
(14180,8890,'action created','2020-12-27 20:48:22','2020-12-27 15:48:22'),
(14181,8890,'action started via WP Cron','2020-12-27 20:49:27','2020-12-27 15:49:27'),
(14182,8890,'action complete via WP Cron','2020-12-27 20:49:27','2020-12-27 15:49:27'),
(14183,8891,'action created','2020-12-27 20:49:27','2020-12-27 15:49:27'),
(14184,8891,'action started via WP Cron','2020-12-27 20:51:06','2020-12-27 15:51:06'),
(14185,8891,'action complete via WP Cron','2020-12-27 20:51:06','2020-12-27 15:51:06'),
(14186,8892,'action created','2020-12-27 20:51:06','2020-12-27 15:51:06'),
(14187,8892,'action started via WP Cron','2020-12-27 20:51:17','2020-12-27 15:51:17'),
(14188,8892,'action complete via WP Cron','2020-12-27 20:51:17','2020-12-27 15:51:17'),
(14189,8893,'action created','2020-12-27 20:51:17','2020-12-27 15:51:17'),
(14190,8893,'action started via WP Cron','2020-12-27 20:53:01','2020-12-27 15:53:01'),
(14191,8893,'action complete via WP Cron','2020-12-27 20:53:01','2020-12-27 15:53:01'),
(14192,8894,'action created','2020-12-27 20:53:02','2020-12-27 15:53:02'),
(14193,8894,'action started via WP Cron','2020-12-27 20:55:34','2020-12-27 15:55:34'),
(14194,8894,'action complete via WP Cron','2020-12-27 20:55:34','2020-12-27 15:55:34'),
(14195,8895,'action created','2020-12-27 20:55:34','2020-12-27 15:55:34'),
(14196,8895,'action started via WP Cron','2020-12-27 20:56:50','2020-12-27 15:56:50'),
(14197,8895,'action complete via WP Cron','2020-12-27 20:56:50','2020-12-27 15:56:50'),
(14198,8896,'action created','2020-12-27 20:56:50','2020-12-27 15:56:50'),
(14199,8896,'action started via WP Cron','2020-12-27 20:57:57','2020-12-27 15:57:57'),
(14200,8896,'action complete via WP Cron','2020-12-27 20:57:57','2020-12-27 15:57:57'),
(14201,8897,'action created','2020-12-27 20:57:57','2020-12-27 15:57:57'),
(14202,8897,'action started via WP Cron','2020-12-27 20:58:16','2020-12-27 15:58:16'),
(14203,8897,'action complete via WP Cron','2020-12-27 20:58:16','2020-12-27 15:58:16'),
(14204,8898,'action created','2020-12-27 20:58:16','2020-12-27 15:58:16'),
(14205,8898,'action started via WP Cron','2020-12-27 20:59:13','2020-12-27 15:59:13'),
(14206,8898,'action complete via WP Cron','2020-12-27 20:59:13','2020-12-27 15:59:13'),
(14207,8899,'action created','2020-12-27 20:59:13','2020-12-27 15:59:13'),
(14208,8899,'action started via WP Cron','2020-12-27 21:01:25','2020-12-27 16:01:25'),
(14209,8899,'action complete via WP Cron','2020-12-27 21:01:25','2020-12-27 16:01:25'),
(14210,8900,'action created','2020-12-27 21:01:25','2020-12-27 16:01:25'),
(14211,8900,'action started via WP Cron','2020-12-27 21:02:26','2020-12-27 16:02:26'),
(14212,8900,'action complete via WP Cron','2020-12-27 21:02:26','2020-12-27 16:02:26'),
(14213,8901,'action created','2020-12-27 21:02:27','2020-12-27 16:02:27'),
(14214,8901,'action started via WP Cron','2020-12-27 21:03:29','2020-12-27 16:03:29'),
(14215,8901,'action complete via WP Cron','2020-12-27 21:03:29','2020-12-27 16:03:29'),
(14216,8902,'action created','2020-12-27 21:03:29','2020-12-27 16:03:29'),
(14217,8902,'action started via WP Cron','2020-12-27 21:04:11','2020-12-27 16:04:11'),
(14218,8902,'action complete via WP Cron','2020-12-27 21:04:11','2020-12-27 16:04:11'),
(14219,8903,'action created','2020-12-27 21:04:11','2020-12-27 16:04:11'),
(14220,8903,'action started via WP Cron','2020-12-27 21:05:34','2020-12-27 16:05:34'),
(14221,8903,'action complete via WP Cron','2020-12-27 21:05:34','2020-12-27 16:05:34'),
(14222,8904,'action created','2020-12-27 21:05:34','2020-12-27 16:05:34'),
(14223,8904,'action started via WP Cron','2020-12-27 21:06:40','2020-12-27 16:06:40'),
(14224,8904,'action complete via WP Cron','2020-12-27 21:06:40','2020-12-27 16:06:40'),
(14225,8905,'action created','2020-12-27 21:06:40','2020-12-27 16:06:40'),
(14226,8905,'action started via WP Cron','2020-12-27 21:08:13','2020-12-27 16:08:13'),
(14227,8905,'action complete via WP Cron','2020-12-27 21:08:13','2020-12-27 16:08:13'),
(14228,8906,'action created','2020-12-27 21:08:13','2020-12-27 16:08:13'),
(14229,8906,'action started via WP Cron','2020-12-27 21:09:34','2020-12-27 16:09:34'),
(14230,8906,'action complete via WP Cron','2020-12-27 21:09:34','2020-12-27 16:09:34'),
(14231,8907,'action created','2020-12-27 21:09:34','2020-12-27 16:09:34'),
(14232,8907,'action started via WP Cron','2020-12-27 21:10:14','2020-12-27 16:10:14'),
(14233,8907,'action complete via WP Cron','2020-12-27 21:10:14','2020-12-27 16:10:14'),
(14234,8908,'action created','2020-12-27 21:10:14','2020-12-27 16:10:14'),
(14235,8908,'action started via WP Cron','2020-12-27 21:11:24','2020-12-27 16:11:24'),
(14236,8908,'action complete via WP Cron','2020-12-27 21:11:24','2020-12-27 16:11:24'),
(14237,8909,'action created','2020-12-27 21:11:24','2020-12-27 16:11:24'),
(14238,8909,'action started via WP Cron','2020-12-27 21:12:43','2020-12-27 16:12:43'),
(14239,8909,'action complete via WP Cron','2020-12-27 21:12:43','2020-12-27 16:12:43'),
(14240,8910,'action created','2020-12-27 21:12:43','2020-12-27 16:12:43'),
(14241,8910,'action started via WP Cron','2020-12-27 21:13:31','2020-12-27 16:13:31'),
(14242,8910,'action complete via WP Cron','2020-12-27 21:13:31','2020-12-27 16:13:31'),
(14243,8911,'action created','2020-12-27 21:13:31','2020-12-27 16:13:31'),
(14244,8911,'action started via WP Cron','2020-12-27 21:14:17','2020-12-27 16:14:17'),
(14245,8911,'action complete via WP Cron','2020-12-27 21:14:17','2020-12-27 16:14:17'),
(14246,8912,'action created','2020-12-27 21:14:17','2020-12-27 16:14:17'),
(14247,8912,'action started via WP Cron','2020-12-27 21:15:35','2020-12-27 16:15:35'),
(14248,8912,'action complete via WP Cron','2020-12-27 21:15:35','2020-12-27 16:15:35'),
(14249,8913,'action created','2020-12-27 21:15:35','2020-12-27 16:15:35'),
(14250,8913,'action started via WP Cron','2020-12-27 21:16:55','2020-12-27 16:16:55'),
(14251,8913,'action complete via WP Cron','2020-12-27 21:16:55','2020-12-27 16:16:55'),
(14252,8914,'action created','2020-12-27 21:16:55','2020-12-27 16:16:55'),
(14253,8914,'action started via WP Cron','2020-12-27 21:18:00','2020-12-27 16:18:00'),
(14254,8914,'action complete via WP Cron','2020-12-27 21:18:00','2020-12-27 16:18:00'),
(14255,8915,'action created','2020-12-27 21:18:00','2020-12-27 16:18:00'),
(14256,8915,'action started via WP Cron','2020-12-27 21:19:46','2020-12-27 16:19:46'),
(14257,8915,'action complete via WP Cron','2020-12-27 21:19:46','2020-12-27 16:19:46'),
(14258,8916,'action created','2020-12-27 21:19:46','2020-12-27 16:19:46'),
(14259,8916,'action started via WP Cron','2020-12-27 21:20:14','2020-12-27 16:20:14'),
(14260,8916,'action complete via WP Cron','2020-12-27 21:20:14','2020-12-27 16:20:14'),
(14261,8917,'action created','2020-12-27 21:20:14','2020-12-27 16:20:14'),
(14262,8917,'action started via WP Cron','2020-12-27 21:21:35','2020-12-27 16:21:35'),
(14263,8917,'action complete via WP Cron','2020-12-27 21:21:35','2020-12-27 16:21:35'),
(14264,8918,'action created','2020-12-27 21:21:35','2020-12-27 16:21:35'),
(14265,8918,'action started via WP Cron','2020-12-27 21:22:13','2020-12-27 16:22:13'),
(14266,8918,'action complete via WP Cron','2020-12-27 21:22:13','2020-12-27 16:22:13'),
(14267,8919,'action created','2020-12-27 21:22:13','2020-12-27 16:22:13'),
(14268,8919,'action started via WP Cron','2020-12-27 21:23:16','2020-12-27 16:23:16'),
(14269,8919,'action complete via WP Cron','2020-12-27 21:23:16','2020-12-27 16:23:16'),
(14270,8920,'action created','2020-12-27 21:23:16','2020-12-27 16:23:16'),
(14271,8920,'action started via WP Cron','2020-12-27 21:25:10','2020-12-27 16:25:10'),
(14272,8920,'action complete via WP Cron','2020-12-27 21:25:10','2020-12-27 16:25:10'),
(14273,8921,'action created','2020-12-27 21:25:10','2020-12-27 16:25:10'),
(14274,8921,'action started via WP Cron','2020-12-27 21:26:28','2020-12-27 16:26:28'),
(14275,8921,'action complete via WP Cron','2020-12-27 21:26:28','2020-12-27 16:26:28'),
(14276,8922,'action created','2020-12-27 21:26:28','2020-12-27 16:26:28'),
(14277,8922,'action started via WP Cron','2020-12-27 21:27:48','2020-12-27 16:27:48'),
(14278,8922,'action complete via WP Cron','2020-12-27 21:27:48','2020-12-27 16:27:48'),
(14279,8923,'action created','2020-12-27 21:27:48','2020-12-27 16:27:48'),
(14280,8923,'action started via WP Cron','2020-12-27 21:29:23','2020-12-27 16:29:23'),
(14281,8923,'action complete via WP Cron','2020-12-27 21:29:23','2020-12-27 16:29:23'),
(14282,8924,'action created','2020-12-27 21:29:23','2020-12-27 16:29:23'),
(14283,8924,'action started via WP Cron','2020-12-27 21:30:57','2020-12-27 16:30:57'),
(14284,8924,'action complete via WP Cron','2020-12-27 21:30:57','2020-12-27 16:30:57'),
(14285,8925,'action created','2020-12-27 21:30:57','2020-12-27 16:30:57'),
(14286,8925,'action started via WP Cron','2020-12-27 21:32:36','2020-12-27 16:32:36'),
(14287,8925,'action complete via WP Cron','2020-12-27 21:32:37','2020-12-27 16:32:37'),
(14288,8926,'action created','2020-12-27 21:32:37','2020-12-27 16:32:37'),
(14289,8926,'action started via WP Cron','2020-12-27 21:34:02','2020-12-27 16:34:02'),
(14290,8926,'action complete via WP Cron','2020-12-27 21:34:02','2020-12-27 16:34:02'),
(14291,8927,'action created','2020-12-27 21:34:02','2020-12-27 16:34:02'),
(14292,8927,'action started via WP Cron','2020-12-27 21:36:02','2020-12-27 16:36:02'),
(14293,8927,'action complete via WP Cron','2020-12-27 21:36:02','2020-12-27 16:36:02'),
(14294,8928,'action created','2020-12-27 21:36:02','2020-12-27 16:36:02'),
(14295,8928,'action started via WP Cron','2020-12-27 21:36:18','2020-12-27 16:36:18'),
(14296,8928,'action complete via WP Cron','2020-12-27 21:36:18','2020-12-27 16:36:18'),
(14297,8929,'action created','2020-12-27 21:36:18','2020-12-27 16:36:18'),
(14298,8929,'action started via WP Cron','2020-12-27 21:37:56','2020-12-27 16:37:56'),
(14299,8929,'action complete via WP Cron','2020-12-27 21:37:56','2020-12-27 16:37:56'),
(14300,8930,'action created','2020-12-27 21:37:56','2020-12-27 16:37:56'),
(14301,8930,'action started via WP Cron','2020-12-27 21:39:54','2020-12-27 16:39:54'),
(14302,8930,'action complete via WP Cron','2020-12-27 21:39:54','2020-12-27 16:39:54'),
(14303,8931,'action created','2020-12-27 21:39:54','2020-12-27 16:39:54'),
(14304,8931,'action started via WP Cron','2020-12-27 21:43:59','2020-12-27 16:43:59'),
(14305,8931,'action complete via WP Cron','2020-12-27 21:43:59','2020-12-27 16:43:59'),
(14306,8932,'action created','2020-12-27 21:43:59','2020-12-27 16:43:59'),
(14307,8932,'action started via WP Cron','2020-12-27 21:44:53','2020-12-27 16:44:53'),
(14308,8932,'action complete via WP Cron','2020-12-27 21:44:53','2020-12-27 16:44:53'),
(14309,8933,'action created','2020-12-27 21:44:54','2020-12-27 16:44:54'),
(14310,8933,'action started via WP Cron','2020-12-27 21:45:20','2020-12-27 16:45:20'),
(14311,8933,'action complete via WP Cron','2020-12-27 21:45:20','2020-12-27 16:45:20'),
(14312,8934,'action created','2020-12-27 21:45:20','2020-12-27 16:45:20'),
(14313,8934,'action started via WP Cron','2020-12-27 21:47:41','2020-12-27 16:47:41'),
(14314,8934,'action complete via WP Cron','2020-12-27 21:47:41','2020-12-27 16:47:41'),
(14315,8935,'action created','2020-12-27 21:47:41','2020-12-27 16:47:41'),
(14316,8935,'action started via WP Cron','2020-12-27 21:48:41','2020-12-27 16:48:41'),
(14317,8935,'action complete via WP Cron','2020-12-27 21:48:41','2020-12-27 16:48:41'),
(14318,8936,'action created','2020-12-27 21:48:42','2020-12-27 16:48:42'),
(14319,8936,'action started via WP Cron','2020-12-27 21:50:47','2020-12-27 16:50:47'),
(14320,8936,'action complete via WP Cron','2020-12-27 21:50:47','2020-12-27 16:50:47'),
(14321,8937,'action created','2020-12-27 21:50:47','2020-12-27 16:50:47'),
(14322,8937,'action started via WP Cron','2020-12-27 21:51:51','2020-12-27 16:51:51'),
(14323,8937,'action complete via WP Cron','2020-12-27 21:51:51','2020-12-27 16:51:51'),
(14324,8938,'action created','2020-12-27 21:51:51','2020-12-27 16:51:51'),
(14325,8938,'action started via WP Cron','2020-12-27 21:52:19','2020-12-27 16:52:19'),
(14326,8938,'action complete via WP Cron','2020-12-27 21:52:19','2020-12-27 16:52:19'),
(14327,8939,'action created','2020-12-27 21:52:19','2020-12-27 16:52:19'),
(14328,8939,'action started via WP Cron','2020-12-27 21:53:16','2020-12-27 16:53:16'),
(14329,8939,'action complete via WP Cron','2020-12-27 21:53:16','2020-12-27 16:53:16'),
(14330,8940,'action created','2020-12-27 21:53:16','2020-12-27 16:53:16'),
(14331,8940,'action started via WP Cron','2020-12-27 21:55:33','2020-12-27 16:55:33'),
(14332,8940,'action complete via WP Cron','2020-12-27 21:55:33','2020-12-27 16:55:33'),
(14333,8941,'action created','2020-12-27 21:55:33','2020-12-27 16:55:33'),
(14334,8941,'action started via WP Cron','2020-12-27 21:58:28','2020-12-27 16:58:28'),
(14335,8941,'action complete via WP Cron','2020-12-27 21:58:28','2020-12-27 16:58:28'),
(14336,8942,'action created','2020-12-27 21:58:28','2020-12-27 16:58:28'),
(14337,8942,'action started via WP Cron','2020-12-27 21:59:36','2020-12-27 16:59:36'),
(14338,8942,'action complete via WP Cron','2020-12-27 21:59:36','2020-12-27 16:59:36'),
(14339,8943,'action created','2020-12-27 21:59:36','2020-12-27 16:59:36'),
(14340,8943,'action started via WP Cron','2020-12-27 22:04:47','2020-12-27 17:04:47'),
(14341,8943,'action complete via WP Cron','2020-12-27 22:04:47','2020-12-27 17:04:47'),
(14342,8944,'action created','2020-12-27 22:04:47','2020-12-27 17:04:47'),
(14343,8944,'action started via WP Cron','2020-12-27 22:05:22','2020-12-27 17:05:22'),
(14344,8944,'action complete via WP Cron','2020-12-27 22:05:22','2020-12-27 17:05:22'),
(14345,8945,'action created','2020-12-27 22:05:23','2020-12-27 17:05:23'),
(14346,8945,'action started via WP Cron','2020-12-27 22:06:28','2020-12-27 17:06:28'),
(14347,8945,'action complete via WP Cron','2020-12-27 22:06:28','2020-12-27 17:06:28'),
(14348,8946,'action created','2020-12-27 22:06:28','2020-12-27 17:06:28'),
(14349,8946,'action started via WP Cron','2020-12-27 22:08:06','2020-12-27 17:08:06'),
(14350,8946,'action complete via WP Cron','2020-12-27 22:08:06','2020-12-27 17:08:06'),
(14351,8947,'action created','2020-12-27 22:08:06','2020-12-27 17:08:06'),
(14352,8947,'action started via WP Cron','2020-12-27 22:09:27','2020-12-27 17:09:27'),
(14353,8947,'action complete via WP Cron','2020-12-27 22:09:27','2020-12-27 17:09:27'),
(14354,8948,'action created','2020-12-27 22:09:27','2020-12-27 17:09:27'),
(14355,8948,'action started via WP Cron','2020-12-27 22:10:28','2020-12-27 17:10:28'),
(14356,8948,'action complete via WP Cron','2020-12-27 22:10:28','2020-12-27 17:10:28'),
(14357,8949,'action created','2020-12-27 22:10:29','2020-12-27 17:10:29'),
(14358,8949,'action started via WP Cron','2020-12-27 22:16:07','2020-12-27 17:16:07'),
(14359,8949,'action complete via WP Cron','2020-12-27 22:16:07','2020-12-27 17:16:07'),
(14360,8950,'action created','2020-12-27 22:16:07','2020-12-27 17:16:07'),
(14361,8950,'action started via WP Cron','2020-12-27 22:17:53','2020-12-27 17:17:53'),
(14362,8950,'action complete via WP Cron','2020-12-27 22:17:53','2020-12-27 17:17:53'),
(14363,8951,'action created','2020-12-27 22:17:53','2020-12-27 17:17:53'),
(14364,8951,'action started via WP Cron','2020-12-27 22:20:33','2020-12-27 17:20:33'),
(14365,8951,'action complete via WP Cron','2020-12-27 22:20:33','2020-12-27 17:20:33'),
(14366,8952,'action created','2020-12-27 22:20:33','2020-12-27 17:20:33'),
(14367,8952,'action started via WP Cron','2020-12-27 22:21:37','2020-12-27 17:21:37'),
(14368,8952,'action complete via WP Cron','2020-12-27 22:21:37','2020-12-27 17:21:37'),
(14369,8953,'action created','2020-12-27 22:21:37','2020-12-27 17:21:37'),
(14370,8953,'action started via WP Cron','2020-12-27 22:23:25','2020-12-27 17:23:25'),
(14371,8953,'action complete via WP Cron','2020-12-27 22:23:25','2020-12-27 17:23:25'),
(14372,8954,'action created','2020-12-27 22:23:25','2020-12-27 17:23:25'),
(14373,8954,'action started via WP Cron','2020-12-27 22:24:17','2020-12-27 17:24:17'),
(14374,8954,'action complete via WP Cron','2020-12-27 22:24:17','2020-12-27 17:24:17'),
(14375,8955,'action created','2020-12-27 22:24:17','2020-12-27 17:24:17'),
(14376,8955,'action started via WP Cron','2020-12-27 22:25:35','2020-12-27 17:25:35'),
(14377,8955,'action complete via WP Cron','2020-12-27 22:25:35','2020-12-27 17:25:35'),
(14378,8956,'action created','2020-12-27 22:25:35','2020-12-27 17:25:35'),
(14379,8956,'action started via WP Cron','2020-12-27 22:27:18','2020-12-27 17:27:18'),
(14380,8956,'action complete via WP Cron','2020-12-27 22:27:18','2020-12-27 17:27:18'),
(14381,8957,'action created','2020-12-27 22:27:18','2020-12-27 17:27:18'),
(14382,8957,'action started via WP Cron','2020-12-27 22:29:13','2020-12-27 17:29:13'),
(14383,8957,'action complete via WP Cron','2020-12-27 22:29:13','2020-12-27 17:29:13'),
(14384,8958,'action created','2020-12-27 22:29:13','2020-12-27 17:29:13'),
(14385,8958,'action started via WP Cron','2020-12-27 22:31:04','2020-12-27 17:31:04'),
(14386,8958,'action complete via WP Cron','2020-12-27 22:31:04','2020-12-27 17:31:04'),
(14387,8959,'action created','2020-12-27 22:31:04','2020-12-27 17:31:04'),
(14388,8959,'action started via WP Cron','2020-12-27 22:33:39','2020-12-27 17:33:39'),
(14389,8959,'action complete via WP Cron','2020-12-27 22:33:39','2020-12-27 17:33:39'),
(14390,8960,'action created','2020-12-27 22:33:39','2020-12-27 17:33:39'),
(14391,8960,'action started via WP Cron','2020-12-27 22:35:08','2020-12-27 17:35:08'),
(14392,8960,'action complete via WP Cron','2020-12-27 22:35:08','2020-12-27 17:35:08'),
(14393,8961,'action created','2020-12-27 22:35:08','2020-12-27 17:35:08'),
(14394,8961,'action started via WP Cron','2020-12-27 22:36:17','2020-12-27 17:36:17'),
(14395,8961,'action complete via WP Cron','2020-12-27 22:36:17','2020-12-27 17:36:17'),
(14396,8962,'action created','2020-12-27 22:36:18','2020-12-27 17:36:18'),
(14397,8962,'action started via WP Cron','2020-12-27 22:38:03','2020-12-27 17:38:03'),
(14398,8962,'action complete via WP Cron','2020-12-27 22:38:03','2020-12-27 17:38:03'),
(14399,8963,'action created','2020-12-27 22:38:03','2020-12-27 17:38:03'),
(14400,8963,'action started via WP Cron','2020-12-27 22:38:34','2020-12-27 17:38:34'),
(14401,8963,'action complete via WP Cron','2020-12-27 22:38:34','2020-12-27 17:38:34'),
(14402,8964,'action created','2020-12-27 22:38:34','2020-12-27 17:38:34'),
(14403,8964,'action started via WP Cron','2020-12-27 22:39:22','2020-12-27 17:39:22'),
(14404,8964,'action complete via WP Cron','2020-12-27 22:39:22','2020-12-27 17:39:22'),
(14405,8965,'action created','2020-12-27 22:39:22','2020-12-27 17:39:22'),
(14406,8965,'action started via WP Cron','2020-12-27 22:40:13','2020-12-27 17:40:13'),
(14407,8965,'action complete via WP Cron','2020-12-27 22:40:13','2020-12-27 17:40:13'),
(14408,8966,'action created','2020-12-27 22:40:14','2020-12-27 17:40:14'),
(14409,8966,'action started via WP Cron','2020-12-27 22:42:35','2020-12-27 17:42:35'),
(14410,8966,'action complete via WP Cron','2020-12-27 22:42:35','2020-12-27 17:42:35'),
(14411,8967,'action created','2020-12-27 22:42:35','2020-12-27 17:42:35'),
(14412,8967,'action started via WP Cron','2020-12-27 22:43:37','2020-12-27 17:43:37'),
(14413,8967,'action complete via WP Cron','2020-12-27 22:43:37','2020-12-27 17:43:37'),
(14414,8968,'action created','2020-12-27 22:43:37','2020-12-27 17:43:37'),
(14415,8968,'action started via WP Cron','2020-12-27 22:45:17','2020-12-27 17:45:17'),
(14416,8968,'action complete via WP Cron','2020-12-27 22:45:17','2020-12-27 17:45:17'),
(14417,8969,'action created','2020-12-27 22:45:17','2020-12-27 17:45:17'),
(14418,8969,'action started via WP Cron','2020-12-27 22:46:52','2020-12-27 17:46:52'),
(14419,8969,'action complete via WP Cron','2020-12-27 22:46:52','2020-12-27 17:46:52'),
(14420,8970,'action created','2020-12-27 22:46:52','2020-12-27 17:46:52'),
(14421,8970,'action started via WP Cron','2020-12-27 22:47:15','2020-12-27 17:47:15'),
(14422,8970,'action complete via WP Cron','2020-12-27 22:47:15','2020-12-27 17:47:15'),
(14423,8971,'action created','2020-12-27 22:47:15','2020-12-27 17:47:15'),
(14424,8971,'action started via WP Cron','2020-12-27 22:48:35','2020-12-27 17:48:35'),
(14425,8971,'action complete via WP Cron','2020-12-27 22:48:35','2020-12-27 17:48:35'),
(14426,8972,'action created','2020-12-27 22:48:35','2020-12-27 17:48:35'),
(14427,8972,'action started via WP Cron','2020-12-27 22:49:14','2020-12-27 17:49:14'),
(14428,8972,'action complete via WP Cron','2020-12-27 22:49:15','2020-12-27 17:49:15'),
(14429,8973,'action created','2020-12-27 22:49:15','2020-12-27 17:49:15'),
(14430,8973,'action started via WP Cron','2020-12-27 22:51:12','2020-12-27 17:51:12'),
(14431,8973,'action complete via WP Cron','2020-12-27 22:51:12','2020-12-27 17:51:12'),
(14432,8974,'action created','2020-12-27 22:51:13','2020-12-27 17:51:13'),
(14433,8974,'action started via WP Cron','2020-12-27 22:56:17','2020-12-27 17:56:17'),
(14434,8974,'action complete via WP Cron','2020-12-27 22:56:17','2020-12-27 17:56:17'),
(14435,8975,'action created','2020-12-27 22:56:17','2020-12-27 17:56:17'),
(14436,8975,'action started via WP Cron','2020-12-27 22:58:39','2020-12-27 17:58:39'),
(14437,8975,'action complete via WP Cron','2020-12-27 22:58:39','2020-12-27 17:58:39'),
(14438,8976,'action created','2020-12-27 22:58:39','2020-12-27 17:58:39'),
(14439,8976,'action started via WP Cron','2020-12-27 23:00:03','2020-12-27 18:00:03'),
(14440,8976,'action complete via WP Cron','2020-12-27 23:00:03','2020-12-27 18:00:03'),
(14441,8977,'action created','2020-12-27 23:02:27','2020-12-27 18:02:27'),
(14442,8977,'action started via WP Cron','2020-12-27 23:03:15','2020-12-27 18:03:15'),
(14443,8977,'action complete via WP Cron','2020-12-27 23:03:15','2020-12-27 18:03:15'),
(14444,8978,'action created','2020-12-27 23:03:15','2020-12-27 18:03:15'),
(14445,8978,'action started via WP Cron','2020-12-27 23:04:55','2020-12-27 18:04:55'),
(14446,8978,'action complete via WP Cron','2020-12-27 23:04:55','2020-12-27 18:04:55'),
(14447,8979,'action created','2020-12-27 23:04:55','2020-12-27 18:04:55'),
(14448,8979,'action started via WP Cron','2020-12-27 23:05:13','2020-12-27 18:05:13'),
(14449,8979,'action complete via WP Cron','2020-12-27 23:05:13','2020-12-27 18:05:13'),
(14450,8980,'action created','2020-12-27 23:05:13','2020-12-27 18:05:13'),
(14451,8980,'action started via WP Cron','2020-12-27 23:08:32','2020-12-27 18:08:32'),
(14452,8980,'action complete via WP Cron','2020-12-27 23:08:32','2020-12-27 18:08:32'),
(14453,8981,'action created','2020-12-27 23:08:32','2020-12-27 18:08:32'),
(14454,8981,'action started via WP Cron','2020-12-27 23:09:55','2020-12-27 18:09:55'),
(14455,8981,'action complete via WP Cron','2020-12-27 23:09:55','2020-12-27 18:09:55'),
(14456,8982,'action created','2020-12-27 23:09:55','2020-12-27 18:09:55'),
(14457,8982,'action started via WP Cron','2020-12-27 23:14:27','2020-12-27 18:14:27'),
(14458,8982,'action complete via WP Cron','2020-12-27 23:14:27','2020-12-27 18:14:27'),
(14459,8983,'action created','2020-12-27 23:14:27','2020-12-27 18:14:27'),
(14460,8983,'action started via WP Cron','2020-12-27 23:15:16','2020-12-27 18:15:16'),
(14461,8983,'action complete via WP Cron','2020-12-27 23:15:16','2020-12-27 18:15:16'),
(14462,8984,'action created','2020-12-27 23:15:16','2020-12-27 18:15:16'),
(14463,8984,'action started via WP Cron','2020-12-27 23:16:18','2020-12-27 18:16:18'),
(14464,8984,'action complete via WP Cron','2020-12-27 23:16:18','2020-12-27 18:16:18'),
(14465,8985,'action created','2020-12-27 23:16:18','2020-12-27 18:16:18'),
(14466,8985,'action started via WP Cron','2020-12-27 23:19:02','2020-12-27 18:19:02'),
(14467,8985,'action complete via WP Cron','2020-12-27 23:19:02','2020-12-27 18:19:02'),
(14468,8986,'action created','2020-12-27 23:19:02','2020-12-27 18:19:02'),
(14469,8986,'action started via WP Cron','2020-12-27 23:19:20','2020-12-27 18:19:20'),
(14470,8986,'action complete via WP Cron','2020-12-27 23:19:20','2020-12-27 18:19:20'),
(14471,8987,'action created','2020-12-27 23:19:20','2020-12-27 18:19:20'),
(14472,8987,'action started via WP Cron','2020-12-27 23:21:26','2020-12-27 18:21:26'),
(14473,8987,'action complete via WP Cron','2020-12-27 23:21:26','2020-12-27 18:21:26'),
(14474,8988,'action created','2020-12-27 23:21:26','2020-12-27 18:21:26'),
(14475,8988,'action started via WP Cron','2020-12-27 23:22:12','2020-12-27 18:22:12'),
(14476,8988,'action complete via WP Cron','2020-12-27 23:22:12','2020-12-27 18:22:12'),
(14477,8989,'action created','2020-12-27 23:22:12','2020-12-27 18:22:12'),
(14478,8989,'action started via WP Cron','2020-12-27 23:23:40','2020-12-27 18:23:40'),
(14479,8989,'action complete via WP Cron','2020-12-27 23:23:40','2020-12-27 18:23:40'),
(14480,8990,'action created','2020-12-27 23:23:40','2020-12-27 18:23:40'),
(14481,8990,'action started via WP Cron','2020-12-27 23:24:18','2020-12-27 18:24:18'),
(14482,8990,'action complete via WP Cron','2020-12-27 23:24:18','2020-12-27 18:24:18'),
(14483,8991,'action created','2020-12-27 23:24:18','2020-12-27 18:24:18'),
(14484,8991,'action started via WP Cron','2020-12-27 23:26:33','2020-12-27 18:26:33'),
(14485,8991,'action complete via WP Cron','2020-12-27 23:26:33','2020-12-27 18:26:33'),
(14486,8992,'action created','2020-12-27 23:26:33','2020-12-27 18:26:33'),
(14487,8992,'action started via WP Cron','2020-12-27 23:28:38','2020-12-27 18:28:38'),
(14488,8992,'action complete via WP Cron','2020-12-27 23:28:38','2020-12-27 18:28:38'),
(14489,8993,'action created','2020-12-27 23:28:41','2020-12-27 18:28:41'),
(14490,8993,'action started via WP Cron','2020-12-27 23:29:15','2020-12-27 18:29:15'),
(14491,8993,'action complete via WP Cron','2020-12-27 23:29:15','2020-12-27 18:29:15'),
(14492,8994,'action created','2020-12-27 23:29:15','2020-12-27 18:29:15'),
(14493,8994,'action started via WP Cron','2020-12-27 23:36:42','2020-12-27 18:36:42'),
(14494,8994,'action complete via WP Cron','2020-12-27 23:36:42','2020-12-27 18:36:42'),
(14495,8995,'action created','2020-12-27 23:36:42','2020-12-27 18:36:42'),
(14496,8995,'action started via WP Cron','2020-12-27 23:39:35','2020-12-27 18:39:35'),
(14497,8995,'action complete via WP Cron','2020-12-27 23:39:35','2020-12-27 18:39:35'),
(14498,8996,'action created','2020-12-27 23:39:35','2020-12-27 18:39:35'),
(14499,8996,'action started via WP Cron','2020-12-27 23:41:03','2020-12-27 18:41:03'),
(14500,8996,'action complete via WP Cron','2020-12-27 23:41:03','2020-12-27 18:41:03'),
(14501,8997,'action created','2020-12-27 23:41:03','2020-12-27 18:41:03'),
(14502,8997,'action started via WP Cron','2020-12-27 23:41:33','2020-12-27 18:41:33'),
(14503,8997,'action complete via WP Cron','2020-12-27 23:41:33','2020-12-27 18:41:33'),
(14504,8998,'action created','2020-12-27 23:41:33','2020-12-27 18:41:33'),
(14505,8998,'action started via WP Cron','2020-12-27 23:43:10','2020-12-27 18:43:10'),
(14506,8998,'action complete via WP Cron','2020-12-27 23:43:10','2020-12-27 18:43:10'),
(14507,8999,'action created','2020-12-27 23:43:10','2020-12-27 18:43:10'),
(14508,8999,'action started via WP Cron','2020-12-27 23:44:33','2020-12-27 18:44:33'),
(14509,8999,'action complete via WP Cron','2020-12-27 23:44:33','2020-12-27 18:44:33'),
(14510,9000,'action created','2020-12-27 23:44:33','2020-12-27 18:44:33'),
(14511,9000,'action started via WP Cron','2020-12-27 23:46:06','2020-12-27 18:46:06'),
(14512,9000,'action complete via WP Cron','2020-12-27 23:46:06','2020-12-27 18:46:06'),
(14513,9001,'action created','2020-12-27 23:46:07','2020-12-27 18:46:07'),
(14514,9001,'action started via WP Cron','2020-12-27 23:46:31','2020-12-27 18:46:31'),
(14515,9001,'action complete via WP Cron','2020-12-27 23:46:31','2020-12-27 18:46:31'),
(14516,9002,'action created','2020-12-27 23:46:31','2020-12-27 18:46:31'),
(14517,9002,'action started via WP Cron','2020-12-27 23:47:25','2020-12-27 18:47:25'),
(14518,9002,'action complete via WP Cron','2020-12-27 23:47:25','2020-12-27 18:47:25'),
(14519,9003,'action created','2020-12-27 23:47:25','2020-12-27 18:47:25'),
(14520,9003,'action started via WP Cron','2020-12-27 23:48:13','2020-12-27 18:48:13'),
(14521,9003,'action complete via WP Cron','2020-12-27 23:48:13','2020-12-27 18:48:13'),
(14522,9004,'action created','2020-12-27 23:48:13','2020-12-27 18:48:13'),
(14523,9004,'action started via WP Cron','2020-12-27 23:49:43','2020-12-27 18:49:43'),
(14524,9004,'action complete via WP Cron','2020-12-27 23:49:43','2020-12-27 18:49:43'),
(14525,9005,'action created','2020-12-27 23:49:43','2020-12-27 18:49:43'),
(14526,9005,'action started via WP Cron','2020-12-27 23:50:12','2020-12-27 18:50:12'),
(14527,9005,'action complete via WP Cron','2020-12-27 23:50:12','2020-12-27 18:50:12'),
(14528,9006,'action created','2020-12-27 23:50:12','2020-12-27 18:50:12'),
(14529,9006,'action started via WP Cron','2020-12-27 23:52:55','2020-12-27 18:52:55'),
(14530,9006,'action complete via WP Cron','2020-12-27 23:52:55','2020-12-27 18:52:55'),
(14531,9007,'action created','2020-12-27 23:52:55','2020-12-27 18:52:55'),
(14532,9007,'action started via WP Cron','2020-12-27 23:53:29','2020-12-27 18:53:29'),
(14533,9007,'action complete via WP Cron','2020-12-27 23:53:29','2020-12-27 18:53:29'),
(14534,9008,'action created','2020-12-27 23:53:29','2020-12-27 18:53:29'),
(14535,9008,'action started via WP Cron','2020-12-27 23:54:53','2020-12-27 18:54:53'),
(14536,9008,'action complete via WP Cron','2020-12-27 23:54:53','2020-12-27 18:54:53'),
(14537,9009,'action created','2020-12-27 23:54:53','2020-12-27 18:54:53'),
(14538,9009,'action started via WP Cron','2020-12-27 23:55:37','2020-12-27 18:55:37'),
(14539,9009,'action complete via WP Cron','2020-12-27 23:55:37','2020-12-27 18:55:37'),
(14540,9010,'action created','2020-12-27 23:55:37','2020-12-27 18:55:37'),
(14541,9010,'action started via WP Cron','2020-12-27 23:56:51','2020-12-27 18:56:51'),
(14542,9010,'action complete via WP Cron','2020-12-27 23:56:51','2020-12-27 18:56:51'),
(14543,9011,'action created','2020-12-27 23:56:51','2020-12-27 18:56:51'),
(14544,9011,'action started via WP Cron','2020-12-27 23:57:39','2020-12-27 18:57:39'),
(14545,9011,'action complete via WP Cron','2020-12-27 23:57:39','2020-12-27 18:57:39'),
(14546,9012,'action created','2020-12-27 23:57:39','2020-12-27 18:57:39'),
(14547,9012,'action started via WP Cron','2020-12-27 23:59:56','2020-12-27 18:59:56'),
(14548,9012,'action complete via WP Cron','2020-12-27 23:59:56','2020-12-27 18:59:56'),
(14549,9013,'action created','2020-12-27 23:59:56','2020-12-27 18:59:56'),
(14550,9013,'action started via WP Cron','2020-12-28 00:01:53','2020-12-27 19:01:53'),
(14551,9013,'action complete via WP Cron','2020-12-28 00:01:53','2020-12-27 19:01:53'),
(14552,9014,'action created','2020-12-28 00:01:53','2020-12-27 19:01:53'),
(14553,9014,'action started via WP Cron','2020-12-28 00:02:51','2020-12-27 19:02:51'),
(14554,9014,'action complete via WP Cron','2020-12-28 00:02:51','2020-12-27 19:02:51'),
(14555,9015,'action created','2020-12-28 00:02:51','2020-12-27 19:02:51'),
(14556,9015,'action started via WP Cron','2020-12-28 00:04:05','2020-12-27 19:04:05'),
(14557,9015,'action complete via WP Cron','2020-12-28 00:04:05','2020-12-27 19:04:05'),
(14558,9016,'action created','2020-12-28 00:04:05','2020-12-27 19:04:05'),
(14559,9016,'action started via WP Cron','2020-12-28 00:04:21','2020-12-27 19:04:21'),
(14560,9016,'action complete via WP Cron','2020-12-28 00:04:21','2020-12-27 19:04:21'),
(14561,9017,'action created','2020-12-28 00:04:21','2020-12-27 19:04:21'),
(14562,9017,'action started via WP Cron','2020-12-28 00:06:01','2020-12-27 19:06:01'),
(14563,9017,'action complete via WP Cron','2020-12-28 00:06:01','2020-12-27 19:06:01'),
(14564,9018,'action created','2020-12-28 00:06:01','2020-12-27 19:06:01'),
(14565,9018,'action started via WP Cron','2020-12-28 00:06:17','2020-12-27 19:06:17'),
(14566,9018,'action complete via WP Cron','2020-12-28 00:06:17','2020-12-27 19:06:17'),
(14567,9019,'action created','2020-12-28 00:06:17','2020-12-27 19:06:17'),
(14568,9019,'action started via WP Cron','2020-12-28 00:08:45','2020-12-27 19:08:45'),
(14569,9019,'action complete via WP Cron','2020-12-28 00:08:45','2020-12-27 19:08:45'),
(14570,9020,'action created','2020-12-28 00:08:45','2020-12-27 19:08:45'),
(14571,9020,'action started via WP Cron','2020-12-28 00:10:21','2020-12-27 19:10:21'),
(14572,9020,'action complete via WP Cron','2020-12-28 00:10:21','2020-12-27 19:10:21'),
(14573,9021,'action created','2020-12-28 00:10:21','2020-12-27 19:10:21'),
(14574,9021,'action started via WP Cron','2020-12-28 00:12:02','2020-12-27 19:12:02'),
(14575,9021,'action complete via WP Cron','2020-12-28 00:12:02','2020-12-27 19:12:02'),
(14576,9022,'action created','2020-12-28 00:12:02','2020-12-27 19:12:02'),
(14577,9022,'action started via WP Cron','2020-12-28 00:12:36','2020-12-27 19:12:36'),
(14578,9022,'action complete via WP Cron','2020-12-28 00:12:36','2020-12-27 19:12:36'),
(14579,9023,'action created','2020-12-28 00:12:36','2020-12-27 19:12:36'),
(14580,9023,'action started via WP Cron','2020-12-28 00:16:43','2020-12-27 19:16:43'),
(14581,9023,'action complete via WP Cron','2020-12-28 00:16:43','2020-12-27 19:16:43'),
(14582,9024,'action created','2020-12-28 00:16:43','2020-12-27 19:16:43'),
(14583,9024,'action started via WP Cron','2020-12-28 00:17:47','2020-12-27 19:17:47'),
(14584,9024,'action complete via WP Cron','2020-12-28 00:17:47','2020-12-27 19:17:47'),
(14585,9025,'action created','2020-12-28 00:17:47','2020-12-27 19:17:47'),
(14586,9025,'action started via WP Cron','2020-12-28 00:18:24','2020-12-27 19:18:24'),
(14587,9025,'action complete via WP Cron','2020-12-28 00:18:24','2020-12-27 19:18:24'),
(14588,9026,'action created','2020-12-28 00:18:24','2020-12-27 19:18:24'),
(14589,9026,'action started via WP Cron','2020-12-28 00:19:33','2020-12-27 19:19:33'),
(14590,9026,'action complete via WP Cron','2020-12-28 00:19:33','2020-12-27 19:19:33'),
(14591,9027,'action created','2020-12-28 00:19:33','2020-12-27 19:19:33'),
(14592,9027,'action started via WP Cron','2020-12-28 00:21:17','2020-12-27 19:21:17'),
(14593,9027,'action complete via WP Cron','2020-12-28 00:21:17','2020-12-27 19:21:17'),
(14594,9028,'action created','2020-12-28 00:21:17','2020-12-27 19:21:17'),
(14595,9028,'action started via WP Cron','2020-12-28 00:24:22','2020-12-27 19:24:22'),
(14596,9028,'action complete via WP Cron','2020-12-28 00:24:22','2020-12-27 19:24:22'),
(14597,9029,'action created','2020-12-28 00:24:23','2020-12-27 19:24:23'),
(14598,9029,'action started via WP Cron','2020-12-28 00:26:06','2020-12-27 19:26:06'),
(14599,9029,'action complete via WP Cron','2020-12-28 00:26:06','2020-12-27 19:26:06'),
(14600,9030,'action created','2020-12-28 00:26:06','2020-12-27 19:26:06'),
(14601,9030,'action started via WP Cron','2020-12-28 00:27:09','2020-12-27 19:27:09'),
(14602,9030,'action complete via WP Cron','2020-12-28 00:27:09','2020-12-27 19:27:09'),
(14603,9031,'action created','2020-12-28 00:27:09','2020-12-27 19:27:09'),
(14604,9031,'action started via WP Cron','2020-12-28 00:28:14','2020-12-27 19:28:14'),
(14605,9031,'action complete via WP Cron','2020-12-28 00:28:14','2020-12-27 19:28:14'),
(14606,9032,'action created','2020-12-28 00:28:14','2020-12-27 19:28:14'),
(14607,9032,'action started via WP Cron','2020-12-28 00:32:35','2020-12-27 19:32:35'),
(14608,9032,'action complete via WP Cron','2020-12-28 00:32:35','2020-12-27 19:32:35'),
(14609,9033,'action created','2020-12-28 00:32:35','2020-12-27 19:32:35'),
(14610,9033,'action started via WP Cron','2020-12-28 00:33:22','2020-12-27 19:33:22'),
(14611,9033,'action complete via WP Cron','2020-12-28 00:33:22','2020-12-27 19:33:22'),
(14612,9034,'action created','2020-12-28 00:33:22','2020-12-27 19:33:22'),
(14613,9034,'action started via WP Cron','2020-12-28 00:39:13','2020-12-27 19:39:13'),
(14614,9034,'action complete via WP Cron','2020-12-28 00:39:13','2020-12-27 19:39:13'),
(14615,9035,'action created','2020-12-28 00:39:13','2020-12-27 19:39:13'),
(14616,9035,'action started via WP Cron','2020-12-28 00:40:34','2020-12-27 19:40:34'),
(14617,9035,'action complete via WP Cron','2020-12-28 00:40:34','2020-12-27 19:40:34'),
(14618,9036,'action created','2020-12-28 00:40:34','2020-12-27 19:40:34'),
(14619,9036,'action started via WP Cron','2020-12-28 00:41:27','2020-12-27 19:41:27'),
(14620,9036,'action complete via WP Cron','2020-12-28 00:41:27','2020-12-27 19:41:27'),
(14621,9037,'action created','2020-12-28 00:41:27','2020-12-27 19:41:27'),
(14622,9037,'action started via WP Cron','2020-12-28 00:44:03','2020-12-27 19:44:03'),
(14623,9037,'action complete via WP Cron','2020-12-28 00:44:03','2020-12-27 19:44:03'),
(14624,9038,'action created','2020-12-28 00:44:03','2020-12-27 19:44:03'),
(14625,9038,'action started via WP Cron','2020-12-28 00:44:17','2020-12-27 19:44:17'),
(14626,9038,'action complete via WP Cron','2020-12-28 00:44:17','2020-12-27 19:44:17'),
(14627,9039,'action created','2020-12-28 00:44:17','2020-12-27 19:44:17'),
(14628,9039,'action started via WP Cron','2020-12-28 00:45:21','2020-12-27 19:45:21'),
(14629,9039,'action complete via WP Cron','2020-12-28 00:45:21','2020-12-27 19:45:21'),
(14630,9040,'action created','2020-12-28 00:45:21','2020-12-27 19:45:21'),
(14631,9040,'action started via WP Cron','2020-12-28 00:46:25','2020-12-27 19:46:25'),
(14632,9040,'action complete via WP Cron','2020-12-28 00:46:25','2020-12-27 19:46:25'),
(14633,9041,'action created','2020-12-28 00:46:25','2020-12-27 19:46:25'),
(14634,9041,'action started via WP Cron','2020-12-28 00:48:17','2020-12-27 19:48:17'),
(14635,9041,'action complete via WP Cron','2020-12-28 00:48:17','2020-12-27 19:48:17'),
(14636,9042,'action created','2020-12-28 00:48:17','2020-12-27 19:48:17'),
(14637,9042,'action started via WP Cron','2020-12-28 00:49:22','2020-12-27 19:49:22'),
(14638,9042,'action complete via WP Cron','2020-12-28 00:49:22','2020-12-27 19:49:22'),
(14639,9043,'action created','2020-12-28 00:49:22','2020-12-27 19:49:22'),
(14640,9043,'action started via WP Cron','2020-12-28 00:51:41','2020-12-27 19:51:41'),
(14641,9043,'action complete via WP Cron','2020-12-28 00:51:41','2020-12-27 19:51:41'),
(14642,9044,'action created','2020-12-28 00:51:41','2020-12-27 19:51:41'),
(14643,9044,'action started via WP Cron','2020-12-28 00:52:20','2020-12-27 19:52:20'),
(14644,9044,'action complete via WP Cron','2020-12-28 00:52:20','2020-12-27 19:52:20'),
(14645,9045,'action created','2020-12-28 00:52:20','2020-12-27 19:52:20'),
(14646,9045,'action started via WP Cron','2020-12-28 00:56:26','2020-12-27 19:56:26'),
(14647,9045,'action complete via WP Cron','2020-12-28 00:56:26','2020-12-27 19:56:26'),
(14648,9046,'action created','2020-12-28 00:56:26','2020-12-27 19:56:26'),
(14649,9046,'action started via WP Cron','2020-12-28 00:59:08','2020-12-27 19:59:08'),
(14650,9046,'action complete via WP Cron','2020-12-28 00:59:08','2020-12-27 19:59:08'),
(14651,9047,'action created','2020-12-28 00:59:08','2020-12-27 19:59:08'),
(14652,9047,'action started via WP Cron','2020-12-28 01:00:16','2020-12-27 20:00:16'),
(14653,9047,'action complete via WP Cron','2020-12-28 01:00:16','2020-12-27 20:00:16'),
(14654,9048,'action created','2020-12-28 01:00:16','2020-12-27 20:00:16'),
(14655,9048,'action started via WP Cron','2020-12-28 01:02:57','2020-12-27 20:02:57'),
(14656,9048,'action complete via WP Cron','2020-12-28 01:02:57','2020-12-27 20:02:57'),
(14657,9049,'action created','2020-12-28 01:02:57','2020-12-27 20:02:57'),
(14658,8140,'action started via WP Cron','2020-12-28 01:07:13','2020-12-27 20:07:13'),
(14659,8140,'action complete via WP Cron','2020-12-28 01:07:13','2020-12-27 20:07:13'),
(14660,9050,'action created','2020-12-28 01:07:13','2020-12-27 20:07:13'),
(14661,9049,'action started via WP Cron','2020-12-28 01:07:13','2020-12-27 20:07:13'),
(14662,9049,'action complete via WP Cron','2020-12-28 01:07:13','2020-12-27 20:07:13'),
(14663,9051,'action created','2020-12-28 01:07:13','2020-12-27 20:07:13'),
(14664,9051,'action started via WP Cron','2020-12-28 01:08:19','2020-12-27 20:08:19'),
(14665,9051,'action complete via WP Cron','2020-12-28 01:08:19','2020-12-27 20:08:19'),
(14666,9052,'action created','2020-12-28 01:08:20','2020-12-27 20:08:20'),
(14667,9052,'action started via WP Cron','2020-12-28 01:09:20','2020-12-27 20:09:20'),
(14668,9052,'action complete via WP Cron','2020-12-28 01:09:20','2020-12-27 20:09:20'),
(14669,9053,'action created','2020-12-28 01:09:20','2020-12-27 20:09:20'),
(14670,9053,'action started via WP Cron','2020-12-28 01:11:19','2020-12-27 20:11:19'),
(14671,9053,'action complete via WP Cron','2020-12-28 01:11:19','2020-12-27 20:11:19'),
(14672,9054,'action created','2020-12-28 01:11:19','2020-12-27 20:11:19'),
(14673,9054,'action started via WP Cron','2020-12-28 01:12:58','2020-12-27 20:12:58'),
(14674,9054,'action complete via WP Cron','2020-12-28 01:12:58','2020-12-27 20:12:58'),
(14675,9055,'action created','2020-12-28 01:12:58','2020-12-27 20:12:58'),
(14676,9055,'action started via WP Cron','2020-12-28 01:13:31','2020-12-27 20:13:31'),
(14677,9055,'action complete via WP Cron','2020-12-28 01:13:31','2020-12-27 20:13:31'),
(14678,9056,'action created','2020-12-28 01:13:31','2020-12-27 20:13:31'),
(14679,9056,'action started via WP Cron','2020-12-28 01:16:47','2020-12-27 20:16:47'),
(14680,9056,'action complete via WP Cron','2020-12-28 01:16:47','2020-12-27 20:16:47'),
(14681,9057,'action created','2020-12-28 01:16:47','2020-12-27 20:16:47'),
(14682,9057,'action started via WP Cron','2020-12-28 01:18:50','2020-12-27 20:18:50'),
(14683,9057,'action complete via WP Cron','2020-12-28 01:18:50','2020-12-27 20:18:50'),
(14684,9058,'action created','2020-12-28 01:18:50','2020-12-27 20:18:50'),
(14685,9058,'action started via WP Cron','2020-12-28 01:20:09','2020-12-27 20:20:09'),
(14686,9058,'action complete via WP Cron','2020-12-28 01:20:09','2020-12-27 20:20:09'),
(14687,9059,'action created','2020-12-28 01:20:09','2020-12-27 20:20:09'),
(14688,9059,'action started via WP Cron','2020-12-28 01:21:36','2020-12-27 20:21:36'),
(14689,9059,'action complete via WP Cron','2020-12-28 01:21:36','2020-12-27 20:21:36'),
(14690,9060,'action created','2020-12-28 01:21:36','2020-12-27 20:21:36'),
(14691,9060,'action started via WP Cron','2020-12-28 01:22:46','2020-12-27 20:22:46'),
(14692,9060,'action complete via WP Cron','2020-12-28 01:22:46','2020-12-27 20:22:46'),
(14693,9061,'action created','2020-12-28 01:22:46','2020-12-27 20:22:46'),
(14694,9061,'action started via WP Cron','2020-12-28 01:23:31','2020-12-27 20:23:31'),
(14695,9061,'action complete via WP Cron','2020-12-28 01:23:31','2020-12-27 20:23:31'),
(14696,9062,'action created','2020-12-28 01:23:31','2020-12-27 20:23:31'),
(14697,9062,'action started via WP Cron','2020-12-28 01:24:28','2020-12-27 20:24:28'),
(14698,9062,'action complete via WP Cron','2020-12-28 01:24:28','2020-12-27 20:24:28'),
(14699,9063,'action created','2020-12-28 01:24:28','2020-12-27 20:24:28'),
(14700,9063,'action started via WP Cron','2020-12-28 01:25:39','2020-12-27 20:25:39'),
(14701,9063,'action complete via WP Cron','2020-12-28 01:25:39','2020-12-27 20:25:39'),
(14702,9064,'action created','2020-12-28 01:25:39','2020-12-27 20:25:39'),
(14703,9064,'action started via WP Cron','2020-12-28 01:26:48','2020-12-27 20:26:48'),
(14704,9064,'action complete via WP Cron','2020-12-28 01:26:48','2020-12-27 20:26:48'),
(14705,9065,'action created','2020-12-28 01:26:48','2020-12-27 20:26:48'),
(14706,9065,'action started via WP Cron','2020-12-28 01:27:32','2020-12-27 20:27:32'),
(14707,9065,'action complete via WP Cron','2020-12-28 01:27:32','2020-12-27 20:27:32'),
(14708,9066,'action created','2020-12-28 01:27:32','2020-12-27 20:27:32'),
(14709,9066,'action started via WP Cron','2020-12-28 01:28:48','2020-12-27 20:28:48'),
(14710,9066,'action complete via WP Cron','2020-12-28 01:28:48','2020-12-27 20:28:48'),
(14711,9067,'action created','2020-12-28 01:28:49','2020-12-27 20:28:49'),
(14712,9067,'action started via WP Cron','2020-12-28 01:29:40','2020-12-27 20:29:40'),
(14713,9067,'action complete via WP Cron','2020-12-28 01:29:40','2020-12-27 20:29:40'),
(14714,9068,'action created','2020-12-28 01:29:40','2020-12-27 20:29:40'),
(14715,9068,'action started via WP Cron','2020-12-28 01:31:13','2020-12-27 20:31:13'),
(14716,9068,'action complete via WP Cron','2020-12-28 01:31:13','2020-12-27 20:31:13'),
(14717,9069,'action created','2020-12-28 01:31:13','2020-12-27 20:31:13'),
(14718,9069,'action started via WP Cron','2020-12-28 01:32:42','2020-12-27 20:32:42'),
(14719,9069,'action complete via WP Cron','2020-12-28 01:32:42','2020-12-27 20:32:42'),
(14720,9070,'action created','2020-12-28 01:32:42','2020-12-27 20:32:42'),
(14721,9070,'action started via WP Cron','2020-12-28 01:33:14','2020-12-27 20:33:14'),
(14722,9070,'action complete via WP Cron','2020-12-28 01:33:14','2020-12-27 20:33:14'),
(14723,9071,'action created','2020-12-28 01:33:14','2020-12-27 20:33:14'),
(14724,9071,'action started via WP Cron','2020-12-28 01:38:01','2020-12-27 20:38:01'),
(14725,9071,'action complete via WP Cron','2020-12-28 01:38:01','2020-12-27 20:38:01'),
(14726,9072,'action created','2020-12-28 01:38:01','2020-12-27 20:38:01'),
(14727,9072,'action started via WP Cron','2020-12-28 01:38:59','2020-12-27 20:38:59'),
(14728,9072,'action complete via WP Cron','2020-12-28 01:38:59','2020-12-27 20:38:59'),
(14729,9073,'action created','2020-12-28 01:38:59','2020-12-27 20:38:59'),
(14730,9073,'action started via WP Cron','2020-12-28 01:39:19','2020-12-27 20:39:19'),
(14731,9073,'action complete via WP Cron','2020-12-28 01:39:19','2020-12-27 20:39:19'),
(14732,9074,'action created','2020-12-28 01:43:44','2020-12-27 20:43:44'),
(14733,9074,'action started via WP Cron','2020-12-28 01:46:30','2020-12-27 20:46:30'),
(14734,9074,'action complete via WP Cron','2020-12-28 01:46:30','2020-12-27 20:46:30'),
(14735,9075,'action created','2020-12-28 01:46:30','2020-12-27 20:46:30'),
(14736,9075,'action started via WP Cron','2020-12-28 01:49:03','2020-12-27 20:49:03'),
(14737,9075,'action complete via WP Cron','2020-12-28 01:49:03','2020-12-27 20:49:03'),
(14738,9076,'action created','2020-12-28 01:49:03','2020-12-27 20:49:03'),
(14739,9076,'action started via WP Cron','2020-12-28 01:52:47','2020-12-27 20:52:47'),
(14740,9076,'action complete via WP Cron','2020-12-28 01:52:47','2020-12-27 20:52:47'),
(14741,9077,'action created','2020-12-28 01:52:47','2020-12-27 20:52:47'),
(14742,9077,'action started via WP Cron','2020-12-28 01:55:23','2020-12-27 20:55:23'),
(14743,9077,'action complete via WP Cron','2020-12-28 01:55:23','2020-12-27 20:55:23'),
(14744,9078,'action created','2020-12-28 01:55:23','2020-12-27 20:55:23'),
(14745,9078,'action started via WP Cron','2020-12-28 01:57:41','2020-12-27 20:57:41'),
(14746,9078,'action complete via WP Cron','2020-12-28 01:57:41','2020-12-27 20:57:41'),
(14747,9079,'action created','2020-12-28 01:57:41','2020-12-27 20:57:41'),
(14748,9079,'action started via WP Cron','2020-12-28 01:59:29','2020-12-27 20:59:29'),
(14749,9079,'action complete via WP Cron','2020-12-28 01:59:29','2020-12-27 20:59:29'),
(14750,9080,'action created','2020-12-28 01:59:29','2020-12-27 20:59:29'),
(14751,9080,'action started via WP Cron','2020-12-28 02:01:41','2020-12-27 21:01:41'),
(14752,9080,'action complete via WP Cron','2020-12-28 02:01:41','2020-12-27 21:01:41'),
(14753,9081,'action created','2020-12-28 02:01:41','2020-12-27 21:01:41'),
(14754,9081,'action started via WP Cron','2020-12-28 02:03:15','2020-12-27 21:03:15'),
(14755,9081,'action complete via WP Cron','2020-12-28 02:03:15','2020-12-27 21:03:15'),
(14756,9082,'action created','2020-12-28 02:03:15','2020-12-27 21:03:15'),
(14757,9082,'action started via WP Cron','2020-12-28 02:05:45','2020-12-27 21:05:45'),
(14758,9082,'action complete via WP Cron','2020-12-28 02:05:45','2020-12-27 21:05:45'),
(14759,9083,'action created','2020-12-28 02:05:45','2020-12-27 21:05:45'),
(14760,9083,'action started via WP Cron','2020-12-28 02:08:45','2020-12-27 21:08:45'),
(14761,9083,'action complete via WP Cron','2020-12-28 02:08:45','2020-12-27 21:08:45'),
(14762,9084,'action created','2020-12-28 02:08:45','2020-12-27 21:08:45'),
(14763,9084,'action started via WP Cron','2020-12-28 02:12:31','2020-12-27 21:12:31'),
(14764,9084,'action complete via WP Cron','2020-12-28 02:12:31','2020-12-27 21:12:31'),
(14765,9085,'action created','2020-12-28 02:12:31','2020-12-27 21:12:31'),
(14766,9085,'action started via WP Cron','2020-12-28 02:13:20','2020-12-27 21:13:20'),
(14767,9085,'action complete via WP Cron','2020-12-28 02:13:20','2020-12-27 21:13:20'),
(14768,9086,'action created','2020-12-28 02:13:20','2020-12-27 21:13:20'),
(14769,9086,'action started via WP Cron','2020-12-28 02:17:03','2020-12-27 21:17:03'),
(14770,9086,'action complete via WP Cron','2020-12-28 02:17:03','2020-12-27 21:17:03'),
(14771,9087,'action created','2020-12-28 02:17:03','2020-12-27 21:17:03'),
(14772,9087,'action started via WP Cron','2020-12-28 02:18:10','2020-12-27 21:18:10'),
(14773,9087,'action complete via WP Cron','2020-12-28 02:18:10','2020-12-27 21:18:10'),
(14774,9088,'action created','2020-12-28 02:18:10','2020-12-27 21:18:10'),
(14775,9088,'action started via WP Cron','2020-12-28 02:19:37','2020-12-27 21:19:37'),
(14776,9088,'action complete via WP Cron','2020-12-28 02:19:37','2020-12-27 21:19:37'),
(14777,9089,'action created','2020-12-28 02:19:37','2020-12-27 21:19:37'),
(14778,9089,'action started via WP Cron','2020-12-28 02:21:36','2020-12-27 21:21:36'),
(14779,9089,'action complete via WP Cron','2020-12-28 02:21:36','2020-12-27 21:21:36'),
(14780,9090,'action created','2020-12-28 02:21:36','2020-12-27 21:21:36'),
(14781,9090,'action started via WP Cron','2020-12-28 02:23:35','2020-12-27 21:23:35'),
(14782,9090,'action complete via WP Cron','2020-12-28 02:23:35','2020-12-27 21:23:35'),
(14783,9091,'action created','2020-12-28 02:23:35','2020-12-27 21:23:35'),
(14784,9091,'action started via WP Cron','2020-12-28 02:25:57','2020-12-27 21:25:57'),
(14785,9091,'action complete via WP Cron','2020-12-28 02:25:57','2020-12-27 21:25:57'),
(14786,9092,'action created','2020-12-28 02:25:57','2020-12-27 21:25:57'),
(14787,9092,'action started via WP Cron','2020-12-28 02:29:36','2020-12-27 21:29:36'),
(14788,9092,'action complete via WP Cron','2020-12-28 02:29:37','2020-12-27 21:29:37'),
(14789,9093,'action created','2020-12-28 02:29:37','2020-12-27 21:29:37'),
(14790,9093,'action started via WP Cron','2020-12-28 02:30:56','2020-12-27 21:30:56'),
(14791,9093,'action complete via WP Cron','2020-12-28 02:30:56','2020-12-27 21:30:56'),
(14792,9094,'action created','2020-12-28 02:30:56','2020-12-27 21:30:56'),
(14793,9094,'action started via WP Cron','2020-12-28 02:31:22','2020-12-27 21:31:22'),
(14794,9094,'action complete via WP Cron','2020-12-28 02:31:22','2020-12-27 21:31:22'),
(14795,9095,'action created','2020-12-28 02:31:22','2020-12-27 21:31:22'),
(14796,9095,'action started via WP Cron','2020-12-28 02:32:14','2020-12-27 21:32:14'),
(14797,9095,'action complete via WP Cron','2020-12-28 02:32:14','2020-12-27 21:32:14'),
(14798,9096,'action created','2020-12-28 02:32:14','2020-12-27 21:32:14'),
(14799,9096,'action started via WP Cron','2020-12-28 02:36:44','2020-12-27 21:36:44'),
(14800,9096,'action complete via WP Cron','2020-12-28 02:36:44','2020-12-27 21:36:44'),
(14801,9097,'action created','2020-12-28 02:36:44','2020-12-27 21:36:44'),
(14802,9097,'action started via WP Cron','2020-12-28 02:37:47','2020-12-27 21:37:47'),
(14803,9097,'action complete via WP Cron','2020-12-28 02:37:47','2020-12-27 21:37:47'),
(14804,9098,'action created','2020-12-28 02:37:47','2020-12-27 21:37:47'),
(14805,9098,'action started via WP Cron','2020-12-28 02:39:00','2020-12-27 21:39:00'),
(14806,9098,'action complete via WP Cron','2020-12-28 02:39:00','2020-12-27 21:39:00'),
(14807,9099,'action created','2020-12-28 02:39:00','2020-12-27 21:39:00'),
(14808,9099,'action started via WP Cron','2020-12-28 02:40:01','2020-12-27 21:40:01'),
(14809,9099,'action complete via WP Cron','2020-12-28 02:40:01','2020-12-27 21:40:01'),
(14810,9100,'action created','2020-12-28 02:40:01','2020-12-27 21:40:01'),
(14811,9100,'action started via WP Cron','2020-12-28 02:41:41','2020-12-27 21:41:41'),
(14812,9100,'action complete via WP Cron','2020-12-28 02:41:41','2020-12-27 21:41:41'),
(14813,9101,'action created','2020-12-28 02:41:41','2020-12-27 21:41:41'),
(14814,9101,'action started via WP Cron','2020-12-28 02:42:40','2020-12-27 21:42:40'),
(14815,9101,'action complete via WP Cron','2020-12-28 02:42:40','2020-12-27 21:42:40'),
(14816,9102,'action created','2020-12-28 02:42:40','2020-12-27 21:42:40'),
(14817,9102,'action started via WP Cron','2020-12-28 02:43:16','2020-12-27 21:43:16'),
(14818,9102,'action complete via WP Cron','2020-12-28 02:43:16','2020-12-27 21:43:16'),
(14819,9103,'action created','2020-12-28 02:43:16','2020-12-27 21:43:16'),
(14820,9103,'action started via WP Cron','2020-12-28 02:44:38','2020-12-27 21:44:38'),
(14821,9103,'action complete via WP Cron','2020-12-28 02:44:38','2020-12-27 21:44:38'),
(14822,9104,'action created','2020-12-28 02:44:39','2020-12-27 21:44:39'),
(14823,9104,'action started via WP Cron','2020-12-28 02:45:17','2020-12-27 21:45:17'),
(14824,9104,'action complete via WP Cron','2020-12-28 02:45:17','2020-12-27 21:45:17'),
(14825,9105,'action created','2020-12-28 02:45:17','2020-12-27 21:45:17'),
(14826,9105,'action started via WP Cron','2020-12-28 02:46:25','2020-12-27 21:46:25'),
(14827,9105,'action complete via WP Cron','2020-12-28 02:46:25','2020-12-27 21:46:25'),
(14828,9106,'action created','2020-12-28 02:46:25','2020-12-27 21:46:25'),
(14829,9106,'action started via WP Cron','2020-12-28 02:47:18','2020-12-27 21:47:18'),
(14830,9106,'action complete via WP Cron','2020-12-28 02:47:18','2020-12-27 21:47:18'),
(14831,9107,'action created','2020-12-28 02:47:18','2020-12-27 21:47:18'),
(14832,9107,'action started via WP Cron','2020-12-28 02:48:12','2020-12-27 21:48:12'),
(14833,9107,'action complete via WP Cron','2020-12-28 02:48:12','2020-12-27 21:48:12'),
(14834,9108,'action created','2020-12-28 02:48:12','2020-12-27 21:48:12'),
(14835,9108,'action started via WP Cron','2020-12-28 02:49:38','2020-12-27 21:49:38'),
(14836,9108,'action complete via WP Cron','2020-12-28 02:49:38','2020-12-27 21:49:38'),
(14837,9109,'action created','2020-12-28 02:49:38','2020-12-27 21:49:38'),
(14838,9109,'action started via WP Cron','2020-12-28 02:50:48','2020-12-27 21:50:48'),
(14839,9109,'action complete via WP Cron','2020-12-28 02:50:48','2020-12-27 21:50:48'),
(14840,9110,'action created','2020-12-28 02:50:48','2020-12-27 21:50:48'),
(14841,9110,'action started via WP Cron','2020-12-28 02:52:57','2020-12-27 21:52:57'),
(14842,9110,'action complete via WP Cron','2020-12-28 02:52:57','2020-12-27 21:52:57'),
(14843,9111,'action created','2020-12-28 02:52:57','2020-12-27 21:52:57'),
(14844,9111,'action started via WP Cron','2020-12-28 02:54:21','2020-12-27 21:54:21'),
(14845,9111,'action complete via WP Cron','2020-12-28 02:54:21','2020-12-27 21:54:21'),
(14846,9112,'action created','2020-12-28 02:54:21','2020-12-27 21:54:21'),
(14847,9112,'action started via WP Cron','2020-12-28 02:55:22','2020-12-27 21:55:22'),
(14848,9112,'action complete via WP Cron','2020-12-28 02:55:22','2020-12-27 21:55:22'),
(14849,9113,'action created','2020-12-28 02:55:22','2020-12-27 21:55:22'),
(14850,9113,'action started via WP Cron','2020-12-28 02:56:21','2020-12-27 21:56:21'),
(14851,9113,'action complete via WP Cron','2020-12-28 02:56:21','2020-12-27 21:56:21'),
(14852,9114,'action created','2020-12-28 02:56:21','2020-12-27 21:56:21'),
(14853,9114,'action started via WP Cron','2020-12-28 03:00:08','2020-12-27 22:00:08'),
(14854,9114,'action complete via WP Cron','2020-12-28 03:00:08','2020-12-27 22:00:08'),
(14855,9115,'action created','2020-12-28 03:00:08','2020-12-27 22:00:08'),
(14856,9115,'action started via WP Cron','2020-12-28 03:02:27','2020-12-27 22:02:27'),
(14857,9115,'action complete via WP Cron','2020-12-28 03:02:27','2020-12-27 22:02:27'),
(14858,9116,'action created','2020-12-28 03:02:27','2020-12-27 22:02:27'),
(14859,9116,'action started via WP Cron','2020-12-28 03:03:16','2020-12-27 22:03:16'),
(14860,9116,'action complete via WP Cron','2020-12-28 03:03:16','2020-12-27 22:03:16'),
(14861,9117,'action created','2020-12-28 03:03:16','2020-12-27 22:03:16'),
(14862,9117,'action started via WP Cron','2020-12-28 03:05:45','2020-12-27 22:05:45'),
(14863,9117,'action complete via WP Cron','2020-12-28 03:05:45','2020-12-27 22:05:45'),
(14864,9118,'action created','2020-12-28 03:05:45','2020-12-27 22:05:45'),
(14865,9118,'action started via WP Cron','2020-12-28 03:08:56','2020-12-27 22:08:56'),
(14866,9118,'action complete via WP Cron','2020-12-28 03:08:56','2020-12-27 22:08:56'),
(14867,9119,'action created','2020-12-28 03:08:56','2020-12-27 22:08:56'),
(14868,9119,'action started via WP Cron','2020-12-28 03:11:04','2020-12-27 22:11:04'),
(14869,9119,'action complete via WP Cron','2020-12-28 03:11:04','2020-12-27 22:11:04'),
(14870,9120,'action created','2020-12-28 03:11:04','2020-12-27 22:11:04'),
(14871,9120,'action started via WP Cron','2020-12-28 03:12:11','2020-12-27 22:12:11'),
(14872,9120,'action complete via WP Cron','2020-12-28 03:12:11','2020-12-27 22:12:11'),
(14873,9121,'action created','2020-12-28 03:12:11','2020-12-27 22:12:11'),
(14874,9121,'action started via WP Cron','2020-12-28 03:14:08','2020-12-27 22:14:08'),
(14875,9121,'action complete via WP Cron','2020-12-28 03:14:08','2020-12-27 22:14:08'),
(14876,9122,'action created','2020-12-28 03:14:08','2020-12-27 22:14:08'),
(14877,9122,'action started via WP Cron','2020-12-28 03:15:45','2020-12-27 22:15:45'),
(14878,9122,'action complete via WP Cron','2020-12-28 03:15:45','2020-12-27 22:15:45'),
(14879,9123,'action created','2020-12-28 03:15:45','2020-12-27 22:15:45'),
(14880,9123,'action started via WP Cron','2020-12-28 03:16:27','2020-12-27 22:16:27'),
(14881,9123,'action complete via WP Cron','2020-12-28 03:16:27','2020-12-27 22:16:27'),
(14882,9124,'action created','2020-12-28 03:16:27','2020-12-27 22:16:27'),
(14883,9124,'action started via WP Cron','2020-12-28 03:17:40','2020-12-27 22:17:40'),
(14884,9124,'action complete via WP Cron','2020-12-28 03:17:40','2020-12-27 22:17:40'),
(14885,9125,'action created','2020-12-28 03:17:40','2020-12-27 22:17:40'),
(14886,9125,'action started via WP Cron','2020-12-28 03:19:14','2020-12-27 22:19:14'),
(14887,9125,'action complete via WP Cron','2020-12-28 03:19:14','2020-12-27 22:19:14'),
(14888,9126,'action created','2020-12-28 03:19:14','2020-12-27 22:19:14'),
(14889,9126,'action started via WP Cron','2020-12-28 03:21:04','2020-12-27 22:21:04'),
(14890,9126,'action complete via WP Cron','2020-12-28 03:21:04','2020-12-27 22:21:04'),
(14891,9127,'action created','2020-12-28 03:21:04','2020-12-27 22:21:04'),
(14892,9127,'action started via WP Cron','2020-12-28 03:21:18','2020-12-27 22:21:18'),
(14893,9127,'action complete via WP Cron','2020-12-28 03:21:18','2020-12-27 22:21:18'),
(14894,9128,'action created','2020-12-28 03:21:18','2020-12-27 22:21:18'),
(14895,9128,'action started via WP Cron','2020-12-28 03:22:38','2020-12-27 22:22:38'),
(14896,9128,'action complete via WP Cron','2020-12-28 03:22:38','2020-12-27 22:22:38'),
(14897,9129,'action created','2020-12-28 03:22:38','2020-12-27 22:22:38'),
(14898,9129,'action started via WP Cron','2020-12-28 03:24:05','2020-12-27 22:24:05'),
(14899,9129,'action complete via WP Cron','2020-12-28 03:24:05','2020-12-27 22:24:05'),
(14900,9130,'action created','2020-12-28 03:24:05','2020-12-27 22:24:05'),
(14901,9130,'action started via WP Cron','2020-12-28 03:26:18','2020-12-27 22:26:18'),
(14902,9130,'action complete via WP Cron','2020-12-28 03:26:18','2020-12-27 22:26:18'),
(14903,9131,'action created','2020-12-28 03:26:18','2020-12-27 22:26:18'),
(14904,9131,'action started via WP Cron','2020-12-28 03:29:04','2020-12-27 22:29:04'),
(14905,9131,'action complete via WP Cron','2020-12-28 03:29:04','2020-12-27 22:29:04'),
(14906,9132,'action created','2020-12-28 03:29:04','2020-12-27 22:29:04'),
(14907,9132,'action started via WP Cron','2020-12-28 03:31:46','2020-12-27 22:31:46'),
(14908,9132,'action complete via WP Cron','2020-12-28 03:31:46','2020-12-27 22:31:46'),
(14909,9133,'action created','2020-12-28 03:31:46','2020-12-27 22:31:46'),
(14910,9133,'action started via WP Cron','2020-12-28 03:39:39','2020-12-27 22:39:39'),
(14911,9133,'action complete via WP Cron','2020-12-28 03:39:39','2020-12-27 22:39:39'),
(14912,9134,'action created','2020-12-28 03:39:39','2020-12-27 22:39:39'),
(14913,9134,'action started via WP Cron','2020-12-28 03:48:15','2020-12-27 22:48:15'),
(14914,9134,'action complete via WP Cron','2020-12-28 03:48:15','2020-12-27 22:48:15'),
(14915,9135,'action created','2020-12-28 03:48:15','2020-12-27 22:48:15'),
(14916,9135,'action started via WP Cron','2020-12-28 03:49:21','2020-12-27 22:49:21'),
(14917,9135,'action complete via WP Cron','2020-12-28 03:49:21','2020-12-27 22:49:21'),
(14918,9136,'action created','2020-12-28 03:49:21','2020-12-27 22:49:21'),
(14919,9136,'action started via WP Cron','2020-12-28 03:50:39','2020-12-27 22:50:39'),
(14920,9136,'action complete via WP Cron','2020-12-28 03:50:39','2020-12-27 22:50:39'),
(14921,9137,'action created','2020-12-28 03:50:39','2020-12-27 22:50:39'),
(14922,9137,'action started via WP Cron','2020-12-28 03:52:11','2020-12-27 22:52:11'),
(14923,9137,'action complete via WP Cron','2020-12-28 03:52:11','2020-12-27 22:52:11'),
(14924,9138,'action created','2020-12-28 03:52:11','2020-12-27 22:52:11'),
(14925,9138,'action started via WP Cron','2020-12-28 03:55:32','2020-12-27 22:55:32'),
(14926,9138,'action complete via WP Cron','2020-12-28 03:55:32','2020-12-27 22:55:32'),
(14927,9139,'action created','2020-12-28 03:55:32','2020-12-27 22:55:32'),
(14928,9139,'action started via WP Cron','2020-12-28 04:02:42','2020-12-27 23:02:42'),
(14929,9139,'action complete via WP Cron','2020-12-28 04:02:42','2020-12-27 23:02:42'),
(14930,9140,'action created','2020-12-28 04:02:42','2020-12-27 23:02:42'),
(14931,9140,'action started via WP Cron','2020-12-28 04:03:22','2020-12-27 23:03:22'),
(14932,9140,'action complete via WP Cron','2020-12-28 04:03:22','2020-12-27 23:03:22'),
(14933,9141,'action created','2020-12-28 04:03:22','2020-12-27 23:03:22'),
(14934,9141,'action started via WP Cron','2020-12-28 04:04:47','2020-12-27 23:04:47'),
(14935,9141,'action complete via WP Cron','2020-12-28 04:04:47','2020-12-27 23:04:47'),
(14936,9142,'action created','2020-12-28 04:04:47','2020-12-27 23:04:47'),
(14937,9142,'action started via WP Cron','2020-12-28 04:05:11','2020-12-27 23:05:11'),
(14938,9142,'action complete via WP Cron','2020-12-28 04:05:11','2020-12-27 23:05:11'),
(14939,9143,'action created','2020-12-28 04:05:11','2020-12-27 23:05:11'),
(14940,9143,'action started via WP Cron','2020-12-28 04:06:16','2020-12-27 23:06:16'),
(14941,9143,'action complete via WP Cron','2020-12-28 04:06:16','2020-12-27 23:06:16'),
(14942,9144,'action created','2020-12-28 04:06:16','2020-12-27 23:06:16'),
(14943,9144,'action started via WP Cron','2020-12-28 04:07:56','2020-12-27 23:07:56'),
(14944,9144,'action complete via WP Cron','2020-12-28 04:07:56','2020-12-27 23:07:56'),
(14945,9145,'action created','2020-12-28 04:07:56','2020-12-27 23:07:56'),
(14946,9145,'action started via WP Cron','2020-12-28 04:11:38','2020-12-27 23:11:38'),
(14947,9145,'action complete via WP Cron','2020-12-28 04:11:38','2020-12-27 23:11:38'),
(14948,9146,'action created','2020-12-28 04:11:38','2020-12-27 23:11:38'),
(14949,9146,'action started via WP Cron','2020-12-28 04:12:23','2020-12-27 23:12:23'),
(14950,9146,'action complete via WP Cron','2020-12-28 04:12:23','2020-12-27 23:12:23'),
(14951,9147,'action created','2020-12-28 04:12:23','2020-12-27 23:12:23'),
(14952,9147,'action started via WP Cron','2020-12-28 04:13:36','2020-12-27 23:13:36'),
(14953,9147,'action complete via WP Cron','2020-12-28 04:13:36','2020-12-27 23:13:36'),
(14954,9148,'action created','2020-12-28 04:13:36','2020-12-27 23:13:36'),
(14955,9148,'action started via WP Cron','2020-12-28 04:14:17','2020-12-27 23:14:17'),
(14956,9148,'action complete via WP Cron','2020-12-28 04:14:17','2020-12-27 23:14:17'),
(14957,9149,'action created','2020-12-28 04:14:17','2020-12-27 23:14:17'),
(14958,9149,'action started via WP Cron','2020-12-28 04:16:36','2020-12-27 23:16:36'),
(14959,9149,'action complete via WP Cron','2020-12-28 04:16:36','2020-12-27 23:16:36'),
(14960,9150,'action created','2020-12-28 04:16:36','2020-12-27 23:16:36'),
(14961,9150,'action started via WP Cron','2020-12-28 04:22:58','2020-12-27 23:22:58'),
(14962,9150,'action complete via WP Cron','2020-12-28 04:22:58','2020-12-27 23:22:58'),
(14963,9151,'action created','2020-12-28 04:22:58','2020-12-27 23:22:58'),
(14964,9151,'action started via WP Cron','2020-12-28 04:23:33','2020-12-27 23:23:33'),
(14965,9151,'action complete via WP Cron','2020-12-28 04:23:33','2020-12-27 23:23:33'),
(14966,9152,'action created','2020-12-28 04:23:33','2020-12-27 23:23:33'),
(14967,9152,'action started via WP Cron','2020-12-28 04:24:13','2020-12-27 23:24:13'),
(14968,9152,'action complete via WP Cron','2020-12-28 04:24:13','2020-12-27 23:24:13'),
(14969,9153,'action created','2020-12-28 04:24:13','2020-12-27 23:24:13'),
(14970,9153,'action started via WP Cron','2020-12-28 04:25:41','2020-12-27 23:25:41'),
(14971,9153,'action complete via WP Cron','2020-12-28 04:25:41','2020-12-27 23:25:41'),
(14972,9154,'action created','2020-12-28 04:25:41','2020-12-27 23:25:41'),
(14973,9154,'action started via WP Cron','2020-12-28 04:28:33','2020-12-27 23:28:33'),
(14974,9154,'action complete via WP Cron','2020-12-28 04:28:33','2020-12-27 23:28:33'),
(14975,9155,'action created','2020-12-28 04:28:33','2020-12-27 23:28:33'),
(14976,9155,'action started via WP Cron','2020-12-28 04:29:38','2020-12-27 23:29:38'),
(14977,9155,'action complete via WP Cron','2020-12-28 04:29:38','2020-12-27 23:29:38'),
(14978,9156,'action created','2020-12-28 04:29:38','2020-12-27 23:29:38'),
(14979,9156,'action started via WP Cron','2020-12-28 04:35:52','2020-12-27 23:35:52'),
(14980,9156,'action complete via WP Cron','2020-12-28 04:35:52','2020-12-27 23:35:52'),
(14981,9157,'action created','2020-12-28 04:35:52','2020-12-27 23:35:52'),
(14982,9157,'action started via WP Cron','2020-12-28 04:37:12','2020-12-27 23:37:12'),
(14983,9157,'action complete via WP Cron','2020-12-28 04:37:12','2020-12-27 23:37:12'),
(14984,9158,'action created','2020-12-28 04:37:12','2020-12-27 23:37:12'),
(14985,9158,'action started via WP Cron','2020-12-28 04:43:06','2020-12-27 23:43:06'),
(14986,9158,'action complete via WP Cron','2020-12-28 04:43:06','2020-12-27 23:43:06'),
(14987,9159,'action created','2020-12-28 04:43:06','2020-12-27 23:43:06'),
(14988,9159,'action started via WP Cron','2020-12-28 04:44:18','2020-12-27 23:44:18'),
(14989,9159,'action complete via WP Cron','2020-12-28 04:44:18','2020-12-27 23:44:18'),
(14990,9160,'action created','2020-12-28 04:44:18','2020-12-27 23:44:18'),
(14991,9160,'action started via WP Cron','2020-12-28 04:45:56','2020-12-27 23:45:56'),
(14992,9160,'action complete via WP Cron','2020-12-28 04:45:56','2020-12-27 23:45:56'),
(14993,9161,'action created','2020-12-28 04:45:56','2020-12-27 23:45:56'),
(14994,9161,'action started via WP Cron','2020-12-28 04:46:14','2020-12-27 23:46:14'),
(14995,9161,'action complete via WP Cron','2020-12-28 04:46:14','2020-12-27 23:46:14'),
(14996,9162,'action created','2020-12-28 04:46:14','2020-12-27 23:46:14'),
(14997,9162,'action started via WP Cron','2020-12-28 04:47:20','2020-12-27 23:47:20'),
(14998,9162,'action complete via WP Cron','2020-12-28 04:47:20','2020-12-27 23:47:20'),
(14999,9163,'action created','2020-12-28 04:47:20','2020-12-27 23:47:20'),
(15000,9163,'action started via WP Cron','2020-12-28 04:48:15','2020-12-27 23:48:15'),
(15001,9163,'action complete via WP Cron','2020-12-28 04:48:15','2020-12-27 23:48:15'),
(15002,9164,'action created','2020-12-28 04:48:15','2020-12-27 23:48:15'),
(15003,9164,'action started via WP Cron','2020-12-28 04:50:06','2020-12-27 23:50:06'),
(15004,9164,'action complete via WP Cron','2020-12-28 04:50:06','2020-12-27 23:50:06'),
(15005,9165,'action created','2020-12-28 04:50:06','2020-12-27 23:50:06'),
(15006,9165,'action started via WP Cron','2020-12-28 04:55:30','2020-12-27 23:55:30'),
(15007,9165,'action complete via WP Cron','2020-12-28 04:55:30','2020-12-27 23:55:30'),
(15008,9166,'action created','2020-12-28 04:55:30','2020-12-27 23:55:30'),
(15009,9166,'action started via WP Cron','2020-12-28 04:57:36','2020-12-27 23:57:36'),
(15010,9166,'action complete via WP Cron','2020-12-28 04:57:36','2020-12-27 23:57:36'),
(15011,9167,'action created','2020-12-28 04:57:36','2020-12-27 23:57:36'),
(15012,9167,'action started via WP Cron','2020-12-28 04:59:40','2020-12-27 23:59:40'),
(15013,9167,'action complete via WP Cron','2020-12-28 04:59:40','2020-12-27 23:59:40'),
(15014,9168,'action created','2020-12-28 04:59:40','2020-12-27 23:59:40'),
(15015,9168,'action started via WP Cron','2020-12-28 05:02:01','2020-12-28 00:02:01'),
(15016,9168,'action complete via WP Cron','2020-12-28 05:02:01','2020-12-28 00:02:01'),
(15017,9169,'action created','2020-12-28 05:02:01','2020-12-28 00:02:01'),
(15018,9169,'action started via WP Cron','2020-12-28 05:05:21','2020-12-28 00:05:21'),
(15019,9169,'action complete via WP Cron','2020-12-28 05:05:21','2020-12-28 00:05:21'),
(15020,9170,'action created','2020-12-28 05:05:21','2020-12-28 00:05:21'),
(15021,9170,'action started via WP Cron','2020-12-28 05:06:37','2020-12-28 00:06:37'),
(15022,9170,'action complete via WP Cron','2020-12-28 05:06:37','2020-12-28 00:06:37'),
(15023,9171,'action created','2020-12-28 05:06:37','2020-12-28 00:06:37'),
(15024,9171,'action started via WP Cron','2020-12-28 05:08:41','2020-12-28 00:08:41'),
(15025,9171,'action complete via WP Cron','2020-12-28 05:08:41','2020-12-28 00:08:41'),
(15026,9172,'action created','2020-12-28 05:08:41','2020-12-28 00:08:41'),
(15027,9172,'action started via WP Cron','2020-12-28 05:09:59','2020-12-28 00:09:59'),
(15028,9172,'action complete via WP Cron','2020-12-28 05:09:59','2020-12-28 00:09:59'),
(15029,9173,'action created','2020-12-28 05:09:59','2020-12-28 00:09:59'),
(15030,9173,'action started via WP Cron','2020-12-28 05:11:09','2020-12-28 00:11:09'),
(15031,9173,'action complete via WP Cron','2020-12-28 05:11:09','2020-12-28 00:11:09'),
(15032,9174,'action created','2020-12-28 05:11:09','2020-12-28 00:11:09'),
(15033,9174,'action started via WP Cron','2020-12-28 05:12:13','2020-12-28 00:12:13'),
(15034,9174,'action complete via WP Cron','2020-12-28 05:12:13','2020-12-28 00:12:13'),
(15035,9175,'action created','2020-12-28 05:12:13','2020-12-28 00:12:13'),
(15036,9175,'action started via WP Cron','2020-12-28 05:15:26','2020-12-28 00:15:26'),
(15037,9175,'action complete via WP Cron','2020-12-28 05:15:26','2020-12-28 00:15:26'),
(15038,9176,'action created','2020-12-28 05:15:26','2020-12-28 00:15:26'),
(15039,9176,'action started via WP Cron','2020-12-28 05:16:12','2020-12-28 00:16:12'),
(15040,9176,'action complete via WP Cron','2020-12-28 05:16:12','2020-12-28 00:16:12'),
(15041,9177,'action created','2020-12-28 05:16:12','2020-12-28 00:16:12'),
(15042,9177,'action started via WP Cron','2020-12-28 05:17:18','2020-12-28 00:17:18'),
(15043,9177,'action complete via WP Cron','2020-12-28 05:17:18','2020-12-28 00:17:18'),
(15044,9178,'action created','2020-12-28 05:17:18','2020-12-28 00:17:18'),
(15045,9178,'action started via WP Cron','2020-12-28 05:18:13','2020-12-28 00:18:13'),
(15046,9178,'action complete via WP Cron','2020-12-28 05:18:13','2020-12-28 00:18:13'),
(15047,9179,'action created','2020-12-28 05:18:14','2020-12-28 00:18:14'),
(15048,9179,'action started via WP Cron','2020-12-28 05:19:12','2020-12-28 00:19:12'),
(15049,9179,'action complete via WP Cron','2020-12-28 05:19:12','2020-12-28 00:19:12'),
(15050,9180,'action created','2020-12-28 05:19:12','2020-12-28 00:19:12'),
(15051,9180,'action started via WP Cron','2020-12-28 05:20:19','2020-12-28 00:20:19'),
(15052,9180,'action complete via WP Cron','2020-12-28 05:20:19','2020-12-28 00:20:19'),
(15053,9181,'action created','2020-12-28 05:20:19','2020-12-28 00:20:19'),
(15054,9181,'action started via WP Cron','2020-12-28 05:21:13','2020-12-28 00:21:13'),
(15055,9181,'action complete via WP Cron','2020-12-28 05:21:13','2020-12-28 00:21:13'),
(15056,9182,'action created','2020-12-28 05:21:13','2020-12-28 00:21:13'),
(15057,9182,'action started via WP Cron','2020-12-28 05:22:20','2020-12-28 00:22:20'),
(15058,9182,'action complete via WP Cron','2020-12-28 05:22:20','2020-12-28 00:22:20'),
(15059,9183,'action created','2020-12-28 05:22:20','2020-12-28 00:22:20'),
(15060,9183,'action started via WP Cron','2020-12-28 05:23:26','2020-12-28 00:23:26'),
(15061,9183,'action complete via WP Cron','2020-12-28 05:23:26','2020-12-28 00:23:26'),
(15062,9184,'action created','2020-12-28 05:23:26','2020-12-28 00:23:26'),
(15063,9184,'action started via WP Cron','2020-12-28 05:24:13','2020-12-28 00:24:13'),
(15064,9184,'action complete via WP Cron','2020-12-28 05:24:13','2020-12-28 00:24:13'),
(15065,9185,'action created','2020-12-28 05:24:13','2020-12-28 00:24:13'),
(15066,9185,'action started via WP Cron','2020-12-28 05:25:13','2020-12-28 00:25:13'),
(15067,9185,'action complete via WP Cron','2020-12-28 05:25:13','2020-12-28 00:25:13'),
(15068,9186,'action created','2020-12-28 05:25:13','2020-12-28 00:25:13'),
(15069,9186,'action started via WP Cron','2020-12-28 05:26:12','2020-12-28 00:26:12'),
(15070,9186,'action complete via WP Cron','2020-12-28 05:26:12','2020-12-28 00:26:12'),
(15071,9187,'action created','2020-12-28 05:26:12','2020-12-28 00:26:12'),
(15072,9187,'action started via WP Cron','2020-12-28 05:27:17','2020-12-28 00:27:17'),
(15073,9187,'action complete via WP Cron','2020-12-28 05:27:17','2020-12-28 00:27:17'),
(15074,9188,'action created','2020-12-28 05:27:17','2020-12-28 00:27:17'),
(15075,9188,'action started via WP Cron','2020-12-28 05:28:15','2020-12-28 00:28:15'),
(15076,9188,'action complete via WP Cron','2020-12-28 05:28:15','2020-12-28 00:28:15'),
(15077,9189,'action created','2020-12-28 05:28:15','2020-12-28 00:28:15'),
(15078,9189,'action started via WP Cron','2020-12-28 05:29:12','2020-12-28 00:29:12'),
(15079,9189,'action complete via WP Cron','2020-12-28 05:29:12','2020-12-28 00:29:12'),
(15080,9190,'action created','2020-12-28 05:29:12','2020-12-28 00:29:12'),
(15081,9190,'action started via WP Cron','2020-12-28 05:30:11','2020-12-28 00:30:11'),
(15082,9190,'action complete via WP Cron','2020-12-28 05:30:11','2020-12-28 00:30:11'),
(15083,9191,'action created','2020-12-28 05:30:11','2020-12-28 00:30:11'),
(15084,9191,'action started via WP Cron','2020-12-28 05:31:12','2020-12-28 00:31:12'),
(15085,9191,'action complete via WP Cron','2020-12-28 05:31:12','2020-12-28 00:31:12'),
(15086,9192,'action created','2020-12-28 05:31:12','2020-12-28 00:31:12'),
(15087,9192,'action started via WP Cron','2020-12-28 05:32:12','2020-12-28 00:32:12'),
(15088,9192,'action complete via WP Cron','2020-12-28 05:32:12','2020-12-28 00:32:12'),
(15089,9193,'action created','2020-12-28 05:32:12','2020-12-28 00:32:12'),
(15090,9193,'action started via WP Cron','2020-12-28 05:33:19','2020-12-28 00:33:19'),
(15091,9193,'action complete via WP Cron','2020-12-28 05:33:19','2020-12-28 00:33:19'),
(15092,9194,'action created','2020-12-28 05:33:19','2020-12-28 00:33:19'),
(15093,9194,'action started via WP Cron','2020-12-28 05:34:19','2020-12-28 00:34:19'),
(15094,9194,'action complete via WP Cron','2020-12-28 05:34:19','2020-12-28 00:34:19'),
(15095,9195,'action created','2020-12-28 05:34:19','2020-12-28 00:34:19'),
(15096,9195,'action started via WP Cron','2020-12-28 05:35:15','2020-12-28 00:35:15'),
(15097,9195,'action complete via WP Cron','2020-12-28 05:35:15','2020-12-28 00:35:15'),
(15098,9196,'action created','2020-12-28 05:35:15','2020-12-28 00:35:15'),
(15099,9196,'action started via WP Cron','2020-12-28 05:36:17','2020-12-28 00:36:17'),
(15100,9196,'action complete via WP Cron','2020-12-28 05:36:17','2020-12-28 00:36:17'),
(15101,9197,'action created','2020-12-28 05:36:17','2020-12-28 00:36:17'),
(15102,9197,'action started via WP Cron','2020-12-28 05:37:19','2020-12-28 00:37:19'),
(15103,9197,'action complete via WP Cron','2020-12-28 05:37:19','2020-12-28 00:37:19'),
(15104,9198,'action created','2020-12-28 05:37:19','2020-12-28 00:37:19'),
(15105,9198,'action started via WP Cron','2020-12-28 05:38:20','2020-12-28 00:38:20'),
(15106,9198,'action complete via WP Cron','2020-12-28 05:38:20','2020-12-28 00:38:20'),
(15107,9199,'action created','2020-12-28 05:38:21','2020-12-28 00:38:21'),
(15108,9199,'action started via WP Cron','2020-12-28 05:39:11','2020-12-28 00:39:11'),
(15109,9199,'action complete via WP Cron','2020-12-28 05:39:11','2020-12-28 00:39:11'),
(15110,9200,'action created','2020-12-28 05:39:11','2020-12-28 00:39:11'),
(15111,9200,'action started via WP Cron','2020-12-28 05:40:15','2020-12-28 00:40:15'),
(15112,9200,'action complete via WP Cron','2020-12-28 05:40:15','2020-12-28 00:40:15'),
(15113,9201,'action created','2020-12-28 05:40:15','2020-12-28 00:40:15'),
(15114,9201,'action started via WP Cron','2020-12-28 05:41:14','2020-12-28 00:41:14'),
(15115,9201,'action complete via WP Cron','2020-12-28 05:41:14','2020-12-28 00:41:14'),
(15116,9202,'action created','2020-12-28 05:41:14','2020-12-28 00:41:14'),
(15117,9202,'action started via WP Cron','2020-12-28 05:42:11','2020-12-28 00:42:11'),
(15118,9202,'action complete via WP Cron','2020-12-28 05:42:12','2020-12-28 00:42:12'),
(15119,9203,'action created','2020-12-28 05:42:12','2020-12-28 00:42:12'),
(15120,9203,'action started via WP Cron','2020-12-28 05:43:19','2020-12-28 00:43:19'),
(15121,9203,'action complete via WP Cron','2020-12-28 05:43:20','2020-12-28 00:43:20'),
(15122,9204,'action created','2020-12-28 05:43:20','2020-12-28 00:43:20'),
(15123,9204,'action started via WP Cron','2020-12-28 05:44:18','2020-12-28 00:44:18'),
(15124,9204,'action complete via WP Cron','2020-12-28 05:44:18','2020-12-28 00:44:18'),
(15125,9205,'action created','2020-12-28 05:44:18','2020-12-28 00:44:18'),
(15126,9205,'action started via WP Cron','2020-12-28 05:45:16','2020-12-28 00:45:16'),
(15127,9205,'action complete via WP Cron','2020-12-28 05:45:16','2020-12-28 00:45:16'),
(15128,9206,'action created','2020-12-28 05:45:16','2020-12-28 00:45:16'),
(15129,9206,'action started via WP Cron','2020-12-28 05:46:12','2020-12-28 00:46:12'),
(15130,9206,'action complete via WP Cron','2020-12-28 05:46:12','2020-12-28 00:46:12'),
(15131,9207,'action created','2020-12-28 05:46:12','2020-12-28 00:46:12'),
(15132,9207,'action started via WP Cron','2020-12-28 05:47:17','2020-12-28 00:47:17'),
(15133,9207,'action complete via WP Cron','2020-12-28 05:47:17','2020-12-28 00:47:17'),
(15134,9208,'action created','2020-12-28 05:47:17','2020-12-28 00:47:17'),
(15135,9208,'action started via WP Cron','2020-12-28 05:48:14','2020-12-28 00:48:14'),
(15136,9208,'action complete via WP Cron','2020-12-28 05:48:14','2020-12-28 00:48:14'),
(15137,9209,'action created','2020-12-28 05:48:14','2020-12-28 00:48:14'),
(15138,9209,'action started via WP Cron','2020-12-28 05:49:19','2020-12-28 00:49:19'),
(15139,9209,'action complete via WP Cron','2020-12-28 05:49:19','2020-12-28 00:49:19'),
(15140,9210,'action created','2020-12-28 05:49:20','2020-12-28 00:49:20'),
(15141,9210,'action started via WP Cron','2020-12-28 05:50:18','2020-12-28 00:50:18'),
(15142,9210,'action complete via WP Cron','2020-12-28 05:50:18','2020-12-28 00:50:18'),
(15143,9211,'action created','2020-12-28 05:50:18','2020-12-28 00:50:18'),
(15144,9211,'action started via WP Cron','2020-12-28 05:51:17','2020-12-28 00:51:17'),
(15145,9211,'action complete via WP Cron','2020-12-28 05:51:17','2020-12-28 00:51:17'),
(15146,9212,'action created','2020-12-28 05:51:17','2020-12-28 00:51:17'),
(15147,9212,'action started via WP Cron','2020-12-28 05:52:16','2020-12-28 00:52:16'),
(15148,9212,'action complete via WP Cron','2020-12-28 05:52:16','2020-12-28 00:52:16'),
(15149,9213,'action created','2020-12-28 05:52:16','2020-12-28 00:52:16'),
(15150,9213,'action started via WP Cron','2020-12-28 05:53:19','2020-12-28 00:53:19'),
(15151,9213,'action complete via WP Cron','2020-12-28 05:53:19','2020-12-28 00:53:19'),
(15152,9214,'action created','2020-12-28 05:53:19','2020-12-28 00:53:19'),
(15153,9214,'action started via WP Cron','2020-12-28 05:54:19','2020-12-28 00:54:19'),
(15154,9214,'action complete via WP Cron','2020-12-28 05:54:19','2020-12-28 00:54:19'),
(15155,9215,'action created','2020-12-28 05:54:19','2020-12-28 00:54:19'),
(15156,9215,'action started via WP Cron','2020-12-28 05:55:18','2020-12-28 00:55:18'),
(15157,9215,'action complete via WP Cron','2020-12-28 05:55:18','2020-12-28 00:55:18'),
(15158,9216,'action created','2020-12-28 05:55:18','2020-12-28 00:55:18'),
(15159,9216,'action started via WP Cron','2020-12-28 05:56:13','2020-12-28 00:56:13'),
(15160,9216,'action complete via WP Cron','2020-12-28 05:56:13','2020-12-28 00:56:13'),
(15161,9217,'action created','2020-12-28 05:56:13','2020-12-28 00:56:13'),
(15162,9217,'action started via WP Cron','2020-12-28 05:57:27','2020-12-28 00:57:27'),
(15163,9217,'action complete via WP Cron','2020-12-28 05:57:27','2020-12-28 00:57:27'),
(15164,9218,'action created','2020-12-28 05:57:27','2020-12-28 00:57:27'),
(15165,9218,'action started via WP Cron','2020-12-28 05:58:18','2020-12-28 00:58:18'),
(15166,9218,'action complete via WP Cron','2020-12-28 05:58:18','2020-12-28 00:58:18'),
(15167,9219,'action created','2020-12-28 05:58:18','2020-12-28 00:58:18'),
(15168,9219,'action started via WP Cron','2020-12-28 05:59:17','2020-12-28 00:59:17'),
(15169,9219,'action complete via WP Cron','2020-12-28 05:59:17','2020-12-28 00:59:17'),
(15170,9220,'action created','2020-12-28 05:59:17','2020-12-28 00:59:17'),
(15171,9220,'action started via WP Cron','2020-12-28 06:01:21','2020-12-28 01:01:21'),
(15172,9220,'action complete via WP Cron','2020-12-28 06:01:21','2020-12-28 01:01:21'),
(15173,9221,'action created','2020-12-28 06:01:21','2020-12-28 01:01:21'),
(15174,9221,'action started via WP Cron','2020-12-28 06:02:12','2020-12-28 01:02:12'),
(15175,9221,'action complete via WP Cron','2020-12-28 06:02:12','2020-12-28 01:02:12'),
(15176,9222,'action created','2020-12-28 06:02:12','2020-12-28 01:02:12'),
(15177,9222,'action started via WP Cron','2020-12-28 06:06:28','2020-12-28 01:06:28'),
(15178,9222,'action complete via WP Cron','2020-12-28 06:06:28','2020-12-28 01:06:28'),
(15179,9223,'action created','2020-12-28 06:06:28','2020-12-28 01:06:28'),
(15180,9223,'action started via WP Cron','2020-12-28 06:08:22','2020-12-28 01:08:22'),
(15181,9223,'action complete via WP Cron','2020-12-28 06:08:22','2020-12-28 01:08:22'),
(15182,9224,'action created','2020-12-28 06:08:22','2020-12-28 01:08:22'),
(15183,9224,'action started via WP Cron','2020-12-28 06:16:32','2020-12-28 01:16:32'),
(15184,9224,'action complete via WP Cron','2020-12-28 06:16:32','2020-12-28 01:16:32'),
(15185,9225,'action created','2020-12-28 06:16:33','2020-12-28 01:16:33'),
(15186,9225,'action started via WP Cron','2020-12-28 06:17:18','2020-12-28 01:17:18'),
(15187,9225,'action complete via WP Cron','2020-12-28 06:17:18','2020-12-28 01:17:18'),
(15188,9226,'action created','2020-12-28 06:17:18','2020-12-28 01:17:18'),
(15189,9226,'action started via WP Cron','2020-12-28 06:20:21','2020-12-28 01:20:21'),
(15190,9226,'action complete via WP Cron','2020-12-28 06:20:21','2020-12-28 01:20:21'),
(15191,9227,'action created','2020-12-28 06:20:21','2020-12-28 01:20:21'),
(15192,9227,'action started via WP Cron','2020-12-28 06:21:32','2020-12-28 01:21:32'),
(15193,9227,'action complete via WP Cron','2020-12-28 06:21:32','2020-12-28 01:21:32'),
(15194,9228,'action created','2020-12-28 06:21:32','2020-12-28 01:21:32'),
(15195,9228,'action started via WP Cron','2020-12-28 06:23:11','2020-12-28 01:23:11'),
(15196,9228,'action complete via WP Cron','2020-12-28 06:23:11','2020-12-28 01:23:11'),
(15197,9229,'action created','2020-12-28 06:23:11','2020-12-28 01:23:11'),
(15198,9229,'action started via WP Cron','2020-12-28 06:28:28','2020-12-28 01:28:28'),
(15199,9229,'action complete via WP Cron','2020-12-28 06:28:28','2020-12-28 01:28:28'),
(15200,9230,'action created','2020-12-28 06:28:28','2020-12-28 01:28:28'),
(15201,9230,'action started via WP Cron','2020-12-28 06:33:24','2020-12-28 01:33:24'),
(15202,9230,'action complete via WP Cron','2020-12-28 06:33:24','2020-12-28 01:33:24'),
(15203,9231,'action created','2020-12-28 06:33:24','2020-12-28 01:33:24'),
(15204,9231,'action started via WP Cron','2020-12-28 06:36:38','2020-12-28 01:36:38'),
(15205,9231,'action complete via WP Cron','2020-12-28 06:36:38','2020-12-28 01:36:38'),
(15206,9232,'action created','2020-12-28 06:36:38','2020-12-28 01:36:38'),
(15207,9232,'action started via WP Cron','2020-12-28 06:41:56','2020-12-28 01:41:56'),
(15208,9232,'action complete via WP Cron','2020-12-28 06:41:56','2020-12-28 01:41:56'),
(15209,9233,'action created','2020-12-28 06:41:56','2020-12-28 01:41:56'),
(15210,9233,'action started via WP Cron','2020-12-28 06:42:15','2020-12-28 01:42:15'),
(15211,9233,'action complete via WP Cron','2020-12-28 06:42:15','2020-12-28 01:42:15'),
(15212,9234,'action created','2020-12-28 06:42:15','2020-12-28 01:42:15'),
(15213,9234,'action started via WP Cron','2020-12-28 06:44:22','2020-12-28 01:44:22'),
(15214,9234,'action complete via WP Cron','2020-12-28 06:44:22','2020-12-28 01:44:22'),
(15215,9235,'action created','2020-12-28 06:44:22','2020-12-28 01:44:22'),
(15216,9235,'action started via WP Cron','2020-12-28 06:48:22','2020-12-28 01:48:22'),
(15217,9235,'action complete via WP Cron','2020-12-28 06:48:22','2020-12-28 01:48:22'),
(15218,9236,'action created','2020-12-28 06:48:22','2020-12-28 01:48:22'),
(15219,9236,'action started via WP Cron','2020-12-28 06:49:53','2020-12-28 01:49:53'),
(15220,9236,'action complete via WP Cron','2020-12-28 06:49:53','2020-12-28 01:49:53'),
(15221,9237,'action created','2020-12-28 06:49:53','2020-12-28 01:49:53'),
(15222,9237,'action started via WP Cron','2020-12-28 06:50:33','2020-12-28 01:50:33'),
(15223,9237,'action complete via WP Cron','2020-12-28 06:50:33','2020-12-28 01:50:33'),
(15224,9238,'action created','2020-12-28 06:50:33','2020-12-28 01:50:33'),
(15225,9238,'action started via WP Cron','2020-12-28 06:52:44','2020-12-28 01:52:44'),
(15226,9238,'action complete via WP Cron','2020-12-28 06:52:44','2020-12-28 01:52:44'),
(15227,9239,'action created','2020-12-28 06:52:44','2020-12-28 01:52:44'),
(15228,9239,'action started via WP Cron','2020-12-28 06:53:58','2020-12-28 01:53:58'),
(15229,9239,'action complete via WP Cron','2020-12-28 06:53:58','2020-12-28 01:53:58'),
(15230,9240,'action created','2020-12-28 06:53:58','2020-12-28 01:53:58'),
(15231,9240,'action started via WP Cron','2020-12-28 06:54:56','2020-12-28 01:54:56'),
(15232,9240,'action complete via WP Cron','2020-12-28 06:54:56','2020-12-28 01:54:56'),
(15233,9241,'action created','2020-12-28 06:54:56','2020-12-28 01:54:56'),
(15234,9241,'action started via WP Cron','2020-12-28 06:56:32','2020-12-28 01:56:32'),
(15235,9241,'action complete via WP Cron','2020-12-28 06:56:32','2020-12-28 01:56:32'),
(15236,9242,'action created','2020-12-28 06:56:32','2020-12-28 01:56:32'),
(15237,9242,'action started via WP Cron','2020-12-28 06:57:32','2020-12-28 01:57:32'),
(15238,9242,'action complete via WP Cron','2020-12-28 06:57:32','2020-12-28 01:57:32'),
(15239,9243,'action created','2020-12-28 06:57:32','2020-12-28 01:57:32'),
(15240,9243,'action started via WP Cron','2020-12-28 07:05:07','2020-12-28 02:05:07'),
(15241,9243,'action complete via WP Cron','2020-12-28 07:05:07','2020-12-28 02:05:07'),
(15242,9244,'action created','2020-12-28 07:05:07','2020-12-28 02:05:07'),
(15243,9244,'action started via WP Cron','2020-12-28 07:05:44','2020-12-28 02:05:44'),
(15244,9244,'action complete via WP Cron','2020-12-28 07:05:44','2020-12-28 02:05:44'),
(15245,9245,'action created','2020-12-28 07:05:44','2020-12-28 02:05:44'),
(15246,9245,'action started via WP Cron','2020-12-28 07:07:08','2020-12-28 02:07:08'),
(15247,9245,'action complete via WP Cron','2020-12-28 07:07:08','2020-12-28 02:07:08'),
(15248,9246,'action created','2020-12-28 07:07:08','2020-12-28 02:07:08'),
(15249,9246,'action started via WP Cron','2020-12-28 07:08:25','2020-12-28 02:08:25'),
(15250,9246,'action complete via WP Cron','2020-12-28 07:08:25','2020-12-28 02:08:25'),
(15251,9247,'action created','2020-12-28 07:08:25','2020-12-28 02:08:25'),
(15252,9247,'action started via WP Cron','2020-12-28 07:12:01','2020-12-28 02:12:01'),
(15253,9247,'action complete via WP Cron','2020-12-28 07:12:01','2020-12-28 02:12:01'),
(15254,9248,'action created','2020-12-28 07:12:01','2020-12-28 02:12:01'),
(15255,9248,'action started via WP Cron','2020-12-28 07:14:01','2020-12-28 02:14:01'),
(15256,9248,'action complete via WP Cron','2020-12-28 07:14:01','2020-12-28 02:14:01'),
(15257,9249,'action created','2020-12-28 07:14:01','2020-12-28 02:14:01'),
(15258,9249,'action started via WP Cron','2020-12-28 07:14:39','2020-12-28 02:14:39'),
(15259,9249,'action complete via WP Cron','2020-12-28 07:14:39','2020-12-28 02:14:39'),
(15260,9250,'action created','2020-12-28 07:14:39','2020-12-28 02:14:39'),
(15261,9250,'action started via WP Cron','2020-12-28 07:21:36','2020-12-28 02:21:36'),
(15262,9250,'action complete via WP Cron','2020-12-28 07:21:36','2020-12-28 02:21:36'),
(15263,9251,'action created','2020-12-28 07:21:36','2020-12-28 02:21:36'),
(15264,9251,'action started via WP Cron','2020-12-28 07:24:13','2020-12-28 02:24:13'),
(15265,9251,'action complete via WP Cron','2020-12-28 07:24:13','2020-12-28 02:24:13'),
(15266,9252,'action created','2020-12-28 07:24:13','2020-12-28 02:24:13'),
(15267,9252,'action started via WP Cron','2020-12-28 07:25:13','2020-12-28 02:25:13'),
(15268,9252,'action complete via WP Cron','2020-12-28 07:25:13','2020-12-28 02:25:13'),
(15269,9253,'action created','2020-12-28 07:25:13','2020-12-28 02:25:13'),
(15270,9253,'action started via WP Cron','2020-12-28 07:27:54','2020-12-28 02:27:54'),
(15271,9253,'action complete via WP Cron','2020-12-28 07:27:54','2020-12-28 02:27:54'),
(15272,9254,'action created','2020-12-28 07:27:54','2020-12-28 02:27:54'),
(15273,9254,'action started via WP Cron','2020-12-28 07:32:07','2020-12-28 02:32:07'),
(15274,9254,'action complete via WP Cron','2020-12-28 07:32:07','2020-12-28 02:32:07'),
(15275,9255,'action created','2020-12-28 07:32:07','2020-12-28 02:32:07'),
(15276,9255,'action started via WP Cron','2020-12-28 07:32:32','2020-12-28 02:32:32'),
(15277,9255,'action complete via WP Cron','2020-12-28 07:32:32','2020-12-28 02:32:32'),
(15278,9256,'action created','2020-12-28 07:32:32','2020-12-28 02:32:32'),
(15279,9256,'action started via WP Cron','2020-12-28 07:33:45','2020-12-28 02:33:45'),
(15280,9256,'action complete via WP Cron','2020-12-28 07:33:45','2020-12-28 02:33:45'),
(15281,9257,'action created','2020-12-28 07:33:45','2020-12-28 02:33:45'),
(15282,9257,'action started via WP Cron','2020-12-28 07:34:24','2020-12-28 02:34:24'),
(15283,9257,'action complete via WP Cron','2020-12-28 07:34:24','2020-12-28 02:34:24'),
(15284,9258,'action created','2020-12-28 07:34:24','2020-12-28 02:34:24'),
(15285,9258,'action started via WP Cron','2020-12-28 07:38:05','2020-12-28 02:38:05'),
(15286,9258,'action complete via WP Cron','2020-12-28 07:38:05','2020-12-28 02:38:05'),
(15287,9259,'action created','2020-12-28 07:38:05','2020-12-28 02:38:05'),
(15288,9259,'action started via WP Cron','2020-12-28 07:44:33','2020-12-28 02:44:33'),
(15289,9259,'action complete via WP Cron','2020-12-28 07:44:33','2020-12-28 02:44:33'),
(15290,9260,'action created','2020-12-28 07:44:33','2020-12-28 02:44:33'),
(15291,9260,'action started via WP Cron','2020-12-28 07:45:31','2020-12-28 02:45:31'),
(15292,9260,'action complete via WP Cron','2020-12-28 07:45:31','2020-12-28 02:45:31'),
(15293,9261,'action created','2020-12-28 07:45:31','2020-12-28 02:45:31'),
(15294,9261,'action started via WP Cron','2020-12-28 07:46:36','2020-12-28 02:46:36'),
(15295,9261,'action complete via WP Cron','2020-12-28 07:46:36','2020-12-28 02:46:36'),
(15296,9262,'action created','2020-12-28 07:46:37','2020-12-28 02:46:37'),
(15297,9262,'action started via WP Cron','2020-12-28 07:51:26','2020-12-28 02:51:26'),
(15298,9262,'action complete via WP Cron','2020-12-28 07:51:26','2020-12-28 02:51:26'),
(15299,9263,'action created','2020-12-28 07:51:26','2020-12-28 02:51:26'),
(15300,9263,'action started via WP Cron','2020-12-28 07:52:16','2020-12-28 02:52:16'),
(15301,9263,'action complete via WP Cron','2020-12-28 07:52:16','2020-12-28 02:52:16'),
(15302,9264,'action created','2020-12-28 07:52:16','2020-12-28 02:52:16'),
(15303,9264,'action started via WP Cron','2020-12-28 07:54:29','2020-12-28 02:54:29'),
(15304,9264,'action complete via WP Cron','2020-12-28 07:54:29','2020-12-28 02:54:29'),
(15305,9265,'action created','2020-12-28 07:54:29','2020-12-28 02:54:29'),
(15306,9265,'action started via WP Cron','2020-12-28 07:57:22','2020-12-28 02:57:22'),
(15307,9265,'action complete via WP Cron','2020-12-28 07:57:22','2020-12-28 02:57:22'),
(15308,9266,'action created','2020-12-28 07:57:22','2020-12-28 02:57:22'),
(15309,9266,'action started via WP Cron','2020-12-28 08:00:03','2020-12-28 03:00:03'),
(15310,9266,'action complete via WP Cron','2020-12-28 08:00:03','2020-12-28 03:00:03'),
(15311,9267,'action created','2020-12-28 08:00:03','2020-12-28 03:00:03'),
(15312,9267,'action started via WP Cron','2020-12-28 08:02:41','2020-12-28 03:02:41'),
(15313,9267,'action complete via WP Cron','2020-12-28 08:02:41','2020-12-28 03:02:41'),
(15314,9268,'action created','2020-12-28 08:02:41','2020-12-28 03:02:41'),
(15315,9268,'action started via WP Cron','2020-12-28 08:05:54','2020-12-28 03:05:54'),
(15316,9268,'action complete via WP Cron','2020-12-28 08:05:54','2020-12-28 03:05:54'),
(15317,9269,'action created','2020-12-28 08:05:54','2020-12-28 03:05:54'),
(15318,9269,'action started via WP Cron','2020-12-28 08:06:31','2020-12-28 03:06:31'),
(15319,9269,'action complete via WP Cron','2020-12-28 08:06:31','2020-12-28 03:06:31'),
(15320,9270,'action created','2020-12-28 08:06:31','2020-12-28 03:06:31'),
(15321,9270,'action started via WP Cron','2020-12-28 08:07:12','2020-12-28 03:07:12'),
(15322,9270,'action complete via WP Cron','2020-12-28 08:07:12','2020-12-28 03:07:12'),
(15323,9271,'action created','2020-12-28 08:07:12','2020-12-28 03:07:12'),
(15324,9271,'action started via WP Cron','2020-12-28 08:08:23','2020-12-28 03:08:23'),
(15325,9271,'action complete via WP Cron','2020-12-28 08:08:23','2020-12-28 03:08:23'),
(15326,9272,'action created','2020-12-28 08:08:23','2020-12-28 03:08:23'),
(15327,9272,'action started via WP Cron','2020-12-28 08:10:54','2020-12-28 03:10:54'),
(15328,9272,'action complete via WP Cron','2020-12-28 08:10:54','2020-12-28 03:10:54'),
(15329,9273,'action created','2020-12-28 08:10:54','2020-12-28 03:10:54'),
(15330,9273,'action started via WP Cron','2020-12-28 08:12:02','2020-12-28 03:12:02'),
(15331,9273,'action complete via WP Cron','2020-12-28 08:12:02','2020-12-28 03:12:02'),
(15332,9274,'action created','2020-12-28 08:12:03','2020-12-28 03:12:03'),
(15333,9274,'action started via WP Cron','2020-12-28 08:12:25','2020-12-28 03:12:25'),
(15334,9274,'action complete via WP Cron','2020-12-28 08:12:25','2020-12-28 03:12:25'),
(15335,9275,'action created','2020-12-28 08:12:25','2020-12-28 03:12:25'),
(15336,9275,'action started via WP Cron','2020-12-28 08:13:19','2020-12-28 03:13:19'),
(15337,9275,'action complete via WP Cron','2020-12-28 08:13:19','2020-12-28 03:13:19'),
(15338,9276,'action created','2020-12-28 08:13:19','2020-12-28 03:13:19'),
(15339,9276,'action started via WP Cron','2020-12-28 08:15:37','2020-12-28 03:15:37'),
(15340,9276,'action complete via WP Cron','2020-12-28 08:15:37','2020-12-28 03:15:37'),
(15341,9277,'action created','2020-12-28 08:15:37','2020-12-28 03:15:37'),
(15342,9277,'action started via WP Cron','2020-12-28 08:16:42','2020-12-28 03:16:42'),
(15343,9277,'action complete via WP Cron','2020-12-28 08:16:42','2020-12-28 03:16:42'),
(15344,9278,'action created','2020-12-28 08:16:42','2020-12-28 03:16:42'),
(15345,9278,'action started via WP Cron','2020-12-28 08:17:51','2020-12-28 03:17:51'),
(15346,9278,'action complete via WP Cron','2020-12-28 08:17:51','2020-12-28 03:17:51'),
(15347,9279,'action created','2020-12-28 08:17:51','2020-12-28 03:17:51'),
(15348,9279,'action started via WP Cron','2020-12-28 08:20:21','2020-12-28 03:20:21'),
(15349,9279,'action complete via WP Cron','2020-12-28 08:20:21','2020-12-28 03:20:21'),
(15350,9280,'action created','2020-12-28 08:20:21','2020-12-28 03:20:21'),
(15351,9280,'action started via WP Cron','2020-12-28 08:21:42','2020-12-28 03:21:42'),
(15352,9280,'action complete via WP Cron','2020-12-28 08:21:42','2020-12-28 03:21:42'),
(15353,9281,'action created','2020-12-28 08:21:42','2020-12-28 03:21:42'),
(15354,9281,'action started via WP Cron','2020-12-28 08:26:23','2020-12-28 03:26:23'),
(15355,9281,'action complete via WP Cron','2020-12-28 08:26:23','2020-12-28 03:26:23'),
(15356,9282,'action created','2020-12-28 08:26:23','2020-12-28 03:26:23'),
(15357,9282,'action started via WP Cron','2020-12-28 08:27:17','2020-12-28 03:27:17'),
(15358,9282,'action complete via WP Cron','2020-12-28 08:27:17','2020-12-28 03:27:17'),
(15359,9283,'action created','2020-12-28 08:27:17','2020-12-28 03:27:17'),
(15360,9283,'action started via WP Cron','2020-12-28 08:28:14','2020-12-28 03:28:14'),
(15361,9283,'action complete via WP Cron','2020-12-28 08:28:14','2020-12-28 03:28:14'),
(15362,9284,'action created','2020-12-28 08:28:14','2020-12-28 03:28:14'),
(15363,9284,'action started via WP Cron','2020-12-28 08:29:14','2020-12-28 03:29:14'),
(15364,9284,'action complete via WP Cron','2020-12-28 08:29:14','2020-12-28 03:29:14'),
(15365,9285,'action created','2020-12-28 08:29:14','2020-12-28 03:29:14'),
(15366,9285,'action started via WP Cron','2020-12-28 08:30:28','2020-12-28 03:30:28'),
(15367,9285,'action complete via WP Cron','2020-12-28 08:30:28','2020-12-28 03:30:28'),
(15368,9286,'action created','2020-12-28 08:30:28','2020-12-28 03:30:28'),
(15369,9286,'action started via WP Cron','2020-12-28 08:31:11','2020-12-28 03:31:11'),
(15370,9286,'action complete via WP Cron','2020-12-28 08:31:11','2020-12-28 03:31:11'),
(15371,9287,'action created','2020-12-28 08:31:11','2020-12-28 03:31:11'),
(15372,9287,'action started via WP Cron','2020-12-28 08:32:14','2020-12-28 03:32:14'),
(15373,9287,'action complete via WP Cron','2020-12-28 08:32:14','2020-12-28 03:32:14'),
(15374,9288,'action created','2020-12-28 08:32:14','2020-12-28 03:32:14'),
(15375,9288,'action started via WP Cron','2020-12-28 08:33:30','2020-12-28 03:33:30'),
(15376,9288,'action complete via WP Cron','2020-12-28 08:33:30','2020-12-28 03:33:30'),
(15377,9289,'action created','2020-12-28 08:33:30','2020-12-28 03:33:30'),
(15378,9289,'action started via WP Cron','2020-12-28 08:34:25','2020-12-28 03:34:25'),
(15379,9289,'action complete via WP Cron','2020-12-28 08:34:25','2020-12-28 03:34:25'),
(15380,9290,'action created','2020-12-28 08:34:25','2020-12-28 03:34:25'),
(15381,9290,'action started via WP Cron','2020-12-28 08:35:19','2020-12-28 03:35:19'),
(15382,9290,'action complete via WP Cron','2020-12-28 08:35:19','2020-12-28 03:35:19'),
(15383,9291,'action created','2020-12-28 08:35:20','2020-12-28 03:35:20'),
(15384,9291,'action started via WP Cron','2020-12-28 08:36:42','2020-12-28 03:36:42'),
(15385,9291,'action complete via WP Cron','2020-12-28 08:36:42','2020-12-28 03:36:42'),
(15386,9292,'action created','2020-12-28 08:36:42','2020-12-28 03:36:42'),
(15387,9292,'action started via WP Cron','2020-12-28 08:39:27','2020-12-28 03:39:27'),
(15388,9292,'action complete via WP Cron','2020-12-28 08:39:27','2020-12-28 03:39:27'),
(15389,9293,'action created','2020-12-28 08:39:27','2020-12-28 03:39:27'),
(15390,9293,'action started via WP Cron','2020-12-28 08:42:03','2020-12-28 03:42:03'),
(15391,9293,'action complete via WP Cron','2020-12-28 08:42:03','2020-12-28 03:42:03'),
(15392,9294,'action created','2020-12-28 08:42:03','2020-12-28 03:42:03'),
(15393,9294,'action started via WP Cron','2020-12-28 08:44:57','2020-12-28 03:44:57'),
(15394,9294,'action complete via WP Cron','2020-12-28 08:44:57','2020-12-28 03:44:57'),
(15395,9295,'action created','2020-12-28 08:44:58','2020-12-28 03:44:58'),
(15396,9295,'action started via WP Cron','2020-12-28 08:45:49','2020-12-28 03:45:49'),
(15397,9295,'action complete via WP Cron','2020-12-28 08:45:49','2020-12-28 03:45:49'),
(15398,9296,'action created','2020-12-28 08:45:49','2020-12-28 03:45:49'),
(15399,9296,'action started via WP Cron','2020-12-28 08:46:59','2020-12-28 03:46:59'),
(15400,9296,'action complete via WP Cron','2020-12-28 08:46:59','2020-12-28 03:46:59'),
(15401,9297,'action created','2020-12-28 08:46:59','2020-12-28 03:46:59'),
(15402,9297,'action started via WP Cron','2020-12-28 08:48:46','2020-12-28 03:48:46'),
(15403,9297,'action complete via WP Cron','2020-12-28 08:48:46','2020-12-28 03:48:46'),
(15404,9298,'action created','2020-12-28 08:48:46','2020-12-28 03:48:46'),
(15405,9298,'action started via WP Cron','2020-12-28 08:51:11','2020-12-28 03:51:11'),
(15406,9298,'action complete via WP Cron','2020-12-28 08:51:11','2020-12-28 03:51:11'),
(15407,9299,'action created','2020-12-28 08:51:11','2020-12-28 03:51:11'),
(15408,9299,'action started via WP Cron','2020-12-28 08:57:06','2020-12-28 03:57:06'),
(15409,9299,'action complete via WP Cron','2020-12-28 08:57:06','2020-12-28 03:57:06'),
(15410,9300,'action created','2020-12-28 08:57:06','2020-12-28 03:57:06'),
(15411,9300,'action started via WP Cron','2020-12-28 08:58:14','2020-12-28 03:58:14'),
(15412,9300,'action complete via WP Cron','2020-12-28 08:58:14','2020-12-28 03:58:14'),
(15413,9301,'action created','2020-12-28 08:58:14','2020-12-28 03:58:14'),
(15414,9301,'action started via WP Cron','2020-12-28 09:00:32','2020-12-28 04:00:32'),
(15415,9301,'action complete via WP Cron','2020-12-28 09:00:32','2020-12-28 04:00:32'),
(15416,9302,'action created','2020-12-28 09:00:32','2020-12-28 04:00:32'),
(15417,9302,'action started via WP Cron','2020-12-28 09:01:34','2020-12-28 04:01:34'),
(15418,9302,'action complete via WP Cron','2020-12-28 09:01:34','2020-12-28 04:01:34'),
(15419,9303,'action created','2020-12-28 09:01:34','2020-12-28 04:01:34'),
(15420,9303,'action started via WP Cron','2020-12-28 09:02:14','2020-12-28 04:02:14'),
(15421,9303,'action complete via WP Cron','2020-12-28 09:02:14','2020-12-28 04:02:14'),
(15422,9304,'action created','2020-12-28 09:02:14','2020-12-28 04:02:14'),
(15423,9304,'action started via WP Cron','2020-12-28 09:03:40','2020-12-28 04:03:40'),
(15424,9304,'action complete via WP Cron','2020-12-28 09:03:40','2020-12-28 04:03:40'),
(15425,9305,'action created','2020-12-28 09:03:40','2020-12-28 04:03:40'),
(15426,9305,'action started via WP Cron','2020-12-28 09:04:45','2020-12-28 04:04:45'),
(15427,9305,'action complete via WP Cron','2020-12-28 09:04:45','2020-12-28 04:04:45'),
(15428,9306,'action created','2020-12-28 09:04:45','2020-12-28 04:04:45'),
(15429,9306,'action started via WP Cron','2020-12-28 09:05:19','2020-12-28 04:05:19'),
(15430,9306,'action complete via WP Cron','2020-12-28 09:05:19','2020-12-28 04:05:19'),
(15431,9307,'action created','2020-12-28 09:05:19','2020-12-28 04:05:19'),
(15432,9307,'action started via WP Cron','2020-12-28 09:06:14','2020-12-28 04:06:14'),
(15433,9307,'action complete via WP Cron','2020-12-28 09:06:14','2020-12-28 04:06:14'),
(15434,9308,'action created','2020-12-28 09:06:14','2020-12-28 04:06:14'),
(15435,9308,'action started via WP Cron','2020-12-28 09:09:44','2020-12-28 04:09:44'),
(15436,9308,'action complete via WP Cron','2020-12-28 09:09:44','2020-12-28 04:09:44'),
(15437,9309,'action created','2020-12-28 09:09:44','2020-12-28 04:09:44'),
(15438,9309,'action started via WP Cron','2020-12-28 09:12:07','2020-12-28 04:12:07'),
(15439,9309,'action complete via WP Cron','2020-12-28 09:12:07','2020-12-28 04:12:07'),
(15440,9310,'action created','2020-12-28 09:12:07','2020-12-28 04:12:07'),
(15441,9310,'action started via WP Cron','2020-12-28 09:14:06','2020-12-28 04:14:06'),
(15442,9310,'action complete via WP Cron','2020-12-28 09:14:06','2020-12-28 04:14:06'),
(15443,9311,'action created','2020-12-28 09:14:06','2020-12-28 04:14:06'),
(15444,9311,'action started via WP Cron','2020-12-28 09:16:57','2020-12-28 04:16:57'),
(15445,9311,'action complete via WP Cron','2020-12-28 09:16:57','2020-12-28 04:16:57'),
(15446,9312,'action created','2020-12-28 09:16:57','2020-12-28 04:16:57'),
(15447,9312,'action started via WP Cron','2020-12-28 09:17:28','2020-12-28 04:17:28'),
(15448,9312,'action complete via WP Cron','2020-12-28 09:17:28','2020-12-28 04:17:28'),
(15449,9313,'action created','2020-12-28 09:17:28','2020-12-28 04:17:28'),
(15450,9313,'action started via WP Cron','2020-12-28 09:18:59','2020-12-28 04:18:59'),
(15451,9313,'action complete via WP Cron','2020-12-28 09:18:59','2020-12-28 04:18:59'),
(15452,9314,'action created','2020-12-28 09:18:59','2020-12-28 04:18:59'),
(15453,9314,'action started via WP Cron','2020-12-28 09:24:02','2020-12-28 04:24:02'),
(15454,9314,'action complete via WP Cron','2020-12-28 09:24:02','2020-12-28 04:24:02'),
(15455,9315,'action created','2020-12-28 09:24:02','2020-12-28 04:24:02'),
(15456,9315,'action started via WP Cron','2020-12-28 09:24:57','2020-12-28 04:24:57'),
(15457,9315,'action complete via WP Cron','2020-12-28 09:24:57','2020-12-28 04:24:57'),
(15458,9316,'action created','2020-12-28 09:24:57','2020-12-28 04:24:57'),
(15459,9316,'action started via WP Cron','2020-12-28 09:26:06','2020-12-28 04:26:06'),
(15460,9316,'action complete via WP Cron','2020-12-28 09:26:06','2020-12-28 04:26:06'),
(15461,9317,'action created','2020-12-28 09:26:06','2020-12-28 04:26:06'),
(15462,9317,'action started via WP Cron','2020-12-28 09:27:13','2020-12-28 04:27:13'),
(15463,9317,'action complete via WP Cron','2020-12-28 09:27:13','2020-12-28 04:27:13'),
(15464,9318,'action created','2020-12-28 09:27:13','2020-12-28 04:27:13'),
(15465,9318,'action started via WP Cron','2020-12-28 09:31:11','2020-12-28 04:31:11'),
(15466,9318,'action complete via WP Cron','2020-12-28 09:31:11','2020-12-28 04:31:11'),
(15467,9319,'action created','2020-12-28 09:31:11','2020-12-28 04:31:11'),
(15468,9319,'action started via WP Cron','2020-12-28 09:33:18','2020-12-28 04:33:18'),
(15469,9319,'action complete via WP Cron','2020-12-28 09:33:18','2020-12-28 04:33:18'),
(15470,9320,'action created','2020-12-28 09:33:18','2020-12-28 04:33:18'),
(15471,9320,'action started via WP Cron','2020-12-28 09:34:37','2020-12-28 04:34:37'),
(15472,9320,'action complete via WP Cron','2020-12-28 09:34:37','2020-12-28 04:34:37'),
(15473,9321,'action created','2020-12-28 09:34:37','2020-12-28 04:34:37'),
(15474,9321,'action started via WP Cron','2020-12-28 09:35:54','2020-12-28 04:35:54'),
(15475,9321,'action complete via WP Cron','2020-12-28 09:35:54','2020-12-28 04:35:54'),
(15476,9322,'action created','2020-12-28 09:35:54','2020-12-28 04:35:54'),
(15477,9322,'action started via WP Cron','2020-12-28 09:36:18','2020-12-28 04:36:18'),
(15478,9322,'action complete via WP Cron','2020-12-28 09:36:18','2020-12-28 04:36:18'),
(15479,9323,'action created','2020-12-28 09:36:18','2020-12-28 04:36:18'),
(15480,9323,'action started via WP Cron','2020-12-28 09:38:02','2020-12-28 04:38:02'),
(15481,9323,'action complete via WP Cron','2020-12-28 09:38:02','2020-12-28 04:38:02'),
(15482,9324,'action created','2020-12-28 09:38:02','2020-12-28 04:38:02'),
(15483,9324,'action started via WP Cron','2020-12-28 09:38:20','2020-12-28 04:38:20'),
(15484,9324,'action complete via WP Cron','2020-12-28 09:38:20','2020-12-28 04:38:20'),
(15485,9325,'action created','2020-12-28 09:38:20','2020-12-28 04:38:20'),
(15486,9325,'action started via WP Cron','2020-12-28 09:39:29','2020-12-28 04:39:29'),
(15487,9325,'action complete via WP Cron','2020-12-28 09:39:29','2020-12-28 04:39:29'),
(15488,9326,'action created','2020-12-28 09:39:29','2020-12-28 04:39:29'),
(15489,9326,'action started via WP Cron','2020-12-28 09:40:16','2020-12-28 04:40:16'),
(15490,9326,'action complete via WP Cron','2020-12-28 09:40:16','2020-12-28 04:40:16'),
(15491,9327,'action created','2020-12-28 09:40:17','2020-12-28 04:40:17'),
(15492,9327,'action started via WP Cron','2020-12-28 09:41:25','2020-12-28 04:41:25'),
(15493,9327,'action complete via WP Cron','2020-12-28 09:41:25','2020-12-28 04:41:25'),
(15494,9328,'action created','2020-12-28 09:41:25','2020-12-28 04:41:25'),
(15495,9328,'action started via WP Cron','2020-12-28 09:45:07','2020-12-28 04:45:07'),
(15496,9328,'action complete via WP Cron','2020-12-28 09:45:07','2020-12-28 04:45:07'),
(15497,9329,'action created','2020-12-28 09:45:07','2020-12-28 04:45:07'),
(15498,9329,'action started via WP Cron','2020-12-28 09:52:54','2020-12-28 04:52:54'),
(15499,9329,'action complete via WP Cron','2020-12-28 09:52:54','2020-12-28 04:52:54'),
(15500,9330,'action created','2020-12-28 09:52:54','2020-12-28 04:52:54'),
(15501,9330,'action started via WP Cron','2020-12-28 09:54:07','2020-12-28 04:54:07'),
(15502,9330,'action complete via WP Cron','2020-12-28 09:54:07','2020-12-28 04:54:07'),
(15503,9331,'action created','2020-12-28 09:54:07','2020-12-28 04:54:07'),
(15504,9331,'action started via WP Cron','2020-12-28 10:03:00','2020-12-28 05:03:00'),
(15505,9331,'action complete via WP Cron','2020-12-28 10:03:00','2020-12-28 05:03:00'),
(15506,9332,'action created','2020-12-28 10:03:00','2020-12-28 05:03:00'),
(15507,9332,'action started via WP Cron','2020-12-28 10:03:55','2020-12-28 05:03:55'),
(15508,9332,'action complete via WP Cron','2020-12-28 10:03:55','2020-12-28 05:03:55'),
(15509,9333,'action created','2020-12-28 10:03:55','2020-12-28 05:03:55'),
(15510,9333,'action started via WP Cron','2020-12-28 10:04:41','2020-12-28 05:04:41'),
(15511,9333,'action complete via WP Cron','2020-12-28 10:04:41','2020-12-28 05:04:41'),
(15512,9334,'action created','2020-12-28 10:04:41','2020-12-28 05:04:41'),
(15513,9334,'action started via WP Cron','2020-12-28 10:06:36','2020-12-28 05:06:36'),
(15514,9334,'action complete via WP Cron','2020-12-28 10:06:36','2020-12-28 05:06:36'),
(15515,9335,'action created','2020-12-28 10:06:36','2020-12-28 05:06:36'),
(15516,9335,'action started via WP Cron','2020-12-28 10:12:18','2020-12-28 05:12:18'),
(15517,9335,'action complete via WP Cron','2020-12-28 10:12:18','2020-12-28 05:12:18'),
(15518,9336,'action created','2020-12-28 10:12:18','2020-12-28 05:12:18'),
(15519,9336,'action started via WP Cron','2020-12-28 10:13:44','2020-12-28 05:13:44'),
(15520,9336,'action complete via WP Cron','2020-12-28 10:13:44','2020-12-28 05:13:44'),
(15521,9337,'action created','2020-12-28 10:13:44','2020-12-28 05:13:44'),
(15522,9337,'action started via WP Cron','2020-12-28 10:14:42','2020-12-28 05:14:42'),
(15523,9337,'action complete via WP Cron','2020-12-28 10:14:42','2020-12-28 05:14:42'),
(15524,9338,'action created','2020-12-28 10:14:42','2020-12-28 05:14:42'),
(15525,9338,'action started via WP Cron','2020-12-28 10:15:37','2020-12-28 05:15:37'),
(15526,9338,'action complete via WP Cron','2020-12-28 10:15:37','2020-12-28 05:15:37'),
(15527,9339,'action created','2020-12-28 10:15:37','2020-12-28 05:15:37'),
(15528,9339,'action started via WP Cron','2020-12-28 10:16:11','2020-12-28 05:16:11'),
(15529,9339,'action complete via WP Cron','2020-12-28 10:16:11','2020-12-28 05:16:11'),
(15530,9340,'action created','2020-12-28 10:16:11','2020-12-28 05:16:11'),
(15531,9340,'action started via WP Cron','2020-12-28 10:17:28','2020-12-28 05:17:28'),
(15532,9340,'action complete via WP Cron','2020-12-28 10:17:28','2020-12-28 05:17:28'),
(15533,9341,'action created','2020-12-28 10:17:28','2020-12-28 05:17:28'),
(15534,9341,'action started via WP Cron','2020-12-28 10:21:30','2020-12-28 05:21:30'),
(15535,9341,'action complete via WP Cron','2020-12-28 10:21:30','2020-12-28 05:21:30'),
(15536,9342,'action created','2020-12-28 10:21:30','2020-12-28 05:21:30'),
(15537,9342,'action started via WP Cron','2020-12-28 10:22:16','2020-12-28 05:22:16'),
(15538,9342,'action complete via WP Cron','2020-12-28 10:22:16','2020-12-28 05:22:16'),
(15539,9343,'action created','2020-12-28 10:22:16','2020-12-28 05:22:16'),
(15540,9343,'action started via WP Cron','2020-12-28 10:24:11','2020-12-28 05:24:11'),
(15541,9343,'action complete via WP Cron','2020-12-28 10:24:11','2020-12-28 05:24:11'),
(15542,9344,'action created','2020-12-28 10:24:11','2020-12-28 05:24:11'),
(15543,9344,'action started via WP Cron','2020-12-28 10:25:26','2020-12-28 05:25:26'),
(15544,9344,'action complete via WP Cron','2020-12-28 10:25:26','2020-12-28 05:25:26'),
(15545,9345,'action created','2020-12-28 10:25:26','2020-12-28 05:25:26'),
(15546,9345,'action started via WP Cron','2020-12-28 10:28:58','2020-12-28 05:28:58'),
(15547,9345,'action complete via WP Cron','2020-12-28 10:28:58','2020-12-28 05:28:58'),
(15548,9346,'action created','2020-12-28 10:28:58','2020-12-28 05:28:58'),
(15549,9346,'action started via WP Cron','2020-12-28 10:32:49','2020-12-28 05:32:49'),
(15550,9346,'action complete via WP Cron','2020-12-28 10:32:49','2020-12-28 05:32:49'),
(15551,9347,'action created','2020-12-28 10:32:49','2020-12-28 05:32:49'),
(15552,9347,'action started via WP Cron','2020-12-28 10:34:37','2020-12-28 05:34:37'),
(15553,9347,'action complete via WP Cron','2020-12-28 10:34:37','2020-12-28 05:34:37'),
(15554,9348,'action created','2020-12-28 10:34:37','2020-12-28 05:34:37'),
(15555,9348,'action started via WP Cron','2020-12-28 10:35:51','2020-12-28 05:35:51'),
(15556,9348,'action complete via WP Cron','2020-12-28 10:35:51','2020-12-28 05:35:51'),
(15557,9349,'action created','2020-12-28 10:35:51','2020-12-28 05:35:51'),
(15558,9349,'action started via WP Cron','2020-12-28 10:36:14','2020-12-28 05:36:14'),
(15559,9349,'action complete via WP Cron','2020-12-28 10:36:14','2020-12-28 05:36:14'),
(15560,9350,'action created','2020-12-28 10:36:14','2020-12-28 05:36:14'),
(15561,9350,'action started via WP Cron','2020-12-28 10:37:12','2020-12-28 05:37:12'),
(15562,9350,'action complete via WP Cron','2020-12-28 10:37:12','2020-12-28 05:37:12'),
(15563,9351,'action created','2020-12-28 10:37:12','2020-12-28 05:37:12'),
(15564,9351,'action started via WP Cron','2020-12-28 10:38:17','2020-12-28 05:38:17'),
(15565,9351,'action complete via WP Cron','2020-12-28 10:38:17','2020-12-28 05:38:17'),
(15566,9352,'action created','2020-12-28 10:38:17','2020-12-28 05:38:17'),
(15567,9352,'action started via WP Cron','2020-12-28 10:39:13','2020-12-28 05:39:13'),
(15568,9352,'action complete via WP Cron','2020-12-28 10:39:13','2020-12-28 05:39:13'),
(15569,9353,'action created','2020-12-28 10:39:14','2020-12-28 05:39:14'),
(15570,9353,'action started via WP Cron','2020-12-28 10:40:14','2020-12-28 05:40:14'),
(15571,9353,'action complete via WP Cron','2020-12-28 10:40:14','2020-12-28 05:40:14'),
(15572,9354,'action created','2020-12-28 10:40:14','2020-12-28 05:40:14'),
(15573,9354,'action started via WP Cron','2020-12-28 10:41:17','2020-12-28 05:41:17'),
(15574,9354,'action complete via WP Cron','2020-12-28 10:41:17','2020-12-28 05:41:17'),
(15575,9355,'action created','2020-12-28 10:41:17','2020-12-28 05:41:17'),
(15576,9355,'action started via WP Cron','2020-12-28 10:42:15','2020-12-28 05:42:15'),
(15577,9355,'action complete via WP Cron','2020-12-28 10:42:15','2020-12-28 05:42:15'),
(15578,9356,'action created','2020-12-28 10:42:15','2020-12-28 05:42:15'),
(15579,9356,'action started via WP Cron','2020-12-28 10:43:19','2020-12-28 05:43:19'),
(15580,9356,'action complete via WP Cron','2020-12-28 10:43:19','2020-12-28 05:43:19'),
(15581,9357,'action created','2020-12-28 10:43:19','2020-12-28 05:43:19'),
(15582,9357,'action started via WP Cron','2020-12-28 10:44:13','2020-12-28 05:44:13'),
(15583,9357,'action complete via WP Cron','2020-12-28 10:44:13','2020-12-28 05:44:13'),
(15584,9358,'action created','2020-12-28 10:44:13','2020-12-28 05:44:13'),
(15585,9358,'action started via WP Cron','2020-12-28 10:45:54','2020-12-28 05:45:54'),
(15586,9358,'action complete via WP Cron','2020-12-28 10:45:54','2020-12-28 05:45:54'),
(15587,9359,'action created','2020-12-28 10:45:54','2020-12-28 05:45:54'),
(15588,9359,'action started via WP Cron','2020-12-28 10:46:21','2020-12-28 05:46:21'),
(15589,9359,'action complete via WP Cron','2020-12-28 10:46:21','2020-12-28 05:46:21'),
(15590,9360,'action created','2020-12-28 10:46:21','2020-12-28 05:46:21'),
(15591,9360,'action started via WP Cron','2020-12-28 10:47:13','2020-12-28 05:47:13'),
(15592,9360,'action complete via WP Cron','2020-12-28 10:47:13','2020-12-28 05:47:13'),
(15593,9361,'action created','2020-12-28 10:47:13','2020-12-28 05:47:13'),
(15594,9361,'action started via WP Cron','2020-12-28 10:55:12','2020-12-28 05:55:12'),
(15595,9361,'action complete via WP Cron','2020-12-28 10:55:12','2020-12-28 05:55:12'),
(15596,9362,'action created','2020-12-28 10:55:12','2020-12-28 05:55:12'),
(15597,9362,'action started via WP Cron','2020-12-28 10:56:38','2020-12-28 05:56:38'),
(15598,9362,'action complete via WP Cron','2020-12-28 10:56:38','2020-12-28 05:56:38'),
(15599,9363,'action created','2020-12-28 10:56:38','2020-12-28 05:56:38'),
(15600,9363,'action started via WP Cron','2020-12-28 10:57:42','2020-12-28 05:57:42'),
(15601,9363,'action complete via WP Cron','2020-12-28 10:57:42','2020-12-28 05:57:42'),
(15602,9364,'action created','2020-12-28 10:57:42','2020-12-28 05:57:42'),
(15603,9364,'action started via WP Cron','2020-12-28 10:58:32','2020-12-28 05:58:32'),
(15604,9364,'action complete via WP Cron','2020-12-28 10:58:32','2020-12-28 05:58:32'),
(15605,9365,'action created','2020-12-28 10:58:32','2020-12-28 05:58:32'),
(15606,9365,'action started via WP Cron','2020-12-28 11:01:40','2020-12-28 06:01:40'),
(15607,9365,'action complete via WP Cron','2020-12-28 11:01:40','2020-12-28 06:01:40'),
(15608,9366,'action created','2020-12-28 11:01:40','2020-12-28 06:01:40'),
(15609,9366,'action started via WP Cron','2020-12-28 11:02:16','2020-12-28 06:02:16'),
(15610,9366,'action complete via WP Cron','2020-12-28 11:02:16','2020-12-28 06:02:16'),
(15611,9367,'action created','2020-12-28 11:02:16','2020-12-28 06:02:16'),
(15612,9367,'action started via WP Cron','2020-12-28 11:03:17','2020-12-28 06:03:17'),
(15613,9367,'action complete via WP Cron','2020-12-28 11:03:17','2020-12-28 06:03:17'),
(15614,9368,'action created','2020-12-28 11:03:17','2020-12-28 06:03:17'),
(15615,9368,'action started via WP Cron','2020-12-28 11:04:15','2020-12-28 06:04:15'),
(15616,9368,'action complete via WP Cron','2020-12-28 11:04:15','2020-12-28 06:04:15'),
(15617,9369,'action created','2020-12-28 11:04:15','2020-12-28 06:04:15'),
(15618,9369,'action started via WP Cron','2020-12-28 11:05:16','2020-12-28 06:05:16'),
(15619,9369,'action complete via WP Cron','2020-12-28 11:05:17','2020-12-28 06:05:17'),
(15620,9370,'action created','2020-12-28 11:05:17','2020-12-28 06:05:17'),
(15621,9370,'action started via WP Cron','2020-12-28 11:06:15','2020-12-28 06:06:15'),
(15622,9370,'action complete via WP Cron','2020-12-28 11:06:15','2020-12-28 06:06:15'),
(15623,9371,'action created','2020-12-28 11:06:15','2020-12-28 06:06:15'),
(15624,9371,'action started via WP Cron','2020-12-28 11:07:28','2020-12-28 06:07:28'),
(15625,9371,'action complete via WP Cron','2020-12-28 11:07:28','2020-12-28 06:07:28'),
(15626,9372,'action created','2020-12-28 11:07:28','2020-12-28 06:07:28'),
(15627,9372,'action started via WP Cron','2020-12-28 11:09:10','2020-12-28 06:09:10'),
(15628,9372,'action complete via WP Cron','2020-12-28 11:09:10','2020-12-28 06:09:10'),
(15629,9373,'action created','2020-12-28 11:09:10','2020-12-28 06:09:10'),
(15630,9373,'action started via WP Cron','2020-12-28 11:10:58','2020-12-28 06:10:58'),
(15631,9373,'action complete via WP Cron','2020-12-28 11:10:58','2020-12-28 06:10:58'),
(15632,9374,'action created','2020-12-28 11:10:58','2020-12-28 06:10:58'),
(15633,9374,'action started via WP Cron','2020-12-28 11:11:37','2020-12-28 06:11:37'),
(15634,9374,'action complete via WP Cron','2020-12-28 11:11:37','2020-12-28 06:11:37'),
(15635,9375,'action created','2020-12-28 11:11:37','2020-12-28 06:11:37'),
(15636,9375,'action started via WP Cron','2020-12-28 11:12:15','2020-12-28 06:12:15'),
(15637,9375,'action complete via WP Cron','2020-12-28 11:12:15','2020-12-28 06:12:15'),
(15638,9376,'action created','2020-12-28 11:12:15','2020-12-28 06:12:15'),
(15639,9376,'action started via WP Cron','2020-12-28 11:14:03','2020-12-28 06:14:03'),
(15640,9376,'action complete via WP Cron','2020-12-28 11:14:03','2020-12-28 06:14:03'),
(15641,9377,'action created','2020-12-28 11:14:03','2020-12-28 06:14:03'),
(15642,9377,'action started via WP Cron','2020-12-28 11:15:08','2020-12-28 06:15:08'),
(15643,9377,'action complete via WP Cron','2020-12-28 11:15:08','2020-12-28 06:15:08'),
(15644,9378,'action created','2020-12-28 11:15:08','2020-12-28 06:15:08'),
(15645,9378,'action started via WP Cron','2020-12-28 11:17:05','2020-12-28 06:17:05'),
(15646,9378,'action complete via WP Cron','2020-12-28 11:17:05','2020-12-28 06:17:05'),
(15647,9379,'action created','2020-12-28 11:17:05','2020-12-28 06:17:05'),
(15648,9379,'action started via WP Cron','2020-12-28 11:18:23','2020-12-28 06:18:23'),
(15649,9379,'action complete via WP Cron','2020-12-28 11:18:23','2020-12-28 06:18:23'),
(15650,9380,'action created','2020-12-28 11:18:23','2020-12-28 06:18:23'),
(15651,9380,'action started via WP Cron','2020-12-28 11:23:32','2020-12-28 06:23:32'),
(15652,9380,'action complete via WP Cron','2020-12-28 11:23:32','2020-12-28 06:23:32'),
(15653,9381,'action created','2020-12-28 11:23:32','2020-12-28 06:23:32'),
(15654,9381,'action started via WP Cron','2020-12-28 11:25:00','2020-12-28 06:25:00'),
(15655,9381,'action complete via WP Cron','2020-12-28 11:25:00','2020-12-28 06:25:00'),
(15656,9382,'action created','2020-12-28 11:25:00','2020-12-28 06:25:00'),
(15657,9382,'action started via WP Cron','2020-12-28 11:25:24','2020-12-28 06:25:24'),
(15658,9382,'action complete via WP Cron','2020-12-28 11:25:24','2020-12-28 06:25:24'),
(15659,9383,'action created','2020-12-28 11:25:24','2020-12-28 06:25:24'),
(15660,9383,'action started via WP Cron','2020-12-28 11:26:51','2020-12-28 06:26:51'),
(15661,9383,'action complete via WP Cron','2020-12-28 11:26:51','2020-12-28 06:26:51'),
(15662,9384,'action created','2020-12-28 11:26:51','2020-12-28 06:26:51'),
(15663,9384,'action started via WP Cron','2020-12-28 11:31:59','2020-12-28 06:31:59'),
(15664,9384,'action complete via WP Cron','2020-12-28 11:31:59','2020-12-28 06:31:59'),
(15665,9385,'action created','2020-12-28 11:31:59','2020-12-28 06:31:59'),
(15666,9385,'action started via WP Cron','2020-12-28 11:35:25','2020-12-28 06:35:25'),
(15667,9385,'action complete via WP Cron','2020-12-28 11:35:25','2020-12-28 06:35:25'),
(15668,9386,'action created','2020-12-28 11:35:25','2020-12-28 06:35:25'),
(15669,9386,'action started via WP Cron','2020-12-28 11:37:09','2020-12-28 06:37:09'),
(15670,9386,'action complete via WP Cron','2020-12-28 11:37:09','2020-12-28 06:37:09'),
(15671,9387,'action created','2020-12-28 11:37:09','2020-12-28 06:37:09'),
(15672,9387,'action started via WP Cron','2020-12-28 11:38:13','2020-12-28 06:38:13'),
(15673,9387,'action complete via WP Cron','2020-12-28 11:38:13','2020-12-28 06:38:13'),
(15674,9388,'action created','2020-12-28 11:38:13','2020-12-28 06:38:13'),
(15675,9388,'action started via WP Cron','2020-12-28 11:41:29','2020-12-28 06:41:29'),
(15676,9388,'action complete via WP Cron','2020-12-28 11:41:29','2020-12-28 06:41:29'),
(15677,9389,'action created','2020-12-28 11:41:29','2020-12-28 06:41:29'),
(15678,9389,'action started via WP Cron','2020-12-28 11:42:12','2020-12-28 06:42:12'),
(15679,9389,'action complete via WP Cron','2020-12-28 11:42:12','2020-12-28 06:42:12'),
(15680,9390,'action created','2020-12-28 11:42:12','2020-12-28 06:42:12'),
(15681,9390,'action started via WP Cron','2020-12-28 11:46:33','2020-12-28 06:46:33'),
(15682,9390,'action complete via WP Cron','2020-12-28 11:46:33','2020-12-28 06:46:33'),
(15683,9391,'action created','2020-12-28 11:46:33','2020-12-28 06:46:33'),
(15684,9391,'action started via WP Cron','2020-12-28 11:50:13','2020-12-28 06:50:13'),
(15685,9391,'action complete via WP Cron','2020-12-28 11:50:13','2020-12-28 06:50:13'),
(15686,9392,'action created','2020-12-28 11:50:13','2020-12-28 06:50:13'),
(15687,9392,'action started via WP Cron','2020-12-28 11:51:15','2020-12-28 06:51:15'),
(15688,9392,'action complete via WP Cron','2020-12-28 11:51:15','2020-12-28 06:51:15'),
(15689,9393,'action created','2020-12-28 11:51:15','2020-12-28 06:51:15'),
(15690,9393,'action started via WP Cron','2020-12-28 11:53:04','2020-12-28 06:53:04'),
(15691,9393,'action complete via WP Cron','2020-12-28 11:53:04','2020-12-28 06:53:04'),
(15692,9394,'action created','2020-12-28 11:53:04','2020-12-28 06:53:04'),
(15693,9394,'action started via WP Cron','2020-12-28 12:00:55','2020-12-28 07:00:55'),
(15694,9394,'action complete via WP Cron','2020-12-28 12:00:55','2020-12-28 07:00:55'),
(15695,9395,'action created','2020-12-28 12:00:55','2020-12-28 07:00:55'),
(15696,9395,'action started via WP Cron','2020-12-28 12:03:05','2020-12-28 07:03:05'),
(15697,9395,'action complete via WP Cron','2020-12-28 12:03:06','2020-12-28 07:03:06'),
(15698,9396,'action created','2020-12-28 12:03:06','2020-12-28 07:03:06'),
(15699,9396,'action started via WP Cron','2020-12-28 12:04:52','2020-12-28 07:04:52'),
(15700,9396,'action complete via WP Cron','2020-12-28 12:04:52','2020-12-28 07:04:52'),
(15701,9397,'action created','2020-12-28 12:04:52','2020-12-28 07:04:52'),
(15702,9397,'action started via WP Cron','2020-12-28 12:05:22','2020-12-28 07:05:22'),
(15703,9397,'action complete via WP Cron','2020-12-28 12:05:22','2020-12-28 07:05:22'),
(15704,9398,'action created','2020-12-28 12:05:22','2020-12-28 07:05:22'),
(15705,9398,'action started via WP Cron','2020-12-28 12:06:12','2020-12-28 07:06:12'),
(15706,9398,'action complete via WP Cron','2020-12-28 12:06:12','2020-12-28 07:06:12'),
(15707,9399,'action created','2020-12-28 12:06:12','2020-12-28 07:06:12'),
(15708,9399,'action started via WP Cron','2020-12-28 12:07:15','2020-12-28 07:07:15'),
(15709,9399,'action complete via WP Cron','2020-12-28 12:07:15','2020-12-28 07:07:15'),
(15710,9400,'action created','2020-12-28 12:07:15','2020-12-28 07:07:15'),
(15711,9400,'action started via WP Cron','2020-12-28 12:10:06','2020-12-28 07:10:06'),
(15712,9400,'action complete via WP Cron','2020-12-28 12:10:06','2020-12-28 07:10:06'),
(15713,9401,'action created','2020-12-28 12:10:06','2020-12-28 07:10:06'),
(15714,9401,'action started via WP Cron','2020-12-28 12:10:50','2020-12-28 07:10:50'),
(15715,9401,'action complete via WP Cron','2020-12-28 12:10:50','2020-12-28 07:10:50'),
(15716,9402,'action created','2020-12-28 12:10:50','2020-12-28 07:10:50'),
(15717,9402,'action started via WP Cron','2020-12-28 12:11:16','2020-12-28 07:11:16'),
(15718,9402,'action complete via WP Cron','2020-12-28 12:11:16','2020-12-28 07:11:16'),
(15719,9403,'action created','2020-12-28 12:11:16','2020-12-28 07:11:16'),
(15720,9403,'action started via WP Cron','2020-12-28 12:12:47','2020-12-28 07:12:47'),
(15721,9403,'action complete via WP Cron','2020-12-28 12:12:47','2020-12-28 07:12:47'),
(15722,9404,'action created','2020-12-28 12:12:47','2020-12-28 07:12:47'),
(15723,9404,'action started via WP Cron','2020-12-28 12:13:11','2020-12-28 07:13:11'),
(15724,9404,'action complete via WP Cron','2020-12-28 12:13:11','2020-12-28 07:13:11'),
(15725,9405,'action created','2020-12-28 12:13:11','2020-12-28 07:13:11'),
(15726,9405,'action started via WP Cron','2020-12-28 12:14:16','2020-12-28 07:14:16'),
(15727,9405,'action complete via WP Cron','2020-12-28 12:14:16','2020-12-28 07:14:16'),
(15728,9406,'action created','2020-12-28 12:14:16','2020-12-28 07:14:16'),
(15729,9406,'action started via WP Cron','2020-12-28 12:15:13','2020-12-28 07:15:13'),
(15730,9406,'action complete via WP Cron','2020-12-28 12:15:13','2020-12-28 07:15:13'),
(15731,9407,'action created','2020-12-28 12:15:13','2020-12-28 07:15:13'),
(15732,9407,'action started via WP Cron','2020-12-28 12:17:49','2020-12-28 07:17:49'),
(15733,9407,'action complete via WP Cron','2020-12-28 12:17:50','2020-12-28 07:17:50'),
(15734,9408,'action created','2020-12-28 12:17:50','2020-12-28 07:17:50'),
(15735,9408,'action started via WP Cron','2020-12-28 12:18:22','2020-12-28 07:18:22'),
(15736,9408,'action complete via WP Cron','2020-12-28 12:18:22','2020-12-28 07:18:22'),
(15737,9409,'action created','2020-12-28 12:18:22','2020-12-28 07:18:22'),
(15738,9409,'action started via WP Cron','2020-12-28 12:19:13','2020-12-28 07:19:13'),
(15739,9409,'action complete via WP Cron','2020-12-28 12:19:13','2020-12-28 07:19:13'),
(15740,9410,'action created','2020-12-28 12:19:13','2020-12-28 07:19:13'),
(15741,9410,'action started via WP Cron','2020-12-28 12:20:55','2020-12-28 07:20:55'),
(15742,9410,'action complete via WP Cron','2020-12-28 12:20:55','2020-12-28 07:20:55'),
(15743,9411,'action created','2020-12-28 12:20:55','2020-12-28 07:20:55'),
(15744,9411,'action started via WP Cron','2020-12-28 12:23:31','2020-12-28 07:23:31'),
(15745,9411,'action complete via WP Cron','2020-12-28 12:23:31','2020-12-28 07:23:31'),
(15746,9412,'action created','2020-12-28 12:23:31','2020-12-28 07:23:31'),
(15747,9412,'action started via WP Cron','2020-12-28 12:24:18','2020-12-28 07:24:18'),
(15748,9412,'action complete via WP Cron','2020-12-28 12:24:18','2020-12-28 07:24:18'),
(15749,9413,'action created','2020-12-28 12:24:18','2020-12-28 07:24:18'),
(15750,9413,'action started via WP Cron','2020-12-28 12:28:00','2020-12-28 07:28:00'),
(15751,9413,'action complete via WP Cron','2020-12-28 12:28:00','2020-12-28 07:28:00'),
(15752,9414,'action created','2020-12-28 12:28:00','2020-12-28 07:28:00'),
(15753,9414,'action started via WP Cron','2020-12-28 12:29:10','2020-12-28 07:29:10'),
(15754,9414,'action complete via WP Cron','2020-12-28 12:29:10','2020-12-28 07:29:10'),
(15755,9415,'action created','2020-12-28 12:29:10','2020-12-28 07:29:10'),
(15756,9415,'action started via WP Cron','2020-12-28 12:30:35','2020-12-28 07:30:35'),
(15757,9415,'action complete via WP Cron','2020-12-28 12:30:35','2020-12-28 07:30:35'),
(15758,9416,'action created','2020-12-28 12:30:35','2020-12-28 07:30:35'),
(15759,9416,'action started via WP Cron','2020-12-28 12:37:17','2020-12-28 07:37:17'),
(15760,9416,'action complete via WP Cron','2020-12-28 12:37:17','2020-12-28 07:37:17'),
(15761,9417,'action created','2020-12-28 12:37:17','2020-12-28 07:37:17'),
(15762,9417,'action started via WP Cron','2020-12-28 12:38:26','2020-12-28 07:38:26'),
(15763,9417,'action complete via WP Cron','2020-12-28 12:38:26','2020-12-28 07:38:26'),
(15764,9418,'action created','2020-12-28 12:38:26','2020-12-28 07:38:26'),
(15765,9418,'action started via WP Cron','2020-12-28 12:39:12','2020-12-28 07:39:12'),
(15766,9418,'action complete via WP Cron','2020-12-28 12:39:12','2020-12-28 07:39:12'),
(15767,9419,'action created','2020-12-28 12:39:12','2020-12-28 07:39:12'),
(15768,9419,'action started via WP Cron','2020-12-28 12:40:24','2020-12-28 07:40:24'),
(15769,9419,'action complete via WP Cron','2020-12-28 12:40:24','2020-12-28 07:40:24'),
(15770,9420,'action created','2020-12-28 12:40:24','2020-12-28 07:40:24'),
(15771,9420,'action started via WP Cron','2020-12-28 12:43:00','2020-12-28 07:43:00'),
(15772,9420,'action complete via WP Cron','2020-12-28 12:43:00','2020-12-28 07:43:00'),
(15773,9421,'action created','2020-12-28 12:43:00','2020-12-28 07:43:00'),
(15774,9421,'action started via WP Cron','2020-12-28 12:43:29','2020-12-28 07:43:29'),
(15775,9421,'action complete via WP Cron','2020-12-28 12:43:29','2020-12-28 07:43:29'),
(15776,9422,'action created','2020-12-28 12:43:29','2020-12-28 07:43:29'),
(15777,9422,'action started via WP Cron','2020-12-28 12:44:45','2020-12-28 07:44:45'),
(15778,9422,'action complete via WP Cron','2020-12-28 12:44:45','2020-12-28 07:44:45'),
(15779,9423,'action created','2020-12-28 12:44:45','2020-12-28 07:44:45'),
(15780,9423,'action started via WP Cron','2020-12-28 12:45:28','2020-12-28 07:45:28'),
(15781,9423,'action complete via WP Cron','2020-12-28 12:45:28','2020-12-28 07:45:28'),
(15782,9424,'action created','2020-12-28 12:45:28','2020-12-28 07:45:28'),
(15783,9424,'action started via WP Cron','2020-12-28 12:48:39','2020-12-28 07:48:39'),
(15784,9424,'action complete via WP Cron','2020-12-28 12:48:39','2020-12-28 07:48:39'),
(15785,9425,'action created','2020-12-28 12:48:39','2020-12-28 07:48:39'),
(15786,9425,'action started via WP Cron','2020-12-28 12:52:08','2020-12-28 07:52:08'),
(15787,9425,'action complete via WP Cron','2020-12-28 12:52:08','2020-12-28 07:52:08'),
(15788,9426,'action created','2020-12-28 12:52:08','2020-12-28 07:52:08'),
(15789,9426,'action started via WP Cron','2020-12-28 12:53:12','2020-12-28 07:53:12'),
(15790,9426,'action complete via WP Cron','2020-12-28 12:53:12','2020-12-28 07:53:12'),
(15791,9427,'action created','2020-12-28 12:53:12','2020-12-28 07:53:12'),
(15792,9427,'action started via WP Cron','2020-12-28 12:54:16','2020-12-28 07:54:16'),
(15793,9427,'action complete via WP Cron','2020-12-28 12:54:16','2020-12-28 07:54:16'),
(15794,9428,'action created','2020-12-28 12:54:16','2020-12-28 07:54:16'),
(15795,9428,'action started via WP Cron','2020-12-28 12:55:23','2020-12-28 07:55:23'),
(15796,9428,'action complete via WP Cron','2020-12-28 12:55:23','2020-12-28 07:55:23'),
(15797,9429,'action created','2020-12-28 12:55:23','2020-12-28 07:55:23'),
(15798,9429,'action started via WP Cron','2020-12-28 12:56:15','2020-12-28 07:56:15'),
(15799,9429,'action complete via WP Cron','2020-12-28 12:56:15','2020-12-28 07:56:15'),
(15800,9430,'action created','2020-12-28 12:56:15','2020-12-28 07:56:15'),
(15801,9430,'action started via WP Cron','2020-12-28 12:57:20','2020-12-28 07:57:20'),
(15802,9430,'action complete via WP Cron','2020-12-28 12:57:20','2020-12-28 07:57:20'),
(15803,9431,'action created','2020-12-28 12:57:20','2020-12-28 07:57:20'),
(15804,9431,'action started via WP Cron','2020-12-28 12:58:28','2020-12-28 07:58:28'),
(15805,9431,'action complete via WP Cron','2020-12-28 12:58:28','2020-12-28 07:58:28'),
(15806,9432,'action created','2020-12-28 12:58:28','2020-12-28 07:58:28'),
(15807,9432,'action started via WP Cron','2020-12-28 12:59:21','2020-12-28 07:59:21'),
(15808,9432,'action complete via WP Cron','2020-12-28 12:59:21','2020-12-28 07:59:21'),
(15809,9433,'action created','2020-12-28 12:59:21','2020-12-28 07:59:21'),
(15810,9433,'action started via WP Cron','2020-12-28 13:00:15','2020-12-28 08:00:15'),
(15811,9433,'action complete via WP Cron','2020-12-28 13:00:15','2020-12-28 08:00:15'),
(15812,9434,'action created','2020-12-28 13:00:15','2020-12-28 08:00:15'),
(15813,9434,'action started via WP Cron','2020-12-28 13:01:13','2020-12-28 08:01:13'),
(15814,9434,'action complete via WP Cron','2020-12-28 13:01:13','2020-12-28 08:01:13'),
(15815,9435,'action created','2020-12-28 13:01:13','2020-12-28 08:01:13'),
(15816,9435,'action started via WP Cron','2020-12-28 13:02:15','2020-12-28 08:02:15'),
(15817,9435,'action complete via WP Cron','2020-12-28 13:02:15','2020-12-28 08:02:15'),
(15818,9436,'action created','2020-12-28 13:02:15','2020-12-28 08:02:15'),
(15819,9436,'action started via WP Cron','2020-12-28 13:03:18','2020-12-28 08:03:18'),
(15820,9436,'action complete via WP Cron','2020-12-28 13:03:18','2020-12-28 08:03:18'),
(15821,9437,'action created','2020-12-28 13:03:18','2020-12-28 08:03:18'),
(15822,9437,'action started via WP Cron','2020-12-28 13:04:25','2020-12-28 08:04:25'),
(15823,9437,'action complete via WP Cron','2020-12-28 13:04:25','2020-12-28 08:04:25'),
(15824,9438,'action created','2020-12-28 13:04:25','2020-12-28 08:04:25'),
(15825,9438,'action started via WP Cron','2020-12-28 13:05:27','2020-12-28 08:05:27'),
(15826,9438,'action complete via WP Cron','2020-12-28 13:05:27','2020-12-28 08:05:27'),
(15827,9439,'action created','2020-12-28 13:05:27','2020-12-28 08:05:27'),
(15828,9439,'action started via WP Cron','2020-12-28 13:06:13','2020-12-28 08:06:13'),
(15829,9439,'action complete via WP Cron','2020-12-28 13:06:13','2020-12-28 08:06:13'),
(15830,9440,'action created','2020-12-28 13:06:13','2020-12-28 08:06:13'),
(15831,9440,'action started via WP Cron','2020-12-28 13:11:36','2020-12-28 08:11:36'),
(15832,9440,'action complete via WP Cron','2020-12-28 13:11:36','2020-12-28 08:11:36'),
(15833,9441,'action created','2020-12-28 13:11:36','2020-12-28 08:11:36'),
(15834,9441,'action started via WP Cron','2020-12-28 13:12:33','2020-12-28 08:12:33'),
(15835,9441,'action complete via WP Cron','2020-12-28 13:12:33','2020-12-28 08:12:33'),
(15836,9442,'action created','2020-12-28 13:12:33','2020-12-28 08:12:33'),
(15837,9442,'action started via WP Cron','2020-12-28 13:14:20','2020-12-28 08:14:20'),
(15838,9442,'action complete via WP Cron','2020-12-28 13:14:20','2020-12-28 08:14:20'),
(15839,9443,'action created','2020-12-28 13:14:20','2020-12-28 08:14:20'),
(15840,9443,'action started via WP Cron','2020-12-28 13:17:53','2020-12-28 08:17:53'),
(15841,9443,'action complete via WP Cron','2020-12-28 13:17:53','2020-12-28 08:17:53'),
(15842,9444,'action created','2020-12-28 13:17:53','2020-12-28 08:17:53'),
(15843,9444,'action started via WP Cron','2020-12-28 13:18:41','2020-12-28 08:18:41'),
(15844,9444,'action complete via WP Cron','2020-12-28 13:18:41','2020-12-28 08:18:41'),
(15845,9445,'action created','2020-12-28 13:18:41','2020-12-28 08:18:41'),
(15846,9445,'action started via WP Cron','2020-12-28 13:23:34','2020-12-28 08:23:34'),
(15847,9445,'action complete via WP Cron','2020-12-28 13:23:34','2020-12-28 08:23:34'),
(15848,9446,'action created','2020-12-28 13:23:34','2020-12-28 08:23:34'),
(15849,9446,'action started via WP Cron','2020-12-28 13:25:56','2020-12-28 08:25:56'),
(15850,9446,'action complete via WP Cron','2020-12-28 13:25:56','2020-12-28 08:25:56'),
(15851,9447,'action created','2020-12-28 13:25:56','2020-12-28 08:25:56'),
(15852,9447,'action started via WP Cron','2020-12-28 13:27:37','2020-12-28 08:27:37'),
(15853,9447,'action complete via WP Cron','2020-12-28 13:27:37','2020-12-28 08:27:37'),
(15854,9448,'action created','2020-12-28 13:27:37','2020-12-28 08:27:37'),
(15855,9448,'action started via WP Cron','2020-12-28 13:28:44','2020-12-28 08:28:44'),
(15856,9448,'action complete via WP Cron','2020-12-28 13:28:44','2020-12-28 08:28:44'),
(15857,9449,'action created','2020-12-28 13:28:44','2020-12-28 08:28:44'),
(15858,9449,'action started via WP Cron','2020-12-28 13:31:16','2020-12-28 08:31:16'),
(15859,9449,'action complete via WP Cron','2020-12-28 13:31:16','2020-12-28 08:31:16'),
(15860,9450,'action created','2020-12-28 13:31:16','2020-12-28 08:31:16'),
(15861,9450,'action started via WP Cron','2020-12-28 13:33:58','2020-12-28 08:33:58'),
(15862,9450,'action complete via WP Cron','2020-12-28 13:33:58','2020-12-28 08:33:58'),
(15863,9451,'action created','2020-12-28 13:33:58','2020-12-28 08:33:58'),
(15864,9451,'action started via WP Cron','2020-12-28 13:37:44','2020-12-28 08:37:44'),
(15865,9451,'action complete via WP Cron','2020-12-28 13:37:44','2020-12-28 08:37:44'),
(15866,9452,'action created','2020-12-28 13:37:44','2020-12-28 08:37:44'),
(15867,9452,'action started via WP Cron','2020-12-28 13:40:01','2020-12-28 08:40:01'),
(15868,9452,'action complete via WP Cron','2020-12-28 13:40:01','2020-12-28 08:40:01'),
(15869,9453,'action created','2020-12-28 13:40:02','2020-12-28 08:40:02'),
(15870,9453,'action started via WP Cron','2020-12-28 13:40:47','2020-12-28 08:40:47'),
(15871,9453,'action complete via WP Cron','2020-12-28 13:40:47','2020-12-28 08:40:47'),
(15872,9454,'action created','2020-12-28 13:40:47','2020-12-28 08:40:47'),
(15873,9454,'action started via WP Cron','2020-12-28 13:43:38','2020-12-28 08:43:38'),
(15874,9454,'action complete via WP Cron','2020-12-28 13:43:38','2020-12-28 08:43:38'),
(15875,9455,'action created','2020-12-28 13:43:38','2020-12-28 08:43:38'),
(15876,9455,'action started via WP Cron','2020-12-28 13:44:32','2020-12-28 08:44:32'),
(15877,9455,'action complete via WP Cron','2020-12-28 13:44:32','2020-12-28 08:44:32'),
(15878,9456,'action created','2020-12-28 13:44:32','2020-12-28 08:44:32'),
(15879,9456,'action started via WP Cron','2020-12-28 13:46:21','2020-12-28 08:46:21'),
(15880,9456,'action complete via WP Cron','2020-12-28 13:46:21','2020-12-28 08:46:21'),
(15881,9457,'action created','2020-12-28 13:46:21','2020-12-28 08:46:21'),
(15882,9457,'action started via WP Cron','2020-12-28 13:47:56','2020-12-28 08:47:56'),
(15883,9457,'action complete via WP Cron','2020-12-28 13:47:56','2020-12-28 08:47:56'),
(15884,9458,'action created','2020-12-28 13:47:57','2020-12-28 08:47:57'),
(15885,9458,'action started via WP Cron','2020-12-28 13:49:40','2020-12-28 08:49:40'),
(15886,9458,'action complete via WP Cron','2020-12-28 13:49:40','2020-12-28 08:49:40'),
(15887,9459,'action created','2020-12-28 13:49:40','2020-12-28 08:49:40'),
(15888,9459,'action started via Async Request','2020-12-28 13:50:06','2020-12-28 08:50:06'),
(15889,9459,'action complete via Async Request','2020-12-28 13:50:06','2020-12-28 08:50:06'),
(15890,9460,'action created','2020-12-28 13:53:06','2020-12-28 08:53:06'),
(15891,9460,'action started via WP Cron','2020-12-28 13:56:31','2020-12-28 08:56:31'),
(15892,9460,'action complete via WP Cron','2020-12-28 13:56:31','2020-12-28 08:56:31'),
(15893,9461,'action created','2020-12-28 13:56:31','2020-12-28 08:56:31'),
(15894,9461,'action started via WP Cron','2020-12-28 13:57:56','2020-12-28 08:57:56'),
(15895,9461,'action complete via WP Cron','2020-12-28 13:57:56','2020-12-28 08:57:56'),
(15896,9462,'action created','2020-12-28 13:57:56','2020-12-28 08:57:56'),
(15897,9462,'action started via WP Cron','2020-12-28 13:58:57','2020-12-28 08:58:57'),
(15898,9462,'action complete via WP Cron','2020-12-28 13:58:57','2020-12-28 08:58:57'),
(15899,9463,'action created','2020-12-28 13:58:57','2020-12-28 08:58:57'),
(15900,9463,'action started via WP Cron','2020-12-28 13:59:51','2020-12-28 08:59:51'),
(15901,9463,'action complete via WP Cron','2020-12-28 13:59:51','2020-12-28 08:59:51'),
(15902,9464,'action created','2020-12-28 13:59:51','2020-12-28 08:59:51'),
(15903,9464,'action started via WP Cron','2020-12-28 14:00:35','2020-12-28 09:00:35'),
(15904,9464,'action complete via WP Cron','2020-12-28 14:00:35','2020-12-28 09:00:35'),
(15905,9465,'action created','2020-12-28 14:00:35','2020-12-28 09:00:35'),
(15906,9465,'action started via WP Cron','2020-12-28 14:01:30','2020-12-28 09:01:30'),
(15907,9465,'action complete via WP Cron','2020-12-28 14:01:30','2020-12-28 09:01:30'),
(15908,9466,'action created','2020-12-28 14:01:30','2020-12-28 09:01:30'),
(15909,9466,'action started via WP Cron','2020-12-28 14:02:21','2020-12-28 09:02:21'),
(15910,9466,'action complete via WP Cron','2020-12-28 14:02:21','2020-12-28 09:02:21'),
(15911,9467,'action created','2020-12-28 14:02:21','2020-12-28 09:02:21'),
(15912,9467,'action started via WP Cron','2020-12-28 14:06:07','2020-12-28 09:06:07'),
(15913,9467,'action complete via WP Cron','2020-12-28 14:06:07','2020-12-28 09:06:07'),
(15914,9468,'action created','2020-12-28 14:06:07','2020-12-28 09:06:07'),
(15915,9468,'action started via WP Cron','2020-12-28 14:08:02','2020-12-28 09:08:02'),
(15916,9468,'action complete via WP Cron','2020-12-28 14:08:02','2020-12-28 09:08:02'),
(15917,9469,'action created','2020-12-28 14:08:02','2020-12-28 09:08:02'),
(15918,9469,'action started via WP Cron','2020-12-28 14:11:20','2020-12-28 09:11:20'),
(15919,9469,'action complete via WP Cron','2020-12-28 14:11:20','2020-12-28 09:11:20'),
(15920,9470,'action created','2020-12-28 14:11:20','2020-12-28 09:11:20'),
(15921,9470,'action started via WP Cron','2020-12-28 14:12:41','2020-12-28 09:12:41'),
(15922,9470,'action complete via WP Cron','2020-12-28 14:12:41','2020-12-28 09:12:41'),
(15923,9471,'action created','2020-12-28 14:12:41','2020-12-28 09:12:41'),
(15924,9471,'action started via WP Cron','2020-12-28 14:13:38','2020-12-28 09:13:38'),
(15925,9471,'action complete via WP Cron','2020-12-28 14:13:38','2020-12-28 09:13:38'),
(15926,9472,'action created','2020-12-28 14:13:38','2020-12-28 09:13:38'),
(15927,9472,'action started via WP Cron','2020-12-28 14:15:21','2020-12-28 09:15:21'),
(15928,9472,'action complete via WP Cron','2020-12-28 14:15:21','2020-12-28 09:15:21'),
(15929,9473,'action created','2020-12-28 14:15:21','2020-12-28 09:15:21'),
(15930,9473,'action started via WP Cron','2020-12-28 14:16:18','2020-12-28 09:16:18'),
(15931,9473,'action complete via WP Cron','2020-12-28 14:16:18','2020-12-28 09:16:18'),
(15932,9474,'action created','2020-12-28 14:16:18','2020-12-28 09:16:18'),
(15933,9474,'action started via WP Cron','2020-12-28 14:20:08','2020-12-28 09:20:08'),
(15934,9474,'action complete via WP Cron','2020-12-28 14:20:08','2020-12-28 09:20:08'),
(15935,9475,'action created','2020-12-28 14:20:08','2020-12-28 09:20:08'),
(15936,9475,'action started via WP Cron','2020-12-28 14:21:59','2020-12-28 09:21:59'),
(15937,9475,'action complete via WP Cron','2020-12-28 14:21:59','2020-12-28 09:21:59'),
(15938,9476,'action created','2020-12-28 14:21:59','2020-12-28 09:21:59'),
(15939,9476,'action started via WP Cron','2020-12-28 14:22:34','2020-12-28 09:22:34'),
(15940,9476,'action complete via WP Cron','2020-12-28 14:22:34','2020-12-28 09:22:34'),
(15941,9477,'action created','2020-12-28 14:22:34','2020-12-28 09:22:34'),
(15942,9477,'action started via WP Cron','2020-12-28 14:25:46','2020-12-28 09:25:46'),
(15943,9477,'action complete via WP Cron','2020-12-28 14:25:46','2020-12-28 09:25:46'),
(15944,9478,'action created','2020-12-28 14:25:46','2020-12-28 09:25:46'),
(15945,9478,'action started via WP Cron','2020-12-28 14:31:45','2020-12-28 09:31:45'),
(15946,9478,'action complete via WP Cron','2020-12-28 14:31:45','2020-12-28 09:31:45'),
(15947,9479,'action created','2020-12-28 14:31:45','2020-12-28 09:31:45'),
(15948,9479,'action started via WP Cron','2020-12-28 14:32:24','2020-12-28 09:32:24'),
(15949,9479,'action complete via WP Cron','2020-12-28 14:32:24','2020-12-28 09:32:24'),
(15950,9480,'action created','2020-12-28 14:32:24','2020-12-28 09:32:24'),
(15951,9480,'action started via WP Cron','2020-12-28 14:34:06','2020-12-28 09:34:06'),
(15952,9480,'action complete via WP Cron','2020-12-28 14:34:06','2020-12-28 09:34:06'),
(15953,9481,'action created','2020-12-28 14:34:06','2020-12-28 09:34:06'),
(15954,9481,'action started via WP Cron','2020-12-28 14:34:57','2020-12-28 09:34:57'),
(15955,9481,'action complete via WP Cron','2020-12-28 14:34:57','2020-12-28 09:34:57'),
(15956,9482,'action created','2020-12-28 14:34:57','2020-12-28 09:34:57'),
(15957,9482,'action started via WP Cron','2020-12-28 14:36:59','2020-12-28 09:36:59'),
(15958,9482,'action complete via WP Cron','2020-12-28 14:36:59','2020-12-28 09:36:59'),
(15959,9483,'action created','2020-12-28 14:36:59','2020-12-28 09:36:59'),
(15960,9483,'action started via WP Cron','2020-12-28 14:37:13','2020-12-28 09:37:13'),
(15961,9483,'action complete via WP Cron','2020-12-28 14:37:13','2020-12-28 09:37:13'),
(15962,9484,'action created','2020-12-28 14:37:13','2020-12-28 09:37:13'),
(15963,9484,'action started via WP Cron','2020-12-28 14:38:23','2020-12-28 09:38:23'),
(15964,9484,'action complete via WP Cron','2020-12-28 14:38:23','2020-12-28 09:38:23'),
(15965,9485,'action created','2020-12-28 14:38:23','2020-12-28 09:38:23'),
(15966,9485,'action started via WP Cron','2020-12-28 14:46:01','2020-12-28 09:46:01'),
(15967,9485,'action complete via WP Cron','2020-12-28 14:46:01','2020-12-28 09:46:01'),
(15968,9486,'action created','2020-12-28 14:46:01','2020-12-28 09:46:01'),
(15969,9486,'action started via WP Cron','2020-12-28 14:47:43','2020-12-28 09:47:43'),
(15970,9486,'action complete via WP Cron','2020-12-28 14:47:43','2020-12-28 09:47:43'),
(15971,9487,'action created','2020-12-28 14:47:43','2020-12-28 09:47:43'),
(15972,9487,'action started via WP Cron','2020-12-28 14:48:24','2020-12-28 09:48:24'),
(15973,9487,'action complete via WP Cron','2020-12-28 14:48:24','2020-12-28 09:48:24'),
(15974,9488,'action created','2020-12-28 14:48:24','2020-12-28 09:48:24'),
(15975,9488,'action started via WP Cron','2020-12-28 14:49:37','2020-12-28 09:49:37'),
(15976,9488,'action complete via WP Cron','2020-12-28 14:49:37','2020-12-28 09:49:37'),
(15977,9489,'action created','2020-12-28 14:49:37','2020-12-28 09:49:37'),
(15978,9489,'action started via WP Cron','2020-12-28 14:50:23','2020-12-28 09:50:23'),
(15979,9489,'action complete via WP Cron','2020-12-28 14:50:23','2020-12-28 09:50:23'),
(15980,9490,'action created','2020-12-28 14:50:23','2020-12-28 09:50:23'),
(15981,9490,'action started via WP Cron','2020-12-28 14:52:40','2020-12-28 09:52:40'),
(15982,9490,'action complete via WP Cron','2020-12-28 14:52:40','2020-12-28 09:52:40'),
(15983,9491,'action created','2020-12-28 14:52:40','2020-12-28 09:52:40'),
(15984,9491,'action started via WP Cron','2020-12-28 14:53:43','2020-12-28 09:53:43'),
(15985,9491,'action complete via WP Cron','2020-12-28 14:53:43','2020-12-28 09:53:43'),
(15986,9492,'action created','2020-12-28 14:53:43','2020-12-28 09:53:43'),
(15987,9492,'action started via WP Cron','2020-12-28 14:54:24','2020-12-28 09:54:24'),
(15988,9492,'action complete via WP Cron','2020-12-28 14:54:24','2020-12-28 09:54:24'),
(15989,9493,'action created','2020-12-28 14:54:24','2020-12-28 09:54:24'),
(15990,9493,'action started via WP Cron','2020-12-28 14:55:16','2020-12-28 09:55:16'),
(15991,9493,'action complete via WP Cron','2020-12-28 14:55:16','2020-12-28 09:55:16'),
(15992,9494,'action created','2020-12-28 14:55:16','2020-12-28 09:55:16'),
(15993,9494,'action started via WP Cron','2020-12-28 15:01:06','2020-12-28 10:01:06'),
(15994,9494,'action complete via WP Cron','2020-12-28 15:01:06','2020-12-28 10:01:06'),
(15995,9495,'action created','2020-12-28 15:01:06','2020-12-28 10:01:06'),
(15996,9495,'action started via WP Cron','2020-12-28 15:01:46','2020-12-28 10:01:46'),
(15997,9495,'action complete via WP Cron','2020-12-28 15:01:46','2020-12-28 10:01:46'),
(15998,9496,'action created','2020-12-28 15:01:46','2020-12-28 10:01:46'),
(15999,9496,'action started via WP Cron','2020-12-28 15:02:26','2020-12-28 10:02:26'),
(16000,9496,'action complete via WP Cron','2020-12-28 15:02:26','2020-12-28 10:02:26'),
(16001,9497,'action created','2020-12-28 15:02:26','2020-12-28 10:02:26'),
(16002,9497,'action started via WP Cron','2020-12-28 15:03:46','2020-12-28 10:03:46'),
(16003,9497,'action complete via WP Cron','2020-12-28 15:03:46','2020-12-28 10:03:46'),
(16004,9498,'action created','2020-12-28 15:03:46','2020-12-28 10:03:46'),
(16005,9498,'action started via WP Cron','2020-12-28 15:04:42','2020-12-28 10:04:42'),
(16006,9498,'action complete via WP Cron','2020-12-28 15:04:43','2020-12-28 10:04:43'),
(16007,9499,'action created','2020-12-28 15:04:43','2020-12-28 10:04:43'),
(16008,9499,'action started via WP Cron','2020-12-28 15:05:21','2020-12-28 10:05:21'),
(16009,9499,'action complete via WP Cron','2020-12-28 15:05:21','2020-12-28 10:05:21'),
(16010,9500,'action created','2020-12-28 15:05:21','2020-12-28 10:05:21'),
(16011,9500,'action started via WP Cron','2020-12-28 15:06:21','2020-12-28 10:06:21'),
(16012,9500,'action complete via WP Cron','2020-12-28 15:06:21','2020-12-28 10:06:21'),
(16013,9501,'action created','2020-12-28 15:06:21','2020-12-28 10:06:21'),
(16014,9501,'action started via WP Cron','2020-12-28 15:07:14','2020-12-28 10:07:14'),
(16015,9501,'action complete via WP Cron','2020-12-28 15:07:14','2020-12-28 10:07:14'),
(16016,9502,'action created','2020-12-28 15:07:14','2020-12-28 10:07:14'),
(16017,9502,'action started via WP Cron','2020-12-28 15:08:11','2020-12-28 10:08:11'),
(16018,9502,'action complete via WP Cron','2020-12-28 15:08:11','2020-12-28 10:08:11'),
(16019,9503,'action created','2020-12-28 15:08:11','2020-12-28 10:08:11'),
(16020,9503,'action started via WP Cron','2020-12-28 15:09:31','2020-12-28 10:09:31'),
(16021,9503,'action complete via WP Cron','2020-12-28 15:09:31','2020-12-28 10:09:31'),
(16022,9504,'action created','2020-12-28 15:09:31','2020-12-28 10:09:31'),
(16023,9504,'action started via WP Cron','2020-12-28 15:11:13','2020-12-28 10:11:13'),
(16024,9504,'action complete via WP Cron','2020-12-28 15:11:13','2020-12-28 10:11:13'),
(16025,9505,'action created','2020-12-28 15:11:13','2020-12-28 10:11:13'),
(16026,9505,'action started via WP Cron','2020-12-28 15:12:21','2020-12-28 10:12:21'),
(16027,9505,'action complete via WP Cron','2020-12-28 15:12:21','2020-12-28 10:12:21'),
(16028,9506,'action created','2020-12-28 15:12:21','2020-12-28 10:12:21'),
(16029,9506,'action started via WP Cron','2020-12-28 15:14:04','2020-12-28 10:14:04'),
(16030,9506,'action complete via WP Cron','2020-12-28 15:14:04','2020-12-28 10:14:04'),
(16031,9507,'action created','2020-12-28 15:14:04','2020-12-28 10:14:04'),
(16032,9507,'action started via WP Cron','2020-12-28 15:15:37','2020-12-28 10:15:37'),
(16033,9507,'action complete via WP Cron','2020-12-28 15:15:37','2020-12-28 10:15:37'),
(16034,9508,'action created','2020-12-28 15:15:37','2020-12-28 10:15:37'),
(16035,9508,'action started via WP Cron','2020-12-28 15:16:54','2020-12-28 10:16:54'),
(16036,9508,'action complete via WP Cron','2020-12-28 15:16:54','2020-12-28 10:16:54'),
(16037,9509,'action created','2020-12-28 15:16:54','2020-12-28 10:16:54'),
(16038,9509,'action started via WP Cron','2020-12-28 15:19:50','2020-12-28 10:19:50'),
(16039,9509,'action complete via WP Cron','2020-12-28 15:19:50','2020-12-28 10:19:50'),
(16040,9510,'action created','2020-12-28 15:19:50','2020-12-28 10:19:50'),
(16041,9510,'action started via WP Cron','2020-12-28 15:20:33','2020-12-28 10:20:33'),
(16042,9510,'action complete via WP Cron','2020-12-28 15:20:33','2020-12-28 10:20:33'),
(16043,9511,'action created','2020-12-28 15:20:33','2020-12-28 10:20:33'),
(16044,9511,'action started via WP Cron','2020-12-28 15:21:39','2020-12-28 10:21:39'),
(16045,9511,'action complete via WP Cron','2020-12-28 15:21:39','2020-12-28 10:21:39'),
(16046,9512,'action created','2020-12-28 15:21:39','2020-12-28 10:21:39'),
(16047,9512,'action started via WP Cron','2020-12-28 15:22:31','2020-12-28 10:22:31'),
(16048,9512,'action complete via WP Cron','2020-12-28 15:22:31','2020-12-28 10:22:31'),
(16049,9513,'action created','2020-12-28 15:22:31','2020-12-28 10:22:31'),
(16050,9513,'action started via WP Cron','2020-12-28 15:26:29','2020-12-28 10:26:29'),
(16051,9513,'action complete via WP Cron','2020-12-28 15:26:29','2020-12-28 10:26:29'),
(16052,9514,'action created','2020-12-28 15:26:29','2020-12-28 10:26:29'),
(16053,9514,'action started via WP Cron','2020-12-28 15:31:32','2020-12-28 10:31:32'),
(16054,9514,'action complete via WP Cron','2020-12-28 15:31:32','2020-12-28 10:31:32'),
(16055,9515,'action created','2020-12-28 15:31:32','2020-12-28 10:31:32'),
(16056,9515,'action started via WP Cron','2020-12-28 15:33:00','2020-12-28 10:33:00'),
(16057,9515,'action complete via WP Cron','2020-12-28 15:33:00','2020-12-28 10:33:00'),
(16058,9516,'action created','2020-12-28 15:33:00','2020-12-28 10:33:00'),
(16059,9516,'action started via WP Cron','2020-12-28 15:34:27','2020-12-28 10:34:27'),
(16060,9516,'action complete via WP Cron','2020-12-28 15:34:27','2020-12-28 10:34:27'),
(16061,9517,'action created','2020-12-28 15:34:28','2020-12-28 10:34:28'),
(16062,9517,'action started via WP Cron','2020-12-28 15:39:15','2020-12-28 10:39:15'),
(16063,9517,'action complete via WP Cron','2020-12-28 15:39:15','2020-12-28 10:39:15'),
(16064,9518,'action created','2020-12-28 15:39:15','2020-12-28 10:39:15'),
(16065,9518,'action started via WP Cron','2020-12-28 15:40:36','2020-12-28 10:40:36'),
(16066,9518,'action complete via WP Cron','2020-12-28 15:40:36','2020-12-28 10:40:36'),
(16067,9519,'action created','2020-12-28 15:40:36','2020-12-28 10:40:36'),
(16068,9519,'action started via WP Cron','2020-12-28 15:41:23','2020-12-28 10:41:23'),
(16069,9519,'action complete via WP Cron','2020-12-28 15:41:23','2020-12-28 10:41:23'),
(16070,9520,'action created','2020-12-28 15:41:23','2020-12-28 10:41:23'),
(16071,9520,'action started via WP Cron','2020-12-28 15:43:30','2020-12-28 10:43:30'),
(16072,9520,'action complete via WP Cron','2020-12-28 15:43:30','2020-12-28 10:43:30'),
(16073,9521,'action created','2020-12-28 15:43:30','2020-12-28 10:43:30'),
(16074,9521,'action started via WP Cron','2020-12-28 15:44:34','2020-12-28 10:44:34'),
(16075,9521,'action complete via WP Cron','2020-12-28 15:44:34','2020-12-28 10:44:34'),
(16076,9522,'action created','2020-12-28 15:44:34','2020-12-28 10:44:34'),
(16077,9522,'action started via WP Cron','2020-12-28 15:46:14','2020-12-28 10:46:14'),
(16078,9522,'action complete via WP Cron','2020-12-28 15:46:14','2020-12-28 10:46:14'),
(16079,9523,'action created','2020-12-28 15:46:14','2020-12-28 10:46:14'),
(16080,9523,'action started via WP Cron','2020-12-28 15:47:48','2020-12-28 10:47:48'),
(16081,9523,'action complete via WP Cron','2020-12-28 15:47:48','2020-12-28 10:47:48'),
(16082,9524,'action created','2020-12-28 15:47:48','2020-12-28 10:47:48'),
(16083,9524,'action started via WP Cron','2020-12-28 15:48:32','2020-12-28 10:48:32'),
(16084,9524,'action complete via WP Cron','2020-12-28 15:48:32','2020-12-28 10:48:32'),
(16085,9525,'action created','2020-12-28 15:48:32','2020-12-28 10:48:32'),
(16086,9525,'action started via WP Cron','2020-12-28 15:49:53','2020-12-28 10:49:53'),
(16087,9525,'action complete via WP Cron','2020-12-28 15:49:53','2020-12-28 10:49:53'),
(16088,9526,'action created','2020-12-28 15:49:53','2020-12-28 10:49:53'),
(16089,9526,'action started via WP Cron','2020-12-28 15:50:20','2020-12-28 10:50:20'),
(16090,9526,'action complete via WP Cron','2020-12-28 15:50:20','2020-12-28 10:50:20'),
(16091,9527,'action created','2020-12-28 15:50:20','2020-12-28 10:50:20'),
(16092,9527,'action started via WP Cron','2020-12-28 15:51:15','2020-12-28 10:51:15'),
(16093,9527,'action complete via WP Cron','2020-12-28 15:51:15','2020-12-28 10:51:15'),
(16094,9528,'action created','2020-12-28 15:51:15','2020-12-28 10:51:15'),
(16095,9528,'action started via WP Cron','2020-12-28 15:52:48','2020-12-28 10:52:48'),
(16096,9528,'action complete via WP Cron','2020-12-28 15:52:48','2020-12-28 10:52:48'),
(16097,9529,'action created','2020-12-28 15:52:48','2020-12-28 10:52:48'),
(16098,9529,'action started via WP Cron','2020-12-28 15:54:00','2020-12-28 10:54:00'),
(16099,9529,'action complete via WP Cron','2020-12-28 15:54:00','2020-12-28 10:54:00'),
(16100,9530,'action created','2020-12-28 15:54:00','2020-12-28 10:54:00'),
(16101,9530,'action started via WP Cron','2020-12-28 15:55:32','2020-12-28 10:55:32'),
(16102,9530,'action complete via WP Cron','2020-12-28 15:55:32','2020-12-28 10:55:32'),
(16103,9531,'action created','2020-12-28 15:55:32','2020-12-28 10:55:32'),
(16104,9531,'action started via WP Cron','2020-12-28 15:56:14','2020-12-28 10:56:14'),
(16105,9531,'action complete via WP Cron','2020-12-28 15:56:14','2020-12-28 10:56:14'),
(16106,9532,'action created','2020-12-28 15:56:15','2020-12-28 10:56:15'),
(16107,9532,'action started via WP Cron','2020-12-28 15:57:33','2020-12-28 10:57:33'),
(16108,9532,'action complete via WP Cron','2020-12-28 15:57:33','2020-12-28 10:57:33'),
(16109,9533,'action created','2020-12-28 15:57:33','2020-12-28 10:57:33'),
(16110,9533,'action started via WP Cron','2020-12-28 15:58:19','2020-12-28 10:58:19'),
(16111,9533,'action complete via WP Cron','2020-12-28 15:58:19','2020-12-28 10:58:19'),
(16112,9534,'action created','2020-12-28 15:58:19','2020-12-28 10:58:19'),
(16113,9534,'action started via WP Cron','2020-12-28 16:01:10','2020-12-28 11:01:10'),
(16114,9534,'action complete via WP Cron','2020-12-28 16:01:10','2020-12-28 11:01:10'),
(16115,9535,'action created','2020-12-28 16:01:10','2020-12-28 11:01:10'),
(16116,9535,'action started via WP Cron','2020-12-28 16:01:26','2020-12-28 11:01:26'),
(16117,9535,'action complete via WP Cron','2020-12-28 16:01:26','2020-12-28 11:01:26'),
(16118,9536,'action created','2020-12-28 16:01:26','2020-12-28 11:01:26'),
(16119,9536,'action started via WP Cron','2020-12-28 16:03:07','2020-12-28 11:03:07'),
(16120,9536,'action complete via WP Cron','2020-12-28 16:03:07','2020-12-28 11:03:07'),
(16121,9537,'action created','2020-12-28 16:03:07','2020-12-28 11:03:07'),
(16122,9537,'action started via WP Cron','2020-12-28 16:03:42','2020-12-28 11:03:42'),
(16123,9537,'action complete via WP Cron','2020-12-28 16:03:42','2020-12-28 11:03:42'),
(16124,9538,'action created','2020-12-28 16:03:42','2020-12-28 11:03:42'),
(16125,9538,'action started via WP Cron','2020-12-28 16:04:36','2020-12-28 11:04:36'),
(16126,9538,'action complete via WP Cron','2020-12-28 16:04:36','2020-12-28 11:04:36'),
(16127,9539,'action created','2020-12-28 16:04:36','2020-12-28 11:04:36'),
(16128,9539,'action started via WP Cron','2020-12-28 16:05:17','2020-12-28 11:05:17'),
(16129,9539,'action complete via WP Cron','2020-12-28 16:05:17','2020-12-28 11:05:17'),
(16130,9540,'action created','2020-12-28 16:05:17','2020-12-28 11:05:17'),
(16131,9540,'action started via WP Cron','2020-12-28 16:07:32','2020-12-28 11:07:32'),
(16132,9540,'action complete via WP Cron','2020-12-28 16:07:32','2020-12-28 11:07:32'),
(16133,9541,'action created','2020-12-28 16:07:32','2020-12-28 11:07:32'),
(16134,9541,'action started via WP Cron','2020-12-28 16:09:50','2020-12-28 11:09:50'),
(16135,9541,'action complete via WP Cron','2020-12-28 16:09:50','2020-12-28 11:09:50'),
(16136,9542,'action created','2020-12-28 16:09:50','2020-12-28 11:09:50'),
(16137,9542,'action started via WP Cron','2020-12-28 16:10:44','2020-12-28 11:10:44'),
(16138,9542,'action complete via WP Cron','2020-12-28 16:10:44','2020-12-28 11:10:44'),
(16139,9543,'action created','2020-12-28 16:10:44','2020-12-28 11:10:44'),
(16140,9543,'action started via WP Cron','2020-12-28 16:11:13','2020-12-28 11:11:13'),
(16141,9543,'action complete via WP Cron','2020-12-28 16:11:13','2020-12-28 11:11:13'),
(16142,9544,'action created','2020-12-28 16:11:13','2020-12-28 11:11:13'),
(16143,9544,'action started via WP Cron','2020-12-28 16:12:51','2020-12-28 11:12:51'),
(16144,9544,'action complete via WP Cron','2020-12-28 16:12:51','2020-12-28 11:12:51'),
(16145,9545,'action created','2020-12-28 16:12:51','2020-12-28 11:12:51'),
(16146,9545,'action started via WP Cron','2020-12-28 16:13:21','2020-12-28 11:13:21'),
(16147,9545,'action complete via WP Cron','2020-12-28 16:13:21','2020-12-28 11:13:21'),
(16148,9546,'action created','2020-12-28 16:13:21','2020-12-28 11:13:21'),
(16149,9546,'action started via WP Cron','2020-12-28 16:14:52','2020-12-28 11:14:52'),
(16150,9546,'action complete via WP Cron','2020-12-28 16:14:52','2020-12-28 11:14:52'),
(16151,9547,'action created','2020-12-28 16:14:52','2020-12-28 11:14:52'),
(16152,9547,'action started via WP Cron','2020-12-28 16:16:15','2020-12-28 11:16:15'),
(16153,9547,'action complete via WP Cron','2020-12-28 16:16:15','2020-12-28 11:16:15'),
(16154,9548,'action created','2020-12-28 16:16:15','2020-12-28 11:16:15'),
(16155,9548,'action started via WP Cron','2020-12-28 16:17:44','2020-12-28 11:17:44'),
(16156,9548,'action complete via WP Cron','2020-12-28 16:17:44','2020-12-28 11:17:44'),
(16157,9549,'action created','2020-12-28 16:17:44','2020-12-28 11:17:44'),
(16158,9549,'action started via WP Cron','2020-12-28 16:20:18','2020-12-28 11:20:18'),
(16159,9549,'action complete via WP Cron','2020-12-28 16:20:18','2020-12-28 11:20:18'),
(16160,9550,'action created','2020-12-28 16:20:18','2020-12-28 11:20:18'),
(16161,9550,'action started via WP Cron','2020-12-28 16:21:13','2020-12-28 11:21:13'),
(16162,9550,'action complete via WP Cron','2020-12-28 16:21:13','2020-12-28 11:21:13'),
(16163,9551,'action created','2020-12-28 16:21:13','2020-12-28 11:21:13'),
(16164,9551,'action started via WP Cron','2020-12-28 16:22:22','2020-12-28 11:22:22'),
(16165,9551,'action complete via WP Cron','2020-12-28 16:22:22','2020-12-28 11:22:22'),
(16166,9552,'action created','2020-12-28 16:22:22','2020-12-28 11:22:22'),
(16167,9552,'action started via WP Cron','2020-12-28 16:24:09','2020-12-28 11:24:09'),
(16168,9552,'action complete via WP Cron','2020-12-28 16:24:09','2020-12-28 11:24:09'),
(16169,9553,'action created','2020-12-28 16:24:09','2020-12-28 11:24:09'),
(16170,9553,'action started via WP Cron','2020-12-28 16:24:42','2020-12-28 11:24:42'),
(16171,9553,'action complete via WP Cron','2020-12-28 16:24:42','2020-12-28 11:24:42'),
(16172,9554,'action created','2020-12-28 16:24:42','2020-12-28 11:24:42'),
(16173,9554,'action started via WP Cron','2020-12-28 16:26:15','2020-12-28 11:26:15'),
(16174,9554,'action complete via WP Cron','2020-12-28 16:26:15','2020-12-28 11:26:15'),
(16175,9555,'action created','2020-12-28 16:26:15','2020-12-28 11:26:15'),
(16176,9555,'action started via WP Cron','2020-12-28 16:27:18','2020-12-28 11:27:18'),
(16177,9555,'action complete via WP Cron','2020-12-28 16:27:18','2020-12-28 11:27:18'),
(16178,9556,'action created','2020-12-28 16:27:18','2020-12-28 11:27:18'),
(16179,9556,'action started via WP Cron','2020-12-28 16:29:33','2020-12-28 11:29:33'),
(16180,9556,'action complete via WP Cron','2020-12-28 16:29:33','2020-12-28 11:29:33'),
(16181,9557,'action created','2020-12-28 16:29:33','2020-12-28 11:29:33'),
(16182,9557,'action started via WP Cron','2020-12-28 16:30:57','2020-12-28 11:30:57'),
(16183,9557,'action complete via WP Cron','2020-12-28 16:30:57','2020-12-28 11:30:57'),
(16184,9558,'action created','2020-12-28 16:30:57','2020-12-28 11:30:57'),
(16185,9558,'action started via WP Cron','2020-12-28 16:31:59','2020-12-28 11:31:59'),
(16186,9558,'action complete via WP Cron','2020-12-28 16:31:59','2020-12-28 11:31:59'),
(16187,9559,'action created','2020-12-28 16:31:59','2020-12-28 11:31:59'),
(16188,9559,'action started via WP Cron','2020-12-28 16:32:44','2020-12-28 11:32:44'),
(16189,9559,'action complete via WP Cron','2020-12-28 16:32:44','2020-12-28 11:32:44'),
(16190,9560,'action created','2020-12-28 16:32:44','2020-12-28 11:32:44'),
(16191,9560,'action started via WP Cron','2020-12-28 16:35:23','2020-12-28 11:35:23'),
(16192,9560,'action complete via WP Cron','2020-12-28 16:35:23','2020-12-28 11:35:23'),
(16193,9561,'action created','2020-12-28 16:35:23','2020-12-28 11:35:23'),
(16194,9561,'action started via WP Cron','2020-12-28 16:43:42','2020-12-28 11:43:42'),
(16195,9561,'action complete via WP Cron','2020-12-28 16:43:42','2020-12-28 11:43:42'),
(16196,9562,'action created','2020-12-28 16:43:42','2020-12-28 11:43:42'),
(16197,9562,'action started via WP Cron','2020-12-28 16:44:13','2020-12-28 11:44:13'),
(16198,9562,'action complete via WP Cron','2020-12-28 16:44:13','2020-12-28 11:44:13'),
(16199,9563,'action created','2020-12-28 16:44:13','2020-12-28 11:44:13'),
(16200,9563,'action started via WP Cron','2020-12-28 16:45:20','2020-12-28 11:45:20'),
(16201,9563,'action complete via WP Cron','2020-12-28 16:45:20','2020-12-28 11:45:20'),
(16202,9564,'action created','2020-12-28 16:45:20','2020-12-28 11:45:20'),
(16203,9564,'action started via WP Cron','2020-12-28 16:46:14','2020-12-28 11:46:14'),
(16204,9564,'action complete via WP Cron','2020-12-28 16:46:14','2020-12-28 11:46:14'),
(16205,9565,'action created','2020-12-28 16:46:14','2020-12-28 11:46:14'),
(16206,9565,'action started via WP Cron','2020-12-28 16:48:46','2020-12-28 11:48:46'),
(16207,9565,'action complete via WP Cron','2020-12-28 16:48:46','2020-12-28 11:48:46'),
(16208,9566,'action created','2020-12-28 16:48:46','2020-12-28 11:48:46'),
(16209,9566,'action started via WP Cron','2020-12-28 16:49:16','2020-12-28 11:49:16'),
(16210,9566,'action complete via WP Cron','2020-12-28 16:49:16','2020-12-28 11:49:16'),
(16211,9567,'action created','2020-12-28 16:49:16','2020-12-28 11:49:16'),
(16212,9567,'action started via WP Cron','2020-12-28 16:50:21','2020-12-28 11:50:21'),
(16213,9567,'action complete via WP Cron','2020-12-28 16:50:21','2020-12-28 11:50:21'),
(16214,9568,'action created','2020-12-28 16:50:21','2020-12-28 11:50:21'),
(16215,9568,'action started via WP Cron','2020-12-28 16:54:17','2020-12-28 11:54:17'),
(16216,9568,'action complete via WP Cron','2020-12-28 16:54:17','2020-12-28 11:54:17'),
(16217,9569,'action created','2020-12-28 16:54:17','2020-12-28 11:54:17'),
(16218,9569,'action started via WP Cron','2020-12-28 16:55:34','2020-12-28 11:55:34'),
(16219,9569,'action complete via WP Cron','2020-12-28 16:55:34','2020-12-28 11:55:34'),
(16220,9570,'action created','2020-12-28 16:55:34','2020-12-28 11:55:34'),
(16221,9570,'action started via WP Cron','2020-12-28 16:58:43','2020-12-28 11:58:43'),
(16222,9570,'action complete via WP Cron','2020-12-28 16:58:43','2020-12-28 11:58:43'),
(16223,9571,'action created','2020-12-28 16:58:43','2020-12-28 11:58:43'),
(16224,9571,'action started via WP Cron','2020-12-28 16:59:31','2020-12-28 11:59:31'),
(16225,9571,'action complete via WP Cron','2020-12-28 16:59:31','2020-12-28 11:59:31'),
(16226,9572,'action created','2020-12-28 16:59:31','2020-12-28 11:59:31'),
(16227,9572,'action started via WP Cron','2020-12-28 17:00:28','2020-12-28 12:00:28'),
(16228,9572,'action complete via WP Cron','2020-12-28 17:00:28','2020-12-28 12:00:28'),
(16229,9573,'action created','2020-12-28 17:00:28','2020-12-28 12:00:28'),
(16230,9573,'action started via WP Cron','2020-12-28 17:01:20','2020-12-28 12:01:20'),
(16231,9573,'action complete via WP Cron','2020-12-28 17:01:21','2020-12-28 12:01:21'),
(16232,9574,'action created','2020-12-28 17:01:21','2020-12-28 12:01:21'),
(16233,9574,'action started via WP Cron','2020-12-28 17:02:19','2020-12-28 12:02:19'),
(16234,9574,'action complete via WP Cron','2020-12-28 17:02:19','2020-12-28 12:02:19'),
(16235,9575,'action created','2020-12-28 17:02:19','2020-12-28 12:02:19'),
(16236,9575,'action started via WP Cron','2020-12-28 17:03:27','2020-12-28 12:03:27'),
(16237,9575,'action complete via WP Cron','2020-12-28 17:03:27','2020-12-28 12:03:27'),
(16238,9576,'action created','2020-12-28 17:03:27','2020-12-28 12:03:27'),
(16239,9576,'action started via WP Cron','2020-12-28 17:05:03','2020-12-28 12:05:03'),
(16240,9576,'action complete via WP Cron','2020-12-28 17:05:03','2020-12-28 12:05:03'),
(16241,9577,'action created','2020-12-28 17:05:03','2020-12-28 12:05:03'),
(16242,9577,'action started via WP Cron','2020-12-28 17:05:16','2020-12-28 12:05:16'),
(16243,9577,'action complete via WP Cron','2020-12-28 17:05:16','2020-12-28 12:05:16'),
(16244,9578,'action created','2020-12-28 17:05:16','2020-12-28 12:05:16'),
(16245,9578,'action started via WP Cron','2020-12-28 17:06:29','2020-12-28 12:06:29'),
(16246,9578,'action complete via WP Cron','2020-12-28 17:06:29','2020-12-28 12:06:29'),
(16247,9579,'action created','2020-12-28 17:06:29','2020-12-28 12:06:29'),
(16248,9579,'action started via WP Cron','2020-12-28 17:08:21','2020-12-28 12:08:21'),
(16249,9579,'action complete via WP Cron','2020-12-28 17:08:21','2020-12-28 12:08:21'),
(16250,9580,'action created','2020-12-28 17:08:21','2020-12-28 12:08:21'),
(16251,9580,'action started via WP Cron','2020-12-28 17:09:44','2020-12-28 12:09:44'),
(16252,9580,'action complete via WP Cron','2020-12-28 17:09:44','2020-12-28 12:09:44'),
(16253,9581,'action created','2020-12-28 17:09:44','2020-12-28 12:09:44'),
(16254,9581,'action started via WP Cron','2020-12-28 17:14:06','2020-12-28 12:14:06'),
(16255,9581,'action complete via WP Cron','2020-12-28 17:14:06','2020-12-28 12:14:06'),
(16256,9582,'action created','2020-12-28 17:14:06','2020-12-28 12:14:06'),
(16257,9582,'action started via WP Cron','2020-12-28 17:14:26','2020-12-28 12:14:26'),
(16258,9582,'action complete via WP Cron','2020-12-28 17:14:26','2020-12-28 12:14:26'),
(16259,9583,'action created','2020-12-28 17:14:26','2020-12-28 12:14:26'),
(16260,9583,'action started via WP Cron','2020-12-28 17:17:21','2020-12-28 12:17:21'),
(16261,9583,'action complete via WP Cron','2020-12-28 17:17:21','2020-12-28 12:17:21'),
(16262,9584,'action created','2020-12-28 17:17:21','2020-12-28 12:17:21'),
(16263,9584,'action started via WP Cron','2020-12-28 17:19:22','2020-12-28 12:19:22'),
(16264,9584,'action complete via WP Cron','2020-12-28 17:19:22','2020-12-28 12:19:22'),
(16265,9585,'action created','2020-12-28 17:19:22','2020-12-28 12:19:22'),
(16266,9585,'action started via WP Cron','2020-12-28 17:25:22','2020-12-28 12:25:22'),
(16267,9585,'action complete via WP Cron','2020-12-28 17:25:22','2020-12-28 12:25:22'),
(16268,9586,'action created','2020-12-28 17:25:22','2020-12-28 12:25:22'),
(16269,9586,'action started via WP Cron','2020-12-28 17:26:52','2020-12-28 12:26:52'),
(16270,9586,'action complete via WP Cron','2020-12-28 17:26:52','2020-12-28 12:26:52'),
(16271,9587,'action created','2020-12-28 17:26:52','2020-12-28 12:26:52'),
(16272,9587,'action started via WP Cron','2020-12-28 17:29:12','2020-12-28 12:29:12'),
(16273,9587,'action complete via WP Cron','2020-12-28 17:29:12','2020-12-28 12:29:12'),
(16274,9588,'action created','2020-12-28 17:29:12','2020-12-28 12:29:12'),
(16275,9588,'action started via WP Cron','2020-12-28 17:31:07','2020-12-28 12:31:07'),
(16276,9588,'action complete via WP Cron','2020-12-28 17:31:07','2020-12-28 12:31:07'),
(16277,9589,'action created','2020-12-28 17:31:07','2020-12-28 12:31:07'),
(16278,9589,'action started via WP Cron','2020-12-28 17:31:35','2020-12-28 12:31:35'),
(16279,9589,'action complete via WP Cron','2020-12-28 17:31:35','2020-12-28 12:31:35'),
(16280,9590,'action created','2020-12-28 17:31:35','2020-12-28 12:31:35'),
(16281,9590,'action started via WP Cron','2020-12-28 17:32:39','2020-12-28 12:32:39'),
(16282,9590,'action complete via WP Cron','2020-12-28 17:32:39','2020-12-28 12:32:39'),
(16283,9591,'action created','2020-12-28 17:32:39','2020-12-28 12:32:39'),
(16284,9591,'action started via WP Cron','2020-12-28 17:35:32','2020-12-28 12:35:32'),
(16285,9591,'action complete via WP Cron','2020-12-28 17:35:32','2020-12-28 12:35:32'),
(16286,9592,'action created','2020-12-28 17:35:32','2020-12-28 12:35:32'),
(16287,9592,'action started via WP Cron','2020-12-28 17:37:25','2020-12-28 12:37:25'),
(16288,9592,'action complete via WP Cron','2020-12-28 17:37:25','2020-12-28 12:37:25'),
(16289,9593,'action created','2020-12-28 17:37:25','2020-12-28 12:37:25'),
(16290,9593,'action started via WP Cron','2020-12-28 17:38:14','2020-12-28 12:38:14'),
(16291,9593,'action complete via WP Cron','2020-12-28 17:38:14','2020-12-28 12:38:14'),
(16292,9594,'action created','2020-12-28 17:38:14','2020-12-28 12:38:14'),
(16293,9594,'action started via WP Cron','2020-12-28 17:40:24','2020-12-28 12:40:24'),
(16294,9594,'action complete via WP Cron','2020-12-28 17:40:24','2020-12-28 12:40:24'),
(16295,9595,'action created','2020-12-28 17:40:24','2020-12-28 12:40:24'),
(16296,9595,'action started via WP Cron','2020-12-28 17:44:58','2020-12-28 12:44:58'),
(16297,9595,'action complete via WP Cron','2020-12-28 17:44:58','2020-12-28 12:44:58'),
(16298,9596,'action created','2020-12-28 17:44:58','2020-12-28 12:44:58'),
(16299,9596,'action started via WP Cron','2020-12-28 17:45:14','2020-12-28 12:45:14'),
(16300,9596,'action complete via WP Cron','2020-12-28 17:45:14','2020-12-28 12:45:14'),
(16301,9597,'action created','2020-12-28 17:45:14','2020-12-28 12:45:14'),
(16302,9597,'action started via WP Cron','2020-12-28 17:46:55','2020-12-28 12:46:55'),
(16303,9597,'action complete via WP Cron','2020-12-28 17:46:55','2020-12-28 12:46:55'),
(16304,9598,'action created','2020-12-28 17:46:55','2020-12-28 12:46:55'),
(16305,9598,'action started via WP Cron','2020-12-28 17:47:17','2020-12-28 12:47:17'),
(16306,9598,'action complete via WP Cron','2020-12-28 17:47:17','2020-12-28 12:47:17'),
(16307,9599,'action created','2020-12-28 17:47:17','2020-12-28 12:47:17'),
(16308,9599,'action started via WP Cron','2020-12-28 17:48:19','2020-12-28 12:48:19'),
(16309,9599,'action complete via WP Cron','2020-12-28 17:48:19','2020-12-28 12:48:19'),
(16310,9600,'action created','2020-12-28 17:48:19','2020-12-28 12:48:19'),
(16311,9600,'action started via WP Cron','2020-12-28 17:49:19','2020-12-28 12:49:19'),
(16312,9600,'action complete via WP Cron','2020-12-28 17:49:19','2020-12-28 12:49:19'),
(16313,9601,'action created','2020-12-28 17:49:19','2020-12-28 12:49:19'),
(16314,9601,'action started via WP Cron','2020-12-28 17:51:14','2020-12-28 12:51:14'),
(16315,9601,'action complete via WP Cron','2020-12-28 17:51:14','2020-12-28 12:51:14'),
(16316,9602,'action created','2020-12-28 17:51:14','2020-12-28 12:51:14'),
(16317,9602,'action started via WP Cron','2020-12-28 17:52:56','2020-12-28 12:52:56'),
(16318,9602,'action complete via WP Cron','2020-12-28 17:52:56','2020-12-28 12:52:56'),
(16319,9603,'action created','2020-12-28 17:52:56','2020-12-28 12:52:56'),
(16320,9603,'action started via WP Cron','2020-12-28 17:57:07','2020-12-28 12:57:07'),
(16321,9603,'action complete via WP Cron','2020-12-28 17:57:07','2020-12-28 12:57:07'),
(16322,9604,'action created','2020-12-28 17:57:07','2020-12-28 12:57:07'),
(16323,9604,'action started via WP Cron','2020-12-28 18:02:27','2020-12-28 13:02:27'),
(16324,9604,'action complete via WP Cron','2020-12-28 18:02:27','2020-12-28 13:02:27'),
(16325,9605,'action created','2020-12-28 18:02:28','2020-12-28 13:02:28'),
(16326,9605,'action started via WP Cron','2020-12-28 18:03:17','2020-12-28 13:03:17'),
(16327,9605,'action complete via WP Cron','2020-12-28 18:03:17','2020-12-28 13:03:17'),
(16328,9606,'action created','2020-12-28 18:03:17','2020-12-28 13:03:17'),
(16329,9606,'action started via WP Cron','2020-12-28 18:05:30','2020-12-28 13:05:30'),
(16330,9606,'action complete via WP Cron','2020-12-28 18:05:30','2020-12-28 13:05:30'),
(16331,9607,'action created','2020-12-28 18:05:30','2020-12-28 13:05:30'),
(16332,9607,'action started via WP Cron','2020-12-28 18:06:15','2020-12-28 13:06:15'),
(16333,9607,'action complete via WP Cron','2020-12-28 18:06:15','2020-12-28 13:06:15'),
(16334,9608,'action created','2020-12-28 18:06:15','2020-12-28 13:06:15'),
(16335,9608,'action started via WP Cron','2020-12-28 18:07:27','2020-12-28 13:07:27'),
(16336,9608,'action complete via WP Cron','2020-12-28 18:07:27','2020-12-28 13:07:27'),
(16337,9609,'action created','2020-12-28 18:07:27','2020-12-28 13:07:27'),
(16338,9609,'action started via WP Cron','2020-12-28 18:09:04','2020-12-28 13:09:04'),
(16339,9609,'action complete via WP Cron','2020-12-28 18:09:04','2020-12-28 13:09:04'),
(16340,9610,'action created','2020-12-28 18:09:04','2020-12-28 13:09:04'),
(16341,9610,'action started via WP Cron','2020-12-28 18:10:48','2020-12-28 13:10:48'),
(16342,9610,'action complete via WP Cron','2020-12-28 18:10:48','2020-12-28 13:10:48'),
(16343,9611,'action created','2020-12-28 18:10:48','2020-12-28 13:10:48'),
(16344,9611,'action started via WP Cron','2020-12-28 18:11:34','2020-12-28 13:11:34'),
(16345,9611,'action complete via WP Cron','2020-12-28 18:11:34','2020-12-28 13:11:34'),
(16346,9612,'action created','2020-12-28 18:11:34','2020-12-28 13:11:34'),
(16347,9612,'action started via WP Cron','2020-12-28 18:13:11','2020-12-28 13:13:11'),
(16348,9612,'action complete via WP Cron','2020-12-28 18:13:11','2020-12-28 13:13:11'),
(16349,9613,'action created','2020-12-28 18:13:11','2020-12-28 13:13:11'),
(16350,9613,'action started via WP Cron','2020-12-28 18:15:36','2020-12-28 13:15:36'),
(16351,9613,'action complete via WP Cron','2020-12-28 18:15:36','2020-12-28 13:15:36'),
(16352,9614,'action created','2020-12-28 18:15:36','2020-12-28 13:15:36'),
(16353,9614,'action started via WP Cron','2020-12-28 18:16:53','2020-12-28 13:16:53'),
(16354,9614,'action complete via WP Cron','2020-12-28 18:16:53','2020-12-28 13:16:53'),
(16355,9615,'action created','2020-12-28 18:16:53','2020-12-28 13:16:53'),
(16356,9615,'action started via WP Cron','2020-12-28 18:18:15','2020-12-28 13:18:15'),
(16357,9615,'action complete via WP Cron','2020-12-28 18:18:15','2020-12-28 13:18:15'),
(16358,9616,'action created','2020-12-28 18:18:15','2020-12-28 13:18:15'),
(16359,9616,'action started via WP Cron','2020-12-28 18:19:24','2020-12-28 13:19:24'),
(16360,9616,'action complete via WP Cron','2020-12-28 18:19:24','2020-12-28 13:19:24'),
(16361,9617,'action created','2020-12-28 18:19:24','2020-12-28 13:19:24'),
(16362,9617,'action started via WP Cron','2020-12-28 18:20:19','2020-12-28 13:20:19'),
(16363,9617,'action complete via WP Cron','2020-12-28 18:20:19','2020-12-28 13:20:19'),
(16364,9618,'action created','2020-12-28 18:20:19','2020-12-28 13:20:19'),
(16365,9618,'action started via WP Cron','2020-12-28 18:21:28','2020-12-28 13:21:28'),
(16366,9618,'action complete via WP Cron','2020-12-28 18:21:28','2020-12-28 13:21:28'),
(16367,9619,'action created','2020-12-28 18:21:28','2020-12-28 13:21:28'),
(16368,9619,'action started via WP Cron','2020-12-28 18:23:19','2020-12-28 13:23:19'),
(16369,9619,'action complete via WP Cron','2020-12-28 18:23:19','2020-12-28 13:23:19'),
(16370,9620,'action created','2020-12-28 18:23:19','2020-12-28 13:23:19'),
(16371,9620,'action started via WP Cron','2020-12-28 18:24:48','2020-12-28 13:24:48'),
(16372,9620,'action complete via WP Cron','2020-12-28 18:24:48','2020-12-28 13:24:48'),
(16373,9621,'action created','2020-12-28 18:24:48','2020-12-28 13:24:48'),
(16374,9621,'action started via WP Cron','2020-12-28 18:26:00','2020-12-28 13:26:00'),
(16375,9621,'action complete via WP Cron','2020-12-28 18:26:00','2020-12-28 13:26:00'),
(16376,9622,'action created','2020-12-28 18:26:00','2020-12-28 13:26:00'),
(16377,9622,'action started via WP Cron','2020-12-28 18:27:48','2020-12-28 13:27:48'),
(16378,9622,'action complete via WP Cron','2020-12-28 18:27:48','2020-12-28 13:27:48'),
(16379,9623,'action created','2020-12-28 18:27:48','2020-12-28 13:27:48'),
(16380,9623,'action started via WP Cron','2020-12-28 18:29:29','2020-12-28 13:29:29'),
(16381,9623,'action complete via WP Cron','2020-12-28 18:29:29','2020-12-28 13:29:29'),
(16382,9624,'action created','2020-12-28 18:29:29','2020-12-28 13:29:29'),
(16383,9624,'action started via WP Cron','2020-12-28 18:32:33','2020-12-28 13:32:33'),
(16384,9624,'action complete via WP Cron','2020-12-28 18:32:33','2020-12-28 13:32:33'),
(16385,9625,'action created','2020-12-28 18:32:33','2020-12-28 13:32:33'),
(16386,9625,'action started via WP Cron','2020-12-28 18:33:11','2020-12-28 13:33:11'),
(16387,9625,'action complete via WP Cron','2020-12-28 18:33:11','2020-12-28 13:33:11'),
(16388,9626,'action created','2020-12-28 18:33:11','2020-12-28 13:33:11'),
(16389,9626,'action started via WP Cron','2020-12-28 18:34:51','2020-12-28 13:34:51'),
(16390,9626,'action complete via WP Cron','2020-12-28 18:34:51','2020-12-28 13:34:51'),
(16391,9627,'action created','2020-12-28 18:34:51','2020-12-28 13:34:51'),
(16392,9627,'action started via WP Cron','2020-12-28 18:37:34','2020-12-28 13:37:34'),
(16393,9627,'action complete via WP Cron','2020-12-28 18:37:34','2020-12-28 13:37:34'),
(16394,9628,'action created','2020-12-28 18:37:34','2020-12-28 13:37:34'),
(16395,9628,'action started via WP Cron','2020-12-28 18:38:18','2020-12-28 13:38:18'),
(16396,9628,'action complete via WP Cron','2020-12-28 18:38:18','2020-12-28 13:38:18'),
(16397,9629,'action created','2020-12-28 18:38:18','2020-12-28 13:38:18'),
(16398,9629,'action started via WP Cron','2020-12-28 18:41:03','2020-12-28 13:41:03'),
(16399,9629,'action complete via WP Cron','2020-12-28 18:41:03','2020-12-28 13:41:03'),
(16400,9630,'action created','2020-12-28 18:41:03','2020-12-28 13:41:03'),
(16401,9630,'action started via WP Cron','2020-12-28 18:43:55','2020-12-28 13:43:55'),
(16402,9630,'action complete via WP Cron','2020-12-28 18:43:55','2020-12-28 13:43:55'),
(16403,9631,'action created','2020-12-28 18:43:55','2020-12-28 13:43:55'),
(16404,9631,'action started via WP Cron','2020-12-28 18:44:36','2020-12-28 13:44:36'),
(16405,9631,'action complete via WP Cron','2020-12-28 18:44:36','2020-12-28 13:44:36'),
(16406,9632,'action created','2020-12-28 18:44:36','2020-12-28 13:44:36'),
(16407,9632,'action started via WP Cron','2020-12-28 18:45:14','2020-12-28 13:45:14'),
(16408,9632,'action complete via WP Cron','2020-12-28 18:45:14','2020-12-28 13:45:14'),
(16409,9633,'action created','2020-12-28 18:45:14','2020-12-28 13:45:14'),
(16410,9633,'action started via WP Cron','2020-12-28 18:46:17','2020-12-28 13:46:17'),
(16411,9633,'action complete via WP Cron','2020-12-28 18:46:17','2020-12-28 13:46:17'),
(16412,9634,'action created','2020-12-28 18:46:17','2020-12-28 13:46:17'),
(16413,9634,'action started via WP Cron','2020-12-28 18:47:18','2020-12-28 13:47:18'),
(16414,9634,'action complete via WP Cron','2020-12-28 18:47:18','2020-12-28 13:47:18'),
(16415,9635,'action created','2020-12-28 18:47:18','2020-12-28 13:47:18'),
(16416,9635,'action started via WP Cron','2020-12-28 18:48:14','2020-12-28 13:48:14'),
(16417,9635,'action complete via WP Cron','2020-12-28 18:48:14','2020-12-28 13:48:14'),
(16418,9636,'action created','2020-12-28 18:48:14','2020-12-28 13:48:14'),
(16419,9636,'action started via WP Cron','2020-12-28 18:49:12','2020-12-28 13:49:12'),
(16420,9636,'action complete via WP Cron','2020-12-28 18:49:12','2020-12-28 13:49:12'),
(16421,9637,'action created','2020-12-28 18:49:12','2020-12-28 13:49:12'),
(16422,9637,'action started via WP Cron','2020-12-28 18:50:40','2020-12-28 13:50:40'),
(16423,9637,'action complete via WP Cron','2020-12-28 18:50:40','2020-12-28 13:50:40'),
(16424,9638,'action created','2020-12-28 18:50:40','2020-12-28 13:50:40'),
(16425,9638,'action started via WP Cron','2020-12-28 18:53:22','2020-12-28 13:53:22'),
(16426,9638,'action complete via WP Cron','2020-12-28 18:53:22','2020-12-28 13:53:22'),
(16427,9639,'action created','2020-12-28 18:53:22','2020-12-28 13:53:22'),
(16428,9639,'action started via WP Cron','2020-12-28 18:54:29','2020-12-28 13:54:29'),
(16429,9639,'action complete via WP Cron','2020-12-28 18:54:29','2020-12-28 13:54:29'),
(16430,9640,'action created','2020-12-28 18:54:29','2020-12-28 13:54:29'),
(16431,9640,'action started via WP Cron','2020-12-28 18:56:41','2020-12-28 13:56:41'),
(16432,9640,'action complete via WP Cron','2020-12-28 18:56:41','2020-12-28 13:56:41'),
(16433,9641,'action created','2020-12-28 18:56:41','2020-12-28 13:56:41'),
(16434,9641,'action started via WP Cron','2020-12-28 19:03:10','2020-12-28 14:03:10'),
(16435,9641,'action complete via WP Cron','2020-12-28 19:03:10','2020-12-28 14:03:10'),
(16436,9642,'action created','2020-12-28 19:03:10','2020-12-28 14:03:10'),
(16437,9642,'action started via WP Cron','2020-12-28 19:05:13','2020-12-28 14:05:13'),
(16438,9642,'action complete via WP Cron','2020-12-28 19:05:13','2020-12-28 14:05:13'),
(16439,9643,'action created','2020-12-28 19:05:13','2020-12-28 14:05:13'),
(16440,9643,'action started via WP Cron','2020-12-28 19:08:26','2020-12-28 14:08:26'),
(16441,9643,'action complete via WP Cron','2020-12-28 19:08:26','2020-12-28 14:08:26'),
(16442,9644,'action created','2020-12-28 19:08:26','2020-12-28 14:08:26'),
(16443,9644,'action started via WP Cron','2020-12-28 19:09:32','2020-12-28 14:09:32'),
(16444,9644,'action complete via WP Cron','2020-12-28 19:09:32','2020-12-28 14:09:32'),
(16445,9645,'action created','2020-12-28 19:09:32','2020-12-28 14:09:32'),
(16446,9645,'action started via WP Cron','2020-12-28 19:10:11','2020-12-28 14:10:11'),
(16447,9645,'action complete via WP Cron','2020-12-28 19:10:11','2020-12-28 14:10:11'),
(16448,9646,'action created','2020-12-28 19:10:11','2020-12-28 14:10:11'),
(16449,9646,'action started via WP Cron','2020-12-28 19:11:39','2020-12-28 14:11:39'),
(16450,9646,'action complete via WP Cron','2020-12-28 19:11:39','2020-12-28 14:11:39'),
(16451,9647,'action created','2020-12-28 19:11:39','2020-12-28 14:11:39'),
(16452,9647,'action started via WP Cron','2020-12-28 19:13:10','2020-12-28 14:13:10'),
(16453,9647,'action complete via WP Cron','2020-12-28 19:13:10','2020-12-28 14:13:10'),
(16454,9648,'action created','2020-12-28 19:13:10','2020-12-28 14:13:10'),
(16455,9648,'action started via WP Cron','2020-12-28 19:14:06','2020-12-28 14:14:06'),
(16456,9648,'action complete via WP Cron','2020-12-28 19:14:06','2020-12-28 14:14:06'),
(16457,9649,'action created','2020-12-28 19:14:06','2020-12-28 14:14:06'),
(16458,9649,'action started via WP Cron','2020-12-28 19:17:02','2020-12-28 14:17:02'),
(16459,9649,'action complete via WP Cron','2020-12-28 19:17:02','2020-12-28 14:17:02'),
(16460,9650,'action created','2020-12-28 19:17:02','2020-12-28 14:17:02'),
(16461,9650,'action started via WP Cron','2020-12-28 19:18:01','2020-12-28 14:18:01'),
(16462,9650,'action complete via WP Cron','2020-12-28 19:18:01','2020-12-28 14:18:01'),
(16463,9651,'action created','2020-12-28 19:18:01','2020-12-28 14:18:01'),
(16464,9651,'action started via WP Cron','2020-12-28 19:18:12','2020-12-28 14:18:12'),
(16465,9651,'action complete via WP Cron','2020-12-28 19:18:12','2020-12-28 14:18:12'),
(16466,9652,'action created','2020-12-28 19:18:12','2020-12-28 14:18:12'),
(16467,9652,'action started via WP Cron','2020-12-28 19:23:39','2020-12-28 14:23:39'),
(16468,9652,'action complete via WP Cron','2020-12-28 19:23:39','2020-12-28 14:23:39'),
(16469,9653,'action created','2020-12-28 19:23:39','2020-12-28 14:23:39'),
(16470,9653,'action started via WP Cron','2020-12-28 19:32:03','2020-12-28 14:32:03'),
(16471,9653,'action complete via WP Cron','2020-12-28 19:32:03','2020-12-28 14:32:03'),
(16472,9654,'action created','2020-12-28 19:32:03','2020-12-28 14:32:03'),
(16473,9654,'action started via WP Cron','2020-12-28 19:33:37','2020-12-28 14:33:37'),
(16474,9654,'action complete via WP Cron','2020-12-28 19:33:37','2020-12-28 14:33:37'),
(16475,9655,'action created','2020-12-28 19:33:37','2020-12-28 14:33:37'),
(16476,9655,'action started via WP Cron','2020-12-28 19:35:24','2020-12-28 14:35:24'),
(16477,9655,'action complete via WP Cron','2020-12-28 19:35:24','2020-12-28 14:35:24'),
(16478,9656,'action created','2020-12-28 19:35:24','2020-12-28 14:35:24'),
(16479,9656,'action started via WP Cron','2020-12-28 19:37:33','2020-12-28 14:37:33'),
(16480,9656,'action complete via WP Cron','2020-12-28 19:37:33','2020-12-28 14:37:33'),
(16481,9657,'action created','2020-12-28 19:37:34','2020-12-28 14:37:34'),
(16482,9657,'action started via WP Cron','2020-12-28 19:38:25','2020-12-28 14:38:25'),
(16483,9657,'action complete via WP Cron','2020-12-28 19:38:25','2020-12-28 14:38:25'),
(16484,9658,'action created','2020-12-28 19:38:25','2020-12-28 14:38:25'),
(16485,9658,'action started via WP Cron','2020-12-28 19:43:38','2020-12-28 14:43:38'),
(16486,9658,'action complete via WP Cron','2020-12-28 19:43:38','2020-12-28 14:43:38'),
(16487,9659,'action created','2020-12-28 19:43:38','2020-12-28 14:43:38'),
(16488,9659,'action started via WP Cron','2020-12-28 19:45:37','2020-12-28 14:45:37'),
(16489,9659,'action complete via WP Cron','2020-12-28 19:45:37','2020-12-28 14:45:37'),
(16490,9660,'action created','2020-12-28 19:45:37','2020-12-28 14:45:37'),
(16491,9660,'action started via WP Cron','2020-12-28 19:46:11','2020-12-28 14:46:11'),
(16492,9660,'action complete via WP Cron','2020-12-28 19:46:11','2020-12-28 14:46:11'),
(16493,9661,'action created','2020-12-28 19:46:11','2020-12-28 14:46:11'),
(16494,9661,'action started via WP Cron','2020-12-28 19:48:30','2020-12-28 14:48:30'),
(16495,9661,'action complete via WP Cron','2020-12-28 19:48:30','2020-12-28 14:48:30'),
(16496,9662,'action created','2020-12-28 19:48:30','2020-12-28 14:48:30'),
(16497,9662,'action started via WP Cron','2020-12-28 19:50:54','2020-12-28 14:50:54'),
(16498,9662,'action complete via WP Cron','2020-12-28 19:50:54','2020-12-28 14:50:54'),
(16499,9663,'action created','2020-12-28 19:50:54','2020-12-28 14:50:54'),
(16500,9663,'action started via WP Cron','2020-12-28 19:51:46','2020-12-28 14:51:46'),
(16501,9663,'action complete via WP Cron','2020-12-28 19:51:46','2020-12-28 14:51:46'),
(16502,9664,'action created','2020-12-28 19:51:47','2020-12-28 14:51:47'),
(16503,9664,'action started via WP Cron','2020-12-28 19:53:21','2020-12-28 14:53:21'),
(16504,9664,'action complete via WP Cron','2020-12-28 19:53:21','2020-12-28 14:53:21'),
(16505,9665,'action created','2020-12-28 19:53:21','2020-12-28 14:53:21'),
(16506,9665,'action started via WP Cron','2020-12-28 19:54:11','2020-12-28 14:54:11'),
(16507,9665,'action complete via WP Cron','2020-12-28 19:54:11','2020-12-28 14:54:11'),
(16508,9666,'action created','2020-12-28 19:54:11','2020-12-28 14:54:11'),
(16509,9666,'action started via WP Cron','2020-12-28 19:55:46','2020-12-28 14:55:46'),
(16510,9666,'action complete via WP Cron','2020-12-28 19:55:46','2020-12-28 14:55:46'),
(16511,9667,'action created','2020-12-28 19:55:46','2020-12-28 14:55:46'),
(16512,9667,'action started via WP Cron','2020-12-28 19:56:51','2020-12-28 14:56:51'),
(16513,9667,'action complete via WP Cron','2020-12-28 19:56:51','2020-12-28 14:56:51'),
(16514,9668,'action created','2020-12-28 19:56:51','2020-12-28 14:56:51'),
(16515,9668,'action started via WP Cron','2020-12-28 19:59:17','2020-12-28 14:59:17'),
(16516,9668,'action complete via WP Cron','2020-12-28 19:59:17','2020-12-28 14:59:17'),
(16517,9669,'action created','2020-12-28 19:59:17','2020-12-28 14:59:17'),
(16518,9669,'action started via WP Cron','2020-12-28 20:00:45','2020-12-28 15:00:45'),
(16519,9669,'action complete via WP Cron','2020-12-28 20:00:45','2020-12-28 15:00:45'),
(16520,9670,'action created','2020-12-28 20:00:45','2020-12-28 15:00:45'),
(16521,9670,'action started via WP Cron','2020-12-28 20:01:47','2020-12-28 15:01:47'),
(16522,9670,'action complete via WP Cron','2020-12-28 20:01:47','2020-12-28 15:01:47'),
(16523,9671,'action created','2020-12-28 20:01:47','2020-12-28 15:01:47'),
(16524,9671,'action started via WP Cron','2020-12-28 20:02:31','2020-12-28 15:02:31'),
(16525,9671,'action complete via WP Cron','2020-12-28 20:02:31','2020-12-28 15:02:31'),
(16526,9672,'action created','2020-12-28 20:02:31','2020-12-28 15:02:31'),
(16527,9672,'action started via WP Cron','2020-12-28 20:03:27','2020-12-28 15:03:27'),
(16528,9672,'action complete via WP Cron','2020-12-28 20:03:27','2020-12-28 15:03:27'),
(16529,9673,'action created','2020-12-28 20:03:27','2020-12-28 15:03:27'),
(16530,9673,'action started via WP Cron','2020-12-28 20:04:50','2020-12-28 15:04:50'),
(16531,9673,'action complete via WP Cron','2020-12-28 20:04:50','2020-12-28 15:04:50'),
(16532,9674,'action created','2020-12-28 20:04:50','2020-12-28 15:04:50'),
(16533,9674,'action started via WP Cron','2020-12-28 20:08:19','2020-12-28 15:08:19'),
(16534,9674,'action complete via WP Cron','2020-12-28 20:08:19','2020-12-28 15:08:19'),
(16535,9675,'action created','2020-12-28 20:08:19','2020-12-28 15:08:19'),
(16536,9675,'action started via WP Cron','2020-12-28 20:09:37','2020-12-28 15:09:37'),
(16537,9675,'action complete via WP Cron','2020-12-28 20:09:37','2020-12-28 15:09:37'),
(16538,9676,'action created','2020-12-28 20:09:37','2020-12-28 15:09:37'),
(16539,9676,'action started via WP Cron','2020-12-28 20:10:58','2020-12-28 15:10:58'),
(16540,9676,'action complete via WP Cron','2020-12-28 20:10:58','2020-12-28 15:10:58'),
(16541,9677,'action created','2020-12-28 20:10:58','2020-12-28 15:10:58'),
(16542,9677,'action started via WP Cron','2020-12-28 20:13:18','2020-12-28 15:13:18'),
(16543,9677,'action complete via WP Cron','2020-12-28 20:13:18','2020-12-28 15:13:18'),
(16544,9678,'action created','2020-12-28 20:13:18','2020-12-28 15:13:18'),
(16545,9678,'action started via WP Cron','2020-12-28 20:16:28','2020-12-28 15:16:28'),
(16546,9678,'action complete via WP Cron','2020-12-28 20:16:28','2020-12-28 15:16:28'),
(16547,9679,'action created','2020-12-28 20:16:28','2020-12-28 15:16:28'),
(16548,9679,'action started via WP Cron','2020-12-28 20:18:19','2020-12-28 15:18:19'),
(16549,9679,'action complete via WP Cron','2020-12-28 20:18:19','2020-12-28 15:18:19'),
(16550,9680,'action created','2020-12-28 20:18:19','2020-12-28 15:18:19'),
(16551,9680,'action started via WP Cron','2020-12-28 20:21:17','2020-12-28 15:21:17'),
(16552,9680,'action complete via WP Cron','2020-12-28 20:21:17','2020-12-28 15:21:17'),
(16553,9681,'action created','2020-12-28 20:21:17','2020-12-28 15:21:17'),
(16554,9681,'action started via WP Cron','2020-12-28 20:23:52','2020-12-28 15:23:52'),
(16555,9681,'action complete via WP Cron','2020-12-28 20:23:52','2020-12-28 15:23:52'),
(16556,9682,'action created','2020-12-28 20:23:52','2020-12-28 15:23:52'),
(16557,9682,'action started via WP Cron','2020-12-28 20:27:32','2020-12-28 15:27:32'),
(16558,9682,'action complete via WP Cron','2020-12-28 20:27:32','2020-12-28 15:27:32'),
(16559,9683,'action created','2020-12-28 20:27:32','2020-12-28 15:27:32'),
(16560,9683,'action started via WP Cron','2020-12-28 20:29:40','2020-12-28 15:29:40'),
(16561,9683,'action complete via WP Cron','2020-12-28 20:29:40','2020-12-28 15:29:40'),
(16562,9684,'action created','2020-12-28 20:29:40','2020-12-28 15:29:40'),
(16563,9684,'action started via WP Cron','2020-12-28 20:31:09','2020-12-28 15:31:09'),
(16564,9684,'action complete via WP Cron','2020-12-28 20:31:09','2020-12-28 15:31:09'),
(16565,9685,'action created','2020-12-28 20:31:09','2020-12-28 15:31:09'),
(16566,9685,'action started via WP Cron','2020-12-28 20:32:12','2020-12-28 15:32:12'),
(16567,9685,'action complete via WP Cron','2020-12-28 20:32:12','2020-12-28 15:32:12'),
(16568,9686,'action created','2020-12-28 20:32:13','2020-12-28 15:32:13'),
(16569,9686,'action started via WP Cron','2020-12-28 20:33:29','2020-12-28 15:33:29'),
(16570,9686,'action complete via WP Cron','2020-12-28 20:33:29','2020-12-28 15:33:29'),
(16571,9687,'action created','2020-12-28 20:33:29','2020-12-28 15:33:29'),
(16572,9687,'action started via WP Cron','2020-12-28 20:37:16','2020-12-28 15:37:16'),
(16573,9687,'action complete via WP Cron','2020-12-28 20:37:16','2020-12-28 15:37:16'),
(16574,9688,'action created','2020-12-28 20:37:16','2020-12-28 15:37:16'),
(16575,9688,'action started via WP Cron','2020-12-28 20:38:20','2020-12-28 15:38:20'),
(16576,9688,'action complete via WP Cron','2020-12-28 20:38:20','2020-12-28 15:38:20'),
(16577,9689,'action created','2020-12-28 20:38:20','2020-12-28 15:38:20'),
(16578,9689,'action started via WP Cron','2020-12-28 20:39:24','2020-12-28 15:39:24'),
(16579,9689,'action complete via WP Cron','2020-12-28 20:39:24','2020-12-28 15:39:24'),
(16580,9690,'action created','2020-12-28 20:39:24','2020-12-28 15:39:24'),
(16581,9690,'action started via WP Cron','2020-12-28 20:40:26','2020-12-28 15:40:26'),
(16582,9690,'action complete via WP Cron','2020-12-28 20:40:26','2020-12-28 15:40:26'),
(16583,9691,'action created','2020-12-28 20:40:26','2020-12-28 15:40:26'),
(16584,9691,'action started via WP Cron','2020-12-28 20:41:48','2020-12-28 15:41:48'),
(16585,9691,'action complete via WP Cron','2020-12-28 20:41:48','2020-12-28 15:41:48'),
(16586,9692,'action created','2020-12-28 20:41:48','2020-12-28 15:41:48'),
(16587,9692,'action started via WP Cron','2020-12-28 20:42:26','2020-12-28 15:42:26'),
(16588,9692,'action complete via WP Cron','2020-12-28 20:42:26','2020-12-28 15:42:26'),
(16589,9693,'action created','2020-12-28 20:42:26','2020-12-28 15:42:26'),
(16590,9693,'action started via WP Cron','2020-12-28 20:43:43','2020-12-28 15:43:43'),
(16591,9693,'action complete via WP Cron','2020-12-28 20:43:43','2020-12-28 15:43:43'),
(16592,9694,'action created','2020-12-28 20:43:43','2020-12-28 15:43:43'),
(16593,9694,'action started via WP Cron','2020-12-28 20:44:24','2020-12-28 15:44:24'),
(16594,9694,'action complete via WP Cron','2020-12-28 20:44:24','2020-12-28 15:44:24'),
(16595,9695,'action created','2020-12-28 20:44:24','2020-12-28 15:44:24'),
(16596,9695,'action started via WP Cron','2020-12-28 20:46:58','2020-12-28 15:46:58'),
(16597,9695,'action complete via WP Cron','2020-12-28 20:46:58','2020-12-28 15:46:58'),
(16598,9696,'action created','2020-12-28 20:46:58','2020-12-28 15:46:58'),
(16599,9696,'action started via WP Cron','2020-12-28 20:52:31','2020-12-28 15:52:31'),
(16600,9696,'action complete via WP Cron','2020-12-28 20:52:31','2020-12-28 15:52:31'),
(16601,9697,'action created','2020-12-28 20:52:31','2020-12-28 15:52:31'),
(16602,9697,'action started via WP Cron','2020-12-28 20:59:37','2020-12-28 15:59:37'),
(16603,9697,'action complete via WP Cron','2020-12-28 20:59:37','2020-12-28 15:59:37'),
(16604,9698,'action created','2020-12-28 20:59:37','2020-12-28 15:59:37'),
(16605,9698,'action started via WP Cron','2020-12-28 21:00:37','2020-12-28 16:00:37'),
(16606,9698,'action complete via WP Cron','2020-12-28 21:00:37','2020-12-28 16:00:37'),
(16607,9699,'action created','2020-12-28 21:00:37','2020-12-28 16:00:37'),
(16608,9699,'action started via WP Cron','2020-12-28 21:01:17','2020-12-28 16:01:17'),
(16609,9699,'action complete via WP Cron','2020-12-28 21:01:17','2020-12-28 16:01:17'),
(16610,9700,'action created','2020-12-28 21:01:17','2020-12-28 16:01:17'),
(16611,9700,'action started via WP Cron','2020-12-28 21:04:13','2020-12-28 16:04:13'),
(16612,9700,'action complete via WP Cron','2020-12-28 21:04:13','2020-12-28 16:04:13'),
(16613,9701,'action created','2020-12-28 21:04:13','2020-12-28 16:04:13'),
(16614,9701,'action started via WP Cron','2020-12-28 21:08:22','2020-12-28 16:08:22'),
(16615,9701,'action complete via WP Cron','2020-12-28 21:08:22','2020-12-28 16:08:22'),
(16616,9702,'action created','2020-12-28 21:08:22','2020-12-28 16:08:22'),
(16617,9702,'action started via WP Cron','2020-12-28 21:13:11','2020-12-28 16:13:11'),
(16618,9702,'action complete via WP Cron','2020-12-28 21:13:11','2020-12-28 16:13:11'),
(16619,9703,'action created','2020-12-28 21:13:11','2020-12-28 16:13:11'),
(16620,9703,'action started via WP Cron','2020-12-28 21:15:21','2020-12-28 16:15:21'),
(16621,9703,'action complete via WP Cron','2020-12-28 21:15:21','2020-12-28 16:15:21'),
(16622,9704,'action created','2020-12-28 21:15:22','2020-12-28 16:15:22'),
(16623,9704,'action started via WP Cron','2020-12-28 21:17:34','2020-12-28 16:17:34'),
(16624,9704,'action complete via WP Cron','2020-12-28 21:17:34','2020-12-28 16:17:34'),
(16625,9705,'action created','2020-12-28 21:17:34','2020-12-28 16:17:34'),
(16626,9705,'action started via WP Cron','2020-12-28 21:22:55','2020-12-28 16:22:55'),
(16627,9705,'action complete via WP Cron','2020-12-28 21:22:55','2020-12-28 16:22:55'),
(16628,9706,'action created','2020-12-28 21:22:55','2020-12-28 16:22:55'),
(16629,9706,'action started via WP Cron','2020-12-28 21:23:17','2020-12-28 16:23:17'),
(16630,9706,'action complete via WP Cron','2020-12-28 21:23:17','2020-12-28 16:23:17'),
(16631,9707,'action created','2020-12-28 21:23:17','2020-12-28 16:23:17'),
(16632,9707,'action started via WP Cron','2020-12-28 21:26:21','2020-12-28 16:26:21'),
(16633,9707,'action complete via WP Cron','2020-12-28 21:26:21','2020-12-28 16:26:21'),
(16634,9708,'action created','2020-12-28 21:26:21','2020-12-28 16:26:21'),
(16635,9708,'action started via WP Cron','2020-12-28 21:28:40','2020-12-28 16:28:40'),
(16636,9708,'action complete via WP Cron','2020-12-28 21:28:40','2020-12-28 16:28:40'),
(16637,9709,'action created','2020-12-28 21:28:40','2020-12-28 16:28:40'),
(16638,9709,'action started via WP Cron','2020-12-28 21:30:24','2020-12-28 16:30:24'),
(16639,9709,'action complete via WP Cron','2020-12-28 21:30:24','2020-12-28 16:30:24'),
(16640,9710,'action created','2020-12-28 21:30:24','2020-12-28 16:30:24'),
(16641,9710,'action started via WP Cron','2020-12-28 21:34:19','2020-12-28 16:34:19'),
(16642,9710,'action complete via WP Cron','2020-12-28 21:34:19','2020-12-28 16:34:19'),
(16643,9711,'action created','2020-12-28 21:34:19','2020-12-28 16:34:19'),
(16644,9711,'action started via WP Cron','2020-12-28 21:37:56','2020-12-28 16:37:56'),
(16645,9711,'action complete via WP Cron','2020-12-28 21:37:56','2020-12-28 16:37:56'),
(16646,9712,'action created','2020-12-28 21:37:56','2020-12-28 16:37:56'),
(16647,9712,'action started via WP Cron','2020-12-28 21:38:32','2020-12-28 16:38:32'),
(16648,9712,'action complete via WP Cron','2020-12-28 21:38:32','2020-12-28 16:38:32'),
(16649,9713,'action created','2020-12-28 21:38:32','2020-12-28 16:38:32'),
(16650,9713,'action started via WP Cron','2020-12-28 21:43:18','2020-12-28 16:43:18'),
(16651,9713,'action complete via WP Cron','2020-12-28 21:43:18','2020-12-28 16:43:18'),
(16652,9714,'action created','2020-12-28 21:43:18','2020-12-28 16:43:18'),
(16653,9714,'action started via WP Cron','2020-12-28 21:44:16','2020-12-28 16:44:16'),
(16654,9714,'action complete via WP Cron','2020-12-28 21:44:16','2020-12-28 16:44:16'),
(16655,9715,'action created','2020-12-28 21:44:16','2020-12-28 16:44:16'),
(16656,9715,'action started via WP Cron','2020-12-28 21:47:52','2020-12-28 16:47:52'),
(16657,9715,'action complete via WP Cron','2020-12-28 21:47:52','2020-12-28 16:47:52'),
(16658,9716,'action created','2020-12-28 21:47:52','2020-12-28 16:47:52'),
(16659,9716,'action started via WP Cron','2020-12-28 21:52:29','2020-12-28 16:52:29'),
(16660,9716,'action complete via WP Cron','2020-12-28 21:52:29','2020-12-28 16:52:29'),
(16661,9717,'action created','2020-12-28 21:52:29','2020-12-28 16:52:29'),
(16662,9717,'action started via WP Cron','2020-12-28 21:54:51','2020-12-28 16:54:51'),
(16663,9717,'action complete via WP Cron','2020-12-28 21:54:51','2020-12-28 16:54:51'),
(16664,9718,'action created','2020-12-28 21:54:51','2020-12-28 16:54:51'),
(16665,9718,'action started via WP Cron','2020-12-28 21:57:15','2020-12-28 16:57:15'),
(16666,9718,'action complete via WP Cron','2020-12-28 21:57:15','2020-12-28 16:57:15'),
(16667,9719,'action created','2020-12-28 21:57:15','2020-12-28 16:57:15'),
(16668,9719,'action started via WP Cron','2020-12-28 21:58:12','2020-12-28 16:58:12'),
(16669,9719,'action complete via WP Cron','2020-12-28 21:58:12','2020-12-28 16:58:12'),
(16670,9720,'action created','2020-12-28 21:58:12','2020-12-28 16:58:12'),
(16671,9720,'action started via WP Cron','2020-12-28 22:04:32','2020-12-28 17:04:32'),
(16672,9720,'action complete via WP Cron','2020-12-28 22:04:32','2020-12-28 17:04:32'),
(16673,9721,'action created','2020-12-28 22:04:32','2020-12-28 17:04:32'),
(16674,9721,'action started via WP Cron','2020-12-28 22:05:45','2020-12-28 17:05:45'),
(16675,9721,'action complete via WP Cron','2020-12-28 22:05:45','2020-12-28 17:05:45'),
(16676,9722,'action created','2020-12-28 22:05:45','2020-12-28 17:05:45'),
(16677,9722,'action started via WP Cron','2020-12-28 22:06:20','2020-12-28 17:06:20'),
(16678,9722,'action complete via WP Cron','2020-12-28 22:06:20','2020-12-28 17:06:20'),
(16679,9723,'action created','2020-12-28 22:06:20','2020-12-28 17:06:20'),
(16680,9723,'action started via WP Cron','2020-12-28 22:07:15','2020-12-28 17:07:15'),
(16681,9723,'action complete via WP Cron','2020-12-28 22:07:15','2020-12-28 17:07:15'),
(16682,9724,'action created','2020-12-28 22:07:15','2020-12-28 17:07:15'),
(16683,9724,'action started via WP Cron','2020-12-28 22:08:13','2020-12-28 17:08:13'),
(16684,9724,'action complete via WP Cron','2020-12-28 22:08:13','2020-12-28 17:08:13'),
(16685,9725,'action created','2020-12-28 22:08:13','2020-12-28 17:08:13'),
(16686,9725,'action started via WP Cron','2020-12-28 22:09:25','2020-12-28 17:09:25'),
(16687,9725,'action complete via WP Cron','2020-12-28 22:09:25','2020-12-28 17:09:25'),
(16688,9726,'action created','2020-12-28 22:09:25','2020-12-28 17:09:25'),
(16689,9726,'action started via WP Cron','2020-12-28 22:10:17','2020-12-28 17:10:17'),
(16690,9726,'action complete via WP Cron','2020-12-28 22:10:17','2020-12-28 17:10:17'),
(16691,9727,'action created','2020-12-28 22:10:17','2020-12-28 17:10:17'),
(16692,9727,'action started via WP Cron','2020-12-28 22:11:14','2020-12-28 17:11:14'),
(16693,9727,'action complete via WP Cron','2020-12-28 22:11:14','2020-12-28 17:11:14'),
(16694,9728,'action created','2020-12-28 22:11:14','2020-12-28 17:11:14'),
(16695,9728,'action started via WP Cron','2020-12-28 22:12:14','2020-12-28 17:12:14'),
(16696,9728,'action complete via WP Cron','2020-12-28 22:12:14','2020-12-28 17:12:14'),
(16697,9729,'action created','2020-12-28 22:12:14','2020-12-28 17:12:14'),
(16698,9729,'action started via WP Cron','2020-12-28 22:13:25','2020-12-28 17:13:25'),
(16699,9729,'action complete via WP Cron','2020-12-28 22:13:25','2020-12-28 17:13:25'),
(16700,9730,'action created','2020-12-28 22:13:25','2020-12-28 17:13:25'),
(16701,9730,'action started via WP Cron','2020-12-28 22:14:40','2020-12-28 17:14:40'),
(16702,9730,'action complete via WP Cron','2020-12-28 22:14:40','2020-12-28 17:14:40'),
(16703,9731,'action created','2020-12-28 22:14:40','2020-12-28 17:14:40'),
(16704,9731,'action started via WP Cron','2020-12-28 22:16:13','2020-12-28 17:16:13'),
(16705,9731,'action complete via WP Cron','2020-12-28 22:16:13','2020-12-28 17:16:13'),
(16706,9732,'action created','2020-12-28 22:16:13','2020-12-28 17:16:13'),
(16707,9732,'action started via WP Cron','2020-12-28 22:17:29','2020-12-28 17:17:29'),
(16708,9732,'action complete via WP Cron','2020-12-28 22:17:29','2020-12-28 17:17:29'),
(16709,9733,'action created','2020-12-28 22:17:29','2020-12-28 17:17:29'),
(16710,9733,'action started via WP Cron','2020-12-28 22:19:49','2020-12-28 17:19:49'),
(16711,9733,'action complete via WP Cron','2020-12-28 22:19:49','2020-12-28 17:19:49'),
(16712,9734,'action created','2020-12-28 22:19:49','2020-12-28 17:19:49'),
(16713,9734,'action started via WP Cron','2020-12-28 22:20:24','2020-12-28 17:20:24'),
(16714,9734,'action complete via WP Cron','2020-12-28 22:20:24','2020-12-28 17:20:24'),
(16715,9735,'action created','2020-12-28 22:20:24','2020-12-28 17:20:24'),
(16716,9735,'action started via WP Cron','2020-12-28 22:21:13','2020-12-28 17:21:13'),
(16717,9735,'action complete via WP Cron','2020-12-28 22:21:13','2020-12-28 17:21:13'),
(16718,9736,'action created','2020-12-28 22:21:13','2020-12-28 17:21:13'),
(16719,9736,'action started via WP Cron','2020-12-28 22:23:03','2020-12-28 17:23:03'),
(16720,9736,'action complete via WP Cron','2020-12-28 22:23:03','2020-12-28 17:23:03'),
(16721,9737,'action created','2020-12-28 22:23:03','2020-12-28 17:23:03'),
(16722,9737,'action started via WP Cron','2020-12-28 22:23:36','2020-12-28 17:23:36'),
(16723,9737,'action complete via WP Cron','2020-12-28 22:23:36','2020-12-28 17:23:36'),
(16724,9738,'action created','2020-12-28 22:23:36','2020-12-28 17:23:36'),
(16725,9738,'action started via WP Cron','2020-12-28 22:24:26','2020-12-28 17:24:26'),
(16726,9738,'action complete via WP Cron','2020-12-28 22:24:26','2020-12-28 17:24:26'),
(16727,9739,'action created','2020-12-28 22:24:26','2020-12-28 17:24:26'),
(16728,9739,'action started via WP Cron','2020-12-28 22:27:15','2020-12-28 17:27:15'),
(16729,9739,'action complete via WP Cron','2020-12-28 22:27:15','2020-12-28 17:27:15'),
(16730,9740,'action created','2020-12-28 22:27:15','2020-12-28 17:27:15'),
(16731,9740,'action started via WP Cron','2020-12-28 22:28:51','2020-12-28 17:28:51'),
(16732,9740,'action complete via WP Cron','2020-12-28 22:28:51','2020-12-28 17:28:51'),
(16733,9741,'action created','2020-12-28 22:28:51','2020-12-28 17:28:51'),
(16734,9741,'action started via WP Cron','2020-12-28 22:30:21','2020-12-28 17:30:21'),
(16735,9741,'action complete via WP Cron','2020-12-28 22:30:21','2020-12-28 17:30:21'),
(16736,9742,'action created','2020-12-28 22:30:21','2020-12-28 17:30:21'),
(16737,9742,'action started via WP Cron','2020-12-28 22:33:27','2020-12-28 17:33:27'),
(16738,9742,'action complete via WP Cron','2020-12-28 22:33:27','2020-12-28 17:33:27'),
(16739,9743,'action created','2020-12-28 22:33:27','2020-12-28 17:33:27'),
(16740,9743,'action started via WP Cron','2020-12-28 22:34:20','2020-12-28 17:34:20'),
(16741,9743,'action complete via WP Cron','2020-12-28 22:34:20','2020-12-28 17:34:20'),
(16742,9744,'action created','2020-12-28 22:34:20','2020-12-28 17:34:20'),
(16743,9744,'action started via WP Cron','2020-12-28 22:37:02','2020-12-28 17:37:02'),
(16744,9744,'action complete via WP Cron','2020-12-28 22:37:02','2020-12-28 17:37:02'),
(16745,9745,'action created','2020-12-28 22:37:02','2020-12-28 17:37:02'),
(16746,9745,'action started via WP Cron','2020-12-28 22:37:22','2020-12-28 17:37:22'),
(16747,9745,'action complete via WP Cron','2020-12-28 22:37:22','2020-12-28 17:37:22'),
(16748,9746,'action created','2020-12-28 22:37:22','2020-12-28 17:37:22'),
(16749,9746,'action started via WP Cron','2020-12-28 22:39:20','2020-12-28 17:39:20'),
(16750,9746,'action complete via WP Cron','2020-12-28 22:39:20','2020-12-28 17:39:20'),
(16751,9747,'action created','2020-12-28 22:39:20','2020-12-28 17:39:20'),
(16752,9747,'action started via WP Cron','2020-12-28 22:40:49','2020-12-28 17:40:49'),
(16753,9747,'action complete via WP Cron','2020-12-28 22:40:49','2020-12-28 17:40:49'),
(16754,9748,'action created','2020-12-28 22:40:49','2020-12-28 17:40:49'),
(16755,9748,'action started via WP Cron','2020-12-28 22:41:11','2020-12-28 17:41:11'),
(16756,9748,'action complete via WP Cron','2020-12-28 22:41:11','2020-12-28 17:41:11'),
(16757,9749,'action created','2020-12-28 22:41:11','2020-12-28 17:41:11'),
(16758,9749,'action started via WP Cron','2020-12-28 22:46:01','2020-12-28 17:46:01'),
(16759,9749,'action complete via WP Cron','2020-12-28 22:46:01','2020-12-28 17:46:01'),
(16760,9750,'action created','2020-12-28 22:46:01','2020-12-28 17:46:01'),
(16761,9750,'action started via WP Cron','2020-12-28 22:46:17','2020-12-28 17:46:17'),
(16762,9750,'action complete via WP Cron','2020-12-28 22:46:17','2020-12-28 17:46:17'),
(16763,9751,'action created','2020-12-28 22:46:17','2020-12-28 17:46:17'),
(16764,9751,'action started via WP Cron','2020-12-28 22:47:43','2020-12-28 17:47:43'),
(16765,9751,'action complete via WP Cron','2020-12-28 22:47:43','2020-12-28 17:47:43'),
(16766,9752,'action created','2020-12-28 22:47:43','2020-12-28 17:47:43'),
(16767,9752,'action started via WP Cron','2020-12-28 22:51:57','2020-12-28 17:51:57'),
(16768,9752,'action complete via WP Cron','2020-12-28 22:51:57','2020-12-28 17:51:57'),
(16769,9753,'action created','2020-12-28 22:51:57','2020-12-28 17:51:57'),
(16770,9753,'action started via WP Cron','2020-12-28 22:52:48','2020-12-28 17:52:48'),
(16771,9753,'action complete via WP Cron','2020-12-28 22:52:48','2020-12-28 17:52:48'),
(16772,9754,'action created','2020-12-28 22:52:48','2020-12-28 17:52:48'),
(16773,9754,'action started via WP Cron','2020-12-28 22:54:34','2020-12-28 17:54:34'),
(16774,9754,'action complete via WP Cron','2020-12-28 22:54:34','2020-12-28 17:54:34'),
(16775,9755,'action created','2020-12-28 22:54:34','2020-12-28 17:54:34'),
(16776,9755,'action started via WP Cron','2020-12-28 22:55:58','2020-12-28 17:55:58'),
(16777,9755,'action complete via WP Cron','2020-12-28 22:55:59','2020-12-28 17:55:59'),
(16778,9756,'action created','2020-12-28 22:55:59','2020-12-28 17:55:59'),
(16779,9756,'action started via WP Cron','2020-12-28 22:58:07','2020-12-28 17:58:07'),
(16780,9756,'action complete via WP Cron','2020-12-28 22:58:07','2020-12-28 17:58:07'),
(16781,9757,'action created','2020-12-28 22:58:07','2020-12-28 17:58:07'),
(16782,9757,'action started via WP Cron','2020-12-28 22:58:41','2020-12-28 17:58:41'),
(16783,9757,'action complete via WP Cron','2020-12-28 22:58:41','2020-12-28 17:58:41'),
(16784,9758,'action created','2020-12-28 22:58:41','2020-12-28 17:58:41'),
(16785,9758,'action started via WP Cron','2020-12-28 23:01:12','2020-12-28 18:01:12'),
(16786,9758,'action complete via WP Cron','2020-12-28 23:01:12','2020-12-28 18:01:12'),
(16787,9759,'action created','2020-12-28 23:01:12','2020-12-28 18:01:12'),
(16788,9759,'action started via WP Cron','2020-12-28 23:02:30','2020-12-28 18:02:30'),
(16789,9759,'action complete via WP Cron','2020-12-28 23:02:30','2020-12-28 18:02:30'),
(16790,9760,'action created','2020-12-28 23:02:30','2020-12-28 18:02:30'),
(16791,9760,'action started via WP Cron','2020-12-28 23:03:52','2020-12-28 18:03:52'),
(16792,9760,'action complete via WP Cron','2020-12-28 23:03:52','2020-12-28 18:03:52'),
(16793,9761,'action created','2020-12-28 23:03:52','2020-12-28 18:03:52'),
(16794,9761,'action started via WP Cron','2020-12-28 23:04:25','2020-12-28 18:04:25'),
(16795,9761,'action complete via WP Cron','2020-12-28 23:04:25','2020-12-28 18:04:25'),
(16796,9762,'action created','2020-12-28 23:04:25','2020-12-28 18:04:25'),
(16797,9762,'action started via WP Cron','2020-12-28 23:05:30','2020-12-28 18:05:30'),
(16798,9762,'action complete via WP Cron','2020-12-28 23:05:30','2020-12-28 18:05:30'),
(16799,9763,'action created','2020-12-28 23:05:30','2020-12-28 18:05:30'),
(16800,9763,'action started via WP Cron','2020-12-28 23:06:13','2020-12-28 18:06:13'),
(16801,9763,'action complete via WP Cron','2020-12-28 23:06:13','2020-12-28 18:06:13'),
(16802,9764,'action created','2020-12-28 23:06:13','2020-12-28 18:06:13'),
(16803,9764,'action started via WP Cron','2020-12-28 23:07:15','2020-12-28 18:07:15'),
(16804,9764,'action complete via WP Cron','2020-12-28 23:07:15','2020-12-28 18:07:15'),
(16805,9765,'action created','2020-12-28 23:07:15','2020-12-28 18:07:15'),
(16806,9765,'action started via WP Cron','2020-12-28 23:08:35','2020-12-28 18:08:35'),
(16807,9765,'action complete via WP Cron','2020-12-28 23:08:35','2020-12-28 18:08:35'),
(16808,9766,'action created','2020-12-28 23:08:35','2020-12-28 18:08:35'),
(16809,9766,'action started via WP Cron','2020-12-28 23:09:15','2020-12-28 18:09:15'),
(16810,9766,'action complete via WP Cron','2020-12-28 23:09:15','2020-12-28 18:09:15'),
(16811,9767,'action created','2020-12-28 23:09:15','2020-12-28 18:09:15'),
(16812,9767,'action started via WP Cron','2020-12-28 23:10:15','2020-12-28 18:10:15'),
(16813,9767,'action complete via WP Cron','2020-12-28 23:10:15','2020-12-28 18:10:15'),
(16814,9768,'action created','2020-12-28 23:10:15','2020-12-28 18:10:15'),
(16815,9768,'action started via WP Cron','2020-12-28 23:11:20','2020-12-28 18:11:20'),
(16816,9768,'action complete via WP Cron','2020-12-28 23:11:20','2020-12-28 18:11:20'),
(16817,9769,'action created','2020-12-28 23:11:20','2020-12-28 18:11:20'),
(16818,9769,'action started via WP Cron','2020-12-28 23:12:16','2020-12-28 18:12:16'),
(16819,9769,'action complete via WP Cron','2020-12-28 23:12:16','2020-12-28 18:12:16'),
(16820,9770,'action created','2020-12-28 23:12:16','2020-12-28 18:12:16'),
(16821,9770,'action started via WP Cron','2020-12-28 23:13:18','2020-12-28 18:13:18'),
(16822,9770,'action complete via WP Cron','2020-12-28 23:13:18','2020-12-28 18:13:18'),
(16823,9771,'action created','2020-12-28 23:13:18','2020-12-28 18:13:18'),
(16824,9771,'action started via WP Cron','2020-12-28 23:14:27','2020-12-28 18:14:27'),
(16825,9771,'action complete via WP Cron','2020-12-28 23:14:27','2020-12-28 18:14:27'),
(16826,9772,'action created','2020-12-28 23:14:27','2020-12-28 18:14:27'),
(16827,9772,'action started via WP Cron','2020-12-28 23:17:00','2020-12-28 18:17:00'),
(16828,9772,'action complete via WP Cron','2020-12-28 23:17:00','2020-12-28 18:17:00'),
(16829,9773,'action created','2020-12-28 23:17:00','2020-12-28 18:17:00'),
(16830,9773,'action started via WP Cron','2020-12-28 23:18:20','2020-12-28 18:18:20'),
(16831,9773,'action complete via WP Cron','2020-12-28 23:18:20','2020-12-28 18:18:20'),
(16832,9774,'action created','2020-12-28 23:18:20','2020-12-28 18:18:20'),
(16833,9774,'action started via WP Cron','2020-12-28 23:19:15','2020-12-28 18:19:15'),
(16834,9774,'action complete via WP Cron','2020-12-28 23:19:15','2020-12-28 18:19:15'),
(16835,9775,'action created','2020-12-28 23:19:15','2020-12-28 18:19:15'),
(16836,9775,'action started via WP Cron','2020-12-28 23:21:11','2020-12-28 18:21:11'),
(16837,9775,'action complete via WP Cron','2020-12-28 23:21:11','2020-12-28 18:21:11'),
(16838,9776,'action created','2020-12-28 23:21:11','2020-12-28 18:21:11'),
(16839,9776,'action started via WP Cron','2020-12-28 23:26:40','2020-12-28 18:26:40'),
(16840,9776,'action complete via WP Cron','2020-12-28 23:26:40','2020-12-28 18:26:40'),
(16841,9777,'action created','2020-12-28 23:26:40','2020-12-28 18:26:40'),
(16842,9777,'action started via WP Cron','2020-12-28 23:27:13','2020-12-28 18:27:13'),
(16843,9777,'action complete via WP Cron','2020-12-28 23:27:13','2020-12-28 18:27:13'),
(16844,9778,'action created','2020-12-28 23:27:13','2020-12-28 18:27:13'),
(16845,9778,'action started via WP Cron','2020-12-28 23:28:40','2020-12-28 18:28:40'),
(16846,9778,'action complete via WP Cron','2020-12-28 23:28:40','2020-12-28 18:28:40'),
(16847,9779,'action created','2020-12-28 23:28:40','2020-12-28 18:28:40'),
(16848,9779,'action started via WP Cron','2020-12-28 23:29:27','2020-12-28 18:29:27'),
(16849,9779,'action complete via WP Cron','2020-12-28 23:29:27','2020-12-28 18:29:27'),
(16850,9780,'action created','2020-12-28 23:29:27','2020-12-28 18:29:27'),
(16851,9780,'action started via WP Cron','2020-12-28 23:30:12','2020-12-28 18:30:12'),
(16852,9780,'action complete via WP Cron','2020-12-28 23:30:12','2020-12-28 18:30:12'),
(16853,9781,'action created','2020-12-28 23:30:12','2020-12-28 18:30:12'),
(16854,9781,'action started via WP Cron','2020-12-28 23:31:16','2020-12-28 18:31:16'),
(16855,9781,'action complete via WP Cron','2020-12-28 23:31:16','2020-12-28 18:31:16'),
(16856,9782,'action created','2020-12-28 23:31:16','2020-12-28 18:31:16'),
(16857,9782,'action started via WP Cron','2020-12-28 23:32:13','2020-12-28 18:32:13'),
(16858,9782,'action complete via WP Cron','2020-12-28 23:32:13','2020-12-28 18:32:13'),
(16859,9783,'action created','2020-12-28 23:32:13','2020-12-28 18:32:13'),
(16860,9783,'action started via WP Cron','2020-12-28 23:33:16','2020-12-28 18:33:16'),
(16861,9783,'action complete via WP Cron','2020-12-28 23:33:16','2020-12-28 18:33:16'),
(16862,9784,'action created','2020-12-28 23:33:16','2020-12-28 18:33:16'),
(16863,9784,'action started via WP Cron','2020-12-28 23:37:27','2020-12-28 18:37:27'),
(16864,9784,'action complete via WP Cron','2020-12-28 23:37:27','2020-12-28 18:37:27'),
(16865,9785,'action created','2020-12-28 23:37:27','2020-12-28 18:37:27'),
(16866,9785,'action started via WP Cron','2020-12-28 23:38:23','2020-12-28 18:38:23'),
(16867,9785,'action complete via WP Cron','2020-12-28 23:38:23','2020-12-28 18:38:23'),
(16868,9786,'action created','2020-12-28 23:38:23','2020-12-28 18:38:23'),
(16869,9786,'action started via WP Cron','2020-12-28 23:39:17','2020-12-28 18:39:17'),
(16870,9786,'action complete via WP Cron','2020-12-28 23:39:17','2020-12-28 18:39:17'),
(16871,9787,'action created','2020-12-28 23:39:17','2020-12-28 18:39:17'),
(16872,9787,'action started via WP Cron','2020-12-28 23:40:18','2020-12-28 18:40:18'),
(16873,9787,'action complete via WP Cron','2020-12-28 23:40:18','2020-12-28 18:40:18'),
(16874,9788,'action created','2020-12-28 23:40:18','2020-12-28 18:40:18'),
(16875,9788,'action started via WP Cron','2020-12-28 23:41:35','2020-12-28 18:41:35'),
(16876,9788,'action complete via WP Cron','2020-12-28 23:41:35','2020-12-28 18:41:35'),
(16877,9789,'action created','2020-12-28 23:41:35','2020-12-28 18:41:35'),
(16878,9789,'action started via WP Cron','2020-12-28 23:43:18','2020-12-28 18:43:18'),
(16879,9789,'action complete via WP Cron','2020-12-28 23:43:18','2020-12-28 18:43:18'),
(16880,9790,'action created','2020-12-28 23:43:18','2020-12-28 18:43:18'),
(16881,9790,'action started via WP Cron','2020-12-28 23:44:12','2020-12-28 18:44:12'),
(16882,9790,'action complete via WP Cron','2020-12-28 23:44:12','2020-12-28 18:44:12'),
(16883,9791,'action created','2020-12-28 23:44:12','2020-12-28 18:44:12'),
(16884,9791,'action started via WP Cron','2020-12-28 23:46:06','2020-12-28 18:46:06'),
(16885,9791,'action complete via WP Cron','2020-12-28 23:46:06','2020-12-28 18:46:06'),
(16886,9792,'action created','2020-12-28 23:46:06','2020-12-28 18:46:06'),
(16887,9792,'action started via WP Cron','2020-12-28 23:46:33','2020-12-28 18:46:33'),
(16888,9792,'action complete via WP Cron','2020-12-28 23:46:33','2020-12-28 18:46:33'),
(16889,9793,'action created','2020-12-28 23:46:34','2020-12-28 18:46:34'),
(16890,9793,'action started via WP Cron','2020-12-28 23:47:27','2020-12-28 18:47:27'),
(16891,9793,'action complete via WP Cron','2020-12-28 23:47:27','2020-12-28 18:47:27'),
(16892,9794,'action created','2020-12-28 23:47:27','2020-12-28 18:47:27'),
(16893,9794,'action started via WP Cron','2020-12-28 23:50:54','2020-12-28 18:50:54'),
(16894,9794,'action complete via WP Cron','2020-12-28 23:50:54','2020-12-28 18:50:54'),
(16895,9795,'action created','2020-12-28 23:50:54','2020-12-28 18:50:54'),
(16896,9795,'action started via WP Cron','2020-12-28 23:53:31','2020-12-28 18:53:31'),
(16897,9795,'action complete via WP Cron','2020-12-28 23:53:32','2020-12-28 18:53:32'),
(16898,9796,'action created','2020-12-28 23:53:32','2020-12-28 18:53:32'),
(16899,9796,'action started via WP Cron','2020-12-28 23:57:12','2020-12-28 18:57:12'),
(16900,9796,'action complete via WP Cron','2020-12-28 23:57:12','2020-12-28 18:57:12'),
(16901,9797,'action created','2020-12-28 23:57:12','2020-12-28 18:57:12'),
(16902,9797,'action started via WP Cron','2020-12-28 23:58:34','2020-12-28 18:58:34'),
(16903,9797,'action complete via WP Cron','2020-12-28 23:58:34','2020-12-28 18:58:34'),
(16904,9798,'action created','2020-12-28 23:58:34','2020-12-28 18:58:34'),
(16905,9798,'action started via WP Cron','2020-12-28 23:59:45','2020-12-28 18:59:45'),
(16906,9798,'action complete via WP Cron','2020-12-28 23:59:45','2020-12-28 18:59:45'),
(16907,9799,'action created','2020-12-28 23:59:45','2020-12-28 18:59:45'),
(16908,9799,'action started via WP Cron','2020-12-29 00:04:38','2020-12-28 19:04:38'),
(16909,9799,'action complete via WP Cron','2020-12-29 00:04:38','2020-12-28 19:04:38'),
(16910,9800,'action created','2020-12-29 00:04:38','2020-12-28 19:04:38'),
(16911,9800,'action started via WP Cron','2020-12-29 00:15:45','2020-12-28 19:15:45'),
(16912,9800,'action complete via WP Cron','2020-12-29 00:15:45','2020-12-28 19:15:45'),
(16913,9801,'action created','2020-12-29 00:15:45','2020-12-28 19:15:45'),
(16914,9801,'action started via WP Cron','2020-12-29 00:16:42','2020-12-28 19:16:42'),
(16915,9801,'action complete via WP Cron','2020-12-29 00:16:42','2020-12-28 19:16:42'),
(16916,9802,'action created','2020-12-29 00:16:42','2020-12-28 19:16:42'),
(16917,9802,'action started via WP Cron','2020-12-29 00:17:54','2020-12-28 19:17:54'),
(16918,9802,'action complete via WP Cron','2020-12-29 00:17:54','2020-12-28 19:17:54'),
(16919,9803,'action created','2020-12-29 00:17:54','2020-12-28 19:17:54'),
(16920,9803,'action started via WP Cron','2020-12-29 00:18:53','2020-12-28 19:18:53'),
(16921,9803,'action complete via WP Cron','2020-12-29 00:18:53','2020-12-28 19:18:53'),
(16922,9804,'action created','2020-12-29 00:18:53','2020-12-28 19:18:53'),
(16923,9804,'action started via WP Cron','2020-12-29 00:19:47','2020-12-28 19:19:47'),
(16924,9804,'action complete via WP Cron','2020-12-29 00:19:47','2020-12-28 19:19:47'),
(16925,9805,'action created','2020-12-29 00:19:47','2020-12-28 19:19:47'),
(16926,9805,'action started via WP Cron','2020-12-29 00:21:26','2020-12-28 19:21:26'),
(16927,9805,'action complete via WP Cron','2020-12-29 00:21:26','2020-12-28 19:21:26'),
(16928,9806,'action created','2020-12-29 00:21:28','2020-12-28 19:21:28'),
(16929,9806,'action started via WP Cron','2020-12-29 00:22:40','2020-12-28 19:22:40'),
(16930,9806,'action complete via WP Cron','2020-12-29 00:22:40','2020-12-28 19:22:40'),
(16931,9807,'action created','2020-12-29 00:22:40','2020-12-28 19:22:40'),
(16932,9807,'action started via WP Cron','2020-12-29 00:23:28','2020-12-28 19:23:28'),
(16933,9807,'action complete via WP Cron','2020-12-29 00:23:28','2020-12-28 19:23:28'),
(16934,9808,'action created','2020-12-29 00:23:28','2020-12-28 19:23:28'),
(16935,9808,'action started via WP Cron','2020-12-29 00:24:37','2020-12-28 19:24:37'),
(16936,9808,'action complete via WP Cron','2020-12-29 00:24:37','2020-12-28 19:24:37'),
(16937,9809,'action created','2020-12-29 00:24:37','2020-12-28 19:24:37'),
(16938,9809,'action started via WP Cron','2020-12-29 00:26:17','2020-12-28 19:26:17'),
(16939,9809,'action complete via WP Cron','2020-12-29 00:26:17','2020-12-28 19:26:17'),
(16940,9810,'action created','2020-12-29 00:26:17','2020-12-28 19:26:17'),
(16941,9810,'action started via WP Cron','2020-12-29 00:27:18','2020-12-28 19:27:18'),
(16942,9810,'action complete via WP Cron','2020-12-29 00:27:18','2020-12-28 19:27:18'),
(16943,9811,'action created','2020-12-29 00:27:18','2020-12-28 19:27:18'),
(16944,9811,'action started via WP Cron','2020-12-29 00:28:11','2020-12-28 19:28:11'),
(16945,9811,'action complete via WP Cron','2020-12-29 00:28:11','2020-12-28 19:28:11'),
(16946,9812,'action created','2020-12-29 00:28:11','2020-12-28 19:28:11'),
(16947,9812,'action started via WP Cron','2020-12-29 00:30:13','2020-12-28 19:30:13'),
(16948,9812,'action complete via WP Cron','2020-12-29 00:30:13','2020-12-28 19:30:13'),
(16949,9813,'action created','2020-12-29 00:30:13','2020-12-28 19:30:13'),
(16950,9813,'action started via WP Cron','2020-12-29 00:31:38','2020-12-28 19:31:38'),
(16951,9813,'action complete via WP Cron','2020-12-29 00:31:38','2020-12-28 19:31:38'),
(16952,9814,'action created','2020-12-29 00:31:39','2020-12-28 19:31:39'),
(16953,9814,'action started via WP Cron','2020-12-29 00:32:45','2020-12-28 19:32:45'),
(16954,9814,'action complete via WP Cron','2020-12-29 00:32:45','2020-12-28 19:32:45'),
(16955,9815,'action created','2020-12-29 00:32:45','2020-12-28 19:32:45'),
(16956,9815,'action started via WP Cron','2020-12-29 00:34:45','2020-12-28 19:34:45'),
(16957,9815,'action complete via WP Cron','2020-12-29 00:34:45','2020-12-28 19:34:45'),
(16958,9816,'action created','2020-12-29 00:34:45','2020-12-28 19:34:45'),
(16959,9816,'action started via WP Cron','2020-12-29 00:37:38','2020-12-28 19:37:38'),
(16960,9816,'action complete via WP Cron','2020-12-29 00:37:38','2020-12-28 19:37:38'),
(16961,9817,'action created','2020-12-29 00:37:38','2020-12-28 19:37:38'),
(16962,9817,'action started via WP Cron','2020-12-29 00:38:58','2020-12-28 19:38:58'),
(16963,9817,'action complete via WP Cron','2020-12-29 00:38:58','2020-12-28 19:38:58'),
(16964,9818,'action created','2020-12-29 00:38:58','2020-12-28 19:38:58'),
(16965,9818,'action started via WP Cron','2020-12-29 00:40:00','2020-12-28 19:40:00'),
(16966,9818,'action complete via WP Cron','2020-12-29 00:40:00','2020-12-28 19:40:00'),
(16967,9819,'action created','2020-12-29 00:40:00','2020-12-28 19:40:00'),
(16968,9819,'action started via WP Cron','2020-12-29 00:41:10','2020-12-28 19:41:10'),
(16969,9819,'action complete via WP Cron','2020-12-29 00:41:10','2020-12-28 19:41:10'),
(16970,9820,'action created','2020-12-29 00:41:10','2020-12-28 19:41:10'),
(16971,9820,'action started via WP Cron','2020-12-29 00:42:24','2020-12-28 19:42:24'),
(16972,9820,'action complete via WP Cron','2020-12-29 00:42:24','2020-12-28 19:42:24'),
(16973,9821,'action created','2020-12-29 00:42:24','2020-12-28 19:42:24'),
(16974,9821,'action started via WP Cron','2020-12-29 00:46:10','2020-12-28 19:46:10'),
(16975,9821,'action complete via WP Cron','2020-12-29 00:46:10','2020-12-28 19:46:10'),
(16976,9822,'action created','2020-12-29 00:46:10','2020-12-28 19:46:10'),
(16977,9822,'action started via WP Cron','2020-12-29 00:46:27','2020-12-28 19:46:27'),
(16978,9822,'action complete via WP Cron','2020-12-29 00:46:27','2020-12-28 19:46:27'),
(16979,9823,'action created','2020-12-29 00:46:27','2020-12-28 19:46:27'),
(16980,9823,'action started via WP Cron','2020-12-29 00:47:11','2020-12-28 19:47:11'),
(16981,9823,'action complete via WP Cron','2020-12-29 00:47:11','2020-12-28 19:47:11'),
(16982,9824,'action created','2020-12-29 00:47:12','2020-12-28 19:47:12'),
(16983,9824,'action started via WP Cron','2020-12-29 00:48:28','2020-12-28 19:48:28'),
(16984,9824,'action complete via WP Cron','2020-12-29 00:48:28','2020-12-28 19:48:28'),
(16985,9825,'action created','2020-12-29 00:48:28','2020-12-28 19:48:28'),
(16986,9825,'action started via WP Cron','2020-12-29 00:50:36','2020-12-28 19:50:36'),
(16987,9825,'action complete via WP Cron','2020-12-29 00:50:36','2020-12-28 19:50:36'),
(16988,9826,'action created','2020-12-29 00:50:36','2020-12-28 19:50:36'),
(16989,9826,'action started via WP Cron','2020-12-29 00:51:46','2020-12-28 19:51:46'),
(16990,9826,'action complete via WP Cron','2020-12-29 00:51:46','2020-12-28 19:51:46'),
(16991,9827,'action created','2020-12-29 00:51:46','2020-12-28 19:51:46'),
(16992,9827,'action started via WP Cron','2020-12-29 00:52:20','2020-12-28 19:52:20'),
(16993,9827,'action complete via WP Cron','2020-12-29 00:52:20','2020-12-28 19:52:20'),
(16994,9828,'action created','2020-12-29 00:52:20','2020-12-28 19:52:20'),
(16995,9828,'action started via WP Cron','2020-12-29 00:53:49','2020-12-28 19:53:49'),
(16996,9828,'action complete via WP Cron','2020-12-29 00:53:49','2020-12-28 19:53:49'),
(16997,9829,'action created','2020-12-29 00:53:49','2020-12-28 19:53:49'),
(16998,9829,'action started via WP Cron','2020-12-29 00:54:33','2020-12-28 19:54:33'),
(16999,9829,'action complete via WP Cron','2020-12-29 00:54:33','2020-12-28 19:54:33'),
(17000,9830,'action created','2020-12-29 00:54:33','2020-12-28 19:54:33'),
(17001,9830,'action started via WP Cron','2020-12-29 00:55:46','2020-12-28 19:55:46'),
(17002,9830,'action complete via WP Cron','2020-12-29 00:55:46','2020-12-28 19:55:46'),
(17003,9831,'action created','2020-12-29 00:55:46','2020-12-28 19:55:46'),
(17004,9831,'action started via WP Cron','2020-12-29 00:57:24','2020-12-28 19:57:24'),
(17005,9831,'action complete via WP Cron','2020-12-29 00:57:24','2020-12-28 19:57:24'),
(17006,9832,'action created','2020-12-29 00:57:24','2020-12-28 19:57:24'),
(17007,9832,'action started via WP Cron','2020-12-29 01:02:27','2020-12-28 20:02:27'),
(17008,9832,'action complete via WP Cron','2020-12-29 01:02:27','2020-12-28 20:02:27'),
(17009,9833,'action created','2020-12-29 01:02:27','2020-12-28 20:02:27'),
(17010,9833,'action started via WP Cron','2020-12-29 01:03:42','2020-12-28 20:03:42'),
(17011,9833,'action complete via WP Cron','2020-12-29 01:03:42','2020-12-28 20:03:42'),
(17012,9834,'action created','2020-12-29 01:03:42','2020-12-28 20:03:42'),
(17013,9050,'action started via WP Cron','2020-12-29 01:09:17','2020-12-28 20:09:17'),
(17014,9050,'action complete via WP Cron','2020-12-29 01:09:17','2020-12-28 20:09:17'),
(17015,9835,'action created','2020-12-29 01:09:17','2020-12-28 20:09:17'),
(17016,9834,'action started via WP Cron','2020-12-29 01:09:17','2020-12-28 20:09:17'),
(17017,9834,'action complete via WP Cron','2020-12-29 01:09:17','2020-12-28 20:09:17'),
(17018,9836,'action created','2020-12-29 01:09:17','2020-12-28 20:09:17'),
(17019,9836,'action started via WP Cron','2020-12-29 01:10:35','2020-12-28 20:10:35'),
(17020,9836,'action complete via WP Cron','2020-12-29 01:10:35','2020-12-28 20:10:35'),
(17021,9837,'action created','2020-12-29 01:10:35','2020-12-28 20:10:35'),
(17022,9837,'action started via WP Cron','2020-12-29 01:13:03','2020-12-28 20:13:03'),
(17023,9837,'action complete via WP Cron','2020-12-29 01:13:03','2020-12-28 20:13:03'),
(17024,9838,'action created','2020-12-29 01:13:03','2020-12-28 20:13:03'),
(17025,9838,'action started via WP Cron','2020-12-29 01:13:47','2020-12-28 20:13:47'),
(17026,9838,'action complete via WP Cron','2020-12-29 01:13:47','2020-12-28 20:13:47'),
(17027,9839,'action created','2020-12-29 01:13:47','2020-12-28 20:13:47'),
(17028,9839,'action started via WP Cron','2020-12-29 01:17:44','2020-12-28 20:17:44'),
(17029,9839,'action complete via WP Cron','2020-12-29 01:17:44','2020-12-28 20:17:44'),
(17030,9840,'action created','2020-12-29 01:17:45','2020-12-28 20:17:45'),
(17031,9840,'action started via WP Cron','2020-12-29 01:18:37','2020-12-28 20:18:37'),
(17032,9840,'action complete via WP Cron','2020-12-29 01:18:38','2020-12-28 20:18:38'),
(17033,9841,'action created','2020-12-29 01:18:38','2020-12-28 20:18:38'),
(17034,9841,'action started via WP Cron','2020-12-29 01:20:36','2020-12-28 20:20:36'),
(17035,9841,'action complete via WP Cron','2020-12-29 01:20:36','2020-12-28 20:20:36'),
(17036,9842,'action created','2020-12-29 01:20:36','2020-12-28 20:20:36'),
(17037,9842,'action started via WP Cron','2020-12-29 01:26:21','2020-12-28 20:26:21'),
(17038,9842,'action complete via WP Cron','2020-12-29 01:26:21','2020-12-28 20:26:21'),
(17039,9843,'action created','2020-12-29 01:26:21','2020-12-28 20:26:21'),
(17040,9843,'action started via WP Cron','2020-12-29 01:28:51','2020-12-28 20:28:51'),
(17041,9843,'action complete via WP Cron','2020-12-29 01:28:51','2020-12-28 20:28:51'),
(17042,9844,'action created','2020-12-29 01:28:51','2020-12-28 20:28:51'),
(17043,9844,'action started via WP Cron','2020-12-29 01:32:35','2020-12-28 20:32:35'),
(17044,9844,'action complete via WP Cron','2020-12-29 01:32:35','2020-12-28 20:32:35'),
(17045,9845,'action created','2020-12-29 01:32:35','2020-12-28 20:32:35'),
(17046,9845,'action started via WP Cron','2020-12-29 01:34:29','2020-12-28 20:34:29'),
(17047,9845,'action complete via WP Cron','2020-12-29 01:34:29','2020-12-28 20:34:29'),
(17048,9846,'action created','2020-12-29 01:34:29','2020-12-28 20:34:29'),
(17049,9846,'action started via WP Cron','2020-12-29 01:38:02','2020-12-28 20:38:02'),
(17050,9846,'action complete via WP Cron','2020-12-29 01:38:02','2020-12-28 20:38:02'),
(17051,9847,'action created','2020-12-29 01:38:02','2020-12-28 20:38:02'),
(17052,9847,'action started via WP Cron','2020-12-29 01:39:44','2020-12-28 20:39:44'),
(17053,9847,'action complete via WP Cron','2020-12-29 01:39:44','2020-12-28 20:39:44'),
(17054,9848,'action created','2020-12-29 01:39:44','2020-12-28 20:39:44'),
(17055,9848,'action started via WP Cron','2020-12-29 01:40:34','2020-12-28 20:40:34'),
(17056,9848,'action complete via WP Cron','2020-12-29 01:40:34','2020-12-28 20:40:34'),
(17057,9849,'action created','2020-12-29 01:40:34','2020-12-28 20:40:34'),
(17058,9849,'action started via WP Cron','2020-12-29 01:41:38','2020-12-28 20:41:38'),
(17059,9849,'action complete via WP Cron','2020-12-29 01:41:38','2020-12-28 20:41:38'),
(17060,9850,'action created','2020-12-29 01:41:38','2020-12-28 20:41:38'),
(17061,9850,'action started via WP Cron','2020-12-29 01:42:29','2020-12-28 20:42:29'),
(17062,9850,'action complete via WP Cron','2020-12-29 01:42:29','2020-12-28 20:42:29'),
(17063,9851,'action created','2020-12-29 01:42:29','2020-12-28 20:42:29'),
(17064,9851,'action started via WP Cron','2020-12-29 01:46:25','2020-12-28 20:46:25'),
(17065,9851,'action complete via WP Cron','2020-12-29 01:46:25','2020-12-28 20:46:25'),
(17066,9852,'action created','2020-12-29 01:46:25','2020-12-28 20:46:25'),
(17067,9852,'action started via WP Cron','2020-12-29 01:48:38','2020-12-28 20:48:38'),
(17068,9852,'action complete via WP Cron','2020-12-29 01:48:38','2020-12-28 20:48:38'),
(17069,9853,'action created','2020-12-29 01:48:38','2020-12-28 20:48:38'),
(17070,9853,'action started via WP Cron','2020-12-29 01:49:44','2020-12-28 20:49:44'),
(17071,9853,'action complete via WP Cron','2020-12-29 01:49:44','2020-12-28 20:49:44'),
(17072,9854,'action created','2020-12-29 01:49:44','2020-12-28 20:49:44'),
(17073,9854,'action started via WP Cron','2020-12-29 01:51:29','2020-12-28 20:51:29'),
(17074,9854,'action complete via WP Cron','2020-12-29 01:51:29','2020-12-28 20:51:29'),
(17075,9855,'action created','2020-12-29 01:51:29','2020-12-28 20:51:29'),
(17076,9855,'action started via WP Cron','2020-12-29 01:52:20','2020-12-28 20:52:20'),
(17077,9855,'action complete via WP Cron','2020-12-29 01:52:20','2020-12-28 20:52:20'),
(17078,9856,'action created','2020-12-29 01:52:20','2020-12-28 20:52:20'),
(17079,9856,'action started via WP Cron','2020-12-29 01:54:49','2020-12-28 20:54:49'),
(17080,9856,'action complete via WP Cron','2020-12-29 01:54:49','2020-12-28 20:54:49'),
(17081,9857,'action created','2020-12-29 01:54:49','2020-12-28 20:54:49'),
(17082,9857,'action started via WP Cron','2020-12-29 01:55:37','2020-12-28 20:55:37'),
(17083,9857,'action complete via WP Cron','2020-12-29 01:55:37','2020-12-28 20:55:37'),
(17084,9858,'action created','2020-12-29 01:55:37','2020-12-28 20:55:37'),
(17085,9858,'action started via WP Cron','2020-12-29 01:56:30','2020-12-28 20:56:30'),
(17086,9858,'action complete via WP Cron','2020-12-29 01:56:30','2020-12-28 20:56:30'),
(17087,9859,'action created','2020-12-29 01:56:30','2020-12-28 20:56:30'),
(17088,9859,'action started via WP Cron','2020-12-29 01:57:39','2020-12-28 20:57:39'),
(17089,9859,'action complete via WP Cron','2020-12-29 01:57:39','2020-12-28 20:57:39'),
(17090,9860,'action created','2020-12-29 01:57:39','2020-12-28 20:57:39'),
(17091,9860,'action started via WP Cron','2020-12-29 01:58:12','2020-12-28 20:58:12'),
(17092,9860,'action complete via WP Cron','2020-12-29 01:58:12','2020-12-28 20:58:12'),
(17093,9861,'action created','2020-12-29 01:58:12','2020-12-28 20:58:12'),
(17094,9861,'action started via WP Cron','2020-12-29 01:59:17','2020-12-28 20:59:17'),
(17095,9861,'action complete via WP Cron','2020-12-29 01:59:17','2020-12-28 20:59:17'),
(17096,9862,'action created','2020-12-29 01:59:17','2020-12-28 20:59:17'),
(17097,9862,'action started via WP Cron','2020-12-29 02:00:19','2020-12-28 21:00:19'),
(17098,9862,'action complete via WP Cron','2020-12-29 02:00:19','2020-12-28 21:00:19'),
(17099,9863,'action created','2020-12-29 02:00:19','2020-12-28 21:00:19'),
(17100,9863,'action started via WP Cron','2020-12-29 02:02:12','2020-12-28 21:02:12'),
(17101,9863,'action complete via WP Cron','2020-12-29 02:02:12','2020-12-28 21:02:12'),
(17102,9864,'action created','2020-12-29 02:02:12','2020-12-28 21:02:12'),
(17103,9864,'action started via WP Cron','2020-12-29 02:03:23','2020-12-28 21:03:23'),
(17104,9864,'action complete via WP Cron','2020-12-29 02:03:23','2020-12-28 21:03:23'),
(17105,9865,'action created','2020-12-29 02:03:23','2020-12-28 21:03:23'),
(17106,9865,'action started via WP Cron','2020-12-29 02:06:08','2020-12-28 21:06:08'),
(17107,9865,'action complete via WP Cron','2020-12-29 02:06:08','2020-12-28 21:06:08'),
(17108,9866,'action created','2020-12-29 02:06:08','2020-12-28 21:06:08'),
(17109,9866,'action started via WP Cron','2020-12-29 02:08:48','2020-12-28 21:08:48'),
(17110,9866,'action complete via WP Cron','2020-12-29 02:08:48','2020-12-28 21:08:48'),
(17111,9867,'action created','2020-12-29 02:08:48','2020-12-28 21:08:48'),
(17112,9867,'action started via WP Cron','2020-12-29 02:09:58','2020-12-28 21:09:58'),
(17113,9867,'action complete via WP Cron','2020-12-29 02:09:58','2020-12-28 21:09:58'),
(17114,9868,'action created','2020-12-29 02:09:58','2020-12-28 21:09:58'),
(17115,9868,'action started via WP Cron','2020-12-29 02:11:26','2020-12-28 21:11:26'),
(17116,9868,'action complete via WP Cron','2020-12-29 02:11:26','2020-12-28 21:11:26'),
(17117,9869,'action created','2020-12-29 02:11:26','2020-12-28 21:11:26'),
(17118,9869,'action started via WP Cron','2020-12-29 02:12:49','2020-12-28 21:12:49'),
(17119,9869,'action complete via WP Cron','2020-12-29 02:12:49','2020-12-28 21:12:49'),
(17120,9870,'action created','2020-12-29 02:12:49','2020-12-28 21:12:49'),
(17121,9870,'action started via WP Cron','2020-12-29 02:13:19','2020-12-28 21:13:19'),
(17122,9870,'action complete via WP Cron','2020-12-29 02:13:19','2020-12-28 21:13:19'),
(17123,9871,'action created','2020-12-29 02:13:19','2020-12-28 21:13:19'),
(17124,9871,'action started via WP Cron','2020-12-29 02:14:13','2020-12-28 21:14:13'),
(17125,9871,'action complete via WP Cron','2020-12-29 02:14:13','2020-12-28 21:14:13'),
(17126,9872,'action created','2020-12-29 02:14:13','2020-12-28 21:14:13'),
(17127,9872,'action started via WP Cron','2020-12-29 02:15:15','2020-12-28 21:15:15'),
(17128,9872,'action complete via WP Cron','2020-12-29 02:15:16','2020-12-28 21:15:16'),
(17129,9873,'action created','2020-12-29 02:15:16','2020-12-28 21:15:16'),
(17130,9873,'action started via WP Cron','2020-12-29 02:17:05','2020-12-28 21:17:05'),
(17131,9873,'action complete via WP Cron','2020-12-29 02:17:05','2020-12-28 21:17:05'),
(17132,9874,'action created','2020-12-29 02:17:05','2020-12-28 21:17:05'),
(17133,9874,'action started via WP Cron','2020-12-29 02:18:05','2020-12-28 21:18:05'),
(17134,9874,'action complete via WP Cron','2020-12-29 02:18:05','2020-12-28 21:18:05'),
(17135,9875,'action created','2020-12-29 02:18:05','2020-12-28 21:18:05'),
(17136,9875,'action started via WP Cron','2020-12-29 02:18:30','2020-12-28 21:18:30'),
(17137,9875,'action complete via WP Cron','2020-12-29 02:18:30','2020-12-28 21:18:30'),
(17138,9876,'action created','2020-12-29 02:18:30','2020-12-28 21:18:30'),
(17139,9876,'action started via WP Cron','2020-12-29 02:20:30','2020-12-28 21:20:30'),
(17140,9876,'action complete via WP Cron','2020-12-29 02:20:30','2020-12-28 21:20:30'),
(17141,9877,'action created','2020-12-29 02:20:30','2020-12-28 21:20:30'),
(17142,9877,'action started via WP Cron','2020-12-29 02:25:12','2020-12-28 21:25:12'),
(17143,9877,'action complete via WP Cron','2020-12-29 02:25:12','2020-12-28 21:25:12'),
(17144,9878,'action created','2020-12-29 02:25:12','2020-12-28 21:25:12'),
(17145,9878,'action started via WP Cron','2020-12-29 02:29:32','2020-12-28 21:29:32'),
(17146,9878,'action complete via WP Cron','2020-12-29 02:29:32','2020-12-28 21:29:32'),
(17147,9879,'action created','2020-12-29 02:29:32','2020-12-28 21:29:32'),
(17148,9879,'action started via WP Cron','2020-12-29 02:33:17','2020-12-28 21:33:17'),
(17149,9879,'action complete via WP Cron','2020-12-29 02:33:17','2020-12-28 21:33:17'),
(17150,9880,'action created','2020-12-29 02:33:17','2020-12-28 21:33:17'),
(17151,9880,'action started via WP Cron','2020-12-29 02:34:27','2020-12-28 21:34:27'),
(17152,9880,'action complete via WP Cron','2020-12-29 02:34:27','2020-12-28 21:34:27'),
(17153,9881,'action created','2020-12-29 02:34:27','2020-12-28 21:34:27'),
(17154,9881,'action started via WP Cron','2020-12-29 02:35:13','2020-12-28 21:35:13'),
(17155,9881,'action complete via WP Cron','2020-12-29 02:35:13','2020-12-28 21:35:13'),
(17156,9882,'action created','2020-12-29 02:35:13','2020-12-28 21:35:13'),
(17157,9882,'action started via WP Cron','2020-12-29 02:36:30','2020-12-28 21:36:30'),
(17158,9882,'action complete via WP Cron','2020-12-29 02:36:30','2020-12-28 21:36:30'),
(17159,9883,'action created','2020-12-29 02:36:30','2020-12-28 21:36:30'),
(17160,9883,'action started via WP Cron','2020-12-29 02:37:25','2020-12-28 21:37:25'),
(17161,9883,'action complete via WP Cron','2020-12-29 02:37:25','2020-12-28 21:37:25'),
(17162,9884,'action created','2020-12-29 02:37:25','2020-12-28 21:37:25'),
(17163,9884,'action started via WP Cron','2020-12-29 02:38:20','2020-12-28 21:38:20'),
(17164,9884,'action complete via WP Cron','2020-12-29 02:38:20','2020-12-28 21:38:20'),
(17165,9885,'action created','2020-12-29 02:38:21','2020-12-28 21:38:21'),
(17166,9885,'action started via WP Cron','2020-12-29 02:39:13','2020-12-28 21:39:13'),
(17167,9885,'action complete via WP Cron','2020-12-29 02:39:13','2020-12-28 21:39:13'),
(17168,9886,'action created','2020-12-29 02:39:13','2020-12-28 21:39:13'),
(17169,9886,'action started via WP Cron','2020-12-29 02:40:27','2020-12-28 21:40:27'),
(17170,9886,'action complete via WP Cron','2020-12-29 02:40:27','2020-12-28 21:40:27'),
(17171,9887,'action created','2020-12-29 02:40:27','2020-12-28 21:40:27'),
(17172,9887,'action started via WP Cron','2020-12-29 02:41:23','2020-12-28 21:41:23'),
(17173,9887,'action complete via WP Cron','2020-12-29 02:41:23','2020-12-28 21:41:23'),
(17174,9888,'action created','2020-12-29 02:41:23','2020-12-28 21:41:23'),
(17175,9888,'action started via WP Cron','2020-12-29 02:42:36','2020-12-28 21:42:36'),
(17176,9888,'action complete via WP Cron','2020-12-29 02:42:36','2020-12-28 21:42:36'),
(17177,9889,'action created','2020-12-29 02:42:36','2020-12-28 21:42:36'),
(17178,9889,'action started via WP Cron','2020-12-29 02:43:26','2020-12-28 21:43:26'),
(17179,9889,'action complete via WP Cron','2020-12-29 02:43:26','2020-12-28 21:43:26'),
(17180,9890,'action created','2020-12-29 02:43:26','2020-12-28 21:43:26'),
(17181,9890,'action started via WP Cron','2020-12-29 02:44:15','2020-12-28 21:44:15'),
(17182,9890,'action complete via WP Cron','2020-12-29 02:44:15','2020-12-28 21:44:15'),
(17183,9891,'action created','2020-12-29 02:44:15','2020-12-28 21:44:15'),
(17184,9891,'action started via WP Cron','2020-12-29 02:45:31','2020-12-28 21:45:31'),
(17185,9891,'action complete via WP Cron','2020-12-29 02:45:31','2020-12-28 21:45:31'),
(17186,9892,'action created','2020-12-29 02:45:31','2020-12-28 21:45:31'),
(17187,9892,'action started via WP Cron','2020-12-29 02:47:00','2020-12-28 21:47:00'),
(17188,9892,'action complete via WP Cron','2020-12-29 02:47:00','2020-12-28 21:47:00'),
(17189,9893,'action created','2020-12-29 02:47:00','2020-12-28 21:47:00'),
(17190,9893,'action started via WP Cron','2020-12-29 02:47:49','2020-12-28 21:47:49'),
(17191,9893,'action complete via WP Cron','2020-12-29 02:47:49','2020-12-28 21:47:49'),
(17192,9894,'action created','2020-12-29 02:47:49','2020-12-28 21:47:49'),
(17193,9894,'action started via WP Cron','2020-12-29 02:48:34','2020-12-28 21:48:34'),
(17194,9894,'action complete via WP Cron','2020-12-29 02:48:34','2020-12-28 21:48:34'),
(17195,9895,'action created','2020-12-29 02:48:34','2020-12-28 21:48:34'),
(17196,9895,'action started via WP Cron','2020-12-29 02:49:18','2020-12-28 21:49:18'),
(17197,9895,'action complete via WP Cron','2020-12-29 02:49:18','2020-12-28 21:49:18'),
(17198,9896,'action created','2020-12-29 02:49:18','2020-12-28 21:49:18'),
(17199,9896,'action started via WP Cron','2020-12-29 02:50:57','2020-12-28 21:50:57'),
(17200,9896,'action complete via WP Cron','2020-12-29 02:50:57','2020-12-28 21:50:57'),
(17201,9897,'action created','2020-12-29 02:50:57','2020-12-28 21:50:57'),
(17202,9897,'action started via WP Cron','2020-12-29 02:51:54','2020-12-28 21:51:54'),
(17203,9897,'action complete via WP Cron','2020-12-29 02:51:54','2020-12-28 21:51:54'),
(17204,9898,'action created','2020-12-29 02:51:54','2020-12-28 21:51:54'),
(17205,9898,'action started via WP Cron','2020-12-29 02:52:29','2020-12-28 21:52:29'),
(17206,9898,'action complete via WP Cron','2020-12-29 02:52:29','2020-12-28 21:52:29'),
(17207,9899,'action created','2020-12-29 02:52:29','2020-12-28 21:52:29'),
(17208,9899,'action started via WP Cron','2020-12-29 02:53:13','2020-12-28 21:53:13'),
(17209,9899,'action complete via WP Cron','2020-12-29 02:53:13','2020-12-28 21:53:13'),
(17210,9900,'action created','2020-12-29 02:53:13','2020-12-28 21:53:13'),
(17211,9900,'action started via WP Cron','2020-12-29 02:54:35','2020-12-28 21:54:35'),
(17212,9900,'action complete via WP Cron','2020-12-29 02:54:35','2020-12-28 21:54:35'),
(17213,9901,'action created','2020-12-29 02:54:35','2020-12-28 21:54:35'),
(17214,9901,'action started via WP Cron','2020-12-29 02:55:20','2020-12-28 21:55:20'),
(17215,9901,'action complete via WP Cron','2020-12-29 02:55:20','2020-12-28 21:55:20'),
(17216,9902,'action created','2020-12-29 02:55:21','2020-12-28 21:55:21'),
(17217,9902,'action started via WP Cron','2020-12-29 02:57:04','2020-12-28 21:57:04'),
(17218,9902,'action complete via WP Cron','2020-12-29 02:57:04','2020-12-28 21:57:04'),
(17219,9903,'action created','2020-12-29 02:57:04','2020-12-28 21:57:04'),
(17220,9903,'action started via WP Cron','2020-12-29 02:59:41','2020-12-28 21:59:41'),
(17221,9903,'action complete via WP Cron','2020-12-29 02:59:41','2020-12-28 21:59:41'),
(17222,9904,'action created','2020-12-29 02:59:41','2020-12-28 21:59:41'),
(17223,9904,'action started via WP Cron','2020-12-29 03:00:28','2020-12-28 22:00:28'),
(17224,9904,'action complete via WP Cron','2020-12-29 03:00:28','2020-12-28 22:00:28'),
(17225,9905,'action created','2020-12-29 03:00:28','2020-12-28 22:00:28'),
(17226,9905,'action started via WP Cron','2020-12-29 03:01:25','2020-12-28 22:01:25'),
(17227,9905,'action complete via WP Cron','2020-12-29 03:01:25','2020-12-28 22:01:25'),
(17228,9906,'action created','2020-12-29 03:01:25','2020-12-28 22:01:25'),
(17229,9906,'action started via WP Cron','2020-12-29 03:02:17','2020-12-28 22:02:17'),
(17230,9906,'action complete via WP Cron','2020-12-29 03:02:17','2020-12-28 22:02:17'),
(17231,9907,'action created','2020-12-29 03:02:17','2020-12-28 22:02:17'),
(17232,9907,'action started via WP Cron','2020-12-29 03:03:12','2020-12-28 22:03:12'),
(17233,9907,'action complete via WP Cron','2020-12-29 03:03:12','2020-12-28 22:03:12'),
(17234,9908,'action created','2020-12-29 03:03:12','2020-12-28 22:03:12'),
(17235,9908,'action started via WP Cron','2020-12-29 03:04:35','2020-12-28 22:04:35'),
(17236,9908,'action complete via WP Cron','2020-12-29 03:04:35','2020-12-28 22:04:35'),
(17237,9909,'action created','2020-12-29 03:04:35','2020-12-28 22:04:35'),
(17238,9909,'action started via WP Cron','2020-12-29 03:05:33','2020-12-28 22:05:33'),
(17239,9909,'action complete via WP Cron','2020-12-29 03:05:33','2020-12-28 22:05:33'),
(17240,9910,'action created','2020-12-29 03:05:33','2020-12-28 22:05:33'),
(17241,9910,'action started via WP Cron','2020-12-29 03:07:09','2020-12-28 22:07:09'),
(17242,9910,'action complete via WP Cron','2020-12-29 03:07:09','2020-12-28 22:07:09'),
(17243,9911,'action created','2020-12-29 03:07:09','2020-12-28 22:07:09'),
(17244,9911,'action started via WP Cron','2020-12-29 03:07:55','2020-12-28 22:07:55'),
(17245,9911,'action complete via WP Cron','2020-12-29 03:07:55','2020-12-28 22:07:55'),
(17246,9912,'action created','2020-12-29 03:07:55','2020-12-28 22:07:55'),
(17247,9912,'action started via WP Cron','2020-12-29 03:09:15','2020-12-28 22:09:15'),
(17248,9912,'action complete via WP Cron','2020-12-29 03:09:15','2020-12-28 22:09:15'),
(17249,9913,'action created','2020-12-29 03:09:16','2020-12-28 22:09:16'),
(17250,9913,'action started via WP Cron','2020-12-29 03:10:12','2020-12-28 22:10:12'),
(17251,9913,'action complete via WP Cron','2020-12-29 03:10:12','2020-12-28 22:10:12'),
(17252,9914,'action created','2020-12-29 03:10:12','2020-12-28 22:10:12'),
(17253,9914,'action started via WP Cron','2020-12-29 03:13:21','2020-12-28 22:13:21'),
(17254,9914,'action complete via WP Cron','2020-12-29 03:13:21','2020-12-28 22:13:21'),
(17255,9915,'action created','2020-12-29 03:13:21','2020-12-28 22:13:21'),
(17256,9915,'action started via WP Cron','2020-12-29 03:14:34','2020-12-28 22:14:34'),
(17257,9915,'action complete via WP Cron','2020-12-29 03:14:34','2020-12-28 22:14:34'),
(17258,9916,'action created','2020-12-29 03:14:34','2020-12-28 22:14:34'),
(17259,9916,'action started via WP Cron','2020-12-29 03:15:29','2020-12-28 22:15:29'),
(17260,9916,'action complete via WP Cron','2020-12-29 03:15:29','2020-12-28 22:15:29'),
(17261,9917,'action created','2020-12-29 03:15:29','2020-12-28 22:15:29'),
(17262,9917,'action started via WP Cron','2020-12-29 03:17:01','2020-12-28 22:17:01'),
(17263,9917,'action complete via WP Cron','2020-12-29 03:17:01','2020-12-28 22:17:01'),
(17264,9918,'action created','2020-12-29 03:17:01','2020-12-28 22:17:01'),
(17265,9918,'action started via WP Cron','2020-12-29 03:17:37','2020-12-28 22:17:37'),
(17266,9918,'action complete via WP Cron','2020-12-29 03:17:37','2020-12-28 22:17:37'),
(17267,9919,'action created','2020-12-29 03:17:37','2020-12-28 22:17:37'),
(17268,9919,'action started via WP Cron','2020-12-29 03:18:44','2020-12-28 22:18:44'),
(17269,9919,'action complete via WP Cron','2020-12-29 03:18:44','2020-12-28 22:18:44'),
(17270,9920,'action created','2020-12-29 03:18:44','2020-12-28 22:18:44'),
(17271,9920,'action started via WP Cron','2020-12-29 03:19:37','2020-12-28 22:19:37'),
(17272,9920,'action complete via WP Cron','2020-12-29 03:19:37','2020-12-28 22:19:37'),
(17273,9921,'action created','2020-12-29 03:19:37','2020-12-28 22:19:37'),
(17274,9921,'action started via WP Cron','2020-12-29 03:20:21','2020-12-28 22:20:21'),
(17275,9921,'action complete via WP Cron','2020-12-29 03:20:21','2020-12-28 22:20:21'),
(17276,9922,'action created','2020-12-29 03:20:21','2020-12-28 22:20:21'),
(17277,9922,'action started via WP Cron','2020-12-29 03:21:57','2020-12-28 22:21:57'),
(17278,9922,'action complete via WP Cron','2020-12-29 03:21:57','2020-12-28 22:21:57'),
(17279,9923,'action created','2020-12-29 03:21:57','2020-12-28 22:21:57'),
(17280,9923,'action started via WP Cron','2020-12-29 03:22:37','2020-12-28 22:22:37'),
(17281,9923,'action complete via WP Cron','2020-12-29 03:22:38','2020-12-28 22:22:38'),
(17282,9924,'action created','2020-12-29 03:22:38','2020-12-28 22:22:38'),
(17283,9924,'action started via WP Cron','2020-12-29 03:23:15','2020-12-28 22:23:15'),
(17284,9924,'action complete via WP Cron','2020-12-29 03:23:15','2020-12-28 22:23:15'),
(17285,9925,'action created','2020-12-29 03:23:15','2020-12-28 22:23:15'),
(17286,9925,'action started via WP Cron','2020-12-29 03:24:18','2020-12-28 22:24:18'),
(17287,9925,'action complete via WP Cron','2020-12-29 03:24:18','2020-12-28 22:24:18'),
(17288,9926,'action created','2020-12-29 03:24:19','2020-12-28 22:24:19'),
(17289,9926,'action started via WP Cron','2020-12-29 03:25:28','2020-12-28 22:25:28'),
(17290,9926,'action complete via WP Cron','2020-12-29 03:25:28','2020-12-28 22:25:28'),
(17291,9927,'action created','2020-12-29 03:25:28','2020-12-28 22:25:28'),
(17292,9927,'action started via WP Cron','2020-12-29 03:26:37','2020-12-28 22:26:37'),
(17293,9927,'action complete via WP Cron','2020-12-29 03:26:37','2020-12-28 22:26:37'),
(17294,9928,'action created','2020-12-29 03:26:37','2020-12-28 22:26:37'),
(17295,9928,'action started via WP Cron','2020-12-29 03:27:26','2020-12-28 22:27:26'),
(17296,9928,'action complete via WP Cron','2020-12-29 03:27:26','2020-12-28 22:27:26'),
(17297,9929,'action created','2020-12-29 03:27:26','2020-12-28 22:27:26'),
(17298,9929,'action started via WP Cron','2020-12-29 03:28:17','2020-12-28 22:28:17'),
(17299,9929,'action complete via WP Cron','2020-12-29 03:28:17','2020-12-28 22:28:17'),
(17300,9930,'action created','2020-12-29 03:28:17','2020-12-28 22:28:17'),
(17301,9930,'action started via WP Cron','2020-12-29 03:29:36','2020-12-28 22:29:36'),
(17302,9930,'action complete via WP Cron','2020-12-29 03:29:36','2020-12-28 22:29:36'),
(17303,9931,'action created','2020-12-29 03:29:36','2020-12-28 22:29:36'),
(17304,9931,'action started via WP Cron','2020-12-29 03:30:12','2020-12-28 22:30:12'),
(17305,9931,'action complete via WP Cron','2020-12-29 03:30:12','2020-12-28 22:30:12'),
(17306,9932,'action created','2020-12-29 03:30:12','2020-12-28 22:30:12'),
(17307,9932,'action started via WP Cron','2020-12-29 03:31:49','2020-12-28 22:31:49'),
(17308,9932,'action complete via WP Cron','2020-12-29 03:31:49','2020-12-28 22:31:49'),
(17309,9933,'action created','2020-12-29 03:31:49','2020-12-28 22:31:49'),
(17310,9933,'action started via WP Cron','2020-12-29 03:32:51','2020-12-28 22:32:51'),
(17311,9933,'action complete via WP Cron','2020-12-29 03:32:51','2020-12-28 22:32:51'),
(17312,9934,'action created','2020-12-29 03:32:51','2020-12-28 22:32:51'),
(17313,9934,'action started via WP Cron','2020-12-29 03:33:34','2020-12-28 22:33:34'),
(17314,9934,'action complete via WP Cron','2020-12-29 03:33:34','2020-12-28 22:33:34'),
(17315,9935,'action created','2020-12-29 03:33:34','2020-12-28 22:33:34'),
(17316,9935,'action started via WP Cron','2020-12-29 03:34:21','2020-12-28 22:34:21'),
(17317,9935,'action complete via WP Cron','2020-12-29 03:34:21','2020-12-28 22:34:21'),
(17318,9936,'action created','2020-12-29 03:34:22','2020-12-28 22:34:22'),
(17319,9936,'action started via WP Cron','2020-12-29 03:35:30','2020-12-28 22:35:30'),
(17320,9936,'action complete via WP Cron','2020-12-29 03:35:30','2020-12-28 22:35:30'),
(17321,9937,'action created','2020-12-29 03:35:30','2020-12-28 22:35:30'),
(17322,9937,'action started via WP Cron','2020-12-29 03:36:12','2020-12-28 22:36:12'),
(17323,9937,'action complete via WP Cron','2020-12-29 03:36:12','2020-12-28 22:36:12'),
(17324,9938,'action created','2020-12-29 03:36:12','2020-12-28 22:36:12'),
(17325,9938,'action started via WP Cron','2020-12-29 03:37:28','2020-12-28 22:37:28'),
(17326,9938,'action complete via WP Cron','2020-12-29 03:37:28','2020-12-28 22:37:28'),
(17327,9939,'action created','2020-12-29 03:37:28','2020-12-28 22:37:28'),
(17328,9939,'action started via WP Cron','2020-12-29 03:38:15','2020-12-28 22:38:15'),
(17329,9939,'action complete via WP Cron','2020-12-29 03:38:15','2020-12-28 22:38:15'),
(17330,9940,'action created','2020-12-29 03:38:15','2020-12-28 22:38:15'),
(17331,9940,'action started via WP Cron','2020-12-29 03:39:43','2020-12-28 22:39:43'),
(17332,9940,'action complete via WP Cron','2020-12-29 03:39:43','2020-12-28 22:39:43'),
(17333,9941,'action created','2020-12-29 03:39:43','2020-12-28 22:39:43'),
(17334,9941,'action started via WP Cron','2020-12-29 03:41:29','2020-12-28 22:41:29'),
(17335,9941,'action complete via WP Cron','2020-12-29 03:41:29','2020-12-28 22:41:29'),
(17336,9942,'action created','2020-12-29 03:41:29','2020-12-28 22:41:29'),
(17337,9942,'action started via WP Cron','2020-12-29 03:42:56','2020-12-28 22:42:56'),
(17338,9942,'action complete via WP Cron','2020-12-29 03:42:56','2020-12-28 22:42:56'),
(17339,9943,'action created','2020-12-29 03:42:56','2020-12-28 22:42:56'),
(17340,9943,'action started via WP Cron','2020-12-29 03:43:17','2020-12-28 22:43:17'),
(17341,9943,'action complete via WP Cron','2020-12-29 03:43:17','2020-12-28 22:43:17'),
(17342,9944,'action created','2020-12-29 03:43:17','2020-12-28 22:43:17'),
(17343,9944,'action started via WP Cron','2020-12-29 03:44:26','2020-12-28 22:44:26'),
(17344,9944,'action complete via WP Cron','2020-12-29 03:44:26','2020-12-28 22:44:26'),
(17345,9945,'action created','2020-12-29 03:44:26','2020-12-28 22:44:26'),
(17346,9945,'action started via WP Cron','2020-12-29 03:45:12','2020-12-28 22:45:12'),
(17347,9945,'action complete via WP Cron','2020-12-29 03:45:12','2020-12-28 22:45:12'),
(17348,9946,'action created','2020-12-29 03:45:12','2020-12-28 22:45:12'),
(17349,9946,'action started via WP Cron','2020-12-29 03:46:33','2020-12-28 22:46:33'),
(17350,9946,'action complete via WP Cron','2020-12-29 03:46:33','2020-12-28 22:46:33'),
(17351,9947,'action created','2020-12-29 03:46:33','2020-12-28 22:46:33'),
(17352,9947,'action started via WP Cron','2020-12-29 03:47:13','2020-12-28 22:47:13'),
(17353,9947,'action complete via WP Cron','2020-12-29 03:47:13','2020-12-28 22:47:13'),
(17354,9948,'action created','2020-12-29 03:47:13','2020-12-28 22:47:13'),
(17355,9948,'action started via WP Cron','2020-12-29 03:48:38','2020-12-28 22:48:38'),
(17356,9948,'action complete via WP Cron','2020-12-29 03:48:38','2020-12-28 22:48:38'),
(17357,9949,'action created','2020-12-29 03:48:38','2020-12-28 22:48:38'),
(17358,9949,'action started via WP Cron','2020-12-29 03:49:12','2020-12-28 22:49:12'),
(17359,9949,'action complete via WP Cron','2020-12-29 03:49:12','2020-12-28 22:49:12'),
(17360,9950,'action created','2020-12-29 03:49:12','2020-12-28 22:49:12'),
(17361,9950,'action started via WP Cron','2020-12-29 03:52:32','2020-12-28 22:52:32'),
(17362,9950,'action complete via WP Cron','2020-12-29 03:52:32','2020-12-28 22:52:32'),
(17363,9951,'action created','2020-12-29 03:52:32','2020-12-28 22:52:32'),
(17364,9951,'action started via WP Cron','2020-12-29 03:54:00','2020-12-28 22:54:00'),
(17365,9951,'action complete via WP Cron','2020-12-29 03:54:00','2020-12-28 22:54:00'),
(17366,9952,'action created','2020-12-29 03:54:00','2020-12-28 22:54:00'),
(17367,9952,'action started via WP Cron','2020-12-29 03:59:57','2020-12-28 22:59:57'),
(17368,9952,'action complete via WP Cron','2020-12-29 03:59:57','2020-12-28 22:59:57'),
(17369,9953,'action created','2020-12-29 03:59:57','2020-12-28 22:59:57'),
(17370,9953,'action started via WP Cron','2020-12-29 04:06:28','2020-12-28 23:06:28'),
(17371,9953,'action complete via WP Cron','2020-12-29 04:06:28','2020-12-28 23:06:28'),
(17372,9954,'action created','2020-12-29 04:06:28','2020-12-28 23:06:28'),
(17373,9954,'action started via WP Cron','2020-12-29 04:07:24','2020-12-28 23:07:24'),
(17374,9954,'action complete via WP Cron','2020-12-29 04:07:24','2020-12-28 23:07:24'),
(17375,9955,'action created','2020-12-29 04:07:24','2020-12-28 23:07:24'),
(17376,9955,'action started via WP Cron','2020-12-29 04:10:49','2020-12-28 23:10:49'),
(17377,9955,'action complete via WP Cron','2020-12-29 04:10:49','2020-12-28 23:10:49'),
(17378,9956,'action created','2020-12-29 04:10:49','2020-12-28 23:10:49'),
(17379,9956,'action started via WP Cron','2020-12-29 04:14:00','2020-12-28 23:14:00'),
(17380,9956,'action complete via WP Cron','2020-12-29 04:14:00','2020-12-28 23:14:00'),
(17381,9957,'action created','2020-12-29 04:14:00','2020-12-28 23:14:00'),
(17382,9957,'action started via WP Cron','2020-12-29 04:14:15','2020-12-28 23:14:15'),
(17383,9957,'action complete via WP Cron','2020-12-29 04:14:15','2020-12-28 23:14:15'),
(17384,9958,'action created','2020-12-29 04:14:15','2020-12-28 23:14:15'),
(17385,9958,'action started via WP Cron','2020-12-29 04:17:15','2020-12-28 23:17:15'),
(17386,9958,'action complete via WP Cron','2020-12-29 04:17:15','2020-12-28 23:17:15'),
(17387,9959,'action created','2020-12-29 04:17:15','2020-12-28 23:17:15'),
(17388,9959,'action started via WP Cron','2020-12-29 04:18:32','2020-12-28 23:18:32'),
(17389,9959,'action complete via WP Cron','2020-12-29 04:18:32','2020-12-28 23:18:32'),
(17390,9960,'action created','2020-12-29 04:18:32','2020-12-28 23:18:32'),
(17391,9960,'action started via WP Cron','2020-12-29 04:19:18','2020-12-28 23:19:18'),
(17392,9960,'action complete via WP Cron','2020-12-29 04:19:18','2020-12-28 23:19:18'),
(17393,9961,'action created','2020-12-29 04:19:19','2020-12-28 23:19:19'),
(17394,9961,'action started via WP Cron','2020-12-29 04:21:24','2020-12-28 23:21:24'),
(17395,9961,'action complete via WP Cron','2020-12-29 04:21:24','2020-12-28 23:21:24'),
(17396,9962,'action created','2020-12-29 04:21:24','2020-12-28 23:21:24'),
(17397,9962,'action started via WP Cron','2020-12-29 04:22:50','2020-12-28 23:22:50'),
(17398,9962,'action complete via WP Cron','2020-12-29 04:22:50','2020-12-28 23:22:50'),
(17399,9963,'action created','2020-12-29 04:22:50','2020-12-28 23:22:50'),
(17400,9963,'action started via WP Cron','2020-12-29 04:24:04','2020-12-28 23:24:04'),
(17401,9963,'action complete via WP Cron','2020-12-29 04:24:04','2020-12-28 23:24:04'),
(17402,9964,'action created','2020-12-29 04:24:04','2020-12-28 23:24:04'),
(17403,9964,'action started via WP Cron','2020-12-29 04:26:14','2020-12-28 23:26:14'),
(17404,9964,'action complete via WP Cron','2020-12-29 04:26:14','2020-12-28 23:26:14'),
(17405,9965,'action created','2020-12-29 04:26:14','2020-12-28 23:26:14'),
(17406,9965,'action started via WP Cron','2020-12-29 04:27:13','2020-12-28 23:27:13'),
(17407,9965,'action complete via WP Cron','2020-12-29 04:27:13','2020-12-28 23:27:13'),
(17408,9966,'action created','2020-12-29 04:27:13','2020-12-28 23:27:13'),
(17409,9966,'action started via WP Cron','2020-12-29 04:28:14','2020-12-28 23:28:14'),
(17410,9966,'action complete via WP Cron','2020-12-29 04:28:14','2020-12-28 23:28:14'),
(17411,9967,'action created','2020-12-29 04:28:14','2020-12-28 23:28:14'),
(17412,9967,'action started via WP Cron','2020-12-29 04:29:21','2020-12-28 23:29:21'),
(17413,9967,'action complete via WP Cron','2020-12-29 04:29:21','2020-12-28 23:29:21'),
(17414,9968,'action created','2020-12-29 04:29:21','2020-12-28 23:29:21'),
(17415,9968,'action started via WP Cron','2020-12-29 04:30:15','2020-12-28 23:30:15'),
(17416,9968,'action complete via WP Cron','2020-12-29 04:30:15','2020-12-28 23:30:15'),
(17417,9969,'action created','2020-12-29 04:30:15','2020-12-28 23:30:15'),
(17418,9969,'action started via WP Cron','2020-12-29 04:32:27','2020-12-28 23:32:27'),
(17419,9969,'action complete via WP Cron','2020-12-29 04:32:27','2020-12-28 23:32:27'),
(17420,9970,'action created','2020-12-29 04:32:27','2020-12-28 23:32:27'),
(17421,9970,'action started via WP Cron','2020-12-29 04:34:50','2020-12-28 23:34:50'),
(17422,9970,'action complete via WP Cron','2020-12-29 04:34:50','2020-12-28 23:34:50'),
(17423,9971,'action created','2020-12-29 04:34:50','2020-12-28 23:34:50'),
(17424,9971,'action started via WP Cron','2020-12-29 04:35:54','2020-12-28 23:35:54'),
(17425,9971,'action complete via WP Cron','2020-12-29 04:35:54','2020-12-28 23:35:54'),
(17426,9972,'action created','2020-12-29 04:35:54','2020-12-28 23:35:54'),
(17427,9972,'action started via WP Cron','2020-12-29 04:39:14','2020-12-28 23:39:14'),
(17428,9972,'action complete via WP Cron','2020-12-29 04:39:14','2020-12-28 23:39:14'),
(17429,9973,'action created','2020-12-29 04:39:14','2020-12-28 23:39:14'),
(17430,9973,'action started via WP Cron','2020-12-29 04:40:16','2020-12-28 23:40:16'),
(17431,9973,'action complete via WP Cron','2020-12-29 04:40:16','2020-12-28 23:40:16'),
(17432,9974,'action created','2020-12-29 04:40:16','2020-12-28 23:40:16'),
(17433,9974,'action started via WP Cron','2020-12-29 04:41:29','2020-12-28 23:41:29'),
(17434,9974,'action complete via WP Cron','2020-12-29 04:41:29','2020-12-28 23:41:29'),
(17435,9975,'action created','2020-12-29 04:41:29','2020-12-28 23:41:29'),
(17436,9975,'action started via WP Cron','2020-12-29 04:42:17','2020-12-28 23:42:17'),
(17437,9975,'action complete via WP Cron','2020-12-29 04:42:17','2020-12-28 23:42:17'),
(17438,9976,'action created','2020-12-29 04:42:17','2020-12-28 23:42:17'),
(17439,9976,'action started via WP Cron','2020-12-29 04:45:01','2020-12-28 23:45:01'),
(17440,9976,'action complete via WP Cron','2020-12-29 04:45:01','2020-12-28 23:45:01'),
(17441,9977,'action created','2020-12-29 04:45:01','2020-12-28 23:45:01'),
(17442,9977,'action started via WP Cron','2020-12-29 04:45:20','2020-12-28 23:45:20'),
(17443,9977,'action complete via WP Cron','2020-12-29 04:45:20','2020-12-28 23:45:20'),
(17444,9978,'action created','2020-12-29 04:45:20','2020-12-28 23:45:20'),
(17445,9978,'action started via WP Cron','2020-12-29 04:46:14','2020-12-28 23:46:14'),
(17446,9978,'action complete via WP Cron','2020-12-29 04:46:14','2020-12-28 23:46:14'),
(17447,9979,'action created','2020-12-29 04:46:14','2020-12-28 23:46:14'),
(17448,9979,'action started via WP Cron','2020-12-29 04:47:25','2020-12-28 23:47:25'),
(17449,9979,'action complete via WP Cron','2020-12-29 04:47:25','2020-12-28 23:47:25'),
(17450,9980,'action created','2020-12-29 04:47:25','2020-12-28 23:47:25'),
(17451,9980,'action started via WP Cron','2020-12-29 04:48:45','2020-12-28 23:48:45'),
(17452,9980,'action complete via WP Cron','2020-12-29 04:48:45','2020-12-28 23:48:45'),
(17453,9981,'action created','2020-12-29 04:48:45','2020-12-28 23:48:45'),
(17454,9981,'action started via WP Cron','2020-12-29 04:52:51','2020-12-28 23:52:51'),
(17455,9981,'action complete via WP Cron','2020-12-29 04:52:51','2020-12-28 23:52:51'),
(17456,9982,'action created','2020-12-29 04:52:51','2020-12-28 23:52:51'),
(17457,9982,'action started via WP Cron','2020-12-29 04:53:29','2020-12-28 23:53:29'),
(17458,9982,'action complete via WP Cron','2020-12-29 04:53:29','2020-12-28 23:53:29'),
(17459,9983,'action created','2020-12-29 04:53:29','2020-12-28 23:53:29'),
(17460,9983,'action started via WP Cron','2020-12-29 04:56:03','2020-12-28 23:56:03'),
(17461,9983,'action complete via WP Cron','2020-12-29 04:56:03','2020-12-28 23:56:03'),
(17462,9984,'action created','2020-12-29 04:56:03','2020-12-28 23:56:03'),
(17463,9984,'action started via WP Cron','2020-12-29 04:56:25','2020-12-28 23:56:25'),
(17464,9984,'action complete via WP Cron','2020-12-29 04:56:25','2020-12-28 23:56:25'),
(17465,9985,'action created','2020-12-29 04:56:25','2020-12-28 23:56:25'),
(17466,9985,'action started via WP Cron','2020-12-29 04:57:57','2020-12-28 23:57:57'),
(17467,9985,'action complete via WP Cron','2020-12-29 04:57:57','2020-12-28 23:57:57'),
(17468,9986,'action created','2020-12-29 04:57:58','2020-12-28 23:57:58'),
(17469,9986,'action started via WP Cron','2020-12-29 04:58:36','2020-12-28 23:58:36'),
(17470,9986,'action complete via WP Cron','2020-12-29 04:58:36','2020-12-28 23:58:36'),
(17471,9987,'action created','2020-12-29 04:58:36','2020-12-28 23:58:36'),
(17472,9987,'action started via WP Cron','2020-12-29 05:00:16','2020-12-29 00:00:16'),
(17473,9987,'action complete via WP Cron','2020-12-29 05:00:16','2020-12-29 00:00:16'),
(17474,9988,'action created','2020-12-29 05:00:16','2020-12-29 00:00:16'),
(17475,9988,'action started via WP Cron','2020-12-29 05:01:29','2020-12-29 00:01:29'),
(17476,9988,'action complete via WP Cron','2020-12-29 05:01:29','2020-12-29 00:01:29'),
(17477,9989,'action created','2020-12-29 05:01:29','2020-12-29 00:01:29'),
(17478,9989,'action started via WP Cron','2020-12-29 05:02:36','2020-12-29 00:02:36'),
(17479,9989,'action complete via WP Cron','2020-12-29 05:02:36','2020-12-29 00:02:36'),
(17480,9990,'action created','2020-12-29 05:02:36','2020-12-29 00:02:36'),
(17481,9990,'action started via WP Cron','2020-12-29 05:03:59','2020-12-29 00:03:59'),
(17482,9990,'action complete via WP Cron','2020-12-29 05:03:59','2020-12-29 00:03:59'),
(17483,9991,'action created','2020-12-29 05:03:59','2020-12-29 00:03:59'),
(17484,9991,'action started via WP Cron','2020-12-29 05:04:40','2020-12-29 00:04:40'),
(17485,9991,'action complete via WP Cron','2020-12-29 05:04:40','2020-12-29 00:04:40'),
(17486,9992,'action created','2020-12-29 05:04:40','2020-12-29 00:04:40'),
(17487,9992,'action started via WP Cron','2020-12-29 05:05:48','2020-12-29 00:05:48'),
(17488,9992,'action complete via WP Cron','2020-12-29 05:05:48','2020-12-29 00:05:48'),
(17489,9993,'action created','2020-12-29 05:05:48','2020-12-29 00:05:48'),
(17490,9993,'action started via WP Cron','2020-12-29 05:07:35','2020-12-29 00:07:35'),
(17491,9993,'action complete via WP Cron','2020-12-29 05:07:35','2020-12-29 00:07:35'),
(17492,9994,'action created','2020-12-29 05:07:35','2020-12-29 00:07:35'),
(17493,9994,'action started via WP Cron','2020-12-29 05:08:18','2020-12-29 00:08:18'),
(17494,9994,'action complete via WP Cron','2020-12-29 05:08:18','2020-12-29 00:08:18'),
(17495,9995,'action created','2020-12-29 05:08:18','2020-12-29 00:08:18'),
(17496,9995,'action started via WP Cron','2020-12-29 05:09:32','2020-12-29 00:09:32'),
(17497,9995,'action complete via WP Cron','2020-12-29 05:09:32','2020-12-29 00:09:32'),
(17498,9996,'action created','2020-12-29 05:09:32','2020-12-29 00:09:32'),
(17499,9996,'action started via WP Cron','2020-12-29 05:10:33','2020-12-29 00:10:33'),
(17500,9996,'action complete via WP Cron','2020-12-29 05:10:33','2020-12-29 00:10:33'),
(17501,9997,'action created','2020-12-29 05:10:33','2020-12-29 00:10:33'),
(17502,9997,'action started via WP Cron','2020-12-29 05:11:18','2020-12-29 00:11:18'),
(17503,9997,'action complete via WP Cron','2020-12-29 05:11:19','2020-12-29 00:11:19'),
(17504,9998,'action created','2020-12-29 05:11:19','2020-12-29 00:11:19'),
(17505,9998,'action started via WP Cron','2020-12-29 05:14:02','2020-12-29 00:14:02'),
(17506,9998,'action complete via WP Cron','2020-12-29 05:14:02','2020-12-29 00:14:02'),
(17507,9999,'action created','2020-12-29 05:14:02','2020-12-29 00:14:02'),
(17508,9999,'action started via WP Cron','2020-12-29 05:15:31','2020-12-29 00:15:31'),
(17509,9999,'action complete via WP Cron','2020-12-29 05:15:31','2020-12-29 00:15:31'),
(17510,10000,'action created','2020-12-29 05:15:31','2020-12-29 00:15:31'),
(17511,10000,'action started via WP Cron','2020-12-29 05:16:20','2020-12-29 00:16:20'),
(17512,10000,'action complete via WP Cron','2020-12-29 05:16:20','2020-12-29 00:16:20'),
(17513,10001,'action created','2020-12-29 05:16:20','2020-12-29 00:16:20'),
(17514,10001,'action started via WP Cron','2020-12-29 05:20:10','2020-12-29 00:20:10'),
(17515,10001,'action complete via WP Cron','2020-12-29 05:20:10','2020-12-29 00:20:10'),
(17516,10002,'action created','2020-12-29 05:20:10','2020-12-29 00:20:10'),
(17517,10002,'action started via WP Cron','2020-12-29 05:23:24','2020-12-29 00:23:24'),
(17518,10002,'action complete via WP Cron','2020-12-29 05:23:24','2020-12-29 00:23:24'),
(17519,10003,'action created','2020-12-29 05:23:24','2020-12-29 00:23:24'),
(17520,10003,'action started via WP Cron','2020-12-29 05:24:17','2020-12-29 00:24:17'),
(17521,10003,'action complete via WP Cron','2020-12-29 05:24:17','2020-12-29 00:24:17'),
(17522,10004,'action created','2020-12-29 05:24:17','2020-12-29 00:24:17'),
(17523,10004,'action started via WP Cron','2020-12-29 05:25:45','2020-12-29 00:25:45'),
(17524,10004,'action complete via WP Cron','2020-12-29 05:25:45','2020-12-29 00:25:45'),
(17525,10005,'action created','2020-12-29 05:25:45','2020-12-29 00:25:45'),
(17526,10005,'action started via WP Cron','2020-12-29 05:26:22','2020-12-29 00:26:22'),
(17527,10005,'action complete via WP Cron','2020-12-29 05:26:22','2020-12-29 00:26:22'),
(17528,10006,'action created','2020-12-29 05:26:22','2020-12-29 00:26:22'),
(17529,10006,'action started via WP Cron','2020-12-29 05:28:33','2020-12-29 00:28:33'),
(17530,10006,'action complete via WP Cron','2020-12-29 05:28:33','2020-12-29 00:28:33'),
(17531,10007,'action created','2020-12-29 05:28:33','2020-12-29 00:28:33'),
(17532,10007,'action started via WP Cron','2020-12-29 05:29:34','2020-12-29 00:29:34'),
(17533,10007,'action complete via WP Cron','2020-12-29 05:29:34','2020-12-29 00:29:34'),
(17534,10008,'action created','2020-12-29 05:29:34','2020-12-29 00:29:34'),
(17535,10008,'action started via WP Cron','2020-12-29 05:30:12','2020-12-29 00:30:12'),
(17536,10008,'action complete via WP Cron','2020-12-29 05:30:12','2020-12-29 00:30:12'),
(17537,10009,'action created','2020-12-29 05:30:13','2020-12-29 00:30:13'),
(17538,10009,'action started via WP Cron','2020-12-29 05:31:38','2020-12-29 00:31:38'),
(17539,10009,'action complete via WP Cron','2020-12-29 05:31:38','2020-12-29 00:31:38'),
(17540,10010,'action created','2020-12-29 05:31:38','2020-12-29 00:31:38'),
(17541,10010,'action started via WP Cron','2020-12-29 05:33:27','2020-12-29 00:33:27'),
(17542,10010,'action complete via WP Cron','2020-12-29 05:33:28','2020-12-29 00:33:28'),
(17543,10011,'action created','2020-12-29 05:33:28','2020-12-29 00:33:28'),
(17544,10011,'action started via WP Cron','2020-12-29 05:36:07','2020-12-29 00:36:07'),
(17545,10011,'action complete via WP Cron','2020-12-29 05:36:08','2020-12-29 00:36:08'),
(17546,10012,'action created','2020-12-29 05:36:08','2020-12-29 00:36:08'),
(17547,10012,'action started via WP Cron','2020-12-29 05:37:30','2020-12-29 00:37:30'),
(17548,10012,'action complete via WP Cron','2020-12-29 05:37:30','2020-12-29 00:37:30'),
(17549,10013,'action created','2020-12-29 05:37:30','2020-12-29 00:37:30'),
(17550,10013,'action started via WP Cron','2020-12-29 05:38:11','2020-12-29 00:38:11'),
(17551,10013,'action complete via WP Cron','2020-12-29 05:38:11','2020-12-29 00:38:11'),
(17552,10014,'action created','2020-12-29 05:38:13','2020-12-29 00:38:13'),
(17553,10014,'action started via WP Cron','2020-12-29 05:39:23','2020-12-29 00:39:23'),
(17554,10014,'action complete via WP Cron','2020-12-29 05:39:23','2020-12-29 00:39:23'),
(17555,10015,'action created','2020-12-29 05:39:23','2020-12-29 00:39:23'),
(17556,10015,'action started via WP Cron','2020-12-29 05:43:24','2020-12-29 00:43:24'),
(17557,10015,'action complete via WP Cron','2020-12-29 05:43:24','2020-12-29 00:43:24'),
(17558,10016,'action created','2020-12-29 05:43:24','2020-12-29 00:43:24'),
(17559,10016,'action started via WP Cron','2020-12-29 05:45:34','2020-12-29 00:45:34'),
(17560,10016,'action complete via WP Cron','2020-12-29 05:45:34','2020-12-29 00:45:34'),
(17561,10017,'action created','2020-12-29 05:45:34','2020-12-29 00:45:34'),
(17562,10017,'action started via WP Cron','2020-12-29 05:54:01','2020-12-29 00:54:01'),
(17563,10017,'action complete via WP Cron','2020-12-29 05:54:01','2020-12-29 00:54:01'),
(17564,10018,'action created','2020-12-29 05:54:01','2020-12-29 00:54:01'),
(17565,10018,'action started via WP Cron','2020-12-29 05:54:27','2020-12-29 00:54:27'),
(17566,10018,'action complete via WP Cron','2020-12-29 05:54:27','2020-12-29 00:54:27'),
(17567,10019,'action created','2020-12-29 05:54:27','2020-12-29 00:54:27'),
(17568,10019,'action started via WP Cron','2020-12-29 05:57:03','2020-12-29 00:57:03'),
(17569,10019,'action complete via WP Cron','2020-12-29 05:57:03','2020-12-29 00:57:03'),
(17570,10020,'action created','2020-12-29 05:57:03','2020-12-29 00:57:03'),
(17571,10020,'action started via WP Cron','2020-12-29 05:57:40','2020-12-29 00:57:40'),
(17572,10020,'action complete via WP Cron','2020-12-29 05:57:40','2020-12-29 00:57:40'),
(17573,10021,'action created','2020-12-29 05:57:40','2020-12-29 00:57:40'),
(17574,10021,'action started via WP Cron','2020-12-29 05:58:44','2020-12-29 00:58:44'),
(17575,10021,'action complete via WP Cron','2020-12-29 05:58:44','2020-12-29 00:58:44'),
(17576,10022,'action created','2020-12-29 05:58:44','2020-12-29 00:58:44'),
(17577,10022,'action started via WP Cron','2020-12-29 06:00:04','2020-12-29 01:00:04'),
(17578,10022,'action complete via WP Cron','2020-12-29 06:00:04','2020-12-29 01:00:04'),
(17579,10023,'action created','2020-12-29 06:00:04','2020-12-29 01:00:04'),
(17580,10023,'action started via WP Cron','2020-12-29 06:08:39','2020-12-29 01:08:39'),
(17581,10023,'action complete via WP Cron','2020-12-29 06:08:39','2020-12-29 01:08:39'),
(17582,10024,'action created','2020-12-29 06:08:39','2020-12-29 01:08:39'),
(17583,10024,'action started via WP Cron','2020-12-29 06:11:37','2020-12-29 01:11:37'),
(17584,10024,'action complete via WP Cron','2020-12-29 06:11:37','2020-12-29 01:11:37'),
(17585,10025,'action created','2020-12-29 06:11:38','2020-12-29 01:11:38'),
(17586,10025,'action started via WP Cron','2020-12-29 06:12:44','2020-12-29 01:12:44'),
(17587,10025,'action complete via WP Cron','2020-12-29 06:12:44','2020-12-29 01:12:44'),
(17588,10026,'action created','2020-12-29 06:12:44','2020-12-29 01:12:44'),
(17589,10026,'action started via WP Cron','2020-12-29 06:14:08','2020-12-29 01:14:08'),
(17590,10026,'action complete via WP Cron','2020-12-29 06:14:08','2020-12-29 01:14:08'),
(17591,10027,'action created','2020-12-29 06:14:08','2020-12-29 01:14:08'),
(17592,10027,'action started via WP Cron','2020-12-29 06:15:15','2020-12-29 01:15:15'),
(17593,10027,'action complete via WP Cron','2020-12-29 06:15:15','2020-12-29 01:15:15'),
(17594,10028,'action created','2020-12-29 06:15:15','2020-12-29 01:15:15'),
(17595,10028,'action started via WP Cron','2020-12-29 06:16:29','2020-12-29 01:16:29'),
(17596,10028,'action complete via WP Cron','2020-12-29 06:16:29','2020-12-29 01:16:29'),
(17597,10029,'action created','2020-12-29 06:16:29','2020-12-29 01:16:29'),
(17598,10029,'action started via WP Cron','2020-12-29 06:18:35','2020-12-29 01:18:35'),
(17599,10029,'action complete via WP Cron','2020-12-29 06:18:35','2020-12-29 01:18:35'),
(17600,10030,'action created','2020-12-29 06:18:35','2020-12-29 01:18:35'),
(17601,10030,'action started via WP Cron','2020-12-29 06:21:45','2020-12-29 01:21:45'),
(17602,10030,'action complete via WP Cron','2020-12-29 06:21:45','2020-12-29 01:21:45'),
(17603,10031,'action created','2020-12-29 06:21:45','2020-12-29 01:21:45'),
(17604,10031,'action started via WP Cron','2020-12-29 06:22:24','2020-12-29 01:22:24'),
(17605,10031,'action complete via WP Cron','2020-12-29 06:22:24','2020-12-29 01:22:24'),
(17606,10032,'action created','2020-12-29 06:22:24','2020-12-29 01:22:24'),
(17607,10032,'action started via WP Cron','2020-12-29 06:23:38','2020-12-29 01:23:38'),
(17608,10032,'action complete via WP Cron','2020-12-29 06:23:38','2020-12-29 01:23:38'),
(17609,10033,'action created','2020-12-29 06:23:38','2020-12-29 01:23:38'),
(17610,10033,'action started via WP Cron','2020-12-29 06:25:43','2020-12-29 01:25:43'),
(17611,10033,'action complete via WP Cron','2020-12-29 06:25:43','2020-12-29 01:25:43'),
(17612,10034,'action created','2020-12-29 06:25:43','2020-12-29 01:25:43'),
(17613,10034,'action started via WP Cron','2020-12-29 06:26:12','2020-12-29 01:26:12'),
(17614,10034,'action complete via WP Cron','2020-12-29 06:26:12','2020-12-29 01:26:12'),
(17615,10035,'action created','2020-12-29 06:26:12','2020-12-29 01:26:12'),
(17616,10035,'action started via WP Cron','2020-12-29 06:27:36','2020-12-29 01:27:36'),
(17617,10035,'action complete via WP Cron','2020-12-29 06:27:36','2020-12-29 01:27:36'),
(17618,10036,'action created','2020-12-29 06:27:36','2020-12-29 01:27:36'),
(17619,10036,'action started via WP Cron','2020-12-29 06:28:30','2020-12-29 01:28:30'),
(17620,10036,'action complete via WP Cron','2020-12-29 06:28:30','2020-12-29 01:28:30'),
(17621,10037,'action created','2020-12-29 06:28:30','2020-12-29 01:28:30'),
(17622,10037,'action started via WP Cron','2020-12-29 06:29:52','2020-12-29 01:29:52'),
(17623,10037,'action complete via WP Cron','2020-12-29 06:29:52','2020-12-29 01:29:52'),
(17624,10038,'action created','2020-12-29 06:29:52','2020-12-29 01:29:52'),
(17625,10038,'action started via WP Cron','2020-12-29 06:30:14','2020-12-29 01:30:14'),
(17626,10038,'action complete via WP Cron','2020-12-29 06:30:14','2020-12-29 01:30:14'),
(17627,10039,'action created','2020-12-29 06:30:14','2020-12-29 01:30:14'),
(17628,10039,'action started via WP Cron','2020-12-29 06:32:23','2020-12-29 01:32:23'),
(17629,10039,'action complete via WP Cron','2020-12-29 06:32:23','2020-12-29 01:32:23'),
(17630,10040,'action created','2020-12-29 06:32:23','2020-12-29 01:32:23'),
(17631,10040,'action started via WP Cron','2020-12-29 06:33:24','2020-12-29 01:33:24'),
(17632,10040,'action complete via WP Cron','2020-12-29 06:33:24','2020-12-29 01:33:24'),
(17633,10041,'action created','2020-12-29 06:33:24','2020-12-29 01:33:24'),
(17634,10041,'action started via WP Cron','2020-12-29 06:34:47','2020-12-29 01:34:47'),
(17635,10041,'action complete via WP Cron','2020-12-29 06:34:47','2020-12-29 01:34:47'),
(17636,10042,'action created','2020-12-29 06:34:47','2020-12-29 01:34:47'),
(17637,10042,'action started via WP Cron','2020-12-29 06:36:11','2020-12-29 01:36:11'),
(17638,10042,'action complete via WP Cron','2020-12-29 06:36:11','2020-12-29 01:36:11'),
(17639,10043,'action created','2020-12-29 06:36:11','2020-12-29 01:36:11'),
(17640,10043,'action started via WP Cron','2020-12-29 06:37:42','2020-12-29 01:37:42'),
(17641,10043,'action complete via WP Cron','2020-12-29 06:37:42','2020-12-29 01:37:42'),
(17642,10044,'action created','2020-12-29 06:37:42','2020-12-29 01:37:42'),
(17643,10044,'action started via WP Cron','2020-12-29 06:39:38','2020-12-29 01:39:38'),
(17644,10044,'action complete via WP Cron','2020-12-29 06:39:38','2020-12-29 01:39:38'),
(17645,10045,'action created','2020-12-29 06:39:38','2020-12-29 01:39:38'),
(17646,10045,'action started via WP Cron','2020-12-29 06:40:11','2020-12-29 01:40:11'),
(17647,10045,'action complete via WP Cron','2020-12-29 06:40:11','2020-12-29 01:40:11'),
(17648,10046,'action created','2020-12-29 06:40:11','2020-12-29 01:40:11'),
(17649,10046,'action started via WP Cron','2020-12-29 06:43:44','2020-12-29 01:43:44'),
(17650,10046,'action complete via WP Cron','2020-12-29 06:43:44','2020-12-29 01:43:44'),
(17651,10047,'action created','2020-12-29 06:43:44','2020-12-29 01:43:44'),
(17652,10047,'action started via WP Cron','2020-12-29 06:47:08','2020-12-29 01:47:08'),
(17653,10047,'action complete via WP Cron','2020-12-29 06:47:08','2020-12-29 01:47:08'),
(17654,10048,'action created','2020-12-29 06:47:08','2020-12-29 01:47:08'),
(17655,10048,'action started via WP Cron','2020-12-29 06:49:45','2020-12-29 01:49:45'),
(17656,10048,'action complete via WP Cron','2020-12-29 06:49:45','2020-12-29 01:49:45'),
(17657,10049,'action created','2020-12-29 06:49:45','2020-12-29 01:49:45'),
(17658,10049,'action started via WP Cron','2020-12-29 06:51:19','2020-12-29 01:51:19'),
(17659,10049,'action complete via WP Cron','2020-12-29 06:51:19','2020-12-29 01:51:19'),
(17660,10050,'action created','2020-12-29 06:51:20','2020-12-29 01:51:20'),
(17661,10050,'action started via WP Cron','2020-12-29 06:52:23','2020-12-29 01:52:23'),
(17662,10050,'action complete via WP Cron','2020-12-29 06:52:23','2020-12-29 01:52:23'),
(17663,10051,'action created','2020-12-29 06:52:23','2020-12-29 01:52:23'),
(17664,10051,'action started via WP Cron','2020-12-29 06:53:22','2020-12-29 01:53:22'),
(17665,10051,'action complete via WP Cron','2020-12-29 06:53:22','2020-12-29 01:53:22'),
(17666,10052,'action created','2020-12-29 06:53:22','2020-12-29 01:53:22'),
(17667,10052,'action started via WP Cron','2020-12-29 06:56:39','2020-12-29 01:56:39'),
(17668,10052,'action complete via WP Cron','2020-12-29 06:56:39','2020-12-29 01:56:39'),
(17669,10053,'action created','2020-12-29 07:01:46','2020-12-29 02:01:46'),
(17670,10053,'action started via WP Cron','2020-12-29 07:04:16','2020-12-29 02:04:16'),
(17671,10053,'action complete via WP Cron','2020-12-29 07:04:16','2020-12-29 02:04:16'),
(17672,10054,'action created','2020-12-29 07:04:16','2020-12-29 02:04:16'),
(17673,10054,'action started via WP Cron','2020-12-29 07:05:18','2020-12-29 02:05:18'),
(17674,10054,'action complete via WP Cron','2020-12-29 07:05:18','2020-12-29 02:05:18'),
(17675,10055,'action created','2020-12-29 07:05:18','2020-12-29 02:05:18'),
(17676,10055,'action started via WP Cron','2020-12-29 07:06:37','2020-12-29 02:06:37'),
(17677,10055,'action complete via WP Cron','2020-12-29 07:06:37','2020-12-29 02:06:37'),
(17678,10056,'action created','2020-12-29 07:06:37','2020-12-29 02:06:37'),
(17679,10056,'action started via WP Cron','2020-12-29 07:07:22','2020-12-29 02:07:22'),
(17680,10056,'action complete via WP Cron','2020-12-29 07:07:22','2020-12-29 02:07:22'),
(17681,10057,'action created','2020-12-29 07:07:22','2020-12-29 02:07:22'),
(17682,10057,'action started via WP Cron','2020-12-29 07:08:31','2020-12-29 02:08:31'),
(17683,10057,'action complete via WP Cron','2020-12-29 07:08:31','2020-12-29 02:08:31'),
(17684,10058,'action created','2020-12-29 07:08:31','2020-12-29 02:08:31'),
(17685,10058,'action started via WP Cron','2020-12-29 07:09:37','2020-12-29 02:09:37'),
(17686,10058,'action complete via WP Cron','2020-12-29 07:09:37','2020-12-29 02:09:37'),
(17687,10059,'action created','2020-12-29 07:09:37','2020-12-29 02:09:37'),
(17688,10059,'action started via WP Cron','2020-12-29 07:11:00','2020-12-29 02:11:00'),
(17689,10059,'action complete via WP Cron','2020-12-29 07:11:00','2020-12-29 02:11:00'),
(17690,10060,'action created','2020-12-29 07:11:00','2020-12-29 02:11:00'),
(17691,10060,'action started via WP Cron','2020-12-29 07:13:46','2020-12-29 02:13:46'),
(17692,10060,'action complete via WP Cron','2020-12-29 07:13:46','2020-12-29 02:13:46'),
(17693,10061,'action created','2020-12-29 07:13:46','2020-12-29 02:13:46'),
(17694,10061,'action started via WP Cron','2020-12-29 07:14:25','2020-12-29 02:14:25'),
(17695,10061,'action complete via WP Cron','2020-12-29 07:14:25','2020-12-29 02:14:25'),
(17696,10062,'action created','2020-12-29 07:14:25','2020-12-29 02:14:25'),
(17697,10062,'action started via WP Cron','2020-12-29 07:16:51','2020-12-29 02:16:51'),
(17698,10062,'action complete via WP Cron','2020-12-29 07:16:51','2020-12-29 02:16:51'),
(17699,10063,'action created','2020-12-29 07:16:51','2020-12-29 02:16:51'),
(17700,10063,'action started via WP Cron','2020-12-29 07:17:23','2020-12-29 02:17:23'),
(17701,10063,'action complete via WP Cron','2020-12-29 07:17:23','2020-12-29 02:17:23'),
(17702,10064,'action created','2020-12-29 07:17:23','2020-12-29 02:17:23'),
(17703,10064,'action started via WP Cron','2020-12-29 07:18:14','2020-12-29 02:18:14'),
(17704,10064,'action complete via WP Cron','2020-12-29 07:18:14','2020-12-29 02:18:14'),
(17705,10065,'action created','2020-12-29 07:18:14','2020-12-29 02:18:14'),
(17706,10065,'action started via WP Cron','2020-12-29 07:19:12','2020-12-29 02:19:12'),
(17707,10065,'action complete via WP Cron','2020-12-29 07:19:12','2020-12-29 02:19:12'),
(17708,10066,'action created','2020-12-29 07:19:12','2020-12-29 02:19:12'),
(17709,10066,'action started via WP Cron','2020-12-29 07:20:25','2020-12-29 02:20:25'),
(17710,10066,'action complete via WP Cron','2020-12-29 07:20:25','2020-12-29 02:20:25'),
(17711,10067,'action created','2020-12-29 07:20:25','2020-12-29 02:20:25'),
(17712,10067,'action started via WP Cron','2020-12-29 07:26:17','2020-12-29 02:26:17'),
(17713,10067,'action complete via WP Cron','2020-12-29 07:26:17','2020-12-29 02:26:17'),
(17714,10068,'action created','2020-12-29 07:26:17','2020-12-29 02:26:17'),
(17715,10068,'action started via WP Cron','2020-12-29 07:27:38','2020-12-29 02:27:38'),
(17716,10068,'action complete via WP Cron','2020-12-29 07:27:38','2020-12-29 02:27:38'),
(17717,10069,'action created','2020-12-29 07:27:38','2020-12-29 02:27:38'),
(17718,10069,'action started via WP Cron','2020-12-29 07:30:34','2020-12-29 02:30:34'),
(17719,10069,'action complete via WP Cron','2020-12-29 07:30:34','2020-12-29 02:30:34'),
(17720,10070,'action created','2020-12-29 07:30:34','2020-12-29 02:30:34'),
(17721,10070,'action started via WP Cron','2020-12-29 07:31:23','2020-12-29 02:31:23'),
(17722,10070,'action complete via WP Cron','2020-12-29 07:31:23','2020-12-29 02:31:23'),
(17723,10071,'action created','2020-12-29 07:31:23','2020-12-29 02:31:23'),
(17724,10071,'action started via WP Cron','2020-12-29 07:33:21','2020-12-29 02:33:21'),
(17725,10071,'action complete via WP Cron','2020-12-29 07:33:21','2020-12-29 02:33:21'),
(17726,10072,'action created','2020-12-29 07:33:21','2020-12-29 02:33:21'),
(17727,10072,'action started via WP Cron','2020-12-29 07:34:56','2020-12-29 02:34:56'),
(17728,10072,'action complete via WP Cron','2020-12-29 07:34:57','2020-12-29 02:34:57'),
(17729,10073,'action created','2020-12-29 07:34:57','2020-12-29 02:34:57'),
(17730,10073,'action started via WP Cron','2020-12-29 07:35:33','2020-12-29 02:35:33'),
(17731,10073,'action complete via WP Cron','2020-12-29 07:35:33','2020-12-29 02:35:33'),
(17732,10074,'action created','2020-12-29 07:35:33','2020-12-29 02:35:33'),
(17733,10074,'action started via WP Cron','2020-12-29 07:36:38','2020-12-29 02:36:38'),
(17734,10074,'action complete via WP Cron','2020-12-29 07:36:38','2020-12-29 02:36:38'),
(17735,10075,'action created','2020-12-29 07:36:38','2020-12-29 02:36:38'),
(17736,10075,'action started via WP Cron','2020-12-29 07:37:16','2020-12-29 02:37:16'),
(17737,10075,'action complete via WP Cron','2020-12-29 07:37:16','2020-12-29 02:37:16'),
(17738,10076,'action created','2020-12-29 07:37:16','2020-12-29 02:37:16'),
(17739,10076,'action started via WP Cron','2020-12-29 07:38:11','2020-12-29 02:38:11'),
(17740,10076,'action complete via WP Cron','2020-12-29 07:38:11','2020-12-29 02:38:11'),
(17741,10077,'action created','2020-12-29 07:38:11','2020-12-29 02:38:11'),
(17742,10077,'action started via WP Cron','2020-12-29 07:39:23','2020-12-29 02:39:23'),
(17743,10077,'action complete via WP Cron','2020-12-29 07:39:23','2020-12-29 02:39:23'),
(17744,10078,'action created','2020-12-29 07:39:24','2020-12-29 02:39:24'),
(17745,10078,'action started via WP Cron','2020-12-29 07:40:14','2020-12-29 02:40:14'),
(17746,10078,'action complete via WP Cron','2020-12-29 07:40:14','2020-12-29 02:40:14'),
(17747,10079,'action created','2020-12-29 07:40:14','2020-12-29 02:40:14'),
(17748,10079,'action started via WP Cron','2020-12-29 07:41:23','2020-12-29 02:41:23'),
(17749,10079,'action complete via WP Cron','2020-12-29 07:41:23','2020-12-29 02:41:23'),
(17750,10080,'action created','2020-12-29 07:41:23','2020-12-29 02:41:23'),
(17751,10080,'action started via WP Cron','2020-12-29 07:42:22','2020-12-29 02:42:22'),
(17752,10080,'action complete via WP Cron','2020-12-29 07:42:22','2020-12-29 02:42:22'),
(17753,10081,'action created','2020-12-29 07:42:22','2020-12-29 02:42:22'),
(17754,10081,'action started via WP Cron','2020-12-29 07:43:12','2020-12-29 02:43:12'),
(17755,10081,'action complete via WP Cron','2020-12-29 07:43:12','2020-12-29 02:43:12'),
(17756,10082,'action created','2020-12-29 07:43:12','2020-12-29 02:43:12'),
(17757,10082,'action started via WP Cron','2020-12-29 07:44:18','2020-12-29 02:44:18'),
(17758,10082,'action complete via WP Cron','2020-12-29 07:44:18','2020-12-29 02:44:18'),
(17759,10083,'action created','2020-12-29 07:44:18','2020-12-29 02:44:18'),
(17760,10083,'action started via WP Cron','2020-12-29 07:46:58','2020-12-29 02:46:58'),
(17761,10083,'action complete via WP Cron','2020-12-29 07:46:58','2020-12-29 02:46:58'),
(17762,10084,'action created','2020-12-29 07:46:58','2020-12-29 02:46:58'),
(17763,10084,'action started via WP Cron','2020-12-29 07:47:17','2020-12-29 02:47:17'),
(17764,10084,'action complete via WP Cron','2020-12-29 07:47:17','2020-12-29 02:47:17'),
(17765,10085,'action created','2020-12-29 07:47:17','2020-12-29 02:47:17'),
(17766,10085,'action started via WP Cron','2020-12-29 07:48:12','2020-12-29 02:48:12'),
(17767,10085,'action complete via WP Cron','2020-12-29 07:48:12','2020-12-29 02:48:12'),
(17768,10086,'action created','2020-12-29 07:48:12','2020-12-29 02:48:12'),
(17769,10086,'action started via WP Cron','2020-12-29 07:49:58','2020-12-29 02:49:58'),
(17770,10086,'action complete via WP Cron','2020-12-29 07:49:58','2020-12-29 02:49:58'),
(17771,10087,'action created','2020-12-29 07:49:58','2020-12-29 02:49:58'),
(17772,10087,'action started via WP Cron','2020-12-29 07:51:33','2020-12-29 02:51:33'),
(17773,10087,'action complete via WP Cron','2020-12-29 07:51:33','2020-12-29 02:51:33'),
(17774,10088,'action created','2020-12-29 07:51:34','2020-12-29 02:51:34'),
(17775,10088,'action started via WP Cron','2020-12-29 07:54:18','2020-12-29 02:54:18'),
(17776,10088,'action complete via WP Cron','2020-12-29 07:54:18','2020-12-29 02:54:18'),
(17777,10089,'action created','2020-12-29 07:54:18','2020-12-29 02:54:18'),
(17778,10089,'action started via WP Cron','2020-12-29 07:57:02','2020-12-29 02:57:02'),
(17779,10089,'action complete via WP Cron','2020-12-29 07:57:02','2020-12-29 02:57:02'),
(17780,10090,'action created','2020-12-29 07:57:02','2020-12-29 02:57:02'),
(17781,10090,'action started via WP Cron','2020-12-29 07:57:38','2020-12-29 02:57:38'),
(17782,10090,'action complete via WP Cron','2020-12-29 07:57:38','2020-12-29 02:57:38'),
(17783,10091,'action created','2020-12-29 07:57:38','2020-12-29 02:57:38'),
(17784,10091,'action started via WP Cron','2020-12-29 07:58:25','2020-12-29 02:58:25'),
(17785,10091,'action complete via WP Cron','2020-12-29 07:58:25','2020-12-29 02:58:25'),
(17786,10092,'action created','2020-12-29 07:58:25','2020-12-29 02:58:25'),
(17787,10092,'action started via WP Cron','2020-12-29 07:59:15','2020-12-29 02:59:15'),
(17788,10092,'action complete via WP Cron','2020-12-29 07:59:15','2020-12-29 02:59:15'),
(17789,10093,'action created','2020-12-29 07:59:15','2020-12-29 02:59:15'),
(17790,10093,'action started via WP Cron','2020-12-29 08:01:29','2020-12-29 03:01:29'),
(17791,10093,'action complete via WP Cron','2020-12-29 08:01:29','2020-12-29 03:01:29'),
(17792,10094,'action created','2020-12-29 08:01:29','2020-12-29 03:01:29'),
(17793,10094,'action started via WP Cron','2020-12-29 08:04:55','2020-12-29 03:04:55'),
(17794,10094,'action complete via WP Cron','2020-12-29 08:04:55','2020-12-29 03:04:55'),
(17795,10095,'action created','2020-12-29 08:04:55','2020-12-29 03:04:55'),
(17796,10095,'action started via WP Cron','2020-12-29 08:07:48','2020-12-29 03:07:48'),
(17797,10095,'action complete via WP Cron','2020-12-29 08:07:48','2020-12-29 03:07:48'),
(17798,10096,'action created','2020-12-29 08:07:48','2020-12-29 03:07:48'),
(17799,10096,'action started via WP Cron','2020-12-29 08:08:26','2020-12-29 03:08:26'),
(17800,10096,'action complete via WP Cron','2020-12-29 08:08:26','2020-12-29 03:08:26'),
(17801,10097,'action created','2020-12-29 08:08:26','2020-12-29 03:08:26'),
(17802,10097,'action started via WP Cron','2020-12-29 08:10:14','2020-12-29 03:10:14'),
(17803,10097,'action complete via WP Cron','2020-12-29 08:10:14','2020-12-29 03:10:14'),
(17804,10098,'action created','2020-12-29 08:10:14','2020-12-29 03:10:14'),
(17805,10098,'action started via WP Cron','2020-12-29 08:11:48','2020-12-29 03:11:48'),
(17806,10098,'action complete via WP Cron','2020-12-29 08:11:48','2020-12-29 03:11:48'),
(17807,10099,'action created','2020-12-29 08:11:48','2020-12-29 03:11:48'),
(17808,10099,'action started via WP Cron','2020-12-29 08:13:28','2020-12-29 03:13:28'),
(17809,10099,'action complete via WP Cron','2020-12-29 08:13:28','2020-12-29 03:13:28'),
(17810,10100,'action created','2020-12-29 08:13:28','2020-12-29 03:13:28'),
(17811,10100,'action started via WP Cron','2020-12-29 08:15:53','2020-12-29 03:15:53'),
(17812,10100,'action complete via WP Cron','2020-12-29 08:15:53','2020-12-29 03:15:53'),
(17813,10101,'action created','2020-12-29 08:15:53','2020-12-29 03:15:53'),
(17814,10101,'action started via WP Cron','2020-12-29 08:18:26','2020-12-29 03:18:26'),
(17815,10101,'action complete via WP Cron','2020-12-29 08:18:26','2020-12-29 03:18:26'),
(17816,10102,'action created','2020-12-29 08:18:26','2020-12-29 03:18:26'),
(17817,10102,'action started via WP Cron','2020-12-29 08:21:06','2020-12-29 03:21:06'),
(17818,10102,'action complete via WP Cron','2020-12-29 08:21:06','2020-12-29 03:21:06'),
(17819,10103,'action created','2020-12-29 08:21:06','2020-12-29 03:21:06'),
(17820,10103,'action started via WP Cron','2020-12-29 08:24:00','2020-12-29 03:24:00'),
(17821,10103,'action complete via WP Cron','2020-12-29 08:24:00','2020-12-29 03:24:00'),
(17822,10104,'action created','2020-12-29 08:24:00','2020-12-29 03:24:00'),
(17823,10104,'action started via WP Cron','2020-12-29 08:27:50','2020-12-29 03:27:50'),
(17824,10104,'action complete via WP Cron','2020-12-29 08:27:50','2020-12-29 03:27:50'),
(17825,10105,'action created','2020-12-29 08:27:50','2020-12-29 03:27:50'),
(17826,10105,'action started via WP Cron','2020-12-29 08:29:05','2020-12-29 03:29:05'),
(17827,10105,'action complete via WP Cron','2020-12-29 08:29:05','2020-12-29 03:29:05'),
(17828,10106,'action created','2020-12-29 08:29:05','2020-12-29 03:29:05'),
(17829,10106,'action started via WP Cron','2020-12-29 08:32:04','2020-12-29 03:32:04'),
(17830,10106,'action complete via WP Cron','2020-12-29 08:32:04','2020-12-29 03:32:04'),
(17831,10107,'action created','2020-12-29 08:32:04','2020-12-29 03:32:04'),
(17832,10107,'action started via WP Cron','2020-12-29 08:32:22','2020-12-29 03:32:22'),
(17833,10107,'action complete via WP Cron','2020-12-29 08:32:22','2020-12-29 03:32:22'),
(17834,10108,'action created','2020-12-29 08:32:22','2020-12-29 03:32:22'),
(17835,10108,'action started via WP Cron','2020-12-29 08:33:53','2020-12-29 03:33:53'),
(17836,10108,'action complete via WP Cron','2020-12-29 08:33:53','2020-12-29 03:33:53'),
(17837,10109,'action created','2020-12-29 08:33:53','2020-12-29 03:33:53'),
(17838,10109,'action started via WP Cron','2020-12-29 08:34:56','2020-12-29 03:34:56'),
(17839,10109,'action complete via WP Cron','2020-12-29 08:34:56','2020-12-29 03:34:56'),
(17840,10110,'action created','2020-12-29 08:34:56','2020-12-29 03:34:56'),
(17841,10110,'action started via WP Cron','2020-12-29 08:35:18','2020-12-29 03:35:18'),
(17842,10110,'action complete via WP Cron','2020-12-29 08:35:18','2020-12-29 03:35:18'),
(17843,10111,'action created','2020-12-29 08:35:18','2020-12-29 03:35:18'),
(17844,10111,'action started via WP Cron','2020-12-29 08:36:27','2020-12-29 03:36:27'),
(17845,10111,'action complete via WP Cron','2020-12-29 08:36:27','2020-12-29 03:36:27'),
(17846,10112,'action created','2020-12-29 08:36:28','2020-12-29 03:36:28'),
(17847,10112,'action started via WP Cron','2020-12-29 08:37:13','2020-12-29 03:37:13'),
(17848,10112,'action complete via WP Cron','2020-12-29 08:37:13','2020-12-29 03:37:13'),
(17849,10113,'action created','2020-12-29 08:37:13','2020-12-29 03:37:13'),
(17850,10113,'action started via WP Cron','2020-12-29 08:38:23','2020-12-29 03:38:23'),
(17851,10113,'action complete via WP Cron','2020-12-29 08:38:23','2020-12-29 03:38:23'),
(17852,10114,'action created','2020-12-29 08:38:23','2020-12-29 03:38:23'),
(17853,10114,'action started via WP Cron','2020-12-29 08:40:03','2020-12-29 03:40:03'),
(17854,10114,'action complete via WP Cron','2020-12-29 08:40:03','2020-12-29 03:40:03'),
(17855,10115,'action created','2020-12-29 08:40:03','2020-12-29 03:40:03'),
(17856,10115,'action started via WP Cron','2020-12-29 08:40:50','2020-12-29 03:40:50'),
(17857,10115,'action complete via WP Cron','2020-12-29 08:40:50','2020-12-29 03:40:50'),
(17858,10116,'action created','2020-12-29 08:40:50','2020-12-29 03:40:50'),
(17859,10116,'action started via WP Cron','2020-12-29 08:44:02','2020-12-29 03:44:02'),
(17860,10116,'action complete via WP Cron','2020-12-29 08:44:02','2020-12-29 03:44:02'),
(17861,10117,'action created','2020-12-29 08:44:02','2020-12-29 03:44:02'),
(17862,10117,'action started via WP Cron','2020-12-29 08:44:16','2020-12-29 03:44:16'),
(17863,10117,'action complete via WP Cron','2020-12-29 08:44:16','2020-12-29 03:44:16'),
(17864,10118,'action created','2020-12-29 08:44:16','2020-12-29 03:44:16'),
(17865,10118,'action started via WP Cron','2020-12-29 08:46:18','2020-12-29 03:46:18'),
(17866,10118,'action complete via WP Cron','2020-12-29 08:46:18','2020-12-29 03:46:18'),
(17867,10119,'action created','2020-12-29 08:46:18','2020-12-29 03:46:18'),
(17868,10119,'action started via WP Cron','2020-12-29 08:48:36','2020-12-29 03:48:36'),
(17869,10119,'action complete via WP Cron','2020-12-29 08:48:36','2020-12-29 03:48:36'),
(17870,10120,'action created','2020-12-29 08:48:36','2020-12-29 03:48:36'),
(17871,10120,'action started via WP Cron','2020-12-29 08:51:00','2020-12-29 03:51:00'),
(17872,10120,'action complete via WP Cron','2020-12-29 08:51:01','2020-12-29 03:51:01'),
(17873,10121,'action created','2020-12-29 08:51:01','2020-12-29 03:51:01'),
(17874,10121,'action started via WP Cron','2020-12-29 08:54:19','2020-12-29 03:54:19'),
(17875,10121,'action complete via WP Cron','2020-12-29 08:54:19','2020-12-29 03:54:19'),
(17876,10122,'action created','2020-12-29 08:54:19','2020-12-29 03:54:19'),
(17877,10122,'action started via WP Cron','2020-12-29 08:55:15','2020-12-29 03:55:15'),
(17878,10122,'action complete via WP Cron','2020-12-29 08:55:15','2020-12-29 03:55:15'),
(17879,10123,'action created','2020-12-29 08:55:15','2020-12-29 03:55:15'),
(17880,10123,'action started via WP Cron','2020-12-29 08:56:20','2020-12-29 03:56:20'),
(17881,10123,'action complete via WP Cron','2020-12-29 08:56:20','2020-12-29 03:56:20'),
(17882,10124,'action created','2020-12-29 08:56:20','2020-12-29 03:56:20'),
(17883,10124,'action started via WP Cron','2020-12-29 08:57:49','2020-12-29 03:57:49'),
(17884,10124,'action complete via WP Cron','2020-12-29 08:57:49','2020-12-29 03:57:49'),
(17885,10125,'action created','2020-12-29 08:57:49','2020-12-29 03:57:49'),
(17886,10125,'action started via WP Cron','2020-12-29 08:59:33','2020-12-29 03:59:33'),
(17887,10125,'action complete via WP Cron','2020-12-29 08:59:33','2020-12-29 03:59:33'),
(17888,10126,'action created','2020-12-29 08:59:33','2020-12-29 03:59:33'),
(17889,10126,'action started via WP Cron','2020-12-29 09:01:37','2020-12-29 04:01:37'),
(17890,10126,'action complete via WP Cron','2020-12-29 09:01:37','2020-12-29 04:01:37'),
(17891,10127,'action created','2020-12-29 09:01:37','2020-12-29 04:01:37'),
(17892,10127,'action started via WP Cron','2020-12-29 09:03:03','2020-12-29 04:03:03'),
(17893,10127,'action complete via WP Cron','2020-12-29 09:03:03','2020-12-29 04:03:03'),
(17894,10128,'action created','2020-12-29 09:03:03','2020-12-29 04:03:03'),
(17895,10128,'action started via WP Cron','2020-12-29 09:03:22','2020-12-29 04:03:22'),
(17896,10128,'action complete via WP Cron','2020-12-29 09:03:22','2020-12-29 04:03:22'),
(17897,10129,'action created','2020-12-29 09:03:22','2020-12-29 04:03:22'),
(17898,10129,'action started via WP Cron','2020-12-29 09:05:57','2020-12-29 04:05:57'),
(17899,10129,'action complete via WP Cron','2020-12-29 09:05:57','2020-12-29 04:05:57'),
(17900,10130,'action created','2020-12-29 09:05:57','2020-12-29 04:05:57'),
(17901,10130,'action started via WP Cron','2020-12-29 09:06:26','2020-12-29 04:06:26'),
(17902,10130,'action complete via WP Cron','2020-12-29 09:06:26','2020-12-29 04:06:26'),
(17903,10131,'action created','2020-12-29 09:06:26','2020-12-29 04:06:26'),
(17904,10131,'action started via WP Cron','2020-12-29 09:07:34','2020-12-29 04:07:34'),
(17905,10131,'action complete via WP Cron','2020-12-29 09:07:34','2020-12-29 04:07:34'),
(17906,10132,'action created','2020-12-29 09:07:34','2020-12-29 04:07:34'),
(17907,10132,'action started via WP Cron','2020-12-29 09:08:24','2020-12-29 04:08:24'),
(17908,10132,'action complete via WP Cron','2020-12-29 09:08:24','2020-12-29 04:08:24'),
(17909,10133,'action created','2020-12-29 09:08:24','2020-12-29 04:08:24'),
(17910,10133,'action started via WP Cron','2020-12-29 09:09:15','2020-12-29 04:09:15'),
(17911,10133,'action complete via WP Cron','2020-12-29 09:09:15','2020-12-29 04:09:15'),
(17912,10134,'action created','2020-12-29 09:09:15','2020-12-29 04:09:15'),
(17913,10134,'action started via WP Cron','2020-12-29 09:10:16','2020-12-29 04:10:16'),
(17914,10134,'action complete via WP Cron','2020-12-29 09:10:16','2020-12-29 04:10:16'),
(17915,10135,'action created','2020-12-29 09:10:16','2020-12-29 04:10:16'),
(17916,10135,'action started via WP Cron','2020-12-29 09:11:13','2020-12-29 04:11:13'),
(17917,10135,'action complete via WP Cron','2020-12-29 09:11:13','2020-12-29 04:11:13'),
(17918,10136,'action created','2020-12-29 09:11:13','2020-12-29 04:11:13'),
(17919,10136,'action started via WP Cron','2020-12-29 09:12:16','2020-12-29 04:12:16'),
(17920,10136,'action complete via WP Cron','2020-12-29 09:12:16','2020-12-29 04:12:16'),
(17921,10137,'action created','2020-12-29 09:12:16','2020-12-29 04:12:16'),
(17922,10137,'action started via WP Cron','2020-12-29 09:13:53','2020-12-29 04:13:53'),
(17923,10137,'action complete via WP Cron','2020-12-29 09:13:53','2020-12-29 04:13:53'),
(17924,10138,'action created','2020-12-29 09:13:53','2020-12-29 04:13:53'),
(17925,10138,'action started via WP Cron','2020-12-29 09:14:42','2020-12-29 04:14:42'),
(17926,10138,'action complete via WP Cron','2020-12-29 09:14:42','2020-12-29 04:14:42'),
(17927,10139,'action created','2020-12-29 09:14:42','2020-12-29 04:14:42'),
(17928,10139,'action started via WP Cron','2020-12-29 09:16:26','2020-12-29 04:16:26'),
(17929,10139,'action complete via WP Cron','2020-12-29 09:16:26','2020-12-29 04:16:26'),
(17930,10140,'action created','2020-12-29 09:16:26','2020-12-29 04:16:26'),
(17931,10140,'action started via WP Cron','2020-12-29 09:18:08','2020-12-29 04:18:08'),
(17932,10140,'action complete via WP Cron','2020-12-29 09:18:08','2020-12-29 04:18:08'),
(17933,10141,'action created','2020-12-29 09:18:08','2020-12-29 04:18:08'),
(17934,10141,'action started via WP Cron','2020-12-29 09:19:24','2020-12-29 04:19:24'),
(17935,10141,'action complete via WP Cron','2020-12-29 09:19:24','2020-12-29 04:19:24'),
(17936,10142,'action created','2020-12-29 09:19:24','2020-12-29 04:19:24'),
(17937,10142,'action started via WP Cron','2020-12-29 09:20:48','2020-12-29 04:20:48'),
(17938,10142,'action complete via WP Cron','2020-12-29 09:20:48','2020-12-29 04:20:48'),
(17939,10143,'action created','2020-12-29 09:20:48','2020-12-29 04:20:48'),
(17940,10143,'action started via WP Cron','2020-12-29 09:21:51','2020-12-29 04:21:51'),
(17941,10143,'action complete via WP Cron','2020-12-29 09:21:51','2020-12-29 04:21:51'),
(17942,10144,'action created','2020-12-29 09:21:51','2020-12-29 04:21:51'),
(17943,10144,'action started via WP Cron','2020-12-29 09:24:55','2020-12-29 04:24:55'),
(17944,10144,'action complete via WP Cron','2020-12-29 09:24:56','2020-12-29 04:24:56'),
(17945,10145,'action created','2020-12-29 09:24:56','2020-12-29 04:24:56'),
(17946,10145,'action started via WP Cron','2020-12-29 09:25:52','2020-12-29 04:25:52'),
(17947,10145,'action complete via WP Cron','2020-12-29 09:25:52','2020-12-29 04:25:52'),
(17948,10146,'action created','2020-12-29 09:25:52','2020-12-29 04:25:52'),
(17949,10146,'action started via WP Cron','2020-12-29 09:26:15','2020-12-29 04:26:15'),
(17950,10146,'action complete via WP Cron','2020-12-29 09:26:15','2020-12-29 04:26:15'),
(17951,10147,'action created','2020-12-29 09:26:15','2020-12-29 04:26:15'),
(17952,10147,'action started via WP Cron','2020-12-29 09:27:11','2020-12-29 04:27:11'),
(17953,10147,'action complete via WP Cron','2020-12-29 09:27:11','2020-12-29 04:27:11'),
(17954,10148,'action created','2020-12-29 09:27:11','2020-12-29 04:27:11'),
(17955,10148,'action started via WP Cron','2020-12-29 09:28:16','2020-12-29 04:28:16'),
(17956,10148,'action complete via WP Cron','2020-12-29 09:28:16','2020-12-29 04:28:16'),
(17957,10149,'action created','2020-12-29 09:28:16','2020-12-29 04:28:16'),
(17958,10149,'action started via WP Cron','2020-12-29 09:29:46','2020-12-29 04:29:46'),
(17959,10149,'action complete via WP Cron','2020-12-29 09:29:46','2020-12-29 04:29:46'),
(17960,10150,'action created','2020-12-29 09:29:46','2020-12-29 04:29:46'),
(17961,10150,'action started via WP Cron','2020-12-29 09:31:15','2020-12-29 04:31:15'),
(17962,10150,'action complete via WP Cron','2020-12-29 09:31:15','2020-12-29 04:31:15'),
(17963,10151,'action created','2020-12-29 09:31:15','2020-12-29 04:31:15'),
(17964,10151,'action started via WP Cron','2020-12-29 09:32:12','2020-12-29 04:32:12'),
(17965,10151,'action complete via WP Cron','2020-12-29 09:32:12','2020-12-29 04:32:12'),
(17966,10152,'action created','2020-12-29 09:32:12','2020-12-29 04:32:12'),
(17967,10152,'action started via WP Cron','2020-12-29 09:33:13','2020-12-29 04:33:13'),
(17968,10152,'action complete via WP Cron','2020-12-29 09:33:13','2020-12-29 04:33:13'),
(17969,10153,'action created','2020-12-29 09:33:13','2020-12-29 04:33:13'),
(17970,10153,'action started via WP Cron','2020-12-29 09:34:14','2020-12-29 04:34:14'),
(17971,10153,'action complete via WP Cron','2020-12-29 09:34:14','2020-12-29 04:34:14'),
(17972,10154,'action created','2020-12-29 09:34:14','2020-12-29 04:34:14'),
(17973,10154,'action started via WP Cron','2020-12-29 09:35:19','2020-12-29 04:35:19'),
(17974,10154,'action complete via WP Cron','2020-12-29 09:35:19','2020-12-29 04:35:19'),
(17975,10155,'action created','2020-12-29 09:35:19','2020-12-29 04:35:19'),
(17976,10155,'action started via WP Cron','2020-12-29 09:36:12','2020-12-29 04:36:12'),
(17977,10155,'action complete via WP Cron','2020-12-29 09:36:12','2020-12-29 04:36:12'),
(17978,10156,'action created','2020-12-29 09:36:12','2020-12-29 04:36:12'),
(17979,10156,'action started via WP Cron','2020-12-29 09:37:12','2020-12-29 04:37:12'),
(17980,10156,'action complete via WP Cron','2020-12-29 09:37:12','2020-12-29 04:37:12'),
(17981,10157,'action created','2020-12-29 09:37:12','2020-12-29 04:37:12'),
(17982,10157,'action started via WP Cron','2020-12-29 09:38:26','2020-12-29 04:38:26'),
(17983,10157,'action complete via WP Cron','2020-12-29 09:38:26','2020-12-29 04:38:26'),
(17984,10158,'action created','2020-12-29 09:38:26','2020-12-29 04:38:26'),
(17985,10158,'action started via WP Cron','2020-12-29 09:39:11','2020-12-29 04:39:11'),
(17986,10158,'action complete via WP Cron','2020-12-29 09:39:11','2020-12-29 04:39:11'),
(17987,10159,'action created','2020-12-29 09:39:12','2020-12-29 04:39:12'),
(17988,10159,'action started via WP Cron','2020-12-29 09:40:50','2020-12-29 04:40:50'),
(17989,10159,'action complete via WP Cron','2020-12-29 09:40:50','2020-12-29 04:40:50'),
(17990,10160,'action created','2020-12-29 09:40:50','2020-12-29 04:40:50'),
(17991,10160,'action started via WP Cron','2020-12-29 09:41:34','2020-12-29 04:41:34'),
(17992,10160,'action complete via WP Cron','2020-12-29 09:41:34','2020-12-29 04:41:34'),
(17993,10161,'action created','2020-12-29 09:41:34','2020-12-29 04:41:34'),
(17994,10161,'action started via WP Cron','2020-12-29 09:42:18','2020-12-29 04:42:18'),
(17995,10161,'action complete via WP Cron','2020-12-29 09:42:18','2020-12-29 04:42:18'),
(17996,10162,'action created','2020-12-29 09:42:18','2020-12-29 04:42:18'),
(17997,10162,'action started via WP Cron','2020-12-29 09:43:12','2020-12-29 04:43:12'),
(17998,10162,'action complete via WP Cron','2020-12-29 09:43:12','2020-12-29 04:43:12'),
(17999,10163,'action created','2020-12-29 09:43:12','2020-12-29 04:43:12'),
(18000,10163,'action started via WP Cron','2020-12-29 09:44:21','2020-12-29 04:44:21'),
(18001,10163,'action complete via WP Cron','2020-12-29 09:44:21','2020-12-29 04:44:21'),
(18002,10164,'action created','2020-12-29 09:44:21','2020-12-29 04:44:21'),
(18003,10164,'action started via WP Cron','2020-12-29 09:45:14','2020-12-29 04:45:14'),
(18004,10164,'action complete via WP Cron','2020-12-29 09:45:14','2020-12-29 04:45:14'),
(18005,10165,'action created','2020-12-29 09:45:14','2020-12-29 04:45:14'),
(18006,10165,'action started via WP Cron','2020-12-29 09:46:11','2020-12-29 04:46:11'),
(18007,10165,'action complete via WP Cron','2020-12-29 09:46:11','2020-12-29 04:46:11'),
(18008,10166,'action created','2020-12-29 09:46:11','2020-12-29 04:46:11'),
(18009,10166,'action started via WP Cron','2020-12-29 09:47:20','2020-12-29 04:47:20'),
(18010,10166,'action complete via WP Cron','2020-12-29 09:47:20','2020-12-29 04:47:20'),
(18011,10167,'action created','2020-12-29 09:47:20','2020-12-29 04:47:20'),
(18012,10167,'action started via WP Cron','2020-12-29 09:48:13','2020-12-29 04:48:13'),
(18013,10167,'action complete via WP Cron','2020-12-29 09:48:13','2020-12-29 04:48:13'),
(18014,10168,'action created','2020-12-29 09:48:13','2020-12-29 04:48:13'),
(18015,10168,'action started via WP Cron','2020-12-29 09:49:17','2020-12-29 04:49:17'),
(18016,10168,'action complete via WP Cron','2020-12-29 09:49:17','2020-12-29 04:49:17'),
(18017,10169,'action created','2020-12-29 09:49:17','2020-12-29 04:49:17'),
(18018,10169,'action started via WP Cron','2020-12-29 09:51:38','2020-12-29 04:51:38'),
(18019,10169,'action complete via WP Cron','2020-12-29 09:51:38','2020-12-29 04:51:38'),
(18020,10170,'action created','2020-12-29 09:51:38','2020-12-29 04:51:38'),
(18021,10170,'action started via WP Cron','2020-12-29 09:53:12','2020-12-29 04:53:12'),
(18022,10170,'action complete via WP Cron','2020-12-29 09:53:12','2020-12-29 04:53:12'),
(18023,10171,'action created','2020-12-29 09:53:12','2020-12-29 04:53:12'),
(18024,10171,'action started via WP Cron','2020-12-29 09:56:04','2020-12-29 04:56:04'),
(18025,10171,'action complete via WP Cron','2020-12-29 09:56:04','2020-12-29 04:56:04'),
(18026,10172,'action created','2020-12-29 09:56:04','2020-12-29 04:56:04'),
(18027,10172,'action started via WP Cron','2020-12-29 10:00:01','2020-12-29 05:00:01'),
(18028,10172,'action complete via WP Cron','2020-12-29 10:00:01','2020-12-29 05:00:01'),
(18029,10173,'action created','2020-12-29 10:00:02','2020-12-29 05:00:02'),
(18030,10173,'action started via WP Cron','2020-12-29 10:05:14','2020-12-29 05:05:14'),
(18031,10173,'action complete via WP Cron','2020-12-29 10:05:14','2020-12-29 05:05:14'),
(18032,10174,'action created','2020-12-29 10:05:14','2020-12-29 05:05:14'),
(18033,10174,'action started via WP Cron','2020-12-29 10:06:37','2020-12-29 05:06:37'),
(18034,10174,'action complete via WP Cron','2020-12-29 10:06:37','2020-12-29 05:06:37'),
(18035,10175,'action created','2020-12-29 10:06:37','2020-12-29 05:06:37'),
(18036,10175,'action started via WP Cron','2020-12-29 10:07:37','2020-12-29 05:07:37'),
(18037,10175,'action complete via WP Cron','2020-12-29 10:07:37','2020-12-29 05:07:37'),
(18038,10176,'action created','2020-12-29 10:07:37','2020-12-29 05:07:37'),
(18039,10176,'action started via WP Cron','2020-12-29 10:08:54','2020-12-29 05:08:54'),
(18040,10176,'action complete via WP Cron','2020-12-29 10:08:54','2020-12-29 05:08:54'),
(18041,10177,'action created','2020-12-29 10:08:54','2020-12-29 05:08:54'),
(18042,10177,'action started via WP Cron','2020-12-29 10:10:13','2020-12-29 05:10:13'),
(18043,10177,'action complete via WP Cron','2020-12-29 10:10:13','2020-12-29 05:10:13'),
(18044,10178,'action created','2020-12-29 10:10:13','2020-12-29 05:10:13'),
(18045,10178,'action started via WP Cron','2020-12-29 10:11:12','2020-12-29 05:11:12'),
(18046,10178,'action complete via WP Cron','2020-12-29 10:11:12','2020-12-29 05:11:12'),
(18047,10179,'action created','2020-12-29 10:11:12','2020-12-29 05:11:12'),
(18048,10179,'action started via WP Cron','2020-12-29 10:12:11','2020-12-29 05:12:11'),
(18049,10179,'action complete via WP Cron','2020-12-29 10:12:11','2020-12-29 05:12:11'),
(18050,10180,'action created','2020-12-29 10:12:11','2020-12-29 05:12:11'),
(18051,10180,'action started via WP Cron','2020-12-29 10:13:11','2020-12-29 05:13:11'),
(18052,10180,'action complete via WP Cron','2020-12-29 10:13:11','2020-12-29 05:13:11'),
(18053,10181,'action created','2020-12-29 10:13:11','2020-12-29 05:13:11'),
(18054,10181,'action started via WP Cron','2020-12-29 10:14:13','2020-12-29 05:14:13'),
(18055,10181,'action complete via WP Cron','2020-12-29 10:14:13','2020-12-29 05:14:13'),
(18056,10182,'action created','2020-12-29 10:14:13','2020-12-29 05:14:13'),
(18057,10182,'action started via WP Cron','2020-12-29 10:15:13','2020-12-29 05:15:13'),
(18058,10182,'action complete via WP Cron','2020-12-29 10:15:13','2020-12-29 05:15:13'),
(18059,10183,'action created','2020-12-29 10:15:13','2020-12-29 05:15:13'),
(18060,10183,'action started via WP Cron','2020-12-29 10:23:15','2020-12-29 05:23:15'),
(18061,10183,'action complete via WP Cron','2020-12-29 10:23:15','2020-12-29 05:23:15'),
(18062,10184,'action created','2020-12-29 10:23:15','2020-12-29 05:23:15'),
(18063,10184,'action started via WP Cron','2020-12-29 10:27:31','2020-12-29 05:27:31'),
(18064,10184,'action complete via WP Cron','2020-12-29 10:27:31','2020-12-29 05:27:31'),
(18065,10185,'action created','2020-12-29 10:27:32','2020-12-29 05:27:32'),
(18066,10185,'action started via WP Cron','2020-12-29 10:28:44','2020-12-29 05:28:44'),
(18067,10185,'action complete via WP Cron','2020-12-29 10:28:44','2020-12-29 05:28:44'),
(18068,10186,'action created','2020-12-29 10:28:44','2020-12-29 05:28:44'),
(18069,10186,'action started via WP Cron','2020-12-29 10:29:11','2020-12-29 05:29:11'),
(18070,10186,'action complete via WP Cron','2020-12-29 10:29:11','2020-12-29 05:29:11'),
(18071,10187,'action created','2020-12-29 10:29:11','2020-12-29 05:29:11'),
(18072,10187,'action started via WP Cron','2020-12-29 10:31:19','2020-12-29 05:31:19'),
(18073,10187,'action complete via WP Cron','2020-12-29 10:31:19','2020-12-29 05:31:19'),
(18074,10188,'action created','2020-12-29 10:31:19','2020-12-29 05:31:19'),
(18075,10188,'action started via WP Cron','2020-12-29 10:34:59','2020-12-29 05:34:59'),
(18076,10188,'action complete via WP Cron','2020-12-29 10:34:59','2020-12-29 05:34:59'),
(18077,10189,'action created','2020-12-29 10:34:59','2020-12-29 05:34:59'),
(18078,10189,'action started via WP Cron','2020-12-29 10:35:41','2020-12-29 05:35:41'),
(18079,10189,'action complete via WP Cron','2020-12-29 10:35:41','2020-12-29 05:35:41'),
(18080,10190,'action created','2020-12-29 10:35:41','2020-12-29 05:35:41'),
(18081,10190,'action started via WP Cron','2020-12-29 10:37:28','2020-12-29 05:37:28'),
(18082,10190,'action complete via WP Cron','2020-12-29 10:37:28','2020-12-29 05:37:28'),
(18083,10191,'action created','2020-12-29 10:37:28','2020-12-29 05:37:28'),
(18084,10191,'action started via WP Cron','2020-12-29 10:40:05','2020-12-29 05:40:05'),
(18085,10191,'action complete via WP Cron','2020-12-29 10:40:05','2020-12-29 05:40:05'),
(18086,10192,'action created','2020-12-29 10:40:05','2020-12-29 05:40:05'),
(18087,10192,'action started via WP Cron','2020-12-29 10:40:19','2020-12-29 05:40:19'),
(18088,10192,'action complete via WP Cron','2020-12-29 10:40:19','2020-12-29 05:40:19'),
(18089,10193,'action created','2020-12-29 10:40:19','2020-12-29 05:40:19'),
(18090,10193,'action started via WP Cron','2020-12-29 10:41:13','2020-12-29 05:41:13'),
(18091,10193,'action complete via WP Cron','2020-12-29 10:41:13','2020-12-29 05:41:13'),
(18092,10194,'action created','2020-12-29 10:41:13','2020-12-29 05:41:13'),
(18093,10194,'action started via WP Cron','2020-12-29 10:43:00','2020-12-29 05:43:00'),
(18094,10194,'action complete via WP Cron','2020-12-29 10:43:00','2020-12-29 05:43:00'),
(18095,10195,'action created','2020-12-29 10:43:00','2020-12-29 05:43:00'),
(18096,10195,'action started via WP Cron','2020-12-29 10:43:41','2020-12-29 05:43:41'),
(18097,10195,'action complete via WP Cron','2020-12-29 10:43:41','2020-12-29 05:43:41'),
(18098,10196,'action created','2020-12-29 10:43:41','2020-12-29 05:43:41'),
(18099,10196,'action started via WP Cron','2020-12-29 10:44:36','2020-12-29 05:44:36'),
(18100,10196,'action complete via WP Cron','2020-12-29 10:44:36','2020-12-29 05:44:36'),
(18101,10197,'action created','2020-12-29 10:44:36','2020-12-29 05:44:36'),
(18102,10197,'action started via WP Cron','2020-12-29 10:46:12','2020-12-29 05:46:12'),
(18103,10197,'action complete via WP Cron','2020-12-29 10:46:12','2020-12-29 05:46:12'),
(18104,10198,'action created','2020-12-29 10:46:12','2020-12-29 05:46:12'),
(18105,10198,'action started via WP Cron','2020-12-29 10:47:12','2020-12-29 05:47:12'),
(18106,10198,'action complete via WP Cron','2020-12-29 10:47:12','2020-12-29 05:47:12'),
(18107,10199,'action created','2020-12-29 10:47:12','2020-12-29 05:47:12'),
(18108,10199,'action started via WP Cron','2020-12-29 10:49:59','2020-12-29 05:49:59'),
(18109,10199,'action complete via WP Cron','2020-12-29 10:49:59','2020-12-29 05:49:59'),
(18110,10200,'action created','2020-12-29 10:49:59','2020-12-29 05:49:59'),
(18111,10200,'action started via WP Cron','2020-12-29 10:50:14','2020-12-29 05:50:14'),
(18112,10200,'action complete via WP Cron','2020-12-29 10:50:14','2020-12-29 05:50:14'),
(18113,10201,'action created','2020-12-29 10:50:14','2020-12-29 05:50:14'),
(18114,10201,'action started via WP Cron','2020-12-29 10:51:22','2020-12-29 05:51:22'),
(18115,10201,'action complete via WP Cron','2020-12-29 10:51:22','2020-12-29 05:51:22'),
(18116,10202,'action created','2020-12-29 10:51:22','2020-12-29 05:51:22'),
(18117,10202,'action started via WP Cron','2020-12-29 10:52:12','2020-12-29 05:52:12'),
(18118,10202,'action complete via WP Cron','2020-12-29 10:52:12','2020-12-29 05:52:12'),
(18119,10203,'action created','2020-12-29 10:52:12','2020-12-29 05:52:12'),
(18120,10203,'action started via WP Cron','2020-12-29 10:53:16','2020-12-29 05:53:16'),
(18121,10203,'action complete via WP Cron','2020-12-29 10:53:16','2020-12-29 05:53:16'),
(18122,10204,'action created','2020-12-29 10:53:16','2020-12-29 05:53:16'),
(18123,10204,'action started via WP Cron','2020-12-29 10:56:14','2020-12-29 05:56:14'),
(18124,10204,'action complete via WP Cron','2020-12-29 10:56:14','2020-12-29 05:56:14'),
(18125,10205,'action created','2020-12-29 10:56:14','2020-12-29 05:56:14'),
(18126,10205,'action started via WP Cron','2020-12-29 10:57:11','2020-12-29 05:57:11'),
(18127,10205,'action complete via WP Cron','2020-12-29 10:57:11','2020-12-29 05:57:11'),
(18128,10206,'action created','2020-12-29 10:57:11','2020-12-29 05:57:11'),
(18129,10206,'action started via WP Cron','2020-12-29 10:58:37','2020-12-29 05:58:37'),
(18130,10206,'action complete via WP Cron','2020-12-29 10:58:37','2020-12-29 05:58:37'),
(18131,10207,'action created','2020-12-29 10:58:37','2020-12-29 05:58:37'),
(18132,10207,'action started via WP Cron','2020-12-29 11:01:00','2020-12-29 06:01:00'),
(18133,10207,'action complete via WP Cron','2020-12-29 11:01:00','2020-12-29 06:01:00'),
(18134,10208,'action created','2020-12-29 11:01:12','2020-12-29 06:01:12'),
(18135,10208,'action started via WP Cron','2020-12-29 11:02:29','2020-12-29 06:02:29'),
(18136,10208,'action complete via WP Cron','2020-12-29 11:02:29','2020-12-29 06:02:29'),
(18137,10209,'action created','2020-12-29 11:02:29','2020-12-29 06:02:29'),
(18138,10209,'action started via WP Cron','2020-12-29 11:05:28','2020-12-29 06:05:28'),
(18139,10209,'action complete via WP Cron','2020-12-29 11:05:28','2020-12-29 06:05:28'),
(18140,10210,'action created','2020-12-29 11:05:28','2020-12-29 06:05:28'),
(18141,10210,'action started via WP Cron','2020-12-29 11:06:37','2020-12-29 06:06:37'),
(18142,10210,'action complete via WP Cron','2020-12-29 11:06:37','2020-12-29 06:06:37'),
(18143,10211,'action created','2020-12-29 11:06:37','2020-12-29 06:06:37'),
(18144,10211,'action started via WP Cron','2020-12-29 11:09:04','2020-12-29 06:09:04'),
(18145,10211,'action complete via WP Cron','2020-12-29 11:09:04','2020-12-29 06:09:04'),
(18146,10212,'action created','2020-12-29 11:09:04','2020-12-29 06:09:04'),
(18147,10212,'action started via WP Cron','2020-12-29 11:09:58','2020-12-29 06:09:58'),
(18148,10212,'action complete via WP Cron','2020-12-29 11:09:58','2020-12-29 06:09:58'),
(18149,10213,'action created','2020-12-29 11:09:58','2020-12-29 06:09:58'),
(18150,10213,'action started via WP Cron','2020-12-29 11:10:13','2020-12-29 06:10:13'),
(18151,10213,'action complete via WP Cron','2020-12-29 11:10:13','2020-12-29 06:10:13'),
(18152,10214,'action created','2020-12-29 11:10:13','2020-12-29 06:10:13'),
(18153,10214,'action started via WP Cron','2020-12-29 11:11:14','2020-12-29 06:11:14'),
(18154,10214,'action complete via WP Cron','2020-12-29 11:11:14','2020-12-29 06:11:14'),
(18155,10215,'action created','2020-12-29 11:11:14','2020-12-29 06:11:14'),
(18156,10215,'action started via WP Cron','2020-12-29 11:13:13','2020-12-29 06:13:13'),
(18157,10215,'action complete via WP Cron','2020-12-29 11:13:13','2020-12-29 06:13:13'),
(18158,10216,'action created','2020-12-29 11:13:13','2020-12-29 06:13:13'),
(18159,10216,'action started via WP Cron','2020-12-29 11:14:21','2020-12-29 06:14:21'),
(18160,10216,'action complete via WP Cron','2020-12-29 11:14:21','2020-12-29 06:14:21'),
(18161,10217,'action created','2020-12-29 11:14:21','2020-12-29 06:14:21'),
(18162,10217,'action started via WP Cron','2020-12-29 11:16:38','2020-12-29 06:16:38'),
(18163,10217,'action complete via WP Cron','2020-12-29 11:16:38','2020-12-29 06:16:38'),
(18164,10218,'action created','2020-12-29 11:16:38','2020-12-29 06:16:38'),
(18165,10218,'action started via WP Cron','2020-12-29 11:17:18','2020-12-29 06:17:18'),
(18166,10218,'action complete via WP Cron','2020-12-29 11:17:18','2020-12-29 06:17:18'),
(18167,10219,'action created','2020-12-29 11:17:18','2020-12-29 06:17:18'),
(18168,10219,'action started via WP Cron','2020-12-29 11:18:14','2020-12-29 06:18:14'),
(18169,10219,'action complete via WP Cron','2020-12-29 11:18:14','2020-12-29 06:18:14'),
(18170,10220,'action created','2020-12-29 11:18:14','2020-12-29 06:18:14'),
(18171,10220,'action started via WP Cron','2020-12-29 11:22:21','2020-12-29 06:22:21'),
(18172,10220,'action complete via WP Cron','2020-12-29 11:22:21','2020-12-29 06:22:21'),
(18173,10221,'action created','2020-12-29 11:22:21','2020-12-29 06:22:21'),
(18174,10221,'action started via WP Cron','2020-12-29 11:24:03','2020-12-29 06:24:03'),
(18175,10221,'action complete via WP Cron','2020-12-29 11:24:03','2020-12-29 06:24:03'),
(18176,10222,'action created','2020-12-29 11:24:03','2020-12-29 06:24:03'),
(18177,10222,'action started via WP Cron','2020-12-29 11:24:35','2020-12-29 06:24:35'),
(18178,10222,'action complete via WP Cron','2020-12-29 11:24:35','2020-12-29 06:24:35'),
(18179,10223,'action created','2020-12-29 11:24:35','2020-12-29 06:24:35'),
(18180,10223,'action started via WP Cron','2020-12-29 11:25:57','2020-12-29 06:25:57'),
(18181,10223,'action complete via WP Cron','2020-12-29 11:25:57','2020-12-29 06:25:57'),
(18182,10224,'action created','2020-12-29 11:25:57','2020-12-29 06:25:57'),
(18183,10224,'action started via WP Cron','2020-12-29 11:26:55','2020-12-29 06:26:55'),
(18184,10224,'action complete via WP Cron','2020-12-29 11:26:55','2020-12-29 06:26:55'),
(18185,10225,'action created','2020-12-29 11:26:55','2020-12-29 06:26:55'),
(18186,10225,'action started via WP Cron','2020-12-29 11:27:16','2020-12-29 06:27:16'),
(18187,10225,'action complete via WP Cron','2020-12-29 11:27:16','2020-12-29 06:27:16'),
(18188,10226,'action created','2020-12-29 11:27:16','2020-12-29 06:27:16'),
(18189,10226,'action started via WP Cron','2020-12-29 11:30:17','2020-12-29 06:30:17'),
(18190,10226,'action complete via WP Cron','2020-12-29 11:30:17','2020-12-29 06:30:17'),
(18191,10227,'action created','2020-12-29 11:30:17','2020-12-29 06:30:17'),
(18192,10227,'action started via WP Cron','2020-12-29 11:31:27','2020-12-29 06:31:27'),
(18193,10227,'action complete via WP Cron','2020-12-29 11:31:27','2020-12-29 06:31:27'),
(18194,10228,'action created','2020-12-29 11:31:28','2020-12-29 06:31:28'),
(18195,10228,'action started via WP Cron','2020-12-29 11:33:03','2020-12-29 06:33:03'),
(18196,10228,'action complete via WP Cron','2020-12-29 11:33:03','2020-12-29 06:33:03'),
(18197,10229,'action created','2020-12-29 11:33:03','2020-12-29 06:33:03'),
(18198,10229,'action started via WP Cron','2020-12-29 11:33:16','2020-12-29 06:33:16'),
(18199,10229,'action complete via WP Cron','2020-12-29 11:33:16','2020-12-29 06:33:16'),
(18200,10230,'action created','2020-12-29 11:33:16','2020-12-29 06:33:16'),
(18201,10230,'action started via WP Cron','2020-12-29 11:34:17','2020-12-29 06:34:17'),
(18202,10230,'action complete via WP Cron','2020-12-29 11:34:17','2020-12-29 06:34:17'),
(18203,10231,'action created','2020-12-29 11:34:17','2020-12-29 06:34:17'),
(18204,10231,'action started via WP Cron','2020-12-29 11:35:29','2020-12-29 06:35:29'),
(18205,10231,'action complete via WP Cron','2020-12-29 11:35:29','2020-12-29 06:35:29'),
(18206,10232,'action created','2020-12-29 11:35:29','2020-12-29 06:35:29'),
(18207,10232,'action started via WP Cron','2020-12-29 11:37:31','2020-12-29 06:37:31'),
(18208,10232,'action complete via WP Cron','2020-12-29 11:37:31','2020-12-29 06:37:31'),
(18209,10233,'action created','2020-12-29 11:37:31','2020-12-29 06:37:31'),
(18210,10233,'action started via WP Cron','2020-12-29 11:38:18','2020-12-29 06:38:18'),
(18211,10233,'action complete via WP Cron','2020-12-29 11:38:18','2020-12-29 06:38:18'),
(18212,10234,'action created','2020-12-29 11:38:18','2020-12-29 06:38:18'),
(18213,10234,'action started via WP Cron','2020-12-29 11:40:13','2020-12-29 06:40:13'),
(18214,10234,'action complete via WP Cron','2020-12-29 11:40:13','2020-12-29 06:40:13'),
(18215,10235,'action created','2020-12-29 11:40:13','2020-12-29 06:40:13'),
(18216,10235,'action started via WP Cron','2020-12-29 11:41:16','2020-12-29 06:41:16'),
(18217,10235,'action complete via WP Cron','2020-12-29 11:41:16','2020-12-29 06:41:16'),
(18218,10236,'action created','2020-12-29 11:41:16','2020-12-29 06:41:16'),
(18219,10236,'action started via WP Cron','2020-12-29 11:46:01','2020-12-29 06:46:01'),
(18220,10236,'action complete via WP Cron','2020-12-29 11:46:01','2020-12-29 06:46:01'),
(18221,10237,'action created','2020-12-29 11:46:01','2020-12-29 06:46:01'),
(18222,10237,'action started via WP Cron','2020-12-29 11:46:20','2020-12-29 06:46:20'),
(18223,10237,'action complete via WP Cron','2020-12-29 11:46:20','2020-12-29 06:46:20'),
(18224,10238,'action created','2020-12-29 11:46:20','2020-12-29 06:46:20'),
(18225,10238,'action started via WP Cron','2020-12-29 11:47:19','2020-12-29 06:47:19'),
(18226,10238,'action complete via WP Cron','2020-12-29 11:47:19','2020-12-29 06:47:19'),
(18227,10239,'action created','2020-12-29 11:47:19','2020-12-29 06:47:19'),
(18228,10239,'action started via WP Cron','2020-12-29 11:48:21','2020-12-29 06:48:21'),
(18229,10239,'action complete via WP Cron','2020-12-29 11:48:21','2020-12-29 06:48:21'),
(18230,10240,'action created','2020-12-29 11:48:21','2020-12-29 06:48:21'),
(18231,10240,'action started via WP Cron','2020-12-29 11:49:13','2020-12-29 06:49:13'),
(18232,10240,'action complete via WP Cron','2020-12-29 11:49:13','2020-12-29 06:49:13'),
(18233,10241,'action created','2020-12-29 11:49:14','2020-12-29 06:49:14'),
(18234,10241,'action started via WP Cron','2020-12-29 11:51:04','2020-12-29 06:51:04'),
(18235,10241,'action complete via WP Cron','2020-12-29 11:51:04','2020-12-29 06:51:04'),
(18236,10242,'action created','2020-12-29 11:51:04','2020-12-29 06:51:04'),
(18237,10242,'action started via WP Cron','2020-12-29 11:51:21','2020-12-29 06:51:21'),
(18238,10242,'action complete via WP Cron','2020-12-29 11:51:21','2020-12-29 06:51:21'),
(18239,10243,'action created','2020-12-29 11:51:21','2020-12-29 06:51:21'),
(18240,10243,'action started via WP Cron','2020-12-29 11:52:55','2020-12-29 06:52:55'),
(18241,10243,'action complete via WP Cron','2020-12-29 11:52:55','2020-12-29 06:52:55'),
(18242,10244,'action created','2020-12-29 11:52:56','2020-12-29 06:52:56'),
(18243,10244,'action started via WP Cron','2020-12-29 11:54:17','2020-12-29 06:54:17'),
(18244,10244,'action complete via WP Cron','2020-12-29 11:54:17','2020-12-29 06:54:17'),
(18245,10245,'action created','2020-12-29 11:54:17','2020-12-29 06:54:17'),
(18246,10245,'action started via WP Cron','2020-12-29 11:55:17','2020-12-29 06:55:17'),
(18247,10245,'action complete via WP Cron','2020-12-29 11:55:17','2020-12-29 06:55:17'),
(18248,10246,'action created','2020-12-29 11:55:17','2020-12-29 06:55:17'),
(18249,10246,'action started via WP Cron','2020-12-29 11:57:47','2020-12-29 06:57:47'),
(18250,10246,'action complete via WP Cron','2020-12-29 11:57:47','2020-12-29 06:57:47'),
(18251,10247,'action created','2020-12-29 11:57:47','2020-12-29 06:57:47'),
(18252,10247,'action started via WP Cron','2020-12-29 11:58:18','2020-12-29 06:58:18'),
(18253,10247,'action complete via WP Cron','2020-12-29 11:58:18','2020-12-29 06:58:18'),
(18254,10248,'action created','2020-12-29 11:58:18','2020-12-29 06:58:18'),
(18255,10248,'action started via WP Cron','2020-12-29 11:59:48','2020-12-29 06:59:48'),
(18256,10248,'action complete via WP Cron','2020-12-29 11:59:48','2020-12-29 06:59:48'),
(18257,10249,'action created','2020-12-29 11:59:48','2020-12-29 06:59:48'),
(18258,10249,'action started via WP Cron','2020-12-29 12:02:33','2020-12-29 07:02:33'),
(18259,10249,'action complete via WP Cron','2020-12-29 12:02:33','2020-12-29 07:02:33'),
(18260,10250,'action created','2020-12-29 12:02:33','2020-12-29 07:02:33'),
(18261,10250,'action started via WP Cron','2020-12-29 12:04:11','2020-12-29 07:04:11'),
(18262,10250,'action complete via WP Cron','2020-12-29 12:04:11','2020-12-29 07:04:11'),
(18263,10251,'action created','2020-12-29 12:04:11','2020-12-29 07:04:11'),
(18264,10251,'action started via Async Request','2020-12-29 12:04:55','2020-12-29 07:04:55'),
(18265,10251,'action complete via Async Request','2020-12-29 12:04:55','2020-12-29 07:04:55'),
(18266,10252,'action created','2020-12-29 12:04:56','2020-12-29 07:04:56'),
(18267,10252,'action started via WP Cron','2020-12-29 12:06:28','2020-12-29 07:06:28'),
(18268,10252,'action complete via WP Cron','2020-12-29 12:06:28','2020-12-29 07:06:28'),
(18269,10253,'action created','2020-12-29 12:06:28','2020-12-29 07:06:28'),
(18270,10253,'action started via WP Cron','2020-12-29 12:07:48','2020-12-29 07:07:48'),
(18271,10253,'action complete via WP Cron','2020-12-29 12:07:48','2020-12-29 07:07:48'),
(18272,10254,'action created','2020-12-29 12:07:48','2020-12-29 07:07:48'),
(18273,10254,'action started via WP Cron','2020-12-29 12:08:12','2020-12-29 07:08:12'),
(18274,10254,'action complete via WP Cron','2020-12-29 12:08:12','2020-12-29 07:08:12'),
(18275,10255,'action created','2020-12-29 12:08:12','2020-12-29 07:08:12'),
(18276,10255,'action started via WP Cron','2020-12-29 12:09:26','2020-12-29 07:09:26'),
(18277,10255,'action complete via WP Cron','2020-12-29 12:09:26','2020-12-29 07:09:26'),
(18278,10256,'action created','2020-12-29 12:09:26','2020-12-29 07:09:26'),
(18279,10256,'action started via WP Cron','2020-12-29 12:10:19','2020-12-29 07:10:19'),
(18280,10256,'action complete via WP Cron','2020-12-29 12:10:19','2020-12-29 07:10:19'),
(18281,10257,'action created','2020-12-29 12:10:19','2020-12-29 07:10:19'),
(18282,10257,'action started via WP Cron','2020-12-29 12:11:34','2020-12-29 07:11:34'),
(18283,10257,'action complete via WP Cron','2020-12-29 12:11:34','2020-12-29 07:11:34'),
(18284,10258,'action created','2020-12-29 12:11:34','2020-12-29 07:11:34'),
(18285,10258,'action started via WP Cron','2020-12-29 12:12:20','2020-12-29 07:12:20'),
(18286,10258,'action complete via WP Cron','2020-12-29 12:12:20','2020-12-29 07:12:20'),
(18287,10259,'action created','2020-12-29 12:12:20','2020-12-29 07:12:20'),
(18288,10259,'action started via WP Cron','2020-12-29 12:13:53','2020-12-29 07:13:53'),
(18289,10259,'action complete via WP Cron','2020-12-29 12:13:53','2020-12-29 07:13:53'),
(18290,10260,'action created','2020-12-29 12:13:53','2020-12-29 07:13:53'),
(18291,10260,'action started via WP Cron','2020-12-29 12:15:19','2020-12-29 07:15:19'),
(18292,10260,'action complete via WP Cron','2020-12-29 12:15:19','2020-12-29 07:15:19'),
(18293,10261,'action created','2020-12-29 12:15:19','2020-12-29 07:15:19'),
(18294,10261,'action started via WP Cron','2020-12-29 12:17:11','2020-12-29 07:17:11'),
(18295,10261,'action complete via WP Cron','2020-12-29 12:17:11','2020-12-29 07:17:11'),
(18296,10262,'action created','2020-12-29 12:17:11','2020-12-29 07:17:11'),
(18297,10262,'action started via WP Cron','2020-12-29 12:18:22','2020-12-29 07:18:22'),
(18298,10262,'action complete via WP Cron','2020-12-29 12:18:22','2020-12-29 07:18:22'),
(18299,10263,'action created','2020-12-29 12:18:22','2020-12-29 07:18:22'),
(18300,10263,'action started via WP Cron','2020-12-29 12:21:26','2020-12-29 07:21:26'),
(18301,10263,'action complete via WP Cron','2020-12-29 12:21:26','2020-12-29 07:21:26'),
(18302,10264,'action created','2020-12-29 12:21:26','2020-12-29 07:21:26'),
(18303,10264,'action started via WP Cron','2020-12-29 12:22:12','2020-12-29 07:22:12'),
(18304,10264,'action complete via WP Cron','2020-12-29 12:22:12','2020-12-29 07:22:12'),
(18305,10265,'action created','2020-12-29 12:22:12','2020-12-29 07:22:12'),
(18306,10265,'action started via WP Cron','2020-12-29 12:24:12','2020-12-29 07:24:12'),
(18307,10265,'action complete via WP Cron','2020-12-29 12:24:12','2020-12-29 07:24:12'),
(18308,10266,'action created','2020-12-29 12:24:12','2020-12-29 07:24:12'),
(18309,10266,'action started via WP Cron','2020-12-29 12:26:02','2020-12-29 07:26:02'),
(18310,10266,'action complete via WP Cron','2020-12-29 12:26:02','2020-12-29 07:26:02'),
(18311,10267,'action created','2020-12-29 12:26:02','2020-12-29 07:26:02'),
(18312,10267,'action started via WP Cron','2020-12-29 12:28:48','2020-12-29 07:28:48'),
(18313,10267,'action complete via WP Cron','2020-12-29 12:28:48','2020-12-29 07:28:48'),
(18314,10268,'action created','2020-12-29 12:28:48','2020-12-29 07:28:48'),
(18315,10268,'action started via WP Cron','2020-12-29 12:30:03','2020-12-29 07:30:03'),
(18316,10268,'action complete via WP Cron','2020-12-29 12:30:03','2020-12-29 07:30:03'),
(18317,10269,'action created','2020-12-29 12:30:03','2020-12-29 07:30:03'),
(18318,10269,'action started via WP Cron','2020-12-29 12:32:05','2020-12-29 07:32:05'),
(18319,10269,'action complete via WP Cron','2020-12-29 12:32:05','2020-12-29 07:32:05'),
(18320,10270,'action created','2020-12-29 12:32:05','2020-12-29 07:32:05'),
(18321,10270,'action started via WP Cron','2020-12-29 12:34:28','2020-12-29 07:34:28'),
(18322,10270,'action complete via WP Cron','2020-12-29 12:34:28','2020-12-29 07:34:28'),
(18323,10271,'action created','2020-12-29 12:34:28','2020-12-29 07:34:28'),
(18324,10271,'action started via WP Cron','2020-12-29 12:37:15','2020-12-29 07:37:15'),
(18325,10271,'action complete via WP Cron','2020-12-29 12:37:15','2020-12-29 07:37:15'),
(18326,10272,'action created','2020-12-29 12:37:15','2020-12-29 07:37:15'),
(18327,10272,'action started via WP Cron','2020-12-29 12:41:15','2020-12-29 07:41:15'),
(18328,10272,'action complete via WP Cron','2020-12-29 12:41:15','2020-12-29 07:41:15'),
(18329,10273,'action created','2020-12-29 12:41:15','2020-12-29 07:41:15'),
(18330,10273,'action started via WP Cron','2020-12-29 12:42:32','2020-12-29 07:42:32'),
(18331,10273,'action complete via WP Cron','2020-12-29 12:42:32','2020-12-29 07:42:32'),
(18332,10274,'action created','2020-12-29 12:42:32','2020-12-29 07:42:32'),
(18333,10274,'action started via WP Cron','2020-12-29 12:45:45','2020-12-29 07:45:45'),
(18334,10274,'action complete via WP Cron','2020-12-29 12:45:45','2020-12-29 07:45:45'),
(18335,10275,'action created','2020-12-29 12:45:45','2020-12-29 07:45:45'),
(18336,10275,'action started via WP Cron','2020-12-29 12:48:28','2020-12-29 07:48:28'),
(18337,10275,'action complete via WP Cron','2020-12-29 12:48:28','2020-12-29 07:48:28'),
(18338,10276,'action created','2020-12-29 12:48:28','2020-12-29 07:48:28'),
(18339,10277,'action created','2020-12-29 12:49:38','2020-12-29 07:49:38'),
(18340,10278,'action created','2020-12-29 12:49:38','2020-12-29 07:49:38'),
(18341,10276,'action started via WP Cron','2020-12-29 12:49:38','2020-12-29 07:49:38'),
(18342,10276,'action complete via WP Cron','2020-12-29 12:49:38','2020-12-29 07:49:38'),
(18343,10278,'action started via WP Cron','2020-12-29 12:49:38','2020-12-29 07:49:38'),
(18344,10278,'action complete via WP Cron','2020-12-29 12:49:39','2020-12-29 07:49:39'),
(18345,10279,'action created','2020-12-29 12:49:39','2020-12-29 07:49:39'),
(18346,10279,'action started via Async Request','2020-12-29 12:49:52','2020-12-29 07:49:52'),
(18347,10279,'action complete via Async Request','2020-12-29 12:49:52','2020-12-29 07:49:52'),
(18348,10280,'action created','2020-12-29 12:49:54','2020-12-29 07:49:54'),
(18349,10280,'action started via WP Cron','2020-12-29 12:56:33','2020-12-29 07:56:33'),
(18350,10280,'action complete via WP Cron','2020-12-29 12:56:33','2020-12-29 07:56:33'),
(18351,10281,'action created','2020-12-29 12:56:33','2020-12-29 07:56:33'),
(18352,10281,'action started via WP Cron','2020-12-29 12:57:16','2020-12-29 07:57:16'),
(18353,10281,'action complete via WP Cron','2020-12-29 12:57:16','2020-12-29 07:57:16'),
(18354,10282,'action created','2020-12-29 12:57:16','2020-12-29 07:57:16'),
(18355,10282,'action started via WP Cron','2020-12-29 12:58:43','2020-12-29 07:58:43'),
(18356,10282,'action complete via WP Cron','2020-12-29 12:58:43','2020-12-29 07:58:43'),
(18357,10283,'action created','2020-12-29 12:58:43','2020-12-29 07:58:43'),
(18358,10283,'action started via WP Cron','2020-12-29 12:59:17','2020-12-29 07:59:17'),
(18359,10283,'action complete via WP Cron','2020-12-29 12:59:17','2020-12-29 07:59:17'),
(18360,10284,'action created','2020-12-29 12:59:17','2020-12-29 07:59:17'),
(18361,10284,'action started via WP Cron','2020-12-29 13:02:43','2020-12-29 08:02:43'),
(18362,10284,'action complete via WP Cron','2020-12-29 13:02:43','2020-12-29 08:02:43'),
(18363,10285,'action created','2020-12-29 13:02:43','2020-12-29 08:02:43'),
(18364,10285,'action started via WP Cron','2020-12-29 13:06:04','2020-12-29 08:06:04'),
(18365,10285,'action complete via WP Cron','2020-12-29 13:06:04','2020-12-29 08:06:04'),
(18366,10286,'action created','2020-12-29 13:06:04','2020-12-29 08:06:04'),
(18367,10286,'action started via WP Cron','2020-12-29 13:06:51','2020-12-29 08:06:51'),
(18368,10286,'action complete via WP Cron','2020-12-29 13:06:51','2020-12-29 08:06:51'),
(18369,10287,'action created','2020-12-29 13:06:51','2020-12-29 08:06:51'),
(18370,10287,'action started via WP Cron','2020-12-29 13:07:19','2020-12-29 08:07:19'),
(18371,10287,'action complete via WP Cron','2020-12-29 13:07:19','2020-12-29 08:07:19'),
(18372,10288,'action created','2020-12-29 13:07:19','2020-12-29 08:07:19'),
(18373,10288,'action started via WP Cron','2020-12-29 13:09:18','2020-12-29 08:09:18'),
(18374,10288,'action complete via WP Cron','2020-12-29 13:09:18','2020-12-29 08:09:18'),
(18375,10289,'action created','2020-12-29 13:09:18','2020-12-29 08:09:18'),
(18376,10289,'action started via WP Cron','2020-12-29 13:11:19','2020-12-29 08:11:19'),
(18377,10289,'action complete via WP Cron','2020-12-29 13:11:19','2020-12-29 08:11:19'),
(18378,10290,'action created','2020-12-29 13:11:19','2020-12-29 08:11:19'),
(18379,10290,'action started via WP Cron','2020-12-29 13:13:45','2020-12-29 08:13:45'),
(18380,10290,'action complete via WP Cron','2020-12-29 13:13:45','2020-12-29 08:13:45'),
(18381,10291,'action created','2020-12-29 13:13:45','2020-12-29 08:13:45'),
(18382,10291,'action started via WP Cron','2020-12-29 13:15:08','2020-12-29 08:15:08'),
(18383,10291,'action complete via WP Cron','2020-12-29 13:15:08','2020-12-29 08:15:08'),
(18384,10292,'action created','2020-12-29 13:15:08','2020-12-29 08:15:08'),
(18385,10292,'action started via WP Cron','2020-12-29 13:16:51','2020-12-29 08:16:51'),
(18386,10292,'action complete via WP Cron','2020-12-29 13:16:51','2020-12-29 08:16:51'),
(18387,10293,'action created','2020-12-29 13:16:51','2020-12-29 08:16:51'),
(18388,10293,'action started via WP Cron','2020-12-29 13:17:21','2020-12-29 08:17:21'),
(18389,10293,'action complete via WP Cron','2020-12-29 13:17:21','2020-12-29 08:17:21'),
(18390,10294,'action created','2020-12-29 13:17:21','2020-12-29 08:17:21'),
(18391,10294,'action started via WP Cron','2020-12-29 13:18:58','2020-12-29 08:18:58'),
(18392,10294,'action complete via WP Cron','2020-12-29 13:18:58','2020-12-29 08:18:58'),
(18393,10295,'action created','2020-12-29 13:18:58','2020-12-29 08:18:58'),
(18394,10295,'action started via WP Cron','2020-12-29 13:19:30','2020-12-29 08:19:30'),
(18395,10295,'action complete via WP Cron','2020-12-29 13:19:30','2020-12-29 08:19:30'),
(18396,10296,'action created','2020-12-29 13:19:30','2020-12-29 08:19:30'),
(18397,10296,'action started via WP Cron','2020-12-29 13:20:22','2020-12-29 08:20:22'),
(18398,10296,'action complete via WP Cron','2020-12-29 13:20:22','2020-12-29 08:20:22'),
(18399,10297,'action created','2020-12-29 13:20:22','2020-12-29 08:20:22'),
(18400,10297,'action started via WP Cron','2020-12-29 13:21:57','2020-12-29 08:21:57'),
(18401,10297,'action complete via WP Cron','2020-12-29 13:21:57','2020-12-29 08:21:57'),
(18402,10298,'action created','2020-12-29 13:21:57','2020-12-29 08:21:57'),
(18403,10298,'action started via WP Cron','2020-12-29 13:22:32','2020-12-29 08:22:32'),
(18404,10298,'action complete via WP Cron','2020-12-29 13:22:32','2020-12-29 08:22:32'),
(18405,10299,'action created','2020-12-29 13:22:32','2020-12-29 08:22:32'),
(18406,10299,'action started via WP Cron','2020-12-29 13:23:36','2020-12-29 08:23:36'),
(18407,10299,'action complete via WP Cron','2020-12-29 13:23:36','2020-12-29 08:23:36'),
(18408,10300,'action created','2020-12-29 13:23:36','2020-12-29 08:23:36'),
(18409,10300,'action started via WP Cron','2020-12-29 13:24:42','2020-12-29 08:24:42'),
(18410,10300,'action complete via WP Cron','2020-12-29 13:24:42','2020-12-29 08:24:42'),
(18411,10301,'action created','2020-12-29 13:24:42','2020-12-29 08:24:42'),
(18412,10301,'action started via WP Cron','2020-12-29 13:25:14','2020-12-29 08:25:14'),
(18413,10301,'action complete via WP Cron','2020-12-29 13:25:14','2020-12-29 08:25:14'),
(18414,10302,'action created','2020-12-29 13:25:15','2020-12-29 08:25:15'),
(18415,10302,'action started via WP Cron','2020-12-29 13:27:03','2020-12-29 08:27:03'),
(18416,10302,'action complete via WP Cron','2020-12-29 13:27:03','2020-12-29 08:27:03'),
(18417,10303,'action created','2020-12-29 13:27:03','2020-12-29 08:27:03'),
(18418,10303,'action started via WP Cron','2020-12-29 13:29:07','2020-12-29 08:29:07'),
(18419,10303,'action complete via WP Cron','2020-12-29 13:29:07','2020-12-29 08:29:07'),
(18420,10304,'action created','2020-12-29 13:29:07','2020-12-29 08:29:07'),
(18421,10304,'action started via WP Cron','2020-12-29 13:30:34','2020-12-29 08:30:34'),
(18422,10304,'action complete via WP Cron','2020-12-29 13:30:34','2020-12-29 08:30:34'),
(18423,10305,'action created','2020-12-29 13:30:34','2020-12-29 08:30:34'),
(18424,10305,'action started via WP Cron','2020-12-29 13:31:19','2020-12-29 08:31:19'),
(18425,10305,'action complete via WP Cron','2020-12-29 13:31:19','2020-12-29 08:31:19'),
(18426,10306,'action created','2020-12-29 13:31:19','2020-12-29 08:31:19'),
(18427,10306,'action started via WP Cron','2020-12-29 13:32:57','2020-12-29 08:32:57'),
(18428,10306,'action complete via WP Cron','2020-12-29 13:32:57','2020-12-29 08:32:57'),
(18429,10307,'action created','2020-12-29 13:32:57','2020-12-29 08:32:57'),
(18430,10307,'action started via WP Cron','2020-12-29 13:34:19','2020-12-29 08:34:19'),
(18431,10307,'action complete via WP Cron','2020-12-29 13:34:19','2020-12-29 08:34:19'),
(18432,10308,'action created','2020-12-29 13:34:19','2020-12-29 08:34:19'),
(18433,10308,'action started via WP Cron','2020-12-29 13:35:49','2020-12-29 08:35:49'),
(18434,10308,'action complete via WP Cron','2020-12-29 13:35:49','2020-12-29 08:35:49'),
(18435,10309,'action created','2020-12-29 13:35:49','2020-12-29 08:35:49'),
(18436,10309,'action started via WP Cron','2020-12-29 13:37:00','2020-12-29 08:37:00'),
(18437,10309,'action complete via WP Cron','2020-12-29 13:37:00','2020-12-29 08:37:00'),
(18438,10310,'action created','2020-12-29 13:37:00','2020-12-29 08:37:00'),
(18439,10310,'action started via WP Cron','2020-12-29 13:37:20','2020-12-29 08:37:20'),
(18440,10310,'action complete via WP Cron','2020-12-29 13:37:20','2020-12-29 08:37:20'),
(18441,10311,'action created','2020-12-29 13:37:20','2020-12-29 08:37:20'),
(18442,10311,'action started via WP Cron','2020-12-29 13:38:16','2020-12-29 08:38:16'),
(18443,10311,'action complete via WP Cron','2020-12-29 13:38:16','2020-12-29 08:38:16'),
(18444,10312,'action created','2020-12-29 13:38:16','2020-12-29 08:38:16'),
(18445,10312,'action started via WP Cron','2020-12-29 13:39:28','2020-12-29 08:39:28'),
(18446,10312,'action complete via WP Cron','2020-12-29 13:39:28','2020-12-29 08:39:28'),
(18447,10313,'action created','2020-12-29 13:39:28','2020-12-29 08:39:28'),
(18448,10313,'action started via WP Cron','2020-12-29 13:40:14','2020-12-29 08:40:14'),
(18449,10313,'action complete via WP Cron','2020-12-29 13:40:14','2020-12-29 08:40:14'),
(18450,10314,'action created','2020-12-29 13:40:14','2020-12-29 08:40:14'),
(18451,10314,'action started via WP Cron','2020-12-29 13:41:36','2020-12-29 08:41:36'),
(18452,10314,'action complete via WP Cron','2020-12-29 13:41:36','2020-12-29 08:41:36'),
(18453,10315,'action created','2020-12-29 13:41:36','2020-12-29 08:41:36'),
(18454,10315,'action started via WP Cron','2020-12-29 13:42:34','2020-12-29 08:42:34'),
(18455,10315,'action complete via WP Cron','2020-12-29 13:42:34','2020-12-29 08:42:34'),
(18456,10316,'action created','2020-12-29 13:42:34','2020-12-29 08:42:34'),
(18457,10316,'action started via WP Cron','2020-12-29 13:44:03','2020-12-29 08:44:03'),
(18458,10316,'action complete via WP Cron','2020-12-29 13:44:03','2020-12-29 08:44:03'),
(18459,10317,'action created','2020-12-29 13:44:03','2020-12-29 08:44:03'),
(18460,10317,'action started via WP Cron','2020-12-29 13:44:54','2020-12-29 08:44:54'),
(18461,10317,'action complete via WP Cron','2020-12-29 13:44:54','2020-12-29 08:44:54'),
(18462,10318,'action created','2020-12-29 13:44:54','2020-12-29 08:44:54'),
(18463,10318,'action started via WP Cron','2020-12-29 13:47:29','2020-12-29 08:47:29'),
(18464,10318,'action complete via WP Cron','2020-12-29 13:47:29','2020-12-29 08:47:29'),
(18465,10319,'action created','2020-12-29 13:47:29','2020-12-29 08:47:29'),
(18466,10319,'action started via WP Cron','2020-12-29 13:49:11','2020-12-29 08:49:11'),
(18467,10319,'action complete via WP Cron','2020-12-29 13:49:11','2020-12-29 08:49:11'),
(18468,10320,'action created','2020-12-29 13:49:11','2020-12-29 08:49:11'),
(18469,10320,'action started via WP Cron','2020-12-29 13:50:13','2020-12-29 08:50:13'),
(18470,10320,'action complete via WP Cron','2020-12-29 13:50:13','2020-12-29 08:50:13'),
(18471,10321,'action created','2020-12-29 13:50:13','2020-12-29 08:50:13'),
(18472,10321,'action started via WP Cron','2020-12-29 13:51:23','2020-12-29 08:51:23'),
(18473,10321,'action complete via WP Cron','2020-12-29 13:51:23','2020-12-29 08:51:23'),
(18474,10322,'action created','2020-12-29 13:51:23','2020-12-29 08:51:23'),
(18475,10322,'action started via WP Cron','2020-12-29 13:52:14','2020-12-29 08:52:14'),
(18476,10322,'action complete via WP Cron','2020-12-29 13:52:14','2020-12-29 08:52:14'),
(18477,10323,'action created','2020-12-29 13:52:14','2020-12-29 08:52:14'),
(18478,10323,'action started via WP Cron','2020-12-29 13:53:18','2020-12-29 08:53:18'),
(18479,10323,'action complete via WP Cron','2020-12-29 13:53:18','2020-12-29 08:53:18'),
(18480,10324,'action created','2020-12-29 13:53:18','2020-12-29 08:53:18'),
(18481,10324,'action started via WP Cron','2020-12-29 13:54:28','2020-12-29 08:54:28'),
(18482,10324,'action complete via WP Cron','2020-12-29 13:54:28','2020-12-29 08:54:28'),
(18483,10325,'action created','2020-12-29 13:54:28','2020-12-29 08:54:28'),
(18484,10325,'action started via WP Cron','2020-12-29 13:57:26','2020-12-29 08:57:26'),
(18485,10325,'action complete via WP Cron','2020-12-29 13:57:26','2020-12-29 08:57:26'),
(18486,10326,'action created','2020-12-29 13:57:26','2020-12-29 08:57:26'),
(18487,10326,'action started via WP Cron','2020-12-29 13:58:48','2020-12-29 08:58:48'),
(18488,10326,'action complete via WP Cron','2020-12-29 13:58:48','2020-12-29 08:58:48'),
(18489,10327,'action created','2020-12-29 13:58:48','2020-12-29 08:58:48'),
(18490,10327,'action started via WP Cron','2020-12-29 13:59:14','2020-12-29 08:59:14'),
(18491,10327,'action complete via WP Cron','2020-12-29 13:59:14','2020-12-29 08:59:14'),
(18492,10328,'action created','2020-12-29 13:59:14','2020-12-29 08:59:14'),
(18493,10328,'action started via WP Cron','2020-12-29 14:00:21','2020-12-29 09:00:21'),
(18494,10328,'action complete via WP Cron','2020-12-29 14:00:21','2020-12-29 09:00:21'),
(18495,10329,'action created','2020-12-29 14:00:21','2020-12-29 09:00:21'),
(18496,10329,'action started via WP Cron','2020-12-29 14:04:24','2020-12-29 09:04:24'),
(18497,10329,'action complete via WP Cron','2020-12-29 14:04:24','2020-12-29 09:04:24'),
(18498,10330,'action created','2020-12-29 14:04:24','2020-12-29 09:04:24'),
(18499,10330,'action started via WP Cron','2020-12-29 14:05:20','2020-12-29 09:05:20'),
(18500,10330,'action complete via WP Cron','2020-12-29 14:05:20','2020-12-29 09:05:20'),
(18501,10331,'action created','2020-12-29 14:05:20','2020-12-29 09:05:20'),
(18502,10331,'action started via WP Cron','2020-12-29 14:06:37','2020-12-29 09:06:37'),
(18503,10331,'action complete via WP Cron','2020-12-29 14:06:37','2020-12-29 09:06:37'),
(18504,10332,'action created','2020-12-29 14:06:37','2020-12-29 09:06:37'),
(18505,10332,'action started via WP Cron','2020-12-29 14:07:38','2020-12-29 09:07:38'),
(18506,10332,'action complete via WP Cron','2020-12-29 14:07:38','2020-12-29 09:07:38'),
(18507,10333,'action created','2020-12-29 14:07:38','2020-12-29 09:07:38'),
(18508,10333,'action started via WP Cron','2020-12-29 14:09:04','2020-12-29 09:09:04'),
(18509,10333,'action complete via WP Cron','2020-12-29 14:09:04','2020-12-29 09:09:04'),
(18510,10334,'action created','2020-12-29 14:09:04','2020-12-29 09:09:04'),
(18511,10334,'action started via WP Cron','2020-12-29 14:09:17','2020-12-29 09:09:17'),
(18512,10334,'action complete via WP Cron','2020-12-29 14:09:17','2020-12-29 09:09:17'),
(18513,10335,'action created','2020-12-29 14:09:17','2020-12-29 09:09:17'),
(18514,10335,'action started via WP Cron','2020-12-29 14:10:22','2020-12-29 09:10:22'),
(18515,10335,'action complete via WP Cron','2020-12-29 14:10:22','2020-12-29 09:10:22'),
(18516,10336,'action created','2020-12-29 14:10:22','2020-12-29 09:10:22'),
(18517,10336,'action started via WP Cron','2020-12-29 14:11:44','2020-12-29 09:11:44'),
(18518,10336,'action complete via WP Cron','2020-12-29 14:11:44','2020-12-29 09:11:44'),
(18519,10337,'action created','2020-12-29 14:11:44','2020-12-29 09:11:44'),
(18520,10337,'action started via WP Cron','2020-12-29 14:13:10','2020-12-29 09:13:10'),
(18521,10337,'action complete via WP Cron','2020-12-29 14:13:10','2020-12-29 09:13:10'),
(18522,10338,'action created','2020-12-29 14:13:10','2020-12-29 09:13:10'),
(18523,10338,'action started via WP Cron','2020-12-29 14:19:11','2020-12-29 09:19:11'),
(18524,10338,'action complete via WP Cron','2020-12-29 14:19:11','2020-12-29 09:19:11'),
(18525,10339,'action created','2020-12-29 14:19:11','2020-12-29 09:19:11'),
(18526,10339,'action started via WP Cron','2020-12-29 14:22:59','2020-12-29 09:22:59'),
(18527,10339,'action complete via WP Cron','2020-12-29 14:22:59','2020-12-29 09:22:59'),
(18528,10340,'action created','2020-12-29 14:22:59','2020-12-29 09:22:59'),
(18529,10340,'action started via WP Cron','2020-12-29 14:23:47','2020-12-29 09:23:47'),
(18530,10340,'action complete via WP Cron','2020-12-29 14:23:47','2020-12-29 09:23:47'),
(18531,10341,'action created','2020-12-29 14:23:47','2020-12-29 09:23:47'),
(18532,10341,'action started via WP Cron','2020-12-29 14:24:24','2020-12-29 09:24:24'),
(18533,10341,'action complete via WP Cron','2020-12-29 14:24:24','2020-12-29 09:24:24'),
(18534,10342,'action created','2020-12-29 14:24:24','2020-12-29 09:24:24'),
(18535,10342,'action started via WP Cron','2020-12-29 14:25:13','2020-12-29 09:25:13'),
(18536,10342,'action complete via WP Cron','2020-12-29 14:25:13','2020-12-29 09:25:13'),
(18537,10343,'action created','2020-12-29 14:25:13','2020-12-29 09:25:13'),
(18538,10343,'action started via WP Cron','2020-12-29 14:27:41','2020-12-29 09:27:41'),
(18539,10343,'action complete via WP Cron','2020-12-29 14:27:41','2020-12-29 09:27:41'),
(18540,10344,'action created','2020-12-29 14:27:41','2020-12-29 09:27:41'),
(18541,10344,'action started via WP Cron','2020-12-29 14:28:55','2020-12-29 09:28:55'),
(18542,10344,'action complete via WP Cron','2020-12-29 14:28:55','2020-12-29 09:28:55'),
(18543,10345,'action created','2020-12-29 14:28:55','2020-12-29 09:28:55'),
(18544,10345,'action started via WP Cron','2020-12-29 14:32:34','2020-12-29 09:32:34'),
(18545,10345,'action complete via WP Cron','2020-12-29 14:32:34','2020-12-29 09:32:34'),
(18546,10346,'action created','2020-12-29 14:32:34','2020-12-29 09:32:34'),
(18547,10346,'action started via WP Cron','2020-12-29 14:34:00','2020-12-29 09:34:00'),
(18548,10346,'action complete via WP Cron','2020-12-29 14:34:00','2020-12-29 09:34:00'),
(18549,10347,'action created','2020-12-29 14:34:00','2020-12-29 09:34:00'),
(18550,10347,'action started via WP Cron','2020-12-29 14:34:22','2020-12-29 09:34:22'),
(18551,10347,'action complete via WP Cron','2020-12-29 14:34:22','2020-12-29 09:34:22'),
(18552,10348,'action created','2020-12-29 14:34:22','2020-12-29 09:34:22'),
(18553,10348,'action started via WP Cron','2020-12-29 14:36:37','2020-12-29 09:36:37'),
(18554,10348,'action complete via WP Cron','2020-12-29 14:36:37','2020-12-29 09:36:37'),
(18555,10349,'action created','2020-12-29 14:36:37','2020-12-29 09:36:37'),
(18556,10349,'action started via WP Cron','2020-12-29 14:38:17','2020-12-29 09:38:17'),
(18557,10349,'action complete via WP Cron','2020-12-29 14:38:17','2020-12-29 09:38:17'),
(18558,10350,'action created','2020-12-29 14:38:17','2020-12-29 09:38:17'),
(18559,10350,'action started via WP Cron','2020-12-29 14:39:34','2020-12-29 09:39:34'),
(18560,10350,'action complete via WP Cron','2020-12-29 14:39:34','2020-12-29 09:39:34'),
(18561,10351,'action created','2020-12-29 14:39:34','2020-12-29 09:39:34'),
(18562,10351,'action started via WP Cron','2020-12-29 14:40:40','2020-12-29 09:40:40'),
(18563,10351,'action complete via WP Cron','2020-12-29 14:40:40','2020-12-29 09:40:40'),
(18564,10352,'action created','2020-12-29 14:40:40','2020-12-29 09:40:40'),
(18565,10352,'action started via WP Cron','2020-12-29 14:41:37','2020-12-29 09:41:37'),
(18566,10352,'action complete via WP Cron','2020-12-29 14:41:37','2020-12-29 09:41:37'),
(18567,10353,'action created','2020-12-29 14:41:37','2020-12-29 09:41:37'),
(18568,10353,'action started via WP Cron','2020-12-29 14:43:36','2020-12-29 09:43:36'),
(18569,10353,'action complete via WP Cron','2020-12-29 14:43:36','2020-12-29 09:43:36'),
(18570,10354,'action created','2020-12-29 14:43:36','2020-12-29 09:43:36'),
(18571,10354,'action started via WP Cron','2020-12-29 14:44:16','2020-12-29 09:44:16'),
(18572,10354,'action complete via WP Cron','2020-12-29 14:44:16','2020-12-29 09:44:16'),
(18573,10355,'action created','2020-12-29 14:44:16','2020-12-29 09:44:16'),
(18574,10355,'action started via WP Cron','2020-12-29 14:45:28','2020-12-29 09:45:28'),
(18575,10355,'action complete via WP Cron','2020-12-29 14:45:28','2020-12-29 09:45:28'),
(18576,10356,'action created','2020-12-29 14:45:28','2020-12-29 09:45:28'),
(18577,10356,'action started via WP Cron','2020-12-29 14:48:54','2020-12-29 09:48:54'),
(18578,10356,'action complete via WP Cron','2020-12-29 14:48:54','2020-12-29 09:48:54'),
(18579,10357,'action created','2020-12-29 14:48:54','2020-12-29 09:48:54'),
(18580,10357,'action started via WP Cron','2020-12-29 14:53:21','2020-12-29 09:53:21'),
(18581,10357,'action complete via WP Cron','2020-12-29 14:53:21','2020-12-29 09:53:21'),
(18582,10358,'action created','2020-12-29 14:53:21','2020-12-29 09:53:21'),
(18583,10358,'action started via WP Cron','2020-12-29 14:56:07','2020-12-29 09:56:07'),
(18584,10358,'action complete via WP Cron','2020-12-29 14:56:07','2020-12-29 09:56:07'),
(18585,10359,'action created','2020-12-29 14:56:07','2020-12-29 09:56:07'),
(18586,10359,'action started via WP Cron','2020-12-29 14:57:52','2020-12-29 09:57:52'),
(18587,10359,'action complete via WP Cron','2020-12-29 14:57:52','2020-12-29 09:57:52'),
(18588,10360,'action created','2020-12-29 14:57:52','2020-12-29 09:57:52'),
(18589,10360,'action started via WP Cron','2020-12-29 15:05:54','2020-12-29 10:05:54'),
(18590,10360,'action complete via WP Cron','2020-12-29 15:05:54','2020-12-29 10:05:54'),
(18591,10361,'action created','2020-12-29 15:05:54','2020-12-29 10:05:54'),
(18592,10361,'action started via WP Cron','2020-12-29 15:06:49','2020-12-29 10:06:49'),
(18593,10361,'action complete via WP Cron','2020-12-29 15:06:49','2020-12-29 10:06:49'),
(18594,10362,'action created','2020-12-29 15:06:49','2020-12-29 10:06:49'),
(18595,10362,'action started via WP Cron','2020-12-29 15:09:03','2020-12-29 10:09:03'),
(18596,10362,'action complete via WP Cron','2020-12-29 15:09:03','2020-12-29 10:09:03'),
(18597,10363,'action created','2020-12-29 15:09:03','2020-12-29 10:09:03'),
(18598,10363,'action started via WP Cron','2020-12-29 15:09:48','2020-12-29 10:09:48'),
(18599,10363,'action complete via WP Cron','2020-12-29 15:09:48','2020-12-29 10:09:48'),
(18600,10364,'action created','2020-12-29 15:09:48','2020-12-29 10:09:48'),
(18601,10364,'action started via WP Cron','2020-12-29 15:10:47','2020-12-29 10:10:47'),
(18602,10364,'action complete via WP Cron','2020-12-29 15:10:47','2020-12-29 10:10:47'),
(18603,10365,'action created','2020-12-29 15:10:47','2020-12-29 10:10:47'),
(18604,10365,'action started via WP Cron','2020-12-29 15:11:33','2020-12-29 10:11:33'),
(18605,10365,'action complete via WP Cron','2020-12-29 15:11:33','2020-12-29 10:11:33'),
(18606,10366,'action created','2020-12-29 15:11:33','2020-12-29 10:11:33'),
(18607,10366,'action started via WP Cron','2020-12-29 15:12:40','2020-12-29 10:12:40'),
(18608,10366,'action complete via WP Cron','2020-12-29 15:12:40','2020-12-29 10:12:40'),
(18609,10367,'action created','2020-12-29 15:12:40','2020-12-29 10:12:40'),
(18610,10367,'action started via WP Cron','2020-12-29 15:13:41','2020-12-29 10:13:41'),
(18611,10367,'action complete via WP Cron','2020-12-29 15:13:41','2020-12-29 10:13:41'),
(18612,10368,'action created','2020-12-29 15:13:41','2020-12-29 10:13:41'),
(18613,10368,'action started via WP Cron','2020-12-29 15:14:27','2020-12-29 10:14:27'),
(18614,10368,'action complete via WP Cron','2020-12-29 15:14:27','2020-12-29 10:14:27'),
(18615,10369,'action created','2020-12-29 15:14:27','2020-12-29 10:14:27'),
(18616,10369,'action started via WP Cron','2020-12-29 15:15:48','2020-12-29 10:15:48'),
(18617,10369,'action complete via WP Cron','2020-12-29 15:15:48','2020-12-29 10:15:48'),
(18618,10370,'action created','2020-12-29 15:15:48','2020-12-29 10:15:48'),
(18619,10370,'action started via WP Cron','2020-12-29 15:16:50','2020-12-29 10:16:50'),
(18620,10370,'action complete via WP Cron','2020-12-29 15:16:50','2020-12-29 10:16:50'),
(18621,10371,'action created','2020-12-29 15:17:34','2020-12-29 10:17:34'),
(18622,10371,'action started via WP Cron','2020-12-29 15:22:08','2020-12-29 10:22:08'),
(18623,10371,'action complete via WP Cron','2020-12-29 15:22:08','2020-12-29 10:22:08'),
(18624,10372,'action created','2020-12-29 15:22:08','2020-12-29 10:22:08'),
(18625,10372,'action started via WP Cron','2020-12-29 15:22:30','2020-12-29 10:22:30'),
(18626,10372,'action complete via WP Cron','2020-12-29 15:22:30','2020-12-29 10:22:30'),
(18627,10373,'action created','2020-12-29 15:22:30','2020-12-29 10:22:30'),
(18628,10373,'action started via WP Cron','2020-12-29 15:25:24','2020-12-29 10:25:24'),
(18629,10373,'action complete via WP Cron','2020-12-29 15:25:24','2020-12-29 10:25:24'),
(18630,10374,'action created','2020-12-29 15:25:24','2020-12-29 10:25:24'),
(18631,10374,'action started via WP Cron','2020-12-29 15:26:35','2020-12-29 10:26:35'),
(18632,10374,'action complete via WP Cron','2020-12-29 15:26:35','2020-12-29 10:26:35'),
(18633,10375,'action created','2020-12-29 15:26:35','2020-12-29 10:26:35'),
(18634,10375,'action started via WP Cron','2020-12-29 15:28:11','2020-12-29 10:28:11'),
(18635,10375,'action complete via WP Cron','2020-12-29 15:28:11','2020-12-29 10:28:11'),
(18636,10376,'action created','2020-12-29 15:28:11','2020-12-29 10:28:11'),
(18637,10376,'action started via WP Cron','2020-12-29 15:29:20','2020-12-29 10:29:20'),
(18638,10376,'action complete via WP Cron','2020-12-29 15:29:20','2020-12-29 10:29:20'),
(18639,10377,'action created','2020-12-29 15:29:20','2020-12-29 10:29:20'),
(18640,10377,'action started via WP Cron','2020-12-29 15:30:18','2020-12-29 10:30:18'),
(18641,10377,'action complete via WP Cron','2020-12-29 15:30:18','2020-12-29 10:30:18'),
(18642,10378,'action created','2020-12-29 15:30:18','2020-12-29 10:30:18'),
(18643,10378,'action started via WP Cron','2020-12-29 15:31:49','2020-12-29 10:31:49'),
(18644,10378,'action complete via WP Cron','2020-12-29 15:31:49','2020-12-29 10:31:49'),
(18645,10379,'action created','2020-12-29 15:31:49','2020-12-29 10:31:49'),
(18646,10379,'action started via WP Cron','2020-12-29 15:34:53','2020-12-29 10:34:53'),
(18647,10379,'action complete via WP Cron','2020-12-29 15:34:53','2020-12-29 10:34:53'),
(18648,10380,'action created','2020-12-29 15:34:53','2020-12-29 10:34:53'),
(18649,10380,'action started via WP Cron','2020-12-29 15:35:48','2020-12-29 10:35:48'),
(18650,10380,'action complete via WP Cron','2020-12-29 15:35:48','2020-12-29 10:35:48'),
(18651,10381,'action created','2020-12-29 15:35:48','2020-12-29 10:35:48'),
(18652,10381,'action started via WP Cron','2020-12-29 15:38:33','2020-12-29 10:38:33'),
(18653,10381,'action complete via WP Cron','2020-12-29 15:38:33','2020-12-29 10:38:33'),
(18654,10382,'action created','2020-12-29 15:38:33','2020-12-29 10:38:33'),
(18655,10382,'action started via WP Cron','2020-12-29 15:39:25','2020-12-29 10:39:25'),
(18656,10382,'action complete via WP Cron','2020-12-29 15:39:25','2020-12-29 10:39:25'),
(18657,10383,'action created','2020-12-29 15:39:25','2020-12-29 10:39:25'),
(18658,10383,'action started via WP Cron','2020-12-29 15:40:23','2020-12-29 10:40:23'),
(18659,10383,'action complete via WP Cron','2020-12-29 15:40:23','2020-12-29 10:40:23'),
(18660,10384,'action created','2020-12-29 15:40:23','2020-12-29 10:40:23'),
(18661,10384,'action started via WP Cron','2020-12-29 15:43:12','2020-12-29 10:43:12'),
(18662,10384,'action complete via WP Cron','2020-12-29 15:43:12','2020-12-29 10:43:12'),
(18663,10385,'action created','2020-12-29 15:43:12','2020-12-29 10:43:12'),
(18664,10385,'action started via WP Cron','2020-12-29 15:44:26','2020-12-29 10:44:26'),
(18665,10385,'action complete via WP Cron','2020-12-29 15:44:26','2020-12-29 10:44:26'),
(18666,10386,'action created','2020-12-29 15:44:26','2020-12-29 10:44:26'),
(18667,10386,'action started via WP Cron','2020-12-29 15:45:23','2020-12-29 10:45:23'),
(18668,10386,'action complete via WP Cron','2020-12-29 15:45:23','2020-12-29 10:45:23'),
(18669,10387,'action created','2020-12-29 15:45:23','2020-12-29 10:45:23'),
(18670,10387,'action started via WP Cron','2020-12-29 15:48:22','2020-12-29 10:48:22'),
(18671,10387,'action complete via WP Cron','2020-12-29 15:48:22','2020-12-29 10:48:22'),
(18672,10388,'action created','2020-12-29 15:48:22','2020-12-29 10:48:22'),
(18673,10388,'action started via WP Cron','2020-12-29 15:49:16','2020-12-29 10:49:16'),
(18674,10388,'action complete via WP Cron','2020-12-29 15:49:16','2020-12-29 10:49:16'),
(18675,10389,'action created','2020-12-29 15:49:16','2020-12-29 10:49:16'),
(18676,10389,'action started via WP Cron','2020-12-29 15:54:56','2020-12-29 10:54:56'),
(18677,10389,'action complete via WP Cron','2020-12-29 15:54:56','2020-12-29 10:54:56'),
(18678,10390,'action created','2020-12-29 15:54:56','2020-12-29 10:54:56'),
(18679,10390,'action started via WP Cron','2020-12-29 15:55:39','2020-12-29 10:55:39'),
(18680,10390,'action complete via WP Cron','2020-12-29 15:55:39','2020-12-29 10:55:39'),
(18681,10391,'action created','2020-12-29 15:55:39','2020-12-29 10:55:39'),
(18682,10391,'action started via WP Cron','2020-12-29 15:56:20','2020-12-29 10:56:20'),
(18683,10391,'action complete via WP Cron','2020-12-29 15:56:20','2020-12-29 10:56:20'),
(18684,10392,'action created','2020-12-29 15:56:20','2020-12-29 10:56:20'),
(18685,10392,'action started via WP Cron','2020-12-29 15:59:21','2020-12-29 10:59:21'),
(18686,10392,'action complete via WP Cron','2020-12-29 15:59:21','2020-12-29 10:59:21'),
(18687,10393,'action created','2020-12-29 15:59:21','2020-12-29 10:59:21'),
(18688,10393,'action started via WP Cron','2020-12-29 16:03:16','2020-12-29 11:03:16'),
(18689,10393,'action complete via WP Cron','2020-12-29 16:03:16','2020-12-29 11:03:16'),
(18690,10394,'action created','2020-12-29 16:03:16','2020-12-29 11:03:16'),
(18691,10394,'action started via WP Cron','2020-12-29 16:05:01','2020-12-29 11:05:01'),
(18692,10394,'action complete via WP Cron','2020-12-29 16:05:01','2020-12-29 11:05:01'),
(18693,10395,'action created','2020-12-29 16:05:01','2020-12-29 11:05:01'),
(18694,10395,'action started via WP Cron','2020-12-29 16:07:12','2020-12-29 11:07:12'),
(18695,10395,'action complete via WP Cron','2020-12-29 16:07:12','2020-12-29 11:07:12'),
(18696,10396,'action created','2020-12-29 16:07:12','2020-12-29 11:07:12'),
(18697,10396,'action started via WP Cron','2020-12-29 16:08:42','2020-12-29 11:08:42'),
(18698,10396,'action complete via WP Cron','2020-12-29 16:08:42','2020-12-29 11:08:42'),
(18699,10397,'action created','2020-12-29 16:08:42','2020-12-29 11:08:42'),
(18700,10397,'action started via WP Cron','2020-12-29 16:09:14','2020-12-29 11:09:14'),
(18701,10397,'action complete via WP Cron','2020-12-29 16:09:14','2020-12-29 11:09:14'),
(18702,10398,'action created','2020-12-29 16:09:14','2020-12-29 11:09:14'),
(18703,10398,'action started via WP Cron','2020-12-29 16:10:19','2020-12-29 11:10:19'),
(18704,10398,'action complete via WP Cron','2020-12-29 16:10:19','2020-12-29 11:10:19'),
(18705,10399,'action created','2020-12-29 16:10:19','2020-12-29 11:10:19'),
(18706,10399,'action started via WP Cron','2020-12-29 16:11:56','2020-12-29 11:11:56'),
(18707,10399,'action complete via WP Cron','2020-12-29 16:11:56','2020-12-29 11:11:56'),
(18708,10400,'action created','2020-12-29 16:11:56','2020-12-29 11:11:56'),
(18709,10400,'action started via WP Cron','2020-12-29 16:13:16','2020-12-29 11:13:16'),
(18710,10400,'action complete via WP Cron','2020-12-29 16:13:16','2020-12-29 11:13:16'),
(18711,10401,'action created','2020-12-29 16:13:17','2020-12-29 11:13:17'),
(18712,10401,'action started via WP Cron','2020-12-29 16:14:18','2020-12-29 11:14:18'),
(18713,10401,'action complete via WP Cron','2020-12-29 16:14:18','2020-12-29 11:14:18'),
(18714,10402,'action created','2020-12-29 16:14:18','2020-12-29 11:14:18'),
(18715,10402,'action started via WP Cron','2020-12-29 16:15:27','2020-12-29 11:15:27'),
(18716,10402,'action complete via WP Cron','2020-12-29 16:15:27','2020-12-29 11:15:27'),
(18717,10403,'action created','2020-12-29 16:15:27','2020-12-29 11:15:27'),
(18718,10403,'action started via WP Cron','2020-12-29 16:16:57','2020-12-29 11:16:57'),
(18719,10403,'action complete via WP Cron','2020-12-29 16:16:57','2020-12-29 11:16:57'),
(18720,10404,'action created','2020-12-29 16:16:57','2020-12-29 11:16:57'),
(18721,10404,'action started via WP Cron','2020-12-29 16:18:15','2020-12-29 11:18:15'),
(18722,10404,'action complete via WP Cron','2020-12-29 16:18:15','2020-12-29 11:18:15'),
(18723,10405,'action created','2020-12-29 16:18:15','2020-12-29 11:18:15'),
(18724,10405,'action started via WP Cron','2020-12-29 16:19:22','2020-12-29 11:19:22'),
(18725,10405,'action complete via WP Cron','2020-12-29 16:19:22','2020-12-29 11:19:22'),
(18726,10406,'action created','2020-12-29 16:19:22','2020-12-29 11:19:22'),
(18727,10406,'action started via WP Cron','2020-12-29 16:20:23','2020-12-29 11:20:23'),
(18728,10406,'action complete via WP Cron','2020-12-29 16:20:23','2020-12-29 11:20:23'),
(18729,10407,'action created','2020-12-29 16:20:23','2020-12-29 11:20:23'),
(18730,10407,'action started via WP Cron','2020-12-29 16:21:32','2020-12-29 11:21:32'),
(18731,10407,'action complete via WP Cron','2020-12-29 16:21:32','2020-12-29 11:21:32'),
(18732,10408,'action created','2020-12-29 16:21:32','2020-12-29 11:21:32'),
(18733,10408,'action started via WP Cron','2020-12-29 16:22:24','2020-12-29 11:22:24'),
(18734,10408,'action complete via WP Cron','2020-12-29 16:22:24','2020-12-29 11:22:24'),
(18735,10409,'action created','2020-12-29 16:22:24','2020-12-29 11:22:24'),
(18736,10409,'action started via WP Cron','2020-12-29 16:23:29','2020-12-29 11:23:29'),
(18737,10409,'action complete via WP Cron','2020-12-29 16:23:29','2020-12-29 11:23:29'),
(18738,10410,'action created','2020-12-29 16:23:29','2020-12-29 11:23:29'),
(18739,10410,'action started via WP Cron','2020-12-29 16:25:27','2020-12-29 11:25:27'),
(18740,10410,'action complete via WP Cron','2020-12-29 16:25:27','2020-12-29 11:25:27'),
(18741,10411,'action created','2020-12-29 16:25:27','2020-12-29 11:25:27'),
(18742,10411,'action started via WP Cron','2020-12-29 16:26:46','2020-12-29 11:26:46'),
(18743,10411,'action complete via WP Cron','2020-12-29 16:26:46','2020-12-29 11:26:46'),
(18744,10412,'action created','2020-12-29 16:26:46','2020-12-29 11:26:46'),
(18745,10412,'action started via WP Cron','2020-12-29 16:27:58','2020-12-29 11:27:58'),
(18746,10412,'action complete via WP Cron','2020-12-29 16:27:58','2020-12-29 11:27:58'),
(18747,10413,'action created','2020-12-29 16:27:58','2020-12-29 11:27:58'),
(18748,10413,'action started via WP Cron','2020-12-29 16:28:29','2020-12-29 11:28:29'),
(18749,10413,'action complete via WP Cron','2020-12-29 16:28:29','2020-12-29 11:28:29'),
(18750,10414,'action created','2020-12-29 16:28:29','2020-12-29 11:28:29'),
(18751,10414,'action started via WP Cron','2020-12-29 16:29:12','2020-12-29 11:29:12'),
(18752,10414,'action complete via WP Cron','2020-12-29 16:29:12','2020-12-29 11:29:12'),
(18753,10415,'action created','2020-12-29 16:29:12','2020-12-29 11:29:12'),
(18754,10415,'action started via WP Cron','2020-12-29 16:30:25','2020-12-29 11:30:25'),
(18755,10415,'action complete via WP Cron','2020-12-29 16:30:25','2020-12-29 11:30:25'),
(18756,10416,'action created','2020-12-29 16:30:25','2020-12-29 11:30:25'),
(18757,10416,'action started via WP Cron','2020-12-29 16:33:48','2020-12-29 11:33:48'),
(18758,10416,'action complete via WP Cron','2020-12-29 16:33:48','2020-12-29 11:33:48'),
(18759,10417,'action created','2020-12-29 16:33:48','2020-12-29 11:33:48'),
(18760,10417,'action started via WP Cron','2020-12-29 16:35:14','2020-12-29 11:35:14'),
(18761,10417,'action complete via WP Cron','2020-12-29 16:35:14','2020-12-29 11:35:14'),
(18762,10418,'action created','2020-12-29 16:35:14','2020-12-29 11:35:14'),
(18763,10418,'action started via WP Cron','2020-12-29 16:36:56','2020-12-29 11:36:56'),
(18764,10418,'action complete via WP Cron','2020-12-29 16:36:56','2020-12-29 11:36:56'),
(18765,10419,'action created','2020-12-29 16:36:56','2020-12-29 11:36:56'),
(18766,10419,'action started via WP Cron','2020-12-29 16:37:12','2020-12-29 11:37:12'),
(18767,10419,'action complete via WP Cron','2020-12-29 16:37:12','2020-12-29 11:37:12'),
(18768,10420,'action created','2020-12-29 16:37:12','2020-12-29 11:37:12'),
(18769,10420,'action started via WP Cron','2020-12-29 16:38:53','2020-12-29 11:38:53'),
(18770,10420,'action complete via WP Cron','2020-12-29 16:38:53','2020-12-29 11:38:53'),
(18771,10421,'action created','2020-12-29 16:38:53','2020-12-29 11:38:53'),
(18772,10421,'action started via WP Cron','2020-12-29 16:42:39','2020-12-29 11:42:39'),
(18773,10421,'action complete via WP Cron','2020-12-29 16:42:39','2020-12-29 11:42:39'),
(18774,10422,'action created','2020-12-29 16:42:39','2020-12-29 11:42:39'),
(18775,10422,'action started via WP Cron','2020-12-29 16:43:44','2020-12-29 11:43:44'),
(18776,10422,'action complete via WP Cron','2020-12-29 16:43:44','2020-12-29 11:43:44'),
(18777,10423,'action created','2020-12-29 16:43:44','2020-12-29 11:43:44'),
(18778,10423,'action started via WP Cron','2020-12-29 16:44:13','2020-12-29 11:44:13'),
(18779,10423,'action complete via WP Cron','2020-12-29 16:44:13','2020-12-29 11:44:13'),
(18780,10424,'action created','2020-12-29 16:44:13','2020-12-29 11:44:13'),
(18781,10424,'action started via WP Cron','2020-12-29 16:46:51','2020-12-29 11:46:51'),
(18782,10424,'action complete via WP Cron','2020-12-29 16:46:51','2020-12-29 11:46:51'),
(18783,10425,'action created','2020-12-29 16:46:51','2020-12-29 11:46:51'),
(18784,10425,'action started via WP Cron','2020-12-29 16:47:18','2020-12-29 11:47:18'),
(18785,10425,'action complete via WP Cron','2020-12-29 16:47:18','2020-12-29 11:47:18'),
(18786,10426,'action created','2020-12-29 16:47:18','2020-12-29 11:47:18'),
(18787,10426,'action started via WP Cron','2020-12-29 16:48:19','2020-12-29 11:48:19'),
(18788,10426,'action complete via WP Cron','2020-12-29 16:48:19','2020-12-29 11:48:19'),
(18789,10427,'action created','2020-12-29 16:48:19','2020-12-29 11:48:19'),
(18790,10427,'action started via WP Cron','2020-12-29 16:52:35','2020-12-29 11:52:35'),
(18791,10427,'action complete via WP Cron','2020-12-29 16:52:35','2020-12-29 11:52:35'),
(18792,10428,'action created','2020-12-29 16:52:35','2020-12-29 11:52:35'),
(18793,10428,'action started via WP Cron','2020-12-29 16:54:09','2020-12-29 11:54:09'),
(18794,10428,'action complete via WP Cron','2020-12-29 16:54:09','2020-12-29 11:54:09'),
(18795,10429,'action created','2020-12-29 16:54:09','2020-12-29 11:54:09'),
(18796,10429,'action started via WP Cron','2020-12-29 16:55:13','2020-12-29 11:55:13'),
(18797,10429,'action complete via WP Cron','2020-12-29 16:55:13','2020-12-29 11:55:13'),
(18798,10430,'action created','2020-12-29 16:55:13','2020-12-29 11:55:13'),
(18799,10430,'action started via WP Cron','2020-12-29 16:56:42','2020-12-29 11:56:42'),
(18800,10430,'action complete via WP Cron','2020-12-29 16:56:42','2020-12-29 11:56:42'),
(18801,10431,'action created','2020-12-29 16:56:42','2020-12-29 11:56:42'),
(18802,10431,'action started via WP Cron','2020-12-29 16:58:50','2020-12-29 11:58:50'),
(18803,10431,'action complete via WP Cron','2020-12-29 16:58:50','2020-12-29 11:58:50'),
(18804,10432,'action created','2020-12-29 16:58:50','2020-12-29 11:58:50'),
(18805,10432,'action started via WP Cron','2020-12-29 16:59:29','2020-12-29 11:59:29'),
(18806,10432,'action complete via WP Cron','2020-12-29 16:59:29','2020-12-29 11:59:29'),
(18807,10433,'action created','2020-12-29 16:59:30','2020-12-29 11:59:30'),
(18808,10433,'action started via WP Cron','2020-12-29 17:00:36','2020-12-29 12:00:36'),
(18809,10433,'action complete via WP Cron','2020-12-29 17:00:36','2020-12-29 12:00:36'),
(18810,10434,'action created','2020-12-29 17:00:36','2020-12-29 12:00:36'),
(18811,10434,'action started via WP Cron','2020-12-29 17:01:37','2020-12-29 12:01:37'),
(18812,10434,'action complete via WP Cron','2020-12-29 17:01:37','2020-12-29 12:01:37'),
(18813,10435,'action created','2020-12-29 17:01:37','2020-12-29 12:01:37'),
(18814,10435,'action started via WP Cron','2020-12-29 17:02:41','2020-12-29 12:02:41'),
(18815,10435,'action complete via WP Cron','2020-12-29 17:02:41','2020-12-29 12:02:41'),
(18816,10436,'action created','2020-12-29 17:02:41','2020-12-29 12:02:41'),
(18817,10436,'action started via WP Cron','2020-12-29 17:03:12','2020-12-29 12:03:12'),
(18818,10436,'action complete via WP Cron','2020-12-29 17:03:12','2020-12-29 12:03:12'),
(18819,10437,'action created','2020-12-29 17:03:12','2020-12-29 12:03:12'),
(18820,10437,'action started via WP Cron','2020-12-29 17:04:16','2020-12-29 12:04:16'),
(18821,10437,'action complete via WP Cron','2020-12-29 17:04:16','2020-12-29 12:04:16'),
(18822,10438,'action created','2020-12-29 17:04:16','2020-12-29 12:04:16'),
(18823,10438,'action started via WP Cron','2020-12-29 17:05:36','2020-12-29 12:05:36'),
(18824,10438,'action complete via WP Cron','2020-12-29 17:05:36','2020-12-29 12:05:36'),
(18825,10439,'action created','2020-12-29 17:05:36','2020-12-29 12:05:36'),
(18826,10439,'action started via WP Cron','2020-12-29 17:06:12','2020-12-29 12:06:12'),
(18827,10439,'action complete via WP Cron','2020-12-29 17:06:12','2020-12-29 12:06:12'),
(18828,10440,'action created','2020-12-29 17:06:12','2020-12-29 12:06:12'),
(18829,10440,'action started via WP Cron','2020-12-29 17:07:28','2020-12-29 12:07:28'),
(18830,10440,'action complete via WP Cron','2020-12-29 17:07:28','2020-12-29 12:07:28'),
(18831,10441,'action created','2020-12-29 17:07:28','2020-12-29 12:07:28'),
(18832,10441,'action started via WP Cron','2020-12-29 17:08:27','2020-12-29 12:08:27'),
(18833,10441,'action complete via WP Cron','2020-12-29 17:08:27','2020-12-29 12:08:27'),
(18834,10442,'action created','2020-12-29 17:08:27','2020-12-29 12:08:27'),
(18835,10442,'action started via WP Cron','2020-12-29 17:09:58','2020-12-29 12:09:58'),
(18836,10442,'action complete via WP Cron','2020-12-29 17:09:58','2020-12-29 12:09:58'),
(18837,10443,'action created','2020-12-29 17:09:58','2020-12-29 12:09:58'),
(18838,10443,'action started via WP Cron','2020-12-29 17:10:24','2020-12-29 12:10:24'),
(18839,10443,'action complete via WP Cron','2020-12-29 17:10:24','2020-12-29 12:10:24'),
(18840,10444,'action created','2020-12-29 17:10:24','2020-12-29 12:10:24'),
(18841,10444,'action started via WP Cron','2020-12-29 17:12:22','2020-12-29 12:12:22'),
(18842,10444,'action complete via WP Cron','2020-12-29 17:12:22','2020-12-29 12:12:22'),
(18843,10445,'action created','2020-12-29 17:12:22','2020-12-29 12:12:22'),
(18844,10445,'action started via WP Cron','2020-12-29 17:15:13','2020-12-29 12:15:13'),
(18845,10445,'action complete via WP Cron','2020-12-29 17:15:13','2020-12-29 12:15:13'),
(18846,10446,'action created','2020-12-29 17:15:13','2020-12-29 12:15:13'),
(18847,10446,'action started via WP Cron','2020-12-29 17:16:19','2020-12-29 12:16:19'),
(18848,10446,'action complete via WP Cron','2020-12-29 17:16:19','2020-12-29 12:16:19'),
(18849,10447,'action created','2020-12-29 17:16:19','2020-12-29 12:16:19'),
(18850,10447,'action started via WP Cron','2020-12-29 17:17:24','2020-12-29 12:17:24'),
(18851,10447,'action complete via WP Cron','2020-12-29 17:17:24','2020-12-29 12:17:24'),
(18852,10448,'action created','2020-12-29 17:17:24','2020-12-29 12:17:24'),
(18853,10448,'action started via WP Cron','2020-12-29 17:18:39','2020-12-29 12:18:39'),
(18854,10448,'action complete via WP Cron','2020-12-29 17:18:39','2020-12-29 12:18:39'),
(18855,10449,'action created','2020-12-29 17:18:39','2020-12-29 12:18:39'),
(18856,10449,'action started via WP Cron','2020-12-29 17:21:44','2020-12-29 12:21:44'),
(18857,10449,'action complete via WP Cron','2020-12-29 17:21:44','2020-12-29 12:21:44'),
(18858,10450,'action created','2020-12-29 17:21:45','2020-12-29 12:21:45'),
(18859,10450,'action started via WP Cron','2020-12-29 17:23:35','2020-12-29 12:23:35'),
(18860,10450,'action complete via WP Cron','2020-12-29 17:23:35','2020-12-29 12:23:35'),
(18861,10451,'action created','2020-12-29 17:23:35','2020-12-29 12:23:35'),
(18862,10451,'action started via WP Cron','2020-12-29 17:24:37','2020-12-29 12:24:37'),
(18863,10451,'action complete via WP Cron','2020-12-29 17:24:37','2020-12-29 12:24:37'),
(18864,10452,'action created','2020-12-29 17:24:37','2020-12-29 12:24:37'),
(18865,10452,'action started via WP Cron','2020-12-29 17:25:38','2020-12-29 12:25:38'),
(18866,10452,'action complete via WP Cron','2020-12-29 17:25:38','2020-12-29 12:25:38'),
(18867,10453,'action created','2020-12-29 17:25:38','2020-12-29 12:25:38'),
(18868,10453,'action started via WP Cron','2020-12-29 17:27:10','2020-12-29 12:27:10'),
(18869,10453,'action complete via WP Cron','2020-12-29 17:27:10','2020-12-29 12:27:10'),
(18870,10454,'action created','2020-12-29 17:27:10','2020-12-29 12:27:10'),
(18871,10454,'action started via WP Cron','2020-12-29 17:28:40','2020-12-29 12:28:40'),
(18872,10454,'action complete via WP Cron','2020-12-29 17:28:40','2020-12-29 12:28:40'),
(18873,10455,'action created','2020-12-29 17:28:40','2020-12-29 12:28:40'),
(18874,10455,'action started via WP Cron','2020-12-29 17:29:34','2020-12-29 12:29:34'),
(18875,10455,'action complete via WP Cron','2020-12-29 17:29:34','2020-12-29 12:29:34'),
(18876,10456,'action created','2020-12-29 17:29:34','2020-12-29 12:29:34'),
(18877,10456,'action started via WP Cron','2020-12-29 17:30:53','2020-12-29 12:30:53'),
(18878,10456,'action complete via WP Cron','2020-12-29 17:30:53','2020-12-29 12:30:53'),
(18879,10457,'action created','2020-12-29 17:30:53','2020-12-29 12:30:53'),
(18880,10457,'action started via WP Cron','2020-12-29 17:33:30','2020-12-29 12:33:30'),
(18881,10457,'action complete via WP Cron','2020-12-29 17:33:30','2020-12-29 12:33:30'),
(18882,10458,'action created','2020-12-29 17:33:30','2020-12-29 12:33:30'),
(18883,10458,'action started via WP Cron','2020-12-29 17:34:40','2020-12-29 12:34:40'),
(18884,10458,'action complete via WP Cron','2020-12-29 17:34:40','2020-12-29 12:34:40'),
(18885,10459,'action created','2020-12-29 17:34:40','2020-12-29 12:34:40'),
(18886,10459,'action started via WP Cron','2020-12-29 17:35:38','2020-12-29 12:35:38'),
(18887,10459,'action complete via WP Cron','2020-12-29 17:35:38','2020-12-29 12:35:38'),
(18888,10460,'action created','2020-12-29 17:35:38','2020-12-29 12:35:38'),
(18889,10460,'action started via WP Cron','2020-12-29 17:36:16','2020-12-29 12:36:16'),
(18890,10460,'action complete via WP Cron','2020-12-29 17:36:16','2020-12-29 12:36:16'),
(18891,10461,'action created','2020-12-29 17:36:16','2020-12-29 12:36:16'),
(18892,10461,'action started via WP Cron','2020-12-29 17:41:07','2020-12-29 12:41:07'),
(18893,10461,'action complete via WP Cron','2020-12-29 17:41:07','2020-12-29 12:41:07'),
(18894,10462,'action created','2020-12-29 17:41:07','2020-12-29 12:41:07'),
(18895,10462,'action started via WP Cron','2020-12-29 17:45:23','2020-12-29 12:45:23'),
(18896,10462,'action complete via WP Cron','2020-12-29 17:45:23','2020-12-29 12:45:23'),
(18897,10463,'action created','2020-12-29 17:45:23','2020-12-29 12:45:23'),
(18898,10463,'action started via WP Cron','2020-12-29 17:46:30','2020-12-29 12:46:30'),
(18899,10463,'action complete via WP Cron','2020-12-29 17:46:30','2020-12-29 12:46:30'),
(18900,10464,'action created','2020-12-29 17:46:31','2020-12-29 12:46:31'),
(18901,10464,'action started via WP Cron','2020-12-29 17:50:20','2020-12-29 12:50:20'),
(18902,10464,'action complete via WP Cron','2020-12-29 17:50:20','2020-12-29 12:50:20'),
(18903,10465,'action created','2020-12-29 17:50:20','2020-12-29 12:50:20'),
(18904,10465,'action started via WP Cron','2020-12-29 17:52:19','2020-12-29 12:52:19'),
(18905,10465,'action complete via WP Cron','2020-12-29 17:52:19','2020-12-29 12:52:19'),
(18906,10466,'action created','2020-12-29 17:52:19','2020-12-29 12:52:19'),
(18907,10466,'action started via WP Cron','2020-12-29 17:55:45','2020-12-29 12:55:45'),
(18908,10466,'action complete via WP Cron','2020-12-29 17:55:45','2020-12-29 12:55:45'),
(18909,10467,'action created','2020-12-29 17:55:45','2020-12-29 12:55:45'),
(18910,10467,'action started via WP Cron','2020-12-29 17:58:45','2020-12-29 12:58:45'),
(18911,10467,'action complete via WP Cron','2020-12-29 17:58:45','2020-12-29 12:58:45'),
(18912,10468,'action created','2020-12-29 17:58:45','2020-12-29 12:58:45'),
(18913,10468,'action started via WP Cron','2020-12-29 17:59:49','2020-12-29 12:59:49'),
(18914,10468,'action complete via WP Cron','2020-12-29 17:59:49','2020-12-29 12:59:49'),
(18915,10469,'action created','2020-12-29 17:59:49','2020-12-29 12:59:49'),
(18916,10469,'action started via WP Cron','2020-12-29 18:00:21','2020-12-29 13:00:21'),
(18917,10469,'action complete via WP Cron','2020-12-29 18:00:21','2020-12-29 13:00:21'),
(18918,10470,'action created','2020-12-29 18:00:21','2020-12-29 13:00:21'),
(18919,10470,'action started via WP Cron','2020-12-29 18:04:10','2020-12-29 13:04:10'),
(18920,10470,'action complete via WP Cron','2020-12-29 18:04:10','2020-12-29 13:04:10'),
(18921,10471,'action created','2020-12-29 18:04:10','2020-12-29 13:04:10'),
(18922,10471,'action started via WP Cron','2020-12-29 18:04:32','2020-12-29 13:04:32'),
(18923,10471,'action complete via WP Cron','2020-12-29 18:04:32','2020-12-29 13:04:32'),
(18924,10472,'action created','2020-12-29 18:04:32','2020-12-29 13:04:32'),
(18925,10472,'action started via WP Cron','2020-12-29 18:08:39','2020-12-29 13:08:39'),
(18926,10472,'action complete via WP Cron','2020-12-29 18:08:39','2020-12-29 13:08:39'),
(18927,10473,'action created','2020-12-29 18:08:39','2020-12-29 13:08:39'),
(18928,10473,'action started via WP Cron','2020-12-29 18:09:40','2020-12-29 13:09:40'),
(18929,10473,'action complete via WP Cron','2020-12-29 18:09:40','2020-12-29 13:09:40'),
(18930,10474,'action created','2020-12-29 18:09:40','2020-12-29 13:09:40'),
(18931,10474,'action started via WP Cron','2020-12-29 18:10:29','2020-12-29 13:10:29'),
(18932,10474,'action complete via WP Cron','2020-12-29 18:10:29','2020-12-29 13:10:29'),
(18933,10475,'action created','2020-12-29 18:10:29','2020-12-29 13:10:29'),
(18934,10475,'action started via WP Cron','2020-12-29 18:11:26','2020-12-29 13:11:26'),
(18935,10475,'action complete via WP Cron','2020-12-29 18:11:26','2020-12-29 13:11:26'),
(18936,10476,'action created','2020-12-29 18:11:26','2020-12-29 13:11:26'),
(18937,10476,'action started via WP Cron','2020-12-29 18:13:20','2020-12-29 13:13:20'),
(18938,10476,'action complete via WP Cron','2020-12-29 18:13:20','2020-12-29 13:13:20'),
(18939,10477,'action created','2020-12-29 18:13:20','2020-12-29 13:13:20'),
(18940,10477,'action started via WP Cron','2020-12-29 18:14:30','2020-12-29 13:14:30'),
(18941,10477,'action complete via WP Cron','2020-12-29 18:14:30','2020-12-29 13:14:30'),
(18942,10478,'action created','2020-12-29 18:14:30','2020-12-29 13:14:30'),
(18943,10478,'action started via WP Cron','2020-12-29 18:15:29','2020-12-29 13:15:29'),
(18944,10478,'action complete via WP Cron','2020-12-29 18:15:29','2020-12-29 13:15:29'),
(18945,10479,'action created','2020-12-29 18:15:29','2020-12-29 13:15:29'),
(18946,10479,'action started via WP Cron','2020-12-29 18:17:13','2020-12-29 13:17:13'),
(18947,10479,'action complete via WP Cron','2020-12-29 18:17:13','2020-12-29 13:17:13'),
(18948,10480,'action created','2020-12-29 18:17:14','2020-12-29 13:17:14'),
(18949,10480,'action started via WP Cron','2020-12-29 18:18:13','2020-12-29 13:18:13'),
(18950,10480,'action complete via WP Cron','2020-12-29 18:18:13','2020-12-29 13:18:13'),
(18951,10481,'action created','2020-12-29 18:18:13','2020-12-29 13:18:13'),
(18952,10481,'action started via WP Cron','2020-12-29 18:19:46','2020-12-29 13:19:46'),
(18953,10481,'action complete via WP Cron','2020-12-29 18:19:46','2020-12-29 13:19:46'),
(18954,10482,'action created','2020-12-29 18:19:46','2020-12-29 13:19:46'),
(18955,10482,'action started via WP Cron','2020-12-29 18:21:25','2020-12-29 13:21:25'),
(18956,10482,'action complete via WP Cron','2020-12-29 18:21:25','2020-12-29 13:21:25'),
(18957,10483,'action created','2020-12-29 18:21:25','2020-12-29 13:21:25'),
(18958,10483,'action started via WP Cron','2020-12-29 18:26:27','2020-12-29 13:26:27'),
(18959,10483,'action complete via WP Cron','2020-12-29 18:26:27','2020-12-29 13:26:27'),
(18960,10484,'action created','2020-12-29 18:26:27','2020-12-29 13:26:27'),
(18961,10484,'action started via WP Cron','2020-12-29 18:27:33','2020-12-29 13:27:33'),
(18962,10484,'action complete via WP Cron','2020-12-29 18:27:33','2020-12-29 13:27:33'),
(18963,10485,'action created','2020-12-29 18:27:33','2020-12-29 13:27:33'),
(18964,10485,'action started via WP Cron','2020-12-29 18:29:17','2020-12-29 13:29:17'),
(18965,10485,'action complete via WP Cron','2020-12-29 18:29:17','2020-12-29 13:29:17'),
(18966,10486,'action created','2020-12-29 18:29:17','2020-12-29 13:29:17'),
(18967,10486,'action started via WP Cron','2020-12-29 18:30:29','2020-12-29 13:30:29'),
(18968,10486,'action complete via WP Cron','2020-12-29 18:30:29','2020-12-29 13:30:29'),
(18969,10487,'action created','2020-12-29 18:30:29','2020-12-29 13:30:29'),
(18970,10487,'action started via WP Cron','2020-12-29 18:31:31','2020-12-29 13:31:31'),
(18971,10487,'action complete via WP Cron','2020-12-29 18:31:31','2020-12-29 13:31:31'),
(18972,10488,'action created','2020-12-29 18:31:31','2020-12-29 13:31:31'),
(18973,10488,'action started via WP Cron','2020-12-29 18:32:33','2020-12-29 13:32:33'),
(18974,10488,'action complete via WP Cron','2020-12-29 18:32:33','2020-12-29 13:32:33'),
(18975,10489,'action created','2020-12-29 18:32:33','2020-12-29 13:32:33'),
(18976,10489,'action started via WP Cron','2020-12-29 18:33:33','2020-12-29 13:33:33'),
(18977,10489,'action complete via WP Cron','2020-12-29 18:33:33','2020-12-29 13:33:33'),
(18978,10490,'action created','2020-12-29 18:33:34','2020-12-29 13:33:34'),
(18979,10490,'action started via WP Cron','2020-12-29 18:34:13','2020-12-29 13:34:13'),
(18980,10490,'action complete via WP Cron','2020-12-29 18:34:13','2020-12-29 13:34:13'),
(18981,10491,'action created','2020-12-29 18:34:13','2020-12-29 13:34:13'),
(18982,10491,'action started via WP Cron','2020-12-29 18:35:38','2020-12-29 13:35:38'),
(18983,10491,'action complete via WP Cron','2020-12-29 18:35:38','2020-12-29 13:35:38'),
(18984,10492,'action created','2020-12-29 18:35:38','2020-12-29 13:35:38'),
(18985,10492,'action started via WP Cron','2020-12-29 18:38:13','2020-12-29 13:38:13'),
(18986,10492,'action complete via WP Cron','2020-12-29 18:38:13','2020-12-29 13:38:13'),
(18987,10493,'action created','2020-12-29 18:38:13','2020-12-29 13:38:13'),
(18988,10493,'action started via WP Cron','2020-12-29 18:40:39','2020-12-29 13:40:39'),
(18989,10493,'action complete via WP Cron','2020-12-29 18:40:39','2020-12-29 13:40:39'),
(18990,10494,'action created','2020-12-29 18:40:39','2020-12-29 13:40:39'),
(18991,10494,'action started via WP Cron','2020-12-29 18:42:35','2020-12-29 13:42:35'),
(18992,10494,'action complete via WP Cron','2020-12-29 18:42:35','2020-12-29 13:42:35'),
(18993,10495,'action created','2020-12-29 18:42:35','2020-12-29 13:42:35'),
(18994,10495,'action started via WP Cron','2020-12-29 18:43:34','2020-12-29 13:43:34'),
(18995,10495,'action complete via WP Cron','2020-12-29 18:43:34','2020-12-29 13:43:34'),
(18996,10496,'action created','2020-12-29 18:43:35','2020-12-29 13:43:35'),
(18997,10496,'action started via WP Cron','2020-12-29 18:45:23','2020-12-29 13:45:23'),
(18998,10496,'action complete via WP Cron','2020-12-29 18:45:23','2020-12-29 13:45:23'),
(18999,10497,'action created','2020-12-29 18:45:23','2020-12-29 13:45:23'),
(19000,10497,'action started via WP Cron','2020-12-29 18:46:18','2020-12-29 13:46:18'),
(19001,10497,'action complete via WP Cron','2020-12-29 18:46:18','2020-12-29 13:46:18'),
(19002,10498,'action created','2020-12-29 18:46:18','2020-12-29 13:46:18'),
(19003,10498,'action started via WP Cron','2020-12-29 18:52:42','2020-12-29 13:52:42'),
(19004,10498,'action complete via WP Cron','2020-12-29 18:52:42','2020-12-29 13:52:42'),
(19005,10499,'action created','2020-12-29 18:52:42','2020-12-29 13:52:42'),
(19006,10499,'action started via WP Cron','2020-12-29 18:54:08','2020-12-29 13:54:08'),
(19007,10499,'action complete via WP Cron','2020-12-29 18:54:08','2020-12-29 13:54:08'),
(19008,10500,'action created','2020-12-29 18:54:08','2020-12-29 13:54:08'),
(19009,10500,'action started via WP Cron','2020-12-29 18:54:51','2020-12-29 13:54:51'),
(19010,10500,'action complete via WP Cron','2020-12-29 18:54:51','2020-12-29 13:54:51'),
(19011,10501,'action created','2020-12-29 18:54:51','2020-12-29 13:54:51'),
(19012,10501,'action started via WP Cron','2020-12-29 18:55:32','2020-12-29 13:55:32'),
(19013,10501,'action complete via WP Cron','2020-12-29 18:55:32','2020-12-29 13:55:32'),
(19014,10502,'action created','2020-12-29 18:55:32','2020-12-29 13:55:32'),
(19015,10502,'action started via WP Cron','2020-12-29 18:56:12','2020-12-29 13:56:12'),
(19016,10502,'action complete via WP Cron','2020-12-29 18:56:12','2020-12-29 13:56:12'),
(19017,10503,'action created','2020-12-29 18:56:12','2020-12-29 13:56:12'),
(19018,10503,'action started via WP Cron','2020-12-29 19:01:27','2020-12-29 14:01:27'),
(19019,10503,'action complete via WP Cron','2020-12-29 19:01:27','2020-12-29 14:01:27'),
(19020,10504,'action created','2020-12-29 19:01:27','2020-12-29 14:01:27'),
(19021,10504,'action started via WP Cron','2020-12-29 19:02:27','2020-12-29 14:02:27'),
(19022,10504,'action complete via WP Cron','2020-12-29 19:02:28','2020-12-29 14:02:28'),
(19023,10505,'action created','2020-12-29 19:02:28','2020-12-29 14:02:28'),
(19024,10505,'action started via WP Cron','2020-12-29 19:03:28','2020-12-29 14:03:28'),
(19025,10505,'action complete via WP Cron','2020-12-29 19:03:28','2020-12-29 14:03:28'),
(19026,10506,'action created','2020-12-29 19:03:28','2020-12-29 14:03:28'),
(19027,10506,'action started via WP Cron','2020-12-29 19:04:16','2020-12-29 14:04:16'),
(19028,10506,'action complete via WP Cron','2020-12-29 19:04:16','2020-12-29 14:04:16'),
(19029,10507,'action created','2020-12-29 19:04:16','2020-12-29 14:04:16'),
(19030,10507,'action started via WP Cron','2020-12-29 19:06:19','2020-12-29 14:06:19'),
(19031,10507,'action complete via WP Cron','2020-12-29 19:06:19','2020-12-29 14:06:19'),
(19032,10508,'action created','2020-12-29 19:06:19','2020-12-29 14:06:19'),
(19033,10508,'action started via WP Cron','2020-12-29 19:07:47','2020-12-29 14:07:47'),
(19034,10508,'action complete via WP Cron','2020-12-29 19:07:47','2020-12-29 14:07:47'),
(19035,10509,'action created','2020-12-29 19:07:47','2020-12-29 14:07:47'),
(19036,10509,'action started via WP Cron','2020-12-29 19:08:13','2020-12-29 14:08:13'),
(19037,10509,'action complete via WP Cron','2020-12-29 19:08:13','2020-12-29 14:08:13'),
(19038,10510,'action created','2020-12-29 19:08:13','2020-12-29 14:08:13'),
(19039,10510,'action started via WP Cron','2020-12-29 19:09:20','2020-12-29 14:09:20'),
(19040,10510,'action complete via WP Cron','2020-12-29 19:09:20','2020-12-29 14:09:20'),
(19041,10511,'action created','2020-12-29 19:09:20','2020-12-29 14:09:20'),
(19042,10511,'action started via WP Cron','2020-12-29 19:10:14','2020-12-29 14:10:14'),
(19043,10511,'action complete via WP Cron','2020-12-29 19:10:14','2020-12-29 14:10:14'),
(19044,10512,'action created','2020-12-29 19:10:14','2020-12-29 14:10:14'),
(19045,10512,'action started via WP Cron','2020-12-29 19:11:13','2020-12-29 14:11:13'),
(19046,10512,'action complete via WP Cron','2020-12-29 19:11:13','2020-12-29 14:11:13'),
(19047,10513,'action created','2020-12-29 19:11:13','2020-12-29 14:11:13'),
(19048,10513,'action started via WP Cron','2020-12-29 19:12:54','2020-12-29 14:12:54'),
(19049,10513,'action complete via WP Cron','2020-12-29 19:12:54','2020-12-29 14:12:54'),
(19050,10514,'action created','2020-12-29 19:12:54','2020-12-29 14:12:54'),
(19051,10514,'action started via WP Cron','2020-12-29 19:13:11','2020-12-29 14:13:11'),
(19052,10514,'action complete via WP Cron','2020-12-29 19:13:11','2020-12-29 14:13:11'),
(19053,10515,'action created','2020-12-29 19:13:11','2020-12-29 14:13:11'),
(19054,10515,'action started via WP Cron','2020-12-29 19:15:47','2020-12-29 14:15:47'),
(19055,10515,'action complete via WP Cron','2020-12-29 19:15:47','2020-12-29 14:15:47'),
(19056,10516,'action created','2020-12-29 19:15:47','2020-12-29 14:15:47'),
(19057,10516,'action started via WP Cron','2020-12-29 19:16:58','2020-12-29 14:16:58'),
(19058,10516,'action complete via WP Cron','2020-12-29 19:16:58','2020-12-29 14:16:58'),
(19059,10517,'action created','2020-12-29 19:16:58','2020-12-29 14:16:58'),
(19060,10517,'action started via WP Cron','2020-12-29 19:17:49','2020-12-29 14:17:49'),
(19061,10517,'action complete via WP Cron','2020-12-29 19:17:50','2020-12-29 14:17:50'),
(19062,10518,'action created','2020-12-29 19:17:50','2020-12-29 14:17:50'),
(19063,10518,'action started via WP Cron','2020-12-29 19:18:13','2020-12-29 14:18:13'),
(19064,10518,'action complete via WP Cron','2020-12-29 19:18:13','2020-12-29 14:18:13'),
(19065,10519,'action created','2020-12-29 19:18:13','2020-12-29 14:18:13'),
(19066,10519,'action started via WP Cron','2020-12-29 19:19:28','2020-12-29 14:19:28'),
(19067,10519,'action complete via WP Cron','2020-12-29 19:19:28','2020-12-29 14:19:28'),
(19068,10520,'action created','2020-12-29 19:19:28','2020-12-29 14:19:28'),
(19069,10520,'action started via WP Cron','2020-12-29 19:20:37','2020-12-29 14:20:37'),
(19070,10520,'action complete via WP Cron','2020-12-29 19:20:37','2020-12-29 14:20:37'),
(19071,10521,'action created','2020-12-29 19:20:37','2020-12-29 14:20:37'),
(19072,10521,'action started via WP Cron','2020-12-29 19:21:16','2020-12-29 14:21:16'),
(19073,10521,'action complete via WP Cron','2020-12-29 19:21:16','2020-12-29 14:21:16'),
(19074,10522,'action created','2020-12-29 19:21:16','2020-12-29 14:21:16'),
(19075,10522,'action started via WP Cron','2020-12-29 19:22:22','2020-12-29 14:22:22'),
(19076,10522,'action complete via WP Cron','2020-12-29 19:22:22','2020-12-29 14:22:22'),
(19077,10523,'action created','2020-12-29 19:22:22','2020-12-29 14:22:22'),
(19078,10523,'action started via WP Cron','2020-12-29 19:23:17','2020-12-29 14:23:17'),
(19079,10523,'action complete via WP Cron','2020-12-29 19:23:17','2020-12-29 14:23:17'),
(19080,10524,'action created','2020-12-29 19:23:17','2020-12-29 14:23:17'),
(19081,10524,'action started via WP Cron','2020-12-29 19:24:13','2020-12-29 14:24:13'),
(19082,10524,'action complete via WP Cron','2020-12-29 19:24:13','2020-12-29 14:24:13'),
(19083,10525,'action created','2020-12-29 19:24:13','2020-12-29 14:24:13'),
(19084,10525,'action started via WP Cron','2020-12-29 19:26:46','2020-12-29 14:26:46'),
(19085,10525,'action complete via WP Cron','2020-12-29 19:26:46','2020-12-29 14:26:46'),
(19086,10526,'action created','2020-12-29 19:26:46','2020-12-29 14:26:46'),
(19087,10526,'action started via WP Cron','2020-12-29 19:27:53','2020-12-29 14:27:53'),
(19088,10526,'action complete via WP Cron','2020-12-29 19:27:53','2020-12-29 14:27:53'),
(19089,10527,'action created','2020-12-29 19:27:53','2020-12-29 14:27:53'),
(19090,10527,'action started via WP Cron','2020-12-29 19:29:46','2020-12-29 14:29:46'),
(19091,10527,'action complete via WP Cron','2020-12-29 19:29:46','2020-12-29 14:29:46'),
(19092,10528,'action created','2020-12-29 19:29:46','2020-12-29 14:29:46'),
(19093,10528,'action started via WP Cron','2020-12-29 19:31:08','2020-12-29 14:31:08'),
(19094,10528,'action complete via WP Cron','2020-12-29 19:31:08','2020-12-29 14:31:08'),
(19095,10529,'action created','2020-12-29 19:31:08','2020-12-29 14:31:08'),
(19096,10529,'action started via WP Cron','2020-12-29 19:32:51','2020-12-29 14:32:51'),
(19097,10529,'action complete via WP Cron','2020-12-29 19:32:51','2020-12-29 14:32:51'),
(19098,10530,'action created','2020-12-29 19:32:51','2020-12-29 14:32:51'),
(19099,10530,'action started via WP Cron','2020-12-29 19:33:24','2020-12-29 14:33:24'),
(19100,10530,'action complete via WP Cron','2020-12-29 19:33:24','2020-12-29 14:33:24'),
(19101,10531,'action created','2020-12-29 19:33:24','2020-12-29 14:33:24'),
(19102,10531,'action started via WP Cron','2020-12-29 19:35:18','2020-12-29 14:35:18'),
(19103,10531,'action complete via WP Cron','2020-12-29 19:35:18','2020-12-29 14:35:18'),
(19104,10532,'action created','2020-12-29 19:35:18','2020-12-29 14:35:18'),
(19105,10532,'action started via WP Cron','2020-12-29 19:36:34','2020-12-29 14:36:34'),
(19106,10532,'action complete via WP Cron','2020-12-29 19:36:34','2020-12-29 14:36:34'),
(19107,10533,'action created','2020-12-29 19:36:34','2020-12-29 14:36:34'),
(19108,10533,'action started via WP Cron','2020-12-29 19:38:57','2020-12-29 14:38:57'),
(19109,10533,'action complete via WP Cron','2020-12-29 19:38:57','2020-12-29 14:38:57'),
(19110,10534,'action created','2020-12-29 19:38:57','2020-12-29 14:38:57'),
(19111,10534,'action started via WP Cron','2020-12-29 19:39:57','2020-12-29 14:39:57'),
(19112,10534,'action complete via WP Cron','2020-12-29 19:39:57','2020-12-29 14:39:57'),
(19113,10535,'action created','2020-12-29 19:39:57','2020-12-29 14:39:57'),
(19114,10535,'action started via WP Cron','2020-12-29 19:40:59','2020-12-29 14:40:59'),
(19115,10535,'action complete via WP Cron','2020-12-29 19:40:59','2020-12-29 14:40:59'),
(19116,10536,'action created','2020-12-29 19:40:59','2020-12-29 14:40:59'),
(19117,10536,'action started via WP Cron','2020-12-29 19:41:54','2020-12-29 14:41:54'),
(19118,10536,'action complete via WP Cron','2020-12-29 19:41:54','2020-12-29 14:41:54'),
(19119,10537,'action created','2020-12-29 19:41:54','2020-12-29 14:41:54'),
(19120,10537,'action started via WP Cron','2020-12-29 19:43:13','2020-12-29 14:43:13'),
(19121,10537,'action complete via WP Cron','2020-12-29 19:43:13','2020-12-29 14:43:13'),
(19122,10538,'action created','2020-12-29 19:43:13','2020-12-29 14:43:13'),
(19123,10538,'action started via WP Cron','2020-12-29 19:44:14','2020-12-29 14:44:14'),
(19124,10538,'action complete via WP Cron','2020-12-29 19:44:14','2020-12-29 14:44:14'),
(19125,10539,'action created','2020-12-29 19:44:14','2020-12-29 14:44:14'),
(19126,10539,'action started via WP Cron','2020-12-29 19:45:26','2020-12-29 14:45:26'),
(19127,10539,'action complete via WP Cron','2020-12-29 19:45:26','2020-12-29 14:45:26'),
(19128,10540,'action created','2020-12-29 19:45:26','2020-12-29 14:45:26'),
(19129,10540,'action started via WP Cron','2020-12-29 19:46:50','2020-12-29 14:46:50'),
(19130,10540,'action complete via WP Cron','2020-12-29 19:46:51','2020-12-29 14:46:51'),
(19131,10541,'action created','2020-12-29 19:46:51','2020-12-29 14:46:51'),
(19132,10541,'action started via WP Cron','2020-12-29 19:47:15','2020-12-29 14:47:15'),
(19133,10541,'action complete via WP Cron','2020-12-29 19:47:15','2020-12-29 14:47:15'),
(19134,10542,'action created','2020-12-29 19:47:15','2020-12-29 14:47:15'),
(19135,10542,'action started via WP Cron','2020-12-29 19:48:34','2020-12-29 14:48:34'),
(19136,10542,'action complete via WP Cron','2020-12-29 19:48:34','2020-12-29 14:48:34'),
(19137,10543,'action created','2020-12-29 19:48:34','2020-12-29 14:48:34'),
(19138,10543,'action started via WP Cron','2020-12-29 19:49:33','2020-12-29 14:49:33'),
(19139,10543,'action complete via WP Cron','2020-12-29 19:49:33','2020-12-29 14:49:33'),
(19140,10544,'action created','2020-12-29 19:49:33','2020-12-29 14:49:33'),
(19141,10544,'action started via WP Cron','2020-12-29 19:50:15','2020-12-29 14:50:15'),
(19142,10544,'action complete via WP Cron','2020-12-29 19:50:15','2020-12-29 14:50:15'),
(19143,10545,'action created','2020-12-29 19:50:15','2020-12-29 14:50:15'),
(19144,10545,'action started via WP Cron','2020-12-29 19:51:23','2020-12-29 14:51:23'),
(19145,10545,'action complete via WP Cron','2020-12-29 19:51:23','2020-12-29 14:51:23'),
(19146,10546,'action created','2020-12-29 19:51:23','2020-12-29 14:51:23'),
(19147,10546,'action started via WP Cron','2020-12-29 19:52:12','2020-12-29 14:52:12'),
(19148,10546,'action complete via WP Cron','2020-12-29 19:52:12','2020-12-29 14:52:12'),
(19149,10547,'action created','2020-12-29 19:52:13','2020-12-29 14:52:13'),
(19150,10547,'action started via WP Cron','2020-12-29 19:53:54','2020-12-29 14:53:54'),
(19151,10547,'action complete via WP Cron','2020-12-29 19:53:54','2020-12-29 14:53:54'),
(19152,10548,'action created','2020-12-29 19:53:54','2020-12-29 14:53:54'),
(19153,10548,'action started via WP Cron','2020-12-29 19:54:50','2020-12-29 14:54:50'),
(19154,10548,'action complete via WP Cron','2020-12-29 19:54:50','2020-12-29 14:54:50'),
(19155,10549,'action created','2020-12-29 19:54:50','2020-12-29 14:54:50'),
(19156,10549,'action started via WP Cron','2020-12-29 19:56:34','2020-12-29 14:56:34'),
(19157,10549,'action complete via WP Cron','2020-12-29 19:56:34','2020-12-29 14:56:34'),
(19158,10550,'action created','2020-12-29 19:56:34','2020-12-29 14:56:34'),
(19159,10550,'action started via WP Cron','2020-12-29 19:57:14','2020-12-29 14:57:14'),
(19160,10550,'action complete via WP Cron','2020-12-29 19:57:14','2020-12-29 14:57:14'),
(19161,10551,'action created','2020-12-29 19:57:14','2020-12-29 14:57:14'),
(19162,10551,'action started via WP Cron','2020-12-29 19:58:45','2020-12-29 14:58:45'),
(19163,10551,'action complete via WP Cron','2020-12-29 19:58:45','2020-12-29 14:58:45'),
(19164,10552,'action created','2020-12-29 19:58:45','2020-12-29 14:58:45'),
(19165,10552,'action started via WP Cron','2020-12-29 19:59:28','2020-12-29 14:59:28'),
(19166,10552,'action complete via WP Cron','2020-12-29 19:59:28','2020-12-29 14:59:28'),
(19167,10553,'action created','2020-12-29 19:59:28','2020-12-29 14:59:28'),
(19168,10553,'action started via WP Cron','2020-12-29 20:01:06','2020-12-29 15:01:06'),
(19169,10553,'action complete via WP Cron','2020-12-29 20:01:06','2020-12-29 15:01:06'),
(19170,10554,'action created','2020-12-29 20:01:06','2020-12-29 15:01:06'),
(19171,10554,'action started via WP Cron','2020-12-29 20:01:21','2020-12-29 15:01:21'),
(19172,10554,'action complete via WP Cron','2020-12-29 20:01:21','2020-12-29 15:01:21'),
(19173,10555,'action created','2020-12-29 20:01:21','2020-12-29 15:01:21'),
(19174,10555,'action started via WP Cron','2020-12-29 20:03:32','2020-12-29 15:03:32'),
(19175,10555,'action complete via WP Cron','2020-12-29 20:03:32','2020-12-29 15:03:32'),
(19176,10556,'action created','2020-12-29 20:03:32','2020-12-29 15:03:32'),
(19177,10556,'action started via WP Cron','2020-12-29 20:04:31','2020-12-29 15:04:31'),
(19178,10556,'action complete via WP Cron','2020-12-29 20:04:31','2020-12-29 15:04:31'),
(19179,10557,'action created','2020-12-29 20:04:31','2020-12-29 15:04:31'),
(19180,10557,'action started via WP Cron','2020-12-29 20:05:39','2020-12-29 15:05:39'),
(19181,10557,'action complete via WP Cron','2020-12-29 20:05:39','2020-12-29 15:05:39'),
(19182,10558,'action created','2020-12-29 20:05:39','2020-12-29 15:05:39'),
(19183,10558,'action started via WP Cron','2020-12-29 20:07:46','2020-12-29 15:07:46'),
(19184,10558,'action complete via WP Cron','2020-12-29 20:07:46','2020-12-29 15:07:46'),
(19185,10559,'action created','2020-12-29 20:07:46','2020-12-29 15:07:46'),
(19186,10559,'action started via WP Cron','2020-12-29 20:08:32','2020-12-29 15:08:32'),
(19187,10559,'action complete via WP Cron','2020-12-29 20:08:32','2020-12-29 15:08:32'),
(19188,10560,'action created','2020-12-29 20:08:32','2020-12-29 15:08:32'),
(19189,10560,'action started via WP Cron','2020-12-29 20:10:12','2020-12-29 15:10:12'),
(19190,10560,'action complete via WP Cron','2020-12-29 20:10:12','2020-12-29 15:10:12'),
(19191,10561,'action created','2020-12-29 20:10:12','2020-12-29 15:10:12'),
(19192,10561,'action started via WP Cron','2020-12-29 20:12:06','2020-12-29 15:12:06'),
(19193,10561,'action complete via WP Cron','2020-12-29 20:12:06','2020-12-29 15:12:06'),
(19194,10562,'action created','2020-12-29 20:12:06','2020-12-29 15:12:06'),
(19195,10562,'action started via WP Cron','2020-12-29 20:12:24','2020-12-29 15:12:24'),
(19196,10562,'action complete via WP Cron','2020-12-29 20:12:24','2020-12-29 15:12:24'),
(19197,10563,'action created','2020-12-29 20:12:24','2020-12-29 15:12:24'),
(19198,10563,'action started via WP Cron','2020-12-29 20:14:34','2020-12-29 15:14:34'),
(19199,10563,'action complete via WP Cron','2020-12-29 20:14:34','2020-12-29 15:14:34'),
(19200,10564,'action created','2020-12-29 20:14:34','2020-12-29 15:14:34'),
(19201,10564,'action started via WP Cron','2020-12-29 20:15:40','2020-12-29 15:15:40'),
(19202,10564,'action complete via WP Cron','2020-12-29 20:15:40','2020-12-29 15:15:40'),
(19203,10565,'action created','2020-12-29 20:15:40','2020-12-29 15:15:40'),
(19204,10565,'action started via WP Cron','2020-12-29 20:18:18','2020-12-29 15:18:18'),
(19205,10565,'action complete via WP Cron','2020-12-29 20:18:18','2020-12-29 15:18:18'),
(19206,10566,'action created','2020-12-29 20:18:18','2020-12-29 15:18:18'),
(19207,10566,'action started via WP Cron','2020-12-29 20:23:07','2020-12-29 15:23:07'),
(19208,10566,'action complete via WP Cron','2020-12-29 20:23:07','2020-12-29 15:23:07'),
(19209,10567,'action created','2020-12-29 20:23:07','2020-12-29 15:23:07'),
(19210,10567,'action started via WP Cron','2020-12-29 20:24:02','2020-12-29 15:24:02'),
(19211,10567,'action complete via WP Cron','2020-12-29 20:24:02','2020-12-29 15:24:02'),
(19212,10568,'action created','2020-12-29 20:24:02','2020-12-29 15:24:02'),
(19213,10568,'action started via WP Cron','2020-12-29 20:24:57','2020-12-29 15:24:57'),
(19214,10568,'action complete via WP Cron','2020-12-29 20:24:57','2020-12-29 15:24:57'),
(19215,10569,'action created','2020-12-29 20:24:57','2020-12-29 15:24:57'),
(19216,10569,'action started via WP Cron','2020-12-29 20:26:44','2020-12-29 15:26:44'),
(19217,10569,'action complete via WP Cron','2020-12-29 20:26:44','2020-12-29 15:26:44'),
(19218,10570,'action created','2020-12-29 20:26:45','2020-12-29 15:26:45'),
(19219,10570,'action started via WP Cron','2020-12-29 20:30:24','2020-12-29 15:30:24'),
(19220,10570,'action complete via WP Cron','2020-12-29 20:30:24','2020-12-29 15:30:24'),
(19221,10571,'action created','2020-12-29 20:30:24','2020-12-29 15:30:24'),
(19222,10571,'action started via WP Cron','2020-12-29 20:31:55','2020-12-29 15:31:55'),
(19223,10571,'action complete via WP Cron','2020-12-29 20:31:55','2020-12-29 15:31:55'),
(19224,10572,'action created','2020-12-29 20:31:55','2020-12-29 15:31:55'),
(19225,10572,'action started via WP Cron','2020-12-29 20:32:49','2020-12-29 15:32:49'),
(19226,10572,'action complete via WP Cron','2020-12-29 20:32:49','2020-12-29 15:32:49'),
(19227,10573,'action created','2020-12-29 20:32:49','2020-12-29 15:32:49'),
(19228,10573,'action started via WP Cron','2020-12-29 20:36:23','2020-12-29 15:36:23'),
(19229,10573,'action complete via WP Cron','2020-12-29 20:36:23','2020-12-29 15:36:23'),
(19230,10574,'action created','2020-12-29 20:36:23','2020-12-29 15:36:23'),
(19231,10574,'action started via WP Cron','2020-12-29 20:37:14','2020-12-29 15:37:14'),
(19232,10574,'action complete via WP Cron','2020-12-29 20:37:14','2020-12-29 15:37:14'),
(19233,10575,'action created','2020-12-29 20:37:14','2020-12-29 15:37:14'),
(19234,10575,'action started via WP Cron','2020-12-29 20:39:56','2020-12-29 15:39:56'),
(19235,10575,'action complete via WP Cron','2020-12-29 20:39:56','2020-12-29 15:39:56'),
(19236,10576,'action created','2020-12-29 20:39:56','2020-12-29 15:39:56'),
(19237,10576,'action started via WP Cron','2020-12-29 20:44:53','2020-12-29 15:44:53'),
(19238,10576,'action complete via WP Cron','2020-12-29 20:44:53','2020-12-29 15:44:53'),
(19239,10577,'action created','2020-12-29 20:44:53','2020-12-29 15:44:53'),
(19240,10577,'action started via WP Cron','2020-12-29 20:46:13','2020-12-29 15:46:13'),
(19241,10577,'action complete via WP Cron','2020-12-29 20:46:13','2020-12-29 15:46:13'),
(19242,10578,'action created','2020-12-29 20:46:13','2020-12-29 15:46:13'),
(19243,10578,'action started via WP Cron','2020-12-29 20:47:45','2020-12-29 15:47:45'),
(19244,10578,'action complete via WP Cron','2020-12-29 20:47:45','2020-12-29 15:47:45'),
(19245,10579,'action created','2020-12-29 20:47:45','2020-12-29 15:47:45'),
(19246,10579,'action started via WP Cron','2020-12-29 20:48:52','2020-12-29 15:48:52'),
(19247,10579,'action complete via WP Cron','2020-12-29 20:48:52','2020-12-29 15:48:52'),
(19248,10580,'action created','2020-12-29 20:48:52','2020-12-29 15:48:52'),
(19249,10580,'action started via WP Cron','2020-12-29 20:50:05','2020-12-29 15:50:05'),
(19250,10580,'action complete via WP Cron','2020-12-29 20:50:05','2020-12-29 15:50:05'),
(19251,10581,'action created','2020-12-29 20:50:05','2020-12-29 15:50:05'),
(19252,10581,'action started via WP Cron','2020-12-29 20:51:37','2020-12-29 15:51:37'),
(19253,10581,'action complete via WP Cron','2020-12-29 20:51:37','2020-12-29 15:51:37'),
(19254,10582,'action created','2020-12-29 20:51:37','2020-12-29 15:51:37'),
(19255,10582,'action started via WP Cron','2020-12-29 20:53:24','2020-12-29 15:53:24'),
(19256,10582,'action complete via WP Cron','2020-12-29 20:53:24','2020-12-29 15:53:24'),
(19257,10583,'action created','2020-12-29 20:53:24','2020-12-29 15:53:24'),
(19258,10583,'action started via WP Cron','2020-12-29 20:54:22','2020-12-29 15:54:22'),
(19259,10583,'action complete via WP Cron','2020-12-29 20:54:22','2020-12-29 15:54:22'),
(19260,10584,'action created','2020-12-29 20:54:22','2020-12-29 15:54:22'),
(19261,10584,'action started via WP Cron','2020-12-29 21:01:47','2020-12-29 16:01:47'),
(19262,10584,'action complete via WP Cron','2020-12-29 21:01:48','2020-12-29 16:01:48'),
(19263,10585,'action created','2020-12-29 21:01:48','2020-12-29 16:01:48'),
(19264,10585,'action started via WP Cron','2020-12-29 21:05:28','2020-12-29 16:05:28'),
(19265,10585,'action complete via WP Cron','2020-12-29 21:05:28','2020-12-29 16:05:28'),
(19266,10586,'action created','2020-12-29 21:05:28','2020-12-29 16:05:28'),
(19267,10586,'action started via WP Cron','2020-12-29 21:06:51','2020-12-29 16:06:51'),
(19268,10586,'action complete via WP Cron','2020-12-29 21:06:51','2020-12-29 16:06:51'),
(19269,10587,'action created','2020-12-29 21:06:51','2020-12-29 16:06:51'),
(19270,10587,'action started via WP Cron','2020-12-29 21:07:31','2020-12-29 16:07:31'),
(19271,10587,'action complete via WP Cron','2020-12-29 21:07:31','2020-12-29 16:07:31'),
(19272,10588,'action created','2020-12-29 21:07:31','2020-12-29 16:07:31'),
(19273,10588,'action started via WP Cron','2020-12-29 21:08:14','2020-12-29 16:08:14'),
(19274,10588,'action complete via WP Cron','2020-12-29 21:08:14','2020-12-29 16:08:14'),
(19275,10589,'action created','2020-12-29 21:08:14','2020-12-29 16:08:14'),
(19276,10589,'action started via WP Cron','2020-12-29 21:11:07','2020-12-29 16:11:07'),
(19277,10589,'action complete via WP Cron','2020-12-29 21:11:07','2020-12-29 16:11:07'),
(19278,10590,'action created','2020-12-29 21:11:07','2020-12-29 16:11:07'),
(19279,10590,'action started via WP Cron','2020-12-29 21:11:25','2020-12-29 16:11:25'),
(19280,10590,'action complete via WP Cron','2020-12-29 21:11:25','2020-12-29 16:11:25'),
(19281,10591,'action created','2020-12-29 21:11:25','2020-12-29 16:11:25'),
(19282,10591,'action started via WP Cron','2020-12-29 21:12:16','2020-12-29 16:12:16'),
(19283,10591,'action complete via WP Cron','2020-12-29 21:12:16','2020-12-29 16:12:16'),
(19284,10592,'action created','2020-12-29 21:12:16','2020-12-29 16:12:16'),
(19285,10592,'action started via WP Cron','2020-12-29 21:13:50','2020-12-29 16:13:50'),
(19286,10592,'action complete via WP Cron','2020-12-29 21:13:50','2020-12-29 16:13:50'),
(19287,10593,'action created','2020-12-29 21:13:51','2020-12-29 16:13:51'),
(19288,10593,'action started via WP Cron','2020-12-29 21:15:36','2020-12-29 16:15:36'),
(19289,10593,'action complete via WP Cron','2020-12-29 21:15:36','2020-12-29 16:15:36'),
(19290,10594,'action created','2020-12-29 21:15:36','2020-12-29 16:15:36'),
(19291,10594,'action started via WP Cron','2020-12-29 21:16:44','2020-12-29 16:16:44'),
(19292,10594,'action complete via WP Cron','2020-12-29 21:16:44','2020-12-29 16:16:44'),
(19293,10595,'action created','2020-12-29 21:16:44','2020-12-29 16:16:44'),
(19294,10595,'action started via WP Cron','2020-12-29 21:20:15','2020-12-29 16:20:15'),
(19295,10595,'action complete via WP Cron','2020-12-29 21:20:15','2020-12-29 16:20:15'),
(19296,10596,'action created','2020-12-29 21:20:15','2020-12-29 16:20:15'),
(19297,10596,'action started via WP Cron','2020-12-29 21:22:58','2020-12-29 16:22:58'),
(19298,10596,'action complete via WP Cron','2020-12-29 21:22:58','2020-12-29 16:22:58'),
(19299,10597,'action created','2020-12-29 21:22:59','2020-12-29 16:22:59'),
(19300,10597,'action started via WP Cron','2020-12-29 21:23:12','2020-12-29 16:23:12'),
(19301,10597,'action complete via WP Cron','2020-12-29 21:23:12','2020-12-29 16:23:12'),
(19302,10598,'action created','2020-12-29 21:23:12','2020-12-29 16:23:12'),
(19303,10598,'action started via WP Cron','2020-12-29 21:25:08','2020-12-29 16:25:08'),
(19304,10598,'action complete via WP Cron','2020-12-29 21:25:08','2020-12-29 16:25:08'),
(19305,10599,'action created','2020-12-29 21:25:08','2020-12-29 16:25:08'),
(19306,10599,'action started via WP Cron','2020-12-29 21:26:18','2020-12-29 16:26:18'),
(19307,10599,'action complete via WP Cron','2020-12-29 21:26:18','2020-12-29 16:26:18'),
(19308,10600,'action created','2020-12-29 21:26:18','2020-12-29 16:26:18'),
(19309,10600,'action started via WP Cron','2020-12-29 21:27:48','2020-12-29 16:27:48'),
(19310,10600,'action complete via WP Cron','2020-12-29 21:27:48','2020-12-29 16:27:48'),
(19311,10601,'action created','2020-12-29 21:27:48','2020-12-29 16:27:48'),
(19312,10601,'action started via WP Cron','2020-12-29 21:28:14','2020-12-29 16:28:14'),
(19313,10601,'action complete via WP Cron','2020-12-29 21:28:14','2020-12-29 16:28:14'),
(19314,10602,'action created','2020-12-29 21:28:14','2020-12-29 16:28:14'),
(19315,10602,'action started via WP Cron','2020-12-29 21:31:02','2020-12-29 16:31:02'),
(19316,10602,'action complete via WP Cron','2020-12-29 21:31:03','2020-12-29 16:31:03'),
(19317,10603,'action created','2020-12-29 21:31:03','2020-12-29 16:31:03'),
(19318,10603,'action started via WP Cron','2020-12-29 21:31:16','2020-12-29 16:31:16'),
(19319,10603,'action complete via WP Cron','2020-12-29 21:31:16','2020-12-29 16:31:16'),
(19320,10604,'action created','2020-12-29 21:31:16','2020-12-29 16:31:16'),
(19321,10604,'action started via WP Cron','2020-12-29 21:32:19','2020-12-29 16:32:19'),
(19322,10604,'action complete via WP Cron','2020-12-29 21:32:19','2020-12-29 16:32:19'),
(19323,10605,'action created','2020-12-29 21:32:19','2020-12-29 16:32:19'),
(19324,10605,'action started via WP Cron','2020-12-29 21:33:20','2020-12-29 16:33:20'),
(19325,10605,'action complete via WP Cron','2020-12-29 21:33:20','2020-12-29 16:33:20'),
(19326,10606,'action created','2020-12-29 21:33:20','2020-12-29 16:33:20'),
(19327,10606,'action started via WP Cron','2020-12-29 21:34:12','2020-12-29 16:34:12'),
(19328,10606,'action complete via WP Cron','2020-12-29 21:34:12','2020-12-29 16:34:12'),
(19329,10607,'action created','2020-12-29 21:34:12','2020-12-29 16:34:12'),
(19330,10607,'action started via WP Cron','2020-12-29 21:36:17','2020-12-29 16:36:17'),
(19331,10607,'action complete via WP Cron','2020-12-29 21:36:17','2020-12-29 16:36:17'),
(19332,10608,'action created','2020-12-29 21:36:17','2020-12-29 16:36:17'),
(19333,10608,'action started via WP Cron','2020-12-29 21:37:37','2020-12-29 16:37:37'),
(19334,10608,'action complete via WP Cron','2020-12-29 21:37:37','2020-12-29 16:37:37'),
(19335,10609,'action created','2020-12-29 21:37:37','2020-12-29 16:37:37'),
(19336,10609,'action started via WP Cron','2020-12-29 21:38:18','2020-12-29 16:38:18'),
(19337,10609,'action complete via WP Cron','2020-12-29 21:38:18','2020-12-29 16:38:18'),
(19338,10610,'action created','2020-12-29 21:38:18','2020-12-29 16:38:18'),
(19339,10610,'action started via WP Cron','2020-12-29 21:39:54','2020-12-29 16:39:54'),
(19340,10610,'action complete via WP Cron','2020-12-29 21:39:54','2020-12-29 16:39:54'),
(19341,10611,'action created','2020-12-29 21:39:54','2020-12-29 16:39:54'),
(19342,10611,'action started via WP Cron','2020-12-29 21:42:13','2020-12-29 16:42:13'),
(19343,10611,'action complete via WP Cron','2020-12-29 21:42:13','2020-12-29 16:42:13'),
(19344,10612,'action created','2020-12-29 21:42:13','2020-12-29 16:42:13'),
(19345,10612,'action started via WP Cron','2020-12-29 21:43:37','2020-12-29 16:43:37'),
(19346,10612,'action complete via WP Cron','2020-12-29 21:43:37','2020-12-29 16:43:37'),
(19347,10613,'action created','2020-12-29 21:43:37','2020-12-29 16:43:37'),
(19348,10613,'action started via WP Cron','2020-12-29 21:45:06','2020-12-29 16:45:06'),
(19349,10613,'action complete via WP Cron','2020-12-29 21:45:06','2020-12-29 16:45:06'),
(19350,10614,'action created','2020-12-29 21:45:06','2020-12-29 16:45:06'),
(19351,10614,'action started via WP Cron','2020-12-29 21:45:19','2020-12-29 16:45:19'),
(19352,10614,'action complete via WP Cron','2020-12-29 21:45:19','2020-12-29 16:45:19'),
(19353,10615,'action created','2020-12-29 21:45:20','2020-12-29 16:45:20'),
(19354,10615,'action started via WP Cron','2020-12-29 21:47:27','2020-12-29 16:47:27'),
(19355,10615,'action complete via WP Cron','2020-12-29 21:47:27','2020-12-29 16:47:27'),
(19356,10616,'action created','2020-12-29 21:47:27','2020-12-29 16:47:27'),
(19357,10616,'action started via WP Cron','2020-12-29 21:48:17','2020-12-29 16:48:17'),
(19358,10616,'action complete via WP Cron','2020-12-29 21:48:17','2020-12-29 16:48:17'),
(19359,10617,'action created','2020-12-29 21:48:17','2020-12-29 16:48:17'),
(19360,10617,'action started via WP Cron','2020-12-29 21:49:39','2020-12-29 16:49:39'),
(19361,10617,'action complete via WP Cron','2020-12-29 21:49:39','2020-12-29 16:49:39'),
(19362,10618,'action created','2020-12-29 21:49:39','2020-12-29 16:49:39'),
(19363,10618,'action started via WP Cron','2020-12-29 21:50:18','2020-12-29 16:50:18'),
(19364,10618,'action complete via WP Cron','2020-12-29 21:50:18','2020-12-29 16:50:18'),
(19365,10619,'action created','2020-12-29 21:50:18','2020-12-29 16:50:18'),
(19366,10619,'action started via WP Cron','2020-12-29 21:51:24','2020-12-29 16:51:24'),
(19367,10619,'action complete via WP Cron','2020-12-29 21:51:24','2020-12-29 16:51:24'),
(19368,10620,'action created','2020-12-29 21:51:24','2020-12-29 16:51:24'),
(19369,10620,'action started via WP Cron','2020-12-29 21:54:00','2020-12-29 16:54:00'),
(19370,10620,'action complete via WP Cron','2020-12-29 21:54:00','2020-12-29 16:54:00'),
(19371,10621,'action created','2020-12-29 21:54:31','2020-12-29 16:54:31'),
(19372,10621,'action started via WP Cron','2020-12-29 21:55:42','2020-12-29 16:55:42'),
(19373,10621,'action complete via WP Cron','2020-12-29 21:55:42','2020-12-29 16:55:42'),
(19374,10622,'action created','2020-12-29 21:55:42','2020-12-29 16:55:42'),
(19375,10622,'action started via WP Cron','2020-12-29 21:56:49','2020-12-29 16:56:49'),
(19376,10622,'action complete via WP Cron','2020-12-29 21:56:49','2020-12-29 16:56:49'),
(19377,10623,'action created','2020-12-29 21:56:49','2020-12-29 16:56:49'),
(19378,10623,'action started via WP Cron','2020-12-29 21:57:40','2020-12-29 16:57:40'),
(19379,10623,'action complete via WP Cron','2020-12-29 21:57:40','2020-12-29 16:57:40'),
(19380,10624,'action created','2020-12-29 21:57:40','2020-12-29 16:57:40'),
(19381,10624,'action started via WP Cron','2020-12-29 21:58:48','2020-12-29 16:58:48'),
(19382,10624,'action complete via WP Cron','2020-12-29 21:58:48','2020-12-29 16:58:48'),
(19383,10625,'action created','2020-12-29 21:58:48','2020-12-29 16:58:48'),
(19384,10625,'action started via WP Cron','2020-12-29 21:59:36','2020-12-29 16:59:36'),
(19385,10625,'action complete via WP Cron','2020-12-29 21:59:36','2020-12-29 16:59:36'),
(19386,10626,'action created','2020-12-29 21:59:36','2020-12-29 16:59:36'),
(19387,10626,'action started via WP Cron','2020-12-29 22:00:15','2020-12-29 17:00:15'),
(19388,10626,'action complete via WP Cron','2020-12-29 22:00:15','2020-12-29 17:00:15'),
(19389,10627,'action created','2020-12-29 22:00:15','2020-12-29 17:00:15'),
(19390,10627,'action started via WP Cron','2020-12-29 22:01:22','2020-12-29 17:01:22'),
(19391,10627,'action complete via WP Cron','2020-12-29 22:01:22','2020-12-29 17:01:22'),
(19392,10628,'action created','2020-12-29 22:01:22','2020-12-29 17:01:22'),
(19393,10628,'action started via WP Cron','2020-12-29 22:02:38','2020-12-29 17:02:38'),
(19394,10628,'action complete via WP Cron','2020-12-29 22:02:38','2020-12-29 17:02:38'),
(19395,10629,'action created','2020-12-29 22:02:38','2020-12-29 17:02:38'),
(19396,10629,'action started via WP Cron','2020-12-29 22:03:14','2020-12-29 17:03:14'),
(19397,10629,'action complete via WP Cron','2020-12-29 22:03:14','2020-12-29 17:03:14'),
(19398,10630,'action created','2020-12-29 22:03:14','2020-12-29 17:03:14'),
(19399,10630,'action started via WP Cron','2020-12-29 22:04:14','2020-12-29 17:04:14'),
(19400,10630,'action complete via WP Cron','2020-12-29 22:04:14','2020-12-29 17:04:14'),
(19401,10631,'action created','2020-12-29 22:04:14','2020-12-29 17:04:14'),
(19402,10631,'action started via WP Cron','2020-12-29 22:05:12','2020-12-29 17:05:12'),
(19403,10631,'action complete via WP Cron','2020-12-29 22:05:12','2020-12-29 17:05:12'),
(19404,10632,'action created','2020-12-29 22:05:12','2020-12-29 17:05:12'),
(19405,10632,'action started via WP Cron','2020-12-29 22:06:32','2020-12-29 17:06:32'),
(19406,10632,'action complete via WP Cron','2020-12-29 22:06:32','2020-12-29 17:06:32'),
(19407,10633,'action created','2020-12-29 22:06:32','2020-12-29 17:06:32'),
(19408,10633,'action started via WP Cron','2020-12-29 22:07:20','2020-12-29 17:07:20'),
(19409,10633,'action complete via WP Cron','2020-12-29 22:07:20','2020-12-29 17:07:20'),
(19410,10634,'action created','2020-12-29 22:07:20','2020-12-29 17:07:20'),
(19411,10634,'action started via WP Cron','2020-12-29 22:08:31','2020-12-29 17:08:31'),
(19412,10634,'action complete via WP Cron','2020-12-29 22:08:31','2020-12-29 17:08:31'),
(19413,10635,'action created','2020-12-29 22:08:31','2020-12-29 17:08:31'),
(19414,10635,'action started via WP Cron','2020-12-29 22:09:17','2020-12-29 17:09:17'),
(19415,10635,'action complete via WP Cron','2020-12-29 22:09:17','2020-12-29 17:09:17'),
(19416,10636,'action created','2020-12-29 22:09:17','2020-12-29 17:09:17'),
(19417,10636,'action started via WP Cron','2020-12-29 22:10:40','2020-12-29 17:10:40'),
(19418,10636,'action complete via WP Cron','2020-12-29 22:10:40','2020-12-29 17:10:40'),
(19419,10637,'action created','2020-12-29 22:10:40','2020-12-29 17:10:40'),
(19420,10637,'action started via WP Cron','2020-12-29 22:11:48','2020-12-29 17:11:48'),
(19421,10637,'action complete via WP Cron','2020-12-29 22:11:48','2020-12-29 17:11:48'),
(19422,10638,'action created','2020-12-29 22:11:48','2020-12-29 17:11:48'),
(19423,10638,'action started via WP Cron','2020-12-29 22:12:35','2020-12-29 17:12:35'),
(19424,10638,'action complete via WP Cron','2020-12-29 22:12:35','2020-12-29 17:12:35'),
(19425,10639,'action created','2020-12-29 22:12:35','2020-12-29 17:12:35'),
(19426,10639,'action started via WP Cron','2020-12-29 22:15:50','2020-12-29 17:15:50'),
(19427,10639,'action complete via WP Cron','2020-12-29 22:15:50','2020-12-29 17:15:50'),
(19428,10640,'action created','2020-12-29 22:15:50','2020-12-29 17:15:50'),
(19429,10640,'action started via WP Cron','2020-12-29 22:17:11','2020-12-29 17:17:11'),
(19430,10640,'action complete via WP Cron','2020-12-29 22:17:11','2020-12-29 17:17:11'),
(19431,10641,'action created','2020-12-29 22:17:11','2020-12-29 17:17:11'),
(19432,10641,'action started via WP Cron','2020-12-29 22:18:12','2020-12-29 17:18:12'),
(19433,10641,'action complete via WP Cron','2020-12-29 22:18:12','2020-12-29 17:18:12'),
(19434,10642,'action created','2020-12-29 22:18:12','2020-12-29 17:18:12'),
(19435,10642,'action started via WP Cron','2020-12-29 22:20:14','2020-12-29 17:20:14'),
(19436,10642,'action complete via WP Cron','2020-12-29 22:20:14','2020-12-29 17:20:14'),
(19437,10643,'action created','2020-12-29 22:20:14','2020-12-29 17:20:14'),
(19438,10643,'action started via WP Cron','2020-12-29 22:21:33','2020-12-29 17:21:33'),
(19439,10643,'action complete via WP Cron','2020-12-29 22:21:33','2020-12-29 17:21:33'),
(19440,10644,'action created','2020-12-29 22:21:34','2020-12-29 17:21:34'),
(19441,10644,'action started via WP Cron','2020-12-29 22:23:49','2020-12-29 17:23:49'),
(19442,10644,'action complete via WP Cron','2020-12-29 22:23:49','2020-12-29 17:23:49'),
(19443,10645,'action created','2020-12-29 22:23:49','2020-12-29 17:23:49'),
(19444,10645,'action started via WP Cron','2020-12-29 22:26:37','2020-12-29 17:26:37'),
(19445,10645,'action complete via WP Cron','2020-12-29 22:26:37','2020-12-29 17:26:37'),
(19446,10646,'action created','2020-12-29 22:26:37','2020-12-29 17:26:37'),
(19447,10646,'action started via WP Cron','2020-12-29 22:33:43','2020-12-29 17:33:43'),
(19448,10646,'action complete via WP Cron','2020-12-29 22:33:43','2020-12-29 17:33:43'),
(19449,10647,'action created','2020-12-29 22:33:43','2020-12-29 17:33:43'),
(19450,10647,'action started via WP Cron','2020-12-29 22:38:27','2020-12-29 17:38:27'),
(19451,10647,'action complete via WP Cron','2020-12-29 22:38:27','2020-12-29 17:38:27'),
(19452,10648,'action created','2020-12-29 22:38:27','2020-12-29 17:38:27'),
(19453,10648,'action started via WP Cron','2020-12-29 22:39:26','2020-12-29 17:39:26'),
(19454,10648,'action complete via WP Cron','2020-12-29 22:39:26','2020-12-29 17:39:26'),
(19455,10649,'action created','2020-12-29 22:39:26','2020-12-29 17:39:26'),
(19456,10649,'action started via WP Cron','2020-12-29 22:41:21','2020-12-29 17:41:21'),
(19457,10649,'action complete via WP Cron','2020-12-29 22:41:21','2020-12-29 17:41:21'),
(19458,10650,'action created','2020-12-29 22:41:21','2020-12-29 17:41:21'),
(19459,10650,'action started via WP Cron','2020-12-29 22:43:23','2020-12-29 17:43:23'),
(19460,10650,'action complete via WP Cron','2020-12-29 22:43:23','2020-12-29 17:43:23'),
(19461,10651,'action created','2020-12-29 22:43:23','2020-12-29 17:43:23'),
(19462,10651,'action started via WP Cron','2020-12-29 22:45:29','2020-12-29 17:45:29'),
(19463,10651,'action complete via WP Cron','2020-12-29 22:45:29','2020-12-29 17:45:29'),
(19464,10652,'action created','2020-12-29 22:45:29','2020-12-29 17:45:29'),
(19465,10652,'action started via WP Cron','2020-12-29 22:47:47','2020-12-29 17:47:47'),
(19466,10652,'action complete via WP Cron','2020-12-29 22:47:47','2020-12-29 17:47:47'),
(19467,10653,'action created','2020-12-29 22:47:47','2020-12-29 17:47:47'),
(19468,10653,'action started via WP Cron','2020-12-29 22:48:18','2020-12-29 17:48:18'),
(19469,10653,'action complete via WP Cron','2020-12-29 22:48:18','2020-12-29 17:48:18'),
(19470,10654,'action created','2020-12-29 22:48:18','2020-12-29 17:48:18'),
(19471,10654,'action started via WP Cron','2020-12-29 22:55:11','2020-12-29 17:55:11'),
(19472,10654,'action complete via WP Cron','2020-12-29 22:55:11','2020-12-29 17:55:11'),
(19473,10655,'action created','2020-12-29 22:55:11','2020-12-29 17:55:11'),
(19474,10655,'action started via WP Cron','2020-12-29 22:57:46','2020-12-29 17:57:46'),
(19475,10655,'action complete via WP Cron','2020-12-29 22:57:46','2020-12-29 17:57:46'),
(19476,10656,'action created','2020-12-29 22:57:46','2020-12-29 17:57:46'),
(19477,10656,'action started via WP Cron','2020-12-29 22:59:13','2020-12-29 17:59:13'),
(19478,10656,'action complete via WP Cron','2020-12-29 22:59:13','2020-12-29 17:59:13'),
(19479,10657,'action created','2020-12-29 22:59:13','2020-12-29 17:59:13'),
(19480,10657,'action started via WP Cron','2020-12-29 23:00:23','2020-12-29 18:00:23'),
(19481,10657,'action complete via WP Cron','2020-12-29 23:00:23','2020-12-29 18:00:23'),
(19482,10658,'action created','2020-12-29 23:00:23','2020-12-29 18:00:23'),
(19483,10658,'action started via WP Cron','2020-12-29 23:01:32','2020-12-29 18:01:32'),
(19484,10658,'action complete via WP Cron','2020-12-29 23:01:32','2020-12-29 18:01:32'),
(19485,10659,'action created','2020-12-29 23:01:32','2020-12-29 18:01:32'),
(19486,10659,'action started via WP Cron','2020-12-29 23:02:25','2020-12-29 18:02:25'),
(19487,10659,'action complete via WP Cron','2020-12-29 23:02:25','2020-12-29 18:02:25'),
(19488,10660,'action created','2020-12-29 23:02:25','2020-12-29 18:02:25'),
(19489,10660,'action started via WP Cron','2020-12-29 23:03:18','2020-12-29 18:03:18'),
(19490,10660,'action complete via WP Cron','2020-12-29 23:03:18','2020-12-29 18:03:18'),
(19491,10661,'action created','2020-12-29 23:03:18','2020-12-29 18:03:18'),
(19492,10661,'action started via WP Cron','2020-12-29 23:04:49','2020-12-29 18:04:49'),
(19493,10661,'action complete via WP Cron','2020-12-29 23:04:49','2020-12-29 18:04:49'),
(19494,10662,'action created','2020-12-29 23:04:49','2020-12-29 18:04:49'),
(19495,10662,'action started via WP Cron','2020-12-29 23:05:47','2020-12-29 18:05:47'),
(19496,10662,'action complete via WP Cron','2020-12-29 23:05:47','2020-12-29 18:05:47'),
(19497,10663,'action created','2020-12-29 23:05:47','2020-12-29 18:05:47'),
(19498,10663,'action started via WP Cron','2020-12-29 23:06:28','2020-12-29 18:06:28'),
(19499,10663,'action complete via WP Cron','2020-12-29 23:06:28','2020-12-29 18:06:28'),
(19500,10664,'action created','2020-12-29 23:06:28','2020-12-29 18:06:28'),
(19501,10664,'action started via WP Cron','2020-12-29 23:07:23','2020-12-29 18:07:23'),
(19502,10664,'action complete via WP Cron','2020-12-29 23:07:23','2020-12-29 18:07:23'),
(19503,10665,'action created','2020-12-29 23:07:23','2020-12-29 18:07:23'),
(19504,10665,'action started via WP Cron','2020-12-29 23:08:30','2020-12-29 18:08:30'),
(19505,10665,'action complete via WP Cron','2020-12-29 23:08:30','2020-12-29 18:08:30'),
(19506,10666,'action created','2020-12-29 23:08:30','2020-12-29 18:08:30'),
(19507,10666,'action started via WP Cron','2020-12-29 23:09:17','2020-12-29 18:09:17'),
(19508,10666,'action complete via WP Cron','2020-12-29 23:09:17','2020-12-29 18:09:17'),
(19509,10667,'action created','2020-12-29 23:09:17','2020-12-29 18:09:17'),
(19510,10667,'action started via WP Cron','2020-12-29 23:10:27','2020-12-29 18:10:27'),
(19511,10667,'action complete via WP Cron','2020-12-29 23:10:27','2020-12-29 18:10:27'),
(19512,10668,'action created','2020-12-29 23:10:28','2020-12-29 18:10:28'),
(19513,10668,'action started via WP Cron','2020-12-29 23:12:08','2020-12-29 18:12:08'),
(19514,10668,'action complete via WP Cron','2020-12-29 23:12:08','2020-12-29 18:12:08'),
(19515,10669,'action created','2020-12-29 23:12:08','2020-12-29 18:12:08'),
(19516,10669,'action started via WP Cron','2020-12-29 23:14:23','2020-12-29 18:14:23'),
(19517,10669,'action complete via WP Cron','2020-12-29 23:14:23','2020-12-29 18:14:23'),
(19518,10670,'action created','2020-12-29 23:14:23','2020-12-29 18:14:23'),
(19519,10670,'action started via WP Cron','2020-12-29 23:15:37','2020-12-29 18:15:37'),
(19520,10670,'action complete via WP Cron','2020-12-29 23:15:37','2020-12-29 18:15:37'),
(19521,10671,'action created','2020-12-29 23:15:37','2020-12-29 18:15:37'),
(19522,10671,'action started via WP Cron','2020-12-29 23:18:40','2020-12-29 18:18:40'),
(19523,10671,'action complete via WP Cron','2020-12-29 23:18:40','2020-12-29 18:18:40'),
(19524,10672,'action created','2020-12-29 23:18:40','2020-12-29 18:18:40'),
(19525,10672,'action started via WP Cron','2020-12-29 23:22:29','2020-12-29 18:22:29'),
(19526,10672,'action complete via WP Cron','2020-12-29 23:22:29','2020-12-29 18:22:29'),
(19527,10673,'action created','2020-12-29 23:22:29','2020-12-29 18:22:29'),
(19528,10673,'action started via WP Cron','2020-12-29 23:23:41','2020-12-29 18:23:41'),
(19529,10673,'action complete via WP Cron','2020-12-29 23:23:41','2020-12-29 18:23:41'),
(19530,10674,'action created','2020-12-29 23:23:41','2020-12-29 18:23:41'),
(19531,10674,'action started via WP Cron','2020-12-29 23:24:13','2020-12-29 18:24:13'),
(19532,10674,'action complete via WP Cron','2020-12-29 23:24:13','2020-12-29 18:24:13'),
(19533,10675,'action created','2020-12-29 23:24:13','2020-12-29 18:24:13'),
(19534,10675,'action started via WP Cron','2020-12-29 23:25:41','2020-12-29 18:25:41'),
(19535,10675,'action complete via WP Cron','2020-12-29 23:25:41','2020-12-29 18:25:41'),
(19536,10676,'action created','2020-12-29 23:25:41','2020-12-29 18:25:41'),
(19537,10676,'action started via WP Cron','2020-12-29 23:26:47','2020-12-29 18:26:47'),
(19538,10676,'action complete via WP Cron','2020-12-29 23:26:47','2020-12-29 18:26:47'),
(19539,10677,'action created','2020-12-29 23:26:47','2020-12-29 18:26:47'),
(19540,10677,'action started via WP Cron','2020-12-29 23:29:56','2020-12-29 18:29:56'),
(19541,10677,'action complete via WP Cron','2020-12-29 23:29:56','2020-12-29 18:29:56'),
(19542,10678,'action created','2020-12-29 23:29:56','2020-12-29 18:29:56'),
(19543,10678,'action started via WP Cron','2020-12-29 23:31:57','2020-12-29 18:31:57'),
(19544,10678,'action complete via WP Cron','2020-12-29 23:31:58','2020-12-29 18:31:58'),
(19545,10679,'action created','2020-12-29 23:31:58','2020-12-29 18:31:58'),
(19546,10679,'action started via WP Cron','2020-12-29 23:33:07','2020-12-29 18:33:07'),
(19547,10679,'action complete via WP Cron','2020-12-29 23:33:07','2020-12-29 18:33:07'),
(19548,10680,'action created','2020-12-29 23:33:07','2020-12-29 18:33:07'),
(19549,10680,'action started via WP Cron','2020-12-29 23:34:42','2020-12-29 18:34:42'),
(19550,10680,'action complete via WP Cron','2020-12-29 23:34:42','2020-12-29 18:34:42'),
(19551,10681,'action created','2020-12-29 23:34:42','2020-12-29 18:34:42'),
(19552,10681,'action started via WP Cron','2020-12-29 23:35:35','2020-12-29 18:35:35'),
(19553,10681,'action complete via WP Cron','2020-12-29 23:35:35','2020-12-29 18:35:35'),
(19554,10682,'action created','2020-12-29 23:35:35','2020-12-29 18:35:35'),
(19555,10682,'action started via WP Cron','2020-12-29 23:36:22','2020-12-29 18:36:22'),
(19556,10682,'action complete via WP Cron','2020-12-29 23:36:22','2020-12-29 18:36:22'),
(19557,10683,'action created','2020-12-29 23:36:22','2020-12-29 18:36:22'),
(19558,10683,'action started via WP Cron','2020-12-29 23:37:49','2020-12-29 18:37:49'),
(19559,10683,'action complete via WP Cron','2020-12-29 23:37:49','2020-12-29 18:37:49'),
(19560,10684,'action created','2020-12-29 23:37:49','2020-12-29 18:37:49'),
(19561,10684,'action started via WP Cron','2020-12-29 23:38:17','2020-12-29 18:38:17'),
(19562,10684,'action complete via WP Cron','2020-12-29 23:38:17','2020-12-29 18:38:17'),
(19563,10685,'action created','2020-12-29 23:38:17','2020-12-29 18:38:17'),
(19564,10685,'action started via WP Cron','2020-12-29 23:39:13','2020-12-29 18:39:13'),
(19565,10685,'action complete via WP Cron','2020-12-29 23:39:13','2020-12-29 18:39:13'),
(19566,10686,'action created','2020-12-29 23:39:13','2020-12-29 18:39:13'),
(19567,10686,'action started via WP Cron','2020-12-29 23:40:36','2020-12-29 18:40:36'),
(19568,10686,'action complete via WP Cron','2020-12-29 23:40:36','2020-12-29 18:40:36'),
(19569,10687,'action created','2020-12-29 23:40:36','2020-12-29 18:40:36'),
(19570,10687,'action started via WP Cron','2020-12-29 23:41:12','2020-12-29 18:41:12'),
(19571,10687,'action complete via WP Cron','2020-12-29 23:41:12','2020-12-29 18:41:12'),
(19572,10688,'action created','2020-12-29 23:41:12','2020-12-29 18:41:12'),
(19573,10688,'action started via WP Cron','2020-12-29 23:42:56','2020-12-29 18:42:56'),
(19574,10688,'action complete via WP Cron','2020-12-29 23:42:57','2020-12-29 18:42:57'),
(19575,10689,'action created','2020-12-29 23:42:57','2020-12-29 18:42:57'),
(19576,10689,'action started via WP Cron','2020-12-29 23:43:17','2020-12-29 18:43:17'),
(19577,10689,'action complete via WP Cron','2020-12-29 23:43:17','2020-12-29 18:43:17'),
(19578,10690,'action created','2020-12-29 23:43:17','2020-12-29 18:43:17'),
(19579,10690,'action started via WP Cron','2020-12-29 23:44:41','2020-12-29 18:44:41'),
(19580,10690,'action complete via WP Cron','2020-12-29 23:44:41','2020-12-29 18:44:41'),
(19581,10691,'action created','2020-12-29 23:44:41','2020-12-29 18:44:41'),
(19582,10691,'action started via WP Cron','2020-12-29 23:46:48','2020-12-29 18:46:48'),
(19583,10691,'action complete via WP Cron','2020-12-29 23:46:48','2020-12-29 18:46:48'),
(19584,10692,'action created','2020-12-29 23:46:48','2020-12-29 18:46:48'),
(19585,10692,'action started via WP Cron','2020-12-29 23:47:13','2020-12-29 18:47:13'),
(19586,10692,'action complete via WP Cron','2020-12-29 23:47:13','2020-12-29 18:47:13'),
(19587,10693,'action created','2020-12-29 23:47:13','2020-12-29 18:47:13'),
(19588,10693,'action started via WP Cron','2020-12-29 23:49:35','2020-12-29 18:49:35'),
(19589,10693,'action complete via WP Cron','2020-12-29 23:49:35','2020-12-29 18:49:35'),
(19590,10694,'action created','2020-12-29 23:49:35','2020-12-29 18:49:35'),
(19591,10694,'action started via WP Cron','2020-12-29 23:51:25','2020-12-29 18:51:25'),
(19592,10694,'action complete via WP Cron','2020-12-29 23:51:25','2020-12-29 18:51:25'),
(19593,10695,'action created','2020-12-29 23:51:25','2020-12-29 18:51:25'),
(19594,10695,'action started via WP Cron','2020-12-29 23:52:50','2020-12-29 18:52:50'),
(19595,10695,'action complete via WP Cron','2020-12-29 23:52:50','2020-12-29 18:52:50'),
(19596,10696,'action created','2020-12-29 23:52:51','2020-12-29 18:52:51'),
(19597,10696,'action started via WP Cron','2020-12-29 23:56:06','2020-12-29 18:56:06'),
(19598,10696,'action complete via WP Cron','2020-12-29 23:56:06','2020-12-29 18:56:06'),
(19599,10697,'action created','2020-12-29 23:56:06','2020-12-29 18:56:06'),
(19600,10697,'action started via WP Cron','2020-12-29 23:57:15','2020-12-29 18:57:15'),
(19601,10697,'action complete via WP Cron','2020-12-29 23:57:15','2020-12-29 18:57:15'),
(19602,10698,'action created','2020-12-29 23:57:15','2020-12-29 18:57:15'),
(19603,10698,'action started via WP Cron','2020-12-29 23:58:31','2020-12-29 18:58:31'),
(19604,10698,'action complete via WP Cron','2020-12-29 23:58:31','2020-12-29 18:58:31'),
(19605,10699,'action created','2020-12-29 23:58:31','2020-12-29 18:58:31'),
(19606,10699,'action started via WP Cron','2020-12-30 00:00:03','2020-12-29 19:00:03'),
(19607,10699,'action complete via WP Cron','2020-12-30 00:00:03','2020-12-29 19:00:03'),
(19608,10700,'action created','2020-12-30 00:00:03','2020-12-29 19:00:03'),
(19609,10700,'action started via WP Cron','2020-12-30 00:01:39','2020-12-29 19:01:39'),
(19610,10700,'action complete via WP Cron','2020-12-30 00:01:39','2020-12-29 19:01:39'),
(19611,10701,'action created','2020-12-30 00:01:39','2020-12-29 19:01:39'),
(19612,10701,'action started via WP Cron','2020-12-30 00:02:15','2020-12-29 19:02:15'),
(19613,10701,'action complete via WP Cron','2020-12-30 00:02:15','2020-12-29 19:02:15'),
(19614,10702,'action created','2020-12-30 00:02:15','2020-12-29 19:02:15'),
(19615,10702,'action started via WP Cron','2020-12-30 00:03:17','2020-12-29 19:03:17'),
(19616,10702,'action complete via WP Cron','2020-12-30 00:03:17','2020-12-29 19:03:17'),
(19617,10703,'action created','2020-12-30 00:03:17','2020-12-29 19:03:17'),
(19618,10703,'action started via WP Cron','2020-12-30 00:04:28','2020-12-29 19:04:28'),
(19619,10703,'action complete via WP Cron','2020-12-30 00:04:28','2020-12-29 19:04:28'),
(19620,10704,'action created','2020-12-30 00:04:28','2020-12-29 19:04:28'),
(19621,10704,'action started via WP Cron','2020-12-30 00:05:21','2020-12-29 19:05:21'),
(19622,10704,'action complete via WP Cron','2020-12-30 00:05:21','2020-12-29 19:05:21'),
(19623,10705,'action created','2020-12-30 00:05:21','2020-12-29 19:05:21'),
(19624,10705,'action started via WP Cron','2020-12-30 00:06:26','2020-12-29 19:06:26'),
(19625,10705,'action complete via WP Cron','2020-12-30 00:06:26','2020-12-29 19:06:26'),
(19626,10706,'action created','2020-12-30 00:06:26','2020-12-29 19:06:26'),
(19627,10706,'action started via WP Cron','2020-12-30 00:07:30','2020-12-29 19:07:30'),
(19628,10706,'action complete via WP Cron','2020-12-30 00:07:30','2020-12-29 19:07:30'),
(19629,10707,'action created','2020-12-30 00:07:30','2020-12-29 19:07:30'),
(19630,10707,'action started via WP Cron','2020-12-30 00:08:28','2020-12-29 19:08:28'),
(19631,10707,'action complete via WP Cron','2020-12-30 00:08:28','2020-12-29 19:08:28'),
(19632,10708,'action created','2020-12-30 00:08:28','2020-12-29 19:08:28'),
(19633,10708,'action started via WP Cron','2020-12-30 00:09:30','2020-12-29 19:09:30'),
(19634,10708,'action complete via WP Cron','2020-12-30 00:09:30','2020-12-29 19:09:30'),
(19635,10709,'action created','2020-12-30 00:09:30','2020-12-29 19:09:30'),
(19636,10709,'action started via WP Cron','2020-12-30 00:11:13','2020-12-29 19:11:13'),
(19637,10709,'action complete via WP Cron','2020-12-30 00:11:13','2020-12-29 19:11:13'),
(19638,10710,'action created','2020-12-30 00:11:13','2020-12-29 19:11:13'),
(19639,10710,'action started via WP Cron','2020-12-30 00:12:48','2020-12-29 19:12:48'),
(19640,10710,'action complete via WP Cron','2020-12-30 00:12:48','2020-12-29 19:12:48'),
(19641,10711,'action created','2020-12-30 00:12:48','2020-12-29 19:12:48'),
(19642,10711,'action started via WP Cron','2020-12-30 00:13:16','2020-12-29 19:13:16'),
(19643,10711,'action complete via WP Cron','2020-12-30 00:13:16','2020-12-29 19:13:16'),
(19644,10712,'action created','2020-12-30 00:13:16','2020-12-29 19:13:16'),
(19645,10712,'action started via WP Cron','2020-12-30 00:16:02','2020-12-29 19:16:02'),
(19646,10712,'action complete via WP Cron','2020-12-30 00:16:02','2020-12-29 19:16:02'),
(19647,10713,'action created','2020-12-30 00:16:02','2020-12-29 19:16:02'),
(19648,10713,'action started via WP Cron','2020-12-30 00:16:12','2020-12-29 19:16:12'),
(19649,10713,'action complete via WP Cron','2020-12-30 00:16:12','2020-12-29 19:16:12'),
(19650,10714,'action created','2020-12-30 00:16:12','2020-12-29 19:16:12'),
(19651,10714,'action started via WP Cron','2020-12-30 00:18:32','2020-12-29 19:18:32'),
(19652,10714,'action complete via WP Cron','2020-12-30 00:18:32','2020-12-29 19:18:32'),
(19653,10715,'action created','2020-12-30 00:18:32','2020-12-29 19:18:32'),
(19654,10715,'action started via WP Cron','2020-12-30 00:21:18','2020-12-29 19:21:18'),
(19655,10715,'action complete via WP Cron','2020-12-30 00:21:18','2020-12-29 19:21:18'),
(19656,10716,'action created','2020-12-30 00:21:18','2020-12-29 19:21:18'),
(19657,10716,'action started via WP Cron','2020-12-30 00:22:13','2020-12-29 19:22:13'),
(19658,10716,'action complete via WP Cron','2020-12-30 00:22:13','2020-12-29 19:22:13'),
(19659,10717,'action created','2020-12-30 00:22:13','2020-12-29 19:22:13'),
(19660,10717,'action started via WP Cron','2020-12-30 00:24:12','2020-12-29 19:24:12'),
(19661,10717,'action complete via WP Cron','2020-12-30 00:24:12','2020-12-29 19:24:12'),
(19662,10718,'action created','2020-12-30 00:24:12','2020-12-29 19:24:12'),
(19663,10718,'action started via WP Cron','2020-12-30 00:25:19','2020-12-29 19:25:19'),
(19664,10718,'action complete via WP Cron','2020-12-30 00:25:19','2020-12-29 19:25:19'),
(19665,10719,'action created','2020-12-30 00:25:19','2020-12-29 19:25:19'),
(19666,10719,'action started via WP Cron','2020-12-30 00:26:47','2020-12-29 19:26:47'),
(19667,10719,'action complete via WP Cron','2020-12-30 00:26:47','2020-12-29 19:26:47'),
(19668,10720,'action created','2020-12-30 00:26:48','2020-12-29 19:26:48'),
(19669,10720,'action started via WP Cron','2020-12-30 00:27:31','2020-12-29 19:27:31'),
(19670,10720,'action complete via WP Cron','2020-12-30 00:27:31','2020-12-29 19:27:31'),
(19671,10721,'action created','2020-12-30 00:27:31','2020-12-29 19:27:31'),
(19672,10721,'action started via WP Cron','2020-12-30 00:28:22','2020-12-29 19:28:22'),
(19673,10721,'action complete via WP Cron','2020-12-30 00:28:22','2020-12-29 19:28:22'),
(19674,10722,'action created','2020-12-30 00:28:22','2020-12-29 19:28:22'),
(19675,10722,'action started via WP Cron','2020-12-30 00:32:05','2020-12-29 19:32:05'),
(19676,10722,'action complete via WP Cron','2020-12-30 00:32:05','2020-12-29 19:32:05'),
(19677,10723,'action created','2020-12-30 00:32:05','2020-12-29 19:32:05'),
(19678,10723,'action started via WP Cron','2020-12-30 00:32:26','2020-12-29 19:32:26'),
(19679,10723,'action complete via WP Cron','2020-12-30 00:32:26','2020-12-29 19:32:26'),
(19680,10724,'action created','2020-12-30 00:32:26','2020-12-29 19:32:26'),
(19681,10724,'action started via WP Cron','2020-12-30 00:33:35','2020-12-29 19:33:35'),
(19682,10724,'action complete via WP Cron','2020-12-30 00:33:35','2020-12-29 19:33:35'),
(19683,10725,'action created','2020-12-30 00:33:35','2020-12-29 19:33:35'),
(19684,10725,'action started via WP Cron','2020-12-30 00:34:38','2020-12-29 19:34:38'),
(19685,10725,'action complete via WP Cron','2020-12-30 00:34:38','2020-12-29 19:34:38'),
(19686,10726,'action created','2020-12-30 00:34:38','2020-12-29 19:34:38'),
(19687,10726,'action started via WP Cron','2020-12-30 00:35:25','2020-12-29 19:35:25'),
(19688,10726,'action complete via WP Cron','2020-12-30 00:35:25','2020-12-29 19:35:25'),
(19689,10727,'action created','2020-12-30 00:35:25','2020-12-29 19:35:25'),
(19690,10727,'action started via WP Cron','2020-12-30 00:36:20','2020-12-29 19:36:20'),
(19691,10727,'action complete via WP Cron','2020-12-30 00:36:20','2020-12-29 19:36:20'),
(19692,10728,'action created','2020-12-30 00:36:20','2020-12-29 19:36:20'),
(19693,10728,'action started via WP Cron','2020-12-30 00:38:33','2020-12-29 19:38:33'),
(19694,10728,'action complete via WP Cron','2020-12-30 00:38:33','2020-12-29 19:38:33'),
(19695,10729,'action created','2020-12-30 00:38:33','2020-12-29 19:38:33'),
(19696,10729,'action started via WP Cron','2020-12-30 00:40:42','2020-12-29 19:40:42'),
(19697,10729,'action complete via WP Cron','2020-12-30 00:40:42','2020-12-29 19:40:42'),
(19698,10730,'action created','2020-12-30 00:40:42','2020-12-29 19:40:42'),
(19699,10730,'action started via WP Cron','2020-12-30 00:41:13','2020-12-29 19:41:13'),
(19700,10730,'action complete via WP Cron','2020-12-30 00:41:13','2020-12-29 19:41:13'),
(19701,10731,'action created','2020-12-30 00:41:13','2020-12-29 19:41:13'),
(19702,10731,'action started via WP Cron','2020-12-30 00:43:38','2020-12-29 19:43:38'),
(19703,10731,'action complete via WP Cron','2020-12-30 00:43:38','2020-12-29 19:43:38'),
(19704,10732,'action created','2020-12-30 00:43:38','2020-12-29 19:43:38'),
(19705,10732,'action started via WP Cron','2020-12-30 00:47:15','2020-12-29 19:47:15'),
(19706,10732,'action complete via WP Cron','2020-12-30 00:47:15','2020-12-29 19:47:15'),
(19707,10733,'action created','2020-12-30 00:47:15','2020-12-29 19:47:15'),
(19708,10733,'action started via WP Cron','2020-12-30 00:52:35','2020-12-29 19:52:35'),
(19709,10733,'action complete via WP Cron','2020-12-30 00:52:35','2020-12-29 19:52:35'),
(19710,10734,'action created','2020-12-30 00:52:35','2020-12-29 19:52:35'),
(19711,10734,'action started via WP Cron','2020-12-30 00:59:46','2020-12-29 19:59:46'),
(19712,10734,'action complete via WP Cron','2020-12-30 00:59:46','2020-12-29 19:59:46'),
(19713,10735,'action created','2020-12-30 00:59:46','2020-12-29 19:59:46'),
(19714,10735,'action started via WP Cron','2020-12-30 01:00:22','2020-12-29 20:00:22'),
(19715,10735,'action complete via WP Cron','2020-12-30 01:00:22','2020-12-29 20:00:22'),
(19716,10736,'action created','2020-12-30 01:00:22','2020-12-29 20:00:22'),
(19717,10736,'action started via WP Cron','2020-12-30 01:02:24','2020-12-29 20:02:24'),
(19718,10736,'action complete via WP Cron','2020-12-30 01:02:24','2020-12-29 20:02:24'),
(19719,10737,'action created','2020-12-30 01:02:24','2020-12-29 20:02:24'),
(19720,10737,'action started via WP Cron','2020-12-30 01:04:30','2020-12-29 20:04:30'),
(19721,10737,'action complete via WP Cron','2020-12-30 01:04:30','2020-12-29 20:04:30'),
(19722,10738,'action created','2020-12-30 01:04:30','2020-12-29 20:04:30'),
(19723,10738,'action started via WP Cron','2020-12-30 01:05:15','2020-12-29 20:05:15'),
(19724,10738,'action complete via WP Cron','2020-12-30 01:05:15','2020-12-29 20:05:15'),
(19725,10739,'action created','2020-12-30 01:05:15','2020-12-29 20:05:15'),
(19726,10739,'action started via WP Cron','2020-12-30 01:08:22','2020-12-29 20:08:22'),
(19727,10739,'action complete via WP Cron','2020-12-30 01:08:22','2020-12-29 20:08:22'),
(19728,10740,'action created','2020-12-30 01:08:22','2020-12-29 20:08:22'),
(19729,10740,'action started via WP Cron','2020-12-30 01:10:05','2020-12-29 20:10:05'),
(19730,10740,'action complete via WP Cron','2020-12-30 01:10:05','2020-12-29 20:10:05'),
(19731,9835,'action started via WP Cron','2020-12-30 01:10:05','2020-12-29 20:10:05'),
(19732,9835,'action complete via WP Cron','2020-12-30 01:10:05','2020-12-29 20:10:05'),
(19733,10741,'action created','2020-12-30 01:10:05','2020-12-29 20:10:05'),
(19734,10742,'action created','2020-12-30 01:10:05','2020-12-29 20:10:05'),
(19735,10742,'action started via WP Cron','2020-12-30 01:11:33','2020-12-29 20:11:33'),
(19736,10742,'action complete via WP Cron','2020-12-30 01:11:33','2020-12-29 20:11:33'),
(19737,10743,'action created','2020-12-30 01:11:33','2020-12-29 20:11:33'),
(19738,10743,'action started via WP Cron','2020-12-30 01:15:08','2020-12-29 20:15:08'),
(19739,10743,'action complete via WP Cron','2020-12-30 01:15:08','2020-12-29 20:15:08'),
(19740,10744,'action created','2020-12-30 01:15:08','2020-12-29 20:15:08'),
(19741,10744,'action started via WP Cron','2020-12-30 01:16:24','2020-12-29 20:16:24'),
(19742,10744,'action complete via WP Cron','2020-12-30 01:16:24','2020-12-29 20:16:24'),
(19743,10745,'action created','2020-12-30 01:16:24','2020-12-29 20:16:24'),
(19744,10745,'action started via WP Cron','2020-12-30 01:17:26','2020-12-29 20:17:26'),
(19745,10745,'action complete via WP Cron','2020-12-30 01:17:26','2020-12-29 20:17:26'),
(19746,10746,'action created','2020-12-30 01:17:26','2020-12-29 20:17:26'),
(19747,10746,'action started via WP Cron','2020-12-30 01:18:35','2020-12-29 20:18:35'),
(19748,10746,'action complete via WP Cron','2020-12-30 01:18:36','2020-12-29 20:18:36'),
(19749,10747,'action created','2020-12-30 01:18:36','2020-12-29 20:18:36'),
(19750,10747,'action started via WP Cron','2020-12-30 01:22:49','2020-12-29 20:22:49'),
(19751,10747,'action complete via WP Cron','2020-12-30 01:22:49','2020-12-29 20:22:49'),
(19752,10748,'action created','2020-12-30 01:22:49','2020-12-29 20:22:49'),
(19753,10748,'action started via WP Cron','2020-12-30 01:24:10','2020-12-29 20:24:10'),
(19754,10748,'action complete via WP Cron','2020-12-30 01:24:10','2020-12-29 20:24:10'),
(19755,10749,'action created','2020-12-30 01:24:10','2020-12-29 20:24:10'),
(19756,10749,'action started via WP Cron','2020-12-30 01:27:14','2020-12-29 20:27:14'),
(19757,10749,'action complete via WP Cron','2020-12-30 01:27:14','2020-12-29 20:27:14'),
(19758,10750,'action created','2020-12-30 01:27:14','2020-12-29 20:27:14'),
(19759,10750,'action started via WP Cron','2020-12-30 01:29:32','2020-12-29 20:29:32'),
(19760,10750,'action complete via WP Cron','2020-12-30 01:29:32','2020-12-29 20:29:32'),
(19761,10751,'action created','2020-12-30 01:29:32','2020-12-29 20:29:32'),
(19762,10751,'action started via WP Cron','2020-12-30 01:31:59','2020-12-29 20:31:59'),
(19763,10751,'action complete via WP Cron','2020-12-30 01:31:59','2020-12-29 20:31:59'),
(19764,10752,'action created','2020-12-30 01:31:59','2020-12-29 20:31:59'),
(19765,10752,'action started via WP Cron','2020-12-30 01:32:15','2020-12-29 20:32:15'),
(19766,10752,'action complete via WP Cron','2020-12-30 01:32:15','2020-12-29 20:32:15'),
(19767,10753,'action created','2020-12-30 01:32:15','2020-12-29 20:32:15'),
(19768,10753,'action started via WP Cron','2020-12-30 01:33:13','2020-12-29 20:33:13'),
(19769,10753,'action complete via WP Cron','2020-12-30 01:33:13','2020-12-29 20:33:13'),
(19770,10754,'action created','2020-12-30 01:33:13','2020-12-29 20:33:13'),
(19771,10754,'action started via WP Cron','2020-12-30 01:37:50','2020-12-29 20:37:50'),
(19772,10754,'action complete via WP Cron','2020-12-30 01:37:50','2020-12-29 20:37:50'),
(19773,10755,'action created','2020-12-30 01:37:50','2020-12-29 20:37:50'),
(19774,10755,'action started via WP Cron','2020-12-30 01:38:21','2020-12-29 20:38:21'),
(19775,10755,'action complete via WP Cron','2020-12-30 01:38:21','2020-12-29 20:38:21'),
(19776,10756,'action created','2020-12-30 01:38:21','2020-12-29 20:38:21'),
(19777,10756,'action started via WP Cron','2020-12-30 01:41:59','2020-12-29 20:41:59'),
(19778,10756,'action complete via WP Cron','2020-12-30 01:41:59','2020-12-29 20:41:59'),
(19779,10757,'action created','2020-12-30 01:41:59','2020-12-29 20:41:59'),
(19780,10757,'action started via WP Cron','2020-12-30 01:42:20','2020-12-29 20:42:20'),
(19781,10757,'action complete via WP Cron','2020-12-30 01:42:20','2020-12-29 20:42:20'),
(19782,10758,'action created','2020-12-30 01:42:20','2020-12-29 20:42:20'),
(19783,10758,'action started via WP Cron','2020-12-30 01:43:27','2020-12-29 20:43:27'),
(19784,10758,'action complete via WP Cron','2020-12-30 01:43:27','2020-12-29 20:43:27'),
(19785,10759,'action created','2020-12-30 01:43:27','2020-12-29 20:43:27'),
(19786,10759,'action started via WP Cron','2020-12-30 01:44:13','2020-12-29 20:44:13'),
(19787,10759,'action complete via WP Cron','2020-12-30 01:44:13','2020-12-29 20:44:13'),
(19788,10760,'action created','2020-12-30 01:44:13','2020-12-29 20:44:13'),
(19789,10760,'action started via WP Cron','2020-12-30 01:46:37','2020-12-29 20:46:37'),
(19790,10760,'action complete via WP Cron','2020-12-30 01:46:37','2020-12-29 20:46:37'),
(19791,10761,'action created','2020-12-30 01:46:37','2020-12-29 20:46:37'),
(19792,10761,'action started via WP Cron','2020-12-30 01:47:22','2020-12-29 20:47:22'),
(19793,10761,'action complete via WP Cron','2020-12-30 01:47:22','2020-12-29 20:47:22'),
(19794,10762,'action created','2020-12-30 01:47:22','2020-12-29 20:47:22'),
(19795,10762,'action started via WP Cron','2020-12-30 01:48:15','2020-12-29 20:48:15'),
(19796,10762,'action complete via WP Cron','2020-12-30 01:48:15','2020-12-29 20:48:15'),
(19797,10763,'action created','2020-12-30 01:48:15','2020-12-29 20:48:15'),
(19798,10763,'action started via WP Cron','2020-12-30 01:49:28','2020-12-29 20:49:28'),
(19799,10763,'action complete via WP Cron','2020-12-30 01:49:28','2020-12-29 20:49:28'),
(19800,10764,'action created','2020-12-30 01:49:28','2020-12-29 20:49:28'),
(19801,10764,'action started via WP Cron','2020-12-30 01:50:16','2020-12-29 20:50:16'),
(19802,10764,'action complete via WP Cron','2020-12-30 01:50:16','2020-12-29 20:50:16'),
(19803,10765,'action created','2020-12-30 01:50:16','2020-12-29 20:50:16'),
(19804,10765,'action started via WP Cron','2020-12-30 01:52:12','2020-12-29 20:52:12'),
(19805,10765,'action complete via WP Cron','2020-12-30 01:52:12','2020-12-29 20:52:12'),
(19806,10766,'action created','2020-12-30 01:52:12','2020-12-29 20:52:12'),
(19807,10766,'action started via WP Cron','2020-12-30 01:53:12','2020-12-29 20:53:12'),
(19808,10766,'action complete via WP Cron','2020-12-30 01:53:12','2020-12-29 20:53:12'),
(19809,10767,'action created','2020-12-30 01:53:12','2020-12-29 20:53:12'),
(19810,10767,'action started via WP Cron','2020-12-30 01:54:15','2020-12-29 20:54:15'),
(19811,10767,'action complete via WP Cron','2020-12-30 01:54:15','2020-12-29 20:54:15'),
(19812,10768,'action created','2020-12-30 01:54:15','2020-12-29 20:54:15'),
(19813,10768,'action started via WP Cron','2020-12-30 01:55:24','2020-12-29 20:55:24'),
(19814,10768,'action complete via WP Cron','2020-12-30 01:55:24','2020-12-29 20:55:24'),
(19815,10769,'action created','2020-12-30 01:55:24','2020-12-29 20:55:24'),
(19816,10769,'action started via WP Cron','2020-12-30 01:56:45','2020-12-29 20:56:45'),
(19817,10769,'action complete via WP Cron','2020-12-30 01:56:45','2020-12-29 20:56:45'),
(19818,10770,'action created','2020-12-30 01:56:45','2020-12-29 20:56:45'),
(19819,10770,'action started via WP Cron','2020-12-30 01:57:29','2020-12-29 20:57:29'),
(19820,10770,'action complete via WP Cron','2020-12-30 01:57:29','2020-12-29 20:57:29'),
(19821,10771,'action created','2020-12-30 01:57:29','2020-12-29 20:57:29'),
(19822,10771,'action started via WP Cron','2020-12-30 01:59:01','2020-12-29 20:59:01'),
(19823,10771,'action complete via WP Cron','2020-12-30 01:59:02','2020-12-29 20:59:02'),
(19824,10772,'action created','2020-12-30 01:59:02','2020-12-29 20:59:02'),
(19825,10772,'action started via WP Cron','2020-12-30 01:59:26','2020-12-29 20:59:26'),
(19826,10772,'action complete via WP Cron','2020-12-30 01:59:26','2020-12-29 20:59:26'),
(19827,10773,'action created','2020-12-30 01:59:26','2020-12-29 20:59:26'),
(19828,10773,'action started via WP Cron','2020-12-30 02:00:27','2020-12-29 21:00:27'),
(19829,10773,'action complete via WP Cron','2020-12-30 02:00:27','2020-12-29 21:00:27'),
(19830,10774,'action created','2020-12-30 02:00:27','2020-12-29 21:00:27'),
(19831,10774,'action started via WP Cron','2020-12-30 02:01:33','2020-12-29 21:01:33'),
(19832,10774,'action complete via WP Cron','2020-12-30 02:01:33','2020-12-29 21:01:33'),
(19833,10775,'action created','2020-12-30 02:01:33','2020-12-29 21:01:33'),
(19834,10775,'action started via WP Cron','2020-12-30 02:02:11','2020-12-29 21:02:11'),
(19835,10775,'action complete via WP Cron','2020-12-30 02:02:11','2020-12-29 21:02:11'),
(19836,10776,'action created','2020-12-30 02:02:11','2020-12-29 21:02:11'),
(19837,10776,'action started via WP Cron','2020-12-30 02:03:19','2020-12-29 21:03:19'),
(19838,10776,'action complete via WP Cron','2020-12-30 02:03:19','2020-12-29 21:03:19'),
(19839,10777,'action created','2020-12-30 02:03:20','2020-12-29 21:03:20'),
(19840,10777,'action started via WP Cron','2020-12-30 02:04:11','2020-12-29 21:04:11'),
(19841,10777,'action complete via WP Cron','2020-12-30 02:04:11','2020-12-29 21:04:11'),
(19842,10778,'action created','2020-12-30 02:04:11','2020-12-29 21:04:11'),
(19843,10778,'action started via WP Cron','2020-12-30 02:05:19','2020-12-29 21:05:19'),
(19844,10778,'action complete via WP Cron','2020-12-30 02:05:19','2020-12-29 21:05:19'),
(19845,10779,'action created','2020-12-30 02:05:19','2020-12-29 21:05:19'),
(19846,10779,'action started via WP Cron','2020-12-30 02:06:21','2020-12-29 21:06:21'),
(19847,10779,'action complete via WP Cron','2020-12-30 02:06:21','2020-12-29 21:06:21'),
(19848,10780,'action created','2020-12-30 02:06:21','2020-12-29 21:06:21'),
(19849,10780,'action started via WP Cron','2020-12-30 02:07:16','2020-12-29 21:07:16'),
(19850,10780,'action complete via WP Cron','2020-12-30 02:07:16','2020-12-29 21:07:16'),
(19851,10781,'action created','2020-12-30 02:07:16','2020-12-29 21:07:16'),
(19852,10781,'action started via WP Cron','2020-12-30 02:08:12','2020-12-29 21:08:12'),
(19853,10781,'action complete via WP Cron','2020-12-30 02:08:12','2020-12-29 21:08:12'),
(19854,10782,'action created','2020-12-30 02:08:12','2020-12-29 21:08:12'),
(19855,10782,'action started via WP Cron','2020-12-30 02:09:21','2020-12-29 21:09:21'),
(19856,10782,'action complete via WP Cron','2020-12-30 02:09:21','2020-12-29 21:09:21'),
(19857,10783,'action created','2020-12-30 02:09:21','2020-12-29 21:09:21'),
(19858,10783,'action started via WP Cron','2020-12-30 02:10:36','2020-12-29 21:10:36'),
(19859,10783,'action complete via WP Cron','2020-12-30 02:10:36','2020-12-29 21:10:36'),
(19860,10784,'action created','2020-12-30 02:10:36','2020-12-29 21:10:36'),
(19861,10784,'action started via WP Cron','2020-12-30 02:11:13','2020-12-29 21:11:13'),
(19862,10784,'action complete via WP Cron','2020-12-30 02:11:13','2020-12-29 21:11:13'),
(19863,10785,'action created','2020-12-30 02:11:13','2020-12-29 21:11:13'),
(19864,10785,'action started via WP Cron','2020-12-30 02:12:16','2020-12-29 21:12:16'),
(19865,10785,'action complete via WP Cron','2020-12-30 02:12:16','2020-12-29 21:12:16'),
(19866,10786,'action created','2020-12-30 02:12:16','2020-12-29 21:12:16'),
(19867,10786,'action started via WP Cron','2020-12-30 02:13:26','2020-12-29 21:13:26'),
(19868,10786,'action complete via WP Cron','2020-12-30 02:13:26','2020-12-29 21:13:26'),
(19869,10787,'action created','2020-12-30 02:13:26','2020-12-29 21:13:26'),
(19870,10787,'action started via WP Cron','2020-12-30 02:15:03','2020-12-29 21:15:03'),
(19871,10787,'action complete via WP Cron','2020-12-30 02:15:03','2020-12-29 21:15:03'),
(19872,10788,'action created','2020-12-30 02:16:02','2020-12-29 21:16:02'),
(19873,10788,'action started via WP Cron','2020-12-30 02:18:54','2020-12-29 21:18:54'),
(19874,10788,'action complete via WP Cron','2020-12-30 02:18:54','2020-12-29 21:18:54'),
(19875,10789,'action created','2020-12-30 02:18:54','2020-12-29 21:18:54'),
(19876,10789,'action started via WP Cron','2020-12-30 02:19:12','2020-12-29 21:19:12'),
(19877,10789,'action complete via WP Cron','2020-12-30 02:19:12','2020-12-29 21:19:12'),
(19878,10790,'action created','2020-12-30 02:19:12','2020-12-29 21:19:12'),
(19879,10790,'action started via WP Cron','2020-12-30 02:24:27','2020-12-29 21:24:27'),
(19880,10790,'action complete via WP Cron','2020-12-30 02:24:27','2020-12-29 21:24:27'),
(19881,10791,'action created','2020-12-30 02:24:27','2020-12-29 21:24:27'),
(19882,10791,'action started via WP Cron','2020-12-30 02:29:13','2020-12-29 21:29:13'),
(19883,10791,'action complete via WP Cron','2020-12-30 02:29:13','2020-12-29 21:29:13'),
(19884,10792,'action created','2020-12-30 02:29:13','2020-12-29 21:29:13'),
(19885,10792,'action started via WP Cron','2020-12-30 02:30:40','2020-12-29 21:30:40'),
(19886,10792,'action complete via WP Cron','2020-12-30 02:30:40','2020-12-29 21:30:40'),
(19887,10793,'action created','2020-12-30 02:30:40','2020-12-29 21:30:40'),
(19888,10793,'action started via WP Cron','2020-12-30 02:32:39','2020-12-29 21:32:39'),
(19889,10793,'action complete via WP Cron','2020-12-30 02:32:39','2020-12-29 21:32:39'),
(19890,10794,'action created','2020-12-30 02:32:39','2020-12-29 21:32:39'),
(19891,10794,'action started via WP Cron','2020-12-30 02:33:39','2020-12-29 21:33:39'),
(19892,10794,'action complete via WP Cron','2020-12-30 02:33:39','2020-12-29 21:33:39'),
(19893,10795,'action created','2020-12-30 02:33:39','2020-12-29 21:33:39'),
(19894,10795,'action started via WP Cron','2020-12-30 02:34:18','2020-12-29 21:34:18'),
(19895,10795,'action complete via WP Cron','2020-12-30 02:34:18','2020-12-29 21:34:18'),
(19896,10796,'action created','2020-12-30 02:34:18','2020-12-29 21:34:18'),
(19897,10796,'action started via WP Cron','2020-12-30 02:36:33','2020-12-29 21:36:33'),
(19898,10796,'action complete via WP Cron','2020-12-30 02:36:33','2020-12-29 21:36:33'),
(19899,10797,'action created','2020-12-30 02:36:33','2020-12-29 21:36:33'),
(19900,10797,'action started via WP Cron','2020-12-30 02:37:28','2020-12-29 21:37:28'),
(19901,10797,'action complete via WP Cron','2020-12-30 02:37:28','2020-12-29 21:37:28'),
(19902,10798,'action created','2020-12-30 02:37:28','2020-12-29 21:37:28'),
(19903,10798,'action started via WP Cron','2020-12-30 02:38:34','2020-12-29 21:38:34'),
(19904,10798,'action complete via WP Cron','2020-12-30 02:38:34','2020-12-29 21:38:34'),
(19905,10799,'action created','2020-12-30 02:38:34','2020-12-29 21:38:34'),
(19906,10799,'action started via WP Cron','2020-12-30 02:39:55','2020-12-29 21:39:55'),
(19907,10799,'action complete via WP Cron','2020-12-30 02:39:55','2020-12-29 21:39:55'),
(19908,10800,'action created','2020-12-30 02:39:55','2020-12-29 21:39:55'),
(19909,10800,'action started via WP Cron','2020-12-30 02:40:11','2020-12-29 21:40:11'),
(19910,10800,'action complete via WP Cron','2020-12-30 02:40:11','2020-12-29 21:40:11'),
(19911,10801,'action created','2020-12-30 02:40:11','2020-12-29 21:40:11'),
(19912,10801,'action started via WP Cron','2020-12-30 02:41:54','2020-12-29 21:41:54'),
(19913,10801,'action complete via WP Cron','2020-12-30 02:41:54','2020-12-29 21:41:54'),
(19914,10802,'action created','2020-12-30 02:41:54','2020-12-29 21:41:54'),
(19915,10802,'action started via WP Cron','2020-12-30 02:45:54','2020-12-29 21:45:54'),
(19916,10802,'action complete via WP Cron','2020-12-30 02:45:54','2020-12-29 21:45:54'),
(19917,10803,'action created','2020-12-30 02:45:54','2020-12-29 21:45:54'),
(19918,10803,'action started via WP Cron','2020-12-30 02:46:35','2020-12-29 21:46:35'),
(19919,10803,'action complete via WP Cron','2020-12-30 02:46:35','2020-12-29 21:46:35'),
(19920,10804,'action created','2020-12-30 02:46:35','2020-12-29 21:46:35'),
(19921,10804,'action started via WP Cron','2020-12-30 02:48:23','2020-12-29 21:48:23'),
(19922,10804,'action complete via WP Cron','2020-12-30 02:48:23','2020-12-29 21:48:23'),
(19923,10805,'action created','2020-12-30 02:48:23','2020-12-29 21:48:23'),
(19924,10805,'action started via WP Cron','2020-12-30 02:50:03','2020-12-29 21:50:03'),
(19925,10805,'action complete via WP Cron','2020-12-30 02:50:03','2020-12-29 21:50:03'),
(19926,10806,'action created','2020-12-30 02:50:03','2020-12-29 21:50:03'),
(19927,10806,'action started via WP Cron','2020-12-30 02:50:57','2020-12-29 21:50:57'),
(19928,10806,'action complete via WP Cron','2020-12-30 02:50:57','2020-12-29 21:50:57'),
(19929,10807,'action created','2020-12-30 02:50:57','2020-12-29 21:50:57'),
(19930,10807,'action started via WP Cron','2020-12-30 02:53:15','2020-12-29 21:53:15'),
(19931,10807,'action complete via WP Cron','2020-12-30 02:53:15','2020-12-29 21:53:15'),
(19932,10808,'action created','2020-12-30 02:53:15','2020-12-29 21:53:15'),
(19933,10808,'action started via WP Cron','2020-12-30 02:55:56','2020-12-29 21:55:56'),
(19934,10808,'action complete via WP Cron','2020-12-30 02:55:56','2020-12-29 21:55:56'),
(19935,10809,'action created','2020-12-30 02:55:56','2020-12-29 21:55:56'),
(19936,10809,'action started via WP Cron','2020-12-30 02:56:13','2020-12-29 21:56:13'),
(19937,10809,'action complete via WP Cron','2020-12-30 02:56:13','2020-12-29 21:56:13'),
(19938,10810,'action created','2020-12-30 02:56:13','2020-12-29 21:56:13'),
(19939,10810,'action started via WP Cron','2020-12-30 02:59:29','2020-12-29 21:59:29'),
(19940,10810,'action complete via WP Cron','2020-12-30 02:59:29','2020-12-29 21:59:29'),
(19941,10811,'action created','2020-12-30 02:59:29','2020-12-29 21:59:29'),
(19942,10811,'action started via WP Cron','2020-12-30 03:00:42','2020-12-29 22:00:42'),
(19943,10811,'action complete via WP Cron','2020-12-30 03:00:42','2020-12-29 22:00:42'),
(19944,10812,'action created','2020-12-30 03:00:42','2020-12-29 22:00:42'),
(19945,10812,'action started via WP Cron','2020-12-30 03:01:40','2020-12-29 22:01:40'),
(19946,10812,'action complete via WP Cron','2020-12-30 03:01:40','2020-12-29 22:01:40'),
(19947,10813,'action created','2020-12-30 03:01:40','2020-12-29 22:01:40'),
(19948,10813,'action started via WP Cron','2020-12-30 03:05:17','2020-12-29 22:05:17'),
(19949,10813,'action complete via WP Cron','2020-12-30 03:05:17','2020-12-29 22:05:17'),
(19950,10814,'action created','2020-12-30 03:05:17','2020-12-29 22:05:17'),
(19951,10814,'action started via WP Cron','2020-12-30 03:06:20','2020-12-29 22:06:20'),
(19952,10814,'action complete via WP Cron','2020-12-30 03:06:20','2020-12-29 22:06:20'),
(19953,10815,'action created','2020-12-30 03:06:20','2020-12-29 22:06:20'),
(19954,10815,'action started via WP Cron','2020-12-30 03:07:49','2020-12-29 22:07:49'),
(19955,10815,'action complete via WP Cron','2020-12-30 03:07:49','2020-12-29 22:07:49'),
(19956,10816,'action created','2020-12-30 03:07:50','2020-12-29 22:07:50'),
(19957,10816,'action started via WP Cron','2020-12-30 03:09:40','2020-12-29 22:09:40'),
(19958,10816,'action complete via WP Cron','2020-12-30 03:09:40','2020-12-29 22:09:40'),
(19959,10817,'action created','2020-12-30 03:09:40','2020-12-29 22:09:40'),
(19960,10817,'action started via WP Cron','2020-12-30 03:10:59','2020-12-29 22:10:59'),
(19961,10817,'action complete via WP Cron','2020-12-30 03:11:00','2020-12-29 22:11:00'),
(19962,10818,'action created','2020-12-30 03:11:03','2020-12-29 22:11:03'),
(19963,10818,'action started via WP Cron','2020-12-30 03:15:49','2020-12-29 22:15:49'),
(19964,10818,'action complete via WP Cron','2020-12-30 03:15:49','2020-12-29 22:15:49'),
(19965,10819,'action created','2020-12-30 03:15:49','2020-12-29 22:15:49'),
(19966,10819,'action started via WP Cron','2020-12-30 03:17:05','2020-12-29 22:17:05'),
(19967,10819,'action complete via WP Cron','2020-12-30 03:17:05','2020-12-29 22:17:05'),
(19968,10820,'action created','2020-12-30 03:17:05','2020-12-29 22:17:05'),
(19969,10820,'action started via WP Cron','2020-12-30 03:17:36','2020-12-29 22:17:36'),
(19970,10820,'action complete via WP Cron','2020-12-30 03:17:36','2020-12-29 22:17:36'),
(19971,10821,'action created','2020-12-30 03:17:36','2020-12-29 22:17:36'),
(19972,10821,'action started via WP Cron','2020-12-30 03:18:23','2020-12-29 22:18:23'),
(19973,10821,'action complete via WP Cron','2020-12-30 03:18:23','2020-12-29 22:18:23'),
(19974,10822,'action created','2020-12-30 03:18:23','2020-12-29 22:18:23'),
(19975,10822,'action started via WP Cron','2020-12-30 03:24:15','2020-12-29 22:24:15'),
(19976,10822,'action complete via WP Cron','2020-12-30 03:24:15','2020-12-29 22:24:15'),
(19977,10823,'action created','2020-12-30 03:24:15','2020-12-29 22:24:15'),
(19978,10823,'action started via WP Cron','2020-12-30 03:27:58','2020-12-29 22:27:58'),
(19979,10823,'action complete via WP Cron','2020-12-30 03:27:58','2020-12-29 22:27:58'),
(19980,10824,'action created','2020-12-30 03:28:12','2020-12-29 22:28:12'),
(19981,10824,'action started via WP Cron','2020-12-30 03:29:28','2020-12-29 22:29:28'),
(19982,10824,'action complete via WP Cron','2020-12-30 03:29:28','2020-12-29 22:29:28'),
(19983,10825,'action created','2020-12-30 03:29:28','2020-12-29 22:29:28'),
(19984,10825,'action started via WP Cron','2020-12-30 03:31:09','2020-12-29 22:31:09'),
(19985,10825,'action complete via WP Cron','2020-12-30 03:31:09','2020-12-29 22:31:09'),
(19986,10826,'action created','2020-12-30 03:31:09','2020-12-29 22:31:09'),
(19987,10826,'action started via WP Cron','2020-12-30 03:31:37','2020-12-29 22:31:37'),
(19988,10826,'action complete via WP Cron','2020-12-30 03:31:37','2020-12-29 22:31:37'),
(19989,10827,'action created','2020-12-30 03:31:37','2020-12-29 22:31:37'),
(19990,10827,'action started via WP Cron','2020-12-30 03:35:26','2020-12-29 22:35:26'),
(19991,10827,'action complete via WP Cron','2020-12-30 03:35:26','2020-12-29 22:35:26'),
(19992,10828,'action created','2020-12-30 03:35:27','2020-12-29 22:35:27'),
(19993,10828,'action started via WP Cron','2020-12-30 03:36:50','2020-12-29 22:36:50'),
(19994,10828,'action complete via WP Cron','2020-12-30 03:36:51','2020-12-29 22:36:51'),
(19995,10829,'action created','2020-12-30 03:36:51','2020-12-29 22:36:51'),
(19996,10829,'action started via WP Cron','2020-12-30 03:43:56','2020-12-29 22:43:56'),
(19997,10829,'action complete via WP Cron','2020-12-30 03:43:56','2020-12-29 22:43:56'),
(19998,10830,'action created','2020-12-30 03:43:56','2020-12-29 22:43:56'),
(19999,10830,'action started via WP Cron','2020-12-30 03:44:14','2020-12-29 22:44:14'),
(20000,10830,'action complete via WP Cron','2020-12-30 03:44:14','2020-12-29 22:44:14'),
(20001,10831,'action created','2020-12-30 03:44:14','2020-12-29 22:44:14'),
(20002,10831,'action started via WP Cron','2020-12-30 03:45:49','2020-12-29 22:45:49'),
(20003,10831,'action complete via WP Cron','2020-12-30 03:45:49','2020-12-29 22:45:49'),
(20004,10832,'action created','2020-12-30 03:45:49','2020-12-29 22:45:49'),
(20005,10832,'action started via WP Cron','2020-12-30 03:46:37','2020-12-29 22:46:37'),
(20006,10832,'action complete via WP Cron','2020-12-30 03:46:37','2020-12-29 22:46:37'),
(20007,10833,'action created','2020-12-30 03:46:37','2020-12-29 22:46:37'),
(20008,10833,'action started via WP Cron','2020-12-30 03:48:46','2020-12-29 22:48:46'),
(20009,10833,'action complete via WP Cron','2020-12-30 03:48:46','2020-12-29 22:48:46'),
(20010,10834,'action created','2020-12-30 03:48:46','2020-12-29 22:48:46'),
(20011,10834,'action started via WP Cron','2020-12-30 03:52:53','2020-12-29 22:52:53'),
(20012,10834,'action complete via WP Cron','2020-12-30 03:52:53','2020-12-29 22:52:53'),
(20013,10835,'action created','2020-12-30 03:52:53','2020-12-29 22:52:53'),
(20014,10835,'action started via WP Cron','2020-12-30 03:53:48','2020-12-29 22:53:48'),
(20015,10835,'action complete via WP Cron','2020-12-30 03:53:48','2020-12-29 22:53:48'),
(20016,10836,'action created','2020-12-30 03:53:48','2020-12-29 22:53:48'),
(20017,10836,'action started via WP Cron','2020-12-30 03:55:30','2020-12-29 22:55:30'),
(20018,10836,'action complete via WP Cron','2020-12-30 03:55:30','2020-12-29 22:55:30'),
(20019,10837,'action created','2020-12-30 03:55:30','2020-12-29 22:55:30'),
(20020,10837,'action started via WP Cron','2020-12-30 03:56:24','2020-12-29 22:56:24'),
(20021,10837,'action complete via WP Cron','2020-12-30 03:56:24','2020-12-29 22:56:24'),
(20022,10838,'action created','2020-12-30 03:56:24','2020-12-29 22:56:24'),
(20023,10838,'action started via WP Cron','2020-12-30 03:57:48','2020-12-29 22:57:48'),
(20024,10838,'action complete via WP Cron','2020-12-30 03:57:48','2020-12-29 22:57:48'),
(20025,10839,'action created','2020-12-30 03:57:50','2020-12-29 22:57:50'),
(20026,10839,'action started via WP Cron','2020-12-30 04:01:11','2020-12-29 23:01:11'),
(20027,10839,'action complete via WP Cron','2020-12-30 04:01:11','2020-12-29 23:01:11'),
(20028,10840,'action created','2020-12-30 04:01:11','2020-12-29 23:01:11'),
(20029,10840,'action started via WP Cron','2020-12-30 04:02:47','2020-12-29 23:02:47'),
(20030,10840,'action complete via WP Cron','2020-12-30 04:02:47','2020-12-29 23:02:47'),
(20031,10841,'action created','2020-12-30 04:02:47','2020-12-29 23:02:47'),
(20032,10841,'action started via WP Cron','2020-12-30 04:03:19','2020-12-29 23:03:19'),
(20033,10841,'action complete via WP Cron','2020-12-30 04:03:19','2020-12-29 23:03:19'),
(20034,10842,'action created','2020-12-30 04:03:19','2020-12-29 23:03:19'),
(20035,10842,'action started via WP Cron','2020-12-30 04:05:11','2020-12-29 23:05:11'),
(20036,10842,'action complete via WP Cron','2020-12-30 04:05:11','2020-12-29 23:05:11'),
(20037,10843,'action created','2020-12-30 04:05:11','2020-12-29 23:05:11'),
(20038,10843,'action started via WP Cron','2020-12-30 04:06:29','2020-12-29 23:06:29'),
(20039,10843,'action complete via WP Cron','2020-12-30 04:06:29','2020-12-29 23:06:29'),
(20040,10844,'action created','2020-12-30 04:06:29','2020-12-29 23:06:29'),
(20041,10844,'action started via WP Cron','2020-12-30 04:07:21','2020-12-29 23:07:21'),
(20042,10844,'action complete via WP Cron','2020-12-30 04:07:21','2020-12-29 23:07:21'),
(20043,10845,'action created','2020-12-30 04:07:21','2020-12-29 23:07:21'),
(20044,10845,'action started via WP Cron','2020-12-30 04:08:57','2020-12-29 23:08:57'),
(20045,10845,'action complete via WP Cron','2020-12-30 04:08:58','2020-12-29 23:08:58'),
(20046,10846,'action created','2020-12-30 04:08:58','2020-12-29 23:08:58'),
(20047,10846,'action started via WP Cron','2020-12-30 04:09:19','2020-12-29 23:09:19'),
(20048,10846,'action complete via WP Cron','2020-12-30 04:09:19','2020-12-29 23:09:19'),
(20049,10847,'action created','2020-12-30 04:09:19','2020-12-29 23:09:19'),
(20050,10847,'action started via WP Cron','2020-12-30 04:10:26','2020-12-29 23:10:26'),
(20051,10847,'action complete via WP Cron','2020-12-30 04:10:26','2020-12-29 23:10:26'),
(20052,10848,'action created','2020-12-30 04:10:27','2020-12-29 23:10:27'),
(20053,10848,'action started via WP Cron','2020-12-30 04:11:29','2020-12-29 23:11:29'),
(20054,10848,'action complete via WP Cron','2020-12-30 04:11:29','2020-12-29 23:11:29'),
(20055,10849,'action created','2020-12-30 04:11:30','2020-12-29 23:11:30'),
(20056,10849,'action started via WP Cron','2020-12-30 04:12:16','2020-12-29 23:12:16'),
(20057,10849,'action complete via WP Cron','2020-12-30 04:12:16','2020-12-29 23:12:16'),
(20058,10850,'action created','2020-12-30 04:12:16','2020-12-29 23:12:16'),
(20059,10850,'action started via WP Cron','2020-12-30 04:14:48','2020-12-29 23:14:48'),
(20060,10850,'action complete via WP Cron','2020-12-30 04:14:48','2020-12-29 23:14:48'),
(20061,10851,'action created','2020-12-30 04:14:48','2020-12-29 23:14:48'),
(20062,10851,'action started via WP Cron','2020-12-30 04:16:44','2020-12-29 23:16:44'),
(20063,10851,'action complete via WP Cron','2020-12-30 04:16:44','2020-12-29 23:16:44'),
(20064,10852,'action created','2020-12-30 04:16:44','2020-12-29 23:16:44'),
(20065,10852,'action started via WP Cron','2020-12-30 04:17:29','2020-12-29 23:17:29'),
(20066,10852,'action complete via WP Cron','2020-12-30 04:17:29','2020-12-29 23:17:29'),
(20067,10853,'action created','2020-12-30 04:17:29','2020-12-29 23:17:29'),
(20068,10853,'action started via WP Cron','2020-12-30 04:19:18','2020-12-29 23:19:18'),
(20069,10853,'action complete via WP Cron','2020-12-30 04:19:18','2020-12-29 23:19:18'),
(20070,10854,'action created','2020-12-30 04:19:18','2020-12-29 23:19:18'),
(20071,10854,'action started via WP Cron','2020-12-30 04:20:35','2020-12-29 23:20:35'),
(20072,10854,'action complete via WP Cron','2020-12-30 04:20:35','2020-12-29 23:20:35'),
(20073,10855,'action created','2020-12-30 04:20:36','2020-12-29 23:20:36'),
(20074,10855,'action started via WP Cron','2020-12-30 04:23:55','2020-12-29 23:23:55'),
(20075,10855,'action complete via WP Cron','2020-12-30 04:23:55','2020-12-29 23:23:55'),
(20076,10856,'action created','2020-12-30 04:23:55','2020-12-29 23:23:55'),
(20077,10856,'action started via WP Cron','2020-12-30 04:24:33','2020-12-29 23:24:33'),
(20078,10856,'action complete via WP Cron','2020-12-30 04:24:33','2020-12-29 23:24:33'),
(20079,10857,'action created','2020-12-30 04:24:33','2020-12-29 23:24:33'),
(20080,10857,'action started via WP Cron','2020-12-30 04:25:29','2020-12-29 23:25:29'),
(20081,10857,'action complete via WP Cron','2020-12-30 04:25:29','2020-12-29 23:25:29'),
(20082,10858,'action created','2020-12-30 04:25:29','2020-12-29 23:25:29'),
(20083,10858,'action started via WP Cron','2020-12-30 04:26:51','2020-12-29 23:26:51'),
(20084,10858,'action complete via WP Cron','2020-12-30 04:26:51','2020-12-29 23:26:51'),
(20085,10859,'action created','2020-12-30 04:26:51','2020-12-29 23:26:51'),
(20086,10859,'action started via WP Cron','2020-12-30 04:27:22','2020-12-29 23:27:22'),
(20087,10859,'action complete via WP Cron','2020-12-30 04:27:22','2020-12-29 23:27:22'),
(20088,10860,'action created','2020-12-30 04:27:22','2020-12-29 23:27:22'),
(20089,10860,'action started via WP Cron','2020-12-30 04:28:16','2020-12-29 23:28:16'),
(20090,10860,'action complete via WP Cron','2020-12-30 04:28:16','2020-12-29 23:28:16'),
(20091,10861,'action created','2020-12-30 04:28:16','2020-12-29 23:28:16'),
(20092,10861,'action started via WP Cron','2020-12-30 04:30:07','2020-12-29 23:30:07'),
(20093,10861,'action complete via WP Cron','2020-12-30 04:30:07','2020-12-29 23:30:07'),
(20094,10862,'action created','2020-12-30 04:30:07','2020-12-29 23:30:07'),
(20095,10862,'action started via WP Cron','2020-12-30 04:30:40','2020-12-29 23:30:40'),
(20096,10862,'action complete via WP Cron','2020-12-30 04:30:40','2020-12-29 23:30:40'),
(20097,10863,'action created','2020-12-30 04:30:40','2020-12-29 23:30:40'),
(20098,10863,'action started via WP Cron','2020-12-30 04:31:12','2020-12-29 23:31:12'),
(20099,10863,'action complete via WP Cron','2020-12-30 04:31:12','2020-12-29 23:31:12'),
(20100,10864,'action created','2020-12-30 04:31:12','2020-12-29 23:31:12'),
(20101,10864,'action started via WP Cron','2020-12-30 04:32:47','2020-12-29 23:32:47'),
(20102,10864,'action complete via WP Cron','2020-12-30 04:32:47','2020-12-29 23:32:47'),
(20103,10865,'action created','2020-12-30 04:32:47','2020-12-29 23:32:47'),
(20104,10865,'action started via WP Cron','2020-12-30 04:38:23','2020-12-29 23:38:23'),
(20105,10865,'action complete via WP Cron','2020-12-30 04:38:23','2020-12-29 23:38:23'),
(20106,10866,'action created','2020-12-30 04:38:23','2020-12-29 23:38:23'),
(20107,10866,'action started via WP Cron','2020-12-30 04:39:23','2020-12-29 23:39:23'),
(20108,10866,'action complete via WP Cron','2020-12-30 04:39:23','2020-12-29 23:39:23'),
(20109,10867,'action created','2020-12-30 04:39:23','2020-12-29 23:39:23'),
(20110,10867,'action started via WP Cron','2020-12-30 04:40:29','2020-12-29 23:40:29'),
(20111,10867,'action complete via WP Cron','2020-12-30 04:40:29','2020-12-29 23:40:29'),
(20112,10868,'action created','2020-12-30 04:40:29','2020-12-29 23:40:29'),
(20113,10868,'action started via WP Cron','2020-12-30 04:43:36','2020-12-29 23:43:36'),
(20114,10868,'action complete via WP Cron','2020-12-30 04:43:36','2020-12-29 23:43:36'),
(20115,10869,'action created','2020-12-30 04:43:36','2020-12-29 23:43:36'),
(20116,10869,'action started via WP Cron','2020-12-30 04:44:20','2020-12-29 23:44:20'),
(20117,10869,'action complete via WP Cron','2020-12-30 04:44:20','2020-12-29 23:44:20'),
(20118,10870,'action created','2020-12-30 04:44:20','2020-12-29 23:44:20'),
(20119,10870,'action started via WP Cron','2020-12-30 04:46:17','2020-12-29 23:46:17'),
(20120,10870,'action complete via WP Cron','2020-12-30 04:46:17','2020-12-29 23:46:17'),
(20121,10871,'action created','2020-12-30 04:46:17','2020-12-29 23:46:17'),
(20122,10871,'action started via WP Cron','2020-12-30 04:48:11','2020-12-29 23:48:11'),
(20123,10871,'action complete via WP Cron','2020-12-30 04:48:11','2020-12-29 23:48:11'),
(20124,10872,'action created','2020-12-30 04:48:11','2020-12-29 23:48:11'),
(20125,10872,'action started via WP Cron','2020-12-30 04:49:17','2020-12-29 23:49:17'),
(20126,10872,'action complete via WP Cron','2020-12-30 04:49:17','2020-12-29 23:49:17'),
(20127,10873,'action created','2020-12-30 04:49:17','2020-12-29 23:49:17'),
(20128,10873,'action started via WP Cron','2020-12-30 04:50:23','2020-12-29 23:50:23'),
(20129,10873,'action complete via WP Cron','2020-12-30 04:50:23','2020-12-29 23:50:23'),
(20130,10874,'action created','2020-12-30 04:50:23','2020-12-29 23:50:23'),
(20131,10874,'action started via WP Cron','2020-12-30 04:52:04','2020-12-29 23:52:04'),
(20132,10874,'action complete via WP Cron','2020-12-30 04:52:04','2020-12-29 23:52:04'),
(20133,10875,'action created','2020-12-30 04:52:04','2020-12-29 23:52:04'),
(20134,10875,'action started via WP Cron','2020-12-30 04:52:44','2020-12-29 23:52:44'),
(20135,10875,'action complete via WP Cron','2020-12-30 04:52:44','2020-12-29 23:52:44'),
(20136,10876,'action created','2020-12-30 04:52:44','2020-12-29 23:52:44'),
(20137,10876,'action started via WP Cron','2020-12-30 04:56:49','2020-12-29 23:56:49'),
(20138,10876,'action complete via WP Cron','2020-12-30 04:56:49','2020-12-29 23:56:49'),
(20139,10877,'action created','2020-12-30 04:56:50','2020-12-29 23:56:50'),
(20140,10877,'action started via WP Cron','2020-12-30 05:02:35','2020-12-30 00:02:35'),
(20141,10877,'action complete via WP Cron','2020-12-30 05:02:35','2020-12-30 00:02:35'),
(20142,10878,'action created','2020-12-30 05:02:35','2020-12-30 00:02:35'),
(20143,10878,'action started via WP Cron','2020-12-30 05:04:49','2020-12-30 00:04:49'),
(20144,10878,'action complete via WP Cron','2020-12-30 05:04:49','2020-12-30 00:04:49'),
(20145,10879,'action created','2020-12-30 05:04:49','2020-12-30 00:04:49'),
(20146,10879,'action started via WP Cron','2020-12-30 05:06:05','2020-12-30 00:06:05'),
(20147,10879,'action complete via WP Cron','2020-12-30 05:06:05','2020-12-30 00:06:05'),
(20148,10880,'action created','2020-12-30 05:06:05','2020-12-30 00:06:05'),
(20149,10880,'action started via WP Cron','2020-12-30 05:07:04','2020-12-30 00:07:04'),
(20150,10880,'action complete via WP Cron','2020-12-30 05:07:04','2020-12-30 00:07:04'),
(20151,10881,'action created','2020-12-30 05:07:04','2020-12-30 00:07:04'),
(20152,10881,'action started via WP Cron','2020-12-30 05:08:45','2020-12-30 00:08:45'),
(20153,10881,'action complete via WP Cron','2020-12-30 05:08:45','2020-12-30 00:08:45'),
(20154,10882,'action created','2020-12-30 05:08:45','2020-12-30 00:08:45'),
(20155,10882,'action started via WP Cron','2020-12-30 05:09:39','2020-12-30 00:09:39'),
(20156,10882,'action complete via WP Cron','2020-12-30 05:09:39','2020-12-30 00:09:39'),
(20157,10883,'action created','2020-12-30 05:09:39','2020-12-30 00:09:39'),
(20158,10883,'action started via WP Cron','2020-12-30 05:10:44','2020-12-30 00:10:44'),
(20159,10883,'action complete via WP Cron','2020-12-30 05:10:44','2020-12-30 00:10:44'),
(20160,10884,'action created','2020-12-30 05:10:44','2020-12-30 00:10:44'),
(20161,10884,'action started via WP Cron','2020-12-30 05:11:15','2020-12-30 00:11:15'),
(20162,10884,'action complete via WP Cron','2020-12-30 05:11:15','2020-12-30 00:11:15'),
(20163,10885,'action created','2020-12-30 05:11:15','2020-12-30 00:11:15'),
(20164,10885,'action started via WP Cron','2020-12-30 05:12:18','2020-12-30 00:12:18'),
(20165,10885,'action complete via WP Cron','2020-12-30 05:12:18','2020-12-30 00:12:18'),
(20166,10886,'action created','2020-12-30 05:12:18','2020-12-30 00:12:18'),
(20167,10886,'action started via WP Cron','2020-12-30 05:13:45','2020-12-30 00:13:45'),
(20168,10886,'action complete via WP Cron','2020-12-30 05:13:45','2020-12-30 00:13:45'),
(20169,10887,'action created','2020-12-30 05:13:45','2020-12-30 00:13:45'),
(20170,10887,'action started via WP Cron','2020-12-30 05:14:32','2020-12-30 00:14:32'),
(20171,10887,'action complete via WP Cron','2020-12-30 05:14:32','2020-12-30 00:14:32'),
(20172,10888,'action created','2020-12-30 05:14:32','2020-12-30 00:14:32'),
(20173,10888,'action started via WP Cron','2020-12-30 05:15:17','2020-12-30 00:15:17'),
(20174,10888,'action complete via WP Cron','2020-12-30 05:15:17','2020-12-30 00:15:17'),
(20175,10889,'action created','2020-12-30 05:15:17','2020-12-30 00:15:17'),
(20176,10889,'action started via WP Cron','2020-12-30 05:19:43','2020-12-30 00:19:43'),
(20177,10889,'action complete via WP Cron','2020-12-30 05:19:43','2020-12-30 00:19:43'),
(20178,10890,'action created','2020-12-30 05:19:43','2020-12-30 00:19:43'),
(20179,10890,'action started via WP Cron','2020-12-30 05:22:08','2020-12-30 00:22:08'),
(20180,10890,'action complete via WP Cron','2020-12-30 05:22:08','2020-12-30 00:22:08'),
(20181,10891,'action created','2020-12-30 05:22:09','2020-12-30 00:22:09'),
(20182,10891,'action started via WP Cron','2020-12-30 05:22:20','2020-12-30 00:22:20'),
(20183,10891,'action complete via WP Cron','2020-12-30 05:22:20','2020-12-30 00:22:20'),
(20184,10892,'action created','2020-12-30 05:22:20','2020-12-30 00:22:20'),
(20185,10892,'action started via WP Cron','2020-12-30 05:24:17','2020-12-30 00:24:17'),
(20186,10892,'action complete via WP Cron','2020-12-30 05:24:17','2020-12-30 00:24:17'),
(20187,10893,'action created','2020-12-30 05:24:17','2020-12-30 00:24:17'),
(20188,10893,'action started via WP Cron','2020-12-30 05:25:15','2020-12-30 00:25:15'),
(20189,10893,'action complete via WP Cron','2020-12-30 05:25:15','2020-12-30 00:25:15'),
(20190,10894,'action created','2020-12-30 05:25:15','2020-12-30 00:25:15'),
(20191,10894,'action started via WP Cron','2020-12-30 05:27:52','2020-12-30 00:27:52'),
(20192,10894,'action complete via WP Cron','2020-12-30 05:27:52','2020-12-30 00:27:52'),
(20193,10895,'action created','2020-12-30 05:27:52','2020-12-30 00:27:52'),
(20194,10895,'action started via WP Cron','2020-12-30 05:28:41','2020-12-30 00:28:41'),
(20195,10895,'action complete via WP Cron','2020-12-30 05:28:41','2020-12-30 00:28:41'),
(20196,10896,'action created','2020-12-30 05:28:41','2020-12-30 00:28:41'),
(20197,10896,'action started via WP Cron','2020-12-30 05:31:42','2020-12-30 00:31:42'),
(20198,10896,'action complete via WP Cron','2020-12-30 05:31:42','2020-12-30 00:31:42'),
(20199,10897,'action created','2020-12-30 05:31:42','2020-12-30 00:31:42'),
(20200,10897,'action started via WP Cron','2020-12-30 05:33:05','2020-12-30 00:33:05'),
(20201,10897,'action complete via WP Cron','2020-12-30 05:33:05','2020-12-30 00:33:05'),
(20202,10898,'action created','2020-12-30 05:33:05','2020-12-30 00:33:05'),
(20203,10898,'action started via WP Cron','2020-12-30 05:33:17','2020-12-30 00:33:17'),
(20204,10898,'action complete via WP Cron','2020-12-30 05:33:17','2020-12-30 00:33:17'),
(20205,10899,'action created','2020-12-30 05:33:17','2020-12-30 00:33:17'),
(20206,10899,'action started via WP Cron','2020-12-30 05:34:44','2020-12-30 00:34:44'),
(20207,10899,'action complete via WP Cron','2020-12-30 05:34:44','2020-12-30 00:34:44'),
(20208,10900,'action created','2020-12-30 05:34:44','2020-12-30 00:34:44'),
(20209,10900,'action started via WP Cron','2020-12-30 05:35:38','2020-12-30 00:35:38'),
(20210,10900,'action complete via WP Cron','2020-12-30 05:35:38','2020-12-30 00:35:38'),
(20211,10901,'action created','2020-12-30 05:35:38','2020-12-30 00:35:38'),
(20212,10901,'action started via WP Cron','2020-12-30 05:38:16','2020-12-30 00:38:16'),
(20213,10901,'action complete via WP Cron','2020-12-30 05:38:16','2020-12-30 00:38:16'),
(20214,10902,'action created','2020-12-30 05:38:16','2020-12-30 00:38:16'),
(20215,10902,'action started via WP Cron','2020-12-30 05:39:50','2020-12-30 00:39:50'),
(20216,10902,'action complete via WP Cron','2020-12-30 05:39:50','2020-12-30 00:39:50'),
(20217,10903,'action created','2020-12-30 05:39:50','2020-12-30 00:39:50'),
(20218,10903,'action started via WP Cron','2020-12-30 05:40:24','2020-12-30 00:40:24'),
(20219,10903,'action complete via WP Cron','2020-12-30 05:40:24','2020-12-30 00:40:24'),
(20220,10904,'action created','2020-12-30 05:40:24','2020-12-30 00:40:24'),
(20221,10904,'action started via WP Cron','2020-12-30 05:42:54','2020-12-30 00:42:54'),
(20222,10904,'action complete via WP Cron','2020-12-30 05:42:54','2020-12-30 00:42:54'),
(20223,10905,'action created','2020-12-30 05:42:54','2020-12-30 00:42:54'),
(20224,10905,'action started via WP Cron','2020-12-30 05:43:32','2020-12-30 00:43:32'),
(20225,10905,'action complete via WP Cron','2020-12-30 05:43:32','2020-12-30 00:43:32'),
(20226,10906,'action created','2020-12-30 05:43:32','2020-12-30 00:43:32'),
(20227,10906,'action started via WP Cron','2020-12-30 05:46:03','2020-12-30 00:46:03'),
(20228,10906,'action complete via WP Cron','2020-12-30 05:46:03','2020-12-30 00:46:03'),
(20229,10907,'action created','2020-12-30 05:46:03','2020-12-30 00:46:03'),
(20230,10907,'action started via WP Cron','2020-12-30 05:46:34','2020-12-30 00:46:34'),
(20231,10907,'action complete via WP Cron','2020-12-30 05:46:34','2020-12-30 00:46:34'),
(20232,10908,'action created','2020-12-30 05:46:34','2020-12-30 00:46:34'),
(20233,10908,'action started via WP Cron','2020-12-30 05:47:16','2020-12-30 00:47:16'),
(20234,10908,'action complete via WP Cron','2020-12-30 05:47:16','2020-12-30 00:47:16'),
(20235,10909,'action created','2020-12-30 05:47:16','2020-12-30 00:47:16'),
(20236,10909,'action started via WP Cron','2020-12-30 05:48:14','2020-12-30 00:48:14'),
(20237,10909,'action complete via WP Cron','2020-12-30 05:48:14','2020-12-30 00:48:14'),
(20238,10910,'action created','2020-12-30 05:48:14','2020-12-30 00:48:14'),
(20239,10910,'action started via WP Cron','2020-12-30 05:49:53','2020-12-30 00:49:53'),
(20240,10910,'action complete via WP Cron','2020-12-30 05:49:53','2020-12-30 00:49:53'),
(20241,10911,'action created','2020-12-30 05:49:53','2020-12-30 00:49:53'),
(20242,10911,'action started via WP Cron','2020-12-30 05:50:34','2020-12-30 00:50:34'),
(20243,10911,'action complete via WP Cron','2020-12-30 05:50:34','2020-12-30 00:50:34'),
(20244,10912,'action created','2020-12-30 05:50:34','2020-12-30 00:50:34'),
(20245,10912,'action started via WP Cron','2020-12-30 05:51:57','2020-12-30 00:51:57'),
(20246,10912,'action complete via WP Cron','2020-12-30 05:51:57','2020-12-30 00:51:57'),
(20247,10913,'action created','2020-12-30 05:51:57','2020-12-30 00:51:57'),
(20248,10913,'action started via WP Cron','2020-12-30 05:52:15','2020-12-30 00:52:15'),
(20249,10913,'action complete via WP Cron','2020-12-30 05:52:15','2020-12-30 00:52:15'),
(20250,10914,'action created','2020-12-30 05:52:15','2020-12-30 00:52:15'),
(20251,10914,'action started via WP Cron','2020-12-30 05:53:18','2020-12-30 00:53:18'),
(20252,10914,'action complete via WP Cron','2020-12-30 05:53:18','2020-12-30 00:53:18'),
(20253,10915,'action created','2020-12-30 05:53:18','2020-12-30 00:53:18'),
(20254,10915,'action started via WP Cron','2020-12-30 05:54:13','2020-12-30 00:54:13'),
(20255,10915,'action complete via WP Cron','2020-12-30 05:54:13','2020-12-30 00:54:13'),
(20256,10916,'action created','2020-12-30 05:54:13','2020-12-30 00:54:13'),
(20257,10916,'action started via WP Cron','2020-12-30 05:55:18','2020-12-30 00:55:18'),
(20258,10916,'action complete via WP Cron','2020-12-30 05:55:18','2020-12-30 00:55:18'),
(20259,10917,'action created','2020-12-30 05:55:18','2020-12-30 00:55:18'),
(20260,10917,'action started via WP Cron','2020-12-30 05:58:25','2020-12-30 00:58:25'),
(20261,10917,'action complete via WP Cron','2020-12-30 05:58:25','2020-12-30 00:58:25'),
(20262,10918,'action created','2020-12-30 05:58:26','2020-12-30 00:58:26'),
(20263,10918,'action started via WP Cron','2020-12-30 06:00:05','2020-12-30 01:00:05'),
(20264,10918,'action complete via WP Cron','2020-12-30 06:00:05','2020-12-30 01:00:05'),
(20265,10919,'action created','2020-12-30 06:00:05','2020-12-30 01:00:05'),
(20266,10919,'action started via WP Cron','2020-12-30 06:00:38','2020-12-30 01:00:38'),
(20267,10919,'action complete via WP Cron','2020-12-30 06:00:38','2020-12-30 01:00:38'),
(20268,10920,'action created','2020-12-30 06:00:38','2020-12-30 01:00:38'),
(20269,10920,'action started via WP Cron','2020-12-30 06:02:30','2020-12-30 01:02:30'),
(20270,10920,'action complete via WP Cron','2020-12-30 06:02:30','2020-12-30 01:02:30'),
(20271,10921,'action created','2020-12-30 06:02:30','2020-12-30 01:02:30'),
(20272,10921,'action started via WP Cron','2020-12-30 06:03:27','2020-12-30 01:03:27'),
(20273,10921,'action complete via WP Cron','2020-12-30 06:03:27','2020-12-30 01:03:27'),
(20274,10922,'action created','2020-12-30 06:03:27','2020-12-30 01:03:27'),
(20275,10922,'action started via WP Cron','2020-12-30 06:04:47','2020-12-30 01:04:47'),
(20276,10922,'action complete via WP Cron','2020-12-30 06:04:47','2020-12-30 01:04:47'),
(20277,10923,'action created','2020-12-30 06:04:47','2020-12-30 01:04:47'),
(20278,10923,'action started via WP Cron','2020-12-30 06:05:12','2020-12-30 01:05:12'),
(20279,10923,'action complete via WP Cron','2020-12-30 06:05:12','2020-12-30 01:05:12'),
(20280,10924,'action created','2020-12-30 06:05:12','2020-12-30 01:05:12'),
(20281,10924,'action started via WP Cron','2020-12-30 06:06:23','2020-12-30 01:06:23'),
(20282,10924,'action complete via WP Cron','2020-12-30 06:06:23','2020-12-30 01:06:23'),
(20283,10925,'action created','2020-12-30 06:06:23','2020-12-30 01:06:23'),
(20284,10925,'action started via WP Cron','2020-12-30 06:08:13','2020-12-30 01:08:13'),
(20285,10925,'action complete via WP Cron','2020-12-30 06:08:13','2020-12-30 01:08:13'),
(20286,10926,'action created','2020-12-30 06:08:13','2020-12-30 01:08:13'),
(20287,10926,'action started via WP Cron','2020-12-30 06:09:32','2020-12-30 01:09:32'),
(20288,10926,'action complete via WP Cron','2020-12-30 06:09:32','2020-12-30 01:09:32'),
(20289,10927,'action created','2020-12-30 06:09:32','2020-12-30 01:09:32'),
(20290,10927,'action started via WP Cron','2020-12-30 06:10:29','2020-12-30 01:10:29'),
(20291,10927,'action complete via WP Cron','2020-12-30 06:10:30','2020-12-30 01:10:30'),
(20292,10928,'action created','2020-12-30 06:10:30','2020-12-30 01:10:30'),
(20293,10928,'action started via WP Cron','2020-12-30 06:11:37','2020-12-30 01:11:37'),
(20294,10928,'action complete via WP Cron','2020-12-30 06:11:37','2020-12-30 01:11:37'),
(20295,10929,'action created','2020-12-30 06:11:37','2020-12-30 01:11:37'),
(20296,10929,'action started via WP Cron','2020-12-30 06:12:46','2020-12-30 01:12:46'),
(20297,10929,'action complete via WP Cron','2020-12-30 06:12:46','2020-12-30 01:12:46'),
(20298,10930,'action created','2020-12-30 06:12:46','2020-12-30 01:12:46'),
(20299,10930,'action started via WP Cron','2020-12-30 06:13:24','2020-12-30 01:13:24'),
(20300,10930,'action complete via WP Cron','2020-12-30 06:13:24','2020-12-30 01:13:24'),
(20301,10931,'action created','2020-12-30 06:13:24','2020-12-30 01:13:24'),
(20302,10931,'action started via WP Cron','2020-12-30 06:14:36','2020-12-30 01:14:36'),
(20303,10931,'action complete via WP Cron','2020-12-30 06:14:36','2020-12-30 01:14:36'),
(20304,10932,'action created','2020-12-30 06:14:36','2020-12-30 01:14:36'),
(20305,10932,'action started via WP Cron','2020-12-30 06:16:43','2020-12-30 01:16:43'),
(20306,10932,'action complete via WP Cron','2020-12-30 06:16:43','2020-12-30 01:16:43'),
(20307,10933,'action created','2020-12-30 06:16:43','2020-12-30 01:16:43'),
(20308,10933,'action started via WP Cron','2020-12-30 06:17:11','2020-12-30 01:17:11'),
(20309,10933,'action complete via WP Cron','2020-12-30 06:17:11','2020-12-30 01:17:11'),
(20310,10934,'action created','2020-12-30 06:17:11','2020-12-30 01:17:11'),
(20311,10934,'action started via WP Cron','2020-12-30 06:21:34','2020-12-30 01:21:34'),
(20312,10934,'action complete via WP Cron','2020-12-30 06:21:34','2020-12-30 01:21:34'),
(20313,10935,'action created','2020-12-30 06:21:34','2020-12-30 01:21:34'),
(20314,10935,'action started via WP Cron','2020-12-30 06:22:28','2020-12-30 01:22:28'),
(20315,10935,'action complete via WP Cron','2020-12-30 06:22:28','2020-12-30 01:22:28'),
(20316,10936,'action created','2020-12-30 06:22:29','2020-12-30 01:22:29'),
(20317,10936,'action started via WP Cron','2020-12-30 06:25:34','2020-12-30 01:25:34'),
(20318,10936,'action complete via WP Cron','2020-12-30 06:25:34','2020-12-30 01:25:34'),
(20319,10937,'action created','2020-12-30 06:25:34','2020-12-30 01:25:34'),
(20320,10937,'action started via WP Cron','2020-12-30 06:29:43','2020-12-30 01:29:43'),
(20321,10937,'action complete via WP Cron','2020-12-30 06:29:43','2020-12-30 01:29:43'),
(20322,10938,'action created','2020-12-30 06:29:43','2020-12-30 01:29:43'),
(20323,10938,'action started via WP Cron','2020-12-30 06:30:53','2020-12-30 01:30:53'),
(20324,10938,'action complete via WP Cron','2020-12-30 06:30:53','2020-12-30 01:30:53'),
(20325,10939,'action created','2020-12-30 06:30:53','2020-12-30 01:30:53'),
(20326,10939,'action started via WP Cron','2020-12-30 06:32:35','2020-12-30 01:32:35'),
(20327,10939,'action complete via WP Cron','2020-12-30 06:32:35','2020-12-30 01:32:35'),
(20328,10940,'action created','2020-12-30 06:32:35','2020-12-30 01:32:35'),
(20329,10940,'action started via WP Cron','2020-12-30 06:34:04','2020-12-30 01:34:04'),
(20330,10940,'action complete via WP Cron','2020-12-30 06:34:04','2020-12-30 01:34:04'),
(20331,10941,'action created','2020-12-30 06:34:04','2020-12-30 01:34:04'),
(20332,10941,'action started via WP Cron','2020-12-30 06:37:20','2020-12-30 01:37:20'),
(20333,10941,'action complete via WP Cron','2020-12-30 06:37:20','2020-12-30 01:37:20'),
(20334,10942,'action created','2020-12-30 06:37:20','2020-12-30 01:37:20'),
(20335,10942,'action started via WP Cron','2020-12-30 06:40:43','2020-12-30 01:40:43'),
(20336,10942,'action complete via WP Cron','2020-12-30 06:40:43','2020-12-30 01:40:43'),
(20337,10943,'action created','2020-12-30 06:40:43','2020-12-30 01:40:43'),
(20338,10943,'action started via WP Cron','2020-12-30 06:41:20','2020-12-30 01:41:20'),
(20339,10943,'action complete via WP Cron','2020-12-30 06:41:20','2020-12-30 01:41:20'),
(20340,10944,'action created','2020-12-30 06:41:20','2020-12-30 01:41:20'),
(20341,10944,'action started via WP Cron','2020-12-30 06:43:58','2020-12-30 01:43:58'),
(20342,10944,'action complete via WP Cron','2020-12-30 06:43:58','2020-12-30 01:43:58'),
(20343,10945,'action created','2020-12-30 06:43:58','2020-12-30 01:43:58'),
(20344,10945,'action started via WP Cron','2020-12-30 06:44:39','2020-12-30 01:44:39'),
(20345,10945,'action complete via WP Cron','2020-12-30 06:44:39','2020-12-30 01:44:39'),
(20346,10946,'action created','2020-12-30 06:44:39','2020-12-30 01:44:39'),
(20347,10946,'action started via WP Cron','2020-12-30 06:46:36','2020-12-30 01:46:36'),
(20348,10946,'action complete via WP Cron','2020-12-30 06:46:36','2020-12-30 01:46:36'),
(20349,10947,'action created','2020-12-30 06:46:36','2020-12-30 01:46:36'),
(20350,10947,'action started via WP Cron','2020-12-30 06:47:28','2020-12-30 01:47:28'),
(20351,10947,'action complete via WP Cron','2020-12-30 06:47:28','2020-12-30 01:47:28'),
(20352,10948,'action created','2020-12-30 06:47:28','2020-12-30 01:47:28'),
(20353,10948,'action started via WP Cron','2020-12-30 06:49:53','2020-12-30 01:49:53'),
(20354,10948,'action complete via WP Cron','2020-12-30 06:49:53','2020-12-30 01:49:53'),
(20355,10949,'action created','2020-12-30 06:49:53','2020-12-30 01:49:53'),
(20356,10949,'action started via WP Cron','2020-12-30 06:51:33','2020-12-30 01:51:33'),
(20357,10949,'action complete via WP Cron','2020-12-30 06:51:33','2020-12-30 01:51:33'),
(20358,10950,'action created','2020-12-30 06:51:33','2020-12-30 01:51:33'),
(20359,10950,'action started via WP Cron','2020-12-30 06:54:24','2020-12-30 01:54:24'),
(20360,10950,'action complete via WP Cron','2020-12-30 06:54:24','2020-12-30 01:54:24'),
(20361,10951,'action created','2020-12-30 06:54:24','2020-12-30 01:54:24'),
(20362,10951,'action started via WP Cron','2020-12-30 06:59:31','2020-12-30 01:59:31'),
(20363,10951,'action complete via WP Cron','2020-12-30 06:59:31','2020-12-30 01:59:31'),
(20364,10952,'action created','2020-12-30 06:59:31','2020-12-30 01:59:31'),
(20365,10952,'action started via WP Cron','2020-12-30 07:05:56','2020-12-30 02:05:56'),
(20366,10952,'action complete via WP Cron','2020-12-30 07:05:56','2020-12-30 02:05:56'),
(20367,10953,'action created','2020-12-30 07:05:56','2020-12-30 02:05:56'),
(20368,10953,'action started via WP Cron','2020-12-30 07:11:39','2020-12-30 02:11:39'),
(20369,10953,'action complete via WP Cron','2020-12-30 07:11:39','2020-12-30 02:11:39'),
(20370,10954,'action created','2020-12-30 07:11:39','2020-12-30 02:11:39'),
(20371,10954,'action started via WP Cron','2020-12-30 07:12:40','2020-12-30 02:12:40'),
(20372,10954,'action complete via WP Cron','2020-12-30 07:12:40','2020-12-30 02:12:40'),
(20373,10955,'action created','2020-12-30 07:12:40','2020-12-30 02:12:40'),
(20374,10955,'action started via WP Cron','2020-12-30 07:14:27','2020-12-30 02:14:27'),
(20375,10955,'action complete via WP Cron','2020-12-30 07:14:27','2020-12-30 02:14:27'),
(20376,10956,'action created','2020-12-30 07:14:27','2020-12-30 02:14:27'),
(20377,10956,'action started via WP Cron','2020-12-30 07:16:33','2020-12-30 02:16:33'),
(20378,10956,'action complete via WP Cron','2020-12-30 07:16:33','2020-12-30 02:16:33'),
(20379,10957,'action created','2020-12-30 07:16:33','2020-12-30 02:16:33'),
(20380,10957,'action started via WP Cron','2020-12-30 07:17:14','2020-12-30 02:17:14'),
(20381,10957,'action complete via WP Cron','2020-12-30 07:17:14','2020-12-30 02:17:14'),
(20382,10958,'action created','2020-12-30 07:17:14','2020-12-30 02:17:14'),
(20383,10958,'action started via WP Cron','2020-12-30 07:20:20','2020-12-30 02:20:20'),
(20384,10958,'action complete via WP Cron','2020-12-30 07:20:20','2020-12-30 02:20:20'),
(20385,10959,'action created','2020-12-30 07:20:20','2020-12-30 02:20:20'),
(20386,10959,'action started via WP Cron','2020-12-30 07:21:36','2020-12-30 02:21:36'),
(20387,10959,'action complete via WP Cron','2020-12-30 07:21:36','2020-12-30 02:21:36'),
(20388,10960,'action created','2020-12-30 07:21:36','2020-12-30 02:21:36'),
(20389,10960,'action started via WP Cron','2020-12-30 07:23:02','2020-12-30 02:23:02'),
(20390,10960,'action complete via WP Cron','2020-12-30 07:23:02','2020-12-30 02:23:02'),
(20391,10961,'action created','2020-12-30 07:23:02','2020-12-30 02:23:02'),
(20392,10961,'action started via WP Cron','2020-12-30 07:23:25','2020-12-30 02:23:25'),
(20393,10961,'action complete via WP Cron','2020-12-30 07:23:25','2020-12-30 02:23:25'),
(20394,10962,'action created','2020-12-30 07:23:25','2020-12-30 02:23:25'),
(20395,10962,'action started via WP Cron','2020-12-30 07:24:25','2020-12-30 02:24:25'),
(20396,10962,'action complete via WP Cron','2020-12-30 07:24:25','2020-12-30 02:24:25'),
(20397,10963,'action created','2020-12-30 07:24:25','2020-12-30 02:24:25'),
(20398,10963,'action started via WP Cron','2020-12-30 07:27:12','2020-12-30 02:27:12'),
(20399,10963,'action complete via WP Cron','2020-12-30 07:27:12','2020-12-30 02:27:12'),
(20400,10964,'action created','2020-12-30 07:27:12','2020-12-30 02:27:12'),
(20401,10964,'action started via WP Cron','2020-12-30 07:28:55','2020-12-30 02:28:55'),
(20402,10964,'action complete via WP Cron','2020-12-30 07:28:55','2020-12-30 02:28:55'),
(20403,10965,'action created','2020-12-30 07:28:55','2020-12-30 02:28:55'),
(20404,10965,'action started via WP Cron','2020-12-30 07:31:27','2020-12-30 02:31:27'),
(20405,10965,'action complete via WP Cron','2020-12-30 07:31:27','2020-12-30 02:31:27'),
(20406,10966,'action created','2020-12-30 07:31:27','2020-12-30 02:31:27'),
(20407,10966,'action started via WP Cron','2020-12-30 07:32:13','2020-12-30 02:32:13'),
(20408,10966,'action complete via WP Cron','2020-12-30 07:32:13','2020-12-30 02:32:13'),
(20409,10967,'action created','2020-12-30 07:32:13','2020-12-30 02:32:13'),
(20410,10967,'action started via WP Cron','2020-12-30 07:33:47','2020-12-30 02:33:47'),
(20411,10967,'action complete via WP Cron','2020-12-30 07:33:47','2020-12-30 02:33:47'),
(20412,10968,'action created','2020-12-30 07:33:48','2020-12-30 02:33:48'),
(20413,10968,'action started via WP Cron','2020-12-30 07:34:40','2020-12-30 02:34:40'),
(20414,10968,'action complete via WP Cron','2020-12-30 07:34:40','2020-12-30 02:34:40'),
(20415,10969,'action created','2020-12-30 07:34:40','2020-12-30 02:34:40'),
(20416,10969,'action started via WP Cron','2020-12-30 07:35:56','2020-12-30 02:35:56'),
(20417,10969,'action complete via WP Cron','2020-12-30 07:35:56','2020-12-30 02:35:56'),
(20418,10970,'action created','2020-12-30 07:35:56','2020-12-30 02:35:56'),
(20419,10970,'action started via WP Cron','2020-12-30 07:36:26','2020-12-30 02:36:26'),
(20420,10970,'action complete via WP Cron','2020-12-30 07:36:26','2020-12-30 02:36:26'),
(20421,10971,'action created','2020-12-30 07:36:26','2020-12-30 02:36:26'),
(20422,10971,'action started via WP Cron','2020-12-30 07:37:35','2020-12-30 02:37:35'),
(20423,10971,'action complete via WP Cron','2020-12-30 07:37:35','2020-12-30 02:37:35'),
(20424,10972,'action created','2020-12-30 07:37:37','2020-12-30 02:37:37'),
(20425,10972,'action started via WP Cron','2020-12-30 07:41:15','2020-12-30 02:41:15'),
(20426,10972,'action complete via WP Cron','2020-12-30 07:41:15','2020-12-30 02:41:15'),
(20427,10973,'action created','2020-12-30 07:41:15','2020-12-30 02:41:15'),
(20428,10973,'action started via WP Cron','2020-12-30 07:44:03','2020-12-30 02:44:03'),
(20429,10973,'action complete via WP Cron','2020-12-30 07:44:03','2020-12-30 02:44:03'),
(20430,10974,'action created','2020-12-30 07:44:03','2020-12-30 02:44:03'),
(20431,10974,'action started via WP Cron','2020-12-30 07:48:54','2020-12-30 02:48:54'),
(20432,10974,'action complete via WP Cron','2020-12-30 07:48:54','2020-12-30 02:48:54'),
(20433,10975,'action created','2020-12-30 07:48:54','2020-12-30 02:48:54'),
(20434,10975,'action started via WP Cron','2020-12-30 07:49:41','2020-12-30 02:49:41'),
(20435,10975,'action complete via WP Cron','2020-12-30 07:49:41','2020-12-30 02:49:41'),
(20436,10976,'action created','2020-12-30 07:49:41','2020-12-30 02:49:41'),
(20437,10976,'action started via WP Cron','2020-12-30 07:50:59','2020-12-30 02:50:59'),
(20438,10976,'action complete via WP Cron','2020-12-30 07:50:59','2020-12-30 02:50:59'),
(20439,10977,'action created','2020-12-30 07:50:59','2020-12-30 02:50:59'),
(20440,10977,'action started via WP Cron','2020-12-30 07:52:06','2020-12-30 02:52:06'),
(20441,10977,'action complete via WP Cron','2020-12-30 07:52:06','2020-12-30 02:52:06'),
(20442,10978,'action created','2020-12-30 07:52:07','2020-12-30 02:52:07'),
(20443,10978,'action started via WP Cron','2020-12-30 07:53:23','2020-12-30 02:53:23'),
(20444,10978,'action complete via WP Cron','2020-12-30 07:53:23','2020-12-30 02:53:23'),
(20445,10979,'action created','2020-12-30 07:53:23','2020-12-30 02:53:23'),
(20446,10979,'action started via WP Cron','2020-12-30 07:55:30','2020-12-30 02:55:30'),
(20447,10979,'action complete via WP Cron','2020-12-30 07:55:30','2020-12-30 02:55:30'),
(20448,10980,'action created','2020-12-30 07:55:30','2020-12-30 02:55:30'),
(20449,10980,'action started via WP Cron','2020-12-30 07:57:01','2020-12-30 02:57:01'),
(20450,10980,'action complete via WP Cron','2020-12-30 07:57:01','2020-12-30 02:57:01'),
(20451,10981,'action created','2020-12-30 07:57:01','2020-12-30 02:57:01'),
(20452,10981,'action started via WP Cron','2020-12-30 08:00:53','2020-12-30 03:00:53'),
(20453,10981,'action complete via WP Cron','2020-12-30 08:00:53','2020-12-30 03:00:53'),
(20454,10982,'action created','2020-12-30 08:00:53','2020-12-30 03:00:53'),
(20455,10982,'action started via WP Cron','2020-12-30 08:01:16','2020-12-30 03:01:16'),
(20456,10982,'action complete via WP Cron','2020-12-30 08:01:16','2020-12-30 03:01:16'),
(20457,10983,'action created','2020-12-30 08:01:16','2020-12-30 03:01:16'),
(20458,10983,'action started via WP Cron','2020-12-30 08:02:38','2020-12-30 03:02:38'),
(20459,10983,'action complete via WP Cron','2020-12-30 08:02:38','2020-12-30 03:02:38'),
(20460,10984,'action created','2020-12-30 08:02:38','2020-12-30 03:02:38'),
(20461,10984,'action started via WP Cron','2020-12-30 08:03:52','2020-12-30 03:03:52'),
(20462,10984,'action complete via WP Cron','2020-12-30 08:03:52','2020-12-30 03:03:52'),
(20463,10985,'action created','2020-12-30 08:03:52','2020-12-30 03:03:52'),
(20464,10985,'action started via WP Cron','2020-12-30 08:04:30','2020-12-30 03:04:30'),
(20465,10985,'action complete via WP Cron','2020-12-30 08:04:30','2020-12-30 03:04:30'),
(20466,10986,'action created','2020-12-30 08:04:30','2020-12-30 03:04:30'),
(20467,10986,'action started via WP Cron','2020-12-30 08:05:42','2020-12-30 03:05:42'),
(20468,10986,'action complete via WP Cron','2020-12-30 08:05:42','2020-12-30 03:05:42'),
(20469,10987,'action created','2020-12-30 08:05:42','2020-12-30 03:05:42'),
(20470,10987,'action started via WP Cron','2020-12-30 08:09:42','2020-12-30 03:09:42'),
(20471,10987,'action complete via WP Cron','2020-12-30 08:09:42','2020-12-30 03:09:42'),
(20472,10988,'action created','2020-12-30 08:09:42','2020-12-30 03:09:42'),
(20473,10988,'action started via WP Cron','2020-12-30 08:10:20','2020-12-30 03:10:20'),
(20474,10988,'action complete via WP Cron','2020-12-30 08:10:21','2020-12-30 03:10:21'),
(20475,10989,'action created','2020-12-30 08:10:28','2020-12-30 03:10:28'),
(20476,10989,'action started via WP Cron','2020-12-30 08:12:05','2020-12-30 03:12:05'),
(20477,10989,'action complete via WP Cron','2020-12-30 08:12:05','2020-12-30 03:12:05'),
(20478,10990,'action created','2020-12-30 08:12:05','2020-12-30 03:12:05'),
(20479,10990,'action started via WP Cron','2020-12-30 08:14:22','2020-12-30 03:14:22'),
(20480,10990,'action complete via WP Cron','2020-12-30 08:14:22','2020-12-30 03:14:22'),
(20481,10991,'action created','2020-12-30 08:14:22','2020-12-30 03:14:22'),
(20482,10991,'action started via WP Cron','2020-12-30 08:15:13','2020-12-30 03:15:13'),
(20483,10991,'action complete via WP Cron','2020-12-30 08:15:13','2020-12-30 03:15:13'),
(20484,10992,'action created','2020-12-30 08:15:13','2020-12-30 03:15:13'),
(20485,10992,'action started via WP Cron','2020-12-30 08:16:12','2020-12-30 03:16:12'),
(20486,10992,'action complete via WP Cron','2020-12-30 08:16:12','2020-12-30 03:16:12'),
(20487,10993,'action created','2020-12-30 08:16:12','2020-12-30 03:16:12'),
(20488,10993,'action started via WP Cron','2020-12-30 08:17:13','2020-12-30 03:17:13'),
(20489,10993,'action complete via WP Cron','2020-12-30 08:17:13','2020-12-30 03:17:13'),
(20490,10994,'action created','2020-12-30 08:17:13','2020-12-30 03:17:13'),
(20491,10994,'action started via WP Cron','2020-12-30 08:19:48','2020-12-30 03:19:48'),
(20492,10994,'action complete via WP Cron','2020-12-30 08:19:48','2020-12-30 03:19:48'),
(20493,10995,'action created','2020-12-30 08:19:48','2020-12-30 03:19:48'),
(20494,10995,'action started via WP Cron','2020-12-30 08:20:13','2020-12-30 03:20:13'),
(20495,10995,'action complete via WP Cron','2020-12-30 08:20:13','2020-12-30 03:20:13'),
(20496,10996,'action created','2020-12-30 08:20:13','2020-12-30 03:20:13'),
(20497,10996,'action started via WP Cron','2020-12-30 08:21:13','2020-12-30 03:21:13'),
(20498,10996,'action complete via WP Cron','2020-12-30 08:21:13','2020-12-30 03:21:13'),
(20499,10997,'action created','2020-12-30 08:21:13','2020-12-30 03:21:13'),
(20500,10997,'action started via WP Cron','2020-12-30 08:22:12','2020-12-30 03:22:12'),
(20501,10997,'action complete via WP Cron','2020-12-30 08:22:12','2020-12-30 03:22:12'),
(20502,10998,'action created','2020-12-30 08:22:12','2020-12-30 03:22:12'),
(20503,10998,'action started via WP Cron','2020-12-30 08:23:15','2020-12-30 03:23:15'),
(20504,10998,'action complete via WP Cron','2020-12-30 08:23:15','2020-12-30 03:23:15'),
(20505,10999,'action created','2020-12-30 08:23:15','2020-12-30 03:23:15'),
(20506,10999,'action started via WP Cron','2020-12-30 08:24:13','2020-12-30 03:24:13'),
(20507,10999,'action complete via WP Cron','2020-12-30 08:24:13','2020-12-30 03:24:13'),
(20508,11000,'action created','2020-12-30 08:24:13','2020-12-30 03:24:13'),
(20509,11000,'action started via WP Cron','2020-12-30 08:25:12','2020-12-30 03:25:12'),
(20510,11000,'action complete via WP Cron','2020-12-30 08:25:12','2020-12-30 03:25:12'),
(20511,11001,'action created','2020-12-30 08:25:12','2020-12-30 03:25:12'),
(20512,11001,'action started via WP Cron','2020-12-30 08:26:11','2020-12-30 03:26:11'),
(20513,11001,'action complete via WP Cron','2020-12-30 08:26:11','2020-12-30 03:26:11'),
(20514,11002,'action created','2020-12-30 08:26:11','2020-12-30 03:26:11'),
(20515,11002,'action started via WP Cron','2020-12-30 08:27:11','2020-12-30 03:27:11'),
(20516,11002,'action complete via WP Cron','2020-12-30 08:27:11','2020-12-30 03:27:11'),
(20517,11003,'action created','2020-12-30 08:27:11','2020-12-30 03:27:11'),
(20518,11003,'action started via WP Cron','2020-12-30 08:30:29','2020-12-30 03:30:29'),
(20519,11003,'action complete via WP Cron','2020-12-30 08:30:29','2020-12-30 03:30:29'),
(20520,11004,'action created','2020-12-30 08:30:29','2020-12-30 03:30:29'),
(20521,11004,'action started via WP Cron','2020-12-30 08:33:29','2020-12-30 03:33:29'),
(20522,11004,'action complete via WP Cron','2020-12-30 08:33:29','2020-12-30 03:33:29'),
(20523,11005,'action created','2020-12-30 08:33:29','2020-12-30 03:33:29'),
(20524,11005,'action started via WP Cron','2020-12-30 08:35:01','2020-12-30 03:35:01'),
(20525,11005,'action complete via WP Cron','2020-12-30 08:35:01','2020-12-30 03:35:01'),
(20526,11006,'action created','2020-12-30 08:35:01','2020-12-30 03:35:01'),
(20527,11006,'action started via WP Cron','2020-12-30 08:35:39','2020-12-30 03:35:39'),
(20528,11006,'action complete via WP Cron','2020-12-30 08:35:39','2020-12-30 03:35:39'),
(20529,11007,'action created','2020-12-30 08:35:39','2020-12-30 03:35:39'),
(20530,11007,'action started via WP Cron','2020-12-30 08:37:50','2020-12-30 03:37:50'),
(20531,11007,'action complete via WP Cron','2020-12-30 08:37:50','2020-12-30 03:37:50'),
(20532,11008,'action created','2020-12-30 08:37:50','2020-12-30 03:37:50'),
(20533,11008,'action started via WP Cron','2020-12-30 08:38:21','2020-12-30 03:38:21'),
(20534,11008,'action complete via WP Cron','2020-12-30 08:38:21','2020-12-30 03:38:21'),
(20535,11009,'action created','2020-12-30 08:38:21','2020-12-30 03:38:21'),
(20536,11009,'action started via WP Cron','2020-12-30 08:39:44','2020-12-30 03:39:44'),
(20537,11009,'action complete via WP Cron','2020-12-30 08:39:44','2020-12-30 03:39:44'),
(20538,11010,'action created','2020-12-30 08:39:44','2020-12-30 03:39:44'),
(20539,11010,'action started via WP Cron','2020-12-30 08:41:49','2020-12-30 03:41:49'),
(20540,11010,'action complete via WP Cron','2020-12-30 08:41:49','2020-12-30 03:41:49'),
(20541,11011,'action created','2020-12-30 08:41:49','2020-12-30 03:41:49'),
(20542,11011,'action started via WP Cron','2020-12-30 08:42:26','2020-12-30 03:42:26'),
(20543,11011,'action complete via WP Cron','2020-12-30 08:42:26','2020-12-30 03:42:26'),
(20544,11012,'action created','2020-12-30 08:42:26','2020-12-30 03:42:26'),
(20545,11012,'action started via WP Cron','2020-12-30 08:43:44','2020-12-30 03:43:44'),
(20546,11012,'action complete via WP Cron','2020-12-30 08:43:44','2020-12-30 03:43:44'),
(20547,11013,'action created','2020-12-30 08:43:44','2020-12-30 03:43:44'),
(20548,11013,'action started via WP Cron','2020-12-30 08:45:58','2020-12-30 03:45:58'),
(20549,11013,'action complete via WP Cron','2020-12-30 08:45:58','2020-12-30 03:45:58'),
(20550,11014,'action created','2020-12-30 08:45:58','2020-12-30 03:45:58'),
(20551,11014,'action started via WP Cron','2020-12-30 08:47:48','2020-12-30 03:47:48'),
(20552,11014,'action complete via WP Cron','2020-12-30 08:47:48','2020-12-30 03:47:48'),
(20553,11015,'action created','2020-12-30 08:47:48','2020-12-30 03:47:48'),
(20554,11015,'action started via WP Cron','2020-12-30 08:49:30','2020-12-30 03:49:30'),
(20555,11015,'action complete via WP Cron','2020-12-30 08:49:30','2020-12-30 03:49:30'),
(20556,11016,'action created','2020-12-30 08:49:30','2020-12-30 03:49:30'),
(20557,11016,'action started via WP Cron','2020-12-30 08:50:26','2020-12-30 03:50:26'),
(20558,11016,'action complete via WP Cron','2020-12-30 08:50:26','2020-12-30 03:50:26'),
(20559,11017,'action created','2020-12-30 08:50:26','2020-12-30 03:50:26'),
(20560,11017,'action started via WP Cron','2020-12-30 08:53:42','2020-12-30 03:53:42'),
(20561,11017,'action complete via WP Cron','2020-12-30 08:53:42','2020-12-30 03:53:42'),
(20562,11018,'action created','2020-12-30 08:53:42','2020-12-30 03:53:42'),
(20563,11018,'action started via WP Cron','2020-12-30 08:54:27','2020-12-30 03:54:27'),
(20564,11018,'action complete via WP Cron','2020-12-30 08:54:27','2020-12-30 03:54:27'),
(20565,11019,'action created','2020-12-30 08:54:27','2020-12-30 03:54:27'),
(20566,11019,'action started via WP Cron','2020-12-30 08:58:41','2020-12-30 03:58:41'),
(20567,11019,'action complete via WP Cron','2020-12-30 08:58:41','2020-12-30 03:58:41'),
(20568,11020,'action created','2020-12-30 08:58:41','2020-12-30 03:58:41'),
(20569,11020,'action started via WP Cron','2020-12-30 09:01:11','2020-12-30 04:01:11'),
(20570,11020,'action complete via WP Cron','2020-12-30 09:01:11','2020-12-30 04:01:11'),
(20571,11021,'action created','2020-12-30 09:01:11','2020-12-30 04:01:11'),
(20572,11021,'action started via WP Cron','2020-12-30 09:02:18','2020-12-30 04:02:18'),
(20573,11021,'action complete via WP Cron','2020-12-30 09:02:18','2020-12-30 04:02:18'),
(20574,11022,'action created','2020-12-30 09:02:18','2020-12-30 04:02:18'),
(20575,11022,'action started via WP Cron','2020-12-30 09:03:27','2020-12-30 04:03:27'),
(20576,11022,'action complete via WP Cron','2020-12-30 09:03:27','2020-12-30 04:03:27'),
(20577,11023,'action created','2020-12-30 09:03:27','2020-12-30 04:03:27'),
(20578,11023,'action started via WP Cron','2020-12-30 09:04:43','2020-12-30 04:04:43'),
(20579,11023,'action complete via WP Cron','2020-12-30 09:04:43','2020-12-30 04:04:43'),
(20580,11024,'action created','2020-12-30 09:04:43','2020-12-30 04:04:43'),
(20581,11024,'action started via WP Cron','2020-12-30 09:05:21','2020-12-30 04:05:21'),
(20582,11024,'action complete via WP Cron','2020-12-30 09:05:21','2020-12-30 04:05:21'),
(20583,11025,'action created','2020-12-30 09:05:21','2020-12-30 04:05:21'),
(20584,11025,'action started via WP Cron','2020-12-30 09:07:35','2020-12-30 04:07:35'),
(20585,11025,'action complete via WP Cron','2020-12-30 09:07:35','2020-12-30 04:07:35'),
(20586,11026,'action created','2020-12-30 09:07:35','2020-12-30 04:07:35'),
(20587,11026,'action started via WP Cron','2020-12-30 09:09:21','2020-12-30 04:09:21'),
(20588,11026,'action complete via WP Cron','2020-12-30 09:09:21','2020-12-30 04:09:21'),
(20589,11027,'action created','2020-12-30 09:09:21','2020-12-30 04:09:21'),
(20590,11027,'action started via WP Cron','2020-12-30 09:11:55','2020-12-30 04:11:55'),
(20591,11027,'action complete via WP Cron','2020-12-30 09:11:55','2020-12-30 04:11:55'),
(20592,11028,'action created','2020-12-30 09:11:55','2020-12-30 04:11:55'),
(20593,11028,'action started via WP Cron','2020-12-30 09:12:11','2020-12-30 04:12:11'),
(20594,11028,'action complete via WP Cron','2020-12-30 09:12:11','2020-12-30 04:12:11'),
(20595,11029,'action created','2020-12-30 09:12:11','2020-12-30 04:12:11'),
(20596,11029,'action started via WP Cron','2020-12-30 09:13:23','2020-12-30 04:13:23'),
(20597,11029,'action complete via WP Cron','2020-12-30 09:13:23','2020-12-30 04:13:23'),
(20598,11030,'action created','2020-12-30 09:13:23','2020-12-30 04:13:23'),
(20599,11030,'action started via WP Cron','2020-12-30 09:14:44','2020-12-30 04:14:44'),
(20600,11030,'action complete via WP Cron','2020-12-30 09:14:44','2020-12-30 04:14:44'),
(20601,11031,'action created','2020-12-30 09:14:44','2020-12-30 04:14:44'),
(20602,11031,'action started via WP Cron','2020-12-30 09:16:50','2020-12-30 04:16:50'),
(20603,11031,'action complete via WP Cron','2020-12-30 09:16:50','2020-12-30 04:16:50'),
(20604,11032,'action created','2020-12-30 09:16:50','2020-12-30 04:16:50'),
(20605,11032,'action started via WP Cron','2020-12-30 09:17:11','2020-12-30 04:17:11'),
(20606,11032,'action complete via WP Cron','2020-12-30 09:17:11','2020-12-30 04:17:11'),
(20607,11033,'action created','2020-12-30 09:17:11','2020-12-30 04:17:11'),
(20608,11033,'action started via WP Cron','2020-12-30 09:18:11','2020-12-30 04:18:11'),
(20609,11033,'action complete via WP Cron','2020-12-30 09:18:11','2020-12-30 04:18:11'),
(20610,11034,'action created','2020-12-30 09:18:11','2020-12-30 04:18:11'),
(20611,11034,'action started via WP Cron','2020-12-30 09:19:11','2020-12-30 04:19:11'),
(20612,11034,'action complete via WP Cron','2020-12-30 09:19:11','2020-12-30 04:19:11'),
(20613,11035,'action created','2020-12-30 09:19:11','2020-12-30 04:19:11'),
(20614,11035,'action started via WP Cron','2020-12-30 09:20:21','2020-12-30 04:20:21'),
(20615,11035,'action complete via WP Cron','2020-12-30 09:20:21','2020-12-30 04:20:21'),
(20616,11036,'action created','2020-12-30 09:20:21','2020-12-30 04:20:21'),
(20617,11036,'action started via WP Cron','2020-12-30 09:23:52','2020-12-30 04:23:52'),
(20618,11036,'action complete via WP Cron','2020-12-30 09:23:52','2020-12-30 04:23:52'),
(20619,11037,'action created','2020-12-30 09:23:52','2020-12-30 04:23:52'),
(20620,11037,'action started via WP Cron','2020-12-30 09:24:28','2020-12-30 04:24:28'),
(20621,11037,'action complete via WP Cron','2020-12-30 09:24:28','2020-12-30 04:24:28'),
(20622,11038,'action created','2020-12-30 09:24:28','2020-12-30 04:24:28'),
(20623,11038,'action started via WP Cron','2020-12-30 09:25:54','2020-12-30 04:25:54'),
(20624,11038,'action complete via WP Cron','2020-12-30 09:25:54','2020-12-30 04:25:54'),
(20625,11039,'action created','2020-12-30 09:25:54','2020-12-30 04:25:54'),
(20626,11039,'action started via WP Cron','2020-12-30 09:26:48','2020-12-30 04:26:48'),
(20627,11039,'action complete via WP Cron','2020-12-30 09:26:48','2020-12-30 04:26:48'),
(20628,11040,'action created','2020-12-30 09:26:48','2020-12-30 04:26:48'),
(20629,11040,'action started via WP Cron','2020-12-30 09:29:04','2020-12-30 04:29:04'),
(20630,11040,'action complete via WP Cron','2020-12-30 09:29:04','2020-12-30 04:29:04'),
(20631,11041,'action created','2020-12-30 09:29:04','2020-12-30 04:29:04'),
(20632,11041,'action started via WP Cron','2020-12-30 09:29:28','2020-12-30 04:29:28'),
(20633,11041,'action complete via WP Cron','2020-12-30 09:29:28','2020-12-30 04:29:28'),
(20634,11042,'action created','2020-12-30 09:29:28','2020-12-30 04:29:28'),
(20635,11042,'action started via WP Cron','2020-12-30 09:30:38','2020-12-30 04:30:38'),
(20636,11042,'action complete via WP Cron','2020-12-30 09:30:38','2020-12-30 04:30:38'),
(20637,11043,'action created','2020-12-30 09:30:38','2020-12-30 04:30:38'),
(20638,11043,'action started via WP Cron','2020-12-30 09:33:34','2020-12-30 04:33:34'),
(20639,11043,'action complete via WP Cron','2020-12-30 09:33:34','2020-12-30 04:33:34'),
(20640,11044,'action created','2020-12-30 09:33:34','2020-12-30 04:33:34'),
(20641,11044,'action started via WP Cron','2020-12-30 09:34:23','2020-12-30 04:34:23'),
(20642,11044,'action complete via WP Cron','2020-12-30 09:34:23','2020-12-30 04:34:23'),
(20643,11045,'action created','2020-12-30 09:34:23','2020-12-30 04:34:23'),
(20644,11045,'action started via WP Cron','2020-12-30 09:35:17','2020-12-30 04:35:17'),
(20645,11045,'action complete via WP Cron','2020-12-30 09:35:17','2020-12-30 04:35:17'),
(20646,11046,'action created','2020-12-30 09:35:44','2020-12-30 04:35:44'),
(20647,11046,'action started via WP Cron','2020-12-30 09:36:22','2020-12-30 04:36:22'),
(20648,11046,'action complete via WP Cron','2020-12-30 09:36:22','2020-12-30 04:36:22'),
(20649,11047,'action created','2020-12-30 09:36:22','2020-12-30 04:36:22'),
(20650,11047,'action started via WP Cron','2020-12-30 09:37:14','2020-12-30 04:37:14'),
(20651,11047,'action complete via WP Cron','2020-12-30 09:37:14','2020-12-30 04:37:14'),
(20652,11048,'action created','2020-12-30 09:37:14','2020-12-30 04:37:14'),
(20653,11048,'action started via WP Cron','2020-12-30 09:38:41','2020-12-30 04:38:41'),
(20654,11048,'action complete via WP Cron','2020-12-30 09:38:41','2020-12-30 04:38:41'),
(20655,11049,'action created','2020-12-30 09:38:41','2020-12-30 04:38:41'),
(20656,11049,'action started via WP Cron','2020-12-30 09:42:06','2020-12-30 04:42:06'),
(20657,11049,'action complete via WP Cron','2020-12-30 09:42:06','2020-12-30 04:42:06'),
(20658,11050,'action created','2020-12-30 09:42:06','2020-12-30 04:42:06'),
(20659,11050,'action started via WP Cron','2020-12-30 09:42:23','2020-12-30 04:42:23'),
(20660,11050,'action complete via WP Cron','2020-12-30 09:42:23','2020-12-30 04:42:23'),
(20661,11051,'action created','2020-12-30 09:42:23','2020-12-30 04:42:23'),
(20662,11051,'action started via WP Cron','2020-12-30 09:44:20','2020-12-30 04:44:20'),
(20663,11051,'action complete via WP Cron','2020-12-30 09:44:20','2020-12-30 04:44:20'),
(20664,11052,'action created','2020-12-30 09:44:20','2020-12-30 04:44:20'),
(20665,11052,'action started via WP Cron','2020-12-30 09:45:29','2020-12-30 04:45:29'),
(20666,11052,'action complete via WP Cron','2020-12-30 09:45:29','2020-12-30 04:45:29'),
(20667,11053,'action created','2020-12-30 09:45:29','2020-12-30 04:45:29'),
(20668,11053,'action started via WP Cron','2020-12-30 09:46:14','2020-12-30 04:46:14'),
(20669,11053,'action complete via WP Cron','2020-12-30 09:46:14','2020-12-30 04:46:14'),
(20670,11054,'action created','2020-12-30 09:46:14','2020-12-30 04:46:14'),
(20671,11054,'action started via WP Cron','2020-12-30 09:48:31','2020-12-30 04:48:31'),
(20672,11054,'action complete via WP Cron','2020-12-30 09:48:31','2020-12-30 04:48:31'),
(20673,11055,'action created','2020-12-30 09:48:31','2020-12-30 04:48:31'),
(20674,11055,'action started via WP Cron','2020-12-30 09:52:53','2020-12-30 04:52:53'),
(20675,11055,'action complete via WP Cron','2020-12-30 09:52:53','2020-12-30 04:52:53'),
(20676,11056,'action created','2020-12-30 09:52:53','2020-12-30 04:52:53'),
(20677,11056,'action started via WP Cron','2020-12-30 09:53:14','2020-12-30 04:53:14'),
(20678,11056,'action complete via WP Cron','2020-12-30 09:53:14','2020-12-30 04:53:14'),
(20679,11057,'action created','2020-12-30 09:53:14','2020-12-30 04:53:14'),
(20680,11057,'action started via WP Cron','2020-12-30 09:54:54','2020-12-30 04:54:54'),
(20681,11057,'action complete via WP Cron','2020-12-30 09:54:54','2020-12-30 04:54:54'),
(20682,11058,'action created','2020-12-30 09:54:54','2020-12-30 04:54:54'),
(20683,11058,'action started via WP Cron','2020-12-30 09:55:30','2020-12-30 04:55:30'),
(20684,11058,'action complete via WP Cron','2020-12-30 09:55:30','2020-12-30 04:55:30'),
(20685,11059,'action created','2020-12-30 09:55:30','2020-12-30 04:55:30'),
(20686,11059,'action started via WP Cron','2020-12-30 09:58:32','2020-12-30 04:58:32'),
(20687,11059,'action complete via WP Cron','2020-12-30 09:58:32','2020-12-30 04:58:32'),
(20688,11060,'action created','2020-12-30 09:58:32','2020-12-30 04:58:32'),
(20689,11060,'action started via WP Cron','2020-12-30 09:59:35','2020-12-30 04:59:35'),
(20690,11060,'action complete via WP Cron','2020-12-30 09:59:35','2020-12-30 04:59:35'),
(20691,11061,'action created','2020-12-30 09:59:35','2020-12-30 04:59:35'),
(20692,11061,'action started via WP Cron','2020-12-30 10:00:15','2020-12-30 05:00:15'),
(20693,11061,'action complete via WP Cron','2020-12-30 10:00:15','2020-12-30 05:00:15'),
(20694,11062,'action created','2020-12-30 10:00:15','2020-12-30 05:00:15'),
(20695,11062,'action started via WP Cron','2020-12-30 10:03:05','2020-12-30 05:03:05'),
(20696,11062,'action complete via WP Cron','2020-12-30 10:03:05','2020-12-30 05:03:05'),
(20697,11063,'action created','2020-12-30 10:03:05','2020-12-30 05:03:05'),
(20698,11063,'action started via WP Cron','2020-12-30 10:04:54','2020-12-30 05:04:54'),
(20699,11063,'action complete via WP Cron','2020-12-30 10:04:54','2020-12-30 05:04:54'),
(20700,11064,'action created','2020-12-30 10:04:54','2020-12-30 05:04:54'),
(20701,11064,'action started via WP Cron','2020-12-30 10:14:05','2020-12-30 05:14:05'),
(20702,11064,'action complete via WP Cron','2020-12-30 10:14:05','2020-12-30 05:14:05'),
(20703,11065,'action created','2020-12-30 10:14:05','2020-12-30 05:14:05'),
(20704,11065,'action started via WP Cron','2020-12-30 10:14:18','2020-12-30 05:14:18'),
(20705,11065,'action complete via WP Cron','2020-12-30 10:14:18','2020-12-30 05:14:18'),
(20706,11066,'action created','2020-12-30 10:14:18','2020-12-30 05:14:18'),
(20707,11066,'action started via WP Cron','2020-12-30 10:15:52','2020-12-30 05:15:52'),
(20708,11066,'action complete via WP Cron','2020-12-30 10:15:52','2020-12-30 05:15:52'),
(20709,11067,'action created','2020-12-30 10:15:52','2020-12-30 05:15:52'),
(20710,11067,'action started via WP Cron','2020-12-30 10:17:21','2020-12-30 05:17:21'),
(20711,11067,'action complete via WP Cron','2020-12-30 10:17:21','2020-12-30 05:17:21'),
(20712,11068,'action created','2020-12-30 10:17:21','2020-12-30 05:17:21'),
(20713,11068,'action started via WP Cron','2020-12-30 10:19:05','2020-12-30 05:19:05'),
(20714,11068,'action complete via WP Cron','2020-12-30 10:19:05','2020-12-30 05:19:05'),
(20715,11069,'action created','2020-12-30 10:19:05','2020-12-30 05:19:05'),
(20716,11069,'action started via WP Cron','2020-12-30 10:20:35','2020-12-30 05:20:35'),
(20717,11069,'action complete via WP Cron','2020-12-30 10:20:35','2020-12-30 05:20:35'),
(20718,11070,'action created','2020-12-30 10:20:35','2020-12-30 05:20:35'),
(20719,11070,'action started via WP Cron','2020-12-30 10:22:31','2020-12-30 05:22:31'),
(20720,11070,'action complete via WP Cron','2020-12-30 10:22:31','2020-12-30 05:22:31'),
(20721,11071,'action created','2020-12-30 10:22:31','2020-12-30 05:22:31'),
(20722,11071,'action started via WP Cron','2020-12-30 10:23:14','2020-12-30 05:23:14'),
(20723,11071,'action complete via WP Cron','2020-12-30 10:23:14','2020-12-30 05:23:14'),
(20724,11072,'action created','2020-12-30 10:23:14','2020-12-30 05:23:14'),
(20725,11072,'action started via WP Cron','2020-12-30 10:24:27','2020-12-30 05:24:27'),
(20726,11072,'action complete via WP Cron','2020-12-30 10:24:27','2020-12-30 05:24:27'),
(20727,11073,'action created','2020-12-30 10:24:27','2020-12-30 05:24:27'),
(20728,11073,'action started via WP Cron','2020-12-30 10:26:13','2020-12-30 05:26:13'),
(20729,11073,'action complete via WP Cron','2020-12-30 10:26:13','2020-12-30 05:26:13'),
(20730,11074,'action created','2020-12-30 10:26:13','2020-12-30 05:26:13'),
(20731,11074,'action started via WP Cron','2020-12-30 10:27:16','2020-12-30 05:27:16'),
(20732,11074,'action complete via WP Cron','2020-12-30 10:27:16','2020-12-30 05:27:16'),
(20733,11075,'action created','2020-12-30 10:27:16','2020-12-30 05:27:16'),
(20734,11075,'action started via WP Cron','2020-12-30 10:28:21','2020-12-30 05:28:21'),
(20735,11075,'action complete via WP Cron','2020-12-30 10:28:21','2020-12-30 05:28:21'),
(20736,11076,'action created','2020-12-30 10:28:21','2020-12-30 05:28:21'),
(20737,11076,'action started via WP Cron','2020-12-30 10:30:52','2020-12-30 05:30:52'),
(20738,11076,'action complete via WP Cron','2020-12-30 10:30:52','2020-12-30 05:30:52'),
(20739,11077,'action created','2020-12-30 10:30:52','2020-12-30 05:30:52'),
(20740,11077,'action started via WP Cron','2020-12-30 10:31:14','2020-12-30 05:31:14'),
(20741,11077,'action complete via WP Cron','2020-12-30 10:31:14','2020-12-30 05:31:14'),
(20742,11078,'action created','2020-12-30 10:31:14','2020-12-30 05:31:14'),
(20743,11078,'action started via WP Cron','2020-12-30 10:32:31','2020-12-30 05:32:31'),
(20744,11078,'action complete via WP Cron','2020-12-30 10:32:31','2020-12-30 05:32:31'),
(20745,11079,'action created','2020-12-30 10:32:31','2020-12-30 05:32:31'),
(20746,11079,'action started via WP Cron','2020-12-30 10:33:21','2020-12-30 05:33:21'),
(20747,11079,'action complete via WP Cron','2020-12-30 10:33:21','2020-12-30 05:33:21'),
(20748,11080,'action created','2020-12-30 10:33:21','2020-12-30 05:33:21'),
(20749,11080,'action started via WP Cron','2020-12-30 10:34:57','2020-12-30 05:34:57'),
(20750,11080,'action complete via WP Cron','2020-12-30 10:34:57','2020-12-30 05:34:57'),
(20751,11081,'action created','2020-12-30 10:34:57','2020-12-30 05:34:57'),
(20752,11081,'action started via WP Cron','2020-12-30 10:35:19','2020-12-30 05:35:19'),
(20753,11081,'action complete via WP Cron','2020-12-30 10:35:19','2020-12-30 05:35:19'),
(20754,11082,'action created','2020-12-30 10:35:19','2020-12-30 05:35:19'),
(20755,11082,'action started via WP Cron','2020-12-30 10:36:47','2020-12-30 05:36:47'),
(20756,11082,'action complete via WP Cron','2020-12-30 10:36:47','2020-12-30 05:36:47'),
(20757,11083,'action created','2020-12-30 10:36:47','2020-12-30 05:36:47'),
(20758,11083,'action started via WP Cron','2020-12-30 10:37:59','2020-12-30 05:37:59'),
(20759,11083,'action complete via WP Cron','2020-12-30 10:37:59','2020-12-30 05:37:59'),
(20760,11084,'action created','2020-12-30 10:37:59','2020-12-30 05:37:59'),
(20761,11084,'action started via WP Cron','2020-12-30 10:38:29','2020-12-30 05:38:29'),
(20762,11084,'action complete via WP Cron','2020-12-30 10:38:29','2020-12-30 05:38:29'),
(20763,11085,'action created','2020-12-30 10:38:29','2020-12-30 05:38:29'),
(20764,11085,'action started via WP Cron','2020-12-30 10:41:40','2020-12-30 05:41:40'),
(20765,11085,'action complete via WP Cron','2020-12-30 10:41:40','2020-12-30 05:41:40'),
(20766,11086,'action created','2020-12-30 10:41:40','2020-12-30 05:41:40'),
(20767,11086,'action started via WP Cron','2020-12-30 10:42:11','2020-12-30 05:42:11'),
(20768,11086,'action complete via WP Cron','2020-12-30 10:42:11','2020-12-30 05:42:11'),
(20769,11087,'action created','2020-12-30 10:42:12','2020-12-30 05:42:12'),
(20770,11087,'action started via WP Cron','2020-12-30 10:43:44','2020-12-30 05:43:44'),
(20771,11087,'action complete via WP Cron','2020-12-30 10:43:44','2020-12-30 05:43:44'),
(20772,11088,'action created','2020-12-30 10:43:45','2020-12-30 05:43:45'),
(20773,11088,'action started via WP Cron','2020-12-30 10:44:28','2020-12-30 05:44:28'),
(20774,11088,'action complete via WP Cron','2020-12-30 10:44:28','2020-12-30 05:44:28'),
(20775,11089,'action created','2020-12-30 10:44:28','2020-12-30 05:44:28'),
(20776,11089,'action started via WP Cron','2020-12-30 10:45:22','2020-12-30 05:45:22'),
(20777,11089,'action complete via WP Cron','2020-12-30 10:45:22','2020-12-30 05:45:22'),
(20778,11090,'action created','2020-12-30 10:45:22','2020-12-30 05:45:22'),
(20779,11090,'action started via WP Cron','2020-12-30 10:48:08','2020-12-30 05:48:08'),
(20780,11090,'action complete via WP Cron','2020-12-30 10:48:08','2020-12-30 05:48:08'),
(20781,11091,'action created','2020-12-30 10:48:08','2020-12-30 05:48:08'),
(20782,11091,'action started via WP Cron','2020-12-30 10:49:27','2020-12-30 05:49:27'),
(20783,11091,'action complete via WP Cron','2020-12-30 10:49:27','2020-12-30 05:49:27'),
(20784,11092,'action created','2020-12-30 10:49:27','2020-12-30 05:49:27'),
(20785,11092,'action started via WP Cron','2020-12-30 10:50:29','2020-12-30 05:50:29'),
(20786,11092,'action complete via WP Cron','2020-12-30 10:50:29','2020-12-30 05:50:29'),
(20787,11093,'action created','2020-12-30 10:50:29','2020-12-30 05:50:29'),
(20788,11093,'action started via WP Cron','2020-12-30 10:51:35','2020-12-30 05:51:35'),
(20789,11093,'action complete via WP Cron','2020-12-30 10:51:35','2020-12-30 05:51:35'),
(20790,11094,'action created','2020-12-30 10:51:35','2020-12-30 05:51:35'),
(20791,11094,'action started via WP Cron','2020-12-30 10:52:36','2020-12-30 05:52:36'),
(20792,11094,'action complete via WP Cron','2020-12-30 10:52:36','2020-12-30 05:52:36'),
(20793,11095,'action created','2020-12-30 10:52:37','2020-12-30 05:52:37'),
(20794,11095,'action started via WP Cron','2020-12-30 10:54:07','2020-12-30 05:54:07'),
(20795,11095,'action complete via WP Cron','2020-12-30 10:54:07','2020-12-30 05:54:07'),
(20796,11096,'action created','2020-12-30 10:54:07','2020-12-30 05:54:07'),
(20797,11096,'action started via WP Cron','2020-12-30 10:54:19','2020-12-30 05:54:19'),
(20798,11096,'action complete via WP Cron','2020-12-30 10:54:19','2020-12-30 05:54:19'),
(20799,11097,'action created','2020-12-30 10:54:19','2020-12-30 05:54:19'),
(20800,11097,'action started via WP Cron','2020-12-30 10:55:49','2020-12-30 05:55:49'),
(20801,11097,'action complete via WP Cron','2020-12-30 10:55:49','2020-12-30 05:55:49'),
(20802,11098,'action created','2020-12-30 10:55:49','2020-12-30 05:55:49'),
(20803,11098,'action started via WP Cron','2020-12-30 10:56:13','2020-12-30 05:56:13'),
(20804,11098,'action complete via WP Cron','2020-12-30 10:56:13','2020-12-30 05:56:13'),
(20805,11099,'action created','2020-12-30 10:56:13','2020-12-30 05:56:13'),
(20806,11099,'action started via WP Cron','2020-12-30 10:59:35','2020-12-30 05:59:35'),
(20807,11099,'action complete via WP Cron','2020-12-30 10:59:35','2020-12-30 05:59:35'),
(20808,11100,'action created','2020-12-30 10:59:35','2020-12-30 05:59:35'),
(20809,11100,'action started via WP Cron','2020-12-30 11:00:24','2020-12-30 06:00:24'),
(20810,11100,'action complete via WP Cron','2020-12-30 11:00:24','2020-12-30 06:00:24'),
(20811,11101,'action created','2020-12-30 11:00:24','2020-12-30 06:00:24'),
(20812,11101,'action started via WP Cron','2020-12-30 11:02:34','2020-12-30 06:02:34'),
(20813,11101,'action complete via WP Cron','2020-12-30 11:02:34','2020-12-30 06:02:34'),
(20814,11102,'action created','2020-12-30 11:02:34','2020-12-30 06:02:34'),
(20815,11102,'action started via WP Cron','2020-12-30 11:03:11','2020-12-30 06:03:11'),
(20816,11102,'action complete via WP Cron','2020-12-30 11:03:11','2020-12-30 06:03:11'),
(20817,11103,'action created','2020-12-30 11:03:11','2020-12-30 06:03:11'),
(20818,11103,'action started via WP Cron','2020-12-30 11:05:58','2020-12-30 06:05:58'),
(20819,11103,'action complete via WP Cron','2020-12-30 11:05:58','2020-12-30 06:05:58'),
(20820,11104,'action created','2020-12-30 11:05:58','2020-12-30 06:05:58'),
(20821,11104,'action started via WP Cron','2020-12-30 11:06:16','2020-12-30 06:06:16'),
(20822,11104,'action complete via WP Cron','2020-12-30 11:06:16','2020-12-30 06:06:16'),
(20823,11105,'action created','2020-12-30 11:06:16','2020-12-30 06:06:16'),
(20824,11105,'action started via WP Cron','2020-12-30 11:07:17','2020-12-30 06:07:17'),
(20825,11105,'action complete via WP Cron','2020-12-30 11:07:17','2020-12-30 06:07:17'),
(20826,11106,'action created','2020-12-30 11:07:17','2020-12-30 06:07:17'),
(20827,11106,'action started via WP Cron','2020-12-30 11:08:28','2020-12-30 06:08:28'),
(20828,11106,'action complete via WP Cron','2020-12-30 11:08:28','2020-12-30 06:08:28'),
(20829,11107,'action created','2020-12-30 11:08:28','2020-12-30 06:08:28'),
(20830,11107,'action started via WP Cron','2020-12-30 11:09:16','2020-12-30 06:09:16'),
(20831,11107,'action complete via WP Cron','2020-12-30 11:09:16','2020-12-30 06:09:16'),
(20832,11108,'action created','2020-12-30 11:09:16','2020-12-30 06:09:16'),
(20833,11108,'action started via WP Cron','2020-12-30 11:10:12','2020-12-30 06:10:12'),
(20834,11108,'action complete via WP Cron','2020-12-30 11:10:12','2020-12-30 06:10:12'),
(20835,11109,'action created','2020-12-30 11:10:12','2020-12-30 06:10:12'),
(20836,11109,'action started via WP Cron','2020-12-30 11:11:14','2020-12-30 06:11:14'),
(20837,11109,'action complete via WP Cron','2020-12-30 11:11:14','2020-12-30 06:11:14'),
(20838,11110,'action created','2020-12-30 11:11:14','2020-12-30 06:11:14'),
(20839,11110,'action started via WP Cron','2020-12-30 11:12:14','2020-12-30 06:12:14'),
(20840,11110,'action complete via WP Cron','2020-12-30 11:12:14','2020-12-30 06:12:14'),
(20841,11111,'action created','2020-12-30 11:12:14','2020-12-30 06:12:14'),
(20842,11111,'action started via WP Cron','2020-12-30 11:13:38','2020-12-30 06:13:38'),
(20843,11111,'action complete via WP Cron','2020-12-30 11:13:38','2020-12-30 06:13:38'),
(20844,11112,'action created','2020-12-30 11:13:38','2020-12-30 06:13:38'),
(20845,11112,'action started via WP Cron','2020-12-30 11:15:23','2020-12-30 06:15:23'),
(20846,11112,'action complete via WP Cron','2020-12-30 11:15:23','2020-12-30 06:15:23'),
(20847,11113,'action created','2020-12-30 11:15:23','2020-12-30 06:15:23'),
(20848,11113,'action started via WP Cron','2020-12-30 11:16:25','2020-12-30 06:16:25'),
(20849,11113,'action complete via WP Cron','2020-12-30 11:16:25','2020-12-30 06:16:25'),
(20850,11114,'action created','2020-12-30 11:16:25','2020-12-30 06:16:25'),
(20851,11114,'action started via WP Cron','2020-12-30 11:17:16','2020-12-30 06:17:16'),
(20852,11114,'action complete via WP Cron','2020-12-30 11:17:16','2020-12-30 06:17:16'),
(20853,11115,'action created','2020-12-30 11:17:18','2020-12-30 06:17:18'),
(20854,11115,'action started via WP Cron','2020-12-30 11:18:22','2020-12-30 06:18:22'),
(20855,11115,'action complete via WP Cron','2020-12-30 11:18:22','2020-12-30 06:18:22'),
(20856,11116,'action created','2020-12-30 11:18:22','2020-12-30 06:18:22'),
(20857,11116,'action started via WP Cron','2020-12-30 11:19:53','2020-12-30 06:19:53'),
(20858,11116,'action complete via WP Cron','2020-12-30 11:19:53','2020-12-30 06:19:53'),
(20859,11117,'action created','2020-12-30 11:19:53','2020-12-30 06:19:53'),
(20860,11117,'action started via WP Cron','2020-12-30 11:20:21','2020-12-30 06:20:21'),
(20861,11117,'action complete via WP Cron','2020-12-30 11:20:21','2020-12-30 06:20:21'),
(20862,11118,'action created','2020-12-30 11:20:21','2020-12-30 06:20:21'),
(20863,11118,'action started via WP Cron','2020-12-30 11:24:50','2020-12-30 06:24:50'),
(20864,11118,'action complete via WP Cron','2020-12-30 11:24:50','2020-12-30 06:24:50'),
(20865,11119,'action created','2020-12-30 11:24:50','2020-12-30 06:24:50'),
(20866,11119,'action started via WP Cron','2020-12-30 11:26:03','2020-12-30 06:26:03'),
(20867,11119,'action complete via WP Cron','2020-12-30 11:26:03','2020-12-30 06:26:03'),
(20868,11120,'action created','2020-12-30 11:26:03','2020-12-30 06:26:03'),
(20869,11120,'action started via WP Cron','2020-12-30 11:26:20','2020-12-30 06:26:20'),
(20870,11120,'action complete via WP Cron','2020-12-30 11:26:20','2020-12-30 06:26:20'),
(20871,11121,'action created','2020-12-30 11:26:20','2020-12-30 06:26:20'),
(20872,11121,'action started via WP Cron','2020-12-30 11:28:48','2020-12-30 06:28:48'),
(20873,11121,'action complete via WP Cron','2020-12-30 11:28:48','2020-12-30 06:28:48'),
(20874,11122,'action created','2020-12-30 11:28:49','2020-12-30 06:28:49'),
(20875,11122,'action started via WP Cron','2020-12-30 11:29:38','2020-12-30 06:29:38'),
(20876,11122,'action complete via WP Cron','2020-12-30 11:29:38','2020-12-30 06:29:38'),
(20877,11123,'action created','2020-12-30 11:29:38','2020-12-30 06:29:38'),
(20878,11123,'action started via WP Cron','2020-12-30 11:30:34','2020-12-30 06:30:34'),
(20879,11123,'action complete via WP Cron','2020-12-30 11:30:34','2020-12-30 06:30:34'),
(20880,11124,'action created','2020-12-30 11:30:34','2020-12-30 06:30:34'),
(20881,11124,'action started via WP Cron','2020-12-30 11:31:12','2020-12-30 06:31:12'),
(20882,11124,'action complete via WP Cron','2020-12-30 11:31:13','2020-12-30 06:31:13'),
(20883,11125,'action created','2020-12-30 11:31:13','2020-12-30 06:31:13'),
(20884,11125,'action started via WP Cron','2020-12-30 11:35:22','2020-12-30 06:35:22'),
(20885,11125,'action complete via WP Cron','2020-12-30 11:35:22','2020-12-30 06:35:22'),
(20886,11126,'action created','2020-12-30 11:35:22','2020-12-30 06:35:22'),
(20887,11126,'action started via WP Cron','2020-12-30 11:37:46','2020-12-30 06:37:46'),
(20888,11126,'action complete via WP Cron','2020-12-30 11:37:46','2020-12-30 06:37:46'),
(20889,11127,'action created','2020-12-30 11:37:46','2020-12-30 06:37:46'),
(20890,11127,'action started via WP Cron','2020-12-30 11:38:23','2020-12-30 06:38:23'),
(20891,11127,'action complete via WP Cron','2020-12-30 11:38:23','2020-12-30 06:38:23'),
(20892,11128,'action created','2020-12-30 11:38:23','2020-12-30 06:38:23'),
(20893,11128,'action started via WP Cron','2020-12-30 11:42:39','2020-12-30 06:42:39'),
(20894,11128,'action complete via WP Cron','2020-12-30 11:42:39','2020-12-30 06:42:39'),
(20895,11129,'action created','2020-12-30 11:42:39','2020-12-30 06:42:39'),
(20896,11129,'action started via WP Cron','2020-12-30 11:45:01','2020-12-30 06:45:01'),
(20897,11129,'action complete via WP Cron','2020-12-30 11:45:01','2020-12-30 06:45:01'),
(20898,11130,'action created','2020-12-30 11:45:01','2020-12-30 06:45:01'),
(20899,11130,'action started via WP Cron','2020-12-30 11:45:26','2020-12-30 06:45:26'),
(20900,11130,'action complete via WP Cron','2020-12-30 11:45:26','2020-12-30 06:45:26'),
(20901,11131,'action created','2020-12-30 11:45:26','2020-12-30 06:45:26'),
(20902,11131,'action started via WP Cron','2020-12-30 11:48:02','2020-12-30 06:48:02'),
(20903,11131,'action complete via WP Cron','2020-12-30 11:48:02','2020-12-30 06:48:02'),
(20904,11132,'action created','2020-12-30 11:48:02','2020-12-30 06:48:02'),
(20905,11132,'action started via WP Cron','2020-12-30 11:53:48','2020-12-30 06:53:48'),
(20906,11132,'action complete via WP Cron','2020-12-30 11:53:48','2020-12-30 06:53:48'),
(20907,11133,'action created','2020-12-30 11:53:48','2020-12-30 06:53:48'),
(20908,11133,'action started via WP Cron','2020-12-30 11:55:10','2020-12-30 06:55:10'),
(20909,11133,'action complete via WP Cron','2020-12-30 11:55:10','2020-12-30 06:55:10'),
(20910,11134,'action created','2020-12-30 11:55:10','2020-12-30 06:55:10'),
(20911,11134,'action started via WP Cron','2020-12-30 11:56:18','2020-12-30 06:56:18'),
(20912,11134,'action complete via WP Cron','2020-12-30 11:56:19','2020-12-30 06:56:19'),
(20913,11135,'action created','2020-12-30 11:56:19','2020-12-30 06:56:19'),
(20914,11135,'action started via WP Cron','2020-12-30 11:57:11','2020-12-30 06:57:11'),
(20915,11135,'action complete via WP Cron','2020-12-30 11:57:11','2020-12-30 06:57:11'),
(20916,11136,'action created','2020-12-30 11:57:11','2020-12-30 06:57:11'),
(20917,11136,'action started via WP Cron','2020-12-30 11:58:17','2020-12-30 06:58:17'),
(20918,11136,'action complete via WP Cron','2020-12-30 11:58:17','2020-12-30 06:58:17'),
(20919,11137,'action created','2020-12-30 11:58:17','2020-12-30 06:58:17'),
(20920,11137,'action started via WP Cron','2020-12-30 11:59:15','2020-12-30 06:59:15'),
(20921,11137,'action complete via WP Cron','2020-12-30 11:59:15','2020-12-30 06:59:15'),
(20922,11138,'action created','2020-12-30 11:59:15','2020-12-30 06:59:15'),
(20923,11138,'action started via WP Cron','2020-12-30 12:03:36','2020-12-30 07:03:36'),
(20924,11138,'action complete via WP Cron','2020-12-30 12:03:36','2020-12-30 07:03:36'),
(20925,11139,'action created','2020-12-30 12:03:36','2020-12-30 07:03:36'),
(20926,11139,'action started via WP Cron','2020-12-30 12:04:54','2020-12-30 07:04:54'),
(20927,11139,'action complete via WP Cron','2020-12-30 12:04:54','2020-12-30 07:04:54'),
(20928,11140,'action created','2020-12-30 12:04:54','2020-12-30 07:04:54'),
(20929,11140,'action started via WP Cron','2020-12-30 12:05:23','2020-12-30 07:05:23'),
(20930,11140,'action complete via WP Cron','2020-12-30 12:05:23','2020-12-30 07:05:23'),
(20931,11141,'action created','2020-12-30 12:05:23','2020-12-30 07:05:23'),
(20932,11141,'action started via WP Cron','2020-12-30 12:06:12','2020-12-30 07:06:12'),
(20933,11141,'action complete via WP Cron','2020-12-30 12:06:12','2020-12-30 07:06:12'),
(20934,11142,'action created','2020-12-30 12:06:12','2020-12-30 07:06:12'),
(20935,11142,'action started via WP Cron','2020-12-30 12:07:21','2020-12-30 07:07:21'),
(20936,11142,'action complete via WP Cron','2020-12-30 12:07:21','2020-12-30 07:07:21'),
(20937,11143,'action created','2020-12-30 12:07:21','2020-12-30 07:07:21'),
(20938,11143,'action started via WP Cron','2020-12-30 12:08:17','2020-12-30 07:08:17'),
(20939,11143,'action complete via WP Cron','2020-12-30 12:08:17','2020-12-30 07:08:17'),
(20940,11144,'action created','2020-12-30 12:08:17','2020-12-30 07:08:17'),
(20941,11144,'action started via WP Cron','2020-12-30 12:11:43','2020-12-30 07:11:43'),
(20942,11144,'action complete via WP Cron','2020-12-30 12:11:43','2020-12-30 07:11:43'),
(20943,11145,'action created','2020-12-30 12:11:43','2020-12-30 07:11:43'),
(20944,11145,'action started via WP Cron','2020-12-30 12:12:27','2020-12-30 07:12:27'),
(20945,11145,'action complete via WP Cron','2020-12-30 12:12:27','2020-12-30 07:12:27'),
(20946,11146,'action created','2020-12-30 12:12:27','2020-12-30 07:12:27'),
(20947,11146,'action started via WP Cron','2020-12-30 12:13:12','2020-12-30 07:13:12'),
(20948,11146,'action complete via WP Cron','2020-12-30 12:13:12','2020-12-30 07:13:12'),
(20949,11147,'action created','2020-12-30 12:13:12','2020-12-30 07:13:12'),
(20950,11147,'action started via WP Cron','2020-12-30 12:14:13','2020-12-30 07:14:13'),
(20951,11147,'action complete via WP Cron','2020-12-30 12:14:13','2020-12-30 07:14:13'),
(20952,11148,'action created','2020-12-30 12:14:13','2020-12-30 07:14:13'),
(20953,11148,'action started via WP Cron','2020-12-30 12:15:12','2020-12-30 07:15:12'),
(20954,11148,'action complete via WP Cron','2020-12-30 12:15:12','2020-12-30 07:15:12'),
(20955,11149,'action created','2020-12-30 12:15:12','2020-12-30 07:15:12'),
(20956,11149,'action started via WP Cron','2020-12-30 12:16:20','2020-12-30 07:16:20'),
(20957,11149,'action complete via WP Cron','2020-12-30 12:16:20','2020-12-30 07:16:20'),
(20958,11150,'action created','2020-12-30 12:16:20','2020-12-30 07:16:20'),
(20959,11150,'action started via WP Cron','2020-12-30 12:19:02','2020-12-30 07:19:02'),
(20960,11150,'action complete via WP Cron','2020-12-30 12:19:02','2020-12-30 07:19:02'),
(20961,11151,'action created','2020-12-30 12:19:02','2020-12-30 07:19:02'),
(20962,11151,'action started via WP Cron','2020-12-30 12:20:43','2020-12-30 07:20:43'),
(20963,11151,'action complete via WP Cron','2020-12-30 12:20:43','2020-12-30 07:20:43'),
(20964,11152,'action created','2020-12-30 12:20:44','2020-12-30 07:20:44'),
(20965,11152,'action started via WP Cron','2020-12-30 12:23:54','2020-12-30 07:23:54'),
(20966,11152,'action complete via WP Cron','2020-12-30 12:23:54','2020-12-30 07:23:54'),
(20967,11153,'action created','2020-12-30 12:23:54','2020-12-30 07:23:54'),
(20968,11153,'action started via WP Cron','2020-12-30 12:24:16','2020-12-30 07:24:16'),
(20969,11153,'action complete via WP Cron','2020-12-30 12:24:16','2020-12-30 07:24:16'),
(20970,11154,'action created','2020-12-30 12:24:16','2020-12-30 07:24:16'),
(20971,11154,'action started via WP Cron','2020-12-30 12:25:20','2020-12-30 07:25:20'),
(20972,11154,'action complete via WP Cron','2020-12-30 12:25:20','2020-12-30 07:25:20'),
(20973,11155,'action created','2020-12-30 12:25:20','2020-12-30 07:25:20'),
(20974,11155,'action started via WP Cron','2020-12-30 12:27:05','2020-12-30 07:27:05'),
(20975,11155,'action complete via WP Cron','2020-12-30 12:27:05','2020-12-30 07:27:05'),
(20976,11156,'action created','2020-12-30 12:27:05','2020-12-30 07:27:05'),
(20977,11156,'action started via WP Cron','2020-12-30 12:28:13','2020-12-30 07:28:13'),
(20978,11156,'action complete via WP Cron','2020-12-30 12:28:13','2020-12-30 07:28:13'),
(20979,11157,'action created','2020-12-30 12:28:13','2020-12-30 07:28:13'),
(20980,11157,'action started via WP Cron','2020-12-30 12:29:29','2020-12-30 07:29:29'),
(20981,11157,'action complete via WP Cron','2020-12-30 12:29:29','2020-12-30 07:29:29'),
(20982,11158,'action created','2020-12-30 12:29:29','2020-12-30 07:29:29'),
(20983,11158,'action started via WP Cron','2020-12-30 12:32:06','2020-12-30 07:32:06'),
(20984,11158,'action complete via WP Cron','2020-12-30 12:32:06','2020-12-30 07:32:06'),
(20985,11159,'action created','2020-12-30 12:32:06','2020-12-30 07:32:06'),
(20986,11159,'action started via WP Cron','2020-12-30 12:32:59','2020-12-30 07:32:59'),
(20987,11159,'action complete via WP Cron','2020-12-30 12:32:59','2020-12-30 07:32:59'),
(20988,11160,'action created','2020-12-30 12:32:59','2020-12-30 07:32:59'),
(20989,11160,'action started via WP Cron','2020-12-30 12:33:34','2020-12-30 07:33:34'),
(20990,11160,'action complete via WP Cron','2020-12-30 12:33:34','2020-12-30 07:33:34'),
(20991,11161,'action created','2020-12-30 12:33:34','2020-12-30 07:33:34'),
(20992,11161,'action started via WP Cron','2020-12-30 12:36:03','2020-12-30 07:36:03'),
(20993,11161,'action complete via WP Cron','2020-12-30 12:36:03','2020-12-30 07:36:03'),
(20994,11162,'action created','2020-12-30 12:36:03','2020-12-30 07:36:03'),
(20995,11162,'action started via WP Cron','2020-12-30 12:36:25','2020-12-30 07:36:25'),
(20996,11162,'action complete via WP Cron','2020-12-30 12:36:25','2020-12-30 07:36:25'),
(20997,11163,'action created','2020-12-30 12:36:25','2020-12-30 07:36:25'),
(20998,11163,'action started via WP Cron','2020-12-30 12:39:05','2020-12-30 07:39:05'),
(20999,11163,'action complete via WP Cron','2020-12-30 12:39:05','2020-12-30 07:39:05'),
(21000,11164,'action created','2020-12-30 12:39:05','2020-12-30 07:39:05'),
(21001,11164,'action started via WP Cron','2020-12-30 12:39:16','2020-12-30 07:39:16'),
(21002,11164,'action complete via WP Cron','2020-12-30 12:39:16','2020-12-30 07:39:16'),
(21003,11165,'action created','2020-12-30 12:39:16','2020-12-30 07:39:16'),
(21004,11165,'action started via WP Cron','2020-12-30 12:42:07','2020-12-30 07:42:07'),
(21005,11165,'action complete via WP Cron','2020-12-30 12:42:07','2020-12-30 07:42:07'),
(21006,11166,'action created','2020-12-30 12:42:07','2020-12-30 07:42:07'),
(21007,11166,'action started via WP Cron','2020-12-30 12:43:57','2020-12-30 07:43:57'),
(21008,11166,'action complete via WP Cron','2020-12-30 12:43:57','2020-12-30 07:43:57'),
(21009,11167,'action created','2020-12-30 12:43:57','2020-12-30 07:43:57'),
(21010,11167,'action started via WP Cron','2020-12-30 12:45:47','2020-12-30 07:45:47'),
(21011,11167,'action complete via WP Cron','2020-12-30 12:45:47','2020-12-30 07:45:47'),
(21012,11168,'action created','2020-12-30 12:45:47','2020-12-30 07:45:47'),
(21013,11168,'action started via WP Cron','2020-12-30 12:48:11','2020-12-30 07:48:11'),
(21014,11168,'action complete via WP Cron','2020-12-30 12:48:11','2020-12-30 07:48:11'),
(21015,11169,'action created','2020-12-30 12:48:11','2020-12-30 07:48:11'),
(21016,11169,'action started via WP Cron','2020-12-30 12:50:03','2020-12-30 07:50:03'),
(21017,11169,'action complete via WP Cron','2020-12-30 12:50:03','2020-12-30 07:50:03'),
(21018,10277,'action started via WP Cron','2020-12-30 12:50:03','2020-12-30 07:50:03'),
(21019,10277,'action complete via WP Cron','2020-12-30 12:50:04','2020-12-30 07:50:04'),
(21020,11170,'action created','2020-12-30 12:50:04','2020-12-30 07:50:04'),
(21021,11171,'action created','2020-12-30 12:50:04','2020-12-30 07:50:04'),
(21022,11171,'action started via WP Cron','2020-12-30 12:50:17','2020-12-30 07:50:17'),
(21023,11171,'action complete via WP Cron','2020-12-30 12:50:17','2020-12-30 07:50:17'),
(21024,11172,'action created','2020-12-30 12:50:17','2020-12-30 07:50:17'),
(21025,11172,'action started via WP Cron','2020-12-30 12:51:30','2020-12-30 07:51:30'),
(21026,11172,'action complete via WP Cron','2020-12-30 12:51:30','2020-12-30 07:51:30'),
(21027,11173,'action created','2020-12-30 12:51:30','2020-12-30 07:51:30'),
(21028,11173,'action started via WP Cron','2020-12-30 12:53:31','2020-12-30 07:53:31'),
(21029,11173,'action complete via WP Cron','2020-12-30 12:53:31','2020-12-30 07:53:31'),
(21030,11174,'action created','2020-12-30 12:53:31','2020-12-30 07:53:31'),
(21031,11174,'action started via WP Cron','2020-12-30 12:54:11','2020-12-30 07:54:11'),
(21032,11174,'action complete via WP Cron','2020-12-30 12:54:11','2020-12-30 07:54:11'),
(21033,11175,'action created','2020-12-30 12:54:11','2020-12-30 07:54:11'),
(21034,11175,'action started via WP Cron','2020-12-30 12:55:14','2020-12-30 07:55:14'),
(21035,11175,'action complete via WP Cron','2020-12-30 12:55:14','2020-12-30 07:55:14'),
(21036,11176,'action created','2020-12-30 12:55:14','2020-12-30 07:55:14'),
(21037,11176,'action started via WP Cron','2020-12-30 12:56:15','2020-12-30 07:56:15'),
(21038,11176,'action complete via WP Cron','2020-12-30 12:56:15','2020-12-30 07:56:15'),
(21039,11177,'action created','2020-12-30 12:56:15','2020-12-30 07:56:15'),
(21040,11177,'action started via WP Cron','2020-12-30 12:57:13','2020-12-30 07:57:13'),
(21041,11177,'action complete via WP Cron','2020-12-30 12:57:13','2020-12-30 07:57:13'),
(21042,11178,'action created','2020-12-30 12:57:13','2020-12-30 07:57:13'),
(21043,11178,'action started via WP Cron','2020-12-30 12:59:15','2020-12-30 07:59:15'),
(21044,11178,'action complete via WP Cron','2020-12-30 12:59:15','2020-12-30 07:59:15'),
(21045,11179,'action created','2020-12-30 12:59:15','2020-12-30 07:59:15'),
(21046,11179,'action started via WP Cron','2020-12-30 13:01:42','2020-12-30 08:01:42'),
(21047,11179,'action complete via WP Cron','2020-12-30 13:01:42','2020-12-30 08:01:42'),
(21048,11180,'action created','2020-12-30 13:01:42','2020-12-30 08:01:42'),
(21049,11180,'action started via WP Cron','2020-12-30 13:03:41','2020-12-30 08:03:41'),
(21050,11180,'action complete via WP Cron','2020-12-30 13:03:41','2020-12-30 08:03:41'),
(21051,11181,'action created','2020-12-30 13:03:41','2020-12-30 08:03:41'),
(21052,11181,'action started via WP Cron','2020-12-30 13:05:55','2020-12-30 08:05:55'),
(21053,11181,'action complete via WP Cron','2020-12-30 13:05:55','2020-12-30 08:05:55'),
(21054,11182,'action created','2020-12-30 13:05:55','2020-12-30 08:05:55'),
(21055,11182,'action started via WP Cron','2020-12-30 13:12:23','2020-12-30 08:12:23'),
(21056,11182,'action complete via WP Cron','2020-12-30 13:12:23','2020-12-30 08:12:23'),
(21057,11183,'action created','2020-12-30 13:12:23','2020-12-30 08:12:23'),
(21058,11183,'action started via WP Cron','2020-12-30 13:16:29','2020-12-30 08:16:29'),
(21059,11183,'action complete via WP Cron','2020-12-30 13:16:29','2020-12-30 08:16:29'),
(21060,11184,'action created','2020-12-30 13:16:29','2020-12-30 08:16:29'),
(21061,11184,'action started via WP Cron','2020-12-30 13:17:42','2020-12-30 08:17:42'),
(21062,11184,'action complete via WP Cron','2020-12-30 13:17:42','2020-12-30 08:17:42'),
(21063,11185,'action created','2020-12-30 13:17:42','2020-12-30 08:17:42'),
(21064,11185,'action started via WP Cron','2020-12-30 13:18:39','2020-12-30 08:18:39'),
(21065,11185,'action complete via WP Cron','2020-12-30 13:18:39','2020-12-30 08:18:39'),
(21066,11186,'action created','2020-12-30 13:18:39','2020-12-30 08:18:39'),
(21067,11186,'action started via WP Cron','2020-12-30 13:19:18','2020-12-30 08:19:18'),
(21068,11186,'action complete via WP Cron','2020-12-30 13:19:18','2020-12-30 08:19:18'),
(21069,11187,'action created','2020-12-30 13:19:19','2020-12-30 08:19:19'),
(21070,11187,'action started via WP Cron','2020-12-30 13:20:18','2020-12-30 08:20:18'),
(21071,11187,'action complete via WP Cron','2020-12-30 13:20:18','2020-12-30 08:20:18'),
(21072,11188,'action created','2020-12-30 13:20:18','2020-12-30 08:20:18'),
(21073,11188,'action started via WP Cron','2020-12-30 13:21:18','2020-12-30 08:21:18'),
(21074,11188,'action complete via WP Cron','2020-12-30 13:21:18','2020-12-30 08:21:18'),
(21075,11189,'action created','2020-12-30 13:21:18','2020-12-30 08:21:18'),
(21076,11189,'action started via WP Cron','2020-12-30 13:26:36','2020-12-30 08:26:36'),
(21077,11189,'action complete via WP Cron','2020-12-30 13:26:36','2020-12-30 08:26:36'),
(21078,11190,'action created','2020-12-30 13:26:36','2020-12-30 08:26:36'),
(21079,11190,'action started via WP Cron','2020-12-30 13:28:12','2020-12-30 08:28:12'),
(21080,11190,'action complete via WP Cron','2020-12-30 13:28:12','2020-12-30 08:28:12'),
(21081,11191,'action created','2020-12-30 13:28:12','2020-12-30 08:28:12'),
(21082,11191,'action started via WP Cron','2020-12-30 13:29:58','2020-12-30 08:29:58'),
(21083,11191,'action complete via WP Cron','2020-12-30 13:29:58','2020-12-30 08:29:58'),
(21084,11192,'action created','2020-12-30 13:29:58','2020-12-30 08:29:58'),
(21085,11192,'action started via WP Cron','2020-12-30 13:30:24','2020-12-30 08:30:24'),
(21086,11192,'action complete via WP Cron','2020-12-30 13:30:24','2020-12-30 08:30:24'),
(21087,11193,'action created','2020-12-30 13:30:24','2020-12-30 08:30:24'),
(21088,11193,'action started via WP Cron','2020-12-30 13:31:14','2020-12-30 08:31:14'),
(21089,11193,'action complete via WP Cron','2020-12-30 13:31:14','2020-12-30 08:31:14'),
(21090,11194,'action created','2020-12-30 13:31:14','2020-12-30 08:31:14'),
(21091,11194,'action started via WP Cron','2020-12-30 13:33:09','2020-12-30 08:33:09'),
(21092,11194,'action complete via WP Cron','2020-12-30 13:33:09','2020-12-30 08:33:09'),
(21093,11195,'action created','2020-12-30 13:33:09','2020-12-30 08:33:09'),
(21094,11195,'action started via WP Cron','2020-12-30 13:33:30','2020-12-30 08:33:30'),
(21095,11195,'action complete via WP Cron','2020-12-30 13:33:30','2020-12-30 08:33:30'),
(21096,11196,'action created','2020-12-30 13:33:30','2020-12-30 08:33:30'),
(21097,11196,'action started via WP Cron','2020-12-30 13:34:12','2020-12-30 08:34:12'),
(21098,11196,'action complete via WP Cron','2020-12-30 13:34:12','2020-12-30 08:34:12'),
(21099,11197,'action created','2020-12-30 13:34:12','2020-12-30 08:34:12'),
(21100,11197,'action started via WP Cron','2020-12-30 13:35:16','2020-12-30 08:35:16'),
(21101,11197,'action complete via WP Cron','2020-12-30 13:35:16','2020-12-30 08:35:16'),
(21102,11198,'action created','2020-12-30 13:35:16','2020-12-30 08:35:16'),
(21103,11198,'action started via WP Cron','2020-12-30 13:37:39','2020-12-30 08:37:39'),
(21104,11198,'action complete via WP Cron','2020-12-30 13:37:39','2020-12-30 08:37:39'),
(21105,11199,'action created','2020-12-30 13:37:39','2020-12-30 08:37:39'),
(21106,11199,'action started via WP Cron','2020-12-30 13:39:20','2020-12-30 08:39:20'),
(21107,11199,'action complete via WP Cron','2020-12-30 13:39:20','2020-12-30 08:39:20'),
(21108,11200,'action created','2020-12-30 13:39:20','2020-12-30 08:39:20'),
(21109,11200,'action started via WP Cron','2020-12-30 13:40:20','2020-12-30 08:40:20'),
(21110,11200,'action complete via WP Cron','2020-12-30 13:40:20','2020-12-30 08:40:20'),
(21111,11201,'action created','2020-12-30 13:40:20','2020-12-30 08:40:20'),
(21112,11201,'action started via WP Cron','2020-12-30 13:41:20','2020-12-30 08:41:20'),
(21113,11201,'action complete via WP Cron','2020-12-30 13:41:20','2020-12-30 08:41:20'),
(21114,11202,'action created','2020-12-30 13:41:20','2020-12-30 08:41:20'),
(21115,11202,'action started via WP Cron','2020-12-30 13:42:47','2020-12-30 08:42:47'),
(21116,11202,'action complete via WP Cron','2020-12-30 13:42:47','2020-12-30 08:42:47'),
(21117,11203,'action created','2020-12-30 13:42:47','2020-12-30 08:42:47'),
(21118,11203,'action started via WP Cron','2020-12-30 13:43:12','2020-12-30 08:43:12'),
(21119,11203,'action complete via WP Cron','2020-12-30 13:43:12','2020-12-30 08:43:12'),
(21120,11204,'action created','2020-12-30 13:43:12','2020-12-30 08:43:12'),
(21121,11204,'action started via WP Cron','2020-12-30 13:45:23','2020-12-30 08:45:23'),
(21122,11204,'action complete via WP Cron','2020-12-30 13:45:23','2020-12-30 08:45:23'),
(21123,11205,'action created','2020-12-30 13:45:23','2020-12-30 08:45:23'),
(21124,11205,'action started via WP Cron','2020-12-30 13:46:56','2020-12-30 08:46:56'),
(21125,11205,'action complete via WP Cron','2020-12-30 13:46:56','2020-12-30 08:46:56'),
(21126,11206,'action created','2020-12-30 13:46:56','2020-12-30 08:46:56'),
(21127,11206,'action started via WP Cron','2020-12-30 13:47:50','2020-12-30 08:47:50'),
(21128,11206,'action complete via WP Cron','2020-12-30 13:47:50','2020-12-30 08:47:50'),
(21129,11207,'action created','2020-12-30 13:47:50','2020-12-30 08:47:50'),
(21130,11207,'action started via WP Cron','2020-12-30 13:48:19','2020-12-30 08:48:19'),
(21131,11207,'action complete via WP Cron','2020-12-30 13:48:19','2020-12-30 08:48:19'),
(21132,11208,'action created','2020-12-30 13:48:19','2020-12-30 08:48:19'),
(21133,11208,'action started via WP Cron','2020-12-30 13:49:39','2020-12-30 08:49:39'),
(21134,11208,'action complete via WP Cron','2020-12-30 13:49:39','2020-12-30 08:49:39'),
(21135,11209,'action created','2020-12-30 13:49:39','2020-12-30 08:49:39'),
(21136,11209,'action started via WP Cron','2020-12-30 13:53:54','2020-12-30 08:53:54'),
(21137,11209,'action complete via WP Cron','2020-12-30 13:53:54','2020-12-30 08:53:54'),
(21138,11210,'action created','2020-12-30 13:53:54','2020-12-30 08:53:54'),
(21139,11210,'action started via WP Cron','2020-12-30 13:54:54','2020-12-30 08:54:54'),
(21140,11210,'action complete via WP Cron','2020-12-30 13:54:54','2020-12-30 08:54:54'),
(21141,11211,'action created','2020-12-30 13:54:54','2020-12-30 08:54:54'),
(21142,11211,'action started via WP Cron','2020-12-30 13:55:24','2020-12-30 08:55:24'),
(21143,11211,'action complete via WP Cron','2020-12-30 13:55:24','2020-12-30 08:55:24'),
(21144,11212,'action created','2020-12-30 13:55:24','2020-12-30 08:55:24'),
(21145,11212,'action started via WP Cron','2020-12-30 13:57:28','2020-12-30 08:57:28'),
(21146,11212,'action complete via WP Cron','2020-12-30 13:57:28','2020-12-30 08:57:28'),
(21147,11213,'action created','2020-12-30 13:57:28','2020-12-30 08:57:28'),
(21148,11213,'action started via WP Cron','2020-12-30 13:58:16','2020-12-30 08:58:16'),
(21149,11213,'action complete via WP Cron','2020-12-30 13:58:16','2020-12-30 08:58:16'),
(21150,11214,'action created','2020-12-30 13:58:16','2020-12-30 08:58:16'),
(21151,11214,'action started via WP Cron','2020-12-30 13:59:16','2020-12-30 08:59:16'),
(21152,11214,'action complete via WP Cron','2020-12-30 13:59:16','2020-12-30 08:59:16'),
(21153,11215,'action created','2020-12-30 13:59:16','2020-12-30 08:59:16'),
(21154,11215,'action started via WP Cron','2020-12-30 14:00:13','2020-12-30 09:00:13'),
(21155,11215,'action complete via WP Cron','2020-12-30 14:00:13','2020-12-30 09:00:13'),
(21156,11216,'action created','2020-12-30 14:00:13','2020-12-30 09:00:13'),
(21157,11216,'action started via WP Cron','2020-12-30 14:01:11','2020-12-30 09:01:11'),
(21158,11216,'action complete via WP Cron','2020-12-30 14:01:11','2020-12-30 09:01:11'),
(21159,11217,'action created','2020-12-30 14:01:11','2020-12-30 09:01:11'),
(21160,11217,'action started via WP Cron','2020-12-30 14:02:20','2020-12-30 09:02:20'),
(21161,11217,'action complete via WP Cron','2020-12-30 14:02:20','2020-12-30 09:02:20'),
(21162,11218,'action created','2020-12-30 14:02:20','2020-12-30 09:02:20'),
(21163,11218,'action started via WP Cron','2020-12-30 14:03:19','2020-12-30 09:03:19'),
(21164,11218,'action complete via WP Cron','2020-12-30 14:03:19','2020-12-30 09:03:19'),
(21165,11219,'action created','2020-12-30 14:03:19','2020-12-30 09:03:19'),
(21166,11219,'action started via WP Cron','2020-12-30 14:04:31','2020-12-30 09:04:31'),
(21167,11219,'action complete via WP Cron','2020-12-30 14:04:31','2020-12-30 09:04:31'),
(21168,11220,'action created','2020-12-30 14:04:31','2020-12-30 09:04:31'),
(21169,11220,'action started via WP Cron','2020-12-30 14:07:40','2020-12-30 09:07:40'),
(21170,11220,'action complete via WP Cron','2020-12-30 14:07:40','2020-12-30 09:07:40'),
(21171,11221,'action created','2020-12-30 14:07:40','2020-12-30 09:07:40'),
(21172,11221,'action started via WP Cron','2020-12-30 14:08:29','2020-12-30 09:08:29'),
(21173,11221,'action complete via WP Cron','2020-12-30 14:08:29','2020-12-30 09:08:29'),
(21174,11222,'action created','2020-12-30 14:08:29','2020-12-30 09:08:29'),
(21175,11222,'action started via WP Cron','2020-12-30 14:10:59','2020-12-30 09:10:59'),
(21176,11222,'action complete via WP Cron','2020-12-30 14:10:59','2020-12-30 09:10:59'),
(21177,11223,'action created','2020-12-30 14:10:59','2020-12-30 09:10:59'),
(21178,11223,'action started via WP Cron','2020-12-30 14:11:46','2020-12-30 09:11:46'),
(21179,11223,'action complete via WP Cron','2020-12-30 14:11:46','2020-12-30 09:11:46'),
(21180,11224,'action created','2020-12-30 14:11:46','2020-12-30 09:11:46'),
(21181,11224,'action started via WP Cron','2020-12-30 14:12:11','2020-12-30 09:12:11'),
(21182,11224,'action complete via WP Cron','2020-12-30 14:12:11','2020-12-30 09:12:11'),
(21183,11225,'action created','2020-12-30 14:12:11','2020-12-30 09:12:11'),
(21184,11225,'action started via WP Cron','2020-12-30 14:13:15','2020-12-30 09:13:15'),
(21185,11225,'action complete via WP Cron','2020-12-30 14:13:15','2020-12-30 09:13:15'),
(21186,11226,'action created','2020-12-30 14:13:15','2020-12-30 09:13:15'),
(21187,11226,'action started via WP Cron','2020-12-30 14:14:13','2020-12-30 09:14:13'),
(21188,11226,'action complete via WP Cron','2020-12-30 14:14:13','2020-12-30 09:14:13'),
(21189,11227,'action created','2020-12-30 14:14:13','2020-12-30 09:14:13'),
(21190,11227,'action started via WP Cron','2020-12-30 14:17:36','2020-12-30 09:17:36'),
(21191,11227,'action complete via WP Cron','2020-12-30 14:17:36','2020-12-30 09:17:36'),
(21192,11228,'action created','2020-12-30 14:17:36','2020-12-30 09:17:36'),
(21193,11228,'action started via WP Cron','2020-12-30 14:20:07','2020-12-30 09:20:07'),
(21194,11228,'action complete via WP Cron','2020-12-30 14:20:07','2020-12-30 09:20:07'),
(21195,11229,'action created','2020-12-30 14:20:07','2020-12-30 09:20:07'),
(21196,11229,'action started via WP Cron','2020-12-30 14:22:03','2020-12-30 09:22:03'),
(21197,11229,'action complete via WP Cron','2020-12-30 14:22:03','2020-12-30 09:22:03'),
(21198,11230,'action created','2020-12-30 14:22:03','2020-12-30 09:22:03'),
(21199,11230,'action started via WP Cron','2020-12-30 14:23:25','2020-12-30 09:23:25'),
(21200,11230,'action complete via WP Cron','2020-12-30 14:23:25','2020-12-30 09:23:25'),
(21201,11231,'action created','2020-12-30 14:23:25','2020-12-30 09:23:25'),
(21202,11231,'action started via WP Cron','2020-12-30 14:25:48','2020-12-30 09:25:48'),
(21203,11231,'action complete via WP Cron','2020-12-30 14:25:48','2020-12-30 09:25:48'),
(21204,11232,'action created','2020-12-30 14:25:48','2020-12-30 09:25:48'),
(21205,11232,'action started via WP Cron','2020-12-30 14:26:13','2020-12-30 09:26:13'),
(21206,11232,'action complete via WP Cron','2020-12-30 14:26:13','2020-12-30 09:26:13'),
(21207,11233,'action created','2020-12-30 14:26:13','2020-12-30 09:26:13'),
(21208,11233,'action started via WP Cron','2020-12-30 14:27:12','2020-12-30 09:27:12'),
(21209,11233,'action complete via WP Cron','2020-12-30 14:27:13','2020-12-30 09:27:13'),
(21210,11234,'action created','2020-12-30 14:27:13','2020-12-30 09:27:13'),
(21211,11234,'action started via WP Cron','2020-12-30 14:30:12','2020-12-30 09:30:12'),
(21212,11234,'action complete via WP Cron','2020-12-30 14:30:12','2020-12-30 09:30:12'),
(21213,11235,'action created','2020-12-30 14:30:12','2020-12-30 09:30:12'),
(21214,11235,'action started via WP Cron','2020-12-30 14:31:35','2020-12-30 09:31:35'),
(21215,11235,'action complete via WP Cron','2020-12-30 14:31:35','2020-12-30 09:31:35'),
(21216,11236,'action created','2020-12-30 14:31:35','2020-12-30 09:31:35'),
(21217,11236,'action started via WP Cron','2020-12-30 14:32:45','2020-12-30 09:32:45'),
(21218,11236,'action complete via WP Cron','2020-12-30 14:32:45','2020-12-30 09:32:45'),
(21219,11237,'action created','2020-12-30 14:32:45','2020-12-30 09:32:45'),
(21220,11237,'action started via WP Cron','2020-12-30 14:33:45','2020-12-30 09:33:45'),
(21221,11237,'action complete via WP Cron','2020-12-30 14:33:45','2020-12-30 09:33:45'),
(21222,11238,'action created','2020-12-30 14:33:45','2020-12-30 09:33:45'),
(21223,11238,'action started via WP Cron','2020-12-30 14:35:40','2020-12-30 09:35:40'),
(21224,11238,'action complete via WP Cron','2020-12-30 14:35:40','2020-12-30 09:35:40'),
(21225,11239,'action created','2020-12-30 14:35:40','2020-12-30 09:35:40'),
(21226,11239,'action started via WP Cron','2020-12-30 14:40:06','2020-12-30 09:40:06'),
(21227,11239,'action complete via WP Cron','2020-12-30 14:40:06','2020-12-30 09:40:06'),
(21228,11240,'action created','2020-12-30 14:40:06','2020-12-30 09:40:06'),
(21229,11240,'action started via WP Cron','2020-12-30 14:42:07','2020-12-30 09:42:07'),
(21230,11240,'action complete via WP Cron','2020-12-30 14:42:07','2020-12-30 09:42:07'),
(21231,11241,'action created','2020-12-30 14:42:07','2020-12-30 09:42:07'),
(21232,11241,'action started via WP Cron','2020-12-30 14:44:28','2020-12-30 09:44:28'),
(21233,11241,'action complete via WP Cron','2020-12-30 14:44:28','2020-12-30 09:44:28'),
(21234,11242,'action created','2020-12-30 14:44:28','2020-12-30 09:44:28'),
(21235,11242,'action started via WP Cron','2020-12-30 14:46:19','2020-12-30 09:46:19'),
(21236,11242,'action complete via WP Cron','2020-12-30 14:46:19','2020-12-30 09:46:19'),
(21237,11243,'action created','2020-12-30 14:46:19','2020-12-30 09:46:19'),
(21238,11243,'action started via WP Cron','2020-12-30 14:47:14','2020-12-30 09:47:14'),
(21239,11243,'action complete via WP Cron','2020-12-30 14:47:14','2020-12-30 09:47:14'),
(21240,11244,'action created','2020-12-30 14:47:14','2020-12-30 09:47:14'),
(21241,11244,'action started via WP Cron','2020-12-30 14:48:20','2020-12-30 09:48:20'),
(21242,11244,'action complete via WP Cron','2020-12-30 14:48:20','2020-12-30 09:48:20'),
(21243,11245,'action created','2020-12-30 14:48:20','2020-12-30 09:48:20'),
(21244,11245,'action started via WP Cron','2020-12-30 14:49:32','2020-12-30 09:49:32'),
(21245,11245,'action complete via WP Cron','2020-12-30 14:49:32','2020-12-30 09:49:32'),
(21246,11246,'action created','2020-12-30 14:49:32','2020-12-30 09:49:32'),
(21247,11246,'action started via WP Cron','2020-12-30 14:50:17','2020-12-30 09:50:17'),
(21248,11246,'action complete via WP Cron','2020-12-30 14:50:17','2020-12-30 09:50:17'),
(21249,11247,'action created','2020-12-30 14:50:17','2020-12-30 09:50:17'),
(21250,11247,'action started via WP Cron','2020-12-30 14:52:20','2020-12-30 09:52:20'),
(21251,11247,'action complete via WP Cron','2020-12-30 14:52:20','2020-12-30 09:52:20'),
(21252,11248,'action created','2020-12-30 14:52:20','2020-12-30 09:52:20'),
(21253,11248,'action started via WP Cron','2020-12-30 14:58:57','2020-12-30 09:58:57'),
(21254,11248,'action complete via WP Cron','2020-12-30 14:58:57','2020-12-30 09:58:57'),
(21255,11249,'action created','2020-12-30 14:58:57','2020-12-30 09:58:57'),
(21256,11249,'action started via WP Cron','2020-12-30 15:01:07','2020-12-30 10:01:07'),
(21257,11249,'action complete via WP Cron','2020-12-30 15:01:07','2020-12-30 10:01:07'),
(21258,11250,'action created','2020-12-30 15:01:07','2020-12-30 10:01:07'),
(21259,11250,'action started via WP Cron','2020-12-30 15:02:26','2020-12-30 10:02:26'),
(21260,11250,'action complete via WP Cron','2020-12-30 15:02:26','2020-12-30 10:02:26'),
(21261,11251,'action created','2020-12-30 15:02:26','2020-12-30 10:02:26'),
(21262,11251,'action started via WP Cron','2020-12-30 15:03:16','2020-12-30 10:03:16'),
(21263,11251,'action complete via WP Cron','2020-12-30 15:03:16','2020-12-30 10:03:16'),
(21264,11252,'action created','2020-12-30 15:03:16','2020-12-30 10:03:16'),
(21265,11252,'action started via WP Cron','2020-12-30 15:04:11','2020-12-30 10:04:11'),
(21266,11252,'action complete via WP Cron','2020-12-30 15:04:11','2020-12-30 10:04:11'),
(21267,11253,'action created','2020-12-30 15:04:11','2020-12-30 10:04:11'),
(21268,11253,'action started via WP Cron','2020-12-30 15:05:12','2020-12-30 10:05:12'),
(21269,11253,'action complete via WP Cron','2020-12-30 15:05:12','2020-12-30 10:05:12'),
(21270,11254,'action created','2020-12-30 15:05:12','2020-12-30 10:05:12'),
(21271,11254,'action started via WP Cron','2020-12-30 15:06:15','2020-12-30 10:06:15'),
(21272,11254,'action complete via WP Cron','2020-12-30 15:06:15','2020-12-30 10:06:15'),
(21273,11255,'action created','2020-12-30 15:06:15','2020-12-30 10:06:15'),
(21274,11255,'action started via WP Cron','2020-12-30 15:07:12','2020-12-30 10:07:12'),
(21275,11255,'action complete via WP Cron','2020-12-30 15:07:13','2020-12-30 10:07:13'),
(21276,11256,'action created','2020-12-30 15:07:13','2020-12-30 10:07:13'),
(21277,11256,'action started via WP Cron','2020-12-30 15:09:28','2020-12-30 10:09:28'),
(21278,11256,'action complete via WP Cron','2020-12-30 15:09:28','2020-12-30 10:09:28'),
(21279,11257,'action created','2020-12-30 15:09:28','2020-12-30 10:09:28'),
(21280,11257,'action started via WP Cron','2020-12-30 15:10:34','2020-12-30 10:10:34'),
(21281,11257,'action complete via WP Cron','2020-12-30 15:10:34','2020-12-30 10:10:34'),
(21282,11258,'action created','2020-12-30 15:10:34','2020-12-30 10:10:34'),
(21283,11258,'action started via WP Cron','2020-12-30 15:11:14','2020-12-30 10:11:14'),
(21284,11258,'action complete via WP Cron','2020-12-30 15:11:14','2020-12-30 10:11:14'),
(21285,11259,'action created','2020-12-30 15:11:14','2020-12-30 10:11:14'),
(21286,11259,'action started via WP Cron','2020-12-30 15:13:27','2020-12-30 10:13:27'),
(21287,11259,'action complete via WP Cron','2020-12-30 15:13:27','2020-12-30 10:13:27'),
(21288,11260,'action created','2020-12-30 15:13:27','2020-12-30 10:13:27'),
(21289,11260,'action started via WP Cron','2020-12-30 15:15:19','2020-12-30 10:15:19'),
(21290,11260,'action complete via WP Cron','2020-12-30 15:15:19','2020-12-30 10:15:19'),
(21291,11261,'action created','2020-12-30 15:15:19','2020-12-30 10:15:19'),
(21292,11261,'action started via WP Cron','2020-12-30 15:16:33','2020-12-30 10:16:33'),
(21293,11261,'action complete via WP Cron','2020-12-30 15:16:33','2020-12-30 10:16:33'),
(21294,11262,'action created','2020-12-30 15:16:33','2020-12-30 10:16:33'),
(21295,11262,'action started via WP Cron','2020-12-30 15:17:56','2020-12-30 10:17:56'),
(21296,11262,'action complete via WP Cron','2020-12-30 15:17:56','2020-12-30 10:17:56'),
(21297,11263,'action created','2020-12-30 15:17:56','2020-12-30 10:17:56'),
(21298,11263,'action started via WP Cron','2020-12-30 15:18:15','2020-12-30 10:18:15'),
(21299,11263,'action complete via WP Cron','2020-12-30 15:18:15','2020-12-30 10:18:15'),
(21300,11264,'action created','2020-12-30 15:18:15','2020-12-30 10:18:15'),
(21301,11264,'action started via WP Cron','2020-12-30 15:19:15','2020-12-30 10:19:15'),
(21302,11264,'action complete via WP Cron','2020-12-30 15:19:15','2020-12-30 10:19:15'),
(21303,11265,'action created','2020-12-30 15:19:15','2020-12-30 10:19:15'),
(21304,11265,'action started via WP Cron','2020-12-30 15:20:23','2020-12-30 10:20:23'),
(21305,11265,'action complete via WP Cron','2020-12-30 15:20:23','2020-12-30 10:20:23'),
(21306,11266,'action created','2020-12-30 15:20:23','2020-12-30 10:20:23'),
(21307,11266,'action started via WP Cron','2020-12-30 15:24:17','2020-12-30 10:24:17'),
(21308,11266,'action complete via WP Cron','2020-12-30 15:24:17','2020-12-30 10:24:17'),
(21309,11267,'action created','2020-12-30 15:24:17','2020-12-30 10:24:17'),
(21310,11267,'action started via WP Cron','2020-12-30 15:27:37','2020-12-30 10:27:37'),
(21311,11267,'action complete via WP Cron','2020-12-30 15:27:37','2020-12-30 10:27:37'),
(21312,11268,'action created','2020-12-30 15:27:37','2020-12-30 10:27:37'),
(21313,11268,'action started via WP Cron','2020-12-30 15:29:07','2020-12-30 10:29:07'),
(21314,11268,'action complete via WP Cron','2020-12-30 15:29:07','2020-12-30 10:29:07'),
(21315,11269,'action created','2020-12-30 15:29:07','2020-12-30 10:29:07'),
(21316,11269,'action started via WP Cron','2020-12-30 15:30:40','2020-12-30 10:30:40'),
(21317,11269,'action complete via WP Cron','2020-12-30 15:30:40','2020-12-30 10:30:40'),
(21318,11270,'action created','2020-12-30 15:30:40','2020-12-30 10:30:40'),
(21319,11270,'action started via WP Cron','2020-12-30 15:31:40','2020-12-30 10:31:40'),
(21320,11270,'action complete via WP Cron','2020-12-30 15:31:40','2020-12-30 10:31:40'),
(21321,11271,'action created','2020-12-30 15:31:40','2020-12-30 10:31:40'),
(21322,11271,'action started via WP Cron','2020-12-30 15:33:28','2020-12-30 10:33:28'),
(21323,11271,'action complete via WP Cron','2020-12-30 15:33:28','2020-12-30 10:33:28'),
(21324,11272,'action created','2020-12-30 15:33:28','2020-12-30 10:33:28'),
(21325,11272,'action started via WP Cron','2020-12-30 15:34:13','2020-12-30 10:34:13'),
(21326,11272,'action complete via WP Cron','2020-12-30 15:34:13','2020-12-30 10:34:13'),
(21327,11273,'action created','2020-12-30 15:34:13','2020-12-30 10:34:13'),
(21328,11273,'action started via WP Cron','2020-12-30 15:35:11','2020-12-30 10:35:11'),
(21329,11273,'action complete via WP Cron','2020-12-30 15:35:11','2020-12-30 10:35:11'),
(21330,11274,'action created','2020-12-30 15:35:11','2020-12-30 10:35:11'),
(21331,11274,'action started via WP Cron','2020-12-30 15:36:40','2020-12-30 10:36:40'),
(21332,11274,'action complete via WP Cron','2020-12-30 15:36:40','2020-12-30 10:36:40'),
(21333,11275,'action created','2020-12-30 15:36:40','2020-12-30 10:36:40'),
(21334,11275,'action started via WP Cron','2020-12-30 15:38:11','2020-12-30 10:38:11'),
(21335,11275,'action complete via WP Cron','2020-12-30 15:38:11','2020-12-30 10:38:11'),
(21336,11276,'action created','2020-12-30 15:38:11','2020-12-30 10:38:11'),
(21337,11276,'action started via WP Cron','2020-12-30 15:41:47','2020-12-30 10:41:47'),
(21338,11276,'action complete via WP Cron','2020-12-30 15:41:47','2020-12-30 10:41:47'),
(21339,11277,'action created','2020-12-30 15:41:47','2020-12-30 10:41:47'),
(21340,11277,'action started via WP Cron','2020-12-30 15:43:21','2020-12-30 10:43:21'),
(21341,11277,'action complete via WP Cron','2020-12-30 15:43:21','2020-12-30 10:43:21'),
(21342,11278,'action created','2020-12-30 15:43:21','2020-12-30 10:43:21'),
(21343,11278,'action started via WP Cron','2020-12-30 15:46:23','2020-12-30 10:46:23'),
(21344,11278,'action complete via WP Cron','2020-12-30 15:46:23','2020-12-30 10:46:23'),
(21345,11279,'action created','2020-12-30 15:46:23','2020-12-30 10:46:23'),
(21346,11279,'action started via WP Cron','2020-12-30 15:50:21','2020-12-30 10:50:21'),
(21347,11279,'action complete via WP Cron','2020-12-30 15:50:21','2020-12-30 10:50:21'),
(21348,11280,'action created','2020-12-30 15:50:21','2020-12-30 10:50:21'),
(21349,11280,'action started via WP Cron','2020-12-30 15:52:26','2020-12-30 10:52:26'),
(21350,11280,'action complete via WP Cron','2020-12-30 15:52:26','2020-12-30 10:52:26'),
(21351,11281,'action created','2020-12-30 15:52:27','2020-12-30 10:52:27'),
(21352,11281,'action started via WP Cron','2020-12-30 15:55:15','2020-12-30 10:55:15'),
(21353,11281,'action complete via WP Cron','2020-12-30 15:55:15','2020-12-30 10:55:15'),
(21354,11282,'action created','2020-12-30 15:55:16','2020-12-30 10:55:16'),
(21355,11282,'action started via WP Cron','2020-12-30 15:58:05','2020-12-30 10:58:05'),
(21356,11282,'action complete via WP Cron','2020-12-30 15:58:05','2020-12-30 10:58:05'),
(21357,11283,'action created','2020-12-30 15:58:05','2020-12-30 10:58:05'),
(21358,11283,'action started via WP Cron','2020-12-30 15:58:31','2020-12-30 10:58:31'),
(21359,11283,'action complete via WP Cron','2020-12-30 15:58:31','2020-12-30 10:58:31'),
(21360,11284,'action created','2020-12-30 15:58:31','2020-12-30 10:58:31'),
(21361,11284,'action started via WP Cron','2020-12-30 15:59:42','2020-12-30 10:59:42'),
(21362,11284,'action complete via WP Cron','2020-12-30 15:59:42','2020-12-30 10:59:42'),
(21363,11285,'action created','2020-12-30 15:59:42','2020-12-30 10:59:42'),
(21364,11285,'action started via WP Cron','2020-12-30 16:00:13','2020-12-30 11:00:13'),
(21365,11285,'action complete via WP Cron','2020-12-30 16:00:13','2020-12-30 11:00:13'),
(21366,11286,'action created','2020-12-30 16:00:13','2020-12-30 11:00:13'),
(21367,11286,'action started via WP Cron','2020-12-30 16:04:13','2020-12-30 11:04:13'),
(21368,11286,'action complete via WP Cron','2020-12-30 16:04:13','2020-12-30 11:04:13'),
(21369,11287,'action created','2020-12-30 16:04:13','2020-12-30 11:04:13'),
(21370,11287,'action started via WP Cron','2020-12-30 16:08:43','2020-12-30 11:08:43'),
(21371,11287,'action complete via WP Cron','2020-12-30 16:08:43','2020-12-30 11:08:43'),
(21372,11288,'action created','2020-12-30 16:08:43','2020-12-30 11:08:43'),
(21373,11288,'action started via WP Cron','2020-12-30 16:09:18','2020-12-30 11:09:18'),
(21374,11288,'action complete via WP Cron','2020-12-30 16:09:18','2020-12-30 11:09:18'),
(21375,11289,'action created','2020-12-30 16:09:18','2020-12-30 11:09:18'),
(21376,11289,'action started via WP Cron','2020-12-30 16:12:06','2020-12-30 11:12:06'),
(21377,11289,'action complete via WP Cron','2020-12-30 16:12:06','2020-12-30 11:12:06'),
(21378,11290,'action created','2020-12-30 16:12:06','2020-12-30 11:12:06'),
(21379,11290,'action started via WP Cron','2020-12-30 16:13:24','2020-12-30 11:13:24'),
(21380,11290,'action complete via WP Cron','2020-12-30 16:13:24','2020-12-30 11:13:24'),
(21381,11291,'action created','2020-12-30 16:13:24','2020-12-30 11:13:24'),
(21382,11291,'action started via WP Cron','2020-12-30 16:14:13','2020-12-30 11:14:13'),
(21383,11291,'action complete via WP Cron','2020-12-30 16:14:13','2020-12-30 11:14:13'),
(21384,11292,'action created','2020-12-30 16:14:13','2020-12-30 11:14:13'),
(21385,11292,'action started via WP Cron','2020-12-30 16:15:16','2020-12-30 11:15:16'),
(21386,11292,'action complete via WP Cron','2020-12-30 16:15:16','2020-12-30 11:15:16'),
(21387,11293,'action created','2020-12-30 16:15:16','2020-12-30 11:15:16'),
(21388,11293,'action started via WP Cron','2020-12-30 16:16:20','2020-12-30 11:16:20'),
(21389,11293,'action complete via WP Cron','2020-12-30 16:16:20','2020-12-30 11:16:20'),
(21390,11294,'action created','2020-12-30 16:16:20','2020-12-30 11:16:20'),
(21391,11294,'action started via WP Cron','2020-12-30 16:18:06','2020-12-30 11:18:06'),
(21392,11294,'action complete via WP Cron','2020-12-30 16:18:06','2020-12-30 11:18:06'),
(21393,11295,'action created','2020-12-30 16:18:06','2020-12-30 11:18:06'),
(21394,11295,'action started via WP Cron','2020-12-30 16:18:22','2020-12-30 11:18:22'),
(21395,11295,'action complete via WP Cron','2020-12-30 16:18:22','2020-12-30 11:18:22'),
(21396,11296,'action created','2020-12-30 16:18:23','2020-12-30 11:18:23'),
(21397,11296,'action started via WP Cron','2020-12-30 16:19:33','2020-12-30 11:19:33'),
(21398,11296,'action complete via WP Cron','2020-12-30 16:19:34','2020-12-30 11:19:34'),
(21399,11297,'action created','2020-12-30 16:19:34','2020-12-30 11:19:34'),
(21400,11297,'action started via WP Cron','2020-12-30 16:20:22','2020-12-30 11:20:22'),
(21401,11297,'action complete via WP Cron','2020-12-30 16:20:22','2020-12-30 11:20:22'),
(21402,11298,'action created','2020-12-30 16:20:22','2020-12-30 11:20:22'),
(21403,11298,'action started via WP Cron','2020-12-30 16:24:11','2020-12-30 11:24:11'),
(21404,11298,'action complete via WP Cron','2020-12-30 16:24:11','2020-12-30 11:24:11'),
(21405,11299,'action created','2020-12-30 16:24:11','2020-12-30 11:24:11'),
(21406,11299,'action started via WP Cron','2020-12-30 16:25:30','2020-12-30 11:25:30'),
(21407,11299,'action complete via WP Cron','2020-12-30 16:25:30','2020-12-30 11:25:30'),
(21408,11300,'action created','2020-12-30 16:25:30','2020-12-30 11:25:30'),
(21409,11300,'action started via WP Cron','2020-12-30 16:27:41','2020-12-30 11:27:41'),
(21410,11300,'action complete via WP Cron','2020-12-30 16:27:41','2020-12-30 11:27:41'),
(21411,11301,'action created','2020-12-30 16:27:41','2020-12-30 11:27:41'),
(21412,11301,'action started via WP Cron','2020-12-30 16:28:56','2020-12-30 11:28:56'),
(21413,11301,'action complete via WP Cron','2020-12-30 16:28:56','2020-12-30 11:28:56'),
(21414,11302,'action created','2020-12-30 16:28:56','2020-12-30 11:28:56'),
(21415,11302,'action started via WP Cron','2020-12-30 16:29:33','2020-12-30 11:29:33'),
(21416,11302,'action complete via WP Cron','2020-12-30 16:29:33','2020-12-30 11:29:33'),
(21417,11303,'action created','2020-12-30 16:29:33','2020-12-30 11:29:33'),
(21418,11303,'action started via WP Cron','2020-12-30 16:30:27','2020-12-30 11:30:27'),
(21419,11303,'action complete via WP Cron','2020-12-30 16:30:27','2020-12-30 11:30:27'),
(21420,11304,'action created','2020-12-30 16:30:27','2020-12-30 11:30:27'),
(21421,11304,'action started via WP Cron','2020-12-30 16:31:32','2020-12-30 11:31:32'),
(21422,11304,'action complete via WP Cron','2020-12-30 16:31:32','2020-12-30 11:31:32'),
(21423,11305,'action created','2020-12-30 16:31:33','2020-12-30 11:31:33'),
(21424,11305,'action started via WP Cron','2020-12-30 16:34:02','2020-12-30 11:34:02'),
(21425,11305,'action complete via WP Cron','2020-12-30 16:34:02','2020-12-30 11:34:02'),
(21426,11306,'action created','2020-12-30 16:34:02','2020-12-30 11:34:02'),
(21427,11306,'action started via WP Cron','2020-12-30 16:35:59','2020-12-30 11:35:59'),
(21428,11306,'action complete via WP Cron','2020-12-30 16:35:59','2020-12-30 11:35:59'),
(21429,11307,'action created','2020-12-30 16:35:59','2020-12-30 11:35:59'),
(21430,11307,'action started via WP Cron','2020-12-30 16:37:47','2020-12-30 11:37:47'),
(21431,11307,'action complete via WP Cron','2020-12-30 16:37:47','2020-12-30 11:37:47'),
(21432,11308,'action created','2020-12-30 16:37:47','2020-12-30 11:37:47'),
(21433,11308,'action started via WP Cron','2020-12-30 16:44:50','2020-12-30 11:44:50'),
(21434,11308,'action complete via WP Cron','2020-12-30 16:44:50','2020-12-30 11:44:50'),
(21435,11309,'action created','2020-12-30 16:44:50','2020-12-30 11:44:50'),
(21436,11309,'action started via WP Cron','2020-12-30 16:45:26','2020-12-30 11:45:26'),
(21437,11309,'action complete via WP Cron','2020-12-30 16:45:26','2020-12-30 11:45:26'),
(21438,11310,'action created','2020-12-30 16:45:26','2020-12-30 11:45:26'),
(21439,11310,'action started via WP Cron','2020-12-30 16:46:16','2020-12-30 11:46:16'),
(21440,11310,'action complete via WP Cron','2020-12-30 16:46:16','2020-12-30 11:46:16'),
(21441,11311,'action created','2020-12-30 16:46:16','2020-12-30 11:46:16'),
(21442,11311,'action started via WP Cron','2020-12-30 16:47:15','2020-12-30 11:47:15'),
(21443,11311,'action complete via WP Cron','2020-12-30 16:47:15','2020-12-30 11:47:15'),
(21444,11312,'action created','2020-12-30 16:47:15','2020-12-30 11:47:15'),
(21445,11312,'action started via WP Cron','2020-12-30 16:48:30','2020-12-30 11:48:30'),
(21446,11312,'action complete via WP Cron','2020-12-30 16:48:30','2020-12-30 11:48:30'),
(21447,11313,'action created','2020-12-30 16:48:30','2020-12-30 11:48:30'),
(21448,11313,'action started via WP Cron','2020-12-30 16:49:33','2020-12-30 11:49:33'),
(21449,11313,'action complete via WP Cron','2020-12-30 16:49:33','2020-12-30 11:49:33'),
(21450,11314,'action created','2020-12-30 16:49:33','2020-12-30 11:49:33'),
(21451,11314,'action started via WP Cron','2020-12-30 16:51:14','2020-12-30 11:51:14'),
(21452,11314,'action complete via WP Cron','2020-12-30 16:51:15','2020-12-30 11:51:15'),
(21453,11315,'action created','2020-12-30 16:51:15','2020-12-30 11:51:15'),
(21454,11315,'action started via WP Cron','2020-12-30 16:52:49','2020-12-30 11:52:49'),
(21455,11315,'action complete via WP Cron','2020-12-30 16:52:49','2020-12-30 11:52:49'),
(21456,11316,'action created','2020-12-30 16:52:49','2020-12-30 11:52:49'),
(21457,11316,'action started via WP Cron','2020-12-30 16:53:39','2020-12-30 11:53:39'),
(21458,11316,'action complete via WP Cron','2020-12-30 16:53:39','2020-12-30 11:53:39'),
(21459,11317,'action created','2020-12-30 16:53:39','2020-12-30 11:53:39'),
(21460,11317,'action started via WP Cron','2020-12-30 16:55:08','2020-12-30 11:55:08'),
(21461,11317,'action complete via WP Cron','2020-12-30 16:55:08','2020-12-30 11:55:08'),
(21462,11318,'action created','2020-12-30 16:55:09','2020-12-30 11:55:09'),
(21463,11318,'action started via WP Cron','2020-12-30 16:55:27','2020-12-30 11:55:27'),
(21464,11318,'action complete via WP Cron','2020-12-30 16:55:27','2020-12-30 11:55:27'),
(21465,11319,'action created','2020-12-30 16:55:27','2020-12-30 11:55:27'),
(21466,11319,'action started via WP Cron','2020-12-30 16:56:53','2020-12-30 11:56:53'),
(21467,11319,'action complete via WP Cron','2020-12-30 16:56:53','2020-12-30 11:56:53'),
(21468,11320,'action created','2020-12-30 16:56:53','2020-12-30 11:56:53'),
(21469,11320,'action started via WP Cron','2020-12-30 16:57:14','2020-12-30 11:57:14'),
(21470,11320,'action complete via WP Cron','2020-12-30 16:57:14','2020-12-30 11:57:14'),
(21471,11321,'action created','2020-12-30 16:57:14','2020-12-30 11:57:14'),
(21472,11321,'action started via WP Cron','2020-12-30 16:58:16','2020-12-30 11:58:16'),
(21473,11321,'action complete via WP Cron','2020-12-30 16:58:16','2020-12-30 11:58:16'),
(21474,11322,'action created','2020-12-30 16:58:16','2020-12-30 11:58:16'),
(21475,11322,'action started via WP Cron','2020-12-30 17:00:34','2020-12-30 12:00:34'),
(21476,11322,'action complete via WP Cron','2020-12-30 17:00:34','2020-12-30 12:00:34'),
(21477,11323,'action created','2020-12-30 17:00:34','2020-12-30 12:00:34'),
(21478,11323,'action started via WP Cron','2020-12-30 17:01:15','2020-12-30 12:01:15'),
(21479,11323,'action complete via WP Cron','2020-12-30 17:01:15','2020-12-30 12:01:15'),
(21480,11324,'action created','2020-12-30 17:01:15','2020-12-30 12:01:15'),
(21481,11324,'action started via WP Cron','2020-12-30 17:05:12','2020-12-30 12:05:12'),
(21482,11324,'action complete via WP Cron','2020-12-30 17:05:12','2020-12-30 12:05:12'),
(21483,11325,'action created','2020-12-30 17:05:12','2020-12-30 12:05:12'),
(21484,11325,'action started via WP Cron','2020-12-30 17:06:45','2020-12-30 12:06:45'),
(21485,11325,'action complete via WP Cron','2020-12-30 17:06:45','2020-12-30 12:06:45'),
(21486,11326,'action created','2020-12-30 17:06:45','2020-12-30 12:06:45'),
(21487,11326,'action started via WP Cron','2020-12-30 17:07:36','2020-12-30 12:07:36'),
(21488,11326,'action complete via WP Cron','2020-12-30 17:07:36','2020-12-30 12:07:36'),
(21489,11327,'action created','2020-12-30 17:07:36','2020-12-30 12:07:36'),
(21490,11327,'action started via WP Cron','2020-12-30 17:10:02','2020-12-30 12:10:02'),
(21491,11327,'action complete via WP Cron','2020-12-30 17:10:02','2020-12-30 12:10:02'),
(21492,11328,'action created','2020-12-30 17:10:02','2020-12-30 12:10:02'),
(21493,11328,'action started via WP Cron','2020-12-30 17:11:15','2020-12-30 12:11:15'),
(21494,11328,'action complete via WP Cron','2020-12-30 17:11:15','2020-12-30 12:11:15'),
(21495,11329,'action created','2020-12-30 17:11:15','2020-12-30 12:11:15'),
(21496,11329,'action started via WP Cron','2020-12-30 17:12:14','2020-12-30 12:12:14'),
(21497,11329,'action complete via WP Cron','2020-12-30 17:12:14','2020-12-30 12:12:14'),
(21498,11330,'action created','2020-12-30 17:12:14','2020-12-30 12:12:14'),
(21499,11330,'action started via WP Cron','2020-12-30 17:13:11','2020-12-30 12:13:11'),
(21500,11330,'action complete via WP Cron','2020-12-30 17:13:11','2020-12-30 12:13:11'),
(21501,11331,'action created','2020-12-30 17:13:11','2020-12-30 12:13:11'),
(21502,11331,'action started via WP Cron','2020-12-30 17:14:59','2020-12-30 12:14:59'),
(21503,11331,'action complete via WP Cron','2020-12-30 17:14:59','2020-12-30 12:14:59'),
(21504,11332,'action created','2020-12-30 17:14:59','2020-12-30 12:14:59'),
(21505,11332,'action started via WP Cron','2020-12-30 17:15:17','2020-12-30 12:15:17'),
(21506,11332,'action complete via WP Cron','2020-12-30 17:15:17','2020-12-30 12:15:17'),
(21507,11333,'action created','2020-12-30 17:15:17','2020-12-30 12:15:17'),
(21508,11333,'action started via WP Cron','2020-12-30 17:16:15','2020-12-30 12:16:15'),
(21509,11333,'action complete via WP Cron','2020-12-30 17:16:15','2020-12-30 12:16:15'),
(21510,11334,'action created','2020-12-30 17:16:15','2020-12-30 12:16:15'),
(21511,11334,'action started via WP Cron','2020-12-30 17:17:15','2020-12-30 12:17:15'),
(21512,11334,'action complete via WP Cron','2020-12-30 17:17:15','2020-12-30 12:17:15'),
(21513,11335,'action created','2020-12-30 17:17:15','2020-12-30 12:17:15'),
(21514,11335,'action started via WP Cron','2020-12-30 17:18:14','2020-12-30 12:18:14'),
(21515,11335,'action complete via WP Cron','2020-12-30 17:18:14','2020-12-30 12:18:14'),
(21516,11336,'action created','2020-12-30 17:18:14','2020-12-30 12:18:14'),
(21517,11336,'action started via WP Cron','2020-12-30 17:20:29','2020-12-30 12:20:29'),
(21518,11336,'action complete via WP Cron','2020-12-30 17:20:29','2020-12-30 12:20:29'),
(21519,11337,'action created','2020-12-30 17:20:29','2020-12-30 12:20:29'),
(21520,11337,'action started via WP Cron','2020-12-30 17:21:16','2020-12-30 12:21:16'),
(21521,11337,'action complete via WP Cron','2020-12-30 17:21:16','2020-12-30 12:21:16'),
(21522,11338,'action created','2020-12-30 17:21:16','2020-12-30 12:21:16'),
(21523,11338,'action started via WP Cron','2020-12-30 17:22:15','2020-12-30 12:22:15'),
(21524,11338,'action complete via WP Cron','2020-12-30 17:22:15','2020-12-30 12:22:15'),
(21525,11339,'action created','2020-12-30 17:22:15','2020-12-30 12:22:15'),
(21526,11339,'action started via WP Cron','2020-12-30 17:23:14','2020-12-30 12:23:14'),
(21527,11339,'action complete via WP Cron','2020-12-30 17:23:14','2020-12-30 12:23:14'),
(21528,11340,'action created','2020-12-30 17:23:14','2020-12-30 12:23:14'),
(21529,11340,'action started via WP Cron','2020-12-30 17:24:16','2020-12-30 12:24:16'),
(21530,11340,'action complete via WP Cron','2020-12-30 17:24:16','2020-12-30 12:24:16'),
(21531,11341,'action created','2020-12-30 17:24:16','2020-12-30 12:24:16'),
(21532,11341,'action started via WP Cron','2020-12-30 17:26:56','2020-12-30 12:26:56'),
(21533,11341,'action complete via WP Cron','2020-12-30 17:26:56','2020-12-30 12:26:56'),
(21534,11342,'action created','2020-12-30 17:26:56','2020-12-30 12:26:56'),
(21535,11342,'action started via WP Cron','2020-12-30 17:29:11','2020-12-30 12:29:11'),
(21536,11342,'action complete via WP Cron','2020-12-30 17:29:11','2020-12-30 12:29:11'),
(21537,11343,'action created','2020-12-30 17:29:11','2020-12-30 12:29:11'),
(21538,11343,'action started via WP Cron','2020-12-30 17:30:34','2020-12-30 12:30:34'),
(21539,11343,'action complete via WP Cron','2020-12-30 17:30:34','2020-12-30 12:30:34'),
(21540,11344,'action created','2020-12-30 17:30:34','2020-12-30 12:30:34'),
(21541,11344,'action started via WP Cron','2020-12-30 17:32:16','2020-12-30 12:32:16'),
(21542,11344,'action complete via WP Cron','2020-12-30 17:32:16','2020-12-30 12:32:16'),
(21543,11345,'action created','2020-12-30 17:32:16','2020-12-30 12:32:16'),
(21544,11345,'action started via WP Cron','2020-12-30 17:33:26','2020-12-30 12:33:26'),
(21545,11345,'action complete via WP Cron','2020-12-30 17:33:26','2020-12-30 12:33:26'),
(21546,11346,'action created','2020-12-30 17:33:26','2020-12-30 12:33:26'),
(21547,11346,'action started via WP Cron','2020-12-30 17:35:33','2020-12-30 12:35:33'),
(21548,11346,'action complete via WP Cron','2020-12-30 17:35:33','2020-12-30 12:35:33'),
(21549,11347,'action created','2020-12-30 17:35:33','2020-12-30 12:35:33'),
(21550,11347,'action started via WP Cron','2020-12-30 17:39:56','2020-12-30 12:39:56'),
(21551,11347,'action complete via WP Cron','2020-12-30 17:39:56','2020-12-30 12:39:56'),
(21552,11348,'action created','2020-12-30 17:39:56','2020-12-30 12:39:56'),
(21553,11348,'action started via WP Cron','2020-12-30 17:41:17','2020-12-30 12:41:17'),
(21554,11348,'action complete via WP Cron','2020-12-30 17:41:17','2020-12-30 12:41:17'),
(21555,11349,'action created','2020-12-30 17:41:17','2020-12-30 12:41:17'),
(21556,11349,'action started via WP Cron','2020-12-30 17:42:30','2020-12-30 12:42:30'),
(21557,11349,'action complete via WP Cron','2020-12-30 17:42:30','2020-12-30 12:42:30'),
(21558,11350,'action created','2020-12-30 17:42:30','2020-12-30 12:42:30'),
(21559,11350,'action started via WP Cron','2020-12-30 17:43:12','2020-12-30 12:43:12'),
(21560,11350,'action complete via WP Cron','2020-12-30 17:43:12','2020-12-30 12:43:12'),
(21561,11351,'action created','2020-12-30 17:43:12','2020-12-30 12:43:12'),
(21562,11351,'action started via WP Cron','2020-12-30 17:45:19','2020-12-30 12:45:19'),
(21563,11351,'action complete via WP Cron','2020-12-30 17:45:19','2020-12-30 12:45:19'),
(21564,11352,'action created','2020-12-30 17:45:19','2020-12-30 12:45:19'),
(21565,11352,'action started via WP Cron','2020-12-30 17:46:54','2020-12-30 12:46:54'),
(21566,11352,'action complete via WP Cron','2020-12-30 17:46:54','2020-12-30 12:46:54'),
(21567,11353,'action created','2020-12-30 17:46:54','2020-12-30 12:46:54'),
(21568,11353,'action started via WP Cron','2020-12-30 17:48:05','2020-12-30 12:48:05'),
(21569,11353,'action complete via WP Cron','2020-12-30 17:48:06','2020-12-30 12:48:06'),
(21570,11354,'action created','2020-12-30 17:48:06','2020-12-30 12:48:06'),
(21571,11354,'action started via WP Cron','2020-12-30 17:49:16','2020-12-30 12:49:16'),
(21572,11354,'action complete via WP Cron','2020-12-30 17:49:16','2020-12-30 12:49:16'),
(21573,11355,'action created','2020-12-30 17:49:16','2020-12-30 12:49:16'),
(21574,11355,'action started via WP Cron','2020-12-30 17:50:41','2020-12-30 12:50:41'),
(21575,11355,'action complete via WP Cron','2020-12-30 17:50:41','2020-12-30 12:50:41'),
(21576,11356,'action created','2020-12-30 17:50:41','2020-12-30 12:50:41'),
(21577,11356,'action started via WP Cron','2020-12-30 17:51:18','2020-12-30 12:51:18'),
(21578,11356,'action complete via WP Cron','2020-12-30 17:51:18','2020-12-30 12:51:18'),
(21579,11357,'action created','2020-12-30 17:51:18','2020-12-30 12:51:18'),
(21580,11357,'action started via WP Cron','2020-12-30 17:52:55','2020-12-30 12:52:55'),
(21581,11357,'action complete via WP Cron','2020-12-30 17:52:55','2020-12-30 12:52:55'),
(21582,11358,'action created','2020-12-30 17:52:55','2020-12-30 12:52:55'),
(21583,11358,'action started via WP Cron','2020-12-30 17:57:07','2020-12-30 12:57:07'),
(21584,11358,'action complete via WP Cron','2020-12-30 17:57:07','2020-12-30 12:57:07'),
(21585,11359,'action created','2020-12-30 17:57:07','2020-12-30 12:57:07'),
(21586,11359,'action started via WP Cron','2020-12-30 17:57:32','2020-12-30 12:57:32'),
(21587,11359,'action complete via WP Cron','2020-12-30 17:57:32','2020-12-30 12:57:32'),
(21588,11360,'action created','2020-12-30 17:57:32','2020-12-30 12:57:32'),
(21589,11360,'action started via WP Cron','2020-12-30 17:59:15','2020-12-30 12:59:15'),
(21590,11360,'action complete via WP Cron','2020-12-30 17:59:15','2020-12-30 12:59:15'),
(21591,11361,'action created','2020-12-30 17:59:15','2020-12-30 12:59:15'),
(21592,11361,'action started via WP Cron','2020-12-30 18:01:36','2020-12-30 13:01:36'),
(21593,11361,'action complete via WP Cron','2020-12-30 18:01:36','2020-12-30 13:01:36'),
(21594,11362,'action created','2020-12-30 18:01:36','2020-12-30 13:01:36'),
(21595,11362,'action started via WP Cron','2020-12-30 18:03:16','2020-12-30 13:03:16'),
(21596,11362,'action complete via WP Cron','2020-12-30 18:03:16','2020-12-30 13:03:16'),
(21597,11363,'action created','2020-12-30 18:03:16','2020-12-30 13:03:16'),
(21598,11363,'action started via WP Cron','2020-12-30 18:06:57','2020-12-30 13:06:57'),
(21599,11363,'action complete via WP Cron','2020-12-30 18:06:57','2020-12-30 13:06:57'),
(21600,11364,'action created','2020-12-30 18:06:57','2020-12-30 13:06:57'),
(21601,11364,'action started via WP Cron','2020-12-30 18:10:58','2020-12-30 13:10:58'),
(21602,11364,'action complete via WP Cron','2020-12-30 18:10:58','2020-12-30 13:10:58'),
(21603,11365,'action created','2020-12-30 18:10:58','2020-12-30 13:10:58'),
(21604,11365,'action started via WP Cron','2020-12-30 18:15:12','2020-12-30 13:15:12'),
(21605,11365,'action complete via WP Cron','2020-12-30 18:15:13','2020-12-30 13:15:13'),
(21606,11366,'action created','2020-12-30 18:15:13','2020-12-30 13:15:13'),
(21607,11366,'action started via WP Cron','2020-12-30 18:17:01','2020-12-30 13:17:01'),
(21608,11366,'action complete via WP Cron','2020-12-30 18:17:02','2020-12-30 13:17:02'),
(21609,11367,'action created','2020-12-30 18:17:02','2020-12-30 13:17:02'),
(21610,11367,'action started via WP Cron','2020-12-30 18:17:43','2020-12-30 13:17:43'),
(21611,11367,'action complete via WP Cron','2020-12-30 18:17:43','2020-12-30 13:17:43'),
(21612,11368,'action created','2020-12-30 18:17:43','2020-12-30 13:17:43'),
(21613,11368,'action started via WP Cron','2020-12-30 18:19:56','2020-12-30 13:19:56'),
(21614,11368,'action complete via WP Cron','2020-12-30 18:19:56','2020-12-30 13:19:56'),
(21615,11369,'action created','2020-12-30 18:19:56','2020-12-30 13:19:56'),
(21616,11369,'action started via WP Cron','2020-12-30 18:20:58','2020-12-30 13:20:58'),
(21617,11369,'action complete via WP Cron','2020-12-30 18:20:58','2020-12-30 13:20:58'),
(21618,11370,'action created','2020-12-30 18:20:58','2020-12-30 13:20:58'),
(21619,11370,'action started via WP Cron','2020-12-30 18:21:12','2020-12-30 13:21:12'),
(21620,11370,'action complete via WP Cron','2020-12-30 18:21:12','2020-12-30 13:21:12'),
(21621,11371,'action created','2020-12-30 18:21:12','2020-12-30 13:21:12'),
(21622,11371,'action started via WP Cron','2020-12-30 18:22:17','2020-12-30 13:22:17'),
(21623,11371,'action complete via WP Cron','2020-12-30 18:22:17','2020-12-30 13:22:17'),
(21624,11372,'action created','2020-12-30 18:22:17','2020-12-30 13:22:17'),
(21625,11372,'action started via WP Cron','2020-12-30 18:23:19','2020-12-30 13:23:19'),
(21626,11372,'action complete via WP Cron','2020-12-30 18:23:19','2020-12-30 13:23:19'),
(21627,11373,'action created','2020-12-30 18:23:19','2020-12-30 13:23:19'),
(21628,11373,'action started via WP Cron','2020-12-30 18:24:18','2020-12-30 13:24:18'),
(21629,11373,'action complete via WP Cron','2020-12-30 18:24:18','2020-12-30 13:24:18'),
(21630,11374,'action created','2020-12-30 18:24:19','2020-12-30 13:24:19'),
(21631,11374,'action started via WP Cron','2020-12-30 18:26:52','2020-12-30 13:26:52'),
(21632,11374,'action complete via WP Cron','2020-12-30 18:26:52','2020-12-30 13:26:52'),
(21633,11375,'action created','2020-12-30 18:26:52','2020-12-30 13:26:52'),
(21634,11375,'action started via WP Cron','2020-12-30 18:27:58','2020-12-30 13:27:58'),
(21635,11375,'action complete via WP Cron','2020-12-30 18:27:58','2020-12-30 13:27:58'),
(21636,11376,'action created','2020-12-30 18:27:58','2020-12-30 13:27:58'),
(21637,11376,'action started via WP Cron','2020-12-30 18:29:22','2020-12-30 13:29:22'),
(21638,11376,'action complete via WP Cron','2020-12-30 18:29:22','2020-12-30 13:29:22'),
(21639,11377,'action created','2020-12-30 18:29:22','2020-12-30 13:29:22'),
(21640,11377,'action started via WP Cron','2020-12-30 18:33:52','2020-12-30 13:33:52'),
(21641,11377,'action complete via WP Cron','2020-12-30 18:33:52','2020-12-30 13:33:52'),
(21642,11378,'action created','2020-12-30 18:33:52','2020-12-30 13:33:52'),
(21643,11378,'action started via WP Cron','2020-12-30 18:36:30','2020-12-30 13:36:30'),
(21644,11378,'action complete via WP Cron','2020-12-30 18:36:30','2020-12-30 13:36:30'),
(21645,11379,'action created','2020-12-30 18:36:30','2020-12-30 13:36:30'),
(21646,11379,'action started via WP Cron','2020-12-30 18:37:24','2020-12-30 13:37:24'),
(21647,11379,'action complete via WP Cron','2020-12-30 18:37:24','2020-12-30 13:37:24'),
(21648,11380,'action created','2020-12-30 18:37:24','2020-12-30 13:37:24'),
(21649,11380,'action started via WP Cron','2020-12-30 18:38:16','2020-12-30 13:38:16'),
(21650,11380,'action complete via WP Cron','2020-12-30 18:38:16','2020-12-30 13:38:16'),
(21651,11381,'action created','2020-12-30 18:38:16','2020-12-30 13:38:16'),
(21652,11381,'action started via WP Cron','2020-12-30 18:39:13','2020-12-30 13:39:13'),
(21653,11381,'action complete via WP Cron','2020-12-30 18:39:13','2020-12-30 13:39:13'),
(21654,11382,'action created','2020-12-30 18:39:13','2020-12-30 13:39:13'),
(21655,11382,'action started via WP Cron','2020-12-30 18:40:19','2020-12-30 13:40:19'),
(21656,11382,'action complete via WP Cron','2020-12-30 18:40:19','2020-12-30 13:40:19'),
(21657,11383,'action created','2020-12-30 18:40:19','2020-12-30 13:40:19'),
(21658,11383,'action started via WP Cron','2020-12-30 18:41:16','2020-12-30 13:41:16'),
(21659,11383,'action complete via WP Cron','2020-12-30 18:41:16','2020-12-30 13:41:16'),
(21660,11384,'action created','2020-12-30 18:41:16','2020-12-30 13:41:16'),
(21661,11384,'action started via WP Cron','2020-12-30 18:42:36','2020-12-30 13:42:36'),
(21662,11384,'action complete via WP Cron','2020-12-30 18:42:36','2020-12-30 13:42:36'),
(21663,11385,'action created','2020-12-30 18:42:36','2020-12-30 13:42:36'),
(21664,11385,'action started via WP Cron','2020-12-30 18:44:23','2020-12-30 13:44:23'),
(21665,11385,'action complete via WP Cron','2020-12-30 18:44:23','2020-12-30 13:44:23'),
(21666,11386,'action created','2020-12-30 18:44:23','2020-12-30 13:44:23'),
(21667,11386,'action started via WP Cron','2020-12-30 18:49:31','2020-12-30 13:49:31'),
(21668,11386,'action complete via WP Cron','2020-12-30 18:49:31','2020-12-30 13:49:31'),
(21669,11387,'action created','2020-12-30 18:49:31','2020-12-30 13:49:31'),
(21670,11387,'action started via WP Cron','2020-12-30 18:50:31','2020-12-30 13:50:31'),
(21671,11387,'action complete via WP Cron','2020-12-30 18:50:31','2020-12-30 13:50:31'),
(21672,11388,'action created','2020-12-30 18:50:31','2020-12-30 13:50:31'),
(21673,11388,'action started via WP Cron','2020-12-30 18:52:47','2020-12-30 13:52:47'),
(21674,11388,'action complete via WP Cron','2020-12-30 18:52:47','2020-12-30 13:52:47'),
(21675,11389,'action created','2020-12-30 18:54:08','2020-12-30 13:54:08'),
(21676,11389,'action started via WP Cron','2020-12-30 18:55:06','2020-12-30 13:55:06'),
(21677,11389,'action complete via WP Cron','2020-12-30 18:55:06','2020-12-30 13:55:06'),
(21678,11390,'action created','2020-12-30 18:55:07','2020-12-30 13:55:07'),
(21679,11390,'action started via WP Cron','2020-12-30 18:56:00','2020-12-30 13:56:00'),
(21680,11390,'action complete via WP Cron','2020-12-30 18:56:00','2020-12-30 13:56:00'),
(21681,11391,'action created','2020-12-30 18:56:00','2020-12-30 13:56:00'),
(21682,11391,'action started via WP Cron','2020-12-30 18:57:25','2020-12-30 13:57:25'),
(21683,11391,'action complete via WP Cron','2020-12-30 18:57:25','2020-12-30 13:57:25'),
(21684,11392,'action created','2020-12-30 18:57:25','2020-12-30 13:57:25'),
(21685,11392,'action started via WP Cron','2020-12-30 19:03:18','2020-12-30 14:03:18'),
(21686,11392,'action complete via WP Cron','2020-12-30 19:03:18','2020-12-30 14:03:18'),
(21687,11393,'action created','2020-12-30 19:03:18','2020-12-30 14:03:18'),
(21688,11393,'action started via WP Cron','2020-12-30 19:04:53','2020-12-30 14:04:53'),
(21689,11393,'action complete via WP Cron','2020-12-30 19:04:53','2020-12-30 14:04:53'),
(21690,11394,'action created','2020-12-30 19:04:53','2020-12-30 14:04:53'),
(21691,11394,'action started via WP Cron','2020-12-30 19:06:29','2020-12-30 14:06:29'),
(21692,11394,'action complete via WP Cron','2020-12-30 19:06:29','2020-12-30 14:06:29'),
(21693,11395,'action created','2020-12-30 19:06:29','2020-12-30 14:06:29'),
(21694,11395,'action started via WP Cron','2020-12-30 19:08:12','2020-12-30 14:08:12'),
(21695,11395,'action complete via WP Cron','2020-12-30 19:08:12','2020-12-30 14:08:12'),
(21696,11396,'action created','2020-12-30 19:08:12','2020-12-30 14:08:12'),
(21697,11396,'action started via WP Cron','2020-12-30 19:09:49','2020-12-30 14:09:49'),
(21698,11396,'action complete via WP Cron','2020-12-30 19:09:49','2020-12-30 14:09:49'),
(21699,11397,'action created','2020-12-30 19:09:49','2020-12-30 14:09:49'),
(21700,11397,'action started via WP Cron','2020-12-30 19:12:35','2020-12-30 14:12:35'),
(21701,11397,'action complete via WP Cron','2020-12-30 19:12:35','2020-12-30 14:12:35'),
(21702,11398,'action created','2020-12-30 19:12:35','2020-12-30 14:12:35'),
(21703,11398,'action started via WP Cron','2020-12-30 19:13:37','2020-12-30 14:13:37'),
(21704,11398,'action complete via WP Cron','2020-12-30 19:13:37','2020-12-30 14:13:37'),
(21705,11399,'action created','2020-12-30 19:13:37','2020-12-30 14:13:37'),
(21706,11399,'action started via WP Cron','2020-12-30 19:17:38','2020-12-30 14:17:38'),
(21707,11399,'action complete via WP Cron','2020-12-30 19:17:38','2020-12-30 14:17:38'),
(21708,11400,'action created','2020-12-30 19:17:38','2020-12-30 14:17:38'),
(21709,11400,'action started via WP Cron','2020-12-30 19:18:22','2020-12-30 14:18:22'),
(21710,11400,'action complete via WP Cron','2020-12-30 19:18:22','2020-12-30 14:18:22'),
(21711,11401,'action created','2020-12-30 19:18:22','2020-12-30 14:18:22'),
(21712,11401,'action started via WP Cron','2020-12-30 19:19:54','2020-12-30 14:19:54'),
(21713,11401,'action complete via WP Cron','2020-12-30 19:19:54','2020-12-30 14:19:54'),
(21714,11402,'action created','2020-12-30 19:19:54','2020-12-30 14:19:54'),
(21715,11402,'action started via WP Cron','2020-12-30 19:21:09','2020-12-30 14:21:09'),
(21716,11402,'action complete via WP Cron','2020-12-30 19:21:09','2020-12-30 14:21:09'),
(21717,11403,'action created','2020-12-30 19:21:09','2020-12-30 14:21:09'),
(21718,11403,'action started via WP Cron','2020-12-30 19:23:15','2020-12-30 14:23:15'),
(21719,11403,'action complete via WP Cron','2020-12-30 19:23:15','2020-12-30 14:23:15'),
(21720,11404,'action created','2020-12-30 19:23:15','2020-12-30 14:23:15'),
(21721,11404,'action started via WP Cron','2020-12-30 19:24:31','2020-12-30 14:24:31'),
(21722,11404,'action complete via WP Cron','2020-12-30 19:24:31','2020-12-30 14:24:31'),
(21723,11405,'action created','2020-12-30 19:24:31','2020-12-30 14:24:31'),
(21724,11405,'action started via WP Cron','2020-12-30 19:25:11','2020-12-30 14:25:11'),
(21725,11405,'action complete via WP Cron','2020-12-30 19:25:11','2020-12-30 14:25:11'),
(21726,11406,'action created','2020-12-30 19:25:11','2020-12-30 14:25:11'),
(21727,11406,'action started via WP Cron','2020-12-30 19:27:23','2020-12-30 14:27:23'),
(21728,11406,'action complete via WP Cron','2020-12-30 19:27:23','2020-12-30 14:27:23'),
(21729,11407,'action created','2020-12-30 19:27:23','2020-12-30 14:27:23'),
(21730,11407,'action started via WP Cron','2020-12-30 19:28:15','2020-12-30 14:28:15'),
(21731,11407,'action complete via WP Cron','2020-12-30 19:28:15','2020-12-30 14:28:15'),
(21732,11408,'action created','2020-12-30 19:28:15','2020-12-30 14:28:15'),
(21733,11408,'action started via WP Cron','2020-12-30 19:29:25','2020-12-30 14:29:25'),
(21734,11408,'action complete via WP Cron','2020-12-30 19:29:25','2020-12-30 14:29:25'),
(21735,11409,'action created','2020-12-30 19:29:25','2020-12-30 14:29:25'),
(21736,11409,'action started via WP Cron','2020-12-30 19:31:05','2020-12-30 14:31:05'),
(21737,11409,'action complete via WP Cron','2020-12-30 19:31:05','2020-12-30 14:31:05'),
(21738,11410,'action created','2020-12-30 19:31:05','2020-12-30 14:31:05'),
(21739,11410,'action started via WP Cron','2020-12-30 19:39:35','2020-12-30 14:39:35'),
(21740,11410,'action complete via WP Cron','2020-12-30 19:39:35','2020-12-30 14:39:35'),
(21741,11411,'action created','2020-12-30 19:39:35','2020-12-30 14:39:35'),
(21742,11411,'action started via WP Cron','2020-12-30 19:40:26','2020-12-30 14:40:26'),
(21743,11411,'action complete via WP Cron','2020-12-30 19:40:26','2020-12-30 14:40:26'),
(21744,11412,'action created','2020-12-30 19:40:26','2020-12-30 14:40:26'),
(21745,11412,'action started via WP Cron','2020-12-30 19:43:23','2020-12-30 14:43:23'),
(21746,11412,'action complete via WP Cron','2020-12-30 19:43:23','2020-12-30 14:43:23'),
(21747,11413,'action created','2020-12-30 19:43:23','2020-12-30 14:43:23'),
(21748,11413,'action started via WP Cron','2020-12-30 19:44:46','2020-12-30 14:44:46'),
(21749,11413,'action complete via WP Cron','2020-12-30 19:44:46','2020-12-30 14:44:46'),
(21750,11414,'action created','2020-12-30 19:44:46','2020-12-30 14:44:46'),
(21751,11414,'action started via WP Cron','2020-12-30 19:45:53','2020-12-30 14:45:53'),
(21752,11414,'action complete via WP Cron','2020-12-30 19:45:53','2020-12-30 14:45:53'),
(21753,11415,'action created','2020-12-30 19:45:53','2020-12-30 14:45:53'),
(21754,11415,'action started via WP Cron','2020-12-30 19:46:16','2020-12-30 14:46:16'),
(21755,11415,'action complete via WP Cron','2020-12-30 19:46:16','2020-12-30 14:46:16'),
(21756,11416,'action created','2020-12-30 19:46:16','2020-12-30 14:46:16'),
(21757,11416,'action started via WP Cron','2020-12-30 19:47:28','2020-12-30 14:47:28'),
(21758,11416,'action complete via WP Cron','2020-12-30 19:47:28','2020-12-30 14:47:28'),
(21759,11417,'action created','2020-12-30 19:47:28','2020-12-30 14:47:28'),
(21760,11417,'action started via WP Cron','2020-12-30 19:49:36','2020-12-30 14:49:36'),
(21761,11417,'action complete via WP Cron','2020-12-30 19:49:36','2020-12-30 14:49:36'),
(21762,11418,'action created','2020-12-30 19:49:36','2020-12-30 14:49:36'),
(21763,11418,'action started via WP Cron','2020-12-30 19:54:06','2020-12-30 14:54:06'),
(21764,11418,'action complete via WP Cron','2020-12-30 19:54:06','2020-12-30 14:54:06'),
(21765,11419,'action created','2020-12-30 19:54:06','2020-12-30 14:54:06'),
(21766,11419,'action started via WP Cron','2020-12-30 19:55:55','2020-12-30 14:55:55'),
(21767,11419,'action complete via WP Cron','2020-12-30 19:55:55','2020-12-30 14:55:55'),
(21768,11420,'action created','2020-12-30 19:55:55','2020-12-30 14:55:55'),
(21769,11420,'action started via WP Cron','2020-12-30 19:56:17','2020-12-30 14:56:17'),
(21770,11420,'action complete via WP Cron','2020-12-30 19:56:17','2020-12-30 14:56:17'),
(21771,11421,'action created','2020-12-30 19:56:17','2020-12-30 14:56:17'),
(21772,11421,'action started via WP Cron','2020-12-30 19:59:40','2020-12-30 14:59:40'),
(21773,11421,'action complete via WP Cron','2020-12-30 19:59:40','2020-12-30 14:59:40'),
(21774,11422,'action created','2020-12-30 19:59:40','2020-12-30 14:59:40'),
(21775,11422,'action started via WP Cron','2020-12-30 20:00:17','2020-12-30 15:00:17'),
(21776,11422,'action complete via WP Cron','2020-12-30 20:00:17','2020-12-30 15:00:17'),
(21777,11423,'action created','2020-12-30 20:00:17','2020-12-30 15:00:17'),
(21778,11423,'action started via WP Cron','2020-12-30 20:04:16','2020-12-30 15:04:16'),
(21779,11423,'action complete via WP Cron','2020-12-30 20:04:16','2020-12-30 15:04:16'),
(21780,11424,'action created','2020-12-30 20:04:16','2020-12-30 15:04:16'),
(21781,11424,'action started via WP Cron','2020-12-30 20:07:42','2020-12-30 15:07:42'),
(21782,11424,'action complete via WP Cron','2020-12-30 20:07:42','2020-12-30 15:07:42'),
(21783,11425,'action created','2020-12-30 20:07:42','2020-12-30 15:07:42'),
(21784,11425,'action started via WP Cron','2020-12-30 20:08:13','2020-12-30 15:08:13'),
(21785,11425,'action complete via WP Cron','2020-12-30 20:08:13','2020-12-30 15:08:13'),
(21786,11426,'action created','2020-12-30 20:08:13','2020-12-30 15:08:13'),
(21787,11426,'action started via WP Cron','2020-12-30 20:09:18','2020-12-30 15:09:18'),
(21788,11426,'action complete via WP Cron','2020-12-30 20:09:18','2020-12-30 15:09:18'),
(21789,11427,'action created','2020-12-30 20:09:18','2020-12-30 15:09:18'),
(21790,11427,'action started via WP Cron','2020-12-30 20:10:28','2020-12-30 15:10:28'),
(21791,11427,'action complete via WP Cron','2020-12-30 20:10:28','2020-12-30 15:10:28'),
(21792,11428,'action created','2020-12-30 20:10:28','2020-12-30 15:10:28'),
(21793,11428,'action started via WP Cron','2020-12-30 20:11:46','2020-12-30 15:11:46'),
(21794,11428,'action complete via WP Cron','2020-12-30 20:11:46','2020-12-30 15:11:46'),
(21795,11429,'action created','2020-12-30 20:11:46','2020-12-30 15:11:46'),
(21796,11429,'action started via WP Cron','2020-12-30 20:13:08','2020-12-30 15:13:08'),
(21797,11429,'action complete via WP Cron','2020-12-30 20:13:08','2020-12-30 15:13:08'),
(21798,11430,'action created','2020-12-30 20:13:08','2020-12-30 15:13:08'),
(21799,11430,'action started via WP Cron','2020-12-30 20:14:22','2020-12-30 15:14:22'),
(21800,11430,'action complete via WP Cron','2020-12-30 20:14:22','2020-12-30 15:14:22'),
(21801,11431,'action created','2020-12-30 20:14:22','2020-12-30 15:14:22'),
(21802,11431,'action started via WP Cron','2020-12-30 20:23:39','2020-12-30 15:23:39'),
(21803,11431,'action complete via WP Cron','2020-12-30 20:23:39','2020-12-30 15:23:39'),
(21804,11432,'action created','2020-12-30 20:23:39','2020-12-30 15:23:39'),
(21805,11432,'action started via WP Cron','2020-12-30 20:25:43','2020-12-30 15:25:43'),
(21806,11432,'action complete via WP Cron','2020-12-30 20:25:43','2020-12-30 15:25:43'),
(21807,11433,'action created','2020-12-30 20:25:43','2020-12-30 15:25:43'),
(21808,11433,'action started via WP Cron','2020-12-30 20:26:20','2020-12-30 15:26:20'),
(21809,11433,'action complete via WP Cron','2020-12-30 20:26:20','2020-12-30 15:26:20'),
(21810,11434,'action created','2020-12-30 20:26:20','2020-12-30 15:26:20'),
(21811,11434,'action started via WP Cron','2020-12-30 20:27:17','2020-12-30 15:27:17'),
(21812,11434,'action complete via WP Cron','2020-12-30 20:27:17','2020-12-30 15:27:17'),
(21813,11435,'action created','2020-12-30 20:27:17','2020-12-30 15:27:17'),
(21814,11435,'action started via WP Cron','2020-12-30 20:29:47','2020-12-30 15:29:47'),
(21815,11435,'action complete via WP Cron','2020-12-30 20:29:47','2020-12-30 15:29:47'),
(21816,11436,'action created','2020-12-30 20:29:47','2020-12-30 15:29:47'),
(21817,11436,'action started via WP Cron','2020-12-30 20:32:12','2020-12-30 15:32:12'),
(21818,11436,'action complete via WP Cron','2020-12-30 20:32:12','2020-12-30 15:32:12'),
(21819,11437,'action created','2020-12-30 20:32:12','2020-12-30 15:32:12'),
(21820,11437,'action started via WP Cron','2020-12-30 20:33:16','2020-12-30 15:33:16'),
(21821,11437,'action complete via WP Cron','2020-12-30 20:33:16','2020-12-30 15:33:16'),
(21822,11438,'action created','2020-12-30 20:33:16','2020-12-30 15:33:16'),
(21823,11438,'action started via WP Cron','2020-12-30 20:34:35','2020-12-30 15:34:35'),
(21824,11438,'action complete via WP Cron','2020-12-30 20:34:35','2020-12-30 15:34:35'),
(21825,11439,'action created','2020-12-30 20:34:35','2020-12-30 15:34:35'),
(21826,11439,'action started via WP Cron','2020-12-30 20:35:29','2020-12-30 15:35:29'),
(21827,11439,'action complete via WP Cron','2020-12-30 20:35:29','2020-12-30 15:35:29'),
(21828,11440,'action created','2020-12-30 20:35:29','2020-12-30 15:35:29'),
(21829,11440,'action started via WP Cron','2020-12-30 20:37:01','2020-12-30 15:37:01'),
(21830,11440,'action complete via WP Cron','2020-12-30 20:37:01','2020-12-30 15:37:01'),
(21831,11441,'action created','2020-12-30 20:37:01','2020-12-30 15:37:01'),
(21832,11441,'action started via WP Cron','2020-12-30 20:37:11','2020-12-30 15:37:11'),
(21833,11441,'action complete via WP Cron','2020-12-30 20:37:11','2020-12-30 15:37:11'),
(21834,11442,'action created','2020-12-30 20:37:11','2020-12-30 15:37:11'),
(21835,11442,'action started via WP Cron','2020-12-30 20:38:31','2020-12-30 15:38:31'),
(21836,11442,'action complete via WP Cron','2020-12-30 20:38:31','2020-12-30 15:38:31'),
(21837,11443,'action created','2020-12-30 20:38:31','2020-12-30 15:38:31'),
(21838,11443,'action started via WP Cron','2020-12-30 20:39:30','2020-12-30 15:39:30'),
(21839,11443,'action complete via WP Cron','2020-12-30 20:39:30','2020-12-30 15:39:30'),
(21840,11444,'action created','2020-12-30 20:39:30','2020-12-30 15:39:30'),
(21841,11444,'action started via WP Cron','2020-12-30 20:41:39','2020-12-30 15:41:39'),
(21842,11444,'action complete via WP Cron','2020-12-30 20:41:39','2020-12-30 15:41:39'),
(21843,11445,'action created','2020-12-30 20:41:39','2020-12-30 15:41:39'),
(21844,11445,'action started via WP Cron','2020-12-30 20:42:17','2020-12-30 15:42:17'),
(21845,11445,'action complete via WP Cron','2020-12-30 20:42:17','2020-12-30 15:42:17'),
(21846,11446,'action created','2020-12-30 20:42:17','2020-12-30 15:42:17'),
(21847,11446,'action started via WP Cron','2020-12-30 20:43:24','2020-12-30 15:43:24'),
(21848,11446,'action complete via WP Cron','2020-12-30 20:43:24','2020-12-30 15:43:24'),
(21849,11447,'action created','2020-12-30 20:43:24','2020-12-30 15:43:24'),
(21850,11447,'action started via WP Cron','2020-12-30 20:46:19','2020-12-30 15:46:19'),
(21851,11447,'action complete via WP Cron','2020-12-30 20:46:19','2020-12-30 15:46:19'),
(21852,11448,'action created','2020-12-30 20:46:19','2020-12-30 15:46:19'),
(21853,11448,'action started via WP Cron','2020-12-30 20:47:22','2020-12-30 15:47:22'),
(21854,11448,'action complete via WP Cron','2020-12-30 20:47:22','2020-12-30 15:47:22'),
(21855,11449,'action created','2020-12-30 20:47:22','2020-12-30 15:47:22'),
(21856,11449,'action started via WP Cron','2020-12-30 20:48:14','2020-12-30 15:48:14'),
(21857,11449,'action complete via WP Cron','2020-12-30 20:48:14','2020-12-30 15:48:14'),
(21858,11450,'action created','2020-12-30 20:48:14','2020-12-30 15:48:14'),
(21859,11450,'action started via WP Cron','2020-12-30 20:49:21','2020-12-30 15:49:21'),
(21860,11450,'action complete via WP Cron','2020-12-30 20:49:22','2020-12-30 15:49:22'),
(21861,11451,'action created','2020-12-30 20:49:22','2020-12-30 15:49:22'),
(21862,11451,'action started via WP Cron','2020-12-30 20:50:15','2020-12-30 15:50:15'),
(21863,11451,'action complete via WP Cron','2020-12-30 20:50:15','2020-12-30 15:50:15'),
(21864,11452,'action created','2020-12-30 20:50:15','2020-12-30 15:50:15'),
(21865,11452,'action started via WP Cron','2020-12-30 20:52:24','2020-12-30 15:52:24'),
(21866,11452,'action complete via WP Cron','2020-12-30 20:52:24','2020-12-30 15:52:24'),
(21867,11453,'action created','2020-12-30 20:52:24','2020-12-30 15:52:24'),
(21868,11453,'action started via WP Cron','2020-12-30 20:53:20','2020-12-30 15:53:20'),
(21869,11453,'action complete via WP Cron','2020-12-30 20:53:20','2020-12-30 15:53:20'),
(21870,11454,'action created','2020-12-30 20:53:20','2020-12-30 15:53:20'),
(21871,11454,'action started via WP Cron','2020-12-30 20:54:57','2020-12-30 15:54:57'),
(21872,11454,'action complete via WP Cron','2020-12-30 20:54:57','2020-12-30 15:54:57'),
(21873,11455,'action created','2020-12-30 20:54:57','2020-12-30 15:54:57'),
(21874,11455,'action started via WP Cron','2020-12-30 20:57:31','2020-12-30 15:57:31'),
(21875,11455,'action complete via WP Cron','2020-12-30 20:57:31','2020-12-30 15:57:31'),
(21876,11456,'action created','2020-12-30 20:57:31','2020-12-30 15:57:31'),
(21877,11456,'action started via WP Cron','2020-12-30 20:59:18','2020-12-30 15:59:18'),
(21878,11456,'action complete via WP Cron','2020-12-30 20:59:18','2020-12-30 15:59:18'),
(21879,11457,'action created','2020-12-30 20:59:19','2020-12-30 15:59:19'),
(21880,11457,'action started via WP Cron','2020-12-30 21:00:34','2020-12-30 16:00:34'),
(21881,11457,'action complete via WP Cron','2020-12-30 21:00:34','2020-12-30 16:00:34'),
(21882,11458,'action created','2020-12-30 21:00:34','2020-12-30 16:00:34'),
(21883,11458,'action started via WP Cron','2020-12-30 21:02:29','2020-12-30 16:02:29'),
(21884,11458,'action complete via WP Cron','2020-12-30 21:02:29','2020-12-30 16:02:29'),
(21885,11459,'action created','2020-12-30 21:02:29','2020-12-30 16:02:29'),
(21886,11459,'action started via WP Cron','2020-12-30 21:03:23','2020-12-30 16:03:23'),
(21887,11459,'action complete via WP Cron','2020-12-30 21:03:23','2020-12-30 16:03:23'),
(21888,11460,'action created','2020-12-30 21:03:23','2020-12-30 16:03:23'),
(21889,11460,'action started via WP Cron','2020-12-30 21:04:12','2020-12-30 16:04:12'),
(21890,11460,'action complete via WP Cron','2020-12-30 21:04:12','2020-12-30 16:04:12'),
(21891,11461,'action created','2020-12-30 21:04:12','2020-12-30 16:04:12'),
(21892,11461,'action started via WP Cron','2020-12-30 21:05:24','2020-12-30 16:05:24'),
(21893,11461,'action complete via WP Cron','2020-12-30 21:05:24','2020-12-30 16:05:24'),
(21894,11462,'action created','2020-12-30 21:05:24','2020-12-30 16:05:24'),
(21895,11462,'action started via WP Cron','2020-12-30 21:06:42','2020-12-30 16:06:42'),
(21896,11462,'action complete via WP Cron','2020-12-30 21:06:42','2020-12-30 16:06:42'),
(21897,11463,'action created','2020-12-30 21:06:42','2020-12-30 16:06:42'),
(21898,11463,'action started via WP Cron','2020-12-30 21:09:00','2020-12-30 16:09:00'),
(21899,11463,'action complete via WP Cron','2020-12-30 21:09:00','2020-12-30 16:09:00'),
(21900,11464,'action created','2020-12-30 21:09:00','2020-12-30 16:09:00'),
(21901,11464,'action started via WP Cron','2020-12-30 21:13:51','2020-12-30 16:13:51'),
(21902,11464,'action complete via WP Cron','2020-12-30 21:13:51','2020-12-30 16:13:51'),
(21903,11465,'action created','2020-12-30 21:13:51','2020-12-30 16:13:51'),
(21904,11465,'action started via WP Cron','2020-12-30 21:15:06','2020-12-30 16:15:06'),
(21905,11465,'action complete via WP Cron','2020-12-30 21:15:06','2020-12-30 16:15:06'),
(21906,11466,'action created','2020-12-30 21:15:06','2020-12-30 16:15:06'),
(21907,11466,'action started via WP Cron','2020-12-30 21:16:57','2020-12-30 16:16:57'),
(21908,11466,'action complete via WP Cron','2020-12-30 21:16:57','2020-12-30 16:16:57'),
(21909,11467,'action created','2020-12-30 21:16:57','2020-12-30 16:16:57'),
(21910,11467,'action started via WP Cron','2020-12-30 21:18:26','2020-12-30 16:18:26'),
(21911,11467,'action complete via WP Cron','2020-12-30 21:18:26','2020-12-30 16:18:26'),
(21912,11468,'action created','2020-12-30 21:18:26','2020-12-30 16:18:26'),
(21913,11468,'action started via WP Cron','2020-12-30 21:20:06','2020-12-30 16:20:06'),
(21914,11468,'action complete via WP Cron','2020-12-30 21:20:06','2020-12-30 16:20:06'),
(21915,11469,'action created','2020-12-30 21:20:06','2020-12-30 16:20:06'),
(21916,11469,'action started via WP Cron','2020-12-30 21:22:43','2020-12-30 16:22:43'),
(21917,11469,'action complete via WP Cron','2020-12-30 21:22:43','2020-12-30 16:22:43'),
(21918,11470,'action created','2020-12-30 21:22:43','2020-12-30 16:22:43'),
(21919,11470,'action started via WP Cron','2020-12-30 21:24:52','2020-12-30 16:24:52'),
(21920,11470,'action complete via WP Cron','2020-12-30 21:24:52','2020-12-30 16:24:52'),
(21921,11471,'action created','2020-12-30 21:24:52','2020-12-30 16:24:52'),
(21922,11471,'action started via WP Cron','2020-12-30 21:25:15','2020-12-30 16:25:15'),
(21923,11471,'action complete via WP Cron','2020-12-30 21:25:15','2020-12-30 16:25:15'),
(21924,11472,'action created','2020-12-30 21:25:15','2020-12-30 16:25:15'),
(21925,11472,'action started via WP Cron','2020-12-30 21:28:02','2020-12-30 16:28:02'),
(21926,11472,'action complete via WP Cron','2020-12-30 21:28:02','2020-12-30 16:28:02'),
(21927,11473,'action created','2020-12-30 21:28:02','2020-12-30 16:28:02'),
(21928,11473,'action started via WP Cron','2020-12-30 21:30:38','2020-12-30 16:30:38'),
(21929,11473,'action complete via WP Cron','2020-12-30 21:30:38','2020-12-30 16:30:38'),
(21930,11474,'action created','2020-12-30 21:30:38','2020-12-30 16:30:38'),
(21931,11474,'action started via WP Cron','2020-12-30 21:31:20','2020-12-30 16:31:20'),
(21932,11474,'action complete via WP Cron','2020-12-30 21:31:20','2020-12-30 16:31:20'),
(21933,11475,'action created','2020-12-30 21:31:20','2020-12-30 16:31:20'),
(21934,11475,'action started via WP Cron','2020-12-30 21:32:34','2020-12-30 16:32:34'),
(21935,11475,'action complete via WP Cron','2020-12-30 21:32:34','2020-12-30 16:32:34'),
(21936,11476,'action created','2020-12-30 21:32:34','2020-12-30 16:32:34'),
(21937,11476,'action started via WP Cron','2020-12-30 21:33:14','2020-12-30 16:33:14'),
(21938,11476,'action complete via WP Cron','2020-12-30 21:33:14','2020-12-30 16:33:14'),
(21939,11477,'action created','2020-12-30 21:33:14','2020-12-30 16:33:14'),
(21940,11477,'action started via WP Cron','2020-12-30 21:34:31','2020-12-30 16:34:31'),
(21941,11477,'action complete via WP Cron','2020-12-30 21:34:31','2020-12-30 16:34:31'),
(21942,11478,'action created','2020-12-30 21:34:31','2020-12-30 16:34:31'),
(21943,11478,'action started via WP Cron','2020-12-30 21:35:22','2020-12-30 16:35:22'),
(21944,11478,'action complete via WP Cron','2020-12-30 21:35:22','2020-12-30 16:35:22'),
(21945,11479,'action created','2020-12-30 21:35:22','2020-12-30 16:35:22'),
(21946,11479,'action started via WP Cron','2020-12-30 21:36:16','2020-12-30 16:36:16'),
(21947,11479,'action complete via WP Cron','2020-12-30 21:36:16','2020-12-30 16:36:16'),
(21948,11480,'action created','2020-12-30 21:36:16','2020-12-30 16:36:16'),
(21949,11480,'action started via WP Cron','2020-12-30 21:39:41','2020-12-30 16:39:41'),
(21950,11480,'action complete via WP Cron','2020-12-30 21:39:41','2020-12-30 16:39:41'),
(21951,11481,'action created','2020-12-30 21:39:41','2020-12-30 16:39:41'),
(21952,11481,'action started via WP Cron','2020-12-30 21:41:13','2020-12-30 16:41:13'),
(21953,11481,'action complete via WP Cron','2020-12-30 21:41:13','2020-12-30 16:41:13'),
(21954,11482,'action created','2020-12-30 21:41:13','2020-12-30 16:41:13'),
(21955,11482,'action started via WP Cron','2020-12-30 21:42:21','2020-12-30 16:42:21'),
(21956,11482,'action complete via WP Cron','2020-12-30 21:42:21','2020-12-30 16:42:21'),
(21957,11483,'action created','2020-12-30 21:42:21','2020-12-30 16:42:21'),
(21958,11483,'action started via WP Cron','2020-12-30 21:44:28','2020-12-30 16:44:28'),
(21959,11483,'action complete via WP Cron','2020-12-30 21:44:28','2020-12-30 16:44:28'),
(21960,11484,'action created','2020-12-30 21:44:28','2020-12-30 16:44:28'),
(21961,11484,'action started via WP Cron','2020-12-30 21:48:01','2020-12-30 16:48:01'),
(21962,11484,'action complete via WP Cron','2020-12-30 21:48:01','2020-12-30 16:48:01'),
(21963,11485,'action created','2020-12-30 21:48:01','2020-12-30 16:48:01'),
(21964,11485,'action started via WP Cron','2020-12-30 21:49:03','2020-12-30 16:49:03'),
(21965,11485,'action complete via WP Cron','2020-12-30 21:49:03','2020-12-30 16:49:03'),
(21966,11486,'action created','2020-12-30 21:49:03','2020-12-30 16:49:03'),
(21967,11486,'action started via WP Cron','2020-12-30 21:49:15','2020-12-30 16:49:15'),
(21968,11486,'action complete via WP Cron','2020-12-30 21:49:15','2020-12-30 16:49:15'),
(21969,11487,'action created','2020-12-30 21:49:15','2020-12-30 16:49:15'),
(21970,11487,'action started via WP Cron','2020-12-30 21:50:20','2020-12-30 16:50:20'),
(21971,11487,'action complete via WP Cron','2020-12-30 21:50:20','2020-12-30 16:50:20'),
(21972,11488,'action created','2020-12-30 21:50:20','2020-12-30 16:50:20'),
(21973,11488,'action started via WP Cron','2020-12-30 21:53:16','2020-12-30 16:53:16'),
(21974,11488,'action complete via WP Cron','2020-12-30 21:53:16','2020-12-30 16:53:16'),
(21975,11489,'action created','2020-12-30 21:53:16','2020-12-30 16:53:16'),
(21976,11489,'action started via WP Cron','2020-12-30 21:57:07','2020-12-30 16:57:07'),
(21977,11489,'action complete via WP Cron','2020-12-30 21:57:07','2020-12-30 16:57:07'),
(21978,11490,'action created','2020-12-30 21:57:07','2020-12-30 16:57:07'),
(21979,11490,'action started via WP Cron','2020-12-30 21:58:01','2020-12-30 16:58:01'),
(21980,11490,'action complete via WP Cron','2020-12-30 21:58:01','2020-12-30 16:58:01'),
(21981,11491,'action created','2020-12-30 21:58:01','2020-12-30 16:58:01'),
(21982,11491,'action started via WP Cron','2020-12-30 21:58:23','2020-12-30 16:58:23'),
(21983,11491,'action complete via WP Cron','2020-12-30 21:58:23','2020-12-30 16:58:23'),
(21984,11492,'action created','2020-12-30 21:58:23','2020-12-30 16:58:23'),
(21985,11492,'action started via WP Cron','2020-12-30 22:03:35','2020-12-30 17:03:35'),
(21986,11492,'action complete via WP Cron','2020-12-30 22:03:35','2020-12-30 17:03:35'),
(21987,11493,'action created','2020-12-30 22:03:35','2020-12-30 17:03:35'),
(21988,11493,'action started via WP Cron','2020-12-30 22:05:26','2020-12-30 17:05:26'),
(21989,11493,'action complete via WP Cron','2020-12-30 22:05:26','2020-12-30 17:05:26'),
(21990,11494,'action created','2020-12-30 22:05:26','2020-12-30 17:05:26'),
(21991,11494,'action started via WP Cron','2020-12-30 22:06:32','2020-12-30 17:06:32'),
(21992,11494,'action complete via WP Cron','2020-12-30 22:06:32','2020-12-30 17:06:32'),
(21993,11495,'action created','2020-12-30 22:06:32','2020-12-30 17:06:32'),
(21994,11495,'action started via WP Cron','2020-12-30 22:08:48','2020-12-30 17:08:48'),
(21995,11495,'action complete via WP Cron','2020-12-30 22:08:48','2020-12-30 17:08:48'),
(21996,11496,'action created','2020-12-30 22:08:48','2020-12-30 17:08:48'),
(21997,11496,'action started via WP Cron','2020-12-30 22:09:56','2020-12-30 17:09:56'),
(21998,11496,'action complete via WP Cron','2020-12-30 22:09:56','2020-12-30 17:09:56'),
(21999,11497,'action created','2020-12-30 22:09:56','2020-12-30 17:09:56'),
(22000,11497,'action started via WP Cron','2020-12-30 22:10:28','2020-12-30 17:10:28'),
(22001,11497,'action complete via WP Cron','2020-12-30 22:10:28','2020-12-30 17:10:28'),
(22002,11498,'action created','2020-12-30 22:10:28','2020-12-30 17:10:28'),
(22003,11498,'action started via WP Cron','2020-12-30 22:12:31','2020-12-30 17:12:31'),
(22004,11498,'action complete via WP Cron','2020-12-30 22:12:31','2020-12-30 17:12:31'),
(22005,11499,'action created','2020-12-30 22:12:31','2020-12-30 17:12:31'),
(22006,11499,'action started via WP Cron','2020-12-30 22:13:12','2020-12-30 17:13:12'),
(22007,11499,'action complete via WP Cron','2020-12-30 22:13:12','2020-12-30 17:13:12'),
(22008,11500,'action created','2020-12-30 22:13:12','2020-12-30 17:13:12'),
(22009,11500,'action started via WP Cron','2020-12-30 22:14:50','2020-12-30 17:14:50'),
(22010,11500,'action complete via WP Cron','2020-12-30 22:14:50','2020-12-30 17:14:50'),
(22011,11501,'action created','2020-12-30 22:14:50','2020-12-30 17:14:50'),
(22012,11501,'action started via WP Cron','2020-12-30 22:16:15','2020-12-30 17:16:15'),
(22013,11501,'action complete via WP Cron','2020-12-30 22:16:15','2020-12-30 17:16:15'),
(22014,11502,'action created','2020-12-30 22:16:15','2020-12-30 17:16:15'),
(22015,11502,'action started via WP Cron','2020-12-30 22:18:39','2020-12-30 17:18:39'),
(22016,11502,'action complete via WP Cron','2020-12-30 22:18:39','2020-12-30 17:18:39'),
(22017,11503,'action created','2020-12-30 22:18:39','2020-12-30 17:18:39'),
(22018,11503,'action started via WP Cron','2020-12-30 22:19:12','2020-12-30 17:19:12'),
(22019,11503,'action complete via WP Cron','2020-12-30 22:19:12','2020-12-30 17:19:12'),
(22020,11504,'action created','2020-12-30 22:19:12','2020-12-30 17:19:12'),
(22021,11504,'action started via WP Cron','2020-12-30 22:24:20','2020-12-30 17:24:20'),
(22022,11504,'action complete via WP Cron','2020-12-30 22:24:20','2020-12-30 17:24:20'),
(22023,11505,'action created','2020-12-30 22:24:20','2020-12-30 17:24:20'),
(22024,11505,'action started via WP Cron','2020-12-30 22:26:26','2020-12-30 17:26:26'),
(22025,11505,'action complete via WP Cron','2020-12-30 22:26:26','2020-12-30 17:26:26'),
(22026,11506,'action created','2020-12-30 22:26:26','2020-12-30 17:26:26'),
(22027,11506,'action started via WP Cron','2020-12-30 22:29:12','2020-12-30 17:29:12'),
(22028,11506,'action complete via WP Cron','2020-12-30 22:29:12','2020-12-30 17:29:12'),
(22029,11507,'action created','2020-12-30 22:29:12','2020-12-30 17:29:12'),
(22030,11507,'action started via WP Cron','2020-12-30 22:32:16','2020-12-30 17:32:16'),
(22031,11507,'action complete via WP Cron','2020-12-30 22:32:16','2020-12-30 17:32:16'),
(22032,11508,'action created','2020-12-30 22:32:17','2020-12-30 17:32:17'),
(22033,11508,'action started via WP Cron','2020-12-30 22:35:25','2020-12-30 17:35:25'),
(22034,11508,'action complete via WP Cron','2020-12-30 22:35:25','2020-12-30 17:35:25'),
(22035,11509,'action created','2020-12-30 22:35:25','2020-12-30 17:35:25'),
(22036,11509,'action started via WP Cron','2020-12-30 22:36:23','2020-12-30 17:36:23'),
(22037,11509,'action complete via WP Cron','2020-12-30 22:36:23','2020-12-30 17:36:23'),
(22038,11510,'action created','2020-12-30 22:36:23','2020-12-30 17:36:23'),
(22039,11510,'action started via WP Cron','2020-12-30 22:38:12','2020-12-30 17:38:12'),
(22040,11510,'action complete via WP Cron','2020-12-30 22:38:12','2020-12-30 17:38:12'),
(22041,11511,'action created','2020-12-30 22:38:12','2020-12-30 17:38:12'),
(22042,11511,'action started via WP Cron','2020-12-30 22:40:55','2020-12-30 17:40:55'),
(22043,11511,'action complete via WP Cron','2020-12-30 22:40:55','2020-12-30 17:40:55'),
(22044,11512,'action created','2020-12-30 22:40:55','2020-12-30 17:40:55'),
(22045,11512,'action started via WP Cron','2020-12-30 22:41:29','2020-12-30 17:41:29'),
(22046,11512,'action complete via WP Cron','2020-12-30 22:41:29','2020-12-30 17:41:29'),
(22047,11513,'action created','2020-12-30 22:41:29','2020-12-30 17:41:29'),
(22048,11513,'action started via WP Cron','2020-12-30 22:42:23','2020-12-30 17:42:23'),
(22049,11513,'action complete via WP Cron','2020-12-30 22:42:23','2020-12-30 17:42:23'),
(22050,11514,'action created','2020-12-30 22:42:23','2020-12-30 17:42:23'),
(22051,11514,'action started via WP Cron','2020-12-30 22:43:45','2020-12-30 17:43:45'),
(22052,11514,'action complete via WP Cron','2020-12-30 22:43:45','2020-12-30 17:43:45'),
(22053,11515,'action created','2020-12-30 22:43:45','2020-12-30 17:43:45'),
(22054,11515,'action started via WP Cron','2020-12-30 22:44:19','2020-12-30 17:44:19'),
(22055,11515,'action complete via WP Cron','2020-12-30 22:44:19','2020-12-30 17:44:19'),
(22056,11516,'action created','2020-12-30 22:44:19','2020-12-30 17:44:19'),
(22057,11516,'action started via WP Cron','2020-12-30 22:45:31','2020-12-30 17:45:31'),
(22058,11516,'action complete via WP Cron','2020-12-30 22:45:31','2020-12-30 17:45:31'),
(22059,11517,'action created','2020-12-30 22:45:31','2020-12-30 17:45:31'),
(22060,11517,'action started via WP Cron','2020-12-30 22:47:39','2020-12-30 17:47:39'),
(22061,11517,'action complete via WP Cron','2020-12-30 22:47:39','2020-12-30 17:47:39'),
(22062,11518,'action created','2020-12-30 22:47:39','2020-12-30 17:47:39'),
(22063,11518,'action started via WP Cron','2020-12-30 22:50:03','2020-12-30 17:50:03'),
(22064,11518,'action complete via WP Cron','2020-12-30 22:50:03','2020-12-30 17:50:03'),
(22065,11519,'action created','2020-12-30 22:50:03','2020-12-30 17:50:03'),
(22066,11519,'action started via WP Cron','2020-12-30 22:50:27','2020-12-30 17:50:27'),
(22067,11519,'action complete via WP Cron','2020-12-30 22:50:27','2020-12-30 17:50:27'),
(22068,11520,'action created','2020-12-30 22:50:27','2020-12-30 17:50:27'),
(22069,11520,'action started via WP Cron','2020-12-30 22:52:02','2020-12-30 17:52:02'),
(22070,11520,'action complete via WP Cron','2020-12-30 22:52:02','2020-12-30 17:52:02'),
(22071,11521,'action created','2020-12-30 22:52:02','2020-12-30 17:52:02'),
(22072,11521,'action started via WP Cron','2020-12-30 22:52:13','2020-12-30 17:52:13'),
(22073,11521,'action complete via WP Cron','2020-12-30 22:52:13','2020-12-30 17:52:13'),
(22074,11522,'action created','2020-12-30 22:52:13','2020-12-30 17:52:13'),
(22075,11522,'action started via WP Cron','2020-12-30 22:53:13','2020-12-30 17:53:13'),
(22076,11522,'action complete via WP Cron','2020-12-30 22:53:13','2020-12-30 17:53:13'),
(22077,11523,'action created','2020-12-30 22:53:13','2020-12-30 17:53:13'),
(22078,11523,'action started via WP Cron','2020-12-30 22:54:42','2020-12-30 17:54:42'),
(22079,11523,'action complete via WP Cron','2020-12-30 22:54:42','2020-12-30 17:54:42'),
(22080,11524,'action created','2020-12-30 22:54:42','2020-12-30 17:54:42'),
(22081,11524,'action started via WP Cron','2020-12-30 22:55:47','2020-12-30 17:55:47'),
(22082,11524,'action complete via WP Cron','2020-12-30 22:55:47','2020-12-30 17:55:47'),
(22083,11525,'action created','2020-12-30 22:55:47','2020-12-30 17:55:47'),
(22084,11525,'action started via WP Cron','2020-12-30 22:57:22','2020-12-30 17:57:22'),
(22085,11525,'action complete via WP Cron','2020-12-30 22:57:22','2020-12-30 17:57:22'),
(22086,11526,'action created','2020-12-30 22:57:22','2020-12-30 17:57:22'),
(22087,11526,'action started via WP Cron','2020-12-30 23:00:38','2020-12-30 18:00:38'),
(22088,11526,'action complete via WP Cron','2020-12-30 23:00:38','2020-12-30 18:00:38'),
(22089,11527,'action created','2020-12-30 23:00:38','2020-12-30 18:00:38'),
(22090,11527,'action started via WP Cron','2020-12-30 23:03:17','2020-12-30 18:03:17'),
(22091,11527,'action complete via WP Cron','2020-12-30 23:03:17','2020-12-30 18:03:17'),
(22092,11528,'action created','2020-12-30 23:03:17','2020-12-30 18:03:17'),
(22093,11528,'action started via WP Cron','2020-12-30 23:04:59','2020-12-30 18:04:59'),
(22094,11528,'action complete via WP Cron','2020-12-30 23:04:59','2020-12-30 18:04:59'),
(22095,11529,'action created','2020-12-30 23:04:59','2020-12-30 18:04:59'),
(22096,11529,'action started via WP Cron','2020-12-30 23:05:21','2020-12-30 18:05:21'),
(22097,11529,'action complete via WP Cron','2020-12-30 23:05:21','2020-12-30 18:05:21'),
(22098,11530,'action created','2020-12-30 23:05:21','2020-12-30 18:05:21'),
(22099,11530,'action started via WP Cron','2020-12-30 23:11:14','2020-12-30 18:11:14'),
(22100,11530,'action complete via WP Cron','2020-12-30 23:11:14','2020-12-30 18:11:14'),
(22101,11531,'action created','2020-12-30 23:11:14','2020-12-30 18:11:14'),
(22102,11531,'action started via WP Cron','2020-12-30 23:12:49','2020-12-30 18:12:49'),
(22103,11531,'action complete via WP Cron','2020-12-30 23:12:49','2020-12-30 18:12:49'),
(22104,11532,'action created','2020-12-30 23:12:49','2020-12-30 18:12:49'),
(22105,11532,'action started via WP Cron','2020-12-30 23:13:45','2020-12-30 18:13:45'),
(22106,11532,'action complete via WP Cron','2020-12-30 23:13:45','2020-12-30 18:13:45'),
(22107,11533,'action created','2020-12-30 23:13:45','2020-12-30 18:13:45'),
(22108,11533,'action started via WP Cron','2020-12-30 23:15:28','2020-12-30 18:15:28'),
(22109,11533,'action complete via WP Cron','2020-12-30 23:15:28','2020-12-30 18:15:28'),
(22110,11534,'action created','2020-12-30 23:15:28','2020-12-30 18:15:28'),
(22111,11534,'action started via WP Cron','2020-12-30 23:16:29','2020-12-30 18:16:29'),
(22112,11534,'action complete via WP Cron','2020-12-30 23:16:29','2020-12-30 18:16:29'),
(22113,11535,'action created','2020-12-30 23:16:29','2020-12-30 18:16:29'),
(22114,11535,'action started via WP Cron','2020-12-30 23:19:34','2020-12-30 18:19:34'),
(22115,11535,'action complete via WP Cron','2020-12-30 23:19:34','2020-12-30 18:19:34'),
(22116,11536,'action created','2020-12-30 23:19:34','2020-12-30 18:19:34'),
(22117,11536,'action started via WP Cron','2020-12-30 23:20:48','2020-12-30 18:20:48'),
(22118,11536,'action complete via WP Cron','2020-12-30 23:20:48','2020-12-30 18:20:48'),
(22119,11537,'action created','2020-12-30 23:20:48','2020-12-30 18:20:48'),
(22120,11537,'action started via WP Cron','2020-12-30 23:22:11','2020-12-30 18:22:11'),
(22121,11537,'action complete via WP Cron','2020-12-30 23:22:11','2020-12-30 18:22:11'),
(22122,11538,'action created','2020-12-30 23:22:11','2020-12-30 18:22:11'),
(22123,11538,'action started via WP Cron','2020-12-30 23:28:07','2020-12-30 18:28:07'),
(22124,11538,'action complete via WP Cron','2020-12-30 23:28:07','2020-12-30 18:28:07'),
(22125,11539,'action created','2020-12-30 23:28:07','2020-12-30 18:28:07'),
(22126,11539,'action started via WP Cron','2020-12-30 23:28:27','2020-12-30 18:28:27'),
(22127,11539,'action complete via WP Cron','2020-12-30 23:28:27','2020-12-30 18:28:27'),
(22128,11540,'action created','2020-12-30 23:28:27','2020-12-30 18:28:27'),
(22129,11540,'action started via WP Cron','2020-12-30 23:30:19','2020-12-30 18:30:19'),
(22130,11540,'action complete via WP Cron','2020-12-30 23:30:19','2020-12-30 18:30:19'),
(22131,11541,'action created','2020-12-30 23:30:19','2020-12-30 18:30:19'),
(22132,11541,'action started via WP Cron','2020-12-30 23:31:39','2020-12-30 18:31:39'),
(22133,11541,'action complete via WP Cron','2020-12-30 23:31:39','2020-12-30 18:31:39'),
(22134,11542,'action created','2020-12-30 23:31:39','2020-12-30 18:31:39'),
(22135,11542,'action started via WP Cron','2020-12-30 23:34:21','2020-12-30 18:34:21'),
(22136,11542,'action complete via WP Cron','2020-12-30 23:34:21','2020-12-30 18:34:21'),
(22137,11543,'action created','2020-12-30 23:34:22','2020-12-30 18:34:22'),
(22138,11543,'action started via WP Cron','2020-12-30 23:35:17','2020-12-30 18:35:17'),
(22139,11543,'action complete via WP Cron','2020-12-30 23:35:17','2020-12-30 18:35:17'),
(22140,11544,'action created','2020-12-30 23:35:17','2020-12-30 18:35:17'),
(22141,11544,'action started via WP Cron','2020-12-30 23:37:28','2020-12-30 18:37:28'),
(22142,11544,'action complete via WP Cron','2020-12-30 23:37:28','2020-12-30 18:37:28'),
(22143,11545,'action created','2020-12-30 23:37:28','2020-12-30 18:37:28'),
(22144,11545,'action started via WP Cron','2020-12-30 23:43:18','2020-12-30 18:43:18'),
(22145,11545,'action complete via WP Cron','2020-12-30 23:43:19','2020-12-30 18:43:19'),
(22146,11546,'action created','2020-12-30 23:43:19','2020-12-30 18:43:19'),
(22147,11546,'action started via WP Cron','2020-12-30 23:44:40','2020-12-30 18:44:40'),
(22148,11546,'action complete via WP Cron','2020-12-30 23:44:40','2020-12-30 18:44:40'),
(22149,11547,'action created','2020-12-30 23:44:40','2020-12-30 18:44:40'),
(22150,11547,'action started via WP Cron','2020-12-30 23:45:13','2020-12-30 18:45:13'),
(22151,11547,'action complete via WP Cron','2020-12-30 23:45:13','2020-12-30 18:45:13'),
(22152,11548,'action created','2020-12-30 23:45:15','2020-12-30 18:45:15'),
(22153,11548,'action started via WP Cron','2020-12-30 23:46:33','2020-12-30 18:46:33'),
(22154,11548,'action complete via WP Cron','2020-12-30 23:46:33','2020-12-30 18:46:33'),
(22155,11549,'action created','2020-12-30 23:46:33','2020-12-30 18:46:33'),
(22156,11549,'action started via WP Cron','2020-12-30 23:47:39','2020-12-30 18:47:39'),
(22157,11549,'action complete via WP Cron','2020-12-30 23:47:39','2020-12-30 18:47:39'),
(22158,11550,'action created','2020-12-30 23:47:39','2020-12-30 18:47:39'),
(22159,11550,'action started via WP Cron','2020-12-30 23:48:36','2020-12-30 18:48:36'),
(22160,11550,'action complete via WP Cron','2020-12-30 23:48:36','2020-12-30 18:48:36'),
(22161,11551,'action created','2020-12-30 23:48:36','2020-12-30 18:48:36'),
(22162,11551,'action started via WP Cron','2020-12-30 23:50:48','2020-12-30 18:50:48'),
(22163,11551,'action complete via WP Cron','2020-12-30 23:50:48','2020-12-30 18:50:48'),
(22164,11552,'action created','2020-12-30 23:50:48','2020-12-30 18:50:48'),
(22165,11552,'action started via WP Cron','2020-12-30 23:51:44','2020-12-30 18:51:44'),
(22166,11552,'action complete via WP Cron','2020-12-30 23:51:44','2020-12-30 18:51:44'),
(22167,11553,'action created','2020-12-30 23:51:44','2020-12-30 18:51:44'),
(22168,11553,'action started via WP Cron','2020-12-30 23:52:46','2020-12-30 18:52:46'),
(22169,11553,'action complete via WP Cron','2020-12-30 23:52:46','2020-12-30 18:52:46'),
(22170,11554,'action created','2020-12-30 23:52:46','2020-12-30 18:52:46'),
(22171,11554,'action started via WP Cron','2020-12-30 23:54:27','2020-12-30 18:54:27'),
(22172,11554,'action complete via WP Cron','2020-12-30 23:54:27','2020-12-30 18:54:27'),
(22173,11555,'action created','2020-12-30 23:54:27','2020-12-30 18:54:27'),
(22174,11555,'action started via WP Cron','2020-12-30 23:55:32','2020-12-30 18:55:32'),
(22175,11555,'action complete via WP Cron','2020-12-30 23:55:32','2020-12-30 18:55:32'),
(22176,11556,'action created','2020-12-30 23:55:32','2020-12-30 18:55:32'),
(22177,11556,'action started via WP Cron','2020-12-30 23:56:37','2020-12-30 18:56:37'),
(22178,11556,'action complete via WP Cron','2020-12-30 23:56:37','2020-12-30 18:56:37'),
(22179,11557,'action created','2020-12-30 23:56:37','2020-12-30 18:56:37'),
(22180,11557,'action started via WP Cron','2020-12-30 23:57:24','2020-12-30 18:57:24'),
(22181,11557,'action complete via WP Cron','2020-12-30 23:57:24','2020-12-30 18:57:24'),
(22182,11558,'action created','2020-12-30 23:57:24','2020-12-30 18:57:24'),
(22183,11558,'action started via WP Cron','2020-12-30 23:58:27','2020-12-30 18:58:27'),
(22184,11558,'action complete via WP Cron','2020-12-30 23:58:27','2020-12-30 18:58:27'),
(22185,11559,'action created','2020-12-30 23:58:27','2020-12-30 18:58:27'),
(22186,11559,'action started via WP Cron','2020-12-30 23:59:19','2020-12-30 18:59:19'),
(22187,11559,'action complete via WP Cron','2020-12-30 23:59:19','2020-12-30 18:59:19'),
(22188,11560,'action created','2020-12-30 23:59:19','2020-12-30 18:59:19'),
(22189,11560,'action started via WP Cron','2020-12-31 00:03:08','2020-12-30 19:03:08'),
(22190,11560,'action complete via WP Cron','2020-12-31 00:03:08','2020-12-30 19:03:08'),
(22191,11561,'action created','2020-12-31 00:03:08','2020-12-30 19:03:08'),
(22192,11561,'action started via WP Cron','2020-12-31 00:10:03','2020-12-30 19:10:03'),
(22193,11561,'action complete via WP Cron','2020-12-31 00:10:03','2020-12-30 19:10:03'),
(22194,11562,'action created','2020-12-31 00:10:03','2020-12-30 19:10:03'),
(22195,11562,'action started via WP Cron','2020-12-31 00:11:15','2020-12-30 19:11:15'),
(22196,11562,'action complete via WP Cron','2020-12-31 00:11:15','2020-12-30 19:11:15'),
(22197,11563,'action created','2020-12-31 00:11:15','2020-12-30 19:11:15'),
(22198,11563,'action started via WP Cron','2020-12-31 00:12:19','2020-12-30 19:12:19'),
(22199,11563,'action complete via WP Cron','2020-12-31 00:12:19','2020-12-30 19:12:19'),
(22200,11564,'action created','2020-12-31 00:12:19','2020-12-30 19:12:19'),
(22201,11564,'action started via WP Cron','2020-12-31 00:13:50','2020-12-30 19:13:50'),
(22202,11564,'action complete via WP Cron','2020-12-31 00:13:50','2020-12-30 19:13:50'),
(22203,11565,'action created','2020-12-31 00:13:50','2020-12-30 19:13:50'),
(22204,11565,'action started via WP Cron','2020-12-31 00:14:33','2020-12-30 19:14:33'),
(22205,11565,'action complete via WP Cron','2020-12-31 00:14:33','2020-12-30 19:14:33'),
(22206,11566,'action created','2020-12-31 00:14:33','2020-12-30 19:14:33'),
(22207,11566,'action started via WP Cron','2020-12-31 00:15:32','2020-12-30 19:15:32'),
(22208,11566,'action complete via WP Cron','2020-12-31 00:15:32','2020-12-30 19:15:32'),
(22209,11567,'action created','2020-12-31 00:15:32','2020-12-30 19:15:32'),
(22210,11567,'action started via WP Cron','2020-12-31 00:23:52','2020-12-30 19:23:52'),
(22211,11567,'action complete via WP Cron','2020-12-31 00:23:52','2020-12-30 19:23:52'),
(22212,11568,'action created','2020-12-31 00:23:52','2020-12-30 19:23:52'),
(22213,11568,'action started via WP Cron','2020-12-31 00:27:05','2020-12-30 19:27:05'),
(22214,11568,'action complete via WP Cron','2020-12-31 00:27:05','2020-12-30 19:27:05'),
(22215,11569,'action created','2020-12-31 00:27:05','2020-12-30 19:27:05'),
(22216,11569,'action started via WP Cron','2020-12-31 00:28:23','2020-12-30 19:28:23'),
(22217,11569,'action complete via WP Cron','2020-12-31 00:28:23','2020-12-30 19:28:23'),
(22218,11570,'action created','2020-12-31 00:28:23','2020-12-30 19:28:23'),
(22219,11570,'action started via WP Cron','2020-12-31 00:30:36','2020-12-30 19:30:36'),
(22220,11570,'action complete via WP Cron','2020-12-31 00:30:36','2020-12-30 19:30:36'),
(22221,11571,'action created','2020-12-31 00:30:36','2020-12-30 19:30:36'),
(22222,11571,'action started via WP Cron','2020-12-31 00:31:30','2020-12-30 19:31:30'),
(22223,11571,'action complete via WP Cron','2020-12-31 00:31:30','2020-12-30 19:31:30'),
(22224,11572,'action created','2020-12-31 00:31:30','2020-12-30 19:31:30'),
(22225,11572,'action started via WP Cron','2020-12-31 00:34:41','2020-12-30 19:34:41'),
(22226,11572,'action complete via WP Cron','2020-12-31 00:34:41','2020-12-30 19:34:41'),
(22227,11573,'action created','2020-12-31 00:34:41','2020-12-30 19:34:41'),
(22228,11573,'action started via WP Cron','2020-12-31 00:38:05','2020-12-30 19:38:05'),
(22229,11573,'action complete via WP Cron','2020-12-31 00:38:05','2020-12-30 19:38:05'),
(22230,11574,'action created','2020-12-31 00:38:05','2020-12-30 19:38:05'),
(22231,11574,'action started via WP Cron','2020-12-31 00:39:34','2020-12-30 19:39:34'),
(22232,11574,'action complete via WP Cron','2020-12-31 00:39:34','2020-12-30 19:39:34'),
(22233,11575,'action created','2020-12-31 00:39:34','2020-12-30 19:39:34'),
(22234,11575,'action started via WP Cron','2020-12-31 00:40:20','2020-12-30 19:40:20'),
(22235,11575,'action complete via WP Cron','2020-12-31 00:40:20','2020-12-30 19:40:20'),
(22236,11576,'action created','2020-12-31 00:40:20','2020-12-30 19:40:20'),
(22237,11576,'action started via WP Cron','2020-12-31 00:41:52','2020-12-30 19:41:52'),
(22238,11576,'action complete via WP Cron','2020-12-31 00:41:52','2020-12-30 19:41:52'),
(22239,11577,'action created','2020-12-31 00:41:52','2020-12-30 19:41:52'),
(22240,11577,'action started via WP Cron','2020-12-31 00:42:15','2020-12-30 19:42:15'),
(22241,11577,'action complete via WP Cron','2020-12-31 00:42:15','2020-12-30 19:42:15'),
(22242,11578,'action created','2020-12-31 00:42:15','2020-12-30 19:42:15'),
(22243,11578,'action started via WP Cron','2020-12-31 00:44:00','2020-12-30 19:44:00'),
(22244,11578,'action complete via WP Cron','2020-12-31 00:44:00','2020-12-30 19:44:00'),
(22245,11579,'action created','2020-12-31 00:44:00','2020-12-30 19:44:00'),
(22246,11579,'action started via WP Cron','2020-12-31 00:46:36','2020-12-30 19:46:36'),
(22247,11579,'action complete via WP Cron','2020-12-31 00:46:36','2020-12-30 19:46:36'),
(22248,11580,'action created','2020-12-31 00:46:36','2020-12-30 19:46:36'),
(22249,11580,'action started via WP Cron','2020-12-31 00:49:51','2020-12-30 19:49:51'),
(22250,11580,'action complete via WP Cron','2020-12-31 00:49:51','2020-12-30 19:49:51'),
(22251,11581,'action created','2020-12-31 00:49:51','2020-12-30 19:49:51'),
(22252,11581,'action started via WP Cron','2020-12-31 00:50:12','2020-12-30 19:50:12'),
(22253,11581,'action complete via WP Cron','2020-12-31 00:50:12','2020-12-30 19:50:12'),
(22254,11582,'action created','2020-12-31 00:50:12','2020-12-30 19:50:12'),
(22255,11582,'action started via WP Cron','2020-12-31 00:51:27','2020-12-30 19:51:27'),
(22256,11582,'action complete via WP Cron','2020-12-31 00:51:27','2020-12-30 19:51:27'),
(22257,11583,'action created','2020-12-31 00:51:27','2020-12-30 19:51:27'),
(22258,11583,'action started via WP Cron','2020-12-31 00:54:24','2020-12-30 19:54:24'),
(22259,11583,'action complete via WP Cron','2020-12-31 00:54:24','2020-12-30 19:54:24'),
(22260,11584,'action created','2020-12-31 00:54:24','2020-12-30 19:54:24'),
(22261,11584,'action started via WP Cron','2020-12-31 00:58:54','2020-12-30 19:58:54'),
(22262,11584,'action complete via WP Cron','2020-12-31 00:58:54','2020-12-30 19:58:54'),
(22263,11585,'action created','2020-12-31 00:58:54','2020-12-30 19:58:54'),
(22264,11585,'action started via WP Cron','2020-12-31 01:01:05','2020-12-30 20:01:05'),
(22265,11585,'action complete via WP Cron','2020-12-31 01:01:05','2020-12-30 20:01:05'),
(22266,11586,'action created','2020-12-31 01:01:05','2020-12-30 20:01:05'),
(22267,11586,'action started via WP Cron','2020-12-31 01:05:32','2020-12-30 20:05:32'),
(22268,11586,'action complete via WP Cron','2020-12-31 01:05:32','2020-12-30 20:05:32'),
(22269,11587,'action created','2020-12-31 01:05:32','2020-12-30 20:05:32'),
(22270,11587,'action started via WP Cron','2020-12-31 01:07:58','2020-12-30 20:07:58'),
(22271,11587,'action complete via WP Cron','2020-12-31 01:07:58','2020-12-30 20:07:58'),
(22272,11588,'action created','2020-12-31 01:07:58','2020-12-30 20:07:58'),
(22273,11588,'action started via WP Cron','2020-12-31 01:09:38','2020-12-30 20:09:38'),
(22274,11588,'action complete via WP Cron','2020-12-31 01:09:38','2020-12-30 20:09:38'),
(22275,11589,'action created','2020-12-31 01:09:38','2020-12-30 20:09:38'),
(22276,10741,'action started via WP Cron','2020-12-31 01:10:19','2020-12-30 20:10:19'),
(22277,10741,'action complete via WP Cron','2020-12-31 01:10:19','2020-12-30 20:10:19'),
(22278,11590,'action created','2020-12-31 01:10:19','2020-12-30 20:10:19'),
(22279,11589,'action started via WP Cron','2020-12-31 01:10:19','2020-12-30 20:10:19'),
(22280,11589,'action complete via WP Cron','2020-12-31 01:10:19','2020-12-30 20:10:19'),
(22281,11591,'action created','2020-12-31 01:10:19','2020-12-30 20:10:19'),
(22282,11591,'action started via WP Cron','2020-12-31 01:12:29','2020-12-30 20:12:29'),
(22283,11591,'action complete via WP Cron','2020-12-31 01:12:29','2020-12-30 20:12:29'),
(22284,11592,'action created','2020-12-31 01:12:29','2020-12-30 20:12:29'),
(22285,11592,'action started via WP Cron','2020-12-31 01:14:17','2020-12-30 20:14:17'),
(22286,11592,'action complete via WP Cron','2020-12-31 01:14:17','2020-12-30 20:14:17'),
(22287,11593,'action created','2020-12-31 01:14:17','2020-12-30 20:14:17'),
(22288,11593,'action started via WP Cron','2020-12-31 01:15:49','2020-12-30 20:15:49'),
(22289,11593,'action complete via WP Cron','2020-12-31 01:15:49','2020-12-30 20:15:49'),
(22290,11594,'action created','2020-12-31 01:15:50','2020-12-30 20:15:50'),
(22291,11594,'action started via WP Cron','2020-12-31 01:16:13','2020-12-30 20:16:13'),
(22292,11594,'action complete via WP Cron','2020-12-31 01:16:13','2020-12-30 20:16:13'),
(22293,11595,'action created','2020-12-31 01:16:13','2020-12-30 20:16:13'),
(22294,11595,'action started via WP Cron','2020-12-31 01:18:32','2020-12-30 20:18:32'),
(22295,11595,'action complete via WP Cron','2020-12-31 01:18:32','2020-12-30 20:18:32'),
(22296,11596,'action created','2020-12-31 01:18:32','2020-12-30 20:18:32'),
(22297,11596,'action started via WP Cron','2020-12-31 01:22:35','2020-12-30 20:22:35'),
(22298,11596,'action complete via WP Cron','2020-12-31 01:22:35','2020-12-30 20:22:35'),
(22299,11597,'action created','2020-12-31 01:22:35','2020-12-30 20:22:35'),
(22300,11597,'action started via WP Cron','2020-12-31 01:25:10','2020-12-30 20:25:10'),
(22301,11597,'action complete via WP Cron','2020-12-31 01:25:10','2020-12-30 20:25:10'),
(22302,11598,'action created','2020-12-31 01:25:10','2020-12-30 20:25:10'),
(22303,11598,'action started via WP Cron','2020-12-31 01:28:27','2020-12-30 20:28:27'),
(22304,11598,'action complete via WP Cron','2020-12-31 01:28:27','2020-12-30 20:28:27'),
(22305,11599,'action created','2020-12-31 01:28:27','2020-12-30 20:28:27'),
(22306,11599,'action started via WP Cron','2020-12-31 01:29:18','2020-12-30 20:29:18'),
(22307,11599,'action complete via WP Cron','2020-12-31 01:29:18','2020-12-30 20:29:18'),
(22308,11600,'action created','2020-12-31 01:29:18','2020-12-30 20:29:18'),
(22309,11600,'action started via WP Cron','2020-12-31 01:31:24','2020-12-30 20:31:24'),
(22310,11600,'action complete via WP Cron','2020-12-31 01:31:24','2020-12-30 20:31:24'),
(22311,11601,'action created','2020-12-31 01:31:24','2020-12-30 20:31:24'),
(22312,11601,'action started via WP Cron','2020-12-31 01:33:07','2020-12-30 20:33:07'),
(22313,11601,'action complete via WP Cron','2020-12-31 01:33:07','2020-12-30 20:33:07'),
(22314,11602,'action created','2020-12-31 01:33:07','2020-12-30 20:33:07'),
(22315,11602,'action started via WP Cron','2020-12-31 01:33:30','2020-12-30 20:33:30'),
(22316,11602,'action complete via WP Cron','2020-12-31 01:33:30','2020-12-30 20:33:30'),
(22317,11603,'action created','2020-12-31 01:33:30','2020-12-30 20:33:30'),
(22318,11603,'action started via WP Cron','2020-12-31 01:36:25','2020-12-30 20:36:25'),
(22319,11603,'action complete via WP Cron','2020-12-31 01:36:25','2020-12-30 20:36:25'),
(22320,11604,'action created','2020-12-31 01:36:25','2020-12-30 20:36:25'),
(22321,11604,'action started via WP Cron','2020-12-31 01:38:14','2020-12-30 20:38:14'),
(22322,11604,'action complete via WP Cron','2020-12-31 01:38:14','2020-12-30 20:38:14'),
(22323,11605,'action created','2020-12-31 01:38:14','2020-12-30 20:38:14'),
(22324,11605,'action started via WP Cron','2020-12-31 01:39:49','2020-12-30 20:39:49'),
(22325,11605,'action complete via WP Cron','2020-12-31 01:39:50','2020-12-30 20:39:50'),
(22326,11606,'action created','2020-12-31 01:39:50','2020-12-30 20:39:50'),
(22327,11606,'action started via WP Cron','2020-12-31 01:43:12','2020-12-30 20:43:12'),
(22328,11606,'action complete via WP Cron','2020-12-31 01:43:12','2020-12-30 20:43:12'),
(22329,11607,'action created','2020-12-31 01:43:12','2020-12-30 20:43:12'),
(22330,11607,'action started via WP Cron','2020-12-31 01:44:30','2020-12-30 20:44:30'),
(22331,11607,'action complete via WP Cron','2020-12-31 01:44:30','2020-12-30 20:44:30'),
(22332,11608,'action created','2020-12-31 01:44:30','2020-12-30 20:44:30'),
(22333,11608,'action started via WP Cron','2020-12-31 01:45:22','2020-12-30 20:45:22'),
(22334,11608,'action complete via WP Cron','2020-12-31 01:45:22','2020-12-30 20:45:22'),
(22335,11609,'action created','2020-12-31 01:45:22','2020-12-30 20:45:22'),
(22336,11609,'action started via WP Cron','2020-12-31 01:50:41','2020-12-30 20:50:41'),
(22337,11609,'action complete via WP Cron','2020-12-31 01:50:41','2020-12-30 20:50:41'),
(22338,11610,'action created','2020-12-31 01:50:41','2020-12-30 20:50:41'),
(22339,11610,'action started via WP Cron','2020-12-31 01:51:28','2020-12-30 20:51:28'),
(22340,11610,'action complete via WP Cron','2020-12-31 01:51:28','2020-12-30 20:51:28'),
(22341,11611,'action created','2020-12-31 01:51:28','2020-12-30 20:51:28'),
(22342,11611,'action started via WP Cron','2020-12-31 01:53:10','2020-12-30 20:53:10'),
(22343,11611,'action complete via WP Cron','2020-12-31 01:53:10','2020-12-30 20:53:10'),
(22344,11612,'action created','2020-12-31 01:53:10','2020-12-30 20:53:10'),
(22345,11612,'action started via WP Cron','2020-12-31 01:54:26','2020-12-30 20:54:26'),
(22346,11612,'action complete via WP Cron','2020-12-31 01:54:26','2020-12-30 20:54:26'),
(22347,11613,'action created','2020-12-31 01:54:26','2020-12-30 20:54:26'),
(22348,11613,'action started via WP Cron','2020-12-31 01:55:27','2020-12-30 20:55:27'),
(22349,11613,'action complete via WP Cron','2020-12-31 01:55:27','2020-12-30 20:55:27'),
(22350,11614,'action created','2020-12-31 01:55:27','2020-12-30 20:55:27'),
(22351,11614,'action started via WP Cron','2020-12-31 01:56:15','2020-12-30 20:56:15'),
(22352,11614,'action complete via WP Cron','2020-12-31 01:56:15','2020-12-30 20:56:15'),
(22353,11615,'action created','2020-12-31 01:56:15','2020-12-30 20:56:15'),
(22354,11615,'action started via WP Cron','2020-12-31 01:58:18','2020-12-30 20:58:18'),
(22355,11615,'action complete via WP Cron','2020-12-31 01:58:19','2020-12-30 20:58:19'),
(22356,11616,'action created','2020-12-31 01:58:19','2020-12-30 20:58:19'),
(22357,11616,'action started via WP Cron','2020-12-31 01:59:39','2020-12-30 20:59:39'),
(22358,11616,'action complete via WP Cron','2020-12-31 01:59:39','2020-12-30 20:59:39'),
(22359,11617,'action created','2020-12-31 01:59:39','2020-12-30 20:59:39'),
(22360,11617,'action started via WP Cron','2020-12-31 02:01:47','2020-12-30 21:01:47'),
(22361,11617,'action complete via WP Cron','2020-12-31 02:01:47','2020-12-30 21:01:47'),
(22362,11618,'action created','2020-12-31 02:01:47','2020-12-30 21:01:47'),
(22363,11618,'action started via WP Cron','2020-12-31 02:03:15','2020-12-30 21:03:15'),
(22364,11618,'action complete via WP Cron','2020-12-31 02:03:15','2020-12-30 21:03:15'),
(22365,11619,'action created','2020-12-31 02:03:15','2020-12-30 21:03:15'),
(22366,11619,'action started via WP Cron','2020-12-31 02:04:21','2020-12-30 21:04:21'),
(22367,11619,'action complete via WP Cron','2020-12-31 02:04:21','2020-12-30 21:04:21'),
(22368,11620,'action created','2020-12-31 02:04:21','2020-12-30 21:04:21'),
(22369,11620,'action started via WP Cron','2020-12-31 02:06:36','2020-12-30 21:06:36'),
(22370,11620,'action complete via WP Cron','2020-12-31 02:06:36','2020-12-30 21:06:36'),
(22371,11621,'action created','2020-12-31 02:06:36','2020-12-30 21:06:36'),
(22372,11621,'action started via WP Cron','2020-12-31 02:10:52','2020-12-30 21:10:52'),
(22373,11621,'action complete via WP Cron','2020-12-31 02:10:52','2020-12-30 21:10:52'),
(22374,11622,'action created','2020-12-31 02:10:52','2020-12-30 21:10:52'),
(22375,11622,'action started via WP Cron','2020-12-31 02:12:04','2020-12-30 21:12:04'),
(22376,11622,'action complete via WP Cron','2020-12-31 02:12:04','2020-12-30 21:12:04'),
(22377,11623,'action created','2020-12-31 02:12:04','2020-12-30 21:12:04'),
(22378,11623,'action started via WP Cron','2020-12-31 02:14:06','2020-12-30 21:14:06'),
(22379,11623,'action complete via WP Cron','2020-12-31 02:14:06','2020-12-30 21:14:06'),
(22380,11624,'action created','2020-12-31 02:14:06','2020-12-30 21:14:06'),
(22381,11624,'action started via WP Cron','2020-12-31 02:14:21','2020-12-30 21:14:21'),
(22382,11624,'action complete via WP Cron','2020-12-31 02:14:21','2020-12-30 21:14:21'),
(22383,11625,'action created','2020-12-31 02:14:21','2020-12-30 21:14:21'),
(22384,11625,'action started via WP Cron','2020-12-31 02:15:13','2020-12-30 21:15:13'),
(22385,11625,'action complete via WP Cron','2020-12-31 02:15:13','2020-12-30 21:15:13'),
(22386,11626,'action created','2020-12-31 02:15:13','2020-12-30 21:15:13'),
(22387,11626,'action started via WP Cron','2020-12-31 02:16:32','2020-12-30 21:16:32'),
(22388,11626,'action complete via WP Cron','2020-12-31 02:16:32','2020-12-30 21:16:32'),
(22389,11627,'action created','2020-12-31 02:16:32','2020-12-30 21:16:32'),
(22390,11627,'action started via WP Cron','2020-12-31 02:18:17','2020-12-30 21:18:17'),
(22391,11627,'action complete via WP Cron','2020-12-31 02:18:17','2020-12-30 21:18:17'),
(22392,11628,'action created','2020-12-31 02:18:17','2020-12-30 21:18:17'),
(22393,11628,'action started via WP Cron','2020-12-31 02:20:15','2020-12-30 21:20:15'),
(22394,11628,'action complete via WP Cron','2020-12-31 02:20:16','2020-12-30 21:20:16'),
(22395,11629,'action created','2020-12-31 02:20:16','2020-12-30 21:20:16'),
(22396,11629,'action started via WP Cron','2020-12-31 02:21:13','2020-12-30 21:21:13'),
(22397,11629,'action complete via WP Cron','2020-12-31 02:21:13','2020-12-30 21:21:13'),
(22398,11630,'action created','2020-12-31 02:21:13','2020-12-30 21:21:13'),
(22399,11630,'action started via WP Cron','2020-12-31 02:22:13','2020-12-30 21:22:13'),
(22400,11630,'action complete via WP Cron','2020-12-31 02:22:13','2020-12-30 21:22:13'),
(22401,11631,'action created','2020-12-31 02:22:13','2020-12-30 21:22:13'),
(22402,11631,'action started via WP Cron','2020-12-31 02:23:21','2020-12-30 21:23:21'),
(22403,11631,'action complete via WP Cron','2020-12-31 02:23:21','2020-12-30 21:23:21'),
(22404,11632,'action created','2020-12-31 02:23:21','2020-12-30 21:23:21'),
(22405,11632,'action started via WP Cron','2020-12-31 02:24:15','2020-12-30 21:24:15'),
(22406,11632,'action complete via WP Cron','2020-12-31 02:24:15','2020-12-30 21:24:15'),
(22407,11633,'action created','2020-12-31 02:24:15','2020-12-30 21:24:15'),
(22408,11633,'action started via WP Cron','2020-12-31 02:25:12','2020-12-30 21:25:12'),
(22409,11633,'action complete via WP Cron','2020-12-31 02:25:12','2020-12-30 21:25:12'),
(22410,11634,'action created','2020-12-31 02:25:12','2020-12-30 21:25:12'),
(22411,11634,'action started via WP Cron','2020-12-31 02:28:14','2020-12-30 21:28:14'),
(22412,11634,'action complete via WP Cron','2020-12-31 02:28:14','2020-12-30 21:28:14'),
(22413,11635,'action created','2020-12-31 02:28:14','2020-12-30 21:28:14'),
(22414,11635,'action started via WP Cron','2020-12-31 02:29:12','2020-12-30 21:29:12'),
(22415,11635,'action complete via WP Cron','2020-12-31 02:29:12','2020-12-30 21:29:12'),
(22416,11636,'action created','2020-12-31 02:29:12','2020-12-30 21:29:12'),
(22417,11636,'action started via WP Cron','2020-12-31 02:30:11','2020-12-30 21:30:11'),
(22418,11636,'action complete via WP Cron','2020-12-31 02:30:11','2020-12-30 21:30:11'),
(22419,11637,'action created','2020-12-31 02:30:11','2020-12-30 21:30:11'),
(22420,11637,'action started via WP Cron','2020-12-31 02:31:17','2020-12-30 21:31:17'),
(22421,11637,'action complete via WP Cron','2020-12-31 02:31:17','2020-12-30 21:31:17'),
(22422,11638,'action created','2020-12-31 02:31:17','2020-12-30 21:31:17'),
(22423,11638,'action started via WP Cron','2020-12-31 02:33:11','2020-12-30 21:33:11'),
(22424,11638,'action complete via WP Cron','2020-12-31 02:33:11','2020-12-30 21:33:11'),
(22425,11639,'action created','2020-12-31 02:33:11','2020-12-30 21:33:11'),
(22426,11639,'action started via WP Cron','2020-12-31 02:35:51','2020-12-30 21:35:51'),
(22427,11639,'action complete via WP Cron','2020-12-31 02:35:51','2020-12-30 21:35:51'),
(22428,11640,'action created','2020-12-31 02:35:51','2020-12-30 21:35:51'),
(22429,11640,'action started via WP Cron','2020-12-31 02:36:59','2020-12-30 21:36:59'),
(22430,11640,'action complete via WP Cron','2020-12-31 02:36:59','2020-12-30 21:36:59'),
(22431,11641,'action created','2020-12-31 02:37:00','2020-12-30 21:37:00'),
(22432,11641,'action started via WP Cron','2020-12-31 02:37:14','2020-12-30 21:37:14'),
(22433,11641,'action complete via WP Cron','2020-12-31 02:37:14','2020-12-30 21:37:14'),
(22434,11642,'action created','2020-12-31 02:37:14','2020-12-30 21:37:14'),
(22435,11642,'action started via WP Cron','2020-12-31 02:39:05','2020-12-30 21:39:05'),
(22436,11642,'action complete via WP Cron','2020-12-31 02:39:05','2020-12-30 21:39:05'),
(22437,11643,'action created','2020-12-31 02:39:05','2020-12-30 21:39:05'),
(22438,11643,'action started via WP Cron','2020-12-31 02:39:55','2020-12-30 21:39:55'),
(22439,11643,'action complete via WP Cron','2020-12-31 02:39:55','2020-12-30 21:39:55'),
(22440,11644,'action created','2020-12-31 02:39:55','2020-12-30 21:39:55'),
(22441,11644,'action started via WP Cron','2020-12-31 02:40:30','2020-12-30 21:40:30'),
(22442,11644,'action complete via WP Cron','2020-12-31 02:40:30','2020-12-30 21:40:30'),
(22443,11645,'action created','2020-12-31 02:40:30','2020-12-30 21:40:30'),
(22444,11645,'action started via WP Cron','2020-12-31 02:41:17','2020-12-30 21:41:17'),
(22445,11645,'action complete via WP Cron','2020-12-31 02:41:17','2020-12-30 21:41:17'),
(22446,11646,'action created','2020-12-31 02:41:17','2020-12-30 21:41:17'),
(22447,11646,'action started via WP Cron','2020-12-31 02:42:20','2020-12-30 21:42:20'),
(22448,11646,'action complete via WP Cron','2020-12-31 02:42:20','2020-12-30 21:42:20'),
(22449,11647,'action created','2020-12-31 02:42:20','2020-12-30 21:42:20'),
(22450,11647,'action started via WP Cron','2020-12-31 02:43:46','2020-12-30 21:43:46'),
(22451,11647,'action complete via WP Cron','2020-12-31 02:43:46','2020-12-30 21:43:46'),
(22452,11648,'action created','2020-12-31 02:43:46','2020-12-30 21:43:46'),
(22453,11648,'action started via WP Cron','2020-12-31 02:45:04','2020-12-30 21:45:04'),
(22454,11648,'action complete via WP Cron','2020-12-31 02:45:04','2020-12-30 21:45:04'),
(22455,11649,'action created','2020-12-31 02:45:05','2020-12-30 21:45:05'),
(22456,11649,'action started via WP Cron','2020-12-31 02:45:24','2020-12-30 21:45:24'),
(22457,11649,'action complete via WP Cron','2020-12-31 02:45:24','2020-12-30 21:45:24'),
(22458,11650,'action created','2020-12-31 02:45:24','2020-12-30 21:45:24'),
(22459,11650,'action started via WP Cron','2020-12-31 02:46:15','2020-12-30 21:46:15'),
(22460,11650,'action complete via WP Cron','2020-12-31 02:46:15','2020-12-30 21:46:15'),
(22461,11651,'action created','2020-12-31 02:46:15','2020-12-30 21:46:15'),
(22462,11651,'action started via WP Cron','2020-12-31 02:47:44','2020-12-30 21:47:44'),
(22463,11651,'action complete via WP Cron','2020-12-31 02:47:44','2020-12-30 21:47:44'),
(22464,11652,'action created','2020-12-31 02:47:44','2020-12-30 21:47:44'),
(22465,11652,'action started via WP Cron','2020-12-31 02:48:48','2020-12-30 21:48:48'),
(22466,11652,'action complete via WP Cron','2020-12-31 02:48:48','2020-12-30 21:48:48'),
(22467,11653,'action created','2020-12-31 02:48:48','2020-12-30 21:48:48'),
(22468,11653,'action started via WP Cron','2020-12-31 02:49:12','2020-12-30 21:49:12'),
(22469,11653,'action complete via WP Cron','2020-12-31 02:49:12','2020-12-30 21:49:12'),
(22470,11654,'action created','2020-12-31 02:49:12','2020-12-30 21:49:12'),
(22471,11654,'action started via WP Cron','2020-12-31 02:50:27','2020-12-30 21:50:27'),
(22472,11654,'action complete via WP Cron','2020-12-31 02:50:27','2020-12-30 21:50:27'),
(22473,11655,'action created','2020-12-31 02:50:27','2020-12-30 21:50:27'),
(22474,11655,'action started via WP Cron','2020-12-31 02:51:16','2020-12-30 21:51:16'),
(22475,11655,'action complete via WP Cron','2020-12-31 02:51:16','2020-12-30 21:51:16'),
(22476,11656,'action created','2020-12-31 02:51:16','2020-12-30 21:51:16'),
(22477,11656,'action started via WP Cron','2020-12-31 02:52:55','2020-12-30 21:52:55'),
(22478,11656,'action complete via WP Cron','2020-12-31 02:52:55','2020-12-30 21:52:55'),
(22479,11657,'action created','2020-12-31 02:52:55','2020-12-30 21:52:55'),
(22480,11657,'action started via WP Cron','2020-12-31 02:53:15','2020-12-30 21:53:15'),
(22481,11657,'action complete via WP Cron','2020-12-31 02:53:15','2020-12-30 21:53:15'),
(22482,11658,'action created','2020-12-31 02:53:15','2020-12-30 21:53:15'),
(22483,11658,'action started via WP Cron','2020-12-31 02:54:35','2020-12-30 21:54:35'),
(22484,11658,'action complete via WP Cron','2020-12-31 02:54:35','2020-12-30 21:54:35'),
(22485,11659,'action created','2020-12-31 02:54:35','2020-12-30 21:54:35'),
(22486,11659,'action started via WP Cron','2020-12-31 02:56:33','2020-12-30 21:56:33'),
(22487,11659,'action complete via WP Cron','2020-12-31 02:56:33','2020-12-30 21:56:33'),
(22488,11660,'action created','2020-12-31 02:56:33','2020-12-30 21:56:33'),
(22489,11660,'action started via WP Cron','2020-12-31 02:57:29','2020-12-30 21:57:29'),
(22490,11660,'action complete via WP Cron','2020-12-31 02:57:29','2020-12-30 21:57:29'),
(22491,11661,'action created','2020-12-31 02:57:29','2020-12-30 21:57:29'),
(22492,11661,'action started via WP Cron','2020-12-31 02:58:42','2020-12-30 21:58:42'),
(22493,11661,'action complete via WP Cron','2020-12-31 02:58:42','2020-12-30 21:58:42'),
(22494,11662,'action created','2020-12-31 02:58:42','2020-12-30 21:58:42'),
(22495,11662,'action started via WP Cron','2020-12-31 02:59:54','2020-12-30 21:59:54'),
(22496,11662,'action complete via WP Cron','2020-12-31 02:59:54','2020-12-30 21:59:54'),
(22497,11663,'action created','2020-12-31 02:59:54','2020-12-30 21:59:54'),
(22498,11663,'action started via WP Cron','2020-12-31 03:00:22','2020-12-30 22:00:22'),
(22499,11663,'action complete via WP Cron','2020-12-31 03:00:22','2020-12-30 22:00:22'),
(22500,11664,'action created','2020-12-31 03:00:22','2020-12-30 22:00:22'),
(22501,11664,'action started via WP Cron','2020-12-31 03:03:19','2020-12-30 22:03:19'),
(22502,11664,'action complete via WP Cron','2020-12-31 03:03:19','2020-12-30 22:03:19'),
(22503,11665,'action created','2020-12-31 03:03:19','2020-12-30 22:03:19'),
(22504,11665,'action started via WP Cron','2020-12-31 03:05:15','2020-12-30 22:05:15'),
(22505,11665,'action complete via WP Cron','2020-12-31 03:05:15','2020-12-30 22:05:15'),
(22506,11666,'action created','2020-12-31 03:05:15','2020-12-30 22:05:15'),
(22507,11666,'action started via WP Cron','2020-12-31 03:08:32','2020-12-30 22:08:32'),
(22508,11666,'action complete via WP Cron','2020-12-31 03:08:32','2020-12-30 22:08:32'),
(22509,11667,'action created','2020-12-31 03:08:32','2020-12-30 22:08:32'),
(22510,11667,'action started via WP Cron','2020-12-31 03:10:36','2020-12-30 22:10:36'),
(22511,11667,'action complete via WP Cron','2020-12-31 03:10:36','2020-12-30 22:10:36'),
(22512,11668,'action created','2020-12-31 03:10:36','2020-12-30 22:10:36'),
(22513,11668,'action started via WP Cron','2020-12-31 03:12:59','2020-12-30 22:12:59'),
(22514,11668,'action complete via WP Cron','2020-12-31 03:12:59','2020-12-30 22:12:59'),
(22515,11669,'action created','2020-12-31 03:12:59','2020-12-30 22:12:59'),
(22516,11669,'action started via WP Cron','2020-12-31 03:14:12','2020-12-30 22:14:12'),
(22517,11669,'action complete via WP Cron','2020-12-31 03:14:12','2020-12-30 22:14:12'),
(22518,11670,'action created','2020-12-31 03:14:13','2020-12-30 22:14:13'),
(22519,11670,'action started via WP Cron','2020-12-31 03:15:44','2020-12-30 22:15:44'),
(22520,11670,'action complete via WP Cron','2020-12-31 03:15:44','2020-12-30 22:15:44'),
(22521,11671,'action created','2020-12-31 03:15:44','2020-12-30 22:15:44'),
(22522,11671,'action started via WP Cron','2020-12-31 03:16:12','2020-12-30 22:16:12'),
(22523,11671,'action complete via WP Cron','2020-12-31 03:16:12','2020-12-30 22:16:12'),
(22524,11672,'action created','2020-12-31 03:16:12','2020-12-30 22:16:12'),
(22525,11672,'action started via WP Cron','2020-12-31 03:17:29','2020-12-30 22:17:29'),
(22526,11672,'action complete via WP Cron','2020-12-31 03:17:29','2020-12-30 22:17:29'),
(22527,11673,'action created','2020-12-31 03:17:29','2020-12-30 22:17:29'),
(22528,11673,'action started via WP Cron','2020-12-31 03:18:52','2020-12-30 22:18:52'),
(22529,11673,'action complete via WP Cron','2020-12-31 03:18:52','2020-12-30 22:18:52'),
(22530,11674,'action created','2020-12-31 03:18:52','2020-12-30 22:18:52'),
(22531,11674,'action started via WP Cron','2020-12-31 03:19:28','2020-12-30 22:19:28'),
(22532,11674,'action complete via WP Cron','2020-12-31 03:19:28','2020-12-30 22:19:28'),
(22533,11675,'action created','2020-12-31 03:19:28','2020-12-30 22:19:28'),
(22534,11675,'action started via WP Cron','2020-12-31 03:21:04','2020-12-30 22:21:04'),
(22535,11675,'action complete via WP Cron','2020-12-31 03:21:04','2020-12-30 22:21:04'),
(22536,11676,'action created','2020-12-31 03:21:04','2020-12-30 22:21:04'),
(22537,11676,'action started via WP Cron','2020-12-31 03:22:01','2020-12-30 22:22:01'),
(22538,11676,'action complete via WP Cron','2020-12-31 03:22:01','2020-12-30 22:22:01'),
(22539,11677,'action created','2020-12-31 03:22:01','2020-12-30 22:22:01'),
(22540,11677,'action started via WP Cron','2020-12-31 03:22:40','2020-12-30 22:22:40'),
(22541,11677,'action complete via WP Cron','2020-12-31 03:22:40','2020-12-30 22:22:40'),
(22542,11678,'action created','2020-12-31 03:22:40','2020-12-30 22:22:40'),
(22543,11678,'action started via WP Cron','2020-12-31 03:24:55','2020-12-30 22:24:55'),
(22544,11678,'action complete via WP Cron','2020-12-31 03:24:55','2020-12-30 22:24:55'),
(22545,11679,'action created','2020-12-31 03:24:56','2020-12-30 22:24:56'),
(22546,11679,'action started via WP Cron','2020-12-31 03:25:33','2020-12-30 22:25:33'),
(22547,11679,'action complete via WP Cron','2020-12-31 03:25:33','2020-12-30 22:25:33'),
(22548,11680,'action created','2020-12-31 03:25:34','2020-12-30 22:25:34'),
(22549,11680,'action started via WP Cron','2020-12-31 03:27:53','2020-12-30 22:27:53'),
(22550,11680,'action complete via WP Cron','2020-12-31 03:27:53','2020-12-30 22:27:53'),
(22551,11681,'action created','2020-12-31 03:27:53','2020-12-30 22:27:53'),
(22552,11681,'action started via WP Cron','2020-12-31 03:29:55','2020-12-30 22:29:55'),
(22553,11681,'action complete via WP Cron','2020-12-31 03:29:55','2020-12-30 22:29:55'),
(22554,11682,'action created','2020-12-31 03:29:55','2020-12-30 22:29:55'),
(22555,11682,'action started via WP Cron','2020-12-31 03:30:24','2020-12-30 22:30:24'),
(22556,11682,'action complete via WP Cron','2020-12-31 03:30:24','2020-12-30 22:30:24'),
(22557,11683,'action created','2020-12-31 03:30:24','2020-12-30 22:30:24'),
(22558,11683,'action started via WP Cron','2020-12-31 03:31:14','2020-12-30 22:31:14'),
(22559,11683,'action complete via WP Cron','2020-12-31 03:31:14','2020-12-30 22:31:14'),
(22560,11684,'action created','2020-12-31 03:31:14','2020-12-30 22:31:14'),
(22561,11684,'action started via WP Cron','2020-12-31 03:33:02','2020-12-30 22:33:02'),
(22562,11684,'action complete via WP Cron','2020-12-31 03:33:02','2020-12-30 22:33:02'),
(22563,11685,'action created','2020-12-31 03:33:02','2020-12-30 22:33:02'),
(22564,11685,'action started via WP Cron','2020-12-31 03:34:29','2020-12-30 22:34:29'),
(22565,11685,'action complete via WP Cron','2020-12-31 03:34:29','2020-12-30 22:34:29'),
(22566,11686,'action created','2020-12-31 03:34:30','2020-12-30 22:34:30'),
(22567,11686,'action started via WP Cron','2020-12-31 03:36:41','2020-12-30 22:36:41'),
(22568,11686,'action complete via WP Cron','2020-12-31 03:36:41','2020-12-30 22:36:41'),
(22569,11687,'action created','2020-12-31 03:36:41','2020-12-30 22:36:41'),
(22570,11687,'action started via WP Cron','2020-12-31 03:39:42','2020-12-30 22:39:42'),
(22571,11687,'action complete via WP Cron','2020-12-31 03:39:42','2020-12-30 22:39:42'),
(22572,11688,'action created','2020-12-31 03:39:42','2020-12-30 22:39:42'),
(22573,11688,'action started via WP Cron','2020-12-31 03:41:10','2020-12-30 22:41:10'),
(22574,11688,'action complete via WP Cron','2020-12-31 03:41:10','2020-12-30 22:41:10'),
(22575,11689,'action created','2020-12-31 03:41:10','2020-12-30 22:41:10'),
(22576,11689,'action started via WP Cron','2020-12-31 03:42:24','2020-12-30 22:42:24'),
(22577,11689,'action complete via WP Cron','2020-12-31 03:42:24','2020-12-30 22:42:24'),
(22578,11690,'action created','2020-12-31 03:42:24','2020-12-30 22:42:24'),
(22579,11690,'action started via WP Cron','2020-12-31 03:43:51','2020-12-30 22:43:51'),
(22580,11690,'action complete via WP Cron','2020-12-31 03:43:51','2020-12-30 22:43:51'),
(22581,11691,'action created','2020-12-31 03:43:51','2020-12-30 22:43:51'),
(22582,11691,'action started via WP Cron','2020-12-31 03:44:26','2020-12-30 22:44:26'),
(22583,11691,'action complete via WP Cron','2020-12-31 03:44:26','2020-12-30 22:44:26'),
(22584,11692,'action created','2020-12-31 03:44:27','2020-12-30 22:44:27'),
(22585,11692,'action started via WP Cron','2020-12-31 03:47:15','2020-12-30 22:47:15'),
(22586,11692,'action complete via WP Cron','2020-12-31 03:47:16','2020-12-30 22:47:16'),
(22587,11693,'action created','2020-12-31 03:47:16','2020-12-30 22:47:16'),
(22588,11693,'action started via WP Cron','2020-12-31 03:50:11','2020-12-30 22:50:11'),
(22589,11693,'action complete via WP Cron','2020-12-31 03:50:11','2020-12-30 22:50:11'),
(22590,11694,'action created','2020-12-31 03:50:11','2020-12-30 22:50:11'),
(22591,11694,'action started via WP Cron','2020-12-31 03:57:31','2020-12-30 22:57:31'),
(22592,11694,'action complete via WP Cron','2020-12-31 03:57:31','2020-12-30 22:57:31'),
(22593,11695,'action created','2020-12-31 03:57:32','2020-12-30 22:57:32'),
(22594,11695,'action started via WP Cron','2020-12-31 03:59:16','2020-12-30 22:59:16'),
(22595,11695,'action complete via WP Cron','2020-12-31 03:59:16','2020-12-30 22:59:16'),
(22596,11696,'action created','2020-12-31 03:59:16','2020-12-30 22:59:16'),
(22597,11696,'action started via WP Cron','2020-12-31 04:03:31','2020-12-30 23:03:31'),
(22598,11696,'action complete via WP Cron','2020-12-31 04:03:31','2020-12-30 23:03:31'),
(22599,11697,'action created','2020-12-31 04:03:31','2020-12-30 23:03:31'),
(22600,11697,'action started via WP Cron','2020-12-31 04:04:28','2020-12-30 23:04:28'),
(22601,11697,'action complete via WP Cron','2020-12-31 04:04:28','2020-12-30 23:04:28'),
(22602,11698,'action created','2020-12-31 04:04:28','2020-12-30 23:04:28'),
(22603,11698,'action started via WP Cron','2020-12-31 04:06:22','2020-12-30 23:06:22'),
(22604,11698,'action complete via WP Cron','2020-12-31 04:06:22','2020-12-30 23:06:22'),
(22605,11699,'action created','2020-12-31 04:06:22','2020-12-30 23:06:22'),
(22606,11699,'action started via WP Cron','2020-12-31 04:07:24','2020-12-30 23:07:24'),
(22607,11699,'action complete via WP Cron','2020-12-31 04:07:24','2020-12-30 23:07:24'),
(22608,11700,'action created','2020-12-31 04:07:24','2020-12-30 23:07:24'),
(22609,11700,'action started via WP Cron','2020-12-31 04:09:19','2020-12-30 23:09:19'),
(22610,11700,'action complete via WP Cron','2020-12-31 04:09:19','2020-12-30 23:09:19'),
(22611,11701,'action created','2020-12-31 04:09:19','2020-12-30 23:09:19'),
(22612,11701,'action started via WP Cron','2020-12-31 04:10:26','2020-12-30 23:10:26'),
(22613,11701,'action complete via WP Cron','2020-12-31 04:10:26','2020-12-30 23:10:26'),
(22614,11702,'action created','2020-12-31 04:10:26','2020-12-30 23:10:26'),
(22615,11702,'action started via WP Cron','2020-12-31 04:11:31','2020-12-30 23:11:31'),
(22616,11702,'action complete via WP Cron','2020-12-31 04:11:31','2020-12-30 23:11:31'),
(22617,11703,'action created','2020-12-31 04:11:31','2020-12-30 23:11:31'),
(22618,11703,'action started via WP Cron','2020-12-31 04:12:13','2020-12-30 23:12:13'),
(22619,11703,'action complete via WP Cron','2020-12-31 04:12:13','2020-12-30 23:12:13'),
(22620,11704,'action created','2020-12-31 04:12:13','2020-12-30 23:12:13'),
(22621,11704,'action started via WP Cron','2020-12-31 04:13:28','2020-12-30 23:13:28'),
(22622,11704,'action complete via WP Cron','2020-12-31 04:13:28','2020-12-30 23:13:28'),
(22623,11705,'action created','2020-12-31 04:13:28','2020-12-30 23:13:28'),
(22624,11705,'action started via WP Cron','2020-12-31 04:14:15','2020-12-30 23:14:15'),
(22625,11705,'action complete via WP Cron','2020-12-31 04:14:15','2020-12-30 23:14:15'),
(22626,11706,'action created','2020-12-31 04:14:15','2020-12-30 23:14:15'),
(22627,11706,'action started via WP Cron','2020-12-31 04:16:08','2020-12-30 23:16:08'),
(22628,11706,'action complete via WP Cron','2020-12-31 04:16:08','2020-12-30 23:16:08'),
(22629,11707,'action created','2020-12-31 04:16:08','2020-12-30 23:16:08'),
(22630,11707,'action started via WP Cron','2020-12-31 04:17:13','2020-12-30 23:17:13'),
(22631,11707,'action complete via WP Cron','2020-12-31 04:17:13','2020-12-30 23:17:13'),
(22632,11708,'action created','2020-12-31 04:17:13','2020-12-30 23:17:13'),
(22633,11708,'action started via WP Cron','2020-12-31 04:19:11','2020-12-30 23:19:11'),
(22634,11708,'action complete via WP Cron','2020-12-31 04:19:11','2020-12-30 23:19:11'),
(22635,11709,'action created','2020-12-31 04:19:11','2020-12-30 23:19:11'),
(22636,11709,'action started via WP Cron','2020-12-31 04:23:46','2020-12-30 23:23:46'),
(22637,11709,'action complete via WP Cron','2020-12-31 04:23:46','2020-12-30 23:23:46'),
(22638,11710,'action created','2020-12-31 04:23:46','2020-12-30 23:23:46'),
(22639,11710,'action started via WP Cron','2020-12-31 04:27:18','2020-12-30 23:27:18'),
(22640,11710,'action complete via WP Cron','2020-12-31 04:27:18','2020-12-30 23:27:18'),
(22641,11711,'action created','2020-12-31 04:27:18','2020-12-30 23:27:18'),
(22642,11711,'action started via WP Cron','2020-12-31 04:33:07','2020-12-30 23:33:07'),
(22643,11711,'action complete via WP Cron','2020-12-31 04:33:07','2020-12-30 23:33:07'),
(22644,11712,'action created','2020-12-31 04:33:07','2020-12-30 23:33:07'),
(22645,11712,'action started via WP Cron','2020-12-31 04:33:40','2020-12-30 23:33:40'),
(22646,11712,'action complete via WP Cron','2020-12-31 04:33:40','2020-12-30 23:33:40'),
(22647,11713,'action created','2020-12-31 04:33:40','2020-12-30 23:33:40'),
(22648,11713,'action started via WP Cron','2020-12-31 04:35:56','2020-12-30 23:35:56'),
(22649,11713,'action complete via WP Cron','2020-12-31 04:35:56','2020-12-30 23:35:56'),
(22650,11714,'action created','2020-12-31 04:35:56','2020-12-30 23:35:56'),
(22651,11714,'action started via WP Cron','2020-12-31 04:37:51','2020-12-30 23:37:51'),
(22652,11714,'action complete via WP Cron','2020-12-31 04:37:51','2020-12-30 23:37:51'),
(22653,11715,'action created','2020-12-31 04:37:51','2020-12-30 23:37:51'),
(22654,11715,'action started via WP Cron','2020-12-31 04:39:39','2020-12-30 23:39:39'),
(22655,11715,'action complete via WP Cron','2020-12-31 04:39:39','2020-12-30 23:39:39'),
(22656,11716,'action created','2020-12-31 04:39:39','2020-12-30 23:39:39'),
(22657,11716,'action started via WP Cron','2020-12-31 04:42:08','2020-12-30 23:42:08'),
(22658,11716,'action complete via WP Cron','2020-12-31 04:42:08','2020-12-30 23:42:08'),
(22659,11717,'action created','2020-12-31 04:42:08','2020-12-30 23:42:08'),
(22660,11717,'action started via WP Cron','2020-12-31 04:43:33','2020-12-30 23:43:33'),
(22661,11717,'action complete via WP Cron','2020-12-31 04:43:33','2020-12-30 23:43:33'),
(22662,11718,'action created','2020-12-31 04:43:33','2020-12-30 23:43:33'),
(22663,11718,'action started via WP Cron','2020-12-31 04:45:04','2020-12-30 23:45:04'),
(22664,11718,'action complete via WP Cron','2020-12-31 04:45:04','2020-12-30 23:45:04'),
(22665,11719,'action created','2020-12-31 04:47:29','2020-12-30 23:47:29'),
(22666,11719,'action started via WP Cron','2020-12-31 04:48:41','2020-12-30 23:48:41'),
(22667,11719,'action complete via WP Cron','2020-12-31 04:48:41','2020-12-30 23:48:41'),
(22668,11720,'action created','2020-12-31 04:48:41','2020-12-30 23:48:41'),
(22669,11720,'action started via WP Cron','2020-12-31 04:49:14','2020-12-30 23:49:14'),
(22670,11720,'action complete via WP Cron','2020-12-31 04:49:14','2020-12-30 23:49:14'),
(22671,11721,'action created','2020-12-31 04:49:14','2020-12-30 23:49:14'),
(22672,11721,'action started via WP Cron','2020-12-31 04:50:29','2020-12-30 23:50:29'),
(22673,11721,'action complete via WP Cron','2020-12-31 04:50:29','2020-12-30 23:50:29'),
(22674,11722,'action created','2020-12-31 04:50:29','2020-12-30 23:50:29'),
(22675,11722,'action started via WP Cron','2020-12-31 04:51:30','2020-12-30 23:51:30'),
(22676,11722,'action complete via WP Cron','2020-12-31 04:51:30','2020-12-30 23:51:30'),
(22677,11723,'action created','2020-12-31 04:51:31','2020-12-30 23:51:31'),
(22678,11723,'action started via WP Cron','2020-12-31 04:52:47','2020-12-30 23:52:47'),
(22679,11723,'action complete via WP Cron','2020-12-31 04:52:47','2020-12-30 23:52:47'),
(22680,11724,'action created','2020-12-31 04:52:47','2020-12-30 23:52:47'),
(22681,11724,'action started via WP Cron','2020-12-31 04:56:14','2020-12-30 23:56:14'),
(22682,11724,'action complete via WP Cron','2020-12-31 04:56:14','2020-12-30 23:56:14'),
(22683,11725,'action created','2020-12-31 04:56:14','2020-12-30 23:56:14'),
(22684,11725,'action started via WP Cron','2020-12-31 04:58:27','2020-12-30 23:58:27'),
(22685,11725,'action complete via WP Cron','2020-12-31 04:58:27','2020-12-30 23:58:27'),
(22686,11726,'action created','2020-12-31 04:58:27','2020-12-30 23:58:27'),
(22687,11726,'action started via WP Cron','2020-12-31 04:59:40','2020-12-30 23:59:40'),
(22688,11726,'action complete via WP Cron','2020-12-31 04:59:40','2020-12-30 23:59:40'),
(22689,11727,'action created','2020-12-31 04:59:40','2020-12-30 23:59:40'),
(22690,11727,'action started via WP Cron','2020-12-31 05:04:21','2020-12-31 00:04:21'),
(22691,11727,'action complete via WP Cron','2020-12-31 05:04:21','2020-12-31 00:04:21'),
(22692,11728,'action created','2020-12-31 05:04:21','2020-12-31 00:04:21'),
(22693,11728,'action started via WP Cron','2020-12-31 05:05:29','2020-12-31 00:05:29'),
(22694,11728,'action complete via WP Cron','2020-12-31 05:05:29','2020-12-31 00:05:29'),
(22695,11729,'action created','2020-12-31 05:05:29','2020-12-31 00:05:29'),
(22696,11729,'action started via WP Cron','2020-12-31 05:06:11','2020-12-31 00:06:11'),
(22697,11729,'action complete via WP Cron','2020-12-31 05:06:11','2020-12-31 00:06:11'),
(22698,11730,'action created','2020-12-31 05:06:11','2020-12-31 00:06:11'),
(22699,11730,'action started via WP Cron','2020-12-31 05:07:17','2020-12-31 00:07:17'),
(22700,11730,'action complete via WP Cron','2020-12-31 05:07:17','2020-12-31 00:07:17'),
(22701,11731,'action created','2020-12-31 05:07:17','2020-12-31 00:07:17'),
(22702,11731,'action started via WP Cron','2020-12-31 05:08:29','2020-12-31 00:08:29'),
(22703,11731,'action complete via WP Cron','2020-12-31 05:08:29','2020-12-31 00:08:29'),
(22704,11732,'action created','2020-12-31 05:08:29','2020-12-31 00:08:29'),
(22705,11732,'action started via WP Cron','2020-12-31 05:09:13','2020-12-31 00:09:13'),
(22706,11732,'action complete via WP Cron','2020-12-31 05:09:13','2020-12-31 00:09:13'),
(22707,11733,'action created','2020-12-31 05:09:13','2020-12-31 00:09:13'),
(22708,11733,'action started via WP Cron','2020-12-31 05:10:14','2020-12-31 00:10:14'),
(22709,11733,'action complete via WP Cron','2020-12-31 05:10:14','2020-12-31 00:10:14'),
(22710,11734,'action created','2020-12-31 05:10:14','2020-12-31 00:10:14'),
(22711,11734,'action started via WP Cron','2020-12-31 05:11:12','2020-12-31 00:11:12'),
(22712,11734,'action complete via WP Cron','2020-12-31 05:11:12','2020-12-31 00:11:12'),
(22713,11735,'action created','2020-12-31 05:11:12','2020-12-31 00:11:12'),
(22714,11735,'action started via WP Cron','2020-12-31 05:12:12','2020-12-31 00:12:12'),
(22715,11735,'action complete via WP Cron','2020-12-31 05:12:12','2020-12-31 00:12:12'),
(22716,11736,'action created','2020-12-31 05:12:12','2020-12-31 00:12:12'),
(22717,11736,'action started via WP Cron','2020-12-31 05:13:11','2020-12-31 00:13:11'),
(22718,11736,'action complete via WP Cron','2020-12-31 05:13:11','2020-12-31 00:13:11'),
(22719,11737,'action created','2020-12-31 05:13:11','2020-12-31 00:13:11'),
(22720,11737,'action started via WP Cron','2020-12-31 05:14:12','2020-12-31 00:14:12'),
(22721,11737,'action complete via WP Cron','2020-12-31 05:14:12','2020-12-31 00:14:12'),
(22722,11738,'action created','2020-12-31 05:14:12','2020-12-31 00:14:12'),
(22723,11738,'action started via WP Cron','2020-12-31 05:15:12','2020-12-31 00:15:12'),
(22724,11738,'action complete via WP Cron','2020-12-31 05:15:12','2020-12-31 00:15:12'),
(22725,11739,'action created','2020-12-31 05:15:12','2020-12-31 00:15:12'),
(22726,11739,'action started via WP Cron','2020-12-31 05:16:12','2020-12-31 00:16:12'),
(22727,11739,'action complete via WP Cron','2020-12-31 05:16:12','2020-12-31 00:16:12'),
(22728,11740,'action created','2020-12-31 05:16:12','2020-12-31 00:16:12'),
(22729,11740,'action started via WP Cron','2020-12-31 05:17:12','2020-12-31 00:17:12'),
(22730,11740,'action complete via WP Cron','2020-12-31 05:17:12','2020-12-31 00:17:12'),
(22731,11741,'action created','2020-12-31 05:17:12','2020-12-31 00:17:12'),
(22732,11741,'action started via WP Cron','2020-12-31 05:18:12','2020-12-31 00:18:12'),
(22733,11741,'action complete via WP Cron','2020-12-31 05:18:12','2020-12-31 00:18:12'),
(22734,11742,'action created','2020-12-31 05:18:12','2020-12-31 00:18:12'),
(22735,11742,'action started via WP Cron','2020-12-31 05:19:11','2020-12-31 00:19:11'),
(22736,11742,'action complete via WP Cron','2020-12-31 05:19:11','2020-12-31 00:19:11'),
(22737,11743,'action created','2020-12-31 05:19:11','2020-12-31 00:19:11'),
(22738,11743,'action started via WP Cron','2020-12-31 05:20:11','2020-12-31 00:20:11'),
(22739,11743,'action complete via WP Cron','2020-12-31 05:20:11','2020-12-31 00:20:11'),
(22740,11744,'action created','2020-12-31 05:20:12','2020-12-31 00:20:12'),
(22741,11744,'action started via WP Cron','2020-12-31 05:21:12','2020-12-31 00:21:12'),
(22742,11744,'action complete via WP Cron','2020-12-31 05:21:12','2020-12-31 00:21:12'),
(22743,11745,'action created','2020-12-31 05:21:13','2020-12-31 00:21:13'),
(22744,11745,'action started via WP Cron','2020-12-31 05:22:11','2020-12-31 00:22:11'),
(22745,11745,'action complete via WP Cron','2020-12-31 05:22:11','2020-12-31 00:22:11'),
(22746,11746,'action created','2020-12-31 05:22:11','2020-12-31 00:22:11'),
(22747,11746,'action started via WP Cron','2020-12-31 05:23:11','2020-12-31 00:23:11'),
(22748,11746,'action complete via WP Cron','2020-12-31 05:23:12','2020-12-31 00:23:12'),
(22749,11747,'action created','2020-12-31 05:23:12','2020-12-31 00:23:12'),
(22750,11747,'action started via WP Cron','2020-12-31 05:24:11','2020-12-31 00:24:11'),
(22751,11747,'action complete via WP Cron','2020-12-31 05:24:11','2020-12-31 00:24:11'),
(22752,11748,'action created','2020-12-31 05:24:11','2020-12-31 00:24:11'),
(22753,11748,'action started via WP Cron','2020-12-31 05:25:12','2020-12-31 00:25:12'),
(22754,11748,'action complete via WP Cron','2020-12-31 05:25:12','2020-12-31 00:25:12'),
(22755,11749,'action created','2020-12-31 05:25:12','2020-12-31 00:25:12'),
(22756,11749,'action started via WP Cron','2020-12-31 05:26:12','2020-12-31 00:26:12'),
(22757,11749,'action complete via WP Cron','2020-12-31 05:26:12','2020-12-31 00:26:12'),
(22758,11750,'action created','2020-12-31 05:26:12','2020-12-31 00:26:12'),
(22759,11750,'action started via WP Cron','2020-12-31 05:27:12','2020-12-31 00:27:12'),
(22760,11750,'action complete via WP Cron','2020-12-31 05:27:12','2020-12-31 00:27:12'),
(22761,11751,'action created','2020-12-31 05:27:12','2020-12-31 00:27:12'),
(22762,11751,'action started via WP Cron','2020-12-31 05:28:12','2020-12-31 00:28:12'),
(22763,11751,'action complete via WP Cron','2020-12-31 05:28:12','2020-12-31 00:28:12'),
(22764,11752,'action created','2020-12-31 05:28:12','2020-12-31 00:28:12'),
(22765,11752,'action started via WP Cron','2020-12-31 05:29:11','2020-12-31 00:29:11'),
(22766,11752,'action complete via WP Cron','2020-12-31 05:29:11','2020-12-31 00:29:11'),
(22767,11753,'action created','2020-12-31 05:29:11','2020-12-31 00:29:11'),
(22768,11753,'action started via WP Cron','2020-12-31 05:30:12','2020-12-31 00:30:12'),
(22769,11753,'action complete via WP Cron','2020-12-31 05:30:12','2020-12-31 00:30:12'),
(22770,11754,'action created','2020-12-31 05:30:12','2020-12-31 00:30:12'),
(22771,11754,'action started via WP Cron','2020-12-31 05:31:11','2020-12-31 00:31:11'),
(22772,11754,'action complete via WP Cron','2020-12-31 05:31:11','2020-12-31 00:31:11'),
(22773,11755,'action created','2020-12-31 05:31:11','2020-12-31 00:31:11'),
(22774,11755,'action started via WP Cron','2020-12-31 05:32:12','2020-12-31 00:32:12'),
(22775,11755,'action complete via WP Cron','2020-12-31 05:32:12','2020-12-31 00:32:12'),
(22776,11756,'action created','2020-12-31 05:32:12','2020-12-31 00:32:12'),
(22777,11756,'action started via WP Cron','2020-12-31 05:33:11','2020-12-31 00:33:11'),
(22778,11756,'action complete via WP Cron','2020-12-31 05:33:11','2020-12-31 00:33:11'),
(22779,11757,'action created','2020-12-31 05:33:11','2020-12-31 00:33:11'),
(22780,11757,'action started via WP Cron','2020-12-31 05:34:12','2020-12-31 00:34:12'),
(22781,11757,'action complete via WP Cron','2020-12-31 05:34:12','2020-12-31 00:34:12'),
(22782,11758,'action created','2020-12-31 05:34:12','2020-12-31 00:34:12'),
(22783,11758,'action started via WP Cron','2020-12-31 05:35:12','2020-12-31 00:35:12'),
(22784,11758,'action complete via WP Cron','2020-12-31 05:35:12','2020-12-31 00:35:12'),
(22785,11759,'action created','2020-12-31 05:35:12','2020-12-31 00:35:12'),
(22786,11759,'action started via WP Cron','2020-12-31 05:36:12','2020-12-31 00:36:12'),
(22787,11759,'action complete via WP Cron','2020-12-31 05:36:12','2020-12-31 00:36:12'),
(22788,11760,'action created','2020-12-31 05:36:12','2020-12-31 00:36:12'),
(22789,11760,'action started via WP Cron','2020-12-31 05:37:12','2020-12-31 00:37:12'),
(22790,11760,'action complete via WP Cron','2020-12-31 05:37:12','2020-12-31 00:37:12'),
(22791,11761,'action created','2020-12-31 05:37:12','2020-12-31 00:37:12'),
(22792,11761,'action started via WP Cron','2020-12-31 05:38:12','2020-12-31 00:38:12'),
(22793,11761,'action complete via WP Cron','2020-12-31 05:38:12','2020-12-31 00:38:12'),
(22794,11762,'action created','2020-12-31 05:38:12','2020-12-31 00:38:12'),
(22795,11762,'action started via WP Cron','2020-12-31 05:39:12','2020-12-31 00:39:12'),
(22796,11762,'action complete via WP Cron','2020-12-31 05:39:12','2020-12-31 00:39:12'),
(22797,11763,'action created','2020-12-31 05:39:12','2020-12-31 00:39:12'),
(22798,11763,'action started via WP Cron','2020-12-31 05:40:12','2020-12-31 00:40:12'),
(22799,11763,'action complete via WP Cron','2020-12-31 05:40:12','2020-12-31 00:40:12'),
(22800,11764,'action created','2020-12-31 05:40:12','2020-12-31 00:40:12'),
(22801,11764,'action started via WP Cron','2020-12-31 05:41:13','2020-12-31 00:41:13'),
(22802,11764,'action complete via WP Cron','2020-12-31 05:41:13','2020-12-31 00:41:13'),
(22803,11765,'action created','2020-12-31 05:41:13','2020-12-31 00:41:13'),
(22804,11765,'action started via WP Cron','2020-12-31 05:42:11','2020-12-31 00:42:11'),
(22805,11765,'action complete via WP Cron','2020-12-31 05:42:11','2020-12-31 00:42:11'),
(22806,11766,'action created','2020-12-31 05:42:11','2020-12-31 00:42:11'),
(22807,11766,'action started via WP Cron','2020-12-31 05:43:12','2020-12-31 00:43:12'),
(22808,11766,'action complete via WP Cron','2020-12-31 05:43:12','2020-12-31 00:43:12'),
(22809,11767,'action created','2020-12-31 05:43:12','2020-12-31 00:43:12'),
(22810,11767,'action started via WP Cron','2020-12-31 05:44:12','2020-12-31 00:44:12'),
(22811,11767,'action complete via WP Cron','2020-12-31 05:44:12','2020-12-31 00:44:12'),
(22812,11768,'action created','2020-12-31 05:44:12','2020-12-31 00:44:12'),
(22813,11768,'action started via WP Cron','2020-12-31 05:45:18','2020-12-31 00:45:18'),
(22814,11768,'action complete via WP Cron','2020-12-31 05:45:18','2020-12-31 00:45:18'),
(22815,11769,'action created','2020-12-31 05:45:18','2020-12-31 00:45:18'),
(22816,11769,'action started via WP Cron','2020-12-31 05:46:11','2020-12-31 00:46:11'),
(22817,11769,'action complete via WP Cron','2020-12-31 05:46:11','2020-12-31 00:46:11'),
(22818,11770,'action created','2020-12-31 05:46:11','2020-12-31 00:46:11'),
(22819,11770,'action started via WP Cron','2020-12-31 05:47:12','2020-12-31 00:47:12'),
(22820,11770,'action complete via WP Cron','2020-12-31 05:47:12','2020-12-31 00:47:12'),
(22821,11771,'action created','2020-12-31 05:47:13','2020-12-31 00:47:13'),
(22822,11771,'action started via WP Cron','2020-12-31 05:48:12','2020-12-31 00:48:12'),
(22823,11771,'action complete via WP Cron','2020-12-31 05:48:12','2020-12-31 00:48:12'),
(22824,11772,'action created','2020-12-31 05:48:12','2020-12-31 00:48:12'),
(22825,11772,'action started via WP Cron','2020-12-31 05:49:13','2020-12-31 00:49:13'),
(22826,11772,'action complete via WP Cron','2020-12-31 05:49:13','2020-12-31 00:49:13'),
(22827,11773,'action created','2020-12-31 05:49:13','2020-12-31 00:49:13'),
(22828,11773,'action started via WP Cron','2020-12-31 05:50:12','2020-12-31 00:50:12'),
(22829,11773,'action complete via WP Cron','2020-12-31 05:50:12','2020-12-31 00:50:12'),
(22830,11774,'action created','2020-12-31 05:50:12','2020-12-31 00:50:12'),
(22831,11774,'action started via WP Cron','2020-12-31 05:51:11','2020-12-31 00:51:11'),
(22832,11774,'action complete via WP Cron','2020-12-31 05:51:11','2020-12-31 00:51:11'),
(22833,11775,'action created','2020-12-31 05:51:11','2020-12-31 00:51:11'),
(22834,11775,'action started via WP Cron','2020-12-31 05:52:12','2020-12-31 00:52:12'),
(22835,11775,'action complete via WP Cron','2020-12-31 05:52:12','2020-12-31 00:52:12'),
(22836,11776,'action created','2020-12-31 05:52:12','2020-12-31 00:52:12'),
(22837,11776,'action started via WP Cron','2020-12-31 05:53:12','2020-12-31 00:53:12'),
(22838,11776,'action complete via WP Cron','2020-12-31 05:53:12','2020-12-31 00:53:12'),
(22839,11777,'action created','2020-12-31 05:53:12','2020-12-31 00:53:12'),
(22840,11777,'action started via WP Cron','2020-12-31 05:54:13','2020-12-31 00:54:13'),
(22841,11777,'action complete via WP Cron','2020-12-31 05:54:13','2020-12-31 00:54:13'),
(22842,11778,'action created','2020-12-31 05:54:13','2020-12-31 00:54:13'),
(22843,11778,'action started via WP Cron','2020-12-31 05:55:12','2020-12-31 00:55:12'),
(22844,11778,'action complete via WP Cron','2020-12-31 05:55:12','2020-12-31 00:55:12'),
(22845,11779,'action created','2020-12-31 05:55:12','2020-12-31 00:55:12'),
(22846,11779,'action started via WP Cron','2020-12-31 05:56:11','2020-12-31 00:56:11'),
(22847,11779,'action complete via WP Cron','2020-12-31 05:56:11','2020-12-31 00:56:11'),
(22848,11780,'action created','2020-12-31 05:56:11','2020-12-31 00:56:11'),
(22849,11780,'action started via WP Cron','2020-12-31 05:57:12','2020-12-31 00:57:12'),
(22850,11780,'action complete via WP Cron','2020-12-31 05:57:12','2020-12-31 00:57:12'),
(22851,11781,'action created','2020-12-31 05:57:12','2020-12-31 00:57:12'),
(22852,11781,'action started via WP Cron','2020-12-31 05:58:11','2020-12-31 00:58:11'),
(22853,11781,'action complete via WP Cron','2020-12-31 05:58:11','2020-12-31 00:58:11'),
(22854,11782,'action created','2020-12-31 05:58:11','2020-12-31 00:58:11'),
(22855,11782,'action started via WP Cron','2020-12-31 05:59:11','2020-12-31 00:59:11'),
(22856,11782,'action complete via WP Cron','2020-12-31 05:59:11','2020-12-31 00:59:11'),
(22857,11783,'action created','2020-12-31 05:59:11','2020-12-31 00:59:11'),
(22858,11783,'action started via WP Cron','2020-12-31 06:00:11','2020-12-31 01:00:11'),
(22859,11783,'action complete via WP Cron','2020-12-31 06:00:11','2020-12-31 01:00:11'),
(22860,11784,'action created','2020-12-31 06:00:11','2020-12-31 01:00:11'),
(22861,11784,'action started via WP Cron','2020-12-31 06:01:11','2020-12-31 01:01:11'),
(22862,11784,'action complete via WP Cron','2020-12-31 06:01:11','2020-12-31 01:01:11'),
(22863,11785,'action created','2020-12-31 06:01:11','2020-12-31 01:01:11'),
(22864,11785,'action started via WP Cron','2020-12-31 06:02:12','2020-12-31 01:02:12'),
(22865,11785,'action complete via WP Cron','2020-12-31 06:02:12','2020-12-31 01:02:12'),
(22866,11786,'action created','2020-12-31 06:02:12','2020-12-31 01:02:12'),
(22867,11786,'action started via WP Cron','2020-12-31 06:03:11','2020-12-31 01:03:11'),
(22868,11786,'action complete via WP Cron','2020-12-31 06:03:11','2020-12-31 01:03:11'),
(22869,11787,'action created','2020-12-31 06:03:11','2020-12-31 01:03:11'),
(22870,11787,'action started via WP Cron','2020-12-31 06:04:12','2020-12-31 01:04:12'),
(22871,11787,'action complete via WP Cron','2020-12-31 06:04:12','2020-12-31 01:04:12'),
(22872,11788,'action created','2020-12-31 06:04:12','2020-12-31 01:04:12'),
(22873,11788,'action started via WP Cron','2020-12-31 06:05:11','2020-12-31 01:05:11'),
(22874,11788,'action complete via WP Cron','2020-12-31 06:05:11','2020-12-31 01:05:11'),
(22875,11789,'action created','2020-12-31 06:05:11','2020-12-31 01:05:11'),
(22876,11789,'action started via WP Cron','2020-12-31 06:06:11','2020-12-31 01:06:11'),
(22877,11789,'action complete via WP Cron','2020-12-31 06:06:11','2020-12-31 01:06:11'),
(22878,11790,'action created','2020-12-31 06:06:11','2020-12-31 01:06:11'),
(22879,11790,'action started via WP Cron','2020-12-31 06:07:11','2020-12-31 01:07:11'),
(22880,11790,'action complete via WP Cron','2020-12-31 06:07:11','2020-12-31 01:07:11'),
(22881,11791,'action created','2020-12-31 06:07:11','2020-12-31 01:07:11'),
(22882,11791,'action started via WP Cron','2020-12-31 06:08:13','2020-12-31 01:08:13'),
(22883,11791,'action complete via WP Cron','2020-12-31 06:08:13','2020-12-31 01:08:13'),
(22884,11792,'action created','2020-12-31 06:08:14','2020-12-31 01:08:14'),
(22885,11792,'action started via WP Cron','2020-12-31 06:09:11','2020-12-31 01:09:11'),
(22886,11792,'action complete via WP Cron','2020-12-31 06:09:11','2020-12-31 01:09:11'),
(22887,11793,'action created','2020-12-31 06:09:12','2020-12-31 01:09:12'),
(22888,11793,'action started via WP Cron','2020-12-31 06:10:11','2020-12-31 01:10:11'),
(22889,11793,'action complete via WP Cron','2020-12-31 06:10:11','2020-12-31 01:10:11'),
(22890,11794,'action created','2020-12-31 06:10:11','2020-12-31 01:10:11'),
(22891,11794,'action started via WP Cron','2020-12-31 06:11:11','2020-12-31 01:11:11'),
(22892,11794,'action complete via WP Cron','2020-12-31 06:11:11','2020-12-31 01:11:11'),
(22893,11795,'action created','2020-12-31 06:11:11','2020-12-31 01:11:11'),
(22894,11795,'action started via WP Cron','2020-12-31 06:12:11','2020-12-31 01:12:11'),
(22895,11795,'action complete via WP Cron','2020-12-31 06:12:11','2020-12-31 01:12:11'),
(22896,11796,'action created','2020-12-31 06:12:11','2020-12-31 01:12:11'),
(22897,11796,'action started via WP Cron','2020-12-31 06:13:12','2020-12-31 01:13:12'),
(22898,11796,'action complete via WP Cron','2020-12-31 06:13:12','2020-12-31 01:13:12'),
(22899,11797,'action created','2020-12-31 06:13:12','2020-12-31 01:13:12'),
(22900,11797,'action started via WP Cron','2020-12-31 06:14:12','2020-12-31 01:14:12'),
(22901,11797,'action complete via WP Cron','2020-12-31 06:14:12','2020-12-31 01:14:12'),
(22902,11798,'action created','2020-12-31 06:14:12','2020-12-31 01:14:12'),
(22903,11798,'action started via WP Cron','2020-12-31 06:15:11','2020-12-31 01:15:11'),
(22904,11798,'action complete via WP Cron','2020-12-31 06:15:11','2020-12-31 01:15:11'),
(22905,11799,'action created','2020-12-31 06:15:11','2020-12-31 01:15:11'),
(22906,11799,'action started via WP Cron','2020-12-31 06:16:12','2020-12-31 01:16:12'),
(22907,11799,'action complete via WP Cron','2020-12-31 06:16:12','2020-12-31 01:16:12'),
(22908,11800,'action created','2020-12-31 06:16:12','2020-12-31 01:16:12'),
(22909,11800,'action started via WP Cron','2020-12-31 06:17:12','2020-12-31 01:17:12'),
(22910,11800,'action complete via WP Cron','2020-12-31 06:17:12','2020-12-31 01:17:12'),
(22911,11801,'action created','2020-12-31 06:17:13','2020-12-31 01:17:13'),
(22912,11801,'action started via WP Cron','2020-12-31 06:18:12','2020-12-31 01:18:12'),
(22913,11801,'action complete via WP Cron','2020-12-31 06:18:12','2020-12-31 01:18:12'),
(22914,11802,'action created','2020-12-31 06:18:12','2020-12-31 01:18:12'),
(22915,11802,'action started via WP Cron','2020-12-31 06:19:12','2020-12-31 01:19:12'),
(22916,11802,'action complete via WP Cron','2020-12-31 06:19:12','2020-12-31 01:19:12'),
(22917,11803,'action created','2020-12-31 06:19:12','2020-12-31 01:19:12'),
(22918,11803,'action started via WP Cron','2020-12-31 06:20:12','2020-12-31 01:20:12'),
(22919,11803,'action complete via WP Cron','2020-12-31 06:20:12','2020-12-31 01:20:12'),
(22920,11804,'action created','2020-12-31 06:20:13','2020-12-31 01:20:13'),
(22921,11804,'action started via WP Cron','2020-12-31 06:21:11','2020-12-31 01:21:11'),
(22922,11804,'action complete via WP Cron','2020-12-31 06:21:11','2020-12-31 01:21:11'),
(22923,11805,'action created','2020-12-31 06:21:11','2020-12-31 01:21:11'),
(22924,11805,'action started via WP Cron','2020-12-31 06:22:12','2020-12-31 01:22:12'),
(22925,11805,'action complete via WP Cron','2020-12-31 06:22:12','2020-12-31 01:22:12'),
(22926,11806,'action created','2020-12-31 06:22:12','2020-12-31 01:22:12'),
(22927,11806,'action started via WP Cron','2020-12-31 06:23:11','2020-12-31 01:23:11'),
(22928,11806,'action complete via WP Cron','2020-12-31 06:23:11','2020-12-31 01:23:11'),
(22929,11807,'action created','2020-12-31 06:23:11','2020-12-31 01:23:11'),
(22930,11807,'action started via WP Cron','2020-12-31 06:24:12','2020-12-31 01:24:12'),
(22931,11807,'action complete via WP Cron','2020-12-31 06:24:12','2020-12-31 01:24:12'),
(22932,11808,'action created','2020-12-31 06:24:12','2020-12-31 01:24:12'),
(22933,11808,'action started via WP Cron','2020-12-31 06:25:11','2020-12-31 01:25:11'),
(22934,11808,'action complete via WP Cron','2020-12-31 06:25:11','2020-12-31 01:25:11'),
(22935,11809,'action created','2020-12-31 06:25:11','2020-12-31 01:25:11'),
(22936,11809,'action started via WP Cron','2020-12-31 06:26:12','2020-12-31 01:26:12'),
(22937,11809,'action complete via WP Cron','2020-12-31 06:26:12','2020-12-31 01:26:12'),
(22938,11810,'action created','2020-12-31 06:26:12','2020-12-31 01:26:12'),
(22939,11810,'action started via WP Cron','2020-12-31 06:27:11','2020-12-31 01:27:11'),
(22940,11810,'action complete via WP Cron','2020-12-31 06:27:11','2020-12-31 01:27:11'),
(22941,11811,'action created','2020-12-31 06:27:11','2020-12-31 01:27:11'),
(22942,11811,'action started via WP Cron','2020-12-31 06:28:12','2020-12-31 01:28:12'),
(22943,11811,'action complete via WP Cron','2020-12-31 06:28:12','2020-12-31 01:28:12'),
(22944,11812,'action created','2020-12-31 06:28:12','2020-12-31 01:28:12'),
(22945,11812,'action started via WP Cron','2020-12-31 06:29:11','2020-12-31 01:29:11'),
(22946,11812,'action complete via WP Cron','2020-12-31 06:29:11','2020-12-31 01:29:11'),
(22947,11813,'action created','2020-12-31 06:29:11','2020-12-31 01:29:11'),
(22948,11813,'action started via WP Cron','2020-12-31 06:30:12','2020-12-31 01:30:12'),
(22949,11813,'action complete via WP Cron','2020-12-31 06:30:12','2020-12-31 01:30:12'),
(22950,11814,'action created','2020-12-31 06:30:12','2020-12-31 01:30:12'),
(22951,11814,'action started via WP Cron','2020-12-31 06:31:12','2020-12-31 01:31:12'),
(22952,11814,'action complete via WP Cron','2020-12-31 06:31:12','2020-12-31 01:31:12'),
(22953,11815,'action created','2020-12-31 06:31:12','2020-12-31 01:31:12'),
(22954,11815,'action started via WP Cron','2020-12-31 06:32:12','2020-12-31 01:32:12'),
(22955,11815,'action complete via WP Cron','2020-12-31 06:32:12','2020-12-31 01:32:12'),
(22956,11816,'action created','2020-12-31 06:32:12','2020-12-31 01:32:12'),
(22957,11816,'action started via WP Cron','2020-12-31 06:33:12','2020-12-31 01:33:12'),
(22958,11816,'action complete via WP Cron','2020-12-31 06:33:12','2020-12-31 01:33:12'),
(22959,11817,'action created','2020-12-31 06:33:12','2020-12-31 01:33:12'),
(22960,11817,'action started via WP Cron','2020-12-31 06:34:11','2020-12-31 01:34:11'),
(22961,11817,'action complete via WP Cron','2020-12-31 06:34:11','2020-12-31 01:34:11'),
(22962,11818,'action created','2020-12-31 06:34:11','2020-12-31 01:34:11'),
(22963,11818,'action started via WP Cron','2020-12-31 06:35:11','2020-12-31 01:35:11'),
(22964,11818,'action complete via WP Cron','2020-12-31 06:35:11','2020-12-31 01:35:11'),
(22965,11819,'action created','2020-12-31 06:35:11','2020-12-31 01:35:11'),
(22966,11819,'action started via WP Cron','2020-12-31 06:36:12','2020-12-31 01:36:12'),
(22967,11819,'action complete via WP Cron','2020-12-31 06:36:12','2020-12-31 01:36:12'),
(22968,11820,'action created','2020-12-31 06:36:12','2020-12-31 01:36:12'),
(22969,11820,'action started via WP Cron','2020-12-31 06:37:11','2020-12-31 01:37:11'),
(22970,11820,'action complete via WP Cron','2020-12-31 06:37:11','2020-12-31 01:37:11'),
(22971,11821,'action created','2020-12-31 06:37:11','2020-12-31 01:37:11'),
(22972,11821,'action started via WP Cron','2020-12-31 06:38:12','2020-12-31 01:38:12'),
(22973,11821,'action complete via WP Cron','2020-12-31 06:38:12','2020-12-31 01:38:12'),
(22974,11822,'action created','2020-12-31 06:38:12','2020-12-31 01:38:12'),
(22975,11822,'action started via WP Cron','2020-12-31 06:39:11','2020-12-31 01:39:11'),
(22976,11822,'action complete via WP Cron','2020-12-31 06:39:11','2020-12-31 01:39:11'),
(22977,11823,'action created','2020-12-31 06:39:11','2020-12-31 01:39:11'),
(22978,11823,'action started via WP Cron','2020-12-31 06:40:11','2020-12-31 01:40:11'),
(22979,11823,'action complete via WP Cron','2020-12-31 06:40:11','2020-12-31 01:40:11'),
(22980,11824,'action created','2020-12-31 06:40:11','2020-12-31 01:40:11'),
(22981,11824,'action started via WP Cron','2020-12-31 06:41:12','2020-12-31 01:41:12'),
(22982,11824,'action complete via WP Cron','2020-12-31 06:41:12','2020-12-31 01:41:12'),
(22983,11825,'action created','2020-12-31 06:41:12','2020-12-31 01:41:12'),
(22984,11825,'action started via WP Cron','2020-12-31 06:42:11','2020-12-31 01:42:11'),
(22985,11825,'action complete via WP Cron','2020-12-31 06:42:11','2020-12-31 01:42:11'),
(22986,11826,'action created','2020-12-31 06:42:11','2020-12-31 01:42:11'),
(22987,11826,'action started via WP Cron','2020-12-31 06:43:12','2020-12-31 01:43:12'),
(22988,11826,'action complete via WP Cron','2020-12-31 06:43:12','2020-12-31 01:43:12'),
(22989,11827,'action created','2020-12-31 06:43:12','2020-12-31 01:43:12'),
(22990,11827,'action started via WP Cron','2020-12-31 06:44:11','2020-12-31 01:44:11'),
(22991,11827,'action complete via WP Cron','2020-12-31 06:44:11','2020-12-31 01:44:11'),
(22992,11828,'action created','2020-12-31 06:44:11','2020-12-31 01:44:11'),
(22993,11828,'action started via WP Cron','2020-12-31 06:45:11','2020-12-31 01:45:11'),
(22994,11828,'action complete via WP Cron','2020-12-31 06:45:11','2020-12-31 01:45:11'),
(22995,11829,'action created','2020-12-31 06:45:12','2020-12-31 01:45:12'),
(22996,11829,'action started via WP Cron','2020-12-31 06:46:12','2020-12-31 01:46:12'),
(22997,11829,'action complete via WP Cron','2020-12-31 06:46:12','2020-12-31 01:46:12'),
(22998,11830,'action created','2020-12-31 06:46:12','2020-12-31 01:46:12'),
(22999,11830,'action started via WP Cron','2020-12-31 06:47:11','2020-12-31 01:47:11'),
(23000,11830,'action complete via WP Cron','2020-12-31 06:47:11','2020-12-31 01:47:11'),
(23001,11831,'action created','2020-12-31 06:47:11','2020-12-31 01:47:11'),
(23002,11831,'action started via WP Cron','2020-12-31 06:48:11','2020-12-31 01:48:11'),
(23003,11831,'action complete via WP Cron','2020-12-31 06:48:11','2020-12-31 01:48:11'),
(23004,11832,'action created','2020-12-31 06:48:12','2020-12-31 01:48:12'),
(23005,11832,'action started via WP Cron','2020-12-31 06:49:12','2020-12-31 01:49:12'),
(23006,11832,'action complete via WP Cron','2020-12-31 06:49:12','2020-12-31 01:49:12'),
(23007,11833,'action created','2020-12-31 06:49:12','2020-12-31 01:49:12'),
(23008,11833,'action started via WP Cron','2020-12-31 06:50:12','2020-12-31 01:50:12'),
(23009,11833,'action complete via WP Cron','2020-12-31 06:50:12','2020-12-31 01:50:12'),
(23010,11834,'action created','2020-12-31 06:50:12','2020-12-31 01:50:12'),
(23011,11834,'action started via WP Cron','2020-12-31 06:51:12','2020-12-31 01:51:12'),
(23012,11834,'action complete via WP Cron','2020-12-31 06:51:12','2020-12-31 01:51:12'),
(23013,11835,'action created','2020-12-31 06:51:12','2020-12-31 01:51:12'),
(23014,11835,'action started via WP Cron','2020-12-31 06:52:11','2020-12-31 01:52:11'),
(23015,11835,'action complete via WP Cron','2020-12-31 06:52:11','2020-12-31 01:52:11'),
(23016,11836,'action created','2020-12-31 06:52:11','2020-12-31 01:52:11'),
(23017,11836,'action started via WP Cron','2020-12-31 06:53:11','2020-12-31 01:53:11'),
(23018,11836,'action complete via WP Cron','2020-12-31 06:53:11','2020-12-31 01:53:11'),
(23019,11837,'action created','2020-12-31 06:53:11','2020-12-31 01:53:11'),
(23020,11837,'action started via WP Cron','2020-12-31 06:54:13','2020-12-31 01:54:13'),
(23021,11837,'action complete via WP Cron','2020-12-31 06:54:13','2020-12-31 01:54:13'),
(23022,11838,'action created','2020-12-31 06:54:13','2020-12-31 01:54:13'),
(23023,11838,'action started via WP Cron','2020-12-31 06:55:17','2020-12-31 01:55:17'),
(23024,11838,'action complete via WP Cron','2020-12-31 06:55:17','2020-12-31 01:55:17'),
(23025,11839,'action created','2020-12-31 06:55:17','2020-12-31 01:55:17'),
(23026,11839,'action started via WP Cron','2020-12-31 06:58:11','2020-12-31 01:58:11'),
(23027,11839,'action complete via WP Cron','2020-12-31 06:58:11','2020-12-31 01:58:11'),
(23028,11840,'action created','2020-12-31 06:58:11','2020-12-31 01:58:11'),
(23029,11840,'action started via WP Cron','2020-12-31 06:59:32','2020-12-31 01:59:32'),
(23030,11840,'action complete via WP Cron','2020-12-31 06:59:32','2020-12-31 01:59:32'),
(23031,11841,'action created','2020-12-31 06:59:32','2020-12-31 01:59:32'),
(23032,11841,'action started via WP Cron','2020-12-31 07:00:39','2020-12-31 02:00:39'),
(23033,11841,'action complete via WP Cron','2020-12-31 07:00:39','2020-12-31 02:00:39'),
(23034,11842,'action created','2020-12-31 07:00:39','2020-12-31 02:00:39'),
(23035,11842,'action started via WP Cron','2020-12-31 07:02:30','2020-12-31 02:02:30'),
(23036,11842,'action complete via WP Cron','2020-12-31 07:02:30','2020-12-31 02:02:30'),
(23037,11843,'action created','2020-12-31 07:02:30','2020-12-31 02:02:30'),
(23038,11843,'action started via WP Cron','2020-12-31 07:03:12','2020-12-31 02:03:12'),
(23039,11843,'action complete via WP Cron','2020-12-31 07:03:12','2020-12-31 02:03:12'),
(23040,11844,'action created','2020-12-31 07:03:12','2020-12-31 02:03:12'),
(23041,11844,'action started via WP Cron','2020-12-31 07:05:13','2020-12-31 02:05:13'),
(23042,11844,'action complete via WP Cron','2020-12-31 07:05:13','2020-12-31 02:05:13'),
(23043,11845,'action created','2020-12-31 07:05:13','2020-12-31 02:05:13'),
(23044,11845,'action started via WP Cron','2020-12-31 07:07:00','2020-12-31 02:07:00'),
(23045,11845,'action complete via WP Cron','2020-12-31 07:07:00','2020-12-31 02:07:00'),
(23046,11846,'action created','2020-12-31 07:07:00','2020-12-31 02:07:00'),
(23047,11846,'action started via WP Cron','2020-12-31 07:07:25','2020-12-31 02:07:25'),
(23048,11846,'action complete via WP Cron','2020-12-31 07:07:25','2020-12-31 02:07:25'),
(23049,11847,'action created','2020-12-31 07:07:25','2020-12-31 02:07:25'),
(23050,11847,'action started via WP Cron','2020-12-31 07:08:25','2020-12-31 02:08:25'),
(23051,11847,'action complete via WP Cron','2020-12-31 07:08:25','2020-12-31 02:08:25'),
(23052,11848,'action created','2020-12-31 07:08:25','2020-12-31 02:08:25'),
(23053,11848,'action started via WP Cron','2020-12-31 07:11:03','2020-12-31 02:11:03'),
(23054,11848,'action complete via WP Cron','2020-12-31 07:11:03','2020-12-31 02:11:03'),
(23055,11849,'action created','2020-12-31 07:11:03','2020-12-31 02:11:03'),
(23056,11849,'action started via WP Cron','2020-12-31 07:12:20','2020-12-31 02:12:20'),
(23057,11849,'action complete via WP Cron','2020-12-31 07:12:20','2020-12-31 02:12:20'),
(23058,11850,'action created','2020-12-31 07:12:21','2020-12-31 02:12:21'),
(23059,11850,'action started via WP Cron','2020-12-31 07:13:22','2020-12-31 02:13:22'),
(23060,11850,'action complete via WP Cron','2020-12-31 07:13:22','2020-12-31 02:13:22'),
(23061,11851,'action created','2020-12-31 07:13:22','2020-12-31 02:13:22'),
(23062,11851,'action started via WP Cron','2020-12-31 07:14:14','2020-12-31 02:14:14'),
(23063,11851,'action complete via WP Cron','2020-12-31 07:14:14','2020-12-31 02:14:14'),
(23064,11852,'action created','2020-12-31 07:14:14','2020-12-31 02:14:14'),
(23065,11852,'action started via WP Cron','2020-12-31 07:15:34','2020-12-31 02:15:34'),
(23066,11852,'action complete via WP Cron','2020-12-31 07:15:34','2020-12-31 02:15:34'),
(23067,11853,'action created','2020-12-31 07:15:34','2020-12-31 02:15:34'),
(23068,11853,'action started via WP Cron','2020-12-31 07:16:46','2020-12-31 02:16:46'),
(23069,11853,'action complete via WP Cron','2020-12-31 07:16:46','2020-12-31 02:16:46'),
(23070,11854,'action created','2020-12-31 07:16:46','2020-12-31 02:16:46'),
(23071,11854,'action started via WP Cron','2020-12-31 07:18:38','2020-12-31 02:18:38'),
(23072,11854,'action complete via WP Cron','2020-12-31 07:18:38','2020-12-31 02:18:38'),
(23073,11855,'action created','2020-12-31 07:18:38','2020-12-31 02:18:38'),
(23074,11855,'action started via WP Cron','2020-12-31 07:19:26','2020-12-31 02:19:26'),
(23075,11855,'action complete via WP Cron','2020-12-31 07:19:26','2020-12-31 02:19:26'),
(23076,11856,'action created','2020-12-31 07:19:26','2020-12-31 02:19:26'),
(23077,11856,'action started via WP Cron','2020-12-31 07:20:16','2020-12-31 02:20:16'),
(23078,11856,'action complete via WP Cron','2020-12-31 07:20:16','2020-12-31 02:20:16'),
(23079,11857,'action created','2020-12-31 07:20:16','2020-12-31 02:20:16'),
(23080,11857,'action started via WP Cron','2020-12-31 07:22:11','2020-12-31 02:22:11'),
(23081,11857,'action complete via WP Cron','2020-12-31 07:22:11','2020-12-31 02:22:11'),
(23082,11858,'action created','2020-12-31 07:22:11','2020-12-31 02:22:11'),
(23083,11858,'action started via WP Cron','2020-12-31 07:23:43','2020-12-31 02:23:43'),
(23084,11858,'action complete via WP Cron','2020-12-31 07:23:44','2020-12-31 02:23:44'),
(23085,11859,'action created','2020-12-31 07:23:44','2020-12-31 02:23:44'),
(23086,11859,'action started via WP Cron','2020-12-31 07:24:54','2020-12-31 02:24:54'),
(23087,11859,'action complete via WP Cron','2020-12-31 07:24:54','2020-12-31 02:24:54'),
(23088,11860,'action created','2020-12-31 07:24:54','2020-12-31 02:24:54'),
(23089,11860,'action started via WP Cron','2020-12-31 07:25:51','2020-12-31 02:25:51'),
(23090,11860,'action complete via WP Cron','2020-12-31 07:25:51','2020-12-31 02:25:51'),
(23091,11861,'action created','2020-12-31 07:25:51','2020-12-31 02:25:51'),
(23092,11861,'action started via WP Cron','2020-12-31 07:26:38','2020-12-31 02:26:38'),
(23093,11861,'action complete via WP Cron','2020-12-31 07:26:38','2020-12-31 02:26:38'),
(23094,11862,'action created','2020-12-31 07:26:38','2020-12-31 02:26:38'),
(23095,11862,'action started via WP Cron','2020-12-31 07:27:33','2020-12-31 02:27:33'),
(23096,11862,'action complete via WP Cron','2020-12-31 07:27:33','2020-12-31 02:27:33'),
(23097,11863,'action created','2020-12-31 07:27:33','2020-12-31 02:27:33'),
(23098,11863,'action started via WP Cron','2020-12-31 07:28:12','2020-12-31 02:28:12'),
(23099,11863,'action complete via WP Cron','2020-12-31 07:28:12','2020-12-31 02:28:12'),
(23100,11864,'action created','2020-12-31 07:28:12','2020-12-31 02:28:12'),
(23101,11864,'action started via WP Cron','2020-12-31 07:30:06','2020-12-31 02:30:06'),
(23102,11864,'action complete via WP Cron','2020-12-31 07:30:06','2020-12-31 02:30:06'),
(23103,11865,'action created','2020-12-31 07:30:06','2020-12-31 02:30:06'),
(23104,11865,'action started via WP Cron','2020-12-31 07:30:39','2020-12-31 02:30:39'),
(23105,11865,'action complete via WP Cron','2020-12-31 07:30:39','2020-12-31 02:30:39'),
(23106,11866,'action created','2020-12-31 07:30:39','2020-12-31 02:30:39'),
(23107,11866,'action started via WP Cron','2020-12-31 07:31:24','2020-12-31 02:31:24'),
(23108,11866,'action complete via WP Cron','2020-12-31 07:31:24','2020-12-31 02:31:24'),
(23109,11867,'action created','2020-12-31 07:31:24','2020-12-31 02:31:24'),
(23110,11867,'action started via WP Cron','2020-12-31 07:32:31','2020-12-31 02:32:31'),
(23111,11867,'action complete via WP Cron','2020-12-31 07:32:31','2020-12-31 02:32:31'),
(23112,11868,'action created','2020-12-31 07:32:31','2020-12-31 02:32:31'),
(23113,11868,'action started via WP Cron','2020-12-31 07:33:40','2020-12-31 02:33:40'),
(23114,11868,'action complete via WP Cron','2020-12-31 07:33:40','2020-12-31 02:33:40'),
(23115,11869,'action created','2020-12-31 07:33:40','2020-12-31 02:33:40'),
(23116,11869,'action started via WP Cron','2020-12-31 07:34:12','2020-12-31 02:34:12'),
(23117,11869,'action complete via WP Cron','2020-12-31 07:34:12','2020-12-31 02:34:12'),
(23118,11870,'action created','2020-12-31 07:34:12','2020-12-31 02:34:12'),
(23119,11870,'action started via WP Cron','2020-12-31 07:37:15','2020-12-31 02:37:15'),
(23120,11870,'action complete via WP Cron','2020-12-31 07:37:15','2020-12-31 02:37:15'),
(23121,11871,'action created','2020-12-31 07:37:15','2020-12-31 02:37:15'),
(23122,11871,'action started via WP Cron','2020-12-31 07:38:29','2020-12-31 02:38:29'),
(23123,11871,'action complete via WP Cron','2020-12-31 07:38:29','2020-12-31 02:38:29'),
(23124,11872,'action created','2020-12-31 07:38:29','2020-12-31 02:38:29'),
(23125,11872,'action started via WP Cron','2020-12-31 07:42:36','2020-12-31 02:42:36'),
(23126,11872,'action complete via WP Cron','2020-12-31 07:42:36','2020-12-31 02:42:36'),
(23127,11873,'action created','2020-12-31 07:42:36','2020-12-31 02:42:36'),
(23128,11873,'action started via WP Cron','2020-12-31 07:43:11','2020-12-31 02:43:11'),
(23129,11873,'action complete via WP Cron','2020-12-31 07:43:12','2020-12-31 02:43:12'),
(23130,11874,'action created','2020-12-31 07:43:12','2020-12-31 02:43:12'),
(23131,11874,'action started via WP Cron','2020-12-31 07:44:25','2020-12-31 02:44:25'),
(23132,11874,'action complete via WP Cron','2020-12-31 07:44:25','2020-12-31 02:44:25'),
(23133,11875,'action created','2020-12-31 07:44:25','2020-12-31 02:44:25'),
(23134,11875,'action started via WP Cron','2020-12-31 07:45:13','2020-12-31 02:45:13'),
(23135,11875,'action complete via WP Cron','2020-12-31 07:45:13','2020-12-31 02:45:13'),
(23136,11876,'action created','2020-12-31 07:45:13','2020-12-31 02:45:13'),
(23137,11876,'action started via WP Cron','2020-12-31 07:51:14','2020-12-31 02:51:14'),
(23138,11876,'action complete via WP Cron','2020-12-31 07:51:14','2020-12-31 02:51:14'),
(23139,11877,'action created','2020-12-31 07:51:15','2020-12-31 02:51:15'),
(23140,11877,'action started via WP Cron','2020-12-31 07:53:34','2020-12-31 02:53:34'),
(23141,11877,'action complete via WP Cron','2020-12-31 07:53:34','2020-12-31 02:53:34'),
(23142,11878,'action created','2020-12-31 07:53:34','2020-12-31 02:53:34'),
(23143,11878,'action started via WP Cron','2020-12-31 07:55:41','2020-12-31 02:55:41'),
(23144,11878,'action complete via WP Cron','2020-12-31 07:55:41','2020-12-31 02:55:41'),
(23145,11879,'action created','2020-12-31 07:55:41','2020-12-31 02:55:41'),
(23146,11879,'action started via WP Cron','2020-12-31 07:57:51','2020-12-31 02:57:51'),
(23147,11879,'action complete via WP Cron','2020-12-31 07:57:51','2020-12-31 02:57:51'),
(23148,11880,'action created','2020-12-31 07:57:51','2020-12-31 02:57:51'),
(23149,11880,'action started via WP Cron','2020-12-31 07:58:13','2020-12-31 02:58:13'),
(23150,11880,'action complete via WP Cron','2020-12-31 07:58:13','2020-12-31 02:58:13'),
(23151,11881,'action created','2020-12-31 07:58:13','2020-12-31 02:58:13'),
(23152,11881,'action started via WP Cron','2020-12-31 08:00:06','2020-12-31 03:00:06'),
(23153,11881,'action complete via WP Cron','2020-12-31 08:00:06','2020-12-31 03:00:06'),
(23154,11882,'action created','2020-12-31 08:00:06','2020-12-31 03:00:06'),
(23155,11882,'action started via WP Cron','2020-12-31 08:00:26','2020-12-31 03:00:26'),
(23156,11882,'action complete via WP Cron','2020-12-31 08:00:26','2020-12-31 03:00:26'),
(23157,11883,'action created','2020-12-31 08:00:27','2020-12-31 03:00:27'),
(23158,11883,'action started via WP Cron','2020-12-31 08:04:48','2020-12-31 03:04:48'),
(23159,11883,'action complete via WP Cron','2020-12-31 08:04:48','2020-12-31 03:04:48'),
(23160,11884,'action created','2020-12-31 08:04:49','2020-12-31 03:04:49'),
(23161,11884,'action started via WP Cron','2020-12-31 08:05:17','2020-12-31 03:05:17'),
(23162,11884,'action complete via WP Cron','2020-12-31 08:05:17','2020-12-31 03:05:17'),
(23163,11885,'action created','2020-12-31 08:05:17','2020-12-31 03:05:17'),
(23164,11885,'action started via WP Cron','2020-12-31 08:09:30','2020-12-31 03:09:30'),
(23165,11885,'action complete via WP Cron','2020-12-31 08:09:30','2020-12-31 03:09:30'),
(23166,11886,'action created','2020-12-31 08:09:30','2020-12-31 03:09:30'),
(23167,11886,'action started via WP Cron','2020-12-31 08:10:15','2020-12-31 03:10:15'),
(23168,11886,'action complete via WP Cron','2020-12-31 08:10:15','2020-12-31 03:10:15'),
(23169,11887,'action created','2020-12-31 08:10:15','2020-12-31 03:10:15'),
(23170,11887,'action started via WP Cron','2020-12-31 08:12:07','2020-12-31 03:12:07'),
(23171,11887,'action complete via WP Cron','2020-12-31 08:12:08','2020-12-31 03:12:08'),
(23172,11888,'action created','2020-12-31 08:12:08','2020-12-31 03:12:08'),
(23173,11888,'action started via WP Cron','2020-12-31 08:12:56','2020-12-31 03:12:56'),
(23174,11888,'action complete via WP Cron','2020-12-31 08:12:56','2020-12-31 03:12:56'),
(23175,11889,'action created','2020-12-31 08:12:56','2020-12-31 03:12:56'),
(23176,11889,'action started via WP Cron','2020-12-31 08:14:08','2020-12-31 03:14:08'),
(23177,11889,'action complete via WP Cron','2020-12-31 08:14:08','2020-12-31 03:14:08'),
(23178,11890,'action created','2020-12-31 08:14:08','2020-12-31 03:14:08'),
(23179,11890,'action started via WP Cron','2020-12-31 08:16:26','2020-12-31 03:16:26'),
(23180,11890,'action complete via WP Cron','2020-12-31 08:16:26','2020-12-31 03:16:26'),
(23181,11891,'action created','2020-12-31 08:16:26','2020-12-31 03:16:26'),
(23182,11891,'action started via WP Cron','2020-12-31 08:17:24','2020-12-31 03:17:24'),
(23183,11891,'action complete via WP Cron','2020-12-31 08:17:24','2020-12-31 03:17:24'),
(23184,11892,'action created','2020-12-31 08:17:24','2020-12-31 03:17:24'),
(23185,11892,'action started via WP Cron','2020-12-31 08:18:11','2020-12-31 03:18:11'),
(23186,11892,'action complete via WP Cron','2020-12-31 08:18:11','2020-12-31 03:18:11'),
(23187,11893,'action created','2020-12-31 08:18:11','2020-12-31 03:18:11'),
(23188,11893,'action started via WP Cron','2020-12-31 08:19:19','2020-12-31 03:19:19'),
(23189,11893,'action complete via WP Cron','2020-12-31 08:19:19','2020-12-31 03:19:19'),
(23190,11894,'action created','2020-12-31 08:19:19','2020-12-31 03:19:19'),
(23191,11894,'action started via WP Cron','2020-12-31 08:20:17','2020-12-31 03:20:17'),
(23192,11894,'action complete via WP Cron','2020-12-31 08:20:17','2020-12-31 03:20:17'),
(23193,11895,'action created','2020-12-31 08:20:17','2020-12-31 03:20:17'),
(23194,11895,'action started via WP Cron','2020-12-31 08:21:27','2020-12-31 03:21:27'),
(23195,11895,'action complete via WP Cron','2020-12-31 08:21:27','2020-12-31 03:21:27'),
(23196,11896,'action created','2020-12-31 08:21:27','2020-12-31 03:21:27'),
(23197,11896,'action started via WP Cron','2020-12-31 08:22:25','2020-12-31 03:22:25'),
(23198,11896,'action complete via WP Cron','2020-12-31 08:22:25','2020-12-31 03:22:25'),
(23199,11897,'action created','2020-12-31 08:22:25','2020-12-31 03:22:25'),
(23200,11897,'action started via WP Cron','2020-12-31 08:23:33','2020-12-31 03:23:33'),
(23201,11897,'action complete via WP Cron','2020-12-31 08:23:33','2020-12-31 03:23:33'),
(23202,11898,'action created','2020-12-31 08:23:33','2020-12-31 03:23:33'),
(23203,11898,'action started via WP Cron','2020-12-31 08:25:23','2020-12-31 03:25:23'),
(23204,11898,'action complete via WP Cron','2020-12-31 08:25:23','2020-12-31 03:25:23'),
(23205,11899,'action created','2020-12-31 08:25:23','2020-12-31 03:25:23'),
(23206,11899,'action started via WP Cron','2020-12-31 08:27:27','2020-12-31 03:27:27'),
(23207,11899,'action complete via WP Cron','2020-12-31 08:27:27','2020-12-31 03:27:27'),
(23208,11900,'action created','2020-12-31 08:27:27','2020-12-31 03:27:27'),
(23209,11900,'action started via WP Cron','2020-12-31 08:28:12','2020-12-31 03:28:12'),
(23210,11900,'action complete via WP Cron','2020-12-31 08:28:12','2020-12-31 03:28:12'),
(23211,11901,'action created','2020-12-31 08:28:12','2020-12-31 03:28:12'),
(23212,11901,'action started via WP Cron','2020-12-31 08:29:58','2020-12-31 03:29:58'),
(23213,11901,'action complete via WP Cron','2020-12-31 08:29:58','2020-12-31 03:29:58'),
(23214,11902,'action created','2020-12-31 08:29:58','2020-12-31 03:29:58'),
(23215,11902,'action started via WP Cron','2020-12-31 08:30:26','2020-12-31 03:30:26'),
(23216,11902,'action complete via WP Cron','2020-12-31 08:30:26','2020-12-31 03:30:26'),
(23217,11903,'action created','2020-12-31 08:30:26','2020-12-31 03:30:26'),
(23218,11903,'action started via WP Cron','2020-12-31 08:32:00','2020-12-31 03:32:00'),
(23219,11903,'action complete via WP Cron','2020-12-31 08:32:00','2020-12-31 03:32:00'),
(23220,11904,'action created','2020-12-31 08:32:00','2020-12-31 03:32:00'),
(23221,11904,'action started via WP Cron','2020-12-31 08:32:50','2020-12-31 03:32:50'),
(23222,11904,'action complete via WP Cron','2020-12-31 08:32:50','2020-12-31 03:32:50'),
(23223,11905,'action created','2020-12-31 08:32:50','2020-12-31 03:32:50'),
(23224,11905,'action started via WP Cron','2020-12-31 08:33:30','2020-12-31 03:33:30'),
(23225,11905,'action complete via WP Cron','2020-12-31 08:33:30','2020-12-31 03:33:30'),
(23226,11906,'action created','2020-12-31 08:33:30','2020-12-31 03:33:30'),
(23227,11906,'action started via WP Cron','2020-12-31 08:34:25','2020-12-31 03:34:25'),
(23228,11906,'action complete via WP Cron','2020-12-31 08:34:25','2020-12-31 03:34:25'),
(23229,11907,'action created','2020-12-31 08:34:25','2020-12-31 03:34:25'),
(23230,11907,'action started via WP Cron','2020-12-31 08:35:31','2020-12-31 03:35:31'),
(23231,11907,'action complete via WP Cron','2020-12-31 08:35:31','2020-12-31 03:35:31'),
(23232,11908,'action created','2020-12-31 08:35:31','2020-12-31 03:35:31'),
(23233,11908,'action started via WP Cron','2020-12-31 08:37:49','2020-12-31 03:37:49'),
(23234,11908,'action complete via WP Cron','2020-12-31 08:37:49','2020-12-31 03:37:49'),
(23235,11909,'action created','2020-12-31 08:37:49','2020-12-31 03:37:49'),
(23236,11909,'action started via WP Cron','2020-12-31 08:39:13','2020-12-31 03:39:13'),
(23237,11909,'action complete via WP Cron','2020-12-31 08:39:13','2020-12-31 03:39:13'),
(23238,11910,'action created','2020-12-31 08:39:13','2020-12-31 03:39:13'),
(23239,11910,'action started via WP Cron','2020-12-31 08:40:47','2020-12-31 03:40:47'),
(23240,11910,'action complete via WP Cron','2020-12-31 08:40:47','2020-12-31 03:40:47'),
(23241,11911,'action created','2020-12-31 08:40:47','2020-12-31 03:40:47'),
(23242,11911,'action started via WP Cron','2020-12-31 08:41:13','2020-12-31 03:41:13'),
(23243,11911,'action complete via WP Cron','2020-12-31 08:41:13','2020-12-31 03:41:13'),
(23244,11912,'action created','2020-12-31 08:41:13','2020-12-31 03:41:13'),
(23245,11912,'action started via WP Cron','2020-12-31 08:43:15','2020-12-31 03:43:15'),
(23246,11912,'action complete via WP Cron','2020-12-31 08:43:15','2020-12-31 03:43:15'),
(23247,11913,'action created','2020-12-31 08:43:15','2020-12-31 03:43:15'),
(23248,11913,'action started via WP Cron','2020-12-31 08:44:15','2020-12-31 03:44:15'),
(23249,11913,'action complete via WP Cron','2020-12-31 08:44:15','2020-12-31 03:44:15'),
(23250,11914,'action created','2020-12-31 08:44:15','2020-12-31 03:44:15'),
(23251,11914,'action started via WP Cron','2020-12-31 08:46:01','2020-12-31 03:46:01'),
(23252,11914,'action complete via WP Cron','2020-12-31 08:46:01','2020-12-31 03:46:01'),
(23253,11915,'action created','2020-12-31 08:46:01','2020-12-31 03:46:01'),
(23254,11915,'action started via WP Cron','2020-12-31 08:48:25','2020-12-31 03:48:25'),
(23255,11915,'action complete via WP Cron','2020-12-31 08:48:25','2020-12-31 03:48:25'),
(23256,11916,'action created','2020-12-31 08:48:25','2020-12-31 03:48:25'),
(23257,11916,'action started via WP Cron','2020-12-31 08:50:23','2020-12-31 03:50:23'),
(23258,11916,'action complete via WP Cron','2020-12-31 08:50:23','2020-12-31 03:50:23'),
(23259,11917,'action created','2020-12-31 08:50:23','2020-12-31 03:50:23'),
(23260,11917,'action started via WP Cron','2020-12-31 08:52:24','2020-12-31 03:52:24'),
(23261,11917,'action complete via WP Cron','2020-12-31 08:52:24','2020-12-31 03:52:24'),
(23262,11918,'action created','2020-12-31 08:52:24','2020-12-31 03:52:24'),
(23263,11918,'action started via WP Cron','2020-12-31 08:53:30','2020-12-31 03:53:30'),
(23264,11918,'action complete via WP Cron','2020-12-31 08:53:30','2020-12-31 03:53:30'),
(23265,11919,'action created','2020-12-31 08:53:30','2020-12-31 03:53:30'),
(23266,11919,'action started via WP Cron','2020-12-31 08:54:51','2020-12-31 03:54:51'),
(23267,11919,'action complete via WP Cron','2020-12-31 08:54:51','2020-12-31 03:54:51'),
(23268,11920,'action created','2020-12-31 08:54:51','2020-12-31 03:54:51'),
(23269,11920,'action started via WP Cron','2020-12-31 08:55:51','2020-12-31 03:55:51'),
(23270,11920,'action complete via WP Cron','2020-12-31 08:55:51','2020-12-31 03:55:51'),
(23271,11921,'action created','2020-12-31 08:55:51','2020-12-31 03:55:51'),
(23272,11921,'action started via WP Cron','2020-12-31 08:57:14','2020-12-31 03:57:14'),
(23273,11921,'action complete via WP Cron','2020-12-31 08:57:14','2020-12-31 03:57:14'),
(23274,11922,'action created','2020-12-31 08:57:14','2020-12-31 03:57:14'),
(23275,11922,'action started via WP Cron','2020-12-31 08:58:15','2020-12-31 03:58:15'),
(23276,11922,'action complete via WP Cron','2020-12-31 08:58:15','2020-12-31 03:58:15'),
(23277,11923,'action created','2020-12-31 08:58:15','2020-12-31 03:58:15'),
(23278,11923,'action started via WP Cron','2020-12-31 08:59:23','2020-12-31 03:59:23'),
(23279,11923,'action complete via WP Cron','2020-12-31 08:59:23','2020-12-31 03:59:23'),
(23280,11924,'action created','2020-12-31 08:59:23','2020-12-31 03:59:23'),
(23281,11924,'action started via WP Cron','2020-12-31 09:02:53','2020-12-31 04:02:53'),
(23282,11924,'action complete via WP Cron','2020-12-31 09:02:53','2020-12-31 04:02:53'),
(23283,11925,'action created','2020-12-31 09:02:54','2020-12-31 04:02:54'),
(23284,11925,'action started via WP Cron','2020-12-31 09:03:35','2020-12-31 04:03:35'),
(23285,11925,'action complete via WP Cron','2020-12-31 09:03:35','2020-12-31 04:03:35'),
(23286,11926,'action created','2020-12-31 09:03:35','2020-12-31 04:03:35'),
(23287,11926,'action started via WP Cron','2020-12-31 09:08:03','2020-12-31 04:08:03'),
(23288,11926,'action complete via WP Cron','2020-12-31 09:08:03','2020-12-31 04:08:03'),
(23289,11927,'action created','2020-12-31 09:08:03','2020-12-31 04:08:03'),
(23290,11927,'action started via WP Cron','2020-12-31 09:10:09','2020-12-31 04:10:09'),
(23291,11927,'action complete via WP Cron','2020-12-31 09:10:09','2020-12-31 04:10:09'),
(23292,11928,'action created','2020-12-31 09:10:09','2020-12-31 04:10:09'),
(23293,11928,'action started via WP Cron','2020-12-31 09:11:22','2020-12-31 04:11:22'),
(23294,11928,'action complete via WP Cron','2020-12-31 09:11:22','2020-12-31 04:11:22'),
(23295,11929,'action created','2020-12-31 09:11:22','2020-12-31 04:11:22'),
(23296,11929,'action started via WP Cron','2020-12-31 09:15:22','2020-12-31 04:15:22'),
(23297,11929,'action complete via WP Cron','2020-12-31 09:15:22','2020-12-31 04:15:22'),
(23298,11930,'action created','2020-12-31 09:15:22','2020-12-31 04:15:22'),
(23299,11930,'action started via WP Cron','2020-12-31 09:16:58','2020-12-31 04:16:58'),
(23300,11930,'action complete via WP Cron','2020-12-31 09:16:58','2020-12-31 04:16:58'),
(23301,11931,'action created','2020-12-31 09:16:58','2020-12-31 04:16:58'),
(23302,11931,'action started via WP Cron','2020-12-31 09:19:57','2020-12-31 04:19:57'),
(23303,11931,'action complete via WP Cron','2020-12-31 09:19:57','2020-12-31 04:19:57'),
(23304,11932,'action created','2020-12-31 09:19:57','2020-12-31 04:19:57'),
(23305,11932,'action started via WP Cron','2020-12-31 09:23:41','2020-12-31 04:23:41'),
(23306,11932,'action complete via WP Cron','2020-12-31 09:23:41','2020-12-31 04:23:41'),
(23307,11933,'action created','2020-12-31 09:23:41','2020-12-31 04:23:41'),
(23308,11933,'action started via WP Cron','2020-12-31 09:24:14','2020-12-31 04:24:14'),
(23309,11933,'action complete via WP Cron','2020-12-31 09:24:14','2020-12-31 04:24:14'),
(23310,11934,'action created','2020-12-31 09:24:14','2020-12-31 04:24:14'),
(23311,11934,'action started via WP Cron','2020-12-31 09:25:18','2020-12-31 04:25:18'),
(23312,11934,'action complete via WP Cron','2020-12-31 09:25:18','2020-12-31 04:25:18'),
(23313,11935,'action created','2020-12-31 09:25:18','2020-12-31 04:25:18'),
(23314,11935,'action started via WP Cron','2020-12-31 09:27:30','2020-12-31 04:27:30'),
(23315,11935,'action complete via WP Cron','2020-12-31 09:27:30','2020-12-31 04:27:30'),
(23316,11936,'action created','2020-12-31 09:27:30','2020-12-31 04:27:30'),
(23317,11936,'action started via WP Cron','2020-12-31 09:28:20','2020-12-31 04:28:20'),
(23318,11936,'action complete via WP Cron','2020-12-31 09:28:20','2020-12-31 04:28:20'),
(23319,11937,'action created','2020-12-31 09:28:20','2020-12-31 04:28:20'),
(23320,11937,'action started via WP Cron','2020-12-31 09:32:18','2020-12-31 04:32:18'),
(23321,11937,'action complete via WP Cron','2020-12-31 09:32:18','2020-12-31 04:32:18'),
(23322,11938,'action created','2020-12-31 09:32:18','2020-12-31 04:32:18'),
(23323,11938,'action started via WP Cron','2020-12-31 09:34:33','2020-12-31 04:34:33'),
(23324,11938,'action complete via WP Cron','2020-12-31 09:34:33','2020-12-31 04:34:33'),
(23325,11939,'action created','2020-12-31 09:34:33','2020-12-31 04:34:33'),
(23326,11939,'action started via WP Cron','2020-12-31 09:35:19','2020-12-31 04:35:19'),
(23327,11939,'action complete via WP Cron','2020-12-31 09:35:19','2020-12-31 04:35:19'),
(23328,11940,'action created','2020-12-31 09:35:19','2020-12-31 04:35:19'),
(23329,11940,'action started via WP Cron','2020-12-31 09:36:50','2020-12-31 04:36:50'),
(23330,11940,'action complete via WP Cron','2020-12-31 09:36:50','2020-12-31 04:36:50'),
(23331,11941,'action created','2020-12-31 09:36:50','2020-12-31 04:36:50'),
(23332,11941,'action started via WP Cron','2020-12-31 09:39:59','2020-12-31 04:39:59'),
(23333,11941,'action complete via WP Cron','2020-12-31 09:39:59','2020-12-31 04:39:59'),
(23334,11942,'action created','2020-12-31 09:39:59','2020-12-31 04:39:59'),
(23335,11942,'action started via WP Cron','2020-12-31 09:40:43','2020-12-31 04:40:43'),
(23336,11942,'action complete via WP Cron','2020-12-31 09:40:43','2020-12-31 04:40:43'),
(23337,11943,'action created','2020-12-31 09:40:43','2020-12-31 04:40:43'),
(23338,11943,'action started via WP Cron','2020-12-31 09:42:31','2020-12-31 04:42:31'),
(23339,11943,'action complete via WP Cron','2020-12-31 09:42:31','2020-12-31 04:42:31'),
(23340,11944,'action created','2020-12-31 09:42:31','2020-12-31 04:42:31'),
(23341,11944,'action started via WP Cron','2020-12-31 09:43:13','2020-12-31 04:43:13'),
(23342,11944,'action complete via WP Cron','2020-12-31 09:43:13','2020-12-31 04:43:13'),
(23343,11945,'action created','2020-12-31 09:43:13','2020-12-31 04:43:13'),
(23344,11945,'action started via WP Cron','2020-12-31 09:44:13','2020-12-31 04:44:13'),
(23345,11945,'action complete via WP Cron','2020-12-31 09:44:13','2020-12-31 04:44:13'),
(23346,11946,'action created','2020-12-31 09:44:13','2020-12-31 04:44:13'),
(23347,11946,'action started via WP Cron','2020-12-31 09:45:12','2020-12-31 04:45:12'),
(23348,11946,'action complete via WP Cron','2020-12-31 09:45:12','2020-12-31 04:45:12'),
(23349,11947,'action created','2020-12-31 09:45:12','2020-12-31 04:45:12'),
(23350,11947,'action started via WP Cron','2020-12-31 09:46:24','2020-12-31 04:46:24'),
(23351,11947,'action complete via WP Cron','2020-12-31 09:46:24','2020-12-31 04:46:24'),
(23352,11948,'action created','2020-12-31 09:46:24','2020-12-31 04:46:24'),
(23353,11948,'action started via WP Cron','2020-12-31 09:49:54','2020-12-31 04:49:54'),
(23354,11948,'action complete via WP Cron','2020-12-31 09:49:54','2020-12-31 04:49:54'),
(23355,11949,'action created','2020-12-31 09:49:54','2020-12-31 04:49:54'),
(23356,11949,'action started via WP Cron','2020-12-31 09:50:16','2020-12-31 04:50:16'),
(23357,11949,'action complete via WP Cron','2020-12-31 09:50:16','2020-12-31 04:50:16'),
(23358,11950,'action created','2020-12-31 09:50:16','2020-12-31 04:50:16'),
(23359,11950,'action started via WP Cron','2020-12-31 09:54:57','2020-12-31 04:54:57'),
(23360,11950,'action complete via WP Cron','2020-12-31 09:54:57','2020-12-31 04:54:57'),
(23361,11951,'action created','2020-12-31 09:54:57','2020-12-31 04:54:57'),
(23362,11951,'action started via WP Cron','2020-12-31 09:56:19','2020-12-31 04:56:19'),
(23363,11951,'action complete via WP Cron','2020-12-31 09:56:19','2020-12-31 04:56:19'),
(23364,11952,'action created','2020-12-31 09:56:19','2020-12-31 04:56:19'),
(23365,11952,'action started via WP Cron','2020-12-31 09:57:43','2020-12-31 04:57:43'),
(23366,11952,'action complete via WP Cron','2020-12-31 09:57:43','2020-12-31 04:57:43'),
(23367,11953,'action created','2020-12-31 09:57:44','2020-12-31 04:57:44'),
(23368,11953,'action started via WP Cron','2020-12-31 09:59:06','2020-12-31 04:59:06'),
(23369,11953,'action complete via WP Cron','2020-12-31 09:59:06','2020-12-31 04:59:06'),
(23370,11954,'action created','2020-12-31 09:59:06','2020-12-31 04:59:06'),
(23371,11954,'action started via WP Cron','2020-12-31 09:59:54','2020-12-31 04:59:54'),
(23372,11954,'action complete via WP Cron','2020-12-31 09:59:54','2020-12-31 04:59:54'),
(23373,11955,'action created','2020-12-31 09:59:54','2020-12-31 04:59:54'),
(23374,11955,'action started via WP Cron','2020-12-31 10:00:32','2020-12-31 05:00:32'),
(23375,11955,'action complete via WP Cron','2020-12-31 10:00:32','2020-12-31 05:00:32'),
(23376,11956,'action created','2020-12-31 10:00:32','2020-12-31 05:00:32'),
(23377,11956,'action started via WP Cron','2020-12-31 10:02:57','2020-12-31 05:02:57'),
(23378,11956,'action complete via WP Cron','2020-12-31 10:02:57','2020-12-31 05:02:57'),
(23379,11957,'action created','2020-12-31 10:02:58','2020-12-31 05:02:58'),
(23380,11957,'action started via WP Cron','2020-12-31 10:05:03','2020-12-31 05:05:03'),
(23381,11957,'action complete via WP Cron','2020-12-31 10:05:03','2020-12-31 05:05:03'),
(23382,11958,'action created','2020-12-31 10:05:03','2020-12-31 05:05:03'),
(23383,11958,'action started via WP Cron','2020-12-31 10:05:24','2020-12-31 05:05:24'),
(23384,11958,'action complete via WP Cron','2020-12-31 10:05:24','2020-12-31 05:05:24'),
(23385,11959,'action created','2020-12-31 10:05:24','2020-12-31 05:05:24'),
(23386,11959,'action started via WP Cron','2020-12-31 10:06:31','2020-12-31 05:06:31'),
(23387,11959,'action complete via WP Cron','2020-12-31 10:06:31','2020-12-31 05:06:31'),
(23388,11960,'action created','2020-12-31 10:06:31','2020-12-31 05:06:31'),
(23389,11960,'action started via WP Cron','2020-12-31 10:11:10','2020-12-31 05:11:10'),
(23390,11960,'action complete via WP Cron','2020-12-31 10:11:10','2020-12-31 05:11:10'),
(23391,11961,'action created','2020-12-31 10:11:10','2020-12-31 05:11:10'),
(23392,11961,'action started via WP Cron','2020-12-31 10:12:50','2020-12-31 05:12:50'),
(23393,11961,'action complete via WP Cron','2020-12-31 10:12:50','2020-12-31 05:12:50'),
(23394,11962,'action created','2020-12-31 10:12:50','2020-12-31 05:12:50'),
(23395,11962,'action started via WP Cron','2020-12-31 10:13:14','2020-12-31 05:13:14'),
(23396,11962,'action complete via WP Cron','2020-12-31 10:13:14','2020-12-31 05:13:14'),
(23397,11963,'action created','2020-12-31 10:13:14','2020-12-31 05:13:14'),
(23398,11963,'action started via WP Cron','2020-12-31 10:14:15','2020-12-31 05:14:15'),
(23399,11963,'action complete via WP Cron','2020-12-31 10:14:15','2020-12-31 05:14:15'),
(23400,11964,'action created','2020-12-31 10:14:15','2020-12-31 05:14:15'),
(23401,11964,'action started via WP Cron','2020-12-31 10:15:16','2020-12-31 05:15:16'),
(23402,11964,'action complete via WP Cron','2020-12-31 10:15:16','2020-12-31 05:15:16'),
(23403,11965,'action created','2020-12-31 10:15:16','2020-12-31 05:15:16'),
(23404,11965,'action started via WP Cron','2020-12-31 10:16:48','2020-12-31 05:16:48'),
(23405,11965,'action complete via WP Cron','2020-12-31 10:16:48','2020-12-31 05:16:48'),
(23406,11966,'action created','2020-12-31 10:16:48','2020-12-31 05:16:48'),
(23407,11966,'action started via WP Cron','2020-12-31 10:17:27','2020-12-31 05:17:27'),
(23408,11966,'action complete via WP Cron','2020-12-31 10:17:27','2020-12-31 05:17:27'),
(23409,11967,'action created','2020-12-31 10:17:27','2020-12-31 05:17:27'),
(23410,11967,'action started via WP Cron','2020-12-31 10:19:48','2020-12-31 05:19:48'),
(23411,11967,'action complete via WP Cron','2020-12-31 10:19:48','2020-12-31 05:19:48'),
(23412,11968,'action created','2020-12-31 10:19:48','2020-12-31 05:19:48'),
(23413,11968,'action started via WP Cron','2020-12-31 10:23:11','2020-12-31 05:23:11'),
(23414,11968,'action complete via WP Cron','2020-12-31 10:23:11','2020-12-31 05:23:11'),
(23415,11969,'action created','2020-12-31 10:23:11','2020-12-31 05:23:11'),
(23416,11969,'action started via WP Cron','2020-12-31 10:26:53','2020-12-31 05:26:53'),
(23417,11969,'action complete via WP Cron','2020-12-31 10:26:53','2020-12-31 05:26:53'),
(23418,11970,'action created','2020-12-31 10:26:53','2020-12-31 05:26:53'),
(23419,11970,'action started via WP Cron','2020-12-31 10:29:26','2020-12-31 05:29:26'),
(23420,11970,'action complete via WP Cron','2020-12-31 10:29:26','2020-12-31 05:29:26'),
(23421,11971,'action created','2020-12-31 10:29:26','2020-12-31 05:29:26'),
(23422,11971,'action started via WP Cron','2020-12-31 10:30:41','2020-12-31 05:30:41'),
(23423,11971,'action complete via WP Cron','2020-12-31 10:30:41','2020-12-31 05:30:41'),
(23424,11972,'action created','2020-12-31 10:30:41','2020-12-31 05:30:41'),
(23425,11972,'action started via WP Cron','2020-12-31 10:31:25','2020-12-31 05:31:25'),
(23426,11972,'action complete via WP Cron','2020-12-31 10:31:25','2020-12-31 05:31:25'),
(23427,11973,'action created','2020-12-31 10:31:25','2020-12-31 05:31:25'),
(23428,11973,'action started via WP Cron','2020-12-31 10:34:40','2020-12-31 05:34:40'),
(23429,11973,'action complete via WP Cron','2020-12-31 10:34:40','2020-12-31 05:34:40'),
(23430,11974,'action created','2020-12-31 10:34:40','2020-12-31 05:34:40'),
(23431,11974,'action started via WP Cron','2020-12-31 10:35:47','2020-12-31 05:35:47'),
(23432,11974,'action complete via WP Cron','2020-12-31 10:35:47','2020-12-31 05:35:47'),
(23433,11975,'action created','2020-12-31 10:35:47','2020-12-31 05:35:47'),
(23434,11975,'action started via WP Cron','2020-12-31 10:37:04','2020-12-31 05:37:04'),
(23435,11975,'action complete via WP Cron','2020-12-31 10:37:04','2020-12-31 05:37:04'),
(23436,11976,'action created','2020-12-31 10:37:04','2020-12-31 05:37:04'),
(23437,11976,'action started via WP Cron','2020-12-31 10:37:52','2020-12-31 05:37:52'),
(23438,11976,'action complete via WP Cron','2020-12-31 10:37:52','2020-12-31 05:37:52'),
(23439,11977,'action created','2020-12-31 10:37:52','2020-12-31 05:37:52'),
(23440,11977,'action started via WP Cron','2020-12-31 10:39:14','2020-12-31 05:39:14'),
(23441,11977,'action complete via WP Cron','2020-12-31 10:39:14','2020-12-31 05:39:14'),
(23442,11978,'action created','2020-12-31 10:39:14','2020-12-31 05:39:14'),
(23443,11978,'action started via WP Cron','2020-12-31 10:40:34','2020-12-31 05:40:34'),
(23444,11978,'action complete via WP Cron','2020-12-31 10:40:34','2020-12-31 05:40:34'),
(23445,11979,'action created','2020-12-31 10:40:34','2020-12-31 05:40:34'),
(23446,11979,'action started via WP Cron','2020-12-31 10:41:53','2020-12-31 05:41:53'),
(23447,11979,'action complete via WP Cron','2020-12-31 10:41:53','2020-12-31 05:41:53'),
(23448,11980,'action created','2020-12-31 10:41:53','2020-12-31 05:41:53'),
(23449,11980,'action started via WP Cron','2020-12-31 10:43:21','2020-12-31 05:43:21'),
(23450,11980,'action complete via WP Cron','2020-12-31 10:43:21','2020-12-31 05:43:21'),
(23451,11981,'action created','2020-12-31 10:43:21','2020-12-31 05:43:21'),
(23452,11981,'action started via WP Cron','2020-12-31 10:44:12','2020-12-31 05:44:12'),
(23453,11981,'action complete via WP Cron','2020-12-31 10:44:12','2020-12-31 05:44:12'),
(23454,11982,'action created','2020-12-31 10:44:12','2020-12-31 05:44:12'),
(23455,11982,'action started via WP Cron','2020-12-31 10:46:46','2020-12-31 05:46:46'),
(23456,11982,'action complete via WP Cron','2020-12-31 10:46:46','2020-12-31 05:46:46'),
(23457,11983,'action created','2020-12-31 10:46:46','2020-12-31 05:46:46'),
(23458,11983,'action started via WP Cron','2020-12-31 10:48:26','2020-12-31 05:48:26'),
(23459,11983,'action complete via WP Cron','2020-12-31 10:48:26','2020-12-31 05:48:26'),
(23460,11984,'action created','2020-12-31 10:48:26','2020-12-31 05:48:26'),
(23461,11984,'action started via WP Cron','2020-12-31 10:51:14','2020-12-31 05:51:14'),
(23462,11984,'action complete via WP Cron','2020-12-31 10:51:14','2020-12-31 05:51:14'),
(23463,11985,'action created','2020-12-31 10:51:14','2020-12-31 05:51:14'),
(23464,11985,'action started via WP Cron','2020-12-31 10:52:26','2020-12-31 05:52:26'),
(23465,11985,'action complete via WP Cron','2020-12-31 10:52:26','2020-12-31 05:52:26'),
(23466,11986,'action created','2020-12-31 10:52:26','2020-12-31 05:52:26'),
(23467,11986,'action started via WP Cron','2020-12-31 10:53:33','2020-12-31 05:53:33'),
(23468,11986,'action complete via WP Cron','2020-12-31 10:53:33','2020-12-31 05:53:33'),
(23469,11987,'action created','2020-12-31 10:53:33','2020-12-31 05:53:33'),
(23470,11987,'action started via WP Cron','2020-12-31 10:56:38','2020-12-31 05:56:38'),
(23471,11987,'action complete via WP Cron','2020-12-31 10:56:38','2020-12-31 05:56:38'),
(23472,11988,'action created','2020-12-31 10:56:38','2020-12-31 05:56:38'),
(23473,11988,'action started via WP Cron','2020-12-31 10:57:39','2020-12-31 05:57:39'),
(23474,11988,'action complete via WP Cron','2020-12-31 10:57:39','2020-12-31 05:57:39'),
(23475,11989,'action created','2020-12-31 10:57:39','2020-12-31 05:57:39'),
(23476,11989,'action started via WP Cron','2020-12-31 10:58:23','2020-12-31 05:58:23'),
(23477,11989,'action complete via WP Cron','2020-12-31 10:58:23','2020-12-31 05:58:23'),
(23478,11990,'action created','2020-12-31 10:58:23','2020-12-31 05:58:23'),
(23479,11990,'action started via WP Cron','2020-12-31 10:59:26','2020-12-31 05:59:26'),
(23480,11990,'action complete via WP Cron','2020-12-31 10:59:26','2020-12-31 05:59:26'),
(23481,11991,'action created','2020-12-31 10:59:26','2020-12-31 05:59:26'),
(23482,11991,'action started via WP Cron','2020-12-31 11:00:37','2020-12-31 06:00:37'),
(23483,11991,'action complete via WP Cron','2020-12-31 11:00:37','2020-12-31 06:00:37'),
(23484,11992,'action created','2020-12-31 11:00:37','2020-12-31 06:00:37'),
(23485,11992,'action started via WP Cron','2020-12-31 11:01:16','2020-12-31 06:01:16'),
(23486,11992,'action complete via WP Cron','2020-12-31 11:01:16','2020-12-31 06:01:16'),
(23487,11993,'action created','2020-12-31 11:01:16','2020-12-31 06:01:16'),
(23488,11993,'action started via WP Cron','2020-12-31 11:03:37','2020-12-31 06:03:37'),
(23489,11993,'action complete via WP Cron','2020-12-31 11:03:37','2020-12-31 06:03:37'),
(23490,11994,'action created','2020-12-31 11:03:37','2020-12-31 06:03:37'),
(23491,11994,'action started via WP Cron','2020-12-31 11:04:20','2020-12-31 06:04:20'),
(23492,11994,'action complete via WP Cron','2020-12-31 11:04:20','2020-12-31 06:04:20'),
(23493,11995,'action created','2020-12-31 11:04:20','2020-12-31 06:04:20'),
(23494,11995,'action started via WP Cron','2020-12-31 11:07:19','2020-12-31 06:07:19'),
(23495,11995,'action complete via WP Cron','2020-12-31 11:07:19','2020-12-31 06:07:19'),
(23496,11996,'action created','2020-12-31 11:07:19','2020-12-31 06:07:19'),
(23497,11996,'action started via WP Cron','2020-12-31 11:11:57','2020-12-31 06:11:57'),
(23498,11996,'action complete via WP Cron','2020-12-31 11:11:57','2020-12-31 06:11:57'),
(23499,11997,'action created','2020-12-31 11:11:57','2020-12-31 06:11:57'),
(23500,11997,'action started via WP Cron','2020-12-31 11:12:26','2020-12-31 06:12:26'),
(23501,11997,'action complete via WP Cron','2020-12-31 11:12:26','2020-12-31 06:12:26'),
(23502,11998,'action created','2020-12-31 11:12:26','2020-12-31 06:12:26'),
(23503,11998,'action started via WP Cron','2020-12-31 11:17:59','2020-12-31 06:17:59'),
(23504,11998,'action complete via WP Cron','2020-12-31 11:17:59','2020-12-31 06:17:59'),
(23505,11999,'action created','2020-12-31 11:17:59','2020-12-31 06:17:59'),
(23506,11999,'action started via WP Cron','2020-12-31 11:21:48','2020-12-31 06:21:48'),
(23507,11999,'action complete via WP Cron','2020-12-31 11:21:48','2020-12-31 06:21:48'),
(23508,12000,'action created','2020-12-31 11:21:48','2020-12-31 06:21:48'),
(23509,12000,'action started via WP Cron','2020-12-31 11:22:41','2020-12-31 06:22:41'),
(23510,12000,'action complete via WP Cron','2020-12-31 11:22:41','2020-12-31 06:22:41'),
(23511,12001,'action created','2020-12-31 11:22:41','2020-12-31 06:22:41'),
(23512,12001,'action started via WP Cron','2020-12-31 11:23:44','2020-12-31 06:23:44'),
(23513,12001,'action complete via WP Cron','2020-12-31 11:23:44','2020-12-31 06:23:44'),
(23514,12002,'action created','2020-12-31 11:23:44','2020-12-31 06:23:44'),
(23515,12002,'action started via WP Cron','2020-12-31 11:25:57','2020-12-31 06:25:57'),
(23516,12002,'action complete via WP Cron','2020-12-31 11:25:57','2020-12-31 06:25:57'),
(23517,12003,'action created','2020-12-31 11:25:57','2020-12-31 06:25:57'),
(23518,12003,'action started via WP Cron','2020-12-31 11:26:15','2020-12-31 06:26:15'),
(23519,12003,'action complete via WP Cron','2020-12-31 11:26:15','2020-12-31 06:26:15'),
(23520,12004,'action created','2020-12-31 11:26:15','2020-12-31 06:26:15'),
(23521,12004,'action started via Async Request','2020-12-31 11:26:50','2020-12-31 06:26:50'),
(23522,12004,'action complete via Async Request','2020-12-31 11:26:50','2020-12-31 06:26:50'),
(23523,12005,'action created','2020-12-31 11:26:54','2020-12-31 06:26:54'),
(23524,12005,'action started via WP Cron','2020-12-31 11:27:13','2020-12-31 06:27:13'),
(23525,12005,'action complete via WP Cron','2020-12-31 11:27:13','2020-12-31 06:27:13'),
(23526,12006,'action created','2020-12-31 11:27:13','2020-12-31 06:27:13'),
(23527,12006,'action started via WP Cron','2020-12-31 11:28:12','2020-12-31 06:28:12'),
(23528,12006,'action complete via WP Cron','2020-12-31 11:28:12','2020-12-31 06:28:12'),
(23529,12007,'action created','2020-12-31 11:28:12','2020-12-31 06:28:12'),
(23530,12007,'action started via WP Cron','2020-12-31 11:29:40','2020-12-31 06:29:40'),
(23531,12007,'action complete via WP Cron','2020-12-31 11:29:40','2020-12-31 06:29:40'),
(23532,12008,'action created','2020-12-31 11:29:40','2020-12-31 06:29:40'),
(23533,12008,'action started via WP Cron','2020-12-31 11:35:20','2020-12-31 06:35:20'),
(23534,12008,'action complete via WP Cron','2020-12-31 11:35:20','2020-12-31 06:35:20'),
(23535,12009,'action created','2020-12-31 11:35:20','2020-12-31 06:35:20'),
(23536,12009,'action started via WP Cron','2020-12-31 11:38:33','2020-12-31 06:38:33'),
(23537,12009,'action complete via WP Cron','2020-12-31 11:38:33','2020-12-31 06:38:33'),
(23538,12010,'action created','2020-12-31 11:38:33','2020-12-31 06:38:33'),
(23539,12010,'action started via WP Cron','2020-12-31 11:41:14','2020-12-31 06:41:14'),
(23540,12010,'action complete via WP Cron','2020-12-31 11:41:14','2020-12-31 06:41:14'),
(23541,12011,'action created','2020-12-31 11:41:15','2020-12-31 06:41:15'),
(23542,12011,'action started via WP Cron','2020-12-31 11:42:34','2020-12-31 06:42:34'),
(23543,12011,'action complete via WP Cron','2020-12-31 11:42:34','2020-12-31 06:42:34'),
(23544,12012,'action created','2020-12-31 11:42:34','2020-12-31 06:42:34'),
(23545,12012,'action started via WP Cron','2020-12-31 11:45:19','2020-12-31 06:45:19'),
(23546,12012,'action complete via WP Cron','2020-12-31 11:45:19','2020-12-31 06:45:19'),
(23547,12013,'action created','2020-12-31 11:45:19','2020-12-31 06:45:19'),
(23548,12013,'action started via WP Cron','2020-12-31 11:47:30','2020-12-31 06:47:30'),
(23549,12013,'action complete via WP Cron','2020-12-31 11:47:30','2020-12-31 06:47:30'),
(23550,12014,'action created','2020-12-31 11:47:30','2020-12-31 06:47:30'),
(23551,12014,'action started via WP Cron','2020-12-31 11:50:19','2020-12-31 06:50:19'),
(23552,12014,'action complete via WP Cron','2020-12-31 11:50:19','2020-12-31 06:50:19'),
(23553,12015,'action created','2020-12-31 11:50:20','2020-12-31 06:50:20'),
(23554,12015,'action started via WP Cron','2020-12-31 11:51:18','2020-12-31 06:51:18'),
(23555,12015,'action complete via WP Cron','2020-12-31 11:51:18','2020-12-31 06:51:18'),
(23556,12016,'action created','2020-12-31 11:51:18','2020-12-31 06:51:18'),
(23557,12016,'action started via WP Cron','2020-12-31 11:54:44','2020-12-31 06:54:44'),
(23558,12016,'action complete via WP Cron','2020-12-31 11:54:45','2020-12-31 06:54:45'),
(23559,12017,'action created','2020-12-31 11:54:45','2020-12-31 06:54:45'),
(23560,12017,'action started via WP Cron','2020-12-31 11:56:02','2020-12-31 06:56:02'),
(23561,12017,'action complete via WP Cron','2020-12-31 11:56:02','2020-12-31 06:56:02'),
(23562,12018,'action created','2020-12-31 11:56:02','2020-12-31 06:56:02'),
(23563,12018,'action started via WP Cron','2020-12-31 11:58:43','2020-12-31 06:58:43'),
(23564,12018,'action complete via WP Cron','2020-12-31 11:58:43','2020-12-31 06:58:43'),
(23565,12019,'action created','2020-12-31 11:58:43','2020-12-31 06:58:43'),
(23566,12019,'action started via WP Cron','2020-12-31 12:00:04','2020-12-31 07:00:04'),
(23567,12019,'action complete via WP Cron','2020-12-31 12:00:04','2020-12-31 07:00:04'),
(23568,12020,'action created','2020-12-31 12:00:04','2020-12-31 07:00:04'),
(23569,12020,'action started via WP Cron','2020-12-31 12:00:25','2020-12-31 07:00:25'),
(23570,12020,'action complete via WP Cron','2020-12-31 12:00:25','2020-12-31 07:00:25'),
(23571,12021,'action created','2020-12-31 12:00:25','2020-12-31 07:00:25'),
(23572,12021,'action started via WP Cron','2020-12-31 12:01:26','2020-12-31 07:01:26'),
(23573,12021,'action complete via WP Cron','2020-12-31 12:01:26','2020-12-31 07:01:26'),
(23574,12022,'action created','2020-12-31 12:01:26','2020-12-31 07:01:26'),
(23575,12022,'action started via WP Cron','2020-12-31 12:05:35','2020-12-31 07:05:35'),
(23576,12022,'action complete via WP Cron','2020-12-31 12:05:35','2020-12-31 07:05:35'),
(23577,12023,'action created','2020-12-31 12:05:35','2020-12-31 07:05:35'),
(23578,12023,'action started via WP Cron','2020-12-31 12:13:45','2020-12-31 07:13:45'),
(23579,12023,'action complete via WP Cron','2020-12-31 12:13:45','2020-12-31 07:13:45'),
(23580,12024,'action created','2020-12-31 12:13:45','2020-12-31 07:13:45'),
(23581,12024,'action started via WP Cron','2020-12-31 12:14:34','2020-12-31 07:14:34'),
(23582,12024,'action complete via WP Cron','2020-12-31 12:14:34','2020-12-31 07:14:34'),
(23583,12025,'action created','2020-12-31 12:14:34','2020-12-31 07:14:34'),
(23584,12025,'action started via WP Cron','2020-12-31 12:18:54','2020-12-31 07:18:54'),
(23585,12025,'action complete via WP Cron','2020-12-31 12:18:54','2020-12-31 07:18:54'),
(23586,12026,'action created','2020-12-31 12:18:54','2020-12-31 07:18:54'),
(23587,12026,'action started via WP Cron','2020-12-31 12:19:18','2020-12-31 07:19:18'),
(23588,12026,'action complete via WP Cron','2020-12-31 12:19:18','2020-12-31 07:19:18'),
(23589,12027,'action created','2020-12-31 12:19:19','2020-12-31 07:19:19'),
(23590,12027,'action started via WP Cron','2020-12-31 12:22:05','2020-12-31 07:22:05'),
(23591,12027,'action complete via WP Cron','2020-12-31 12:22:05','2020-12-31 07:22:05'),
(23592,12028,'action created','2020-12-31 12:22:06','2020-12-31 07:22:06'),
(23593,12028,'action started via WP Cron','2020-12-31 12:24:43','2020-12-31 07:24:43'),
(23594,12028,'action complete via WP Cron','2020-12-31 12:24:43','2020-12-31 07:24:43'),
(23595,12029,'action created','2020-12-31 12:24:43','2020-12-31 07:24:43'),
(23596,12029,'action started via WP Cron','2020-12-31 12:25:14','2020-12-31 07:25:14'),
(23597,12029,'action complete via WP Cron','2020-12-31 12:25:14','2020-12-31 07:25:14'),
(23598,12030,'action created','2020-12-31 12:25:14','2020-12-31 07:25:14'),
(23599,12030,'action started via WP Cron','2020-12-31 12:26:30','2020-12-31 07:26:30'),
(23600,12030,'action complete via WP Cron','2020-12-31 12:26:30','2020-12-31 07:26:30'),
(23601,12031,'action created','2020-12-31 12:26:30','2020-12-31 07:26:30'),
(23602,12031,'action started via WP Cron','2020-12-31 12:29:46','2020-12-31 07:29:46'),
(23603,12031,'action complete via WP Cron','2020-12-31 12:29:46','2020-12-31 07:29:46'),
(23604,12032,'action created','2020-12-31 12:29:46','2020-12-31 07:29:46'),
(23605,12032,'action started via WP Cron','2020-12-31 12:30:35','2020-12-31 07:30:35'),
(23606,12032,'action complete via WP Cron','2020-12-31 12:30:35','2020-12-31 07:30:35'),
(23607,12033,'action created','2020-12-31 12:30:35','2020-12-31 07:30:35'),
(23608,12033,'action started via WP Cron','2020-12-31 12:31:46','2020-12-31 07:31:46'),
(23609,12033,'action complete via WP Cron','2020-12-31 12:31:46','2020-12-31 07:31:46'),
(23610,12034,'action created','2020-12-31 12:31:46','2020-12-31 07:31:46'),
(23611,12034,'action started via WP Cron','2020-12-31 12:33:33','2020-12-31 07:33:33'),
(23612,12034,'action complete via WP Cron','2020-12-31 12:33:33','2020-12-31 07:33:33'),
(23613,12035,'action created','2020-12-31 12:33:33','2020-12-31 07:33:33'),
(23614,12035,'action started via WP Cron','2020-12-31 12:34:12','2020-12-31 07:34:12'),
(23615,12035,'action complete via WP Cron','2020-12-31 12:34:12','2020-12-31 07:34:12'),
(23616,12036,'action created','2020-12-31 12:34:12','2020-12-31 07:34:12'),
(23617,12036,'action started via WP Cron','2020-12-31 12:36:36','2020-12-31 07:36:36'),
(23618,12036,'action complete via WP Cron','2020-12-31 12:36:36','2020-12-31 07:36:36'),
(23619,12037,'action created','2020-12-31 12:36:36','2020-12-31 07:36:36'),
(23620,12037,'action started via WP Cron','2020-12-31 12:39:47','2020-12-31 07:39:47'),
(23621,12037,'action complete via WP Cron','2020-12-31 12:39:47','2020-12-31 07:39:47'),
(23622,12038,'action created','2020-12-31 12:39:47','2020-12-31 07:39:47'),
(23623,12038,'action started via WP Cron','2020-12-31 12:40:40','2020-12-31 07:40:40'),
(23624,12038,'action complete via WP Cron','2020-12-31 12:40:40','2020-12-31 07:40:40'),
(23625,12039,'action created','2020-12-31 12:40:40','2020-12-31 07:40:40'),
(23626,12039,'action started via WP Cron','2020-12-31 12:42:23','2020-12-31 07:42:23'),
(23627,12039,'action complete via WP Cron','2020-12-31 12:42:23','2020-12-31 07:42:23'),
(23628,12040,'action created','2020-12-31 12:42:23','2020-12-31 07:42:23'),
(23629,12040,'action started via WP Cron','2020-12-31 12:43:26','2020-12-31 07:43:26'),
(23630,12040,'action complete via WP Cron','2020-12-31 12:43:26','2020-12-31 07:43:26'),
(23631,12041,'action created','2020-12-31 12:43:26','2020-12-31 07:43:26'),
(23632,12041,'action started via WP Cron','2020-12-31 12:45:29','2020-12-31 07:45:29'),
(23633,12041,'action complete via WP Cron','2020-12-31 12:45:29','2020-12-31 07:45:29'),
(23634,12042,'action created','2020-12-31 12:45:29','2020-12-31 07:45:29'),
(23635,12042,'action started via WP Cron','2020-12-31 12:49:08','2020-12-31 07:49:08'),
(23636,12042,'action complete via WP Cron','2020-12-31 12:49:08','2020-12-31 07:49:08'),
(23637,12043,'action created','2020-12-31 12:49:08','2020-12-31 07:49:08'),
(23638,11170,'action started via WP Cron','2020-12-31 12:50:47','2020-12-31 07:50:47'),
(23639,11170,'action complete via WP Cron','2020-12-31 12:50:47','2020-12-31 07:50:47'),
(23640,12044,'action created','2020-12-31 12:50:47','2020-12-31 07:50:47'),
(23641,12043,'action started via WP Cron','2020-12-31 12:50:47','2020-12-31 07:50:47'),
(23642,12043,'action complete via WP Cron','2020-12-31 12:50:47','2020-12-31 07:50:47'),
(23643,12045,'action created','2020-12-31 12:50:47','2020-12-31 07:50:47'),
(23644,12045,'action started via WP Cron','2020-12-31 12:51:39','2020-12-31 07:51:39'),
(23645,12045,'action complete via WP Cron','2020-12-31 12:51:39','2020-12-31 07:51:39'),
(23646,12046,'action created','2020-12-31 12:51:39','2020-12-31 07:51:39'),
(23647,12046,'action started via WP Cron','2020-12-31 12:53:09','2020-12-31 07:53:09'),
(23648,12046,'action complete via WP Cron','2020-12-31 12:53:09','2020-12-31 07:53:09'),
(23649,12047,'action created','2020-12-31 12:53:09','2020-12-31 07:53:09'),
(23650,12047,'action started via WP Cron','2020-12-31 12:55:58','2020-12-31 07:55:58'),
(23651,12047,'action complete via WP Cron','2020-12-31 12:55:58','2020-12-31 07:55:58'),
(23652,12048,'action created','2020-12-31 12:55:58','2020-12-31 07:55:58'),
(23653,12048,'action started via WP Cron','2020-12-31 12:57:39','2020-12-31 07:57:39'),
(23654,12048,'action complete via WP Cron','2020-12-31 12:57:39','2020-12-31 07:57:39'),
(23655,12049,'action created','2020-12-31 12:57:39','2020-12-31 07:57:39'),
(23656,12049,'action started via WP Cron','2020-12-31 12:59:08','2020-12-31 07:59:08'),
(23657,12049,'action complete via WP Cron','2020-12-31 12:59:08','2020-12-31 07:59:08'),
(23658,12050,'action created','2020-12-31 12:59:08','2020-12-31 07:59:08'),
(23659,12050,'action started via WP Cron','2020-12-31 12:59:53','2020-12-31 07:59:53'),
(23660,12050,'action complete via WP Cron','2020-12-31 12:59:53','2020-12-31 07:59:53'),
(23661,12051,'action created','2020-12-31 12:59:53','2020-12-31 07:59:53'),
(23662,12051,'action started via WP Cron','2020-12-31 13:00:19','2020-12-31 08:00:19'),
(23663,12051,'action complete via WP Cron','2020-12-31 13:00:19','2020-12-31 08:00:19'),
(23664,12052,'action created','2020-12-31 13:00:19','2020-12-31 08:00:19'),
(23665,12052,'action started via WP Cron','2020-12-31 13:01:23','2020-12-31 08:01:23'),
(23666,12052,'action complete via WP Cron','2020-12-31 13:01:23','2020-12-31 08:01:23'),
(23667,12053,'action created','2020-12-31 13:01:23','2020-12-31 08:01:23'),
(23668,12053,'action started via WP Cron','2020-12-31 13:02:30','2020-12-31 08:02:30'),
(23669,12053,'action complete via WP Cron','2020-12-31 13:02:30','2020-12-31 08:02:30'),
(23670,12054,'action created','2020-12-31 13:02:30','2020-12-31 08:02:30'),
(23671,12054,'action started via WP Cron','2020-12-31 13:03:24','2020-12-31 08:03:24'),
(23672,12054,'action complete via WP Cron','2020-12-31 13:03:24','2020-12-31 08:03:24'),
(23673,12055,'action created','2020-12-31 13:03:24','2020-12-31 08:03:24'),
(23674,12055,'action started via WP Cron','2020-12-31 13:05:40','2020-12-31 08:05:40'),
(23675,12055,'action complete via WP Cron','2020-12-31 13:05:40','2020-12-31 08:05:40'),
(23676,12056,'action created','2020-12-31 13:05:40','2020-12-31 08:05:40'),
(23677,12056,'action started via WP Cron','2020-12-31 13:07:37','2020-12-31 08:07:37'),
(23678,12056,'action complete via WP Cron','2020-12-31 13:07:37','2020-12-31 08:07:37'),
(23679,12057,'action created','2020-12-31 13:07:37','2020-12-31 08:07:37'),
(23680,12057,'action started via WP Cron','2020-12-31 13:08:26','2020-12-31 08:08:26'),
(23681,12057,'action complete via WP Cron','2020-12-31 13:08:26','2020-12-31 08:08:26'),
(23682,12058,'action created','2020-12-31 13:08:26','2020-12-31 08:08:26'),
(23683,12058,'action started via WP Cron','2020-12-31 13:11:46','2020-12-31 08:11:46'),
(23684,12058,'action complete via WP Cron','2020-12-31 13:11:46','2020-12-31 08:11:46'),
(23685,12059,'action created','2020-12-31 13:11:46','2020-12-31 08:11:46'),
(23686,12059,'action started via WP Cron','2020-12-31 13:12:59','2020-12-31 08:12:59'),
(23687,12059,'action complete via WP Cron','2020-12-31 13:12:59','2020-12-31 08:12:59'),
(23688,12060,'action created','2020-12-31 13:12:59','2020-12-31 08:12:59'),
(23689,12060,'action started via WP Cron','2020-12-31 13:13:23','2020-12-31 08:13:23'),
(23690,12060,'action complete via WP Cron','2020-12-31 13:13:23','2020-12-31 08:13:23'),
(23691,12061,'action created','2020-12-31 13:13:23','2020-12-31 08:13:23'),
(23692,12061,'action started via WP Cron','2020-12-31 13:14:35','2020-12-31 08:14:35'),
(23693,12061,'action complete via WP Cron','2020-12-31 13:14:35','2020-12-31 08:14:35'),
(23694,12062,'action created','2020-12-31 13:14:35','2020-12-31 08:14:35'),
(23695,12062,'action started via WP Cron','2020-12-31 13:16:19','2020-12-31 08:16:19'),
(23696,12062,'action complete via WP Cron','2020-12-31 13:16:19','2020-12-31 08:16:19'),
(23697,12063,'action created','2020-12-31 13:16:19','2020-12-31 08:16:19'),
(23698,12063,'action started via WP Cron','2020-12-31 13:17:12','2020-12-31 08:17:12'),
(23699,12063,'action complete via WP Cron','2020-12-31 13:17:12','2020-12-31 08:17:12'),
(23700,12064,'action created','2020-12-31 13:17:12','2020-12-31 08:17:12'),
(23701,12064,'action started via WP Cron','2020-12-31 13:18:44','2020-12-31 08:18:44'),
(23702,12064,'action complete via WP Cron','2020-12-31 13:18:44','2020-12-31 08:18:44'),
(23703,12065,'action created','2020-12-31 13:18:44','2020-12-31 08:18:44'),
(23704,12065,'action started via WP Cron','2020-12-31 13:19:47','2020-12-31 08:19:47'),
(23705,12065,'action complete via WP Cron','2020-12-31 13:19:47','2020-12-31 08:19:47'),
(23706,12066,'action created','2020-12-31 13:19:47','2020-12-31 08:19:47'),
(23707,12066,'action started via WP Cron','2020-12-31 13:20:40','2020-12-31 08:20:40'),
(23708,12066,'action complete via WP Cron','2020-12-31 13:20:40','2020-12-31 08:20:40'),
(23709,12067,'action created','2020-12-31 13:20:40','2020-12-31 08:20:40'),
(23710,12067,'action started via WP Cron','2020-12-31 13:22:43','2020-12-31 08:22:43'),
(23711,12067,'action complete via WP Cron','2020-12-31 13:22:43','2020-12-31 08:22:43'),
(23712,12068,'action created','2020-12-31 13:22:43','2020-12-31 08:22:43'),
(23713,12068,'action started via WP Cron','2020-12-31 13:25:42','2020-12-31 08:25:42'),
(23714,12068,'action complete via WP Cron','2020-12-31 13:25:42','2020-12-31 08:25:42'),
(23715,12069,'action created','2020-12-31 13:25:42','2020-12-31 08:25:42'),
(23716,12069,'action started via WP Cron','2020-12-31 13:27:08','2020-12-31 08:27:08'),
(23717,12069,'action complete via WP Cron','2020-12-31 13:27:08','2020-12-31 08:27:08'),
(23718,12070,'action created','2020-12-31 13:27:08','2020-12-31 08:27:08'),
(23719,12070,'action started via WP Cron','2020-12-31 13:33:07','2020-12-31 08:33:07'),
(23720,12070,'action complete via WP Cron','2020-12-31 13:33:07','2020-12-31 08:33:07'),
(23721,12071,'action created','2020-12-31 13:33:07','2020-12-31 08:33:07'),
(23722,12071,'action started via WP Cron','2020-12-31 13:33:32','2020-12-31 08:33:32'),
(23723,12071,'action complete via WP Cron','2020-12-31 13:33:32','2020-12-31 08:33:32'),
(23724,12072,'action created','2020-12-31 13:33:32','2020-12-31 08:33:32'),
(23725,12072,'action started via WP Cron','2020-12-31 13:35:35','2020-12-31 08:35:35'),
(23726,12072,'action complete via WP Cron','2020-12-31 13:35:35','2020-12-31 08:35:35'),
(23727,12073,'action created','2020-12-31 13:35:35','2020-12-31 08:35:35'),
(23728,12073,'action started via WP Cron','2020-12-31 13:37:34','2020-12-31 08:37:34'),
(23729,12073,'action complete via WP Cron','2020-12-31 13:37:34','2020-12-31 08:37:34'),
(23730,12074,'action created','2020-12-31 13:37:35','2020-12-31 08:37:35'),
(23731,12074,'action started via WP Cron','2020-12-31 13:40:34','2020-12-31 08:40:34'),
(23732,12074,'action complete via WP Cron','2020-12-31 13:40:34','2020-12-31 08:40:34'),
(23733,12075,'action created','2020-12-31 13:40:34','2020-12-31 08:40:34'),
(23734,12075,'action started via WP Cron','2020-12-31 13:41:15','2020-12-31 08:41:15'),
(23735,12075,'action complete via WP Cron','2020-12-31 13:41:15','2020-12-31 08:41:15'),
(23736,12076,'action created','2020-12-31 13:41:15','2020-12-31 08:41:15'),
(23737,12076,'action started via WP Cron','2020-12-31 13:45:31','2020-12-31 08:45:31'),
(23738,12076,'action complete via WP Cron','2020-12-31 13:45:31','2020-12-31 08:45:31'),
(23739,12077,'action created','2020-12-31 13:45:31','2020-12-31 08:45:31'),
(23740,12077,'action started via WP Cron','2020-12-31 13:47:57','2020-12-31 08:47:57'),
(23741,12077,'action complete via WP Cron','2020-12-31 13:47:57','2020-12-31 08:47:57'),
(23742,12078,'action created','2020-12-31 13:47:57','2020-12-31 08:47:57'),
(23743,12078,'action started via WP Cron','2020-12-31 13:51:14','2020-12-31 08:51:14'),
(23744,12078,'action complete via WP Cron','2020-12-31 13:51:14','2020-12-31 08:51:14'),
(23745,12079,'action created','2020-12-31 13:51:14','2020-12-31 08:51:14'),
(23746,12079,'action started via WP Cron','2020-12-31 13:53:45','2020-12-31 08:53:45'),
(23747,12079,'action complete via WP Cron','2020-12-31 13:53:45','2020-12-31 08:53:45'),
(23748,12080,'action created','2020-12-31 13:53:45','2020-12-31 08:53:45'),
(23749,12080,'action started via WP Cron','2020-12-31 13:54:23','2020-12-31 08:54:23'),
(23750,12080,'action complete via WP Cron','2020-12-31 13:54:23','2020-12-31 08:54:23'),
(23751,12081,'action created','2020-12-31 13:54:24','2020-12-31 08:54:24'),
(23752,12081,'action started via WP Cron','2020-12-31 13:56:06','2020-12-31 08:56:06'),
(23753,12081,'action complete via WP Cron','2020-12-31 13:56:06','2020-12-31 08:56:06'),
(23754,12082,'action created','2020-12-31 13:56:06','2020-12-31 08:56:06'),
(23755,12082,'action started via WP Cron','2020-12-31 13:56:59','2020-12-31 08:56:59'),
(23756,12082,'action complete via WP Cron','2020-12-31 13:56:59','2020-12-31 08:56:59'),
(23757,12083,'action created','2020-12-31 13:56:59','2020-12-31 08:56:59'),
(23758,12083,'action started via WP Cron','2020-12-31 13:57:53','2020-12-31 08:57:53'),
(23759,12083,'action complete via WP Cron','2020-12-31 13:57:53','2020-12-31 08:57:53'),
(23760,12084,'action created','2020-12-31 13:57:53','2020-12-31 08:57:53'),
(23761,12084,'action started via WP Cron','2020-12-31 13:58:37','2020-12-31 08:58:37'),
(23762,12084,'action complete via WP Cron','2020-12-31 13:58:37','2020-12-31 08:58:37'),
(23763,12085,'action created','2020-12-31 13:58:37','2020-12-31 08:58:37'),
(23764,12085,'action started via WP Cron','2020-12-31 13:59:20','2020-12-31 08:59:20'),
(23765,12085,'action complete via WP Cron','2020-12-31 13:59:20','2020-12-31 08:59:20'),
(23766,12086,'action created','2020-12-31 13:59:20','2020-12-31 08:59:20'),
(23767,12086,'action started via WP Cron','2020-12-31 14:00:29','2020-12-31 09:00:29'),
(23768,12086,'action complete via WP Cron','2020-12-31 14:00:29','2020-12-31 09:00:29'),
(23769,12087,'action created','2020-12-31 14:00:29','2020-12-31 09:00:29'),
(23770,12087,'action started via WP Cron','2020-12-31 14:01:23','2020-12-31 09:01:23'),
(23771,12087,'action complete via WP Cron','2020-12-31 14:01:23','2020-12-31 09:01:23'),
(23772,12088,'action created','2020-12-31 14:01:23','2020-12-31 09:01:23'),
(23773,12088,'action started via WP Cron','2020-12-31 14:03:47','2020-12-31 09:03:47'),
(23774,12088,'action complete via WP Cron','2020-12-31 14:03:47','2020-12-31 09:03:47'),
(23775,12089,'action created','2020-12-31 14:03:47','2020-12-31 09:03:47'),
(23776,12089,'action started via WP Cron','2020-12-31 14:04:17','2020-12-31 09:04:17'),
(23777,12089,'action complete via WP Cron','2020-12-31 14:04:17','2020-12-31 09:04:17'),
(23778,12090,'action created','2020-12-31 14:04:17','2020-12-31 09:04:17'),
(23779,12090,'action started via WP Cron','2020-12-31 14:05:12','2020-12-31 09:05:12'),
(23780,12090,'action complete via WP Cron','2020-12-31 14:05:12','2020-12-31 09:05:12'),
(23781,12091,'action created','2020-12-31 14:05:12','2020-12-31 09:05:12'),
(23782,12091,'action started via WP Cron','2020-12-31 14:06:32','2020-12-31 09:06:32'),
(23783,12091,'action complete via WP Cron','2020-12-31 14:06:32','2020-12-31 09:06:32'),
(23784,12092,'action created','2020-12-31 14:06:32','2020-12-31 09:06:32'),
(23785,12092,'action started via WP Cron','2020-12-31 14:08:12','2020-12-31 09:08:12'),
(23786,12092,'action complete via WP Cron','2020-12-31 14:08:12','2020-12-31 09:08:12'),
(23787,12093,'action created','2020-12-31 14:08:12','2020-12-31 09:08:12'),
(23788,12093,'action started via WP Cron','2020-12-31 14:10:15','2020-12-31 09:10:15'),
(23789,12093,'action complete via WP Cron','2020-12-31 14:10:15','2020-12-31 09:10:15'),
(23790,12094,'action created','2020-12-31 14:10:15','2020-12-31 09:10:15'),
(23791,12094,'action started via WP Cron','2020-12-31 14:11:24','2020-12-31 09:11:24'),
(23792,12094,'action complete via WP Cron','2020-12-31 14:11:24','2020-12-31 09:11:24'),
(23793,12095,'action created','2020-12-31 14:11:24','2020-12-31 09:11:24'),
(23794,12095,'action started via WP Cron','2020-12-31 14:12:33','2020-12-31 09:12:33'),
(23795,12095,'action complete via WP Cron','2020-12-31 14:12:33','2020-12-31 09:12:33'),
(23796,12096,'action created','2020-12-31 14:12:33','2020-12-31 09:12:33'),
(23797,12096,'action started via WP Cron','2020-12-31 14:13:31','2020-12-31 09:13:31'),
(23798,12096,'action complete via WP Cron','2020-12-31 14:13:31','2020-12-31 09:13:31'),
(23799,12097,'action created','2020-12-31 14:13:31','2020-12-31 09:13:31'),
(23800,12097,'action started via WP Cron','2020-12-31 14:14:15','2020-12-31 09:14:15'),
(23801,12097,'action complete via WP Cron','2020-12-31 14:14:15','2020-12-31 09:14:15'),
(23802,12098,'action created','2020-12-31 14:14:16','2020-12-31 09:14:16'),
(23803,12098,'action started via WP Cron','2020-12-31 14:15:14','2020-12-31 09:15:14'),
(23804,12098,'action complete via WP Cron','2020-12-31 14:15:14','2020-12-31 09:15:14'),
(23805,12099,'action created','2020-12-31 14:15:14','2020-12-31 09:15:14'),
(23806,12099,'action started via WP Cron','2020-12-31 14:16:18','2020-12-31 09:16:18'),
(23807,12099,'action complete via WP Cron','2020-12-31 14:16:18','2020-12-31 09:16:18'),
(23808,12100,'action created','2020-12-31 14:16:18','2020-12-31 09:16:18'),
(23809,12100,'action started via WP Cron','2020-12-31 14:18:04','2020-12-31 09:18:04'),
(23810,12100,'action complete via WP Cron','2020-12-31 14:18:04','2020-12-31 09:18:04'),
(23811,12101,'action created','2020-12-31 14:18:04','2020-12-31 09:18:04'),
(23812,12101,'action started via WP Cron','2020-12-31 14:18:59','2020-12-31 09:18:59'),
(23813,12101,'action complete via WP Cron','2020-12-31 14:18:59','2020-12-31 09:18:59'),
(23814,12102,'action created','2020-12-31 14:18:59','2020-12-31 09:18:59'),
(23815,12102,'action started via WP Cron','2020-12-31 14:19:27','2020-12-31 09:19:27'),
(23816,12102,'action complete via WP Cron','2020-12-31 14:19:27','2020-12-31 09:19:27'),
(23817,12103,'action created','2020-12-31 14:19:27','2020-12-31 09:19:27'),
(23818,12103,'action started via WP Cron','2020-12-31 14:20:54','2020-12-31 09:20:54'),
(23819,12103,'action complete via WP Cron','2020-12-31 14:20:54','2020-12-31 09:20:54'),
(23820,12104,'action created','2020-12-31 14:20:54','2020-12-31 09:20:54'),
(23821,12104,'action started via WP Cron','2020-12-31 14:21:53','2020-12-31 09:21:53'),
(23822,12104,'action complete via WP Cron','2020-12-31 14:21:53','2020-12-31 09:21:53'),
(23823,12105,'action created','2020-12-31 14:21:53','2020-12-31 09:21:53'),
(23824,12105,'action started via WP Cron','2020-12-31 14:23:37','2020-12-31 09:23:37'),
(23825,12105,'action complete via WP Cron','2020-12-31 14:23:37','2020-12-31 09:23:37'),
(23826,12106,'action created','2020-12-31 14:23:37','2020-12-31 09:23:37'),
(23827,12106,'action started via WP Cron','2020-12-31 14:24:42','2020-12-31 09:24:42'),
(23828,12106,'action complete via WP Cron','2020-12-31 14:24:42','2020-12-31 09:24:42'),
(23829,12107,'action created','2020-12-31 14:24:42','2020-12-31 09:24:42'),
(23830,12107,'action started via WP Cron','2020-12-31 14:25:53','2020-12-31 09:25:53'),
(23831,12107,'action complete via WP Cron','2020-12-31 14:25:53','2020-12-31 09:25:53'),
(23832,12108,'action created','2020-12-31 14:25:53','2020-12-31 09:25:53'),
(23833,12108,'action started via WP Cron','2020-12-31 14:27:36','2020-12-31 09:27:36'),
(23834,12108,'action complete via WP Cron','2020-12-31 14:27:36','2020-12-31 09:27:36'),
(23835,12109,'action created','2020-12-31 14:27:36','2020-12-31 09:27:36'),
(23836,12109,'action started via WP Cron','2020-12-31 14:28:40','2020-12-31 09:28:40'),
(23837,12109,'action complete via WP Cron','2020-12-31 14:28:40','2020-12-31 09:28:40'),
(23838,12110,'action created','2020-12-31 14:28:40','2020-12-31 09:28:40'),
(23839,12110,'action started via WP Cron','2020-12-31 14:30:20','2020-12-31 09:30:20'),
(23840,12110,'action complete via WP Cron','2020-12-31 14:30:20','2020-12-31 09:30:20'),
(23841,12111,'action created','2020-12-31 14:30:21','2020-12-31 09:30:21'),
(23842,12111,'action started via WP Cron','2020-12-31 14:31:31','2020-12-31 09:31:31'),
(23843,12111,'action complete via WP Cron','2020-12-31 14:31:31','2020-12-31 09:31:31'),
(23844,12112,'action created','2020-12-31 14:31:31','2020-12-31 09:31:31'),
(23845,12112,'action started via WP Cron','2020-12-31 14:32:45','2020-12-31 09:32:45'),
(23846,12112,'action complete via WP Cron','2020-12-31 14:32:45','2020-12-31 09:32:45'),
(23847,12113,'action created','2020-12-31 14:32:45','2020-12-31 09:32:45'),
(23848,12113,'action started via WP Cron','2020-12-31 14:35:18','2020-12-31 09:35:18'),
(23849,12113,'action complete via WP Cron','2020-12-31 14:35:18','2020-12-31 09:35:18'),
(23850,12114,'action created','2020-12-31 14:35:18','2020-12-31 09:35:18'),
(23851,12114,'action started via WP Cron','2020-12-31 14:36:40','2020-12-31 09:36:40'),
(23852,12114,'action complete via WP Cron','2020-12-31 14:36:40','2020-12-31 09:36:40'),
(23853,12115,'action created','2020-12-31 14:36:40','2020-12-31 09:36:40'),
(23854,12115,'action started via WP Cron','2020-12-31 14:38:16','2020-12-31 09:38:16'),
(23855,12115,'action complete via WP Cron','2020-12-31 14:38:16','2020-12-31 09:38:16'),
(23856,12116,'action created','2020-12-31 14:38:16','2020-12-31 09:38:16'),
(23857,12116,'action started via WP Cron','2020-12-31 14:40:28','2020-12-31 09:40:28'),
(23858,12116,'action complete via WP Cron','2020-12-31 14:40:28','2020-12-31 09:40:28'),
(23859,12117,'action created','2020-12-31 14:40:28','2020-12-31 09:40:28'),
(23860,12117,'action started via WP Cron','2020-12-31 14:44:06','2020-12-31 09:44:06'),
(23861,12117,'action complete via WP Cron','2020-12-31 14:44:06','2020-12-31 09:44:06'),
(23862,12118,'action created','2020-12-31 14:44:06','2020-12-31 09:44:06'),
(23863,12118,'action started via WP Cron','2020-12-31 14:44:30','2020-12-31 09:44:30'),
(23864,12118,'action complete via WP Cron','2020-12-31 14:44:30','2020-12-31 09:44:30'),
(23865,12119,'action created','2020-12-31 14:44:30','2020-12-31 09:44:30'),
(23866,12119,'action started via WP Cron','2020-12-31 14:45:46','2020-12-31 09:45:46'),
(23867,12119,'action complete via WP Cron','2020-12-31 14:45:46','2020-12-31 09:45:46'),
(23868,12120,'action created','2020-12-31 14:45:46','2020-12-31 09:45:46'),
(23869,12120,'action started via WP Cron','2020-12-31 14:46:58','2020-12-31 09:46:58'),
(23870,12120,'action complete via WP Cron','2020-12-31 14:46:58','2020-12-31 09:46:58'),
(23871,12121,'action created','2020-12-31 14:46:58','2020-12-31 09:46:58'),
(23872,12121,'action started via WP Cron','2020-12-31 14:48:37','2020-12-31 09:48:37'),
(23873,12121,'action complete via WP Cron','2020-12-31 14:48:37','2020-12-31 09:48:37'),
(23874,12122,'action created','2020-12-31 14:48:37','2020-12-31 09:48:37'),
(23875,12122,'action started via WP Cron','2020-12-31 14:50:07','2020-12-31 09:50:07'),
(23876,12122,'action complete via WP Cron','2020-12-31 14:50:07','2020-12-31 09:50:07'),
(23877,12123,'action created','2020-12-31 14:50:07','2020-12-31 09:50:07'),
(23878,12123,'action started via WP Cron','2020-12-31 14:53:23','2020-12-31 09:53:23'),
(23879,12123,'action complete via WP Cron','2020-12-31 14:53:23','2020-12-31 09:53:23'),
(23880,12124,'action created','2020-12-31 14:53:23','2020-12-31 09:53:23'),
(23881,12124,'action started via WP Cron','2020-12-31 14:54:43','2020-12-31 09:54:43'),
(23882,12124,'action complete via WP Cron','2020-12-31 14:54:43','2020-12-31 09:54:43'),
(23883,12125,'action created','2020-12-31 14:54:43','2020-12-31 09:54:43'),
(23884,12125,'action started via WP Cron','2020-12-31 14:55:14','2020-12-31 09:55:14'),
(23885,12125,'action complete via WP Cron','2020-12-31 14:55:14','2020-12-31 09:55:14'),
(23886,12126,'action created','2020-12-31 14:55:14','2020-12-31 09:55:14'),
(23887,12126,'action started via WP Cron','2020-12-31 14:56:32','2020-12-31 09:56:32'),
(23888,12126,'action complete via WP Cron','2020-12-31 14:56:32','2020-12-31 09:56:32'),
(23889,12127,'action created','2020-12-31 14:56:32','2020-12-31 09:56:32'),
(23890,12127,'action started via WP Cron','2020-12-31 15:01:00','2020-12-31 10:01:00'),
(23891,12127,'action complete via WP Cron','2020-12-31 15:01:00','2020-12-31 10:01:00'),
(23892,12128,'action created','2020-12-31 15:01:00','2020-12-31 10:01:00'),
(23893,12128,'action started via WP Cron','2020-12-31 15:01:16','2020-12-31 10:01:16'),
(23894,12128,'action complete via WP Cron','2020-12-31 15:01:16','2020-12-31 10:01:16'),
(23895,12129,'action created','2020-12-31 15:01:16','2020-12-31 10:01:16'),
(23896,12129,'action started via WP Cron','2020-12-31 15:03:50','2020-12-31 10:03:50'),
(23897,12129,'action complete via WP Cron','2020-12-31 15:03:50','2020-12-31 10:03:50'),
(23898,12130,'action created','2020-12-31 15:03:50','2020-12-31 10:03:50'),
(23899,12130,'action started via WP Cron','2020-12-31 15:05:18','2020-12-31 10:05:18'),
(23900,12130,'action complete via WP Cron','2020-12-31 15:05:18','2020-12-31 10:05:18'),
(23901,12131,'action created','2020-12-31 15:05:18','2020-12-31 10:05:18'),
(23902,12131,'action started via WP Cron','2020-12-31 15:06:28','2020-12-31 10:06:28'),
(23903,12131,'action complete via WP Cron','2020-12-31 15:06:28','2020-12-31 10:06:28'),
(23904,12132,'action created','2020-12-31 15:06:28','2020-12-31 10:06:28'),
(23905,12132,'action started via WP Cron','2020-12-31 15:10:20','2020-12-31 10:10:20'),
(23906,12132,'action complete via WP Cron','2020-12-31 15:10:20','2020-12-31 10:10:20'),
(23907,12133,'action created','2020-12-31 15:10:20','2020-12-31 10:10:20'),
(23908,12133,'action started via WP Cron','2020-12-31 15:16:11','2020-12-31 10:16:11'),
(23909,12133,'action complete via WP Cron','2020-12-31 15:16:11','2020-12-31 10:16:11'),
(23910,12134,'action created','2020-12-31 15:16:12','2020-12-31 10:16:12'),
(23911,12134,'action started via WP Cron','2020-12-31 15:18:17','2020-12-31 10:18:17'),
(23912,12134,'action complete via WP Cron','2020-12-31 15:18:17','2020-12-31 10:18:17'),
(23913,12135,'action created','2020-12-31 15:18:17','2020-12-31 10:18:17'),
(23914,12135,'action started via WP Cron','2020-12-31 15:21:09','2020-12-31 10:21:09'),
(23915,12135,'action complete via WP Cron','2020-12-31 15:21:09','2020-12-31 10:21:09'),
(23916,12136,'action created','2020-12-31 15:21:10','2020-12-31 10:21:10'),
(23917,12136,'action started via WP Cron','2020-12-31 15:21:20','2020-12-31 10:21:20'),
(23918,12136,'action complete via WP Cron','2020-12-31 15:21:20','2020-12-31 10:21:20'),
(23919,12137,'action created','2020-12-31 15:21:20','2020-12-31 10:21:20'),
(23920,12137,'action started via WP Cron','2020-12-31 15:22:25','2020-12-31 10:22:25'),
(23921,12137,'action complete via WP Cron','2020-12-31 15:22:25','2020-12-31 10:22:25'),
(23922,12138,'action created','2020-12-31 15:22:25','2020-12-31 10:22:25'),
(23923,12138,'action started via WP Cron','2020-12-31 15:23:41','2020-12-31 10:23:41'),
(23924,12138,'action complete via WP Cron','2020-12-31 15:23:41','2020-12-31 10:23:41'),
(23925,12139,'action created','2020-12-31 15:23:41','2020-12-31 10:23:41'),
(23926,12139,'action started via WP Cron','2020-12-31 15:24:27','2020-12-31 10:24:27'),
(23927,12139,'action complete via WP Cron','2020-12-31 15:24:27','2020-12-31 10:24:27'),
(23928,12140,'action created','2020-12-31 15:24:27','2020-12-31 10:24:27'),
(23929,12140,'action started via WP Cron','2020-12-31 15:25:38','2020-12-31 10:25:38'),
(23930,12140,'action complete via WP Cron','2020-12-31 15:25:38','2020-12-31 10:25:38'),
(23931,12141,'action created','2020-12-31 15:25:38','2020-12-31 10:25:38'),
(23932,12141,'action started via WP Cron','2020-12-31 15:26:18','2020-12-31 10:26:18'),
(23933,12141,'action complete via WP Cron','2020-12-31 15:26:18','2020-12-31 10:26:18'),
(23934,12142,'action created','2020-12-31 15:26:18','2020-12-31 10:26:18'),
(23935,12142,'action started via WP Cron','2020-12-31 15:27:14','2020-12-31 10:27:14'),
(23936,12142,'action complete via WP Cron','2020-12-31 15:27:14','2020-12-31 10:27:14'),
(23937,12143,'action created','2020-12-31 15:27:14','2020-12-31 10:27:14'),
(23938,12143,'action started via WP Cron','2020-12-31 15:28:13','2020-12-31 10:28:13'),
(23939,12143,'action complete via WP Cron','2020-12-31 15:28:13','2020-12-31 10:28:13'),
(23940,12144,'action created','2020-12-31 15:28:13','2020-12-31 10:28:13'),
(23941,12144,'action started via WP Cron','2020-12-31 15:33:33','2020-12-31 10:33:33'),
(23942,12144,'action complete via WP Cron','2020-12-31 15:33:33','2020-12-31 10:33:33'),
(23943,12145,'action created','2020-12-31 15:33:33','2020-12-31 10:33:33'),
(23944,12145,'action started via WP Cron','2020-12-31 15:34:22','2020-12-31 10:34:22'),
(23945,12145,'action complete via WP Cron','2020-12-31 15:34:22','2020-12-31 10:34:22'),
(23946,12146,'action created','2020-12-31 15:34:22','2020-12-31 10:34:22'),
(23947,12146,'action started via WP Cron','2020-12-31 15:35:25','2020-12-31 10:35:25'),
(23948,12146,'action complete via WP Cron','2020-12-31 15:35:25','2020-12-31 10:35:25'),
(23949,12147,'action created','2020-12-31 15:35:25','2020-12-31 10:35:25'),
(23950,12147,'action started via WP Cron','2020-12-31 15:36:20','2020-12-31 10:36:20'),
(23951,12147,'action complete via WP Cron','2020-12-31 15:36:20','2020-12-31 10:36:20'),
(23952,12148,'action created','2020-12-31 15:36:20','2020-12-31 10:36:20'),
(23953,12148,'action started via WP Cron','2020-12-31 15:37:39','2020-12-31 10:37:39'),
(23954,12148,'action complete via WP Cron','2020-12-31 15:37:39','2020-12-31 10:37:39'),
(23955,12149,'action created','2020-12-31 15:37:39','2020-12-31 10:37:39'),
(23956,12149,'action started via WP Cron','2020-12-31 15:38:49','2020-12-31 10:38:49'),
(23957,12149,'action complete via WP Cron','2020-12-31 15:38:49','2020-12-31 10:38:49'),
(23958,12150,'action created','2020-12-31 15:38:49','2020-12-31 10:38:49'),
(23959,12150,'action started via WP Cron','2020-12-31 15:39:26','2020-12-31 10:39:26'),
(23960,12150,'action complete via WP Cron','2020-12-31 15:39:26','2020-12-31 10:39:26'),
(23961,12151,'action created','2020-12-31 15:39:27','2020-12-31 10:39:27'),
(23962,12151,'action started via WP Cron','2020-12-31 15:40:19','2020-12-31 10:40:19'),
(23963,12151,'action complete via WP Cron','2020-12-31 15:40:19','2020-12-31 10:40:19'),
(23964,12152,'action created','2020-12-31 15:40:19','2020-12-31 10:40:19'),
(23965,12152,'action started via WP Cron','2020-12-31 15:41:36','2020-12-31 10:41:36'),
(23966,12152,'action complete via WP Cron','2020-12-31 15:41:36','2020-12-31 10:41:36'),
(23967,12153,'action created','2020-12-31 15:41:36','2020-12-31 10:41:36'),
(23968,12153,'action started via WP Cron','2020-12-31 15:43:37','2020-12-31 10:43:37'),
(23969,12153,'action complete via WP Cron','2020-12-31 15:43:37','2020-12-31 10:43:37'),
(23970,12154,'action created','2020-12-31 15:43:38','2020-12-31 10:43:38'),
(23971,12154,'action started via WP Cron','2020-12-31 15:45:05','2020-12-31 10:45:05'),
(23972,12154,'action complete via WP Cron','2020-12-31 15:45:05','2020-12-31 10:45:05'),
(23973,12155,'action created','2020-12-31 15:45:05','2020-12-31 10:45:05'),
(23974,12155,'action started via WP Cron','2020-12-31 15:46:14','2020-12-31 10:46:14'),
(23975,12155,'action complete via WP Cron','2020-12-31 15:46:14','2020-12-31 10:46:14'),
(23976,12156,'action created','2020-12-31 15:46:14','2020-12-31 10:46:14'),
(23977,12156,'action started via WP Cron','2020-12-31 15:48:30','2020-12-31 10:48:30'),
(23978,12156,'action complete via WP Cron','2020-12-31 15:48:30','2020-12-31 10:48:30'),
(23979,12157,'action created','2020-12-31 15:48:30','2020-12-31 10:48:30'),
(23980,12157,'action started via WP Cron','2020-12-31 15:49:45','2020-12-31 10:49:45'),
(23981,12157,'action complete via WP Cron','2020-12-31 15:49:45','2020-12-31 10:49:45'),
(23982,12158,'action created','2020-12-31 15:49:45','2020-12-31 10:49:45'),
(23983,12158,'action started via WP Cron','2020-12-31 15:53:01','2020-12-31 10:53:01'),
(23984,12158,'action complete via WP Cron','2020-12-31 15:53:01','2020-12-31 10:53:01'),
(23985,12159,'action created','2020-12-31 15:53:01','2020-12-31 10:53:01'),
(23986,12159,'action started via WP Cron','2020-12-31 15:53:23','2020-12-31 10:53:23'),
(23987,12159,'action complete via WP Cron','2020-12-31 15:53:23','2020-12-31 10:53:23'),
(23988,12160,'action created','2020-12-31 15:53:23','2020-12-31 10:53:23'),
(23989,12160,'action started via WP Cron','2020-12-31 15:54:12','2020-12-31 10:54:12'),
(23990,12160,'action complete via WP Cron','2020-12-31 15:54:12','2020-12-31 10:54:12'),
(23991,12161,'action created','2020-12-31 15:54:12','2020-12-31 10:54:12'),
(23992,12161,'action started via WP Cron','2020-12-31 15:56:05','2020-12-31 10:56:05'),
(23993,12161,'action complete via WP Cron','2020-12-31 15:56:05','2020-12-31 10:56:05'),
(23994,12162,'action created','2020-12-31 15:56:05','2020-12-31 10:56:05'),
(23995,12162,'action started via WP Cron','2020-12-31 15:57:31','2020-12-31 10:57:31'),
(23996,12162,'action complete via WP Cron','2020-12-31 15:57:31','2020-12-31 10:57:31'),
(23997,12163,'action created','2020-12-31 15:57:31','2020-12-31 10:57:31'),
(23998,12163,'action started via WP Cron','2020-12-31 16:00:49','2020-12-31 11:00:49'),
(23999,12163,'action complete via WP Cron','2020-12-31 16:00:49','2020-12-31 11:00:49'),
(24000,12164,'action created','2020-12-31 16:00:49','2020-12-31 11:00:49'),
(24001,12164,'action started via WP Cron','2020-12-31 16:02:40','2020-12-31 11:02:40'),
(24002,12164,'action complete via WP Cron','2020-12-31 16:02:40','2020-12-31 11:02:40'),
(24003,12165,'action created','2020-12-31 16:02:40','2020-12-31 11:02:40'),
(24004,12165,'action started via WP Cron','2020-12-31 16:04:47','2020-12-31 11:04:47'),
(24005,12165,'action complete via WP Cron','2020-12-31 16:04:47','2020-12-31 11:04:47'),
(24006,12166,'action created','2020-12-31 16:04:47','2020-12-31 11:04:47'),
(24007,12166,'action started via WP Cron','2020-12-31 16:06:55','2020-12-31 11:06:55'),
(24008,12166,'action complete via WP Cron','2020-12-31 16:06:55','2020-12-31 11:06:55'),
(24009,12167,'action created','2020-12-31 16:06:55','2020-12-31 11:06:55'),
(24010,12167,'action started via WP Cron','2020-12-31 16:07:50','2020-12-31 11:07:50'),
(24011,12167,'action complete via WP Cron','2020-12-31 16:07:50','2020-12-31 11:07:50'),
(24012,12168,'action created','2020-12-31 16:07:50','2020-12-31 11:07:50'),
(24013,12168,'action started via WP Cron','2020-12-31 16:11:32','2020-12-31 11:11:32'),
(24014,12168,'action complete via WP Cron','2020-12-31 16:11:32','2020-12-31 11:11:32'),
(24015,12169,'action created','2020-12-31 16:11:32','2020-12-31 11:11:32'),
(24016,12169,'action started via WP Cron','2020-12-31 16:13:02','2020-12-31 11:13:02'),
(24017,12169,'action complete via WP Cron','2020-12-31 16:13:02','2020-12-31 11:13:02'),
(24018,12170,'action created','2020-12-31 16:13:02','2020-12-31 11:13:02'),
(24019,12170,'action started via WP Cron','2020-12-31 16:13:49','2020-12-31 11:13:49'),
(24020,12170,'action complete via WP Cron','2020-12-31 16:13:50','2020-12-31 11:13:50'),
(24021,12171,'action created','2020-12-31 16:13:50','2020-12-31 11:13:50'),
(24022,12171,'action started via WP Cron','2020-12-31 16:15:05','2020-12-31 11:15:05'),
(24023,12171,'action complete via WP Cron','2020-12-31 16:15:05','2020-12-31 11:15:05'),
(24024,12172,'action created','2020-12-31 16:15:05','2020-12-31 11:15:05'),
(24025,12172,'action started via WP Cron','2020-12-31 16:15:24','2020-12-31 11:15:24'),
(24026,12172,'action complete via WP Cron','2020-12-31 16:15:24','2020-12-31 11:15:24'),
(24027,12173,'action created','2020-12-31 16:15:24','2020-12-31 11:15:24'),
(24028,12173,'action started via WP Cron','2020-12-31 16:16:17','2020-12-31 11:16:17'),
(24029,12173,'action complete via WP Cron','2020-12-31 16:16:18','2020-12-31 11:16:18'),
(24030,12174,'action created','2020-12-31 16:16:18','2020-12-31 11:16:18'),
(24031,12174,'action started via WP Cron','2020-12-31 16:19:23','2020-12-31 11:19:23'),
(24032,12174,'action complete via WP Cron','2020-12-31 16:19:23','2020-12-31 11:19:23'),
(24033,12175,'action created','2020-12-31 16:19:23','2020-12-31 11:19:23'),
(24034,12175,'action started via WP Cron','2020-12-31 16:20:27','2020-12-31 11:20:27'),
(24035,12175,'action complete via WP Cron','2020-12-31 16:20:27','2020-12-31 11:20:27'),
(24036,12176,'action created','2020-12-31 16:20:27','2020-12-31 11:20:27'),
(24037,12176,'action started via WP Cron','2020-12-31 16:22:33','2020-12-31 11:22:33'),
(24038,12176,'action complete via WP Cron','2020-12-31 16:22:33','2020-12-31 11:22:33'),
(24039,12177,'action created','2020-12-31 16:22:33','2020-12-31 11:22:33'),
(24040,12177,'action started via WP Cron','2020-12-31 16:24:22','2020-12-31 11:24:22'),
(24041,12177,'action complete via WP Cron','2020-12-31 16:24:22','2020-12-31 11:24:22'),
(24042,12178,'action created','2020-12-31 16:24:22','2020-12-31 11:24:22'),
(24043,12178,'action started via WP Cron','2020-12-31 16:26:49','2020-12-31 11:26:49'),
(24044,12178,'action complete via WP Cron','2020-12-31 16:26:49','2020-12-31 11:26:49'),
(24045,12179,'action created','2020-12-31 16:26:49','2020-12-31 11:26:49'),
(24046,12179,'action started via WP Cron','2020-12-31 16:27:39','2020-12-31 11:27:39'),
(24047,12179,'action complete via WP Cron','2020-12-31 16:27:39','2020-12-31 11:27:39'),
(24048,12180,'action created','2020-12-31 16:27:39','2020-12-31 11:27:39'),
(24049,12180,'action started via WP Cron','2020-12-31 16:28:30','2020-12-31 11:28:30'),
(24050,12180,'action complete via WP Cron','2020-12-31 16:28:30','2020-12-31 11:28:30'),
(24051,12181,'action created','2020-12-31 16:28:31','2020-12-31 11:28:31'),
(24052,12181,'action started via WP Cron','2020-12-31 16:30:15','2020-12-31 11:30:15'),
(24053,12181,'action complete via WP Cron','2020-12-31 16:30:15','2020-12-31 11:30:15'),
(24054,12182,'action created','2020-12-31 16:30:15','2020-12-31 11:30:15'),
(24055,12182,'action started via WP Cron','2020-12-31 16:31:27','2020-12-31 11:31:27'),
(24056,12182,'action complete via WP Cron','2020-12-31 16:31:27','2020-12-31 11:31:27'),
(24057,12183,'action created','2020-12-31 16:31:27','2020-12-31 11:31:27'),
(24058,12183,'action started via WP Cron','2020-12-31 16:32:27','2020-12-31 11:32:27'),
(24059,12183,'action complete via WP Cron','2020-12-31 16:32:27','2020-12-31 11:32:27'),
(24060,12184,'action created','2020-12-31 16:32:27','2020-12-31 11:32:27'),
(24061,12184,'action started via WP Cron','2020-12-31 16:33:23','2020-12-31 11:33:23'),
(24062,12184,'action complete via WP Cron','2020-12-31 16:33:23','2020-12-31 11:33:23'),
(24063,12185,'action created','2020-12-31 16:33:23','2020-12-31 11:33:23'),
(24064,12185,'action started via WP Cron','2020-12-31 16:34:32','2020-12-31 11:34:32'),
(24065,12185,'action complete via WP Cron','2020-12-31 16:34:32','2020-12-31 11:34:32'),
(24066,12186,'action created','2020-12-31 16:34:32','2020-12-31 11:34:32'),
(24067,12186,'action started via WP Cron','2020-12-31 16:35:25','2020-12-31 11:35:25'),
(24068,12186,'action complete via WP Cron','2020-12-31 16:35:25','2020-12-31 11:35:25'),
(24069,12187,'action created','2020-12-31 16:35:25','2020-12-31 11:35:25'),
(24070,12187,'action started via WP Cron','2020-12-31 16:36:18','2020-12-31 11:36:18'),
(24071,12187,'action complete via WP Cron','2020-12-31 16:36:18','2020-12-31 11:36:18'),
(24072,12188,'action created','2020-12-31 16:36:18','2020-12-31 11:36:18'),
(24073,12188,'action started via WP Cron','2020-12-31 16:37:19','2020-12-31 11:37:19'),
(24074,12188,'action complete via WP Cron','2020-12-31 16:37:19','2020-12-31 11:37:19'),
(24075,12189,'action created','2020-12-31 16:37:19','2020-12-31 11:37:19'),
(24076,12189,'action started via WP Cron','2020-12-31 16:42:00','2020-12-31 11:42:00'),
(24077,12189,'action complete via WP Cron','2020-12-31 16:42:00','2020-12-31 11:42:00'),
(24078,12190,'action created','2020-12-31 16:42:00','2020-12-31 11:42:00'),
(24079,12190,'action started via WP Cron','2020-12-31 16:42:35','2020-12-31 11:42:35'),
(24080,12190,'action complete via WP Cron','2020-12-31 16:42:35','2020-12-31 11:42:35'),
(24081,12191,'action created','2020-12-31 16:42:35','2020-12-31 11:42:35'),
(24082,12191,'action started via WP Cron','2020-12-31 16:43:50','2020-12-31 11:43:50'),
(24083,12191,'action complete via WP Cron','2020-12-31 16:43:50','2020-12-31 11:43:50'),
(24084,12192,'action created','2020-12-31 16:43:50','2020-12-31 11:43:50'),
(24085,12192,'action started via WP Cron','2020-12-31 16:44:22','2020-12-31 11:44:22'),
(24086,12192,'action complete via WP Cron','2020-12-31 16:44:23','2020-12-31 11:44:23'),
(24087,12193,'action created','2020-12-31 16:44:23','2020-12-31 11:44:23'),
(24088,12193,'action started via WP Cron','2020-12-31 16:45:39','2020-12-31 11:45:39'),
(24089,12193,'action complete via WP Cron','2020-12-31 16:45:39','2020-12-31 11:45:39'),
(24090,12194,'action created','2020-12-31 16:45:39','2020-12-31 11:45:39'),
(24091,12194,'action started via WP Cron','2020-12-31 16:46:33','2020-12-31 11:46:33'),
(24092,12194,'action complete via WP Cron','2020-12-31 16:46:33','2020-12-31 11:46:33'),
(24093,12195,'action created','2020-12-31 16:46:33','2020-12-31 11:46:33'),
(24094,12195,'action started via WP Cron','2020-12-31 16:47:45','2020-12-31 11:47:45'),
(24095,12195,'action complete via WP Cron','2020-12-31 16:47:45','2020-12-31 11:47:45'),
(24096,12196,'action created','2020-12-31 16:47:45','2020-12-31 11:47:45'),
(24097,12196,'action started via WP Cron','2020-12-31 16:48:32','2020-12-31 11:48:32'),
(24098,12196,'action complete via WP Cron','2020-12-31 16:48:32','2020-12-31 11:48:32'),
(24099,12197,'action created','2020-12-31 16:48:32','2020-12-31 11:48:32'),
(24100,12197,'action started via WP Cron','2020-12-31 16:50:49','2020-12-31 11:50:49'),
(24101,12197,'action complete via WP Cron','2020-12-31 16:50:49','2020-12-31 11:50:49'),
(24102,12198,'action created','2020-12-31 16:50:49','2020-12-31 11:50:49'),
(24103,12198,'action started via WP Cron','2020-12-31 16:51:17','2020-12-31 11:51:17'),
(24104,12198,'action complete via WP Cron','2020-12-31 16:51:17','2020-12-31 11:51:17'),
(24105,12199,'action created','2020-12-31 16:51:17','2020-12-31 11:51:17'),
(24106,12199,'action started via WP Cron','2020-12-31 16:52:12','2020-12-31 11:52:12'),
(24107,12199,'action complete via WP Cron','2020-12-31 16:52:12','2020-12-31 11:52:12'),
(24108,12200,'action created','2020-12-31 16:52:12','2020-12-31 11:52:12'),
(24109,12200,'action started via WP Cron','2020-12-31 16:53:13','2020-12-31 11:53:13'),
(24110,12200,'action complete via WP Cron','2020-12-31 16:53:13','2020-12-31 11:53:13'),
(24111,12201,'action created','2020-12-31 16:53:13','2020-12-31 11:53:13'),
(24112,12201,'action started via WP Cron','2020-12-31 16:54:59','2020-12-31 11:54:59'),
(24113,12201,'action complete via WP Cron','2020-12-31 16:54:59','2020-12-31 11:54:59'),
(24114,12202,'action created','2020-12-31 16:54:59','2020-12-31 11:54:59'),
(24115,12202,'action started via WP Cron','2020-12-31 16:55:19','2020-12-31 11:55:19'),
(24116,12202,'action complete via WP Cron','2020-12-31 16:55:19','2020-12-31 11:55:19'),
(24117,12203,'action created','2020-12-31 16:55:19','2020-12-31 11:55:19'),
(24118,12203,'action started via WP Cron','2020-12-31 16:58:46','2020-12-31 11:58:46'),
(24119,12203,'action complete via WP Cron','2020-12-31 16:58:46','2020-12-31 11:58:46'),
(24120,12204,'action created','2020-12-31 16:58:46','2020-12-31 11:58:46'),
(24121,12204,'action started via WP Cron','2020-12-31 17:01:00','2020-12-31 12:01:00'),
(24122,12204,'action complete via WP Cron','2020-12-31 17:01:00','2020-12-31 12:01:00'),
(24123,12205,'action created','2020-12-31 17:01:00','2020-12-31 12:01:00'),
(24124,12205,'action started via WP Cron','2020-12-31 17:01:51','2020-12-31 12:01:51'),
(24125,12205,'action complete via WP Cron','2020-12-31 17:01:51','2020-12-31 12:01:51'),
(24126,12206,'action created','2020-12-31 17:01:51','2020-12-31 12:01:51'),
(24127,12206,'action started via WP Cron','2020-12-31 17:02:42','2020-12-31 12:02:42'),
(24128,12206,'action complete via WP Cron','2020-12-31 17:02:42','2020-12-31 12:02:42'),
(24129,12207,'action created','2020-12-31 17:02:42','2020-12-31 12:02:42'),
(24130,12207,'action started via WP Cron','2020-12-31 17:03:12','2020-12-31 12:03:12'),
(24131,12207,'action complete via WP Cron','2020-12-31 17:03:12','2020-12-31 12:03:12'),
(24132,12208,'action created','2020-12-31 17:03:12','2020-12-31 12:03:12'),
(24133,12208,'action started via WP Cron','2020-12-31 17:04:17','2020-12-31 12:04:17'),
(24134,12208,'action complete via WP Cron','2020-12-31 17:04:17','2020-12-31 12:04:17'),
(24135,12209,'action created','2020-12-31 17:04:17','2020-12-31 12:04:17'),
(24136,12209,'action started via WP Cron','2020-12-31 17:05:52','2020-12-31 12:05:52'),
(24137,12209,'action complete via WP Cron','2020-12-31 17:05:52','2020-12-31 12:05:52'),
(24138,12210,'action created','2020-12-31 17:05:52','2020-12-31 12:05:52'),
(24139,12210,'action started via WP Cron','2020-12-31 17:06:13','2020-12-31 12:06:13'),
(24140,12210,'action complete via WP Cron','2020-12-31 17:06:13','2020-12-31 12:06:13'),
(24141,12211,'action created','2020-12-31 17:06:13','2020-12-31 12:06:13'),
(24142,12211,'action started via WP Cron','2020-12-31 17:07:38','2020-12-31 12:07:38'),
(24143,12211,'action complete via WP Cron','2020-12-31 17:07:39','2020-12-31 12:07:39'),
(24144,12212,'action created','2020-12-31 17:07:39','2020-12-31 12:07:39'),
(24145,12212,'action started via WP Cron','2020-12-31 17:09:44','2020-12-31 12:09:44'),
(24146,12212,'action complete via WP Cron','2020-12-31 17:09:44','2020-12-31 12:09:44'),
(24147,12213,'action created','2020-12-31 17:09:45','2020-12-31 12:09:45'),
(24148,12213,'action started via WP Cron','2020-12-31 17:10:31','2020-12-31 12:10:31'),
(24149,12213,'action complete via WP Cron','2020-12-31 17:10:31','2020-12-31 12:10:31'),
(24150,12214,'action created','2020-12-31 17:10:31','2020-12-31 12:10:31'),
(24151,12214,'action started via WP Cron','2020-12-31 17:11:32','2020-12-31 12:11:32'),
(24152,12214,'action complete via WP Cron','2020-12-31 17:11:32','2020-12-31 12:11:32'),
(24153,12215,'action created','2020-12-31 17:11:32','2020-12-31 12:11:32'),
(24154,12215,'action started via WP Cron','2020-12-31 17:12:25','2020-12-31 12:12:25'),
(24155,12215,'action complete via WP Cron','2020-12-31 17:12:25','2020-12-31 12:12:25'),
(24156,12216,'action created','2020-12-31 17:12:25','2020-12-31 12:12:25'),
(24157,12216,'action started via WP Cron','2020-12-31 17:13:12','2020-12-31 12:13:12'),
(24158,12216,'action complete via WP Cron','2020-12-31 17:13:12','2020-12-31 12:13:12'),
(24159,12217,'action created','2020-12-31 17:13:12','2020-12-31 12:13:12'),
(24160,12217,'action started via WP Cron','2020-12-31 17:14:24','2020-12-31 12:14:24'),
(24161,12217,'action complete via WP Cron','2020-12-31 17:14:24','2020-12-31 12:14:24'),
(24162,12218,'action created','2020-12-31 17:14:24','2020-12-31 12:14:24'),
(24163,12218,'action started via WP Cron','2020-12-31 17:15:20','2020-12-31 12:15:20'),
(24164,12218,'action complete via WP Cron','2020-12-31 17:15:20','2020-12-31 12:15:20'),
(24165,12219,'action created','2020-12-31 17:15:20','2020-12-31 12:15:20'),
(24166,12219,'action started via WP Cron','2020-12-31 17:16:24','2020-12-31 12:16:24'),
(24167,12219,'action complete via WP Cron','2020-12-31 17:16:24','2020-12-31 12:16:24'),
(24168,12220,'action created','2020-12-31 17:16:24','2020-12-31 12:16:24'),
(24169,12220,'action started via WP Cron','2020-12-31 17:21:12','2020-12-31 12:21:12'),
(24170,12220,'action complete via WP Cron','2020-12-31 17:21:12','2020-12-31 12:21:12'),
(24171,12221,'action created','2020-12-31 17:21:12','2020-12-31 12:21:12'),
(24172,12221,'action started via WP Cron','2020-12-31 17:25:54','2020-12-31 12:25:54'),
(24173,12221,'action complete via WP Cron','2020-12-31 17:25:54','2020-12-31 12:25:54'),
(24174,12222,'action created','2020-12-31 17:25:54','2020-12-31 12:25:54'),
(24175,12222,'action started via WP Cron','2020-12-31 17:27:46','2020-12-31 12:27:46'),
(24176,12222,'action complete via WP Cron','2020-12-31 17:27:46','2020-12-31 12:27:46'),
(24177,12223,'action created','2020-12-31 17:27:46','2020-12-31 12:27:46'),
(24178,12223,'action started via WP Cron','2020-12-31 17:28:58','2020-12-31 12:28:58'),
(24179,12223,'action complete via WP Cron','2020-12-31 17:28:58','2020-12-31 12:28:58'),
(24180,12224,'action created','2020-12-31 17:28:58','2020-12-31 12:28:58'),
(24181,12224,'action started via WP Cron','2020-12-31 17:32:14','2020-12-31 12:32:14'),
(24182,12224,'action complete via WP Cron','2020-12-31 17:32:14','2020-12-31 12:32:14'),
(24183,12225,'action created','2020-12-31 17:32:14','2020-12-31 12:32:14'),
(24184,12225,'action started via WP Cron','2020-12-31 17:34:34','2020-12-31 12:34:34'),
(24185,12225,'action complete via WP Cron','2020-12-31 17:34:34','2020-12-31 12:34:34'),
(24186,12226,'action created','2020-12-31 17:34:34','2020-12-31 12:34:34'),
(24187,12226,'action started via WP Cron','2020-12-31 17:35:30','2020-12-31 12:35:30'),
(24188,12226,'action complete via WP Cron','2020-12-31 17:35:30','2020-12-31 12:35:30'),
(24189,12227,'action created','2020-12-31 17:35:30','2020-12-31 12:35:30'),
(24190,12227,'action started via WP Cron','2020-12-31 17:38:45','2020-12-31 12:38:45'),
(24191,12227,'action complete via WP Cron','2020-12-31 17:38:45','2020-12-31 12:38:45'),
(24192,12228,'action created','2020-12-31 17:38:45','2020-12-31 12:38:45'),
(24193,12228,'action started via WP Cron','2020-12-31 17:40:27','2020-12-31 12:40:27'),
(24194,12228,'action complete via WP Cron','2020-12-31 17:40:27','2020-12-31 12:40:27'),
(24195,12229,'action created','2020-12-31 17:40:27','2020-12-31 12:40:27'),
(24196,12229,'action started via WP Cron','2020-12-31 17:41:28','2020-12-31 12:41:28'),
(24197,12229,'action complete via WP Cron','2020-12-31 17:41:28','2020-12-31 12:41:28'),
(24198,12230,'action created','2020-12-31 17:41:29','2020-12-31 12:41:29'),
(24199,12230,'action started via WP Cron','2020-12-31 17:43:54','2020-12-31 12:43:54'),
(24200,12230,'action complete via WP Cron','2020-12-31 17:43:54','2020-12-31 12:43:54'),
(24201,12231,'action created','2020-12-31 17:43:54','2020-12-31 12:43:54'),
(24202,12231,'action started via WP Cron','2020-12-31 17:44:26','2020-12-31 12:44:26'),
(24203,12231,'action complete via WP Cron','2020-12-31 17:44:26','2020-12-31 12:44:26'),
(24204,12232,'action created','2020-12-31 17:44:26','2020-12-31 12:44:26'),
(24205,12232,'action started via WP Cron','2020-12-31 17:45:54','2020-12-31 12:45:54'),
(24206,12232,'action complete via WP Cron','2020-12-31 17:45:54','2020-12-31 12:45:54'),
(24207,12233,'action created','2020-12-31 17:45:54','2020-12-31 12:45:54'),
(24208,12233,'action started via WP Cron','2020-12-31 17:46:14','2020-12-31 12:46:14'),
(24209,12233,'action complete via WP Cron','2020-12-31 17:46:14','2020-12-31 12:46:14'),
(24210,12234,'action created','2020-12-31 17:46:14','2020-12-31 12:46:14'),
(24211,12234,'action started via WP Cron','2020-12-31 17:48:03','2020-12-31 12:48:03'),
(24212,12234,'action complete via WP Cron','2020-12-31 17:48:03','2020-12-31 12:48:03'),
(24213,12235,'action created','2020-12-31 17:48:03','2020-12-31 12:48:03'),
(24214,12235,'action started via WP Cron','2020-12-31 17:48:34','2020-12-31 12:48:34'),
(24215,12235,'action complete via WP Cron','2020-12-31 17:48:34','2020-12-31 12:48:34'),
(24216,12236,'action created','2020-12-31 17:48:34','2020-12-31 12:48:34'),
(24217,12236,'action started via WP Cron','2020-12-31 17:49:30','2020-12-31 12:49:30'),
(24218,12236,'action complete via WP Cron','2020-12-31 17:49:30','2020-12-31 12:49:30'),
(24219,12237,'action created','2020-12-31 17:49:30','2020-12-31 12:49:30'),
(24220,12237,'action started via WP Cron','2020-12-31 17:53:14','2020-12-31 12:53:14'),
(24221,12237,'action complete via WP Cron','2020-12-31 17:53:14','2020-12-31 12:53:14'),
(24222,12238,'action created','2020-12-31 17:53:14','2020-12-31 12:53:14'),
(24223,12238,'action started via WP Cron','2020-12-31 17:54:42','2020-12-31 12:54:42'),
(24224,12238,'action complete via WP Cron','2020-12-31 17:54:42','2020-12-31 12:54:42'),
(24225,12239,'action created','2020-12-31 17:54:42','2020-12-31 12:54:42'),
(24226,12239,'action started via WP Cron','2020-12-31 17:56:22','2020-12-31 12:56:22'),
(24227,12239,'action complete via WP Cron','2020-12-31 17:56:22','2020-12-31 12:56:22'),
(24228,12240,'action created','2020-12-31 17:56:23','2020-12-31 12:56:23'),
(24229,12240,'action started via WP Cron','2020-12-31 17:57:24','2020-12-31 12:57:24'),
(24230,12240,'action complete via WP Cron','2020-12-31 17:57:24','2020-12-31 12:57:24'),
(24231,12241,'action created','2020-12-31 17:57:24','2020-12-31 12:57:24'),
(24232,12241,'action started via WP Cron','2020-12-31 18:00:44','2020-12-31 13:00:44'),
(24233,12241,'action complete via WP Cron','2020-12-31 18:00:44','2020-12-31 13:00:44'),
(24234,12242,'action created','2020-12-31 18:00:44','2020-12-31 13:00:44'),
(24235,12242,'action started via WP Cron','2020-12-31 18:04:38','2020-12-31 13:04:38'),
(24236,12242,'action complete via WP Cron','2020-12-31 18:04:38','2020-12-31 13:04:38'),
(24237,12243,'action created','2020-12-31 18:04:38','2020-12-31 13:04:38'),
(24238,12243,'action started via WP Cron','2020-12-31 18:09:03','2020-12-31 13:09:03'),
(24239,12243,'action complete via WP Cron','2020-12-31 18:09:03','2020-12-31 13:09:03'),
(24240,12244,'action created','2020-12-31 18:09:03','2020-12-31 13:09:03'),
(24241,12244,'action started via WP Cron','2020-12-31 18:09:29','2020-12-31 13:09:29'),
(24242,12244,'action complete via WP Cron','2020-12-31 18:09:29','2020-12-31 13:09:29'),
(24243,12245,'action created','2020-12-31 18:09:29','2020-12-31 13:09:29'),
(24244,12245,'action started via WP Cron','2020-12-31 18:10:32','2020-12-31 13:10:32'),
(24245,12245,'action complete via WP Cron','2020-12-31 18:10:32','2020-12-31 13:10:32'),
(24246,12246,'action created','2020-12-31 18:10:32','2020-12-31 13:10:32'),
(24247,12246,'action started via WP Cron','2020-12-31 18:11:16','2020-12-31 13:11:16'),
(24248,12246,'action complete via WP Cron','2020-12-31 18:11:16','2020-12-31 13:11:16'),
(24249,12247,'action created','2020-12-31 18:11:16','2020-12-31 13:11:16'),
(24250,12247,'action started via WP Cron','2020-12-31 18:12:24','2020-12-31 13:12:24'),
(24251,12247,'action complete via WP Cron','2020-12-31 18:12:24','2020-12-31 13:12:24'),
(24252,12248,'action created','2020-12-31 18:12:24','2020-12-31 13:12:24'),
(24253,12248,'action started via WP Cron','2020-12-31 18:13:18','2020-12-31 13:13:18'),
(24254,12248,'action complete via WP Cron','2020-12-31 18:13:18','2020-12-31 13:13:18'),
(24255,12249,'action created','2020-12-31 18:13:18','2020-12-31 13:13:18'),
(24256,12249,'action started via WP Cron','2020-12-31 18:15:48','2020-12-31 13:15:48'),
(24257,12249,'action complete via WP Cron','2020-12-31 18:15:48','2020-12-31 13:15:48'),
(24258,12250,'action created','2020-12-31 18:15:48','2020-12-31 13:15:48'),
(24259,12250,'action started via WP Cron','2020-12-31 18:17:37','2020-12-31 13:17:37'),
(24260,12250,'action complete via WP Cron','2020-12-31 18:17:37','2020-12-31 13:17:37'),
(24261,12251,'action created','2020-12-31 18:17:37','2020-12-31 13:17:37'),
(24262,12251,'action started via WP Cron','2020-12-31 18:19:43','2020-12-31 13:19:43'),
(24263,12251,'action complete via WP Cron','2020-12-31 18:19:43','2020-12-31 13:19:43'),
(24264,12252,'action created','2020-12-31 18:19:43','2020-12-31 13:19:43'),
(24265,12252,'action started via WP Cron','2020-12-31 18:21:46','2020-12-31 13:21:46'),
(24266,12252,'action complete via WP Cron','2020-12-31 18:21:46','2020-12-31 13:21:46'),
(24267,12253,'action created','2020-12-31 18:21:46','2020-12-31 13:21:46'),
(24268,12253,'action started via WP Cron','2020-12-31 18:23:44','2020-12-31 13:23:44'),
(24269,12253,'action complete via WP Cron','2020-12-31 18:23:44','2020-12-31 13:23:44'),
(24270,12254,'action created','2020-12-31 18:23:44','2020-12-31 13:23:44'),
(24271,12254,'action started via WP Cron','2020-12-31 18:25:42','2020-12-31 13:25:42'),
(24272,12254,'action complete via WP Cron','2020-12-31 18:25:42','2020-12-31 13:25:42'),
(24273,12255,'action created','2020-12-31 18:25:42','2020-12-31 13:25:42'),
(24274,12255,'action started via WP Cron','2020-12-31 18:28:00','2020-12-31 13:28:00'),
(24275,12255,'action complete via WP Cron','2020-12-31 18:28:00','2020-12-31 13:28:00'),
(24276,12256,'action created','2020-12-31 18:28:00','2020-12-31 13:28:00'),
(24277,12256,'action started via WP Cron','2020-12-31 18:30:35','2020-12-31 13:30:35'),
(24278,12256,'action complete via WP Cron','2020-12-31 18:30:35','2020-12-31 13:30:35'),
(24279,12257,'action created','2020-12-31 18:30:35','2020-12-31 13:30:35'),
(24280,12257,'action started via WP Cron','2020-12-31 18:32:50','2020-12-31 13:32:50'),
(24281,12257,'action complete via WP Cron','2020-12-31 18:32:50','2020-12-31 13:32:50'),
(24282,12258,'action created','2020-12-31 18:32:50','2020-12-31 13:32:50'),
(24283,12258,'action started via WP Cron','2020-12-31 18:33:14','2020-12-31 13:33:14'),
(24284,12258,'action complete via WP Cron','2020-12-31 18:33:14','2020-12-31 13:33:14'),
(24285,12259,'action created','2020-12-31 18:33:14','2020-12-31 13:33:14'),
(24286,12259,'action started via WP Cron','2020-12-31 18:35:34','2020-12-31 13:35:34'),
(24287,12259,'action complete via WP Cron','2020-12-31 18:35:34','2020-12-31 13:35:34'),
(24288,12260,'action created','2020-12-31 18:35:34','2020-12-31 13:35:34'),
(24289,12260,'action started via WP Cron','2020-12-31 18:36:14','2020-12-31 13:36:14'),
(24290,12260,'action complete via WP Cron','2020-12-31 18:36:14','2020-12-31 13:36:14'),
(24291,12261,'action created','2020-12-31 18:36:14','2020-12-31 13:36:14'),
(24292,12261,'action started via WP Cron','2020-12-31 18:37:18','2020-12-31 13:37:18'),
(24293,12261,'action complete via WP Cron','2020-12-31 18:37:18','2020-12-31 13:37:18'),
(24294,12262,'action created','2020-12-31 18:37:18','2020-12-31 13:37:18'),
(24295,12262,'action started via WP Cron','2020-12-31 18:38:36','2020-12-31 13:38:36'),
(24296,12262,'action complete via WP Cron','2020-12-31 18:38:36','2020-12-31 13:38:36'),
(24297,12263,'action created','2020-12-31 18:38:36','2020-12-31 13:38:36'),
(24298,12263,'action started via WP Cron','2020-12-31 18:39:32','2020-12-31 13:39:32'),
(24299,12263,'action complete via WP Cron','2020-12-31 18:39:32','2020-12-31 13:39:32'),
(24300,12264,'action created','2020-12-31 18:39:33','2020-12-31 13:39:33'),
(24301,12264,'action started via WP Cron','2020-12-31 18:40:21','2020-12-31 13:40:21'),
(24302,12264,'action complete via WP Cron','2020-12-31 18:40:21','2020-12-31 13:40:21'),
(24303,12265,'action created','2020-12-31 18:40:21','2020-12-31 13:40:21'),
(24304,12265,'action started via WP Cron','2020-12-31 18:41:26','2020-12-31 13:41:26'),
(24305,12265,'action complete via WP Cron','2020-12-31 18:41:26','2020-12-31 13:41:26'),
(24306,12266,'action created','2020-12-31 18:41:26','2020-12-31 13:41:26'),
(24307,12266,'action started via WP Cron','2020-12-31 18:42:12','2020-12-31 13:42:12'),
(24308,12266,'action complete via WP Cron','2020-12-31 18:42:12','2020-12-31 13:42:12'),
(24309,12267,'action created','2020-12-31 18:42:12','2020-12-31 13:42:12'),
(24310,12267,'action started via WP Cron','2020-12-31 18:43:12','2020-12-31 13:43:12'),
(24311,12267,'action complete via WP Cron','2020-12-31 18:43:12','2020-12-31 13:43:12'),
(24312,12268,'action created','2020-12-31 18:43:12','2020-12-31 13:43:12'),
(24313,12268,'action started via WP Cron','2020-12-31 18:45:29','2020-12-31 13:45:29'),
(24314,12268,'action complete via WP Cron','2020-12-31 18:45:29','2020-12-31 13:45:29'),
(24315,12269,'action created','2020-12-31 18:45:30','2020-12-31 13:45:30'),
(24316,12269,'action started via WP Cron','2020-12-31 18:49:08','2020-12-31 13:49:08'),
(24317,12269,'action complete via WP Cron','2020-12-31 18:49:08','2020-12-31 13:49:08'),
(24318,12270,'action created','2020-12-31 18:49:08','2020-12-31 13:49:08'),
(24319,12270,'action started via WP Cron','2020-12-31 18:50:54','2020-12-31 13:50:54'),
(24320,12270,'action complete via WP Cron','2020-12-31 18:50:54','2020-12-31 13:50:54'),
(24321,12271,'action created','2020-12-31 18:50:54','2020-12-31 13:50:54'),
(24322,12271,'action started via WP Cron','2020-12-31 18:51:46','2020-12-31 13:51:46'),
(24323,12271,'action complete via WP Cron','2020-12-31 18:51:46','2020-12-31 13:51:46'),
(24324,12272,'action created','2020-12-31 18:51:46','2020-12-31 13:51:46'),
(24325,12272,'action started via WP Cron','2020-12-31 18:52:46','2020-12-31 13:52:46'),
(24326,12272,'action complete via WP Cron','2020-12-31 18:52:46','2020-12-31 13:52:46'),
(24327,12273,'action created','2020-12-31 18:52:46','2020-12-31 13:52:46'),
(24328,12273,'action started via WP Cron','2020-12-31 18:53:52','2020-12-31 13:53:52'),
(24329,12273,'action complete via WP Cron','2020-12-31 18:53:52','2020-12-31 13:53:52'),
(24330,12274,'action created','2020-12-31 18:53:52','2020-12-31 13:53:52'),
(24331,12274,'action started via WP Cron','2020-12-31 18:54:37','2020-12-31 13:54:37'),
(24332,12274,'action complete via WP Cron','2020-12-31 18:54:37','2020-12-31 13:54:37'),
(24333,12275,'action created','2020-12-31 18:54:37','2020-12-31 13:54:37'),
(24334,12275,'action started via WP Cron','2020-12-31 18:55:37','2020-12-31 13:55:37'),
(24335,12275,'action complete via WP Cron','2020-12-31 18:55:37','2020-12-31 13:55:37'),
(24336,12276,'action created','2020-12-31 18:55:37','2020-12-31 13:55:37'),
(24337,12276,'action started via WP Cron','2020-12-31 18:56:11','2020-12-31 13:56:11'),
(24338,12276,'action complete via WP Cron','2020-12-31 18:56:11','2020-12-31 13:56:11'),
(24339,12277,'action created','2020-12-31 18:56:12','2020-12-31 13:56:12'),
(24340,12277,'action started via WP Cron','2020-12-31 18:58:04','2020-12-31 13:58:04'),
(24341,12277,'action complete via WP Cron','2020-12-31 18:58:04','2020-12-31 13:58:04'),
(24342,12278,'action created','2020-12-31 18:58:04','2020-12-31 13:58:04'),
(24343,12278,'action started via WP Cron','2020-12-31 18:58:46','2020-12-31 13:58:46'),
(24344,12278,'action complete via WP Cron','2020-12-31 18:58:46','2020-12-31 13:58:46'),
(24345,12279,'action created','2020-12-31 18:58:46','2020-12-31 13:58:46'),
(24346,12279,'action started via WP Cron','2020-12-31 19:02:29','2020-12-31 14:02:29'),
(24347,12279,'action complete via WP Cron','2020-12-31 19:02:29','2020-12-31 14:02:29'),
(24348,12280,'action created','2020-12-31 19:02:29','2020-12-31 14:02:29'),
(24349,12280,'action started via WP Cron','2020-12-31 19:06:14','2020-12-31 14:06:14'),
(24350,12280,'action complete via WP Cron','2020-12-31 19:06:14','2020-12-31 14:06:14'),
(24351,12281,'action created','2020-12-31 19:06:14','2020-12-31 14:06:14'),
(24352,12281,'action started via WP Cron','2020-12-31 19:09:42','2020-12-31 14:09:42'),
(24353,12281,'action complete via WP Cron','2020-12-31 19:09:43','2020-12-31 14:09:43'),
(24354,12282,'action created','2020-12-31 19:09:43','2020-12-31 14:09:43'),
(24355,12282,'action started via WP Cron','2020-12-31 19:11:10','2020-12-31 14:11:10'),
(24356,12282,'action complete via WP Cron','2020-12-31 19:11:10','2020-12-31 14:11:10'),
(24357,12283,'action created','2020-12-31 19:11:10','2020-12-31 14:11:10'),
(24358,12283,'action started via WP Cron','2020-12-31 19:12:27','2020-12-31 14:12:27'),
(24359,12283,'action complete via WP Cron','2020-12-31 19:12:27','2020-12-31 14:12:27'),
(24360,12284,'action created','2020-12-31 19:12:27','2020-12-31 14:12:27'),
(24361,12284,'action started via WP Cron','2020-12-31 19:13:58','2020-12-31 14:13:58'),
(24362,12284,'action complete via WP Cron','2020-12-31 19:13:58','2020-12-31 14:13:58'),
(24363,12285,'action created','2020-12-31 19:13:58','2020-12-31 14:13:58'),
(24364,12285,'action started via WP Cron','2020-12-31 19:18:40','2020-12-31 14:18:40'),
(24365,12285,'action complete via WP Cron','2020-12-31 19:18:40','2020-12-31 14:18:40'),
(24366,12286,'action created','2020-12-31 19:18:40','2020-12-31 14:18:40'),
(24367,12286,'action started via WP Cron','2020-12-31 19:19:38','2020-12-31 14:19:38'),
(24368,12286,'action complete via WP Cron','2020-12-31 19:19:38','2020-12-31 14:19:38'),
(24369,12287,'action created','2020-12-31 19:19:38','2020-12-31 14:19:38'),
(24370,12287,'action started via WP Cron','2020-12-31 19:20:37','2020-12-31 14:20:37'),
(24371,12287,'action complete via WP Cron','2020-12-31 19:20:37','2020-12-31 14:20:37'),
(24372,12288,'action created','2020-12-31 19:20:37','2020-12-31 14:20:37'),
(24373,12288,'action started via WP Cron','2020-12-31 19:21:33','2020-12-31 14:21:33'),
(24374,12288,'action complete via WP Cron','2020-12-31 19:21:33','2020-12-31 14:21:33'),
(24375,12289,'action created','2020-12-31 19:21:33','2020-12-31 14:21:33'),
(24376,12289,'action started via WP Cron','2020-12-31 19:22:24','2020-12-31 14:22:24'),
(24377,12289,'action complete via WP Cron','2020-12-31 19:22:24','2020-12-31 14:22:24'),
(24378,12290,'action created','2020-12-31 19:22:24','2020-12-31 14:22:24'),
(24379,12290,'action started via WP Cron','2020-12-31 19:23:24','2020-12-31 14:23:24'),
(24380,12290,'action complete via WP Cron','2020-12-31 19:23:24','2020-12-31 14:23:24'),
(24381,12291,'action created','2020-12-31 19:23:25','2020-12-31 14:23:25'),
(24382,12291,'action started via WP Cron','2020-12-31 19:24:46','2020-12-31 14:24:46'),
(24383,12291,'action complete via WP Cron','2020-12-31 19:24:46','2020-12-31 14:24:46'),
(24384,12292,'action created','2020-12-31 19:24:46','2020-12-31 14:24:46'),
(24385,12292,'action started via WP Cron','2020-12-31 19:26:09','2020-12-31 14:26:09'),
(24386,12292,'action complete via WP Cron','2020-12-31 19:26:09','2020-12-31 14:26:09'),
(24387,12293,'action created','2020-12-31 19:26:09','2020-12-31 14:26:09'),
(24388,12293,'action started via WP Cron','2020-12-31 19:33:41','2020-12-31 14:33:41'),
(24389,12293,'action complete via WP Cron','2020-12-31 19:33:41','2020-12-31 14:33:41'),
(24390,12294,'action created','2020-12-31 19:33:41','2020-12-31 14:33:41'),
(24391,12294,'action started via WP Cron','2020-12-31 19:34:26','2020-12-31 14:34:26'),
(24392,12294,'action complete via WP Cron','2020-12-31 19:34:26','2020-12-31 14:34:26'),
(24393,12295,'action created','2020-12-31 19:34:26','2020-12-31 14:34:26'),
(24394,12295,'action started via WP Cron','2020-12-31 19:35:31','2020-12-31 14:35:31'),
(24395,12295,'action complete via WP Cron','2020-12-31 19:35:31','2020-12-31 14:35:31'),
(24396,12296,'action created','2020-12-31 19:35:31','2020-12-31 14:35:31'),
(24397,12296,'action started via WP Cron','2020-12-31 19:36:19','2020-12-31 14:36:19'),
(24398,12296,'action complete via WP Cron','2020-12-31 19:36:19','2020-12-31 14:36:19'),
(24399,12297,'action created','2020-12-31 19:36:19','2020-12-31 14:36:19'),
(24400,12297,'action started via WP Cron','2020-12-31 19:37:37','2020-12-31 14:37:37'),
(24401,12297,'action complete via WP Cron','2020-12-31 19:37:37','2020-12-31 14:37:37'),
(24402,12298,'action created','2020-12-31 19:37:37','2020-12-31 14:37:37'),
(24403,12298,'action started via WP Cron','2020-12-31 19:38:35','2020-12-31 14:38:35'),
(24404,12298,'action complete via WP Cron','2020-12-31 19:38:35','2020-12-31 14:38:35'),
(24405,12299,'action created','2020-12-31 19:38:35','2020-12-31 14:38:35'),
(24406,12299,'action started via WP Cron','2020-12-31 19:41:22','2020-12-31 14:41:22'),
(24407,12299,'action complete via WP Cron','2020-12-31 19:41:22','2020-12-31 14:41:22'),
(24408,12300,'action created','2020-12-31 19:41:22','2020-12-31 14:41:22'),
(24409,12300,'action started via WP Cron','2020-12-31 19:42:15','2020-12-31 14:42:15'),
(24410,12300,'action complete via WP Cron','2020-12-31 19:42:15','2020-12-31 14:42:15'),
(24411,12301,'action created','2020-12-31 19:42:15','2020-12-31 14:42:15'),
(24412,12301,'action started via WP Cron','2020-12-31 19:43:27','2020-12-31 14:43:27'),
(24413,12301,'action complete via WP Cron','2020-12-31 19:43:27','2020-12-31 14:43:27'),
(24414,12302,'action created','2020-12-31 19:43:27','2020-12-31 14:43:27'),
(24415,12302,'action started via WP Cron','2020-12-31 19:47:39','2020-12-31 14:47:39'),
(24416,12302,'action complete via WP Cron','2020-12-31 19:47:39','2020-12-31 14:47:39'),
(24417,12303,'action created','2020-12-31 19:47:39','2020-12-31 14:47:39'),
(24418,12303,'action started via WP Cron','2020-12-31 19:49:07','2020-12-31 14:49:07'),
(24419,12303,'action complete via WP Cron','2020-12-31 19:49:07','2020-12-31 14:49:07'),
(24420,12304,'action created','2020-12-31 19:49:07','2020-12-31 14:49:07'),
(24421,12304,'action started via WP Cron','2020-12-31 19:49:46','2020-12-31 14:49:46'),
(24422,12304,'action complete via WP Cron','2020-12-31 19:49:46','2020-12-31 14:49:46'),
(24423,12305,'action created','2020-12-31 19:49:46','2020-12-31 14:49:46'),
(24424,12305,'action started via WP Cron','2020-12-31 19:52:27','2020-12-31 14:52:27'),
(24425,12305,'action complete via WP Cron','2020-12-31 19:52:27','2020-12-31 14:52:27'),
(24426,12306,'action created','2020-12-31 19:52:27','2020-12-31 14:52:27'),
(24427,12306,'action started via WP Cron','2020-12-31 19:53:50','2020-12-31 14:53:50'),
(24428,12306,'action complete via WP Cron','2020-12-31 19:53:50','2020-12-31 14:53:50'),
(24429,12307,'action created','2020-12-31 19:53:50','2020-12-31 14:53:50'),
(24430,12307,'action started via WP Cron','2020-12-31 19:54:34','2020-12-31 14:54:34'),
(24431,12307,'action complete via WP Cron','2020-12-31 19:54:34','2020-12-31 14:54:34'),
(24432,12308,'action created','2020-12-31 19:54:34','2020-12-31 14:54:34'),
(24433,12308,'action started via WP Cron','2020-12-31 19:55:51','2020-12-31 14:55:51'),
(24434,12308,'action complete via WP Cron','2020-12-31 19:55:51','2020-12-31 14:55:51'),
(24435,12309,'action created','2020-12-31 19:55:51','2020-12-31 14:55:51'),
(24436,12309,'action started via WP Cron','2020-12-31 19:56:17','2020-12-31 14:56:17'),
(24437,12309,'action complete via WP Cron','2020-12-31 19:56:17','2020-12-31 14:56:17'),
(24438,12310,'action created','2020-12-31 19:56:17','2020-12-31 14:56:17'),
(24439,12310,'action started via WP Cron','2020-12-31 20:01:41','2020-12-31 15:01:41'),
(24440,12310,'action complete via WP Cron','2020-12-31 20:01:41','2020-12-31 15:01:41'),
(24441,12311,'action created','2020-12-31 20:01:41','2020-12-31 15:01:41'),
(24442,12311,'action started via WP Cron','2020-12-31 20:03:35','2020-12-31 15:03:35'),
(24443,12311,'action complete via WP Cron','2020-12-31 20:03:35','2020-12-31 15:03:35'),
(24444,12312,'action created','2020-12-31 20:03:35','2020-12-31 15:03:35'),
(24445,12312,'action started via WP Cron','2020-12-31 20:05:08','2020-12-31 15:05:08'),
(24446,12312,'action complete via WP Cron','2020-12-31 20:05:08','2020-12-31 15:05:08'),
(24447,12313,'action created','2020-12-31 20:05:08','2020-12-31 15:05:08'),
(24448,12313,'action started via WP Cron','2020-12-31 20:06:34','2020-12-31 15:06:34'),
(24449,12313,'action complete via WP Cron','2020-12-31 20:06:34','2020-12-31 15:06:34'),
(24450,12314,'action created','2020-12-31 20:06:35','2020-12-31 15:06:35'),
(24451,12314,'action started via WP Cron','2020-12-31 20:07:23','2020-12-31 15:07:23'),
(24452,12314,'action complete via WP Cron','2020-12-31 20:07:23','2020-12-31 15:07:23'),
(24453,12315,'action created','2020-12-31 20:07:23','2020-12-31 15:07:23'),
(24454,12315,'action started via WP Cron','2020-12-31 20:09:52','2020-12-31 15:09:52'),
(24455,12315,'action complete via WP Cron','2020-12-31 20:09:52','2020-12-31 15:09:52'),
(24456,12316,'action created','2020-12-31 20:09:52','2020-12-31 15:09:52'),
(24457,12316,'action started via WP Cron','2020-12-31 20:10:41','2020-12-31 15:10:41'),
(24458,12316,'action complete via WP Cron','2020-12-31 20:10:41','2020-12-31 15:10:41'),
(24459,12317,'action created','2020-12-31 20:10:41','2020-12-31 15:10:41'),
(24460,12317,'action started via WP Cron','2020-12-31 20:11:14','2020-12-31 15:11:14'),
(24461,12317,'action complete via WP Cron','2020-12-31 20:11:14','2020-12-31 15:11:14'),
(24462,12318,'action created','2020-12-31 20:11:14','2020-12-31 15:11:14'),
(24463,12318,'action started via WP Cron','2020-12-31 20:15:25','2020-12-31 15:15:25'),
(24464,12318,'action complete via WP Cron','2020-12-31 20:15:25','2020-12-31 15:15:25'),
(24465,12319,'action created','2020-12-31 20:15:25','2020-12-31 15:15:25'),
(24466,12319,'action started via WP Cron','2020-12-31 20:19:30','2020-12-31 15:19:30'),
(24467,12319,'action complete via WP Cron','2020-12-31 20:19:30','2020-12-31 15:19:30'),
(24468,12320,'action created','2020-12-31 20:19:30','2020-12-31 15:19:30'),
(24469,12320,'action started via WP Cron','2020-12-31 20:21:33','2020-12-31 15:21:33'),
(24470,12320,'action complete via WP Cron','2020-12-31 20:21:33','2020-12-31 15:21:33'),
(24471,12321,'action created','2020-12-31 20:21:33','2020-12-31 15:21:33'),
(24472,12321,'action started via WP Cron','2020-12-31 20:22:25','2020-12-31 15:22:25'),
(24473,12321,'action complete via WP Cron','2020-12-31 20:22:25','2020-12-31 15:22:25'),
(24474,12322,'action created','2020-12-31 20:22:25','2020-12-31 15:22:25'),
(24475,12322,'action started via WP Cron','2020-12-31 20:23:29','2020-12-31 15:23:29'),
(24476,12322,'action complete via WP Cron','2020-12-31 20:23:29','2020-12-31 15:23:29'),
(24477,12323,'action created','2020-12-31 20:23:30','2020-12-31 15:23:30'),
(24478,12323,'action started via WP Cron','2020-12-31 20:26:01','2020-12-31 15:26:01'),
(24479,12323,'action complete via WP Cron','2020-12-31 20:26:01','2020-12-31 15:26:01'),
(24480,12324,'action created','2020-12-31 20:26:01','2020-12-31 15:26:01'),
(24481,12324,'action started via WP Cron','2020-12-31 20:26:50','2020-12-31 15:26:50'),
(24482,12324,'action complete via WP Cron','2020-12-31 20:26:50','2020-12-31 15:26:50'),
(24483,12325,'action created','2020-12-31 20:26:50','2020-12-31 15:26:50'),
(24484,12325,'action started via WP Cron','2020-12-31 20:28:16','2020-12-31 15:28:16'),
(24485,12325,'action complete via WP Cron','2020-12-31 20:28:16','2020-12-31 15:28:16'),
(24486,12326,'action created','2020-12-31 20:28:16','2020-12-31 15:28:16'),
(24487,12326,'action started via WP Cron','2020-12-31 20:29:48','2020-12-31 15:29:48'),
(24488,12326,'action complete via WP Cron','2020-12-31 20:29:48','2020-12-31 15:29:48'),
(24489,12327,'action created','2020-12-31 20:29:48','2020-12-31 15:29:48'),
(24490,12327,'action started via WP Cron','2020-12-31 20:37:32','2020-12-31 15:37:32'),
(24491,12327,'action complete via WP Cron','2020-12-31 20:37:32','2020-12-31 15:37:32'),
(24492,12328,'action created','2020-12-31 20:37:32','2020-12-31 15:37:32'),
(24493,12328,'action started via WP Cron','2020-12-31 20:39:35','2020-12-31 15:39:35'),
(24494,12328,'action complete via WP Cron','2020-12-31 20:39:35','2020-12-31 15:39:35'),
(24495,12329,'action created','2020-12-31 20:39:35','2020-12-31 15:39:35'),
(24496,12329,'action started via WP Cron','2020-12-31 20:40:24','2020-12-31 15:40:24'),
(24497,12329,'action complete via WP Cron','2020-12-31 20:40:24','2020-12-31 15:40:24'),
(24498,12330,'action created','2020-12-31 20:40:24','2020-12-31 15:40:24'),
(24499,12330,'action started via WP Cron','2020-12-31 20:41:29','2020-12-31 15:41:29'),
(24500,12330,'action complete via WP Cron','2020-12-31 20:41:29','2020-12-31 15:41:29'),
(24501,12331,'action created','2020-12-31 20:41:29','2020-12-31 15:41:29'),
(24502,12331,'action started via WP Cron','2020-12-31 20:43:33','2020-12-31 15:43:33'),
(24503,12331,'action complete via WP Cron','2020-12-31 20:43:33','2020-12-31 15:43:33'),
(24504,12332,'action created','2020-12-31 20:43:33','2020-12-31 15:43:33'),
(24505,12332,'action started via WP Cron','2020-12-31 20:44:25','2020-12-31 15:44:25'),
(24506,12332,'action complete via WP Cron','2020-12-31 20:44:25','2020-12-31 15:44:25'),
(24507,12333,'action created','2020-12-31 20:44:26','2020-12-31 15:44:26'),
(24508,12333,'action started via WP Cron','2020-12-31 20:45:35','2020-12-31 15:45:35'),
(24509,12333,'action complete via WP Cron','2020-12-31 20:45:35','2020-12-31 15:45:35'),
(24510,12334,'action created','2020-12-31 20:45:35','2020-12-31 15:45:35'),
(24511,12334,'action started via WP Cron','2020-12-31 20:48:23','2020-12-31 15:48:23'),
(24512,12334,'action complete via WP Cron','2020-12-31 20:48:23','2020-12-31 15:48:23'),
(24513,12335,'action created','2020-12-31 20:48:23','2020-12-31 15:48:23'),
(24514,12335,'action started via WP Cron','2020-12-31 20:49:14','2020-12-31 15:49:14'),
(24515,12335,'action complete via WP Cron','2020-12-31 20:49:14','2020-12-31 15:49:14'),
(24516,12336,'action created','2020-12-31 20:49:14','2020-12-31 15:49:14'),
(24517,12336,'action started via WP Cron','2020-12-31 20:51:08','2020-12-31 15:51:08'),
(24518,12336,'action complete via WP Cron','2020-12-31 20:51:08','2020-12-31 15:51:08'),
(24519,12337,'action created','2020-12-31 20:51:08','2020-12-31 15:51:08'),
(24520,12337,'action started via WP Cron','2020-12-31 20:51:19','2020-12-31 15:51:19'),
(24521,12337,'action complete via WP Cron','2020-12-31 20:51:19','2020-12-31 15:51:19'),
(24522,12338,'action created','2020-12-31 20:51:19','2020-12-31 15:51:19'),
(24523,12338,'action started via WP Cron','2020-12-31 20:52:21','2020-12-31 15:52:21'),
(24524,12338,'action complete via WP Cron','2020-12-31 20:52:21','2020-12-31 15:52:21'),
(24525,12339,'action created','2020-12-31 20:52:21','2020-12-31 15:52:21'),
(24526,12339,'action started via WP Cron','2020-12-31 20:53:47','2020-12-31 15:53:47'),
(24527,12339,'action complete via WP Cron','2020-12-31 20:53:47','2020-12-31 15:53:47'),
(24528,12340,'action created','2020-12-31 20:53:47','2020-12-31 15:53:47'),
(24529,12340,'action started via WP Cron','2020-12-31 20:54:45','2020-12-31 15:54:45'),
(24530,12340,'action complete via WP Cron','2020-12-31 20:54:45','2020-12-31 15:54:45'),
(24531,12341,'action created','2020-12-31 20:54:45','2020-12-31 15:54:45'),
(24532,12341,'action started via WP Cron','2020-12-31 20:56:53','2020-12-31 15:56:53'),
(24533,12341,'action complete via WP Cron','2020-12-31 20:56:53','2020-12-31 15:56:53'),
(24534,12342,'action created','2020-12-31 20:56:53','2020-12-31 15:56:53'),
(24535,12342,'action started via WP Cron','2020-12-31 20:58:58','2020-12-31 15:58:58'),
(24536,12342,'action complete via WP Cron','2020-12-31 20:58:58','2020-12-31 15:58:58'),
(24537,12343,'action created','2020-12-31 20:58:58','2020-12-31 15:58:58'),
(24538,12343,'action started via WP Cron','2020-12-31 21:01:25','2020-12-31 16:01:25'),
(24539,12343,'action complete via WP Cron','2020-12-31 21:01:25','2020-12-31 16:01:25'),
(24540,12344,'action created','2020-12-31 21:01:25','2020-12-31 16:01:25'),
(24541,12344,'action started via WP Cron','2020-12-31 21:03:59','2020-12-31 16:03:59'),
(24542,12344,'action complete via WP Cron','2020-12-31 21:03:59','2020-12-31 16:03:59'),
(24543,12345,'action created','2020-12-31 21:03:59','2020-12-31 16:03:59'),
(24544,12345,'action started via WP Cron','2020-12-31 21:06:53','2020-12-31 16:06:53'),
(24545,12345,'action complete via WP Cron','2020-12-31 21:06:53','2020-12-31 16:06:53'),
(24546,12346,'action created','2020-12-31 21:06:53','2020-12-31 16:06:53'),
(24547,12346,'action started via WP Cron','2020-12-31 21:09:15','2020-12-31 16:09:15'),
(24548,12346,'action complete via WP Cron','2020-12-31 21:09:15','2020-12-31 16:09:15'),
(24549,12347,'action created','2020-12-31 21:09:15','2020-12-31 16:09:15'),
(24550,12347,'action started via WP Cron','2020-12-31 21:13:09','2020-12-31 16:13:09'),
(24551,12347,'action complete via WP Cron','2020-12-31 21:13:09','2020-12-31 16:13:09'),
(24552,12348,'action created','2020-12-31 21:13:09','2020-12-31 16:13:09'),
(24553,12348,'action started via WP Cron','2020-12-31 21:14:27','2020-12-31 16:14:27'),
(24554,12348,'action complete via WP Cron','2020-12-31 21:14:27','2020-12-31 16:14:27'),
(24555,12349,'action created','2020-12-31 21:14:27','2020-12-31 16:14:27'),
(24556,12349,'action started via WP Cron','2020-12-31 21:15:32','2020-12-31 16:15:32'),
(24557,12349,'action complete via WP Cron','2020-12-31 21:15:32','2020-12-31 16:15:32'),
(24558,12350,'action created','2020-12-31 21:15:32','2020-12-31 16:15:32'),
(24559,12350,'action started via WP Cron','2020-12-31 21:17:57','2020-12-31 16:17:57'),
(24560,12350,'action complete via WP Cron','2020-12-31 21:17:57','2020-12-31 16:17:57'),
(24561,12351,'action created','2020-12-31 21:17:57','2020-12-31 16:17:57'),
(24562,12351,'action started via WP Cron','2020-12-31 21:18:16','2020-12-31 16:18:16'),
(24563,12351,'action complete via WP Cron','2020-12-31 21:18:16','2020-12-31 16:18:16'),
(24564,12352,'action created','2020-12-31 21:18:16','2020-12-31 16:18:16'),
(24565,12352,'action started via WP Cron','2020-12-31 21:19:35','2020-12-31 16:19:35'),
(24566,12352,'action complete via WP Cron','2020-12-31 21:19:35','2020-12-31 16:19:35'),
(24567,12353,'action created','2020-12-31 21:19:35','2020-12-31 16:19:35'),
(24568,12353,'action started via WP Cron','2020-12-31 21:20:18','2020-12-31 16:20:18'),
(24569,12353,'action complete via WP Cron','2020-12-31 21:20:18','2020-12-31 16:20:18'),
(24570,12354,'action created','2020-12-31 21:20:18','2020-12-31 16:20:18'),
(24571,12354,'action started via WP Cron','2020-12-31 21:21:14','2020-12-31 16:21:14'),
(24572,12354,'action complete via WP Cron','2020-12-31 21:21:14','2020-12-31 16:21:14'),
(24573,12355,'action created','2020-12-31 21:21:14','2020-12-31 16:21:14'),
(24574,12355,'action started via WP Cron','2020-12-31 21:23:45','2020-12-31 16:23:45'),
(24575,12355,'action complete via WP Cron','2020-12-31 21:23:45','2020-12-31 16:23:45'),
(24576,12356,'action created','2020-12-31 21:23:45','2020-12-31 16:23:45'),
(24577,12356,'action started via WP Cron','2020-12-31 21:29:21','2020-12-31 16:29:21'),
(24578,12356,'action complete via WP Cron','2020-12-31 21:29:21','2020-12-31 16:29:21'),
(24579,12357,'action created','2020-12-31 21:29:21','2020-12-31 16:29:21'),
(24580,12357,'action started via WP Cron','2020-12-31 21:30:51','2020-12-31 16:30:51'),
(24581,12357,'action complete via WP Cron','2020-12-31 21:30:51','2020-12-31 16:30:51'),
(24582,12358,'action created','2020-12-31 21:30:51','2020-12-31 16:30:51'),
(24583,12358,'action started via WP Cron','2020-12-31 21:31:19','2020-12-31 16:31:19'),
(24584,12358,'action complete via WP Cron','2020-12-31 21:31:19','2020-12-31 16:31:19'),
(24585,12359,'action created','2020-12-31 21:31:19','2020-12-31 16:31:19'),
(24586,12359,'action started via WP Cron','2020-12-31 21:32:57','2020-12-31 16:32:57'),
(24587,12359,'action complete via WP Cron','2020-12-31 21:32:57','2020-12-31 16:32:57'),
(24588,12360,'action created','2020-12-31 21:32:57','2020-12-31 16:32:57'),
(24589,12360,'action started via WP Cron','2020-12-31 21:33:44','2020-12-31 16:33:44'),
(24590,12360,'action complete via WP Cron','2020-12-31 21:33:44','2020-12-31 16:33:44'),
(24591,12361,'action created','2020-12-31 21:33:44','2020-12-31 16:33:44'),
(24592,12361,'action started via WP Cron','2020-12-31 21:35:08','2020-12-31 16:35:08'),
(24593,12361,'action complete via WP Cron','2020-12-31 21:35:08','2020-12-31 16:35:08'),
(24594,12362,'action created','2020-12-31 21:35:08','2020-12-31 16:35:08'),
(24595,12362,'action started via WP Cron','2020-12-31 21:39:29','2020-12-31 16:39:29'),
(24596,12362,'action complete via WP Cron','2020-12-31 21:39:29','2020-12-31 16:39:29'),
(24597,12363,'action created','2020-12-31 21:39:29','2020-12-31 16:39:29'),
(24598,12363,'action started via WP Cron','2020-12-31 21:40:21','2020-12-31 16:40:21'),
(24599,12363,'action complete via WP Cron','2020-12-31 21:40:21','2020-12-31 16:40:21'),
(24600,12364,'action created','2020-12-31 21:40:21','2020-12-31 16:40:21'),
(24601,12364,'action started via WP Cron','2020-12-31 21:42:24','2020-12-31 16:42:24'),
(24602,12364,'action complete via WP Cron','2020-12-31 21:42:24','2020-12-31 16:42:24'),
(24603,12365,'action created','2020-12-31 21:42:24','2020-12-31 16:42:24'),
(24604,12365,'action started via WP Cron','2020-12-31 21:43:20','2020-12-31 16:43:20'),
(24605,12365,'action complete via WP Cron','2020-12-31 21:43:20','2020-12-31 16:43:20'),
(24606,12366,'action created','2020-12-31 21:43:20','2020-12-31 16:43:20'),
(24607,12366,'action started via WP Cron','2020-12-31 21:44:49','2020-12-31 16:44:49'),
(24608,12366,'action complete via WP Cron','2020-12-31 21:44:49','2020-12-31 16:44:49'),
(24609,12367,'action created','2020-12-31 21:44:49','2020-12-31 16:44:49'),
(24610,12367,'action started via WP Cron','2020-12-31 21:45:12','2020-12-31 16:45:12'),
(24611,12367,'action complete via WP Cron','2020-12-31 21:45:12','2020-12-31 16:45:12'),
(24612,12368,'action created','2020-12-31 21:45:12','2020-12-31 16:45:12'),
(24613,12368,'action started via WP Cron','2020-12-31 21:46:23','2020-12-31 16:46:23'),
(24614,12368,'action complete via WP Cron','2020-12-31 21:46:23','2020-12-31 16:46:23'),
(24615,12369,'action created','2020-12-31 21:46:23','2020-12-31 16:46:23'),
(24616,12369,'action started via WP Cron','2020-12-31 21:48:00','2020-12-31 16:48:00'),
(24617,12369,'action complete via WP Cron','2020-12-31 21:48:00','2020-12-31 16:48:00'),
(24618,12370,'action created','2020-12-31 21:48:00','2020-12-31 16:48:00'),
(24619,12370,'action started via WP Cron','2020-12-31 21:48:22','2020-12-31 16:48:22'),
(24620,12370,'action complete via WP Cron','2020-12-31 21:48:22','2020-12-31 16:48:22'),
(24621,12371,'action created','2020-12-31 21:48:22','2020-12-31 16:48:22'),
(24622,12371,'action started via WP Cron','2020-12-31 21:49:58','2020-12-31 16:49:58'),
(24623,12371,'action complete via WP Cron','2020-12-31 21:49:58','2020-12-31 16:49:58'),
(24624,12372,'action created','2020-12-31 21:49:58','2020-12-31 16:49:58'),
(24625,12372,'action started via WP Cron','2020-12-31 21:50:53','2020-12-31 16:50:53'),
(24626,12372,'action complete via WP Cron','2020-12-31 21:50:53','2020-12-31 16:50:53'),
(24627,12373,'action created','2020-12-31 21:50:53','2020-12-31 16:50:53'),
(24628,12373,'action started via WP Cron','2020-12-31 21:53:55','2020-12-31 16:53:55'),
(24629,12373,'action complete via WP Cron','2020-12-31 21:53:55','2020-12-31 16:53:55'),
(24630,12374,'action created','2020-12-31 21:53:55','2020-12-31 16:53:55'),
(24631,12374,'action started via WP Cron','2020-12-31 21:54:30','2020-12-31 16:54:30'),
(24632,12374,'action complete via WP Cron','2020-12-31 21:54:30','2020-12-31 16:54:30'),
(24633,12375,'action created','2020-12-31 21:54:30','2020-12-31 16:54:30'),
(24634,12375,'action started via WP Cron','2020-12-31 21:56:50','2020-12-31 16:56:50'),
(24635,12375,'action complete via WP Cron','2020-12-31 21:56:50','2020-12-31 16:56:50'),
(24636,12376,'action created','2020-12-31 21:56:50','2020-12-31 16:56:50'),
(24637,12376,'action started via WP Cron','2020-12-31 21:58:50','2020-12-31 16:58:50'),
(24638,12376,'action complete via WP Cron','2020-12-31 21:58:50','2020-12-31 16:58:50'),
(24639,12377,'action created','2020-12-31 21:58:50','2020-12-31 16:58:50'),
(24640,12377,'action started via WP Cron','2020-12-31 22:03:07','2020-12-31 17:03:07'),
(24641,12377,'action complete via WP Cron','2020-12-31 22:03:07','2020-12-31 17:03:07'),
(24642,12378,'action created','2020-12-31 22:03:07','2020-12-31 17:03:07'),
(24643,12378,'action started via WP Cron','2020-12-31 22:03:39','2020-12-31 17:03:39'),
(24644,12378,'action complete via WP Cron','2020-12-31 22:03:39','2020-12-31 17:03:39'),
(24645,12379,'action created','2020-12-31 22:03:39','2020-12-31 17:03:39'),
(24646,12379,'action started via WP Cron','2020-12-31 22:04:34','2020-12-31 17:04:34'),
(24647,12379,'action complete via WP Cron','2020-12-31 22:04:34','2020-12-31 17:04:34'),
(24648,12380,'action created','2020-12-31 22:04:34','2020-12-31 17:04:34'),
(24649,12380,'action started via WP Cron','2020-12-31 22:08:57','2020-12-31 17:08:57'),
(24650,12380,'action complete via WP Cron','2020-12-31 22:08:57','2020-12-31 17:08:57'),
(24651,12381,'action created','2020-12-31 22:08:57','2020-12-31 17:08:57'),
(24652,12381,'action started via WP Cron','2020-12-31 22:09:31','2020-12-31 17:09:31'),
(24653,12381,'action complete via WP Cron','2020-12-31 22:09:31','2020-12-31 17:09:31'),
(24654,12382,'action created','2020-12-31 22:09:31','2020-12-31 17:09:31'),
(24655,12382,'action started via WP Cron','2020-12-31 22:12:15','2020-12-31 17:12:15'),
(24656,12382,'action complete via WP Cron','2020-12-31 22:12:15','2020-12-31 17:12:15'),
(24657,12383,'action created','2020-12-31 22:12:15','2020-12-31 17:12:15'),
(24658,12383,'action started via WP Cron','2020-12-31 22:13:16','2020-12-31 17:13:16'),
(24659,12383,'action complete via WP Cron','2020-12-31 22:13:16','2020-12-31 17:13:16'),
(24660,12384,'action created','2020-12-31 22:13:16','2020-12-31 17:13:16'),
(24661,12384,'action started via WP Cron','2020-12-31 22:15:34','2020-12-31 17:15:34'),
(24662,12384,'action complete via WP Cron','2020-12-31 22:15:34','2020-12-31 17:15:34'),
(24663,12385,'action created','2020-12-31 22:15:34','2020-12-31 17:15:34'),
(24664,12385,'action started via WP Cron','2020-12-31 22:16:19','2020-12-31 17:16:19'),
(24665,12385,'action complete via WP Cron','2020-12-31 22:16:19','2020-12-31 17:16:19'),
(24666,12386,'action created','2020-12-31 22:16:19','2020-12-31 17:16:19'),
(24667,12386,'action started via WP Cron','2020-12-31 22:19:11','2020-12-31 17:19:11'),
(24668,12386,'action complete via WP Cron','2020-12-31 22:19:11','2020-12-31 17:19:11'),
(24669,12387,'action created','2020-12-31 22:19:11','2020-12-31 17:19:11'),
(24670,12387,'action started via WP Cron','2020-12-31 22:21:03','2020-12-31 17:21:03'),
(24671,12387,'action complete via WP Cron','2020-12-31 22:21:03','2020-12-31 17:21:03'),
(24672,12388,'action created','2020-12-31 22:21:03','2020-12-31 17:21:03'),
(24673,12388,'action started via WP Cron','2020-12-31 22:21:15','2020-12-31 17:21:15'),
(24674,12388,'action complete via WP Cron','2020-12-31 22:21:15','2020-12-31 17:21:15'),
(24675,12389,'action created','2020-12-31 22:21:15','2020-12-31 17:21:15'),
(24676,12389,'action started via WP Cron','2020-12-31 22:23:21','2020-12-31 17:23:21'),
(24677,12389,'action complete via WP Cron','2020-12-31 22:23:21','2020-12-31 17:23:21'),
(24678,12390,'action created','2020-12-31 22:23:21','2020-12-31 17:23:21'),
(24679,12390,'action started via WP Cron','2020-12-31 22:24:29','2020-12-31 17:24:29'),
(24680,12390,'action complete via WP Cron','2020-12-31 22:24:29','2020-12-31 17:24:29'),
(24681,12391,'action created','2020-12-31 22:24:29','2020-12-31 17:24:29'),
(24682,12391,'action started via WP Cron','2020-12-31 22:25:15','2020-12-31 17:25:15'),
(24683,12391,'action complete via WP Cron','2020-12-31 22:25:15','2020-12-31 17:25:15'),
(24684,12392,'action created','2020-12-31 22:25:15','2020-12-31 17:25:15'),
(24685,12392,'action started via WP Cron','2020-12-31 22:27:05','2020-12-31 17:27:05'),
(24686,12392,'action complete via WP Cron','2020-12-31 22:27:05','2020-12-31 17:27:05'),
(24687,12393,'action created','2020-12-31 22:27:05','2020-12-31 17:27:05'),
(24688,12393,'action started via WP Cron','2020-12-31 22:27:51','2020-12-31 17:27:51'),
(24689,12393,'action complete via WP Cron','2020-12-31 22:27:51','2020-12-31 17:27:51'),
(24690,12394,'action created','2020-12-31 22:27:51','2020-12-31 17:27:51'),
(24691,12394,'action started via WP Cron','2020-12-31 22:28:21','2020-12-31 17:28:21'),
(24692,12394,'action complete via WP Cron','2020-12-31 22:28:21','2020-12-31 17:28:21'),
(24693,12395,'action created','2020-12-31 22:28:21','2020-12-31 17:28:21'),
(24694,12395,'action started via WP Cron','2020-12-31 22:30:08','2020-12-31 17:30:08'),
(24695,12395,'action complete via WP Cron','2020-12-31 22:30:08','2020-12-31 17:30:08'),
(24696,12396,'action created','2020-12-31 22:30:08','2020-12-31 17:30:08'),
(24697,12396,'action started via WP Cron','2020-12-31 22:36:21','2020-12-31 17:36:21'),
(24698,12396,'action complete via WP Cron','2020-12-31 22:36:21','2020-12-31 17:36:21'),
(24699,12397,'action created','2020-12-31 22:36:21','2020-12-31 17:36:21'),
(24700,12397,'action started via WP Cron','2020-12-31 22:37:13','2020-12-31 17:37:13'),
(24701,12397,'action complete via WP Cron','2020-12-31 22:37:13','2020-12-31 17:37:13'),
(24702,12398,'action created','2020-12-31 22:37:13','2020-12-31 17:37:13'),
(24703,12398,'action started via WP Cron','2020-12-31 22:38:35','2020-12-31 17:38:35'),
(24704,12398,'action complete via WP Cron','2020-12-31 22:38:35','2020-12-31 17:38:35'),
(24705,12399,'action created','2020-12-31 22:38:35','2020-12-31 17:38:35'),
(24706,12399,'action started via WP Cron','2020-12-31 22:39:14','2020-12-31 17:39:14'),
(24707,12399,'action complete via WP Cron','2020-12-31 22:39:14','2020-12-31 17:39:14'),
(24708,12400,'action created','2020-12-31 22:39:14','2020-12-31 17:39:14'),
(24709,12400,'action started via WP Cron','2020-12-31 22:40:12','2020-12-31 17:40:12'),
(24710,12400,'action complete via WP Cron','2020-12-31 22:40:12','2020-12-31 17:40:12'),
(24711,12401,'action created','2020-12-31 22:40:12','2020-12-31 17:40:12'),
(24712,12401,'action started via WP Cron','2020-12-31 22:41:42','2020-12-31 17:41:42'),
(24713,12401,'action complete via WP Cron','2020-12-31 22:41:42','2020-12-31 17:41:42'),
(24714,12402,'action created','2020-12-31 22:41:42','2020-12-31 17:41:42'),
(24715,12402,'action started via WP Cron','2020-12-31 22:43:37','2020-12-31 17:43:37'),
(24716,12402,'action complete via WP Cron','2020-12-31 22:43:37','2020-12-31 17:43:37'),
(24717,12403,'action created','2020-12-31 22:43:37','2020-12-31 17:43:37'),
(24718,12403,'action started via WP Cron','2020-12-31 22:46:26','2020-12-31 17:46:26'),
(24719,12403,'action complete via WP Cron','2020-12-31 22:46:26','2020-12-31 17:46:26'),
(24720,12404,'action created','2020-12-31 22:46:26','2020-12-31 17:46:26'),
(24721,12404,'action started via WP Cron','2020-12-31 22:49:13','2020-12-31 17:49:13'),
(24722,12404,'action complete via WP Cron','2020-12-31 22:49:13','2020-12-31 17:49:13'),
(24723,12405,'action created','2020-12-31 22:49:13','2020-12-31 17:49:13'),
(24724,12405,'action started via WP Cron','2020-12-31 22:50:41','2020-12-31 17:50:41'),
(24725,12405,'action complete via WP Cron','2020-12-31 22:50:41','2020-12-31 17:50:41'),
(24726,12406,'action created','2020-12-31 22:50:41','2020-12-31 17:50:41'),
(24727,12406,'action started via WP Cron','2020-12-31 22:52:39','2020-12-31 17:52:39'),
(24728,12406,'action complete via WP Cron','2020-12-31 22:52:39','2020-12-31 17:52:39'),
(24729,12407,'action created','2020-12-31 22:52:39','2020-12-31 17:52:39'),
(24730,12407,'action started via WP Cron','2020-12-31 22:54:17','2020-12-31 17:54:17'),
(24731,12407,'action complete via WP Cron','2020-12-31 22:54:17','2020-12-31 17:54:17'),
(24732,12408,'action created','2020-12-31 22:54:17','2020-12-31 17:54:17'),
(24733,12408,'action started via WP Cron','2020-12-31 22:56:27','2020-12-31 17:56:27'),
(24734,12408,'action complete via WP Cron','2020-12-31 22:56:27','2020-12-31 17:56:27'),
(24735,12409,'action created','2020-12-31 22:56:27','2020-12-31 17:56:27'),
(24736,12409,'action started via WP Cron','2020-12-31 22:57:12','2020-12-31 17:57:12'),
(24737,12409,'action complete via WP Cron','2020-12-31 22:57:12','2020-12-31 17:57:12'),
(24738,12410,'action created','2020-12-31 22:57:12','2020-12-31 17:57:12'),
(24739,12410,'action started via WP Cron','2020-12-31 22:58:33','2020-12-31 17:58:33'),
(24740,12410,'action complete via WP Cron','2020-12-31 22:58:33','2020-12-31 17:58:33'),
(24741,12411,'action created','2020-12-31 22:58:33','2020-12-31 17:58:33'),
(24742,12411,'action started via WP Cron','2020-12-31 23:00:12','2020-12-31 18:00:12'),
(24743,12411,'action complete via WP Cron','2020-12-31 23:00:12','2020-12-31 18:00:12'),
(24744,12412,'action created','2020-12-31 23:00:12','2020-12-31 18:00:12'),
(24745,12412,'action started via WP Cron','2020-12-31 23:02:42','2020-12-31 18:02:42'),
(24746,12412,'action complete via WP Cron','2020-12-31 23:02:42','2020-12-31 18:02:42'),
(24747,12413,'action created','2020-12-31 23:02:42','2020-12-31 18:02:42'),
(24748,12413,'action started via WP Cron','2020-12-31 23:05:04','2020-12-31 18:05:04'),
(24749,12413,'action complete via WP Cron','2020-12-31 23:05:04','2020-12-31 18:05:04'),
(24750,12414,'action created','2020-12-31 23:05:04','2020-12-31 18:05:04'),
(24751,12414,'action started via WP Cron','2020-12-31 23:08:47','2020-12-31 18:08:47'),
(24752,12414,'action complete via WP Cron','2020-12-31 23:08:47','2020-12-31 18:08:47'),
(24753,12415,'action created','2020-12-31 23:08:47','2020-12-31 18:08:47'),
(24754,12415,'action started via WP Cron','2020-12-31 23:09:56','2020-12-31 18:09:56'),
(24755,12415,'action complete via WP Cron','2020-12-31 23:09:56','2020-12-31 18:09:56'),
(24756,12416,'action created','2020-12-31 23:09:56','2020-12-31 18:09:56'),
(24757,12416,'action started via WP Cron','2020-12-31 23:10:38','2020-12-31 18:10:38'),
(24758,12416,'action complete via WP Cron','2020-12-31 23:10:39','2020-12-31 18:10:39'),
(24759,12417,'action created','2020-12-31 23:11:01','2020-12-31 18:11:01'),
(24760,12417,'action started via WP Cron','2020-12-31 23:14:04','2020-12-31 18:14:04'),
(24761,12417,'action complete via WP Cron','2020-12-31 23:14:04','2020-12-31 18:14:04'),
(24762,12418,'action created','2020-12-31 23:14:04','2020-12-31 18:14:04'),
(24763,12418,'action started via WP Cron','2020-12-31 23:18:59','2020-12-31 18:18:59'),
(24764,12418,'action complete via WP Cron','2020-12-31 23:18:59','2020-12-31 18:18:59'),
(24765,12419,'action created','2020-12-31 23:18:59','2020-12-31 18:18:59'),
(24766,12419,'action started via WP Cron','2020-12-31 23:20:18','2020-12-31 18:20:18'),
(24767,12419,'action complete via WP Cron','2020-12-31 23:20:18','2020-12-31 18:20:18'),
(24768,12420,'action created','2020-12-31 23:20:18','2020-12-31 18:20:18'),
(24769,12420,'action started via WP Cron','2020-12-31 23:24:49','2020-12-31 18:24:49'),
(24770,12420,'action complete via WP Cron','2020-12-31 23:24:49','2020-12-31 18:24:49'),
(24771,12421,'action created','2020-12-31 23:24:49','2020-12-31 18:24:49'),
(24772,12421,'action started via WP Cron','2020-12-31 23:25:17','2020-12-31 18:25:17'),
(24773,12421,'action complete via WP Cron','2020-12-31 23:25:17','2020-12-31 18:25:17'),
(24774,12422,'action created','2020-12-31 23:25:17','2020-12-31 18:25:17'),
(24775,12422,'action started via WP Cron','2020-12-31 23:30:02','2020-12-31 18:30:02'),
(24776,12422,'action complete via WP Cron','2020-12-31 23:30:02','2020-12-31 18:30:02'),
(24777,12423,'action created','2020-12-31 23:30:02','2020-12-31 18:30:02'),
(24778,12423,'action started via WP Cron','2020-12-31 23:31:56','2020-12-31 18:31:56'),
(24779,12423,'action complete via WP Cron','2020-12-31 23:31:56','2020-12-31 18:31:56'),
(24780,12424,'action created','2020-12-31 23:31:56','2020-12-31 18:31:56'),
(24781,12424,'action started via WP Cron','2020-12-31 23:32:47','2020-12-31 18:32:47'),
(24782,12424,'action complete via WP Cron','2020-12-31 23:32:47','2020-12-31 18:32:47'),
(24783,12425,'action created','2020-12-31 23:32:47','2020-12-31 18:32:47'),
(24784,12425,'action started via WP Cron','2020-12-31 23:34:22','2020-12-31 18:34:22'),
(24785,12425,'action complete via WP Cron','2020-12-31 23:34:22','2020-12-31 18:34:22'),
(24786,12426,'action created','2020-12-31 23:34:22','2020-12-31 18:34:22'),
(24787,12426,'action started via WP Cron','2020-12-31 23:35:12','2020-12-31 18:35:12'),
(24788,12426,'action complete via WP Cron','2020-12-31 23:35:12','2020-12-31 18:35:12'),
(24789,12427,'action created','2020-12-31 23:35:12','2020-12-31 18:35:12'),
(24790,12427,'action started via WP Cron','2020-12-31 23:36:16','2020-12-31 18:36:16'),
(24791,12427,'action complete via WP Cron','2020-12-31 23:36:16','2020-12-31 18:36:16'),
(24792,12428,'action created','2020-12-31 23:36:16','2020-12-31 18:36:16'),
(24793,12428,'action started via WP Cron','2020-12-31 23:37:37','2020-12-31 18:37:37'),
(24794,12428,'action complete via WP Cron','2020-12-31 23:37:37','2020-12-31 18:37:37'),
(24795,12429,'action created','2020-12-31 23:37:37','2020-12-31 18:37:37'),
(24796,12429,'action started via WP Cron','2020-12-31 23:38:32','2020-12-31 18:38:32'),
(24797,12429,'action complete via WP Cron','2020-12-31 23:38:32','2020-12-31 18:38:32'),
(24798,12430,'action created','2020-12-31 23:38:32','2020-12-31 18:38:32'),
(24799,12430,'action started via WP Cron','2020-12-31 23:39:14','2020-12-31 18:39:14'),
(24800,12430,'action complete via WP Cron','2020-12-31 23:39:14','2020-12-31 18:39:14'),
(24801,12431,'action created','2020-12-31 23:39:14','2020-12-31 18:39:14'),
(24802,12431,'action started via WP Cron','2020-12-31 23:40:13','2020-12-31 18:40:13'),
(24803,12431,'action complete via WP Cron','2020-12-31 23:40:13','2020-12-31 18:40:13'),
(24804,12432,'action created','2020-12-31 23:40:13','2020-12-31 18:40:13'),
(24805,12432,'action started via WP Cron','2020-12-31 23:41:48','2020-12-31 18:41:48'),
(24806,12432,'action complete via WP Cron','2020-12-31 23:41:48','2020-12-31 18:41:48'),
(24807,12433,'action created','2020-12-31 23:41:49','2020-12-31 18:41:49'),
(24808,12433,'action started via WP Cron','2020-12-31 23:42:39','2020-12-31 18:42:39'),
(24809,12433,'action complete via WP Cron','2020-12-31 23:42:39','2020-12-31 18:42:39'),
(24810,12434,'action created','2020-12-31 23:42:39','2020-12-31 18:42:39'),
(24811,12434,'action started via WP Cron','2020-12-31 23:43:46','2020-12-31 18:43:46'),
(24812,12434,'action complete via WP Cron','2020-12-31 23:43:46','2020-12-31 18:43:46'),
(24813,12435,'action created','2020-12-31 23:43:46','2020-12-31 18:43:46'),
(24814,12435,'action started via WP Cron','2020-12-31 23:44:20','2020-12-31 18:44:20'),
(24815,12435,'action complete via WP Cron','2020-12-31 23:44:20','2020-12-31 18:44:20'),
(24816,12436,'action created','2020-12-31 23:44:20','2020-12-31 18:44:20'),
(24817,12436,'action started via WP Cron','2020-12-31 23:46:33','2020-12-31 18:46:33'),
(24818,12436,'action complete via WP Cron','2020-12-31 23:46:33','2020-12-31 18:46:33'),
(24819,12437,'action created','2020-12-31 23:46:33','2020-12-31 18:46:33'),
(24820,12437,'action started via WP Cron','2020-12-31 23:49:51','2020-12-31 18:49:51'),
(24821,12437,'action complete via WP Cron','2020-12-31 23:49:51','2020-12-31 18:49:51'),
(24822,12438,'action created','2020-12-31 23:49:51','2020-12-31 18:49:51'),
(24823,12438,'action started via WP Cron','2020-12-31 23:51:03','2020-12-31 18:51:03'),
(24824,12438,'action complete via WP Cron','2020-12-31 23:51:03','2020-12-31 18:51:03'),
(24825,12439,'action created','2020-12-31 23:52:10','2020-12-31 18:52:10'),
(24826,12439,'action started via WP Cron','2020-12-31 23:52:24','2020-12-31 18:52:24'),
(24827,12439,'action complete via WP Cron','2020-12-31 23:52:24','2020-12-31 18:52:24'),
(24828,12440,'action created','2020-12-31 23:52:24','2020-12-31 18:52:24'),
(24829,12440,'action started via WP Cron','2020-12-31 23:53:20','2020-12-31 18:53:20'),
(24830,12440,'action complete via WP Cron','2020-12-31 23:53:20','2020-12-31 18:53:20'),
(24831,12441,'action created','2020-12-31 23:53:20','2020-12-31 18:53:20'),
(24832,12441,'action started via WP Cron','2020-12-31 23:55:47','2020-12-31 18:55:47'),
(24833,12441,'action complete via WP Cron','2020-12-31 23:55:47','2020-12-31 18:55:47'),
(24834,12442,'action created','2020-12-31 23:55:47','2020-12-31 18:55:47'),
(24835,12442,'action started via WP Cron','2020-12-31 23:56:33','2020-12-31 18:56:33'),
(24836,12442,'action complete via WP Cron','2020-12-31 23:56:33','2020-12-31 18:56:33'),
(24837,12443,'action created','2020-12-31 23:56:33','2020-12-31 18:56:33'),
(24838,12443,'action started via WP Cron','2020-12-31 23:57:35','2020-12-31 18:57:35'),
(24839,12443,'action complete via WP Cron','2020-12-31 23:57:35','2020-12-31 18:57:35'),
(24840,12444,'action created','2020-12-31 23:57:35','2020-12-31 18:57:35'),
(24841,12444,'action started via WP Cron','2020-12-31 23:58:40','2020-12-31 18:58:40'),
(24842,12444,'action complete via WP Cron','2020-12-31 23:58:40','2020-12-31 18:58:40'),
(24843,12445,'action created','2020-12-31 23:58:40','2020-12-31 18:58:40'),
(24844,12445,'action started via WP Cron','2021-01-01 00:00:31','2020-12-31 19:00:31'),
(24845,12445,'action complete via WP Cron','2021-01-01 00:00:31','2020-12-31 19:00:31'),
(24846,12446,'action created','2021-01-01 00:00:31','2020-12-31 19:00:31'),
(24847,12446,'action started via WP Cron','2021-01-01 00:01:54','2020-12-31 19:01:54'),
(24848,12446,'action complete via WP Cron','2021-01-01 00:01:54','2020-12-31 19:01:54'),
(24849,12447,'action created','2021-01-01 00:01:54','2020-12-31 19:01:54'),
(24850,12447,'action started via WP Cron','2021-01-01 00:03:52','2020-12-31 19:03:52'),
(24851,12447,'action complete via WP Cron','2021-01-01 00:03:52','2020-12-31 19:03:52'),
(24852,12448,'action created','2021-01-01 00:03:52','2020-12-31 19:03:52'),
(24853,12448,'action started via WP Cron','2021-01-01 00:04:16','2020-12-31 19:04:16'),
(24854,12448,'action complete via WP Cron','2021-01-01 00:04:16','2020-12-31 19:04:16'),
(24855,12449,'action created','2021-01-01 00:04:16','2020-12-31 19:04:16'),
(24856,12449,'action started via WP Cron','2021-01-01 00:05:14','2020-12-31 19:05:14'),
(24857,12449,'action complete via WP Cron','2021-01-01 00:05:14','2020-12-31 19:05:14'),
(24858,12450,'action created','2021-01-01 00:05:14','2020-12-31 19:05:14'),
(24859,12450,'action started via WP Cron','2021-01-01 00:08:00','2020-12-31 19:08:00'),
(24860,12450,'action complete via WP Cron','2021-01-01 00:08:00','2020-12-31 19:08:00'),
(24861,12451,'action created','2021-01-01 00:08:00','2020-12-31 19:08:00'),
(24862,12451,'action started via WP Cron','2021-01-01 00:09:11','2020-12-31 19:09:11'),
(24863,12451,'action complete via WP Cron','2021-01-01 00:09:11','2020-12-31 19:09:11'),
(24864,12452,'action created','2021-01-01 00:09:11','2020-12-31 19:09:11'),
(24865,12452,'action started via WP Cron','2021-01-01 00:10:11','2020-12-31 19:10:11'),
(24866,12452,'action complete via WP Cron','2021-01-01 00:10:11','2020-12-31 19:10:11'),
(24867,12453,'action created','2021-01-01 00:10:11','2020-12-31 19:10:11'),
(24868,12453,'action started via WP Cron','2021-01-01 00:11:28','2020-12-31 19:11:28'),
(24869,12453,'action complete via WP Cron','2021-01-01 00:11:28','2020-12-31 19:11:28'),
(24870,12454,'action created','2021-01-01 00:11:28','2020-12-31 19:11:28'),
(24871,12454,'action started via WP Cron','2021-01-01 00:12:15','2020-12-31 19:12:15'),
(24872,12454,'action complete via WP Cron','2021-01-01 00:12:15','2020-12-31 19:12:15'),
(24873,12455,'action created','2021-01-01 00:12:15','2020-12-31 19:12:15'),
(24874,12455,'action started via WP Cron','2021-01-01 00:13:16','2020-12-31 19:13:16'),
(24875,12455,'action complete via WP Cron','2021-01-01 00:13:16','2020-12-31 19:13:16'),
(24876,12456,'action created','2021-01-01 00:13:16','2020-12-31 19:13:16'),
(24877,12456,'action started via WP Cron','2021-01-01 00:15:37','2020-12-31 19:15:37'),
(24878,12456,'action complete via WP Cron','2021-01-01 00:15:37','2020-12-31 19:15:37'),
(24879,12457,'action created','2021-01-01 00:15:37','2020-12-31 19:15:37'),
(24880,12457,'action started via WP Cron','2021-01-01 00:17:33','2020-12-31 19:17:33'),
(24881,12457,'action complete via WP Cron','2021-01-01 00:17:33','2020-12-31 19:17:33'),
(24882,12458,'action created','2021-01-01 00:17:33','2020-12-31 19:17:33'),
(24883,12458,'action started via WP Cron','2021-01-01 00:18:21','2020-12-31 19:18:21'),
(24884,12458,'action complete via WP Cron','2021-01-01 00:18:21','2020-12-31 19:18:21'),
(24885,12459,'action created','2021-01-01 00:18:21','2020-12-31 19:18:21'),
(24886,12459,'action started via WP Cron','2021-01-01 00:20:56','2020-12-31 19:20:56'),
(24887,12459,'action complete via WP Cron','2021-01-01 00:20:56','2020-12-31 19:20:56'),
(24888,12460,'action created','2021-01-01 00:20:56','2020-12-31 19:20:56'),
(24889,12460,'action started via WP Cron','2021-01-01 00:23:19','2020-12-31 19:23:19'),
(24890,12460,'action complete via WP Cron','2021-01-01 00:23:20','2020-12-31 19:23:20'),
(24891,12461,'action created','2021-01-01 00:23:20','2020-12-31 19:23:20'),
(24892,12461,'action started via WP Cron','2021-01-01 00:25:33','2020-12-31 19:25:33'),
(24893,12461,'action complete via WP Cron','2021-01-01 00:25:33','2020-12-31 19:25:33'),
(24894,12462,'action created','2021-01-01 00:25:33','2020-12-31 19:25:33'),
(24895,12462,'action started via WP Cron','2021-01-01 00:26:24','2020-12-31 19:26:24'),
(24896,12462,'action complete via WP Cron','2021-01-01 00:26:24','2020-12-31 19:26:24'),
(24897,12463,'action created','2021-01-01 00:26:24','2020-12-31 19:26:24'),
(24898,12463,'action started via WP Cron','2021-01-01 00:27:31','2020-12-31 19:27:31'),
(24899,12463,'action complete via WP Cron','2021-01-01 00:27:31','2020-12-31 19:27:31'),
(24900,12464,'action created','2021-01-01 00:27:31','2020-12-31 19:27:31'),
(24901,12464,'action started via WP Cron','2021-01-01 00:28:42','2020-12-31 19:28:42'),
(24902,12464,'action complete via WP Cron','2021-01-01 00:28:42','2020-12-31 19:28:42'),
(24903,12465,'action created','2021-01-01 00:28:42','2020-12-31 19:28:42'),
(24904,12465,'action started via WP Cron','2021-01-01 00:29:24','2020-12-31 19:29:24'),
(24905,12465,'action complete via WP Cron','2021-01-01 00:29:24','2020-12-31 19:29:24'),
(24906,12466,'action created','2021-01-01 00:29:24','2020-12-31 19:29:24'),
(24907,12466,'action started via WP Cron','2021-01-01 00:30:14','2020-12-31 19:30:14'),
(24908,12466,'action complete via WP Cron','2021-01-01 00:30:14','2020-12-31 19:30:14'),
(24909,12467,'action created','2021-01-01 00:30:15','2020-12-31 19:30:15'),
(24910,12467,'action started via WP Cron','2021-01-01 00:31:45','2020-12-31 19:31:45'),
(24911,12467,'action complete via WP Cron','2021-01-01 00:31:45','2020-12-31 19:31:45'),
(24912,12468,'action created','2021-01-01 00:31:45','2020-12-31 19:31:45'),
(24913,12468,'action started via WP Cron','2021-01-01 00:32:20','2020-12-31 19:32:20'),
(24914,12468,'action complete via WP Cron','2021-01-01 00:32:20','2020-12-31 19:32:20'),
(24915,12469,'action created','2021-01-01 00:32:20','2020-12-31 19:32:20'),
(24916,12469,'action started via WP Cron','2021-01-01 00:33:36','2020-12-31 19:33:36'),
(24917,12469,'action complete via WP Cron','2021-01-01 00:33:36','2020-12-31 19:33:36'),
(24918,12470,'action created','2021-01-01 00:33:36','2020-12-31 19:33:36'),
(24919,12470,'action started via WP Cron','2021-01-01 00:34:11','2020-12-31 19:34:11'),
(24920,12470,'action complete via WP Cron','2021-01-01 00:34:11','2020-12-31 19:34:11'),
(24921,12471,'action created','2021-01-01 00:34:11','2020-12-31 19:34:11'),
(24922,12471,'action started via WP Cron','2021-01-01 00:36:04','2020-12-31 19:36:04'),
(24923,12471,'action complete via WP Cron','2021-01-01 00:36:04','2020-12-31 19:36:04'),
(24924,12472,'action created','2021-01-01 00:36:04','2020-12-31 19:36:04'),
(24925,12472,'action started via WP Cron','2021-01-01 00:38:09','2020-12-31 19:38:09'),
(24926,12472,'action complete via WP Cron','2021-01-01 00:38:09','2020-12-31 19:38:09'),
(24927,12473,'action created','2021-01-01 00:38:09','2020-12-31 19:38:09'),
(24928,12473,'action started via WP Cron','2021-01-01 00:39:44','2020-12-31 19:39:44'),
(24929,12473,'action complete via WP Cron','2021-01-01 00:39:44','2020-12-31 19:39:44'),
(24930,12474,'action created','2021-01-01 00:39:44','2020-12-31 19:39:44'),
(24931,12474,'action started via WP Cron','2021-01-01 00:40:12','2020-12-31 19:40:12'),
(24932,12474,'action complete via WP Cron','2021-01-01 00:40:12','2020-12-31 19:40:12'),
(24933,12475,'action created','2021-01-01 00:40:12','2020-12-31 19:40:12'),
(24934,12475,'action started via WP Cron','2021-01-01 00:41:21','2020-12-31 19:41:21'),
(24935,12475,'action complete via WP Cron','2021-01-01 00:41:21','2020-12-31 19:41:21'),
(24936,12476,'action created','2021-01-01 00:41:21','2020-12-31 19:41:21'),
(24937,12476,'action started via WP Cron','2021-01-01 00:42:22','2020-12-31 19:42:22'),
(24938,12476,'action complete via WP Cron','2021-01-01 00:42:22','2020-12-31 19:42:22'),
(24939,12477,'action created','2021-01-01 00:42:22','2020-12-31 19:42:22'),
(24940,12477,'action started via WP Cron','2021-01-01 00:43:11','2020-12-31 19:43:11'),
(24941,12477,'action complete via WP Cron','2021-01-01 00:43:11','2020-12-31 19:43:11'),
(24942,12478,'action created','2021-01-01 00:43:11','2020-12-31 19:43:11'),
(24943,12478,'action started via WP Cron','2021-01-01 00:44:13','2020-12-31 19:44:13'),
(24944,12478,'action complete via WP Cron','2021-01-01 00:44:13','2020-12-31 19:44:13'),
(24945,12479,'action created','2021-01-01 00:44:13','2020-12-31 19:44:13'),
(24946,12479,'action started via WP Cron','2021-01-01 00:45:55','2020-12-31 19:45:55'),
(24947,12479,'action complete via WP Cron','2021-01-01 00:45:55','2020-12-31 19:45:55'),
(24948,12480,'action created','2021-01-01 00:45:55','2020-12-31 19:45:55'),
(24949,12480,'action started via WP Cron','2021-01-01 00:46:18','2020-12-31 19:46:18'),
(24950,12480,'action complete via WP Cron','2021-01-01 00:46:18','2020-12-31 19:46:18'),
(24951,12481,'action created','2021-01-01 00:46:18','2020-12-31 19:46:18'),
(24952,12481,'action started via WP Cron','2021-01-01 00:47:15','2020-12-31 19:47:15'),
(24953,12481,'action complete via WP Cron','2021-01-01 00:47:15','2020-12-31 19:47:15'),
(24954,12482,'action created','2021-01-01 00:47:15','2020-12-31 19:47:15'),
(24955,12482,'action started via WP Cron','2021-01-01 00:48:34','2020-12-31 19:48:34'),
(24956,12482,'action complete via WP Cron','2021-01-01 00:48:34','2020-12-31 19:48:34'),
(24957,12483,'action created','2021-01-01 00:48:34','2020-12-31 19:48:34'),
(24958,12483,'action started via WP Cron','2021-01-01 00:49:58','2020-12-31 19:49:58'),
(24959,12483,'action complete via WP Cron','2021-01-01 00:49:58','2020-12-31 19:49:58'),
(24960,12484,'action created','2021-01-01 00:49:59','2020-12-31 19:49:59'),
(24961,12484,'action started via WP Cron','2021-01-01 00:50:20','2020-12-31 19:50:20'),
(24962,12484,'action complete via WP Cron','2021-01-01 00:50:20','2020-12-31 19:50:20'),
(24963,12485,'action created','2021-01-01 00:50:20','2020-12-31 19:50:20'),
(24964,12485,'action started via WP Cron','2021-01-01 00:52:21','2020-12-31 19:52:21'),
(24965,12485,'action complete via WP Cron','2021-01-01 00:52:21','2020-12-31 19:52:21'),
(24966,12486,'action created','2021-01-01 00:52:21','2020-12-31 19:52:21'),
(24967,12486,'action started via WP Cron','2021-01-01 00:53:50','2020-12-31 19:53:50'),
(24968,12486,'action complete via WP Cron','2021-01-01 00:53:50','2020-12-31 19:53:50'),
(24969,12487,'action created','2021-01-01 00:53:50','2020-12-31 19:53:50'),
(24970,12487,'action started via WP Cron','2021-01-01 00:54:14','2020-12-31 19:54:14'),
(24971,12487,'action complete via WP Cron','2021-01-01 00:54:14','2020-12-31 19:54:14'),
(24972,12488,'action created','2021-01-01 00:54:14','2020-12-31 19:54:14'),
(24973,12488,'action started via WP Cron','2021-01-01 00:55:31','2020-12-31 19:55:31'),
(24974,12488,'action complete via WP Cron','2021-01-01 00:55:31','2020-12-31 19:55:31'),
(24975,12489,'action created','2021-01-01 00:55:31','2020-12-31 19:55:31'),
(24976,12489,'action started via WP Cron','2021-01-01 00:56:45','2020-12-31 19:56:45'),
(24977,12489,'action complete via WP Cron','2021-01-01 00:56:45','2020-12-31 19:56:45'),
(24978,12490,'action created','2021-01-01 00:56:45','2020-12-31 19:56:45'),
(24979,12490,'action started via WP Cron','2021-01-01 00:57:17','2020-12-31 19:57:17'),
(24980,12490,'action complete via WP Cron','2021-01-01 00:57:17','2020-12-31 19:57:17'),
(24981,12491,'action created','2021-01-01 00:57:17','2020-12-31 19:57:17'),
(24982,12491,'action started via WP Cron','2021-01-01 00:59:15','2020-12-31 19:59:15'),
(24983,12491,'action complete via WP Cron','2021-01-01 00:59:15','2020-12-31 19:59:15'),
(24984,12492,'action created','2021-01-01 00:59:15','2020-12-31 19:59:15'),
(24985,12492,'action started via WP Cron','2021-01-01 01:00:21','2020-12-31 20:00:21'),
(24986,12492,'action complete via WP Cron','2021-01-01 01:00:21','2020-12-31 20:00:21'),
(24987,12493,'action created','2021-01-01 01:00:21','2020-12-31 20:00:21'),
(24988,12493,'action started via WP Cron','2021-01-01 01:01:20','2020-12-31 20:01:20'),
(24989,12493,'action complete via WP Cron','2021-01-01 01:01:20','2020-12-31 20:01:20'),
(24990,12494,'action created','2021-01-01 01:01:20','2020-12-31 20:01:20'),
(24991,12494,'action started via WP Cron','2021-01-01 01:02:16','2020-12-31 20:02:16'),
(24992,12494,'action complete via WP Cron','2021-01-01 01:02:16','2020-12-31 20:02:16'),
(24993,12495,'action created','2021-01-01 01:02:16','2020-12-31 20:02:16'),
(24994,12495,'action started via WP Cron','2021-01-01 01:04:05','2020-12-31 20:04:05'),
(24995,12495,'action complete via WP Cron','2021-01-01 01:04:05','2020-12-31 20:04:05'),
(24996,12496,'action created','2021-01-01 01:04:05','2020-12-31 20:04:05'),
(24997,12496,'action started via WP Cron','2021-01-01 01:06:13','2020-12-31 20:06:13'),
(24998,12496,'action complete via WP Cron','2021-01-01 01:06:13','2020-12-31 20:06:13'),
(24999,12497,'action created','2021-01-01 01:06:13','2020-12-31 20:06:13'),
(25000,12497,'action started via WP Cron','2021-01-01 01:08:15','2020-12-31 20:08:15'),
(25001,12497,'action complete via WP Cron','2021-01-01 01:08:15','2020-12-31 20:08:15'),
(25002,12498,'action created','2021-01-01 01:08:15','2020-12-31 20:08:15'),
(25003,12498,'action started via WP Cron','2021-01-01 01:09:31','2020-12-31 20:09:31'),
(25004,12498,'action complete via WP Cron','2021-01-01 01:09:31','2020-12-31 20:09:31'),
(25005,12499,'action created','2021-01-01 01:09:31','2020-12-31 20:09:31'),
(25006,12499,'action started via WP Cron','2021-01-01 01:10:11','2020-12-31 20:10:11'),
(25007,12499,'action complete via WP Cron','2021-01-01 01:10:11','2020-12-31 20:10:11'),
(25008,12500,'action created','2021-01-01 01:10:11','2020-12-31 20:10:11'),
(25009,11590,'action started via WP Cron','2021-01-01 01:11:16','2020-12-31 20:11:16'),
(25010,11590,'action complete via WP Cron','2021-01-01 01:11:16','2020-12-31 20:11:16'),
(25011,12501,'action created','2021-01-01 01:11:16','2020-12-31 20:11:16'),
(25012,12500,'action started via WP Cron','2021-01-01 01:11:16','2020-12-31 20:11:16'),
(25013,12500,'action complete via WP Cron','2021-01-01 01:11:16','2020-12-31 20:11:16'),
(25014,12502,'action created','2021-01-01 01:11:16','2020-12-31 20:11:16'),
(25015,12502,'action started via WP Cron','2021-01-01 01:12:47','2020-12-31 20:12:47'),
(25016,12502,'action complete via WP Cron','2021-01-01 01:12:47','2020-12-31 20:12:47'),
(25017,12503,'action created','2021-01-01 01:12:47','2020-12-31 20:12:47'),
(25018,12503,'action started via WP Cron','2021-01-01 01:14:24','2020-12-31 20:14:24'),
(25019,12503,'action complete via WP Cron','2021-01-01 01:14:24','2020-12-31 20:14:24'),
(25020,12504,'action created','2021-01-01 01:14:24','2020-12-31 20:14:24'),
(25021,12504,'action started via WP Cron','2021-01-01 01:21:21','2020-12-31 20:21:21'),
(25022,12504,'action complete via WP Cron','2021-01-01 01:21:21','2020-12-31 20:21:21'),
(25023,12505,'action created','2021-01-01 01:21:22','2020-12-31 20:21:22'),
(25024,12505,'action started via WP Cron','2021-01-01 01:24:21','2020-12-31 20:24:21'),
(25025,12505,'action complete via WP Cron','2021-01-01 01:24:21','2020-12-31 20:24:21'),
(25026,12506,'action created','2021-01-01 01:24:21','2020-12-31 20:24:21'),
(25027,12506,'action started via WP Cron','2021-01-01 01:29:15','2020-12-31 20:29:15'),
(25028,12506,'action complete via WP Cron','2021-01-01 01:29:15','2020-12-31 20:29:15'),
(25029,12507,'action created','2021-01-01 01:29:15','2020-12-31 20:29:15'),
(25030,12507,'action started via WP Cron','2021-01-01 01:30:16','2020-12-31 20:30:16'),
(25031,12507,'action complete via WP Cron','2021-01-01 01:30:16','2020-12-31 20:30:16'),
(25032,12508,'action created','2021-01-01 01:30:16','2020-12-31 20:30:16'),
(25033,12508,'action started via WP Cron','2021-01-01 01:33:16','2020-12-31 20:33:16'),
(25034,12508,'action complete via WP Cron','2021-01-01 01:33:16','2020-12-31 20:33:16'),
(25035,12509,'action created','2021-01-01 01:33:16','2020-12-31 20:33:16'),
(25036,12509,'action started via WP Cron','2021-01-01 01:35:03','2020-12-31 20:35:03'),
(25037,12509,'action complete via WP Cron','2021-01-01 01:35:03','2020-12-31 20:35:03'),
(25038,12510,'action created','2021-01-01 01:35:03','2020-12-31 20:35:03'),
(25039,12510,'action started via WP Cron','2021-01-01 01:35:58','2020-12-31 20:35:58'),
(25040,12510,'action complete via WP Cron','2021-01-01 01:35:58','2020-12-31 20:35:58'),
(25041,12511,'action created','2021-01-01 01:35:58','2020-12-31 20:35:58'),
(25042,12511,'action started via WP Cron','2021-01-01 01:39:35','2020-12-31 20:39:35'),
(25043,12511,'action complete via WP Cron','2021-01-01 01:39:35','2020-12-31 20:39:35'),
(25044,12512,'action created','2021-01-01 01:39:35','2020-12-31 20:39:35'),
(25045,12512,'action started via WP Cron','2021-01-01 01:41:58','2020-12-31 20:41:58'),
(25046,12512,'action complete via WP Cron','2021-01-01 01:41:58','2020-12-31 20:41:58'),
(25047,12513,'action created','2021-01-01 01:41:58','2020-12-31 20:41:58'),
(25048,12513,'action started via WP Cron','2021-01-01 01:44:00','2020-12-31 20:44:00'),
(25049,12513,'action complete via WP Cron','2021-01-01 01:44:00','2020-12-31 20:44:00'),
(25050,12514,'action created','2021-01-01 01:44:00','2020-12-31 20:44:00'),
(25051,12514,'action started via WP Cron','2021-01-01 01:45:45','2020-12-31 20:45:45'),
(25052,12514,'action complete via WP Cron','2021-01-01 01:45:45','2020-12-31 20:45:45'),
(25053,12515,'action created','2021-01-01 01:45:45','2020-12-31 20:45:45'),
(25054,12515,'action started via WP Cron','2021-01-01 01:48:50','2020-12-31 20:48:50'),
(25055,12515,'action complete via WP Cron','2021-01-01 01:48:50','2020-12-31 20:48:50'),
(25056,12516,'action created','2021-01-01 01:48:50','2020-12-31 20:48:50'),
(25057,12516,'action started via WP Cron','2021-01-01 01:50:57','2020-12-31 20:50:57'),
(25058,12516,'action complete via WP Cron','2021-01-01 01:50:57','2020-12-31 20:50:57'),
(25059,12517,'action created','2021-01-01 01:50:58','2020-12-31 20:50:58'),
(25060,12517,'action started via WP Cron','2021-01-01 01:51:34','2020-12-31 20:51:34'),
(25061,12517,'action complete via WP Cron','2021-01-01 01:51:34','2020-12-31 20:51:34'),
(25062,12518,'action created','2021-01-01 01:51:34','2020-12-31 20:51:34'),
(25063,12518,'action started via WP Cron','2021-01-01 01:52:34','2020-12-31 20:52:34'),
(25064,12518,'action complete via WP Cron','2021-01-01 01:52:34','2020-12-31 20:52:34'),
(25065,12519,'action created','2021-01-01 01:52:34','2020-12-31 20:52:34'),
(25066,12519,'action started via WP Cron','2021-01-01 01:53:20','2020-12-31 20:53:20'),
(25067,12519,'action complete via WP Cron','2021-01-01 01:53:20','2020-12-31 20:53:20'),
(25068,12520,'action created','2021-01-01 01:53:21','2020-12-31 20:53:21'),
(25069,12520,'action started via WP Cron','2021-01-01 01:54:12','2020-12-31 20:54:12'),
(25070,12520,'action complete via WP Cron','2021-01-01 01:54:12','2020-12-31 20:54:12'),
(25071,12521,'action created','2021-01-01 01:54:12','2020-12-31 20:54:12'),
(25072,12521,'action started via WP Cron','2021-01-01 01:55:51','2020-12-31 20:55:51'),
(25073,12521,'action complete via WP Cron','2021-01-01 01:55:51','2020-12-31 20:55:51'),
(25074,12522,'action created','2021-01-01 01:55:51','2020-12-31 20:55:51'),
(25075,12522,'action started via WP Cron','2021-01-01 01:56:32','2020-12-31 20:56:32'),
(25076,12522,'action complete via WP Cron','2021-01-01 01:56:32','2020-12-31 20:56:32'),
(25077,12523,'action created','2021-01-01 01:56:32','2020-12-31 20:56:32'),
(25078,12523,'action started via WP Cron','2021-01-01 01:57:21','2020-12-31 20:57:21'),
(25079,12523,'action complete via WP Cron','2021-01-01 01:57:21','2020-12-31 20:57:21'),
(25080,12524,'action created','2021-01-01 01:57:21','2020-12-31 20:57:21'),
(25081,12524,'action started via WP Cron','2021-01-01 01:59:07','2020-12-31 20:59:07'),
(25082,12524,'action complete via WP Cron','2021-01-01 01:59:07','2020-12-31 20:59:07'),
(25083,12525,'action created','2021-01-01 01:59:07','2020-12-31 20:59:07'),
(25084,12525,'action started via WP Cron','2021-01-01 02:01:55','2020-12-31 21:01:55'),
(25085,12525,'action complete via WP Cron','2021-01-01 02:01:55','2020-12-31 21:01:55'),
(25086,12526,'action created','2021-01-01 02:01:55','2020-12-31 21:01:55'),
(25087,12526,'action started via WP Cron','2021-01-01 02:03:42','2020-12-31 21:03:42'),
(25088,12526,'action complete via WP Cron','2021-01-01 02:03:42','2020-12-31 21:03:42'),
(25089,12527,'action created','2021-01-01 02:03:42','2020-12-31 21:03:42'),
(25090,12527,'action started via WP Cron','2021-01-01 02:05:10','2020-12-31 21:05:10'),
(25091,12527,'action complete via WP Cron','2021-01-01 02:05:10','2020-12-31 21:05:10'),
(25092,12528,'action created','2021-01-01 02:05:10','2020-12-31 21:05:10'),
(25093,12528,'action started via WP Cron','2021-01-01 02:11:12','2020-12-31 21:11:12'),
(25094,12528,'action complete via WP Cron','2021-01-01 02:11:12','2020-12-31 21:11:12'),
(25095,12529,'action created','2021-01-01 02:11:12','2020-12-31 21:11:12'),
(25096,12529,'action started via WP Cron','2021-01-01 02:13:13','2020-12-31 21:13:13'),
(25097,12529,'action complete via WP Cron','2021-01-01 02:13:13','2020-12-31 21:13:13'),
(25098,12530,'action created','2021-01-01 02:13:13','2020-12-31 21:13:13'),
(25099,12530,'action started via WP Cron','2021-01-01 02:15:00','2020-12-31 21:15:00'),
(25100,12530,'action complete via WP Cron','2021-01-01 02:15:00','2020-12-31 21:15:00'),
(25101,12531,'action created','2021-01-01 02:15:00','2020-12-31 21:15:00'),
(25102,12531,'action started via WP Cron','2021-01-01 02:17:54','2020-12-31 21:17:54'),
(25103,12531,'action complete via WP Cron','2021-01-01 02:17:54','2020-12-31 21:17:54'),
(25104,12532,'action created','2021-01-01 02:17:54','2020-12-31 21:17:54'),
(25105,12532,'action started via WP Cron','2021-01-01 02:18:25','2020-12-31 21:18:25'),
(25106,12532,'action complete via WP Cron','2021-01-01 02:18:25','2020-12-31 21:18:25'),
(25107,12533,'action created','2021-01-01 02:18:25','2020-12-31 21:18:25'),
(25108,12533,'action started via WP Cron','2021-01-01 02:19:15','2020-12-31 21:19:15'),
(25109,12533,'action complete via WP Cron','2021-01-01 02:19:15','2020-12-31 21:19:15'),
(25110,12534,'action created','2021-01-01 02:19:16','2020-12-31 21:19:16'),
(25111,12534,'action started via WP Cron','2021-01-01 02:20:49','2020-12-31 21:20:49'),
(25112,12534,'action complete via WP Cron','2021-01-01 02:20:49','2020-12-31 21:20:49'),
(25113,12535,'action created','2021-01-01 02:20:49','2020-12-31 21:20:49'),
(25114,12535,'action started via WP Cron','2021-01-01 02:21:15','2020-12-31 21:21:15'),
(25115,12535,'action complete via WP Cron','2021-01-01 02:21:15','2020-12-31 21:21:15'),
(25116,12536,'action created','2021-01-01 02:21:15','2020-12-31 21:21:15'),
(25117,12536,'action started via WP Cron','2021-01-01 02:22:27','2020-12-31 21:22:27'),
(25118,12536,'action complete via WP Cron','2021-01-01 02:22:27','2020-12-31 21:22:27'),
(25119,12537,'action created','2021-01-01 02:22:27','2020-12-31 21:22:27'),
(25120,12537,'action started via WP Cron','2021-01-01 02:23:24','2020-12-31 21:23:24'),
(25121,12537,'action complete via WP Cron','2021-01-01 02:23:24','2020-12-31 21:23:24'),
(25122,12538,'action created','2021-01-01 02:23:25','2020-12-31 21:23:25'),
(25123,12538,'action started via WP Cron','2021-01-01 02:28:15','2020-12-31 21:28:15'),
(25124,12538,'action complete via WP Cron','2021-01-01 02:28:15','2020-12-31 21:28:15'),
(25125,12539,'action created','2021-01-01 02:28:15','2020-12-31 21:28:15'),
(25126,12539,'action started via WP Cron','2021-01-01 02:32:21','2020-12-31 21:32:21'),
(25127,12539,'action complete via WP Cron','2021-01-01 02:32:21','2020-12-31 21:32:21'),
(25128,12540,'action created','2021-01-01 02:32:21','2020-12-31 21:32:21'),
(25129,12540,'action started via WP Cron','2021-01-01 02:35:15','2020-12-31 21:35:15'),
(25130,12540,'action complete via WP Cron','2021-01-01 02:35:15','2020-12-31 21:35:15'),
(25131,12541,'action created','2021-01-01 02:35:15','2020-12-31 21:35:15'),
(25132,12541,'action started via WP Cron','2021-01-01 02:39:16','2020-12-31 21:39:16'),
(25133,12541,'action complete via WP Cron','2021-01-01 02:39:16','2020-12-31 21:39:16'),
(25134,12542,'action created','2021-01-01 02:39:16','2020-12-31 21:39:16'),
(25135,12542,'action started via WP Cron','2021-01-01 02:41:37','2020-12-31 21:41:37'),
(25136,12542,'action complete via WP Cron','2021-01-01 02:41:37','2020-12-31 21:41:37'),
(25137,12543,'action created','2021-01-01 02:41:37','2020-12-31 21:41:37'),
(25138,12543,'action started via WP Cron','2021-01-01 02:42:38','2020-12-31 21:42:38'),
(25139,12543,'action complete via WP Cron','2021-01-01 02:42:38','2020-12-31 21:42:38'),
(25140,12544,'action created','2021-01-01 02:42:38','2020-12-31 21:42:38'),
(25141,12544,'action started via WP Cron','2021-01-01 02:46:41','2020-12-31 21:46:41'),
(25142,12544,'action complete via WP Cron','2021-01-01 02:46:41','2020-12-31 21:46:41'),
(25143,12545,'action created','2021-01-01 02:46:41','2020-12-31 21:46:41'),
(25144,12545,'action started via WP Cron','2021-01-01 02:49:02','2020-12-31 21:49:02'),
(25145,12545,'action complete via WP Cron','2021-01-01 02:49:02','2020-12-31 21:49:02'),
(25146,12546,'action created','2021-01-01 02:49:02','2020-12-31 21:49:02'),
(25147,12546,'action started via WP Cron','2021-01-01 02:51:31','2020-12-31 21:51:31'),
(25148,12546,'action complete via WP Cron','2021-01-01 02:51:31','2020-12-31 21:51:31'),
(25149,12547,'action created','2021-01-01 02:51:31','2020-12-31 21:51:31'),
(25150,12547,'action started via WP Cron','2021-01-01 02:52:44','2020-12-31 21:52:44'),
(25151,12547,'action complete via WP Cron','2021-01-01 02:52:44','2020-12-31 21:52:44'),
(25152,12548,'action created','2021-01-01 02:52:44','2020-12-31 21:52:44');
INSERT INTO `wp_actionscheduler_logs` VALUES
(25153,12548,'action started via WP Cron','2021-01-01 02:54:48','2020-12-31 21:54:48'),
(25154,12548,'action complete via WP Cron','2021-01-01 02:54:48','2020-12-31 21:54:48'),
(25155,12549,'action created','2021-01-01 02:54:48','2020-12-31 21:54:48'),
(25156,12549,'action started via WP Cron','2021-01-01 02:56:44','2020-12-31 21:56:44'),
(25157,12549,'action complete via WP Cron','2021-01-01 02:56:44','2020-12-31 21:56:44'),
(25158,12550,'action created','2021-01-01 02:56:44','2020-12-31 21:56:44'),
(25159,12550,'action started via WP Cron','2021-01-01 02:58:31','2020-12-31 21:58:31'),
(25160,12550,'action complete via WP Cron','2021-01-01 02:58:31','2020-12-31 21:58:31'),
(25161,12551,'action created','2021-01-01 02:58:31','2020-12-31 21:58:31'),
(25162,12551,'action started via WP Cron','2021-01-01 02:59:30','2020-12-31 21:59:30'),
(25163,12551,'action complete via WP Cron','2021-01-01 02:59:30','2020-12-31 21:59:30'),
(25164,12552,'action created','2021-01-01 02:59:30','2020-12-31 21:59:30'),
(25165,12552,'action started via WP Cron','2021-01-01 03:00:41','2020-12-31 22:00:41'),
(25166,12552,'action complete via WP Cron','2021-01-01 03:00:41','2020-12-31 22:00:41'),
(25167,12553,'action created','2021-01-01 03:00:41','2020-12-31 22:00:41'),
(25168,12553,'action started via WP Cron','2021-01-01 03:01:18','2020-12-31 22:01:18'),
(25169,12553,'action complete via WP Cron','2021-01-01 03:01:18','2020-12-31 22:01:18'),
(25170,12554,'action created','2021-01-01 03:01:18','2020-12-31 22:01:18'),
(25171,12554,'action started via WP Cron','2021-01-01 03:03:41','2020-12-31 22:03:41'),
(25172,12554,'action complete via WP Cron','2021-01-01 03:03:41','2020-12-31 22:03:41'),
(25173,12555,'action created','2021-01-01 03:03:41','2020-12-31 22:03:41'),
(25174,12555,'action started via WP Cron','2021-01-01 03:05:59','2020-12-31 22:05:59'),
(25175,12555,'action complete via WP Cron','2021-01-01 03:05:59','2020-12-31 22:05:59'),
(25176,12556,'action created','2021-01-01 03:05:59','2020-12-31 22:05:59'),
(25177,12556,'action started via WP Cron','2021-01-01 03:06:21','2020-12-31 22:06:21'),
(25178,12556,'action complete via WP Cron','2021-01-01 03:06:21','2020-12-31 22:06:21'),
(25179,12557,'action created','2021-01-01 03:06:21','2020-12-31 22:06:21'),
(25180,12557,'action started via WP Cron','2021-01-01 03:07:37','2020-12-31 22:07:37'),
(25181,12557,'action complete via WP Cron','2021-01-01 03:07:37','2020-12-31 22:07:37'),
(25182,12558,'action created','2021-01-01 03:07:37','2020-12-31 22:07:37'),
(25183,12558,'action started via WP Cron','2021-01-01 03:11:49','2020-12-31 22:11:49'),
(25184,12558,'action complete via WP Cron','2021-01-01 03:11:49','2020-12-31 22:11:49'),
(25185,12559,'action created','2021-01-01 03:11:49','2020-12-31 22:11:49'),
(25186,12559,'action started via WP Cron','2021-01-01 03:14:38','2020-12-31 22:14:38'),
(25187,12559,'action complete via WP Cron','2021-01-01 03:14:38','2020-12-31 22:14:38'),
(25188,12560,'action created','2021-01-01 03:14:38','2020-12-31 22:14:38'),
(25189,12560,'action started via WP Cron','2021-01-01 03:20:11','2020-12-31 22:20:11'),
(25190,12560,'action complete via WP Cron','2021-01-01 03:20:11','2020-12-31 22:20:11'),
(25191,12561,'action created','2021-01-01 03:20:11','2020-12-31 22:20:11'),
(25192,12561,'action started via WP Cron','2021-01-01 03:21:56','2020-12-31 22:21:56'),
(25193,12561,'action complete via WP Cron','2021-01-01 03:21:56','2020-12-31 22:21:56'),
(25194,12562,'action created','2021-01-01 03:21:56','2020-12-31 22:21:56'),
(25195,12562,'action started via WP Cron','2021-01-01 03:22:17','2020-12-31 22:22:17'),
(25196,12562,'action complete via WP Cron','2021-01-01 03:22:17','2020-12-31 22:22:17'),
(25197,12563,'action created','2021-01-01 03:22:17','2020-12-31 22:22:17'),
(25198,12563,'action started via WP Cron','2021-01-01 03:23:12','2020-12-31 22:23:12'),
(25199,12563,'action complete via WP Cron','2021-01-01 03:23:12','2020-12-31 22:23:12'),
(25200,12564,'action created','2021-01-01 03:23:12','2020-12-31 22:23:12'),
(25201,12564,'action started via WP Cron','2021-01-01 03:26:12','2020-12-31 22:26:12'),
(25202,12564,'action complete via WP Cron','2021-01-01 03:26:12','2020-12-31 22:26:12'),
(25203,12565,'action created','2021-01-01 03:26:12','2020-12-31 22:26:12'),
(25204,12565,'action started via WP Cron','2021-01-01 03:27:17','2020-12-31 22:27:17'),
(25205,12565,'action complete via WP Cron','2021-01-01 03:27:17','2020-12-31 22:27:17'),
(25206,12566,'action created','2021-01-01 03:27:18','2020-12-31 22:27:18'),
(25207,12566,'action started via WP Cron','2021-01-01 03:28:34','2020-12-31 22:28:34'),
(25208,12566,'action complete via WP Cron','2021-01-01 03:28:34','2020-12-31 22:28:34'),
(25209,12567,'action created','2021-01-01 03:28:34','2020-12-31 22:28:34'),
(25210,12567,'action started via WP Cron','2021-01-01 03:29:41','2020-12-31 22:29:41'),
(25211,12567,'action complete via WP Cron','2021-01-01 03:29:41','2020-12-31 22:29:41'),
(25212,12568,'action created','2021-01-01 03:29:41','2020-12-31 22:29:41'),
(25213,12568,'action started via WP Cron','2021-01-01 03:30:54','2020-12-31 22:30:54'),
(25214,12568,'action complete via WP Cron','2021-01-01 03:30:54','2020-12-31 22:30:54'),
(25215,12569,'action created','2021-01-01 03:30:54','2020-12-31 22:30:54'),
(25216,12569,'action started via WP Cron','2021-01-01 03:31:38','2020-12-31 22:31:38'),
(25217,12569,'action complete via WP Cron','2021-01-01 03:31:38','2020-12-31 22:31:38'),
(25218,12570,'action created','2021-01-01 03:31:38','2020-12-31 22:31:38'),
(25219,12570,'action started via WP Cron','2021-01-01 03:33:32','2020-12-31 22:33:32'),
(25220,12570,'action complete via WP Cron','2021-01-01 03:33:32','2020-12-31 22:33:32'),
(25221,12571,'action created','2021-01-01 03:33:32','2020-12-31 22:33:32'),
(25222,12571,'action started via WP Cron','2021-01-01 03:34:25','2020-12-31 22:34:25'),
(25223,12571,'action complete via WP Cron','2021-01-01 03:34:25','2020-12-31 22:34:25'),
(25224,12572,'action created','2021-01-01 03:34:25','2020-12-31 22:34:25'),
(25225,12572,'action started via WP Cron','2021-01-01 03:36:31','2020-12-31 22:36:31'),
(25226,12572,'action complete via WP Cron','2021-01-01 03:36:31','2020-12-31 22:36:31'),
(25227,12573,'action created','2021-01-01 03:36:31','2020-12-31 22:36:31'),
(25228,12573,'action started via WP Cron','2021-01-01 03:38:13','2020-12-31 22:38:13'),
(25229,12573,'action complete via WP Cron','2021-01-01 03:38:13','2020-12-31 22:38:13'),
(25230,12574,'action created','2021-01-01 03:38:14','2020-12-31 22:38:14'),
(25231,12574,'action started via WP Cron','2021-01-01 03:40:51','2020-12-31 22:40:51'),
(25232,12574,'action complete via WP Cron','2021-01-01 03:40:51','2020-12-31 22:40:51'),
(25233,12575,'action created','2021-01-01 03:40:51','2020-12-31 22:40:51'),
(25234,12575,'action started via WP Cron','2021-01-01 03:42:13','2020-12-31 22:42:13'),
(25235,12575,'action complete via WP Cron','2021-01-01 03:42:13','2020-12-31 22:42:13'),
(25236,12576,'action created','2021-01-01 03:42:13','2020-12-31 22:42:13'),
(25237,12576,'action started via WP Cron','2021-01-01 03:48:21','2020-12-31 22:48:21'),
(25238,12576,'action complete via WP Cron','2021-01-01 03:48:21','2020-12-31 22:48:21'),
(25239,12577,'action created','2021-01-01 03:48:21','2020-12-31 22:48:21'),
(25240,12577,'action started via WP Cron','2021-01-01 03:49:22','2020-12-31 22:49:22'),
(25241,12577,'action complete via WP Cron','2021-01-01 03:49:22','2020-12-31 22:49:22'),
(25242,12578,'action created','2021-01-01 03:49:22','2020-12-31 22:49:22'),
(25243,12578,'action started via WP Cron','2021-01-01 03:51:30','2020-12-31 22:51:30'),
(25244,12578,'action complete via WP Cron','2021-01-01 03:51:30','2020-12-31 22:51:30'),
(25245,12579,'action created','2021-01-01 03:51:30','2020-12-31 22:51:30'),
(25246,12579,'action started via WP Cron','2021-01-01 03:52:58','2020-12-31 22:52:58'),
(25247,12579,'action complete via WP Cron','2021-01-01 03:52:58','2020-12-31 22:52:58'),
(25248,12580,'action created','2021-01-01 03:52:58','2020-12-31 22:52:58'),
(25249,12580,'action started via WP Cron','2021-01-01 03:54:11','2020-12-31 22:54:11'),
(25250,12580,'action complete via WP Cron','2021-01-01 03:54:11','2020-12-31 22:54:11'),
(25251,12581,'action created','2021-01-01 03:54:11','2020-12-31 22:54:11'),
(25252,12581,'action started via WP Cron','2021-01-01 03:57:29','2020-12-31 22:57:29'),
(25253,12581,'action complete via WP Cron','2021-01-01 03:57:29','2020-12-31 22:57:29'),
(25254,12582,'action created','2021-01-01 03:57:29','2020-12-31 22:57:29'),
(25255,12582,'action started via WP Cron','2021-01-01 04:01:15','2020-12-31 23:01:15'),
(25256,12582,'action complete via WP Cron','2021-01-01 04:01:15','2020-12-31 23:01:15'),
(25257,12583,'action created','2021-01-01 04:01:16','2020-12-31 23:01:16'),
(25258,12583,'action started via WP Cron','2021-01-01 04:03:05','2020-12-31 23:03:05'),
(25259,12583,'action complete via WP Cron','2021-01-01 04:03:05','2020-12-31 23:03:05'),
(25260,12584,'action created','2021-01-01 04:03:05','2020-12-31 23:03:05'),
(25261,12584,'action started via WP Cron','2021-01-01 04:03:21','2020-12-31 23:03:21'),
(25262,12584,'action complete via WP Cron','2021-01-01 04:03:21','2020-12-31 23:03:21'),
(25263,12585,'action created','2021-01-01 04:03:21','2020-12-31 23:03:21'),
(25264,12585,'action started via WP Cron','2021-01-01 04:06:45','2020-12-31 23:06:45'),
(25265,12585,'action complete via WP Cron','2021-01-01 04:06:45','2020-12-31 23:06:45'),
(25266,12586,'action created','2021-01-01 04:06:45','2020-12-31 23:06:45'),
(25267,12586,'action started via WP Cron','2021-01-01 04:07:12','2020-12-31 23:07:12'),
(25268,12586,'action complete via WP Cron','2021-01-01 04:07:12','2020-12-31 23:07:12'),
(25269,12587,'action created','2021-01-01 04:07:12','2020-12-31 23:07:12'),
(25270,12587,'action started via WP Cron','2021-01-01 04:08:13','2020-12-31 23:08:13'),
(25271,12587,'action complete via WP Cron','2021-01-01 04:08:13','2020-12-31 23:08:13'),
(25272,12588,'action created','2021-01-01 04:08:13','2020-12-31 23:08:13'),
(25273,12588,'action started via WP Cron','2021-01-01 04:10:08','2020-12-31 23:10:08'),
(25274,12588,'action complete via WP Cron','2021-01-01 04:10:08','2020-12-31 23:10:08'),
(25275,12589,'action created','2021-01-01 04:10:08','2020-12-31 23:10:08'),
(25276,12589,'action started via WP Cron','2021-01-01 04:11:42','2020-12-31 23:11:42'),
(25277,12589,'action complete via WP Cron','2021-01-01 04:11:42','2020-12-31 23:11:42'),
(25278,12590,'action created','2021-01-01 04:11:42','2020-12-31 23:11:42'),
(25279,12590,'action started via WP Cron','2021-01-01 04:12:49','2020-12-31 23:12:49'),
(25280,12590,'action complete via WP Cron','2021-01-01 04:12:49','2020-12-31 23:12:49'),
(25281,12591,'action created','2021-01-01 04:12:49','2020-12-31 23:12:49'),
(25282,12591,'action started via WP Cron','2021-01-01 04:13:35','2020-12-31 23:13:35'),
(25283,12591,'action complete via WP Cron','2021-01-01 04:13:35','2020-12-31 23:13:35'),
(25284,12592,'action created','2021-01-01 04:13:35','2020-12-31 23:13:35'),
(25285,12592,'action started via WP Cron','2021-01-01 04:14:13','2020-12-31 23:14:13'),
(25286,12592,'action complete via WP Cron','2021-01-01 04:14:13','2020-12-31 23:14:13'),
(25287,12593,'action created','2021-01-01 04:14:13','2020-12-31 23:14:13'),
(25288,12593,'action started via WP Cron','2021-01-01 04:15:11','2020-12-31 23:15:11'),
(25289,12593,'action complete via WP Cron','2021-01-01 04:15:11','2020-12-31 23:15:11'),
(25290,12594,'action created','2021-01-01 04:15:12','2020-12-31 23:15:12'),
(25291,12594,'action started via WP Cron','2021-01-01 04:16:26','2020-12-31 23:16:26'),
(25292,12594,'action complete via WP Cron','2021-01-01 04:16:26','2020-12-31 23:16:26'),
(25293,12595,'action created','2021-01-01 04:16:27','2020-12-31 23:16:27'),
(25294,12595,'action started via WP Cron','2021-01-01 04:17:52','2020-12-31 23:17:52'),
(25295,12595,'action complete via WP Cron','2021-01-01 04:17:52','2020-12-31 23:17:52'),
(25296,12596,'action created','2021-01-01 04:17:52','2020-12-31 23:17:52'),
(25297,12596,'action started via WP Cron','2021-01-01 04:20:08','2020-12-31 23:20:08'),
(25298,12596,'action complete via WP Cron','2021-01-01 04:20:08','2020-12-31 23:20:08'),
(25299,12597,'action created','2021-01-01 04:20:08','2020-12-31 23:20:08'),
(25300,12597,'action started via WP Cron','2021-01-01 04:21:49','2020-12-31 23:21:49'),
(25301,12597,'action complete via WP Cron','2021-01-01 04:21:49','2020-12-31 23:21:49'),
(25302,12598,'action created','2021-01-01 04:21:49','2020-12-31 23:21:49'),
(25303,12598,'action started via WP Cron','2021-01-01 04:22:33','2020-12-31 23:22:33'),
(25304,12598,'action complete via WP Cron','2021-01-01 04:22:33','2020-12-31 23:22:33'),
(25305,12599,'action created','2021-01-01 04:22:33','2020-12-31 23:22:33'),
(25306,12599,'action started via WP Cron','2021-01-01 04:27:48','2020-12-31 23:27:48'),
(25307,12599,'action complete via WP Cron','2021-01-01 04:27:48','2020-12-31 23:27:48'),
(25308,12600,'action created','2021-01-01 04:27:48','2020-12-31 23:27:48'),
(25309,12600,'action started via WP Cron','2021-01-01 04:29:26','2020-12-31 23:29:26'),
(25310,12600,'action complete via WP Cron','2021-01-01 04:29:26','2020-12-31 23:29:26'),
(25311,12601,'action created','2021-01-01 04:29:26','2020-12-31 23:29:26'),
(25312,12601,'action started via WP Cron','2021-01-01 04:30:40','2020-12-31 23:30:40'),
(25313,12601,'action complete via WP Cron','2021-01-01 04:30:40','2020-12-31 23:30:40'),
(25314,12602,'action created','2021-01-01 04:30:41','2020-12-31 23:30:41'),
(25315,12602,'action started via WP Cron','2021-01-01 04:32:24','2020-12-31 23:32:24'),
(25316,12602,'action complete via WP Cron','2021-01-01 04:32:24','2020-12-31 23:32:24'),
(25317,12603,'action created','2021-01-01 04:32:24','2020-12-31 23:32:24'),
(25318,12603,'action started via WP Cron','2021-01-01 04:34:50','2020-12-31 23:34:50'),
(25319,12603,'action complete via WP Cron','2021-01-01 04:34:50','2020-12-31 23:34:50'),
(25320,12604,'action created','2021-01-01 04:34:50','2020-12-31 23:34:50'),
(25321,12604,'action started via WP Cron','2021-01-01 04:35:47','2020-12-31 23:35:47'),
(25322,12604,'action complete via WP Cron','2021-01-01 04:35:47','2020-12-31 23:35:47'),
(25323,12605,'action created','2021-01-01 04:35:47','2020-12-31 23:35:47'),
(25324,12605,'action started via WP Cron','2021-01-01 04:36:25','2020-12-31 23:36:25'),
(25325,12605,'action complete via WP Cron','2021-01-01 04:36:25','2020-12-31 23:36:25'),
(25326,12606,'action created','2021-01-01 04:36:25','2020-12-31 23:36:25'),
(25327,12606,'action started via WP Cron','2021-01-01 04:38:15','2020-12-31 23:38:15'),
(25328,12606,'action complete via WP Cron','2021-01-01 04:38:15','2020-12-31 23:38:15'),
(25329,12607,'action created','2021-01-01 04:38:15','2020-12-31 23:38:15'),
(25330,12607,'action started via WP Cron','2021-01-01 04:39:13','2020-12-31 23:39:13'),
(25331,12607,'action complete via WP Cron','2021-01-01 04:39:13','2020-12-31 23:39:13'),
(25332,12608,'action created','2021-01-01 04:39:13','2020-12-31 23:39:13'),
(25333,12608,'action started via WP Cron','2021-01-01 04:47:50','2020-12-31 23:47:50'),
(25334,12608,'action complete via WP Cron','2021-01-01 04:47:50','2020-12-31 23:47:50'),
(25335,12609,'action created','2021-01-01 04:47:50','2020-12-31 23:47:50'),
(25336,12609,'action started via WP Cron','2021-01-01 04:49:18','2020-12-31 23:49:18'),
(25337,12609,'action complete via WP Cron','2021-01-01 04:49:18','2020-12-31 23:49:18'),
(25338,12610,'action created','2021-01-01 04:49:18','2020-12-31 23:49:18'),
(25339,12610,'action started via WP Cron','2021-01-01 04:52:38','2020-12-31 23:52:38'),
(25340,12610,'action complete via WP Cron','2021-01-01 04:52:38','2020-12-31 23:52:38'),
(25341,12611,'action created','2021-01-01 04:52:38','2020-12-31 23:52:38'),
(25342,12611,'action started via WP Cron','2021-01-01 04:53:28','2020-12-31 23:53:28'),
(25343,12611,'action complete via WP Cron','2021-01-01 04:53:28','2020-12-31 23:53:28'),
(25344,12612,'action created','2021-01-01 04:53:28','2020-12-31 23:53:28'),
(25345,12612,'action started via WP Cron','2021-01-01 04:54:47','2020-12-31 23:54:47'),
(25346,12612,'action complete via WP Cron','2021-01-01 04:54:47','2020-12-31 23:54:47'),
(25347,12613,'action created','2021-01-01 04:54:47','2020-12-31 23:54:47'),
(25348,12613,'action started via WP Cron','2021-01-01 04:55:49','2020-12-31 23:55:49'),
(25349,12613,'action complete via WP Cron','2021-01-01 04:55:49','2020-12-31 23:55:49'),
(25350,12614,'action created','2021-01-01 04:55:49','2020-12-31 23:55:49'),
(25351,12614,'action started via WP Cron','2021-01-01 04:56:17','2020-12-31 23:56:17'),
(25352,12614,'action complete via WP Cron','2021-01-01 04:56:17','2020-12-31 23:56:17'),
(25353,12615,'action created','2021-01-01 04:56:17','2020-12-31 23:56:17'),
(25354,12615,'action started via WP Cron','2021-01-01 04:57:43','2020-12-31 23:57:43'),
(25355,12615,'action complete via WP Cron','2021-01-01 04:57:43','2020-12-31 23:57:43'),
(25356,12616,'action created','2021-01-01 04:57:43','2020-12-31 23:57:43'),
(25357,12616,'action started via WP Cron','2021-01-01 05:01:09','2021-01-01 00:01:09'),
(25358,12616,'action complete via WP Cron','2021-01-01 05:01:09','2021-01-01 00:01:09'),
(25359,12617,'action created','2021-01-01 05:01:09','2021-01-01 00:01:09'),
(25360,12617,'action started via WP Cron','2021-01-01 05:02:37','2021-01-01 00:02:37'),
(25361,12617,'action complete via WP Cron','2021-01-01 05:02:37','2021-01-01 00:02:37'),
(25362,12618,'action created','2021-01-01 05:02:37','2021-01-01 00:02:37'),
(25363,12618,'action started via WP Cron','2021-01-01 05:03:14','2021-01-01 00:03:14'),
(25364,12618,'action complete via WP Cron','2021-01-01 05:03:14','2021-01-01 00:03:14'),
(25365,12619,'action created','2021-01-01 05:03:14','2021-01-01 00:03:14'),
(25366,12619,'action started via WP Cron','2021-01-01 05:05:06','2021-01-01 00:05:06'),
(25367,12619,'action complete via WP Cron','2021-01-01 05:05:06','2021-01-01 00:05:06'),
(25368,12620,'action created','2021-01-01 05:05:06','2021-01-01 00:05:06'),
(25369,12620,'action started via WP Cron','2021-01-01 05:06:05','2021-01-01 00:06:05'),
(25370,12620,'action complete via WP Cron','2021-01-01 05:06:05','2021-01-01 00:06:05'),
(25371,12621,'action created','2021-01-01 05:06:05','2021-01-01 00:06:05'),
(25372,12621,'action started via WP Cron','2021-01-01 05:06:56','2021-01-01 00:06:56'),
(25373,12621,'action complete via WP Cron','2021-01-01 05:06:56','2021-01-01 00:06:56'),
(25374,12622,'action created','2021-01-01 05:06:56','2021-01-01 00:06:56'),
(25375,12622,'action started via WP Cron','2021-01-01 05:07:13','2021-01-01 00:07:13'),
(25376,12622,'action complete via WP Cron','2021-01-01 05:07:13','2021-01-01 00:07:13'),
(25377,12623,'action created','2021-01-01 05:07:13','2021-01-01 00:07:13'),
(25378,12623,'action started via WP Cron','2021-01-01 05:09:23','2021-01-01 00:09:23'),
(25379,12623,'action complete via WP Cron','2021-01-01 05:09:23','2021-01-01 00:09:23'),
(25380,12624,'action created','2021-01-01 05:09:23','2021-01-01 00:09:23'),
(25381,12624,'action started via WP Cron','2021-01-01 05:10:54','2021-01-01 00:10:54'),
(25382,12624,'action complete via WP Cron','2021-01-01 05:10:54','2021-01-01 00:10:54'),
(25383,12625,'action created','2021-01-01 05:10:54','2021-01-01 00:10:54'),
(25384,12625,'action started via WP Cron','2021-01-01 05:13:16','2021-01-01 00:13:16'),
(25385,12625,'action complete via WP Cron','2021-01-01 05:13:16','2021-01-01 00:13:16'),
(25386,12626,'action created','2021-01-01 05:13:17','2021-01-01 00:13:17'),
(25387,12626,'action started via WP Cron','2021-01-01 05:14:12','2021-01-01 00:14:12'),
(25388,12626,'action complete via WP Cron','2021-01-01 05:14:12','2021-01-01 00:14:12'),
(25389,12627,'action created','2021-01-01 05:14:12','2021-01-01 00:14:12'),
(25390,12627,'action started via WP Cron','2021-01-01 05:15:15','2021-01-01 00:15:15'),
(25391,12627,'action complete via WP Cron','2021-01-01 05:15:15','2021-01-01 00:15:15'),
(25392,12628,'action created','2021-01-01 05:15:15','2021-01-01 00:15:15'),
(25393,12628,'action started via WP Cron','2021-01-01 05:16:24','2021-01-01 00:16:24'),
(25394,12628,'action complete via WP Cron','2021-01-01 05:16:24','2021-01-01 00:16:24'),
(25395,12629,'action created','2021-01-01 05:16:24','2021-01-01 00:16:24'),
(25396,12629,'action started via WP Cron','2021-01-01 05:18:22','2021-01-01 00:18:22'),
(25397,12629,'action complete via WP Cron','2021-01-01 05:18:22','2021-01-01 00:18:22'),
(25398,12630,'action created','2021-01-01 05:18:22','2021-01-01 00:18:22'),
(25399,12630,'action started via WP Cron','2021-01-01 05:19:46','2021-01-01 00:19:46'),
(25400,12630,'action complete via WP Cron','2021-01-01 05:19:46','2021-01-01 00:19:46'),
(25401,12631,'action created','2021-01-01 05:19:46','2021-01-01 00:19:46'),
(25402,12631,'action started via WP Cron','2021-01-01 05:20:18','2021-01-01 00:20:18'),
(25403,12631,'action complete via WP Cron','2021-01-01 05:20:18','2021-01-01 00:20:18'),
(25404,12632,'action created','2021-01-01 05:20:18','2021-01-01 00:20:18'),
(25405,12632,'action started via WP Cron','2021-01-01 05:21:24','2021-01-01 00:21:24'),
(25406,12632,'action complete via WP Cron','2021-01-01 05:21:24','2021-01-01 00:21:24'),
(25407,12633,'action created','2021-01-01 05:21:24','2021-01-01 00:21:24'),
(25408,12633,'action started via WP Cron','2021-01-01 05:22:12','2021-01-01 00:22:12'),
(25409,12633,'action complete via WP Cron','2021-01-01 05:22:12','2021-01-01 00:22:12'),
(25410,12634,'action created','2021-01-01 05:22:12','2021-01-01 00:22:12'),
(25411,12634,'action started via WP Cron','2021-01-01 05:23:43','2021-01-01 00:23:43'),
(25412,12634,'action complete via WP Cron','2021-01-01 05:23:43','2021-01-01 00:23:43'),
(25413,12635,'action created','2021-01-01 05:23:43','2021-01-01 00:23:43'),
(25414,12635,'action started via WP Cron','2021-01-01 05:24:59','2021-01-01 00:24:59'),
(25415,12635,'action complete via WP Cron','2021-01-01 05:24:59','2021-01-01 00:24:59'),
(25416,12636,'action created','2021-01-01 05:24:59','2021-01-01 00:24:59'),
(25417,12636,'action started via WP Cron','2021-01-01 05:25:16','2021-01-01 00:25:16'),
(25418,12636,'action complete via WP Cron','2021-01-01 05:25:16','2021-01-01 00:25:16'),
(25419,12637,'action created','2021-01-01 05:25:16','2021-01-01 00:25:16'),
(25420,12637,'action started via WP Cron','2021-01-01 05:26:16','2021-01-01 00:26:16'),
(25421,12637,'action complete via WP Cron','2021-01-01 05:26:16','2021-01-01 00:26:16'),
(25422,12638,'action created','2021-01-01 05:26:16','2021-01-01 00:26:16'),
(25423,12638,'action started via WP Cron','2021-01-01 05:28:40','2021-01-01 00:28:40'),
(25424,12638,'action complete via WP Cron','2021-01-01 05:28:40','2021-01-01 00:28:40'),
(25425,12639,'action created','2021-01-01 05:28:40','2021-01-01 00:28:40'),
(25426,12639,'action started via WP Cron','2021-01-01 05:29:40','2021-01-01 00:29:40'),
(25427,12639,'action complete via WP Cron','2021-01-01 05:29:40','2021-01-01 00:29:40'),
(25428,12640,'action created','2021-01-01 05:29:40','2021-01-01 00:29:40'),
(25429,12640,'action started via WP Cron','2021-01-01 05:30:59','2021-01-01 00:30:59'),
(25430,12640,'action complete via WP Cron','2021-01-01 05:30:59','2021-01-01 00:30:59'),
(25431,12641,'action created','2021-01-01 05:30:59','2021-01-01 00:30:59'),
(25432,12641,'action started via WP Cron','2021-01-01 05:32:27','2021-01-01 00:32:27'),
(25433,12641,'action complete via WP Cron','2021-01-01 05:32:27','2021-01-01 00:32:27'),
(25434,12642,'action created','2021-01-01 05:32:27','2021-01-01 00:32:27'),
(25435,12642,'action started via WP Cron','2021-01-01 05:34:12','2021-01-01 00:34:12'),
(25436,12642,'action complete via WP Cron','2021-01-01 05:34:12','2021-01-01 00:34:12'),
(25437,12643,'action created','2021-01-01 05:34:12','2021-01-01 00:34:12'),
(25438,12643,'action started via WP Cron','2021-01-01 05:35:17','2021-01-01 00:35:17'),
(25439,12643,'action complete via WP Cron','2021-01-01 05:35:17','2021-01-01 00:35:17'),
(25440,12644,'action created','2021-01-01 05:35:17','2021-01-01 00:35:17'),
(25441,12644,'action started via WP Cron','2021-01-01 05:36:13','2021-01-01 00:36:13'),
(25442,12644,'action complete via WP Cron','2021-01-01 05:36:13','2021-01-01 00:36:13'),
(25443,12645,'action created','2021-01-01 05:36:13','2021-01-01 00:36:13'),
(25444,12645,'action started via WP Cron','2021-01-01 05:37:30','2021-01-01 00:37:30'),
(25445,12645,'action complete via WP Cron','2021-01-01 05:37:30','2021-01-01 00:37:30'),
(25446,12646,'action created','2021-01-01 05:37:30','2021-01-01 00:37:30'),
(25447,12646,'action started via WP Cron','2021-01-01 05:38:15','2021-01-01 00:38:15'),
(25448,12646,'action complete via WP Cron','2021-01-01 05:38:15','2021-01-01 00:38:15'),
(25449,12647,'action created','2021-01-01 05:38:15','2021-01-01 00:38:15'),
(25450,12647,'action started via WP Cron','2021-01-01 05:39:17','2021-01-01 00:39:17'),
(25451,12647,'action complete via WP Cron','2021-01-01 05:39:17','2021-01-01 00:39:17'),
(25452,12648,'action created','2021-01-01 05:39:17','2021-01-01 00:39:17'),
(25453,12648,'action started via WP Cron','2021-01-01 05:40:12','2021-01-01 00:40:12'),
(25454,12648,'action complete via WP Cron','2021-01-01 05:40:12','2021-01-01 00:40:12'),
(25455,12649,'action created','2021-01-01 05:40:12','2021-01-01 00:40:12'),
(25456,12649,'action started via WP Cron','2021-01-01 05:42:15','2021-01-01 00:42:15'),
(25457,12649,'action complete via WP Cron','2021-01-01 05:42:15','2021-01-01 00:42:15'),
(25458,12650,'action created','2021-01-01 05:42:15','2021-01-01 00:42:15'),
(25459,12650,'action started via WP Cron','2021-01-01 05:44:08','2021-01-01 00:44:08'),
(25460,12650,'action complete via WP Cron','2021-01-01 05:44:08','2021-01-01 00:44:08'),
(25461,12651,'action created','2021-01-01 05:44:08','2021-01-01 00:44:08'),
(25462,12651,'action started via WP Cron','2021-01-01 05:46:45','2021-01-01 00:46:45'),
(25463,12651,'action complete via WP Cron','2021-01-01 05:46:45','2021-01-01 00:46:45'),
(25464,12652,'action created','2021-01-01 05:46:45','2021-01-01 00:46:45'),
(25465,12652,'action started via WP Cron','2021-01-01 05:47:25','2021-01-01 00:47:25'),
(25466,12652,'action complete via WP Cron','2021-01-01 05:47:25','2021-01-01 00:47:25'),
(25467,12653,'action created','2021-01-01 05:47:25','2021-01-01 00:47:25'),
(25468,12653,'action started via WP Cron','2021-01-01 05:48:43','2021-01-01 00:48:43'),
(25469,12653,'action complete via WP Cron','2021-01-01 05:48:43','2021-01-01 00:48:43'),
(25470,12654,'action created','2021-01-01 05:48:43','2021-01-01 00:48:43'),
(25471,12654,'action started via WP Cron','2021-01-01 05:49:27','2021-01-01 00:49:27'),
(25472,12654,'action complete via WP Cron','2021-01-01 05:49:27','2021-01-01 00:49:27'),
(25473,12655,'action created','2021-01-01 05:49:27','2021-01-01 00:49:27'),
(25474,12655,'action started via WP Cron','2021-01-01 05:53:11','2021-01-01 00:53:11'),
(25475,12655,'action complete via WP Cron','2021-01-01 05:53:11','2021-01-01 00:53:11'),
(25476,12656,'action created','2021-01-01 05:53:11','2021-01-01 00:53:11'),
(25477,12656,'action started via WP Cron','2021-01-01 05:55:01','2021-01-01 00:55:01'),
(25478,12656,'action complete via WP Cron','2021-01-01 05:55:01','2021-01-01 00:55:01'),
(25479,12657,'action created','2021-01-01 05:55:01','2021-01-01 00:55:01'),
(25480,12657,'action started via WP Cron','2021-01-01 05:55:36','2021-01-01 00:55:36'),
(25481,12657,'action complete via WP Cron','2021-01-01 05:55:36','2021-01-01 00:55:36'),
(25482,12658,'action created','2021-01-01 05:55:36','2021-01-01 00:55:36'),
(25483,12658,'action started via WP Cron','2021-01-01 05:56:36','2021-01-01 00:56:36'),
(25484,12658,'action complete via WP Cron','2021-01-01 05:56:36','2021-01-01 00:56:36'),
(25485,12659,'action created','2021-01-01 05:56:36','2021-01-01 00:56:36'),
(25486,12659,'action started via WP Cron','2021-01-01 05:57:29','2021-01-01 00:57:29'),
(25487,12659,'action complete via WP Cron','2021-01-01 05:57:29','2021-01-01 00:57:29'),
(25488,12660,'action created','2021-01-01 05:57:29','2021-01-01 00:57:29'),
(25489,12660,'action started via WP Cron','2021-01-01 05:59:43','2021-01-01 00:59:43'),
(25490,12660,'action complete via WP Cron','2021-01-01 05:59:43','2021-01-01 00:59:43'),
(25491,12661,'action created','2021-01-01 05:59:43','2021-01-01 00:59:43'),
(25492,12661,'action started via WP Cron','2021-01-01 06:01:05','2021-01-01 01:01:05'),
(25493,12661,'action complete via WP Cron','2021-01-01 06:01:05','2021-01-01 01:01:05'),
(25494,12662,'action created','2021-01-01 06:01:05','2021-01-01 01:01:05'),
(25495,12662,'action started via WP Cron','2021-01-01 06:02:29','2021-01-01 01:02:29'),
(25496,12662,'action complete via WP Cron','2021-01-01 06:02:29','2021-01-01 01:02:29'),
(25497,12663,'action created','2021-01-01 06:02:29','2021-01-01 01:02:29'),
(25498,12663,'action started via WP Cron','2021-01-01 06:03:30','2021-01-01 01:03:30'),
(25499,12663,'action complete via WP Cron','2021-01-01 06:03:30','2021-01-01 01:03:30'),
(25500,12664,'action created','2021-01-01 06:03:30','2021-01-01 01:03:30'),
(25501,12664,'action started via WP Cron','2021-01-01 06:04:12','2021-01-01 01:04:12'),
(25502,12664,'action complete via WP Cron','2021-01-01 06:04:12','2021-01-01 01:04:12'),
(25503,12665,'action created','2021-01-01 06:04:12','2021-01-01 01:04:12'),
(25504,12665,'action started via WP Cron','2021-01-01 06:05:14','2021-01-01 01:05:14'),
(25505,12665,'action complete via WP Cron','2021-01-01 06:05:14','2021-01-01 01:05:14'),
(25506,12666,'action created','2021-01-01 06:05:14','2021-01-01 01:05:14'),
(25507,12666,'action started via WP Cron','2021-01-01 06:08:12','2021-01-01 01:08:12'),
(25508,12666,'action complete via WP Cron','2021-01-01 06:08:12','2021-01-01 01:08:12'),
(25509,12667,'action created','2021-01-01 06:08:12','2021-01-01 01:08:12'),
(25510,12667,'action started via WP Cron','2021-01-01 06:10:19','2021-01-01 01:10:19'),
(25511,12667,'action complete via WP Cron','2021-01-01 06:10:19','2021-01-01 01:10:19'),
(25512,12668,'action created','2021-01-01 06:10:19','2021-01-01 01:10:19'),
(25513,12668,'action started via WP Cron','2021-01-01 06:11:31','2021-01-01 01:11:31'),
(25514,12668,'action complete via WP Cron','2021-01-01 06:11:31','2021-01-01 01:11:31'),
(25515,12669,'action created','2021-01-01 06:11:31','2021-01-01 01:11:31'),
(25516,12669,'action started via WP Cron','2021-01-01 06:14:39','2021-01-01 01:14:39'),
(25517,12669,'action complete via WP Cron','2021-01-01 06:14:39','2021-01-01 01:14:39'),
(25518,12670,'action created','2021-01-01 06:14:39','2021-01-01 01:14:39'),
(25519,12670,'action started via WP Cron','2021-01-01 06:15:13','2021-01-01 01:15:13'),
(25520,12670,'action complete via WP Cron','2021-01-01 06:15:13','2021-01-01 01:15:13'),
(25521,12671,'action created','2021-01-01 06:15:13','2021-01-01 01:15:13'),
(25522,12671,'action started via WP Cron','2021-01-01 06:16:11','2021-01-01 01:16:11'),
(25523,12671,'action complete via WP Cron','2021-01-01 06:16:11','2021-01-01 01:16:11'),
(25524,12672,'action created','2021-01-01 06:16:11','2021-01-01 01:16:11'),
(25525,12672,'action started via WP Cron','2021-01-01 06:17:44','2021-01-01 01:17:44'),
(25526,12672,'action complete via WP Cron','2021-01-01 06:17:44','2021-01-01 01:17:44'),
(25527,12673,'action created','2021-01-01 06:17:44','2021-01-01 01:17:44'),
(25528,12673,'action started via WP Cron','2021-01-01 06:18:58','2021-01-01 01:18:58'),
(25529,12673,'action complete via WP Cron','2021-01-01 06:18:58','2021-01-01 01:18:58'),
(25530,12674,'action created','2021-01-01 06:18:58','2021-01-01 01:18:58'),
(25531,12674,'action started via WP Cron','2021-01-01 06:19:16','2021-01-01 01:19:16'),
(25532,12674,'action complete via WP Cron','2021-01-01 06:19:16','2021-01-01 01:19:16'),
(25533,12675,'action created','2021-01-01 06:19:16','2021-01-01 01:19:16'),
(25534,12675,'action started via WP Cron','2021-01-01 06:21:07','2021-01-01 01:21:07'),
(25535,12675,'action complete via WP Cron','2021-01-01 06:21:07','2021-01-01 01:21:07'),
(25536,12676,'action created','2021-01-01 06:21:07','2021-01-01 01:21:07'),
(25537,12676,'action started via WP Cron','2021-01-01 06:23:31','2021-01-01 01:23:31'),
(25538,12676,'action complete via WP Cron','2021-01-01 06:23:31','2021-01-01 01:23:31'),
(25539,12677,'action created','2021-01-01 06:23:31','2021-01-01 01:23:31'),
(25540,12677,'action started via WP Cron','2021-01-01 06:25:30','2021-01-01 01:25:30'),
(25541,12677,'action complete via WP Cron','2021-01-01 06:25:30','2021-01-01 01:25:30'),
(25542,12678,'action created','2021-01-01 06:25:30','2021-01-01 01:25:30'),
(25543,12678,'action started via WP Cron','2021-01-01 06:26:23','2021-01-01 01:26:23'),
(25544,12678,'action complete via WP Cron','2021-01-01 06:26:23','2021-01-01 01:26:23'),
(25545,12679,'action created','2021-01-01 06:26:23','2021-01-01 01:26:23'),
(25546,12679,'action started via WP Cron','2021-01-01 06:27:12','2021-01-01 01:27:12'),
(25547,12679,'action complete via WP Cron','2021-01-01 06:27:12','2021-01-01 01:27:12'),
(25548,12680,'action created','2021-01-01 06:27:12','2021-01-01 01:27:12'),
(25549,12680,'action started via WP Cron','2021-01-01 06:28:38','2021-01-01 01:28:38'),
(25550,12680,'action complete via WP Cron','2021-01-01 06:28:38','2021-01-01 01:28:38'),
(25551,12681,'action created','2021-01-01 06:28:38','2021-01-01 01:28:38'),
(25552,12681,'action started via WP Cron','2021-01-01 06:29:53','2021-01-01 01:29:53'),
(25553,12681,'action complete via WP Cron','2021-01-01 06:29:53','2021-01-01 01:29:53'),
(25554,12682,'action created','2021-01-01 06:29:53','2021-01-01 01:29:53'),
(25555,12682,'action started via WP Cron','2021-01-01 06:30:23','2021-01-01 01:30:23'),
(25556,12682,'action complete via WP Cron','2021-01-01 06:30:23','2021-01-01 01:30:23'),
(25557,12683,'action created','2021-01-01 06:30:23','2021-01-01 01:30:23'),
(25558,12683,'action started via WP Cron','2021-01-01 06:31:57','2021-01-01 01:31:57'),
(25559,12683,'action complete via WP Cron','2021-01-01 06:31:57','2021-01-01 01:31:57'),
(25560,12684,'action created','2021-01-01 06:31:57','2021-01-01 01:31:57'),
(25561,12684,'action started via WP Cron','2021-01-01 06:32:48','2021-01-01 01:32:48'),
(25562,12684,'action complete via WP Cron','2021-01-01 06:32:48','2021-01-01 01:32:48'),
(25563,12685,'action created','2021-01-01 06:32:48','2021-01-01 01:32:48'),
(25564,12685,'action started via WP Cron','2021-01-01 06:34:22','2021-01-01 01:34:22'),
(25565,12685,'action complete via WP Cron','2021-01-01 06:34:22','2021-01-01 01:34:22'),
(25566,12686,'action created','2021-01-01 06:34:22','2021-01-01 01:34:22'),
(25567,12686,'action started via WP Cron','2021-01-01 06:37:08','2021-01-01 01:37:08'),
(25568,12686,'action complete via WP Cron','2021-01-01 06:37:08','2021-01-01 01:37:08'),
(25569,12687,'action created','2021-01-01 06:37:08','2021-01-01 01:37:08'),
(25570,12687,'action started via WP Cron','2021-01-01 06:39:24','2021-01-01 01:39:24'),
(25571,12687,'action complete via WP Cron','2021-01-01 06:39:24','2021-01-01 01:39:24'),
(25572,12688,'action created','2021-01-01 06:39:24','2021-01-01 01:39:24'),
(25573,12688,'action started via WP Cron','2021-01-01 06:40:52','2021-01-01 01:40:52'),
(25574,12688,'action complete via WP Cron','2021-01-01 06:40:52','2021-01-01 01:40:52'),
(25575,12689,'action created','2021-01-01 06:40:52','2021-01-01 01:40:52'),
(25576,12689,'action started via WP Cron','2021-01-01 06:45:29','2021-01-01 01:45:29'),
(25577,12689,'action complete via WP Cron','2021-01-01 06:45:29','2021-01-01 01:45:29'),
(25578,12690,'action created','2021-01-01 06:45:29','2021-01-01 01:45:29'),
(25579,12690,'action started via WP Cron','2021-01-01 06:46:11','2021-01-01 01:46:11'),
(25580,12690,'action complete via WP Cron','2021-01-01 06:46:11','2021-01-01 01:46:11'),
(25581,12691,'action created','2021-01-01 06:46:11','2021-01-01 01:46:11'),
(25582,12691,'action started via WP Cron','2021-01-01 06:52:45','2021-01-01 01:52:45'),
(25583,12691,'action complete via WP Cron','2021-01-01 06:52:45','2021-01-01 01:52:45'),
(25584,12692,'action created','2021-01-01 06:52:45','2021-01-01 01:52:45'),
(25585,12692,'action started via WP Cron','2021-01-01 06:55:44','2021-01-01 01:55:44'),
(25586,12692,'action complete via WP Cron','2021-01-01 06:55:44','2021-01-01 01:55:44'),
(25587,12693,'action created','2021-01-01 06:55:44','2021-01-01 01:55:44'),
(25588,12693,'action started via WP Cron','2021-01-01 06:58:27','2021-01-01 01:58:27'),
(25589,12693,'action complete via WP Cron','2021-01-01 06:58:27','2021-01-01 01:58:27'),
(25590,12694,'action created','2021-01-01 06:58:27','2021-01-01 01:58:27'),
(25591,12694,'action started via WP Cron','2021-01-01 07:03:36','2021-01-01 02:03:36'),
(25592,12694,'action complete via WP Cron','2021-01-01 07:03:36','2021-01-01 02:03:36'),
(25593,12695,'action created','2021-01-01 07:03:36','2021-01-01 02:03:36'),
(25594,12695,'action started via WP Cron','2021-01-01 07:04:31','2021-01-01 02:04:31'),
(25595,12695,'action complete via WP Cron','2021-01-01 07:04:31','2021-01-01 02:04:31'),
(25596,12696,'action created','2021-01-01 07:04:31','2021-01-01 02:04:31'),
(25597,12696,'action started via WP Cron','2021-01-01 07:06:57','2021-01-01 02:06:57'),
(25598,12696,'action complete via WP Cron','2021-01-01 07:06:57','2021-01-01 02:06:57'),
(25599,12697,'action created','2021-01-01 07:06:57','2021-01-01 02:06:57'),
(25600,12697,'action started via WP Cron','2021-01-01 07:09:24','2021-01-01 02:09:24'),
(25601,12697,'action complete via WP Cron','2021-01-01 07:09:24','2021-01-01 02:09:24'),
(25602,12698,'action created','2021-01-01 07:09:24','2021-01-01 02:09:24'),
(25603,12698,'action started via WP Cron','2021-01-01 07:11:28','2021-01-01 02:11:28'),
(25604,12698,'action complete via WP Cron','2021-01-01 07:11:28','2021-01-01 02:11:28'),
(25605,12699,'action created','2021-01-01 07:11:28','2021-01-01 02:11:28'),
(25606,12699,'action started via WP Cron','2021-01-01 07:14:09','2021-01-01 02:14:09'),
(25607,12699,'action complete via WP Cron','2021-01-01 07:14:09','2021-01-01 02:14:09'),
(25608,12700,'action created','2021-01-01 07:14:09','2021-01-01 02:14:09'),
(25609,12700,'action started via WP Cron','2021-01-01 07:15:37','2021-01-01 02:15:37'),
(25610,12700,'action complete via WP Cron','2021-01-01 07:15:37','2021-01-01 02:15:37'),
(25611,12701,'action created','2021-01-01 07:15:37','2021-01-01 02:15:37'),
(25612,12701,'action started via WP Cron','2021-01-01 07:22:04','2021-01-01 02:22:04'),
(25613,12701,'action complete via WP Cron','2021-01-01 07:22:04','2021-01-01 02:22:04'),
(25614,12702,'action created','2021-01-01 07:22:05','2021-01-01 02:22:05'),
(25615,12702,'action started via WP Cron','2021-01-01 07:22:57','2021-01-01 02:22:57'),
(25616,12702,'action complete via WP Cron','2021-01-01 07:22:57','2021-01-01 02:22:57'),
(25617,12703,'action created','2021-01-01 07:22:57','2021-01-01 02:22:57'),
(25618,12703,'action started via WP Cron','2021-01-01 07:24:25','2021-01-01 02:24:25'),
(25619,12703,'action complete via WP Cron','2021-01-01 07:24:25','2021-01-01 02:24:25'),
(25620,12704,'action created','2021-01-01 07:24:25','2021-01-01 02:24:25'),
(25621,12704,'action started via WP Cron','2021-01-01 07:25:33','2021-01-01 02:25:33'),
(25622,12704,'action complete via WP Cron','2021-01-01 07:25:33','2021-01-01 02:25:33'),
(25623,12705,'action created','2021-01-01 07:25:33','2021-01-01 02:25:33'),
(25624,12705,'action started via WP Cron','2021-01-01 07:28:00','2021-01-01 02:28:00'),
(25625,12705,'action complete via WP Cron','2021-01-01 07:28:00','2021-01-01 02:28:00'),
(25626,12706,'action created','2021-01-01 07:28:00','2021-01-01 02:28:00'),
(25627,12706,'action started via WP Cron','2021-01-01 07:30:47','2021-01-01 02:30:47'),
(25628,12706,'action complete via WP Cron','2021-01-01 07:30:47','2021-01-01 02:30:47'),
(25629,12707,'action created','2021-01-01 07:30:47','2021-01-01 02:30:47'),
(25630,12707,'action started via WP Cron','2021-01-01 07:31:19','2021-01-01 02:31:19'),
(25631,12707,'action complete via WP Cron','2021-01-01 07:31:19','2021-01-01 02:31:19'),
(25632,12708,'action created','2021-01-01 07:31:19','2021-01-01 02:31:19'),
(25633,12708,'action started via WP Cron','2021-01-01 07:32:15','2021-01-01 02:32:15'),
(25634,12708,'action complete via WP Cron','2021-01-01 07:32:15','2021-01-01 02:32:15'),
(25635,12709,'action created','2021-01-01 07:32:15','2021-01-01 02:32:15'),
(25636,12709,'action started via WP Cron','2021-01-01 07:35:50','2021-01-01 02:35:50'),
(25637,12709,'action complete via WP Cron','2021-01-01 07:35:50','2021-01-01 02:35:50'),
(25638,12710,'action created','2021-01-01 07:35:50','2021-01-01 02:35:50'),
(25639,12710,'action started via WP Cron','2021-01-01 07:37:25','2021-01-01 02:37:25'),
(25640,12710,'action complete via WP Cron','2021-01-01 07:37:25','2021-01-01 02:37:25'),
(25641,12711,'action created','2021-01-01 07:37:25','2021-01-01 02:37:25'),
(25642,12711,'action started via WP Cron','2021-01-01 07:38:26','2021-01-01 02:38:26'),
(25643,12711,'action complete via WP Cron','2021-01-01 07:38:26','2021-01-01 02:38:26'),
(25644,12712,'action created','2021-01-01 07:38:26','2021-01-01 02:38:26'),
(25645,12712,'action started via WP Cron','2021-01-01 07:39:45','2021-01-01 02:39:45'),
(25646,12712,'action complete via WP Cron','2021-01-01 07:39:45','2021-01-01 02:39:45'),
(25647,12713,'action created','2021-01-01 07:39:45','2021-01-01 02:39:45'),
(25648,12713,'action started via WP Cron','2021-01-01 07:41:01','2021-01-01 02:41:01'),
(25649,12713,'action complete via WP Cron','2021-01-01 07:41:01','2021-01-01 02:41:01'),
(25650,12714,'action created','2021-01-01 07:41:01','2021-01-01 02:41:01'),
(25651,12714,'action started via WP Cron','2021-01-01 07:41:37','2021-01-01 02:41:37'),
(25652,12714,'action complete via WP Cron','2021-01-01 07:41:37','2021-01-01 02:41:37'),
(25653,12715,'action created','2021-01-01 07:41:37','2021-01-01 02:41:37'),
(25654,12715,'action started via WP Cron','2021-01-01 07:43:17','2021-01-01 02:43:17'),
(25655,12715,'action complete via WP Cron','2021-01-01 07:43:17','2021-01-01 02:43:17'),
(25656,12716,'action created','2021-01-01 07:43:17','2021-01-01 02:43:17'),
(25657,12716,'action started via WP Cron','2021-01-01 07:44:34','2021-01-01 02:44:34'),
(25658,12716,'action complete via WP Cron','2021-01-01 07:44:34','2021-01-01 02:44:34'),
(25659,12717,'action created','2021-01-01 07:44:34','2021-01-01 02:44:34'),
(25660,12717,'action started via WP Cron','2021-01-01 07:45:52','2021-01-01 02:45:52'),
(25661,12717,'action complete via WP Cron','2021-01-01 07:45:52','2021-01-01 02:45:52'),
(25662,12718,'action created','2021-01-01 07:45:52','2021-01-01 02:45:52'),
(25663,12718,'action started via WP Cron','2021-01-01 07:46:15','2021-01-01 02:46:15'),
(25664,12718,'action complete via WP Cron','2021-01-01 07:46:15','2021-01-01 02:46:15'),
(25665,12719,'action created','2021-01-01 07:46:15','2021-01-01 02:46:15'),
(25666,12719,'action started via WP Cron','2021-01-01 07:48:50','2021-01-01 02:48:50'),
(25667,12719,'action complete via WP Cron','2021-01-01 07:48:50','2021-01-01 02:48:50'),
(25668,12720,'action created','2021-01-01 07:48:50','2021-01-01 02:48:50'),
(25669,12720,'action started via WP Cron','2021-01-01 07:50:27','2021-01-01 02:50:27'),
(25670,12720,'action complete via WP Cron','2021-01-01 07:50:27','2021-01-01 02:50:27'),
(25671,12721,'action created','2021-01-01 07:50:27','2021-01-01 02:50:27'),
(25672,12721,'action started via WP Cron','2021-01-01 07:52:06','2021-01-01 02:52:06'),
(25673,12721,'action complete via WP Cron','2021-01-01 07:52:06','2021-01-01 02:52:06'),
(25674,12722,'action created','2021-01-01 07:52:06','2021-01-01 02:52:06'),
(25675,12722,'action started via WP Cron','2021-01-01 07:53:49','2021-01-01 02:53:49'),
(25676,12722,'action complete via WP Cron','2021-01-01 07:53:49','2021-01-01 02:53:49'),
(25677,12723,'action created','2021-01-01 07:53:49','2021-01-01 02:53:49'),
(25678,12723,'action started via WP Cron','2021-01-01 07:56:02','2021-01-01 02:56:02'),
(25679,12723,'action complete via WP Cron','2021-01-01 07:56:02','2021-01-01 02:56:02'),
(25680,12724,'action created','2021-01-01 07:56:02','2021-01-01 02:56:02'),
(25681,12724,'action started via WP Cron','2021-01-01 07:56:50','2021-01-01 02:56:50'),
(25682,12724,'action complete via WP Cron','2021-01-01 07:56:50','2021-01-01 02:56:50'),
(25683,12725,'action created','2021-01-01 07:56:50','2021-01-01 02:56:50'),
(25684,12725,'action started via WP Cron','2021-01-01 07:58:10','2021-01-01 02:58:10'),
(25685,12725,'action complete via WP Cron','2021-01-01 07:58:10','2021-01-01 02:58:10'),
(25686,12726,'action created','2021-01-01 07:58:10','2021-01-01 02:58:10'),
(25687,12726,'action started via WP Cron','2021-01-01 08:00:21','2021-01-01 03:00:21'),
(25688,12726,'action complete via WP Cron','2021-01-01 08:00:21','2021-01-01 03:00:21'),
(25689,12727,'action created','2021-01-01 08:00:21','2021-01-01 03:00:21'),
(25690,12727,'action started via WP Cron','2021-01-01 08:01:26','2021-01-01 03:01:26'),
(25691,12727,'action complete via WP Cron','2021-01-01 08:01:26','2021-01-01 03:01:26'),
(25692,12728,'action created','2021-01-01 08:01:26','2021-01-01 03:01:26'),
(25693,12728,'action started via WP Cron','2021-01-01 08:02:49','2021-01-01 03:02:49'),
(25694,12728,'action complete via WP Cron','2021-01-01 08:02:49','2021-01-01 03:02:49'),
(25695,12729,'action created','2021-01-01 08:02:49','2021-01-01 03:02:49'),
(25696,12729,'action started via WP Cron','2021-01-01 08:05:23','2021-01-01 03:05:23'),
(25697,12729,'action complete via WP Cron','2021-01-01 08:05:23','2021-01-01 03:05:23'),
(25698,12730,'action created','2021-01-01 08:05:23','2021-01-01 03:05:23'),
(25699,12730,'action started via WP Cron','2021-01-01 08:06:32','2021-01-01 03:06:32'),
(25700,12730,'action complete via WP Cron','2021-01-01 08:06:32','2021-01-01 03:06:32'),
(25701,12731,'action created','2021-01-01 08:06:32','2021-01-01 03:06:32'),
(25702,12731,'action started via WP Cron','2021-01-01 08:10:04','2021-01-01 03:10:04'),
(25703,12731,'action complete via WP Cron','2021-01-01 08:10:04','2021-01-01 03:10:04'),
(25704,12732,'action created','2021-01-01 08:10:04','2021-01-01 03:10:04'),
(25705,12732,'action started via WP Cron','2021-01-01 08:10:40','2021-01-01 03:10:40'),
(25706,12732,'action complete via WP Cron','2021-01-01 08:10:40','2021-01-01 03:10:40'),
(25707,12733,'action created','2021-01-01 08:10:40','2021-01-01 03:10:40'),
(25708,12733,'action started via WP Cron','2021-01-01 08:12:21','2021-01-01 03:12:21'),
(25709,12733,'action complete via WP Cron','2021-01-01 08:12:21','2021-01-01 03:12:21'),
(25710,12734,'action created','2021-01-01 08:12:21','2021-01-01 03:12:21'),
(25711,12734,'action started via WP Cron','2021-01-01 08:14:13','2021-01-01 03:14:13'),
(25712,12734,'action complete via WP Cron','2021-01-01 08:14:13','2021-01-01 03:14:13'),
(25713,12735,'action created','2021-01-01 08:14:13','2021-01-01 03:14:13'),
(25714,12735,'action started via WP Cron','2021-01-01 08:15:35','2021-01-01 03:15:35'),
(25715,12735,'action complete via WP Cron','2021-01-01 08:15:35','2021-01-01 03:15:35'),
(25716,12736,'action created','2021-01-01 08:15:35','2021-01-01 03:15:35'),
(25717,12736,'action started via WP Cron','2021-01-01 08:17:12','2021-01-01 03:17:12'),
(25718,12736,'action complete via WP Cron','2021-01-01 08:17:12','2021-01-01 03:17:12'),
(25719,12737,'action created','2021-01-01 08:17:12','2021-01-01 03:17:12'),
(25720,12737,'action started via WP Cron','2021-01-01 08:19:15','2021-01-01 03:19:15'),
(25721,12737,'action complete via WP Cron','2021-01-01 08:19:15','2021-01-01 03:19:15'),
(25722,12738,'action created','2021-01-01 08:19:15','2021-01-01 03:19:15'),
(25723,12738,'action started via WP Cron','2021-01-01 08:21:38','2021-01-01 03:21:38'),
(25724,12738,'action complete via WP Cron','2021-01-01 08:21:38','2021-01-01 03:21:38'),
(25725,12739,'action created','2021-01-01 08:21:38','2021-01-01 03:21:38'),
(25726,12739,'action started via WP Cron','2021-01-01 08:22:35','2021-01-01 03:22:35'),
(25727,12739,'action complete via WP Cron','2021-01-01 08:22:35','2021-01-01 03:22:35'),
(25728,12740,'action created','2021-01-01 08:22:35','2021-01-01 03:22:35'),
(25729,12740,'action started via WP Cron','2021-01-01 08:25:32','2021-01-01 03:25:32'),
(25730,12740,'action complete via WP Cron','2021-01-01 08:25:32','2021-01-01 03:25:32'),
(25731,12741,'action created','2021-01-01 08:25:32','2021-01-01 03:25:32'),
(25732,12741,'action started via WP Cron','2021-01-01 08:26:52','2021-01-01 03:26:52'),
(25733,12741,'action complete via WP Cron','2021-01-01 08:26:52','2021-01-01 03:26:52'),
(25734,12742,'action created','2021-01-01 08:26:52','2021-01-01 03:26:52'),
(25735,12742,'action started via WP Cron','2021-01-01 08:27:32','2021-01-01 03:27:32'),
(25736,12742,'action complete via WP Cron','2021-01-01 08:27:32','2021-01-01 03:27:32'),
(25737,12743,'action created','2021-01-01 08:27:32','2021-01-01 03:27:32'),
(25738,12743,'action started via WP Cron','2021-01-01 08:28:22','2021-01-01 03:28:22'),
(25739,12743,'action complete via WP Cron','2021-01-01 08:28:22','2021-01-01 03:28:22'),
(25740,12744,'action created','2021-01-01 08:28:22','2021-01-01 03:28:22'),
(25741,12744,'action started via WP Cron','2021-01-01 08:30:03','2021-01-01 03:30:03'),
(25742,12744,'action complete via WP Cron','2021-01-01 08:30:03','2021-01-01 03:30:03'),
(25743,12745,'action created','2021-01-01 08:31:11','2021-01-01 03:31:11'),
(25744,12745,'action started via WP Cron','2021-01-01 08:32:46','2021-01-01 03:32:46'),
(25745,12745,'action complete via WP Cron','2021-01-01 08:32:46','2021-01-01 03:32:46'),
(25746,12746,'action created','2021-01-01 08:32:46','2021-01-01 03:32:46'),
(25747,12746,'action started via WP Cron','2021-01-01 08:35:32','2021-01-01 03:35:32'),
(25748,12746,'action complete via WP Cron','2021-01-01 08:35:32','2021-01-01 03:35:32'),
(25749,12747,'action created','2021-01-01 08:35:32','2021-01-01 03:35:32'),
(25750,12747,'action started via WP Cron','2021-01-01 08:37:00','2021-01-01 03:37:00'),
(25751,12747,'action complete via WP Cron','2021-01-01 08:37:00','2021-01-01 03:37:00'),
(25752,12748,'action created','2021-01-01 08:37:01','2021-01-01 03:37:01'),
(25753,12748,'action started via WP Cron','2021-01-01 08:38:44','2021-01-01 03:38:44'),
(25754,12748,'action complete via WP Cron','2021-01-01 08:38:44','2021-01-01 03:38:44'),
(25755,12749,'action created','2021-01-01 08:38:44','2021-01-01 03:38:44'),
(25756,12749,'action started via WP Cron','2021-01-01 08:39:26','2021-01-01 03:39:26'),
(25757,12749,'action complete via WP Cron','2021-01-01 08:39:26','2021-01-01 03:39:26'),
(25758,12750,'action created','2021-01-01 08:39:26','2021-01-01 03:39:26'),
(25759,12750,'action started via WP Cron','2021-01-01 08:40:22','2021-01-01 03:40:22'),
(25760,12750,'action complete via WP Cron','2021-01-01 08:40:22','2021-01-01 03:40:22'),
(25761,12751,'action created','2021-01-01 08:40:22','2021-01-01 03:40:22'),
(25762,12751,'action started via WP Cron','2021-01-01 08:41:11','2021-01-01 03:41:11'),
(25763,12751,'action complete via WP Cron','2021-01-01 08:41:11','2021-01-01 03:41:11'),
(25764,12752,'action created','2021-01-01 08:41:12','2021-01-01 03:41:12'),
(25765,12752,'action started via WP Cron','2021-01-01 08:42:36','2021-01-01 03:42:36'),
(25766,12752,'action complete via WP Cron','2021-01-01 08:42:36','2021-01-01 03:42:36'),
(25767,12753,'action created','2021-01-01 08:42:37','2021-01-01 03:42:37'),
(25768,12753,'action started via WP Cron','2021-01-01 08:44:58','2021-01-01 03:44:58'),
(25769,12753,'action complete via WP Cron','2021-01-01 08:44:58','2021-01-01 03:44:58'),
(25770,12754,'action created','2021-01-01 08:44:58','2021-01-01 03:44:58'),
(25771,12754,'action started via WP Cron','2021-01-01 08:45:23','2021-01-01 03:45:23'),
(25772,12754,'action complete via WP Cron','2021-01-01 08:45:23','2021-01-01 03:45:23'),
(25773,12755,'action created','2021-01-01 08:45:23','2021-01-01 03:45:23'),
(25774,12755,'action started via WP Cron','2021-01-01 08:46:31','2021-01-01 03:46:31'),
(25775,12755,'action complete via WP Cron','2021-01-01 08:46:31','2021-01-01 03:46:31'),
(25776,12756,'action created','2021-01-01 08:46:31','2021-01-01 03:46:31'),
(25777,12756,'action started via WP Cron','2021-01-01 08:47:28','2021-01-01 03:47:28'),
(25778,12756,'action complete via WP Cron','2021-01-01 08:47:28','2021-01-01 03:47:28'),
(25779,12757,'action created','2021-01-01 08:47:28','2021-01-01 03:47:28'),
(25780,12757,'action started via WP Cron','2021-01-01 08:49:34','2021-01-01 03:49:34'),
(25781,12757,'action complete via WP Cron','2021-01-01 08:49:34','2021-01-01 03:49:34'),
(25782,12758,'action created','2021-01-01 08:49:34','2021-01-01 03:49:34'),
(25783,12758,'action started via WP Cron','2021-01-01 08:50:53','2021-01-01 03:50:53'),
(25784,12758,'action complete via WP Cron','2021-01-01 08:50:53','2021-01-01 03:50:53'),
(25785,12759,'action created','2021-01-01 08:50:53','2021-01-01 03:50:53'),
(25786,12759,'action started via WP Cron','2021-01-01 08:51:43','2021-01-01 03:51:43'),
(25787,12759,'action complete via WP Cron','2021-01-01 08:51:43','2021-01-01 03:51:43'),
(25788,12760,'action created','2021-01-01 08:51:43','2021-01-01 03:51:43'),
(25789,12760,'action started via WP Cron','2021-01-01 08:52:13','2021-01-01 03:52:13'),
(25790,12760,'action complete via WP Cron','2021-01-01 08:52:13','2021-01-01 03:52:13'),
(25791,12761,'action created','2021-01-01 08:52:13','2021-01-01 03:52:13'),
(25792,12761,'action started via WP Cron','2021-01-01 08:53:21','2021-01-01 03:53:21'),
(25793,12761,'action complete via WP Cron','2021-01-01 08:53:21','2021-01-01 03:53:21'),
(25794,12762,'action created','2021-01-01 08:53:21','2021-01-01 03:53:21'),
(25795,12762,'action started via WP Cron','2021-01-01 08:56:28','2021-01-01 03:56:28'),
(25796,12762,'action complete via WP Cron','2021-01-01 08:56:28','2021-01-01 03:56:28'),
(25797,12763,'action created','2021-01-01 08:56:28','2021-01-01 03:56:28'),
(25798,12763,'action started via WP Cron','2021-01-01 08:57:17','2021-01-01 03:57:17'),
(25799,12763,'action complete via WP Cron','2021-01-01 08:57:17','2021-01-01 03:57:17'),
(25800,12764,'action created','2021-01-01 08:57:17','2021-01-01 03:57:17'),
(25801,12764,'action started via WP Cron','2021-01-01 09:00:18','2021-01-01 04:00:18'),
(25802,12764,'action complete via WP Cron','2021-01-01 09:00:18','2021-01-01 04:00:18'),
(25803,12765,'action created','2021-01-01 09:00:18','2021-01-01 04:00:18'),
(25804,12765,'action started via WP Cron','2021-01-01 09:02:20','2021-01-01 04:02:20'),
(25805,12765,'action complete via WP Cron','2021-01-01 09:02:20','2021-01-01 04:02:20'),
(25806,12766,'action created','2021-01-01 09:02:20','2021-01-01 04:02:20'),
(25807,12766,'action started via WP Cron','2021-01-01 09:05:16','2021-01-01 04:05:16'),
(25808,12766,'action complete via WP Cron','2021-01-01 09:05:16','2021-01-01 04:05:16'),
(25809,12767,'action created','2021-01-01 09:05:16','2021-01-01 04:05:16'),
(25810,12767,'action started via WP Cron','2021-01-01 09:09:03','2021-01-01 04:09:03'),
(25811,12767,'action complete via WP Cron','2021-01-01 09:09:03','2021-01-01 04:09:03'),
(25812,12768,'action created','2021-01-01 09:09:03','2021-01-01 04:09:03'),
(25813,12768,'action started via WP Cron','2021-01-01 09:09:35','2021-01-01 04:09:35'),
(25814,12768,'action complete via WP Cron','2021-01-01 09:09:35','2021-01-01 04:09:35'),
(25815,12769,'action created','2021-01-01 09:09:35','2021-01-01 04:09:35'),
(25816,12769,'action started via WP Cron','2021-01-01 09:11:25','2021-01-01 04:11:25'),
(25817,12769,'action complete via WP Cron','2021-01-01 09:11:25','2021-01-01 04:11:25'),
(25818,12770,'action created','2021-01-01 09:11:26','2021-01-01 04:11:26'),
(25819,12770,'action started via WP Cron','2021-01-01 09:13:16','2021-01-01 04:13:16'),
(25820,12770,'action complete via WP Cron','2021-01-01 09:13:16','2021-01-01 04:13:16'),
(25821,12771,'action created','2021-01-01 09:13:16','2021-01-01 04:13:16'),
(25822,12771,'action started via WP Cron','2021-01-01 09:15:41','2021-01-01 04:15:41'),
(25823,12771,'action complete via WP Cron','2021-01-01 09:15:41','2021-01-01 04:15:41'),
(25824,12772,'action created','2021-01-01 09:15:41','2021-01-01 04:15:41'),
(25825,12772,'action started via WP Cron','2021-01-01 09:16:13','2021-01-01 04:16:13'),
(25826,12772,'action complete via WP Cron','2021-01-01 09:16:13','2021-01-01 04:16:13'),
(25827,12773,'action created','2021-01-01 09:16:13','2021-01-01 04:16:13'),
(25828,12773,'action started via WP Cron','2021-01-01 09:17:14','2021-01-01 04:17:14'),
(25829,12773,'action complete via WP Cron','2021-01-01 09:17:14','2021-01-01 04:17:14'),
(25830,12774,'action created','2021-01-01 09:17:14','2021-01-01 04:17:14'),
(25831,12774,'action started via WP Cron','2021-01-01 09:18:12','2021-01-01 04:18:12'),
(25832,12774,'action complete via WP Cron','2021-01-01 09:18:12','2021-01-01 04:18:12'),
(25833,12775,'action created','2021-01-01 09:18:12','2021-01-01 04:18:12'),
(25834,12775,'action started via WP Cron','2021-01-01 09:19:12','2021-01-01 04:19:12'),
(25835,12775,'action complete via WP Cron','2021-01-01 09:19:12','2021-01-01 04:19:12'),
(25836,12776,'action created','2021-01-01 09:19:12','2021-01-01 04:19:12'),
(25837,12776,'action started via WP Cron','2021-01-01 09:20:17','2021-01-01 04:20:17'),
(25838,12776,'action complete via WP Cron','2021-01-01 09:20:17','2021-01-01 04:20:17'),
(25839,12777,'action created','2021-01-01 09:20:17','2021-01-01 04:20:17'),
(25840,12777,'action started via WP Cron','2021-01-01 09:21:14','2021-01-01 04:21:14'),
(25841,12777,'action complete via WP Cron','2021-01-01 09:21:14','2021-01-01 04:21:14'),
(25842,12778,'action created','2021-01-01 09:21:14','2021-01-01 04:21:14'),
(25843,12778,'action started via WP Cron','2021-01-01 09:22:12','2021-01-01 04:22:12'),
(25844,12778,'action complete via WP Cron','2021-01-01 09:22:12','2021-01-01 04:22:12'),
(25845,12779,'action created','2021-01-01 09:22:12','2021-01-01 04:22:12'),
(25846,12779,'action started via WP Cron','2021-01-01 09:23:13','2021-01-01 04:23:13'),
(25847,12779,'action complete via WP Cron','2021-01-01 09:23:13','2021-01-01 04:23:13'),
(25848,12780,'action created','2021-01-01 09:23:13','2021-01-01 04:23:13'),
(25849,12780,'action started via WP Cron','2021-01-01 09:24:14','2021-01-01 04:24:14'),
(25850,12780,'action complete via WP Cron','2021-01-01 09:24:14','2021-01-01 04:24:14'),
(25851,12781,'action created','2021-01-01 09:24:14','2021-01-01 04:24:14'),
(25852,12781,'action started via WP Cron','2021-01-01 09:25:14','2021-01-01 04:25:14'),
(25853,12781,'action complete via WP Cron','2021-01-01 09:25:14','2021-01-01 04:25:14'),
(25854,12782,'action created','2021-01-01 09:25:14','2021-01-01 04:25:14'),
(25855,12782,'action started via WP Cron','2021-01-01 09:26:30','2021-01-01 04:26:30'),
(25856,12782,'action complete via WP Cron','2021-01-01 09:26:30','2021-01-01 04:26:30'),
(25857,12783,'action created','2021-01-01 09:26:30','2021-01-01 04:26:30'),
(25858,12783,'action started via WP Cron','2021-01-01 09:27:20','2021-01-01 04:27:20'),
(25859,12783,'action complete via WP Cron','2021-01-01 09:27:20','2021-01-01 04:27:20'),
(25860,12784,'action created','2021-01-01 09:27:20','2021-01-01 04:27:20'),
(25861,12784,'action started via WP Cron','2021-01-01 09:28:58','2021-01-01 04:28:58'),
(25862,12784,'action complete via WP Cron','2021-01-01 09:28:58','2021-01-01 04:28:58'),
(25863,12785,'action created','2021-01-01 09:28:58','2021-01-01 04:28:58'),
(25864,12785,'action started via WP Cron','2021-01-01 09:29:18','2021-01-01 04:29:18'),
(25865,12785,'action complete via WP Cron','2021-01-01 09:29:18','2021-01-01 04:29:18'),
(25866,12786,'action created','2021-01-01 09:29:18','2021-01-01 04:29:18'),
(25867,12786,'action started via WP Cron','2021-01-01 09:30:13','2021-01-01 04:30:13'),
(25868,12786,'action complete via WP Cron','2021-01-01 09:30:13','2021-01-01 04:30:13'),
(25869,12787,'action created','2021-01-01 09:30:13','2021-01-01 04:30:13'),
(25870,12787,'action started via WP Cron','2021-01-01 09:32:10','2021-01-01 04:32:10'),
(25871,12787,'action complete via WP Cron','2021-01-01 09:32:10','2021-01-01 04:32:10'),
(25872,12788,'action created','2021-01-01 09:32:10','2021-01-01 04:32:10'),
(25873,12788,'action started via WP Cron','2021-01-01 09:33:15','2021-01-01 04:33:15'),
(25874,12788,'action complete via WP Cron','2021-01-01 09:33:15','2021-01-01 04:33:15'),
(25875,12789,'action created','2021-01-01 09:33:15','2021-01-01 04:33:15'),
(25876,12789,'action started via WP Cron','2021-01-01 09:34:22','2021-01-01 04:34:22'),
(25877,12789,'action complete via WP Cron','2021-01-01 09:34:22','2021-01-01 04:34:22'),
(25878,12790,'action created','2021-01-01 09:34:22','2021-01-01 04:34:22'),
(25879,12790,'action started via WP Cron','2021-01-01 09:36:27','2021-01-01 04:36:27'),
(25880,12790,'action complete via WP Cron','2021-01-01 09:36:27','2021-01-01 04:36:27'),
(25881,12791,'action created','2021-01-01 09:36:27','2021-01-01 04:36:27'),
(25882,12791,'action started via WP Cron','2021-01-01 09:37:16','2021-01-01 04:37:16'),
(25883,12791,'action complete via WP Cron','2021-01-01 09:37:16','2021-01-01 04:37:16'),
(25884,12792,'action created','2021-01-01 09:37:16','2021-01-01 04:37:16'),
(25885,12792,'action started via WP Cron','2021-01-01 09:38:12','2021-01-01 04:38:12'),
(25886,12792,'action complete via WP Cron','2021-01-01 09:38:12','2021-01-01 04:38:12'),
(25887,12793,'action created','2021-01-01 09:38:12','2021-01-01 04:38:12'),
(25888,12793,'action started via WP Cron','2021-01-01 09:39:35','2021-01-01 04:39:35'),
(25889,12793,'action complete via WP Cron','2021-01-01 09:39:35','2021-01-01 04:39:35'),
(25890,12794,'action created','2021-01-01 09:39:35','2021-01-01 04:39:35'),
(25891,12794,'action started via WP Cron','2021-01-01 09:40:16','2021-01-01 04:40:16'),
(25892,12794,'action complete via WP Cron','2021-01-01 09:40:16','2021-01-01 04:40:16'),
(25893,12795,'action created','2021-01-01 09:40:16','2021-01-01 04:40:16'),
(25894,12795,'action started via WP Cron','2021-01-01 09:42:54','2021-01-01 04:42:54'),
(25895,12795,'action complete via WP Cron','2021-01-01 09:42:54','2021-01-01 04:42:54'),
(25896,12796,'action created','2021-01-01 09:42:56','2021-01-01 04:42:56'),
(25897,12796,'action started via WP Cron','2021-01-01 09:43:17','2021-01-01 04:43:17'),
(25898,12796,'action complete via WP Cron','2021-01-01 09:43:17','2021-01-01 04:43:17'),
(25899,12797,'action created','2021-01-01 09:43:17','2021-01-01 04:43:17'),
(25900,12797,'action started via WP Cron','2021-01-01 09:45:05','2021-01-01 04:45:05'),
(25901,12797,'action complete via WP Cron','2021-01-01 09:45:05','2021-01-01 04:45:05'),
(25902,12798,'action created','2021-01-01 09:45:05','2021-01-01 04:45:05'),
(25903,12798,'action started via WP Cron','2021-01-01 09:45:15','2021-01-01 04:45:15'),
(25904,12798,'action complete via WP Cron','2021-01-01 09:45:15','2021-01-01 04:45:15'),
(25905,12799,'action created','2021-01-01 09:45:15','2021-01-01 04:45:15'),
(25906,12799,'action started via WP Cron','2021-01-01 09:46:21','2021-01-01 04:46:21'),
(25907,12799,'action complete via WP Cron','2021-01-01 09:46:21','2021-01-01 04:46:21'),
(25908,12800,'action created','2021-01-01 09:46:21','2021-01-01 04:46:21'),
(25909,12800,'action started via WP Cron','2021-01-01 09:47:59','2021-01-01 04:47:59'),
(25910,12800,'action complete via WP Cron','2021-01-01 09:47:59','2021-01-01 04:47:59'),
(25911,12801,'action created','2021-01-01 09:47:59','2021-01-01 04:47:59'),
(25912,12801,'action started via WP Cron','2021-01-01 09:48:25','2021-01-01 04:48:25'),
(25913,12801,'action complete via WP Cron','2021-01-01 09:48:25','2021-01-01 04:48:25'),
(25914,12802,'action created','2021-01-01 09:48:25','2021-01-01 04:48:25'),
(25915,12802,'action started via WP Cron','2021-01-01 09:49:12','2021-01-01 04:49:12'),
(25916,12802,'action complete via WP Cron','2021-01-01 09:49:12','2021-01-01 04:49:12'),
(25917,12803,'action created','2021-01-01 09:49:12','2021-01-01 04:49:12'),
(25918,12803,'action started via WP Cron','2021-01-01 09:50:24','2021-01-01 04:50:24'),
(25919,12803,'action complete via WP Cron','2021-01-01 09:50:24','2021-01-01 04:50:24'),
(25920,12804,'action created','2021-01-01 09:50:24','2021-01-01 04:50:24'),
(25921,12804,'action started via WP Cron','2021-01-01 09:51:19','2021-01-01 04:51:19'),
(25922,12804,'action complete via WP Cron','2021-01-01 09:51:19','2021-01-01 04:51:19'),
(25923,12805,'action created','2021-01-01 09:51:19','2021-01-01 04:51:19'),
(25924,12805,'action started via WP Cron','2021-01-01 09:52:51','2021-01-01 04:52:51'),
(25925,12805,'action complete via WP Cron','2021-01-01 09:52:51','2021-01-01 04:52:51'),
(25926,12806,'action created','2021-01-01 09:52:51','2021-01-01 04:52:51'),
(25927,12806,'action started via WP Cron','2021-01-01 09:53:12','2021-01-01 04:53:12'),
(25928,12806,'action complete via WP Cron','2021-01-01 09:53:12','2021-01-01 04:53:12'),
(25929,12807,'action created','2021-01-01 09:53:12','2021-01-01 04:53:12'),
(25930,12807,'action started via WP Cron','2021-01-01 09:54:52','2021-01-01 04:54:52'),
(25931,12807,'action complete via WP Cron','2021-01-01 09:54:52','2021-01-01 04:54:52'),
(25932,12808,'action created','2021-01-01 09:54:52','2021-01-01 04:54:52'),
(25933,12808,'action started via WP Cron','2021-01-01 09:55:21','2021-01-01 04:55:21'),
(25934,12808,'action complete via WP Cron','2021-01-01 09:55:21','2021-01-01 04:55:21'),
(25935,12809,'action created','2021-01-01 09:55:21','2021-01-01 04:55:21'),
(25936,12809,'action started via WP Cron','2021-01-01 09:56:44','2021-01-01 04:56:44'),
(25937,12809,'action complete via WP Cron','2021-01-01 09:56:44','2021-01-01 04:56:44'),
(25938,12810,'action created','2021-01-01 09:56:44','2021-01-01 04:56:44'),
(25939,12810,'action started via WP Cron','2021-01-01 09:59:20','2021-01-01 04:59:20'),
(25940,12810,'action complete via WP Cron','2021-01-01 09:59:20','2021-01-01 04:59:20'),
(25941,12811,'action created','2021-01-01 09:59:20','2021-01-01 04:59:20'),
(25942,12811,'action started via WP Cron','2021-01-01 10:01:01','2021-01-01 05:01:01'),
(25943,12811,'action complete via WP Cron','2021-01-01 10:01:01','2021-01-01 05:01:01'),
(25944,12812,'action created','2021-01-01 10:01:01','2021-01-01 05:01:01'),
(25945,12812,'action started via WP Cron','2021-01-01 10:01:47','2021-01-01 05:01:47'),
(25946,12812,'action complete via WP Cron','2021-01-01 10:01:47','2021-01-01 05:01:47'),
(25947,12813,'action created','2021-01-01 10:01:47','2021-01-01 05:01:47'),
(25948,12813,'action started via WP Cron','2021-01-01 10:02:29','2021-01-01 05:02:29'),
(25949,12813,'action complete via WP Cron','2021-01-01 10:02:29','2021-01-01 05:02:29'),
(25950,12814,'action created','2021-01-01 10:02:29','2021-01-01 05:02:29'),
(25951,12814,'action started via WP Cron','2021-01-01 10:04:28','2021-01-01 05:04:28'),
(25952,12814,'action complete via WP Cron','2021-01-01 10:04:28','2021-01-01 05:04:28'),
(25953,12815,'action created','2021-01-01 10:04:28','2021-01-01 05:04:28'),
(25954,12815,'action started via WP Cron','2021-01-01 10:05:20','2021-01-01 05:05:20'),
(25955,12815,'action complete via WP Cron','2021-01-01 10:05:21','2021-01-01 05:05:21'),
(25956,12816,'action created','2021-01-01 10:05:21','2021-01-01 05:05:21'),
(25957,12816,'action started via WP Cron','2021-01-01 10:06:15','2021-01-01 05:06:15'),
(25958,12816,'action complete via WP Cron','2021-01-01 10:06:15','2021-01-01 05:06:15'),
(25959,12817,'action created','2021-01-01 10:06:15','2021-01-01 05:06:15'),
(25960,12817,'action started via WP Cron','2021-01-01 10:07:18','2021-01-01 05:07:18'),
(25961,12817,'action complete via WP Cron','2021-01-01 10:07:18','2021-01-01 05:07:18'),
(25962,12818,'action created','2021-01-01 10:07:18','2021-01-01 05:07:18'),
(25963,12818,'action started via WP Cron','2021-01-01 10:08:16','2021-01-01 05:08:16'),
(25964,12818,'action complete via WP Cron','2021-01-01 10:08:16','2021-01-01 05:08:16'),
(25965,12819,'action created','2021-01-01 10:08:16','2021-01-01 05:08:16'),
(25966,12819,'action started via WP Cron','2021-01-01 10:10:10','2021-01-01 05:10:10'),
(25967,12819,'action complete via WP Cron','2021-01-01 10:10:10','2021-01-01 05:10:10'),
(25968,12820,'action created','2021-01-01 10:10:10','2021-01-01 05:10:10'),
(25969,12820,'action started via WP Cron','2021-01-01 10:12:27','2021-01-01 05:12:27'),
(25970,12820,'action complete via WP Cron','2021-01-01 10:12:27','2021-01-01 05:12:27'),
(25971,12821,'action created','2021-01-01 10:12:27','2021-01-01 05:12:27'),
(25972,12821,'action started via WP Cron','2021-01-01 10:13:30','2021-01-01 05:13:30'),
(25973,12821,'action complete via WP Cron','2021-01-01 10:13:30','2021-01-01 05:13:30'),
(25974,12822,'action created','2021-01-01 10:13:30','2021-01-01 05:13:30'),
(25975,12822,'action started via WP Cron','2021-01-01 10:16:28','2021-01-01 05:16:28'),
(25976,12822,'action complete via WP Cron','2021-01-01 10:16:28','2021-01-01 05:16:28'),
(25977,12823,'action created','2021-01-01 10:16:28','2021-01-01 05:16:28'),
(25978,12823,'action started via WP Cron','2021-01-01 10:18:36','2021-01-01 05:18:36'),
(25979,12823,'action complete via WP Cron','2021-01-01 10:18:36','2021-01-01 05:18:36'),
(25980,12824,'action created','2021-01-01 10:18:36','2021-01-01 05:18:36'),
(25981,12824,'action started via WP Cron','2021-01-01 10:19:41','2021-01-01 05:19:41'),
(25982,12824,'action complete via WP Cron','2021-01-01 10:19:41','2021-01-01 05:19:41'),
(25983,12825,'action created','2021-01-01 10:19:41','2021-01-01 05:19:41'),
(25984,12825,'action started via WP Cron','2021-01-01 10:22:13','2021-01-01 05:22:13'),
(25985,12825,'action complete via WP Cron','2021-01-01 10:22:13','2021-01-01 05:22:13'),
(25986,12826,'action created','2021-01-01 10:22:14','2021-01-01 05:22:14'),
(25987,12826,'action started via WP Cron','2021-01-01 10:27:17','2021-01-01 05:27:17'),
(25988,12826,'action complete via WP Cron','2021-01-01 10:27:17','2021-01-01 05:27:17'),
(25989,12827,'action created','2021-01-01 10:27:17','2021-01-01 05:27:17'),
(25990,12827,'action started via WP Cron','2021-01-01 10:28:50','2021-01-01 05:28:50'),
(25991,12827,'action complete via WP Cron','2021-01-01 10:28:50','2021-01-01 05:28:50'),
(25992,12828,'action created','2021-01-01 10:28:51','2021-01-01 05:28:51'),
(25993,12828,'action started via WP Cron','2021-01-01 10:30:41','2021-01-01 05:30:41'),
(25994,12828,'action complete via WP Cron','2021-01-01 10:30:41','2021-01-01 05:30:41'),
(25995,12829,'action created','2021-01-01 10:30:41','2021-01-01 05:30:41'),
(25996,12829,'action started via WP Cron','2021-01-01 10:33:21','2021-01-01 05:33:21'),
(25997,12829,'action complete via WP Cron','2021-01-01 10:33:21','2021-01-01 05:33:21'),
(25998,12830,'action created','2021-01-01 10:33:21','2021-01-01 05:33:21'),
(25999,12830,'action started via WP Cron','2021-01-01 10:36:43','2021-01-01 05:36:43'),
(26000,12830,'action complete via WP Cron','2021-01-01 10:36:43','2021-01-01 05:36:43'),
(26001,12831,'action created','2021-01-01 10:36:43','2021-01-01 05:36:43'),
(26002,12831,'action started via WP Cron','2021-01-01 10:37:27','2021-01-01 05:37:27'),
(26003,12831,'action complete via WP Cron','2021-01-01 10:37:27','2021-01-01 05:37:27'),
(26004,12832,'action created','2021-01-01 10:37:27','2021-01-01 05:37:27'),
(26005,12832,'action started via WP Cron','2021-01-01 10:38:28','2021-01-01 05:38:28'),
(26006,12832,'action complete via WP Cron','2021-01-01 10:38:28','2021-01-01 05:38:28'),
(26007,12833,'action created','2021-01-01 10:38:29','2021-01-01 05:38:29'),
(26008,12833,'action started via WP Cron','2021-01-01 10:39:52','2021-01-01 05:39:52'),
(26009,12833,'action complete via WP Cron','2021-01-01 10:39:52','2021-01-01 05:39:52'),
(26010,12834,'action created','2021-01-01 10:39:52','2021-01-01 05:39:52'),
(26011,12834,'action started via WP Cron','2021-01-01 10:40:50','2021-01-01 05:40:50'),
(26012,12834,'action complete via WP Cron','2021-01-01 10:40:50','2021-01-01 05:40:50'),
(26013,12835,'action created','2021-01-01 10:40:50','2021-01-01 05:40:50'),
(26014,12835,'action started via WP Cron','2021-01-01 10:42:08','2021-01-01 05:42:08'),
(26015,12835,'action complete via WP Cron','2021-01-01 10:42:09','2021-01-01 05:42:09'),
(26016,12836,'action created','2021-01-01 10:42:09','2021-01-01 05:42:09'),
(26017,12836,'action started via WP Cron','2021-01-01 10:42:52','2021-01-01 05:42:52'),
(26018,12836,'action complete via WP Cron','2021-01-01 10:42:52','2021-01-01 05:42:52'),
(26019,12837,'action created','2021-01-01 10:42:52','2021-01-01 05:42:52'),
(26020,12837,'action started via WP Cron','2021-01-01 10:45:30','2021-01-01 05:45:30'),
(26021,12837,'action complete via WP Cron','2021-01-01 10:45:30','2021-01-01 05:45:30'),
(26022,12838,'action created','2021-01-01 10:45:30','2021-01-01 05:45:30'),
(26023,12838,'action started via WP Cron','2021-01-01 10:49:02','2021-01-01 05:49:02'),
(26024,12838,'action complete via WP Cron','2021-01-01 10:49:02','2021-01-01 05:49:02'),
(26025,12839,'action created','2021-01-01 10:49:02','2021-01-01 05:49:02'),
(26026,12839,'action started via WP Cron','2021-01-01 10:49:13','2021-01-01 05:49:13'),
(26027,12839,'action complete via WP Cron','2021-01-01 10:49:13','2021-01-01 05:49:13'),
(26028,12840,'action created','2021-01-01 10:49:13','2021-01-01 05:49:13'),
(26029,12840,'action started via WP Cron','2021-01-01 10:51:29','2021-01-01 05:51:29'),
(26030,12840,'action complete via WP Cron','2021-01-01 10:51:29','2021-01-01 05:51:29'),
(26031,12841,'action created','2021-01-01 10:51:30','2021-01-01 05:51:30'),
(26032,12841,'action started via WP Cron','2021-01-01 10:53:01','2021-01-01 05:53:01'),
(26033,12841,'action complete via WP Cron','2021-01-01 10:53:01','2021-01-01 05:53:01'),
(26034,12842,'action created','2021-01-01 10:53:01','2021-01-01 05:53:01'),
(26035,12842,'action started via WP Cron','2021-01-01 10:53:49','2021-01-01 05:53:49'),
(26036,12842,'action complete via WP Cron','2021-01-01 10:53:49','2021-01-01 05:53:49'),
(26037,12843,'action created','2021-01-01 10:53:49','2021-01-01 05:53:49'),
(26038,12843,'action started via WP Cron','2021-01-01 10:55:09','2021-01-01 05:55:09'),
(26039,12843,'action complete via WP Cron','2021-01-01 10:55:09','2021-01-01 05:55:09'),
(26040,12844,'action created','2021-01-01 10:55:09','2021-01-01 05:55:09'),
(26041,12844,'action started via WP Cron','2021-01-01 10:56:36','2021-01-01 05:56:36'),
(26042,12844,'action complete via WP Cron','2021-01-01 10:56:36','2021-01-01 05:56:36'),
(26043,12845,'action created','2021-01-01 10:56:36','2021-01-01 05:56:36'),
(26044,12845,'action started via WP Cron','2021-01-01 10:58:55','2021-01-01 05:58:55'),
(26045,12845,'action complete via WP Cron','2021-01-01 10:58:55','2021-01-01 05:58:55'),
(26046,12846,'action created','2021-01-01 10:58:55','2021-01-01 05:58:55'),
(26047,12846,'action started via WP Cron','2021-01-01 11:00:37','2021-01-01 06:00:37'),
(26048,12846,'action complete via WP Cron','2021-01-01 11:00:37','2021-01-01 06:00:37'),
(26049,12847,'action created','2021-01-01 11:00:37','2021-01-01 06:00:37'),
(26050,12847,'action started via WP Cron','2021-01-01 11:02:25','2021-01-01 06:02:25'),
(26051,12847,'action complete via WP Cron','2021-01-01 11:02:25','2021-01-01 06:02:25'),
(26052,12848,'action created','2021-01-01 11:02:25','2021-01-01 06:02:25'),
(26053,12848,'action started via WP Cron','2021-01-01 11:04:15','2021-01-01 06:04:15'),
(26054,12848,'action complete via WP Cron','2021-01-01 11:04:15','2021-01-01 06:04:15'),
(26055,12849,'action created','2021-01-01 11:04:15','2021-01-01 06:04:15'),
(26056,12849,'action started via WP Cron','2021-01-01 11:05:53','2021-01-01 06:05:53'),
(26057,12849,'action complete via WP Cron','2021-01-01 11:05:53','2021-01-01 06:05:53'),
(26058,12850,'action created','2021-01-01 11:05:53','2021-01-01 06:05:53'),
(26059,12850,'action started via WP Cron','2021-01-01 11:09:41','2021-01-01 06:09:41'),
(26060,12850,'action complete via WP Cron','2021-01-01 11:09:41','2021-01-01 06:09:41'),
(26061,12851,'action created','2021-01-01 11:09:42','2021-01-01 06:09:42'),
(26062,12851,'action started via WP Cron','2021-01-01 11:11:33','2021-01-01 06:11:33'),
(26063,12851,'action complete via WP Cron','2021-01-01 11:11:34','2021-01-01 06:11:34'),
(26064,12852,'action created','2021-01-01 11:11:34','2021-01-01 06:11:34'),
(26065,12852,'action started via WP Cron','2021-01-01 11:12:12','2021-01-01 06:12:12'),
(26066,12852,'action complete via WP Cron','2021-01-01 11:12:12','2021-01-01 06:12:12'),
(26067,12853,'action created','2021-01-01 11:12:12','2021-01-01 06:12:12'),
(26068,12853,'action started via WP Cron','2021-01-01 11:14:09','2021-01-01 06:14:09'),
(26069,12853,'action complete via WP Cron','2021-01-01 11:14:09','2021-01-01 06:14:09'),
(26070,12854,'action created','2021-01-01 11:14:09','2021-01-01 06:14:09'),
(26071,12854,'action started via WP Cron','2021-01-01 11:14:26','2021-01-01 06:14:26'),
(26072,12854,'action complete via WP Cron','2021-01-01 11:14:26','2021-01-01 06:14:26'),
(26073,12855,'action created','2021-01-01 11:14:26','2021-01-01 06:14:26'),
(26074,12855,'action started via WP Cron','2021-01-01 11:16:45','2021-01-01 06:16:45'),
(26075,12855,'action complete via WP Cron','2021-01-01 11:16:45','2021-01-01 06:16:45'),
(26076,12856,'action created','2021-01-01 11:16:45','2021-01-01 06:16:45'),
(26077,12856,'action started via WP Cron','2021-01-01 11:19:19','2021-01-01 06:19:19'),
(26078,12856,'action complete via WP Cron','2021-01-01 11:19:19','2021-01-01 06:19:19'),
(26079,12857,'action created','2021-01-01 11:19:19','2021-01-01 06:19:19'),
(26080,12857,'action started via WP Cron','2021-01-01 11:21:05','2021-01-01 06:21:05'),
(26081,12857,'action complete via WP Cron','2021-01-01 11:21:05','2021-01-01 06:21:05'),
(26082,12858,'action created','2021-01-01 11:21:05','2021-01-01 06:21:05'),
(26083,12858,'action started via WP Cron','2021-01-01 11:22:27','2021-01-01 06:22:27'),
(26084,12858,'action complete via WP Cron','2021-01-01 11:22:27','2021-01-01 06:22:27'),
(26085,12859,'action created','2021-01-01 11:22:27','2021-01-01 06:22:27'),
(26086,12859,'action started via WP Cron','2021-01-01 11:23:34','2021-01-01 06:23:34'),
(26087,12859,'action complete via WP Cron','2021-01-01 11:23:34','2021-01-01 06:23:34'),
(26088,12860,'action created','2021-01-01 11:23:34','2021-01-01 06:23:34'),
(26089,12860,'action started via WP Cron','2021-01-01 11:24:21','2021-01-01 06:24:21'),
(26090,12860,'action complete via WP Cron','2021-01-01 11:24:21','2021-01-01 06:24:21'),
(26091,12861,'action created','2021-01-01 11:24:21','2021-01-01 06:24:21'),
(26092,12861,'action started via WP Cron','2021-01-01 11:28:03','2021-01-01 06:28:03'),
(26093,12861,'action complete via WP Cron','2021-01-01 11:28:03','2021-01-01 06:28:03'),
(26094,12862,'action created','2021-01-01 11:28:03','2021-01-01 06:28:03'),
(26095,12862,'action started via WP Cron','2021-01-01 11:28:35','2021-01-01 06:28:35'),
(26096,12862,'action complete via WP Cron','2021-01-01 11:28:35','2021-01-01 06:28:35'),
(26097,12863,'action created','2021-01-01 11:28:35','2021-01-01 06:28:35'),
(26098,12863,'action started via WP Cron','2021-01-01 11:31:26','2021-01-01 06:31:26'),
(26099,12863,'action complete via WP Cron','2021-01-01 11:31:26','2021-01-01 06:31:26'),
(26100,12864,'action created','2021-01-01 11:31:27','2021-01-01 06:31:27'),
(26101,12864,'action started via WP Cron','2021-01-01 11:32:56','2021-01-01 06:32:56'),
(26102,12864,'action complete via WP Cron','2021-01-01 11:32:56','2021-01-01 06:32:56'),
(26103,12865,'action created','2021-01-01 11:32:56','2021-01-01 06:32:56'),
(26104,12865,'action started via WP Cron','2021-01-01 11:33:12','2021-01-01 06:33:12'),
(26105,12865,'action complete via WP Cron','2021-01-01 11:33:12','2021-01-01 06:33:12'),
(26106,12866,'action created','2021-01-01 11:33:12','2021-01-01 06:33:12'),
(26107,12866,'action started via WP Cron','2021-01-01 11:34:32','2021-01-01 06:34:32'),
(26108,12866,'action complete via WP Cron','2021-01-01 11:34:32','2021-01-01 06:34:32'),
(26109,12867,'action created','2021-01-01 11:34:32','2021-01-01 06:34:32'),
(26110,12867,'action started via WP Cron','2021-01-01 11:36:20','2021-01-01 06:36:20'),
(26111,12867,'action complete via WP Cron','2021-01-01 11:36:20','2021-01-01 06:36:20'),
(26112,12868,'action created','2021-01-01 11:36:20','2021-01-01 06:36:20'),
(26113,12868,'action started via WP Cron','2021-01-01 11:43:24','2021-01-01 06:43:24'),
(26114,12868,'action complete via WP Cron','2021-01-01 11:43:24','2021-01-01 06:43:24'),
(26115,12869,'action created','2021-01-01 11:43:24','2021-01-01 06:43:24'),
(26116,12869,'action started via WP Cron','2021-01-01 11:44:59','2021-01-01 06:44:59'),
(26117,12869,'action complete via WP Cron','2021-01-01 11:44:59','2021-01-01 06:44:59'),
(26118,12870,'action created','2021-01-01 11:44:59','2021-01-01 06:44:59'),
(26119,12870,'action started via WP Cron','2021-01-01 11:45:48','2021-01-01 06:45:48'),
(26120,12870,'action complete via WP Cron','2021-01-01 11:45:48','2021-01-01 06:45:48'),
(26121,12871,'action created','2021-01-01 11:45:48','2021-01-01 06:45:48'),
(26122,12871,'action started via WP Cron','2021-01-01 11:48:36','2021-01-01 06:48:36'),
(26123,12871,'action complete via WP Cron','2021-01-01 11:48:36','2021-01-01 06:48:36'),
(26124,12872,'action created','2021-01-01 11:48:36','2021-01-01 06:48:36'),
(26125,12872,'action started via WP Cron','2021-01-01 11:54:33','2021-01-01 06:54:33'),
(26126,12872,'action complete via WP Cron','2021-01-01 11:54:33','2021-01-01 06:54:33'),
(26127,12873,'action created','2021-01-01 11:54:33','2021-01-01 06:54:33'),
(26128,12873,'action started via WP Cron','2021-01-01 11:55:29','2021-01-01 06:55:29'),
(26129,12873,'action complete via WP Cron','2021-01-01 11:55:29','2021-01-01 06:55:29'),
(26130,12874,'action created','2021-01-01 11:55:29','2021-01-01 06:55:29'),
(26131,12874,'action started via WP Cron','2021-01-01 12:02:21','2021-01-01 07:02:21'),
(26132,12874,'action complete via WP Cron','2021-01-01 12:02:21','2021-01-01 07:02:21'),
(26133,12875,'action created','2021-01-01 12:02:21','2021-01-01 07:02:21'),
(26134,12875,'action started via WP Cron','2021-01-01 12:05:16','2021-01-01 07:05:16'),
(26135,12875,'action complete via WP Cron','2021-01-01 12:05:16','2021-01-01 07:05:16'),
(26136,12876,'action created','2021-01-01 12:05:16','2021-01-01 07:05:16'),
(26137,12876,'action started via WP Cron','2021-01-01 12:06:55','2021-01-01 07:06:55'),
(26138,12876,'action complete via WP Cron','2021-01-01 12:06:55','2021-01-01 07:06:55'),
(26139,12877,'action created','2021-01-01 12:06:55','2021-01-01 07:06:55'),
(26140,12877,'action started via WP Cron','2021-01-01 12:07:13','2021-01-01 07:07:13'),
(26141,12877,'action complete via WP Cron','2021-01-01 12:07:13','2021-01-01 07:07:13'),
(26142,12878,'action created','2021-01-01 12:07:13','2021-01-01 07:07:13'),
(26143,12878,'action started via WP Cron','2021-01-01 12:08:33','2021-01-01 07:08:33'),
(26144,12878,'action complete via WP Cron','2021-01-01 12:08:33','2021-01-01 07:08:33'),
(26145,12879,'action created','2021-01-01 12:08:33','2021-01-01 07:08:33'),
(26146,12879,'action started via WP Cron','2021-01-01 12:09:44','2021-01-01 07:09:44'),
(26147,12879,'action complete via WP Cron','2021-01-01 12:09:44','2021-01-01 07:09:44'),
(26148,12880,'action created','2021-01-01 12:09:44','2021-01-01 07:09:44'),
(26149,12880,'action started via WP Cron','2021-01-01 12:11:22','2021-01-01 07:11:22'),
(26150,12880,'action complete via WP Cron','2021-01-01 12:11:22','2021-01-01 07:11:22'),
(26151,12881,'action created','2021-01-01 12:11:22','2021-01-01 07:11:22'),
(26152,12881,'action started via WP Cron','2021-01-01 12:12:43','2021-01-01 07:12:43'),
(26153,12881,'action complete via WP Cron','2021-01-01 12:12:43','2021-01-01 07:12:43'),
(26154,12882,'action created','2021-01-01 12:12:43','2021-01-01 07:12:43'),
(26155,12882,'action started via WP Cron','2021-01-01 12:17:54','2021-01-01 07:17:54'),
(26156,12882,'action complete via WP Cron','2021-01-01 12:17:54','2021-01-01 07:17:54'),
(26157,12883,'action created','2021-01-01 12:17:54','2021-01-01 07:17:54'),
(26158,12883,'action started via WP Cron','2021-01-01 12:20:03','2021-01-01 07:20:03'),
(26159,12883,'action complete via WP Cron','2021-01-01 12:20:03','2021-01-01 07:20:03'),
(26160,12884,'action created','2021-01-01 12:20:04','2021-01-01 07:20:04'),
(26161,12884,'action started via WP Cron','2021-01-01 12:21:25','2021-01-01 07:21:25'),
(26162,12884,'action complete via WP Cron','2021-01-01 12:21:25','2021-01-01 07:21:25'),
(26163,12885,'action created','2021-01-01 12:21:25','2021-01-01 07:21:25'),
(26164,12885,'action started via WP Cron','2021-01-01 12:22:40','2021-01-01 07:22:40'),
(26165,12885,'action complete via WP Cron','2021-01-01 12:22:40','2021-01-01 07:22:40'),
(26166,12886,'action created','2021-01-01 12:22:40','2021-01-01 07:22:40'),
(26167,12886,'action started via WP Cron','2021-01-01 12:24:39','2021-01-01 07:24:39'),
(26168,12886,'action complete via WP Cron','2021-01-01 12:24:39','2021-01-01 07:24:39'),
(26169,12887,'action created','2021-01-01 12:24:39','2021-01-01 07:24:39'),
(26170,12887,'action started via WP Cron','2021-01-01 12:25:39','2021-01-01 07:25:39'),
(26171,12887,'action complete via WP Cron','2021-01-01 12:25:39','2021-01-01 07:25:39'),
(26172,12888,'action created','2021-01-01 12:25:39','2021-01-01 07:25:39'),
(26173,12888,'action started via WP Cron','2021-01-01 12:26:29','2021-01-01 07:26:29'),
(26174,12888,'action complete via WP Cron','2021-01-01 12:26:29','2021-01-01 07:26:29'),
(26175,12889,'action created','2021-01-01 12:26:29','2021-01-01 07:26:29'),
(26176,12889,'action started via WP Cron','2021-01-01 12:27:44','2021-01-01 07:27:44'),
(26177,12889,'action complete via WP Cron','2021-01-01 12:27:44','2021-01-01 07:27:44'),
(26178,12890,'action created','2021-01-01 12:27:44','2021-01-01 07:27:44'),
(26179,12890,'action started via WP Cron','2021-01-01 12:28:42','2021-01-01 07:28:42'),
(26180,12890,'action complete via WP Cron','2021-01-01 12:28:43','2021-01-01 07:28:43'),
(26181,12891,'action created','2021-01-01 12:28:43','2021-01-01 07:28:43'),
(26182,12891,'action started via WP Cron','2021-01-01 12:29:38','2021-01-01 07:29:38'),
(26183,12891,'action complete via WP Cron','2021-01-01 12:29:38','2021-01-01 07:29:38'),
(26184,12892,'action created','2021-01-01 12:29:38','2021-01-01 07:29:38'),
(26185,12892,'action started via WP Cron','2021-01-01 12:30:57','2021-01-01 07:30:57'),
(26186,12892,'action complete via WP Cron','2021-01-01 12:30:57','2021-01-01 07:30:57'),
(26187,12893,'action created','2021-01-01 12:30:57','2021-01-01 07:30:57'),
(26188,12893,'action started via WP Cron','2021-01-01 12:31:29','2021-01-01 07:31:29'),
(26189,12893,'action complete via WP Cron','2021-01-01 12:31:29','2021-01-01 07:31:29'),
(26190,12894,'action created','2021-01-01 12:31:29','2021-01-01 07:31:29'),
(26191,12894,'action started via WP Cron','2021-01-01 12:32:38','2021-01-01 07:32:38'),
(26192,12894,'action complete via WP Cron','2021-01-01 12:32:38','2021-01-01 07:32:38'),
(26193,12895,'action created','2021-01-01 12:32:38','2021-01-01 07:32:38'),
(26194,12895,'action started via WP Cron','2021-01-01 12:33:13','2021-01-01 07:33:13'),
(26195,12895,'action complete via WP Cron','2021-01-01 12:33:13','2021-01-01 07:33:13'),
(26196,12896,'action created','2021-01-01 12:33:13','2021-01-01 07:33:13'),
(26197,12896,'action started via WP Cron','2021-01-01 12:34:15','2021-01-01 07:34:15'),
(26198,12896,'action complete via WP Cron','2021-01-01 12:34:15','2021-01-01 07:34:15'),
(26199,12897,'action created','2021-01-01 12:34:15','2021-01-01 07:34:15'),
(26200,12897,'action started via WP Cron','2021-01-01 12:35:22','2021-01-01 07:35:22'),
(26201,12897,'action complete via WP Cron','2021-01-01 12:35:22','2021-01-01 07:35:22'),
(26202,12898,'action created','2021-01-01 12:35:22','2021-01-01 07:35:22'),
(26203,12898,'action started via WP Cron','2021-01-01 12:36:19','2021-01-01 07:36:19'),
(26204,12898,'action complete via WP Cron','2021-01-01 12:36:19','2021-01-01 07:36:19'),
(26205,12899,'action created','2021-01-01 12:36:19','2021-01-01 07:36:19'),
(26206,12899,'action started via WP Cron','2021-01-01 12:37:16','2021-01-01 07:37:16'),
(26207,12899,'action complete via WP Cron','2021-01-01 12:37:16','2021-01-01 07:37:16'),
(26208,12900,'action created','2021-01-01 12:37:16','2021-01-01 07:37:16'),
(26209,12900,'action started via WP Cron','2021-01-01 12:38:46','2021-01-01 07:38:46'),
(26210,12900,'action complete via WP Cron','2021-01-01 12:38:46','2021-01-01 07:38:46'),
(26211,12901,'action created','2021-01-01 12:38:46','2021-01-01 07:38:46'),
(26212,12901,'action started via WP Cron','2021-01-01 12:39:12','2021-01-01 07:39:12'),
(26213,12901,'action complete via WP Cron','2021-01-01 12:39:12','2021-01-01 07:39:12'),
(26214,12902,'action created','2021-01-01 12:39:12','2021-01-01 07:39:12'),
(26215,12902,'action started via WP Cron','2021-01-01 12:40:12','2021-01-01 07:40:12'),
(26216,12902,'action complete via WP Cron','2021-01-01 12:40:12','2021-01-01 07:40:12'),
(26217,12903,'action created','2021-01-01 12:40:12','2021-01-01 07:40:12'),
(26218,12903,'action started via WP Cron','2021-01-01 12:42:22','2021-01-01 07:42:22'),
(26219,12903,'action complete via WP Cron','2021-01-01 12:42:22','2021-01-01 07:42:22'),
(26220,12904,'action created','2021-01-01 12:42:22','2021-01-01 07:42:22'),
(26221,12904,'action started via WP Cron','2021-01-01 12:43:13','2021-01-01 07:43:13'),
(26222,12904,'action complete via WP Cron','2021-01-01 12:43:13','2021-01-01 07:43:13'),
(26223,12905,'action created','2021-01-01 12:43:13','2021-01-01 07:43:13'),
(26224,12905,'action started via WP Cron','2021-01-01 12:44:16','2021-01-01 07:44:16'),
(26225,12905,'action complete via WP Cron','2021-01-01 12:44:16','2021-01-01 07:44:16'),
(26226,12906,'action created','2021-01-01 12:44:16','2021-01-01 07:44:16'),
(26227,12906,'action started via WP Cron','2021-01-01 12:46:13','2021-01-01 07:46:13'),
(26228,12906,'action complete via WP Cron','2021-01-01 12:46:13','2021-01-01 07:46:13'),
(26229,12907,'action created','2021-01-01 12:46:13','2021-01-01 07:46:13'),
(26230,12907,'action started via WP Cron','2021-01-01 12:47:18','2021-01-01 07:47:18'),
(26231,12907,'action complete via WP Cron','2021-01-01 12:47:18','2021-01-01 07:47:18'),
(26232,12908,'action created','2021-01-01 12:47:18','2021-01-01 07:47:18'),
(26233,12908,'action started via WP Cron','2021-01-01 12:48:49','2021-01-01 07:48:49'),
(26234,12908,'action complete via WP Cron','2021-01-01 12:48:49','2021-01-01 07:48:49'),
(26235,12909,'action created','2021-01-01 12:48:49','2021-01-01 07:48:49'),
(26236,12909,'action started via WP Cron','2021-01-01 12:49:18','2021-01-01 07:49:18'),
(26237,12909,'action complete via WP Cron','2021-01-01 12:49:18','2021-01-01 07:49:18'),
(26238,12910,'action created','2021-01-01 12:49:18','2021-01-01 07:49:18'),
(26239,12910,'action started via WP Cron','2021-01-01 12:51:04','2021-01-01 07:51:04'),
(26240,12910,'action complete via WP Cron','2021-01-01 12:51:04','2021-01-01 07:51:04'),
(26241,12044,'action started via WP Cron','2021-01-01 12:51:04','2021-01-01 07:51:04'),
(26242,12044,'action complete via WP Cron','2021-01-01 12:51:04','2021-01-01 07:51:04'),
(26243,12911,'action created','2021-01-01 12:51:04','2021-01-01 07:51:04'),
(26244,12912,'action created','2021-01-01 12:51:04','2021-01-01 07:51:04'),
(26245,12912,'action started via WP Cron','2021-01-01 12:51:27','2021-01-01 07:51:27'),
(26246,12912,'action complete via WP Cron','2021-01-01 12:51:27','2021-01-01 07:51:27'),
(26247,12913,'action created','2021-01-01 12:51:27','2021-01-01 07:51:27'),
(26248,12913,'action started via WP Cron','2021-01-01 12:53:05','2021-01-01 07:53:05'),
(26249,12913,'action complete via WP Cron','2021-01-01 12:53:05','2021-01-01 07:53:05'),
(26250,12914,'action created','2021-01-01 12:53:05','2021-01-01 07:53:05'),
(26251,12914,'action started via WP Cron','2021-01-01 12:53:15','2021-01-01 07:53:15'),
(26252,12914,'action complete via WP Cron','2021-01-01 12:53:15','2021-01-01 07:53:15'),
(26253,12915,'action created','2021-01-01 12:53:15','2021-01-01 07:53:15'),
(26254,12915,'action started via WP Cron','2021-01-01 12:55:37','2021-01-01 07:55:37'),
(26255,12915,'action complete via WP Cron','2021-01-01 12:55:37','2021-01-01 07:55:37'),
(26256,12916,'action created','2021-01-01 12:55:37','2021-01-01 07:55:37'),
(26257,12916,'action started via WP Cron','2021-01-01 12:57:59','2021-01-01 07:57:59'),
(26258,12916,'action complete via WP Cron','2021-01-01 12:57:59','2021-01-01 07:57:59'),
(26259,12917,'action created','2021-01-01 12:57:59','2021-01-01 07:57:59'),
(26260,12917,'action started via WP Cron','2021-01-01 13:00:55','2021-01-01 08:00:55'),
(26261,12917,'action complete via WP Cron','2021-01-01 13:00:56','2021-01-01 08:00:56'),
(26262,12918,'action created','2021-01-01 13:00:56','2021-01-01 08:00:56'),
(26263,12918,'action started via WP Cron','2021-01-01 13:01:17','2021-01-01 08:01:17'),
(26264,12918,'action complete via WP Cron','2021-01-01 13:01:17','2021-01-01 08:01:17'),
(26265,12919,'action created','2021-01-01 13:01:17','2021-01-01 08:01:17'),
(26266,12919,'action started via WP Cron','2021-01-01 13:02:19','2021-01-01 08:02:19'),
(26267,12919,'action complete via WP Cron','2021-01-01 13:02:19','2021-01-01 08:02:19'),
(26268,12920,'action created','2021-01-01 13:02:19','2021-01-01 08:02:19'),
(26269,12920,'action started via WP Cron','2021-01-01 13:03:15','2021-01-01 08:03:15'),
(26270,12920,'action complete via WP Cron','2021-01-01 13:03:15','2021-01-01 08:03:15'),
(26271,12921,'action created','2021-01-01 13:03:15','2021-01-01 08:03:15'),
(26272,12921,'action started via WP Cron','2021-01-01 13:04:11','2021-01-01 08:04:11'),
(26273,12921,'action complete via WP Cron','2021-01-01 13:04:11','2021-01-01 08:04:11'),
(26274,12922,'action created','2021-01-01 13:04:11','2021-01-01 08:04:11'),
(26275,12922,'action started via WP Cron','2021-01-01 13:05:21','2021-01-01 08:05:21'),
(26276,12922,'action complete via WP Cron','2021-01-01 13:05:21','2021-01-01 08:05:21'),
(26277,12923,'action created','2021-01-01 13:05:21','2021-01-01 08:05:21'),
(26278,12923,'action started via WP Cron','2021-01-01 13:06:49','2021-01-01 08:06:49'),
(26279,12923,'action complete via WP Cron','2021-01-01 13:06:49','2021-01-01 08:06:49'),
(26280,12924,'action created','2021-01-01 13:06:49','2021-01-01 08:06:49'),
(26281,12924,'action started via WP Cron','2021-01-01 13:08:01','2021-01-01 08:08:01'),
(26282,12924,'action complete via WP Cron','2021-01-01 13:08:01','2021-01-01 08:08:01'),
(26283,12925,'action created','2021-01-01 13:08:01','2021-01-01 08:08:01'),
(26284,12925,'action started via WP Cron','2021-01-01 13:08:23','2021-01-01 08:08:23'),
(26285,12925,'action complete via WP Cron','2021-01-01 13:08:23','2021-01-01 08:08:23'),
(26286,12926,'action created','2021-01-01 13:08:23','2021-01-01 08:08:23'),
(26287,12926,'action started via WP Cron','2021-01-01 13:09:19','2021-01-01 08:09:19'),
(26288,12926,'action complete via WP Cron','2021-01-01 13:09:19','2021-01-01 08:09:19'),
(26289,12927,'action created','2021-01-01 13:09:19','2021-01-01 08:09:19'),
(26290,12927,'action started via WP Cron','2021-01-01 13:10:16','2021-01-01 08:10:16'),
(26291,12927,'action complete via WP Cron','2021-01-01 13:10:16','2021-01-01 08:10:16'),
(26292,12928,'action created','2021-01-01 13:10:16','2021-01-01 08:10:16'),
(26293,12928,'action started via WP Cron','2021-01-01 13:12:36','2021-01-01 08:12:36'),
(26294,12928,'action complete via WP Cron','2021-01-01 13:12:36','2021-01-01 08:12:36'),
(26295,12929,'action created','2021-01-01 13:12:36','2021-01-01 08:12:36'),
(26296,12929,'action started via WP Cron','2021-01-01 13:14:16','2021-01-01 08:14:16'),
(26297,12929,'action complete via WP Cron','2021-01-01 13:14:16','2021-01-01 08:14:16'),
(26298,12930,'action created','2021-01-01 13:14:16','2021-01-01 08:14:16'),
(26299,12930,'action started via WP Cron','2021-01-01 13:15:30','2021-01-01 08:15:30'),
(26300,12930,'action complete via WP Cron','2021-01-01 13:15:30','2021-01-01 08:15:30'),
(26301,12931,'action created','2021-01-01 13:15:30','2021-01-01 08:15:30'),
(26302,12931,'action started via WP Cron','2021-01-01 13:16:11','2021-01-01 08:16:11'),
(26303,12931,'action complete via WP Cron','2021-01-01 13:16:11','2021-01-01 08:16:11'),
(26304,12932,'action created','2021-01-01 13:16:11','2021-01-01 08:16:11'),
(26305,12932,'action started via WP Cron','2021-01-01 13:17:13','2021-01-01 08:17:13'),
(26306,12932,'action complete via WP Cron','2021-01-01 13:17:13','2021-01-01 08:17:13'),
(26307,12933,'action created','2021-01-01 13:17:13','2021-01-01 08:17:13'),
(26308,12933,'action started via WP Cron','2021-01-01 13:20:38','2021-01-01 08:20:38'),
(26309,12933,'action complete via WP Cron','2021-01-01 13:20:38','2021-01-01 08:20:38'),
(26310,12934,'action created','2021-01-01 13:20:38','2021-01-01 08:20:38'),
(26311,12934,'action started via WP Cron','2021-01-01 13:21:28','2021-01-01 08:21:28'),
(26312,12934,'action complete via WP Cron','2021-01-01 13:21:28','2021-01-01 08:21:28'),
(26313,12935,'action created','2021-01-01 13:21:28','2021-01-01 08:21:28'),
(26314,12935,'action started via WP Cron','2021-01-01 13:22:13','2021-01-01 08:22:13'),
(26315,12935,'action complete via WP Cron','2021-01-01 13:22:13','2021-01-01 08:22:13'),
(26316,12936,'action created','2021-01-01 13:22:13','2021-01-01 08:22:13'),
(26317,12936,'action started via WP Cron','2021-01-01 13:23:52','2021-01-01 08:23:52'),
(26318,12936,'action complete via WP Cron','2021-01-01 13:23:52','2021-01-01 08:23:52'),
(26319,12937,'action created','2021-01-01 13:23:52','2021-01-01 08:23:52'),
(26320,12937,'action started via WP Cron','2021-01-01 13:24:12','2021-01-01 08:24:12'),
(26321,12937,'action complete via WP Cron','2021-01-01 13:24:12','2021-01-01 08:24:12'),
(26322,12938,'action created','2021-01-01 13:24:12','2021-01-01 08:24:12'),
(26323,12938,'action started via WP Cron','2021-01-01 13:29:08','2021-01-01 08:29:08'),
(26324,12938,'action complete via WP Cron','2021-01-01 13:29:08','2021-01-01 08:29:08'),
(26325,12939,'action created','2021-01-01 13:29:08','2021-01-01 08:29:08'),
(26326,12939,'action started via WP Cron','2021-01-01 13:36:07','2021-01-01 08:36:07'),
(26327,12939,'action complete via WP Cron','2021-01-01 13:36:07','2021-01-01 08:36:07'),
(26328,12940,'action created','2021-01-01 13:36:07','2021-01-01 08:36:07'),
(26329,12940,'action started via WP Cron','2021-01-01 13:36:17','2021-01-01 08:36:17'),
(26330,12940,'action complete via WP Cron','2021-01-01 13:36:17','2021-01-01 08:36:17'),
(26331,12941,'action created','2021-01-01 13:36:17','2021-01-01 08:36:17'),
(26332,12941,'action started via WP Cron','2021-01-01 13:37:36','2021-01-01 08:37:36'),
(26333,12941,'action complete via WP Cron','2021-01-01 13:37:36','2021-01-01 08:37:36'),
(26334,12942,'action created','2021-01-01 13:37:36','2021-01-01 08:37:36'),
(26335,12942,'action started via WP Cron','2021-01-01 13:38:18','2021-01-01 08:38:18'),
(26336,12942,'action complete via WP Cron','2021-01-01 13:38:18','2021-01-01 08:38:18'),
(26337,12943,'action created','2021-01-01 13:38:18','2021-01-01 08:38:18'),
(26338,12943,'action started via WP Cron','2021-01-01 13:39:29','2021-01-01 08:39:29'),
(26339,12943,'action complete via WP Cron','2021-01-01 13:39:29','2021-01-01 08:39:29'),
(26340,12944,'action created','2021-01-01 13:39:29','2021-01-01 08:39:29'),
(26341,12944,'action started via WP Cron','2021-01-01 13:40:32','2021-01-01 08:40:32'),
(26342,12944,'action complete via WP Cron','2021-01-01 13:40:32','2021-01-01 08:40:32'),
(26343,12945,'action created','2021-01-01 13:40:32','2021-01-01 08:40:32'),
(26344,12945,'action started via WP Cron','2021-01-01 13:41:12','2021-01-01 08:41:12'),
(26345,12945,'action complete via WP Cron','2021-01-01 13:41:12','2021-01-01 08:41:12'),
(26346,12946,'action created','2021-01-01 13:41:12','2021-01-01 08:41:12'),
(26347,12946,'action started via WP Cron','2021-01-01 13:45:07','2021-01-01 08:45:07'),
(26348,12946,'action complete via WP Cron','2021-01-01 13:45:07','2021-01-01 08:45:07'),
(26349,12947,'action created','2021-01-01 13:45:07','2021-01-01 08:45:07'),
(26350,12947,'action started via WP Cron','2021-01-01 13:45:27','2021-01-01 08:45:27'),
(26351,12947,'action complete via WP Cron','2021-01-01 13:45:27','2021-01-01 08:45:27'),
(26352,12948,'action created','2021-01-01 13:45:27','2021-01-01 08:45:27'),
(26353,12948,'action started via WP Cron','2021-01-01 13:46:38','2021-01-01 08:46:38'),
(26354,12948,'action complete via WP Cron','2021-01-01 13:46:38','2021-01-01 08:46:38'),
(26355,12949,'action created','2021-01-01 13:46:38','2021-01-01 08:46:38'),
(26356,12949,'action started via WP Cron','2021-01-01 13:48:38','2021-01-01 08:48:38'),
(26357,12949,'action complete via WP Cron','2021-01-01 13:48:38','2021-01-01 08:48:38'),
(26358,12950,'action created','2021-01-01 13:48:38','2021-01-01 08:48:38'),
(26359,12950,'action started via WP Cron','2021-01-01 13:49:26','2021-01-01 08:49:26'),
(26360,12950,'action complete via WP Cron','2021-01-01 13:49:26','2021-01-01 08:49:26'),
(26361,12951,'action created','2021-01-01 13:49:26','2021-01-01 08:49:26'),
(26362,12951,'action started via WP Cron','2021-01-01 13:50:52','2021-01-01 08:50:52'),
(26363,12951,'action complete via WP Cron','2021-01-01 13:50:52','2021-01-01 08:50:52'),
(26364,12952,'action created','2021-01-01 13:50:52','2021-01-01 08:50:52'),
(26365,12952,'action started via WP Cron','2021-01-01 13:54:12','2021-01-01 08:54:12'),
(26366,12952,'action complete via WP Cron','2021-01-01 13:54:12','2021-01-01 08:54:12'),
(26367,12953,'action created','2021-01-01 13:54:12','2021-01-01 08:54:12'),
(26368,12953,'action started via WP Cron','2021-01-01 13:56:33','2021-01-01 08:56:33'),
(26369,12953,'action complete via WP Cron','2021-01-01 13:56:33','2021-01-01 08:56:33'),
(26370,12954,'action created','2021-01-01 13:56:34','2021-01-01 08:56:34'),
(26371,12954,'action started via WP Cron','2021-01-01 13:59:04','2021-01-01 08:59:04'),
(26372,12954,'action complete via WP Cron','2021-01-01 13:59:04','2021-01-01 08:59:04'),
(26373,12955,'action created','2021-01-01 13:59:04','2021-01-01 08:59:04'),
(26374,12955,'action started via WP Cron','2021-01-01 14:00:13','2021-01-01 09:00:13'),
(26375,12955,'action complete via WP Cron','2021-01-01 14:00:13','2021-01-01 09:00:13'),
(26376,12956,'action created','2021-01-01 14:00:14','2021-01-01 09:00:14'),
(26377,12956,'action started via WP Cron','2021-01-01 14:01:14','2021-01-01 09:01:14'),
(26378,12956,'action complete via WP Cron','2021-01-01 14:01:14','2021-01-01 09:01:14'),
(26379,12957,'action created','2021-01-01 14:01:14','2021-01-01 09:01:14'),
(26380,12957,'action started via WP Cron','2021-01-01 14:02:57','2021-01-01 09:02:57'),
(26381,12957,'action complete via WP Cron','2021-01-01 14:02:57','2021-01-01 09:02:57'),
(26382,12958,'action created','2021-01-01 14:02:57','2021-01-01 09:02:57'),
(26383,12958,'action started via WP Cron','2021-01-01 14:04:03','2021-01-01 09:04:03'),
(26384,12958,'action complete via WP Cron','2021-01-01 14:04:03','2021-01-01 09:04:03'),
(26385,12959,'action created','2021-01-01 14:04:03','2021-01-01 09:04:03'),
(26386,12959,'action started via WP Cron','2021-01-01 14:04:29','2021-01-01 09:04:29'),
(26387,12959,'action complete via WP Cron','2021-01-01 14:04:29','2021-01-01 09:04:29'),
(26388,12960,'action created','2021-01-01 14:04:29','2021-01-01 09:04:29'),
(26389,12960,'action started via WP Cron','2021-01-01 14:09:57','2021-01-01 09:09:57'),
(26390,12960,'action complete via WP Cron','2021-01-01 14:09:57','2021-01-01 09:09:57'),
(26391,12961,'action created','2021-01-01 14:09:57','2021-01-01 09:09:57'),
(26392,12961,'action started via WP Cron','2021-01-01 14:10:13','2021-01-01 09:10:13'),
(26393,12961,'action complete via WP Cron','2021-01-01 14:10:13','2021-01-01 09:10:13'),
(26394,12962,'action created','2021-01-01 14:10:13','2021-01-01 09:10:13'),
(26395,12962,'action started via WP Cron','2021-01-01 14:13:34','2021-01-01 09:13:34'),
(26396,12962,'action complete via WP Cron','2021-01-01 14:13:34','2021-01-01 09:13:34'),
(26397,12963,'action created','2021-01-01 14:13:34','2021-01-01 09:13:34'),
(26398,12963,'action started via WP Cron','2021-01-01 14:15:39','2021-01-01 09:15:39'),
(26399,12963,'action complete via WP Cron','2021-01-01 14:15:39','2021-01-01 09:15:39'),
(26400,12964,'action created','2021-01-01 14:15:39','2021-01-01 09:15:39'),
(26401,12964,'action started via WP Cron','2021-01-01 14:16:12','2021-01-01 09:16:12'),
(26402,12964,'action complete via WP Cron','2021-01-01 14:16:12','2021-01-01 09:16:12'),
(26403,12965,'action created','2021-01-01 14:16:12','2021-01-01 09:16:12'),
(26404,12965,'action started via WP Cron','2021-01-01 14:18:21','2021-01-01 09:18:21'),
(26405,12965,'action complete via WP Cron','2021-01-01 14:18:21','2021-01-01 09:18:21'),
(26406,12966,'action created','2021-01-01 14:18:21','2021-01-01 09:18:21'),
(26407,12966,'action started via WP Cron','2021-01-01 14:19:17','2021-01-01 09:19:17'),
(26408,12966,'action complete via WP Cron','2021-01-01 14:19:17','2021-01-01 09:19:17'),
(26409,12967,'action created','2021-01-01 14:19:17','2021-01-01 09:19:17'),
(26410,12967,'action started via WP Cron','2021-01-01 14:20:11','2021-01-01 09:20:11'),
(26411,12967,'action complete via WP Cron','2021-01-01 14:20:11','2021-01-01 09:20:11'),
(26412,12968,'action created','2021-01-01 14:20:11','2021-01-01 09:20:11'),
(26413,12968,'action started via WP Cron','2021-01-01 14:24:19','2021-01-01 09:24:19'),
(26414,12968,'action complete via WP Cron','2021-01-01 14:24:19','2021-01-01 09:24:19'),
(26415,12969,'action created','2021-01-01 14:24:19','2021-01-01 09:24:19'),
(26416,12969,'action started via WP Cron','2021-01-01 14:31:00','2021-01-01 09:31:00'),
(26417,12969,'action complete via WP Cron','2021-01-01 14:31:00','2021-01-01 09:31:00'),
(26418,12970,'action created','2021-01-01 14:31:00','2021-01-01 09:31:00'),
(26419,12970,'action started via WP Cron','2021-01-01 14:33:25','2021-01-01 09:33:25'),
(26420,12970,'action complete via WP Cron','2021-01-01 14:33:25','2021-01-01 09:33:25'),
(26421,12971,'action created','2021-01-01 14:33:25','2021-01-01 09:33:25'),
(26422,12971,'action started via WP Cron','2021-01-01 14:34:44','2021-01-01 09:34:44'),
(26423,12971,'action complete via WP Cron','2021-01-01 14:34:44','2021-01-01 09:34:44'),
(26424,12972,'action created','2021-01-01 14:34:44','2021-01-01 09:34:44'),
(26425,12972,'action started via WP Cron','2021-01-01 14:35:38','2021-01-01 09:35:38'),
(26426,12972,'action complete via WP Cron','2021-01-01 14:35:38','2021-01-01 09:35:38'),
(26427,12973,'action created','2021-01-01 14:35:38','2021-01-01 09:35:38'),
(26428,12973,'action started via WP Cron','2021-01-01 14:36:29','2021-01-01 09:36:29'),
(26429,12973,'action complete via WP Cron','2021-01-01 14:36:29','2021-01-01 09:36:29'),
(26430,12974,'action created','2021-01-01 14:36:29','2021-01-01 09:36:29'),
(26431,12974,'action started via WP Cron','2021-01-01 14:38:31','2021-01-01 09:38:31'),
(26432,12974,'action complete via WP Cron','2021-01-01 14:38:31','2021-01-01 09:38:31'),
(26433,12975,'action created','2021-01-01 14:38:31','2021-01-01 09:38:31'),
(26434,12975,'action started via WP Cron','2021-01-01 14:40:00','2021-01-01 09:40:00'),
(26435,12975,'action complete via WP Cron','2021-01-01 14:40:00','2021-01-01 09:40:00'),
(26436,12976,'action created','2021-01-01 14:40:00','2021-01-01 09:40:00'),
(26437,12976,'action started via WP Cron','2021-01-01 14:40:36','2021-01-01 09:40:36'),
(26438,12976,'action complete via WP Cron','2021-01-01 14:40:36','2021-01-01 09:40:36'),
(26439,12977,'action created','2021-01-01 14:40:36','2021-01-01 09:40:36'),
(26440,12977,'action started via WP Cron','2021-01-01 14:41:39','2021-01-01 09:41:39'),
(26441,12977,'action complete via WP Cron','2021-01-01 14:41:39','2021-01-01 09:41:39'),
(26442,12978,'action created','2021-01-01 14:41:39','2021-01-01 09:41:39'),
(26443,12978,'action started via WP Cron','2021-01-01 14:42:14','2021-01-01 09:42:14'),
(26444,12978,'action complete via WP Cron','2021-01-01 14:42:14','2021-01-01 09:42:14'),
(26445,12979,'action created','2021-01-01 14:42:14','2021-01-01 09:42:14'),
(26446,12979,'action started via WP Cron','2021-01-01 14:46:51','2021-01-01 09:46:51'),
(26447,12979,'action complete via WP Cron','2021-01-01 14:46:51','2021-01-01 09:46:51'),
(26448,12980,'action created','2021-01-01 14:46:51','2021-01-01 09:46:51'),
(26449,12980,'action started via WP Cron','2021-01-01 14:47:25','2021-01-01 09:47:25'),
(26450,12980,'action complete via WP Cron','2021-01-01 14:47:25','2021-01-01 09:47:25'),
(26451,12981,'action created','2021-01-01 14:47:25','2021-01-01 09:47:25'),
(26452,12981,'action started via WP Cron','2021-01-01 14:49:25','2021-01-01 09:49:25'),
(26453,12981,'action complete via WP Cron','2021-01-01 14:49:25','2021-01-01 09:49:25'),
(26454,12982,'action created','2021-01-01 14:49:25','2021-01-01 09:49:25'),
(26455,12982,'action started via WP Cron','2021-01-01 14:50:28','2021-01-01 09:50:28'),
(26456,12982,'action complete via WP Cron','2021-01-01 14:50:28','2021-01-01 09:50:28'),
(26457,12983,'action created','2021-01-01 14:50:28','2021-01-01 09:50:28'),
(26458,12983,'action started via WP Cron','2021-01-01 14:54:00','2021-01-01 09:54:00'),
(26459,12983,'action complete via WP Cron','2021-01-01 14:54:00','2021-01-01 09:54:00'),
(26460,12984,'action created','2021-01-01 14:54:01','2021-01-01 09:54:01'),
(26461,12984,'action started via WP Cron','2021-01-01 14:54:13','2021-01-01 09:54:13'),
(26462,12984,'action complete via WP Cron','2021-01-01 14:54:13','2021-01-01 09:54:13'),
(26463,12985,'action created','2021-01-01 14:54:13','2021-01-01 09:54:13'),
(26464,12985,'action started via WP Cron','2021-01-01 14:55:20','2021-01-01 09:55:20'),
(26465,12985,'action complete via WP Cron','2021-01-01 14:55:20','2021-01-01 09:55:20'),
(26466,12986,'action created','2021-01-01 14:55:20','2021-01-01 09:55:20'),
(26467,12986,'action started via WP Cron','2021-01-01 15:00:05','2021-01-01 10:00:05'),
(26468,12986,'action complete via WP Cron','2021-01-01 15:00:05','2021-01-01 10:00:05'),
(26469,12987,'action created','2021-01-01 15:00:05','2021-01-01 10:00:05'),
(26470,12987,'action started via WP Cron','2021-01-01 15:02:16','2021-01-01 10:02:16'),
(26471,12987,'action complete via WP Cron','2021-01-01 15:02:16','2021-01-01 10:02:16'),
(26472,12988,'action created','2021-01-01 15:02:16','2021-01-01 10:02:16'),
(26473,12988,'action started via WP Cron','2021-01-01 15:04:30','2021-01-01 10:04:30'),
(26474,12988,'action complete via WP Cron','2021-01-01 15:04:30','2021-01-01 10:04:30'),
(26475,12989,'action created','2021-01-01 15:04:30','2021-01-01 10:04:30'),
(26476,12989,'action started via WP Cron','2021-01-01 15:05:19','2021-01-01 10:05:19'),
(26477,12989,'action complete via WP Cron','2021-01-01 15:05:19','2021-01-01 10:05:19'),
(26478,12990,'action created','2021-01-01 15:05:19','2021-01-01 10:05:19'),
(26479,12990,'action started via WP Cron','2021-01-01 15:07:39','2021-01-01 10:07:39'),
(26480,12990,'action complete via WP Cron','2021-01-01 15:07:39','2021-01-01 10:07:39'),
(26481,12991,'action created','2021-01-01 15:07:39','2021-01-01 10:07:39'),
(26482,12991,'action started via WP Cron','2021-01-01 15:08:48','2021-01-01 10:08:48'),
(26483,12991,'action complete via WP Cron','2021-01-01 15:08:48','2021-01-01 10:08:48'),
(26484,12992,'action created','2021-01-01 15:08:48','2021-01-01 10:08:48'),
(26485,12992,'action started via WP Cron','2021-01-01 15:11:10','2021-01-01 10:11:10'),
(26486,12992,'action complete via WP Cron','2021-01-01 15:11:10','2021-01-01 10:11:10'),
(26487,12993,'action created','2021-01-01 15:11:10','2021-01-01 10:11:10'),
(26488,12993,'action started via WP Cron','2021-01-01 15:13:39','2021-01-01 10:13:39'),
(26489,12993,'action complete via WP Cron','2021-01-01 15:13:39','2021-01-01 10:13:39'),
(26490,12994,'action created','2021-01-01 15:13:39','2021-01-01 10:13:39'),
(26491,12994,'action started via WP Cron','2021-01-01 15:14:55','2021-01-01 10:14:55'),
(26492,12994,'action complete via WP Cron','2021-01-01 15:14:56','2021-01-01 10:14:56'),
(26493,12995,'action created','2021-01-01 15:14:56','2021-01-01 10:14:56'),
(26494,12995,'action started via WP Cron','2021-01-01 15:18:10','2021-01-01 10:18:10'),
(26495,12995,'action complete via WP Cron','2021-01-01 15:18:10','2021-01-01 10:18:10'),
(26496,12996,'action created','2021-01-01 15:18:10','2021-01-01 10:18:10'),
(26497,12996,'action started via WP Cron','2021-01-01 15:18:43','2021-01-01 10:18:43'),
(26498,12996,'action complete via WP Cron','2021-01-01 15:18:43','2021-01-01 10:18:43'),
(26499,12997,'action created','2021-01-01 15:18:43','2021-01-01 10:18:43'),
(26500,12997,'action started via WP Cron','2021-01-01 15:21:27','2021-01-01 10:21:27'),
(26501,12997,'action complete via WP Cron','2021-01-01 15:21:27','2021-01-01 10:21:27'),
(26502,12998,'action created','2021-01-01 15:21:27','2021-01-01 10:21:27'),
(26503,12998,'action started via WP Cron','2021-01-01 15:22:14','2021-01-01 10:22:14'),
(26504,12998,'action complete via WP Cron','2021-01-01 15:22:14','2021-01-01 10:22:14'),
(26505,12999,'action created','2021-01-01 15:22:14','2021-01-01 10:22:14'),
(26506,12999,'action started via WP Cron','2021-01-01 15:23:14','2021-01-01 10:23:14'),
(26507,12999,'action complete via WP Cron','2021-01-01 15:23:14','2021-01-01 10:23:14'),
(26508,13000,'action created','2021-01-01 15:23:14','2021-01-01 10:23:14'),
(26509,13000,'action started via WP Cron','2021-01-01 15:24:53','2021-01-01 10:24:53'),
(26510,13000,'action complete via WP Cron','2021-01-01 15:24:53','2021-01-01 10:24:53'),
(26511,13001,'action created','2021-01-01 15:24:54','2021-01-01 10:24:54'),
(26512,13001,'action started via WP Cron','2021-01-01 15:25:53','2021-01-01 10:25:53'),
(26513,13001,'action complete via WP Cron','2021-01-01 15:25:53','2021-01-01 10:25:53'),
(26514,13002,'action created','2021-01-01 15:25:53','2021-01-01 10:25:53'),
(26515,13002,'action started via WP Cron','2021-01-01 15:26:13','2021-01-01 10:26:13'),
(26516,13002,'action complete via WP Cron','2021-01-01 15:26:13','2021-01-01 10:26:13'),
(26517,13003,'action created','2021-01-01 15:26:13','2021-01-01 10:26:13'),
(26518,13003,'action started via WP Cron','2021-01-01 15:28:18','2021-01-01 10:28:18'),
(26519,13003,'action complete via WP Cron','2021-01-01 15:28:18','2021-01-01 10:28:18'),
(26520,13004,'action created','2021-01-01 15:28:18','2021-01-01 10:28:18'),
(26521,13004,'action started via WP Cron','2021-01-01 15:29:12','2021-01-01 10:29:12'),
(26522,13004,'action complete via WP Cron','2021-01-01 15:29:12','2021-01-01 10:29:12'),
(26523,13005,'action created','2021-01-01 15:29:12','2021-01-01 10:29:12'),
(26524,13005,'action started via WP Cron','2021-01-01 15:32:55','2021-01-01 10:32:55'),
(26525,13005,'action complete via WP Cron','2021-01-01 15:32:56','2021-01-01 10:32:56'),
(26526,13006,'action created','2021-01-01 15:32:56','2021-01-01 10:32:56'),
(26527,13006,'action started via WP Cron','2021-01-01 15:33:42','2021-01-01 10:33:42'),
(26528,13006,'action complete via WP Cron','2021-01-01 15:33:42','2021-01-01 10:33:42'),
(26529,13007,'action created','2021-01-01 15:33:42','2021-01-01 10:33:42'),
(26530,13007,'action started via WP Cron','2021-01-01 15:37:27','2021-01-01 10:37:27'),
(26531,13007,'action complete via WP Cron','2021-01-01 15:37:27','2021-01-01 10:37:27'),
(26532,13008,'action created','2021-01-01 15:37:27','2021-01-01 10:37:27'),
(26533,13008,'action started via WP Cron','2021-01-01 15:38:43','2021-01-01 10:38:43'),
(26534,13008,'action complete via WP Cron','2021-01-01 15:38:44','2021-01-01 10:38:44'),
(26535,13009,'action created','2021-01-01 15:38:44','2021-01-01 10:38:44'),
(26536,13009,'action started via WP Cron','2021-01-01 15:39:17','2021-01-01 10:39:17'),
(26537,13009,'action complete via WP Cron','2021-01-01 15:39:17','2021-01-01 10:39:17'),
(26538,13010,'action created','2021-01-01 15:39:17','2021-01-01 10:39:17'),
(26539,13010,'action started via WP Cron','2021-01-01 15:40:17','2021-01-01 10:40:17'),
(26540,13010,'action complete via WP Cron','2021-01-01 15:40:17','2021-01-01 10:40:17'),
(26541,13011,'action created','2021-01-01 15:40:17','2021-01-01 10:40:17'),
(26542,13011,'action started via WP Cron','2021-01-01 15:43:02','2021-01-01 10:43:02'),
(26543,13011,'action complete via WP Cron','2021-01-01 15:43:02','2021-01-01 10:43:02'),
(26544,13012,'action created','2021-01-01 15:43:02','2021-01-01 10:43:02'),
(26545,13012,'action started via WP Cron','2021-01-01 15:43:43','2021-01-01 10:43:43'),
(26546,13012,'action complete via WP Cron','2021-01-01 15:43:43','2021-01-01 10:43:43'),
(26547,13013,'action created','2021-01-01 15:43:43','2021-01-01 10:43:43'),
(26548,13013,'action started via WP Cron','2021-01-01 15:46:37','2021-01-01 10:46:37'),
(26549,13013,'action complete via WP Cron','2021-01-01 15:46:37','2021-01-01 10:46:37'),
(26550,13014,'action created','2021-01-01 15:46:37','2021-01-01 10:46:37'),
(26551,13014,'action started via WP Cron','2021-01-01 15:47:11','2021-01-01 10:47:11'),
(26552,13014,'action complete via WP Cron','2021-01-01 15:47:11','2021-01-01 10:47:11'),
(26553,13015,'action created','2021-01-01 15:47:11','2021-01-01 10:47:11'),
(26554,13015,'action started via WP Cron','2021-01-01 15:48:35','2021-01-01 10:48:35'),
(26555,13015,'action complete via WP Cron','2021-01-01 15:48:35','2021-01-01 10:48:35'),
(26556,13016,'action created','2021-01-01 15:48:35','2021-01-01 10:48:35'),
(26557,13016,'action started via WP Cron','2021-01-01 15:49:28','2021-01-01 10:49:28'),
(26558,13016,'action complete via WP Cron','2021-01-01 15:49:28','2021-01-01 10:49:28'),
(26559,13017,'action created','2021-01-01 15:49:28','2021-01-01 10:49:28'),
(26560,13017,'action started via WP Cron','2021-01-01 15:50:19','2021-01-01 10:50:19'),
(26561,13017,'action complete via WP Cron','2021-01-01 15:50:19','2021-01-01 10:50:19'),
(26562,13018,'action created','2021-01-01 15:50:19','2021-01-01 10:50:19'),
(26563,13018,'action started via WP Cron','2021-01-01 15:52:41','2021-01-01 10:52:41'),
(26564,13018,'action complete via WP Cron','2021-01-01 15:52:41','2021-01-01 10:52:41'),
(26565,13019,'action created','2021-01-01 15:52:42','2021-01-01 10:52:42'),
(26566,13019,'action started via WP Cron','2021-01-01 15:53:22','2021-01-01 10:53:22'),
(26567,13019,'action complete via WP Cron','2021-01-01 15:53:22','2021-01-01 10:53:22'),
(26568,13020,'action created','2021-01-01 15:53:22','2021-01-01 10:53:22'),
(26569,13020,'action started via WP Cron','2021-01-01 15:57:24','2021-01-01 10:57:24'),
(26570,13020,'action complete via WP Cron','2021-01-01 15:57:24','2021-01-01 10:57:24'),
(26571,13021,'action created','2021-01-01 15:57:24','2021-01-01 10:57:24'),
(26572,13021,'action started via WP Cron','2021-01-01 15:58:15','2021-01-01 10:58:15'),
(26573,13021,'action complete via WP Cron','2021-01-01 15:58:15','2021-01-01 10:58:15'),
(26574,13022,'action created','2021-01-01 15:58:15','2021-01-01 10:58:15'),
(26575,13022,'action started via WP Cron','2021-01-01 16:00:26','2021-01-01 11:00:26'),
(26576,13022,'action complete via WP Cron','2021-01-01 16:00:26','2021-01-01 11:00:26'),
(26577,13023,'action created','2021-01-01 16:00:26','2021-01-01 11:00:26'),
(26578,13023,'action started via WP Cron','2021-01-01 16:01:25','2021-01-01 11:01:25'),
(26579,13023,'action complete via WP Cron','2021-01-01 16:01:25','2021-01-01 11:01:25'),
(26580,13024,'action created','2021-01-01 16:01:25','2021-01-01 11:01:25'),
(26581,13024,'action started via WP Cron','2021-01-01 16:02:34','2021-01-01 11:02:34'),
(26582,13024,'action complete via WP Cron','2021-01-01 16:02:34','2021-01-01 11:02:34'),
(26583,13025,'action created','2021-01-01 16:02:34','2021-01-01 11:02:34'),
(26584,13025,'action started via WP Cron','2021-01-01 16:03:12','2021-01-01 11:03:12'),
(26585,13025,'action complete via WP Cron','2021-01-01 16:03:12','2021-01-01 11:03:12'),
(26586,13026,'action created','2021-01-01 16:03:12','2021-01-01 11:03:12'),
(26587,13026,'action started via WP Cron','2021-01-01 16:04:18','2021-01-01 11:04:18'),
(26588,13026,'action complete via WP Cron','2021-01-01 16:04:18','2021-01-01 11:04:18'),
(26589,13027,'action created','2021-01-01 16:04:18','2021-01-01 11:04:18'),
(26590,13027,'action started via WP Cron','2021-01-01 16:05:19','2021-01-01 11:05:19'),
(26591,13027,'action complete via WP Cron','2021-01-01 16:05:19','2021-01-01 11:05:19'),
(26592,13028,'action created','2021-01-01 16:05:19','2021-01-01 11:05:19'),
(26593,13028,'action started via WP Cron','2021-01-01 16:06:20','2021-01-01 11:06:20'),
(26594,13028,'action complete via WP Cron','2021-01-01 16:06:20','2021-01-01 11:06:20'),
(26595,13029,'action created','2021-01-01 16:06:20','2021-01-01 11:06:20'),
(26596,13029,'action started via WP Cron','2021-01-01 16:08:13','2021-01-01 11:08:13'),
(26597,13029,'action complete via WP Cron','2021-01-01 16:08:13','2021-01-01 11:08:13'),
(26598,13030,'action created','2021-01-01 16:08:13','2021-01-01 11:08:13'),
(26599,13030,'action started via WP Cron','2021-01-01 16:10:23','2021-01-01 11:10:23'),
(26600,13030,'action complete via WP Cron','2021-01-01 16:10:23','2021-01-01 11:10:23'),
(26601,13031,'action created','2021-01-01 16:10:23','2021-01-01 11:10:23'),
(26602,13031,'action started via WP Cron','2021-01-01 16:11:29','2021-01-01 11:11:29'),
(26603,13031,'action complete via WP Cron','2021-01-01 16:11:29','2021-01-01 11:11:29'),
(26604,13032,'action created','2021-01-01 16:11:29','2021-01-01 11:11:29'),
(26605,13032,'action started via WP Cron','2021-01-01 16:12:14','2021-01-01 11:12:14'),
(26606,13032,'action complete via WP Cron','2021-01-01 16:12:14','2021-01-01 11:12:14'),
(26607,13033,'action created','2021-01-01 16:12:14','2021-01-01 11:12:14'),
(26608,13033,'action started via WP Cron','2021-01-01 16:13:12','2021-01-01 11:13:12'),
(26609,13033,'action complete via WP Cron','2021-01-01 16:13:12','2021-01-01 11:13:12'),
(26610,13034,'action created','2021-01-01 16:13:12','2021-01-01 11:13:12'),
(26611,13034,'action started via WP Cron','2021-01-01 16:14:31','2021-01-01 11:14:31'),
(26612,13034,'action complete via WP Cron','2021-01-01 16:14:31','2021-01-01 11:14:31'),
(26613,13035,'action created','2021-01-01 16:14:31','2021-01-01 11:14:31'),
(26614,13035,'action started via WP Cron','2021-01-01 16:15:13','2021-01-01 11:15:13'),
(26615,13035,'action complete via WP Cron','2021-01-01 16:15:13','2021-01-01 11:15:13'),
(26616,13036,'action created','2021-01-01 16:15:13','2021-01-01 11:15:13'),
(26617,13036,'action started via WP Cron','2021-01-01 16:16:30','2021-01-01 11:16:30'),
(26618,13036,'action complete via WP Cron','2021-01-01 16:16:30','2021-01-01 11:16:30'),
(26619,13037,'action created','2021-01-01 16:16:30','2021-01-01 11:16:30'),
(26620,13037,'action started via WP Cron','2021-01-01 16:17:11','2021-01-01 11:17:11'),
(26621,13037,'action complete via WP Cron','2021-01-01 16:17:11','2021-01-01 11:17:11'),
(26622,13038,'action created','2021-01-01 16:17:11','2021-01-01 11:17:11'),
(26623,13038,'action started via WP Cron','2021-01-01 16:18:14','2021-01-01 11:18:14'),
(26624,13038,'action complete via WP Cron','2021-01-01 16:18:14','2021-01-01 11:18:14'),
(26625,13039,'action created','2021-01-01 16:18:14','2021-01-01 11:18:14'),
(26626,13039,'action started via WP Cron','2021-01-01 16:19:22','2021-01-01 11:19:22'),
(26627,13039,'action complete via WP Cron','2021-01-01 16:19:22','2021-01-01 11:19:22'),
(26628,13040,'action created','2021-01-01 16:19:22','2021-01-01 11:19:22'),
(26629,13040,'action started via WP Cron','2021-01-01 16:21:10','2021-01-01 11:21:10'),
(26630,13040,'action complete via WP Cron','2021-01-01 16:21:10','2021-01-01 11:21:10'),
(26631,13041,'action created','2021-01-01 16:21:10','2021-01-01 11:21:10'),
(26632,13041,'action started via WP Cron','2021-01-01 16:22:56','2021-01-01 11:22:56'),
(26633,13041,'action complete via WP Cron','2021-01-01 16:22:56','2021-01-01 11:22:56'),
(26634,13042,'action created','2021-01-01 16:22:56','2021-01-01 11:22:56'),
(26635,13042,'action started via WP Cron','2021-01-01 16:23:19','2021-01-01 11:23:19'),
(26636,13042,'action complete via WP Cron','2021-01-01 16:23:19','2021-01-01 11:23:19'),
(26637,13043,'action created','2021-01-01 16:23:19','2021-01-01 11:23:19'),
(26638,13043,'action started via WP Cron','2021-01-01 16:24:19','2021-01-01 11:24:19'),
(26639,13043,'action complete via WP Cron','2021-01-01 16:24:19','2021-01-01 11:24:19'),
(26640,13044,'action created','2021-01-01 16:24:19','2021-01-01 11:24:19'),
(26641,13044,'action started via WP Cron','2021-01-01 16:25:50','2021-01-01 11:25:50'),
(26642,13044,'action complete via WP Cron','2021-01-01 16:25:50','2021-01-01 11:25:50'),
(26643,13045,'action created','2021-01-01 16:25:50','2021-01-01 11:25:50'),
(26644,13045,'action started via WP Cron','2021-01-01 16:26:58','2021-01-01 11:26:58'),
(26645,13045,'action complete via WP Cron','2021-01-01 16:26:58','2021-01-01 11:26:58'),
(26646,13046,'action created','2021-01-01 16:26:58','2021-01-01 11:26:58'),
(26647,13046,'action started via WP Cron','2021-01-01 16:27:33','2021-01-01 11:27:33'),
(26648,13046,'action complete via WP Cron','2021-01-01 16:27:33','2021-01-01 11:27:33'),
(26649,13047,'action created','2021-01-01 16:27:33','2021-01-01 11:27:33'),
(26650,13047,'action started via WP Cron','2021-01-01 16:28:49','2021-01-01 11:28:49'),
(26651,13047,'action complete via WP Cron','2021-01-01 16:28:50','2021-01-01 11:28:50'),
(26652,13048,'action created','2021-01-01 16:28:50','2021-01-01 11:28:50'),
(26653,13048,'action started via WP Cron','2021-01-01 16:31:33','2021-01-01 11:31:33'),
(26654,13048,'action complete via WP Cron','2021-01-01 16:31:33','2021-01-01 11:31:33'),
(26655,13049,'action created','2021-01-01 16:31:33','2021-01-01 11:31:33'),
(26656,13049,'action started via WP Cron','2021-01-01 16:32:15','2021-01-01 11:32:15'),
(26657,13049,'action complete via WP Cron','2021-01-01 16:32:15','2021-01-01 11:32:15'),
(26658,13050,'action created','2021-01-01 16:32:15','2021-01-01 11:32:15'),
(26659,13050,'action started via WP Cron','2021-01-01 16:33:36','2021-01-01 11:33:36'),
(26660,13050,'action complete via WP Cron','2021-01-01 16:33:36','2021-01-01 11:33:36'),
(26661,13051,'action created','2021-01-01 16:33:37','2021-01-01 11:33:37'),
(26662,13051,'action started via WP Cron','2021-01-01 16:37:02','2021-01-01 11:37:02'),
(26663,13051,'action complete via WP Cron','2021-01-01 16:37:03','2021-01-01 11:37:03'),
(26664,13052,'action created','2021-01-01 16:37:03','2021-01-01 11:37:03'),
(26665,13052,'action started via WP Cron','2021-01-01 16:39:40','2021-01-01 11:39:40'),
(26666,13052,'action complete via WP Cron','2021-01-01 16:39:40','2021-01-01 11:39:40'),
(26667,13053,'action created','2021-01-01 16:39:40','2021-01-01 11:39:40'),
(26668,13053,'action started via WP Cron','2021-01-01 16:41:26','2021-01-01 11:41:26'),
(26669,13053,'action complete via WP Cron','2021-01-01 16:41:26','2021-01-01 11:41:26'),
(26670,13054,'action created','2021-01-01 16:41:26','2021-01-01 11:41:26'),
(26671,13054,'action started via WP Cron','2021-01-01 16:42:14','2021-01-01 11:42:14'),
(26672,13054,'action complete via WP Cron','2021-01-01 16:42:14','2021-01-01 11:42:14'),
(26673,13055,'action created','2021-01-01 16:42:14','2021-01-01 11:42:14'),
(26674,13055,'action started via WP Cron','2021-01-01 16:43:36','2021-01-01 11:43:36'),
(26675,13055,'action complete via WP Cron','2021-01-01 16:43:36','2021-01-01 11:43:36'),
(26676,13056,'action created','2021-01-01 16:43:36','2021-01-01 11:43:36'),
(26677,13056,'action started via WP Cron','2021-01-01 16:45:24','2021-01-01 11:45:24'),
(26678,13056,'action complete via WP Cron','2021-01-01 16:45:24','2021-01-01 11:45:24'),
(26679,13057,'action created','2021-01-01 16:45:24','2021-01-01 11:45:24'),
(26680,13057,'action started via WP Cron','2021-01-01 16:46:49','2021-01-01 11:46:49'),
(26681,13057,'action complete via WP Cron','2021-01-01 16:46:49','2021-01-01 11:46:49'),
(26682,13058,'action created','2021-01-01 16:46:49','2021-01-01 11:46:49'),
(26683,13058,'action started via WP Cron','2021-01-01 16:47:46','2021-01-01 11:47:46'),
(26684,13058,'action complete via WP Cron','2021-01-01 16:47:46','2021-01-01 11:47:46'),
(26685,13059,'action created','2021-01-01 16:47:46','2021-01-01 11:47:46'),
(26686,13059,'action started via WP Cron','2021-01-01 16:49:24','2021-01-01 11:49:24'),
(26687,13059,'action complete via WP Cron','2021-01-01 16:49:24','2021-01-01 11:49:24'),
(26688,13060,'action created','2021-01-01 16:49:24','2021-01-01 11:49:24'),
(26689,13060,'action started via WP Cron','2021-01-01 16:50:39','2021-01-01 11:50:39'),
(26690,13060,'action complete via WP Cron','2021-01-01 16:50:39','2021-01-01 11:50:39'),
(26691,13061,'action created','2021-01-01 16:50:39','2021-01-01 11:50:39'),
(26692,13061,'action started via WP Cron','2021-01-01 16:51:41','2021-01-01 11:51:41'),
(26693,13061,'action complete via WP Cron','2021-01-01 16:51:41','2021-01-01 11:51:41'),
(26694,13062,'action created','2021-01-01 16:51:41','2021-01-01 11:51:41'),
(26695,13062,'action started via WP Cron','2021-01-01 16:54:50','2021-01-01 11:54:50'),
(26696,13062,'action complete via WP Cron','2021-01-01 16:54:50','2021-01-01 11:54:50'),
(26697,13063,'action created','2021-01-01 16:54:50','2021-01-01 11:54:50'),
(26698,13063,'action started via WP Cron','2021-01-01 16:55:13','2021-01-01 11:55:13'),
(26699,13063,'action complete via WP Cron','2021-01-01 16:55:13','2021-01-01 11:55:13'),
(26700,13064,'action created','2021-01-01 16:55:13','2021-01-01 11:55:13'),
(26701,13064,'action started via WP Cron','2021-01-01 16:57:34','2021-01-01 11:57:34'),
(26702,13064,'action complete via WP Cron','2021-01-01 16:57:34','2021-01-01 11:57:34'),
(26703,13065,'action created','2021-01-01 16:57:34','2021-01-01 11:57:34'),
(26704,13065,'action started via WP Cron','2021-01-01 16:58:47','2021-01-01 11:58:47'),
(26705,13065,'action complete via WP Cron','2021-01-01 16:58:47','2021-01-01 11:58:47'),
(26706,13066,'action created','2021-01-01 16:58:47','2021-01-01 11:58:47'),
(26707,13066,'action started via WP Cron','2021-01-01 16:59:38','2021-01-01 11:59:38'),
(26708,13066,'action complete via WP Cron','2021-01-01 16:59:38','2021-01-01 11:59:38'),
(26709,13067,'action created','2021-01-01 16:59:38','2021-01-01 11:59:38'),
(26710,13067,'action started via WP Cron','2021-01-01 17:00:28','2021-01-01 12:00:28'),
(26711,13067,'action complete via WP Cron','2021-01-01 17:00:28','2021-01-01 12:00:28'),
(26712,13068,'action created','2021-01-01 17:00:28','2021-01-01 12:00:28'),
(26713,13068,'action started via WP Cron','2021-01-01 17:01:47','2021-01-01 12:01:47'),
(26714,13068,'action complete via WP Cron','2021-01-01 17:01:47','2021-01-01 12:01:47'),
(26715,13069,'action created','2021-01-01 17:01:47','2021-01-01 12:01:47'),
(26716,13069,'action started via WP Cron','2021-01-01 17:04:42','2021-01-01 12:04:42'),
(26717,13069,'action complete via WP Cron','2021-01-01 17:04:42','2021-01-01 12:04:42'),
(26718,13070,'action created','2021-01-01 17:04:42','2021-01-01 12:04:42'),
(26719,13070,'action started via WP Cron','2021-01-01 17:05:16','2021-01-01 12:05:16'),
(26720,13070,'action complete via WP Cron','2021-01-01 17:05:16','2021-01-01 12:05:16'),
(26721,13071,'action created','2021-01-01 17:05:16','2021-01-01 12:05:16'),
(26722,13071,'action started via WP Cron','2021-01-01 17:06:18','2021-01-01 12:06:18'),
(26723,13071,'action complete via WP Cron','2021-01-01 17:06:18','2021-01-01 12:06:18'),
(26724,13072,'action created','2021-01-01 17:06:18','2021-01-01 12:06:18'),
(26725,13072,'action started via WP Cron','2021-01-01 17:07:12','2021-01-01 12:07:12'),
(26726,13072,'action complete via WP Cron','2021-01-01 17:07:12','2021-01-01 12:07:12'),
(26727,13073,'action created','2021-01-01 17:07:12','2021-01-01 12:07:12'),
(26728,13073,'action started via WP Cron','2021-01-01 17:08:30','2021-01-01 12:08:30'),
(26729,13073,'action complete via WP Cron','2021-01-01 17:08:30','2021-01-01 12:08:30'),
(26730,13074,'action created','2021-01-01 17:08:30','2021-01-01 12:08:30'),
(26731,13074,'action started via WP Cron','2021-01-01 17:09:28','2021-01-01 12:09:28'),
(26732,13074,'action complete via WP Cron','2021-01-01 17:09:28','2021-01-01 12:09:28'),
(26733,13075,'action created','2021-01-01 17:09:28','2021-01-01 12:09:28'),
(26734,13075,'action started via WP Cron','2021-01-01 17:12:55','2021-01-01 12:12:55'),
(26735,13075,'action complete via WP Cron','2021-01-01 17:12:55','2021-01-01 12:12:55'),
(26736,13076,'action created','2021-01-01 17:12:55','2021-01-01 12:12:55'),
(26737,13076,'action started via WP Cron','2021-01-01 17:13:13','2021-01-01 12:13:13'),
(26738,13076,'action complete via WP Cron','2021-01-01 17:13:14','2021-01-01 12:13:14'),
(26739,13077,'action created','2021-01-01 17:13:14','2021-01-01 12:13:14'),
(26740,13077,'action started via WP Cron','2021-01-01 17:14:15','2021-01-01 12:14:15'),
(26741,13077,'action complete via WP Cron','2021-01-01 17:14:15','2021-01-01 12:14:15'),
(26742,13078,'action created','2021-01-01 17:14:15','2021-01-01 12:14:15'),
(26743,13078,'action started via WP Cron','2021-01-01 17:16:06','2021-01-01 12:16:06'),
(26744,13078,'action complete via WP Cron','2021-01-01 17:16:06','2021-01-01 12:16:06'),
(26745,13079,'action created','2021-01-01 17:16:06','2021-01-01 12:16:06'),
(26746,13079,'action started via WP Cron','2021-01-01 17:16:20','2021-01-01 12:16:20'),
(26747,13079,'action complete via WP Cron','2021-01-01 17:16:20','2021-01-01 12:16:20'),
(26748,13080,'action created','2021-01-01 17:16:20','2021-01-01 12:16:20'),
(26749,13080,'action started via WP Cron','2021-01-01 17:18:03','2021-01-01 12:18:03'),
(26750,13080,'action complete via WP Cron','2021-01-01 17:18:03','2021-01-01 12:18:03'),
(26751,13081,'action created','2021-01-01 17:18:03','2021-01-01 12:18:03'),
(26752,13081,'action started via WP Cron','2021-01-01 17:18:16','2021-01-01 12:18:16'),
(26753,13081,'action complete via WP Cron','2021-01-01 17:18:16','2021-01-01 12:18:16'),
(26754,13082,'action created','2021-01-01 17:18:16','2021-01-01 12:18:16'),
(26755,13082,'action started via WP Cron','2021-01-01 17:21:05','2021-01-01 12:21:05'),
(26756,13082,'action complete via WP Cron','2021-01-01 17:21:05','2021-01-01 12:21:05'),
(26757,13083,'action created','2021-01-01 17:21:05','2021-01-01 12:21:05'),
(26758,13083,'action started via WP Cron','2021-01-01 17:23:25','2021-01-01 12:23:25'),
(26759,13083,'action complete via WP Cron','2021-01-01 17:23:25','2021-01-01 12:23:25'),
(26760,13084,'action created','2021-01-01 17:23:25','2021-01-01 12:23:25'),
(26761,13084,'action started via WP Cron','2021-01-01 17:25:43','2021-01-01 12:25:43'),
(26762,13084,'action complete via WP Cron','2021-01-01 17:25:43','2021-01-01 12:25:43'),
(26763,13085,'action created','2021-01-01 17:25:43','2021-01-01 12:25:43'),
(26764,13085,'action started via WP Cron','2021-01-01 17:26:57','2021-01-01 12:26:57'),
(26765,13085,'action complete via WP Cron','2021-01-01 17:26:57','2021-01-01 12:26:57'),
(26766,13086,'action created','2021-01-01 17:26:57','2021-01-01 12:26:57'),
(26767,13086,'action started via WP Cron','2021-01-01 17:27:45','2021-01-01 12:27:45'),
(26768,13086,'action complete via WP Cron','2021-01-01 17:27:46','2021-01-01 12:27:46'),
(26769,13087,'action created','2021-01-01 17:27:46','2021-01-01 12:27:46'),
(26770,13087,'action started via WP Cron','2021-01-01 17:31:04','2021-01-01 12:31:04'),
(26771,13087,'action complete via WP Cron','2021-01-01 17:31:04','2021-01-01 12:31:04'),
(26772,13088,'action created','2021-01-01 17:31:04','2021-01-01 12:31:04'),
(26773,13088,'action started via WP Cron','2021-01-01 17:32:35','2021-01-01 12:32:35'),
(26774,13088,'action complete via WP Cron','2021-01-01 17:32:35','2021-01-01 12:32:35'),
(26775,13089,'action created','2021-01-01 17:32:35','2021-01-01 12:32:35'),
(26776,13089,'action started via WP Cron','2021-01-01 17:35:42','2021-01-01 12:35:42'),
(26777,13089,'action complete via WP Cron','2021-01-01 17:35:42','2021-01-01 12:35:42'),
(26778,13090,'action created','2021-01-01 17:35:42','2021-01-01 12:35:42'),
(26779,13090,'action started via WP Cron','2021-01-01 17:37:06','2021-01-01 12:37:06'),
(26780,13090,'action complete via WP Cron','2021-01-01 17:37:06','2021-01-01 12:37:06'),
(26781,13091,'action created','2021-01-01 17:37:06','2021-01-01 12:37:06'),
(26782,13091,'action started via WP Cron','2021-01-01 17:37:29','2021-01-01 12:37:29'),
(26783,13091,'action complete via WP Cron','2021-01-01 17:37:29','2021-01-01 12:37:29'),
(26784,13092,'action created','2021-01-01 17:37:29','2021-01-01 12:37:29'),
(26785,13092,'action started via WP Cron','2021-01-01 17:41:26','2021-01-01 12:41:26'),
(26786,13092,'action complete via WP Cron','2021-01-01 17:41:26','2021-01-01 12:41:26'),
(26787,13093,'action created','2021-01-01 17:41:26','2021-01-01 12:41:26'),
(26788,13093,'action started via WP Cron','2021-01-01 17:44:33','2021-01-01 12:44:33'),
(26789,13093,'action complete via WP Cron','2021-01-01 17:44:33','2021-01-01 12:44:33'),
(26790,13094,'action created','2021-01-01 17:44:33','2021-01-01 12:44:33'),
(26791,13094,'action started via WP Cron','2021-01-01 17:45:41','2021-01-01 12:45:41'),
(26792,13094,'action complete via WP Cron','2021-01-01 17:45:41','2021-01-01 12:45:41'),
(26793,13095,'action created','2021-01-01 17:45:42','2021-01-01 12:45:42'),
(26794,13095,'action started via WP Cron','2021-01-01 17:46:43','2021-01-01 12:46:43'),
(26795,13095,'action complete via WP Cron','2021-01-01 17:46:43','2021-01-01 12:46:43'),
(26796,13096,'action created','2021-01-01 17:46:43','2021-01-01 12:46:43'),
(26797,13096,'action started via WP Cron','2021-01-01 17:48:08','2021-01-01 12:48:08'),
(26798,13096,'action complete via WP Cron','2021-01-01 17:48:08','2021-01-01 12:48:08'),
(26799,13097,'action created','2021-01-01 17:48:09','2021-01-01 12:48:09'),
(26800,13097,'action started via WP Cron','2021-01-01 17:50:38','2021-01-01 12:50:38'),
(26801,13097,'action complete via WP Cron','2021-01-01 17:50:38','2021-01-01 12:50:38'),
(26802,13098,'action created','2021-01-01 17:50:38','2021-01-01 12:50:38'),
(26803,13098,'action started via WP Cron','2021-01-01 17:53:27','2021-01-01 12:53:27'),
(26804,13098,'action complete via WP Cron','2021-01-01 17:53:27','2021-01-01 12:53:27'),
(26805,13099,'action created','2021-01-01 17:53:27','2021-01-01 12:53:27'),
(26806,13099,'action started via WP Cron','2021-01-01 17:54:42','2021-01-01 12:54:42'),
(26807,13099,'action complete via WP Cron','2021-01-01 17:54:42','2021-01-01 12:54:42'),
(26808,13100,'action created','2021-01-01 17:54:42','2021-01-01 12:54:42'),
(26809,13100,'action started via WP Cron','2021-01-01 17:55:57','2021-01-01 12:55:57'),
(26810,13100,'action complete via WP Cron','2021-01-01 17:55:57','2021-01-01 12:55:57'),
(26811,13101,'action created','2021-01-01 17:55:57','2021-01-01 12:55:57'),
(26812,13101,'action started via WP Cron','2021-01-01 17:57:52','2021-01-01 12:57:52'),
(26813,13101,'action complete via WP Cron','2021-01-01 17:57:52','2021-01-01 12:57:52'),
(26814,13102,'action created','2021-01-01 17:57:52','2021-01-01 12:57:52'),
(26815,13102,'action started via WP Cron','2021-01-01 17:58:36','2021-01-01 12:58:36'),
(26816,13102,'action complete via WP Cron','2021-01-01 17:58:36','2021-01-01 12:58:36'),
(26817,13103,'action created','2021-01-01 17:58:36','2021-01-01 12:58:36'),
(26818,13103,'action started via WP Cron','2021-01-01 17:59:30','2021-01-01 12:59:30'),
(26819,13103,'action complete via WP Cron','2021-01-01 17:59:30','2021-01-01 12:59:30'),
(26820,13104,'action created','2021-01-01 17:59:30','2021-01-01 12:59:30'),
(26821,13104,'action started via WP Cron','2021-01-01 18:00:25','2021-01-01 13:00:25'),
(26822,13104,'action complete via WP Cron','2021-01-01 18:00:25','2021-01-01 13:00:25'),
(26823,13105,'action created','2021-01-01 18:00:25','2021-01-01 13:00:25'),
(26824,13105,'action started via WP Cron','2021-01-01 18:02:49','2021-01-01 13:02:49'),
(26825,13105,'action complete via WP Cron','2021-01-01 18:02:49','2021-01-01 13:02:49'),
(26826,13106,'action created','2021-01-01 18:02:49','2021-01-01 13:02:49'),
(26827,13106,'action started via WP Cron','2021-01-01 18:03:31','2021-01-01 13:03:31'),
(26828,13106,'action complete via WP Cron','2021-01-01 18:03:31','2021-01-01 13:03:31'),
(26829,13107,'action created','2021-01-01 18:03:31','2021-01-01 13:03:31'),
(26830,13107,'action started via WP Cron','2021-01-01 18:04:23','2021-01-01 13:04:23'),
(26831,13107,'action complete via WP Cron','2021-01-01 18:04:23','2021-01-01 13:04:23'),
(26832,13108,'action created','2021-01-01 18:04:23','2021-01-01 13:04:23'),
(26833,13108,'action started via WP Cron','2021-01-01 18:05:41','2021-01-01 13:05:41'),
(26834,13108,'action complete via WP Cron','2021-01-01 18:05:41','2021-01-01 13:05:41'),
(26835,13109,'action created','2021-01-01 18:05:41','2021-01-01 13:05:41'),
(26836,13109,'action started via WP Cron','2021-01-01 18:06:20','2021-01-01 13:06:20'),
(26837,13109,'action complete via WP Cron','2021-01-01 18:06:20','2021-01-01 13:06:20'),
(26838,13110,'action created','2021-01-01 18:06:20','2021-01-01 13:06:20'),
(26839,13110,'action started via WP Cron','2021-01-01 18:08:08','2021-01-01 13:08:08'),
(26840,13110,'action complete via WP Cron','2021-01-01 18:08:08','2021-01-01 13:08:08'),
(26841,13111,'action created','2021-01-01 18:08:08','2021-01-01 13:08:08'),
(26842,13111,'action started via WP Cron','2021-01-01 18:08:34','2021-01-01 13:08:34'),
(26843,13111,'action complete via WP Cron','2021-01-01 18:08:34','2021-01-01 13:08:34'),
(26844,13112,'action created','2021-01-01 18:08:34','2021-01-01 13:08:34'),
(26845,13112,'action started via WP Cron','2021-01-01 18:10:14','2021-01-01 13:10:14'),
(26846,13112,'action complete via WP Cron','2021-01-01 18:10:14','2021-01-01 13:10:14'),
(26847,13113,'action created','2021-01-01 18:10:15','2021-01-01 13:10:15'),
(26848,13113,'action started via WP Cron','2021-01-01 18:12:44','2021-01-01 13:12:44'),
(26849,13113,'action complete via WP Cron','2021-01-01 18:12:44','2021-01-01 13:12:44'),
(26850,13114,'action created','2021-01-01 18:12:44','2021-01-01 13:12:44'),
(26851,13114,'action started via WP Cron','2021-01-01 18:14:40','2021-01-01 13:14:40'),
(26852,13114,'action complete via WP Cron','2021-01-01 18:14:40','2021-01-01 13:14:40'),
(26853,13115,'action created','2021-01-01 18:14:42','2021-01-01 13:14:42'),
(26854,13115,'action started via WP Cron','2021-01-01 18:17:28','2021-01-01 13:17:28'),
(26855,13115,'action complete via WP Cron','2021-01-01 18:17:28','2021-01-01 13:17:28'),
(26856,13116,'action created','2021-01-01 18:17:28','2021-01-01 13:17:28'),
(26857,13116,'action started via WP Cron','2021-01-01 18:18:21','2021-01-01 13:18:21'),
(26858,13116,'action complete via WP Cron','2021-01-01 18:18:21','2021-01-01 13:18:21'),
(26859,13117,'action created','2021-01-01 18:18:21','2021-01-01 13:18:21'),
(26860,13117,'action started via WP Cron','2021-01-01 18:19:46','2021-01-01 13:19:46'),
(26861,13117,'action complete via WP Cron','2021-01-01 18:19:46','2021-01-01 13:19:46'),
(26862,13118,'action created','2021-01-01 18:19:46','2021-01-01 13:19:46'),
(26863,13118,'action started via WP Cron','2021-01-01 18:20:31','2021-01-01 13:20:31'),
(26864,13118,'action complete via WP Cron','2021-01-01 18:20:31','2021-01-01 13:20:31'),
(26865,13119,'action created','2021-01-01 18:20:31','2021-01-01 13:20:31'),
(26866,13119,'action started via WP Cron','2021-01-01 18:21:18','2021-01-01 13:21:18'),
(26867,13119,'action complete via WP Cron','2021-01-01 18:21:18','2021-01-01 13:21:18'),
(26868,13120,'action created','2021-01-01 18:21:18','2021-01-01 13:21:18'),
(26869,13120,'action started via WP Cron','2021-01-01 18:22:45','2021-01-01 13:22:45'),
(26870,13120,'action complete via WP Cron','2021-01-01 18:22:45','2021-01-01 13:22:45'),
(26871,13121,'action created','2021-01-01 18:22:45','2021-01-01 13:22:45'),
(26872,13121,'action started via WP Cron','2021-01-01 18:23:30','2021-01-01 13:23:30'),
(26873,13121,'action complete via WP Cron','2021-01-01 18:23:30','2021-01-01 13:23:30'),
(26874,13122,'action created','2021-01-01 18:23:30','2021-01-01 13:23:30'),
(26875,13122,'action started via WP Cron','2021-01-01 18:24:11','2021-01-01 13:24:11'),
(26876,13122,'action complete via WP Cron','2021-01-01 18:24:11','2021-01-01 13:24:11'),
(26877,13123,'action created','2021-01-01 18:24:11','2021-01-01 13:24:11'),
(26878,13123,'action started via WP Cron','2021-01-01 18:25:13','2021-01-01 13:25:13'),
(26879,13123,'action complete via WP Cron','2021-01-01 18:25:13','2021-01-01 13:25:13'),
(26880,13124,'action created','2021-01-01 18:25:13','2021-01-01 13:25:13'),
(26881,13124,'action started via WP Cron','2021-01-01 18:26:13','2021-01-01 13:26:13'),
(26882,13124,'action complete via WP Cron','2021-01-01 18:26:13','2021-01-01 13:26:13'),
(26883,13125,'action created','2021-01-01 18:26:13','2021-01-01 13:26:13'),
(26884,13125,'action started via WP Cron','2021-01-01 18:27:30','2021-01-01 13:27:30'),
(26885,13125,'action complete via WP Cron','2021-01-01 18:27:30','2021-01-01 13:27:30'),
(26886,13126,'action created','2021-01-01 18:27:30','2021-01-01 13:27:30'),
(26887,13126,'action started via WP Cron','2021-01-01 18:28:58','2021-01-01 13:28:58'),
(26888,13126,'action complete via WP Cron','2021-01-01 18:28:58','2021-01-01 13:28:58'),
(26889,13127,'action created','2021-01-01 18:28:58','2021-01-01 13:28:58'),
(26890,13127,'action started via WP Cron','2021-01-01 18:29:12','2021-01-01 13:29:12'),
(26891,13127,'action complete via WP Cron','2021-01-01 18:29:12','2021-01-01 13:29:12'),
(26892,13128,'action created','2021-01-01 18:29:12','2021-01-01 13:29:12'),
(26893,13128,'action started via WP Cron','2021-01-01 18:31:32','2021-01-01 13:31:32'),
(26894,13128,'action complete via WP Cron','2021-01-01 18:31:32','2021-01-01 13:31:32'),
(26895,13129,'action created','2021-01-01 18:31:32','2021-01-01 13:31:32'),
(26896,13129,'action started via WP Cron','2021-01-01 18:32:48','2021-01-01 13:32:48'),
(26897,13129,'action complete via WP Cron','2021-01-01 18:32:48','2021-01-01 13:32:48'),
(26898,13130,'action created','2021-01-01 18:32:48','2021-01-01 13:32:48'),
(26899,13130,'action started via WP Cron','2021-01-01 18:33:40','2021-01-01 13:33:40'),
(26900,13130,'action complete via WP Cron','2021-01-01 18:33:40','2021-01-01 13:33:40'),
(26901,13131,'action created','2021-01-01 18:33:40','2021-01-01 13:33:40'),
(26902,13131,'action started via WP Cron','2021-01-01 18:34:49','2021-01-01 13:34:49'),
(26903,13131,'action complete via WP Cron','2021-01-01 18:34:49','2021-01-01 13:34:49'),
(26904,13132,'action created','2021-01-01 18:34:49','2021-01-01 13:34:49'),
(26905,13132,'action started via WP Cron','2021-01-01 18:35:18','2021-01-01 13:35:18'),
(26906,13132,'action complete via WP Cron','2021-01-01 18:35:18','2021-01-01 13:35:18'),
(26907,13133,'action created','2021-01-01 18:35:18','2021-01-01 13:35:18'),
(26908,13133,'action started via WP Cron','2021-01-01 18:36:21','2021-01-01 13:36:21'),
(26909,13133,'action complete via WP Cron','2021-01-01 18:36:21','2021-01-01 13:36:21'),
(26910,13134,'action created','2021-01-01 18:36:21','2021-01-01 13:36:21'),
(26911,13134,'action started via WP Cron','2021-01-01 18:39:21','2021-01-01 13:39:21'),
(26912,13134,'action complete via WP Cron','2021-01-01 18:39:21','2021-01-01 13:39:21'),
(26913,13135,'action created','2021-01-01 18:39:21','2021-01-01 13:39:21'),
(26914,13135,'action started via WP Cron','2021-01-01 18:41:43','2021-01-01 13:41:43'),
(26915,13135,'action complete via WP Cron','2021-01-01 18:41:43','2021-01-01 13:41:43'),
(26916,13136,'action created','2021-01-01 18:41:43','2021-01-01 13:41:43'),
(26917,13136,'action started via WP Cron','2021-01-01 18:42:15','2021-01-01 13:42:15'),
(26918,13136,'action complete via WP Cron','2021-01-01 18:42:15','2021-01-01 13:42:15'),
(26919,13137,'action created','2021-01-01 18:42:15','2021-01-01 13:42:15'),
(26920,13137,'action started via WP Cron','2021-01-01 18:44:02','2021-01-01 13:44:02'),
(26921,13137,'action complete via WP Cron','2021-01-01 18:44:02','2021-01-01 13:44:02'),
(26922,13138,'action created','2021-01-01 18:44:02','2021-01-01 13:44:02'),
(26923,13138,'action started via WP Cron','2021-01-01 18:45:12','2021-01-01 13:45:12'),
(26924,13138,'action complete via WP Cron','2021-01-01 18:45:12','2021-01-01 13:45:12'),
(26925,13139,'action created','2021-01-01 18:45:12','2021-01-01 13:45:12'),
(26926,13139,'action started via WP Cron','2021-01-01 18:47:31','2021-01-01 13:47:31'),
(26927,13139,'action complete via WP Cron','2021-01-01 18:47:31','2021-01-01 13:47:31'),
(26928,13140,'action created','2021-01-01 18:47:31','2021-01-01 13:47:31'),
(26929,13140,'action started via WP Cron','2021-01-01 18:51:18','2021-01-01 13:51:18'),
(26930,13140,'action complete via WP Cron','2021-01-01 18:51:18','2021-01-01 13:51:18'),
(26931,13141,'action created','2021-01-01 18:51:18','2021-01-01 13:51:18'),
(26932,13141,'action started via WP Cron','2021-01-01 18:58:31','2021-01-01 13:58:31'),
(26933,13141,'action complete via WP Cron','2021-01-01 18:58:31','2021-01-01 13:58:31'),
(26934,13142,'action created','2021-01-01 18:58:31','2021-01-01 13:58:31'),
(26935,13142,'action started via WP Cron','2021-01-01 19:00:19','2021-01-01 14:00:19'),
(26936,13142,'action complete via WP Cron','2021-01-01 19:00:19','2021-01-01 14:00:19'),
(26937,13143,'action created','2021-01-01 19:00:19','2021-01-01 14:00:19'),
(26938,13143,'action started via WP Cron','2021-01-01 19:02:01','2021-01-01 14:02:01'),
(26939,13143,'action complete via WP Cron','2021-01-01 19:02:01','2021-01-01 14:02:01'),
(26940,13144,'action created','2021-01-01 19:02:01','2021-01-01 14:02:01'),
(26941,13144,'action started via WP Cron','2021-01-01 19:03:08','2021-01-01 14:03:08'),
(26942,13144,'action complete via WP Cron','2021-01-01 19:03:08','2021-01-01 14:03:08'),
(26943,13145,'action created','2021-01-01 19:03:08','2021-01-01 14:03:08'),
(26944,13145,'action started via WP Cron','2021-01-01 19:04:35','2021-01-01 14:04:35'),
(26945,13145,'action complete via WP Cron','2021-01-01 19:04:35','2021-01-01 14:04:35'),
(26946,13146,'action created','2021-01-01 19:04:35','2021-01-01 14:04:35'),
(26947,13146,'action started via WP Cron','2021-01-01 19:05:56','2021-01-01 14:05:56'),
(26948,13146,'action complete via WP Cron','2021-01-01 19:05:56','2021-01-01 14:05:56'),
(26949,13147,'action created','2021-01-01 19:05:56','2021-01-01 14:05:56'),
(26950,13147,'action started via WP Cron','2021-01-01 19:06:12','2021-01-01 14:06:12'),
(26951,13147,'action complete via WP Cron','2021-01-01 19:06:12','2021-01-01 14:06:12'),
(26952,13148,'action created','2021-01-01 19:06:12','2021-01-01 14:06:12'),
(26953,13148,'action started via WP Cron','2021-01-01 19:08:16','2021-01-01 14:08:16'),
(26954,13148,'action complete via WP Cron','2021-01-01 19:08:16','2021-01-01 14:08:16'),
(26955,13149,'action created','2021-01-01 19:08:16','2021-01-01 14:08:16'),
(26956,13149,'action started via WP Cron','2021-01-01 19:09:35','2021-01-01 14:09:35'),
(26957,13149,'action complete via WP Cron','2021-01-01 19:09:35','2021-01-01 14:09:35'),
(26958,13150,'action created','2021-01-01 19:09:35','2021-01-01 14:09:35'),
(26959,13150,'action started via WP Cron','2021-01-01 19:10:50','2021-01-01 14:10:50'),
(26960,13150,'action complete via WP Cron','2021-01-01 19:10:50','2021-01-01 14:10:50'),
(26961,13151,'action created','2021-01-01 19:10:51','2021-01-01 14:10:51'),
(26962,13151,'action started via WP Cron','2021-01-01 19:11:45','2021-01-01 14:11:45'),
(26963,13151,'action complete via WP Cron','2021-01-01 19:11:45','2021-01-01 14:11:45'),
(26964,13152,'action created','2021-01-01 19:11:45','2021-01-01 14:11:45'),
(26965,13152,'action started via WP Cron','2021-01-01 19:12:34','2021-01-01 14:12:34'),
(26966,13152,'action complete via WP Cron','2021-01-01 19:12:34','2021-01-01 14:12:34'),
(26967,13153,'action created','2021-01-01 19:12:34','2021-01-01 14:12:34'),
(26968,13153,'action started via WP Cron','2021-01-01 19:16:13','2021-01-01 14:16:13'),
(26969,13153,'action complete via WP Cron','2021-01-01 19:16:13','2021-01-01 14:16:13'),
(26970,13154,'action created','2021-01-01 19:16:13','2021-01-01 14:16:13'),
(26971,13154,'action started via WP Cron','2021-01-01 19:23:19','2021-01-01 14:23:19'),
(26972,13154,'action complete via WP Cron','2021-01-01 19:23:19','2021-01-01 14:23:19'),
(26973,13155,'action created','2021-01-01 19:23:19','2021-01-01 14:23:19'),
(26974,13155,'action started via WP Cron','2021-01-01 19:25:13','2021-01-01 14:25:13'),
(26975,13155,'action complete via WP Cron','2021-01-01 19:25:13','2021-01-01 14:25:13'),
(26976,13156,'action created','2021-01-01 19:25:13','2021-01-01 14:25:13'),
(26977,13156,'action started via WP Cron','2021-01-01 19:26:12','2021-01-01 14:26:12'),
(26978,13156,'action complete via WP Cron','2021-01-01 19:26:12','2021-01-01 14:26:12'),
(26979,13157,'action created','2021-01-01 19:26:12','2021-01-01 14:26:12'),
(26980,13157,'action started via WP Cron','2021-01-01 19:28:19','2021-01-01 14:28:19'),
(26981,13157,'action complete via WP Cron','2021-01-01 19:28:19','2021-01-01 14:28:19'),
(26982,13158,'action created','2021-01-01 19:28:19','2021-01-01 14:28:19'),
(26983,13158,'action started via WP Cron','2021-01-01 19:30:07','2021-01-01 14:30:07'),
(26984,13158,'action complete via WP Cron','2021-01-01 19:30:07','2021-01-01 14:30:07'),
(26985,13159,'action created','2021-01-01 19:30:07','2021-01-01 14:30:07'),
(26986,13159,'action started via WP Cron','2021-01-01 19:30:50','2021-01-01 14:30:50'),
(26987,13159,'action complete via WP Cron','2021-01-01 19:30:50','2021-01-01 14:30:50'),
(26988,13160,'action created','2021-01-01 19:30:50','2021-01-01 14:30:50'),
(26989,13160,'action started via WP Cron','2021-01-01 19:31:18','2021-01-01 14:31:18'),
(26990,13160,'action complete via WP Cron','2021-01-01 19:31:19','2021-01-01 14:31:19'),
(26991,13161,'action created','2021-01-01 19:31:19','2021-01-01 14:31:19'),
(26992,13161,'action started via WP Cron','2021-01-01 19:33:15','2021-01-01 14:33:15'),
(26993,13161,'action complete via WP Cron','2021-01-01 19:33:15','2021-01-01 14:33:15'),
(26994,13162,'action created','2021-01-01 19:33:15','2021-01-01 14:33:15'),
(26995,13162,'action started via WP Cron','2021-01-01 19:34:12','2021-01-01 14:34:12'),
(26996,13162,'action complete via WP Cron','2021-01-01 19:34:12','2021-01-01 14:34:12'),
(26997,13163,'action created','2021-01-01 19:34:12','2021-01-01 14:34:12'),
(26998,13163,'action started via WP Cron','2021-01-01 19:36:36','2021-01-01 14:36:36'),
(26999,13163,'action complete via WP Cron','2021-01-01 19:36:36','2021-01-01 14:36:36'),
(27000,13164,'action created','2021-01-01 19:36:37','2021-01-01 14:36:37'),
(27001,13164,'action started via WP Cron','2021-01-01 19:37:33','2021-01-01 14:37:33'),
(27002,13164,'action complete via WP Cron','2021-01-01 19:37:33','2021-01-01 14:37:33'),
(27003,13165,'action created','2021-01-01 19:37:33','2021-01-01 14:37:33'),
(27004,13165,'action started via WP Cron','2021-01-01 19:38:19','2021-01-01 14:38:19'),
(27005,13165,'action complete via WP Cron','2021-01-01 19:38:19','2021-01-01 14:38:19'),
(27006,13166,'action created','2021-01-01 19:38:19','2021-01-01 14:38:19'),
(27007,13166,'action started via WP Cron','2021-01-01 19:40:40','2021-01-01 14:40:40'),
(27008,13166,'action complete via WP Cron','2021-01-01 19:40:40','2021-01-01 14:40:40'),
(27009,13167,'action created','2021-01-01 19:40:40','2021-01-01 14:40:40'),
(27010,13167,'action started via WP Cron','2021-01-01 19:41:37','2021-01-01 14:41:37'),
(27011,13167,'action complete via WP Cron','2021-01-01 19:41:37','2021-01-01 14:41:37'),
(27012,13168,'action created','2021-01-01 19:41:37','2021-01-01 14:41:37'),
(27013,13168,'action started via WP Cron','2021-01-01 19:42:46','2021-01-01 14:42:46'),
(27014,13168,'action complete via WP Cron','2021-01-01 19:42:46','2021-01-01 14:42:46'),
(27015,13169,'action created','2021-01-01 19:42:46','2021-01-01 14:42:46'),
(27016,13169,'action started via WP Cron','2021-01-01 19:43:32','2021-01-01 14:43:32'),
(27017,13169,'action complete via WP Cron','2021-01-01 19:43:32','2021-01-01 14:43:32'),
(27018,13170,'action created','2021-01-01 19:43:32','2021-01-01 14:43:32'),
(27019,13170,'action started via WP Cron','2021-01-01 19:44:26','2021-01-01 14:44:26'),
(27020,13170,'action complete via WP Cron','2021-01-01 19:44:26','2021-01-01 14:44:26'),
(27021,13171,'action created','2021-01-01 19:44:27','2021-01-01 14:44:27'),
(27022,13171,'action started via WP Cron','2021-01-01 19:45:12','2021-01-01 14:45:12'),
(27023,13171,'action complete via WP Cron','2021-01-01 19:45:12','2021-01-01 14:45:12'),
(27024,13172,'action created','2021-01-01 19:45:12','2021-01-01 14:45:12'),
(27025,13172,'action started via WP Cron','2021-01-01 19:46:14','2021-01-01 14:46:14'),
(27026,13172,'action complete via WP Cron','2021-01-01 19:46:14','2021-01-01 14:46:14'),
(27027,13173,'action created','2021-01-01 19:46:14','2021-01-01 14:46:14'),
(27028,13173,'action started via WP Cron','2021-01-01 19:47:16','2021-01-01 14:47:16'),
(27029,13173,'action complete via WP Cron','2021-01-01 19:47:16','2021-01-01 14:47:16'),
(27030,13174,'action created','2021-01-01 19:47:16','2021-01-01 14:47:16'),
(27031,13174,'action started via WP Cron','2021-01-01 19:48:12','2021-01-01 14:48:12'),
(27032,13174,'action complete via WP Cron','2021-01-01 19:48:12','2021-01-01 14:48:12'),
(27033,13175,'action created','2021-01-01 19:48:12','2021-01-01 14:48:12'),
(27034,13175,'action started via WP Cron','2021-01-01 19:49:32','2021-01-01 14:49:32'),
(27035,13175,'action complete via WP Cron','2021-01-01 19:49:32','2021-01-01 14:49:32'),
(27036,13176,'action created','2021-01-01 19:49:32','2021-01-01 14:49:32'),
(27037,13176,'action started via WP Cron','2021-01-01 19:52:52','2021-01-01 14:52:52'),
(27038,13176,'action complete via WP Cron','2021-01-01 19:52:53','2021-01-01 14:52:53'),
(27039,13177,'action created','2021-01-01 19:52:53','2021-01-01 14:52:53'),
(27040,13177,'action started via WP Cron','2021-01-01 19:53:17','2021-01-01 14:53:17'),
(27041,13177,'action complete via WP Cron','2021-01-01 19:53:17','2021-01-01 14:53:17'),
(27042,13178,'action created','2021-01-01 19:53:17','2021-01-01 14:53:17'),
(27043,13178,'action started via WP Cron','2021-01-01 19:55:16','2021-01-01 14:55:16'),
(27044,13178,'action complete via WP Cron','2021-01-01 19:55:16','2021-01-01 14:55:16'),
(27045,13179,'action created','2021-01-01 19:55:16','2021-01-01 14:55:16'),
(27046,13179,'action started via WP Cron','2021-01-01 20:01:53','2021-01-01 15:01:53'),
(27047,13179,'action complete via WP Cron','2021-01-01 20:01:53','2021-01-01 15:01:53'),
(27048,13180,'action created','2021-01-01 20:01:53','2021-01-01 15:01:53'),
(27049,13180,'action started via WP Cron','2021-01-01 20:03:57','2021-01-01 15:03:57'),
(27050,13180,'action complete via WP Cron','2021-01-01 20:03:57','2021-01-01 15:03:57'),
(27051,13181,'action created','2021-01-01 20:03:57','2021-01-01 15:03:57'),
(27052,13181,'action started via WP Cron','2021-01-01 20:04:11','2021-01-01 15:04:11'),
(27053,13181,'action complete via WP Cron','2021-01-01 20:04:11','2021-01-01 15:04:11'),
(27054,13182,'action created','2021-01-01 20:04:11','2021-01-01 15:04:11'),
(27055,13182,'action started via WP Cron','2021-01-01 20:07:10','2021-01-01 15:07:10'),
(27056,13182,'action complete via WP Cron','2021-01-01 20:07:10','2021-01-01 15:07:10'),
(27057,13183,'action created','2021-01-01 20:07:10','2021-01-01 15:07:10'),
(27058,13183,'action started via WP Cron','2021-01-01 20:08:52','2021-01-01 15:08:52'),
(27059,13183,'action complete via WP Cron','2021-01-01 20:08:52','2021-01-01 15:08:52'),
(27060,13184,'action created','2021-01-01 20:08:52','2021-01-01 15:08:52'),
(27061,13184,'action started via WP Cron','2021-01-01 20:09:22','2021-01-01 15:09:22'),
(27062,13184,'action complete via WP Cron','2021-01-01 20:09:22','2021-01-01 15:09:22'),
(27063,13185,'action created','2021-01-01 20:09:22','2021-01-01 15:09:22'),
(27064,13185,'action started via WP Cron','2021-01-01 20:12:15','2021-01-01 15:12:15'),
(27065,13185,'action complete via WP Cron','2021-01-01 20:12:16','2021-01-01 15:12:16'),
(27066,13186,'action created','2021-01-01 20:12:16','2021-01-01 15:12:16'),
(27067,13186,'action started via WP Cron','2021-01-01 20:13:20','2021-01-01 15:13:20'),
(27068,13186,'action complete via WP Cron','2021-01-01 20:13:20','2021-01-01 15:13:20'),
(27069,13187,'action created','2021-01-01 20:13:20','2021-01-01 15:13:20'),
(27070,13187,'action started via WP Cron','2021-01-01 20:16:17','2021-01-01 15:16:17'),
(27071,13187,'action complete via WP Cron','2021-01-01 20:16:17','2021-01-01 15:16:17'),
(27072,13188,'action created','2021-01-01 20:16:17','2021-01-01 15:16:17'),
(27073,13188,'action started via WP Cron','2021-01-01 20:17:14','2021-01-01 15:17:14'),
(27074,13188,'action complete via WP Cron','2021-01-01 20:17:14','2021-01-01 15:17:14'),
(27075,13189,'action created','2021-01-01 20:17:14','2021-01-01 15:17:14'),
(27076,13189,'action started via WP Cron','2021-01-01 20:18:22','2021-01-01 15:18:22'),
(27077,13189,'action complete via WP Cron','2021-01-01 20:18:22','2021-01-01 15:18:22'),
(27078,13190,'action created','2021-01-01 20:18:22','2021-01-01 15:18:22'),
(27079,13190,'action started via WP Cron','2021-01-01 20:19:22','2021-01-01 15:19:22'),
(27080,13190,'action complete via WP Cron','2021-01-01 20:19:22','2021-01-01 15:19:22'),
(27081,13191,'action created','2021-01-01 20:19:22','2021-01-01 15:19:22'),
(27082,13191,'action started via WP Cron','2021-01-01 20:20:19','2021-01-01 15:20:19'),
(27083,13191,'action complete via WP Cron','2021-01-01 20:20:19','2021-01-01 15:20:19'),
(27084,13192,'action created','2021-01-01 20:20:19','2021-01-01 15:20:19'),
(27085,13192,'action started via WP Cron','2021-01-01 20:21:19','2021-01-01 15:21:19'),
(27086,13192,'action complete via WP Cron','2021-01-01 20:21:19','2021-01-01 15:21:19'),
(27087,13193,'action created','2021-01-01 20:21:19','2021-01-01 15:21:19'),
(27088,13193,'action started via WP Cron','2021-01-01 20:22:24','2021-01-01 15:22:24'),
(27089,13193,'action complete via WP Cron','2021-01-01 20:22:24','2021-01-01 15:22:24'),
(27090,13194,'action created','2021-01-01 20:22:24','2021-01-01 15:22:24'),
(27091,13194,'action started via WP Cron','2021-01-01 20:23:17','2021-01-01 15:23:17'),
(27092,13194,'action complete via WP Cron','2021-01-01 20:23:17','2021-01-01 15:23:17'),
(27093,13195,'action created','2021-01-01 20:23:17','2021-01-01 15:23:17'),
(27094,13195,'action started via WP Cron','2021-01-01 20:24:52','2021-01-01 15:24:52'),
(27095,13195,'action complete via WP Cron','2021-01-01 20:24:52','2021-01-01 15:24:52'),
(27096,13196,'action created','2021-01-01 20:24:52','2021-01-01 15:24:52'),
(27097,13196,'action started via WP Cron','2021-01-01 20:27:02','2021-01-01 15:27:02'),
(27098,13196,'action complete via WP Cron','2021-01-01 20:27:02','2021-01-01 15:27:02'),
(27099,13197,'action created','2021-01-01 20:27:02','2021-01-01 15:27:02'),
(27100,13197,'action started via WP Cron','2021-01-01 20:28:08','2021-01-01 15:28:08'),
(27101,13197,'action complete via WP Cron','2021-01-01 20:28:08','2021-01-01 15:28:08'),
(27102,13198,'action created','2021-01-01 20:28:08','2021-01-01 15:28:08'),
(27103,13198,'action started via WP Cron','2021-01-01 20:32:16','2021-01-01 15:32:16'),
(27104,13198,'action complete via WP Cron','2021-01-01 20:32:16','2021-01-01 15:32:16'),
(27105,13199,'action created','2021-01-01 20:32:16','2021-01-01 15:32:16'),
(27106,13199,'action started via WP Cron','2021-01-01 20:33:20','2021-01-01 15:33:20'),
(27107,13199,'action complete via WP Cron','2021-01-01 20:33:20','2021-01-01 15:33:20'),
(27108,13200,'action created','2021-01-01 20:33:21','2021-01-01 15:33:21'),
(27109,13200,'action started via WP Cron','2021-01-01 20:34:23','2021-01-01 15:34:23'),
(27110,13200,'action complete via WP Cron','2021-01-01 20:34:23','2021-01-01 15:34:23'),
(27111,13201,'action created','2021-01-01 20:34:23','2021-01-01 15:34:23'),
(27112,13201,'action started via WP Cron','2021-01-01 20:35:54','2021-01-01 15:35:54'),
(27113,13201,'action complete via WP Cron','2021-01-01 20:35:54','2021-01-01 15:35:54'),
(27114,13202,'action created','2021-01-01 20:35:54','2021-01-01 15:35:54'),
(27115,13202,'action started via WP Cron','2021-01-01 20:36:14','2021-01-01 15:36:14'),
(27116,13202,'action complete via WP Cron','2021-01-01 20:36:14','2021-01-01 15:36:14'),
(27117,13203,'action created','2021-01-01 20:36:14','2021-01-01 15:36:14'),
(27118,13203,'action started via WP Cron','2021-01-01 20:38:46','2021-01-01 15:38:46'),
(27119,13203,'action complete via WP Cron','2021-01-01 20:38:46','2021-01-01 15:38:46'),
(27120,13204,'action created','2021-01-01 20:38:46','2021-01-01 15:38:46'),
(27121,13204,'action started via WP Cron','2021-01-01 20:40:14','2021-01-01 15:40:14'),
(27122,13204,'action complete via WP Cron','2021-01-01 20:40:14','2021-01-01 15:40:14'),
(27123,13205,'action created','2021-01-01 20:40:14','2021-01-01 15:40:14'),
(27124,13205,'action started via WP Cron','2021-01-01 20:41:42','2021-01-01 15:41:42'),
(27125,13205,'action complete via WP Cron','2021-01-01 20:41:42','2021-01-01 15:41:42'),
(27126,13206,'action created','2021-01-01 20:41:42','2021-01-01 15:41:42'),
(27127,13206,'action started via WP Cron','2021-01-01 20:43:08','2021-01-01 15:43:08'),
(27128,13206,'action complete via WP Cron','2021-01-01 20:43:08','2021-01-01 15:43:08'),
(27129,13207,'action created','2021-01-01 20:43:08','2021-01-01 15:43:08'),
(27130,13207,'action started via WP Cron','2021-01-01 20:43:45','2021-01-01 15:43:45'),
(27131,13207,'action complete via WP Cron','2021-01-01 20:43:45','2021-01-01 15:43:45'),
(27132,13208,'action created','2021-01-01 20:43:45','2021-01-01 15:43:45'),
(27133,13208,'action started via WP Cron','2021-01-01 20:44:53','2021-01-01 15:44:53'),
(27134,13208,'action complete via WP Cron','2021-01-01 20:44:53','2021-01-01 15:44:53'),
(27135,13209,'action created','2021-01-01 20:44:53','2021-01-01 15:44:53'),
(27136,13209,'action started via WP Cron','2021-01-01 20:46:50','2021-01-01 15:46:50'),
(27137,13209,'action complete via WP Cron','2021-01-01 20:46:50','2021-01-01 15:46:50'),
(27138,13210,'action created','2021-01-01 20:46:50','2021-01-01 15:46:50'),
(27139,13210,'action started via WP Cron','2021-01-01 20:48:41','2021-01-01 15:48:41'),
(27140,13210,'action complete via WP Cron','2021-01-01 20:48:41','2021-01-01 15:48:41'),
(27141,13211,'action created','2021-01-01 20:48:41','2021-01-01 15:48:41'),
(27142,13211,'action started via WP Cron','2021-01-01 20:50:03','2021-01-01 15:50:03'),
(27143,13211,'action complete via WP Cron','2021-01-01 20:50:03','2021-01-01 15:50:03'),
(27144,13212,'action created','2021-01-01 20:50:03','2021-01-01 15:50:03'),
(27145,13212,'action started via WP Cron','2021-01-01 20:50:45','2021-01-01 15:50:45'),
(27146,13212,'action complete via WP Cron','2021-01-01 20:50:45','2021-01-01 15:50:45'),
(27147,13213,'action created','2021-01-01 20:50:45','2021-01-01 15:50:45'),
(27148,13213,'action started via WP Cron','2021-01-01 20:51:36','2021-01-01 15:51:36'),
(27149,13213,'action complete via WP Cron','2021-01-01 20:51:36','2021-01-01 15:51:36'),
(27150,13214,'action created','2021-01-01 20:51:36','2021-01-01 15:51:36'),
(27151,13214,'action started via WP Cron','2021-01-01 20:53:24','2021-01-01 15:53:24'),
(27152,13214,'action complete via WP Cron','2021-01-01 20:53:24','2021-01-01 15:53:24'),
(27153,13215,'action created','2021-01-01 20:53:24','2021-01-01 15:53:24'),
(27154,13215,'action started via WP Cron','2021-01-01 20:54:45','2021-01-01 15:54:45'),
(27155,13215,'action complete via WP Cron','2021-01-01 20:54:45','2021-01-01 15:54:45'),
(27156,13216,'action created','2021-01-01 20:54:45','2021-01-01 15:54:45'),
(27157,13216,'action started via WP Cron','2021-01-01 20:55:13','2021-01-01 15:55:13'),
(27158,13216,'action complete via WP Cron','2021-01-01 20:55:13','2021-01-01 15:55:13'),
(27159,13217,'action created','2021-01-01 20:55:13','2021-01-01 15:55:13'),
(27160,13217,'action started via WP Cron','2021-01-01 20:56:24','2021-01-01 15:56:24'),
(27161,13217,'action complete via WP Cron','2021-01-01 20:56:24','2021-01-01 15:56:24'),
(27162,13218,'action created','2021-01-01 20:56:24','2021-01-01 15:56:24'),
(27163,13218,'action started via WP Cron','2021-01-01 20:57:20','2021-01-01 15:57:20'),
(27164,13218,'action complete via WP Cron','2021-01-01 20:57:20','2021-01-01 15:57:20'),
(27165,13219,'action created','2021-01-01 20:57:20','2021-01-01 15:57:20'),
(27166,13219,'action started via WP Cron','2021-01-01 20:58:47','2021-01-01 15:58:47'),
(27167,13219,'action complete via WP Cron','2021-01-01 20:58:47','2021-01-01 15:58:47'),
(27168,13220,'action created','2021-01-01 20:58:47','2021-01-01 15:58:47'),
(27169,13220,'action started via WP Cron','2021-01-01 21:01:04','2021-01-01 16:01:04'),
(27170,13220,'action complete via WP Cron','2021-01-01 21:01:04','2021-01-01 16:01:04'),
(27171,13221,'action created','2021-01-01 21:01:04','2021-01-01 16:01:04'),
(27172,13221,'action started via WP Cron','2021-01-01 21:02:35','2021-01-01 16:02:35'),
(27173,13221,'action complete via WP Cron','2021-01-01 21:02:35','2021-01-01 16:02:35'),
(27174,13222,'action created','2021-01-01 21:02:35','2021-01-01 16:02:35'),
(27175,13222,'action started via WP Cron','2021-01-01 21:03:34','2021-01-01 16:03:34'),
(27176,13222,'action complete via WP Cron','2021-01-01 21:03:34','2021-01-01 16:03:34'),
(27177,13223,'action created','2021-01-01 21:03:34','2021-01-01 16:03:34'),
(27178,13223,'action started via WP Cron','2021-01-01 21:06:20','2021-01-01 16:06:20'),
(27179,13223,'action complete via WP Cron','2021-01-01 21:06:20','2021-01-01 16:06:20'),
(27180,13224,'action created','2021-01-01 21:06:20','2021-01-01 16:06:20'),
(27181,13224,'action started via WP Cron','2021-01-01 21:08:04','2021-01-01 16:08:04'),
(27182,13224,'action complete via WP Cron','2021-01-01 21:08:04','2021-01-01 16:08:04'),
(27183,13225,'action created','2021-01-01 21:08:04','2021-01-01 16:08:04'),
(27184,13225,'action started via WP Cron','2021-01-01 21:09:27','2021-01-01 16:09:27'),
(27185,13225,'action complete via WP Cron','2021-01-01 21:09:27','2021-01-01 16:09:27'),
(27186,13226,'action created','2021-01-01 21:09:27','2021-01-01 16:09:27'),
(27187,13226,'action started via WP Cron','2021-01-01 21:10:15','2021-01-01 16:10:15'),
(27188,13226,'action complete via WP Cron','2021-01-01 21:10:15','2021-01-01 16:10:15'),
(27189,13227,'action created','2021-01-01 21:10:15','2021-01-01 16:10:15'),
(27190,13227,'action started via WP Cron','2021-01-01 21:12:02','2021-01-01 16:12:02'),
(27191,13227,'action complete via WP Cron','2021-01-01 21:12:02','2021-01-01 16:12:02'),
(27192,13228,'action created','2021-01-01 21:12:02','2021-01-01 16:12:02'),
(27193,13228,'action started via WP Cron','2021-01-01 21:14:17','2021-01-01 16:14:17'),
(27194,13228,'action complete via WP Cron','2021-01-01 21:14:17','2021-01-01 16:14:17'),
(27195,13229,'action created','2021-01-01 21:14:17','2021-01-01 16:14:17'),
(27196,13229,'action started via WP Cron','2021-01-01 21:15:11','2021-01-01 16:15:11'),
(27197,13229,'action complete via WP Cron','2021-01-01 21:15:11','2021-01-01 16:15:11'),
(27198,13230,'action created','2021-01-01 21:15:11','2021-01-01 16:15:11'),
(27199,13230,'action started via WP Cron','2021-01-01 21:16:30','2021-01-01 16:16:30'),
(27200,13230,'action complete via WP Cron','2021-01-01 21:16:30','2021-01-01 16:16:30'),
(27201,13231,'action created','2021-01-01 21:16:30','2021-01-01 16:16:30'),
(27202,13231,'action started via WP Cron','2021-01-01 21:18:26','2021-01-01 16:18:26'),
(27203,13231,'action complete via WP Cron','2021-01-01 21:18:26','2021-01-01 16:18:26'),
(27204,13232,'action created','2021-01-01 21:18:26','2021-01-01 16:18:26'),
(27205,13232,'action started via WP Cron','2021-01-01 21:19:52','2021-01-01 16:19:52'),
(27206,13232,'action complete via WP Cron','2021-01-01 21:19:53','2021-01-01 16:19:53'),
(27207,13233,'action created','2021-01-01 21:19:53','2021-01-01 16:19:53'),
(27208,13233,'action started via WP Cron','2021-01-01 21:20:52','2021-01-01 16:20:52'),
(27209,13233,'action complete via WP Cron','2021-01-01 21:20:52','2021-01-01 16:20:52'),
(27210,13234,'action created','2021-01-01 21:20:52','2021-01-01 16:20:52'),
(27211,13234,'action started via WP Cron','2021-01-01 21:21:13','2021-01-01 16:21:13'),
(27212,13234,'action complete via WP Cron','2021-01-01 21:21:13','2021-01-01 16:21:13'),
(27213,13235,'action created','2021-01-01 21:21:13','2021-01-01 16:21:13'),
(27214,13235,'action started via WP Cron','2021-01-01 21:22:16','2021-01-01 16:22:16'),
(27215,13235,'action complete via WP Cron','2021-01-01 21:22:16','2021-01-01 16:22:16'),
(27216,13236,'action created','2021-01-01 21:22:18','2021-01-01 16:22:18'),
(27217,13236,'action started via WP Cron','2021-01-01 21:27:22','2021-01-01 16:27:22'),
(27218,13236,'action complete via WP Cron','2021-01-01 21:27:22','2021-01-01 16:27:22'),
(27219,13237,'action created','2021-01-01 21:27:22','2021-01-01 16:27:22'),
(27220,13237,'action started via WP Cron','2021-01-01 21:28:20','2021-01-01 16:28:20'),
(27221,13237,'action complete via WP Cron','2021-01-01 21:28:20','2021-01-01 16:28:20'),
(27222,13238,'action created','2021-01-01 21:28:21','2021-01-01 16:28:21'),
(27223,13238,'action started via WP Cron','2021-01-01 21:29:16','2021-01-01 16:29:16'),
(27224,13238,'action complete via WP Cron','2021-01-01 21:29:16','2021-01-01 16:29:16'),
(27225,13239,'action created','2021-01-01 21:29:16','2021-01-01 16:29:16'),
(27226,13239,'action started via WP Cron','2021-01-01 21:30:19','2021-01-01 16:30:19'),
(27227,13239,'action complete via WP Cron','2021-01-01 21:30:19','2021-01-01 16:30:19'),
(27228,13240,'action created','2021-01-01 21:30:19','2021-01-01 16:30:19'),
(27229,13240,'action started via WP Cron','2021-01-01 21:31:12','2021-01-01 16:31:12'),
(27230,13240,'action complete via WP Cron','2021-01-01 21:31:12','2021-01-01 16:31:12'),
(27231,13241,'action created','2021-01-01 21:31:12','2021-01-01 16:31:12'),
(27232,13241,'action started via WP Cron','2021-01-01 21:32:22','2021-01-01 16:32:22'),
(27233,13241,'action complete via WP Cron','2021-01-01 21:32:22','2021-01-01 16:32:22'),
(27234,13242,'action created','2021-01-01 21:32:22','2021-01-01 16:32:22'),
(27235,13242,'action started via WP Cron','2021-01-01 21:33:55','2021-01-01 16:33:55'),
(27236,13242,'action complete via WP Cron','2021-01-01 21:33:55','2021-01-01 16:33:55'),
(27237,13243,'action created','2021-01-01 21:33:55','2021-01-01 16:33:55'),
(27238,13243,'action started via WP Cron','2021-01-01 21:35:03','2021-01-01 16:35:03'),
(27239,13243,'action complete via WP Cron','2021-01-01 21:35:03','2021-01-01 16:35:03'),
(27240,13244,'action created','2021-01-01 21:35:03','2021-01-01 16:35:03'),
(27241,13244,'action started via WP Cron','2021-01-01 21:35:16','2021-01-01 16:35:16'),
(27242,13244,'action complete via WP Cron','2021-01-01 21:35:16','2021-01-01 16:35:16'),
(27243,13245,'action created','2021-01-01 21:35:16','2021-01-01 16:35:16'),
(27244,13245,'action started via WP Cron','2021-01-01 21:36:13','2021-01-01 16:36:13'),
(27245,13245,'action complete via WP Cron','2021-01-01 21:36:13','2021-01-01 16:36:13'),
(27246,13246,'action created','2021-01-01 21:36:13','2021-01-01 16:36:13'),
(27247,13246,'action started via WP Cron','2021-01-01 21:37:27','2021-01-01 16:37:27'),
(27248,13246,'action complete via WP Cron','2021-01-01 21:37:27','2021-01-01 16:37:27'),
(27249,13247,'action created','2021-01-01 21:37:27','2021-01-01 16:37:27'),
(27250,13247,'action started via WP Cron','2021-01-01 21:38:23','2021-01-01 16:38:23'),
(27251,13247,'action complete via WP Cron','2021-01-01 21:38:23','2021-01-01 16:38:23'),
(27252,13248,'action created','2021-01-01 21:38:23','2021-01-01 16:38:23'),
(27253,13248,'action started via WP Cron','2021-01-01 21:39:14','2021-01-01 16:39:14'),
(27254,13248,'action complete via WP Cron','2021-01-01 21:39:14','2021-01-01 16:39:14'),
(27255,13249,'action created','2021-01-01 21:39:14','2021-01-01 16:39:14'),
(27256,13249,'action started via WP Cron','2021-01-01 21:42:02','2021-01-01 16:42:02'),
(27257,13249,'action complete via WP Cron','2021-01-01 21:42:02','2021-01-01 16:42:02'),
(27258,13250,'action created','2021-01-01 21:42:02','2021-01-01 16:42:02'),
(27259,13250,'action started via WP Cron','2021-01-01 21:43:13','2021-01-01 16:43:13'),
(27260,13250,'action complete via WP Cron','2021-01-01 21:43:13','2021-01-01 16:43:13'),
(27261,13251,'action created','2021-01-01 21:43:13','2021-01-01 16:43:13'),
(27262,13251,'action started via WP Cron','2021-01-01 21:45:10','2021-01-01 16:45:10'),
(27263,13251,'action complete via WP Cron','2021-01-01 21:45:10','2021-01-01 16:45:10'),
(27264,13252,'action created','2021-01-01 21:45:11','2021-01-01 16:45:11'),
(27265,13252,'action started via WP Cron','2021-01-01 21:46:35','2021-01-01 16:46:35'),
(27266,13252,'action complete via WP Cron','2021-01-01 21:46:35','2021-01-01 16:46:35'),
(27267,13253,'action created','2021-01-01 21:46:35','2021-01-01 16:46:35'),
(27268,13253,'action started via WP Cron','2021-01-01 21:47:45','2021-01-01 16:47:45'),
(27269,13253,'action complete via WP Cron','2021-01-01 21:47:45','2021-01-01 16:47:45'),
(27270,13254,'action created','2021-01-01 21:47:45','2021-01-01 16:47:45'),
(27271,13254,'action started via WP Cron','2021-01-01 21:48:18','2021-01-01 16:48:18'),
(27272,13254,'action complete via WP Cron','2021-01-01 21:48:18','2021-01-01 16:48:18'),
(27273,13255,'action created','2021-01-01 21:48:18','2021-01-01 16:48:18'),
(27274,13255,'action started via WP Cron','2021-01-01 21:51:49','2021-01-01 16:51:49'),
(27275,13255,'action complete via WP Cron','2021-01-01 21:51:49','2021-01-01 16:51:49'),
(27276,13256,'action created','2021-01-01 21:51:49','2021-01-01 16:51:49'),
(27277,13256,'action started via WP Cron','2021-01-01 21:52:57','2021-01-01 16:52:57'),
(27278,13256,'action complete via WP Cron','2021-01-01 21:52:57','2021-01-01 16:52:57'),
(27279,13257,'action created','2021-01-01 21:52:57','2021-01-01 16:52:57'),
(27280,13257,'action started via WP Cron','2021-01-01 21:53:50','2021-01-01 16:53:50'),
(27281,13257,'action complete via WP Cron','2021-01-01 21:53:50','2021-01-01 16:53:50'),
(27282,13258,'action created','2021-01-01 21:53:50','2021-01-01 16:53:50'),
(27283,13258,'action started via WP Cron','2021-01-01 21:54:23','2021-01-01 16:54:23'),
(27284,13258,'action complete via WP Cron','2021-01-01 21:54:23','2021-01-01 16:54:23'),
(27285,13259,'action created','2021-01-01 21:54:23','2021-01-01 16:54:23'),
(27286,13259,'action started via WP Cron','2021-01-01 21:58:47','2021-01-01 16:58:47'),
(27287,13259,'action complete via WP Cron','2021-01-01 21:58:47','2021-01-01 16:58:47'),
(27288,13260,'action created','2021-01-01 21:58:47','2021-01-01 16:58:47'),
(27289,13260,'action started via WP Cron','2021-01-01 21:59:29','2021-01-01 16:59:29'),
(27290,13260,'action complete via WP Cron','2021-01-01 21:59:29','2021-01-01 16:59:29'),
(27291,13261,'action created','2021-01-01 21:59:29','2021-01-01 16:59:29'),
(27292,13261,'action started via WP Cron','2021-01-01 22:00:12','2021-01-01 17:00:12'),
(27293,13261,'action complete via WP Cron','2021-01-01 22:00:12','2021-01-01 17:00:12'),
(27294,13262,'action created','2021-01-01 22:00:12','2021-01-01 17:00:12'),
(27295,13262,'action started via WP Cron','2021-01-01 22:02:49','2021-01-01 17:02:49'),
(27296,13262,'action complete via WP Cron','2021-01-01 22:02:49','2021-01-01 17:02:49'),
(27297,13263,'action created','2021-01-01 22:02:49','2021-01-01 17:02:49'),
(27298,13263,'action started via WP Cron','2021-01-01 22:04:28','2021-01-01 17:04:28'),
(27299,13263,'action complete via WP Cron','2021-01-01 22:04:28','2021-01-01 17:04:28'),
(27300,13264,'action created','2021-01-01 22:04:28','2021-01-01 17:04:28'),
(27301,13264,'action started via WP Cron','2021-01-01 22:05:38','2021-01-01 17:05:38'),
(27302,13264,'action complete via WP Cron','2021-01-01 22:05:38','2021-01-01 17:05:38'),
(27303,13265,'action created','2021-01-01 22:05:38','2021-01-01 17:05:38'),
(27304,13265,'action started via WP Cron','2021-01-01 22:06:28','2021-01-01 17:06:28'),
(27305,13265,'action complete via WP Cron','2021-01-01 22:06:28','2021-01-01 17:06:28'),
(27306,13266,'action created','2021-01-01 22:06:28','2021-01-01 17:06:28'),
(27307,13266,'action started via WP Cron','2021-01-01 22:08:14','2021-01-01 17:08:14'),
(27308,13266,'action complete via WP Cron','2021-01-01 22:08:14','2021-01-01 17:08:14'),
(27309,13267,'action created','2021-01-01 22:08:15','2021-01-01 17:08:15'),
(27310,13267,'action started via WP Cron','2021-01-01 22:09:11','2021-01-01 17:09:11'),
(27311,13267,'action complete via WP Cron','2021-01-01 22:09:11','2021-01-01 17:09:11'),
(27312,13268,'action created','2021-01-01 22:09:11','2021-01-01 17:09:11'),
(27313,13268,'action started via WP Cron','2021-01-01 22:12:04','2021-01-01 17:12:04'),
(27314,13268,'action complete via WP Cron','2021-01-01 22:12:04','2021-01-01 17:12:04'),
(27315,13269,'action created','2021-01-01 22:12:04','2021-01-01 17:12:04'),
(27316,13269,'action started via WP Cron','2021-01-01 22:13:05','2021-01-01 17:13:05'),
(27317,13269,'action complete via WP Cron','2021-01-01 22:13:05','2021-01-01 17:13:05'),
(27318,13270,'action created','2021-01-01 22:13:05','2021-01-01 17:13:05'),
(27319,13270,'action started via WP Cron','2021-01-01 22:13:59','2021-01-01 17:13:59'),
(27320,13270,'action complete via WP Cron','2021-01-01 22:13:59','2021-01-01 17:13:59'),
(27321,13271,'action created','2021-01-01 22:13:59','2021-01-01 17:13:59'),
(27322,13271,'action started via WP Cron','2021-01-01 22:14:16','2021-01-01 17:14:16'),
(27323,13271,'action complete via WP Cron','2021-01-01 22:14:16','2021-01-01 17:14:16'),
(27324,13272,'action created','2021-01-01 22:14:16','2021-01-01 17:14:16'),
(27325,13272,'action started via WP Cron','2021-01-01 22:15:18','2021-01-01 17:15:18'),
(27326,13272,'action complete via WP Cron','2021-01-01 22:15:18','2021-01-01 17:15:18'),
(27327,13273,'action created','2021-01-01 22:15:18','2021-01-01 17:15:18'),
(27328,13273,'action started via WP Cron','2021-01-01 22:16:26','2021-01-01 17:16:26'),
(27329,13273,'action complete via WP Cron','2021-01-01 22:16:26','2021-01-01 17:16:26'),
(27330,13274,'action created','2021-01-01 22:16:26','2021-01-01 17:16:26'),
(27331,13274,'action started via WP Cron','2021-01-01 22:18:24','2021-01-01 17:18:24'),
(27332,13274,'action complete via WP Cron','2021-01-01 22:18:24','2021-01-01 17:18:24'),
(27333,13275,'action created','2021-01-01 22:18:24','2021-01-01 17:18:24'),
(27334,13275,'action started via WP Cron','2021-01-01 22:19:32','2021-01-01 17:19:32'),
(27335,13275,'action complete via WP Cron','2021-01-01 22:19:32','2021-01-01 17:19:32'),
(27336,13276,'action created','2021-01-01 22:19:32','2021-01-01 17:19:32'),
(27337,13276,'action started via WP Cron','2021-01-01 22:20:29','2021-01-01 17:20:29'),
(27338,13276,'action complete via WP Cron','2021-01-01 22:20:29','2021-01-01 17:20:29'),
(27339,13277,'action created','2021-01-01 22:20:29','2021-01-01 17:20:29'),
(27340,13277,'action started via WP Cron','2021-01-01 22:22:21','2021-01-01 17:22:21'),
(27341,13277,'action complete via WP Cron','2021-01-01 22:22:21','2021-01-01 17:22:21'),
(27342,13278,'action created','2021-01-01 22:22:21','2021-01-01 17:22:21'),
(27343,13278,'action started via WP Cron','2021-01-01 22:23:39','2021-01-01 17:23:39'),
(27344,13278,'action complete via WP Cron','2021-01-01 22:23:39','2021-01-01 17:23:39'),
(27345,13279,'action created','2021-01-01 22:23:39','2021-01-01 17:23:39'),
(27346,13279,'action started via WP Cron','2021-01-01 22:27:56','2021-01-01 17:27:56'),
(27347,13279,'action complete via WP Cron','2021-01-01 22:27:56','2021-01-01 17:27:56'),
(27348,13280,'action created','2021-01-01 22:27:56','2021-01-01 17:27:56'),
(27349,13280,'action started via WP Cron','2021-01-01 22:28:14','2021-01-01 17:28:14'),
(27350,13280,'action complete via WP Cron','2021-01-01 22:28:14','2021-01-01 17:28:14'),
(27351,13281,'action created','2021-01-01 22:28:14','2021-01-01 17:28:14'),
(27352,13281,'action started via WP Cron','2021-01-01 22:29:16','2021-01-01 17:29:16'),
(27353,13281,'action complete via WP Cron','2021-01-01 22:29:16','2021-01-01 17:29:16'),
(27354,13282,'action created','2021-01-01 22:29:16','2021-01-01 17:29:16'),
(27355,13282,'action started via WP Cron','2021-01-01 22:31:06','2021-01-01 17:31:06'),
(27356,13282,'action complete via WP Cron','2021-01-01 22:31:06','2021-01-01 17:31:06'),
(27357,13283,'action created','2021-01-01 22:31:06','2021-01-01 17:31:06'),
(27358,13283,'action started via WP Cron','2021-01-01 22:34:57','2021-01-01 17:34:57'),
(27359,13283,'action complete via WP Cron','2021-01-01 22:34:57','2021-01-01 17:34:57'),
(27360,13284,'action created','2021-01-01 22:34:57','2021-01-01 17:34:57'),
(27361,13284,'action started via WP Cron','2021-01-01 22:35:23','2021-01-01 17:35:23'),
(27362,13284,'action complete via WP Cron','2021-01-01 22:35:23','2021-01-01 17:35:23'),
(27363,13285,'action created','2021-01-01 22:35:23','2021-01-01 17:35:23'),
(27364,13285,'action started via WP Cron','2021-01-01 22:36:26','2021-01-01 17:36:26'),
(27365,13285,'action complete via WP Cron','2021-01-01 22:36:26','2021-01-01 17:36:26'),
(27366,13286,'action created','2021-01-01 22:36:26','2021-01-01 17:36:26'),
(27367,13286,'action started via WP Cron','2021-01-01 22:37:55','2021-01-01 17:37:55'),
(27368,13286,'action complete via WP Cron','2021-01-01 22:37:55','2021-01-01 17:37:55'),
(27369,13287,'action created','2021-01-01 22:37:55','2021-01-01 17:37:55'),
(27370,13287,'action started via WP Cron','2021-01-01 22:39:00','2021-01-01 17:39:00'),
(27371,13287,'action complete via WP Cron','2021-01-01 22:39:00','2021-01-01 17:39:00'),
(27372,13288,'action created','2021-01-01 22:39:00','2021-01-01 17:39:00'),
(27373,13288,'action started via WP Cron','2021-01-01 22:39:21','2021-01-01 17:39:21'),
(27374,13288,'action complete via WP Cron','2021-01-01 22:39:21','2021-01-01 17:39:21'),
(27375,13289,'action created','2021-01-01 22:39:21','2021-01-01 17:39:21'),
(27376,13289,'action started via WP Cron','2021-01-01 22:40:11','2021-01-01 17:40:11'),
(27377,13289,'action complete via WP Cron','2021-01-01 22:40:11','2021-01-01 17:40:11'),
(27378,13290,'action created','2021-01-01 22:40:11','2021-01-01 17:40:11'),
(27379,13290,'action started via WP Cron','2021-01-01 22:41:34','2021-01-01 17:41:34'),
(27380,13290,'action complete via WP Cron','2021-01-01 22:41:34','2021-01-01 17:41:34'),
(27381,13291,'action created','2021-01-01 22:41:34','2021-01-01 17:41:34'),
(27382,13291,'action started via WP Cron','2021-01-01 22:42:49','2021-01-01 17:42:49'),
(27383,13291,'action complete via WP Cron','2021-01-01 22:42:49','2021-01-01 17:42:49'),
(27384,13292,'action created','2021-01-01 22:42:49','2021-01-01 17:42:49'),
(27385,13292,'action started via WP Cron','2021-01-01 22:45:40','2021-01-01 17:45:40'),
(27386,13292,'action complete via WP Cron','2021-01-01 22:45:40','2021-01-01 17:45:40'),
(27387,13293,'action created','2021-01-01 22:45:40','2021-01-01 17:45:40'),
(27388,13293,'action started via WP Cron','2021-01-01 22:46:45','2021-01-01 17:46:45'),
(27389,13293,'action complete via WP Cron','2021-01-01 22:46:45','2021-01-01 17:46:45'),
(27390,13294,'action created','2021-01-01 22:46:45','2021-01-01 17:46:45'),
(27391,13294,'action started via WP Cron','2021-01-01 22:48:16','2021-01-01 17:48:16'),
(27392,13294,'action complete via WP Cron','2021-01-01 22:48:16','2021-01-01 17:48:16'),
(27393,13295,'action created','2021-01-01 22:48:16','2021-01-01 17:48:16'),
(27394,13295,'action started via WP Cron','2021-01-01 22:49:23','2021-01-01 17:49:23'),
(27395,13295,'action complete via WP Cron','2021-01-01 22:49:23','2021-01-01 17:49:23'),
(27396,13296,'action created','2021-01-01 22:49:23','2021-01-01 17:49:23'),
(27397,13296,'action started via WP Cron','2021-01-01 22:50:16','2021-01-01 17:50:16'),
(27398,13296,'action complete via WP Cron','2021-01-01 22:50:16','2021-01-01 17:50:16'),
(27399,13297,'action created','2021-01-01 22:50:16','2021-01-01 17:50:16'),
(27400,13297,'action started via WP Cron','2021-01-01 22:51:13','2021-01-01 17:51:13'),
(27401,13297,'action complete via WP Cron','2021-01-01 22:51:13','2021-01-01 17:51:13'),
(27402,13298,'action created','2021-01-01 22:51:13','2021-01-01 17:51:13'),
(27403,13298,'action started via WP Cron','2021-01-01 22:52:12','2021-01-01 17:52:12'),
(27404,13298,'action complete via WP Cron','2021-01-01 22:52:12','2021-01-01 17:52:12'),
(27405,13299,'action created','2021-01-01 22:52:12','2021-01-01 17:52:12'),
(27406,13299,'action started via WP Cron','2021-01-01 22:53:16','2021-01-01 17:53:16'),
(27407,13299,'action complete via WP Cron','2021-01-01 22:53:16','2021-01-01 17:53:16'),
(27408,13300,'action created','2021-01-01 22:53:16','2021-01-01 17:53:16'),
(27409,13300,'action started via WP Cron','2021-01-01 22:54:15','2021-01-01 17:54:15'),
(27410,13300,'action complete via WP Cron','2021-01-01 22:54:15','2021-01-01 17:54:15'),
(27411,13301,'action created','2021-01-01 22:54:15','2021-01-01 17:54:15'),
(27412,13301,'action started via WP Cron','2021-01-01 22:55:15','2021-01-01 17:55:15'),
(27413,13301,'action complete via WP Cron','2021-01-01 22:55:15','2021-01-01 17:55:15'),
(27414,13302,'action created','2021-01-01 22:55:15','2021-01-01 17:55:15'),
(27415,13302,'action started via WP Cron','2021-01-01 22:56:17','2021-01-01 17:56:17'),
(27416,13302,'action complete via WP Cron','2021-01-01 22:56:17','2021-01-01 17:56:17'),
(27417,13303,'action created','2021-01-01 22:56:17','2021-01-01 17:56:17'),
(27418,13303,'action started via WP Cron','2021-01-01 22:57:13','2021-01-01 17:57:13'),
(27419,13303,'action complete via WP Cron','2021-01-01 22:57:13','2021-01-01 17:57:13'),
(27420,13304,'action created','2021-01-01 22:57:13','2021-01-01 17:57:13'),
(27421,13304,'action started via WP Cron','2021-01-01 22:58:13','2021-01-01 17:58:13'),
(27422,13304,'action complete via WP Cron','2021-01-01 22:58:13','2021-01-01 17:58:13'),
(27423,13305,'action created','2021-01-01 22:58:13','2021-01-01 17:58:13'),
(27424,13305,'action started via WP Cron','2021-01-01 23:00:07','2021-01-01 18:00:07'),
(27425,13305,'action complete via WP Cron','2021-01-01 23:00:07','2021-01-01 18:00:07'),
(27426,13306,'action created','2021-01-01 23:00:07','2021-01-01 18:00:07'),
(27427,13306,'action started via WP Cron','2021-01-01 23:01:20','2021-01-01 18:01:20'),
(27428,13306,'action complete via WP Cron','2021-01-01 23:01:20','2021-01-01 18:01:20'),
(27429,13307,'action created','2021-01-01 23:01:20','2021-01-01 18:01:20'),
(27430,13307,'action started via WP Cron','2021-01-01 23:02:12','2021-01-01 18:02:12'),
(27431,13307,'action complete via WP Cron','2021-01-01 23:02:12','2021-01-01 18:02:12'),
(27432,13308,'action created','2021-01-01 23:02:13','2021-01-01 18:02:13'),
(27433,13308,'action started via WP Cron','2021-01-01 23:03:32','2021-01-01 18:03:32'),
(27434,13308,'action complete via WP Cron','2021-01-01 23:03:32','2021-01-01 18:03:32'),
(27435,13309,'action created','2021-01-01 23:03:32','2021-01-01 18:03:32'),
(27436,13309,'action started via WP Cron','2021-01-01 23:05:09','2021-01-01 18:05:09'),
(27437,13309,'action complete via WP Cron','2021-01-01 23:05:09','2021-01-01 18:05:09'),
(27438,13310,'action created','2021-01-01 23:05:09','2021-01-01 18:05:09'),
(27439,13310,'action started via WP Cron','2021-01-01 23:05:36','2021-01-01 18:05:36'),
(27440,13310,'action complete via WP Cron','2021-01-01 23:05:36','2021-01-01 18:05:36'),
(27441,13311,'action created','2021-01-01 23:05:36','2021-01-01 18:05:36'),
(27442,13311,'action started via WP Cron','2021-01-01 23:06:21','2021-01-01 18:06:21'),
(27443,13311,'action complete via WP Cron','2021-01-01 23:06:21','2021-01-01 18:06:21'),
(27444,13312,'action created','2021-01-01 23:06:21','2021-01-01 18:06:21'),
(27445,13312,'action started via WP Cron','2021-01-01 23:07:30','2021-01-01 18:07:30'),
(27446,13312,'action complete via WP Cron','2021-01-01 23:07:30','2021-01-01 18:07:30'),
(27447,13313,'action created','2021-01-01 23:07:30','2021-01-01 18:07:30'),
(27448,13313,'action started via WP Cron','2021-01-01 23:08:21','2021-01-01 18:08:21'),
(27449,13313,'action complete via WP Cron','2021-01-01 23:08:21','2021-01-01 18:08:21'),
(27450,13314,'action created','2021-01-01 23:08:21','2021-01-01 18:08:21'),
(27451,13314,'action started via WP Cron','2021-01-01 23:09:19','2021-01-01 18:09:19'),
(27452,13314,'action complete via WP Cron','2021-01-01 23:09:19','2021-01-01 18:09:19'),
(27453,13315,'action created','2021-01-01 23:09:19','2021-01-01 18:09:19'),
(27454,13315,'action started via WP Cron','2021-01-01 23:10:12','2021-01-01 18:10:12'),
(27455,13315,'action complete via WP Cron','2021-01-01 23:10:12','2021-01-01 18:10:12'),
(27456,13316,'action created','2021-01-01 23:10:12','2021-01-01 18:10:12'),
(27457,13316,'action started via WP Cron','2021-01-01 23:11:33','2021-01-01 18:11:33'),
(27458,13316,'action complete via WP Cron','2021-01-01 23:11:33','2021-01-01 18:11:33'),
(27459,13317,'action created','2021-01-01 23:11:33','2021-01-01 18:11:33'),
(27460,13317,'action started via WP Cron','2021-01-01 23:12:17','2021-01-01 18:12:17'),
(27461,13317,'action complete via WP Cron','2021-01-01 23:12:17','2021-01-01 18:12:17'),
(27462,13318,'action created','2021-01-01 23:12:17','2021-01-01 18:12:17'),
(27463,13318,'action started via WP Cron','2021-01-01 23:13:56','2021-01-01 18:13:56'),
(27464,13318,'action complete via WP Cron','2021-01-01 23:13:56','2021-01-01 18:13:56'),
(27465,13319,'action created','2021-01-01 23:13:56','2021-01-01 18:13:56'),
(27466,13319,'action started via WP Cron','2021-01-01 23:14:11','2021-01-01 18:14:11'),
(27467,13319,'action complete via WP Cron','2021-01-01 23:14:11','2021-01-01 18:14:11'),
(27468,13320,'action created','2021-01-01 23:14:11','2021-01-01 18:14:11'),
(27469,13320,'action started via WP Cron','2021-01-01 23:15:18','2021-01-01 18:15:18'),
(27470,13320,'action complete via WP Cron','2021-01-01 23:15:18','2021-01-01 18:15:18'),
(27471,13321,'action created','2021-01-01 23:15:18','2021-01-01 18:15:18'),
(27472,13321,'action started via WP Cron','2021-01-01 23:17:21','2021-01-01 18:17:21'),
(27473,13321,'action complete via WP Cron','2021-01-01 23:17:21','2021-01-01 18:17:21'),
(27474,13322,'action created','2021-01-01 23:17:21','2021-01-01 18:17:21'),
(27475,13322,'action started via WP Cron','2021-01-01 23:19:00','2021-01-01 18:19:00'),
(27476,13322,'action complete via WP Cron','2021-01-01 23:19:00','2021-01-01 18:19:00'),
(27477,13323,'action created','2021-01-01 23:19:00','2021-01-01 18:19:00'),
(27478,13323,'action started via WP Cron','2021-01-01 23:20:46','2021-01-01 18:20:46'),
(27479,13323,'action complete via WP Cron','2021-01-01 23:20:46','2021-01-01 18:20:46'),
(27480,13324,'action created','2021-01-01 23:20:46','2021-01-01 18:20:46'),
(27481,13324,'action started via WP Cron','2021-01-01 23:21:49','2021-01-01 18:21:49'),
(27482,13324,'action complete via WP Cron','2021-01-01 23:21:49','2021-01-01 18:21:49'),
(27483,13325,'action created','2021-01-01 23:21:49','2021-01-01 18:21:49'),
(27484,13325,'action started via WP Cron','2021-01-01 23:24:27','2021-01-01 18:24:27'),
(27485,13325,'action complete via WP Cron','2021-01-01 23:24:27','2021-01-01 18:24:27'),
(27486,13326,'action created','2021-01-01 23:24:27','2021-01-01 18:24:27'),
(27487,13326,'action started via WP Cron','2021-01-01 23:25:31','2021-01-01 18:25:31'),
(27488,13326,'action complete via WP Cron','2021-01-01 23:25:32','2021-01-01 18:25:32'),
(27489,13327,'action created','2021-01-01 23:25:32','2021-01-01 18:25:32'),
(27490,13327,'action started via WP Cron','2021-01-01 23:26:27','2021-01-01 18:26:27'),
(27491,13327,'action complete via WP Cron','2021-01-01 23:26:27','2021-01-01 18:26:27'),
(27492,13328,'action created','2021-01-01 23:26:27','2021-01-01 18:26:27'),
(27493,13328,'action started via WP Cron','2021-01-01 23:27:46','2021-01-01 18:27:46'),
(27494,13328,'action complete via WP Cron','2021-01-01 23:27:46','2021-01-01 18:27:46'),
(27495,13329,'action created','2021-01-01 23:27:46','2021-01-01 18:27:46'),
(27496,13329,'action started via WP Cron','2021-01-01 23:28:23','2021-01-01 18:28:23'),
(27497,13329,'action complete via WP Cron','2021-01-01 23:28:23','2021-01-01 18:28:23'),
(27498,13330,'action created','2021-01-01 23:28:23','2021-01-01 18:28:23'),
(27499,13330,'action started via WP Cron','2021-01-01 23:29:33','2021-01-01 18:29:33'),
(27500,13330,'action complete via WP Cron','2021-01-01 23:29:33','2021-01-01 18:29:33'),
(27501,13331,'action created','2021-01-01 23:29:33','2021-01-01 18:29:33'),
(27502,13331,'action started via WP Cron','2021-01-01 23:30:20','2021-01-01 18:30:20'),
(27503,13331,'action complete via WP Cron','2021-01-01 23:30:20','2021-01-01 18:30:20'),
(27504,13332,'action created','2021-01-01 23:30:20','2021-01-01 18:30:20'),
(27505,13332,'action started via WP Cron','2021-01-01 23:31:32','2021-01-01 18:31:32'),
(27506,13332,'action complete via WP Cron','2021-01-01 23:31:32','2021-01-01 18:31:32'),
(27507,13333,'action created','2021-01-01 23:31:32','2021-01-01 18:31:32'),
(27508,13333,'action started via WP Cron','2021-01-01 23:35:58','2021-01-01 18:35:58'),
(27509,13333,'action complete via WP Cron','2021-01-01 23:35:58','2021-01-01 18:35:58'),
(27510,13334,'action created','2021-01-01 23:35:58','2021-01-01 18:35:58'),
(27511,13334,'action started via WP Cron','2021-01-01 23:38:16','2021-01-01 18:38:16'),
(27512,13334,'action complete via WP Cron','2021-01-01 23:38:16','2021-01-01 18:38:16'),
(27513,13335,'action created','2021-01-01 23:38:16','2021-01-01 18:38:16'),
(27514,13335,'action started via WP Cron','2021-01-01 23:41:52','2021-01-01 18:41:52'),
(27515,13335,'action complete via WP Cron','2021-01-01 23:41:52','2021-01-01 18:41:52'),
(27516,13336,'action created','2021-01-01 23:41:52','2021-01-01 18:41:52'),
(27517,13336,'action started via WP Cron','2021-01-01 23:42:11','2021-01-01 18:42:11'),
(27518,13336,'action complete via WP Cron','2021-01-01 23:42:11','2021-01-01 18:42:11'),
(27519,13337,'action created','2021-01-01 23:42:11','2021-01-01 18:42:11'),
(27520,13337,'action started via WP Cron','2021-01-01 23:43:14','2021-01-01 18:43:14'),
(27521,13337,'action complete via WP Cron','2021-01-01 23:43:14','2021-01-01 18:43:14'),
(27522,13338,'action created','2021-01-01 23:43:14','2021-01-01 18:43:14'),
(27523,13338,'action started via WP Cron','2021-01-01 23:46:10','2021-01-01 18:46:10'),
(27524,13338,'action complete via WP Cron','2021-01-01 23:46:10','2021-01-01 18:46:10'),
(27525,13339,'action created','2021-01-01 23:46:10','2021-01-01 18:46:10'),
(27526,13339,'action started via WP Cron','2021-01-01 23:46:20','2021-01-01 18:46:20'),
(27527,13339,'action complete via WP Cron','2021-01-01 23:46:20','2021-01-01 18:46:20'),
(27528,13340,'action created','2021-01-01 23:46:20','2021-01-01 18:46:20'),
(27529,13340,'action started via WP Cron','2021-01-01 23:47:19','2021-01-01 18:47:19'),
(27530,13340,'action complete via WP Cron','2021-01-01 23:47:19','2021-01-01 18:47:19'),
(27531,13341,'action created','2021-01-01 23:47:19','2021-01-01 18:47:19'),
(27532,13341,'action started via WP Cron','2021-01-01 23:48:12','2021-01-01 18:48:12'),
(27533,13341,'action complete via WP Cron','2021-01-01 23:48:12','2021-01-01 18:48:12'),
(27534,13342,'action created','2021-01-01 23:48:12','2021-01-01 18:48:12'),
(27535,13342,'action started via WP Cron','2021-01-01 23:51:50','2021-01-01 18:51:50'),
(27536,13342,'action complete via WP Cron','2021-01-01 23:51:50','2021-01-01 18:51:50'),
(27537,13343,'action created','2021-01-01 23:51:50','2021-01-01 18:51:50'),
(27538,13343,'action started via WP Cron','2021-01-01 23:52:31','2021-01-01 18:52:31'),
(27539,13343,'action complete via WP Cron','2021-01-01 23:52:31','2021-01-01 18:52:31'),
(27540,13344,'action created','2021-01-01 23:52:31','2021-01-01 18:52:31'),
(27541,13344,'action started via WP Cron','2021-01-01 23:54:14','2021-01-01 18:54:14'),
(27542,13344,'action complete via WP Cron','2021-01-01 23:54:14','2021-01-01 18:54:14'),
(27543,13345,'action created','2021-01-01 23:54:14','2021-01-01 18:54:14'),
(27544,13345,'action started via WP Cron','2021-01-01 23:55:58','2021-01-01 18:55:58'),
(27545,13345,'action complete via WP Cron','2021-01-01 23:55:58','2021-01-01 18:55:58'),
(27546,13346,'action created','2021-01-01 23:55:58','2021-01-01 18:55:58'),
(27547,13346,'action started via WP Cron','2021-01-01 23:58:44','2021-01-01 18:58:44'),
(27548,13346,'action complete via WP Cron','2021-01-01 23:58:44','2021-01-01 18:58:44'),
(27549,13347,'action created','2021-01-01 23:58:44','2021-01-01 18:58:44'),
(27550,13347,'action started via WP Cron','2021-01-02 00:04:18','2021-01-01 19:04:18'),
(27551,13347,'action complete via WP Cron','2021-01-02 00:04:18','2021-01-01 19:04:18'),
(27552,13348,'action created','2021-01-02 00:04:18','2021-01-01 19:04:18'),
(27553,13348,'action started via WP Cron','2021-01-02 00:05:58','2021-01-01 19:05:58'),
(27554,13348,'action complete via WP Cron','2021-01-02 00:05:58','2021-01-01 19:05:58'),
(27555,13349,'action created','2021-01-02 00:05:58','2021-01-01 19:05:58'),
(27556,13349,'action started via WP Cron','2021-01-02 00:06:32','2021-01-01 19:06:32'),
(27557,13349,'action complete via WP Cron','2021-01-02 00:06:32','2021-01-01 19:06:32'),
(27558,13350,'action created','2021-01-02 00:06:32','2021-01-01 19:06:32'),
(27559,13350,'action started via WP Cron','2021-01-02 00:08:25','2021-01-01 19:08:25'),
(27560,13350,'action complete via WP Cron','2021-01-02 00:08:25','2021-01-01 19:08:25'),
(27561,13351,'action created','2021-01-02 00:08:25','2021-01-01 19:08:25'),
(27562,13351,'action started via WP Cron','2021-01-02 00:11:09','2021-01-01 19:11:09'),
(27563,13351,'action complete via WP Cron','2021-01-02 00:11:09','2021-01-01 19:11:09'),
(27564,13352,'action created','2021-01-02 00:11:09','2021-01-01 19:11:09'),
(27565,13352,'action started via WP Cron','2021-01-02 00:11:54','2021-01-01 19:11:54'),
(27566,13352,'action complete via WP Cron','2021-01-02 00:11:54','2021-01-01 19:11:54'),
(27567,13353,'action created','2021-01-02 00:11:54','2021-01-01 19:11:54'),
(27568,13353,'action started via WP Cron','2021-01-02 00:14:10','2021-01-01 19:14:10'),
(27569,13353,'action complete via WP Cron','2021-01-02 00:14:10','2021-01-01 19:14:10'),
(27570,13354,'action created','2021-01-02 00:14:11','2021-01-01 19:14:11'),
(27571,13354,'action started via WP Cron','2021-01-02 00:15:04','2021-01-01 19:15:04'),
(27572,13354,'action complete via WP Cron','2021-01-02 00:15:04','2021-01-01 19:15:04'),
(27573,13355,'action created','2021-01-02 00:15:05','2021-01-01 19:15:05'),
(27574,13355,'action started via WP Cron','2021-01-02 00:16:26','2021-01-01 19:16:26'),
(27575,13355,'action complete via WP Cron','2021-01-02 00:16:26','2021-01-01 19:16:26'),
(27576,13356,'action created','2021-01-02 00:16:26','2021-01-01 19:16:26'),
(27577,13356,'action started via WP Cron','2021-01-02 00:18:40','2021-01-01 19:18:40'),
(27578,13356,'action complete via WP Cron','2021-01-02 00:18:40','2021-01-01 19:18:40'),
(27579,13357,'action created','2021-01-02 00:18:40','2021-01-01 19:18:40'),
(27580,13357,'action started via WP Cron','2021-01-02 00:19:37','2021-01-01 19:19:37'),
(27581,13357,'action complete via WP Cron','2021-01-02 00:19:37','2021-01-01 19:19:37'),
(27582,13358,'action created','2021-01-02 00:19:37','2021-01-01 19:19:37'),
(27583,13358,'action started via WP Cron','2021-01-02 00:20:31','2021-01-01 19:20:31'),
(27584,13358,'action complete via WP Cron','2021-01-02 00:20:31','2021-01-01 19:20:31'),
(27585,13359,'action created','2021-01-02 00:20:31','2021-01-01 19:20:31'),
(27586,13359,'action started via WP Cron','2021-01-02 00:21:58','2021-01-01 19:21:58'),
(27587,13359,'action complete via WP Cron','2021-01-02 00:21:58','2021-01-01 19:21:58'),
(27588,13360,'action created','2021-01-02 00:21:58','2021-01-01 19:21:58'),
(27589,13360,'action started via WP Cron','2021-01-02 00:23:51','2021-01-01 19:23:51'),
(27590,13360,'action complete via WP Cron','2021-01-02 00:23:51','2021-01-01 19:23:51'),
(27591,13361,'action created','2021-01-02 00:23:51','2021-01-01 19:23:51'),
(27592,13361,'action started via WP Cron','2021-01-02 00:24:24','2021-01-01 19:24:24'),
(27593,13361,'action complete via WP Cron','2021-01-02 00:24:24','2021-01-01 19:24:24'),
(27594,13362,'action created','2021-01-02 00:24:24','2021-01-01 19:24:24'),
(27595,13362,'action started via WP Cron','2021-01-02 00:26:11','2021-01-01 19:26:11'),
(27596,13362,'action complete via WP Cron','2021-01-02 00:26:11','2021-01-01 19:26:11'),
(27597,13363,'action created','2021-01-02 00:26:11','2021-01-01 19:26:11'),
(27598,13363,'action started via WP Cron','2021-01-02 00:30:05','2021-01-01 19:30:05'),
(27599,13363,'action complete via WP Cron','2021-01-02 00:30:05','2021-01-01 19:30:05'),
(27600,13364,'action created','2021-01-02 00:30:05','2021-01-01 19:30:05'),
(27601,13364,'action started via WP Cron','2021-01-02 00:32:06','2021-01-01 19:32:06'),
(27602,13364,'action complete via WP Cron','2021-01-02 00:32:06','2021-01-01 19:32:06'),
(27603,13365,'action created','2021-01-02 00:32:06','2021-01-01 19:32:06'),
(27604,13365,'action started via WP Cron','2021-01-02 00:33:32','2021-01-01 19:33:32'),
(27605,13365,'action complete via WP Cron','2021-01-02 00:33:32','2021-01-01 19:33:32'),
(27606,13366,'action created','2021-01-02 00:33:32','2021-01-01 19:33:32'),
(27607,13366,'action started via WP Cron','2021-01-02 00:34:12','2021-01-01 19:34:12'),
(27608,13366,'action complete via WP Cron','2021-01-02 00:34:12','2021-01-01 19:34:12'),
(27609,13367,'action created','2021-01-02 00:34:12','2021-01-01 19:34:12'),
(27610,13367,'action started via WP Cron','2021-01-02 00:36:45','2021-01-01 19:36:45'),
(27611,13367,'action complete via WP Cron','2021-01-02 00:36:45','2021-01-01 19:36:45'),
(27612,13368,'action created','2021-01-02 00:36:45','2021-01-01 19:36:45'),
(27613,13368,'action started via WP Cron','2021-01-02 00:37:28','2021-01-01 19:37:28'),
(27614,13368,'action complete via WP Cron','2021-01-02 00:37:28','2021-01-01 19:37:28'),
(27615,13369,'action created','2021-01-02 00:37:28','2021-01-01 19:37:28'),
(27616,13369,'action started via WP Cron','2021-01-02 00:38:39','2021-01-01 19:38:39'),
(27617,13369,'action complete via WP Cron','2021-01-02 00:38:39','2021-01-01 19:38:39'),
(27618,13370,'action created','2021-01-02 00:38:39','2021-01-01 19:38:39'),
(27619,13370,'action started via WP Cron','2021-01-02 00:39:14','2021-01-01 19:39:14'),
(27620,13370,'action complete via WP Cron','2021-01-02 00:39:14','2021-01-01 19:39:14'),
(27621,13371,'action created','2021-01-02 00:39:14','2021-01-01 19:39:14'),
(27622,13371,'action started via WP Cron','2021-01-02 00:41:38','2021-01-01 19:41:38'),
(27623,13371,'action complete via WP Cron','2021-01-02 00:41:38','2021-01-01 19:41:38'),
(27624,13372,'action created','2021-01-02 00:41:38','2021-01-01 19:41:38'),
(27625,13372,'action started via WP Cron','2021-01-02 00:42:46','2021-01-01 19:42:46'),
(27626,13372,'action complete via WP Cron','2021-01-02 00:42:46','2021-01-01 19:42:46'),
(27627,13373,'action created','2021-01-02 00:42:46','2021-01-01 19:42:46'),
(27628,13373,'action started via WP Cron','2021-01-02 00:45:17','2021-01-01 19:45:17'),
(27629,13373,'action complete via WP Cron','2021-01-02 00:45:17','2021-01-01 19:45:17'),
(27630,13374,'action created','2021-01-02 00:45:17','2021-01-01 19:45:17'),
(27631,13374,'action started via WP Cron','2021-01-02 00:46:27','2021-01-01 19:46:27'),
(27632,13374,'action complete via WP Cron','2021-01-02 00:46:27','2021-01-01 19:46:27'),
(27633,13375,'action created','2021-01-02 00:46:27','2021-01-01 19:46:27'),
(27634,13375,'action started via WP Cron','2021-01-02 00:49:09','2021-01-01 19:49:09'),
(27635,13375,'action complete via WP Cron','2021-01-02 00:49:09','2021-01-01 19:49:09'),
(27636,13376,'action created','2021-01-02 00:49:09','2021-01-01 19:49:09'),
(27637,13376,'action started via WP Cron','2021-01-02 00:52:00','2021-01-01 19:52:00'),
(27638,13376,'action complete via WP Cron','2021-01-02 00:52:00','2021-01-01 19:52:00'),
(27639,13377,'action created','2021-01-02 00:52:00','2021-01-01 19:52:00'),
(27640,13377,'action started via WP Cron','2021-01-02 00:52:57','2021-01-01 19:52:57'),
(27641,13377,'action complete via WP Cron','2021-01-02 00:52:57','2021-01-01 19:52:57'),
(27642,13378,'action created','2021-01-02 00:52:57','2021-01-01 19:52:57'),
(27643,13378,'action started via WP Cron','2021-01-02 00:53:26','2021-01-01 19:53:26'),
(27644,13378,'action complete via WP Cron','2021-01-02 00:53:26','2021-01-01 19:53:26'),
(27645,13379,'action created','2021-01-02 00:53:27','2021-01-01 19:53:27'),
(27646,13379,'action started via WP Cron','2021-01-02 00:55:07','2021-01-01 19:55:07'),
(27647,13379,'action complete via WP Cron','2021-01-02 00:55:08','2021-01-01 19:55:08'),
(27648,13380,'action created','2021-01-02 00:55:08','2021-01-01 19:55:08'),
(27649,13380,'action started via WP Cron','2021-01-02 00:55:18','2021-01-01 19:55:18'),
(27650,13380,'action complete via WP Cron','2021-01-02 00:55:18','2021-01-01 19:55:18'),
(27651,13381,'action created','2021-01-02 00:55:18','2021-01-01 19:55:18'),
(27652,13381,'action started via WP Cron','2021-01-02 00:56:15','2021-01-01 19:56:15'),
(27653,13381,'action complete via WP Cron','2021-01-02 00:56:15','2021-01-01 19:56:15'),
(27654,13382,'action created','2021-01-02 00:56:15','2021-01-01 19:56:15'),
(27655,13382,'action started via WP Cron','2021-01-02 00:58:23','2021-01-01 19:58:23'),
(27656,13382,'action complete via WP Cron','2021-01-02 00:58:23','2021-01-01 19:58:23'),
(27657,13383,'action created','2021-01-02 00:58:23','2021-01-01 19:58:23'),
(27658,13383,'action started via WP Cron','2021-01-02 01:02:40','2021-01-01 20:02:40'),
(27659,13383,'action complete via WP Cron','2021-01-02 01:02:40','2021-01-01 20:02:40'),
(27660,13384,'action created','2021-01-02 01:02:40','2021-01-01 20:02:40'),
(27661,13384,'action started via WP Cron','2021-01-02 01:03:46','2021-01-01 20:03:46'),
(27662,13384,'action complete via WP Cron','2021-01-02 01:03:46','2021-01-01 20:03:46'),
(27663,13385,'action created','2021-01-02 01:03:46','2021-01-01 20:03:46'),
(27664,13385,'action started via WP Cron','2021-01-02 01:04:25','2021-01-01 20:04:25'),
(27665,13385,'action complete via WP Cron','2021-01-02 01:04:25','2021-01-01 20:04:25'),
(27666,13386,'action created','2021-01-02 01:04:26','2021-01-01 20:04:26'),
(27667,13386,'action started via WP Cron','2021-01-02 01:05:47','2021-01-01 20:05:47'),
(27668,13386,'action complete via WP Cron','2021-01-02 01:05:47','2021-01-01 20:05:47'),
(27669,13387,'action created','2021-01-02 01:05:47','2021-01-01 20:05:47'),
(27670,13387,'action started via WP Cron','2021-01-02 01:08:16','2021-01-01 20:08:16'),
(27671,13387,'action complete via WP Cron','2021-01-02 01:08:16','2021-01-01 20:08:16'),
(27672,13388,'action created','2021-01-02 01:08:16','2021-01-01 20:08:16'),
(27673,13388,'action started via WP Cron','2021-01-02 01:10:18','2021-01-01 20:10:18'),
(27674,13388,'action complete via WP Cron','2021-01-02 01:10:18','2021-01-01 20:10:18'),
(27675,13389,'action created','2021-01-02 01:10:18','2021-01-01 20:10:18'),
(27676,13389,'action started via WP Cron','2021-01-02 01:11:54','2021-01-01 20:11:54'),
(27677,13389,'action complete via WP Cron','2021-01-02 01:11:54','2021-01-01 20:11:54'),
(27678,12501,'action started via WP Cron','2021-01-02 01:11:54','2021-01-01 20:11:54'),
(27679,12501,'action complete via WP Cron','2021-01-02 01:11:54','2021-01-01 20:11:54'),
(27680,13390,'action created','2021-01-02 01:11:54','2021-01-01 20:11:54'),
(27681,13391,'action created','2021-01-02 01:11:54','2021-01-01 20:11:54'),
(27682,13391,'action started via WP Cron','2021-01-02 01:14:34','2021-01-01 20:14:34'),
(27683,13391,'action complete via WP Cron','2021-01-02 01:14:34','2021-01-01 20:14:34'),
(27684,13392,'action created','2021-01-02 01:14:35','2021-01-01 20:14:35'),
(27685,13392,'action started via WP Cron','2021-01-02 01:15:43','2021-01-01 20:15:43'),
(27686,13392,'action complete via WP Cron','2021-01-02 01:15:43','2021-01-01 20:15:43'),
(27687,13393,'action created','2021-01-02 01:15:43','2021-01-01 20:15:43'),
(27688,13393,'action started via WP Cron','2021-01-02 01:16:48','2021-01-01 20:16:48'),
(27689,13393,'action complete via WP Cron','2021-01-02 01:16:48','2021-01-01 20:16:48'),
(27690,13394,'action created','2021-01-02 01:16:48','2021-01-01 20:16:48'),
(27691,13394,'action started via WP Cron','2021-01-02 01:17:13','2021-01-01 20:17:13'),
(27692,13394,'action complete via WP Cron','2021-01-02 01:17:13','2021-01-01 20:17:13'),
(27693,13395,'action created','2021-01-02 01:17:13','2021-01-01 20:17:13'),
(27694,13395,'action started via WP Cron','2021-01-02 01:20:19','2021-01-01 20:20:19'),
(27695,13395,'action complete via WP Cron','2021-01-02 01:20:19','2021-01-01 20:20:19'),
(27696,13396,'action created','2021-01-02 01:20:19','2021-01-01 20:20:19'),
(27697,13396,'action started via WP Cron','2021-01-02 01:21:59','2021-01-01 20:21:59'),
(27698,13396,'action complete via WP Cron','2021-01-02 01:21:59','2021-01-01 20:21:59'),
(27699,13397,'action created','2021-01-02 01:21:59','2021-01-01 20:21:59'),
(27700,13397,'action started via WP Cron','2021-01-02 01:22:14','2021-01-01 20:22:14'),
(27701,13397,'action complete via WP Cron','2021-01-02 01:22:14','2021-01-01 20:22:14'),
(27702,13398,'action created','2021-01-02 01:22:14','2021-01-01 20:22:14'),
(27703,13398,'action started via WP Cron','2021-01-02 01:24:00','2021-01-01 20:24:00'),
(27704,13398,'action complete via WP Cron','2021-01-02 01:24:00','2021-01-01 20:24:00'),
(27705,13399,'action created','2021-01-02 01:24:00','2021-01-01 20:24:00'),
(27706,13399,'action started via WP Cron','2021-01-02 01:26:08','2021-01-01 20:26:08'),
(27707,13399,'action complete via WP Cron','2021-01-02 01:26:08','2021-01-01 20:26:08'),
(27708,13400,'action created','2021-01-02 01:26:08','2021-01-01 20:26:08'),
(27709,13400,'action started via WP Cron','2021-01-02 01:28:02','2021-01-01 20:28:02'),
(27710,13400,'action complete via WP Cron','2021-01-02 01:28:02','2021-01-01 20:28:02'),
(27711,13401,'action created','2021-01-02 01:28:02','2021-01-01 20:28:02'),
(27712,13401,'action started via WP Cron','2021-01-02 01:32:00','2021-01-01 20:32:00'),
(27713,13401,'action complete via WP Cron','2021-01-02 01:32:00','2021-01-01 20:32:00'),
(27714,13402,'action created','2021-01-02 01:32:00','2021-01-01 20:32:00'),
(27715,13402,'action started via WP Cron','2021-01-02 01:33:54','2021-01-01 20:33:54'),
(27716,13402,'action complete via WP Cron','2021-01-02 01:33:54','2021-01-01 20:33:54'),
(27717,13403,'action created','2021-01-02 01:33:54','2021-01-01 20:33:54'),
(27718,13403,'action started via WP Cron','2021-01-02 01:35:31','2021-01-01 20:35:31'),
(27719,13403,'action complete via WP Cron','2021-01-02 01:35:31','2021-01-01 20:35:31'),
(27720,13404,'action created','2021-01-02 01:35:31','2021-01-01 20:35:31'),
(27721,13404,'action started via WP Cron','2021-01-02 01:36:40','2021-01-01 20:36:40'),
(27722,13404,'action complete via WP Cron','2021-01-02 01:36:40','2021-01-01 20:36:40'),
(27723,13405,'action created','2021-01-02 01:36:40','2021-01-01 20:36:40'),
(27724,13405,'action started via WP Cron','2021-01-02 01:37:11','2021-01-01 20:37:11'),
(27725,13405,'action complete via WP Cron','2021-01-02 01:37:11','2021-01-01 20:37:11'),
(27726,13406,'action created','2021-01-02 01:37:11','2021-01-01 20:37:11'),
(27727,13406,'action started via WP Cron','2021-01-02 01:38:27','2021-01-01 20:38:27'),
(27728,13406,'action complete via WP Cron','2021-01-02 01:38:27','2021-01-01 20:38:27'),
(27729,13407,'action created','2021-01-02 01:38:27','2021-01-01 20:38:27'),
(27730,13407,'action started via WP Cron','2021-01-02 01:39:33','2021-01-01 20:39:33'),
(27731,13407,'action complete via WP Cron','2021-01-02 01:39:33','2021-01-01 20:39:33'),
(27732,13408,'action created','2021-01-02 01:39:33','2021-01-01 20:39:33'),
(27733,13408,'action started via WP Cron','2021-01-02 01:41:53','2021-01-01 20:41:53'),
(27734,13408,'action complete via WP Cron','2021-01-02 01:41:54','2021-01-01 20:41:54'),
(27735,13409,'action created','2021-01-02 01:41:54','2021-01-01 20:41:54'),
(27736,13409,'action started via WP Cron','2021-01-02 01:42:55','2021-01-01 20:42:55'),
(27737,13409,'action complete via WP Cron','2021-01-02 01:42:55','2021-01-01 20:42:55'),
(27738,13410,'action created','2021-01-02 01:42:56','2021-01-01 20:42:56'),
(27739,13410,'action started via WP Cron','2021-01-02 01:43:42','2021-01-01 20:43:42'),
(27740,13410,'action complete via WP Cron','2021-01-02 01:43:42','2021-01-01 20:43:42'),
(27741,13411,'action created','2021-01-02 01:43:42','2021-01-01 20:43:42'),
(27742,13411,'action started via WP Cron','2021-01-02 01:45:36','2021-01-01 20:45:36'),
(27743,13411,'action complete via WP Cron','2021-01-02 01:45:36','2021-01-01 20:45:36'),
(27744,13412,'action created','2021-01-02 01:45:37','2021-01-01 20:45:37'),
(27745,13412,'action started via WP Cron','2021-01-02 01:46:12','2021-01-01 20:46:12'),
(27746,13412,'action complete via WP Cron','2021-01-02 01:46:12','2021-01-01 20:46:12'),
(27747,13413,'action created','2021-01-02 01:46:12','2021-01-01 20:46:12'),
(27748,13413,'action started via WP Cron','2021-01-02 01:47:15','2021-01-01 20:47:15'),
(27749,13413,'action complete via WP Cron','2021-01-02 01:47:15','2021-01-01 20:47:15'),
(27750,13414,'action created','2021-01-02 01:47:15','2021-01-01 20:47:15'),
(27751,13414,'action started via WP Cron','2021-01-02 01:49:10','2021-01-01 20:49:10'),
(27752,13414,'action complete via WP Cron','2021-01-02 01:49:10','2021-01-01 20:49:10'),
(27753,13415,'action created','2021-01-02 01:49:10','2021-01-01 20:49:10'),
(27754,13415,'action started via WP Cron','2021-01-02 01:49:40','2021-01-01 20:49:40'),
(27755,13415,'action complete via WP Cron','2021-01-02 01:49:40','2021-01-01 20:49:40'),
(27756,13416,'action created','2021-01-02 01:49:40','2021-01-01 20:49:40'),
(27757,13416,'action started via WP Cron','2021-01-02 01:50:19','2021-01-01 20:50:19'),
(27758,13416,'action complete via WP Cron','2021-01-02 01:50:19','2021-01-01 20:50:19'),
(27759,13417,'action created','2021-01-02 01:50:19','2021-01-01 20:50:19'),
(27760,13417,'action started via WP Cron','2021-01-02 01:52:02','2021-01-01 20:52:02'),
(27761,13417,'action complete via WP Cron','2021-01-02 01:52:02','2021-01-01 20:52:02'),
(27762,13418,'action created','2021-01-02 01:52:02','2021-01-01 20:52:02'),
(27763,13418,'action started via WP Cron','2021-01-02 01:54:01','2021-01-01 20:54:01'),
(27764,13418,'action complete via WP Cron','2021-01-02 01:54:01','2021-01-01 20:54:01'),
(27765,13419,'action created','2021-01-02 01:54:01','2021-01-01 20:54:01'),
(27766,13419,'action started via WP Cron','2021-01-02 01:55:00','2021-01-01 20:55:00'),
(27767,13419,'action complete via WP Cron','2021-01-02 01:55:00','2021-01-01 20:55:00'),
(27768,13420,'action created','2021-01-02 01:55:00','2021-01-01 20:55:00'),
(27769,13420,'action started via WP Cron','2021-01-02 01:56:04','2021-01-01 20:56:04'),
(27770,13420,'action complete via WP Cron','2021-01-02 01:56:04','2021-01-01 20:56:04'),
(27771,13421,'action created','2021-01-02 01:56:04','2021-01-01 20:56:04'),
(27772,13421,'action started via WP Cron','2021-01-02 01:57:53','2021-01-01 20:57:53'),
(27773,13421,'action complete via WP Cron','2021-01-02 01:57:53','2021-01-01 20:57:53'),
(27774,13422,'action created','2021-01-02 01:57:54','2021-01-01 20:57:54'),
(27775,13422,'action started via WP Cron','2021-01-02 01:58:58','2021-01-01 20:58:58'),
(27776,13422,'action complete via WP Cron','2021-01-02 01:58:58','2021-01-01 20:58:58'),
(27777,13423,'action created','2021-01-02 01:58:58','2021-01-01 20:58:58'),
(27778,13423,'action started via WP Cron','2021-01-02 01:59:13','2021-01-01 20:59:13'),
(27779,13423,'action complete via WP Cron','2021-01-02 01:59:13','2021-01-01 20:59:13'),
(27780,13424,'action created','2021-01-02 01:59:13','2021-01-01 20:59:13'),
(27781,13424,'action started via WP Cron','2021-01-02 02:00:26','2021-01-01 21:00:26'),
(27782,13424,'action complete via WP Cron','2021-01-02 02:00:26','2021-01-01 21:00:26'),
(27783,13425,'action created','2021-01-02 02:00:26','2021-01-01 21:00:26'),
(27784,13425,'action started via WP Cron','2021-01-02 02:03:05','2021-01-01 21:03:05'),
(27785,13425,'action complete via WP Cron','2021-01-02 02:03:05','2021-01-01 21:03:05'),
(27786,13426,'action created','2021-01-02 02:03:05','2021-01-01 21:03:05'),
(27787,13426,'action started via WP Cron','2021-01-02 02:03:25','2021-01-01 21:03:25'),
(27788,13426,'action complete via WP Cron','2021-01-02 02:03:25','2021-01-01 21:03:25'),
(27789,13427,'action created','2021-01-02 02:03:25','2021-01-01 21:03:25'),
(27790,13427,'action started via WP Cron','2021-01-02 02:04:22','2021-01-01 21:04:22'),
(27791,13427,'action complete via WP Cron','2021-01-02 02:04:22','2021-01-01 21:04:22'),
(27792,13428,'action created','2021-01-02 02:04:22','2021-01-01 21:04:22'),
(27793,13428,'action started via WP Cron','2021-01-02 02:06:21','2021-01-01 21:06:21'),
(27794,13428,'action complete via WP Cron','2021-01-02 02:06:21','2021-01-01 21:06:21'),
(27795,13429,'action created','2021-01-02 02:06:21','2021-01-01 21:06:21'),
(27796,13429,'action started via WP Cron','2021-01-02 02:07:43','2021-01-01 21:07:43'),
(27797,13429,'action complete via WP Cron','2021-01-02 02:07:43','2021-01-01 21:07:43'),
(27798,13430,'action created','2021-01-02 02:07:43','2021-01-01 21:07:43'),
(27799,13430,'action started via WP Cron','2021-01-02 02:10:23','2021-01-01 21:10:23'),
(27800,13430,'action complete via WP Cron','2021-01-02 02:10:23','2021-01-01 21:10:23'),
(27801,13431,'action created','2021-01-02 02:10:23','2021-01-01 21:10:23'),
(27802,13431,'action started via WP Cron','2021-01-02 02:11:18','2021-01-01 21:11:18'),
(27803,13431,'action complete via WP Cron','2021-01-02 02:11:18','2021-01-01 21:11:18'),
(27804,13432,'action created','2021-01-02 02:11:18','2021-01-01 21:11:18'),
(27805,13432,'action started via WP Cron','2021-01-02 02:13:48','2021-01-01 21:13:48'),
(27806,13432,'action complete via WP Cron','2021-01-02 02:13:48','2021-01-01 21:13:48'),
(27807,13433,'action created','2021-01-02 02:13:49','2021-01-01 21:13:49'),
(27808,13433,'action started via WP Cron','2021-01-02 02:20:45','2021-01-01 21:20:45'),
(27809,13433,'action complete via WP Cron','2021-01-02 02:20:45','2021-01-01 21:20:45'),
(27810,13434,'action created','2021-01-02 02:20:45','2021-01-01 21:20:45'),
(27811,13434,'action started via WP Cron','2021-01-02 02:21:48','2021-01-01 21:21:48'),
(27812,13434,'action complete via WP Cron','2021-01-02 02:21:48','2021-01-01 21:21:48'),
(27813,13435,'action created','2021-01-02 02:21:48','2021-01-01 21:21:48'),
(27814,13435,'action started via WP Cron','2021-01-02 02:22:12','2021-01-01 21:22:12'),
(27815,13435,'action complete via WP Cron','2021-01-02 02:22:12','2021-01-01 21:22:12'),
(27816,13436,'action created','2021-01-02 02:22:12','2021-01-01 21:22:12'),
(27817,13436,'action started via WP Cron','2021-01-02 02:23:30','2021-01-01 21:23:30'),
(27818,13436,'action complete via WP Cron','2021-01-02 02:23:30','2021-01-01 21:23:30'),
(27819,13437,'action created','2021-01-02 02:23:30','2021-01-01 21:23:30'),
(27820,13437,'action started via WP Cron','2021-01-02 02:24:21','2021-01-01 21:24:21'),
(27821,13437,'action complete via WP Cron','2021-01-02 02:24:21','2021-01-01 21:24:21'),
(27822,13438,'action created','2021-01-02 02:24:21','2021-01-01 21:24:21'),
(27823,13438,'action started via WP Cron','2021-01-02 02:26:00','2021-01-01 21:26:00'),
(27824,13438,'action complete via WP Cron','2021-01-02 02:26:00','2021-01-01 21:26:00'),
(27825,13439,'action created','2021-01-02 02:26:00','2021-01-01 21:26:00'),
(27826,13439,'action started via WP Cron','2021-01-02 02:32:23','2021-01-01 21:32:23'),
(27827,13439,'action complete via WP Cron','2021-01-02 02:32:23','2021-01-01 21:32:23'),
(27828,13440,'action created','2021-01-02 02:32:23','2021-01-01 21:32:23'),
(27829,13440,'action started via WP Cron','2021-01-02 02:35:56','2021-01-01 21:35:56'),
(27830,13440,'action complete via WP Cron','2021-01-02 02:35:56','2021-01-01 21:35:56'),
(27831,13441,'action created','2021-01-02 02:35:56','2021-01-01 21:35:56'),
(27832,13441,'action started via WP Cron','2021-01-02 02:36:27','2021-01-01 21:36:27'),
(27833,13441,'action complete via WP Cron','2021-01-02 02:36:27','2021-01-01 21:36:27'),
(27834,13442,'action created','2021-01-02 02:36:27','2021-01-01 21:36:27'),
(27835,13442,'action started via WP Cron','2021-01-02 02:38:04','2021-01-01 21:38:04'),
(27836,13442,'action complete via WP Cron','2021-01-02 02:38:04','2021-01-01 21:38:04'),
(27837,13443,'action created','2021-01-02 02:38:04','2021-01-01 21:38:04'),
(27838,13443,'action started via WP Cron','2021-01-02 02:38:32','2021-01-01 21:38:32'),
(27839,13443,'action complete via WP Cron','2021-01-02 02:38:32','2021-01-01 21:38:32'),
(27840,13444,'action created','2021-01-02 02:38:32','2021-01-01 21:38:32'),
(27841,13444,'action started via WP Cron','2021-01-02 02:40:07','2021-01-01 21:40:07'),
(27842,13444,'action complete via WP Cron','2021-01-02 02:40:07','2021-01-01 21:40:07'),
(27843,13445,'action created','2021-01-02 02:40:07','2021-01-01 21:40:07'),
(27844,13445,'action started via WP Cron','2021-01-02 02:41:08','2021-01-01 21:41:08'),
(27845,13445,'action complete via WP Cron','2021-01-02 02:41:08','2021-01-01 21:41:08'),
(27846,13446,'action created','2021-01-02 02:41:08','2021-01-01 21:41:08'),
(27847,13446,'action started via WP Cron','2021-01-02 02:41:27','2021-01-01 21:41:27'),
(27848,13446,'action complete via WP Cron','2021-01-02 02:41:27','2021-01-01 21:41:27'),
(27849,13447,'action created','2021-01-02 02:41:27','2021-01-01 21:41:27'),
(27850,13447,'action started via WP Cron','2021-01-02 02:42:24','2021-01-01 21:42:24'),
(27851,13447,'action complete via WP Cron','2021-01-02 02:42:24','2021-01-01 21:42:24'),
(27852,13448,'action created','2021-01-02 02:42:24','2021-01-01 21:42:24'),
(27853,13448,'action started via WP Cron','2021-01-02 02:43:42','2021-01-01 21:43:42'),
(27854,13448,'action complete via WP Cron','2021-01-02 02:43:42','2021-01-01 21:43:42'),
(27855,13449,'action created','2021-01-02 02:43:42','2021-01-01 21:43:42'),
(27856,13449,'action started via WP Cron','2021-01-02 02:44:12','2021-01-01 21:44:12'),
(27857,13449,'action complete via WP Cron','2021-01-02 02:44:12','2021-01-01 21:44:12'),
(27858,13450,'action created','2021-01-02 02:44:12','2021-01-01 21:44:12'),
(27859,13450,'action started via WP Cron','2021-01-02 02:46:06','2021-01-01 21:46:06'),
(27860,13450,'action complete via WP Cron','2021-01-02 02:46:06','2021-01-01 21:46:06'),
(27861,13451,'action created','2021-01-02 02:46:06','2021-01-01 21:46:06'),
(27862,13451,'action started via WP Cron','2021-01-02 02:46:37','2021-01-01 21:46:37'),
(27863,13451,'action complete via WP Cron','2021-01-02 02:46:37','2021-01-01 21:46:37'),
(27864,13452,'action created','2021-01-02 02:46:38','2021-01-01 21:46:38'),
(27865,13452,'action started via WP Cron','2021-01-02 02:47:15','2021-01-01 21:47:15'),
(27866,13452,'action complete via WP Cron','2021-01-02 02:47:15','2021-01-01 21:47:15'),
(27867,13453,'action created','2021-01-02 02:47:15','2021-01-01 21:47:15'),
(27868,13453,'action started via WP Cron','2021-01-02 02:49:03','2021-01-01 21:49:03'),
(27869,13453,'action complete via WP Cron','2021-01-02 02:49:03','2021-01-01 21:49:03'),
(27870,13454,'action created','2021-01-02 02:49:03','2021-01-01 21:49:03'),
(27871,13454,'action started via WP Cron','2021-01-02 02:50:50','2021-01-01 21:50:50'),
(27872,13454,'action complete via WP Cron','2021-01-02 02:50:50','2021-01-01 21:50:50'),
(27873,13455,'action created','2021-01-02 02:50:50','2021-01-01 21:50:50'),
(27874,13455,'action started via WP Cron','2021-01-02 02:51:14','2021-01-01 21:51:14'),
(27875,13455,'action complete via WP Cron','2021-01-02 02:51:14','2021-01-01 21:51:14'),
(27876,13456,'action created','2021-01-02 02:51:14','2021-01-01 21:51:14'),
(27877,13456,'action started via WP Cron','2021-01-02 02:53:00','2021-01-01 21:53:00'),
(27878,13456,'action complete via WP Cron','2021-01-02 02:53:00','2021-01-01 21:53:00'),
(27879,13457,'action created','2021-01-02 02:53:00','2021-01-01 21:53:00'),
(27880,13457,'action started via WP Cron','2021-01-02 02:53:32','2021-01-01 21:53:32'),
(27881,13457,'action complete via WP Cron','2021-01-02 02:53:32','2021-01-01 21:53:32'),
(27882,13458,'action created','2021-01-02 02:53:32','2021-01-01 21:53:32'),
(27883,13458,'action started via WP Cron','2021-01-02 02:54:57','2021-01-01 21:54:57'),
(27884,13458,'action complete via WP Cron','2021-01-02 02:54:57','2021-01-01 21:54:57'),
(27885,13459,'action created','2021-01-02 02:54:57','2021-01-01 21:54:57'),
(27886,13459,'action started via WP Cron','2021-01-02 02:57:29','2021-01-01 21:57:29'),
(27887,13459,'action complete via WP Cron','2021-01-02 02:57:29','2021-01-01 21:57:29'),
(27888,13460,'action created','2021-01-02 02:57:29','2021-01-01 21:57:29'),
(27889,13460,'action started via WP Cron','2021-01-02 02:59:38','2021-01-01 21:59:38'),
(27890,13460,'action complete via WP Cron','2021-01-02 02:59:38','2021-01-01 21:59:38'),
(27891,13461,'action created','2021-01-02 02:59:38','2021-01-01 21:59:38'),
(27892,13461,'action started via WP Cron','2021-01-02 03:00:17','2021-01-01 22:00:17'),
(27893,13461,'action complete via WP Cron','2021-01-02 03:00:17','2021-01-01 22:00:17'),
(27894,13462,'action created','2021-01-02 03:00:17','2021-01-01 22:00:17'),
(27895,13462,'action started via WP Cron','2021-01-02 03:01:13','2021-01-01 22:01:13'),
(27896,13462,'action complete via WP Cron','2021-01-02 03:01:13','2021-01-01 22:01:13'),
(27897,13463,'action created','2021-01-02 03:01:13','2021-01-01 22:01:13'),
(27898,13463,'action started via WP Cron','2021-01-02 03:02:55','2021-01-01 22:02:55'),
(27899,13463,'action complete via WP Cron','2021-01-02 03:02:55','2021-01-01 22:02:55'),
(27900,13464,'action created','2021-01-02 03:02:55','2021-01-01 22:02:55'),
(27901,13464,'action started via WP Cron','2021-01-02 03:04:45','2021-01-01 22:04:45'),
(27902,13464,'action complete via WP Cron','2021-01-02 03:04:45','2021-01-01 22:04:45'),
(27903,13465,'action created','2021-01-02 03:04:45','2021-01-01 22:04:45'),
(27904,13465,'action started via WP Cron','2021-01-02 03:06:14','2021-01-01 22:06:14'),
(27905,13465,'action complete via WP Cron','2021-01-02 03:06:14','2021-01-01 22:06:14'),
(27906,13466,'action created','2021-01-02 03:06:14','2021-01-01 22:06:14'),
(27907,13466,'action started via WP Cron','2021-01-02 03:07:45','2021-01-01 22:07:45'),
(27908,13466,'action complete via WP Cron','2021-01-02 03:07:45','2021-01-01 22:07:45'),
(27909,13467,'action created','2021-01-02 03:07:45','2021-01-01 22:07:45'),
(27910,13467,'action started via WP Cron','2021-01-02 03:08:38','2021-01-01 22:08:38'),
(27911,13467,'action complete via WP Cron','2021-01-02 03:08:38','2021-01-01 22:08:38'),
(27912,13468,'action created','2021-01-02 03:08:38','2021-01-01 22:08:38'),
(27913,13468,'action started via WP Cron','2021-01-02 03:09:13','2021-01-01 22:09:13'),
(27914,13468,'action complete via WP Cron','2021-01-02 03:09:13','2021-01-01 22:09:13'),
(27915,13469,'action created','2021-01-02 03:09:13','2021-01-01 22:09:13'),
(27916,13469,'action started via WP Cron','2021-01-02 03:10:27','2021-01-01 22:10:27'),
(27917,13469,'action complete via WP Cron','2021-01-02 03:10:27','2021-01-01 22:10:27'),
(27918,13470,'action created','2021-01-02 03:10:27','2021-01-01 22:10:27'),
(27919,13470,'action started via WP Cron','2021-01-02 03:11:38','2021-01-01 22:11:38'),
(27920,13470,'action complete via WP Cron','2021-01-02 03:11:38','2021-01-01 22:11:38'),
(27921,13471,'action created','2021-01-02 03:11:38','2021-01-01 22:11:38'),
(27922,13471,'action started via WP Cron','2021-01-02 03:13:37','2021-01-01 22:13:37'),
(27923,13471,'action complete via WP Cron','2021-01-02 03:13:37','2021-01-01 22:13:37'),
(27924,13472,'action created','2021-01-02 03:13:37','2021-01-01 22:13:37'),
(27925,13472,'action started via WP Cron','2021-01-02 03:14:58','2021-01-01 22:14:58'),
(27926,13472,'action complete via WP Cron','2021-01-02 03:14:58','2021-01-01 22:14:58'),
(27927,13473,'action created','2021-01-02 03:14:58','2021-01-01 22:14:58'),
(27928,13473,'action started via WP Cron','2021-01-02 03:15:38','2021-01-01 22:15:38'),
(27929,13473,'action complete via WP Cron','2021-01-02 03:15:38','2021-01-01 22:15:38'),
(27930,13474,'action created','2021-01-02 03:15:38','2021-01-01 22:15:38'),
(27931,13474,'action started via WP Cron','2021-01-02 03:16:35','2021-01-01 22:16:35'),
(27932,13474,'action complete via WP Cron','2021-01-02 03:16:35','2021-01-01 22:16:35'),
(27933,13475,'action created','2021-01-02 03:16:35','2021-01-01 22:16:35'),
(27934,13475,'action started via WP Cron','2021-01-02 03:18:15','2021-01-01 22:18:15'),
(27935,13475,'action complete via WP Cron','2021-01-02 03:18:15','2021-01-01 22:18:15'),
(27936,13476,'action created','2021-01-02 03:18:15','2021-01-01 22:18:15'),
(27937,13476,'action started via WP Cron','2021-01-02 03:21:38','2021-01-01 22:21:38'),
(27938,13476,'action complete via WP Cron','2021-01-02 03:21:38','2021-01-01 22:21:38'),
(27939,13477,'action created','2021-01-02 03:21:38','2021-01-01 22:21:38'),
(27940,13477,'action started via WP Cron','2021-01-02 03:22:16','2021-01-01 22:22:16'),
(27941,13477,'action complete via WP Cron','2021-01-02 03:22:16','2021-01-01 22:22:16'),
(27942,13478,'action created','2021-01-02 03:22:16','2021-01-01 22:22:16'),
(27943,13478,'action started via WP Cron','2021-01-02 03:23:13','2021-01-01 22:23:13'),
(27944,13478,'action complete via WP Cron','2021-01-02 03:23:13','2021-01-01 22:23:13'),
(27945,13479,'action created','2021-01-02 03:23:13','2021-01-01 22:23:13'),
(27946,13479,'action started via WP Cron','2021-01-02 03:26:35','2021-01-01 22:26:35'),
(27947,13479,'action complete via WP Cron','2021-01-02 03:26:35','2021-01-01 22:26:35'),
(27948,13480,'action created','2021-01-02 03:26:35','2021-01-01 22:26:35'),
(27949,13480,'action started via WP Cron','2021-01-02 03:27:12','2021-01-01 22:27:12'),
(27950,13480,'action complete via WP Cron','2021-01-02 03:27:12','2021-01-01 22:27:12'),
(27951,13481,'action created','2021-01-02 03:27:12','2021-01-01 22:27:12'),
(27952,13481,'action started via WP Cron','2021-01-02 03:28:22','2021-01-01 22:28:22'),
(27953,13481,'action complete via WP Cron','2021-01-02 03:28:22','2021-01-01 22:28:22'),
(27954,13482,'action created','2021-01-02 03:28:22','2021-01-01 22:28:22'),
(27955,13482,'action started via WP Cron','2021-01-02 03:31:05','2021-01-01 22:31:05'),
(27956,13482,'action complete via WP Cron','2021-01-02 03:31:05','2021-01-01 22:31:05'),
(27957,13483,'action created','2021-01-02 03:31:05','2021-01-01 22:31:05'),
(27958,13483,'action started via WP Cron','2021-01-02 03:31:24','2021-01-01 22:31:24'),
(27959,13483,'action complete via WP Cron','2021-01-02 03:31:24','2021-01-01 22:31:24'),
(27960,13484,'action created','2021-01-02 03:31:24','2021-01-01 22:31:24'),
(27961,13484,'action started via WP Cron','2021-01-02 03:34:32','2021-01-01 22:34:32'),
(27962,13484,'action complete via WP Cron','2021-01-02 03:34:32','2021-01-01 22:34:32'),
(27963,13485,'action created','2021-01-02 03:34:32','2021-01-01 22:34:32'),
(27964,13485,'action started via WP Cron','2021-01-02 03:35:30','2021-01-01 22:35:30'),
(27965,13485,'action complete via WP Cron','2021-01-02 03:35:30','2021-01-01 22:35:30'),
(27966,13486,'action created','2021-01-02 03:35:30','2021-01-01 22:35:30'),
(27967,13486,'action started via WP Cron','2021-01-02 03:36:56','2021-01-01 22:36:56'),
(27968,13486,'action complete via WP Cron','2021-01-02 03:36:56','2021-01-01 22:36:56'),
(27969,13487,'action created','2021-01-02 03:36:57','2021-01-01 22:36:57'),
(27970,13487,'action started via WP Cron','2021-01-02 03:38:13','2021-01-01 22:38:13'),
(27971,13487,'action complete via WP Cron','2021-01-02 03:38:13','2021-01-01 22:38:13'),
(27972,13488,'action created','2021-01-02 03:38:14','2021-01-01 22:38:14'),
(27973,13488,'action started via WP Cron','2021-01-02 03:39:15','2021-01-01 22:39:15'),
(27974,13488,'action complete via WP Cron','2021-01-02 03:39:15','2021-01-01 22:39:15'),
(27975,13489,'action created','2021-01-02 03:39:15','2021-01-01 22:39:15'),
(27976,13489,'action started via WP Cron','2021-01-02 03:40:34','2021-01-01 22:40:34'),
(27977,13489,'action complete via WP Cron','2021-01-02 03:40:34','2021-01-01 22:40:34'),
(27978,13490,'action created','2021-01-02 03:40:34','2021-01-01 22:40:34'),
(27979,13490,'action started via WP Cron','2021-01-02 03:41:31','2021-01-01 22:41:31'),
(27980,13490,'action complete via WP Cron','2021-01-02 03:41:32','2021-01-01 22:41:32'),
(27981,13491,'action created','2021-01-02 03:41:32','2021-01-01 22:41:32'),
(27982,13491,'action started via WP Cron','2021-01-02 03:43:18','2021-01-01 22:43:18'),
(27983,13491,'action complete via WP Cron','2021-01-02 03:43:18','2021-01-01 22:43:18'),
(27984,13492,'action created','2021-01-02 03:43:18','2021-01-01 22:43:18'),
(27985,13492,'action started via WP Cron','2021-01-02 03:44:52','2021-01-01 22:44:52'),
(27986,13492,'action complete via WP Cron','2021-01-02 03:44:52','2021-01-01 22:44:52'),
(27987,13493,'action created','2021-01-02 03:44:52','2021-01-01 22:44:52'),
(27988,13493,'action started via WP Cron','2021-01-02 03:45:45','2021-01-01 22:45:45'),
(27989,13493,'action complete via WP Cron','2021-01-02 03:45:45','2021-01-01 22:45:45'),
(27990,13494,'action created','2021-01-02 03:45:45','2021-01-01 22:45:45'),
(27991,13494,'action started via WP Cron','2021-01-02 03:47:15','2021-01-01 22:47:15'),
(27992,13494,'action complete via WP Cron','2021-01-02 03:47:15','2021-01-01 22:47:15'),
(27993,13495,'action created','2021-01-02 03:47:16','2021-01-01 22:47:16'),
(27994,13495,'action started via WP Cron','2021-01-02 03:48:13','2021-01-01 22:48:13'),
(27995,13495,'action complete via WP Cron','2021-01-02 03:48:13','2021-01-01 22:48:13'),
(27996,13496,'action created','2021-01-02 03:48:13','2021-01-01 22:48:13'),
(27997,13496,'action started via WP Cron','2021-01-02 03:49:23','2021-01-01 22:49:23'),
(27998,13496,'action complete via WP Cron','2021-01-02 03:49:23','2021-01-01 22:49:23'),
(27999,13497,'action created','2021-01-02 03:49:23','2021-01-01 22:49:23'),
(28000,13497,'action started via WP Cron','2021-01-02 03:50:44','2021-01-01 22:50:44'),
(28001,13497,'action complete via WP Cron','2021-01-02 03:50:44','2021-01-01 22:50:44'),
(28002,13498,'action created','2021-01-02 03:50:44','2021-01-01 22:50:44'),
(28003,13498,'action started via WP Cron','2021-01-02 03:51:45','2021-01-01 22:51:45'),
(28004,13498,'action complete via WP Cron','2021-01-02 03:51:45','2021-01-01 22:51:45'),
(28005,13499,'action created','2021-01-02 03:51:45','2021-01-01 22:51:45'),
(28006,13499,'action started via WP Cron','2021-01-02 03:52:31','2021-01-01 22:52:31'),
(28007,13499,'action complete via WP Cron','2021-01-02 03:52:31','2021-01-01 22:52:31'),
(28008,13500,'action created','2021-01-02 03:52:31','2021-01-01 22:52:31'),
(28009,13500,'action started via WP Cron','2021-01-02 03:53:33','2021-01-01 22:53:33'),
(28010,13500,'action complete via WP Cron','2021-01-02 03:53:33','2021-01-01 22:53:33'),
(28011,13501,'action created','2021-01-02 03:53:33','2021-01-01 22:53:33'),
(28012,13501,'action started via WP Cron','2021-01-02 03:54:23','2021-01-01 22:54:23'),
(28013,13501,'action complete via WP Cron','2021-01-02 03:54:23','2021-01-01 22:54:23'),
(28014,13502,'action created','2021-01-02 03:54:23','2021-01-01 22:54:23'),
(28015,13502,'action started via WP Cron','2021-01-02 03:55:12','2021-01-01 22:55:12'),
(28016,13502,'action complete via WP Cron','2021-01-02 03:55:12','2021-01-01 22:55:12'),
(28017,13503,'action created','2021-01-02 03:55:12','2021-01-01 22:55:12'),
(28018,13503,'action started via WP Cron','2021-01-02 03:58:39','2021-01-01 22:58:39'),
(28019,13503,'action complete via WP Cron','2021-01-02 03:58:39','2021-01-01 22:58:39'),
(28020,13504,'action created','2021-01-02 03:58:39','2021-01-01 22:58:39'),
(28021,13504,'action started via WP Cron','2021-01-02 03:59:12','2021-01-01 22:59:12'),
(28022,13504,'action complete via WP Cron','2021-01-02 03:59:12','2021-01-01 22:59:12'),
(28023,13505,'action created','2021-01-02 03:59:12','2021-01-01 22:59:12'),
(28024,13505,'action started via WP Cron','2021-01-02 04:00:41','2021-01-01 23:00:41'),
(28025,13505,'action complete via WP Cron','2021-01-02 04:00:41','2021-01-01 23:00:41'),
(28026,13506,'action created','2021-01-02 04:00:41','2021-01-01 23:00:41'),
(28027,13506,'action started via WP Cron','2021-01-02 04:01:14','2021-01-01 23:01:14'),
(28028,13506,'action complete via WP Cron','2021-01-02 04:01:14','2021-01-01 23:01:14'),
(28029,13507,'action created','2021-01-02 04:01:14','2021-01-01 23:01:14'),
(28030,13507,'action started via WP Cron','2021-01-02 04:03:16','2021-01-01 23:03:16'),
(28031,13507,'action complete via WP Cron','2021-01-02 04:03:16','2021-01-01 23:03:16'),
(28032,13508,'action created','2021-01-02 04:03:16','2021-01-01 23:03:16'),
(28033,13508,'action started via WP Cron','2021-01-02 04:04:49','2021-01-01 23:04:49'),
(28034,13508,'action complete via WP Cron','2021-01-02 04:04:49','2021-01-01 23:04:49'),
(28035,13509,'action created','2021-01-02 04:04:49','2021-01-01 23:04:49'),
(28036,13509,'action started via WP Cron','2021-01-02 04:05:11','2021-01-01 23:05:11'),
(28037,13509,'action complete via WP Cron','2021-01-02 04:05:12','2021-01-01 23:05:12'),
(28038,13510,'action created','2021-01-02 04:05:12','2021-01-01 23:05:12'),
(28039,13510,'action started via WP Cron','2021-01-02 04:06:48','2021-01-01 23:06:48'),
(28040,13510,'action complete via WP Cron','2021-01-02 04:06:48','2021-01-01 23:06:48'),
(28041,13511,'action created','2021-01-02 04:06:48','2021-01-01 23:06:48'),
(28042,13511,'action started via WP Cron','2021-01-02 04:07:26','2021-01-01 23:07:26'),
(28043,13511,'action complete via WP Cron','2021-01-02 04:07:26','2021-01-01 23:07:26'),
(28044,13512,'action created','2021-01-02 04:07:26','2021-01-01 23:07:26'),
(28045,13512,'action started via WP Cron','2021-01-02 04:08:34','2021-01-01 23:08:34'),
(28046,13512,'action complete via WP Cron','2021-01-02 04:08:34','2021-01-01 23:08:34'),
(28047,13513,'action created','2021-01-02 04:08:34','2021-01-01 23:08:34'),
(28048,13513,'action started via WP Cron','2021-01-02 04:09:17','2021-01-01 23:09:17'),
(28049,13513,'action complete via WP Cron','2021-01-02 04:09:17','2021-01-01 23:09:17'),
(28050,13514,'action created','2021-01-02 04:09:17','2021-01-01 23:09:17'),
(28051,13514,'action started via WP Cron','2021-01-02 04:10:35','2021-01-01 23:10:35'),
(28052,13514,'action complete via WP Cron','2021-01-02 04:10:35','2021-01-01 23:10:35'),
(28053,13515,'action created','2021-01-02 04:10:35','2021-01-01 23:10:35'),
(28054,13515,'action started via WP Cron','2021-01-02 04:12:58','2021-01-01 23:12:58'),
(28055,13515,'action complete via WP Cron','2021-01-02 04:12:58','2021-01-01 23:12:58'),
(28056,13516,'action created','2021-01-02 04:12:58','2021-01-01 23:12:58'),
(28057,13516,'action started via WP Cron','2021-01-02 04:16:17','2021-01-01 23:16:17'),
(28058,13516,'action complete via WP Cron','2021-01-02 04:16:17','2021-01-01 23:16:17'),
(28059,13517,'action created','2021-01-02 04:16:17','2021-01-01 23:16:17'),
(28060,13517,'action started via WP Cron','2021-01-02 04:19:31','2021-01-01 23:19:31'),
(28061,13517,'action complete via WP Cron','2021-01-02 04:19:31','2021-01-01 23:19:31'),
(28062,13518,'action created','2021-01-02 04:19:31','2021-01-01 23:19:31'),
(28063,13518,'action started via WP Cron','2021-01-02 04:20:17','2021-01-01 23:20:17'),
(28064,13518,'action complete via WP Cron','2021-01-02 04:20:17','2021-01-01 23:20:17'),
(28065,13519,'action created','2021-01-02 04:20:18','2021-01-01 23:20:18'),
(28066,13519,'action started via WP Cron','2021-01-02 04:21:18','2021-01-01 23:21:18'),
(28067,13519,'action complete via WP Cron','2021-01-02 04:21:18','2021-01-01 23:21:18'),
(28068,13520,'action created','2021-01-02 04:21:18','2021-01-01 23:21:18'),
(28069,13520,'action started via WP Cron','2021-01-02 04:22:42','2021-01-01 23:22:42'),
(28070,13520,'action complete via WP Cron','2021-01-02 04:22:42','2021-01-01 23:22:42'),
(28071,13521,'action created','2021-01-02 04:22:42','2021-01-01 23:22:42'),
(28072,13521,'action started via WP Cron','2021-01-02 04:24:02','2021-01-01 23:24:02'),
(28073,13521,'action complete via WP Cron','2021-01-02 04:24:02','2021-01-01 23:24:02'),
(28074,13522,'action created','2021-01-02 04:24:02','2021-01-01 23:24:02'),
(28075,13522,'action started via WP Cron','2021-01-02 04:24:16','2021-01-01 23:24:16'),
(28076,13522,'action complete via WP Cron','2021-01-02 04:24:16','2021-01-01 23:24:16'),
(28077,13523,'action created','2021-01-02 04:24:16','2021-01-01 23:24:16'),
(28078,13523,'action started via WP Cron','2021-01-02 04:25:27','2021-01-01 23:25:27'),
(28079,13523,'action complete via WP Cron','2021-01-02 04:25:27','2021-01-01 23:25:27'),
(28080,13524,'action created','2021-01-02 04:25:27','2021-01-01 23:25:27'),
(28081,13524,'action started via WP Cron','2021-01-02 04:26:14','2021-01-01 23:26:14'),
(28082,13524,'action complete via WP Cron','2021-01-02 04:26:14','2021-01-01 23:26:14'),
(28083,13525,'action created','2021-01-02 04:26:14','2021-01-01 23:26:14'),
(28084,13525,'action started via WP Cron','2021-01-02 04:27:19','2021-01-01 23:27:19'),
(28085,13525,'action complete via WP Cron','2021-01-02 04:27:20','2021-01-01 23:27:20'),
(28086,13526,'action created','2021-01-02 04:27:20','2021-01-01 23:27:20'),
(28087,13526,'action started via WP Cron','2021-01-02 04:28:16','2021-01-01 23:28:16'),
(28088,13526,'action complete via WP Cron','2021-01-02 04:28:16','2021-01-01 23:28:16'),
(28089,13527,'action created','2021-01-02 04:28:16','2021-01-01 23:28:16'),
(28090,13527,'action started via WP Cron','2021-01-02 04:29:11','2021-01-01 23:29:11'),
(28091,13527,'action complete via WP Cron','2021-01-02 04:29:11','2021-01-01 23:29:11'),
(28092,13528,'action created','2021-01-02 04:29:11','2021-01-01 23:29:11'),
(28093,13528,'action started via WP Cron','2021-01-02 04:30:12','2021-01-01 23:30:12'),
(28094,13528,'action complete via WP Cron','2021-01-02 04:30:12','2021-01-01 23:30:12'),
(28095,13529,'action created','2021-01-02 04:30:12','2021-01-01 23:30:12'),
(28096,13529,'action started via WP Cron','2021-01-02 04:31:12','2021-01-01 23:31:12'),
(28097,13529,'action complete via WP Cron','2021-01-02 04:31:12','2021-01-01 23:31:12'),
(28098,13530,'action created','2021-01-02 04:31:12','2021-01-01 23:31:12'),
(28099,13530,'action started via WP Cron','2021-01-02 04:32:14','2021-01-01 23:32:14'),
(28100,13530,'action complete via WP Cron','2021-01-02 04:32:14','2021-01-01 23:32:14'),
(28101,13531,'action created','2021-01-02 04:32:14','2021-01-01 23:32:14'),
(28102,13531,'action started via WP Cron','2021-01-02 04:33:12','2021-01-01 23:33:12'),
(28103,13531,'action complete via WP Cron','2021-01-02 04:33:12','2021-01-01 23:33:12'),
(28104,13532,'action created','2021-01-02 04:33:12','2021-01-01 23:33:12'),
(28105,13532,'action started via WP Cron','2021-01-02 04:34:14','2021-01-01 23:34:14'),
(28106,13532,'action complete via WP Cron','2021-01-02 04:34:14','2021-01-01 23:34:14'),
(28107,13533,'action created','2021-01-02 04:34:14','2021-01-01 23:34:14'),
(28108,13533,'action started via WP Cron','2021-01-02 04:35:15','2021-01-01 23:35:15'),
(28109,13533,'action complete via WP Cron','2021-01-02 04:35:15','2021-01-01 23:35:15'),
(28110,13534,'action created','2021-01-02 04:35:16','2021-01-01 23:35:16'),
(28111,13534,'action started via WP Cron','2021-01-02 04:36:14','2021-01-01 23:36:14'),
(28112,13534,'action complete via WP Cron','2021-01-02 04:36:14','2021-01-01 23:36:14'),
(28113,13535,'action created','2021-01-02 04:36:14','2021-01-01 23:36:14'),
(28114,13535,'action started via WP Cron','2021-01-02 04:37:14','2021-01-01 23:37:14'),
(28115,13535,'action complete via WP Cron','2021-01-02 04:37:14','2021-01-01 23:37:14'),
(28116,13536,'action created','2021-01-02 04:37:14','2021-01-01 23:37:14'),
(28117,13536,'action started via WP Cron','2021-01-02 04:38:21','2021-01-01 23:38:21'),
(28118,13536,'action complete via WP Cron','2021-01-02 04:38:21','2021-01-01 23:38:21'),
(28119,13537,'action created','2021-01-02 04:38:21','2021-01-01 23:38:21'),
(28120,13537,'action started via WP Cron','2021-01-02 04:39:15','2021-01-01 23:39:15'),
(28121,13537,'action complete via WP Cron','2021-01-02 04:39:15','2021-01-01 23:39:15'),
(28122,13538,'action created','2021-01-02 04:39:15','2021-01-01 23:39:15'),
(28123,13538,'action started via WP Cron','2021-01-02 04:40:12','2021-01-01 23:40:12'),
(28124,13538,'action complete via WP Cron','2021-01-02 04:40:12','2021-01-01 23:40:12'),
(28125,13539,'action created','2021-01-02 04:40:12','2021-01-01 23:40:12'),
(28126,13539,'action started via WP Cron','2021-01-02 04:41:23','2021-01-01 23:41:23'),
(28127,13539,'action complete via WP Cron','2021-01-02 04:41:23','2021-01-01 23:41:23'),
(28128,13540,'action created','2021-01-02 04:41:23','2021-01-01 23:41:23'),
(28129,13540,'action started via WP Cron','2021-01-02 04:42:11','2021-01-01 23:42:11'),
(28130,13540,'action complete via WP Cron','2021-01-02 04:42:11','2021-01-01 23:42:11'),
(28131,13541,'action created','2021-01-02 04:42:11','2021-01-01 23:42:11'),
(28132,13541,'action started via WP Cron','2021-01-02 04:43:25','2021-01-01 23:43:25'),
(28133,13541,'action complete via WP Cron','2021-01-02 04:43:25','2021-01-01 23:43:25'),
(28134,13542,'action created','2021-01-02 04:43:25','2021-01-01 23:43:25'),
(28135,13542,'action started via WP Cron','2021-01-02 04:44:12','2021-01-01 23:44:12'),
(28136,13542,'action complete via WP Cron','2021-01-02 04:44:12','2021-01-01 23:44:12'),
(28137,13543,'action created','2021-01-02 04:44:12','2021-01-01 23:44:12'),
(28138,13543,'action started via WP Cron','2021-01-02 04:45:18','2021-01-01 23:45:18'),
(28139,13543,'action complete via WP Cron','2021-01-02 04:45:18','2021-01-01 23:45:18'),
(28140,13544,'action created','2021-01-02 04:45:18','2021-01-01 23:45:18'),
(28141,13544,'action started via WP Cron','2021-01-02 04:46:17','2021-01-01 23:46:17'),
(28142,13544,'action complete via WP Cron','2021-01-02 04:46:17','2021-01-01 23:46:17'),
(28143,13545,'action created','2021-01-02 04:46:17','2021-01-01 23:46:17'),
(28144,13545,'action started via WP Cron','2021-01-02 04:47:21','2021-01-01 23:47:21'),
(28145,13545,'action complete via WP Cron','2021-01-02 04:47:21','2021-01-01 23:47:21'),
(28146,13546,'action created','2021-01-02 04:47:21','2021-01-01 23:47:21'),
(28147,13546,'action started via WP Cron','2021-01-02 04:48:40','2021-01-01 23:48:40'),
(28148,13546,'action complete via WP Cron','2021-01-02 04:48:40','2021-01-01 23:48:40'),
(28149,13547,'action created','2021-01-02 04:48:40','2021-01-01 23:48:40'),
(28150,13547,'action started via WP Cron','2021-01-02 04:49:15','2021-01-01 23:49:15'),
(28151,13547,'action complete via WP Cron','2021-01-02 04:49:15','2021-01-01 23:49:15'),
(28152,13548,'action created','2021-01-02 04:49:15','2021-01-01 23:49:15'),
(28153,13548,'action started via WP Cron','2021-01-02 04:50:14','2021-01-01 23:50:14'),
(28154,13548,'action complete via WP Cron','2021-01-02 04:50:14','2021-01-01 23:50:14'),
(28155,13549,'action created','2021-01-02 04:50:14','2021-01-01 23:50:14'),
(28156,13549,'action started via WP Cron','2021-01-02 04:51:16','2021-01-01 23:51:16'),
(28157,13549,'action complete via WP Cron','2021-01-02 04:51:16','2021-01-01 23:51:16'),
(28158,13550,'action created','2021-01-02 04:51:16','2021-01-01 23:51:16'),
(28159,13550,'action started via WP Cron','2021-01-02 04:52:15','2021-01-01 23:52:15'),
(28160,13550,'action complete via WP Cron','2021-01-02 04:52:15','2021-01-01 23:52:15'),
(28161,13551,'action created','2021-01-02 04:52:15','2021-01-01 23:52:15'),
(28162,13551,'action started via WP Cron','2021-01-02 04:53:14','2021-01-01 23:53:14'),
(28163,13551,'action complete via WP Cron','2021-01-02 04:53:14','2021-01-01 23:53:14'),
(28164,13552,'action created','2021-01-02 04:53:14','2021-01-01 23:53:14'),
(28165,13552,'action started via WP Cron','2021-01-02 04:54:17','2021-01-01 23:54:17'),
(28166,13552,'action complete via WP Cron','2021-01-02 04:54:17','2021-01-01 23:54:17'),
(28167,13553,'action created','2021-01-02 04:54:17','2021-01-01 23:54:17'),
(28168,13553,'action started via WP Cron','2021-01-02 04:55:14','2021-01-01 23:55:14'),
(28169,13553,'action complete via WP Cron','2021-01-02 04:55:14','2021-01-01 23:55:14'),
(28170,13554,'action created','2021-01-02 04:55:15','2021-01-01 23:55:15'),
(28171,13554,'action started via WP Cron','2021-01-02 04:56:11','2021-01-01 23:56:11'),
(28172,13554,'action complete via WP Cron','2021-01-02 04:56:11','2021-01-01 23:56:11'),
(28173,13555,'action created','2021-01-02 04:56:11','2021-01-01 23:56:11'),
(28174,13555,'action started via WP Cron','2021-01-02 04:57:13','2021-01-01 23:57:13'),
(28175,13555,'action complete via WP Cron','2021-01-02 04:57:13','2021-01-01 23:57:13'),
(28176,13556,'action created','2021-01-02 04:57:13','2021-01-01 23:57:13'),
(28177,13556,'action started via WP Cron','2021-01-02 04:58:13','2021-01-01 23:58:13'),
(28178,13556,'action complete via WP Cron','2021-01-02 04:58:13','2021-01-01 23:58:13'),
(28179,13557,'action created','2021-01-02 04:58:13','2021-01-01 23:58:13'),
(28180,13557,'action started via WP Cron','2021-01-02 04:59:22','2021-01-01 23:59:22'),
(28181,13557,'action complete via WP Cron','2021-01-02 04:59:23','2021-01-01 23:59:23'),
(28182,13558,'action created','2021-01-02 04:59:23','2021-01-01 23:59:23'),
(28183,13558,'action started via WP Cron','2021-01-02 05:00:21','2021-01-02 00:00:21'),
(28184,13558,'action complete via WP Cron','2021-01-02 05:00:21','2021-01-02 00:00:21'),
(28185,13559,'action created','2021-01-02 05:00:21','2021-01-02 00:00:21'),
(28186,13559,'action started via WP Cron','2021-01-02 05:01:11','2021-01-02 00:01:11'),
(28187,13559,'action complete via WP Cron','2021-01-02 05:01:11','2021-01-02 00:01:11'),
(28188,13560,'action created','2021-01-02 05:01:11','2021-01-02 00:01:11'),
(28189,13560,'action started via WP Cron','2021-01-02 05:02:17','2021-01-02 00:02:17'),
(28190,13560,'action complete via WP Cron','2021-01-02 05:02:17','2021-01-02 00:02:17'),
(28191,13561,'action created','2021-01-02 05:02:18','2021-01-02 00:02:18'),
(28192,13561,'action started via WP Cron','2021-01-02 05:03:12','2021-01-02 00:03:12'),
(28193,13561,'action complete via WP Cron','2021-01-02 05:03:12','2021-01-02 00:03:12'),
(28194,13562,'action created','2021-01-02 05:03:12','2021-01-02 00:03:12'),
(28195,13562,'action started via WP Cron','2021-01-02 05:04:11','2021-01-02 00:04:11'),
(28196,13562,'action complete via WP Cron','2021-01-02 05:04:11','2021-01-02 00:04:11'),
(28197,13563,'action created','2021-01-02 05:04:11','2021-01-02 00:04:11'),
(28198,13563,'action started via WP Cron','2021-01-02 05:05:20','2021-01-02 00:05:20'),
(28199,13563,'action complete via WP Cron','2021-01-02 05:05:20','2021-01-02 00:05:20'),
(28200,13564,'action created','2021-01-02 05:05:20','2021-01-02 00:05:20'),
(28201,13564,'action started via WP Cron','2021-01-02 05:06:19','2021-01-02 00:06:19'),
(28202,13564,'action complete via WP Cron','2021-01-02 05:06:19','2021-01-02 00:06:19'),
(28203,13565,'action created','2021-01-02 05:06:19','2021-01-02 00:06:19'),
(28204,13565,'action started via WP Cron','2021-01-02 05:07:18','2021-01-02 00:07:18'),
(28205,13565,'action complete via WP Cron','2021-01-02 05:07:18','2021-01-02 00:07:18'),
(28206,13566,'action created','2021-01-02 05:07:18','2021-01-02 00:07:18'),
(28207,13566,'action started via WP Cron','2021-01-02 05:08:12','2021-01-02 00:08:12'),
(28208,13566,'action complete via WP Cron','2021-01-02 05:08:12','2021-01-02 00:08:12'),
(28209,13567,'action created','2021-01-02 05:08:12','2021-01-02 00:08:12'),
(28210,13567,'action started via WP Cron','2021-01-02 05:09:12','2021-01-02 00:09:12'),
(28211,13567,'action complete via WP Cron','2021-01-02 05:09:12','2021-01-02 00:09:12'),
(28212,13568,'action created','2021-01-02 05:09:12','2021-01-02 00:09:12'),
(28213,13568,'action started via WP Cron','2021-01-02 05:11:29','2021-01-02 00:11:29'),
(28214,13568,'action complete via WP Cron','2021-01-02 05:11:29','2021-01-02 00:11:29'),
(28215,13569,'action created','2021-01-02 05:11:29','2021-01-02 00:11:29'),
(28216,13569,'action started via WP Cron','2021-01-02 05:12:51','2021-01-02 00:12:51'),
(28217,13569,'action complete via WP Cron','2021-01-02 05:12:51','2021-01-02 00:12:51'),
(28218,13570,'action created','2021-01-02 05:12:51','2021-01-02 00:12:51'),
(28219,13570,'action started via WP Cron','2021-01-02 05:13:35','2021-01-02 00:13:35'),
(28220,13570,'action complete via WP Cron','2021-01-02 05:13:35','2021-01-02 00:13:35'),
(28221,13571,'action created','2021-01-02 05:13:35','2021-01-02 00:13:35'),
(28222,13571,'action started via WP Cron','2021-01-02 05:16:16','2021-01-02 00:16:16'),
(28223,13571,'action complete via WP Cron','2021-01-02 05:16:16','2021-01-02 00:16:16'),
(28224,13572,'action created','2021-01-02 05:16:16','2021-01-02 00:16:16'),
(28225,13572,'action started via WP Cron','2021-01-02 05:18:25','2021-01-02 00:18:25'),
(28226,13572,'action complete via WP Cron','2021-01-02 05:18:25','2021-01-02 00:18:25'),
(28227,13573,'action created','2021-01-02 05:18:25','2021-01-02 00:18:25'),
(28228,13573,'action started via WP Cron','2021-01-02 05:19:48','2021-01-02 00:19:48'),
(28229,13573,'action complete via WP Cron','2021-01-02 05:19:48','2021-01-02 00:19:48'),
(28230,13574,'action created','2021-01-02 05:19:48','2021-01-02 00:19:48'),
(28231,13574,'action started via WP Cron','2021-01-02 05:21:21','2021-01-02 00:21:21'),
(28232,13574,'action complete via WP Cron','2021-01-02 05:21:21','2021-01-02 00:21:21'),
(28233,13575,'action created','2021-01-02 05:21:21','2021-01-02 00:21:21'),
(28234,13575,'action started via WP Cron','2021-01-02 05:27:05','2021-01-02 00:27:05'),
(28235,13575,'action complete via WP Cron','2021-01-02 05:27:05','2021-01-02 00:27:05'),
(28236,13576,'action created','2021-01-02 05:27:05','2021-01-02 00:27:05'),
(28237,13576,'action started via WP Cron','2021-01-02 05:28:52','2021-01-02 00:28:52'),
(28238,13576,'action complete via WP Cron','2021-01-02 05:28:52','2021-01-02 00:28:52'),
(28239,13577,'action created','2021-01-02 05:28:53','2021-01-02 00:28:53'),
(28240,13577,'action started via WP Cron','2021-01-02 05:33:23','2021-01-02 00:33:23'),
(28241,13577,'action complete via WP Cron','2021-01-02 05:33:23','2021-01-02 00:33:23'),
(28242,13578,'action created','2021-01-02 05:33:23','2021-01-02 00:33:23'),
(28243,13578,'action started via WP Cron','2021-01-02 05:36:22','2021-01-02 00:36:22'),
(28244,13578,'action complete via WP Cron','2021-01-02 05:36:22','2021-01-02 00:36:22'),
(28245,13579,'action created','2021-01-02 05:36:22','2021-01-02 00:36:22'),
(28246,13579,'action started via WP Cron','2021-01-02 05:38:58','2021-01-02 00:38:58'),
(28247,13579,'action complete via WP Cron','2021-01-02 05:38:58','2021-01-02 00:38:58'),
(28248,13580,'action created','2021-01-02 05:38:58','2021-01-02 00:38:58'),
(28249,13580,'action started via WP Cron','2021-01-02 05:40:07','2021-01-02 00:40:07'),
(28250,13580,'action complete via WP Cron','2021-01-02 05:40:07','2021-01-02 00:40:07'),
(28251,13581,'action created','2021-01-02 05:40:07','2021-01-02 00:40:07'),
(28252,13581,'action started via WP Cron','2021-01-02 05:40:49','2021-01-02 00:40:49'),
(28253,13581,'action complete via WP Cron','2021-01-02 05:40:49','2021-01-02 00:40:49'),
(28254,13582,'action created','2021-01-02 05:40:50','2021-01-02 00:40:50'),
(28255,13582,'action started via WP Cron','2021-01-02 05:41:14','2021-01-02 00:41:14'),
(28256,13582,'action complete via WP Cron','2021-01-02 05:41:14','2021-01-02 00:41:14'),
(28257,13583,'action created','2021-01-02 05:41:14','2021-01-02 00:41:14'),
(28258,13583,'action started via WP Cron','2021-01-02 05:43:15','2021-01-02 00:43:15'),
(28259,13583,'action complete via WP Cron','2021-01-02 05:43:15','2021-01-02 00:43:15'),
(28260,13584,'action created','2021-01-02 05:43:15','2021-01-02 00:43:15'),
(28261,13584,'action started via WP Cron','2021-01-02 05:46:18','2021-01-02 00:46:18'),
(28262,13584,'action complete via WP Cron','2021-01-02 05:46:18','2021-01-02 00:46:18'),
(28263,13585,'action created','2021-01-02 05:46:18','2021-01-02 00:46:18'),
(28264,13585,'action started via WP Cron','2021-01-02 05:48:40','2021-01-02 00:48:40'),
(28265,13585,'action complete via WP Cron','2021-01-02 05:48:40','2021-01-02 00:48:40'),
(28266,13586,'action created','2021-01-02 05:48:40','2021-01-02 00:48:40'),
(28267,13586,'action started via WP Cron','2021-01-02 05:52:03','2021-01-02 00:52:03'),
(28268,13586,'action complete via WP Cron','2021-01-02 05:52:03','2021-01-02 00:52:03'),
(28269,13587,'action created','2021-01-02 05:52:03','2021-01-02 00:52:03'),
(28270,13587,'action started via WP Cron','2021-01-02 05:54:01','2021-01-02 00:54:01'),
(28271,13587,'action complete via WP Cron','2021-01-02 05:54:01','2021-01-02 00:54:01'),
(28272,13588,'action created','2021-01-02 05:54:01','2021-01-02 00:54:01'),
(28273,13588,'action started via WP Cron','2021-01-02 05:54:53','2021-01-02 00:54:53'),
(28274,13588,'action complete via WP Cron','2021-01-02 05:54:53','2021-01-02 00:54:53'),
(28275,13589,'action created','2021-01-02 05:54:53','2021-01-02 00:54:53'),
(28276,13589,'action started via WP Cron','2021-01-02 05:55:54','2021-01-02 00:55:54'),
(28277,13589,'action complete via WP Cron','2021-01-02 05:55:54','2021-01-02 00:55:54'),
(28278,13590,'action created','2021-01-02 05:55:54','2021-01-02 00:55:54'),
(28279,13590,'action started via WP Cron','2021-01-02 05:56:30','2021-01-02 00:56:30'),
(28280,13590,'action complete via WP Cron','2021-01-02 05:56:30','2021-01-02 00:56:30'),
(28281,13591,'action created','2021-01-02 05:56:30','2021-01-02 00:56:30'),
(28282,13591,'action started via WP Cron','2021-01-02 05:58:54','2021-01-02 00:58:54'),
(28283,13591,'action complete via WP Cron','2021-01-02 05:58:54','2021-01-02 00:58:54'),
(28284,13592,'action created','2021-01-02 05:58:54','2021-01-02 00:58:54'),
(28285,13592,'action started via WP Cron','2021-01-02 05:59:20','2021-01-02 00:59:20'),
(28286,13592,'action complete via WP Cron','2021-01-02 05:59:20','2021-01-02 00:59:20'),
(28287,13593,'action created','2021-01-02 05:59:20','2021-01-02 00:59:20'),
(28288,13593,'action started via WP Cron','2021-01-02 06:00:30','2021-01-02 01:00:30'),
(28289,13593,'action complete via WP Cron','2021-01-02 06:00:30','2021-01-02 01:00:30'),
(28290,13594,'action created','2021-01-02 06:00:30','2021-01-02 01:00:30'),
(28291,13594,'action started via WP Cron','2021-01-02 06:01:16','2021-01-02 01:01:16'),
(28292,13594,'action complete via WP Cron','2021-01-02 06:01:16','2021-01-02 01:01:16'),
(28293,13595,'action created','2021-01-02 06:01:16','2021-01-02 01:01:16'),
(28294,13595,'action started via WP Cron','2021-01-02 06:02:43','2021-01-02 01:02:43'),
(28295,13595,'action complete via WP Cron','2021-01-02 06:02:43','2021-01-02 01:02:43'),
(28296,13596,'action created','2021-01-02 06:02:44','2021-01-02 01:02:44'),
(28297,13596,'action started via WP Cron','2021-01-02 06:04:36','2021-01-02 01:04:36'),
(28298,13596,'action complete via WP Cron','2021-01-02 06:04:36','2021-01-02 01:04:36'),
(28299,13597,'action created','2021-01-02 06:04:36','2021-01-02 01:04:36'),
(28300,13597,'action started via WP Cron','2021-01-02 06:05:27','2021-01-02 01:05:27'),
(28301,13597,'action complete via WP Cron','2021-01-02 06:05:27','2021-01-02 01:05:27'),
(28302,13598,'action created','2021-01-02 06:05:27','2021-01-02 01:05:27'),
(28303,13598,'action started via WP Cron','2021-01-02 06:08:36','2021-01-02 01:08:36'),
(28304,13598,'action complete via WP Cron','2021-01-02 06:08:36','2021-01-02 01:08:36'),
(28305,13599,'action created','2021-01-02 06:08:36','2021-01-02 01:08:36'),
(28306,13599,'action started via WP Cron','2021-01-02 06:09:34','2021-01-02 01:09:34'),
(28307,13599,'action complete via WP Cron','2021-01-02 06:09:34','2021-01-02 01:09:34'),
(28308,13600,'action created','2021-01-02 06:09:34','2021-01-02 01:09:34'),
(28309,13600,'action started via WP Cron','2021-01-02 06:13:28','2021-01-02 01:13:28'),
(28310,13600,'action complete via WP Cron','2021-01-02 06:13:28','2021-01-02 01:13:28'),
(28311,13601,'action created','2021-01-02 06:13:28','2021-01-02 01:13:28'),
(28312,13601,'action started via WP Cron','2021-01-02 06:15:31','2021-01-02 01:15:31'),
(28313,13601,'action complete via WP Cron','2021-01-02 06:15:31','2021-01-02 01:15:31'),
(28314,13602,'action created','2021-01-02 06:15:31','2021-01-02 01:15:31'),
(28315,13602,'action started via WP Cron','2021-01-02 06:17:07','2021-01-02 01:17:07'),
(28316,13602,'action complete via WP Cron','2021-01-02 06:17:07','2021-01-02 01:17:07'),
(28317,13603,'action created','2021-01-02 06:17:08','2021-01-02 01:17:08'),
(28318,13603,'action started via WP Cron','2021-01-02 06:18:39','2021-01-02 01:18:39'),
(28319,13603,'action complete via WP Cron','2021-01-02 06:18:39','2021-01-02 01:18:39'),
(28320,13604,'action created','2021-01-02 06:18:39','2021-01-02 01:18:39'),
(28321,13604,'action started via WP Cron','2021-01-02 06:22:21','2021-01-02 01:22:21'),
(28322,13604,'action complete via WP Cron','2021-01-02 06:22:21','2021-01-02 01:22:21'),
(28323,13605,'action created','2021-01-02 06:22:21','2021-01-02 01:22:21'),
(28324,13605,'action started via WP Cron','2021-01-02 06:23:37','2021-01-02 01:23:37'),
(28325,13605,'action complete via WP Cron','2021-01-02 06:23:37','2021-01-02 01:23:37'),
(28326,13606,'action created','2021-01-02 06:23:37','2021-01-02 01:23:37'),
(28327,13606,'action started via WP Cron','2021-01-02 06:24:41','2021-01-02 01:24:41'),
(28328,13606,'action complete via WP Cron','2021-01-02 06:24:41','2021-01-02 01:24:41'),
(28329,13607,'action created','2021-01-02 06:24:41','2021-01-02 01:24:41'),
(28330,13607,'action started via WP Cron','2021-01-02 06:26:39','2021-01-02 01:26:39'),
(28331,13607,'action complete via WP Cron','2021-01-02 06:26:39','2021-01-02 01:26:39'),
(28332,13608,'action created','2021-01-02 06:26:39','2021-01-02 01:26:39'),
(28333,13608,'action started via WP Cron','2021-01-02 06:33:48','2021-01-02 01:33:48'),
(28334,13608,'action complete via WP Cron','2021-01-02 06:33:48','2021-01-02 01:33:48'),
(28335,13609,'action created','2021-01-02 06:33:48','2021-01-02 01:33:48'),
(28336,13609,'action started via WP Cron','2021-01-02 06:34:52','2021-01-02 01:34:52'),
(28337,13609,'action complete via WP Cron','2021-01-02 06:34:52','2021-01-02 01:34:52'),
(28338,13610,'action created','2021-01-02 06:34:52','2021-01-02 01:34:52'),
(28339,13610,'action started via WP Cron','2021-01-02 06:36:23','2021-01-02 01:36:23'),
(28340,13610,'action complete via WP Cron','2021-01-02 06:36:23','2021-01-02 01:36:23'),
(28341,13611,'action created','2021-01-02 06:36:23','2021-01-02 01:36:23'),
(28342,13611,'action started via WP Cron','2021-01-02 06:39:21','2021-01-02 01:39:21'),
(28343,13611,'action complete via WP Cron','2021-01-02 06:39:21','2021-01-02 01:39:21'),
(28344,13612,'action created','2021-01-02 06:39:21','2021-01-02 01:39:21'),
(28345,13612,'action started via WP Cron','2021-01-02 06:42:38','2021-01-02 01:42:38'),
(28346,13612,'action complete via WP Cron','2021-01-02 06:42:38','2021-01-02 01:42:38'),
(28347,13613,'action created','2021-01-02 06:42:38','2021-01-02 01:42:38'),
(28348,13613,'action started via WP Cron','2021-01-02 06:43:52','2021-01-02 01:43:52'),
(28349,13613,'action complete via WP Cron','2021-01-02 06:43:53','2021-01-02 01:43:53'),
(28350,13614,'action created','2021-01-02 06:43:53','2021-01-02 01:43:53'),
(28351,13614,'action started via WP Cron','2021-01-02 06:51:50','2021-01-02 01:51:50'),
(28352,13614,'action complete via WP Cron','2021-01-02 06:51:50','2021-01-02 01:51:50'),
(28353,13615,'action created','2021-01-02 06:51:50','2021-01-02 01:51:50'),
(28354,13615,'action started via WP Cron','2021-01-02 06:52:28','2021-01-02 01:52:28'),
(28355,13615,'action complete via WP Cron','2021-01-02 06:52:28','2021-01-02 01:52:28'),
(28356,13616,'action created','2021-01-02 06:52:28','2021-01-02 01:52:28'),
(28357,13616,'action started via WP Cron','2021-01-02 06:53:43','2021-01-02 01:53:43'),
(28358,13616,'action complete via WP Cron','2021-01-02 06:53:43','2021-01-02 01:53:43'),
(28359,13617,'action created','2021-01-02 06:53:44','2021-01-02 01:53:44'),
(28360,13617,'action started via WP Cron','2021-01-02 06:54:28','2021-01-02 01:54:28'),
(28361,13617,'action complete via WP Cron','2021-01-02 06:54:28','2021-01-02 01:54:28'),
(28362,13618,'action created','2021-01-02 06:54:28','2021-01-02 01:54:28'),
(28363,13618,'action started via WP Cron','2021-01-02 06:55:17','2021-01-02 01:55:17'),
(28364,13618,'action complete via WP Cron','2021-01-02 06:55:17','2021-01-02 01:55:17'),
(28365,13619,'action created','2021-01-02 06:55:17','2021-01-02 01:55:17'),
(28366,13619,'action started via WP Cron','2021-01-02 06:56:32','2021-01-02 01:56:32'),
(28367,13619,'action complete via WP Cron','2021-01-02 06:56:32','2021-01-02 01:56:32'),
(28368,13620,'action created','2021-01-02 06:56:32','2021-01-02 01:56:32'),
(28369,13620,'action started via WP Cron','2021-01-02 06:57:47','2021-01-02 01:57:47'),
(28370,13620,'action complete via WP Cron','2021-01-02 06:57:47','2021-01-02 01:57:47'),
(28371,13621,'action created','2021-01-02 06:57:47','2021-01-02 01:57:47'),
(28372,13621,'action started via WP Cron','2021-01-02 07:01:14','2021-01-02 02:01:14'),
(28373,13621,'action complete via WP Cron','2021-01-02 07:01:14','2021-01-02 02:01:14'),
(28374,13622,'action created','2021-01-02 07:01:14','2021-01-02 02:01:14'),
(28375,13622,'action started via WP Cron','2021-01-02 07:02:24','2021-01-02 02:02:24'),
(28376,13622,'action complete via WP Cron','2021-01-02 07:02:24','2021-01-02 02:02:24'),
(28377,13623,'action created','2021-01-02 07:02:24','2021-01-02 02:02:24'),
(28378,13623,'action started via WP Cron','2021-01-02 07:04:24','2021-01-02 02:04:24'),
(28379,13623,'action complete via WP Cron','2021-01-02 07:04:24','2021-01-02 02:04:24'),
(28380,13624,'action created','2021-01-02 07:04:24','2021-01-02 02:04:24'),
(28381,13624,'action started via WP Cron','2021-01-02 07:05:44','2021-01-02 02:05:44'),
(28382,13624,'action complete via WP Cron','2021-01-02 07:05:44','2021-01-02 02:05:44'),
(28383,13625,'action created','2021-01-02 07:05:44','2021-01-02 02:05:44'),
(28384,13625,'action started via WP Cron','2021-01-02 07:06:32','2021-01-02 02:06:32'),
(28385,13625,'action complete via WP Cron','2021-01-02 07:06:32','2021-01-02 02:06:32'),
(28386,13626,'action created','2021-01-02 07:06:32','2021-01-02 02:06:32'),
(28387,13626,'action started via WP Cron','2021-01-02 07:10:43','2021-01-02 02:10:43'),
(28388,13626,'action complete via WP Cron','2021-01-02 07:10:43','2021-01-02 02:10:43'),
(28389,13627,'action created','2021-01-02 07:10:43','2021-01-02 02:10:43'),
(28390,13627,'action started via WP Cron','2021-01-02 07:16:42','2021-01-02 02:16:42'),
(28391,13627,'action complete via WP Cron','2021-01-02 07:16:42','2021-01-02 02:16:42'),
(28392,13628,'action created','2021-01-02 07:16:42','2021-01-02 02:16:42'),
(28393,13628,'action started via WP Cron','2021-01-02 07:17:18','2021-01-02 02:17:18'),
(28394,13628,'action complete via WP Cron','2021-01-02 07:17:18','2021-01-02 02:17:18'),
(28395,13629,'action created','2021-01-02 07:17:18','2021-01-02 02:17:18'),
(28396,13629,'action started via WP Cron','2021-01-02 07:19:21','2021-01-02 02:19:21'),
(28397,13629,'action complete via WP Cron','2021-01-02 07:19:21','2021-01-02 02:19:21'),
(28398,13630,'action created','2021-01-02 07:19:21','2021-01-02 02:19:21'),
(28399,13630,'action started via WP Cron','2021-01-02 07:21:19','2021-01-02 02:21:19'),
(28400,13630,'action complete via WP Cron','2021-01-02 07:21:19','2021-01-02 02:21:19'),
(28401,13631,'action created','2021-01-02 07:21:19','2021-01-02 02:21:19'),
(28402,13631,'action started via WP Cron','2021-01-02 07:22:24','2021-01-02 02:22:24'),
(28403,13631,'action complete via WP Cron','2021-01-02 07:22:24','2021-01-02 02:22:24'),
(28404,13632,'action created','2021-01-02 07:22:24','2021-01-02 02:22:24'),
(28405,13632,'action started via WP Cron','2021-01-02 07:23:12','2021-01-02 02:23:12'),
(28406,13632,'action complete via WP Cron','2021-01-02 07:23:12','2021-01-02 02:23:12'),
(28407,13633,'action created','2021-01-02 07:23:12','2021-01-02 02:23:12'),
(28408,13633,'action started via WP Cron','2021-01-02 07:24:11','2021-01-02 02:24:11'),
(28409,13633,'action complete via WP Cron','2021-01-02 07:24:11','2021-01-02 02:24:11'),
(28410,13634,'action created','2021-01-02 07:24:11','2021-01-02 02:24:11'),
(28411,13634,'action started via WP Cron','2021-01-02 07:25:22','2021-01-02 02:25:22'),
(28412,13634,'action complete via WP Cron','2021-01-02 07:25:22','2021-01-02 02:25:22'),
(28413,13635,'action created','2021-01-02 07:25:22','2021-01-02 02:25:22'),
(28414,13635,'action started via WP Cron','2021-01-02 07:26:12','2021-01-02 02:26:12'),
(28415,13635,'action complete via WP Cron','2021-01-02 07:26:12','2021-01-02 02:26:12'),
(28416,13636,'action created','2021-01-02 07:26:12','2021-01-02 02:26:12'),
(28417,13636,'action started via WP Cron','2021-01-02 07:28:14','2021-01-02 02:28:14'),
(28418,13636,'action complete via WP Cron','2021-01-02 07:28:14','2021-01-02 02:28:14'),
(28419,13637,'action created','2021-01-02 07:28:14','2021-01-02 02:28:14'),
(28420,13637,'action started via WP Cron','2021-01-02 07:29:11','2021-01-02 02:29:11'),
(28421,13637,'action complete via WP Cron','2021-01-02 07:29:11','2021-01-02 02:29:11'),
(28422,13638,'action created','2021-01-02 07:29:11','2021-01-02 02:29:11'),
(28423,13638,'action started via WP Cron','2021-01-02 07:30:12','2021-01-02 02:30:12'),
(28424,13638,'action complete via WP Cron','2021-01-02 07:30:12','2021-01-02 02:30:12'),
(28425,13639,'action created','2021-01-02 07:30:14','2021-01-02 02:30:14'),
(28426,13639,'action started via WP Cron','2021-01-02 07:31:11','2021-01-02 02:31:11'),
(28427,13639,'action complete via WP Cron','2021-01-02 07:31:11','2021-01-02 02:31:11'),
(28428,13640,'action created','2021-01-02 07:31:11','2021-01-02 02:31:11'),
(28429,13640,'action started via WP Cron','2021-01-02 07:32:11','2021-01-02 02:32:11'),
(28430,13640,'action complete via WP Cron','2021-01-02 07:32:11','2021-01-02 02:32:11'),
(28431,13641,'action created','2021-01-02 07:32:11','2021-01-02 02:32:11'),
(28432,13641,'action started via WP Cron','2021-01-02 07:33:12','2021-01-02 02:33:12'),
(28433,13641,'action complete via WP Cron','2021-01-02 07:33:12','2021-01-02 02:33:12'),
(28434,13642,'action created','2021-01-02 07:33:12','2021-01-02 02:33:12'),
(28435,13642,'action started via WP Cron','2021-01-02 07:34:13','2021-01-02 02:34:13'),
(28436,13642,'action complete via WP Cron','2021-01-02 07:34:13','2021-01-02 02:34:13'),
(28437,13643,'action created','2021-01-02 07:34:13','2021-01-02 02:34:13'),
(28438,13643,'action started via WP Cron','2021-01-02 07:35:14','2021-01-02 02:35:14'),
(28439,13643,'action complete via WP Cron','2021-01-02 07:35:14','2021-01-02 02:35:14'),
(28440,13644,'action created','2021-01-02 07:35:14','2021-01-02 02:35:14'),
(28441,13644,'action started via WP Cron','2021-01-02 07:36:13','2021-01-02 02:36:13'),
(28442,13644,'action complete via WP Cron','2021-01-02 07:36:13','2021-01-02 02:36:13'),
(28443,13645,'action created','2021-01-02 07:36:13','2021-01-02 02:36:13'),
(28444,13645,'action started via WP Cron','2021-01-02 07:37:11','2021-01-02 02:37:11'),
(28445,13645,'action complete via WP Cron','2021-01-02 07:37:11','2021-01-02 02:37:11'),
(28446,13646,'action created','2021-01-02 07:37:11','2021-01-02 02:37:11'),
(28447,13646,'action started via WP Cron','2021-01-02 07:38:12','2021-01-02 02:38:12'),
(28448,13646,'action complete via WP Cron','2021-01-02 07:38:12','2021-01-02 02:38:12'),
(28449,13647,'action created','2021-01-02 07:38:12','2021-01-02 02:38:12'),
(28450,13647,'action started via WP Cron','2021-01-02 07:40:19','2021-01-02 02:40:19'),
(28451,13647,'action complete via WP Cron','2021-01-02 07:40:19','2021-01-02 02:40:19'),
(28452,13648,'action created','2021-01-02 07:40:19','2021-01-02 02:40:19'),
(28453,13648,'action started via WP Cron','2021-01-02 07:41:40','2021-01-02 02:41:40'),
(28454,13648,'action complete via WP Cron','2021-01-02 07:41:40','2021-01-02 02:41:40'),
(28455,13649,'action created','2021-01-02 07:41:40','2021-01-02 02:41:40'),
(28456,13649,'action started via WP Cron','2021-01-02 07:42:33','2021-01-02 02:42:33'),
(28457,13649,'action complete via WP Cron','2021-01-02 07:42:33','2021-01-02 02:42:33'),
(28458,13650,'action created','2021-01-02 07:42:33','2021-01-02 02:42:33'),
(28459,13650,'action started via WP Cron','2021-01-02 07:43:23','2021-01-02 02:43:23'),
(28460,13650,'action complete via WP Cron','2021-01-02 07:43:23','2021-01-02 02:43:23'),
(28461,13651,'action created','2021-01-02 07:43:23','2021-01-02 02:43:23'),
(28462,13651,'action started via WP Cron','2021-01-02 07:44:39','2021-01-02 02:44:39'),
(28463,13651,'action complete via WP Cron','2021-01-02 07:44:39','2021-01-02 02:44:39'),
(28464,13652,'action created','2021-01-02 07:44:39','2021-01-02 02:44:39'),
(28465,13652,'action started via WP Cron','2021-01-02 07:45:13','2021-01-02 02:45:13'),
(28466,13652,'action complete via WP Cron','2021-01-02 07:45:13','2021-01-02 02:45:13'),
(28467,13653,'action created','2021-01-02 07:45:13','2021-01-02 02:45:13'),
(28468,13653,'action started via WP Cron','2021-01-02 07:46:46','2021-01-02 02:46:46'),
(28469,13653,'action complete via WP Cron','2021-01-02 07:46:46','2021-01-02 02:46:46'),
(28470,13654,'action created','2021-01-02 07:46:46','2021-01-02 02:46:46'),
(28471,13654,'action started via WP Cron','2021-01-02 07:47:17','2021-01-02 02:47:17'),
(28472,13654,'action complete via WP Cron','2021-01-02 07:47:17','2021-01-02 02:47:17'),
(28473,13655,'action created','2021-01-02 07:47:17','2021-01-02 02:47:17'),
(28474,13655,'action started via WP Cron','2021-01-02 07:48:28','2021-01-02 02:48:28'),
(28475,13655,'action complete via WP Cron','2021-01-02 07:48:28','2021-01-02 02:48:28'),
(28476,13656,'action created','2021-01-02 07:48:28','2021-01-02 02:48:28'),
(28477,13656,'action started via WP Cron','2021-01-02 07:49:36','2021-01-02 02:49:36'),
(28478,13656,'action complete via WP Cron','2021-01-02 07:49:36','2021-01-02 02:49:36'),
(28479,13657,'action created','2021-01-02 07:49:36','2021-01-02 02:49:36'),
(28480,13657,'action started via WP Cron','2021-01-02 07:50:35','2021-01-02 02:50:35'),
(28481,13657,'action complete via WP Cron','2021-01-02 07:50:35','2021-01-02 02:50:35'),
(28482,13658,'action created','2021-01-02 07:50:35','2021-01-02 02:50:35'),
(28483,13658,'action started via WP Cron','2021-01-02 07:51:44','2021-01-02 02:51:44'),
(28484,13658,'action complete via WP Cron','2021-01-02 07:51:44','2021-01-02 02:51:44'),
(28485,13659,'action created','2021-01-02 07:51:45','2021-01-02 02:51:45'),
(28486,13659,'action started via WP Cron','2021-01-02 07:55:34','2021-01-02 02:55:34'),
(28487,13659,'action complete via WP Cron','2021-01-02 07:55:34','2021-01-02 02:55:34'),
(28488,13660,'action created','2021-01-02 07:55:34','2021-01-02 02:55:34'),
(28489,13660,'action started via WP Cron','2021-01-02 07:56:27','2021-01-02 02:56:27'),
(28490,13660,'action complete via WP Cron','2021-01-02 07:56:27','2021-01-02 02:56:27'),
(28491,13661,'action created','2021-01-02 07:56:27','2021-01-02 02:56:27'),
(28492,13661,'action started via WP Cron','2021-01-02 08:03:19','2021-01-02 03:03:19'),
(28493,13661,'action complete via WP Cron','2021-01-02 08:03:19','2021-01-02 03:03:19'),
(28494,13662,'action created','2021-01-02 08:03:19','2021-01-02 03:03:19'),
(28495,13662,'action started via WP Cron','2021-01-02 08:05:38','2021-01-02 03:05:38'),
(28496,13662,'action complete via WP Cron','2021-01-02 08:05:38','2021-01-02 03:05:38'),
(28497,13663,'action created','2021-01-02 08:05:38','2021-01-02 03:05:38'),
(28498,13663,'action started via WP Cron','2021-01-02 08:06:14','2021-01-02 03:06:14'),
(28499,13663,'action complete via WP Cron','2021-01-02 08:06:14','2021-01-02 03:06:14'),
(28500,13664,'action created','2021-01-02 08:06:14','2021-01-02 03:06:14'),
(28501,13664,'action started via WP Cron','2021-01-02 08:07:21','2021-01-02 03:07:21'),
(28502,13664,'action complete via WP Cron','2021-01-02 08:07:21','2021-01-02 03:07:21'),
(28503,13665,'action created','2021-01-02 08:07:21','2021-01-02 03:07:21'),
(28504,13665,'action started via WP Cron','2021-01-02 08:09:22','2021-01-02 03:09:22'),
(28505,13665,'action complete via WP Cron','2021-01-02 08:09:22','2021-01-02 03:09:22'),
(28506,13666,'action created','2021-01-02 08:09:22','2021-01-02 03:09:22'),
(28507,13666,'action started via WP Cron','2021-01-02 08:10:58','2021-01-02 03:10:58'),
(28508,13666,'action complete via WP Cron','2021-01-02 08:10:58','2021-01-02 03:10:58'),
(28509,13667,'action created','2021-01-02 08:10:58','2021-01-02 03:10:58'),
(28510,13667,'action started via WP Cron','2021-01-02 08:12:05','2021-01-02 03:12:05'),
(28511,13667,'action complete via WP Cron','2021-01-02 08:12:05','2021-01-02 03:12:05'),
(28512,13668,'action created','2021-01-02 08:12:05','2021-01-02 03:12:05'),
(28513,13668,'action started via WP Cron','2021-01-02 08:12:29','2021-01-02 03:12:29'),
(28514,13668,'action complete via WP Cron','2021-01-02 08:12:29','2021-01-02 03:12:29'),
(28515,13669,'action created','2021-01-02 08:12:29','2021-01-02 03:12:29'),
(28516,13669,'action started via WP Cron','2021-01-02 08:13:14','2021-01-02 03:13:14'),
(28517,13669,'action complete via WP Cron','2021-01-02 08:13:14','2021-01-02 03:13:14'),
(28518,13670,'action created','2021-01-02 08:13:14','2021-01-02 03:13:14'),
(28519,13670,'action started via WP Cron','2021-01-02 08:14:27','2021-01-02 03:14:27'),
(28520,13670,'action complete via WP Cron','2021-01-02 08:14:27','2021-01-02 03:14:27'),
(28521,13671,'action created','2021-01-02 08:14:27','2021-01-02 03:14:27'),
(28522,13671,'action started via WP Cron','2021-01-02 08:15:42','2021-01-02 03:15:42'),
(28523,13671,'action complete via WP Cron','2021-01-02 08:15:42','2021-01-02 03:15:42'),
(28524,13672,'action created','2021-01-02 08:15:42','2021-01-02 03:15:42'),
(28525,13672,'action started via WP Cron','2021-01-02 08:16:17','2021-01-02 03:16:17'),
(28526,13672,'action complete via WP Cron','2021-01-02 08:16:17','2021-01-02 03:16:17'),
(28527,13673,'action created','2021-01-02 08:16:17','2021-01-02 03:16:17'),
(28528,13673,'action started via WP Cron','2021-01-02 08:17:13','2021-01-02 03:17:13'),
(28529,13673,'action complete via WP Cron','2021-01-02 08:17:13','2021-01-02 03:17:13'),
(28530,13674,'action created','2021-01-02 08:17:13','2021-01-02 03:17:13'),
(28531,13674,'action started via WP Cron','2021-01-02 08:18:32','2021-01-02 03:18:32'),
(28532,13674,'action complete via WP Cron','2021-01-02 08:18:32','2021-01-02 03:18:32'),
(28533,13675,'action created','2021-01-02 08:18:32','2021-01-02 03:18:32'),
(28534,13675,'action started via WP Cron','2021-01-02 08:19:16','2021-01-02 03:19:16'),
(28535,13675,'action complete via WP Cron','2021-01-02 08:19:16','2021-01-02 03:19:16'),
(28536,13676,'action created','2021-01-02 08:19:16','2021-01-02 03:19:16'),
(28537,13676,'action started via WP Cron','2021-01-02 08:20:28','2021-01-02 03:20:28'),
(28538,13676,'action complete via WP Cron','2021-01-02 08:20:28','2021-01-02 03:20:28'),
(28539,13677,'action created','2021-01-02 08:20:28','2021-01-02 03:20:28'),
(28540,13677,'action started via WP Cron','2021-01-02 08:21:39','2021-01-02 03:21:39'),
(28541,13677,'action complete via WP Cron','2021-01-02 08:21:39','2021-01-02 03:21:39'),
(28542,13678,'action created','2021-01-02 08:21:39','2021-01-02 03:21:39'),
(28543,13678,'action started via WP Cron','2021-01-02 08:22:11','2021-01-02 03:22:11'),
(28544,13678,'action complete via WP Cron','2021-01-02 08:22:11','2021-01-02 03:22:11'),
(28545,13679,'action created','2021-01-02 08:22:11','2021-01-02 03:22:11'),
(28546,13679,'action started via WP Cron','2021-01-02 08:24:41','2021-01-02 03:24:41'),
(28547,13679,'action complete via WP Cron','2021-01-02 08:24:41','2021-01-02 03:24:41'),
(28548,13680,'action created','2021-01-02 08:24:41','2021-01-02 03:24:41'),
(28549,13680,'action started via WP Cron','2021-01-02 08:25:57','2021-01-02 03:25:57'),
(28550,13680,'action complete via WP Cron','2021-01-02 08:25:57','2021-01-02 03:25:57'),
(28551,13681,'action created','2021-01-02 08:25:57','2021-01-02 03:25:57'),
(28552,13681,'action started via WP Cron','2021-01-02 08:26:33','2021-01-02 03:26:33'),
(28553,13681,'action complete via WP Cron','2021-01-02 08:26:33','2021-01-02 03:26:33'),
(28554,13682,'action created','2021-01-02 08:26:33','2021-01-02 03:26:33'),
(28555,13682,'action started via WP Cron','2021-01-02 08:28:32','2021-01-02 03:28:32'),
(28556,13682,'action complete via WP Cron','2021-01-02 08:28:32','2021-01-02 03:28:32'),
(28557,13683,'action created','2021-01-02 08:28:32','2021-01-02 03:28:32'),
(28558,13683,'action started via WP Cron','2021-01-02 08:30:20','2021-01-02 03:30:20'),
(28559,13683,'action complete via WP Cron','2021-01-02 08:30:20','2021-01-02 03:30:20'),
(28560,13684,'action created','2021-01-02 08:30:20','2021-01-02 03:30:20'),
(28561,13684,'action started via WP Cron','2021-01-02 08:31:18','2021-01-02 03:31:18'),
(28562,13684,'action complete via WP Cron','2021-01-02 08:31:18','2021-01-02 03:31:18'),
(28563,13685,'action created','2021-01-02 08:31:18','2021-01-02 03:31:18'),
(28564,13685,'action started via WP Cron','2021-01-02 08:32:11','2021-01-02 03:32:11'),
(28565,13685,'action complete via WP Cron','2021-01-02 08:32:11','2021-01-02 03:32:11'),
(28566,13686,'action created','2021-01-02 08:32:11','2021-01-02 03:32:11'),
(28567,13686,'action started via WP Cron','2021-01-02 08:33:34','2021-01-02 03:33:34'),
(28568,13686,'action complete via WP Cron','2021-01-02 08:33:34','2021-01-02 03:33:34'),
(28569,13687,'action created','2021-01-02 08:33:34','2021-01-02 03:33:34'),
(28570,13687,'action started via WP Cron','2021-01-02 08:35:07','2021-01-02 03:35:07'),
(28571,13687,'action complete via WP Cron','2021-01-02 08:35:07','2021-01-02 03:35:07'),
(28572,13688,'action created','2021-01-02 08:35:07','2021-01-02 03:35:07'),
(28573,13688,'action started via WP Cron','2021-01-02 08:35:48','2021-01-02 03:35:48'),
(28574,13688,'action complete via WP Cron','2021-01-02 08:35:48','2021-01-02 03:35:48'),
(28575,13689,'action created','2021-01-02 08:35:48','2021-01-02 03:35:48'),
(28576,13689,'action started via WP Cron','2021-01-02 08:36:28','2021-01-02 03:36:28'),
(28577,13689,'action complete via WP Cron','2021-01-02 08:36:28','2021-01-02 03:36:28'),
(28578,13690,'action created','2021-01-02 08:36:28','2021-01-02 03:36:28'),
(28579,13690,'action started via WP Cron','2021-01-02 08:37:55','2021-01-02 03:37:55'),
(28580,13690,'action complete via WP Cron','2021-01-02 08:37:55','2021-01-02 03:37:55'),
(28581,13691,'action created','2021-01-02 08:37:55','2021-01-02 03:37:55'),
(28582,13691,'action started via WP Cron','2021-01-02 08:38:27','2021-01-02 03:38:27'),
(28583,13691,'action complete via WP Cron','2021-01-02 08:38:27','2021-01-02 03:38:27'),
(28584,13692,'action created','2021-01-02 08:38:27','2021-01-02 03:38:27'),
(28585,13692,'action started via WP Cron','2021-01-02 08:40:00','2021-01-02 03:40:00'),
(28586,13692,'action complete via WP Cron','2021-01-02 08:40:00','2021-01-02 03:40:00'),
(28587,13693,'action created','2021-01-02 08:40:00','2021-01-02 03:40:00'),
(28588,13693,'action started via WP Cron','2021-01-02 08:40:40','2021-01-02 03:40:40'),
(28589,13693,'action complete via WP Cron','2021-01-02 08:40:40','2021-01-02 03:40:40'),
(28590,13694,'action created','2021-01-02 08:40:40','2021-01-02 03:40:40'),
(28591,13694,'action started via WP Cron','2021-01-02 08:42:01','2021-01-02 03:42:01'),
(28592,13694,'action complete via WP Cron','2021-01-02 08:42:01','2021-01-02 03:42:01'),
(28593,13695,'action created','2021-01-02 08:42:02','2021-01-02 03:42:02'),
(28594,13695,'action started via WP Cron','2021-01-02 08:43:07','2021-01-02 03:43:07'),
(28595,13695,'action complete via WP Cron','2021-01-02 08:43:07','2021-01-02 03:43:07'),
(28596,13696,'action created','2021-01-02 08:43:07','2021-01-02 03:43:07'),
(28597,13696,'action started via WP Cron','2021-01-02 08:44:17','2021-01-02 03:44:17'),
(28598,13696,'action complete via WP Cron','2021-01-02 08:44:17','2021-01-02 03:44:17'),
(28599,13697,'action created','2021-01-02 08:44:17','2021-01-02 03:44:17'),
(28600,13697,'action started via WP Cron','2021-01-02 08:45:26','2021-01-02 03:45:26'),
(28601,13697,'action complete via WP Cron','2021-01-02 08:45:26','2021-01-02 03:45:26'),
(28602,13698,'action created','2021-01-02 08:45:26','2021-01-02 03:45:26'),
(28603,13698,'action started via WP Cron','2021-01-02 08:46:58','2021-01-02 03:46:58'),
(28604,13698,'action complete via WP Cron','2021-01-02 08:46:58','2021-01-02 03:46:58'),
(28605,13699,'action created','2021-01-02 08:46:58','2021-01-02 03:46:58'),
(28606,13699,'action started via WP Cron','2021-01-02 08:47:48','2021-01-02 03:47:48'),
(28607,13699,'action complete via WP Cron','2021-01-02 08:47:48','2021-01-02 03:47:48'),
(28608,13700,'action created','2021-01-02 08:47:48','2021-01-02 03:47:48'),
(28609,13700,'action started via WP Cron','2021-01-02 08:49:25','2021-01-02 03:49:25'),
(28610,13700,'action complete via WP Cron','2021-01-02 08:49:25','2021-01-02 03:49:25'),
(28611,13701,'action created','2021-01-02 08:49:25','2021-01-02 03:49:25'),
(28612,13701,'action started via WP Cron','2021-01-02 08:50:27','2021-01-02 03:50:27'),
(28613,13701,'action complete via WP Cron','2021-01-02 08:50:27','2021-01-02 03:50:27'),
(28614,13702,'action created','2021-01-02 08:50:27','2021-01-02 03:50:27'),
(28615,13702,'action started via WP Cron','2021-01-02 08:51:37','2021-01-02 03:51:37'),
(28616,13702,'action complete via WP Cron','2021-01-02 08:51:37','2021-01-02 03:51:37'),
(28617,13703,'action created','2021-01-02 08:51:37','2021-01-02 03:51:37'),
(28618,13703,'action started via WP Cron','2021-01-02 08:52:13','2021-01-02 03:52:13'),
(28619,13703,'action complete via WP Cron','2021-01-02 08:52:13','2021-01-02 03:52:13'),
(28620,13704,'action created','2021-01-02 08:52:13','2021-01-02 03:52:13'),
(28621,13704,'action started via WP Cron','2021-01-02 08:54:17','2021-01-02 03:54:17'),
(28622,13704,'action complete via WP Cron','2021-01-02 08:54:17','2021-01-02 03:54:17'),
(28623,13705,'action created','2021-01-02 08:54:17','2021-01-02 03:54:17'),
(28624,13705,'action started via WP Cron','2021-01-02 08:55:14','2021-01-02 03:55:14'),
(28625,13705,'action complete via WP Cron','2021-01-02 08:55:14','2021-01-02 03:55:14'),
(28626,13706,'action created','2021-01-02 08:55:14','2021-01-02 03:55:14'),
(28627,13706,'action started via WP Cron','2021-01-02 08:56:24','2021-01-02 03:56:24'),
(28628,13706,'action complete via WP Cron','2021-01-02 08:56:24','2021-01-02 03:56:24'),
(28629,13707,'action created','2021-01-02 08:56:24','2021-01-02 03:56:24'),
(28630,13707,'action started via WP Cron','2021-01-02 08:57:15','2021-01-02 03:57:15'),
(28631,13707,'action complete via WP Cron','2021-01-02 08:57:15','2021-01-02 03:57:15'),
(28632,13708,'action created','2021-01-02 08:57:15','2021-01-02 03:57:15'),
(28633,13708,'action started via WP Cron','2021-01-02 08:58:16','2021-01-02 03:58:16'),
(28634,13708,'action complete via WP Cron','2021-01-02 08:58:16','2021-01-02 03:58:16'),
(28635,13709,'action created','2021-01-02 08:58:16','2021-01-02 03:58:16'),
(28636,13709,'action started via WP Cron','2021-01-02 08:59:13','2021-01-02 03:59:13'),
(28637,13709,'action complete via WP Cron','2021-01-02 08:59:13','2021-01-02 03:59:13'),
(28638,13710,'action created','2021-01-02 08:59:13','2021-01-02 03:59:13'),
(28639,13710,'action started via WP Cron','2021-01-02 09:00:11','2021-01-02 04:00:11'),
(28640,13710,'action complete via WP Cron','2021-01-02 09:00:11','2021-01-02 04:00:11'),
(28641,13711,'action created','2021-01-02 09:00:11','2021-01-02 04:00:11'),
(28642,13711,'action started via WP Cron','2021-01-02 09:01:27','2021-01-02 04:01:27'),
(28643,13711,'action complete via WP Cron','2021-01-02 09:01:27','2021-01-02 04:01:27'),
(28644,13712,'action created','2021-01-02 09:01:27','2021-01-02 04:01:27'),
(28645,13712,'action started via WP Cron','2021-01-02 09:02:37','2021-01-02 04:02:37'),
(28646,13712,'action complete via WP Cron','2021-01-02 09:02:37','2021-01-02 04:02:37'),
(28647,13713,'action created','2021-01-02 09:02:37','2021-01-02 04:02:37'),
(28648,13713,'action started via WP Cron','2021-01-02 09:03:51','2021-01-02 04:03:51'),
(28649,13713,'action complete via WP Cron','2021-01-02 09:03:51','2021-01-02 04:03:51'),
(28650,13714,'action created','2021-01-02 09:03:51','2021-01-02 04:03:51'),
(28651,13714,'action started via WP Cron','2021-01-02 09:05:00','2021-01-02 04:05:00'),
(28652,13714,'action complete via WP Cron','2021-01-02 09:05:00','2021-01-02 04:05:00'),
(28653,13715,'action created','2021-01-02 09:05:00','2021-01-02 04:05:00'),
(28654,13715,'action started via WP Cron','2021-01-02 09:05:37','2021-01-02 04:05:37'),
(28655,13715,'action complete via WP Cron','2021-01-02 09:05:37','2021-01-02 04:05:37'),
(28656,13716,'action created','2021-01-02 09:05:37','2021-01-02 04:05:37'),
(28657,13716,'action started via WP Cron','2021-01-02 09:06:18','2021-01-02 04:06:18'),
(28658,13716,'action complete via WP Cron','2021-01-02 09:06:18','2021-01-02 04:06:18'),
(28659,13717,'action created','2021-01-02 09:06:18','2021-01-02 04:06:18'),
(28660,13717,'action started via WP Cron','2021-01-02 09:07:14','2021-01-02 04:07:14'),
(28661,13717,'action complete via WP Cron','2021-01-02 09:07:14','2021-01-02 04:07:14'),
(28662,13718,'action created','2021-01-02 09:07:14','2021-01-02 04:07:14'),
(28663,13718,'action started via WP Cron','2021-01-02 09:08:56','2021-01-02 04:08:56'),
(28664,13718,'action complete via WP Cron','2021-01-02 09:08:56','2021-01-02 04:08:56'),
(28665,13719,'action created','2021-01-02 09:08:56','2021-01-02 04:08:56'),
(28666,13719,'action started via WP Cron','2021-01-02 09:09:16','2021-01-02 04:09:16'),
(28667,13719,'action complete via WP Cron','2021-01-02 09:09:16','2021-01-02 04:09:16'),
(28668,13720,'action created','2021-01-02 09:09:17','2021-01-02 04:09:17'),
(28669,13720,'action started via WP Cron','2021-01-02 09:10:16','2021-01-02 04:10:16'),
(28670,13720,'action complete via WP Cron','2021-01-02 09:10:16','2021-01-02 04:10:16'),
(28671,13721,'action created','2021-01-02 09:10:16','2021-01-02 04:10:16'),
(28672,13721,'action started via WP Cron','2021-01-02 09:11:22','2021-01-02 04:11:22'),
(28673,13721,'action complete via WP Cron','2021-01-02 09:11:22','2021-01-02 04:11:22'),
(28674,13722,'action created','2021-01-02 09:11:22','2021-01-02 04:11:22'),
(28675,13722,'action started via WP Cron','2021-01-02 09:12:38','2021-01-02 04:12:38'),
(28676,13722,'action complete via WP Cron','2021-01-02 09:12:38','2021-01-02 04:12:38'),
(28677,13723,'action created','2021-01-02 09:12:38','2021-01-02 04:12:38'),
(28678,13723,'action started via WP Cron','2021-01-02 09:14:17','2021-01-02 04:14:17'),
(28679,13723,'action complete via WP Cron','2021-01-02 09:14:17','2021-01-02 04:14:17'),
(28680,13724,'action created','2021-01-02 09:14:17','2021-01-02 04:14:17'),
(28681,13724,'action started via WP Cron','2021-01-02 09:15:37','2021-01-02 04:15:37'),
(28682,13724,'action complete via WP Cron','2021-01-02 09:15:37','2021-01-02 04:15:37'),
(28683,13725,'action created','2021-01-02 09:15:37','2021-01-02 04:15:37'),
(28684,13725,'action started via WP Cron','2021-01-02 09:17:20','2021-01-02 04:17:20'),
(28685,13725,'action complete via WP Cron','2021-01-02 09:17:20','2021-01-02 04:17:20'),
(28686,13726,'action created','2021-01-02 09:17:20','2021-01-02 04:17:20'),
(28687,13726,'action started via WP Cron','2021-01-02 09:18:35','2021-01-02 04:18:35'),
(28688,13726,'action complete via WP Cron','2021-01-02 09:18:35','2021-01-02 04:18:35'),
(28689,13727,'action created','2021-01-02 09:18:35','2021-01-02 04:18:35'),
(28690,13727,'action started via WP Cron','2021-01-02 09:19:14','2021-01-02 04:19:14'),
(28691,13727,'action complete via WP Cron','2021-01-02 09:19:14','2021-01-02 04:19:14'),
(28692,13728,'action created','2021-01-02 09:19:14','2021-01-02 04:19:14'),
(28693,13728,'action started via WP Cron','2021-01-02 09:20:19','2021-01-02 04:20:19'),
(28694,13728,'action complete via WP Cron','2021-01-02 09:20:19','2021-01-02 04:20:19'),
(28695,13729,'action created','2021-01-02 09:20:19','2021-01-02 04:20:19'),
(28696,13729,'action started via WP Cron','2021-01-02 09:21:22','2021-01-02 04:21:22'),
(28697,13729,'action complete via WP Cron','2021-01-02 09:21:22','2021-01-02 04:21:22'),
(28698,13730,'action created','2021-01-02 09:21:22','2021-01-02 04:21:22'),
(28699,13730,'action started via WP Cron','2021-01-02 09:22:25','2021-01-02 04:22:25'),
(28700,13730,'action complete via WP Cron','2021-01-02 09:22:25','2021-01-02 04:22:25'),
(28701,13731,'action created','2021-01-02 09:22:25','2021-01-02 04:22:25'),
(28702,13731,'action started via WP Cron','2021-01-02 09:23:36','2021-01-02 04:23:36'),
(28703,13731,'action complete via WP Cron','2021-01-02 09:23:36','2021-01-02 04:23:36'),
(28704,13732,'action created','2021-01-02 09:23:36','2021-01-02 04:23:36'),
(28705,13732,'action started via WP Cron','2021-01-02 09:24:18','2021-01-02 04:24:18'),
(28706,13732,'action complete via WP Cron','2021-01-02 09:24:18','2021-01-02 04:24:18'),
(28707,13733,'action created','2021-01-02 09:24:18','2021-01-02 04:24:18'),
(28708,13733,'action started via WP Cron','2021-01-02 09:25:20','2021-01-02 04:25:20'),
(28709,13733,'action complete via WP Cron','2021-01-02 09:25:20','2021-01-02 04:25:20'),
(28710,13734,'action created','2021-01-02 09:25:20','2021-01-02 04:25:20'),
(28711,13734,'action started via WP Cron','2021-01-02 09:27:37','2021-01-02 04:27:37'),
(28712,13734,'action complete via WP Cron','2021-01-02 09:27:37','2021-01-02 04:27:37'),
(28713,13735,'action created','2021-01-02 09:27:37','2021-01-02 04:27:37'),
(28714,13735,'action started via WP Cron','2021-01-02 09:32:11','2021-01-02 04:32:11'),
(28715,13735,'action complete via WP Cron','2021-01-02 09:32:11','2021-01-02 04:32:11'),
(28716,13736,'action created','2021-01-02 09:32:11','2021-01-02 04:32:11'),
(28717,13736,'action started via WP Cron','2021-01-02 09:35:17','2021-01-02 04:35:17'),
(28718,13736,'action complete via WP Cron','2021-01-02 09:35:17','2021-01-02 04:35:17'),
(28719,13737,'action created','2021-01-02 09:35:17','2021-01-02 04:35:17'),
(28720,13737,'action started via WP Cron','2021-01-02 09:40:07','2021-01-02 04:40:07'),
(28721,13737,'action complete via WP Cron','2021-01-02 09:40:07','2021-01-02 04:40:07'),
(28722,13738,'action created','2021-01-02 09:40:07','2021-01-02 04:40:07'),
(28723,13738,'action started via WP Cron','2021-01-02 09:40:43','2021-01-02 04:40:43'),
(28724,13738,'action complete via WP Cron','2021-01-02 09:40:43','2021-01-02 04:40:43'),
(28725,13739,'action created','2021-01-02 09:40:43','2021-01-02 04:40:43'),
(28726,13739,'action started via WP Cron','2021-01-02 09:41:18','2021-01-02 04:41:18'),
(28727,13739,'action complete via WP Cron','2021-01-02 09:41:18','2021-01-02 04:41:18'),
(28728,13740,'action created','2021-01-02 09:41:18','2021-01-02 04:41:18'),
(28729,13740,'action started via WP Cron','2021-01-02 09:42:16','2021-01-02 04:42:16'),
(28730,13740,'action complete via WP Cron','2021-01-02 09:42:16','2021-01-02 04:42:16'),
(28731,13741,'action created','2021-01-02 09:42:16','2021-01-02 04:42:16'),
(28732,13741,'action started via WP Cron','2021-01-02 09:43:38','2021-01-02 04:43:38'),
(28733,13741,'action complete via WP Cron','2021-01-02 09:43:38','2021-01-02 04:43:38'),
(28734,13742,'action created','2021-01-02 09:43:39','2021-01-02 04:43:39'),
(28735,13742,'action started via WP Cron','2021-01-02 09:44:20','2021-01-02 04:44:20'),
(28736,13742,'action complete via WP Cron','2021-01-02 09:44:20','2021-01-02 04:44:20'),
(28737,13743,'action created','2021-01-02 09:44:20','2021-01-02 04:44:20'),
(28738,13743,'action started via WP Cron','2021-01-02 09:45:36','2021-01-02 04:45:36'),
(28739,13743,'action complete via WP Cron','2021-01-02 09:45:36','2021-01-02 04:45:36'),
(28740,13744,'action created','2021-01-02 09:45:36','2021-01-02 04:45:36'),
(28741,13744,'action started via WP Cron','2021-01-02 09:46:14','2021-01-02 04:46:14'),
(28742,13744,'action complete via WP Cron','2021-01-02 09:46:14','2021-01-02 04:46:14'),
(28743,13745,'action created','2021-01-02 09:46:14','2021-01-02 04:46:14'),
(28744,13745,'action started via WP Cron','2021-01-02 09:47:13','2021-01-02 04:47:13'),
(28745,13745,'action complete via WP Cron','2021-01-02 09:47:13','2021-01-02 04:47:13'),
(28746,13746,'action created','2021-01-02 09:47:13','2021-01-02 04:47:13'),
(28747,13746,'action started via WP Cron','2021-01-02 09:49:39','2021-01-02 04:49:39'),
(28748,13746,'action complete via WP Cron','2021-01-02 09:49:39','2021-01-02 04:49:39'),
(28749,13747,'action created','2021-01-02 09:49:39','2021-01-02 04:49:39'),
(28750,13747,'action started via WP Cron','2021-01-02 09:53:09','2021-01-02 04:53:09'),
(28751,13747,'action complete via WP Cron','2021-01-02 09:53:09','2021-01-02 04:53:09'),
(28752,13748,'action created','2021-01-02 09:53:09','2021-01-02 04:53:09'),
(28753,13748,'action started via WP Cron','2021-01-02 09:58:05','2021-01-02 04:58:05'),
(28754,13748,'action complete via WP Cron','2021-01-02 09:58:05','2021-01-02 04:58:05'),
(28755,13749,'action created','2021-01-02 09:58:05','2021-01-02 04:58:05'),
(28756,13749,'action started via WP Cron','2021-01-02 10:02:47','2021-01-02 05:02:47'),
(28757,13749,'action complete via WP Cron','2021-01-02 10:02:47','2021-01-02 05:02:47'),
(28758,13750,'action created','2021-01-02 10:02:47','2021-01-02 05:02:47'),
(28759,13750,'action started via WP Cron','2021-01-02 10:05:51','2021-01-02 05:05:51'),
(28760,13750,'action complete via WP Cron','2021-01-02 10:05:52','2021-01-02 05:05:52'),
(28761,13751,'action created','2021-01-02 10:05:52','2021-01-02 05:05:52'),
(28762,13751,'action started via WP Cron','2021-01-02 10:06:18','2021-01-02 05:06:18'),
(28763,13751,'action complete via WP Cron','2021-01-02 10:06:18','2021-01-02 05:06:18'),
(28764,13752,'action created','2021-01-02 10:06:18','2021-01-02 05:06:18'),
(28765,13752,'action started via WP Cron','2021-01-02 10:08:39','2021-01-02 05:08:39'),
(28766,13752,'action complete via WP Cron','2021-01-02 10:08:40','2021-01-02 05:08:40'),
(28767,13753,'action created','2021-01-02 10:08:40','2021-01-02 05:08:40'),
(28768,13753,'action started via WP Cron','2021-01-02 10:11:23','2021-01-02 05:11:23'),
(28769,13753,'action complete via WP Cron','2021-01-02 10:11:23','2021-01-02 05:11:23'),
(28770,13754,'action created','2021-01-02 10:11:23','2021-01-02 05:11:23'),
(28771,13754,'action started via WP Cron','2021-01-02 10:18:01','2021-01-02 05:18:01'),
(28772,13754,'action complete via WP Cron','2021-01-02 10:18:01','2021-01-02 05:18:01'),
(28773,13755,'action created','2021-01-02 10:18:01','2021-01-02 05:18:01'),
(28774,13755,'action started via WP Cron','2021-01-02 10:18:11','2021-01-02 05:18:11'),
(28775,13755,'action complete via WP Cron','2021-01-02 10:18:11','2021-01-02 05:18:11'),
(28776,13756,'action created','2021-01-02 10:18:11','2021-01-02 05:18:11'),
(28777,13756,'action started via WP Cron','2021-01-02 10:24:54','2021-01-02 05:24:54'),
(28778,13756,'action complete via WP Cron','2021-01-02 10:24:54','2021-01-02 05:24:54'),
(28779,13757,'action created','2021-01-02 10:24:54','2021-01-02 05:24:54'),
(28780,13757,'action started via WP Cron','2021-01-02 10:27:43','2021-01-02 05:27:43'),
(28781,13757,'action complete via WP Cron','2021-01-02 10:27:43','2021-01-02 05:27:43'),
(28782,13758,'action created','2021-01-02 10:27:43','2021-01-02 05:27:43'),
(28783,13758,'action started via WP Cron','2021-01-02 10:29:10','2021-01-02 05:29:10'),
(28784,13758,'action complete via WP Cron','2021-01-02 10:29:10','2021-01-02 05:29:10'),
(28785,13759,'action created','2021-01-02 10:29:10','2021-01-02 05:29:10'),
(28786,13759,'action started via WP Cron','2021-01-02 10:31:55','2021-01-02 05:31:55'),
(28787,13759,'action complete via WP Cron','2021-01-02 10:31:55','2021-01-02 05:31:55'),
(28788,13760,'action created','2021-01-02 10:31:56','2021-01-02 05:31:56'),
(28789,13760,'action started via WP Cron','2021-01-02 10:32:40','2021-01-02 05:32:40'),
(28790,13760,'action complete via WP Cron','2021-01-02 10:32:40','2021-01-02 05:32:40'),
(28791,13761,'action created','2021-01-02 10:32:40','2021-01-02 05:32:40'),
(28792,13761,'action started via WP Cron','2021-01-02 10:33:11','2021-01-02 05:33:11'),
(28793,13761,'action complete via WP Cron','2021-01-02 10:33:11','2021-01-02 05:33:11'),
(28794,13762,'action created','2021-01-02 10:33:11','2021-01-02 05:33:11'),
(28795,13762,'action started via WP Cron','2021-01-02 10:34:24','2021-01-02 05:34:24'),
(28796,13762,'action complete via WP Cron','2021-01-02 10:34:24','2021-01-02 05:34:24'),
(28797,13763,'action created','2021-01-02 10:34:24','2021-01-02 05:34:24'),
(28798,13763,'action started via WP Cron','2021-01-02 10:35:34','2021-01-02 05:35:34'),
(28799,13763,'action complete via WP Cron','2021-01-02 10:35:34','2021-01-02 05:35:34'),
(28800,13764,'action created','2021-01-02 10:35:35','2021-01-02 05:35:35'),
(28801,13764,'action started via WP Cron','2021-01-02 10:37:51','2021-01-02 05:37:51'),
(28802,13764,'action complete via WP Cron','2021-01-02 10:37:51','2021-01-02 05:37:51'),
(28803,13765,'action created','2021-01-02 10:37:51','2021-01-02 05:37:51'),
(28804,13765,'action started via WP Cron','2021-01-02 10:38:38','2021-01-02 05:38:38'),
(28805,13765,'action complete via WP Cron','2021-01-02 10:38:38','2021-01-02 05:38:38'),
(28806,13766,'action created','2021-01-02 10:38:38','2021-01-02 05:38:38'),
(28807,13766,'action started via WP Cron','2021-01-02 10:39:38','2021-01-02 05:39:38'),
(28808,13766,'action complete via WP Cron','2021-01-02 10:39:38','2021-01-02 05:39:38'),
(28809,13767,'action created','2021-01-02 10:39:38','2021-01-02 05:39:38'),
(28810,13767,'action started via WP Cron','2021-01-02 10:40:37','2021-01-02 05:40:37'),
(28811,13767,'action complete via WP Cron','2021-01-02 10:40:37','2021-01-02 05:40:37'),
(28812,13768,'action created','2021-01-02 10:40:37','2021-01-02 05:40:37'),
(28813,13768,'action started via WP Cron','2021-01-02 10:41:39','2021-01-02 05:41:39'),
(28814,13768,'action complete via WP Cron','2021-01-02 10:41:39','2021-01-02 05:41:39'),
(28815,13769,'action created','2021-01-02 10:41:39','2021-01-02 05:41:39'),
(28816,13769,'action started via WP Cron','2021-01-02 10:42:46','2021-01-02 05:42:46'),
(28817,13769,'action complete via WP Cron','2021-01-02 10:42:46','2021-01-02 05:42:46'),
(28818,13770,'action created','2021-01-02 10:42:46','2021-01-02 05:42:46'),
(28819,13770,'action started via WP Cron','2021-01-02 10:43:14','2021-01-02 05:43:14'),
(28820,13770,'action complete via WP Cron','2021-01-02 10:43:14','2021-01-02 05:43:14'),
(28821,13771,'action created','2021-01-02 10:43:15','2021-01-02 05:43:15'),
(28822,13771,'action started via WP Cron','2021-01-02 10:45:53','2021-01-02 05:45:53'),
(28823,13771,'action complete via WP Cron','2021-01-02 10:45:53','2021-01-02 05:45:53'),
(28824,13772,'action created','2021-01-02 10:45:53','2021-01-02 05:45:53'),
(28825,13772,'action started via WP Cron','2021-01-02 10:46:24','2021-01-02 05:46:24'),
(28826,13772,'action complete via WP Cron','2021-01-02 10:46:24','2021-01-02 05:46:24'),
(28827,13773,'action created','2021-01-02 10:46:24','2021-01-02 05:46:24'),
(28828,13773,'action started via WP Cron','2021-01-02 10:47:47','2021-01-02 05:47:47'),
(28829,13773,'action complete via WP Cron','2021-01-02 10:47:47','2021-01-02 05:47:47'),
(28830,13774,'action created','2021-01-02 10:47:47','2021-01-02 05:47:47'),
(28831,13774,'action started via WP Cron','2021-01-02 10:48:58','2021-01-02 05:48:58'),
(28832,13774,'action complete via WP Cron','2021-01-02 10:48:58','2021-01-02 05:48:58'),
(28833,13775,'action created','2021-01-02 10:48:58','2021-01-02 05:48:58'),
(28834,13775,'action started via WP Cron','2021-01-02 10:49:59','2021-01-02 05:49:59'),
(28835,13775,'action complete via WP Cron','2021-01-02 10:49:59','2021-01-02 05:49:59'),
(28836,13776,'action created','2021-01-02 10:49:59','2021-01-02 05:49:59'),
(28837,13776,'action started via WP Cron','2021-01-02 10:50:53','2021-01-02 05:50:53'),
(28838,13776,'action complete via WP Cron','2021-01-02 10:50:53','2021-01-02 05:50:53'),
(28839,13777,'action created','2021-01-02 10:50:53','2021-01-02 05:50:53'),
(28840,13777,'action started via WP Cron','2021-01-02 10:51:12','2021-01-02 05:51:12'),
(28841,13777,'action complete via WP Cron','2021-01-02 10:51:12','2021-01-02 05:51:12'),
(28842,13778,'action created','2021-01-02 10:51:12','2021-01-02 05:51:12'),
(28843,13778,'action started via WP Cron','2021-01-02 10:54:49','2021-01-02 05:54:49'),
(28844,13778,'action complete via WP Cron','2021-01-02 10:54:49','2021-01-02 05:54:49'),
(28845,13779,'action created','2021-01-02 10:54:49','2021-01-02 05:54:49'),
(28846,13779,'action started via WP Cron','2021-01-02 10:57:08','2021-01-02 05:57:08'),
(28847,13779,'action complete via WP Cron','2021-01-02 10:57:09','2021-01-02 05:57:09'),
(28848,13780,'action created','2021-01-02 10:57:09','2021-01-02 05:57:09'),
(28849,13780,'action started via WP Cron','2021-01-02 10:59:44','2021-01-02 05:59:44'),
(28850,13780,'action complete via WP Cron','2021-01-02 10:59:44','2021-01-02 05:59:44'),
(28851,13781,'action created','2021-01-02 10:59:44','2021-01-02 05:59:44'),
(28852,13781,'action started via WP Cron','2021-01-02 11:03:24','2021-01-02 06:03:24'),
(28853,13781,'action complete via WP Cron','2021-01-02 11:03:24','2021-01-02 06:03:24'),
(28854,13782,'action created','2021-01-02 11:03:24','2021-01-02 06:03:24'),
(28855,13782,'action started via WP Cron','2021-01-02 11:04:21','2021-01-02 06:04:21'),
(28856,13782,'action complete via WP Cron','2021-01-02 11:04:21','2021-01-02 06:04:21'),
(28857,13783,'action created','2021-01-02 11:04:21','2021-01-02 06:04:21'),
(28858,13783,'action started via WP Cron','2021-01-02 11:05:40','2021-01-02 06:05:40'),
(28859,13783,'action complete via WP Cron','2021-01-02 11:05:40','2021-01-02 06:05:40'),
(28860,13784,'action created','2021-01-02 11:05:40','2021-01-02 06:05:40'),
(28861,13784,'action started via WP Cron','2021-01-02 11:07:24','2021-01-02 06:07:24'),
(28862,13784,'action complete via WP Cron','2021-01-02 11:07:24','2021-01-02 06:07:24'),
(28863,13785,'action created','2021-01-02 11:07:24','2021-01-02 06:07:24'),
(28864,13785,'action started via WP Cron','2021-01-02 11:08:19','2021-01-02 06:08:19'),
(28865,13785,'action complete via WP Cron','2021-01-02 11:08:19','2021-01-02 06:08:19'),
(28866,13786,'action created','2021-01-02 11:08:19','2021-01-02 06:08:19'),
(28867,13786,'action started via WP Cron','2021-01-02 11:09:46','2021-01-02 06:09:46'),
(28868,13786,'action complete via WP Cron','2021-01-02 11:09:46','2021-01-02 06:09:46'),
(28869,13787,'action created','2021-01-02 11:09:46','2021-01-02 06:09:46'),
(28870,13787,'action started via WP Cron','2021-01-02 11:12:29','2021-01-02 06:12:29'),
(28871,13787,'action complete via WP Cron','2021-01-02 11:12:29','2021-01-02 06:12:29'),
(28872,13788,'action created','2021-01-02 11:12:29','2021-01-02 06:12:29'),
(28873,13788,'action started via WP Cron','2021-01-02 11:16:17','2021-01-02 06:16:17'),
(28874,13788,'action complete via WP Cron','2021-01-02 11:16:17','2021-01-02 06:16:17'),
(28875,13789,'action created','2021-01-02 11:16:17','2021-01-02 06:16:17'),
(28876,13789,'action started via WP Cron','2021-01-02 11:18:36','2021-01-02 06:18:36'),
(28877,13789,'action complete via WP Cron','2021-01-02 11:18:36','2021-01-02 06:18:36'),
(28878,13790,'action created','2021-01-02 11:18:36','2021-01-02 06:18:36'),
(28879,13790,'action started via WP Cron','2021-01-02 11:22:22','2021-01-02 06:22:22'),
(28880,13790,'action complete via WP Cron','2021-01-02 11:22:22','2021-01-02 06:22:22'),
(28881,13791,'action created','2021-01-02 11:22:22','2021-01-02 06:22:22'),
(28882,13791,'action started via WP Cron','2021-01-02 11:28:53','2021-01-02 06:28:53'),
(28883,13791,'action complete via WP Cron','2021-01-02 11:28:53','2021-01-02 06:28:53'),
(28884,13792,'action created','2021-01-02 11:28:53','2021-01-02 06:28:53'),
(28885,13792,'action started via WP Cron','2021-01-02 11:33:15','2021-01-02 06:33:15'),
(28886,13792,'action complete via WP Cron','2021-01-02 11:33:15','2021-01-02 06:33:15'),
(28887,13793,'action created','2021-01-02 11:33:15','2021-01-02 06:33:15'),
(28888,13793,'action started via WP Cron','2021-01-02 11:34:14','2021-01-02 06:34:14'),
(28889,13793,'action complete via WP Cron','2021-01-02 11:34:14','2021-01-02 06:34:14'),
(28890,13794,'action created','2021-01-02 11:34:14','2021-01-02 06:34:14'),
(28891,13794,'action started via WP Cron','2021-01-02 11:37:51','2021-01-02 06:37:51'),
(28892,13794,'action complete via WP Cron','2021-01-02 11:37:51','2021-01-02 06:37:51'),
(28893,13795,'action created','2021-01-02 11:37:51','2021-01-02 06:37:51'),
(28894,13795,'action started via WP Cron','2021-01-02 11:39:23','2021-01-02 06:39:23'),
(28895,13795,'action complete via WP Cron','2021-01-02 11:39:23','2021-01-02 06:39:23'),
(28896,13796,'action created','2021-01-02 11:39:23','2021-01-02 06:39:23'),
(28897,13796,'action started via WP Cron','2021-01-02 11:40:15','2021-01-02 06:40:15'),
(28898,13796,'action complete via WP Cron','2021-01-02 11:40:15','2021-01-02 06:40:15'),
(28899,13797,'action created','2021-01-02 11:40:15','2021-01-02 06:40:15'),
(28900,13797,'action started via WP Cron','2021-01-02 11:41:41','2021-01-02 06:41:41'),
(28901,13797,'action complete via WP Cron','2021-01-02 11:41:41','2021-01-02 06:41:41'),
(28902,13798,'action created','2021-01-02 11:41:41','2021-01-02 06:41:41'),
(28903,13798,'action started via WP Cron','2021-01-02 11:45:42','2021-01-02 06:45:42'),
(28904,13798,'action complete via WP Cron','2021-01-02 11:45:42','2021-01-02 06:45:42'),
(28905,13799,'action created','2021-01-02 11:45:42','2021-01-02 06:45:42'),
(28906,13799,'action started via WP Cron','2021-01-02 11:47:01','2021-01-02 06:47:01'),
(28907,13799,'action complete via WP Cron','2021-01-02 11:47:01','2021-01-02 06:47:01'),
(28908,13800,'action created','2021-01-02 11:47:01','2021-01-02 06:47:01'),
(28909,13800,'action started via WP Cron','2021-01-02 11:47:53','2021-01-02 06:47:53'),
(28910,13800,'action complete via WP Cron','2021-01-02 11:47:53','2021-01-02 06:47:53'),
(28911,13801,'action created','2021-01-02 11:47:53','2021-01-02 06:47:53'),
(28912,13801,'action started via WP Cron','2021-01-02 11:51:57','2021-01-02 06:51:57'),
(28913,13801,'action complete via WP Cron','2021-01-02 11:51:58','2021-01-02 06:51:58'),
(28914,13802,'action created','2021-01-02 11:51:58','2021-01-02 06:51:58'),
(28915,13802,'action started via WP Cron','2021-01-02 11:54:03','2021-01-02 06:54:03'),
(28916,13802,'action complete via WP Cron','2021-01-02 11:54:03','2021-01-02 06:54:03'),
(28917,13803,'action created','2021-01-02 11:54:03','2021-01-02 06:54:03'),
(28918,13803,'action started via WP Cron','2021-01-02 11:54:32','2021-01-02 06:54:32'),
(28919,13803,'action complete via WP Cron','2021-01-02 11:54:32','2021-01-02 06:54:32'),
(28920,13804,'action created','2021-01-02 11:54:32','2021-01-02 06:54:32'),
(28921,13804,'action started via WP Cron','2021-01-02 11:56:41','2021-01-02 06:56:41'),
(28922,13804,'action complete via WP Cron','2021-01-02 11:56:41','2021-01-02 06:56:41'),
(28923,13805,'action created','2021-01-02 11:56:41','2021-01-02 06:56:41'),
(28924,13805,'action started via WP Cron','2021-01-02 11:57:35','2021-01-02 06:57:35'),
(28925,13805,'action complete via WP Cron','2021-01-02 11:57:35','2021-01-02 06:57:35'),
(28926,13806,'action created','2021-01-02 11:57:35','2021-01-02 06:57:35'),
(28927,13806,'action started via WP Cron','2021-01-02 11:59:49','2021-01-02 06:59:49'),
(28928,13806,'action complete via WP Cron','2021-01-02 11:59:49','2021-01-02 06:59:49'),
(28929,13807,'action created','2021-01-02 11:59:49','2021-01-02 06:59:49'),
(28930,13807,'action started via WP Cron','2021-01-02 12:00:47','2021-01-02 07:00:47'),
(28931,13807,'action complete via WP Cron','2021-01-02 12:00:47','2021-01-02 07:00:47'),
(28932,13808,'action created','2021-01-02 12:00:47','2021-01-02 07:00:47'),
(28933,13808,'action started via WP Cron','2021-01-02 12:02:41','2021-01-02 07:02:41'),
(28934,13808,'action complete via WP Cron','2021-01-02 12:02:41','2021-01-02 07:02:41'),
(28935,13809,'action created','2021-01-02 12:02:41','2021-01-02 07:02:41'),
(28936,13809,'action started via WP Cron','2021-01-02 12:03:15','2021-01-02 07:03:15'),
(28937,13809,'action complete via WP Cron','2021-01-02 12:03:15','2021-01-02 07:03:15'),
(28938,13810,'action created','2021-01-02 12:03:15','2021-01-02 07:03:15'),
(28939,13810,'action started via WP Cron','2021-01-02 12:06:03','2021-01-02 07:06:03'),
(28940,13810,'action complete via WP Cron','2021-01-02 12:06:03','2021-01-02 07:06:03'),
(28941,13811,'action created','2021-01-02 12:06:03','2021-01-02 07:06:03'),
(28942,13811,'action started via WP Cron','2021-01-02 12:07:25','2021-01-02 07:07:25'),
(28943,13811,'action complete via WP Cron','2021-01-02 12:07:25','2021-01-02 07:07:25'),
(28944,13812,'action created','2021-01-02 12:07:25','2021-01-02 07:07:25'),
(28945,13812,'action started via WP Cron','2021-01-02 12:15:42','2021-01-02 07:15:42'),
(28946,13812,'action complete via WP Cron','2021-01-02 12:15:42','2021-01-02 07:15:42'),
(28947,13813,'action created','2021-01-02 12:15:42','2021-01-02 07:15:42'),
(28948,13813,'action started via WP Cron','2021-01-02 12:16:15','2021-01-02 07:16:15'),
(28949,13813,'action complete via WP Cron','2021-01-02 12:16:15','2021-01-02 07:16:15'),
(28950,13814,'action created','2021-01-02 12:16:15','2021-01-02 07:16:15'),
(28951,13814,'action started via WP Cron','2021-01-02 12:19:15','2021-01-02 07:19:15'),
(28952,13814,'action complete via WP Cron','2021-01-02 12:19:15','2021-01-02 07:19:15'),
(28953,13815,'action created','2021-01-02 12:19:15','2021-01-02 07:19:15'),
(28954,13815,'action started via WP Cron','2021-01-02 12:20:54','2021-01-02 07:20:54'),
(28955,13815,'action complete via WP Cron','2021-01-02 12:20:54','2021-01-02 07:20:54'),
(28956,13816,'action created','2021-01-02 12:20:54','2021-01-02 07:20:54'),
(28957,13816,'action started via WP Cron','2021-01-02 12:27:02','2021-01-02 07:27:02'),
(28958,13816,'action complete via WP Cron','2021-01-02 12:27:02','2021-01-02 07:27:02'),
(28959,13817,'action created','2021-01-02 12:27:02','2021-01-02 07:27:02'),
(28960,13817,'action started via WP Cron','2021-01-02 12:27:13','2021-01-02 07:27:13'),
(28961,13817,'action complete via WP Cron','2021-01-02 12:27:13','2021-01-02 07:27:13'),
(28962,13818,'action created','2021-01-02 12:27:13','2021-01-02 07:27:13'),
(28963,13818,'action started via WP Cron','2021-01-02 12:30:46','2021-01-02 07:30:46'),
(28964,13818,'action complete via WP Cron','2021-01-02 12:30:46','2021-01-02 07:30:46'),
(28965,13819,'action created','2021-01-02 12:30:46','2021-01-02 07:30:46'),
(28966,13819,'action started via WP Cron','2021-01-02 12:31:57','2021-01-02 07:31:57'),
(28967,13819,'action complete via WP Cron','2021-01-02 12:31:57','2021-01-02 07:31:57'),
(28968,13820,'action created','2021-01-02 12:31:57','2021-01-02 07:31:57'),
(28969,13820,'action started via WP Cron','2021-01-02 12:32:11','2021-01-02 07:32:11'),
(28970,13820,'action complete via WP Cron','2021-01-02 12:32:11','2021-01-02 07:32:11'),
(28971,13821,'action created','2021-01-02 12:32:11','2021-01-02 07:32:11'),
(28972,13821,'action started via WP Cron','2021-01-02 12:33:26','2021-01-02 07:33:26'),
(28973,13821,'action complete via WP Cron','2021-01-02 12:33:26','2021-01-02 07:33:26'),
(28974,13822,'action created','2021-01-02 12:33:26','2021-01-02 07:33:26'),
(28975,13822,'action started via WP Cron','2021-01-02 12:36:08','2021-01-02 07:36:08'),
(28976,13822,'action complete via WP Cron','2021-01-02 12:36:08','2021-01-02 07:36:08'),
(28977,13823,'action created','2021-01-02 12:36:08','2021-01-02 07:36:08'),
(28978,13823,'action started via WP Cron','2021-01-02 12:38:50','2021-01-02 07:38:50'),
(28979,13823,'action complete via WP Cron','2021-01-02 12:38:50','2021-01-02 07:38:50'),
(28980,13824,'action created','2021-01-02 12:38:50','2021-01-02 07:38:50'),
(28981,13824,'action started via WP Cron','2021-01-02 12:42:35','2021-01-02 07:42:35'),
(28982,13824,'action complete via WP Cron','2021-01-02 12:42:35','2021-01-02 07:42:35'),
(28983,13825,'action created','2021-01-02 12:42:35','2021-01-02 07:42:35'),
(28984,13825,'action started via WP Cron','2021-01-02 12:43:29','2021-01-02 07:43:29'),
(28985,13825,'action complete via WP Cron','2021-01-02 12:43:29','2021-01-02 07:43:29'),
(28986,13826,'action created','2021-01-02 12:43:29','2021-01-02 07:43:29'),
(28987,13826,'action started via WP Cron','2021-01-02 12:45:08','2021-01-02 07:45:08'),
(28988,13826,'action complete via WP Cron','2021-01-02 12:45:08','2021-01-02 07:45:08'),
(28989,13827,'action created','2021-01-02 12:45:08','2021-01-02 07:45:08'),
(28990,13827,'action started via WP Cron','2021-01-02 12:46:47','2021-01-02 07:46:47'),
(28991,13827,'action complete via WP Cron','2021-01-02 12:46:47','2021-01-02 07:46:47'),
(28992,13828,'action created','2021-01-02 12:46:47','2021-01-02 07:46:47'),
(28993,13828,'action started via WP Cron','2021-01-02 12:49:47','2021-01-02 07:49:47'),
(28994,13828,'action complete via WP Cron','2021-01-02 12:49:47','2021-01-02 07:49:47'),
(28995,13829,'action created','2021-01-02 12:49:47','2021-01-02 07:49:47'),
(28996,13829,'action started via WP Cron','2021-01-02 12:50:37','2021-01-02 07:50:37'),
(28997,13829,'action complete via WP Cron','2021-01-02 12:50:37','2021-01-02 07:50:37'),
(28998,13830,'action created','2021-01-02 12:50:38','2021-01-02 07:50:38'),
(28999,13830,'action started via WP Cron','2021-01-02 12:51:58','2021-01-02 07:51:58'),
(29000,13830,'action complete via WP Cron','2021-01-02 12:51:58','2021-01-02 07:51:58'),
(29001,12911,'action started via WP Cron','2021-01-02 12:51:58','2021-01-02 07:51:58'),
(29002,12911,'action complete via WP Cron','2021-01-02 12:51:58','2021-01-02 07:51:58'),
(29003,13831,'action created','2021-01-02 12:51:58','2021-01-02 07:51:58'),
(29004,13832,'action created','2021-01-02 12:51:59','2021-01-02 07:51:59'),
(29005,13832,'action started via WP Cron','2021-01-02 12:54:15','2021-01-02 07:54:15'),
(29006,13832,'action complete via WP Cron','2021-01-02 12:54:15','2021-01-02 07:54:15'),
(29007,13833,'action created','2021-01-02 12:54:15','2021-01-02 07:54:15'),
(29008,13833,'action started via WP Cron','2021-01-02 12:55:23','2021-01-02 07:55:23'),
(29009,13833,'action complete via WP Cron','2021-01-02 12:55:23','2021-01-02 07:55:23'),
(29010,13834,'action created','2021-01-02 12:55:23','2021-01-02 07:55:23'),
(29011,13834,'action started via WP Cron','2021-01-02 12:56:21','2021-01-02 07:56:21'),
(29012,13834,'action complete via WP Cron','2021-01-02 12:56:21','2021-01-02 07:56:21'),
(29013,13835,'action created','2021-01-02 12:56:21','2021-01-02 07:56:21'),
(29014,13835,'action started via WP Cron','2021-01-02 13:00:33','2021-01-02 08:00:33'),
(29015,13835,'action complete via WP Cron','2021-01-02 13:00:33','2021-01-02 08:00:33'),
(29016,13836,'action created','2021-01-02 13:00:33','2021-01-02 08:00:33'),
(29017,13836,'action started via WP Cron','2021-01-02 13:03:33','2021-01-02 08:03:33'),
(29018,13836,'action complete via WP Cron','2021-01-02 13:03:33','2021-01-02 08:03:33'),
(29019,13837,'action created','2021-01-02 13:03:33','2021-01-02 08:03:33'),
(29020,13837,'action started via WP Cron','2021-01-02 13:06:08','2021-01-02 08:06:08'),
(29021,13837,'action complete via WP Cron','2021-01-02 13:06:08','2021-01-02 08:06:08'),
(29022,13838,'action created','2021-01-02 13:06:08','2021-01-02 08:06:08'),
(29023,13838,'action started via WP Cron','2021-01-02 13:07:34','2021-01-02 08:07:34'),
(29024,13838,'action complete via WP Cron','2021-01-02 13:07:34','2021-01-02 08:07:34'),
(29025,13839,'action created','2021-01-02 13:07:34','2021-01-02 08:07:34'),
(29026,13839,'action started via WP Cron','2021-01-02 13:08:13','2021-01-02 08:08:13'),
(29027,13839,'action complete via WP Cron','2021-01-02 13:08:13','2021-01-02 08:08:13'),
(29028,13840,'action created','2021-01-02 13:08:13','2021-01-02 08:08:13'),
(29029,13840,'action started via WP Cron','2021-01-02 13:09:30','2021-01-02 08:09:30'),
(29030,13840,'action complete via WP Cron','2021-01-02 13:09:30','2021-01-02 08:09:30'),
(29031,13841,'action created','2021-01-02 13:09:30','2021-01-02 08:09:30'),
(29032,13841,'action started via WP Cron','2021-01-02 13:10:12','2021-01-02 08:10:12'),
(29033,13841,'action complete via WP Cron','2021-01-02 13:10:12','2021-01-02 08:10:12'),
(29034,13842,'action created','2021-01-02 13:10:12','2021-01-02 08:10:12'),
(29035,13842,'action started via WP Cron','2021-01-02 13:11:18','2021-01-02 08:11:18'),
(29036,13842,'action complete via WP Cron','2021-01-02 13:11:18','2021-01-02 08:11:18'),
(29037,13843,'action created','2021-01-02 13:11:18','2021-01-02 08:11:18'),
(29038,13843,'action started via WP Cron','2021-01-02 13:12:53','2021-01-02 08:12:53'),
(29039,13843,'action complete via WP Cron','2021-01-02 13:12:53','2021-01-02 08:12:53'),
(29040,13844,'action created','2021-01-02 13:12:53','2021-01-02 08:12:53'),
(29041,13844,'action started via WP Cron','2021-01-02 13:14:29','2021-01-02 08:14:29'),
(29042,13844,'action complete via WP Cron','2021-01-02 13:14:29','2021-01-02 08:14:29'),
(29043,13845,'action created','2021-01-02 13:14:29','2021-01-02 08:14:29'),
(29044,13845,'action started via WP Cron','2021-01-02 13:17:11','2021-01-02 08:17:11'),
(29045,13845,'action complete via WP Cron','2021-01-02 13:17:11','2021-01-02 08:17:11'),
(29046,13846,'action created','2021-01-02 13:17:11','2021-01-02 08:17:11'),
(29047,13846,'action started via WP Cron','2021-01-02 13:18:18','2021-01-02 08:18:18'),
(29048,13846,'action complete via WP Cron','2021-01-02 13:18:18','2021-01-02 08:18:18'),
(29049,13847,'action created','2021-01-02 13:18:18','2021-01-02 08:18:18'),
(29050,13847,'action started via WP Cron','2021-01-02 13:19:27','2021-01-02 08:19:27'),
(29051,13847,'action complete via WP Cron','2021-01-02 13:19:27','2021-01-02 08:19:27'),
(29052,13848,'action created','2021-01-02 13:19:27','2021-01-02 08:19:27'),
(29053,13848,'action started via WP Cron','2021-01-02 13:21:03','2021-01-02 08:21:03'),
(29054,13848,'action complete via WP Cron','2021-01-02 13:21:03','2021-01-02 08:21:03'),
(29055,13849,'action created','2021-01-02 13:21:03','2021-01-02 08:21:03'),
(29056,13849,'action started via WP Cron','2021-01-02 13:22:48','2021-01-02 08:22:48'),
(29057,13849,'action complete via WP Cron','2021-01-02 13:22:48','2021-01-02 08:22:48'),
(29058,13850,'action created','2021-01-02 13:22:48','2021-01-02 08:22:48'),
(29059,13850,'action started via WP Cron','2021-01-02 13:25:12','2021-01-02 08:25:12'),
(29060,13850,'action complete via WP Cron','2021-01-02 13:25:12','2021-01-02 08:25:12'),
(29061,13851,'action created','2021-01-02 13:25:12','2021-01-02 08:25:12'),
(29062,13851,'action started via WP Cron','2021-01-02 13:34:10','2021-01-02 08:34:10'),
(29063,13851,'action complete via WP Cron','2021-01-02 13:34:10','2021-01-02 08:34:10'),
(29064,13852,'action created','2021-01-02 13:34:10','2021-01-02 08:34:10'),
(29065,13852,'action started via WP Cron','2021-01-02 13:34:33','2021-01-02 08:34:33'),
(29066,13852,'action complete via WP Cron','2021-01-02 13:34:33','2021-01-02 08:34:33'),
(29067,13853,'action created','2021-01-02 13:34:33','2021-01-02 08:34:33'),
(29068,13853,'action started via WP Cron','2021-01-02 13:35:18','2021-01-02 08:35:18'),
(29069,13853,'action complete via WP Cron','2021-01-02 13:35:18','2021-01-02 08:35:18'),
(29070,13854,'action created','2021-01-02 13:35:18','2021-01-02 08:35:18'),
(29071,13854,'action started via WP Cron','2021-01-02 13:36:43','2021-01-02 08:36:43'),
(29072,13854,'action complete via WP Cron','2021-01-02 13:36:43','2021-01-02 08:36:43'),
(29073,13855,'action created','2021-01-02 13:36:43','2021-01-02 08:36:43'),
(29074,13855,'action started via WP Cron','2021-01-02 13:39:20','2021-01-02 08:39:20'),
(29075,13855,'action complete via WP Cron','2021-01-02 13:39:20','2021-01-02 08:39:20'),
(29076,13856,'action created','2021-01-02 13:39:20','2021-01-02 08:39:20'),
(29077,13856,'action started via WP Cron','2021-01-02 13:40:54','2021-01-02 08:40:54'),
(29078,13856,'action complete via WP Cron','2021-01-02 13:40:54','2021-01-02 08:40:54'),
(29079,13857,'action created','2021-01-02 13:40:54','2021-01-02 08:40:54'),
(29080,13857,'action started via WP Cron','2021-01-02 13:43:53','2021-01-02 08:43:53'),
(29081,13857,'action complete via WP Cron','2021-01-02 13:43:53','2021-01-02 08:43:53'),
(29082,13858,'action created','2021-01-02 13:43:53','2021-01-02 08:43:53'),
(29083,13858,'action started via WP Cron','2021-01-02 13:46:15','2021-01-02 08:46:15'),
(29084,13858,'action complete via WP Cron','2021-01-02 13:46:15','2021-01-02 08:46:15'),
(29085,13859,'action created','2021-01-02 13:46:15','2021-01-02 08:46:15'),
(29086,13859,'action started via WP Cron','2021-01-02 13:51:23','2021-01-02 08:51:23'),
(29087,13859,'action complete via WP Cron','2021-01-02 13:51:23','2021-01-02 08:51:23'),
(29088,13860,'action created','2021-01-02 13:51:23','2021-01-02 08:51:23'),
(29089,13860,'action started via WP Cron','2021-01-02 13:53:35','2021-01-02 08:53:35'),
(29090,13860,'action complete via WP Cron','2021-01-02 13:53:35','2021-01-02 08:53:35'),
(29091,13861,'action created','2021-01-02 13:53:35','2021-01-02 08:53:35'),
(29092,13861,'action started via WP Cron','2021-01-02 13:55:06','2021-01-02 08:55:06'),
(29093,13861,'action complete via WP Cron','2021-01-02 13:55:06','2021-01-02 08:55:06'),
(29094,13862,'action created','2021-01-02 13:55:06','2021-01-02 08:55:06'),
(29095,13862,'action started via WP Cron','2021-01-02 13:55:17','2021-01-02 08:55:17'),
(29096,13862,'action complete via WP Cron','2021-01-02 13:55:17','2021-01-02 08:55:17'),
(29097,13863,'action created','2021-01-02 13:55:17','2021-01-02 08:55:17'),
(29098,13863,'action started via WP Cron','2021-01-02 13:57:33','2021-01-02 08:57:33'),
(29099,13863,'action complete via WP Cron','2021-01-02 13:57:33','2021-01-02 08:57:33'),
(29100,13864,'action created','2021-01-02 13:57:33','2021-01-02 08:57:33'),
(29101,13864,'action started via WP Cron','2021-01-02 14:01:05','2021-01-02 09:01:05'),
(29102,13864,'action complete via WP Cron','2021-01-02 14:01:05','2021-01-02 09:01:05'),
(29103,13865,'action created','2021-01-02 14:01:05','2021-01-02 09:01:05'),
(29104,13865,'action started via WP Cron','2021-01-02 14:06:25','2021-01-02 09:06:25'),
(29105,13865,'action complete via WP Cron','2021-01-02 14:06:25','2021-01-02 09:06:25'),
(29106,13866,'action created','2021-01-02 14:06:25','2021-01-02 09:06:25'),
(29107,13866,'action started via WP Cron','2021-01-02 14:07:41','2021-01-02 09:07:41'),
(29108,13866,'action complete via WP Cron','2021-01-02 14:07:41','2021-01-02 09:07:41'),
(29109,13867,'action created','2021-01-02 14:07:41','2021-01-02 09:07:41'),
(29110,13867,'action started via WP Cron','2021-01-02 14:08:11','2021-01-02 09:08:11'),
(29111,13867,'action complete via WP Cron','2021-01-02 14:08:11','2021-01-02 09:08:11'),
(29112,13868,'action created','2021-01-02 14:08:11','2021-01-02 09:08:11'),
(29113,13868,'action started via WP Cron','2021-01-02 14:09:25','2021-01-02 09:09:25'),
(29114,13868,'action complete via WP Cron','2021-01-02 14:09:25','2021-01-02 09:09:25'),
(29115,13869,'action created','2021-01-02 14:09:25','2021-01-02 09:09:25'),
(29116,13869,'action started via WP Cron','2021-01-02 14:12:48','2021-01-02 09:12:48'),
(29117,13869,'action complete via WP Cron','2021-01-02 14:12:48','2021-01-02 09:12:48'),
(29118,13870,'action created','2021-01-02 14:12:48','2021-01-02 09:12:48'),
(29119,13870,'action started via WP Cron','2021-01-02 14:16:13','2021-01-02 09:16:13'),
(29120,13870,'action complete via WP Cron','2021-01-02 14:16:13','2021-01-02 09:16:13'),
(29121,13871,'action created','2021-01-02 14:16:13','2021-01-02 09:16:13'),
(29122,13871,'action started via WP Cron','2021-01-02 14:18:36','2021-01-02 09:18:36'),
(29123,13871,'action complete via WP Cron','2021-01-02 14:18:36','2021-01-02 09:18:36'),
(29124,13872,'action created','2021-01-02 14:18:36','2021-01-02 09:18:36'),
(29125,13872,'action started via WP Cron','2021-01-02 14:19:15','2021-01-02 09:19:15'),
(29126,13872,'action complete via WP Cron','2021-01-02 14:19:15','2021-01-02 09:19:15'),
(29127,13873,'action created','2021-01-02 14:19:15','2021-01-02 09:19:15'),
(29128,13873,'action started via WP Cron','2021-01-02 14:21:49','2021-01-02 09:21:49'),
(29129,13873,'action complete via WP Cron','2021-01-02 14:21:49','2021-01-02 09:21:49'),
(29130,13874,'action created','2021-01-02 14:21:49','2021-01-02 09:21:49'),
(29131,13874,'action started via WP Cron','2021-01-02 14:22:37','2021-01-02 09:22:37'),
(29132,13874,'action complete via WP Cron','2021-01-02 14:22:37','2021-01-02 09:22:37'),
(29133,13875,'action created','2021-01-02 14:22:37','2021-01-02 09:22:37'),
(29134,13875,'action started via WP Cron','2021-01-02 14:23:20','2021-01-02 09:23:20'),
(29135,13875,'action complete via WP Cron','2021-01-02 14:23:20','2021-01-02 09:23:20'),
(29136,13876,'action created','2021-01-02 14:23:20','2021-01-02 09:23:20'),
(29137,13876,'action started via WP Cron','2021-01-02 14:24:11','2021-01-02 09:24:11'),
(29138,13876,'action complete via WP Cron','2021-01-02 14:24:11','2021-01-02 09:24:11'),
(29139,13877,'action created','2021-01-02 14:24:11','2021-01-02 09:24:11'),
(29140,13877,'action started via WP Cron','2021-01-02 14:26:06','2021-01-02 09:26:06'),
(29141,13877,'action complete via WP Cron','2021-01-02 14:26:06','2021-01-02 09:26:06'),
(29142,13878,'action created','2021-01-02 14:26:06','2021-01-02 09:26:06'),
(29143,13878,'action started via WP Cron','2021-01-02 14:26:35','2021-01-02 09:26:35'),
(29144,13878,'action complete via WP Cron','2021-01-02 14:26:35','2021-01-02 09:26:35'),
(29145,13879,'action created','2021-01-02 14:26:35','2021-01-02 09:26:35'),
(29146,13879,'action started via WP Cron','2021-01-02 14:27:48','2021-01-02 09:27:48'),
(29147,13879,'action complete via WP Cron','2021-01-02 14:27:48','2021-01-02 09:27:48'),
(29148,13880,'action created','2021-01-02 14:27:48','2021-01-02 09:27:48'),
(29149,13880,'action started via WP Cron','2021-01-02 14:28:33','2021-01-02 09:28:33'),
(29150,13880,'action complete via WP Cron','2021-01-02 14:28:33','2021-01-02 09:28:33'),
(29151,13881,'action created','2021-01-02 14:28:33','2021-01-02 09:28:33'),
(29152,13881,'action started via WP Cron','2021-01-02 14:30:06','2021-01-02 09:30:06'),
(29153,13881,'action complete via WP Cron','2021-01-02 14:30:06','2021-01-02 09:30:06'),
(29154,13882,'action created','2021-01-02 14:30:06','2021-01-02 09:30:06'),
(29155,13882,'action started via WP Cron','2021-01-02 14:30:43','2021-01-02 09:30:43'),
(29156,13882,'action complete via WP Cron','2021-01-02 14:30:43','2021-01-02 09:30:43'),
(29157,13883,'action created','2021-01-02 14:30:43','2021-01-02 09:30:43'),
(29158,13883,'action started via WP Cron','2021-01-02 14:32:56','2021-01-02 09:32:56'),
(29159,13883,'action complete via WP Cron','2021-01-02 14:32:56','2021-01-02 09:32:56'),
(29160,13884,'action created','2021-01-02 14:32:56','2021-01-02 09:32:56'),
(29161,13884,'action started via WP Cron','2021-01-02 14:34:20','2021-01-02 09:34:20'),
(29162,13884,'action complete via WP Cron','2021-01-02 14:34:20','2021-01-02 09:34:20'),
(29163,13885,'action created','2021-01-02 14:34:20','2021-01-02 09:34:20'),
(29164,13885,'action started via WP Cron','2021-01-02 14:36:48','2021-01-02 09:36:48'),
(29165,13885,'action complete via WP Cron','2021-01-02 14:36:48','2021-01-02 09:36:48'),
(29166,13886,'action created','2021-01-02 14:36:48','2021-01-02 09:36:48'),
(29167,13886,'action started via WP Cron','2021-01-02 14:37:35','2021-01-02 09:37:35'),
(29168,13886,'action complete via WP Cron','2021-01-02 14:37:35','2021-01-02 09:37:35'),
(29169,13887,'action created','2021-01-02 14:37:35','2021-01-02 09:37:35'),
(29170,13887,'action started via WP Cron','2021-01-02 14:38:25','2021-01-02 09:38:25'),
(29171,13887,'action complete via WP Cron','2021-01-02 14:38:25','2021-01-02 09:38:25'),
(29172,13888,'action created','2021-01-02 14:38:25','2021-01-02 09:38:25'),
(29173,13888,'action started via WP Cron','2021-01-02 14:41:41','2021-01-02 09:41:41'),
(29174,13888,'action complete via WP Cron','2021-01-02 14:41:41','2021-01-02 09:41:41'),
(29175,13889,'action created','2021-01-02 14:41:41','2021-01-02 09:41:41'),
(29176,13889,'action started via WP Cron','2021-01-02 14:43:04','2021-01-02 09:43:04'),
(29177,13889,'action complete via WP Cron','2021-01-02 14:43:04','2021-01-02 09:43:04'),
(29178,13890,'action created','2021-01-02 14:43:04','2021-01-02 09:43:04'),
(29179,13890,'action started via WP Cron','2021-01-02 14:44:47','2021-01-02 09:44:47'),
(29180,13890,'action complete via WP Cron','2021-01-02 14:44:47','2021-01-02 09:44:47'),
(29181,13891,'action created','2021-01-02 14:44:47','2021-01-02 09:44:47'),
(29182,13891,'action started via WP Cron','2021-01-02 14:46:07','2021-01-02 09:46:07'),
(29183,13891,'action complete via WP Cron','2021-01-02 14:46:07','2021-01-02 09:46:07'),
(29184,13892,'action created','2021-01-02 14:46:07','2021-01-02 09:46:07'),
(29185,13892,'action started via WP Cron','2021-01-02 14:47:01','2021-01-02 09:47:01'),
(29186,13892,'action complete via WP Cron','2021-01-02 14:47:01','2021-01-02 09:47:01'),
(29187,13893,'action created','2021-01-02 14:47:01','2021-01-02 09:47:01'),
(29188,13893,'action started via WP Cron','2021-01-02 14:47:57','2021-01-02 09:47:57'),
(29189,13893,'action complete via WP Cron','2021-01-02 14:47:57','2021-01-02 09:47:57'),
(29190,13894,'action created','2021-01-02 14:47:57','2021-01-02 09:47:57'),
(29191,13894,'action started via WP Cron','2021-01-02 14:49:14','2021-01-02 09:49:14'),
(29192,13894,'action complete via WP Cron','2021-01-02 14:49:14','2021-01-02 09:49:14'),
(29193,13895,'action created','2021-01-02 14:49:14','2021-01-02 09:49:14'),
(29194,13895,'action started via WP Cron','2021-01-02 14:50:32','2021-01-02 09:50:32'),
(29195,13895,'action complete via WP Cron','2021-01-02 14:50:32','2021-01-02 09:50:32'),
(29196,13896,'action created','2021-01-02 14:50:32','2021-01-02 09:50:32'),
(29197,13896,'action started via WP Cron','2021-01-02 14:51:26','2021-01-02 09:51:26'),
(29198,13896,'action complete via WP Cron','2021-01-02 14:51:26','2021-01-02 09:51:26'),
(29199,13897,'action created','2021-01-02 14:52:59','2021-01-02 09:52:59'),
(29200,13897,'action started via WP Cron','2021-01-02 14:55:07','2021-01-02 09:55:07'),
(29201,13897,'action complete via WP Cron','2021-01-02 14:55:07','2021-01-02 09:55:07'),
(29202,13898,'action created','2021-01-02 14:55:07','2021-01-02 09:55:07'),
(29203,13898,'action started via WP Cron','2021-01-02 14:55:35','2021-01-02 09:55:35'),
(29204,13898,'action complete via WP Cron','2021-01-02 14:55:35','2021-01-02 09:55:35'),
(29205,13899,'action created','2021-01-02 14:55:35','2021-01-02 09:55:35'),
(29206,13899,'action started via WP Cron','2021-01-02 14:56:43','2021-01-02 09:56:43'),
(29207,13899,'action complete via WP Cron','2021-01-02 14:56:43','2021-01-02 09:56:43'),
(29208,13900,'action created','2021-01-02 14:56:43','2021-01-02 09:56:43'),
(29209,13900,'action started via Async Request','2021-01-02 14:57:08','2021-01-02 09:57:08'),
(29210,13900,'action complete via Async Request','2021-01-02 14:57:08','2021-01-02 09:57:08'),
(29211,13901,'action created','2021-01-02 14:57:09','2021-01-02 09:57:09'),
(29212,13901,'action started via WP Cron','2021-01-02 14:57:22','2021-01-02 09:57:22'),
(29213,13901,'action complete via WP Cron','2021-01-02 14:57:22','2021-01-02 09:57:22'),
(29214,13902,'action created','2021-01-02 14:57:22','2021-01-02 09:57:22'),
(29215,13902,'action started via WP Cron','2021-01-02 14:59:43','2021-01-02 09:59:43'),
(29216,13902,'action complete via WP Cron','2021-01-02 14:59:43','2021-01-02 09:59:43'),
(29217,13903,'action created','2021-01-02 15:02:19','2021-01-02 10:02:19'),
(29218,13903,'action started via WP Cron','2021-01-02 15:06:07','2021-01-02 10:06:07'),
(29219,13903,'action complete via WP Cron','2021-01-02 15:06:07','2021-01-02 10:06:07'),
(29220,13904,'action created','2021-01-02 15:06:07','2021-01-02 10:06:07'),
(29221,13904,'action started via WP Cron','2021-01-02 15:07:34','2021-01-02 10:07:34'),
(29222,13904,'action complete via WP Cron','2021-01-02 15:07:34','2021-01-02 10:07:34'),
(29223,13905,'action created','2021-01-02 15:07:34','2021-01-02 10:07:34'),
(29224,13905,'action started via WP Cron','2021-01-02 15:08:12','2021-01-02 10:08:12'),
(29225,13905,'action complete via WP Cron','2021-01-02 15:08:12','2021-01-02 10:08:12'),
(29226,13906,'action created','2021-01-02 15:08:12','2021-01-02 10:08:12'),
(29227,13906,'action started via WP Cron','2021-01-02 15:09:45','2021-01-02 10:09:45'),
(29228,13906,'action complete via WP Cron','2021-01-02 15:09:45','2021-01-02 10:09:45'),
(29229,13907,'action created','2021-01-02 15:09:45','2021-01-02 10:09:45'),
(29230,13907,'action started via WP Cron','2021-01-02 15:10:35','2021-01-02 10:10:35'),
(29231,13907,'action complete via WP Cron','2021-01-02 15:10:35','2021-01-02 10:10:35'),
(29232,13908,'action created','2021-01-02 15:10:35','2021-01-02 10:10:35'),
(29233,13908,'action started via WP Cron','2021-01-02 15:15:09','2021-01-02 10:15:09'),
(29234,13908,'action complete via WP Cron','2021-01-02 15:15:09','2021-01-02 10:15:09'),
(29235,13909,'action created','2021-01-02 15:15:09','2021-01-02 10:15:09'),
(29236,13909,'action started via WP Cron','2021-01-02 15:22:16','2021-01-02 10:22:16'),
(29237,13909,'action complete via WP Cron','2021-01-02 15:22:16','2021-01-02 10:22:16'),
(29238,13910,'action created','2021-01-02 15:22:16','2021-01-02 10:22:16'),
(29239,13910,'action started via WP Cron','2021-01-02 15:28:55','2021-01-02 10:28:55'),
(29240,13910,'action complete via WP Cron','2021-01-02 15:28:55','2021-01-02 10:28:55'),
(29241,13911,'action created','2021-01-02 15:28:55','2021-01-02 10:28:55'),
(29242,13911,'action started via WP Cron','2021-01-02 15:30:50','2021-01-02 10:30:50'),
(29243,13911,'action complete via WP Cron','2021-01-02 15:30:50','2021-01-02 10:30:50'),
(29244,13912,'action created','2021-01-02 15:30:50','2021-01-02 10:30:50'),
(29245,13912,'action started via WP Cron','2021-01-02 15:31:21','2021-01-02 10:31:21'),
(29246,13912,'action complete via WP Cron','2021-01-02 15:31:21','2021-01-02 10:31:21'),
(29247,13913,'action created','2021-01-02 15:31:21','2021-01-02 10:31:21'),
(29248,13913,'action started via WP Cron','2021-01-02 15:36:57','2021-01-02 10:36:57'),
(29249,13913,'action complete via WP Cron','2021-01-02 15:36:57','2021-01-02 10:36:57'),
(29250,13914,'action created','2021-01-02 15:36:57','2021-01-02 10:36:57'),
(29251,13914,'action started via WP Cron','2021-01-02 15:37:33','2021-01-02 10:37:33'),
(29252,13914,'action complete via WP Cron','2021-01-02 15:37:33','2021-01-02 10:37:33'),
(29253,13915,'action created','2021-01-02 15:37:33','2021-01-02 10:37:33'),
(29254,13915,'action started via WP Cron','2021-01-02 15:39:21','2021-01-02 10:39:21'),
(29255,13915,'action complete via WP Cron','2021-01-02 15:39:21','2021-01-02 10:39:21'),
(29256,13916,'action created','2021-01-02 15:39:21','2021-01-02 10:39:21'),
(29257,13916,'action started via WP Cron','2021-01-02 15:40:12','2021-01-02 10:40:12'),
(29258,13916,'action complete via WP Cron','2021-01-02 15:40:12','2021-01-02 10:40:12'),
(29259,13917,'action created','2021-01-02 15:40:12','2021-01-02 10:40:12'),
(29260,13917,'action started via WP Cron','2021-01-02 15:42:03','2021-01-02 10:42:03'),
(29261,13917,'action complete via WP Cron','2021-01-02 15:42:03','2021-01-02 10:42:03'),
(29262,13918,'action created','2021-01-02 15:42:03','2021-01-02 10:42:03'),
(29263,13918,'action started via WP Cron','2021-01-02 15:42:50','2021-01-02 10:42:50'),
(29264,13918,'action complete via WP Cron','2021-01-02 15:42:50','2021-01-02 10:42:50'),
(29265,13919,'action created','2021-01-02 15:42:50','2021-01-02 10:42:50'),
(29266,13919,'action started via WP Cron','2021-01-02 15:46:30','2021-01-02 10:46:30'),
(29267,13919,'action complete via WP Cron','2021-01-02 15:46:30','2021-01-02 10:46:30'),
(29268,13920,'action created','2021-01-02 15:46:30','2021-01-02 10:46:30'),
(29269,13920,'action started via WP Cron','2021-01-02 15:48:58','2021-01-02 10:48:58'),
(29270,13920,'action complete via WP Cron','2021-01-02 15:48:58','2021-01-02 10:48:58'),
(29271,13921,'action created','2021-01-02 15:48:58','2021-01-02 10:48:58'),
(29272,13921,'action started via WP Cron','2021-01-02 15:49:56','2021-01-02 10:49:56'),
(29273,13921,'action complete via WP Cron','2021-01-02 15:49:56','2021-01-02 10:49:56'),
(29274,13922,'action created','2021-01-02 15:49:56','2021-01-02 10:49:56'),
(29275,13922,'action started via WP Cron','2021-01-02 15:50:13','2021-01-02 10:50:13'),
(29276,13922,'action complete via WP Cron','2021-01-02 15:50:13','2021-01-02 10:50:13'),
(29277,13923,'action created','2021-01-02 15:50:13','2021-01-02 10:50:13'),
(29278,13923,'action started via WP Cron','2021-01-02 15:51:33','2021-01-02 10:51:33'),
(29279,13923,'action complete via WP Cron','2021-01-02 15:51:33','2021-01-02 10:51:33'),
(29280,13924,'action created','2021-01-02 15:51:33','2021-01-02 10:51:33'),
(29281,13924,'action started via WP Cron','2021-01-02 15:52:28','2021-01-02 10:52:28'),
(29282,13924,'action complete via WP Cron','2021-01-02 15:52:28','2021-01-02 10:52:28'),
(29283,13925,'action created','2021-01-02 15:52:28','2021-01-02 10:52:28'),
(29284,13925,'action started via WP Cron','2021-01-02 15:55:26','2021-01-02 10:55:26'),
(29285,13925,'action complete via WP Cron','2021-01-02 15:55:26','2021-01-02 10:55:26'),
(29286,13926,'action created','2021-01-02 15:55:26','2021-01-02 10:55:26'),
(29287,13926,'action started via WP Cron','2021-01-02 16:00:40','2021-01-02 11:00:40'),
(29288,13926,'action complete via WP Cron','2021-01-02 16:00:40','2021-01-02 11:00:40'),
(29289,13927,'action created','2021-01-02 16:00:40','2021-01-02 11:00:40'),
(29290,13927,'action started via WP Cron','2021-01-02 16:01:55','2021-01-02 11:01:55'),
(29291,13927,'action complete via WP Cron','2021-01-02 16:01:55','2021-01-02 11:01:55'),
(29292,13928,'action created','2021-01-02 16:01:55','2021-01-02 11:01:55'),
(29293,13928,'action started via WP Cron','2021-01-02 16:04:43','2021-01-02 11:04:43'),
(29294,13928,'action complete via WP Cron','2021-01-02 16:04:43','2021-01-02 11:04:43'),
(29295,13929,'action created','2021-01-02 16:04:43','2021-01-02 11:04:43'),
(29296,13929,'action started via WP Cron','2021-01-02 16:05:16','2021-01-02 11:05:16'),
(29297,13929,'action complete via WP Cron','2021-01-02 16:05:16','2021-01-02 11:05:16'),
(29298,13930,'action created','2021-01-02 16:05:16','2021-01-02 11:05:16'),
(29299,13930,'action started via WP Cron','2021-01-02 16:07:18','2021-01-02 11:07:18'),
(29300,13930,'action complete via WP Cron','2021-01-02 16:07:18','2021-01-02 11:07:18'),
(29301,13931,'action created','2021-01-02 16:07:18','2021-01-02 11:07:18'),
(29302,13931,'action started via WP Cron','2021-01-02 16:08:17','2021-01-02 11:08:17'),
(29303,13931,'action complete via WP Cron','2021-01-02 16:08:17','2021-01-02 11:08:17'),
(29304,13932,'action created','2021-01-02 16:08:18','2021-01-02 11:08:18'),
(29305,13932,'action started via WP Cron','2021-01-02 16:10:24','2021-01-02 11:10:24'),
(29306,13932,'action complete via WP Cron','2021-01-02 16:10:24','2021-01-02 11:10:24'),
(29307,13933,'action created','2021-01-02 16:10:24','2021-01-02 11:10:24'),
(29308,13933,'action started via WP Cron','2021-01-02 16:12:28','2021-01-02 11:12:28'),
(29309,13933,'action complete via WP Cron','2021-01-02 16:12:29','2021-01-02 11:12:29'),
(29310,13934,'action created','2021-01-02 16:12:29','2021-01-02 11:12:29'),
(29311,13934,'action started via WP Cron','2021-01-02 16:13:47','2021-01-02 11:13:47'),
(29312,13934,'action complete via WP Cron','2021-01-02 16:13:47','2021-01-02 11:13:47'),
(29313,13935,'action created','2021-01-02 16:13:47','2021-01-02 11:13:47'),
(29314,13935,'action started via WP Cron','2021-01-02 16:17:04','2021-01-02 11:17:04'),
(29315,13935,'action complete via WP Cron','2021-01-02 16:17:04','2021-01-02 11:17:04'),
(29316,13936,'action created','2021-01-02 16:17:04','2021-01-02 11:17:04'),
(29317,13936,'action started via WP Cron','2021-01-02 16:20:10','2021-01-02 11:20:10'),
(29318,13936,'action complete via WP Cron','2021-01-02 16:20:10','2021-01-02 11:20:10'),
(29319,13937,'action created','2021-01-02 16:20:10','2021-01-02 11:20:10'),
(29320,13937,'action started via WP Cron','2021-01-02 16:22:59','2021-01-02 11:22:59'),
(29321,13937,'action complete via WP Cron','2021-01-02 16:23:00','2021-01-02 11:23:00'),
(29322,13938,'action created','2021-01-02 16:23:58','2021-01-02 11:23:58'),
(29323,13938,'action started via WP Cron','2021-01-02 16:25:32','2021-01-02 11:25:32'),
(29324,13938,'action complete via WP Cron','2021-01-02 16:25:32','2021-01-02 11:25:32'),
(29325,13939,'action created','2021-01-02 16:25:32','2021-01-02 11:25:32'),
(29326,13939,'action started via WP Cron','2021-01-02 16:27:48','2021-01-02 11:27:48'),
(29327,13939,'action complete via WP Cron','2021-01-02 16:27:48','2021-01-02 11:27:48'),
(29328,13940,'action created','2021-01-02 16:27:48','2021-01-02 11:27:48'),
(29329,13940,'action started via WP Cron','2021-01-02 16:29:46','2021-01-02 11:29:46'),
(29330,13940,'action complete via WP Cron','2021-01-02 16:29:46','2021-01-02 11:29:46'),
(29331,13941,'action created','2021-01-02 16:29:46','2021-01-02 11:29:46'),
(29332,13941,'action started via WP Cron','2021-01-02 16:32:03','2021-01-02 11:32:03'),
(29333,13941,'action complete via WP Cron','2021-01-02 16:32:03','2021-01-02 11:32:03'),
(29334,13942,'action created','2021-01-02 16:32:03','2021-01-02 11:32:03'),
(29335,13942,'action started via WP Cron','2021-01-02 16:32:23','2021-01-02 11:32:23'),
(29336,13942,'action complete via WP Cron','2021-01-02 16:32:23','2021-01-02 11:32:23'),
(29337,13943,'action created','2021-01-02 16:32:23','2021-01-02 11:32:23'),
(29338,13943,'action started via WP Cron','2021-01-02 16:33:41','2021-01-02 11:33:41'),
(29339,13943,'action complete via WP Cron','2021-01-02 16:33:41','2021-01-02 11:33:41'),
(29340,13944,'action created','2021-01-02 16:33:41','2021-01-02 11:33:41'),
(29341,13944,'action started via WP Cron','2021-01-02 16:35:03','2021-01-02 11:35:03'),
(29342,13944,'action complete via WP Cron','2021-01-02 16:35:03','2021-01-02 11:35:03'),
(29343,13945,'action created','2021-01-02 16:35:04','2021-01-02 11:35:04'),
(29344,13945,'action started via WP Cron','2021-01-02 16:36:26','2021-01-02 11:36:26'),
(29345,13945,'action complete via WP Cron','2021-01-02 16:36:26','2021-01-02 11:36:26'),
(29346,13946,'action created','2021-01-02 16:36:26','2021-01-02 11:36:26'),
(29347,13946,'action started via WP Cron','2021-01-02 16:39:58','2021-01-02 11:39:58'),
(29348,13946,'action complete via WP Cron','2021-01-02 16:39:58','2021-01-02 11:39:58'),
(29349,13947,'action created','2021-01-02 16:39:58','2021-01-02 11:39:58'),
(29350,13947,'action started via WP Cron','2021-01-02 16:40:19','2021-01-02 11:40:19'),
(29351,13947,'action complete via WP Cron','2021-01-02 16:40:19','2021-01-02 11:40:19'),
(29352,13948,'action created','2021-01-02 16:40:19','2021-01-02 11:40:19'),
(29353,13948,'action started via WP Cron','2021-01-02 16:42:47','2021-01-02 11:42:47'),
(29354,13948,'action complete via WP Cron','2021-01-02 16:42:47','2021-01-02 11:42:47'),
(29355,13949,'action created','2021-01-02 16:42:47','2021-01-02 11:42:47'),
(29356,13949,'action started via WP Cron','2021-01-02 16:47:05','2021-01-02 11:47:05'),
(29357,13949,'action complete via WP Cron','2021-01-02 16:47:05','2021-01-02 11:47:05'),
(29358,13950,'action created','2021-01-02 16:47:05','2021-01-02 11:47:05'),
(29359,13950,'action started via WP Cron','2021-01-02 16:48:45','2021-01-02 11:48:45'),
(29360,13950,'action complete via WP Cron','2021-01-02 16:48:45','2021-01-02 11:48:45'),
(29361,13951,'action created','2021-01-02 16:48:45','2021-01-02 11:48:45'),
(29362,13951,'action started via WP Cron','2021-01-02 16:50:28','2021-01-02 11:50:28'),
(29363,13951,'action complete via WP Cron','2021-01-02 16:50:28','2021-01-02 11:50:28'),
(29364,13952,'action created','2021-01-02 16:50:28','2021-01-02 11:50:28'),
(29365,13952,'action started via WP Cron','2021-01-02 16:52:03','2021-01-02 11:52:03'),
(29366,13952,'action complete via WP Cron','2021-01-02 16:52:03','2021-01-02 11:52:03'),
(29367,13953,'action created','2021-01-02 16:52:03','2021-01-02 11:52:03'),
(29368,13953,'action started via WP Cron','2021-01-02 16:52:58','2021-01-02 11:52:58'),
(29369,13953,'action complete via WP Cron','2021-01-02 16:52:58','2021-01-02 11:52:58'),
(29370,13954,'action created','2021-01-02 16:52:58','2021-01-02 11:52:58'),
(29371,13954,'action started via WP Cron','2021-01-02 16:55:45','2021-01-02 11:55:45'),
(29372,13954,'action complete via WP Cron','2021-01-02 16:55:45','2021-01-02 11:55:45'),
(29373,13955,'action created','2021-01-02 16:55:45','2021-01-02 11:55:45'),
(29374,13955,'action started via WP Cron','2021-01-02 16:56:37','2021-01-02 11:56:37'),
(29375,13955,'action complete via WP Cron','2021-01-02 16:56:37','2021-01-02 11:56:37'),
(29376,13956,'action created','2021-01-02 16:56:37','2021-01-02 11:56:37'),
(29377,13956,'action started via WP Cron','2021-01-02 16:57:43','2021-01-02 11:57:43'),
(29378,13956,'action complete via WP Cron','2021-01-02 16:57:43','2021-01-02 11:57:43'),
(29379,13957,'action created','2021-01-02 16:57:43','2021-01-02 11:57:43'),
(29380,13957,'action started via WP Cron','2021-01-02 16:59:19','2021-01-02 11:59:19'),
(29381,13957,'action complete via WP Cron','2021-01-02 16:59:19','2021-01-02 11:59:19'),
(29382,13958,'action created','2021-01-02 16:59:19','2021-01-02 11:59:19'),
(29383,13958,'action started via WP Cron','2021-01-02 17:00:40','2021-01-02 12:00:40'),
(29384,13958,'action complete via WP Cron','2021-01-02 17:00:40','2021-01-02 12:00:40'),
(29385,13959,'action created','2021-01-02 17:00:40','2021-01-02 12:00:40'),
(29386,13959,'action started via WP Cron','2021-01-02 17:02:25','2021-01-02 12:02:25'),
(29387,13959,'action complete via WP Cron','2021-01-02 17:02:25','2021-01-02 12:02:25'),
(29388,13960,'action created','2021-01-02 17:02:25','2021-01-02 12:02:25'),
(29389,13960,'action started via WP Cron','2021-01-02 17:05:15','2021-01-02 12:05:15'),
(29390,13960,'action complete via WP Cron','2021-01-02 17:05:15','2021-01-02 12:05:15'),
(29391,13961,'action created','2021-01-02 17:05:15','2021-01-02 12:05:15'),
(29392,13961,'action started via WP Cron','2021-01-02 17:07:01','2021-01-02 12:07:01'),
(29393,13961,'action complete via WP Cron','2021-01-02 17:07:01','2021-01-02 12:07:01'),
(29394,13962,'action created','2021-01-02 17:07:01','2021-01-02 12:07:01'),
(29395,13962,'action started via WP Cron','2021-01-02 17:10:28','2021-01-02 12:10:28'),
(29396,13962,'action complete via WP Cron','2021-01-02 17:10:28','2021-01-02 12:10:28'),
(29397,13963,'action created','2021-01-02 17:10:28','2021-01-02 12:10:28'),
(29398,13963,'action started via WP Cron','2021-01-02 17:12:41','2021-01-02 12:12:41'),
(29399,13963,'action complete via WP Cron','2021-01-02 17:12:41','2021-01-02 12:12:41'),
(29400,13964,'action created','2021-01-02 17:12:41','2021-01-02 12:12:41'),
(29401,13964,'action started via WP Cron','2021-01-02 17:13:47','2021-01-02 12:13:47'),
(29402,13964,'action complete via WP Cron','2021-01-02 17:13:47','2021-01-02 12:13:47'),
(29403,13965,'action created','2021-01-02 17:13:47','2021-01-02 12:13:47'),
(29404,13965,'action started via WP Cron','2021-01-02 17:15:07','2021-01-02 12:15:07'),
(29405,13965,'action complete via WP Cron','2021-01-02 17:15:07','2021-01-02 12:15:07'),
(29406,13966,'action created','2021-01-02 17:15:07','2021-01-02 12:15:07'),
(29407,13966,'action started via WP Cron','2021-01-02 17:19:56','2021-01-02 12:19:56'),
(29408,13966,'action complete via WP Cron','2021-01-02 17:19:56','2021-01-02 12:19:56'),
(29409,13967,'action created','2021-01-02 17:19:56','2021-01-02 12:19:56'),
(29410,13967,'action started via WP Cron','2021-01-02 17:21:01','2021-01-02 12:21:01'),
(29411,13967,'action complete via WP Cron','2021-01-02 17:21:01','2021-01-02 12:21:01'),
(29412,13968,'action created','2021-01-02 17:21:01','2021-01-02 12:21:01'),
(29413,13968,'action started via WP Cron','2021-01-02 17:22:07','2021-01-02 12:22:07'),
(29414,13968,'action complete via WP Cron','2021-01-02 17:22:07','2021-01-02 12:22:07'),
(29415,13969,'action created','2021-01-02 17:22:07','2021-01-02 12:22:07'),
(29416,13969,'action started via WP Cron','2021-01-02 17:25:49','2021-01-02 12:25:49'),
(29417,13969,'action complete via WP Cron','2021-01-02 17:25:49','2021-01-02 12:25:49'),
(29418,13970,'action created','2021-01-02 17:25:49','2021-01-02 12:25:49'),
(29419,13970,'action started via WP Cron','2021-01-02 17:28:18','2021-01-02 12:28:18'),
(29420,13970,'action complete via WP Cron','2021-01-02 17:28:18','2021-01-02 12:28:18'),
(29421,13971,'action created','2021-01-02 17:28:18','2021-01-02 12:28:18'),
(29422,13971,'action started via WP Cron','2021-01-02 17:33:10','2021-01-02 12:33:10'),
(29423,13971,'action complete via WP Cron','2021-01-02 17:33:10','2021-01-02 12:33:10'),
(29424,13972,'action created','2021-01-02 17:33:10','2021-01-02 12:33:10'),
(29425,13972,'action started via WP Cron','2021-01-02 17:34:43','2021-01-02 12:34:43'),
(29426,13972,'action complete via WP Cron','2021-01-02 17:34:43','2021-01-02 12:34:43'),
(29427,13973,'action created','2021-01-02 17:34:43','2021-01-02 12:34:43'),
(29428,13973,'action started via WP Cron','2021-01-02 17:37:07','2021-01-02 12:37:07'),
(29429,13973,'action complete via WP Cron','2021-01-02 17:37:07','2021-01-02 12:37:07'),
(29430,13974,'action created','2021-01-02 17:37:07','2021-01-02 12:37:07'),
(29431,13974,'action started via WP Cron','2021-01-02 17:40:13','2021-01-02 12:40:13'),
(29432,13974,'action complete via WP Cron','2021-01-02 17:40:13','2021-01-02 12:40:13'),
(29433,13975,'action created','2021-01-02 17:40:13','2021-01-02 12:40:13'),
(29434,13975,'action started via WP Cron','2021-01-02 17:41:13','2021-01-02 12:41:13'),
(29435,13975,'action complete via WP Cron','2021-01-02 17:41:13','2021-01-02 12:41:13'),
(29436,13976,'action created','2021-01-02 17:41:13','2021-01-02 12:41:13'),
(29437,13976,'action started via WP Cron','2021-01-02 17:42:15','2021-01-02 12:42:15'),
(29438,13976,'action complete via WP Cron','2021-01-02 17:42:15','2021-01-02 12:42:15'),
(29439,13977,'action created','2021-01-02 17:42:15','2021-01-02 12:42:15'),
(29440,13977,'action started via WP Cron','2021-01-02 17:43:27','2021-01-02 12:43:27'),
(29441,13977,'action complete via WP Cron','2021-01-02 17:43:27','2021-01-02 12:43:27'),
(29442,13978,'action created','2021-01-02 17:43:27','2021-01-02 12:43:27'),
(29443,13978,'action started via WP Cron','2021-01-02 17:44:37','2021-01-02 12:44:37'),
(29444,13978,'action complete via WP Cron','2021-01-02 17:44:37','2021-01-02 12:44:37'),
(29445,13979,'action created','2021-01-02 17:44:37','2021-01-02 12:44:37'),
(29446,13979,'action started via WP Cron','2021-01-02 17:46:05','2021-01-02 12:46:05'),
(29447,13979,'action complete via WP Cron','2021-01-02 17:46:05','2021-01-02 12:46:05'),
(29448,13980,'action created','2021-01-02 17:46:05','2021-01-02 12:46:05'),
(29449,13980,'action started via WP Cron','2021-01-02 17:46:33','2021-01-02 12:46:33'),
(29450,13980,'action complete via WP Cron','2021-01-02 17:46:33','2021-01-02 12:46:33'),
(29451,13981,'action created','2021-01-02 17:46:33','2021-01-02 12:46:33'),
(29452,13981,'action started via WP Cron','2021-01-02 17:47:59','2021-01-02 12:47:59'),
(29453,13981,'action complete via WP Cron','2021-01-02 17:48:00','2021-01-02 12:48:00'),
(29454,13982,'action created','2021-01-02 17:48:00','2021-01-02 12:48:00'),
(29455,13982,'action started via WP Cron','2021-01-02 17:48:35','2021-01-02 12:48:35'),
(29456,13982,'action complete via WP Cron','2021-01-02 17:48:35','2021-01-02 12:48:35'),
(29457,13983,'action created','2021-01-02 17:48:35','2021-01-02 12:48:35'),
(29458,13983,'action started via WP Cron','2021-01-02 17:50:11','2021-01-02 12:50:11'),
(29459,13983,'action complete via WP Cron','2021-01-02 17:50:11','2021-01-02 12:50:11'),
(29460,13984,'action created','2021-01-02 17:50:11','2021-01-02 12:50:11'),
(29461,13984,'action started via WP Cron','2021-01-02 17:51:13','2021-01-02 12:51:13'),
(29462,13984,'action complete via WP Cron','2021-01-02 17:51:13','2021-01-02 12:51:13'),
(29463,13985,'action created','2021-01-02 17:51:13','2021-01-02 12:51:13'),
(29464,13985,'action started via WP Cron','2021-01-02 17:52:19','2021-01-02 12:52:19'),
(29465,13985,'action complete via WP Cron','2021-01-02 17:52:19','2021-01-02 12:52:19'),
(29466,13986,'action created','2021-01-02 17:52:19','2021-01-02 12:52:19'),
(29467,13986,'action started via WP Cron','2021-01-02 17:55:30','2021-01-02 12:55:30'),
(29468,13986,'action complete via WP Cron','2021-01-02 17:55:30','2021-01-02 12:55:30'),
(29469,13987,'action created','2021-01-02 17:55:31','2021-01-02 12:55:31'),
(29470,13987,'action started via WP Cron','2021-01-02 17:57:25','2021-01-02 12:57:25'),
(29471,13987,'action complete via WP Cron','2021-01-02 17:57:25','2021-01-02 12:57:25'),
(29472,13988,'action created','2021-01-02 17:57:25','2021-01-02 12:57:25'),
(29473,13988,'action started via WP Cron','2021-01-02 18:00:14','2021-01-02 13:00:14'),
(29474,13988,'action complete via WP Cron','2021-01-02 18:00:14','2021-01-02 13:00:14'),
(29475,13989,'action created','2021-01-02 18:00:14','2021-01-02 13:00:14'),
(29476,13989,'action started via WP Cron','2021-01-02 18:01:23','2021-01-02 13:01:23'),
(29477,13989,'action complete via WP Cron','2021-01-02 18:01:23','2021-01-02 13:01:23'),
(29478,13990,'action created','2021-01-02 18:01:23','2021-01-02 13:01:23'),
(29479,13990,'action started via WP Cron','2021-01-02 18:03:04','2021-01-02 13:03:04'),
(29480,13990,'action complete via WP Cron','2021-01-02 18:03:04','2021-01-02 13:03:04'),
(29481,13991,'action created','2021-01-02 18:03:04','2021-01-02 13:03:04'),
(29482,13991,'action started via WP Cron','2021-01-02 18:03:24','2021-01-02 13:03:24'),
(29483,13991,'action complete via WP Cron','2021-01-02 18:03:24','2021-01-02 13:03:24'),
(29484,13992,'action created','2021-01-02 18:03:24','2021-01-02 13:03:24'),
(29485,13992,'action started via WP Cron','2021-01-02 18:05:05','2021-01-02 13:05:05'),
(29486,13992,'action complete via WP Cron','2021-01-02 18:05:05','2021-01-02 13:05:05'),
(29487,13993,'action created','2021-01-02 18:05:05','2021-01-02 13:05:05'),
(29488,13993,'action started via WP Cron','2021-01-02 18:06:35','2021-01-02 13:06:35'),
(29489,13993,'action complete via WP Cron','2021-01-02 18:06:35','2021-01-02 13:06:35'),
(29490,13994,'action created','2021-01-02 18:06:35','2021-01-02 13:06:35'),
(29491,13994,'action started via WP Cron','2021-01-02 18:12:48','2021-01-02 13:12:48'),
(29492,13994,'action complete via WP Cron','2021-01-02 18:12:48','2021-01-02 13:12:48'),
(29493,13995,'action created','2021-01-02 18:12:48','2021-01-02 13:12:48'),
(29494,13995,'action started via WP Cron','2021-01-02 18:14:17','2021-01-02 13:14:17'),
(29495,13995,'action complete via WP Cron','2021-01-02 18:14:17','2021-01-02 13:14:17'),
(29496,13996,'action created','2021-01-02 18:14:17','2021-01-02 13:14:17'),
(29497,13996,'action started via WP Cron','2021-01-02 18:16:07','2021-01-02 13:16:07'),
(29498,13996,'action complete via WP Cron','2021-01-02 18:16:07','2021-01-02 13:16:07'),
(29499,13997,'action created','2021-01-02 18:16:08','2021-01-02 13:16:08'),
(29500,13997,'action started via WP Cron','2021-01-02 18:16:47','2021-01-02 13:16:47'),
(29501,13997,'action complete via WP Cron','2021-01-02 18:16:47','2021-01-02 13:16:47'),
(29502,13998,'action created','2021-01-02 18:16:47','2021-01-02 13:16:47'),
(29503,13998,'action started via WP Cron','2021-01-02 18:17:18','2021-01-02 13:17:18'),
(29504,13998,'action complete via WP Cron','2021-01-02 18:17:18','2021-01-02 13:17:18'),
(29505,13999,'action created','2021-01-02 18:17:18','2021-01-02 13:17:18'),
(29506,13999,'action started via WP Cron','2021-01-02 18:18:17','2021-01-02 13:18:17'),
(29507,13999,'action complete via WP Cron','2021-01-02 18:18:17','2021-01-02 13:18:17'),
(29508,14000,'action created','2021-01-02 18:18:17','2021-01-02 13:18:17'),
(29509,14000,'action started via WP Cron','2021-01-02 18:19:22','2021-01-02 13:19:22'),
(29510,14000,'action complete via WP Cron','2021-01-02 18:19:22','2021-01-02 13:19:22'),
(29511,14001,'action created','2021-01-02 18:19:22','2021-01-02 13:19:22'),
(29512,14001,'action started via WP Cron','2021-01-02 18:20:27','2021-01-02 13:20:27'),
(29513,14001,'action complete via WP Cron','2021-01-02 18:20:27','2021-01-02 13:20:27'),
(29514,14002,'action created','2021-01-02 18:20:27','2021-01-02 13:20:27'),
(29515,14002,'action started via WP Cron','2021-01-02 18:21:24','2021-01-02 13:21:24'),
(29516,14002,'action complete via WP Cron','2021-01-02 18:21:24','2021-01-02 13:21:24'),
(29517,14003,'action created','2021-01-02 18:21:24','2021-01-02 13:21:24'),
(29518,14003,'action started via WP Cron','2021-01-02 18:22:25','2021-01-02 13:22:25'),
(29519,14003,'action complete via WP Cron','2021-01-02 18:22:25','2021-01-02 13:22:25'),
(29520,14004,'action created','2021-01-02 18:22:25','2021-01-02 13:22:25'),
(29521,14004,'action started via WP Cron','2021-01-02 18:23:33','2021-01-02 13:23:33'),
(29522,14004,'action complete via WP Cron','2021-01-02 18:23:33','2021-01-02 13:23:33'),
(29523,14005,'action created','2021-01-02 18:23:33','2021-01-02 13:23:33'),
(29524,14005,'action started via WP Cron','2021-01-02 18:29:03','2021-01-02 13:29:03'),
(29525,14005,'action complete via WP Cron','2021-01-02 18:29:03','2021-01-02 13:29:03'),
(29526,14006,'action created','2021-01-02 18:29:03','2021-01-02 13:29:03'),
(29527,14006,'action started via WP Cron','2021-01-02 18:31:08','2021-01-02 13:31:08'),
(29528,14006,'action complete via WP Cron','2021-01-02 18:31:08','2021-01-02 13:31:08'),
(29529,14007,'action created','2021-01-02 18:31:08','2021-01-02 13:31:08'),
(29530,14007,'action started via WP Cron','2021-01-02 18:32:07','2021-01-02 13:32:07'),
(29531,14007,'action complete via WP Cron','2021-01-02 18:32:07','2021-01-02 13:32:07'),
(29532,14008,'action created','2021-01-02 18:32:07','2021-01-02 13:32:07'),
(29533,14008,'action started via WP Cron','2021-01-02 18:32:18','2021-01-02 13:32:18'),
(29534,14008,'action complete via WP Cron','2021-01-02 18:32:18','2021-01-02 13:32:18'),
(29535,14009,'action created','2021-01-02 18:32:18','2021-01-02 13:32:18'),
(29536,14009,'action started via WP Cron','2021-01-02 18:34:39','2021-01-02 13:34:39'),
(29537,14009,'action complete via WP Cron','2021-01-02 18:34:39','2021-01-02 13:34:39'),
(29538,14010,'action created','2021-01-02 18:34:39','2021-01-02 13:34:39'),
(29539,14010,'action started via WP Cron','2021-01-02 18:40:50','2021-01-02 13:40:50'),
(29540,14010,'action complete via WP Cron','2021-01-02 18:40:50','2021-01-02 13:40:50'),
(29541,14011,'action created','2021-01-02 18:40:50','2021-01-02 13:40:50'),
(29542,14011,'action started via WP Cron','2021-01-02 18:41:51','2021-01-02 13:41:51'),
(29543,14011,'action complete via WP Cron','2021-01-02 18:41:51','2021-01-02 13:41:51'),
(29544,14012,'action created','2021-01-02 18:41:51','2021-01-02 13:41:51'),
(29545,14012,'action started via WP Cron','2021-01-02 18:43:49','2021-01-02 13:43:49'),
(29546,14012,'action complete via WP Cron','2021-01-02 18:43:49','2021-01-02 13:43:49'),
(29547,14013,'action created','2021-01-02 18:43:50','2021-01-02 13:43:50'),
(29548,14013,'action started via WP Cron','2021-01-02 18:44:44','2021-01-02 13:44:44'),
(29549,14013,'action complete via WP Cron','2021-01-02 18:44:44','2021-01-02 13:44:44'),
(29550,14014,'action created','2021-01-02 18:44:44','2021-01-02 13:44:44'),
(29551,14014,'action started via WP Cron','2021-01-02 18:49:07','2021-01-02 13:49:07'),
(29552,14014,'action complete via WP Cron','2021-01-02 18:49:07','2021-01-02 13:49:07'),
(29553,14015,'action created','2021-01-02 18:49:08','2021-01-02 13:49:08'),
(29554,14015,'action started via WP Cron','2021-01-02 18:49:50','2021-01-02 13:49:50'),
(29555,14015,'action complete via WP Cron','2021-01-02 18:49:50','2021-01-02 13:49:50'),
(29556,14016,'action created','2021-01-02 18:49:50','2021-01-02 13:49:50'),
(29557,14016,'action started via WP Cron','2021-01-02 18:50:42','2021-01-02 13:50:42'),
(29558,14016,'action complete via WP Cron','2021-01-02 18:50:42','2021-01-02 13:50:42'),
(29559,14017,'action created','2021-01-02 18:50:42','2021-01-02 13:50:42'),
(29560,14017,'action started via WP Cron','2021-01-02 18:53:30','2021-01-02 13:53:30'),
(29561,14017,'action complete via WP Cron','2021-01-02 18:53:30','2021-01-02 13:53:30'),
(29562,14018,'action created','2021-01-02 18:53:30','2021-01-02 13:53:30'),
(29563,14018,'action started via WP Cron','2021-01-02 18:54:58','2021-01-02 13:54:58'),
(29564,14018,'action complete via WP Cron','2021-01-02 18:54:58','2021-01-02 13:54:58'),
(29565,14019,'action created','2021-01-02 18:54:58','2021-01-02 13:54:58'),
(29566,14019,'action started via WP Cron','2021-01-02 18:55:34','2021-01-02 13:55:34'),
(29567,14019,'action complete via WP Cron','2021-01-02 18:55:34','2021-01-02 13:55:34'),
(29568,14020,'action created','2021-01-02 18:55:34','2021-01-02 13:55:34'),
(29569,14020,'action started via WP Cron','2021-01-02 18:56:42','2021-01-02 13:56:42'),
(29570,14020,'action complete via WP Cron','2021-01-02 18:56:42','2021-01-02 13:56:42'),
(29571,14021,'action created','2021-01-02 18:56:42','2021-01-02 13:56:42'),
(29572,14021,'action started via WP Cron','2021-01-02 19:01:40','2021-01-02 14:01:40'),
(29573,14021,'action complete via WP Cron','2021-01-02 19:01:40','2021-01-02 14:01:40'),
(29574,14022,'action created','2021-01-02 19:01:41','2021-01-02 14:01:41'),
(29575,14022,'action started via WP Cron','2021-01-02 19:03:00','2021-01-02 14:03:00'),
(29576,14022,'action complete via WP Cron','2021-01-02 19:03:00','2021-01-02 14:03:00'),
(29577,14023,'action created','2021-01-02 19:03:00','2021-01-02 14:03:00'),
(29578,14023,'action started via WP Cron','2021-01-02 19:03:18','2021-01-02 14:03:18'),
(29579,14023,'action complete via WP Cron','2021-01-02 19:03:18','2021-01-02 14:03:18'),
(29580,14024,'action created','2021-01-02 19:03:18','2021-01-02 14:03:18'),
(29581,14024,'action started via WP Cron','2021-01-02 19:06:01','2021-01-02 14:06:01'),
(29582,14024,'action complete via WP Cron','2021-01-02 19:06:01','2021-01-02 14:06:01'),
(29583,14025,'action created','2021-01-02 19:06:01','2021-01-02 14:06:01'),
(29584,14025,'action started via WP Cron','2021-01-02 19:08:11','2021-01-02 14:08:11'),
(29585,14025,'action complete via WP Cron','2021-01-02 19:08:11','2021-01-02 14:08:11'),
(29586,14026,'action created','2021-01-02 19:08:11','2021-01-02 14:08:11'),
(29587,14026,'action started via WP Cron','2021-01-02 19:09:27','2021-01-02 14:09:27'),
(29588,14026,'action complete via WP Cron','2021-01-02 19:09:27','2021-01-02 14:09:27'),
(29589,14027,'action created','2021-01-02 19:09:27','2021-01-02 14:09:27'),
(29590,14027,'action started via WP Cron','2021-01-02 19:10:38','2021-01-02 14:10:38'),
(29591,14027,'action complete via WP Cron','2021-01-02 19:10:38','2021-01-02 14:10:38'),
(29592,14028,'action created','2021-01-02 19:10:38','2021-01-02 14:10:38'),
(29593,14028,'action started via WP Cron','2021-01-02 19:11:27','2021-01-02 14:11:27'),
(29594,14028,'action complete via WP Cron','2021-01-02 19:11:27','2021-01-02 14:11:27'),
(29595,14029,'action created','2021-01-02 19:11:27','2021-01-02 14:11:27'),
(29596,14029,'action started via WP Cron','2021-01-02 19:15:07','2021-01-02 14:15:07'),
(29597,14029,'action complete via WP Cron','2021-01-02 19:15:07','2021-01-02 14:15:07'),
(29598,14030,'action created','2021-01-02 19:15:07','2021-01-02 14:15:07'),
(29599,14030,'action started via WP Cron','2021-01-02 19:16:07','2021-01-02 14:16:07'),
(29600,14030,'action complete via WP Cron','2021-01-02 19:16:07','2021-01-02 14:16:07'),
(29601,14031,'action created','2021-01-02 19:16:08','2021-01-02 14:16:08'),
(29602,14031,'action started via WP Cron','2021-01-02 19:16:59','2021-01-02 14:16:59'),
(29603,14031,'action complete via WP Cron','2021-01-02 19:16:59','2021-01-02 14:16:59'),
(29604,14032,'action created','2021-01-02 19:16:59','2021-01-02 14:16:59'),
(29605,14032,'action started via WP Cron','2021-01-02 19:18:20','2021-01-02 14:18:20'),
(29606,14032,'action complete via WP Cron','2021-01-02 19:18:20','2021-01-02 14:18:20'),
(29607,14033,'action created','2021-01-02 19:18:20','2021-01-02 14:18:20'),
(29608,14033,'action started via WP Cron','2021-01-02 19:22:03','2021-01-02 14:22:03'),
(29609,14033,'action complete via WP Cron','2021-01-02 19:22:03','2021-01-02 14:22:03'),
(29610,14034,'action created','2021-01-02 19:22:03','2021-01-02 14:22:03'),
(29611,14034,'action started via WP Cron','2021-01-02 19:22:15','2021-01-02 14:22:15'),
(29612,14034,'action complete via WP Cron','2021-01-02 19:22:15','2021-01-02 14:22:15'),
(29613,14035,'action created','2021-01-02 19:22:15','2021-01-02 14:22:15'),
(29614,14035,'action started via WP Cron','2021-01-02 19:23:12','2021-01-02 14:23:12'),
(29615,14035,'action complete via WP Cron','2021-01-02 19:23:12','2021-01-02 14:23:12'),
(29616,14036,'action created','2021-01-02 19:23:12','2021-01-02 14:23:12'),
(29617,14036,'action started via WP Cron','2021-01-02 19:24:12','2021-01-02 14:24:12'),
(29618,14036,'action complete via WP Cron','2021-01-02 19:24:12','2021-01-02 14:24:12'),
(29619,14037,'action created','2021-01-02 19:24:12','2021-01-02 14:24:12'),
(29620,14037,'action started via WP Cron','2021-01-02 19:25:54','2021-01-02 14:25:54'),
(29621,14037,'action complete via WP Cron','2021-01-02 19:25:54','2021-01-02 14:25:54'),
(29622,14038,'action created','2021-01-02 19:25:54','2021-01-02 14:25:54'),
(29623,14038,'action started via WP Cron','2021-01-02 19:27:16','2021-01-02 14:27:16'),
(29624,14038,'action complete via WP Cron','2021-01-02 19:27:16','2021-01-02 14:27:16'),
(29625,14039,'action created','2021-01-02 19:27:16','2021-01-02 14:27:16'),
(29626,14039,'action started via WP Cron','2021-01-02 19:28:29','2021-01-02 14:28:29'),
(29627,14039,'action complete via WP Cron','2021-01-02 19:28:29','2021-01-02 14:28:29'),
(29628,14040,'action created','2021-01-02 19:28:29','2021-01-02 14:28:29'),
(29629,14040,'action started via WP Cron','2021-01-02 19:29:50','2021-01-02 14:29:50'),
(29630,14040,'action complete via WP Cron','2021-01-02 19:29:50','2021-01-02 14:29:50'),
(29631,14041,'action created','2021-01-02 19:29:50','2021-01-02 14:29:50'),
(29632,14041,'action started via WP Cron','2021-01-02 19:31:14','2021-01-02 14:31:14'),
(29633,14041,'action complete via WP Cron','2021-01-02 19:31:14','2021-01-02 14:31:14'),
(29634,14042,'action created','2021-01-02 19:31:14','2021-01-02 14:31:14'),
(29635,14042,'action started via WP Cron','2021-01-02 19:33:49','2021-01-02 14:33:49'),
(29636,14042,'action complete via WP Cron','2021-01-02 19:33:49','2021-01-02 14:33:49'),
(29637,14043,'action created','2021-01-02 19:33:49','2021-01-02 14:33:49'),
(29638,14043,'action started via WP Cron','2021-01-02 19:34:14','2021-01-02 14:34:14'),
(29639,14043,'action complete via WP Cron','2021-01-02 19:34:14','2021-01-02 14:34:14'),
(29640,14044,'action created','2021-01-02 19:34:14','2021-01-02 14:34:14'),
(29641,14044,'action started via WP Cron','2021-01-02 19:35:14','2021-01-02 14:35:14'),
(29642,14044,'action complete via WP Cron','2021-01-02 19:35:14','2021-01-02 14:35:14'),
(29643,14045,'action created','2021-01-02 19:35:15','2021-01-02 14:35:15'),
(29644,14045,'action started via WP Cron','2021-01-02 19:37:46','2021-01-02 14:37:46'),
(29645,14045,'action complete via WP Cron','2021-01-02 19:37:46','2021-01-02 14:37:46'),
(29646,14046,'action created','2021-01-02 19:37:46','2021-01-02 14:37:46'),
(29647,14046,'action started via WP Cron','2021-01-02 19:39:12','2021-01-02 14:39:12'),
(29648,14046,'action complete via WP Cron','2021-01-02 19:39:12','2021-01-02 14:39:12'),
(29649,14047,'action created','2021-01-02 19:39:12','2021-01-02 14:39:12'),
(29650,14047,'action started via WP Cron','2021-01-02 19:40:50','2021-01-02 14:40:50'),
(29651,14047,'action complete via WP Cron','2021-01-02 19:40:50','2021-01-02 14:40:50'),
(29652,14048,'action created','2021-01-02 19:40:50','2021-01-02 14:40:50'),
(29653,14048,'action started via WP Cron','2021-01-02 19:42:48','2021-01-02 14:42:48'),
(29654,14048,'action complete via WP Cron','2021-01-02 19:42:48','2021-01-02 14:42:48'),
(29655,14049,'action created','2021-01-02 19:42:48','2021-01-02 14:42:48'),
(29656,14049,'action started via WP Cron','2021-01-02 19:43:36','2021-01-02 14:43:36'),
(29657,14049,'action complete via WP Cron','2021-01-02 19:43:36','2021-01-02 14:43:36'),
(29658,14050,'action created','2021-01-02 19:43:36','2021-01-02 14:43:36'),
(29659,14050,'action started via WP Cron','2021-01-02 19:46:06','2021-01-02 14:46:06'),
(29660,14050,'action complete via WP Cron','2021-01-02 19:46:06','2021-01-02 14:46:06'),
(29661,14051,'action created','2021-01-02 19:46:07','2021-01-02 14:46:07'),
(29662,14051,'action started via WP Cron','2021-01-02 19:46:23','2021-01-02 14:46:23'),
(29663,14051,'action complete via WP Cron','2021-01-02 19:46:23','2021-01-02 14:46:23'),
(29664,14052,'action created','2021-01-02 19:46:23','2021-01-02 14:46:23'),
(29665,14052,'action started via WP Cron','2021-01-02 19:48:18','2021-01-02 14:48:18'),
(29666,14052,'action complete via WP Cron','2021-01-02 19:48:18','2021-01-02 14:48:18'),
(29667,14053,'action created','2021-01-02 19:48:18','2021-01-02 14:48:18'),
(29668,14053,'action started via WP Cron','2021-01-02 19:50:47','2021-01-02 14:50:47'),
(29669,14053,'action complete via WP Cron','2021-01-02 19:50:47','2021-01-02 14:50:47'),
(29670,14054,'action created','2021-01-02 19:50:47','2021-01-02 14:50:47'),
(29671,14054,'action started via WP Cron','2021-01-02 19:56:34','2021-01-02 14:56:34'),
(29672,14054,'action complete via WP Cron','2021-01-02 19:56:34','2021-01-02 14:56:34'),
(29673,14055,'action created','2021-01-02 19:56:35','2021-01-02 14:56:35'),
(29674,14055,'action started via WP Cron','2021-01-02 19:58:13','2021-01-02 14:58:13'),
(29675,14055,'action complete via WP Cron','2021-01-02 19:58:13','2021-01-02 14:58:13'),
(29676,14056,'action created','2021-01-02 19:58:13','2021-01-02 14:58:13'),
(29677,14056,'action started via WP Cron','2021-01-02 20:04:27','2021-01-02 15:04:27'),
(29678,14056,'action complete via WP Cron','2021-01-02 20:04:27','2021-01-02 15:04:27'),
(29679,14057,'action created','2021-01-02 20:04:27','2021-01-02 15:04:27'),
(29680,14057,'action started via WP Cron','2021-01-02 20:05:29','2021-01-02 15:05:29'),
(29681,14057,'action complete via WP Cron','2021-01-02 20:05:29','2021-01-02 15:05:29'),
(29682,14058,'action created','2021-01-02 20:05:29','2021-01-02 15:05:29'),
(29683,14058,'action started via WP Cron','2021-01-02 20:07:15','2021-01-02 15:07:15'),
(29684,14058,'action complete via WP Cron','2021-01-02 20:07:15','2021-01-02 15:07:15'),
(29685,14059,'action created','2021-01-02 20:07:15','2021-01-02 15:07:15'),
(29686,14059,'action started via WP Cron','2021-01-02 20:10:04','2021-01-02 15:10:04'),
(29687,14059,'action complete via WP Cron','2021-01-02 20:10:04','2021-01-02 15:10:04'),
(29688,14060,'action created','2021-01-02 20:10:04','2021-01-02 15:10:04'),
(29689,14060,'action started via WP Cron','2021-01-02 20:10:44','2021-01-02 15:10:44'),
(29690,14060,'action complete via WP Cron','2021-01-02 20:10:44','2021-01-02 15:10:44'),
(29691,14061,'action created','2021-01-02 20:10:45','2021-01-02 15:10:45'),
(29692,14061,'action started via WP Cron','2021-01-02 20:13:06','2021-01-02 15:13:06'),
(29693,14061,'action complete via WP Cron','2021-01-02 20:13:06','2021-01-02 15:13:06'),
(29694,14062,'action created','2021-01-02 20:13:06','2021-01-02 15:13:06'),
(29695,14062,'action started via WP Cron','2021-01-02 20:14:19','2021-01-02 15:14:19'),
(29696,14062,'action complete via WP Cron','2021-01-02 20:14:19','2021-01-02 15:14:19'),
(29697,14063,'action created','2021-01-02 20:14:19','2021-01-02 15:14:19'),
(29698,14063,'action started via WP Cron','2021-01-02 20:17:16','2021-01-02 15:17:16'),
(29699,14063,'action complete via WP Cron','2021-01-02 20:17:16','2021-01-02 15:17:16'),
(29700,14064,'action created','2021-01-02 20:17:16','2021-01-02 15:17:16'),
(29701,14064,'action started via WP Cron','2021-01-02 20:18:29','2021-01-02 15:18:29'),
(29702,14064,'action complete via WP Cron','2021-01-02 20:18:29','2021-01-02 15:18:29'),
(29703,14065,'action created','2021-01-02 20:18:29','2021-01-02 15:18:29'),
(29704,14065,'action started via WP Cron','2021-01-02 20:19:12','2021-01-02 15:19:12'),
(29705,14065,'action complete via WP Cron','2021-01-02 20:19:12','2021-01-02 15:19:12'),
(29706,14066,'action created','2021-01-02 20:19:12','2021-01-02 15:19:12'),
(29707,14066,'action started via WP Cron','2021-01-02 20:20:44','2021-01-02 15:20:44'),
(29708,14066,'action complete via WP Cron','2021-01-02 20:20:44','2021-01-02 15:20:44'),
(29709,14067,'action created','2021-01-02 20:20:44','2021-01-02 15:20:44'),
(29710,14067,'action started via WP Cron','2021-01-02 20:23:02','2021-01-02 15:23:02'),
(29711,14067,'action complete via WP Cron','2021-01-02 20:23:02','2021-01-02 15:23:02'),
(29712,14068,'action created','2021-01-02 20:23:02','2021-01-02 15:23:02'),
(29713,14068,'action started via WP Cron','2021-01-02 20:23:39','2021-01-02 15:23:39'),
(29714,14068,'action complete via WP Cron','2021-01-02 20:23:39','2021-01-02 15:23:39'),
(29715,14069,'action created','2021-01-02 20:23:39','2021-01-02 15:23:39'),
(29716,14069,'action started via WP Cron','2021-01-02 20:24:36','2021-01-02 15:24:36'),
(29717,14069,'action complete via WP Cron','2021-01-02 20:24:36','2021-01-02 15:24:36'),
(29718,14070,'action created','2021-01-02 20:24:36','2021-01-02 15:24:36'),
(29719,14070,'action started via WP Cron','2021-01-02 20:27:50','2021-01-02 15:27:50'),
(29720,14070,'action complete via WP Cron','2021-01-02 20:27:50','2021-01-02 15:27:50'),
(29721,14071,'action created','2021-01-02 20:27:50','2021-01-02 15:27:50'),
(29722,14071,'action started via WP Cron','2021-01-02 20:28:29','2021-01-02 15:28:29'),
(29723,14071,'action complete via WP Cron','2021-01-02 20:28:29','2021-01-02 15:28:29'),
(29724,14072,'action created','2021-01-02 20:28:29','2021-01-02 15:28:29'),
(29725,14072,'action started via WP Cron','2021-01-02 20:30:05','2021-01-02 15:30:05'),
(29726,14072,'action complete via WP Cron','2021-01-02 20:30:05','2021-01-02 15:30:05'),
(29727,14073,'action created','2021-01-02 20:30:05','2021-01-02 15:30:05'),
(29728,14073,'action started via WP Cron','2021-01-02 20:30:24','2021-01-02 15:30:24'),
(29729,14073,'action complete via WP Cron','2021-01-02 20:30:24','2021-01-02 15:30:24'),
(29730,14074,'action created','2021-01-02 20:30:24','2021-01-02 15:30:24'),
(29731,14074,'action started via WP Cron','2021-01-02 20:31:50','2021-01-02 15:31:50'),
(29732,14074,'action complete via WP Cron','2021-01-02 20:31:50','2021-01-02 15:31:50'),
(29733,14075,'action created','2021-01-02 20:31:50','2021-01-02 15:31:50'),
(29734,14075,'action started via WP Cron','2021-01-02 20:35:05','2021-01-02 15:35:05'),
(29735,14075,'action complete via WP Cron','2021-01-02 20:35:05','2021-01-02 15:35:05'),
(29736,14076,'action created','2021-01-02 20:35:05','2021-01-02 15:35:05'),
(29737,14076,'action started via WP Cron','2021-01-02 20:35:25','2021-01-02 15:35:25'),
(29738,14076,'action complete via WP Cron','2021-01-02 20:35:25','2021-01-02 15:35:25'),
(29739,14077,'action created','2021-01-02 20:35:25','2021-01-02 15:35:25'),
(29740,14077,'action started via WP Cron','2021-01-02 20:36:56','2021-01-02 15:36:56'),
(29741,14077,'action complete via WP Cron','2021-01-02 20:36:56','2021-01-02 15:36:56'),
(29742,14078,'action created','2021-01-02 20:36:56','2021-01-02 15:36:56'),
(29743,14078,'action started via WP Cron','2021-01-02 20:38:26','2021-01-02 15:38:26'),
(29744,14078,'action complete via WP Cron','2021-01-02 20:38:26','2021-01-02 15:38:26'),
(29745,14079,'action created','2021-01-02 20:38:26','2021-01-02 15:38:26'),
(29746,14079,'action started via WP Cron','2021-01-02 20:42:07','2021-01-02 15:42:07'),
(29747,14079,'action complete via WP Cron','2021-01-02 20:42:08','2021-01-02 15:42:08'),
(29748,14080,'action created','2021-01-02 20:42:08','2021-01-02 15:42:08'),
(29749,14080,'action started via WP Cron','2021-01-02 20:42:49','2021-01-02 15:42:49'),
(29750,14080,'action complete via WP Cron','2021-01-02 20:42:49','2021-01-02 15:42:49'),
(29751,14081,'action created','2021-01-02 20:42:49','2021-01-02 15:42:49'),
(29752,14081,'action started via WP Cron','2021-01-02 20:44:56','2021-01-02 15:44:56'),
(29753,14081,'action complete via WP Cron','2021-01-02 20:44:56','2021-01-02 15:44:56'),
(29754,14082,'action created','2021-01-02 20:44:56','2021-01-02 15:44:56'),
(29755,14082,'action started via WP Cron','2021-01-02 20:45:18','2021-01-02 15:45:18'),
(29756,14082,'action complete via WP Cron','2021-01-02 20:45:18','2021-01-02 15:45:18'),
(29757,14083,'action created','2021-01-02 20:45:18','2021-01-02 15:45:18'),
(29758,14083,'action started via WP Cron','2021-01-02 20:48:02','2021-01-02 15:48:02'),
(29759,14083,'action complete via WP Cron','2021-01-02 20:48:02','2021-01-02 15:48:02'),
(29760,14084,'action created','2021-01-02 20:48:02','2021-01-02 15:48:02'),
(29761,14084,'action started via WP Cron','2021-01-02 20:48:20','2021-01-02 15:48:20'),
(29762,14084,'action complete via WP Cron','2021-01-02 20:48:20','2021-01-02 15:48:20'),
(29763,14085,'action created','2021-01-02 20:48:20','2021-01-02 15:48:20'),
(29764,14085,'action started via WP Cron','2021-01-02 20:49:49','2021-01-02 15:49:49'),
(29765,14085,'action complete via WP Cron','2021-01-02 20:49:49','2021-01-02 15:49:49'),
(29766,14086,'action created','2021-01-02 20:49:49','2021-01-02 15:49:49'),
(29767,14086,'action started via WP Cron','2021-01-02 20:51:07','2021-01-02 15:51:07'),
(29768,14086,'action complete via WP Cron','2021-01-02 20:51:07','2021-01-02 15:51:07'),
(29769,14087,'action created','2021-01-02 20:51:07','2021-01-02 15:51:07'),
(29770,14087,'action started via WP Cron','2021-01-02 20:51:27','2021-01-02 15:51:27'),
(29771,14087,'action complete via WP Cron','2021-01-02 20:51:27','2021-01-02 15:51:27'),
(29772,14088,'action created','2021-01-02 20:51:27','2021-01-02 15:51:27'),
(29773,14088,'action started via WP Cron','2021-01-02 20:52:56','2021-01-02 15:52:56'),
(29774,14088,'action complete via WP Cron','2021-01-02 20:52:56','2021-01-02 15:52:56'),
(29775,14089,'action created','2021-01-02 20:52:56','2021-01-02 15:52:56'),
(29776,14089,'action started via WP Cron','2021-01-02 20:54:08','2021-01-02 15:54:08'),
(29777,14089,'action complete via WP Cron','2021-01-02 20:54:08','2021-01-02 15:54:08'),
(29778,14090,'action created','2021-01-02 20:54:08','2021-01-02 15:54:08'),
(29779,14090,'action started via WP Cron','2021-01-02 20:54:24','2021-01-02 15:54:24'),
(29780,14090,'action complete via WP Cron','2021-01-02 20:54:24','2021-01-02 15:54:24'),
(29781,14091,'action created','2021-01-02 20:54:24','2021-01-02 15:54:24'),
(29782,14091,'action started via WP Cron','2021-01-02 20:56:27','2021-01-02 15:56:27'),
(29783,14091,'action complete via WP Cron','2021-01-02 20:56:27','2021-01-02 15:56:27'),
(29784,14092,'action created','2021-01-02 20:56:27','2021-01-02 15:56:27'),
(29785,14092,'action started via WP Cron','2021-01-02 21:00:41','2021-01-02 16:00:41'),
(29786,14092,'action complete via WP Cron','2021-01-02 21:00:41','2021-01-02 16:00:41'),
(29787,14093,'action created','2021-01-02 21:00:41','2021-01-02 16:00:41'),
(29788,14093,'action started via WP Cron','2021-01-02 21:01:20','2021-01-02 16:01:20'),
(29789,14093,'action complete via WP Cron','2021-01-02 21:01:20','2021-01-02 16:01:20'),
(29790,14094,'action created','2021-01-02 21:01:20','2021-01-02 16:01:20'),
(29791,14094,'action started via WP Cron','2021-01-02 21:02:17','2021-01-02 16:02:17'),
(29792,14094,'action complete via WP Cron','2021-01-02 21:02:17','2021-01-02 16:02:17'),
(29793,14095,'action created','2021-01-02 21:02:17','2021-01-02 16:02:17'),
(29794,14095,'action started via WP Cron','2021-01-02 21:03:15','2021-01-02 16:03:15'),
(29795,14095,'action complete via WP Cron','2021-01-02 21:03:15','2021-01-02 16:03:15'),
(29796,14096,'action created','2021-01-02 21:03:15','2021-01-02 16:03:15'),
(29797,14096,'action started via WP Cron','2021-01-02 21:04:23','2021-01-02 16:04:23'),
(29798,14096,'action complete via WP Cron','2021-01-02 21:04:23','2021-01-02 16:04:23'),
(29799,14097,'action created','2021-01-02 21:04:23','2021-01-02 16:04:23'),
(29800,14097,'action started via WP Cron','2021-01-02 21:06:03','2021-01-02 16:06:03'),
(29801,14097,'action complete via WP Cron','2021-01-02 21:06:03','2021-01-02 16:06:03'),
(29802,14098,'action created','2021-01-02 21:06:03','2021-01-02 16:06:03'),
(29803,14098,'action started via WP Cron','2021-01-02 21:06:53','2021-01-02 16:06:53'),
(29804,14098,'action complete via WP Cron','2021-01-02 21:06:53','2021-01-02 16:06:53'),
(29805,14099,'action created','2021-01-02 21:06:53','2021-01-02 16:06:53'),
(29806,14099,'action started via WP Cron','2021-01-02 21:07:34','2021-01-02 16:07:34'),
(29807,14099,'action complete via WP Cron','2021-01-02 21:07:34','2021-01-02 16:07:34'),
(29808,14100,'action created','2021-01-02 21:07:34','2021-01-02 16:07:34'),
(29809,14100,'action started via WP Cron','2021-01-02 21:08:35','2021-01-02 16:08:35'),
(29810,14100,'action complete via WP Cron','2021-01-02 21:08:35','2021-01-02 16:08:35'),
(29811,14101,'action created','2021-01-02 21:08:35','2021-01-02 16:08:35'),
(29812,14101,'action started via WP Cron','2021-01-02 21:09:51','2021-01-02 16:09:51'),
(29813,14101,'action complete via WP Cron','2021-01-02 21:09:51','2021-01-02 16:09:51'),
(29814,14102,'action created','2021-01-02 21:09:51','2021-01-02 16:09:51'),
(29815,14102,'action started via WP Cron','2021-01-02 21:10:53','2021-01-02 16:10:53'),
(29816,14102,'action complete via WP Cron','2021-01-02 21:10:53','2021-01-02 16:10:53'),
(29817,14103,'action created','2021-01-02 21:10:53','2021-01-02 16:10:53'),
(29818,14103,'action started via WP Cron','2021-01-02 21:13:50','2021-01-02 16:13:50'),
(29819,14103,'action complete via WP Cron','2021-01-02 21:13:50','2021-01-02 16:13:50'),
(29820,14104,'action created','2021-01-02 21:13:50','2021-01-02 16:13:50'),
(29821,14104,'action started via WP Cron','2021-01-02 21:14:18','2021-01-02 16:14:18'),
(29822,14104,'action complete via WP Cron','2021-01-02 21:14:18','2021-01-02 16:14:18'),
(29823,14105,'action created','2021-01-02 21:14:19','2021-01-02 16:14:19'),
(29824,14105,'action started via WP Cron','2021-01-02 21:17:18','2021-01-02 16:17:18'),
(29825,14105,'action complete via WP Cron','2021-01-02 21:17:18','2021-01-02 16:17:18'),
(29826,14106,'action created','2021-01-02 21:17:18','2021-01-02 16:17:18'),
(29827,14106,'action started via WP Cron','2021-01-02 21:19:36','2021-01-02 16:19:36'),
(29828,14106,'action complete via WP Cron','2021-01-02 21:19:36','2021-01-02 16:19:36'),
(29829,14107,'action created','2021-01-02 21:19:36','2021-01-02 16:19:36'),
(29830,14107,'action started via WP Cron','2021-01-02 21:20:28','2021-01-02 16:20:28'),
(29831,14107,'action complete via WP Cron','2021-01-02 21:20:28','2021-01-02 16:20:28'),
(29832,14108,'action created','2021-01-02 21:20:28','2021-01-02 16:20:28'),
(29833,14108,'action started via WP Cron','2021-01-02 21:21:29','2021-01-02 16:21:29'),
(29834,14108,'action complete via WP Cron','2021-01-02 21:21:29','2021-01-02 16:21:29'),
(29835,14109,'action created','2021-01-02 21:21:29','2021-01-02 16:21:29'),
(29836,14109,'action started via WP Cron','2021-01-02 21:22:45','2021-01-02 16:22:45'),
(29837,14109,'action complete via WP Cron','2021-01-02 21:22:45','2021-01-02 16:22:45'),
(29838,14110,'action created','2021-01-02 21:22:45','2021-01-02 16:22:45'),
(29839,14110,'action started via WP Cron','2021-01-02 21:25:46','2021-01-02 16:25:46'),
(29840,14110,'action complete via WP Cron','2021-01-02 21:25:46','2021-01-02 16:25:46'),
(29841,14111,'action created','2021-01-02 21:25:46','2021-01-02 16:25:46'),
(29842,14111,'action started via WP Cron','2021-01-02 21:30:19','2021-01-02 16:30:19'),
(29843,14111,'action complete via WP Cron','2021-01-02 21:30:19','2021-01-02 16:30:19'),
(29844,14112,'action created','2021-01-02 21:30:19','2021-01-02 16:30:19'),
(29845,14112,'action started via WP Cron','2021-01-02 21:33:25','2021-01-02 16:33:25'),
(29846,14112,'action complete via WP Cron','2021-01-02 21:33:25','2021-01-02 16:33:25'),
(29847,14113,'action created','2021-01-02 21:33:25','2021-01-02 16:33:25'),
(29848,14113,'action started via WP Cron','2021-01-02 21:34:36','2021-01-02 16:34:36'),
(29849,14113,'action complete via WP Cron','2021-01-02 21:34:36','2021-01-02 16:34:36'),
(29850,14114,'action created','2021-01-02 21:34:36','2021-01-02 16:34:36'),
(29851,14114,'action started via WP Cron','2021-01-02 21:35:17','2021-01-02 16:35:17'),
(29852,14114,'action complete via WP Cron','2021-01-02 21:35:17','2021-01-02 16:35:17'),
(29853,14115,'action created','2021-01-02 21:35:17','2021-01-02 16:35:17'),
(29854,14115,'action started via WP Cron','2021-01-02 21:36:43','2021-01-02 16:36:43'),
(29855,14115,'action complete via WP Cron','2021-01-02 21:36:43','2021-01-02 16:36:43'),
(29856,14116,'action created','2021-01-02 21:36:43','2021-01-02 16:36:43'),
(29857,14116,'action started via WP Cron','2021-01-02 21:38:45','2021-01-02 16:38:45'),
(29858,14116,'action complete via WP Cron','2021-01-02 21:38:45','2021-01-02 16:38:45'),
(29859,14117,'action created','2021-01-02 21:38:45','2021-01-02 16:38:45'),
(29860,14117,'action started via WP Cron','2021-01-02 21:44:52','2021-01-02 16:44:52'),
(29861,14117,'action complete via WP Cron','2021-01-02 21:44:52','2021-01-02 16:44:52'),
(29862,14118,'action created','2021-01-02 21:44:52','2021-01-02 16:44:52'),
(29863,14118,'action started via WP Cron','2021-01-02 21:45:50','2021-01-02 16:45:50'),
(29864,14118,'action complete via WP Cron','2021-01-02 21:45:50','2021-01-02 16:45:50'),
(29865,14119,'action created','2021-01-02 21:45:50','2021-01-02 16:45:50'),
(29866,14119,'action started via WP Cron','2021-01-02 21:46:32','2021-01-02 16:46:32'),
(29867,14119,'action complete via WP Cron','2021-01-02 21:46:32','2021-01-02 16:46:32'),
(29868,14120,'action created','2021-01-02 21:46:32','2021-01-02 16:46:32'),
(29869,14120,'action started via WP Cron','2021-01-02 21:48:12','2021-01-02 16:48:12'),
(29870,14120,'action complete via WP Cron','2021-01-02 21:48:12','2021-01-02 16:48:12'),
(29871,14121,'action created','2021-01-02 21:48:12','2021-01-02 16:48:12'),
(29872,14121,'action started via WP Cron','2021-01-02 21:49:11','2021-01-02 16:49:11'),
(29873,14121,'action complete via WP Cron','2021-01-02 21:49:11','2021-01-02 16:49:11'),
(29874,14122,'action created','2021-01-02 21:49:11','2021-01-02 16:49:11'),
(29875,14122,'action started via WP Cron','2021-01-02 21:50:23','2021-01-02 16:50:23'),
(29876,14122,'action complete via WP Cron','2021-01-02 21:50:23','2021-01-02 16:50:23'),
(29877,14123,'action created','2021-01-02 21:50:23','2021-01-02 16:50:23'),
(29878,14123,'action started via WP Cron','2021-01-02 21:54:38','2021-01-02 16:54:38'),
(29879,14123,'action complete via WP Cron','2021-01-02 21:54:38','2021-01-02 16:54:38'),
(29880,14124,'action created','2021-01-02 21:54:38','2021-01-02 16:54:38'),
(29881,14124,'action started via WP Cron','2021-01-02 21:56:36','2021-01-02 16:56:36'),
(29882,14124,'action complete via WP Cron','2021-01-02 21:56:36','2021-01-02 16:56:36'),
(29883,14125,'action created','2021-01-02 21:56:36','2021-01-02 16:56:36'),
(29884,14125,'action started via WP Cron','2021-01-02 21:57:38','2021-01-02 16:57:38'),
(29885,14125,'action complete via WP Cron','2021-01-02 21:57:38','2021-01-02 16:57:38'),
(29886,14126,'action created','2021-01-02 21:57:38','2021-01-02 16:57:38'),
(29887,14126,'action started via WP Cron','2021-01-02 22:00:14','2021-01-02 17:00:14'),
(29888,14126,'action complete via WP Cron','2021-01-02 22:00:14','2021-01-02 17:00:14'),
(29889,14127,'action created','2021-01-02 22:00:14','2021-01-02 17:00:14'),
(29890,14127,'action started via WP Cron','2021-01-02 22:05:19','2021-01-02 17:05:19'),
(29891,14127,'action complete via WP Cron','2021-01-02 22:05:19','2021-01-02 17:05:19'),
(29892,14128,'action created','2021-01-02 22:05:19','2021-01-02 17:05:19'),
(29893,14128,'action started via WP Cron','2021-01-02 22:06:30','2021-01-02 17:06:30'),
(29894,14128,'action complete via WP Cron','2021-01-02 22:06:30','2021-01-02 17:06:30'),
(29895,14129,'action created','2021-01-02 22:06:30','2021-01-02 17:06:30'),
(29896,14129,'action started via WP Cron','2021-01-02 22:08:33','2021-01-02 17:08:33'),
(29897,14129,'action complete via WP Cron','2021-01-02 22:08:33','2021-01-02 17:08:33'),
(29898,14130,'action created','2021-01-02 22:08:33','2021-01-02 17:08:33'),
(29899,14130,'action started via WP Cron','2021-01-02 22:10:44','2021-01-02 17:10:44'),
(29900,14130,'action complete via WP Cron','2021-01-02 22:10:44','2021-01-02 17:10:44'),
(29901,14131,'action created','2021-01-02 22:10:44','2021-01-02 17:10:44'),
(29902,14131,'action started via WP Cron','2021-01-02 22:11:48','2021-01-02 17:11:48'),
(29903,14131,'action complete via WP Cron','2021-01-02 22:11:48','2021-01-02 17:11:48'),
(29904,14132,'action created','2021-01-02 22:11:48','2021-01-02 17:11:48'),
(29905,14132,'action started via WP Cron','2021-01-02 22:12:30','2021-01-02 17:12:30'),
(29906,14132,'action complete via WP Cron','2021-01-02 22:12:30','2021-01-02 17:12:30'),
(29907,14133,'action created','2021-01-02 22:12:30','2021-01-02 17:12:30'),
(29908,14133,'action started via WP Cron','2021-01-02 22:13:25','2021-01-02 17:13:25'),
(29909,14133,'action complete via WP Cron','2021-01-02 22:13:25','2021-01-02 17:13:25'),
(29910,14134,'action created','2021-01-02 22:13:26','2021-01-02 17:13:26'),
(29911,14134,'action started via WP Cron','2021-01-02 22:14:15','2021-01-02 17:14:15'),
(29912,14134,'action complete via WP Cron','2021-01-02 22:14:15','2021-01-02 17:14:15'),
(29913,14135,'action created','2021-01-02 22:14:15','2021-01-02 17:14:15'),
(29914,14135,'action started via WP Cron','2021-01-02 22:15:57','2021-01-02 17:15:57'),
(29915,14135,'action complete via WP Cron','2021-01-02 22:15:57','2021-01-02 17:15:57'),
(29916,14136,'action created','2021-01-02 22:15:57','2021-01-02 17:15:57'),
(29917,14136,'action started via WP Cron','2021-01-02 22:16:18','2021-01-02 17:16:18'),
(29918,14136,'action complete via WP Cron','2021-01-02 22:16:18','2021-01-02 17:16:18'),
(29919,14137,'action created','2021-01-02 22:16:18','2021-01-02 17:16:18'),
(29920,14137,'action started via WP Cron','2021-01-02 22:17:33','2021-01-02 17:17:33'),
(29921,14137,'action complete via WP Cron','2021-01-02 22:17:33','2021-01-02 17:17:33'),
(29922,14138,'action created','2021-01-02 22:17:33','2021-01-02 17:17:33'),
(29923,14138,'action started via WP Cron','2021-01-02 22:20:25','2021-01-02 17:20:25'),
(29924,14138,'action complete via WP Cron','2021-01-02 22:20:25','2021-01-02 17:20:25'),
(29925,14139,'action created','2021-01-02 22:20:25','2021-01-02 17:20:25'),
(29926,14139,'action started via WP Cron','2021-01-02 22:26:10','2021-01-02 17:26:10'),
(29927,14139,'action complete via WP Cron','2021-01-02 22:26:10','2021-01-02 17:26:10'),
(29928,14140,'action created','2021-01-02 22:26:10','2021-01-02 17:26:10'),
(29929,14140,'action started via WP Cron','2021-01-02 22:26:25','2021-01-02 17:26:25'),
(29930,14140,'action complete via WP Cron','2021-01-02 22:26:25','2021-01-02 17:26:25'),
(29931,14141,'action created','2021-01-02 22:26:25','2021-01-02 17:26:25'),
(29932,14141,'action started via WP Cron','2021-01-02 22:27:45','2021-01-02 17:27:45'),
(29933,14141,'action complete via WP Cron','2021-01-02 22:27:45','2021-01-02 17:27:45'),
(29934,14142,'action created','2021-01-02 22:27:45','2021-01-02 17:27:45'),
(29935,14142,'action started via WP Cron','2021-01-02 22:28:43','2021-01-02 17:28:43'),
(29936,14142,'action complete via WP Cron','2021-01-02 22:28:43','2021-01-02 17:28:43'),
(29937,14143,'action created','2021-01-02 22:28:43','2021-01-02 17:28:43'),
(29938,14143,'action started via WP Cron','2021-01-02 22:29:45','2021-01-02 17:29:45'),
(29939,14143,'action complete via WP Cron','2021-01-02 22:29:45','2021-01-02 17:29:45'),
(29940,14144,'action created','2021-01-02 22:29:45','2021-01-02 17:29:45'),
(29941,14144,'action started via WP Cron','2021-01-02 22:32:01','2021-01-02 17:32:01'),
(29942,14144,'action complete via WP Cron','2021-01-02 22:32:01','2021-01-02 17:32:01'),
(29943,14145,'action created','2021-01-02 22:32:01','2021-01-02 17:32:01'),
(29944,14145,'action started via WP Cron','2021-01-02 22:32:26','2021-01-02 17:32:26'),
(29945,14145,'action complete via WP Cron','2021-01-02 22:32:26','2021-01-02 17:32:26'),
(29946,14146,'action created','2021-01-02 22:32:26','2021-01-02 17:32:26'),
(29947,14146,'action started via WP Cron','2021-01-02 22:34:24','2021-01-02 17:34:24'),
(29948,14146,'action complete via WP Cron','2021-01-02 22:34:24','2021-01-02 17:34:24'),
(29949,14147,'action created','2021-01-02 22:34:24','2021-01-02 17:34:24'),
(29950,14147,'action started via WP Cron','2021-01-02 22:35:23','2021-01-02 17:35:23'),
(29951,14147,'action complete via WP Cron','2021-01-02 22:35:23','2021-01-02 17:35:23'),
(29952,14148,'action created','2021-01-02 22:35:23','2021-01-02 17:35:23'),
(29953,14148,'action started via WP Cron','2021-01-02 22:39:23','2021-01-02 17:39:23'),
(29954,14148,'action complete via WP Cron','2021-01-02 22:39:23','2021-01-02 17:39:23'),
(29955,14149,'action created','2021-01-02 22:39:23','2021-01-02 17:39:23'),
(29956,14149,'action started via WP Cron','2021-01-02 22:44:11','2021-01-02 17:44:11'),
(29957,14149,'action complete via WP Cron','2021-01-02 22:44:11','2021-01-02 17:44:11'),
(29958,14150,'action created','2021-01-02 22:44:11','2021-01-02 17:44:11'),
(29959,14150,'action started via WP Cron','2021-01-02 22:45:54','2021-01-02 17:45:54'),
(29960,14150,'action complete via WP Cron','2021-01-02 22:45:54','2021-01-02 17:45:54'),
(29961,14151,'action created','2021-01-02 22:45:54','2021-01-02 17:45:54'),
(29962,14151,'action started via WP Cron','2021-01-02 22:48:20','2021-01-02 17:48:20'),
(29963,14151,'action complete via WP Cron','2021-01-02 22:48:20','2021-01-02 17:48:20'),
(29964,14152,'action created','2021-01-02 22:48:20','2021-01-02 17:48:20'),
(29965,14152,'action started via WP Cron','2021-01-02 22:49:17','2021-01-02 17:49:17'),
(29966,14152,'action complete via WP Cron','2021-01-02 22:49:17','2021-01-02 17:49:17'),
(29967,14153,'action created','2021-01-02 22:49:17','2021-01-02 17:49:17'),
(29968,14153,'action started via WP Cron','2021-01-02 22:52:25','2021-01-02 17:52:25'),
(29969,14153,'action complete via WP Cron','2021-01-02 22:52:25','2021-01-02 17:52:25'),
(29970,14154,'action created','2021-01-02 22:52:25','2021-01-02 17:52:25'),
(29971,14154,'action started via WP Cron','2021-01-02 22:53:44','2021-01-02 17:53:44'),
(29972,14154,'action complete via WP Cron','2021-01-02 22:53:44','2021-01-02 17:53:44'),
(29973,14155,'action created','2021-01-02 22:53:44','2021-01-02 17:53:44'),
(29974,14155,'action started via WP Cron','2021-01-02 22:55:24','2021-01-02 17:55:24'),
(29975,14155,'action complete via WP Cron','2021-01-02 22:55:24','2021-01-02 17:55:24'),
(29976,14156,'action created','2021-01-02 22:55:24','2021-01-02 17:55:24'),
(29977,14156,'action started via WP Cron','2021-01-02 22:56:37','2021-01-02 17:56:37'),
(29978,14156,'action complete via WP Cron','2021-01-02 22:56:37','2021-01-02 17:56:37'),
(29979,14157,'action created','2021-01-02 22:56:37','2021-01-02 17:56:37'),
(29980,14157,'action started via WP Cron','2021-01-02 22:57:39','2021-01-02 17:57:39'),
(29981,14157,'action complete via WP Cron','2021-01-02 22:57:39','2021-01-02 17:57:39'),
(29982,14158,'action created','2021-01-02 22:57:40','2021-01-02 17:57:40'),
(29983,14158,'action started via WP Cron','2021-01-02 22:58:34','2021-01-02 17:58:34'),
(29984,14158,'action complete via WP Cron','2021-01-02 22:58:34','2021-01-02 17:58:34'),
(29985,14159,'action created','2021-01-02 22:58:34','2021-01-02 17:58:34'),
(29986,14159,'action started via WP Cron','2021-01-02 23:02:52','2021-01-02 18:02:52'),
(29987,14159,'action complete via WP Cron','2021-01-02 23:02:52','2021-01-02 18:02:52'),
(29988,14160,'action created','2021-01-02 23:02:52','2021-01-02 18:02:52'),
(29989,14160,'action started via WP Cron','2021-01-02 23:03:53','2021-01-02 18:03:53'),
(29990,14160,'action complete via WP Cron','2021-01-02 23:03:53','2021-01-02 18:03:53'),
(29991,14161,'action created','2021-01-02 23:03:53','2021-01-02 18:03:53'),
(29992,14161,'action started via WP Cron','2021-01-02 23:05:47','2021-01-02 18:05:47'),
(29993,14161,'action complete via WP Cron','2021-01-02 23:05:47','2021-01-02 18:05:47'),
(29994,14162,'action created','2021-01-02 23:05:47','2021-01-02 18:05:47'),
(29995,14162,'action started via WP Cron','2021-01-02 23:07:55','2021-01-02 18:07:55'),
(29996,14162,'action complete via WP Cron','2021-01-02 23:07:55','2021-01-02 18:07:55'),
(29997,14163,'action created','2021-01-02 23:07:55','2021-01-02 18:07:55'),
(29998,14163,'action started via WP Cron','2021-01-02 23:08:34','2021-01-02 18:08:34'),
(29999,14163,'action complete via WP Cron','2021-01-02 23:08:34','2021-01-02 18:08:34'),
(30000,14164,'action created','2021-01-02 23:08:34','2021-01-02 18:08:34'),
(30001,14164,'action started via WP Cron','2021-01-02 23:10:53','2021-01-02 18:10:53'),
(30002,14164,'action complete via WP Cron','2021-01-02 23:10:53','2021-01-02 18:10:53'),
(30003,14165,'action created','2021-01-02 23:10:53','2021-01-02 18:10:53'),
(30004,14165,'action started via WP Cron','2021-01-02 23:12:19','2021-01-02 18:12:19'),
(30005,14165,'action complete via WP Cron','2021-01-02 23:12:19','2021-01-02 18:12:19'),
(30006,14166,'action created','2021-01-02 23:12:19','2021-01-02 18:12:19'),
(30007,14166,'action started via WP Cron','2021-01-02 23:13:29','2021-01-02 18:13:29'),
(30008,14166,'action complete via WP Cron','2021-01-02 23:13:29','2021-01-02 18:13:29'),
(30009,14167,'action created','2021-01-02 23:13:29','2021-01-02 18:13:29'),
(30010,14167,'action started via WP Cron','2021-01-02 23:14:20','2021-01-02 18:14:20'),
(30011,14167,'action complete via WP Cron','2021-01-02 23:14:20','2021-01-02 18:14:20'),
(30012,14168,'action created','2021-01-02 23:14:20','2021-01-02 18:14:20'),
(30013,14168,'action started via WP Cron','2021-01-02 23:16:20','2021-01-02 18:16:20'),
(30014,14168,'action complete via WP Cron','2021-01-02 23:16:20','2021-01-02 18:16:20'),
(30015,14169,'action created','2021-01-02 23:16:20','2021-01-02 18:16:20'),
(30016,14169,'action started via WP Cron','2021-01-02 23:17:39','2021-01-02 18:17:39'),
(30017,14169,'action complete via WP Cron','2021-01-02 23:17:39','2021-01-02 18:17:39'),
(30018,14170,'action created','2021-01-02 23:17:39','2021-01-02 18:17:39'),
(30019,14170,'action started via WP Cron','2021-01-02 23:20:34','2021-01-02 18:20:34'),
(30020,14170,'action complete via WP Cron','2021-01-02 23:20:34','2021-01-02 18:20:34'),
(30021,14171,'action created','2021-01-02 23:20:35','2021-01-02 18:20:35'),
(30022,14171,'action started via WP Cron','2021-01-02 23:23:22','2021-01-02 18:23:22'),
(30023,14171,'action complete via WP Cron','2021-01-02 23:23:22','2021-01-02 18:23:22'),
(30024,14172,'action created','2021-01-02 23:23:22','2021-01-02 18:23:22'),
(30025,14172,'action started via WP Cron','2021-01-02 23:25:39','2021-01-02 18:25:39'),
(30026,14172,'action complete via WP Cron','2021-01-02 23:25:39','2021-01-02 18:25:39'),
(30027,14173,'action created','2021-01-02 23:25:39','2021-01-02 18:25:39'),
(30028,14173,'action started via WP Cron','2021-01-02 23:26:42','2021-01-02 18:26:42'),
(30029,14173,'action complete via WP Cron','2021-01-02 23:26:42','2021-01-02 18:26:42'),
(30030,14174,'action created','2021-01-02 23:26:42','2021-01-02 18:26:42'),
(30031,14174,'action started via WP Cron','2021-01-02 23:28:32','2021-01-02 18:28:32'),
(30032,14174,'action complete via WP Cron','2021-01-02 23:28:32','2021-01-02 18:28:32'),
(30033,14175,'action created','2021-01-02 23:28:32','2021-01-02 18:28:32'),
(30034,14175,'action started via WP Cron','2021-01-02 23:29:25','2021-01-02 18:29:25'),
(30035,14175,'action complete via WP Cron','2021-01-02 23:29:25','2021-01-02 18:29:25'),
(30036,14176,'action created','2021-01-02 23:29:25','2021-01-02 18:29:25'),
(30037,14176,'action started via WP Cron','2021-01-02 23:30:29','2021-01-02 18:30:29'),
(30038,14176,'action complete via WP Cron','2021-01-02 23:30:29','2021-01-02 18:30:29'),
(30039,14177,'action created','2021-01-02 23:30:29','2021-01-02 18:30:29'),
(30040,14177,'action started via WP Cron','2021-01-02 23:32:15','2021-01-02 18:32:15'),
(30041,14177,'action complete via WP Cron','2021-01-02 23:32:15','2021-01-02 18:32:15'),
(30042,14178,'action created','2021-01-02 23:32:15','2021-01-02 18:32:15'),
(30043,14178,'action started via WP Cron','2021-01-02 23:33:26','2021-01-02 18:33:26'),
(30044,14178,'action complete via WP Cron','2021-01-02 23:33:26','2021-01-02 18:33:26'),
(30045,14179,'action created','2021-01-02 23:33:26','2021-01-02 18:33:26'),
(30046,14179,'action started via WP Cron','2021-01-02 23:34:18','2021-01-02 18:34:18'),
(30047,14179,'action complete via WP Cron','2021-01-02 23:34:18','2021-01-02 18:34:18'),
(30048,14180,'action created','2021-01-02 23:34:18','2021-01-02 18:34:18'),
(30049,14180,'action started via WP Cron','2021-01-02 23:35:19','2021-01-02 18:35:19'),
(30050,14180,'action complete via WP Cron','2021-01-02 23:35:19','2021-01-02 18:35:19'),
(30051,14181,'action created','2021-01-02 23:35:19','2021-01-02 18:35:19'),
(30052,14181,'action started via WP Cron','2021-01-02 23:36:20','2021-01-02 18:36:20'),
(30053,14181,'action complete via WP Cron','2021-01-02 23:36:20','2021-01-02 18:36:20'),
(30054,14182,'action created','2021-01-02 23:36:20','2021-01-02 18:36:20'),
(30055,14182,'action started via WP Cron','2021-01-02 23:39:22','2021-01-02 18:39:22'),
(30056,14182,'action complete via WP Cron','2021-01-02 23:39:22','2021-01-02 18:39:22'),
(30057,14183,'action created','2021-01-02 23:39:22','2021-01-02 18:39:22'),
(30058,14183,'action started via WP Cron','2021-01-02 23:42:09','2021-01-02 18:42:09'),
(30059,14183,'action complete via WP Cron','2021-01-02 23:42:09','2021-01-02 18:42:09'),
(30060,14184,'action created','2021-01-02 23:42:09','2021-01-02 18:42:09'),
(30061,14184,'action started via WP Cron','2021-01-02 23:42:39','2021-01-02 18:42:39'),
(30062,14184,'action complete via WP Cron','2021-01-02 23:42:39','2021-01-02 18:42:39'),
(30063,14185,'action created','2021-01-02 23:42:39','2021-01-02 18:42:39'),
(30064,14185,'action started via WP Cron','2021-01-02 23:43:18','2021-01-02 18:43:18'),
(30065,14185,'action complete via WP Cron','2021-01-02 23:43:18','2021-01-02 18:43:18'),
(30066,14186,'action created','2021-01-02 23:43:18','2021-01-02 18:43:18'),
(30067,14186,'action started via WP Cron','2021-01-02 23:44:41','2021-01-02 18:44:41'),
(30068,14186,'action complete via WP Cron','2021-01-02 23:44:41','2021-01-02 18:44:41'),
(30069,14187,'action created','2021-01-02 23:44:41','2021-01-02 18:44:41'),
(30070,14187,'action started via WP Cron','2021-01-02 23:45:20','2021-01-02 18:45:20'),
(30071,14187,'action complete via WP Cron','2021-01-02 23:45:20','2021-01-02 18:45:20'),
(30072,14188,'action created','2021-01-02 23:45:20','2021-01-02 18:45:20'),
(30073,14188,'action started via WP Cron','2021-01-02 23:46:34','2021-01-02 18:46:34'),
(30074,14188,'action complete via WP Cron','2021-01-02 23:46:34','2021-01-02 18:46:34'),
(30075,14189,'action created','2021-01-02 23:46:34','2021-01-02 18:46:34'),
(30076,14189,'action started via WP Cron','2021-01-02 23:47:54','2021-01-02 18:47:54'),
(30077,14189,'action complete via WP Cron','2021-01-02 23:47:54','2021-01-02 18:47:54'),
(30078,14190,'action created','2021-01-02 23:47:54','2021-01-02 18:47:54'),
(30079,14190,'action started via WP Cron','2021-01-02 23:49:03','2021-01-02 18:49:03'),
(30080,14190,'action complete via WP Cron','2021-01-02 23:49:03','2021-01-02 18:49:03'),
(30081,14191,'action created','2021-01-02 23:49:03','2021-01-02 18:49:03'),
(30082,14191,'action started via WP Cron','2021-01-02 23:50:21','2021-01-02 18:50:21'),
(30083,14191,'action complete via WP Cron','2021-01-02 23:50:21','2021-01-02 18:50:21'),
(30084,14192,'action created','2021-01-02 23:50:21','2021-01-02 18:50:21'),
(30085,14192,'action started via WP Cron','2021-01-02 23:51:12','2021-01-02 18:51:12'),
(30086,14192,'action complete via WP Cron','2021-01-02 23:51:12','2021-01-02 18:51:12'),
(30087,14193,'action created','2021-01-02 23:51:12','2021-01-02 18:51:12'),
(30088,14193,'action started via WP Cron','2021-01-02 23:56:15','2021-01-02 18:56:15'),
(30089,14193,'action complete via WP Cron','2021-01-02 23:56:15','2021-01-02 18:56:15'),
(30090,14194,'action created','2021-01-02 23:56:15','2021-01-02 18:56:15'),
(30091,14194,'action started via WP Cron','2021-01-02 23:58:07','2021-01-02 18:58:07'),
(30092,14194,'action complete via WP Cron','2021-01-02 23:58:07','2021-01-02 18:58:07'),
(30093,14195,'action created','2021-01-02 23:58:07','2021-01-02 18:58:07'),
(30094,14195,'action started via WP Cron','2021-01-02 23:58:35','2021-01-02 18:58:35'),
(30095,14195,'action complete via WP Cron','2021-01-02 23:58:35','2021-01-02 18:58:35'),
(30096,14196,'action created','2021-01-02 23:58:36','2021-01-02 18:58:36'),
(30097,14196,'action started via WP Cron','2021-01-02 23:59:47','2021-01-02 18:59:47'),
(30098,14196,'action complete via WP Cron','2021-01-02 23:59:47','2021-01-02 18:59:47'),
(30099,14197,'action created','2021-01-02 23:59:47','2021-01-02 18:59:47'),
(30100,14197,'action started via WP Cron','2021-01-03 00:01:45','2021-01-02 19:01:45'),
(30101,14197,'action complete via WP Cron','2021-01-03 00:01:45','2021-01-02 19:01:45'),
(30102,14198,'action created','2021-01-03 00:01:45','2021-01-02 19:01:45'),
(30103,14198,'action started via WP Cron','2021-01-03 00:02:36','2021-01-02 19:02:36'),
(30104,14198,'action complete via WP Cron','2021-01-03 00:02:36','2021-01-02 19:02:36'),
(30105,14199,'action created','2021-01-03 00:02:36','2021-01-02 19:02:36'),
(30106,14199,'action started via WP Cron','2021-01-03 00:03:33','2021-01-02 19:03:33'),
(30107,14199,'action complete via WP Cron','2021-01-03 00:03:33','2021-01-02 19:03:33'),
(30108,14200,'action created','2021-01-03 00:03:33','2021-01-02 19:03:33'),
(30109,14200,'action started via WP Cron','2021-01-03 00:05:54','2021-01-02 19:05:54'),
(30110,14200,'action complete via WP Cron','2021-01-03 00:05:54','2021-01-02 19:05:54'),
(30111,14201,'action created','2021-01-03 00:05:54','2021-01-02 19:05:54'),
(30112,14201,'action started via WP Cron','2021-01-03 00:07:02','2021-01-02 19:07:02'),
(30113,14201,'action complete via WP Cron','2021-01-03 00:07:02','2021-01-02 19:07:02'),
(30114,14202,'action created','2021-01-03 00:07:02','2021-01-02 19:07:02'),
(30115,14202,'action started via WP Cron','2021-01-03 00:07:34','2021-01-02 19:07:34'),
(30116,14202,'action complete via WP Cron','2021-01-03 00:07:34','2021-01-02 19:07:34'),
(30117,14203,'action created','2021-01-03 00:07:34','2021-01-02 19:07:34'),
(30118,14203,'action started via WP Cron','2021-01-03 00:08:33','2021-01-02 19:08:33'),
(30119,14203,'action complete via WP Cron','2021-01-03 00:08:33','2021-01-02 19:08:33'),
(30120,14204,'action created','2021-01-03 00:08:33','2021-01-02 19:08:33'),
(30121,14204,'action started via WP Cron','2021-01-03 00:10:03','2021-01-02 19:10:03'),
(30122,14204,'action complete via WP Cron','2021-01-03 00:10:03','2021-01-02 19:10:03'),
(30123,14205,'action created','2021-01-03 00:10:03','2021-01-02 19:10:03'),
(30124,14205,'action started via WP Cron','2021-01-03 00:10:30','2021-01-02 19:10:30'),
(30125,14205,'action complete via WP Cron','2021-01-03 00:10:30','2021-01-02 19:10:30'),
(30126,14206,'action created','2021-01-03 00:10:30','2021-01-02 19:10:30'),
(30127,14206,'action started via WP Cron','2021-01-03 00:14:34','2021-01-02 19:14:34'),
(30128,14206,'action complete via WP Cron','2021-01-03 00:14:34','2021-01-02 19:14:34'),
(30129,14207,'action created','2021-01-03 00:14:34','2021-01-02 19:14:34'),
(30130,14207,'action started via WP Cron','2021-01-03 00:16:30','2021-01-02 19:16:30'),
(30131,14207,'action complete via WP Cron','2021-01-03 00:16:30','2021-01-02 19:16:30'),
(30132,14208,'action created','2021-01-03 00:16:30','2021-01-02 19:16:30'),
(30133,14208,'action started via WP Cron','2021-01-03 00:17:47','2021-01-02 19:17:47'),
(30134,14208,'action complete via WP Cron','2021-01-03 00:17:47','2021-01-02 19:17:47'),
(30135,14209,'action created','2021-01-03 00:17:47','2021-01-02 19:17:47'),
(30136,14209,'action started via WP Cron','2021-01-03 00:18:38','2021-01-02 19:18:38'),
(30137,14209,'action complete via WP Cron','2021-01-03 00:18:38','2021-01-02 19:18:38'),
(30138,14210,'action created','2021-01-03 00:18:38','2021-01-02 19:18:38'),
(30139,14210,'action started via WP Cron','2021-01-03 00:20:12','2021-01-02 19:20:12'),
(30140,14210,'action complete via WP Cron','2021-01-03 00:20:12','2021-01-02 19:20:12'),
(30141,14211,'action created','2021-01-03 00:20:12','2021-01-02 19:20:12'),
(30142,14211,'action started via WP Cron','2021-01-03 00:22:00','2021-01-02 19:22:00'),
(30143,14211,'action complete via WP Cron','2021-01-03 00:22:00','2021-01-02 19:22:00'),
(30144,14212,'action created','2021-01-03 00:22:00','2021-01-02 19:22:00'),
(30145,14212,'action started via WP Cron','2021-01-03 00:23:12','2021-01-02 19:23:12'),
(30146,14212,'action complete via WP Cron','2021-01-03 00:23:12','2021-01-02 19:23:12'),
(30147,14213,'action created','2021-01-03 00:23:12','2021-01-02 19:23:12'),
(30148,14213,'action started via WP Cron','2021-01-03 00:26:07','2021-01-02 19:26:07'),
(30149,14213,'action complete via WP Cron','2021-01-03 00:26:07','2021-01-02 19:26:07'),
(30150,14214,'action created','2021-01-03 00:26:07','2021-01-02 19:26:07'),
(30151,14214,'action started via WP Cron','2021-01-03 00:27:53','2021-01-02 19:27:53'),
(30152,14214,'action complete via WP Cron','2021-01-03 00:27:53','2021-01-02 19:27:53'),
(30153,14215,'action created','2021-01-03 00:27:54','2021-01-02 19:27:54'),
(30154,14215,'action started via WP Cron','2021-01-03 00:28:55','2021-01-02 19:28:55'),
(30155,14215,'action complete via WP Cron','2021-01-03 00:28:55','2021-01-02 19:28:55'),
(30156,14216,'action created','2021-01-03 00:28:55','2021-01-02 19:28:55'),
(30157,14216,'action started via WP Cron','2021-01-03 00:29:15','2021-01-02 19:29:15'),
(30158,14216,'action complete via WP Cron','2021-01-03 00:29:15','2021-01-02 19:29:15'),
(30159,14217,'action created','2021-01-03 00:29:15','2021-01-02 19:29:15'),
(30160,14217,'action started via WP Cron','2021-01-03 00:31:21','2021-01-02 19:31:21'),
(30161,14217,'action complete via WP Cron','2021-01-03 00:31:21','2021-01-02 19:31:21'),
(30162,14218,'action created','2021-01-03 00:31:21','2021-01-02 19:31:21'),
(30163,14218,'action started via WP Cron','2021-01-03 00:32:36','2021-01-02 19:32:36'),
(30164,14218,'action complete via WP Cron','2021-01-03 00:32:36','2021-01-02 19:32:36'),
(30165,14219,'action created','2021-01-03 00:32:37','2021-01-02 19:32:37'),
(30166,14219,'action started via WP Cron','2021-01-03 00:33:16','2021-01-02 19:33:16'),
(30167,14219,'action complete via WP Cron','2021-01-03 00:33:16','2021-01-02 19:33:16'),
(30168,14220,'action created','2021-01-03 00:33:16','2021-01-02 19:33:16'),
(30169,14220,'action started via WP Cron','2021-01-03 00:34:31','2021-01-02 19:34:31'),
(30170,14220,'action complete via WP Cron','2021-01-03 00:34:31','2021-01-02 19:34:31'),
(30171,14221,'action created','2021-01-03 00:34:31','2021-01-02 19:34:31'),
(30172,14221,'action started via WP Cron','2021-01-03 00:37:55','2021-01-02 19:37:55'),
(30173,14221,'action complete via WP Cron','2021-01-03 00:37:55','2021-01-02 19:37:55'),
(30174,14222,'action created','2021-01-03 00:37:55','2021-01-02 19:37:55'),
(30175,14222,'action started via WP Cron','2021-01-03 00:38:13','2021-01-02 19:38:13'),
(30176,14222,'action complete via WP Cron','2021-01-03 00:38:13','2021-01-02 19:38:13'),
(30177,14223,'action created','2021-01-03 00:38:13','2021-01-02 19:38:13'),
(30178,14223,'action started via WP Cron','2021-01-03 00:39:25','2021-01-02 19:39:25'),
(30179,14223,'action complete via WP Cron','2021-01-03 00:39:25','2021-01-02 19:39:25'),
(30180,14224,'action created','2021-01-03 00:39:25','2021-01-02 19:39:25'),
(30181,14224,'action started via WP Cron','2021-01-03 00:40:43','2021-01-02 19:40:43'),
(30182,14224,'action complete via WP Cron','2021-01-03 00:40:43','2021-01-02 19:40:43'),
(30183,14225,'action created','2021-01-03 00:40:43','2021-01-02 19:40:43'),
(30184,14225,'action started via WP Cron','2021-01-03 00:42:28','2021-01-02 19:42:28'),
(30185,14225,'action complete via WP Cron','2021-01-03 00:42:28','2021-01-02 19:42:28'),
(30186,14226,'action created','2021-01-03 00:42:28','2021-01-02 19:42:28'),
(30187,14226,'action started via WP Cron','2021-01-03 00:43:20','2021-01-02 19:43:20'),
(30188,14226,'action complete via WP Cron','2021-01-03 00:43:20','2021-01-02 19:43:20'),
(30189,14227,'action created','2021-01-03 00:43:20','2021-01-02 19:43:20'),
(30190,14227,'action started via WP Cron','2021-01-03 00:45:10','2021-01-02 19:45:10'),
(30191,14227,'action complete via WP Cron','2021-01-03 00:45:10','2021-01-02 19:45:10'),
(30192,14228,'action created','2021-01-03 00:45:10','2021-01-02 19:45:10'),
(30193,14228,'action started via WP Cron','2021-01-03 00:46:27','2021-01-02 19:46:27'),
(30194,14228,'action complete via WP Cron','2021-01-03 00:46:27','2021-01-02 19:46:27'),
(30195,14229,'action created','2021-01-03 00:46:27','2021-01-02 19:46:27'),
(30196,14229,'action started via WP Cron','2021-01-03 00:49:04','2021-01-02 19:49:04'),
(30197,14229,'action complete via WP Cron','2021-01-03 00:49:04','2021-01-02 19:49:04'),
(30198,14230,'action created','2021-01-03 00:49:04','2021-01-02 19:49:04'),
(30199,14230,'action started via WP Cron','2021-01-03 00:49:15','2021-01-02 19:49:15'),
(30200,14230,'action complete via WP Cron','2021-01-03 00:49:15','2021-01-02 19:49:15'),
(30201,14231,'action created','2021-01-03 00:49:15','2021-01-02 19:49:15'),
(30202,14231,'action started via WP Cron','2021-01-03 00:50:29','2021-01-02 19:50:29'),
(30203,14231,'action complete via WP Cron','2021-01-03 00:50:29','2021-01-02 19:50:29'),
(30204,14232,'action created','2021-01-03 00:50:29','2021-01-02 19:50:29'),
(30205,14232,'action started via WP Cron','2021-01-03 00:51:12','2021-01-02 19:51:12'),
(30206,14232,'action complete via WP Cron','2021-01-03 00:51:12','2021-01-02 19:51:12'),
(30207,14233,'action created','2021-01-03 00:51:12','2021-01-02 19:51:12'),
(30208,14233,'action started via WP Cron','2021-01-03 00:54:46','2021-01-02 19:54:46'),
(30209,14233,'action complete via WP Cron','2021-01-03 00:54:46','2021-01-02 19:54:46'),
(30210,14234,'action created','2021-01-03 00:54:46','2021-01-02 19:54:46'),
(30211,14234,'action started via WP Cron','2021-01-03 00:59:42','2021-01-02 19:59:42'),
(30212,14234,'action complete via WP Cron','2021-01-03 00:59:42','2021-01-02 19:59:42'),
(30213,14235,'action created','2021-01-03 00:59:42','2021-01-02 19:59:42'),
(30214,14235,'action started via WP Cron','2021-01-03 01:01:10','2021-01-02 20:01:10'),
(30215,14235,'action complete via WP Cron','2021-01-03 01:01:10','2021-01-02 20:01:10'),
(30216,14236,'action created','2021-01-03 01:01:10','2021-01-02 20:01:10'),
(30217,14236,'action started via WP Cron','2021-01-03 01:04:19','2021-01-02 20:04:19'),
(30218,14236,'action complete via WP Cron','2021-01-03 01:04:19','2021-01-02 20:04:19'),
(30219,14237,'action created','2021-01-03 01:04:19','2021-01-02 20:04:19'),
(30220,14237,'action started via WP Cron','2021-01-03 01:05:45','2021-01-02 20:05:45'),
(30221,14237,'action complete via WP Cron','2021-01-03 01:05:45','2021-01-02 20:05:45'),
(30222,14238,'action created','2021-01-03 01:05:45','2021-01-02 20:05:45'),
(30223,14238,'action started via WP Cron','2021-01-03 01:08:17','2021-01-02 20:08:17'),
(30224,14238,'action complete via WP Cron','2021-01-03 01:08:17','2021-01-02 20:08:17'),
(30225,14239,'action created','2021-01-03 01:08:17','2021-01-02 20:08:17'),
(30226,14239,'action started via WP Cron','2021-01-03 01:09:25','2021-01-02 20:09:25'),
(30227,14239,'action complete via WP Cron','2021-01-03 01:09:25','2021-01-02 20:09:25'),
(30228,14240,'action created','2021-01-03 01:09:25','2021-01-02 20:09:25'),
(30229,14240,'action started via WP Cron','2021-01-03 01:11:08','2021-01-02 20:11:08'),
(30230,14240,'action complete via WP Cron','2021-01-03 01:11:08','2021-01-02 20:11:08'),
(30231,14241,'action created','2021-01-03 01:11:08','2021-01-02 20:11:08'),
(30232,14241,'action started via WP Cron','2021-01-03 01:11:28','2021-01-02 20:11:28'),
(30233,14241,'action complete via WP Cron','2021-01-03 01:11:28','2021-01-02 20:11:28'),
(30234,14242,'action created','2021-01-03 01:11:28','2021-01-02 20:11:28'),
(30235,13390,'action started via WP Cron','2021-01-03 01:12:56','2021-01-02 20:12:56'),
(30236,13390,'action complete via WP Cron','2021-01-03 01:12:56','2021-01-02 20:12:56'),
(30237,14243,'action created','2021-01-03 01:12:56','2021-01-02 20:12:56'),
(30238,14242,'action started via WP Cron','2021-01-03 01:12:56','2021-01-02 20:12:56'),
(30239,14242,'action complete via WP Cron','2021-01-03 01:12:56','2021-01-02 20:12:56'),
(30240,14244,'action created','2021-01-03 01:12:56','2021-01-02 20:12:56'),
(30241,14244,'action started via WP Cron','2021-01-03 01:13:36','2021-01-02 20:13:36'),
(30242,14244,'action complete via WP Cron','2021-01-03 01:13:36','2021-01-02 20:13:36'),
(30243,14245,'action created','2021-01-03 01:13:36','2021-01-02 20:13:36'),
(30244,14245,'action started via WP Cron','2021-01-03 01:15:28','2021-01-02 20:15:28'),
(30245,14245,'action complete via WP Cron','2021-01-03 01:15:28','2021-01-02 20:15:28'),
(30246,14246,'action created','2021-01-03 01:15:28','2021-01-02 20:15:28'),
(30247,14246,'action started via WP Cron','2021-01-03 01:16:25','2021-01-02 20:16:25'),
(30248,14246,'action complete via WP Cron','2021-01-03 01:16:25','2021-01-02 20:16:25'),
(30249,14247,'action created','2021-01-03 01:16:25','2021-01-02 20:16:25'),
(30250,14247,'action started via WP Cron','2021-01-03 01:18:50','2021-01-02 20:18:50'),
(30251,14247,'action complete via WP Cron','2021-01-03 01:18:50','2021-01-02 20:18:50'),
(30252,14248,'action created','2021-01-03 01:18:50','2021-01-02 20:18:50'),
(30253,14248,'action started via WP Cron','2021-01-03 01:20:16','2021-01-02 20:20:16'),
(30254,14248,'action complete via WP Cron','2021-01-03 01:20:16','2021-01-02 20:20:16'),
(30255,14249,'action created','2021-01-03 01:20:16','2021-01-02 20:20:16'),
(30256,14249,'action started via WP Cron','2021-01-03 01:21:46','2021-01-02 20:21:46'),
(30257,14249,'action complete via WP Cron','2021-01-03 01:21:46','2021-01-02 20:21:46'),
(30258,14250,'action created','2021-01-03 01:21:46','2021-01-02 20:21:46'),
(30259,14250,'action started via WP Cron','2021-01-03 01:24:05','2021-01-02 20:24:05'),
(30260,14250,'action complete via WP Cron','2021-01-03 01:24:05','2021-01-02 20:24:05'),
(30261,14251,'action created','2021-01-03 01:24:05','2021-01-02 20:24:05'),
(30262,14251,'action started via WP Cron','2021-01-03 01:24:45','2021-01-02 20:24:45'),
(30263,14251,'action complete via WP Cron','2021-01-03 01:24:45','2021-01-02 20:24:45'),
(30264,14252,'action created','2021-01-03 01:24:45','2021-01-02 20:24:45'),
(30265,14252,'action started via WP Cron','2021-01-03 01:25:51','2021-01-02 20:25:51'),
(30266,14252,'action complete via WP Cron','2021-01-03 01:25:51','2021-01-02 20:25:51'),
(30267,14253,'action created','2021-01-03 01:25:51','2021-01-02 20:25:51'),
(30268,14253,'action started via WP Cron','2021-01-03 01:26:26','2021-01-02 20:26:26'),
(30269,14253,'action complete via WP Cron','2021-01-03 01:26:26','2021-01-02 20:26:26'),
(30270,14254,'action created','2021-01-03 01:26:26','2021-01-02 20:26:26'),
(30271,14254,'action started via WP Cron','2021-01-03 01:28:12','2021-01-02 20:28:12'),
(30272,14254,'action complete via WP Cron','2021-01-03 01:28:12','2021-01-02 20:28:12'),
(30273,14255,'action created','2021-01-03 01:28:12','2021-01-02 20:28:12'),
(30274,14255,'action started via WP Cron','2021-01-03 01:31:19','2021-01-02 20:31:19'),
(30275,14255,'action complete via WP Cron','2021-01-03 01:31:19','2021-01-02 20:31:19'),
(30276,14256,'action created','2021-01-03 01:31:19','2021-01-02 20:31:19'),
(30277,14256,'action started via WP Cron','2021-01-03 01:32:42','2021-01-02 20:32:42'),
(30278,14256,'action complete via WP Cron','2021-01-03 01:32:42','2021-01-02 20:32:42'),
(30279,14257,'action created','2021-01-03 01:32:42','2021-01-02 20:32:42'),
(30280,14257,'action started via WP Cron','2021-01-03 01:34:22','2021-01-02 20:34:22'),
(30281,14257,'action complete via WP Cron','2021-01-03 01:34:22','2021-01-02 20:34:22'),
(30282,14258,'action created','2021-01-03 01:34:22','2021-01-02 20:34:22'),
(30283,14258,'action started via WP Cron','2021-01-03 01:36:24','2021-01-02 20:36:24'),
(30284,14258,'action complete via WP Cron','2021-01-03 01:36:24','2021-01-02 20:36:24'),
(30285,14259,'action created','2021-01-03 01:36:24','2021-01-02 20:36:24'),
(30286,14259,'action started via WP Cron','2021-01-03 01:37:33','2021-01-02 20:37:33'),
(30287,14259,'action complete via WP Cron','2021-01-03 01:37:33','2021-01-02 20:37:33'),
(30288,14260,'action created','2021-01-03 01:37:33','2021-01-02 20:37:33'),
(30289,14260,'action started via WP Cron','2021-01-03 01:39:00','2021-01-02 20:39:00'),
(30290,14260,'action complete via WP Cron','2021-01-03 01:39:00','2021-01-02 20:39:00'),
(30291,14261,'action created','2021-01-03 01:39:00','2021-01-02 20:39:00'),
(30292,14261,'action started via WP Cron','2021-01-03 01:40:03','2021-01-02 20:40:03'),
(30293,14261,'action complete via WP Cron','2021-01-03 01:40:03','2021-01-02 20:40:03'),
(30294,14262,'action created','2021-01-03 01:40:03','2021-01-02 20:40:03'),
(30295,14262,'action started via WP Cron','2021-01-03 01:40:23','2021-01-02 20:40:23'),
(30296,14262,'action complete via WP Cron','2021-01-03 01:40:23','2021-01-02 20:40:23'),
(30297,14263,'action created','2021-01-03 01:40:23','2021-01-02 20:40:23'),
(30298,14263,'action started via WP Cron','2021-01-03 01:41:14','2021-01-02 20:41:14'),
(30299,14263,'action complete via WP Cron','2021-01-03 01:41:14','2021-01-02 20:41:14'),
(30300,14264,'action created','2021-01-03 01:41:14','2021-01-02 20:41:14'),
(30301,14264,'action started via WP Cron','2021-01-03 01:42:27','2021-01-02 20:42:27'),
(30302,14264,'action complete via WP Cron','2021-01-03 01:42:27','2021-01-02 20:42:27'),
(30303,14265,'action created','2021-01-03 01:42:27','2021-01-02 20:42:27'),
(30304,14265,'action started via WP Cron','2021-01-03 01:43:35','2021-01-02 20:43:35'),
(30305,14265,'action complete via WP Cron','2021-01-03 01:43:35','2021-01-02 20:43:35'),
(30306,14266,'action created','2021-01-03 01:43:35','2021-01-02 20:43:35'),
(30307,14266,'action started via WP Cron','2021-01-03 01:44:23','2021-01-02 20:44:23'),
(30308,14266,'action complete via WP Cron','2021-01-03 01:44:23','2021-01-02 20:44:23'),
(30309,14267,'action created','2021-01-03 01:44:24','2021-01-02 20:44:24'),
(30310,14267,'action started via WP Cron','2021-01-03 01:45:25','2021-01-02 20:45:25'),
(30311,14267,'action complete via WP Cron','2021-01-03 01:45:25','2021-01-02 20:45:25'),
(30312,14268,'action created','2021-01-03 01:45:25','2021-01-02 20:45:25'),
(30313,14268,'action started via WP Cron','2021-01-03 01:46:47','2021-01-02 20:46:47'),
(30314,14268,'action complete via WP Cron','2021-01-03 01:46:47','2021-01-02 20:46:47'),
(30315,14269,'action created','2021-01-03 01:46:47','2021-01-02 20:46:47'),
(30316,14269,'action started via WP Cron','2021-01-03 01:48:05','2021-01-02 20:48:05'),
(30317,14269,'action complete via WP Cron','2021-01-03 01:48:05','2021-01-02 20:48:05'),
(30318,14270,'action created','2021-01-03 01:48:05','2021-01-02 20:48:05'),
(30319,14270,'action started via WP Cron','2021-01-03 01:49:53','2021-01-02 20:49:53'),
(30320,14270,'action complete via WP Cron','2021-01-03 01:49:53','2021-01-02 20:49:53'),
(30321,14271,'action created','2021-01-03 01:49:53','2021-01-02 20:49:53'),
(30322,14271,'action started via WP Cron','2021-01-03 01:50:55','2021-01-02 20:50:55'),
(30323,14271,'action complete via WP Cron','2021-01-03 01:50:55','2021-01-02 20:50:55'),
(30324,14272,'action created','2021-01-03 01:50:56','2021-01-02 20:50:56'),
(30325,14272,'action started via WP Cron','2021-01-03 01:51:39','2021-01-02 20:51:39'),
(30326,14272,'action complete via WP Cron','2021-01-03 01:51:39','2021-01-02 20:51:39'),
(30327,14273,'action created','2021-01-03 01:51:39','2021-01-02 20:51:39'),
(30328,14273,'action started via WP Cron','2021-01-03 01:54:14','2021-01-02 20:54:14'),
(30329,14273,'action complete via WP Cron','2021-01-03 01:54:14','2021-01-02 20:54:14'),
(30330,14274,'action created','2021-01-03 01:54:14','2021-01-02 20:54:14'),
(30331,14274,'action started via WP Cron','2021-01-03 01:55:24','2021-01-02 20:55:24'),
(30332,14274,'action complete via WP Cron','2021-01-03 01:55:24','2021-01-02 20:55:24'),
(30333,14275,'action created','2021-01-03 01:55:24','2021-01-02 20:55:24'),
(30334,14275,'action started via WP Cron','2021-01-03 01:57:00','2021-01-02 20:57:00'),
(30335,14275,'action complete via WP Cron','2021-01-03 01:57:00','2021-01-02 20:57:00'),
(30336,14276,'action created','2021-01-03 01:57:00','2021-01-02 20:57:00'),
(30337,14276,'action started via WP Cron','2021-01-03 01:58:37','2021-01-02 20:58:37'),
(30338,14276,'action complete via WP Cron','2021-01-03 01:58:37','2021-01-02 20:58:37'),
(30339,14277,'action created','2021-01-03 01:58:37','2021-01-02 20:58:37'),
(30340,14277,'action started via WP Cron','2021-01-03 02:00:24','2021-01-02 21:00:24'),
(30341,14277,'action complete via WP Cron','2021-01-03 02:00:24','2021-01-02 21:00:24'),
(30342,14278,'action created','2021-01-03 02:00:24','2021-01-02 21:00:24'),
(30343,14278,'action started via WP Cron','2021-01-03 02:01:24','2021-01-02 21:01:24'),
(30344,14278,'action complete via WP Cron','2021-01-03 02:01:25','2021-01-02 21:01:25'),
(30345,14279,'action created','2021-01-03 02:01:25','2021-01-02 21:01:25'),
(30346,14279,'action started via WP Cron','2021-01-03 02:03:07','2021-01-02 21:03:07'),
(30347,14279,'action complete via WP Cron','2021-01-03 02:03:07','2021-01-02 21:03:07'),
(30348,14280,'action created','2021-01-03 02:03:07','2021-01-02 21:03:07'),
(30349,14280,'action started via WP Cron','2021-01-03 02:04:14','2021-01-02 21:04:14'),
(30350,14280,'action complete via WP Cron','2021-01-03 02:04:14','2021-01-02 21:04:14'),
(30351,14281,'action created','2021-01-03 02:04:14','2021-01-02 21:04:14'),
(30352,14281,'action started via WP Cron','2021-01-03 02:07:49','2021-01-02 21:07:49'),
(30353,14281,'action complete via WP Cron','2021-01-03 02:07:49','2021-01-02 21:07:49'),
(30354,14282,'action created','2021-01-03 02:07:49','2021-01-02 21:07:49'),
(30355,14282,'action started via WP Cron','2021-01-03 02:08:19','2021-01-02 21:08:19'),
(30356,14282,'action complete via WP Cron','2021-01-03 02:08:19','2021-01-02 21:08:19'),
(30357,14283,'action created','2021-01-03 02:08:20','2021-01-02 21:08:20'),
(30358,14283,'action started via WP Cron','2021-01-03 02:12:26','2021-01-02 21:12:26'),
(30359,14283,'action complete via WP Cron','2021-01-03 02:12:26','2021-01-02 21:12:26'),
(30360,14284,'action created','2021-01-03 02:12:26','2021-01-02 21:12:26'),
(30361,14284,'action started via WP Cron','2021-01-03 02:15:00','2021-01-02 21:15:00'),
(30362,14284,'action complete via WP Cron','2021-01-03 02:15:00','2021-01-02 21:15:00'),
(30363,14285,'action created','2021-01-03 02:15:00','2021-01-02 21:15:00'),
(30364,14285,'action started via WP Cron','2021-01-03 02:16:54','2021-01-02 21:16:54'),
(30365,14285,'action complete via WP Cron','2021-01-03 02:16:54','2021-01-02 21:16:54'),
(30366,14286,'action created','2021-01-03 02:16:54','2021-01-02 21:16:54'),
(30367,14286,'action started via WP Cron','2021-01-03 02:21:09','2021-01-02 21:21:09'),
(30368,14286,'action complete via WP Cron','2021-01-03 02:21:09','2021-01-02 21:21:09'),
(30369,14287,'action created','2021-01-03 02:21:09','2021-01-02 21:21:09'),
(30370,14287,'action started via WP Cron','2021-01-03 02:21:43','2021-01-02 21:21:43'),
(30371,14287,'action complete via WP Cron','2021-01-03 02:21:43','2021-01-02 21:21:43'),
(30372,14288,'action created','2021-01-03 02:21:43','2021-01-02 21:21:43'),
(30373,14288,'action started via WP Cron','2021-01-03 02:24:49','2021-01-02 21:24:49'),
(30374,14288,'action complete via WP Cron','2021-01-03 02:24:49','2021-01-02 21:24:49'),
(30375,14289,'action created','2021-01-03 02:24:49','2021-01-02 21:24:49'),
(30376,14289,'action started via WP Cron','2021-01-03 02:25:54','2021-01-02 21:25:54'),
(30377,14289,'action complete via WP Cron','2021-01-03 02:25:54','2021-01-02 21:25:54'),
(30378,14290,'action created','2021-01-03 02:25:54','2021-01-02 21:25:54'),
(30379,14290,'action started via WP Cron','2021-01-03 02:26:15','2021-01-02 21:26:15'),
(30380,14290,'action complete via WP Cron','2021-01-03 02:26:15','2021-01-02 21:26:15'),
(30381,14291,'action created','2021-01-03 02:26:15','2021-01-02 21:26:15'),
(30382,14291,'action started via WP Cron','2021-01-03 02:27:56','2021-01-02 21:27:56'),
(30383,14291,'action complete via WP Cron','2021-01-03 02:27:56','2021-01-02 21:27:56'),
(30384,14292,'action created','2021-01-03 02:27:56','2021-01-02 21:27:56'),
(30385,14292,'action started via WP Cron','2021-01-03 02:28:55','2021-01-02 21:28:55'),
(30386,14292,'action complete via WP Cron','2021-01-03 02:28:55','2021-01-02 21:28:55'),
(30387,14293,'action created','2021-01-03 02:28:55','2021-01-02 21:28:55'),
(30388,14293,'action started via WP Cron','2021-01-03 02:32:54','2021-01-02 21:32:54'),
(30389,14293,'action complete via WP Cron','2021-01-03 02:32:54','2021-01-02 21:32:54'),
(30390,14294,'action created','2021-01-03 02:32:54','2021-01-02 21:32:54'),
(30391,14294,'action started via WP Cron','2021-01-03 02:33:27','2021-01-02 21:33:27'),
(30392,14294,'action complete via WP Cron','2021-01-03 02:33:27','2021-01-02 21:33:27'),
(30393,14295,'action created','2021-01-03 02:33:27','2021-01-02 21:33:27'),
(30394,14295,'action started via WP Cron','2021-01-03 02:34:20','2021-01-02 21:34:20'),
(30395,14295,'action complete via WP Cron','2021-01-03 02:34:20','2021-01-02 21:34:20'),
(30396,14296,'action created','2021-01-03 02:34:20','2021-01-02 21:34:20'),
(30397,14296,'action started via WP Cron','2021-01-03 02:35:17','2021-01-02 21:35:17'),
(30398,14296,'action complete via WP Cron','2021-01-03 02:35:17','2021-01-02 21:35:17'),
(30399,14297,'action created','2021-01-03 02:35:17','2021-01-02 21:35:17'),
(30400,14297,'action started via WP Cron','2021-01-03 02:36:46','2021-01-02 21:36:46'),
(30401,14297,'action complete via WP Cron','2021-01-03 02:36:46','2021-01-02 21:36:46'),
(30402,14298,'action created','2021-01-03 02:36:46','2021-01-02 21:36:46'),
(30403,14298,'action started via WP Cron','2021-01-03 02:37:18','2021-01-02 21:37:18'),
(30404,14298,'action complete via WP Cron','2021-01-03 02:37:18','2021-01-02 21:37:18'),
(30405,14299,'action created','2021-01-03 02:37:18','2021-01-02 21:37:18'),
(30406,14299,'action started via WP Cron','2021-01-03 02:38:46','2021-01-02 21:38:46'),
(30407,14299,'action complete via WP Cron','2021-01-03 02:38:46','2021-01-02 21:38:46'),
(30408,14300,'action created','2021-01-03 02:38:46','2021-01-02 21:38:46'),
(30409,14300,'action started via WP Cron','2021-01-03 02:39:48','2021-01-02 21:39:48'),
(30410,14300,'action complete via WP Cron','2021-01-03 02:39:48','2021-01-02 21:39:48'),
(30411,14301,'action created','2021-01-03 02:39:48','2021-01-02 21:39:48'),
(30412,14301,'action started via WP Cron','2021-01-03 02:40:12','2021-01-02 21:40:12'),
(30413,14301,'action complete via WP Cron','2021-01-03 02:40:12','2021-01-02 21:40:12'),
(30414,14302,'action created','2021-01-03 02:40:12','2021-01-02 21:40:12'),
(30415,14302,'action started via WP Cron','2021-01-03 02:41:46','2021-01-02 21:41:46'),
(30416,14302,'action complete via WP Cron','2021-01-03 02:41:46','2021-01-02 21:41:46'),
(30417,14303,'action created','2021-01-03 02:41:46','2021-01-02 21:41:46'),
(30418,14303,'action started via WP Cron','2021-01-03 02:42:48','2021-01-02 21:42:48'),
(30419,14303,'action complete via WP Cron','2021-01-03 02:42:48','2021-01-02 21:42:48'),
(30420,14304,'action created','2021-01-03 02:42:48','2021-01-02 21:42:48'),
(30421,14304,'action started via WP Cron','2021-01-03 02:43:13','2021-01-02 21:43:13'),
(30422,14304,'action complete via WP Cron','2021-01-03 02:43:13','2021-01-02 21:43:13'),
(30423,14305,'action created','2021-01-03 02:43:13','2021-01-02 21:43:13'),
(30424,14305,'action started via WP Cron','2021-01-03 02:44:42','2021-01-02 21:44:42'),
(30425,14305,'action complete via WP Cron','2021-01-03 02:44:42','2021-01-02 21:44:42'),
(30426,14306,'action created','2021-01-03 02:44:42','2021-01-02 21:44:42'),
(30427,14306,'action started via WP Cron','2021-01-03 02:45:16','2021-01-02 21:45:16'),
(30428,14306,'action complete via WP Cron','2021-01-03 02:45:16','2021-01-02 21:45:16'),
(30429,14307,'action created','2021-01-03 02:45:16','2021-01-02 21:45:16'),
(30430,14307,'action started via WP Cron','2021-01-03 02:46:47','2021-01-02 21:46:47'),
(30431,14307,'action complete via WP Cron','2021-01-03 02:46:47','2021-01-02 21:46:47'),
(30432,14308,'action created','2021-01-03 02:46:47','2021-01-02 21:46:47'),
(30433,14308,'action started via WP Cron','2021-01-03 02:47:11','2021-01-02 21:47:11'),
(30434,14308,'action complete via WP Cron','2021-01-03 02:47:11','2021-01-02 21:47:11'),
(30435,14309,'action created','2021-01-03 02:47:11','2021-01-02 21:47:11'),
(30436,14309,'action started via WP Cron','2021-01-03 02:48:46','2021-01-02 21:48:46'),
(30437,14309,'action complete via WP Cron','2021-01-03 02:48:46','2021-01-02 21:48:46'),
(30438,14310,'action created','2021-01-03 02:48:46','2021-01-02 21:48:46'),
(30439,14310,'action started via WP Cron','2021-01-03 02:49:15','2021-01-02 21:49:15'),
(30440,14310,'action complete via WP Cron','2021-01-03 02:49:15','2021-01-02 21:49:15'),
(30441,14311,'action created','2021-01-03 02:49:16','2021-01-02 21:49:16'),
(30442,14311,'action started via WP Cron','2021-01-03 02:51:14','2021-01-02 21:51:14'),
(30443,14311,'action complete via WP Cron','2021-01-03 02:51:14','2021-01-02 21:51:14'),
(30444,14312,'action created','2021-01-03 02:51:14','2021-01-02 21:51:14'),
(30445,14312,'action started via WP Cron','2021-01-03 02:52:36','2021-01-02 21:52:36'),
(30446,14312,'action complete via WP Cron','2021-01-03 02:52:36','2021-01-02 21:52:36'),
(30447,14313,'action created','2021-01-03 02:52:36','2021-01-02 21:52:36'),
(30448,14313,'action started via WP Cron','2021-01-03 02:53:43','2021-01-02 21:53:43'),
(30449,14313,'action complete via WP Cron','2021-01-03 02:53:43','2021-01-02 21:53:43'),
(30450,14314,'action created','2021-01-03 02:53:43','2021-01-02 21:53:43'),
(30451,14314,'action started via WP Cron','2021-01-03 02:54:31','2021-01-02 21:54:31'),
(30452,14314,'action complete via WP Cron','2021-01-03 02:54:31','2021-01-02 21:54:31'),
(30453,14315,'action created','2021-01-03 02:54:31','2021-01-02 21:54:31'),
(30454,14315,'action started via WP Cron','2021-01-03 02:55:51','2021-01-02 21:55:51'),
(30455,14315,'action complete via WP Cron','2021-01-03 02:55:51','2021-01-02 21:55:51'),
(30456,14316,'action created','2021-01-03 02:55:51','2021-01-02 21:55:51'),
(30457,14316,'action started via WP Cron','2021-01-03 02:56:42','2021-01-02 21:56:42'),
(30458,14316,'action complete via WP Cron','2021-01-03 02:56:42','2021-01-02 21:56:42'),
(30459,14317,'action created','2021-01-03 02:56:42','2021-01-02 21:56:42'),
(30460,14317,'action started via WP Cron','2021-01-03 02:57:23','2021-01-02 21:57:23'),
(30461,14317,'action complete via WP Cron','2021-01-03 02:57:23','2021-01-02 21:57:23'),
(30462,14318,'action created','2021-01-03 02:57:23','2021-01-02 21:57:23'),
(30463,14318,'action started via WP Cron','2021-01-03 02:58:32','2021-01-02 21:58:32'),
(30464,14318,'action complete via WP Cron','2021-01-03 02:58:32','2021-01-02 21:58:32'),
(30465,14319,'action created','2021-01-03 02:58:32','2021-01-02 21:58:32'),
(30466,14319,'action started via WP Cron','2021-01-03 02:59:35','2021-01-02 21:59:35'),
(30467,14319,'action complete via WP Cron','2021-01-03 02:59:35','2021-01-02 21:59:35'),
(30468,14320,'action created','2021-01-03 02:59:35','2021-01-02 21:59:35'),
(30469,14320,'action started via WP Cron','2021-01-03 03:01:18','2021-01-02 22:01:18'),
(30470,14320,'action complete via WP Cron','2021-01-03 03:01:18','2021-01-02 22:01:18'),
(30471,14321,'action created','2021-01-03 03:01:18','2021-01-02 22:01:18'),
(30472,14321,'action started via WP Cron','2021-01-03 03:03:08','2021-01-02 22:03:08'),
(30473,14321,'action complete via WP Cron','2021-01-03 03:03:08','2021-01-02 22:03:08'),
(30474,14322,'action created','2021-01-03 03:03:08','2021-01-02 22:03:08'),
(30475,14322,'action started via WP Cron','2021-01-03 03:04:30','2021-01-02 22:04:30'),
(30476,14322,'action complete via WP Cron','2021-01-03 03:04:30','2021-01-02 22:04:30'),
(30477,14323,'action created','2021-01-03 03:04:30','2021-01-02 22:04:30'),
(30478,14323,'action started via WP Cron','2021-01-03 03:06:00','2021-01-02 22:06:00'),
(30479,14323,'action complete via WP Cron','2021-01-03 03:06:00','2021-01-02 22:06:00'),
(30480,14324,'action created','2021-01-03 03:06:00','2021-01-02 22:06:00'),
(30481,14324,'action started via WP Cron','2021-01-03 03:06:18','2021-01-02 22:06:18'),
(30482,14324,'action complete via WP Cron','2021-01-03 03:06:18','2021-01-02 22:06:18'),
(30483,14325,'action created','2021-01-03 03:06:18','2021-01-02 22:06:18'),
(30484,14325,'action started via WP Cron','2021-01-03 03:07:54','2021-01-02 22:07:54'),
(30485,14325,'action complete via WP Cron','2021-01-03 03:07:54','2021-01-02 22:07:54'),
(30486,14326,'action created','2021-01-03 03:07:54','2021-01-02 22:07:54'),
(30487,14326,'action started via WP Cron','2021-01-03 03:08:28','2021-01-02 22:08:28'),
(30488,14326,'action complete via WP Cron','2021-01-03 03:08:28','2021-01-02 22:08:28'),
(30489,14327,'action created','2021-01-03 03:08:28','2021-01-02 22:08:28'),
(30490,14327,'action started via WP Cron','2021-01-03 03:09:54','2021-01-02 22:09:54'),
(30491,14327,'action complete via WP Cron','2021-01-03 03:09:54','2021-01-02 22:09:54'),
(30492,14328,'action created','2021-01-03 03:09:54','2021-01-02 22:09:54'),
(30493,14328,'action started via WP Cron','2021-01-03 03:10:28','2021-01-02 22:10:28'),
(30494,14328,'action complete via WP Cron','2021-01-03 03:10:28','2021-01-02 22:10:28'),
(30495,14329,'action created','2021-01-03 03:10:28','2021-01-02 22:10:28'),
(30496,14329,'action started via WP Cron','2021-01-03 03:11:15','2021-01-02 22:11:15'),
(30497,14329,'action complete via WP Cron','2021-01-03 03:11:15','2021-01-02 22:11:15'),
(30498,14330,'action created','2021-01-03 03:11:15','2021-01-02 22:11:15'),
(30499,14330,'action started via WP Cron','2021-01-03 03:12:25','2021-01-02 22:12:25'),
(30500,14330,'action complete via WP Cron','2021-01-03 03:12:25','2021-01-02 22:12:25'),
(30501,14331,'action created','2021-01-03 03:12:25','2021-01-02 22:12:25'),
(30502,14331,'action started via WP Cron','2021-01-03 03:13:24','2021-01-02 22:13:24'),
(30503,14331,'action complete via WP Cron','2021-01-03 03:13:24','2021-01-02 22:13:24'),
(30504,14332,'action created','2021-01-03 03:13:24','2021-01-02 22:13:24'),
(30505,14332,'action started via WP Cron','2021-01-03 03:14:20','2021-01-02 22:14:20'),
(30506,14332,'action complete via WP Cron','2021-01-03 03:14:20','2021-01-02 22:14:20'),
(30507,14333,'action created','2021-01-03 03:14:21','2021-01-02 22:14:21'),
(30508,14333,'action started via WP Cron','2021-01-03 03:17:22','2021-01-02 22:17:22'),
(30509,14333,'action complete via WP Cron','2021-01-03 03:17:22','2021-01-02 22:17:22'),
(30510,14334,'action created','2021-01-03 03:17:22','2021-01-02 22:17:22'),
(30511,14334,'action started via WP Cron','2021-01-03 03:19:07','2021-01-02 22:19:07'),
(30512,14334,'action complete via WP Cron','2021-01-03 03:19:07','2021-01-02 22:19:07'),
(30513,14335,'action created','2021-01-03 03:19:07','2021-01-02 22:19:07'),
(30514,14335,'action started via WP Cron','2021-01-03 03:19:25','2021-01-02 22:19:25'),
(30515,14335,'action complete via WP Cron','2021-01-03 03:19:25','2021-01-02 22:19:25'),
(30516,14336,'action created','2021-01-03 03:19:25','2021-01-02 22:19:25'),
(30517,14336,'action started via WP Cron','2021-01-03 03:20:15','2021-01-02 22:20:15'),
(30518,14336,'action complete via WP Cron','2021-01-03 03:20:15','2021-01-02 22:20:15'),
(30519,14337,'action created','2021-01-03 03:20:15','2021-01-02 22:20:15'),
(30520,14337,'action started via WP Cron','2021-01-03 03:21:11','2021-01-02 22:21:11'),
(30521,14337,'action complete via WP Cron','2021-01-03 03:21:11','2021-01-02 22:21:11'),
(30522,14338,'action created','2021-01-03 03:21:11','2021-01-02 22:21:11'),
(30523,14338,'action started via Async Request','2021-01-03 03:21:47','2021-01-02 22:21:47'),
(30524,14338,'action complete via Async Request','2021-01-03 03:21:47','2021-01-02 22:21:47'),
(30525,14339,'action created','2021-01-03 03:21:48','2021-01-02 22:21:48'),
(30526,14339,'action started via WP Cron','2021-01-03 03:22:12','2021-01-02 22:22:12'),
(30527,14339,'action complete via WP Cron','2021-01-03 03:22:12','2021-01-02 22:22:12'),
(30528,14340,'action created','2021-01-03 03:22:12','2021-01-02 22:22:12'),
(30529,14340,'action started via WP Cron','2021-01-03 03:23:31','2021-01-02 22:23:31'),
(30530,14340,'action complete via WP Cron','2021-01-03 03:23:31','2021-01-02 22:23:31'),
(30531,14341,'action created','2021-01-03 03:23:31','2021-01-02 22:23:31'),
(30532,14341,'action started via WP Cron','2021-01-03 03:25:16','2021-01-02 22:25:16'),
(30533,14341,'action complete via WP Cron','2021-01-03 03:25:16','2021-01-02 22:25:16'),
(30534,14342,'action created','2021-01-03 03:25:16','2021-01-02 22:25:16'),
(30535,14342,'action started via WP Cron','2021-01-03 03:26:20','2021-01-02 22:26:20'),
(30536,14342,'action complete via WP Cron','2021-01-03 03:26:20','2021-01-02 22:26:20'),
(30537,14343,'action created','2021-01-03 03:26:20','2021-01-02 22:26:20'),
(30538,14343,'action started via WP Cron','2021-01-03 03:27:30','2021-01-02 22:27:30'),
(30539,14343,'action complete via WP Cron','2021-01-03 03:27:31','2021-01-02 22:27:31'),
(30540,14344,'action created','2021-01-03 03:27:31','2021-01-02 22:27:31'),
(30541,14344,'action started via WP Cron','2021-01-03 03:29:04','2021-01-02 22:29:04'),
(30542,14344,'action complete via WP Cron','2021-01-03 03:29:04','2021-01-02 22:29:04'),
(30543,14345,'action created','2021-01-03 03:29:04','2021-01-02 22:29:04'),
(30544,14345,'action started via WP Cron','2021-01-03 03:31:26','2021-01-02 22:31:26'),
(30545,14345,'action complete via WP Cron','2021-01-03 03:31:26','2021-01-02 22:31:26'),
(30546,14346,'action created','2021-01-03 03:31:26','2021-01-02 22:31:26'),
(30547,14346,'action started via WP Cron','2021-01-03 03:33:05','2021-01-02 22:33:05'),
(30548,14346,'action complete via WP Cron','2021-01-03 03:33:05','2021-01-02 22:33:05'),
(30549,14347,'action created','2021-01-03 03:33:05','2021-01-02 22:33:05'),
(30550,14347,'action started via WP Cron','2021-01-03 03:33:48','2021-01-02 22:33:48'),
(30551,14347,'action complete via WP Cron','2021-01-03 03:33:48','2021-01-02 22:33:48'),
(30552,14348,'action created','2021-01-03 03:33:48','2021-01-02 22:33:48'),
(30553,14348,'action started via WP Cron','2021-01-03 03:34:21','2021-01-02 22:34:21'),
(30554,14348,'action complete via WP Cron','2021-01-03 03:34:21','2021-01-02 22:34:21'),
(30555,14349,'action created','2021-01-03 03:34:22','2021-01-02 22:34:22'),
(30556,14349,'action started via WP Cron','2021-01-03 03:36:01','2021-01-02 22:36:01'),
(30557,14349,'action complete via WP Cron','2021-01-03 03:36:01','2021-01-02 22:36:01'),
(30558,14350,'action created','2021-01-03 03:36:01','2021-01-02 22:36:01'),
(30559,14350,'action started via WP Cron','2021-01-03 03:36:17','2021-01-02 22:36:17'),
(30560,14350,'action complete via WP Cron','2021-01-03 03:36:17','2021-01-02 22:36:17'),
(30561,14351,'action created','2021-01-03 03:36:17','2021-01-02 22:36:17'),
(30562,14351,'action started via WP Cron','2021-01-03 03:37:45','2021-01-02 22:37:45'),
(30563,14351,'action complete via WP Cron','2021-01-03 03:37:45','2021-01-02 22:37:45'),
(30564,14352,'action created','2021-01-03 03:37:45','2021-01-02 22:37:45'),
(30565,14352,'action started via WP Cron','2021-01-03 03:40:21','2021-01-02 22:40:21'),
(30566,14352,'action complete via WP Cron','2021-01-03 03:40:21','2021-01-02 22:40:21'),
(30567,14353,'action created','2021-01-03 03:40:21','2021-01-02 22:40:21'),
(30568,14353,'action started via WP Cron','2021-01-03 03:42:45','2021-01-02 22:42:45'),
(30569,14353,'action complete via WP Cron','2021-01-03 03:42:45','2021-01-02 22:42:45'),
(30570,14354,'action created','2021-01-03 03:42:45','2021-01-02 22:42:45'),
(30571,14354,'action started via WP Cron','2021-01-03 03:43:17','2021-01-02 22:43:17'),
(30572,14354,'action complete via WP Cron','2021-01-03 03:43:17','2021-01-02 22:43:17'),
(30573,14355,'action created','2021-01-03 03:43:17','2021-01-02 22:43:17'),
(30574,14355,'action started via WP Cron','2021-01-03 03:44:29','2021-01-02 22:44:29'),
(30575,14355,'action complete via WP Cron','2021-01-03 03:44:29','2021-01-02 22:44:29'),
(30576,14356,'action created','2021-01-03 03:44:30','2021-01-02 22:44:30'),
(30577,14356,'action started via WP Cron','2021-01-03 03:45:23','2021-01-02 22:45:23'),
(30578,14356,'action complete via WP Cron','2021-01-03 03:45:23','2021-01-02 22:45:23'),
(30579,14357,'action created','2021-01-03 03:45:23','2021-01-02 22:45:23'),
(30580,14357,'action started via WP Cron','2021-01-03 03:46:14','2021-01-02 22:46:14'),
(30581,14357,'action complete via WP Cron','2021-01-03 03:46:14','2021-01-02 22:46:14'),
(30582,14358,'action created','2021-01-03 03:46:14','2021-01-02 22:46:14'),
(30583,14358,'action started via WP Cron','2021-01-03 03:52:05','2021-01-02 22:52:05'),
(30584,14358,'action complete via WP Cron','2021-01-03 03:52:05','2021-01-02 22:52:05'),
(30585,14359,'action created','2021-01-03 03:52:05','2021-01-02 22:52:05'),
(30586,14359,'action started via WP Cron','2021-01-03 03:53:24','2021-01-02 22:53:24'),
(30587,14359,'action complete via WP Cron','2021-01-03 03:53:24','2021-01-02 22:53:24'),
(30588,14360,'action created','2021-01-03 03:53:24','2021-01-02 22:53:24'),
(30589,14360,'action started via WP Cron','2021-01-03 03:56:23','2021-01-02 22:56:23'),
(30590,14360,'action complete via WP Cron','2021-01-03 03:56:23','2021-01-02 22:56:23'),
(30591,14361,'action created','2021-01-03 03:56:23','2021-01-02 22:56:23'),
(30592,14361,'action started via WP Cron','2021-01-03 04:01:20','2021-01-02 23:01:20'),
(30593,14361,'action complete via WP Cron','2021-01-03 04:01:20','2021-01-02 23:01:20'),
(30594,14362,'action created','2021-01-03 04:01:20','2021-01-02 23:01:20'),
(30595,14362,'action started via WP Cron','2021-01-03 04:05:12','2021-01-02 23:05:12'),
(30596,14362,'action complete via WP Cron','2021-01-03 04:05:12','2021-01-02 23:05:12'),
(30597,14363,'action created','2021-01-03 04:05:12','2021-01-02 23:05:12'),
(30598,14363,'action started via WP Cron','2021-01-03 04:07:14','2021-01-02 23:07:14'),
(30599,14363,'action complete via WP Cron','2021-01-03 04:07:14','2021-01-02 23:07:14'),
(30600,14364,'action created','2021-01-03 04:07:14','2021-01-02 23:07:14'),
(30601,14364,'action started via WP Cron','2021-01-03 04:08:52','2021-01-02 23:08:52'),
(30602,14364,'action complete via WP Cron','2021-01-03 04:08:52','2021-01-02 23:08:52'),
(30603,14365,'action created','2021-01-03 04:08:52','2021-01-02 23:08:52'),
(30604,14365,'action started via WP Cron','2021-01-03 04:09:44','2021-01-02 23:09:44'),
(30605,14365,'action complete via WP Cron','2021-01-03 04:09:44','2021-01-02 23:09:44'),
(30606,14366,'action created','2021-01-03 04:09:44','2021-01-02 23:09:44'),
(30607,14366,'action started via WP Cron','2021-01-03 04:10:19','2021-01-02 23:10:19'),
(30608,14366,'action complete via WP Cron','2021-01-03 04:10:19','2021-01-02 23:10:19'),
(30609,14367,'action created','2021-01-03 04:10:19','2021-01-02 23:10:19'),
(30610,14367,'action started via WP Cron','2021-01-03 04:12:24','2021-01-02 23:12:24'),
(30611,14367,'action complete via WP Cron','2021-01-03 04:12:24','2021-01-02 23:12:24'),
(30612,14368,'action created','2021-01-03 04:12:24','2021-01-02 23:12:24'),
(30613,14368,'action started via WP Cron','2021-01-03 04:14:27','2021-01-02 23:14:27'),
(30614,14368,'action complete via WP Cron','2021-01-03 04:14:27','2021-01-02 23:14:27'),
(30615,14369,'action created','2021-01-03 04:14:27','2021-01-02 23:14:27'),
(30616,14369,'action started via WP Cron','2021-01-03 04:15:45','2021-01-02 23:15:45'),
(30617,14369,'action complete via WP Cron','2021-01-03 04:15:45','2021-01-02 23:15:45'),
(30618,14370,'action created','2021-01-03 04:15:45','2021-01-02 23:15:45'),
(30619,14370,'action started via WP Cron','2021-01-03 04:19:22','2021-01-02 23:19:22'),
(30620,14370,'action complete via WP Cron','2021-01-03 04:19:22','2021-01-02 23:19:22'),
(30621,14371,'action created','2021-01-03 04:19:22','2021-01-02 23:19:22'),
(30622,14371,'action started via WP Cron','2021-01-03 04:21:28','2021-01-02 23:21:28'),
(30623,14371,'action complete via WP Cron','2021-01-03 04:21:28','2021-01-02 23:21:28'),
(30624,14372,'action created','2021-01-03 04:21:28','2021-01-02 23:21:28'),
(30625,14372,'action started via WP Cron','2021-01-03 04:24:00','2021-01-02 23:24:00'),
(30626,14372,'action complete via WP Cron','2021-01-03 04:24:00','2021-01-02 23:24:00'),
(30627,14373,'action created','2021-01-03 04:24:00','2021-01-02 23:24:00'),
(30628,14373,'action started via WP Cron','2021-01-03 04:24:42','2021-01-02 23:24:42'),
(30629,14373,'action complete via WP Cron','2021-01-03 04:24:42','2021-01-02 23:24:42'),
(30630,14374,'action created','2021-01-03 04:24:42','2021-01-02 23:24:42'),
(30631,14374,'action started via WP Cron','2021-01-03 04:25:18','2021-01-02 23:25:18'),
(30632,14374,'action complete via WP Cron','2021-01-03 04:25:18','2021-01-02 23:25:18'),
(30633,14375,'action created','2021-01-03 04:25:18','2021-01-02 23:25:18'),
(30634,14375,'action started via WP Cron','2021-01-03 04:26:44','2021-01-02 23:26:44'),
(30635,14375,'action complete via WP Cron','2021-01-03 04:26:44','2021-01-02 23:26:44'),
(30636,14376,'action created','2021-01-03 04:26:44','2021-01-02 23:26:44'),
(30637,14376,'action started via WP Cron','2021-01-03 04:28:10','2021-01-02 23:28:10'),
(30638,14376,'action complete via WP Cron','2021-01-03 04:28:10','2021-01-02 23:28:10'),
(30639,14377,'action created','2021-01-03 04:28:10','2021-01-02 23:28:10'),
(30640,14377,'action started via WP Cron','2021-01-03 04:29:34','2021-01-02 23:29:34'),
(30641,14377,'action complete via WP Cron','2021-01-03 04:29:34','2021-01-02 23:29:34'),
(30642,14378,'action created','2021-01-03 04:29:34','2021-01-02 23:29:34'),
(30643,14378,'action started via WP Cron','2021-01-03 04:33:43','2021-01-02 23:33:43'),
(30644,14378,'action complete via WP Cron','2021-01-03 04:33:43','2021-01-02 23:33:43'),
(30645,14379,'action created','2021-01-03 04:33:43','2021-01-02 23:33:43'),
(30646,14379,'action started via WP Cron','2021-01-03 04:34:16','2021-01-02 23:34:16'),
(30647,14379,'action complete via WP Cron','2021-01-03 04:34:16','2021-01-02 23:34:16'),
(30648,14380,'action created','2021-01-03 04:34:16','2021-01-02 23:34:16'),
(30649,14380,'action started via WP Cron','2021-01-03 04:35:24','2021-01-02 23:35:24'),
(30650,14380,'action complete via WP Cron','2021-01-03 04:35:24','2021-01-02 23:35:24'),
(30651,14381,'action created','2021-01-03 04:35:24','2021-01-02 23:35:24'),
(30652,14381,'action started via WP Cron','2021-01-03 04:36:29','2021-01-02 23:36:29'),
(30653,14381,'action complete via WP Cron','2021-01-03 04:36:29','2021-01-02 23:36:29'),
(30654,14382,'action created','2021-01-03 04:36:29','2021-01-02 23:36:29'),
(30655,14382,'action started via WP Cron','2021-01-03 04:37:13','2021-01-02 23:37:13'),
(30656,14382,'action complete via WP Cron','2021-01-03 04:37:13','2021-01-02 23:37:13'),
(30657,14383,'action created','2021-01-03 04:37:13','2021-01-02 23:37:13'),
(30658,14383,'action started via WP Cron','2021-01-03 04:38:38','2021-01-02 23:38:38'),
(30659,14383,'action complete via WP Cron','2021-01-03 04:38:38','2021-01-02 23:38:38'),
(30660,14384,'action created','2021-01-03 04:38:38','2021-01-02 23:38:38'),
(30661,14384,'action started via WP Cron','2021-01-03 04:39:37','2021-01-02 23:39:37'),
(30662,14384,'action complete via WP Cron','2021-01-03 04:39:37','2021-01-02 23:39:37'),
(30663,14385,'action created','2021-01-03 04:39:37','2021-01-02 23:39:37'),
(30664,14385,'action started via WP Cron','2021-01-03 04:40:39','2021-01-02 23:40:39'),
(30665,14385,'action complete via WP Cron','2021-01-03 04:40:39','2021-01-02 23:40:39'),
(30666,14386,'action created','2021-01-03 04:40:39','2021-01-02 23:40:39'),
(30667,14386,'action started via WP Cron','2021-01-03 04:41:42','2021-01-02 23:41:42'),
(30668,14386,'action complete via WP Cron','2021-01-03 04:41:42','2021-01-02 23:41:42'),
(30669,14387,'action created','2021-01-03 04:41:42','2021-01-02 23:41:42'),
(30670,14387,'action started via WP Cron','2021-01-03 04:43:32','2021-01-02 23:43:32'),
(30671,14387,'action complete via WP Cron','2021-01-03 04:43:32','2021-01-02 23:43:32'),
(30672,14388,'action created','2021-01-03 04:43:32','2021-01-02 23:43:32'),
(30673,14388,'action started via WP Cron','2021-01-03 04:44:15','2021-01-02 23:44:15'),
(30674,14388,'action complete via WP Cron','2021-01-03 04:44:15','2021-01-02 23:44:15'),
(30675,14389,'action created','2021-01-03 04:44:15','2021-01-02 23:44:15'),
(30676,14389,'action started via WP Cron','2021-01-03 04:45:17','2021-01-02 23:45:17'),
(30677,14389,'action complete via WP Cron','2021-01-03 04:45:17','2021-01-02 23:45:17'),
(30678,14390,'action created','2021-01-03 04:45:17','2021-01-02 23:45:17'),
(30679,14390,'action started via WP Cron','2021-01-03 04:46:51','2021-01-02 23:46:51'),
(30680,14390,'action complete via WP Cron','2021-01-03 04:46:51','2021-01-02 23:46:51'),
(30681,14391,'action created','2021-01-03 04:46:51','2021-01-02 23:46:51'),
(30682,14391,'action started via WP Cron','2021-01-03 04:47:46','2021-01-02 23:47:46'),
(30683,14391,'action complete via WP Cron','2021-01-03 04:47:46','2021-01-02 23:47:46'),
(30684,14392,'action created','2021-01-03 04:47:46','2021-01-02 23:47:46'),
(30685,14392,'action started via WP Cron','2021-01-03 04:48:28','2021-01-02 23:48:28'),
(30686,14392,'action complete via WP Cron','2021-01-03 04:48:28','2021-01-02 23:48:28'),
(30687,14393,'action created','2021-01-03 04:48:28','2021-01-02 23:48:28'),
(30688,14393,'action started via WP Cron','2021-01-03 04:49:20','2021-01-02 23:49:20'),
(30689,14393,'action complete via WP Cron','2021-01-03 04:49:20','2021-01-02 23:49:20'),
(30690,14394,'action created','2021-01-03 04:49:21','2021-01-02 23:49:21'),
(30691,14394,'action started via WP Cron','2021-01-03 04:51:41','2021-01-02 23:51:41'),
(30692,14394,'action complete via WP Cron','2021-01-03 04:51:41','2021-01-02 23:51:41'),
(30693,14395,'action created','2021-01-03 04:51:41','2021-01-02 23:51:41'),
(30694,14395,'action started via WP Cron','2021-01-03 04:53:29','2021-01-02 23:53:29'),
(30695,14395,'action complete via WP Cron','2021-01-03 04:53:29','2021-01-02 23:53:29'),
(30696,14396,'action created','2021-01-03 04:53:29','2021-01-02 23:53:29'),
(30697,14396,'action started via WP Cron','2021-01-03 04:56:07','2021-01-02 23:56:07'),
(30698,14396,'action complete via WP Cron','2021-01-03 04:56:07','2021-01-02 23:56:07'),
(30699,14397,'action created','2021-01-03 04:56:07','2021-01-02 23:56:07'),
(30700,14397,'action started via WP Cron','2021-01-03 04:57:54','2021-01-02 23:57:54'),
(30701,14397,'action complete via WP Cron','2021-01-03 04:57:54','2021-01-02 23:57:54'),
(30702,14398,'action created','2021-01-03 04:57:55','2021-01-02 23:57:55'),
(30703,14398,'action started via WP Cron','2021-01-03 04:59:08','2021-01-02 23:59:08'),
(30704,14398,'action complete via WP Cron','2021-01-03 04:59:08','2021-01-02 23:59:08'),
(30705,14399,'action created','2021-01-03 04:59:08','2021-01-02 23:59:08'),
(30706,14399,'action started via WP Cron','2021-01-03 05:05:10','2021-01-03 00:05:10'),
(30707,14399,'action complete via WP Cron','2021-01-03 05:05:10','2021-01-03 00:05:10'),
(30708,14400,'action created','2021-01-03 05:05:10','2021-01-03 00:05:10'),
(30709,14400,'action started via WP Cron','2021-01-03 05:06:04','2021-01-03 00:06:04'),
(30710,14400,'action complete via WP Cron','2021-01-03 05:06:04','2021-01-03 00:06:04'),
(30711,14401,'action created','2021-01-03 05:06:04','2021-01-03 00:06:04'),
(30712,14401,'action started via WP Cron','2021-01-03 05:07:02','2021-01-03 00:07:02'),
(30713,14401,'action complete via WP Cron','2021-01-03 05:07:02','2021-01-03 00:07:02'),
(30714,14402,'action created','2021-01-03 05:07:02','2021-01-03 00:07:02'),
(30715,14402,'action started via WP Cron','2021-01-03 05:07:21','2021-01-03 00:07:21'),
(30716,14402,'action complete via WP Cron','2021-01-03 05:07:21','2021-01-03 00:07:21'),
(30717,14403,'action created','2021-01-03 05:07:21','2021-01-03 00:07:21'),
(30718,14403,'action started via WP Cron','2021-01-03 05:09:56','2021-01-03 00:09:56'),
(30719,14403,'action complete via WP Cron','2021-01-03 05:09:56','2021-01-03 00:09:56'),
(30720,14404,'action created','2021-01-03 05:09:56','2021-01-03 00:09:56'),
(30721,14404,'action started via WP Cron','2021-01-03 05:10:52','2021-01-03 00:10:52'),
(30722,14404,'action complete via WP Cron','2021-01-03 05:10:52','2021-01-03 00:10:52'),
(30723,14405,'action created','2021-01-03 05:10:52','2021-01-03 00:10:52'),
(30724,14405,'action started via WP Cron','2021-01-03 05:15:13','2021-01-03 00:15:13'),
(30725,14405,'action complete via WP Cron','2021-01-03 05:15:13','2021-01-03 00:15:13'),
(30726,14406,'action created','2021-01-03 05:15:13','2021-01-03 00:15:13'),
(30727,14406,'action started via WP Cron','2021-01-03 05:16:31','2021-01-03 00:16:31'),
(30728,14406,'action complete via WP Cron','2021-01-03 05:16:31','2021-01-03 00:16:31'),
(30729,14407,'action created','2021-01-03 05:16:31','2021-01-03 00:16:31'),
(30730,14407,'action started via WP Cron','2021-01-03 05:19:16','2021-01-03 00:19:16'),
(30731,14407,'action complete via WP Cron','2021-01-03 05:19:16','2021-01-03 00:19:16'),
(30732,14408,'action created','2021-01-03 05:19:16','2021-01-03 00:19:16'),
(30733,14408,'action started via WP Cron','2021-01-03 05:23:48','2021-01-03 00:23:48'),
(30734,14408,'action complete via WP Cron','2021-01-03 05:23:48','2021-01-03 00:23:48'),
(30735,14409,'action created','2021-01-03 05:23:48','2021-01-03 00:23:48'),
(30736,14409,'action started via WP Cron','2021-01-03 05:24:42','2021-01-03 00:24:42'),
(30737,14409,'action complete via WP Cron','2021-01-03 05:24:42','2021-01-03 00:24:42'),
(30738,14410,'action created','2021-01-03 05:24:42','2021-01-03 00:24:42'),
(30739,14410,'action started via WP Cron','2021-01-03 05:26:50','2021-01-03 00:26:50'),
(30740,14410,'action complete via WP Cron','2021-01-03 05:26:50','2021-01-03 00:26:50'),
(30741,14411,'action created','2021-01-03 05:26:51','2021-01-03 00:26:51'),
(30742,14411,'action started via WP Cron','2021-01-03 05:29:46','2021-01-03 00:29:46'),
(30743,14411,'action complete via WP Cron','2021-01-03 05:29:46','2021-01-03 00:29:46'),
(30744,14412,'action created','2021-01-03 05:29:46','2021-01-03 00:29:46'),
(30745,14412,'action started via WP Cron','2021-01-03 05:31:52','2021-01-03 00:31:52'),
(30746,14412,'action complete via WP Cron','2021-01-03 05:31:52','2021-01-03 00:31:52'),
(30747,14413,'action created','2021-01-03 05:31:52','2021-01-03 00:31:52'),
(30748,14413,'action started via WP Cron','2021-01-03 05:32:22','2021-01-03 00:32:22'),
(30749,14413,'action complete via WP Cron','2021-01-03 05:32:22','2021-01-03 00:32:22'),
(30750,14414,'action created','2021-01-03 05:32:22','2021-01-03 00:32:22'),
(30751,14414,'action started via WP Cron','2021-01-03 05:35:21','2021-01-03 00:35:21'),
(30752,14414,'action complete via WP Cron','2021-01-03 05:35:21','2021-01-03 00:35:21'),
(30753,14415,'action created','2021-01-03 05:35:22','2021-01-03 00:35:22'),
(30754,14415,'action started via WP Cron','2021-01-03 05:36:31','2021-01-03 00:36:31'),
(30755,14415,'action complete via WP Cron','2021-01-03 05:36:31','2021-01-03 00:36:31'),
(30756,14416,'action created','2021-01-03 05:36:31','2021-01-03 00:36:31'),
(30757,14416,'action started via WP Cron','2021-01-03 05:41:55','2021-01-03 00:41:55'),
(30758,14416,'action complete via WP Cron','2021-01-03 05:41:55','2021-01-03 00:41:55'),
(30759,14417,'action created','2021-01-03 05:41:55','2021-01-03 00:41:55'),
(30760,14417,'action started via WP Cron','2021-01-03 05:42:19','2021-01-03 00:42:19'),
(30761,14417,'action complete via WP Cron','2021-01-03 05:42:19','2021-01-03 00:42:19'),
(30762,14418,'action created','2021-01-03 05:42:19','2021-01-03 00:42:19'),
(30763,14418,'action started via WP Cron','2021-01-03 05:43:31','2021-01-03 00:43:31'),
(30764,14418,'action complete via WP Cron','2021-01-03 05:43:31','2021-01-03 00:43:31'),
(30765,14419,'action created','2021-01-03 05:43:31','2021-01-03 00:43:31'),
(30766,14419,'action started via WP Cron','2021-01-03 05:44:17','2021-01-03 00:44:17'),
(30767,14419,'action complete via WP Cron','2021-01-03 05:44:17','2021-01-03 00:44:17'),
(30768,14420,'action created','2021-01-03 05:44:17','2021-01-03 00:44:17'),
(30769,14420,'action started via WP Cron','2021-01-03 05:45:34','2021-01-03 00:45:34'),
(30770,14420,'action complete via WP Cron','2021-01-03 05:45:34','2021-01-03 00:45:34'),
(30771,14421,'action created','2021-01-03 05:45:34','2021-01-03 00:45:34'),
(30772,14421,'action started via WP Cron','2021-01-03 05:46:25','2021-01-03 00:46:25'),
(30773,14421,'action complete via WP Cron','2021-01-03 05:46:25','2021-01-03 00:46:25'),
(30774,14422,'action created','2021-01-03 05:46:25','2021-01-03 00:46:25'),
(30775,14422,'action started via WP Cron','2021-01-03 05:48:00','2021-01-03 00:48:00'),
(30776,14422,'action complete via WP Cron','2021-01-03 05:48:00','2021-01-03 00:48:00'),
(30777,14423,'action created','2021-01-03 05:48:00','2021-01-03 00:48:00'),
(30778,14423,'action started via WP Cron','2021-01-03 05:49:31','2021-01-03 00:49:31'),
(30779,14423,'action complete via WP Cron','2021-01-03 05:49:31','2021-01-03 00:49:31'),
(30780,14424,'action created','2021-01-03 05:49:31','2021-01-03 00:49:31'),
(30781,14424,'action started via WP Cron','2021-01-03 05:50:17','2021-01-03 00:50:17'),
(30782,14424,'action complete via WP Cron','2021-01-03 05:50:17','2021-01-03 00:50:17'),
(30783,14425,'action created','2021-01-03 05:50:17','2021-01-03 00:50:17'),
(30784,14425,'action started via WP Cron','2021-01-03 05:51:13','2021-01-03 00:51:13'),
(30785,14425,'action complete via WP Cron','2021-01-03 05:51:13','2021-01-03 00:51:13'),
(30786,14426,'action created','2021-01-03 05:51:13','2021-01-03 00:51:13'),
(30787,14426,'action started via WP Cron','2021-01-03 05:52:18','2021-01-03 00:52:18'),
(30788,14426,'action complete via WP Cron','2021-01-03 05:52:18','2021-01-03 00:52:18'),
(30789,14427,'action created','2021-01-03 05:52:18','2021-01-03 00:52:18'),
(30790,14427,'action started via WP Cron','2021-01-03 05:53:30','2021-01-03 00:53:30'),
(30791,14427,'action complete via WP Cron','2021-01-03 05:53:30','2021-01-03 00:53:30'),
(30792,14428,'action created','2021-01-03 05:53:30','2021-01-03 00:53:30'),
(30793,14428,'action started via WP Cron','2021-01-03 05:54:16','2021-01-03 00:54:16'),
(30794,14428,'action complete via WP Cron','2021-01-03 05:54:16','2021-01-03 00:54:16'),
(30795,14429,'action created','2021-01-03 05:54:16','2021-01-03 00:54:16'),
(30796,14429,'action started via WP Cron','2021-01-03 05:56:59','2021-01-03 00:56:59'),
(30797,14429,'action complete via WP Cron','2021-01-03 05:56:59','2021-01-03 00:56:59'),
(30798,14430,'action created','2021-01-03 05:56:59','2021-01-03 00:56:59'),
(30799,14430,'action started via WP Cron','2021-01-03 05:57:14','2021-01-03 00:57:14'),
(30800,14430,'action complete via WP Cron','2021-01-03 05:57:14','2021-01-03 00:57:14'),
(30801,14431,'action created','2021-01-03 05:57:14','2021-01-03 00:57:14'),
(30802,14431,'action started via WP Cron','2021-01-03 05:59:27','2021-01-03 00:59:27'),
(30803,14431,'action complete via WP Cron','2021-01-03 05:59:27','2021-01-03 00:59:27'),
(30804,14432,'action created','2021-01-03 05:59:27','2021-01-03 00:59:27'),
(30805,14432,'action started via WP Cron','2021-01-03 06:00:14','2021-01-03 01:00:14'),
(30806,14432,'action complete via WP Cron','2021-01-03 06:00:14','2021-01-03 01:00:14'),
(30807,14433,'action created','2021-01-03 06:00:14','2021-01-03 01:00:14'),
(30808,14433,'action started via WP Cron','2021-01-03 06:01:21','2021-01-03 01:01:21'),
(30809,14433,'action complete via WP Cron','2021-01-03 06:01:21','2021-01-03 01:01:21'),
(30810,14434,'action created','2021-01-03 06:01:21','2021-01-03 01:01:21'),
(30811,14434,'action started via WP Cron','2021-01-03 06:03:19','2021-01-03 01:03:19'),
(30812,14434,'action complete via WP Cron','2021-01-03 06:03:19','2021-01-03 01:03:19'),
(30813,14435,'action created','2021-01-03 06:03:19','2021-01-03 01:03:19'),
(30814,14435,'action started via WP Cron','2021-01-03 06:05:40','2021-01-03 01:05:40'),
(30815,14435,'action complete via WP Cron','2021-01-03 06:05:41','2021-01-03 01:05:41'),
(30816,14436,'action created','2021-01-03 06:05:41','2021-01-03 01:05:41'),
(30817,14436,'action started via WP Cron','2021-01-03 06:09:16','2021-01-03 01:09:16'),
(30818,14436,'action complete via WP Cron','2021-01-03 06:09:16','2021-01-03 01:09:16'),
(30819,14437,'action created','2021-01-03 06:09:16','2021-01-03 01:09:16'),
(30820,14437,'action started via WP Cron','2021-01-03 06:11:10','2021-01-03 01:11:10'),
(30821,14437,'action complete via WP Cron','2021-01-03 06:11:10','2021-01-03 01:11:10'),
(30822,14438,'action created','2021-01-03 06:11:10','2021-01-03 01:11:10'),
(30823,14438,'action started via WP Cron','2021-01-03 06:16:35','2021-01-03 01:16:35'),
(30824,14438,'action complete via WP Cron','2021-01-03 06:16:35','2021-01-03 01:16:35'),
(30825,14439,'action created','2021-01-03 06:16:35','2021-01-03 01:16:35'),
(30826,14439,'action started via WP Cron','2021-01-03 06:19:37','2021-01-03 01:19:37'),
(30827,14439,'action complete via WP Cron','2021-01-03 06:19:37','2021-01-03 01:19:37'),
(30828,14440,'action created','2021-01-03 06:19:37','2021-01-03 01:19:37'),
(30829,14440,'action started via WP Cron','2021-01-03 06:21:30','2021-01-03 01:21:30'),
(30830,14440,'action complete via WP Cron','2021-01-03 06:21:30','2021-01-03 01:21:30'),
(30831,14441,'action created','2021-01-03 06:21:30','2021-01-03 01:21:30'),
(30832,14441,'action started via WP Cron','2021-01-03 06:22:18','2021-01-03 01:22:18'),
(30833,14441,'action complete via WP Cron','2021-01-03 06:22:18','2021-01-03 01:22:18'),
(30834,14442,'action created','2021-01-03 06:22:18','2021-01-03 01:22:18'),
(30835,14442,'action started via WP Cron','2021-01-03 06:25:06','2021-01-03 01:25:06'),
(30836,14442,'action complete via WP Cron','2021-01-03 06:25:06','2021-01-03 01:25:06'),
(30837,14443,'action created','2021-01-03 06:25:06','2021-01-03 01:25:06'),
(30838,14443,'action started via WP Cron','2021-01-03 06:27:10','2021-01-03 01:27:10'),
(30839,14443,'action complete via WP Cron','2021-01-03 06:27:10','2021-01-03 01:27:10'),
(30840,14444,'action created','2021-01-03 06:27:10','2021-01-03 01:27:10'),
(30841,14444,'action started via WP Cron','2021-01-03 06:31:03','2021-01-03 01:31:03'),
(30842,14444,'action complete via WP Cron','2021-01-03 06:31:03','2021-01-03 01:31:03'),
(30843,14445,'action created','2021-01-03 06:31:03','2021-01-03 01:31:03'),
(30844,14445,'action started via WP Cron','2021-01-03 06:31:22','2021-01-03 01:31:22'),
(30845,14445,'action complete via WP Cron','2021-01-03 06:31:22','2021-01-03 01:31:22'),
(30846,14446,'action created','2021-01-03 06:31:22','2021-01-03 01:31:22'),
(30847,14446,'action started via WP Cron','2021-01-03 06:32:54','2021-01-03 01:32:54'),
(30848,14446,'action complete via WP Cron','2021-01-03 06:32:54','2021-01-03 01:32:54'),
(30849,14447,'action created','2021-01-03 06:32:54','2021-01-03 01:32:54'),
(30850,14447,'action started via WP Cron','2021-01-03 06:34:34','2021-01-03 01:34:34'),
(30851,14447,'action complete via WP Cron','2021-01-03 06:34:34','2021-01-03 01:34:34'),
(30852,14448,'action created','2021-01-03 06:34:34','2021-01-03 01:34:34'),
(30853,14448,'action started via WP Cron','2021-01-03 06:35:41','2021-01-03 01:35:41'),
(30854,14448,'action complete via WP Cron','2021-01-03 06:35:41','2021-01-03 01:35:41'),
(30855,14449,'action created','2021-01-03 06:35:41','2021-01-03 01:35:41'),
(30856,14449,'action started via WP Cron','2021-01-03 06:37:39','2021-01-03 01:37:39'),
(30857,14449,'action complete via WP Cron','2021-01-03 06:37:40','2021-01-03 01:37:40'),
(30858,14450,'action created','2021-01-03 06:37:40','2021-01-03 01:37:40'),
(30859,14450,'action started via WP Cron','2021-01-03 06:40:42','2021-01-03 01:40:42'),
(30860,14450,'action complete via WP Cron','2021-01-03 06:40:42','2021-01-03 01:40:42'),
(30861,14451,'action created','2021-01-03 06:40:42','2021-01-03 01:40:42'),
(30862,14451,'action started via WP Cron','2021-01-03 06:41:16','2021-01-03 01:41:16'),
(30863,14451,'action complete via WP Cron','2021-01-03 06:41:16','2021-01-03 01:41:16'),
(30864,14452,'action created','2021-01-03 06:41:16','2021-01-03 01:41:16'),
(30865,14452,'action started via WP Cron','2021-01-03 06:42:31','2021-01-03 01:42:31'),
(30866,14452,'action complete via WP Cron','2021-01-03 06:42:31','2021-01-03 01:42:31'),
(30867,14453,'action created','2021-01-03 06:42:31','2021-01-03 01:42:31'),
(30868,14453,'action started via WP Cron','2021-01-03 06:43:42','2021-01-03 01:43:42'),
(30869,14453,'action complete via WP Cron','2021-01-03 06:43:42','2021-01-03 01:43:42'),
(30870,14454,'action created','2021-01-03 06:43:42','2021-01-03 01:43:42'),
(30871,14454,'action started via WP Cron','2021-01-03 06:44:57','2021-01-03 01:44:57'),
(30872,14454,'action complete via WP Cron','2021-01-03 06:44:57','2021-01-03 01:44:57'),
(30873,14455,'action created','2021-01-03 06:44:57','2021-01-03 01:44:57'),
(30874,14455,'action started via WP Cron','2021-01-03 06:45:31','2021-01-03 01:45:31'),
(30875,14455,'action complete via WP Cron','2021-01-03 06:45:31','2021-01-03 01:45:31'),
(30876,14456,'action created','2021-01-03 06:45:31','2021-01-03 01:45:31'),
(30877,14456,'action started via WP Cron','2021-01-03 06:46:14','2021-01-03 01:46:14'),
(30878,14456,'action complete via WP Cron','2021-01-03 06:46:14','2021-01-03 01:46:14'),
(30879,14457,'action created','2021-01-03 06:46:14','2021-01-03 01:46:14'),
(30880,14457,'action started via WP Cron','2021-01-03 06:47:44','2021-01-03 01:47:44'),
(30881,14457,'action complete via WP Cron','2021-01-03 06:47:44','2021-01-03 01:47:44'),
(30882,14458,'action created','2021-01-03 06:47:44','2021-01-03 01:47:44'),
(30883,14458,'action started via WP Cron','2021-01-03 06:48:39','2021-01-03 01:48:39'),
(30884,14458,'action complete via WP Cron','2021-01-03 06:48:39','2021-01-03 01:48:39'),
(30885,14459,'action created','2021-01-03 06:48:39','2021-01-03 01:48:39'),
(30886,14459,'action started via WP Cron','2021-01-03 06:50:13','2021-01-03 01:50:13'),
(30887,14459,'action complete via WP Cron','2021-01-03 06:50:13','2021-01-03 01:50:13'),
(30888,14460,'action created','2021-01-03 06:50:13','2021-01-03 01:50:13'),
(30889,14460,'action started via WP Cron','2021-01-03 06:51:42','2021-01-03 01:51:42'),
(30890,14460,'action complete via WP Cron','2021-01-03 06:51:42','2021-01-03 01:51:42'),
(30891,14461,'action created','2021-01-03 06:51:42','2021-01-03 01:51:42'),
(30892,14461,'action started via WP Cron','2021-01-03 06:52:30','2021-01-03 01:52:30'),
(30893,14461,'action complete via WP Cron','2021-01-03 06:52:30','2021-01-03 01:52:30'),
(30894,14462,'action created','2021-01-03 06:52:31','2021-01-03 01:52:31'),
(30895,14462,'action started via WP Cron','2021-01-03 06:54:06','2021-01-03 01:54:06'),
(30896,14462,'action complete via WP Cron','2021-01-03 06:54:06','2021-01-03 01:54:06'),
(30897,14463,'action created','2021-01-03 06:54:06','2021-01-03 01:54:06'),
(30898,14463,'action started via WP Cron','2021-01-03 06:54:26','2021-01-03 01:54:26'),
(30899,14463,'action complete via WP Cron','2021-01-03 06:54:26','2021-01-03 01:54:26'),
(30900,14464,'action created','2021-01-03 06:54:27','2021-01-03 01:54:27'),
(30901,14464,'action started via WP Cron','2021-01-03 06:55:18','2021-01-03 01:55:18'),
(30902,14464,'action complete via WP Cron','2021-01-03 06:55:18','2021-01-03 01:55:18'),
(30903,14465,'action created','2021-01-03 06:55:18','2021-01-03 01:55:18'),
(30904,14465,'action started via WP Cron','2021-01-03 06:59:10','2021-01-03 01:59:10'),
(30905,14465,'action complete via WP Cron','2021-01-03 06:59:10','2021-01-03 01:59:10'),
(30906,14466,'action created','2021-01-03 06:59:10','2021-01-03 01:59:10'),
(30907,14466,'action started via WP Cron','2021-01-03 07:02:09','2021-01-03 02:02:09'),
(30908,14466,'action complete via WP Cron','2021-01-03 07:02:09','2021-01-03 02:02:09'),
(30909,14467,'action created','2021-01-03 07:02:09','2021-01-03 02:02:09'),
(30910,14467,'action started via WP Cron','2021-01-03 07:03:12','2021-01-03 02:03:12'),
(30911,14467,'action complete via WP Cron','2021-01-03 07:03:12','2021-01-03 02:03:12'),
(30912,14468,'action created','2021-01-03 07:03:12','2021-01-03 02:03:12'),
(30913,14468,'action started via WP Cron','2021-01-03 07:04:11','2021-01-03 02:04:11'),
(30914,14468,'action complete via WP Cron','2021-01-03 07:04:11','2021-01-03 02:04:11'),
(30915,14469,'action created','2021-01-03 07:04:12','2021-01-03 02:04:12'),
(30916,14469,'action started via WP Cron','2021-01-03 07:05:54','2021-01-03 02:05:54'),
(30917,14469,'action complete via WP Cron','2021-01-03 07:05:54','2021-01-03 02:05:54'),
(30918,14470,'action created','2021-01-03 07:05:54','2021-01-03 02:05:54'),
(30919,14470,'action started via WP Cron','2021-01-03 07:07:33','2021-01-03 02:07:33'),
(30920,14470,'action complete via WP Cron','2021-01-03 07:07:33','2021-01-03 02:07:33'),
(30921,14471,'action created','2021-01-03 07:07:33','2021-01-03 02:07:33'),
(30922,14471,'action started via WP Cron','2021-01-03 07:08:20','2021-01-03 02:08:20'),
(30923,14471,'action complete via WP Cron','2021-01-03 07:08:20','2021-01-03 02:08:20'),
(30924,14472,'action created','2021-01-03 07:08:20','2021-01-03 02:08:20'),
(30925,14472,'action started via WP Cron','2021-01-03 07:09:29','2021-01-03 02:09:29'),
(30926,14472,'action complete via WP Cron','2021-01-03 07:09:29','2021-01-03 02:09:29'),
(30927,14473,'action created','2021-01-03 07:09:29','2021-01-03 02:09:29'),
(30928,14473,'action started via WP Cron','2021-01-03 07:10:22','2021-01-03 02:10:22'),
(30929,14473,'action complete via WP Cron','2021-01-03 07:10:22','2021-01-03 02:10:22'),
(30930,14474,'action created','2021-01-03 07:10:22','2021-01-03 02:10:22'),
(30931,14474,'action started via WP Cron','2021-01-03 07:11:32','2021-01-03 02:11:32'),
(30932,14474,'action complete via WP Cron','2021-01-03 07:11:32','2021-01-03 02:11:32'),
(30933,14475,'action created','2021-01-03 07:11:32','2021-01-03 02:11:32'),
(30934,14475,'action started via WP Cron','2021-01-03 07:12:23','2021-01-03 02:12:23'),
(30935,14475,'action complete via WP Cron','2021-01-03 07:12:23','2021-01-03 02:12:23'),
(30936,14476,'action created','2021-01-03 07:12:23','2021-01-03 02:12:23'),
(30937,14476,'action started via WP Cron','2021-01-03 07:13:42','2021-01-03 02:13:42'),
(30938,14476,'action complete via WP Cron','2021-01-03 07:13:43','2021-01-03 02:13:43'),
(30939,14477,'action created','2021-01-03 07:13:43','2021-01-03 02:13:43'),
(30940,14477,'action started via WP Cron','2021-01-03 07:16:02','2021-01-03 02:16:02'),
(30941,14477,'action complete via WP Cron','2021-01-03 07:16:02','2021-01-03 02:16:02'),
(30942,14478,'action created','2021-01-03 07:16:02','2021-01-03 02:16:02'),
(30943,14478,'action started via WP Cron','2021-01-03 07:17:35','2021-01-03 02:17:35'),
(30944,14478,'action complete via WP Cron','2021-01-03 07:17:35','2021-01-03 02:17:35'),
(30945,14479,'action created','2021-01-03 07:17:35','2021-01-03 02:17:35'),
(30946,14479,'action started via WP Cron','2021-01-03 07:19:03','2021-01-03 02:19:03'),
(30947,14479,'action complete via WP Cron','2021-01-03 07:19:03','2021-01-03 02:19:03'),
(30948,14480,'action created','2021-01-03 07:19:03','2021-01-03 02:19:03'),
(30949,14480,'action started via WP Cron','2021-01-03 07:19:29','2021-01-03 02:19:29'),
(30950,14480,'action complete via WP Cron','2021-01-03 07:19:29','2021-01-03 02:19:29'),
(30951,14481,'action created','2021-01-03 07:19:30','2021-01-03 02:19:30'),
(30952,14481,'action started via WP Cron','2021-01-03 07:21:38','2021-01-03 02:21:38'),
(30953,14481,'action complete via WP Cron','2021-01-03 07:21:38','2021-01-03 02:21:38'),
(30954,14482,'action created','2021-01-03 07:21:38','2021-01-03 02:21:38'),
(30955,14482,'action started via WP Cron','2021-01-03 07:26:19','2021-01-03 02:26:19'),
(30956,14482,'action complete via WP Cron','2021-01-03 07:26:19','2021-01-03 02:26:19'),
(30957,14483,'action created','2021-01-03 07:26:19','2021-01-03 02:26:19'),
(30958,14483,'action started via WP Cron','2021-01-03 07:31:30','2021-01-03 02:31:30'),
(30959,14483,'action complete via WP Cron','2021-01-03 07:31:30','2021-01-03 02:31:30'),
(30960,14484,'action created','2021-01-03 07:31:30','2021-01-03 02:31:30'),
(30961,14484,'action started via WP Cron','2021-01-03 07:34:27','2021-01-03 02:34:27'),
(30962,14484,'action complete via WP Cron','2021-01-03 07:34:27','2021-01-03 02:34:27'),
(30963,14485,'action created','2021-01-03 07:34:27','2021-01-03 02:34:27'),
(30964,14485,'action started via WP Cron','2021-01-03 07:37:02','2021-01-03 02:37:02'),
(30965,14485,'action complete via WP Cron','2021-01-03 07:37:02','2021-01-03 02:37:02'),
(30966,14486,'action created','2021-01-03 07:37:02','2021-01-03 02:37:02'),
(30967,14486,'action started via WP Cron','2021-01-03 07:37:14','2021-01-03 02:37:14'),
(30968,14486,'action complete via WP Cron','2021-01-03 07:37:14','2021-01-03 02:37:14'),
(30969,14487,'action created','2021-01-03 07:37:14','2021-01-03 02:37:14'),
(30970,14487,'action started via WP Cron','2021-01-03 07:39:03','2021-01-03 02:39:03'),
(30971,14487,'action complete via WP Cron','2021-01-03 07:39:03','2021-01-03 02:39:03'),
(30972,14488,'action created','2021-01-03 07:39:03','2021-01-03 02:39:03'),
(30973,14488,'action started via WP Cron','2021-01-03 07:39:26','2021-01-03 02:39:26'),
(30974,14488,'action complete via WP Cron','2021-01-03 07:39:26','2021-01-03 02:39:26'),
(30975,14489,'action created','2021-01-03 07:39:26','2021-01-03 02:39:26'),
(30976,14489,'action started via WP Cron','2021-01-03 07:40:46','2021-01-03 02:40:46'),
(30977,14489,'action complete via WP Cron','2021-01-03 07:40:46','2021-01-03 02:40:46'),
(30978,14490,'action created','2021-01-03 07:40:46','2021-01-03 02:40:46'),
(30979,14490,'action started via WP Cron','2021-01-03 07:44:49','2021-01-03 02:44:49'),
(30980,14490,'action complete via WP Cron','2021-01-03 07:44:49','2021-01-03 02:44:49'),
(30981,14491,'action created','2021-01-03 07:44:49','2021-01-03 02:44:49'),
(30982,14491,'action started via WP Cron','2021-01-03 07:45:52','2021-01-03 02:45:52'),
(30983,14491,'action complete via WP Cron','2021-01-03 07:45:52','2021-01-03 02:45:52'),
(30984,14492,'action created','2021-01-03 07:45:52','2021-01-03 02:45:52'),
(30985,14492,'action started via WP Cron','2021-01-03 07:46:12','2021-01-03 02:46:12'),
(30986,14492,'action complete via WP Cron','2021-01-03 07:46:12','2021-01-03 02:46:12'),
(30987,14493,'action created','2021-01-03 07:46:12','2021-01-03 02:46:12'),
(30988,14493,'action started via WP Cron','2021-01-03 07:47:45','2021-01-03 02:47:45'),
(30989,14493,'action complete via WP Cron','2021-01-03 07:47:45','2021-01-03 02:47:45'),
(30990,14494,'action created','2021-01-03 07:47:45','2021-01-03 02:47:45'),
(30991,14494,'action started via WP Cron','2021-01-03 07:52:02','2021-01-03 02:52:02'),
(30992,14494,'action complete via WP Cron','2021-01-03 07:52:02','2021-01-03 02:52:02'),
(30993,14495,'action created','2021-01-03 07:52:02','2021-01-03 02:52:02'),
(30994,14495,'action started via WP Cron','2021-01-03 07:52:28','2021-01-03 02:52:28'),
(30995,14495,'action complete via WP Cron','2021-01-03 07:52:28','2021-01-03 02:52:28'),
(30996,14496,'action created','2021-01-03 07:52:28','2021-01-03 02:52:28'),
(30997,14496,'action started via WP Cron','2021-01-03 07:57:00','2021-01-03 02:57:00'),
(30998,14496,'action complete via WP Cron','2021-01-03 07:57:00','2021-01-03 02:57:00'),
(30999,14497,'action created','2021-01-03 07:57:00','2021-01-03 02:57:00'),
(31000,14497,'action started via WP Cron','2021-01-03 07:57:45','2021-01-03 02:57:45'),
(31001,14497,'action complete via WP Cron','2021-01-03 07:57:45','2021-01-03 02:57:45'),
(31002,14498,'action created','2021-01-03 07:57:45','2021-01-03 02:57:45'),
(31003,14498,'action started via WP Cron','2021-01-03 07:58:19','2021-01-03 02:58:19'),
(31004,14498,'action complete via WP Cron','2021-01-03 07:58:19','2021-01-03 02:58:19'),
(31005,14499,'action created','2021-01-03 07:58:19','2021-01-03 02:58:19'),
(31006,14499,'action started via WP Cron','2021-01-03 07:59:27','2021-01-03 02:59:27'),
(31007,14499,'action complete via WP Cron','2021-01-03 07:59:27','2021-01-03 02:59:27'),
(31008,14500,'action created','2021-01-03 07:59:27','2021-01-03 02:59:27'),
(31009,14500,'action started via WP Cron','2021-01-03 08:00:19','2021-01-03 03:00:19'),
(31010,14500,'action complete via WP Cron','2021-01-03 08:00:19','2021-01-03 03:00:19'),
(31011,14501,'action created','2021-01-03 08:00:19','2021-01-03 03:00:19'),
(31012,14501,'action started via WP Cron','2021-01-03 08:02:47','2021-01-03 03:02:47'),
(31013,14501,'action complete via WP Cron','2021-01-03 08:02:47','2021-01-03 03:02:47'),
(31014,14502,'action created','2021-01-03 08:02:47','2021-01-03 03:02:47'),
(31015,14502,'action started via WP Cron','2021-01-03 08:03:12','2021-01-03 03:03:12'),
(31016,14502,'action complete via WP Cron','2021-01-03 08:03:12','2021-01-03 03:03:12'),
(31017,14503,'action created','2021-01-03 08:03:12','2021-01-03 03:03:12'),
(31018,14503,'action started via WP Cron','2021-01-03 08:04:26','2021-01-03 03:04:26'),
(31019,14503,'action complete via WP Cron','2021-01-03 08:04:26','2021-01-03 03:04:26'),
(31020,14504,'action created','2021-01-03 08:04:26','2021-01-03 03:04:26'),
(31021,14504,'action started via WP Cron','2021-01-03 08:05:31','2021-01-03 03:05:31'),
(31022,14504,'action complete via WP Cron','2021-01-03 08:05:31','2021-01-03 03:05:31'),
(31023,14505,'action created','2021-01-03 08:05:31','2021-01-03 03:05:31'),
(31024,14505,'action started via WP Cron','2021-01-03 08:06:18','2021-01-03 03:06:18'),
(31025,14505,'action complete via WP Cron','2021-01-03 08:06:18','2021-01-03 03:06:18'),
(31026,14506,'action created','2021-01-03 08:06:18','2021-01-03 03:06:18'),
(31027,14506,'action started via WP Cron','2021-01-03 08:09:17','2021-01-03 03:09:17'),
(31028,14506,'action complete via WP Cron','2021-01-03 08:09:17','2021-01-03 03:09:17'),
(31029,14507,'action created','2021-01-03 08:09:17','2021-01-03 03:09:17'),
(31030,14507,'action started via WP Cron','2021-01-03 08:10:49','2021-01-03 03:10:49'),
(31031,14507,'action complete via WP Cron','2021-01-03 08:10:49','2021-01-03 03:10:49'),
(31032,14508,'action created','2021-01-03 08:10:49','2021-01-03 03:10:49'),
(31033,14508,'action started via WP Cron','2021-01-03 08:11:42','2021-01-03 03:11:42'),
(31034,14508,'action complete via WP Cron','2021-01-03 08:11:42','2021-01-03 03:11:42'),
(31035,14509,'action created','2021-01-03 08:11:42','2021-01-03 03:11:42'),
(31036,14509,'action started via WP Cron','2021-01-03 08:14:54','2021-01-03 03:14:54'),
(31037,14509,'action complete via WP Cron','2021-01-03 08:14:54','2021-01-03 03:14:54'),
(31038,14510,'action created','2021-01-03 08:14:54','2021-01-03 03:14:54'),
(31039,14510,'action started via WP Cron','2021-01-03 08:15:54','2021-01-03 03:15:54'),
(31040,14510,'action complete via WP Cron','2021-01-03 08:15:54','2021-01-03 03:15:54'),
(31041,14511,'action created','2021-01-03 08:15:55','2021-01-03 03:15:55'),
(31042,14511,'action started via WP Cron','2021-01-03 08:16:13','2021-01-03 03:16:13'),
(31043,14511,'action complete via WP Cron','2021-01-03 08:16:13','2021-01-03 03:16:13'),
(31044,14512,'action created','2021-01-03 08:16:13','2021-01-03 03:16:13'),
(31045,14512,'action started via WP Cron','2021-01-03 08:17:19','2021-01-03 03:17:19'),
(31046,14512,'action complete via WP Cron','2021-01-03 08:17:19','2021-01-03 03:17:19'),
(31047,14513,'action created','2021-01-03 08:17:19','2021-01-03 03:17:19'),
(31048,14513,'action started via WP Cron','2021-01-03 08:18:21','2021-01-03 03:18:21'),
(31049,14513,'action complete via WP Cron','2021-01-03 08:18:21','2021-01-03 03:18:21'),
(31050,14514,'action created','2021-01-03 08:18:21','2021-01-03 03:18:21'),
(31051,14514,'action started via WP Cron','2021-01-03 08:19:16','2021-01-03 03:19:16'),
(31052,14514,'action complete via WP Cron','2021-01-03 08:19:16','2021-01-03 03:19:16'),
(31053,14515,'action created','2021-01-03 08:19:16','2021-01-03 03:19:16'),
(31054,14515,'action started via WP Cron','2021-01-03 08:20:18','2021-01-03 03:20:18'),
(31055,14515,'action complete via WP Cron','2021-01-03 08:20:18','2021-01-03 03:20:18'),
(31056,14516,'action created','2021-01-03 08:20:18','2021-01-03 03:20:18'),
(31057,14516,'action started via WP Cron','2021-01-03 08:23:11','2021-01-03 03:23:11'),
(31058,14516,'action complete via WP Cron','2021-01-03 08:23:11','2021-01-03 03:23:11'),
(31059,14517,'action created','2021-01-03 08:23:11','2021-01-03 03:23:11'),
(31060,14517,'action started via WP Cron','2021-01-03 08:26:54','2021-01-03 03:26:54'),
(31061,14517,'action complete via WP Cron','2021-01-03 08:26:54','2021-01-03 03:26:54'),
(31062,14518,'action created','2021-01-03 08:26:54','2021-01-03 03:26:54'),
(31063,14518,'action started via WP Cron','2021-01-03 08:27:21','2021-01-03 03:27:21'),
(31064,14518,'action complete via WP Cron','2021-01-03 08:27:21','2021-01-03 03:27:21'),
(31065,14519,'action created','2021-01-03 08:27:21','2021-01-03 03:27:21'),
(31066,14519,'action started via WP Cron','2021-01-03 08:28:14','2021-01-03 03:28:14'),
(31067,14519,'action complete via WP Cron','2021-01-03 08:28:14','2021-01-03 03:28:14'),
(31068,14520,'action created','2021-01-03 08:28:14','2021-01-03 03:28:14'),
(31069,14520,'action started via WP Cron','2021-01-03 08:29:27','2021-01-03 03:29:27'),
(31070,14520,'action complete via WP Cron','2021-01-03 08:29:27','2021-01-03 03:29:27'),
(31071,14521,'action created','2021-01-03 08:29:27','2021-01-03 03:29:27'),
(31072,14521,'action started via WP Cron','2021-01-03 08:31:22','2021-01-03 03:31:22'),
(31073,14521,'action complete via WP Cron','2021-01-03 08:31:22','2021-01-03 03:31:22'),
(31074,14522,'action created','2021-01-03 08:31:22','2021-01-03 03:31:22'),
(31075,14522,'action started via WP Cron','2021-01-03 08:32:12','2021-01-03 03:32:12'),
(31076,14522,'action complete via WP Cron','2021-01-03 08:32:12','2021-01-03 03:32:12'),
(31077,14523,'action created','2021-01-03 08:32:12','2021-01-03 03:32:12'),
(31078,14523,'action started via WP Cron','2021-01-03 08:34:20','2021-01-03 03:34:20'),
(31079,14523,'action complete via WP Cron','2021-01-03 08:34:20','2021-01-03 03:34:20'),
(31080,14524,'action created','2021-01-03 08:34:20','2021-01-03 03:34:20'),
(31081,14524,'action started via WP Cron','2021-01-03 08:36:55','2021-01-03 03:36:55'),
(31082,14524,'action complete via WP Cron','2021-01-03 08:36:55','2021-01-03 03:36:55'),
(31083,14525,'action created','2021-01-03 08:36:55','2021-01-03 03:36:55'),
(31084,14525,'action started via WP Cron','2021-01-03 08:37:32','2021-01-03 03:37:32'),
(31085,14525,'action complete via WP Cron','2021-01-03 08:37:32','2021-01-03 03:37:32'),
(31086,14526,'action created','2021-01-03 08:37:32','2021-01-03 03:37:32'),
(31087,14526,'action started via WP Cron','2021-01-03 08:38:51','2021-01-03 03:38:51'),
(31088,14526,'action complete via WP Cron','2021-01-03 08:38:51','2021-01-03 03:38:51'),
(31089,14527,'action created','2021-01-03 08:38:51','2021-01-03 03:38:51'),
(31090,14527,'action started via WP Cron','2021-01-03 08:39:12','2021-01-03 03:39:12'),
(31091,14527,'action complete via WP Cron','2021-01-03 08:39:12','2021-01-03 03:39:12'),
(31092,14528,'action created','2021-01-03 08:39:12','2021-01-03 03:39:12'),
(31093,14528,'action started via WP Cron','2021-01-03 08:40:22','2021-01-03 03:40:22'),
(31094,14528,'action complete via WP Cron','2021-01-03 08:40:22','2021-01-03 03:40:22'),
(31095,14529,'action created','2021-01-03 08:40:22','2021-01-03 03:40:22'),
(31096,14529,'action started via WP Cron','2021-01-03 08:43:31','2021-01-03 03:43:31'),
(31097,14529,'action complete via WP Cron','2021-01-03 08:43:31','2021-01-03 03:43:31'),
(31098,14530,'action created','2021-01-03 08:43:31','2021-01-03 03:43:31'),
(31099,14530,'action started via WP Cron','2021-01-03 08:46:01','2021-01-03 03:46:01'),
(31100,14530,'action complete via WP Cron','2021-01-03 08:46:01','2021-01-03 03:46:01'),
(31101,14531,'action created','2021-01-03 08:46:01','2021-01-03 03:46:01'),
(31102,14531,'action started via WP Cron','2021-01-03 08:46:16','2021-01-03 03:46:16'),
(31103,14531,'action complete via WP Cron','2021-01-03 08:46:16','2021-01-03 03:46:16'),
(31104,14532,'action created','2021-01-03 08:46:16','2021-01-03 03:46:16'),
(31105,14532,'action started via WP Cron','2021-01-03 08:47:23','2021-01-03 03:47:23'),
(31106,14532,'action complete via WP Cron','2021-01-03 08:47:23','2021-01-03 03:47:23'),
(31107,14533,'action created','2021-01-03 08:47:23','2021-01-03 03:47:23'),
(31108,14533,'action started via WP Cron','2021-01-03 08:49:06','2021-01-03 03:49:06'),
(31109,14533,'action complete via WP Cron','2021-01-03 08:49:06','2021-01-03 03:49:06'),
(31110,14534,'action created','2021-01-03 08:49:06','2021-01-03 03:49:06'),
(31111,14534,'action started via WP Cron','2021-01-03 08:51:28','2021-01-03 03:51:28'),
(31112,14534,'action complete via WP Cron','2021-01-03 08:51:28','2021-01-03 03:51:28'),
(31113,14535,'action created','2021-01-03 08:51:28','2021-01-03 03:51:28'),
(31114,14535,'action started via WP Cron','2021-01-03 08:54:57','2021-01-03 03:54:57'),
(31115,14535,'action complete via WP Cron','2021-01-03 08:54:57','2021-01-03 03:54:57'),
(31116,14536,'action created','2021-01-03 08:54:57','2021-01-03 03:54:57'),
(31117,14536,'action started via WP Cron','2021-01-03 08:57:28','2021-01-03 03:57:28'),
(31118,14536,'action complete via WP Cron','2021-01-03 08:57:28','2021-01-03 03:57:28'),
(31119,14537,'action created','2021-01-03 08:57:28','2021-01-03 03:57:28'),
(31120,14537,'action started via WP Cron','2021-01-03 08:59:57','2021-01-03 03:59:57'),
(31121,14537,'action complete via WP Cron','2021-01-03 08:59:57','2021-01-03 03:59:57'),
(31122,14538,'action created','2021-01-03 08:59:57','2021-01-03 03:59:57'),
(31123,14538,'action started via WP Cron','2021-01-03 09:00:46','2021-01-03 04:00:46'),
(31124,14538,'action complete via WP Cron','2021-01-03 09:00:46','2021-01-03 04:00:46'),
(31125,14539,'action created','2021-01-03 09:00:46','2021-01-03 04:00:46'),
(31126,14539,'action started via WP Cron','2021-01-03 09:01:58','2021-01-03 04:01:58'),
(31127,14539,'action complete via WP Cron','2021-01-03 09:01:58','2021-01-03 04:01:58'),
(31128,14540,'action created','2021-01-03 09:01:58','2021-01-03 04:01:58'),
(31129,14540,'action started via WP Cron','2021-01-03 09:02:24','2021-01-03 04:02:24'),
(31130,14540,'action complete via WP Cron','2021-01-03 09:02:24','2021-01-03 04:02:24'),
(31131,14541,'action created','2021-01-03 09:02:24','2021-01-03 04:02:24'),
(31132,14541,'action started via WP Cron','2021-01-03 09:04:34','2021-01-03 04:04:34'),
(31133,14541,'action complete via WP Cron','2021-01-03 09:04:34','2021-01-03 04:04:34'),
(31134,14542,'action created','2021-01-03 09:04:34','2021-01-03 04:04:34'),
(31135,14542,'action started via WP Cron','2021-01-03 09:06:40','2021-01-03 04:06:40'),
(31136,14542,'action complete via WP Cron','2021-01-03 09:06:40','2021-01-03 04:06:40'),
(31137,14543,'action created','2021-01-03 09:06:40','2021-01-03 04:06:40'),
(31138,14543,'action started via WP Cron','2021-01-03 09:07:32','2021-01-03 04:07:32'),
(31139,14543,'action complete via WP Cron','2021-01-03 09:07:32','2021-01-03 04:07:32'),
(31140,14544,'action created','2021-01-03 09:07:32','2021-01-03 04:07:32'),
(31141,14544,'action started via WP Cron','2021-01-03 09:08:12','2021-01-03 04:08:12'),
(31142,14544,'action complete via WP Cron','2021-01-03 09:08:12','2021-01-03 04:08:12'),
(31143,14545,'action created','2021-01-03 09:08:12','2021-01-03 04:08:12'),
(31144,14545,'action started via WP Cron','2021-01-03 09:09:31','2021-01-03 04:09:31'),
(31145,14545,'action complete via WP Cron','2021-01-03 09:09:31','2021-01-03 04:09:31'),
(31146,14546,'action created','2021-01-03 09:09:31','2021-01-03 04:09:31'),
(31147,14546,'action started via WP Cron','2021-01-03 09:13:59','2021-01-03 04:13:59'),
(31148,14546,'action complete via WP Cron','2021-01-03 09:13:59','2021-01-03 04:13:59'),
(31149,14547,'action created','2021-01-03 09:13:59','2021-01-03 04:13:59'),
(31150,14547,'action started via WP Cron','2021-01-03 09:18:54','2021-01-03 04:18:54'),
(31151,14547,'action complete via WP Cron','2021-01-03 09:18:55','2021-01-03 04:18:55'),
(31152,14548,'action created','2021-01-03 09:18:55','2021-01-03 04:18:55'),
(31153,14548,'action started via WP Cron','2021-01-03 09:19:51','2021-01-03 04:19:51'),
(31154,14548,'action complete via WP Cron','2021-01-03 09:19:51','2021-01-03 04:19:51'),
(31155,14549,'action created','2021-01-03 09:19:51','2021-01-03 04:19:51'),
(31156,14549,'action started via WP Cron','2021-01-03 09:23:53','2021-01-03 04:23:53'),
(31157,14549,'action complete via WP Cron','2021-01-03 09:23:53','2021-01-03 04:23:53'),
(31158,14550,'action created','2021-01-03 09:23:53','2021-01-03 04:23:53'),
(31159,14550,'action started via WP Cron','2021-01-03 09:24:30','2021-01-03 04:24:30'),
(31160,14550,'action complete via WP Cron','2021-01-03 09:24:30','2021-01-03 04:24:30'),
(31161,14551,'action created','2021-01-03 09:24:30','2021-01-03 04:24:30'),
(31162,14551,'action started via WP Cron','2021-01-03 09:25:40','2021-01-03 04:25:40'),
(31163,14551,'action complete via WP Cron','2021-01-03 09:25:40','2021-01-03 04:25:40'),
(31164,14552,'action created','2021-01-03 09:25:40','2021-01-03 04:25:40'),
(31165,14552,'action started via WP Cron','2021-01-03 09:30:58','2021-01-03 04:30:58'),
(31166,14552,'action complete via WP Cron','2021-01-03 09:30:58','2021-01-03 04:30:58'),
(31167,14553,'action created','2021-01-03 09:30:58','2021-01-03 04:30:58'),
(31168,14553,'action started via WP Cron','2021-01-03 09:33:58','2021-01-03 04:33:58'),
(31169,14553,'action complete via WP Cron','2021-01-03 09:33:58','2021-01-03 04:33:58'),
(31170,14554,'action created','2021-01-03 09:33:59','2021-01-03 04:33:59'),
(31171,14554,'action started via WP Cron','2021-01-03 09:35:48','2021-01-03 04:35:48'),
(31172,14554,'action complete via WP Cron','2021-01-03 09:35:48','2021-01-03 04:35:48'),
(31173,14555,'action created','2021-01-03 09:35:48','2021-01-03 04:35:48'),
(31174,14555,'action started via WP Cron','2021-01-03 09:38:55','2021-01-03 04:38:55'),
(31175,14555,'action complete via WP Cron','2021-01-03 09:38:55','2021-01-03 04:38:55'),
(31176,14556,'action created','2021-01-03 09:38:56','2021-01-03 04:38:56'),
(31177,14556,'action started via WP Cron','2021-01-03 09:41:06','2021-01-03 04:41:06'),
(31178,14556,'action complete via WP Cron','2021-01-03 09:41:06','2021-01-03 04:41:06'),
(31179,14557,'action created','2021-01-03 09:41:06','2021-01-03 04:41:06'),
(31180,14557,'action started via WP Cron','2021-01-03 09:41:27','2021-01-03 04:41:27'),
(31181,14557,'action complete via WP Cron','2021-01-03 09:41:27','2021-01-03 04:41:27'),
(31182,14558,'action created','2021-01-03 09:41:27','2021-01-03 04:41:27'),
(31183,14558,'action started via WP Cron','2021-01-03 09:42:18','2021-01-03 04:42:18'),
(31184,14558,'action complete via WP Cron','2021-01-03 09:42:18','2021-01-03 04:42:18'),
(31185,14559,'action created','2021-01-03 09:42:18','2021-01-03 04:42:18'),
(31186,14559,'action started via WP Cron','2021-01-03 09:43:18','2021-01-03 04:43:18'),
(31187,14559,'action complete via WP Cron','2021-01-03 09:43:18','2021-01-03 04:43:18'),
(31188,14560,'action created','2021-01-03 09:43:18','2021-01-03 04:43:18'),
(31189,14560,'action started via WP Cron','2021-01-03 09:44:16','2021-01-03 04:44:16'),
(31190,14560,'action complete via WP Cron','2021-01-03 09:44:16','2021-01-03 04:44:16'),
(31191,14561,'action created','2021-01-03 09:44:16','2021-01-03 04:44:16'),
(31192,14561,'action started via WP Cron','2021-01-03 09:45:12','2021-01-03 04:45:12'),
(31193,14561,'action complete via WP Cron','2021-01-03 09:45:12','2021-01-03 04:45:12'),
(31194,14562,'action created','2021-01-03 09:45:12','2021-01-03 04:45:12'),
(31195,14562,'action started via WP Cron','2021-01-03 09:46:33','2021-01-03 04:46:33'),
(31196,14562,'action complete via WP Cron','2021-01-03 09:46:33','2021-01-03 04:46:33'),
(31197,14563,'action created','2021-01-03 09:46:33','2021-01-03 04:46:33'),
(31198,14563,'action started via WP Cron','2021-01-03 09:47:32','2021-01-03 04:47:32'),
(31199,14563,'action complete via WP Cron','2021-01-03 09:47:32','2021-01-03 04:47:32'),
(31200,14564,'action created','2021-01-03 09:47:32','2021-01-03 04:47:32'),
(31201,14564,'action started via WP Cron','2021-01-03 09:48:21','2021-01-03 04:48:21'),
(31202,14564,'action complete via WP Cron','2021-01-03 09:48:21','2021-01-03 04:48:21'),
(31203,14565,'action created','2021-01-03 09:48:21','2021-01-03 04:48:21'),
(31204,14565,'action started via WP Cron','2021-01-03 09:49:47','2021-01-03 04:49:47'),
(31205,14565,'action complete via WP Cron','2021-01-03 09:49:47','2021-01-03 04:49:47'),
(31206,14566,'action created','2021-01-03 09:49:47','2021-01-03 04:49:47'),
(31207,14566,'action started via WP Cron','2021-01-03 09:51:03','2021-01-03 04:51:03'),
(31208,14566,'action complete via WP Cron','2021-01-03 09:51:03','2021-01-03 04:51:03'),
(31209,14567,'action created','2021-01-03 09:51:03','2021-01-03 04:51:03'),
(31210,14567,'action started via WP Cron','2021-01-03 09:51:21','2021-01-03 04:51:21'),
(31211,14567,'action complete via WP Cron','2021-01-03 09:51:21','2021-01-03 04:51:21'),
(31212,14568,'action created','2021-01-03 09:51:21','2021-01-03 04:51:21'),
(31213,14568,'action started via WP Cron','2021-01-03 09:53:05','2021-01-03 04:53:05'),
(31214,14568,'action complete via WP Cron','2021-01-03 09:53:05','2021-01-03 04:53:05'),
(31215,14569,'action created','2021-01-03 09:53:05','2021-01-03 04:53:05'),
(31216,14569,'action started via WP Cron','2021-01-03 09:53:46','2021-01-03 04:53:46'),
(31217,14569,'action complete via WP Cron','2021-01-03 09:53:46','2021-01-03 04:53:46'),
(31218,14570,'action created','2021-01-03 09:53:46','2021-01-03 04:53:46'),
(31219,14570,'action started via WP Cron','2021-01-03 09:55:23','2021-01-03 04:55:23'),
(31220,14570,'action complete via WP Cron','2021-01-03 09:55:23','2021-01-03 04:55:23'),
(31221,14571,'action created','2021-01-03 09:55:23','2021-01-03 04:55:23'),
(31222,14571,'action started via WP Cron','2021-01-03 09:56:12','2021-01-03 04:56:12'),
(31223,14571,'action complete via WP Cron','2021-01-03 09:56:12','2021-01-03 04:56:12'),
(31224,14572,'action created','2021-01-03 09:56:12','2021-01-03 04:56:12'),
(31225,14572,'action started via WP Cron','2021-01-03 09:57:11','2021-01-03 04:57:11'),
(31226,14572,'action complete via WP Cron','2021-01-03 09:57:11','2021-01-03 04:57:11'),
(31227,14573,'action created','2021-01-03 09:57:11','2021-01-03 04:57:11'),
(31228,14573,'action started via WP Cron','2021-01-03 09:58:21','2021-01-03 04:58:21'),
(31229,14573,'action complete via WP Cron','2021-01-03 09:58:21','2021-01-03 04:58:21'),
(31230,14574,'action created','2021-01-03 09:58:21','2021-01-03 04:58:21'),
(31231,14574,'action started via WP Cron','2021-01-03 09:59:52','2021-01-03 04:59:52'),
(31232,14574,'action complete via WP Cron','2021-01-03 09:59:52','2021-01-03 04:59:52'),
(31233,14575,'action created','2021-01-03 09:59:52','2021-01-03 04:59:52'),
(31234,14575,'action started via WP Cron','2021-01-03 10:00:20','2021-01-03 05:00:20'),
(31235,14575,'action complete via WP Cron','2021-01-03 10:00:20','2021-01-03 05:00:20'),
(31236,14576,'action created','2021-01-03 10:00:20','2021-01-03 05:00:20'),
(31237,14576,'action started via WP Cron','2021-01-03 10:01:47','2021-01-03 05:01:47'),
(31238,14576,'action complete via WP Cron','2021-01-03 10:01:47','2021-01-03 05:01:47'),
(31239,14577,'action created','2021-01-03 10:01:47','2021-01-03 05:01:47'),
(31240,14577,'action started via WP Cron','2021-01-03 10:02:28','2021-01-03 05:02:28'),
(31241,14577,'action complete via WP Cron','2021-01-03 10:02:28','2021-01-03 05:02:28'),
(31242,14578,'action created','2021-01-03 10:02:28','2021-01-03 05:02:28'),
(31243,14578,'action started via WP Cron','2021-01-03 10:03:21','2021-01-03 05:03:21'),
(31244,14578,'action complete via WP Cron','2021-01-03 10:03:21','2021-01-03 05:03:21'),
(31245,14579,'action created','2021-01-03 10:03:21','2021-01-03 05:03:21'),
(31246,14579,'action started via WP Cron','2021-01-03 10:04:18','2021-01-03 05:04:18'),
(31247,14579,'action complete via WP Cron','2021-01-03 10:04:18','2021-01-03 05:04:18'),
(31248,14580,'action created','2021-01-03 10:04:18','2021-01-03 05:04:18'),
(31249,14580,'action started via WP Cron','2021-01-03 10:05:24','2021-01-03 05:05:24'),
(31250,14580,'action complete via WP Cron','2021-01-03 10:05:24','2021-01-03 05:05:24'),
(31251,14581,'action created','2021-01-03 10:05:44','2021-01-03 05:05:44'),
(31252,14581,'action started via WP Cron','2021-01-03 10:06:13','2021-01-03 05:06:13'),
(31253,14581,'action complete via WP Cron','2021-01-03 10:06:13','2021-01-03 05:06:13'),
(31254,14582,'action created','2021-01-03 10:06:13','2021-01-03 05:06:13'),
(31255,14582,'action started via WP Cron','2021-01-03 10:08:26','2021-01-03 05:08:26'),
(31256,14582,'action complete via WP Cron','2021-01-03 10:08:26','2021-01-03 05:08:26'),
(31257,14583,'action created','2021-01-03 10:08:26','2021-01-03 05:08:26'),
(31258,14583,'action started via WP Cron','2021-01-03 10:09:29','2021-01-03 05:09:29'),
(31259,14583,'action complete via WP Cron','2021-01-03 10:09:29','2021-01-03 05:09:29'),
(31260,14584,'action created','2021-01-03 10:09:29','2021-01-03 05:09:29'),
(31261,14584,'action started via WP Cron','2021-01-03 10:10:54','2021-01-03 05:10:54'),
(31262,14584,'action complete via WP Cron','2021-01-03 10:10:54','2021-01-03 05:10:54'),
(31263,14585,'action created','2021-01-03 10:10:54','2021-01-03 05:10:54'),
(31264,14585,'action started via WP Cron','2021-01-03 10:11:59','2021-01-03 05:11:59'),
(31265,14585,'action complete via WP Cron','2021-01-03 10:11:59','2021-01-03 05:11:59'),
(31266,14586,'action created','2021-01-03 10:11:59','2021-01-03 05:11:59'),
(31267,14586,'action started via WP Cron','2021-01-03 10:12:48','2021-01-03 05:12:48'),
(31268,14586,'action complete via WP Cron','2021-01-03 10:12:48','2021-01-03 05:12:48'),
(31269,14587,'action created','2021-01-03 10:12:48','2021-01-03 05:12:48'),
(31270,14587,'action started via WP Cron','2021-01-03 10:13:15','2021-01-03 05:13:15'),
(31271,14587,'action complete via WP Cron','2021-01-03 10:13:15','2021-01-03 05:13:15'),
(31272,14588,'action created','2021-01-03 10:13:15','2021-01-03 05:13:15'),
(31273,14588,'action started via WP Cron','2021-01-03 10:15:18','2021-01-03 05:15:18'),
(31274,14588,'action complete via WP Cron','2021-01-03 10:15:18','2021-01-03 05:15:18'),
(31275,14589,'action created','2021-01-03 10:15:18','2021-01-03 05:15:18'),
(31276,14589,'action started via WP Cron','2021-01-03 10:16:14','2021-01-03 05:16:14'),
(31277,14589,'action complete via WP Cron','2021-01-03 10:16:14','2021-01-03 05:16:14'),
(31278,14590,'action created','2021-01-03 10:16:14','2021-01-03 05:16:14'),
(31279,14590,'action started via WP Cron','2021-01-03 10:17:14','2021-01-03 05:17:14'),
(31280,14590,'action complete via WP Cron','2021-01-03 10:17:14','2021-01-03 05:17:14'),
(31281,14591,'action created','2021-01-03 10:17:14','2021-01-03 05:17:14'),
(31282,14591,'action started via WP Cron','2021-01-03 10:20:25','2021-01-03 05:20:25'),
(31283,14591,'action complete via WP Cron','2021-01-03 10:20:25','2021-01-03 05:20:25'),
(31284,14592,'action created','2021-01-03 10:20:25','2021-01-03 05:20:25'),
(31285,14592,'action started via WP Cron','2021-01-03 10:22:04','2021-01-03 05:22:04'),
(31286,14592,'action complete via WP Cron','2021-01-03 10:22:04','2021-01-03 05:22:04'),
(31287,14593,'action created','2021-01-03 10:22:04','2021-01-03 05:22:04'),
(31288,14593,'action started via WP Cron','2021-01-03 10:22:21','2021-01-03 05:22:21'),
(31289,14593,'action complete via WP Cron','2021-01-03 10:22:21','2021-01-03 05:22:21'),
(31290,14594,'action created','2021-01-03 10:22:21','2021-01-03 05:22:21'),
(31291,14594,'action started via WP Cron','2021-01-03 10:23:17','2021-01-03 05:23:17'),
(31292,14594,'action complete via WP Cron','2021-01-03 10:23:17','2021-01-03 05:23:17'),
(31293,14595,'action created','2021-01-03 10:23:17','2021-01-03 05:23:17'),
(31294,14595,'action started via WP Cron','2021-01-03 10:24:25','2021-01-03 05:24:25'),
(31295,14595,'action complete via WP Cron','2021-01-03 10:24:25','2021-01-03 05:24:25'),
(31296,14596,'action created','2021-01-03 10:24:25','2021-01-03 05:24:25'),
(31297,14596,'action started via WP Cron','2021-01-03 10:25:14','2021-01-03 05:25:14'),
(31298,14596,'action complete via WP Cron','2021-01-03 10:25:14','2021-01-03 05:25:14'),
(31299,14597,'action created','2021-01-03 10:25:14','2021-01-03 05:25:14'),
(31300,14597,'action started via WP Cron','2021-01-03 10:27:23','2021-01-03 05:27:23'),
(31301,14597,'action complete via WP Cron','2021-01-03 10:27:23','2021-01-03 05:27:23'),
(31302,14598,'action created','2021-01-03 10:27:23','2021-01-03 05:27:23'),
(31303,14598,'action started via WP Cron','2021-01-03 10:28:16','2021-01-03 05:28:16'),
(31304,14598,'action complete via WP Cron','2021-01-03 10:28:16','2021-01-03 05:28:16'),
(31305,14599,'action created','2021-01-03 10:28:16','2021-01-03 05:28:16'),
(31306,14599,'action started via WP Cron','2021-01-03 10:29:27','2021-01-03 05:29:27'),
(31307,14599,'action complete via WP Cron','2021-01-03 10:29:27','2021-01-03 05:29:27'),
(31308,14600,'action created','2021-01-03 10:29:27','2021-01-03 05:29:27'),
(31309,14600,'action started via WP Cron','2021-01-03 10:30:46','2021-01-03 05:30:46'),
(31310,14600,'action complete via WP Cron','2021-01-03 10:30:46','2021-01-03 05:30:46'),
(31311,14601,'action created','2021-01-03 10:30:46','2021-01-03 05:30:46'),
(31312,14601,'action started via WP Cron','2021-01-03 10:31:18','2021-01-03 05:31:18'),
(31313,14601,'action complete via WP Cron','2021-01-03 10:31:18','2021-01-03 05:31:18'),
(31314,14602,'action created','2021-01-03 10:31:18','2021-01-03 05:31:18'),
(31315,14602,'action started via WP Cron','2021-01-03 10:32:21','2021-01-03 05:32:21'),
(31316,14602,'action complete via WP Cron','2021-01-03 10:32:21','2021-01-03 05:32:21'),
(31317,14603,'action created','2021-01-03 10:32:21','2021-01-03 05:32:21'),
(31318,14603,'action started via WP Cron','2021-01-03 10:33:28','2021-01-03 05:33:28'),
(31319,14603,'action complete via WP Cron','2021-01-03 10:33:28','2021-01-03 05:33:28'),
(31320,14604,'action created','2021-01-03 10:33:28','2021-01-03 05:33:28'),
(31321,14604,'action started via WP Cron','2021-01-03 10:34:18','2021-01-03 05:34:18'),
(31322,14604,'action complete via WP Cron','2021-01-03 10:34:18','2021-01-03 05:34:18'),
(31323,14605,'action created','2021-01-03 10:34:18','2021-01-03 05:34:18'),
(31324,14605,'action started via WP Cron','2021-01-03 10:36:45','2021-01-03 05:36:45'),
(31325,14605,'action complete via WP Cron','2021-01-03 10:36:45','2021-01-03 05:36:45'),
(31326,14606,'action created','2021-01-03 10:36:45','2021-01-03 05:36:45'),
(31327,14606,'action started via WP Cron','2021-01-03 10:39:10','2021-01-03 05:39:10'),
(31328,14606,'action complete via WP Cron','2021-01-03 10:39:10','2021-01-03 05:39:10'),
(31329,14607,'action created','2021-01-03 10:39:10','2021-01-03 05:39:10'),
(31330,14607,'action started via WP Cron','2021-01-03 10:39:20','2021-01-03 05:39:20'),
(31331,14607,'action complete via WP Cron','2021-01-03 10:39:20','2021-01-03 05:39:20'),
(31332,14608,'action created','2021-01-03 10:39:20','2021-01-03 05:39:20'),
(31333,14608,'action started via WP Cron','2021-01-03 10:41:18','2021-01-03 05:41:18'),
(31334,14608,'action complete via WP Cron','2021-01-03 10:41:18','2021-01-03 05:41:18'),
(31335,14609,'action created','2021-01-03 10:41:18','2021-01-03 05:41:18'),
(31336,14609,'action started via WP Cron','2021-01-03 10:42:17','2021-01-03 05:42:17'),
(31337,14609,'action complete via WP Cron','2021-01-03 10:42:17','2021-01-03 05:42:17'),
(31338,14610,'action created','2021-01-03 10:42:17','2021-01-03 05:42:17'),
(31339,14610,'action started via WP Cron','2021-01-03 10:43:54','2021-01-03 05:43:54'),
(31340,14610,'action complete via WP Cron','2021-01-03 10:43:54','2021-01-03 05:43:54'),
(31341,14611,'action created','2021-01-03 10:43:54','2021-01-03 05:43:54'),
(31342,14611,'action started via WP Cron','2021-01-03 10:44:20','2021-01-03 05:44:20'),
(31343,14611,'action complete via WP Cron','2021-01-03 10:44:20','2021-01-03 05:44:20'),
(31344,14612,'action created','2021-01-03 10:44:20','2021-01-03 05:44:20'),
(31345,14612,'action started via WP Cron','2021-01-03 10:45:13','2021-01-03 05:45:13'),
(31346,14612,'action complete via WP Cron','2021-01-03 10:45:13','2021-01-03 05:45:13'),
(31347,14613,'action created','2021-01-03 10:45:13','2021-01-03 05:45:13'),
(31348,14613,'action started via WP Cron','2021-01-03 10:46:18','2021-01-03 05:46:18'),
(31349,14613,'action complete via WP Cron','2021-01-03 10:46:18','2021-01-03 05:46:18'),
(31350,14614,'action created','2021-01-03 10:46:18','2021-01-03 05:46:18'),
(31351,14614,'action started via WP Cron','2021-01-03 10:47:25','2021-01-03 05:47:25'),
(31352,14614,'action complete via WP Cron','2021-01-03 10:47:25','2021-01-03 05:47:25'),
(31353,14615,'action created','2021-01-03 10:47:25','2021-01-03 05:47:25'),
(31354,14615,'action started via WP Cron','2021-01-03 10:48:16','2021-01-03 05:48:16'),
(31355,14615,'action complete via WP Cron','2021-01-03 10:48:16','2021-01-03 05:48:16'),
(31356,14616,'action created','2021-01-03 10:48:16','2021-01-03 05:48:16'),
(31357,14616,'action started via WP Cron','2021-01-03 10:49:20','2021-01-03 05:49:20'),
(31358,14616,'action complete via WP Cron','2021-01-03 10:49:20','2021-01-03 05:49:20'),
(31359,14617,'action created','2021-01-03 10:49:20','2021-01-03 05:49:20'),
(31360,14617,'action started via WP Cron','2021-01-03 10:50:45','2021-01-03 05:50:45'),
(31361,14617,'action complete via WP Cron','2021-01-03 10:50:45','2021-01-03 05:50:45'),
(31362,14618,'action created','2021-01-03 10:50:45','2021-01-03 05:50:45'),
(31363,14618,'action started via WP Cron','2021-01-03 10:51:24','2021-01-03 05:51:24'),
(31364,14618,'action complete via WP Cron','2021-01-03 10:51:24','2021-01-03 05:51:24'),
(31365,14619,'action created','2021-01-03 10:51:24','2021-01-03 05:51:24'),
(31366,14619,'action started via WP Cron','2021-01-03 10:52:20','2021-01-03 05:52:20'),
(31367,14619,'action complete via WP Cron','2021-01-03 10:52:20','2021-01-03 05:52:20'),
(31368,14620,'action created','2021-01-03 10:52:20','2021-01-03 05:52:20'),
(31369,14620,'action started via WP Cron','2021-01-03 10:53:20','2021-01-03 05:53:20'),
(31370,14620,'action complete via WP Cron','2021-01-03 10:53:20','2021-01-03 05:53:20'),
(31371,14621,'action created','2021-01-03 10:53:20','2021-01-03 05:53:20'),
(31372,14621,'action started via WP Cron','2021-01-03 10:55:50','2021-01-03 05:55:50'),
(31373,14621,'action complete via WP Cron','2021-01-03 10:55:50','2021-01-03 05:55:50'),
(31374,14622,'action created','2021-01-03 10:55:50','2021-01-03 05:55:50'),
(31375,14622,'action started via WP Cron','2021-01-03 10:56:39','2021-01-03 05:56:39'),
(31376,14622,'action complete via WP Cron','2021-01-03 10:56:39','2021-01-03 05:56:39'),
(31377,14623,'action created','2021-01-03 10:56:39','2021-01-03 05:56:39'),
(31378,14623,'action started via WP Cron','2021-01-03 10:58:47','2021-01-03 05:58:47'),
(31379,14623,'action complete via WP Cron','2021-01-03 10:58:47','2021-01-03 05:58:47'),
(31380,14624,'action created','2021-01-03 10:58:47','2021-01-03 05:58:47'),
(31381,14624,'action started via WP Cron','2021-01-03 10:59:12','2021-01-03 05:59:12'),
(31382,14624,'action complete via WP Cron','2021-01-03 10:59:12','2021-01-03 05:59:12'),
(31383,14625,'action created','2021-01-03 10:59:12','2021-01-03 05:59:12'),
(31384,14625,'action started via WP Cron','2021-01-03 11:00:41','2021-01-03 06:00:41'),
(31385,14625,'action complete via WP Cron','2021-01-03 11:00:41','2021-01-03 06:00:41'),
(31386,14626,'action created','2021-01-03 11:00:41','2021-01-03 06:00:41'),
(31387,14626,'action started via WP Cron','2021-01-03 11:01:37','2021-01-03 06:01:37'),
(31388,14626,'action complete via WP Cron','2021-01-03 11:01:37','2021-01-03 06:01:37'),
(31389,14627,'action created','2021-01-03 11:01:37','2021-01-03 06:01:37'),
(31390,14627,'action started via WP Cron','2021-01-03 11:02:21','2021-01-03 06:02:21'),
(31391,14627,'action complete via WP Cron','2021-01-03 11:02:21','2021-01-03 06:02:21'),
(31392,14628,'action created','2021-01-03 11:02:21','2021-01-03 06:02:21'),
(31393,14628,'action started via WP Cron','2021-01-03 11:03:17','2021-01-03 06:03:17'),
(31394,14628,'action complete via WP Cron','2021-01-03 11:03:17','2021-01-03 06:03:17'),
(31395,14629,'action created','2021-01-03 11:03:17','2021-01-03 06:03:17'),
(31396,14629,'action started via WP Cron','2021-01-03 11:04:27','2021-01-03 06:04:27'),
(31397,14629,'action complete via WP Cron','2021-01-03 11:04:27','2021-01-03 06:04:27'),
(31398,14630,'action created','2021-01-03 11:04:27','2021-01-03 06:04:27'),
(31399,14630,'action started via WP Cron','2021-01-03 11:05:36','2021-01-03 06:05:36'),
(31400,14630,'action complete via WP Cron','2021-01-03 11:05:36','2021-01-03 06:05:36'),
(31401,14631,'action created','2021-01-03 11:05:36','2021-01-03 06:05:36'),
(31402,14631,'action started via WP Cron','2021-01-03 11:06:18','2021-01-03 06:06:18'),
(31403,14631,'action complete via WP Cron','2021-01-03 11:06:18','2021-01-03 06:06:18'),
(31404,14632,'action created','2021-01-03 11:06:18','2021-01-03 06:06:18'),
(31405,14632,'action started via WP Cron','2021-01-03 11:07:15','2021-01-03 06:07:15'),
(31406,14632,'action complete via WP Cron','2021-01-03 11:07:15','2021-01-03 06:07:15'),
(31407,14633,'action created','2021-01-03 11:07:15','2021-01-03 06:07:15'),
(31408,14633,'action started via WP Cron','2021-01-03 11:08:54','2021-01-03 06:08:54'),
(31409,14633,'action complete via WP Cron','2021-01-03 11:08:54','2021-01-03 06:08:54'),
(31410,14634,'action created','2021-01-03 11:08:55','2021-01-03 06:08:55'),
(31411,14634,'action started via WP Cron','2021-01-03 11:10:17','2021-01-03 06:10:17'),
(31412,14634,'action complete via WP Cron','2021-01-03 11:10:17','2021-01-03 06:10:17'),
(31413,14635,'action created','2021-01-03 11:10:17','2021-01-03 06:10:17'),
(31414,14635,'action started via WP Cron','2021-01-03 11:12:25','2021-01-03 06:12:25'),
(31415,14635,'action complete via WP Cron','2021-01-03 11:12:25','2021-01-03 06:12:25'),
(31416,14636,'action created','2021-01-03 11:12:25','2021-01-03 06:12:25'),
(31417,14636,'action started via WP Cron','2021-01-03 11:13:25','2021-01-03 06:13:25'),
(31418,14636,'action complete via WP Cron','2021-01-03 11:13:25','2021-01-03 06:13:25'),
(31419,14637,'action created','2021-01-03 11:13:25','2021-01-03 06:13:25'),
(31420,14637,'action started via WP Cron','2021-01-03 11:14:40','2021-01-03 06:14:40'),
(31421,14637,'action complete via WP Cron','2021-01-03 11:14:40','2021-01-03 06:14:40'),
(31422,14638,'action created','2021-01-03 11:14:40','2021-01-03 06:14:40'),
(31423,14638,'action started via WP Cron','2021-01-03 11:15:23','2021-01-03 06:15:23'),
(31424,14638,'action complete via WP Cron','2021-01-03 11:15:23','2021-01-03 06:15:23'),
(31425,14639,'action created','2021-01-03 11:15:23','2021-01-03 06:15:23'),
(31426,14639,'action started via WP Cron','2021-01-03 11:16:36','2021-01-03 06:16:36'),
(31427,14639,'action complete via WP Cron','2021-01-03 11:16:36','2021-01-03 06:16:36'),
(31428,14640,'action created','2021-01-03 11:16:36','2021-01-03 06:16:36'),
(31429,14640,'action started via WP Cron','2021-01-03 11:17:46','2021-01-03 06:17:46'),
(31430,14640,'action complete via WP Cron','2021-01-03 11:17:46','2021-01-03 06:17:46'),
(31431,14641,'action created','2021-01-03 11:17:46','2021-01-03 06:17:46'),
(31432,14641,'action started via WP Cron','2021-01-03 11:20:23','2021-01-03 06:20:23'),
(31433,14641,'action complete via WP Cron','2021-01-03 11:20:23','2021-01-03 06:20:23'),
(31434,14642,'action created','2021-01-03 11:20:23','2021-01-03 06:20:23'),
(31435,14642,'action started via WP Cron','2021-01-03 11:21:36','2021-01-03 06:21:36'),
(31436,14642,'action complete via WP Cron','2021-01-03 11:21:36','2021-01-03 06:21:36'),
(31437,14643,'action created','2021-01-03 11:21:36','2021-01-03 06:21:36'),
(31438,14643,'action started via WP Cron','2021-01-03 11:22:18','2021-01-03 06:22:18'),
(31439,14643,'action complete via WP Cron','2021-01-03 11:22:18','2021-01-03 06:22:18'),
(31440,14644,'action created','2021-01-03 11:22:18','2021-01-03 06:22:18'),
(31441,14644,'action started via WP Cron','2021-01-03 11:23:29','2021-01-03 06:23:29'),
(31442,14644,'action complete via WP Cron','2021-01-03 11:23:29','2021-01-03 06:23:29'),
(31443,14645,'action created','2021-01-03 11:23:29','2021-01-03 06:23:29'),
(31444,14645,'action started via WP Cron','2021-01-03 11:25:13','2021-01-03 06:25:13'),
(31445,14645,'action complete via WP Cron','2021-01-03 11:25:13','2021-01-03 06:25:13'),
(31446,14646,'action created','2021-01-03 11:25:13','2021-01-03 06:25:13'),
(31447,14646,'action started via WP Cron','2021-01-03 11:26:18','2021-01-03 06:26:18'),
(31448,14646,'action complete via WP Cron','2021-01-03 11:26:18','2021-01-03 06:26:18'),
(31449,14647,'action created','2021-01-03 11:26:18','2021-01-03 06:26:18'),
(31450,14647,'action started via WP Cron','2021-01-03 11:28:15','2021-01-03 06:28:15'),
(31451,14647,'action complete via WP Cron','2021-01-03 11:28:15','2021-01-03 06:28:15'),
(31452,14648,'action created','2021-01-03 11:28:15','2021-01-03 06:28:15'),
(31453,14648,'action started via WP Cron','2021-01-03 11:29:25','2021-01-03 06:29:25'),
(31454,14648,'action complete via WP Cron','2021-01-03 11:29:25','2021-01-03 06:29:25'),
(31455,14649,'action created','2021-01-03 11:29:25','2021-01-03 06:29:25'),
(31456,14649,'action started via WP Cron','2021-01-03 11:32:05','2021-01-03 06:32:05'),
(31457,14649,'action complete via WP Cron','2021-01-03 11:32:05','2021-01-03 06:32:05'),
(31458,14650,'action created','2021-01-03 11:32:05','2021-01-03 06:32:05'),
(31459,14650,'action started via WP Cron','2021-01-03 11:33:00','2021-01-03 06:33:00'),
(31460,14650,'action complete via WP Cron','2021-01-03 11:33:00','2021-01-03 06:33:00'),
(31461,14651,'action created','2021-01-03 11:33:00','2021-01-03 06:33:00'),
(31462,14651,'action started via WP Cron','2021-01-03 11:33:51','2021-01-03 06:33:51'),
(31463,14651,'action complete via WP Cron','2021-01-03 11:33:51','2021-01-03 06:33:51'),
(31464,14652,'action created','2021-01-03 11:33:51','2021-01-03 06:33:51'),
(31465,14652,'action started via WP Cron','2021-01-03 11:34:57','2021-01-03 06:34:57'),
(31466,14652,'action complete via WP Cron','2021-01-03 11:34:57','2021-01-03 06:34:57'),
(31467,14653,'action created','2021-01-03 11:34:57','2021-01-03 06:34:57'),
(31468,14653,'action started via WP Cron','2021-01-03 11:35:52','2021-01-03 06:35:52'),
(31469,14653,'action complete via WP Cron','2021-01-03 11:35:52','2021-01-03 06:35:52'),
(31470,14654,'action created','2021-01-03 11:35:52','2021-01-03 06:35:52'),
(31471,14654,'action started via WP Cron','2021-01-03 11:37:45','2021-01-03 06:37:45'),
(31472,14654,'action complete via WP Cron','2021-01-03 11:37:45','2021-01-03 06:37:45'),
(31473,14655,'action created','2021-01-03 11:37:45','2021-01-03 06:37:45'),
(31474,14655,'action started via WP Cron','2021-01-03 11:38:42','2021-01-03 06:38:42'),
(31475,14655,'action complete via WP Cron','2021-01-03 11:38:42','2021-01-03 06:38:42'),
(31476,14656,'action created','2021-01-03 11:38:42','2021-01-03 06:38:42'),
(31477,14656,'action started via WP Cron','2021-01-03 11:40:48','2021-01-03 06:40:48'),
(31478,14656,'action complete via WP Cron','2021-01-03 11:40:48','2021-01-03 06:40:48'),
(31479,14657,'action created','2021-01-03 11:40:48','2021-01-03 06:40:48'),
(31480,14657,'action started via WP Cron','2021-01-03 11:42:20','2021-01-03 06:42:20'),
(31481,14657,'action complete via WP Cron','2021-01-03 11:42:20','2021-01-03 06:42:20'),
(31482,14658,'action created','2021-01-03 11:42:20','2021-01-03 06:42:20'),
(31483,14658,'action started via WP Cron','2021-01-03 11:43:42','2021-01-03 06:43:42'),
(31484,14658,'action complete via WP Cron','2021-01-03 11:43:42','2021-01-03 06:43:42'),
(31485,14659,'action created','2021-01-03 11:43:42','2021-01-03 06:43:42'),
(31486,14659,'action started via WP Cron','2021-01-03 11:44:36','2021-01-03 06:44:36'),
(31487,14659,'action complete via WP Cron','2021-01-03 11:44:36','2021-01-03 06:44:36'),
(31488,14660,'action created','2021-01-03 11:44:36','2021-01-03 06:44:36'),
(31489,14660,'action started via WP Cron','2021-01-03 11:45:30','2021-01-03 06:45:30'),
(31490,14660,'action complete via WP Cron','2021-01-03 11:45:30','2021-01-03 06:45:30'),
(31491,14661,'action created','2021-01-03 11:45:30','2021-01-03 06:45:30'),
(31492,14661,'action started via WP Cron','2021-01-03 11:47:13','2021-01-03 06:47:13'),
(31493,14661,'action complete via WP Cron','2021-01-03 11:47:13','2021-01-03 06:47:13'),
(31494,14662,'action created','2021-01-03 11:47:13','2021-01-03 06:47:13'),
(31495,14662,'action started via WP Cron','2021-01-03 11:49:33','2021-01-03 06:49:33'),
(31496,14662,'action complete via WP Cron','2021-01-03 11:49:33','2021-01-03 06:49:33'),
(31497,14663,'action created','2021-01-03 11:49:33','2021-01-03 06:49:33'),
(31498,14663,'action started via WP Cron','2021-01-03 11:50:12','2021-01-03 06:50:12'),
(31499,14663,'action complete via WP Cron','2021-01-03 11:50:12','2021-01-03 06:50:12'),
(31500,14664,'action created','2021-01-03 11:50:12','2021-01-03 06:50:12'),
(31501,14664,'action started via WP Cron','2021-01-03 11:53:10','2021-01-03 06:53:10'),
(31502,14664,'action complete via WP Cron','2021-01-03 11:53:10','2021-01-03 06:53:10'),
(31503,14665,'action created','2021-01-03 11:53:10','2021-01-03 06:53:10'),
(31504,14665,'action started via WP Cron','2021-01-03 11:54:31','2021-01-03 06:54:31'),
(31505,14665,'action complete via WP Cron','2021-01-03 11:54:31','2021-01-03 06:54:31'),
(31506,14666,'action created','2021-01-03 11:54:31','2021-01-03 06:54:31'),
(31507,14666,'action started via WP Cron','2021-01-03 11:55:16','2021-01-03 06:55:16'),
(31508,14666,'action complete via WP Cron','2021-01-03 11:55:16','2021-01-03 06:55:16'),
(31509,14667,'action created','2021-01-03 11:55:16','2021-01-03 06:55:16'),
(31510,14667,'action started via WP Cron','2021-01-03 11:58:30','2021-01-03 06:58:30'),
(31511,14667,'action complete via WP Cron','2021-01-03 11:58:30','2021-01-03 06:58:30'),
(31512,14668,'action created','2021-01-03 11:58:30','2021-01-03 06:58:30'),
(31513,14668,'action started via WP Cron','2021-01-03 11:59:33','2021-01-03 06:59:33'),
(31514,14668,'action complete via WP Cron','2021-01-03 11:59:33','2021-01-03 06:59:33'),
(31515,14669,'action created','2021-01-03 11:59:33','2021-01-03 06:59:33'),
(31516,14669,'action started via WP Cron','2021-01-03 12:00:22','2021-01-03 07:00:22'),
(31517,14669,'action complete via WP Cron','2021-01-03 12:00:22','2021-01-03 07:00:22'),
(31518,14670,'action created','2021-01-03 12:00:22','2021-01-03 07:00:22'),
(31519,14670,'action started via WP Cron','2021-01-03 12:01:32','2021-01-03 07:01:32'),
(31520,14670,'action complete via WP Cron','2021-01-03 12:01:32','2021-01-03 07:01:32'),
(31521,14671,'action created','2021-01-03 12:01:32','2021-01-03 07:01:32'),
(31522,14671,'action started via WP Cron','2021-01-03 12:02:15','2021-01-03 07:02:15'),
(31523,14671,'action complete via WP Cron','2021-01-03 12:02:15','2021-01-03 07:02:15'),
(31524,14672,'action created','2021-01-03 12:02:15','2021-01-03 07:02:15'),
(31525,14672,'action started via WP Cron','2021-01-03 12:03:15','2021-01-03 07:03:15'),
(31526,14672,'action complete via WP Cron','2021-01-03 12:03:15','2021-01-03 07:03:15'),
(31527,14673,'action created','2021-01-03 12:03:15','2021-01-03 07:03:15'),
(31528,14673,'action started via WP Cron','2021-01-03 12:04:44','2021-01-03 07:04:44'),
(31529,14673,'action complete via WP Cron','2021-01-03 12:04:44','2021-01-03 07:04:44'),
(31530,14674,'action created','2021-01-03 12:04:44','2021-01-03 07:04:44'),
(31531,14674,'action started via WP Cron','2021-01-03 12:05:45','2021-01-03 07:05:45'),
(31532,14674,'action complete via WP Cron','2021-01-03 12:05:45','2021-01-03 07:05:45'),
(31533,14675,'action created','2021-01-03 12:05:45','2021-01-03 07:05:45'),
(31534,14675,'action started via WP Cron','2021-01-03 12:06:39','2021-01-03 07:06:39'),
(31535,14675,'action complete via WP Cron','2021-01-03 12:06:39','2021-01-03 07:06:39'),
(31536,14676,'action created','2021-01-03 12:06:39','2021-01-03 07:06:39'),
(31537,14676,'action started via WP Cron','2021-01-03 12:08:09','2021-01-03 07:08:09'),
(31538,14676,'action complete via WP Cron','2021-01-03 12:08:09','2021-01-03 07:08:09'),
(31539,14677,'action created','2021-01-03 12:08:09','2021-01-03 07:08:09'),
(31540,14677,'action started via WP Cron','2021-01-03 12:08:59','2021-01-03 07:08:59'),
(31541,14677,'action complete via WP Cron','2021-01-03 12:08:59','2021-01-03 07:08:59'),
(31542,14678,'action created','2021-01-03 12:08:59','2021-01-03 07:08:59'),
(31543,14678,'action started via WP Cron','2021-01-03 12:10:35','2021-01-03 07:10:35'),
(31544,14678,'action complete via WP Cron','2021-01-03 12:10:35','2021-01-03 07:10:35'),
(31545,14679,'action created','2021-01-03 12:10:35','2021-01-03 07:10:35'),
(31546,14679,'action started via WP Cron','2021-01-03 12:14:24','2021-01-03 07:14:24'),
(31547,14679,'action complete via WP Cron','2021-01-03 12:14:24','2021-01-03 07:14:24'),
(31548,14680,'action created','2021-01-03 12:14:24','2021-01-03 07:14:24'),
(31549,14680,'action started via WP Cron','2021-01-03 12:16:20','2021-01-03 07:16:20'),
(31550,14680,'action complete via WP Cron','2021-01-03 12:16:20','2021-01-03 07:16:20'),
(31551,14681,'action created','2021-01-03 12:16:20','2021-01-03 07:16:20'),
(31552,14681,'action started via WP Cron','2021-01-03 12:19:25','2021-01-03 07:19:25'),
(31553,14681,'action complete via WP Cron','2021-01-03 12:19:25','2021-01-03 07:19:25'),
(31554,14682,'action created','2021-01-03 12:19:25','2021-01-03 07:19:25'),
(31555,14682,'action started via WP Cron','2021-01-03 12:20:20','2021-01-03 07:20:20'),
(31556,14682,'action complete via WP Cron','2021-01-03 12:20:20','2021-01-03 07:20:20'),
(31557,14683,'action created','2021-01-03 12:20:20','2021-01-03 07:20:20'),
(31558,14683,'action started via WP Cron','2021-01-03 12:21:33','2021-01-03 07:21:33'),
(31559,14683,'action complete via WP Cron','2021-01-03 12:21:33','2021-01-03 07:21:33'),
(31560,14684,'action created','2021-01-03 12:21:33','2021-01-03 07:21:33'),
(31561,14684,'action started via WP Cron','2021-01-03 12:22:34','2021-01-03 07:22:34'),
(31562,14684,'action complete via WP Cron','2021-01-03 12:22:34','2021-01-03 07:22:34'),
(31563,14685,'action created','2021-01-03 12:22:34','2021-01-03 07:22:34'),
(31564,14685,'action started via WP Cron','2021-01-03 12:23:44','2021-01-03 07:23:44'),
(31565,14685,'action complete via WP Cron','2021-01-03 12:23:44','2021-01-03 07:23:44'),
(31566,14686,'action created','2021-01-03 12:23:44','2021-01-03 07:23:44'),
(31567,14686,'action started via WP Cron','2021-01-03 12:24:53','2021-01-03 07:24:53'),
(31568,14686,'action complete via WP Cron','2021-01-03 12:24:53','2021-01-03 07:24:53'),
(31569,14687,'action created','2021-01-03 12:24:53','2021-01-03 07:24:53'),
(31570,14687,'action started via WP Cron','2021-01-03 12:27:41','2021-01-03 07:27:41'),
(31571,14687,'action complete via WP Cron','2021-01-03 12:27:41','2021-01-03 07:27:41'),
(31572,14688,'action created','2021-01-03 12:27:41','2021-01-03 07:27:41'),
(31573,14688,'action started via WP Cron','2021-01-03 12:28:34','2021-01-03 07:28:34'),
(31574,14688,'action complete via WP Cron','2021-01-03 12:28:34','2021-01-03 07:28:34'),
(31575,14689,'action created','2021-01-03 12:28:34','2021-01-03 07:28:34'),
(31576,14689,'action started via WP Cron','2021-01-03 12:29:17','2021-01-03 07:29:17'),
(31577,14689,'action complete via WP Cron','2021-01-03 12:29:17','2021-01-03 07:29:17'),
(31578,14690,'action created','2021-01-03 12:29:17','2021-01-03 07:29:17'),
(31579,14690,'action started via WP Cron','2021-01-03 12:31:02','2021-01-03 07:31:02'),
(31580,14690,'action complete via WP Cron','2021-01-03 12:31:02','2021-01-03 07:31:02'),
(31581,14691,'action created','2021-01-03 12:31:02','2021-01-03 07:31:02'),
(31582,14691,'action started via WP Cron','2021-01-03 12:33:25','2021-01-03 07:33:25'),
(31583,14691,'action complete via WP Cron','2021-01-03 12:33:25','2021-01-03 07:33:25'),
(31584,14692,'action created','2021-01-03 12:33:25','2021-01-03 07:33:25'),
(31585,14692,'action started via WP Cron','2021-01-03 12:35:49','2021-01-03 07:35:49'),
(31586,14692,'action complete via WP Cron','2021-01-03 12:35:49','2021-01-03 07:35:49'),
(31587,14693,'action created','2021-01-03 12:35:49','2021-01-03 07:35:49'),
(31588,14693,'action started via WP Cron','2021-01-03 12:41:34','2021-01-03 07:41:34'),
(31589,14693,'action complete via WP Cron','2021-01-03 12:41:34','2021-01-03 07:41:34'),
(31590,14694,'action created','2021-01-03 12:41:34','2021-01-03 07:41:34'),
(31591,14694,'action started via WP Cron','2021-01-03 12:42:20','2021-01-03 07:42:20'),
(31592,14694,'action complete via WP Cron','2021-01-03 12:42:20','2021-01-03 07:42:20'),
(31593,14695,'action created','2021-01-03 12:42:20','2021-01-03 07:42:20'),
(31594,14695,'action started via WP Cron','2021-01-03 12:44:33','2021-01-03 07:44:33'),
(31595,14695,'action complete via WP Cron','2021-01-03 12:44:33','2021-01-03 07:44:33'),
(31596,14696,'action created','2021-01-03 12:44:33','2021-01-03 07:44:33'),
(31597,14696,'action started via WP Cron','2021-01-03 12:48:45','2021-01-03 07:48:45'),
(31598,14696,'action complete via WP Cron','2021-01-03 12:48:45','2021-01-03 07:48:45'),
(31599,14697,'action created','2021-01-03 12:48:45','2021-01-03 07:48:45'),
(31600,14697,'action started via WP Cron','2021-01-03 12:49:12','2021-01-03 07:49:12'),
(31601,14697,'action complete via WP Cron','2021-01-03 12:49:12','2021-01-03 07:49:12'),
(31602,14698,'action created','2021-01-03 12:49:12','2021-01-03 07:49:12'),
(31603,14698,'action started via WP Cron','2021-01-03 12:50:19','2021-01-03 07:50:19'),
(31604,14698,'action complete via WP Cron','2021-01-03 12:50:19','2021-01-03 07:50:19'),
(31605,14699,'action created','2021-01-03 12:50:19','2021-01-03 07:50:19'),
(31606,14699,'action started via WP Cron','2021-01-03 12:51:48','2021-01-03 07:51:48'),
(31607,14699,'action complete via WP Cron','2021-01-03 12:51:48','2021-01-03 07:51:48'),
(31608,14700,'action created','2021-01-03 12:51:48','2021-01-03 07:51:48'),
(31609,13831,'action started via WP Cron','2021-01-03 12:52:56','2021-01-03 07:52:56'),
(31610,13831,'action complete via WP Cron','2021-01-03 12:52:56','2021-01-03 07:52:56'),
(31611,14701,'action created','2021-01-03 12:52:56','2021-01-03 07:52:56'),
(31612,14700,'action started via WP Cron','2021-01-03 12:52:56','2021-01-03 07:52:56'),
(31613,14700,'action complete via WP Cron','2021-01-03 12:52:56','2021-01-03 07:52:56'),
(31614,14702,'action created','2021-01-03 12:52:56','2021-01-03 07:52:56'),
(31615,14702,'action started via WP Cron','2021-01-03 12:56:50','2021-01-03 07:56:50'),
(31616,14702,'action complete via WP Cron','2021-01-03 12:56:50','2021-01-03 07:56:50'),
(31617,14703,'action created','2021-01-03 12:56:51','2021-01-03 07:56:51'),
(31618,14703,'action started via WP Cron','2021-01-03 12:58:09','2021-01-03 07:58:09'),
(31619,14703,'action complete via WP Cron','2021-01-03 12:58:09','2021-01-03 07:58:09'),
(31620,14704,'action created','2021-01-03 12:58:09','2021-01-03 07:58:09'),
(31621,14704,'action started via WP Cron','2021-01-03 12:58:49','2021-01-03 07:58:49'),
(31622,14704,'action complete via WP Cron','2021-01-03 12:58:49','2021-01-03 07:58:49'),
(31623,14705,'action created','2021-01-03 12:58:49','2021-01-03 07:58:49'),
(31624,14705,'action started via WP Cron','2021-01-03 12:59:15','2021-01-03 07:59:15'),
(31625,14705,'action complete via WP Cron','2021-01-03 12:59:15','2021-01-03 07:59:15'),
(31626,14706,'action created','2021-01-03 12:59:15','2021-01-03 07:59:15'),
(31627,14706,'action started via WP Cron','2021-01-03 13:01:15','2021-01-03 08:01:15'),
(31628,14706,'action complete via WP Cron','2021-01-03 13:01:15','2021-01-03 08:01:15'),
(31629,14707,'action created','2021-01-03 13:01:15','2021-01-03 08:01:15'),
(31630,14707,'action started via WP Cron','2021-01-03 13:02:21','2021-01-03 08:02:21'),
(31631,14707,'action complete via WP Cron','2021-01-03 13:02:21','2021-01-03 08:02:21'),
(31632,14708,'action created','2021-01-03 13:02:21','2021-01-03 08:02:21'),
(31633,14708,'action started via WP Cron','2021-01-03 13:03:58','2021-01-03 08:03:58'),
(31634,14708,'action complete via WP Cron','2021-01-03 13:03:58','2021-01-03 08:03:58'),
(31635,14709,'action created','2021-01-03 13:03:58','2021-01-03 08:03:58'),
(31636,14709,'action started via WP Cron','2021-01-03 13:05:38','2021-01-03 08:05:38'),
(31637,14709,'action complete via WP Cron','2021-01-03 13:05:38','2021-01-03 08:05:38'),
(31638,14710,'action created','2021-01-03 13:05:38','2021-01-03 08:05:38'),
(31639,14710,'action started via WP Cron','2021-01-03 13:07:35','2021-01-03 08:07:35'),
(31640,14710,'action complete via WP Cron','2021-01-03 13:07:35','2021-01-03 08:07:35'),
(31641,14711,'action created','2021-01-03 13:07:35','2021-01-03 08:07:35'),
(31642,14711,'action started via WP Cron','2021-01-03 13:08:59','2021-01-03 08:08:59'),
(31643,14711,'action complete via WP Cron','2021-01-03 13:08:59','2021-01-03 08:08:59'),
(31644,14712,'action created','2021-01-03 13:08:59','2021-01-03 08:08:59'),
(31645,14712,'action started via WP Cron','2021-01-03 13:10:47','2021-01-03 08:10:47'),
(31646,14712,'action complete via WP Cron','2021-01-03 13:10:47','2021-01-03 08:10:47'),
(31647,14713,'action created','2021-01-03 13:10:47','2021-01-03 08:10:47'),
(31648,14713,'action started via WP Cron','2021-01-03 13:12:11','2021-01-03 08:12:11'),
(31649,14713,'action complete via WP Cron','2021-01-03 13:12:11','2021-01-03 08:12:11'),
(31650,14714,'action created','2021-01-03 13:12:11','2021-01-03 08:12:11'),
(31651,14714,'action started via WP Cron','2021-01-03 13:14:04','2021-01-03 08:14:04'),
(31652,14714,'action complete via WP Cron','2021-01-03 13:14:04','2021-01-03 08:14:04'),
(31653,14715,'action created','2021-01-03 13:14:04','2021-01-03 08:14:04'),
(31654,14715,'action started via WP Cron','2021-01-03 13:16:36','2021-01-03 08:16:36'),
(31655,14715,'action complete via WP Cron','2021-01-03 13:16:37','2021-01-03 08:16:37'),
(31656,14716,'action created','2021-01-03 13:16:37','2021-01-03 08:16:37'),
(31657,14716,'action started via WP Cron','2021-01-03 13:17:21','2021-01-03 08:17:21'),
(31658,14716,'action complete via WP Cron','2021-01-03 13:17:21','2021-01-03 08:17:21'),
(31659,14717,'action created','2021-01-03 13:17:22','2021-01-03 08:17:22'),
(31660,14717,'action started via WP Cron','2021-01-03 13:19:17','2021-01-03 08:19:17'),
(31661,14717,'action complete via WP Cron','2021-01-03 13:19:17','2021-01-03 08:19:17'),
(31662,14718,'action created','2021-01-03 13:19:17','2021-01-03 08:19:17'),
(31663,14718,'action started via WP Cron','2021-01-03 13:21:08','2021-01-03 08:21:08'),
(31664,14718,'action complete via WP Cron','2021-01-03 13:21:08','2021-01-03 08:21:08'),
(31665,14719,'action created','2021-01-03 13:21:08','2021-01-03 08:21:08'),
(31666,14719,'action started via WP Cron','2021-01-03 13:21:41','2021-01-03 08:21:41'),
(31667,14719,'action complete via WP Cron','2021-01-03 13:21:41','2021-01-03 08:21:41'),
(31668,14720,'action created','2021-01-03 13:21:41','2021-01-03 08:21:41'),
(31669,14720,'action started via WP Cron','2021-01-03 13:23:30','2021-01-03 08:23:30'),
(31670,14720,'action complete via WP Cron','2021-01-03 13:23:30','2021-01-03 08:23:30'),
(31671,14721,'action created','2021-01-03 13:23:30','2021-01-03 08:23:30'),
(31672,14721,'action started via WP Cron','2021-01-03 13:24:56','2021-01-03 08:24:56'),
(31673,14721,'action complete via WP Cron','2021-01-03 13:24:56','2021-01-03 08:24:56'),
(31674,14722,'action created','2021-01-03 13:24:56','2021-01-03 08:24:56'),
(31675,14722,'action started via WP Cron','2021-01-03 13:26:31','2021-01-03 08:26:31'),
(31676,14722,'action complete via WP Cron','2021-01-03 13:26:31','2021-01-03 08:26:31'),
(31677,14723,'action created','2021-01-03 13:26:31','2021-01-03 08:26:31'),
(31678,14723,'action started via WP Cron','2021-01-03 13:27:46','2021-01-03 08:27:46'),
(31679,14723,'action complete via WP Cron','2021-01-03 13:27:46','2021-01-03 08:27:46'),
(31680,14724,'action created','2021-01-03 13:27:46','2021-01-03 08:27:46'),
(31681,14724,'action started via WP Cron','2021-01-03 13:28:44','2021-01-03 08:28:44'),
(31682,14724,'action complete via WP Cron','2021-01-03 13:28:44','2021-01-03 08:28:44'),
(31683,14725,'action created','2021-01-03 13:28:44','2021-01-03 08:28:44'),
(31684,14725,'action started via WP Cron','2021-01-03 13:29:13','2021-01-03 08:29:13'),
(31685,14725,'action complete via WP Cron','2021-01-03 13:29:13','2021-01-03 08:29:13'),
(31686,14726,'action created','2021-01-03 13:29:13','2021-01-03 08:29:13'),
(31687,14726,'action started via WP Cron','2021-01-03 13:30:53','2021-01-03 08:30:53'),
(31688,14726,'action complete via WP Cron','2021-01-03 13:30:53','2021-01-03 08:30:53'),
(31689,14727,'action created','2021-01-03 13:30:53','2021-01-03 08:30:53'),
(31690,14727,'action started via WP Cron','2021-01-03 13:32:55','2021-01-03 08:32:55'),
(31691,14727,'action complete via WP Cron','2021-01-03 13:32:55','2021-01-03 08:32:55'),
(31692,14728,'action created','2021-01-03 13:32:55','2021-01-03 08:32:55'),
(31693,14728,'action started via WP Cron','2021-01-03 13:33:12','2021-01-03 08:33:12'),
(31694,14728,'action complete via WP Cron','2021-01-03 13:33:12','2021-01-03 08:33:12'),
(31695,14729,'action created','2021-01-03 13:33:12','2021-01-03 08:33:12'),
(31696,14729,'action started via WP Cron','2021-01-03 13:35:08','2021-01-03 08:35:08'),
(31697,14729,'action complete via WP Cron','2021-01-03 13:35:08','2021-01-03 08:35:08'),
(31698,14730,'action created','2021-01-03 13:35:08','2021-01-03 08:35:08'),
(31699,14730,'action started via WP Cron','2021-01-03 13:35:51','2021-01-03 08:35:51'),
(31700,14730,'action complete via WP Cron','2021-01-03 13:35:51','2021-01-03 08:35:51'),
(31701,14731,'action created','2021-01-03 13:35:51','2021-01-03 08:35:51'),
(31702,14731,'action started via WP Cron','2021-01-03 13:36:14','2021-01-03 08:36:14'),
(31703,14731,'action complete via WP Cron','2021-01-03 13:36:14','2021-01-03 08:36:14'),
(31704,14732,'action created','2021-01-03 13:36:14','2021-01-03 08:36:14'),
(31705,14732,'action started via WP Cron','2021-01-03 13:37:35','2021-01-03 08:37:35'),
(31706,14732,'action complete via WP Cron','2021-01-03 13:37:36','2021-01-03 08:37:36'),
(31707,14733,'action created','2021-01-03 13:37:36','2021-01-03 08:37:36'),
(31708,14733,'action started via WP Cron','2021-01-03 13:38:56','2021-01-03 08:38:56'),
(31709,14733,'action complete via WP Cron','2021-01-03 13:38:56','2021-01-03 08:38:56'),
(31710,14734,'action created','2021-01-03 13:38:56','2021-01-03 08:38:56'),
(31711,14734,'action started via WP Cron','2021-01-03 13:39:30','2021-01-03 08:39:30'),
(31712,14734,'action complete via WP Cron','2021-01-03 13:39:30','2021-01-03 08:39:30'),
(31713,14735,'action created','2021-01-03 13:39:30','2021-01-03 08:39:30'),
(31714,14735,'action started via WP Cron','2021-01-03 13:40:16','2021-01-03 08:40:16'),
(31715,14735,'action complete via WP Cron','2021-01-03 13:40:16','2021-01-03 08:40:16'),
(31716,14736,'action created','2021-01-03 13:40:16','2021-01-03 08:40:16'),
(31717,14736,'action started via WP Cron','2021-01-03 13:41:59','2021-01-03 08:41:59'),
(31718,14736,'action complete via WP Cron','2021-01-03 13:41:59','2021-01-03 08:41:59'),
(31719,14737,'action created','2021-01-03 13:41:59','2021-01-03 08:41:59'),
(31720,14737,'action started via WP Cron','2021-01-03 13:42:11','2021-01-03 08:42:11'),
(31721,14737,'action complete via WP Cron','2021-01-03 13:42:11','2021-01-03 08:42:11'),
(31722,14738,'action created','2021-01-03 13:42:11','2021-01-03 08:42:11'),
(31723,14738,'action started via WP Cron','2021-01-03 13:45:38','2021-01-03 08:45:38'),
(31724,14738,'action complete via WP Cron','2021-01-03 13:45:38','2021-01-03 08:45:38'),
(31725,14739,'action created','2021-01-03 13:45:38','2021-01-03 08:45:38'),
(31726,14739,'action started via WP Cron','2021-01-03 13:46:57','2021-01-03 08:46:57'),
(31727,14739,'action complete via WP Cron','2021-01-03 13:46:57','2021-01-03 08:46:57'),
(31728,14740,'action created','2021-01-03 13:46:57','2021-01-03 08:46:57'),
(31729,14740,'action started via WP Cron','2021-01-03 13:48:33','2021-01-03 08:48:33'),
(31730,14740,'action complete via WP Cron','2021-01-03 13:48:33','2021-01-03 08:48:33'),
(31731,14741,'action created','2021-01-03 13:48:33','2021-01-03 08:48:33'),
(31732,14741,'action started via WP Cron','2021-01-03 13:49:57','2021-01-03 08:49:57'),
(31733,14741,'action complete via WP Cron','2021-01-03 13:49:57','2021-01-03 08:49:57'),
(31734,14742,'action created','2021-01-03 13:49:57','2021-01-03 08:49:57'),
(31735,14742,'action started via WP Cron','2021-01-03 13:50:12','2021-01-03 08:50:12'),
(31736,14742,'action complete via WP Cron','2021-01-03 13:50:12','2021-01-03 08:50:12'),
(31737,14743,'action created','2021-01-03 13:50:12','2021-01-03 08:50:12'),
(31738,14743,'action started via WP Cron','2021-01-03 13:53:20','2021-01-03 08:53:20'),
(31739,14743,'action complete via WP Cron','2021-01-03 13:53:20','2021-01-03 08:53:20'),
(31740,14744,'action created','2021-01-03 13:53:20','2021-01-03 08:53:20'),
(31741,14744,'action started via WP Cron','2021-01-03 13:56:44','2021-01-03 08:56:44'),
(31742,14744,'action complete via WP Cron','2021-01-03 13:56:44','2021-01-03 08:56:44'),
(31743,14745,'action created','2021-01-03 13:56:44','2021-01-03 08:56:44'),
(31744,14745,'action started via WP Cron','2021-01-03 13:58:56','2021-01-03 08:58:56'),
(31745,14745,'action complete via WP Cron','2021-01-03 13:58:56','2021-01-03 08:58:56'),
(31746,14746,'action created','2021-01-03 13:58:56','2021-01-03 08:58:56'),
(31747,14746,'action started via WP Cron','2021-01-03 13:59:40','2021-01-03 08:59:40'),
(31748,14746,'action complete via WP Cron','2021-01-03 13:59:40','2021-01-03 08:59:40'),
(31749,14747,'action created','2021-01-03 13:59:40','2021-01-03 08:59:40'),
(31750,14747,'action started via WP Cron','2021-01-03 14:02:20','2021-01-03 09:02:20'),
(31751,14747,'action complete via WP Cron','2021-01-03 14:02:20','2021-01-03 09:02:20'),
(31752,14748,'action created','2021-01-03 14:02:20','2021-01-03 09:02:20'),
(31753,14748,'action started via WP Cron','2021-01-03 14:03:14','2021-01-03 09:03:14'),
(31754,14748,'action complete via WP Cron','2021-01-03 14:03:14','2021-01-03 09:03:14'),
(31755,14749,'action created','2021-01-03 14:03:14','2021-01-03 09:03:14'),
(31756,14749,'action started via WP Cron','2021-01-03 14:05:04','2021-01-03 09:05:04'),
(31757,14749,'action complete via WP Cron','2021-01-03 14:05:04','2021-01-03 09:05:04'),
(31758,14750,'action created','2021-01-03 14:05:04','2021-01-03 09:05:04'),
(31759,14750,'action started via WP Cron','2021-01-03 14:05:43','2021-01-03 09:05:43'),
(31760,14750,'action complete via WP Cron','2021-01-03 14:05:43','2021-01-03 09:05:43'),
(31761,14751,'action created','2021-01-03 14:05:43','2021-01-03 09:05:43'),
(31762,14751,'action started via WP Cron','2021-01-03 14:06:30','2021-01-03 09:06:30'),
(31763,14751,'action complete via WP Cron','2021-01-03 14:06:30','2021-01-03 09:06:30'),
(31764,14752,'action created','2021-01-03 14:06:30','2021-01-03 09:06:30'),
(31765,14752,'action started via WP Cron','2021-01-03 14:07:27','2021-01-03 09:07:27'),
(31766,14752,'action complete via WP Cron','2021-01-03 14:07:27','2021-01-03 09:07:27'),
(31767,14753,'action created','2021-01-03 14:07:27','2021-01-03 09:07:27'),
(31768,14753,'action started via WP Cron','2021-01-03 14:09:02','2021-01-03 09:09:02'),
(31769,14753,'action complete via WP Cron','2021-01-03 14:09:02','2021-01-03 09:09:02'),
(31770,14754,'action created','2021-01-03 14:09:02','2021-01-03 09:09:02'),
(31771,14754,'action started via WP Cron','2021-01-03 14:09:14','2021-01-03 09:09:14'),
(31772,14754,'action complete via WP Cron','2021-01-03 14:09:14','2021-01-03 09:09:14'),
(31773,14755,'action created','2021-01-03 14:09:14','2021-01-03 09:09:14'),
(31774,14755,'action started via WP Cron','2021-01-03 14:10:54','2021-01-03 09:10:54'),
(31775,14755,'action complete via WP Cron','2021-01-03 14:10:54','2021-01-03 09:10:54'),
(31776,14756,'action created','2021-01-03 14:10:54','2021-01-03 09:10:54'),
(31777,14756,'action started via WP Cron','2021-01-03 14:11:41','2021-01-03 09:11:41'),
(31778,14756,'action complete via WP Cron','2021-01-03 14:11:41','2021-01-03 09:11:41'),
(31779,14757,'action created','2021-01-03 14:11:42','2021-01-03 09:11:42'),
(31780,14757,'action started via WP Cron','2021-01-03 14:13:13','2021-01-03 09:13:13'),
(31781,14757,'action complete via WP Cron','2021-01-03 14:13:13','2021-01-03 09:13:13'),
(31782,14758,'action created','2021-01-03 14:13:13','2021-01-03 09:13:13'),
(31783,14758,'action started via WP Cron','2021-01-03 14:15:04','2021-01-03 09:15:04'),
(31784,14758,'action complete via WP Cron','2021-01-03 14:15:04','2021-01-03 09:15:04'),
(31785,14759,'action created','2021-01-03 14:15:04','2021-01-03 09:15:04'),
(31786,14759,'action started via WP Cron','2021-01-03 14:15:18','2021-01-03 09:15:18'),
(31787,14759,'action complete via WP Cron','2021-01-03 14:15:18','2021-01-03 09:15:18'),
(31788,14760,'action created','2021-01-03 14:15:18','2021-01-03 09:15:18'),
(31789,14760,'action started via WP Cron','2021-01-03 14:17:22','2021-01-03 09:17:22'),
(31790,14760,'action complete via WP Cron','2021-01-03 14:17:22','2021-01-03 09:17:22'),
(31791,14761,'action created','2021-01-03 14:17:22','2021-01-03 09:17:22'),
(31792,14761,'action started via WP Cron','2021-01-03 14:18:20','2021-01-03 09:18:20'),
(31793,14761,'action complete via WP Cron','2021-01-03 14:18:20','2021-01-03 09:18:20'),
(31794,14762,'action created','2021-01-03 14:18:20','2021-01-03 09:18:20'),
(31795,14762,'action started via WP Cron','2021-01-03 14:20:43','2021-01-03 09:20:43'),
(31796,14762,'action complete via WP Cron','2021-01-03 14:20:43','2021-01-03 09:20:43'),
(31797,14763,'action created','2021-01-03 14:20:43','2021-01-03 09:20:43'),
(31798,14763,'action started via WP Cron','2021-01-03 14:22:03','2021-01-03 09:22:03'),
(31799,14763,'action complete via WP Cron','2021-01-03 14:22:03','2021-01-03 09:22:03'),
(31800,14764,'action created','2021-01-03 14:22:03','2021-01-03 09:22:03'),
(31801,14764,'action started via WP Cron','2021-01-03 14:22:24','2021-01-03 09:22:24'),
(31802,14764,'action complete via WP Cron','2021-01-03 14:22:24','2021-01-03 09:22:24'),
(31803,14765,'action created','2021-01-03 14:22:24','2021-01-03 09:22:24'),
(31804,14765,'action started via WP Cron','2021-01-03 14:23:39','2021-01-03 09:23:39'),
(31805,14765,'action complete via WP Cron','2021-01-03 14:23:39','2021-01-03 09:23:39'),
(31806,14766,'action created','2021-01-03 14:23:39','2021-01-03 09:23:39'),
(31807,14766,'action started via WP Cron','2021-01-03 14:24:13','2021-01-03 09:24:13'),
(31808,14766,'action complete via WP Cron','2021-01-03 14:24:13','2021-01-03 09:24:13'),
(31809,14767,'action created','2021-01-03 14:24:13','2021-01-03 09:24:13'),
(31810,14767,'action started via WP Cron','2021-01-03 14:25:50','2021-01-03 09:25:50'),
(31811,14767,'action complete via WP Cron','2021-01-03 14:25:50','2021-01-03 09:25:50'),
(31812,14768,'action created','2021-01-03 14:25:50','2021-01-03 09:25:50'),
(31813,14768,'action started via WP Cron','2021-01-03 14:27:28','2021-01-03 09:27:28'),
(31814,14768,'action complete via WP Cron','2021-01-03 14:27:28','2021-01-03 09:27:28'),
(31815,14769,'action created','2021-01-03 14:27:28','2021-01-03 09:27:28'),
(31816,14769,'action started via WP Cron','2021-01-03 14:28:38','2021-01-03 09:28:38'),
(31817,14769,'action complete via WP Cron','2021-01-03 14:28:38','2021-01-03 09:28:38'),
(31818,14770,'action created','2021-01-03 14:28:38','2021-01-03 09:28:38'),
(31819,14770,'action started via WP Cron','2021-01-03 14:30:07','2021-01-03 09:30:07'),
(31820,14770,'action complete via WP Cron','2021-01-03 14:30:07','2021-01-03 09:30:07'),
(31821,14771,'action created','2021-01-03 14:30:07','2021-01-03 09:30:07'),
(31822,14771,'action started via WP Cron','2021-01-03 14:32:12','2021-01-03 09:32:12'),
(31823,14771,'action complete via WP Cron','2021-01-03 14:32:12','2021-01-03 09:32:12'),
(31824,14772,'action created','2021-01-03 14:32:12','2021-01-03 09:32:12'),
(31825,14772,'action started via WP Cron','2021-01-03 14:33:41','2021-01-03 09:33:41'),
(31826,14772,'action complete via WP Cron','2021-01-03 14:33:41','2021-01-03 09:33:41'),
(31827,14773,'action created','2021-01-03 14:33:41','2021-01-03 09:33:41'),
(31828,14773,'action started via WP Cron','2021-01-03 14:35:25','2021-01-03 09:35:25'),
(31829,14773,'action complete via WP Cron','2021-01-03 14:35:25','2021-01-03 09:35:25'),
(31830,14774,'action created','2021-01-03 14:35:25','2021-01-03 09:35:25'),
(31831,14774,'action started via WP Cron','2021-01-03 14:36:15','2021-01-03 09:36:15'),
(31832,14774,'action complete via WP Cron','2021-01-03 14:36:15','2021-01-03 09:36:15'),
(31833,14775,'action created','2021-01-03 14:36:15','2021-01-03 09:36:15'),
(31834,14775,'action started via WP Cron','2021-01-03 14:37:28','2021-01-03 09:37:28'),
(31835,14775,'action complete via WP Cron','2021-01-03 14:37:28','2021-01-03 09:37:28'),
(31836,14776,'action created','2021-01-03 14:37:28','2021-01-03 09:37:28'),
(31837,14776,'action started via WP Cron','2021-01-03 14:39:55','2021-01-03 09:39:55'),
(31838,14776,'action complete via WP Cron','2021-01-03 14:39:55','2021-01-03 09:39:55'),
(31839,14777,'action created','2021-01-03 14:39:55','2021-01-03 09:39:55'),
(31840,14777,'action started via WP Cron','2021-01-03 14:44:54','2021-01-03 09:44:54'),
(31841,14777,'action complete via WP Cron','2021-01-03 14:44:54','2021-01-03 09:44:54'),
(31842,14778,'action created','2021-01-03 14:44:54','2021-01-03 09:44:54'),
(31843,14778,'action started via WP Cron','2021-01-03 14:46:20','2021-01-03 09:46:20'),
(31844,14778,'action complete via WP Cron','2021-01-03 14:46:20','2021-01-03 09:46:20'),
(31845,14779,'action created','2021-01-03 14:46:20','2021-01-03 09:46:20'),
(31846,14779,'action started via WP Cron','2021-01-03 14:48:38','2021-01-03 09:48:38'),
(31847,14779,'action complete via WP Cron','2021-01-03 14:48:38','2021-01-03 09:48:38'),
(31848,14780,'action created','2021-01-03 14:48:38','2021-01-03 09:48:38'),
(31849,14780,'action started via WP Cron','2021-01-03 14:49:24','2021-01-03 09:49:24'),
(31850,14780,'action complete via WP Cron','2021-01-03 14:49:24','2021-01-03 09:49:24'),
(31851,14781,'action created','2021-01-03 14:49:24','2021-01-03 09:49:24'),
(31852,14781,'action started via WP Cron','2021-01-03 14:50:50','2021-01-03 09:50:50'),
(31853,14781,'action complete via WP Cron','2021-01-03 14:50:50','2021-01-03 09:50:50'),
(31854,14782,'action created','2021-01-03 14:50:50','2021-01-03 09:50:50'),
(31855,14782,'action started via WP Cron','2021-01-03 14:51:33','2021-01-03 09:51:33'),
(31856,14782,'action complete via WP Cron','2021-01-03 14:51:33','2021-01-03 09:51:33'),
(31857,14783,'action created','2021-01-03 14:51:33','2021-01-03 09:51:33'),
(31858,14783,'action started via WP Cron','2021-01-03 14:52:47','2021-01-03 09:52:47'),
(31859,14783,'action complete via WP Cron','2021-01-03 14:52:47','2021-01-03 09:52:47'),
(31860,14784,'action created','2021-01-03 14:52:47','2021-01-03 09:52:47'),
(31861,14784,'action started via WP Cron','2021-01-03 14:53:45','2021-01-03 09:53:45'),
(31862,14784,'action complete via WP Cron','2021-01-03 14:53:45','2021-01-03 09:53:45'),
(31863,14785,'action created','2021-01-03 14:53:45','2021-01-03 09:53:45'),
(31864,14785,'action started via WP Cron','2021-01-03 14:54:35','2021-01-03 09:54:35'),
(31865,14785,'action complete via WP Cron','2021-01-03 14:54:35','2021-01-03 09:54:35'),
(31866,14786,'action created','2021-01-03 14:54:35','2021-01-03 09:54:35'),
(31867,14786,'action started via WP Cron','2021-01-03 14:55:31','2021-01-03 09:55:31'),
(31868,14786,'action complete via WP Cron','2021-01-03 14:55:31','2021-01-03 09:55:31'),
(31869,14787,'action created','2021-01-03 14:55:32','2021-01-03 09:55:32'),
(31870,14787,'action started via WP Cron','2021-01-03 14:57:28','2021-01-03 09:57:28'),
(31871,14787,'action complete via WP Cron','2021-01-03 14:57:28','2021-01-03 09:57:28'),
(31872,14788,'action created','2021-01-03 14:57:28','2021-01-03 09:57:28'),
(31873,14788,'action started via WP Cron','2021-01-03 14:59:00','2021-01-03 09:59:00'),
(31874,14788,'action complete via WP Cron','2021-01-03 14:59:00','2021-01-03 09:59:00'),
(31875,14789,'action created','2021-01-03 14:59:00','2021-01-03 09:59:00'),
(31876,14789,'action started via WP Cron','2021-01-03 14:59:50','2021-01-03 09:59:50'),
(31877,14789,'action complete via WP Cron','2021-01-03 14:59:50','2021-01-03 09:59:50'),
(31878,14790,'action created','2021-01-03 14:59:51','2021-01-03 09:59:51'),
(31879,14790,'action started via WP Cron','2021-01-03 15:00:28','2021-01-03 10:00:28'),
(31880,14790,'action complete via WP Cron','2021-01-03 15:00:28','2021-01-03 10:00:28'),
(31881,14791,'action created','2021-01-03 15:00:28','2021-01-03 10:00:28'),
(31882,14791,'action started via WP Cron','2021-01-03 15:02:52','2021-01-03 10:02:52'),
(31883,14791,'action complete via WP Cron','2021-01-03 15:02:52','2021-01-03 10:02:52'),
(31884,14792,'action created','2021-01-03 15:02:52','2021-01-03 10:02:52'),
(31885,14792,'action started via WP Cron','2021-01-03 15:03:31','2021-01-03 10:03:31'),
(31886,14792,'action complete via WP Cron','2021-01-03 15:03:31','2021-01-03 10:03:31'),
(31887,14793,'action created','2021-01-03 15:03:31','2021-01-03 10:03:31'),
(31888,14793,'action started via WP Cron','2021-01-03 15:04:28','2021-01-03 10:04:28'),
(31889,14793,'action complete via WP Cron','2021-01-03 15:04:28','2021-01-03 10:04:28'),
(31890,14794,'action created','2021-01-03 15:04:28','2021-01-03 10:04:28'),
(31891,14794,'action started via WP Cron','2021-01-03 15:05:11','2021-01-03 10:05:11'),
(31892,14794,'action complete via WP Cron','2021-01-03 15:05:11','2021-01-03 10:05:11'),
(31893,14795,'action created','2021-01-03 15:05:11','2021-01-03 10:05:11'),
(31894,14795,'action started via WP Cron','2021-01-03 15:06:23','2021-01-03 10:06:23'),
(31895,14795,'action complete via WP Cron','2021-01-03 15:06:23','2021-01-03 10:06:23'),
(31896,14796,'action created','2021-01-03 15:06:23','2021-01-03 10:06:23'),
(31897,14796,'action started via WP Cron','2021-01-03 15:08:22','2021-01-03 10:08:22'),
(31898,14796,'action complete via WP Cron','2021-01-03 15:08:22','2021-01-03 10:08:22'),
(31899,14797,'action created','2021-01-03 15:08:22','2021-01-03 10:08:22'),
(31900,14797,'action started via WP Cron','2021-01-03 15:09:15','2021-01-03 10:09:15'),
(31901,14797,'action complete via WP Cron','2021-01-03 15:09:15','2021-01-03 10:09:15'),
(31902,14798,'action created','2021-01-03 15:09:15','2021-01-03 10:09:15'),
(31903,14798,'action started via WP Cron','2021-01-03 15:13:00','2021-01-03 10:13:00'),
(31904,14798,'action complete via WP Cron','2021-01-03 15:13:00','2021-01-03 10:13:00'),
(31905,14799,'action created','2021-01-03 15:13:00','2021-01-03 10:13:00'),
(31906,14799,'action started via WP Cron','2021-01-03 15:14:04','2021-01-03 10:14:04'),
(31907,14799,'action complete via WP Cron','2021-01-03 15:14:04','2021-01-03 10:14:04'),
(31908,14800,'action created','2021-01-03 15:14:04','2021-01-03 10:14:04'),
(31909,14800,'action started via WP Cron','2021-01-03 15:15:28','2021-01-03 10:15:28'),
(31910,14800,'action complete via WP Cron','2021-01-03 15:15:28','2021-01-03 10:15:28'),
(31911,14801,'action created','2021-01-03 15:15:28','2021-01-03 10:15:28'),
(31912,14801,'action started via WP Cron','2021-01-03 15:17:03','2021-01-03 10:17:03'),
(31913,14801,'action complete via WP Cron','2021-01-03 15:17:03','2021-01-03 10:17:03'),
(31914,14802,'action created','2021-01-03 15:17:03','2021-01-03 10:17:03'),
(31915,14802,'action started via WP Cron','2021-01-03 15:18:06','2021-01-03 10:18:06'),
(31916,14802,'action complete via WP Cron','2021-01-03 15:18:06','2021-01-03 10:18:06'),
(31917,14803,'action created','2021-01-03 15:18:06','2021-01-03 10:18:06'),
(31918,14803,'action started via WP Cron','2021-01-03 15:20:05','2021-01-03 10:20:05'),
(31919,14803,'action complete via WP Cron','2021-01-03 15:20:05','2021-01-03 10:20:05'),
(31920,14804,'action created','2021-01-03 15:20:05','2021-01-03 10:20:05'),
(31921,14804,'action started via WP Cron','2021-01-03 15:20:22','2021-01-03 10:20:22'),
(31922,14804,'action complete via WP Cron','2021-01-03 15:20:22','2021-01-03 10:20:22'),
(31923,14805,'action created','2021-01-03 15:20:23','2021-01-03 10:20:23'),
(31924,14805,'action started via WP Cron','2021-01-03 15:29:35','2021-01-03 10:29:35'),
(31925,14805,'action complete via WP Cron','2021-01-03 15:29:35','2021-01-03 10:29:35'),
(31926,14806,'action created','2021-01-03 15:29:35','2021-01-03 10:29:35'),
(31927,14806,'action started via WP Cron','2021-01-03 15:32:37','2021-01-03 10:32:37'),
(31928,14806,'action complete via WP Cron','2021-01-03 15:32:37','2021-01-03 10:32:37'),
(31929,14807,'action created','2021-01-03 15:32:37','2021-01-03 10:32:37'),
(31930,14807,'action started via WP Cron','2021-01-03 15:36:01','2021-01-03 10:36:01'),
(31931,14807,'action complete via WP Cron','2021-01-03 15:36:01','2021-01-03 10:36:01'),
(31932,14808,'action created','2021-01-03 15:36:01','2021-01-03 10:36:01'),
(31933,14808,'action started via WP Cron','2021-01-03 15:36:12','2021-01-03 10:36:12'),
(31934,14808,'action complete via WP Cron','2021-01-03 15:36:12','2021-01-03 10:36:12'),
(31935,14809,'action created','2021-01-03 15:36:12','2021-01-03 10:36:12'),
(31936,14809,'action started via WP Cron','2021-01-03 15:38:15','2021-01-03 10:38:15'),
(31937,14809,'action complete via WP Cron','2021-01-03 15:38:15','2021-01-03 10:38:15'),
(31938,14810,'action created','2021-01-03 15:38:15','2021-01-03 10:38:15'),
(31939,14810,'action started via WP Cron','2021-01-03 15:39:42','2021-01-03 10:39:42'),
(31940,14810,'action complete via WP Cron','2021-01-03 15:39:42','2021-01-03 10:39:42'),
(31941,14811,'action created','2021-01-03 15:39:42','2021-01-03 10:39:42'),
(31942,14811,'action started via WP Cron','2021-01-03 15:40:27','2021-01-03 10:40:27'),
(31943,14811,'action complete via WP Cron','2021-01-03 15:40:27','2021-01-03 10:40:27'),
(31944,14812,'action created','2021-01-03 15:40:27','2021-01-03 10:40:27'),
(31945,14812,'action started via WP Cron','2021-01-03 15:41:44','2021-01-03 10:41:44'),
(31946,14812,'action complete via WP Cron','2021-01-03 15:41:44','2021-01-03 10:41:44'),
(31947,14813,'action created','2021-01-03 15:41:44','2021-01-03 10:41:44'),
(31948,14813,'action started via WP Cron','2021-01-03 15:43:27','2021-01-03 10:43:27'),
(31949,14813,'action complete via WP Cron','2021-01-03 15:43:27','2021-01-03 10:43:27'),
(31950,14814,'action created','2021-01-03 15:43:27','2021-01-03 10:43:27'),
(31951,14814,'action started via WP Cron','2021-01-03 15:44:25','2021-01-03 10:44:25'),
(31952,14814,'action complete via WP Cron','2021-01-03 15:44:25','2021-01-03 10:44:25'),
(31953,14815,'action created','2021-01-03 15:44:25','2021-01-03 10:44:25'),
(31954,14815,'action started via WP Cron','2021-01-03 15:47:12','2021-01-03 10:47:12'),
(31955,14815,'action complete via WP Cron','2021-01-03 15:47:12','2021-01-03 10:47:12'),
(31956,14816,'action created','2021-01-03 15:47:12','2021-01-03 10:47:12'),
(31957,14816,'action started via WP Cron','2021-01-03 15:48:49','2021-01-03 10:48:49'),
(31958,14816,'action complete via WP Cron','2021-01-03 15:48:49','2021-01-03 10:48:49'),
(31959,14817,'action created','2021-01-03 15:48:49','2021-01-03 10:48:49'),
(31960,14817,'action started via WP Cron','2021-01-03 15:50:30','2021-01-03 10:50:30'),
(31961,14817,'action complete via WP Cron','2021-01-03 15:50:30','2021-01-03 10:50:30'),
(31962,14818,'action created','2021-01-03 15:50:30','2021-01-03 10:50:30'),
(31963,14818,'action started via WP Cron','2021-01-03 15:51:34','2021-01-03 10:51:34'),
(31964,14818,'action complete via WP Cron','2021-01-03 15:51:34','2021-01-03 10:51:34'),
(31965,14819,'action created','2021-01-03 15:51:34','2021-01-03 10:51:34'),
(31966,14819,'action started via WP Cron','2021-01-03 15:58:25','2021-01-03 10:58:25'),
(31967,14819,'action complete via WP Cron','2021-01-03 15:58:25','2021-01-03 10:58:25'),
(31968,14820,'action created','2021-01-03 15:58:25','2021-01-03 10:58:25'),
(31969,14820,'action started via WP Cron','2021-01-03 15:59:59','2021-01-03 10:59:59'),
(31970,14820,'action complete via WP Cron','2021-01-03 15:59:59','2021-01-03 10:59:59'),
(31971,14821,'action created','2021-01-03 15:59:59','2021-01-03 10:59:59'),
(31972,14821,'action started via WP Cron','2021-01-03 16:01:39','2021-01-03 11:01:39'),
(31973,14821,'action complete via WP Cron','2021-01-03 16:01:39','2021-01-03 11:01:39'),
(31974,14822,'action created','2021-01-03 16:01:39','2021-01-03 11:01:39'),
(31975,14822,'action started via WP Cron','2021-01-03 16:02:49','2021-01-03 11:02:49'),
(31976,14822,'action complete via WP Cron','2021-01-03 16:02:49','2021-01-03 11:02:49'),
(31977,14823,'action created','2021-01-03 16:02:49','2021-01-03 11:02:49'),
(31978,14823,'action started via WP Cron','2021-01-03 16:03:25','2021-01-03 11:03:25'),
(31979,14823,'action complete via WP Cron','2021-01-03 16:03:25','2021-01-03 11:03:25'),
(31980,14824,'action created','2021-01-03 16:03:25','2021-01-03 11:03:25'),
(31981,14824,'action started via WP Cron','2021-01-03 16:04:14','2021-01-03 11:04:14'),
(31982,14824,'action complete via WP Cron','2021-01-03 16:04:14','2021-01-03 11:04:14'),
(31983,14825,'action created','2021-01-03 16:04:14','2021-01-03 11:04:14'),
(31984,14825,'action started via WP Cron','2021-01-03 16:05:16','2021-01-03 11:05:16'),
(31985,14825,'action complete via WP Cron','2021-01-03 16:05:16','2021-01-03 11:05:16'),
(31986,14826,'action created','2021-01-03 16:05:16','2021-01-03 11:05:16'),
(31987,14826,'action started via WP Cron','2021-01-03 16:06:12','2021-01-03 11:06:12'),
(31988,14826,'action complete via WP Cron','2021-01-03 16:06:12','2021-01-03 11:06:12'),
(31989,14827,'action created','2021-01-03 16:06:12','2021-01-03 11:06:12'),
(31990,14827,'action started via WP Cron','2021-01-03 16:07:55','2021-01-03 11:07:55'),
(31991,14827,'action complete via WP Cron','2021-01-03 16:07:55','2021-01-03 11:07:55'),
(31992,14828,'action created','2021-01-03 16:07:55','2021-01-03 11:07:55'),
(31993,14828,'action started via WP Cron','2021-01-03 16:08:39','2021-01-03 11:08:39'),
(31994,14828,'action complete via WP Cron','2021-01-03 16:08:39','2021-01-03 11:08:39'),
(31995,14829,'action created','2021-01-03 16:08:39','2021-01-03 11:08:39'),
(31996,14829,'action started via WP Cron','2021-01-03 16:11:13','2021-01-03 11:11:13'),
(31997,14829,'action complete via WP Cron','2021-01-03 16:11:13','2021-01-03 11:11:13'),
(31998,14830,'action created','2021-01-03 16:11:13','2021-01-03 11:11:13'),
(31999,14830,'action started via WP Cron','2021-01-03 16:14:28','2021-01-03 11:14:28'),
(32000,14830,'action complete via WP Cron','2021-01-03 16:14:28','2021-01-03 11:14:28'),
(32001,14831,'action created','2021-01-03 16:14:28','2021-01-03 11:14:28'),
(32002,14831,'action started via WP Cron','2021-01-03 16:16:36','2021-01-03 11:16:36'),
(32003,14831,'action complete via WP Cron','2021-01-03 16:16:36','2021-01-03 11:16:36'),
(32004,14832,'action created','2021-01-03 16:16:36','2021-01-03 11:16:36'),
(32005,14832,'action started via WP Cron','2021-01-03 16:18:27','2021-01-03 11:18:27'),
(32006,14832,'action complete via WP Cron','2021-01-03 16:18:27','2021-01-03 11:18:27'),
(32007,14833,'action created','2021-01-03 16:18:27','2021-01-03 11:18:27'),
(32008,14833,'action started via WP Cron','2021-01-03 16:19:59','2021-01-03 11:19:59'),
(32009,14833,'action complete via WP Cron','2021-01-03 16:19:59','2021-01-03 11:19:59'),
(32010,14834,'action created','2021-01-03 16:19:59','2021-01-03 11:19:59'),
(32011,14834,'action started via WP Cron','2021-01-03 16:20:46','2021-01-03 11:20:46'),
(32012,14834,'action complete via WP Cron','2021-01-03 16:20:46','2021-01-03 11:20:46'),
(32013,14835,'action created','2021-01-03 16:20:46','2021-01-03 11:20:46'),
(32014,14835,'action started via WP Cron','2021-01-03 16:23:08','2021-01-03 11:23:08'),
(32015,14835,'action complete via WP Cron','2021-01-03 16:23:08','2021-01-03 11:23:08'),
(32016,14836,'action created','2021-01-03 16:23:08','2021-01-03 11:23:08'),
(32017,14836,'action started via WP Cron','2021-01-03 16:24:59','2021-01-03 11:24:59'),
(32018,14836,'action complete via WP Cron','2021-01-03 16:24:59','2021-01-03 11:24:59'),
(32019,14837,'action created','2021-01-03 16:24:59','2021-01-03 11:24:59'),
(32020,14837,'action started via WP Cron','2021-01-03 16:25:12','2021-01-03 11:25:12'),
(32021,14837,'action complete via WP Cron','2021-01-03 16:25:12','2021-01-03 11:25:12'),
(32022,14838,'action created','2021-01-03 16:25:12','2021-01-03 11:25:12'),
(32023,14838,'action started via WP Cron','2021-01-03 16:26:13','2021-01-03 11:26:13'),
(32024,14838,'action complete via WP Cron','2021-01-03 16:26:13','2021-01-03 11:26:13'),
(32025,14839,'action created','2021-01-03 16:26:13','2021-01-03 11:26:13'),
(32026,14839,'action started via WP Cron','2021-01-03 16:27:34','2021-01-03 11:27:34'),
(32027,14839,'action complete via WP Cron','2021-01-03 16:27:34','2021-01-03 11:27:34'),
(32028,14840,'action created','2021-01-03 16:27:35','2021-01-03 11:27:35'),
(32029,14840,'action started via WP Cron','2021-01-03 16:29:17','2021-01-03 11:29:17'),
(32030,14840,'action complete via WP Cron','2021-01-03 16:29:17','2021-01-03 11:29:17'),
(32031,14841,'action created','2021-01-03 16:29:18','2021-01-03 11:29:18'),
(32032,14841,'action started via WP Cron','2021-01-03 16:30:50','2021-01-03 11:30:50'),
(32033,14841,'action complete via WP Cron','2021-01-03 16:30:50','2021-01-03 11:30:50'),
(32034,14842,'action created','2021-01-03 16:30:50','2021-01-03 11:30:50'),
(32035,14842,'action started via WP Cron','2021-01-03 16:33:39','2021-01-03 11:33:39'),
(32036,14842,'action complete via WP Cron','2021-01-03 16:33:39','2021-01-03 11:33:39'),
(32037,14843,'action created','2021-01-03 16:33:39','2021-01-03 11:33:39'),
(32038,14843,'action started via WP Cron','2021-01-03 16:34:27','2021-01-03 11:34:27'),
(32039,14843,'action complete via WP Cron','2021-01-03 16:34:27','2021-01-03 11:34:27'),
(32040,14844,'action created','2021-01-03 16:34:27','2021-01-03 11:34:27'),
(32041,14844,'action started via WP Cron','2021-01-03 16:35:11','2021-01-03 11:35:11'),
(32042,14844,'action complete via WP Cron','2021-01-03 16:35:11','2021-01-03 11:35:11'),
(32043,14845,'action created','2021-01-03 16:35:11','2021-01-03 11:35:11'),
(32044,14845,'action started via WP Cron','2021-01-03 16:36:12','2021-01-03 11:36:12'),
(32045,14845,'action complete via WP Cron','2021-01-03 16:36:12','2021-01-03 11:36:12'),
(32046,14846,'action created','2021-01-03 16:36:12','2021-01-03 11:36:12'),
(32047,14846,'action started via WP Cron','2021-01-03 16:38:26','2021-01-03 11:38:26'),
(32048,14846,'action complete via WP Cron','2021-01-03 16:38:26','2021-01-03 11:38:26'),
(32049,14847,'action created','2021-01-03 16:38:26','2021-01-03 11:38:26'),
(32050,14847,'action started via WP Cron','2021-01-03 16:39:19','2021-01-03 11:39:19'),
(32051,14847,'action complete via WP Cron','2021-01-03 16:39:19','2021-01-03 11:39:19'),
(32052,14848,'action created','2021-01-03 16:39:19','2021-01-03 11:39:19'),
(32053,14848,'action started via WP Cron','2021-01-03 16:40:49','2021-01-03 11:40:49'),
(32054,14848,'action complete via WP Cron','2021-01-03 16:40:49','2021-01-03 11:40:49'),
(32055,14849,'action created','2021-01-03 16:40:49','2021-01-03 11:40:49'),
(32056,14849,'action started via WP Cron','2021-01-03 16:41:16','2021-01-03 11:41:16'),
(32057,14849,'action complete via WP Cron','2021-01-03 16:41:16','2021-01-03 11:41:16'),
(32058,14850,'action created','2021-01-03 16:41:16','2021-01-03 11:41:16'),
(32059,14850,'action started via WP Cron','2021-01-03 16:42:12','2021-01-03 11:42:12'),
(32060,14850,'action complete via WP Cron','2021-01-03 16:42:12','2021-01-03 11:42:12'),
(32061,14851,'action created','2021-01-03 16:42:12','2021-01-03 11:42:12'),
(32062,14851,'action started via WP Cron','2021-01-03 16:43:15','2021-01-03 11:43:15'),
(32063,14851,'action complete via WP Cron','2021-01-03 16:43:15','2021-01-03 11:43:15'),
(32064,14852,'action created','2021-01-03 16:43:15','2021-01-03 11:43:15'),
(32065,14852,'action started via WP Cron','2021-01-03 16:44:17','2021-01-03 11:44:17'),
(32066,14852,'action complete via WP Cron','2021-01-03 16:44:17','2021-01-03 11:44:17'),
(32067,14853,'action created','2021-01-03 16:44:17','2021-01-03 11:44:17'),
(32068,14853,'action started via WP Cron','2021-01-03 16:45:19','2021-01-03 11:45:19'),
(32069,14853,'action complete via WP Cron','2021-01-03 16:45:19','2021-01-03 11:45:19'),
(32070,14854,'action created','2021-01-03 16:45:19','2021-01-03 11:45:19'),
(32071,14854,'action started via WP Cron','2021-01-03 16:46:17','2021-01-03 11:46:17'),
(32072,14854,'action complete via WP Cron','2021-01-03 16:46:17','2021-01-03 11:46:17'),
(32073,14855,'action created','2021-01-03 16:46:17','2021-01-03 11:46:17'),
(32074,14855,'action started via WP Cron','2021-01-03 16:49:23','2021-01-03 11:49:23'),
(32075,14855,'action complete via WP Cron','2021-01-03 16:49:23','2021-01-03 11:49:23'),
(32076,14856,'action created','2021-01-03 16:49:23','2021-01-03 11:49:23'),
(32077,14856,'action started via WP Cron','2021-01-03 16:50:12','2021-01-03 11:50:12'),
(32078,14856,'action complete via WP Cron','2021-01-03 16:50:12','2021-01-03 11:50:12'),
(32079,14857,'action created','2021-01-03 16:50:12','2021-01-03 11:50:12'),
(32080,14857,'action started via WP Cron','2021-01-03 16:52:22','2021-01-03 11:52:22'),
(32081,14857,'action complete via WP Cron','2021-01-03 16:52:22','2021-01-03 11:52:22'),
(32082,14858,'action created','2021-01-03 16:52:22','2021-01-03 11:52:22'),
(32083,14858,'action started via WP Cron','2021-01-03 16:53:29','2021-01-03 11:53:29'),
(32084,14858,'action complete via WP Cron','2021-01-03 16:53:29','2021-01-03 11:53:29'),
(32085,14859,'action created','2021-01-03 16:53:29','2021-01-03 11:53:29'),
(32086,14859,'action started via WP Cron','2021-01-03 16:54:22','2021-01-03 11:54:22'),
(32087,14859,'action complete via WP Cron','2021-01-03 16:54:22','2021-01-03 11:54:22'),
(32088,14860,'action created','2021-01-03 16:54:22','2021-01-03 11:54:22'),
(32089,14860,'action started via WP Cron','2021-01-03 16:55:56','2021-01-03 11:55:56'),
(32090,14860,'action complete via WP Cron','2021-01-03 16:55:56','2021-01-03 11:55:56'),
(32091,14861,'action created','2021-01-03 16:55:56','2021-01-03 11:55:56'),
(32092,14861,'action started via WP Cron','2021-01-03 16:56:24','2021-01-03 11:56:24'),
(32093,14861,'action complete via WP Cron','2021-01-03 16:56:24','2021-01-03 11:56:24'),
(32094,14862,'action created','2021-01-03 16:56:24','2021-01-03 11:56:24'),
(32095,14862,'action started via WP Cron','2021-01-03 16:57:35','2021-01-03 11:57:35'),
(32096,14862,'action complete via WP Cron','2021-01-03 16:57:35','2021-01-03 11:57:35'),
(32097,14863,'action created','2021-01-03 16:57:35','2021-01-03 11:57:35'),
(32098,14863,'action started via WP Cron','2021-01-03 16:58:19','2021-01-03 11:58:19'),
(32099,14863,'action complete via WP Cron','2021-01-03 16:58:19','2021-01-03 11:58:19'),
(32100,14864,'action created','2021-01-03 16:58:19','2021-01-03 11:58:19'),
(32101,14864,'action started via WP Cron','2021-01-03 17:00:19','2021-01-03 12:00:19'),
(32102,14864,'action complete via WP Cron','2021-01-03 17:00:19','2021-01-03 12:00:19'),
(32103,14865,'action created','2021-01-03 17:00:19','2021-01-03 12:00:19'),
(32104,14865,'action started via WP Cron','2021-01-03 17:02:24','2021-01-03 12:02:24'),
(32105,14865,'action complete via WP Cron','2021-01-03 17:02:24','2021-01-03 12:02:24'),
(32106,14866,'action created','2021-01-03 17:02:24','2021-01-03 12:02:24'),
(32107,14866,'action started via WP Cron','2021-01-03 17:03:16','2021-01-03 12:03:16'),
(32108,14866,'action complete via WP Cron','2021-01-03 17:03:16','2021-01-03 12:03:16'),
(32109,14867,'action created','2021-01-03 17:03:16','2021-01-03 12:03:16'),
(32110,14867,'action started via WP Cron','2021-01-03 17:04:12','2021-01-03 12:04:12'),
(32111,14867,'action complete via WP Cron','2021-01-03 17:04:12','2021-01-03 12:04:12'),
(32112,14868,'action created','2021-01-03 17:04:12','2021-01-03 12:04:12'),
(32113,14868,'action started via WP Cron','2021-01-03 17:07:18','2021-01-03 12:07:18'),
(32114,14868,'action complete via WP Cron','2021-01-03 17:07:18','2021-01-03 12:07:18'),
(32115,14869,'action created','2021-01-03 17:07:18','2021-01-03 12:07:18'),
(32116,14869,'action started via WP Cron','2021-01-03 17:08:59','2021-01-03 12:08:59'),
(32117,14869,'action complete via WP Cron','2021-01-03 17:08:59','2021-01-03 12:08:59'),
(32118,14870,'action created','2021-01-03 17:08:59','2021-01-03 12:08:59'),
(32119,14870,'action started via WP Cron','2021-01-03 17:09:23','2021-01-03 12:09:23'),
(32120,14870,'action complete via WP Cron','2021-01-03 17:09:23','2021-01-03 12:09:23'),
(32121,14871,'action created','2021-01-03 17:09:23','2021-01-03 12:09:23'),
(32122,14871,'action started via WP Cron','2021-01-03 17:10:17','2021-01-03 12:10:17'),
(32123,14871,'action complete via WP Cron','2021-01-03 17:10:17','2021-01-03 12:10:17'),
(32124,14872,'action created','2021-01-03 17:10:17','2021-01-03 12:10:17'),
(32125,14872,'action started via WP Cron','2021-01-03 17:11:19','2021-01-03 12:11:19'),
(32126,14872,'action complete via WP Cron','2021-01-03 17:11:19','2021-01-03 12:11:19'),
(32127,14873,'action created','2021-01-03 17:11:20','2021-01-03 12:11:20'),
(32128,14873,'action started via WP Cron','2021-01-03 17:12:18','2021-01-03 12:12:18'),
(32129,14873,'action complete via WP Cron','2021-01-03 17:12:18','2021-01-03 12:12:18'),
(32130,14874,'action created','2021-01-03 17:12:18','2021-01-03 12:12:18'),
(32131,14874,'action started via WP Cron','2021-01-03 17:14:27','2021-01-03 12:14:27'),
(32132,14874,'action complete via WP Cron','2021-01-03 17:14:27','2021-01-03 12:14:27'),
(32133,14875,'action created','2021-01-03 17:14:27','2021-01-03 12:14:27'),
(32134,14875,'action started via WP Cron','2021-01-03 17:15:17','2021-01-03 12:15:17'),
(32135,14875,'action complete via WP Cron','2021-01-03 17:15:17','2021-01-03 12:15:17'),
(32136,14876,'action created','2021-01-03 17:15:17','2021-01-03 12:15:17'),
(32137,14876,'action started via WP Cron','2021-01-03 17:16:16','2021-01-03 12:16:16'),
(32138,14876,'action complete via WP Cron','2021-01-03 17:16:16','2021-01-03 12:16:16'),
(32139,14877,'action created','2021-01-03 17:16:16','2021-01-03 12:16:16'),
(32140,14877,'action started via WP Cron','2021-01-03 17:17:48','2021-01-03 12:17:48'),
(32141,14877,'action complete via WP Cron','2021-01-03 17:17:48','2021-01-03 12:17:48'),
(32142,14878,'action created','2021-01-03 17:17:48','2021-01-03 12:17:48'),
(32143,14878,'action started via WP Cron','2021-01-03 17:18:19','2021-01-03 12:18:19'),
(32144,14878,'action complete via WP Cron','2021-01-03 17:18:19','2021-01-03 12:18:19'),
(32145,14879,'action created','2021-01-03 17:18:20','2021-01-03 12:18:20'),
(32146,14879,'action started via WP Cron','2021-01-03 17:19:17','2021-01-03 12:19:17'),
(32147,14879,'action complete via WP Cron','2021-01-03 17:19:17','2021-01-03 12:19:17'),
(32148,14880,'action created','2021-01-03 17:19:17','2021-01-03 12:19:17'),
(32149,14880,'action started via WP Cron','2021-01-03 17:20:56','2021-01-03 12:20:56'),
(32150,14880,'action complete via WP Cron','2021-01-03 17:20:56','2021-01-03 12:20:56'),
(32151,14881,'action created','2021-01-03 17:20:56','2021-01-03 12:20:56'),
(32152,14881,'action started via WP Cron','2021-01-03 17:22:07','2021-01-03 12:22:07'),
(32153,14881,'action complete via WP Cron','2021-01-03 17:22:07','2021-01-03 12:22:07'),
(32154,14882,'action created','2021-01-03 17:22:07','2021-01-03 12:22:07'),
(32155,14882,'action started via WP Cron','2021-01-03 17:25:31','2021-01-03 12:25:31'),
(32156,14882,'action complete via WP Cron','2021-01-03 17:25:31','2021-01-03 12:25:31'),
(32157,14883,'action created','2021-01-03 17:25:31','2021-01-03 12:25:31'),
(32158,14883,'action started via WP Cron','2021-01-03 17:27:12','2021-01-03 12:27:12'),
(32159,14883,'action complete via WP Cron','2021-01-03 17:27:12','2021-01-03 12:27:12'),
(32160,14884,'action created','2021-01-03 17:27:12','2021-01-03 12:27:12'),
(32161,14884,'action started via WP Cron','2021-01-03 17:30:01','2021-01-03 12:30:01'),
(32162,14884,'action complete via WP Cron','2021-01-03 17:30:01','2021-01-03 12:30:01'),
(32163,14885,'action created','2021-01-03 17:30:02','2021-01-03 12:30:02'),
(32164,14885,'action started via WP Cron','2021-01-03 17:31:30','2021-01-03 12:31:30'),
(32165,14885,'action complete via WP Cron','2021-01-03 17:31:30','2021-01-03 12:31:30'),
(32166,14886,'action created','2021-01-03 17:31:30','2021-01-03 12:31:30'),
(32167,14886,'action started via WP Cron','2021-01-03 17:32:13','2021-01-03 12:32:13'),
(32168,14886,'action complete via WP Cron','2021-01-03 17:32:13','2021-01-03 12:32:13'),
(32169,14887,'action created','2021-01-03 17:32:13','2021-01-03 12:32:13'),
(32170,14887,'action started via WP Cron','2021-01-03 17:33:58','2021-01-03 12:33:58'),
(32171,14887,'action complete via WP Cron','2021-01-03 17:33:58','2021-01-03 12:33:58'),
(32172,14888,'action created','2021-01-03 17:33:58','2021-01-03 12:33:58'),
(32173,14888,'action started via WP Cron','2021-01-03 17:34:20','2021-01-03 12:34:20'),
(32174,14888,'action complete via WP Cron','2021-01-03 17:34:20','2021-01-03 12:34:20'),
(32175,14889,'action created','2021-01-03 17:34:20','2021-01-03 12:34:20'),
(32176,14889,'action started via WP Cron','2021-01-03 17:35:43','2021-01-03 12:35:43'),
(32177,14889,'action complete via WP Cron','2021-01-03 17:35:43','2021-01-03 12:35:43'),
(32178,14890,'action created','2021-01-03 17:35:43','2021-01-03 12:35:43'),
(32179,14890,'action started via WP Cron','2021-01-03 17:36:13','2021-01-03 12:36:13'),
(32180,14890,'action complete via WP Cron','2021-01-03 17:36:13','2021-01-03 12:36:13'),
(32181,14891,'action created','2021-01-03 17:36:13','2021-01-03 12:36:13'),
(32182,14891,'action started via WP Cron','2021-01-03 17:37:47','2021-01-03 12:37:47'),
(32183,14891,'action complete via WP Cron','2021-01-03 17:37:47','2021-01-03 12:37:47'),
(32184,14892,'action created','2021-01-03 17:37:47','2021-01-03 12:37:47'),
(32185,14892,'action started via WP Cron','2021-01-03 17:38:21','2021-01-03 12:38:21'),
(32186,14892,'action complete via WP Cron','2021-01-03 17:38:21','2021-01-03 12:38:21'),
(32187,14893,'action created','2021-01-03 17:38:21','2021-01-03 12:38:21'),
(32188,14893,'action started via WP Cron','2021-01-03 17:39:37','2021-01-03 12:39:37'),
(32189,14893,'action complete via WP Cron','2021-01-03 17:39:37','2021-01-03 12:39:37'),
(32190,14894,'action created','2021-01-03 17:39:37','2021-01-03 12:39:37'),
(32191,14894,'action started via WP Cron','2021-01-03 17:43:23','2021-01-03 12:43:23'),
(32192,14894,'action complete via WP Cron','2021-01-03 17:43:23','2021-01-03 12:43:23'),
(32193,14895,'action created','2021-01-03 17:43:23','2021-01-03 12:43:23'),
(32194,14895,'action started via WP Cron','2021-01-03 17:44:16','2021-01-03 12:44:16'),
(32195,14895,'action complete via WP Cron','2021-01-03 17:44:16','2021-01-03 12:44:16'),
(32196,14896,'action created','2021-01-03 17:44:16','2021-01-03 12:44:16'),
(32197,14896,'action started via WP Cron','2021-01-03 17:45:14','2021-01-03 12:45:14'),
(32198,14896,'action complete via WP Cron','2021-01-03 17:45:14','2021-01-03 12:45:14'),
(32199,14897,'action created','2021-01-03 17:45:14','2021-01-03 12:45:14'),
(32200,14897,'action started via WP Cron','2021-01-03 17:46:30','2021-01-03 12:46:30'),
(32201,14897,'action complete via WP Cron','2021-01-03 17:46:30','2021-01-03 12:46:30'),
(32202,14898,'action created','2021-01-03 17:46:30','2021-01-03 12:46:30'),
(32203,14898,'action started via WP Cron','2021-01-03 17:47:28','2021-01-03 12:47:28'),
(32204,14898,'action complete via WP Cron','2021-01-03 17:47:28','2021-01-03 12:47:28'),
(32205,14899,'action created','2021-01-03 17:47:28','2021-01-03 12:47:28'),
(32206,14899,'action started via WP Cron','2021-01-03 17:48:32','2021-01-03 12:48:32'),
(32207,14899,'action complete via WP Cron','2021-01-03 17:48:32','2021-01-03 12:48:32'),
(32208,14900,'action created','2021-01-03 17:48:32','2021-01-03 12:48:32'),
(32209,14900,'action started via WP Cron','2021-01-03 17:50:24','2021-01-03 12:50:24'),
(32210,14900,'action complete via WP Cron','2021-01-03 17:50:24','2021-01-03 12:50:24'),
(32211,14901,'action created','2021-01-03 17:50:24','2021-01-03 12:50:24'),
(32212,14901,'action started via WP Cron','2021-01-03 17:51:36','2021-01-03 12:51:36'),
(32213,14901,'action complete via WP Cron','2021-01-03 17:51:36','2021-01-03 12:51:36'),
(32214,14902,'action created','2021-01-03 17:51:36','2021-01-03 12:51:36'),
(32215,14902,'action started via WP Cron','2021-01-03 17:53:25','2021-01-03 12:53:25'),
(32216,14902,'action complete via WP Cron','2021-01-03 17:53:25','2021-01-03 12:53:25'),
(32217,14903,'action created','2021-01-03 17:53:25','2021-01-03 12:53:25'),
(32218,14903,'action started via WP Cron','2021-01-03 17:54:21','2021-01-03 12:54:21'),
(32219,14903,'action complete via WP Cron','2021-01-03 17:54:21','2021-01-03 12:54:21'),
(32220,14904,'action created','2021-01-03 17:54:21','2021-01-03 12:54:21'),
(32221,14904,'action started via WP Cron','2021-01-03 17:56:15','2021-01-03 12:56:15'),
(32222,14904,'action complete via WP Cron','2021-01-03 17:56:15','2021-01-03 12:56:15'),
(32223,14905,'action created','2021-01-03 17:56:15','2021-01-03 12:56:15'),
(32224,14905,'action started via WP Cron','2021-01-03 17:57:21','2021-01-03 12:57:21'),
(32225,14905,'action complete via WP Cron','2021-01-03 17:57:21','2021-01-03 12:57:21'),
(32226,14906,'action created','2021-01-03 17:57:21','2021-01-03 12:57:21'),
(32227,14906,'action started via WP Cron','2021-01-03 17:58:23','2021-01-03 12:58:23'),
(32228,14906,'action complete via WP Cron','2021-01-03 17:58:23','2021-01-03 12:58:23'),
(32229,14907,'action created','2021-01-03 17:58:23','2021-01-03 12:58:23'),
(32230,14907,'action started via WP Cron','2021-01-03 17:59:34','2021-01-03 12:59:34'),
(32231,14907,'action complete via WP Cron','2021-01-03 17:59:34','2021-01-03 12:59:34'),
(32232,14908,'action created','2021-01-03 17:59:34','2021-01-03 12:59:34'),
(32233,14908,'action started via WP Cron','2021-01-03 18:00:55','2021-01-03 13:00:55'),
(32234,14908,'action complete via WP Cron','2021-01-03 18:00:55','2021-01-03 13:00:55'),
(32235,14909,'action created','2021-01-03 18:00:55','2021-01-03 13:00:55'),
(32236,14909,'action started via WP Cron','2021-01-03 18:02:18','2021-01-03 13:02:18'),
(32237,14909,'action complete via WP Cron','2021-01-03 18:02:18','2021-01-03 13:02:18'),
(32238,14910,'action created','2021-01-03 18:02:18','2021-01-03 13:02:18'),
(32239,14910,'action started via WP Cron','2021-01-03 18:03:47','2021-01-03 13:03:47'),
(32240,14910,'action complete via WP Cron','2021-01-03 18:03:47','2021-01-03 13:03:47'),
(32241,14911,'action created','2021-01-03 18:03:47','2021-01-03 13:03:47'),
(32242,14911,'action started via WP Cron','2021-01-03 18:04:16','2021-01-03 13:04:16'),
(32243,14911,'action complete via WP Cron','2021-01-03 18:04:16','2021-01-03 13:04:16'),
(32244,14912,'action created','2021-01-03 18:04:16','2021-01-03 13:04:16'),
(32245,14912,'action started via WP Cron','2021-01-03 18:05:59','2021-01-03 13:05:59'),
(32246,14912,'action complete via WP Cron','2021-01-03 18:05:59','2021-01-03 13:05:59'),
(32247,14913,'action created','2021-01-03 18:05:59','2021-01-03 13:05:59'),
(32248,14913,'action started via WP Cron','2021-01-03 18:06:37','2021-01-03 13:06:37'),
(32249,14913,'action complete via WP Cron','2021-01-03 18:06:37','2021-01-03 13:06:37'),
(32250,14914,'action created','2021-01-03 18:06:37','2021-01-03 13:06:37'),
(32251,14914,'action started via WP Cron','2021-01-03 18:07:37','2021-01-03 13:07:37'),
(32252,14914,'action complete via WP Cron','2021-01-03 18:07:37','2021-01-03 13:07:37'),
(32253,14915,'action created','2021-01-03 18:07:37','2021-01-03 13:07:37'),
(32254,14915,'action started via WP Cron','2021-01-03 18:08:17','2021-01-03 13:08:17'),
(32255,14915,'action complete via WP Cron','2021-01-03 18:08:17','2021-01-03 13:08:17'),
(32256,14916,'action created','2021-01-03 18:08:17','2021-01-03 13:08:17'),
(32257,14916,'action started via WP Cron','2021-01-03 18:10:08','2021-01-03 13:10:08'),
(32258,14916,'action complete via WP Cron','2021-01-03 18:10:08','2021-01-03 13:10:08'),
(32259,14917,'action created','2021-01-03 18:10:08','2021-01-03 13:10:08'),
(32260,14917,'action started via WP Cron','2021-01-03 18:10:37','2021-01-03 13:10:37'),
(32261,14917,'action complete via WP Cron','2021-01-03 18:10:37','2021-01-03 13:10:37'),
(32262,14918,'action created','2021-01-03 18:10:37','2021-01-03 13:10:37'),
(32263,14918,'action started via WP Cron','2021-01-03 18:11:18','2021-01-03 13:11:18'),
(32264,14918,'action complete via WP Cron','2021-01-03 18:11:18','2021-01-03 13:11:18'),
(32265,14919,'action created','2021-01-03 18:11:18','2021-01-03 13:11:18'),
(32266,14919,'action started via WP Cron','2021-01-03 18:13:12','2021-01-03 13:13:12'),
(32267,14919,'action complete via WP Cron','2021-01-03 18:13:12','2021-01-03 13:13:12'),
(32268,14920,'action created','2021-01-03 18:13:12','2021-01-03 13:13:12'),
(32269,14920,'action started via WP Cron','2021-01-03 18:16:00','2021-01-03 13:16:00'),
(32270,14920,'action complete via WP Cron','2021-01-03 18:16:00','2021-01-03 13:16:00'),
(32271,14921,'action created','2021-01-03 18:16:00','2021-01-03 13:16:00'),
(32272,14921,'action started via WP Cron','2021-01-03 18:16:20','2021-01-03 13:16:20'),
(32273,14921,'action complete via WP Cron','2021-01-03 18:16:20','2021-01-03 13:16:20'),
(32274,14922,'action created','2021-01-03 18:16:21','2021-01-03 13:16:21'),
(32275,14922,'action started via WP Cron','2021-01-03 18:17:13','2021-01-03 13:17:13'),
(32276,14922,'action complete via WP Cron','2021-01-03 18:17:13','2021-01-03 13:17:13'),
(32277,14923,'action created','2021-01-03 18:17:13','2021-01-03 13:17:13'),
(32278,14923,'action started via WP Cron','2021-01-03 18:21:58','2021-01-03 13:21:58'),
(32279,14923,'action complete via WP Cron','2021-01-03 18:21:58','2021-01-03 13:21:58'),
(32280,14924,'action created','2021-01-03 18:21:58','2021-01-03 13:21:58'),
(32281,14924,'action started via WP Cron','2021-01-03 18:24:10','2021-01-03 13:24:10'),
(32282,14924,'action complete via WP Cron','2021-01-03 18:24:10','2021-01-03 13:24:10'),
(32283,14925,'action created','2021-01-03 18:24:10','2021-01-03 13:24:10'),
(32284,14925,'action started via WP Cron','2021-01-03 18:33:01','2021-01-03 13:33:01'),
(32285,14925,'action complete via WP Cron','2021-01-03 18:33:01','2021-01-03 13:33:01'),
(32286,14926,'action created','2021-01-03 18:33:01','2021-01-03 13:33:01'),
(32287,14926,'action started via WP Cron','2021-01-03 18:33:51','2021-01-03 13:33:51'),
(32288,14926,'action complete via WP Cron','2021-01-03 18:33:51','2021-01-03 13:33:51'),
(32289,14927,'action created','2021-01-03 18:33:51','2021-01-03 13:33:51'),
(32290,14927,'action started via WP Cron','2021-01-03 18:34:42','2021-01-03 13:34:42'),
(32291,14927,'action complete via WP Cron','2021-01-03 18:34:42','2021-01-03 13:34:42'),
(32292,14928,'action created','2021-01-03 18:34:42','2021-01-03 13:34:42'),
(32293,14928,'action started via WP Cron','2021-01-03 18:35:22','2021-01-03 13:35:22'),
(32294,14928,'action complete via WP Cron','2021-01-03 18:35:22','2021-01-03 13:35:22'),
(32295,14929,'action created','2021-01-03 18:35:22','2021-01-03 13:35:22'),
(32296,14929,'action started via WP Cron','2021-01-03 18:37:03','2021-01-03 13:37:03'),
(32297,14929,'action complete via WP Cron','2021-01-03 18:37:03','2021-01-03 13:37:03'),
(32298,14930,'action created','2021-01-03 18:37:03','2021-01-03 13:37:03'),
(32299,14930,'action started via WP Cron','2021-01-03 18:40:19','2021-01-03 13:40:19'),
(32300,14930,'action complete via WP Cron','2021-01-03 18:40:19','2021-01-03 13:40:19'),
(32301,14931,'action created','2021-01-03 18:40:19','2021-01-03 13:40:19'),
(32302,14931,'action started via WP Cron','2021-01-03 18:41:40','2021-01-03 13:41:40'),
(32303,14931,'action complete via WP Cron','2021-01-03 18:41:40','2021-01-03 13:41:40'),
(32304,14932,'action created','2021-01-03 18:41:40','2021-01-03 13:41:40'),
(32305,14932,'action started via WP Cron','2021-01-03 18:42:23','2021-01-03 13:42:23'),
(32306,14932,'action complete via WP Cron','2021-01-03 18:42:24','2021-01-03 13:42:24'),
(32307,14933,'action created','2021-01-03 18:42:24','2021-01-03 13:42:24'),
(32308,14933,'action started via WP Cron','2021-01-03 18:43:13','2021-01-03 13:43:13'),
(32309,14933,'action complete via WP Cron','2021-01-03 18:43:13','2021-01-03 13:43:13'),
(32310,14934,'action created','2021-01-03 18:43:13','2021-01-03 13:43:13'),
(32311,14934,'action started via WP Cron','2021-01-03 18:44:41','2021-01-03 13:44:41'),
(32312,14934,'action complete via WP Cron','2021-01-03 18:44:41','2021-01-03 13:44:41'),
(32313,14935,'action created','2021-01-03 18:44:41','2021-01-03 13:44:41'),
(32314,14935,'action started via WP Cron','2021-01-03 18:45:26','2021-01-03 13:45:26'),
(32315,14935,'action complete via WP Cron','2021-01-03 18:45:26','2021-01-03 13:45:26'),
(32316,14936,'action created','2021-01-03 18:45:26','2021-01-03 13:45:26'),
(32317,14936,'action started via WP Cron','2021-01-03 18:48:03','2021-01-03 13:48:03'),
(32318,14936,'action complete via WP Cron','2021-01-03 18:48:03','2021-01-03 13:48:03'),
(32319,14937,'action created','2021-01-03 18:48:03','2021-01-03 13:48:03'),
(32320,14937,'action started via WP Cron','2021-01-03 18:48:23','2021-01-03 13:48:23'),
(32321,14937,'action complete via WP Cron','2021-01-03 18:48:23','2021-01-03 13:48:23'),
(32322,14938,'action created','2021-01-03 18:48:23','2021-01-03 13:48:23'),
(32323,14938,'action started via WP Cron','2021-01-03 18:49:41','2021-01-03 13:49:41'),
(32324,14938,'action complete via WP Cron','2021-01-03 18:49:41','2021-01-03 13:49:41'),
(32325,14939,'action created','2021-01-03 18:49:41','2021-01-03 13:49:41'),
(32326,14939,'action started via WP Cron','2021-01-03 18:51:43','2021-01-03 13:51:43'),
(32327,14939,'action complete via WP Cron','2021-01-03 18:51:43','2021-01-03 13:51:43'),
(32328,14940,'action created','2021-01-03 18:51:43','2021-01-03 13:51:43'),
(32329,14940,'action started via WP Cron','2021-01-03 18:52:22','2021-01-03 13:52:22'),
(32330,14940,'action complete via WP Cron','2021-01-03 18:52:22','2021-01-03 13:52:22'),
(32331,14941,'action created','2021-01-03 18:52:22','2021-01-03 13:52:22'),
(32332,14941,'action started via WP Cron','2021-01-03 18:54:04','2021-01-03 13:54:04'),
(32333,14941,'action complete via WP Cron','2021-01-03 18:54:04','2021-01-03 13:54:04'),
(32334,14942,'action created','2021-01-03 18:54:04','2021-01-03 13:54:04'),
(32335,14942,'action started via WP Cron','2021-01-03 18:54:17','2021-01-03 13:54:17'),
(32336,14942,'action complete via WP Cron','2021-01-03 18:54:17','2021-01-03 13:54:17'),
(32337,14943,'action created','2021-01-03 18:54:17','2021-01-03 13:54:17'),
(32338,14943,'action started via WP Cron','2021-01-03 18:56:50','2021-01-03 13:56:50'),
(32339,14943,'action complete via WP Cron','2021-01-03 18:56:50','2021-01-03 13:56:50'),
(32340,14944,'action created','2021-01-03 18:56:50','2021-01-03 13:56:50'),
(32341,14944,'action started via WP Cron','2021-01-03 18:57:28','2021-01-03 13:57:28'),
(32342,14944,'action complete via WP Cron','2021-01-03 18:57:28','2021-01-03 13:57:28'),
(32343,14945,'action created','2021-01-03 18:57:28','2021-01-03 13:57:28'),
(32344,14945,'action started via WP Cron','2021-01-03 19:00:34','2021-01-03 14:00:34'),
(32345,14945,'action complete via WP Cron','2021-01-03 19:00:34','2021-01-03 14:00:34'),
(32346,14946,'action created','2021-01-03 19:00:34','2021-01-03 14:00:34'),
(32347,14946,'action started via WP Cron','2021-01-03 19:01:23','2021-01-03 14:01:23'),
(32348,14946,'action complete via WP Cron','2021-01-03 19:01:24','2021-01-03 14:01:24'),
(32349,14947,'action created','2021-01-03 19:01:24','2021-01-03 14:01:24'),
(32350,14947,'action started via WP Cron','2021-01-03 19:02:47','2021-01-03 14:02:47'),
(32351,14947,'action complete via WP Cron','2021-01-03 19:02:47','2021-01-03 14:02:47'),
(32352,14948,'action created','2021-01-03 19:02:47','2021-01-03 14:02:47'),
(32353,14948,'action started via WP Cron','2021-01-03 19:03:29','2021-01-03 14:03:29'),
(32354,14948,'action complete via WP Cron','2021-01-03 19:03:29','2021-01-03 14:03:29'),
(32355,14949,'action created','2021-01-03 19:03:29','2021-01-03 14:03:29'),
(32356,14949,'action started via WP Cron','2021-01-03 19:04:46','2021-01-03 14:04:46'),
(32357,14949,'action complete via WP Cron','2021-01-03 19:04:46','2021-01-03 14:04:46'),
(32358,14950,'action created','2021-01-03 19:04:46','2021-01-03 14:04:46'),
(32359,14950,'action started via WP Cron','2021-01-03 19:05:37','2021-01-03 14:05:37'),
(32360,14950,'action complete via WP Cron','2021-01-03 19:05:37','2021-01-03 14:05:37'),
(32361,14951,'action created','2021-01-03 19:05:37','2021-01-03 14:05:37'),
(32362,14951,'action started via WP Cron','2021-01-03 19:07:00','2021-01-03 14:07:00'),
(32363,14951,'action complete via WP Cron','2021-01-03 19:07:00','2021-01-03 14:07:00'),
(32364,14952,'action created','2021-01-03 19:07:00','2021-01-03 14:07:00'),
(32365,14952,'action started via WP Cron','2021-01-03 19:08:36','2021-01-03 14:08:36'),
(32366,14952,'action complete via WP Cron','2021-01-03 19:08:36','2021-01-03 14:08:36'),
(32367,14953,'action created','2021-01-03 19:08:36','2021-01-03 14:08:36'),
(32368,14953,'action started via WP Cron','2021-01-03 19:09:57','2021-01-03 14:09:57'),
(32369,14953,'action complete via WP Cron','2021-01-03 19:09:57','2021-01-03 14:09:57'),
(32370,14954,'action created','2021-01-03 19:09:57','2021-01-03 14:09:57'),
(32371,14954,'action started via WP Cron','2021-01-03 19:10:13','2021-01-03 14:10:13'),
(32372,14954,'action complete via WP Cron','2021-01-03 19:10:13','2021-01-03 14:10:13'),
(32373,14955,'action created','2021-01-03 19:10:13','2021-01-03 14:10:13'),
(32374,14955,'action started via WP Cron','2021-01-03 19:11:21','2021-01-03 14:11:21'),
(32375,14955,'action complete via WP Cron','2021-01-03 19:11:21','2021-01-03 14:11:21'),
(32376,14956,'action created','2021-01-03 19:11:21','2021-01-03 14:11:21'),
(32377,14956,'action started via WP Cron','2021-01-03 19:12:28','2021-01-03 14:12:28'),
(32378,14956,'action complete via WP Cron','2021-01-03 19:12:28','2021-01-03 14:12:28'),
(32379,14957,'action created','2021-01-03 19:12:28','2021-01-03 14:12:28'),
(32380,14957,'action started via WP Cron','2021-01-03 19:13:15','2021-01-03 14:13:15'),
(32381,14957,'action complete via WP Cron','2021-01-03 19:13:15','2021-01-03 14:13:15'),
(32382,14958,'action created','2021-01-03 19:13:15','2021-01-03 14:13:15'),
(32383,14958,'action started via WP Cron','2021-01-03 19:14:16','2021-01-03 14:14:16'),
(32384,14958,'action complete via WP Cron','2021-01-03 19:14:16','2021-01-03 14:14:16'),
(32385,14959,'action created','2021-01-03 19:14:16','2021-01-03 14:14:16'),
(32386,14959,'action started via WP Cron','2021-01-03 19:15:46','2021-01-03 14:15:46'),
(32387,14959,'action complete via WP Cron','2021-01-03 19:15:46','2021-01-03 14:15:46'),
(32388,14960,'action created','2021-01-03 19:15:46','2021-01-03 14:15:46'),
(32389,14960,'action started via WP Cron','2021-01-03 19:16:15','2021-01-03 14:16:15'),
(32390,14960,'action complete via WP Cron','2021-01-03 19:16:15','2021-01-03 14:16:15'),
(32391,14961,'action created','2021-01-03 19:16:15','2021-01-03 14:16:15'),
(32392,14961,'action started via WP Cron','2021-01-03 19:18:37','2021-01-03 14:18:37'),
(32393,14961,'action complete via WP Cron','2021-01-03 19:18:37','2021-01-03 14:18:37'),
(32394,14962,'action created','2021-01-03 19:18:37','2021-01-03 14:18:37'),
(32395,14962,'action started via WP Cron','2021-01-03 19:20:27','2021-01-03 14:20:27'),
(32396,14962,'action complete via WP Cron','2021-01-03 19:20:27','2021-01-03 14:20:27'),
(32397,14963,'action created','2021-01-03 19:20:27','2021-01-03 14:20:27'),
(32398,14963,'action started via WP Cron','2021-01-03 19:21:35','2021-01-03 14:21:35'),
(32399,14963,'action complete via WP Cron','2021-01-03 19:21:35','2021-01-03 14:21:35'),
(32400,14964,'action created','2021-01-03 19:21:35','2021-01-03 14:21:35'),
(32401,14964,'action started via WP Cron','2021-01-03 19:22:13','2021-01-03 14:22:13'),
(32402,14964,'action complete via WP Cron','2021-01-03 19:22:13','2021-01-03 14:22:13'),
(32403,14965,'action created','2021-01-03 19:22:13','2021-01-03 14:22:13'),
(32404,14965,'action started via WP Cron','2021-01-03 19:23:44','2021-01-03 14:23:44'),
(32405,14965,'action complete via WP Cron','2021-01-03 19:23:44','2021-01-03 14:23:44'),
(32406,14966,'action created','2021-01-03 19:23:44','2021-01-03 14:23:44'),
(32407,14966,'action started via WP Cron','2021-01-03 19:24:15','2021-01-03 14:24:15'),
(32408,14966,'action complete via WP Cron','2021-01-03 19:24:15','2021-01-03 14:24:15'),
(32409,14967,'action created','2021-01-03 19:24:15','2021-01-03 14:24:15'),
(32410,14967,'action started via WP Cron','2021-01-03 19:25:11','2021-01-03 14:25:11'),
(32411,14967,'action complete via WP Cron','2021-01-03 19:25:11','2021-01-03 14:25:11'),
(32412,14968,'action created','2021-01-03 19:25:11','2021-01-03 14:25:11'),
(32413,14968,'action started via WP Cron','2021-01-03 19:27:09','2021-01-03 14:27:09'),
(32414,14968,'action complete via WP Cron','2021-01-03 19:27:09','2021-01-03 14:27:09'),
(32415,14969,'action created','2021-01-03 19:27:09','2021-01-03 14:27:09'),
(32416,14969,'action started via WP Cron','2021-01-03 19:28:31','2021-01-03 14:28:31'),
(32417,14969,'action complete via WP Cron','2021-01-03 19:28:31','2021-01-03 14:28:31'),
(32418,14970,'action created','2021-01-03 19:28:31','2021-01-03 14:28:31'),
(32419,14970,'action started via WP Cron','2021-01-03 19:29:18','2021-01-03 14:29:18'),
(32420,14970,'action complete via WP Cron','2021-01-03 19:29:18','2021-01-03 14:29:18'),
(32421,14971,'action created','2021-01-03 19:29:18','2021-01-03 14:29:18'),
(32422,14971,'action started via WP Cron','2021-01-03 19:30:50','2021-01-03 14:30:50'),
(32423,14971,'action complete via WP Cron','2021-01-03 19:30:50','2021-01-03 14:30:50'),
(32424,14972,'action created','2021-01-03 19:30:50','2021-01-03 14:30:50'),
(32425,14972,'action started via WP Cron','2021-01-03 19:31:30','2021-01-03 14:31:30'),
(32426,14972,'action complete via WP Cron','2021-01-03 19:31:30','2021-01-03 14:31:30'),
(32427,14973,'action created','2021-01-03 19:31:30','2021-01-03 14:31:30'),
(32428,14973,'action started via WP Cron','2021-01-03 19:32:12','2021-01-03 14:32:12'),
(32429,14973,'action complete via WP Cron','2021-01-03 19:32:12','2021-01-03 14:32:12'),
(32430,14974,'action created','2021-01-03 19:32:12','2021-01-03 14:32:12'),
(32431,14974,'action started via WP Cron','2021-01-03 19:35:45','2021-01-03 14:35:45'),
(32432,14974,'action complete via WP Cron','2021-01-03 19:35:45','2021-01-03 14:35:45'),
(32433,14975,'action created','2021-01-03 19:35:45','2021-01-03 14:35:45'),
(32434,14975,'action started via WP Cron','2021-01-03 19:37:14','2021-01-03 14:37:14'),
(32435,14975,'action complete via WP Cron','2021-01-03 19:37:14','2021-01-03 14:37:14'),
(32436,14976,'action created','2021-01-03 19:37:14','2021-01-03 14:37:14'),
(32437,14976,'action started via WP Cron','2021-01-03 19:38:30','2021-01-03 14:38:30'),
(32438,14976,'action complete via WP Cron','2021-01-03 19:38:30','2021-01-03 14:38:30'),
(32439,14977,'action created','2021-01-03 19:38:30','2021-01-03 14:38:30'),
(32440,14977,'action started via WP Cron','2021-01-03 19:39:16','2021-01-03 14:39:16'),
(32441,14977,'action complete via WP Cron','2021-01-03 19:39:16','2021-01-03 14:39:16'),
(32442,14978,'action created','2021-01-03 19:39:16','2021-01-03 14:39:16'),
(32443,14978,'action started via WP Cron','2021-01-03 19:40:28','2021-01-03 14:40:28'),
(32444,14978,'action complete via WP Cron','2021-01-03 19:40:28','2021-01-03 14:40:28'),
(32445,14979,'action created','2021-01-03 19:40:28','2021-01-03 14:40:28'),
(32446,14979,'action started via WP Cron','2021-01-03 19:43:11','2021-01-03 14:43:11'),
(32447,14979,'action complete via WP Cron','2021-01-03 19:43:11','2021-01-03 14:43:11'),
(32448,14980,'action created','2021-01-03 19:43:11','2021-01-03 14:43:11'),
(32449,14980,'action started via WP Cron','2021-01-03 19:45:43','2021-01-03 14:45:43'),
(32450,14980,'action complete via WP Cron','2021-01-03 19:45:43','2021-01-03 14:45:43'),
(32451,14981,'action created','2021-01-03 19:45:43','2021-01-03 14:45:43'),
(32452,14981,'action started via WP Cron','2021-01-03 19:47:57','2021-01-03 14:47:57'),
(32453,14981,'action complete via WP Cron','2021-01-03 19:47:57','2021-01-03 14:47:57'),
(32454,14982,'action created','2021-01-03 19:47:57','2021-01-03 14:47:57'),
(32455,14982,'action started via WP Cron','2021-01-03 19:49:38','2021-01-03 14:49:38'),
(32456,14982,'action complete via WP Cron','2021-01-03 19:49:38','2021-01-03 14:49:38'),
(32457,14983,'action created','2021-01-03 19:49:38','2021-01-03 14:49:38'),
(32458,14983,'action started via WP Cron','2021-01-03 19:52:06','2021-01-03 14:52:06'),
(32459,14983,'action complete via WP Cron','2021-01-03 19:52:06','2021-01-03 14:52:06'),
(32460,14984,'action created','2021-01-03 19:52:06','2021-01-03 14:52:06'),
(32461,14984,'action started via WP Cron','2021-01-03 19:52:18','2021-01-03 14:52:18'),
(32462,14984,'action complete via WP Cron','2021-01-03 19:52:19','2021-01-03 14:52:19'),
(32463,14985,'action created','2021-01-03 19:52:19','2021-01-03 14:52:19'),
(32464,14985,'action started via WP Cron','2021-01-03 19:55:12','2021-01-03 14:55:12'),
(32465,14985,'action complete via WP Cron','2021-01-03 19:55:12','2021-01-03 14:55:12'),
(32466,14986,'action created','2021-01-03 19:55:12','2021-01-03 14:55:12'),
(32467,14986,'action started via WP Cron','2021-01-03 19:57:21','2021-01-03 14:57:21'),
(32468,14986,'action complete via WP Cron','2021-01-03 19:57:21','2021-01-03 14:57:21'),
(32469,14987,'action created','2021-01-03 19:57:21','2021-01-03 14:57:21'),
(32470,14987,'action started via WP Cron','2021-01-03 19:58:22','2021-01-03 14:58:22'),
(32471,14987,'action complete via WP Cron','2021-01-03 19:58:22','2021-01-03 14:58:22'),
(32472,14988,'action created','2021-01-03 19:58:22','2021-01-03 14:58:22'),
(32473,14988,'action started via WP Cron','2021-01-03 20:00:43','2021-01-03 15:00:43'),
(32474,14988,'action complete via WP Cron','2021-01-03 20:00:43','2021-01-03 15:00:43'),
(32475,14989,'action created','2021-01-03 20:00:43','2021-01-03 15:00:43'),
(32476,14989,'action started via WP Cron','2021-01-03 20:01:19','2021-01-03 15:01:19'),
(32477,14989,'action complete via WP Cron','2021-01-03 20:01:19','2021-01-03 15:01:19'),
(32478,14990,'action created','2021-01-03 20:01:19','2021-01-03 15:01:19'),
(32479,14990,'action started via WP Cron','2021-01-03 20:02:42','2021-01-03 15:02:42'),
(32480,14990,'action complete via WP Cron','2021-01-03 20:02:42','2021-01-03 15:02:42'),
(32481,14991,'action created','2021-01-03 20:02:42','2021-01-03 15:02:42'),
(32482,14991,'action started via WP Cron','2021-01-03 20:06:08','2021-01-03 15:06:08'),
(32483,14991,'action complete via WP Cron','2021-01-03 20:06:08','2021-01-03 15:06:08'),
(32484,14992,'action created','2021-01-03 20:06:08','2021-01-03 15:06:08'),
(32485,14992,'action started via WP Cron','2021-01-03 20:06:28','2021-01-03 15:06:28'),
(32486,14992,'action complete via WP Cron','2021-01-03 20:06:28','2021-01-03 15:06:28'),
(32487,14993,'action created','2021-01-03 20:06:28','2021-01-03 15:06:28'),
(32488,14993,'action started via WP Cron','2021-01-03 20:07:28','2021-01-03 15:07:28'),
(32489,14993,'action complete via WP Cron','2021-01-03 20:07:28','2021-01-03 15:07:28'),
(32490,14994,'action created','2021-01-03 20:07:28','2021-01-03 15:07:28'),
(32491,14994,'action started via WP Cron','2021-01-03 20:09:06','2021-01-03 15:09:06'),
(32492,14994,'action complete via WP Cron','2021-01-03 20:09:06','2021-01-03 15:09:06'),
(32493,14995,'action created','2021-01-03 20:09:06','2021-01-03 15:09:06'),
(32494,14995,'action started via WP Cron','2021-01-03 20:09:50','2021-01-03 15:09:50'),
(32495,14995,'action complete via WP Cron','2021-01-03 20:09:50','2021-01-03 15:09:50'),
(32496,14996,'action created','2021-01-03 20:09:50','2021-01-03 15:09:50'),
(32497,14996,'action started via WP Cron','2021-01-03 20:11:17','2021-01-03 15:11:17'),
(32498,14996,'action complete via WP Cron','2021-01-03 20:11:17','2021-01-03 15:11:17'),
(32499,14997,'action created','2021-01-03 20:11:17','2021-01-03 15:11:17'),
(32500,14997,'action started via WP Cron','2021-01-03 20:12:19','2021-01-03 15:12:19'),
(32501,14997,'action complete via WP Cron','2021-01-03 20:12:19','2021-01-03 15:12:19'),
(32502,14998,'action created','2021-01-03 20:12:19','2021-01-03 15:12:19'),
(32503,14998,'action started via WP Cron','2021-01-03 20:14:21','2021-01-03 15:14:21'),
(32504,14998,'action complete via WP Cron','2021-01-03 20:14:21','2021-01-03 15:14:21'),
(32505,14999,'action created','2021-01-03 20:14:21','2021-01-03 15:14:21'),
(32506,14999,'action started via WP Cron','2021-01-03 20:16:50','2021-01-03 15:16:50'),
(32507,14999,'action complete via WP Cron','2021-01-03 20:16:50','2021-01-03 15:16:50'),
(32508,15000,'action created','2021-01-03 20:16:50','2021-01-03 15:16:50'),
(32509,15000,'action started via WP Cron','2021-01-03 20:19:19','2021-01-03 15:19:19'),
(32510,15000,'action complete via WP Cron','2021-01-03 20:19:19','2021-01-03 15:19:19'),
(32511,15001,'action created','2021-01-03 20:19:19','2021-01-03 15:19:19'),
(32512,15001,'action started via WP Cron','2021-01-03 20:20:17','2021-01-03 15:20:17'),
(32513,15001,'action complete via WP Cron','2021-01-03 20:20:17','2021-01-03 15:20:17'),
(32514,15002,'action created','2021-01-03 20:20:17','2021-01-03 15:20:17'),
(32515,15002,'action started via WP Cron','2021-01-03 20:21:43','2021-01-03 15:21:43'),
(32516,15002,'action complete via WP Cron','2021-01-03 20:21:43','2021-01-03 15:21:43'),
(32517,15003,'action created','2021-01-03 20:21:43','2021-01-03 15:21:43'),
(32518,15003,'action started via WP Cron','2021-01-03 20:22:49','2021-01-03 15:22:49'),
(32519,15003,'action complete via WP Cron','2021-01-03 20:22:50','2021-01-03 15:22:50'),
(32520,15004,'action created','2021-01-03 20:22:50','2021-01-03 15:22:50'),
(32521,15004,'action started via WP Cron','2021-01-03 20:23:37','2021-01-03 15:23:37'),
(32522,15004,'action complete via WP Cron','2021-01-03 20:23:37','2021-01-03 15:23:37'),
(32523,15005,'action created','2021-01-03 20:23:37','2021-01-03 15:23:37'),
(32524,15005,'action started via WP Cron','2021-01-03 20:24:24','2021-01-03 15:24:24'),
(32525,15005,'action complete via WP Cron','2021-01-03 20:24:24','2021-01-03 15:24:24'),
(32526,15006,'action created','2021-01-03 20:24:24','2021-01-03 15:24:24'),
(32527,15006,'action started via WP Cron','2021-01-03 20:25:21','2021-01-03 15:25:21'),
(32528,15006,'action complete via WP Cron','2021-01-03 20:25:21','2021-01-03 15:25:21'),
(32529,15007,'action created','2021-01-03 20:25:21','2021-01-03 15:25:21'),
(32530,15007,'action started via WP Cron','2021-01-03 20:26:26','2021-01-03 15:26:26'),
(32531,15007,'action complete via WP Cron','2021-01-03 20:26:26','2021-01-03 15:26:26'),
(32532,15008,'action created','2021-01-03 20:26:26','2021-01-03 15:26:26'),
(32533,15008,'action started via WP Cron','2021-01-03 20:29:45','2021-01-03 15:29:45'),
(32534,15008,'action complete via WP Cron','2021-01-03 20:29:45','2021-01-03 15:29:45'),
(32535,15009,'action created','2021-01-03 20:29:45','2021-01-03 15:29:45'),
(32536,15009,'action started via WP Cron','2021-01-03 20:32:03','2021-01-03 15:32:03'),
(32537,15009,'action complete via WP Cron','2021-01-03 20:32:03','2021-01-03 15:32:03'),
(32538,15010,'action created','2021-01-03 20:32:03','2021-01-03 15:32:03'),
(32539,15010,'action started via WP Cron','2021-01-03 20:32:29','2021-01-03 15:32:29'),
(32540,15010,'action complete via WP Cron','2021-01-03 20:32:30','2021-01-03 15:32:30'),
(32541,15011,'action created','2021-01-03 20:32:30','2021-01-03 15:32:30'),
(32542,15011,'action started via WP Cron','2021-01-03 20:33:36','2021-01-03 15:33:36'),
(32543,15011,'action complete via WP Cron','2021-01-03 20:33:36','2021-01-03 15:33:36'),
(32544,15012,'action created','2021-01-03 20:33:36','2021-01-03 15:33:36'),
(32545,15012,'action started via WP Cron','2021-01-03 20:34:14','2021-01-03 15:34:14'),
(32546,15012,'action complete via WP Cron','2021-01-03 20:34:14','2021-01-03 15:34:14'),
(32547,15013,'action created','2021-01-03 20:34:14','2021-01-03 15:34:14'),
(32548,15013,'action started via WP Cron','2021-01-03 20:35:20','2021-01-03 15:35:20'),
(32549,15013,'action complete via WP Cron','2021-01-03 20:35:20','2021-01-03 15:35:20'),
(32550,15014,'action created','2021-01-03 20:35:20','2021-01-03 15:35:20'),
(32551,15014,'action started via WP Cron','2021-01-03 20:36:32','2021-01-03 15:36:32'),
(32552,15014,'action complete via WP Cron','2021-01-03 20:36:32','2021-01-03 15:36:32'),
(32553,15015,'action created','2021-01-03 20:36:32','2021-01-03 15:36:32'),
(32554,15015,'action started via WP Cron','2021-01-03 20:38:56','2021-01-03 15:38:56'),
(32555,15015,'action complete via WP Cron','2021-01-03 20:38:56','2021-01-03 15:38:56'),
(32556,15016,'action created','2021-01-03 20:38:56','2021-01-03 15:38:56'),
(32557,15016,'action started via WP Cron','2021-01-03 20:39:41','2021-01-03 15:39:41'),
(32558,15016,'action complete via WP Cron','2021-01-03 20:39:41','2021-01-03 15:39:41'),
(32559,15017,'action created','2021-01-03 20:39:41','2021-01-03 15:39:41'),
(32560,15017,'action started via WP Cron','2021-01-03 20:40:50','2021-01-03 15:40:50'),
(32561,15017,'action complete via WP Cron','2021-01-03 20:40:50','2021-01-03 15:40:50'),
(32562,15018,'action created','2021-01-03 20:40:50','2021-01-03 15:40:50'),
(32563,15018,'action started via WP Cron','2021-01-03 20:41:26','2021-01-03 15:41:26'),
(32564,15018,'action complete via WP Cron','2021-01-03 20:41:26','2021-01-03 15:41:26'),
(32565,15019,'action created','2021-01-03 20:41:26','2021-01-03 15:41:26'),
(32566,15019,'action started via WP Cron','2021-01-03 20:42:12','2021-01-03 15:42:12'),
(32567,15019,'action complete via WP Cron','2021-01-03 20:42:12','2021-01-03 15:42:12'),
(32568,15020,'action created','2021-01-03 20:42:12','2021-01-03 15:42:12'),
(32569,15020,'action started via WP Cron','2021-01-03 20:46:12','2021-01-03 15:46:12'),
(32570,15020,'action complete via WP Cron','2021-01-03 20:46:12','2021-01-03 15:46:12'),
(32571,15021,'action created','2021-01-03 20:46:12','2021-01-03 15:46:12'),
(32572,15021,'action started via WP Cron','2021-01-03 20:47:42','2021-01-03 15:47:42'),
(32573,15021,'action complete via WP Cron','2021-01-03 20:47:42','2021-01-03 15:47:42'),
(32574,15022,'action created','2021-01-03 20:47:42','2021-01-03 15:47:42'),
(32575,15022,'action started via WP Cron','2021-01-03 20:48:43','2021-01-03 15:48:43'),
(32576,15022,'action complete via WP Cron','2021-01-03 20:48:43','2021-01-03 15:48:43'),
(32577,15023,'action created','2021-01-03 20:48:43','2021-01-03 15:48:43'),
(32578,15023,'action started via WP Cron','2021-01-03 20:49:38','2021-01-03 15:49:38'),
(32579,15023,'action complete via WP Cron','2021-01-03 20:49:38','2021-01-03 15:49:38'),
(32580,15024,'action created','2021-01-03 20:49:39','2021-01-03 15:49:39'),
(32581,15024,'action started via WP Cron','2021-01-03 20:50:34','2021-01-03 15:50:34'),
(32582,15024,'action complete via WP Cron','2021-01-03 20:50:34','2021-01-03 15:50:34'),
(32583,15025,'action created','2021-01-03 20:50:34','2021-01-03 15:50:34'),
(32584,15025,'action started via WP Cron','2021-01-03 20:53:17','2021-01-03 15:53:17'),
(32585,15025,'action complete via WP Cron','2021-01-03 20:53:17','2021-01-03 15:53:17'),
(32586,15026,'action created','2021-01-03 20:53:18','2021-01-03 15:53:18'),
(32587,15026,'action started via WP Cron','2021-01-03 20:54:34','2021-01-03 15:54:34'),
(32588,15026,'action complete via WP Cron','2021-01-03 20:54:34','2021-01-03 15:54:34'),
(32589,15027,'action created','2021-01-03 20:54:34','2021-01-03 15:54:34'),
(32590,15027,'action started via WP Cron','2021-01-03 20:55:14','2021-01-03 15:55:14'),
(32591,15027,'action complete via WP Cron','2021-01-03 20:55:14','2021-01-03 15:55:14'),
(32592,15028,'action created','2021-01-03 20:55:14','2021-01-03 15:55:14'),
(32593,15028,'action started via WP Cron','2021-01-03 20:56:32','2021-01-03 15:56:32'),
(32594,15028,'action complete via WP Cron','2021-01-03 20:56:32','2021-01-03 15:56:32'),
(32595,15029,'action created','2021-01-03 20:56:32','2021-01-03 15:56:32'),
(32596,15029,'action started via WP Cron','2021-01-03 20:57:26','2021-01-03 15:57:26'),
(32597,15029,'action complete via WP Cron','2021-01-03 20:57:26','2021-01-03 15:57:26'),
(32598,15030,'action created','2021-01-03 20:57:26','2021-01-03 15:57:26'),
(32599,15030,'action started via WP Cron','2021-01-03 20:58:24','2021-01-03 15:58:24'),
(32600,15030,'action complete via WP Cron','2021-01-03 20:58:24','2021-01-03 15:58:24'),
(32601,15031,'action created','2021-01-03 20:58:24','2021-01-03 15:58:24'),
(32602,15031,'action started via WP Cron','2021-01-03 21:00:54','2021-01-03 16:00:54'),
(32603,15031,'action complete via WP Cron','2021-01-03 21:00:54','2021-01-03 16:00:54'),
(32604,15032,'action created','2021-01-03 21:00:54','2021-01-03 16:00:54'),
(32605,15032,'action started via WP Cron','2021-01-03 21:01:30','2021-01-03 16:01:30'),
(32606,15032,'action complete via WP Cron','2021-01-03 21:01:30','2021-01-03 16:01:30'),
(32607,15033,'action created','2021-01-03 21:01:30','2021-01-03 16:01:30'),
(32608,15033,'action started via WP Cron','2021-01-03 21:03:19','2021-01-03 16:03:19'),
(32609,15033,'action complete via WP Cron','2021-01-03 21:03:19','2021-01-03 16:03:19'),
(32610,15034,'action created','2021-01-03 21:03:19','2021-01-03 16:03:19'),
(32611,15034,'action started via WP Cron','2021-01-03 21:05:03','2021-01-03 16:05:03'),
(32612,15034,'action complete via WP Cron','2021-01-03 21:05:03','2021-01-03 16:05:03'),
(32613,15035,'action created','2021-01-03 21:05:04','2021-01-03 16:05:04'),
(32614,15035,'action started via WP Cron','2021-01-03 21:06:23','2021-01-03 16:06:23'),
(32615,15035,'action complete via WP Cron','2021-01-03 21:06:23','2021-01-03 16:06:23'),
(32616,15036,'action created','2021-01-03 21:06:23','2021-01-03 16:06:23'),
(32617,15036,'action started via WP Cron','2021-01-03 21:07:19','2021-01-03 16:07:19'),
(32618,15036,'action complete via WP Cron','2021-01-03 21:07:19','2021-01-03 16:07:19'),
(32619,15037,'action created','2021-01-03 21:07:19','2021-01-03 16:07:19'),
(32620,15037,'action started via WP Cron','2021-01-03 21:08:30','2021-01-03 16:08:30'),
(32621,15037,'action complete via WP Cron','2021-01-03 21:08:30','2021-01-03 16:08:30'),
(32622,15038,'action created','2021-01-03 21:08:30','2021-01-03 16:08:30'),
(32623,15038,'action started via WP Cron','2021-01-03 21:10:11','2021-01-03 16:10:11'),
(32624,15038,'action complete via WP Cron','2021-01-03 21:10:11','2021-01-03 16:10:11'),
(32625,15039,'action created','2021-01-03 21:10:11','2021-01-03 16:10:11'),
(32626,15039,'action started via WP Cron','2021-01-03 21:14:26','2021-01-03 16:14:26'),
(32627,15039,'action complete via WP Cron','2021-01-03 21:14:26','2021-01-03 16:14:26'),
(32628,15040,'action created','2021-01-03 21:14:26','2021-01-03 16:14:26'),
(32629,15040,'action started via WP Cron','2021-01-03 21:16:30','2021-01-03 16:16:30'),
(32630,15040,'action complete via WP Cron','2021-01-03 21:16:30','2021-01-03 16:16:30'),
(32631,15041,'action created','2021-01-03 21:16:30','2021-01-03 16:16:30'),
(32632,15041,'action started via WP Cron','2021-01-03 21:17:23','2021-01-03 16:17:23'),
(32633,15041,'action complete via WP Cron','2021-01-03 21:17:23','2021-01-03 16:17:23'),
(32634,15042,'action created','2021-01-03 21:17:23','2021-01-03 16:17:23'),
(32635,15042,'action started via WP Cron','2021-01-03 21:19:01','2021-01-03 16:19:01'),
(32636,15042,'action complete via WP Cron','2021-01-03 21:19:01','2021-01-03 16:19:01'),
(32637,15043,'action created','2021-01-03 21:19:01','2021-01-03 16:19:01'),
(32638,15043,'action started via WP Cron','2021-01-03 21:20:51','2021-01-03 16:20:51'),
(32639,15043,'action complete via WP Cron','2021-01-03 21:20:51','2021-01-03 16:20:51'),
(32640,15044,'action created','2021-01-03 21:20:51','2021-01-03 16:20:51'),
(32641,15044,'action started via WP Cron','2021-01-03 21:21:53','2021-01-03 16:21:53'),
(32642,15044,'action complete via WP Cron','2021-01-03 21:21:53','2021-01-03 16:21:53'),
(32643,15045,'action created','2021-01-03 21:21:53','2021-01-03 16:21:53'),
(32644,15045,'action started via WP Cron','2021-01-03 21:23:13','2021-01-03 16:23:13'),
(32645,15045,'action complete via WP Cron','2021-01-03 21:23:13','2021-01-03 16:23:13'),
(32646,15046,'action created','2021-01-03 21:23:13','2021-01-03 16:23:13'),
(32647,15046,'action started via WP Cron','2021-01-03 21:25:16','2021-01-03 16:25:16'),
(32648,15046,'action complete via WP Cron','2021-01-03 21:25:16','2021-01-03 16:25:16'),
(32649,15047,'action created','2021-01-03 21:25:16','2021-01-03 16:25:16'),
(32650,15047,'action started via WP Cron','2021-01-03 21:26:13','2021-01-03 16:26:13'),
(32651,15047,'action complete via WP Cron','2021-01-03 21:26:13','2021-01-03 16:26:13'),
(32652,15048,'action created','2021-01-03 21:26:13','2021-01-03 16:26:13'),
(32653,15048,'action started via WP Cron','2021-01-03 21:27:23','2021-01-03 16:27:23'),
(32654,15048,'action complete via WP Cron','2021-01-03 21:27:23','2021-01-03 16:27:23'),
(32655,15049,'action created','2021-01-03 21:27:23','2021-01-03 16:27:23'),
(32656,15049,'action started via WP Cron','2021-01-03 21:29:17','2021-01-03 16:29:17'),
(32657,15049,'action complete via WP Cron','2021-01-03 21:29:17','2021-01-03 16:29:17'),
(32658,15050,'action created','2021-01-03 21:29:17','2021-01-03 16:29:17'),
(32659,15050,'action started via WP Cron','2021-01-03 21:31:15','2021-01-03 16:31:15'),
(32660,15050,'action complete via WP Cron','2021-01-03 21:31:15','2021-01-03 16:31:15'),
(32661,15051,'action created','2021-01-03 21:31:15','2021-01-03 16:31:15'),
(32662,15051,'action started via WP Cron','2021-01-03 21:32:50','2021-01-03 16:32:50'),
(32663,15051,'action complete via WP Cron','2021-01-03 21:32:50','2021-01-03 16:32:50'),
(32664,15052,'action created','2021-01-03 21:32:50','2021-01-03 16:32:50'),
(32665,15052,'action started via WP Cron','2021-01-03 21:33:24','2021-01-03 16:33:24'),
(32666,15052,'action complete via WP Cron','2021-01-03 21:33:24','2021-01-03 16:33:24'),
(32667,15053,'action created','2021-01-03 21:33:24','2021-01-03 16:33:24'),
(32668,15053,'action started via WP Cron','2021-01-03 21:34:37','2021-01-03 16:34:37'),
(32669,15053,'action complete via WP Cron','2021-01-03 21:34:37','2021-01-03 16:34:37'),
(32670,15054,'action created','2021-01-03 21:34:37','2021-01-03 16:34:37'),
(32671,15054,'action started via WP Cron','2021-01-03 21:36:02','2021-01-03 16:36:02'),
(32672,15054,'action complete via WP Cron','2021-01-03 21:36:02','2021-01-03 16:36:02'),
(32673,15055,'action created','2021-01-03 21:36:02','2021-01-03 16:36:02'),
(32674,15055,'action started via WP Cron','2021-01-03 21:36:19','2021-01-03 16:36:19'),
(32675,15055,'action complete via WP Cron','2021-01-03 21:36:19','2021-01-03 16:36:19'),
(32676,15056,'action created','2021-01-03 21:36:19','2021-01-03 16:36:19'),
(32677,15056,'action started via WP Cron','2021-01-03 21:38:24','2021-01-03 16:38:24'),
(32678,15056,'action complete via WP Cron','2021-01-03 21:38:24','2021-01-03 16:38:24'),
(32679,15057,'action created','2021-01-03 21:38:24','2021-01-03 16:38:24'),
(32680,15057,'action started via WP Cron','2021-01-03 21:39:57','2021-01-03 16:39:57'),
(32681,15057,'action complete via WP Cron','2021-01-03 21:39:57','2021-01-03 16:39:57'),
(32682,15058,'action created','2021-01-03 21:39:57','2021-01-03 16:39:57'),
(32683,15058,'action started via WP Cron','2021-01-03 21:40:32','2021-01-03 16:40:32'),
(32684,15058,'action complete via WP Cron','2021-01-03 21:40:32','2021-01-03 16:40:32'),
(32685,15059,'action created','2021-01-03 21:40:32','2021-01-03 16:40:32'),
(32686,15059,'action started via WP Cron','2021-01-03 21:41:11','2021-01-03 16:41:11'),
(32687,15059,'action complete via WP Cron','2021-01-03 21:41:11','2021-01-03 16:41:11'),
(32688,15060,'action created','2021-01-03 21:41:11','2021-01-03 16:41:11'),
(32689,15060,'action started via WP Cron','2021-01-03 21:42:54','2021-01-03 16:42:54'),
(32690,15060,'action complete via WP Cron','2021-01-03 21:42:54','2021-01-03 16:42:54'),
(32691,15061,'action created','2021-01-03 21:42:54','2021-01-03 16:42:54'),
(32692,15061,'action started via WP Cron','2021-01-03 21:43:23','2021-01-03 16:43:23'),
(32693,15061,'action complete via WP Cron','2021-01-03 21:43:23','2021-01-03 16:43:23'),
(32694,15062,'action created','2021-01-03 21:43:23','2021-01-03 16:43:23'),
(32695,15062,'action started via WP Cron','2021-01-03 21:44:57','2021-01-03 16:44:57'),
(32696,15062,'action complete via WP Cron','2021-01-03 21:44:57','2021-01-03 16:44:57'),
(32697,15063,'action created','2021-01-03 21:44:58','2021-01-03 16:44:58'),
(32698,15063,'action started via WP Cron','2021-01-03 21:45:13','2021-01-03 16:45:13'),
(32699,15063,'action complete via WP Cron','2021-01-03 21:45:13','2021-01-03 16:45:13'),
(32700,15064,'action created','2021-01-03 21:45:13','2021-01-03 16:45:13'),
(32701,15064,'action started via WP Cron','2021-01-03 21:48:17','2021-01-03 16:48:17'),
(32702,15064,'action complete via WP Cron','2021-01-03 21:48:17','2021-01-03 16:48:17'),
(32703,15065,'action created','2021-01-03 21:48:17','2021-01-03 16:48:17'),
(32704,15065,'action started via WP Cron','2021-01-03 21:49:12','2021-01-03 16:49:12'),
(32705,15065,'action complete via WP Cron','2021-01-03 21:49:12','2021-01-03 16:49:12'),
(32706,15066,'action created','2021-01-03 21:49:12','2021-01-03 16:49:12'),
(32707,15066,'action started via WP Cron','2021-01-03 21:50:48','2021-01-03 16:50:48'),
(32708,15066,'action complete via WP Cron','2021-01-03 21:50:48','2021-01-03 16:50:48'),
(32709,15067,'action created','2021-01-03 21:50:48','2021-01-03 16:50:48'),
(32710,15067,'action started via WP Cron','2021-01-03 21:52:05','2021-01-03 16:52:05'),
(32711,15067,'action complete via WP Cron','2021-01-03 21:52:05','2021-01-03 16:52:05'),
(32712,15068,'action created','2021-01-03 21:52:05','2021-01-03 16:52:05'),
(32713,15068,'action started via WP Cron','2021-01-03 21:52:59','2021-01-03 16:52:59'),
(32714,15068,'action complete via WP Cron','2021-01-03 21:52:59','2021-01-03 16:52:59'),
(32715,15069,'action created','2021-01-03 21:52:59','2021-01-03 16:52:59'),
(32716,15069,'action started via WP Cron','2021-01-03 21:53:28','2021-01-03 16:53:28'),
(32717,15069,'action complete via WP Cron','2021-01-03 21:53:28','2021-01-03 16:53:28'),
(32718,15070,'action created','2021-01-03 21:53:28','2021-01-03 16:53:28'),
(32719,15070,'action started via WP Cron','2021-01-03 21:56:25','2021-01-03 16:56:25'),
(32720,15070,'action complete via WP Cron','2021-01-03 21:56:25','2021-01-03 16:56:25'),
(32721,15071,'action created','2021-01-03 21:56:25','2021-01-03 16:56:25'),
(32722,15071,'action started via WP Cron','2021-01-03 21:59:17','2021-01-03 16:59:17'),
(32723,15071,'action complete via WP Cron','2021-01-03 21:59:17','2021-01-03 16:59:17'),
(32724,15072,'action created','2021-01-03 21:59:17','2021-01-03 16:59:17'),
(32725,15072,'action started via WP Cron','2021-01-03 22:00:40','2021-01-03 17:00:40'),
(32726,15072,'action complete via WP Cron','2021-01-03 22:00:40','2021-01-03 17:00:40'),
(32727,15073,'action created','2021-01-03 22:00:40','2021-01-03 17:00:40'),
(32728,15073,'action started via WP Cron','2021-01-03 22:01:26','2021-01-03 17:01:26'),
(32729,15073,'action complete via WP Cron','2021-01-03 22:01:26','2021-01-03 17:01:26'),
(32730,15074,'action created','2021-01-03 22:01:26','2021-01-03 17:01:26'),
(32731,15074,'action started via WP Cron','2021-01-03 22:02:28','2021-01-03 17:02:28'),
(32732,15074,'action complete via WP Cron','2021-01-03 22:02:28','2021-01-03 17:02:28'),
(32733,15075,'action created','2021-01-03 22:02:28','2021-01-03 17:02:28'),
(32734,15075,'action started via WP Cron','2021-01-03 22:04:50','2021-01-03 17:04:50'),
(32735,15075,'action complete via WP Cron','2021-01-03 22:04:50','2021-01-03 17:04:50'),
(32736,15076,'action created','2021-01-03 22:04:50','2021-01-03 17:04:50'),
(32737,15076,'action started via WP Cron','2021-01-03 22:06:31','2021-01-03 17:06:31'),
(32738,15076,'action complete via WP Cron','2021-01-03 22:06:31','2021-01-03 17:06:31'),
(32739,15077,'action created','2021-01-03 22:06:31','2021-01-03 17:06:31'),
(32740,15077,'action started via WP Cron','2021-01-03 22:07:12','2021-01-03 17:07:12'),
(32741,15077,'action complete via WP Cron','2021-01-03 22:07:12','2021-01-03 17:07:12'),
(32742,15078,'action created','2021-01-03 22:07:12','2021-01-03 17:07:12'),
(32743,15078,'action started via WP Cron','2021-01-03 22:08:18','2021-01-03 17:08:18'),
(32744,15078,'action complete via WP Cron','2021-01-03 22:08:18','2021-01-03 17:08:18'),
(32745,15079,'action created','2021-01-03 22:08:18','2021-01-03 17:08:18'),
(32746,15079,'action started via WP Cron','2021-01-03 22:09:27','2021-01-03 17:09:27'),
(32747,15079,'action complete via WP Cron','2021-01-03 22:09:27','2021-01-03 17:09:27'),
(32748,15080,'action created','2021-01-03 22:09:27','2021-01-03 17:09:27'),
(32749,15080,'action started via WP Cron','2021-01-03 22:10:41','2021-01-03 17:10:41'),
(32750,15080,'action complete via WP Cron','2021-01-03 22:10:41','2021-01-03 17:10:41'),
(32751,15081,'action created','2021-01-03 22:10:41','2021-01-03 17:10:41'),
(32752,15081,'action started via WP Cron','2021-01-03 22:11:34','2021-01-03 17:11:34'),
(32753,15081,'action complete via WP Cron','2021-01-03 22:11:34','2021-01-03 17:11:34'),
(32754,15082,'action created','2021-01-03 22:11:34','2021-01-03 17:11:34'),
(32755,15082,'action started via WP Cron','2021-01-03 22:12:12','2021-01-03 17:12:12'),
(32756,15082,'action complete via WP Cron','2021-01-03 22:12:12','2021-01-03 17:12:12'),
(32757,15083,'action created','2021-01-03 22:12:12','2021-01-03 17:12:12'),
(32758,15083,'action started via WP Cron','2021-01-03 22:13:20','2021-01-03 17:13:20'),
(32759,15083,'action complete via WP Cron','2021-01-03 22:13:20','2021-01-03 17:13:20'),
(32760,15084,'action created','2021-01-03 22:13:20','2021-01-03 17:13:20'),
(32761,15084,'action started via WP Cron','2021-01-03 22:16:08','2021-01-03 17:16:08'),
(32762,15084,'action complete via WP Cron','2021-01-03 22:16:08','2021-01-03 17:16:08'),
(32763,15085,'action created','2021-01-03 22:16:08','2021-01-03 17:16:08'),
(32764,15085,'action started via WP Cron','2021-01-03 22:17:14','2021-01-03 17:17:14'),
(32765,15085,'action complete via WP Cron','2021-01-03 22:17:14','2021-01-03 17:17:14'),
(32766,15086,'action created','2021-01-03 22:17:15','2021-01-03 17:17:15'),
(32767,15086,'action started via WP Cron','2021-01-03 22:18:56','2021-01-03 17:18:56'),
(32768,15086,'action complete via WP Cron','2021-01-03 22:18:56','2021-01-03 17:18:56'),
(32769,15087,'action created','2021-01-03 22:18:56','2021-01-03 17:18:56'),
(32770,15087,'action started via WP Cron','2021-01-03 22:19:43','2021-01-03 17:19:43'),
(32771,15087,'action complete via WP Cron','2021-01-03 22:19:43','2021-01-03 17:19:43'),
(32772,15088,'action created','2021-01-03 22:19:43','2021-01-03 17:19:43'),
(32773,15088,'action started via WP Cron','2021-01-03 22:20:26','2021-01-03 17:20:26'),
(32774,15088,'action complete via WP Cron','2021-01-03 22:20:26','2021-01-03 17:20:26'),
(32775,15089,'action created','2021-01-03 22:20:26','2021-01-03 17:20:26'),
(32776,15089,'action started via WP Cron','2021-01-03 22:21:24','2021-01-03 17:21:24'),
(32777,15089,'action complete via WP Cron','2021-01-03 22:21:24','2021-01-03 17:21:24'),
(32778,15090,'action created','2021-01-03 22:21:24','2021-01-03 17:21:24'),
(32779,15090,'action started via WP Cron','2021-01-03 22:22:45','2021-01-03 17:22:45'),
(32780,15090,'action complete via WP Cron','2021-01-03 22:22:45','2021-01-03 17:22:45'),
(32781,15091,'action created','2021-01-03 22:22:45','2021-01-03 17:22:45'),
(32782,15091,'action started via WP Cron','2021-01-03 22:23:53','2021-01-03 17:23:53'),
(32783,15091,'action complete via WP Cron','2021-01-03 22:23:53','2021-01-03 17:23:53'),
(32784,15092,'action created','2021-01-03 22:23:53','2021-01-03 17:23:53'),
(32785,15092,'action started via WP Cron','2021-01-03 22:24:16','2021-01-03 17:24:16'),
(32786,15092,'action complete via WP Cron','2021-01-03 22:24:16','2021-01-03 17:24:16'),
(32787,15093,'action created','2021-01-03 22:24:16','2021-01-03 17:24:16'),
(32788,15093,'action started via WP Cron','2021-01-03 22:26:54','2021-01-03 17:26:54'),
(32789,15093,'action complete via WP Cron','2021-01-03 22:26:54','2021-01-03 17:26:54'),
(32790,15094,'action created','2021-01-03 22:26:54','2021-01-03 17:26:54'),
(32791,15094,'action started via WP Cron','2021-01-03 22:28:48','2021-01-03 17:28:48'),
(32792,15094,'action complete via WP Cron','2021-01-03 22:28:48','2021-01-03 17:28:48'),
(32793,15095,'action created','2021-01-03 22:28:48','2021-01-03 17:28:48'),
(32794,15095,'action started via WP Cron','2021-01-03 22:29:48','2021-01-03 17:29:48'),
(32795,15095,'action complete via WP Cron','2021-01-03 22:29:48','2021-01-03 17:29:48'),
(32796,15096,'action created','2021-01-03 22:29:48','2021-01-03 17:29:48'),
(32797,15096,'action started via WP Cron','2021-01-03 22:30:20','2021-01-03 17:30:20'),
(32798,15096,'action complete via WP Cron','2021-01-03 22:30:20','2021-01-03 17:30:20'),
(32799,15097,'action created','2021-01-03 22:30:20','2021-01-03 17:30:20'),
(32800,15097,'action started via WP Cron','2021-01-03 22:32:56','2021-01-03 17:32:56'),
(32801,15097,'action complete via WP Cron','2021-01-03 22:32:56','2021-01-03 17:32:56'),
(32802,15098,'action created','2021-01-03 22:32:56','2021-01-03 17:32:56'),
(32803,15098,'action started via WP Cron','2021-01-03 22:34:19','2021-01-03 17:34:19'),
(32804,15098,'action complete via WP Cron','2021-01-03 22:34:19','2021-01-03 17:34:19'),
(32805,15099,'action created','2021-01-03 22:34:19','2021-01-03 17:34:19'),
(32806,15099,'action started via WP Cron','2021-01-03 22:35:46','2021-01-03 17:35:46'),
(32807,15099,'action complete via WP Cron','2021-01-03 22:35:46','2021-01-03 17:35:46'),
(32808,15100,'action created','2021-01-03 22:35:46','2021-01-03 17:35:46'),
(32809,15100,'action started via WP Cron','2021-01-03 22:38:47','2021-01-03 17:38:47'),
(32810,15100,'action complete via WP Cron','2021-01-03 22:38:47','2021-01-03 17:38:47'),
(32811,15101,'action created','2021-01-03 22:38:47','2021-01-03 17:38:47'),
(32812,15101,'action started via WP Cron','2021-01-03 22:40:20','2021-01-03 17:40:20'),
(32813,15101,'action complete via WP Cron','2021-01-03 22:40:20','2021-01-03 17:40:20'),
(32814,15102,'action created','2021-01-03 22:40:20','2021-01-03 17:40:20'),
(32815,15102,'action started via WP Cron','2021-01-03 22:41:32','2021-01-03 17:41:32'),
(32816,15102,'action complete via WP Cron','2021-01-03 22:41:32','2021-01-03 17:41:32'),
(32817,15103,'action created','2021-01-03 22:41:32','2021-01-03 17:41:32'),
(32818,15103,'action started via WP Cron','2021-01-03 22:42:14','2021-01-03 17:42:14'),
(32819,15103,'action complete via WP Cron','2021-01-03 22:42:14','2021-01-03 17:42:14'),
(32820,15104,'action created','2021-01-03 22:42:14','2021-01-03 17:42:14'),
(32821,15104,'action started via WP Cron','2021-01-03 22:45:26','2021-01-03 17:45:26'),
(32822,15104,'action complete via WP Cron','2021-01-03 22:45:26','2021-01-03 17:45:26'),
(32823,15105,'action created','2021-01-03 22:45:26','2021-01-03 17:45:26'),
(32824,15105,'action started via WP Cron','2021-01-03 22:47:28','2021-01-03 17:47:28'),
(32825,15105,'action complete via WP Cron','2021-01-03 22:47:28','2021-01-03 17:47:28'),
(32826,15106,'action created','2021-01-03 22:47:28','2021-01-03 17:47:28'),
(32827,15106,'action started via WP Cron','2021-01-03 22:49:20','2021-01-03 17:49:20'),
(32828,15106,'action complete via WP Cron','2021-01-03 22:49:20','2021-01-03 17:49:20'),
(32829,15107,'action created','2021-01-03 22:49:20','2021-01-03 17:49:20'),
(32830,15107,'action started via WP Cron','2021-01-03 22:52:35','2021-01-03 17:52:35'),
(32831,15107,'action complete via WP Cron','2021-01-03 22:52:35','2021-01-03 17:52:35'),
(32832,15108,'action created','2021-01-03 22:52:35','2021-01-03 17:52:35'),
(32833,15108,'action started via WP Cron','2021-01-03 22:54:31','2021-01-03 17:54:31'),
(32834,15108,'action complete via WP Cron','2021-01-03 22:54:31','2021-01-03 17:54:31'),
(32835,15109,'action created','2021-01-03 22:54:31','2021-01-03 17:54:31'),
(32836,15109,'action started via WP Cron','2021-01-03 22:58:22','2021-01-03 17:58:22'),
(32837,15109,'action complete via WP Cron','2021-01-03 22:58:22','2021-01-03 17:58:22'),
(32838,15110,'action created','2021-01-03 22:58:22','2021-01-03 17:58:22'),
(32839,15110,'action started via WP Cron','2021-01-03 22:59:20','2021-01-03 17:59:20'),
(32840,15110,'action complete via WP Cron','2021-01-03 22:59:20','2021-01-03 17:59:20'),
(32841,15111,'action created','2021-01-03 22:59:20','2021-01-03 17:59:20'),
(32842,15111,'action started via WP Cron','2021-01-03 23:00:29','2021-01-03 18:00:29'),
(32843,15111,'action complete via WP Cron','2021-01-03 23:00:29','2021-01-03 18:00:29'),
(32844,15112,'action created','2021-01-03 23:00:30','2021-01-03 18:00:30'),
(32845,15112,'action started via WP Cron','2021-01-03 23:01:20','2021-01-03 18:01:20'),
(32846,15112,'action complete via WP Cron','2021-01-03 23:01:20','2021-01-03 18:01:20'),
(32847,15113,'action created','2021-01-03 23:01:20','2021-01-03 18:01:20'),
(32848,15113,'action started via WP Cron','2021-01-03 23:02:49','2021-01-03 18:02:49'),
(32849,15113,'action complete via WP Cron','2021-01-03 23:02:49','2021-01-03 18:02:49'),
(32850,15114,'action created','2021-01-03 23:02:49','2021-01-03 18:02:49'),
(32851,15114,'action started via WP Cron','2021-01-03 23:03:17','2021-01-03 18:03:17'),
(32852,15114,'action complete via WP Cron','2021-01-03 23:03:17','2021-01-03 18:03:17'),
(32853,15115,'action created','2021-01-03 23:03:17','2021-01-03 18:03:17'),
(32854,15115,'action started via WP Cron','2021-01-03 23:06:36','2021-01-03 18:06:36'),
(32855,15115,'action complete via WP Cron','2021-01-03 23:06:36','2021-01-03 18:06:36'),
(32856,15116,'action created','2021-01-03 23:06:36','2021-01-03 18:06:36'),
(32857,15116,'action started via WP Cron','2021-01-03 23:07:50','2021-01-03 18:07:50'),
(32858,15116,'action complete via WP Cron','2021-01-03 23:07:50','2021-01-03 18:07:50'),
(32859,15117,'action created','2021-01-03 23:07:50','2021-01-03 18:07:50'),
(32860,15117,'action started via WP Cron','2021-01-03 23:08:17','2021-01-03 18:08:17'),
(32861,15117,'action complete via WP Cron','2021-01-03 23:08:17','2021-01-03 18:08:17'),
(32862,15118,'action created','2021-01-03 23:08:17','2021-01-03 18:08:17'),
(32863,15118,'action started via WP Cron','2021-01-03 23:10:57','2021-01-03 18:10:57'),
(32864,15118,'action complete via WP Cron','2021-01-03 23:10:57','2021-01-03 18:10:57'),
(32865,15119,'action created','2021-01-03 23:10:57','2021-01-03 18:10:57'),
(32866,15119,'action started via WP Cron','2021-01-03 23:11:11','2021-01-03 18:11:11'),
(32867,15119,'action complete via WP Cron','2021-01-03 23:11:11','2021-01-03 18:11:11'),
(32868,15120,'action created','2021-01-03 23:11:11','2021-01-03 18:11:11'),
(32869,15120,'action started via WP Cron','2021-01-03 23:13:01','2021-01-03 18:13:01'),
(32870,15120,'action complete via WP Cron','2021-01-03 23:13:01','2021-01-03 18:13:01'),
(32871,15121,'action created','2021-01-03 23:13:01','2021-01-03 18:13:01'),
(32872,15121,'action started via WP Cron','2021-01-03 23:13:47','2021-01-03 18:13:47'),
(32873,15121,'action complete via WP Cron','2021-01-03 23:13:47','2021-01-03 18:13:47'),
(32874,15122,'action created','2021-01-03 23:13:47','2021-01-03 18:13:47'),
(32875,15122,'action started via WP Cron','2021-01-03 23:14:32','2021-01-03 18:14:32'),
(32876,15122,'action complete via WP Cron','2021-01-03 23:14:32','2021-01-03 18:14:32'),
(32877,15123,'action created','2021-01-03 23:14:32','2021-01-03 18:14:32'),
(32878,15123,'action started via WP Cron','2021-01-03 23:16:03','2021-01-03 18:16:03'),
(32879,15123,'action complete via WP Cron','2021-01-03 23:16:03','2021-01-03 18:16:03'),
(32880,15124,'action created','2021-01-03 23:16:03','2021-01-03 18:16:03'),
(32881,15124,'action started via WP Cron','2021-01-03 23:16:23','2021-01-03 18:16:23'),
(32882,15124,'action complete via WP Cron','2021-01-03 23:16:23','2021-01-03 18:16:23'),
(32883,15125,'action created','2021-01-03 23:16:23','2021-01-03 18:16:23'),
(32884,15125,'action started via WP Cron','2021-01-03 23:18:37','2021-01-03 18:18:37'),
(32885,15125,'action complete via WP Cron','2021-01-03 23:18:37','2021-01-03 18:18:37'),
(32886,15126,'action created','2021-01-03 23:18:38','2021-01-03 18:18:38'),
(32887,15126,'action started via WP Cron','2021-01-03 23:19:15','2021-01-03 18:19:15'),
(32888,15126,'action complete via WP Cron','2021-01-03 23:19:15','2021-01-03 18:19:15'),
(32889,15127,'action created','2021-01-03 23:19:15','2021-01-03 18:19:15'),
(32890,15127,'action started via WP Cron','2021-01-03 23:21:12','2021-01-03 18:21:12'),
(32891,15127,'action complete via WP Cron','2021-01-03 23:21:12','2021-01-03 18:21:12'),
(32892,15128,'action created','2021-01-03 23:21:12','2021-01-03 18:21:12'),
(32893,15128,'action started via WP Cron','2021-01-03 23:23:22','2021-01-03 18:23:22'),
(32894,15128,'action complete via WP Cron','2021-01-03 23:23:22','2021-01-03 18:23:22'),
(32895,15129,'action created','2021-01-03 23:23:22','2021-01-03 18:23:22'),
(32896,15129,'action started via WP Cron','2021-01-03 23:27:08','2021-01-03 18:27:08'),
(32897,15129,'action complete via WP Cron','2021-01-03 23:27:08','2021-01-03 18:27:08'),
(32898,15130,'action created','2021-01-03 23:27:08','2021-01-03 18:27:08'),
(32899,15130,'action started via WP Cron','2021-01-03 23:28:29','2021-01-03 18:28:29'),
(32900,15130,'action complete via WP Cron','2021-01-03 23:28:29','2021-01-03 18:28:29'),
(32901,15131,'action created','2021-01-03 23:28:29','2021-01-03 18:28:29'),
(32902,15131,'action started via WP Cron','2021-01-03 23:29:26','2021-01-03 18:29:26'),
(32903,15131,'action complete via WP Cron','2021-01-03 23:29:26','2021-01-03 18:29:26'),
(32904,15132,'action created','2021-01-03 23:29:26','2021-01-03 18:29:26'),
(32905,15132,'action started via WP Cron','2021-01-03 23:31:00','2021-01-03 18:31:00'),
(32906,15132,'action complete via WP Cron','2021-01-03 23:31:00','2021-01-03 18:31:00'),
(32907,15133,'action created','2021-01-03 23:31:00','2021-01-03 18:31:00'),
(32908,15133,'action started via WP Cron','2021-01-03 23:34:15','2021-01-03 18:34:15'),
(32909,15133,'action complete via WP Cron','2021-01-03 23:34:15','2021-01-03 18:34:15'),
(32910,15134,'action created','2021-01-03 23:34:15','2021-01-03 18:34:15'),
(32911,15134,'action started via WP Cron','2021-01-03 23:35:20','2021-01-03 18:35:20'),
(32912,15134,'action complete via WP Cron','2021-01-03 23:35:20','2021-01-03 18:35:20'),
(32913,15135,'action created','2021-01-03 23:35:20','2021-01-03 18:35:20'),
(32914,15135,'action started via WP Cron','2021-01-03 23:37:24','2021-01-03 18:37:24'),
(32915,15135,'action complete via WP Cron','2021-01-03 23:37:24','2021-01-03 18:37:24'),
(32916,15136,'action created','2021-01-03 23:37:24','2021-01-03 18:37:24'),
(32917,15136,'action started via WP Cron','2021-01-03 23:38:19','2021-01-03 18:38:19'),
(32918,15136,'action complete via WP Cron','2021-01-03 23:38:19','2021-01-03 18:38:19'),
(32919,15137,'action created','2021-01-03 23:38:19','2021-01-03 18:38:19'),
(32920,15137,'action started via WP Cron','2021-01-03 23:40:31','2021-01-03 18:40:31'),
(32921,15137,'action complete via WP Cron','2021-01-03 23:40:31','2021-01-03 18:40:31'),
(32922,15138,'action created','2021-01-03 23:40:31','2021-01-03 18:40:31'),
(32923,15138,'action started via WP Cron','2021-01-03 23:41:19','2021-01-03 18:41:19'),
(32924,15138,'action complete via WP Cron','2021-01-03 23:41:19','2021-01-03 18:41:19'),
(32925,15139,'action created','2021-01-03 23:41:19','2021-01-03 18:41:19'),
(32926,15139,'action started via WP Cron','2021-01-03 23:42:54','2021-01-03 18:42:54'),
(32927,15139,'action complete via WP Cron','2021-01-03 23:42:54','2021-01-03 18:42:54'),
(32928,15140,'action created','2021-01-03 23:42:54','2021-01-03 18:42:54'),
(32929,15140,'action started via WP Cron','2021-01-03 23:43:13','2021-01-03 18:43:13'),
(32930,15140,'action complete via WP Cron','2021-01-03 23:43:13','2021-01-03 18:43:13'),
(32931,15141,'action created','2021-01-03 23:43:13','2021-01-03 18:43:13'),
(32932,15141,'action started via WP Cron','2021-01-03 23:46:33','2021-01-03 18:46:33'),
(32933,15141,'action complete via WP Cron','2021-01-03 23:46:33','2021-01-03 18:46:33'),
(32934,15142,'action created','2021-01-03 23:46:33','2021-01-03 18:46:33'),
(32935,15142,'action started via WP Cron','2021-01-03 23:47:25','2021-01-03 18:47:25'),
(32936,15142,'action complete via WP Cron','2021-01-03 23:47:25','2021-01-03 18:47:25'),
(32937,15143,'action created','2021-01-03 23:47:25','2021-01-03 18:47:25'),
(32938,15143,'action started via WP Cron','2021-01-03 23:48:38','2021-01-03 18:48:38'),
(32939,15143,'action complete via WP Cron','2021-01-03 23:48:38','2021-01-03 18:48:38'),
(32940,15144,'action created','2021-01-03 23:48:38','2021-01-03 18:48:38'),
(32941,15144,'action started via WP Cron','2021-01-03 23:50:23','2021-01-03 18:50:23'),
(32942,15144,'action complete via WP Cron','2021-01-03 23:50:23','2021-01-03 18:50:23'),
(32943,15145,'action created','2021-01-03 23:50:23','2021-01-03 18:50:23'),
(32944,15145,'action started via WP Cron','2021-01-03 23:53:19','2021-01-03 18:53:19'),
(32945,15145,'action complete via WP Cron','2021-01-03 23:53:19','2021-01-03 18:53:19'),
(32946,15146,'action created','2021-01-03 23:53:19','2021-01-03 18:53:19'),
(32947,15146,'action started via WP Cron','2021-01-03 23:55:56','2021-01-03 18:55:56'),
(32948,15146,'action complete via WP Cron','2021-01-03 23:55:56','2021-01-03 18:55:56'),
(32949,15147,'action created','2021-01-03 23:55:56','2021-01-03 18:55:56'),
(32950,15147,'action started via WP Cron','2021-01-03 23:59:06','2021-01-03 18:59:06'),
(32951,15147,'action complete via WP Cron','2021-01-03 23:59:06','2021-01-03 18:59:06'),
(32952,15148,'action created','2021-01-03 23:59:06','2021-01-03 18:59:06'),
(32953,15148,'action started via WP Cron','2021-01-03 23:59:31','2021-01-03 18:59:31'),
(32954,15148,'action complete via WP Cron','2021-01-03 23:59:31','2021-01-03 18:59:31'),
(32955,15149,'action created','2021-01-03 23:59:31','2021-01-03 18:59:31'),
(32956,15149,'action started via WP Cron','2021-01-04 00:01:10','2021-01-03 19:01:10'),
(32957,15149,'action complete via WP Cron','2021-01-04 00:01:10','2021-01-03 19:01:10'),
(32958,15150,'action created','2021-01-04 00:01:10','2021-01-03 19:01:10'),
(32959,15150,'action started via WP Cron','2021-01-04 00:04:43','2021-01-03 19:04:43'),
(32960,15150,'action complete via WP Cron','2021-01-04 00:04:43','2021-01-03 19:04:43'),
(32961,15151,'action created','2021-01-04 00:04:43','2021-01-03 19:04:43'),
(32962,15151,'action started via WP Cron','2021-01-04 00:06:33','2021-01-03 19:06:33'),
(32963,15151,'action complete via WP Cron','2021-01-04 00:06:33','2021-01-03 19:06:33'),
(32964,15152,'action created','2021-01-04 00:06:33','2021-01-03 19:06:33'),
(32965,15152,'action started via WP Cron','2021-01-04 00:07:56','2021-01-03 19:07:56'),
(32966,15152,'action complete via WP Cron','2021-01-04 00:07:56','2021-01-03 19:07:56'),
(32967,15153,'action created','2021-01-04 00:07:56','2021-01-03 19:07:56'),
(32968,15153,'action started via WP Cron','2021-01-04 00:08:11','2021-01-03 19:08:11'),
(32969,15153,'action complete via WP Cron','2021-01-04 00:08:11','2021-01-03 19:08:11'),
(32970,15154,'action created','2021-01-04 00:08:11','2021-01-03 19:08:11'),
(32971,15154,'action started via WP Cron','2021-01-04 00:09:31','2021-01-03 19:09:31'),
(32972,15154,'action complete via WP Cron','2021-01-04 00:09:31','2021-01-03 19:09:31'),
(32973,15155,'action created','2021-01-04 00:09:31','2021-01-03 19:09:31'),
(32974,15155,'action started via WP Cron','2021-01-04 00:11:28','2021-01-03 19:11:28'),
(32975,15155,'action complete via WP Cron','2021-01-04 00:11:28','2021-01-03 19:11:28'),
(32976,15156,'action created','2021-01-04 00:11:28','2021-01-03 19:11:28'),
(32977,15156,'action started via WP Cron','2021-01-04 00:13:35','2021-01-03 19:13:35'),
(32978,15156,'action complete via WP Cron','2021-01-04 00:13:35','2021-01-03 19:13:35'),
(32979,15157,'action created','2021-01-04 00:13:35','2021-01-03 19:13:35'),
(32980,15157,'action started via WP Cron','2021-01-04 00:14:49','2021-01-03 19:14:49'),
(32981,15157,'action complete via WP Cron','2021-01-04 00:14:49','2021-01-03 19:14:49'),
(32982,15158,'action created','2021-01-04 00:14:49','2021-01-03 19:14:49'),
(32983,15158,'action started via WP Cron','2021-01-04 00:15:52','2021-01-03 19:15:52'),
(32984,15158,'action complete via WP Cron','2021-01-04 00:15:52','2021-01-03 19:15:52'),
(32985,15159,'action created','2021-01-04 00:15:52','2021-01-03 19:15:52'),
(32986,15159,'action started via WP Cron','2021-01-04 00:17:53','2021-01-03 19:17:53'),
(32987,15159,'action complete via WP Cron','2021-01-04 00:17:53','2021-01-03 19:17:53'),
(32988,15160,'action created','2021-01-04 00:17:53','2021-01-03 19:17:53'),
(32989,15160,'action started via WP Cron','2021-01-04 00:19:18','2021-01-03 19:19:18'),
(32990,15160,'action complete via WP Cron','2021-01-04 00:19:18','2021-01-03 19:19:18'),
(32991,15161,'action created','2021-01-04 00:19:18','2021-01-03 19:19:18'),
(32992,15161,'action started via WP Cron','2021-01-04 00:20:11','2021-01-03 19:20:11'),
(32993,15161,'action complete via WP Cron','2021-01-04 00:20:11','2021-01-03 19:20:11'),
(32994,15162,'action created','2021-01-04 00:20:11','2021-01-03 19:20:11'),
(32995,15162,'action started via WP Cron','2021-01-04 00:21:24','2021-01-03 19:21:24'),
(32996,15162,'action complete via WP Cron','2021-01-04 00:21:24','2021-01-03 19:21:24'),
(32997,15163,'action created','2021-01-04 00:21:24','2021-01-03 19:21:24'),
(32998,15163,'action started via WP Cron','2021-01-04 00:23:15','2021-01-03 19:23:15'),
(32999,15163,'action complete via WP Cron','2021-01-04 00:23:15','2021-01-03 19:23:15'),
(33000,15164,'action created','2021-01-04 00:23:15','2021-01-03 19:23:15'),
(33001,15164,'action started via WP Cron','2021-01-04 00:24:38','2021-01-03 19:24:38'),
(33002,15164,'action complete via WP Cron','2021-01-04 00:24:38','2021-01-03 19:24:38'),
(33003,15165,'action created','2021-01-04 00:24:38','2021-01-03 19:24:38'),
(33004,15165,'action started via WP Cron','2021-01-04 00:27:32','2021-01-03 19:27:32'),
(33005,15165,'action complete via WP Cron','2021-01-04 00:27:32','2021-01-03 19:27:32'),
(33006,15166,'action created','2021-01-04 00:27:32','2021-01-03 19:27:32'),
(33007,15166,'action started via WP Cron','2021-01-04 00:32:05','2021-01-03 19:32:05'),
(33008,15166,'action complete via WP Cron','2021-01-04 00:32:05','2021-01-03 19:32:05'),
(33009,15167,'action created','2021-01-04 00:32:05','2021-01-03 19:32:05'),
(33010,15167,'action started via WP Cron','2021-01-04 00:32:29','2021-01-03 19:32:29'),
(33011,15167,'action complete via WP Cron','2021-01-04 00:32:29','2021-01-03 19:32:29'),
(33012,15168,'action created','2021-01-04 00:32:29','2021-01-03 19:32:29'),
(33013,15168,'action started via WP Cron','2021-01-04 00:33:27','2021-01-03 19:33:27'),
(33014,15168,'action complete via WP Cron','2021-01-04 00:33:27','2021-01-03 19:33:27'),
(33015,15169,'action created','2021-01-04 00:33:27','2021-01-03 19:33:27'),
(33016,15169,'action started via WP Cron','2021-01-04 00:34:39','2021-01-03 19:34:39'),
(33017,15169,'action complete via WP Cron','2021-01-04 00:34:39','2021-01-03 19:34:39'),
(33018,15170,'action created','2021-01-04 00:34:39','2021-01-03 19:34:39'),
(33019,15170,'action started via WP Cron','2021-01-04 00:36:10','2021-01-03 19:36:10'),
(33020,15170,'action complete via WP Cron','2021-01-04 00:36:10','2021-01-03 19:36:10'),
(33021,15171,'action created','2021-01-04 00:36:10','2021-01-03 19:36:10'),
(33022,15171,'action started via WP Cron','2021-01-04 00:39:29','2021-01-03 19:39:29'),
(33023,15171,'action complete via WP Cron','2021-01-04 00:39:29','2021-01-03 19:39:29'),
(33024,15172,'action created','2021-01-04 00:39:29','2021-01-03 19:39:29'),
(33025,15172,'action started via WP Cron','2021-01-04 00:40:37','2021-01-03 19:40:37'),
(33026,15172,'action complete via WP Cron','2021-01-04 00:40:37','2021-01-03 19:40:37'),
(33027,15173,'action created','2021-01-04 00:40:37','2021-01-03 19:40:37'),
(33028,15173,'action started via WP Cron','2021-01-04 00:42:41','2021-01-03 19:42:41'),
(33029,15173,'action complete via WP Cron','2021-01-04 00:42:41','2021-01-03 19:42:41'),
(33030,15174,'action created','2021-01-04 00:42:41','2021-01-03 19:42:41'),
(33031,15174,'action started via WP Cron','2021-01-04 00:45:06','2021-01-03 19:45:06'),
(33032,15174,'action complete via WP Cron','2021-01-04 00:45:06','2021-01-03 19:45:06'),
(33033,15175,'action created','2021-01-04 00:45:06','2021-01-03 19:45:06'),
(33034,15175,'action started via WP Cron','2021-01-04 00:45:24','2021-01-03 19:45:24'),
(33035,15175,'action complete via WP Cron','2021-01-04 00:45:24','2021-01-03 19:45:24'),
(33036,15176,'action created','2021-01-04 00:45:24','2021-01-03 19:45:24'),
(33037,15176,'action started via WP Cron','2021-01-04 00:48:39','2021-01-03 19:48:39'),
(33038,15176,'action complete via WP Cron','2021-01-04 00:48:39','2021-01-03 19:48:39'),
(33039,15177,'action created','2021-01-04 00:48:39','2021-01-03 19:48:39'),
(33040,15177,'action started via WP Cron','2021-01-04 00:51:03','2021-01-03 19:51:03'),
(33041,15177,'action complete via WP Cron','2021-01-04 00:51:03','2021-01-03 19:51:03'),
(33042,15178,'action created','2021-01-04 00:51:03','2021-01-03 19:51:03'),
(33043,15178,'action started via WP Cron','2021-01-04 00:52:59','2021-01-03 19:52:59'),
(33044,15178,'action complete via WP Cron','2021-01-04 00:52:59','2021-01-03 19:52:59'),
(33045,15179,'action created','2021-01-04 00:52:59','2021-01-03 19:52:59'),
(33046,15179,'action started via WP Cron','2021-01-04 00:54:05','2021-01-03 19:54:05'),
(33047,15179,'action complete via WP Cron','2021-01-04 00:54:05','2021-01-03 19:54:05'),
(33048,15180,'action created','2021-01-04 00:54:05','2021-01-03 19:54:05'),
(33049,15180,'action started via WP Cron','2021-01-04 00:56:41','2021-01-03 19:56:41'),
(33050,15180,'action complete via WP Cron','2021-01-04 00:56:41','2021-01-03 19:56:41'),
(33051,15181,'action created','2021-01-04 00:56:41','2021-01-03 19:56:41'),
(33052,15181,'action started via WP Cron','2021-01-04 00:57:42','2021-01-03 19:57:42'),
(33053,15181,'action complete via WP Cron','2021-01-04 00:57:42','2021-01-03 19:57:42'),
(33054,15182,'action created','2021-01-04 00:57:42','2021-01-03 19:57:42'),
(33055,15182,'action started via WP Cron','2021-01-04 01:01:04','2021-01-03 20:01:04'),
(33056,15182,'action complete via WP Cron','2021-01-04 01:01:04','2021-01-03 20:01:04'),
(33057,15183,'action created','2021-01-04 01:01:04','2021-01-03 20:01:04'),
(33058,15183,'action started via WP Cron','2021-01-04 01:01:24','2021-01-03 20:01:24'),
(33059,15183,'action complete via WP Cron','2021-01-04 01:01:24','2021-01-03 20:01:24'),
(33060,15184,'action created','2021-01-04 01:01:24','2021-01-03 20:01:24'),
(33061,15184,'action started via WP Cron','2021-01-04 01:03:34','2021-01-03 20:03:34'),
(33062,15184,'action complete via WP Cron','2021-01-04 01:03:34','2021-01-03 20:03:34'),
(33063,15185,'action created','2021-01-04 01:03:34','2021-01-03 20:03:34'),
(33064,15185,'action started via WP Cron','2021-01-04 01:04:11','2021-01-03 20:04:11'),
(33065,15185,'action complete via WP Cron','2021-01-04 01:04:11','2021-01-03 20:04:11'),
(33066,15186,'action created','2021-01-04 01:04:11','2021-01-03 20:04:11'),
(33067,15186,'action started via WP Cron','2021-01-04 01:05:25','2021-01-03 20:05:25'),
(33068,15186,'action complete via WP Cron','2021-01-04 01:05:25','2021-01-03 20:05:25'),
(33069,15187,'action created','2021-01-04 01:05:25','2021-01-03 20:05:25'),
(33070,15187,'action started via WP Cron','2021-01-04 01:08:41','2021-01-03 20:08:41'),
(33071,15187,'action complete via WP Cron','2021-01-04 01:08:41','2021-01-03 20:08:41'),
(33072,15188,'action created','2021-01-04 01:08:41','2021-01-03 20:08:41'),
(33073,15188,'action started via WP Cron','2021-01-04 01:09:13','2021-01-03 20:09:13'),
(33074,15188,'action complete via WP Cron','2021-01-04 01:09:13','2021-01-03 20:09:13'),
(33075,15189,'action created','2021-01-04 01:09:13','2021-01-03 20:09:13'),
(33076,15189,'action started via WP Cron','2021-01-04 01:10:38','2021-01-03 20:10:38'),
(33077,15189,'action complete via WP Cron','2021-01-04 01:10:38','2021-01-03 20:10:38'),
(33078,15190,'action created','2021-01-04 01:10:38','2021-01-03 20:10:38'),
(33079,15190,'action started via WP Cron','2021-01-04 01:11:32','2021-01-03 20:11:32'),
(33080,15190,'action complete via WP Cron','2021-01-04 01:11:32','2021-01-03 20:11:32'),
(33081,15191,'action created','2021-01-04 01:11:32','2021-01-03 20:11:32'),
(33082,15191,'action started via WP Cron','2021-01-04 01:12:38','2021-01-03 20:12:38'),
(33083,15191,'action complete via WP Cron','2021-01-04 01:12:38','2021-01-03 20:12:38'),
(33084,15192,'action created','2021-01-04 01:12:38','2021-01-03 20:12:38'),
(33085,15192,'action started via WP Cron','2021-01-04 01:13:39','2021-01-03 20:13:39'),
(33086,15192,'action complete via WP Cron','2021-01-04 01:13:39','2021-01-03 20:13:39'),
(33087,14243,'action started via WP Cron','2021-01-04 01:13:39','2021-01-03 20:13:39'),
(33088,14243,'action complete via WP Cron','2021-01-04 01:13:39','2021-01-03 20:13:39'),
(33089,15193,'action created','2021-01-04 01:13:39','2021-01-03 20:13:39'),
(33090,15194,'action created','2021-01-04 01:13:39','2021-01-03 20:13:39'),
(33091,15194,'action started via WP Cron','2021-01-04 01:15:08','2021-01-03 20:15:08'),
(33092,15194,'action complete via WP Cron','2021-01-04 01:15:08','2021-01-03 20:15:08'),
(33093,15195,'action created','2021-01-04 01:15:08','2021-01-03 20:15:08'),
(33094,15195,'action started via WP Cron','2021-01-04 01:15:28','2021-01-03 20:15:28'),
(33095,15195,'action complete via WP Cron','2021-01-04 01:15:28','2021-01-03 20:15:28'),
(33096,15196,'action created','2021-01-04 01:15:28','2021-01-03 20:15:28'),
(33097,15196,'action started via WP Cron','2021-01-04 01:18:05','2021-01-03 20:18:05'),
(33098,15196,'action complete via WP Cron','2021-01-04 01:18:05','2021-01-03 20:18:05'),
(33099,15197,'action created','2021-01-04 01:18:05','2021-01-03 20:18:05'),
(33100,15197,'action started via WP Cron','2021-01-04 01:18:31','2021-01-03 20:18:31'),
(33101,15197,'action complete via WP Cron','2021-01-04 01:18:31','2021-01-03 20:18:31'),
(33102,15198,'action created','2021-01-04 01:18:32','2021-01-03 20:18:32'),
(33103,15198,'action started via WP Cron','2021-01-04 01:19:38','2021-01-03 20:19:38'),
(33104,15198,'action complete via WP Cron','2021-01-04 01:19:38','2021-01-03 20:19:38'),
(33105,15199,'action created','2021-01-04 01:19:38','2021-01-03 20:19:38'),
(33106,15199,'action started via WP Cron','2021-01-04 01:23:20','2021-01-03 20:23:20'),
(33107,15199,'action complete via WP Cron','2021-01-04 01:23:20','2021-01-03 20:23:20'),
(33108,15200,'action created','2021-01-04 01:23:20','2021-01-03 20:23:20'),
(33109,15200,'action started via WP Cron','2021-01-04 01:28:19','2021-01-03 20:28:19'),
(33110,15200,'action complete via WP Cron','2021-01-04 01:28:19','2021-01-03 20:28:19'),
(33111,15201,'action created','2021-01-04 01:28:19','2021-01-03 20:28:19'),
(33112,15201,'action started via WP Cron','2021-01-04 01:32:59','2021-01-03 20:32:59'),
(33113,15201,'action complete via WP Cron','2021-01-04 01:32:59','2021-01-03 20:32:59'),
(33114,15202,'action created','2021-01-04 01:32:59','2021-01-03 20:32:59'),
(33115,15202,'action started via WP Cron','2021-01-04 01:34:36','2021-01-03 20:34:36'),
(33116,15202,'action complete via WP Cron','2021-01-04 01:34:36','2021-01-03 20:34:36'),
(33117,15203,'action created','2021-01-04 01:34:36','2021-01-03 20:34:36'),
(33118,15203,'action started via WP Cron','2021-01-04 01:35:24','2021-01-03 20:35:24'),
(33119,15203,'action complete via WP Cron','2021-01-04 01:35:24','2021-01-03 20:35:24'),
(33120,15204,'action created','2021-01-04 01:35:24','2021-01-03 20:35:24'),
(33121,15204,'action started via WP Cron','2021-01-04 01:37:42','2021-01-03 20:37:42'),
(33122,15204,'action complete via WP Cron','2021-01-04 01:37:43','2021-01-03 20:37:43'),
(33123,15205,'action created','2021-01-04 01:37:43','2021-01-03 20:37:43'),
(33124,15205,'action started via WP Cron','2021-01-04 01:38:35','2021-01-03 20:38:35'),
(33125,15205,'action complete via WP Cron','2021-01-04 01:38:35','2021-01-03 20:38:35'),
(33126,15206,'action created','2021-01-04 01:38:35','2021-01-03 20:38:35'),
(33127,15206,'action started via WP Cron','2021-01-04 01:39:16','2021-01-03 20:39:16'),
(33128,15206,'action complete via WP Cron','2021-01-04 01:39:16','2021-01-03 20:39:16'),
(33129,15207,'action created','2021-01-04 01:39:16','2021-01-03 20:39:16'),
(33130,15207,'action started via WP Cron','2021-01-04 01:40:27','2021-01-03 20:40:27'),
(33131,15207,'action complete via WP Cron','2021-01-04 01:40:27','2021-01-03 20:40:27'),
(33132,15208,'action created','2021-01-04 01:40:27','2021-01-03 20:40:27'),
(33133,15208,'action started via WP Cron','2021-01-04 01:42:04','2021-01-03 20:42:04'),
(33134,15208,'action complete via WP Cron','2021-01-04 01:42:04','2021-01-03 20:42:04'),
(33135,15209,'action created','2021-01-04 01:42:04','2021-01-03 20:42:04'),
(33136,15209,'action started via WP Cron','2021-01-04 01:45:19','2021-01-03 20:45:19'),
(33137,15209,'action complete via WP Cron','2021-01-04 01:45:19','2021-01-03 20:45:19'),
(33138,15210,'action created','2021-01-04 01:45:19','2021-01-03 20:45:19'),
(33139,15210,'action started via WP Cron','2021-01-04 01:46:12','2021-01-03 20:46:12'),
(33140,15210,'action complete via WP Cron','2021-01-04 01:46:12','2021-01-03 20:46:12'),
(33141,15211,'action created','2021-01-04 01:46:12','2021-01-03 20:46:12'),
(33142,15211,'action started via WP Cron','2021-01-04 01:47:51','2021-01-03 20:47:51'),
(33143,15211,'action complete via WP Cron','2021-01-04 01:47:51','2021-01-03 20:47:51'),
(33144,15212,'action created','2021-01-04 01:47:51','2021-01-03 20:47:51'),
(33145,15212,'action started via WP Cron','2021-01-04 01:49:46','2021-01-03 20:49:46'),
(33146,15212,'action complete via WP Cron','2021-01-04 01:49:46','2021-01-03 20:49:46'),
(33147,15213,'action created','2021-01-04 01:49:46','2021-01-03 20:49:46'),
(33148,15213,'action started via WP Cron','2021-01-04 01:50:18','2021-01-03 20:50:18'),
(33149,15213,'action complete via WP Cron','2021-01-04 01:50:18','2021-01-03 20:50:18'),
(33150,15214,'action created','2021-01-04 01:50:18','2021-01-03 20:50:18'),
(33151,15214,'action started via WP Cron','2021-01-04 01:51:19','2021-01-03 20:51:19'),
(33152,15214,'action complete via WP Cron','2021-01-04 01:51:19','2021-01-03 20:51:19'),
(33153,15215,'action created','2021-01-04 01:51:19','2021-01-03 20:51:19'),
(33154,15215,'action started via WP Cron','2021-01-04 01:55:39','2021-01-03 20:55:39'),
(33155,15215,'action complete via WP Cron','2021-01-04 01:55:39','2021-01-03 20:55:39'),
(33156,15216,'action created','2021-01-04 01:55:39','2021-01-03 20:55:39'),
(33157,15216,'action started via WP Cron','2021-01-04 01:57:04','2021-01-03 20:57:04'),
(33158,15216,'action complete via WP Cron','2021-01-04 01:57:04','2021-01-03 20:57:04'),
(33159,15217,'action created','2021-01-04 01:57:04','2021-01-03 20:57:04'),
(33160,15217,'action started via WP Cron','2021-01-04 01:59:39','2021-01-03 20:59:39'),
(33161,15217,'action complete via WP Cron','2021-01-04 01:59:39','2021-01-03 20:59:39'),
(33162,15218,'action created','2021-01-04 01:59:39','2021-01-03 20:59:39'),
(33163,15218,'action started via WP Cron','2021-01-04 02:00:24','2021-01-03 21:00:24'),
(33164,15218,'action complete via WP Cron','2021-01-04 02:00:24','2021-01-03 21:00:24'),
(33165,15219,'action created','2021-01-04 02:00:24','2021-01-03 21:00:24'),
(33166,15219,'action started via WP Cron','2021-01-04 02:01:16','2021-01-03 21:01:16'),
(33167,15219,'action complete via WP Cron','2021-01-04 02:01:16','2021-01-03 21:01:16'),
(33168,15220,'action created','2021-01-04 02:01:16','2021-01-03 21:01:16'),
(33169,15220,'action started via WP Cron','2021-01-04 02:03:43','2021-01-03 21:03:43'),
(33170,15220,'action complete via WP Cron','2021-01-04 02:03:43','2021-01-03 21:03:43'),
(33171,15221,'action created','2021-01-04 02:03:43','2021-01-03 21:03:43'),
(33172,15221,'action started via WP Cron','2021-01-04 02:06:26','2021-01-03 21:06:26'),
(33173,15221,'action complete via WP Cron','2021-01-04 02:06:26','2021-01-03 21:06:26'),
(33174,15222,'action created','2021-01-04 02:06:26','2021-01-03 21:06:26'),
(33175,15222,'action started via WP Cron','2021-01-04 02:07:31','2021-01-03 21:07:31'),
(33176,15222,'action complete via WP Cron','2021-01-04 02:07:31','2021-01-03 21:07:31'),
(33177,15223,'action created','2021-01-04 02:07:31','2021-01-03 21:07:31'),
(33178,15223,'action started via WP Cron','2021-01-04 02:09:20','2021-01-03 21:09:20'),
(33179,15223,'action complete via WP Cron','2021-01-04 02:09:20','2021-01-03 21:09:20'),
(33180,15224,'action created','2021-01-04 02:09:20','2021-01-03 21:09:20'),
(33181,15224,'action started via WP Cron','2021-01-04 02:10:12','2021-01-03 21:10:12'),
(33182,15224,'action complete via WP Cron','2021-01-04 02:10:12','2021-01-03 21:10:12'),
(33183,15225,'action created','2021-01-04 02:10:12','2021-01-03 21:10:12'),
(33184,15225,'action started via WP Cron','2021-01-04 02:11:29','2021-01-03 21:11:29'),
(33185,15225,'action complete via WP Cron','2021-01-04 02:11:29','2021-01-03 21:11:29'),
(33186,15226,'action created','2021-01-04 02:11:29','2021-01-03 21:11:29'),
(33187,15226,'action started via WP Cron','2021-01-04 02:12:26','2021-01-03 21:12:26'),
(33188,15226,'action complete via WP Cron','2021-01-04 02:12:26','2021-01-03 21:12:26'),
(33189,15227,'action created','2021-01-04 02:12:26','2021-01-03 21:12:26'),
(33190,15227,'action started via WP Cron','2021-01-04 02:15:52','2021-01-03 21:15:52'),
(33191,15227,'action complete via WP Cron','2021-01-04 02:15:52','2021-01-03 21:15:52'),
(33192,15228,'action created','2021-01-04 02:15:52','2021-01-03 21:15:52'),
(33193,15228,'action started via WP Cron','2021-01-04 02:20:36','2021-01-03 21:20:36'),
(33194,15228,'action complete via WP Cron','2021-01-04 02:20:36','2021-01-03 21:20:36'),
(33195,15229,'action created','2021-01-04 02:20:36','2021-01-03 21:20:36'),
(33196,15229,'action started via WP Cron','2021-01-04 02:23:11','2021-01-03 21:23:11'),
(33197,15229,'action complete via WP Cron','2021-01-04 02:23:11','2021-01-03 21:23:11'),
(33198,15230,'action created','2021-01-04 02:23:11','2021-01-03 21:23:11'),
(33199,15230,'action started via WP Cron','2021-01-04 02:25:00','2021-01-03 21:25:00'),
(33200,15230,'action complete via WP Cron','2021-01-04 02:25:00','2021-01-03 21:25:00'),
(33201,15231,'action created','2021-01-04 02:25:00','2021-01-03 21:25:00'),
(33202,15231,'action started via WP Cron','2021-01-04 02:25:18','2021-01-03 21:25:18'),
(33203,15231,'action complete via WP Cron','2021-01-04 02:25:18','2021-01-03 21:25:18'),
(33204,15232,'action created','2021-01-04 02:25:18','2021-01-03 21:25:18'),
(33205,15232,'action started via WP Cron','2021-01-04 02:27:08','2021-01-03 21:27:08'),
(33206,15232,'action complete via WP Cron','2021-01-04 02:27:08','2021-01-03 21:27:08'),
(33207,15233,'action created','2021-01-04 02:27:08','2021-01-03 21:27:08'),
(33208,15233,'action started via WP Cron','2021-01-04 02:27:33','2021-01-03 21:27:33'),
(33209,15233,'action complete via WP Cron','2021-01-04 02:27:33','2021-01-03 21:27:33'),
(33210,15234,'action created','2021-01-04 02:27:33','2021-01-03 21:27:33'),
(33211,15234,'action started via WP Cron','2021-01-04 02:28:18','2021-01-03 21:28:18'),
(33212,15234,'action complete via WP Cron','2021-01-04 02:28:18','2021-01-03 21:28:18'),
(33213,15235,'action created','2021-01-04 02:28:18','2021-01-03 21:28:18'),
(33214,15235,'action started via WP Cron','2021-01-04 02:30:07','2021-01-03 21:30:07'),
(33215,15235,'action complete via WP Cron','2021-01-04 02:30:07','2021-01-03 21:30:07'),
(33216,15236,'action created','2021-01-04 02:30:07','2021-01-03 21:30:07'),
(33217,15236,'action started via WP Cron','2021-01-04 02:31:56','2021-01-03 21:31:56'),
(33218,15236,'action complete via WP Cron','2021-01-04 02:31:57','2021-01-03 21:31:57'),
(33219,15237,'action created','2021-01-04 02:31:57','2021-01-03 21:31:57'),
(33220,15237,'action started via WP Cron','2021-01-04 02:37:27','2021-01-03 21:37:27'),
(33221,15237,'action complete via WP Cron','2021-01-04 02:37:27','2021-01-03 21:37:27'),
(33222,15238,'action created','2021-01-04 02:37:27','2021-01-03 21:37:27'),
(33223,15238,'action started via WP Cron','2021-01-04 02:38:53','2021-01-03 21:38:53'),
(33224,15238,'action complete via WP Cron','2021-01-04 02:38:53','2021-01-03 21:38:53'),
(33225,15239,'action created','2021-01-04 02:38:53','2021-01-03 21:38:53'),
(33226,15239,'action started via WP Cron','2021-01-04 02:39:45','2021-01-03 21:39:45'),
(33227,15239,'action complete via WP Cron','2021-01-04 02:39:45','2021-01-03 21:39:45'),
(33228,15240,'action created','2021-01-04 02:39:45','2021-01-03 21:39:45'),
(33229,15240,'action started via WP Cron','2021-01-04 02:40:11','2021-01-03 21:40:11'),
(33230,15240,'action complete via WP Cron','2021-01-04 02:40:11','2021-01-03 21:40:11'),
(33231,15241,'action created','2021-01-04 02:40:11','2021-01-03 21:40:11'),
(33232,15241,'action started via WP Cron','2021-01-04 02:41:29','2021-01-03 21:41:29'),
(33233,15241,'action complete via WP Cron','2021-01-04 02:41:29','2021-01-03 21:41:29'),
(33234,15242,'action created','2021-01-04 02:41:29','2021-01-03 21:41:29'),
(33235,15242,'action started via WP Cron','2021-01-04 02:45:36','2021-01-03 21:45:36'),
(33236,15242,'action complete via WP Cron','2021-01-04 02:45:36','2021-01-03 21:45:36'),
(33237,15243,'action created','2021-01-04 02:45:36','2021-01-03 21:45:36'),
(33238,15243,'action started via WP Cron','2021-01-04 02:46:40','2021-01-03 21:46:40'),
(33239,15243,'action complete via WP Cron','2021-01-04 02:46:40','2021-01-03 21:46:40'),
(33240,15244,'action created','2021-01-04 02:46:40','2021-01-03 21:46:40'),
(33241,15244,'action started via WP Cron','2021-01-04 02:47:39','2021-01-03 21:47:39'),
(33242,15244,'action complete via WP Cron','2021-01-04 02:47:39','2021-01-03 21:47:39'),
(33243,15245,'action created','2021-01-04 02:47:39','2021-01-03 21:47:39'),
(33244,15245,'action started via WP Cron','2021-01-04 02:48:11','2021-01-03 21:48:11'),
(33245,15245,'action complete via WP Cron','2021-01-04 02:48:11','2021-01-03 21:48:11'),
(33246,15246,'action created','2021-01-04 02:48:11','2021-01-03 21:48:11'),
(33247,15246,'action started via WP Cron','2021-01-04 02:53:22','2021-01-03 21:53:22'),
(33248,15246,'action complete via WP Cron','2021-01-04 02:53:22','2021-01-03 21:53:22'),
(33249,15247,'action created','2021-01-04 02:53:22','2021-01-03 21:53:22'),
(33250,15247,'action started via WP Cron','2021-01-04 02:54:32','2021-01-03 21:54:32'),
(33251,15247,'action complete via WP Cron','2021-01-04 02:54:32','2021-01-03 21:54:32'),
(33252,15248,'action created','2021-01-04 02:54:32','2021-01-03 21:54:32'),
(33253,15248,'action started via WP Cron','2021-01-04 02:55:45','2021-01-03 21:55:45'),
(33254,15248,'action complete via WP Cron','2021-01-04 02:55:45','2021-01-03 21:55:45'),
(33255,15249,'action created','2021-01-04 02:55:45','2021-01-03 21:55:45'),
(33256,15249,'action started via WP Cron','2021-01-04 02:57:48','2021-01-03 21:57:48'),
(33257,15249,'action complete via WP Cron','2021-01-04 02:57:48','2021-01-03 21:57:48'),
(33258,15250,'action created','2021-01-04 02:57:48','2021-01-03 21:57:48'),
(33259,15250,'action started via WP Cron','2021-01-04 02:58:24','2021-01-03 21:58:24'),
(33260,15250,'action complete via WP Cron','2021-01-04 02:58:24','2021-01-03 21:58:24'),
(33261,15251,'action created','2021-01-04 02:58:24','2021-01-03 21:58:24'),
(33262,15251,'action started via WP Cron','2021-01-04 03:00:03','2021-01-03 22:00:03'),
(33263,15251,'action complete via WP Cron','2021-01-04 03:00:03','2021-01-03 22:00:03'),
(33264,15252,'action created','2021-01-04 03:00:03','2021-01-03 22:00:03'),
(33265,15252,'action started via WP Cron','2021-01-04 03:00:55','2021-01-03 22:00:55'),
(33266,15252,'action complete via WP Cron','2021-01-04 03:00:55','2021-01-03 22:00:55'),
(33267,15253,'action created','2021-01-04 03:00:56','2021-01-03 22:00:56'),
(33268,15253,'action started via WP Cron','2021-01-04 03:01:58','2021-01-03 22:01:58'),
(33269,15253,'action complete via WP Cron','2021-01-04 03:01:58','2021-01-03 22:01:58'),
(33270,15254,'action created','2021-01-04 03:01:59','2021-01-03 22:01:59'),
(33271,15254,'action started via WP Cron','2021-01-04 03:02:13','2021-01-03 22:02:13'),
(33272,15254,'action complete via WP Cron','2021-01-04 03:02:13','2021-01-03 22:02:13'),
(33273,15255,'action created','2021-01-04 03:02:13','2021-01-03 22:02:13'),
(33274,15255,'action started via WP Cron','2021-01-04 03:06:36','2021-01-03 22:06:36'),
(33275,15255,'action complete via WP Cron','2021-01-04 03:06:36','2021-01-03 22:06:36'),
(33276,15256,'action created','2021-01-04 03:06:37','2021-01-03 22:06:37'),
(33277,15256,'action started via WP Cron','2021-01-04 03:07:22','2021-01-03 22:07:22'),
(33278,15256,'action complete via WP Cron','2021-01-04 03:07:22','2021-01-03 22:07:22'),
(33279,15257,'action created','2021-01-04 03:07:22','2021-01-03 22:07:22'),
(33280,15257,'action started via WP Cron','2021-01-04 03:08:28','2021-01-03 22:08:28'),
(33281,15257,'action complete via WP Cron','2021-01-04 03:08:28','2021-01-03 22:08:28'),
(33282,15258,'action created','2021-01-04 03:08:28','2021-01-03 22:08:28'),
(33283,15258,'action started via WP Cron','2021-01-04 03:10:18','2021-01-03 22:10:18'),
(33284,15258,'action complete via WP Cron','2021-01-04 03:10:18','2021-01-03 22:10:18'),
(33285,15259,'action created','2021-01-04 03:10:18','2021-01-03 22:10:18'),
(33286,15259,'action started via WP Cron','2021-01-04 03:11:43','2021-01-03 22:11:43'),
(33287,15259,'action complete via WP Cron','2021-01-04 03:11:43','2021-01-03 22:11:43'),
(33288,15260,'action created','2021-01-04 03:11:43','2021-01-03 22:11:43'),
(33289,15260,'action started via WP Cron','2021-01-04 03:13:13','2021-01-03 22:13:13'),
(33290,15260,'action complete via WP Cron','2021-01-04 03:13:13','2021-01-03 22:13:13'),
(33291,15261,'action created','2021-01-04 03:13:13','2021-01-03 22:13:13'),
(33292,15261,'action started via WP Cron','2021-01-04 03:14:42','2021-01-03 22:14:42'),
(33293,15261,'action complete via WP Cron','2021-01-04 03:14:42','2021-01-03 22:14:42'),
(33294,15262,'action created','2021-01-04 03:14:42','2021-01-03 22:14:42'),
(33295,15262,'action started via WP Cron','2021-01-04 03:16:28','2021-01-03 22:16:28'),
(33296,15262,'action complete via WP Cron','2021-01-04 03:16:28','2021-01-03 22:16:28'),
(33297,15263,'action created','2021-01-04 03:16:28','2021-01-03 22:16:28'),
(33298,15263,'action started via WP Cron','2021-01-04 03:17:12','2021-01-03 22:17:12'),
(33299,15263,'action complete via WP Cron','2021-01-04 03:17:12','2021-01-03 22:17:12'),
(33300,15264,'action created','2021-01-04 03:17:12','2021-01-03 22:17:12'),
(33301,15264,'action started via WP Cron','2021-01-04 03:18:31','2021-01-03 22:18:31'),
(33302,15264,'action complete via WP Cron','2021-01-04 03:18:31','2021-01-03 22:18:31'),
(33303,15265,'action created','2021-01-04 03:18:31','2021-01-03 22:18:31'),
(33304,15265,'action started via WP Cron','2021-01-04 03:19:27','2021-01-03 22:19:27'),
(33305,15265,'action complete via WP Cron','2021-01-04 03:19:27','2021-01-03 22:19:27'),
(33306,15266,'action created','2021-01-04 03:19:27','2021-01-03 22:19:27'),
(33307,15266,'action started via WP Cron','2021-01-04 03:20:45','2021-01-03 22:20:45'),
(33308,15266,'action complete via WP Cron','2021-01-04 03:20:45','2021-01-03 22:20:45'),
(33309,15267,'action created','2021-01-04 03:20:45','2021-01-03 22:20:45'),
(33310,15267,'action started via WP Cron','2021-01-04 03:21:29','2021-01-03 22:21:29'),
(33311,15267,'action complete via WP Cron','2021-01-04 03:21:29','2021-01-03 22:21:29'),
(33312,15268,'action created','2021-01-04 03:21:29','2021-01-03 22:21:29'),
(33313,15268,'action started via WP Cron','2021-01-04 03:23:45','2021-01-03 22:23:45'),
(33314,15268,'action complete via WP Cron','2021-01-04 03:23:45','2021-01-03 22:23:45'),
(33315,15269,'action created','2021-01-04 03:23:45','2021-01-03 22:23:45'),
(33316,15269,'action started via WP Cron','2021-01-04 03:24:28','2021-01-03 22:24:28'),
(33317,15269,'action complete via WP Cron','2021-01-04 03:24:28','2021-01-03 22:24:28'),
(33318,15270,'action created','2021-01-04 03:24:28','2021-01-03 22:24:28'),
(33319,15270,'action started via WP Cron','2021-01-04 03:25:12','2021-01-03 22:25:12'),
(33320,15270,'action complete via WP Cron','2021-01-04 03:25:12','2021-01-03 22:25:12'),
(33321,15271,'action created','2021-01-04 03:25:12','2021-01-03 22:25:12'),
(33322,15271,'action started via WP Cron','2021-01-04 03:27:42','2021-01-03 22:27:42'),
(33323,15271,'action complete via WP Cron','2021-01-04 03:27:42','2021-01-03 22:27:42'),
(33324,15272,'action created','2021-01-04 03:27:42','2021-01-03 22:27:42'),
(33325,15272,'action started via WP Cron','2021-01-04 03:34:09','2021-01-03 22:34:09'),
(33326,15272,'action complete via WP Cron','2021-01-04 03:34:09','2021-01-03 22:34:09'),
(33327,15273,'action created','2021-01-04 03:34:09','2021-01-03 22:34:09'),
(33328,15273,'action started via WP Cron','2021-01-04 03:34:32','2021-01-03 22:34:32'),
(33329,15273,'action complete via WP Cron','2021-01-04 03:34:32','2021-01-03 22:34:32'),
(33330,15274,'action created','2021-01-04 03:34:32','2021-01-03 22:34:32'),
(33331,15274,'action started via WP Cron','2021-01-04 03:35:19','2021-01-03 22:35:19'),
(33332,15274,'action complete via WP Cron','2021-01-04 03:35:19','2021-01-03 22:35:19'),
(33333,15275,'action created','2021-01-04 03:35:19','2021-01-03 22:35:19'),
(33334,15275,'action started via WP Cron','2021-01-04 03:38:03','2021-01-03 22:38:03'),
(33335,15275,'action complete via WP Cron','2021-01-04 03:38:03','2021-01-03 22:38:03'),
(33336,15276,'action created','2021-01-04 03:38:03','2021-01-03 22:38:03'),
(33337,15276,'action started via WP Cron','2021-01-04 03:38:27','2021-01-03 22:38:27'),
(33338,15276,'action complete via WP Cron','2021-01-04 03:38:27','2021-01-03 22:38:27'),
(33339,15277,'action created','2021-01-04 03:38:27','2021-01-03 22:38:27'),
(33340,15277,'action started via WP Cron','2021-01-04 03:39:33','2021-01-03 22:39:33'),
(33341,15277,'action complete via WP Cron','2021-01-04 03:39:33','2021-01-03 22:39:33'),
(33342,15278,'action created','2021-01-04 03:39:33','2021-01-03 22:39:33'),
(33343,15278,'action started via WP Cron','2021-01-04 03:40:49','2021-01-03 22:40:49'),
(33344,15278,'action complete via WP Cron','2021-01-04 03:40:49','2021-01-03 22:40:49'),
(33345,15279,'action created','2021-01-04 03:40:49','2021-01-03 22:40:49'),
(33346,15279,'action started via WP Cron','2021-01-04 03:41:30','2021-01-03 22:41:30'),
(33347,15279,'action complete via WP Cron','2021-01-04 03:41:30','2021-01-03 22:41:30'),
(33348,15280,'action created','2021-01-04 03:41:30','2021-01-03 22:41:30'),
(33349,15280,'action started via WP Cron','2021-01-04 03:42:46','2021-01-03 22:42:46'),
(33350,15280,'action complete via WP Cron','2021-01-04 03:42:46','2021-01-03 22:42:46'),
(33351,15281,'action created','2021-01-04 03:42:46','2021-01-03 22:42:46'),
(33352,15281,'action started via WP Cron','2021-01-04 03:44:16','2021-01-03 22:44:16'),
(33353,15281,'action complete via WP Cron','2021-01-04 03:44:16','2021-01-03 22:44:16'),
(33354,15282,'action created','2021-01-04 03:44:16','2021-01-03 22:44:16'),
(33355,15282,'action started via WP Cron','2021-01-04 03:45:41','2021-01-03 22:45:41'),
(33356,15282,'action complete via WP Cron','2021-01-04 03:45:41','2021-01-03 22:45:41'),
(33357,15283,'action created','2021-01-04 03:45:41','2021-01-03 22:45:41'),
(33358,15283,'action started via WP Cron','2021-01-04 03:46:35','2021-01-03 22:46:35'),
(33359,15283,'action complete via WP Cron','2021-01-04 03:46:35','2021-01-03 22:46:35'),
(33360,15284,'action created','2021-01-04 03:46:36','2021-01-03 22:46:36'),
(33361,15284,'action started via WP Cron','2021-01-04 03:48:33','2021-01-03 22:48:33'),
(33362,15284,'action complete via WP Cron','2021-01-04 03:48:33','2021-01-03 22:48:33'),
(33363,15285,'action created','2021-01-04 03:48:33','2021-01-03 22:48:33'),
(33364,15285,'action started via WP Cron','2021-01-04 03:49:21','2021-01-03 22:49:21'),
(33365,15285,'action complete via WP Cron','2021-01-04 03:49:21','2021-01-03 22:49:21'),
(33366,15286,'action created','2021-01-04 03:49:21','2021-01-03 22:49:21'),
(33367,15286,'action started via WP Cron','2021-01-04 03:50:28','2021-01-03 22:50:28'),
(33368,15286,'action complete via WP Cron','2021-01-04 03:50:28','2021-01-03 22:50:28'),
(33369,15287,'action created','2021-01-04 03:50:28','2021-01-03 22:50:28'),
(33370,15287,'action started via WP Cron','2021-01-04 03:52:13','2021-01-03 22:52:13'),
(33371,15287,'action complete via WP Cron','2021-01-04 03:52:13','2021-01-03 22:52:13'),
(33372,15288,'action created','2021-01-04 03:52:13','2021-01-03 22:52:13'),
(33373,15288,'action started via WP Cron','2021-01-04 03:53:49','2021-01-03 22:53:49'),
(33374,15288,'action complete via WP Cron','2021-01-04 03:53:49','2021-01-03 22:53:49'),
(33375,15289,'action created','2021-01-04 03:53:49','2021-01-03 22:53:49'),
(33376,15289,'action started via WP Cron','2021-01-04 03:57:00','2021-01-03 22:57:00'),
(33377,15289,'action complete via WP Cron','2021-01-04 03:57:00','2021-01-03 22:57:00'),
(33378,15290,'action created','2021-01-04 03:57:00','2021-01-03 22:57:00'),
(33379,15290,'action started via WP Cron','2021-01-04 03:57:12','2021-01-03 22:57:12'),
(33380,15290,'action complete via WP Cron','2021-01-04 03:57:12','2021-01-03 22:57:12'),
(33381,15291,'action created','2021-01-04 03:57:12','2021-01-03 22:57:12'),
(33382,15291,'action started via WP Cron','2021-01-04 03:58:18','2021-01-03 22:58:18'),
(33383,15291,'action complete via WP Cron','2021-01-04 03:58:18','2021-01-03 22:58:18'),
(33384,15292,'action created','2021-01-04 03:58:18','2021-01-03 22:58:18'),
(33385,15292,'action started via WP Cron','2021-01-04 03:59:12','2021-01-03 22:59:12'),
(33386,15292,'action complete via WP Cron','2021-01-04 03:59:12','2021-01-03 22:59:12'),
(33387,15293,'action created','2021-01-04 03:59:12','2021-01-03 22:59:12'),
(33388,15293,'action started via WP Cron','2021-01-04 04:00:13','2021-01-03 23:00:13'),
(33389,15293,'action complete via WP Cron','2021-01-04 04:00:13','2021-01-03 23:00:13'),
(33390,15294,'action created','2021-01-04 04:00:13','2021-01-03 23:00:13'),
(33391,15294,'action started via WP Cron','2021-01-04 04:01:11','2021-01-03 23:01:11'),
(33392,15294,'action complete via WP Cron','2021-01-04 04:01:11','2021-01-03 23:01:11'),
(33393,15295,'action created','2021-01-04 04:01:11','2021-01-03 23:01:11'),
(33394,15295,'action started via WP Cron','2021-01-04 04:04:01','2021-01-03 23:04:01'),
(33395,15295,'action complete via WP Cron','2021-01-04 04:04:01','2021-01-03 23:04:01'),
(33396,15296,'action created','2021-01-04 04:04:01','2021-01-03 23:04:01'),
(33397,15296,'action started via WP Cron','2021-01-04 04:04:23','2021-01-03 23:04:23'),
(33398,15296,'action complete via WP Cron','2021-01-04 04:04:23','2021-01-03 23:04:23'),
(33399,15297,'action created','2021-01-04 04:04:23','2021-01-03 23:04:23'),
(33400,15297,'action started via WP Cron','2021-01-04 04:06:22','2021-01-03 23:06:22'),
(33401,15297,'action complete via WP Cron','2021-01-04 04:06:23','2021-01-03 23:06:23'),
(33402,15298,'action created','2021-01-04 04:06:23','2021-01-03 23:06:23'),
(33403,15298,'action started via WP Cron','2021-01-04 04:07:13','2021-01-03 23:07:13'),
(33404,15298,'action complete via WP Cron','2021-01-04 04:07:14','2021-01-03 23:07:14'),
(33405,15299,'action created','2021-01-04 04:07:14','2021-01-03 23:07:14'),
(33406,15299,'action started via WP Cron','2021-01-04 04:11:26','2021-01-03 23:11:26'),
(33407,15299,'action complete via WP Cron','2021-01-04 04:11:26','2021-01-03 23:11:26'),
(33408,15300,'action created','2021-01-04 04:11:26','2021-01-03 23:11:26'),
(33409,15300,'action started via WP Cron','2021-01-04 04:13:12','2021-01-03 23:13:12'),
(33410,15300,'action complete via WP Cron','2021-01-04 04:13:12','2021-01-03 23:13:12'),
(33411,15301,'action created','2021-01-04 04:13:13','2021-01-03 23:13:13'),
(33412,15301,'action started via WP Cron','2021-01-04 04:16:17','2021-01-03 23:16:17'),
(33413,15301,'action complete via WP Cron','2021-01-04 04:16:17','2021-01-03 23:16:17'),
(33414,15302,'action created','2021-01-04 04:16:17','2021-01-03 23:16:17'),
(33415,15302,'action started via WP Cron','2021-01-04 04:17:45','2021-01-03 23:17:45'),
(33416,15302,'action complete via WP Cron','2021-01-04 04:17:45','2021-01-03 23:17:45'),
(33417,15303,'action created','2021-01-04 04:17:45','2021-01-03 23:17:45'),
(33418,15303,'action started via WP Cron','2021-01-04 04:18:18','2021-01-03 23:18:18'),
(33419,15303,'action complete via WP Cron','2021-01-04 04:18:18','2021-01-03 23:18:18'),
(33420,15304,'action created','2021-01-04 04:18:18','2021-01-03 23:18:18'),
(33421,15304,'action started via WP Cron','2021-01-04 04:19:54','2021-01-03 23:19:54'),
(33422,15304,'action complete via WP Cron','2021-01-04 04:19:54','2021-01-03 23:19:54'),
(33423,15305,'action created','2021-01-04 04:19:54','2021-01-03 23:19:54'),
(33424,15305,'action started via WP Cron','2021-01-04 04:20:40','2021-01-03 23:20:40'),
(33425,15305,'action complete via WP Cron','2021-01-04 04:20:40','2021-01-03 23:20:40'),
(33426,15306,'action created','2021-01-04 04:20:40','2021-01-03 23:20:40'),
(33427,15306,'action started via WP Cron','2021-01-04 04:22:15','2021-01-03 23:22:15'),
(33428,15306,'action complete via WP Cron','2021-01-04 04:22:15','2021-01-03 23:22:15'),
(33429,15307,'action created','2021-01-04 04:22:16','2021-01-03 23:22:16'),
(33430,15307,'action started via WP Cron','2021-01-04 04:23:24','2021-01-03 23:23:24'),
(33431,15307,'action complete via WP Cron','2021-01-04 04:23:24','2021-01-03 23:23:24'),
(33432,15308,'action created','2021-01-04 04:23:24','2021-01-03 23:23:24'),
(33433,15308,'action started via WP Cron','2021-01-04 04:24:33','2021-01-03 23:24:33'),
(33434,15308,'action complete via WP Cron','2021-01-04 04:24:33','2021-01-03 23:24:33'),
(33435,15309,'action created','2021-01-04 04:24:33','2021-01-03 23:24:33'),
(33436,15309,'action started via WP Cron','2021-01-04 04:27:35','2021-01-03 23:27:35'),
(33437,15309,'action complete via WP Cron','2021-01-04 04:27:35','2021-01-03 23:27:35'),
(33438,15310,'action created','2021-01-04 04:27:35','2021-01-03 23:27:35'),
(33439,15310,'action started via WP Cron','2021-01-04 04:29:21','2021-01-03 23:29:21'),
(33440,15310,'action complete via WP Cron','2021-01-04 04:29:21','2021-01-03 23:29:21'),
(33441,15311,'action created','2021-01-04 04:29:21','2021-01-03 23:29:21'),
(33442,15311,'action started via WP Cron','2021-01-04 04:32:00','2021-01-03 23:32:00'),
(33443,15311,'action complete via WP Cron','2021-01-04 04:32:00','2021-01-03 23:32:00'),
(33444,15312,'action created','2021-01-04 04:32:00','2021-01-03 23:32:00'),
(33445,15312,'action started via WP Cron','2021-01-04 04:35:37','2021-01-03 23:35:37'),
(33446,15312,'action complete via WP Cron','2021-01-04 04:35:37','2021-01-03 23:35:37'),
(33447,15313,'action created','2021-01-04 04:35:37','2021-01-03 23:35:37'),
(33448,15313,'action started via WP Cron','2021-01-04 04:39:11','2021-01-03 23:39:11'),
(33449,15313,'action complete via WP Cron','2021-01-04 04:39:11','2021-01-03 23:39:11'),
(33450,15314,'action created','2021-01-04 04:39:11','2021-01-03 23:39:11'),
(33451,15314,'action started via WP Cron','2021-01-04 04:40:45','2021-01-03 23:40:45'),
(33452,15314,'action complete via WP Cron','2021-01-04 04:40:45','2021-01-03 23:40:45'),
(33453,15315,'action created','2021-01-04 04:40:45','2021-01-03 23:40:45'),
(33454,15315,'action started via WP Cron','2021-01-04 04:42:36','2021-01-03 23:42:36'),
(33455,15315,'action complete via WP Cron','2021-01-04 04:42:36','2021-01-03 23:42:36'),
(33456,15316,'action created','2021-01-04 04:42:36','2021-01-03 23:42:36'),
(33457,15316,'action started via WP Cron','2021-01-04 04:43:42','2021-01-03 23:43:42'),
(33458,15316,'action complete via WP Cron','2021-01-04 04:43:42','2021-01-03 23:43:42'),
(33459,15317,'action created','2021-01-04 04:43:42','2021-01-03 23:43:42'),
(33460,15317,'action started via WP Cron','2021-01-04 04:44:56','2021-01-03 23:44:56'),
(33461,15317,'action complete via WP Cron','2021-01-04 04:44:56','2021-01-03 23:44:56'),
(33462,15318,'action created','2021-01-04 04:44:56','2021-01-03 23:44:56'),
(33463,15318,'action started via WP Cron','2021-01-04 04:45:58','2021-01-03 23:45:58'),
(33464,15318,'action complete via WP Cron','2021-01-04 04:45:58','2021-01-03 23:45:58'),
(33465,15319,'action created','2021-01-04 04:45:58','2021-01-03 23:45:58'),
(33466,15319,'action started via WP Cron','2021-01-04 04:46:45','2021-01-03 23:46:45'),
(33467,15319,'action complete via WP Cron','2021-01-04 04:46:45','2021-01-03 23:46:45'),
(33468,15320,'action created','2021-01-04 04:46:45','2021-01-03 23:46:45'),
(33469,15320,'action started via WP Cron','2021-01-04 04:47:14','2021-01-03 23:47:14'),
(33470,15320,'action complete via WP Cron','2021-01-04 04:47:14','2021-01-03 23:47:14'),
(33471,15321,'action created','2021-01-04 04:47:14','2021-01-03 23:47:14'),
(33472,15321,'action started via WP Cron','2021-01-04 04:49:10','2021-01-03 23:49:10'),
(33473,15321,'action complete via WP Cron','2021-01-04 04:49:10','2021-01-03 23:49:10'),
(33474,15322,'action created','2021-01-04 04:49:10','2021-01-03 23:49:10'),
(33475,15322,'action started via WP Cron','2021-01-04 04:54:16','2021-01-03 23:54:16'),
(33476,15322,'action complete via WP Cron','2021-01-04 04:54:16','2021-01-03 23:54:16'),
(33477,15323,'action created','2021-01-04 04:54:16','2021-01-03 23:54:16'),
(33478,15323,'action started via WP Cron','2021-01-04 05:01:31','2021-01-04 00:01:31'),
(33479,15323,'action complete via WP Cron','2021-01-04 05:01:31','2021-01-04 00:01:31'),
(33480,15324,'action created','2021-01-04 05:01:31','2021-01-04 00:01:31'),
(33481,15324,'action started via WP Cron','2021-01-04 05:02:47','2021-01-04 00:02:47'),
(33482,15324,'action complete via WP Cron','2021-01-04 05:02:47','2021-01-04 00:02:47'),
(33483,15325,'action created','2021-01-04 05:02:47','2021-01-04 00:02:47'),
(33484,15325,'action started via WP Cron','2021-01-04 05:04:50','2021-01-04 00:04:50'),
(33485,15325,'action complete via WP Cron','2021-01-04 05:04:50','2021-01-04 00:04:50'),
(33486,15326,'action created','2021-01-04 05:04:50','2021-01-04 00:04:50'),
(33487,15326,'action started via WP Cron','2021-01-04 05:05:55','2021-01-04 00:05:55'),
(33488,15326,'action complete via WP Cron','2021-01-04 05:05:55','2021-01-04 00:05:55'),
(33489,15327,'action created','2021-01-04 05:05:56','2021-01-04 00:05:56'),
(33490,15327,'action started via WP Cron','2021-01-04 05:11:27','2021-01-04 00:11:27'),
(33491,15327,'action complete via WP Cron','2021-01-04 05:11:27','2021-01-04 00:11:27'),
(33492,15328,'action created','2021-01-04 05:11:27','2021-01-04 00:11:27'),
(33493,15328,'action started via WP Cron','2021-01-04 05:12:14','2021-01-04 00:12:14'),
(33494,15328,'action complete via WP Cron','2021-01-04 05:12:14','2021-01-04 00:12:14'),
(33495,15329,'action created','2021-01-04 05:12:14','2021-01-04 00:12:14'),
(33496,15329,'action started via WP Cron','2021-01-04 05:14:02','2021-01-04 00:14:02'),
(33497,15329,'action complete via WP Cron','2021-01-04 05:14:02','2021-01-04 00:14:02'),
(33498,15330,'action created','2021-01-04 05:14:02','2021-01-04 00:14:02'),
(33499,15330,'action started via WP Cron','2021-01-04 05:15:13','2021-01-04 00:15:13'),
(33500,15330,'action complete via WP Cron','2021-01-04 05:15:13','2021-01-04 00:15:13'),
(33501,15331,'action created','2021-01-04 05:15:13','2021-01-04 00:15:13'),
(33502,15331,'action started via WP Cron','2021-01-04 05:17:38','2021-01-04 00:17:38'),
(33503,15331,'action complete via WP Cron','2021-01-04 05:17:38','2021-01-04 00:17:38'),
(33504,15332,'action created','2021-01-04 05:17:38','2021-01-04 00:17:38'),
(33505,15332,'action started via WP Cron','2021-01-04 05:22:42','2021-01-04 00:22:42'),
(33506,15332,'action complete via WP Cron','2021-01-04 05:22:42','2021-01-04 00:22:42'),
(33507,15333,'action created','2021-01-04 05:22:42','2021-01-04 00:22:42'),
(33508,15333,'action started via WP Cron','2021-01-04 05:23:32','2021-01-04 00:23:32'),
(33509,15333,'action complete via WP Cron','2021-01-04 05:23:32','2021-01-04 00:23:32'),
(33510,15334,'action created','2021-01-04 05:23:32','2021-01-04 00:23:32'),
(33511,15334,'action started via WP Cron','2021-01-04 05:24:55','2021-01-04 00:24:55'),
(33512,15334,'action complete via WP Cron','2021-01-04 05:24:55','2021-01-04 00:24:55'),
(33513,15335,'action created','2021-01-04 05:24:55','2021-01-04 00:24:55'),
(33514,15335,'action started via WP Cron','2021-01-04 05:26:30','2021-01-04 00:26:30'),
(33515,15335,'action complete via WP Cron','2021-01-04 05:26:30','2021-01-04 00:26:30'),
(33516,15336,'action created','2021-01-04 05:26:30','2021-01-04 00:26:30'),
(33517,15336,'action started via WP Cron','2021-01-04 05:28:13','2021-01-04 00:28:13'),
(33518,15336,'action complete via WP Cron','2021-01-04 05:28:13','2021-01-04 00:28:13'),
(33519,15337,'action created','2021-01-04 05:28:13','2021-01-04 00:28:13'),
(33520,15337,'action started via WP Cron','2021-01-04 05:30:12','2021-01-04 00:30:12'),
(33521,15337,'action complete via WP Cron','2021-01-04 05:30:12','2021-01-04 00:30:12'),
(33522,15338,'action created','2021-01-04 05:30:13','2021-01-04 00:30:13'),
(33523,15338,'action started via WP Cron','2021-01-04 05:31:19','2021-01-04 00:31:19'),
(33524,15338,'action complete via WP Cron','2021-01-04 05:31:19','2021-01-04 00:31:19'),
(33525,15339,'action created','2021-01-04 05:31:19','2021-01-04 00:31:19'),
(33526,15339,'action started via WP Cron','2021-01-04 05:32:51','2021-01-04 00:32:51'),
(33527,15339,'action complete via WP Cron','2021-01-04 05:32:51','2021-01-04 00:32:51'),
(33528,15340,'action created','2021-01-04 05:32:51','2021-01-04 00:32:51'),
(33529,15340,'action started via WP Cron','2021-01-04 05:34:57','2021-01-04 00:34:57'),
(33530,15340,'action complete via WP Cron','2021-01-04 05:34:57','2021-01-04 00:34:57'),
(33531,15341,'action created','2021-01-04 05:34:57','2021-01-04 00:34:57'),
(33532,15341,'action started via WP Cron','2021-01-04 05:39:11','2021-01-04 00:39:11'),
(33533,15341,'action complete via WP Cron','2021-01-04 05:39:11','2021-01-04 00:39:11'),
(33534,15342,'action created','2021-01-04 05:39:11','2021-01-04 00:39:11'),
(33535,15342,'action started via WP Cron','2021-01-04 05:43:03','2021-01-04 00:43:03'),
(33536,15342,'action complete via WP Cron','2021-01-04 05:43:03','2021-01-04 00:43:03'),
(33537,15343,'action created','2021-01-04 05:43:03','2021-01-04 00:43:03'),
(33538,15343,'action started via WP Cron','2021-01-04 05:44:09','2021-01-04 00:44:09'),
(33539,15343,'action complete via WP Cron','2021-01-04 05:44:09','2021-01-04 00:44:09'),
(33540,15344,'action created','2021-01-04 05:44:09','2021-01-04 00:44:09'),
(33541,15344,'action started via WP Cron','2021-01-04 05:46:29','2021-01-04 00:46:29'),
(33542,15344,'action complete via WP Cron','2021-01-04 05:46:29','2021-01-04 00:46:29'),
(33543,15345,'action created','2021-01-04 05:46:29','2021-01-04 00:46:29'),
(33544,15345,'action started via WP Cron','2021-01-04 05:47:39','2021-01-04 00:47:39'),
(33545,15345,'action complete via WP Cron','2021-01-04 05:47:39','2021-01-04 00:47:39'),
(33546,15346,'action created','2021-01-04 05:47:39','2021-01-04 00:47:39'),
(33547,15346,'action started via WP Cron','2021-01-04 05:50:41','2021-01-04 00:50:41'),
(33548,15346,'action complete via WP Cron','2021-01-04 05:50:41','2021-01-04 00:50:41'),
(33549,15347,'action created','2021-01-04 05:50:41','2021-01-04 00:50:41'),
(33550,15347,'action started via WP Cron','2021-01-04 05:51:15','2021-01-04 00:51:15'),
(33551,15347,'action complete via WP Cron','2021-01-04 05:51:15','2021-01-04 00:51:15'),
(33552,15348,'action created','2021-01-04 05:51:15','2021-01-04 00:51:15'),
(33553,15348,'action started via WP Cron','2021-01-04 05:52:21','2021-01-04 00:52:21'),
(33554,15348,'action complete via WP Cron','2021-01-04 05:52:21','2021-01-04 00:52:21'),
(33555,15349,'action created','2021-01-04 05:52:21','2021-01-04 00:52:21'),
(33556,15349,'action started via WP Cron','2021-01-04 05:54:18','2021-01-04 00:54:18'),
(33557,15349,'action complete via WP Cron','2021-01-04 05:54:18','2021-01-04 00:54:18'),
(33558,15350,'action created','2021-01-04 05:54:18','2021-01-04 00:54:18'),
(33559,15350,'action started via WP Cron','2021-01-04 05:56:16','2021-01-04 00:56:16'),
(33560,15350,'action complete via WP Cron','2021-01-04 05:56:16','2021-01-04 00:56:16'),
(33561,15351,'action created','2021-01-04 05:56:16','2021-01-04 00:56:16'),
(33562,15351,'action started via WP Cron','2021-01-04 05:58:23','2021-01-04 00:58:23'),
(33563,15351,'action complete via WP Cron','2021-01-04 05:58:23','2021-01-04 00:58:23'),
(33564,15352,'action created','2021-01-04 05:58:23','2021-01-04 00:58:23'),
(33565,15352,'action started via WP Cron','2021-01-04 06:02:49','2021-01-04 01:02:49'),
(33566,15352,'action complete via WP Cron','2021-01-04 06:02:49','2021-01-04 01:02:49'),
(33567,15353,'action created','2021-01-04 06:02:49','2021-01-04 01:02:49'),
(33568,15353,'action started via WP Cron','2021-01-04 06:04:26','2021-01-04 01:04:26'),
(33569,15353,'action complete via WP Cron','2021-01-04 06:04:26','2021-01-04 01:04:26'),
(33570,15354,'action created','2021-01-04 06:04:26','2021-01-04 01:04:26'),
(33571,15354,'action started via WP Cron','2021-01-04 06:05:59','2021-01-04 01:05:59'),
(33572,15354,'action complete via WP Cron','2021-01-04 06:05:59','2021-01-04 01:05:59'),
(33573,15355,'action created','2021-01-04 06:05:59','2021-01-04 01:05:59'),
(33574,15355,'action started via WP Cron','2021-01-04 06:08:46','2021-01-04 01:08:46'),
(33575,15355,'action complete via WP Cron','2021-01-04 06:08:46','2021-01-04 01:08:46'),
(33576,15356,'action created','2021-01-04 06:08:46','2021-01-04 01:08:46'),
(33577,15356,'action started via WP Cron','2021-01-04 06:10:25','2021-01-04 01:10:25'),
(33578,15356,'action complete via WP Cron','2021-01-04 06:10:25','2021-01-04 01:10:25'),
(33579,15357,'action created','2021-01-04 06:10:26','2021-01-04 01:10:26'),
(33580,15357,'action started via WP Cron','2021-01-04 06:12:17','2021-01-04 01:12:17'),
(33581,15357,'action complete via WP Cron','2021-01-04 06:12:17','2021-01-04 01:12:17'),
(33582,15358,'action created','2021-01-04 06:12:17','2021-01-04 01:12:17'),
(33583,15358,'action started via WP Cron','2021-01-04 06:16:07','2021-01-04 01:16:07'),
(33584,15358,'action complete via WP Cron','2021-01-04 06:16:07','2021-01-04 01:16:07'),
(33585,15359,'action created','2021-01-04 06:16:07','2021-01-04 01:16:07'),
(33586,15359,'action started via WP Cron','2021-01-04 06:17:09','2021-01-04 01:17:09'),
(33587,15359,'action complete via WP Cron','2021-01-04 06:17:09','2021-01-04 01:17:09'),
(33588,15360,'action created','2021-01-04 06:17:09','2021-01-04 01:17:09'),
(33589,15360,'action started via WP Cron','2021-01-04 06:19:23','2021-01-04 01:19:23'),
(33590,15360,'action complete via WP Cron','2021-01-04 06:19:23','2021-01-04 01:19:23'),
(33591,15361,'action created','2021-01-04 06:19:23','2021-01-04 01:19:23'),
(33592,15361,'action started via WP Cron','2021-01-04 06:21:12','2021-01-04 01:21:12'),
(33593,15361,'action complete via WP Cron','2021-01-04 06:21:12','2021-01-04 01:21:12'),
(33594,15362,'action created','2021-01-04 06:21:12','2021-01-04 01:21:12'),
(33595,15362,'action started via WP Cron','2021-01-04 06:22:31','2021-01-04 01:22:31'),
(33596,15362,'action complete via WP Cron','2021-01-04 06:22:31','2021-01-04 01:22:31'),
(33597,15363,'action created','2021-01-04 06:22:31','2021-01-04 01:22:31'),
(33598,15363,'action started via WP Cron','2021-01-04 06:27:37','2021-01-04 01:27:37'),
(33599,15363,'action complete via WP Cron','2021-01-04 06:27:37','2021-01-04 01:27:37'),
(33600,15364,'action created','2021-01-04 06:27:37','2021-01-04 01:27:37'),
(33601,15364,'action started via WP Cron','2021-01-04 06:29:49','2021-01-04 01:29:49'),
(33602,15364,'action complete via WP Cron','2021-01-04 06:29:49','2021-01-04 01:29:49'),
(33603,15365,'action created','2021-01-04 06:29:49','2021-01-04 01:29:49'),
(33604,15365,'action started via WP Cron','2021-01-04 06:35:25','2021-01-04 01:35:25'),
(33605,15365,'action complete via WP Cron','2021-01-04 06:35:25','2021-01-04 01:35:25'),
(33606,15366,'action created','2021-01-04 06:35:25','2021-01-04 01:35:25'),
(33607,15366,'action started via WP Cron','2021-01-04 06:36:34','2021-01-04 01:36:34'),
(33608,15366,'action complete via WP Cron','2021-01-04 06:36:34','2021-01-04 01:36:34'),
(33609,15367,'action created','2021-01-04 06:36:34','2021-01-04 01:36:34'),
(33610,15367,'action started via WP Cron','2021-01-04 06:37:35','2021-01-04 01:37:35'),
(33611,15367,'action complete via WP Cron','2021-01-04 06:37:35','2021-01-04 01:37:35'),
(33612,15368,'action created','2021-01-04 06:37:35','2021-01-04 01:37:35'),
(33613,15368,'action started via WP Cron','2021-01-04 06:41:25','2021-01-04 01:41:25'),
(33614,15368,'action complete via WP Cron','2021-01-04 06:41:25','2021-01-04 01:41:25'),
(33615,15369,'action created','2021-01-04 06:41:25','2021-01-04 01:41:25'),
(33616,15369,'action started via WP Cron','2021-01-04 06:42:12','2021-01-04 01:42:12'),
(33617,15369,'action complete via WP Cron','2021-01-04 06:42:12','2021-01-04 01:42:12'),
(33618,15370,'action created','2021-01-04 06:42:12','2021-01-04 01:42:12'),
(33619,15370,'action started via WP Cron','2021-01-04 06:45:07','2021-01-04 01:45:07'),
(33620,15370,'action complete via WP Cron','2021-01-04 06:45:07','2021-01-04 01:45:07'),
(33621,15371,'action created','2021-01-04 06:45:07','2021-01-04 01:45:07'),
(33622,15371,'action started via WP Cron','2021-01-04 06:45:21','2021-01-04 01:45:21'),
(33623,15371,'action complete via WP Cron','2021-01-04 06:45:21','2021-01-04 01:45:21'),
(33624,15372,'action created','2021-01-04 06:45:21','2021-01-04 01:45:21'),
(33625,15372,'action started via WP Cron','2021-01-04 06:47:38','2021-01-04 01:47:38'),
(33626,15372,'action complete via WP Cron','2021-01-04 06:47:38','2021-01-04 01:47:38'),
(33627,15373,'action created','2021-01-04 06:47:38','2021-01-04 01:47:38'),
(33628,15373,'action started via WP Cron','2021-01-04 06:49:44','2021-01-04 01:49:44'),
(33629,15373,'action complete via WP Cron','2021-01-04 06:49:44','2021-01-04 01:49:44'),
(33630,15374,'action created','2021-01-04 06:49:44','2021-01-04 01:49:44'),
(33631,15374,'action started via WP Cron','2021-01-04 06:50:52','2021-01-04 01:50:52'),
(33632,15374,'action complete via WP Cron','2021-01-04 06:50:52','2021-01-04 01:50:52'),
(33633,15375,'action created','2021-01-04 06:50:52','2021-01-04 01:50:52'),
(33634,15375,'action started via WP Cron','2021-01-04 06:52:00','2021-01-04 01:52:00'),
(33635,15375,'action complete via WP Cron','2021-01-04 06:52:00','2021-01-04 01:52:00'),
(33636,15376,'action created','2021-01-04 06:52:00','2021-01-04 01:52:00'),
(33637,15376,'action started via WP Cron','2021-01-04 06:55:13','2021-01-04 01:55:13'),
(33638,15376,'action complete via WP Cron','2021-01-04 06:55:13','2021-01-04 01:55:13'),
(33639,15377,'action created','2021-01-04 06:55:13','2021-01-04 01:55:13'),
(33640,15377,'action started via WP Cron','2021-01-04 06:58:44','2021-01-04 01:58:44'),
(33641,15377,'action complete via WP Cron','2021-01-04 06:58:44','2021-01-04 01:58:44'),
(33642,15378,'action created','2021-01-04 06:58:44','2021-01-04 01:58:44'),
(33643,15378,'action started via WP Cron','2021-01-04 07:04:12','2021-01-04 02:04:12'),
(33644,15378,'action complete via WP Cron','2021-01-04 07:04:12','2021-01-04 02:04:12'),
(33645,15379,'action created','2021-01-04 07:04:12','2021-01-04 02:04:12'),
(33646,15379,'action started via WP Cron','2021-01-04 07:06:02','2021-01-04 02:06:02'),
(33647,15379,'action complete via WP Cron','2021-01-04 07:06:03','2021-01-04 02:06:03'),
(33648,15380,'action created','2021-01-04 07:06:03','2021-01-04 02:06:03'),
(33649,15380,'action started via WP Cron','2021-01-04 07:08:18','2021-01-04 02:08:18'),
(33650,15380,'action complete via WP Cron','2021-01-04 07:08:18','2021-01-04 02:08:18'),
(33651,15381,'action created','2021-01-04 07:08:18','2021-01-04 02:08:18'),
(33652,15381,'action started via WP Cron','2021-01-04 07:09:34','2021-01-04 02:09:34'),
(33653,15381,'action complete via WP Cron','2021-01-04 07:09:34','2021-01-04 02:09:34'),
(33654,15382,'action created','2021-01-04 07:09:34','2021-01-04 02:09:34'),
(33655,15382,'action started via WP Cron','2021-01-04 07:11:42','2021-01-04 02:11:42'),
(33656,15382,'action complete via WP Cron','2021-01-04 07:11:42','2021-01-04 02:11:42'),
(33657,15383,'action created','2021-01-04 07:11:42','2021-01-04 02:11:42'),
(33658,15383,'action started via WP Cron','2021-01-04 07:12:12','2021-01-04 02:12:12'),
(33659,15383,'action complete via WP Cron','2021-01-04 07:12:12','2021-01-04 02:12:12'),
(33660,15384,'action created','2021-01-04 07:12:12','2021-01-04 02:12:12'),
(33661,15384,'action started via WP Cron','2021-01-04 07:13:35','2021-01-04 02:13:35'),
(33662,15384,'action complete via WP Cron','2021-01-04 07:13:35','2021-01-04 02:13:35'),
(33663,15385,'action created','2021-01-04 07:13:35','2021-01-04 02:13:35'),
(33664,15385,'action started via WP Cron','2021-01-04 07:14:32','2021-01-04 02:14:32'),
(33665,15385,'action complete via WP Cron','2021-01-04 07:14:32','2021-01-04 02:14:32'),
(33666,15386,'action created','2021-01-04 07:14:32','2021-01-04 02:14:32'),
(33667,15386,'action started via WP Cron','2021-01-04 07:15:51','2021-01-04 02:15:51'),
(33668,15386,'action complete via WP Cron','2021-01-04 07:15:51','2021-01-04 02:15:51'),
(33669,15387,'action created','2021-01-04 07:15:51','2021-01-04 02:15:51'),
(33670,15387,'action started via WP Cron','2021-01-04 07:17:47','2021-01-04 02:17:47'),
(33671,15387,'action complete via WP Cron','2021-01-04 07:17:47','2021-01-04 02:17:47'),
(33672,15388,'action created','2021-01-04 07:17:47','2021-01-04 02:17:47'),
(33673,15388,'action started via WP Cron','2021-01-04 07:18:22','2021-01-04 02:18:22'),
(33674,15388,'action complete via WP Cron','2021-01-04 07:18:22','2021-01-04 02:18:22'),
(33675,15389,'action created','2021-01-04 07:18:22','2021-01-04 02:18:22'),
(33676,15389,'action started via WP Cron','2021-01-04 07:19:14','2021-01-04 02:19:14'),
(33677,15389,'action complete via WP Cron','2021-01-04 07:19:14','2021-01-04 02:19:14'),
(33678,15390,'action created','2021-01-04 07:19:14','2021-01-04 02:19:14'),
(33679,15390,'action started via WP Cron','2021-01-04 07:20:44','2021-01-04 02:20:44'),
(33680,15390,'action complete via WP Cron','2021-01-04 07:20:44','2021-01-04 02:20:44'),
(33681,15391,'action created','2021-01-04 07:20:45','2021-01-04 02:20:45'),
(33682,15391,'action started via WP Cron','2021-01-04 07:24:04','2021-01-04 02:24:04'),
(33683,15391,'action complete via WP Cron','2021-01-04 07:24:04','2021-01-04 02:24:04'),
(33684,15392,'action created','2021-01-04 07:24:04','2021-01-04 02:24:04'),
(33685,15392,'action started via WP Cron','2021-01-04 07:24:59','2021-01-04 02:24:59'),
(33686,15392,'action complete via WP Cron','2021-01-04 07:24:59','2021-01-04 02:24:59'),
(33687,15393,'action created','2021-01-04 07:24:59','2021-01-04 02:24:59'),
(33688,15393,'action started via WP Cron','2021-01-04 07:25:33','2021-01-04 02:25:33'),
(33689,15393,'action complete via WP Cron','2021-01-04 07:25:33','2021-01-04 02:25:33'),
(33690,15394,'action created','2021-01-04 07:25:33','2021-01-04 02:25:33'),
(33691,15394,'action started via WP Cron','2021-01-04 07:26:50','2021-01-04 02:26:50'),
(33692,15394,'action complete via WP Cron','2021-01-04 07:26:50','2021-01-04 02:26:50'),
(33693,15395,'action created','2021-01-04 07:26:50','2021-01-04 02:26:50'),
(33694,15395,'action started via WP Cron','2021-01-04 07:28:23','2021-01-04 02:28:23'),
(33695,15395,'action complete via WP Cron','2021-01-04 07:28:23','2021-01-04 02:28:23'),
(33696,15396,'action created','2021-01-04 07:28:23','2021-01-04 02:28:23'),
(33697,15396,'action started via WP Cron','2021-01-04 07:29:42','2021-01-04 02:29:42'),
(33698,15396,'action complete via WP Cron','2021-01-04 07:29:42','2021-01-04 02:29:42'),
(33699,15397,'action created','2021-01-04 07:35:26','2021-01-04 02:35:26'),
(33700,15397,'action started via WP Cron','2021-01-04 07:36:29','2021-01-04 02:36:29'),
(33701,15397,'action complete via WP Cron','2021-01-04 07:36:29','2021-01-04 02:36:29'),
(33702,15398,'action created','2021-01-04 07:36:29','2021-01-04 02:36:29'),
(33703,15398,'action started via WP Cron','2021-01-04 07:37:35','2021-01-04 02:37:35'),
(33704,15398,'action complete via WP Cron','2021-01-04 07:37:35','2021-01-04 02:37:35'),
(33705,15399,'action created','2021-01-04 07:37:35','2021-01-04 02:37:35'),
(33706,15399,'action started via WP Cron','2021-01-04 07:38:50','2021-01-04 02:38:50'),
(33707,15399,'action complete via WP Cron','2021-01-04 07:38:50','2021-01-04 02:38:50'),
(33708,15400,'action created','2021-01-04 07:38:50','2021-01-04 02:38:50'),
(33709,15400,'action started via WP Cron','2021-01-04 07:40:34','2021-01-04 02:40:34'),
(33710,15400,'action complete via WP Cron','2021-01-04 07:40:34','2021-01-04 02:40:34'),
(33711,15401,'action created','2021-01-04 07:40:34','2021-01-04 02:40:34'),
(33712,15401,'action started via WP Cron','2021-01-04 07:43:02','2021-01-04 02:43:02'),
(33713,15401,'action complete via WP Cron','2021-01-04 07:43:02','2021-01-04 02:43:02'),
(33714,15402,'action created','2021-01-04 07:43:02','2021-01-04 02:43:02'),
(33715,15402,'action started via WP Cron','2021-01-04 07:43:55','2021-01-04 02:43:55'),
(33716,15402,'action complete via WP Cron','2021-01-04 07:43:55','2021-01-04 02:43:55'),
(33717,15403,'action created','2021-01-04 07:43:55','2021-01-04 02:43:55'),
(33718,15403,'action started via WP Cron','2021-01-04 07:44:38','2021-01-04 02:44:38'),
(33719,15403,'action complete via WP Cron','2021-01-04 07:44:38','2021-01-04 02:44:38'),
(33720,15404,'action created','2021-01-04 07:44:38','2021-01-04 02:44:38'),
(33721,15404,'action started via WP Cron','2021-01-04 07:45:30','2021-01-04 02:45:30'),
(33722,15404,'action complete via WP Cron','2021-01-04 07:45:30','2021-01-04 02:45:30'),
(33723,15405,'action created','2021-01-04 07:45:30','2021-01-04 02:45:30'),
(33724,15405,'action started via WP Cron','2021-01-04 07:46:19','2021-01-04 02:46:19'),
(33725,15405,'action complete via WP Cron','2021-01-04 07:46:19','2021-01-04 02:46:19'),
(33726,15406,'action created','2021-01-04 07:46:19','2021-01-04 02:46:19'),
(33727,15406,'action started via WP Cron','2021-01-04 07:47:37','2021-01-04 02:47:37'),
(33728,15406,'action complete via WP Cron','2021-01-04 07:47:37','2021-01-04 02:47:37'),
(33729,15407,'action created','2021-01-04 07:47:37','2021-01-04 02:47:37'),
(33730,15407,'action started via WP Cron','2021-01-04 07:49:00','2021-01-04 02:49:00'),
(33731,15407,'action complete via WP Cron','2021-01-04 07:49:00','2021-01-04 02:49:00'),
(33732,15408,'action created','2021-01-04 07:49:00','2021-01-04 02:49:00'),
(33733,15408,'action started via WP Cron','2021-01-04 07:49:34','2021-01-04 02:49:34'),
(33734,15408,'action complete via WP Cron','2021-01-04 07:49:34','2021-01-04 02:49:34'),
(33735,15409,'action created','2021-01-04 07:49:34','2021-01-04 02:49:34'),
(33736,15409,'action started via WP Cron','2021-01-04 07:51:39','2021-01-04 02:51:39'),
(33737,15409,'action complete via WP Cron','2021-01-04 07:51:39','2021-01-04 02:51:39'),
(33738,15410,'action created','2021-01-04 07:51:40','2021-01-04 02:51:40'),
(33739,15410,'action started via WP Cron','2021-01-04 07:55:54','2021-01-04 02:55:54'),
(33740,15410,'action complete via WP Cron','2021-01-04 07:55:54','2021-01-04 02:55:54'),
(33741,15411,'action created','2021-01-04 07:55:54','2021-01-04 02:55:54'),
(33742,15411,'action started via WP Cron','2021-01-04 07:57:49','2021-01-04 02:57:49'),
(33743,15411,'action complete via WP Cron','2021-01-04 07:57:49','2021-01-04 02:57:49'),
(33744,15412,'action created','2021-01-04 07:57:49','2021-01-04 02:57:49'),
(33745,15412,'action started via WP Cron','2021-01-04 07:59:46','2021-01-04 02:59:46'),
(33746,15412,'action complete via WP Cron','2021-01-04 07:59:46','2021-01-04 02:59:46'),
(33747,15413,'action created','2021-01-04 07:59:46','2021-01-04 02:59:46'),
(33748,15413,'action started via WP Cron','2021-01-04 08:01:30','2021-01-04 03:01:30'),
(33749,15413,'action complete via WP Cron','2021-01-04 08:01:30','2021-01-04 03:01:30'),
(33750,15414,'action created','2021-01-04 08:01:30','2021-01-04 03:01:30'),
(33751,15414,'action started via WP Cron','2021-01-04 08:02:33','2021-01-04 03:02:33'),
(33752,15414,'action complete via WP Cron','2021-01-04 08:02:33','2021-01-04 03:02:33'),
(33753,15415,'action created','2021-01-04 08:02:33','2021-01-04 03:02:33'),
(33754,15415,'action started via WP Cron','2021-01-04 08:04:27','2021-01-04 03:04:27'),
(33755,15415,'action complete via WP Cron','2021-01-04 08:04:27','2021-01-04 03:04:27'),
(33756,15416,'action created','2021-01-04 08:04:27','2021-01-04 03:04:27'),
(33757,15416,'action started via WP Cron','2021-01-04 08:07:21','2021-01-04 03:07:21'),
(33758,15416,'action complete via WP Cron','2021-01-04 08:07:21','2021-01-04 03:07:21'),
(33759,15417,'action created','2021-01-04 08:07:21','2021-01-04 03:07:21'),
(33760,15417,'action started via WP Cron','2021-01-04 08:09:00','2021-01-04 03:09:00'),
(33761,15417,'action complete via WP Cron','2021-01-04 08:09:00','2021-01-04 03:09:00'),
(33762,15418,'action created','2021-01-04 08:09:00','2021-01-04 03:09:00'),
(33763,15418,'action started via WP Cron','2021-01-04 08:09:19','2021-01-04 03:09:19'),
(33764,15418,'action complete via WP Cron','2021-01-04 08:09:19','2021-01-04 03:09:19'),
(33765,15419,'action created','2021-01-04 08:09:19','2021-01-04 03:09:19'),
(33766,15419,'action started via WP Cron','2021-01-04 08:11:41','2021-01-04 03:11:41'),
(33767,15419,'action complete via WP Cron','2021-01-04 08:11:41','2021-01-04 03:11:41'),
(33768,15420,'action created','2021-01-04 08:11:41','2021-01-04 03:11:41'),
(33769,15420,'action started via WP Cron','2021-01-04 08:12:46','2021-01-04 03:12:46'),
(33770,15420,'action complete via WP Cron','2021-01-04 08:12:46','2021-01-04 03:12:46'),
(33771,15421,'action created','2021-01-04 08:12:46','2021-01-04 03:12:46'),
(33772,15421,'action started via WP Cron','2021-01-04 08:14:08','2021-01-04 03:14:08'),
(33773,15421,'action complete via WP Cron','2021-01-04 08:14:08','2021-01-04 03:14:08'),
(33774,15422,'action created','2021-01-04 08:14:09','2021-01-04 03:14:09'),
(33775,15422,'action started via WP Cron','2021-01-04 08:14:24','2021-01-04 03:14:24'),
(33776,15422,'action complete via WP Cron','2021-01-04 08:14:24','2021-01-04 03:14:24'),
(33777,15423,'action created','2021-01-04 08:14:24','2021-01-04 03:14:24'),
(33778,15423,'action started via WP Cron','2021-01-04 08:17:00','2021-01-04 03:17:00'),
(33779,15423,'action complete via WP Cron','2021-01-04 08:17:00','2021-01-04 03:17:00'),
(33780,15424,'action created','2021-01-04 08:17:00','2021-01-04 03:17:00'),
(33781,15424,'action started via WP Cron','2021-01-04 08:21:51','2021-01-04 03:21:51'),
(33782,15424,'action complete via WP Cron','2021-01-04 08:21:51','2021-01-04 03:21:51'),
(33783,15425,'action created','2021-01-04 08:21:51','2021-01-04 03:21:51'),
(33784,15425,'action started via WP Cron','2021-01-04 08:23:11','2021-01-04 03:23:11'),
(33785,15425,'action complete via WP Cron','2021-01-04 08:23:11','2021-01-04 03:23:11'),
(33786,15426,'action created','2021-01-04 08:23:11','2021-01-04 03:23:11'),
(33787,15426,'action started via WP Cron','2021-01-04 08:24:44','2021-01-04 03:24:44'),
(33788,15426,'action complete via WP Cron','2021-01-04 08:24:44','2021-01-04 03:24:44'),
(33789,15427,'action created','2021-01-04 08:24:44','2021-01-04 03:24:44'),
(33790,15427,'action started via WP Cron','2021-01-04 08:25:38','2021-01-04 03:25:38'),
(33791,15427,'action complete via WP Cron','2021-01-04 08:25:38','2021-01-04 03:25:38'),
(33792,15428,'action created','2021-01-04 08:25:38','2021-01-04 03:25:38'),
(33793,15428,'action started via WP Cron','2021-01-04 08:26:55','2021-01-04 03:26:55'),
(33794,15428,'action complete via WP Cron','2021-01-04 08:26:55','2021-01-04 03:26:55'),
(33795,15429,'action created','2021-01-04 08:26:55','2021-01-04 03:26:55'),
(33796,15429,'action started via WP Cron','2021-01-04 08:27:55','2021-01-04 03:27:55'),
(33797,15429,'action complete via WP Cron','2021-01-04 08:27:55','2021-01-04 03:27:55'),
(33798,15430,'action created','2021-01-04 08:27:55','2021-01-04 03:27:55'),
(33799,15430,'action started via WP Cron','2021-01-04 08:28:25','2021-01-04 03:28:25'),
(33800,15430,'action complete via WP Cron','2021-01-04 08:28:25','2021-01-04 03:28:25'),
(33801,15431,'action created','2021-01-04 08:28:25','2021-01-04 03:28:25'),
(33802,15431,'action started via WP Cron','2021-01-04 08:30:03','2021-01-04 03:30:03'),
(33803,15431,'action complete via WP Cron','2021-01-04 08:30:03','2021-01-04 03:30:03'),
(33804,15432,'action created','2021-01-04 08:30:25','2021-01-04 03:30:25'),
(33805,15432,'action started via WP Cron','2021-01-04 08:34:00','2021-01-04 03:34:00'),
(33806,15432,'action complete via WP Cron','2021-01-04 08:34:01','2021-01-04 03:34:01'),
(33807,15433,'action created','2021-01-04 08:34:01','2021-01-04 03:34:01'),
(33808,15433,'action started via WP Cron','2021-01-04 08:34:35','2021-01-04 03:34:35'),
(33809,15433,'action complete via WP Cron','2021-01-04 08:34:35','2021-01-04 03:34:35'),
(33810,15434,'action created','2021-01-04 08:34:35','2021-01-04 03:34:35'),
(33811,15434,'action started via WP Cron','2021-01-04 08:35:35','2021-01-04 03:35:35'),
(33812,15434,'action complete via WP Cron','2021-01-04 08:35:35','2021-01-04 03:35:35'),
(33813,15435,'action created','2021-01-04 08:35:35','2021-01-04 03:35:35'),
(33814,15435,'action started via WP Cron','2021-01-04 08:36:18','2021-01-04 03:36:18'),
(33815,15435,'action complete via WP Cron','2021-01-04 08:36:18','2021-01-04 03:36:18'),
(33816,15436,'action created','2021-01-04 08:36:18','2021-01-04 03:36:18'),
(33817,15436,'action started via WP Cron','2021-01-04 08:38:11','2021-01-04 03:38:11'),
(33818,15436,'action complete via WP Cron','2021-01-04 08:38:11','2021-01-04 03:38:11'),
(33819,15437,'action created','2021-01-04 08:38:12','2021-01-04 03:38:12'),
(33820,15437,'action started via WP Cron','2021-01-04 08:39:33','2021-01-04 03:39:33'),
(33821,15437,'action complete via WP Cron','2021-01-04 08:39:33','2021-01-04 03:39:33'),
(33822,15438,'action created','2021-01-04 08:39:33','2021-01-04 03:39:33'),
(33823,15438,'action started via WP Cron','2021-01-04 08:41:07','2021-01-04 03:41:07'),
(33824,15438,'action complete via WP Cron','2021-01-04 08:41:07','2021-01-04 03:41:07'),
(33825,15439,'action created','2021-01-04 08:41:07','2021-01-04 03:41:07'),
(33826,15439,'action started via WP Cron','2021-01-04 08:41:42','2021-01-04 03:41:42'),
(33827,15439,'action complete via WP Cron','2021-01-04 08:41:42','2021-01-04 03:41:42'),
(33828,15440,'action created','2021-01-04 08:41:42','2021-01-04 03:41:42'),
(33829,15440,'action started via WP Cron','2021-01-04 08:42:29','2021-01-04 03:42:29'),
(33830,15440,'action complete via WP Cron','2021-01-04 08:42:29','2021-01-04 03:42:29'),
(33831,15441,'action created','2021-01-04 08:42:29','2021-01-04 03:42:29'),
(33832,15441,'action started via WP Cron','2021-01-04 08:44:40','2021-01-04 03:44:40'),
(33833,15441,'action complete via WP Cron','2021-01-04 08:44:40','2021-01-04 03:44:40'),
(33834,15442,'action created','2021-01-04 08:44:40','2021-01-04 03:44:40'),
(33835,15442,'action started via WP Cron','2021-01-04 08:46:21','2021-01-04 03:46:21'),
(33836,15442,'action complete via WP Cron','2021-01-04 08:46:21','2021-01-04 03:46:21'),
(33837,15443,'action created','2021-01-04 08:46:21','2021-01-04 03:46:21'),
(33838,15443,'action started via WP Cron','2021-01-04 08:48:07','2021-01-04 03:48:07'),
(33839,15443,'action complete via WP Cron','2021-01-04 08:48:07','2021-01-04 03:48:07'),
(33840,15444,'action created','2021-01-04 08:48:07','2021-01-04 03:48:07'),
(33841,15444,'action started via WP Cron','2021-01-04 08:48:53','2021-01-04 03:48:53'),
(33842,15444,'action complete via WP Cron','2021-01-04 08:48:53','2021-01-04 03:48:53'),
(33843,15445,'action created','2021-01-04 08:48:53','2021-01-04 03:48:53'),
(33844,15445,'action started via WP Cron','2021-01-04 08:50:15','2021-01-04 03:50:15'),
(33845,15445,'action complete via WP Cron','2021-01-04 08:50:15','2021-01-04 03:50:15'),
(33846,15446,'action created','2021-01-04 08:50:15','2021-01-04 03:50:15'),
(33847,15446,'action started via WP Cron','2021-01-04 08:53:06','2021-01-04 03:53:06'),
(33848,15446,'action complete via WP Cron','2021-01-04 08:53:07','2021-01-04 03:53:07'),
(33849,15447,'action created','2021-01-04 08:53:07','2021-01-04 03:53:07'),
(33850,15447,'action started via WP Cron','2021-01-04 08:53:24','2021-01-04 03:53:24'),
(33851,15447,'action complete via WP Cron','2021-01-04 08:53:24','2021-01-04 03:53:24'),
(33852,15448,'action created','2021-01-04 08:53:24','2021-01-04 03:53:24'),
(33853,15448,'action started via WP Cron','2021-01-04 08:55:17','2021-01-04 03:55:17'),
(33854,15448,'action complete via WP Cron','2021-01-04 08:55:17','2021-01-04 03:55:17'),
(33855,15449,'action created','2021-01-04 08:55:17','2021-01-04 03:55:17'),
(33856,15449,'action started via WP Cron','2021-01-04 08:58:12','2021-01-04 03:58:12'),
(33857,15449,'action complete via WP Cron','2021-01-04 08:58:12','2021-01-04 03:58:12'),
(33858,15450,'action created','2021-01-04 08:58:12','2021-01-04 03:58:12'),
(33859,15450,'action started via WP Cron','2021-01-04 09:02:19','2021-01-04 04:02:19'),
(33860,15450,'action complete via WP Cron','2021-01-04 09:02:19','2021-01-04 04:02:19'),
(33861,15451,'action created','2021-01-04 09:02:19','2021-01-04 04:02:19'),
(33862,15451,'action started via WP Cron','2021-01-04 09:04:01','2021-01-04 04:04:01'),
(33863,15451,'action complete via WP Cron','2021-01-04 09:04:01','2021-01-04 04:04:01'),
(33864,15452,'action created','2021-01-04 09:04:01','2021-01-04 04:04:01'),
(33865,15452,'action started via WP Cron','2021-01-04 09:04:14','2021-01-04 04:04:14'),
(33866,15452,'action complete via WP Cron','2021-01-04 09:04:14','2021-01-04 04:04:14'),
(33867,15453,'action created','2021-01-04 09:04:14','2021-01-04 04:04:14'),
(33868,15453,'action started via WP Cron','2021-01-04 09:05:14','2021-01-04 04:05:14'),
(33869,15453,'action complete via WP Cron','2021-01-04 09:05:14','2021-01-04 04:05:14'),
(33870,15454,'action created','2021-01-04 09:05:14','2021-01-04 04:05:14'),
(33871,15454,'action started via WP Cron','2021-01-04 09:06:31','2021-01-04 04:06:31'),
(33872,15454,'action complete via WP Cron','2021-01-04 09:06:31','2021-01-04 04:06:31'),
(33873,15455,'action created','2021-01-04 09:06:31','2021-01-04 04:06:31'),
(33874,15455,'action started via WP Cron','2021-01-04 09:08:40','2021-01-04 04:08:40'),
(33875,15455,'action complete via WP Cron','2021-01-04 09:08:40','2021-01-04 04:08:40'),
(33876,15456,'action created','2021-01-04 09:08:40','2021-01-04 04:08:40'),
(33877,15456,'action started via WP Cron','2021-01-04 09:12:45','2021-01-04 04:12:45'),
(33878,15456,'action complete via WP Cron','2021-01-04 09:12:45','2021-01-04 04:12:45'),
(33879,15457,'action created','2021-01-04 09:12:45','2021-01-04 04:12:45'),
(33880,15457,'action started via WP Cron','2021-01-04 09:13:26','2021-01-04 04:13:26'),
(33881,15457,'action complete via WP Cron','2021-01-04 09:13:26','2021-01-04 04:13:26'),
(33882,15458,'action created','2021-01-04 09:13:26','2021-01-04 04:13:26'),
(33883,15458,'action started via WP Cron','2021-01-04 09:14:26','2021-01-04 04:14:26'),
(33884,15458,'action complete via WP Cron','2021-01-04 09:14:26','2021-01-04 04:14:26'),
(33885,15459,'action created','2021-01-04 09:14:26','2021-01-04 04:14:26'),
(33886,15459,'action started via WP Cron','2021-01-04 09:15:53','2021-01-04 04:15:53'),
(33887,15459,'action complete via WP Cron','2021-01-04 09:15:53','2021-01-04 04:15:53'),
(33888,15460,'action created','2021-01-04 09:15:53','2021-01-04 04:15:53'),
(33889,15460,'action started via WP Cron','2021-01-04 09:16:42','2021-01-04 04:16:42'),
(33890,15460,'action complete via WP Cron','2021-01-04 09:16:42','2021-01-04 04:16:42'),
(33891,15461,'action created','2021-01-04 09:16:43','2021-01-04 04:16:43'),
(33892,15461,'action started via WP Cron','2021-01-04 09:17:48','2021-01-04 04:17:48'),
(33893,15461,'action complete via WP Cron','2021-01-04 09:17:48','2021-01-04 04:17:48'),
(33894,15462,'action created','2021-01-04 09:17:48','2021-01-04 04:17:48'),
(33895,15462,'action started via WP Cron','2021-01-04 09:18:56','2021-01-04 04:18:56'),
(33896,15462,'action complete via WP Cron','2021-01-04 09:18:56','2021-01-04 04:18:56'),
(33897,15463,'action created','2021-01-04 09:18:56','2021-01-04 04:18:56'),
(33898,15463,'action started via WP Cron','2021-01-04 09:21:20','2021-01-04 04:21:20'),
(33899,15463,'action complete via WP Cron','2021-01-04 09:21:20','2021-01-04 04:21:20'),
(33900,15464,'action created','2021-01-04 09:21:20','2021-01-04 04:21:20'),
(33901,15464,'action started via WP Cron','2021-01-04 09:23:41','2021-01-04 04:23:41'),
(33902,15464,'action complete via WP Cron','2021-01-04 09:23:41','2021-01-04 04:23:41'),
(33903,15465,'action created','2021-01-04 09:23:41','2021-01-04 04:23:41'),
(33904,15465,'action started via WP Cron','2021-01-04 09:24:40','2021-01-04 04:24:40'),
(33905,15465,'action complete via WP Cron','2021-01-04 09:24:40','2021-01-04 04:24:40'),
(33906,15466,'action created','2021-01-04 09:24:40','2021-01-04 04:24:40'),
(33907,15466,'action started via WP Cron','2021-01-04 09:25:31','2021-01-04 04:25:31'),
(33908,15466,'action complete via WP Cron','2021-01-04 09:25:31','2021-01-04 04:25:31'),
(33909,15467,'action created','2021-01-04 09:25:31','2021-01-04 04:25:31'),
(33910,15467,'action started via WP Cron','2021-01-04 09:30:32','2021-01-04 04:30:32'),
(33911,15467,'action complete via WP Cron','2021-01-04 09:30:32','2021-01-04 04:30:32'),
(33912,15468,'action created','2021-01-04 09:30:32','2021-01-04 04:30:32'),
(33913,15468,'action started via WP Cron','2021-01-04 09:33:51','2021-01-04 04:33:51'),
(33914,15468,'action complete via WP Cron','2021-01-04 09:33:51','2021-01-04 04:33:51'),
(33915,15469,'action created','2021-01-04 09:33:51','2021-01-04 04:33:51'),
(33916,15469,'action started via WP Cron','2021-01-04 09:34:13','2021-01-04 04:34:13'),
(33917,15469,'action complete via WP Cron','2021-01-04 09:34:13','2021-01-04 04:34:13'),
(33918,15470,'action created','2021-01-04 09:34:13','2021-01-04 04:34:13'),
(33919,15470,'action started via WP Cron','2021-01-04 09:36:57','2021-01-04 04:36:57'),
(33920,15470,'action complete via WP Cron','2021-01-04 09:36:57','2021-01-04 04:36:57'),
(33921,15471,'action created','2021-01-04 09:36:57','2021-01-04 04:36:57'),
(33922,15471,'action started via WP Cron','2021-01-04 09:38:57','2021-01-04 04:38:57'),
(33923,15471,'action complete via WP Cron','2021-01-04 09:38:57','2021-01-04 04:38:57'),
(33924,15472,'action created','2021-01-04 09:38:57','2021-01-04 04:38:57'),
(33925,15472,'action started via WP Cron','2021-01-04 09:40:20','2021-01-04 04:40:20'),
(33926,15472,'action complete via WP Cron','2021-01-04 09:40:20','2021-01-04 04:40:20'),
(33927,15473,'action created','2021-01-04 09:40:20','2021-01-04 04:40:20'),
(33928,15473,'action started via WP Cron','2021-01-04 09:42:08','2021-01-04 04:42:08'),
(33929,15473,'action complete via WP Cron','2021-01-04 09:42:08','2021-01-04 04:42:08'),
(33930,15474,'action created','2021-01-04 09:42:08','2021-01-04 04:42:08'),
(33931,15474,'action started via WP Cron','2021-01-04 09:42:43','2021-01-04 04:42:43'),
(33932,15474,'action complete via WP Cron','2021-01-04 09:42:43','2021-01-04 04:42:43'),
(33933,15475,'action created','2021-01-04 09:42:43','2021-01-04 04:42:43'),
(33934,15475,'action started via WP Cron','2021-01-04 09:45:39','2021-01-04 04:45:39'),
(33935,15475,'action complete via WP Cron','2021-01-04 09:45:39','2021-01-04 04:45:39'),
(33936,15476,'action created','2021-01-04 09:45:39','2021-01-04 04:45:39'),
(33937,15476,'action started via WP Cron','2021-01-04 09:47:41','2021-01-04 04:47:41'),
(33938,15476,'action complete via WP Cron','2021-01-04 09:47:41','2021-01-04 04:47:41'),
(33939,15477,'action created','2021-01-04 09:47:41','2021-01-04 04:47:41'),
(33940,15477,'action started via WP Cron','2021-01-04 09:50:10','2021-01-04 04:50:10'),
(33941,15477,'action complete via WP Cron','2021-01-04 09:50:10','2021-01-04 04:50:10'),
(33942,15478,'action created','2021-01-04 09:50:10','2021-01-04 04:50:10'),
(33943,15478,'action started via WP Cron','2021-01-04 09:51:36','2021-01-04 04:51:36'),
(33944,15478,'action complete via WP Cron','2021-01-04 09:51:36','2021-01-04 04:51:36'),
(33945,15479,'action created','2021-01-04 09:51:36','2021-01-04 04:51:36'),
(33946,15479,'action started via WP Cron','2021-01-04 09:52:49','2021-01-04 04:52:49'),
(33947,15479,'action complete via WP Cron','2021-01-04 09:52:49','2021-01-04 04:52:49'),
(33948,15480,'action created','2021-01-04 09:52:49','2021-01-04 04:52:49'),
(33949,15480,'action started via WP Cron','2021-01-04 09:55:25','2021-01-04 04:55:25'),
(33950,15480,'action complete via WP Cron','2021-01-04 09:55:25','2021-01-04 04:55:25'),
(33951,15481,'action created','2021-01-04 09:55:25','2021-01-04 04:55:25'),
(33952,15481,'action started via WP Cron','2021-01-04 09:57:29','2021-01-04 04:57:29'),
(33953,15481,'action complete via WP Cron','2021-01-04 09:57:29','2021-01-04 04:57:29'),
(33954,15482,'action created','2021-01-04 09:57:29','2021-01-04 04:57:29'),
(33955,15482,'action started via WP Cron','2021-01-04 10:00:58','2021-01-04 05:00:58'),
(33956,15482,'action complete via WP Cron','2021-01-04 10:00:58','2021-01-04 05:00:58'),
(33957,15483,'action created','2021-01-04 10:00:58','2021-01-04 05:00:58'),
(33958,15483,'action started via WP Cron','2021-01-04 10:01:16','2021-01-04 05:01:16'),
(33959,15483,'action complete via WP Cron','2021-01-04 10:01:16','2021-01-04 05:01:16'),
(33960,15484,'action created','2021-01-04 10:01:16','2021-01-04 05:01:16'),
(33961,15484,'action started via WP Cron','2021-01-04 10:02:12','2021-01-04 05:02:12'),
(33962,15484,'action complete via WP Cron','2021-01-04 10:02:12','2021-01-04 05:02:12'),
(33963,15485,'action created','2021-01-04 10:02:12','2021-01-04 05:02:12'),
(33964,15485,'action started via WP Cron','2021-01-04 10:03:15','2021-01-04 05:03:15'),
(33965,15485,'action complete via WP Cron','2021-01-04 10:03:15','2021-01-04 05:03:15'),
(33966,15486,'action created','2021-01-04 10:03:15','2021-01-04 05:03:15'),
(33967,15486,'action started via WP Cron','2021-01-04 10:04:12','2021-01-04 05:04:12'),
(33968,15486,'action complete via WP Cron','2021-01-04 10:04:12','2021-01-04 05:04:12'),
(33969,15487,'action created','2021-01-04 10:04:12','2021-01-04 05:04:12'),
(33970,15487,'action started via WP Cron','2021-01-04 10:05:15','2021-01-04 05:05:15'),
(33971,15487,'action complete via WP Cron','2021-01-04 10:05:15','2021-01-04 05:05:15'),
(33972,15488,'action created','2021-01-04 10:05:15','2021-01-04 05:05:15'),
(33973,15488,'action started via WP Cron','2021-01-04 10:06:14','2021-01-04 05:06:14'),
(33974,15488,'action complete via WP Cron','2021-01-04 10:06:14','2021-01-04 05:06:14'),
(33975,15489,'action created','2021-01-04 10:06:14','2021-01-04 05:06:14'),
(33976,15489,'action started via WP Cron','2021-01-04 10:07:16','2021-01-04 05:07:16'),
(33977,15489,'action complete via WP Cron','2021-01-04 10:07:16','2021-01-04 05:07:16'),
(33978,15490,'action created','2021-01-04 10:07:16','2021-01-04 05:07:16'),
(33979,15490,'action started via WP Cron','2021-01-04 10:08:15','2021-01-04 05:08:15'),
(33980,15490,'action complete via WP Cron','2021-01-04 10:08:15','2021-01-04 05:08:15'),
(33981,15491,'action created','2021-01-04 10:08:15','2021-01-04 05:08:15'),
(33982,15491,'action started via WP Cron','2021-01-04 10:09:11','2021-01-04 05:09:11'),
(33983,15491,'action complete via WP Cron','2021-01-04 10:09:11','2021-01-04 05:09:11'),
(33984,15492,'action created','2021-01-04 10:09:11','2021-01-04 05:09:11'),
(33985,15492,'action started via WP Cron','2021-01-04 10:10:18','2021-01-04 05:10:18'),
(33986,15492,'action complete via WP Cron','2021-01-04 10:10:18','2021-01-04 05:10:18'),
(33987,15493,'action created','2021-01-04 10:10:18','2021-01-04 05:10:18'),
(33988,15493,'action started via WP Cron','2021-01-04 10:11:22','2021-01-04 05:11:22'),
(33989,15493,'action complete via WP Cron','2021-01-04 10:11:22','2021-01-04 05:11:22'),
(33990,15494,'action created','2021-01-04 10:11:22','2021-01-04 05:11:22'),
(33991,15494,'action started via WP Cron','2021-01-04 10:12:15','2021-01-04 05:12:15'),
(33992,15494,'action complete via WP Cron','2021-01-04 10:12:15','2021-01-04 05:12:15'),
(33993,15495,'action created','2021-01-04 10:12:15','2021-01-04 05:12:15'),
(33994,15495,'action started via WP Cron','2021-01-04 10:13:14','2021-01-04 05:13:14'),
(33995,15495,'action complete via WP Cron','2021-01-04 10:13:14','2021-01-04 05:13:14'),
(33996,15496,'action created','2021-01-04 10:13:14','2021-01-04 05:13:14'),
(33997,15496,'action started via WP Cron','2021-01-04 10:14:12','2021-01-04 05:14:12'),
(33998,15496,'action complete via WP Cron','2021-01-04 10:14:12','2021-01-04 05:14:12'),
(33999,15497,'action created','2021-01-04 10:14:12','2021-01-04 05:14:12'),
(34000,15497,'action started via WP Cron','2021-01-04 10:15:20','2021-01-04 05:15:20'),
(34001,15497,'action complete via WP Cron','2021-01-04 10:15:20','2021-01-04 05:15:20'),
(34002,15498,'action created','2021-01-04 10:15:20','2021-01-04 05:15:20'),
(34003,15498,'action started via WP Cron','2021-01-04 10:16:11','2021-01-04 05:16:11'),
(34004,15498,'action complete via WP Cron','2021-01-04 10:16:11','2021-01-04 05:16:11'),
(34005,15499,'action created','2021-01-04 10:16:11','2021-01-04 05:16:11'),
(34006,15499,'action started via WP Cron','2021-01-04 10:17:21','2021-01-04 05:17:21'),
(34007,15499,'action complete via WP Cron','2021-01-04 10:17:21','2021-01-04 05:17:21'),
(34008,15500,'action created','2021-01-04 10:17:21','2021-01-04 05:17:21'),
(34009,15500,'action started via WP Cron','2021-01-04 10:18:11','2021-01-04 05:18:11'),
(34010,15500,'action complete via WP Cron','2021-01-04 10:18:11','2021-01-04 05:18:11'),
(34011,15501,'action created','2021-01-04 10:18:11','2021-01-04 05:18:11'),
(34012,15501,'action started via WP Cron','2021-01-04 10:19:20','2021-01-04 05:19:20'),
(34013,15501,'action complete via WP Cron','2021-01-04 10:19:20','2021-01-04 05:19:20'),
(34014,15502,'action created','2021-01-04 10:19:20','2021-01-04 05:19:20'),
(34015,15502,'action started via WP Cron','2021-01-04 10:20:15','2021-01-04 05:20:15'),
(34016,15502,'action complete via WP Cron','2021-01-04 10:20:15','2021-01-04 05:20:15'),
(34017,15503,'action created','2021-01-04 10:20:15','2021-01-04 05:20:15'),
(34018,15503,'action started via WP Cron','2021-01-04 10:21:18','2021-01-04 05:21:18'),
(34019,15503,'action complete via WP Cron','2021-01-04 10:21:18','2021-01-04 05:21:18'),
(34020,15504,'action created','2021-01-04 10:21:18','2021-01-04 05:21:18'),
(34021,15504,'action started via WP Cron','2021-01-04 10:22:11','2021-01-04 05:22:11'),
(34022,15504,'action complete via WP Cron','2021-01-04 10:22:11','2021-01-04 05:22:11'),
(34023,15505,'action created','2021-01-04 10:22:11','2021-01-04 05:22:11'),
(34024,15505,'action started via WP Cron','2021-01-04 10:23:16','2021-01-04 05:23:16'),
(34025,15505,'action complete via WP Cron','2021-01-04 10:23:16','2021-01-04 05:23:16'),
(34026,15506,'action created','2021-01-04 10:23:16','2021-01-04 05:23:16'),
(34027,15506,'action started via WP Cron','2021-01-04 10:24:20','2021-01-04 05:24:20'),
(34028,15506,'action complete via WP Cron','2021-01-04 10:24:20','2021-01-04 05:24:20'),
(34029,15507,'action created','2021-01-04 10:24:20','2021-01-04 05:24:20'),
(34030,15507,'action started via WP Cron','2021-01-04 10:25:16','2021-01-04 05:25:16'),
(34031,15507,'action complete via WP Cron','2021-01-04 10:25:16','2021-01-04 05:25:16'),
(34032,15508,'action created','2021-01-04 10:25:17','2021-01-04 05:25:17'),
(34033,15508,'action started via WP Cron','2021-01-04 10:26:16','2021-01-04 05:26:16'),
(34034,15508,'action complete via WP Cron','2021-01-04 10:26:16','2021-01-04 05:26:16'),
(34035,15509,'action created','2021-01-04 10:26:16','2021-01-04 05:26:16'),
(34036,15509,'action started via WP Cron','2021-01-04 10:27:20','2021-01-04 05:27:20'),
(34037,15509,'action complete via WP Cron','2021-01-04 10:27:21','2021-01-04 05:27:21'),
(34038,15510,'action created','2021-01-04 10:27:21','2021-01-04 05:27:21'),
(34039,15510,'action started via WP Cron','2021-01-04 10:28:20','2021-01-04 05:28:20'),
(34040,15510,'action complete via WP Cron','2021-01-04 10:28:20','2021-01-04 05:28:20'),
(34041,15511,'action created','2021-01-04 10:28:20','2021-01-04 05:28:20'),
(34042,15511,'action started via WP Cron','2021-01-04 10:29:18','2021-01-04 05:29:18'),
(34043,15511,'action complete via WP Cron','2021-01-04 10:29:18','2021-01-04 05:29:18'),
(34044,15512,'action created','2021-01-04 10:29:18','2021-01-04 05:29:18'),
(34045,15512,'action started via WP Cron','2021-01-04 10:30:14','2021-01-04 05:30:14'),
(34046,15512,'action complete via WP Cron','2021-01-04 10:30:14','2021-01-04 05:30:14'),
(34047,15513,'action created','2021-01-04 10:30:14','2021-01-04 05:30:14'),
(34048,15513,'action started via WP Cron','2021-01-04 10:31:17','2021-01-04 05:31:17'),
(34049,15513,'action complete via WP Cron','2021-01-04 10:31:17','2021-01-04 05:31:17'),
(34050,15514,'action created','2021-01-04 10:31:17','2021-01-04 05:31:17'),
(34051,15514,'action started via WP Cron','2021-01-04 10:32:18','2021-01-04 05:32:18'),
(34052,15514,'action complete via WP Cron','2021-01-04 10:32:18','2021-01-04 05:32:18'),
(34053,15515,'action created','2021-01-04 10:32:18','2021-01-04 05:32:18'),
(34054,15515,'action started via WP Cron','2021-01-04 10:33:19','2021-01-04 05:33:19'),
(34055,15515,'action complete via WP Cron','2021-01-04 10:33:19','2021-01-04 05:33:19'),
(34056,15516,'action created','2021-01-04 10:33:19','2021-01-04 05:33:19'),
(34057,15516,'action started via WP Cron','2021-01-04 10:34:18','2021-01-04 05:34:18'),
(34058,15516,'action complete via WP Cron','2021-01-04 10:34:18','2021-01-04 05:34:18'),
(34059,15517,'action created','2021-01-04 10:34:18','2021-01-04 05:34:18'),
(34060,15517,'action started via WP Cron','2021-01-04 10:35:20','2021-01-04 05:35:20'),
(34061,15517,'action complete via WP Cron','2021-01-04 10:35:20','2021-01-04 05:35:20'),
(34062,15518,'action created','2021-01-04 10:35:20','2021-01-04 05:35:20'),
(34063,15518,'action started via WP Cron','2021-01-04 10:36:15','2021-01-04 05:36:15'),
(34064,15518,'action complete via WP Cron','2021-01-04 10:36:15','2021-01-04 05:36:15'),
(34065,15519,'action created','2021-01-04 10:36:15','2021-01-04 05:36:15'),
(34066,15519,'action started via WP Cron','2021-01-04 10:37:47','2021-01-04 05:37:47'),
(34067,15519,'action complete via WP Cron','2021-01-04 10:37:47','2021-01-04 05:37:47'),
(34068,15520,'action created','2021-01-04 10:37:47','2021-01-04 05:37:47'),
(34069,15520,'action started via WP Cron','2021-01-04 10:38:11','2021-01-04 05:38:11'),
(34070,15520,'action complete via WP Cron','2021-01-04 10:38:11','2021-01-04 05:38:11'),
(34071,15521,'action created','2021-01-04 10:38:11','2021-01-04 05:38:11'),
(34072,15521,'action started via WP Cron','2021-01-04 10:39:14','2021-01-04 05:39:14'),
(34073,15521,'action complete via WP Cron','2021-01-04 10:39:14','2021-01-04 05:39:14'),
(34074,15522,'action created','2021-01-04 10:39:14','2021-01-04 05:39:14'),
(34075,15522,'action started via WP Cron','2021-01-04 10:41:18','2021-01-04 05:41:18'),
(34076,15522,'action complete via WP Cron','2021-01-04 10:41:18','2021-01-04 05:41:18'),
(34077,15523,'action created','2021-01-04 10:41:18','2021-01-04 05:41:18'),
(34078,15523,'action started via WP Cron','2021-01-04 10:42:43','2021-01-04 05:42:43'),
(34079,15523,'action complete via WP Cron','2021-01-04 10:42:43','2021-01-04 05:42:43'),
(34080,15524,'action created','2021-01-04 10:42:43','2021-01-04 05:42:43'),
(34081,15524,'action started via WP Cron','2021-01-04 10:43:17','2021-01-04 05:43:17'),
(34082,15524,'action complete via WP Cron','2021-01-04 10:43:17','2021-01-04 05:43:17'),
(34083,15525,'action created','2021-01-04 10:43:17','2021-01-04 05:43:17'),
(34084,15525,'action started via WP Cron','2021-01-04 10:45:34','2021-01-04 05:45:34'),
(34085,15525,'action complete via WP Cron','2021-01-04 10:45:34','2021-01-04 05:45:34'),
(34086,15526,'action created','2021-01-04 10:45:34','2021-01-04 05:45:34'),
(34087,15526,'action started via WP Cron','2021-01-04 10:46:12','2021-01-04 05:46:12'),
(34088,15526,'action complete via WP Cron','2021-01-04 10:46:12','2021-01-04 05:46:12'),
(34089,15527,'action created','2021-01-04 10:46:12','2021-01-04 05:46:12'),
(34090,15527,'action started via WP Cron','2021-01-04 10:48:11','2021-01-04 05:48:11'),
(34091,15527,'action complete via WP Cron','2021-01-04 10:48:11','2021-01-04 05:48:11'),
(34092,15528,'action created','2021-01-04 10:48:11','2021-01-04 05:48:11'),
(34093,15528,'action started via WP Cron','2021-01-04 10:49:53','2021-01-04 05:49:53'),
(34094,15528,'action complete via WP Cron','2021-01-04 10:49:53','2021-01-04 05:49:53'),
(34095,15529,'action created','2021-01-04 10:49:53','2021-01-04 05:49:53'),
(34096,15529,'action started via WP Cron','2021-01-04 10:50:20','2021-01-04 05:50:20'),
(34097,15529,'action complete via WP Cron','2021-01-04 10:50:20','2021-01-04 05:50:20'),
(34098,15530,'action created','2021-01-04 10:50:20','2021-01-04 05:50:20'),
(34099,15530,'action started via WP Cron','2021-01-04 10:53:23','2021-01-04 05:53:23'),
(34100,15530,'action complete via WP Cron','2021-01-04 10:53:23','2021-01-04 05:53:23'),
(34101,15531,'action created','2021-01-04 10:53:23','2021-01-04 05:53:23'),
(34102,15531,'action started via WP Cron','2021-01-04 10:54:46','2021-01-04 05:54:46'),
(34103,15531,'action complete via WP Cron','2021-01-04 10:54:46','2021-01-04 05:54:46'),
(34104,15532,'action created','2021-01-04 10:54:46','2021-01-04 05:54:46'),
(34105,15532,'action started via WP Cron','2021-01-04 10:58:21','2021-01-04 05:58:21'),
(34106,15532,'action complete via WP Cron','2021-01-04 10:58:21','2021-01-04 05:58:21'),
(34107,15533,'action created','2021-01-04 10:58:21','2021-01-04 05:58:21'),
(34108,15533,'action started via WP Cron','2021-01-04 10:59:20','2021-01-04 05:59:20'),
(34109,15533,'action complete via WP Cron','2021-01-04 10:59:20','2021-01-04 05:59:20'),
(34110,15534,'action created','2021-01-04 10:59:20','2021-01-04 05:59:20'),
(34111,15534,'action started via WP Cron','2021-01-04 11:02:15','2021-01-04 06:02:15'),
(34112,15534,'action complete via WP Cron','2021-01-04 11:02:15','2021-01-04 06:02:15'),
(34113,15535,'action created','2021-01-04 11:02:15','2021-01-04 06:02:15'),
(34114,15535,'action started via WP Cron','2021-01-04 11:03:35','2021-01-04 06:03:35'),
(34115,15535,'action complete via WP Cron','2021-01-04 11:03:35','2021-01-04 06:03:35'),
(34116,15536,'action created','2021-01-04 11:03:36','2021-01-04 06:03:36'),
(34117,15536,'action started via WP Cron','2021-01-04 11:04:42','2021-01-04 06:04:42'),
(34118,15536,'action complete via WP Cron','2021-01-04 11:04:42','2021-01-04 06:04:42'),
(34119,15537,'action created','2021-01-04 11:04:42','2021-01-04 06:04:42'),
(34120,15537,'action started via WP Cron','2021-01-04 11:05:50','2021-01-04 06:05:50'),
(34121,15537,'action complete via WP Cron','2021-01-04 11:05:50','2021-01-04 06:05:50'),
(34122,15538,'action created','2021-01-04 11:05:50','2021-01-04 06:05:50'),
(34123,15538,'action started via WP Cron','2021-01-04 11:06:43','2021-01-04 06:06:43'),
(34124,15538,'action complete via WP Cron','2021-01-04 11:06:43','2021-01-04 06:06:43'),
(34125,15539,'action created','2021-01-04 11:06:43','2021-01-04 06:06:43'),
(34126,15539,'action started via WP Cron','2021-01-04 11:08:37','2021-01-04 06:08:37'),
(34127,15539,'action complete via WP Cron','2021-01-04 11:08:37','2021-01-04 06:08:37'),
(34128,15540,'action created','2021-01-04 11:08:37','2021-01-04 06:08:37'),
(34129,15540,'action started via WP Cron','2021-01-04 11:09:45','2021-01-04 06:09:45'),
(34130,15540,'action complete via WP Cron','2021-01-04 11:09:45','2021-01-04 06:09:45'),
(34131,15541,'action created','2021-01-04 11:09:45','2021-01-04 06:09:45'),
(34132,15541,'action started via WP Cron','2021-01-04 11:10:42','2021-01-04 06:10:42'),
(34133,15541,'action complete via WP Cron','2021-01-04 11:10:42','2021-01-04 06:10:42'),
(34134,15542,'action created','2021-01-04 11:10:43','2021-01-04 06:10:43'),
(34135,15542,'action started via WP Cron','2021-01-04 11:12:03','2021-01-04 06:12:03'),
(34136,15542,'action complete via WP Cron','2021-01-04 11:12:03','2021-01-04 06:12:03'),
(34137,15543,'action created','2021-01-04 11:12:03','2021-01-04 06:12:03'),
(34138,15543,'action started via WP Cron','2021-01-04 11:13:10','2021-01-04 06:13:10'),
(34139,15543,'action complete via WP Cron','2021-01-04 11:13:10','2021-01-04 06:13:10'),
(34140,15544,'action created','2021-01-04 11:13:10','2021-01-04 06:13:10'),
(34141,15544,'action started via WP Cron','2021-01-04 11:14:24','2021-01-04 06:14:24'),
(34142,15544,'action complete via WP Cron','2021-01-04 11:14:24','2021-01-04 06:14:24'),
(34143,15545,'action created','2021-01-04 11:14:24','2021-01-04 06:14:24'),
(34144,15545,'action started via WP Cron','2021-01-04 11:16:45','2021-01-04 06:16:45'),
(34145,15545,'action complete via WP Cron','2021-01-04 11:16:45','2021-01-04 06:16:45'),
(34146,15546,'action created','2021-01-04 11:16:45','2021-01-04 06:16:45'),
(34147,15546,'action started via WP Cron','2021-01-04 11:17:31','2021-01-04 06:17:31'),
(34148,15546,'action complete via WP Cron','2021-01-04 11:17:31','2021-01-04 06:17:31'),
(34149,15547,'action created','2021-01-04 11:17:31','2021-01-04 06:17:31'),
(34150,15547,'action started via WP Cron','2021-01-04 11:18:13','2021-01-04 06:18:13'),
(34151,15547,'action complete via WP Cron','2021-01-04 11:18:13','2021-01-04 06:18:13'),
(34152,15548,'action created','2021-01-04 11:18:13','2021-01-04 06:18:13'),
(34153,15548,'action started via WP Cron','2021-01-04 11:20:26','2021-01-04 06:20:26'),
(34154,15548,'action complete via WP Cron','2021-01-04 11:20:26','2021-01-04 06:20:26'),
(34155,15549,'action created','2021-01-04 11:20:26','2021-01-04 06:20:26'),
(34156,15549,'action started via WP Cron','2021-01-04 11:21:15','2021-01-04 06:21:15'),
(34157,15549,'action complete via WP Cron','2021-01-04 11:21:15','2021-01-04 06:21:15'),
(34158,15550,'action created','2021-01-04 11:21:15','2021-01-04 06:21:15'),
(34159,15550,'action started via WP Cron','2021-01-04 11:25:08','2021-01-04 06:25:08'),
(34160,15550,'action complete via WP Cron','2021-01-04 11:25:08','2021-01-04 06:25:08'),
(34161,15551,'action created','2021-01-04 11:25:08','2021-01-04 06:25:08'),
(34162,15551,'action started via WP Cron','2021-01-04 11:28:19','2021-01-04 06:28:19'),
(34163,15551,'action complete via WP Cron','2021-01-04 11:28:19','2021-01-04 06:28:19'),
(34164,15552,'action created','2021-01-04 11:28:19','2021-01-04 06:28:19'),
(34165,15552,'action started via WP Cron','2021-01-04 11:29:14','2021-01-04 06:29:14'),
(34166,15552,'action complete via WP Cron','2021-01-04 11:29:14','2021-01-04 06:29:14'),
(34167,15553,'action created','2021-01-04 11:29:14','2021-01-04 06:29:14'),
(34168,15553,'action started via WP Cron','2021-01-04 11:37:48','2021-01-04 06:37:48'),
(34169,15553,'action complete via WP Cron','2021-01-04 11:37:48','2021-01-04 06:37:48'),
(34170,15554,'action created','2021-01-04 11:37:49','2021-01-04 06:37:49'),
(34171,15554,'action started via WP Cron','2021-01-04 11:38:47','2021-01-04 06:38:47'),
(34172,15554,'action complete via WP Cron','2021-01-04 11:38:47','2021-01-04 06:38:47'),
(34173,15555,'action created','2021-01-04 11:38:47','2021-01-04 06:38:47'),
(34174,15555,'action started via WP Cron','2021-01-04 11:40:33','2021-01-04 06:40:33'),
(34175,15555,'action complete via WP Cron','2021-01-04 11:40:33','2021-01-04 06:40:33'),
(34176,15556,'action created','2021-01-04 11:40:33','2021-01-04 06:40:33'),
(34177,15556,'action started via WP Cron','2021-01-04 11:41:53','2021-01-04 06:41:53'),
(34178,15556,'action complete via WP Cron','2021-01-04 11:41:53','2021-01-04 06:41:53'),
(34179,15557,'action created','2021-01-04 11:41:53','2021-01-04 06:41:53'),
(34180,15557,'action started via WP Cron','2021-01-04 11:44:44','2021-01-04 06:44:44'),
(34181,15557,'action complete via WP Cron','2021-01-04 11:44:44','2021-01-04 06:44:44'),
(34182,15558,'action created','2021-01-04 11:44:44','2021-01-04 06:44:44'),
(34183,15558,'action started via WP Cron','2021-01-04 11:46:01','2021-01-04 06:46:01'),
(34184,15558,'action complete via WP Cron','2021-01-04 11:46:01','2021-01-04 06:46:01'),
(34185,15559,'action created','2021-01-04 11:46:01','2021-01-04 06:46:01'),
(34186,15559,'action started via WP Cron','2021-01-04 11:48:15','2021-01-04 06:48:15'),
(34187,15559,'action complete via WP Cron','2021-01-04 11:48:15','2021-01-04 06:48:15'),
(34188,15560,'action created','2021-01-04 11:48:15','2021-01-04 06:48:15'),
(34189,15560,'action started via WP Cron','2021-01-04 11:50:18','2021-01-04 06:50:18'),
(34190,15560,'action complete via WP Cron','2021-01-04 11:50:18','2021-01-04 06:50:18'),
(34191,15561,'action created','2021-01-04 11:50:18','2021-01-04 06:50:18'),
(34192,15561,'action started via WP Cron','2021-01-04 11:55:45','2021-01-04 06:55:45'),
(34193,15561,'action complete via WP Cron','2021-01-04 11:55:45','2021-01-04 06:55:45'),
(34194,15562,'action created','2021-01-04 11:55:45','2021-01-04 06:55:45'),
(34195,15562,'action started via WP Cron','2021-01-04 11:56:53','2021-01-04 06:56:53'),
(34196,15562,'action complete via WP Cron','2021-01-04 11:56:53','2021-01-04 06:56:53'),
(34197,15563,'action created','2021-01-04 11:56:53','2021-01-04 06:56:53'),
(34198,15563,'action started via WP Cron','2021-01-04 11:57:33','2021-01-04 06:57:33'),
(34199,15563,'action complete via WP Cron','2021-01-04 11:57:33','2021-01-04 06:57:33'),
(34200,15564,'action created','2021-01-04 11:57:34','2021-01-04 06:57:34'),
(34201,15564,'action started via WP Cron','2021-01-04 11:58:24','2021-01-04 06:58:24'),
(34202,15564,'action complete via WP Cron','2021-01-04 11:58:24','2021-01-04 06:58:24'),
(34203,15565,'action created','2021-01-04 11:58:24','2021-01-04 06:58:24'),
(34204,15565,'action started via WP Cron','2021-01-04 12:01:24','2021-01-04 07:01:24'),
(34205,15565,'action complete via WP Cron','2021-01-04 12:01:24','2021-01-04 07:01:24'),
(34206,15566,'action created','2021-01-04 12:01:24','2021-01-04 07:01:24'),
(34207,15566,'action started via WP Cron','2021-01-04 12:04:24','2021-01-04 07:04:24'),
(34208,15566,'action complete via WP Cron','2021-01-04 12:04:24','2021-01-04 07:04:24'),
(34209,15567,'action created','2021-01-04 12:04:24','2021-01-04 07:04:24'),
(34210,15567,'action started via WP Cron','2021-01-04 12:05:36','2021-01-04 07:05:36'),
(34211,15567,'action complete via WP Cron','2021-01-04 12:05:36','2021-01-04 07:05:36'),
(34212,15568,'action created','2021-01-04 12:05:36','2021-01-04 07:05:36'),
(34213,15568,'action started via WP Cron','2021-01-04 12:06:13','2021-01-04 07:06:13'),
(34214,15568,'action complete via WP Cron','2021-01-04 12:06:13','2021-01-04 07:06:13'),
(34215,15569,'action created','2021-01-04 12:06:13','2021-01-04 07:06:13'),
(34216,15569,'action started via WP Cron','2021-01-04 12:07:59','2021-01-04 07:07:59'),
(34217,15569,'action complete via WP Cron','2021-01-04 12:07:59','2021-01-04 07:07:59'),
(34218,15570,'action created','2021-01-04 12:07:59','2021-01-04 07:07:59'),
(34219,15570,'action started via WP Cron','2021-01-04 12:08:17','2021-01-04 07:08:17'),
(34220,15570,'action complete via WP Cron','2021-01-04 12:08:17','2021-01-04 07:08:17'),
(34221,15571,'action created','2021-01-04 12:08:17','2021-01-04 07:08:17'),
(34222,15571,'action started via WP Cron','2021-01-04 12:10:24','2021-01-04 07:10:24'),
(34223,15571,'action complete via WP Cron','2021-01-04 12:10:24','2021-01-04 07:10:24'),
(34224,15572,'action created','2021-01-04 12:10:24','2021-01-04 07:10:24'),
(34225,15572,'action started via WP Cron','2021-01-04 12:11:46','2021-01-04 07:11:46'),
(34226,15572,'action complete via WP Cron','2021-01-04 12:11:46','2021-01-04 07:11:46'),
(34227,15573,'action created','2021-01-04 12:11:46','2021-01-04 07:11:46'),
(34228,15573,'action started via WP Cron','2021-01-04 12:12:12','2021-01-04 07:12:12'),
(34229,15573,'action complete via WP Cron','2021-01-04 12:12:12','2021-01-04 07:12:12'),
(34230,15574,'action created','2021-01-04 12:12:13','2021-01-04 07:12:13'),
(34231,15574,'action started via WP Cron','2021-01-04 12:13:13','2021-01-04 07:13:13'),
(34232,15574,'action complete via WP Cron','2021-01-04 12:13:13','2021-01-04 07:13:13'),
(34233,15575,'action created','2021-01-04 12:13:13','2021-01-04 07:13:13'),
(34234,15575,'action started via WP Cron','2021-01-04 12:14:20','2021-01-04 07:14:20'),
(34235,15575,'action complete via WP Cron','2021-01-04 12:14:20','2021-01-04 07:14:20'),
(34236,15576,'action created','2021-01-04 12:14:20','2021-01-04 07:14:20'),
(34237,15576,'action started via WP Cron','2021-01-04 12:17:32','2021-01-04 07:17:32'),
(34238,15576,'action complete via WP Cron','2021-01-04 12:17:32','2021-01-04 07:17:32'),
(34239,15577,'action created','2021-01-04 12:17:32','2021-01-04 07:17:32'),
(34240,15577,'action started via WP Cron','2021-01-04 12:20:14','2021-01-04 07:20:14'),
(34241,15577,'action complete via WP Cron','2021-01-04 12:20:14','2021-01-04 07:20:14'),
(34242,15578,'action created','2021-01-04 12:20:14','2021-01-04 07:20:14'),
(34243,15578,'action started via WP Cron','2021-01-04 12:22:07','2021-01-04 07:22:07'),
(34244,15578,'action complete via WP Cron','2021-01-04 12:22:07','2021-01-04 07:22:07'),
(34245,15579,'action created','2021-01-04 12:22:07','2021-01-04 07:22:07'),
(34246,15579,'action started via WP Cron','2021-01-04 12:22:25','2021-01-04 07:22:25'),
(34247,15579,'action complete via WP Cron','2021-01-04 12:22:25','2021-01-04 07:22:25'),
(34248,15580,'action created','2021-01-04 12:22:25','2021-01-04 07:22:25'),
(34249,15580,'action started via WP Cron','2021-01-04 12:23:59','2021-01-04 07:23:59'),
(34250,15580,'action complete via WP Cron','2021-01-04 12:23:59','2021-01-04 07:23:59'),
(34251,15581,'action created','2021-01-04 12:23:59','2021-01-04 07:23:59'),
(34252,15581,'action started via WP Cron','2021-01-04 12:25:42','2021-01-04 07:25:42'),
(34253,15581,'action complete via WP Cron','2021-01-04 12:25:42','2021-01-04 07:25:42'),
(34254,15582,'action created','2021-01-04 12:25:42','2021-01-04 07:25:42'),
(34255,15582,'action started via WP Cron','2021-01-04 12:26:15','2021-01-04 07:26:15'),
(34256,15582,'action complete via WP Cron','2021-01-04 12:26:15','2021-01-04 07:26:15'),
(34257,15583,'action created','2021-01-04 12:26:15','2021-01-04 07:26:15'),
(34258,15583,'action started via WP Cron','2021-01-04 12:27:18','2021-01-04 07:27:18'),
(34259,15583,'action complete via WP Cron','2021-01-04 12:27:18','2021-01-04 07:27:18'),
(34260,15584,'action created','2021-01-04 12:27:18','2021-01-04 07:27:18'),
(34261,15584,'action started via WP Cron','2021-01-04 12:28:20','2021-01-04 07:28:20'),
(34262,15584,'action complete via WP Cron','2021-01-04 12:28:20','2021-01-04 07:28:20'),
(34263,15585,'action created','2021-01-04 12:28:20','2021-01-04 07:28:20'),
(34264,15585,'action started via WP Cron','2021-01-04 12:29:18','2021-01-04 07:29:18'),
(34265,15585,'action complete via WP Cron','2021-01-04 12:29:18','2021-01-04 07:29:18'),
(34266,15586,'action created','2021-01-04 12:29:18','2021-01-04 07:29:18'),
(34267,15586,'action started via WP Cron','2021-01-04 12:31:41','2021-01-04 07:31:41'),
(34268,15586,'action complete via WP Cron','2021-01-04 12:31:41','2021-01-04 07:31:41'),
(34269,15587,'action created','2021-01-04 12:31:41','2021-01-04 07:31:41'),
(34270,15587,'action started via WP Cron','2021-01-04 12:34:13','2021-01-04 07:34:13'),
(34271,15587,'action complete via WP Cron','2021-01-04 12:34:13','2021-01-04 07:34:13'),
(34272,15588,'action created','2021-01-04 12:34:13','2021-01-04 07:34:13'),
(34273,15588,'action started via WP Cron','2021-01-04 12:35:32','2021-01-04 07:35:32'),
(34274,15588,'action complete via WP Cron','2021-01-04 12:35:32','2021-01-04 07:35:32'),
(34275,15589,'action created','2021-01-04 12:35:32','2021-01-04 07:35:32'),
(34276,15589,'action started via WP Cron','2021-01-04 12:38:27','2021-01-04 07:38:27'),
(34277,15589,'action complete via WP Cron','2021-01-04 12:38:27','2021-01-04 07:38:27'),
(34278,15590,'action created','2021-01-04 12:38:27','2021-01-04 07:38:27'),
(34279,15590,'action started via WP Cron','2021-01-04 12:39:16','2021-01-04 07:39:16'),
(34280,15590,'action complete via WP Cron','2021-01-04 12:39:16','2021-01-04 07:39:16'),
(34281,15591,'action created','2021-01-04 12:39:16','2021-01-04 07:39:16'),
(34282,15591,'action started via WP Cron','2021-01-04 12:40:17','2021-01-04 07:40:17'),
(34283,15591,'action complete via WP Cron','2021-01-04 12:40:17','2021-01-04 07:40:17'),
(34284,15592,'action created','2021-01-04 12:40:17','2021-01-04 07:40:17'),
(34285,15592,'action started via WP Cron','2021-01-04 12:41:56','2021-01-04 07:41:56'),
(34286,15592,'action complete via WP Cron','2021-01-04 12:41:56','2021-01-04 07:41:56'),
(34287,15593,'action created','2021-01-04 12:41:56','2021-01-04 07:41:56'),
(34288,15593,'action started via WP Cron','2021-01-04 12:42:51','2021-01-04 07:42:51'),
(34289,15593,'action complete via WP Cron','2021-01-04 12:42:51','2021-01-04 07:42:51'),
(34290,15594,'action created','2021-01-04 12:42:51','2021-01-04 07:42:51'),
(34291,15594,'action started via WP Cron','2021-01-04 12:43:33','2021-01-04 07:43:33'),
(34292,15594,'action complete via WP Cron','2021-01-04 12:43:33','2021-01-04 07:43:33'),
(34293,15595,'action created','2021-01-04 12:43:34','2021-01-04 07:43:34'),
(34294,15595,'action started via WP Cron','2021-01-04 12:44:20','2021-01-04 07:44:20'),
(34295,15595,'action complete via WP Cron','2021-01-04 12:44:20','2021-01-04 07:44:20'),
(34296,15596,'action created','2021-01-04 12:44:20','2021-01-04 07:44:20'),
(34297,15596,'action started via WP Cron','2021-01-04 12:46:17','2021-01-04 07:46:17'),
(34298,15596,'action complete via WP Cron','2021-01-04 12:46:17','2021-01-04 07:46:17'),
(34299,15597,'action created','2021-01-04 12:46:17','2021-01-04 07:46:17'),
(34300,15597,'action started via WP Cron','2021-01-04 12:47:43','2021-01-04 07:47:43'),
(34301,15597,'action complete via WP Cron','2021-01-04 12:47:43','2021-01-04 07:47:43'),
(34302,15598,'action created','2021-01-04 12:47:43','2021-01-04 07:47:43'),
(34303,15598,'action started via WP Cron','2021-01-04 12:48:33','2021-01-04 07:48:33'),
(34304,15598,'action complete via WP Cron','2021-01-04 12:48:33','2021-01-04 07:48:33'),
(34305,15599,'action created','2021-01-04 12:48:33','2021-01-04 07:48:33'),
(34306,15599,'action started via WP Cron','2021-01-04 12:49:46','2021-01-04 07:49:46'),
(34307,15599,'action complete via WP Cron','2021-01-04 12:49:46','2021-01-04 07:49:46'),
(34308,15600,'action created','2021-01-04 12:49:46','2021-01-04 07:49:46'),
(34309,15600,'action started via WP Cron','2021-01-04 12:52:52','2021-01-04 07:52:52'),
(34310,15600,'action complete via WP Cron','2021-01-04 12:52:52','2021-01-04 07:52:52'),
(34311,15601,'action created','2021-01-04 12:52:52','2021-01-04 07:52:52'),
(34312,15601,'action started via WP Cron','2021-01-04 12:53:51','2021-01-04 07:53:51'),
(34313,15601,'action complete via WP Cron','2021-01-04 12:53:51','2021-01-04 07:53:51'),
(34314,14701,'action started via WP Cron','2021-01-04 12:53:51','2021-01-04 07:53:51'),
(34315,14701,'action complete via WP Cron','2021-01-04 12:53:51','2021-01-04 07:53:51'),
(34316,15602,'action created','2021-01-04 12:53:51','2021-01-04 07:53:51'),
(34317,15603,'action created','2021-01-04 12:53:51','2021-01-04 07:53:51'),
(34318,15603,'action started via WP Cron','2021-01-04 12:54:59','2021-01-04 07:54:59'),
(34319,15603,'action complete via WP Cron','2021-01-04 12:54:59','2021-01-04 07:54:59'),
(34320,15604,'action created','2021-01-04 12:54:59','2021-01-04 07:54:59'),
(34321,15604,'action started via WP Cron','2021-01-04 12:56:25','2021-01-04 07:56:25'),
(34322,15604,'action complete via WP Cron','2021-01-04 12:56:25','2021-01-04 07:56:25'),
(34323,15605,'action created','2021-01-04 12:56:25','2021-01-04 07:56:25'),
(34324,15605,'action started via WP Cron','2021-01-04 12:57:36','2021-01-04 07:57:36'),
(34325,15605,'action complete via WP Cron','2021-01-04 12:57:36','2021-01-04 07:57:36'),
(34326,15606,'action created','2021-01-04 12:57:36','2021-01-04 07:57:36'),
(34327,15606,'action started via WP Cron','2021-01-04 12:58:17','2021-01-04 07:58:17'),
(34328,15606,'action complete via WP Cron','2021-01-04 12:58:17','2021-01-04 07:58:17'),
(34329,15607,'action created','2021-01-04 12:58:17','2021-01-04 07:58:17'),
(34330,15607,'action started via WP Cron','2021-01-04 12:59:42','2021-01-04 07:59:42'),
(34331,15607,'action complete via WP Cron','2021-01-04 12:59:42','2021-01-04 07:59:42'),
(34332,15608,'action created','2021-01-04 12:59:42','2021-01-04 07:59:42'),
(34333,15608,'action started via WP Cron','2021-01-04 13:02:35','2021-01-04 08:02:35'),
(34334,15608,'action complete via WP Cron','2021-01-04 13:02:35','2021-01-04 08:02:35'),
(34335,15609,'action created','2021-01-04 13:02:35','2021-01-04 08:02:35'),
(34336,15609,'action started via WP Cron','2021-01-04 13:04:45','2021-01-04 08:04:45'),
(34337,15609,'action complete via WP Cron','2021-01-04 13:04:45','2021-01-04 08:04:45'),
(34338,15610,'action created','2021-01-04 13:04:45','2021-01-04 08:04:45'),
(34339,15610,'action started via WP Cron','2021-01-04 13:05:48','2021-01-04 08:05:48'),
(34340,15610,'action complete via WP Cron','2021-01-04 13:05:48','2021-01-04 08:05:48'),
(34341,15611,'action created','2021-01-04 13:05:49','2021-01-04 08:05:49'),
(34342,15611,'action started via WP Cron','2021-01-04 13:08:12','2021-01-04 08:08:12'),
(34343,15611,'action complete via WP Cron','2021-01-04 13:08:12','2021-01-04 08:08:12'),
(34344,15612,'action created','2021-01-04 13:08:12','2021-01-04 08:08:12'),
(34345,15612,'action started via WP Cron','2021-01-04 13:10:00','2021-01-04 08:10:00'),
(34346,15612,'action complete via WP Cron','2021-01-04 13:10:00','2021-01-04 08:10:00'),
(34347,15613,'action created','2021-01-04 13:10:00','2021-01-04 08:10:00'),
(34348,15613,'action started via WP Cron','2021-01-04 13:10:40','2021-01-04 08:10:40'),
(34349,15613,'action complete via WP Cron','2021-01-04 13:10:40','2021-01-04 08:10:40'),
(34350,15614,'action created','2021-01-04 13:10:40','2021-01-04 08:10:40'),
(34351,15614,'action started via WP Cron','2021-01-04 13:11:32','2021-01-04 08:11:32'),
(34352,15614,'action complete via WP Cron','2021-01-04 13:11:32','2021-01-04 08:11:32'),
(34353,15615,'action created','2021-01-04 13:11:32','2021-01-04 08:11:32'),
(34354,15615,'action started via WP Cron','2021-01-04 13:12:50','2021-01-04 08:12:50'),
(34355,15615,'action complete via WP Cron','2021-01-04 13:12:50','2021-01-04 08:12:50'),
(34356,15616,'action created','2021-01-04 13:12:50','2021-01-04 08:12:50'),
(34357,15616,'action started via WP Cron','2021-01-04 13:13:15','2021-01-04 08:13:15'),
(34358,15616,'action complete via WP Cron','2021-01-04 13:13:15','2021-01-04 08:13:15'),
(34359,15617,'action created','2021-01-04 13:13:15','2021-01-04 08:13:15'),
(34360,15617,'action started via WP Cron','2021-01-04 13:14:40','2021-01-04 08:14:40'),
(34361,15617,'action complete via WP Cron','2021-01-04 13:14:40','2021-01-04 08:14:40'),
(34362,15618,'action created','2021-01-04 13:14:40','2021-01-04 08:14:40'),
(34363,15618,'action started via WP Cron','2021-01-04 13:15:26','2021-01-04 08:15:26'),
(34364,15618,'action complete via WP Cron','2021-01-04 13:15:26','2021-01-04 08:15:26'),
(34365,15619,'action created','2021-01-04 13:15:26','2021-01-04 08:15:26'),
(34366,15619,'action started via WP Cron','2021-01-04 13:17:28','2021-01-04 08:17:28'),
(34367,15619,'action complete via WP Cron','2021-01-04 13:17:28','2021-01-04 08:17:28'),
(34368,15620,'action created','2021-01-04 13:17:28','2021-01-04 08:17:28'),
(34369,15620,'action started via WP Cron','2021-01-04 13:18:25','2021-01-04 08:18:25'),
(34370,15620,'action complete via WP Cron','2021-01-04 13:18:25','2021-01-04 08:18:25'),
(34371,15621,'action created','2021-01-04 13:18:25','2021-01-04 08:18:25'),
(34372,15621,'action started via WP Cron','2021-01-04 13:19:37','2021-01-04 08:19:37'),
(34373,15621,'action complete via WP Cron','2021-01-04 13:19:37','2021-01-04 08:19:37'),
(34374,15622,'action created','2021-01-04 13:19:37','2021-01-04 08:19:37'),
(34375,15622,'action started via WP Cron','2021-01-04 13:20:21','2021-01-04 08:20:21'),
(34376,15622,'action complete via WP Cron','2021-01-04 13:20:21','2021-01-04 08:20:21'),
(34377,15623,'action created','2021-01-04 13:20:21','2021-01-04 08:20:21'),
(34378,15623,'action started via WP Cron','2021-01-04 13:24:40','2021-01-04 08:24:40'),
(34379,15623,'action complete via WP Cron','2021-01-04 13:24:40','2021-01-04 08:24:40'),
(34380,15624,'action created','2021-01-04 13:24:40','2021-01-04 08:24:40'),
(34381,15624,'action started via WP Cron','2021-01-04 13:26:49','2021-01-04 08:26:49'),
(34382,15624,'action complete via WP Cron','2021-01-04 13:26:49','2021-01-04 08:26:49'),
(34383,15625,'action created','2021-01-04 13:26:49','2021-01-04 08:26:49'),
(34384,15625,'action started via WP Cron','2021-01-04 13:27:45','2021-01-04 08:27:45'),
(34385,15625,'action complete via WP Cron','2021-01-04 13:27:45','2021-01-04 08:27:45'),
(34386,15626,'action created','2021-01-04 13:27:45','2021-01-04 08:27:45'),
(34387,15626,'action started via WP Cron','2021-01-04 13:28:28','2021-01-04 08:28:28'),
(34388,15626,'action complete via WP Cron','2021-01-04 13:28:28','2021-01-04 08:28:28'),
(34389,15627,'action created','2021-01-04 13:28:28','2021-01-04 08:28:28'),
(34390,15627,'action started via WP Cron','2021-01-04 13:29:43','2021-01-04 08:29:43'),
(34391,15627,'action complete via WP Cron','2021-01-04 13:29:43','2021-01-04 08:29:43'),
(34392,15628,'action created','2021-01-04 13:29:43','2021-01-04 08:29:43'),
(34393,15628,'action started via WP Cron','2021-01-04 13:30:20','2021-01-04 08:30:20'),
(34394,15628,'action complete via WP Cron','2021-01-04 13:30:20','2021-01-04 08:30:20'),
(34395,15629,'action created','2021-01-04 13:30:20','2021-01-04 08:30:20'),
(34396,15629,'action started via WP Cron','2021-01-04 13:31:12','2021-01-04 08:31:12'),
(34397,15629,'action complete via WP Cron','2021-01-04 13:31:12','2021-01-04 08:31:12'),
(34398,15630,'action created','2021-01-04 13:31:12','2021-01-04 08:31:12'),
(34399,15630,'action started via WP Cron','2021-01-04 13:32:11','2021-01-04 08:32:11'),
(34400,15630,'action complete via WP Cron','2021-01-04 13:32:11','2021-01-04 08:32:11'),
(34401,15631,'action created','2021-01-04 13:32:11','2021-01-04 08:32:11'),
(34402,15631,'action started via WP Cron','2021-01-04 13:34:21','2021-01-04 08:34:21'),
(34403,15631,'action complete via WP Cron','2021-01-04 13:34:21','2021-01-04 08:34:21'),
(34404,15632,'action created','2021-01-04 13:34:21','2021-01-04 08:34:21'),
(34405,15632,'action started via WP Cron','2021-01-04 13:35:47','2021-01-04 08:35:47'),
(34406,15632,'action complete via WP Cron','2021-01-04 13:35:47','2021-01-04 08:35:47'),
(34407,15633,'action created','2021-01-04 13:35:48','2021-01-04 08:35:48'),
(34408,15633,'action started via WP Cron','2021-01-04 13:36:39','2021-01-04 08:36:39'),
(34409,15633,'action complete via WP Cron','2021-01-04 13:36:39','2021-01-04 08:36:39'),
(34410,15634,'action created','2021-01-04 13:36:39','2021-01-04 08:36:39'),
(34411,15634,'action started via WP Cron','2021-01-04 13:37:56','2021-01-04 08:37:56'),
(34412,15634,'action complete via WP Cron','2021-01-04 13:37:56','2021-01-04 08:37:56'),
(34413,15635,'action created','2021-01-04 13:37:56','2021-01-04 08:37:56'),
(34414,15635,'action started via WP Cron','2021-01-04 13:38:19','2021-01-04 08:38:19'),
(34415,15635,'action complete via WP Cron','2021-01-04 13:38:19','2021-01-04 08:38:19'),
(34416,15636,'action created','2021-01-04 13:38:19','2021-01-04 08:38:19'),
(34417,15636,'action started via WP Cron','2021-01-04 13:39:32','2021-01-04 08:39:32'),
(34418,15636,'action complete via WP Cron','2021-01-04 13:39:32','2021-01-04 08:39:32'),
(34419,15637,'action created','2021-01-04 13:39:33','2021-01-04 08:39:33'),
(34420,15637,'action started via WP Cron','2021-01-04 13:40:27','2021-01-04 08:40:27'),
(34421,15637,'action complete via WP Cron','2021-01-04 13:40:27','2021-01-04 08:40:27'),
(34422,15638,'action created','2021-01-04 13:40:27','2021-01-04 08:40:27'),
(34423,15638,'action started via WP Cron','2021-01-04 13:42:06','2021-01-04 08:42:06'),
(34424,15638,'action complete via WP Cron','2021-01-04 13:42:06','2021-01-04 08:42:06'),
(34425,15639,'action created','2021-01-04 13:42:06','2021-01-04 08:42:06'),
(34426,15639,'action started via WP Cron','2021-01-04 13:42:45','2021-01-04 08:42:45'),
(34427,15639,'action complete via WP Cron','2021-01-04 13:42:45','2021-01-04 08:42:45'),
(34428,15640,'action created','2021-01-04 13:42:45','2021-01-04 08:42:45'),
(34429,15640,'action started via WP Cron','2021-01-04 13:45:28','2021-01-04 08:45:28'),
(34430,15640,'action complete via WP Cron','2021-01-04 13:45:28','2021-01-04 08:45:28'),
(34431,15641,'action created','2021-01-04 13:45:28','2021-01-04 08:45:28'),
(34432,15641,'action started via WP Cron','2021-01-04 13:46:27','2021-01-04 08:46:27'),
(34433,15641,'action complete via WP Cron','2021-01-04 13:46:27','2021-01-04 08:46:27'),
(34434,15642,'action created','2021-01-04 13:46:27','2021-01-04 08:46:27'),
(34435,15642,'action started via WP Cron','2021-01-04 13:51:20','2021-01-04 08:51:20'),
(34436,15642,'action complete via WP Cron','2021-01-04 13:51:20','2021-01-04 08:51:20'),
(34437,15643,'action created','2021-01-04 13:51:20','2021-01-04 08:51:20'),
(34438,15643,'action started via WP Cron','2021-01-04 13:54:36','2021-01-04 08:54:36'),
(34439,15643,'action complete via WP Cron','2021-01-04 13:54:36','2021-01-04 08:54:36'),
(34440,15644,'action created','2021-01-04 13:54:36','2021-01-04 08:54:36'),
(34441,15644,'action started via WP Cron','2021-01-04 13:55:46','2021-01-04 08:55:46'),
(34442,15644,'action complete via WP Cron','2021-01-04 13:55:46','2021-01-04 08:55:46'),
(34443,15645,'action created','2021-01-04 13:55:47','2021-01-04 08:55:47'),
(34444,15645,'action started via WP Cron','2021-01-04 13:56:21','2021-01-04 08:56:21'),
(34445,15645,'action complete via WP Cron','2021-01-04 13:56:21','2021-01-04 08:56:21'),
(34446,15646,'action created','2021-01-04 13:56:21','2021-01-04 08:56:21'),
(34447,15646,'action started via Async Request','2021-01-04 13:57:00','2021-01-04 08:57:00'),
(34448,15646,'action complete via Async Request','2021-01-04 13:57:00','2021-01-04 08:57:00'),
(34449,15647,'action created','2021-01-04 13:57:02','2021-01-04 08:57:02'),
(34450,15647,'action started via WP Cron','2021-01-04 13:57:26','2021-01-04 08:57:26'),
(34451,15647,'action complete via WP Cron','2021-01-04 13:57:26','2021-01-04 08:57:26'),
(34452,15648,'action created','2021-01-04 13:57:26','2021-01-04 08:57:26'),
(34453,15648,'action started via WP Cron','2021-01-04 13:58:35','2021-01-04 08:58:35'),
(34454,15648,'action complete via WP Cron','2021-01-04 13:58:35','2021-01-04 08:58:35'),
(34455,15649,'action created','2021-01-04 13:58:52','2021-01-04 08:58:52'),
(34456,15649,'action started via WP Cron','2021-01-04 13:59:13','2021-01-04 08:59:13'),
(34457,15649,'action complete via WP Cron','2021-01-04 13:59:13','2021-01-04 08:59:13'),
(34458,15650,'action created','2021-01-04 13:59:13','2021-01-04 08:59:13'),
(34459,15650,'action started via WP Cron','2021-01-04 14:00:35','2021-01-04 09:00:35'),
(34460,15650,'action complete via WP Cron','2021-01-04 14:00:35','2021-01-04 09:00:35'),
(34461,15651,'action created','2021-01-04 14:01:01','2021-01-04 09:01:01'),
(34462,15651,'action started via WP Cron','2021-01-04 14:01:48','2021-01-04 09:01:48'),
(34463,15651,'action complete via WP Cron','2021-01-04 14:01:48','2021-01-04 09:01:48'),
(34464,15652,'action created','2021-01-04 14:01:48','2021-01-04 09:01:48'),
(34465,15652,'action started via WP Cron','2021-01-04 14:02:28','2021-01-04 09:02:28'),
(34466,15652,'action complete via WP Cron','2021-01-04 14:02:28','2021-01-04 09:02:28'),
(34467,15653,'action created','2021-01-04 14:02:28','2021-01-04 09:02:28'),
(34468,15653,'action started via WP Cron','2021-01-04 14:04:35','2021-01-04 09:04:35'),
(34469,15653,'action complete via WP Cron','2021-01-04 14:04:35','2021-01-04 09:04:35'),
(34470,15654,'action created','2021-01-04 14:04:44','2021-01-04 09:04:44'),
(34471,15654,'action started via WP Cron','2021-01-04 14:06:35','2021-01-04 09:06:35'),
(34472,15654,'action complete via WP Cron','2021-01-04 14:06:35','2021-01-04 09:06:35'),
(34473,15655,'action created','2021-01-04 14:07:41','2021-01-04 09:07:41'),
(34474,15655,'action started via WP Cron','2021-01-04 14:08:35','2021-01-04 09:08:35'),
(34475,15655,'action complete via WP Cron','2021-01-04 14:08:35','2021-01-04 09:08:35'),
(34476,15656,'action created','2021-01-04 14:08:42','2021-01-04 09:08:42'),
(34477,15656,'action started via WP Cron','2021-01-04 14:09:24','2021-01-04 09:09:24'),
(34478,15656,'action complete via WP Cron','2021-01-04 14:09:24','2021-01-04 09:09:24'),
(34479,15657,'action created','2021-01-04 14:09:24','2021-01-04 09:09:24'),
(34480,15657,'action started via WP Cron','2021-01-04 14:10:19','2021-01-04 09:10:19'),
(34481,15657,'action complete via WP Cron','2021-01-04 14:10:19','2021-01-04 09:10:19'),
(34482,15658,'action created','2021-01-04 14:10:19','2021-01-04 09:10:19'),
(34483,15658,'action started via Async Request','2021-01-04 14:10:35','2021-01-04 09:10:35'),
(34484,15658,'action complete via Async Request','2021-01-04 14:10:36','2021-01-04 09:10:36'),
(34485,15659,'action created','2021-01-04 14:11:06','2021-01-04 09:11:06'),
(34486,15659,'action started via WP Cron','2021-01-04 14:11:51','2021-01-04 09:11:51'),
(34487,15659,'action complete via WP Cron','2021-01-04 14:11:51','2021-01-04 09:11:51'),
(34488,15660,'action created','2021-01-04 14:11:51','2021-01-04 09:11:51'),
(34489,15660,'action started via WP Cron','2021-01-04 14:12:30','2021-01-04 09:12:30'),
(34490,15660,'action complete via WP Cron','2021-01-04 14:12:30','2021-01-04 09:12:30'),
(34491,15661,'action created','2021-01-04 14:12:30','2021-01-04 09:12:30'),
(34492,15661,'action started via WP Cron','2021-01-04 14:14:36','2021-01-04 09:14:36'),
(34493,15661,'action complete via WP Cron','2021-01-04 14:14:36','2021-01-04 09:14:36'),
(34494,15662,'action created','2021-01-04 14:14:52','2021-01-04 09:14:52'),
(34495,15662,'action started via WP Cron','2021-01-04 14:15:22','2021-01-04 09:15:22'),
(34496,15662,'action complete via WP Cron','2021-01-04 14:15:22','2021-01-04 09:15:22'),
(34497,15663,'action created','2021-01-04 14:15:22','2021-01-04 09:15:22'),
(34498,15663,'action started via WP Cron','2021-01-04 14:16:13','2021-01-04 09:16:13'),
(34499,15663,'action complete via WP Cron','2021-01-04 14:16:13','2021-01-04 09:16:13'),
(34500,15664,'action created','2021-01-04 14:16:13','2021-01-04 09:16:13'),
(34501,15664,'action started via Async Request','2021-01-04 14:16:36','2021-01-04 09:16:36'),
(34502,15664,'action complete via Async Request','2021-01-04 14:16:36','2021-01-04 09:16:36'),
(34503,15665,'action created','2021-01-04 14:16:39','2021-01-04 09:16:39'),
(34504,15665,'action started via WP Cron','2021-01-04 14:17:14','2021-01-04 09:17:14'),
(34505,15665,'action complete via WP Cron','2021-01-04 14:17:14','2021-01-04 09:17:14'),
(34506,15666,'action created','2021-01-04 14:17:14','2021-01-04 09:17:14'),
(34507,15666,'action started via WP Cron','2021-01-04 14:18:11','2021-01-04 09:18:11'),
(34508,15666,'action complete via WP Cron','2021-01-04 14:18:11','2021-01-04 09:18:11'),
(34509,15667,'action created','2021-01-04 14:18:11','2021-01-04 09:18:11'),
(34510,15667,'action started via Async Request','2021-01-04 14:18:36','2021-01-04 09:18:36'),
(34511,15667,'action complete via Async Request','2021-01-04 14:18:36','2021-01-04 09:18:36'),
(34512,15668,'action created','2021-01-04 14:18:38','2021-01-04 09:18:38'),
(34513,15668,'action started via WP Cron','2021-01-04 14:19:11','2021-01-04 09:19:11'),
(34514,15668,'action complete via WP Cron','2021-01-04 14:19:11','2021-01-04 09:19:11'),
(34515,15669,'action created','2021-01-04 14:19:11','2021-01-04 09:19:11'),
(34516,15669,'action started via WP Cron','2021-01-04 14:20:16','2021-01-04 09:20:16'),
(34517,15669,'action complete via WP Cron','2021-01-04 14:20:16','2021-01-04 09:20:16'),
(34518,15670,'action created','2021-01-04 14:20:16','2021-01-04 09:20:16'),
(34519,15670,'action started via Async Request','2021-01-04 14:20:36','2021-01-04 09:20:36'),
(34520,15670,'action complete via Async Request','2021-01-04 14:20:36','2021-01-04 09:20:36'),
(34521,15671,'action created','2021-01-04 14:20:39','2021-01-04 09:20:39'),
(34522,15671,'action started via WP Cron','2021-01-04 14:21:13','2021-01-04 09:21:13'),
(34523,15671,'action complete via WP Cron','2021-01-04 14:21:13','2021-01-04 09:21:13'),
(34524,15672,'action created','2021-01-04 14:21:13','2021-01-04 09:21:13'),
(34525,15672,'action started via WP Cron','2021-01-04 14:22:14','2021-01-04 09:22:14'),
(34526,15672,'action complete via WP Cron','2021-01-04 14:22:14','2021-01-04 09:22:14'),
(34527,15673,'action created','2021-01-04 14:22:14','2021-01-04 09:22:14'),
(34528,15673,'action started via Async Request','2021-01-04 14:22:36','2021-01-04 09:22:36'),
(34529,15673,'action complete via Async Request','2021-01-04 14:22:36','2021-01-04 09:22:36'),
(34530,15674,'action created','2021-01-04 14:22:37','2021-01-04 09:22:37'),
(34531,15674,'action started via WP Cron','2021-01-04 14:23:12','2021-01-04 09:23:12'),
(34532,15674,'action complete via WP Cron','2021-01-04 14:23:12','2021-01-04 09:23:12'),
(34533,15675,'action created','2021-01-04 14:23:13','2021-01-04 09:23:13'),
(34534,15675,'action started via WP Cron','2021-01-04 14:25:29','2021-01-04 09:25:29'),
(34535,15675,'action complete via WP Cron','2021-01-04 14:25:29','2021-01-04 09:25:29'),
(34536,15676,'action created','2021-01-04 14:25:29','2021-01-04 09:25:29'),
(34537,15676,'action started via WP Cron','2021-01-04 14:27:36','2021-01-04 09:27:36'),
(34538,15676,'action complete via WP Cron','2021-01-04 14:27:36','2021-01-04 09:27:36'),
(34539,15677,'action created','2021-01-04 14:28:22','2021-01-04 09:28:22'),
(34540,15677,'action started via WP Cron','2021-01-04 14:29:16','2021-01-04 09:29:16'),
(34541,15677,'action complete via WP Cron','2021-01-04 14:29:16','2021-01-04 09:29:16'),
(34542,15678,'action created','2021-01-04 14:29:16','2021-01-04 09:29:16'),
(34543,15678,'action started via Async Request','2021-01-04 14:29:36','2021-01-04 09:29:36'),
(34544,15678,'action complete via Async Request','2021-01-04 14:29:36','2021-01-04 09:29:36'),
(34545,15679,'action created','2021-01-04 14:33:25','2021-01-04 09:33:25'),
(34546,15679,'action started via WP Cron','2021-01-04 14:34:50','2021-01-04 09:34:50'),
(34547,15679,'action complete via WP Cron','2021-01-04 14:34:50','2021-01-04 09:34:50'),
(34548,15680,'action created','2021-01-04 14:34:50','2021-01-04 09:34:50'),
(34549,15680,'action started via WP Cron','2021-01-04 14:39:32','2021-01-04 09:39:32'),
(34550,15680,'action complete via WP Cron','2021-01-04 14:39:32','2021-01-04 09:39:32'),
(34551,15681,'action created','2021-01-04 14:39:32','2021-01-04 09:39:32'),
(34552,15681,'action started via WP Cron','2021-01-04 14:40:21','2021-01-04 09:40:21'),
(34553,15681,'action complete via WP Cron','2021-01-04 14:40:21','2021-01-04 09:40:21'),
(34554,15682,'action created','2021-01-04 14:40:21','2021-01-04 09:40:21'),
(34555,15682,'action started via WP Cron','2021-01-04 14:42:44','2021-01-04 09:42:44'),
(34556,15682,'action complete via WP Cron','2021-01-04 14:42:44','2021-01-04 09:42:44'),
(34557,15683,'action created','2021-01-04 14:42:44','2021-01-04 09:42:44'),
(34558,15683,'action started via WP Cron','2021-01-04 14:45:21','2021-01-04 09:45:21'),
(34559,15683,'action complete via WP Cron','2021-01-04 14:45:21','2021-01-04 09:45:21'),
(34560,15684,'action created','2021-01-04 14:45:21','2021-01-04 09:45:21'),
(34561,15684,'action started via WP Cron','2021-01-04 14:46:44','2021-01-04 09:46:44'),
(34562,15684,'action complete via WP Cron','2021-01-04 14:46:44','2021-01-04 09:46:44'),
(34563,15685,'action created','2021-01-04 14:46:44','2021-01-04 09:46:44'),
(34564,15685,'action started via WP Cron','2021-01-04 14:47:40','2021-01-04 09:47:40'),
(34565,15685,'action complete via WP Cron','2021-01-04 14:47:40','2021-01-04 09:47:40'),
(34566,15686,'action created','2021-01-04 14:47:40','2021-01-04 09:47:40'),
(34567,15686,'action started via WP Cron','2021-01-04 14:52:14','2021-01-04 09:52:14'),
(34568,15686,'action complete via WP Cron','2021-01-04 14:52:14','2021-01-04 09:52:14'),
(34569,15687,'action created','2021-01-04 14:52:14','2021-01-04 09:52:14'),
(34570,15687,'action started via WP Cron','2021-01-04 14:54:25','2021-01-04 09:54:25'),
(34571,15687,'action complete via WP Cron','2021-01-04 14:54:25','2021-01-04 09:54:25'),
(34572,15688,'action created','2021-01-04 14:54:25','2021-01-04 09:54:25'),
(34573,15688,'action started via WP Cron','2021-01-04 14:55:18','2021-01-04 09:55:18'),
(34574,15688,'action complete via WP Cron','2021-01-04 14:55:18','2021-01-04 09:55:18'),
(34575,15689,'action created','2021-01-04 14:55:18','2021-01-04 09:55:18'),
(34576,15689,'action started via WP Cron','2021-01-04 14:57:08','2021-01-04 09:57:08'),
(34577,15689,'action complete via WP Cron','2021-01-04 14:57:08','2021-01-04 09:57:08'),
(34578,15690,'action created','2021-01-04 14:57:08','2021-01-04 09:57:08'),
(34579,15690,'action started via WP Cron','2021-01-04 15:00:29','2021-01-04 10:00:29'),
(34580,15690,'action complete via WP Cron','2021-01-04 15:00:29','2021-01-04 10:00:29'),
(34581,15691,'action created','2021-01-04 15:00:29','2021-01-04 10:00:29'),
(34582,15691,'action started via WP Cron','2021-01-04 15:01:12','2021-01-04 10:01:12'),
(34583,15691,'action complete via WP Cron','2021-01-04 15:01:12','2021-01-04 10:01:12'),
(34584,15692,'action created','2021-01-04 15:01:12','2021-01-04 10:01:12'),
(34585,15692,'action started via WP Cron','2021-01-04 15:02:14','2021-01-04 10:02:14'),
(34586,15692,'action complete via WP Cron','2021-01-04 15:02:14','2021-01-04 10:02:14'),
(34587,15693,'action created','2021-01-04 15:02:14','2021-01-04 10:02:14'),
(34588,15693,'action started via WP Cron','2021-01-04 15:04:01','2021-01-04 10:04:01'),
(34589,15693,'action complete via WP Cron','2021-01-04 15:04:01','2021-01-04 10:04:01'),
(34590,15694,'action created','2021-01-04 15:04:02','2021-01-04 10:04:02'),
(34591,15694,'action started via WP Cron','2021-01-04 15:06:15','2021-01-04 10:06:15'),
(34592,15694,'action complete via WP Cron','2021-01-04 15:06:15','2021-01-04 10:06:15'),
(34593,15695,'action created','2021-01-04 15:06:15','2021-01-04 10:06:15'),
(34594,15695,'action started via WP Cron','2021-01-04 15:08:06','2021-01-04 10:08:06'),
(34595,15695,'action complete via WP Cron','2021-01-04 15:08:06','2021-01-04 10:08:06'),
(34596,15696,'action created','2021-01-04 15:08:06','2021-01-04 10:08:06'),
(34597,15696,'action started via WP Cron','2021-01-04 15:08:42','2021-01-04 10:08:42'),
(34598,15696,'action complete via WP Cron','2021-01-04 15:08:42','2021-01-04 10:08:42'),
(34599,15697,'action created','2021-01-04 15:08:42','2021-01-04 10:08:42'),
(34600,15697,'action started via WP Cron','2021-01-04 15:10:07','2021-01-04 10:10:07'),
(34601,15697,'action complete via WP Cron','2021-01-04 15:10:07','2021-01-04 10:10:07'),
(34602,15698,'action created','2021-01-04 15:10:07','2021-01-04 10:10:07'),
(34603,15698,'action started via WP Cron','2021-01-04 15:11:22','2021-01-04 10:11:22'),
(34604,15698,'action complete via WP Cron','2021-01-04 15:11:22','2021-01-04 10:11:22'),
(34605,15699,'action created','2021-01-04 15:11:22','2021-01-04 10:11:22'),
(34606,15699,'action started via WP Cron','2021-01-04 15:13:25','2021-01-04 10:13:25'),
(34607,15699,'action complete via WP Cron','2021-01-04 15:13:25','2021-01-04 10:13:25'),
(34608,15700,'action created','2021-01-04 15:13:25','2021-01-04 10:13:25'),
(34609,15700,'action started via WP Cron','2021-01-04 15:14:20','2021-01-04 10:14:20'),
(34610,15700,'action complete via WP Cron','2021-01-04 15:14:20','2021-01-04 10:14:20'),
(34611,15701,'action created','2021-01-04 15:14:20','2021-01-04 10:14:20'),
(34612,15701,'action started via WP Cron','2021-01-04 15:17:10','2021-01-04 10:17:10'),
(34613,15701,'action complete via WP Cron','2021-01-04 15:17:10','2021-01-04 10:17:10'),
(34614,15702,'action created','2021-01-04 15:17:10','2021-01-04 10:17:10'),
(34615,15702,'action started via WP Cron','2021-01-04 15:20:11','2021-01-04 10:20:11'),
(34616,15702,'action complete via WP Cron','2021-01-04 15:20:11','2021-01-04 10:20:11'),
(34617,15703,'action created','2021-01-04 15:20:11','2021-01-04 10:20:11'),
(34618,15703,'action started via WP Cron','2021-01-04 15:21:11','2021-01-04 10:21:11'),
(34619,15703,'action complete via WP Cron','2021-01-04 15:21:11','2021-01-04 10:21:11'),
(34620,15704,'action created','2021-01-04 15:21:11','2021-01-04 10:21:11'),
(34621,15704,'action started via WP Cron','2021-01-04 15:23:40','2021-01-04 10:23:40'),
(34622,15704,'action complete via WP Cron','2021-01-04 15:23:40','2021-01-04 10:23:40'),
(34623,15705,'action created','2021-01-04 15:23:40','2021-01-04 10:23:40'),
(34624,15705,'action started via WP Cron','2021-01-04 15:24:29','2021-01-04 10:24:29'),
(34625,15705,'action complete via WP Cron','2021-01-04 15:24:29','2021-01-04 10:24:29'),
(34626,15706,'action created','2021-01-04 15:24:30','2021-01-04 10:24:30'),
(34627,15706,'action started via WP Cron','2021-01-04 15:25:31','2021-01-04 10:25:31'),
(34628,15706,'action complete via WP Cron','2021-01-04 15:25:31','2021-01-04 10:25:31'),
(34629,15707,'action created','2021-01-04 15:25:31','2021-01-04 10:25:31'),
(34630,15707,'action started via WP Cron','2021-01-04 15:26:36','2021-01-04 10:26:36'),
(34631,15707,'action complete via WP Cron','2021-01-04 15:26:36','2021-01-04 10:26:36'),
(34632,15708,'action created','2021-01-04 15:26:36','2021-01-04 10:26:36'),
(34633,15708,'action started via WP Cron','2021-01-04 15:27:17','2021-01-04 10:27:17'),
(34634,15708,'action complete via WP Cron','2021-01-04 15:27:17','2021-01-04 10:27:17'),
(34635,15709,'action created','2021-01-04 15:27:17','2021-01-04 10:27:17'),
(34636,15709,'action started via WP Cron','2021-01-04 15:28:59','2021-01-04 10:28:59'),
(34637,15709,'action complete via WP Cron','2021-01-04 15:28:59','2021-01-04 10:28:59'),
(34638,15710,'action created','2021-01-04 15:28:59','2021-01-04 10:28:59'),
(34639,15710,'action started via WP Cron','2021-01-04 15:29:31','2021-01-04 10:29:31'),
(34640,15710,'action complete via WP Cron','2021-01-04 15:29:31','2021-01-04 10:29:31'),
(34641,15711,'action created','2021-01-04 15:29:31','2021-01-04 10:29:31'),
(34642,15711,'action started via WP Cron','2021-01-04 15:32:30','2021-01-04 10:32:30'),
(34643,15711,'action complete via WP Cron','2021-01-04 15:32:30','2021-01-04 10:32:30'),
(34644,15712,'action created','2021-01-04 15:32:31','2021-01-04 10:32:31'),
(34645,15712,'action started via WP Cron','2021-01-04 15:34:17','2021-01-04 10:34:17'),
(34646,15712,'action complete via WP Cron','2021-01-04 15:34:17','2021-01-04 10:34:17'),
(34647,15713,'action created','2021-01-04 15:34:17','2021-01-04 10:34:17'),
(34648,15713,'action started via WP Cron','2021-01-04 15:37:32','2021-01-04 10:37:32'),
(34649,15713,'action complete via WP Cron','2021-01-04 15:37:32','2021-01-04 10:37:32'),
(34650,15714,'action created','2021-01-04 15:37:32','2021-01-04 10:37:32'),
(34651,15714,'action started via WP Cron','2021-01-04 15:38:21','2021-01-04 10:38:21'),
(34652,15714,'action complete via WP Cron','2021-01-04 15:38:21','2021-01-04 10:38:21'),
(34653,15715,'action created','2021-01-04 15:38:21','2021-01-04 10:38:21'),
(34654,15715,'action started via WP Cron','2021-01-04 15:40:10','2021-01-04 10:40:10'),
(34655,15715,'action complete via WP Cron','2021-01-04 15:40:10','2021-01-04 10:40:10'),
(34656,15716,'action created','2021-01-04 15:40:10','2021-01-04 10:40:10'),
(34657,15716,'action started via WP Cron','2021-01-04 15:40:28','2021-01-04 10:40:28'),
(34658,15716,'action complete via WP Cron','2021-01-04 15:40:28','2021-01-04 10:40:28'),
(34659,15717,'action created','2021-01-04 15:40:28','2021-01-04 10:40:28'),
(34660,15717,'action started via WP Cron','2021-01-04 15:41:15','2021-01-04 10:41:15'),
(34661,15717,'action complete via WP Cron','2021-01-04 15:41:15','2021-01-04 10:41:15'),
(34662,15718,'action created','2021-01-04 15:41:15','2021-01-04 10:41:15'),
(34663,15718,'action started via WP Cron','2021-01-04 15:44:08','2021-01-04 10:44:08'),
(34664,15718,'action complete via WP Cron','2021-01-04 15:44:08','2021-01-04 10:44:08'),
(34665,15719,'action created','2021-01-04 15:44:08','2021-01-04 10:44:08'),
(34666,15719,'action started via WP Cron','2021-01-04 15:45:33','2021-01-04 10:45:33'),
(34667,15719,'action complete via WP Cron','2021-01-04 15:45:33','2021-01-04 10:45:33'),
(34668,15720,'action created','2021-01-04 15:45:33','2021-01-04 10:45:33'),
(34669,15720,'action started via WP Cron','2021-01-04 15:46:53','2021-01-04 10:46:53'),
(34670,15720,'action complete via WP Cron','2021-01-04 15:46:53','2021-01-04 10:46:53'),
(34671,15721,'action created','2021-01-04 15:46:53','2021-01-04 10:46:53'),
(34672,15721,'action started via WP Cron','2021-01-04 15:48:02','2021-01-04 10:48:02'),
(34673,15721,'action complete via WP Cron','2021-01-04 15:48:02','2021-01-04 10:48:02'),
(34674,15722,'action created','2021-01-04 15:48:02','2021-01-04 10:48:02'),
(34675,15722,'action started via WP Cron','2021-01-04 15:48:13','2021-01-04 10:48:13'),
(34676,15722,'action complete via WP Cron','2021-01-04 15:48:13','2021-01-04 10:48:13'),
(34677,15723,'action created','2021-01-04 15:48:13','2021-01-04 10:48:13'),
(34678,15723,'action started via WP Cron','2021-01-04 15:50:30','2021-01-04 10:50:30'),
(34679,15723,'action complete via WP Cron','2021-01-04 15:50:30','2021-01-04 10:50:30'),
(34680,15724,'action created','2021-01-04 15:50:30','2021-01-04 10:50:30'),
(34681,15724,'action started via WP Cron','2021-01-04 15:52:32','2021-01-04 10:52:32'),
(34682,15724,'action complete via WP Cron','2021-01-04 15:52:32','2021-01-04 10:52:32'),
(34683,15725,'action created','2021-01-04 15:52:32','2021-01-04 10:52:32'),
(34684,15725,'action started via WP Cron','2021-01-04 15:53:31','2021-01-04 10:53:31'),
(34685,15725,'action complete via WP Cron','2021-01-04 15:53:31','2021-01-04 10:53:31'),
(34686,15726,'action created','2021-01-04 15:53:31','2021-01-04 10:53:31'),
(34687,15726,'action started via WP Cron','2021-01-04 15:56:27','2021-01-04 10:56:27'),
(34688,15726,'action complete via WP Cron','2021-01-04 15:56:27','2021-01-04 10:56:27'),
(34689,15727,'action created','2021-01-04 15:56:27','2021-01-04 10:56:27'),
(34690,15727,'action started via WP Cron','2021-01-04 15:57:14','2021-01-04 10:57:14'),
(34691,15727,'action complete via WP Cron','2021-01-04 15:57:14','2021-01-04 10:57:14'),
(34692,15728,'action created','2021-01-04 15:57:14','2021-01-04 10:57:14'),
(34693,15728,'action started via WP Cron','2021-01-04 16:01:00','2021-01-04 11:01:00'),
(34694,15728,'action complete via WP Cron','2021-01-04 16:01:00','2021-01-04 11:01:00'),
(34695,15729,'action created','2021-01-04 16:01:00','2021-01-04 11:01:00'),
(34696,15729,'action started via WP Cron','2021-01-04 16:02:02','2021-01-04 11:02:02'),
(34697,15729,'action complete via WP Cron','2021-01-04 16:02:02','2021-01-04 11:02:02'),
(34698,15730,'action created','2021-01-04 16:02:03','2021-01-04 11:02:03'),
(34699,15730,'action started via WP Cron','2021-01-04 16:02:24','2021-01-04 11:02:24'),
(34700,15730,'action complete via WP Cron','2021-01-04 16:02:24','2021-01-04 11:02:24'),
(34701,15731,'action created','2021-01-04 16:02:24','2021-01-04 11:02:24'),
(34702,15731,'action started via WP Cron','2021-01-04 16:12:40','2021-01-04 11:12:40'),
(34703,15731,'action complete via WP Cron','2021-01-04 16:12:40','2021-01-04 11:12:40'),
(34704,15732,'action created','2021-01-04 16:12:40','2021-01-04 11:12:40'),
(34705,15732,'action started via WP Cron','2021-01-04 16:13:59','2021-01-04 11:13:59'),
(34706,15732,'action complete via WP Cron','2021-01-04 16:13:59','2021-01-04 11:13:59'),
(34707,15733,'action created','2021-01-04 16:13:59','2021-01-04 11:13:59'),
(34708,15733,'action started via WP Cron','2021-01-04 16:15:06','2021-01-04 11:15:06'),
(34709,15733,'action complete via WP Cron','2021-01-04 16:15:06','2021-01-04 11:15:06'),
(34710,15734,'action created','2021-01-04 16:15:06','2021-01-04 11:15:06'),
(34711,15734,'action started via WP Cron','2021-01-04 16:15:53','2021-01-04 11:15:53'),
(34712,15734,'action complete via WP Cron','2021-01-04 16:15:53','2021-01-04 11:15:53'),
(34713,15735,'action created','2021-01-04 16:15:53','2021-01-04 11:15:53'),
(34714,15735,'action started via WP Cron','2021-01-04 16:16:18','2021-01-04 11:16:18'),
(34715,15735,'action complete via WP Cron','2021-01-04 16:16:18','2021-01-04 11:16:18'),
(34716,15736,'action created','2021-01-04 16:16:18','2021-01-04 11:16:18'),
(34717,15736,'action started via WP Cron','2021-01-04 16:19:14','2021-01-04 11:19:14'),
(34718,15736,'action complete via WP Cron','2021-01-04 16:19:14','2021-01-04 11:19:14'),
(34719,15737,'action created','2021-01-04 16:19:14','2021-01-04 11:19:14'),
(34720,15737,'action started via WP Cron','2021-01-04 16:20:47','2021-01-04 11:20:47'),
(34721,15737,'action complete via WP Cron','2021-01-04 16:20:47','2021-01-04 11:20:47'),
(34722,15738,'action created','2021-01-04 16:20:47','2021-01-04 11:20:47'),
(34723,15738,'action started via WP Cron','2021-01-04 16:22:37','2021-01-04 11:22:37'),
(34724,15738,'action complete via WP Cron','2021-01-04 16:22:37','2021-01-04 11:22:37'),
(34725,15739,'action created','2021-01-04 16:22:37','2021-01-04 11:22:37'),
(34726,15739,'action started via WP Cron','2021-01-04 16:23:36','2021-01-04 11:23:36'),
(34727,15739,'action complete via WP Cron','2021-01-04 16:23:37','2021-01-04 11:23:37'),
(34728,15740,'action created','2021-01-04 16:23:37','2021-01-04 11:23:37'),
(34729,15740,'action started via WP Cron','2021-01-04 16:24:13','2021-01-04 11:24:13'),
(34730,15740,'action complete via WP Cron','2021-01-04 16:24:13','2021-01-04 11:24:13'),
(34731,15741,'action created','2021-01-04 16:24:13','2021-01-04 11:24:13'),
(34732,15741,'action started via WP Cron','2021-01-04 16:25:46','2021-01-04 11:25:46'),
(34733,15741,'action complete via WP Cron','2021-01-04 16:25:46','2021-01-04 11:25:46'),
(34734,15742,'action created','2021-01-04 16:25:46','2021-01-04 11:25:46'),
(34735,15742,'action started via WP Cron','2021-01-04 16:26:26','2021-01-04 11:26:26'),
(34736,15742,'action complete via WP Cron','2021-01-04 16:26:26','2021-01-04 11:26:26'),
(34737,15743,'action created','2021-01-04 16:26:27','2021-01-04 11:26:27'),
(34738,15743,'action started via WP Cron','2021-01-04 16:27:21','2021-01-04 11:27:21'),
(34739,15743,'action complete via WP Cron','2021-01-04 16:27:21','2021-01-04 11:27:21'),
(34740,15744,'action created','2021-01-04 16:27:21','2021-01-04 11:27:21'),
(34741,15744,'action started via WP Cron','2021-01-04 16:28:57','2021-01-04 11:28:57'),
(34742,15744,'action complete via WP Cron','2021-01-04 16:28:57','2021-01-04 11:28:57'),
(34743,15745,'action created','2021-01-04 16:28:58','2021-01-04 11:28:58'),
(34744,15745,'action started via WP Cron','2021-01-04 16:29:57','2021-01-04 11:29:57'),
(34745,15745,'action complete via WP Cron','2021-01-04 16:29:57','2021-01-04 11:29:57'),
(34746,15746,'action created','2021-01-04 16:29:58','2021-01-04 11:29:58'),
(34747,15746,'action started via WP Cron','2021-01-04 16:30:38','2021-01-04 11:30:38'),
(34748,15746,'action complete via WP Cron','2021-01-04 16:30:38','2021-01-04 11:30:38'),
(34749,15747,'action created','2021-01-04 16:30:38','2021-01-04 11:30:38'),
(34750,15747,'action started via WP Cron','2021-01-04 16:31:29','2021-01-04 11:31:29'),
(34751,15747,'action complete via WP Cron','2021-01-04 16:31:29','2021-01-04 11:31:29'),
(34752,15748,'action created','2021-01-04 16:31:29','2021-01-04 11:31:29'),
(34753,15748,'action started via WP Cron','2021-01-04 16:32:25','2021-01-04 11:32:25'),
(34754,15748,'action complete via WP Cron','2021-01-04 16:32:25','2021-01-04 11:32:25'),
(34755,15749,'action created','2021-01-04 16:32:25','2021-01-04 11:32:25'),
(34756,15749,'action started via WP Cron','2021-01-04 16:33:50','2021-01-04 11:33:50'),
(34757,15749,'action complete via WP Cron','2021-01-04 16:33:51','2021-01-04 11:33:51'),
(34758,15750,'action created','2021-01-04 16:33:51','2021-01-04 11:33:51'),
(34759,15750,'action started via WP Cron','2021-01-04 16:34:55','2021-01-04 11:34:55'),
(34760,15750,'action complete via WP Cron','2021-01-04 16:34:55','2021-01-04 11:34:55'),
(34761,15751,'action created','2021-01-04 16:34:55','2021-01-04 11:34:55'),
(34762,15751,'action started via WP Cron','2021-01-04 16:35:13','2021-01-04 11:35:13'),
(34763,15751,'action complete via WP Cron','2021-01-04 16:35:13','2021-01-04 11:35:13'),
(34764,15752,'action created','2021-01-04 16:35:13','2021-01-04 11:35:13'),
(34765,15752,'action started via WP Cron','2021-01-04 16:36:17','2021-01-04 11:36:17'),
(34766,15752,'action complete via WP Cron','2021-01-04 16:36:17','2021-01-04 11:36:17'),
(34767,15753,'action created','2021-01-04 16:36:17','2021-01-04 11:36:17'),
(34768,15753,'action started via WP Cron','2021-01-04 16:37:11','2021-01-04 11:37:11'),
(34769,15753,'action complete via WP Cron','2021-01-04 16:37:11','2021-01-04 11:37:11'),
(34770,15754,'action created','2021-01-04 16:37:11','2021-01-04 11:37:11'),
(34771,15754,'action started via WP Cron','2021-01-04 16:38:55','2021-01-04 11:38:55'),
(34772,15754,'action complete via WP Cron','2021-01-04 16:38:55','2021-01-04 11:38:55'),
(34773,15755,'action created','2021-01-04 16:38:55','2021-01-04 11:38:55'),
(34774,15755,'action started via WP Cron','2021-01-04 16:40:22','2021-01-04 11:40:22'),
(34775,15755,'action complete via WP Cron','2021-01-04 16:40:22','2021-01-04 11:40:22'),
(34776,15756,'action created','2021-01-04 16:40:22','2021-01-04 11:40:22'),
(34777,15756,'action started via WP Cron','2021-01-04 16:43:09','2021-01-04 11:43:09'),
(34778,15756,'action complete via WP Cron','2021-01-04 16:43:09','2021-01-04 11:43:09'),
(34779,15757,'action created','2021-01-04 16:43:09','2021-01-04 11:43:09'),
(34780,15757,'action started via WP Cron','2021-01-04 16:45:09','2021-01-04 11:45:09'),
(34781,15757,'action complete via WP Cron','2021-01-04 16:45:09','2021-01-04 11:45:09'),
(34782,15758,'action created','2021-01-04 16:45:09','2021-01-04 11:45:09'),
(34783,15758,'action started via WP Cron','2021-01-04 16:46:35','2021-01-04 11:46:35'),
(34784,15758,'action complete via WP Cron','2021-01-04 16:46:35','2021-01-04 11:46:35'),
(34785,15759,'action created','2021-01-04 16:46:35','2021-01-04 11:46:35'),
(34786,15759,'action started via WP Cron','2021-01-04 16:47:17','2021-01-04 11:47:17'),
(34787,15759,'action complete via WP Cron','2021-01-04 16:47:17','2021-01-04 11:47:17'),
(34788,15760,'action created','2021-01-04 16:47:17','2021-01-04 11:47:17'),
(34789,15760,'action started via WP Cron','2021-01-04 16:48:20','2021-01-04 11:48:20'),
(34790,15760,'action complete via WP Cron','2021-01-04 16:48:20','2021-01-04 11:48:20'),
(34791,15761,'action created','2021-01-04 16:48:20','2021-01-04 11:48:20'),
(34792,15761,'action started via WP Cron','2021-01-04 16:50:59','2021-01-04 11:50:59'),
(34793,15761,'action complete via WP Cron','2021-01-04 16:50:59','2021-01-04 11:50:59'),
(34794,15762,'action created','2021-01-04 16:50:59','2021-01-04 11:50:59'),
(34795,15762,'action started via WP Cron','2021-01-04 16:51:19','2021-01-04 11:51:19'),
(34796,15762,'action complete via WP Cron','2021-01-04 16:51:19','2021-01-04 11:51:19'),
(34797,15763,'action created','2021-01-04 16:51:19','2021-01-04 11:51:19'),
(34798,15763,'action started via WP Cron','2021-01-04 16:52:17','2021-01-04 11:52:17'),
(34799,15763,'action complete via WP Cron','2021-01-04 16:52:17','2021-01-04 11:52:17'),
(34800,15764,'action created','2021-01-04 16:52:17','2021-01-04 11:52:17'),
(34801,15764,'action started via WP Cron','2021-01-04 16:53:31','2021-01-04 11:53:31'),
(34802,15764,'action complete via WP Cron','2021-01-04 16:53:31','2021-01-04 11:53:31'),
(34803,15765,'action created','2021-01-04 16:53:31','2021-01-04 11:53:31'),
(34804,15765,'action started via WP Cron','2021-01-04 16:55:21','2021-01-04 11:55:21'),
(34805,15765,'action complete via WP Cron','2021-01-04 16:55:21','2021-01-04 11:55:21'),
(34806,15766,'action created','2021-01-04 16:55:21','2021-01-04 11:55:21'),
(34807,15766,'action started via WP Cron','2021-01-04 16:56:13','2021-01-04 11:56:13'),
(34808,15766,'action complete via WP Cron','2021-01-04 16:56:13','2021-01-04 11:56:13'),
(34809,15767,'action created','2021-01-04 16:56:13','2021-01-04 11:56:13'),
(34810,15767,'action started via WP Cron','2021-01-04 16:57:11','2021-01-04 11:57:11'),
(34811,15767,'action complete via WP Cron','2021-01-04 16:57:11','2021-01-04 11:57:11'),
(34812,15768,'action created','2021-01-04 16:57:12','2021-01-04 11:57:12'),
(34813,15768,'action started via WP Cron','2021-01-04 16:59:21','2021-01-04 11:59:21'),
(34814,15768,'action complete via WP Cron','2021-01-04 16:59:21','2021-01-04 11:59:21'),
(34815,15769,'action created','2021-01-04 16:59:21','2021-01-04 11:59:21'),
(34816,15769,'action started via WP Cron','2021-01-04 17:00:44','2021-01-04 12:00:44'),
(34817,15769,'action complete via WP Cron','2021-01-04 17:00:44','2021-01-04 12:00:44'),
(34818,15770,'action created','2021-01-04 17:00:44','2021-01-04 12:00:44'),
(34819,15770,'action started via WP Cron','2021-01-04 17:01:44','2021-01-04 12:01:44'),
(34820,15770,'action complete via WP Cron','2021-01-04 17:01:44','2021-01-04 12:01:44'),
(34821,15771,'action created','2021-01-04 17:01:44','2021-01-04 12:01:44'),
(34822,15771,'action started via WP Cron','2021-01-04 17:02:27','2021-01-04 12:02:27'),
(34823,15771,'action complete via WP Cron','2021-01-04 17:02:27','2021-01-04 12:02:27'),
(34824,15772,'action created','2021-01-04 17:02:28','2021-01-04 12:02:28'),
(34825,15772,'action started via WP Cron','2021-01-04 17:05:19','2021-01-04 12:05:19'),
(34826,15772,'action complete via WP Cron','2021-01-04 17:05:19','2021-01-04 12:05:19'),
(34827,15773,'action created','2021-01-04 17:05:19','2021-01-04 12:05:19'),
(34828,15773,'action started via WP Cron','2021-01-04 17:06:41','2021-01-04 12:06:41'),
(34829,15773,'action complete via WP Cron','2021-01-04 17:06:42','2021-01-04 12:06:42'),
(34830,15774,'action created','2021-01-04 17:06:42','2021-01-04 12:06:42'),
(34831,15774,'action started via WP Cron','2021-01-04 17:09:08','2021-01-04 12:09:08'),
(34832,15774,'action complete via WP Cron','2021-01-04 17:09:09','2021-01-04 12:09:09'),
(34833,15775,'action created','2021-01-04 17:09:09','2021-01-04 12:09:09'),
(34834,15775,'action started via WP Cron','2021-01-04 17:09:36','2021-01-04 12:09:36'),
(34835,15775,'action complete via WP Cron','2021-01-04 17:09:36','2021-01-04 12:09:36'),
(34836,15776,'action created','2021-01-04 17:09:36','2021-01-04 12:09:36'),
(34837,15776,'action started via WP Cron','2021-01-04 17:12:27','2021-01-04 12:12:27'),
(34838,15776,'action complete via WP Cron','2021-01-04 17:12:27','2021-01-04 12:12:27'),
(34839,15777,'action created','2021-01-04 17:12:27','2021-01-04 12:12:27'),
(34840,15777,'action started via WP Cron','2021-01-04 17:13:16','2021-01-04 12:13:16'),
(34841,15777,'action complete via WP Cron','2021-01-04 17:13:16','2021-01-04 12:13:16'),
(34842,15778,'action created','2021-01-04 17:13:16','2021-01-04 12:13:16'),
(34843,15778,'action started via Async Request','2021-01-04 17:13:32','2021-01-04 12:13:32'),
(34844,15778,'action complete via Async Request','2021-01-04 17:13:32','2021-01-04 12:13:32'),
(34845,15779,'action created','2021-01-04 17:13:34','2021-01-04 12:13:34'),
(34846,15779,'action started via WP Cron','2021-01-04 17:14:11','2021-01-04 12:14:11'),
(34847,15779,'action complete via WP Cron','2021-01-04 17:14:11','2021-01-04 12:14:11'),
(34848,15780,'action created','2021-01-04 17:14:11','2021-01-04 12:14:11'),
(34849,15780,'action started via WP Cron','2021-01-04 17:15:23','2021-01-04 12:15:23'),
(34850,15780,'action complete via WP Cron','2021-01-04 17:15:23','2021-01-04 12:15:23'),
(34851,15781,'action created','2021-01-04 17:15:23','2021-01-04 12:15:23'),
(34852,15781,'action started via WP Cron','2021-01-04 17:16:22','2021-01-04 12:16:22'),
(34853,15781,'action complete via WP Cron','2021-01-04 17:16:22','2021-01-04 12:16:22'),
(34854,15782,'action created','2021-01-04 17:16:22','2021-01-04 12:16:22'),
(34855,15782,'action started via WP Cron','2021-01-04 17:17:41','2021-01-04 12:17:41'),
(34856,15782,'action complete via WP Cron','2021-01-04 17:17:41','2021-01-04 12:17:41'),
(34857,15783,'action created','2021-01-04 17:17:41','2021-01-04 12:17:41'),
(34858,15783,'action started via WP Cron','2021-01-04 17:19:07','2021-01-04 12:19:07'),
(34859,15783,'action complete via WP Cron','2021-01-04 17:19:07','2021-01-04 12:19:07'),
(34860,15784,'action created','2021-01-04 17:19:07','2021-01-04 12:19:07'),
(34861,15784,'action started via WP Cron','2021-01-04 17:20:06','2021-01-04 12:20:06'),
(34862,15784,'action complete via WP Cron','2021-01-04 17:20:06','2021-01-04 12:20:06'),
(34863,15785,'action created','2021-01-04 17:20:06','2021-01-04 12:20:06'),
(34864,15785,'action started via WP Cron','2021-01-04 17:21:02','2021-01-04 12:21:02'),
(34865,15785,'action complete via WP Cron','2021-01-04 17:21:02','2021-01-04 12:21:02'),
(34866,15786,'action created','2021-01-04 17:25:16','2021-01-04 12:25:16'),
(34867,15786,'action started via WP Cron','2021-01-04 17:26:47','2021-01-04 12:26:47'),
(34868,15786,'action complete via WP Cron','2021-01-04 17:26:47','2021-01-04 12:26:47'),
(34869,15787,'action created','2021-01-04 17:26:47','2021-01-04 12:26:47'),
(34870,15787,'action started via WP Cron','2021-01-04 17:29:53','2021-01-04 12:29:53'),
(34871,15787,'action complete via WP Cron','2021-01-04 17:29:53','2021-01-04 12:29:53'),
(34872,15788,'action created','2021-01-04 17:29:53','2021-01-04 12:29:53'),
(34873,15788,'action started via WP Cron','2021-01-04 17:30:32','2021-01-04 12:30:32'),
(34874,15788,'action complete via WP Cron','2021-01-04 17:30:32','2021-01-04 12:30:32'),
(34875,15789,'action created','2021-01-04 17:30:33','2021-01-04 12:30:33'),
(34876,15789,'action started via WP Cron','2021-01-04 17:34:12','2021-01-04 12:34:12'),
(34877,15789,'action complete via WP Cron','2021-01-04 17:34:12','2021-01-04 12:34:12'),
(34878,15790,'action created','2021-01-04 17:34:12','2021-01-04 12:34:12'),
(34879,15790,'action started via WP Cron','2021-01-04 17:35:38','2021-01-04 12:35:38'),
(34880,15790,'action complete via WP Cron','2021-01-04 17:35:38','2021-01-04 12:35:38'),
(34881,15791,'action created','2021-01-04 17:35:38','2021-01-04 12:35:38'),
(34882,15791,'action started via WP Cron','2021-01-04 17:37:31','2021-01-04 12:37:31'),
(34883,15791,'action complete via WP Cron','2021-01-04 17:37:31','2021-01-04 12:37:31'),
(34884,15792,'action created','2021-01-04 17:37:31','2021-01-04 12:37:31'),
(34885,15792,'action started via WP Cron','2021-01-04 17:40:22','2021-01-04 12:40:22'),
(34886,15792,'action complete via WP Cron','2021-01-04 17:40:22','2021-01-04 12:40:22'),
(34887,15793,'action created','2021-01-04 17:40:22','2021-01-04 12:40:22'),
(34888,15793,'action started via WP Cron','2021-01-04 17:41:18','2021-01-04 12:41:18'),
(34889,15793,'action complete via WP Cron','2021-01-04 17:41:18','2021-01-04 12:41:18'),
(34890,15794,'action created','2021-01-04 17:41:18','2021-01-04 12:41:18'),
(34891,15794,'action started via WP Cron','2021-01-04 17:42:26','2021-01-04 12:42:26'),
(34892,15794,'action complete via WP Cron','2021-01-04 17:42:26','2021-01-04 12:42:26'),
(34893,15795,'action created','2021-01-04 17:42:26','2021-01-04 12:42:26'),
(34894,15795,'action started via WP Cron','2021-01-04 17:44:13','2021-01-04 12:44:13'),
(34895,15795,'action complete via WP Cron','2021-01-04 17:44:13','2021-01-04 12:44:13'),
(34896,15796,'action created','2021-01-04 17:44:13','2021-01-04 12:44:13'),
(34897,15796,'action started via WP Cron','2021-01-04 17:45:53','2021-01-04 12:45:53'),
(34898,15796,'action complete via WP Cron','2021-01-04 17:45:53','2021-01-04 12:45:53'),
(34899,15797,'action created','2021-01-04 17:45:53','2021-01-04 12:45:53'),
(34900,15797,'action started via WP Cron','2021-01-04 17:46:32','2021-01-04 12:46:32'),
(34901,15797,'action complete via WP Cron','2021-01-04 17:46:32','2021-01-04 12:46:32'),
(34902,15798,'action created','2021-01-04 17:46:32','2021-01-04 12:46:32'),
(34903,15798,'action started via WP Cron','2021-01-04 17:48:54','2021-01-04 12:48:54'),
(34904,15798,'action complete via WP Cron','2021-01-04 17:48:54','2021-01-04 12:48:54'),
(34905,15799,'action created','2021-01-04 17:48:54','2021-01-04 12:48:54'),
(34906,15799,'action started via WP Cron','2021-01-04 17:49:40','2021-01-04 12:49:40'),
(34907,15799,'action complete via WP Cron','2021-01-04 17:49:40','2021-01-04 12:49:40'),
(34908,15800,'action created','2021-01-04 17:49:40','2021-01-04 12:49:40'),
(34909,15800,'action started via WP Cron','2021-01-04 17:50:27','2021-01-04 12:50:27'),
(34910,15800,'action complete via WP Cron','2021-01-04 17:50:27','2021-01-04 12:50:27'),
(34911,15801,'action created','2021-01-04 17:50:27','2021-01-04 12:50:27'),
(34912,15801,'action started via WP Cron','2021-01-04 17:52:41','2021-01-04 12:52:41'),
(34913,15801,'action complete via WP Cron','2021-01-04 17:52:41','2021-01-04 12:52:41'),
(34914,15802,'action created','2021-01-04 17:52:41','2021-01-04 12:52:41'),
(34915,15802,'action started via WP Cron','2021-01-04 17:54:18','2021-01-04 12:54:18'),
(34916,15802,'action complete via WP Cron','2021-01-04 17:54:18','2021-01-04 12:54:18'),
(34917,15803,'action created','2021-01-04 17:54:18','2021-01-04 12:54:18'),
(34918,15803,'action started via WP Cron','2021-01-04 17:55:37','2021-01-04 12:55:37'),
(34919,15803,'action complete via WP Cron','2021-01-04 17:55:37','2021-01-04 12:55:37'),
(34920,15804,'action created','2021-01-04 17:55:37','2021-01-04 12:55:37'),
(34921,15804,'action started via WP Cron','2021-01-04 17:56:40','2021-01-04 12:56:40'),
(34922,15804,'action complete via WP Cron','2021-01-04 17:56:40','2021-01-04 12:56:40'),
(34923,15805,'action created','2021-01-04 17:56:41','2021-01-04 12:56:41'),
(34924,15805,'action started via WP Cron','2021-01-04 17:57:33','2021-01-04 12:57:33'),
(34925,15805,'action complete via WP Cron','2021-01-04 17:57:33','2021-01-04 12:57:33'),
(34926,15806,'action created','2021-01-04 17:57:33','2021-01-04 12:57:33'),
(34927,15806,'action started via WP Cron','2021-01-04 17:59:25','2021-01-04 12:59:25'),
(34928,15806,'action complete via WP Cron','2021-01-04 17:59:25','2021-01-04 12:59:25'),
(34929,15807,'action created','2021-01-04 17:59:25','2021-01-04 12:59:25'),
(34930,15807,'action started via WP Cron','2021-01-04 18:02:38','2021-01-04 13:02:38'),
(34931,15807,'action complete via WP Cron','2021-01-04 18:02:38','2021-01-04 13:02:38'),
(34932,15808,'action created','2021-01-04 18:02:38','2021-01-04 13:02:38'),
(34933,15808,'action started via WP Cron','2021-01-04 18:03:14','2021-01-04 13:03:14'),
(34934,15808,'action complete via WP Cron','2021-01-04 18:03:14','2021-01-04 13:03:14'),
(34935,15809,'action created','2021-01-04 18:03:14','2021-01-04 13:03:14'),
(34936,15809,'action started via WP Cron','2021-01-04 18:04:22','2021-01-04 13:04:22'),
(34937,15809,'action complete via WP Cron','2021-01-04 18:04:22','2021-01-04 13:04:22'),
(34938,15810,'action created','2021-01-04 18:04:22','2021-01-04 13:04:22'),
(34939,15810,'action started via WP Cron','2021-01-04 18:05:13','2021-01-04 13:05:13'),
(34940,15810,'action complete via WP Cron','2021-01-04 18:05:13','2021-01-04 13:05:13'),
(34941,15811,'action created','2021-01-04 18:05:13','2021-01-04 13:05:13'),
(34942,15811,'action started via WP Cron','2021-01-04 18:06:15','2021-01-04 13:06:15'),
(34943,15811,'action complete via WP Cron','2021-01-04 18:06:15','2021-01-04 13:06:15'),
(34944,15812,'action created','2021-01-04 18:06:15','2021-01-04 13:06:15'),
(34945,15812,'action started via WP Cron','2021-01-04 18:07:45','2021-01-04 13:07:45'),
(34946,15812,'action complete via WP Cron','2021-01-04 18:07:45','2021-01-04 13:07:45'),
(34947,15813,'action created','2021-01-04 18:07:45','2021-01-04 13:07:45'),
(34948,15813,'action started via WP Cron','2021-01-04 18:09:15','2021-01-04 13:09:15'),
(34949,15813,'action complete via WP Cron','2021-01-04 18:09:15','2021-01-04 13:09:15'),
(34950,15814,'action created','2021-01-04 18:09:15','2021-01-04 13:09:15'),
(34951,15814,'action started via WP Cron','2021-01-04 18:10:16','2021-01-04 13:10:16'),
(34952,15814,'action complete via WP Cron','2021-01-04 18:10:16','2021-01-04 13:10:16'),
(34953,15815,'action created','2021-01-04 18:10:16','2021-01-04 13:10:16'),
(34954,15815,'action started via WP Cron','2021-01-04 18:11:21','2021-01-04 13:11:21'),
(34955,15815,'action complete via WP Cron','2021-01-04 18:11:21','2021-01-04 13:11:21'),
(34956,15816,'action created','2021-01-04 18:11:21','2021-01-04 13:11:21'),
(34957,15816,'action started via WP Cron','2021-01-04 18:12:15','2021-01-04 13:12:15'),
(34958,15816,'action complete via WP Cron','2021-01-04 18:12:15','2021-01-04 13:12:15'),
(34959,15817,'action created','2021-01-04 18:12:15','2021-01-04 13:12:15'),
(34960,15817,'action started via WP Cron','2021-01-04 18:13:25','2021-01-04 13:13:25'),
(34961,15817,'action complete via WP Cron','2021-01-04 18:13:25','2021-01-04 13:13:25'),
(34962,15818,'action created','2021-01-04 18:13:25','2021-01-04 13:13:25'),
(34963,15818,'action started via WP Cron','2021-01-04 18:14:42','2021-01-04 13:14:42'),
(34964,15818,'action complete via WP Cron','2021-01-04 18:14:42','2021-01-04 13:14:42'),
(34965,15819,'action created','2021-01-04 18:14:42','2021-01-04 13:14:42'),
(34966,15819,'action started via WP Cron','2021-01-04 18:16:48','2021-01-04 13:16:48'),
(34967,15819,'action complete via WP Cron','2021-01-04 18:16:48','2021-01-04 13:16:48'),
(34968,15820,'action created','2021-01-04 18:16:48','2021-01-04 13:16:48'),
(34969,15820,'action started via WP Cron','2021-01-04 18:18:06','2021-01-04 13:18:06'),
(34970,15820,'action complete via WP Cron','2021-01-04 18:18:06','2021-01-04 13:18:06'),
(34971,15821,'action created','2021-01-04 18:18:06','2021-01-04 13:18:06'),
(34972,15821,'action started via WP Cron','2021-01-04 18:20:48','2021-01-04 13:20:48'),
(34973,15821,'action complete via WP Cron','2021-01-04 18:20:48','2021-01-04 13:20:48'),
(34974,15822,'action created','2021-01-04 18:20:48','2021-01-04 13:20:48'),
(34975,15822,'action started via WP Cron','2021-01-04 18:21:47','2021-01-04 13:21:47'),
(34976,15822,'action complete via WP Cron','2021-01-04 18:21:47','2021-01-04 13:21:47'),
(34977,15823,'action created','2021-01-04 18:21:48','2021-01-04 13:21:48'),
(34978,15823,'action started via WP Cron','2021-01-04 18:24:14','2021-01-04 13:24:14'),
(34979,15823,'action complete via WP Cron','2021-01-04 18:24:14','2021-01-04 13:24:14'),
(34980,15824,'action created','2021-01-04 18:24:14','2021-01-04 13:24:14'),
(34981,15824,'action started via WP Cron','2021-01-04 18:28:54','2021-01-04 13:28:54'),
(34982,15824,'action complete via WP Cron','2021-01-04 18:28:54','2021-01-04 13:28:54'),
(34983,15825,'action created','2021-01-04 18:28:54','2021-01-04 13:28:54'),
(34984,15825,'action started via WP Cron','2021-01-04 18:29:39','2021-01-04 13:29:39'),
(34985,15825,'action complete via WP Cron','2021-01-04 18:29:39','2021-01-04 13:29:39'),
(34986,15826,'action created','2021-01-04 18:29:39','2021-01-04 13:29:39'),
(34987,15826,'action started via WP Cron','2021-01-04 18:30:11','2021-01-04 13:30:11'),
(34988,15826,'action complete via WP Cron','2021-01-04 18:30:11','2021-01-04 13:30:11'),
(34989,15827,'action created','2021-01-04 18:30:11','2021-01-04 13:30:11'),
(34990,15827,'action started via WP Cron','2021-01-04 18:32:25','2021-01-04 13:32:25'),
(34991,15827,'action complete via WP Cron','2021-01-04 18:32:25','2021-01-04 13:32:25'),
(34992,15828,'action created','2021-01-04 18:32:25','2021-01-04 13:32:25'),
(34993,15828,'action started via WP Cron','2021-01-04 18:35:44','2021-01-04 13:35:44'),
(34994,15828,'action complete via WP Cron','2021-01-04 18:35:44','2021-01-04 13:35:44'),
(34995,15829,'action created','2021-01-04 18:35:44','2021-01-04 13:35:44'),
(34996,15829,'action started via WP Cron','2021-01-04 18:37:26','2021-01-04 13:37:26'),
(34997,15829,'action complete via WP Cron','2021-01-04 18:37:26','2021-01-04 13:37:26'),
(34998,15830,'action created','2021-01-04 18:37:26','2021-01-04 13:37:26'),
(34999,15830,'action started via WP Cron','2021-01-04 18:38:46','2021-01-04 13:38:46'),
(35000,15830,'action complete via WP Cron','2021-01-04 18:38:46','2021-01-04 13:38:46'),
(35001,15831,'action created','2021-01-04 18:38:46','2021-01-04 13:38:46'),
(35002,15831,'action started via WP Cron','2021-01-04 18:39:39','2021-01-04 13:39:39'),
(35003,15831,'action complete via WP Cron','2021-01-04 18:39:39','2021-01-04 13:39:39'),
(35004,15832,'action created','2021-01-04 18:39:39','2021-01-04 13:39:39'),
(35005,15832,'action started via WP Cron','2021-01-04 18:42:09','2021-01-04 13:42:09'),
(35006,15832,'action complete via WP Cron','2021-01-04 18:42:09','2021-01-04 13:42:09'),
(35007,15833,'action created','2021-01-04 18:42:09','2021-01-04 13:42:09'),
(35008,15833,'action started via WP Cron','2021-01-04 18:42:43','2021-01-04 13:42:43'),
(35009,15833,'action complete via WP Cron','2021-01-04 18:42:43','2021-01-04 13:42:43'),
(35010,15834,'action created','2021-01-04 18:42:43','2021-01-04 13:42:43'),
(35011,15834,'action started via WP Cron','2021-01-04 18:43:20','2021-01-04 13:43:20'),
(35012,15834,'action complete via WP Cron','2021-01-04 18:43:20','2021-01-04 13:43:20'),
(35013,15835,'action created','2021-01-04 18:43:20','2021-01-04 13:43:20'),
(35014,15835,'action started via WP Cron','2021-01-04 18:45:05','2021-01-04 13:45:05'),
(35015,15835,'action complete via WP Cron','2021-01-04 18:45:05','2021-01-04 13:45:05'),
(35016,15836,'action created','2021-01-04 18:45:05','2021-01-04 13:45:05'),
(35017,15836,'action started via WP Cron','2021-01-04 18:47:27','2021-01-04 13:47:27'),
(35018,15836,'action complete via WP Cron','2021-01-04 18:47:27','2021-01-04 13:47:27'),
(35019,15837,'action created','2021-01-04 18:47:27','2021-01-04 13:47:27'),
(35020,15837,'action started via WP Cron','2021-01-04 18:48:22','2021-01-04 13:48:22'),
(35021,15837,'action complete via WP Cron','2021-01-04 18:48:22','2021-01-04 13:48:22'),
(35022,15838,'action created','2021-01-04 18:48:22','2021-01-04 13:48:22'),
(35023,15838,'action started via WP Cron','2021-01-04 18:49:18','2021-01-04 13:49:18'),
(35024,15838,'action complete via WP Cron','2021-01-04 18:49:18','2021-01-04 13:49:18'),
(35025,15839,'action created','2021-01-04 18:49:18','2021-01-04 13:49:18'),
(35026,15839,'action started via WP Cron','2021-01-04 18:51:35','2021-01-04 13:51:35'),
(35027,15839,'action complete via WP Cron','2021-01-04 18:51:35','2021-01-04 13:51:35'),
(35028,15840,'action created','2021-01-04 18:51:35','2021-01-04 13:51:35'),
(35029,15840,'action started via WP Cron','2021-01-04 18:52:35','2021-01-04 13:52:35'),
(35030,15840,'action complete via WP Cron','2021-01-04 18:52:35','2021-01-04 13:52:35'),
(35031,15841,'action created','2021-01-04 18:52:35','2021-01-04 13:52:35'),
(35032,15841,'action started via WP Cron','2021-01-04 18:53:45','2021-01-04 13:53:45'),
(35033,15841,'action complete via WP Cron','2021-01-04 18:53:45','2021-01-04 13:53:45'),
(35034,15842,'action created','2021-01-04 18:53:45','2021-01-04 13:53:45'),
(35035,15842,'action started via WP Cron','2021-01-04 18:59:39','2021-01-04 13:59:39'),
(35036,15842,'action complete via WP Cron','2021-01-04 18:59:39','2021-01-04 13:59:39'),
(35037,15843,'action created','2021-01-04 18:59:39','2021-01-04 13:59:39'),
(35038,15843,'action started via WP Cron','2021-01-04 19:05:03','2021-01-04 14:05:03'),
(35039,15843,'action complete via WP Cron','2021-01-04 19:05:03','2021-01-04 14:05:03'),
(35040,15844,'action created','2021-01-04 19:05:04','2021-01-04 14:05:04'),
(35041,15844,'action started via WP Cron','2021-01-04 19:05:49','2021-01-04 14:05:49'),
(35042,15844,'action complete via WP Cron','2021-01-04 19:05:49','2021-01-04 14:05:49'),
(35043,15845,'action created','2021-01-04 19:05:49','2021-01-04 14:05:49'),
(35044,15845,'action started via WP Cron','2021-01-04 19:08:03','2021-01-04 14:08:03'),
(35045,15845,'action complete via WP Cron','2021-01-04 19:08:03','2021-01-04 14:08:03'),
(35046,15846,'action created','2021-01-04 19:08:03','2021-01-04 14:08:03'),
(35047,15846,'action started via WP Cron','2021-01-04 19:09:32','2021-01-04 14:09:32'),
(35048,15846,'action complete via WP Cron','2021-01-04 19:09:32','2021-01-04 14:09:32'),
(35049,15847,'action created','2021-01-04 19:09:32','2021-01-04 14:09:32'),
(35050,15847,'action started via WP Cron','2021-01-04 19:10:11','2021-01-04 14:10:11'),
(35051,15847,'action complete via WP Cron','2021-01-04 19:10:11','2021-01-04 14:10:11'),
(35052,15848,'action created','2021-01-04 19:10:11','2021-01-04 14:10:11'),
(35053,15848,'action started via WP Cron','2021-01-04 19:11:31','2021-01-04 14:11:31'),
(35054,15848,'action complete via WP Cron','2021-01-04 19:11:31','2021-01-04 14:11:31'),
(35055,15849,'action created','2021-01-04 19:11:31','2021-01-04 14:11:31'),
(35056,15849,'action started via WP Cron','2021-01-04 19:14:24','2021-01-04 14:14:24'),
(35057,15849,'action complete via WP Cron','2021-01-04 19:14:24','2021-01-04 14:14:24'),
(35058,15850,'action created','2021-01-04 19:14:24','2021-01-04 14:14:24'),
(35059,15850,'action started via WP Cron','2021-01-04 19:15:46','2021-01-04 14:15:46'),
(35060,15850,'action complete via WP Cron','2021-01-04 19:15:46','2021-01-04 14:15:46'),
(35061,15851,'action created','2021-01-04 19:15:46','2021-01-04 14:15:46'),
(35062,15851,'action started via WP Cron','2021-01-04 19:16:16','2021-01-04 14:16:16'),
(35063,15851,'action complete via WP Cron','2021-01-04 19:16:16','2021-01-04 14:16:16'),
(35064,15852,'action created','2021-01-04 19:16:16','2021-01-04 14:16:16'),
(35065,15852,'action started via WP Cron','2021-01-04 19:17:20','2021-01-04 14:17:20'),
(35066,15852,'action complete via WP Cron','2021-01-04 19:17:20','2021-01-04 14:17:20'),
(35067,15853,'action created','2021-01-04 19:17:20','2021-01-04 14:17:20'),
(35068,15853,'action started via WP Cron','2021-01-04 19:18:47','2021-01-04 14:18:47'),
(35069,15853,'action complete via WP Cron','2021-01-04 19:18:47','2021-01-04 14:18:47'),
(35070,15854,'action created','2021-01-04 19:18:47','2021-01-04 14:18:47'),
(35071,15854,'action started via WP Cron','2021-01-04 19:21:53','2021-01-04 14:21:53'),
(35072,15854,'action complete via WP Cron','2021-01-04 19:21:53','2021-01-04 14:21:53'),
(35073,15855,'action created','2021-01-04 19:21:53','2021-01-04 14:21:53'),
(35074,15855,'action started via WP Cron','2021-01-04 19:22:20','2021-01-04 14:22:20'),
(35075,15855,'action complete via WP Cron','2021-01-04 19:22:20','2021-01-04 14:22:20'),
(35076,15856,'action created','2021-01-04 19:22:20','2021-01-04 14:22:20'),
(35077,15856,'action started via WP Cron','2021-01-04 19:23:36','2021-01-04 14:23:36'),
(35078,15856,'action complete via WP Cron','2021-01-04 19:23:36','2021-01-04 14:23:36'),
(35079,15857,'action created','2021-01-04 19:23:36','2021-01-04 14:23:36'),
(35080,15857,'action started via WP Cron','2021-01-04 19:24:34','2021-01-04 14:24:34'),
(35081,15857,'action complete via WP Cron','2021-01-04 19:24:34','2021-01-04 14:24:34'),
(35082,15858,'action created','2021-01-04 19:24:34','2021-01-04 14:24:34'),
(35083,15858,'action started via WP Cron','2021-01-04 19:29:15','2021-01-04 14:29:15'),
(35084,15858,'action complete via WP Cron','2021-01-04 19:29:15','2021-01-04 14:29:15'),
(35085,15859,'action created','2021-01-04 19:29:15','2021-01-04 14:29:15'),
(35086,15859,'action started via WP Cron','2021-01-04 19:30:12','2021-01-04 14:30:12'),
(35087,15859,'action complete via WP Cron','2021-01-04 19:30:12','2021-01-04 14:30:12'),
(35088,15860,'action created','2021-01-04 19:30:12','2021-01-04 14:30:12'),
(35089,15860,'action started via WP Cron','2021-01-04 19:31:59','2021-01-04 14:31:59'),
(35090,15860,'action complete via WP Cron','2021-01-04 19:31:59','2021-01-04 14:31:59'),
(35091,15861,'action created','2021-01-04 19:31:59','2021-01-04 14:31:59'),
(35092,15861,'action started via WP Cron','2021-01-04 19:32:20','2021-01-04 14:32:20'),
(35093,15861,'action complete via WP Cron','2021-01-04 19:32:20','2021-01-04 14:32:20'),
(35094,15862,'action created','2021-01-04 19:32:20','2021-01-04 14:32:20'),
(35095,15862,'action started via WP Cron','2021-01-04 19:33:48','2021-01-04 14:33:48'),
(35096,15862,'action complete via WP Cron','2021-01-04 19:33:48','2021-01-04 14:33:48'),
(35097,15863,'action created','2021-01-04 19:33:48','2021-01-04 14:33:48'),
(35098,15863,'action started via WP Cron','2021-01-04 19:35:24','2021-01-04 14:35:24'),
(35099,15863,'action complete via WP Cron','2021-01-04 19:35:24','2021-01-04 14:35:24'),
(35100,15864,'action created','2021-01-04 19:35:24','2021-01-04 14:35:24'),
(35101,15864,'action started via WP Cron','2021-01-04 19:36:24','2021-01-04 14:36:24'),
(35102,15864,'action complete via WP Cron','2021-01-04 19:36:24','2021-01-04 14:36:24'),
(35103,15865,'action created','2021-01-04 19:36:24','2021-01-04 14:36:24'),
(35104,15865,'action started via WP Cron','2021-01-04 19:37:46','2021-01-04 14:37:46'),
(35105,15865,'action complete via WP Cron','2021-01-04 19:37:46','2021-01-04 14:37:46'),
(35106,15866,'action created','2021-01-04 19:37:46','2021-01-04 14:37:46'),
(35107,15866,'action started via WP Cron','2021-01-04 19:38:22','2021-01-04 14:38:22'),
(35108,15866,'action complete via WP Cron','2021-01-04 19:38:22','2021-01-04 14:38:22'),
(35109,15867,'action created','2021-01-04 19:38:22','2021-01-04 14:38:22'),
(35110,15867,'action started via WP Cron','2021-01-04 19:40:03','2021-01-04 14:40:03'),
(35111,15867,'action complete via WP Cron','2021-01-04 19:40:03','2021-01-04 14:40:03'),
(35112,15868,'action created','2021-01-04 19:40:03','2021-01-04 14:40:03'),
(35113,15868,'action started via WP Cron','2021-01-04 19:40:16','2021-01-04 14:40:16'),
(35114,15868,'action complete via WP Cron','2021-01-04 19:40:16','2021-01-04 14:40:16'),
(35115,15869,'action created','2021-01-04 19:40:16','2021-01-04 14:40:16'),
(35116,15869,'action started via WP Cron','2021-01-04 19:41:18','2021-01-04 14:41:18'),
(35117,15869,'action complete via WP Cron','2021-01-04 19:41:18','2021-01-04 14:41:18'),
(35118,15870,'action created','2021-01-04 19:41:18','2021-01-04 14:41:18'),
(35119,15870,'action started via WP Cron','2021-01-04 19:43:38','2021-01-04 14:43:38'),
(35120,15870,'action complete via WP Cron','2021-01-04 19:43:38','2021-01-04 14:43:38'),
(35121,15871,'action created','2021-01-04 19:43:38','2021-01-04 14:43:38'),
(35122,15871,'action started via WP Cron','2021-01-04 19:44:15','2021-01-04 14:44:15'),
(35123,15871,'action complete via WP Cron','2021-01-04 19:44:15','2021-01-04 14:44:15'),
(35124,15872,'action created','2021-01-04 19:44:15','2021-01-04 14:44:15'),
(35125,15872,'action started via WP Cron','2021-01-04 19:46:24','2021-01-04 14:46:24'),
(35126,15872,'action complete via WP Cron','2021-01-04 19:46:24','2021-01-04 14:46:24'),
(35127,15873,'action created','2021-01-04 19:46:24','2021-01-04 14:46:24'),
(35128,15873,'action started via WP Cron','2021-01-04 19:48:01','2021-01-04 14:48:01'),
(35129,15873,'action complete via WP Cron','2021-01-04 19:48:01','2021-01-04 14:48:01'),
(35130,15874,'action created','2021-01-04 19:48:01','2021-01-04 14:48:01'),
(35131,15874,'action started via WP Cron','2021-01-04 19:48:16','2021-01-04 14:48:16'),
(35132,15874,'action complete via WP Cron','2021-01-04 19:48:16','2021-01-04 14:48:16'),
(35133,15875,'action created','2021-01-04 19:48:16','2021-01-04 14:48:16'),
(35134,15875,'action started via WP Cron','2021-01-04 19:55:42','2021-01-04 14:55:42'),
(35135,15875,'action complete via WP Cron','2021-01-04 19:55:42','2021-01-04 14:55:42'),
(35136,15876,'action created','2021-01-04 19:55:42','2021-01-04 14:55:42'),
(35137,15876,'action started via WP Cron','2021-01-04 19:57:28','2021-01-04 14:57:28'),
(35138,15876,'action complete via WP Cron','2021-01-04 19:57:28','2021-01-04 14:57:28'),
(35139,15877,'action created','2021-01-04 19:57:28','2021-01-04 14:57:28'),
(35140,15877,'action started via WP Cron','2021-01-04 19:58:35','2021-01-04 14:58:35'),
(35141,15877,'action complete via WP Cron','2021-01-04 19:58:35','2021-01-04 14:58:35'),
(35142,15878,'action created','2021-01-04 19:58:35','2021-01-04 14:58:35'),
(35143,15878,'action started via WP Cron','2021-01-04 20:01:19','2021-01-04 15:01:19'),
(35144,15878,'action complete via WP Cron','2021-01-04 20:01:19','2021-01-04 15:01:19'),
(35145,15879,'action created','2021-01-04 20:01:19','2021-01-04 15:01:19'),
(35146,15879,'action started via WP Cron','2021-01-04 20:02:20','2021-01-04 15:02:20'),
(35147,15879,'action complete via WP Cron','2021-01-04 20:02:20','2021-01-04 15:02:20'),
(35148,15880,'action created','2021-01-04 20:02:20','2021-01-04 15:02:20'),
(35149,15880,'action started via WP Cron','2021-01-04 20:03:15','2021-01-04 15:03:15'),
(35150,15880,'action complete via WP Cron','2021-01-04 20:03:15','2021-01-04 15:03:15'),
(35151,15881,'action created','2021-01-04 20:03:17','2021-01-04 15:03:17'),
(35152,15881,'action started via WP Cron','2021-01-04 20:04:32','2021-01-04 15:04:32'),
(35153,15881,'action complete via WP Cron','2021-01-04 20:04:32','2021-01-04 15:04:32'),
(35154,15882,'action created','2021-01-04 20:04:32','2021-01-04 15:04:32'),
(35155,15882,'action started via WP Cron','2021-01-04 20:05:15','2021-01-04 15:05:15'),
(35156,15882,'action complete via WP Cron','2021-01-04 20:05:15','2021-01-04 15:05:15'),
(35157,15883,'action created','2021-01-04 20:05:15','2021-01-04 15:05:15'),
(35158,15883,'action started via WP Cron','2021-01-04 20:07:01','2021-01-04 15:07:01'),
(35159,15883,'action complete via WP Cron','2021-01-04 20:07:01','2021-01-04 15:07:01'),
(35160,15884,'action created','2021-01-04 20:07:01','2021-01-04 15:07:01'),
(35161,15884,'action started via WP Cron','2021-01-04 20:07:42','2021-01-04 15:07:42'),
(35162,15884,'action complete via WP Cron','2021-01-04 20:07:42','2021-01-04 15:07:42'),
(35163,15885,'action created','2021-01-04 20:07:42','2021-01-04 15:07:42'),
(35164,15885,'action started via WP Cron','2021-01-04 20:08:45','2021-01-04 15:08:45'),
(35165,15885,'action complete via WP Cron','2021-01-04 20:08:45','2021-01-04 15:08:45'),
(35166,15886,'action created','2021-01-04 20:08:45','2021-01-04 15:08:45'),
(35167,15886,'action started via WP Cron','2021-01-04 20:09:15','2021-01-04 15:09:15'),
(35168,15886,'action complete via WP Cron','2021-01-04 20:09:15','2021-01-04 15:09:15'),
(35169,15887,'action created','2021-01-04 20:09:15','2021-01-04 15:09:15'),
(35170,15887,'action started via WP Cron','2021-01-04 20:10:17','2021-01-04 15:10:17'),
(35171,15887,'action complete via WP Cron','2021-01-04 20:10:17','2021-01-04 15:10:17'),
(35172,15888,'action created','2021-01-04 20:10:17','2021-01-04 15:10:17'),
(35173,15888,'action started via WP Cron','2021-01-04 20:12:12','2021-01-04 15:12:12'),
(35174,15888,'action complete via WP Cron','2021-01-04 20:12:12','2021-01-04 15:12:12'),
(35175,15889,'action created','2021-01-04 20:12:12','2021-01-04 15:12:12'),
(35176,15889,'action started via WP Cron','2021-01-04 20:13:25','2021-01-04 15:13:25'),
(35177,15889,'action complete via WP Cron','2021-01-04 20:13:25','2021-01-04 15:13:25'),
(35178,15890,'action created','2021-01-04 20:13:25','2021-01-04 15:13:25'),
(35179,15890,'action started via WP Cron','2021-01-04 20:14:19','2021-01-04 15:14:19'),
(35180,15890,'action complete via WP Cron','2021-01-04 20:14:19','2021-01-04 15:14:19'),
(35181,15891,'action created','2021-01-04 20:14:19','2021-01-04 15:14:19'),
(35182,15891,'action started via WP Cron','2021-01-04 20:15:42','2021-01-04 15:15:42'),
(35183,15891,'action complete via WP Cron','2021-01-04 20:15:42','2021-01-04 15:15:42'),
(35184,15892,'action created','2021-01-04 20:15:42','2021-01-04 15:15:42'),
(35185,15892,'action started via WP Cron','2021-01-04 20:18:16','2021-01-04 15:18:16'),
(35186,15892,'action complete via WP Cron','2021-01-04 20:18:17','2021-01-04 15:18:17'),
(35187,15893,'action created','2021-01-04 20:18:17','2021-01-04 15:18:17'),
(35188,15893,'action started via WP Cron','2021-01-04 20:19:45','2021-01-04 15:19:45'),
(35189,15893,'action complete via WP Cron','2021-01-04 20:19:45','2021-01-04 15:19:45'),
(35190,15894,'action created','2021-01-04 20:19:45','2021-01-04 15:19:45'),
(35191,15894,'action started via WP Cron','2021-01-04 20:22:38','2021-01-04 15:22:38'),
(35192,15894,'action complete via WP Cron','2021-01-04 20:22:38','2021-01-04 15:22:38'),
(35193,15895,'action created','2021-01-04 20:22:38','2021-01-04 15:22:38'),
(35194,15895,'action started via WP Cron','2021-01-04 20:23:34','2021-01-04 15:23:34'),
(35195,15895,'action complete via WP Cron','2021-01-04 20:23:34','2021-01-04 15:23:34'),
(35196,15896,'action created','2021-01-04 20:23:34','2021-01-04 15:23:34'),
(35197,15896,'action started via WP Cron','2021-01-04 20:25:09','2021-01-04 15:25:09'),
(35198,15896,'action complete via WP Cron','2021-01-04 20:25:09','2021-01-04 15:25:09'),
(35199,15897,'action created','2021-01-04 20:25:09','2021-01-04 15:25:09'),
(35200,15897,'action started via WP Cron','2021-01-04 20:25:36','2021-01-04 15:25:36'),
(35201,15897,'action complete via WP Cron','2021-01-04 20:25:36','2021-01-04 15:25:36'),
(35202,15898,'action created','2021-01-04 20:25:36','2021-01-04 15:25:36'),
(35203,15898,'action started via WP Cron','2021-01-04 20:26:36','2021-01-04 15:26:36'),
(35204,15898,'action complete via WP Cron','2021-01-04 20:26:36','2021-01-04 15:26:36'),
(35205,15899,'action created','2021-01-04 20:26:36','2021-01-04 15:26:36'),
(35206,15899,'action started via WP Cron','2021-01-04 20:27:25','2021-01-04 15:27:25'),
(35207,15899,'action complete via WP Cron','2021-01-04 20:27:25','2021-01-04 15:27:25'),
(35208,15900,'action created','2021-01-04 20:27:25','2021-01-04 15:27:25'),
(35209,15900,'action started via WP Cron','2021-01-04 20:28:54','2021-01-04 15:28:54'),
(35210,15900,'action complete via WP Cron','2021-01-04 20:28:54','2021-01-04 15:28:54'),
(35211,15901,'action created','2021-01-04 20:28:54','2021-01-04 15:28:54'),
(35212,15901,'action started via WP Cron','2021-01-04 20:30:28','2021-01-04 15:30:28'),
(35213,15901,'action complete via WP Cron','2021-01-04 20:30:28','2021-01-04 15:30:28'),
(35214,15902,'action created','2021-01-04 20:30:28','2021-01-04 15:30:28'),
(35215,15902,'action started via WP Cron','2021-01-04 20:31:45','2021-01-04 15:31:45'),
(35216,15902,'action complete via WP Cron','2021-01-04 20:31:45','2021-01-04 15:31:45'),
(35217,15903,'action created','2021-01-04 20:31:46','2021-01-04 15:31:46'),
(35218,15903,'action started via WP Cron','2021-01-04 20:33:23','2021-01-04 15:33:23'),
(35219,15903,'action complete via WP Cron','2021-01-04 20:33:23','2021-01-04 15:33:23'),
(35220,15904,'action created','2021-01-04 20:33:23','2021-01-04 15:33:23'),
(35221,15904,'action started via WP Cron','2021-01-04 20:35:07','2021-01-04 15:35:07'),
(35222,15904,'action complete via WP Cron','2021-01-04 20:35:07','2021-01-04 15:35:07'),
(35223,15905,'action created','2021-01-04 20:35:07','2021-01-04 15:35:07'),
(35224,15905,'action started via WP Cron','2021-01-04 20:35:45','2021-01-04 15:35:45'),
(35225,15905,'action complete via WP Cron','2021-01-04 20:35:45','2021-01-04 15:35:45'),
(35226,15906,'action created','2021-01-04 20:35:45','2021-01-04 15:35:45'),
(35227,15906,'action started via WP Cron','2021-01-04 20:36:12','2021-01-04 15:36:12'),
(35228,15906,'action complete via WP Cron','2021-01-04 20:36:12','2021-01-04 15:36:12'),
(35229,15907,'action created','2021-01-04 20:36:12','2021-01-04 15:36:12'),
(35230,15907,'action started via WP Cron','2021-01-04 20:37:14','2021-01-04 15:37:14'),
(35231,15907,'action complete via WP Cron','2021-01-04 20:37:14','2021-01-04 15:37:14'),
(35232,15908,'action created','2021-01-04 20:37:14','2021-01-04 15:37:14'),
(35233,15908,'action started via WP Cron','2021-01-04 20:38:16','2021-01-04 15:38:16'),
(35234,15908,'action complete via WP Cron','2021-01-04 20:38:16','2021-01-04 15:38:16'),
(35235,15909,'action created','2021-01-04 20:38:16','2021-01-04 15:38:16'),
(35236,15909,'action started via WP Cron','2021-01-04 20:39:42','2021-01-04 15:39:42'),
(35237,15909,'action complete via WP Cron','2021-01-04 20:39:42','2021-01-04 15:39:42'),
(35238,15910,'action created','2021-01-04 20:39:42','2021-01-04 15:39:42'),
(35239,15910,'action started via WP Cron','2021-01-04 20:40:17','2021-01-04 15:40:17'),
(35240,15910,'action complete via WP Cron','2021-01-04 20:40:17','2021-01-04 15:40:17'),
(35241,15911,'action created','2021-01-04 20:40:17','2021-01-04 15:40:17'),
(35242,15911,'action started via WP Cron','2021-01-04 20:42:40','2021-01-04 15:42:40'),
(35243,15911,'action complete via WP Cron','2021-01-04 20:42:40','2021-01-04 15:42:40'),
(35244,15912,'action created','2021-01-04 20:42:40','2021-01-04 15:42:40'),
(35245,15912,'action started via WP Cron','2021-01-04 20:43:16','2021-01-04 15:43:16'),
(35246,15912,'action complete via WP Cron','2021-01-04 20:43:16','2021-01-04 15:43:16'),
(35247,15913,'action created','2021-01-04 20:43:16','2021-01-04 15:43:16'),
(35248,15913,'action started via WP Cron','2021-01-04 20:44:23','2021-01-04 15:44:23'),
(35249,15913,'action complete via WP Cron','2021-01-04 20:44:23','2021-01-04 15:44:23'),
(35250,15914,'action created','2021-01-04 20:44:23','2021-01-04 15:44:23'),
(35251,15914,'action started via WP Cron','2021-01-04 20:45:41','2021-01-04 15:45:41'),
(35252,15914,'action complete via WP Cron','2021-01-04 20:45:41','2021-01-04 15:45:41'),
(35253,15915,'action created','2021-01-04 20:45:41','2021-01-04 15:45:41'),
(35254,15915,'action started via WP Cron','2021-01-04 20:47:52','2021-01-04 15:47:52'),
(35255,15915,'action complete via WP Cron','2021-01-04 20:47:52','2021-01-04 15:47:52'),
(35256,15916,'action created','2021-01-04 20:47:53','2021-01-04 15:47:53'),
(35257,15916,'action started via WP Cron','2021-01-04 20:48:13','2021-01-04 15:48:13'),
(35258,15916,'action complete via WP Cron','2021-01-04 20:48:13','2021-01-04 15:48:13'),
(35259,15917,'action created','2021-01-04 20:48:13','2021-01-04 15:48:13'),
(35260,15917,'action started via WP Cron','2021-01-04 20:49:59','2021-01-04 15:49:59'),
(35261,15917,'action complete via WP Cron','2021-01-04 20:49:59','2021-01-04 15:49:59'),
(35262,15918,'action created','2021-01-04 20:49:59','2021-01-04 15:49:59'),
(35263,15918,'action started via WP Cron','2021-01-04 20:50:11','2021-01-04 15:50:11'),
(35264,15918,'action complete via WP Cron','2021-01-04 20:50:11','2021-01-04 15:50:11'),
(35265,15919,'action created','2021-01-04 20:50:11','2021-01-04 15:50:11'),
(35266,15919,'action started via WP Cron','2021-01-04 20:53:28','2021-01-04 15:53:28'),
(35267,15919,'action complete via WP Cron','2021-01-04 20:53:28','2021-01-04 15:53:28'),
(35268,15920,'action created','2021-01-04 20:53:28','2021-01-04 15:53:28'),
(35269,15920,'action started via WP Cron','2021-01-04 20:54:47','2021-01-04 15:54:47'),
(35270,15920,'action complete via WP Cron','2021-01-04 20:54:47','2021-01-04 15:54:47'),
(35271,15921,'action created','2021-01-04 20:54:47','2021-01-04 15:54:47'),
(35272,15921,'action started via WP Cron','2021-01-04 20:55:54','2021-01-04 15:55:54'),
(35273,15921,'action complete via WP Cron','2021-01-04 20:55:54','2021-01-04 15:55:54'),
(35274,15922,'action created','2021-01-04 20:55:54','2021-01-04 15:55:54'),
(35275,15922,'action started via WP Cron','2021-01-04 20:57:43','2021-01-04 15:57:43'),
(35276,15922,'action complete via WP Cron','2021-01-04 20:57:43','2021-01-04 15:57:43'),
(35277,15923,'action created','2021-01-04 20:57:43','2021-01-04 15:57:43'),
(35278,15923,'action started via WP Cron','2021-01-04 20:58:25','2021-01-04 15:58:25'),
(35279,15923,'action complete via WP Cron','2021-01-04 20:58:25','2021-01-04 15:58:25'),
(35280,15924,'action created','2021-01-04 20:58:25','2021-01-04 15:58:25'),
(35281,15924,'action started via WP Cron','2021-01-04 20:59:20','2021-01-04 15:59:20'),
(35282,15924,'action complete via WP Cron','2021-01-04 20:59:20','2021-01-04 15:59:20'),
(35283,15925,'action created','2021-01-04 20:59:20','2021-01-04 15:59:20'),
(35284,15925,'action started via WP Cron','2021-01-04 21:01:27','2021-01-04 16:01:27'),
(35285,15925,'action complete via WP Cron','2021-01-04 21:01:27','2021-01-04 16:01:27'),
(35286,15926,'action created','2021-01-04 21:01:27','2021-01-04 16:01:27'),
(35287,15926,'action started via WP Cron','2021-01-04 21:02:12','2021-01-04 16:02:12'),
(35288,15926,'action complete via WP Cron','2021-01-04 21:02:12','2021-01-04 16:02:12'),
(35289,15927,'action created','2021-01-04 21:02:12','2021-01-04 16:02:12'),
(35290,15927,'action started via WP Cron','2021-01-04 21:03:12','2021-01-04 16:03:12'),
(35291,15927,'action complete via WP Cron','2021-01-04 21:03:12','2021-01-04 16:03:12'),
(35292,15928,'action created','2021-01-04 21:03:12','2021-01-04 16:03:12'),
(35293,15928,'action started via WP Cron','2021-01-04 21:04:44','2021-01-04 16:04:44'),
(35294,15928,'action complete via WP Cron','2021-01-04 21:04:44','2021-01-04 16:04:44'),
(35295,15929,'action created','2021-01-04 21:04:44','2021-01-04 16:04:44'),
(35296,15929,'action started via WP Cron','2021-01-04 21:05:41','2021-01-04 16:05:41'),
(35297,15929,'action complete via WP Cron','2021-01-04 21:05:41','2021-01-04 16:05:41'),
(35298,15930,'action created','2021-01-04 21:05:41','2021-01-04 16:05:41'),
(35299,15930,'action started via WP Cron','2021-01-04 21:06:46','2021-01-04 16:06:46'),
(35300,15930,'action complete via WP Cron','2021-01-04 21:06:46','2021-01-04 16:06:46'),
(35301,15931,'action created','2021-01-04 21:06:47','2021-01-04 16:06:47'),
(35302,15931,'action started via WP Cron','2021-01-04 21:07:41','2021-01-04 16:07:41'),
(35303,15931,'action complete via WP Cron','2021-01-04 21:07:41','2021-01-04 16:07:41'),
(35304,15932,'action created','2021-01-04 21:07:41','2021-01-04 16:07:41'),
(35305,15932,'action started via WP Cron','2021-01-04 21:09:04','2021-01-04 16:09:04'),
(35306,15932,'action complete via WP Cron','2021-01-04 21:09:04','2021-01-04 16:09:04'),
(35307,15933,'action created','2021-01-04 21:09:04','2021-01-04 16:09:04'),
(35308,15933,'action started via WP Cron','2021-01-04 21:10:07','2021-01-04 16:10:07'),
(35309,15933,'action complete via WP Cron','2021-01-04 21:10:07','2021-01-04 16:10:07'),
(35310,15934,'action created','2021-01-04 21:10:07','2021-01-04 16:10:07'),
(35311,15934,'action started via WP Cron','2021-01-04 21:10:39','2021-01-04 16:10:39'),
(35312,15934,'action complete via WP Cron','2021-01-04 21:10:39','2021-01-04 16:10:39'),
(35313,15935,'action created','2021-01-04 21:10:39','2021-01-04 16:10:39'),
(35314,15935,'action started via WP Cron','2021-01-04 21:14:37','2021-01-04 16:14:37'),
(35315,15935,'action complete via WP Cron','2021-01-04 21:14:37','2021-01-04 16:14:37'),
(35316,15936,'action created','2021-01-04 21:14:38','2021-01-04 16:14:38'),
(35317,15936,'action started via WP Cron','2021-01-04 21:15:23','2021-01-04 16:15:23'),
(35318,15936,'action complete via WP Cron','2021-01-04 21:15:23','2021-01-04 16:15:23'),
(35319,15937,'action created','2021-01-04 21:15:23','2021-01-04 16:15:23'),
(35320,15937,'action started via WP Cron','2021-01-04 21:19:14','2021-01-04 16:19:14'),
(35321,15937,'action complete via WP Cron','2021-01-04 21:19:14','2021-01-04 16:19:14'),
(35322,15938,'action created','2021-01-04 21:19:14','2021-01-04 16:19:14'),
(35323,15938,'action started via WP Cron','2021-01-04 21:21:37','2021-01-04 16:21:37'),
(35324,15938,'action complete via WP Cron','2021-01-04 21:21:37','2021-01-04 16:21:37'),
(35325,15939,'action created','2021-01-04 21:21:38','2021-01-04 16:21:38'),
(35326,15939,'action started via WP Cron','2021-01-04 21:23:41','2021-01-04 16:23:41'),
(35327,15939,'action complete via WP Cron','2021-01-04 21:23:42','2021-01-04 16:23:42'),
(35328,15940,'action created','2021-01-04 21:23:42','2021-01-04 16:23:42'),
(35329,15940,'action started via WP Cron','2021-01-04 21:24:28','2021-01-04 16:24:28'),
(35330,15940,'action complete via WP Cron','2021-01-04 21:24:29','2021-01-04 16:24:29'),
(35331,15941,'action created','2021-01-04 21:24:29','2021-01-04 16:24:29'),
(35332,15941,'action started via WP Cron','2021-01-04 21:31:21','2021-01-04 16:31:21'),
(35333,15941,'action complete via WP Cron','2021-01-04 21:31:21','2021-01-04 16:31:21'),
(35334,15942,'action created','2021-01-04 21:31:21','2021-01-04 16:31:21'),
(35335,15942,'action started via WP Cron','2021-01-04 21:32:46','2021-01-04 16:32:46'),
(35336,15942,'action complete via WP Cron','2021-01-04 21:32:46','2021-01-04 16:32:46'),
(35337,15943,'action created','2021-01-04 21:32:46','2021-01-04 16:32:46'),
(35338,15943,'action started via WP Cron','2021-01-04 21:34:59','2021-01-04 16:34:59'),
(35339,15943,'action complete via WP Cron','2021-01-04 21:34:59','2021-01-04 16:34:59'),
(35340,15944,'action created','2021-01-04 21:34:59','2021-01-04 16:34:59'),
(35341,15944,'action started via WP Cron','2021-01-04 21:36:26','2021-01-04 16:36:26'),
(35342,15944,'action complete via WP Cron','2021-01-04 21:36:26','2021-01-04 16:36:26'),
(35343,15945,'action created','2021-01-04 21:36:26','2021-01-04 16:36:26'),
(35344,15945,'action started via WP Cron','2021-01-04 21:38:20','2021-01-04 16:38:20'),
(35345,15945,'action complete via WP Cron','2021-01-04 21:38:20','2021-01-04 16:38:20'),
(35346,15946,'action created','2021-01-04 21:38:20','2021-01-04 16:38:20'),
(35347,15946,'action started via WP Cron','2021-01-04 21:40:42','2021-01-04 16:40:42'),
(35348,15946,'action complete via WP Cron','2021-01-04 21:40:42','2021-01-04 16:40:42'),
(35349,15947,'action created','2021-01-04 21:40:42','2021-01-04 16:40:42'),
(35350,15947,'action started via WP Cron','2021-01-04 21:42:55','2021-01-04 16:42:55'),
(35351,15947,'action complete via WP Cron','2021-01-04 21:42:55','2021-01-04 16:42:55'),
(35352,15948,'action created','2021-01-04 21:42:55','2021-01-04 16:42:55'),
(35353,15948,'action started via WP Cron','2021-01-04 21:45:47','2021-01-04 16:45:47'),
(35354,15948,'action complete via WP Cron','2021-01-04 21:45:47','2021-01-04 16:45:47'),
(35355,15949,'action created','2021-01-04 21:45:48','2021-01-04 16:45:48'),
(35356,15949,'action started via WP Cron','2021-01-04 21:46:18','2021-01-04 16:46:18'),
(35357,15949,'action complete via WP Cron','2021-01-04 21:46:18','2021-01-04 16:46:18'),
(35358,15950,'action created','2021-01-04 21:46:18','2021-01-04 16:46:18'),
(35359,15950,'action started via WP Cron','2021-01-04 21:48:18','2021-01-04 16:48:18'),
(35360,15950,'action complete via WP Cron','2021-01-04 21:48:18','2021-01-04 16:48:18'),
(35361,15951,'action created','2021-01-04 21:48:18','2021-01-04 16:48:18'),
(35362,15951,'action started via WP Cron','2021-01-04 21:49:49','2021-01-04 16:49:49'),
(35363,15951,'action complete via WP Cron','2021-01-04 21:49:49','2021-01-04 16:49:49'),
(35364,15952,'action created','2021-01-04 21:49:50','2021-01-04 16:49:50'),
(35365,15952,'action started via WP Cron','2021-01-04 21:50:15','2021-01-04 16:50:15'),
(35366,15952,'action complete via WP Cron','2021-01-04 21:50:15','2021-01-04 16:50:15'),
(35367,15953,'action created','2021-01-04 21:50:15','2021-01-04 16:50:15'),
(35368,15953,'action started via WP Cron','2021-01-04 21:53:47','2021-01-04 16:53:47'),
(35369,15953,'action complete via WP Cron','2021-01-04 21:53:47','2021-01-04 16:53:47'),
(35370,15954,'action created','2021-01-04 21:53:47','2021-01-04 16:53:47'),
(35371,15954,'action started via WP Cron','2021-01-04 21:56:05','2021-01-04 16:56:05'),
(35372,15954,'action complete via WP Cron','2021-01-04 21:56:05','2021-01-04 16:56:05'),
(35373,15955,'action created','2021-01-04 21:56:05','2021-01-04 16:56:05'),
(35374,15955,'action started via WP Cron','2021-01-04 21:57:01','2021-01-04 16:57:01'),
(35375,15955,'action complete via WP Cron','2021-01-04 21:57:01','2021-01-04 16:57:01'),
(35376,15956,'action created','2021-01-04 21:57:01','2021-01-04 16:57:01'),
(35377,15956,'action started via WP Cron','2021-01-04 21:57:27','2021-01-04 16:57:27'),
(35378,15956,'action complete via WP Cron','2021-01-04 21:57:27','2021-01-04 16:57:27'),
(35379,15957,'action created','2021-01-04 21:57:27','2021-01-04 16:57:27'),
(35380,15957,'action started via WP Cron','2021-01-04 21:59:05','2021-01-04 16:59:05'),
(35381,15957,'action complete via WP Cron','2021-01-04 21:59:05','2021-01-04 16:59:05'),
(35382,15958,'action created','2021-01-04 21:59:05','2021-01-04 16:59:05'),
(35383,15958,'action started via WP Cron','2021-01-04 21:59:18','2021-01-04 16:59:18'),
(35384,15958,'action complete via WP Cron','2021-01-04 21:59:18','2021-01-04 16:59:18'),
(35385,15959,'action created','2021-01-04 21:59:18','2021-01-04 16:59:18'),
(35386,15959,'action started via WP Cron','2021-01-04 22:02:34','2021-01-04 17:02:34'),
(35387,15959,'action complete via WP Cron','2021-01-04 22:02:34','2021-01-04 17:02:34'),
(35388,15960,'action created','2021-01-04 22:02:34','2021-01-04 17:02:34'),
(35389,15960,'action started via WP Cron','2021-01-04 22:04:26','2021-01-04 17:04:26'),
(35390,15960,'action complete via WP Cron','2021-01-04 22:04:26','2021-01-04 17:04:26'),
(35391,15961,'action created','2021-01-04 22:04:26','2021-01-04 17:04:26'),
(35392,15961,'action started via WP Cron','2021-01-04 22:06:17','2021-01-04 17:06:17'),
(35393,15961,'action complete via WP Cron','2021-01-04 22:06:17','2021-01-04 17:06:17'),
(35394,15962,'action created','2021-01-04 22:06:17','2021-01-04 17:06:17'),
(35395,15962,'action started via WP Cron','2021-01-04 22:08:00','2021-01-04 17:08:00'),
(35396,15962,'action complete via WP Cron','2021-01-04 22:08:00','2021-01-04 17:08:00'),
(35397,15963,'action created','2021-01-04 22:08:00','2021-01-04 17:08:00'),
(35398,15963,'action started via WP Cron','2021-01-04 22:08:20','2021-01-04 17:08:20'),
(35399,15963,'action complete via WP Cron','2021-01-04 22:08:20','2021-01-04 17:08:20'),
(35400,15964,'action created','2021-01-04 22:08:20','2021-01-04 17:08:20'),
(35401,15964,'action started via WP Cron','2021-01-04 22:09:13','2021-01-04 17:09:13'),
(35402,15964,'action complete via WP Cron','2021-01-04 22:09:13','2021-01-04 17:09:13'),
(35403,15965,'action created','2021-01-04 22:09:13','2021-01-04 17:09:13'),
(35404,15965,'action started via WP Cron','2021-01-04 22:11:56','2021-01-04 17:11:56'),
(35405,15965,'action complete via WP Cron','2021-01-04 22:11:56','2021-01-04 17:11:56'),
(35406,15966,'action created','2021-01-04 22:11:56','2021-01-04 17:11:56'),
(35407,15966,'action started via WP Cron','2021-01-04 22:13:03','2021-01-04 17:13:03'),
(35408,15966,'action complete via WP Cron','2021-01-04 22:13:03','2021-01-04 17:13:03'),
(35409,15967,'action created','2021-01-04 22:13:03','2021-01-04 17:13:03'),
(35410,15967,'action started via WP Cron','2021-01-04 22:13:42','2021-01-04 17:13:42'),
(35411,15967,'action complete via WP Cron','2021-01-04 22:13:42','2021-01-04 17:13:42'),
(35412,15968,'action created','2021-01-04 22:13:42','2021-01-04 17:13:42'),
(35413,15968,'action started via WP Cron','2021-01-04 22:14:33','2021-01-04 17:14:33'),
(35414,15968,'action complete via WP Cron','2021-01-04 22:14:33','2021-01-04 17:14:33'),
(35415,15969,'action created','2021-01-04 22:14:33','2021-01-04 17:14:33'),
(35416,15969,'action started via WP Cron','2021-01-04 22:15:56','2021-01-04 17:15:56'),
(35417,15969,'action complete via WP Cron','2021-01-04 22:15:56','2021-01-04 17:15:56'),
(35418,15970,'action created','2021-01-04 22:15:56','2021-01-04 17:15:56'),
(35419,15970,'action started via WP Cron','2021-01-04 22:16:25','2021-01-04 17:16:25'),
(35420,15970,'action complete via WP Cron','2021-01-04 22:16:25','2021-01-04 17:16:25'),
(35421,15971,'action created','2021-01-04 22:16:25','2021-01-04 17:16:25'),
(35422,15971,'action started via WP Cron','2021-01-04 22:19:17','2021-01-04 17:19:17'),
(35423,15971,'action complete via WP Cron','2021-01-04 22:19:17','2021-01-04 17:19:17'),
(35424,15972,'action created','2021-01-04 22:19:17','2021-01-04 17:19:17'),
(35425,15972,'action started via WP Cron','2021-01-04 22:20:27','2021-01-04 17:20:27'),
(35426,15972,'action complete via WP Cron','2021-01-04 22:20:27','2021-01-04 17:20:27'),
(35427,15973,'action created','2021-01-04 22:20:27','2021-01-04 17:20:27'),
(35428,15973,'action started via WP Cron','2021-01-04 22:21:18','2021-01-04 17:21:18'),
(35429,15973,'action complete via WP Cron','2021-01-04 22:21:18','2021-01-04 17:21:18'),
(35430,15974,'action created','2021-01-04 22:21:18','2021-01-04 17:21:18'),
(35431,15974,'action started via WP Cron','2021-01-04 22:22:15','2021-01-04 17:22:15'),
(35432,15974,'action complete via WP Cron','2021-01-04 22:22:15','2021-01-04 17:22:15'),
(35433,15975,'action created','2021-01-04 22:22:15','2021-01-04 17:22:15'),
(35434,15975,'action started via WP Cron','2021-01-04 22:23:37','2021-01-04 17:23:37'),
(35435,15975,'action complete via WP Cron','2021-01-04 22:23:37','2021-01-04 17:23:37'),
(35436,15976,'action created','2021-01-04 22:23:37','2021-01-04 17:23:37'),
(35437,15976,'action started via WP Cron','2021-01-04 22:25:05','2021-01-04 17:25:05'),
(35438,15976,'action complete via WP Cron','2021-01-04 22:25:05','2021-01-04 17:25:05'),
(35439,15977,'action created','2021-01-04 22:25:05','2021-01-04 17:25:05'),
(35440,15977,'action started via WP Cron','2021-01-04 22:26:15','2021-01-04 17:26:15'),
(35441,15977,'action complete via WP Cron','2021-01-04 22:26:15','2021-01-04 17:26:15'),
(35442,15978,'action created','2021-01-04 22:26:15','2021-01-04 17:26:15'),
(35443,15978,'action started via WP Cron','2021-01-04 22:27:28','2021-01-04 17:27:28'),
(35444,15978,'action complete via WP Cron','2021-01-04 22:27:28','2021-01-04 17:27:28'),
(35445,15979,'action created','2021-01-04 22:27:28','2021-01-04 17:27:28'),
(35446,15979,'action started via WP Cron','2021-01-04 22:29:21','2021-01-04 17:29:21'),
(35447,15979,'action complete via WP Cron','2021-01-04 22:29:21','2021-01-04 17:29:21'),
(35448,15980,'action created','2021-01-04 22:29:21','2021-01-04 17:29:21'),
(35449,15980,'action started via WP Cron','2021-01-04 22:30:36','2021-01-04 17:30:36'),
(35450,15980,'action complete via WP Cron','2021-01-04 22:30:36','2021-01-04 17:30:36'),
(35451,15981,'action created','2021-01-04 22:30:36','2021-01-04 17:30:36'),
(35452,15981,'action started via WP Cron','2021-01-04 22:31:11','2021-01-04 17:31:11'),
(35453,15981,'action complete via WP Cron','2021-01-04 22:31:11','2021-01-04 17:31:11'),
(35454,15982,'action created','2021-01-04 22:31:11','2021-01-04 17:31:11'),
(35455,15982,'action started via WP Cron','2021-01-04 22:32:46','2021-01-04 17:32:46'),
(35456,15982,'action complete via WP Cron','2021-01-04 22:32:46','2021-01-04 17:32:46'),
(35457,15983,'action created','2021-01-04 22:32:46','2021-01-04 17:32:46'),
(35458,15983,'action started via WP Cron','2021-01-04 22:33:42','2021-01-04 17:33:42'),
(35459,15983,'action complete via WP Cron','2021-01-04 22:33:42','2021-01-04 17:33:42'),
(35460,15984,'action created','2021-01-04 22:33:42','2021-01-04 17:33:42'),
(35461,15984,'action started via WP Cron','2021-01-04 22:35:42','2021-01-04 17:35:42'),
(35462,15984,'action complete via WP Cron','2021-01-04 22:35:42','2021-01-04 17:35:42'),
(35463,15985,'action created','2021-01-04 22:35:42','2021-01-04 17:35:42'),
(35464,15985,'action started via WP Cron','2021-01-04 22:37:19','2021-01-04 17:37:19'),
(35465,15985,'action complete via WP Cron','2021-01-04 22:37:19','2021-01-04 17:37:19'),
(35466,15986,'action created','2021-01-04 22:37:19','2021-01-04 17:37:19'),
(35467,15986,'action started via WP Cron','2021-01-04 22:41:05','2021-01-04 17:41:05'),
(35468,15986,'action complete via WP Cron','2021-01-04 22:41:05','2021-01-04 17:41:05'),
(35469,15987,'action created','2021-01-04 22:41:05','2021-01-04 17:41:05'),
(35470,15987,'action started via WP Cron','2021-01-04 22:42:14','2021-01-04 17:42:14'),
(35471,15987,'action complete via WP Cron','2021-01-04 22:42:14','2021-01-04 17:42:14'),
(35472,15988,'action created','2021-01-04 22:42:14','2021-01-04 17:42:14'),
(35473,15988,'action started via WP Cron','2021-01-04 22:43:34','2021-01-04 17:43:34'),
(35474,15988,'action complete via WP Cron','2021-01-04 22:43:34','2021-01-04 17:43:34'),
(35475,15989,'action created','2021-01-04 22:43:34','2021-01-04 17:43:34'),
(35476,15989,'action started via WP Cron','2021-01-04 22:45:13','2021-01-04 17:45:13'),
(35477,15989,'action complete via WP Cron','2021-01-04 22:45:13','2021-01-04 17:45:13'),
(35478,15990,'action created','2021-01-04 22:45:13','2021-01-04 17:45:13'),
(35479,15990,'action started via WP Cron','2021-01-04 22:47:15','2021-01-04 17:47:15'),
(35480,15990,'action complete via WP Cron','2021-01-04 22:47:15','2021-01-04 17:47:15'),
(35481,15991,'action created','2021-01-04 22:47:15','2021-01-04 17:47:15'),
(35482,15991,'action started via WP Cron','2021-01-04 22:49:58','2021-01-04 17:49:58'),
(35483,15991,'action complete via WP Cron','2021-01-04 22:49:58','2021-01-04 17:49:58'),
(35484,15992,'action created','2021-01-04 22:49:58','2021-01-04 17:49:58'),
(35485,15992,'action started via WP Cron','2021-01-04 22:50:33','2021-01-04 17:50:33'),
(35486,15992,'action complete via WP Cron','2021-01-04 22:50:33','2021-01-04 17:50:33'),
(35487,15993,'action created','2021-01-04 22:50:33','2021-01-04 17:50:33'),
(35488,15993,'action started via WP Cron','2021-01-04 22:52:34','2021-01-04 17:52:34'),
(35489,15993,'action complete via WP Cron','2021-01-04 22:52:34','2021-01-04 17:52:34'),
(35490,15994,'action created','2021-01-04 22:52:34','2021-01-04 17:52:34'),
(35491,15994,'action started via WP Cron','2021-01-04 22:53:41','2021-01-04 17:53:41'),
(35492,15994,'action complete via WP Cron','2021-01-04 22:53:41','2021-01-04 17:53:41'),
(35493,15995,'action created','2021-01-04 22:53:41','2021-01-04 17:53:41'),
(35494,15995,'action started via WP Cron','2021-01-04 22:56:02','2021-01-04 17:56:02'),
(35495,15995,'action complete via WP Cron','2021-01-04 22:56:02','2021-01-04 17:56:02'),
(35496,15996,'action created','2021-01-04 22:56:02','2021-01-04 17:56:02'),
(35497,15996,'action started via WP Cron','2021-01-04 22:56:16','2021-01-04 17:56:16'),
(35498,15996,'action complete via WP Cron','2021-01-04 22:56:16','2021-01-04 17:56:16'),
(35499,15997,'action created','2021-01-04 22:56:16','2021-01-04 17:56:16'),
(35500,15997,'action started via WP Cron','2021-01-04 22:57:39','2021-01-04 17:57:39'),
(35501,15997,'action complete via WP Cron','2021-01-04 22:57:39','2021-01-04 17:57:39'),
(35502,15998,'action created','2021-01-04 22:57:39','2021-01-04 17:57:39'),
(35503,15998,'action started via WP Cron','2021-01-04 22:59:37','2021-01-04 17:59:37'),
(35504,15998,'action complete via WP Cron','2021-01-04 22:59:37','2021-01-04 17:59:37'),
(35505,15999,'action created','2021-01-04 22:59:37','2021-01-04 17:59:37'),
(35506,15999,'action started via WP Cron','2021-01-04 23:00:24','2021-01-04 18:00:24'),
(35507,15999,'action complete via WP Cron','2021-01-04 23:00:25','2021-01-04 18:00:25'),
(35508,16000,'action created','2021-01-04 23:00:25','2021-01-04 18:00:25'),
(35509,16000,'action started via WP Cron','2021-01-04 23:01:22','2021-01-04 18:01:22'),
(35510,16000,'action complete via WP Cron','2021-01-04 23:01:22','2021-01-04 18:01:22'),
(35511,16001,'action created','2021-01-04 23:01:22','2021-01-04 18:01:22'),
(35512,16001,'action started via WP Cron','2021-01-04 23:02:13','2021-01-04 18:02:13'),
(35513,16001,'action complete via WP Cron','2021-01-04 23:02:13','2021-01-04 18:02:13'),
(35514,16002,'action created','2021-01-04 23:02:13','2021-01-04 18:02:13'),
(35515,16002,'action started via WP Cron','2021-01-04 23:03:36','2021-01-04 18:03:36'),
(35516,16002,'action complete via WP Cron','2021-01-04 23:03:36','2021-01-04 18:03:36'),
(35517,16003,'action created','2021-01-04 23:03:36','2021-01-04 18:03:36'),
(35518,16003,'action started via WP Cron','2021-01-04 23:08:22','2021-01-04 18:08:22'),
(35519,16003,'action complete via WP Cron','2021-01-04 23:08:22','2021-01-04 18:08:22'),
(35520,16004,'action created','2021-01-04 23:08:22','2021-01-04 18:08:22'),
(35521,16004,'action started via WP Cron','2021-01-04 23:11:56','2021-01-04 18:11:56'),
(35522,16004,'action complete via WP Cron','2021-01-04 23:11:56','2021-01-04 18:11:56'),
(35523,16005,'action created','2021-01-04 23:11:56','2021-01-04 18:11:56'),
(35524,16005,'action started via WP Cron','2021-01-04 23:12:16','2021-01-04 18:12:16'),
(35525,16005,'action complete via WP Cron','2021-01-04 23:12:17','2021-01-04 18:12:17'),
(35526,16006,'action created','2021-01-04 23:12:17','2021-01-04 18:12:17'),
(35527,16006,'action started via WP Cron','2021-01-04 23:14:26','2021-01-04 18:14:26'),
(35528,16006,'action complete via WP Cron','2021-01-04 23:14:26','2021-01-04 18:14:26'),
(35529,16007,'action created','2021-01-04 23:14:26','2021-01-04 18:14:26'),
(35530,16007,'action started via WP Cron','2021-01-04 23:17:51','2021-01-04 18:17:51'),
(35531,16007,'action complete via WP Cron','2021-01-04 23:17:51','2021-01-04 18:17:51'),
(35532,16008,'action created','2021-01-04 23:17:51','2021-01-04 18:17:51'),
(35533,16008,'action started via WP Cron','2021-01-04 23:18:14','2021-01-04 18:18:14'),
(35534,16008,'action complete via WP Cron','2021-01-04 23:18:14','2021-01-04 18:18:14'),
(35535,16009,'action created','2021-01-04 23:18:14','2021-01-04 18:18:14'),
(35536,16009,'action started via WP Cron','2021-01-04 23:21:41','2021-01-04 18:21:41'),
(35537,16009,'action complete via WP Cron','2021-01-04 23:21:41','2021-01-04 18:21:41'),
(35538,16010,'action created','2021-01-04 23:21:41','2021-01-04 18:21:41'),
(35539,16010,'action started via WP Cron','2021-01-04 23:22:13','2021-01-04 18:22:13'),
(35540,16010,'action complete via WP Cron','2021-01-04 23:22:13','2021-01-04 18:22:13'),
(35541,16011,'action created','2021-01-04 23:22:13','2021-01-04 18:22:13'),
(35542,16011,'action started via WP Cron','2021-01-04 23:23:38','2021-01-04 18:23:38'),
(35543,16011,'action complete via WP Cron','2021-01-04 23:23:38','2021-01-04 18:23:38'),
(35544,16012,'action created','2021-01-04 23:23:38','2021-01-04 18:23:38'),
(35545,16012,'action started via WP Cron','2021-01-04 23:24:52','2021-01-04 18:24:52'),
(35546,16012,'action complete via WP Cron','2021-01-04 23:24:52','2021-01-04 18:24:52'),
(35547,16013,'action created','2021-01-04 23:24:52','2021-01-04 18:24:52'),
(35548,16013,'action started via WP Cron','2021-01-04 23:26:15','2021-01-04 18:26:15'),
(35549,16013,'action complete via WP Cron','2021-01-04 23:26:15','2021-01-04 18:26:15'),
(35550,16014,'action created','2021-01-04 23:26:15','2021-01-04 18:26:15'),
(35551,16014,'action started via WP Cron','2021-01-04 23:28:41','2021-01-04 18:28:41'),
(35552,16014,'action complete via WP Cron','2021-01-04 23:28:41','2021-01-04 18:28:41'),
(35553,16015,'action created','2021-01-04 23:28:41','2021-01-04 18:28:41'),
(35554,16015,'action started via WP Cron','2021-01-04 23:29:12','2021-01-04 18:29:12'),
(35555,16015,'action complete via WP Cron','2021-01-04 23:29:12','2021-01-04 18:29:12'),
(35556,16016,'action created','2021-01-04 23:29:12','2021-01-04 18:29:12'),
(35557,16016,'action started via WP Cron','2021-01-04 23:30:31','2021-01-04 18:30:31'),
(35558,16016,'action complete via WP Cron','2021-01-04 23:30:31','2021-01-04 18:30:31'),
(35559,16017,'action created','2021-01-04 23:30:31','2021-01-04 18:30:31'),
(35560,16017,'action started via WP Cron','2021-01-04 23:33:03','2021-01-04 18:33:03'),
(35561,16017,'action complete via WP Cron','2021-01-04 23:33:03','2021-01-04 18:33:03'),
(35562,16018,'action created','2021-01-04 23:33:03','2021-01-04 18:33:03'),
(35563,16018,'action started via WP Cron','2021-01-04 23:34:33','2021-01-04 18:34:33'),
(35564,16018,'action complete via WP Cron','2021-01-04 23:34:33','2021-01-04 18:34:33'),
(35565,16019,'action created','2021-01-04 23:34:33','2021-01-04 18:34:33'),
(35566,16019,'action started via WP Cron','2021-01-04 23:38:57','2021-01-04 18:38:57'),
(35567,16019,'action complete via WP Cron','2021-01-04 23:38:57','2021-01-04 18:38:57'),
(35568,16020,'action created','2021-01-04 23:38:57','2021-01-04 18:38:57'),
(35569,16020,'action started via WP Cron','2021-01-04 23:40:03','2021-01-04 18:40:03'),
(35570,16020,'action complete via WP Cron','2021-01-04 23:40:03','2021-01-04 18:40:03'),
(35571,16021,'action created','2021-01-04 23:40:03','2021-01-04 18:40:03'),
(35572,16021,'action started via WP Cron','2021-01-04 23:40:55','2021-01-04 18:40:55'),
(35573,16021,'action complete via WP Cron','2021-01-04 23:40:55','2021-01-04 18:40:55'),
(35574,16022,'action created','2021-01-04 23:40:56','2021-01-04 18:40:56'),
(35575,16022,'action started via WP Cron','2021-01-04 23:41:32','2021-01-04 18:41:32'),
(35576,16022,'action complete via WP Cron','2021-01-04 23:41:32','2021-01-04 18:41:32'),
(35577,16023,'action created','2021-01-04 23:41:32','2021-01-04 18:41:32'),
(35578,16023,'action started via WP Cron','2021-01-04 23:42:14','2021-01-04 18:42:14'),
(35579,16023,'action complete via WP Cron','2021-01-04 23:42:14','2021-01-04 18:42:14'),
(35580,16024,'action created','2021-01-04 23:42:14','2021-01-04 18:42:14'),
(35581,16024,'action started via WP Cron','2021-01-04 23:44:24','2021-01-04 18:44:24'),
(35582,16024,'action complete via WP Cron','2021-01-04 23:44:24','2021-01-04 18:44:24'),
(35583,16025,'action created','2021-01-04 23:44:24','2021-01-04 18:44:24'),
(35584,16025,'action started via WP Cron','2021-01-04 23:46:08','2021-01-04 18:46:08'),
(35585,16025,'action complete via WP Cron','2021-01-04 23:46:08','2021-01-04 18:46:08'),
(35586,16026,'action created','2021-01-04 23:46:08','2021-01-04 18:46:08'),
(35587,16026,'action started via WP Cron','2021-01-04 23:46:35','2021-01-04 18:46:35'),
(35588,16026,'action complete via WP Cron','2021-01-04 23:46:35','2021-01-04 18:46:35'),
(35589,16027,'action created','2021-01-04 23:46:35','2021-01-04 18:46:35'),
(35590,16027,'action started via WP Cron','2021-01-04 23:47:31','2021-01-04 18:47:31'),
(35591,16027,'action complete via WP Cron','2021-01-04 23:47:31','2021-01-04 18:47:31'),
(35592,16028,'action created','2021-01-04 23:47:31','2021-01-04 18:47:31'),
(35593,16028,'action started via WP Cron','2021-01-04 23:49:14','2021-01-04 18:49:14'),
(35594,16028,'action complete via WP Cron','2021-01-04 23:49:14','2021-01-04 18:49:14'),
(35595,16029,'action created','2021-01-04 23:49:14','2021-01-04 18:49:14'),
(35596,16029,'action started via WP Cron','2021-01-04 23:51:05','2021-01-04 18:51:05'),
(35597,16029,'action complete via WP Cron','2021-01-04 23:51:05','2021-01-04 18:51:05'),
(35598,16030,'action created','2021-01-04 23:51:05','2021-01-04 18:51:05'),
(35599,16030,'action started via WP Cron','2021-01-04 23:51:26','2021-01-04 18:51:26'),
(35600,16030,'action complete via WP Cron','2021-01-04 23:51:26','2021-01-04 18:51:26'),
(35601,16031,'action created','2021-01-04 23:51:26','2021-01-04 18:51:26'),
(35602,16031,'action started via WP Cron','2021-01-04 23:52:56','2021-01-04 18:52:56'),
(35603,16031,'action complete via WP Cron','2021-01-04 23:52:56','2021-01-04 18:52:56'),
(35604,16032,'action created','2021-01-04 23:52:56','2021-01-04 18:52:56'),
(35605,16032,'action started via WP Cron','2021-01-04 23:54:58','2021-01-04 18:54:58'),
(35606,16032,'action complete via WP Cron','2021-01-04 23:54:58','2021-01-04 18:54:58'),
(35607,16033,'action created','2021-01-04 23:54:58','2021-01-04 18:54:58'),
(35608,16033,'action started via WP Cron','2021-01-04 23:56:43','2021-01-04 18:56:43'),
(35609,16033,'action complete via WP Cron','2021-01-04 23:56:43','2021-01-04 18:56:43'),
(35610,16034,'action created','2021-01-04 23:56:43','2021-01-04 18:56:43'),
(35611,16034,'action started via WP Cron','2021-01-04 23:58:10','2021-01-04 18:58:10'),
(35612,16034,'action complete via WP Cron','2021-01-04 23:58:10','2021-01-04 18:58:10'),
(35613,16035,'action created','2021-01-04 23:58:10','2021-01-04 18:58:10'),
(35614,16035,'action started via WP Cron','2021-01-04 23:59:52','2021-01-04 18:59:52'),
(35615,16035,'action complete via WP Cron','2021-01-04 23:59:52','2021-01-04 18:59:52'),
(35616,16036,'action created','2021-01-04 23:59:52','2021-01-04 18:59:52'),
(35617,16036,'action started via WP Cron','2021-01-05 00:01:55','2021-01-04 19:01:55'),
(35618,16036,'action complete via WP Cron','2021-01-05 00:01:55','2021-01-04 19:01:55'),
(35619,16037,'action created','2021-01-05 00:01:55','2021-01-04 19:01:55'),
(35620,16037,'action started via WP Cron','2021-01-05 00:04:26','2021-01-04 19:04:26'),
(35621,16037,'action complete via WP Cron','2021-01-05 00:04:26','2021-01-04 19:04:26'),
(35622,16038,'action created','2021-01-05 00:04:26','2021-01-04 19:04:26'),
(35623,16038,'action started via WP Cron','2021-01-05 00:06:53','2021-01-04 19:06:53'),
(35624,16038,'action complete via WP Cron','2021-01-05 00:06:53','2021-01-04 19:06:53'),
(35625,16039,'action created','2021-01-05 00:06:53','2021-01-04 19:06:53'),
(35626,16039,'action started via WP Cron','2021-01-05 00:07:35','2021-01-04 19:07:35'),
(35627,16039,'action complete via WP Cron','2021-01-05 00:07:35','2021-01-04 19:07:35'),
(35628,16040,'action created','2021-01-05 00:07:35','2021-01-04 19:07:35'),
(35629,16040,'action started via WP Cron','2021-01-05 00:08:58','2021-01-04 19:08:58'),
(35630,16040,'action complete via WP Cron','2021-01-05 00:08:58','2021-01-04 19:08:58'),
(35631,16041,'action created','2021-01-05 00:08:58','2021-01-04 19:08:58'),
(35632,16041,'action started via WP Cron','2021-01-05 00:11:21','2021-01-04 19:11:21'),
(35633,16041,'action complete via WP Cron','2021-01-05 00:11:21','2021-01-04 19:11:21'),
(35634,16042,'action created','2021-01-05 00:11:21','2021-01-04 19:11:21'),
(35635,16042,'action started via WP Cron','2021-01-05 00:12:23','2021-01-04 19:12:23'),
(35636,16042,'action complete via WP Cron','2021-01-05 00:12:23','2021-01-04 19:12:23'),
(35637,16043,'action created','2021-01-05 00:12:23','2021-01-04 19:12:23'),
(35638,16043,'action started via WP Cron','2021-01-05 00:13:49','2021-01-04 19:13:49'),
(35639,16043,'action complete via WP Cron','2021-01-05 00:13:49','2021-01-04 19:13:49'),
(35640,16044,'action created','2021-01-05 00:13:49','2021-01-04 19:13:49'),
(35641,16044,'action started via WP Cron','2021-01-05 00:14:21','2021-01-04 19:14:21'),
(35642,16044,'action complete via WP Cron','2021-01-05 00:14:21','2021-01-04 19:14:21'),
(35643,16045,'action created','2021-01-05 00:14:21','2021-01-04 19:14:21'),
(35644,16045,'action started via WP Cron','2021-01-05 00:16:51','2021-01-04 19:16:51'),
(35645,16045,'action complete via WP Cron','2021-01-05 00:16:51','2021-01-04 19:16:51'),
(35646,16046,'action created','2021-01-05 00:16:51','2021-01-04 19:16:51'),
(35647,16046,'action started via WP Cron','2021-01-05 00:18:03','2021-01-04 19:18:03'),
(35648,16046,'action complete via WP Cron','2021-01-05 00:18:03','2021-01-04 19:18:03'),
(35649,16047,'action created','2021-01-05 00:18:04','2021-01-04 19:18:04'),
(35650,16047,'action started via WP Cron','2021-01-05 00:18:19','2021-01-04 19:18:19'),
(35651,16047,'action complete via WP Cron','2021-01-05 00:18:19','2021-01-04 19:18:19'),
(35652,16048,'action created','2021-01-05 00:18:19','2021-01-04 19:18:19'),
(35653,16048,'action started via WP Cron','2021-01-05 00:20:21','2021-01-04 19:20:21'),
(35654,16048,'action complete via WP Cron','2021-01-05 00:20:21','2021-01-04 19:20:21'),
(35655,16049,'action created','2021-01-05 00:20:21','2021-01-04 19:20:21'),
(35656,16049,'action started via WP Cron','2021-01-05 00:22:34','2021-01-04 19:22:34'),
(35657,16049,'action complete via WP Cron','2021-01-05 00:22:34','2021-01-04 19:22:34'),
(35658,16050,'action created','2021-01-05 00:22:34','2021-01-04 19:22:34'),
(35659,16050,'action started via WP Cron','2021-01-05 00:24:01','2021-01-04 19:24:01'),
(35660,16050,'action complete via WP Cron','2021-01-05 00:24:01','2021-01-04 19:24:01'),
(35661,16051,'action created','2021-01-05 00:24:01','2021-01-04 19:24:01'),
(35662,16051,'action started via WP Cron','2021-01-05 00:26:19','2021-01-04 19:26:19'),
(35663,16051,'action complete via WP Cron','2021-01-05 00:26:19','2021-01-04 19:26:19'),
(35664,16052,'action created','2021-01-05 00:26:19','2021-01-04 19:26:19'),
(35665,16052,'action started via WP Cron','2021-01-05 00:27:33','2021-01-04 19:27:33'),
(35666,16052,'action complete via WP Cron','2021-01-05 00:27:33','2021-01-04 19:27:33'),
(35667,16053,'action created','2021-01-05 00:27:33','2021-01-04 19:27:33'),
(35668,16053,'action started via WP Cron','2021-01-05 00:28:50','2021-01-04 19:28:50'),
(35669,16053,'action complete via WP Cron','2021-01-05 00:28:51','2021-01-04 19:28:51'),
(35670,16054,'action created','2021-01-05 00:28:51','2021-01-04 19:28:51'),
(35671,16054,'action started via WP Cron','2021-01-05 00:30:11','2021-01-04 19:30:11'),
(35672,16054,'action complete via WP Cron','2021-01-05 00:30:11','2021-01-04 19:30:11'),
(35673,16055,'action created','2021-01-05 00:30:11','2021-01-04 19:30:11'),
(35674,16055,'action started via WP Cron','2021-01-05 00:32:19','2021-01-04 19:32:19'),
(35675,16055,'action complete via WP Cron','2021-01-05 00:32:19','2021-01-04 19:32:19'),
(35676,16056,'action created','2021-01-05 00:32:19','2021-01-04 19:32:19'),
(35677,16056,'action started via WP Cron','2021-01-05 00:33:45','2021-01-04 19:33:45'),
(35678,16056,'action complete via WP Cron','2021-01-05 00:33:45','2021-01-04 19:33:45'),
(35679,16057,'action created','2021-01-05 00:33:45','2021-01-04 19:33:45'),
(35680,16057,'action started via WP Cron','2021-01-05 00:34:51','2021-01-04 19:34:51'),
(35681,16057,'action complete via WP Cron','2021-01-05 00:34:51','2021-01-04 19:34:51'),
(35682,16058,'action created','2021-01-05 00:34:51','2021-01-04 19:34:51'),
(35683,16058,'action started via WP Cron','2021-01-05 00:36:35','2021-01-04 19:36:35'),
(35684,16058,'action complete via WP Cron','2021-01-05 00:36:35','2021-01-04 19:36:35'),
(35685,16059,'action created','2021-01-05 00:36:35','2021-01-04 19:36:35'),
(35686,16059,'action started via WP Cron','2021-01-05 00:39:01','2021-01-04 19:39:01'),
(35687,16059,'action complete via WP Cron','2021-01-05 00:39:01','2021-01-04 19:39:01'),
(35688,16060,'action created','2021-01-05 00:39:01','2021-01-04 19:39:01'),
(35689,16060,'action started via WP Cron','2021-01-05 00:40:08','2021-01-04 19:40:08'),
(35690,16060,'action complete via WP Cron','2021-01-05 00:40:08','2021-01-04 19:40:08'),
(35691,16061,'action created','2021-01-05 00:40:08','2021-01-04 19:40:08'),
(35692,16061,'action started via WP Cron','2021-01-05 00:42:30','2021-01-04 19:42:30'),
(35693,16061,'action complete via WP Cron','2021-01-05 00:42:30','2021-01-04 19:42:30'),
(35694,16062,'action created','2021-01-05 00:42:30','2021-01-04 19:42:30'),
(35695,16062,'action started via WP Cron','2021-01-05 00:43:28','2021-01-04 19:43:28'),
(35696,16062,'action complete via WP Cron','2021-01-05 00:43:28','2021-01-04 19:43:28'),
(35697,16063,'action created','2021-01-05 00:43:28','2021-01-04 19:43:28'),
(35698,16063,'action started via WP Cron','2021-01-05 00:46:15','2021-01-04 19:46:15'),
(35699,16063,'action complete via WP Cron','2021-01-05 00:46:15','2021-01-04 19:46:15'),
(35700,16064,'action created','2021-01-05 00:46:15','2021-01-04 19:46:15'),
(35701,16064,'action started via WP Cron','2021-01-05 00:47:20','2021-01-04 19:47:20'),
(35702,16064,'action complete via WP Cron','2021-01-05 00:47:20','2021-01-04 19:47:20'),
(35703,16065,'action created','2021-01-05 00:47:20','2021-01-04 19:47:20'),
(35704,16065,'action started via WP Cron','2021-01-05 00:48:24','2021-01-04 19:48:24'),
(35705,16065,'action complete via WP Cron','2021-01-05 00:48:24','2021-01-04 19:48:24'),
(35706,16066,'action created','2021-01-05 00:48:24','2021-01-04 19:48:24'),
(35707,16066,'action started via WP Cron','2021-01-05 00:49:23','2021-01-04 19:49:23'),
(35708,16066,'action complete via WP Cron','2021-01-05 00:49:23','2021-01-04 19:49:23'),
(35709,16067,'action created','2021-01-05 00:49:23','2021-01-04 19:49:23'),
(35710,16067,'action started via WP Cron','2021-01-05 00:52:29','2021-01-04 19:52:29'),
(35711,16067,'action complete via WP Cron','2021-01-05 00:52:29','2021-01-04 19:52:29'),
(35712,16068,'action created','2021-01-05 00:52:29','2021-01-04 19:52:29'),
(35713,16068,'action started via WP Cron','2021-01-05 00:54:26','2021-01-04 19:54:26'),
(35714,16068,'action complete via WP Cron','2021-01-05 00:54:26','2021-01-04 19:54:26'),
(35715,16069,'action created','2021-01-05 00:54:26','2021-01-04 19:54:26'),
(35716,16069,'action started via WP Cron','2021-01-05 00:55:27','2021-01-04 19:55:27'),
(35717,16069,'action complete via WP Cron','2021-01-05 00:55:27','2021-01-04 19:55:27'),
(35718,16070,'action created','2021-01-05 00:55:27','2021-01-04 19:55:27'),
(35719,16070,'action started via WP Cron','2021-01-05 00:56:33','2021-01-04 19:56:33'),
(35720,16070,'action complete via WP Cron','2021-01-05 00:56:33','2021-01-04 19:56:33'),
(35721,16071,'action created','2021-01-05 00:56:33','2021-01-04 19:56:33'),
(35722,16071,'action started via WP Cron','2021-01-05 01:00:00','2021-01-04 20:00:00'),
(35723,16071,'action complete via WP Cron','2021-01-05 01:00:00','2021-01-04 20:00:00'),
(35724,16072,'action created','2021-01-05 01:00:00','2021-01-04 20:00:00'),
(35725,16072,'action started via WP Cron','2021-01-05 01:00:27','2021-01-04 20:00:27'),
(35726,16072,'action complete via WP Cron','2021-01-05 01:00:27','2021-01-04 20:00:27'),
(35727,16073,'action created','2021-01-05 01:00:27','2021-01-04 20:00:27'),
(35728,16073,'action started via WP Cron','2021-01-05 01:02:12','2021-01-04 20:02:12'),
(35729,16073,'action complete via WP Cron','2021-01-05 01:02:12','2021-01-04 20:02:12'),
(35730,16074,'action created','2021-01-05 01:02:12','2021-01-04 20:02:12'),
(35731,16074,'action started via WP Cron','2021-01-05 01:03:53','2021-01-04 20:03:53'),
(35732,16074,'action complete via WP Cron','2021-01-05 01:03:53','2021-01-04 20:03:53'),
(35733,16075,'action created','2021-01-05 01:03:53','2021-01-04 20:03:53'),
(35734,16075,'action started via WP Cron','2021-01-05 01:04:33','2021-01-04 20:04:33'),
(35735,16075,'action complete via WP Cron','2021-01-05 01:04:33','2021-01-04 20:04:33'),
(35736,16076,'action created','2021-01-05 01:04:33','2021-01-04 20:04:33'),
(35737,16076,'action started via WP Cron','2021-01-05 01:05:16','2021-01-04 20:05:16'),
(35738,16076,'action complete via WP Cron','2021-01-05 01:05:16','2021-01-04 20:05:16'),
(35739,16077,'action created','2021-01-05 01:05:16','2021-01-04 20:05:16'),
(35740,16077,'action started via WP Cron','2021-01-05 01:07:14','2021-01-04 20:07:14'),
(35741,16077,'action complete via WP Cron','2021-01-05 01:07:14','2021-01-04 20:07:14'),
(35742,16078,'action created','2021-01-05 01:07:14','2021-01-04 20:07:14'),
(35743,16078,'action started via WP Cron','2021-01-05 01:08:27','2021-01-04 20:08:27'),
(35744,16078,'action complete via WP Cron','2021-01-05 01:08:27','2021-01-04 20:08:27'),
(35745,16079,'action created','2021-01-05 01:08:27','2021-01-04 20:08:27'),
(35746,16079,'action started via WP Cron','2021-01-05 01:09:56','2021-01-04 20:09:56'),
(35747,16079,'action complete via WP Cron','2021-01-05 01:09:56','2021-01-04 20:09:56'),
(35748,16080,'action created','2021-01-05 01:09:56','2021-01-04 20:09:56'),
(35749,16080,'action started via WP Cron','2021-01-05 01:12:07','2021-01-04 20:12:07'),
(35750,16080,'action complete via WP Cron','2021-01-05 01:12:07','2021-01-04 20:12:07'),
(35751,16081,'action created','2021-01-05 01:12:07','2021-01-04 20:12:07'),
(35752,16081,'action started via WP Cron','2021-01-05 01:12:47','2021-01-04 20:12:47'),
(35753,16081,'action complete via WP Cron','2021-01-05 01:12:47','2021-01-04 20:12:47'),
(35754,16082,'action created','2021-01-05 01:12:47','2021-01-04 20:12:47'),
(35755,16082,'action started via WP Cron','2021-01-05 01:13:35','2021-01-04 20:13:35'),
(35756,16082,'action complete via WP Cron','2021-01-05 01:13:35','2021-01-04 20:13:35'),
(35757,16083,'action created','2021-01-05 01:13:35','2021-01-04 20:13:35'),
(35758,15193,'action started via WP Cron','2021-01-05 01:15:13','2021-01-04 20:15:13'),
(35759,15193,'action complete via WP Cron','2021-01-05 01:15:13','2021-01-04 20:15:13'),
(35760,16084,'action created','2021-01-05 01:15:13','2021-01-04 20:15:13'),
(35761,16083,'action started via WP Cron','2021-01-05 01:15:13','2021-01-04 20:15:13'),
(35762,16083,'action complete via WP Cron','2021-01-05 01:15:13','2021-01-04 20:15:13'),
(35763,16085,'action created','2021-01-05 01:15:13','2021-01-04 20:15:13'),
(35764,16085,'action started via WP Cron','2021-01-05 01:19:11','2021-01-04 20:19:11'),
(35765,16085,'action complete via WP Cron','2021-01-05 01:19:11','2021-01-04 20:19:11'),
(35766,16086,'action created','2021-01-05 01:19:11','2021-01-04 20:19:11'),
(35767,16086,'action started via WP Cron','2021-01-05 01:22:00','2021-01-04 20:22:00'),
(35768,16086,'action complete via WP Cron','2021-01-05 01:22:00','2021-01-04 20:22:00'),
(35769,16087,'action created','2021-01-05 01:22:00','2021-01-04 20:22:00'),
(35770,16087,'action started via WP Cron','2021-01-05 01:22:31','2021-01-04 20:22:31'),
(35771,16087,'action complete via WP Cron','2021-01-05 01:22:31','2021-01-04 20:22:31'),
(35772,16088,'action created','2021-01-05 01:22:31','2021-01-04 20:22:31'),
(35773,16088,'action started via WP Cron','2021-01-05 01:24:49','2021-01-04 20:24:49'),
(35774,16088,'action complete via WP Cron','2021-01-05 01:24:49','2021-01-04 20:24:49'),
(35775,16089,'action created','2021-01-05 01:24:49','2021-01-04 20:24:49'),
(35776,16089,'action started via WP Cron','2021-01-05 01:25:12','2021-01-04 20:25:12'),
(35777,16089,'action complete via WP Cron','2021-01-05 01:25:12','2021-01-04 20:25:12'),
(35778,16090,'action created','2021-01-05 01:25:12','2021-01-04 20:25:12'),
(35779,16090,'action started via WP Cron','2021-01-05 01:27:02','2021-01-04 20:27:02'),
(35780,16090,'action complete via WP Cron','2021-01-05 01:27:02','2021-01-04 20:27:02'),
(35781,16091,'action created','2021-01-05 01:27:02','2021-01-04 20:27:02'),
(35782,16091,'action started via WP Cron','2021-01-05 01:28:18','2021-01-04 20:28:18'),
(35783,16091,'action complete via WP Cron','2021-01-05 01:28:18','2021-01-04 20:28:18'),
(35784,16092,'action created','2021-01-05 01:28:18','2021-01-04 20:28:18'),
(35785,16092,'action started via WP Cron','2021-01-05 01:30:23','2021-01-04 20:30:23'),
(35786,16092,'action complete via WP Cron','2021-01-05 01:30:23','2021-01-04 20:30:23'),
(35787,16093,'action created','2021-01-05 01:30:23','2021-01-04 20:30:23'),
(35788,16093,'action started via WP Cron','2021-01-05 01:31:17','2021-01-04 20:31:17'),
(35789,16093,'action complete via WP Cron','2021-01-05 01:31:17','2021-01-04 20:31:17'),
(35790,16094,'action created','2021-01-05 01:31:17','2021-01-04 20:31:17'),
(35791,16094,'action started via WP Cron','2021-01-05 01:32:35','2021-01-04 20:32:35'),
(35792,16094,'action complete via WP Cron','2021-01-05 01:32:35','2021-01-04 20:32:35'),
(35793,16095,'action created','2021-01-05 01:32:35','2021-01-04 20:32:35'),
(35794,16095,'action started via WP Cron','2021-01-05 01:34:13','2021-01-04 20:34:13'),
(35795,16095,'action complete via WP Cron','2021-01-05 01:34:13','2021-01-04 20:34:13'),
(35796,16096,'action created','2021-01-05 01:34:13','2021-01-04 20:34:13'),
(35797,16096,'action started via WP Cron','2021-01-05 01:36:20','2021-01-04 20:36:20'),
(35798,16096,'action complete via WP Cron','2021-01-05 01:36:20','2021-01-04 20:36:20'),
(35799,16097,'action created','2021-01-05 01:36:20','2021-01-04 20:36:20'),
(35800,16097,'action started via WP Cron','2021-01-05 01:37:31','2021-01-04 20:37:31'),
(35801,16097,'action complete via WP Cron','2021-01-05 01:37:31','2021-01-04 20:37:31'),
(35802,16098,'action created','2021-01-05 01:37:31','2021-01-04 20:37:31'),
(35803,16098,'action started via WP Cron','2021-01-05 01:38:20','2021-01-04 20:38:20'),
(35804,16098,'action complete via WP Cron','2021-01-05 01:38:20','2021-01-04 20:38:20'),
(35805,16099,'action created','2021-01-05 01:38:20','2021-01-04 20:38:20'),
(35806,16099,'action started via WP Cron','2021-01-05 01:39:26','2021-01-04 20:39:26'),
(35807,16099,'action complete via WP Cron','2021-01-05 01:39:26','2021-01-04 20:39:26'),
(35808,16100,'action created','2021-01-05 01:39:26','2021-01-04 20:39:26'),
(35809,16100,'action started via WP Cron','2021-01-05 01:40:53','2021-01-04 20:40:53'),
(35810,16100,'action complete via WP Cron','2021-01-05 01:40:53','2021-01-04 20:40:53'),
(35811,16101,'action created','2021-01-05 01:40:53','2021-01-04 20:40:53'),
(35812,16101,'action started via WP Cron','2021-01-05 01:41:30','2021-01-04 20:41:30'),
(35813,16101,'action complete via WP Cron','2021-01-05 01:41:30','2021-01-04 20:41:30'),
(35814,16102,'action created','2021-01-05 01:41:30','2021-01-04 20:41:30'),
(35815,16102,'action started via WP Cron','2021-01-05 01:42:12','2021-01-04 20:42:12'),
(35816,16102,'action complete via WP Cron','2021-01-05 01:42:12','2021-01-04 20:42:12'),
(35817,16103,'action created','2021-01-05 01:42:13','2021-01-04 20:42:13'),
(35818,16103,'action started via WP Cron','2021-01-05 01:44:13','2021-01-04 20:44:13'),
(35819,16103,'action complete via WP Cron','2021-01-05 01:44:13','2021-01-04 20:44:13'),
(35820,16104,'action created','2021-01-05 01:44:13','2021-01-04 20:44:13'),
(35821,16104,'action started via WP Cron','2021-01-05 01:47:42','2021-01-04 20:47:42'),
(35822,16104,'action complete via WP Cron','2021-01-05 01:47:42','2021-01-04 20:47:42'),
(35823,16105,'action created','2021-01-05 01:47:42','2021-01-04 20:47:42'),
(35824,16105,'action started via WP Cron','2021-01-05 01:48:51','2021-01-04 20:48:51'),
(35825,16105,'action complete via WP Cron','2021-01-05 01:48:51','2021-01-04 20:48:51'),
(35826,16106,'action created','2021-01-05 01:48:51','2021-01-04 20:48:51'),
(35827,16106,'action started via WP Cron','2021-01-05 01:49:54','2021-01-04 20:49:54'),
(35828,16106,'action complete via WP Cron','2021-01-05 01:49:54','2021-01-04 20:49:54'),
(35829,16107,'action created','2021-01-05 01:49:54','2021-01-04 20:49:54'),
(35830,16107,'action started via WP Cron','2021-01-05 01:51:12','2021-01-04 20:51:12'),
(35831,16107,'action complete via WP Cron','2021-01-05 01:51:12','2021-01-04 20:51:12'),
(35832,16108,'action created','2021-01-05 01:51:12','2021-01-04 20:51:12'),
(35833,16108,'action started via WP Cron','2021-01-05 01:52:40','2021-01-04 20:52:40'),
(35834,16108,'action complete via WP Cron','2021-01-05 01:52:40','2021-01-04 20:52:40'),
(35835,16109,'action created','2021-01-05 01:52:40','2021-01-04 20:52:40'),
(35836,16109,'action started via WP Cron','2021-01-05 01:54:12','2021-01-04 20:54:12'),
(35837,16109,'action complete via WP Cron','2021-01-05 01:54:12','2021-01-04 20:54:12'),
(35838,16110,'action created','2021-01-05 01:54:12','2021-01-04 20:54:12'),
(35839,16110,'action started via WP Cron','2021-01-05 01:55:31','2021-01-04 20:55:31'),
(35840,16110,'action complete via WP Cron','2021-01-05 01:55:31','2021-01-04 20:55:31'),
(35841,16111,'action created','2021-01-05 01:55:31','2021-01-04 20:55:31'),
(35842,16111,'action started via WP Cron','2021-01-05 01:56:58','2021-01-04 20:56:58'),
(35843,16111,'action complete via WP Cron','2021-01-05 01:56:58','2021-01-04 20:56:58'),
(35844,16112,'action created','2021-01-05 01:56:58','2021-01-04 20:56:58'),
(35845,16112,'action started via WP Cron','2021-01-05 02:00:28','2021-01-04 21:00:28'),
(35846,16112,'action complete via WP Cron','2021-01-05 02:00:28','2021-01-04 21:00:28'),
(35847,16113,'action created','2021-01-05 02:00:28','2021-01-04 21:00:28'),
(35848,16113,'action started via WP Cron','2021-01-05 02:04:03','2021-01-04 21:04:03'),
(35849,16113,'action complete via WP Cron','2021-01-05 02:04:03','2021-01-04 21:04:03'),
(35850,16114,'action created','2021-01-05 02:04:03','2021-01-04 21:04:03'),
(35851,16114,'action started via WP Cron','2021-01-05 02:04:35','2021-01-04 21:04:35'),
(35852,16114,'action complete via WP Cron','2021-01-05 02:04:35','2021-01-04 21:04:35'),
(35853,16115,'action created','2021-01-05 02:04:35','2021-01-04 21:04:35'),
(35854,16115,'action started via WP Cron','2021-01-05 02:05:19','2021-01-04 21:05:19'),
(35855,16115,'action complete via WP Cron','2021-01-05 02:05:19','2021-01-04 21:05:19'),
(35856,16116,'action created','2021-01-05 02:05:19','2021-01-04 21:05:19'),
(35857,16116,'action started via WP Cron','2021-01-05 02:08:30','2021-01-04 21:08:30'),
(35858,16116,'action complete via WP Cron','2021-01-05 02:08:30','2021-01-04 21:08:30'),
(35859,16117,'action created','2021-01-05 02:08:30','2021-01-04 21:08:30'),
(35860,16117,'action started via WP Cron','2021-01-05 02:09:19','2021-01-04 21:09:19'),
(35861,16117,'action complete via WP Cron','2021-01-05 02:09:19','2021-01-04 21:09:19'),
(35862,16118,'action created','2021-01-05 02:09:19','2021-01-04 21:09:19'),
(35863,16118,'action started via WP Cron','2021-01-05 02:10:49','2021-01-04 21:10:49'),
(35864,16118,'action complete via WP Cron','2021-01-05 02:10:50','2021-01-04 21:10:50'),
(35865,16119,'action created','2021-01-05 02:10:50','2021-01-04 21:10:50'),
(35866,16119,'action started via WP Cron','2021-01-05 02:11:24','2021-01-04 21:11:24'),
(35867,16119,'action complete via WP Cron','2021-01-05 02:11:24','2021-01-04 21:11:24'),
(35868,16120,'action created','2021-01-05 02:11:24','2021-01-04 21:11:24'),
(35869,16120,'action started via WP Cron','2021-01-05 02:12:39','2021-01-04 21:12:39'),
(35870,16120,'action complete via WP Cron','2021-01-05 02:12:39','2021-01-04 21:12:39'),
(35871,16121,'action created','2021-01-05 02:12:39','2021-01-04 21:12:39'),
(35872,16121,'action started via WP Cron','2021-01-05 02:16:57','2021-01-04 21:16:57'),
(35873,16121,'action complete via WP Cron','2021-01-05 02:16:57','2021-01-04 21:16:57'),
(35874,16122,'action created','2021-01-05 02:16:57','2021-01-04 21:16:57'),
(35875,16122,'action started via WP Cron','2021-01-05 02:17:39','2021-01-04 21:17:39'),
(35876,16122,'action complete via WP Cron','2021-01-05 02:17:39','2021-01-04 21:17:39'),
(35877,16123,'action created','2021-01-05 02:17:39','2021-01-04 21:17:39'),
(35878,16123,'action started via WP Cron','2021-01-05 02:18:22','2021-01-04 21:18:22'),
(35879,16123,'action complete via WP Cron','2021-01-05 02:18:22','2021-01-04 21:18:22'),
(35880,16124,'action created','2021-01-05 02:18:22','2021-01-04 21:18:22'),
(35881,16124,'action started via WP Cron','2021-01-05 02:21:11','2021-01-04 21:21:11'),
(35882,16124,'action complete via WP Cron','2021-01-05 02:21:11','2021-01-04 21:21:11'),
(35883,16125,'action created','2021-01-05 02:21:11','2021-01-04 21:21:11'),
(35884,16125,'action started via WP Cron','2021-01-05 02:22:12','2021-01-04 21:22:12'),
(35885,16125,'action complete via WP Cron','2021-01-05 02:22:12','2021-01-04 21:22:12'),
(35886,16126,'action created','2021-01-05 02:22:12','2021-01-04 21:22:12'),
(35887,16126,'action started via WP Cron','2021-01-05 02:23:21','2021-01-04 21:23:21'),
(35888,16126,'action complete via WP Cron','2021-01-05 02:23:21','2021-01-04 21:23:21'),
(35889,16127,'action created','2021-01-05 02:23:21','2021-01-04 21:23:21'),
(35890,16127,'action started via WP Cron','2021-01-05 02:24:43','2021-01-04 21:24:43'),
(35891,16127,'action complete via WP Cron','2021-01-05 02:24:43','2021-01-04 21:24:43'),
(35892,16128,'action created','2021-01-05 02:24:43','2021-01-04 21:24:43'),
(35893,16128,'action started via WP Cron','2021-01-05 02:25:12','2021-01-04 21:25:12'),
(35894,16128,'action complete via WP Cron','2021-01-05 02:25:12','2021-01-04 21:25:12'),
(35895,16129,'action created','2021-01-05 02:25:12','2021-01-04 21:25:12'),
(35896,16129,'action started via WP Cron','2021-01-05 02:26:36','2021-01-04 21:26:36'),
(35897,16129,'action complete via WP Cron','2021-01-05 02:26:36','2021-01-04 21:26:36'),
(35898,16130,'action created','2021-01-05 02:26:36','2021-01-04 21:26:36'),
(35899,16130,'action started via WP Cron','2021-01-05 02:27:11','2021-01-04 21:27:11'),
(35900,16130,'action complete via WP Cron','2021-01-05 02:27:11','2021-01-04 21:27:11'),
(35901,16131,'action created','2021-01-05 02:27:11','2021-01-04 21:27:11'),
(35902,16131,'action started via WP Cron','2021-01-05 02:30:22','2021-01-04 21:30:22'),
(35903,16131,'action complete via WP Cron','2021-01-05 02:30:22','2021-01-04 21:30:22'),
(35904,16132,'action created','2021-01-05 02:30:22','2021-01-04 21:30:22'),
(35905,16132,'action started via WP Cron','2021-01-05 02:31:11','2021-01-04 21:31:11'),
(35906,16132,'action complete via WP Cron','2021-01-05 02:31:11','2021-01-04 21:31:11'),
(35907,16133,'action created','2021-01-05 02:31:11','2021-01-04 21:31:11'),
(35908,16133,'action started via WP Cron','2021-01-05 02:33:39','2021-01-04 21:33:39'),
(35909,16133,'action complete via WP Cron','2021-01-05 02:33:39','2021-01-04 21:33:39'),
(35910,16134,'action created','2021-01-05 02:33:39','2021-01-04 21:33:39'),
(35911,16134,'action started via WP Cron','2021-01-05 02:34:25','2021-01-04 21:34:25'),
(35912,16134,'action complete via WP Cron','2021-01-05 02:34:25','2021-01-04 21:34:25'),
(35913,16135,'action created','2021-01-05 02:34:26','2021-01-04 21:34:26'),
(35914,16135,'action started via WP Cron','2021-01-05 02:36:14','2021-01-04 21:36:14'),
(35915,16135,'action complete via WP Cron','2021-01-05 02:36:14','2021-01-04 21:36:14'),
(35916,16136,'action created','2021-01-05 02:36:14','2021-01-04 21:36:14'),
(35917,16136,'action started via WP Cron','2021-01-05 02:38:39','2021-01-04 21:38:39'),
(35918,16136,'action complete via WP Cron','2021-01-05 02:38:39','2021-01-04 21:38:39'),
(35919,16137,'action created','2021-01-05 02:39:51','2021-01-04 21:39:51'),
(35920,16137,'action started via WP Cron','2021-01-05 02:40:38','2021-01-04 21:40:38'),
(35921,16137,'action complete via WP Cron','2021-01-05 02:40:38','2021-01-04 21:40:38'),
(35922,16138,'action created','2021-01-05 02:40:38','2021-01-04 21:40:38'),
(35923,16138,'action started via WP Cron','2021-01-05 02:41:35','2021-01-04 21:41:35'),
(35924,16138,'action complete via WP Cron','2021-01-05 02:41:35','2021-01-04 21:41:35'),
(35925,16139,'action created','2021-01-05 02:41:35','2021-01-04 21:41:35'),
(35926,16139,'action started via WP Cron','2021-01-05 02:43:22','2021-01-04 21:43:22'),
(35927,16139,'action complete via WP Cron','2021-01-05 02:43:22','2021-01-04 21:43:22'),
(35928,16140,'action created','2021-01-05 02:43:22','2021-01-04 21:43:22'),
(35929,16140,'action started via WP Cron','2021-01-05 02:44:13','2021-01-04 21:44:13'),
(35930,16140,'action complete via WP Cron','2021-01-05 02:44:13','2021-01-04 21:44:13'),
(35931,16141,'action created','2021-01-05 02:44:13','2021-01-04 21:44:13'),
(35932,16141,'action started via WP Cron','2021-01-05 02:45:47','2021-01-04 21:45:47'),
(35933,16141,'action complete via WP Cron','2021-01-05 02:45:47','2021-01-04 21:45:47'),
(35934,16142,'action created','2021-01-05 02:45:47','2021-01-04 21:45:47'),
(35935,16142,'action started via WP Cron','2021-01-05 02:46:28','2021-01-04 21:46:28'),
(35936,16142,'action complete via WP Cron','2021-01-05 02:46:28','2021-01-04 21:46:28'),
(35937,16143,'action created','2021-01-05 02:46:28','2021-01-04 21:46:28'),
(35938,16143,'action started via WP Cron','2021-01-05 02:47:19','2021-01-04 21:47:19'),
(35939,16143,'action complete via WP Cron','2021-01-05 02:47:19','2021-01-04 21:47:19'),
(35940,16144,'action created','2021-01-05 02:47:19','2021-01-04 21:47:19'),
(35941,16144,'action started via WP Cron','2021-01-05 02:48:56','2021-01-04 21:48:56'),
(35942,16144,'action complete via WP Cron','2021-01-05 02:48:56','2021-01-04 21:48:56'),
(35943,16145,'action created','2021-01-05 02:48:56','2021-01-04 21:48:56'),
(35944,16145,'action started via WP Cron','2021-01-05 02:50:00','2021-01-04 21:50:00'),
(35945,16145,'action complete via WP Cron','2021-01-05 02:50:00','2021-01-04 21:50:00'),
(35946,16146,'action created','2021-01-05 02:50:00','2021-01-04 21:50:00'),
(35947,16146,'action started via WP Cron','2021-01-05 02:52:32','2021-01-04 21:52:32'),
(35948,16146,'action complete via WP Cron','2021-01-05 02:52:32','2021-01-04 21:52:32'),
(35949,16147,'action created','2021-01-05 02:52:32','2021-01-04 21:52:32'),
(35950,16147,'action started via WP Cron','2021-01-05 02:54:23','2021-01-04 21:54:23'),
(35951,16147,'action complete via WP Cron','2021-01-05 02:54:24','2021-01-04 21:54:24'),
(35952,16148,'action created','2021-01-05 02:54:24','2021-01-04 21:54:24'),
(35953,16148,'action started via WP Cron','2021-01-05 02:56:19','2021-01-04 21:56:19'),
(35954,16148,'action complete via WP Cron','2021-01-05 02:56:19','2021-01-04 21:56:19'),
(35955,16149,'action created','2021-01-05 02:56:19','2021-01-04 21:56:19'),
(35956,16149,'action started via WP Cron','2021-01-05 02:58:56','2021-01-04 21:58:56'),
(35957,16149,'action complete via WP Cron','2021-01-05 02:58:56','2021-01-04 21:58:56'),
(35958,16150,'action created','2021-01-05 02:58:56','2021-01-04 21:58:56'),
(35959,16150,'action started via WP Cron','2021-01-05 03:01:50','2021-01-04 22:01:50'),
(35960,16150,'action complete via WP Cron','2021-01-05 03:01:50','2021-01-04 22:01:50'),
(35961,16151,'action created','2021-01-05 03:01:50','2021-01-04 22:01:50'),
(35962,16151,'action started via WP Cron','2021-01-05 03:04:31','2021-01-04 22:04:31'),
(35963,16151,'action complete via WP Cron','2021-01-05 03:04:31','2021-01-04 22:04:31'),
(35964,16152,'action created','2021-01-05 03:04:32','2021-01-04 22:04:32'),
(35965,16152,'action started via WP Cron','2021-01-05 03:05:24','2021-01-04 22:05:24'),
(35966,16152,'action complete via WP Cron','2021-01-05 03:05:24','2021-01-04 22:05:24'),
(35967,16153,'action created','2021-01-05 03:05:24','2021-01-04 22:05:24'),
(35968,16153,'action started via WP Cron','2021-01-05 03:06:32','2021-01-04 22:06:32'),
(35969,16153,'action complete via WP Cron','2021-01-05 03:06:32','2021-01-04 22:06:32'),
(35970,16154,'action created','2021-01-05 03:06:32','2021-01-04 22:06:32'),
(35971,16154,'action started via WP Cron','2021-01-05 03:10:06','2021-01-04 22:10:06'),
(35972,16154,'action complete via WP Cron','2021-01-05 03:10:06','2021-01-04 22:10:06'),
(35973,16155,'action created','2021-01-05 03:10:06','2021-01-04 22:10:06'),
(35974,16155,'action started via WP Cron','2021-01-05 03:11:34','2021-01-04 22:11:34'),
(35975,16155,'action complete via WP Cron','2021-01-05 03:11:34','2021-01-04 22:11:34'),
(35976,16156,'action created','2021-01-05 03:11:34','2021-01-04 22:11:34'),
(35977,16156,'action started via WP Cron','2021-01-05 03:12:26','2021-01-04 22:12:26'),
(35978,16156,'action complete via WP Cron','2021-01-05 03:12:26','2021-01-04 22:12:26'),
(35979,16157,'action created','2021-01-05 03:12:26','2021-01-04 22:12:26'),
(35980,16157,'action started via WP Cron','2021-01-05 03:14:18','2021-01-04 22:14:18'),
(35981,16157,'action complete via WP Cron','2021-01-05 03:14:18','2021-01-04 22:14:18'),
(35982,16158,'action created','2021-01-05 03:14:18','2021-01-04 22:14:18'),
(35983,16158,'action started via WP Cron','2021-01-05 03:19:20','2021-01-04 22:19:20'),
(35984,16158,'action complete via WP Cron','2021-01-05 03:19:20','2021-01-04 22:19:20'),
(35985,16159,'action created','2021-01-05 03:19:20','2021-01-04 22:19:20'),
(35986,16159,'action started via WP Cron','2021-01-05 03:21:33','2021-01-04 22:21:33'),
(35987,16159,'action complete via WP Cron','2021-01-05 03:21:33','2021-01-04 22:21:33'),
(35988,16160,'action created','2021-01-05 03:21:33','2021-01-04 22:21:33'),
(35989,16160,'action started via WP Cron','2021-01-05 03:22:17','2021-01-04 22:22:17'),
(35990,16160,'action complete via WP Cron','2021-01-05 03:22:17','2021-01-04 22:22:17'),
(35991,16161,'action created','2021-01-05 03:22:17','2021-01-04 22:22:17'),
(35992,16161,'action started via WP Cron','2021-01-05 03:23:19','2021-01-04 22:23:19'),
(35993,16161,'action complete via WP Cron','2021-01-05 03:23:19','2021-01-04 22:23:19'),
(35994,16162,'action created','2021-01-05 03:23:19','2021-01-04 22:23:19'),
(35995,16162,'action started via WP Cron','2021-01-05 03:24:24','2021-01-04 22:24:24'),
(35996,16162,'action complete via WP Cron','2021-01-05 03:24:24','2021-01-04 22:24:24'),
(35997,16163,'action created','2021-01-05 03:24:24','2021-01-04 22:24:24'),
(35998,16163,'action started via WP Cron','2021-01-05 03:26:15','2021-01-04 22:26:15'),
(35999,16163,'action complete via WP Cron','2021-01-05 03:26:15','2021-01-04 22:26:15'),
(36000,16164,'action created','2021-01-05 03:26:15','2021-01-04 22:26:15'),
(36001,16164,'action started via WP Cron','2021-01-05 03:28:41','2021-01-04 22:28:41'),
(36002,16164,'action complete via WP Cron','2021-01-05 03:28:41','2021-01-04 22:28:41'),
(36003,16165,'action created','2021-01-05 03:28:41','2021-01-04 22:28:41'),
(36004,16165,'action started via WP Cron','2021-01-05 03:33:34','2021-01-04 22:33:34'),
(36005,16165,'action complete via WP Cron','2021-01-05 03:33:34','2021-01-04 22:33:34'),
(36006,16166,'action created','2021-01-05 03:33:34','2021-01-04 22:33:34'),
(36007,16166,'action started via WP Cron','2021-01-05 03:34:36','2021-01-04 22:34:36'),
(36008,16166,'action complete via WP Cron','2021-01-05 03:34:36','2021-01-04 22:34:36'),
(36009,16167,'action created','2021-01-05 03:34:36','2021-01-04 22:34:36'),
(36010,16167,'action started via WP Cron','2021-01-05 03:35:20','2021-01-04 22:35:20'),
(36011,16167,'action complete via WP Cron','2021-01-05 03:35:20','2021-01-04 22:35:20'),
(36012,16168,'action created','2021-01-05 03:35:20','2021-01-04 22:35:20'),
(36013,16168,'action started via WP Cron','2021-01-05 03:39:09','2021-01-04 22:39:09'),
(36014,16168,'action complete via WP Cron','2021-01-05 03:39:09','2021-01-04 22:39:09'),
(36015,16169,'action created','2021-01-05 03:39:09','2021-01-04 22:39:09'),
(36016,16169,'action started via WP Cron','2021-01-05 03:41:50','2021-01-04 22:41:50'),
(36017,16169,'action complete via WP Cron','2021-01-05 03:41:51','2021-01-04 22:41:51'),
(36018,16170,'action created','2021-01-05 03:41:51','2021-01-04 22:41:51'),
(36019,16170,'action started via WP Cron','2021-01-05 03:47:00','2021-01-04 22:47:00'),
(36020,16170,'action complete via WP Cron','2021-01-05 03:47:00','2021-01-04 22:47:00'),
(36021,16171,'action created','2021-01-05 03:47:00','2021-01-04 22:47:00'),
(36022,16171,'action started via WP Cron','2021-01-05 03:48:51','2021-01-04 22:48:51'),
(36023,16171,'action complete via WP Cron','2021-01-05 03:48:51','2021-01-04 22:48:51'),
(36024,16172,'action created','2021-01-05 03:48:51','2021-01-04 22:48:51'),
(36025,16172,'action started via WP Cron','2021-01-05 03:49:21','2021-01-04 22:49:21'),
(36026,16172,'action complete via WP Cron','2021-01-05 03:49:21','2021-01-04 22:49:21'),
(36027,16173,'action created','2021-01-05 03:49:22','2021-01-04 22:49:22'),
(36028,16173,'action started via WP Cron','2021-01-05 03:50:14','2021-01-04 22:50:14'),
(36029,16173,'action complete via WP Cron','2021-01-05 03:50:14','2021-01-04 22:50:14'),
(36030,16174,'action created','2021-01-05 03:50:14','2021-01-04 22:50:14'),
(36031,16174,'action started via WP Cron','2021-01-05 03:52:17','2021-01-04 22:52:17'),
(36032,16174,'action complete via WP Cron','2021-01-05 03:52:17','2021-01-04 22:52:17'),
(36033,16175,'action created','2021-01-05 03:52:17','2021-01-04 22:52:17'),
(36034,16175,'action started via WP Cron','2021-01-05 03:54:13','2021-01-04 22:54:13'),
(36035,16175,'action complete via WP Cron','2021-01-05 03:54:13','2021-01-04 22:54:13'),
(36036,16176,'action created','2021-01-05 03:54:13','2021-01-04 22:54:13'),
(36037,16176,'action started via WP Cron','2021-01-05 03:59:38','2021-01-04 22:59:38'),
(36038,16176,'action complete via WP Cron','2021-01-05 03:59:38','2021-01-04 22:59:38'),
(36039,16177,'action created','2021-01-05 03:59:38','2021-01-04 22:59:38'),
(36040,16177,'action started via WP Cron','2021-01-05 04:00:36','2021-01-04 23:00:36'),
(36041,16177,'action complete via WP Cron','2021-01-05 04:00:36','2021-01-04 23:00:36'),
(36042,16178,'action created','2021-01-05 04:00:36','2021-01-04 23:00:36'),
(36043,16178,'action started via WP Cron','2021-01-05 04:02:06','2021-01-04 23:02:06'),
(36044,16178,'action complete via WP Cron','2021-01-05 04:02:06','2021-01-04 23:02:06'),
(36045,16179,'action created','2021-01-05 04:02:06','2021-01-04 23:02:06'),
(36046,16179,'action started via WP Cron','2021-01-05 04:09:50','2021-01-04 23:09:50'),
(36047,16179,'action complete via WP Cron','2021-01-05 04:09:50','2021-01-04 23:09:50'),
(36048,16180,'action created','2021-01-05 04:09:50','2021-01-04 23:09:50'),
(36049,16180,'action started via WP Cron','2021-01-05 04:10:25','2021-01-04 23:10:25'),
(36050,16180,'action complete via WP Cron','2021-01-05 04:10:25','2021-01-04 23:10:25'),
(36051,16181,'action created','2021-01-05 04:10:25','2021-01-04 23:10:25'),
(36052,16181,'action started via WP Cron','2021-01-05 04:11:24','2021-01-04 23:11:24'),
(36053,16181,'action complete via WP Cron','2021-01-05 04:11:24','2021-01-04 23:11:24'),
(36054,16182,'action created','2021-01-05 04:11:24','2021-01-04 23:11:24'),
(36055,16182,'action started via WP Cron','2021-01-05 04:12:59','2021-01-04 23:12:59'),
(36056,16182,'action complete via WP Cron','2021-01-05 04:12:59','2021-01-04 23:12:59'),
(36057,16183,'action created','2021-01-05 04:12:59','2021-01-04 23:12:59'),
(36058,16183,'action started via WP Cron','2021-01-05 04:15:00','2021-01-04 23:15:00'),
(36059,16183,'action complete via WP Cron','2021-01-05 04:15:00','2021-01-04 23:15:00'),
(36060,16184,'action created','2021-01-05 04:15:00','2021-01-04 23:15:00'),
(36061,16184,'action started via WP Cron','2021-01-05 04:19:50','2021-01-04 23:19:50'),
(36062,16184,'action complete via WP Cron','2021-01-05 04:19:50','2021-01-04 23:19:50'),
(36063,16185,'action created','2021-01-05 04:19:50','2021-01-04 23:19:50'),
(36064,16185,'action started via WP Cron','2021-01-05 04:21:44','2021-01-04 23:21:44'),
(36065,16185,'action complete via WP Cron','2021-01-05 04:21:44','2021-01-04 23:21:44'),
(36066,16186,'action created','2021-01-05 04:21:44','2021-01-04 23:21:44'),
(36067,16186,'action started via WP Cron','2021-01-05 04:23:15','2021-01-04 23:23:15'),
(36068,16186,'action complete via WP Cron','2021-01-05 04:23:15','2021-01-04 23:23:15'),
(36069,16187,'action created','2021-01-05 04:23:15','2021-01-04 23:23:15'),
(36070,16187,'action started via WP Cron','2021-01-05 04:25:16','2021-01-04 23:25:16'),
(36071,16187,'action complete via WP Cron','2021-01-05 04:25:16','2021-01-04 23:25:16'),
(36072,16188,'action created','2021-01-05 04:25:16','2021-01-04 23:25:16'),
(36073,16188,'action started via WP Cron','2021-01-05 04:26:48','2021-01-04 23:26:48'),
(36074,16188,'action complete via WP Cron','2021-01-05 04:26:48','2021-01-04 23:26:48'),
(36075,16189,'action created','2021-01-05 04:26:48','2021-01-04 23:26:48'),
(36076,16189,'action started via WP Cron','2021-01-05 04:27:18','2021-01-04 23:27:18'),
(36077,16189,'action complete via WP Cron','2021-01-05 04:27:18','2021-01-04 23:27:18'),
(36078,16190,'action created','2021-01-05 04:27:18','2021-01-04 23:27:18'),
(36079,16190,'action started via WP Cron','2021-01-05 04:30:08','2021-01-04 23:30:08'),
(36080,16190,'action complete via WP Cron','2021-01-05 04:30:08','2021-01-04 23:30:08'),
(36081,16191,'action created','2021-01-05 04:30:08','2021-01-04 23:30:08'),
(36082,16191,'action started via WP Cron','2021-01-05 04:31:19','2021-01-04 23:31:19'),
(36083,16191,'action complete via WP Cron','2021-01-05 04:31:19','2021-01-04 23:31:19'),
(36084,16192,'action created','2021-01-05 04:31:19','2021-01-04 23:31:19'),
(36085,16192,'action started via WP Cron','2021-01-05 04:33:57','2021-01-04 23:33:57'),
(36086,16192,'action complete via WP Cron','2021-01-05 04:33:57','2021-01-04 23:33:57'),
(36087,16193,'action created','2021-01-05 04:33:57','2021-01-04 23:33:57'),
(36088,16193,'action started via WP Cron','2021-01-05 04:34:37','2021-01-04 23:34:37'),
(36089,16193,'action complete via WP Cron','2021-01-05 04:34:37','2021-01-04 23:34:37'),
(36090,16194,'action created','2021-01-05 04:34:37','2021-01-04 23:34:37'),
(36091,16194,'action started via WP Cron','2021-01-05 04:40:06','2021-01-04 23:40:06'),
(36092,16194,'action complete via WP Cron','2021-01-05 04:40:06','2021-01-04 23:40:06'),
(36093,16195,'action created','2021-01-05 04:40:06','2021-01-04 23:40:06'),
(36094,16195,'action started via WP Cron','2021-01-05 04:40:28','2021-01-04 23:40:28'),
(36095,16195,'action complete via WP Cron','2021-01-05 04:40:28','2021-01-04 23:40:28'),
(36096,16196,'action created','2021-01-05 04:40:28','2021-01-04 23:40:28'),
(36097,16196,'action started via WP Cron','2021-01-05 04:44:32','2021-01-04 23:44:32'),
(36098,16196,'action complete via WP Cron','2021-01-05 04:44:32','2021-01-04 23:44:32'),
(36099,16197,'action created','2021-01-05 04:44:32','2021-01-04 23:44:32'),
(36100,16197,'action started via WP Cron','2021-01-05 04:45:29','2021-01-04 23:45:29'),
(36101,16197,'action complete via WP Cron','2021-01-05 04:45:29','2021-01-04 23:45:29'),
(36102,16198,'action created','2021-01-05 04:45:29','2021-01-04 23:45:29'),
(36103,16198,'action started via WP Cron','2021-01-05 04:50:14','2021-01-04 23:50:14'),
(36104,16198,'action complete via WP Cron','2021-01-05 04:50:14','2021-01-04 23:50:14'),
(36105,16199,'action created','2021-01-05 04:50:14','2021-01-04 23:50:14'),
(36106,16199,'action started via WP Cron','2021-01-05 04:51:26','2021-01-04 23:51:26'),
(36107,16199,'action complete via WP Cron','2021-01-05 04:51:26','2021-01-04 23:51:26'),
(36108,16200,'action created','2021-01-05 04:51:26','2021-01-04 23:51:26'),
(36109,16200,'action started via WP Cron','2021-01-05 04:52:28','2021-01-04 23:52:28'),
(36110,16200,'action complete via WP Cron','2021-01-05 04:52:28','2021-01-04 23:52:28'),
(36111,16201,'action created','2021-01-05 04:52:28','2021-01-04 23:52:28'),
(36112,16201,'action started via WP Cron','2021-01-05 04:53:24','2021-01-04 23:53:24'),
(36113,16201,'action complete via WP Cron','2021-01-05 04:53:24','2021-01-04 23:53:24'),
(36114,16202,'action created','2021-01-05 04:53:24','2021-01-04 23:53:24'),
(36115,16202,'action started via WP Cron','2021-01-05 04:54:15','2021-01-04 23:54:15'),
(36116,16202,'action complete via WP Cron','2021-01-05 04:54:15','2021-01-04 23:54:15'),
(36117,16203,'action created','2021-01-05 04:54:15','2021-01-04 23:54:15'),
(36118,16203,'action started via WP Cron','2021-01-05 04:55:48','2021-01-04 23:55:48'),
(36119,16203,'action complete via WP Cron','2021-01-05 04:55:48','2021-01-04 23:55:48'),
(36120,16204,'action created','2021-01-05 04:55:48','2021-01-04 23:55:48'),
(36121,16204,'action started via WP Cron','2021-01-05 04:57:09','2021-01-04 23:57:09'),
(36122,16204,'action complete via WP Cron','2021-01-05 04:57:09','2021-01-04 23:57:09'),
(36123,16205,'action created','2021-01-05 04:57:09','2021-01-04 23:57:09'),
(36124,16205,'action started via WP Cron','2021-01-05 04:57:31','2021-01-04 23:57:31'),
(36125,16205,'action complete via WP Cron','2021-01-05 04:57:31','2021-01-04 23:57:31'),
(36126,16206,'action created','2021-01-05 04:57:31','2021-01-04 23:57:31'),
(36127,16206,'action started via WP Cron','2021-01-05 05:03:03','2021-01-05 00:03:03'),
(36128,16206,'action complete via WP Cron','2021-01-05 05:03:03','2021-01-05 00:03:03'),
(36129,16207,'action created','2021-01-05 05:03:03','2021-01-05 00:03:03'),
(36130,16207,'action started via WP Cron','2021-01-05 05:04:19','2021-01-05 00:04:19'),
(36131,16207,'action complete via WP Cron','2021-01-05 05:04:19','2021-01-05 00:04:19'),
(36132,16208,'action created','2021-01-05 05:04:19','2021-01-05 00:04:19'),
(36133,16208,'action started via WP Cron','2021-01-05 05:05:39','2021-01-05 00:05:39'),
(36134,16208,'action complete via WP Cron','2021-01-05 05:05:39','2021-01-05 00:05:39'),
(36135,16209,'action created','2021-01-05 05:05:39','2021-01-05 00:05:39'),
(36136,16209,'action started via WP Cron','2021-01-05 05:06:12','2021-01-05 00:06:12'),
(36137,16209,'action complete via WP Cron','2021-01-05 05:06:12','2021-01-05 00:06:12'),
(36138,16210,'action created','2021-01-05 05:06:13','2021-01-05 00:06:13'),
(36139,16210,'action started via WP Cron','2021-01-05 05:08:02','2021-01-05 00:08:02'),
(36140,16210,'action complete via WP Cron','2021-01-05 05:08:02','2021-01-05 00:08:02'),
(36141,16211,'action created','2021-01-05 05:08:02','2021-01-05 00:08:02'),
(36142,16211,'action started via WP Cron','2021-01-05 05:08:51','2021-01-05 00:08:51'),
(36143,16211,'action complete via WP Cron','2021-01-05 05:08:51','2021-01-05 00:08:51'),
(36144,16212,'action created','2021-01-05 05:08:51','2021-01-05 00:08:51'),
(36145,16212,'action started via WP Cron','2021-01-05 05:12:20','2021-01-05 00:12:20'),
(36146,16212,'action complete via WP Cron','2021-01-05 05:12:20','2021-01-05 00:12:20'),
(36147,16213,'action created','2021-01-05 05:12:20','2021-01-05 00:12:20'),
(36148,16213,'action started via WP Cron','2021-01-05 05:13:13','2021-01-05 00:13:13'),
(36149,16213,'action complete via WP Cron','2021-01-05 05:13:13','2021-01-05 00:13:13'),
(36150,16214,'action created','2021-01-05 05:13:13','2021-01-05 00:13:13'),
(36151,16214,'action started via WP Cron','2021-01-05 05:15:02','2021-01-05 00:15:02'),
(36152,16214,'action complete via WP Cron','2021-01-05 05:15:02','2021-01-05 00:15:02'),
(36153,16215,'action created','2021-01-05 05:15:03','2021-01-05 00:15:03'),
(36154,16215,'action started via WP Cron','2021-01-05 05:15:20','2021-01-05 00:15:20'),
(36155,16215,'action complete via WP Cron','2021-01-05 05:15:20','2021-01-05 00:15:20'),
(36156,16216,'action created','2021-01-05 05:15:20','2021-01-05 00:15:20'),
(36157,16216,'action started via WP Cron','2021-01-05 05:16:11','2021-01-05 00:16:11'),
(36158,16216,'action complete via WP Cron','2021-01-05 05:16:11','2021-01-05 00:16:11'),
(36159,16217,'action created','2021-01-05 05:16:11','2021-01-05 00:16:11'),
(36160,16217,'action started via WP Cron','2021-01-05 05:17:11','2021-01-05 00:17:11'),
(36161,16217,'action complete via WP Cron','2021-01-05 05:17:11','2021-01-05 00:17:11'),
(36162,16218,'action created','2021-01-05 05:17:11','2021-01-05 00:17:11'),
(36163,16218,'action started via WP Cron','2021-01-05 05:23:40','2021-01-05 00:23:40'),
(36164,16218,'action complete via WP Cron','2021-01-05 05:23:40','2021-01-05 00:23:40'),
(36165,16219,'action created','2021-01-05 05:23:40','2021-01-05 00:23:40'),
(36166,16219,'action started via WP Cron','2021-01-05 05:24:14','2021-01-05 00:24:14'),
(36167,16219,'action complete via WP Cron','2021-01-05 05:24:14','2021-01-05 00:24:14'),
(36168,16220,'action created','2021-01-05 05:24:14','2021-01-05 00:24:14'),
(36169,16220,'action started via WP Cron','2021-01-05 05:28:48','2021-01-05 00:28:48'),
(36170,16220,'action complete via WP Cron','2021-01-05 05:28:48','2021-01-05 00:28:48'),
(36171,16221,'action created','2021-01-05 05:28:48','2021-01-05 00:28:48'),
(36172,16221,'action started via WP Cron','2021-01-05 05:32:37','2021-01-05 00:32:37'),
(36173,16221,'action complete via WP Cron','2021-01-05 05:32:37','2021-01-05 00:32:37'),
(36174,16222,'action created','2021-01-05 05:32:37','2021-01-05 00:32:37'),
(36175,16222,'action started via WP Cron','2021-01-05 05:34:01','2021-01-05 00:34:01'),
(36176,16222,'action complete via WP Cron','2021-01-05 05:34:01','2021-01-05 00:34:01'),
(36177,16223,'action created','2021-01-05 05:34:01','2021-01-05 00:34:01'),
(36178,16223,'action started via WP Cron','2021-01-05 05:35:01','2021-01-05 00:35:01'),
(36179,16223,'action complete via WP Cron','2021-01-05 05:35:01','2021-01-05 00:35:01'),
(36180,16224,'action created','2021-01-05 05:35:01','2021-01-05 00:35:01'),
(36181,16224,'action started via WP Cron','2021-01-05 05:36:43','2021-01-05 00:36:43'),
(36182,16224,'action complete via WP Cron','2021-01-05 05:36:43','2021-01-05 00:36:43'),
(36183,16225,'action created','2021-01-05 05:36:43','2021-01-05 00:36:43'),
(36184,16225,'action started via WP Cron','2021-01-05 05:37:24','2021-01-05 00:37:24'),
(36185,16225,'action complete via WP Cron','2021-01-05 05:37:24','2021-01-05 00:37:24'),
(36186,16226,'action created','2021-01-05 05:37:24','2021-01-05 00:37:24'),
(36187,16226,'action started via WP Cron','2021-01-05 05:40:07','2021-01-05 00:40:07'),
(36188,16226,'action complete via WP Cron','2021-01-05 05:40:07','2021-01-05 00:40:07'),
(36189,16227,'action created','2021-01-05 05:40:07','2021-01-05 00:40:07'),
(36190,16227,'action started via WP Cron','2021-01-05 05:40:53','2021-01-05 00:40:53'),
(36191,16227,'action complete via WP Cron','2021-01-05 05:40:53','2021-01-05 00:40:53'),
(36192,16228,'action created','2021-01-05 05:40:53','2021-01-05 00:40:53'),
(36193,16228,'action started via WP Cron','2021-01-05 05:43:14','2021-01-05 00:43:14'),
(36194,16228,'action complete via WP Cron','2021-01-05 05:43:14','2021-01-05 00:43:14'),
(36195,16229,'action created','2021-01-05 05:43:14','2021-01-05 00:43:14'),
(36196,16229,'action started via WP Cron','2021-01-05 05:44:32','2021-01-05 00:44:32'),
(36197,16229,'action complete via WP Cron','2021-01-05 05:44:32','2021-01-05 00:44:32'),
(36198,16230,'action created','2021-01-05 05:44:32','2021-01-05 00:44:32'),
(36199,16230,'action started via WP Cron','2021-01-05 05:45:32','2021-01-05 00:45:32'),
(36200,16230,'action complete via WP Cron','2021-01-05 05:45:32','2021-01-05 00:45:32'),
(36201,16231,'action created','2021-01-05 05:45:32','2021-01-05 00:45:32'),
(36202,16231,'action started via WP Cron','2021-01-05 05:47:33','2021-01-05 00:47:33'),
(36203,16231,'action complete via WP Cron','2021-01-05 05:47:33','2021-01-05 00:47:33'),
(36204,16232,'action created','2021-01-05 05:47:33','2021-01-05 00:47:33'),
(36205,16232,'action started via WP Cron','2021-01-05 05:50:10','2021-01-05 00:50:10'),
(36206,16232,'action complete via WP Cron','2021-01-05 05:50:10','2021-01-05 00:50:10'),
(36207,16233,'action created','2021-01-05 05:50:10','2021-01-05 00:50:10'),
(36208,16233,'action started via WP Cron','2021-01-05 05:51:40','2021-01-05 00:51:40'),
(36209,16233,'action complete via WP Cron','2021-01-05 05:51:40','2021-01-05 00:51:40'),
(36210,16234,'action created','2021-01-05 05:51:40','2021-01-05 00:51:40'),
(36211,16234,'action started via WP Cron','2021-01-05 05:52:11','2021-01-05 00:52:11'),
(36212,16234,'action complete via WP Cron','2021-01-05 05:52:11','2021-01-05 00:52:11'),
(36213,16235,'action created','2021-01-05 05:52:11','2021-01-05 00:52:11'),
(36214,16235,'action started via WP Cron','2021-01-05 05:56:53','2021-01-05 00:56:53'),
(36215,16235,'action complete via WP Cron','2021-01-05 05:56:53','2021-01-05 00:56:53'),
(36216,16236,'action created','2021-01-05 05:56:53','2021-01-05 00:56:53'),
(36217,16236,'action started via WP Cron','2021-01-05 05:57:21','2021-01-05 00:57:21'),
(36218,16236,'action complete via WP Cron','2021-01-05 05:57:21','2021-01-05 00:57:21'),
(36219,16237,'action created','2021-01-05 05:57:21','2021-01-05 00:57:21'),
(36220,16237,'action started via WP Cron','2021-01-05 05:58:38','2021-01-05 00:58:38'),
(36221,16237,'action complete via WP Cron','2021-01-05 05:58:38','2021-01-05 00:58:38'),
(36222,16238,'action created','2021-01-05 05:58:38','2021-01-05 00:58:38'),
(36223,16238,'action started via WP Cron','2021-01-05 05:59:49','2021-01-05 00:59:49'),
(36224,16238,'action complete via WP Cron','2021-01-05 05:59:49','2021-01-05 00:59:49'),
(36225,16239,'action created','2021-01-05 05:59:49','2021-01-05 00:59:49'),
(36226,16239,'action started via WP Cron','2021-01-05 06:00:50','2021-01-05 01:00:50'),
(36227,16239,'action complete via WP Cron','2021-01-05 06:00:50','2021-01-05 01:00:50'),
(36228,16240,'action created','2021-01-05 06:00:50','2021-01-05 01:00:50'),
(36229,16240,'action started via WP Cron','2021-01-05 06:01:47','2021-01-05 01:01:47'),
(36230,16240,'action complete via WP Cron','2021-01-05 06:01:47','2021-01-05 01:01:47'),
(36231,16241,'action created','2021-01-05 06:01:47','2021-01-05 01:01:47'),
(36232,16241,'action started via WP Cron','2021-01-05 06:05:09','2021-01-05 01:05:09'),
(36233,16241,'action complete via WP Cron','2021-01-05 06:05:09','2021-01-05 01:05:09'),
(36234,16242,'action created','2021-01-05 06:05:09','2021-01-05 01:05:09'),
(36235,16242,'action started via WP Cron','2021-01-05 06:05:33','2021-01-05 01:05:33'),
(36236,16242,'action complete via WP Cron','2021-01-05 06:05:33','2021-01-05 01:05:33'),
(36237,16243,'action created','2021-01-05 06:05:33','2021-01-05 01:05:33'),
(36238,16243,'action started via WP Cron','2021-01-05 06:08:15','2021-01-05 01:08:15'),
(36239,16243,'action complete via WP Cron','2021-01-05 06:08:15','2021-01-05 01:08:15'),
(36240,16244,'action created','2021-01-05 06:08:15','2021-01-05 01:08:15'),
(36241,16244,'action started via WP Cron','2021-01-05 06:11:44','2021-01-05 01:11:44'),
(36242,16244,'action complete via WP Cron','2021-01-05 06:11:44','2021-01-05 01:11:44'),
(36243,16245,'action created','2021-01-05 06:11:44','2021-01-05 01:11:44'),
(36244,16245,'action started via WP Cron','2021-01-05 06:14:11','2021-01-05 01:14:11'),
(36245,16245,'action complete via WP Cron','2021-01-05 06:14:11','2021-01-05 01:14:11'),
(36246,16246,'action created','2021-01-05 06:14:11','2021-01-05 01:14:11'),
(36247,16246,'action started via WP Cron','2021-01-05 06:15:19','2021-01-05 01:15:19'),
(36248,16246,'action complete via WP Cron','2021-01-05 06:15:19','2021-01-05 01:15:19'),
(36249,16247,'action created','2021-01-05 06:15:19','2021-01-05 01:15:19'),
(36250,16247,'action started via WP Cron','2021-01-05 06:16:15','2021-01-05 01:16:15'),
(36251,16247,'action complete via WP Cron','2021-01-05 06:16:15','2021-01-05 01:16:15'),
(36252,16248,'action created','2021-01-05 06:16:15','2021-01-05 01:16:15'),
(36253,16248,'action started via WP Cron','2021-01-05 06:17:35','2021-01-05 01:17:35'),
(36254,16248,'action complete via WP Cron','2021-01-05 06:17:35','2021-01-05 01:17:35'),
(36255,16249,'action created','2021-01-05 06:17:35','2021-01-05 01:17:35'),
(36256,16249,'action started via WP Cron','2021-01-05 06:18:21','2021-01-05 01:18:21'),
(36257,16249,'action complete via WP Cron','2021-01-05 06:18:21','2021-01-05 01:18:21'),
(36258,16250,'action created','2021-01-05 06:18:21','2021-01-05 01:18:21'),
(36259,16250,'action started via WP Cron','2021-01-05 06:20:13','2021-01-05 01:20:13'),
(36260,16250,'action complete via WP Cron','2021-01-05 06:20:13','2021-01-05 01:20:13'),
(36261,16251,'action created','2021-01-05 06:20:14','2021-01-05 01:20:14'),
(36262,16251,'action started via WP Cron','2021-01-05 06:23:38','2021-01-05 01:23:38'),
(36263,16251,'action complete via WP Cron','2021-01-05 06:23:38','2021-01-05 01:23:38'),
(36264,16252,'action created','2021-01-05 06:23:38','2021-01-05 01:23:38'),
(36265,16252,'action started via WP Cron','2021-01-05 06:24:25','2021-01-05 01:24:25'),
(36266,16252,'action complete via WP Cron','2021-01-05 06:24:25','2021-01-05 01:24:25'),
(36267,16253,'action created','2021-01-05 06:24:25','2021-01-05 01:24:25'),
(36268,16253,'action started via WP Cron','2021-01-05 06:26:46','2021-01-05 01:26:46'),
(36269,16253,'action complete via WP Cron','2021-01-05 06:26:46','2021-01-05 01:26:46'),
(36270,16254,'action created','2021-01-05 06:26:46','2021-01-05 01:26:46'),
(36271,16254,'action started via WP Cron','2021-01-05 06:29:09','2021-01-05 01:29:09'),
(36272,16254,'action complete via WP Cron','2021-01-05 06:29:09','2021-01-05 01:29:09'),
(36273,16255,'action created','2021-01-05 06:29:09','2021-01-05 01:29:09'),
(36274,16255,'action started via WP Cron','2021-01-05 06:30:40','2021-01-05 01:30:40'),
(36275,16255,'action complete via WP Cron','2021-01-05 06:30:40','2021-01-05 01:30:40'),
(36276,16256,'action created','2021-01-05 06:30:40','2021-01-05 01:30:40'),
(36277,16256,'action started via WP Cron','2021-01-05 06:31:11','2021-01-05 01:31:11'),
(36278,16256,'action complete via WP Cron','2021-01-05 06:31:11','2021-01-05 01:31:11'),
(36279,16257,'action created','2021-01-05 06:31:11','2021-01-05 01:31:11'),
(36280,16257,'action started via WP Cron','2021-01-05 06:32:18','2021-01-05 01:32:18'),
(36281,16257,'action complete via WP Cron','2021-01-05 06:32:18','2021-01-05 01:32:18'),
(36282,16258,'action created','2021-01-05 06:32:18','2021-01-05 01:32:18'),
(36283,16258,'action started via WP Cron','2021-01-05 06:34:37','2021-01-05 01:34:37'),
(36284,16258,'action complete via WP Cron','2021-01-05 06:34:37','2021-01-05 01:34:37'),
(36285,16259,'action created','2021-01-05 06:34:37','2021-01-05 01:34:37'),
(36286,16259,'action started via WP Cron','2021-01-05 06:37:47','2021-01-05 01:37:47'),
(36287,16259,'action complete via WP Cron','2021-01-05 06:37:47','2021-01-05 01:37:47'),
(36288,16260,'action created','2021-01-05 06:37:47','2021-01-05 01:37:47'),
(36289,16260,'action started via WP Cron','2021-01-05 06:38:33','2021-01-05 01:38:33'),
(36290,16260,'action complete via WP Cron','2021-01-05 06:38:33','2021-01-05 01:38:33'),
(36291,16261,'action created','2021-01-05 06:38:33','2021-01-05 01:38:33'),
(36292,16261,'action started via WP Cron','2021-01-05 06:39:37','2021-01-05 01:39:37'),
(36293,16261,'action complete via WP Cron','2021-01-05 06:39:37','2021-01-05 01:39:37'),
(36294,16262,'action created','2021-01-05 06:39:37','2021-01-05 01:39:37'),
(36295,16262,'action started via WP Cron','2021-01-05 06:41:01','2021-01-05 01:41:01'),
(36296,16262,'action complete via WP Cron','2021-01-05 06:41:01','2021-01-05 01:41:01'),
(36297,16263,'action created','2021-01-05 06:41:01','2021-01-05 01:41:01'),
(36298,16263,'action started via WP Cron','2021-01-05 06:41:12','2021-01-05 01:41:12'),
(36299,16263,'action complete via WP Cron','2021-01-05 06:41:12','2021-01-05 01:41:12'),
(36300,16264,'action created','2021-01-05 06:41:12','2021-01-05 01:41:12'),
(36301,16264,'action started via WP Cron','2021-01-05 06:42:25','2021-01-05 01:42:25'),
(36302,16264,'action complete via WP Cron','2021-01-05 06:42:25','2021-01-05 01:42:25'),
(36303,16265,'action created','2021-01-05 06:42:25','2021-01-05 01:42:25'),
(36304,16265,'action started via WP Cron','2021-01-05 06:43:29','2021-01-05 01:43:29'),
(36305,16265,'action complete via WP Cron','2021-01-05 06:43:29','2021-01-05 01:43:29'),
(36306,16266,'action created','2021-01-05 06:43:29','2021-01-05 01:43:29'),
(36307,16266,'action started via WP Cron','2021-01-05 06:44:51','2021-01-05 01:44:51'),
(36308,16266,'action complete via WP Cron','2021-01-05 06:44:51','2021-01-05 01:44:51'),
(36309,16267,'action created','2021-01-05 06:44:51','2021-01-05 01:44:51'),
(36310,16267,'action started via WP Cron','2021-01-05 06:45:18','2021-01-05 01:45:18'),
(36311,16267,'action complete via WP Cron','2021-01-05 06:45:18','2021-01-05 01:45:18'),
(36312,16268,'action created','2021-01-05 06:45:18','2021-01-05 01:45:18'),
(36313,16268,'action started via WP Cron','2021-01-05 06:46:43','2021-01-05 01:46:43'),
(36314,16268,'action complete via WP Cron','2021-01-05 06:46:43','2021-01-05 01:46:43'),
(36315,16269,'action created','2021-01-05 06:46:43','2021-01-05 01:46:43'),
(36316,16269,'action started via WP Cron','2021-01-05 06:49:15','2021-01-05 01:49:15'),
(36317,16269,'action complete via WP Cron','2021-01-05 06:49:15','2021-01-05 01:49:15'),
(36318,16270,'action created','2021-01-05 06:49:15','2021-01-05 01:49:15'),
(36319,16270,'action started via WP Cron','2021-01-05 06:51:31','2021-01-05 01:51:31'),
(36320,16270,'action complete via WP Cron','2021-01-05 06:51:31','2021-01-05 01:51:31'),
(36321,16271,'action created','2021-01-05 06:51:31','2021-01-05 01:51:31'),
(36322,16271,'action started via WP Cron','2021-01-05 06:52:35','2021-01-05 01:52:35'),
(36323,16271,'action complete via WP Cron','2021-01-05 06:52:35','2021-01-05 01:52:35'),
(36324,16272,'action created','2021-01-05 06:52:35','2021-01-05 01:52:35'),
(36325,16272,'action started via WP Cron','2021-01-05 06:53:25','2021-01-05 01:53:25'),
(36326,16272,'action complete via WP Cron','2021-01-05 06:53:25','2021-01-05 01:53:25'),
(36327,16273,'action created','2021-01-05 06:53:25','2021-01-05 01:53:25'),
(36328,16273,'action started via WP Cron','2021-01-05 06:54:44','2021-01-05 01:54:44'),
(36329,16273,'action complete via WP Cron','2021-01-05 06:54:44','2021-01-05 01:54:44'),
(36330,16274,'action created','2021-01-05 06:54:44','2021-01-05 01:54:44'),
(36331,16274,'action started via WP Cron','2021-01-05 06:56:26','2021-01-05 01:56:26'),
(36332,16274,'action complete via WP Cron','2021-01-05 06:56:26','2021-01-05 01:56:26'),
(36333,16275,'action created','2021-01-05 06:56:26','2021-01-05 01:56:26'),
(36334,16275,'action started via WP Cron','2021-01-05 06:57:26','2021-01-05 01:57:26'),
(36335,16275,'action complete via WP Cron','2021-01-05 06:57:26','2021-01-05 01:57:26'),
(36336,16276,'action created','2021-01-05 06:57:26','2021-01-05 01:57:26'),
(36337,16276,'action started via WP Cron','2021-01-05 06:58:45','2021-01-05 01:58:45'),
(36338,16276,'action complete via WP Cron','2021-01-05 06:58:45','2021-01-05 01:58:45'),
(36339,16277,'action created','2021-01-05 06:58:45','2021-01-05 01:58:45'),
(36340,16277,'action started via WP Cron','2021-01-05 06:59:54','2021-01-05 01:59:54'),
(36341,16277,'action complete via WP Cron','2021-01-05 06:59:54','2021-01-05 01:59:54'),
(36342,16278,'action created','2021-01-05 06:59:54','2021-01-05 01:59:54'),
(36343,16278,'action started via WP Cron','2021-01-05 07:01:53','2021-01-05 02:01:53'),
(36344,16278,'action complete via WP Cron','2021-01-05 07:01:53','2021-01-05 02:01:53'),
(36345,16279,'action created','2021-01-05 07:01:53','2021-01-05 02:01:53'),
(36346,16279,'action started via WP Cron','2021-01-05 07:02:57','2021-01-05 02:02:57'),
(36347,16279,'action complete via WP Cron','2021-01-05 07:02:57','2021-01-05 02:02:57'),
(36348,16280,'action created','2021-01-05 07:02:57','2021-01-05 02:02:57'),
(36349,16280,'action started via WP Cron','2021-01-05 07:04:44','2021-01-05 02:04:44'),
(36350,16280,'action complete via WP Cron','2021-01-05 07:04:44','2021-01-05 02:04:44'),
(36351,16281,'action created','2021-01-05 07:04:44','2021-01-05 02:04:44'),
(36352,16281,'action started via WP Cron','2021-01-05 07:06:40','2021-01-05 02:06:40'),
(36353,16281,'action complete via WP Cron','2021-01-05 07:06:40','2021-01-05 02:06:40'),
(36354,16282,'action created','2021-01-05 07:06:40','2021-01-05 02:06:40'),
(36355,16282,'action started via WP Cron','2021-01-05 07:07:43','2021-01-05 02:07:43'),
(36356,16282,'action complete via WP Cron','2021-01-05 07:07:43','2021-01-05 02:07:43'),
(36357,16283,'action created','2021-01-05 07:07:43','2021-01-05 02:07:43'),
(36358,16283,'action started via WP Cron','2021-01-05 07:10:41','2021-01-05 02:10:41'),
(36359,16283,'action complete via WP Cron','2021-01-05 07:10:41','2021-01-05 02:10:41'),
(36360,16284,'action created','2021-01-05 07:10:41','2021-01-05 02:10:41'),
(36361,16284,'action started via WP Cron','2021-01-05 07:11:28','2021-01-05 02:11:28'),
(36362,16284,'action complete via WP Cron','2021-01-05 07:11:28','2021-01-05 02:11:28'),
(36363,16285,'action created','2021-01-05 07:11:28','2021-01-05 02:11:28'),
(36364,16285,'action started via WP Cron','2021-01-05 07:14:04','2021-01-05 02:14:04'),
(36365,16285,'action complete via WP Cron','2021-01-05 07:14:04','2021-01-05 02:14:04'),
(36366,16286,'action created','2021-01-05 07:14:04','2021-01-05 02:14:04'),
(36367,16286,'action started via WP Cron','2021-01-05 07:16:08','2021-01-05 02:16:08'),
(36368,16286,'action complete via WP Cron','2021-01-05 07:16:08','2021-01-05 02:16:08'),
(36369,16287,'action created','2021-01-05 07:16:08','2021-01-05 02:16:08'),
(36370,16287,'action started via WP Cron','2021-01-05 07:16:56','2021-01-05 02:16:56'),
(36371,16287,'action complete via WP Cron','2021-01-05 07:16:56','2021-01-05 02:16:56'),
(36372,16288,'action created','2021-01-05 07:16:56','2021-01-05 02:16:56'),
(36373,16288,'action started via WP Cron','2021-01-05 07:18:07','2021-01-05 02:18:07'),
(36374,16288,'action complete via WP Cron','2021-01-05 07:18:07','2021-01-05 02:18:07'),
(36375,16289,'action created','2021-01-05 07:18:07','2021-01-05 02:18:07'),
(36376,16289,'action started via WP Cron','2021-01-05 07:19:07','2021-01-05 02:19:07'),
(36377,16289,'action complete via WP Cron','2021-01-05 07:19:07','2021-01-05 02:19:07'),
(36378,16290,'action created','2021-01-05 07:19:07','2021-01-05 02:19:07'),
(36379,16290,'action started via WP Cron','2021-01-05 07:19:56','2021-01-05 02:19:56'),
(36380,16290,'action complete via WP Cron','2021-01-05 07:19:56','2021-01-05 02:19:56'),
(36381,16291,'action created','2021-01-05 07:19:56','2021-01-05 02:19:56'),
(36382,16291,'action started via WP Cron','2021-01-05 07:20:23','2021-01-05 02:20:23'),
(36383,16291,'action complete via WP Cron','2021-01-05 07:20:23','2021-01-05 02:20:23'),
(36384,16292,'action created','2021-01-05 07:20:23','2021-01-05 02:20:23'),
(36385,16292,'action started via WP Cron','2021-01-05 07:21:16','2021-01-05 02:21:16'),
(36386,16292,'action complete via WP Cron','2021-01-05 07:21:16','2021-01-05 02:21:16'),
(36387,16293,'action created','2021-01-05 07:21:16','2021-01-05 02:21:16'),
(36388,16293,'action started via WP Cron','2021-01-05 07:22:28','2021-01-05 02:22:28'),
(36389,16293,'action complete via WP Cron','2021-01-05 07:22:28','2021-01-05 02:22:28'),
(36390,16294,'action created','2021-01-05 07:22:28','2021-01-05 02:22:28'),
(36391,16294,'action started via WP Cron','2021-01-05 07:23:13','2021-01-05 02:23:13'),
(36392,16294,'action complete via WP Cron','2021-01-05 07:23:13','2021-01-05 02:23:13'),
(36393,16295,'action created','2021-01-05 07:23:13','2021-01-05 02:23:13'),
(36394,16295,'action started via WP Cron','2021-01-05 07:24:12','2021-01-05 02:24:12'),
(36395,16295,'action complete via WP Cron','2021-01-05 07:24:12','2021-01-05 02:24:12'),
(36396,16296,'action created','2021-01-05 07:24:12','2021-01-05 02:24:12'),
(36397,16296,'action started via WP Cron','2021-01-05 07:25:13','2021-01-05 02:25:13'),
(36398,16296,'action complete via WP Cron','2021-01-05 07:25:13','2021-01-05 02:25:13'),
(36399,16297,'action created','2021-01-05 07:25:13','2021-01-05 02:25:13'),
(36400,16297,'action started via WP Cron','2021-01-05 07:26:24','2021-01-05 02:26:24'),
(36401,16297,'action complete via WP Cron','2021-01-05 07:26:24','2021-01-05 02:26:24'),
(36402,16298,'action created','2021-01-05 07:26:24','2021-01-05 02:26:24'),
(36403,16298,'action started via WP Cron','2021-01-05 07:29:05','2021-01-05 02:29:05'),
(36404,16298,'action complete via WP Cron','2021-01-05 07:29:05','2021-01-05 02:29:05'),
(36405,16299,'action created','2021-01-05 07:29:05','2021-01-05 02:29:05'),
(36406,16299,'action started via WP Cron','2021-01-05 07:29:35','2021-01-05 02:29:35'),
(36407,16299,'action complete via WP Cron','2021-01-05 07:29:35','2021-01-05 02:29:35'),
(36408,16300,'action created','2021-01-05 07:29:35','2021-01-05 02:29:35'),
(36409,16300,'action started via WP Cron','2021-01-05 07:31:56','2021-01-05 02:31:56'),
(36410,16300,'action complete via WP Cron','2021-01-05 07:31:56','2021-01-05 02:31:56'),
(36411,16301,'action created','2021-01-05 07:31:56','2021-01-05 02:31:56'),
(36412,16301,'action started via WP Cron','2021-01-05 07:34:39','2021-01-05 02:34:39'),
(36413,16301,'action complete via WP Cron','2021-01-05 07:34:39','2021-01-05 02:34:39'),
(36414,16302,'action created','2021-01-05 07:34:39','2021-01-05 02:34:39'),
(36415,16302,'action started via WP Cron','2021-01-05 07:35:41','2021-01-05 02:35:41'),
(36416,16302,'action complete via WP Cron','2021-01-05 07:35:41','2021-01-05 02:35:41'),
(36417,16303,'action created','2021-01-05 07:35:41','2021-01-05 02:35:41'),
(36418,16303,'action started via WP Cron','2021-01-05 07:36:55','2021-01-05 02:36:55'),
(36419,16303,'action complete via WP Cron','2021-01-05 07:36:55','2021-01-05 02:36:55'),
(36420,16304,'action created','2021-01-05 07:36:55','2021-01-05 02:36:55'),
(36421,16304,'action started via WP Cron','2021-01-05 07:38:09','2021-01-05 02:38:09'),
(36422,16304,'action complete via WP Cron','2021-01-05 07:38:09','2021-01-05 02:38:09'),
(36423,16305,'action created','2021-01-05 07:38:09','2021-01-05 02:38:09'),
(36424,16305,'action started via WP Cron','2021-01-05 07:38:27','2021-01-05 02:38:27'),
(36425,16305,'action complete via WP Cron','2021-01-05 07:38:27','2021-01-05 02:38:27'),
(36426,16306,'action created','2021-01-05 07:38:27','2021-01-05 02:38:27'),
(36427,16306,'action started via WP Cron','2021-01-05 07:40:03','2021-01-05 02:40:03'),
(36428,16306,'action complete via WP Cron','2021-01-05 07:40:03','2021-01-05 02:40:03'),
(36429,16307,'action created','2021-01-05 07:40:04','2021-01-05 02:40:04'),
(36430,16307,'action started via WP Cron','2021-01-05 07:41:58','2021-01-05 02:41:58'),
(36431,16307,'action complete via WP Cron','2021-01-05 07:41:58','2021-01-05 02:41:58'),
(36432,16308,'action created','2021-01-05 07:41:58','2021-01-05 02:41:58'),
(36433,16308,'action started via WP Cron','2021-01-05 07:43:55','2021-01-05 02:43:55'),
(36434,16308,'action complete via WP Cron','2021-01-05 07:43:55','2021-01-05 02:43:55'),
(36435,16309,'action created','2021-01-05 07:43:55','2021-01-05 02:43:55'),
(36436,16309,'action started via WP Cron','2021-01-05 07:44:54','2021-01-05 02:44:54'),
(36437,16309,'action complete via WP Cron','2021-01-05 07:44:54','2021-01-05 02:44:54'),
(36438,16310,'action created','2021-01-05 07:44:54','2021-01-05 02:44:54'),
(36439,16310,'action started via WP Cron','2021-01-05 07:46:09','2021-01-05 02:46:09'),
(36440,16310,'action complete via WP Cron','2021-01-05 07:46:09','2021-01-05 02:46:09'),
(36441,16311,'action created','2021-01-05 07:46:09','2021-01-05 02:46:09'),
(36442,16311,'action started via WP Cron','2021-01-05 07:47:25','2021-01-05 02:47:25'),
(36443,16311,'action complete via WP Cron','2021-01-05 07:47:25','2021-01-05 02:47:25'),
(36444,16312,'action created','2021-01-05 07:47:25','2021-01-05 02:47:25'),
(36445,16312,'action started via WP Cron','2021-01-05 07:49:37','2021-01-05 02:49:37'),
(36446,16312,'action complete via WP Cron','2021-01-05 07:49:37','2021-01-05 02:49:37'),
(36447,16313,'action created','2021-01-05 07:49:37','2021-01-05 02:49:37'),
(36448,16313,'action started via WP Cron','2021-01-05 07:51:34','2021-01-05 02:51:34'),
(36449,16313,'action complete via WP Cron','2021-01-05 07:51:34','2021-01-05 02:51:34'),
(36450,16314,'action created','2021-01-05 07:51:35','2021-01-05 02:51:35'),
(36451,16314,'action started via WP Cron','2021-01-05 07:54:25','2021-01-05 02:54:25'),
(36452,16314,'action complete via WP Cron','2021-01-05 07:54:25','2021-01-05 02:54:25'),
(36453,16315,'action created','2021-01-05 07:54:25','2021-01-05 02:54:25'),
(36454,16315,'action started via WP Cron','2021-01-05 07:55:17','2021-01-05 02:55:17'),
(36455,16315,'action complete via WP Cron','2021-01-05 07:55:17','2021-01-05 02:55:17'),
(36456,16316,'action created','2021-01-05 07:55:17','2021-01-05 02:55:17'),
(36457,16316,'action started via WP Cron','2021-01-05 07:59:38','2021-01-05 02:59:38'),
(36458,16316,'action complete via WP Cron','2021-01-05 07:59:38','2021-01-05 02:59:38'),
(36459,16317,'action created','2021-01-05 07:59:38','2021-01-05 02:59:38'),
(36460,16317,'action started via WP Cron','2021-01-05 08:01:02','2021-01-05 03:01:02'),
(36461,16317,'action complete via WP Cron','2021-01-05 08:01:02','2021-01-05 03:01:02'),
(36462,16318,'action created','2021-01-05 08:01:02','2021-01-05 03:01:02'),
(36463,16318,'action started via WP Cron','2021-01-05 08:02:07','2021-01-05 03:02:07'),
(36464,16318,'action complete via WP Cron','2021-01-05 08:02:07','2021-01-05 03:02:07'),
(36465,16319,'action created','2021-01-05 08:02:07','2021-01-05 03:02:07'),
(36466,16319,'action started via WP Cron','2021-01-05 08:02:50','2021-01-05 03:02:50'),
(36467,16319,'action complete via WP Cron','2021-01-05 08:02:50','2021-01-05 03:02:50'),
(36468,16320,'action created','2021-01-05 08:02:50','2021-01-05 03:02:50'),
(36469,16320,'action started via WP Cron','2021-01-05 08:03:42','2021-01-05 03:03:42'),
(36470,16320,'action complete via WP Cron','2021-01-05 08:03:42','2021-01-05 03:03:42'),
(36471,16321,'action created','2021-01-05 08:03:42','2021-01-05 03:03:42'),
(36472,16321,'action started via WP Cron','2021-01-05 08:04:43','2021-01-05 03:04:43'),
(36473,16321,'action complete via WP Cron','2021-01-05 08:04:43','2021-01-05 03:04:43'),
(36474,16322,'action created','2021-01-05 08:04:43','2021-01-05 03:04:43'),
(36475,16322,'action started via WP Cron','2021-01-05 08:05:36','2021-01-05 03:05:36'),
(36476,16322,'action complete via WP Cron','2021-01-05 08:05:36','2021-01-05 03:05:36'),
(36477,16323,'action created','2021-01-05 08:05:36','2021-01-05 03:05:36'),
(36478,16323,'action started via WP Cron','2021-01-05 08:06:38','2021-01-05 03:06:38'),
(36479,16323,'action complete via WP Cron','2021-01-05 08:06:38','2021-01-05 03:06:38'),
(36480,16324,'action created','2021-01-05 08:06:38','2021-01-05 03:06:38'),
(36481,16324,'action started via WP Cron','2021-01-05 08:11:08','2021-01-05 03:11:08'),
(36482,16324,'action complete via WP Cron','2021-01-05 08:11:08','2021-01-05 03:11:08'),
(36483,16325,'action created','2021-01-05 08:11:08','2021-01-05 03:11:08'),
(36484,16325,'action started via WP Cron','2021-01-05 08:13:43','2021-01-05 03:13:43'),
(36485,16325,'action complete via WP Cron','2021-01-05 08:13:43','2021-01-05 03:13:43'),
(36486,16326,'action created','2021-01-05 08:13:43','2021-01-05 03:13:43'),
(36487,16326,'action started via WP Cron','2021-01-05 08:15:39','2021-01-05 03:15:39'),
(36488,16326,'action complete via WP Cron','2021-01-05 08:15:39','2021-01-05 03:15:39'),
(36489,16327,'action created','2021-01-05 08:15:39','2021-01-05 03:15:39'),
(36490,16327,'action started via WP Cron','2021-01-05 08:16:11','2021-01-05 03:16:11'),
(36491,16327,'action complete via WP Cron','2021-01-05 08:16:11','2021-01-05 03:16:11'),
(36492,16328,'action created','2021-01-05 08:16:11','2021-01-05 03:16:11'),
(36493,16328,'action started via WP Cron','2021-01-05 08:18:00','2021-01-05 03:18:00'),
(36494,16328,'action complete via WP Cron','2021-01-05 08:18:00','2021-01-05 03:18:00'),
(36495,16329,'action created','2021-01-05 08:18:00','2021-01-05 03:18:00'),
(36496,16329,'action started via WP Cron','2021-01-05 08:18:39','2021-01-05 03:18:39'),
(36497,16329,'action complete via WP Cron','2021-01-05 08:18:39','2021-01-05 03:18:39'),
(36498,16330,'action created','2021-01-05 08:18:39','2021-01-05 03:18:39'),
(36499,16330,'action started via WP Cron','2021-01-05 08:19:11','2021-01-05 03:19:11'),
(36500,16330,'action complete via WP Cron','2021-01-05 08:19:11','2021-01-05 03:19:11'),
(36501,16331,'action created','2021-01-05 08:19:11','2021-01-05 03:19:11'),
(36502,16331,'action started via WP Cron','2021-01-05 08:22:05','2021-01-05 03:22:05'),
(36503,16331,'action complete via WP Cron','2021-01-05 08:22:05','2021-01-05 03:22:05'),
(36504,16332,'action created','2021-01-05 08:22:05','2021-01-05 03:22:05'),
(36505,16332,'action started via WP Cron','2021-01-05 08:23:19','2021-01-05 03:23:19'),
(36506,16332,'action complete via WP Cron','2021-01-05 08:23:19','2021-01-05 03:23:19'),
(36507,16333,'action created','2021-01-05 08:23:19','2021-01-05 03:23:19'),
(36508,16333,'action started via WP Cron','2021-01-05 08:24:20','2021-01-05 03:24:20'),
(36509,16333,'action complete via WP Cron','2021-01-05 08:24:20','2021-01-05 03:24:20'),
(36510,16334,'action created','2021-01-05 08:24:20','2021-01-05 03:24:20'),
(36511,16334,'action started via WP Cron','2021-01-05 08:25:56','2021-01-05 03:25:56'),
(36512,16334,'action complete via WP Cron','2021-01-05 08:25:56','2021-01-05 03:25:56'),
(36513,16335,'action created','2021-01-05 08:25:56','2021-01-05 03:25:56'),
(36514,16335,'action started via WP Cron','2021-01-05 08:26:46','2021-01-05 03:26:46'),
(36515,16335,'action complete via WP Cron','2021-01-05 08:26:47','2021-01-05 03:26:47'),
(36516,16336,'action created','2021-01-05 08:26:47','2021-01-05 03:26:47'),
(36517,16336,'action started via WP Cron','2021-01-05 08:27:46','2021-01-05 03:27:46'),
(36518,16336,'action complete via WP Cron','2021-01-05 08:27:46','2021-01-05 03:27:46'),
(36519,16337,'action created','2021-01-05 08:27:46','2021-01-05 03:27:46'),
(36520,16337,'action started via WP Cron','2021-01-05 08:28:50','2021-01-05 03:28:50'),
(36521,16337,'action complete via WP Cron','2021-01-05 08:28:50','2021-01-05 03:28:50'),
(36522,16338,'action created','2021-01-05 08:28:50','2021-01-05 03:28:50'),
(36523,16338,'action started via WP Cron','2021-01-05 08:29:21','2021-01-05 03:29:21'),
(36524,16338,'action complete via WP Cron','2021-01-05 08:29:21','2021-01-05 03:29:21'),
(36525,16339,'action created','2021-01-05 08:29:21','2021-01-05 03:29:21'),
(36526,16339,'action started via WP Cron','2021-01-05 08:33:10','2021-01-05 03:33:10'),
(36527,16339,'action complete via WP Cron','2021-01-05 08:33:11','2021-01-05 03:33:11'),
(36528,16340,'action created','2021-01-05 08:33:11','2021-01-05 03:33:11'),
(36529,16340,'action started via WP Cron','2021-01-05 08:35:00','2021-01-05 03:35:00'),
(36530,16340,'action complete via WP Cron','2021-01-05 08:35:00','2021-01-05 03:35:00'),
(36531,16341,'action created','2021-01-05 08:35:00','2021-01-05 03:35:00'),
(36532,16341,'action started via WP Cron','2021-01-05 08:35:36','2021-01-05 03:35:36'),
(36533,16341,'action complete via WP Cron','2021-01-05 08:35:37','2021-01-05 03:35:37'),
(36534,16342,'action created','2021-01-05 08:35:37','2021-01-05 03:35:37'),
(36535,16342,'action started via WP Cron','2021-01-05 08:37:08','2021-01-05 03:37:08'),
(36536,16342,'action complete via WP Cron','2021-01-05 08:37:08','2021-01-05 03:37:08'),
(36537,16343,'action created','2021-01-05 08:37:08','2021-01-05 03:37:08'),
(36538,16343,'action started via WP Cron','2021-01-05 08:40:00','2021-01-05 03:40:00'),
(36539,16343,'action complete via WP Cron','2021-01-05 08:40:00','2021-01-05 03:40:00'),
(36540,16344,'action created','2021-01-05 08:40:00','2021-01-05 03:40:00'),
(36541,16344,'action started via WP Cron','2021-01-05 08:40:41','2021-01-05 03:40:41'),
(36542,16344,'action complete via WP Cron','2021-01-05 08:40:41','2021-01-05 03:40:41'),
(36543,16345,'action created','2021-01-05 08:40:41','2021-01-05 03:40:41'),
(36544,16345,'action started via WP Cron','2021-01-05 08:41:26','2021-01-05 03:41:26'),
(36545,16345,'action complete via WP Cron','2021-01-05 08:41:26','2021-01-05 03:41:26'),
(36546,16346,'action created','2021-01-05 08:41:26','2021-01-05 03:41:26'),
(36547,16346,'action started via WP Cron','2021-01-05 08:42:16','2021-01-05 03:42:16'),
(36548,16346,'action complete via WP Cron','2021-01-05 08:42:16','2021-01-05 03:42:16'),
(36549,16347,'action created','2021-01-05 08:42:16','2021-01-05 03:42:16'),
(36550,16347,'action started via WP Cron','2021-01-05 08:43:51','2021-01-05 03:43:51'),
(36551,16347,'action complete via WP Cron','2021-01-05 08:43:51','2021-01-05 03:43:51'),
(36552,16348,'action created','2021-01-05 08:43:51','2021-01-05 03:43:51'),
(36553,16348,'action started via WP Cron','2021-01-05 08:46:37','2021-01-05 03:46:37'),
(36554,16348,'action complete via WP Cron','2021-01-05 08:46:37','2021-01-05 03:46:37'),
(36555,16349,'action created','2021-01-05 08:46:37','2021-01-05 03:46:37'),
(36556,16349,'action started via WP Cron','2021-01-05 08:50:52','2021-01-05 03:50:52'),
(36557,16349,'action complete via WP Cron','2021-01-05 08:50:52','2021-01-05 03:50:52'),
(36558,16350,'action created','2021-01-05 08:50:52','2021-01-05 03:50:52'),
(36559,16350,'action started via WP Cron','2021-01-05 08:51:42','2021-01-05 03:51:42'),
(36560,16350,'action complete via WP Cron','2021-01-05 08:51:42','2021-01-05 03:51:42'),
(36561,16351,'action created','2021-01-05 08:51:42','2021-01-05 03:51:42'),
(36562,16351,'action started via WP Cron','2021-01-05 08:53:56','2021-01-05 03:53:56'),
(36563,16351,'action complete via WP Cron','2021-01-05 08:53:56','2021-01-05 03:53:56'),
(36564,16352,'action created','2021-01-05 08:53:56','2021-01-05 03:53:56'),
(36565,16352,'action started via WP Cron','2021-01-05 08:56:43','2021-01-05 03:56:43'),
(36566,16352,'action complete via WP Cron','2021-01-05 08:56:43','2021-01-05 03:56:43'),
(36567,16353,'action created','2021-01-05 08:56:43','2021-01-05 03:56:43'),
(36568,16353,'action started via WP Cron','2021-01-05 09:00:23','2021-01-05 04:00:23'),
(36569,16353,'action complete via WP Cron','2021-01-05 09:00:23','2021-01-05 04:00:23'),
(36570,16354,'action created','2021-01-05 09:00:23','2021-01-05 04:00:23'),
(36571,16354,'action started via WP Cron','2021-01-05 09:01:24','2021-01-05 04:01:24'),
(36572,16354,'action complete via WP Cron','2021-01-05 09:01:24','2021-01-05 04:01:24'),
(36573,16355,'action created','2021-01-05 09:01:24','2021-01-05 04:01:24'),
(36574,16355,'action started via WP Cron','2021-01-05 09:03:10','2021-01-05 04:03:10'),
(36575,16355,'action complete via WP Cron','2021-01-05 09:03:10','2021-01-05 04:03:10'),
(36576,16356,'action created','2021-01-05 09:03:10','2021-01-05 04:03:10'),
(36577,16356,'action started via WP Cron','2021-01-05 09:04:56','2021-01-05 04:04:56'),
(36578,16356,'action complete via WP Cron','2021-01-05 09:04:56','2021-01-05 04:04:56'),
(36579,16357,'action created','2021-01-05 09:04:56','2021-01-05 04:04:56'),
(36580,16357,'action started via WP Cron','2021-01-05 09:06:41','2021-01-05 04:06:41'),
(36581,16357,'action complete via WP Cron','2021-01-05 09:06:41','2021-01-05 04:06:41'),
(36582,16358,'action created','2021-01-05 09:06:41','2021-01-05 04:06:41'),
(36583,16358,'action started via WP Cron','2021-01-05 09:07:19','2021-01-05 04:07:19'),
(36584,16358,'action complete via WP Cron','2021-01-05 09:07:19','2021-01-05 04:07:19'),
(36585,16359,'action created','2021-01-05 09:07:19','2021-01-05 04:07:19'),
(36586,16359,'action started via WP Cron','2021-01-05 09:09:11','2021-01-05 04:09:11'),
(36587,16359,'action complete via WP Cron','2021-01-05 09:09:11','2021-01-05 04:09:11'),
(36588,16360,'action created','2021-01-05 09:09:11','2021-01-05 04:09:11'),
(36589,16360,'action started via WP Cron','2021-01-05 09:10:12','2021-01-05 04:10:12'),
(36590,16360,'action complete via WP Cron','2021-01-05 09:10:12','2021-01-05 04:10:12'),
(36591,16361,'action created','2021-01-05 09:10:12','2021-01-05 04:10:12'),
(36592,16361,'action started via WP Cron','2021-01-05 09:11:21','2021-01-05 04:11:21'),
(36593,16361,'action complete via WP Cron','2021-01-05 09:11:21','2021-01-05 04:11:21'),
(36594,16362,'action created','2021-01-05 09:11:21','2021-01-05 04:11:21'),
(36595,16362,'action started via WP Cron','2021-01-05 09:12:38','2021-01-05 04:12:38'),
(36596,16362,'action complete via WP Cron','2021-01-05 09:12:38','2021-01-05 04:12:38'),
(36597,16363,'action created','2021-01-05 09:12:38','2021-01-05 04:12:38'),
(36598,16363,'action started via WP Cron','2021-01-05 09:13:30','2021-01-05 04:13:30'),
(36599,16363,'action complete via WP Cron','2021-01-05 09:13:30','2021-01-05 04:13:30'),
(36600,16364,'action created','2021-01-05 09:13:30','2021-01-05 04:13:30'),
(36601,16364,'action started via WP Cron','2021-01-05 09:14:36','2021-01-05 04:14:36'),
(36602,16364,'action complete via WP Cron','2021-01-05 09:14:36','2021-01-05 04:14:36'),
(36603,16365,'action created','2021-01-05 09:14:36','2021-01-05 04:14:36'),
(36604,16365,'action started via WP Cron','2021-01-05 09:15:57','2021-01-05 04:15:57'),
(36605,16365,'action complete via WP Cron','2021-01-05 09:15:57','2021-01-05 04:15:57'),
(36606,16366,'action created','2021-01-05 09:15:57','2021-01-05 04:15:57'),
(36607,16366,'action started via WP Cron','2021-01-05 09:16:43','2021-01-05 04:16:43'),
(36608,16366,'action complete via WP Cron','2021-01-05 09:16:43','2021-01-05 04:16:43'),
(36609,16367,'action created','2021-01-05 09:16:44','2021-01-05 04:16:44'),
(36610,16367,'action started via WP Cron','2021-01-05 09:18:59','2021-01-05 04:18:59'),
(36611,16367,'action complete via WP Cron','2021-01-05 09:18:59','2021-01-05 04:18:59'),
(36612,16368,'action created','2021-01-05 09:22:00','2021-01-05 04:22:00'),
(36613,16368,'action started via WP Cron','2021-01-05 09:26:18','2021-01-05 04:26:18'),
(36614,16368,'action complete via WP Cron','2021-01-05 09:26:18','2021-01-05 04:26:18'),
(36615,16369,'action created','2021-01-05 09:26:18','2021-01-05 04:26:18'),
(36616,16369,'action started via WP Cron','2021-01-05 09:27:44','2021-01-05 04:27:44'),
(36617,16369,'action complete via WP Cron','2021-01-05 09:27:44','2021-01-05 04:27:44'),
(36618,16370,'action created','2021-01-05 09:27:44','2021-01-05 04:27:44'),
(36619,16370,'action started via WP Cron','2021-01-05 09:29:10','2021-01-05 04:29:10'),
(36620,16370,'action complete via WP Cron','2021-01-05 09:29:10','2021-01-05 04:29:10'),
(36621,16371,'action created','2021-01-05 09:29:10','2021-01-05 04:29:10'),
(36622,16371,'action started via WP Cron','2021-01-05 09:30:43','2021-01-05 04:30:43'),
(36623,16371,'action complete via WP Cron','2021-01-05 09:30:43','2021-01-05 04:30:43'),
(36624,16372,'action created','2021-01-05 09:30:43','2021-01-05 04:30:43'),
(36625,16372,'action started via WP Cron','2021-01-05 09:31:20','2021-01-05 04:31:20'),
(36626,16372,'action complete via WP Cron','2021-01-05 09:31:20','2021-01-05 04:31:20'),
(36627,16373,'action created','2021-01-05 09:31:20','2021-01-05 04:31:20'),
(36628,16373,'action started via WP Cron','2021-01-05 09:32:41','2021-01-05 04:32:41'),
(36629,16373,'action complete via WP Cron','2021-01-05 09:32:41','2021-01-05 04:32:41'),
(36630,16374,'action created','2021-01-05 09:32:41','2021-01-05 04:32:41'),
(36631,16374,'action started via WP Cron','2021-01-05 09:33:12','2021-01-05 04:33:12'),
(36632,16374,'action complete via WP Cron','2021-01-05 09:33:12','2021-01-05 04:33:12'),
(36633,16375,'action created','2021-01-05 09:33:12','2021-01-05 04:33:12'),
(36634,16375,'action started via WP Cron','2021-01-05 09:34:59','2021-01-05 04:34:59'),
(36635,16375,'action complete via WP Cron','2021-01-05 09:34:59','2021-01-05 04:34:59'),
(36636,16376,'action created','2021-01-05 09:34:59','2021-01-05 04:34:59'),
(36637,16376,'action started via WP Cron','2021-01-05 09:37:13','2021-01-05 04:37:13'),
(36638,16376,'action complete via WP Cron','2021-01-05 09:37:13','2021-01-05 04:37:13'),
(36639,16377,'action created','2021-01-05 09:37:13','2021-01-05 04:37:13'),
(36640,16377,'action started via WP Cron','2021-01-05 09:38:55','2021-01-05 04:38:55'),
(36641,16377,'action complete via WP Cron','2021-01-05 09:38:55','2021-01-05 04:38:55'),
(36642,16378,'action created','2021-01-05 09:38:56','2021-01-05 04:38:56'),
(36643,16378,'action started via WP Cron','2021-01-05 09:39:11','2021-01-05 04:39:11'),
(36644,16378,'action complete via WP Cron','2021-01-05 09:39:11','2021-01-05 04:39:11'),
(36645,16379,'action created','2021-01-05 09:39:11','2021-01-05 04:39:11'),
(36646,16379,'action started via WP Cron','2021-01-05 09:40:34','2021-01-05 04:40:34'),
(36647,16379,'action complete via WP Cron','2021-01-05 09:40:34','2021-01-05 04:40:34'),
(36648,16380,'action created','2021-01-05 09:40:34','2021-01-05 04:40:34'),
(36649,16380,'action started via WP Cron','2021-01-05 09:43:15','2021-01-05 04:43:15'),
(36650,16380,'action complete via WP Cron','2021-01-05 09:43:15','2021-01-05 04:43:15'),
(36651,16381,'action created','2021-01-05 09:43:15','2021-01-05 04:43:15'),
(36652,16381,'action started via WP Cron','2021-01-05 09:45:15','2021-01-05 04:45:15'),
(36653,16381,'action complete via WP Cron','2021-01-05 09:45:15','2021-01-05 04:45:15'),
(36654,16382,'action created','2021-01-05 09:45:15','2021-01-05 04:45:15'),
(36655,16382,'action started via WP Cron','2021-01-05 09:47:36','2021-01-05 04:47:36'),
(36656,16382,'action complete via WP Cron','2021-01-05 09:47:36','2021-01-05 04:47:36'),
(36657,16383,'action created','2021-01-05 09:47:36','2021-01-05 04:47:36'),
(36658,16383,'action started via WP Cron','2021-01-05 09:48:29','2021-01-05 04:48:29'),
(36659,16383,'action complete via WP Cron','2021-01-05 09:48:29','2021-01-05 04:48:29'),
(36660,16384,'action created','2021-01-05 09:48:29','2021-01-05 04:48:29'),
(36661,16384,'action started via WP Cron','2021-01-05 09:49:12','2021-01-05 04:49:12'),
(36662,16384,'action complete via WP Cron','2021-01-05 09:49:12','2021-01-05 04:49:12'),
(36663,16385,'action created','2021-01-05 09:49:12','2021-01-05 04:49:12'),
(36664,16385,'action started via WP Cron','2021-01-05 09:50:41','2021-01-05 04:50:41'),
(36665,16385,'action complete via WP Cron','2021-01-05 09:50:41','2021-01-05 04:50:41'),
(36666,16386,'action created','2021-01-05 09:50:41','2021-01-05 04:50:41'),
(36667,16386,'action started via WP Cron','2021-01-05 09:51:28','2021-01-05 04:51:28'),
(36668,16386,'action complete via WP Cron','2021-01-05 09:51:28','2021-01-05 04:51:28'),
(36669,16387,'action created','2021-01-05 09:51:28','2021-01-05 04:51:28'),
(36670,16387,'action started via WP Cron','2021-01-05 09:52:42','2021-01-05 04:52:42'),
(36671,16387,'action complete via WP Cron','2021-01-05 09:52:42','2021-01-05 04:52:42'),
(36672,16388,'action created','2021-01-05 09:52:42','2021-01-05 04:52:42'),
(36673,16388,'action started via WP Cron','2021-01-05 09:54:22','2021-01-05 04:54:22'),
(36674,16388,'action complete via WP Cron','2021-01-05 09:54:22','2021-01-05 04:54:22'),
(36675,16389,'action created','2021-01-05 09:54:22','2021-01-05 04:54:22'),
(36676,16389,'action started via WP Cron','2021-01-05 09:55:35','2021-01-05 04:55:35'),
(36677,16389,'action complete via WP Cron','2021-01-05 09:55:35','2021-01-05 04:55:35'),
(36678,16390,'action created','2021-01-05 09:55:35','2021-01-05 04:55:35'),
(36679,16390,'action started via WP Cron','2021-01-05 09:56:30','2021-01-05 04:56:30'),
(36680,16390,'action complete via WP Cron','2021-01-05 09:56:30','2021-01-05 04:56:30'),
(36681,16391,'action created','2021-01-05 09:56:30','2021-01-05 04:56:30'),
(36682,16391,'action started via WP Cron','2021-01-05 09:57:40','2021-01-05 04:57:40'),
(36683,16391,'action complete via WP Cron','2021-01-05 09:57:40','2021-01-05 04:57:40'),
(36684,16392,'action created','2021-01-05 09:57:40','2021-01-05 04:57:40'),
(36685,16392,'action started via WP Cron','2021-01-05 09:59:08','2021-01-05 04:59:08'),
(36686,16392,'action complete via WP Cron','2021-01-05 09:59:08','2021-01-05 04:59:08'),
(36687,16393,'action created','2021-01-05 09:59:08','2021-01-05 04:59:08'),
(36688,16393,'action started via WP Cron','2021-01-05 09:59:25','2021-01-05 04:59:25'),
(36689,16393,'action complete via WP Cron','2021-01-05 09:59:25','2021-01-05 04:59:25'),
(36690,16394,'action created','2021-01-05 09:59:25','2021-01-05 04:59:25'),
(36691,16394,'action started via WP Cron','2021-01-05 10:01:46','2021-01-05 05:01:46'),
(36692,16394,'action complete via WP Cron','2021-01-05 10:01:46','2021-01-05 05:01:46'),
(36693,16395,'action created','2021-01-05 10:01:46','2021-01-05 05:01:46'),
(36694,16395,'action started via WP Cron','2021-01-05 10:03:08','2021-01-05 05:03:08'),
(36695,16395,'action complete via WP Cron','2021-01-05 10:03:08','2021-01-05 05:03:08'),
(36696,16396,'action created','2021-01-05 10:03:08','2021-01-05 05:03:08'),
(36697,16396,'action started via WP Cron','2021-01-05 10:04:05','2021-01-05 05:04:05'),
(36698,16396,'action complete via WP Cron','2021-01-05 10:04:05','2021-01-05 05:04:05'),
(36699,16397,'action created','2021-01-05 10:04:05','2021-01-05 05:04:05'),
(36700,16397,'action started via WP Cron','2021-01-05 10:07:30','2021-01-05 05:07:30'),
(36701,16397,'action complete via WP Cron','2021-01-05 10:07:30','2021-01-05 05:07:30'),
(36702,16398,'action created','2021-01-05 10:07:30','2021-01-05 05:07:30'),
(36703,16398,'action started via WP Cron','2021-01-05 10:12:31','2021-01-05 05:12:31'),
(36704,16398,'action complete via WP Cron','2021-01-05 10:12:31','2021-01-05 05:12:31'),
(36705,16399,'action created','2021-01-05 10:12:31','2021-01-05 05:12:31'),
(36706,16399,'action started via WP Cron','2021-01-05 10:14:55','2021-01-05 05:14:55'),
(36707,16399,'action complete via WP Cron','2021-01-05 10:14:56','2021-01-05 05:14:56'),
(36708,16400,'action created','2021-01-05 10:14:56','2021-01-05 05:14:56'),
(36709,16400,'action started via WP Cron','2021-01-05 10:19:09','2021-01-05 05:19:09'),
(36710,16400,'action complete via WP Cron','2021-01-05 10:19:09','2021-01-05 05:19:09'),
(36711,16401,'action created','2021-01-05 10:19:09','2021-01-05 05:19:09'),
(36712,16401,'action started via WP Cron','2021-01-05 10:20:08','2021-01-05 05:20:08'),
(36713,16401,'action complete via WP Cron','2021-01-05 10:20:09','2021-01-05 05:20:09'),
(36714,16402,'action created','2021-01-05 10:20:09','2021-01-05 05:20:09'),
(36715,16402,'action started via WP Cron','2021-01-05 10:20:28','2021-01-05 05:20:28'),
(36716,16402,'action complete via WP Cron','2021-01-05 10:20:28','2021-01-05 05:20:28'),
(36717,16403,'action created','2021-01-05 10:20:28','2021-01-05 05:20:28'),
(36718,16403,'action started via WP Cron','2021-01-05 10:21:17','2021-01-05 05:21:17'),
(36719,16403,'action complete via WP Cron','2021-01-05 10:21:17','2021-01-05 05:21:17'),
(36720,16404,'action created','2021-01-05 10:21:17','2021-01-05 05:21:17'),
(36721,16404,'action started via WP Cron','2021-01-05 10:24:39','2021-01-05 05:24:39'),
(36722,16404,'action complete via WP Cron','2021-01-05 10:24:39','2021-01-05 05:24:39'),
(36723,16405,'action created','2021-01-05 10:24:39','2021-01-05 05:24:39'),
(36724,16405,'action started via WP Cron','2021-01-05 10:26:32','2021-01-05 05:26:32'),
(36725,16405,'action complete via WP Cron','2021-01-05 10:26:32','2021-01-05 05:26:32'),
(36726,16406,'action created','2021-01-05 10:26:32','2021-01-05 05:26:32'),
(36727,16406,'action started via WP Cron','2021-01-05 10:28:19','2021-01-05 05:28:19'),
(36728,16406,'action complete via WP Cron','2021-01-05 10:28:19','2021-01-05 05:28:19'),
(36729,16407,'action created','2021-01-05 10:28:19','2021-01-05 05:28:19'),
(36730,16407,'action started via WP Cron','2021-01-05 10:29:40','2021-01-05 05:29:40'),
(36731,16407,'action complete via WP Cron','2021-01-05 10:29:40','2021-01-05 05:29:40'),
(36732,16408,'action created','2021-01-05 10:29:40','2021-01-05 05:29:40'),
(36733,16408,'action started via WP Cron','2021-01-05 10:30:21','2021-01-05 05:30:21'),
(36734,16408,'action complete via WP Cron','2021-01-05 10:30:21','2021-01-05 05:30:21'),
(36735,16409,'action created','2021-01-05 10:30:21','2021-01-05 05:30:21'),
(36736,16409,'action started via WP Cron','2021-01-05 10:31:35','2021-01-05 05:31:35'),
(36737,16409,'action complete via WP Cron','2021-01-05 10:31:35','2021-01-05 05:31:35'),
(36738,16410,'action created','2021-01-05 10:31:35','2021-01-05 05:31:35'),
(36739,16410,'action started via WP Cron','2021-01-05 10:32:16','2021-01-05 05:32:16'),
(36740,16410,'action complete via WP Cron','2021-01-05 10:32:16','2021-01-05 05:32:16'),
(36741,16411,'action created','2021-01-05 10:32:16','2021-01-05 05:32:16'),
(36742,16411,'action started via WP Cron','2021-01-05 10:34:40','2021-01-05 05:34:40'),
(36743,16411,'action complete via WP Cron','2021-01-05 10:34:40','2021-01-05 05:34:40'),
(36744,16412,'action created','2021-01-05 10:34:40','2021-01-05 05:34:40'),
(36745,16412,'action started via WP Cron','2021-01-05 10:35:42','2021-01-05 05:35:42'),
(36746,16412,'action complete via WP Cron','2021-01-05 10:35:42','2021-01-05 05:35:42'),
(36747,16413,'action created','2021-01-05 10:35:42','2021-01-05 05:35:42'),
(36748,16413,'action started via WP Cron','2021-01-05 10:40:40','2021-01-05 05:40:40'),
(36749,16413,'action complete via WP Cron','2021-01-05 10:40:40','2021-01-05 05:40:40'),
(36750,16414,'action created','2021-01-05 10:40:40','2021-01-05 05:40:40'),
(36751,16414,'action started via WP Cron','2021-01-05 10:41:35','2021-01-05 05:41:35'),
(36752,16414,'action complete via WP Cron','2021-01-05 10:41:35','2021-01-05 05:41:35'),
(36753,16415,'action created','2021-01-05 10:41:35','2021-01-05 05:41:35'),
(36754,16415,'action started via WP Cron','2021-01-05 10:42:49','2021-01-05 05:42:49'),
(36755,16415,'action complete via WP Cron','2021-01-05 10:42:49','2021-01-05 05:42:49'),
(36756,16416,'action created','2021-01-05 10:42:49','2021-01-05 05:42:49'),
(36757,16416,'action started via WP Cron','2021-01-05 10:43:27','2021-01-05 05:43:27'),
(36758,16416,'action complete via WP Cron','2021-01-05 10:43:27','2021-01-05 05:43:27'),
(36759,16417,'action created','2021-01-05 10:43:27','2021-01-05 05:43:27'),
(36760,16417,'action started via WP Cron','2021-01-05 10:47:35','2021-01-05 05:47:35'),
(36761,16417,'action complete via WP Cron','2021-01-05 10:47:35','2021-01-05 05:47:35'),
(36762,16418,'action created','2021-01-05 10:47:35','2021-01-05 05:47:35'),
(36763,16418,'action started via WP Cron','2021-01-05 10:48:31','2021-01-05 05:48:31'),
(36764,16418,'action complete via WP Cron','2021-01-05 10:48:31','2021-01-05 05:48:31'),
(36765,16419,'action created','2021-01-05 10:48:32','2021-01-05 05:48:32'),
(36766,16419,'action started via WP Cron','2021-01-05 10:50:13','2021-01-05 05:50:13'),
(36767,16419,'action complete via WP Cron','2021-01-05 10:50:13','2021-01-05 05:50:13'),
(36768,16420,'action created','2021-01-05 10:50:13','2021-01-05 05:50:13'),
(36769,16420,'action started via WP Cron','2021-01-05 10:52:52','2021-01-05 05:52:52'),
(36770,16420,'action complete via WP Cron','2021-01-05 10:52:52','2021-01-05 05:52:52'),
(36771,16421,'action created','2021-01-05 10:52:52','2021-01-05 05:52:52'),
(36772,16421,'action started via WP Cron','2021-01-05 10:55:37','2021-01-05 05:55:37'),
(36773,16421,'action complete via WP Cron','2021-01-05 10:55:37','2021-01-05 05:55:37'),
(36774,16422,'action created','2021-01-05 10:55:37','2021-01-05 05:55:37'),
(36775,16422,'action started via WP Cron','2021-01-05 10:56:32','2021-01-05 05:56:32'),
(36776,16422,'action complete via WP Cron','2021-01-05 10:56:32','2021-01-05 05:56:32'),
(36777,16423,'action created','2021-01-05 10:56:32','2021-01-05 05:56:32'),
(36778,16423,'action started via WP Cron','2021-01-05 10:57:37','2021-01-05 05:57:37'),
(36779,16423,'action complete via WP Cron','2021-01-05 10:57:37','2021-01-05 05:57:37'),
(36780,16424,'action created','2021-01-05 10:57:37','2021-01-05 05:57:37'),
(36781,16424,'action started via WP Cron','2021-01-05 10:59:49','2021-01-05 05:59:49'),
(36782,16424,'action complete via WP Cron','2021-01-05 10:59:49','2021-01-05 05:59:49'),
(36783,16425,'action created','2021-01-05 10:59:49','2021-01-05 05:59:49'),
(36784,16425,'action started via WP Cron','2021-01-05 11:02:26','2021-01-05 06:02:26'),
(36785,16425,'action complete via WP Cron','2021-01-05 11:02:26','2021-01-05 06:02:26'),
(36786,16426,'action created','2021-01-05 11:02:26','2021-01-05 06:02:26'),
(36787,16426,'action started via WP Cron','2021-01-05 11:03:24','2021-01-05 06:03:24'),
(36788,16426,'action complete via WP Cron','2021-01-05 11:03:24','2021-01-05 06:03:24'),
(36789,16427,'action created','2021-01-05 11:03:24','2021-01-05 06:03:24'),
(36790,16427,'action started via WP Cron','2021-01-05 11:04:13','2021-01-05 06:04:13'),
(36791,16427,'action complete via WP Cron','2021-01-05 11:04:13','2021-01-05 06:04:13'),
(36792,16428,'action created','2021-01-05 11:04:13','2021-01-05 06:04:13'),
(36793,16428,'action started via WP Cron','2021-01-05 11:06:04','2021-01-05 06:06:04'),
(36794,16428,'action complete via WP Cron','2021-01-05 11:06:04','2021-01-05 06:06:04'),
(36795,16429,'action created','2021-01-05 11:06:04','2021-01-05 06:06:04'),
(36796,16429,'action started via WP Cron','2021-01-05 11:08:19','2021-01-05 06:08:19'),
(36797,16429,'action complete via WP Cron','2021-01-05 11:08:19','2021-01-05 06:08:19'),
(36798,16430,'action created','2021-01-05 11:08:19','2021-01-05 06:08:19'),
(36799,16430,'action started via WP Cron','2021-01-05 11:11:59','2021-01-05 06:11:59'),
(36800,16430,'action complete via WP Cron','2021-01-05 11:11:59','2021-01-05 06:11:59'),
(36801,16431,'action created','2021-01-05 11:11:59','2021-01-05 06:11:59'),
(36802,16431,'action started via WP Cron','2021-01-05 11:13:54','2021-01-05 06:13:54'),
(36803,16431,'action complete via WP Cron','2021-01-05 11:13:54','2021-01-05 06:13:54'),
(36804,16432,'action created','2021-01-05 11:13:54','2021-01-05 06:13:54'),
(36805,16432,'action started via WP Cron','2021-01-05 11:14:38','2021-01-05 06:14:38'),
(36806,16432,'action complete via WP Cron','2021-01-05 11:14:38','2021-01-05 06:14:38'),
(36807,16433,'action created','2021-01-05 11:14:38','2021-01-05 06:14:38'),
(36808,16433,'action started via WP Cron','2021-01-05 11:15:37','2021-01-05 06:15:37'),
(36809,16433,'action complete via WP Cron','2021-01-05 11:15:37','2021-01-05 06:15:37'),
(36810,16434,'action created','2021-01-05 11:15:37','2021-01-05 06:15:37'),
(36811,16434,'action started via WP Cron','2021-01-05 11:17:59','2021-01-05 06:17:59'),
(36812,16434,'action complete via WP Cron','2021-01-05 11:17:59','2021-01-05 06:17:59'),
(36813,16435,'action created','2021-01-05 11:17:59','2021-01-05 06:17:59'),
(36814,16435,'action started via WP Cron','2021-01-05 11:19:01','2021-01-05 06:19:01'),
(36815,16435,'action complete via WP Cron','2021-01-05 11:19:01','2021-01-05 06:19:01'),
(36816,16436,'action created','2021-01-05 11:19:01','2021-01-05 06:19:01'),
(36817,16436,'action started via WP Cron','2021-01-05 11:20:49','2021-01-05 06:20:49'),
(36818,16436,'action complete via WP Cron','2021-01-05 11:20:49','2021-01-05 06:20:49'),
(36819,16437,'action created','2021-01-05 11:20:49','2021-01-05 06:20:49'),
(36820,16437,'action started via WP Cron','2021-01-05 11:21:44','2021-01-05 06:21:44'),
(36821,16437,'action complete via WP Cron','2021-01-05 11:21:44','2021-01-05 06:21:44'),
(36822,16438,'action created','2021-01-05 11:21:44','2021-01-05 06:21:44'),
(36823,16438,'action started via WP Cron','2021-01-05 11:22:33','2021-01-05 06:22:33'),
(36824,16438,'action complete via WP Cron','2021-01-05 11:22:33','2021-01-05 06:22:33'),
(36825,16439,'action created','2021-01-05 11:22:33','2021-01-05 06:22:33'),
(36826,16439,'action started via WP Cron','2021-01-05 11:23:42','2021-01-05 06:23:42'),
(36827,16439,'action complete via WP Cron','2021-01-05 11:23:42','2021-01-05 06:23:42'),
(36828,16440,'action created','2021-01-05 11:23:42','2021-01-05 06:23:42'),
(36829,16440,'action started via WP Cron','2021-01-05 11:24:56','2021-01-05 06:24:56'),
(36830,16440,'action complete via WP Cron','2021-01-05 11:24:56','2021-01-05 06:24:56'),
(36831,16441,'action created','2021-01-05 11:24:56','2021-01-05 06:24:56'),
(36832,16441,'action started via WP Cron','2021-01-05 11:26:26','2021-01-05 06:26:26'),
(36833,16441,'action complete via WP Cron','2021-01-05 11:26:26','2021-01-05 06:26:26'),
(36834,16442,'action created','2021-01-05 11:26:26','2021-01-05 06:26:26'),
(36835,16442,'action started via WP Cron','2021-01-05 11:28:04','2021-01-05 06:28:04'),
(36836,16442,'action complete via WP Cron','2021-01-05 11:28:04','2021-01-05 06:28:04'),
(36837,16443,'action created','2021-01-05 11:28:06','2021-01-05 06:28:06'),
(36838,16443,'action started via WP Cron','2021-01-05 11:29:46','2021-01-05 06:29:46'),
(36839,16443,'action complete via WP Cron','2021-01-05 11:29:46','2021-01-05 06:29:46'),
(36840,16444,'action created','2021-01-05 11:29:46','2021-01-05 06:29:46'),
(36841,16444,'action started via WP Cron','2021-01-05 11:30:27','2021-01-05 06:30:27'),
(36842,16444,'action complete via WP Cron','2021-01-05 11:30:27','2021-01-05 06:30:27'),
(36843,16445,'action created','2021-01-05 11:30:27','2021-01-05 06:30:27'),
(36844,16445,'action started via WP Cron','2021-01-05 11:32:21','2021-01-05 06:32:21'),
(36845,16445,'action complete via WP Cron','2021-01-05 11:32:21','2021-01-05 06:32:21'),
(36846,16446,'action created','2021-01-05 11:32:21','2021-01-05 06:32:21'),
(36847,16446,'action started via WP Cron','2021-01-05 11:33:46','2021-01-05 06:33:46'),
(36848,16446,'action complete via WP Cron','2021-01-05 11:33:46','2021-01-05 06:33:46'),
(36849,16447,'action created','2021-01-05 11:33:46','2021-01-05 06:33:46'),
(36850,16447,'action started via WP Cron','2021-01-05 11:34:54','2021-01-05 06:34:54'),
(36851,16447,'action complete via WP Cron','2021-01-05 11:34:54','2021-01-05 06:34:54'),
(36852,16448,'action created','2021-01-05 11:34:54','2021-01-05 06:34:54'),
(36853,16448,'action started via WP Cron','2021-01-05 11:37:28','2021-01-05 06:37:28'),
(36854,16448,'action complete via WP Cron','2021-01-05 11:37:28','2021-01-05 06:37:28'),
(36855,16449,'action created','2021-01-05 11:37:28','2021-01-05 06:37:28'),
(36856,16449,'action started via WP Cron','2021-01-05 11:38:27','2021-01-05 06:38:27'),
(36857,16449,'action complete via WP Cron','2021-01-05 11:38:27','2021-01-05 06:38:27'),
(36858,16450,'action created','2021-01-05 11:38:27','2021-01-05 06:38:27'),
(36859,16450,'action started via WP Cron','2021-01-05 11:42:08','2021-01-05 06:42:08'),
(36860,16450,'action complete via WP Cron','2021-01-05 11:42:08','2021-01-05 06:42:08'),
(36861,16451,'action created','2021-01-05 11:42:08','2021-01-05 06:42:08'),
(36862,16451,'action started via WP Cron','2021-01-05 11:43:55','2021-01-05 06:43:55'),
(36863,16451,'action complete via WP Cron','2021-01-05 11:43:55','2021-01-05 06:43:55'),
(36864,16452,'action created','2021-01-05 11:43:55','2021-01-05 06:43:55'),
(36865,16452,'action started via WP Cron','2021-01-05 11:46:49','2021-01-05 06:46:49'),
(36866,16452,'action complete via WP Cron','2021-01-05 11:46:49','2021-01-05 06:46:49'),
(36867,16453,'action created','2021-01-05 11:46:49','2021-01-05 06:46:49'),
(36868,16453,'action started via WP Cron','2021-01-05 11:47:11','2021-01-05 06:47:11'),
(36869,16453,'action complete via WP Cron','2021-01-05 11:47:11','2021-01-05 06:47:11'),
(36870,16454,'action created','2021-01-05 11:47:11','2021-01-05 06:47:11'),
(36871,16454,'action started via WP Cron','2021-01-05 11:48:21','2021-01-05 06:48:21'),
(36872,16454,'action complete via WP Cron','2021-01-05 11:48:21','2021-01-05 06:48:21'),
(36873,16455,'action created','2021-01-05 11:48:21','2021-01-05 06:48:21'),
(36874,16455,'action started via WP Cron','2021-01-05 11:50:36','2021-01-05 06:50:36'),
(36875,16455,'action complete via WP Cron','2021-01-05 11:50:36','2021-01-05 06:50:36'),
(36876,16456,'action created','2021-01-05 11:50:36','2021-01-05 06:50:36'),
(36877,16456,'action started via WP Cron','2021-01-05 11:56:27','2021-01-05 06:56:27'),
(36878,16456,'action complete via WP Cron','2021-01-05 11:56:27','2021-01-05 06:56:27'),
(36879,16457,'action created','2021-01-05 11:56:27','2021-01-05 06:56:27'),
(36880,16457,'action started via WP Cron','2021-01-05 11:57:16','2021-01-05 06:57:16'),
(36881,16457,'action complete via WP Cron','2021-01-05 11:57:16','2021-01-05 06:57:16'),
(36882,16458,'action created','2021-01-05 11:57:16','2021-01-05 06:57:16'),
(36883,16458,'action started via WP Cron','2021-01-05 12:01:07','2021-01-05 07:01:07'),
(36884,16458,'action complete via WP Cron','2021-01-05 12:01:07','2021-01-05 07:01:07'),
(36885,16459,'action created','2021-01-05 12:01:07','2021-01-05 07:01:07'),
(36886,16459,'action started via WP Cron','2021-01-05 12:05:17','2021-01-05 07:05:17'),
(36887,16459,'action complete via WP Cron','2021-01-05 12:05:17','2021-01-05 07:05:17'),
(36888,16460,'action created','2021-01-05 12:05:17','2021-01-05 07:05:17'),
(36889,16460,'action started via WP Cron','2021-01-05 12:07:46','2021-01-05 07:07:46'),
(36890,16460,'action complete via WP Cron','2021-01-05 12:07:46','2021-01-05 07:07:46'),
(36891,16461,'action created','2021-01-05 12:07:46','2021-01-05 07:07:46'),
(36892,16461,'action started via WP Cron','2021-01-05 12:09:06','2021-01-05 07:09:06'),
(36893,16461,'action complete via WP Cron','2021-01-05 12:09:06','2021-01-05 07:09:06'),
(36894,16462,'action created','2021-01-05 12:09:06','2021-01-05 07:09:06'),
(36895,16462,'action started via WP Cron','2021-01-05 12:11:17','2021-01-05 07:11:17'),
(36896,16462,'action complete via WP Cron','2021-01-05 12:11:17','2021-01-05 07:11:17'),
(36897,16463,'action created','2021-01-05 12:11:17','2021-01-05 07:11:17'),
(36898,16463,'action started via WP Cron','2021-01-05 12:12:51','2021-01-05 07:12:51'),
(36899,16463,'action complete via WP Cron','2021-01-05 12:12:51','2021-01-05 07:12:51'),
(36900,16464,'action created','2021-01-05 12:12:51','2021-01-05 07:12:51'),
(36901,16464,'action started via WP Cron','2021-01-05 12:18:34','2021-01-05 07:18:34'),
(36902,16464,'action complete via WP Cron','2021-01-05 12:18:34','2021-01-05 07:18:34'),
(36903,16465,'action created','2021-01-05 12:18:34','2021-01-05 07:18:34'),
(36904,16465,'action started via WP Cron','2021-01-05 12:22:00','2021-01-05 07:22:00'),
(36905,16465,'action complete via WP Cron','2021-01-05 12:22:00','2021-01-05 07:22:00'),
(36906,16466,'action created','2021-01-05 12:22:00','2021-01-05 07:22:00'),
(36907,16466,'action started via WP Cron','2021-01-05 12:24:11','2021-01-05 07:24:11'),
(36908,16466,'action complete via WP Cron','2021-01-05 12:24:11','2021-01-05 07:24:11'),
(36909,16467,'action created','2021-01-05 12:24:11','2021-01-05 07:24:11'),
(36910,16467,'action started via WP Cron','2021-01-05 12:26:41','2021-01-05 07:26:41'),
(36911,16467,'action complete via WP Cron','2021-01-05 12:26:41','2021-01-05 07:26:41'),
(36912,16468,'action created','2021-01-05 12:26:41','2021-01-05 07:26:41'),
(36913,16468,'action started via WP Cron','2021-01-05 12:29:29','2021-01-05 07:29:29'),
(36914,16468,'action complete via WP Cron','2021-01-05 12:29:29','2021-01-05 07:29:29'),
(36915,16469,'action created','2021-01-05 12:29:29','2021-01-05 07:29:29'),
(36916,16469,'action started via WP Cron','2021-01-05 12:31:01','2021-01-05 07:31:01'),
(36917,16469,'action complete via WP Cron','2021-01-05 12:31:01','2021-01-05 07:31:01'),
(36918,16470,'action created','2021-01-05 12:31:01','2021-01-05 07:31:01'),
(36919,16470,'action started via WP Cron','2021-01-05 12:33:24','2021-01-05 07:33:24'),
(36920,16470,'action complete via WP Cron','2021-01-05 12:33:24','2021-01-05 07:33:24'),
(36921,16471,'action created','2021-01-05 12:33:24','2021-01-05 07:33:24'),
(36922,16471,'action started via WP Cron','2021-01-05 12:34:52','2021-01-05 07:34:52'),
(36923,16471,'action complete via WP Cron','2021-01-05 12:34:52','2021-01-05 07:34:52'),
(36924,16472,'action created','2021-01-05 12:34:52','2021-01-05 07:34:52'),
(36925,16472,'action started via WP Cron','2021-01-05 12:35:28','2021-01-05 07:35:28'),
(36926,16472,'action complete via WP Cron','2021-01-05 12:35:28','2021-01-05 07:35:28'),
(36927,16473,'action created','2021-01-05 12:35:28','2021-01-05 07:35:28'),
(36928,16473,'action started via WP Cron','2021-01-05 12:37:26','2021-01-05 07:37:26'),
(36929,16473,'action complete via WP Cron','2021-01-05 12:37:26','2021-01-05 07:37:26'),
(36930,16474,'action created','2021-01-05 12:37:26','2021-01-05 07:37:26'),
(36931,16474,'action started via WP Cron','2021-01-05 12:38:59','2021-01-05 07:38:59'),
(36932,16474,'action complete via WP Cron','2021-01-05 12:38:59','2021-01-05 07:38:59'),
(36933,16475,'action created','2021-01-05 12:38:59','2021-01-05 07:38:59'),
(36934,16475,'action started via WP Cron','2021-01-05 12:39:19','2021-01-05 07:39:19'),
(36935,16475,'action complete via WP Cron','2021-01-05 12:39:20','2021-01-05 07:39:20'),
(36936,16476,'action created','2021-01-05 12:39:20','2021-01-05 07:39:20'),
(36937,16476,'action started via WP Cron','2021-01-05 12:40:28','2021-01-05 07:40:28'),
(36938,16476,'action complete via WP Cron','2021-01-05 12:40:28','2021-01-05 07:40:28'),
(36939,16477,'action created','2021-01-05 12:40:28','2021-01-05 07:40:28'),
(36940,16477,'action started via WP Cron','2021-01-05 12:41:26','2021-01-05 07:41:26'),
(36941,16477,'action complete via WP Cron','2021-01-05 12:41:26','2021-01-05 07:41:26'),
(36942,16478,'action created','2021-01-05 12:41:27','2021-01-05 07:41:27'),
(36943,16478,'action started via WP Cron','2021-01-05 12:42:43','2021-01-05 07:42:43'),
(36944,16478,'action complete via WP Cron','2021-01-05 12:42:43','2021-01-05 07:42:43'),
(36945,16479,'action created','2021-01-05 12:42:43','2021-01-05 07:42:43'),
(36946,16479,'action started via WP Cron','2021-01-05 12:44:17','2021-01-05 07:44:17'),
(36947,16479,'action complete via WP Cron','2021-01-05 12:44:17','2021-01-05 07:44:17'),
(36948,16480,'action created','2021-01-05 12:44:18','2021-01-05 07:44:18'),
(36949,16480,'action started via WP Cron','2021-01-05 12:45:20','2021-01-05 07:45:20'),
(36950,16480,'action complete via WP Cron','2021-01-05 12:45:20','2021-01-05 07:45:20'),
(36951,16481,'action created','2021-01-05 12:45:20','2021-01-05 07:45:20'),
(36952,16481,'action started via WP Cron','2021-01-05 12:48:41','2021-01-05 07:48:41'),
(36953,16481,'action complete via WP Cron','2021-01-05 12:48:41','2021-01-05 07:48:41'),
(36954,16482,'action created','2021-01-05 12:48:41','2021-01-05 07:48:41'),
(36955,16482,'action started via WP Cron','2021-01-05 12:49:33','2021-01-05 07:49:33'),
(36956,16482,'action complete via WP Cron','2021-01-05 12:49:33','2021-01-05 07:49:33'),
(36957,16483,'action created','2021-01-05 12:49:33','2021-01-05 07:49:33'),
(36958,16483,'action started via WP Cron','2021-01-05 12:50:45','2021-01-05 07:50:45'),
(36959,16483,'action complete via WP Cron','2021-01-05 12:50:45','2021-01-05 07:50:45'),
(36960,16484,'action created','2021-01-05 12:50:45','2021-01-05 07:50:45'),
(36961,16484,'action started via WP Cron','2021-01-05 12:52:08','2021-01-05 07:52:08'),
(36962,16484,'action complete via WP Cron','2021-01-05 12:52:08','2021-01-05 07:52:08'),
(36963,16485,'action created','2021-01-05 12:52:08','2021-01-05 07:52:08'),
(36964,16485,'action started via WP Cron','2021-01-05 12:54:00','2021-01-05 07:54:00'),
(36965,16485,'action complete via WP Cron','2021-01-05 12:54:00','2021-01-05 07:54:00'),
(36966,15602,'action started via WP Cron','2021-01-05 12:54:00','2021-01-05 07:54:00'),
(36967,15602,'action complete via WP Cron','2021-01-05 12:54:00','2021-01-05 07:54:00'),
(36968,16486,'action created','2021-01-05 12:54:00','2021-01-05 07:54:00'),
(36969,16487,'action created','2021-01-05 12:54:00','2021-01-05 07:54:00'),
(36970,16487,'action started via WP Cron','2021-01-05 12:54:52','2021-01-05 07:54:52'),
(36971,16487,'action complete via WP Cron','2021-01-05 12:54:52','2021-01-05 07:54:52'),
(36972,16488,'action created','2021-01-05 12:54:52','2021-01-05 07:54:52'),
(36973,16488,'action started via WP Cron','2021-01-05 12:55:21','2021-01-05 07:55:21'),
(36974,16488,'action complete via WP Cron','2021-01-05 12:55:21','2021-01-05 07:55:21'),
(36975,16489,'action created','2021-01-05 12:55:21','2021-01-05 07:55:21'),
(36976,16489,'action started via WP Cron','2021-01-05 12:56:40','2021-01-05 07:56:40'),
(36977,16489,'action complete via WP Cron','2021-01-05 12:56:40','2021-01-05 07:56:40'),
(36978,16490,'action created','2021-01-05 12:56:41','2021-01-05 07:56:41'),
(36979,16490,'action started via WP Cron','2021-01-05 12:57:31','2021-01-05 07:57:31'),
(36980,16490,'action complete via WP Cron','2021-01-05 12:57:32','2021-01-05 07:57:32'),
(36981,16491,'action created','2021-01-05 12:57:32','2021-01-05 07:57:32'),
(36982,16491,'action started via WP Cron','2021-01-05 12:58:30','2021-01-05 07:58:30'),
(36983,16491,'action complete via WP Cron','2021-01-05 12:58:30','2021-01-05 07:58:30'),
(36984,16492,'action created','2021-01-05 12:58:31','2021-01-05 07:58:31'),
(36985,16492,'action started via WP Cron','2021-01-05 13:01:25','2021-01-05 08:01:25'),
(36986,16492,'action complete via WP Cron','2021-01-05 13:01:25','2021-01-05 08:01:25'),
(36987,16493,'action created','2021-01-05 13:01:25','2021-01-05 08:01:25'),
(36988,16493,'action started via WP Cron','2021-01-05 13:02:37','2021-01-05 08:02:37'),
(36989,16493,'action complete via WP Cron','2021-01-05 13:02:37','2021-01-05 08:02:37'),
(36990,16494,'action created','2021-01-05 13:02:37','2021-01-05 08:02:37'),
(36991,16494,'action started via WP Cron','2021-01-05 13:05:48','2021-01-05 08:05:48'),
(36992,16494,'action complete via WP Cron','2021-01-05 13:05:48','2021-01-05 08:05:48'),
(36993,16495,'action created','2021-01-05 13:05:48','2021-01-05 08:05:48'),
(36994,16495,'action started via WP Cron','2021-01-05 13:07:40','2021-01-05 08:07:40'),
(36995,16495,'action complete via WP Cron','2021-01-05 13:07:40','2021-01-05 08:07:40'),
(36996,16496,'action created','2021-01-05 13:07:40','2021-01-05 08:07:40'),
(36997,16496,'action started via WP Cron','2021-01-05 13:08:35','2021-01-05 08:08:35'),
(36998,16496,'action complete via WP Cron','2021-01-05 13:08:35','2021-01-05 08:08:35'),
(36999,16497,'action created','2021-01-05 13:08:35','2021-01-05 08:08:35'),
(37000,16497,'action started via WP Cron','2021-01-05 13:09:35','2021-01-05 08:09:35'),
(37001,16497,'action complete via WP Cron','2021-01-05 13:09:35','2021-01-05 08:09:35'),
(37002,16498,'action created','2021-01-05 13:09:35','2021-01-05 08:09:35'),
(37003,16498,'action started via WP Cron','2021-01-05 13:10:47','2021-01-05 08:10:47'),
(37004,16498,'action complete via WP Cron','2021-01-05 13:10:47','2021-01-05 08:10:47'),
(37005,16499,'action created','2021-01-05 13:10:47','2021-01-05 08:10:47'),
(37006,16499,'action started via WP Cron','2021-01-05 13:11:32','2021-01-05 08:11:32'),
(37007,16499,'action complete via WP Cron','2021-01-05 13:11:32','2021-01-05 08:11:32'),
(37008,16500,'action created','2021-01-05 13:11:32','2021-01-05 08:11:32'),
(37009,16500,'action started via WP Cron','2021-01-05 13:14:33','2021-01-05 08:14:33'),
(37010,16500,'action complete via WP Cron','2021-01-05 13:14:33','2021-01-05 08:14:33'),
(37011,16501,'action created','2021-01-05 13:14:33','2021-01-05 08:14:33'),
(37012,16501,'action started via WP Cron','2021-01-05 13:15:28','2021-01-05 08:15:28'),
(37013,16501,'action complete via WP Cron','2021-01-05 13:15:28','2021-01-05 08:15:28'),
(37014,16502,'action created','2021-01-05 13:15:28','2021-01-05 08:15:28'),
(37015,16502,'action started via WP Cron','2021-01-05 13:17:06','2021-01-05 08:17:06'),
(37016,16502,'action complete via WP Cron','2021-01-05 13:17:06','2021-01-05 08:17:06'),
(37017,16503,'action created','2021-01-05 13:17:06','2021-01-05 08:17:06'),
(37018,16503,'action started via WP Cron','2021-01-05 13:17:48','2021-01-05 08:17:48'),
(37019,16503,'action complete via WP Cron','2021-01-05 13:17:48','2021-01-05 08:17:48'),
(37020,16504,'action created','2021-01-05 13:17:48','2021-01-05 08:17:48'),
(37021,16504,'action started via WP Cron','2021-01-05 13:22:35','2021-01-05 08:22:35'),
(37022,16504,'action complete via WP Cron','2021-01-05 13:22:35','2021-01-05 08:22:35'),
(37023,16505,'action created','2021-01-05 13:22:35','2021-01-05 08:22:35'),
(37024,16505,'action started via WP Cron','2021-01-05 13:24:09','2021-01-05 08:24:09'),
(37025,16505,'action complete via WP Cron','2021-01-05 13:24:09','2021-01-05 08:24:09'),
(37026,16506,'action created','2021-01-05 13:24:09','2021-01-05 08:24:09'),
(37027,16506,'action started via WP Cron','2021-01-05 13:25:52','2021-01-05 08:25:52'),
(37028,16506,'action complete via WP Cron','2021-01-05 13:25:52','2021-01-05 08:25:52'),
(37029,16507,'action created','2021-01-05 13:25:52','2021-01-05 08:25:52'),
(37030,16507,'action started via WP Cron','2021-01-05 13:26:52','2021-01-05 08:26:52'),
(37031,16507,'action complete via WP Cron','2021-01-05 13:26:52','2021-01-05 08:26:52'),
(37032,16508,'action created','2021-01-05 13:26:52','2021-01-05 08:26:52'),
(37033,16508,'action started via WP Cron','2021-01-05 13:27:39','2021-01-05 08:27:39'),
(37034,16508,'action complete via WP Cron','2021-01-05 13:27:39','2021-01-05 08:27:39'),
(37035,16509,'action created','2021-01-05 13:27:39','2021-01-05 08:27:39'),
(37036,16509,'action started via WP Cron','2021-01-05 13:28:51','2021-01-05 08:28:51'),
(37037,16509,'action complete via WP Cron','2021-01-05 13:28:51','2021-01-05 08:28:51'),
(37038,16510,'action created','2021-01-05 13:28:52','2021-01-05 08:28:52'),
(37039,16510,'action started via WP Cron','2021-01-05 13:29:13','2021-01-05 08:29:13'),
(37040,16510,'action complete via WP Cron','2021-01-05 13:29:13','2021-01-05 08:29:13'),
(37041,16511,'action created','2021-01-05 13:29:13','2021-01-05 08:29:13'),
(37042,16511,'action started via WP Cron','2021-01-05 13:30:15','2021-01-05 08:30:15'),
(37043,16511,'action complete via WP Cron','2021-01-05 13:30:15','2021-01-05 08:30:15'),
(37044,16512,'action created','2021-01-05 13:30:15','2021-01-05 08:30:15'),
(37045,16512,'action started via WP Cron','2021-01-05 13:31:58','2021-01-05 08:31:58'),
(37046,16512,'action complete via WP Cron','2021-01-05 13:31:58','2021-01-05 08:31:58'),
(37047,16513,'action created','2021-01-05 13:31:58','2021-01-05 08:31:58'),
(37048,16513,'action started via WP Cron','2021-01-05 13:32:32','2021-01-05 08:32:32'),
(37049,16513,'action complete via WP Cron','2021-01-05 13:32:32','2021-01-05 08:32:32'),
(37050,16514,'action created','2021-01-05 13:32:32','2021-01-05 08:32:32'),
(37051,16514,'action started via WP Cron','2021-01-05 13:33:15','2021-01-05 08:33:15'),
(37052,16514,'action complete via WP Cron','2021-01-05 13:33:15','2021-01-05 08:33:15'),
(37053,16515,'action created','2021-01-05 13:33:15','2021-01-05 08:33:15'),
(37054,16515,'action started via WP Cron','2021-01-05 13:34:55','2021-01-05 08:34:55'),
(37055,16515,'action complete via WP Cron','2021-01-05 13:34:55','2021-01-05 08:34:55'),
(37056,16516,'action created','2021-01-05 13:34:55','2021-01-05 08:34:55'),
(37057,16516,'action started via WP Cron','2021-01-05 13:35:17','2021-01-05 08:35:17'),
(37058,16516,'action complete via WP Cron','2021-01-05 13:35:17','2021-01-05 08:35:17'),
(37059,16517,'action created','2021-01-05 13:35:17','2021-01-05 08:35:17'),
(37060,16517,'action started via WP Cron','2021-01-05 13:38:10','2021-01-05 08:38:10'),
(37061,16517,'action complete via WP Cron','2021-01-05 13:38:10','2021-01-05 08:38:10'),
(37062,16518,'action created','2021-01-05 13:38:10','2021-01-05 08:38:10'),
(37063,16518,'action started via WP Cron','2021-01-05 13:39:05','2021-01-05 08:39:05'),
(37064,16518,'action complete via WP Cron','2021-01-05 13:39:05','2021-01-05 08:39:05'),
(37065,16519,'action created','2021-01-05 13:39:05','2021-01-05 08:39:05'),
(37066,16519,'action started via WP Cron','2021-01-05 13:40:38','2021-01-05 08:40:38'),
(37067,16519,'action complete via WP Cron','2021-01-05 13:40:38','2021-01-05 08:40:38'),
(37068,16520,'action created','2021-01-05 13:40:38','2021-01-05 08:40:38'),
(37069,16520,'action started via WP Cron','2021-01-05 13:45:00','2021-01-05 08:45:00'),
(37070,16520,'action complete via WP Cron','2021-01-05 13:45:00','2021-01-05 08:45:00'),
(37071,16521,'action created','2021-01-05 13:45:00','2021-01-05 08:45:00'),
(37072,16521,'action started via WP Cron','2021-01-05 13:45:48','2021-01-05 08:45:48'),
(37073,16521,'action complete via WP Cron','2021-01-05 13:45:48','2021-01-05 08:45:48'),
(37074,16522,'action created','2021-01-05 13:45:48','2021-01-05 08:45:48'),
(37075,16522,'action started via WP Cron','2021-01-05 13:48:21','2021-01-05 08:48:21'),
(37076,16522,'action complete via WP Cron','2021-01-05 13:48:21','2021-01-05 08:48:21'),
(37077,16523,'action created','2021-01-05 13:48:21','2021-01-05 08:48:21'),
(37078,16523,'action started via WP Cron','2021-01-05 13:50:39','2021-01-05 08:50:39'),
(37079,16523,'action complete via WP Cron','2021-01-05 13:50:39','2021-01-05 08:50:39'),
(37080,16524,'action created','2021-01-05 13:50:39','2021-01-05 08:50:39'),
(37081,16524,'action started via WP Cron','2021-01-05 13:51:58','2021-01-05 08:51:58'),
(37082,16524,'action complete via WP Cron','2021-01-05 13:51:58','2021-01-05 08:51:58'),
(37083,16525,'action created','2021-01-05 13:51:58','2021-01-05 08:51:58'),
(37084,16525,'action started via WP Cron','2021-01-05 13:53:52','2021-01-05 08:53:52'),
(37085,16525,'action complete via WP Cron','2021-01-05 13:53:52','2021-01-05 08:53:52'),
(37086,16526,'action created','2021-01-05 13:53:52','2021-01-05 08:53:52'),
(37087,16526,'action started via WP Cron','2021-01-05 13:54:15','2021-01-05 08:54:15'),
(37088,16526,'action complete via WP Cron','2021-01-05 13:54:15','2021-01-05 08:54:15'),
(37089,16527,'action created','2021-01-05 13:54:15','2021-01-05 08:54:15'),
(37090,16527,'action started via WP Cron','2021-01-05 13:55:35','2021-01-05 08:55:35'),
(37091,16527,'action complete via WP Cron','2021-01-05 13:55:36','2021-01-05 08:55:36'),
(37092,16528,'action created','2021-01-05 13:55:36','2021-01-05 08:55:36'),
(37093,16528,'action started via WP Cron','2021-01-05 13:56:21','2021-01-05 08:56:21'),
(37094,16528,'action complete via WP Cron','2021-01-05 13:56:21','2021-01-05 08:56:21'),
(37095,16529,'action created','2021-01-05 13:56:21','2021-01-05 08:56:21'),
(37096,16529,'action started via WP Cron','2021-01-05 13:57:29','2021-01-05 08:57:29'),
(37097,16529,'action complete via WP Cron','2021-01-05 13:57:29','2021-01-05 08:57:29'),
(37098,16530,'action created','2021-01-05 13:57:29','2021-01-05 08:57:29'),
(37099,16530,'action started via WP Cron','2021-01-05 13:58:24','2021-01-05 08:58:24'),
(37100,16530,'action complete via WP Cron','2021-01-05 13:58:24','2021-01-05 08:58:24'),
(37101,16531,'action created','2021-01-05 13:58:24','2021-01-05 08:58:24'),
(37102,16531,'action started via WP Cron','2021-01-05 13:59:13','2021-01-05 08:59:13'),
(37103,16531,'action complete via WP Cron','2021-01-05 13:59:13','2021-01-05 08:59:13'),
(37104,16532,'action created','2021-01-05 13:59:13','2021-01-05 08:59:13'),
(37105,16532,'action started via WP Cron','2021-01-05 14:00:16','2021-01-05 09:00:16'),
(37106,16532,'action complete via WP Cron','2021-01-05 14:00:16','2021-01-05 09:00:16'),
(37107,16533,'action created','2021-01-05 14:00:16','2021-01-05 09:00:16'),
(37108,16533,'action started via WP Cron','2021-01-05 14:02:58','2021-01-05 09:02:58'),
(37109,16533,'action complete via WP Cron','2021-01-05 14:02:58','2021-01-05 09:02:58'),
(37110,16534,'action created','2021-01-05 14:02:58','2021-01-05 09:02:58'),
(37111,16534,'action started via WP Cron','2021-01-05 14:03:17','2021-01-05 09:03:17'),
(37112,16534,'action complete via WP Cron','2021-01-05 14:03:17','2021-01-05 09:03:17'),
(37113,16535,'action created','2021-01-05 14:03:17','2021-01-05 09:03:17'),
(37114,16535,'action started via WP Cron','2021-01-05 14:04:28','2021-01-05 09:04:28'),
(37115,16535,'action complete via WP Cron','2021-01-05 14:04:28','2021-01-05 09:04:28'),
(37116,16536,'action created','2021-01-05 14:04:28','2021-01-05 09:04:28'),
(37117,16536,'action started via WP Cron','2021-01-05 14:05:23','2021-01-05 09:05:23'),
(37118,16536,'action complete via WP Cron','2021-01-05 14:05:23','2021-01-05 09:05:23'),
(37119,16537,'action created','2021-01-05 14:05:23','2021-01-05 09:05:23'),
(37120,16537,'action started via WP Cron','2021-01-05 14:06:58','2021-01-05 09:06:58'),
(37121,16537,'action complete via WP Cron','2021-01-05 14:06:58','2021-01-05 09:06:58'),
(37122,16538,'action created','2021-01-05 14:06:59','2021-01-05 09:06:59'),
(37123,16538,'action started via WP Cron','2021-01-05 14:07:39','2021-01-05 09:07:39'),
(37124,16538,'action complete via WP Cron','2021-01-05 14:07:39','2021-01-05 09:07:39'),
(37125,16539,'action created','2021-01-05 14:07:39','2021-01-05 09:07:39'),
(37126,16539,'action started via WP Cron','2021-01-05 14:09:26','2021-01-05 09:09:26'),
(37127,16539,'action complete via WP Cron','2021-01-05 14:09:26','2021-01-05 09:09:26'),
(37128,16540,'action created','2021-01-05 14:09:26','2021-01-05 09:09:26'),
(37129,16540,'action started via WP Cron','2021-01-05 14:12:04','2021-01-05 09:12:04'),
(37130,16540,'action complete via WP Cron','2021-01-05 14:12:04','2021-01-05 09:12:04'),
(37131,16541,'action created','2021-01-05 14:12:05','2021-01-05 09:12:05'),
(37132,16541,'action started via WP Cron','2021-01-05 14:13:13','2021-01-05 09:13:13'),
(37133,16541,'action complete via WP Cron','2021-01-05 14:13:13','2021-01-05 09:13:13'),
(37134,16542,'action created','2021-01-05 14:13:14','2021-01-05 09:13:14'),
(37135,16542,'action started via WP Cron','2021-01-05 14:15:30','2021-01-05 09:15:30'),
(37136,16542,'action complete via WP Cron','2021-01-05 14:15:30','2021-01-05 09:15:30'),
(37137,16543,'action created','2021-01-05 14:15:30','2021-01-05 09:15:30'),
(37138,16543,'action started via WP Cron','2021-01-05 14:16:19','2021-01-05 09:16:19'),
(37139,16543,'action complete via WP Cron','2021-01-05 14:16:19','2021-01-05 09:16:19'),
(37140,16544,'action created','2021-01-05 14:16:19','2021-01-05 09:16:19'),
(37141,16544,'action started via WP Cron','2021-01-05 14:17:12','2021-01-05 09:17:12'),
(37142,16544,'action complete via WP Cron','2021-01-05 14:17:12','2021-01-05 09:17:12'),
(37143,16545,'action created','2021-01-05 14:17:12','2021-01-05 09:17:12'),
(37144,16545,'action started via WP Cron','2021-01-05 14:18:22','2021-01-05 09:18:22'),
(37145,16545,'action complete via WP Cron','2021-01-05 14:18:22','2021-01-05 09:18:22'),
(37146,16546,'action created','2021-01-05 14:18:22','2021-01-05 09:18:22'),
(37147,16546,'action started via WP Cron','2021-01-05 14:19:44','2021-01-05 09:19:44'),
(37148,16546,'action complete via WP Cron','2021-01-05 14:19:44','2021-01-05 09:19:44'),
(37149,16547,'action created','2021-01-05 14:19:44','2021-01-05 09:19:44'),
(37150,16547,'action started via WP Cron','2021-01-05 14:21:29','2021-01-05 09:21:29'),
(37151,16547,'action complete via WP Cron','2021-01-05 14:21:29','2021-01-05 09:21:29'),
(37152,16548,'action created','2021-01-05 14:21:29','2021-01-05 09:21:29'),
(37153,16548,'action started via WP Cron','2021-01-05 14:23:31','2021-01-05 09:23:31'),
(37154,16548,'action complete via WP Cron','2021-01-05 14:23:31','2021-01-05 09:23:31'),
(37155,16549,'action created','2021-01-05 14:23:31','2021-01-05 09:23:31'),
(37156,16549,'action started via WP Cron','2021-01-05 14:24:18','2021-01-05 09:24:18'),
(37157,16549,'action complete via WP Cron','2021-01-05 14:24:18','2021-01-05 09:24:18'),
(37158,16550,'action created','2021-01-05 14:24:18','2021-01-05 09:24:18'),
(37159,16550,'action started via WP Cron','2021-01-05 14:25:45','2021-01-05 09:25:45'),
(37160,16550,'action complete via WP Cron','2021-01-05 14:25:45','2021-01-05 09:25:45'),
(37161,16551,'action created','2021-01-05 14:25:45','2021-01-05 09:25:45'),
(37162,16551,'action started via WP Cron','2021-01-05 14:26:26','2021-01-05 09:26:26'),
(37163,16551,'action complete via WP Cron','2021-01-05 14:26:26','2021-01-05 09:26:26'),
(37164,16552,'action created','2021-01-05 14:26:26','2021-01-05 09:26:26'),
(37165,16552,'action started via WP Cron','2021-01-05 14:27:19','2021-01-05 09:27:19'),
(37166,16552,'action complete via WP Cron','2021-01-05 14:27:19','2021-01-05 09:27:19'),
(37167,16553,'action created','2021-01-05 14:27:19','2021-01-05 09:27:19'),
(37168,16553,'action started via WP Cron','2021-01-05 14:28:15','2021-01-05 09:28:15'),
(37169,16553,'action complete via WP Cron','2021-01-05 14:28:16','2021-01-05 09:28:16'),
(37170,16554,'action created','2021-01-05 14:28:16','2021-01-05 09:28:16'),
(37171,16554,'action started via WP Cron','2021-01-05 14:29:34','2021-01-05 09:29:34'),
(37172,16554,'action complete via WP Cron','2021-01-05 14:29:34','2021-01-05 09:29:34'),
(37173,16555,'action created','2021-01-05 14:29:34','2021-01-05 09:29:34'),
(37174,16555,'action started via WP Cron','2021-01-05 14:31:48','2021-01-05 09:31:48'),
(37175,16555,'action complete via WP Cron','2021-01-05 14:31:48','2021-01-05 09:31:48'),
(37176,16556,'action created','2021-01-05 14:31:48','2021-01-05 09:31:48'),
(37177,16556,'action started via WP Cron','2021-01-05 14:35:20','2021-01-05 09:35:20'),
(37178,16556,'action complete via WP Cron','2021-01-05 14:35:20','2021-01-05 09:35:20'),
(37179,16557,'action created','2021-01-05 14:35:20','2021-01-05 09:35:20'),
(37180,16557,'action started via WP Cron','2021-01-05 14:37:40','2021-01-05 09:37:40'),
(37181,16557,'action complete via WP Cron','2021-01-05 14:37:40','2021-01-05 09:37:40'),
(37182,16558,'action created','2021-01-05 14:37:40','2021-01-05 09:37:40'),
(37183,16558,'action started via WP Cron','2021-01-05 14:38:57','2021-01-05 09:38:57'),
(37184,16558,'action complete via WP Cron','2021-01-05 14:38:57','2021-01-05 09:38:57'),
(37185,16559,'action created','2021-01-05 14:38:57','2021-01-05 09:38:57'),
(37186,16559,'action started via WP Cron','2021-01-05 14:39:42','2021-01-05 09:39:42'),
(37187,16559,'action complete via WP Cron','2021-01-05 14:39:42','2021-01-05 09:39:42'),
(37188,16560,'action created','2021-01-05 14:39:42','2021-01-05 09:39:42'),
(37189,16560,'action started via WP Cron','2021-01-05 14:42:08','2021-01-05 09:42:08'),
(37190,16560,'action complete via WP Cron','2021-01-05 14:42:08','2021-01-05 09:42:08'),
(37191,16561,'action created','2021-01-05 14:42:08','2021-01-05 09:42:08'),
(37192,16561,'action started via WP Cron','2021-01-05 14:43:15','2021-01-05 09:43:15'),
(37193,16561,'action complete via WP Cron','2021-01-05 14:43:15','2021-01-05 09:43:15'),
(37194,16562,'action created','2021-01-05 14:43:15','2021-01-05 09:43:15'),
(37195,16562,'action started via WP Cron','2021-01-05 14:44:23','2021-01-05 09:44:23'),
(37196,16562,'action complete via WP Cron','2021-01-05 14:44:23','2021-01-05 09:44:23'),
(37197,16563,'action created','2021-01-05 14:44:23','2021-01-05 09:44:23'),
(37198,16563,'action started via WP Cron','2021-01-05 14:46:36','2021-01-05 09:46:36'),
(37199,16563,'action complete via WP Cron','2021-01-05 14:46:36','2021-01-05 09:46:36'),
(37200,16564,'action created','2021-01-05 14:46:36','2021-01-05 09:46:36'),
(37201,16564,'action started via WP Cron','2021-01-05 14:48:03','2021-01-05 09:48:03'),
(37202,16564,'action complete via WP Cron','2021-01-05 14:48:03','2021-01-05 09:48:03'),
(37203,16565,'action created','2021-01-05 14:48:03','2021-01-05 09:48:03'),
(37204,16565,'action started via WP Cron','2021-01-05 14:50:32','2021-01-05 09:50:32'),
(37205,16565,'action complete via WP Cron','2021-01-05 14:50:32','2021-01-05 09:50:32'),
(37206,16566,'action created','2021-01-05 14:50:32','2021-01-05 09:50:32'),
(37207,16566,'action started via WP Cron','2021-01-05 14:51:36','2021-01-05 09:51:36'),
(37208,16566,'action complete via WP Cron','2021-01-05 14:51:36','2021-01-05 09:51:36'),
(37209,16567,'action created','2021-01-05 14:51:36','2021-01-05 09:51:36'),
(37210,16567,'action started via WP Cron','2021-01-05 14:53:15','2021-01-05 09:53:15'),
(37211,16567,'action complete via WP Cron','2021-01-05 14:53:15','2021-01-05 09:53:15'),
(37212,16568,'action created','2021-01-05 14:53:15','2021-01-05 09:53:15'),
(37213,16568,'action started via WP Cron','2021-01-05 14:54:28','2021-01-05 09:54:28'),
(37214,16568,'action complete via WP Cron','2021-01-05 14:54:28','2021-01-05 09:54:28'),
(37215,16569,'action created','2021-01-05 14:54:28','2021-01-05 09:54:28'),
(37216,16569,'action started via WP Cron','2021-01-05 14:57:26','2021-01-05 09:57:26'),
(37217,16569,'action complete via WP Cron','2021-01-05 14:57:26','2021-01-05 09:57:26'),
(37218,16570,'action created','2021-01-05 14:57:27','2021-01-05 09:57:27'),
(37219,16570,'action started via WP Cron','2021-01-05 14:58:59','2021-01-05 09:58:59'),
(37220,16570,'action complete via WP Cron','2021-01-05 14:58:59','2021-01-05 09:58:59'),
(37221,16571,'action created','2021-01-05 14:58:59','2021-01-05 09:58:59'),
(37222,16571,'action started via WP Cron','2021-01-05 15:02:15','2021-01-05 10:02:15'),
(37223,16571,'action complete via WP Cron','2021-01-05 15:02:15','2021-01-05 10:02:15'),
(37224,16572,'action created','2021-01-05 15:02:16','2021-01-05 10:02:16'),
(37225,16572,'action started via WP Cron','2021-01-05 15:03:12','2021-01-05 10:03:12'),
(37226,16572,'action complete via WP Cron','2021-01-05 15:03:12','2021-01-05 10:03:12'),
(37227,16573,'action created','2021-01-05 15:03:12','2021-01-05 10:03:12'),
(37228,16573,'action started via WP Cron','2021-01-05 15:04:53','2021-01-05 10:04:53'),
(37229,16573,'action complete via WP Cron','2021-01-05 15:04:53','2021-01-05 10:04:53'),
(37230,16574,'action created','2021-01-05 15:04:53','2021-01-05 10:04:53'),
(37231,16574,'action started via WP Cron','2021-01-05 15:07:16','2021-01-05 10:07:16'),
(37232,16574,'action complete via WP Cron','2021-01-05 15:07:16','2021-01-05 10:07:16'),
(37233,16575,'action created','2021-01-05 15:07:16','2021-01-05 10:07:16'),
(37234,16575,'action started via WP Cron','2021-01-05 15:08:33','2021-01-05 10:08:33'),
(37235,16575,'action complete via WP Cron','2021-01-05 15:08:33','2021-01-05 10:08:33'),
(37236,16576,'action created','2021-01-05 15:08:33','2021-01-05 10:08:33'),
(37237,16576,'action started via WP Cron','2021-01-05 15:09:26','2021-01-05 10:09:26'),
(37238,16576,'action complete via WP Cron','2021-01-05 15:09:26','2021-01-05 10:09:26'),
(37239,16577,'action created','2021-01-05 15:09:26','2021-01-05 10:09:26'),
(37240,16577,'action started via WP Cron','2021-01-05 15:10:16','2021-01-05 10:10:16'),
(37241,16577,'action complete via WP Cron','2021-01-05 15:10:16','2021-01-05 10:10:16'),
(37242,16578,'action created','2021-01-05 15:10:16','2021-01-05 10:10:16'),
(37243,16578,'action started via WP Cron','2021-01-05 15:11:22','2021-01-05 10:11:22'),
(37244,16578,'action complete via WP Cron','2021-01-05 15:11:22','2021-01-05 10:11:22'),
(37245,16579,'action created','2021-01-05 15:11:22','2021-01-05 10:11:22'),
(37246,16579,'action started via WP Cron','2021-01-05 15:12:53','2021-01-05 10:12:53'),
(37247,16579,'action complete via WP Cron','2021-01-05 15:12:53','2021-01-05 10:12:53'),
(37248,16580,'action created','2021-01-05 15:12:53','2021-01-05 10:12:53'),
(37249,16580,'action started via WP Cron','2021-01-05 15:13:13','2021-01-05 10:13:13'),
(37250,16580,'action complete via WP Cron','2021-01-05 15:13:13','2021-01-05 10:13:13'),
(37251,16581,'action created','2021-01-05 15:13:13','2021-01-05 10:13:13'),
(37252,16581,'action started via WP Cron','2021-01-05 15:14:48','2021-01-05 10:14:48'),
(37253,16581,'action complete via WP Cron','2021-01-05 15:14:48','2021-01-05 10:14:48'),
(37254,16582,'action created','2021-01-05 15:14:48','2021-01-05 10:14:48'),
(37255,16582,'action started via WP Cron','2021-01-05 15:15:22','2021-01-05 10:15:22'),
(37256,16582,'action complete via WP Cron','2021-01-05 15:15:22','2021-01-05 10:15:22'),
(37257,16583,'action created','2021-01-05 15:15:22','2021-01-05 10:15:22'),
(37258,16583,'action started via WP Cron','2021-01-05 15:18:36','2021-01-05 10:18:36'),
(37259,16583,'action complete via WP Cron','2021-01-05 15:18:36','2021-01-05 10:18:36'),
(37260,16584,'action created','2021-01-05 15:18:36','2021-01-05 10:18:36'),
(37261,16584,'action started via WP Cron','2021-01-05 15:20:13','2021-01-05 10:20:13'),
(37262,16584,'action complete via WP Cron','2021-01-05 15:20:13','2021-01-05 10:20:13'),
(37263,16585,'action created','2021-01-05 15:20:13','2021-01-05 10:20:13'),
(37264,16585,'action started via WP Cron','2021-01-05 15:21:25','2021-01-05 10:21:25'),
(37265,16585,'action complete via WP Cron','2021-01-05 15:21:25','2021-01-05 10:21:25'),
(37266,16586,'action created','2021-01-05 15:21:25','2021-01-05 10:21:25'),
(37267,16586,'action started via WP Cron','2021-01-05 15:22:23','2021-01-05 10:22:23'),
(37268,16586,'action complete via WP Cron','2021-01-05 15:22:23','2021-01-05 10:22:23'),
(37269,16587,'action created','2021-01-05 15:22:23','2021-01-05 10:22:23'),
(37270,16587,'action started via WP Cron','2021-01-05 15:23:32','2021-01-05 10:23:32'),
(37271,16587,'action complete via WP Cron','2021-01-05 15:23:32','2021-01-05 10:23:32'),
(37272,16588,'action created','2021-01-05 15:23:32','2021-01-05 10:23:32'),
(37273,16588,'action started via WP Cron','2021-01-05 15:25:59','2021-01-05 10:25:59'),
(37274,16588,'action complete via WP Cron','2021-01-05 15:25:59','2021-01-05 10:25:59'),
(37275,16589,'action created','2021-01-05 15:26:00','2021-01-05 10:26:00'),
(37276,16589,'action started via WP Cron','2021-01-05 15:26:24','2021-01-05 10:26:24'),
(37277,16589,'action complete via WP Cron','2021-01-05 15:26:24','2021-01-05 10:26:24'),
(37278,16590,'action created','2021-01-05 15:26:24','2021-01-05 10:26:24'),
(37279,16590,'action started via WP Cron','2021-01-05 15:27:36','2021-01-05 10:27:36'),
(37280,16590,'action complete via WP Cron','2021-01-05 15:27:36','2021-01-05 10:27:36'),
(37281,16591,'action created','2021-01-05 15:27:36','2021-01-05 10:27:36'),
(37282,16591,'action started via WP Cron','2021-01-05 15:28:32','2021-01-05 10:28:32'),
(37283,16591,'action complete via WP Cron','2021-01-05 15:28:32','2021-01-05 10:28:32'),
(37284,16592,'action created','2021-01-05 15:28:32','2021-01-05 10:28:32'),
(37285,16592,'action started via WP Cron','2021-01-05 15:29:26','2021-01-05 10:29:26'),
(37286,16592,'action complete via WP Cron','2021-01-05 15:29:26','2021-01-05 10:29:26'),
(37287,16593,'action created','2021-01-05 15:29:26','2021-01-05 10:29:26'),
(37288,16593,'action started via WP Cron','2021-01-05 15:30:20','2021-01-05 10:30:20'),
(37289,16593,'action complete via WP Cron','2021-01-05 15:30:20','2021-01-05 10:30:20'),
(37290,16594,'action created','2021-01-05 15:30:21','2021-01-05 10:30:21'),
(37291,16594,'action started via WP Cron','2021-01-05 15:31:15','2021-01-05 10:31:15'),
(37292,16594,'action complete via WP Cron','2021-01-05 15:31:15','2021-01-05 10:31:15'),
(37293,16595,'action created','2021-01-05 15:31:15','2021-01-05 10:31:15'),
(37294,16595,'action started via WP Cron','2021-01-05 15:32:12','2021-01-05 10:32:12'),
(37295,16595,'action complete via WP Cron','2021-01-05 15:32:12','2021-01-05 10:32:12'),
(37296,16596,'action created','2021-01-05 15:32:12','2021-01-05 10:32:12'),
(37297,16596,'action started via WP Cron','2021-01-05 15:33:33','2021-01-05 10:33:33'),
(37298,16596,'action complete via WP Cron','2021-01-05 15:33:33','2021-01-05 10:33:33'),
(37299,16597,'action created','2021-01-05 15:33:33','2021-01-05 10:33:33'),
(37300,16597,'action started via WP Cron','2021-01-05 15:34:57','2021-01-05 10:34:57'),
(37301,16597,'action complete via WP Cron','2021-01-05 15:34:57','2021-01-05 10:34:57'),
(37302,16598,'action created','2021-01-05 15:34:57','2021-01-05 10:34:57'),
(37303,16598,'action started via WP Cron','2021-01-05 15:35:23','2021-01-05 10:35:23'),
(37304,16598,'action complete via WP Cron','2021-01-05 15:35:23','2021-01-05 10:35:23'),
(37305,16599,'action created','2021-01-05 15:35:23','2021-01-05 10:35:23'),
(37306,16599,'action started via WP Cron','2021-01-05 15:38:40','2021-01-05 10:38:40'),
(37307,16599,'action complete via WP Cron','2021-01-05 15:38:40','2021-01-05 10:38:40'),
(37308,16600,'action created','2021-01-05 15:38:40','2021-01-05 10:38:40'),
(37309,16600,'action started via WP Cron','2021-01-05 15:39:46','2021-01-05 10:39:46'),
(37310,16600,'action complete via WP Cron','2021-01-05 15:39:46','2021-01-05 10:39:46'),
(37311,16601,'action created','2021-01-05 15:39:46','2021-01-05 10:39:46'),
(37312,16601,'action started via WP Cron','2021-01-05 15:40:34','2021-01-05 10:40:34'),
(37313,16601,'action complete via WP Cron','2021-01-05 15:40:34','2021-01-05 10:40:34'),
(37314,16602,'action created','2021-01-05 15:40:34','2021-01-05 10:40:34'),
(37315,16602,'action started via WP Cron','2021-01-05 15:41:37','2021-01-05 10:41:37'),
(37316,16602,'action complete via WP Cron','2021-01-05 15:41:37','2021-01-05 10:41:37'),
(37317,16603,'action created','2021-01-05 15:41:37','2021-01-05 10:41:37'),
(37318,16603,'action started via WP Cron','2021-01-05 15:43:27','2021-01-05 10:43:27'),
(37319,16603,'action complete via WP Cron','2021-01-05 15:43:27','2021-01-05 10:43:27'),
(37320,16604,'action created','2021-01-05 15:43:27','2021-01-05 10:43:27'),
(37321,16604,'action started via WP Cron','2021-01-05 15:44:25','2021-01-05 10:44:25'),
(37322,16604,'action complete via WP Cron','2021-01-05 15:44:25','2021-01-05 10:44:25'),
(37323,16605,'action created','2021-01-05 15:44:25','2021-01-05 10:44:25'),
(37324,16605,'action started via WP Cron','2021-01-05 15:46:44','2021-01-05 10:46:44'),
(37325,16605,'action complete via WP Cron','2021-01-05 15:46:44','2021-01-05 10:46:44'),
(37326,16606,'action created','2021-01-05 15:46:44','2021-01-05 10:46:44'),
(37327,16606,'action started via WP Cron','2021-01-05 15:47:45','2021-01-05 10:47:45'),
(37328,16606,'action complete via WP Cron','2021-01-05 15:47:45','2021-01-05 10:47:45'),
(37329,16607,'action created','2021-01-05 15:47:45','2021-01-05 10:47:45'),
(37330,16607,'action started via WP Cron','2021-01-05 15:48:28','2021-01-05 10:48:28'),
(37331,16607,'action complete via WP Cron','2021-01-05 15:48:28','2021-01-05 10:48:28'),
(37332,16608,'action created','2021-01-05 15:48:28','2021-01-05 10:48:28'),
(37333,16608,'action started via WP Cron','2021-01-05 15:49:47','2021-01-05 10:49:47'),
(37334,16608,'action complete via WP Cron','2021-01-05 15:49:47','2021-01-05 10:49:47'),
(37335,16609,'action created','2021-01-05 15:49:47','2021-01-05 10:49:47'),
(37336,16609,'action started via WP Cron','2021-01-05 15:50:14','2021-01-05 10:50:14'),
(37337,16609,'action complete via WP Cron','2021-01-05 15:50:14','2021-01-05 10:50:14'),
(37338,16610,'action created','2021-01-05 15:50:14','2021-01-05 10:50:14'),
(37339,16610,'action started via WP Cron','2021-01-05 15:51:24','2021-01-05 10:51:24'),
(37340,16610,'action complete via WP Cron','2021-01-05 15:51:24','2021-01-05 10:51:24'),
(37341,16611,'action created','2021-01-05 15:51:24','2021-01-05 10:51:24'),
(37342,16611,'action started via WP Cron','2021-01-05 15:53:18','2021-01-05 10:53:18'),
(37343,16611,'action complete via WP Cron','2021-01-05 15:53:18','2021-01-05 10:53:18'),
(37344,16612,'action created','2021-01-05 15:53:18','2021-01-05 10:53:18'),
(37345,16612,'action started via WP Cron','2021-01-05 15:55:49','2021-01-05 10:55:49'),
(37346,16612,'action complete via WP Cron','2021-01-05 15:55:49','2021-01-05 10:55:49'),
(37347,16613,'action created','2021-01-05 15:55:49','2021-01-05 10:55:49'),
(37348,16613,'action started via WP Cron','2021-01-05 15:59:42','2021-01-05 10:59:42'),
(37349,16613,'action complete via WP Cron','2021-01-05 15:59:42','2021-01-05 10:59:42'),
(37350,16614,'action created','2021-01-05 15:59:42','2021-01-05 10:59:42'),
(37351,16614,'action started via WP Cron','2021-01-05 16:00:53','2021-01-05 11:00:53'),
(37352,16614,'action complete via WP Cron','2021-01-05 16:00:53','2021-01-05 11:00:53'),
(37353,16615,'action created','2021-01-05 16:00:53','2021-01-05 11:00:53'),
(37354,16615,'action started via WP Cron','2021-01-05 16:01:37','2021-01-05 11:01:37'),
(37355,16615,'action complete via WP Cron','2021-01-05 16:01:37','2021-01-05 11:01:37'),
(37356,16616,'action created','2021-01-05 16:01:37','2021-01-05 11:01:37'),
(37357,16616,'action started via WP Cron','2021-01-05 16:03:13','2021-01-05 11:03:13'),
(37358,16616,'action complete via WP Cron','2021-01-05 16:03:13','2021-01-05 11:03:13'),
(37359,16617,'action created','2021-01-05 16:03:13','2021-01-05 11:03:13'),
(37360,16617,'action started via WP Cron','2021-01-05 16:05:02','2021-01-05 11:05:02'),
(37361,16617,'action complete via WP Cron','2021-01-05 16:05:02','2021-01-05 11:05:02'),
(37362,16618,'action created','2021-01-05 16:05:02','2021-01-05 11:05:02'),
(37363,16618,'action started via WP Cron','2021-01-05 16:07:40','2021-01-05 11:07:40'),
(37364,16618,'action complete via WP Cron','2021-01-05 16:07:40','2021-01-05 11:07:40'),
(37365,16619,'action created','2021-01-05 16:07:40','2021-01-05 11:07:40'),
(37366,16619,'action started via WP Cron','2021-01-05 16:08:26','2021-01-05 11:08:26'),
(37367,16619,'action complete via WP Cron','2021-01-05 16:08:26','2021-01-05 11:08:26'),
(37368,16620,'action created','2021-01-05 16:08:26','2021-01-05 11:08:26'),
(37369,16620,'action started via WP Cron','2021-01-05 16:09:21','2021-01-05 11:09:21'),
(37370,16620,'action complete via WP Cron','2021-01-05 16:09:21','2021-01-05 11:09:21'),
(37371,16621,'action created','2021-01-05 16:09:21','2021-01-05 11:09:21'),
(37372,16621,'action started via WP Cron','2021-01-05 16:10:21','2021-01-05 11:10:21'),
(37373,16621,'action complete via WP Cron','2021-01-05 16:10:21','2021-01-05 11:10:21'),
(37374,16622,'action created','2021-01-05 16:10:21','2021-01-05 11:10:21'),
(37375,16622,'action started via WP Cron','2021-01-05 16:11:44','2021-01-05 11:11:44'),
(37376,16622,'action complete via WP Cron','2021-01-05 16:11:44','2021-01-05 11:11:44'),
(37377,16623,'action created','2021-01-05 16:11:44','2021-01-05 11:11:44'),
(37378,16623,'action started via WP Cron','2021-01-05 16:12:28','2021-01-05 11:12:28'),
(37379,16623,'action complete via WP Cron','2021-01-05 16:12:28','2021-01-05 11:12:28'),
(37380,16624,'action created','2021-01-05 16:12:28','2021-01-05 11:12:28'),
(37381,16624,'action started via WP Cron','2021-01-05 16:14:14','2021-01-05 11:14:14'),
(37382,16624,'action complete via WP Cron','2021-01-05 16:14:14','2021-01-05 11:14:14'),
(37383,16625,'action created','2021-01-05 16:14:14','2021-01-05 11:14:14'),
(37384,16625,'action started via WP Cron','2021-01-05 16:16:31','2021-01-05 11:16:31'),
(37385,16625,'action complete via WP Cron','2021-01-05 16:16:31','2021-01-05 11:16:31'),
(37386,16626,'action created','2021-01-05 16:16:31','2021-01-05 11:16:31'),
(37387,16626,'action started via WP Cron','2021-01-05 16:17:41','2021-01-05 11:17:41'),
(37388,16626,'action complete via WP Cron','2021-01-05 16:17:41','2021-01-05 11:17:41'),
(37389,16627,'action created','2021-01-05 16:17:41','2021-01-05 11:17:41'),
(37390,16627,'action started via WP Cron','2021-01-05 16:19:35','2021-01-05 11:19:35'),
(37391,16627,'action complete via WP Cron','2021-01-05 16:19:35','2021-01-05 11:19:35'),
(37392,16628,'action created','2021-01-05 16:19:35','2021-01-05 11:19:35'),
(37393,16628,'action started via WP Cron','2021-01-05 16:22:05','2021-01-05 11:22:05'),
(37394,16628,'action complete via WP Cron','2021-01-05 16:22:05','2021-01-05 11:22:05'),
(37395,16629,'action created','2021-01-05 16:22:05','2021-01-05 11:22:05'),
(37396,16629,'action started via WP Cron','2021-01-05 16:22:49','2021-01-05 11:22:49'),
(37397,16629,'action complete via WP Cron','2021-01-05 16:22:49','2021-01-05 11:22:49'),
(37398,16630,'action created','2021-01-05 16:22:49','2021-01-05 11:22:49'),
(37399,16630,'action started via WP Cron','2021-01-05 16:23:44','2021-01-05 11:23:44'),
(37400,16630,'action complete via WP Cron','2021-01-05 16:23:44','2021-01-05 11:23:44'),
(37401,16631,'action created','2021-01-05 16:23:44','2021-01-05 11:23:44'),
(37402,16631,'action started via WP Cron','2021-01-05 16:24:56','2021-01-05 11:24:56'),
(37403,16631,'action complete via WP Cron','2021-01-05 16:24:56','2021-01-05 11:24:56'),
(37404,16632,'action created','2021-01-05 16:24:56','2021-01-05 11:24:56'),
(37405,16632,'action started via WP Cron','2021-01-05 16:25:16','2021-01-05 11:25:16'),
(37406,16632,'action complete via WP Cron','2021-01-05 16:25:16','2021-01-05 11:25:16'),
(37407,16633,'action created','2021-01-05 16:25:16','2021-01-05 11:25:16'),
(37408,16633,'action started via WP Cron','2021-01-05 16:26:37','2021-01-05 11:26:37'),
(37409,16633,'action complete via WP Cron','2021-01-05 16:26:37','2021-01-05 11:26:37'),
(37410,16634,'action created','2021-01-05 16:26:37','2021-01-05 11:26:37'),
(37411,16634,'action started via WP Cron','2021-01-05 16:29:04','2021-01-05 11:29:04'),
(37412,16634,'action complete via WP Cron','2021-01-05 16:29:04','2021-01-05 11:29:04'),
(37413,16635,'action created','2021-01-05 16:29:04','2021-01-05 11:29:04'),
(37414,16635,'action started via WP Cron','2021-01-05 16:29:30','2021-01-05 11:29:30'),
(37415,16635,'action complete via WP Cron','2021-01-05 16:29:30','2021-01-05 11:29:30'),
(37416,16636,'action created','2021-01-05 16:29:30','2021-01-05 11:29:30'),
(37417,16636,'action started via WP Cron','2021-01-05 16:30:14','2021-01-05 11:30:14'),
(37418,16636,'action complete via WP Cron','2021-01-05 16:30:14','2021-01-05 11:30:14'),
(37419,16637,'action created','2021-01-05 16:30:15','2021-01-05 11:30:15'),
(37420,16637,'action started via WP Cron','2021-01-05 16:31:56','2021-01-05 11:31:56'),
(37421,16637,'action complete via WP Cron','2021-01-05 16:31:56','2021-01-05 11:31:56'),
(37422,16638,'action created','2021-01-05 16:31:57','2021-01-05 11:31:57'),
(37423,16638,'action started via WP Cron','2021-01-05 16:32:12','2021-01-05 11:32:12'),
(37424,16638,'action complete via WP Cron','2021-01-05 16:32:12','2021-01-05 11:32:12'),
(37425,16639,'action created','2021-01-05 16:32:12','2021-01-05 11:32:12'),
(37426,16639,'action started via WP Cron','2021-01-05 16:33:37','2021-01-05 11:33:37'),
(37427,16639,'action complete via WP Cron','2021-01-05 16:33:37','2021-01-05 11:33:37'),
(37428,16640,'action created','2021-01-05 16:33:37','2021-01-05 11:33:37'),
(37429,16640,'action started via WP Cron','2021-01-05 16:35:24','2021-01-05 11:35:24'),
(37430,16640,'action complete via WP Cron','2021-01-05 16:35:24','2021-01-05 11:35:24'),
(37431,16641,'action created','2021-01-05 16:35:24','2021-01-05 11:35:24'),
(37432,16641,'action started via WP Cron','2021-01-05 16:38:12','2021-01-05 11:38:12'),
(37433,16641,'action complete via WP Cron','2021-01-05 16:38:12','2021-01-05 11:38:12'),
(37434,16642,'action created','2021-01-05 16:38:12','2021-01-05 11:38:12'),
(37435,16642,'action started via WP Cron','2021-01-05 16:39:35','2021-01-05 11:39:35'),
(37436,16642,'action complete via WP Cron','2021-01-05 16:39:35','2021-01-05 11:39:35'),
(37437,16643,'action created','2021-01-05 16:39:35','2021-01-05 11:39:35'),
(37438,16643,'action started via WP Cron','2021-01-05 16:40:39','2021-01-05 11:40:39'),
(37439,16643,'action complete via WP Cron','2021-01-05 16:40:39','2021-01-05 11:40:39'),
(37440,16644,'action created','2021-01-05 16:40:39','2021-01-05 11:40:39'),
(37441,16644,'action started via WP Cron','2021-01-05 16:42:03','2021-01-05 11:42:03'),
(37442,16644,'action complete via WP Cron','2021-01-05 16:42:03','2021-01-05 11:42:03'),
(37443,16645,'action created','2021-01-05 16:42:04','2021-01-05 11:42:04'),
(37444,16645,'action started via WP Cron','2021-01-05 16:43:10','2021-01-05 11:43:10'),
(37445,16645,'action complete via WP Cron','2021-01-05 16:43:10','2021-01-05 11:43:10'),
(37446,16646,'action created','2021-01-05 16:43:10','2021-01-05 11:43:10'),
(37447,16646,'action started via WP Cron','2021-01-05 16:43:52','2021-01-05 11:43:52'),
(37448,16646,'action complete via WP Cron','2021-01-05 16:43:52','2021-01-05 11:43:52'),
(37449,16647,'action created','2021-01-05 16:43:52','2021-01-05 11:43:52'),
(37450,16647,'action started via WP Cron','2021-01-05 16:44:31','2021-01-05 11:44:31'),
(37451,16647,'action complete via WP Cron','2021-01-05 16:44:31','2021-01-05 11:44:31'),
(37452,16648,'action created','2021-01-05 16:44:31','2021-01-05 11:44:31'),
(37453,16648,'action started via WP Cron','2021-01-05 16:48:44','2021-01-05 11:48:44'),
(37454,16648,'action complete via WP Cron','2021-01-05 16:48:44','2021-01-05 11:48:44'),
(37455,16649,'action created','2021-01-05 16:48:44','2021-01-05 11:48:44'),
(37456,16649,'action started via WP Cron','2021-01-05 16:52:34','2021-01-05 11:52:34'),
(37457,16649,'action complete via WP Cron','2021-01-05 16:52:34','2021-01-05 11:52:34'),
(37458,16650,'action created','2021-01-05 16:52:34','2021-01-05 11:52:34'),
(37459,16650,'action started via WP Cron','2021-01-05 16:54:33','2021-01-05 11:54:33'),
(37460,16650,'action complete via WP Cron','2021-01-05 16:54:33','2021-01-05 11:54:33'),
(37461,16651,'action created','2021-01-05 16:54:34','2021-01-05 11:54:34'),
(37462,16651,'action started via WP Cron','2021-01-05 16:56:23','2021-01-05 11:56:23'),
(37463,16651,'action complete via WP Cron','2021-01-05 16:56:23','2021-01-05 11:56:23'),
(37464,16652,'action created','2021-01-05 16:56:23','2021-01-05 11:56:23'),
(37465,16652,'action started via WP Cron','2021-01-05 17:00:17','2021-01-05 12:00:17'),
(37466,16652,'action complete via WP Cron','2021-01-05 17:00:17','2021-01-05 12:00:17'),
(37467,16653,'action created','2021-01-05 17:00:17','2021-01-05 12:00:17'),
(37468,16653,'action started via WP Cron','2021-01-05 17:02:29','2021-01-05 12:02:29'),
(37469,16653,'action complete via WP Cron','2021-01-05 17:02:29','2021-01-05 12:02:29'),
(37470,16654,'action created','2021-01-05 17:02:29','2021-01-05 12:02:29'),
(37471,16654,'action started via WP Cron','2021-01-05 17:04:55','2021-01-05 12:04:55'),
(37472,16654,'action complete via WP Cron','2021-01-05 17:04:55','2021-01-05 12:04:55'),
(37473,16655,'action created','2021-01-05 17:04:55','2021-01-05 12:04:55'),
(37474,16655,'action started via WP Cron','2021-01-05 17:05:42','2021-01-05 12:05:42'),
(37475,16655,'action complete via WP Cron','2021-01-05 17:05:42','2021-01-05 12:05:42'),
(37476,16656,'action created','2021-01-05 17:05:42','2021-01-05 12:05:42'),
(37477,16656,'action started via WP Cron','2021-01-05 17:10:30','2021-01-05 12:10:30'),
(37478,16656,'action complete via WP Cron','2021-01-05 17:10:30','2021-01-05 12:10:30'),
(37479,16657,'action created','2021-01-05 17:10:30','2021-01-05 12:10:30'),
(37480,16657,'action started via WP Cron','2021-01-05 17:11:31','2021-01-05 12:11:31'),
(37481,16657,'action complete via WP Cron','2021-01-05 17:11:31','2021-01-05 12:11:31'),
(37482,16658,'action created','2021-01-05 17:11:31','2021-01-05 12:11:31'),
(37483,16658,'action started via WP Cron','2021-01-05 17:13:22','2021-01-05 12:13:22'),
(37484,16658,'action complete via WP Cron','2021-01-05 17:13:22','2021-01-05 12:13:22'),
(37485,16659,'action created','2021-01-05 17:13:22','2021-01-05 12:13:22'),
(37486,16659,'action started via WP Cron','2021-01-05 17:14:17','2021-01-05 12:14:17'),
(37487,16659,'action complete via WP Cron','2021-01-05 17:14:17','2021-01-05 12:14:17'),
(37488,16660,'action created','2021-01-05 17:14:18','2021-01-05 12:14:18'),
(37489,16660,'action started via WP Cron','2021-01-05 17:15:49','2021-01-05 12:15:49'),
(37490,16660,'action complete via WP Cron','2021-01-05 17:15:49','2021-01-05 12:15:49'),
(37491,16661,'action created','2021-01-05 17:15:49','2021-01-05 12:15:49'),
(37492,16661,'action started via WP Cron','2021-01-05 17:16:15','2021-01-05 12:16:15'),
(37493,16661,'action complete via WP Cron','2021-01-05 17:16:15','2021-01-05 12:16:15'),
(37494,16662,'action created','2021-01-05 17:16:15','2021-01-05 12:16:15'),
(37495,16662,'action started via WP Cron','2021-01-05 17:17:50','2021-01-05 12:17:50'),
(37496,16662,'action complete via WP Cron','2021-01-05 17:17:50','2021-01-05 12:17:50'),
(37497,16663,'action created','2021-01-05 17:17:50','2021-01-05 12:17:50'),
(37498,16663,'action started via WP Cron','2021-01-05 17:18:28','2021-01-05 12:18:28'),
(37499,16663,'action complete via WP Cron','2021-01-05 17:18:28','2021-01-05 12:18:28'),
(37500,16664,'action created','2021-01-05 17:18:28','2021-01-05 12:18:28'),
(37501,16664,'action started via WP Cron','2021-01-05 17:19:16','2021-01-05 12:19:16'),
(37502,16664,'action complete via WP Cron','2021-01-05 17:19:17','2021-01-05 12:19:17'),
(37503,16665,'action created','2021-01-05 17:19:17','2021-01-05 12:19:17'),
(37504,16665,'action started via WP Cron','2021-01-05 17:20:55','2021-01-05 12:20:55'),
(37505,16665,'action complete via WP Cron','2021-01-05 17:20:55','2021-01-05 12:20:55'),
(37506,16666,'action created','2021-01-05 17:20:55','2021-01-05 12:20:55'),
(37507,16666,'action started via WP Cron','2021-01-05 17:21:23','2021-01-05 12:21:23'),
(37508,16666,'action complete via WP Cron','2021-01-05 17:21:23','2021-01-05 12:21:23'),
(37509,16667,'action created','2021-01-05 17:21:23','2021-01-05 12:21:23'),
(37510,16667,'action started via WP Cron','2021-01-05 17:23:37','2021-01-05 12:23:37'),
(37511,16667,'action complete via WP Cron','2021-01-05 17:23:37','2021-01-05 12:23:37'),
(37512,16668,'action created','2021-01-05 17:23:37','2021-01-05 12:23:37'),
(37513,16668,'action started via WP Cron','2021-01-05 17:24:56','2021-01-05 12:24:56'),
(37514,16668,'action complete via WP Cron','2021-01-05 17:24:56','2021-01-05 12:24:56'),
(37515,16669,'action created','2021-01-05 17:24:56','2021-01-05 12:24:56'),
(37516,16669,'action started via WP Cron','2021-01-05 17:25:14','2021-01-05 12:25:14'),
(37517,16669,'action complete via WP Cron','2021-01-05 17:25:14','2021-01-05 12:25:14'),
(37518,16670,'action created','2021-01-05 17:25:14','2021-01-05 12:25:14'),
(37519,16670,'action started via WP Cron','2021-01-05 17:27:49','2021-01-05 12:27:49'),
(37520,16670,'action complete via WP Cron','2021-01-05 17:27:49','2021-01-05 12:27:49'),
(37521,16671,'action created','2021-01-05 17:27:49','2021-01-05 12:27:49'),
(37522,16671,'action started via WP Cron','2021-01-05 17:28:45','2021-01-05 12:28:45'),
(37523,16671,'action complete via WP Cron','2021-01-05 17:28:45','2021-01-05 12:28:45'),
(37524,16672,'action created','2021-01-05 17:28:45','2021-01-05 12:28:45'),
(37525,16672,'action started via WP Cron','2021-01-05 17:29:51','2021-01-05 12:29:51'),
(37526,16672,'action complete via WP Cron','2021-01-05 17:29:51','2021-01-05 12:29:51'),
(37527,16673,'action created','2021-01-05 17:29:51','2021-01-05 12:29:51'),
(37528,16673,'action started via WP Cron','2021-01-05 17:32:37','2021-01-05 12:32:37'),
(37529,16673,'action complete via WP Cron','2021-01-05 17:32:37','2021-01-05 12:32:37'),
(37530,16674,'action created','2021-01-05 17:32:37','2021-01-05 12:32:37'),
(37531,16674,'action started via WP Cron','2021-01-05 17:33:17','2021-01-05 12:33:17'),
(37532,16674,'action complete via WP Cron','2021-01-05 17:33:17','2021-01-05 12:33:17'),
(37533,16675,'action created','2021-01-05 17:33:17','2021-01-05 12:33:17'),
(37534,16675,'action started via WP Cron','2021-01-05 17:34:15','2021-01-05 12:34:15'),
(37535,16675,'action complete via WP Cron','2021-01-05 17:34:15','2021-01-05 12:34:15'),
(37536,16676,'action created','2021-01-05 17:34:15','2021-01-05 12:34:15'),
(37537,16676,'action started via WP Cron','2021-01-05 17:35:23','2021-01-05 12:35:23'),
(37538,16676,'action complete via WP Cron','2021-01-05 17:35:23','2021-01-05 12:35:23'),
(37539,16677,'action created','2021-01-05 17:35:23','2021-01-05 12:35:23'),
(37540,16677,'action started via WP Cron','2021-01-05 17:36:38','2021-01-05 12:36:38'),
(37541,16677,'action complete via WP Cron','2021-01-05 17:36:38','2021-01-05 12:36:38'),
(37542,16678,'action created','2021-01-05 17:36:38','2021-01-05 12:36:38'),
(37543,16678,'action started via WP Cron','2021-01-05 17:38:28','2021-01-05 12:38:28'),
(37544,16678,'action complete via WP Cron','2021-01-05 17:38:28','2021-01-05 12:38:28'),
(37545,16679,'action created','2021-01-05 17:38:28','2021-01-05 12:38:28'),
(37546,16679,'action started via WP Cron','2021-01-05 17:40:21','2021-01-05 12:40:21'),
(37547,16679,'action complete via WP Cron','2021-01-05 17:40:21','2021-01-05 12:40:21'),
(37548,16680,'action created','2021-01-05 17:40:21','2021-01-05 12:40:21'),
(37549,16680,'action started via WP Cron','2021-01-05 17:42:23','2021-01-05 12:42:23'),
(37550,16680,'action complete via WP Cron','2021-01-05 17:42:23','2021-01-05 12:42:23'),
(37551,16681,'action created','2021-01-05 17:42:23','2021-01-05 12:42:23'),
(37552,16681,'action started via WP Cron','2021-01-05 17:44:08','2021-01-05 12:44:08'),
(37553,16681,'action complete via WP Cron','2021-01-05 17:44:08','2021-01-05 12:44:08'),
(37554,16682,'action created','2021-01-05 17:44:08','2021-01-05 12:44:08'),
(37555,16682,'action started via WP Cron','2021-01-05 17:45:13','2021-01-05 12:45:13'),
(37556,16682,'action complete via WP Cron','2021-01-05 17:45:13','2021-01-05 12:45:13'),
(37557,16683,'action created','2021-01-05 17:45:13','2021-01-05 12:45:13'),
(37558,16683,'action started via WP Cron','2021-01-05 17:46:15','2021-01-05 12:46:15'),
(37559,16683,'action complete via WP Cron','2021-01-05 17:46:15','2021-01-05 12:46:15');
INSERT INTO `wp_actionscheduler_logs` VALUES
(37560,16684,'action created','2021-01-05 17:46:15','2021-01-05 12:46:15'),
(37561,16684,'action started via WP Cron','2021-01-05 17:48:29','2021-01-05 12:48:29'),
(37562,16684,'action complete via WP Cron','2021-01-05 17:48:29','2021-01-05 12:48:29'),
(37563,16685,'action created','2021-01-05 17:48:29','2021-01-05 12:48:29'),
(37564,16685,'action started via WP Cron','2021-01-05 17:49:12','2021-01-05 12:49:12'),
(37565,16685,'action complete via WP Cron','2021-01-05 17:49:12','2021-01-05 12:49:12'),
(37566,16686,'action created','2021-01-05 17:49:12','2021-01-05 12:49:12'),
(37567,16686,'action started via WP Cron','2021-01-05 17:50:27','2021-01-05 12:50:27'),
(37568,16686,'action complete via WP Cron','2021-01-05 17:50:27','2021-01-05 12:50:27'),
(37569,16687,'action created','2021-01-05 17:50:27','2021-01-05 12:50:27'),
(37570,16687,'action started via WP Cron','2021-01-05 17:52:03','2021-01-05 12:52:03'),
(37571,16687,'action complete via WP Cron','2021-01-05 17:52:03','2021-01-05 12:52:03'),
(37572,16688,'action created','2021-01-05 17:52:03','2021-01-05 12:52:03'),
(37573,16688,'action started via WP Cron','2021-01-05 17:52:22','2021-01-05 12:52:22'),
(37574,16688,'action complete via WP Cron','2021-01-05 17:52:22','2021-01-05 12:52:22'),
(37575,16689,'action created','2021-01-05 17:52:22','2021-01-05 12:52:22'),
(37576,16689,'action started via WP Cron','2021-01-05 17:54:38','2021-01-05 12:54:38'),
(37577,16689,'action complete via WP Cron','2021-01-05 17:54:38','2021-01-05 12:54:38'),
(37578,16690,'action created','2021-01-05 17:54:38','2021-01-05 12:54:38'),
(37579,16690,'action started via WP Cron','2021-01-05 17:55:29','2021-01-05 12:55:29'),
(37580,16690,'action complete via WP Cron','2021-01-05 17:55:29','2021-01-05 12:55:29'),
(37581,16691,'action created','2021-01-05 17:55:29','2021-01-05 12:55:29'),
(37582,16691,'action started via WP Cron','2021-01-05 17:56:35','2021-01-05 12:56:35'),
(37583,16691,'action complete via WP Cron','2021-01-05 17:56:35','2021-01-05 12:56:35'),
(37584,16692,'action created','2021-01-05 17:56:35','2021-01-05 12:56:35'),
(37585,16692,'action started via WP Cron','2021-01-05 17:57:44','2021-01-05 12:57:44'),
(37586,16692,'action complete via WP Cron','2021-01-05 17:57:44','2021-01-05 12:57:44'),
(37587,16693,'action created','2021-01-05 17:57:44','2021-01-05 12:57:44'),
(37588,16693,'action started via WP Cron','2021-01-05 18:02:17','2021-01-05 13:02:17'),
(37589,16693,'action complete via WP Cron','2021-01-05 18:02:17','2021-01-05 13:02:17'),
(37590,16694,'action created','2021-01-05 18:02:17','2021-01-05 13:02:17'),
(37591,16694,'action started via WP Cron','2021-01-05 18:04:23','2021-01-05 13:04:23'),
(37592,16694,'action complete via WP Cron','2021-01-05 18:04:23','2021-01-05 13:04:23'),
(37593,16695,'action created','2021-01-05 18:04:23','2021-01-05 13:04:23'),
(37594,16695,'action started via WP Cron','2021-01-05 18:05:39','2021-01-05 13:05:39'),
(37595,16695,'action complete via WP Cron','2021-01-05 18:05:39','2021-01-05 13:05:39'),
(37596,16696,'action created','2021-01-05 18:05:39','2021-01-05 13:05:39'),
(37597,16696,'action started via WP Cron','2021-01-05 18:06:36','2021-01-05 13:06:36'),
(37598,16696,'action complete via WP Cron','2021-01-05 18:06:36','2021-01-05 13:06:36'),
(37599,16697,'action created','2021-01-05 18:06:36','2021-01-05 13:06:36'),
(37600,16697,'action started via WP Cron','2021-01-05 18:08:51','2021-01-05 13:08:51'),
(37601,16697,'action complete via WP Cron','2021-01-05 18:08:51','2021-01-05 13:08:51'),
(37602,16698,'action created','2021-01-05 18:08:51','2021-01-05 13:08:51'),
(37603,16698,'action started via WP Cron','2021-01-05 18:09:19','2021-01-05 13:09:19'),
(37604,16698,'action complete via WP Cron','2021-01-05 18:09:19','2021-01-05 13:09:19'),
(37605,16699,'action created','2021-01-05 18:09:19','2021-01-05 13:09:19'),
(37606,16699,'action started via WP Cron','2021-01-05 18:10:29','2021-01-05 13:10:29'),
(37607,16699,'action complete via WP Cron','2021-01-05 18:10:29','2021-01-05 13:10:29'),
(37608,16700,'action created','2021-01-05 18:10:29','2021-01-05 13:10:29'),
(37609,16700,'action started via WP Cron','2021-01-05 18:14:23','2021-01-05 13:14:23'),
(37610,16700,'action complete via WP Cron','2021-01-05 18:14:23','2021-01-05 13:14:23'),
(37611,16701,'action created','2021-01-05 18:14:23','2021-01-05 13:14:23'),
(37612,16701,'action started via WP Cron','2021-01-05 18:15:15','2021-01-05 13:15:15'),
(37613,16701,'action complete via WP Cron','2021-01-05 18:15:15','2021-01-05 13:15:15'),
(37614,16702,'action created','2021-01-05 18:15:16','2021-01-05 13:15:16'),
(37615,16702,'action started via WP Cron','2021-01-05 18:16:18','2021-01-05 13:16:18'),
(37616,16702,'action complete via WP Cron','2021-01-05 18:16:18','2021-01-05 13:16:18'),
(37617,16703,'action created','2021-01-05 18:16:18','2021-01-05 13:16:18'),
(37618,16703,'action started via WP Cron','2021-01-05 18:17:28','2021-01-05 13:17:28'),
(37619,16703,'action complete via WP Cron','2021-01-05 18:17:29','2021-01-05 13:17:29'),
(37620,16704,'action created','2021-01-05 18:17:29','2021-01-05 13:17:29'),
(37621,16704,'action started via WP Cron','2021-01-05 18:20:23','2021-01-05 13:20:23'),
(37622,16704,'action complete via WP Cron','2021-01-05 18:20:23','2021-01-05 13:20:23'),
(37623,16705,'action created','2021-01-05 18:20:23','2021-01-05 13:20:23'),
(37624,16705,'action started via WP Cron','2021-01-05 18:22:55','2021-01-05 13:22:55'),
(37625,16705,'action complete via WP Cron','2021-01-05 18:22:55','2021-01-05 13:22:55'),
(37626,16706,'action created','2021-01-05 18:22:55','2021-01-05 13:22:55'),
(37627,16706,'action started via WP Cron','2021-01-05 18:23:12','2021-01-05 13:23:12'),
(37628,16706,'action complete via WP Cron','2021-01-05 18:23:12','2021-01-05 13:23:12'),
(37629,16707,'action created','2021-01-05 18:23:12','2021-01-05 13:23:12'),
(37630,16707,'action started via WP Cron','2021-01-05 18:24:38','2021-01-05 13:24:38'),
(37631,16707,'action complete via WP Cron','2021-01-05 18:24:38','2021-01-05 13:24:38'),
(37632,16708,'action created','2021-01-05 18:24:38','2021-01-05 13:24:38'),
(37633,16708,'action started via WP Cron','2021-01-05 18:26:05','2021-01-05 13:26:05'),
(37634,16708,'action complete via WP Cron','2021-01-05 18:26:05','2021-01-05 13:26:05'),
(37635,16709,'action created','2021-01-05 18:26:05','2021-01-05 13:26:05'),
(37636,16709,'action started via WP Cron','2021-01-05 18:26:33','2021-01-05 13:26:33'),
(37637,16709,'action complete via WP Cron','2021-01-05 18:26:33','2021-01-05 13:26:33'),
(37638,16710,'action created','2021-01-05 18:26:33','2021-01-05 13:26:33'),
(37639,16710,'action started via WP Cron','2021-01-05 18:27:32','2021-01-05 13:27:32'),
(37640,16710,'action complete via WP Cron','2021-01-05 18:27:32','2021-01-05 13:27:32'),
(37641,16711,'action created','2021-01-05 18:27:32','2021-01-05 13:27:32'),
(37642,16711,'action started via WP Cron','2021-01-05 18:28:13','2021-01-05 13:28:13'),
(37643,16711,'action complete via WP Cron','2021-01-05 18:28:13','2021-01-05 13:28:13'),
(37644,16712,'action created','2021-01-05 18:28:13','2021-01-05 13:28:13'),
(37645,16712,'action started via WP Cron','2021-01-05 18:29:11','2021-01-05 13:29:11'),
(37646,16712,'action complete via WP Cron','2021-01-05 18:29:11','2021-01-05 13:29:11'),
(37647,16713,'action created','2021-01-05 18:29:11','2021-01-05 13:29:11'),
(37648,16713,'action started via WP Cron','2021-01-05 18:30:40','2021-01-05 13:30:40'),
(37649,16713,'action complete via WP Cron','2021-01-05 18:30:40','2021-01-05 13:30:40'),
(37650,16714,'action created','2021-01-05 18:30:40','2021-01-05 13:30:40'),
(37651,16714,'action started via WP Cron','2021-01-05 18:34:18','2021-01-05 13:34:18'),
(37652,16714,'action complete via WP Cron','2021-01-05 18:34:18','2021-01-05 13:34:18'),
(37653,16715,'action created','2021-01-05 18:34:18','2021-01-05 13:34:18'),
(37654,16715,'action started via WP Cron','2021-01-05 18:36:33','2021-01-05 13:36:33'),
(37655,16715,'action complete via WP Cron','2021-01-05 18:36:33','2021-01-05 13:36:33'),
(37656,16716,'action created','2021-01-05 18:36:34','2021-01-05 13:36:34'),
(37657,16716,'action started via WP Cron','2021-01-05 18:37:43','2021-01-05 13:37:43'),
(37658,16716,'action complete via WP Cron','2021-01-05 18:37:43','2021-01-05 13:37:43'),
(37659,16717,'action created','2021-01-05 18:37:43','2021-01-05 13:37:43'),
(37660,16717,'action started via WP Cron','2021-01-05 18:38:13','2021-01-05 13:38:13'),
(37661,16717,'action complete via WP Cron','2021-01-05 18:38:13','2021-01-05 13:38:13'),
(37662,16718,'action created','2021-01-05 18:38:13','2021-01-05 13:38:13'),
(37663,16718,'action started via WP Cron','2021-01-05 18:39:19','2021-01-05 13:39:19'),
(37664,16718,'action complete via WP Cron','2021-01-05 18:39:19','2021-01-05 13:39:19'),
(37665,16719,'action created','2021-01-05 18:39:19','2021-01-05 13:39:19'),
(37666,16719,'action started via WP Cron','2021-01-05 18:42:04','2021-01-05 13:42:04'),
(37667,16719,'action complete via WP Cron','2021-01-05 18:42:04','2021-01-05 13:42:04'),
(37668,16720,'action created','2021-01-05 18:42:04','2021-01-05 13:42:04'),
(37669,16720,'action started via WP Cron','2021-01-05 18:46:17','2021-01-05 13:46:17'),
(37670,16720,'action complete via WP Cron','2021-01-05 18:46:18','2021-01-05 13:46:18'),
(37671,16721,'action created','2021-01-05 18:46:18','2021-01-05 13:46:18'),
(37672,16721,'action started via WP Cron','2021-01-05 18:47:18','2021-01-05 13:47:18'),
(37673,16721,'action complete via WP Cron','2021-01-05 18:47:18','2021-01-05 13:47:18'),
(37674,16722,'action created','2021-01-05 18:47:18','2021-01-05 13:47:18'),
(37675,16722,'action started via WP Cron','2021-01-05 18:48:22','2021-01-05 13:48:22'),
(37676,16722,'action complete via WP Cron','2021-01-05 18:48:22','2021-01-05 13:48:22'),
(37677,16723,'action created','2021-01-05 18:48:22','2021-01-05 13:48:22'),
(37678,16723,'action started via WP Cron','2021-01-05 18:50:27','2021-01-05 13:50:27'),
(37679,16723,'action complete via WP Cron','2021-01-05 18:50:27','2021-01-05 13:50:27'),
(37680,16724,'action created','2021-01-05 18:50:27','2021-01-05 13:50:27'),
(37681,16724,'action started via WP Cron','2021-01-05 18:51:56','2021-01-05 13:51:56'),
(37682,16724,'action complete via WP Cron','2021-01-05 18:51:56','2021-01-05 13:51:56'),
(37683,16725,'action created','2021-01-05 18:51:57','2021-01-05 13:51:57'),
(37684,16725,'action started via WP Cron','2021-01-05 18:55:54','2021-01-05 13:55:54'),
(37685,16725,'action complete via WP Cron','2021-01-05 18:55:54','2021-01-05 13:55:54'),
(37686,16726,'action created','2021-01-05 18:55:54','2021-01-05 13:55:54'),
(37687,16726,'action started via WP Cron','2021-01-05 19:00:34','2021-01-05 14:00:34'),
(37688,16726,'action complete via WP Cron','2021-01-05 19:00:34','2021-01-05 14:00:34'),
(37689,16727,'action created','2021-01-05 19:00:34','2021-01-05 14:00:34'),
(37690,16727,'action started via WP Cron','2021-01-05 19:01:29','2021-01-05 14:01:29'),
(37691,16727,'action complete via WP Cron','2021-01-05 19:01:29','2021-01-05 14:01:29'),
(37692,16728,'action created','2021-01-05 19:01:29','2021-01-05 14:01:29'),
(37693,16728,'action started via WP Cron','2021-01-05 19:03:14','2021-01-05 14:03:14'),
(37694,16728,'action complete via WP Cron','2021-01-05 19:03:14','2021-01-05 14:03:14'),
(37695,16729,'action created','2021-01-05 19:03:14','2021-01-05 14:03:14'),
(37696,16729,'action started via WP Cron','2021-01-05 19:04:33','2021-01-05 14:04:33'),
(37697,16729,'action complete via WP Cron','2021-01-05 19:04:33','2021-01-05 14:04:33'),
(37698,16730,'action created','2021-01-05 19:04:33','2021-01-05 14:04:33'),
(37699,16730,'action started via WP Cron','2021-01-05 19:05:33','2021-01-05 14:05:33'),
(37700,16730,'action complete via WP Cron','2021-01-05 19:05:33','2021-01-05 14:05:33'),
(37701,16731,'action created','2021-01-05 19:05:33','2021-01-05 14:05:33'),
(37702,16731,'action started via WP Cron','2021-01-05 19:06:57','2021-01-05 14:06:57'),
(37703,16731,'action complete via WP Cron','2021-01-05 19:06:57','2021-01-05 14:06:57'),
(37704,16732,'action created','2021-01-05 19:06:57','2021-01-05 14:06:57'),
(37705,16732,'action started via WP Cron','2021-01-05 19:08:09','2021-01-05 14:08:09'),
(37706,16732,'action complete via WP Cron','2021-01-05 19:08:09','2021-01-05 14:08:09'),
(37707,16733,'action created','2021-01-05 19:08:10','2021-01-05 14:08:10'),
(37708,16733,'action started via WP Cron','2021-01-05 19:10:04','2021-01-05 14:10:04'),
(37709,16733,'action complete via WP Cron','2021-01-05 19:10:04','2021-01-05 14:10:04'),
(37710,16734,'action created','2021-01-05 19:10:04','2021-01-05 14:10:04'),
(37711,16734,'action started via WP Cron','2021-01-05 19:10:35','2021-01-05 14:10:35'),
(37712,16734,'action complete via WP Cron','2021-01-05 19:10:35','2021-01-05 14:10:35'),
(37713,16735,'action created','2021-01-05 19:10:35','2021-01-05 14:10:35'),
(37714,16735,'action started via WP Cron','2021-01-05 19:11:53','2021-01-05 14:11:53'),
(37715,16735,'action complete via WP Cron','2021-01-05 19:11:53','2021-01-05 14:11:53'),
(37716,16736,'action created','2021-01-05 19:11:53','2021-01-05 14:11:53'),
(37717,16736,'action started via WP Cron','2021-01-05 19:12:20','2021-01-05 14:12:20'),
(37718,16736,'action complete via WP Cron','2021-01-05 19:12:20','2021-01-05 14:12:20'),
(37719,16737,'action created','2021-01-05 19:12:20','2021-01-05 14:12:20'),
(37720,16737,'action started via WP Cron','2021-01-05 19:13:29','2021-01-05 14:13:29'),
(37721,16737,'action complete via WP Cron','2021-01-05 19:13:29','2021-01-05 14:13:29'),
(37722,16738,'action created','2021-01-05 19:13:29','2021-01-05 14:13:29'),
(37723,16738,'action started via WP Cron','2021-01-05 19:14:57','2021-01-05 14:14:57'),
(37724,16738,'action complete via WP Cron','2021-01-05 19:14:57','2021-01-05 14:14:57'),
(37725,16739,'action created','2021-01-05 19:14:57','2021-01-05 14:14:57'),
(37726,16739,'action started via WP Cron','2021-01-05 19:16:02','2021-01-05 14:16:02'),
(37727,16739,'action complete via WP Cron','2021-01-05 19:16:02','2021-01-05 14:16:02'),
(37728,16740,'action created','2021-01-05 19:16:02','2021-01-05 14:16:02'),
(37729,16740,'action started via WP Cron','2021-01-05 19:19:00','2021-01-05 14:19:00'),
(37730,16740,'action complete via WP Cron','2021-01-05 19:19:00','2021-01-05 14:19:00'),
(37731,16741,'action created','2021-01-05 19:19:00','2021-01-05 14:19:00'),
(37732,16741,'action started via WP Cron','2021-01-05 19:19:31','2021-01-05 14:19:31'),
(37733,16741,'action complete via WP Cron','2021-01-05 19:19:31','2021-01-05 14:19:31'),
(37734,16742,'action created','2021-01-05 19:19:31','2021-01-05 14:19:31'),
(37735,16742,'action started via WP Cron','2021-01-05 19:20:26','2021-01-05 14:20:26'),
(37736,16742,'action complete via WP Cron','2021-01-05 19:20:26','2021-01-05 14:20:26'),
(37737,16743,'action created','2021-01-05 19:20:26','2021-01-05 14:20:26'),
(37738,16743,'action started via WP Cron','2021-01-05 19:21:34','2021-01-05 14:21:34'),
(37739,16743,'action complete via WP Cron','2021-01-05 19:21:34','2021-01-05 14:21:34'),
(37740,16744,'action created','2021-01-05 19:21:34','2021-01-05 14:21:34'),
(37741,16744,'action started via WP Cron','2021-01-05 19:22:14','2021-01-05 14:22:14'),
(37742,16744,'action complete via WP Cron','2021-01-05 19:22:14','2021-01-05 14:22:14'),
(37743,16745,'action created','2021-01-05 19:22:14','2021-01-05 14:22:14'),
(37744,16745,'action started via WP Cron','2021-01-05 19:24:26','2021-01-05 14:24:26'),
(37745,16745,'action complete via WP Cron','2021-01-05 19:24:26','2021-01-05 14:24:26'),
(37746,16746,'action created','2021-01-05 19:24:26','2021-01-05 14:24:26'),
(37747,16746,'action started via WP Cron','2021-01-05 19:25:25','2021-01-05 14:25:25'),
(37748,16746,'action complete via WP Cron','2021-01-05 19:25:25','2021-01-05 14:25:25'),
(37749,16747,'action created','2021-01-05 19:25:25','2021-01-05 14:25:25'),
(37750,16747,'action started via WP Cron','2021-01-05 19:28:23','2021-01-05 14:28:23'),
(37751,16747,'action complete via WP Cron','2021-01-05 19:28:23','2021-01-05 14:28:23'),
(37752,16748,'action created','2021-01-05 19:28:23','2021-01-05 14:28:23'),
(37753,16748,'action started via WP Cron','2021-01-05 19:29:35','2021-01-05 14:29:35'),
(37754,16748,'action complete via WP Cron','2021-01-05 19:29:35','2021-01-05 14:29:35'),
(37755,16749,'action created','2021-01-05 19:29:35','2021-01-05 14:29:35'),
(37756,16749,'action started via WP Cron','2021-01-05 19:30:40','2021-01-05 14:30:40'),
(37757,16749,'action complete via WP Cron','2021-01-05 19:30:40','2021-01-05 14:30:40'),
(37758,16750,'action created','2021-01-05 19:30:40','2021-01-05 14:30:40'),
(37759,16750,'action started via WP Cron','2021-01-05 19:31:46','2021-01-05 14:31:46'),
(37760,16750,'action complete via WP Cron','2021-01-05 19:31:46','2021-01-05 14:31:46'),
(37761,16751,'action created','2021-01-05 19:31:46','2021-01-05 14:31:46'),
(37762,16751,'action started via WP Cron','2021-01-05 19:32:11','2021-01-05 14:32:11'),
(37763,16751,'action complete via WP Cron','2021-01-05 19:32:11','2021-01-05 14:32:11'),
(37764,16752,'action created','2021-01-05 19:32:11','2021-01-05 14:32:11'),
(37765,16752,'action started via WP Cron','2021-01-05 19:33:16','2021-01-05 14:33:16'),
(37766,16752,'action complete via WP Cron','2021-01-05 19:33:16','2021-01-05 14:33:16'),
(37767,16753,'action created','2021-01-05 19:33:16','2021-01-05 14:33:16'),
(37768,16753,'action started via WP Cron','2021-01-05 19:35:12','2021-01-05 14:35:12'),
(37769,16753,'action complete via WP Cron','2021-01-05 19:35:12','2021-01-05 14:35:12'),
(37770,16754,'action created','2021-01-05 19:35:12','2021-01-05 14:35:12'),
(37771,16754,'action started via WP Cron','2021-01-05 19:36:49','2021-01-05 14:36:49'),
(37772,16754,'action complete via WP Cron','2021-01-05 19:36:49','2021-01-05 14:36:49'),
(37773,16755,'action created','2021-01-05 19:36:49','2021-01-05 14:36:49'),
(37774,16755,'action started via WP Cron','2021-01-05 19:37:24','2021-01-05 14:37:24'),
(37775,16755,'action complete via WP Cron','2021-01-05 19:37:24','2021-01-05 14:37:24'),
(37776,16756,'action created','2021-01-05 19:37:24','2021-01-05 14:37:24'),
(37777,16756,'action started via WP Cron','2021-01-05 19:38:30','2021-01-05 14:38:30'),
(37778,16756,'action complete via WP Cron','2021-01-05 19:38:30','2021-01-05 14:38:30'),
(37779,16757,'action created','2021-01-05 19:38:30','2021-01-05 14:38:30'),
(37780,16757,'action started via WP Cron','2021-01-05 19:39:27','2021-01-05 14:39:27'),
(37781,16757,'action complete via WP Cron','2021-01-05 19:39:27','2021-01-05 14:39:27'),
(37782,16758,'action created','2021-01-05 19:39:27','2021-01-05 14:39:27'),
(37783,16758,'action started via WP Cron','2021-01-05 19:40:41','2021-01-05 14:40:41'),
(37784,16758,'action complete via WP Cron','2021-01-05 19:40:41','2021-01-05 14:40:41'),
(37785,16759,'action created','2021-01-05 19:40:41','2021-01-05 14:40:41'),
(37786,16759,'action started via WP Cron','2021-01-05 19:42:02','2021-01-05 14:42:02'),
(37787,16759,'action complete via WP Cron','2021-01-05 19:42:02','2021-01-05 14:42:02'),
(37788,16760,'action created','2021-01-05 19:42:02','2021-01-05 14:42:02'),
(37789,16760,'action started via WP Cron','2021-01-05 19:43:10','2021-01-05 14:43:10'),
(37790,16760,'action complete via WP Cron','2021-01-05 19:43:10','2021-01-05 14:43:10'),
(37791,16761,'action created','2021-01-05 19:43:10','2021-01-05 14:43:10'),
(37792,16761,'action started via WP Cron','2021-01-05 19:43:55','2021-01-05 14:43:55'),
(37793,16761,'action complete via WP Cron','2021-01-05 19:43:55','2021-01-05 14:43:55'),
(37794,16762,'action created','2021-01-05 19:43:55','2021-01-05 14:43:55'),
(37795,16762,'action started via WP Cron','2021-01-05 19:45:05','2021-01-05 14:45:05'),
(37796,16762,'action complete via WP Cron','2021-01-05 19:45:05','2021-01-05 14:45:05'),
(37797,16763,'action created','2021-01-05 19:45:05','2021-01-05 14:45:05'),
(37798,16763,'action started via WP Cron','2021-01-05 19:46:27','2021-01-05 14:46:27'),
(37799,16763,'action complete via WP Cron','2021-01-05 19:46:27','2021-01-05 14:46:27'),
(37800,16764,'action created','2021-01-05 19:46:27','2021-01-05 14:46:27'),
(37801,16764,'action started via WP Cron','2021-01-05 19:47:24','2021-01-05 14:47:24'),
(37802,16764,'action complete via WP Cron','2021-01-05 19:47:24','2021-01-05 14:47:24'),
(37803,16765,'action created','2021-01-05 19:47:24','2021-01-05 14:47:24'),
(37804,16765,'action started via WP Cron','2021-01-05 19:48:18','2021-01-05 14:48:18'),
(37805,16765,'action complete via WP Cron','2021-01-05 19:48:18','2021-01-05 14:48:18'),
(37806,16766,'action created','2021-01-05 19:48:18','2021-01-05 14:48:18'),
(37807,16766,'action started via WP Cron','2021-01-05 19:49:27','2021-01-05 14:49:27'),
(37808,16766,'action complete via WP Cron','2021-01-05 19:49:27','2021-01-05 14:49:27'),
(37809,16767,'action created','2021-01-05 19:49:27','2021-01-05 14:49:27'),
(37810,16767,'action started via WP Cron','2021-01-05 19:50:21','2021-01-05 14:50:21'),
(37811,16767,'action complete via WP Cron','2021-01-05 19:50:21','2021-01-05 14:50:21'),
(37812,16768,'action created','2021-01-05 19:50:21','2021-01-05 14:50:21'),
(37813,16768,'action started via WP Cron','2021-01-05 19:51:12','2021-01-05 14:51:12'),
(37814,16768,'action complete via WP Cron','2021-01-05 19:51:12','2021-01-05 14:51:12'),
(37815,16769,'action created','2021-01-05 19:51:12','2021-01-05 14:51:12'),
(37816,16769,'action started via WP Cron','2021-01-05 19:52:31','2021-01-05 14:52:31'),
(37817,16769,'action complete via WP Cron','2021-01-05 19:52:31','2021-01-05 14:52:31'),
(37818,16770,'action created','2021-01-05 19:52:31','2021-01-05 14:52:31'),
(37819,16770,'action started via WP Cron','2021-01-05 19:53:59','2021-01-05 14:53:59'),
(37820,16770,'action complete via WP Cron','2021-01-05 19:53:59','2021-01-05 14:53:59'),
(37821,16771,'action created','2021-01-05 19:53:59','2021-01-05 14:53:59'),
(37822,16771,'action started via WP Cron','2021-01-05 19:54:24','2021-01-05 14:54:24'),
(37823,16771,'action complete via WP Cron','2021-01-05 19:54:24','2021-01-05 14:54:24'),
(37824,16772,'action created','2021-01-05 19:54:24','2021-01-05 14:54:24'),
(37825,16772,'action started via WP Cron','2021-01-05 19:55:43','2021-01-05 14:55:43'),
(37826,16772,'action complete via WP Cron','2021-01-05 19:55:43','2021-01-05 14:55:43'),
(37827,16773,'action created','2021-01-05 19:55:43','2021-01-05 14:55:43'),
(37828,16773,'action started via WP Cron','2021-01-05 19:56:27','2021-01-05 14:56:27'),
(37829,16773,'action complete via WP Cron','2021-01-05 19:56:27','2021-01-05 14:56:27'),
(37830,16774,'action created','2021-01-05 19:56:27','2021-01-05 14:56:27'),
(37831,16774,'action started via WP Cron','2021-01-05 19:57:37','2021-01-05 14:57:37'),
(37832,16774,'action complete via WP Cron','2021-01-05 19:57:37','2021-01-05 14:57:37'),
(37833,16775,'action created','2021-01-05 19:57:37','2021-01-05 14:57:37'),
(37834,16775,'action started via WP Cron','2021-01-05 19:59:14','2021-01-05 14:59:14'),
(37835,16775,'action complete via WP Cron','2021-01-05 19:59:14','2021-01-05 14:59:14'),
(37836,16776,'action created','2021-01-05 19:59:14','2021-01-05 14:59:14'),
(37837,16776,'action started via WP Cron','2021-01-05 20:02:31','2021-01-05 15:02:31'),
(37838,16776,'action complete via WP Cron','2021-01-05 20:02:31','2021-01-05 15:02:31'),
(37839,16777,'action created','2021-01-05 20:02:31','2021-01-05 15:02:31'),
(37840,16777,'action started via WP Cron','2021-01-05 20:03:21','2021-01-05 15:03:21'),
(37841,16777,'action complete via WP Cron','2021-01-05 20:03:21','2021-01-05 15:03:21'),
(37842,16778,'action created','2021-01-05 20:03:21','2021-01-05 15:03:21'),
(37843,16778,'action started via WP Cron','2021-01-05 20:04:49','2021-01-05 15:04:49'),
(37844,16778,'action complete via WP Cron','2021-01-05 20:04:49','2021-01-05 15:04:49'),
(37845,16779,'action created','2021-01-05 20:04:49','2021-01-05 15:04:49'),
(37846,16779,'action started via WP Cron','2021-01-05 20:05:52','2021-01-05 15:05:52'),
(37847,16779,'action complete via WP Cron','2021-01-05 20:05:52','2021-01-05 15:05:52'),
(37848,16780,'action created','2021-01-05 20:05:52','2021-01-05 15:05:52'),
(37849,16780,'action started via WP Cron','2021-01-05 20:06:29','2021-01-05 15:06:29'),
(37850,16780,'action complete via WP Cron','2021-01-05 20:06:29','2021-01-05 15:06:29'),
(37851,16781,'action created','2021-01-05 20:06:29','2021-01-05 15:06:29'),
(37852,16781,'action started via WP Cron','2021-01-05 20:07:43','2021-01-05 15:07:43'),
(37853,16781,'action complete via WP Cron','2021-01-05 20:07:43','2021-01-05 15:07:43'),
(37854,16782,'action created','2021-01-05 20:07:43','2021-01-05 15:07:43'),
(37855,16782,'action started via WP Cron','2021-01-05 20:12:10','2021-01-05 15:12:10'),
(37856,16782,'action complete via WP Cron','2021-01-05 20:12:10','2021-01-05 15:12:10'),
(37857,16783,'action created','2021-01-05 20:12:10','2021-01-05 15:12:10'),
(37858,16783,'action started via WP Cron','2021-01-05 20:13:39','2021-01-05 15:13:39'),
(37859,16783,'action complete via WP Cron','2021-01-05 20:13:39','2021-01-05 15:13:39'),
(37860,16784,'action created','2021-01-05 20:13:39','2021-01-05 15:13:39'),
(37861,16784,'action started via WP Cron','2021-01-05 20:14:43','2021-01-05 15:14:43'),
(37862,16784,'action complete via WP Cron','2021-01-05 20:14:43','2021-01-05 15:14:43'),
(37863,16785,'action created','2021-01-05 20:14:43','2021-01-05 15:14:43'),
(37864,16785,'action started via WP Cron','2021-01-05 20:16:48','2021-01-05 15:16:48'),
(37865,16785,'action complete via WP Cron','2021-01-05 20:16:48','2021-01-05 15:16:48'),
(37866,16786,'action created','2021-01-05 20:16:49','2021-01-05 15:16:49'),
(37867,16786,'action started via WP Cron','2021-01-05 20:17:56','2021-01-05 15:17:56'),
(37868,16786,'action complete via WP Cron','2021-01-05 20:17:56','2021-01-05 15:17:56'),
(37869,16787,'action created','2021-01-05 20:17:56','2021-01-05 15:17:56'),
(37870,16787,'action started via WP Cron','2021-01-05 20:18:22','2021-01-05 15:18:22'),
(37871,16787,'action complete via WP Cron','2021-01-05 20:18:22','2021-01-05 15:18:22'),
(37872,16788,'action created','2021-01-05 20:18:22','2021-01-05 15:18:22'),
(37873,16788,'action started via WP Cron','2021-01-05 20:19:27','2021-01-05 15:19:27'),
(37874,16788,'action complete via WP Cron','2021-01-05 20:19:27','2021-01-05 15:19:27'),
(37875,16789,'action created','2021-01-05 20:19:27','2021-01-05 15:19:27'),
(37876,16789,'action started via WP Cron','2021-01-05 20:20:16','2021-01-05 15:20:16'),
(37877,16789,'action complete via WP Cron','2021-01-05 20:20:16','2021-01-05 15:20:16'),
(37878,16790,'action created','2021-01-05 20:20:16','2021-01-05 15:20:16'),
(37879,16790,'action started via WP Cron','2021-01-05 20:22:05','2021-01-05 15:22:05'),
(37880,16790,'action complete via WP Cron','2021-01-05 20:22:05','2021-01-05 15:22:05'),
(37881,16791,'action created','2021-01-05 20:22:05','2021-01-05 15:22:05'),
(37882,16791,'action started via WP Cron','2021-01-05 20:23:03','2021-01-05 15:23:03'),
(37883,16791,'action complete via WP Cron','2021-01-05 20:23:03','2021-01-05 15:23:03'),
(37884,16792,'action created','2021-01-05 20:23:04','2021-01-05 15:23:04'),
(37885,16792,'action started via WP Cron','2021-01-05 20:23:20','2021-01-05 15:23:20'),
(37886,16792,'action complete via WP Cron','2021-01-05 20:23:20','2021-01-05 15:23:20'),
(37887,16793,'action created','2021-01-05 20:23:20','2021-01-05 15:23:20'),
(37888,16793,'action started via WP Cron','2021-01-05 20:25:06','2021-01-05 15:25:06'),
(37889,16793,'action complete via WP Cron','2021-01-05 20:25:06','2021-01-05 15:25:06'),
(37890,16794,'action created','2021-01-05 20:25:06','2021-01-05 15:25:06'),
(37891,16794,'action started via WP Cron','2021-01-05 20:26:23','2021-01-05 15:26:23'),
(37892,16794,'action complete via WP Cron','2021-01-05 20:26:23','2021-01-05 15:26:23'),
(37893,16795,'action created','2021-01-05 20:26:23','2021-01-05 15:26:23'),
(37894,16795,'action started via WP Cron','2021-01-05 20:28:23','2021-01-05 15:28:23'),
(37895,16795,'action complete via WP Cron','2021-01-05 20:28:23','2021-01-05 15:28:23'),
(37896,16796,'action created','2021-01-05 20:28:23','2021-01-05 15:28:23'),
(37897,16796,'action started via WP Cron','2021-01-05 20:29:21','2021-01-05 15:29:21'),
(37898,16796,'action complete via WP Cron','2021-01-05 20:29:21','2021-01-05 15:29:21'),
(37899,16797,'action created','2021-01-05 20:29:21','2021-01-05 15:29:21'),
(37900,16797,'action started via WP Cron','2021-01-05 20:31:25','2021-01-05 15:31:25'),
(37901,16797,'action complete via WP Cron','2021-01-05 20:31:25','2021-01-05 15:31:25'),
(37902,16798,'action created','2021-01-05 20:31:25','2021-01-05 15:31:25'),
(37903,16798,'action started via WP Cron','2021-01-05 20:32:38','2021-01-05 15:32:38'),
(37904,16798,'action complete via WP Cron','2021-01-05 20:32:38','2021-01-05 15:32:38'),
(37905,16799,'action created','2021-01-05 20:32:38','2021-01-05 15:32:38'),
(37906,16799,'action started via WP Cron','2021-01-05 20:34:26','2021-01-05 15:34:26'),
(37907,16799,'action complete via WP Cron','2021-01-05 20:34:26','2021-01-05 15:34:26'),
(37908,16800,'action created','2021-01-05 20:34:26','2021-01-05 15:34:26'),
(37909,16800,'action started via WP Cron','2021-01-05 20:35:11','2021-01-05 15:35:11'),
(37910,16800,'action complete via WP Cron','2021-01-05 20:35:11','2021-01-05 15:35:11'),
(37911,16801,'action created','2021-01-05 20:35:11','2021-01-05 15:35:11'),
(37912,16801,'action started via WP Cron','2021-01-05 20:37:16','2021-01-05 15:37:16'),
(37913,16801,'action complete via WP Cron','2021-01-05 20:37:16','2021-01-05 15:37:16'),
(37914,16802,'action created','2021-01-05 20:37:16','2021-01-05 15:37:16'),
(37915,16802,'action started via WP Cron','2021-01-05 20:38:27','2021-01-05 15:38:27'),
(37916,16802,'action complete via WP Cron','2021-01-05 20:38:27','2021-01-05 15:38:27'),
(37917,16803,'action created','2021-01-05 20:38:27','2021-01-05 15:38:27'),
(37918,16803,'action started via WP Cron','2021-01-05 20:40:09','2021-01-05 15:40:09'),
(37919,16803,'action complete via WP Cron','2021-01-05 20:40:09','2021-01-05 15:40:09'),
(37920,16804,'action created','2021-01-05 20:40:09','2021-01-05 15:40:09'),
(37921,16804,'action started via WP Cron','2021-01-05 20:41:16','2021-01-05 15:41:16'),
(37922,16804,'action complete via WP Cron','2021-01-05 20:41:16','2021-01-05 15:41:16'),
(37923,16805,'action created','2021-01-05 20:41:16','2021-01-05 15:41:16'),
(37924,16805,'action started via WP Cron','2021-01-05 20:42:55','2021-01-05 15:42:55'),
(37925,16805,'action complete via WP Cron','2021-01-05 20:42:55','2021-01-05 15:42:55'),
(37926,16806,'action created','2021-01-05 20:42:55','2021-01-05 15:42:55'),
(37927,16806,'action started via WP Cron','2021-01-05 20:43:16','2021-01-05 15:43:16'),
(37928,16806,'action complete via WP Cron','2021-01-05 20:43:16','2021-01-05 15:43:16'),
(37929,16807,'action created','2021-01-05 20:44:01','2021-01-05 15:44:01'),
(37930,16807,'action started via WP Cron','2021-01-05 20:45:14','2021-01-05 15:45:14'),
(37931,16807,'action complete via WP Cron','2021-01-05 20:45:14','2021-01-05 15:45:14'),
(37932,16808,'action created','2021-01-05 20:45:14','2021-01-05 15:45:14'),
(37933,16808,'action started via WP Cron','2021-01-05 20:47:22','2021-01-05 15:47:22'),
(37934,16808,'action complete via WP Cron','2021-01-05 20:47:22','2021-01-05 15:47:22'),
(37935,16809,'action created','2021-01-05 20:47:22','2021-01-05 15:47:22'),
(37936,16809,'action started via WP Cron','2021-01-05 20:49:00','2021-01-05 15:49:00'),
(37937,16809,'action complete via WP Cron','2021-01-05 20:49:00','2021-01-05 15:49:00'),
(37938,16810,'action created','2021-01-05 20:49:00','2021-01-05 15:49:00'),
(37939,16810,'action started via WP Cron','2021-01-05 20:50:16','2021-01-05 15:50:16'),
(37940,16810,'action complete via WP Cron','2021-01-05 20:50:16','2021-01-05 15:50:16'),
(37941,16811,'action created','2021-01-05 20:50:16','2021-01-05 15:50:16'),
(37942,16811,'action started via WP Cron','2021-01-05 20:52:06','2021-01-05 15:52:06'),
(37943,16811,'action complete via WP Cron','2021-01-05 20:52:06','2021-01-05 15:52:06'),
(37944,16812,'action created','2021-01-05 20:52:06','2021-01-05 15:52:06'),
(37945,16812,'action started via WP Cron','2021-01-05 20:53:15','2021-01-05 15:53:15'),
(37946,16812,'action complete via WP Cron','2021-01-05 20:53:15','2021-01-05 15:53:15'),
(37947,16813,'action created','2021-01-05 20:53:15','2021-01-05 15:53:15'),
(37948,16813,'action started via WP Cron','2021-01-05 20:56:08','2021-01-05 15:56:08'),
(37949,16813,'action complete via WP Cron','2021-01-05 20:56:08','2021-01-05 15:56:08'),
(37950,16814,'action created','2021-01-05 20:56:08','2021-01-05 15:56:08'),
(37951,16814,'action started via WP Cron','2021-01-05 20:57:24','2021-01-05 15:57:24'),
(37952,16814,'action complete via WP Cron','2021-01-05 20:57:24','2021-01-05 15:57:24'),
(37953,16815,'action created','2021-01-05 20:57:24','2021-01-05 15:57:24'),
(37954,16815,'action started via WP Cron','2021-01-05 20:59:46','2021-01-05 15:59:46'),
(37955,16815,'action complete via WP Cron','2021-01-05 20:59:46','2021-01-05 15:59:46'),
(37956,16816,'action created','2021-01-05 20:59:46','2021-01-05 15:59:46'),
(37957,16816,'action started via WP Cron','2021-01-05 21:00:20','2021-01-05 16:00:20'),
(37958,16816,'action complete via WP Cron','2021-01-05 21:00:20','2021-01-05 16:00:20'),
(37959,16817,'action created','2021-01-05 21:00:20','2021-01-05 16:00:20'),
(37960,16817,'action started via WP Cron','2021-01-05 21:01:26','2021-01-05 16:01:26'),
(37961,16817,'action complete via WP Cron','2021-01-05 21:01:26','2021-01-05 16:01:26'),
(37962,16818,'action created','2021-01-05 21:01:26','2021-01-05 16:01:26'),
(37963,16818,'action started via WP Cron','2021-01-05 21:05:10','2021-01-05 16:05:10'),
(37964,16818,'action complete via WP Cron','2021-01-05 21:05:10','2021-01-05 16:05:10'),
(37965,16819,'action created','2021-01-05 21:05:10','2021-01-05 16:05:10'),
(37966,16819,'action started via WP Cron','2021-01-05 21:06:31','2021-01-05 16:06:31'),
(37967,16819,'action complete via WP Cron','2021-01-05 21:06:31','2021-01-05 16:06:31'),
(37968,16820,'action created','2021-01-05 21:06:31','2021-01-05 16:06:31'),
(37969,16820,'action started via WP Cron','2021-01-05 21:07:48','2021-01-05 16:07:48'),
(37970,16820,'action complete via WP Cron','2021-01-05 21:07:48','2021-01-05 16:07:48'),
(37971,16821,'action created','2021-01-05 21:07:48','2021-01-05 16:07:48'),
(37972,16821,'action started via WP Cron','2021-01-05 21:08:35','2021-01-05 16:08:35'),
(37973,16821,'action complete via WP Cron','2021-01-05 21:08:35','2021-01-05 16:08:35'),
(37974,16822,'action created','2021-01-05 21:08:35','2021-01-05 16:08:35'),
(37975,16822,'action started via WP Cron','2021-01-05 21:09:58','2021-01-05 16:09:58'),
(37976,16822,'action complete via WP Cron','2021-01-05 21:09:58','2021-01-05 16:09:58'),
(37977,16823,'action created','2021-01-05 21:09:58','2021-01-05 16:09:58'),
(37978,16823,'action started via WP Cron','2021-01-05 21:11:35','2021-01-05 16:11:35'),
(37979,16823,'action complete via WP Cron','2021-01-05 21:11:35','2021-01-05 16:11:35'),
(37980,16824,'action created','2021-01-05 21:11:35','2021-01-05 16:11:35'),
(37981,16824,'action started via WP Cron','2021-01-05 21:13:11','2021-01-05 16:13:11'),
(37982,16824,'action complete via WP Cron','2021-01-05 21:13:11','2021-01-05 16:13:11'),
(37983,16825,'action created','2021-01-05 21:13:11','2021-01-05 16:13:11'),
(37984,16825,'action started via WP Cron','2021-01-05 21:14:14','2021-01-05 16:14:14'),
(37985,16825,'action complete via WP Cron','2021-01-05 21:14:14','2021-01-05 16:14:14'),
(37986,16826,'action created','2021-01-05 21:14:14','2021-01-05 16:14:14'),
(37987,16826,'action started via WP Cron','2021-01-05 21:17:02','2021-01-05 16:17:02'),
(37988,16826,'action complete via WP Cron','2021-01-05 21:17:02','2021-01-05 16:17:02'),
(37989,16827,'action created','2021-01-05 21:17:02','2021-01-05 16:17:02'),
(37990,16827,'action started via WP Cron','2021-01-05 21:18:03','2021-01-05 16:18:03'),
(37991,16827,'action complete via WP Cron','2021-01-05 21:18:03','2021-01-05 16:18:03'),
(37992,16828,'action created','2021-01-05 21:18:03','2021-01-05 16:18:03'),
(37993,16828,'action started via WP Cron','2021-01-05 21:18:24','2021-01-05 16:18:24'),
(37994,16828,'action complete via WP Cron','2021-01-05 21:18:24','2021-01-05 16:18:24'),
(37995,16829,'action created','2021-01-05 21:18:24','2021-01-05 16:18:24'),
(37996,16829,'action started via WP Cron','2021-01-05 21:20:27','2021-01-05 16:20:27'),
(37997,16829,'action complete via WP Cron','2021-01-05 21:20:27','2021-01-05 16:20:27'),
(37998,16830,'action created','2021-01-05 21:20:27','2021-01-05 16:20:27'),
(37999,16830,'action started via WP Cron','2021-01-05 21:22:12','2021-01-05 16:22:12'),
(38000,16830,'action complete via WP Cron','2021-01-05 21:22:12','2021-01-05 16:22:12'),
(38001,16831,'action created','2021-01-05 21:22:12','2021-01-05 16:22:12'),
(38002,16831,'action started via WP Cron','2021-01-05 21:26:07','2021-01-05 16:26:07'),
(38003,16831,'action complete via WP Cron','2021-01-05 21:26:07','2021-01-05 16:26:07'),
(38004,16832,'action created','2021-01-05 21:26:07','2021-01-05 16:26:07'),
(38005,16832,'action started via WP Cron','2021-01-05 21:27:46','2021-01-05 16:27:46'),
(38006,16832,'action complete via WP Cron','2021-01-05 21:27:46','2021-01-05 16:27:46'),
(38007,16833,'action created','2021-01-05 21:27:46','2021-01-05 16:27:46'),
(38008,16833,'action started via WP Cron','2021-01-05 21:28:16','2021-01-05 16:28:16'),
(38009,16833,'action complete via WP Cron','2021-01-05 21:28:16','2021-01-05 16:28:16'),
(38010,16834,'action created','2021-01-05 21:28:16','2021-01-05 16:28:16'),
(38011,16834,'action started via WP Cron','2021-01-05 21:30:04','2021-01-05 16:30:04'),
(38012,16834,'action complete via WP Cron','2021-01-05 21:30:04','2021-01-05 16:30:04'),
(38013,16835,'action created','2021-01-05 21:33:11','2021-01-05 16:33:11'),
(38014,16835,'action started via WP Cron','2021-01-05 21:35:00','2021-01-05 16:35:00'),
(38015,16835,'action complete via WP Cron','2021-01-05 21:35:00','2021-01-05 16:35:00'),
(38016,16836,'action created','2021-01-05 21:35:00','2021-01-05 16:35:00'),
(38017,16836,'action started via WP Cron','2021-01-05 21:35:29','2021-01-05 16:35:29'),
(38018,16836,'action complete via WP Cron','2021-01-05 21:35:30','2021-01-05 16:35:30'),
(38019,16837,'action created','2021-01-05 21:35:30','2021-01-05 16:35:30'),
(38020,16837,'action started via WP Cron','2021-01-05 21:36:17','2021-01-05 16:36:17'),
(38021,16837,'action complete via WP Cron','2021-01-05 21:36:17','2021-01-05 16:36:17'),
(38022,16838,'action created','2021-01-05 21:36:17','2021-01-05 16:36:17'),
(38023,16838,'action started via WP Cron','2021-01-05 21:37:15','2021-01-05 16:37:15'),
(38024,16838,'action complete via WP Cron','2021-01-05 21:37:15','2021-01-05 16:37:15'),
(38025,16839,'action created','2021-01-05 21:37:15','2021-01-05 16:37:15'),
(38026,16839,'action started via WP Cron','2021-01-05 21:39:38','2021-01-05 16:39:38'),
(38027,16839,'action complete via WP Cron','2021-01-05 21:39:38','2021-01-05 16:39:38'),
(38028,16840,'action created','2021-01-05 21:39:38','2021-01-05 16:39:38'),
(38029,16840,'action started via WP Cron','2021-01-05 21:41:02','2021-01-05 16:41:02'),
(38030,16840,'action complete via WP Cron','2021-01-05 21:41:02','2021-01-05 16:41:02'),
(38031,16841,'action created','2021-01-05 21:41:02','2021-01-05 16:41:02'),
(38032,16841,'action started via WP Cron','2021-01-05 21:41:33','2021-01-05 16:41:33'),
(38033,16841,'action complete via WP Cron','2021-01-05 21:41:33','2021-01-05 16:41:33'),
(38034,16842,'action created','2021-01-05 21:41:33','2021-01-05 16:41:33'),
(38035,16842,'action started via WP Cron','2021-01-05 21:42:13','2021-01-05 16:42:13'),
(38036,16842,'action complete via WP Cron','2021-01-05 21:42:13','2021-01-05 16:42:13'),
(38037,16843,'action created','2021-01-05 21:42:13','2021-01-05 16:42:13'),
(38038,16843,'action started via WP Cron','2021-01-05 21:43:31','2021-01-05 16:43:31'),
(38039,16843,'action complete via WP Cron','2021-01-05 21:43:31','2021-01-05 16:43:31'),
(38040,16844,'action created','2021-01-05 21:43:31','2021-01-05 16:43:31'),
(38041,16844,'action started via WP Cron','2021-01-05 21:44:31','2021-01-05 16:44:31'),
(38042,16844,'action complete via WP Cron','2021-01-05 21:44:31','2021-01-05 16:44:31'),
(38043,16845,'action created','2021-01-05 21:44:31','2021-01-05 16:44:31'),
(38044,16845,'action started via WP Cron','2021-01-05 21:45:28','2021-01-05 16:45:28'),
(38045,16845,'action complete via WP Cron','2021-01-05 21:45:28','2021-01-05 16:45:28'),
(38046,16846,'action created','2021-01-05 21:45:28','2021-01-05 16:45:28'),
(38047,16846,'action started via WP Cron','2021-01-05 21:46:23','2021-01-05 16:46:23'),
(38048,16846,'action complete via WP Cron','2021-01-05 21:46:23','2021-01-05 16:46:23'),
(38049,16847,'action created','2021-01-05 21:46:23','2021-01-05 16:46:23'),
(38050,16847,'action started via WP Cron','2021-01-05 21:47:39','2021-01-05 16:47:39'),
(38051,16847,'action complete via WP Cron','2021-01-05 21:47:39','2021-01-05 16:47:39'),
(38052,16848,'action created','2021-01-05 21:47:40','2021-01-05 16:47:40'),
(38053,16848,'action started via WP Cron','2021-01-05 21:48:21','2021-01-05 16:48:21'),
(38054,16848,'action complete via WP Cron','2021-01-05 21:48:21','2021-01-05 16:48:21'),
(38055,16849,'action created','2021-01-05 21:48:21','2021-01-05 16:48:21'),
(38056,16849,'action started via WP Cron','2021-01-05 21:49:43','2021-01-05 16:49:43'),
(38057,16849,'action complete via WP Cron','2021-01-05 21:49:43','2021-01-05 16:49:43'),
(38058,16850,'action created','2021-01-05 21:49:44','2021-01-05 16:49:44'),
(38059,16850,'action started via WP Cron','2021-01-05 21:50:32','2021-01-05 16:50:32'),
(38060,16850,'action complete via WP Cron','2021-01-05 21:50:32','2021-01-05 16:50:32'),
(38061,16851,'action created','2021-01-05 21:50:32','2021-01-05 16:50:32'),
(38062,16851,'action started via WP Cron','2021-01-05 21:52:44','2021-01-05 16:52:44'),
(38063,16851,'action complete via WP Cron','2021-01-05 21:52:44','2021-01-05 16:52:44'),
(38064,16852,'action created','2021-01-05 21:52:44','2021-01-05 16:52:44'),
(38065,16852,'action started via WP Cron','2021-01-05 21:53:36','2021-01-05 16:53:36'),
(38066,16852,'action complete via WP Cron','2021-01-05 21:53:36','2021-01-05 16:53:36'),
(38067,16853,'action created','2021-01-05 21:53:36','2021-01-05 16:53:36'),
(38068,16853,'action started via WP Cron','2021-01-05 21:55:18','2021-01-05 16:55:18'),
(38069,16853,'action complete via WP Cron','2021-01-05 21:55:18','2021-01-05 16:55:18'),
(38070,16854,'action created','2021-01-05 21:55:18','2021-01-05 16:55:18'),
(38071,16854,'action started via WP Cron','2021-01-05 21:58:23','2021-01-05 16:58:23'),
(38072,16854,'action complete via WP Cron','2021-01-05 21:58:23','2021-01-05 16:58:23'),
(38073,16855,'action created','2021-01-05 21:58:23','2021-01-05 16:58:23'),
(38074,16855,'action started via WP Cron','2021-01-05 21:59:22','2021-01-05 16:59:22'),
(38075,16855,'action complete via WP Cron','2021-01-05 21:59:22','2021-01-05 16:59:22'),
(38076,16856,'action created','2021-01-05 21:59:22','2021-01-05 16:59:22'),
(38077,16856,'action started via WP Cron','2021-01-05 22:00:24','2021-01-05 17:00:24'),
(38078,16856,'action complete via WP Cron','2021-01-05 22:00:24','2021-01-05 17:00:24'),
(38079,16857,'action created','2021-01-05 22:00:24','2021-01-05 17:00:24'),
(38080,16857,'action started via WP Cron','2021-01-05 22:01:25','2021-01-05 17:01:25'),
(38081,16857,'action complete via WP Cron','2021-01-05 22:01:25','2021-01-05 17:01:25'),
(38082,16858,'action created','2021-01-05 22:01:25','2021-01-05 17:01:25'),
(38083,16858,'action started via WP Cron','2021-01-05 22:02:14','2021-01-05 17:02:14'),
(38084,16858,'action complete via WP Cron','2021-01-05 22:02:14','2021-01-05 17:02:14'),
(38085,16859,'action created','2021-01-05 22:02:14','2021-01-05 17:02:14'),
(38086,16859,'action started via WP Cron','2021-01-05 22:05:06','2021-01-05 17:05:06'),
(38087,16859,'action complete via WP Cron','2021-01-05 22:05:06','2021-01-05 17:05:06'),
(38088,16860,'action created','2021-01-05 22:05:06','2021-01-05 17:05:06'),
(38089,16860,'action started via WP Cron','2021-01-05 22:07:11','2021-01-05 17:07:11'),
(38090,16860,'action complete via WP Cron','2021-01-05 22:07:11','2021-01-05 17:07:11'),
(38091,16861,'action created','2021-01-05 22:07:11','2021-01-05 17:07:11'),
(38092,16861,'action started via WP Cron','2021-01-05 22:08:31','2021-01-05 17:08:31'),
(38093,16861,'action complete via WP Cron','2021-01-05 22:08:31','2021-01-05 17:08:31'),
(38094,16862,'action created','2021-01-05 22:08:31','2021-01-05 17:08:31'),
(38095,16862,'action started via WP Cron','2021-01-05 22:11:06','2021-01-05 17:11:06'),
(38096,16862,'action complete via WP Cron','2021-01-05 22:11:06','2021-01-05 17:11:06'),
(38097,16863,'action created','2021-01-05 22:11:07','2021-01-05 17:11:07'),
(38098,16863,'action started via WP Cron','2021-01-05 22:11:23','2021-01-05 17:11:23'),
(38099,16863,'action complete via WP Cron','2021-01-05 22:11:23','2021-01-05 17:11:23'),
(38100,16864,'action created','2021-01-05 22:11:23','2021-01-05 17:11:23'),
(38101,16864,'action started via WP Cron','2021-01-05 22:12:12','2021-01-05 17:12:12'),
(38102,16864,'action complete via WP Cron','2021-01-05 22:12:12','2021-01-05 17:12:12'),
(38103,16865,'action created','2021-01-05 22:12:12','2021-01-05 17:12:12'),
(38104,16865,'action started via WP Cron','2021-01-05 22:13:31','2021-01-05 17:13:31'),
(38105,16865,'action complete via WP Cron','2021-01-05 22:13:31','2021-01-05 17:13:31'),
(38106,16866,'action created','2021-01-05 22:13:31','2021-01-05 17:13:31'),
(38107,16866,'action started via WP Cron','2021-01-05 22:15:28','2021-01-05 17:15:28'),
(38108,16866,'action complete via WP Cron','2021-01-05 22:15:28','2021-01-05 17:15:28'),
(38109,16867,'action created','2021-01-05 22:15:28','2021-01-05 17:15:28'),
(38110,16867,'action started via WP Cron','2021-01-05 22:16:11','2021-01-05 17:16:11'),
(38111,16867,'action complete via WP Cron','2021-01-05 22:16:11','2021-01-05 17:16:11'),
(38112,16868,'action created','2021-01-05 22:16:11','2021-01-05 17:16:11'),
(38113,16868,'action started via WP Cron','2021-01-05 22:18:18','2021-01-05 17:18:18'),
(38114,16868,'action complete via WP Cron','2021-01-05 22:18:18','2021-01-05 17:18:18'),
(38115,16869,'action created','2021-01-05 22:18:18','2021-01-05 17:18:18'),
(38116,16869,'action started via WP Cron','2021-01-05 22:19:34','2021-01-05 17:19:34'),
(38117,16869,'action complete via WP Cron','2021-01-05 22:19:34','2021-01-05 17:19:34'),
(38118,16870,'action created','2021-01-05 22:19:34','2021-01-05 17:19:34'),
(38119,16870,'action started via WP Cron','2021-01-05 22:20:20','2021-01-05 17:20:20'),
(38120,16870,'action complete via WP Cron','2021-01-05 22:20:20','2021-01-05 17:20:20'),
(38121,16871,'action created','2021-01-05 22:20:21','2021-01-05 17:20:21'),
(38122,16871,'action started via WP Cron','2021-01-05 22:21:11','2021-01-05 17:21:11'),
(38123,16871,'action complete via WP Cron','2021-01-05 22:21:12','2021-01-05 17:21:12'),
(38124,16872,'action created','2021-01-05 22:21:12','2021-01-05 17:21:12'),
(38125,16872,'action started via WP Cron','2021-01-05 22:22:39','2021-01-05 17:22:39'),
(38126,16872,'action complete via WP Cron','2021-01-05 22:22:39','2021-01-05 17:22:39'),
(38127,16873,'action created','2021-01-05 22:22:39','2021-01-05 17:22:39'),
(38128,16873,'action started via WP Cron','2021-01-05 22:27:43','2021-01-05 17:27:43'),
(38129,16873,'action complete via WP Cron','2021-01-05 22:27:43','2021-01-05 17:27:43'),
(38130,16874,'action created','2021-01-05 22:27:43','2021-01-05 17:27:43'),
(38131,16874,'action started via WP Cron','2021-01-05 22:29:19','2021-01-05 17:29:19'),
(38132,16874,'action complete via WP Cron','2021-01-05 22:29:19','2021-01-05 17:29:19'),
(38133,16875,'action created','2021-01-05 22:29:19','2021-01-05 17:29:19'),
(38134,16875,'action started via WP Cron','2021-01-05 22:33:18','2021-01-05 17:33:18'),
(38135,16875,'action complete via WP Cron','2021-01-05 22:33:18','2021-01-05 17:33:18'),
(38136,16876,'action created','2021-01-05 22:33:18','2021-01-05 17:33:18'),
(38137,16876,'action started via WP Cron','2021-01-05 22:34:52','2021-01-05 17:34:52'),
(38138,16876,'action complete via WP Cron','2021-01-05 22:34:52','2021-01-05 17:34:52'),
(38139,16877,'action created','2021-01-05 22:34:52','2021-01-05 17:34:52'),
(38140,16877,'action started via WP Cron','2021-01-05 22:35:33','2021-01-05 17:35:33'),
(38141,16877,'action complete via WP Cron','2021-01-05 22:35:33','2021-01-05 17:35:33'),
(38142,16878,'action created','2021-01-05 22:35:33','2021-01-05 17:35:33'),
(38143,16878,'action started via WP Cron','2021-01-05 22:37:08','2021-01-05 17:37:08'),
(38144,16878,'action complete via WP Cron','2021-01-05 22:37:08','2021-01-05 17:37:08'),
(38145,16879,'action created','2021-01-05 22:37:08','2021-01-05 17:37:08'),
(38146,16879,'action started via WP Cron','2021-01-05 22:37:35','2021-01-05 17:37:35'),
(38147,16879,'action complete via WP Cron','2021-01-05 22:37:35','2021-01-05 17:37:35'),
(38148,16880,'action created','2021-01-05 22:37:35','2021-01-05 17:37:35'),
(38149,16880,'action started via WP Cron','2021-01-05 22:38:27','2021-01-05 17:38:27'),
(38150,16880,'action complete via WP Cron','2021-01-05 22:38:27','2021-01-05 17:38:27'),
(38151,16881,'action created','2021-01-05 22:38:27','2021-01-05 17:38:27'),
(38152,16881,'action started via WP Cron','2021-01-05 22:39:28','2021-01-05 17:39:28'),
(38153,16881,'action complete via WP Cron','2021-01-05 22:39:28','2021-01-05 17:39:28'),
(38154,16882,'action created','2021-01-05 22:39:28','2021-01-05 17:39:28'),
(38155,16882,'action started via WP Cron','2021-01-05 22:40:12','2021-01-05 17:40:12'),
(38156,16882,'action complete via WP Cron','2021-01-05 22:40:12','2021-01-05 17:40:12'),
(38157,16883,'action created','2021-01-05 22:40:12','2021-01-05 17:40:12'),
(38158,16883,'action started via WP Cron','2021-01-05 22:41:54','2021-01-05 17:41:54'),
(38159,16883,'action complete via WP Cron','2021-01-05 22:41:54','2021-01-05 17:41:54'),
(38160,16884,'action created','2021-01-05 22:41:54','2021-01-05 17:41:54'),
(38161,16884,'action started via WP Cron','2021-01-05 22:43:21','2021-01-05 17:43:21'),
(38162,16884,'action complete via WP Cron','2021-01-05 22:43:21','2021-01-05 17:43:21'),
(38163,16885,'action created','2021-01-05 22:43:21','2021-01-05 17:43:21'),
(38164,16885,'action started via WP Cron','2021-01-05 22:44:19','2021-01-05 17:44:19'),
(38165,16885,'action complete via WP Cron','2021-01-05 22:44:19','2021-01-05 17:44:19'),
(38166,16886,'action created','2021-01-05 22:44:19','2021-01-05 17:44:19'),
(38167,16886,'action started via WP Cron','2021-01-05 22:45:21','2021-01-05 17:45:21'),
(38168,16886,'action complete via WP Cron','2021-01-05 22:45:21','2021-01-05 17:45:21'),
(38169,16887,'action created','2021-01-05 22:45:21','2021-01-05 17:45:21'),
(38170,16887,'action started via WP Cron','2021-01-05 22:46:11','2021-01-05 17:46:11'),
(38171,16887,'action complete via WP Cron','2021-01-05 22:46:11','2021-01-05 17:46:11'),
(38172,16888,'action created','2021-01-05 22:46:11','2021-01-05 17:46:11'),
(38173,16888,'action started via WP Cron','2021-01-05 22:47:41','2021-01-05 17:47:41'),
(38174,16888,'action complete via WP Cron','2021-01-05 22:47:41','2021-01-05 17:47:41'),
(38175,16889,'action created','2021-01-05 22:47:41','2021-01-05 17:47:41'),
(38176,16889,'action started via WP Cron','2021-01-05 22:49:29','2021-01-05 17:49:29'),
(38177,16889,'action complete via WP Cron','2021-01-05 22:49:29','2021-01-05 17:49:29'),
(38178,16890,'action created','2021-01-05 22:49:29','2021-01-05 17:49:29'),
(38179,16890,'action started via WP Cron','2021-01-05 22:51:01','2021-01-05 17:51:01'),
(38180,16890,'action complete via WP Cron','2021-01-05 22:51:01','2021-01-05 17:51:01'),
(38181,16891,'action created','2021-01-05 22:51:01','2021-01-05 17:51:01'),
(38182,16891,'action started via WP Cron','2021-01-05 22:51:52','2021-01-05 17:51:52'),
(38183,16891,'action complete via WP Cron','2021-01-05 22:51:52','2021-01-05 17:51:52'),
(38184,16892,'action created','2021-01-05 22:51:52','2021-01-05 17:51:52'),
(38185,16892,'action started via WP Cron','2021-01-05 22:52:12','2021-01-05 17:52:12'),
(38186,16892,'action complete via WP Cron','2021-01-05 22:52:12','2021-01-05 17:52:12'),
(38187,16893,'action created','2021-01-05 22:52:12','2021-01-05 17:52:12'),
(38188,16893,'action started via WP Cron','2021-01-05 22:53:17','2021-01-05 17:53:17'),
(38189,16893,'action complete via WP Cron','2021-01-05 22:53:17','2021-01-05 17:53:17'),
(38190,16894,'action created','2021-01-05 22:53:17','2021-01-05 17:53:17'),
(38191,16894,'action started via WP Cron','2021-01-05 22:54:41','2021-01-05 17:54:41'),
(38192,16894,'action complete via WP Cron','2021-01-05 22:54:41','2021-01-05 17:54:41'),
(38193,16895,'action created','2021-01-05 22:54:41','2021-01-05 17:54:41'),
(38194,16895,'action started via WP Cron','2021-01-05 22:55:15','2021-01-05 17:55:15'),
(38195,16895,'action complete via WP Cron','2021-01-05 22:55:15','2021-01-05 17:55:15'),
(38196,16896,'action created','2021-01-05 22:55:15','2021-01-05 17:55:15'),
(38197,16896,'action started via WP Cron','2021-01-05 22:56:22','2021-01-05 17:56:22'),
(38198,16896,'action complete via WP Cron','2021-01-05 22:56:22','2021-01-05 17:56:22'),
(38199,16897,'action created','2021-01-05 22:56:22','2021-01-05 17:56:22'),
(38200,16897,'action started via WP Cron','2021-01-05 22:58:35','2021-01-05 17:58:35'),
(38201,16897,'action complete via WP Cron','2021-01-05 22:58:35','2021-01-05 17:58:35'),
(38202,16898,'action created','2021-01-05 22:58:35','2021-01-05 17:58:35'),
(38203,16898,'action started via WP Cron','2021-01-05 22:59:36','2021-01-05 17:59:36'),
(38204,16898,'action complete via WP Cron','2021-01-05 22:59:36','2021-01-05 17:59:36'),
(38205,16899,'action created','2021-01-05 22:59:36','2021-01-05 17:59:36'),
(38206,16899,'action started via WP Cron','2021-01-05 23:01:04','2021-01-05 18:01:04'),
(38207,16899,'action complete via WP Cron','2021-01-05 23:01:04','2021-01-05 18:01:04'),
(38208,16900,'action created','2021-01-05 23:01:04','2021-01-05 18:01:04'),
(38209,16900,'action started via WP Cron','2021-01-05 23:02:42','2021-01-05 18:02:42'),
(38210,16900,'action complete via WP Cron','2021-01-05 23:02:42','2021-01-05 18:02:42'),
(38211,16901,'action created','2021-01-05 23:02:42','2021-01-05 18:02:42'),
(38212,16901,'action started via WP Cron','2021-01-05 23:04:54','2021-01-05 18:04:54'),
(38213,16901,'action complete via WP Cron','2021-01-05 23:04:54','2021-01-05 18:04:54'),
(38214,16902,'action created','2021-01-05 23:04:54','2021-01-05 18:04:54'),
(38215,16902,'action started via WP Cron','2021-01-05 23:06:13','2021-01-05 18:06:13'),
(38216,16902,'action complete via WP Cron','2021-01-05 23:06:13','2021-01-05 18:06:13'),
(38217,16903,'action created','2021-01-05 23:06:13','2021-01-05 18:06:13'),
(38218,16903,'action started via WP Cron','2021-01-05 23:07:43','2021-01-05 18:07:43'),
(38219,16903,'action complete via WP Cron','2021-01-05 23:07:43','2021-01-05 18:07:43'),
(38220,16904,'action created','2021-01-05 23:07:43','2021-01-05 18:07:43'),
(38221,16904,'action started via WP Cron','2021-01-05 23:08:47','2021-01-05 18:08:47'),
(38222,16904,'action complete via WP Cron','2021-01-05 23:08:47','2021-01-05 18:08:47'),
(38223,16905,'action created','2021-01-05 23:08:47','2021-01-05 18:08:47'),
(38224,16905,'action started via WP Cron','2021-01-05 23:09:36','2021-01-05 18:09:36'),
(38225,16905,'action complete via WP Cron','2021-01-05 23:09:36','2021-01-05 18:09:36'),
(38226,16906,'action created','2021-01-05 23:09:36','2021-01-05 18:09:36'),
(38227,16906,'action started via WP Cron','2021-01-05 23:10:54','2021-01-05 18:10:54'),
(38228,16906,'action complete via WP Cron','2021-01-05 23:10:54','2021-01-05 18:10:54'),
(38229,16907,'action created','2021-01-05 23:10:54','2021-01-05 18:10:54'),
(38230,16907,'action started via WP Cron','2021-01-05 23:11:26','2021-01-05 18:11:26'),
(38231,16907,'action complete via WP Cron','2021-01-05 23:11:26','2021-01-05 18:11:26'),
(38232,16908,'action created','2021-01-05 23:11:26','2021-01-05 18:11:26'),
(38233,16908,'action started via WP Cron','2021-01-05 23:13:10','2021-01-05 18:13:10'),
(38234,16908,'action complete via WP Cron','2021-01-05 23:13:10','2021-01-05 18:13:10'),
(38235,16909,'action created','2021-01-05 23:13:10','2021-01-05 18:13:10'),
(38236,16909,'action started via WP Cron','2021-01-05 23:14:35','2021-01-05 18:14:35'),
(38237,16909,'action complete via WP Cron','2021-01-05 23:14:35','2021-01-05 18:14:35'),
(38238,16910,'action created','2021-01-05 23:14:35','2021-01-05 18:14:35'),
(38239,16910,'action started via WP Cron','2021-01-05 23:15:56','2021-01-05 18:15:56'),
(38240,16910,'action complete via WP Cron','2021-01-05 23:15:56','2021-01-05 18:15:56'),
(38241,16911,'action created','2021-01-05 23:15:56','2021-01-05 18:15:56'),
(38242,16911,'action started via WP Cron','2021-01-05 23:16:16','2021-01-05 18:16:16'),
(38243,16911,'action complete via WP Cron','2021-01-05 23:16:16','2021-01-05 18:16:16'),
(38244,16912,'action created','2021-01-05 23:16:16','2021-01-05 18:16:16'),
(38245,16912,'action started via WP Cron','2021-01-05 23:17:13','2021-01-05 18:17:13'),
(38246,16912,'action complete via WP Cron','2021-01-05 23:17:13','2021-01-05 18:17:13'),
(38247,16913,'action created','2021-01-05 23:17:13','2021-01-05 18:17:13'),
(38248,16913,'action started via WP Cron','2021-01-05 23:18:43','2021-01-05 18:18:43'),
(38249,16913,'action complete via WP Cron','2021-01-05 23:18:43','2021-01-05 18:18:43'),
(38250,16914,'action created','2021-01-05 23:18:43','2021-01-05 18:18:43'),
(38251,16914,'action started via WP Cron','2021-01-05 23:20:43','2021-01-05 18:20:43'),
(38252,16914,'action complete via WP Cron','2021-01-05 23:20:43','2021-01-05 18:20:43'),
(38253,16915,'action created','2021-01-05 23:20:43','2021-01-05 18:20:43'),
(38254,16915,'action started via WP Cron','2021-01-05 23:21:15','2021-01-05 18:21:15'),
(38255,16915,'action complete via WP Cron','2021-01-05 23:21:15','2021-01-05 18:21:15'),
(38256,16916,'action created','2021-01-05 23:21:15','2021-01-05 18:21:15'),
(38257,16916,'action started via WP Cron','2021-01-05 23:23:37','2021-01-05 18:23:37'),
(38258,16916,'action complete via WP Cron','2021-01-05 23:23:37','2021-01-05 18:23:37'),
(38259,16917,'action created','2021-01-05 23:23:38','2021-01-05 18:23:38'),
(38260,16917,'action started via WP Cron','2021-01-05 23:24:12','2021-01-05 18:24:12'),
(38261,16917,'action complete via WP Cron','2021-01-05 23:24:12','2021-01-05 18:24:12'),
(38262,16918,'action created','2021-01-05 23:24:12','2021-01-05 18:24:12'),
(38263,16918,'action started via WP Cron','2021-01-05 23:25:22','2021-01-05 18:25:22'),
(38264,16918,'action complete via WP Cron','2021-01-05 23:25:22','2021-01-05 18:25:22'),
(38265,16919,'action created','2021-01-05 23:25:22','2021-01-05 18:25:22'),
(38266,16919,'action started via WP Cron','2021-01-05 23:26:50','2021-01-05 18:26:50'),
(38267,16919,'action complete via WP Cron','2021-01-05 23:26:50','2021-01-05 18:26:50'),
(38268,16920,'action created','2021-01-05 23:26:50','2021-01-05 18:26:50'),
(38269,16920,'action started via WP Cron','2021-01-05 23:27:16','2021-01-05 18:27:16'),
(38270,16920,'action complete via WP Cron','2021-01-05 23:27:16','2021-01-05 18:27:16'),
(38271,16921,'action created','2021-01-05 23:27:16','2021-01-05 18:27:16'),
(38272,16921,'action started via WP Cron','2021-01-05 23:28:44','2021-01-05 18:28:44'),
(38273,16921,'action complete via WP Cron','2021-01-05 23:28:44','2021-01-05 18:28:44'),
(38274,16922,'action created','2021-01-05 23:28:44','2021-01-05 18:28:44'),
(38275,16922,'action started via WP Cron','2021-01-05 23:29:51','2021-01-05 18:29:51'),
(38276,16922,'action complete via WP Cron','2021-01-05 23:29:51','2021-01-05 18:29:51'),
(38277,16923,'action created','2021-01-05 23:29:51','2021-01-05 18:29:51'),
(38278,16923,'action started via WP Cron','2021-01-05 23:31:29','2021-01-05 18:31:29'),
(38279,16923,'action complete via WP Cron','2021-01-05 23:31:29','2021-01-05 18:31:29'),
(38280,16924,'action created','2021-01-05 23:31:30','2021-01-05 18:31:30'),
(38281,16924,'action started via WP Cron','2021-01-05 23:35:24','2021-01-05 18:35:24'),
(38282,16924,'action complete via WP Cron','2021-01-05 23:35:24','2021-01-05 18:35:24'),
(38283,16925,'action created','2021-01-05 23:35:24','2021-01-05 18:35:24'),
(38284,16925,'action started via WP Cron','2021-01-05 23:36:12','2021-01-05 18:36:12'),
(38285,16925,'action complete via WP Cron','2021-01-05 23:36:12','2021-01-05 18:36:12'),
(38286,16926,'action created','2021-01-05 23:36:12','2021-01-05 18:36:12'),
(38287,16926,'action started via WP Cron','2021-01-05 23:37:53','2021-01-05 18:37:53'),
(38288,16926,'action complete via WP Cron','2021-01-05 23:37:54','2021-01-05 18:37:54'),
(38289,16927,'action created','2021-01-05 23:37:54','2021-01-05 18:37:54'),
(38290,16927,'action started via WP Cron','2021-01-05 23:38:23','2021-01-05 18:38:23'),
(38291,16927,'action complete via WP Cron','2021-01-05 23:38:23','2021-01-05 18:38:23'),
(38292,16928,'action created','2021-01-05 23:38:23','2021-01-05 18:38:23'),
(38293,16928,'action started via WP Cron','2021-01-05 23:39:27','2021-01-05 18:39:27'),
(38294,16928,'action complete via WP Cron','2021-01-05 23:39:27','2021-01-05 18:39:27'),
(38295,16929,'action created','2021-01-05 23:39:27','2021-01-05 18:39:27'),
(38296,16929,'action started via WP Cron','2021-01-05 23:40:19','2021-01-05 18:40:19'),
(38297,16929,'action complete via WP Cron','2021-01-05 23:40:19','2021-01-05 18:40:19'),
(38298,16930,'action created','2021-01-05 23:40:19','2021-01-05 18:40:19'),
(38299,16930,'action started via WP Cron','2021-01-05 23:41:23','2021-01-05 18:41:23'),
(38300,16930,'action complete via WP Cron','2021-01-05 23:41:23','2021-01-05 18:41:23'),
(38301,16931,'action created','2021-01-05 23:41:23','2021-01-05 18:41:23'),
(38302,16931,'action started via WP Cron','2021-01-05 23:42:41','2021-01-05 18:42:41'),
(38303,16931,'action complete via WP Cron','2021-01-05 23:42:41','2021-01-05 18:42:41'),
(38304,16932,'action created','2021-01-05 23:42:42','2021-01-05 18:42:42'),
(38305,16932,'action started via WP Cron','2021-01-05 23:43:57','2021-01-05 18:43:57'),
(38306,16932,'action complete via WP Cron','2021-01-05 23:43:57','2021-01-05 18:43:57'),
(38307,16933,'action created','2021-01-05 23:43:58','2021-01-05 18:43:58'),
(38308,16933,'action started via WP Cron','2021-01-05 23:44:12','2021-01-05 18:44:12'),
(38309,16933,'action complete via WP Cron','2021-01-05 23:44:12','2021-01-05 18:44:12'),
(38310,16934,'action created','2021-01-05 23:44:13','2021-01-05 18:44:13'),
(38311,16934,'action started via WP Cron','2021-01-05 23:48:09','2021-01-05 18:48:09'),
(38312,16934,'action complete via WP Cron','2021-01-05 23:48:09','2021-01-05 18:48:09'),
(38313,16935,'action created','2021-01-05 23:48:09','2021-01-05 18:48:09'),
(38314,16935,'action started via WP Cron','2021-01-05 23:49:19','2021-01-05 18:49:19'),
(38315,16935,'action complete via WP Cron','2021-01-05 23:49:19','2021-01-05 18:49:19'),
(38316,16936,'action created','2021-01-05 23:49:19','2021-01-05 18:49:19'),
(38317,16936,'action started via WP Cron','2021-01-05 23:50:34','2021-01-05 18:50:34'),
(38318,16936,'action complete via WP Cron','2021-01-05 23:50:34','2021-01-05 18:50:34'),
(38319,16937,'action created','2021-01-05 23:50:34','2021-01-05 18:50:34'),
(38320,16937,'action started via WP Cron','2021-01-05 23:51:13','2021-01-05 18:51:13'),
(38321,16937,'action complete via WP Cron','2021-01-05 23:51:13','2021-01-05 18:51:13'),
(38322,16938,'action created','2021-01-05 23:51:13','2021-01-05 18:51:13'),
(38323,16938,'action started via WP Cron','2021-01-05 23:52:35','2021-01-05 18:52:35'),
(38324,16938,'action complete via WP Cron','2021-01-05 23:52:35','2021-01-05 18:52:35'),
(38325,16939,'action created','2021-01-05 23:52:35','2021-01-05 18:52:35'),
(38326,16939,'action started via WP Cron','2021-01-05 23:53:46','2021-01-05 18:53:46'),
(38327,16939,'action complete via WP Cron','2021-01-05 23:53:46','2021-01-05 18:53:46'),
(38328,16940,'action created','2021-01-05 23:53:46','2021-01-05 18:53:46'),
(38329,16940,'action started via WP Cron','2021-01-05 23:54:32','2021-01-05 18:54:32'),
(38330,16940,'action complete via WP Cron','2021-01-05 23:54:32','2021-01-05 18:54:32'),
(38331,16941,'action created','2021-01-05 23:54:32','2021-01-05 18:54:32'),
(38332,16941,'action started via WP Cron','2021-01-05 23:58:15','2021-01-05 18:58:15'),
(38333,16941,'action complete via WP Cron','2021-01-05 23:58:15','2021-01-05 18:58:15'),
(38334,16942,'action created','2021-01-05 23:58:15','2021-01-05 18:58:15'),
(38335,16942,'action started via WP Cron','2021-01-06 00:04:43','2021-01-05 19:04:43'),
(38336,16942,'action complete via WP Cron','2021-01-06 00:04:43','2021-01-05 19:04:43'),
(38337,16943,'action created','2021-01-06 00:05:13','2021-01-05 19:05:13'),
(38338,16943,'action started via WP Cron','2021-01-06 00:06:37','2021-01-05 19:06:37'),
(38339,16943,'action complete via WP Cron','2021-01-06 00:06:37','2021-01-05 19:06:37'),
(38340,16944,'action created','2021-01-06 00:06:37','2021-01-05 19:06:37'),
(38341,16944,'action started via WP Cron','2021-01-06 00:08:27','2021-01-05 19:08:27'),
(38342,16944,'action complete via WP Cron','2021-01-06 00:08:27','2021-01-05 19:08:27'),
(38343,16945,'action created','2021-01-06 00:08:27','2021-01-05 19:08:27'),
(38344,16945,'action started via WP Cron','2021-01-06 00:11:33','2021-01-05 19:11:33'),
(38345,16945,'action complete via WP Cron','2021-01-06 00:11:33','2021-01-05 19:11:33'),
(38346,16946,'action created','2021-01-06 00:11:33','2021-01-05 19:11:33'),
(38347,16946,'action started via WP Cron','2021-01-06 00:12:18','2021-01-05 19:12:18'),
(38348,16946,'action complete via WP Cron','2021-01-06 00:12:18','2021-01-05 19:12:18'),
(38349,16947,'action created','2021-01-06 00:12:18','2021-01-05 19:12:18'),
(38350,16947,'action started via WP Cron','2021-01-06 00:13:12','2021-01-05 19:13:12'),
(38351,16947,'action complete via WP Cron','2021-01-06 00:13:12','2021-01-05 19:13:12'),
(38352,16948,'action created','2021-01-06 00:13:12','2021-01-05 19:13:12'),
(38353,16948,'action started via WP Cron','2021-01-06 00:14:34','2021-01-05 19:14:34'),
(38354,16948,'action complete via WP Cron','2021-01-06 00:14:34','2021-01-05 19:14:34'),
(38355,16949,'action created','2021-01-06 00:14:34','2021-01-05 19:14:34'),
(38356,16949,'action started via WP Cron','2021-01-06 00:16:20','2021-01-05 19:16:20'),
(38357,16949,'action complete via WP Cron','2021-01-06 00:16:20','2021-01-05 19:16:20'),
(38358,16950,'action created','2021-01-06 00:16:20','2021-01-05 19:16:20'),
(38359,16950,'action started via WP Cron','2021-01-06 00:17:39','2021-01-05 19:17:39'),
(38360,16950,'action complete via WP Cron','2021-01-06 00:17:39','2021-01-05 19:17:39'),
(38361,16951,'action created','2021-01-06 00:17:39','2021-01-05 19:17:39'),
(38362,16951,'action started via WP Cron','2021-01-06 00:19:15','2021-01-05 19:19:15'),
(38363,16951,'action complete via WP Cron','2021-01-06 00:19:15','2021-01-05 19:19:15'),
(38364,16952,'action created','2021-01-06 00:19:15','2021-01-05 19:19:15'),
(38365,16952,'action started via WP Cron','2021-01-06 00:21:02','2021-01-05 19:21:02'),
(38366,16952,'action complete via WP Cron','2021-01-06 00:21:02','2021-01-05 19:21:02'),
(38367,16953,'action created','2021-01-06 00:21:02','2021-01-05 19:21:02'),
(38368,16953,'action started via WP Cron','2021-01-06 00:21:43','2021-01-05 19:21:43'),
(38369,16953,'action complete via WP Cron','2021-01-06 00:21:43','2021-01-05 19:21:43'),
(38370,16954,'action created','2021-01-06 00:21:43','2021-01-05 19:21:43'),
(38371,16954,'action started via WP Cron','2021-01-06 00:22:12','2021-01-05 19:22:12'),
(38372,16954,'action complete via WP Cron','2021-01-06 00:22:12','2021-01-05 19:22:12'),
(38373,16955,'action created','2021-01-06 00:22:12','2021-01-05 19:22:12'),
(38374,16955,'action started via WP Cron','2021-01-06 00:24:36','2021-01-05 19:24:36'),
(38375,16955,'action complete via WP Cron','2021-01-06 00:24:36','2021-01-05 19:24:36'),
(38376,16956,'action created','2021-01-06 00:24:36','2021-01-05 19:24:36'),
(38377,16956,'action started via WP Cron','2021-01-06 00:26:23','2021-01-05 19:26:23'),
(38378,16956,'action complete via WP Cron','2021-01-06 00:26:23','2021-01-05 19:26:23'),
(38379,16957,'action created','2021-01-06 00:26:23','2021-01-05 19:26:23'),
(38380,16957,'action started via WP Cron','2021-01-06 00:27:28','2021-01-05 19:27:28'),
(38381,16957,'action complete via WP Cron','2021-01-06 00:27:28','2021-01-05 19:27:28'),
(38382,16958,'action created','2021-01-06 00:27:28','2021-01-05 19:27:28'),
(38383,16958,'action started via WP Cron','2021-01-06 00:28:17','2021-01-05 19:28:17'),
(38384,16958,'action complete via WP Cron','2021-01-06 00:28:17','2021-01-05 19:28:17'),
(38385,16959,'action created','2021-01-06 00:28:17','2021-01-05 19:28:17'),
(38386,16959,'action started via WP Cron','2021-01-06 00:30:42','2021-01-05 19:30:42'),
(38387,16959,'action complete via WP Cron','2021-01-06 00:30:42','2021-01-05 19:30:42'),
(38388,16960,'action created','2021-01-06 00:30:42','2021-01-05 19:30:42'),
(38389,16960,'action started via WP Cron','2021-01-06 00:32:54','2021-01-05 19:32:54'),
(38390,16960,'action complete via WP Cron','2021-01-06 00:32:54','2021-01-05 19:32:54'),
(38391,16961,'action created','2021-01-06 00:32:54','2021-01-05 19:32:54'),
(38392,16961,'action started via WP Cron','2021-01-06 00:34:29','2021-01-05 19:34:29'),
(38393,16961,'action complete via WP Cron','2021-01-06 00:34:29','2021-01-05 19:34:29'),
(38394,16962,'action created','2021-01-06 00:34:30','2021-01-05 19:34:30'),
(38395,16962,'action started via WP Cron','2021-01-06 00:35:33','2021-01-05 19:35:33'),
(38396,16962,'action complete via WP Cron','2021-01-06 00:35:33','2021-01-05 19:35:33'),
(38397,16963,'action created','2021-01-06 00:35:33','2021-01-05 19:35:33'),
(38398,16963,'action started via WP Cron','2021-01-06 00:37:05','2021-01-05 19:37:05'),
(38399,16963,'action complete via WP Cron','2021-01-06 00:37:05','2021-01-05 19:37:05'),
(38400,16964,'action created','2021-01-06 00:37:05','2021-01-05 19:37:05'),
(38401,16964,'action started via WP Cron','2021-01-06 00:37:57','2021-01-05 19:37:57'),
(38402,16964,'action complete via WP Cron','2021-01-06 00:37:57','2021-01-05 19:37:57'),
(38403,16965,'action created','2021-01-06 00:37:57','2021-01-05 19:37:57'),
(38404,16965,'action started via WP Cron','2021-01-06 00:38:48','2021-01-05 19:38:48'),
(38405,16965,'action complete via WP Cron','2021-01-06 00:38:48','2021-01-05 19:38:48'),
(38406,16966,'action created','2021-01-06 00:38:48','2021-01-05 19:38:48'),
(38407,16966,'action started via WP Cron','2021-01-06 00:39:38','2021-01-05 19:39:38'),
(38408,16966,'action complete via WP Cron','2021-01-06 00:39:38','2021-01-05 19:39:38'),
(38409,16967,'action created','2021-01-06 00:39:38','2021-01-05 19:39:38'),
(38410,16967,'action started via WP Cron','2021-01-06 00:40:28','2021-01-05 19:40:28'),
(38411,16967,'action complete via WP Cron','2021-01-06 00:40:28','2021-01-05 19:40:28'),
(38412,16968,'action created','2021-01-06 00:40:28','2021-01-05 19:40:28'),
(38413,16968,'action started via WP Cron','2021-01-06 00:41:47','2021-01-05 19:41:47'),
(38414,16968,'action complete via WP Cron','2021-01-06 00:41:47','2021-01-05 19:41:47'),
(38415,16969,'action created','2021-01-06 00:41:48','2021-01-05 19:41:48'),
(38416,16969,'action started via WP Cron','2021-01-06 00:43:21','2021-01-05 19:43:21'),
(38417,16969,'action complete via WP Cron','2021-01-06 00:43:21','2021-01-05 19:43:21'),
(38418,16970,'action created','2021-01-06 00:43:21','2021-01-05 19:43:21'),
(38419,16970,'action started via WP Cron','2021-01-06 00:44:48','2021-01-05 19:44:48'),
(38420,16970,'action complete via WP Cron','2021-01-06 00:44:48','2021-01-05 19:44:48'),
(38421,16971,'action created','2021-01-06 00:44:48','2021-01-05 19:44:48'),
(38422,16971,'action started via WP Cron','2021-01-06 00:46:00','2021-01-05 19:46:00'),
(38423,16971,'action complete via WP Cron','2021-01-06 00:46:00','2021-01-05 19:46:00'),
(38424,16972,'action created','2021-01-06 00:46:00','2021-01-05 19:46:00'),
(38425,16972,'action started via WP Cron','2021-01-06 00:46:30','2021-01-05 19:46:30'),
(38426,16972,'action complete via WP Cron','2021-01-06 00:46:30','2021-01-05 19:46:30'),
(38427,16973,'action created','2021-01-06 00:46:30','2021-01-05 19:46:30'),
(38428,16973,'action started via WP Cron','2021-01-06 00:47:40','2021-01-05 19:47:40'),
(38429,16973,'action complete via WP Cron','2021-01-06 00:47:40','2021-01-05 19:47:40'),
(38430,16974,'action created','2021-01-06 00:47:40','2021-01-05 19:47:40'),
(38431,16974,'action started via WP Cron','2021-01-06 00:48:22','2021-01-05 19:48:22'),
(38432,16974,'action complete via WP Cron','2021-01-06 00:48:22','2021-01-05 19:48:22'),
(38433,16975,'action created','2021-01-06 00:48:22','2021-01-05 19:48:22'),
(38434,16975,'action started via WP Cron','2021-01-06 00:50:27','2021-01-05 19:50:27'),
(38435,16975,'action complete via WP Cron','2021-01-06 00:50:27','2021-01-05 19:50:27'),
(38436,16976,'action created','2021-01-06 00:50:27','2021-01-05 19:50:27'),
(38437,16976,'action started via WP Cron','2021-01-06 00:52:28','2021-01-05 19:52:28'),
(38438,16976,'action complete via WP Cron','2021-01-06 00:52:28','2021-01-05 19:52:28'),
(38439,16977,'action created','2021-01-06 00:52:29','2021-01-05 19:52:29'),
(38440,16977,'action started via WP Cron','2021-01-06 00:55:42','2021-01-05 19:55:42'),
(38441,16977,'action complete via WP Cron','2021-01-06 00:55:42','2021-01-05 19:55:42'),
(38442,16978,'action created','2021-01-06 00:55:42','2021-01-05 19:55:42'),
(38443,16978,'action started via WP Cron','2021-01-06 00:59:26','2021-01-05 19:59:26'),
(38444,16978,'action complete via WP Cron','2021-01-06 00:59:26','2021-01-05 19:59:26'),
(38445,16979,'action created','2021-01-06 00:59:26','2021-01-05 19:59:26'),
(38446,16979,'action started via WP Cron','2021-01-06 01:01:42','2021-01-05 20:01:42'),
(38447,16979,'action complete via WP Cron','2021-01-06 01:01:42','2021-01-05 20:01:42'),
(38448,16980,'action created','2021-01-06 01:01:42','2021-01-05 20:01:42'),
(38449,16980,'action started via WP Cron','2021-01-06 01:03:09','2021-01-05 20:03:09'),
(38450,16981,'action created','2021-01-06 01:03:09','2021-01-05 20:03:09'),
(38451,16980,'action complete via WP Cron','2021-01-06 01:03:09','2021-01-05 20:03:09'),
(38452,16981,'action started via WP Cron','2021-01-06 01:03:45','2021-01-05 20:03:45'),
(38453,16981,'action complete via WP Cron','2021-01-06 01:03:45','2021-01-05 20:03:45'),
(38454,16982,'action created','2021-01-06 01:03:45','2021-01-05 20:03:45'),
(38455,16982,'action started via WP Cron','2021-01-06 01:05:30','2021-01-05 20:05:30'),
(38456,16982,'action complete via WP Cron','2021-01-06 01:05:30','2021-01-05 20:05:30'),
(38457,16983,'action created','2021-01-06 01:05:30','2021-01-05 20:05:30'),
(38458,16983,'action started via WP Cron','2021-01-06 01:08:31','2021-01-05 20:08:31'),
(38459,16983,'action complete via WP Cron','2021-01-06 01:08:31','2021-01-05 20:08:31'),
(38460,16984,'action created','2021-01-06 01:08:31','2021-01-05 20:08:31'),
(38461,16984,'action started via WP Cron','2021-01-06 01:09:25','2021-01-05 20:09:25'),
(38462,16984,'action complete via WP Cron','2021-01-06 01:09:25','2021-01-05 20:09:25'),
(38463,16985,'action created','2021-01-06 01:09:25','2021-01-05 20:09:25'),
(38464,16985,'action started via WP Cron','2021-01-06 01:12:21','2021-01-05 20:12:21'),
(38465,16985,'action complete via WP Cron','2021-01-06 01:12:21','2021-01-05 20:12:21'),
(38466,16986,'action created','2021-01-06 01:12:53','2021-01-05 20:12:53'),
(38467,16986,'action started via WP Cron','2021-01-06 01:13:23','2021-01-05 20:13:23'),
(38468,16986,'action complete via WP Cron','2021-01-06 01:13:23','2021-01-05 20:13:23'),
(38469,16987,'action created','2021-01-06 01:13:23','2021-01-05 20:13:23'),
(38470,16987,'action started via WP Cron','2021-01-06 01:14:18','2021-01-05 20:14:18'),
(38471,16987,'action complete via WP Cron','2021-01-06 01:14:18','2021-01-05 20:14:18'),
(38472,16988,'action created','2021-01-06 01:14:18','2021-01-05 20:14:18'),
(38473,16084,'action started via WP Cron','2021-01-06 01:15:35','2021-01-05 20:15:35'),
(38474,16084,'action complete via WP Cron','2021-01-06 01:15:35','2021-01-05 20:15:35'),
(38475,16989,'action created','2021-01-06 01:15:35','2021-01-05 20:15:35'),
(38476,16988,'action started via WP Cron','2021-01-06 01:15:35','2021-01-05 20:15:35'),
(38477,16988,'action complete via WP Cron','2021-01-06 01:15:35','2021-01-05 20:15:35'),
(38478,16990,'action created','2021-01-06 01:15:35','2021-01-05 20:15:35'),
(38479,16990,'action started via WP Cron','2021-01-06 01:17:01','2021-01-05 20:17:01'),
(38480,16990,'action complete via WP Cron','2021-01-06 01:17:01','2021-01-05 20:17:01'),
(38481,16991,'action created','2021-01-06 01:17:01','2021-01-05 20:17:01'),
(38482,16991,'action started via WP Cron','2021-01-06 01:17:48','2021-01-05 20:17:48'),
(38483,16991,'action complete via WP Cron','2021-01-06 01:17:49','2021-01-05 20:17:49'),
(38484,16992,'action created','2021-01-06 01:17:49','2021-01-05 20:17:49'),
(38485,16992,'action started via WP Cron','2021-01-06 01:19:49','2021-01-05 20:19:49'),
(38486,16992,'action complete via WP Cron','2021-01-06 01:19:49','2021-01-05 20:19:49'),
(38487,16993,'action created','2021-01-06 01:19:49','2021-01-05 20:19:49'),
(38488,16993,'action started via WP Cron','2021-01-06 01:20:57','2021-01-05 20:20:57'),
(38489,16993,'action complete via WP Cron','2021-01-06 01:20:57','2021-01-05 20:20:57'),
(38490,16994,'action created','2021-01-06 01:20:57','2021-01-05 20:20:57'),
(38491,16994,'action started via WP Cron','2021-01-06 01:25:16','2021-01-05 20:25:16'),
(38492,16994,'action complete via WP Cron','2021-01-06 01:25:17','2021-01-05 20:25:17'),
(38493,16995,'action created','2021-01-06 01:25:17','2021-01-05 20:25:17'),
(38494,16995,'action started via WP Cron','2021-01-06 01:26:58','2021-01-05 20:26:58'),
(38495,16995,'action complete via WP Cron','2021-01-06 01:26:58','2021-01-05 20:26:58'),
(38496,16996,'action created','2021-01-06 01:26:58','2021-01-05 20:26:58'),
(38497,16996,'action started via WP Cron','2021-01-06 01:28:42','2021-01-05 20:28:42'),
(38498,16996,'action complete via WP Cron','2021-01-06 01:28:42','2021-01-05 20:28:42'),
(38499,16997,'action created','2021-01-06 01:28:42','2021-01-05 20:28:42'),
(38500,16997,'action started via WP Cron','2021-01-06 01:31:33','2021-01-05 20:31:33'),
(38501,16997,'action complete via WP Cron','2021-01-06 01:31:33','2021-01-05 20:31:33'),
(38502,16998,'action created','2021-01-06 01:31:33','2021-01-05 20:31:33'),
(38503,16998,'action started via WP Cron','2021-01-06 01:32:38','2021-01-05 20:32:38'),
(38504,16998,'action complete via WP Cron','2021-01-06 01:32:38','2021-01-05 20:32:38'),
(38505,16999,'action created','2021-01-06 01:32:38','2021-01-05 20:32:38'),
(38506,16999,'action started via WP Cron','2021-01-06 01:33:44','2021-01-05 20:33:44'),
(38507,16999,'action complete via WP Cron','2021-01-06 01:33:44','2021-01-05 20:33:44'),
(38508,17000,'action created','2021-01-06 01:33:44','2021-01-05 20:33:44'),
(38509,17000,'action started via WP Cron','2021-01-06 01:34:17','2021-01-05 20:34:17'),
(38510,17000,'action complete via WP Cron','2021-01-06 01:34:17','2021-01-05 20:34:17'),
(38511,17001,'action created','2021-01-06 01:34:17','2021-01-05 20:34:17'),
(38512,17001,'action started via WP Cron','2021-01-06 01:35:30','2021-01-05 20:35:30'),
(38513,17001,'action complete via WP Cron','2021-01-06 01:35:30','2021-01-05 20:35:30'),
(38514,17002,'action created','2021-01-06 01:35:30','2021-01-05 20:35:30'),
(38515,17002,'action started via WP Cron','2021-01-06 01:36:16','2021-01-05 20:36:16'),
(38516,17002,'action complete via WP Cron','2021-01-06 01:36:16','2021-01-05 20:36:16'),
(38517,17003,'action created','2021-01-06 01:36:16','2021-01-05 20:36:16'),
(38518,17003,'action started via WP Cron','2021-01-06 01:38:10','2021-01-05 20:38:10'),
(38519,17003,'action complete via WP Cron','2021-01-06 01:38:10','2021-01-05 20:38:10'),
(38520,17004,'action created','2021-01-06 01:38:10','2021-01-05 20:38:10'),
(38521,17004,'action started via WP Cron','2021-01-06 01:38:23','2021-01-05 20:38:23'),
(38522,17004,'action complete via WP Cron','2021-01-06 01:38:23','2021-01-05 20:38:23'),
(38523,17005,'action created','2021-01-06 01:38:23','2021-01-05 20:38:23'),
(38524,17005,'action started via WP Cron','2021-01-06 01:39:39','2021-01-05 20:39:39'),
(38525,17005,'action complete via WP Cron','2021-01-06 01:39:39','2021-01-05 20:39:39'),
(38526,17006,'action created','2021-01-06 01:39:39','2021-01-05 20:39:39'),
(38527,17006,'action started via WP Cron','2021-01-06 01:40:24','2021-01-05 20:40:24'),
(38528,17006,'action complete via WP Cron','2021-01-06 01:40:24','2021-01-05 20:40:24'),
(38529,17007,'action created','2021-01-06 01:40:24','2021-01-05 20:40:24'),
(38530,17007,'action started via WP Cron','2021-01-06 01:42:33','2021-01-05 20:42:33'),
(38531,17007,'action complete via WP Cron','2021-01-06 01:42:33','2021-01-05 20:42:33'),
(38532,17008,'action created','2021-01-06 01:42:33','2021-01-05 20:42:33'),
(38533,17008,'action started via WP Cron','2021-01-06 01:44:13','2021-01-05 20:44:13'),
(38534,17008,'action complete via WP Cron','2021-01-06 01:44:13','2021-01-05 20:44:13'),
(38535,17009,'action created','2021-01-06 01:44:13','2021-01-05 20:44:13'),
(38536,17009,'action started via WP Cron','2021-01-06 01:45:14','2021-01-05 20:45:14'),
(38537,17009,'action complete via WP Cron','2021-01-06 01:45:14','2021-01-05 20:45:14'),
(38538,17010,'action created','2021-01-06 01:45:14','2021-01-05 20:45:14'),
(38539,17010,'action started via WP Cron','2021-01-06 01:46:42','2021-01-05 20:46:42'),
(38540,17010,'action complete via WP Cron','2021-01-06 01:46:42','2021-01-05 20:46:42'),
(38541,17011,'action created','2021-01-06 01:46:42','2021-01-05 20:46:42'),
(38542,17011,'action started via WP Cron','2021-01-06 01:48:59','2021-01-05 20:48:59'),
(38543,17011,'action complete via WP Cron','2021-01-06 01:48:59','2021-01-05 20:48:59'),
(38544,17012,'action created','2021-01-06 01:49:00','2021-01-05 20:49:00'),
(38545,17012,'action started via WP Cron','2021-01-06 01:49:28','2021-01-05 20:49:28'),
(38546,17012,'action complete via WP Cron','2021-01-06 01:49:28','2021-01-05 20:49:28'),
(38547,17013,'action created','2021-01-06 01:49:28','2021-01-05 20:49:28'),
(38548,17013,'action started via WP Cron','2021-01-06 01:50:38','2021-01-05 20:50:38'),
(38549,17013,'action complete via WP Cron','2021-01-06 01:50:38','2021-01-05 20:50:38'),
(38550,17014,'action created','2021-01-06 01:50:38','2021-01-05 20:50:38'),
(38551,17014,'action started via WP Cron','2021-01-06 01:52:08','2021-01-05 20:52:08'),
(38552,17014,'action complete via WP Cron','2021-01-06 01:52:08','2021-01-05 20:52:08'),
(38553,17015,'action created','2021-01-06 01:52:08','2021-01-05 20:52:08'),
(38554,17015,'action started via WP Cron','2021-01-06 01:53:17','2021-01-05 20:53:17'),
(38555,17015,'action complete via WP Cron','2021-01-06 01:53:17','2021-01-05 20:53:17'),
(38556,17016,'action created','2021-01-06 01:53:17','2021-01-05 20:53:17'),
(38557,17016,'action started via WP Cron','2021-01-06 01:54:38','2021-01-05 20:54:38'),
(38558,17016,'action complete via WP Cron','2021-01-06 01:54:38','2021-01-05 20:54:38'),
(38559,17017,'action created','2021-01-06 01:54:38','2021-01-05 20:54:38'),
(38560,17017,'action started via WP Cron','2021-01-06 01:56:44','2021-01-05 20:56:44'),
(38561,17017,'action complete via WP Cron','2021-01-06 01:56:44','2021-01-05 20:56:44'),
(38562,17018,'action created','2021-01-06 01:56:45','2021-01-05 20:56:45'),
(38563,17018,'action started via WP Cron','2021-01-06 01:57:56','2021-01-05 20:57:56'),
(38564,17018,'action complete via WP Cron','2021-01-06 01:57:56','2021-01-05 20:57:56'),
(38565,17019,'action created','2021-01-06 01:57:56','2021-01-05 20:57:56'),
(38566,17019,'action started via WP Cron','2021-01-06 01:58:13','2021-01-05 20:58:13'),
(38567,17019,'action complete via WP Cron','2021-01-06 01:58:13','2021-01-05 20:58:13'),
(38568,17020,'action created','2021-01-06 01:58:13','2021-01-05 20:58:13'),
(38569,17020,'action started via WP Cron','2021-01-06 01:59:44','2021-01-05 20:59:44'),
(38570,17020,'action complete via WP Cron','2021-01-06 01:59:44','2021-01-05 20:59:44'),
(38571,17021,'action created','2021-01-06 01:59:44','2021-01-05 20:59:44'),
(38572,17021,'action started via WP Cron','2021-01-06 02:00:49','2021-01-05 21:00:49'),
(38573,17021,'action complete via WP Cron','2021-01-06 02:00:49','2021-01-05 21:00:49'),
(38574,17022,'action created','2021-01-06 02:00:49','2021-01-05 21:00:49'),
(38575,17022,'action started via WP Cron','2021-01-06 02:01:56','2021-01-05 21:01:56'),
(38576,17022,'action complete via WP Cron','2021-01-06 02:01:56','2021-01-05 21:01:56'),
(38577,17023,'action created','2021-01-06 02:01:56','2021-01-05 21:01:56'),
(38578,17023,'action started via WP Cron','2021-01-06 02:02:24','2021-01-05 21:02:24'),
(38579,17023,'action complete via WP Cron','2021-01-06 02:02:24','2021-01-05 21:02:24'),
(38580,17024,'action created','2021-01-06 02:02:24','2021-01-05 21:02:24'),
(38581,17024,'action started via WP Cron','2021-01-06 02:04:43','2021-01-05 21:04:43'),
(38582,17024,'action complete via WP Cron','2021-01-06 02:04:43','2021-01-05 21:04:43'),
(38583,17025,'action created','2021-01-06 02:04:43','2021-01-05 21:04:43'),
(38584,17025,'action started via WP Cron','2021-01-06 02:06:31','2021-01-05 21:06:31'),
(38585,17025,'action complete via WP Cron','2021-01-06 02:06:31','2021-01-05 21:06:31'),
(38586,17026,'action created','2021-01-06 02:06:31','2021-01-05 21:06:31'),
(38587,17026,'action started via WP Cron','2021-01-06 02:07:55','2021-01-05 21:07:55'),
(38588,17026,'action complete via WP Cron','2021-01-06 02:07:55','2021-01-05 21:07:55'),
(38589,17027,'action created','2021-01-06 02:07:55','2021-01-05 21:07:55'),
(38590,17027,'action started via WP Cron','2021-01-06 02:09:05','2021-01-05 21:09:05'),
(38591,17027,'action complete via WP Cron','2021-01-06 02:09:05','2021-01-05 21:09:05'),
(38592,17028,'action created','2021-01-06 02:09:06','2021-01-05 21:09:06'),
(38593,17028,'action started via WP Cron','2021-01-06 02:11:35','2021-01-05 21:11:35'),
(38594,17028,'action complete via WP Cron','2021-01-06 02:11:35','2021-01-05 21:11:35'),
(38595,17029,'action created','2021-01-06 02:11:35','2021-01-05 21:11:35'),
(38596,17029,'action started via WP Cron','2021-01-06 02:12:54','2021-01-05 21:12:54'),
(38597,17029,'action complete via WP Cron','2021-01-06 02:12:54','2021-01-05 21:12:54'),
(38598,17030,'action created','2021-01-06 02:12:54','2021-01-05 21:12:54'),
(38599,17030,'action started via WP Cron','2021-01-06 02:13:29','2021-01-05 21:13:29'),
(38600,17030,'action complete via WP Cron','2021-01-06 02:13:29','2021-01-05 21:13:29'),
(38601,17031,'action created','2021-01-06 02:13:29','2021-01-05 21:13:29'),
(38602,17031,'action started via WP Cron','2021-01-06 02:14:20','2021-01-05 21:14:20'),
(38603,17031,'action complete via WP Cron','2021-01-06 02:14:20','2021-01-05 21:14:20'),
(38604,17032,'action created','2021-01-06 02:14:20','2021-01-05 21:14:20'),
(38605,17032,'action started via WP Cron','2021-01-06 02:15:24','2021-01-05 21:15:24'),
(38606,17032,'action complete via WP Cron','2021-01-06 02:15:24','2021-01-05 21:15:24'),
(38607,17033,'action created','2021-01-06 02:15:24','2021-01-05 21:15:24'),
(38608,17033,'action started via WP Cron','2021-01-06 02:16:24','2021-01-05 21:16:24'),
(38609,17033,'action complete via WP Cron','2021-01-06 02:16:24','2021-01-05 21:16:24'),
(38610,17034,'action created','2021-01-06 02:16:24','2021-01-05 21:16:24'),
(38611,17034,'action started via WP Cron','2021-01-06 02:17:12','2021-01-05 21:17:12'),
(38612,17034,'action complete via WP Cron','2021-01-06 02:17:12','2021-01-05 21:17:12'),
(38613,17035,'action created','2021-01-06 02:17:12','2021-01-05 21:17:12'),
(38614,17035,'action started via WP Cron','2021-01-06 02:19:08','2021-01-05 21:19:08'),
(38615,17035,'action complete via WP Cron','2021-01-06 02:19:08','2021-01-05 21:19:08'),
(38616,17036,'action created','2021-01-06 02:19:08','2021-01-05 21:19:08'),
(38617,17036,'action started via WP Cron','2021-01-06 02:22:05','2021-01-05 21:22:05'),
(38618,17036,'action complete via WP Cron','2021-01-06 02:22:05','2021-01-05 21:22:05'),
(38619,17037,'action created','2021-01-06 02:22:06','2021-01-05 21:22:06'),
(38620,17037,'action started via WP Cron','2021-01-06 02:24:22','2021-01-05 21:24:22'),
(38621,17037,'action complete via WP Cron','2021-01-06 02:24:22','2021-01-05 21:24:22'),
(38622,17038,'action created','2021-01-06 02:24:22','2021-01-05 21:24:22'),
(38623,17038,'action started via WP Cron','2021-01-06 02:26:05','2021-01-05 21:26:05'),
(38624,17038,'action complete via WP Cron','2021-01-06 02:26:05','2021-01-05 21:26:05'),
(38625,17039,'action created','2021-01-06 02:26:05','2021-01-05 21:26:05'),
(38626,17039,'action started via WP Cron','2021-01-06 02:29:52','2021-01-05 21:29:52'),
(38627,17039,'action complete via WP Cron','2021-01-06 02:29:52','2021-01-05 21:29:52'),
(38628,17040,'action created','2021-01-06 02:29:52','2021-01-05 21:29:52'),
(38629,17040,'action started via WP Cron','2021-01-06 02:30:36','2021-01-05 21:30:36'),
(38630,17040,'action complete via WP Cron','2021-01-06 02:30:36','2021-01-05 21:30:36'),
(38631,17041,'action created','2021-01-06 02:30:36','2021-01-05 21:30:36'),
(38632,17041,'action started via WP Cron','2021-01-06 02:33:06','2021-01-05 21:33:06'),
(38633,17041,'action complete via WP Cron','2021-01-06 02:33:06','2021-01-05 21:33:06'),
(38634,17042,'action created','2021-01-06 02:33:06','2021-01-05 21:33:06'),
(38635,17042,'action started via WP Cron','2021-01-06 02:33:21','2021-01-05 21:33:21'),
(38636,17042,'action complete via WP Cron','2021-01-06 02:33:21','2021-01-05 21:33:21'),
(38637,17043,'action created','2021-01-06 02:33:21','2021-01-05 21:33:21'),
(38638,17043,'action started via WP Cron','2021-01-06 02:35:12','2021-01-05 21:35:12'),
(38639,17043,'action complete via WP Cron','2021-01-06 02:35:12','2021-01-05 21:35:12'),
(38640,17044,'action created','2021-01-06 02:35:12','2021-01-05 21:35:12'),
(38641,17044,'action started via WP Cron','2021-01-06 02:36:18','2021-01-05 21:36:18'),
(38642,17044,'action complete via WP Cron','2021-01-06 02:36:18','2021-01-05 21:36:18'),
(38643,17045,'action created','2021-01-06 02:36:18','2021-01-05 21:36:18'),
(38644,17045,'action started via WP Cron','2021-01-06 02:38:15','2021-01-05 21:38:15'),
(38645,17045,'action complete via WP Cron','2021-01-06 02:38:15','2021-01-05 21:38:15'),
(38646,17046,'action created','2021-01-06 02:38:15','2021-01-05 21:38:15'),
(38647,17046,'action started via WP Cron','2021-01-06 02:40:28','2021-01-05 21:40:28'),
(38648,17046,'action complete via WP Cron','2021-01-06 02:40:28','2021-01-05 21:40:28'),
(38649,17047,'action created','2021-01-06 02:40:28','2021-01-05 21:40:28'),
(38650,17047,'action started via WP Cron','2021-01-06 02:43:00','2021-01-05 21:43:00'),
(38651,17047,'action complete via WP Cron','2021-01-06 02:43:00','2021-01-05 21:43:00'),
(38652,17048,'action created','2021-01-06 02:43:00','2021-01-05 21:43:00'),
(38653,17048,'action started via WP Cron','2021-01-06 02:43:50','2021-01-05 21:43:50'),
(38654,17048,'action complete via WP Cron','2021-01-06 02:43:50','2021-01-05 21:43:50'),
(38655,17049,'action created','2021-01-06 02:43:50','2021-01-05 21:43:50'),
(38656,17049,'action started via WP Cron','2021-01-06 02:45:57','2021-01-05 21:45:57'),
(38657,17049,'action complete via WP Cron','2021-01-06 02:45:57','2021-01-05 21:45:57'),
(38658,17050,'action created','2021-01-06 02:45:57','2021-01-05 21:45:57'),
(38659,17050,'action started via WP Cron','2021-01-06 02:46:59','2021-01-05 21:46:59'),
(38660,17050,'action complete via WP Cron','2021-01-06 02:46:59','2021-01-05 21:46:59'),
(38661,17051,'action created','2021-01-06 02:46:59','2021-01-05 21:46:59'),
(38662,17051,'action started via WP Cron','2021-01-06 02:49:21','2021-01-05 21:49:21'),
(38663,17051,'action complete via WP Cron','2021-01-06 02:49:21','2021-01-05 21:49:21'),
(38664,17052,'action created','2021-01-06 02:49:21','2021-01-05 21:49:21'),
(38665,17052,'action started via WP Cron','2021-01-06 02:50:45','2021-01-05 21:50:45'),
(38666,17052,'action complete via WP Cron','2021-01-06 02:50:45','2021-01-05 21:50:45'),
(38667,17053,'action created','2021-01-06 02:50:45','2021-01-05 21:50:45'),
(38668,17053,'action started via WP Cron','2021-01-06 02:51:57','2021-01-05 21:51:57'),
(38669,17053,'action complete via WP Cron','2021-01-06 02:51:57','2021-01-05 21:51:57'),
(38670,17054,'action created','2021-01-06 02:51:57','2021-01-05 21:51:57'),
(38671,17054,'action started via WP Cron','2021-01-06 02:53:19','2021-01-05 21:53:19'),
(38672,17054,'action complete via WP Cron','2021-01-06 02:53:19','2021-01-05 21:53:19'),
(38673,17055,'action created','2021-01-06 02:53:19','2021-01-05 21:53:19'),
(38674,17055,'action started via WP Cron','2021-01-06 02:54:34','2021-01-05 21:54:34'),
(38675,17055,'action complete via WP Cron','2021-01-06 02:54:34','2021-01-05 21:54:34'),
(38676,17056,'action created','2021-01-06 02:54:34','2021-01-05 21:54:34'),
(38677,17056,'action started via WP Cron','2021-01-06 02:56:59','2021-01-05 21:56:59'),
(38678,17056,'action complete via WP Cron','2021-01-06 02:56:59','2021-01-05 21:56:59'),
(38679,17057,'action created','2021-01-06 02:56:59','2021-01-05 21:56:59'),
(38680,17057,'action started via WP Cron','2021-01-06 02:58:44','2021-01-05 21:58:44'),
(38681,17057,'action complete via WP Cron','2021-01-06 02:58:44','2021-01-05 21:58:44'),
(38682,17058,'action created','2021-01-06 02:58:44','2021-01-05 21:58:44'),
(38683,17058,'action started via WP Cron','2021-01-06 03:01:08','2021-01-05 22:01:08'),
(38684,17058,'action complete via WP Cron','2021-01-06 03:01:08','2021-01-05 22:01:08'),
(38685,17059,'action created','2021-01-06 03:01:08','2021-01-05 22:01:08'),
(38686,17059,'action started via WP Cron','2021-01-06 03:02:40','2021-01-05 22:02:40'),
(38687,17059,'action complete via WP Cron','2021-01-06 03:02:40','2021-01-05 22:02:40'),
(38688,17060,'action created','2021-01-06 03:02:40','2021-01-05 22:02:40'),
(38689,17060,'action started via WP Cron','2021-01-06 03:03:36','2021-01-05 22:03:36'),
(38690,17060,'action complete via WP Cron','2021-01-06 03:03:36','2021-01-05 22:03:36'),
(38691,17061,'action created','2021-01-06 03:03:36','2021-01-05 22:03:36'),
(38692,17061,'action started via WP Cron','2021-01-06 03:05:42','2021-01-05 22:05:42'),
(38693,17061,'action complete via WP Cron','2021-01-06 03:05:42','2021-01-05 22:05:42'),
(38694,17062,'action created','2021-01-06 03:05:42','2021-01-05 22:05:42'),
(38695,17062,'action started via WP Cron','2021-01-06 03:06:17','2021-01-05 22:06:17'),
(38696,17062,'action complete via WP Cron','2021-01-06 03:06:17','2021-01-05 22:06:17'),
(38697,17063,'action created','2021-01-06 03:06:17','2021-01-05 22:06:17'),
(38698,17063,'action started via WP Cron','2021-01-06 03:07:43','2021-01-05 22:07:43'),
(38699,17063,'action complete via WP Cron','2021-01-06 03:07:43','2021-01-05 22:07:43'),
(38700,17064,'action created','2021-01-06 03:07:43','2021-01-05 22:07:43'),
(38701,17064,'action started via WP Cron','2021-01-06 03:08:25','2021-01-05 22:08:25'),
(38702,17064,'action complete via WP Cron','2021-01-06 03:08:25','2021-01-05 22:08:25'),
(38703,17065,'action created','2021-01-06 03:08:25','2021-01-05 22:08:25'),
(38704,17065,'action started via WP Cron','2021-01-06 03:09:43','2021-01-05 22:09:43'),
(38705,17065,'action complete via WP Cron','2021-01-06 03:09:43','2021-01-05 22:09:43'),
(38706,17066,'action created','2021-01-06 03:09:44','2021-01-05 22:09:44'),
(38707,17066,'action started via WP Cron','2021-01-06 03:10:27','2021-01-05 22:10:27'),
(38708,17066,'action complete via WP Cron','2021-01-06 03:10:27','2021-01-05 22:10:27'),
(38709,17067,'action created','2021-01-06 03:10:28','2021-01-05 22:10:28'),
(38710,17067,'action started via WP Cron','2021-01-06 03:11:48','2021-01-05 22:11:48'),
(38711,17067,'action complete via WP Cron','2021-01-06 03:11:49','2021-01-05 22:11:49'),
(38712,17068,'action created','2021-01-06 03:11:49','2021-01-05 22:11:49'),
(38713,17068,'action started via WP Cron','2021-01-06 03:12:27','2021-01-05 22:12:27'),
(38714,17068,'action complete via WP Cron','2021-01-06 03:12:27','2021-01-05 22:12:27'),
(38715,17069,'action created','2021-01-06 03:12:27','2021-01-05 22:12:27'),
(38716,17069,'action started via WP Cron','2021-01-06 03:13:36','2021-01-05 22:13:36'),
(38717,17069,'action complete via WP Cron','2021-01-06 03:13:36','2021-01-05 22:13:36'),
(38718,17070,'action created','2021-01-06 03:13:36','2021-01-05 22:13:36'),
(38719,17070,'action started via WP Cron','2021-01-06 03:14:39','2021-01-05 22:14:39'),
(38720,17070,'action complete via WP Cron','2021-01-06 03:14:39','2021-01-05 22:14:39'),
(38721,17071,'action created','2021-01-06 03:14:39','2021-01-05 22:14:39'),
(38722,17071,'action started via WP Cron','2021-01-06 03:15:28','2021-01-05 22:15:28'),
(38723,17071,'action complete via WP Cron','2021-01-06 03:15:28','2021-01-05 22:15:28'),
(38724,17072,'action created','2021-01-06 03:15:28','2021-01-05 22:15:28'),
(38725,17072,'action started via WP Cron','2021-01-06 03:16:14','2021-01-05 22:16:14'),
(38726,17072,'action complete via WP Cron','2021-01-06 03:16:14','2021-01-05 22:16:14'),
(38727,17073,'action created','2021-01-06 03:16:14','2021-01-05 22:16:14'),
(38728,17073,'action started via WP Cron','2021-01-06 03:17:21','2021-01-05 22:17:21'),
(38729,17073,'action complete via WP Cron','2021-01-06 03:17:21','2021-01-05 22:17:21'),
(38730,17074,'action created','2021-01-06 03:17:22','2021-01-05 22:17:22'),
(38731,17074,'action started via WP Cron','2021-01-06 03:18:36','2021-01-05 22:18:36'),
(38732,17074,'action complete via WP Cron','2021-01-06 03:18:36','2021-01-05 22:18:36'),
(38733,17075,'action created','2021-01-06 03:18:36','2021-01-05 22:18:36'),
(38734,17075,'action started via WP Cron','2021-01-06 03:21:53','2021-01-05 22:21:53'),
(38735,17075,'action complete via WP Cron','2021-01-06 03:21:53','2021-01-05 22:21:53'),
(38736,17076,'action created','2021-01-06 03:21:53','2021-01-05 22:21:53'),
(38737,17076,'action started via WP Cron','2021-01-06 03:22:44','2021-01-05 22:22:44'),
(38738,17076,'action complete via WP Cron','2021-01-06 03:22:44','2021-01-05 22:22:44'),
(38739,17077,'action created','2021-01-06 03:22:44','2021-01-05 22:22:44'),
(38740,17077,'action started via WP Cron','2021-01-06 03:24:26','2021-01-05 22:24:26'),
(38741,17077,'action complete via WP Cron','2021-01-06 03:24:26','2021-01-05 22:24:26'),
(38742,17078,'action created','2021-01-06 03:24:26','2021-01-05 22:24:26'),
(38743,17078,'action started via WP Cron','2021-01-06 03:28:36','2021-01-05 22:28:36'),
(38744,17078,'action complete via WP Cron','2021-01-06 03:28:36','2021-01-05 22:28:36'),
(38745,17079,'action created','2021-01-06 03:28:36','2021-01-05 22:28:36'),
(38746,17079,'action started via WP Cron','2021-01-06 03:29:28','2021-01-05 22:29:28'),
(38747,17079,'action complete via WP Cron','2021-01-06 03:29:28','2021-01-05 22:29:28'),
(38748,17080,'action created','2021-01-06 03:29:28','2021-01-05 22:29:28'),
(38749,17080,'action started via WP Cron','2021-01-06 03:30:42','2021-01-05 22:30:42'),
(38750,17080,'action complete via WP Cron','2021-01-06 03:30:42','2021-01-05 22:30:42'),
(38751,17081,'action created','2021-01-06 03:30:42','2021-01-05 22:30:42'),
(38752,17081,'action started via WP Cron','2021-01-06 03:32:26','2021-01-05 22:32:26'),
(38753,17081,'action complete via WP Cron','2021-01-06 03:32:26','2021-01-05 22:32:26'),
(38754,17082,'action created','2021-01-06 03:32:26','2021-01-05 22:32:26'),
(38755,17082,'action started via WP Cron','2021-01-06 03:33:27','2021-01-05 22:33:27'),
(38756,17082,'action complete via WP Cron','2021-01-06 03:33:27','2021-01-05 22:33:27'),
(38757,17083,'action created','2021-01-06 03:33:30','2021-01-05 22:33:30'),
(38758,17083,'action started via WP Cron','2021-01-06 03:35:17','2021-01-05 22:35:17'),
(38759,17083,'action complete via WP Cron','2021-01-06 03:35:17','2021-01-05 22:35:17'),
(38760,17084,'action created','2021-01-06 03:35:17','2021-01-05 22:35:17'),
(38761,17084,'action started via WP Cron','2021-01-06 03:36:28','2021-01-05 22:36:28'),
(38762,17084,'action complete via WP Cron','2021-01-06 03:36:28','2021-01-05 22:36:28'),
(38763,17085,'action created','2021-01-06 03:36:28','2021-01-05 22:36:28'),
(38764,17085,'action started via WP Cron','2021-01-06 03:37:19','2021-01-05 22:37:19'),
(38765,17085,'action complete via WP Cron','2021-01-06 03:37:19','2021-01-05 22:37:19'),
(38766,17086,'action created','2021-01-06 03:37:19','2021-01-05 22:37:19'),
(38767,17086,'action started via WP Cron','2021-01-06 03:38:26','2021-01-05 22:38:26'),
(38768,17086,'action complete via WP Cron','2021-01-06 03:38:26','2021-01-05 22:38:26'),
(38769,17087,'action created','2021-01-06 03:38:26','2021-01-05 22:38:26'),
(38770,17087,'action started via WP Cron','2021-01-06 03:39:12','2021-01-05 22:39:12'),
(38771,17087,'action complete via WP Cron','2021-01-06 03:39:12','2021-01-05 22:39:12'),
(38772,17088,'action created','2021-01-06 03:39:12','2021-01-05 22:39:12'),
(38773,17088,'action started via WP Cron','2021-01-06 03:40:18','2021-01-05 22:40:18'),
(38774,17088,'action complete via WP Cron','2021-01-06 03:40:18','2021-01-05 22:40:18'),
(38775,17089,'action created','2021-01-06 03:40:18','2021-01-05 22:40:18'),
(38776,17089,'action started via WP Cron','2021-01-06 03:41:29','2021-01-05 22:41:29'),
(38777,17089,'action complete via WP Cron','2021-01-06 03:41:29','2021-01-05 22:41:29'),
(38778,17090,'action created','2021-01-06 03:41:29','2021-01-05 22:41:29'),
(38779,17090,'action started via WP Cron','2021-01-06 03:42:16','2021-01-05 22:42:16'),
(38780,17090,'action complete via WP Cron','2021-01-06 03:42:16','2021-01-05 22:42:16'),
(38781,17091,'action created','2021-01-06 03:42:16','2021-01-05 22:42:16'),
(38782,17091,'action started via WP Cron','2021-01-06 03:43:42','2021-01-05 22:43:42'),
(38783,17091,'action complete via WP Cron','2021-01-06 03:43:42','2021-01-05 22:43:42'),
(38784,17092,'action created','2021-01-06 03:43:42','2021-01-05 22:43:42'),
(38785,17092,'action started via WP Cron','2021-01-06 03:45:04','2021-01-05 22:45:04'),
(38786,17092,'action complete via WP Cron','2021-01-06 03:45:04','2021-01-05 22:45:04'),
(38787,17093,'action created','2021-01-06 03:45:04','2021-01-05 22:45:04'),
(38788,17093,'action started via WP Cron','2021-01-06 03:45:51','2021-01-05 22:45:51'),
(38789,17093,'action complete via WP Cron','2021-01-06 03:45:51','2021-01-05 22:45:51'),
(38790,17094,'action created','2021-01-06 03:45:52','2021-01-05 22:45:52'),
(38791,17094,'action started via WP Cron','2021-01-06 03:47:17','2021-01-05 22:47:17'),
(38792,17094,'action complete via WP Cron','2021-01-06 03:47:17','2021-01-05 22:47:17'),
(38793,17095,'action created','2021-01-06 03:47:17','2021-01-05 22:47:17'),
(38794,17095,'action started via WP Cron','2021-01-06 03:49:10','2021-01-05 22:49:10'),
(38795,17095,'action complete via WP Cron','2021-01-06 03:49:10','2021-01-05 22:49:10'),
(38796,17096,'action created','2021-01-06 03:49:10','2021-01-05 22:49:10'),
(38797,17096,'action started via WP Cron','2021-01-06 03:49:28','2021-01-05 22:49:28'),
(38798,17096,'action complete via WP Cron','2021-01-06 03:49:28','2021-01-05 22:49:28'),
(38799,17097,'action created','2021-01-06 03:49:28','2021-01-05 22:49:28'),
(38800,17097,'action started via WP Cron','2021-01-06 03:50:40','2021-01-05 22:50:40'),
(38801,17097,'action complete via WP Cron','2021-01-06 03:50:40','2021-01-05 22:50:40'),
(38802,17098,'action created','2021-01-06 03:50:40','2021-01-05 22:50:40'),
(38803,17098,'action started via WP Cron','2021-01-06 03:52:15','2021-01-05 22:52:15'),
(38804,17098,'action complete via WP Cron','2021-01-06 03:52:15','2021-01-05 22:52:15'),
(38805,17099,'action created','2021-01-06 03:52:15','2021-01-05 22:52:15'),
(38806,17099,'action started via WP Cron','2021-01-06 03:53:17','2021-01-05 22:53:17'),
(38807,17099,'action complete via WP Cron','2021-01-06 03:53:17','2021-01-05 22:53:17'),
(38808,17100,'action created','2021-01-06 03:53:17','2021-01-05 22:53:17'),
(38809,17100,'action started via WP Cron','2021-01-06 03:57:14','2021-01-05 22:57:14'),
(38810,17100,'action complete via WP Cron','2021-01-06 03:57:14','2021-01-05 22:57:14'),
(38811,17101,'action created','2021-01-06 03:57:14','2021-01-05 22:57:14'),
(38812,17101,'action started via WP Cron','2021-01-06 03:59:41','2021-01-05 22:59:41'),
(38813,17101,'action complete via WP Cron','2021-01-06 03:59:41','2021-01-05 22:59:41'),
(38814,17102,'action created','2021-01-06 03:59:41','2021-01-05 22:59:41'),
(38815,17102,'action started via WP Cron','2021-01-06 04:01:56','2021-01-05 23:01:56'),
(38816,17102,'action complete via WP Cron','2021-01-06 04:01:56','2021-01-05 23:01:56'),
(38817,17103,'action created','2021-01-06 04:01:56','2021-01-05 23:01:56'),
(38818,17103,'action started via WP Cron','2021-01-06 04:02:32','2021-01-05 23:02:32'),
(38819,17103,'action complete via WP Cron','2021-01-06 04:02:32','2021-01-05 23:02:32'),
(38820,17104,'action created','2021-01-06 04:02:32','2021-01-05 23:02:32'),
(38821,17104,'action started via WP Cron','2021-01-06 04:03:58','2021-01-05 23:03:58'),
(38822,17104,'action complete via WP Cron','2021-01-06 04:03:58','2021-01-05 23:03:58'),
(38823,17105,'action created','2021-01-06 04:03:58','2021-01-05 23:03:58'),
(38824,17105,'action started via WP Cron','2021-01-06 04:04:29','2021-01-05 23:04:29'),
(38825,17105,'action complete via WP Cron','2021-01-06 04:04:29','2021-01-05 23:04:29'),
(38826,17106,'action created','2021-01-06 04:04:30','2021-01-05 23:04:30'),
(38827,17106,'action started via WP Cron','2021-01-06 04:09:50','2021-01-05 23:09:50'),
(38828,17106,'action complete via WP Cron','2021-01-06 04:09:50','2021-01-05 23:09:50'),
(38829,17107,'action created','2021-01-06 04:09:50','2021-01-05 23:09:50'),
(38830,17107,'action started via WP Cron','2021-01-06 04:10:23','2021-01-05 23:10:23'),
(38831,17107,'action complete via WP Cron','2021-01-06 04:10:23','2021-01-05 23:10:23'),
(38832,17108,'action created','2021-01-06 04:10:23','2021-01-05 23:10:23'),
(38833,17108,'action started via WP Cron','2021-01-06 04:12:33','2021-01-05 23:12:33'),
(38834,17108,'action complete via WP Cron','2021-01-06 04:12:33','2021-01-05 23:12:33'),
(38835,17109,'action created','2021-01-06 04:12:33','2021-01-05 23:12:33'),
(38836,17109,'action started via WP Cron','2021-01-06 04:15:38','2021-01-05 23:15:38'),
(38837,17109,'action complete via WP Cron','2021-01-06 04:15:38','2021-01-05 23:15:38'),
(38838,17110,'action created','2021-01-06 04:15:38','2021-01-05 23:15:38'),
(38839,17110,'action started via WP Cron','2021-01-06 04:16:18','2021-01-05 23:16:18'),
(38840,17110,'action complete via WP Cron','2021-01-06 04:16:18','2021-01-05 23:16:18'),
(38841,17111,'action created','2021-01-06 04:16:18','2021-01-05 23:16:18'),
(38842,17111,'action started via WP Cron','2021-01-06 04:17:40','2021-01-05 23:17:40'),
(38843,17111,'action complete via WP Cron','2021-01-06 04:17:40','2021-01-05 23:17:40'),
(38844,17112,'action created','2021-01-06 04:17:40','2021-01-05 23:17:40'),
(38845,17112,'action started via WP Cron','2021-01-06 04:18:53','2021-01-05 23:18:53'),
(38846,17112,'action complete via WP Cron','2021-01-06 04:18:53','2021-01-05 23:18:53'),
(38847,17113,'action created','2021-01-06 04:18:53','2021-01-05 23:18:53'),
(38848,17113,'action started via WP Cron','2021-01-06 04:19:38','2021-01-05 23:19:38'),
(38849,17113,'action complete via WP Cron','2021-01-06 04:19:38','2021-01-05 23:19:38'),
(38850,17114,'action created','2021-01-06 04:19:38','2021-01-05 23:19:38'),
(38851,17114,'action started via WP Cron','2021-01-06 04:20:53','2021-01-05 23:20:53'),
(38852,17114,'action complete via WP Cron','2021-01-06 04:20:53','2021-01-05 23:20:53'),
(38853,17115,'action created','2021-01-06 04:20:53','2021-01-05 23:20:53'),
(38854,17115,'action started via WP Cron','2021-01-06 04:26:26','2021-01-05 23:26:26'),
(38855,17115,'action complete via WP Cron','2021-01-06 04:26:26','2021-01-05 23:26:26'),
(38856,17116,'action created','2021-01-06 04:26:26','2021-01-05 23:26:26'),
(38857,17116,'action started via WP Cron','2021-01-06 04:27:57','2021-01-05 23:27:57'),
(38858,17116,'action complete via WP Cron','2021-01-06 04:27:57','2021-01-05 23:27:57'),
(38859,17117,'action created','2021-01-06 04:27:57','2021-01-05 23:27:57'),
(38860,17117,'action started via WP Cron','2021-01-06 04:28:20','2021-01-05 23:28:20'),
(38861,17117,'action complete via WP Cron','2021-01-06 04:28:20','2021-01-05 23:28:20'),
(38862,17118,'action created','2021-01-06 04:28:20','2021-01-05 23:28:20'),
(38863,17118,'action started via WP Cron','2021-01-06 04:32:04','2021-01-05 23:32:04'),
(38864,17118,'action complete via WP Cron','2021-01-06 04:32:04','2021-01-05 23:32:04'),
(38865,17119,'action created','2021-01-06 04:32:04','2021-01-05 23:32:04'),
(38866,17119,'action started via WP Cron','2021-01-06 04:32:19','2021-01-05 23:32:19'),
(38867,17119,'action complete via WP Cron','2021-01-06 04:32:19','2021-01-05 23:32:19'),
(38868,17120,'action created','2021-01-06 04:32:19','2021-01-05 23:32:19'),
(38869,17120,'action started via WP Cron','2021-01-06 04:34:19','2021-01-05 23:34:19'),
(38870,17120,'action complete via WP Cron','2021-01-06 04:34:19','2021-01-05 23:34:19'),
(38871,17121,'action created','2021-01-06 04:34:19','2021-01-05 23:34:19'),
(38872,17121,'action started via WP Cron','2021-01-06 04:39:30','2021-01-05 23:39:30'),
(38873,17121,'action complete via WP Cron','2021-01-06 04:39:30','2021-01-05 23:39:30'),
(38874,17122,'action created','2021-01-06 04:39:30','2021-01-05 23:39:30'),
(38875,17122,'action started via WP Cron','2021-01-06 04:40:34','2021-01-05 23:40:34'),
(38876,17122,'action complete via WP Cron','2021-01-06 04:40:34','2021-01-05 23:40:34'),
(38877,17123,'action created','2021-01-06 04:40:34','2021-01-05 23:40:34'),
(38878,17123,'action started via WP Cron','2021-01-06 04:42:47','2021-01-05 23:42:47'),
(38879,17123,'action complete via WP Cron','2021-01-06 04:42:47','2021-01-05 23:42:47'),
(38880,17124,'action created','2021-01-06 04:42:47','2021-01-05 23:42:47'),
(38881,17124,'action started via WP Cron','2021-01-06 04:45:16','2021-01-05 23:45:16'),
(38882,17124,'action complete via WP Cron','2021-01-06 04:45:16','2021-01-05 23:45:16'),
(38883,17125,'action created','2021-01-06 04:45:16','2021-01-05 23:45:16'),
(38884,17125,'action started via WP Cron','2021-01-06 04:47:19','2021-01-05 23:47:19'),
(38885,17125,'action complete via WP Cron','2021-01-06 04:47:19','2021-01-05 23:47:19'),
(38886,17126,'action created','2021-01-06 04:47:19','2021-01-05 23:47:19'),
(38887,17126,'action started via WP Cron','2021-01-06 04:48:35','2021-01-05 23:48:35'),
(38888,17126,'action complete via WP Cron','2021-01-06 04:48:35','2021-01-05 23:48:35'),
(38889,17127,'action created','2021-01-06 04:48:35','2021-01-05 23:48:35'),
(38890,17127,'action started via WP Cron','2021-01-06 04:50:34','2021-01-05 23:50:34'),
(38891,17127,'action complete via WP Cron','2021-01-06 04:50:34','2021-01-05 23:50:34'),
(38892,17128,'action created','2021-01-06 04:50:34','2021-01-05 23:50:34'),
(38893,17128,'action started via WP Cron','2021-01-06 04:51:22','2021-01-05 23:51:22'),
(38894,17128,'action complete via WP Cron','2021-01-06 04:51:22','2021-01-05 23:51:22'),
(38895,17129,'action created','2021-01-06 04:51:22','2021-01-05 23:51:22'),
(38896,17129,'action started via WP Cron','2021-01-06 04:52:33','2021-01-05 23:52:33'),
(38897,17129,'action complete via WP Cron','2021-01-06 04:52:33','2021-01-05 23:52:33'),
(38898,17130,'action created','2021-01-06 04:52:33','2021-01-05 23:52:33'),
(38899,17130,'action started via WP Cron','2021-01-06 04:58:13','2021-01-05 23:58:13'),
(38900,17130,'action complete via WP Cron','2021-01-06 04:58:13','2021-01-05 23:58:13'),
(38901,17131,'action created','2021-01-06 04:58:13','2021-01-05 23:58:13'),
(38902,17131,'action started via WP Cron','2021-01-06 05:01:41','2021-01-06 00:01:41'),
(38903,17131,'action complete via WP Cron','2021-01-06 05:01:41','2021-01-06 00:01:41'),
(38904,17132,'action created','2021-01-06 05:01:41','2021-01-06 00:01:41'),
(38905,17132,'action started via WP Cron','2021-01-06 05:03:30','2021-01-06 00:03:30'),
(38906,17132,'action complete via WP Cron','2021-01-06 05:03:30','2021-01-06 00:03:30'),
(38907,17133,'action created','2021-01-06 05:03:30','2021-01-06 00:03:30'),
(38908,17133,'action started via WP Cron','2021-01-06 05:05:41','2021-01-06 00:05:41'),
(38909,17133,'action complete via WP Cron','2021-01-06 05:05:41','2021-01-06 00:05:41'),
(38910,17134,'action created','2021-01-06 05:05:41','2021-01-06 00:05:41'),
(38911,17134,'action started via WP Cron','2021-01-06 05:06:20','2021-01-06 00:06:20'),
(38912,17134,'action complete via WP Cron','2021-01-06 05:06:20','2021-01-06 00:06:20'),
(38913,17135,'action created','2021-01-06 05:06:20','2021-01-06 00:06:20'),
(38914,17135,'action started via WP Cron','2021-01-06 05:11:41','2021-01-06 00:11:41'),
(38915,17135,'action complete via WP Cron','2021-01-06 05:11:41','2021-01-06 00:11:41'),
(38916,17136,'action created','2021-01-06 05:11:41','2021-01-06 00:11:41'),
(38917,17136,'action started via WP Cron','2021-01-06 05:13:40','2021-01-06 00:13:40'),
(38918,17136,'action complete via WP Cron','2021-01-06 05:13:40','2021-01-06 00:13:40'),
(38919,17137,'action created','2021-01-06 05:13:41','2021-01-06 00:13:41'),
(38920,17137,'action started via WP Cron','2021-01-06 05:14:39','2021-01-06 00:14:39'),
(38921,17137,'action complete via WP Cron','2021-01-06 05:14:39','2021-01-06 00:14:39'),
(38922,17138,'action created','2021-01-06 05:14:39','2021-01-06 00:14:39'),
(38923,17138,'action started via WP Cron','2021-01-06 05:15:14','2021-01-06 00:15:14'),
(38924,17138,'action complete via WP Cron','2021-01-06 05:15:14','2021-01-06 00:15:14'),
(38925,17139,'action created','2021-01-06 05:15:14','2021-01-06 00:15:14'),
(38926,17139,'action started via WP Cron','2021-01-06 05:17:03','2021-01-06 00:17:03'),
(38927,17139,'action complete via WP Cron','2021-01-06 05:17:03','2021-01-06 00:17:03'),
(38928,17140,'action created','2021-01-06 05:17:03','2021-01-06 00:17:03'),
(38929,17140,'action started via WP Cron','2021-01-06 05:17:14','2021-01-06 00:17:14'),
(38930,17140,'action complete via WP Cron','2021-01-06 05:17:14','2021-01-06 00:17:14'),
(38931,17141,'action created','2021-01-06 05:17:14','2021-01-06 00:17:14'),
(38932,17141,'action started via WP Cron','2021-01-06 05:18:35','2021-01-06 00:18:35'),
(38933,17141,'action complete via WP Cron','2021-01-06 05:18:35','2021-01-06 00:18:35'),
(38934,17142,'action created','2021-01-06 05:18:35','2021-01-06 00:18:35'),
(38935,17142,'action started via WP Cron','2021-01-06 05:19:34','2021-01-06 00:19:34'),
(38936,17142,'action complete via WP Cron','2021-01-06 05:19:34','2021-01-06 00:19:34'),
(38937,17143,'action created','2021-01-06 05:19:34','2021-01-06 00:19:34'),
(38938,17143,'action started via WP Cron','2021-01-06 05:20:34','2021-01-06 00:20:34'),
(38939,17143,'action complete via WP Cron','2021-01-06 05:20:34','2021-01-06 00:20:34'),
(38940,17144,'action created','2021-01-06 05:20:34','2021-01-06 00:20:34'),
(38941,17144,'action started via WP Cron','2021-01-06 05:21:40','2021-01-06 00:21:40'),
(38942,17144,'action complete via WP Cron','2021-01-06 05:21:40','2021-01-06 00:21:40'),
(38943,17145,'action created','2021-01-06 05:21:40','2021-01-06 00:21:40'),
(38944,17145,'action started via WP Cron','2021-01-06 05:23:53','2021-01-06 00:23:53'),
(38945,17145,'action complete via WP Cron','2021-01-06 05:23:53','2021-01-06 00:23:53'),
(38946,17146,'action created','2021-01-06 05:23:53','2021-01-06 00:23:53'),
(38947,17146,'action started via WP Cron','2021-01-06 05:26:29','2021-01-06 00:26:29'),
(38948,17146,'action complete via WP Cron','2021-01-06 05:26:29','2021-01-06 00:26:29'),
(38949,17147,'action created','2021-01-06 05:26:29','2021-01-06 00:26:29'),
(38950,17147,'action started via WP Cron','2021-01-06 05:34:08','2021-01-06 00:34:08'),
(38951,17147,'action complete via WP Cron','2021-01-06 05:34:08','2021-01-06 00:34:08'),
(38952,17148,'action created','2021-01-06 05:34:08','2021-01-06 00:34:08'),
(38953,17148,'action started via WP Cron','2021-01-06 05:34:56','2021-01-06 00:34:56'),
(38954,17148,'action complete via WP Cron','2021-01-06 05:34:56','2021-01-06 00:34:56'),
(38955,17149,'action created','2021-01-06 05:34:56','2021-01-06 00:34:56'),
(38956,17149,'action started via WP Cron','2021-01-06 05:35:29','2021-01-06 00:35:29'),
(38957,17149,'action complete via WP Cron','2021-01-06 05:35:29','2021-01-06 00:35:29'),
(38958,17150,'action created','2021-01-06 05:35:29','2021-01-06 00:35:29'),
(38959,17150,'action started via WP Cron','2021-01-06 05:38:29','2021-01-06 00:38:29'),
(38960,17150,'action complete via WP Cron','2021-01-06 05:38:29','2021-01-06 00:38:29'),
(38961,17151,'action created','2021-01-06 05:38:29','2021-01-06 00:38:29'),
(38962,17151,'action started via WP Cron','2021-01-06 05:41:51','2021-01-06 00:41:51'),
(38963,17151,'action complete via WP Cron','2021-01-06 05:41:51','2021-01-06 00:41:51'),
(38964,17152,'action created','2021-01-06 05:41:51','2021-01-06 00:41:51'),
(38965,17152,'action started via WP Cron','2021-01-06 05:42:38','2021-01-06 00:42:38'),
(38966,17152,'action complete via WP Cron','2021-01-06 05:42:38','2021-01-06 00:42:38'),
(38967,17153,'action created','2021-01-06 05:42:38','2021-01-06 00:42:38'),
(38968,17153,'action started via WP Cron','2021-01-06 05:44:02','2021-01-06 00:44:02'),
(38969,17153,'action complete via WP Cron','2021-01-06 05:44:02','2021-01-06 00:44:02'),
(38970,17154,'action created','2021-01-06 05:44:02','2021-01-06 00:44:02'),
(38971,17154,'action started via WP Cron','2021-01-06 05:44:18','2021-01-06 00:44:18'),
(38972,17154,'action complete via WP Cron','2021-01-06 05:44:18','2021-01-06 00:44:18'),
(38973,17155,'action created','2021-01-06 05:44:18','2021-01-06 00:44:18'),
(38974,17155,'action started via WP Cron','2021-01-06 05:47:07','2021-01-06 00:47:07'),
(38975,17155,'action complete via WP Cron','2021-01-06 05:47:07','2021-01-06 00:47:07'),
(38976,17156,'action created','2021-01-06 05:47:07','2021-01-06 00:47:07'),
(38977,17156,'action started via WP Cron','2021-01-06 05:49:05','2021-01-06 00:49:05'),
(38978,17156,'action complete via WP Cron','2021-01-06 05:49:05','2021-01-06 00:49:05'),
(38979,17157,'action created','2021-01-06 05:49:05','2021-01-06 00:49:05'),
(38980,17157,'action started via WP Cron','2021-01-06 05:51:16','2021-01-06 00:51:16'),
(38981,17157,'action complete via WP Cron','2021-01-06 05:51:16','2021-01-06 00:51:16'),
(38982,17158,'action created','2021-01-06 05:51:16','2021-01-06 00:51:16'),
(38983,17158,'action started via WP Cron','2021-01-06 05:52:27','2021-01-06 00:52:27'),
(38984,17158,'action complete via WP Cron','2021-01-06 05:52:27','2021-01-06 00:52:27'),
(38985,17159,'action created','2021-01-06 05:52:27','2021-01-06 00:52:27'),
(38986,17159,'action started via WP Cron','2021-01-06 05:53:13','2021-01-06 00:53:13'),
(38987,17159,'action complete via WP Cron','2021-01-06 05:53:13','2021-01-06 00:53:13'),
(38988,17160,'action created','2021-01-06 05:53:13','2021-01-06 00:53:13'),
(38989,17160,'action started via WP Cron','2021-01-06 05:54:34','2021-01-06 00:54:34'),
(38990,17160,'action complete via WP Cron','2021-01-06 05:54:34','2021-01-06 00:54:34'),
(38991,17161,'action created','2021-01-06 05:54:34','2021-01-06 00:54:34'),
(38992,17161,'action started via WP Cron','2021-01-06 05:55:35','2021-01-06 00:55:35'),
(38993,17161,'action complete via WP Cron','2021-01-06 05:55:35','2021-01-06 00:55:35'),
(38994,17162,'action created','2021-01-06 05:55:35','2021-01-06 00:55:35'),
(38995,17162,'action started via WP Cron','2021-01-06 05:56:16','2021-01-06 00:56:16'),
(38996,17162,'action complete via WP Cron','2021-01-06 05:56:16','2021-01-06 00:56:16'),
(38997,17163,'action created','2021-01-06 05:56:16','2021-01-06 00:56:16'),
(38998,17163,'action started via WP Cron','2021-01-06 05:57:15','2021-01-06 00:57:15'),
(38999,17163,'action complete via WP Cron','2021-01-06 05:57:15','2021-01-06 00:57:15'),
(39000,17164,'action created','2021-01-06 05:57:15','2021-01-06 00:57:15'),
(39001,17164,'action started via WP Cron','2021-01-06 05:58:25','2021-01-06 00:58:25'),
(39002,17164,'action complete via WP Cron','2021-01-06 05:58:25','2021-01-06 00:58:25'),
(39003,17165,'action created','2021-01-06 05:58:25','2021-01-06 00:58:25'),
(39004,17165,'action started via WP Cron','2021-01-06 05:59:16','2021-01-06 00:59:16'),
(39005,17165,'action complete via WP Cron','2021-01-06 05:59:16','2021-01-06 00:59:16'),
(39006,17166,'action created','2021-01-06 05:59:16','2021-01-06 00:59:16'),
(39007,17166,'action started via WP Cron','2021-01-06 06:00:25','2021-01-06 01:00:25'),
(39008,17166,'action complete via WP Cron','2021-01-06 06:00:25','2021-01-06 01:00:25'),
(39009,17167,'action created','2021-01-06 06:00:26','2021-01-06 01:00:26'),
(39010,17167,'action started via WP Cron','2021-01-06 06:02:26','2021-01-06 01:02:26'),
(39011,17167,'action complete via WP Cron','2021-01-06 06:02:26','2021-01-06 01:02:26'),
(39012,17168,'action created','2021-01-06 06:02:26','2021-01-06 01:02:26'),
(39013,17168,'action started via WP Cron','2021-01-06 06:03:37','2021-01-06 01:03:37'),
(39014,17168,'action complete via WP Cron','2021-01-06 06:03:37','2021-01-06 01:03:37'),
(39015,17169,'action created','2021-01-06 06:03:37','2021-01-06 01:03:37'),
(39016,17169,'action started via WP Cron','2021-01-06 06:04:39','2021-01-06 01:04:39'),
(39017,17169,'action complete via WP Cron','2021-01-06 06:04:39','2021-01-06 01:04:39'),
(39018,17170,'action created','2021-01-06 06:04:39','2021-01-06 01:04:39'),
(39019,17170,'action started via WP Cron','2021-01-06 06:07:57','2021-01-06 01:07:57'),
(39020,17170,'action complete via WP Cron','2021-01-06 06:07:57','2021-01-06 01:07:57'),
(39021,17171,'action created','2021-01-06 06:07:58','2021-01-06 01:07:58'),
(39022,17171,'action started via WP Cron','2021-01-06 06:09:09','2021-01-06 01:09:09'),
(39023,17171,'action complete via WP Cron','2021-01-06 06:09:09','2021-01-06 01:09:09'),
(39024,17172,'action created','2021-01-06 06:09:09','2021-01-06 01:09:09'),
(39025,17172,'action started via WP Cron','2021-01-06 06:10:41','2021-01-06 01:10:41'),
(39026,17172,'action complete via WP Cron','2021-01-06 06:10:41','2021-01-06 01:10:41'),
(39027,17173,'action created','2021-01-06 06:10:41','2021-01-06 01:10:41'),
(39028,17173,'action started via WP Cron','2021-01-06 06:13:13','2021-01-06 01:13:13'),
(39029,17173,'action complete via WP Cron','2021-01-06 06:13:13','2021-01-06 01:13:13'),
(39030,17174,'action created','2021-01-06 06:13:13','2021-01-06 01:13:13'),
(39031,17174,'action started via WP Cron','2021-01-06 06:15:39','2021-01-06 01:15:39'),
(39032,17174,'action complete via WP Cron','2021-01-06 06:15:39','2021-01-06 01:15:39'),
(39033,17175,'action created','2021-01-06 06:15:39','2021-01-06 01:15:39'),
(39034,17175,'action started via WP Cron','2021-01-06 06:20:04','2021-01-06 01:20:04'),
(39035,17175,'action complete via WP Cron','2021-01-06 06:20:04','2021-01-06 01:20:04'),
(39036,17176,'action created','2021-01-06 06:20:04','2021-01-06 01:20:04'),
(39037,17176,'action started via WP Cron','2021-01-06 06:20:40','2021-01-06 01:20:40'),
(39038,17176,'action complete via WP Cron','2021-01-06 06:20:40','2021-01-06 01:20:40'),
(39039,17177,'action created','2021-01-06 06:20:40','2021-01-06 01:20:40'),
(39040,17177,'action started via WP Cron','2021-01-06 06:21:27','2021-01-06 01:21:27'),
(39041,17177,'action complete via WP Cron','2021-01-06 06:21:27','2021-01-06 01:21:27'),
(39042,17178,'action created','2021-01-06 06:21:27','2021-01-06 01:21:27'),
(39043,17178,'action started via WP Cron','2021-01-06 06:23:51','2021-01-06 01:23:51'),
(39044,17178,'action complete via WP Cron','2021-01-06 06:23:51','2021-01-06 01:23:51'),
(39045,17179,'action created','2021-01-06 06:23:51','2021-01-06 01:23:51'),
(39046,17179,'action started via WP Cron','2021-01-06 06:24:47','2021-01-06 01:24:47'),
(39047,17179,'action complete via WP Cron','2021-01-06 06:24:47','2021-01-06 01:24:47'),
(39048,17180,'action created','2021-01-06 06:24:47','2021-01-06 01:24:47'),
(39049,17180,'action started via WP Cron','2021-01-06 06:25:13','2021-01-06 01:25:13'),
(39050,17180,'action complete via WP Cron','2021-01-06 06:25:13','2021-01-06 01:25:13'),
(39051,17181,'action created','2021-01-06 06:25:13','2021-01-06 01:25:13'),
(39052,17181,'action started via WP Cron','2021-01-06 06:28:13','2021-01-06 01:28:13'),
(39053,17181,'action complete via WP Cron','2021-01-06 06:28:13','2021-01-06 01:28:13'),
(39054,17182,'action created','2021-01-06 06:28:13','2021-01-06 01:28:13'),
(39055,17182,'action started via WP Cron','2021-01-06 06:33:13','2021-01-06 01:33:13'),
(39056,17182,'action complete via WP Cron','2021-01-06 06:33:13','2021-01-06 01:33:13'),
(39057,17183,'action created','2021-01-06 06:33:13','2021-01-06 01:33:13'),
(39058,17183,'action started via WP Cron','2021-01-06 06:37:13','2021-01-06 01:37:13'),
(39059,17183,'action complete via WP Cron','2021-01-06 06:37:13','2021-01-06 01:37:13'),
(39060,17184,'action created','2021-01-06 06:37:13','2021-01-06 01:37:13'),
(39061,17184,'action started via WP Cron','2021-01-06 06:39:20','2021-01-06 01:39:20'),
(39062,17184,'action complete via WP Cron','2021-01-06 06:39:20','2021-01-06 01:39:20'),
(39063,17185,'action created','2021-01-06 06:39:20','2021-01-06 01:39:20'),
(39064,17185,'action started via WP Cron','2021-01-06 06:41:52','2021-01-06 01:41:52'),
(39065,17185,'action complete via WP Cron','2021-01-06 06:41:52','2021-01-06 01:41:52'),
(39066,17186,'action created','2021-01-06 06:41:52','2021-01-06 01:41:52'),
(39067,17186,'action started via WP Cron','2021-01-06 06:43:26','2021-01-06 01:43:26'),
(39068,17186,'action complete via WP Cron','2021-01-06 06:43:26','2021-01-06 01:43:26'),
(39069,17187,'action created','2021-01-06 06:43:26','2021-01-06 01:43:26'),
(39070,17187,'action started via WP Cron','2021-01-06 06:45:22','2021-01-06 01:45:22'),
(39071,17187,'action complete via WP Cron','2021-01-06 06:45:22','2021-01-06 01:45:22'),
(39072,17188,'action created','2021-01-06 06:45:22','2021-01-06 01:45:22'),
(39073,17188,'action started via WP Cron','2021-01-06 06:46:18','2021-01-06 01:46:18'),
(39074,17188,'action complete via WP Cron','2021-01-06 06:46:18','2021-01-06 01:46:18'),
(39075,17189,'action created','2021-01-06 06:46:18','2021-01-06 01:46:18'),
(39076,17189,'action started via WP Cron','2021-01-06 06:49:23','2021-01-06 01:49:23'),
(39077,17189,'action complete via WP Cron','2021-01-06 06:49:23','2021-01-06 01:49:23'),
(39078,17190,'action created','2021-01-06 06:49:23','2021-01-06 01:49:23'),
(39079,17190,'action started via WP Cron','2021-01-06 06:50:52','2021-01-06 01:50:52'),
(39080,17190,'action complete via WP Cron','2021-01-06 06:50:52','2021-01-06 01:50:52'),
(39081,17191,'action created','2021-01-06 06:50:52','2021-01-06 01:50:52'),
(39082,17191,'action started via WP Cron','2021-01-06 06:51:13','2021-01-06 01:51:13'),
(39083,17191,'action complete via WP Cron','2021-01-06 06:51:13','2021-01-06 01:51:13'),
(39084,17192,'action created','2021-01-06 06:51:13','2021-01-06 01:51:13'),
(39085,17192,'action started via WP Cron','2021-01-06 06:54:04','2021-01-06 01:54:04'),
(39086,17192,'action complete via WP Cron','2021-01-06 06:54:04','2021-01-06 01:54:04'),
(39087,17193,'action created','2021-01-06 06:54:04','2021-01-06 01:54:04'),
(39088,17193,'action started via WP Cron','2021-01-06 06:54:23','2021-01-06 01:54:23'),
(39089,17193,'action complete via WP Cron','2021-01-06 06:54:23','2021-01-06 01:54:23'),
(39090,17194,'action created','2021-01-06 06:54:23','2021-01-06 01:54:23'),
(39091,17194,'action started via WP Cron','2021-01-06 06:55:48','2021-01-06 01:55:48'),
(39092,17194,'action complete via WP Cron','2021-01-06 06:55:48','2021-01-06 01:55:48'),
(39093,17195,'action created','2021-01-06 06:55:48','2021-01-06 01:55:48'),
(39094,17195,'action started via WP Cron','2021-01-06 06:56:35','2021-01-06 01:56:35'),
(39095,17195,'action complete via WP Cron','2021-01-06 06:56:35','2021-01-06 01:56:35'),
(39096,17196,'action created','2021-01-06 06:56:35','2021-01-06 01:56:35'),
(39097,17196,'action started via WP Cron','2021-01-06 06:58:19','2021-01-06 01:58:19'),
(39098,17196,'action complete via WP Cron','2021-01-06 06:58:19','2021-01-06 01:58:19'),
(39099,17197,'action created','2021-01-06 06:58:19','2021-01-06 01:58:19'),
(39100,17197,'action started via WP Cron','2021-01-06 07:03:20','2021-01-06 02:03:20'),
(39101,17197,'action complete via WP Cron','2021-01-06 07:03:20','2021-01-06 02:03:20'),
(39102,17198,'action created','2021-01-06 07:03:21','2021-01-06 02:03:21'),
(39103,17198,'action started via WP Cron','2021-01-06 07:04:15','2021-01-06 02:04:15'),
(39104,17198,'action complete via WP Cron','2021-01-06 07:04:15','2021-01-06 02:04:15'),
(39105,17199,'action created','2021-01-06 07:04:15','2021-01-06 02:04:15'),
(39106,17199,'action started via WP Cron','2021-01-06 07:05:42','2021-01-06 02:05:42'),
(39107,17199,'action complete via WP Cron','2021-01-06 07:05:42','2021-01-06 02:05:42'),
(39108,17200,'action created','2021-01-06 07:05:42','2021-01-06 02:05:42'),
(39109,17200,'action started via WP Cron','2021-01-06 07:06:32','2021-01-06 02:06:32'),
(39110,17200,'action complete via WP Cron','2021-01-06 07:06:32','2021-01-06 02:06:32'),
(39111,17201,'action created','2021-01-06 07:06:32','2021-01-06 02:06:32'),
(39112,17201,'action started via WP Cron','2021-01-06 07:07:13','2021-01-06 02:07:13'),
(39113,17201,'action complete via WP Cron','2021-01-06 07:07:13','2021-01-06 02:07:13'),
(39114,17202,'action created','2021-01-06 07:07:13','2021-01-06 02:07:13'),
(39115,17202,'action started via WP Cron','2021-01-06 07:08:25','2021-01-06 02:08:25'),
(39116,17202,'action complete via WP Cron','2021-01-06 07:08:25','2021-01-06 02:08:25'),
(39117,17203,'action created','2021-01-06 07:08:25','2021-01-06 02:08:25'),
(39118,17203,'action started via WP Cron','2021-01-06 07:09:56','2021-01-06 02:09:56'),
(39119,17203,'action complete via WP Cron','2021-01-06 07:09:56','2021-01-06 02:09:56'),
(39120,17204,'action created','2021-01-06 07:09:56','2021-01-06 02:09:56'),
(39121,17204,'action started via WP Cron','2021-01-06 07:11:01','2021-01-06 02:11:01'),
(39122,17204,'action complete via WP Cron','2021-01-06 07:11:02','2021-01-06 02:11:02'),
(39123,17205,'action created','2021-01-06 07:11:02','2021-01-06 02:11:02'),
(39124,17205,'action started via WP Cron','2021-01-06 07:12:03','2021-01-06 02:12:03'),
(39125,17205,'action complete via WP Cron','2021-01-06 07:12:03','2021-01-06 02:12:03'),
(39126,17206,'action created','2021-01-06 07:12:03','2021-01-06 02:12:03'),
(39127,17206,'action started via WP Cron','2021-01-06 07:12:18','2021-01-06 02:12:18'),
(39128,17206,'action complete via WP Cron','2021-01-06 07:12:18','2021-01-06 02:12:18'),
(39129,17207,'action created','2021-01-06 07:12:18','2021-01-06 02:12:18'),
(39130,17207,'action started via WP Cron','2021-01-06 07:14:17','2021-01-06 02:14:17'),
(39131,17207,'action complete via WP Cron','2021-01-06 07:14:17','2021-01-06 02:14:17'),
(39132,17208,'action created','2021-01-06 07:14:17','2021-01-06 02:14:17'),
(39133,17208,'action started via WP Cron','2021-01-06 07:15:23','2021-01-06 02:15:23'),
(39134,17208,'action complete via WP Cron','2021-01-06 07:15:23','2021-01-06 02:15:23'),
(39135,17209,'action created','2021-01-06 07:15:23','2021-01-06 02:15:23'),
(39136,17209,'action started via WP Cron','2021-01-06 07:17:50','2021-01-06 02:17:50'),
(39137,17209,'action complete via WP Cron','2021-01-06 07:17:50','2021-01-06 02:17:50'),
(39138,17210,'action created','2021-01-06 07:17:50','2021-01-06 02:17:50'),
(39139,17210,'action started via WP Cron','2021-01-06 07:19:09','2021-01-06 02:19:09'),
(39140,17210,'action complete via WP Cron','2021-01-06 07:19:09','2021-01-06 02:19:09'),
(39141,17211,'action created','2021-01-06 07:19:09','2021-01-06 02:19:09'),
(39142,17211,'action started via WP Cron','2021-01-06 07:21:19','2021-01-06 02:21:19'),
(39143,17211,'action complete via WP Cron','2021-01-06 07:21:19','2021-01-06 02:21:19'),
(39144,17212,'action created','2021-01-06 07:21:19','2021-01-06 02:21:19'),
(39145,17212,'action started via WP Cron','2021-01-06 07:22:16','2021-01-06 02:22:16'),
(39146,17212,'action complete via WP Cron','2021-01-06 07:22:16','2021-01-06 02:22:16'),
(39147,17213,'action created','2021-01-06 07:22:16','2021-01-06 02:22:16'),
(39148,17213,'action started via WP Cron','2021-01-06 07:23:24','2021-01-06 02:23:24'),
(39149,17213,'action complete via WP Cron','2021-01-06 07:23:24','2021-01-06 02:23:24'),
(39150,17214,'action created','2021-01-06 07:23:24','2021-01-06 02:23:24'),
(39151,17214,'action started via WP Cron','2021-01-06 07:24:30','2021-01-06 02:24:30'),
(39152,17214,'action complete via WP Cron','2021-01-06 07:24:30','2021-01-06 02:24:30'),
(39153,17215,'action created','2021-01-06 07:24:30','2021-01-06 02:24:30'),
(39154,17215,'action started via WP Cron','2021-01-06 07:26:15','2021-01-06 02:26:15'),
(39155,17215,'action complete via WP Cron','2021-01-06 07:26:15','2021-01-06 02:26:15'),
(39156,17216,'action created','2021-01-06 07:26:15','2021-01-06 02:26:15'),
(39157,17216,'action started via WP Cron','2021-01-06 07:27:58','2021-01-06 02:27:58'),
(39158,17216,'action complete via WP Cron','2021-01-06 07:27:58','2021-01-06 02:27:58'),
(39159,17217,'action created','2021-01-06 07:27:58','2021-01-06 02:27:58'),
(39160,17217,'action started via WP Cron','2021-01-06 07:28:20','2021-01-06 02:28:20'),
(39161,17217,'action complete via WP Cron','2021-01-06 07:28:20','2021-01-06 02:28:20'),
(39162,17218,'action created','2021-01-06 07:28:20','2021-01-06 02:28:20'),
(39163,17218,'action started via WP Cron','2021-01-06 07:29:52','2021-01-06 02:29:52'),
(39164,17218,'action complete via WP Cron','2021-01-06 07:29:52','2021-01-06 02:29:52'),
(39165,17219,'action created','2021-01-06 07:29:52','2021-01-06 02:29:52'),
(39166,17219,'action started via WP Cron','2021-01-06 07:34:41','2021-01-06 02:34:41'),
(39167,17219,'action complete via WP Cron','2021-01-06 07:34:41','2021-01-06 02:34:41'),
(39168,17220,'action created','2021-01-06 07:34:41','2021-01-06 02:34:41'),
(39169,17220,'action started via WP Cron','2021-01-06 07:36:25','2021-01-06 02:36:25'),
(39170,17220,'action complete via WP Cron','2021-01-06 07:36:25','2021-01-06 02:36:25'),
(39171,17221,'action created','2021-01-06 07:36:25','2021-01-06 02:36:25'),
(39172,17221,'action started via WP Cron','2021-01-06 07:39:34','2021-01-06 02:39:34'),
(39173,17221,'action complete via WP Cron','2021-01-06 07:39:34','2021-01-06 02:39:34'),
(39174,17222,'action created','2021-01-06 07:39:34','2021-01-06 02:39:34'),
(39175,17222,'action started via WP Cron','2021-01-06 07:41:12','2021-01-06 02:41:12'),
(39176,17222,'action complete via WP Cron','2021-01-06 07:41:12','2021-01-06 02:41:12'),
(39177,17223,'action created','2021-01-06 07:41:12','2021-01-06 02:41:12'),
(39178,17223,'action started via WP Cron','2021-01-06 07:43:43','2021-01-06 02:43:43'),
(39179,17223,'action complete via WP Cron','2021-01-06 07:43:43','2021-01-06 02:43:43'),
(39180,17224,'action created','2021-01-06 07:43:43','2021-01-06 02:43:43'),
(39181,17224,'action started via WP Cron','2021-01-06 07:46:49','2021-01-06 02:46:49'),
(39182,17224,'action complete via WP Cron','2021-01-06 07:46:49','2021-01-06 02:46:49'),
(39183,17225,'action created','2021-01-06 07:46:49','2021-01-06 02:46:49'),
(39184,17225,'action started via WP Cron','2021-01-06 07:50:42','2021-01-06 02:50:42'),
(39185,17225,'action complete via WP Cron','2021-01-06 07:50:42','2021-01-06 02:50:42'),
(39186,17226,'action created','2021-01-06 07:50:42','2021-01-06 02:50:42'),
(39187,17226,'action started via WP Cron','2021-01-06 07:53:08','2021-01-06 02:53:08'),
(39188,17226,'action complete via WP Cron','2021-01-06 07:53:08','2021-01-06 02:53:08'),
(39189,17227,'action created','2021-01-06 07:53:08','2021-01-06 02:53:08'),
(39190,17227,'action started via WP Cron','2021-01-06 07:54:30','2021-01-06 02:54:30'),
(39191,17227,'action complete via WP Cron','2021-01-06 07:54:30','2021-01-06 02:54:30'),
(39192,17228,'action created','2021-01-06 07:54:30','2021-01-06 02:54:30'),
(39193,17228,'action started via WP Cron','2021-01-06 07:55:13','2021-01-06 02:55:13'),
(39194,17228,'action complete via WP Cron','2021-01-06 07:55:13','2021-01-06 02:55:13'),
(39195,17229,'action created','2021-01-06 07:55:13','2021-01-06 02:55:13'),
(39196,17229,'action started via WP Cron','2021-01-06 07:58:59','2021-01-06 02:58:59'),
(39197,17229,'action complete via WP Cron','2021-01-06 07:58:59','2021-01-06 02:58:59'),
(39198,17230,'action created','2021-01-06 07:58:59','2021-01-06 02:58:59'),
(39199,17230,'action started via WP Cron','2021-01-06 08:03:17','2021-01-06 03:03:17'),
(39200,17230,'action complete via WP Cron','2021-01-06 08:03:17','2021-01-06 03:03:17'),
(39201,17231,'action created','2021-01-06 08:03:17','2021-01-06 03:03:17'),
(39202,17231,'action started via WP Cron','2021-01-06 08:04:16','2021-01-06 03:04:16'),
(39203,17231,'action complete via WP Cron','2021-01-06 08:04:16','2021-01-06 03:04:16'),
(39204,17232,'action created','2021-01-06 08:04:16','2021-01-06 03:04:16'),
(39205,17232,'action started via WP Cron','2021-01-06 08:06:59','2021-01-06 03:06:59'),
(39206,17232,'action complete via WP Cron','2021-01-06 08:06:59','2021-01-06 03:06:59'),
(39207,17233,'action created','2021-01-06 08:07:00','2021-01-06 03:07:00'),
(39208,17233,'action started via WP Cron','2021-01-06 08:08:46','2021-01-06 03:08:46'),
(39209,17233,'action complete via WP Cron','2021-01-06 08:08:46','2021-01-06 03:08:46'),
(39210,17234,'action created','2021-01-06 08:08:46','2021-01-06 03:08:46'),
(39211,17234,'action started via WP Cron','2021-01-06 08:09:16','2021-01-06 03:09:16'),
(39212,17234,'action complete via WP Cron','2021-01-06 08:09:16','2021-01-06 03:09:16'),
(39213,17235,'action created','2021-01-06 08:09:16','2021-01-06 03:09:16'),
(39214,17235,'action started via WP Cron','2021-01-06 08:10:33','2021-01-06 03:10:33'),
(39215,17235,'action complete via WP Cron','2021-01-06 08:10:33','2021-01-06 03:10:33'),
(39216,17236,'action created','2021-01-06 08:10:33','2021-01-06 03:10:33'),
(39217,17236,'action started via WP Cron','2021-01-06 08:11:56','2021-01-06 03:11:56'),
(39218,17236,'action complete via WP Cron','2021-01-06 08:11:57','2021-01-06 03:11:57'),
(39219,17237,'action created','2021-01-06 08:11:57','2021-01-06 03:11:57'),
(39220,17237,'action started via WP Cron','2021-01-06 08:12:58','2021-01-06 03:12:58'),
(39221,17237,'action complete via WP Cron','2021-01-06 08:12:58','2021-01-06 03:12:58'),
(39222,17238,'action created','2021-01-06 08:12:58','2021-01-06 03:12:58'),
(39223,17238,'action started via WP Cron','2021-01-06 08:15:05','2021-01-06 03:15:05'),
(39224,17238,'action complete via WP Cron','2021-01-06 08:15:05','2021-01-06 03:15:05'),
(39225,17239,'action created','2021-01-06 08:15:05','2021-01-06 03:15:05'),
(39226,17239,'action started via WP Cron','2021-01-06 08:16:07','2021-01-06 03:16:07'),
(39227,17239,'action complete via WP Cron','2021-01-06 08:16:07','2021-01-06 03:16:07'),
(39228,17240,'action created','2021-01-06 08:16:07','2021-01-06 03:16:07'),
(39229,17240,'action started via WP Cron','2021-01-06 08:17:09','2021-01-06 03:17:09'),
(39230,17240,'action complete via WP Cron','2021-01-06 08:17:09','2021-01-06 03:17:09'),
(39231,17241,'action created','2021-01-06 08:17:09','2021-01-06 03:17:09'),
(39232,17241,'action started via WP Cron','2021-01-06 08:17:21','2021-01-06 03:17:21'),
(39233,17241,'action complete via WP Cron','2021-01-06 08:17:21','2021-01-06 03:17:21'),
(39234,17242,'action created','2021-01-06 08:17:21','2021-01-06 03:17:21'),
(39235,17242,'action started via WP Cron','2021-01-06 08:18:17','2021-01-06 03:18:17'),
(39236,17242,'action complete via WP Cron','2021-01-06 08:18:17','2021-01-06 03:18:17'),
(39237,17243,'action created','2021-01-06 08:18:17','2021-01-06 03:18:17'),
(39238,17243,'action started via WP Cron','2021-01-06 08:19:27','2021-01-06 03:19:27'),
(39239,17243,'action complete via WP Cron','2021-01-06 08:19:27','2021-01-06 03:19:27'),
(39240,17244,'action created','2021-01-06 08:19:27','2021-01-06 03:19:27'),
(39241,17244,'action started via WP Cron','2021-01-06 08:23:07','2021-01-06 03:23:07'),
(39242,17244,'action complete via WP Cron','2021-01-06 08:23:07','2021-01-06 03:23:07'),
(39243,17245,'action created','2021-01-06 08:23:07','2021-01-06 03:23:07'),
(39244,17245,'action started via WP Cron','2021-01-06 08:23:21','2021-01-06 03:23:21'),
(39245,17245,'action complete via WP Cron','2021-01-06 08:23:21','2021-01-06 03:23:21'),
(39246,17246,'action created','2021-01-06 08:23:21','2021-01-06 03:23:21'),
(39247,17246,'action started via WP Cron','2021-01-06 08:24:22','2021-01-06 03:24:22'),
(39248,17246,'action complete via WP Cron','2021-01-06 08:24:22','2021-01-06 03:24:22'),
(39249,17247,'action created','2021-01-06 08:24:22','2021-01-06 03:24:22'),
(39250,17247,'action started via WP Cron','2021-01-06 08:27:08','2021-01-06 03:27:08'),
(39251,17247,'action complete via WP Cron','2021-01-06 08:27:08','2021-01-06 03:27:08'),
(39252,17248,'action created','2021-01-06 08:27:08','2021-01-06 03:27:08'),
(39253,17248,'action started via WP Cron','2021-01-06 08:27:55','2021-01-06 03:27:55'),
(39254,17248,'action complete via WP Cron','2021-01-06 08:27:55','2021-01-06 03:27:55'),
(39255,17249,'action created','2021-01-06 08:27:55','2021-01-06 03:27:55'),
(39256,17249,'action started via WP Cron','2021-01-06 08:28:53','2021-01-06 03:28:53'),
(39257,17249,'action complete via WP Cron','2021-01-06 08:28:54','2021-01-06 03:28:54'),
(39258,17250,'action created','2021-01-06 08:28:54','2021-01-06 03:28:54'),
(39259,17250,'action started via WP Cron','2021-01-06 08:29:11','2021-01-06 03:29:11'),
(39260,17250,'action complete via WP Cron','2021-01-06 08:29:11','2021-01-06 03:29:11'),
(39261,17251,'action created','2021-01-06 08:29:11','2021-01-06 03:29:11'),
(39262,17251,'action started via WP Cron','2021-01-06 08:30:41','2021-01-06 03:30:41'),
(39263,17251,'action complete via WP Cron','2021-01-06 08:30:41','2021-01-06 03:30:41'),
(39264,17252,'action created','2021-01-06 08:30:41','2021-01-06 03:30:41'),
(39265,17252,'action started via WP Cron','2021-01-06 08:31:32','2021-01-06 03:31:32'),
(39266,17252,'action complete via WP Cron','2021-01-06 08:31:32','2021-01-06 03:31:32'),
(39267,17253,'action created','2021-01-06 08:31:32','2021-01-06 03:31:32'),
(39268,17253,'action started via WP Cron','2021-01-06 08:33:15','2021-01-06 03:33:15'),
(39269,17253,'action complete via WP Cron','2021-01-06 08:33:15','2021-01-06 03:33:15'),
(39270,17254,'action created','2021-01-06 08:33:15','2021-01-06 03:33:15'),
(39271,17254,'action started via WP Cron','2021-01-06 08:34:14','2021-01-06 03:34:14'),
(39272,17254,'action complete via WP Cron','2021-01-06 08:34:14','2021-01-06 03:34:14'),
(39273,17255,'action created','2021-01-06 08:34:14','2021-01-06 03:34:14'),
(39274,17255,'action started via WP Cron','2021-01-06 08:35:57','2021-01-06 03:35:57'),
(39275,17255,'action complete via WP Cron','2021-01-06 08:35:57','2021-01-06 03:35:57'),
(39276,17256,'action created','2021-01-06 08:35:57','2021-01-06 03:35:57'),
(39277,17256,'action started via WP Cron','2021-01-06 08:36:35','2021-01-06 03:36:35'),
(39278,17256,'action complete via WP Cron','2021-01-06 08:36:35','2021-01-06 03:36:35'),
(39279,17257,'action created','2021-01-06 08:36:35','2021-01-06 03:36:35'),
(39280,17257,'action started via WP Cron','2021-01-06 08:38:54','2021-01-06 03:38:54'),
(39281,17257,'action complete via WP Cron','2021-01-06 08:38:55','2021-01-06 03:38:55'),
(39282,17258,'action created','2021-01-06 08:38:55','2021-01-06 03:38:55'),
(39283,17258,'action started via WP Cron','2021-01-06 08:39:33','2021-01-06 03:39:33'),
(39284,17258,'action complete via WP Cron','2021-01-06 08:39:33','2021-01-06 03:39:33'),
(39285,17259,'action created','2021-01-06 08:39:33','2021-01-06 03:39:33'),
(39286,17259,'action started via WP Cron','2021-01-06 08:41:50','2021-01-06 03:41:50'),
(39287,17259,'action complete via WP Cron','2021-01-06 08:41:50','2021-01-06 03:41:50'),
(39288,17260,'action created','2021-01-06 08:41:50','2021-01-06 03:41:50'),
(39289,17260,'action started via WP Cron','2021-01-06 08:42:16','2021-01-06 03:42:16'),
(39290,17260,'action complete via WP Cron','2021-01-06 08:42:16','2021-01-06 03:42:16'),
(39291,17261,'action created','2021-01-06 08:42:16','2021-01-06 03:42:16'),
(39292,17261,'action started via WP Cron','2021-01-06 08:44:41','2021-01-06 03:44:41'),
(39293,17261,'action complete via WP Cron','2021-01-06 08:44:41','2021-01-06 03:44:41'),
(39294,17262,'action created','2021-01-06 08:44:41','2021-01-06 03:44:41'),
(39295,17262,'action started via WP Cron','2021-01-06 08:45:39','2021-01-06 03:45:39'),
(39296,17262,'action complete via WP Cron','2021-01-06 08:45:39','2021-01-06 03:45:39'),
(39297,17263,'action created','2021-01-06 08:45:39','2021-01-06 03:45:39'),
(39298,17263,'action started via WP Cron','2021-01-06 08:46:17','2021-01-06 03:46:17'),
(39299,17263,'action complete via WP Cron','2021-01-06 08:46:17','2021-01-06 03:46:17'),
(39300,17264,'action created','2021-01-06 08:46:17','2021-01-06 03:46:17'),
(39301,17264,'action started via WP Cron','2021-01-06 08:48:54','2021-01-06 03:48:54'),
(39302,17264,'action complete via WP Cron','2021-01-06 08:48:54','2021-01-06 03:48:54'),
(39303,17265,'action created','2021-01-06 08:48:54','2021-01-06 03:48:54'),
(39304,17265,'action started via WP Cron','2021-01-06 08:49:57','2021-01-06 03:49:57'),
(39305,17265,'action complete via WP Cron','2021-01-06 08:49:57','2021-01-06 03:49:57'),
(39306,17266,'action created','2021-01-06 08:49:57','2021-01-06 03:49:57'),
(39307,17266,'action started via WP Cron','2021-01-06 08:50:14','2021-01-06 03:50:14'),
(39308,17266,'action complete via WP Cron','2021-01-06 08:50:14','2021-01-06 03:50:14'),
(39309,17267,'action created','2021-01-06 08:50:14','2021-01-06 03:50:14'),
(39310,17267,'action started via WP Cron','2021-01-06 08:54:35','2021-01-06 03:54:35'),
(39311,17267,'action complete via WP Cron','2021-01-06 08:54:35','2021-01-06 03:54:35'),
(39312,17268,'action created','2021-01-06 08:54:35','2021-01-06 03:54:35'),
(39313,17268,'action started via WP Cron','2021-01-06 08:56:00','2021-01-06 03:56:00'),
(39314,17268,'action complete via WP Cron','2021-01-06 08:56:00','2021-01-06 03:56:00'),
(39315,17269,'action created','2021-01-06 08:56:00','2021-01-06 03:56:00'),
(39316,17269,'action started via WP Cron','2021-01-06 08:56:11','2021-01-06 03:56:11'),
(39317,17269,'action complete via WP Cron','2021-01-06 08:56:11','2021-01-06 03:56:11'),
(39318,17270,'action created','2021-01-06 08:56:11','2021-01-06 03:56:11'),
(39319,17270,'action started via WP Cron','2021-01-06 08:57:12','2021-01-06 03:57:12'),
(39320,17270,'action complete via WP Cron','2021-01-06 08:57:12','2021-01-06 03:57:12'),
(39321,17271,'action created','2021-01-06 08:57:12','2021-01-06 03:57:12'),
(39322,17271,'action started via WP Cron','2021-01-06 08:58:14','2021-01-06 03:58:14'),
(39323,17271,'action complete via WP Cron','2021-01-06 08:58:14','2021-01-06 03:58:14'),
(39324,17272,'action created','2021-01-06 08:58:14','2021-01-06 03:58:14'),
(39325,17272,'action started via WP Cron','2021-01-06 09:00:24','2021-01-06 04:00:24'),
(39326,17272,'action complete via WP Cron','2021-01-06 09:00:24','2021-01-06 04:00:24'),
(39327,17273,'action created','2021-01-06 09:00:24','2021-01-06 04:00:24'),
(39328,17273,'action started via WP Cron','2021-01-06 09:03:09','2021-01-06 04:03:09'),
(39329,17273,'action complete via WP Cron','2021-01-06 09:03:09','2021-01-06 04:03:09'),
(39330,17274,'action created','2021-01-06 09:03:09','2021-01-06 04:03:09'),
(39331,17274,'action started via WP Cron','2021-01-06 09:04:51','2021-01-06 04:04:51'),
(39332,17274,'action complete via WP Cron','2021-01-06 09:04:51','2021-01-06 04:04:51'),
(39333,17275,'action created','2021-01-06 09:04:51','2021-01-06 04:04:51'),
(39334,17275,'action started via WP Cron','2021-01-06 09:07:27','2021-01-06 04:07:27'),
(39335,17275,'action complete via WP Cron','2021-01-06 09:07:27','2021-01-06 04:07:27'),
(39336,17276,'action created','2021-01-06 09:07:27','2021-01-06 04:07:27'),
(39337,17276,'action started via WP Cron','2021-01-06 09:08:21','2021-01-06 04:08:21'),
(39338,17276,'action complete via WP Cron','2021-01-06 09:08:21','2021-01-06 04:08:21'),
(39339,17277,'action created','2021-01-06 09:08:21','2021-01-06 04:08:21'),
(39340,17277,'action started via WP Cron','2021-01-06 09:10:05','2021-01-06 04:10:05'),
(39341,17277,'action complete via WP Cron','2021-01-06 09:10:05','2021-01-06 04:10:05'),
(39342,17278,'action created','2021-01-06 09:10:05','2021-01-06 04:10:05'),
(39343,17278,'action started via WP Cron','2021-01-06 09:10:48','2021-01-06 04:10:48'),
(39344,17278,'action complete via WP Cron','2021-01-06 09:10:48','2021-01-06 04:10:48'),
(39345,17279,'action created','2021-01-06 09:10:48','2021-01-06 04:10:48'),
(39346,17279,'action started via WP Cron','2021-01-06 09:13:14','2021-01-06 04:13:14'),
(39347,17279,'action complete via WP Cron','2021-01-06 09:13:14','2021-01-06 04:13:14'),
(39348,17280,'action created','2021-01-06 09:13:15','2021-01-06 04:13:15'),
(39349,17280,'action started via WP Cron','2021-01-06 09:14:23','2021-01-06 04:14:23'),
(39350,17280,'action complete via WP Cron','2021-01-06 09:14:23','2021-01-06 04:14:23'),
(39351,17281,'action created','2021-01-06 09:14:23','2021-01-06 04:14:23'),
(39352,17281,'action started via WP Cron','2021-01-06 09:15:53','2021-01-06 04:15:53'),
(39353,17281,'action complete via WP Cron','2021-01-06 09:15:53','2021-01-06 04:15:53'),
(39354,17282,'action created','2021-01-06 09:15:53','2021-01-06 04:15:53'),
(39355,17282,'action started via WP Cron','2021-01-06 09:17:15','2021-01-06 04:17:15'),
(39356,17282,'action complete via WP Cron','2021-01-06 09:17:15','2021-01-06 04:17:15'),
(39357,17283,'action created','2021-01-06 09:17:15','2021-01-06 04:17:15'),
(39358,17284,'action created','2021-01-06 09:17:15','2021-01-06 04:17:15'),
(39359,17284,'action started via WP Cron','2021-01-06 09:18:18','2021-01-06 04:18:18'),
(39360,17284,'action complete via WP Cron','2021-01-06 09:18:18','2021-01-06 04:18:18'),
(39361,17283,'action started via WP Cron','2021-01-06 09:18:18','2021-01-06 04:18:18'),
(39362,17283,'action complete via WP Cron','2021-01-06 09:18:18','2021-01-06 04:18:18'),
(39363,17285,'action created','2021-01-06 09:18:18','2021-01-06 04:18:18'),
(39364,17285,'action started via WP Cron','2021-01-06 09:19:42','2021-01-06 04:19:42'),
(39365,17285,'action complete via WP Cron','2021-01-06 09:19:42','2021-01-06 04:19:42'),
(39366,17286,'action created','2021-01-06 09:19:42','2021-01-06 04:19:42'),
(39367,17286,'action started via WP Cron','2021-01-06 09:20:59','2021-01-06 04:20:59'),
(39368,17286,'action complete via WP Cron','2021-01-06 09:20:59','2021-01-06 04:20:59'),
(39369,17287,'action created','2021-01-06 09:20:59','2021-01-06 04:20:59'),
(39370,17287,'action started via WP Cron','2021-01-06 09:21:16','2021-01-06 04:21:16'),
(39371,17287,'action complete via WP Cron','2021-01-06 09:21:16','2021-01-06 04:21:16'),
(39372,17288,'action created','2021-01-06 09:21:16','2021-01-06 04:21:16'),
(39373,17288,'action started via WP Cron','2021-01-06 09:22:21','2021-01-06 04:22:21'),
(39374,17288,'action complete via WP Cron','2021-01-06 09:22:21','2021-01-06 04:22:21'),
(39375,17289,'action created','2021-01-06 09:22:21','2021-01-06 04:22:21'),
(39376,17289,'action started via WP Cron','2021-01-06 09:23:31','2021-01-06 04:23:31'),
(39377,17289,'action complete via WP Cron','2021-01-06 09:23:31','2021-01-06 04:23:31'),
(39378,17290,'action created','2021-01-06 09:23:31','2021-01-06 04:23:31'),
(39379,17290,'action started via WP Cron','2021-01-06 09:26:24','2021-01-06 04:26:24'),
(39380,17290,'action complete via WP Cron','2021-01-06 09:26:24','2021-01-06 04:26:24'),
(39381,17291,'action created','2021-01-06 09:26:24','2021-01-06 04:26:24'),
(39382,17291,'action started via WP Cron','2021-01-06 09:28:41','2021-01-06 04:28:41'),
(39383,17291,'action complete via WP Cron','2021-01-06 09:28:41','2021-01-06 04:28:41'),
(39384,17292,'action created','2021-01-06 09:28:41','2021-01-06 04:28:41'),
(39385,17292,'action started via WP Cron','2021-01-06 09:30:56','2021-01-06 04:30:56'),
(39386,17292,'action complete via WP Cron','2021-01-06 09:30:56','2021-01-06 04:30:56'),
(39387,17293,'action created','2021-01-06 09:30:56','2021-01-06 04:30:56'),
(39388,17293,'action started via WP Cron','2021-01-06 09:31:55','2021-01-06 04:31:55'),
(39389,17293,'action complete via WP Cron','2021-01-06 09:31:55','2021-01-06 04:31:55'),
(39390,17294,'action created','2021-01-06 09:31:55','2021-01-06 04:31:55'),
(39391,17294,'action started via WP Cron','2021-01-06 09:34:24','2021-01-06 04:34:24'),
(39392,17294,'action complete via WP Cron','2021-01-06 09:34:24','2021-01-06 04:34:24'),
(39393,17295,'action created','2021-01-06 09:34:24','2021-01-06 04:34:24'),
(39394,17295,'action started via WP Cron','2021-01-06 09:35:18','2021-01-06 04:35:18'),
(39395,17295,'action complete via WP Cron','2021-01-06 09:35:18','2021-01-06 04:35:18'),
(39396,17296,'action created','2021-01-06 09:35:18','2021-01-06 04:35:18'),
(39397,17296,'action started via WP Cron','2021-01-06 09:36:40','2021-01-06 04:36:40'),
(39398,17296,'action complete via WP Cron','2021-01-06 09:36:40','2021-01-06 04:36:40'),
(39399,17297,'action created','2021-01-06 09:36:40','2021-01-06 04:36:40'),
(39400,17297,'action started via WP Cron','2021-01-06 09:38:18','2021-01-06 04:38:18'),
(39401,17297,'action complete via WP Cron','2021-01-06 09:38:18','2021-01-06 04:38:18'),
(39402,17298,'action created','2021-01-06 09:38:18','2021-01-06 04:38:18'),
(39403,17298,'action started via WP Cron','2021-01-06 09:39:12','2021-01-06 04:39:12'),
(39404,17298,'action complete via WP Cron','2021-01-06 09:39:12','2021-01-06 04:39:12'),
(39405,17299,'action created','2021-01-06 09:39:12','2021-01-06 04:39:12'),
(39406,17299,'action started via WP Cron','2021-01-06 09:40:14','2021-01-06 04:40:14'),
(39407,17299,'action complete via WP Cron','2021-01-06 09:40:14','2021-01-06 04:40:14'),
(39408,17300,'action created','2021-01-06 09:40:14','2021-01-06 04:40:14'),
(39409,17300,'action started via WP Cron','2021-01-06 09:41:33','2021-01-06 04:41:33'),
(39410,17300,'action complete via WP Cron','2021-01-06 09:41:33','2021-01-06 04:41:33'),
(39411,17301,'action created','2021-01-06 09:41:33','2021-01-06 04:41:33'),
(39412,17301,'action started via WP Cron','2021-01-06 09:43:48','2021-01-06 04:43:48'),
(39413,17301,'action complete via WP Cron','2021-01-06 09:43:48','2021-01-06 04:43:48'),
(39414,17302,'action created','2021-01-06 09:43:48','2021-01-06 04:43:48'),
(39415,17302,'action started via WP Cron','2021-01-06 09:44:44','2021-01-06 04:44:44'),
(39416,17302,'action complete via WP Cron','2021-01-06 09:44:45','2021-01-06 04:44:45'),
(39417,17303,'action created','2021-01-06 09:44:45','2021-01-06 04:44:45'),
(39418,17303,'action started via WP Cron','2021-01-06 09:49:07','2021-01-06 04:49:07'),
(39419,17303,'action complete via WP Cron','2021-01-06 09:49:07','2021-01-06 04:49:07'),
(39420,17304,'action created','2021-01-06 09:49:07','2021-01-06 04:49:07'),
(39421,17304,'action started via WP Cron','2021-01-06 09:52:48','2021-01-06 04:52:48'),
(39422,17304,'action complete via WP Cron','2021-01-06 09:52:48','2021-01-06 04:52:48'),
(39423,17305,'action created','2021-01-06 09:52:48','2021-01-06 04:52:48'),
(39424,17305,'action started via WP Cron','2021-01-06 09:53:53','2021-01-06 04:53:53'),
(39425,17305,'action complete via WP Cron','2021-01-06 09:53:53','2021-01-06 04:53:53'),
(39426,17306,'action created','2021-01-06 09:53:53','2021-01-06 04:53:53'),
(39427,17306,'action started via WP Cron','2021-01-06 09:56:52','2021-01-06 04:56:52'),
(39428,17306,'action complete via WP Cron','2021-01-06 09:56:52','2021-01-06 04:56:52'),
(39429,17307,'action created','2021-01-06 09:56:52','2021-01-06 04:56:52'),
(39430,17307,'action started via WP Cron','2021-01-06 09:57:56','2021-01-06 04:57:56'),
(39431,17307,'action complete via WP Cron','2021-01-06 09:57:56','2021-01-06 04:57:56'),
(39432,17308,'action created','2021-01-06 09:57:56','2021-01-06 04:57:56'),
(39433,17308,'action started via WP Cron','2021-01-06 09:58:44','2021-01-06 04:58:44'),
(39434,17308,'action complete via WP Cron','2021-01-06 09:58:44','2021-01-06 04:58:44'),
(39435,17309,'action created','2021-01-06 09:58:44','2021-01-06 04:58:44'),
(39436,17309,'action started via WP Cron','2021-01-06 09:59:37','2021-01-06 04:59:37'),
(39437,17309,'action complete via WP Cron','2021-01-06 09:59:37','2021-01-06 04:59:37'),
(39438,17310,'action created','2021-01-06 09:59:37','2021-01-06 04:59:37'),
(39439,17310,'action started via WP Cron','2021-01-06 10:01:03','2021-01-06 05:01:03'),
(39440,17310,'action complete via WP Cron','2021-01-06 10:01:03','2021-01-06 05:01:03'),
(39441,17311,'action created','2021-01-06 10:01:03','2021-01-06 05:01:03'),
(39442,17311,'action started via WP Cron','2021-01-06 10:02:57','2021-01-06 05:02:57'),
(39443,17311,'action complete via WP Cron','2021-01-06 10:02:57','2021-01-06 05:02:57'),
(39444,17312,'action created','2021-01-06 10:02:57','2021-01-06 05:02:57'),
(39445,17312,'action started via WP Cron','2021-01-06 10:03:31','2021-01-06 05:03:31'),
(39446,17312,'action complete via WP Cron','2021-01-06 10:03:31','2021-01-06 05:03:31'),
(39447,17313,'action created','2021-01-06 10:03:31','2021-01-06 05:03:31'),
(39448,17313,'action started via WP Cron','2021-01-06 10:07:33','2021-01-06 05:07:33'),
(39449,17313,'action complete via WP Cron','2021-01-06 10:07:33','2021-01-06 05:07:33'),
(39450,17314,'action created','2021-01-06 10:07:33','2021-01-06 05:07:33'),
(39451,17314,'action started via WP Cron','2021-01-06 10:08:27','2021-01-06 05:08:27'),
(39452,17314,'action complete via WP Cron','2021-01-06 10:08:27','2021-01-06 05:08:27'),
(39453,17315,'action created','2021-01-06 10:08:27','2021-01-06 05:08:27'),
(39454,17315,'action started via WP Cron','2021-01-06 10:10:33','2021-01-06 05:10:33'),
(39455,17315,'action complete via WP Cron','2021-01-06 10:10:33','2021-01-06 05:10:33'),
(39456,17316,'action created','2021-01-06 10:10:33','2021-01-06 05:10:33'),
(39457,17316,'action started via WP Cron','2021-01-06 10:12:55','2021-01-06 05:12:55'),
(39458,17316,'action complete via WP Cron','2021-01-06 10:12:55','2021-01-06 05:12:55'),
(39459,17317,'action created','2021-01-06 10:12:55','2021-01-06 05:12:55'),
(39460,17317,'action started via WP Cron','2021-01-06 10:14:16','2021-01-06 05:14:16'),
(39461,17317,'action complete via WP Cron','2021-01-06 10:14:16','2021-01-06 05:14:16'),
(39462,17318,'action created','2021-01-06 10:14:16','2021-01-06 05:14:16'),
(39463,17318,'action started via WP Cron','2021-01-06 10:15:54','2021-01-06 05:15:54'),
(39464,17318,'action complete via WP Cron','2021-01-06 10:15:54','2021-01-06 05:15:54'),
(39465,17319,'action created','2021-01-06 10:15:54','2021-01-06 05:15:54'),
(39466,17319,'action started via WP Cron','2021-01-06 10:16:19','2021-01-06 05:16:19'),
(39467,17319,'action complete via WP Cron','2021-01-06 10:16:19','2021-01-06 05:16:19'),
(39468,17320,'action created','2021-01-06 10:16:19','2021-01-06 05:16:19'),
(39469,17320,'action started via WP Cron','2021-01-06 10:17:15','2021-01-06 05:17:15'),
(39470,17320,'action complete via WP Cron','2021-01-06 10:17:15','2021-01-06 05:17:15'),
(39471,17321,'action created','2021-01-06 10:17:15','2021-01-06 05:17:15'),
(39472,17321,'action started via WP Cron','2021-01-06 10:20:57','2021-01-06 05:20:57'),
(39473,17321,'action complete via WP Cron','2021-01-06 10:20:57','2021-01-06 05:20:57'),
(39474,17322,'action created','2021-01-06 10:20:57','2021-01-06 05:20:57'),
(39475,17322,'action started via WP Cron','2021-01-06 10:22:14','2021-01-06 05:22:14'),
(39476,17322,'action complete via WP Cron','2021-01-06 10:22:14','2021-01-06 05:22:14'),
(39477,17323,'action created','2021-01-06 10:22:14','2021-01-06 05:22:14'),
(39478,17323,'action started via WP Cron','2021-01-06 10:23:34','2021-01-06 05:23:34'),
(39479,17323,'action complete via WP Cron','2021-01-06 10:23:34','2021-01-06 05:23:34'),
(39480,17324,'action created','2021-01-06 10:23:34','2021-01-06 05:23:34'),
(39481,17324,'action started via WP Cron','2021-01-06 10:24:52','2021-01-06 05:24:52'),
(39482,17324,'action complete via WP Cron','2021-01-06 10:24:52','2021-01-06 05:24:52'),
(39483,17325,'action created','2021-01-06 10:24:52','2021-01-06 05:24:52'),
(39484,17325,'action started via WP Cron','2021-01-06 10:27:01','2021-01-06 05:27:01'),
(39485,17325,'action complete via WP Cron','2021-01-06 10:27:01','2021-01-06 05:27:01'),
(39486,17326,'action created','2021-01-06 10:27:01','2021-01-06 05:27:01'),
(39487,17326,'action started via WP Cron','2021-01-06 10:28:04','2021-01-06 05:28:04'),
(39488,17326,'action complete via WP Cron','2021-01-06 10:28:04','2021-01-06 05:28:04'),
(39489,17327,'action created','2021-01-06 10:28:04','2021-01-06 05:28:04'),
(39490,17327,'action started via WP Cron','2021-01-06 10:29:10','2021-01-06 05:29:10'),
(39491,17327,'action complete via WP Cron','2021-01-06 10:29:10','2021-01-06 05:29:10'),
(39492,17328,'action created','2021-01-06 10:29:10','2021-01-06 05:29:10'),
(39493,17328,'action started via WP Cron','2021-01-06 10:31:21','2021-01-06 05:31:21'),
(39494,17328,'action complete via WP Cron','2021-01-06 10:31:21','2021-01-06 05:31:21'),
(39495,17329,'action created','2021-01-06 10:31:21','2021-01-06 05:31:21'),
(39496,17329,'action started via WP Cron','2021-01-06 10:32:14','2021-01-06 05:32:14'),
(39497,17329,'action complete via WP Cron','2021-01-06 10:32:14','2021-01-06 05:32:14'),
(39498,17330,'action created','2021-01-06 10:32:14','2021-01-06 05:32:14'),
(39499,17330,'action started via WP Cron','2021-01-06 10:35:00','2021-01-06 05:35:00'),
(39500,17330,'action complete via WP Cron','2021-01-06 10:35:00','2021-01-06 05:35:00'),
(39501,17331,'action created','2021-01-06 10:35:00','2021-01-06 05:35:00'),
(39502,17331,'action started via WP Cron','2021-01-06 10:35:23','2021-01-06 05:35:23'),
(39503,17331,'action complete via WP Cron','2021-01-06 10:35:23','2021-01-06 05:35:23'),
(39504,17332,'action created','2021-01-06 10:35:23','2021-01-06 05:35:23'),
(39505,17332,'action started via WP Cron','2021-01-06 10:36:36','2021-01-06 05:36:36'),
(39506,17332,'action complete via WP Cron','2021-01-06 10:36:36','2021-01-06 05:36:36'),
(39507,17333,'action created','2021-01-06 10:36:36','2021-01-06 05:36:36'),
(39508,17333,'action started via WP Cron','2021-01-06 10:39:00','2021-01-06 05:39:00'),
(39509,17333,'action complete via WP Cron','2021-01-06 10:39:00','2021-01-06 05:39:00'),
(39510,17334,'action created','2021-01-06 10:39:00','2021-01-06 05:39:00'),
(39511,17334,'action started via WP Cron','2021-01-06 10:39:24','2021-01-06 05:39:24'),
(39512,17334,'action complete via WP Cron','2021-01-06 10:39:24','2021-01-06 05:39:24'),
(39513,17335,'action created','2021-01-06 10:39:25','2021-01-06 05:39:25'),
(39514,17335,'action started via WP Cron','2021-01-06 10:41:36','2021-01-06 05:41:36'),
(39515,17335,'action complete via WP Cron','2021-01-06 10:41:36','2021-01-06 05:41:36'),
(39516,17336,'action created','2021-01-06 10:41:36','2021-01-06 05:41:36'),
(39517,17336,'action started via WP Cron','2021-01-06 10:43:04','2021-01-06 05:43:04'),
(39518,17336,'action complete via WP Cron','2021-01-06 10:43:04','2021-01-06 05:43:04'),
(39519,17337,'action created','2021-01-06 10:43:04','2021-01-06 05:43:04'),
(39520,17337,'action started via WP Cron','2021-01-06 10:43:42','2021-01-06 05:43:42'),
(39521,17337,'action complete via WP Cron','2021-01-06 10:43:42','2021-01-06 05:43:42'),
(39522,17338,'action created','2021-01-06 10:43:42','2021-01-06 05:43:42'),
(39523,17338,'action started via WP Cron','2021-01-06 10:44:48','2021-01-06 05:44:48'),
(39524,17338,'action complete via WP Cron','2021-01-06 10:44:48','2021-01-06 05:44:48'),
(39525,17339,'action created','2021-01-06 10:44:48','2021-01-06 05:44:48'),
(39526,17339,'action started via WP Cron','2021-01-06 10:45:14','2021-01-06 05:45:14'),
(39527,17339,'action complete via WP Cron','2021-01-06 10:45:14','2021-01-06 05:45:14'),
(39528,17340,'action created','2021-01-06 10:45:14','2021-01-06 05:45:14'),
(39529,17340,'action started via WP Cron','2021-01-06 10:47:43','2021-01-06 05:47:43'),
(39530,17340,'action complete via WP Cron','2021-01-06 10:47:43','2021-01-06 05:47:43'),
(39531,17341,'action created','2021-01-06 10:47:43','2021-01-06 05:47:43'),
(39532,17341,'action started via WP Cron','2021-01-06 10:49:02','2021-01-06 05:49:02'),
(39533,17341,'action complete via WP Cron','2021-01-06 10:49:02','2021-01-06 05:49:02'),
(39534,17342,'action created','2021-01-06 10:49:02','2021-01-06 05:49:02'),
(39535,17342,'action started via WP Cron','2021-01-06 10:50:03','2021-01-06 05:50:03'),
(39536,17342,'action complete via WP Cron','2021-01-06 10:50:03','2021-01-06 05:50:03'),
(39537,17343,'action created','2021-01-06 10:50:03','2021-01-06 05:50:03'),
(39538,17343,'action started via WP Cron','2021-01-06 10:52:15','2021-01-06 05:52:15'),
(39539,17343,'action complete via WP Cron','2021-01-06 10:52:15','2021-01-06 05:52:15'),
(39540,17344,'action created','2021-01-06 10:52:15','2021-01-06 05:52:15'),
(39541,17344,'action started via WP Cron','2021-01-06 10:53:12','2021-01-06 05:53:12'),
(39542,17344,'action complete via WP Cron','2021-01-06 10:53:12','2021-01-06 05:53:12'),
(39543,17345,'action created','2021-01-06 10:53:12','2021-01-06 05:53:12'),
(39544,17345,'action started via WP Cron','2021-01-06 10:59:02','2021-01-06 05:59:02'),
(39545,17345,'action complete via WP Cron','2021-01-06 10:59:02','2021-01-06 05:59:02'),
(39546,17346,'action created','2021-01-06 10:59:02','2021-01-06 05:59:02'),
(39547,17346,'action started via WP Cron','2021-01-06 11:01:30','2021-01-06 06:01:30'),
(39548,17346,'action complete via WP Cron','2021-01-06 11:01:30','2021-01-06 06:01:30'),
(39549,17347,'action created','2021-01-06 11:01:30','2021-01-06 06:01:30'),
(39550,17347,'action started via WP Cron','2021-01-06 11:02:32','2021-01-06 06:02:32'),
(39551,17347,'action complete via WP Cron','2021-01-06 11:02:32','2021-01-06 06:02:32'),
(39552,17348,'action created','2021-01-06 11:02:32','2021-01-06 06:02:32'),
(39553,17348,'action started via WP Cron','2021-01-06 11:03:48','2021-01-06 06:03:48'),
(39554,17348,'action complete via WP Cron','2021-01-06 11:03:48','2021-01-06 06:03:48'),
(39555,17349,'action created','2021-01-06 11:03:48','2021-01-06 06:03:48'),
(39556,17349,'action started via WP Cron','2021-01-06 11:04:32','2021-01-06 06:04:32'),
(39557,17349,'action complete via WP Cron','2021-01-06 11:04:32','2021-01-06 06:04:32'),
(39558,17350,'action created','2021-01-06 11:04:32','2021-01-06 06:04:32'),
(39559,17350,'action started via WP Cron','2021-01-06 11:05:57','2021-01-06 06:05:57'),
(39560,17350,'action complete via WP Cron','2021-01-06 11:05:57','2021-01-06 06:05:57'),
(39561,17351,'action created','2021-01-06 11:05:57','2021-01-06 06:05:57'),
(39562,17351,'action started via WP Cron','2021-01-06 11:07:20','2021-01-06 06:07:20'),
(39563,17351,'action complete via WP Cron','2021-01-06 11:07:20','2021-01-06 06:07:20'),
(39564,17352,'action created','2021-01-06 11:07:20','2021-01-06 06:07:20'),
(39565,17352,'action started via WP Cron','2021-01-06 11:14:05','2021-01-06 06:14:05'),
(39566,17352,'action complete via WP Cron','2021-01-06 11:14:05','2021-01-06 06:14:05'),
(39567,17353,'action created','2021-01-06 11:14:06','2021-01-06 06:14:06'),
(39568,17353,'action started via WP Cron','2021-01-06 11:18:44','2021-01-06 06:18:44'),
(39569,17353,'action complete via WP Cron','2021-01-06 11:18:44','2021-01-06 06:18:44'),
(39570,17354,'action created','2021-01-06 11:18:44','2021-01-06 06:18:44'),
(39571,17354,'action started via WP Cron','2021-01-06 11:19:37','2021-01-06 06:19:37'),
(39572,17354,'action complete via WP Cron','2021-01-06 11:19:37','2021-01-06 06:19:37'),
(39573,17355,'action created','2021-01-06 11:19:37','2021-01-06 06:19:37'),
(39574,17355,'action started via WP Cron','2021-01-06 11:21:57','2021-01-06 06:21:57'),
(39575,17355,'action complete via WP Cron','2021-01-06 11:21:57','2021-01-06 06:21:57'),
(39576,17356,'action created','2021-01-06 11:21:57','2021-01-06 06:21:57'),
(39577,17356,'action started via WP Cron','2021-01-06 11:24:20','2021-01-06 06:24:20'),
(39578,17356,'action complete via WP Cron','2021-01-06 11:24:20','2021-01-06 06:24:20'),
(39579,17357,'action created','2021-01-06 11:24:20','2021-01-06 06:24:20'),
(39580,17357,'action started via WP Cron','2021-01-06 11:25:12','2021-01-06 06:25:12'),
(39581,17357,'action complete via WP Cron','2021-01-06 11:25:12','2021-01-06 06:25:12'),
(39582,17358,'action created','2021-01-06 11:25:12','2021-01-06 06:25:12'),
(39583,17358,'action started via WP Cron','2021-01-06 11:28:41','2021-01-06 06:28:41'),
(39584,17358,'action complete via WP Cron','2021-01-06 11:28:41','2021-01-06 06:28:41'),
(39585,17359,'action created','2021-01-06 11:28:41','2021-01-06 06:28:41'),
(39586,17359,'action started via WP Cron','2021-01-06 11:32:31','2021-01-06 06:32:31'),
(39587,17359,'action complete via WP Cron','2021-01-06 11:32:31','2021-01-06 06:32:31'),
(39588,17360,'action created','2021-01-06 11:32:31','2021-01-06 06:32:31'),
(39589,17360,'action started via WP Cron','2021-01-06 11:34:49','2021-01-06 06:34:49'),
(39590,17360,'action complete via WP Cron','2021-01-06 11:34:49','2021-01-06 06:34:49'),
(39591,17361,'action created','2021-01-06 11:34:49','2021-01-06 06:34:49'),
(39592,17361,'action started via WP Cron','2021-01-06 11:35:20','2021-01-06 06:35:20'),
(39593,17361,'action complete via WP Cron','2021-01-06 11:35:20','2021-01-06 06:35:20'),
(39594,17362,'action created','2021-01-06 11:35:20','2021-01-06 06:35:20'),
(39595,17362,'action started via WP Cron','2021-01-06 11:37:09','2021-01-06 06:37:09'),
(39596,17362,'action complete via WP Cron','2021-01-06 11:37:09','2021-01-06 06:37:09'),
(39597,17363,'action created','2021-01-06 11:37:09','2021-01-06 06:37:09'),
(39598,17363,'action started via WP Cron','2021-01-06 11:37:35','2021-01-06 06:37:35'),
(39599,17363,'action complete via WP Cron','2021-01-06 11:37:35','2021-01-06 06:37:35'),
(39600,17364,'action created','2021-01-06 11:37:35','2021-01-06 06:37:35'),
(39601,17364,'action started via WP Cron','2021-01-06 11:38:22','2021-01-06 06:38:22'),
(39602,17364,'action complete via WP Cron','2021-01-06 11:38:22','2021-01-06 06:38:22'),
(39603,17365,'action created','2021-01-06 11:38:22','2021-01-06 06:38:22'),
(39604,17365,'action started via WP Cron','2021-01-06 11:39:51','2021-01-06 06:39:51'),
(39605,17365,'action complete via WP Cron','2021-01-06 11:39:51','2021-01-06 06:39:51'),
(39606,17366,'action created','2021-01-06 11:39:51','2021-01-06 06:39:51'),
(39607,17366,'action started via WP Cron','2021-01-06 11:40:22','2021-01-06 06:40:22'),
(39608,17366,'action complete via WP Cron','2021-01-06 11:40:22','2021-01-06 06:40:22'),
(39609,17367,'action created','2021-01-06 11:40:22','2021-01-06 06:40:22'),
(39610,17367,'action started via WP Cron','2021-01-06 11:43:11','2021-01-06 06:43:11'),
(39611,17367,'action complete via WP Cron','2021-01-06 11:43:11','2021-01-06 06:43:11'),
(39612,17368,'action created','2021-01-06 11:43:11','2021-01-06 06:43:11'),
(39613,17368,'action started via WP Cron','2021-01-06 11:44:18','2021-01-06 06:44:18'),
(39614,17368,'action complete via WP Cron','2021-01-06 11:44:18','2021-01-06 06:44:18'),
(39615,17369,'action created','2021-01-06 11:44:18','2021-01-06 06:44:18'),
(39616,17369,'action started via WP Cron','2021-01-06 11:45:53','2021-01-06 06:45:53'),
(39617,17369,'action complete via WP Cron','2021-01-06 11:45:53','2021-01-06 06:45:53'),
(39618,17370,'action created','2021-01-06 11:45:53','2021-01-06 06:45:53'),
(39619,17370,'action started via WP Cron','2021-01-06 11:46:32','2021-01-06 06:46:32'),
(39620,17370,'action complete via WP Cron','2021-01-06 11:46:32','2021-01-06 06:46:32'),
(39621,17371,'action created','2021-01-06 11:46:32','2021-01-06 06:46:32'),
(39622,17371,'action started via WP Cron','2021-01-06 11:47:13','2021-01-06 06:47:13'),
(39623,17371,'action complete via WP Cron','2021-01-06 11:47:13','2021-01-06 06:47:13'),
(39624,17372,'action created','2021-01-06 11:47:14','2021-01-06 06:47:14'),
(39625,17372,'action started via WP Cron','2021-01-06 11:49:22','2021-01-06 06:49:22'),
(39626,17372,'action complete via WP Cron','2021-01-06 11:49:22','2021-01-06 06:49:22'),
(39627,17373,'action created','2021-01-06 11:49:22','2021-01-06 06:49:22'),
(39628,17373,'action started via WP Cron','2021-01-06 11:50:12','2021-01-06 06:50:12'),
(39629,17373,'action complete via WP Cron','2021-01-06 11:50:12','2021-01-06 06:50:12'),
(39630,17374,'action created','2021-01-06 11:50:12','2021-01-06 06:50:12'),
(39631,17374,'action started via WP Cron','2021-01-06 11:52:00','2021-01-06 06:52:00'),
(39632,17374,'action complete via WP Cron','2021-01-06 11:52:00','2021-01-06 06:52:00'),
(39633,17375,'action created','2021-01-06 11:52:00','2021-01-06 06:52:00'),
(39634,17375,'action started via WP Cron','2021-01-06 11:54:23','2021-01-06 06:54:23'),
(39635,17375,'action complete via WP Cron','2021-01-06 11:54:23','2021-01-06 06:54:23'),
(39636,17376,'action created','2021-01-06 11:54:23','2021-01-06 06:54:23'),
(39637,17376,'action started via WP Cron','2021-01-06 12:04:25','2021-01-06 07:04:25'),
(39638,17376,'action complete via WP Cron','2021-01-06 12:04:25','2021-01-06 07:04:25'),
(39639,17377,'action created','2021-01-06 12:04:25','2021-01-06 07:04:25'),
(39640,17377,'action started via WP Cron','2021-01-06 12:06:12','2021-01-06 07:06:12'),
(39641,17377,'action complete via WP Cron','2021-01-06 12:06:12','2021-01-06 07:06:12'),
(39642,17378,'action created','2021-01-06 12:06:12','2021-01-06 07:06:12'),
(39643,17378,'action started via WP Cron','2021-01-06 12:08:29','2021-01-06 07:08:29'),
(39644,17378,'action complete via WP Cron','2021-01-06 12:08:29','2021-01-06 07:08:29'),
(39645,17379,'action created','2021-01-06 12:08:29','2021-01-06 07:08:29'),
(39646,17379,'action started via WP Cron','2021-01-06 12:09:22','2021-01-06 07:09:22'),
(39647,17379,'action complete via WP Cron','2021-01-06 12:09:22','2021-01-06 07:09:22'),
(39648,17380,'action created','2021-01-06 12:09:22','2021-01-06 07:09:22'),
(39649,17380,'action started via WP Cron','2021-01-06 12:10:17','2021-01-06 07:10:17'),
(39650,17380,'action complete via WP Cron','2021-01-06 12:10:17','2021-01-06 07:10:17'),
(39651,17381,'action created','2021-01-06 12:10:17','2021-01-06 07:10:17'),
(39652,17381,'action started via WP Cron','2021-01-06 12:11:26','2021-01-06 07:11:26'),
(39653,17381,'action complete via WP Cron','2021-01-06 12:11:26','2021-01-06 07:11:26'),
(39654,17382,'action created','2021-01-06 12:11:26','2021-01-06 07:11:26'),
(39655,17382,'action started via WP Cron','2021-01-06 12:12:51','2021-01-06 07:12:51'),
(39656,17382,'action complete via WP Cron','2021-01-06 12:12:51','2021-01-06 07:12:51'),
(39657,17383,'action created','2021-01-06 12:12:51','2021-01-06 07:12:51'),
(39658,17383,'action started via WP Cron','2021-01-06 12:13:37','2021-01-06 07:13:37'),
(39659,17383,'action complete via WP Cron','2021-01-06 12:13:37','2021-01-06 07:13:37'),
(39660,17384,'action created','2021-01-06 12:13:37','2021-01-06 07:13:37'),
(39661,17384,'action started via WP Cron','2021-01-06 12:14:29','2021-01-06 07:14:29'),
(39662,17384,'action complete via WP Cron','2021-01-06 12:14:29','2021-01-06 07:14:29'),
(39663,17385,'action created','2021-01-06 12:14:29','2021-01-06 07:14:29'),
(39664,17385,'action started via WP Cron','2021-01-06 12:16:38','2021-01-06 07:16:38'),
(39665,17385,'action complete via WP Cron','2021-01-06 12:16:38','2021-01-06 07:16:38'),
(39666,17386,'action created','2021-01-06 12:16:38','2021-01-06 07:16:38'),
(39667,17386,'action started via WP Cron','2021-01-06 12:18:53','2021-01-06 07:18:53'),
(39668,17386,'action complete via WP Cron','2021-01-06 12:18:53','2021-01-06 07:18:53'),
(39669,17387,'action created','2021-01-06 12:18:53','2021-01-06 07:18:53'),
(39670,17387,'action started via WP Cron','2021-01-06 12:20:50','2021-01-06 07:20:50'),
(39671,17387,'action complete via WP Cron','2021-01-06 12:20:50','2021-01-06 07:20:50'),
(39672,17388,'action created','2021-01-06 12:20:50','2021-01-06 07:20:50'),
(39673,17388,'action started via WP Cron','2021-01-06 12:24:00','2021-01-06 07:24:00'),
(39674,17388,'action complete via WP Cron','2021-01-06 12:24:00','2021-01-06 07:24:00'),
(39675,17389,'action created','2021-01-06 12:24:00','2021-01-06 07:24:00'),
(39676,17389,'action started via WP Cron','2021-01-06 12:24:18','2021-01-06 07:24:18'),
(39677,17389,'action complete via WP Cron','2021-01-06 12:24:18','2021-01-06 07:24:18'),
(39678,17390,'action created','2021-01-06 12:24:18','2021-01-06 07:24:18'),
(39679,17390,'action started via WP Cron','2021-01-06 12:25:17','2021-01-06 07:25:17'),
(39680,17390,'action complete via WP Cron','2021-01-06 12:25:17','2021-01-06 07:25:17'),
(39681,17391,'action created','2021-01-06 12:25:17','2021-01-06 07:25:17'),
(39682,17391,'action started via WP Cron','2021-01-06 12:28:50','2021-01-06 07:28:50'),
(39683,17391,'action complete via WP Cron','2021-01-06 12:28:50','2021-01-06 07:28:50'),
(39684,17392,'action created','2021-01-06 12:28:50','2021-01-06 07:28:50'),
(39685,17392,'action started via WP Cron','2021-01-06 12:29:34','2021-01-06 07:29:34'),
(39686,17392,'action complete via WP Cron','2021-01-06 12:29:34','2021-01-06 07:29:34'),
(39687,17393,'action created','2021-01-06 12:29:34','2021-01-06 07:29:34'),
(39688,17393,'action started via WP Cron','2021-01-06 12:33:51','2021-01-06 07:33:51'),
(39689,17393,'action complete via WP Cron','2021-01-06 12:33:51','2021-01-06 07:33:51'),
(39690,17394,'action created','2021-01-06 12:33:51','2021-01-06 07:33:51'),
(39691,17394,'action started via WP Cron','2021-01-06 12:36:47','2021-01-06 07:36:47'),
(39692,17394,'action complete via WP Cron','2021-01-06 12:36:47','2021-01-06 07:36:47'),
(39693,17395,'action created','2021-01-06 12:36:47','2021-01-06 07:36:47'),
(39694,17395,'action started via WP Cron','2021-01-06 12:37:59','2021-01-06 07:37:59'),
(39695,17395,'action complete via WP Cron','2021-01-06 12:37:59','2021-01-06 07:37:59'),
(39696,17396,'action created','2021-01-06 12:37:59','2021-01-06 07:37:59'),
(39697,17396,'action started via WP Cron','2021-01-06 12:38:37','2021-01-06 07:38:37'),
(39698,17396,'action complete via WP Cron','2021-01-06 12:38:37','2021-01-06 07:38:37'),
(39699,17397,'action created','2021-01-06 12:38:37','2021-01-06 07:38:37'),
(39700,17397,'action started via WP Cron','2021-01-06 12:39:42','2021-01-06 07:39:42'),
(39701,17397,'action complete via WP Cron','2021-01-06 12:39:42','2021-01-06 07:39:42'),
(39702,17398,'action created','2021-01-06 12:39:42','2021-01-06 07:39:42'),
(39703,17398,'action started via WP Cron','2021-01-06 12:41:09','2021-01-06 07:41:09'),
(39704,17398,'action complete via WP Cron','2021-01-06 12:41:09','2021-01-06 07:41:09'),
(39705,17399,'action created','2021-01-06 12:41:09','2021-01-06 07:41:09'),
(39706,17399,'action started via WP Cron','2021-01-06 12:44:28','2021-01-06 07:44:28'),
(39707,17399,'action complete via WP Cron','2021-01-06 12:44:29','2021-01-06 07:44:29'),
(39708,17400,'action created','2021-01-06 12:44:29','2021-01-06 07:44:29'),
(39709,17400,'action started via WP Cron','2021-01-06 12:45:27','2021-01-06 07:45:27'),
(39710,17400,'action complete via WP Cron','2021-01-06 12:45:27','2021-01-06 07:45:27'),
(39711,17401,'action created','2021-01-06 12:45:27','2021-01-06 07:45:27'),
(39712,17401,'action started via WP Cron','2021-01-06 12:47:45','2021-01-06 07:47:45'),
(39713,17401,'action complete via WP Cron','2021-01-06 12:47:45','2021-01-06 07:47:45'),
(39714,17402,'action created','2021-01-06 12:47:45','2021-01-06 07:47:45'),
(39715,17402,'action started via WP Cron','2021-01-06 12:48:18','2021-01-06 07:48:18'),
(39716,17402,'action complete via WP Cron','2021-01-06 12:48:18','2021-01-06 07:48:18'),
(39717,17403,'action created','2021-01-06 12:48:18','2021-01-06 07:48:18'),
(39718,17403,'action started via WP Cron','2021-01-06 12:49:46','2021-01-06 07:49:46'),
(39719,17403,'action complete via WP Cron','2021-01-06 12:49:46','2021-01-06 07:49:46'),
(39720,17404,'action created','2021-01-06 12:49:47','2021-01-06 07:49:47'),
(39721,17404,'action started via WP Cron','2021-01-06 12:51:14','2021-01-06 07:51:14'),
(39722,17404,'action complete via WP Cron','2021-01-06 12:51:14','2021-01-06 07:51:14'),
(39723,17405,'action created','2021-01-06 12:51:14','2021-01-06 07:51:14'),
(39724,17405,'action started via WP Cron','2021-01-06 12:52:18','2021-01-06 07:52:18'),
(39725,17405,'action complete via WP Cron','2021-01-06 12:52:18','2021-01-06 07:52:18'),
(39726,17406,'action created','2021-01-06 12:52:18','2021-01-06 07:52:18'),
(39727,17406,'action started via WP Cron','2021-01-06 12:53:11','2021-01-06 07:53:11'),
(39728,17406,'action complete via WP Cron','2021-01-06 12:53:11','2021-01-06 07:53:11'),
(39729,17407,'action created','2021-01-06 12:53:11','2021-01-06 07:53:11'),
(39730,17407,'action started via WP Cron','2021-01-06 12:54:27','2021-01-06 07:54:27'),
(39731,17407,'action complete via WP Cron','2021-01-06 12:54:27','2021-01-06 07:54:27'),
(39732,16486,'action started via WP Cron','2021-01-06 12:54:27','2021-01-06 07:54:27'),
(39733,16486,'action complete via WP Cron','2021-01-06 12:54:27','2021-01-06 07:54:27'),
(39734,17408,'action created','2021-01-06 12:54:27','2021-01-06 07:54:27'),
(39735,17409,'action created','2021-01-06 12:54:27','2021-01-06 07:54:27'),
(39736,17409,'action started via WP Cron','2021-01-06 12:56:34','2021-01-06 07:56:34'),
(39737,17409,'action complete via WP Cron','2021-01-06 12:56:34','2021-01-06 07:56:34'),
(39738,17410,'action created','2021-01-06 12:56:34','2021-01-06 07:56:34'),
(39739,17410,'action started via WP Cron','2021-01-06 12:57:13','2021-01-06 07:57:13'),
(39740,17410,'action complete via WP Cron','2021-01-06 12:57:13','2021-01-06 07:57:13'),
(39741,17411,'action created','2021-01-06 12:57:13','2021-01-06 07:57:13'),
(39742,17411,'action started via WP Cron','2021-01-06 12:58:22','2021-01-06 07:58:22'),
(39743,17411,'action complete via WP Cron','2021-01-06 12:58:22','2021-01-06 07:58:22'),
(39744,17412,'action created','2021-01-06 12:58:22','2021-01-06 07:58:22'),
(39745,17412,'action started via WP Cron','2021-01-06 13:00:43','2021-01-06 08:00:43'),
(39746,17412,'action complete via WP Cron','2021-01-06 13:00:43','2021-01-06 08:00:43'),
(39747,17413,'action created','2021-01-06 13:00:43','2021-01-06 08:00:43'),
(39748,17413,'action started via WP Cron','2021-01-06 13:01:36','2021-01-06 08:01:36'),
(39749,17413,'action complete via WP Cron','2021-01-06 13:01:36','2021-01-06 08:01:36'),
(39750,17414,'action created','2021-01-06 13:01:36','2021-01-06 08:01:36'),
(39751,17414,'action started via WP Cron','2021-01-06 13:02:29','2021-01-06 08:02:29'),
(39752,17414,'action complete via WP Cron','2021-01-06 13:02:29','2021-01-06 08:02:29'),
(39753,17415,'action created','2021-01-06 13:02:29','2021-01-06 08:02:29'),
(39754,17415,'action started via WP Cron','2021-01-06 13:03:12','2021-01-06 08:03:12'),
(39755,17415,'action complete via WP Cron','2021-01-06 13:03:12','2021-01-06 08:03:12'),
(39756,17416,'action created','2021-01-06 13:03:12','2021-01-06 08:03:12'),
(39757,17416,'action started via WP Cron','2021-01-06 13:05:01','2021-01-06 08:05:01'),
(39758,17416,'action complete via WP Cron','2021-01-06 13:05:01','2021-01-06 08:05:01'),
(39759,17417,'action created','2021-01-06 13:05:01','2021-01-06 08:05:01'),
(39760,17417,'action started via WP Cron','2021-01-06 13:05:26','2021-01-06 08:05:26'),
(39761,17417,'action complete via WP Cron','2021-01-06 13:05:26','2021-01-06 08:05:26'),
(39762,17418,'action created','2021-01-06 13:05:26','2021-01-06 08:05:26'),
(39763,17418,'action started via WP Cron','2021-01-06 13:07:04','2021-01-06 08:07:04'),
(39764,17418,'action complete via WP Cron','2021-01-06 13:07:04','2021-01-06 08:07:04'),
(39765,17419,'action created','2021-01-06 13:07:04','2021-01-06 08:07:04'),
(39766,17419,'action started via WP Cron','2021-01-06 13:08:06','2021-01-06 08:08:06'),
(39767,17419,'action complete via WP Cron','2021-01-06 13:08:06','2021-01-06 08:08:06'),
(39768,17420,'action created','2021-01-06 13:08:06','2021-01-06 08:08:06'),
(39769,17420,'action started via WP Cron','2021-01-06 13:10:19','2021-01-06 08:10:19'),
(39770,17420,'action complete via WP Cron','2021-01-06 13:10:19','2021-01-06 08:10:19'),
(39771,17421,'action created','2021-01-06 13:10:19','2021-01-06 08:10:19'),
(39772,17421,'action started via WP Cron','2021-01-06 13:12:52','2021-01-06 08:12:52'),
(39773,17421,'action complete via WP Cron','2021-01-06 13:12:52','2021-01-06 08:12:52'),
(39774,17422,'action created','2021-01-06 13:12:52','2021-01-06 08:12:52'),
(39775,17422,'action started via WP Cron','2021-01-06 13:13:28','2021-01-06 08:13:28'),
(39776,17422,'action complete via WP Cron','2021-01-06 13:13:28','2021-01-06 08:13:28'),
(39777,17423,'action created','2021-01-06 13:13:28','2021-01-06 08:13:28'),
(39778,17423,'action started via WP Cron','2021-01-06 13:14:31','2021-01-06 08:14:31'),
(39779,17423,'action complete via WP Cron','2021-01-06 13:14:31','2021-01-06 08:14:31'),
(39780,17424,'action created','2021-01-06 13:14:31','2021-01-06 08:14:31'),
(39781,17424,'action started via WP Cron','2021-01-06 13:16:44','2021-01-06 08:16:44'),
(39782,17424,'action complete via WP Cron','2021-01-06 13:16:44','2021-01-06 08:16:44'),
(39783,17425,'action created','2021-01-06 13:16:44','2021-01-06 08:16:44'),
(39784,17425,'action started via WP Cron','2021-01-06 13:17:40','2021-01-06 08:17:40'),
(39785,17425,'action complete via WP Cron','2021-01-06 13:17:40','2021-01-06 08:17:40'),
(39786,17426,'action created','2021-01-06 13:17:40','2021-01-06 08:17:40'),
(39787,17426,'action started via WP Cron','2021-01-06 13:25:35','2021-01-06 08:25:35'),
(39788,17426,'action complete via WP Cron','2021-01-06 13:25:35','2021-01-06 08:25:35'),
(39789,17427,'action created','2021-01-06 13:25:36','2021-01-06 08:25:36'),
(39790,17427,'action started via WP Cron','2021-01-06 13:26:49','2021-01-06 08:26:49'),
(39791,17427,'action complete via WP Cron','2021-01-06 13:26:49','2021-01-06 08:26:49'),
(39792,17428,'action created','2021-01-06 13:26:50','2021-01-06 08:26:50'),
(39793,17428,'action started via WP Cron','2021-01-06 13:28:07','2021-01-06 08:28:07'),
(39794,17428,'action complete via WP Cron','2021-01-06 13:28:07','2021-01-06 08:28:07'),
(39795,17429,'action created','2021-01-06 13:28:07','2021-01-06 08:28:07'),
(39796,17429,'action started via WP Cron','2021-01-06 13:29:12','2021-01-06 08:29:12'),
(39797,17429,'action complete via WP Cron','2021-01-06 13:29:12','2021-01-06 08:29:12'),
(39798,17430,'action created','2021-01-06 13:29:12','2021-01-06 08:29:12'),
(39799,17430,'action started via WP Cron','2021-01-06 13:32:27','2021-01-06 08:32:27'),
(39800,17430,'action complete via WP Cron','2021-01-06 13:32:27','2021-01-06 08:32:27'),
(39801,17431,'action created','2021-01-06 13:32:27','2021-01-06 08:32:27'),
(39802,17431,'action started via WP Cron','2021-01-06 13:33:27','2021-01-06 08:33:27'),
(39803,17431,'action complete via WP Cron','2021-01-06 13:33:27','2021-01-06 08:33:27'),
(39804,17432,'action created','2021-01-06 13:33:27','2021-01-06 08:33:27'),
(39805,17432,'action started via WP Cron','2021-01-06 13:34:55','2021-01-06 08:34:55'),
(39806,17432,'action complete via WP Cron','2021-01-06 13:34:55','2021-01-06 08:34:55'),
(39807,17433,'action created','2021-01-06 13:34:55','2021-01-06 08:34:55'),
(39808,17433,'action started via WP Cron','2021-01-06 13:35:18','2021-01-06 08:35:18'),
(39809,17433,'action complete via WP Cron','2021-01-06 13:35:18','2021-01-06 08:35:18'),
(39810,17434,'action created','2021-01-06 13:35:18','2021-01-06 08:35:18'),
(39811,17434,'action started via WP Cron','2021-01-06 13:39:04','2021-01-06 08:39:04'),
(39812,17434,'action complete via WP Cron','2021-01-06 13:39:04','2021-01-06 08:39:04'),
(39813,17435,'action created','2021-01-06 13:39:04','2021-01-06 08:39:04'),
(39814,17435,'action started via WP Cron','2021-01-06 13:40:41','2021-01-06 08:40:41'),
(39815,17435,'action complete via WP Cron','2021-01-06 13:40:41','2021-01-06 08:40:41'),
(39816,17436,'action created','2021-01-06 13:40:41','2021-01-06 08:40:41'),
(39817,17436,'action started via WP Cron','2021-01-06 13:41:26','2021-01-06 08:41:26'),
(39818,17436,'action complete via WP Cron','2021-01-06 13:41:26','2021-01-06 08:41:26'),
(39819,17437,'action created','2021-01-06 13:41:26','2021-01-06 08:41:26'),
(39820,17437,'action started via WP Cron','2021-01-06 13:42:48','2021-01-06 08:42:48'),
(39821,17437,'action complete via WP Cron','2021-01-06 13:42:48','2021-01-06 08:42:48'),
(39822,17438,'action created','2021-01-06 13:42:48','2021-01-06 08:42:48'),
(39823,17438,'action started via WP Cron','2021-01-06 13:44:45','2021-01-06 08:44:45'),
(39824,17438,'action complete via WP Cron','2021-01-06 13:44:45','2021-01-06 08:44:45'),
(39825,17439,'action created','2021-01-06 13:44:45','2021-01-06 08:44:45'),
(39826,17439,'action started via WP Cron','2021-01-06 13:47:08','2021-01-06 08:47:08'),
(39827,17439,'action complete via WP Cron','2021-01-06 13:47:08','2021-01-06 08:47:08'),
(39828,17440,'action created','2021-01-06 13:47:08','2021-01-06 08:47:08'),
(39829,17440,'action started via WP Cron','2021-01-06 13:47:35','2021-01-06 08:47:35'),
(39830,17440,'action complete via WP Cron','2021-01-06 13:47:35','2021-01-06 08:47:35'),
(39831,17441,'action created','2021-01-06 13:47:36','2021-01-06 08:47:36'),
(39832,17441,'action started via WP Cron','2021-01-06 13:49:16','2021-01-06 08:49:16'),
(39833,17441,'action complete via WP Cron','2021-01-06 13:49:16','2021-01-06 08:49:16'),
(39834,17442,'action created','2021-01-06 13:49:16','2021-01-06 08:49:16'),
(39835,17442,'action started via WP Cron','2021-01-06 13:57:35','2021-01-06 08:57:35'),
(39836,17442,'action complete via WP Cron','2021-01-06 13:57:35','2021-01-06 08:57:35'),
(39837,17443,'action created','2021-01-06 13:57:35','2021-01-06 08:57:35'),
(39838,17443,'action started via WP Cron','2021-01-06 13:58:14','2021-01-06 08:58:14'),
(39839,17443,'action complete via WP Cron','2021-01-06 13:58:14','2021-01-06 08:58:14'),
(39840,17444,'action created','2021-01-06 13:58:14','2021-01-06 08:58:14'),
(39841,17444,'action started via WP Cron','2021-01-06 13:59:16','2021-01-06 08:59:16'),
(39842,17444,'action complete via WP Cron','2021-01-06 13:59:16','2021-01-06 08:59:16'),
(39843,17445,'action created','2021-01-06 13:59:16','2021-01-06 08:59:16'),
(39844,17445,'action started via WP Cron','2021-01-06 14:00:11','2021-01-06 09:00:11'),
(39845,17445,'action complete via WP Cron','2021-01-06 14:00:11','2021-01-06 09:00:11'),
(39846,17446,'action created','2021-01-06 14:00:12','2021-01-06 09:00:12'),
(39847,17446,'action started via WP Cron','2021-01-06 14:01:58','2021-01-06 09:01:58'),
(39848,17446,'action complete via WP Cron','2021-01-06 14:01:58','2021-01-06 09:01:58'),
(39849,17447,'action created','2021-01-06 14:01:58','2021-01-06 09:01:58'),
(39850,17447,'action started via WP Cron','2021-01-06 14:03:27','2021-01-06 09:03:27'),
(39851,17447,'action complete via WP Cron','2021-01-06 14:03:27','2021-01-06 09:03:27'),
(39852,17448,'action created','2021-01-06 14:03:27','2021-01-06 09:03:27'),
(39853,17448,'action started via WP Cron','2021-01-06 14:04:38','2021-01-06 09:04:38'),
(39854,17448,'action complete via WP Cron','2021-01-06 14:04:38','2021-01-06 09:04:38'),
(39855,17449,'action created','2021-01-06 14:04:38','2021-01-06 09:04:38'),
(39856,17449,'action started via Async Request','2021-01-06 14:05:05','2021-01-06 09:05:05'),
(39857,17449,'action complete via Async Request','2021-01-06 14:05:05','2021-01-06 09:05:05'),
(39858,17450,'action created','2021-01-06 14:05:50','2021-01-06 09:05:50'),
(39859,17450,'action started via WP Cron','2021-01-06 14:07:38','2021-01-06 09:07:38'),
(39860,17450,'action complete via WP Cron','2021-01-06 14:07:38','2021-01-06 09:07:38'),
(39861,17451,'action created','2021-01-06 14:07:38','2021-01-06 09:07:38'),
(39862,17451,'action started via WP Cron','2021-01-06 14:11:54','2021-01-06 09:11:54'),
(39863,17451,'action complete via WP Cron','2021-01-06 14:11:55','2021-01-06 09:11:55'),
(39864,17452,'action created','2021-01-06 14:11:55','2021-01-06 09:11:55'),
(39865,17452,'action started via WP Cron','2021-01-06 14:14:22','2021-01-06 09:14:22'),
(39866,17452,'action complete via WP Cron','2021-01-06 14:14:22','2021-01-06 09:14:22'),
(39867,17453,'action created','2021-01-06 14:14:22','2021-01-06 09:14:22'),
(39868,17453,'action started via WP Cron','2021-01-06 14:18:42','2021-01-06 09:18:42'),
(39869,17453,'action complete via WP Cron','2021-01-06 14:18:42','2021-01-06 09:18:42'),
(39870,17454,'action created','2021-01-06 14:18:42','2021-01-06 09:18:42'),
(39871,17454,'action started via WP Cron','2021-01-06 14:19:22','2021-01-06 09:19:22'),
(39872,17454,'action complete via WP Cron','2021-01-06 14:19:22','2021-01-06 09:19:22'),
(39873,17455,'action created','2021-01-06 14:19:22','2021-01-06 09:19:22'),
(39874,17455,'action started via WP Cron','2021-01-06 14:20:26','2021-01-06 09:20:26'),
(39875,17455,'action complete via WP Cron','2021-01-06 14:20:26','2021-01-06 09:20:26'),
(39876,17456,'action created','2021-01-06 14:20:26','2021-01-06 09:20:26'),
(39877,17456,'action started via WP Cron','2021-01-06 14:22:07','2021-01-06 09:22:07'),
(39878,17456,'action complete via WP Cron','2021-01-06 14:22:07','2021-01-06 09:22:07'),
(39879,17457,'action created','2021-01-06 14:22:07','2021-01-06 09:22:07'),
(39880,17457,'action started via WP Cron','2021-01-06 14:26:05','2021-01-06 09:26:05'),
(39881,17457,'action complete via WP Cron','2021-01-06 14:26:05','2021-01-06 09:26:05'),
(39882,17458,'action created','2021-01-06 14:26:05','2021-01-06 09:26:05'),
(39883,17458,'action started via WP Cron','2021-01-06 14:28:10','2021-01-06 09:28:10'),
(39884,17458,'action complete via WP Cron','2021-01-06 14:28:10','2021-01-06 09:28:10'),
(39885,17459,'action created','2021-01-06 14:28:10','2021-01-06 09:28:10'),
(39886,17459,'action started via WP Cron','2021-01-06 14:29:12','2021-01-06 09:29:12'),
(39887,17459,'action complete via WP Cron','2021-01-06 14:29:12','2021-01-06 09:29:12'),
(39888,17460,'action created','2021-01-06 14:29:13','2021-01-06 09:29:13'),
(39889,17460,'action started via WP Cron','2021-01-06 14:32:22','2021-01-06 09:32:22'),
(39890,17460,'action complete via WP Cron','2021-01-06 14:32:22','2021-01-06 09:32:22'),
(39891,17461,'action created','2021-01-06 14:32:22','2021-01-06 09:32:22'),
(39892,17461,'action started via WP Cron','2021-01-06 14:33:33','2021-01-06 09:33:33'),
(39893,17461,'action complete via WP Cron','2021-01-06 14:33:33','2021-01-06 09:33:33'),
(39894,17462,'action created','2021-01-06 14:33:33','2021-01-06 09:33:33'),
(39895,17462,'action started via WP Cron','2021-01-06 14:35:40','2021-01-06 09:35:40'),
(39896,17462,'action complete via WP Cron','2021-01-06 14:35:40','2021-01-06 09:35:40'),
(39897,17463,'action created','2021-01-06 14:35:40','2021-01-06 09:35:40'),
(39898,17463,'action started via WP Cron','2021-01-06 14:36:17','2021-01-06 09:36:17'),
(39899,17463,'action complete via WP Cron','2021-01-06 14:36:17','2021-01-06 09:36:17'),
(39900,17464,'action created','2021-01-06 14:36:17','2021-01-06 09:36:17'),
(39901,17464,'action started via WP Cron','2021-01-06 14:40:40','2021-01-06 09:40:40'),
(39902,17464,'action complete via WP Cron','2021-01-06 14:40:40','2021-01-06 09:40:40'),
(39903,17465,'action created','2021-01-06 14:40:40','2021-01-06 09:40:40'),
(39904,17465,'action started via WP Cron','2021-01-06 14:41:33','2021-01-06 09:41:33'),
(39905,17465,'action complete via WP Cron','2021-01-06 14:41:33','2021-01-06 09:41:33'),
(39906,17466,'action created','2021-01-06 14:41:33','2021-01-06 09:41:33'),
(39907,17466,'action started via WP Cron','2021-01-06 14:42:25','2021-01-06 09:42:25'),
(39908,17466,'action complete via WP Cron','2021-01-06 14:42:25','2021-01-06 09:42:25'),
(39909,17467,'action created','2021-01-06 14:42:25','2021-01-06 09:42:25'),
(39910,17467,'action started via WP Cron','2021-01-06 14:43:46','2021-01-06 09:43:46'),
(39911,17467,'action complete via WP Cron','2021-01-06 14:43:46','2021-01-06 09:43:46'),
(39912,17468,'action created','2021-01-06 14:43:46','2021-01-06 09:43:46'),
(39913,17468,'action started via WP Cron','2021-01-06 14:45:49','2021-01-06 09:45:49'),
(39914,17468,'action complete via WP Cron','2021-01-06 14:45:49','2021-01-06 09:45:49'),
(39915,17469,'action created','2021-01-06 14:45:49','2021-01-06 09:45:49'),
(39916,17469,'action started via WP Cron','2021-01-06 14:47:14','2021-01-06 09:47:14'),
(39917,17469,'action complete via WP Cron','2021-01-06 14:47:14','2021-01-06 09:47:14'),
(39918,17470,'action created','2021-01-06 14:47:14','2021-01-06 09:47:14'),
(39919,17470,'action started via WP Cron','2021-01-06 14:48:48','2021-01-06 09:48:48'),
(39920,17470,'action complete via WP Cron','2021-01-06 14:48:48','2021-01-06 09:48:48'),
(39921,17471,'action created','2021-01-06 14:48:48','2021-01-06 09:48:48'),
(39922,17471,'action started via WP Cron','2021-01-06 14:49:23','2021-01-06 09:49:23'),
(39923,17471,'action complete via WP Cron','2021-01-06 14:49:23','2021-01-06 09:49:23'),
(39924,17472,'action created','2021-01-06 14:49:23','2021-01-06 09:49:23'),
(39925,17472,'action started via WP Cron','2021-01-06 14:50:37','2021-01-06 09:50:37'),
(39926,17472,'action complete via WP Cron','2021-01-06 14:50:37','2021-01-06 09:50:37'),
(39927,17473,'action created','2021-01-06 14:50:37','2021-01-06 09:50:37'),
(39928,17473,'action started via WP Cron','2021-01-06 14:53:40','2021-01-06 09:53:40'),
(39929,17473,'action complete via WP Cron','2021-01-06 14:53:40','2021-01-06 09:53:40'),
(39930,17474,'action created','2021-01-06 14:53:40','2021-01-06 09:53:40'),
(39931,17474,'action started via WP Cron','2021-01-06 14:55:54','2021-01-06 09:55:54'),
(39932,17474,'action complete via WP Cron','2021-01-06 14:55:54','2021-01-06 09:55:54'),
(39933,17475,'action created','2021-01-06 14:55:55','2021-01-06 09:55:55'),
(39934,17475,'action started via WP Cron','2021-01-06 14:56:49','2021-01-06 09:56:49'),
(39935,17475,'action complete via WP Cron','2021-01-06 14:56:49','2021-01-06 09:56:49'),
(39936,17476,'action created','2021-01-06 14:56:49','2021-01-06 09:56:49'),
(39937,17476,'action started via WP Cron','2021-01-06 14:57:28','2021-01-06 09:57:28'),
(39938,17476,'action complete via WP Cron','2021-01-06 14:57:28','2021-01-06 09:57:28'),
(39939,17477,'action created','2021-01-06 14:57:28','2021-01-06 09:57:28'),
(39940,17477,'action started via WP Cron','2021-01-06 15:01:02','2021-01-06 10:01:02'),
(39941,17477,'action complete via WP Cron','2021-01-06 15:01:02','2021-01-06 10:01:02'),
(39942,17478,'action created','2021-01-06 15:01:02','2021-01-06 10:01:02'),
(39943,17478,'action started via WP Cron','2021-01-06 15:02:18','2021-01-06 10:02:18'),
(39944,17478,'action complete via WP Cron','2021-01-06 15:02:18','2021-01-06 10:02:18'),
(39945,17479,'action created','2021-01-06 15:02:19','2021-01-06 10:02:19'),
(39946,17479,'action started via WP Cron','2021-01-06 15:05:54','2021-01-06 10:05:54'),
(39947,17479,'action complete via WP Cron','2021-01-06 15:05:54','2021-01-06 10:05:54'),
(39948,17480,'action created','2021-01-06 15:05:54','2021-01-06 10:05:54'),
(39949,17480,'action started via WP Cron','2021-01-06 15:06:15','2021-01-06 10:06:15'),
(39950,17480,'action complete via WP Cron','2021-01-06 15:06:15','2021-01-06 10:06:15'),
(39951,17481,'action created','2021-01-06 15:06:15','2021-01-06 10:06:15'),
(39952,17481,'action started via WP Cron','2021-01-06 15:08:18','2021-01-06 10:08:18'),
(39953,17481,'action complete via WP Cron','2021-01-06 15:08:18','2021-01-06 10:08:18'),
(39954,17482,'action created','2021-01-06 15:08:18','2021-01-06 10:08:18'),
(39955,17482,'action started via WP Cron','2021-01-06 15:10:56','2021-01-06 10:10:56'),
(39956,17482,'action complete via WP Cron','2021-01-06 15:10:56','2021-01-06 10:10:56'),
(39957,17483,'action created','2021-01-06 15:10:56','2021-01-06 10:10:56'),
(39958,17483,'action started via WP Cron','2021-01-06 15:12:24','2021-01-06 10:12:24'),
(39959,17483,'action complete via WP Cron','2021-01-06 15:12:24','2021-01-06 10:12:24'),
(39960,17484,'action created','2021-01-06 15:12:24','2021-01-06 10:12:24'),
(39961,17484,'action started via WP Cron','2021-01-06 15:13:53','2021-01-06 10:13:53'),
(39962,17484,'action complete via WP Cron','2021-01-06 15:13:53','2021-01-06 10:13:53'),
(39963,17485,'action created','2021-01-06 15:13:53','2021-01-06 10:13:53'),
(39964,17485,'action started via WP Cron','2021-01-06 15:14:41','2021-01-06 10:14:41'),
(39965,17485,'action complete via WP Cron','2021-01-06 15:14:41','2021-01-06 10:14:41'),
(39966,17486,'action created','2021-01-06 15:14:41','2021-01-06 10:14:41'),
(39967,17486,'action started via WP Cron','2021-01-06 15:15:17','2021-01-06 10:15:17'),
(39968,17486,'action complete via WP Cron','2021-01-06 15:15:17','2021-01-06 10:15:17'),
(39969,17487,'action created','2021-01-06 15:15:17','2021-01-06 10:15:17'),
(39970,17487,'action started via WP Cron','2021-01-06 15:16:54','2021-01-06 10:16:54'),
(39971,17487,'action complete via WP Cron','2021-01-06 15:16:54','2021-01-06 10:16:54'),
(39972,17488,'action created','2021-01-06 15:16:54','2021-01-06 10:16:54'),
(39973,17488,'action started via WP Cron','2021-01-06 15:18:59','2021-01-06 10:18:59'),
(39974,17488,'action complete via WP Cron','2021-01-06 15:18:59','2021-01-06 10:18:59'),
(39975,17489,'action created','2021-01-06 15:19:00','2021-01-06 10:19:00'),
(39976,17489,'action started via WP Cron','2021-01-06 15:21:42','2021-01-06 10:21:42'),
(39977,17489,'action complete via WP Cron','2021-01-06 15:21:42','2021-01-06 10:21:42'),
(39978,17490,'action created','2021-01-06 15:25:44','2021-01-06 10:25:44'),
(39979,17490,'action started via WP Cron','2021-01-06 15:26:45','2021-01-06 10:26:45'),
(39980,17490,'action complete via WP Cron','2021-01-06 15:26:45','2021-01-06 10:26:45'),
(39981,17491,'action created','2021-01-06 15:26:45','2021-01-06 10:26:45'),
(39982,17491,'action started via WP Cron','2021-01-06 15:29:53','2021-01-06 10:29:53'),
(39983,17491,'action complete via WP Cron','2021-01-06 15:29:53','2021-01-06 10:29:53'),
(39984,17492,'action created','2021-01-06 15:29:53','2021-01-06 10:29:53'),
(39985,17492,'action started via WP Cron','2021-01-06 15:32:56','2021-01-06 10:32:56'),
(39986,17492,'action complete via WP Cron','2021-01-06 15:32:56','2021-01-06 10:32:56'),
(39987,17493,'action created','2021-01-06 15:32:56','2021-01-06 10:32:56'),
(39988,17493,'action started via WP Cron','2021-01-06 15:37:40','2021-01-06 10:37:40'),
(39989,17493,'action complete via WP Cron','2021-01-06 15:37:40','2021-01-06 10:37:40'),
(39990,17494,'action created','2021-01-06 15:37:40','2021-01-06 10:37:40'),
(39991,17494,'action started via WP Cron','2021-01-06 15:41:29','2021-01-06 10:41:29'),
(39992,17494,'action complete via WP Cron','2021-01-06 15:41:29','2021-01-06 10:41:29'),
(39993,17495,'action created','2021-01-06 15:41:29','2021-01-06 10:41:29'),
(39994,17495,'action started via WP Cron','2021-01-06 15:42:47','2021-01-06 10:42:47'),
(39995,17495,'action complete via WP Cron','2021-01-06 15:42:47','2021-01-06 10:42:47'),
(39996,17496,'action created','2021-01-06 15:42:47','2021-01-06 10:42:47'),
(39997,17496,'action started via WP Cron','2021-01-06 15:43:19','2021-01-06 10:43:19'),
(39998,17496,'action complete via WP Cron','2021-01-06 15:43:19','2021-01-06 10:43:19'),
(39999,17497,'action created','2021-01-06 15:43:19','2021-01-06 10:43:19'),
(40000,17497,'action started via WP Cron','2021-01-06 15:46:05','2021-01-06 10:46:05'),
(40001,17497,'action complete via WP Cron','2021-01-06 15:46:05','2021-01-06 10:46:05'),
(40002,17498,'action created','2021-01-06 15:46:05','2021-01-06 10:46:05'),
(40003,17498,'action started via WP Cron','2021-01-06 15:46:54','2021-01-06 10:46:54'),
(40004,17498,'action complete via WP Cron','2021-01-06 15:46:54','2021-01-06 10:46:54'),
(40005,17499,'action created','2021-01-06 15:46:54','2021-01-06 10:46:54'),
(40006,17499,'action started via WP Cron','2021-01-06 15:47:42','2021-01-06 10:47:42'),
(40007,17499,'action complete via WP Cron','2021-01-06 15:47:42','2021-01-06 10:47:42'),
(40008,17500,'action created','2021-01-06 15:47:42','2021-01-06 10:47:42'),
(40009,17500,'action started via WP Cron','2021-01-06 15:48:35','2021-01-06 10:48:35'),
(40010,17500,'action complete via WP Cron','2021-01-06 15:48:35','2021-01-06 10:48:35'),
(40011,17501,'action created','2021-01-06 15:48:35','2021-01-06 10:48:35'),
(40012,17501,'action started via WP Cron','2021-01-06 15:50:21','2021-01-06 10:50:21'),
(40013,17501,'action complete via WP Cron','2021-01-06 15:50:21','2021-01-06 10:50:21'),
(40014,17502,'action created','2021-01-06 15:50:21','2021-01-06 10:50:21'),
(40015,17502,'action started via WP Cron','2021-01-06 15:55:19','2021-01-06 10:55:19'),
(40016,17502,'action complete via WP Cron','2021-01-06 15:55:19','2021-01-06 10:55:19'),
(40017,17503,'action created','2021-01-06 15:55:19','2021-01-06 10:55:19'),
(40018,17503,'action started via WP Cron','2021-01-06 15:57:48','2021-01-06 10:57:48'),
(40019,17503,'action complete via WP Cron','2021-01-06 15:57:48','2021-01-06 10:57:48'),
(40020,17504,'action created','2021-01-06 15:57:48','2021-01-06 10:57:48'),
(40021,17504,'action started via WP Cron','2021-01-06 15:59:47','2021-01-06 10:59:47'),
(40022,17504,'action complete via WP Cron','2021-01-06 15:59:47','2021-01-06 10:59:47'),
(40023,17505,'action created','2021-01-06 15:59:47','2021-01-06 10:59:47'),
(40024,17505,'action started via WP Cron','2021-01-06 16:02:10','2021-01-06 11:02:10'),
(40025,17505,'action complete via WP Cron','2021-01-06 16:02:10','2021-01-06 11:02:10'),
(40026,17506,'action created','2021-01-06 16:02:10','2021-01-06 11:02:10'),
(40027,17506,'action started via WP Cron','2021-01-06 16:04:26','2021-01-06 11:04:26'),
(40028,17506,'action complete via WP Cron','2021-01-06 16:04:27','2021-01-06 11:04:27'),
(40029,17507,'action created','2021-01-06 16:04:27','2021-01-06 11:04:27'),
(40030,17507,'action started via WP Cron','2021-01-06 16:06:21','2021-01-06 11:06:21'),
(40031,17507,'action complete via WP Cron','2021-01-06 16:06:21','2021-01-06 11:06:21'),
(40032,17508,'action created','2021-01-06 16:06:21','2021-01-06 11:06:21'),
(40033,17508,'action started via WP Cron','2021-01-06 16:08:27','2021-01-06 11:08:27'),
(40034,17508,'action complete via WP Cron','2021-01-06 16:08:27','2021-01-06 11:08:27'),
(40035,17509,'action created','2021-01-06 16:08:27','2021-01-06 11:08:27'),
(40036,17509,'action started via WP Cron','2021-01-06 16:09:48','2021-01-06 11:09:48'),
(40037,17509,'action complete via WP Cron','2021-01-06 16:09:48','2021-01-06 11:09:48'),
(40038,17510,'action created','2021-01-06 16:09:48','2021-01-06 11:09:48'),
(40039,17510,'action started via WP Cron','2021-01-06 16:11:34','2021-01-06 11:11:34'),
(40040,17510,'action complete via WP Cron','2021-01-06 16:11:34','2021-01-06 11:11:34'),
(40041,17511,'action created','2021-01-06 16:11:34','2021-01-06 11:11:34'),
(40042,17511,'action started via WP Cron','2021-01-06 16:12:14','2021-01-06 11:12:14'),
(40043,17511,'action complete via WP Cron','2021-01-06 16:12:14','2021-01-06 11:12:14'),
(40044,17512,'action created','2021-01-06 16:12:14','2021-01-06 11:12:14'),
(40045,17512,'action started via WP Cron','2021-01-06 16:13:12','2021-01-06 11:13:12'),
(40046,17512,'action complete via WP Cron','2021-01-06 16:13:12','2021-01-06 11:13:12'),
(40047,17513,'action created','2021-01-06 16:13:12','2021-01-06 11:13:12'),
(40048,17513,'action started via WP Cron','2021-01-06 16:14:26','2021-01-06 11:14:26'),
(40049,17513,'action complete via WP Cron','2021-01-06 16:14:26','2021-01-06 11:14:26'),
(40050,17514,'action created','2021-01-06 16:14:26','2021-01-06 11:14:26'),
(40051,17514,'action started via WP Cron','2021-01-06 16:15:23','2021-01-06 11:15:23'),
(40052,17514,'action complete via WP Cron','2021-01-06 16:15:23','2021-01-06 11:15:23'),
(40053,17515,'action created','2021-01-06 16:15:23','2021-01-06 11:15:23'),
(40054,17515,'action started via WP Cron','2021-01-06 16:16:26','2021-01-06 11:16:26'),
(40055,17515,'action complete via WP Cron','2021-01-06 16:16:26','2021-01-06 11:16:26'),
(40056,17516,'action created','2021-01-06 16:16:26','2021-01-06 11:16:26'),
(40057,17516,'action started via WP Cron','2021-01-06 16:17:26','2021-01-06 11:17:26'),
(40058,17516,'action complete via WP Cron','2021-01-06 16:17:26','2021-01-06 11:17:26'),
(40059,17517,'action created','2021-01-06 16:17:26','2021-01-06 11:17:26'),
(40060,17517,'action started via WP Cron','2021-01-06 16:19:25','2021-01-06 11:19:25'),
(40061,17517,'action complete via WP Cron','2021-01-06 16:19:25','2021-01-06 11:19:25'),
(40062,17518,'action created','2021-01-06 16:19:25','2021-01-06 11:19:25'),
(40063,17518,'action started via WP Cron','2021-01-06 16:20:45','2021-01-06 11:20:45'),
(40064,17518,'action complete via WP Cron','2021-01-06 16:20:45','2021-01-06 11:20:45'),
(40065,17519,'action created','2021-01-06 16:20:45','2021-01-06 11:20:45'),
(40066,17519,'action started via WP Cron','2021-01-06 16:21:23','2021-01-06 11:21:23'),
(40067,17519,'action complete via WP Cron','2021-01-06 16:21:23','2021-01-06 11:21:23'),
(40068,17520,'action created','2021-01-06 16:21:23','2021-01-06 11:21:23'),
(40069,17520,'action started via WP Cron','2021-01-06 16:23:49','2021-01-06 11:23:49'),
(40070,17520,'action complete via WP Cron','2021-01-06 16:23:49','2021-01-06 11:23:49'),
(40071,17521,'action created','2021-01-06 16:23:49','2021-01-06 11:23:49'),
(40072,17521,'action started via WP Cron','2021-01-06 16:27:35','2021-01-06 11:27:35'),
(40073,17521,'action complete via WP Cron','2021-01-06 16:27:35','2021-01-06 11:27:35'),
(40074,17522,'action created','2021-01-06 16:27:35','2021-01-06 11:27:35'),
(40075,17522,'action started via WP Cron','2021-01-06 16:28:51','2021-01-06 11:28:51'),
(40076,17522,'action complete via WP Cron','2021-01-06 16:28:51','2021-01-06 11:28:51'),
(40077,17523,'action created','2021-01-06 16:28:51','2021-01-06 11:28:51'),
(40078,17523,'action started via WP Cron','2021-01-06 16:29:54','2021-01-06 11:29:54'),
(40079,17523,'action complete via WP Cron','2021-01-06 16:29:54','2021-01-06 11:29:54'),
(40080,17524,'action created','2021-01-06 16:29:54','2021-01-06 11:29:54'),
(40081,17524,'action started via WP Cron','2021-01-06 16:34:22','2021-01-06 11:34:22'),
(40082,17524,'action complete via WP Cron','2021-01-06 16:34:22','2021-01-06 11:34:22'),
(40083,17525,'action created','2021-01-06 16:34:22','2021-01-06 11:34:22'),
(40084,17525,'action started via WP Cron','2021-01-06 16:35:38','2021-01-06 11:35:38'),
(40085,17525,'action complete via WP Cron','2021-01-06 16:35:38','2021-01-06 11:35:38'),
(40086,17526,'action created','2021-01-06 16:35:38','2021-01-06 11:35:38'),
(40087,17526,'action started via WP Cron','2021-01-06 16:36:29','2021-01-06 11:36:29'),
(40088,17526,'action complete via WP Cron','2021-01-06 16:36:29','2021-01-06 11:36:29'),
(40089,17527,'action created','2021-01-06 16:36:29','2021-01-06 11:36:29'),
(40090,17527,'action started via WP Cron','2021-01-06 16:38:52','2021-01-06 11:38:52'),
(40091,17527,'action complete via WP Cron','2021-01-06 16:38:52','2021-01-06 11:38:52'),
(40092,17528,'action created','2021-01-06 16:38:52','2021-01-06 11:38:52'),
(40093,17528,'action started via WP Cron','2021-01-06 16:45:22','2021-01-06 11:45:22'),
(40094,17528,'action complete via WP Cron','2021-01-06 16:45:22','2021-01-06 11:45:22'),
(40095,17529,'action created','2021-01-06 16:45:22','2021-01-06 11:45:22'),
(40096,17529,'action started via WP Cron','2021-01-06 16:46:24','2021-01-06 11:46:24'),
(40097,17529,'action complete via WP Cron','2021-01-06 16:46:24','2021-01-06 11:46:24'),
(40098,17530,'action created','2021-01-06 16:46:24','2021-01-06 11:46:24'),
(40099,17530,'action started via WP Cron','2021-01-06 16:52:17','2021-01-06 11:52:17'),
(40100,17530,'action complete via WP Cron','2021-01-06 16:52:17','2021-01-06 11:52:17'),
(40101,17531,'action created','2021-01-06 16:52:17','2021-01-06 11:52:17'),
(40102,17531,'action started via WP Cron','2021-01-06 16:53:33','2021-01-06 11:53:33'),
(40103,17531,'action complete via WP Cron','2021-01-06 16:53:33','2021-01-06 11:53:33'),
(40104,17532,'action created','2021-01-06 16:53:33','2021-01-06 11:53:33'),
(40105,17532,'action started via WP Cron','2021-01-06 16:54:37','2021-01-06 11:54:37'),
(40106,17532,'action complete via WP Cron','2021-01-06 16:54:37','2021-01-06 11:54:37'),
(40107,17533,'action created','2021-01-06 16:54:37','2021-01-06 11:54:37'),
(40108,17533,'action started via WP Cron','2021-01-06 16:55:35','2021-01-06 11:55:35'),
(40109,17533,'action complete via WP Cron','2021-01-06 16:55:35','2021-01-06 11:55:35'),
(40110,17534,'action created','2021-01-06 16:55:35','2021-01-06 11:55:35'),
(40111,17534,'action started via WP Cron','2021-01-06 16:56:29','2021-01-06 11:56:29'),
(40112,17534,'action complete via WP Cron','2021-01-06 16:56:29','2021-01-06 11:56:29'),
(40113,17535,'action created','2021-01-06 16:56:29','2021-01-06 11:56:29'),
(40114,17535,'action started via WP Cron','2021-01-06 16:58:03','2021-01-06 11:58:03'),
(40115,17535,'action complete via WP Cron','2021-01-06 16:58:03','2021-01-06 11:58:03'),
(40116,17536,'action created','2021-01-06 16:58:03','2021-01-06 11:58:03'),
(40117,17536,'action started via WP Cron','2021-01-06 16:58:55','2021-01-06 11:58:55'),
(40118,17536,'action complete via WP Cron','2021-01-06 16:58:55','2021-01-06 11:58:55'),
(40119,17537,'action created','2021-01-06 16:58:55','2021-01-06 11:58:55'),
(40120,17537,'action started via WP Cron','2021-01-06 17:02:26','2021-01-06 12:02:26'),
(40121,17537,'action complete via WP Cron','2021-01-06 17:02:26','2021-01-06 12:02:26'),
(40122,17538,'action created','2021-01-06 17:02:26','2021-01-06 12:02:26'),
(40123,17538,'action started via WP Cron','2021-01-06 17:03:55','2021-01-06 12:03:55'),
(40124,17538,'action complete via WP Cron','2021-01-06 17:03:55','2021-01-06 12:03:55'),
(40125,17539,'action created','2021-01-06 17:03:55','2021-01-06 12:03:55'),
(40126,17539,'action started via WP Cron','2021-01-06 17:04:14','2021-01-06 12:04:14'),
(40127,17539,'action complete via WP Cron','2021-01-06 17:04:14','2021-01-06 12:04:14'),
(40128,17540,'action created','2021-01-06 17:04:14','2021-01-06 12:04:14'),
(40129,17540,'action started via WP Cron','2021-01-06 17:07:54','2021-01-06 12:07:54'),
(40130,17540,'action complete via WP Cron','2021-01-06 17:07:54','2021-01-06 12:07:54'),
(40131,17541,'action created','2021-01-06 17:07:55','2021-01-06 12:07:55'),
(40132,17541,'action started via WP Cron','2021-01-06 17:11:09','2021-01-06 12:11:09'),
(40133,17541,'action complete via WP Cron','2021-01-06 17:11:09','2021-01-06 12:11:09'),
(40134,17542,'action created','2021-01-06 17:11:09','2021-01-06 12:11:09'),
(40135,17542,'action started via WP Cron','2021-01-06 17:13:28','2021-01-06 12:13:28'),
(40136,17542,'action complete via WP Cron','2021-01-06 17:13:28','2021-01-06 12:13:28'),
(40137,17543,'action created','2021-01-06 17:13:28','2021-01-06 12:13:28'),
(40138,17543,'action started via WP Cron','2021-01-06 17:14:18','2021-01-06 12:14:18'),
(40139,17543,'action complete via WP Cron','2021-01-06 17:14:18','2021-01-06 12:14:18'),
(40140,17544,'action created','2021-01-06 17:14:18','2021-01-06 12:14:18'),
(40141,17544,'action started via WP Cron','2021-01-06 17:15:16','2021-01-06 12:15:16'),
(40142,17544,'action complete via WP Cron','2021-01-06 17:15:16','2021-01-06 12:15:16'),
(40143,17545,'action created','2021-01-06 17:15:16','2021-01-06 12:15:16'),
(40144,17545,'action started via WP Cron','2021-01-06 17:16:39','2021-01-06 12:16:39'),
(40145,17545,'action complete via WP Cron','2021-01-06 17:16:39','2021-01-06 12:16:39'),
(40146,17546,'action created','2021-01-06 17:16:39','2021-01-06 12:16:39'),
(40147,17546,'action started via WP Cron','2021-01-06 17:18:55','2021-01-06 12:18:55'),
(40148,17546,'action complete via WP Cron','2021-01-06 17:18:55','2021-01-06 12:18:55'),
(40149,17547,'action created','2021-01-06 17:18:55','2021-01-06 12:18:55'),
(40150,17547,'action started via WP Cron','2021-01-06 17:20:10','2021-01-06 12:20:10'),
(40151,17547,'action complete via WP Cron','2021-01-06 17:20:10','2021-01-06 12:20:10'),
(40152,17548,'action created','2021-01-06 17:20:10','2021-01-06 12:20:10'),
(40153,17548,'action started via WP Cron','2021-01-06 17:20:31','2021-01-06 12:20:31'),
(40154,17548,'action complete via WP Cron','2021-01-06 17:20:31','2021-01-06 12:20:31'),
(40155,17549,'action created','2021-01-06 17:20:31','2021-01-06 12:20:31'),
(40156,17549,'action started via WP Cron','2021-01-06 17:21:15','2021-01-06 12:21:15'),
(40157,17549,'action complete via WP Cron','2021-01-06 17:21:15','2021-01-06 12:21:15'),
(40158,17550,'action created','2021-01-06 17:21:15','2021-01-06 12:21:15'),
(40159,17550,'action started via WP Cron','2021-01-06 17:22:44','2021-01-06 12:22:44'),
(40160,17550,'action complete via WP Cron','2021-01-06 17:22:44','2021-01-06 12:22:44'),
(40161,17551,'action created','2021-01-06 17:22:44','2021-01-06 12:22:44'),
(40162,17551,'action started via WP Cron','2021-01-06 17:23:37','2021-01-06 12:23:37'),
(40163,17551,'action complete via WP Cron','2021-01-06 17:23:37','2021-01-06 12:23:37'),
(40164,17552,'action created','2021-01-06 17:23:37','2021-01-06 12:23:37'),
(40165,17552,'action started via WP Cron','2021-01-06 17:24:13','2021-01-06 12:24:13'),
(40166,17552,'action complete via WP Cron','2021-01-06 17:24:13','2021-01-06 12:24:13'),
(40167,17553,'action created','2021-01-06 17:24:13','2021-01-06 12:24:13'),
(40168,17553,'action started via WP Cron','2021-01-06 17:25:24','2021-01-06 12:25:24'),
(40169,17553,'action complete via WP Cron','2021-01-06 17:25:24','2021-01-06 12:25:24'),
(40170,17554,'action created','2021-01-06 17:25:24','2021-01-06 12:25:24'),
(40171,17554,'action started via WP Cron','2021-01-06 17:26:26','2021-01-06 12:26:26'),
(40172,17554,'action complete via WP Cron','2021-01-06 17:26:26','2021-01-06 12:26:26'),
(40173,17555,'action created','2021-01-06 17:26:26','2021-01-06 12:26:26'),
(40174,17555,'action started via WP Cron','2021-01-06 17:28:46','2021-01-06 12:28:46'),
(40175,17555,'action complete via WP Cron','2021-01-06 17:28:46','2021-01-06 12:28:46'),
(40176,17556,'action created','2021-01-06 17:28:46','2021-01-06 12:28:46'),
(40177,17556,'action started via WP Cron','2021-01-06 17:29:13','2021-01-06 12:29:13'),
(40178,17556,'action complete via WP Cron','2021-01-06 17:29:13','2021-01-06 12:29:13'),
(40179,17557,'action created','2021-01-06 17:29:14','2021-01-06 12:29:14'),
(40180,17557,'action started via WP Cron','2021-01-06 17:31:49','2021-01-06 12:31:49'),
(40181,17557,'action complete via WP Cron','2021-01-06 17:31:49','2021-01-06 12:31:49'),
(40182,17558,'action created','2021-01-06 17:31:49','2021-01-06 12:31:49'),
(40183,17558,'action started via WP Cron','2021-01-06 17:32:27','2021-01-06 12:32:27'),
(40184,17558,'action complete via WP Cron','2021-01-06 17:32:27','2021-01-06 12:32:27'),
(40185,17559,'action created','2021-01-06 17:32:27','2021-01-06 12:32:27'),
(40186,17559,'action started via WP Cron','2021-01-06 17:33:54','2021-01-06 12:33:54'),
(40187,17559,'action complete via WP Cron','2021-01-06 17:33:54','2021-01-06 12:33:54'),
(40188,17560,'action created','2021-01-06 17:33:54','2021-01-06 12:33:54'),
(40189,17560,'action started via WP Cron','2021-01-06 17:36:20','2021-01-06 12:36:20'),
(40190,17560,'action complete via WP Cron','2021-01-06 17:36:20','2021-01-06 12:36:20'),
(40191,17561,'action created','2021-01-06 17:36:20','2021-01-06 12:36:20'),
(40192,17561,'action started via WP Cron','2021-01-06 17:37:28','2021-01-06 12:37:28'),
(40193,17561,'action complete via WP Cron','2021-01-06 17:37:28','2021-01-06 12:37:28'),
(40194,17562,'action created','2021-01-06 17:37:28','2021-01-06 12:37:28'),
(40195,17562,'action started via WP Cron','2021-01-06 17:40:31','2021-01-06 12:40:31'),
(40196,17562,'action complete via WP Cron','2021-01-06 17:40:31','2021-01-06 12:40:31'),
(40197,17563,'action created','2021-01-06 17:40:31','2021-01-06 12:40:31'),
(40198,17563,'action started via WP Cron','2021-01-06 17:41:26','2021-01-06 12:41:26'),
(40199,17563,'action complete via WP Cron','2021-01-06 17:41:26','2021-01-06 12:41:26'),
(40200,17564,'action created','2021-01-06 17:41:26','2021-01-06 12:41:26'),
(40201,17564,'action started via WP Cron','2021-01-06 17:45:45','2021-01-06 12:45:45'),
(40202,17564,'action complete via WP Cron','2021-01-06 17:45:45','2021-01-06 12:45:45'),
(40203,17565,'action created','2021-01-06 17:45:46','2021-01-06 12:45:46'),
(40204,17565,'action started via WP Cron','2021-01-06 17:46:21','2021-01-06 12:46:21'),
(40205,17565,'action complete via WP Cron','2021-01-06 17:46:21','2021-01-06 12:46:21'),
(40206,17566,'action created','2021-01-06 17:46:21','2021-01-06 12:46:21'),
(40207,17566,'action started via WP Cron','2021-01-06 17:47:41','2021-01-06 12:47:41'),
(40208,17566,'action complete via WP Cron','2021-01-06 17:47:41','2021-01-06 12:47:41'),
(40209,17567,'action created','2021-01-06 17:47:41','2021-01-06 12:47:41'),
(40210,17567,'action started via WP Cron','2021-01-06 17:49:37','2021-01-06 12:49:37'),
(40211,17567,'action complete via WP Cron','2021-01-06 17:49:37','2021-01-06 12:49:37'),
(40212,17568,'action created','2021-01-06 17:49:37','2021-01-06 12:49:37'),
(40213,17568,'action started via WP Cron','2021-01-06 17:50:27','2021-01-06 12:50:27'),
(40214,17568,'action complete via WP Cron','2021-01-06 17:50:27','2021-01-06 12:50:27'),
(40215,17569,'action created','2021-01-06 17:50:27','2021-01-06 12:50:27'),
(40216,17569,'action started via WP Cron','2021-01-06 17:53:31','2021-01-06 12:53:31'),
(40217,17569,'action complete via WP Cron','2021-01-06 17:53:31','2021-01-06 12:53:31'),
(40218,17570,'action created','2021-01-06 17:53:31','2021-01-06 12:53:31'),
(40219,17570,'action started via WP Cron','2021-01-06 17:55:58','2021-01-06 12:55:58'),
(40220,17570,'action complete via WP Cron','2021-01-06 17:55:58','2021-01-06 12:55:58'),
(40221,17571,'action created','2021-01-06 17:55:58','2021-01-06 12:55:58'),
(40222,17571,'action started via WP Cron','2021-01-06 17:56:13','2021-01-06 12:56:13'),
(40223,17571,'action complete via WP Cron','2021-01-06 17:56:13','2021-01-06 12:56:13'),
(40224,17572,'action created','2021-01-06 17:56:13','2021-01-06 12:56:13'),
(40225,17572,'action started via WP Cron','2021-01-06 17:59:14','2021-01-06 12:59:14'),
(40226,17572,'action complete via WP Cron','2021-01-06 17:59:14','2021-01-06 12:59:14'),
(40227,17573,'action created','2021-01-06 17:59:14','2021-01-06 12:59:14'),
(40228,17573,'action started via WP Cron','2021-01-06 18:00:28','2021-01-06 13:00:28'),
(40229,17573,'action complete via WP Cron','2021-01-06 18:00:28','2021-01-06 13:00:28'),
(40230,17574,'action created','2021-01-06 18:00:28','2021-01-06 13:00:28'),
(40231,17574,'action started via WP Cron','2021-01-06 18:01:48','2021-01-06 13:01:48'),
(40232,17574,'action complete via WP Cron','2021-01-06 18:01:48','2021-01-06 13:01:48'),
(40233,17575,'action created','2021-01-06 18:01:48','2021-01-06 13:01:48'),
(40234,17575,'action started via WP Cron','2021-01-06 18:03:02','2021-01-06 13:03:02'),
(40235,17575,'action complete via WP Cron','2021-01-06 18:03:02','2021-01-06 13:03:02'),
(40236,17576,'action created','2021-01-06 18:03:02','2021-01-06 13:03:02'),
(40237,17576,'action started via WP Cron','2021-01-06 18:06:10','2021-01-06 13:06:10'),
(40238,17576,'action complete via WP Cron','2021-01-06 18:06:10','2021-01-06 13:06:10'),
(40239,17577,'action created','2021-01-06 18:06:10','2021-01-06 13:06:10'),
(40240,17577,'action started via WP Cron','2021-01-06 18:11:01','2021-01-06 13:11:01'),
(40241,17577,'action complete via WP Cron','2021-01-06 18:11:01','2021-01-06 13:11:01'),
(40242,17578,'action created','2021-01-06 18:11:01','2021-01-06 13:11:01'),
(40243,17578,'action started via WP Cron','2021-01-06 18:11:33','2021-01-06 13:11:33'),
(40244,17578,'action complete via WP Cron','2021-01-06 18:11:33','2021-01-06 13:11:33'),
(40245,17579,'action created','2021-01-06 18:11:33','2021-01-06 13:11:33'),
(40246,17579,'action started via WP Cron','2021-01-06 18:13:24','2021-01-06 13:13:24'),
(40247,17579,'action complete via WP Cron','2021-01-06 18:13:24','2021-01-06 13:13:24'),
(40248,17580,'action created','2021-01-06 18:13:25','2021-01-06 13:13:25'),
(40249,17580,'action started via WP Cron','2021-01-06 18:15:07','2021-01-06 13:15:07'),
(40250,17580,'action complete via WP Cron','2021-01-06 18:15:07','2021-01-06 13:15:07'),
(40251,17581,'action created','2021-01-06 18:15:07','2021-01-06 13:15:07'),
(40252,17581,'action started via WP Cron','2021-01-06 18:16:25','2021-01-06 13:16:25'),
(40253,17581,'action complete via WP Cron','2021-01-06 18:16:25','2021-01-06 13:16:25'),
(40254,17582,'action created','2021-01-06 18:16:25','2021-01-06 13:16:25'),
(40255,17582,'action started via WP Cron','2021-01-06 18:17:52','2021-01-06 13:17:52'),
(40256,17582,'action complete via WP Cron','2021-01-06 18:17:52','2021-01-06 13:17:52'),
(40257,17583,'action created','2021-01-06 18:17:52','2021-01-06 13:17:52'),
(40258,17583,'action started via WP Cron','2021-01-06 18:21:14','2021-01-06 13:21:14'),
(40259,17583,'action complete via WP Cron','2021-01-06 18:21:14','2021-01-06 13:21:14'),
(40260,17584,'action created','2021-01-06 18:21:14','2021-01-06 13:21:14'),
(40261,17584,'action started via WP Cron','2021-01-06 18:28:25','2021-01-06 13:28:25'),
(40262,17584,'action complete via WP Cron','2021-01-06 18:28:25','2021-01-06 13:28:25'),
(40263,17585,'action created','2021-01-06 18:28:25','2021-01-06 13:28:25'),
(40264,17585,'action started via WP Cron','2021-01-06 18:29:39','2021-01-06 13:29:39'),
(40265,17585,'action complete via WP Cron','2021-01-06 18:29:39','2021-01-06 13:29:39'),
(40266,17586,'action created','2021-01-06 18:29:39','2021-01-06 13:29:39'),
(40267,17586,'action started via WP Cron','2021-01-06 18:30:36','2021-01-06 13:30:36'),
(40268,17586,'action complete via WP Cron','2021-01-06 18:30:36','2021-01-06 13:30:36'),
(40269,17587,'action created','2021-01-06 18:30:36','2021-01-06 13:30:36'),
(40270,17587,'action started via WP Cron','2021-01-06 18:31:33','2021-01-06 13:31:33'),
(40271,17587,'action complete via WP Cron','2021-01-06 18:31:33','2021-01-06 13:31:33'),
(40272,17588,'action created','2021-01-06 18:31:33','2021-01-06 13:31:33'),
(40273,17588,'action started via WP Cron','2021-01-06 18:33:23','2021-01-06 13:33:23'),
(40274,17588,'action complete via WP Cron','2021-01-06 18:33:23','2021-01-06 13:33:23'),
(40275,17589,'action created','2021-01-06 18:33:23','2021-01-06 13:33:23'),
(40276,17589,'action started via WP Cron','2021-01-06 18:34:43','2021-01-06 13:34:43'),
(40277,17589,'action complete via WP Cron','2021-01-06 18:34:43','2021-01-06 13:34:43'),
(40278,17590,'action created','2021-01-06 18:34:43','2021-01-06 13:34:43'),
(40279,17590,'action started via WP Cron','2021-01-06 18:40:09','2021-01-06 13:40:09'),
(40280,17590,'action complete via WP Cron','2021-01-06 18:40:09','2021-01-06 13:40:09'),
(40281,17591,'action created','2021-01-06 18:40:09','2021-01-06 13:40:09'),
(40282,17591,'action started via WP Cron','2021-01-06 18:40:59','2021-01-06 13:40:59'),
(40283,17591,'action complete via WP Cron','2021-01-06 18:40:59','2021-01-06 13:40:59'),
(40284,17592,'action created','2021-01-06 18:40:59','2021-01-06 13:40:59'),
(40285,17592,'action started via WP Cron','2021-01-06 18:41:46','2021-01-06 13:41:46'),
(40286,17592,'action complete via WP Cron','2021-01-06 18:41:46','2021-01-06 13:41:46'),
(40287,17593,'action created','2021-01-06 18:41:46','2021-01-06 13:41:46'),
(40288,17593,'action started via WP Cron','2021-01-06 18:47:39','2021-01-06 13:47:39'),
(40289,17593,'action complete via WP Cron','2021-01-06 18:47:39','2021-01-06 13:47:39'),
(40290,17594,'action created','2021-01-06 18:47:39','2021-01-06 13:47:39'),
(40291,17594,'action started via WP Cron','2021-01-06 18:48:39','2021-01-06 13:48:39'),
(40292,17594,'action complete via WP Cron','2021-01-06 18:48:39','2021-01-06 13:48:39'),
(40293,17595,'action created','2021-01-06 18:48:39','2021-01-06 13:48:39'),
(40294,17595,'action started via WP Cron','2021-01-06 18:49:15','2021-01-06 13:49:15'),
(40295,17595,'action complete via WP Cron','2021-01-06 18:49:15','2021-01-06 13:49:15'),
(40296,17596,'action created','2021-01-06 18:49:15','2021-01-06 13:49:15'),
(40297,17596,'action started via WP Cron','2021-01-06 18:50:55','2021-01-06 13:50:55'),
(40298,17596,'action complete via WP Cron','2021-01-06 18:50:55','2021-01-06 13:50:55'),
(40299,17597,'action created','2021-01-06 18:50:55','2021-01-06 13:50:55'),
(40300,17597,'action started via WP Cron','2021-01-06 18:51:17','2021-01-06 13:51:17'),
(40301,17597,'action complete via WP Cron','2021-01-06 18:51:17','2021-01-06 13:51:17'),
(40302,17598,'action created','2021-01-06 18:51:17','2021-01-06 13:51:17'),
(40303,17598,'action started via WP Cron','2021-01-06 18:55:20','2021-01-06 13:55:20'),
(40304,17598,'action complete via WP Cron','2021-01-06 18:55:20','2021-01-06 13:55:20'),
(40305,17599,'action created','2021-01-06 18:55:20','2021-01-06 13:55:20'),
(40306,17599,'action started via WP Cron','2021-01-06 18:57:49','2021-01-06 13:57:49'),
(40307,17599,'action complete via WP Cron','2021-01-06 18:57:49','2021-01-06 13:57:49'),
(40308,17600,'action created','2021-01-06 18:57:49','2021-01-06 13:57:49'),
(40309,17600,'action started via WP Cron','2021-01-06 18:59:46','2021-01-06 13:59:46'),
(40310,17600,'action complete via WP Cron','2021-01-06 18:59:46','2021-01-06 13:59:46'),
(40311,17601,'action created','2021-01-06 18:59:46','2021-01-06 13:59:46'),
(40312,17601,'action started via WP Cron','2021-01-06 19:00:28','2021-01-06 14:00:28'),
(40313,17601,'action complete via WP Cron','2021-01-06 19:00:28','2021-01-06 14:00:28'),
(40314,17602,'action created','2021-01-06 19:00:28','2021-01-06 14:00:28'),
(40315,17602,'action started via WP Cron','2021-01-06 19:01:21','2021-01-06 14:01:21'),
(40316,17602,'action complete via WP Cron','2021-01-06 19:01:21','2021-01-06 14:01:21'),
(40317,17603,'action created','2021-01-06 19:01:21','2021-01-06 14:01:21'),
(40318,17603,'action started via WP Cron','2021-01-06 19:02:14','2021-01-06 14:02:14'),
(40319,17603,'action complete via WP Cron','2021-01-06 19:02:14','2021-01-06 14:02:14'),
(40320,17604,'action created','2021-01-06 19:02:14','2021-01-06 14:02:14'),
(40321,17604,'action started via WP Cron','2021-01-06 19:06:47','2021-01-06 14:06:47'),
(40322,17604,'action complete via WP Cron','2021-01-06 19:06:47','2021-01-06 14:06:47'),
(40323,17605,'action created','2021-01-06 19:06:47','2021-01-06 14:06:47'),
(40324,17605,'action started via WP Cron','2021-01-06 19:08:19','2021-01-06 14:08:19'),
(40325,17605,'action complete via WP Cron','2021-01-06 19:08:19','2021-01-06 14:08:19'),
(40326,17606,'action created','2021-01-06 19:08:19','2021-01-06 14:08:19'),
(40327,17606,'action started via WP Cron','2021-01-06 19:10:09','2021-01-06 14:10:09'),
(40328,17606,'action complete via WP Cron','2021-01-06 19:10:09','2021-01-06 14:10:09'),
(40329,17607,'action created','2021-01-06 19:10:09','2021-01-06 14:10:09'),
(40330,17607,'action started via WP Cron','2021-01-06 19:10:35','2021-01-06 14:10:35'),
(40331,17607,'action complete via WP Cron','2021-01-06 19:10:35','2021-01-06 14:10:35'),
(40332,17608,'action created','2021-01-06 19:10:35','2021-01-06 14:10:35'),
(40333,17608,'action started via WP Cron','2021-01-06 19:11:28','2021-01-06 14:11:28'),
(40334,17608,'action complete via WP Cron','2021-01-06 19:11:28','2021-01-06 14:11:28'),
(40335,17609,'action created','2021-01-06 19:11:28','2021-01-06 14:11:28'),
(40336,17609,'action started via WP Cron','2021-01-06 19:13:44','2021-01-06 14:13:44'),
(40337,17609,'action complete via WP Cron','2021-01-06 19:13:44','2021-01-06 14:13:44'),
(40338,17610,'action created','2021-01-06 19:13:45','2021-01-06 14:13:45'),
(40339,17610,'action started via WP Cron','2021-01-06 19:14:47','2021-01-06 14:14:47'),
(40340,17610,'action complete via WP Cron','2021-01-06 19:14:47','2021-01-06 14:14:47'),
(40341,17611,'action created','2021-01-06 19:14:48','2021-01-06 14:14:48'),
(40342,17611,'action started via WP Cron','2021-01-06 19:15:56','2021-01-06 14:15:56'),
(40343,17611,'action complete via WP Cron','2021-01-06 19:15:56','2021-01-06 14:15:56'),
(40344,17612,'action created','2021-01-06 19:15:56','2021-01-06 14:15:56'),
(40345,17612,'action started via WP Cron','2021-01-06 19:17:40','2021-01-06 14:17:40'),
(40346,17612,'action complete via WP Cron','2021-01-06 19:17:40','2021-01-06 14:17:40'),
(40347,17613,'action created','2021-01-06 19:17:40','2021-01-06 14:17:40'),
(40348,17613,'action started via WP Cron','2021-01-06 19:20:13','2021-01-06 14:20:13'),
(40349,17613,'action complete via WP Cron','2021-01-06 19:20:13','2021-01-06 14:20:13'),
(40350,17614,'action created','2021-01-06 19:20:13','2021-01-06 14:20:13'),
(40351,17614,'action started via WP Cron','2021-01-06 19:22:23','2021-01-06 14:22:23'),
(40352,17614,'action complete via WP Cron','2021-01-06 19:22:23','2021-01-06 14:22:23'),
(40353,17615,'action created','2021-01-06 19:22:23','2021-01-06 14:22:23'),
(40354,17615,'action started via WP Cron','2021-01-06 19:25:18','2021-01-06 14:25:18'),
(40355,17615,'action complete via WP Cron','2021-01-06 19:25:18','2021-01-06 14:25:18'),
(40356,17616,'action created','2021-01-06 19:25:18','2021-01-06 14:25:18'),
(40357,17616,'action started via WP Cron','2021-01-06 19:26:49','2021-01-06 14:26:49'),
(40358,17616,'action complete via WP Cron','2021-01-06 19:26:49','2021-01-06 14:26:49'),
(40359,17617,'action created','2021-01-06 19:26:50','2021-01-06 14:26:50'),
(40360,17617,'action started via WP Cron','2021-01-06 19:28:39','2021-01-06 14:28:39'),
(40361,17617,'action complete via WP Cron','2021-01-06 19:28:39','2021-01-06 14:28:39'),
(40362,17618,'action created','2021-01-06 19:28:39','2021-01-06 14:28:39'),
(40363,17618,'action started via WP Cron','2021-01-06 19:30:38','2021-01-06 14:30:38'),
(40364,17618,'action complete via WP Cron','2021-01-06 19:30:38','2021-01-06 14:30:38'),
(40365,17619,'action created','2021-01-06 19:30:38','2021-01-06 14:30:38'),
(40366,17619,'action started via WP Cron','2021-01-06 19:31:53','2021-01-06 14:31:53'),
(40367,17619,'action complete via WP Cron','2021-01-06 19:31:53','2021-01-06 14:31:53'),
(40368,17620,'action created','2021-01-06 19:31:53','2021-01-06 14:31:53'),
(40369,17620,'action started via WP Cron','2021-01-06 19:33:08','2021-01-06 14:33:08'),
(40370,17620,'action complete via WP Cron','2021-01-06 19:33:08','2021-01-06 14:33:08'),
(40371,17621,'action created','2021-01-06 19:33:08','2021-01-06 14:33:08'),
(40372,17621,'action started via WP Cron','2021-01-06 19:35:18','2021-01-06 14:35:18'),
(40373,17621,'action complete via WP Cron','2021-01-06 19:35:18','2021-01-06 14:35:18'),
(40374,17622,'action created','2021-01-06 19:35:18','2021-01-06 14:35:18'),
(40375,17622,'action started via WP Cron','2021-01-06 19:37:04','2021-01-06 14:37:04'),
(40376,17622,'action complete via WP Cron','2021-01-06 19:37:04','2021-01-06 14:37:04'),
(40377,17623,'action created','2021-01-06 19:37:04','2021-01-06 14:37:04'),
(40378,17623,'action started via WP Cron','2021-01-06 19:37:26','2021-01-06 14:37:26'),
(40379,17623,'action complete via WP Cron','2021-01-06 19:37:26','2021-01-06 14:37:26'),
(40380,17624,'action created','2021-01-06 19:37:26','2021-01-06 14:37:26'),
(40381,17624,'action started via WP Cron','2021-01-06 19:38:39','2021-01-06 14:38:39'),
(40382,17624,'action complete via WP Cron','2021-01-06 19:38:39','2021-01-06 14:38:39'),
(40383,17625,'action created','2021-01-06 19:38:39','2021-01-06 14:38:39'),
(40384,17625,'action started via WP Cron','2021-01-06 19:39:50','2021-01-06 14:39:50'),
(40385,17625,'action complete via WP Cron','2021-01-06 19:39:50','2021-01-06 14:39:50'),
(40386,17626,'action created','2021-01-06 19:39:50','2021-01-06 14:39:50'),
(40387,17626,'action started via WP Cron','2021-01-06 19:41:00','2021-01-06 14:41:00'),
(40388,17626,'action complete via WP Cron','2021-01-06 19:41:00','2021-01-06 14:41:00'),
(40389,17627,'action created','2021-01-06 19:41:00','2021-01-06 14:41:00'),
(40390,17627,'action started via WP Cron','2021-01-06 19:41:37','2021-01-06 14:41:37'),
(40391,17627,'action complete via WP Cron','2021-01-06 19:41:37','2021-01-06 14:41:37'),
(40392,17628,'action created','2021-01-06 19:41:37','2021-01-06 14:41:37'),
(40393,17628,'action started via WP Cron','2021-01-06 19:43:01','2021-01-06 14:43:01'),
(40394,17628,'action complete via WP Cron','2021-01-06 19:43:01','2021-01-06 14:43:01'),
(40395,17629,'action created','2021-01-06 19:43:02','2021-01-06 14:43:02'),
(40396,17629,'action started via WP Cron','2021-01-06 19:43:20','2021-01-06 14:43:20'),
(40397,17629,'action complete via WP Cron','2021-01-06 19:43:20','2021-01-06 14:43:20'),
(40398,17630,'action created','2021-01-06 19:43:20','2021-01-06 14:43:20'),
(40399,17630,'action started via WP Cron','2021-01-06 19:44:15','2021-01-06 14:44:15'),
(40400,17630,'action complete via WP Cron','2021-01-06 19:44:15','2021-01-06 14:44:15'),
(40401,17631,'action created','2021-01-06 19:44:15','2021-01-06 14:44:15'),
(40402,17631,'action started via WP Cron','2021-01-06 19:45:18','2021-01-06 14:45:18'),
(40403,17631,'action complete via WP Cron','2021-01-06 19:45:18','2021-01-06 14:45:18'),
(40404,17632,'action created','2021-01-06 19:45:18','2021-01-06 14:45:18'),
(40405,17632,'action started via WP Cron','2021-01-06 19:47:05','2021-01-06 14:47:05'),
(40406,17632,'action complete via WP Cron','2021-01-06 19:47:05','2021-01-06 14:47:05'),
(40407,17633,'action created','2021-01-06 19:47:05','2021-01-06 14:47:05'),
(40408,17633,'action started via WP Cron','2021-01-06 19:47:51','2021-01-06 14:47:51'),
(40409,17633,'action complete via WP Cron','2021-01-06 19:47:51','2021-01-06 14:47:51'),
(40410,17634,'action created','2021-01-06 19:47:51','2021-01-06 14:47:51'),
(40411,17634,'action started via WP Cron','2021-01-06 19:51:50','2021-01-06 14:51:50'),
(40412,17634,'action complete via WP Cron','2021-01-06 19:51:50','2021-01-06 14:51:50'),
(40413,17635,'action created','2021-01-06 19:51:50','2021-01-06 14:51:50'),
(40414,17635,'action started via WP Cron','2021-01-06 19:54:42','2021-01-06 14:54:42'),
(40415,17635,'action complete via WP Cron','2021-01-06 19:54:42','2021-01-06 14:54:42'),
(40416,17636,'action created','2021-01-06 19:54:42','2021-01-06 14:54:42'),
(40417,17636,'action started via WP Cron','2021-01-06 19:55:16','2021-01-06 14:55:16'),
(40418,17636,'action complete via WP Cron','2021-01-06 19:55:16','2021-01-06 14:55:16'),
(40419,17637,'action created','2021-01-06 19:55:16','2021-01-06 14:55:16'),
(40420,17637,'action started via WP Cron','2021-01-06 19:57:13','2021-01-06 14:57:13'),
(40421,17637,'action complete via WP Cron','2021-01-06 19:57:13','2021-01-06 14:57:13'),
(40422,17638,'action created','2021-01-06 19:57:13','2021-01-06 14:57:13'),
(40423,17638,'action started via WP Cron','2021-01-06 20:01:06','2021-01-06 15:01:06'),
(40424,17638,'action complete via WP Cron','2021-01-06 20:01:06','2021-01-06 15:01:06'),
(40425,17639,'action created','2021-01-06 20:01:06','2021-01-06 15:01:06'),
(40426,17639,'action started via WP Cron','2021-01-06 20:01:18','2021-01-06 15:01:18'),
(40427,17639,'action complete via WP Cron','2021-01-06 20:01:18','2021-01-06 15:01:18'),
(40428,17640,'action created','2021-01-06 20:01:18','2021-01-06 15:01:18'),
(40429,17640,'action started via WP Cron','2021-01-06 20:03:18','2021-01-06 15:03:18'),
(40430,17640,'action complete via WP Cron','2021-01-06 20:03:18','2021-01-06 15:03:18'),
(40431,17641,'action created','2021-01-06 20:03:18','2021-01-06 15:03:18'),
(40432,17641,'action started via WP Cron','2021-01-06 20:04:19','2021-01-06 15:04:19'),
(40433,17641,'action complete via WP Cron','2021-01-06 20:04:19','2021-01-06 15:04:19'),
(40434,17642,'action created','2021-01-06 20:04:19','2021-01-06 15:04:19'),
(40435,17642,'action started via WP Cron','2021-01-06 20:05:16','2021-01-06 15:05:16'),
(40436,17642,'action complete via WP Cron','2021-01-06 20:05:16','2021-01-06 15:05:16'),
(40437,17643,'action created','2021-01-06 20:05:16','2021-01-06 15:05:16'),
(40438,17643,'action started via WP Cron','2021-01-06 20:07:37','2021-01-06 15:07:37'),
(40439,17643,'action complete via WP Cron','2021-01-06 20:07:37','2021-01-06 15:07:37'),
(40440,17644,'action created','2021-01-06 20:07:37','2021-01-06 15:07:37'),
(40441,17644,'action started via WP Cron','2021-01-06 20:08:13','2021-01-06 15:08:13'),
(40442,17644,'action complete via WP Cron','2021-01-06 20:08:13','2021-01-06 15:08:13'),
(40443,17645,'action created','2021-01-06 20:08:13','2021-01-06 15:08:13'),
(40444,17645,'action started via WP Cron','2021-01-06 20:13:36','2021-01-06 15:13:36'),
(40445,17645,'action complete via WP Cron','2021-01-06 20:13:36','2021-01-06 15:13:36'),
(40446,17646,'action created','2021-01-06 20:13:36','2021-01-06 15:13:36'),
(40447,17646,'action started via WP Cron','2021-01-06 20:15:36','2021-01-06 15:15:36'),
(40448,17646,'action complete via WP Cron','2021-01-06 20:15:36','2021-01-06 15:15:36'),
(40449,17647,'action created','2021-01-06 20:15:36','2021-01-06 15:15:36'),
(40450,17647,'action started via WP Cron','2021-01-06 20:17:30','2021-01-06 15:17:30'),
(40451,17647,'action complete via WP Cron','2021-01-06 20:17:30','2021-01-06 15:17:30'),
(40452,17648,'action created','2021-01-06 20:17:30','2021-01-06 15:17:30'),
(40453,17648,'action started via WP Cron','2021-01-06 20:19:55','2021-01-06 15:19:55'),
(40454,17648,'action complete via WP Cron','2021-01-06 20:19:55','2021-01-06 15:19:55'),
(40455,17649,'action created','2021-01-06 20:19:55','2021-01-06 15:19:55'),
(40456,17649,'action started via WP Cron','2021-01-06 20:20:52','2021-01-06 15:20:52'),
(40457,17649,'action complete via WP Cron','2021-01-06 20:20:52','2021-01-06 15:20:52'),
(40458,17650,'action created','2021-01-06 20:20:52','2021-01-06 15:20:52'),
(40459,17650,'action started via WP Cron','2021-01-06 20:22:05','2021-01-06 15:22:05'),
(40460,17650,'action complete via WP Cron','2021-01-06 20:22:05','2021-01-06 15:22:05'),
(40461,17651,'action created','2021-01-06 20:22:05','2021-01-06 15:22:05'),
(40462,17651,'action started via WP Cron','2021-01-06 20:22:23','2021-01-06 15:22:23'),
(40463,17651,'action complete via WP Cron','2021-01-06 20:22:23','2021-01-06 15:22:23'),
(40464,17652,'action created','2021-01-06 20:22:23','2021-01-06 15:22:23'),
(40465,17652,'action started via WP Cron','2021-01-06 20:23:35','2021-01-06 15:23:35'),
(40466,17652,'action complete via WP Cron','2021-01-06 20:23:35','2021-01-06 15:23:35'),
(40467,17653,'action created','2021-01-06 20:23:35','2021-01-06 15:23:35'),
(40468,17653,'action started via WP Cron','2021-01-06 20:26:46','2021-01-06 15:26:46'),
(40469,17653,'action complete via WP Cron','2021-01-06 20:26:46','2021-01-06 15:26:46'),
(40470,17654,'action created','2021-01-06 20:26:46','2021-01-06 15:26:46'),
(40471,17654,'action started via WP Cron','2021-01-06 20:27:56','2021-01-06 15:27:56'),
(40472,17654,'action complete via WP Cron','2021-01-06 20:27:56','2021-01-06 15:27:56'),
(40473,17655,'action created','2021-01-06 20:27:56','2021-01-06 15:27:56'),
(40474,17655,'action started via WP Cron','2021-01-06 20:30:03','2021-01-06 15:30:03'),
(40475,17655,'action complete via WP Cron','2021-01-06 20:30:03','2021-01-06 15:30:03'),
(40476,17656,'action created','2021-01-06 20:30:03','2021-01-06 15:30:03'),
(40477,17656,'action started via WP Cron','2021-01-06 20:32:32','2021-01-06 15:32:32'),
(40478,17656,'action complete via WP Cron','2021-01-06 20:32:32','2021-01-06 15:32:32'),
(40479,17657,'action created','2021-01-06 20:32:32','2021-01-06 15:32:32'),
(40480,17657,'action started via WP Cron','2021-01-06 20:33:41','2021-01-06 15:33:41'),
(40481,17657,'action complete via WP Cron','2021-01-06 20:33:41','2021-01-06 15:33:41'),
(40482,17658,'action created','2021-01-06 20:33:42','2021-01-06 15:33:42'),
(40483,17658,'action started via WP Cron','2021-01-06 20:35:31','2021-01-06 15:35:31'),
(40484,17658,'action complete via WP Cron','2021-01-06 20:35:31','2021-01-06 15:35:31'),
(40485,17659,'action created','2021-01-06 20:35:31','2021-01-06 15:35:31'),
(40486,17659,'action started via WP Cron','2021-01-06 20:36:25','2021-01-06 15:36:25'),
(40487,17659,'action complete via WP Cron','2021-01-06 20:36:25','2021-01-06 15:36:25'),
(40488,17660,'action created','2021-01-06 20:36:25','2021-01-06 15:36:25'),
(40489,17660,'action started via WP Cron','2021-01-06 20:38:27','2021-01-06 15:38:27'),
(40490,17660,'action complete via WP Cron','2021-01-06 20:38:27','2021-01-06 15:38:27'),
(40491,17661,'action created','2021-01-06 20:38:27','2021-01-06 15:38:27'),
(40492,17661,'action started via WP Cron','2021-01-06 20:39:36','2021-01-06 15:39:36'),
(40493,17661,'action complete via WP Cron','2021-01-06 20:39:36','2021-01-06 15:39:36'),
(40494,17662,'action created','2021-01-06 20:39:36','2021-01-06 15:39:36'),
(40495,17662,'action started via WP Cron','2021-01-06 20:40:40','2021-01-06 15:40:40'),
(40496,17662,'action complete via WP Cron','2021-01-06 20:40:40','2021-01-06 15:40:40'),
(40497,17663,'action created','2021-01-06 20:40:40','2021-01-06 15:40:40'),
(40498,17663,'action started via WP Cron','2021-01-06 20:42:37','2021-01-06 15:42:37'),
(40499,17663,'action complete via WP Cron','2021-01-06 20:42:37','2021-01-06 15:42:37'),
(40500,17664,'action created','2021-01-06 20:42:37','2021-01-06 15:42:37'),
(40501,17664,'action started via WP Cron','2021-01-06 20:44:26','2021-01-06 15:44:26'),
(40502,17664,'action complete via WP Cron','2021-01-06 20:44:26','2021-01-06 15:44:26'),
(40503,17665,'action created','2021-01-06 20:44:26','2021-01-06 15:44:26'),
(40504,17665,'action started via WP Cron','2021-01-06 20:47:45','2021-01-06 15:47:45'),
(40505,17665,'action complete via WP Cron','2021-01-06 20:47:45','2021-01-06 15:47:45'),
(40506,17666,'action created','2021-01-06 20:47:46','2021-01-06 15:47:46'),
(40507,17666,'action started via WP Cron','2021-01-06 20:48:23','2021-01-06 15:48:23'),
(40508,17666,'action complete via WP Cron','2021-01-06 20:48:23','2021-01-06 15:48:23'),
(40509,17667,'action created','2021-01-06 20:48:23','2021-01-06 15:48:23'),
(40510,17667,'action started via WP Cron','2021-01-06 20:50:27','2021-01-06 15:50:27'),
(40511,17667,'action complete via WP Cron','2021-01-06 20:50:28','2021-01-06 15:50:28'),
(40512,17668,'action created','2021-01-06 20:50:28','2021-01-06 15:50:28'),
(40513,17668,'action started via WP Cron','2021-01-06 20:51:19','2021-01-06 15:51:19'),
(40514,17668,'action complete via WP Cron','2021-01-06 20:51:19','2021-01-06 15:51:19'),
(40515,17669,'action created','2021-01-06 20:51:19','2021-01-06 15:51:19'),
(40516,17669,'action started via WP Cron','2021-01-06 20:52:19','2021-01-06 15:52:19'),
(40517,17669,'action complete via WP Cron','2021-01-06 20:52:19','2021-01-06 15:52:19'),
(40518,17670,'action created','2021-01-06 20:52:19','2021-01-06 15:52:19'),
(40519,17670,'action started via WP Cron','2021-01-06 20:53:41','2021-01-06 15:53:41'),
(40520,17670,'action complete via WP Cron','2021-01-06 20:53:42','2021-01-06 15:53:42'),
(40521,17671,'action created','2021-01-06 20:53:42','2021-01-06 15:53:42'),
(40522,17671,'action started via WP Cron','2021-01-06 20:54:25','2021-01-06 15:54:25'),
(40523,17671,'action complete via WP Cron','2021-01-06 20:54:25','2021-01-06 15:54:25'),
(40524,17672,'action created','2021-01-06 20:54:25','2021-01-06 15:54:25'),
(40525,17672,'action started via WP Cron','2021-01-06 20:55:11','2021-01-06 15:55:11'),
(40526,17672,'action complete via WP Cron','2021-01-06 20:55:11','2021-01-06 15:55:11'),
(40527,17673,'action created','2021-01-06 20:55:11','2021-01-06 15:55:11'),
(40528,17673,'action started via WP Cron','2021-01-06 20:56:33','2021-01-06 15:56:33'),
(40529,17673,'action complete via WP Cron','2021-01-06 20:56:33','2021-01-06 15:56:33'),
(40530,17674,'action created','2021-01-06 20:56:33','2021-01-06 15:56:33'),
(40531,17674,'action started via WP Cron','2021-01-06 20:57:58','2021-01-06 15:57:58'),
(40532,17674,'action complete via WP Cron','2021-01-06 20:57:58','2021-01-06 15:57:58'),
(40533,17675,'action created','2021-01-06 20:57:58','2021-01-06 15:57:58'),
(40534,17675,'action started via WP Cron','2021-01-06 20:58:45','2021-01-06 15:58:45'),
(40535,17675,'action complete via WP Cron','2021-01-06 20:58:45','2021-01-06 15:58:45'),
(40536,17676,'action created','2021-01-06 20:58:45','2021-01-06 15:58:45'),
(40537,17676,'action started via WP Cron','2021-01-06 20:59:47','2021-01-06 15:59:47'),
(40538,17676,'action complete via WP Cron','2021-01-06 20:59:47','2021-01-06 15:59:47'),
(40539,17677,'action created','2021-01-06 20:59:47','2021-01-06 15:59:47'),
(40540,17677,'action started via WP Cron','2021-01-06 21:00:25','2021-01-06 16:00:25'),
(40541,17677,'action complete via WP Cron','2021-01-06 21:00:25','2021-01-06 16:00:25'),
(40542,17678,'action created','2021-01-06 21:00:25','2021-01-06 16:00:25'),
(40543,17678,'action started via WP Cron','2021-01-06 21:01:23','2021-01-06 16:01:23'),
(40544,17678,'action complete via WP Cron','2021-01-06 21:01:23','2021-01-06 16:01:23'),
(40545,17679,'action created','2021-01-06 21:01:23','2021-01-06 16:01:23'),
(40546,17679,'action started via WP Cron','2021-01-06 21:02:41','2021-01-06 16:02:41'),
(40547,17679,'action complete via WP Cron','2021-01-06 21:02:41','2021-01-06 16:02:41'),
(40548,17680,'action created','2021-01-06 21:02:41','2021-01-06 16:02:41'),
(40549,17680,'action started via WP Cron','2021-01-06 21:03:43','2021-01-06 16:03:43'),
(40550,17680,'action complete via WP Cron','2021-01-06 21:03:43','2021-01-06 16:03:43'),
(40551,17681,'action created','2021-01-06 21:03:43','2021-01-06 16:03:43'),
(40552,17681,'action started via WP Cron','2021-01-06 21:05:54','2021-01-06 16:05:54'),
(40553,17681,'action complete via WP Cron','2021-01-06 21:05:54','2021-01-06 16:05:54'),
(40554,17682,'action created','2021-01-06 21:05:54','2021-01-06 16:05:54'),
(40555,17682,'action started via WP Cron','2021-01-06 21:06:28','2021-01-06 16:06:28'),
(40556,17682,'action complete via WP Cron','2021-01-06 21:06:28','2021-01-06 16:06:28'),
(40557,17683,'action created','2021-01-06 21:06:28','2021-01-06 16:06:28'),
(40558,17683,'action started via WP Cron','2021-01-06 21:07:21','2021-01-06 16:07:21'),
(40559,17683,'action complete via WP Cron','2021-01-06 21:07:21','2021-01-06 16:07:21'),
(40560,17684,'action created','2021-01-06 21:07:21','2021-01-06 16:07:21'),
(40561,17684,'action started via WP Cron','2021-01-06 21:08:21','2021-01-06 16:08:21'),
(40562,17684,'action complete via WP Cron','2021-01-06 21:08:21','2021-01-06 16:08:21'),
(40563,17685,'action created','2021-01-06 21:08:40','2021-01-06 16:08:40'),
(40564,17685,'action started via WP Cron','2021-01-06 21:09:46','2021-01-06 16:09:46'),
(40565,17685,'action complete via WP Cron','2021-01-06 21:09:46','2021-01-06 16:09:46'),
(40566,17686,'action created','2021-01-06 21:09:46','2021-01-06 16:09:46'),
(40567,17686,'action started via WP Cron','2021-01-06 21:10:22','2021-01-06 16:10:22'),
(40568,17686,'action complete via WP Cron','2021-01-06 21:10:22','2021-01-06 16:10:22'),
(40569,17687,'action created','2021-01-06 21:10:23','2021-01-06 16:10:23'),
(40570,17687,'action started via WP Cron','2021-01-06 21:12:08','2021-01-06 16:12:08'),
(40571,17687,'action complete via WP Cron','2021-01-06 21:12:08','2021-01-06 16:12:08'),
(40572,17688,'action created','2021-01-06 21:12:08','2021-01-06 16:12:08'),
(40573,17688,'action started via WP Cron','2021-01-06 21:12:27','2021-01-06 16:12:27'),
(40574,17688,'action complete via WP Cron','2021-01-06 21:12:27','2021-01-06 16:12:27'),
(40575,17689,'action created','2021-01-06 21:12:27','2021-01-06 16:12:27'),
(40576,17689,'action started via WP Cron','2021-01-06 21:13:14','2021-01-06 16:13:14'),
(40577,17689,'action complete via WP Cron','2021-01-06 21:13:14','2021-01-06 16:13:14'),
(40578,17690,'action created','2021-01-06 21:13:14','2021-01-06 16:13:14'),
(40579,17690,'action started via WP Cron','2021-01-06 21:14:14','2021-01-06 16:14:14'),
(40580,17690,'action complete via WP Cron','2021-01-06 21:14:14','2021-01-06 16:14:14'),
(40581,17691,'action created','2021-01-06 21:14:14','2021-01-06 16:14:14'),
(40582,17691,'action started via WP Cron','2021-01-06 21:15:14','2021-01-06 16:15:14'),
(40583,17691,'action complete via WP Cron','2021-01-06 21:15:14','2021-01-06 16:15:14'),
(40584,17692,'action created','2021-01-06 21:15:14','2021-01-06 16:15:14'),
(40585,17692,'action started via WP Cron','2021-01-06 21:17:07','2021-01-06 16:17:07'),
(40586,17692,'action complete via WP Cron','2021-01-06 21:17:07','2021-01-06 16:17:07'),
(40587,17693,'action created','2021-01-06 21:17:07','2021-01-06 16:17:07'),
(40588,17693,'action started via WP Cron','2021-01-06 21:18:38','2021-01-06 16:18:38'),
(40589,17693,'action complete via WP Cron','2021-01-06 21:18:38','2021-01-06 16:18:38'),
(40590,17694,'action created','2021-01-06 21:18:38','2021-01-06 16:18:38'),
(40591,17694,'action started via WP Cron','2021-01-06 21:19:47','2021-01-06 16:19:47'),
(40592,17694,'action complete via WP Cron','2021-01-06 21:19:48','2021-01-06 16:19:48'),
(40593,17695,'action created','2021-01-06 21:19:48','2021-01-06 16:19:48'),
(40594,17695,'action started via WP Cron','2021-01-06 21:20:18','2021-01-06 16:20:18'),
(40595,17695,'action complete via WP Cron','2021-01-06 21:20:18','2021-01-06 16:20:18'),
(40596,17696,'action created','2021-01-06 21:20:18','2021-01-06 16:20:18'),
(40597,17696,'action started via WP Cron','2021-01-06 21:22:12','2021-01-06 16:22:12'),
(40598,17696,'action complete via WP Cron','2021-01-06 21:22:12','2021-01-06 16:22:12'),
(40599,17697,'action created','2021-01-06 21:22:12','2021-01-06 16:22:12'),
(40600,17697,'action started via WP Cron','2021-01-06 21:24:47','2021-01-06 16:24:47'),
(40601,17697,'action complete via WP Cron','2021-01-06 21:24:47','2021-01-06 16:24:47'),
(40602,17698,'action created','2021-01-06 21:24:47','2021-01-06 16:24:47'),
(40603,17698,'action started via WP Cron','2021-01-06 21:29:36','2021-01-06 16:29:36'),
(40604,17698,'action complete via WP Cron','2021-01-06 21:29:36','2021-01-06 16:29:36'),
(40605,17699,'action created','2021-01-06 21:29:36','2021-01-06 16:29:36'),
(40606,17699,'action started via WP Cron','2021-01-06 21:35:10','2021-01-06 16:35:10'),
(40607,17699,'action complete via WP Cron','2021-01-06 21:35:10','2021-01-06 16:35:10'),
(40608,17700,'action created','2021-01-06 21:35:10','2021-01-06 16:35:10'),
(40609,17700,'action started via WP Cron','2021-01-06 21:35:39','2021-01-06 16:35:39'),
(40610,17700,'action complete via WP Cron','2021-01-06 21:35:39','2021-01-06 16:35:39'),
(40611,17701,'action created','2021-01-06 21:35:39','2021-01-06 16:35:39'),
(40612,17701,'action started via WP Cron','2021-01-06 21:36:16','2021-01-06 16:36:16'),
(40613,17701,'action complete via WP Cron','2021-01-06 21:36:16','2021-01-06 16:36:16'),
(40614,17702,'action created','2021-01-06 21:36:16','2021-01-06 16:36:16'),
(40615,17702,'action started via WP Cron','2021-01-06 21:37:24','2021-01-06 16:37:24'),
(40616,17702,'action complete via WP Cron','2021-01-06 21:37:24','2021-01-06 16:37:24'),
(40617,17703,'action created','2021-01-06 21:37:24','2021-01-06 16:37:24'),
(40618,17703,'action started via WP Cron','2021-01-06 21:39:33','2021-01-06 16:39:33'),
(40619,17703,'action complete via WP Cron','2021-01-06 21:39:33','2021-01-06 16:39:33'),
(40620,17704,'action created','2021-01-06 21:39:33','2021-01-06 16:39:33'),
(40621,17704,'action started via WP Cron','2021-01-06 21:40:32','2021-01-06 16:40:32'),
(40622,17704,'action complete via WP Cron','2021-01-06 21:40:32','2021-01-06 16:40:32'),
(40623,17705,'action created','2021-01-06 21:40:32','2021-01-06 16:40:32'),
(40624,17705,'action started via WP Cron','2021-01-06 21:41:18','2021-01-06 16:41:18'),
(40625,17705,'action complete via WP Cron','2021-01-06 21:41:18','2021-01-06 16:41:18'),
(40626,17706,'action created','2021-01-06 21:41:18','2021-01-06 16:41:18'),
(40627,17706,'action started via WP Cron','2021-01-06 21:42:17','2021-01-06 16:42:17'),
(40628,17706,'action complete via WP Cron','2021-01-06 21:42:17','2021-01-06 16:42:17'),
(40629,17707,'action created','2021-01-06 21:42:17','2021-01-06 16:42:17'),
(40630,17707,'action started via WP Cron','2021-01-06 21:43:19','2021-01-06 16:43:19'),
(40631,17707,'action complete via WP Cron','2021-01-06 21:43:19','2021-01-06 16:43:19'),
(40632,17708,'action created','2021-01-06 21:43:19','2021-01-06 16:43:19'),
(40633,17708,'action started via WP Cron','2021-01-06 21:44:27','2021-01-06 16:44:27'),
(40634,17708,'action complete via WP Cron','2021-01-06 21:44:27','2021-01-06 16:44:27'),
(40635,17709,'action created','2021-01-06 21:44:27','2021-01-06 16:44:27'),
(40636,17709,'action started via WP Cron','2021-01-06 21:46:20','2021-01-06 16:46:20'),
(40637,17709,'action complete via WP Cron','2021-01-06 21:46:20','2021-01-06 16:46:20'),
(40638,17710,'action created','2021-01-06 21:46:20','2021-01-06 16:46:20'),
(40639,17710,'action started via WP Cron','2021-01-06 21:48:09','2021-01-06 16:48:09'),
(40640,17710,'action complete via WP Cron','2021-01-06 21:48:09','2021-01-06 16:48:09'),
(40641,17711,'action created','2021-01-06 21:48:09','2021-01-06 16:48:09'),
(40642,17711,'action started via WP Cron','2021-01-06 21:49:20','2021-01-06 16:49:20'),
(40643,17711,'action complete via WP Cron','2021-01-06 21:49:20','2021-01-06 16:49:20'),
(40644,17712,'action created','2021-01-06 21:49:20','2021-01-06 16:49:20'),
(40645,17712,'action started via WP Cron','2021-01-06 21:50:21','2021-01-06 16:50:21'),
(40646,17712,'action complete via WP Cron','2021-01-06 21:50:21','2021-01-06 16:50:21'),
(40647,17713,'action created','2021-01-06 21:50:21','2021-01-06 16:50:21'),
(40648,17713,'action started via WP Cron','2021-01-06 21:53:42','2021-01-06 16:53:42'),
(40649,17713,'action complete via WP Cron','2021-01-06 21:53:42','2021-01-06 16:53:42'),
(40650,17714,'action created','2021-01-06 21:53:42','2021-01-06 16:53:42'),
(40651,17714,'action started via WP Cron','2021-01-06 21:55:00','2021-01-06 16:55:00'),
(40652,17714,'action complete via WP Cron','2021-01-06 21:55:00','2021-01-06 16:55:00'),
(40653,17715,'action created','2021-01-06 21:55:00','2021-01-06 16:55:00'),
(40654,17715,'action started via WP Cron','2021-01-06 21:55:16','2021-01-06 16:55:16'),
(40655,17715,'action complete via WP Cron','2021-01-06 21:55:16','2021-01-06 16:55:16'),
(40656,17716,'action created','2021-01-06 21:55:16','2021-01-06 16:55:16'),
(40657,17716,'action started via WP Cron','2021-01-06 21:58:34','2021-01-06 16:58:34'),
(40658,17716,'action complete via WP Cron','2021-01-06 21:58:34','2021-01-06 16:58:34'),
(40659,17717,'action created','2021-01-06 21:58:34','2021-01-06 16:58:34'),
(40660,17717,'action started via WP Cron','2021-01-06 21:59:12','2021-01-06 16:59:12'),
(40661,17717,'action complete via WP Cron','2021-01-06 21:59:12','2021-01-06 16:59:12'),
(40662,17718,'action created','2021-01-06 21:59:12','2021-01-06 16:59:12'),
(40663,17718,'action started via WP Cron','2021-01-06 22:01:35','2021-01-06 17:01:35'),
(40664,17718,'action complete via WP Cron','2021-01-06 22:01:35','2021-01-06 17:01:35'),
(40665,17719,'action created','2021-01-06 22:01:35','2021-01-06 17:01:35'),
(40666,17719,'action started via WP Cron','2021-01-06 22:02:51','2021-01-06 17:02:51'),
(40667,17719,'action complete via WP Cron','2021-01-06 22:02:51','2021-01-06 17:02:51'),
(40668,17720,'action created','2021-01-06 22:02:51','2021-01-06 17:02:51'),
(40669,17720,'action started via WP Cron','2021-01-06 22:04:22','2021-01-06 17:04:22'),
(40670,17720,'action complete via WP Cron','2021-01-06 22:04:22','2021-01-06 17:04:22'),
(40671,17721,'action created','2021-01-06 22:04:22','2021-01-06 17:04:22'),
(40672,17721,'action started via WP Cron','2021-01-06 22:06:40','2021-01-06 17:06:40'),
(40673,17721,'action complete via WP Cron','2021-01-06 22:06:40','2021-01-06 17:06:40'),
(40674,17722,'action created','2021-01-06 22:06:40','2021-01-06 17:06:40'),
(40675,17722,'action started via WP Cron','2021-01-06 22:09:53','2021-01-06 17:09:53'),
(40676,17722,'action complete via WP Cron','2021-01-06 22:09:53','2021-01-06 17:09:53'),
(40677,17723,'action created','2021-01-06 22:09:53','2021-01-06 17:09:53'),
(40678,17723,'action started via WP Cron','2021-01-06 22:10:21','2021-01-06 17:10:21'),
(40679,17723,'action complete via WP Cron','2021-01-06 22:10:21','2021-01-06 17:10:21'),
(40680,17724,'action created','2021-01-06 22:10:21','2021-01-06 17:10:21'),
(40681,17724,'action started via WP Cron','2021-01-06 22:13:27','2021-01-06 17:13:27'),
(40682,17724,'action complete via WP Cron','2021-01-06 22:13:27','2021-01-06 17:13:27'),
(40683,17725,'action created','2021-01-06 22:13:27','2021-01-06 17:13:27'),
(40684,17725,'action started via WP Cron','2021-01-06 22:14:13','2021-01-06 17:14:13'),
(40685,17725,'action complete via WP Cron','2021-01-06 22:14:13','2021-01-06 17:14:13'),
(40686,17726,'action created','2021-01-06 22:14:13','2021-01-06 17:14:13'),
(40687,17726,'action started via WP Cron','2021-01-06 22:16:22','2021-01-06 17:16:22'),
(40688,17726,'action complete via WP Cron','2021-01-06 22:16:22','2021-01-06 17:16:22'),
(40689,17727,'action created','2021-01-06 22:16:22','2021-01-06 17:16:22'),
(40690,17727,'action started via WP Cron','2021-01-06 22:17:24','2021-01-06 17:17:24'),
(40691,17727,'action complete via WP Cron','2021-01-06 22:17:24','2021-01-06 17:17:24'),
(40692,17728,'action created','2021-01-06 22:17:24','2021-01-06 17:17:24'),
(40693,17728,'action started via WP Cron','2021-01-06 22:20:42','2021-01-06 17:20:42'),
(40694,17728,'action complete via WP Cron','2021-01-06 22:20:42','2021-01-06 17:20:42'),
(40695,17729,'action created','2021-01-06 22:20:42','2021-01-06 17:20:42'),
(40696,17729,'action started via WP Cron','2021-01-06 22:22:17','2021-01-06 17:22:17'),
(40697,17729,'action complete via WP Cron','2021-01-06 22:22:17','2021-01-06 17:22:17'),
(40698,17730,'action created','2021-01-06 22:22:17','2021-01-06 17:22:17'),
(40699,17730,'action started via WP Cron','2021-01-06 22:26:32','2021-01-06 17:26:32'),
(40700,17730,'action complete via WP Cron','2021-01-06 22:26:32','2021-01-06 17:26:32'),
(40701,17731,'action created','2021-01-06 22:26:32','2021-01-06 17:26:32'),
(40702,17731,'action started via WP Cron','2021-01-06 22:27:11','2021-01-06 17:27:11'),
(40703,17731,'action complete via WP Cron','2021-01-06 22:27:11','2021-01-06 17:27:11'),
(40704,17732,'action created','2021-01-06 22:27:11','2021-01-06 17:27:11'),
(40705,17732,'action started via WP Cron','2021-01-06 22:30:34','2021-01-06 17:30:34'),
(40706,17732,'action complete via WP Cron','2021-01-06 22:30:34','2021-01-06 17:30:34'),
(40707,17733,'action created','2021-01-06 22:30:34','2021-01-06 17:30:34'),
(40708,17733,'action started via WP Cron','2021-01-06 22:35:03','2021-01-06 17:35:03'),
(40709,17733,'action complete via WP Cron','2021-01-06 22:35:03','2021-01-06 17:35:03'),
(40710,17734,'action created','2021-01-06 22:35:03','2021-01-06 17:35:03'),
(40711,17734,'action started via WP Cron','2021-01-06 22:36:27','2021-01-06 17:36:27'),
(40712,17734,'action complete via WP Cron','2021-01-06 22:36:27','2021-01-06 17:36:27'),
(40713,17735,'action created','2021-01-06 22:36:27','2021-01-06 17:36:27'),
(40714,17735,'action started via WP Cron','2021-01-06 22:38:41','2021-01-06 17:38:41'),
(40715,17735,'action complete via WP Cron','2021-01-06 22:38:41','2021-01-06 17:38:41'),
(40716,17736,'action created','2021-01-06 22:38:42','2021-01-06 17:38:42'),
(40717,17736,'action started via WP Cron','2021-01-06 22:41:52','2021-01-06 17:41:52'),
(40718,17736,'action complete via WP Cron','2021-01-06 22:41:52','2021-01-06 17:41:52'),
(40719,17737,'action created','2021-01-06 22:41:52','2021-01-06 17:41:52'),
(40720,17737,'action started via WP Cron','2021-01-06 22:42:42','2021-01-06 17:42:42'),
(40721,17737,'action complete via WP Cron','2021-01-06 22:42:42','2021-01-06 17:42:42'),
(40722,17738,'action created','2021-01-06 22:42:43','2021-01-06 17:42:43'),
(40723,17738,'action started via WP Cron','2021-01-06 22:44:49','2021-01-06 17:44:49'),
(40724,17738,'action complete via WP Cron','2021-01-06 22:44:49','2021-01-06 17:44:49'),
(40725,17739,'action created','2021-01-06 22:44:49','2021-01-06 17:44:49'),
(40726,17739,'action started via WP Cron','2021-01-06 22:45:23','2021-01-06 17:45:23'),
(40727,17739,'action complete via WP Cron','2021-01-06 22:45:23','2021-01-06 17:45:23'),
(40728,17740,'action created','2021-01-06 22:45:23','2021-01-06 17:45:23'),
(40729,17740,'action started via WP Cron','2021-01-06 22:46:49','2021-01-06 17:46:49'),
(40730,17740,'action complete via WP Cron','2021-01-06 22:46:49','2021-01-06 17:46:49'),
(40731,17741,'action created','2021-01-06 22:46:49','2021-01-06 17:46:49'),
(40732,17741,'action started via WP Cron','2021-01-06 22:47:40','2021-01-06 17:47:40'),
(40733,17741,'action complete via WP Cron','2021-01-06 22:47:40','2021-01-06 17:47:40'),
(40734,17742,'action created','2021-01-06 22:47:40','2021-01-06 17:47:40'),
(40735,17742,'action started via WP Cron','2021-01-06 22:49:12','2021-01-06 17:49:12'),
(40736,17742,'action complete via WP Cron','2021-01-06 22:49:12','2021-01-06 17:49:12'),
(40737,17743,'action created','2021-01-06 22:49:12','2021-01-06 17:49:12'),
(40738,17743,'action started via WP Cron','2021-01-06 22:51:45','2021-01-06 17:51:45'),
(40739,17743,'action complete via WP Cron','2021-01-06 22:51:45','2021-01-06 17:51:45'),
(40740,17744,'action created','2021-01-06 22:51:45','2021-01-06 17:51:45'),
(40741,17744,'action started via WP Cron','2021-01-06 22:52:18','2021-01-06 17:52:18'),
(40742,17744,'action complete via WP Cron','2021-01-06 22:52:18','2021-01-06 17:52:18'),
(40743,17745,'action created','2021-01-06 22:52:18','2021-01-06 17:52:18'),
(40744,17745,'action started via WP Cron','2021-01-06 22:54:26','2021-01-06 17:54:26'),
(40745,17745,'action complete via WP Cron','2021-01-06 22:54:26','2021-01-06 17:54:26'),
(40746,17746,'action created','2021-01-06 22:54:26','2021-01-06 17:54:26'),
(40747,17746,'action started via WP Cron','2021-01-06 22:58:31','2021-01-06 17:58:31'),
(40748,17746,'action complete via WP Cron','2021-01-06 22:58:31','2021-01-06 17:58:31'),
(40749,17747,'action created','2021-01-06 22:58:31','2021-01-06 17:58:31'),
(40750,17747,'action started via WP Cron','2021-01-06 23:00:29','2021-01-06 18:00:29'),
(40751,17747,'action complete via WP Cron','2021-01-06 23:00:29','2021-01-06 18:00:29'),
(40752,17748,'action created','2021-01-06 23:00:29','2021-01-06 18:00:29'),
(40753,17748,'action started via WP Cron','2021-01-06 23:02:16','2021-01-06 18:02:16'),
(40754,17748,'action complete via WP Cron','2021-01-06 23:02:16','2021-01-06 18:02:16'),
(40755,17749,'action created','2021-01-06 23:02:16','2021-01-06 18:02:16'),
(40756,17749,'action started via WP Cron','2021-01-06 23:04:27','2021-01-06 18:04:27'),
(40757,17749,'action complete via WP Cron','2021-01-06 23:04:27','2021-01-06 18:04:27'),
(40758,17750,'action created','2021-01-06 23:04:27','2021-01-06 18:04:27'),
(40759,17750,'action started via WP Cron','2021-01-06 23:05:31','2021-01-06 18:05:31'),
(40760,17750,'action complete via WP Cron','2021-01-06 23:05:31','2021-01-06 18:05:31'),
(40761,17751,'action created','2021-01-06 23:05:31','2021-01-06 18:05:31'),
(40762,17751,'action started via WP Cron','2021-01-06 23:08:32','2021-01-06 18:08:32'),
(40763,17751,'action complete via WP Cron','2021-01-06 23:08:32','2021-01-06 18:08:32'),
(40764,17752,'action created','2021-01-06 23:08:32','2021-01-06 18:08:32'),
(40765,17752,'action started via WP Cron','2021-01-06 23:09:20','2021-01-06 18:09:20'),
(40766,17752,'action complete via WP Cron','2021-01-06 23:09:20','2021-01-06 18:09:20'),
(40767,17753,'action created','2021-01-06 23:09:20','2021-01-06 18:09:20'),
(40768,17753,'action started via WP Cron','2021-01-06 23:10:44','2021-01-06 18:10:44'),
(40769,17753,'action complete via WP Cron','2021-01-06 23:10:44','2021-01-06 18:10:44'),
(40770,17754,'action created','2021-01-06 23:10:44','2021-01-06 18:10:44'),
(40771,17754,'action started via WP Cron','2021-01-06 23:12:27','2021-01-06 18:12:27'),
(40772,17754,'action complete via WP Cron','2021-01-06 23:12:27','2021-01-06 18:12:27'),
(40773,17755,'action created','2021-01-06 23:12:27','2021-01-06 18:12:27'),
(40774,17755,'action started via WP Cron','2021-01-06 23:13:43','2021-01-06 18:13:43'),
(40775,17755,'action complete via WP Cron','2021-01-06 23:13:43','2021-01-06 18:13:43'),
(40776,17756,'action created','2021-01-06 23:13:43','2021-01-06 18:13:43'),
(40777,17756,'action started via WP Cron','2021-01-06 23:14:26','2021-01-06 18:14:26'),
(40778,17756,'action complete via WP Cron','2021-01-06 23:14:27','2021-01-06 18:14:27'),
(40779,17757,'action created','2021-01-06 23:14:27','2021-01-06 18:14:27'),
(40780,17757,'action started via WP Cron','2021-01-06 23:15:42','2021-01-06 18:15:42'),
(40781,17757,'action complete via WP Cron','2021-01-06 23:15:42','2021-01-06 18:15:42'),
(40782,17758,'action created','2021-01-06 23:15:42','2021-01-06 18:15:42'),
(40783,17758,'action started via WP Cron','2021-01-06 23:18:51','2021-01-06 18:18:51'),
(40784,17758,'action complete via WP Cron','2021-01-06 23:18:51','2021-01-06 18:18:51'),
(40785,17759,'action created','2021-01-06 23:18:51','2021-01-06 18:18:51'),
(40786,17759,'action started via WP Cron','2021-01-06 23:19:38','2021-01-06 18:19:38'),
(40787,17759,'action complete via WP Cron','2021-01-06 23:19:38','2021-01-06 18:19:38'),
(40788,17760,'action created','2021-01-06 23:19:38','2021-01-06 18:19:38'),
(40789,17760,'action started via WP Cron','2021-01-06 23:20:19','2021-01-06 18:20:19'),
(40790,17760,'action complete via WP Cron','2021-01-06 23:20:19','2021-01-06 18:20:19'),
(40791,17761,'action created','2021-01-06 23:20:19','2021-01-06 18:20:19'),
(40792,17761,'action started via WP Cron','2021-01-06 23:23:09','2021-01-06 18:23:09'),
(40793,17761,'action complete via WP Cron','2021-01-06 23:23:09','2021-01-06 18:23:09'),
(40794,17762,'action created','2021-01-06 23:23:09','2021-01-06 18:23:09'),
(40795,17762,'action started via WP Cron','2021-01-06 23:24:08','2021-01-06 18:24:08'),
(40796,17762,'action complete via WP Cron','2021-01-06 23:24:08','2021-01-06 18:24:08'),
(40797,17763,'action created','2021-01-06 23:24:08','2021-01-06 18:24:08'),
(40798,17763,'action started via WP Cron','2021-01-06 23:25:11','2021-01-06 18:25:11'),
(40799,17763,'action complete via WP Cron','2021-01-06 23:25:11','2021-01-06 18:25:11'),
(40800,17764,'action created','2021-01-06 23:25:11','2021-01-06 18:25:11'),
(40801,17764,'action started via WP Cron','2021-01-06 23:26:28','2021-01-06 18:26:28'),
(40802,17764,'action complete via WP Cron','2021-01-06 23:26:28','2021-01-06 18:26:28'),
(40803,17765,'action created','2021-01-06 23:26:28','2021-01-06 18:26:28'),
(40804,17765,'action started via WP Cron','2021-01-06 23:29:31','2021-01-06 18:29:31'),
(40805,17765,'action complete via WP Cron','2021-01-06 23:29:31','2021-01-06 18:29:31'),
(40806,17766,'action created','2021-01-06 23:29:31','2021-01-06 18:29:31'),
(40807,17766,'action started via WP Cron','2021-01-06 23:30:21','2021-01-06 18:30:21'),
(40808,17766,'action complete via WP Cron','2021-01-06 23:30:21','2021-01-06 18:30:21'),
(40809,17767,'action created','2021-01-06 23:30:21','2021-01-06 18:30:21'),
(40810,17767,'action started via WP Cron','2021-01-06 23:31:13','2021-01-06 18:31:13'),
(40811,17767,'action complete via WP Cron','2021-01-06 23:31:13','2021-01-06 18:31:13'),
(40812,17768,'action created','2021-01-06 23:31:13','2021-01-06 18:31:13'),
(40813,17768,'action started via WP Cron','2021-01-06 23:32:17','2021-01-06 18:32:17'),
(40814,17768,'action complete via WP Cron','2021-01-06 23:32:17','2021-01-06 18:32:17'),
(40815,17769,'action created','2021-01-06 23:32:17','2021-01-06 18:32:17'),
(40816,17769,'action started via WP Cron','2021-01-06 23:33:12','2021-01-06 18:33:12'),
(40817,17769,'action complete via WP Cron','2021-01-06 23:33:12','2021-01-06 18:33:12'),
(40818,17770,'action created','2021-01-06 23:33:12','2021-01-06 18:33:12'),
(40819,17770,'action started via WP Cron','2021-01-06 23:34:20','2021-01-06 18:34:20'),
(40820,17770,'action complete via WP Cron','2021-01-06 23:34:20','2021-01-06 18:34:20'),
(40821,17771,'action created','2021-01-06 23:34:20','2021-01-06 18:34:20'),
(40822,17771,'action started via WP Cron','2021-01-06 23:35:16','2021-01-06 18:35:16'),
(40823,17771,'action complete via WP Cron','2021-01-06 23:35:16','2021-01-06 18:35:16'),
(40824,17772,'action created','2021-01-06 23:35:16','2021-01-06 18:35:16'),
(40825,17772,'action started via WP Cron','2021-01-06 23:36:13','2021-01-06 18:36:13'),
(40826,17772,'action complete via WP Cron','2021-01-06 23:36:13','2021-01-06 18:36:13'),
(40827,17773,'action created','2021-01-06 23:36:13','2021-01-06 18:36:13'),
(40828,17773,'action started via WP Cron','2021-01-06 23:37:16','2021-01-06 18:37:16'),
(40829,17773,'action complete via WP Cron','2021-01-06 23:37:16','2021-01-06 18:37:16'),
(40830,17774,'action created','2021-01-06 23:37:16','2021-01-06 18:37:16'),
(40831,17774,'action started via WP Cron','2021-01-06 23:38:15','2021-01-06 18:38:15'),
(40832,17774,'action complete via WP Cron','2021-01-06 23:38:15','2021-01-06 18:38:15'),
(40833,17775,'action created','2021-01-06 23:38:15','2021-01-06 18:38:15'),
(40834,17775,'action started via WP Cron','2021-01-06 23:39:20','2021-01-06 18:39:20'),
(40835,17775,'action complete via WP Cron','2021-01-06 23:39:20','2021-01-06 18:39:20'),
(40836,17776,'action created','2021-01-06 23:39:20','2021-01-06 18:39:20'),
(40837,17776,'action started via WP Cron','2021-01-06 23:40:20','2021-01-06 18:40:20'),
(40838,17776,'action complete via WP Cron','2021-01-06 23:40:20','2021-01-06 18:40:20'),
(40839,17777,'action created','2021-01-06 23:40:20','2021-01-06 18:40:20'),
(40840,17777,'action started via WP Cron','2021-01-06 23:41:16','2021-01-06 18:41:16'),
(40841,17777,'action complete via WP Cron','2021-01-06 23:41:17','2021-01-06 18:41:17'),
(40842,17778,'action created','2021-01-06 23:41:17','2021-01-06 18:41:17'),
(40843,17778,'action started via WP Cron','2021-01-06 23:42:16','2021-01-06 18:42:16'),
(40844,17778,'action complete via WP Cron','2021-01-06 23:42:16','2021-01-06 18:42:16'),
(40845,17779,'action created','2021-01-06 23:42:16','2021-01-06 18:42:16'),
(40846,17779,'action started via WP Cron','2021-01-06 23:43:19','2021-01-06 18:43:19'),
(40847,17779,'action complete via WP Cron','2021-01-06 23:43:19','2021-01-06 18:43:19'),
(40848,17780,'action created','2021-01-06 23:43:19','2021-01-06 18:43:19'),
(40849,17780,'action started via WP Cron','2021-01-06 23:46:41','2021-01-06 18:46:41'),
(40850,17780,'action complete via WP Cron','2021-01-06 23:46:41','2021-01-06 18:46:41'),
(40851,17781,'action created','2021-01-06 23:46:41','2021-01-06 18:46:41'),
(40852,17781,'action started via WP Cron','2021-01-06 23:47:22','2021-01-06 18:47:22'),
(40853,17781,'action complete via WP Cron','2021-01-06 23:47:22','2021-01-06 18:47:22'),
(40854,17782,'action created','2021-01-06 23:47:22','2021-01-06 18:47:22'),
(40855,17782,'action started via WP Cron','2021-01-06 23:48:22','2021-01-06 18:48:22'),
(40856,17782,'action complete via WP Cron','2021-01-06 23:48:22','2021-01-06 18:48:22'),
(40857,17783,'action created','2021-01-06 23:48:22','2021-01-06 18:48:22'),
(40858,17783,'action started via WP Cron','2021-01-06 23:49:20','2021-01-06 18:49:20'),
(40859,17783,'action complete via WP Cron','2021-01-06 23:49:20','2021-01-06 18:49:20'),
(40860,17784,'action created','2021-01-06 23:49:20','2021-01-06 18:49:20'),
(40861,17784,'action started via WP Cron','2021-01-06 23:50:12','2021-01-06 18:50:12'),
(40862,17784,'action complete via WP Cron','2021-01-06 23:50:12','2021-01-06 18:50:12'),
(40863,17785,'action created','2021-01-06 23:50:12','2021-01-06 18:50:12'),
(40864,17785,'action started via WP Cron','2021-01-06 23:51:12','2021-01-06 18:51:12'),
(40865,17785,'action complete via WP Cron','2021-01-06 23:51:12','2021-01-06 18:51:12'),
(40866,17786,'action created','2021-01-06 23:51:12','2021-01-06 18:51:12'),
(40867,17786,'action started via WP Cron','2021-01-06 23:52:16','2021-01-06 18:52:16'),
(40868,17786,'action complete via WP Cron','2021-01-06 23:52:16','2021-01-06 18:52:16'),
(40869,17787,'action created','2021-01-06 23:52:16','2021-01-06 18:52:16'),
(40870,17787,'action started via WP Cron','2021-01-06 23:53:41','2021-01-06 18:53:41'),
(40871,17787,'action complete via WP Cron','2021-01-06 23:53:41','2021-01-06 18:53:41'),
(40872,17788,'action created','2021-01-06 23:53:41','2021-01-06 18:53:41'),
(40873,17788,'action started via WP Cron','2021-01-06 23:54:14','2021-01-06 18:54:14'),
(40874,17788,'action complete via WP Cron','2021-01-06 23:54:14','2021-01-06 18:54:14'),
(40875,17789,'action created','2021-01-06 23:54:14','2021-01-06 18:54:14'),
(40876,17789,'action started via WP Cron','2021-01-06 23:55:42','2021-01-06 18:55:42'),
(40877,17789,'action complete via WP Cron','2021-01-06 23:55:42','2021-01-06 18:55:42'),
(40878,17790,'action created','2021-01-06 23:55:42','2021-01-06 18:55:42'),
(40879,17790,'action started via WP Cron','2021-01-06 23:56:30','2021-01-06 18:56:30'),
(40880,17790,'action complete via WP Cron','2021-01-06 23:56:30','2021-01-06 18:56:30'),
(40881,17791,'action created','2021-01-06 23:56:30','2021-01-06 18:56:30'),
(40882,17791,'action started via WP Cron','2021-01-06 23:57:15','2021-01-06 18:57:15'),
(40883,17791,'action complete via WP Cron','2021-01-06 23:57:15','2021-01-06 18:57:15'),
(40884,17792,'action created','2021-01-06 23:57:15','2021-01-06 18:57:15'),
(40885,17792,'action started via WP Cron','2021-01-06 23:59:58','2021-01-06 18:59:58'),
(40886,17792,'action complete via WP Cron','2021-01-06 23:59:58','2021-01-06 18:59:58'),
(40887,17793,'action created','2021-01-06 23:59:58','2021-01-06 18:59:58'),
(40888,17793,'action started via WP Cron','2021-01-07 00:02:08','2021-01-06 19:02:08'),
(40889,17793,'action complete via WP Cron','2021-01-07 00:02:08','2021-01-06 19:02:08'),
(40890,17794,'action created','2021-01-07 00:02:08','2021-01-06 19:02:08'),
(40891,17794,'action started via WP Cron','2021-01-07 00:04:00','2021-01-06 19:04:00'),
(40892,17794,'action complete via WP Cron','2021-01-07 00:04:00','2021-01-06 19:04:00'),
(40893,17795,'action created','2021-01-07 00:04:00','2021-01-06 19:04:00'),
(40894,17795,'action started via WP Cron','2021-01-07 00:05:09','2021-01-06 19:05:09'),
(40895,17795,'action complete via WP Cron','2021-01-07 00:05:09','2021-01-06 19:05:09'),
(40896,17796,'action created','2021-01-07 00:05:09','2021-01-06 19:05:09'),
(40897,17796,'action started via WP Cron','2021-01-07 00:06:21','2021-01-06 19:06:21'),
(40898,17796,'action complete via WP Cron','2021-01-07 00:06:21','2021-01-06 19:06:21'),
(40899,17797,'action created','2021-01-07 00:06:21','2021-01-06 19:06:21'),
(40900,17797,'action started via WP Cron','2021-01-07 00:10:33','2021-01-06 19:10:33'),
(40901,17797,'action complete via WP Cron','2021-01-07 00:10:33','2021-01-06 19:10:33'),
(40902,17798,'action created','2021-01-07 00:10:33','2021-01-06 19:10:33'),
(40903,17798,'action started via WP Cron','2021-01-07 00:20:20','2021-01-06 19:20:20'),
(40904,17798,'action complete via WP Cron','2021-01-07 00:20:20','2021-01-06 19:20:20'),
(40905,17799,'action created','2021-01-07 00:20:20','2021-01-06 19:20:20'),
(40906,17799,'action started via WP Cron','2021-01-07 00:25:33','2021-01-06 19:25:33'),
(40907,17799,'action complete via WP Cron','2021-01-07 00:25:33','2021-01-06 19:25:33'),
(40908,17800,'action created','2021-01-07 00:25:33','2021-01-06 19:25:33'),
(40909,17800,'action started via WP Cron','2021-01-07 00:26:53','2021-01-06 19:26:53'),
(40910,17800,'action complete via WP Cron','2021-01-07 00:26:53','2021-01-06 19:26:53'),
(40911,17801,'action created','2021-01-07 00:26:53','2021-01-06 19:26:53'),
(40912,17801,'action started via WP Cron','2021-01-07 00:27:45','2021-01-06 19:27:45'),
(40913,17801,'action complete via WP Cron','2021-01-07 00:27:45','2021-01-06 19:27:45'),
(40914,17802,'action created','2021-01-07 00:27:45','2021-01-06 19:27:45'),
(40915,17802,'action started via WP Cron','2021-01-07 00:28:54','2021-01-06 19:28:54'),
(40916,17802,'action complete via WP Cron','2021-01-07 00:28:54','2021-01-06 19:28:54'),
(40917,17803,'action created','2021-01-07 00:28:54','2021-01-06 19:28:54'),
(40918,17803,'action started via WP Cron','2021-01-07 00:29:34','2021-01-06 19:29:34'),
(40919,17803,'action complete via WP Cron','2021-01-07 00:29:34','2021-01-06 19:29:34'),
(40920,17804,'action created','2021-01-07 00:29:34','2021-01-06 19:29:34'),
(40921,17804,'action started via WP Cron','2021-01-07 00:35:11','2021-01-06 19:35:11'),
(40922,17804,'action complete via WP Cron','2021-01-07 00:35:11','2021-01-06 19:35:11'),
(40923,17805,'action created','2021-01-07 00:35:11','2021-01-06 19:35:11'),
(40924,17805,'action started via WP Cron','2021-01-07 00:36:19','2021-01-06 19:36:19'),
(40925,17805,'action complete via WP Cron','2021-01-07 00:36:19','2021-01-06 19:36:19'),
(40926,17806,'action created','2021-01-07 00:36:19','2021-01-06 19:36:19'),
(40927,17806,'action started via WP Cron','2021-01-07 00:37:12','2021-01-06 19:37:12'),
(40928,17806,'action complete via WP Cron','2021-01-07 00:37:12','2021-01-06 19:37:12'),
(40929,17807,'action created','2021-01-07 00:37:12','2021-01-06 19:37:12'),
(40930,17807,'action started via WP Cron','2021-01-07 00:38:23','2021-01-06 19:38:23'),
(40931,17807,'action complete via WP Cron','2021-01-07 00:38:23','2021-01-06 19:38:23'),
(40932,17808,'action created','2021-01-07 00:38:23','2021-01-06 19:38:23'),
(40933,17808,'action started via WP Cron','2021-01-07 00:40:17','2021-01-06 19:40:17'),
(40934,17808,'action complete via WP Cron','2021-01-07 00:40:17','2021-01-06 19:40:17'),
(40935,17809,'action created','2021-01-07 00:40:17','2021-01-06 19:40:17'),
(40936,17809,'action started via WP Cron','2021-01-07 00:42:07','2021-01-06 19:42:07'),
(40937,17809,'action complete via WP Cron','2021-01-07 00:42:07','2021-01-06 19:42:07'),
(40938,17810,'action created','2021-01-07 00:42:07','2021-01-06 19:42:07'),
(40939,17810,'action started via WP Cron','2021-01-07 00:44:49','2021-01-06 19:44:49'),
(40940,17810,'action complete via WP Cron','2021-01-07 00:44:49','2021-01-06 19:44:49'),
(40941,17811,'action created','2021-01-07 00:44:49','2021-01-06 19:44:49'),
(40942,17811,'action started via WP Cron','2021-01-07 00:46:00','2021-01-06 19:46:00'),
(40943,17811,'action complete via WP Cron','2021-01-07 00:46:00','2021-01-06 19:46:00'),
(40944,17812,'action created','2021-01-07 00:46:00','2021-01-06 19:46:00'),
(40945,17812,'action started via WP Cron','2021-01-07 00:50:15','2021-01-06 19:50:15'),
(40946,17812,'action complete via WP Cron','2021-01-07 00:50:15','2021-01-06 19:50:15'),
(40947,17813,'action created','2021-01-07 00:50:15','2021-01-06 19:50:15'),
(40948,17813,'action started via WP Cron','2021-01-07 00:52:41','2021-01-06 19:52:41'),
(40949,17813,'action complete via WP Cron','2021-01-07 00:52:41','2021-01-06 19:52:41'),
(40950,17814,'action created','2021-01-07 00:52:41','2021-01-06 19:52:41'),
(40951,17814,'action started via WP Cron','2021-01-07 00:53:37','2021-01-06 19:53:37'),
(40952,17814,'action complete via WP Cron','2021-01-07 00:53:37','2021-01-06 19:53:37'),
(40953,17815,'action created','2021-01-07 00:53:37','2021-01-06 19:53:37'),
(40954,17815,'action started via WP Cron','2021-01-07 00:54:56','2021-01-06 19:54:56'),
(40955,17815,'action complete via WP Cron','2021-01-07 00:54:56','2021-01-06 19:54:56'),
(40956,17816,'action created','2021-01-07 00:54:56','2021-01-06 19:54:56'),
(40957,17816,'action started via WP Cron','2021-01-07 00:55:25','2021-01-06 19:55:25'),
(40958,17816,'action complete via WP Cron','2021-01-07 00:55:25','2021-01-06 19:55:25'),
(40959,17817,'action created','2021-01-07 00:55:25','2021-01-06 19:55:25'),
(40960,17817,'action started via WP Cron','2021-01-07 00:56:22','2021-01-06 19:56:22'),
(40961,17817,'action complete via WP Cron','2021-01-07 00:56:22','2021-01-06 19:56:22'),
(40962,17818,'action created','2021-01-07 00:56:22','2021-01-06 19:56:22'),
(40963,17818,'action started via WP Cron','2021-01-07 00:57:56','2021-01-06 19:57:56'),
(40964,17818,'action complete via WP Cron','2021-01-07 00:57:56','2021-01-06 19:57:56'),
(40965,17819,'action created','2021-01-07 00:58:01','2021-01-06 19:58:01'),
(40966,17819,'action started via WP Cron','2021-01-07 00:58:14','2021-01-06 19:58:14'),
(40967,17819,'action complete via WP Cron','2021-01-07 00:58:14','2021-01-06 19:58:14'),
(40968,17820,'action created','2021-01-07 00:58:14','2021-01-06 19:58:14'),
(40969,17820,'action started via WP Cron','2021-01-07 00:59:13','2021-01-06 19:59:13'),
(40970,17820,'action complete via WP Cron','2021-01-07 00:59:13','2021-01-06 19:59:13'),
(40971,17821,'action created','2021-01-07 00:59:13','2021-01-06 19:59:13'),
(40972,17821,'action started via WP Cron','2021-01-07 01:01:41','2021-01-06 20:01:41'),
(40973,17821,'action complete via WP Cron','2021-01-07 01:01:41','2021-01-06 20:01:41'),
(40974,17822,'action created','2021-01-07 01:01:42','2021-01-06 20:01:42'),
(40975,17822,'action started via WP Cron','2021-01-07 01:02:12','2021-01-06 20:02:12'),
(40976,17822,'action complete via WP Cron','2021-01-07 01:02:12','2021-01-06 20:02:12'),
(40977,17823,'action created','2021-01-07 01:02:12','2021-01-06 20:02:12'),
(40978,17823,'action started via WP Cron','2021-01-07 01:04:07','2021-01-06 20:04:07'),
(40979,17823,'action complete via WP Cron','2021-01-07 01:04:07','2021-01-06 20:04:07'),
(40980,17824,'action created','2021-01-07 01:04:07','2021-01-06 20:04:07'),
(40981,17824,'action started via WP Cron','2021-01-07 01:04:29','2021-01-06 20:04:29'),
(40982,17824,'action complete via WP Cron','2021-01-07 01:04:29','2021-01-06 20:04:29'),
(40983,17825,'action created','2021-01-07 01:04:29','2021-01-06 20:04:29'),
(40984,17825,'action started via WP Cron','2021-01-07 01:05:26','2021-01-06 20:05:26'),
(40985,17825,'action complete via WP Cron','2021-01-07 01:05:26','2021-01-06 20:05:26'),
(40986,17826,'action created','2021-01-07 01:05:26','2021-01-06 20:05:26'),
(40987,17826,'action started via WP Cron','2021-01-07 01:06:45','2021-01-06 20:06:45'),
(40988,17826,'action complete via WP Cron','2021-01-07 01:06:45','2021-01-06 20:06:45'),
(40989,17827,'action created','2021-01-07 01:06:45','2021-01-06 20:06:45'),
(40990,17827,'action started via WP Cron','2021-01-07 01:07:49','2021-01-06 20:07:49'),
(40991,17827,'action complete via WP Cron','2021-01-07 01:07:49','2021-01-06 20:07:49'),
(40992,17828,'action created','2021-01-07 01:07:49','2021-01-06 20:07:49'),
(40993,17828,'action started via WP Cron','2021-01-07 01:15:33','2021-01-06 20:15:33'),
(40994,17828,'action complete via WP Cron','2021-01-07 01:15:33','2021-01-06 20:15:33'),
(40995,17829,'action created','2021-01-07 01:15:33','2021-01-06 20:15:33'),
(40996,17829,'action started via WP Cron','2021-01-07 01:16:50','2021-01-06 20:16:50'),
(40997,17829,'action complete via WP Cron','2021-01-07 01:16:50','2021-01-06 20:16:50'),
(40998,16989,'action started via WP Cron','2021-01-07 01:16:50','2021-01-06 20:16:50'),
(40999,16989,'action complete via WP Cron','2021-01-07 01:16:50','2021-01-06 20:16:50'),
(41000,17830,'action created','2021-01-07 01:16:50','2021-01-06 20:16:50'),
(41001,17831,'action created','2021-01-07 01:16:50','2021-01-06 20:16:50'),
(41002,17831,'action started via WP Cron','2021-01-07 01:18:00','2021-01-06 20:18:00'),
(41003,17831,'action complete via WP Cron','2021-01-07 01:18:00','2021-01-06 20:18:00'),
(41004,17832,'action created','2021-01-07 01:18:00','2021-01-06 20:18:00'),
(41005,17832,'action started via WP Cron','2021-01-07 01:18:46','2021-01-06 20:18:46'),
(41006,17832,'action complete via WP Cron','2021-01-07 01:18:46','2021-01-06 20:18:46'),
(41007,17833,'action created','2021-01-07 01:18:46','2021-01-06 20:18:46'),
(41008,17833,'action started via WP Cron','2021-01-07 01:20:43','2021-01-06 20:20:43'),
(41009,17833,'action complete via WP Cron','2021-01-07 01:20:43','2021-01-06 20:20:43'),
(41010,17834,'action created','2021-01-07 01:20:44','2021-01-06 20:20:44'),
(41011,17834,'action started via WP Cron','2021-01-07 01:21:12','2021-01-06 20:21:12'),
(41012,17834,'action complete via WP Cron','2021-01-07 01:21:12','2021-01-06 20:21:12'),
(41013,17835,'action created','2021-01-07 01:21:12','2021-01-06 20:21:12'),
(41014,17835,'action started via WP Cron','2021-01-07 01:22:55','2021-01-06 20:22:55'),
(41015,17835,'action complete via WP Cron','2021-01-07 01:22:55','2021-01-06 20:22:55'),
(41016,17836,'action created','2021-01-07 01:22:55','2021-01-06 20:22:55'),
(41017,17836,'action started via WP Cron','2021-01-07 01:23:12','2021-01-06 20:23:12'),
(41018,17836,'action complete via WP Cron','2021-01-07 01:23:12','2021-01-06 20:23:12'),
(41019,17837,'action created','2021-01-07 01:23:12','2021-01-06 20:23:12'),
(41020,17837,'action started via WP Cron','2021-01-07 01:24:45','2021-01-06 20:24:45'),
(41021,17837,'action complete via WP Cron','2021-01-07 01:24:45','2021-01-06 20:24:45'),
(41022,17838,'action created','2021-01-07 01:24:45','2021-01-06 20:24:45'),
(41023,17838,'action started via WP Cron','2021-01-07 01:28:13','2021-01-06 20:28:13'),
(41024,17838,'action complete via WP Cron','2021-01-07 01:28:13','2021-01-06 20:28:13'),
(41025,17839,'action created','2021-01-07 01:28:13','2021-01-06 20:28:13'),
(41026,17839,'action started via WP Cron','2021-01-07 01:29:19','2021-01-06 20:29:19'),
(41027,17839,'action complete via WP Cron','2021-01-07 01:29:20','2021-01-06 20:29:20'),
(41028,17840,'action created','2021-01-07 01:29:20','2021-01-06 20:29:20'),
(41029,17840,'action started via WP Cron','2021-01-07 01:31:42','2021-01-06 20:31:42'),
(41030,17840,'action complete via WP Cron','2021-01-07 01:31:42','2021-01-06 20:31:42'),
(41031,17841,'action created','2021-01-07 01:31:42','2021-01-06 20:31:42'),
(41032,17841,'action started via WP Cron','2021-01-07 01:32:53','2021-01-06 20:32:53'),
(41033,17841,'action complete via WP Cron','2021-01-07 01:32:53','2021-01-06 20:32:53'),
(41034,17842,'action created','2021-01-07 01:32:53','2021-01-06 20:32:53'),
(41035,17842,'action started via WP Cron','2021-01-07 01:34:22','2021-01-06 20:34:22'),
(41036,17842,'action complete via WP Cron','2021-01-07 01:34:22','2021-01-06 20:34:22'),
(41037,17843,'action created','2021-01-07 01:34:22','2021-01-06 20:34:22'),
(41038,17843,'action started via WP Cron','2021-01-07 01:35:57','2021-01-06 20:35:57'),
(41039,17843,'action complete via WP Cron','2021-01-07 01:35:57','2021-01-06 20:35:57'),
(41040,17844,'action created','2021-01-07 01:35:57','2021-01-06 20:35:57'),
(41041,17844,'action started via WP Cron','2021-01-07 01:36:13','2021-01-06 20:36:13'),
(41042,17844,'action complete via WP Cron','2021-01-07 01:36:13','2021-01-06 20:36:13'),
(41043,17845,'action created','2021-01-07 01:36:13','2021-01-06 20:36:13'),
(41044,17845,'action started via WP Cron','2021-01-07 01:38:00','2021-01-06 20:38:00'),
(41045,17845,'action complete via WP Cron','2021-01-07 01:38:00','2021-01-06 20:38:00'),
(41046,17846,'action created','2021-01-07 01:38:00','2021-01-06 20:38:00'),
(41047,17846,'action started via WP Cron','2021-01-07 01:39:51','2021-01-06 20:39:51'),
(41048,17846,'action complete via WP Cron','2021-01-07 01:39:51','2021-01-06 20:39:51'),
(41049,17847,'action created','2021-01-07 01:39:51','2021-01-06 20:39:51'),
(41050,17847,'action started via WP Cron','2021-01-07 01:40:38','2021-01-06 20:40:38'),
(41051,17847,'action complete via WP Cron','2021-01-07 01:40:38','2021-01-06 20:40:38'),
(41052,17848,'action created','2021-01-07 01:40:38','2021-01-06 20:40:38'),
(41053,17848,'action started via WP Cron','2021-01-07 01:44:41','2021-01-06 20:44:41'),
(41054,17848,'action complete via WP Cron','2021-01-07 01:44:41','2021-01-06 20:44:41'),
(41055,17849,'action created','2021-01-07 01:44:41','2021-01-06 20:44:41'),
(41056,17849,'action started via WP Cron','2021-01-07 01:45:28','2021-01-06 20:45:28'),
(41057,17849,'action complete via WP Cron','2021-01-07 01:45:28','2021-01-06 20:45:28'),
(41058,17850,'action created','2021-01-07 01:45:28','2021-01-06 20:45:28'),
(41059,17850,'action started via WP Cron','2021-01-07 01:47:42','2021-01-06 20:47:42'),
(41060,17850,'action complete via WP Cron','2021-01-07 01:47:42','2021-01-06 20:47:42'),
(41061,17851,'action created','2021-01-07 01:47:42','2021-01-06 20:47:42'),
(41062,17851,'action started via WP Cron','2021-01-07 01:54:13','2021-01-06 20:54:13'),
(41063,17851,'action complete via WP Cron','2021-01-07 01:54:13','2021-01-06 20:54:13'),
(41064,17852,'action created','2021-01-07 01:54:13','2021-01-06 20:54:13'),
(41065,17852,'action started via WP Cron','2021-01-07 01:56:30','2021-01-06 20:56:30'),
(41066,17852,'action complete via WP Cron','2021-01-07 01:56:30','2021-01-06 20:56:30'),
(41067,17853,'action created','2021-01-07 01:56:31','2021-01-06 20:56:31'),
(41068,17853,'action started via WP Cron','2021-01-07 02:01:25','2021-01-06 21:01:25'),
(41069,17853,'action complete via WP Cron','2021-01-07 02:01:25','2021-01-06 21:01:25'),
(41070,17854,'action created','2021-01-07 02:01:25','2021-01-06 21:01:25'),
(41071,17854,'action started via WP Cron','2021-01-07 02:03:19','2021-01-06 21:03:19'),
(41072,17854,'action complete via WP Cron','2021-01-07 02:03:19','2021-01-06 21:03:19'),
(41073,17855,'action created','2021-01-07 02:03:19','2021-01-06 21:03:19'),
(41074,17855,'action started via WP Cron','2021-01-07 02:04:14','2021-01-06 21:04:14'),
(41075,17855,'action complete via WP Cron','2021-01-07 02:04:14','2021-01-06 21:04:14'),
(41076,17856,'action created','2021-01-07 02:04:14','2021-01-06 21:04:14'),
(41077,17856,'action started via WP Cron','2021-01-07 02:05:52','2021-01-06 21:05:52'),
(41078,17856,'action complete via WP Cron','2021-01-07 02:05:52','2021-01-06 21:05:52'),
(41079,17857,'action created','2021-01-07 02:05:52','2021-01-06 21:05:52'),
(41080,17857,'action started via WP Cron','2021-01-07 02:06:13','2021-01-06 21:06:13'),
(41081,17857,'action complete via WP Cron','2021-01-07 02:06:13','2021-01-06 21:06:13'),
(41082,17858,'action created','2021-01-07 02:06:13','2021-01-06 21:06:13'),
(41083,17858,'action started via WP Cron','2021-01-07 02:07:24','2021-01-06 21:07:24'),
(41084,17858,'action complete via WP Cron','2021-01-07 02:07:24','2021-01-06 21:07:24'),
(41085,17859,'action created','2021-01-07 02:07:24','2021-01-06 21:07:24'),
(41086,17859,'action started via WP Cron','2021-01-07 02:08:19','2021-01-06 21:08:19'),
(41087,17859,'action complete via WP Cron','2021-01-07 02:08:19','2021-01-06 21:08:19'),
(41088,17860,'action created','2021-01-07 02:08:19','2021-01-06 21:08:19'),
(41089,17860,'action started via WP Cron','2021-01-07 02:10:51','2021-01-06 21:10:51'),
(41090,17860,'action complete via WP Cron','2021-01-07 02:10:51','2021-01-06 21:10:51'),
(41091,17861,'action created','2021-01-07 02:10:51','2021-01-06 21:10:51'),
(41092,17861,'action started via WP Cron','2021-01-07 02:11:31','2021-01-06 21:11:31'),
(41093,17861,'action complete via WP Cron','2021-01-07 02:11:31','2021-01-06 21:11:31'),
(41094,17862,'action created','2021-01-07 02:11:31','2021-01-06 21:11:31'),
(41095,17862,'action started via WP Cron','2021-01-07 02:12:14','2021-01-06 21:12:14'),
(41096,17862,'action complete via WP Cron','2021-01-07 02:12:14','2021-01-06 21:12:14'),
(41097,17863,'action created','2021-01-07 02:12:14','2021-01-06 21:12:14'),
(41098,17863,'action started via WP Cron','2021-01-07 02:13:30','2021-01-06 21:13:30'),
(41099,17863,'action complete via WP Cron','2021-01-07 02:13:30','2021-01-06 21:13:30'),
(41100,17864,'action created','2021-01-07 02:13:30','2021-01-06 21:13:30'),
(41101,17864,'action started via WP Cron','2021-01-07 02:15:23','2021-01-06 21:15:23'),
(41102,17864,'action complete via WP Cron','2021-01-07 02:15:23','2021-01-06 21:15:23'),
(41103,17865,'action created','2021-01-07 02:15:23','2021-01-06 21:15:23'),
(41104,17865,'action started via WP Cron','2021-01-07 02:16:32','2021-01-06 21:16:32'),
(41105,17865,'action complete via WP Cron','2021-01-07 02:16:32','2021-01-06 21:16:32'),
(41106,17866,'action created','2021-01-07 02:16:32','2021-01-06 21:16:32'),
(41107,17866,'action started via WP Cron','2021-01-07 02:17:25','2021-01-06 21:17:25'),
(41108,17866,'action complete via WP Cron','2021-01-07 02:17:25','2021-01-06 21:17:25'),
(41109,17867,'action created','2021-01-07 02:17:25','2021-01-06 21:17:25'),
(41110,17867,'action started via WP Cron','2021-01-07 02:20:04','2021-01-06 21:20:04'),
(41111,17867,'action complete via WP Cron','2021-01-07 02:20:04','2021-01-06 21:20:04'),
(41112,17868,'action created','2021-01-07 02:20:04','2021-01-06 21:20:04'),
(41113,17868,'action started via WP Cron','2021-01-07 02:22:05','2021-01-06 21:22:05'),
(41114,17868,'action complete via WP Cron','2021-01-07 02:22:05','2021-01-06 21:22:05'),
(41115,17869,'action created','2021-01-07 02:22:05','2021-01-06 21:22:05'),
(41116,17869,'action started via WP Cron','2021-01-07 02:22:54','2021-01-06 21:22:54'),
(41117,17869,'action complete via WP Cron','2021-01-07 02:22:54','2021-01-06 21:22:54'),
(41118,17870,'action created','2021-01-07 02:22:54','2021-01-06 21:22:54'),
(41119,17870,'action started via WP Cron','2021-01-07 02:23:20','2021-01-06 21:23:20'),
(41120,17870,'action complete via WP Cron','2021-01-07 02:23:20','2021-01-06 21:23:20'),
(41121,17871,'action created','2021-01-07 02:23:20','2021-01-06 21:23:20'),
(41122,17871,'action started via WP Cron','2021-01-07 02:24:11','2021-01-06 21:24:11'),
(41123,17871,'action complete via WP Cron','2021-01-07 02:24:11','2021-01-06 21:24:11'),
(41124,17872,'action created','2021-01-07 02:24:11','2021-01-06 21:24:11'),
(41125,17872,'action started via WP Cron','2021-01-07 02:25:56','2021-01-06 21:25:56'),
(41126,17872,'action complete via WP Cron','2021-01-07 02:25:56','2021-01-06 21:25:56'),
(41127,17873,'action created','2021-01-07 02:25:56','2021-01-06 21:25:56'),
(41128,17873,'action started via WP Cron','2021-01-07 02:29:47','2021-01-06 21:29:47'),
(41129,17873,'action complete via WP Cron','2021-01-07 02:29:47','2021-01-06 21:29:47'),
(41130,17874,'action created','2021-01-07 02:29:47','2021-01-06 21:29:47'),
(41131,17874,'action started via WP Cron','2021-01-07 02:30:20','2021-01-06 21:30:20'),
(41132,17874,'action complete via WP Cron','2021-01-07 02:30:20','2021-01-06 21:30:20'),
(41133,17875,'action created','2021-01-07 02:30:20','2021-01-06 21:30:20'),
(41134,17875,'action started via WP Cron','2021-01-07 02:32:44','2021-01-06 21:32:44'),
(41135,17875,'action complete via WP Cron','2021-01-07 02:32:44','2021-01-06 21:32:44'),
(41136,17876,'action created','2021-01-07 02:32:44','2021-01-06 21:32:44'),
(41137,17876,'action started via WP Cron','2021-01-07 02:33:25','2021-01-06 21:33:25'),
(41138,17876,'action complete via WP Cron','2021-01-07 02:33:25','2021-01-06 21:33:25'),
(41139,17877,'action created','2021-01-07 02:33:25','2021-01-06 21:33:25'),
(41140,17877,'action started via WP Cron','2021-01-07 02:34:57','2021-01-06 21:34:57'),
(41141,17877,'action complete via WP Cron','2021-01-07 02:34:57','2021-01-06 21:34:57'),
(41142,17878,'action created','2021-01-07 02:34:57','2021-01-06 21:34:57'),
(41143,17878,'action started via WP Cron','2021-01-07 02:35:23','2021-01-06 21:35:23'),
(41144,17878,'action complete via WP Cron','2021-01-07 02:35:23','2021-01-06 21:35:23'),
(41145,17879,'action created','2021-01-07 02:35:23','2021-01-06 21:35:23'),
(41146,17879,'action started via WP Cron','2021-01-07 02:38:15','2021-01-06 21:38:15'),
(41147,17879,'action complete via WP Cron','2021-01-07 02:38:15','2021-01-06 21:38:15'),
(41148,17880,'action created','2021-01-07 02:38:15','2021-01-06 21:38:15'),
(41149,17880,'action started via WP Cron','2021-01-07 02:39:37','2021-01-06 21:39:37'),
(41150,17880,'action complete via WP Cron','2021-01-07 02:39:37','2021-01-06 21:39:37'),
(41151,17881,'action created','2021-01-07 02:39:37','2021-01-06 21:39:37'),
(41152,17881,'action started via WP Cron','2021-01-07 02:40:51','2021-01-06 21:40:51'),
(41153,17881,'action complete via WP Cron','2021-01-07 02:40:51','2021-01-06 21:40:51'),
(41154,17882,'action created','2021-01-07 02:40:51','2021-01-06 21:40:51'),
(41155,17882,'action started via WP Cron','2021-01-07 02:46:27','2021-01-06 21:46:27'),
(41156,17882,'action complete via WP Cron','2021-01-07 02:46:27','2021-01-06 21:46:27'),
(41157,17883,'action created','2021-01-07 02:46:27','2021-01-06 21:46:27'),
(41158,17883,'action started via WP Cron','2021-01-07 02:47:55','2021-01-06 21:47:55'),
(41159,17883,'action complete via WP Cron','2021-01-07 02:47:55','2021-01-06 21:47:55'),
(41160,17884,'action created','2021-01-07 02:47:55','2021-01-06 21:47:55'),
(41161,17884,'action started via WP Cron','2021-01-07 02:48:34','2021-01-06 21:48:34'),
(41162,17884,'action complete via WP Cron','2021-01-07 02:48:34','2021-01-06 21:48:34'),
(41163,17885,'action created','2021-01-07 02:48:34','2021-01-06 21:48:34'),
(41164,17885,'action started via WP Cron','2021-01-07 02:49:24','2021-01-06 21:49:24'),
(41165,17885,'action complete via WP Cron','2021-01-07 02:49:24','2021-01-06 21:49:24'),
(41166,17886,'action created','2021-01-07 02:49:24','2021-01-06 21:49:24'),
(41167,17886,'action started via WP Cron','2021-01-07 02:51:27','2021-01-06 21:51:27'),
(41168,17886,'action complete via WP Cron','2021-01-07 02:51:27','2021-01-06 21:51:27'),
(41169,17887,'action created','2021-01-07 02:51:27','2021-01-06 21:51:27'),
(41170,17887,'action started via WP Cron','2021-01-07 02:53:28','2021-01-06 21:53:28'),
(41171,17887,'action complete via WP Cron','2021-01-07 02:53:28','2021-01-06 21:53:28'),
(41172,17888,'action created','2021-01-07 02:53:28','2021-01-06 21:53:28'),
(41173,17888,'action started via WP Cron','2021-01-07 02:55:03','2021-01-06 21:55:03'),
(41174,17888,'action complete via WP Cron','2021-01-07 02:55:03','2021-01-06 21:55:03'),
(41175,17889,'action created','2021-01-07 02:55:03','2021-01-06 21:55:03'),
(41176,17889,'action started via WP Cron','2021-01-07 02:55:55','2021-01-06 21:55:55'),
(41177,17889,'action complete via WP Cron','2021-01-07 02:55:55','2021-01-06 21:55:55'),
(41178,17890,'action created','2021-01-07 02:55:55','2021-01-06 21:55:55'),
(41179,17890,'action started via WP Cron','2021-01-07 02:56:21','2021-01-06 21:56:21'),
(41180,17890,'action complete via WP Cron','2021-01-07 02:56:21','2021-01-06 21:56:21'),
(41181,17891,'action created','2021-01-07 02:56:22','2021-01-06 21:56:22'),
(41182,17891,'action started via WP Cron','2021-01-07 02:57:23','2021-01-06 21:57:23'),
(41183,17891,'action complete via WP Cron','2021-01-07 02:57:23','2021-01-06 21:57:23'),
(41184,17892,'action created','2021-01-07 02:57:23','2021-01-06 21:57:23'),
(41185,17892,'action started via WP Cron','2021-01-07 03:01:44','2021-01-06 22:01:44'),
(41186,17892,'action complete via WP Cron','2021-01-07 03:01:44','2021-01-06 22:01:44'),
(41187,17893,'action created','2021-01-07 03:01:44','2021-01-06 22:01:44'),
(41188,17893,'action started via WP Cron','2021-01-07 03:02:14','2021-01-06 22:02:14'),
(41189,17893,'action complete via WP Cron','2021-01-07 03:02:14','2021-01-06 22:02:14'),
(41190,17894,'action created','2021-01-07 03:02:15','2021-01-06 22:02:15'),
(41191,17894,'action started via WP Cron','2021-01-07 03:06:27','2021-01-06 22:06:27'),
(41192,17894,'action complete via WP Cron','2021-01-07 03:06:27','2021-01-06 22:06:27'),
(41193,17895,'action created','2021-01-07 03:06:27','2021-01-06 22:06:27'),
(41194,17895,'action started via WP Cron','2021-01-07 03:07:16','2021-01-06 22:07:16'),
(41195,17895,'action complete via WP Cron','2021-01-07 03:07:16','2021-01-06 22:07:16'),
(41196,17896,'action created','2021-01-07 03:07:16','2021-01-06 22:07:16'),
(41197,17896,'action started via WP Cron','2021-01-07 03:08:27','2021-01-06 22:08:27'),
(41198,17896,'action complete via WP Cron','2021-01-07 03:08:27','2021-01-06 22:08:27'),
(41199,17897,'action created','2021-01-07 03:08:27','2021-01-06 22:08:27'),
(41200,17897,'action started via WP Cron','2021-01-07 03:10:51','2021-01-06 22:10:51'),
(41201,17897,'action complete via WP Cron','2021-01-07 03:10:51','2021-01-06 22:10:51'),
(41202,17898,'action created','2021-01-07 03:10:51','2021-01-06 22:10:51'),
(41203,17898,'action started via WP Cron','2021-01-07 03:11:39','2021-01-06 22:11:39'),
(41204,17898,'action complete via WP Cron','2021-01-07 03:11:39','2021-01-06 22:11:39'),
(41205,17899,'action created','2021-01-07 03:11:39','2021-01-06 22:11:39'),
(41206,17899,'action started via WP Cron','2021-01-07 03:12:32','2021-01-06 22:12:32'),
(41207,17899,'action complete via WP Cron','2021-01-07 03:12:32','2021-01-06 22:12:32'),
(41208,17900,'action created','2021-01-07 03:12:32','2021-01-06 22:12:32'),
(41209,17900,'action started via WP Cron','2021-01-07 03:13:46','2021-01-06 22:13:46'),
(41210,17900,'action complete via WP Cron','2021-01-07 03:13:46','2021-01-06 22:13:46'),
(41211,17901,'action created','2021-01-07 03:13:46','2021-01-06 22:13:46'),
(41212,17901,'action started via WP Cron','2021-01-07 03:14:21','2021-01-06 22:14:21'),
(41213,17901,'action complete via WP Cron','2021-01-07 03:14:21','2021-01-06 22:14:21'),
(41214,17902,'action created','2021-01-07 03:14:21','2021-01-06 22:14:21'),
(41215,17902,'action started via WP Cron','2021-01-07 03:16:44','2021-01-06 22:16:44'),
(41216,17902,'action complete via WP Cron','2021-01-07 03:16:44','2021-01-06 22:16:44'),
(41217,17903,'action created','2021-01-07 03:16:44','2021-01-06 22:16:44'),
(41218,17903,'action started via WP Cron','2021-01-07 03:17:37','2021-01-06 22:17:37'),
(41219,17903,'action complete via WP Cron','2021-01-07 03:17:37','2021-01-06 22:17:37'),
(41220,17904,'action created','2021-01-07 03:17:37','2021-01-06 22:17:37'),
(41221,17904,'action started via WP Cron','2021-01-07 03:18:42','2021-01-06 22:18:42'),
(41222,17904,'action complete via WP Cron','2021-01-07 03:18:42','2021-01-06 22:18:42'),
(41223,17905,'action created','2021-01-07 03:18:42','2021-01-06 22:18:42'),
(41224,17905,'action started via WP Cron','2021-01-07 03:19:40','2021-01-06 22:19:40'),
(41225,17905,'action complete via WP Cron','2021-01-07 03:19:40','2021-01-06 22:19:40'),
(41226,17906,'action created','2021-01-07 03:19:40','2021-01-06 22:19:40'),
(41227,17906,'action started via WP Cron','2021-01-07 03:21:00','2021-01-06 22:21:00'),
(41228,17906,'action complete via WP Cron','2021-01-07 03:21:00','2021-01-06 22:21:00'),
(41229,17907,'action created','2021-01-07 03:21:00','2021-01-06 22:21:00'),
(41230,17907,'action started via WP Cron','2021-01-07 03:22:59','2021-01-06 22:22:59'),
(41231,17907,'action complete via WP Cron','2021-01-07 03:22:59','2021-01-06 22:22:59'),
(41232,17908,'action created','2021-01-07 03:22:59','2021-01-06 22:22:59'),
(41233,17908,'action started via WP Cron','2021-01-07 03:23:28','2021-01-06 22:23:28'),
(41234,17908,'action complete via WP Cron','2021-01-07 03:23:28','2021-01-06 22:23:28'),
(41235,17909,'action created','2021-01-07 03:23:28','2021-01-06 22:23:28'),
(41236,17909,'action started via WP Cron','2021-01-07 03:24:23','2021-01-06 22:24:23'),
(41237,17909,'action complete via WP Cron','2021-01-07 03:24:23','2021-01-06 22:24:23'),
(41238,17910,'action created','2021-01-07 03:24:23','2021-01-06 22:24:23'),
(41239,17910,'action started via WP Cron','2021-01-07 03:27:31','2021-01-06 22:27:31'),
(41240,17910,'action complete via WP Cron','2021-01-07 03:27:31','2021-01-06 22:27:31'),
(41241,17911,'action created','2021-01-07 03:27:31','2021-01-06 22:27:31'),
(41242,17911,'action started via WP Cron','2021-01-07 03:28:17','2021-01-06 22:28:17'),
(41243,17911,'action complete via WP Cron','2021-01-07 03:28:17','2021-01-06 22:28:17'),
(41244,17912,'action created','2021-01-07 03:28:17','2021-01-06 22:28:17'),
(41245,17912,'action started via WP Cron','2021-01-07 03:29:14','2021-01-06 22:29:14'),
(41246,17912,'action complete via WP Cron','2021-01-07 03:29:14','2021-01-06 22:29:14'),
(41247,17913,'action created','2021-01-07 03:29:14','2021-01-06 22:29:14'),
(41248,17913,'action started via WP Cron','2021-01-07 03:30:25','2021-01-06 22:30:25'),
(41249,17913,'action complete via WP Cron','2021-01-07 03:30:25','2021-01-06 22:30:25'),
(41250,17914,'action created','2021-01-07 03:30:25','2021-01-06 22:30:25'),
(41251,17914,'action started via WP Cron','2021-01-07 03:31:30','2021-01-06 22:31:30'),
(41252,17914,'action complete via WP Cron','2021-01-07 03:31:30','2021-01-06 22:31:30'),
(41253,17915,'action created','2021-01-07 03:31:30','2021-01-06 22:31:30'),
(41254,17915,'action started via WP Cron','2021-01-07 03:32:16','2021-01-06 22:32:16'),
(41255,17915,'action complete via WP Cron','2021-01-07 03:32:16','2021-01-06 22:32:16'),
(41256,17916,'action created','2021-01-07 03:32:16','2021-01-06 22:32:16'),
(41257,17916,'action started via WP Cron','2021-01-07 03:34:10','2021-01-06 22:34:10'),
(41258,17916,'action complete via WP Cron','2021-01-07 03:34:10','2021-01-06 22:34:10'),
(41259,17917,'action created','2021-01-07 03:34:10','2021-01-06 22:34:10'),
(41260,17917,'action started via WP Cron','2021-01-07 03:36:36','2021-01-06 22:36:36'),
(41261,17917,'action complete via WP Cron','2021-01-07 03:36:36','2021-01-06 22:36:36'),
(41262,17918,'action created','2021-01-07 03:36:36','2021-01-06 22:36:36'),
(41263,17918,'action started via WP Cron','2021-01-07 03:37:27','2021-01-06 22:37:27'),
(41264,17918,'action complete via WP Cron','2021-01-07 03:37:27','2021-01-06 22:37:27'),
(41265,17919,'action created','2021-01-07 03:37:27','2021-01-06 22:37:27'),
(41266,17919,'action started via WP Cron','2021-01-07 03:39:02','2021-01-06 22:39:02'),
(41267,17919,'action complete via WP Cron','2021-01-07 03:39:02','2021-01-06 22:39:02'),
(41268,17920,'action created','2021-01-07 03:39:02','2021-01-06 22:39:02'),
(41269,17920,'action started via WP Cron','2021-01-07 03:39:24','2021-01-06 22:39:24'),
(41270,17920,'action complete via WP Cron','2021-01-07 03:39:24','2021-01-06 22:39:24'),
(41271,17921,'action created','2021-01-07 03:39:24','2021-01-06 22:39:24'),
(41272,17921,'action started via WP Cron','2021-01-07 03:41:16','2021-01-06 22:41:16'),
(41273,17921,'action complete via WP Cron','2021-01-07 03:41:16','2021-01-06 22:41:16'),
(41274,17922,'action created','2021-01-07 03:41:16','2021-01-06 22:41:16'),
(41275,17922,'action started via WP Cron','2021-01-07 03:43:08','2021-01-06 22:43:08'),
(41276,17922,'action complete via WP Cron','2021-01-07 03:43:08','2021-01-06 22:43:08'),
(41277,17923,'action created','2021-01-07 03:43:08','2021-01-06 22:43:08'),
(41278,17923,'action started via WP Cron','2021-01-07 03:45:13','2021-01-06 22:45:13'),
(41279,17923,'action complete via WP Cron','2021-01-07 03:45:13','2021-01-06 22:45:13'),
(41280,17924,'action created','2021-01-07 03:45:13','2021-01-06 22:45:13'),
(41281,17924,'action started via WP Cron','2021-01-07 03:48:25','2021-01-06 22:48:25'),
(41282,17924,'action complete via WP Cron','2021-01-07 03:48:25','2021-01-06 22:48:25'),
(41283,17925,'action created','2021-01-07 03:48:25','2021-01-06 22:48:25'),
(41284,17925,'action started via WP Cron','2021-01-07 03:50:32','2021-01-06 22:50:32'),
(41285,17925,'action complete via WP Cron','2021-01-07 03:50:32','2021-01-06 22:50:32'),
(41286,17926,'action created','2021-01-07 03:50:32','2021-01-06 22:50:32'),
(41287,17926,'action started via WP Cron','2021-01-07 03:52:14','2021-01-06 22:52:14'),
(41288,17926,'action complete via WP Cron','2021-01-07 03:52:14','2021-01-06 22:52:14'),
(41289,17927,'action created','2021-01-07 03:52:14','2021-01-06 22:52:14'),
(41290,17927,'action started via WP Cron','2021-01-07 03:53:22','2021-01-06 22:53:22'),
(41291,17927,'action complete via WP Cron','2021-01-07 03:53:22','2021-01-06 22:53:22'),
(41292,17928,'action created','2021-01-07 03:53:22','2021-01-06 22:53:22'),
(41293,17928,'action started via WP Cron','2021-01-07 03:56:26','2021-01-06 22:56:26'),
(41294,17928,'action complete via WP Cron','2021-01-07 03:56:26','2021-01-06 22:56:26'),
(41295,17929,'action created','2021-01-07 03:56:26','2021-01-06 22:56:26'),
(41296,17929,'action started via WP Cron','2021-01-07 03:59:24','2021-01-06 22:59:24'),
(41297,17929,'action complete via WP Cron','2021-01-07 03:59:24','2021-01-06 22:59:24'),
(41298,17930,'action created','2021-01-07 03:59:24','2021-01-06 22:59:24'),
(41299,17930,'action started via WP Cron','2021-01-07 04:00:15','2021-01-06 23:00:15'),
(41300,17930,'action complete via WP Cron','2021-01-07 04:00:15','2021-01-06 23:00:15'),
(41301,17931,'action created','2021-01-07 04:00:15','2021-01-06 23:00:15'),
(41302,17931,'action started via WP Cron','2021-01-07 04:02:09','2021-01-06 23:02:09'),
(41303,17931,'action complete via WP Cron','2021-01-07 04:02:09','2021-01-06 23:02:09'),
(41304,17932,'action created','2021-01-07 04:02:09','2021-01-06 23:02:09'),
(41305,17932,'action started via WP Cron','2021-01-07 04:04:55','2021-01-06 23:04:55'),
(41306,17932,'action complete via WP Cron','2021-01-07 04:04:55','2021-01-06 23:04:55'),
(41307,17933,'action created','2021-01-07 04:04:55','2021-01-06 23:04:55'),
(41308,17933,'action started via WP Cron','2021-01-07 04:05:22','2021-01-06 23:05:22'),
(41309,17933,'action complete via WP Cron','2021-01-07 04:05:22','2021-01-06 23:05:22'),
(41310,17934,'action created','2021-01-07 04:05:22','2021-01-06 23:05:22'),
(41311,17934,'action started via WP Cron','2021-01-07 04:07:17','2021-01-06 23:07:17'),
(41312,17934,'action complete via WP Cron','2021-01-07 04:07:17','2021-01-06 23:07:17'),
(41313,17935,'action created','2021-01-07 04:07:17','2021-01-06 23:07:17'),
(41314,17935,'action started via WP Cron','2021-01-07 04:08:44','2021-01-06 23:08:44'),
(41315,17935,'action complete via WP Cron','2021-01-07 04:08:44','2021-01-06 23:08:44'),
(41316,17936,'action created','2021-01-07 04:08:44','2021-01-06 23:08:44'),
(41317,17936,'action started via WP Cron','2021-01-07 04:13:27','2021-01-06 23:13:27'),
(41318,17936,'action complete via WP Cron','2021-01-07 04:13:27','2021-01-06 23:13:27'),
(41319,17937,'action created','2021-01-07 04:13:27','2021-01-06 23:13:27'),
(41320,17937,'action started via WP Cron','2021-01-07 04:14:53','2021-01-06 23:14:53'),
(41321,17937,'action complete via WP Cron','2021-01-07 04:14:53','2021-01-06 23:14:53'),
(41322,17938,'action created','2021-01-07 04:14:53','2021-01-06 23:14:53'),
(41323,17938,'action started via WP Cron','2021-01-07 04:16:20','2021-01-06 23:16:20'),
(41324,17938,'action complete via WP Cron','2021-01-07 04:16:20','2021-01-06 23:16:20'),
(41325,17939,'action created','2021-01-07 04:16:20','2021-01-06 23:16:20'),
(41326,17939,'action started via WP Cron','2021-01-07 04:17:20','2021-01-06 23:17:20'),
(41327,17939,'action complete via WP Cron','2021-01-07 04:17:20','2021-01-06 23:17:20'),
(41328,17940,'action created','2021-01-07 04:17:20','2021-01-06 23:17:20'),
(41329,17940,'action started via WP Cron','2021-01-07 04:18:45','2021-01-06 23:18:45'),
(41330,17940,'action complete via WP Cron','2021-01-07 04:18:45','2021-01-06 23:18:45'),
(41331,17941,'action created','2021-01-07 04:18:45','2021-01-06 23:18:45'),
(41332,17941,'action started via WP Cron','2021-01-07 04:19:20','2021-01-06 23:19:20'),
(41333,17941,'action complete via WP Cron','2021-01-07 04:19:20','2021-01-06 23:19:20'),
(41334,17942,'action created','2021-01-07 04:19:20','2021-01-06 23:19:20'),
(41335,17942,'action started via WP Cron','2021-01-07 04:20:36','2021-01-06 23:20:36'),
(41336,17942,'action complete via WP Cron','2021-01-07 04:20:36','2021-01-06 23:20:36'),
(41337,17943,'action created','2021-01-07 04:20:36','2021-01-06 23:20:36'),
(41338,17943,'action started via WP Cron','2021-01-07 04:21:47','2021-01-06 23:21:47'),
(41339,17943,'action complete via WP Cron','2021-01-07 04:21:47','2021-01-06 23:21:47'),
(41340,17944,'action created','2021-01-07 04:21:47','2021-01-06 23:21:47'),
(41341,17944,'action started via WP Cron','2021-01-07 04:23:57','2021-01-06 23:23:57'),
(41342,17944,'action complete via WP Cron','2021-01-07 04:23:57','2021-01-06 23:23:57'),
(41343,17945,'action created','2021-01-07 04:23:57','2021-01-06 23:23:57'),
(41344,17945,'action started via WP Cron','2021-01-07 04:24:49','2021-01-06 23:24:49'),
(41345,17945,'action complete via WP Cron','2021-01-07 04:24:49','2021-01-06 23:24:49'),
(41346,17946,'action created','2021-01-07 04:24:49','2021-01-06 23:24:49'),
(41347,17946,'action started via WP Cron','2021-01-07 04:29:07','2021-01-06 23:29:07'),
(41348,17946,'action complete via WP Cron','2021-01-07 04:29:07','2021-01-06 23:29:07'),
(41349,17947,'action created','2021-01-07 04:29:07','2021-01-06 23:29:07'),
(41350,17947,'action started via WP Cron','2021-01-07 04:29:55','2021-01-06 23:29:55'),
(41351,17947,'action complete via WP Cron','2021-01-07 04:29:55','2021-01-06 23:29:55'),
(41352,17948,'action created','2021-01-07 04:29:55','2021-01-06 23:29:55'),
(41353,17948,'action started via WP Cron','2021-01-07 04:31:11','2021-01-06 23:31:11'),
(41354,17948,'action complete via WP Cron','2021-01-07 04:31:11','2021-01-06 23:31:11'),
(41355,17949,'action created','2021-01-07 04:31:11','2021-01-06 23:31:11'),
(41356,17949,'action started via WP Cron','2021-01-07 04:36:40','2021-01-06 23:36:40'),
(41357,17949,'action complete via WP Cron','2021-01-07 04:36:40','2021-01-06 23:36:40'),
(41358,17950,'action created','2021-01-07 04:36:40','2021-01-06 23:36:40'),
(41359,17950,'action started via WP Cron','2021-01-07 04:37:45','2021-01-06 23:37:45'),
(41360,17950,'action complete via WP Cron','2021-01-07 04:37:45','2021-01-06 23:37:45'),
(41361,17951,'action created','2021-01-07 04:37:45','2021-01-06 23:37:45'),
(41362,17951,'action started via WP Cron','2021-01-07 04:39:05','2021-01-06 23:39:05'),
(41363,17951,'action complete via WP Cron','2021-01-07 04:39:05','2021-01-06 23:39:05'),
(41364,17952,'action created','2021-01-07 04:39:05','2021-01-06 23:39:05'),
(41365,17952,'action started via WP Cron','2021-01-07 04:39:41','2021-01-06 23:39:41'),
(41366,17952,'action complete via WP Cron','2021-01-07 04:39:41','2021-01-06 23:39:41'),
(41367,17953,'action created','2021-01-07 04:39:41','2021-01-06 23:39:41'),
(41368,17953,'action started via WP Cron','2021-01-07 04:41:26','2021-01-06 23:41:26'),
(41369,17953,'action complete via WP Cron','2021-01-07 04:41:26','2021-01-06 23:41:26'),
(41370,17954,'action created','2021-01-07 04:41:26','2021-01-06 23:41:26'),
(41371,17954,'action started via WP Cron','2021-01-07 04:43:13','2021-01-06 23:43:13'),
(41372,17954,'action complete via WP Cron','2021-01-07 04:43:13','2021-01-06 23:43:13'),
(41373,17955,'action created','2021-01-07 04:43:13','2021-01-06 23:43:13'),
(41374,17955,'action started via WP Cron','2021-01-07 04:44:34','2021-01-06 23:44:34'),
(41375,17955,'action complete via WP Cron','2021-01-07 04:44:34','2021-01-06 23:44:34'),
(41376,17956,'action created','2021-01-07 04:44:34','2021-01-06 23:44:34'),
(41377,17956,'action started via WP Cron','2021-01-07 04:46:22','2021-01-06 23:46:22'),
(41378,17956,'action complete via WP Cron','2021-01-07 04:46:22','2021-01-06 23:46:22'),
(41379,17957,'action created','2021-01-07 04:46:22','2021-01-06 23:46:22'),
(41380,17957,'action started via WP Cron','2021-01-07 04:47:15','2021-01-06 23:47:15'),
(41381,17957,'action complete via WP Cron','2021-01-07 04:47:15','2021-01-06 23:47:15'),
(41382,17958,'action created','2021-01-07 04:47:15','2021-01-06 23:47:15'),
(41383,17958,'action started via WP Cron','2021-01-07 04:49:21','2021-01-06 23:49:21'),
(41384,17958,'action complete via WP Cron','2021-01-07 04:49:21','2021-01-06 23:49:21'),
(41385,17959,'action created','2021-01-07 04:49:21','2021-01-06 23:49:21'),
(41386,17959,'action started via WP Cron','2021-01-07 04:51:20','2021-01-06 23:51:20'),
(41387,17959,'action complete via WP Cron','2021-01-07 04:51:20','2021-01-06 23:51:20'),
(41388,17960,'action created','2021-01-07 04:51:20','2021-01-06 23:51:20'),
(41389,17960,'action started via WP Cron','2021-01-07 04:52:51','2021-01-06 23:52:51'),
(41390,17960,'action complete via WP Cron','2021-01-07 04:52:51','2021-01-06 23:52:51'),
(41391,17961,'action created','2021-01-07 04:52:51','2021-01-06 23:52:51'),
(41392,17961,'action started via WP Cron','2021-01-07 04:53:23','2021-01-06 23:53:23'),
(41393,17961,'action complete via WP Cron','2021-01-07 04:53:23','2021-01-06 23:53:23'),
(41394,17962,'action created','2021-01-07 04:53:24','2021-01-06 23:53:24'),
(41395,17962,'action started via WP Cron','2021-01-07 04:54:44','2021-01-06 23:54:44'),
(41396,17962,'action complete via WP Cron','2021-01-07 04:54:44','2021-01-06 23:54:44'),
(41397,17963,'action created','2021-01-07 04:54:44','2021-01-06 23:54:44'),
(41398,17963,'action started via WP Cron','2021-01-07 04:55:22','2021-01-06 23:55:22'),
(41399,17963,'action complete via WP Cron','2021-01-07 04:55:22','2021-01-06 23:55:22'),
(41400,17964,'action created','2021-01-07 04:55:23','2021-01-06 23:55:23'),
(41401,17964,'action started via WP Cron','2021-01-07 04:58:43','2021-01-06 23:58:43'),
(41402,17964,'action complete via WP Cron','2021-01-07 04:58:43','2021-01-06 23:58:43'),
(41403,17965,'action created','2021-01-07 04:58:43','2021-01-06 23:58:43'),
(41404,17965,'action started via WP Cron','2021-01-07 04:59:29','2021-01-06 23:59:29'),
(41405,17965,'action complete via WP Cron','2021-01-07 04:59:29','2021-01-06 23:59:29'),
(41406,17966,'action created','2021-01-07 04:59:29','2021-01-06 23:59:29'),
(41407,17966,'action started via WP Cron','2021-01-07 05:00:26','2021-01-07 00:00:26'),
(41408,17966,'action complete via WP Cron','2021-01-07 05:00:26','2021-01-07 00:00:26'),
(41409,17967,'action created','2021-01-07 05:00:26','2021-01-07 00:00:26'),
(41410,17967,'action started via WP Cron','2021-01-07 05:04:33','2021-01-07 00:04:33'),
(41411,17967,'action complete via WP Cron','2021-01-07 05:04:33','2021-01-07 00:04:33'),
(41412,17968,'action created','2021-01-07 05:04:33','2021-01-07 00:04:33'),
(41413,17968,'action started via WP Cron','2021-01-07 05:05:11','2021-01-07 00:05:11'),
(41414,17968,'action complete via WP Cron','2021-01-07 05:05:11','2021-01-07 00:05:11'),
(41415,17969,'action created','2021-01-07 05:05:11','2021-01-07 00:05:11'),
(41416,17969,'action started via WP Cron','2021-01-07 05:09:08','2021-01-07 00:09:08'),
(41417,17969,'action complete via WP Cron','2021-01-07 05:09:09','2021-01-07 00:09:09'),
(41418,17970,'action created','2021-01-07 05:09:09','2021-01-07 00:09:09'),
(41419,17970,'action started via WP Cron','2021-01-07 05:12:07','2021-01-07 00:12:07'),
(41420,17970,'action complete via WP Cron','2021-01-07 05:12:07','2021-01-07 00:12:07'),
(41421,17971,'action created','2021-01-07 05:12:07','2021-01-07 00:12:07'),
(41422,17971,'action started via WP Cron','2021-01-07 05:12:58','2021-01-07 00:12:58'),
(41423,17971,'action complete via WP Cron','2021-01-07 05:12:58','2021-01-07 00:12:58'),
(41424,17972,'action created','2021-01-07 05:12:58','2021-01-07 00:12:58'),
(41425,17972,'action started via WP Cron','2021-01-07 05:14:56','2021-01-07 00:14:56'),
(41426,17972,'action complete via WP Cron','2021-01-07 05:14:56','2021-01-07 00:14:56'),
(41427,17973,'action created','2021-01-07 05:14:56','2021-01-07 00:14:56'),
(41428,17973,'action started via WP Cron','2021-01-07 05:15:20','2021-01-07 00:15:20'),
(41429,17973,'action complete via WP Cron','2021-01-07 05:15:20','2021-01-07 00:15:20'),
(41430,17974,'action created','2021-01-07 05:15:20','2021-01-07 00:15:20'),
(41431,17974,'action started via WP Cron','2021-01-07 05:17:42','2021-01-07 00:17:42'),
(41432,17974,'action complete via WP Cron','2021-01-07 05:17:42','2021-01-07 00:17:42'),
(41433,17975,'action created','2021-01-07 05:17:42','2021-01-07 00:17:42'),
(41434,17975,'action started via WP Cron','2021-01-07 05:20:50','2021-01-07 00:20:50'),
(41435,17975,'action complete via WP Cron','2021-01-07 05:20:50','2021-01-07 00:20:50'),
(41436,17976,'action created','2021-01-07 05:20:50','2021-01-07 00:20:50'),
(41437,17976,'action started via WP Cron','2021-01-07 05:21:16','2021-01-07 00:21:16'),
(41438,17976,'action complete via WP Cron','2021-01-07 05:21:16','2021-01-07 00:21:16'),
(41439,17977,'action created','2021-01-07 05:21:16','2021-01-07 00:21:16'),
(41440,17977,'action started via WP Cron','2021-01-07 05:22:42','2021-01-07 00:22:42'),
(41441,17977,'action complete via WP Cron','2021-01-07 05:22:42','2021-01-07 00:22:42'),
(41442,17978,'action created','2021-01-07 05:22:42','2021-01-07 00:22:42'),
(41443,17978,'action started via WP Cron','2021-01-07 05:23:31','2021-01-07 00:23:31'),
(41444,17978,'action complete via WP Cron','2021-01-07 05:23:31','2021-01-07 00:23:31'),
(41445,17979,'action created','2021-01-07 05:23:31','2021-01-07 00:23:31'),
(41446,17979,'action started via WP Cron','2021-01-07 05:25:16','2021-01-07 00:25:16'),
(41447,17979,'action complete via WP Cron','2021-01-07 05:25:16','2021-01-07 00:25:16'),
(41448,17980,'action created','2021-01-07 05:25:16','2021-01-07 00:25:16'),
(41449,17980,'action started via WP Cron','2021-01-07 05:26:27','2021-01-07 00:26:27'),
(41450,17980,'action complete via WP Cron','2021-01-07 05:26:27','2021-01-07 00:26:27'),
(41451,17981,'action created','2021-01-07 05:26:27','2021-01-07 00:26:27'),
(41452,17981,'action started via WP Cron','2021-01-07 05:27:11','2021-01-07 00:27:11'),
(41453,17981,'action complete via WP Cron','2021-01-07 05:27:11','2021-01-07 00:27:11'),
(41454,17982,'action created','2021-01-07 05:27:12','2021-01-07 00:27:12'),
(41455,17982,'action started via WP Cron','2021-01-07 05:28:44','2021-01-07 00:28:44'),
(41456,17982,'action complete via WP Cron','2021-01-07 05:28:44','2021-01-07 00:28:44'),
(41457,17983,'action created','2021-01-07 05:28:44','2021-01-07 00:28:44'),
(41458,17983,'action started via WP Cron','2021-01-07 05:29:37','2021-01-07 00:29:37'),
(41459,17983,'action complete via WP Cron','2021-01-07 05:29:37','2021-01-07 00:29:37'),
(41460,17984,'action created','2021-01-07 05:29:37','2021-01-07 00:29:37'),
(41461,17984,'action started via WP Cron','2021-01-07 05:30:57','2021-01-07 00:30:57'),
(41462,17984,'action complete via WP Cron','2021-01-07 05:30:57','2021-01-07 00:30:57'),
(41463,17985,'action created','2021-01-07 05:30:57','2021-01-07 00:30:57'),
(41464,17985,'action started via WP Cron','2021-01-07 05:32:13','2021-01-07 00:32:13'),
(41465,17985,'action complete via WP Cron','2021-01-07 05:32:13','2021-01-07 00:32:13'),
(41466,17986,'action created','2021-01-07 05:32:14','2021-01-07 00:32:14'),
(41467,17986,'action started via WP Cron','2021-01-07 05:33:26','2021-01-07 00:33:26'),
(41468,17986,'action complete via WP Cron','2021-01-07 05:33:26','2021-01-07 00:33:26'),
(41469,17987,'action created','2021-01-07 05:33:26','2021-01-07 00:33:26'),
(41470,17987,'action started via WP Cron','2021-01-07 05:34:37','2021-01-07 00:34:37'),
(41471,17987,'action complete via WP Cron','2021-01-07 05:34:37','2021-01-07 00:34:37'),
(41472,17988,'action created','2021-01-07 05:34:37','2021-01-07 00:34:37'),
(41473,17988,'action started via WP Cron','2021-01-07 05:36:58','2021-01-07 00:36:58'),
(41474,17988,'action complete via WP Cron','2021-01-07 05:36:58','2021-01-07 00:36:58'),
(41475,17989,'action created','2021-01-07 05:36:58','2021-01-07 00:36:58'),
(41476,17989,'action started via WP Cron','2021-01-07 05:37:34','2021-01-07 00:37:34'),
(41477,17989,'action complete via WP Cron','2021-01-07 05:37:34','2021-01-07 00:37:34'),
(41478,17990,'action created','2021-01-07 05:37:34','2021-01-07 00:37:34'),
(41479,17990,'action started via WP Cron','2021-01-07 05:38:40','2021-01-07 00:38:40'),
(41480,17990,'action complete via WP Cron','2021-01-07 05:38:40','2021-01-07 00:38:40'),
(41481,17991,'action created','2021-01-07 05:38:40','2021-01-07 00:38:40'),
(41482,17991,'action started via WP Cron','2021-01-07 05:39:15','2021-01-07 00:39:15'),
(41483,17991,'action complete via WP Cron','2021-01-07 05:39:15','2021-01-07 00:39:15'),
(41484,17992,'action created','2021-01-07 05:39:16','2021-01-07 00:39:16'),
(41485,17992,'action started via WP Cron','2021-01-07 05:40:16','2021-01-07 00:40:16'),
(41486,17992,'action complete via WP Cron','2021-01-07 05:40:16','2021-01-07 00:40:16'),
(41487,17993,'action created','2021-01-07 05:40:16','2021-01-07 00:40:16'),
(41488,17993,'action started via WP Cron','2021-01-07 05:41:57','2021-01-07 00:41:57'),
(41489,17993,'action complete via WP Cron','2021-01-07 05:41:57','2021-01-07 00:41:57'),
(41490,17994,'action created','2021-01-07 05:41:57','2021-01-07 00:41:57'),
(41491,17994,'action started via WP Cron','2021-01-07 05:42:33','2021-01-07 00:42:33'),
(41492,17994,'action complete via WP Cron','2021-01-07 05:42:33','2021-01-07 00:42:33'),
(41493,17995,'action created','2021-01-07 05:42:33','2021-01-07 00:42:33'),
(41494,17995,'action started via WP Cron','2021-01-07 05:44:36','2021-01-07 00:44:36'),
(41495,17995,'action complete via WP Cron','2021-01-07 05:44:36','2021-01-07 00:44:36'),
(41496,17996,'action created','2021-01-07 05:44:36','2021-01-07 00:44:36'),
(41497,17996,'action started via WP Cron','2021-01-07 05:45:41','2021-01-07 00:45:41'),
(41498,17996,'action complete via WP Cron','2021-01-07 05:45:41','2021-01-07 00:45:41'),
(41499,17997,'action created','2021-01-07 05:45:41','2021-01-07 00:45:41'),
(41500,17997,'action started via WP Cron','2021-01-07 05:46:27','2021-01-07 00:46:27'),
(41501,17997,'action complete via WP Cron','2021-01-07 05:46:27','2021-01-07 00:46:27'),
(41502,17998,'action created','2021-01-07 05:46:27','2021-01-07 00:46:27'),
(41503,17998,'action started via WP Cron','2021-01-07 05:48:19','2021-01-07 00:48:19'),
(41504,17998,'action complete via WP Cron','2021-01-07 05:48:19','2021-01-07 00:48:19'),
(41505,17999,'action created','2021-01-07 05:48:19','2021-01-07 00:48:19'),
(41506,17999,'action started via WP Cron','2021-01-07 05:49:48','2021-01-07 00:49:48'),
(41507,17999,'action complete via WP Cron','2021-01-07 05:49:48','2021-01-07 00:49:48'),
(41508,18000,'action created','2021-01-07 05:49:48','2021-01-07 00:49:48'),
(41509,18000,'action started via WP Cron','2021-01-07 05:53:44','2021-01-07 00:53:44'),
(41510,18000,'action complete via WP Cron','2021-01-07 05:53:44','2021-01-07 00:53:44'),
(41511,18001,'action created','2021-01-07 05:53:44','2021-01-07 00:53:44'),
(41512,18001,'action started via WP Cron','2021-01-07 05:54:20','2021-01-07 00:54:20'),
(41513,18001,'action complete via WP Cron','2021-01-07 05:54:20','2021-01-07 00:54:20'),
(41514,18002,'action created','2021-01-07 05:54:20','2021-01-07 00:54:20'),
(41515,18002,'action started via WP Cron','2021-01-07 05:58:27','2021-01-07 00:58:27'),
(41516,18002,'action complete via WP Cron','2021-01-07 05:58:27','2021-01-07 00:58:27'),
(41517,18003,'action created','2021-01-07 05:58:27','2021-01-07 00:58:27'),
(41518,18003,'action started via WP Cron','2021-01-07 06:04:29','2021-01-07 01:04:29'),
(41519,18003,'action complete via WP Cron','2021-01-07 06:04:29','2021-01-07 01:04:29'),
(41520,18004,'action created','2021-01-07 06:04:29','2021-01-07 01:04:29'),
(41521,18004,'action started via WP Cron','2021-01-07 06:06:47','2021-01-07 01:06:47'),
(41522,18004,'action complete via WP Cron','2021-01-07 06:06:47','2021-01-07 01:06:47'),
(41523,18005,'action created','2021-01-07 06:06:47','2021-01-07 01:06:47'),
(41524,18005,'action started via WP Cron','2021-01-07 06:09:20','2021-01-07 01:09:20'),
(41525,18005,'action complete via WP Cron','2021-01-07 06:09:20','2021-01-07 01:09:20'),
(41526,18006,'action created','2021-01-07 06:09:20','2021-01-07 01:09:20'),
(41527,18006,'action started via WP Cron','2021-01-07 06:10:47','2021-01-07 01:10:47'),
(41528,18006,'action complete via WP Cron','2021-01-07 06:10:47','2021-01-07 01:10:47'),
(41529,18007,'action created','2021-01-07 06:10:47','2021-01-07 01:10:47'),
(41530,18007,'action started via WP Cron','2021-01-07 06:11:15','2021-01-07 01:11:15'),
(41531,18007,'action complete via WP Cron','2021-01-07 06:11:15','2021-01-07 01:11:15'),
(41532,18008,'action created','2021-01-07 06:11:15','2021-01-07 01:11:15'),
(41533,18008,'action started via WP Cron','2021-01-07 06:13:24','2021-01-07 01:13:24'),
(41534,18008,'action complete via WP Cron','2021-01-07 06:13:24','2021-01-07 01:13:24'),
(41535,18009,'action created','2021-01-07 06:13:24','2021-01-07 01:13:24'),
(41536,18009,'action started via WP Cron','2021-01-07 06:16:00','2021-01-07 01:16:00'),
(41537,18009,'action complete via WP Cron','2021-01-07 06:16:00','2021-01-07 01:16:00'),
(41538,18010,'action created','2021-01-07 06:16:00','2021-01-07 01:16:00'),
(41539,18010,'action started via WP Cron','2021-01-07 06:16:15','2021-01-07 01:16:15'),
(41540,18010,'action complete via WP Cron','2021-01-07 06:16:15','2021-01-07 01:16:15'),
(41541,18011,'action created','2021-01-07 06:16:15','2021-01-07 01:16:15'),
(41542,18011,'action started via WP Cron','2021-01-07 06:20:46','2021-01-07 01:20:46'),
(41543,18011,'action complete via WP Cron','2021-01-07 06:20:46','2021-01-07 01:20:46'),
(41544,18012,'action created','2021-01-07 06:20:47','2021-01-07 01:20:47'),
(41545,18012,'action started via WP Cron','2021-01-07 06:21:52','2021-01-07 01:21:52'),
(41546,18012,'action complete via WP Cron','2021-01-07 06:21:52','2021-01-07 01:21:52'),
(41547,18013,'action created','2021-01-07 06:21:52','2021-01-07 01:21:52'),
(41548,18013,'action started via WP Cron','2021-01-07 06:22:24','2021-01-07 01:22:24'),
(41549,18013,'action complete via WP Cron','2021-01-07 06:22:24','2021-01-07 01:22:24'),
(41550,18014,'action created','2021-01-07 06:22:24','2021-01-07 01:22:24'),
(41551,18014,'action started via WP Cron','2021-01-07 06:24:46','2021-01-07 01:24:46'),
(41552,18014,'action complete via WP Cron','2021-01-07 06:24:46','2021-01-07 01:24:46'),
(41553,18015,'action created','2021-01-07 06:24:46','2021-01-07 01:24:46'),
(41554,18015,'action started via WP Cron','2021-01-07 06:27:13','2021-01-07 01:27:13'),
(41555,18015,'action complete via WP Cron','2021-01-07 06:27:13','2021-01-07 01:27:13'),
(41556,18016,'action created','2021-01-07 06:27:13','2021-01-07 01:27:13'),
(41557,18016,'action started via WP Cron','2021-01-07 06:29:21','2021-01-07 01:29:21'),
(41558,18016,'action complete via WP Cron','2021-01-07 06:29:21','2021-01-07 01:29:21'),
(41559,18017,'action created','2021-01-07 06:29:21','2021-01-07 01:29:21'),
(41560,18017,'action started via WP Cron','2021-01-07 06:31:40','2021-01-07 01:31:40'),
(41561,18017,'action complete via WP Cron','2021-01-07 06:31:40','2021-01-07 01:31:40'),
(41562,18018,'action created','2021-01-07 06:31:40','2021-01-07 01:31:40'),
(41563,18018,'action started via WP Cron','2021-01-07 06:34:01','2021-01-07 01:34:01'),
(41564,18018,'action complete via WP Cron','2021-01-07 06:34:01','2021-01-07 01:34:01'),
(41565,18019,'action created','2021-01-07 06:34:01','2021-01-07 01:34:01'),
(41566,18019,'action started via WP Cron','2021-01-07 06:35:00','2021-01-07 01:35:00'),
(41567,18019,'action complete via WP Cron','2021-01-07 06:35:00','2021-01-07 01:35:00'),
(41568,18020,'action created','2021-01-07 06:35:00','2021-01-07 01:35:00'),
(41569,18020,'action started via WP Cron','2021-01-07 06:35:49','2021-01-07 01:35:49'),
(41570,18020,'action complete via WP Cron','2021-01-07 06:35:49','2021-01-07 01:35:49'),
(41571,18021,'action created','2021-01-07 06:35:50','2021-01-07 01:35:50'),
(41572,18021,'action started via WP Cron','2021-01-07 06:36:15','2021-01-07 01:36:15'),
(41573,18021,'action complete via WP Cron','2021-01-07 06:36:15','2021-01-07 01:36:15'),
(41574,18022,'action created','2021-01-07 06:36:15','2021-01-07 01:36:15'),
(41575,18022,'action started via WP Cron','2021-01-07 06:37:27','2021-01-07 01:37:27'),
(41576,18022,'action complete via WP Cron','2021-01-07 06:37:27','2021-01-07 01:37:27'),
(41577,18023,'action created','2021-01-07 06:37:27','2021-01-07 01:37:27'),
(41578,18023,'action started via WP Cron','2021-01-07 06:39:09','2021-01-07 01:39:09'),
(41579,18023,'action complete via WP Cron','2021-01-07 06:39:09','2021-01-07 01:39:09'),
(41580,18024,'action created','2021-01-07 06:39:09','2021-01-07 01:39:09'),
(41581,18024,'action started via WP Cron','2021-01-07 06:39:35','2021-01-07 01:39:35'),
(41582,18024,'action complete via WP Cron','2021-01-07 06:39:35','2021-01-07 01:39:35'),
(41583,18025,'action created','2021-01-07 06:39:35','2021-01-07 01:39:35'),
(41584,18025,'action started via WP Cron','2021-01-07 06:40:33','2021-01-07 01:40:33'),
(41585,18025,'action complete via WP Cron','2021-01-07 06:40:33','2021-01-07 01:40:33'),
(41586,18026,'action created','2021-01-07 06:40:34','2021-01-07 01:40:34'),
(41587,18026,'action started via WP Cron','2021-01-07 06:41:25','2021-01-07 01:41:25'),
(41588,18026,'action complete via WP Cron','2021-01-07 06:41:25','2021-01-07 01:41:25'),
(41589,18027,'action created','2021-01-07 06:41:25','2021-01-07 01:41:25'),
(41590,18027,'action started via WP Cron','2021-01-07 06:42:28','2021-01-07 01:42:28'),
(41591,18027,'action complete via WP Cron','2021-01-07 06:42:28','2021-01-07 01:42:28'),
(41592,18028,'action created','2021-01-07 06:42:28','2021-01-07 01:42:28'),
(41593,18028,'action started via WP Cron','2021-01-07 06:43:51','2021-01-07 01:43:51'),
(41594,18028,'action complete via WP Cron','2021-01-07 06:43:51','2021-01-07 01:43:51'),
(41595,18029,'action created','2021-01-07 06:43:51','2021-01-07 01:43:51'),
(41596,18029,'action started via WP Cron','2021-01-07 06:44:20','2021-01-07 01:44:20'),
(41597,18029,'action complete via WP Cron','2021-01-07 06:44:20','2021-01-07 01:44:20'),
(41598,18030,'action created','2021-01-07 06:44:20','2021-01-07 01:44:20'),
(41599,18030,'action started via WP Cron','2021-01-07 06:48:34','2021-01-07 01:48:34'),
(41600,18030,'action complete via WP Cron','2021-01-07 06:48:34','2021-01-07 01:48:34'),
(41601,18031,'action created','2021-01-07 06:48:34','2021-01-07 01:48:34'),
(41602,18031,'action started via WP Cron','2021-01-07 06:51:42','2021-01-07 01:51:42'),
(41603,18031,'action complete via WP Cron','2021-01-07 06:51:42','2021-01-07 01:51:42'),
(41604,18032,'action created','2021-01-07 06:51:42','2021-01-07 01:51:42'),
(41605,18032,'action started via WP Cron','2021-01-07 06:52:32','2021-01-07 01:52:32'),
(41606,18032,'action complete via WP Cron','2021-01-07 06:52:32','2021-01-07 01:52:32'),
(41607,18033,'action created','2021-01-07 06:52:32','2021-01-07 01:52:32'),
(41608,18033,'action started via WP Cron','2021-01-07 06:55:33','2021-01-07 01:55:33'),
(41609,18033,'action complete via WP Cron','2021-01-07 06:55:33','2021-01-07 01:55:33'),
(41610,18034,'action created','2021-01-07 06:55:33','2021-01-07 01:55:33'),
(41611,18034,'action started via WP Cron','2021-01-07 06:56:57','2021-01-07 01:56:57'),
(41612,18034,'action complete via WP Cron','2021-01-07 06:56:57','2021-01-07 01:56:57'),
(41613,18035,'action created','2021-01-07 06:56:57','2021-01-07 01:56:57'),
(41614,18035,'action started via WP Cron','2021-01-07 06:57:12','2021-01-07 01:57:12'),
(41615,18035,'action complete via WP Cron','2021-01-07 06:57:12','2021-01-07 01:57:12'),
(41616,18036,'action created','2021-01-07 06:57:12','2021-01-07 01:57:12'),
(41617,18036,'action started via WP Cron','2021-01-07 06:58:53','2021-01-07 01:58:53'),
(41618,18036,'action complete via WP Cron','2021-01-07 06:58:53','2021-01-07 01:58:53'),
(41619,18037,'action created','2021-01-07 06:58:53','2021-01-07 01:58:53'),
(41620,18037,'action started via WP Cron','2021-01-07 07:01:19','2021-01-07 02:01:19'),
(41621,18037,'action complete via WP Cron','2021-01-07 07:01:19','2021-01-07 02:01:19'),
(41622,18038,'action created','2021-01-07 07:01:19','2021-01-07 02:01:19'),
(41623,18038,'action started via WP Cron','2021-01-07 07:04:54','2021-01-07 02:04:54'),
(41624,18038,'action complete via WP Cron','2021-01-07 07:04:54','2021-01-07 02:04:54'),
(41625,18039,'action created','2021-01-07 07:04:54','2021-01-07 02:04:54'),
(41626,18039,'action started via WP Cron','2021-01-07 07:06:41','2021-01-07 02:06:41'),
(41627,18039,'action complete via WP Cron','2021-01-07 07:06:41','2021-01-07 02:06:41'),
(41628,18040,'action created','2021-01-07 07:06:41','2021-01-07 02:06:41'),
(41629,18040,'action started via WP Cron','2021-01-07 07:08:26','2021-01-07 02:08:26'),
(41630,18040,'action complete via WP Cron','2021-01-07 07:08:26','2021-01-07 02:08:26'),
(41631,18041,'action created','2021-01-07 07:08:26','2021-01-07 02:08:26'),
(41632,18041,'action started via WP Cron','2021-01-07 07:10:18','2021-01-07 02:10:18'),
(41633,18041,'action complete via WP Cron','2021-01-07 07:10:18','2021-01-07 02:10:18'),
(41634,18042,'action created','2021-01-07 07:10:18','2021-01-07 02:10:18'),
(41635,18042,'action started via WP Cron','2021-01-07 07:13:37','2021-01-07 02:13:37'),
(41636,18042,'action complete via WP Cron','2021-01-07 07:13:37','2021-01-07 02:13:37'),
(41637,18043,'action created','2021-01-07 07:13:37','2021-01-07 02:13:37'),
(41638,18043,'action started via WP Cron','2021-01-07 07:15:12','2021-01-07 02:15:12'),
(41639,18043,'action complete via WP Cron','2021-01-07 07:15:12','2021-01-07 02:15:12'),
(41640,18044,'action created','2021-01-07 07:15:12','2021-01-07 02:15:12'),
(41641,18044,'action started via WP Cron','2021-01-07 07:17:16','2021-01-07 02:17:16'),
(41642,18044,'action complete via WP Cron','2021-01-07 07:17:16','2021-01-07 02:17:16'),
(41643,18045,'action created','2021-01-07 07:17:16','2021-01-07 02:17:16'),
(41644,18045,'action started via WP Cron','2021-01-07 07:18:52','2021-01-07 02:18:52'),
(41645,18045,'action complete via WP Cron','2021-01-07 07:18:52','2021-01-07 02:18:52'),
(41646,18046,'action created','2021-01-07 07:18:52','2021-01-07 02:18:52'),
(41647,18046,'action started via WP Cron','2021-01-07 07:21:05','2021-01-07 02:21:05'),
(41648,18046,'action complete via WP Cron','2021-01-07 07:21:05','2021-01-07 02:21:05'),
(41649,18047,'action created','2021-01-07 07:21:05','2021-01-07 02:21:05'),
(41650,18047,'action started via WP Cron','2021-01-07 07:21:22','2021-01-07 02:21:22'),
(41651,18047,'action complete via WP Cron','2021-01-07 07:21:22','2021-01-07 02:21:22'),
(41652,18048,'action created','2021-01-07 07:21:22','2021-01-07 02:21:22'),
(41653,18048,'action started via WP Cron','2021-01-07 07:22:17','2021-01-07 02:22:17'),
(41654,18048,'action complete via WP Cron','2021-01-07 07:22:17','2021-01-07 02:22:17'),
(41655,18049,'action created','2021-01-07 07:22:17','2021-01-07 02:22:17'),
(41656,18049,'action started via WP Cron','2021-01-07 07:23:40','2021-01-07 02:23:40'),
(41657,18049,'action complete via WP Cron','2021-01-07 07:23:40','2021-01-07 02:23:40'),
(41658,18050,'action created','2021-01-07 07:23:40','2021-01-07 02:23:40'),
(41659,18050,'action started via WP Cron','2021-01-07 07:24:48','2021-01-07 02:24:48'),
(41660,18050,'action complete via WP Cron','2021-01-07 07:24:48','2021-01-07 02:24:48'),
(41661,18051,'action created','2021-01-07 07:24:49','2021-01-07 02:24:49'),
(41662,18051,'action started via WP Cron','2021-01-07 07:25:37','2021-01-07 02:25:37'),
(41663,18051,'action complete via WP Cron','2021-01-07 07:25:37','2021-01-07 02:25:37'),
(41664,18052,'action created','2021-01-07 07:25:37','2021-01-07 02:25:37'),
(41665,18052,'action started via WP Cron','2021-01-07 07:27:46','2021-01-07 02:27:46'),
(41666,18052,'action complete via WP Cron','2021-01-07 07:27:46','2021-01-07 02:27:46'),
(41667,18053,'action created','2021-01-07 07:27:46','2021-01-07 02:27:46'),
(41668,18053,'action started via WP Cron','2021-01-07 07:28:43','2021-01-07 02:28:43'),
(41669,18053,'action complete via WP Cron','2021-01-07 07:28:43','2021-01-07 02:28:43'),
(41670,18054,'action created','2021-01-07 07:28:43','2021-01-07 02:28:43'),
(41671,18054,'action started via WP Cron','2021-01-07 07:31:45','2021-01-07 02:31:45'),
(41672,18054,'action complete via WP Cron','2021-01-07 07:31:45','2021-01-07 02:31:45'),
(41673,18055,'action created','2021-01-07 07:31:45','2021-01-07 02:31:45'),
(41674,18055,'action started via WP Cron','2021-01-07 07:37:20','2021-01-07 02:37:20'),
(41675,18055,'action complete via WP Cron','2021-01-07 07:37:20','2021-01-07 02:37:20'),
(41676,18056,'action created','2021-01-07 07:37:20','2021-01-07 02:37:20'),
(41677,18056,'action started via WP Cron','2021-01-07 07:38:28','2021-01-07 02:38:28'),
(41678,18056,'action complete via WP Cron','2021-01-07 07:38:28','2021-01-07 02:38:28'),
(41679,18057,'action created','2021-01-07 07:38:28','2021-01-07 02:38:28'),
(41680,18057,'action started via WP Cron','2021-01-07 07:40:45','2021-01-07 02:40:45'),
(41681,18057,'action complete via WP Cron','2021-01-07 07:40:45','2021-01-07 02:40:45'),
(41682,18058,'action created','2021-01-07 07:40:45','2021-01-07 02:40:45'),
(41683,18058,'action started via WP Cron','2021-01-07 07:43:38','2021-01-07 02:43:38'),
(41684,18058,'action complete via WP Cron','2021-01-07 07:43:38','2021-01-07 02:43:38'),
(41685,18059,'action created','2021-01-07 07:43:38','2021-01-07 02:43:38'),
(41686,18059,'action started via WP Cron','2021-01-07 07:44:42','2021-01-07 02:44:42'),
(41687,18059,'action complete via WP Cron','2021-01-07 07:44:42','2021-01-07 02:44:42'),
(41688,18060,'action created','2021-01-07 07:44:42','2021-01-07 02:44:42'),
(41689,18060,'action started via WP Cron','2021-01-07 07:45:22','2021-01-07 02:45:22'),
(41690,18060,'action complete via WP Cron','2021-01-07 07:45:22','2021-01-07 02:45:22'),
(41691,18061,'action created','2021-01-07 07:45:22','2021-01-07 02:45:22'),
(41692,18061,'action started via WP Cron','2021-01-07 07:46:12','2021-01-07 02:46:12'),
(41693,18061,'action complete via WP Cron','2021-01-07 07:46:12','2021-01-07 02:46:12'),
(41694,18062,'action created','2021-01-07 07:46:13','2021-01-07 02:46:13'),
(41695,18062,'action started via WP Cron','2021-01-07 07:47:58','2021-01-07 02:47:58'),
(41696,18062,'action complete via WP Cron','2021-01-07 07:47:58','2021-01-07 02:47:58'),
(41697,18063,'action created','2021-01-07 07:47:58','2021-01-07 02:47:58'),
(41698,18063,'action started via WP Cron','2021-01-07 07:49:39','2021-01-07 02:49:39'),
(41699,18063,'action complete via WP Cron','2021-01-07 07:49:39','2021-01-07 02:49:39'),
(41700,18064,'action created','2021-01-07 07:49:39','2021-01-07 02:49:39'),
(41701,18064,'action started via WP Cron','2021-01-07 07:50:54','2021-01-07 02:50:54'),
(41702,18064,'action complete via WP Cron','2021-01-07 07:50:54','2021-01-07 02:50:54'),
(41703,18065,'action created','2021-01-07 07:50:54','2021-01-07 02:50:54'),
(41704,18065,'action started via WP Cron','2021-01-07 07:51:35','2021-01-07 02:51:35'),
(41705,18065,'action complete via WP Cron','2021-01-07 07:51:35','2021-01-07 02:51:35'),
(41706,18066,'action created','2021-01-07 07:51:36','2021-01-07 02:51:36'),
(41707,18066,'action started via WP Cron','2021-01-07 07:52:11','2021-01-07 02:52:11'),
(41708,18066,'action complete via WP Cron','2021-01-07 07:52:11','2021-01-07 02:52:11'),
(41709,18067,'action created','2021-01-07 07:52:11','2021-01-07 02:52:11'),
(41710,18067,'action started via WP Cron','2021-01-07 07:53:12','2021-01-07 02:53:12'),
(41711,18067,'action complete via WP Cron','2021-01-07 07:53:12','2021-01-07 02:53:12'),
(41712,18068,'action created','2021-01-07 07:53:12','2021-01-07 02:53:12'),
(41713,18068,'action started via WP Cron','2021-01-07 07:55:30','2021-01-07 02:55:30'),
(41714,18068,'action complete via WP Cron','2021-01-07 07:55:30','2021-01-07 02:55:30'),
(41715,18069,'action created','2021-01-07 07:55:30','2021-01-07 02:55:30'),
(41716,18069,'action started via WP Cron','2021-01-07 07:56:23','2021-01-07 02:56:23'),
(41717,18069,'action complete via WP Cron','2021-01-07 07:56:23','2021-01-07 02:56:23'),
(41718,18070,'action created','2021-01-07 07:56:23','2021-01-07 02:56:23'),
(41719,18070,'action started via WP Cron','2021-01-07 07:58:10','2021-01-07 02:58:10'),
(41720,18070,'action complete via WP Cron','2021-01-07 07:58:10','2021-01-07 02:58:10'),
(41721,18071,'action created','2021-01-07 07:58:10','2021-01-07 02:58:10'),
(41722,18071,'action started via WP Cron','2021-01-07 07:59:01','2021-01-07 02:59:01'),
(41723,18071,'action complete via WP Cron','2021-01-07 07:59:01','2021-01-07 02:59:01'),
(41724,18072,'action created','2021-01-07 07:59:01','2021-01-07 02:59:01'),
(41725,18072,'action started via WP Cron','2021-01-07 08:01:56','2021-01-07 03:01:56'),
(41726,18072,'action complete via WP Cron','2021-01-07 08:01:56','2021-01-07 03:01:56'),
(41727,18073,'action created','2021-01-07 08:01:56','2021-01-07 03:01:56'),
(41728,18073,'action started via WP Cron','2021-01-07 08:04:35','2021-01-07 03:04:35'),
(41729,18073,'action complete via WP Cron','2021-01-07 08:04:35','2021-01-07 03:04:35'),
(41730,18074,'action created','2021-01-07 08:04:35','2021-01-07 03:04:35'),
(41731,18074,'action started via WP Cron','2021-01-07 08:06:08','2021-01-07 03:06:08'),
(41732,18074,'action complete via WP Cron','2021-01-07 08:06:08','2021-01-07 03:06:08'),
(41733,18075,'action created','2021-01-07 08:06:08','2021-01-07 03:06:08'),
(41734,18075,'action started via WP Cron','2021-01-07 08:08:56','2021-01-07 03:08:56'),
(41735,18075,'action complete via WP Cron','2021-01-07 08:08:56','2021-01-07 03:08:56'),
(41736,18076,'action created','2021-01-07 08:08:56','2021-01-07 03:08:56'),
(41737,18076,'action started via WP Cron','2021-01-07 08:09:23','2021-01-07 03:09:23'),
(41738,18076,'action complete via WP Cron','2021-01-07 08:09:23','2021-01-07 03:09:23'),
(41739,18077,'action created','2021-01-07 08:09:23','2021-01-07 03:09:23'),
(41740,18077,'action started via WP Cron','2021-01-07 08:12:22','2021-01-07 03:12:22'),
(41741,18077,'action complete via WP Cron','2021-01-07 08:12:22','2021-01-07 03:12:22'),
(41742,18078,'action created','2021-01-07 08:12:22','2021-01-07 03:12:22'),
(41743,18078,'action started via WP Cron','2021-01-07 08:14:31','2021-01-07 03:14:31'),
(41744,18078,'action complete via WP Cron','2021-01-07 08:14:31','2021-01-07 03:14:31'),
(41745,18079,'action created','2021-01-07 08:14:31','2021-01-07 03:14:31'),
(41746,18079,'action started via WP Cron','2021-01-07 08:15:56','2021-01-07 03:15:56'),
(41747,18079,'action complete via WP Cron','2021-01-07 08:15:56','2021-01-07 03:15:56'),
(41748,18080,'action created','2021-01-07 08:15:56','2021-01-07 03:15:56'),
(41749,18080,'action started via WP Cron','2021-01-07 08:17:44','2021-01-07 03:17:44'),
(41750,18080,'action complete via WP Cron','2021-01-07 08:17:44','2021-01-07 03:17:44'),
(41751,18081,'action created','2021-01-07 08:17:44','2021-01-07 03:17:44'),
(41752,18081,'action started via WP Cron','2021-01-07 08:18:59','2021-01-07 03:18:59'),
(41753,18081,'action complete via WP Cron','2021-01-07 08:18:59','2021-01-07 03:18:59'),
(41754,18082,'action created','2021-01-07 08:18:59','2021-01-07 03:18:59'),
(41755,18082,'action started via WP Cron','2021-01-07 08:19:22','2021-01-07 03:19:22'),
(41756,18082,'action complete via WP Cron','2021-01-07 08:19:22','2021-01-07 03:19:22'),
(41757,18083,'action created','2021-01-07 08:19:22','2021-01-07 03:19:22'),
(41758,18083,'action started via WP Cron','2021-01-07 08:22:23','2021-01-07 03:22:23'),
(41759,18083,'action complete via WP Cron','2021-01-07 08:22:23','2021-01-07 03:22:23'),
(41760,18084,'action created','2021-01-07 08:22:23','2021-01-07 03:22:23'),
(41761,18084,'action started via WP Cron','2021-01-07 08:24:05','2021-01-07 03:24:05'),
(41762,18084,'action complete via WP Cron','2021-01-07 08:24:05','2021-01-07 03:24:05'),
(41763,18085,'action created','2021-01-07 08:24:05','2021-01-07 03:24:05'),
(41764,18085,'action started via WP Cron','2021-01-07 08:25:13','2021-01-07 03:25:13'),
(41765,18085,'action complete via WP Cron','2021-01-07 08:25:13','2021-01-07 03:25:13'),
(41766,18086,'action created','2021-01-07 08:25:13','2021-01-07 03:25:13'),
(41767,18086,'action started via WP Cron','2021-01-07 08:27:10','2021-01-07 03:27:10'),
(41768,18086,'action complete via WP Cron','2021-01-07 08:27:10','2021-01-07 03:27:10'),
(41769,18087,'action created','2021-01-07 08:27:10','2021-01-07 03:27:10'),
(41770,18087,'action started via WP Cron','2021-01-07 08:29:23','2021-01-07 03:29:23'),
(41771,18087,'action complete via WP Cron','2021-01-07 08:29:23','2021-01-07 03:29:23'),
(41772,18088,'action created','2021-01-07 08:29:23','2021-01-07 03:29:23'),
(41773,18088,'action started via WP Cron','2021-01-07 08:32:14','2021-01-07 03:32:14'),
(41774,18088,'action complete via WP Cron','2021-01-07 08:32:14','2021-01-07 03:32:14'),
(41775,18089,'action created','2021-01-07 08:32:14','2021-01-07 03:32:14'),
(41776,18089,'action started via WP Cron','2021-01-07 08:35:21','2021-01-07 03:35:21'),
(41777,18089,'action complete via WP Cron','2021-01-07 08:35:21','2021-01-07 03:35:21'),
(41778,18090,'action created','2021-01-07 08:35:21','2021-01-07 03:35:21'),
(41779,18090,'action started via WP Cron','2021-01-07 08:36:29','2021-01-07 03:36:29'),
(41780,18090,'action complete via WP Cron','2021-01-07 08:36:29','2021-01-07 03:36:29'),
(41781,18091,'action created','2021-01-07 08:36:30','2021-01-07 03:36:30'),
(41782,18091,'action started via WP Cron','2021-01-07 08:37:57','2021-01-07 03:37:57'),
(41783,18091,'action complete via WP Cron','2021-01-07 08:37:57','2021-01-07 03:37:57'),
(41784,18092,'action created','2021-01-07 08:37:57','2021-01-07 03:37:57'),
(41785,18092,'action started via WP Cron','2021-01-07 08:38:52','2021-01-07 03:38:52'),
(41786,18092,'action complete via WP Cron','2021-01-07 08:38:52','2021-01-07 03:38:52'),
(41787,18093,'action created','2021-01-07 08:38:52','2021-01-07 03:38:52'),
(41788,18093,'action started via WP Cron','2021-01-07 08:39:55','2021-01-07 03:39:55'),
(41789,18093,'action complete via WP Cron','2021-01-07 08:39:55','2021-01-07 03:39:55'),
(41790,18094,'action created','2021-01-07 08:39:55','2021-01-07 03:39:55'),
(41791,18094,'action started via WP Cron','2021-01-07 08:41:07','2021-01-07 03:41:07'),
(41792,18094,'action complete via WP Cron','2021-01-07 08:41:07','2021-01-07 03:41:07'),
(41793,18095,'action created','2021-01-07 08:41:07','2021-01-07 03:41:07'),
(41794,18095,'action started via WP Cron','2021-01-07 08:41:43','2021-01-07 03:41:43'),
(41795,18095,'action complete via WP Cron','2021-01-07 08:41:43','2021-01-07 03:41:43'),
(41796,18096,'action created','2021-01-07 08:41:43','2021-01-07 03:41:43'),
(41797,18096,'action started via WP Cron','2021-01-07 08:42:25','2021-01-07 03:42:25'),
(41798,18096,'action complete via WP Cron','2021-01-07 08:42:25','2021-01-07 03:42:25'),
(41799,18097,'action created','2021-01-07 08:42:25','2021-01-07 03:42:25'),
(41800,18097,'action started via WP Cron','2021-01-07 08:43:36','2021-01-07 03:43:36'),
(41801,18097,'action complete via WP Cron','2021-01-07 08:43:36','2021-01-07 03:43:36'),
(41802,18098,'action created','2021-01-07 08:43:36','2021-01-07 03:43:36'),
(41803,18098,'action started via WP Cron','2021-01-07 08:47:51','2021-01-07 03:47:51'),
(41804,18098,'action complete via WP Cron','2021-01-07 08:47:51','2021-01-07 03:47:51'),
(41805,18099,'action created','2021-01-07 08:47:51','2021-01-07 03:47:51'),
(41806,18099,'action started via WP Cron','2021-01-07 08:51:26','2021-01-07 03:51:26'),
(41807,18099,'action complete via WP Cron','2021-01-07 08:51:27','2021-01-07 03:51:27'),
(41808,18100,'action created','2021-01-07 08:51:27','2021-01-07 03:51:27'),
(41809,18100,'action started via WP Cron','2021-01-07 08:52:41','2021-01-07 03:52:41'),
(41810,18100,'action complete via WP Cron','2021-01-07 08:52:41','2021-01-07 03:52:41'),
(41811,18101,'action created','2021-01-07 08:52:41','2021-01-07 03:52:41'),
(41812,18101,'action started via WP Cron','2021-01-07 08:54:16','2021-01-07 03:54:16'),
(41813,18101,'action complete via WP Cron','2021-01-07 08:54:16','2021-01-07 03:54:16'),
(41814,18102,'action created','2021-01-07 08:54:16','2021-01-07 03:54:16'),
(41815,18102,'action started via WP Cron','2021-01-07 08:55:34','2021-01-07 03:55:34'),
(41816,18102,'action complete via WP Cron','2021-01-07 08:55:34','2021-01-07 03:55:34'),
(41817,18103,'action created','2021-01-07 08:55:34','2021-01-07 03:55:34'),
(41818,18103,'action started via WP Cron','2021-01-07 08:57:14','2021-01-07 03:57:14'),
(41819,18103,'action complete via WP Cron','2021-01-07 08:57:14','2021-01-07 03:57:14'),
(41820,18104,'action created','2021-01-07 08:57:14','2021-01-07 03:57:14'),
(41821,18104,'action started via WP Cron','2021-01-07 08:58:36','2021-01-07 03:58:36'),
(41822,18104,'action complete via WP Cron','2021-01-07 08:58:36','2021-01-07 03:58:36'),
(41823,18105,'action created','2021-01-07 08:58:36','2021-01-07 03:58:36'),
(41824,18105,'action started via WP Cron','2021-01-07 08:59:18','2021-01-07 03:59:18'),
(41825,18105,'action complete via WP Cron','2021-01-07 08:59:18','2021-01-07 03:59:18'),
(41826,18106,'action created','2021-01-07 08:59:18','2021-01-07 03:59:18'),
(41827,18106,'action started via WP Cron','2021-01-07 09:00:24','2021-01-07 04:00:24'),
(41828,18106,'action complete via WP Cron','2021-01-07 09:00:24','2021-01-07 04:00:24'),
(41829,18107,'action created','2021-01-07 09:00:24','2021-01-07 04:00:24'),
(41830,18107,'action started via WP Cron','2021-01-07 09:02:01','2021-01-07 04:02:01'),
(41831,18107,'action complete via WP Cron','2021-01-07 09:02:01','2021-01-07 04:02:01'),
(41832,18108,'action created','2021-01-07 09:02:01','2021-01-07 04:02:01'),
(41833,18108,'action started via WP Cron','2021-01-07 09:03:07','2021-01-07 04:03:07'),
(41834,18108,'action complete via WP Cron','2021-01-07 09:03:07','2021-01-07 04:03:07'),
(41835,18109,'action created','2021-01-07 09:03:07','2021-01-07 04:03:07'),
(41836,18109,'action started via WP Cron','2021-01-07 09:07:16','2021-01-07 04:07:16'),
(41837,18109,'action complete via WP Cron','2021-01-07 09:07:16','2021-01-07 04:07:16'),
(41838,18110,'action created','2021-01-07 09:07:16','2021-01-07 04:07:16'),
(41839,18110,'action started via WP Cron','2021-01-07 09:08:27','2021-01-07 04:08:27'),
(41840,18110,'action complete via WP Cron','2021-01-07 09:08:27','2021-01-07 04:08:27'),
(41841,18111,'action created','2021-01-07 09:08:27','2021-01-07 04:08:27'),
(41842,18111,'action started via Async Request','2021-01-07 09:08:40','2021-01-07 04:08:40'),
(41843,18111,'action complete via Async Request','2021-01-07 09:08:40','2021-01-07 04:08:40'),
(41844,18112,'action created','2021-01-07 09:08:41','2021-01-07 04:08:41'),
(41845,18112,'action started via WP Cron','2021-01-07 09:10:24','2021-01-07 04:10:24'),
(41846,18112,'action complete via WP Cron','2021-01-07 09:10:24','2021-01-07 04:10:24'),
(41847,18113,'action created','2021-01-07 09:10:24','2021-01-07 04:10:24'),
(41848,18113,'action started via WP Cron','2021-01-07 09:12:34','2021-01-07 04:12:34'),
(41849,18113,'action complete via WP Cron','2021-01-07 09:12:34','2021-01-07 04:12:34'),
(41850,18114,'action created','2021-01-07 09:12:34','2021-01-07 04:12:34'),
(41851,18114,'action started via WP Cron','2021-01-07 09:14:35','2021-01-07 04:14:35'),
(41852,18114,'action complete via WP Cron','2021-01-07 09:14:35','2021-01-07 04:14:35'),
(41853,18115,'action created','2021-01-07 09:14:35','2021-01-07 04:14:35'),
(41854,18115,'action started via WP Cron','2021-01-07 09:15:41','2021-01-07 04:15:41'),
(41855,18115,'action complete via WP Cron','2021-01-07 09:15:41','2021-01-07 04:15:41'),
(41856,18116,'action created','2021-01-07 09:15:42','2021-01-07 04:15:42'),
(41857,18116,'action started via WP Cron','2021-01-07 09:16:26','2021-01-07 04:16:26'),
(41858,18116,'action complete via WP Cron','2021-01-07 09:16:26','2021-01-07 04:16:26'),
(41859,18117,'action created','2021-01-07 09:16:26','2021-01-07 04:16:26'),
(41860,18117,'action started via WP Cron','2021-01-07 09:18:08','2021-01-07 04:18:08'),
(41861,18117,'action complete via WP Cron','2021-01-07 09:18:08','2021-01-07 04:18:08'),
(41862,18118,'action created','2021-01-07 09:18:08','2021-01-07 04:18:08'),
(41863,18118,'action started via WP Cron','2021-01-07 09:20:49','2021-01-07 04:20:49'),
(41864,18118,'action complete via WP Cron','2021-01-07 09:20:49','2021-01-07 04:20:49'),
(41865,18119,'action created','2021-01-07 09:20:49','2021-01-07 04:20:49'),
(41866,18119,'action started via WP Cron','2021-01-07 09:21:42','2021-01-07 04:21:42'),
(41867,18119,'action complete via WP Cron','2021-01-07 09:21:42','2021-01-07 04:21:42'),
(41868,18120,'action created','2021-01-07 09:21:42','2021-01-07 04:21:42'),
(41869,18120,'action started via WP Cron','2021-01-07 09:23:11','2021-01-07 04:23:11'),
(41870,18120,'action complete via WP Cron','2021-01-07 09:23:11','2021-01-07 04:23:11'),
(41871,18121,'action created','2021-01-07 09:23:12','2021-01-07 04:23:12'),
(41872,18121,'action started via WP Cron','2021-01-07 09:26:45','2021-01-07 04:26:45'),
(41873,18121,'action complete via WP Cron','2021-01-07 09:26:45','2021-01-07 04:26:45'),
(41874,18122,'action created','2021-01-07 09:26:45','2021-01-07 04:26:45'),
(41875,18122,'action started via WP Cron','2021-01-07 09:31:31','2021-01-07 04:31:31'),
(41876,18122,'action complete via WP Cron','2021-01-07 09:31:31','2021-01-07 04:31:31'),
(41877,18123,'action created','2021-01-07 09:31:31','2021-01-07 04:31:31'),
(41878,18123,'action started via WP Cron','2021-01-07 09:32:14','2021-01-07 04:32:14'),
(41879,18123,'action complete via WP Cron','2021-01-07 09:32:14','2021-01-07 04:32:14'),
(41880,18124,'action created','2021-01-07 09:32:14','2021-01-07 04:32:14'),
(41881,18124,'action started via WP Cron','2021-01-07 09:33:39','2021-01-07 04:33:39'),
(41882,18124,'action complete via WP Cron','2021-01-07 09:33:39','2021-01-07 04:33:39'),
(41883,18125,'action created','2021-01-07 09:33:39','2021-01-07 04:33:39'),
(41884,18125,'action started via WP Cron','2021-01-07 09:35:28','2021-01-07 04:35:28'),
(41885,18125,'action complete via WP Cron','2021-01-07 09:35:28','2021-01-07 04:35:28'),
(41886,18126,'action created','2021-01-07 09:35:28','2021-01-07 04:35:28'),
(41887,18126,'action started via WP Cron','2021-01-07 09:36:17','2021-01-07 04:36:17'),
(41888,18126,'action complete via WP Cron','2021-01-07 09:36:18','2021-01-07 04:36:18'),
(41889,18127,'action created','2021-01-07 09:36:18','2021-01-07 04:36:18'),
(41890,18127,'action started via WP Cron','2021-01-07 09:37:27','2021-01-07 04:37:27'),
(41891,18127,'action complete via WP Cron','2021-01-07 09:37:27','2021-01-07 04:37:27'),
(41892,18128,'action created','2021-01-07 09:37:27','2021-01-07 04:37:27'),
(41893,18128,'action started via WP Cron','2021-01-07 09:39:42','2021-01-07 04:39:42'),
(41894,18128,'action complete via WP Cron','2021-01-07 09:39:42','2021-01-07 04:39:42'),
(41895,18129,'action created','2021-01-07 09:39:42','2021-01-07 04:39:42'),
(41896,18129,'action started via WP Cron','2021-01-07 09:40:59','2021-01-07 04:40:59'),
(41897,18129,'action complete via WP Cron','2021-01-07 09:40:59','2021-01-07 04:40:59'),
(41898,18130,'action created','2021-01-07 09:41:00','2021-01-07 04:41:00'),
(41899,18130,'action started via WP Cron','2021-01-07 09:41:39','2021-01-07 04:41:39'),
(41900,18130,'action complete via WP Cron','2021-01-07 09:41:39','2021-01-07 04:41:39'),
(41901,18131,'action created','2021-01-07 09:41:39','2021-01-07 04:41:39'),
(41902,18131,'action started via WP Cron','2021-01-07 09:42:18','2021-01-07 04:42:18'),
(41903,18131,'action complete via WP Cron','2021-01-07 09:42:18','2021-01-07 04:42:18'),
(41904,18132,'action created','2021-01-07 09:42:18','2021-01-07 04:42:18'),
(41905,18132,'action started via WP Cron','2021-01-07 09:43:14','2021-01-07 04:43:14'),
(41906,18132,'action complete via WP Cron','2021-01-07 09:43:14','2021-01-07 04:43:14'),
(41907,18133,'action created','2021-01-07 09:43:15','2021-01-07 04:43:15'),
(41908,18133,'action started via WP Cron','2021-01-07 09:45:22','2021-01-07 04:45:22'),
(41909,18133,'action complete via WP Cron','2021-01-07 09:45:22','2021-01-07 04:45:22'),
(41910,18134,'action created','2021-01-07 09:45:22','2021-01-07 04:45:22'),
(41911,18134,'action started via WP Cron','2021-01-07 09:47:39','2021-01-07 04:47:39'),
(41912,18134,'action complete via WP Cron','2021-01-07 09:47:40','2021-01-07 04:47:40'),
(41913,18135,'action created','2021-01-07 09:47:40','2021-01-07 04:47:40'),
(41914,18135,'action started via WP Cron','2021-01-07 09:49:13','2021-01-07 04:49:13'),
(41915,18135,'action complete via WP Cron','2021-01-07 09:49:13','2021-01-07 04:49:13'),
(41916,18136,'action created','2021-01-07 09:49:13','2021-01-07 04:49:13'),
(41917,18136,'action started via WP Cron','2021-01-07 09:51:06','2021-01-07 04:51:06'),
(41918,18136,'action complete via WP Cron','2021-01-07 09:51:06','2021-01-07 04:51:06'),
(41919,18137,'action created','2021-01-07 09:51:06','2021-01-07 04:51:06'),
(41920,18137,'action started via WP Cron','2021-01-07 09:51:34','2021-01-07 04:51:34'),
(41921,18137,'action complete via WP Cron','2021-01-07 09:51:34','2021-01-07 04:51:34'),
(41922,18138,'action created','2021-01-07 09:51:34','2021-01-07 04:51:34'),
(41923,18138,'action started via WP Cron','2021-01-07 09:52:15','2021-01-07 04:52:15'),
(41924,18138,'action complete via WP Cron','2021-01-07 09:52:15','2021-01-07 04:52:15'),
(41925,18139,'action created','2021-01-07 09:52:15','2021-01-07 04:52:15'),
(41926,18139,'action started via WP Cron','2021-01-07 09:53:17','2021-01-07 04:53:17'),
(41927,18139,'action complete via WP Cron','2021-01-07 09:53:17','2021-01-07 04:53:17'),
(41928,18140,'action created','2021-01-07 09:53:17','2021-01-07 04:53:17'),
(41929,18140,'action started via WP Cron','2021-01-07 09:54:56','2021-01-07 04:54:56'),
(41930,18140,'action complete via WP Cron','2021-01-07 09:54:56','2021-01-07 04:54:56'),
(41931,18141,'action created','2021-01-07 09:54:57','2021-01-07 04:54:57'),
(41932,18141,'action started via WP Cron','2021-01-07 09:55:44','2021-01-07 04:55:44'),
(41933,18141,'action complete via WP Cron','2021-01-07 09:55:44','2021-01-07 04:55:44'),
(41934,18142,'action created','2021-01-07 09:55:44','2021-01-07 04:55:44'),
(41935,18142,'action started via WP Cron','2021-01-07 09:56:44','2021-01-07 04:56:44'),
(41936,18142,'action complete via WP Cron','2021-01-07 09:56:44','2021-01-07 04:56:44'),
(41937,18143,'action created','2021-01-07 09:56:44','2021-01-07 04:56:44'),
(41938,18143,'action started via WP Cron','2021-01-07 09:57:13','2021-01-07 04:57:13'),
(41939,18143,'action complete via WP Cron','2021-01-07 09:57:13','2021-01-07 04:57:13'),
(41940,18144,'action created','2021-01-07 09:57:13','2021-01-07 04:57:13'),
(41941,18144,'action started via WP Cron','2021-01-07 09:58:26','2021-01-07 04:58:26'),
(41942,18144,'action complete via WP Cron','2021-01-07 09:58:26','2021-01-07 04:58:26'),
(41943,18145,'action created','2021-01-07 09:58:26','2021-01-07 04:58:26'),
(41944,18145,'action started via WP Cron','2021-01-07 09:59:22','2021-01-07 04:59:22'),
(41945,18145,'action complete via WP Cron','2021-01-07 09:59:22','2021-01-07 04:59:22'),
(41946,18146,'action created','2021-01-07 09:59:22','2021-01-07 04:59:22'),
(41947,18146,'action started via WP Cron','2021-01-07 10:00:22','2021-01-07 05:00:22'),
(41948,18146,'action complete via WP Cron','2021-01-07 10:00:22','2021-01-07 05:00:22'),
(41949,18147,'action created','2021-01-07 10:00:22','2021-01-07 05:00:22'),
(41950,18147,'action started via WP Cron','2021-01-07 10:01:38','2021-01-07 05:01:38'),
(41951,18147,'action complete via WP Cron','2021-01-07 10:01:38','2021-01-07 05:01:38'),
(41952,18148,'action created','2021-01-07 10:01:38','2021-01-07 05:01:38'),
(41953,18148,'action started via WP Cron','2021-01-07 10:02:16','2021-01-07 05:02:16'),
(41954,18148,'action complete via WP Cron','2021-01-07 10:02:16','2021-01-07 05:02:16'),
(41955,18149,'action created','2021-01-07 10:02:16','2021-01-07 05:02:16'),
(41956,18149,'action started via WP Cron','2021-01-07 10:03:25','2021-01-07 05:03:25'),
(41957,18149,'action complete via WP Cron','2021-01-07 10:03:25','2021-01-07 05:03:25'),
(41958,18150,'action created','2021-01-07 10:03:25','2021-01-07 05:03:25'),
(41959,18150,'action started via WP Cron','2021-01-07 10:04:29','2021-01-07 05:04:29'),
(41960,18150,'action complete via WP Cron','2021-01-07 10:04:29','2021-01-07 05:04:29'),
(41961,18151,'action created','2021-01-07 10:04:30','2021-01-07 05:04:30'),
(41962,18151,'action started via WP Cron','2021-01-07 10:06:08','2021-01-07 05:06:08'),
(41963,18151,'action complete via WP Cron','2021-01-07 10:06:08','2021-01-07 05:06:08'),
(41964,18152,'action created','2021-01-07 10:06:08','2021-01-07 05:06:08'),
(41965,18152,'action started via WP Cron','2021-01-07 10:06:23','2021-01-07 05:06:23'),
(41966,18152,'action complete via WP Cron','2021-01-07 10:06:23','2021-01-07 05:06:23'),
(41967,18153,'action created','2021-01-07 10:06:23','2021-01-07 05:06:23'),
(41968,18153,'action started via WP Cron','2021-01-07 10:07:24','2021-01-07 05:07:24'),
(41969,18153,'action complete via WP Cron','2021-01-07 10:07:24','2021-01-07 05:07:24'),
(41970,18154,'action created','2021-01-07 10:07:24','2021-01-07 05:07:24'),
(41971,18154,'action started via WP Cron','2021-01-07 10:08:14','2021-01-07 05:08:14'),
(41972,18154,'action complete via WP Cron','2021-01-07 10:08:14','2021-01-07 05:08:14'),
(41973,18155,'action created','2021-01-07 10:08:14','2021-01-07 05:08:14'),
(41974,18155,'action started via WP Cron','2021-01-07 10:10:04','2021-01-07 05:10:04'),
(41975,18155,'action complete via WP Cron','2021-01-07 10:10:04','2021-01-07 05:10:04'),
(41976,18156,'action created','2021-01-07 10:10:04','2021-01-07 05:10:04'),
(41977,18156,'action started via WP Cron','2021-01-07 10:10:17','2021-01-07 05:10:17'),
(41978,18156,'action complete via WP Cron','2021-01-07 10:10:17','2021-01-07 05:10:17'),
(41979,18157,'action created','2021-01-07 10:10:17','2021-01-07 05:10:17'),
(41980,18157,'action started via WP Cron','2021-01-07 10:13:10','2021-01-07 05:13:10'),
(41981,18157,'action complete via WP Cron','2021-01-07 10:13:11','2021-01-07 05:13:11'),
(41982,18158,'action created','2021-01-07 10:13:11','2021-01-07 05:13:11'),
(41983,18158,'action started via WP Cron','2021-01-07 10:13:48','2021-01-07 05:13:48'),
(41984,18158,'action complete via WP Cron','2021-01-07 10:13:48','2021-01-07 05:13:48'),
(41985,18159,'action created','2021-01-07 10:13:48','2021-01-07 05:13:48'),
(41986,18159,'action started via WP Cron','2021-01-07 10:14:46','2021-01-07 05:14:46'),
(41987,18159,'action complete via WP Cron','2021-01-07 10:14:46','2021-01-07 05:14:46'),
(41988,18160,'action created','2021-01-07 10:14:46','2021-01-07 05:14:46'),
(41989,18160,'action started via WP Cron','2021-01-07 10:16:16','2021-01-07 05:16:16'),
(41990,18160,'action complete via WP Cron','2021-01-07 10:16:16','2021-01-07 05:16:16'),
(41991,18161,'action created','2021-01-07 10:16:16','2021-01-07 05:16:16'),
(41992,18161,'action started via WP Cron','2021-01-07 10:18:02','2021-01-07 05:18:02'),
(41993,18161,'action complete via WP Cron','2021-01-07 10:18:02','2021-01-07 05:18:02'),
(41994,18162,'action created','2021-01-07 10:18:02','2021-01-07 05:18:02'),
(41995,18162,'action started via WP Cron','2021-01-07 10:18:17','2021-01-07 05:18:17'),
(41996,18162,'action complete via WP Cron','2021-01-07 10:18:18','2021-01-07 05:18:18'),
(41997,18163,'action created','2021-01-07 10:18:18','2021-01-07 05:18:18'),
(41998,18163,'action started via WP Cron','2021-01-07 10:22:52','2021-01-07 05:22:52'),
(41999,18163,'action complete via WP Cron','2021-01-07 10:22:52','2021-01-07 05:22:52'),
(42000,18164,'action created','2021-01-07 10:22:52','2021-01-07 05:22:52'),
(42001,18164,'action started via WP Cron','2021-01-07 10:23:36','2021-01-07 05:23:36'),
(42002,18164,'action complete via WP Cron','2021-01-07 10:23:36','2021-01-07 05:23:36'),
(42003,18165,'action created','2021-01-07 10:23:36','2021-01-07 05:23:36'),
(42004,18165,'action started via WP Cron','2021-01-07 10:24:52','2021-01-07 05:24:52'),
(42005,18165,'action complete via WP Cron','2021-01-07 10:24:52','2021-01-07 05:24:52'),
(42006,18166,'action created','2021-01-07 10:24:52','2021-01-07 05:24:52'),
(42007,18166,'action started via WP Cron','2021-01-07 10:29:20','2021-01-07 05:29:20'),
(42008,18166,'action complete via WP Cron','2021-01-07 10:29:20','2021-01-07 05:29:20'),
(42009,18167,'action created','2021-01-07 10:29:20','2021-01-07 05:29:20'),
(42010,18167,'action started via WP Cron','2021-01-07 10:30:16','2021-01-07 05:30:16'),
(42011,18167,'action complete via WP Cron','2021-01-07 10:30:16','2021-01-07 05:30:16'),
(42012,18168,'action created','2021-01-07 10:30:16','2021-01-07 05:30:16'),
(42013,18168,'action started via WP Cron','2021-01-07 10:31:40','2021-01-07 05:31:40'),
(42014,18168,'action complete via WP Cron','2021-01-07 10:31:40','2021-01-07 05:31:40'),
(42015,18169,'action created','2021-01-07 10:31:40','2021-01-07 05:31:40'),
(42016,18169,'action started via WP Cron','2021-01-07 10:32:28','2021-01-07 05:32:28'),
(42017,18169,'action complete via WP Cron','2021-01-07 10:32:28','2021-01-07 05:32:28'),
(42018,18170,'action created','2021-01-07 10:32:28','2021-01-07 05:32:28'),
(42019,18170,'action started via WP Cron','2021-01-07 10:36:43','2021-01-07 05:36:43'),
(42020,18170,'action complete via WP Cron','2021-01-07 10:36:43','2021-01-07 05:36:43'),
(42021,18171,'action created','2021-01-07 10:36:43','2021-01-07 05:36:43'),
(42022,18171,'action started via WP Cron','2021-01-07 10:37:25','2021-01-07 05:37:25'),
(42023,18171,'action complete via WP Cron','2021-01-07 10:37:25','2021-01-07 05:37:25'),
(42024,18172,'action created','2021-01-07 10:37:26','2021-01-07 05:37:26'),
(42025,18172,'action started via WP Cron','2021-01-07 10:38:17','2021-01-07 05:38:17'),
(42026,18172,'action complete via WP Cron','2021-01-07 10:38:17','2021-01-07 05:38:17'),
(42027,18173,'action created','2021-01-07 10:38:17','2021-01-07 05:38:17'),
(42028,18173,'action started via WP Cron','2021-01-07 10:39:14','2021-01-07 05:39:14'),
(42029,18173,'action complete via WP Cron','2021-01-07 10:39:14','2021-01-07 05:39:14'),
(42030,18174,'action created','2021-01-07 10:39:14','2021-01-07 05:39:14'),
(42031,18174,'action started via WP Cron','2021-01-07 10:41:41','2021-01-07 05:41:41'),
(42032,18174,'action complete via WP Cron','2021-01-07 10:41:41','2021-01-07 05:41:41'),
(42033,18175,'action created','2021-01-07 10:41:41','2021-01-07 05:41:41'),
(42034,18175,'action started via WP Cron','2021-01-07 10:42:40','2021-01-07 05:42:40'),
(42035,18175,'action complete via WP Cron','2021-01-07 10:42:40','2021-01-07 05:42:40'),
(42036,18176,'action created','2021-01-07 10:42:40','2021-01-07 05:42:40'),
(42037,18176,'action started via WP Cron','2021-01-07 10:43:37','2021-01-07 05:43:37'),
(42038,18176,'action complete via WP Cron','2021-01-07 10:43:37','2021-01-07 05:43:37'),
(42039,18177,'action created','2021-01-07 10:43:37','2021-01-07 05:43:37'),
(42040,18177,'action started via WP Cron','2021-01-07 10:45:39','2021-01-07 05:45:39'),
(42041,18177,'action complete via WP Cron','2021-01-07 10:45:39','2021-01-07 05:45:39'),
(42042,18178,'action created','2021-01-07 10:45:39','2021-01-07 05:45:39'),
(42043,18178,'action started via WP Cron','2021-01-07 10:46:20','2021-01-07 05:46:20'),
(42044,18178,'action complete via WP Cron','2021-01-07 10:46:20','2021-01-07 05:46:20'),
(42045,18179,'action created','2021-01-07 10:46:20','2021-01-07 05:46:20'),
(42046,18179,'action started via WP Cron','2021-01-07 10:47:30','2021-01-07 05:47:30'),
(42047,18179,'action complete via WP Cron','2021-01-07 10:47:30','2021-01-07 05:47:30'),
(42048,18180,'action created','2021-01-07 10:47:30','2021-01-07 05:47:30'),
(42049,18180,'action started via WP Cron','2021-01-07 10:48:36','2021-01-07 05:48:36'),
(42050,18180,'action complete via WP Cron','2021-01-07 10:48:36','2021-01-07 05:48:36'),
(42051,18181,'action created','2021-01-07 10:48:36','2021-01-07 05:48:36'),
(42052,18181,'action started via WP Cron','2021-01-07 10:49:12','2021-01-07 05:49:12'),
(42053,18181,'action complete via WP Cron','2021-01-07 10:49:12','2021-01-07 05:49:12'),
(42054,18182,'action created','2021-01-07 10:49:12','2021-01-07 05:49:12'),
(42055,18182,'action started via WP Cron','2021-01-07 10:50:14','2021-01-07 05:50:14'),
(42056,18182,'action complete via WP Cron','2021-01-07 10:50:14','2021-01-07 05:50:14'),
(42057,18183,'action created','2021-01-07 10:50:14','2021-01-07 05:50:14'),
(42058,18183,'action started via WP Cron','2021-01-07 10:51:25','2021-01-07 05:51:25'),
(42059,18183,'action complete via WP Cron','2021-01-07 10:51:25','2021-01-07 05:51:25'),
(42060,18184,'action created','2021-01-07 10:51:25','2021-01-07 05:51:25'),
(42061,18184,'action started via WP Cron','2021-01-07 10:54:41','2021-01-07 05:54:41'),
(42062,18184,'action complete via WP Cron','2021-01-07 10:54:41','2021-01-07 05:54:41'),
(42063,18185,'action created','2021-01-07 10:54:41','2021-01-07 05:54:41'),
(42064,18185,'action started via WP Cron','2021-01-07 10:55:16','2021-01-07 05:55:16'),
(42065,18185,'action complete via WP Cron','2021-01-07 10:55:16','2021-01-07 05:55:16'),
(42066,18186,'action created','2021-01-07 10:55:16','2021-01-07 05:55:16'),
(42067,18186,'action started via WP Cron','2021-01-07 10:58:13','2021-01-07 05:58:13'),
(42068,18186,'action complete via WP Cron','2021-01-07 10:58:13','2021-01-07 05:58:13'),
(42069,18187,'action created','2021-01-07 10:58:13','2021-01-07 05:58:13'),
(42070,18187,'action started via WP Cron','2021-01-07 10:59:54','2021-01-07 05:59:54'),
(42071,18187,'action complete via WP Cron','2021-01-07 10:59:54','2021-01-07 05:59:54'),
(42072,18188,'action created','2021-01-07 10:59:54','2021-01-07 05:59:54'),
(42073,18188,'action started via WP Cron','2021-01-07 11:00:29','2021-01-07 06:00:29'),
(42074,18188,'action complete via WP Cron','2021-01-07 11:00:29','2021-01-07 06:00:29'),
(42075,18189,'action created','2021-01-07 11:00:29','2021-01-07 06:00:29'),
(42076,18189,'action started via WP Cron','2021-01-07 11:01:41','2021-01-07 06:01:41'),
(42077,18189,'action complete via WP Cron','2021-01-07 11:01:41','2021-01-07 06:01:41'),
(42078,18190,'action created','2021-01-07 11:01:41','2021-01-07 06:01:41'),
(42079,18190,'action started via WP Cron','2021-01-07 11:02:24','2021-01-07 06:02:24'),
(42080,18190,'action complete via WP Cron','2021-01-07 11:02:24','2021-01-07 06:02:24'),
(42081,18191,'action created','2021-01-07 11:02:24','2021-01-07 06:02:24'),
(42082,18191,'action started via WP Cron','2021-01-07 11:04:35','2021-01-07 06:04:35'),
(42083,18191,'action complete via WP Cron','2021-01-07 11:04:35','2021-01-07 06:04:35'),
(42084,18192,'action created','2021-01-07 11:04:35','2021-01-07 06:04:35'),
(42085,18192,'action started via WP Cron','2021-01-07 11:06:34','2021-01-07 06:06:34'),
(42086,18192,'action complete via WP Cron','2021-01-07 11:06:34','2021-01-07 06:06:34'),
(42087,18193,'action created','2021-01-07 11:06:34','2021-01-07 06:06:34'),
(42088,18193,'action started via WP Cron','2021-01-07 11:09:03','2021-01-07 06:09:03'),
(42089,18193,'action complete via WP Cron','2021-01-07 11:09:03','2021-01-07 06:09:03'),
(42090,18194,'action created','2021-01-07 11:09:03','2021-01-07 06:09:03'),
(42091,18194,'action started via WP Cron','2021-01-07 11:09:43','2021-01-07 06:09:43'),
(42092,18194,'action complete via WP Cron','2021-01-07 11:09:43','2021-01-07 06:09:43'),
(42093,18195,'action created','2021-01-07 11:09:44','2021-01-07 06:09:44'),
(42094,18195,'action started via WP Cron','2021-01-07 11:10:30','2021-01-07 06:10:30'),
(42095,18195,'action complete via WP Cron','2021-01-07 11:10:30','2021-01-07 06:10:30'),
(42096,18196,'action created','2021-01-07 11:10:31','2021-01-07 06:10:31'),
(42097,18196,'action started via WP Cron','2021-01-07 11:11:20','2021-01-07 06:11:20'),
(42098,18196,'action complete via WP Cron','2021-01-07 11:11:20','2021-01-07 06:11:20'),
(42099,18197,'action created','2021-01-07 11:11:20','2021-01-07 06:11:20'),
(42100,18197,'action started via WP Cron','2021-01-07 11:12:54','2021-01-07 06:12:54'),
(42101,18197,'action complete via WP Cron','2021-01-07 11:12:54','2021-01-07 06:12:54'),
(42102,18198,'action created','2021-01-07 11:12:54','2021-01-07 06:12:54'),
(42103,18198,'action started via WP Cron','2021-01-07 11:13:32','2021-01-07 06:13:32'),
(42104,18198,'action complete via WP Cron','2021-01-07 11:13:32','2021-01-07 06:13:32'),
(42105,18199,'action created','2021-01-07 11:13:32','2021-01-07 06:13:32'),
(42106,18199,'action started via WP Cron','2021-01-07 11:14:14','2021-01-07 06:14:14'),
(42107,18199,'action complete via WP Cron','2021-01-07 11:14:14','2021-01-07 06:14:14'),
(42108,18200,'action created','2021-01-07 11:14:14','2021-01-07 06:14:14'),
(42109,18200,'action started via WP Cron','2021-01-07 11:15:22','2021-01-07 06:15:22'),
(42110,18200,'action complete via WP Cron','2021-01-07 11:15:22','2021-01-07 06:15:22'),
(42111,18201,'action created','2021-01-07 11:15:22','2021-01-07 06:15:22'),
(42112,18201,'action started via WP Cron','2021-01-07 11:16:34','2021-01-07 06:16:34'),
(42113,18201,'action complete via WP Cron','2021-01-07 11:16:34','2021-01-07 06:16:34'),
(42114,18202,'action created','2021-01-07 11:16:34','2021-01-07 06:16:34'),
(42115,18202,'action started via WP Cron','2021-01-07 11:17:15','2021-01-07 06:17:15'),
(42116,18202,'action complete via WP Cron','2021-01-07 11:17:15','2021-01-07 06:17:15'),
(42117,18203,'action created','2021-01-07 11:17:15','2021-01-07 06:17:15'),
(42118,18203,'action started via WP Cron','2021-01-07 11:18:12','2021-01-07 06:18:12'),
(42119,18203,'action complete via WP Cron','2021-01-07 11:18:12','2021-01-07 06:18:12'),
(42120,18204,'action created','2021-01-07 11:18:12','2021-01-07 06:18:12'),
(42121,18204,'action started via WP Cron','2021-01-07 11:19:21','2021-01-07 06:19:21'),
(42122,18204,'action complete via WP Cron','2021-01-07 11:19:21','2021-01-07 06:19:21'),
(42123,18205,'action created','2021-01-07 11:19:21','2021-01-07 06:19:21'),
(42124,18205,'action started via WP Cron','2021-01-07 11:21:11','2021-01-07 06:21:11'),
(42125,18205,'action complete via WP Cron','2021-01-07 11:21:11','2021-01-07 06:21:11'),
(42126,18206,'action created','2021-01-07 11:21:11','2021-01-07 06:21:11'),
(42127,18206,'action started via WP Cron','2021-01-07 11:25:21','2021-01-07 06:25:21'),
(42128,18206,'action complete via WP Cron','2021-01-07 11:25:21','2021-01-07 06:25:21'),
(42129,18207,'action created','2021-01-07 11:25:21','2021-01-07 06:25:21'),
(42130,18207,'action started via WP Cron','2021-01-07 11:26:22','2021-01-07 06:26:22'),
(42131,18207,'action complete via WP Cron','2021-01-07 11:26:22','2021-01-07 06:26:22'),
(42132,18208,'action created','2021-01-07 11:26:22','2021-01-07 06:26:22'),
(42133,18208,'action started via WP Cron','2021-01-07 11:28:50','2021-01-07 06:28:50'),
(42134,18208,'action complete via WP Cron','2021-01-07 11:28:50','2021-01-07 06:28:50'),
(42135,18209,'action created','2021-01-07 11:28:50','2021-01-07 06:28:50'),
(42136,18209,'action started via WP Cron','2021-01-07 11:29:12','2021-01-07 06:29:12'),
(42137,18209,'action complete via WP Cron','2021-01-07 11:29:12','2021-01-07 06:29:12'),
(42138,18210,'action created','2021-01-07 11:29:12','2021-01-07 06:29:12'),
(42139,18210,'action started via WP Cron','2021-01-07 11:31:44','2021-01-07 06:31:44'),
(42140,18210,'action complete via WP Cron','2021-01-07 11:31:44','2021-01-07 06:31:44'),
(42141,18211,'action created','2021-01-07 11:31:44','2021-01-07 06:31:44'),
(42142,18211,'action started via WP Cron','2021-01-07 11:33:47','2021-01-07 06:33:47'),
(42143,18211,'action complete via WP Cron','2021-01-07 11:33:47','2021-01-07 06:33:47'),
(42144,18212,'action created','2021-01-07 11:33:47','2021-01-07 06:33:47'),
(42145,18212,'action started via WP Cron','2021-01-07 11:34:39','2021-01-07 06:34:39'),
(42146,18212,'action complete via WP Cron','2021-01-07 11:34:39','2021-01-07 06:34:39'),
(42147,18213,'action created','2021-01-07 11:34:39','2021-01-07 06:34:39'),
(42148,18213,'action started via WP Cron','2021-01-07 11:35:15','2021-01-07 06:35:15'),
(42149,18213,'action complete via WP Cron','2021-01-07 11:35:15','2021-01-07 06:35:15'),
(42150,18214,'action created','2021-01-07 11:35:15','2021-01-07 06:35:15'),
(42151,18214,'action started via WP Cron','2021-01-07 11:36:26','2021-01-07 06:36:26'),
(42152,18214,'action complete via WP Cron','2021-01-07 11:36:26','2021-01-07 06:36:26'),
(42153,18215,'action created','2021-01-07 11:36:26','2021-01-07 06:36:26'),
(42154,18215,'action started via WP Cron','2021-01-07 11:37:19','2021-01-07 06:37:19'),
(42155,18215,'action complete via WP Cron','2021-01-07 11:37:19','2021-01-07 06:37:19'),
(42156,18216,'action created','2021-01-07 11:37:19','2021-01-07 06:37:19'),
(42157,18216,'action started via WP Cron','2021-01-07 11:38:26','2021-01-07 06:38:26'),
(42158,18216,'action complete via WP Cron','2021-01-07 11:38:26','2021-01-07 06:38:26'),
(42159,18217,'action created','2021-01-07 11:38:26','2021-01-07 06:38:26'),
(42160,18217,'action started via WP Cron','2021-01-07 11:40:24','2021-01-07 06:40:24'),
(42161,18217,'action complete via WP Cron','2021-01-07 11:40:24','2021-01-07 06:40:24'),
(42162,18218,'action created','2021-01-07 11:40:24','2021-01-07 06:40:24'),
(42163,18218,'action started via WP Cron','2021-01-07 11:41:21','2021-01-07 06:41:21'),
(42164,18218,'action complete via WP Cron','2021-01-07 11:41:21','2021-01-07 06:41:21'),
(42165,18219,'action created','2021-01-07 11:41:21','2021-01-07 06:41:21'),
(42166,18219,'action started via WP Cron','2021-01-07 11:43:41','2021-01-07 06:43:41'),
(42167,18219,'action complete via WP Cron','2021-01-07 11:43:41','2021-01-07 06:43:41'),
(42168,18220,'action created','2021-01-07 11:43:41','2021-01-07 06:43:41'),
(42169,18220,'action started via WP Cron','2021-01-07 11:44:22','2021-01-07 06:44:22'),
(42170,18220,'action complete via WP Cron','2021-01-07 11:44:22','2021-01-07 06:44:22'),
(42171,18221,'action created','2021-01-07 11:44:22','2021-01-07 06:44:22'),
(42172,18221,'action started via WP Cron','2021-01-07 11:45:23','2021-01-07 06:45:23'),
(42173,18221,'action complete via WP Cron','2021-01-07 11:45:23','2021-01-07 06:45:23'),
(42174,18222,'action created','2021-01-07 11:45:23','2021-01-07 06:45:23'),
(42175,18222,'action started via WP Cron','2021-01-07 11:46:53','2021-01-07 06:46:53'),
(42176,18222,'action complete via WP Cron','2021-01-07 11:46:53','2021-01-07 06:46:53'),
(42177,18223,'action created','2021-01-07 11:46:53','2021-01-07 06:46:53'),
(42178,18223,'action started via WP Cron','2021-01-07 11:47:26','2021-01-07 06:47:26'),
(42179,18223,'action complete via WP Cron','2021-01-07 11:47:26','2021-01-07 06:47:26'),
(42180,18224,'action created','2021-01-07 11:47:26','2021-01-07 06:47:26'),
(42181,18224,'action started via WP Cron','2021-01-07 11:48:12','2021-01-07 06:48:12'),
(42182,18224,'action complete via WP Cron','2021-01-07 11:48:12','2021-01-07 06:48:12'),
(42183,18225,'action created','2021-01-07 11:48:12','2021-01-07 06:48:12'),
(42184,18225,'action started via WP Cron','2021-01-07 11:49:38','2021-01-07 06:49:38'),
(42185,18225,'action complete via WP Cron','2021-01-07 11:49:38','2021-01-07 06:49:38'),
(42186,18226,'action created','2021-01-07 11:49:38','2021-01-07 06:49:38'),
(42187,18226,'action started via WP Cron','2021-01-07 11:50:36','2021-01-07 06:50:36'),
(42188,18226,'action complete via WP Cron','2021-01-07 11:50:36','2021-01-07 06:50:36'),
(42189,18227,'action created','2021-01-07 11:50:36','2021-01-07 06:50:36'),
(42190,18227,'action started via WP Cron','2021-01-07 11:52:53','2021-01-07 06:52:53'),
(42191,18227,'action complete via WP Cron','2021-01-07 11:52:53','2021-01-07 06:52:53'),
(42192,18228,'action created','2021-01-07 11:52:53','2021-01-07 06:52:53'),
(42193,18228,'action started via WP Cron','2021-01-07 11:53:58','2021-01-07 06:53:58'),
(42194,18228,'action complete via WP Cron','2021-01-07 11:53:58','2021-01-07 06:53:58'),
(42195,18229,'action created','2021-01-07 11:53:58','2021-01-07 06:53:58'),
(42196,18229,'action started via WP Cron','2021-01-07 11:54:19','2021-01-07 06:54:19'),
(42197,18229,'action complete via WP Cron','2021-01-07 11:54:19','2021-01-07 06:54:19'),
(42198,18230,'action created','2021-01-07 11:54:19','2021-01-07 06:54:19'),
(42199,18230,'action started via WP Cron','2021-01-07 11:56:29','2021-01-07 06:56:29'),
(42200,18230,'action complete via WP Cron','2021-01-07 11:56:29','2021-01-07 06:56:29'),
(42201,18231,'action created','2021-01-07 11:56:29','2021-01-07 06:56:29'),
(42202,18231,'action started via WP Cron','2021-01-07 11:57:16','2021-01-07 06:57:16'),
(42203,18231,'action complete via WP Cron','2021-01-07 11:57:16','2021-01-07 06:57:16'),
(42204,18232,'action created','2021-01-07 11:57:16','2021-01-07 06:57:16'),
(42205,18232,'action started via WP Cron','2021-01-07 11:58:38','2021-01-07 06:58:38'),
(42206,18232,'action complete via WP Cron','2021-01-07 11:58:38','2021-01-07 06:58:38'),
(42207,18233,'action created','2021-01-07 11:58:38','2021-01-07 06:58:38'),
(42208,18233,'action started via WP Cron','2021-01-07 12:03:29','2021-01-07 07:03:29'),
(42209,18233,'action complete via WP Cron','2021-01-07 12:03:29','2021-01-07 07:03:29'),
(42210,18234,'action created','2021-01-07 12:03:29','2021-01-07 07:03:29'),
(42211,18234,'action started via WP Cron','2021-01-07 12:04:39','2021-01-07 07:04:39'),
(42212,18234,'action complete via WP Cron','2021-01-07 12:04:39','2021-01-07 07:04:39'),
(42213,18235,'action created','2021-01-07 12:04:39','2021-01-07 07:04:39'),
(42214,18235,'action started via WP Cron','2021-01-07 12:05:33','2021-01-07 07:05:33'),
(42215,18235,'action complete via WP Cron','2021-01-07 12:05:33','2021-01-07 07:05:33'),
(42216,18236,'action created','2021-01-07 12:05:33','2021-01-07 07:05:33'),
(42217,18236,'action started via WP Cron','2021-01-07 12:06:14','2021-01-07 07:06:14'),
(42218,18236,'action complete via WP Cron','2021-01-07 12:06:14','2021-01-07 07:06:14'),
(42219,18237,'action created','2021-01-07 12:06:14','2021-01-07 07:06:14'),
(42220,18237,'action started via WP Cron','2021-01-07 12:07:45','2021-01-07 07:07:45'),
(42221,18237,'action complete via WP Cron','2021-01-07 12:07:45','2021-01-07 07:07:45'),
(42222,18238,'action created','2021-01-07 12:07:45','2021-01-07 07:07:45'),
(42223,18238,'action started via WP Cron','2021-01-07 12:08:21','2021-01-07 07:08:21'),
(42224,18238,'action complete via WP Cron','2021-01-07 12:08:21','2021-01-07 07:08:21'),
(42225,18239,'action created','2021-01-07 12:08:21','2021-01-07 07:08:21'),
(42226,18239,'action started via WP Cron','2021-01-07 12:09:50','2021-01-07 07:09:50'),
(42227,18239,'action complete via WP Cron','2021-01-07 12:09:51','2021-01-07 07:09:51'),
(42228,18240,'action created','2021-01-07 12:09:51','2021-01-07 07:09:51'),
(42229,18240,'action started via WP Cron','2021-01-07 12:10:13','2021-01-07 07:10:13'),
(42230,18240,'action complete via WP Cron','2021-01-07 12:10:13','2021-01-07 07:10:13'),
(42231,18241,'action created','2021-01-07 12:10:14','2021-01-07 07:10:14'),
(42232,18241,'action started via WP Cron','2021-01-07 12:11:12','2021-01-07 07:11:12'),
(42233,18241,'action complete via WP Cron','2021-01-07 12:11:13','2021-01-07 07:11:13'),
(42234,18242,'action created','2021-01-07 12:11:13','2021-01-07 07:11:13'),
(42235,18242,'action started via WP Cron','2021-01-07 12:12:11','2021-01-07 07:12:11'),
(42236,18242,'action complete via WP Cron','2021-01-07 12:12:11','2021-01-07 07:12:11'),
(42237,18243,'action created','2021-01-07 12:12:11','2021-01-07 07:12:11'),
(42238,18243,'action started via WP Cron','2021-01-07 12:13:18','2021-01-07 07:13:18'),
(42239,18243,'action complete via WP Cron','2021-01-07 12:13:18','2021-01-07 07:13:18'),
(42240,18244,'action created','2021-01-07 12:13:18','2021-01-07 07:13:18'),
(42241,18244,'action started via WP Cron','2021-01-07 12:14:11','2021-01-07 07:14:11'),
(42242,18244,'action complete via WP Cron','2021-01-07 12:14:11','2021-01-07 07:14:11'),
(42243,18245,'action created','2021-01-07 12:14:11','2021-01-07 07:14:11'),
(42244,18245,'action started via WP Cron','2021-01-07 12:15:12','2021-01-07 07:15:12'),
(42245,18245,'action complete via WP Cron','2021-01-07 12:15:12','2021-01-07 07:15:12'),
(42246,18246,'action created','2021-01-07 12:15:12','2021-01-07 07:15:12'),
(42247,18246,'action started via WP Cron','2021-01-07 12:16:14','2021-01-07 07:16:14'),
(42248,18246,'action complete via WP Cron','2021-01-07 12:16:14','2021-01-07 07:16:14'),
(42249,18247,'action created','2021-01-07 12:16:14','2021-01-07 07:16:14'),
(42250,18247,'action started via WP Cron','2021-01-07 12:17:13','2021-01-07 07:17:13'),
(42251,18247,'action complete via WP Cron','2021-01-07 12:17:13','2021-01-07 07:17:13'),
(42252,18248,'action created','2021-01-07 12:17:13','2021-01-07 07:17:13'),
(42253,18248,'action started via WP Cron','2021-01-07 12:18:15','2021-01-07 07:18:15'),
(42254,18248,'action complete via WP Cron','2021-01-07 12:18:15','2021-01-07 07:18:15'),
(42255,18249,'action created','2021-01-07 12:18:15','2021-01-07 07:18:15'),
(42256,18249,'action started via WP Cron','2021-01-07 12:19:15','2021-01-07 07:19:15'),
(42257,18249,'action complete via WP Cron','2021-01-07 12:19:15','2021-01-07 07:19:15'),
(42258,18250,'action created','2021-01-07 12:19:15','2021-01-07 07:19:15'),
(42259,18250,'action started via WP Cron','2021-01-07 12:20:15','2021-01-07 07:20:15'),
(42260,18250,'action complete via WP Cron','2021-01-07 12:20:15','2021-01-07 07:20:15'),
(42261,18251,'action created','2021-01-07 12:20:15','2021-01-07 07:20:15'),
(42262,18251,'action started via WP Cron','2021-01-07 12:21:16','2021-01-07 07:21:16'),
(42263,18251,'action complete via WP Cron','2021-01-07 12:21:16','2021-01-07 07:21:16'),
(42264,18252,'action created','2021-01-07 12:21:16','2021-01-07 07:21:16'),
(42265,18252,'action started via WP Cron','2021-01-07 12:22:15','2021-01-07 07:22:15'),
(42266,18252,'action complete via WP Cron','2021-01-07 12:22:15','2021-01-07 07:22:15'),
(42267,18253,'action created','2021-01-07 12:22:15','2021-01-07 07:22:15'),
(42268,18253,'action started via WP Cron','2021-01-07 12:23:19','2021-01-07 07:23:19'),
(42269,18253,'action complete via WP Cron','2021-01-07 12:23:19','2021-01-07 07:23:19'),
(42270,18254,'action created','2021-01-07 12:23:19','2021-01-07 07:23:19'),
(42271,18254,'action started via WP Cron','2021-01-07 12:24:23','2021-01-07 07:24:23'),
(42272,18254,'action complete via WP Cron','2021-01-07 12:24:23','2021-01-07 07:24:23'),
(42273,18255,'action created','2021-01-07 12:24:23','2021-01-07 07:24:23'),
(42274,18255,'action started via WP Cron','2021-01-07 12:26:32','2021-01-07 07:26:32'),
(42275,18255,'action complete via WP Cron','2021-01-07 12:26:32','2021-01-07 07:26:32'),
(42276,18256,'action created','2021-01-07 12:26:32','2021-01-07 07:26:32'),
(42277,18256,'action started via WP Cron','2021-01-07 12:27:33','2021-01-07 07:27:33'),
(42278,18256,'action complete via WP Cron','2021-01-07 12:27:33','2021-01-07 07:27:33'),
(42279,18257,'action created','2021-01-07 12:27:33','2021-01-07 07:27:33'),
(42280,18257,'action started via WP Cron','2021-01-07 12:28:58','2021-01-07 07:28:58'),
(42281,18257,'action complete via WP Cron','2021-01-07 12:28:58','2021-01-07 07:28:58'),
(42282,18258,'action created','2021-01-07 12:28:58','2021-01-07 07:28:58'),
(42283,18258,'action started via WP Cron','2021-01-07 12:30:02','2021-01-07 07:30:02'),
(42284,18258,'action complete via WP Cron','2021-01-07 12:30:02','2021-01-07 07:30:02'),
(42285,18259,'action created','2021-01-07 12:30:04','2021-01-07 07:30:04'),
(42286,18259,'action started via WP Cron','2021-01-07 12:32:26','2021-01-07 07:32:26'),
(42287,18259,'action complete via WP Cron','2021-01-07 12:32:26','2021-01-07 07:32:26'),
(42288,18260,'action created','2021-01-07 12:32:26','2021-01-07 07:32:26'),
(42289,18260,'action started via WP Cron','2021-01-07 12:33:34','2021-01-07 07:33:34'),
(42290,18260,'action complete via WP Cron','2021-01-07 12:33:34','2021-01-07 07:33:34'),
(42291,18261,'action created','2021-01-07 12:33:34','2021-01-07 07:33:34'),
(42292,18261,'action started via WP Cron','2021-01-07 12:34:15','2021-01-07 07:34:15'),
(42293,18261,'action complete via WP Cron','2021-01-07 12:34:15','2021-01-07 07:34:15'),
(42294,18262,'action created','2021-01-07 12:34:15','2021-01-07 07:34:15'),
(42295,18262,'action started via WP Cron','2021-01-07 12:36:52','2021-01-07 07:36:52'),
(42296,18262,'action complete via WP Cron','2021-01-07 12:36:52','2021-01-07 07:36:52'),
(42297,18263,'action created','2021-01-07 12:36:52','2021-01-07 07:36:52'),
(42298,18263,'action started via WP Cron','2021-01-07 12:37:22','2021-01-07 07:37:22'),
(42299,18263,'action complete via WP Cron','2021-01-07 12:37:22','2021-01-07 07:37:22'),
(42300,18264,'action created','2021-01-07 12:37:22','2021-01-07 07:37:22'),
(42301,18264,'action started via WP Cron','2021-01-07 12:38:44','2021-01-07 07:38:44'),
(42302,18264,'action complete via WP Cron','2021-01-07 12:38:44','2021-01-07 07:38:44'),
(42303,18265,'action created','2021-01-07 12:38:44','2021-01-07 07:38:44'),
(42304,18265,'action started via WP Cron','2021-01-07 12:39:54','2021-01-07 07:39:54'),
(42305,18265,'action complete via WP Cron','2021-01-07 12:39:54','2021-01-07 07:39:54'),
(42306,18266,'action created','2021-01-07 12:39:54','2021-01-07 07:39:54'),
(42307,18266,'action started via WP Cron','2021-01-07 12:40:27','2021-01-07 07:40:27'),
(42308,18266,'action complete via WP Cron','2021-01-07 12:40:27','2021-01-07 07:40:27'),
(42309,18267,'action created','2021-01-07 12:40:27','2021-01-07 07:40:27'),
(42310,18267,'action started via WP Cron','2021-01-07 12:41:42','2021-01-07 07:41:42'),
(42311,18267,'action complete via WP Cron','2021-01-07 12:41:42','2021-01-07 07:41:42'),
(42312,18268,'action created','2021-01-07 12:41:42','2021-01-07 07:41:42'),
(42313,18268,'action started via WP Cron','2021-01-07 12:42:18','2021-01-07 07:42:18'),
(42314,18268,'action complete via WP Cron','2021-01-07 12:42:18','2021-01-07 07:42:18'),
(42315,18269,'action created','2021-01-07 12:42:18','2021-01-07 07:42:18'),
(42316,18269,'action started via WP Cron','2021-01-07 12:43:42','2021-01-07 07:43:42'),
(42317,18269,'action complete via WP Cron','2021-01-07 12:43:42','2021-01-07 07:43:42'),
(42318,18270,'action created','2021-01-07 12:43:42','2021-01-07 07:43:42'),
(42319,18270,'action started via WP Cron','2021-01-07 12:44:37','2021-01-07 07:44:37'),
(42320,18270,'action complete via WP Cron','2021-01-07 12:44:37','2021-01-07 07:44:37'),
(42321,18271,'action created','2021-01-07 12:44:37','2021-01-07 07:44:37'),
(42322,18271,'action started via WP Cron','2021-01-07 12:46:19','2021-01-07 07:46:19'),
(42323,18271,'action complete via WP Cron','2021-01-07 12:46:19','2021-01-07 07:46:19'),
(42324,18272,'action created','2021-01-07 12:46:19','2021-01-07 07:46:19'),
(42325,18272,'action started via WP Cron','2021-01-07 12:47:52','2021-01-07 07:47:52'),
(42326,18272,'action complete via WP Cron','2021-01-07 12:47:52','2021-01-07 07:47:52'),
(42327,18273,'action created','2021-01-07 12:47:52','2021-01-07 07:47:52'),
(42328,18273,'action started via WP Cron','2021-01-07 12:48:45','2021-01-07 07:48:45'),
(42329,18273,'action complete via WP Cron','2021-01-07 12:48:45','2021-01-07 07:48:45'),
(42330,18274,'action created','2021-01-07 12:48:45','2021-01-07 07:48:45'),
(42331,18274,'action started via WP Cron','2021-01-07 12:50:04','2021-01-07 07:50:04'),
(42332,18274,'action complete via WP Cron','2021-01-07 12:50:04','2021-01-07 07:50:04'),
(42333,18275,'action created','2021-01-07 12:50:04','2021-01-07 07:50:04'),
(42334,18275,'action started via WP Cron','2021-01-07 12:50:38','2021-01-07 07:50:38'),
(42335,18275,'action complete via WP Cron','2021-01-07 12:50:38','2021-01-07 07:50:38'),
(42336,18276,'action created','2021-01-07 12:50:38','2021-01-07 07:50:38'),
(42337,18276,'action started via WP Cron','2021-01-07 12:51:52','2021-01-07 07:51:52'),
(42338,18276,'action complete via WP Cron','2021-01-07 12:51:52','2021-01-07 07:51:52'),
(42339,18277,'action created','2021-01-07 12:51:52','2021-01-07 07:51:52'),
(42340,18277,'action started via WP Cron','2021-01-07 12:54:04','2021-01-07 07:54:04'),
(42341,18277,'action complete via WP Cron','2021-01-07 12:54:04','2021-01-07 07:54:04'),
(42342,18278,'action created','2021-01-07 12:54:04','2021-01-07 07:54:04'),
(42343,18278,'action started via WP Cron','2021-01-07 12:54:18','2021-01-07 07:54:18'),
(42344,18278,'action complete via WP Cron','2021-01-07 12:54:18','2021-01-07 07:54:18'),
(42345,18279,'action created','2021-01-07 12:54:18','2021-01-07 07:54:18'),
(42346,18279,'action started via WP Cron','2021-01-07 12:55:40','2021-01-07 07:55:40'),
(42347,18279,'action complete via WP Cron','2021-01-07 12:55:40','2021-01-07 07:55:40'),
(42348,17408,'action started via WP Cron','2021-01-07 12:55:40','2021-01-07 07:55:40'),
(42349,17408,'action complete via WP Cron','2021-01-07 12:55:40','2021-01-07 07:55:40'),
(42350,18280,'action created','2021-01-07 12:55:40','2021-01-07 07:55:40'),
(42351,18281,'action created','2021-01-07 12:55:40','2021-01-07 07:55:40'),
(42352,18281,'action started via WP Cron','2021-01-07 12:56:37','2021-01-07 07:56:37'),
(42353,18281,'action complete via WP Cron','2021-01-07 12:56:37','2021-01-07 07:56:37'),
(42354,18282,'action created','2021-01-07 12:56:37','2021-01-07 07:56:37'),
(42355,18282,'action started via WP Cron','2021-01-07 12:59:25','2021-01-07 07:59:25'),
(42356,18282,'action complete via WP Cron','2021-01-07 12:59:25','2021-01-07 07:59:25'),
(42357,18283,'action created','2021-01-07 12:59:25','2021-01-07 07:59:25'),
(42358,18283,'action started via WP Cron','2021-01-07 13:00:36','2021-01-07 08:00:36'),
(42359,18283,'action complete via WP Cron','2021-01-07 13:00:36','2021-01-07 08:00:36'),
(42360,18284,'action created','2021-01-07 13:00:36','2021-01-07 08:00:36'),
(42361,18284,'action started via WP Cron','2021-01-07 13:02:18','2021-01-07 08:02:18'),
(42362,18284,'action complete via WP Cron','2021-01-07 13:02:18','2021-01-07 08:02:18'),
(42363,18285,'action created','2021-01-07 13:02:18','2021-01-07 08:02:18'),
(42364,18285,'action started via WP Cron','2021-01-07 13:04:17','2021-01-07 08:04:17'),
(42365,18285,'action complete via WP Cron','2021-01-07 13:04:17','2021-01-07 08:04:17'),
(42366,18286,'action created','2021-01-07 13:04:17','2021-01-07 08:04:17'),
(42367,18286,'action started via WP Cron','2021-01-07 13:05:37','2021-01-07 08:05:37'),
(42368,18286,'action complete via WP Cron','2021-01-07 13:05:37','2021-01-07 08:05:37'),
(42369,18287,'action created','2021-01-07 13:05:37','2021-01-07 08:05:37'),
(42370,18287,'action started via WP Cron','2021-01-07 13:08:14','2021-01-07 08:08:14'),
(42371,18287,'action complete via WP Cron','2021-01-07 13:08:14','2021-01-07 08:08:14'),
(42372,18288,'action created','2021-01-07 13:08:14','2021-01-07 08:08:14'),
(42373,18288,'action started via WP Cron','2021-01-07 13:09:12','2021-01-07 08:09:12'),
(42374,18288,'action complete via WP Cron','2021-01-07 13:09:12','2021-01-07 08:09:12'),
(42375,18289,'action created','2021-01-07 13:09:12','2021-01-07 08:09:12'),
(42376,18289,'action started via WP Cron','2021-01-07 13:10:26','2021-01-07 08:10:26'),
(42377,18289,'action complete via WP Cron','2021-01-07 13:10:26','2021-01-07 08:10:26'),
(42378,18290,'action created','2021-01-07 13:10:26','2021-01-07 08:10:26'),
(42379,18290,'action started via WP Cron','2021-01-07 13:11:33','2021-01-07 08:11:33'),
(42380,18290,'action complete via WP Cron','2021-01-07 13:11:33','2021-01-07 08:11:33'),
(42381,18291,'action created','2021-01-07 13:11:33','2021-01-07 08:11:33'),
(42382,18291,'action started via WP Cron','2021-01-07 13:13:12','2021-01-07 08:13:12'),
(42383,18291,'action complete via WP Cron','2021-01-07 13:13:12','2021-01-07 08:13:12'),
(42384,18292,'action created','2021-01-07 13:13:12','2021-01-07 08:13:12'),
(42385,18292,'action started via WP Cron','2021-01-07 13:16:42','2021-01-07 08:16:42'),
(42386,18292,'action complete via WP Cron','2021-01-07 13:16:42','2021-01-07 08:16:42'),
(42387,18293,'action created','2021-01-07 13:16:42','2021-01-07 08:16:42'),
(42388,18293,'action started via WP Cron','2021-01-07 13:18:29','2021-01-07 08:18:29'),
(42389,18293,'action complete via WP Cron','2021-01-07 13:18:29','2021-01-07 08:18:29'),
(42390,18294,'action created','2021-01-07 13:18:29','2021-01-07 08:18:29'),
(42391,18294,'action started via WP Cron','2021-01-07 13:20:11','2021-01-07 08:20:11'),
(42392,18294,'action complete via WP Cron','2021-01-07 13:20:11','2021-01-07 08:20:11'),
(42393,18295,'action created','2021-01-07 13:20:11','2021-01-07 08:20:11'),
(42394,18295,'action started via WP Cron','2021-01-07 13:21:21','2021-01-07 08:21:21'),
(42395,18295,'action complete via WP Cron','2021-01-07 13:21:21','2021-01-07 08:21:21'),
(42396,18296,'action created','2021-01-07 13:21:21','2021-01-07 08:21:21'),
(42397,18296,'action started via WP Cron','2021-01-07 13:22:24','2021-01-07 08:22:24'),
(42398,18296,'action complete via WP Cron','2021-01-07 13:22:24','2021-01-07 08:22:24'),
(42399,18297,'action created','2021-01-07 13:22:24','2021-01-07 08:22:24'),
(42400,18297,'action started via WP Cron','2021-01-07 13:23:36','2021-01-07 08:23:36'),
(42401,18297,'action complete via WP Cron','2021-01-07 13:23:36','2021-01-07 08:23:36'),
(42402,18298,'action created','2021-01-07 13:23:36','2021-01-07 08:23:36'),
(42403,18298,'action started via WP Cron','2021-01-07 13:24:45','2021-01-07 08:24:45'),
(42404,18298,'action complete via WP Cron','2021-01-07 13:24:45','2021-01-07 08:24:45'),
(42405,18299,'action created','2021-01-07 13:24:45','2021-01-07 08:24:45'),
(42406,18299,'action started via WP Cron','2021-01-07 13:25:44','2021-01-07 08:25:44'),
(42407,18299,'action complete via WP Cron','2021-01-07 13:25:44','2021-01-07 08:25:44'),
(42408,18300,'action created','2021-01-07 13:25:44','2021-01-07 08:25:44'),
(42409,18300,'action started via WP Cron','2021-01-07 13:26:33','2021-01-07 08:26:33'),
(42410,18300,'action complete via WP Cron','2021-01-07 13:26:33','2021-01-07 08:26:33'),
(42411,18301,'action created','2021-01-07 13:26:33','2021-01-07 08:26:33'),
(42412,18301,'action started via WP Cron','2021-01-07 13:27:33','2021-01-07 08:27:33'),
(42413,18301,'action complete via WP Cron','2021-01-07 13:27:33','2021-01-07 08:27:33'),
(42414,18302,'action created','2021-01-07 13:27:33','2021-01-07 08:27:33'),
(42415,18302,'action started via WP Cron','2021-01-07 13:29:12','2021-01-07 08:29:12'),
(42416,18302,'action complete via WP Cron','2021-01-07 13:29:12','2021-01-07 08:29:12'),
(42417,18303,'action created','2021-01-07 13:29:12','2021-01-07 08:29:12'),
(42418,18303,'action started via WP Cron','2021-01-07 13:30:32','2021-01-07 08:30:32'),
(42419,18303,'action complete via WP Cron','2021-01-07 13:30:32','2021-01-07 08:30:32'),
(42420,18304,'action created','2021-01-07 13:30:32','2021-01-07 08:30:32'),
(42421,18304,'action started via WP Cron','2021-01-07 13:31:32','2021-01-07 08:31:32'),
(42422,18304,'action complete via WP Cron','2021-01-07 13:31:32','2021-01-07 08:31:32'),
(42423,18305,'action created','2021-01-07 13:31:32','2021-01-07 08:31:32'),
(42424,18305,'action started via WP Cron','2021-01-07 13:32:32','2021-01-07 08:32:32'),
(42425,18305,'action complete via WP Cron','2021-01-07 13:32:32','2021-01-07 08:32:32'),
(42426,18306,'action created','2021-01-07 13:32:32','2021-01-07 08:32:32'),
(42427,18306,'action started via WP Cron','2021-01-07 13:33:51','2021-01-07 08:33:51'),
(42428,18306,'action complete via WP Cron','2021-01-07 13:33:51','2021-01-07 08:33:51'),
(42429,18307,'action created','2021-01-07 13:33:51','2021-01-07 08:33:51'),
(42430,18307,'action started via WP Cron','2021-01-07 13:35:20','2021-01-07 08:35:20'),
(42431,18307,'action complete via WP Cron','2021-01-07 13:35:20','2021-01-07 08:35:20'),
(42432,18308,'action created','2021-01-07 13:35:20','2021-01-07 08:35:20'),
(42433,18308,'action started via WP Cron','2021-01-07 13:36:58','2021-01-07 08:36:58'),
(42434,18308,'action complete via WP Cron','2021-01-07 13:36:58','2021-01-07 08:36:58'),
(42435,18309,'action created','2021-01-07 13:36:58','2021-01-07 08:36:58'),
(42436,18309,'action started via WP Cron','2021-01-07 13:37:14','2021-01-07 08:37:14'),
(42437,18309,'action complete via WP Cron','2021-01-07 13:37:15','2021-01-07 08:37:15'),
(42438,18310,'action created','2021-01-07 13:37:15','2021-01-07 08:37:15'),
(42439,18310,'action started via WP Cron','2021-01-07 13:38:46','2021-01-07 08:38:46'),
(42440,18310,'action complete via WP Cron','2021-01-07 13:38:46','2021-01-07 08:38:46'),
(42441,18311,'action created','2021-01-07 13:38:46','2021-01-07 08:38:46'),
(42442,18311,'action started via WP Cron','2021-01-07 13:39:21','2021-01-07 08:39:21'),
(42443,18311,'action complete via WP Cron','2021-01-07 13:39:21','2021-01-07 08:39:21'),
(42444,18312,'action created','2021-01-07 13:39:21','2021-01-07 08:39:21'),
(42445,18312,'action started via WP Cron','2021-01-07 13:40:35','2021-01-07 08:40:35'),
(42446,18312,'action complete via WP Cron','2021-01-07 13:40:35','2021-01-07 08:40:35'),
(42447,18313,'action created','2021-01-07 13:40:35','2021-01-07 08:40:35'),
(42448,18313,'action started via WP Cron','2021-01-07 13:42:07','2021-01-07 08:42:07'),
(42449,18313,'action complete via WP Cron','2021-01-07 13:42:07','2021-01-07 08:42:07'),
(42450,18314,'action created','2021-01-07 13:42:07','2021-01-07 08:42:07'),
(42451,18314,'action started via WP Cron','2021-01-07 13:43:19','2021-01-07 08:43:19'),
(42452,18314,'action complete via WP Cron','2021-01-07 13:43:19','2021-01-07 08:43:19'),
(42453,18315,'action created','2021-01-07 13:43:19','2021-01-07 08:43:19'),
(42454,18315,'action started via WP Cron','2021-01-07 13:44:14','2021-01-07 08:44:14'),
(42455,18315,'action complete via WP Cron','2021-01-07 13:44:14','2021-01-07 08:44:14'),
(42456,18316,'action created','2021-01-07 13:44:14','2021-01-07 08:44:14'),
(42457,18316,'action started via WP Cron','2021-01-07 13:47:46','2021-01-07 08:47:46'),
(42458,18316,'action complete via WP Cron','2021-01-07 13:47:46','2021-01-07 08:47:46'),
(42459,18317,'action created','2021-01-07 13:47:46','2021-01-07 08:47:46'),
(42460,18317,'action started via WP Cron','2021-01-07 13:48:59','2021-01-07 08:48:59'),
(42461,18317,'action complete via WP Cron','2021-01-07 13:48:59','2021-01-07 08:48:59'),
(42462,18318,'action created','2021-01-07 13:48:59','2021-01-07 08:48:59'),
(42463,18318,'action started via WP Cron','2021-01-07 13:50:06','2021-01-07 08:50:06'),
(42464,18318,'action complete via WP Cron','2021-01-07 13:50:06','2021-01-07 08:50:06'),
(42465,18319,'action created','2021-01-07 13:50:06','2021-01-07 08:50:06'),
(42466,18319,'action started via WP Cron','2021-01-07 13:51:14','2021-01-07 08:51:14'),
(42467,18319,'action complete via WP Cron','2021-01-07 13:51:14','2021-01-07 08:51:14'),
(42468,18320,'action created','2021-01-07 13:51:14','2021-01-07 08:51:14'),
(42469,18320,'action started via WP Cron','2021-01-07 13:53:48','2021-01-07 08:53:48'),
(42470,18320,'action complete via WP Cron','2021-01-07 13:53:48','2021-01-07 08:53:48'),
(42471,18321,'action created','2021-01-07 13:53:48','2021-01-07 08:53:48'),
(42472,18321,'action started via WP Cron','2021-01-07 13:54:28','2021-01-07 08:54:28'),
(42473,18321,'action complete via WP Cron','2021-01-07 13:54:28','2021-01-07 08:54:28'),
(42474,18322,'action created','2021-01-07 13:54:28','2021-01-07 08:54:28'),
(42475,18322,'action started via WP Cron','2021-01-07 13:55:14','2021-01-07 08:55:14'),
(42476,18322,'action complete via WP Cron','2021-01-07 13:55:14','2021-01-07 08:55:14'),
(42477,18323,'action created','2021-01-07 13:55:14','2021-01-07 08:55:14'),
(42478,18323,'action started via WP Cron','2021-01-07 13:57:49','2021-01-07 08:57:49'),
(42479,18323,'action complete via WP Cron','2021-01-07 13:57:49','2021-01-07 08:57:49'),
(42480,18324,'action created','2021-01-07 13:57:49','2021-01-07 08:57:49'),
(42481,18324,'action started via WP Cron','2021-01-07 14:00:50','2021-01-07 09:00:50'),
(42482,18324,'action complete via WP Cron','2021-01-07 14:00:50','2021-01-07 09:00:50'),
(42483,18325,'action created','2021-01-07 14:00:50','2021-01-07 09:00:50'),
(42484,18325,'action started via WP Cron','2021-01-07 14:01:23','2021-01-07 09:01:23'),
(42485,18325,'action complete via WP Cron','2021-01-07 14:01:23','2021-01-07 09:01:23'),
(42486,18326,'action created','2021-01-07 14:01:23','2021-01-07 09:01:23'),
(42487,18326,'action started via WP Cron','2021-01-07 14:02:44','2021-01-07 09:02:44'),
(42488,18326,'action complete via WP Cron','2021-01-07 14:02:44','2021-01-07 09:02:44'),
(42489,18327,'action created','2021-01-07 14:02:44','2021-01-07 09:02:44'),
(42490,18327,'action started via WP Cron','2021-01-07 14:03:12','2021-01-07 09:03:12'),
(42491,18327,'action complete via WP Cron','2021-01-07 14:03:12','2021-01-07 09:03:12'),
(42492,18328,'action created','2021-01-07 14:03:12','2021-01-07 09:03:12'),
(42493,18328,'action started via WP Cron','2021-01-07 14:05:20','2021-01-07 09:05:20'),
(42494,18328,'action complete via WP Cron','2021-01-07 14:05:20','2021-01-07 09:05:20'),
(42495,18329,'action created','2021-01-07 14:05:20','2021-01-07 09:05:20'),
(42496,18329,'action started via WP Cron','2021-01-07 14:08:31','2021-01-07 09:08:31'),
(42497,18329,'action complete via WP Cron','2021-01-07 14:08:31','2021-01-07 09:08:31'),
(42498,18330,'action created','2021-01-07 14:08:31','2021-01-07 09:08:31'),
(42499,18330,'action started via WP Cron','2021-01-07 14:09:11','2021-01-07 09:09:11'),
(42500,18330,'action complete via WP Cron','2021-01-07 14:09:11','2021-01-07 09:09:11'),
(42501,18331,'action created','2021-01-07 14:09:11','2021-01-07 09:09:11'),
(42502,18331,'action started via WP Cron','2021-01-07 14:10:37','2021-01-07 09:10:37'),
(42503,18331,'action complete via WP Cron','2021-01-07 14:10:37','2021-01-07 09:10:37'),
(42504,18332,'action created','2021-01-07 14:10:37','2021-01-07 09:10:37'),
(42505,18332,'action started via WP Cron','2021-01-07 14:11:14','2021-01-07 09:11:14'),
(42506,18332,'action complete via WP Cron','2021-01-07 14:11:14','2021-01-07 09:11:14'),
(42507,18333,'action created','2021-01-07 14:11:14','2021-01-07 09:11:14'),
(42508,18333,'action started via WP Cron','2021-01-07 14:12:38','2021-01-07 09:12:38'),
(42509,18333,'action complete via WP Cron','2021-01-07 14:12:38','2021-01-07 09:12:38'),
(42510,18334,'action created','2021-01-07 14:12:38','2021-01-07 09:12:38'),
(42511,18334,'action started via WP Cron','2021-01-07 14:14:42','2021-01-07 09:14:42'),
(42512,18334,'action complete via WP Cron','2021-01-07 14:14:42','2021-01-07 09:14:42'),
(42513,18335,'action created','2021-01-07 14:16:24','2021-01-07 09:16:24'),
(42514,18335,'action started via Async Request','2021-01-07 14:16:42','2021-01-07 09:16:42'),
(42515,18335,'action complete via Async Request','2021-01-07 14:16:42','2021-01-07 09:16:42'),
(42516,18336,'action created','2021-01-07 14:16:44','2021-01-07 09:16:44'),
(42517,18336,'action started via WP Cron','2021-01-07 14:17:56','2021-01-07 09:17:56'),
(42518,18336,'action complete via WP Cron','2021-01-07 14:17:56','2021-01-07 09:17:56'),
(42519,18337,'action created','2021-01-07 14:18:01','2021-01-07 09:18:01'),
(42520,18337,'action started via WP Cron','2021-01-07 14:18:31','2021-01-07 09:18:31'),
(42521,18337,'action complete via WP Cron','2021-01-07 14:18:31','2021-01-07 09:18:31'),
(42522,18338,'action created','2021-01-07 14:18:31','2021-01-07 09:18:31'),
(42523,18338,'action started via Async Request','2021-01-07 14:18:58','2021-01-07 09:18:58'),
(42524,18338,'action complete via Async Request','2021-01-07 14:18:58','2021-01-07 09:18:58'),
(42525,18339,'action created','2021-01-07 14:20:42','2021-01-07 09:20:42'),
(42526,18339,'action started via WP Cron','2021-01-07 14:21:19','2021-01-07 09:21:19'),
(42527,18339,'action complete via WP Cron','2021-01-07 14:21:19','2021-01-07 09:21:19'),
(42528,18340,'action created','2021-01-07 14:21:19','2021-01-07 09:21:19'),
(42529,18340,'action started via WP Cron','2021-01-07 14:22:51','2021-01-07 09:22:51'),
(42530,18340,'action complete via WP Cron','2021-01-07 14:22:52','2021-01-07 09:22:52'),
(42531,18341,'action created','2021-01-07 14:22:52','2021-01-07 09:22:52'),
(42532,18341,'action started via WP Cron','2021-01-07 14:23:35','2021-01-07 09:23:35'),
(42533,18341,'action complete via WP Cron','2021-01-07 14:23:35','2021-01-07 09:23:35'),
(42534,18342,'action created','2021-01-07 14:23:35','2021-01-07 09:23:35'),
(42535,18342,'action started via WP Cron','2021-01-07 14:25:23','2021-01-07 09:25:23'),
(42536,18342,'action complete via WP Cron','2021-01-07 14:25:23','2021-01-07 09:25:23'),
(42537,18343,'action created','2021-01-07 14:25:23','2021-01-07 09:25:23'),
(42538,18343,'action started via WP Cron','2021-01-07 14:26:22','2021-01-07 09:26:22'),
(42539,18343,'action complete via WP Cron','2021-01-07 14:26:22','2021-01-07 09:26:22'),
(42540,18344,'action created','2021-01-07 14:26:22','2021-01-07 09:26:22'),
(42541,18344,'action started via WP Cron','2021-01-07 14:29:28','2021-01-07 09:29:28'),
(42542,18344,'action complete via WP Cron','2021-01-07 14:29:28','2021-01-07 09:29:28'),
(42543,18345,'action created','2021-01-07 14:29:28','2021-01-07 09:29:28'),
(42544,18345,'action started via WP Cron','2021-01-07 14:30:17','2021-01-07 09:30:17'),
(42545,18345,'action complete via WP Cron','2021-01-07 14:30:17','2021-01-07 09:30:17'),
(42546,18346,'action created','2021-01-07 14:30:17','2021-01-07 09:30:17'),
(42547,18346,'action started via WP Cron','2021-01-07 14:33:07','2021-01-07 09:33:07'),
(42548,18346,'action complete via WP Cron','2021-01-07 14:33:07','2021-01-07 09:33:07'),
(42549,18347,'action created','2021-01-07 14:33:07','2021-01-07 09:33:07'),
(42550,18347,'action started via WP Cron','2021-01-07 14:33:39','2021-01-07 09:33:39'),
(42551,18347,'action complete via WP Cron','2021-01-07 14:33:39','2021-01-07 09:33:39'),
(42552,18348,'action created','2021-01-07 14:33:39','2021-01-07 09:33:39'),
(42553,18348,'action started via WP Cron','2021-01-07 14:34:29','2021-01-07 09:34:29'),
(42554,18348,'action complete via WP Cron','2021-01-07 14:34:29','2021-01-07 09:34:29'),
(42555,18349,'action created','2021-01-07 14:34:29','2021-01-07 09:34:29'),
(42556,18349,'action started via WP Cron','2021-01-07 14:35:23','2021-01-07 09:35:23'),
(42557,18349,'action complete via WP Cron','2021-01-07 14:35:23','2021-01-07 09:35:23'),
(42558,18350,'action created','2021-01-07 14:35:23','2021-01-07 09:35:23'),
(42559,18350,'action started via WP Cron','2021-01-07 14:36:25','2021-01-07 09:36:25'),
(42560,18350,'action complete via WP Cron','2021-01-07 14:36:25','2021-01-07 09:36:25'),
(42561,18351,'action created','2021-01-07 14:36:25','2021-01-07 09:36:25'),
(42562,18351,'action started via WP Cron','2021-01-07 14:37:50','2021-01-07 09:37:50'),
(42563,18351,'action complete via WP Cron','2021-01-07 14:37:50','2021-01-07 09:37:50'),
(42564,18352,'action created','2021-01-07 14:37:50','2021-01-07 09:37:50'),
(42565,18352,'action started via WP Cron','2021-01-07 14:38:26','2021-01-07 09:38:26'),
(42566,18352,'action complete via WP Cron','2021-01-07 14:38:26','2021-01-07 09:38:26'),
(42567,18353,'action created','2021-01-07 14:38:26','2021-01-07 09:38:26'),
(42568,18353,'action started via WP Cron','2021-01-07 14:39:32','2021-01-07 09:39:32'),
(42569,18353,'action complete via WP Cron','2021-01-07 14:39:32','2021-01-07 09:39:32'),
(42570,18354,'action created','2021-01-07 14:39:32','2021-01-07 09:39:32'),
(42571,18354,'action started via WP Cron','2021-01-07 14:42:29','2021-01-07 09:42:29'),
(42572,18354,'action complete via WP Cron','2021-01-07 14:42:29','2021-01-07 09:42:29'),
(42573,18355,'action created','2021-01-07 14:42:29','2021-01-07 09:42:29'),
(42574,18355,'action started via WP Cron','2021-01-07 14:43:41','2021-01-07 09:43:41'),
(42575,18355,'action complete via WP Cron','2021-01-07 14:43:41','2021-01-07 09:43:41'),
(42576,18356,'action created','2021-01-07 14:43:41','2021-01-07 09:43:41'),
(42577,18356,'action started via WP Cron','2021-01-07 14:44:58','2021-01-07 09:44:58'),
(42578,18356,'action complete via WP Cron','2021-01-07 14:44:58','2021-01-07 09:44:58'),
(42579,18357,'action created','2021-01-07 14:44:58','2021-01-07 09:44:58'),
(42580,18357,'action started via WP Cron','2021-01-07 14:46:00','2021-01-07 09:46:00'),
(42581,18357,'action complete via WP Cron','2021-01-07 14:46:00','2021-01-07 09:46:00'),
(42582,18358,'action created','2021-01-07 14:46:00','2021-01-07 09:46:00'),
(42583,18358,'action started via WP Cron','2021-01-07 14:46:28','2021-01-07 09:46:28'),
(42584,18358,'action complete via WP Cron','2021-01-07 14:46:28','2021-01-07 09:46:28'),
(42585,18359,'action created','2021-01-07 14:46:28','2021-01-07 09:46:28'),
(42586,18359,'action started via WP Cron','2021-01-07 14:47:14','2021-01-07 09:47:14'),
(42587,18359,'action complete via WP Cron','2021-01-07 14:47:14','2021-01-07 09:47:14'),
(42588,18360,'action created','2021-01-07 14:47:14','2021-01-07 09:47:14'),
(42589,18360,'action started via WP Cron','2021-01-07 14:48:57','2021-01-07 09:48:57'),
(42590,18360,'action complete via WP Cron','2021-01-07 14:48:57','2021-01-07 09:48:57'),
(42591,18361,'action created','2021-01-07 14:48:57','2021-01-07 09:48:57'),
(42592,18361,'action started via WP Cron','2021-01-07 14:49:35','2021-01-07 09:49:35'),
(42593,18361,'action complete via WP Cron','2021-01-07 14:49:35','2021-01-07 09:49:35'),
(42594,18362,'action created','2021-01-07 14:49:35','2021-01-07 09:49:35'),
(42595,18362,'action started via WP Cron','2021-01-07 14:52:01','2021-01-07 09:52:01'),
(42596,18362,'action complete via WP Cron','2021-01-07 14:52:02','2021-01-07 09:52:02'),
(42597,18363,'action created','2021-01-07 14:52:02','2021-01-07 09:52:02'),
(42598,18363,'action started via WP Cron','2021-01-07 14:52:52','2021-01-07 09:52:52'),
(42599,18363,'action complete via WP Cron','2021-01-07 14:52:52','2021-01-07 09:52:52'),
(42600,18364,'action created','2021-01-07 14:52:52','2021-01-07 09:52:52'),
(42601,18364,'action started via WP Cron','2021-01-07 14:54:48','2021-01-07 09:54:48'),
(42602,18364,'action complete via WP Cron','2021-01-07 14:54:48','2021-01-07 09:54:48'),
(42603,18365,'action created','2021-01-07 14:54:48','2021-01-07 09:54:48'),
(42604,18365,'action started via WP Cron','2021-01-07 14:55:27','2021-01-07 09:55:27'),
(42605,18365,'action complete via WP Cron','2021-01-07 14:55:27','2021-01-07 09:55:27'),
(42606,18366,'action created','2021-01-07 14:55:27','2021-01-07 09:55:27'),
(42607,18366,'action started via WP Cron','2021-01-07 14:57:49','2021-01-07 09:57:49'),
(42608,18366,'action complete via WP Cron','2021-01-07 14:57:50','2021-01-07 09:57:50'),
(42609,18367,'action created','2021-01-07 14:57:50','2021-01-07 09:57:50'),
(42610,18367,'action started via WP Cron','2021-01-07 14:58:28','2021-01-07 09:58:28'),
(42611,18367,'action complete via WP Cron','2021-01-07 14:58:28','2021-01-07 09:58:28'),
(42612,18368,'action created','2021-01-07 14:58:28','2021-01-07 09:58:28'),
(42613,18368,'action started via WP Cron','2021-01-07 14:59:37','2021-01-07 09:59:37'),
(42614,18368,'action complete via WP Cron','2021-01-07 14:59:37','2021-01-07 09:59:37'),
(42615,18369,'action created','2021-01-07 14:59:37','2021-01-07 09:59:37'),
(42616,18369,'action started via WP Cron','2021-01-07 15:00:22','2021-01-07 10:00:22'),
(42617,18369,'action complete via WP Cron','2021-01-07 15:00:22','2021-01-07 10:00:22'),
(42618,18370,'action created','2021-01-07 15:00:22','2021-01-07 10:00:22'),
(42619,18370,'action started via WP Cron','2021-01-07 15:02:10','2021-01-07 10:02:10'),
(42620,18370,'action complete via WP Cron','2021-01-07 15:02:10','2021-01-07 10:02:10'),
(42621,18371,'action created','2021-01-07 15:02:10','2021-01-07 10:02:10'),
(42622,18371,'action started via WP Cron','2021-01-07 15:03:27','2021-01-07 10:03:27'),
(42623,18371,'action complete via WP Cron','2021-01-07 15:03:27','2021-01-07 10:03:27'),
(42624,18372,'action created','2021-01-07 15:03:27','2021-01-07 10:03:27'),
(42625,18372,'action started via WP Cron','2021-01-07 15:05:24','2021-01-07 10:05:24'),
(42626,18372,'action complete via WP Cron','2021-01-07 15:05:24','2021-01-07 10:05:24'),
(42627,18373,'action created','2021-01-07 15:05:24','2021-01-07 10:05:24'),
(42628,18373,'action started via WP Cron','2021-01-07 15:06:53','2021-01-07 10:06:53'),
(42629,18373,'action complete via WP Cron','2021-01-07 15:06:53','2021-01-07 10:06:53'),
(42630,18374,'action created','2021-01-07 15:06:53','2021-01-07 10:06:53'),
(42631,18374,'action started via WP Cron','2021-01-07 15:07:45','2021-01-07 10:07:45'),
(42632,18374,'action complete via WP Cron','2021-01-07 15:07:45','2021-01-07 10:07:45'),
(42633,18375,'action created','2021-01-07 15:07:45','2021-01-07 10:07:45'),
(42634,18375,'action started via WP Cron','2021-01-07 15:09:42','2021-01-07 10:09:42'),
(42635,18375,'action complete via WP Cron','2021-01-07 15:09:42','2021-01-07 10:09:42'),
(42636,18376,'action created','2021-01-07 15:09:42','2021-01-07 10:09:42'),
(42637,18376,'action started via WP Cron','2021-01-07 15:10:34','2021-01-07 10:10:34'),
(42638,18376,'action complete via WP Cron','2021-01-07 15:10:34','2021-01-07 10:10:34'),
(42639,18377,'action created','2021-01-07 15:10:34','2021-01-07 10:10:34'),
(42640,18377,'action started via WP Cron','2021-01-07 15:12:08','2021-01-07 10:12:08'),
(42641,18377,'action complete via WP Cron','2021-01-07 15:12:08','2021-01-07 10:12:08'),
(42642,18378,'action created','2021-01-07 15:12:08','2021-01-07 10:12:08'),
(42643,18378,'action started via WP Cron','2021-01-07 15:12:31','2021-01-07 10:12:31'),
(42644,18378,'action complete via WP Cron','2021-01-07 15:12:31','2021-01-07 10:12:31'),
(42645,18379,'action created','2021-01-07 15:12:32','2021-01-07 10:12:32'),
(42646,18379,'action started via WP Cron','2021-01-07 15:15:19','2021-01-07 10:15:19'),
(42647,18379,'action complete via WP Cron','2021-01-07 15:15:19','2021-01-07 10:15:19'),
(42648,18380,'action created','2021-01-07 15:15:19','2021-01-07 10:15:19'),
(42649,18380,'action started via WP Cron','2021-01-07 15:16:20','2021-01-07 10:16:20'),
(42650,18380,'action complete via WP Cron','2021-01-07 15:16:20','2021-01-07 10:16:20'),
(42651,18381,'action created','2021-01-07 15:16:20','2021-01-07 10:16:20'),
(42652,18381,'action started via WP Cron','2021-01-07 15:17:40','2021-01-07 10:17:40'),
(42653,18381,'action complete via WP Cron','2021-01-07 15:17:40','2021-01-07 10:17:40'),
(42654,18382,'action created','2021-01-07 15:17:40','2021-01-07 10:17:40'),
(42655,18382,'action started via WP Cron','2021-01-07 15:19:34','2021-01-07 10:19:34'),
(42656,18382,'action complete via WP Cron','2021-01-07 15:19:34','2021-01-07 10:19:34'),
(42657,18383,'action created','2021-01-07 15:19:34','2021-01-07 10:19:34'),
(42658,18383,'action started via WP Cron','2021-01-07 15:20:24','2021-01-07 10:20:24'),
(42659,18383,'action complete via WP Cron','2021-01-07 15:20:24','2021-01-07 10:20:24'),
(42660,18384,'action created','2021-01-07 15:20:24','2021-01-07 10:20:24'),
(42661,18384,'action started via WP Cron','2021-01-07 15:21:13','2021-01-07 10:21:13'),
(42662,18384,'action complete via WP Cron','2021-01-07 15:21:13','2021-01-07 10:21:13'),
(42663,18385,'action created','2021-01-07 15:21:13','2021-01-07 10:21:13'),
(42664,18385,'action started via WP Cron','2021-01-07 15:22:17','2021-01-07 10:22:17'),
(42665,18385,'action complete via WP Cron','2021-01-07 15:22:17','2021-01-07 10:22:17'),
(42666,18386,'action created','2021-01-07 15:22:17','2021-01-07 10:22:17'),
(42667,18386,'action started via WP Cron','2021-01-07 15:23:33','2021-01-07 10:23:33'),
(42668,18386,'action complete via WP Cron','2021-01-07 15:23:33','2021-01-07 10:23:33'),
(42669,18387,'action created','2021-01-07 15:23:33','2021-01-07 10:23:33'),
(42670,18387,'action started via WP Cron','2021-01-07 15:24:28','2021-01-07 10:24:28'),
(42671,18387,'action complete via WP Cron','2021-01-07 15:24:28','2021-01-07 10:24:28'),
(42672,18388,'action created','2021-01-07 15:24:28','2021-01-07 10:24:28'),
(42673,18388,'action started via WP Cron','2021-01-07 15:25:32','2021-01-07 10:25:32'),
(42674,18388,'action complete via WP Cron','2021-01-07 15:25:32','2021-01-07 10:25:32'),
(42675,18389,'action created','2021-01-07 15:25:32','2021-01-07 10:25:32'),
(42676,18389,'action started via WP Cron','2021-01-07 15:26:49','2021-01-07 10:26:49'),
(42677,18389,'action complete via WP Cron','2021-01-07 15:26:49','2021-01-07 10:26:49'),
(42678,18390,'action created','2021-01-07 15:26:49','2021-01-07 10:26:49'),
(42679,18390,'action started via WP Cron','2021-01-07 15:28:16','2021-01-07 10:28:16'),
(42680,18390,'action complete via WP Cron','2021-01-07 15:28:16','2021-01-07 10:28:16'),
(42681,18391,'action created','2021-01-07 15:28:16','2021-01-07 10:28:16'),
(42682,18391,'action started via WP Cron','2021-01-07 15:29:18','2021-01-07 10:29:18'),
(42683,18391,'action complete via WP Cron','2021-01-07 15:29:18','2021-01-07 10:29:18'),
(42684,18392,'action created','2021-01-07 15:29:18','2021-01-07 10:29:18'),
(42685,18392,'action started via WP Cron','2021-01-07 15:31:17','2021-01-07 10:31:17'),
(42686,18392,'action complete via WP Cron','2021-01-07 15:31:17','2021-01-07 10:31:17'),
(42687,18393,'action created','2021-01-07 15:31:17','2021-01-07 10:31:17'),
(42688,18393,'action started via WP Cron','2021-01-07 15:32:55','2021-01-07 10:32:55'),
(42689,18393,'action complete via WP Cron','2021-01-07 15:32:55','2021-01-07 10:32:55'),
(42690,18394,'action created','2021-01-07 15:32:55','2021-01-07 10:32:55'),
(42691,18394,'action started via WP Cron','2021-01-07 15:33:24','2021-01-07 10:33:24'),
(42692,18394,'action complete via WP Cron','2021-01-07 15:33:24','2021-01-07 10:33:24'),
(42693,18395,'action created','2021-01-07 15:33:24','2021-01-07 10:33:24'),
(42694,18395,'action started via WP Cron','2021-01-07 15:34:19','2021-01-07 10:34:19'),
(42695,18395,'action complete via WP Cron','2021-01-07 15:34:20','2021-01-07 10:34:20'),
(42696,18396,'action created','2021-01-07 15:34:20','2021-01-07 10:34:20'),
(42697,18396,'action started via WP Cron','2021-01-07 15:35:21','2021-01-07 10:35:21'),
(42698,18396,'action complete via WP Cron','2021-01-07 15:35:21','2021-01-07 10:35:21'),
(42699,18397,'action created','2021-01-07 15:35:21','2021-01-07 10:35:21'),
(42700,18397,'action started via WP Cron','2021-01-07 15:36:12','2021-01-07 10:36:12'),
(42701,18397,'action complete via WP Cron','2021-01-07 15:36:12','2021-01-07 10:36:12'),
(42702,18398,'action created','2021-01-07 15:36:12','2021-01-07 10:36:12'),
(42703,18398,'action started via WP Cron','2021-01-07 15:37:26','2021-01-07 10:37:26'),
(42704,18398,'action complete via WP Cron','2021-01-07 15:37:26','2021-01-07 10:37:26'),
(42705,18399,'action created','2021-01-07 15:37:26','2021-01-07 10:37:26'),
(42706,18399,'action started via WP Cron','2021-01-07 15:39:01','2021-01-07 10:39:01'),
(42707,18399,'action complete via WP Cron','2021-01-07 15:39:01','2021-01-07 10:39:01'),
(42708,18400,'action created','2021-01-07 15:39:01','2021-01-07 10:39:01'),
(42709,18400,'action started via WP Cron','2021-01-07 15:39:12','2021-01-07 10:39:12'),
(42710,18400,'action complete via WP Cron','2021-01-07 15:39:12','2021-01-07 10:39:12'),
(42711,18401,'action created','2021-01-07 15:39:12','2021-01-07 10:39:12'),
(42712,18401,'action started via WP Cron','2021-01-07 15:40:41','2021-01-07 10:40:41'),
(42713,18401,'action complete via WP Cron','2021-01-07 15:40:41','2021-01-07 10:40:41'),
(42714,18402,'action created','2021-01-07 15:40:41','2021-01-07 10:40:41'),
(42715,18402,'action started via WP Cron','2021-01-07 15:41:48','2021-01-07 10:41:48'),
(42716,18402,'action complete via WP Cron','2021-01-07 15:41:48','2021-01-07 10:41:48'),
(42717,18403,'action created','2021-01-07 15:41:48','2021-01-07 10:41:48'),
(42718,18403,'action started via WP Cron','2021-01-07 15:43:19','2021-01-07 10:43:19'),
(42719,18403,'action complete via WP Cron','2021-01-07 15:43:19','2021-01-07 10:43:19'),
(42720,18404,'action created','2021-01-07 15:43:19','2021-01-07 10:43:19'),
(42721,18404,'action started via WP Cron','2021-01-07 15:44:25','2021-01-07 10:44:25'),
(42722,18404,'action complete via WP Cron','2021-01-07 15:44:25','2021-01-07 10:44:25'),
(42723,18405,'action created','2021-01-07 15:44:25','2021-01-07 10:44:25'),
(42724,18405,'action started via WP Cron','2021-01-07 15:45:24','2021-01-07 10:45:24'),
(42725,18405,'action complete via WP Cron','2021-01-07 15:45:24','2021-01-07 10:45:24'),
(42726,18406,'action created','2021-01-07 15:45:24','2021-01-07 10:45:24'),
(42727,18406,'action started via WP Cron','2021-01-07 15:46:15','2021-01-07 10:46:15'),
(42728,18406,'action complete via WP Cron','2021-01-07 15:46:15','2021-01-07 10:46:15'),
(42729,18407,'action created','2021-01-07 15:46:15','2021-01-07 10:46:15'),
(42730,18407,'action started via WP Cron','2021-01-07 15:47:14','2021-01-07 10:47:14'),
(42731,18407,'action complete via WP Cron','2021-01-07 15:47:14','2021-01-07 10:47:14'),
(42732,18408,'action created','2021-01-07 15:47:14','2021-01-07 10:47:14'),
(42733,18408,'action started via WP Cron','2021-01-07 15:48:21','2021-01-07 10:48:21'),
(42734,18408,'action complete via WP Cron','2021-01-07 15:48:21','2021-01-07 10:48:21'),
(42735,18409,'action created','2021-01-07 15:48:21','2021-01-07 10:48:21'),
(42736,18409,'action started via WP Cron','2021-01-07 15:50:02','2021-01-07 10:50:02'),
(42737,18409,'action complete via WP Cron','2021-01-07 15:50:02','2021-01-07 10:50:02'),
(42738,18410,'action created','2021-01-07 15:50:06','2021-01-07 10:50:06'),
(42739,18410,'action started via WP Cron','2021-01-07 15:50:20','2021-01-07 10:50:20'),
(42740,18410,'action complete via WP Cron','2021-01-07 15:50:20','2021-01-07 10:50:20'),
(42741,18411,'action created','2021-01-07 15:50:20','2021-01-07 10:50:20'),
(42742,18411,'action started via WP Cron','2021-01-07 15:52:00','2021-01-07 10:52:00'),
(42743,18411,'action complete via WP Cron','2021-01-07 15:52:00','2021-01-07 10:52:00'),
(42744,18412,'action created','2021-01-07 15:52:00','2021-01-07 10:52:00'),
(42745,18412,'action started via WP Cron','2021-01-07 15:52:41','2021-01-07 10:52:41'),
(42746,18412,'action complete via WP Cron','2021-01-07 15:52:41','2021-01-07 10:52:41'),
(42747,18413,'action created','2021-01-07 15:52:41','2021-01-07 10:52:41'),
(42748,18413,'action started via WP Cron','2021-01-07 15:53:30','2021-01-07 10:53:30'),
(42749,18413,'action complete via WP Cron','2021-01-07 15:53:30','2021-01-07 10:53:30'),
(42750,18414,'action created','2021-01-07 15:53:30','2021-01-07 10:53:30'),
(42751,18414,'action started via WP Cron','2021-01-07 15:54:22','2021-01-07 10:54:22'),
(42752,18414,'action complete via WP Cron','2021-01-07 15:54:22','2021-01-07 10:54:22'),
(42753,18415,'action created','2021-01-07 15:54:22','2021-01-07 10:54:22'),
(42754,18415,'action started via WP Cron','2021-01-07 15:56:29','2021-01-07 10:56:29'),
(42755,18415,'action complete via WP Cron','2021-01-07 15:56:29','2021-01-07 10:56:29'),
(42756,18416,'action created','2021-01-07 15:56:29','2021-01-07 10:56:29'),
(42757,18416,'action started via WP Cron','2021-01-07 15:58:41','2021-01-07 10:58:41'),
(42758,18416,'action complete via WP Cron','2021-01-07 15:58:41','2021-01-07 10:58:41'),
(42759,18417,'action created','2021-01-07 15:58:41','2021-01-07 10:58:41'),
(42760,18417,'action started via WP Cron','2021-01-07 15:59:42','2021-01-07 10:59:42'),
(42761,18417,'action complete via WP Cron','2021-01-07 15:59:42','2021-01-07 10:59:42'),
(42762,18418,'action created','2021-01-07 15:59:42','2021-01-07 10:59:42'),
(42763,18418,'action started via WP Cron','2021-01-07 16:00:33','2021-01-07 11:00:33'),
(42764,18418,'action complete via WP Cron','2021-01-07 16:00:33','2021-01-07 11:00:33'),
(42765,18419,'action created','2021-01-07 16:00:33','2021-01-07 11:00:33'),
(42766,18419,'action started via WP Cron','2021-01-07 16:01:33','2021-01-07 11:01:33'),
(42767,18419,'action complete via WP Cron','2021-01-07 16:01:33','2021-01-07 11:01:33'),
(42768,18420,'action created','2021-01-07 16:01:33','2021-01-07 11:01:33'),
(42769,18420,'action started via WP Cron','2021-01-07 16:02:16','2021-01-07 11:02:16'),
(42770,18420,'action complete via WP Cron','2021-01-07 16:02:16','2021-01-07 11:02:16'),
(42771,18421,'action created','2021-01-07 16:02:16','2021-01-07 11:02:16'),
(42772,18421,'action started via WP Cron','2021-01-07 16:03:52','2021-01-07 11:03:52'),
(42773,18421,'action complete via WP Cron','2021-01-07 16:03:52','2021-01-07 11:03:52'),
(42774,18422,'action created','2021-01-07 16:03:52','2021-01-07 11:03:52'),
(42775,18422,'action started via WP Cron','2021-01-07 16:04:15','2021-01-07 11:04:15'),
(42776,18422,'action complete via WP Cron','2021-01-07 16:04:15','2021-01-07 11:04:15'),
(42777,18423,'action created','2021-01-07 16:04:15','2021-01-07 11:04:15'),
(42778,18423,'action started via WP Cron','2021-01-07 16:09:25','2021-01-07 11:09:25'),
(42779,18423,'action complete via WP Cron','2021-01-07 16:09:25','2021-01-07 11:09:25'),
(42780,18424,'action created','2021-01-07 16:09:25','2021-01-07 11:09:25'),
(42781,18424,'action started via WP Cron','2021-01-07 16:10:35','2021-01-07 11:10:35'),
(42782,18424,'action complete via WP Cron','2021-01-07 16:10:35','2021-01-07 11:10:35'),
(42783,18425,'action created','2021-01-07 16:10:35','2021-01-07 11:10:35'),
(42784,18425,'action started via WP Cron','2021-01-07 16:11:58','2021-01-07 11:11:58'),
(42785,18425,'action complete via WP Cron','2021-01-07 16:11:58','2021-01-07 11:11:58'),
(42786,18426,'action created','2021-01-07 16:11:58','2021-01-07 11:11:58'),
(42787,18426,'action started via WP Cron','2021-01-07 16:12:33','2021-01-07 11:12:33'),
(42788,18426,'action complete via WP Cron','2021-01-07 16:12:33','2021-01-07 11:12:33'),
(42789,18427,'action created','2021-01-07 16:12:33','2021-01-07 11:12:33'),
(42790,18427,'action started via WP Cron','2021-01-07 16:13:52','2021-01-07 11:13:52'),
(42791,18427,'action complete via WP Cron','2021-01-07 16:13:52','2021-01-07 11:13:52'),
(42792,18428,'action created','2021-01-07 16:13:52','2021-01-07 11:13:52'),
(42793,18428,'action started via WP Cron','2021-01-07 16:14:16','2021-01-07 11:14:16'),
(42794,18428,'action complete via WP Cron','2021-01-07 16:14:16','2021-01-07 11:14:16'),
(42795,18429,'action created','2021-01-07 16:14:16','2021-01-07 11:14:16'),
(42796,18429,'action started via WP Cron','2021-01-07 16:16:44','2021-01-07 11:16:44'),
(42797,18429,'action complete via WP Cron','2021-01-07 16:16:44','2021-01-07 11:16:44'),
(42798,18430,'action created','2021-01-07 16:16:44','2021-01-07 11:16:44'),
(42799,18430,'action started via WP Cron','2021-01-07 16:17:50','2021-01-07 11:17:50'),
(42800,18430,'action complete via WP Cron','2021-01-07 16:17:50','2021-01-07 11:17:50'),
(42801,18431,'action created','2021-01-07 16:17:50','2021-01-07 11:17:50'),
(42802,18431,'action started via WP Cron','2021-01-07 16:18:36','2021-01-07 11:18:36'),
(42803,18431,'action complete via WP Cron','2021-01-07 16:18:36','2021-01-07 11:18:36'),
(42804,18432,'action created','2021-01-07 16:18:36','2021-01-07 11:18:36'),
(42805,18432,'action started via WP Cron','2021-01-07 16:20:26','2021-01-07 11:20:26'),
(42806,18432,'action complete via WP Cron','2021-01-07 16:20:27','2021-01-07 11:20:27'),
(42807,18433,'action created','2021-01-07 16:20:27','2021-01-07 11:20:27'),
(42808,18433,'action started via WP Cron','2021-01-07 16:21:15','2021-01-07 11:21:15'),
(42809,18433,'action complete via WP Cron','2021-01-07 16:21:15','2021-01-07 11:21:15'),
(42810,18434,'action created','2021-01-07 16:21:15','2021-01-07 11:21:15'),
(42811,18434,'action started via WP Cron','2021-01-07 16:23:22','2021-01-07 11:23:22'),
(42812,18434,'action complete via WP Cron','2021-01-07 16:23:22','2021-01-07 11:23:22'),
(42813,18435,'action created','2021-01-07 16:23:22','2021-01-07 11:23:22'),
(42814,18435,'action started via WP Cron','2021-01-07 16:25:45','2021-01-07 11:25:45'),
(42815,18435,'action complete via WP Cron','2021-01-07 16:25:45','2021-01-07 11:25:45'),
(42816,18436,'action created','2021-01-07 16:25:46','2021-01-07 11:25:46'),
(42817,18436,'action started via WP Cron','2021-01-07 16:27:43','2021-01-07 11:27:43'),
(42818,18436,'action complete via WP Cron','2021-01-07 16:27:43','2021-01-07 11:27:43'),
(42819,18437,'action created','2021-01-07 16:27:43','2021-01-07 11:27:43'),
(42820,18437,'action started via WP Cron','2021-01-07 16:29:30','2021-01-07 11:29:30'),
(42821,18437,'action complete via WP Cron','2021-01-07 16:29:30','2021-01-07 11:29:30'),
(42822,18438,'action created','2021-01-07 16:29:30','2021-01-07 11:29:30'),
(42823,18438,'action started via WP Cron','2021-01-07 16:31:51','2021-01-07 11:31:51'),
(42824,18438,'action complete via WP Cron','2021-01-07 16:31:51','2021-01-07 11:31:51'),
(42825,18439,'action created','2021-01-07 16:31:51','2021-01-07 11:31:51'),
(42826,18439,'action started via WP Cron','2021-01-07 16:32:27','2021-01-07 11:32:27'),
(42827,18439,'action complete via WP Cron','2021-01-07 16:32:27','2021-01-07 11:32:27'),
(42828,18440,'action created','2021-01-07 16:32:27','2021-01-07 11:32:27'),
(42829,18440,'action started via WP Cron','2021-01-07 16:33:12','2021-01-07 11:33:12'),
(42830,18440,'action complete via WP Cron','2021-01-07 16:33:12','2021-01-07 11:33:12'),
(42831,18441,'action created','2021-01-07 16:33:12','2021-01-07 11:33:12'),
(42832,18441,'action started via WP Cron','2021-01-07 16:34:22','2021-01-07 11:34:22'),
(42833,18441,'action complete via WP Cron','2021-01-07 16:34:22','2021-01-07 11:34:22'),
(42834,18442,'action created','2021-01-07 16:34:22','2021-01-07 11:34:22'),
(42835,18442,'action started via WP Cron','2021-01-07 16:35:22','2021-01-07 11:35:22'),
(42836,18442,'action complete via WP Cron','2021-01-07 16:35:23','2021-01-07 11:35:23'),
(42837,18443,'action created','2021-01-07 16:35:23','2021-01-07 11:35:23'),
(42838,18443,'action started via WP Cron','2021-01-07 16:36:56','2021-01-07 11:36:56'),
(42839,18443,'action complete via WP Cron','2021-01-07 16:36:56','2021-01-07 11:36:56'),
(42840,18444,'action created','2021-01-07 16:36:56','2021-01-07 11:36:56'),
(42841,18444,'action started via WP Cron','2021-01-07 16:37:39','2021-01-07 11:37:39'),
(42842,18444,'action complete via WP Cron','2021-01-07 16:37:39','2021-01-07 11:37:39'),
(42843,18445,'action created','2021-01-07 16:37:39','2021-01-07 11:37:39'),
(42844,18445,'action started via WP Cron','2021-01-07 16:38:24','2021-01-07 11:38:24'),
(42845,18445,'action complete via WP Cron','2021-01-07 16:38:24','2021-01-07 11:38:24'),
(42846,18446,'action created','2021-01-07 16:38:24','2021-01-07 11:38:24'),
(42847,18446,'action started via WP Cron','2021-01-07 16:39:15','2021-01-07 11:39:15'),
(42848,18446,'action complete via WP Cron','2021-01-07 16:39:15','2021-01-07 11:39:15'),
(42849,18447,'action created','2021-01-07 16:39:15','2021-01-07 11:39:15'),
(42850,18447,'action started via WP Cron','2021-01-07 16:43:26','2021-01-07 11:43:26'),
(42851,18447,'action complete via WP Cron','2021-01-07 16:43:26','2021-01-07 11:43:26'),
(42852,18448,'action created','2021-01-07 16:43:26','2021-01-07 11:43:26'),
(42853,18448,'action started via WP Cron','2021-01-07 16:44:34','2021-01-07 11:44:34'),
(42854,18448,'action complete via WP Cron','2021-01-07 16:44:34','2021-01-07 11:44:34'),
(42855,18449,'action created','2021-01-07 16:44:34','2021-01-07 11:44:34'),
(42856,18449,'action started via WP Cron','2021-01-07 16:45:27','2021-01-07 11:45:27'),
(42857,18449,'action complete via WP Cron','2021-01-07 16:45:27','2021-01-07 11:45:27'),
(42858,18450,'action created','2021-01-07 16:45:27','2021-01-07 11:45:27'),
(42859,18450,'action started via WP Cron','2021-01-07 16:46:22','2021-01-07 11:46:22'),
(42860,18450,'action complete via WP Cron','2021-01-07 16:46:22','2021-01-07 11:46:22'),
(42861,18451,'action created','2021-01-07 16:46:22','2021-01-07 11:46:22'),
(42862,18451,'action started via WP Cron','2021-01-07 16:47:36','2021-01-07 11:47:36'),
(42863,18451,'action complete via WP Cron','2021-01-07 16:47:36','2021-01-07 11:47:36'),
(42864,18452,'action created','2021-01-07 16:47:36','2021-01-07 11:47:36'),
(42865,18452,'action started via WP Cron','2021-01-07 16:49:22','2021-01-07 11:49:22'),
(42866,18452,'action complete via WP Cron','2021-01-07 16:49:22','2021-01-07 11:49:22'),
(42867,18453,'action created','2021-01-07 16:49:22','2021-01-07 11:49:22'),
(42868,18453,'action started via WP Cron','2021-01-07 16:50:13','2021-01-07 11:50:13'),
(42869,18453,'action complete via WP Cron','2021-01-07 16:50:13','2021-01-07 11:50:13'),
(42870,18454,'action created','2021-01-07 16:50:13','2021-01-07 11:50:13'),
(42871,18454,'action started via WP Cron','2021-01-07 16:51:33','2021-01-07 11:51:33'),
(42872,18454,'action complete via WP Cron','2021-01-07 16:51:33','2021-01-07 11:51:33'),
(42873,18455,'action created','2021-01-07 16:51:33','2021-01-07 11:51:33'),
(42874,18455,'action started via WP Cron','2021-01-07 16:54:27','2021-01-07 11:54:27'),
(42875,18455,'action complete via WP Cron','2021-01-07 16:54:27','2021-01-07 11:54:27'),
(42876,18456,'action created','2021-01-07 16:54:27','2021-01-07 11:54:27'),
(42877,18456,'action started via WP Cron','2021-01-07 16:55:31','2021-01-07 11:55:31'),
(42878,18456,'action complete via WP Cron','2021-01-07 16:55:31','2021-01-07 11:55:31'),
(42879,18457,'action created','2021-01-07 16:55:31','2021-01-07 11:55:31'),
(42880,18457,'action started via WP Cron','2021-01-07 16:56:19','2021-01-07 11:56:19'),
(42881,18457,'action complete via WP Cron','2021-01-07 16:56:19','2021-01-07 11:56:19'),
(42882,18458,'action created','2021-01-07 16:56:19','2021-01-07 11:56:19'),
(42883,18458,'action started via WP Cron','2021-01-07 16:57:15','2021-01-07 11:57:15'),
(42884,18458,'action complete via WP Cron','2021-01-07 16:57:15','2021-01-07 11:57:15'),
(42885,18459,'action created','2021-01-07 16:57:15','2021-01-07 11:57:15'),
(42886,18459,'action started via WP Cron','2021-01-07 16:58:17','2021-01-07 11:58:17'),
(42887,18459,'action complete via WP Cron','2021-01-07 16:58:17','2021-01-07 11:58:17'),
(42888,18460,'action created','2021-01-07 16:58:17','2021-01-07 11:58:17'),
(42889,18460,'action started via WP Cron','2021-01-07 16:59:46','2021-01-07 11:59:46'),
(42890,18460,'action complete via WP Cron','2021-01-07 16:59:46','2021-01-07 11:59:46'),
(42891,18461,'action created','2021-01-07 16:59:46','2021-01-07 11:59:46'),
(42892,18461,'action started via WP Cron','2021-01-07 17:00:56','2021-01-07 12:00:56'),
(42893,18461,'action complete via WP Cron','2021-01-07 17:00:56','2021-01-07 12:00:56'),
(42894,18462,'action created','2021-01-07 17:00:56','2021-01-07 12:00:56'),
(42895,18462,'action started via WP Cron','2021-01-07 17:01:41','2021-01-07 12:01:41'),
(42896,18462,'action complete via WP Cron','2021-01-07 17:01:41','2021-01-07 12:01:41'),
(42897,18463,'action created','2021-01-07 17:01:41','2021-01-07 12:01:41'),
(42898,18463,'action started via WP Cron','2021-01-07 17:02:15','2021-01-07 12:02:15'),
(42899,18463,'action complete via WP Cron','2021-01-07 17:02:15','2021-01-07 12:02:15'),
(42900,18464,'action created','2021-01-07 17:02:15','2021-01-07 12:02:15'),
(42901,18464,'action started via WP Cron','2021-01-07 17:03:12','2021-01-07 12:03:12'),
(42902,18464,'action complete via WP Cron','2021-01-07 17:03:12','2021-01-07 12:03:12'),
(42903,18465,'action created','2021-01-07 17:03:12','2021-01-07 12:03:12'),
(42904,18465,'action started via WP Cron','2021-01-07 17:04:32','2021-01-07 12:04:32'),
(42905,18465,'action complete via WP Cron','2021-01-07 17:04:32','2021-01-07 12:04:32'),
(42906,18466,'action created','2021-01-07 17:04:32','2021-01-07 12:04:32'),
(42907,18466,'action started via WP Cron','2021-01-07 17:05:32','2021-01-07 12:05:32'),
(42908,18466,'action complete via WP Cron','2021-01-07 17:05:32','2021-01-07 12:05:32'),
(42909,18467,'action created','2021-01-07 17:05:32','2021-01-07 12:05:32'),
(42910,18467,'action started via WP Cron','2021-01-07 17:06:33','2021-01-07 12:06:33'),
(42911,18467,'action complete via WP Cron','2021-01-07 17:06:33','2021-01-07 12:06:33'),
(42912,18468,'action created','2021-01-07 17:06:33','2021-01-07 12:06:33'),
(42913,18468,'action started via WP Cron','2021-01-07 17:07:25','2021-01-07 12:07:25'),
(42914,18468,'action complete via WP Cron','2021-01-07 17:07:25','2021-01-07 12:07:25'),
(42915,18469,'action created','2021-01-07 17:07:25','2021-01-07 12:07:25'),
(42916,18469,'action started via WP Cron','2021-01-07 17:08:45','2021-01-07 12:08:45'),
(42917,18469,'action complete via WP Cron','2021-01-07 17:08:45','2021-01-07 12:08:45'),
(42918,18470,'action created','2021-01-07 17:08:45','2021-01-07 12:08:45'),
(42919,18470,'action started via WP Cron','2021-01-07 17:09:14','2021-01-07 12:09:14'),
(42920,18470,'action complete via WP Cron','2021-01-07 17:09:14','2021-01-07 12:09:14'),
(42921,18471,'action created','2021-01-07 17:09:14','2021-01-07 12:09:14'),
(42922,18471,'action started via WP Cron','2021-01-07 17:10:27','2021-01-07 12:10:27'),
(42923,18471,'action complete via WP Cron','2021-01-07 17:10:27','2021-01-07 12:10:27'),
(42924,18472,'action created','2021-01-07 17:10:27','2021-01-07 12:10:27'),
(42925,18472,'action started via WP Cron','2021-01-07 17:12:20','2021-01-07 12:12:20'),
(42926,18472,'action complete via WP Cron','2021-01-07 17:12:20','2021-01-07 12:12:20'),
(42927,18473,'action created','2021-01-07 17:12:20','2021-01-07 12:12:20'),
(42928,18473,'action started via WP Cron','2021-01-07 17:14:48','2021-01-07 12:14:48'),
(42929,18473,'action complete via WP Cron','2021-01-07 17:14:48','2021-01-07 12:14:48'),
(42930,18474,'action created','2021-01-07 17:14:48','2021-01-07 12:14:48'),
(42931,18474,'action started via WP Cron','2021-01-07 17:15:19','2021-01-07 12:15:19'),
(42932,18474,'action complete via WP Cron','2021-01-07 17:15:19','2021-01-07 12:15:19'),
(42933,18475,'action created','2021-01-07 17:15:19','2021-01-07 12:15:19'),
(42934,18475,'action started via WP Cron','2021-01-07 17:16:19','2021-01-07 12:16:19'),
(42935,18475,'action complete via WP Cron','2021-01-07 17:16:19','2021-01-07 12:16:19'),
(42936,18476,'action created','2021-01-07 17:16:19','2021-01-07 12:16:19'),
(42937,18476,'action started via WP Cron','2021-01-07 17:19:08','2021-01-07 12:19:08'),
(42938,18476,'action complete via WP Cron','2021-01-07 17:19:08','2021-01-07 12:19:08'),
(42939,18477,'action created','2021-01-07 17:19:08','2021-01-07 12:19:08'),
(42940,18477,'action started via WP Cron','2021-01-07 17:19:33','2021-01-07 12:19:33'),
(42941,18477,'action complete via WP Cron','2021-01-07 17:19:33','2021-01-07 12:19:33'),
(42942,18478,'action created','2021-01-07 17:19:33','2021-01-07 12:19:33'),
(42943,18478,'action started via WP Cron','2021-01-07 17:21:33','2021-01-07 12:21:33'),
(42944,18478,'action complete via WP Cron','2021-01-07 17:21:33','2021-01-07 12:21:33'),
(42945,18479,'action created','2021-01-07 17:21:33','2021-01-07 12:21:33'),
(42946,18479,'action started via WP Cron','2021-01-07 17:22:44','2021-01-07 12:22:44'),
(42947,18479,'action complete via WP Cron','2021-01-07 17:22:44','2021-01-07 12:22:44'),
(42948,18480,'action created','2021-01-07 17:22:44','2021-01-07 12:22:44'),
(42949,18480,'action started via WP Cron','2021-01-07 17:23:54','2021-01-07 12:23:54'),
(42950,18480,'action complete via WP Cron','2021-01-07 17:23:54','2021-01-07 12:23:54'),
(42951,18481,'action created','2021-01-07 17:23:54','2021-01-07 12:23:54'),
(42952,18481,'action started via WP Cron','2021-01-07 17:24:16','2021-01-07 12:24:16'),
(42953,18481,'action complete via WP Cron','2021-01-07 17:24:16','2021-01-07 12:24:16'),
(42954,18482,'action created','2021-01-07 17:24:16','2021-01-07 12:24:16'),
(42955,18482,'action started via WP Cron','2021-01-07 17:27:16','2021-01-07 12:27:16'),
(42956,18482,'action complete via WP Cron','2021-01-07 17:27:16','2021-01-07 12:27:16'),
(42957,18483,'action created','2021-01-07 17:27:16','2021-01-07 12:27:16'),
(42958,18483,'action started via WP Cron','2021-01-07 17:28:47','2021-01-07 12:28:47'),
(42959,18483,'action complete via WP Cron','2021-01-07 17:28:47','2021-01-07 12:28:47'),
(42960,18484,'action created','2021-01-07 17:28:47','2021-01-07 12:28:47'),
(42961,18484,'action started via WP Cron','2021-01-07 17:29:23','2021-01-07 12:29:23'),
(42962,18484,'action complete via WP Cron','2021-01-07 17:29:23','2021-01-07 12:29:23'),
(42963,18485,'action created','2021-01-07 17:29:23','2021-01-07 12:29:23'),
(42964,18485,'action started via WP Cron','2021-01-07 17:30:26','2021-01-07 12:30:26'),
(42965,18485,'action complete via WP Cron','2021-01-07 17:30:26','2021-01-07 12:30:26'),
(42966,18486,'action created','2021-01-07 17:30:26','2021-01-07 12:30:26'),
(42967,18486,'action started via WP Cron','2021-01-07 17:31:59','2021-01-07 12:31:59'),
(42968,18486,'action complete via WP Cron','2021-01-07 17:31:59','2021-01-07 12:31:59'),
(42969,18487,'action created','2021-01-07 17:31:59','2021-01-07 12:31:59'),
(42970,18487,'action started via WP Cron','2021-01-07 17:32:22','2021-01-07 12:32:22'),
(42971,18487,'action complete via WP Cron','2021-01-07 17:32:22','2021-01-07 12:32:22'),
(42972,18488,'action created','2021-01-07 17:32:22','2021-01-07 12:32:22'),
(42973,18488,'action started via WP Cron','2021-01-07 17:33:52','2021-01-07 12:33:52'),
(42974,18488,'action complete via WP Cron','2021-01-07 17:33:52','2021-01-07 12:33:52'),
(42975,18489,'action created','2021-01-07 17:33:52','2021-01-07 12:33:52'),
(42976,18489,'action started via WP Cron','2021-01-07 17:34:19','2021-01-07 12:34:19'),
(42977,18489,'action complete via WP Cron','2021-01-07 17:34:19','2021-01-07 12:34:19'),
(42978,18490,'action created','2021-01-07 17:34:19','2021-01-07 12:34:19'),
(42979,18490,'action started via WP Cron','2021-01-07 17:36:03','2021-01-07 12:36:03'),
(42980,18490,'action complete via WP Cron','2021-01-07 17:36:03','2021-01-07 12:36:03'),
(42981,18491,'action created','2021-01-07 17:36:03','2021-01-07 12:36:03'),
(42982,18491,'action started via WP Cron','2021-01-07 17:37:37','2021-01-07 12:37:37'),
(42983,18491,'action complete via WP Cron','2021-01-07 17:37:37','2021-01-07 12:37:37'),
(42984,18492,'action created','2021-01-07 17:37:37','2021-01-07 12:37:37'),
(42985,18492,'action started via WP Cron','2021-01-07 17:40:02','2021-01-07 12:40:02'),
(42986,18492,'action complete via WP Cron','2021-01-07 17:40:02','2021-01-07 12:40:02'),
(42987,18493,'action created','2021-01-07 17:40:06','2021-01-07 12:40:06'),
(42988,18493,'action started via WP Cron','2021-01-07 17:40:24','2021-01-07 12:40:24'),
(42989,18493,'action complete via WP Cron','2021-01-07 17:40:24','2021-01-07 12:40:24'),
(42990,18494,'action created','2021-01-07 17:40:24','2021-01-07 12:40:24'),
(42991,18494,'action started via WP Cron','2021-01-07 17:41:45','2021-01-07 12:41:45'),
(42992,18494,'action complete via WP Cron','2021-01-07 17:41:45','2021-01-07 12:41:45'),
(42993,18495,'action created','2021-01-07 17:41:45','2021-01-07 12:41:45'),
(42994,18495,'action started via WP Cron','2021-01-07 17:44:24','2021-01-07 12:44:24'),
(42995,18495,'action complete via WP Cron','2021-01-07 17:44:24','2021-01-07 12:44:24'),
(42996,18496,'action created','2021-01-07 17:44:24','2021-01-07 12:44:24'),
(42997,18496,'action started via WP Cron','2021-01-07 17:45:33','2021-01-07 12:45:33'),
(42998,18496,'action complete via WP Cron','2021-01-07 17:45:33','2021-01-07 12:45:33'),
(42999,18497,'action created','2021-01-07 17:45:33','2021-01-07 12:45:33'),
(43000,18497,'action started via WP Cron','2021-01-07 17:47:18','2021-01-07 12:47:18'),
(43001,18497,'action complete via WP Cron','2021-01-07 17:47:18','2021-01-07 12:47:18'),
(43002,18498,'action created','2021-01-07 17:47:18','2021-01-07 12:47:18'),
(43003,18498,'action started via WP Cron','2021-01-07 17:49:47','2021-01-07 12:49:47'),
(43004,18498,'action complete via WP Cron','2021-01-07 17:49:47','2021-01-07 12:49:47'),
(43005,18499,'action created','2021-01-07 17:49:47','2021-01-07 12:49:47'),
(43006,18499,'action started via WP Cron','2021-01-07 17:51:33','2021-01-07 12:51:33'),
(43007,18499,'action complete via WP Cron','2021-01-07 17:51:33','2021-01-07 12:51:33'),
(43008,18500,'action created','2021-01-07 17:51:34','2021-01-07 12:51:34'),
(43009,18500,'action started via WP Cron','2021-01-07 17:52:51','2021-01-07 12:52:51'),
(43010,18500,'action complete via WP Cron','2021-01-07 17:52:51','2021-01-07 12:52:51'),
(43011,18501,'action created','2021-01-07 17:52:51','2021-01-07 12:52:51'),
(43012,18501,'action started via WP Cron','2021-01-07 17:54:08','2021-01-07 12:54:08'),
(43013,18501,'action complete via WP Cron','2021-01-07 17:54:08','2021-01-07 12:54:08'),
(43014,18502,'action created','2021-01-07 17:54:08','2021-01-07 12:54:08'),
(43015,18502,'action started via WP Cron','2021-01-07 17:54:26','2021-01-07 12:54:26'),
(43016,18502,'action complete via WP Cron','2021-01-07 17:54:26','2021-01-07 12:54:26'),
(43017,18503,'action created','2021-01-07 17:54:26','2021-01-07 12:54:26'),
(43018,18503,'action started via WP Cron','2021-01-07 17:55:11','2021-01-07 12:55:11'),
(43019,18503,'action complete via WP Cron','2021-01-07 17:55:11','2021-01-07 12:55:11'),
(43020,18504,'action created','2021-01-07 17:55:11','2021-01-07 12:55:11'),
(43021,18504,'action started via WP Cron','2021-01-07 17:56:42','2021-01-07 12:56:42'),
(43022,18504,'action complete via WP Cron','2021-01-07 17:56:42','2021-01-07 12:56:42'),
(43023,18505,'action created','2021-01-07 17:56:42','2021-01-07 12:56:42'),
(43024,18505,'action started via WP Cron','2021-01-07 17:58:00','2021-01-07 12:58:00'),
(43025,18505,'action complete via WP Cron','2021-01-07 17:58:00','2021-01-07 12:58:00'),
(43026,18506,'action created','2021-01-07 17:58:00','2021-01-07 12:58:00'),
(43027,18506,'action started via WP Cron','2021-01-07 17:59:21','2021-01-07 12:59:21'),
(43028,18506,'action complete via WP Cron','2021-01-07 17:59:21','2021-01-07 12:59:21'),
(43029,18507,'action created','2021-01-07 17:59:21','2021-01-07 12:59:21'),
(43030,18507,'action started via WP Cron','2021-01-07 18:02:05','2021-01-07 13:02:05'),
(43031,18507,'action complete via WP Cron','2021-01-07 18:02:05','2021-01-07 13:02:05'),
(43032,18508,'action created','2021-01-07 18:02:46','2021-01-07 13:02:46'),
(43033,18508,'action started via WP Cron','2021-01-07 18:03:29','2021-01-07 13:03:29'),
(43034,18508,'action complete via WP Cron','2021-01-07 18:03:29','2021-01-07 13:03:29'),
(43035,18509,'action created','2021-01-07 18:03:29','2021-01-07 13:03:29'),
(43036,18509,'action started via WP Cron','2021-01-07 18:04:50','2021-01-07 13:04:50'),
(43037,18509,'action complete via WP Cron','2021-01-07 18:04:50','2021-01-07 13:04:50'),
(43038,18510,'action created','2021-01-07 18:04:50','2021-01-07 13:04:50'),
(43039,18510,'action started via WP Cron','2021-01-07 18:05:47','2021-01-07 13:05:47'),
(43040,18510,'action complete via WP Cron','2021-01-07 18:05:47','2021-01-07 13:05:47'),
(43041,18511,'action created','2021-01-07 18:05:47','2021-01-07 13:05:47'),
(43042,18511,'action started via WP Cron','2021-01-07 18:06:15','2021-01-07 13:06:15'),
(43043,18511,'action complete via WP Cron','2021-01-07 18:06:15','2021-01-07 13:06:15'),
(43044,18512,'action created','2021-01-07 18:06:15','2021-01-07 13:06:15'),
(43045,18512,'action started via WP Cron','2021-01-07 18:07:23','2021-01-07 13:07:23'),
(43046,18512,'action complete via WP Cron','2021-01-07 18:07:23','2021-01-07 13:07:23'),
(43047,18513,'action created','2021-01-07 18:07:23','2021-01-07 13:07:23'),
(43048,18513,'action started via WP Cron','2021-01-07 18:09:13','2021-01-07 13:09:13'),
(43049,18513,'action complete via WP Cron','2021-01-07 18:09:13','2021-01-07 13:09:13'),
(43050,18514,'action created','2021-01-07 18:09:13','2021-01-07 13:09:13'),
(43051,18514,'action started via WP Cron','2021-01-07 18:10:18','2021-01-07 13:10:18'),
(43052,18514,'action complete via WP Cron','2021-01-07 18:10:18','2021-01-07 13:10:18'),
(43053,18515,'action created','2021-01-07 18:10:18','2021-01-07 13:10:18'),
(43054,18515,'action started via WP Cron','2021-01-07 18:13:11','2021-01-07 13:13:11'),
(43055,18515,'action complete via WP Cron','2021-01-07 18:13:11','2021-01-07 13:13:11'),
(43056,18516,'action created','2021-01-07 18:13:11','2021-01-07 13:13:11'),
(43057,18516,'action started via WP Cron','2021-01-07 18:14:26','2021-01-07 13:14:26'),
(43058,18516,'action complete via WP Cron','2021-01-07 18:14:26','2021-01-07 13:14:26'),
(43059,18517,'action created','2021-01-07 18:14:26','2021-01-07 13:14:26'),
(43060,18517,'action started via WP Cron','2021-01-07 18:15:29','2021-01-07 13:15:29'),
(43061,18517,'action complete via WP Cron','2021-01-07 18:15:29','2021-01-07 13:15:29'),
(43062,18518,'action created','2021-01-07 18:15:29','2021-01-07 13:15:29'),
(43063,18518,'action started via WP Cron','2021-01-07 18:18:34','2021-01-07 13:18:34'),
(43064,18518,'action complete via WP Cron','2021-01-07 18:18:34','2021-01-07 13:18:34'),
(43065,18519,'action created','2021-01-07 18:18:34','2021-01-07 13:18:34'),
(43066,18519,'action started via WP Cron','2021-01-07 18:20:51','2021-01-07 13:20:51'),
(43067,18519,'action complete via WP Cron','2021-01-07 18:20:51','2021-01-07 13:20:51'),
(43068,18520,'action created','2021-01-07 18:20:51','2021-01-07 13:20:51'),
(43069,18520,'action started via WP Cron','2021-01-07 18:22:18','2021-01-07 13:22:18'),
(43070,18520,'action complete via WP Cron','2021-01-07 18:22:18','2021-01-07 13:22:18'),
(43071,18521,'action created','2021-01-07 18:22:18','2021-01-07 13:22:18'),
(43072,18521,'action started via WP Cron','2021-01-07 18:23:17','2021-01-07 13:23:17'),
(43073,18521,'action complete via WP Cron','2021-01-07 18:23:17','2021-01-07 13:23:17'),
(43074,18522,'action created','2021-01-07 18:23:17','2021-01-07 13:23:17'),
(43075,18522,'action started via WP Cron','2021-01-07 18:24:26','2021-01-07 13:24:26'),
(43076,18522,'action complete via WP Cron','2021-01-07 18:24:26','2021-01-07 13:24:26'),
(43077,18523,'action created','2021-01-07 18:24:26','2021-01-07 13:24:26'),
(43078,18523,'action started via WP Cron','2021-01-07 18:25:41','2021-01-07 13:25:41'),
(43079,18523,'action complete via WP Cron','2021-01-07 18:25:41','2021-01-07 13:25:41'),
(43080,18524,'action created','2021-01-07 18:25:41','2021-01-07 13:25:41'),
(43081,18524,'action started via WP Cron','2021-01-07 18:29:48','2021-01-07 13:29:48'),
(43082,18524,'action complete via WP Cron','2021-01-07 18:29:48','2021-01-07 13:29:48'),
(43083,18525,'action created','2021-01-07 18:29:48','2021-01-07 13:29:48'),
(43084,18525,'action started via WP Cron','2021-01-07 18:32:12','2021-01-07 13:32:12'),
(43085,18525,'action complete via WP Cron','2021-01-07 18:32:12','2021-01-07 13:32:12'),
(43086,18526,'action created','2021-01-07 18:32:12','2021-01-07 13:32:12'),
(43087,18526,'action started via WP Cron','2021-01-07 18:33:58','2021-01-07 13:33:58'),
(43088,18526,'action complete via WP Cron','2021-01-07 18:33:58','2021-01-07 13:33:58'),
(43089,18527,'action created','2021-01-07 18:33:58','2021-01-07 13:33:58'),
(43090,18527,'action started via WP Cron','2021-01-07 18:34:18','2021-01-07 13:34:18'),
(43091,18527,'action complete via WP Cron','2021-01-07 18:34:18','2021-01-07 13:34:18'),
(43092,18528,'action created','2021-01-07 18:34:18','2021-01-07 13:34:18'),
(43093,18528,'action started via WP Cron','2021-01-07 18:35:13','2021-01-07 13:35:13'),
(43094,18528,'action complete via WP Cron','2021-01-07 18:35:13','2021-01-07 13:35:13'),
(43095,18529,'action created','2021-01-07 18:35:13','2021-01-07 13:35:13'),
(43096,18529,'action started via WP Cron','2021-01-07 18:37:42','2021-01-07 13:37:42'),
(43097,18529,'action complete via WP Cron','2021-01-07 18:37:42','2021-01-07 13:37:42'),
(43098,18530,'action created','2021-01-07 18:37:42','2021-01-07 13:37:42'),
(43099,18530,'action started via WP Cron','2021-01-07 18:40:24','2021-01-07 13:40:24'),
(43100,18530,'action complete via WP Cron','2021-01-07 18:40:24','2021-01-07 13:40:24'),
(43101,18531,'action created','2021-01-07 18:40:24','2021-01-07 13:40:24'),
(43102,18531,'action started via WP Cron','2021-01-07 18:41:24','2021-01-07 13:41:24'),
(43103,18531,'action complete via WP Cron','2021-01-07 18:41:24','2021-01-07 13:41:24'),
(43104,18532,'action created','2021-01-07 18:41:24','2021-01-07 13:41:24'),
(43105,18532,'action started via WP Cron','2021-01-07 18:42:45','2021-01-07 13:42:45'),
(43106,18532,'action complete via WP Cron','2021-01-07 18:42:45','2021-01-07 13:42:45'),
(43107,18533,'action created','2021-01-07 18:42:45','2021-01-07 13:42:45'),
(43108,18533,'action started via WP Cron','2021-01-07 18:43:22','2021-01-07 13:43:22'),
(43109,18533,'action complete via WP Cron','2021-01-07 18:43:22','2021-01-07 13:43:22'),
(43110,18534,'action created','2021-01-07 18:43:22','2021-01-07 13:43:22'),
(43111,18534,'action started via WP Cron','2021-01-07 18:45:31','2021-01-07 13:45:31'),
(43112,18534,'action complete via WP Cron','2021-01-07 18:45:31','2021-01-07 13:45:31'),
(43113,18535,'action created','2021-01-07 18:45:31','2021-01-07 13:45:31'),
(43114,18535,'action started via WP Cron','2021-01-07 18:46:48','2021-01-07 13:46:48'),
(43115,18535,'action complete via WP Cron','2021-01-07 18:46:48','2021-01-07 13:46:48'),
(43116,18536,'action created','2021-01-07 18:46:48','2021-01-07 13:46:48'),
(43117,18536,'action started via WP Cron','2021-01-07 18:48:51','2021-01-07 13:48:51'),
(43118,18536,'action complete via WP Cron','2021-01-07 18:48:51','2021-01-07 13:48:51'),
(43119,18537,'action created','2021-01-07 18:48:52','2021-01-07 13:48:52'),
(43120,18537,'action started via WP Cron','2021-01-07 18:49:50','2021-01-07 13:49:50'),
(43121,18537,'action complete via WP Cron','2021-01-07 18:49:50','2021-01-07 13:49:50'),
(43122,18538,'action created','2021-01-07 18:49:50','2021-01-07 13:49:50'),
(43123,18538,'action started via WP Cron','2021-01-07 18:50:44','2021-01-07 13:50:44'),
(43124,18538,'action complete via WP Cron','2021-01-07 18:50:44','2021-01-07 13:50:44'),
(43125,18539,'action created','2021-01-07 18:50:44','2021-01-07 13:50:44'),
(43126,18539,'action started via WP Cron','2021-01-07 18:52:09','2021-01-07 13:52:09'),
(43127,18539,'action complete via WP Cron','2021-01-07 18:52:09','2021-01-07 13:52:09'),
(43128,18540,'action created','2021-01-07 18:52:09','2021-01-07 13:52:09'),
(43129,18540,'action started via WP Cron','2021-01-07 18:52:49','2021-01-07 13:52:49'),
(43130,18540,'action complete via WP Cron','2021-01-07 18:52:49','2021-01-07 13:52:49'),
(43131,18541,'action created','2021-01-07 18:52:49','2021-01-07 13:52:49'),
(43132,18541,'action started via WP Cron','2021-01-07 18:53:21','2021-01-07 13:53:21'),
(43133,18541,'action complete via WP Cron','2021-01-07 18:53:21','2021-01-07 13:53:21'),
(43134,18542,'action created','2021-01-07 18:53:21','2021-01-07 13:53:21'),
(43135,18542,'action started via WP Cron','2021-01-07 18:54:23','2021-01-07 13:54:23'),
(43136,18542,'action complete via WP Cron','2021-01-07 18:54:23','2021-01-07 13:54:23'),
(43137,18543,'action created','2021-01-07 18:54:23','2021-01-07 13:54:23'),
(43138,18543,'action started via WP Cron','2021-01-07 18:55:39','2021-01-07 13:55:39'),
(43139,18543,'action complete via WP Cron','2021-01-07 18:55:39','2021-01-07 13:55:39'),
(43140,18544,'action created','2021-01-07 18:55:39','2021-01-07 13:55:39'),
(43141,18544,'action started via WP Cron','2021-01-07 18:56:18','2021-01-07 13:56:18'),
(43142,18544,'action complete via WP Cron','2021-01-07 18:56:18','2021-01-07 13:56:18'),
(43143,18545,'action created','2021-01-07 18:56:18','2021-01-07 13:56:18'),
(43144,18545,'action started via WP Cron','2021-01-07 18:58:28','2021-01-07 13:58:28'),
(43145,18545,'action complete via WP Cron','2021-01-07 18:58:28','2021-01-07 13:58:28'),
(43146,18546,'action created','2021-01-07 18:58:28','2021-01-07 13:58:28'),
(43147,18546,'action started via WP Cron','2021-01-07 19:01:57','2021-01-07 14:01:57'),
(43148,18546,'action complete via WP Cron','2021-01-07 19:01:57','2021-01-07 14:01:57'),
(43149,18547,'action created','2021-01-07 19:01:57','2021-01-07 14:01:57'),
(43150,18547,'action started via WP Cron','2021-01-07 19:03:31','2021-01-07 14:03:31'),
(43151,18547,'action complete via WP Cron','2021-01-07 19:03:31','2021-01-07 14:03:31'),
(43152,18548,'action created','2021-01-07 19:03:31','2021-01-07 14:03:31'),
(43153,18548,'action started via WP Cron','2021-01-07 19:11:34','2021-01-07 14:11:34'),
(43154,18548,'action complete via WP Cron','2021-01-07 19:11:34','2021-01-07 14:11:34'),
(43155,18549,'action created','2021-01-07 19:11:34','2021-01-07 14:11:34'),
(43156,18549,'action started via WP Cron','2021-01-07 19:13:13','2021-01-07 14:13:13'),
(43157,18549,'action complete via WP Cron','2021-01-07 19:13:13','2021-01-07 14:13:13'),
(43158,18550,'action created','2021-01-07 19:13:13','2021-01-07 14:13:13'),
(43159,18550,'action started via WP Cron','2021-01-07 19:15:11','2021-01-07 14:15:11'),
(43160,18550,'action complete via WP Cron','2021-01-07 19:15:11','2021-01-07 14:15:11'),
(43161,18551,'action created','2021-01-07 19:15:12','2021-01-07 14:15:12'),
(43162,18551,'action started via WP Cron','2021-01-07 19:18:05','2021-01-07 14:18:05'),
(43163,18551,'action complete via WP Cron','2021-01-07 19:18:06','2021-01-07 14:18:06'),
(43164,18552,'action created','2021-01-07 19:18:06','2021-01-07 14:18:06'),
(43165,18552,'action started via WP Cron','2021-01-07 19:19:18','2021-01-07 14:19:18'),
(43166,18552,'action complete via WP Cron','2021-01-07 19:19:18','2021-01-07 14:19:18'),
(43167,18553,'action created','2021-01-07 19:19:18','2021-01-07 14:19:18'),
(43168,18553,'action started via WP Cron','2021-01-07 19:21:05','2021-01-07 14:21:05'),
(43169,18553,'action complete via WP Cron','2021-01-07 19:21:05','2021-01-07 14:21:05'),
(43170,18554,'action created','2021-01-07 19:21:05','2021-01-07 14:21:05'),
(43171,18554,'action started via WP Cron','2021-01-07 19:22:23','2021-01-07 14:22:23'),
(43172,18554,'action complete via WP Cron','2021-01-07 19:22:24','2021-01-07 14:22:24'),
(43173,18555,'action created','2021-01-07 19:22:24','2021-01-07 14:22:24'),
(43174,18555,'action started via WP Cron','2021-01-07 19:24:27','2021-01-07 14:24:27'),
(43175,18555,'action complete via WP Cron','2021-01-07 19:24:27','2021-01-07 14:24:27'),
(43176,18556,'action created','2021-01-07 19:24:27','2021-01-07 14:24:27'),
(43177,18556,'action started via WP Cron','2021-01-07 19:26:02','2021-01-07 14:26:02'),
(43178,18556,'action complete via WP Cron','2021-01-07 19:26:02','2021-01-07 14:26:02'),
(43179,18557,'action created','2021-01-07 19:26:02','2021-01-07 14:26:02'),
(43180,18557,'action started via WP Cron','2021-01-07 19:27:17','2021-01-07 14:27:17'),
(43181,18557,'action complete via WP Cron','2021-01-07 19:27:17','2021-01-07 14:27:17'),
(43182,18558,'action created','2021-01-07 19:27:17','2021-01-07 14:27:17'),
(43183,18558,'action started via WP Cron','2021-01-07 19:28:23','2021-01-07 14:28:23'),
(43184,18558,'action complete via WP Cron','2021-01-07 19:28:23','2021-01-07 14:28:23'),
(43185,18559,'action created','2021-01-07 19:28:24','2021-01-07 14:28:24'),
(43186,18559,'action started via WP Cron','2021-01-07 19:29:16','2021-01-07 14:29:16'),
(43187,18559,'action complete via WP Cron','2021-01-07 19:29:16','2021-01-07 14:29:16'),
(43188,18560,'action created','2021-01-07 19:29:16','2021-01-07 14:29:16'),
(43189,18560,'action started via WP Cron','2021-01-07 19:30:37','2021-01-07 14:30:37'),
(43190,18560,'action complete via WP Cron','2021-01-07 19:30:37','2021-01-07 14:30:37'),
(43191,18561,'action created','2021-01-07 19:30:37','2021-01-07 14:30:37'),
(43192,18561,'action started via WP Cron','2021-01-07 19:31:38','2021-01-07 14:31:38'),
(43193,18561,'action complete via WP Cron','2021-01-07 19:31:38','2021-01-07 14:31:38'),
(43194,18562,'action created','2021-01-07 19:31:38','2021-01-07 14:31:38'),
(43195,18562,'action started via WP Cron','2021-01-07 19:32:32','2021-01-07 14:32:32'),
(43196,18562,'action complete via WP Cron','2021-01-07 19:32:32','2021-01-07 14:32:32'),
(43197,18563,'action created','2021-01-07 19:32:32','2021-01-07 14:32:32'),
(43198,18563,'action started via WP Cron','2021-01-07 19:33:42','2021-01-07 14:33:42'),
(43199,18563,'action complete via WP Cron','2021-01-07 19:33:42','2021-01-07 14:33:42'),
(43200,18564,'action created','2021-01-07 19:33:42','2021-01-07 14:33:42'),
(43201,18564,'action started via WP Cron','2021-01-07 19:34:24','2021-01-07 14:34:24'),
(43202,18564,'action complete via WP Cron','2021-01-07 19:34:24','2021-01-07 14:34:24'),
(43203,18565,'action created','2021-01-07 19:34:24','2021-01-07 14:34:24'),
(43204,18565,'action started via WP Cron','2021-01-07 19:36:02','2021-01-07 14:36:02'),
(43205,18565,'action complete via WP Cron','2021-01-07 19:36:02','2021-01-07 14:36:02'),
(43206,18566,'action created','2021-01-07 19:36:02','2021-01-07 14:36:02'),
(43207,18566,'action started via WP Cron','2021-01-07 19:37:13','2021-01-07 14:37:13'),
(43208,18566,'action complete via WP Cron','2021-01-07 19:37:13','2021-01-07 14:37:13'),
(43209,18567,'action created','2021-01-07 19:37:13','2021-01-07 14:37:13'),
(43210,18567,'action started via WP Cron','2021-01-07 19:38:11','2021-01-07 14:38:11'),
(43211,18567,'action complete via WP Cron','2021-01-07 19:38:11','2021-01-07 14:38:11'),
(43212,18568,'action created','2021-01-07 19:38:11','2021-01-07 14:38:11'),
(43213,18568,'action started via WP Cron','2021-01-07 19:41:03','2021-01-07 14:41:03'),
(43214,18568,'action complete via WP Cron','2021-01-07 19:41:03','2021-01-07 14:41:03'),
(43215,18569,'action created','2021-01-07 19:41:03','2021-01-07 14:41:03'),
(43216,18569,'action started via WP Cron','2021-01-07 19:41:46','2021-01-07 14:41:46'),
(43217,18569,'action complete via WP Cron','2021-01-07 19:41:46','2021-01-07 14:41:46'),
(43218,18570,'action created','2021-01-07 19:41:46','2021-01-07 14:41:46'),
(43219,18570,'action started via WP Cron','2021-01-07 19:42:16','2021-01-07 14:42:16'),
(43220,18570,'action complete via WP Cron','2021-01-07 19:42:16','2021-01-07 14:42:16'),
(43221,18571,'action created','2021-01-07 19:42:16','2021-01-07 14:42:16'),
(43222,18571,'action started via WP Cron','2021-01-07 19:43:40','2021-01-07 14:43:40'),
(43223,18571,'action complete via WP Cron','2021-01-07 19:43:40','2021-01-07 14:43:40'),
(43224,18572,'action created','2021-01-07 19:43:40','2021-01-07 14:43:40'),
(43225,18572,'action started via WP Cron','2021-01-07 19:44:50','2021-01-07 14:44:50'),
(43226,18572,'action complete via WP Cron','2021-01-07 19:44:50','2021-01-07 14:44:50'),
(43227,18573,'action created','2021-01-07 19:44:50','2021-01-07 14:44:50'),
(43228,18573,'action started via WP Cron','2021-01-07 19:45:34','2021-01-07 14:45:34'),
(43229,18573,'action complete via WP Cron','2021-01-07 19:45:34','2021-01-07 14:45:34'),
(43230,18574,'action created','2021-01-07 19:45:34','2021-01-07 14:45:34'),
(43231,18574,'action started via WP Cron','2021-01-07 19:46:33','2021-01-07 14:46:33'),
(43232,18574,'action complete via WP Cron','2021-01-07 19:46:33','2021-01-07 14:46:33'),
(43233,18575,'action created','2021-01-07 19:46:34','2021-01-07 14:46:34'),
(43234,18575,'action started via WP Cron','2021-01-07 19:47:49','2021-01-07 14:47:49'),
(43235,18575,'action complete via WP Cron','2021-01-07 19:47:49','2021-01-07 14:47:49'),
(43236,18576,'action created','2021-01-07 19:47:49','2021-01-07 14:47:49'),
(43237,18576,'action started via WP Cron','2021-01-07 19:49:15','2021-01-07 14:49:15'),
(43238,18576,'action complete via WP Cron','2021-01-07 19:49:15','2021-01-07 14:49:15'),
(43239,18577,'action created','2021-01-07 19:49:15','2021-01-07 14:49:15'),
(43240,18577,'action started via WP Cron','2021-01-07 19:50:31','2021-01-07 14:50:31'),
(43241,18577,'action complete via WP Cron','2021-01-07 19:50:31','2021-01-07 14:50:31'),
(43242,18578,'action created','2021-01-07 19:50:31','2021-01-07 14:50:31'),
(43243,18578,'action started via WP Cron','2021-01-07 19:52:29','2021-01-07 14:52:29'),
(43244,18578,'action complete via WP Cron','2021-01-07 19:52:29','2021-01-07 14:52:29'),
(43245,18579,'action created','2021-01-07 19:52:29','2021-01-07 14:52:29'),
(43246,18579,'action started via WP Cron','2021-01-07 19:53:49','2021-01-07 14:53:49'),
(43247,18579,'action complete via WP Cron','2021-01-07 19:53:49','2021-01-07 14:53:49'),
(43248,18580,'action created','2021-01-07 19:53:49','2021-01-07 14:53:49'),
(43249,18580,'action started via WP Cron','2021-01-07 19:56:12','2021-01-07 14:56:12'),
(43250,18580,'action complete via WP Cron','2021-01-07 19:56:12','2021-01-07 14:56:12'),
(43251,18581,'action created','2021-01-07 19:56:12','2021-01-07 14:56:12'),
(43252,18581,'action started via WP Cron','2021-01-07 19:58:27','2021-01-07 14:58:27'),
(43253,18581,'action complete via WP Cron','2021-01-07 19:58:27','2021-01-07 14:58:27'),
(43254,18582,'action created','2021-01-07 19:58:27','2021-01-07 14:58:27'),
(43255,18582,'action started via WP Cron','2021-01-07 20:01:35','2021-01-07 15:01:35'),
(43256,18582,'action complete via WP Cron','2021-01-07 20:01:35','2021-01-07 15:01:35'),
(43257,18583,'action created','2021-01-07 20:01:35','2021-01-07 15:01:35'),
(43258,18583,'action started via WP Cron','2021-01-07 20:02:52','2021-01-07 15:02:52'),
(43259,18583,'action complete via WP Cron','2021-01-07 20:02:52','2021-01-07 15:02:52'),
(43260,18584,'action created','2021-01-07 20:02:52','2021-01-07 15:02:52'),
(43261,18584,'action started via WP Cron','2021-01-07 20:04:44','2021-01-07 15:04:44'),
(43262,18584,'action complete via WP Cron','2021-01-07 20:04:44','2021-01-07 15:04:44'),
(43263,18585,'action created','2021-01-07 20:04:44','2021-01-07 15:04:44'),
(43264,18585,'action started via WP Cron','2021-01-07 20:05:47','2021-01-07 15:05:47'),
(43265,18585,'action complete via WP Cron','2021-01-07 20:05:47','2021-01-07 15:05:47'),
(43266,18586,'action created','2021-01-07 20:05:47','2021-01-07 15:05:47'),
(43267,18586,'action started via WP Cron','2021-01-07 20:07:38','2021-01-07 15:07:38'),
(43268,18586,'action complete via WP Cron','2021-01-07 20:07:38','2021-01-07 15:07:38'),
(43269,18587,'action created','2021-01-07 20:07:38','2021-01-07 15:07:38'),
(43270,18587,'action started via WP Cron','2021-01-07 20:08:38','2021-01-07 15:08:38'),
(43271,18587,'action complete via WP Cron','2021-01-07 20:08:38','2021-01-07 15:08:38'),
(43272,18588,'action created','2021-01-07 20:08:39','2021-01-07 15:08:39'),
(43273,18588,'action started via WP Cron','2021-01-07 20:09:14','2021-01-07 15:09:14'),
(43274,18588,'action complete via WP Cron','2021-01-07 20:09:14','2021-01-07 15:09:14'),
(43275,18589,'action created','2021-01-07 20:09:14','2021-01-07 15:09:14'),
(43276,18589,'action started via WP Cron','2021-01-07 20:10:47','2021-01-07 15:10:47'),
(43277,18589,'action complete via WP Cron','2021-01-07 20:10:47','2021-01-07 15:10:47'),
(43278,18590,'action created','2021-01-07 20:10:47','2021-01-07 15:10:47'),
(43279,18590,'action started via WP Cron','2021-01-07 20:11:37','2021-01-07 15:11:37'),
(43280,18590,'action complete via WP Cron','2021-01-07 20:11:37','2021-01-07 15:11:37'),
(43281,18591,'action created','2021-01-07 20:11:37','2021-01-07 15:11:37'),
(43282,18591,'action started via WP Cron','2021-01-07 20:12:51','2021-01-07 15:12:51'),
(43283,18591,'action complete via WP Cron','2021-01-07 20:12:51','2021-01-07 15:12:51'),
(43284,18592,'action created','2021-01-07 20:12:51','2021-01-07 15:12:51'),
(43285,18592,'action started via WP Cron','2021-01-07 20:13:15','2021-01-07 15:13:15'),
(43286,18592,'action complete via WP Cron','2021-01-07 20:13:15','2021-01-07 15:13:15'),
(43287,18593,'action created','2021-01-07 20:13:15','2021-01-07 15:13:15'),
(43288,18593,'action started via WP Cron','2021-01-07 20:14:39','2021-01-07 15:14:39'),
(43289,18593,'action complete via WP Cron','2021-01-07 20:14:39','2021-01-07 15:14:39'),
(43290,18594,'action created','2021-01-07 20:14:39','2021-01-07 15:14:39'),
(43291,18594,'action started via WP Cron','2021-01-07 20:15:50','2021-01-07 15:15:50'),
(43292,18594,'action complete via WP Cron','2021-01-07 20:15:50','2021-01-07 15:15:50'),
(43293,18595,'action created','2021-01-07 20:15:50','2021-01-07 15:15:50'),
(43294,18595,'action started via WP Cron','2021-01-07 20:16:20','2021-01-07 15:16:20'),
(43295,18595,'action complete via WP Cron','2021-01-07 20:16:20','2021-01-07 15:16:20'),
(43296,18596,'action created','2021-01-07 20:16:20','2021-01-07 15:16:20'),
(43297,18596,'action started via WP Cron','2021-01-07 20:17:39','2021-01-07 15:17:39'),
(43298,18596,'action complete via WP Cron','2021-01-07 20:17:39','2021-01-07 15:17:39'),
(43299,18597,'action created','2021-01-07 20:17:39','2021-01-07 15:17:39'),
(43300,18597,'action started via WP Cron','2021-01-07 20:18:50','2021-01-07 15:18:50'),
(43301,18597,'action complete via WP Cron','2021-01-07 20:18:50','2021-01-07 15:18:50'),
(43302,18598,'action created','2021-01-07 20:18:50','2021-01-07 15:18:50'),
(43303,18598,'action started via WP Cron','2021-01-07 20:19:47','2021-01-07 15:19:47'),
(43304,18598,'action complete via WP Cron','2021-01-07 20:19:47','2021-01-07 15:19:47'),
(43305,18599,'action created','2021-01-07 20:19:47','2021-01-07 15:19:47'),
(43306,18599,'action started via WP Cron','2021-01-07 20:20:39','2021-01-07 15:20:39'),
(43307,18599,'action complete via WP Cron','2021-01-07 20:20:39','2021-01-07 15:20:39'),
(43308,18600,'action created','2021-01-07 20:20:39','2021-01-07 15:20:39'),
(43309,18600,'action started via WP Cron','2021-01-07 20:21:44','2021-01-07 15:21:44'),
(43310,18600,'action complete via WP Cron','2021-01-07 20:21:44','2021-01-07 15:21:44'),
(43311,18601,'action created','2021-01-07 20:21:44','2021-01-07 15:21:44'),
(43312,18601,'action started via WP Cron','2021-01-07 20:22:25','2021-01-07 15:22:25'),
(43313,18601,'action complete via WP Cron','2021-01-07 20:22:25','2021-01-07 15:22:25'),
(43314,18602,'action created','2021-01-07 20:22:25','2021-01-07 15:22:25'),
(43315,18602,'action started via WP Cron','2021-01-07 20:24:54','2021-01-07 15:24:54'),
(43316,18602,'action complete via WP Cron','2021-01-07 20:24:54','2021-01-07 15:24:54'),
(43317,18603,'action created','2021-01-07 20:24:54','2021-01-07 15:24:54'),
(43318,18603,'action started via WP Cron','2021-01-07 20:25:47','2021-01-07 15:25:47'),
(43319,18603,'action complete via WP Cron','2021-01-07 20:25:47','2021-01-07 15:25:47'),
(43320,18604,'action created','2021-01-07 20:25:47','2021-01-07 15:25:47'),
(43321,18604,'action started via WP Cron','2021-01-07 20:26:14','2021-01-07 15:26:14'),
(43322,18604,'action complete via WP Cron','2021-01-07 20:26:14','2021-01-07 15:26:14'),
(43323,18605,'action created','2021-01-07 20:26:14','2021-01-07 15:26:14'),
(43324,18605,'action started via WP Cron','2021-01-07 20:29:01','2021-01-07 15:29:01'),
(43325,18605,'action complete via WP Cron','2021-01-07 20:29:01','2021-01-07 15:29:01'),
(43326,18606,'action created','2021-01-07 20:29:01','2021-01-07 15:29:01'),
(43327,18606,'action started via WP Cron','2021-01-07 20:30:08','2021-01-07 15:30:08'),
(43328,18606,'action complete via WP Cron','2021-01-07 20:30:08','2021-01-07 15:30:08'),
(43329,18607,'action created','2021-01-07 20:30:08','2021-01-07 15:30:08'),
(43330,18607,'action started via WP Cron','2021-01-07 20:31:25','2021-01-07 15:31:25'),
(43331,18607,'action complete via WP Cron','2021-01-07 20:31:25','2021-01-07 15:31:25'),
(43332,18608,'action created','2021-01-07 20:31:25','2021-01-07 15:31:25'),
(43333,18608,'action started via WP Cron','2021-01-07 20:32:12','2021-01-07 15:32:12'),
(43334,18608,'action complete via WP Cron','2021-01-07 20:32:12','2021-01-07 15:32:12'),
(43335,18609,'action created','2021-01-07 20:32:12','2021-01-07 15:32:12'),
(43336,18609,'action started via WP Cron','2021-01-07 20:33:46','2021-01-07 15:33:46'),
(43337,18609,'action complete via WP Cron','2021-01-07 20:33:46','2021-01-07 15:33:46'),
(43338,18610,'action created','2021-01-07 20:33:46','2021-01-07 15:33:46'),
(43339,18610,'action started via WP Cron','2021-01-07 20:34:16','2021-01-07 15:34:16'),
(43340,18610,'action complete via WP Cron','2021-01-07 20:34:16','2021-01-07 15:34:16'),
(43341,18611,'action created','2021-01-07 20:34:16','2021-01-07 15:34:16'),
(43342,18611,'action started via WP Cron','2021-01-07 20:37:26','2021-01-07 15:37:26'),
(43343,18611,'action complete via WP Cron','2021-01-07 20:37:26','2021-01-07 15:37:26'),
(43344,18612,'action created','2021-01-07 20:37:26','2021-01-07 15:37:26'),
(43345,18612,'action started via WP Cron','2021-01-07 20:39:08','2021-01-07 15:39:08'),
(43346,18612,'action complete via WP Cron','2021-01-07 20:39:08','2021-01-07 15:39:08'),
(43347,18613,'action created','2021-01-07 20:39:08','2021-01-07 15:39:08'),
(43348,18613,'action started via WP Cron','2021-01-07 20:42:44','2021-01-07 15:42:44'),
(43349,18613,'action complete via WP Cron','2021-01-07 20:42:44','2021-01-07 15:42:44'),
(43350,18614,'action created','2021-01-07 20:42:44','2021-01-07 15:42:44'),
(43351,18614,'action started via WP Cron','2021-01-07 20:43:28','2021-01-07 15:43:28'),
(43352,18614,'action complete via WP Cron','2021-01-07 20:43:28','2021-01-07 15:43:28'),
(43353,18615,'action created','2021-01-07 20:43:28','2021-01-07 15:43:28'),
(43354,18615,'action started via WP Cron','2021-01-07 20:44:28','2021-01-07 15:44:28'),
(43355,18615,'action complete via WP Cron','2021-01-07 20:44:28','2021-01-07 15:44:28'),
(43356,18616,'action created','2021-01-07 20:44:28','2021-01-07 15:44:28'),
(43357,18616,'action started via WP Cron','2021-01-07 20:45:52','2021-01-07 15:45:52'),
(43358,18616,'action complete via WP Cron','2021-01-07 20:45:52','2021-01-07 15:45:52'),
(43359,18617,'action created','2021-01-07 20:45:52','2021-01-07 15:45:52'),
(43360,18617,'action started via WP Cron','2021-01-07 20:46:42','2021-01-07 15:46:42'),
(43361,18617,'action complete via WP Cron','2021-01-07 20:46:42','2021-01-07 15:46:42'),
(43362,18618,'action created','2021-01-07 20:46:42','2021-01-07 15:46:42'),
(43363,18618,'action started via WP Cron','2021-01-07 20:47:11','2021-01-07 15:47:11'),
(43364,18618,'action complete via WP Cron','2021-01-07 20:47:11','2021-01-07 15:47:11'),
(43365,18619,'action created','2021-01-07 20:47:11','2021-01-07 15:47:11'),
(43366,18619,'action started via WP Cron','2021-01-07 20:55:50','2021-01-07 15:55:50'),
(43367,18619,'action complete via WP Cron','2021-01-07 20:55:50','2021-01-07 15:55:50'),
(43368,18620,'action created','2021-01-07 20:55:50','2021-01-07 15:55:50'),
(43369,18620,'action started via WP Cron','2021-01-07 20:56:15','2021-01-07 15:56:15'),
(43370,18620,'action complete via WP Cron','2021-01-07 20:56:15','2021-01-07 15:56:15'),
(43371,18621,'action created','2021-01-07 20:56:15','2021-01-07 15:56:15'),
(43372,18621,'action started via WP Cron','2021-01-07 20:57:11','2021-01-07 15:57:11'),
(43373,18621,'action complete via WP Cron','2021-01-07 20:57:11','2021-01-07 15:57:11'),
(43374,18622,'action created','2021-01-07 20:57:11','2021-01-07 15:57:11'),
(43375,18622,'action started via WP Cron','2021-01-07 20:58:20','2021-01-07 15:58:20'),
(43376,18622,'action complete via WP Cron','2021-01-07 20:58:20','2021-01-07 15:58:20'),
(43377,18623,'action created','2021-01-07 20:58:20','2021-01-07 15:58:20'),
(43378,18623,'action started via WP Cron','2021-01-07 21:00:10','2021-01-07 16:00:10'),
(43379,18623,'action complete via WP Cron','2021-01-07 21:00:10','2021-01-07 16:00:10'),
(43380,18624,'action created','2021-01-07 21:00:10','2021-01-07 16:00:10'),
(43381,18624,'action started via WP Cron','2021-01-07 21:05:29','2021-01-07 16:05:29'),
(43382,18624,'action complete via WP Cron','2021-01-07 21:05:29','2021-01-07 16:05:29'),
(43383,18625,'action created','2021-01-07 21:05:29','2021-01-07 16:05:29'),
(43384,18625,'action started via WP Cron','2021-01-07 21:06:35','2021-01-07 16:06:35'),
(43385,18625,'action complete via WP Cron','2021-01-07 21:06:35','2021-01-07 16:06:35'),
(43386,18626,'action created','2021-01-07 21:06:35','2021-01-07 16:06:35'),
(43387,18626,'action started via WP Cron','2021-01-07 21:08:31','2021-01-07 16:08:31'),
(43388,18626,'action complete via WP Cron','2021-01-07 21:08:31','2021-01-07 16:08:31'),
(43389,18627,'action created','2021-01-07 21:08:31','2021-01-07 16:08:31'),
(43390,18627,'action started via WP Cron','2021-01-07 21:09:12','2021-01-07 16:09:12'),
(43391,18627,'action complete via WP Cron','2021-01-07 21:09:12','2021-01-07 16:09:12'),
(43392,18628,'action created','2021-01-07 21:09:12','2021-01-07 16:09:12'),
(43393,18628,'action started via WP Cron','2021-01-07 21:10:13','2021-01-07 16:10:13'),
(43394,18628,'action complete via WP Cron','2021-01-07 21:10:13','2021-01-07 16:10:13'),
(43395,18629,'action created','2021-01-07 21:10:13','2021-01-07 16:10:13'),
(43396,18629,'action started via WP Cron','2021-01-07 21:12:36','2021-01-07 16:12:36'),
(43397,18629,'action complete via WP Cron','2021-01-07 21:12:36','2021-01-07 16:12:36'),
(43398,18630,'action created','2021-01-07 21:12:36','2021-01-07 16:12:36'),
(43399,18630,'action started via WP Cron','2021-01-07 21:13:55','2021-01-07 16:13:55'),
(43400,18630,'action complete via WP Cron','2021-01-07 21:13:55','2021-01-07 16:13:55'),
(43401,18631,'action created','2021-01-07 21:13:55','2021-01-07 16:13:55'),
(43402,18631,'action started via WP Cron','2021-01-07 21:14:53','2021-01-07 16:14:53'),
(43403,18631,'action complete via WP Cron','2021-01-07 21:14:53','2021-01-07 16:14:53'),
(43404,18632,'action created','2021-01-07 21:14:53','2021-01-07 16:14:53'),
(43405,18632,'action started via WP Cron','2021-01-07 21:15:28','2021-01-07 16:15:28'),
(43406,18632,'action complete via WP Cron','2021-01-07 21:15:28','2021-01-07 16:15:28'),
(43407,18633,'action created','2021-01-07 21:15:28','2021-01-07 16:15:28'),
(43408,18633,'action started via WP Cron','2021-01-07 21:16:57','2021-01-07 16:16:57'),
(43409,18633,'action complete via WP Cron','2021-01-07 21:16:57','2021-01-07 16:16:57'),
(43410,18634,'action created','2021-01-07 21:16:57','2021-01-07 16:16:57'),
(43411,18634,'action started via WP Cron','2021-01-07 21:19:06','2021-01-07 16:19:06'),
(43412,18634,'action complete via WP Cron','2021-01-07 21:19:06','2021-01-07 16:19:06'),
(43413,18635,'action created','2021-01-07 21:19:06','2021-01-07 16:19:06'),
(43414,18635,'action started via WP Cron','2021-01-07 21:19:30','2021-01-07 16:19:30'),
(43415,18635,'action complete via WP Cron','2021-01-07 21:19:30','2021-01-07 16:19:30'),
(43416,18636,'action created','2021-01-07 21:19:30','2021-01-07 16:19:30'),
(43417,18636,'action started via WP Cron','2021-01-07 21:20:16','2021-01-07 16:20:16'),
(43418,18636,'action complete via WP Cron','2021-01-07 21:20:16','2021-01-07 16:20:16'),
(43419,18637,'action created','2021-01-07 21:20:16','2021-01-07 16:20:16'),
(43420,18637,'action started via WP Cron','2021-01-07 21:22:13','2021-01-07 16:22:13'),
(43421,18637,'action complete via WP Cron','2021-01-07 21:22:13','2021-01-07 16:22:13'),
(43422,18638,'action created','2021-01-07 21:22:13','2021-01-07 16:22:13'),
(43423,18638,'action started via WP Cron','2021-01-07 21:23:23','2021-01-07 16:23:23'),
(43424,18638,'action complete via WP Cron','2021-01-07 21:23:23','2021-01-07 16:23:23'),
(43425,18639,'action created','2021-01-07 21:23:23','2021-01-07 16:23:23'),
(43426,18639,'action started via WP Cron','2021-01-07 21:24:26','2021-01-07 16:24:26'),
(43427,18639,'action complete via WP Cron','2021-01-07 21:24:26','2021-01-07 16:24:26'),
(43428,18640,'action created','2021-01-07 21:24:26','2021-01-07 16:24:26'),
(43429,18640,'action started via WP Cron','2021-01-07 21:25:19','2021-01-07 16:25:19'),
(43430,18640,'action complete via WP Cron','2021-01-07 21:25:19','2021-01-07 16:25:19'),
(43431,18641,'action created','2021-01-07 21:25:19','2021-01-07 16:25:19'),
(43432,18641,'action started via WP Cron','2021-01-07 21:26:38','2021-01-07 16:26:38'),
(43433,18641,'action complete via WP Cron','2021-01-07 21:26:38','2021-01-07 16:26:38'),
(43434,18642,'action created','2021-01-07 21:26:39','2021-01-07 16:26:39'),
(43435,18642,'action started via WP Cron','2021-01-07 21:27:40','2021-01-07 16:27:40'),
(43436,18642,'action complete via WP Cron','2021-01-07 21:27:40','2021-01-07 16:27:40'),
(43437,18643,'action created','2021-01-07 21:27:40','2021-01-07 16:27:40'),
(43438,18643,'action started via WP Cron','2021-01-07 21:28:21','2021-01-07 16:28:21'),
(43439,18643,'action complete via WP Cron','2021-01-07 21:28:21','2021-01-07 16:28:21'),
(43440,18644,'action created','2021-01-07 21:28:21','2021-01-07 16:28:21'),
(43441,18644,'action started via WP Cron','2021-01-07 21:29:35','2021-01-07 16:29:35'),
(43442,18644,'action complete via WP Cron','2021-01-07 21:29:35','2021-01-07 16:29:35'),
(43443,18645,'action created','2021-01-07 21:29:35','2021-01-07 16:29:35'),
(43444,18645,'action started via WP Cron','2021-01-07 21:30:23','2021-01-07 16:30:23'),
(43445,18645,'action complete via WP Cron','2021-01-07 21:30:23','2021-01-07 16:30:23'),
(43446,18646,'action created','2021-01-07 21:30:23','2021-01-07 16:30:23'),
(43447,18646,'action started via WP Cron','2021-01-07 21:31:22','2021-01-07 16:31:22'),
(43448,18646,'action complete via WP Cron','2021-01-07 21:31:22','2021-01-07 16:31:22'),
(43449,18647,'action created','2021-01-07 21:31:22','2021-01-07 16:31:22'),
(43450,18647,'action started via WP Cron','2021-01-07 21:32:37','2021-01-07 16:32:37'),
(43451,18647,'action complete via WP Cron','2021-01-07 21:32:38','2021-01-07 16:32:38'),
(43452,18648,'action created','2021-01-07 21:32:38','2021-01-07 16:32:38'),
(43453,18648,'action started via WP Cron','2021-01-07 21:33:48','2021-01-07 16:33:48'),
(43454,18648,'action complete via WP Cron','2021-01-07 21:33:48','2021-01-07 16:33:48'),
(43455,18649,'action created','2021-01-07 21:33:48','2021-01-07 16:33:48'),
(43456,18649,'action started via WP Cron','2021-01-07 21:34:34','2021-01-07 16:34:34'),
(43457,18649,'action complete via WP Cron','2021-01-07 21:34:34','2021-01-07 16:34:34'),
(43458,18650,'action created','2021-01-07 21:34:34','2021-01-07 16:34:34'),
(43459,18650,'action started via WP Cron','2021-01-07 21:35:57','2021-01-07 16:35:57'),
(43460,18650,'action complete via WP Cron','2021-01-07 21:35:57','2021-01-07 16:35:57'),
(43461,18651,'action created','2021-01-07 21:35:57','2021-01-07 16:35:57'),
(43462,18651,'action started via WP Cron','2021-01-07 21:36:34','2021-01-07 16:36:34'),
(43463,18651,'action complete via WP Cron','2021-01-07 21:36:34','2021-01-07 16:36:34'),
(43464,18652,'action created','2021-01-07 21:36:34','2021-01-07 16:36:34'),
(43465,18652,'action started via WP Cron','2021-01-07 21:37:14','2021-01-07 16:37:14'),
(43466,18652,'action complete via WP Cron','2021-01-07 21:37:14','2021-01-07 16:37:14'),
(43467,18653,'action created','2021-01-07 21:37:14','2021-01-07 16:37:14'),
(43468,18653,'action started via WP Cron','2021-01-07 21:38:21','2021-01-07 16:38:21'),
(43469,18653,'action complete via WP Cron','2021-01-07 21:38:21','2021-01-07 16:38:21'),
(43470,18654,'action created','2021-01-07 21:38:21','2021-01-07 16:38:21'),
(43471,18654,'action started via WP Cron','2021-01-07 21:39:26','2021-01-07 16:39:26'),
(43472,18654,'action complete via WP Cron','2021-01-07 21:39:26','2021-01-07 16:39:26'),
(43473,18655,'action created','2021-01-07 21:39:26','2021-01-07 16:39:26'),
(43474,18655,'action started via WP Cron','2021-01-07 21:40:12','2021-01-07 16:40:12'),
(43475,18655,'action complete via WP Cron','2021-01-07 21:40:12','2021-01-07 16:40:12'),
(43476,18656,'action created','2021-01-07 21:40:12','2021-01-07 16:40:12'),
(43477,18656,'action started via WP Cron','2021-01-07 21:41:31','2021-01-07 16:41:31'),
(43478,18656,'action complete via WP Cron','2021-01-07 21:41:31','2021-01-07 16:41:31'),
(43479,18657,'action created','2021-01-07 21:41:31','2021-01-07 16:41:31'),
(43480,18657,'action started via WP Cron','2021-01-07 21:42:20','2021-01-07 16:42:20'),
(43481,18657,'action complete via WP Cron','2021-01-07 21:42:20','2021-01-07 16:42:20'),
(43482,18658,'action created','2021-01-07 21:42:20','2021-01-07 16:42:20'),
(43483,18658,'action started via WP Cron','2021-01-07 21:43:29','2021-01-07 16:43:29'),
(43484,18658,'action complete via WP Cron','2021-01-07 21:43:29','2021-01-07 16:43:29'),
(43485,18659,'action created','2021-01-07 21:43:29','2021-01-07 16:43:29'),
(43486,18659,'action started via WP Cron','2021-01-07 21:44:22','2021-01-07 16:44:22'),
(43487,18659,'action complete via WP Cron','2021-01-07 21:44:22','2021-01-07 16:44:22'),
(43488,18660,'action created','2021-01-07 21:44:22','2021-01-07 16:44:22'),
(43489,18660,'action started via WP Cron','2021-01-07 21:45:12','2021-01-07 16:45:12'),
(43490,18660,'action complete via WP Cron','2021-01-07 21:45:12','2021-01-07 16:45:12'),
(43491,18661,'action created','2021-01-07 21:45:12','2021-01-07 16:45:12'),
(43492,18661,'action started via WP Cron','2021-01-07 21:46:39','2021-01-07 16:46:39'),
(43493,18661,'action complete via WP Cron','2021-01-07 21:46:39','2021-01-07 16:46:39'),
(43494,18662,'action created','2021-01-07 21:46:39','2021-01-07 16:46:39'),
(43495,18662,'action started via WP Cron','2021-01-07 21:47:40','2021-01-07 16:47:40'),
(43496,18662,'action complete via WP Cron','2021-01-07 21:47:40','2021-01-07 16:47:40'),
(43497,18663,'action created','2021-01-07 21:47:40','2021-01-07 16:47:40'),
(43498,18663,'action started via WP Cron','2021-01-07 21:48:13','2021-01-07 16:48:13'),
(43499,18663,'action complete via WP Cron','2021-01-07 21:48:13','2021-01-07 16:48:13'),
(43500,18664,'action created','2021-01-07 21:48:13','2021-01-07 16:48:13'),
(43501,18664,'action started via WP Cron','2021-01-07 21:49:21','2021-01-07 16:49:21'),
(43502,18664,'action complete via WP Cron','2021-01-07 21:49:21','2021-01-07 16:49:21'),
(43503,18665,'action created','2021-01-07 21:49:21','2021-01-07 16:49:21'),
(43504,18665,'action started via WP Cron','2021-01-07 21:52:09','2021-01-07 16:52:09'),
(43505,18665,'action complete via WP Cron','2021-01-07 21:52:09','2021-01-07 16:52:09'),
(43506,18666,'action created','2021-01-07 21:52:09','2021-01-07 16:52:09'),
(43507,18666,'action started via WP Cron','2021-01-07 21:53:15','2021-01-07 16:53:15'),
(43508,18666,'action complete via WP Cron','2021-01-07 21:53:15','2021-01-07 16:53:15'),
(43509,18667,'action created','2021-01-07 21:53:15','2021-01-07 16:53:15'),
(43510,18667,'action started via WP Cron','2021-01-07 21:55:15','2021-01-07 16:55:15'),
(43511,18667,'action complete via WP Cron','2021-01-07 21:55:15','2021-01-07 16:55:15'),
(43512,18668,'action created','2021-01-07 21:55:16','2021-01-07 16:55:16'),
(43513,18668,'action started via WP Cron','2021-01-07 21:57:21','2021-01-07 16:57:21'),
(43514,18668,'action complete via WP Cron','2021-01-07 21:57:21','2021-01-07 16:57:21'),
(43515,18669,'action created','2021-01-07 21:57:21','2021-01-07 16:57:21'),
(43516,18669,'action started via WP Cron','2021-01-07 21:58:53','2021-01-07 16:58:53'),
(43517,18669,'action complete via WP Cron','2021-01-07 21:58:53','2021-01-07 16:58:53'),
(43518,18670,'action created','2021-01-07 21:58:53','2021-01-07 16:58:53'),
(43519,18670,'action started via WP Cron','2021-01-07 21:59:32','2021-01-07 16:59:32'),
(43520,18670,'action complete via WP Cron','2021-01-07 21:59:32','2021-01-07 16:59:32'),
(43521,18671,'action created','2021-01-07 21:59:32','2021-01-07 16:59:32'),
(43522,18671,'action started via WP Cron','2021-01-07 22:01:23','2021-01-07 17:01:23'),
(43523,18671,'action complete via WP Cron','2021-01-07 22:01:23','2021-01-07 17:01:23'),
(43524,18672,'action created','2021-01-07 22:01:23','2021-01-07 17:01:23'),
(43525,18672,'action started via WP Cron','2021-01-07 22:02:21','2021-01-07 17:02:21'),
(43526,18672,'action complete via WP Cron','2021-01-07 22:02:21','2021-01-07 17:02:21'),
(43527,18673,'action created','2021-01-07 22:02:21','2021-01-07 17:02:21'),
(43528,18673,'action started via WP Cron','2021-01-07 22:03:14','2021-01-07 17:03:14'),
(43529,18673,'action complete via WP Cron','2021-01-07 22:03:14','2021-01-07 17:03:14'),
(43530,18674,'action created','2021-01-07 22:03:14','2021-01-07 17:03:14'),
(43531,18674,'action started via WP Cron','2021-01-07 22:05:33','2021-01-07 17:05:33'),
(43532,18674,'action complete via WP Cron','2021-01-07 22:05:33','2021-01-07 17:05:33'),
(43533,18675,'action created','2021-01-07 22:05:33','2021-01-07 17:05:33'),
(43534,18675,'action started via WP Cron','2021-01-07 22:07:55','2021-01-07 17:07:55'),
(43535,18675,'action complete via WP Cron','2021-01-07 22:07:55','2021-01-07 17:07:55'),
(43536,18676,'action created','2021-01-07 22:07:55','2021-01-07 17:07:55'),
(43537,18676,'action started via WP Cron','2021-01-07 22:08:16','2021-01-07 17:08:16'),
(43538,18676,'action complete via WP Cron','2021-01-07 22:08:16','2021-01-07 17:08:16'),
(43539,18677,'action created','2021-01-07 22:08:16','2021-01-07 17:08:16'),
(43540,18677,'action started via WP Cron','2021-01-07 22:10:40','2021-01-07 17:10:40'),
(43541,18677,'action complete via WP Cron','2021-01-07 22:10:40','2021-01-07 17:10:40'),
(43542,18678,'action created','2021-01-07 22:10:41','2021-01-07 17:10:41'),
(43543,18678,'action started via WP Cron','2021-01-07 22:12:55','2021-01-07 17:12:55'),
(43544,18678,'action complete via WP Cron','2021-01-07 22:12:55','2021-01-07 17:12:55'),
(43545,18679,'action created','2021-01-07 22:12:55','2021-01-07 17:12:55'),
(43546,18679,'action started via WP Cron','2021-01-07 22:15:19','2021-01-07 17:15:19'),
(43547,18679,'action complete via WP Cron','2021-01-07 22:15:19','2021-01-07 17:15:19'),
(43548,18680,'action created','2021-01-07 22:15:19','2021-01-07 17:15:19'),
(43549,18680,'action started via WP Cron','2021-01-07 22:17:19','2021-01-07 17:17:19'),
(43550,18680,'action complete via WP Cron','2021-01-07 22:17:19','2021-01-07 17:17:19'),
(43551,18681,'action created','2021-01-07 22:17:19','2021-01-07 17:17:19'),
(43552,18681,'action started via WP Cron','2021-01-07 22:21:49','2021-01-07 17:21:49'),
(43553,18681,'action complete via WP Cron','2021-01-07 22:21:49','2021-01-07 17:21:49'),
(43554,18682,'action created','2021-01-07 22:21:49','2021-01-07 17:21:49'),
(43555,18682,'action started via WP Cron','2021-01-07 22:25:39','2021-01-07 17:25:39'),
(43556,18682,'action complete via WP Cron','2021-01-07 22:25:39','2021-01-07 17:25:39'),
(43557,18683,'action created','2021-01-07 22:25:39','2021-01-07 17:25:39'),
(43558,18683,'action started via WP Cron','2021-01-07 22:27:21','2021-01-07 17:27:21'),
(43559,18683,'action complete via WP Cron','2021-01-07 22:27:21','2021-01-07 17:27:21'),
(43560,18684,'action created','2021-01-07 22:27:21','2021-01-07 17:27:21'),
(43561,18684,'action started via WP Cron','2021-01-07 22:31:30','2021-01-07 17:31:30'),
(43562,18684,'action complete via WP Cron','2021-01-07 22:31:30','2021-01-07 17:31:30'),
(43563,18685,'action created','2021-01-07 22:31:30','2021-01-07 17:31:30'),
(43564,18685,'action started via WP Cron','2021-01-07 22:32:55','2021-01-07 17:32:55'),
(43565,18685,'action complete via WP Cron','2021-01-07 22:32:55','2021-01-07 17:32:55'),
(43566,18686,'action created','2021-01-07 22:32:55','2021-01-07 17:32:55'),
(43567,18686,'action started via WP Cron','2021-01-07 22:33:28','2021-01-07 17:33:28'),
(43568,18686,'action complete via WP Cron','2021-01-07 22:33:28','2021-01-07 17:33:28'),
(43569,18687,'action created','2021-01-07 22:33:28','2021-01-07 17:33:28'),
(43570,18687,'action started via Async Request','2021-01-07 22:33:50','2021-01-07 17:33:50'),
(43571,18687,'action complete via Async Request','2021-01-07 22:33:50','2021-01-07 17:33:50'),
(43572,18688,'action created','2021-01-07 22:33:50','2021-01-07 17:33:50'),
(43573,18688,'action started via WP Cron','2021-01-07 22:34:12','2021-01-07 17:34:12'),
(43574,18688,'action complete via WP Cron','2021-01-07 22:34:12','2021-01-07 17:34:12'),
(43575,18689,'action created','2021-01-07 22:34:13','2021-01-07 17:34:13'),
(43576,18689,'action started via WP Cron','2021-01-07 22:37:21','2021-01-07 17:37:21'),
(43577,18689,'action complete via WP Cron','2021-01-07 22:37:21','2021-01-07 17:37:21'),
(43578,18690,'action created','2021-01-07 22:37:21','2021-01-07 17:37:21'),
(43579,18690,'action started via WP Cron','2021-01-07 22:38:25','2021-01-07 17:38:25'),
(43580,18690,'action complete via WP Cron','2021-01-07 22:38:25','2021-01-07 17:38:25'),
(43581,18691,'action created','2021-01-07 22:38:25','2021-01-07 17:38:25'),
(43582,18691,'action started via WP Cron','2021-01-07 22:39:19','2021-01-07 17:39:19'),
(43583,18691,'action complete via WP Cron','2021-01-07 22:39:19','2021-01-07 17:39:19'),
(43584,18692,'action created','2021-01-07 22:39:19','2021-01-07 17:39:19'),
(43585,18692,'action started via WP Cron','2021-01-07 22:41:07','2021-01-07 17:41:07'),
(43586,18692,'action complete via WP Cron','2021-01-07 22:41:07','2021-01-07 17:41:07'),
(43587,18693,'action created','2021-01-07 22:41:07','2021-01-07 17:41:07'),
(43588,18693,'action started via WP Cron','2021-01-07 22:42:19','2021-01-07 17:42:19'),
(43589,18693,'action complete via WP Cron','2021-01-07 22:42:19','2021-01-07 17:42:19'),
(43590,18694,'action created','2021-01-07 22:42:19','2021-01-07 17:42:19'),
(43591,18694,'action started via WP Cron','2021-01-07 22:43:41','2021-01-07 17:43:41'),
(43592,18694,'action complete via WP Cron','2021-01-07 22:43:41','2021-01-07 17:43:41'),
(43593,18695,'action created','2021-01-07 22:43:41','2021-01-07 17:43:41'),
(43594,18695,'action started via WP Cron','2021-01-07 22:45:32','2021-01-07 17:45:32'),
(43595,18695,'action complete via WP Cron','2021-01-07 22:45:32','2021-01-07 17:45:32'),
(43596,18696,'action created','2021-01-07 22:45:32','2021-01-07 17:45:32'),
(43597,18696,'action started via WP Cron','2021-01-07 22:47:12','2021-01-07 17:47:12'),
(43598,18696,'action complete via WP Cron','2021-01-07 22:47:12','2021-01-07 17:47:12'),
(43599,18697,'action created','2021-01-07 22:47:12','2021-01-07 17:47:12'),
(43600,18697,'action started via WP Cron','2021-01-07 22:48:39','2021-01-07 17:48:39'),
(43601,18697,'action complete via WP Cron','2021-01-07 22:48:39','2021-01-07 17:48:39'),
(43602,18698,'action created','2021-01-07 22:48:39','2021-01-07 17:48:39'),
(43603,18698,'action started via WP Cron','2021-01-07 22:49:18','2021-01-07 17:49:18'),
(43604,18698,'action complete via WP Cron','2021-01-07 22:49:18','2021-01-07 17:49:18'),
(43605,18699,'action created','2021-01-07 22:49:18','2021-01-07 17:49:18'),
(43606,18699,'action started via WP Cron','2021-01-07 22:51:14','2021-01-07 17:51:14'),
(43607,18699,'action complete via WP Cron','2021-01-07 22:51:14','2021-01-07 17:51:14'),
(43608,18700,'action created','2021-01-07 22:51:14','2021-01-07 17:51:14'),
(43609,18700,'action started via WP Cron','2021-01-07 22:52:39','2021-01-07 17:52:39'),
(43610,18700,'action complete via WP Cron','2021-01-07 22:52:39','2021-01-07 17:52:39'),
(43611,18701,'action created','2021-01-07 22:52:39','2021-01-07 17:52:39'),
(43612,18701,'action started via WP Cron','2021-01-07 22:53:26','2021-01-07 17:53:26'),
(43613,18701,'action complete via WP Cron','2021-01-07 22:53:26','2021-01-07 17:53:26'),
(43614,18702,'action created','2021-01-07 22:53:26','2021-01-07 17:53:26'),
(43615,18702,'action started via WP Cron','2021-01-07 22:54:25','2021-01-07 17:54:25'),
(43616,18702,'action complete via WP Cron','2021-01-07 22:54:25','2021-01-07 17:54:25'),
(43617,18703,'action created','2021-01-07 22:54:25','2021-01-07 17:54:25'),
(43618,18703,'action started via WP Cron','2021-01-07 22:55:41','2021-01-07 17:55:41'),
(43619,18703,'action complete via WP Cron','2021-01-07 22:55:41','2021-01-07 17:55:41'),
(43620,18704,'action created','2021-01-07 22:55:41','2021-01-07 17:55:41'),
(43621,18704,'action started via WP Cron','2021-01-07 22:59:55','2021-01-07 17:59:55'),
(43622,18704,'action complete via WP Cron','2021-01-07 22:59:55','2021-01-07 17:59:55'),
(43623,18705,'action created','2021-01-07 22:59:55','2021-01-07 17:59:55'),
(43624,18705,'action started via WP Cron','2021-01-07 23:00:37','2021-01-07 18:00:37'),
(43625,18705,'action complete via WP Cron','2021-01-07 23:00:37','2021-01-07 18:00:37'),
(43626,18706,'action created','2021-01-07 23:00:37','2021-01-07 18:00:37'),
(43627,18706,'action started via WP Cron','2021-01-07 23:01:44','2021-01-07 18:01:44'),
(43628,18706,'action complete via WP Cron','2021-01-07 23:01:44','2021-01-07 18:01:44'),
(43629,18707,'action created','2021-01-07 23:01:44','2021-01-07 18:01:44'),
(43630,18707,'action started via WP Cron','2021-01-07 23:03:53','2021-01-07 18:03:53'),
(43631,18707,'action complete via WP Cron','2021-01-07 23:03:53','2021-01-07 18:03:53'),
(43632,18708,'action created','2021-01-07 23:03:53','2021-01-07 18:03:53'),
(43633,18708,'action started via WP Cron','2021-01-07 23:07:21','2021-01-07 18:07:21'),
(43634,18708,'action complete via WP Cron','2021-01-07 23:07:21','2021-01-07 18:07:21'),
(43635,18709,'action created','2021-01-07 23:07:21','2021-01-07 18:07:21'),
(43636,18709,'action started via WP Cron','2021-01-07 23:08:16','2021-01-07 18:08:16'),
(43637,18709,'action complete via WP Cron','2021-01-07 23:08:16','2021-01-07 18:08:16'),
(43638,18710,'action created','2021-01-07 23:08:16','2021-01-07 18:08:16'),
(43639,18710,'action started via WP Cron','2021-01-07 23:10:28','2021-01-07 18:10:28'),
(43640,18710,'action complete via WP Cron','2021-01-07 23:10:28','2021-01-07 18:10:28'),
(43641,18711,'action created','2021-01-07 23:10:28','2021-01-07 18:10:28'),
(43642,18711,'action started via WP Cron','2021-01-07 23:11:13','2021-01-07 18:11:13'),
(43643,18711,'action complete via WP Cron','2021-01-07 23:11:13','2021-01-07 18:11:13'),
(43644,18712,'action created','2021-01-07 23:11:13','2021-01-07 18:11:13'),
(43645,18712,'action started via WP Cron','2021-01-07 23:12:49','2021-01-07 18:12:49'),
(43646,18712,'action complete via WP Cron','2021-01-07 23:12:49','2021-01-07 18:12:49'),
(43647,18713,'action created','2021-01-07 23:12:49','2021-01-07 18:12:49'),
(43648,18713,'action started via WP Cron','2021-01-07 23:13:26','2021-01-07 18:13:26'),
(43649,18713,'action complete via WP Cron','2021-01-07 23:13:26','2021-01-07 18:13:26'),
(43650,18714,'action created','2021-01-07 23:13:26','2021-01-07 18:13:26'),
(43651,18714,'action started via WP Cron','2021-01-07 23:14:38','2021-01-07 18:14:38'),
(43652,18714,'action complete via WP Cron','2021-01-07 23:14:38','2021-01-07 18:14:38'),
(43653,18715,'action created','2021-01-07 23:14:39','2021-01-07 18:14:39'),
(43654,18715,'action started via WP Cron','2021-01-07 23:15:37','2021-01-07 18:15:37'),
(43655,18715,'action complete via WP Cron','2021-01-07 23:15:37','2021-01-07 18:15:37'),
(43656,18716,'action created','2021-01-07 23:15:37','2021-01-07 18:15:37'),
(43657,18716,'action started via WP Cron','2021-01-07 23:16:26','2021-01-07 18:16:26'),
(43658,18716,'action complete via WP Cron','2021-01-07 23:16:26','2021-01-07 18:16:26'),
(43659,18717,'action created','2021-01-07 23:16:26','2021-01-07 18:16:26'),
(43660,18717,'action started via WP Cron','2021-01-07 23:18:34','2021-01-07 18:18:34'),
(43661,18717,'action complete via WP Cron','2021-01-07 23:18:34','2021-01-07 18:18:34'),
(43662,18718,'action created','2021-01-07 23:18:34','2021-01-07 18:18:34'),
(43663,18718,'action started via WP Cron','2021-01-07 23:19:30','2021-01-07 18:19:30'),
(43664,18718,'action complete via WP Cron','2021-01-07 23:19:30','2021-01-07 18:19:30'),
(43665,18719,'action created','2021-01-07 23:19:30','2021-01-07 18:19:30'),
(43666,18719,'action started via WP Cron','2021-01-07 23:20:12','2021-01-07 18:20:12'),
(43667,18719,'action complete via WP Cron','2021-01-07 23:20:12','2021-01-07 18:20:12'),
(43668,18720,'action created','2021-01-07 23:20:12','2021-01-07 18:20:12'),
(43669,18720,'action started via WP Cron','2021-01-07 23:21:22','2021-01-07 18:21:22'),
(43670,18720,'action complete via WP Cron','2021-01-07 23:21:22','2021-01-07 18:21:22'),
(43671,18721,'action created','2021-01-07 23:21:22','2021-01-07 18:21:22'),
(43672,18721,'action started via WP Cron','2021-01-07 23:26:28','2021-01-07 18:26:28'),
(43673,18721,'action complete via WP Cron','2021-01-07 23:26:28','2021-01-07 18:26:28'),
(43674,18722,'action created','2021-01-07 23:26:28','2021-01-07 18:26:28'),
(43675,18722,'action started via WP Cron','2021-01-07 23:27:32','2021-01-07 18:27:32'),
(43676,18722,'action complete via WP Cron','2021-01-07 23:27:32','2021-01-07 18:27:32'),
(43677,18723,'action created','2021-01-07 23:27:33','2021-01-07 18:27:33'),
(43678,18723,'action started via WP Cron','2021-01-07 23:29:01','2021-01-07 18:29:01'),
(43679,18723,'action complete via WP Cron','2021-01-07 23:29:01','2021-01-07 18:29:01'),
(43680,18724,'action created','2021-01-07 23:29:01','2021-01-07 18:29:01'),
(43681,18724,'action started via WP Cron','2021-01-07 23:29:29','2021-01-07 18:29:29'),
(43682,18724,'action complete via WP Cron','2021-01-07 23:29:29','2021-01-07 18:29:29'),
(43683,18725,'action created','2021-01-07 23:29:29','2021-01-07 18:29:29'),
(43684,18725,'action started via WP Cron','2021-01-07 23:30:27','2021-01-07 18:30:27'),
(43685,18725,'action complete via WP Cron','2021-01-07 23:30:27','2021-01-07 18:30:27'),
(43686,18726,'action created','2021-01-07 23:30:27','2021-01-07 18:30:27'),
(43687,18726,'action started via WP Cron','2021-01-07 23:31:44','2021-01-07 18:31:44'),
(43688,18726,'action complete via WP Cron','2021-01-07 23:31:44','2021-01-07 18:31:44'),
(43689,18727,'action created','2021-01-07 23:31:44','2021-01-07 18:31:44'),
(43690,18727,'action started via WP Cron','2021-01-07 23:33:45','2021-01-07 18:33:45'),
(43691,18727,'action complete via WP Cron','2021-01-07 23:33:45','2021-01-07 18:33:45'),
(43692,18728,'action created','2021-01-07 23:33:45','2021-01-07 18:33:45'),
(43693,18728,'action started via WP Cron','2021-01-07 23:35:56','2021-01-07 18:35:56'),
(43694,18728,'action complete via WP Cron','2021-01-07 23:35:56','2021-01-07 18:35:56'),
(43695,18729,'action created','2021-01-07 23:35:56','2021-01-07 18:35:56'),
(43696,18729,'action started via WP Cron','2021-01-07 23:36:24','2021-01-07 18:36:24'),
(43697,18729,'action complete via WP Cron','2021-01-07 23:36:24','2021-01-07 18:36:24'),
(43698,18730,'action created','2021-01-07 23:36:24','2021-01-07 18:36:24'),
(43699,18730,'action started via WP Cron','2021-01-07 23:38:39','2021-01-07 18:38:39'),
(43700,18730,'action complete via WP Cron','2021-01-07 23:38:39','2021-01-07 18:38:39'),
(43701,18731,'action created','2021-01-07 23:38:39','2021-01-07 18:38:39'),
(43702,18731,'action started via WP Cron','2021-01-07 23:39:15','2021-01-07 18:39:15'),
(43703,18731,'action complete via WP Cron','2021-01-07 23:39:15','2021-01-07 18:39:15'),
(43704,18732,'action created','2021-01-07 23:39:15','2021-01-07 18:39:15'),
(43705,18732,'action started via WP Cron','2021-01-07 23:41:40','2021-01-07 18:41:40'),
(43706,18732,'action complete via WP Cron','2021-01-07 23:41:40','2021-01-07 18:41:40'),
(43707,18733,'action created','2021-01-07 23:41:40','2021-01-07 18:41:40'),
(43708,18733,'action started via WP Cron','2021-01-07 23:42:23','2021-01-07 18:42:23'),
(43709,18733,'action complete via WP Cron','2021-01-07 23:42:23','2021-01-07 18:42:23'),
(43710,18734,'action created','2021-01-07 23:42:23','2021-01-07 18:42:23'),
(43711,18734,'action started via WP Cron','2021-01-07 23:43:48','2021-01-07 18:43:48'),
(43712,18734,'action complete via WP Cron','2021-01-07 23:43:48','2021-01-07 18:43:48'),
(43713,18735,'action created','2021-01-07 23:43:48','2021-01-07 18:43:48'),
(43714,18735,'action started via WP Cron','2021-01-07 23:44:20','2021-01-07 18:44:20'),
(43715,18735,'action complete via WP Cron','2021-01-07 23:44:20','2021-01-07 18:44:20'),
(43716,18736,'action created','2021-01-07 23:44:20','2021-01-07 18:44:20'),
(43717,18736,'action started via Async Request','2021-01-07 23:44:34','2021-01-07 18:44:34'),
(43718,18736,'action complete via Async Request','2021-01-07 23:44:34','2021-01-07 18:44:34'),
(43719,18737,'action created','2021-01-07 23:44:35','2021-01-07 18:44:35'),
(43720,18737,'action started via WP Cron','2021-01-07 23:45:49','2021-01-07 18:45:49'),
(43721,18737,'action complete via WP Cron','2021-01-07 23:45:49','2021-01-07 18:45:49'),
(43722,18738,'action created','2021-01-07 23:45:49','2021-01-07 18:45:49'),
(43723,18738,'action started via WP Cron','2021-01-07 23:46:17','2021-01-07 18:46:17'),
(43724,18738,'action complete via WP Cron','2021-01-07 23:46:17','2021-01-07 18:46:17'),
(43725,18739,'action created','2021-01-07 23:46:17','2021-01-07 18:46:17'),
(43726,18739,'action started via WP Cron','2021-01-07 23:48:23','2021-01-07 18:48:23'),
(43727,18739,'action complete via WP Cron','2021-01-07 23:48:23','2021-01-07 18:48:23'),
(43728,18740,'action created','2021-01-07 23:48:23','2021-01-07 18:48:23'),
(43729,18740,'action started via WP Cron','2021-01-07 23:49:49','2021-01-07 18:49:49'),
(43730,18740,'action complete via WP Cron','2021-01-07 23:49:49','2021-01-07 18:49:49'),
(43731,18741,'action created','2021-01-07 23:49:49','2021-01-07 18:49:49'),
(43732,18741,'action started via WP Cron','2021-01-07 23:50:31','2021-01-07 18:50:31'),
(43733,18741,'action complete via WP Cron','2021-01-07 23:50:31','2021-01-07 18:50:31'),
(43734,18742,'action created','2021-01-07 23:50:31','2021-01-07 18:50:31'),
(43735,18742,'action started via WP Cron','2021-01-07 23:52:05','2021-01-07 18:52:05'),
(43736,18742,'action complete via WP Cron','2021-01-07 23:52:05','2021-01-07 18:52:05'),
(43737,18743,'action created','2021-01-07 23:52:05','2021-01-07 18:52:05'),
(43738,18743,'action started via WP Cron','2021-01-07 23:52:46','2021-01-07 18:52:46'),
(43739,18743,'action complete via WP Cron','2021-01-07 23:52:46','2021-01-07 18:52:46'),
(43740,18744,'action created','2021-01-07 23:52:46','2021-01-07 18:52:46'),
(43741,18744,'action started via WP Cron','2021-01-07 23:53:41','2021-01-07 18:53:41'),
(43742,18744,'action complete via WP Cron','2021-01-07 23:53:41','2021-01-07 18:53:41'),
(43743,18745,'action created','2021-01-07 23:53:41','2021-01-07 18:53:41'),
(43744,18745,'action started via WP Cron','2021-01-07 23:54:18','2021-01-07 18:54:18'),
(43745,18745,'action complete via WP Cron','2021-01-07 23:54:18','2021-01-07 18:54:18'),
(43746,18746,'action created','2021-01-07 23:54:18','2021-01-07 18:54:18'),
(43747,18746,'action started via WP Cron','2021-01-07 23:55:15','2021-01-07 18:55:15'),
(43748,18746,'action complete via WP Cron','2021-01-07 23:55:15','2021-01-07 18:55:15'),
(43749,18747,'action created','2021-01-07 23:55:15','2021-01-07 18:55:15'),
(43750,18747,'action started via WP Cron','2021-01-07 23:56:15','2021-01-07 18:56:15'),
(43751,18747,'action complete via WP Cron','2021-01-07 23:56:15','2021-01-07 18:56:15'),
(43752,18748,'action created','2021-01-07 23:56:15','2021-01-07 18:56:15'),
(43753,18748,'action started via WP Cron','2021-01-07 23:58:55','2021-01-07 18:58:55'),
(43754,18748,'action complete via WP Cron','2021-01-07 23:58:55','2021-01-07 18:58:55'),
(43755,18749,'action created','2021-01-07 23:58:55','2021-01-07 18:58:55'),
(43756,18749,'action started via WP Cron','2021-01-07 23:59:26','2021-01-07 18:59:26'),
(43757,18749,'action complete via WP Cron','2021-01-07 23:59:26','2021-01-07 18:59:26'),
(43758,18750,'action created','2021-01-07 23:59:26','2021-01-07 18:59:26'),
(43759,18750,'action started via WP Cron','2021-01-08 00:00:40','2021-01-07 19:00:40'),
(43760,18750,'action complete via WP Cron','2021-01-08 00:00:40','2021-01-07 19:00:40'),
(43761,18751,'action created','2021-01-08 00:00:40','2021-01-07 19:00:40'),
(43762,18751,'action started via WP Cron','2021-01-08 00:02:03','2021-01-07 19:02:03'),
(43763,18751,'action complete via WP Cron','2021-01-08 00:02:03','2021-01-07 19:02:03'),
(43764,18752,'action created','2021-01-08 00:02:03','2021-01-07 19:02:03'),
(43765,18752,'action started via WP Cron','2021-01-08 00:02:13','2021-01-07 19:02:13'),
(43766,18752,'action complete via WP Cron','2021-01-08 00:02:13','2021-01-07 19:02:13'),
(43767,18753,'action created','2021-01-08 00:02:13','2021-01-07 19:02:13'),
(43768,18753,'action started via WP Cron','2021-01-08 00:03:59','2021-01-07 19:03:59'),
(43769,18753,'action complete via WP Cron','2021-01-08 00:03:59','2021-01-07 19:03:59'),
(43770,18754,'action created','2021-01-08 00:03:59','2021-01-07 19:03:59'),
(43771,18754,'action started via WP Cron','2021-01-08 00:04:46','2021-01-07 19:04:46'),
(43772,18754,'action complete via WP Cron','2021-01-08 00:04:46','2021-01-07 19:04:46'),
(43773,18755,'action created','2021-01-08 00:04:46','2021-01-07 19:04:46'),
(43774,18755,'action started via WP Cron','2021-01-08 00:06:57','2021-01-07 19:06:57'),
(43775,18755,'action complete via WP Cron','2021-01-08 00:06:57','2021-01-07 19:06:57'),
(43776,18756,'action created','2021-01-08 00:06:57','2021-01-07 19:06:57'),
(43777,18757,'action created','2021-01-08 00:06:57','2021-01-07 19:06:57'),
(43778,18757,'action started via WP Cron','2021-01-08 00:07:15','2021-01-07 19:07:15'),
(43779,18757,'action complete via WP Cron','2021-01-08 00:07:15','2021-01-07 19:07:15'),
(43780,18756,'action started via WP Cron','2021-01-08 00:07:15','2021-01-07 19:07:15'),
(43781,18756,'action complete via WP Cron','2021-01-08 00:07:15','2021-01-07 19:07:15'),
(43782,18758,'action created','2021-01-08 00:07:15','2021-01-07 19:07:15'),
(43783,18758,'action started via WP Cron','2021-01-08 00:08:34','2021-01-07 19:08:34'),
(43784,18758,'action complete via WP Cron','2021-01-08 00:08:34','2021-01-07 19:08:34'),
(43785,18759,'action created','2021-01-08 00:08:34','2021-01-07 19:08:34'),
(43786,18759,'action started via WP Cron','2021-01-08 00:10:03','2021-01-07 19:10:03'),
(43787,18759,'action complete via WP Cron','2021-01-08 00:10:03','2021-01-07 19:10:03'),
(43788,18760,'action created','2021-01-08 00:10:03','2021-01-07 19:10:03'),
(43789,18760,'action started via WP Cron','2021-01-08 00:10:19','2021-01-07 19:10:19'),
(43790,18760,'action complete via WP Cron','2021-01-08 00:10:19','2021-01-07 19:10:19'),
(43791,18761,'action created','2021-01-08 00:10:19','2021-01-07 19:10:19'),
(43792,18761,'action started via WP Cron','2021-01-08 00:12:50','2021-01-07 19:12:50'),
(43793,18761,'action complete via WP Cron','2021-01-08 00:12:50','2021-01-07 19:12:50'),
(43794,18762,'action created','2021-01-08 00:12:50','2021-01-07 19:12:50'),
(43795,18762,'action started via WP Cron','2021-01-08 00:13:39','2021-01-07 19:13:39'),
(43796,18762,'action complete via WP Cron','2021-01-08 00:13:39','2021-01-07 19:13:39'),
(43797,18763,'action created','2021-01-08 00:13:39','2021-01-07 19:13:39'),
(43798,18763,'action started via WP Cron','2021-01-08 00:14:30','2021-01-07 19:14:30'),
(43799,18763,'action complete via WP Cron','2021-01-08 00:14:30','2021-01-07 19:14:30'),
(43800,18764,'action created','2021-01-08 00:14:30','2021-01-07 19:14:30'),
(43801,18764,'action started via WP Cron','2021-01-08 00:16:00','2021-01-07 19:16:00'),
(43802,18764,'action complete via WP Cron','2021-01-08 00:16:00','2021-01-07 19:16:00'),
(43803,18765,'action created','2021-01-08 00:16:00','2021-01-07 19:16:00'),
(43804,18765,'action started via WP Cron','2021-01-08 00:16:25','2021-01-07 19:16:25'),
(43805,18765,'action complete via WP Cron','2021-01-08 00:16:25','2021-01-07 19:16:25'),
(43806,18766,'action created','2021-01-08 00:16:25','2021-01-07 19:16:25'),
(43807,18766,'action started via WP Cron','2021-01-08 00:17:36','2021-01-07 19:17:36'),
(43808,18766,'action complete via WP Cron','2021-01-08 00:17:36','2021-01-07 19:17:36'),
(43809,18767,'action created','2021-01-08 00:17:37','2021-01-07 19:17:37'),
(43810,18767,'action started via WP Cron','2021-01-08 00:18:48','2021-01-07 19:18:48'),
(43811,18767,'action complete via WP Cron','2021-01-08 00:18:48','2021-01-07 19:18:48'),
(43812,18768,'action created','2021-01-08 00:18:48','2021-01-07 19:18:48'),
(43813,18768,'action started via WP Cron','2021-01-08 00:19:21','2021-01-07 19:19:21'),
(43814,18768,'action complete via WP Cron','2021-01-08 00:19:21','2021-01-07 19:19:21'),
(43815,18769,'action created','2021-01-08 00:19:21','2021-01-07 19:19:21'),
(43816,18769,'action started via WP Cron','2021-01-08 00:20:16','2021-01-07 19:20:16'),
(43817,18769,'action complete via WP Cron','2021-01-08 00:20:16','2021-01-07 19:20:16'),
(43818,18770,'action created','2021-01-08 00:20:16','2021-01-07 19:20:16'),
(43819,18770,'action started via WP Cron','2021-01-08 00:21:37','2021-01-07 19:21:37'),
(43820,18770,'action complete via WP Cron','2021-01-08 00:21:37','2021-01-07 19:21:37'),
(43821,18771,'action created','2021-01-08 00:21:37','2021-01-07 19:21:37'),
(43822,18771,'action started via WP Cron','2021-01-08 00:22:19','2021-01-07 19:22:19'),
(43823,18771,'action complete via WP Cron','2021-01-08 00:22:20','2021-01-07 19:22:20'),
(43824,18772,'action created','2021-01-08 00:22:20','2021-01-07 19:22:20'),
(43825,18772,'action started via WP Cron','2021-01-08 00:23:25','2021-01-07 19:23:25'),
(43826,18772,'action complete via WP Cron','2021-01-08 00:23:25','2021-01-07 19:23:25'),
(43827,18773,'action created','2021-01-08 00:23:25','2021-01-07 19:23:25'),
(43828,18773,'action started via WP Cron','2021-01-08 00:24:15','2021-01-07 19:24:15'),
(43829,18773,'action complete via WP Cron','2021-01-08 00:24:15','2021-01-07 19:24:15'),
(43830,18774,'action created','2021-01-08 00:24:15','2021-01-07 19:24:15'),
(43831,18774,'action started via WP Cron','2021-01-08 00:26:13','2021-01-07 19:26:13'),
(43832,18774,'action complete via WP Cron','2021-01-08 00:26:13','2021-01-07 19:26:13'),
(43833,18775,'action created','2021-01-08 00:26:13','2021-01-07 19:26:13'),
(43834,18775,'action started via WP Cron','2021-01-08 00:27:50','2021-01-07 19:27:50'),
(43835,18775,'action complete via WP Cron','2021-01-08 00:27:50','2021-01-07 19:27:50'),
(43836,18776,'action created','2021-01-08 00:27:50','2021-01-07 19:27:50'),
(43837,18776,'action started via WP Cron','2021-01-08 00:28:53','2021-01-07 19:28:53'),
(43838,18776,'action complete via WP Cron','2021-01-08 00:28:53','2021-01-07 19:28:53'),
(43839,18777,'action created','2021-01-08 00:28:53','2021-01-07 19:28:53'),
(43840,18777,'action started via WP Cron','2021-01-08 00:29:17','2021-01-07 19:29:17'),
(43841,18777,'action complete via WP Cron','2021-01-08 00:29:17','2021-01-07 19:29:17'),
(43842,18778,'action created','2021-01-08 00:29:17','2021-01-07 19:29:17'),
(43843,18778,'action started via WP Cron','2021-01-08 00:31:11','2021-01-07 19:31:11'),
(43844,18778,'action complete via WP Cron','2021-01-08 00:31:11','2021-01-07 19:31:11'),
(43845,18779,'action created','2021-01-08 00:31:11','2021-01-07 19:31:11'),
(43846,18779,'action started via WP Cron','2021-01-08 00:33:03','2021-01-07 19:33:03'),
(43847,18779,'action complete via WP Cron','2021-01-08 00:33:03','2021-01-07 19:33:03'),
(43848,18780,'action created','2021-01-08 00:33:03','2021-01-07 19:33:03'),
(43849,18780,'action started via WP Cron','2021-01-08 00:33:36','2021-01-07 19:33:36'),
(43850,18780,'action complete via WP Cron','2021-01-08 00:33:37','2021-01-07 19:33:37'),
(43851,18781,'action created','2021-01-08 00:33:37','2021-01-07 19:33:37'),
(43852,18781,'action started via WP Cron','2021-01-08 00:34:11','2021-01-07 19:34:11'),
(43853,18781,'action complete via WP Cron','2021-01-08 00:34:11','2021-01-07 19:34:11'),
(43854,18782,'action created','2021-01-08 00:34:11','2021-01-07 19:34:11'),
(43855,18782,'action started via WP Cron','2021-01-08 00:36:22','2021-01-07 19:36:22'),
(43856,18782,'action complete via WP Cron','2021-01-08 00:36:22','2021-01-07 19:36:22'),
(43857,18783,'action created','2021-01-08 00:36:22','2021-01-07 19:36:22'),
(43858,18783,'action started via WP Cron','2021-01-08 00:38:09','2021-01-07 19:38:09'),
(43859,18783,'action complete via WP Cron','2021-01-08 00:38:09','2021-01-07 19:38:09'),
(43860,18784,'action created','2021-01-08 00:38:09','2021-01-07 19:38:09'),
(43861,18784,'action started via WP Cron','2021-01-08 00:39:41','2021-01-07 19:39:41'),
(43862,18784,'action complete via WP Cron','2021-01-08 00:39:41','2021-01-07 19:39:41'),
(43863,18785,'action created','2021-01-08 00:39:41','2021-01-07 19:39:41'),
(43864,18785,'action started via WP Cron','2021-01-08 00:40:46','2021-01-07 19:40:46'),
(43865,18785,'action complete via WP Cron','2021-01-08 00:40:46','2021-01-07 19:40:46'),
(43866,18786,'action created','2021-01-08 00:40:46','2021-01-07 19:40:46'),
(43867,18786,'action started via WP Cron','2021-01-08 00:42:01','2021-01-07 19:42:01'),
(43868,18786,'action complete via WP Cron','2021-01-08 00:42:02','2021-01-07 19:42:02'),
(43869,18787,'action created','2021-01-08 00:42:17','2021-01-07 19:42:17'),
(43870,18787,'action started via WP Cron','2021-01-08 00:43:20','2021-01-07 19:43:20'),
(43871,18787,'action complete via WP Cron','2021-01-08 00:43:20','2021-01-07 19:43:20'),
(43872,18788,'action created','2021-01-08 00:43:20','2021-01-07 19:43:20'),
(43873,18788,'action started via WP Cron','2021-01-08 00:45:02','2021-01-07 19:45:02'),
(43874,18788,'action complete via WP Cron','2021-01-08 00:45:02','2021-01-07 19:45:02'),
(43875,18789,'action created','2021-01-08 00:45:02','2021-01-07 19:45:02'),
(43876,18789,'action started via WP Cron','2021-01-08 00:45:36','2021-01-07 19:45:36'),
(43877,18789,'action complete via WP Cron','2021-01-08 00:45:36','2021-01-07 19:45:36'),
(43878,18790,'action created','2021-01-08 00:45:36','2021-01-07 19:45:36'),
(43879,18790,'action started via WP Cron','2021-01-08 00:49:05','2021-01-07 19:49:05'),
(43880,18790,'action complete via WP Cron','2021-01-08 00:49:05','2021-01-07 19:49:05'),
(43881,18791,'action created','2021-01-08 00:49:05','2021-01-07 19:49:05'),
(43882,18791,'action started via WP Cron','2021-01-08 00:50:59','2021-01-07 19:50:59'),
(43883,18791,'action complete via WP Cron','2021-01-08 00:50:59','2021-01-07 19:50:59'),
(43884,18792,'action created','2021-01-08 00:50:59','2021-01-07 19:50:59'),
(43885,18792,'action started via WP Cron','2021-01-08 00:51:12','2021-01-07 19:51:12'),
(43886,18792,'action complete via WP Cron','2021-01-08 00:51:12','2021-01-07 19:51:12'),
(43887,18793,'action created','2021-01-08 00:51:12','2021-01-07 19:51:12'),
(43888,18793,'action started via WP Cron','2021-01-08 00:52:15','2021-01-07 19:52:15'),
(43889,18793,'action complete via WP Cron','2021-01-08 00:52:15','2021-01-07 19:52:15'),
(43890,18794,'action created','2021-01-08 00:52:15','2021-01-07 19:52:15'),
(43891,18794,'action started via WP Cron','2021-01-08 00:55:45','2021-01-07 19:55:45'),
(43892,18794,'action complete via WP Cron','2021-01-08 00:55:45','2021-01-07 19:55:45'),
(43893,18795,'action created','2021-01-08 00:55:45','2021-01-07 19:55:45'),
(43894,18795,'action started via WP Cron','2021-01-08 00:56:26','2021-01-07 19:56:26'),
(43895,18795,'action complete via WP Cron','2021-01-08 00:56:26','2021-01-07 19:56:26'),
(43896,18796,'action created','2021-01-08 00:56:26','2021-01-07 19:56:26'),
(43897,18796,'action started via WP Cron','2021-01-08 00:57:59','2021-01-07 19:57:59'),
(43898,18796,'action complete via WP Cron','2021-01-08 00:57:59','2021-01-07 19:57:59'),
(43899,18797,'action created','2021-01-08 00:57:59','2021-01-07 19:57:59'),
(43900,18797,'action started via WP Cron','2021-01-08 00:58:59','2021-01-07 19:58:59'),
(43901,18797,'action complete via WP Cron','2021-01-08 00:58:59','2021-01-07 19:58:59'),
(43902,18798,'action created','2021-01-08 00:58:59','2021-01-07 19:58:59'),
(43903,18798,'action started via WP Cron','2021-01-08 00:59:24','2021-01-07 19:59:24'),
(43904,18798,'action complete via WP Cron','2021-01-08 00:59:24','2021-01-07 19:59:24'),
(43905,18799,'action created','2021-01-08 00:59:24','2021-01-07 19:59:24'),
(43906,18799,'action started via WP Cron','2021-01-08 01:00:11','2021-01-07 20:00:11'),
(43907,18799,'action complete via WP Cron','2021-01-08 01:00:11','2021-01-07 20:00:11'),
(43908,18800,'action created','2021-01-08 01:00:11','2021-01-07 20:00:11'),
(43909,18800,'action started via WP Cron','2021-01-08 01:01:41','2021-01-07 20:01:41'),
(43910,18800,'action complete via WP Cron','2021-01-08 01:01:41','2021-01-07 20:01:41'),
(43911,18801,'action created','2021-01-08 01:01:41','2021-01-07 20:01:41'),
(43912,18801,'action started via WP Cron','2021-01-08 01:03:52','2021-01-07 20:03:52'),
(43913,18801,'action complete via WP Cron','2021-01-08 01:03:52','2021-01-07 20:03:52'),
(43914,18802,'action created','2021-01-08 01:03:52','2021-01-07 20:03:52'),
(43915,18802,'action started via WP Cron','2021-01-08 01:06:02','2021-01-07 20:06:02'),
(43916,18802,'action complete via WP Cron','2021-01-08 01:06:02','2021-01-07 20:06:02'),
(43917,18803,'action created','2021-01-08 01:06:02','2021-01-07 20:06:02'),
(43918,18803,'action started via WP Cron','2021-01-08 01:07:04','2021-01-07 20:07:04'),
(43919,18803,'action complete via WP Cron','2021-01-08 01:07:04','2021-01-07 20:07:04'),
(43920,18804,'action created','2021-01-08 01:07:04','2021-01-07 20:07:04'),
(43921,18804,'action started via WP Cron','2021-01-08 01:08:00','2021-01-07 20:08:00'),
(43922,18804,'action complete via WP Cron','2021-01-08 01:08:00','2021-01-07 20:08:00'),
(43923,18805,'action created','2021-01-08 01:08:00','2021-01-07 20:08:00'),
(43924,18805,'action started via WP Cron','2021-01-08 01:08:13','2021-01-07 20:08:13'),
(43925,18805,'action complete via WP Cron','2021-01-08 01:08:13','2021-01-07 20:08:13'),
(43926,18806,'action created','2021-01-08 01:08:13','2021-01-07 20:08:13'),
(43927,18806,'action started via WP Cron','2021-01-08 01:09:51','2021-01-07 20:09:51'),
(43928,18806,'action complete via WP Cron','2021-01-08 01:09:51','2021-01-07 20:09:51'),
(43929,18807,'action created','2021-01-08 01:09:52','2021-01-07 20:09:52'),
(43930,18807,'action started via WP Cron','2021-01-08 01:10:27','2021-01-07 20:10:27'),
(43931,18807,'action complete via WP Cron','2021-01-08 01:10:27','2021-01-07 20:10:27'),
(43932,18808,'action created','2021-01-08 01:10:27','2021-01-07 20:10:27'),
(43933,18808,'action started via WP Cron','2021-01-08 01:11:42','2021-01-07 20:11:42'),
(43934,18808,'action complete via WP Cron','2021-01-08 01:11:42','2021-01-07 20:11:42'),
(43935,18809,'action created','2021-01-08 01:11:42','2021-01-07 20:11:42'),
(43936,18809,'action started via WP Cron','2021-01-08 01:12:15','2021-01-07 20:12:15'),
(43937,18809,'action complete via WP Cron','2021-01-08 01:12:15','2021-01-07 20:12:15'),
(43938,18810,'action created','2021-01-08 01:12:15','2021-01-07 20:12:15'),
(43939,18810,'action started via WP Cron','2021-01-08 01:13:41','2021-01-07 20:13:41'),
(43940,18810,'action complete via WP Cron','2021-01-08 01:13:41','2021-01-07 20:13:41'),
(43941,18811,'action created','2021-01-08 01:13:41','2021-01-07 20:13:41'),
(43942,18811,'action started via WP Cron','2021-01-08 01:14:27','2021-01-07 20:14:27'),
(43943,18811,'action complete via WP Cron','2021-01-08 01:14:27','2021-01-07 20:14:27'),
(43944,18812,'action created','2021-01-08 01:14:27','2021-01-07 20:14:27'),
(43945,18812,'action started via WP Cron','2021-01-08 01:15:50','2021-01-07 20:15:50'),
(43946,18812,'action complete via WP Cron','2021-01-08 01:15:50','2021-01-07 20:15:50'),
(43947,18813,'action created','2021-01-08 01:15:50','2021-01-07 20:15:50'),
(43948,18813,'action started via WP Cron','2021-01-08 01:16:49','2021-01-07 20:16:49'),
(43949,18813,'action complete via WP Cron','2021-01-08 01:16:49','2021-01-07 20:16:49'),
(43950,18814,'action created','2021-01-08 01:16:49','2021-01-07 20:16:49'),
(43951,18814,'action started via WP Cron','2021-01-08 01:18:13','2021-01-07 20:18:13'),
(43952,18814,'action complete via WP Cron','2021-01-08 01:18:13','2021-01-07 20:18:13'),
(43953,17830,'action started via WP Cron','2021-01-08 01:18:13','2021-01-07 20:18:13'),
(43954,17830,'action complete via WP Cron','2021-01-08 01:18:13','2021-01-07 20:18:13'),
(43955,18815,'action created','2021-01-08 01:18:13','2021-01-07 20:18:13'),
(43956,18816,'action created','2021-01-08 01:18:13','2021-01-07 20:18:13'),
(43957,18816,'action started via WP Cron','2021-01-08 01:21:17','2021-01-07 20:21:17'),
(43958,18816,'action complete via WP Cron','2021-01-08 01:21:17','2021-01-07 20:21:17'),
(43959,18817,'action created','2021-01-08 01:21:17','2021-01-07 20:21:17'),
(43960,18817,'action started via WP Cron','2021-01-08 01:23:17','2021-01-07 20:23:17'),
(43961,18817,'action complete via WP Cron','2021-01-08 01:23:17','2021-01-07 20:23:17'),
(43962,18818,'action created','2021-01-08 01:23:17','2021-01-07 20:23:17'),
(43963,18818,'action started via WP Cron','2021-01-08 01:24:37','2021-01-07 20:24:37'),
(43964,18818,'action complete via WP Cron','2021-01-08 01:24:37','2021-01-07 20:24:37'),
(43965,18819,'action created','2021-01-08 01:24:37','2021-01-07 20:24:37'),
(43966,18819,'action started via WP Cron','2021-01-08 01:26:44','2021-01-07 20:26:44'),
(43967,18819,'action complete via WP Cron','2021-01-08 01:26:44','2021-01-07 20:26:44'),
(43968,18820,'action created','2021-01-08 01:26:44','2021-01-07 20:26:44'),
(43969,18820,'action started via WP Cron','2021-01-08 01:28:56','2021-01-07 20:28:56'),
(43970,18820,'action complete via WP Cron','2021-01-08 01:28:56','2021-01-07 20:28:56'),
(43971,18821,'action created','2021-01-08 01:28:56','2021-01-07 20:28:56'),
(43972,18821,'action started via WP Cron','2021-01-08 01:30:38','2021-01-07 20:30:38'),
(43973,18821,'action complete via WP Cron','2021-01-08 01:30:38','2021-01-07 20:30:38'),
(43974,18822,'action created','2021-01-08 01:30:38','2021-01-07 20:30:38'),
(43975,18822,'action started via WP Cron','2021-01-08 01:31:59','2021-01-07 20:31:59'),
(43976,18822,'action complete via WP Cron','2021-01-08 01:31:59','2021-01-07 20:31:59'),
(43977,18823,'action created','2021-01-08 01:31:59','2021-01-07 20:31:59'),
(43978,18823,'action started via WP Cron','2021-01-08 01:32:15','2021-01-07 20:32:15'),
(43979,18823,'action complete via WP Cron','2021-01-08 01:32:15','2021-01-07 20:32:15'),
(43980,18824,'action created','2021-01-08 01:32:15','2021-01-07 20:32:15'),
(43981,18824,'action started via WP Cron','2021-01-08 01:33:48','2021-01-07 20:33:48'),
(43982,18824,'action complete via WP Cron','2021-01-08 01:33:48','2021-01-07 20:33:48'),
(43983,18825,'action created','2021-01-08 01:33:48','2021-01-07 20:33:48'),
(43984,18825,'action started via WP Cron','2021-01-08 01:34:44','2021-01-07 20:34:44'),
(43985,18825,'action complete via WP Cron','2021-01-08 01:34:44','2021-01-07 20:34:44'),
(43986,18826,'action created','2021-01-08 01:34:44','2021-01-07 20:34:44'),
(43987,18826,'action started via WP Cron','2021-01-08 01:36:08','2021-01-07 20:36:08'),
(43988,18826,'action complete via WP Cron','2021-01-08 01:36:08','2021-01-07 20:36:08'),
(43989,18827,'action created','2021-01-08 01:36:08','2021-01-07 20:36:08'),
(43990,18827,'action started via WP Cron','2021-01-08 01:38:24','2021-01-07 20:38:24'),
(43991,18827,'action complete via WP Cron','2021-01-08 01:38:24','2021-01-07 20:38:24'),
(43992,18828,'action created','2021-01-08 01:38:24','2021-01-07 20:38:24'),
(43993,18828,'action started via WP Cron','2021-01-08 01:39:54','2021-01-07 20:39:54'),
(43994,18828,'action complete via WP Cron','2021-01-08 01:39:54','2021-01-07 20:39:54'),
(43995,18829,'action created','2021-01-08 01:39:54','2021-01-07 20:39:54'),
(43996,18829,'action started via WP Cron','2021-01-08 01:40:15','2021-01-07 20:40:15'),
(43997,18829,'action complete via WP Cron','2021-01-08 01:40:15','2021-01-07 20:40:15'),
(43998,18830,'action created','2021-01-08 01:40:15','2021-01-07 20:40:15'),
(43999,18830,'action started via WP Cron','2021-01-08 01:41:15','2021-01-07 20:41:15'),
(44000,18830,'action complete via WP Cron','2021-01-08 01:41:15','2021-01-07 20:41:15'),
(44001,18831,'action created','2021-01-08 01:41:15','2021-01-07 20:41:15'),
(44002,18831,'action started via WP Cron','2021-01-08 01:42:27','2021-01-07 20:42:27'),
(44003,18831,'action complete via WP Cron','2021-01-08 01:42:27','2021-01-07 20:42:27'),
(44004,18832,'action created','2021-01-08 01:42:27','2021-01-07 20:42:27'),
(44005,18832,'action started via WP Cron','2021-01-08 01:43:39','2021-01-07 20:43:39'),
(44006,18832,'action complete via WP Cron','2021-01-08 01:43:39','2021-01-07 20:43:39'),
(44007,18833,'action created','2021-01-08 01:43:39','2021-01-07 20:43:39'),
(44008,18833,'action started via WP Cron','2021-01-08 01:44:29','2021-01-07 20:44:29'),
(44009,18833,'action complete via WP Cron','2021-01-08 01:44:29','2021-01-07 20:44:29'),
(44010,18834,'action created','2021-01-08 01:44:29','2021-01-07 20:44:29'),
(44011,18834,'action started via WP Cron','2021-01-08 01:45:25','2021-01-07 20:45:25'),
(44012,18834,'action complete via WP Cron','2021-01-08 01:45:25','2021-01-07 20:45:25'),
(44013,18835,'action created','2021-01-08 01:45:25','2021-01-07 20:45:25'),
(44014,18835,'action started via WP Cron','2021-01-08 01:46:56','2021-01-07 20:46:56'),
(44015,18835,'action complete via WP Cron','2021-01-08 01:46:56','2021-01-07 20:46:56'),
(44016,18836,'action created','2021-01-08 01:46:56','2021-01-07 20:46:56'),
(44017,18836,'action started via WP Cron','2021-01-08 01:48:21','2021-01-07 20:48:21'),
(44018,18836,'action complete via WP Cron','2021-01-08 01:48:21','2021-01-07 20:48:21'),
(44019,18837,'action created','2021-01-08 01:48:21','2021-01-07 20:48:21'),
(44020,18837,'action started via WP Cron','2021-01-08 01:49:18','2021-01-07 20:49:18'),
(44021,18837,'action complete via WP Cron','2021-01-08 01:49:18','2021-01-07 20:49:18'),
(44022,18838,'action created','2021-01-08 01:49:18','2021-01-07 20:49:18'),
(44023,18838,'action started via WP Cron','2021-01-08 01:51:16','2021-01-07 20:51:16'),
(44024,18838,'action complete via WP Cron','2021-01-08 01:51:16','2021-01-07 20:51:16'),
(44025,18839,'action created','2021-01-08 01:51:16','2021-01-07 20:51:16'),
(44026,18839,'action started via WP Cron','2021-01-08 01:52:11','2021-01-07 20:52:11'),
(44027,18839,'action complete via WP Cron','2021-01-08 01:52:11','2021-01-07 20:52:11'),
(44028,18840,'action created','2021-01-08 01:52:11','2021-01-07 20:52:11'),
(44029,18840,'action started via WP Cron','2021-01-08 01:53:11','2021-01-07 20:53:11'),
(44030,18840,'action complete via WP Cron','2021-01-08 01:53:11','2021-01-07 20:53:11'),
(44031,18841,'action created','2021-01-08 01:53:11','2021-01-07 20:53:11'),
(44032,18841,'action started via WP Cron','2021-01-08 01:55:27','2021-01-07 20:55:27'),
(44033,18841,'action complete via WP Cron','2021-01-08 01:55:27','2021-01-07 20:55:27'),
(44034,18842,'action created','2021-01-08 01:55:27','2021-01-07 20:55:27'),
(44035,18842,'action started via WP Cron','2021-01-08 01:59:10','2021-01-07 20:59:10'),
(44036,18842,'action complete via WP Cron','2021-01-08 01:59:10','2021-01-07 20:59:10'),
(44037,18843,'action created','2021-01-08 01:59:10','2021-01-07 20:59:10'),
(44038,18843,'action started via WP Cron','2021-01-08 02:00:15','2021-01-07 21:00:15'),
(44039,18843,'action complete via WP Cron','2021-01-08 02:00:15','2021-01-07 21:00:15'),
(44040,18844,'action created','2021-01-08 02:00:15','2021-01-07 21:00:15'),
(44041,18844,'action started via WP Cron','2021-01-08 02:02:34','2021-01-07 21:02:34'),
(44042,18844,'action complete via WP Cron','2021-01-08 02:02:34','2021-01-07 21:02:34'),
(44043,18845,'action created','2021-01-08 02:02:34','2021-01-07 21:02:34'),
(44044,18845,'action started via WP Cron','2021-01-08 02:03:32','2021-01-07 21:03:32'),
(44045,18845,'action complete via WP Cron','2021-01-08 02:03:32','2021-01-07 21:03:32'),
(44046,18846,'action created','2021-01-08 02:03:32','2021-01-07 21:03:32'),
(44047,18846,'action started via WP Cron','2021-01-08 02:04:19','2021-01-07 21:04:19'),
(44048,18846,'action complete via WP Cron','2021-01-08 02:04:19','2021-01-07 21:04:19'),
(44049,18847,'action created','2021-01-08 02:04:19','2021-01-07 21:04:19'),
(44050,18847,'action started via WP Cron','2021-01-08 02:05:12','2021-01-07 21:05:12'),
(44051,18847,'action complete via WP Cron','2021-01-08 02:05:12','2021-01-07 21:05:12'),
(44052,18848,'action created','2021-01-08 02:05:12','2021-01-07 21:05:12'),
(44053,18848,'action started via WP Cron','2021-01-08 02:10:47','2021-01-07 21:10:47'),
(44054,18848,'action complete via WP Cron','2021-01-08 02:10:47','2021-01-07 21:10:47'),
(44055,18849,'action created','2021-01-08 02:10:47','2021-01-07 21:10:47'),
(44056,18849,'action started via WP Cron','2021-01-08 02:11:21','2021-01-07 21:11:21'),
(44057,18849,'action complete via WP Cron','2021-01-08 02:11:21','2021-01-07 21:11:21'),
(44058,18850,'action created','2021-01-08 02:11:21','2021-01-07 21:11:21'),
(44059,18850,'action started via WP Cron','2021-01-08 02:12:45','2021-01-07 21:12:45'),
(44060,18850,'action complete via WP Cron','2021-01-08 02:12:45','2021-01-07 21:12:45'),
(44061,18851,'action created','2021-01-08 02:12:45','2021-01-07 21:12:45'),
(44062,18851,'action started via WP Cron','2021-01-08 02:13:53','2021-01-07 21:13:53'),
(44063,18851,'action complete via WP Cron','2021-01-08 02:13:53','2021-01-07 21:13:53'),
(44064,18852,'action created','2021-01-08 02:13:53','2021-01-07 21:13:53'),
(44065,18852,'action started via WP Cron','2021-01-08 02:14:59','2021-01-07 21:14:59'),
(44066,18852,'action complete via WP Cron','2021-01-08 02:14:59','2021-01-07 21:14:59'),
(44067,18853,'action created','2021-01-08 02:14:59','2021-01-07 21:14:59'),
(44068,18853,'action started via WP Cron','2021-01-08 02:16:30','2021-01-07 21:16:30'),
(44069,18853,'action complete via WP Cron','2021-01-08 02:16:30','2021-01-07 21:16:30'),
(44070,18854,'action created','2021-01-08 02:16:30','2021-01-07 21:16:30'),
(44071,18854,'action started via WP Cron','2021-01-08 02:18:16','2021-01-07 21:18:16'),
(44072,18854,'action complete via WP Cron','2021-01-08 02:18:16','2021-01-07 21:18:16'),
(44073,18855,'action created','2021-01-08 02:18:16','2021-01-07 21:18:16'),
(44074,18855,'action started via WP Cron','2021-01-08 02:19:18','2021-01-07 21:19:18'),
(44075,18855,'action complete via WP Cron','2021-01-08 02:19:18','2021-01-07 21:19:18'),
(44076,18856,'action created','2021-01-08 02:19:19','2021-01-07 21:19:19'),
(44077,18856,'action started via WP Cron','2021-01-08 02:20:33','2021-01-07 21:20:33'),
(44078,18856,'action complete via WP Cron','2021-01-08 02:20:33','2021-01-07 21:20:33'),
(44079,18857,'action created','2021-01-08 02:20:33','2021-01-07 21:20:33'),
(44080,18857,'action started via WP Cron','2021-01-08 02:21:24','2021-01-07 21:21:24'),
(44081,18857,'action complete via WP Cron','2021-01-08 02:21:24','2021-01-07 21:21:24'),
(44082,18858,'action created','2021-01-08 02:21:24','2021-01-07 21:21:24'),
(44083,18858,'action started via WP Cron','2021-01-08 02:22:15','2021-01-07 21:22:15'),
(44084,18858,'action complete via WP Cron','2021-01-08 02:22:15','2021-01-07 21:22:15'),
(44085,18859,'action created','2021-01-08 02:22:15','2021-01-07 21:22:15'),
(44086,18859,'action started via WP Cron','2021-01-08 02:24:26','2021-01-07 21:24:26'),
(44087,18859,'action complete via WP Cron','2021-01-08 02:24:26','2021-01-07 21:24:26'),
(44088,18860,'action created','2021-01-08 02:24:26','2021-01-07 21:24:26'),
(44089,18860,'action started via WP Cron','2021-01-08 02:25:47','2021-01-07 21:25:47'),
(44090,18860,'action complete via WP Cron','2021-01-08 02:25:47','2021-01-07 21:25:47'),
(44091,18861,'action created','2021-01-08 02:25:47','2021-01-07 21:25:47'),
(44092,18861,'action started via WP Cron','2021-01-08 02:29:24','2021-01-07 21:29:24'),
(44093,18861,'action complete via WP Cron','2021-01-08 02:29:24','2021-01-07 21:29:24'),
(44094,18862,'action created','2021-01-08 02:29:25','2021-01-07 21:29:25'),
(44095,18862,'action started via WP Cron','2021-01-08 02:32:16','2021-01-07 21:32:16'),
(44096,18862,'action complete via WP Cron','2021-01-08 02:32:16','2021-01-07 21:32:16'),
(44097,18863,'action created','2021-01-08 02:32:16','2021-01-07 21:32:16'),
(44098,18863,'action started via WP Cron','2021-01-08 02:38:04','2021-01-07 21:38:04'),
(44099,18863,'action complete via WP Cron','2021-01-08 02:38:04','2021-01-07 21:38:04'),
(44100,18864,'action created','2021-01-08 02:38:04','2021-01-07 21:38:04'),
(44101,18864,'action started via WP Cron','2021-01-08 02:40:07','2021-01-07 21:40:07'),
(44102,18864,'action complete via WP Cron','2021-01-08 02:40:07','2021-01-07 21:40:07'),
(44103,18865,'action created','2021-01-08 02:40:07','2021-01-07 21:40:07'),
(44104,18865,'action started via WP Cron','2021-01-08 02:41:02','2021-01-07 21:41:02'),
(44105,18865,'action complete via WP Cron','2021-01-08 02:41:02','2021-01-07 21:41:02'),
(44106,18866,'action created','2021-01-08 02:41:02','2021-01-07 21:41:02'),
(44107,18866,'action started via WP Cron','2021-01-08 02:43:42','2021-01-07 21:43:42'),
(44108,18866,'action complete via WP Cron','2021-01-08 02:43:42','2021-01-07 21:43:42'),
(44109,18867,'action created','2021-01-08 02:43:42','2021-01-07 21:43:42'),
(44110,18867,'action started via WP Cron','2021-01-08 02:46:14','2021-01-07 21:46:14'),
(44111,18867,'action complete via WP Cron','2021-01-08 02:46:14','2021-01-07 21:46:14'),
(44112,18868,'action created','2021-01-08 02:46:14','2021-01-07 21:46:14'),
(44113,18868,'action started via WP Cron','2021-01-08 02:47:35','2021-01-07 21:47:35'),
(44114,18868,'action complete via WP Cron','2021-01-08 02:47:35','2021-01-07 21:47:35'),
(44115,18869,'action created','2021-01-08 02:47:35','2021-01-07 21:47:35'),
(44116,18869,'action started via WP Cron','2021-01-08 02:49:27','2021-01-07 21:49:27'),
(44117,18869,'action complete via WP Cron','2021-01-08 02:49:27','2021-01-07 21:49:27'),
(44118,18870,'action created','2021-01-08 02:49:27','2021-01-07 21:49:27'),
(44119,18870,'action started via WP Cron','2021-01-08 02:50:55','2021-01-07 21:50:55'),
(44120,18870,'action complete via WP Cron','2021-01-08 02:50:55','2021-01-07 21:50:55'),
(44121,18871,'action created','2021-01-08 02:51:20','2021-01-07 21:51:20'),
(44122,18871,'action started via WP Cron','2021-01-08 02:53:50','2021-01-07 21:53:50'),
(44123,18871,'action complete via WP Cron','2021-01-08 02:53:51','2021-01-07 21:53:51'),
(44124,18872,'action created','2021-01-08 02:53:51','2021-01-07 21:53:51'),
(44125,18872,'action started via WP Cron','2021-01-08 02:54:32','2021-01-07 21:54:32'),
(44126,18872,'action complete via WP Cron','2021-01-08 02:54:32','2021-01-07 21:54:32'),
(44127,18873,'action created','2021-01-08 02:54:32','2021-01-07 21:54:32'),
(44128,18873,'action started via WP Cron','2021-01-08 02:58:12','2021-01-07 21:58:12'),
(44129,18873,'action complete via WP Cron','2021-01-08 02:58:12','2021-01-07 21:58:12'),
(44130,18874,'action created','2021-01-08 02:58:12','2021-01-07 21:58:12'),
(44131,18874,'action started via WP Cron','2021-01-08 03:00:39','2021-01-07 22:00:39'),
(44132,18874,'action complete via WP Cron','2021-01-08 03:00:39','2021-01-07 22:00:39'),
(44133,18875,'action created','2021-01-08 03:00:39','2021-01-07 22:00:39'),
(44134,18875,'action started via WP Cron','2021-01-08 03:01:58','2021-01-07 22:01:58'),
(44135,18875,'action complete via WP Cron','2021-01-08 03:01:58','2021-01-07 22:01:58'),
(44136,18876,'action created','2021-01-08 03:01:58','2021-01-07 22:01:58'),
(44137,18876,'action started via WP Cron','2021-01-08 03:02:50','2021-01-07 22:02:50'),
(44138,18876,'action complete via WP Cron','2021-01-08 03:02:50','2021-01-07 22:02:50'),
(44139,18877,'action created','2021-01-08 03:02:50','2021-01-07 22:02:50'),
(44140,18877,'action started via WP Cron','2021-01-08 03:03:12','2021-01-07 22:03:12'),
(44141,18877,'action complete via WP Cron','2021-01-08 03:03:12','2021-01-07 22:03:12'),
(44142,18878,'action created','2021-01-08 03:03:12','2021-01-07 22:03:12'),
(44143,18878,'action started via WP Cron','2021-01-08 03:05:21','2021-01-07 22:05:21'),
(44144,18878,'action complete via WP Cron','2021-01-08 03:05:21','2021-01-07 22:05:21'),
(44145,18879,'action created','2021-01-08 03:05:21','2021-01-07 22:05:21'),
(44146,18879,'action started via WP Cron','2021-01-08 03:06:19','2021-01-07 22:06:19'),
(44147,18879,'action complete via WP Cron','2021-01-08 03:06:19','2021-01-07 22:06:19'),
(44148,18880,'action created','2021-01-08 03:06:19','2021-01-07 22:06:19'),
(44149,18880,'action started via WP Cron','2021-01-08 03:09:06','2021-01-07 22:09:06'),
(44150,18880,'action complete via WP Cron','2021-01-08 03:09:06','2021-01-07 22:09:06'),
(44151,18881,'action created','2021-01-08 03:09:06','2021-01-07 22:09:06'),
(44152,18881,'action started via WP Cron','2021-01-08 03:09:42','2021-01-07 22:09:42'),
(44153,18881,'action complete via WP Cron','2021-01-08 03:09:42','2021-01-07 22:09:42'),
(44154,18882,'action created','2021-01-08 03:09:42','2021-01-07 22:09:42'),
(44155,18882,'action started via WP Cron','2021-01-08 03:10:15','2021-01-07 22:10:15'),
(44156,18882,'action complete via WP Cron','2021-01-08 03:10:15','2021-01-07 22:10:15'),
(44157,18883,'action created','2021-01-08 03:10:16','2021-01-07 22:10:16'),
(44158,18883,'action started via WP Cron','2021-01-08 03:12:20','2021-01-07 22:12:20'),
(44159,18883,'action complete via WP Cron','2021-01-08 03:12:20','2021-01-07 22:12:20'),
(44160,18884,'action created','2021-01-08 03:12:20','2021-01-07 22:12:20'),
(44161,18884,'action started via WP Cron','2021-01-08 03:13:41','2021-01-07 22:13:41'),
(44162,18884,'action complete via WP Cron','2021-01-08 03:13:41','2021-01-07 22:13:41'),
(44163,18885,'action created','2021-01-08 03:13:41','2021-01-07 22:13:41'),
(44164,18885,'action started via WP Cron','2021-01-08 03:15:26','2021-01-07 22:15:26'),
(44165,18885,'action complete via WP Cron','2021-01-08 03:15:26','2021-01-07 22:15:26'),
(44166,18886,'action created','2021-01-08 03:15:26','2021-01-07 22:15:26'),
(44167,18886,'action started via WP Cron','2021-01-08 03:16:33','2021-01-07 22:16:33'),
(44168,18886,'action complete via WP Cron','2021-01-08 03:16:33','2021-01-07 22:16:33'),
(44169,18887,'action created','2021-01-08 03:16:33','2021-01-07 22:16:33'),
(44170,18887,'action started via WP Cron','2021-01-08 03:19:05','2021-01-07 22:19:05'),
(44171,18887,'action complete via WP Cron','2021-01-08 03:19:05','2021-01-07 22:19:05'),
(44172,18888,'action created','2021-01-08 03:19:05','2021-01-07 22:19:05'),
(44173,18888,'action started via WP Cron','2021-01-08 03:20:22','2021-01-07 22:20:22'),
(44174,18888,'action complete via WP Cron','2021-01-08 03:20:22','2021-01-07 22:20:22'),
(44175,18889,'action created','2021-01-08 03:20:22','2021-01-07 22:20:22'),
(44176,18889,'action started via WP Cron','2021-01-08 03:23:14','2021-01-07 22:23:14'),
(44177,18889,'action complete via WP Cron','2021-01-08 03:23:14','2021-01-07 22:23:14'),
(44178,18890,'action created','2021-01-08 03:23:14','2021-01-07 22:23:14'),
(44179,18890,'action started via WP Cron','2021-01-08 03:24:22','2021-01-07 22:24:22'),
(44180,18890,'action complete via WP Cron','2021-01-08 03:24:22','2021-01-07 22:24:22'),
(44181,18891,'action created','2021-01-08 03:24:22','2021-01-07 22:24:22'),
(44182,18891,'action started via WP Cron','2021-01-08 03:25:46','2021-01-07 22:25:46'),
(44183,18891,'action complete via WP Cron','2021-01-08 03:25:47','2021-01-07 22:25:47'),
(44184,18892,'action created','2021-01-08 03:25:47','2021-01-07 22:25:47'),
(44185,18892,'action started via WP Cron','2021-01-08 03:27:18','2021-01-07 22:27:18'),
(44186,18892,'action complete via WP Cron','2021-01-08 03:27:18','2021-01-07 22:27:18'),
(44187,18893,'action created','2021-01-08 03:27:18','2021-01-07 22:27:18'),
(44188,18893,'action started via WP Cron','2021-01-08 03:28:11','2021-01-07 22:28:11'),
(44189,18893,'action complete via WP Cron','2021-01-08 03:28:11','2021-01-07 22:28:11'),
(44190,18894,'action created','2021-01-08 03:28:11','2021-01-07 22:28:11'),
(44191,18894,'action started via WP Cron','2021-01-08 03:30:29','2021-01-07 22:30:29'),
(44192,18894,'action complete via WP Cron','2021-01-08 03:30:29','2021-01-07 22:30:29'),
(44193,18895,'action created','2021-01-08 03:30:29','2021-01-07 22:30:29'),
(44194,18895,'action started via WP Cron','2021-01-08 03:31:31','2021-01-07 22:31:31'),
(44195,18895,'action complete via WP Cron','2021-01-08 03:31:31','2021-01-07 22:31:31'),
(44196,18896,'action created','2021-01-08 03:31:31','2021-01-07 22:31:31'),
(44197,18896,'action started via WP Cron','2021-01-08 03:33:09','2021-01-07 22:33:09'),
(44198,18896,'action complete via WP Cron','2021-01-08 03:33:09','2021-01-07 22:33:09'),
(44199,18897,'action created','2021-01-08 03:33:09','2021-01-07 22:33:09'),
(44200,18897,'action started via WP Cron','2021-01-08 03:34:10','2021-01-07 22:34:10'),
(44201,18897,'action complete via WP Cron','2021-01-08 03:34:10','2021-01-07 22:34:10'),
(44202,18898,'action created','2021-01-08 03:34:10','2021-01-07 22:34:10'),
(44203,18898,'action started via WP Cron','2021-01-08 03:35:30','2021-01-07 22:35:30'),
(44204,18898,'action complete via WP Cron','2021-01-08 03:35:30','2021-01-07 22:35:30'),
(44205,18899,'action created','2021-01-08 03:35:30','2021-01-07 22:35:30'),
(44206,18899,'action started via WP Cron','2021-01-08 03:37:27','2021-01-07 22:37:27'),
(44207,18899,'action complete via WP Cron','2021-01-08 03:37:27','2021-01-07 22:37:27'),
(44208,18900,'action created','2021-01-08 03:37:27','2021-01-07 22:37:27'),
(44209,18900,'action started via WP Cron','2021-01-08 03:38:43','2021-01-07 22:38:43'),
(44210,18900,'action complete via WP Cron','2021-01-08 03:38:43','2021-01-07 22:38:43'),
(44211,18901,'action created','2021-01-08 03:38:43','2021-01-07 22:38:43'),
(44212,18901,'action started via WP Cron','2021-01-08 03:39:30','2021-01-07 22:39:30'),
(44213,18901,'action complete via WP Cron','2021-01-08 03:39:30','2021-01-07 22:39:30'),
(44214,18902,'action created','2021-01-08 03:39:30','2021-01-07 22:39:30'),
(44215,18902,'action started via WP Cron','2021-01-08 03:41:02','2021-01-07 22:41:02'),
(44216,18902,'action complete via WP Cron','2021-01-08 03:41:02','2021-01-07 22:41:02'),
(44217,18903,'action created','2021-01-08 03:41:02','2021-01-07 22:41:02'),
(44218,18903,'action started via WP Cron','2021-01-08 03:41:42','2021-01-07 22:41:42'),
(44219,18903,'action complete via WP Cron','2021-01-08 03:41:42','2021-01-07 22:41:42'),
(44220,18904,'action created','2021-01-08 03:41:42','2021-01-07 22:41:42'),
(44221,18904,'action started via WP Cron','2021-01-08 03:42:46','2021-01-07 22:42:46'),
(44222,18904,'action complete via WP Cron','2021-01-08 03:42:46','2021-01-07 22:42:46'),
(44223,18905,'action created','2021-01-08 03:42:46','2021-01-07 22:42:46'),
(44224,18905,'action started via WP Cron','2021-01-08 03:44:01','2021-01-07 22:44:01'),
(44225,18905,'action complete via WP Cron','2021-01-08 03:44:01','2021-01-07 22:44:01'),
(44226,18906,'action created','2021-01-08 03:44:02','2021-01-07 22:44:02'),
(44227,18906,'action started via WP Cron','2021-01-08 03:44:45','2021-01-07 22:44:45'),
(44228,18906,'action complete via WP Cron','2021-01-08 03:44:45','2021-01-07 22:44:45'),
(44229,18907,'action created','2021-01-08 03:44:45','2021-01-07 22:44:45'),
(44230,18907,'action started via WP Cron','2021-01-08 03:45:20','2021-01-07 22:45:20'),
(44231,18907,'action complete via WP Cron','2021-01-08 03:45:20','2021-01-07 22:45:20'),
(44232,18908,'action created','2021-01-08 03:45:20','2021-01-07 22:45:20'),
(44233,18908,'action started via WP Cron','2021-01-08 03:46:18','2021-01-07 22:46:18'),
(44234,18908,'action complete via WP Cron','2021-01-08 03:46:18','2021-01-07 22:46:18'),
(44235,18909,'action created','2021-01-08 03:46:18','2021-01-07 22:46:18'),
(44236,18909,'action started via WP Cron','2021-01-08 03:47:46','2021-01-07 22:47:46'),
(44237,18909,'action complete via WP Cron','2021-01-08 03:47:46','2021-01-07 22:47:46'),
(44238,18910,'action created','2021-01-08 03:47:46','2021-01-07 22:47:46'),
(44239,18910,'action started via WP Cron','2021-01-08 03:48:17','2021-01-07 22:48:17'),
(44240,18910,'action complete via WP Cron','2021-01-08 03:48:17','2021-01-07 22:48:17'),
(44241,18911,'action created','2021-01-08 03:48:17','2021-01-07 22:48:17'),
(44242,18911,'action started via WP Cron','2021-01-08 03:49:16','2021-01-07 22:49:16'),
(44243,18911,'action complete via WP Cron','2021-01-08 03:49:16','2021-01-07 22:49:16'),
(44244,18912,'action created','2021-01-08 03:49:16','2021-01-07 22:49:16'),
(44245,18912,'action started via WP Cron','2021-01-08 03:51:18','2021-01-07 22:51:18'),
(44246,18912,'action complete via WP Cron','2021-01-08 03:51:18','2021-01-07 22:51:18'),
(44247,18913,'action created','2021-01-08 03:51:18','2021-01-07 22:51:18'),
(44248,18913,'action started via WP Cron','2021-01-08 03:52:22','2021-01-07 22:52:22'),
(44249,18913,'action complete via WP Cron','2021-01-08 03:52:22','2021-01-07 22:52:22'),
(44250,18914,'action created','2021-01-08 03:52:22','2021-01-07 22:52:22'),
(44251,18914,'action started via WP Cron','2021-01-08 03:54:58','2021-01-07 22:54:58'),
(44252,18914,'action complete via WP Cron','2021-01-08 03:54:58','2021-01-07 22:54:58'),
(44253,18915,'action created','2021-01-08 03:54:58','2021-01-07 22:54:58'),
(44254,18915,'action started via WP Cron','2021-01-08 03:56:37','2021-01-07 22:56:37'),
(44255,18915,'action complete via WP Cron','2021-01-08 03:56:37','2021-01-07 22:56:37'),
(44256,18916,'action created','2021-01-08 03:56:37','2021-01-07 22:56:37'),
(44257,18916,'action started via WP Cron','2021-01-08 03:57:22','2021-01-07 22:57:22'),
(44258,18916,'action complete via WP Cron','2021-01-08 03:57:22','2021-01-07 22:57:22'),
(44259,18917,'action created','2021-01-08 03:57:22','2021-01-07 22:57:22'),
(44260,18917,'action started via WP Cron','2021-01-08 03:59:51','2021-01-07 22:59:51'),
(44261,18917,'action complete via WP Cron','2021-01-08 03:59:51','2021-01-07 22:59:51'),
(44262,18918,'action created','2021-01-08 03:59:51','2021-01-07 22:59:51'),
(44263,18918,'action started via WP Cron','2021-01-08 04:01:25','2021-01-07 23:01:25'),
(44264,18918,'action complete via WP Cron','2021-01-08 04:01:25','2021-01-07 23:01:25'),
(44265,18919,'action created','2021-01-08 04:01:25','2021-01-07 23:01:25'),
(44266,18919,'action started via WP Cron','2021-01-08 04:04:19','2021-01-07 23:04:19'),
(44267,18919,'action complete via WP Cron','2021-01-08 04:04:19','2021-01-07 23:04:19'),
(44268,18920,'action created','2021-01-08 04:04:19','2021-01-07 23:04:19'),
(44269,18920,'action started via WP Cron','2021-01-08 04:05:41','2021-01-07 23:05:41'),
(44270,18920,'action complete via WP Cron','2021-01-08 04:05:41','2021-01-07 23:05:41'),
(44271,18921,'action created','2021-01-08 04:05:41','2021-01-07 23:05:41'),
(44272,18921,'action started via WP Cron','2021-01-08 04:08:18','2021-01-07 23:08:18'),
(44273,18921,'action complete via WP Cron','2021-01-08 04:08:18','2021-01-07 23:08:18'),
(44274,18922,'action created','2021-01-08 04:08:18','2021-01-07 23:08:18'),
(44275,18922,'action started via WP Cron','2021-01-08 04:09:12','2021-01-07 23:09:12'),
(44276,18922,'action complete via WP Cron','2021-01-08 04:09:12','2021-01-07 23:09:12'),
(44277,18923,'action created','2021-01-08 04:09:12','2021-01-07 23:09:12'),
(44278,18923,'action started via WP Cron','2021-01-08 04:11:19','2021-01-07 23:11:19'),
(44279,18923,'action complete via WP Cron','2021-01-08 04:11:19','2021-01-07 23:11:19'),
(44280,18924,'action created','2021-01-08 04:11:19','2021-01-07 23:11:19'),
(44281,18924,'action started via WP Cron','2021-01-08 04:13:05','2021-01-07 23:13:05'),
(44282,18924,'action complete via WP Cron','2021-01-08 04:13:05','2021-01-07 23:13:05'),
(44283,18925,'action created','2021-01-08 04:13:05','2021-01-07 23:13:05'),
(44284,18925,'action started via WP Cron','2021-01-08 04:13:20','2021-01-07 23:13:20'),
(44285,18925,'action complete via WP Cron','2021-01-08 04:13:21','2021-01-07 23:13:21'),
(44286,18926,'action created','2021-01-08 04:13:21','2021-01-07 23:13:21'),
(44287,18926,'action started via WP Cron','2021-01-08 04:14:19','2021-01-07 23:14:19'),
(44288,18926,'action complete via WP Cron','2021-01-08 04:14:19','2021-01-07 23:14:19'),
(44289,18927,'action created','2021-01-08 04:14:19','2021-01-07 23:14:19'),
(44290,18927,'action started via WP Cron','2021-01-08 04:15:28','2021-01-07 23:15:28'),
(44291,18927,'action complete via WP Cron','2021-01-08 04:15:28','2021-01-07 23:15:28'),
(44292,18928,'action created','2021-01-08 04:15:28','2021-01-07 23:15:28'),
(44293,18928,'action started via WP Cron','2021-01-08 04:16:11','2021-01-07 23:16:11'),
(44294,18928,'action complete via WP Cron','2021-01-08 04:16:11','2021-01-07 23:16:11'),
(44295,18929,'action created','2021-01-08 04:16:12','2021-01-07 23:16:12'),
(44296,18929,'action started via WP Cron','2021-01-08 04:17:27','2021-01-07 23:17:27'),
(44297,18929,'action complete via WP Cron','2021-01-08 04:17:27','2021-01-07 23:17:27'),
(44298,18930,'action created','2021-01-08 04:17:27','2021-01-07 23:17:27'),
(44299,18930,'action started via WP Cron','2021-01-08 04:18:14','2021-01-07 23:18:14'),
(44300,18930,'action complete via WP Cron','2021-01-08 04:18:14','2021-01-07 23:18:14'),
(44301,18931,'action created','2021-01-08 04:18:14','2021-01-07 23:18:14'),
(44302,18931,'action started via WP Cron','2021-01-08 04:20:20','2021-01-07 23:20:20'),
(44303,18931,'action complete via WP Cron','2021-01-08 04:20:20','2021-01-07 23:20:20'),
(44304,18932,'action created','2021-01-08 04:20:20','2021-01-07 23:20:20'),
(44305,18932,'action started via WP Cron','2021-01-08 04:21:56','2021-01-07 23:21:56'),
(44306,18932,'action complete via WP Cron','2021-01-08 04:21:56','2021-01-07 23:21:56'),
(44307,18933,'action created','2021-01-08 04:21:56','2021-01-07 23:21:56'),
(44308,18933,'action started via WP Cron','2021-01-08 04:22:42','2021-01-07 23:22:42'),
(44309,18933,'action complete via WP Cron','2021-01-08 04:22:42','2021-01-07 23:22:42'),
(44310,18934,'action created','2021-01-08 04:22:42','2021-01-07 23:22:42'),
(44311,18934,'action started via WP Cron','2021-01-08 04:24:19','2021-01-07 23:24:19'),
(44312,18934,'action complete via WP Cron','2021-01-08 04:24:19','2021-01-07 23:24:19'),
(44313,18935,'action created','2021-01-08 04:24:19','2021-01-07 23:24:19'),
(44314,18935,'action started via WP Cron','2021-01-08 04:26:17','2021-01-07 23:26:17'),
(44315,18935,'action complete via WP Cron','2021-01-08 04:26:17','2021-01-07 23:26:17'),
(44316,18936,'action created','2021-01-08 04:26:17','2021-01-07 23:26:17'),
(44317,18936,'action started via WP Cron','2021-01-08 04:27:24','2021-01-07 23:27:24'),
(44318,18936,'action complete via WP Cron','2021-01-08 04:27:24','2021-01-07 23:27:24'),
(44319,18937,'action created','2021-01-08 04:27:24','2021-01-07 23:27:24'),
(44320,18937,'action started via WP Cron','2021-01-08 04:28:18','2021-01-07 23:28:18'),
(44321,18937,'action complete via WP Cron','2021-01-08 04:28:18','2021-01-07 23:28:18'),
(44322,18938,'action created','2021-01-08 04:28:18','2021-01-07 23:28:18'),
(44323,18938,'action started via WP Cron','2021-01-08 04:29:36','2021-01-07 23:29:36'),
(44324,18938,'action complete via WP Cron','2021-01-08 04:29:36','2021-01-07 23:29:36'),
(44325,18939,'action created','2021-01-08 04:29:36','2021-01-07 23:29:36'),
(44326,18939,'action started via WP Cron','2021-01-08 04:30:12','2021-01-07 23:30:12'),
(44327,18939,'action complete via WP Cron','2021-01-08 04:30:12','2021-01-07 23:30:12'),
(44328,18940,'action created','2021-01-08 04:30:13','2021-01-07 23:30:13'),
(44329,18940,'action started via WP Cron','2021-01-08 04:31:17','2021-01-07 23:31:17'),
(44330,18940,'action complete via WP Cron','2021-01-08 04:31:17','2021-01-07 23:31:17'),
(44331,18941,'action created','2021-01-08 04:31:17','2021-01-07 23:31:17'),
(44332,18941,'action started via WP Cron','2021-01-08 04:32:52','2021-01-07 23:32:52'),
(44333,18941,'action complete via WP Cron','2021-01-08 04:32:52','2021-01-07 23:32:52'),
(44334,18942,'action created','2021-01-08 04:32:52','2021-01-07 23:32:52'),
(44335,18942,'action started via WP Cron','2021-01-08 04:33:48','2021-01-07 23:33:48'),
(44336,18942,'action complete via WP Cron','2021-01-08 04:33:48','2021-01-07 23:33:48'),
(44337,18943,'action created','2021-01-08 04:33:48','2021-01-07 23:33:48'),
(44338,18943,'action started via WP Cron','2021-01-08 04:34:11','2021-01-07 23:34:11'),
(44339,18943,'action complete via WP Cron','2021-01-08 04:34:11','2021-01-07 23:34:11'),
(44340,18944,'action created','2021-01-08 04:34:12','2021-01-07 23:34:12'),
(44341,18944,'action started via WP Cron','2021-01-08 04:35:26','2021-01-07 23:35:26'),
(44342,18944,'action complete via WP Cron','2021-01-08 04:35:26','2021-01-07 23:35:26'),
(44343,18945,'action created','2021-01-08 04:35:26','2021-01-07 23:35:26'),
(44344,18945,'action started via WP Cron','2021-01-08 04:37:55','2021-01-07 23:37:55'),
(44345,18945,'action complete via WP Cron','2021-01-08 04:37:55','2021-01-07 23:37:55'),
(44346,18946,'action created','2021-01-08 04:37:55','2021-01-07 23:37:55'),
(44347,18946,'action started via WP Cron','2021-01-08 04:38:51','2021-01-07 23:38:51'),
(44348,18946,'action complete via WP Cron','2021-01-08 04:38:51','2021-01-07 23:38:51'),
(44349,18947,'action created','2021-01-08 04:38:51','2021-01-07 23:38:51'),
(44350,18947,'action started via WP Cron','2021-01-08 04:39:16','2021-01-07 23:39:16'),
(44351,18947,'action complete via WP Cron','2021-01-08 04:39:16','2021-01-07 23:39:16'),
(44352,18948,'action created','2021-01-08 04:39:16','2021-01-07 23:39:16'),
(44353,18948,'action started via WP Cron','2021-01-08 04:40:14','2021-01-07 23:40:14'),
(44354,18948,'action complete via WP Cron','2021-01-08 04:40:14','2021-01-07 23:40:14'),
(44355,18949,'action created','2021-01-08 04:40:14','2021-01-07 23:40:14'),
(44356,18949,'action started via WP Cron','2021-01-08 04:41:59','2021-01-07 23:41:59'),
(44357,18949,'action complete via WP Cron','2021-01-08 04:41:59','2021-01-07 23:41:59'),
(44358,18950,'action created','2021-01-08 04:41:59','2021-01-07 23:41:59'),
(44359,18950,'action started via WP Cron','2021-01-08 04:42:26','2021-01-07 23:42:26'),
(44360,18950,'action complete via WP Cron','2021-01-08 04:42:26','2021-01-07 23:42:26'),
(44361,18951,'action created','2021-01-08 04:42:27','2021-01-07 23:42:27'),
(44362,18951,'action started via WP Cron','2021-01-08 04:44:05','2021-01-07 23:44:05'),
(44363,18951,'action complete via WP Cron','2021-01-08 04:44:05','2021-01-07 23:44:05'),
(44364,18952,'action created','2021-01-08 04:44:05','2021-01-07 23:44:05'),
(44365,18952,'action started via WP Cron','2021-01-08 04:44:16','2021-01-07 23:44:16'),
(44366,18952,'action complete via WP Cron','2021-01-08 04:44:16','2021-01-07 23:44:16'),
(44367,18953,'action created','2021-01-08 04:44:16','2021-01-07 23:44:16'),
(44368,18953,'action started via WP Cron','2021-01-08 04:46:05','2021-01-07 23:46:05'),
(44369,18953,'action complete via WP Cron','2021-01-08 04:46:05','2021-01-07 23:46:05'),
(44370,18954,'action created','2021-01-08 04:46:05','2021-01-07 23:46:05'),
(44371,18954,'action started via WP Cron','2021-01-08 04:47:42','2021-01-07 23:47:42'),
(44372,18954,'action complete via WP Cron','2021-01-08 04:47:42','2021-01-07 23:47:42'),
(44373,18955,'action created','2021-01-08 04:47:42','2021-01-07 23:47:42'),
(44374,18955,'action started via WP Cron','2021-01-08 04:48:56','2021-01-07 23:48:56'),
(44375,18955,'action complete via WP Cron','2021-01-08 04:48:56','2021-01-07 23:48:56'),
(44376,18956,'action created','2021-01-08 04:48:56','2021-01-07 23:48:56'),
(44377,18956,'action started via WP Cron','2021-01-08 04:49:22','2021-01-07 23:49:22'),
(44378,18956,'action complete via WP Cron','2021-01-08 04:49:22','2021-01-07 23:49:22'),
(44379,18957,'action created','2021-01-08 04:49:22','2021-01-07 23:49:22'),
(44380,18957,'action started via WP Cron','2021-01-08 04:50:38','2021-01-07 23:50:38'),
(44381,18957,'action complete via WP Cron','2021-01-08 04:50:38','2021-01-07 23:50:38'),
(44382,18958,'action created','2021-01-08 04:50:38','2021-01-07 23:50:38'),
(44383,18958,'action started via WP Cron','2021-01-08 04:52:03','2021-01-07 23:52:03'),
(44384,18958,'action complete via WP Cron','2021-01-08 04:52:03','2021-01-07 23:52:03'),
(44385,18959,'action created','2021-01-08 04:52:03','2021-01-07 23:52:03'),
(44386,18959,'action started via WP Cron','2021-01-08 04:52:17','2021-01-07 23:52:17'),
(44387,18959,'action complete via WP Cron','2021-01-08 04:52:17','2021-01-07 23:52:17'),
(44388,18960,'action created','2021-01-08 04:52:18','2021-01-07 23:52:18'),
(44389,18960,'action started via WP Cron','2021-01-08 04:53:50','2021-01-07 23:53:50'),
(44390,18960,'action complete via WP Cron','2021-01-08 04:53:50','2021-01-07 23:53:50'),
(44391,18961,'action created','2021-01-08 04:53:50','2021-01-07 23:53:50'),
(44392,18961,'action started via WP Cron','2021-01-08 04:55:12','2021-01-07 23:55:12'),
(44393,18961,'action complete via WP Cron','2021-01-08 04:55:12','2021-01-07 23:55:12'),
(44394,18962,'action created','2021-01-08 04:55:12','2021-01-07 23:55:12'),
(44395,18962,'action started via WP Cron','2021-01-08 04:56:38','2021-01-07 23:56:38'),
(44396,18962,'action complete via WP Cron','2021-01-08 04:56:38','2021-01-07 23:56:38'),
(44397,18963,'action created','2021-01-08 04:56:38','2021-01-07 23:56:38'),
(44398,18963,'action started via WP Cron','2021-01-08 04:57:38','2021-01-07 23:57:38'),
(44399,18963,'action complete via WP Cron','2021-01-08 04:57:38','2021-01-07 23:57:38'),
(44400,18964,'action created','2021-01-08 04:57:38','2021-01-07 23:57:38'),
(44401,18964,'action started via WP Cron','2021-01-08 04:58:17','2021-01-07 23:58:17'),
(44402,18964,'action complete via WP Cron','2021-01-08 04:58:17','2021-01-07 23:58:17'),
(44403,18965,'action created','2021-01-08 04:58:17','2021-01-07 23:58:17'),
(44404,18965,'action started via WP Cron','2021-01-08 04:59:20','2021-01-07 23:59:20'),
(44405,18965,'action complete via WP Cron','2021-01-08 04:59:20','2021-01-07 23:59:20'),
(44406,18966,'action created','2021-01-08 04:59:20','2021-01-07 23:59:20'),
(44407,18966,'action started via WP Cron','2021-01-08 05:00:42','2021-01-08 00:00:42'),
(44408,18966,'action complete via WP Cron','2021-01-08 05:00:42','2021-01-08 00:00:42'),
(44409,18967,'action created','2021-01-08 05:00:42','2021-01-08 00:00:42'),
(44410,18967,'action started via WP Cron','2021-01-08 05:02:38','2021-01-08 00:02:38'),
(44411,18967,'action complete via WP Cron','2021-01-08 05:02:38','2021-01-08 00:02:38'),
(44412,18968,'action created','2021-01-08 05:02:38','2021-01-08 00:02:38'),
(44413,18968,'action started via WP Cron','2021-01-08 05:03:17','2021-01-08 00:03:17'),
(44414,18968,'action complete via WP Cron','2021-01-08 05:03:17','2021-01-08 00:03:17'),
(44415,18969,'action created','2021-01-08 05:03:17','2021-01-08 00:03:17'),
(44416,18969,'action started via WP Cron','2021-01-08 05:05:51','2021-01-08 00:05:51'),
(44417,18969,'action complete via WP Cron','2021-01-08 05:05:51','2021-01-08 00:05:51'),
(44418,18970,'action created','2021-01-08 05:05:52','2021-01-08 00:05:52'),
(44419,18970,'action started via WP Cron','2021-01-08 05:07:53','2021-01-08 00:07:53'),
(44420,18970,'action complete via WP Cron','2021-01-08 05:07:53','2021-01-08 00:07:53'),
(44421,18971,'action created','2021-01-08 05:07:53','2021-01-08 00:07:53'),
(44422,18971,'action started via WP Cron','2021-01-08 05:08:49','2021-01-08 00:08:49'),
(44423,18971,'action complete via WP Cron','2021-01-08 05:08:49','2021-01-08 00:08:49'),
(44424,18972,'action created','2021-01-08 05:08:49','2021-01-08 00:08:49'),
(44425,18972,'action started via WP Cron','2021-01-08 05:09:18','2021-01-08 00:09:18'),
(44426,18972,'action complete via WP Cron','2021-01-08 05:09:18','2021-01-08 00:09:18'),
(44427,18973,'action created','2021-01-08 05:09:18','2021-01-08 00:09:18'),
(44428,18973,'action started via WP Cron','2021-01-08 05:11:45','2021-01-08 00:11:45'),
(44429,18973,'action complete via WP Cron','2021-01-08 05:11:45','2021-01-08 00:11:45'),
(44430,18974,'action created','2021-01-08 05:11:45','2021-01-08 00:11:45'),
(44431,18974,'action started via WP Cron','2021-01-08 05:12:33','2021-01-08 00:12:33'),
(44432,18974,'action complete via WP Cron','2021-01-08 05:12:33','2021-01-08 00:12:33'),
(44433,18975,'action created','2021-01-08 05:12:33','2021-01-08 00:12:33'),
(44434,18975,'action started via WP Cron','2021-01-08 05:13:38','2021-01-08 00:13:38'),
(44435,18975,'action complete via WP Cron','2021-01-08 05:13:38','2021-01-08 00:13:38'),
(44436,18976,'action created','2021-01-08 05:13:38','2021-01-08 00:13:38'),
(44437,18976,'action started via WP Cron','2021-01-08 05:14:48','2021-01-08 00:14:48'),
(44438,18976,'action complete via WP Cron','2021-01-08 05:14:48','2021-01-08 00:14:48'),
(44439,18977,'action created','2021-01-08 05:14:48','2021-01-08 00:14:48'),
(44440,18977,'action started via WP Cron','2021-01-08 05:15:16','2021-01-08 00:15:16'),
(44441,18977,'action complete via WP Cron','2021-01-08 05:15:16','2021-01-08 00:15:16'),
(44442,18978,'action created','2021-01-08 05:15:16','2021-01-08 00:15:16'),
(44443,18978,'action started via WP Cron','2021-01-08 05:16:23','2021-01-08 00:16:23'),
(44444,18978,'action complete via WP Cron','2021-01-08 05:16:23','2021-01-08 00:16:23'),
(44445,18979,'action created','2021-01-08 05:16:23','2021-01-08 00:16:23'),
(44446,18979,'action started via WP Cron','2021-01-08 05:19:20','2021-01-08 00:19:20'),
(44447,18979,'action complete via WP Cron','2021-01-08 05:19:20','2021-01-08 00:19:20'),
(44448,18980,'action created','2021-01-08 05:19:20','2021-01-08 00:19:20'),
(44449,18980,'action started via WP Cron','2021-01-08 05:21:06','2021-01-08 00:21:06'),
(44450,18980,'action complete via WP Cron','2021-01-08 05:21:06','2021-01-08 00:21:06'),
(44451,18981,'action created','2021-01-08 05:21:06','2021-01-08 00:21:06'),
(44452,18981,'action started via WP Cron','2021-01-08 05:22:18','2021-01-08 00:22:18'),
(44453,18981,'action complete via WP Cron','2021-01-08 05:22:18','2021-01-08 00:22:18'),
(44454,18982,'action created','2021-01-08 05:22:18','2021-01-08 00:22:18'),
(44455,18982,'action started via WP Cron','2021-01-08 05:23:22','2021-01-08 00:23:22'),
(44456,18982,'action complete via WP Cron','2021-01-08 05:23:22','2021-01-08 00:23:22'),
(44457,18983,'action created','2021-01-08 05:23:22','2021-01-08 00:23:22'),
(44458,18983,'action started via WP Cron','2021-01-08 05:24:15','2021-01-08 00:24:15'),
(44459,18983,'action complete via WP Cron','2021-01-08 05:24:15','2021-01-08 00:24:15'),
(44460,18984,'action created','2021-01-08 05:24:15','2021-01-08 00:24:15'),
(44461,18984,'action started via WP Cron','2021-01-08 05:26:09','2021-01-08 00:26:09'),
(44462,18984,'action complete via WP Cron','2021-01-08 05:26:09','2021-01-08 00:26:09'),
(44463,18985,'action created','2021-01-08 05:26:09','2021-01-08 00:26:09'),
(44464,18985,'action started via WP Cron','2021-01-08 05:26:26','2021-01-08 00:26:26'),
(44465,18985,'action complete via WP Cron','2021-01-08 05:26:26','2021-01-08 00:26:26'),
(44466,18986,'action created','2021-01-08 05:26:26','2021-01-08 00:26:26'),
(44467,18986,'action started via WP Cron','2021-01-08 05:27:21','2021-01-08 00:27:21'),
(44468,18986,'action complete via WP Cron','2021-01-08 05:27:21','2021-01-08 00:27:21'),
(44469,18987,'action created','2021-01-08 05:27:21','2021-01-08 00:27:21'),
(44470,18987,'action started via WP Cron','2021-01-08 05:28:33','2021-01-08 00:28:33'),
(44471,18987,'action complete via WP Cron','2021-01-08 05:28:33','2021-01-08 00:28:33'),
(44472,18988,'action created','2021-01-08 05:28:33','2021-01-08 00:28:33'),
(44473,18988,'action started via WP Cron','2021-01-08 05:29:40','2021-01-08 00:29:40'),
(44474,18988,'action complete via WP Cron','2021-01-08 05:29:40','2021-01-08 00:29:40'),
(44475,18989,'action created','2021-01-08 05:29:40','2021-01-08 00:29:40'),
(44476,18989,'action started via WP Cron','2021-01-08 05:30:52','2021-01-08 00:30:52'),
(44477,18989,'action complete via WP Cron','2021-01-08 05:30:52','2021-01-08 00:30:52'),
(44478,18990,'action created','2021-01-08 05:30:52','2021-01-08 00:30:52'),
(44479,18990,'action started via WP Cron','2021-01-08 05:32:44','2021-01-08 00:32:44'),
(44480,18990,'action complete via WP Cron','2021-01-08 05:32:44','2021-01-08 00:32:44'),
(44481,18991,'action created','2021-01-08 05:32:44','2021-01-08 00:32:44'),
(44482,18991,'action started via WP Cron','2021-01-08 05:33:35','2021-01-08 00:33:35'),
(44483,18991,'action complete via WP Cron','2021-01-08 05:33:35','2021-01-08 00:33:35'),
(44484,18992,'action created','2021-01-08 05:33:35','2021-01-08 00:33:35'),
(44485,18992,'action started via WP Cron','2021-01-08 05:34:34','2021-01-08 00:34:34'),
(44486,18992,'action complete via WP Cron','2021-01-08 05:34:34','2021-01-08 00:34:34'),
(44487,18993,'action created','2021-01-08 05:34:34','2021-01-08 00:34:34'),
(44488,18993,'action started via WP Cron','2021-01-08 05:35:33','2021-01-08 00:35:33'),
(44489,18993,'action complete via WP Cron','2021-01-08 05:35:33','2021-01-08 00:35:33'),
(44490,18994,'action created','2021-01-08 05:35:33','2021-01-08 00:35:33'),
(44491,18994,'action started via WP Cron','2021-01-08 05:37:15','2021-01-08 00:37:15'),
(44492,18994,'action complete via WP Cron','2021-01-08 05:37:15','2021-01-08 00:37:15'),
(44493,18995,'action created','2021-01-08 05:37:15','2021-01-08 00:37:15'),
(44494,18995,'action started via WP Cron','2021-01-08 05:38:46','2021-01-08 00:38:46'),
(44495,18995,'action complete via WP Cron','2021-01-08 05:38:46','2021-01-08 00:38:46'),
(44496,18996,'action created','2021-01-08 05:38:46','2021-01-08 00:38:46'),
(44497,18996,'action started via WP Cron','2021-01-08 05:39:16','2021-01-08 00:39:16'),
(44498,18996,'action complete via WP Cron','2021-01-08 05:39:16','2021-01-08 00:39:16'),
(44499,18997,'action created','2021-01-08 05:39:16','2021-01-08 00:39:16'),
(44500,18997,'action started via WP Cron','2021-01-08 05:42:26','2021-01-08 00:42:26'),
(44501,18997,'action complete via WP Cron','2021-01-08 05:42:26','2021-01-08 00:42:26'),
(44502,18998,'action created','2021-01-08 05:42:26','2021-01-08 00:42:26'),
(44503,18998,'action started via WP Cron','2021-01-08 05:43:26','2021-01-08 00:43:26'),
(44504,18998,'action complete via WP Cron','2021-01-08 05:43:26','2021-01-08 00:43:26'),
(44505,18999,'action created','2021-01-08 05:43:26','2021-01-08 00:43:26'),
(44506,18999,'action started via WP Cron','2021-01-08 05:47:04','2021-01-08 00:47:04'),
(44507,18999,'action complete via WP Cron','2021-01-08 05:47:04','2021-01-08 00:47:04'),
(44508,19000,'action created','2021-01-08 05:47:04','2021-01-08 00:47:04'),
(44509,19000,'action started via WP Cron','2021-01-08 05:48:37','2021-01-08 00:48:37'),
(44510,19000,'action complete via WP Cron','2021-01-08 05:48:37','2021-01-08 00:48:37'),
(44511,19001,'action created','2021-01-08 05:48:37','2021-01-08 00:48:37'),
(44512,19001,'action started via WP Cron','2021-01-08 05:50:01','2021-01-08 00:50:01'),
(44513,19001,'action complete via WP Cron','2021-01-08 05:50:01','2021-01-08 00:50:01'),
(44514,19002,'action created','2021-01-08 05:50:01','2021-01-08 00:50:01'),
(44515,19002,'action started via WP Cron','2021-01-08 05:51:48','2021-01-08 00:51:48'),
(44516,19002,'action complete via WP Cron','2021-01-08 05:51:48','2021-01-08 00:51:48'),
(44517,19003,'action created','2021-01-08 05:51:48','2021-01-08 00:51:48'),
(44518,19003,'action started via WP Cron','2021-01-08 05:52:29','2021-01-08 00:52:29'),
(44519,19003,'action complete via WP Cron','2021-01-08 05:52:29','2021-01-08 00:52:29'),
(44520,19004,'action created','2021-01-08 05:52:29','2021-01-08 00:52:29'),
(44521,19004,'action started via WP Cron','2021-01-08 05:54:21','2021-01-08 00:54:21'),
(44522,19004,'action complete via WP Cron','2021-01-08 05:54:21','2021-01-08 00:54:21'),
(44523,19005,'action created','2021-01-08 05:54:21','2021-01-08 00:54:21'),
(44524,19005,'action started via WP Cron','2021-01-08 05:56:25','2021-01-08 00:56:25'),
(44525,19005,'action complete via WP Cron','2021-01-08 05:56:25','2021-01-08 00:56:25'),
(44526,19006,'action created','2021-01-08 05:56:25','2021-01-08 00:56:25'),
(44527,19006,'action started via WP Cron','2021-01-08 05:57:21','2021-01-08 00:57:21'),
(44528,19006,'action complete via WP Cron','2021-01-08 05:57:21','2021-01-08 00:57:21'),
(44529,19007,'action created','2021-01-08 05:57:21','2021-01-08 00:57:21'),
(44530,19007,'action started via WP Cron','2021-01-08 05:58:34','2021-01-08 00:58:34'),
(44531,19007,'action complete via WP Cron','2021-01-08 05:58:34','2021-01-08 00:58:34'),
(44532,19008,'action created','2021-01-08 05:58:34','2021-01-08 00:58:34'),
(44533,19008,'action started via WP Cron','2021-01-08 05:59:32','2021-01-08 00:59:32'),
(44534,19008,'action complete via WP Cron','2021-01-08 05:59:32','2021-01-08 00:59:32'),
(44535,19009,'action created','2021-01-08 05:59:32','2021-01-08 00:59:32'),
(44536,19009,'action started via WP Cron','2021-01-08 06:00:25','2021-01-08 01:00:25'),
(44537,19009,'action complete via WP Cron','2021-01-08 06:00:25','2021-01-08 01:00:25'),
(44538,19010,'action created','2021-01-08 06:00:25','2021-01-08 01:00:25'),
(44539,19010,'action started via WP Cron','2021-01-08 06:02:15','2021-01-08 01:02:15'),
(44540,19010,'action complete via WP Cron','2021-01-08 06:02:15','2021-01-08 01:02:15'),
(44541,19011,'action created','2021-01-08 06:02:15','2021-01-08 01:02:15'),
(44542,19011,'action started via WP Cron','2021-01-08 06:03:25','2021-01-08 01:03:25'),
(44543,19011,'action complete via WP Cron','2021-01-08 06:03:25','2021-01-08 01:03:25'),
(44544,19012,'action created','2021-01-08 06:03:25','2021-01-08 01:03:25'),
(44545,19012,'action started via WP Cron','2021-01-08 06:05:39','2021-01-08 01:05:39'),
(44546,19012,'action complete via WP Cron','2021-01-08 06:05:39','2021-01-08 01:05:39'),
(44547,19013,'action created','2021-01-08 06:05:39','2021-01-08 01:05:39'),
(44548,19013,'action started via WP Cron','2021-01-08 06:06:20','2021-01-08 01:06:20'),
(44549,19013,'action complete via WP Cron','2021-01-08 06:06:21','2021-01-08 01:06:21'),
(44550,19014,'action created','2021-01-08 06:06:21','2021-01-08 01:06:21'),
(44551,19014,'action started via WP Cron','2021-01-08 06:07:24','2021-01-08 01:07:24'),
(44552,19014,'action complete via WP Cron','2021-01-08 06:07:24','2021-01-08 01:07:24'),
(44553,19015,'action created','2021-01-08 06:07:24','2021-01-08 01:07:24'),
(44554,19015,'action started via WP Cron','2021-01-08 06:08:57','2021-01-08 01:08:57'),
(44555,19015,'action complete via WP Cron','2021-01-08 06:08:57','2021-01-08 01:08:57'),
(44556,19016,'action created','2021-01-08 06:08:57','2021-01-08 01:08:57'),
(44557,19016,'action started via WP Cron','2021-01-08 06:10:03','2021-01-08 01:10:03'),
(44558,19016,'action complete via WP Cron','2021-01-08 06:10:03','2021-01-08 01:10:03'),
(44559,19017,'action created','2021-01-08 06:10:04','2021-01-08 01:10:04'),
(44560,19017,'action started via WP Cron','2021-01-08 06:11:50','2021-01-08 01:11:50'),
(44561,19017,'action complete via WP Cron','2021-01-08 06:11:50','2021-01-08 01:11:50'),
(44562,19018,'action created','2021-01-08 06:11:50','2021-01-08 01:11:50'),
(44563,19018,'action started via WP Cron','2021-01-08 06:13:04','2021-01-08 01:13:04'),
(44564,19018,'action complete via WP Cron','2021-01-08 06:13:05','2021-01-08 01:13:05'),
(44565,19019,'action created','2021-01-08 06:13:05','2021-01-08 01:13:05'),
(44566,19019,'action started via WP Cron','2021-01-08 06:13:21','2021-01-08 01:13:21'),
(44567,19019,'action complete via WP Cron','2021-01-08 06:13:21','2021-01-08 01:13:21'),
(44568,19020,'action created','2021-01-08 06:13:21','2021-01-08 01:13:21'),
(44569,19020,'action started via WP Cron','2021-01-08 06:14:33','2021-01-08 01:14:33'),
(44570,19020,'action complete via WP Cron','2021-01-08 06:14:33','2021-01-08 01:14:33'),
(44571,19021,'action created','2021-01-08 06:14:33','2021-01-08 01:14:33'),
(44572,19021,'action started via WP Cron','2021-01-08 06:16:16','2021-01-08 01:16:16'),
(44573,19021,'action complete via WP Cron','2021-01-08 06:16:16','2021-01-08 01:16:16'),
(44574,19022,'action created','2021-01-08 06:16:16','2021-01-08 01:16:16'),
(44575,19022,'action started via WP Cron','2021-01-08 06:20:07','2021-01-08 01:20:07'),
(44576,19022,'action complete via WP Cron','2021-01-08 06:20:07','2021-01-08 01:20:07'),
(44577,19023,'action created','2021-01-08 06:20:07','2021-01-08 01:20:07'),
(44578,19023,'action started via WP Cron','2021-01-08 06:21:20','2021-01-08 01:21:20'),
(44579,19023,'action complete via WP Cron','2021-01-08 06:21:20','2021-01-08 01:21:20'),
(44580,19024,'action created','2021-01-08 06:21:20','2021-01-08 01:21:20'),
(44581,19024,'action started via WP Cron','2021-01-08 06:23:46','2021-01-08 01:23:46'),
(44582,19024,'action complete via WP Cron','2021-01-08 06:23:46','2021-01-08 01:23:46'),
(44583,19025,'action created','2021-01-08 06:23:46','2021-01-08 01:23:46'),
(44584,19025,'action started via WP Cron','2021-01-08 06:24:18','2021-01-08 01:24:18'),
(44585,19025,'action complete via WP Cron','2021-01-08 06:24:18','2021-01-08 01:24:18'),
(44586,19026,'action created','2021-01-08 06:24:18','2021-01-08 01:24:18'),
(44587,19026,'action started via WP Cron','2021-01-08 06:25:34','2021-01-08 01:25:34'),
(44588,19026,'action complete via WP Cron','2021-01-08 06:25:34','2021-01-08 01:25:34'),
(44589,19027,'action created','2021-01-08 06:25:34','2021-01-08 01:25:34'),
(44590,19027,'action started via WP Cron','2021-01-08 06:26:18','2021-01-08 01:26:18'),
(44591,19027,'action complete via WP Cron','2021-01-08 06:26:18','2021-01-08 01:26:18'),
(44592,19028,'action created','2021-01-08 06:26:18','2021-01-08 01:26:18'),
(44593,19028,'action started via WP Cron','2021-01-08 06:28:14','2021-01-08 01:28:14'),
(44594,19028,'action complete via WP Cron','2021-01-08 06:28:14','2021-01-08 01:28:14'),
(44595,19029,'action created','2021-01-08 06:28:14','2021-01-08 01:28:14'),
(44596,19029,'action started via WP Cron','2021-01-08 06:29:51','2021-01-08 01:29:51'),
(44597,19029,'action complete via WP Cron','2021-01-08 06:29:51','2021-01-08 01:29:51'),
(44598,19030,'action created','2021-01-08 06:29:51','2021-01-08 01:29:51'),
(44599,19030,'action started via WP Cron','2021-01-08 06:31:00','2021-01-08 01:31:00'),
(44600,19030,'action complete via WP Cron','2021-01-08 06:31:00','2021-01-08 01:31:00'),
(44601,19031,'action created','2021-01-08 06:31:00','2021-01-08 01:31:00'),
(44602,19031,'action started via WP Cron','2021-01-08 06:31:28','2021-01-08 01:31:28'),
(44603,19031,'action complete via WP Cron','2021-01-08 06:31:28','2021-01-08 01:31:28'),
(44604,19032,'action created','2021-01-08 06:31:28','2021-01-08 01:31:28'),
(44605,19032,'action started via WP Cron','2021-01-08 06:32:33','2021-01-08 01:32:33'),
(44606,19032,'action complete via WP Cron','2021-01-08 06:32:33','2021-01-08 01:32:33'),
(44607,19033,'action created','2021-01-08 06:32:33','2021-01-08 01:32:33'),
(44608,19033,'action started via WP Cron','2021-01-08 06:34:38','2021-01-08 01:34:38'),
(44609,19033,'action complete via WP Cron','2021-01-08 06:34:38','2021-01-08 01:34:38'),
(44610,19034,'action created','2021-01-08 06:34:39','2021-01-08 01:34:39'),
(44611,19034,'action started via WP Cron','2021-01-08 06:35:29','2021-01-08 01:35:29'),
(44612,19034,'action complete via WP Cron','2021-01-08 06:35:29','2021-01-08 01:35:29'),
(44613,19035,'action created','2021-01-08 06:35:29','2021-01-08 01:35:29'),
(44614,19035,'action started via WP Cron','2021-01-08 06:37:08','2021-01-08 01:37:08'),
(44615,19035,'action complete via WP Cron','2021-01-08 06:37:08','2021-01-08 01:37:08'),
(44616,19036,'action created','2021-01-08 06:37:08','2021-01-08 01:37:08'),
(44617,19036,'action started via WP Cron','2021-01-08 06:38:56','2021-01-08 01:38:56'),
(44618,19036,'action complete via WP Cron','2021-01-08 06:38:56','2021-01-08 01:38:56'),
(44619,19037,'action created','2021-01-08 06:38:56','2021-01-08 01:38:56'),
(44620,19037,'action started via WP Cron','2021-01-08 06:41:27','2021-01-08 01:41:27'),
(44621,19037,'action complete via WP Cron','2021-01-08 06:41:27','2021-01-08 01:41:27'),
(44622,19038,'action created','2021-01-08 06:41:27','2021-01-08 01:41:27'),
(44623,19038,'action started via WP Cron','2021-01-08 06:42:30','2021-01-08 01:42:30'),
(44624,19038,'action complete via WP Cron','2021-01-08 06:42:30','2021-01-08 01:42:30'),
(44625,19039,'action created','2021-01-08 06:42:30','2021-01-08 01:42:30'),
(44626,19039,'action started via WP Cron','2021-01-08 06:45:00','2021-01-08 01:45:00'),
(44627,19039,'action complete via WP Cron','2021-01-08 06:45:00','2021-01-08 01:45:00'),
(44628,19040,'action created','2021-01-08 06:45:00','2021-01-08 01:45:00'),
(44629,19040,'action started via WP Cron','2021-01-08 06:46:26','2021-01-08 01:46:26'),
(44630,19040,'action complete via WP Cron','2021-01-08 06:46:26','2021-01-08 01:46:26'),
(44631,19041,'action created','2021-01-08 06:46:26','2021-01-08 01:46:26'),
(44632,19041,'action started via WP Cron','2021-01-08 06:49:29','2021-01-08 01:49:29'),
(44633,19041,'action complete via WP Cron','2021-01-08 06:49:29','2021-01-08 01:49:29'),
(44634,19042,'action created','2021-01-08 06:49:29','2021-01-08 01:49:29'),
(44635,19042,'action started via WP Cron','2021-01-08 06:53:56','2021-01-08 01:53:56'),
(44636,19042,'action complete via WP Cron','2021-01-08 06:53:56','2021-01-08 01:53:56'),
(44637,19043,'action created','2021-01-08 06:53:56','2021-01-08 01:53:56'),
(44638,19043,'action started via WP Cron','2021-01-08 06:54:20','2021-01-08 01:54:20'),
(44639,19043,'action complete via WP Cron','2021-01-08 06:54:20','2021-01-08 01:54:20'),
(44640,19044,'action created','2021-01-08 06:54:20','2021-01-08 01:54:20'),
(44641,19044,'action started via WP Cron','2021-01-08 06:55:14','2021-01-08 01:55:14'),
(44642,19044,'action complete via WP Cron','2021-01-08 06:55:14','2021-01-08 01:55:14'),
(44643,19045,'action created','2021-01-08 06:55:14','2021-01-08 01:55:14'),
(44644,19045,'action started via WP Cron','2021-01-08 06:58:55','2021-01-08 01:58:55'),
(44645,19045,'action complete via WP Cron','2021-01-08 06:58:55','2021-01-08 01:58:55'),
(44646,19046,'action created','2021-01-08 06:58:55','2021-01-08 01:58:55'),
(44647,19046,'action started via WP Cron','2021-01-08 07:00:43','2021-01-08 02:00:43'),
(44648,19046,'action complete via WP Cron','2021-01-08 07:00:43','2021-01-08 02:00:43'),
(44649,19047,'action created','2021-01-08 07:00:43','2021-01-08 02:00:43'),
(44650,19047,'action started via WP Cron','2021-01-08 07:02:08','2021-01-08 02:02:08'),
(44651,19047,'action complete via WP Cron','2021-01-08 07:02:08','2021-01-08 02:02:08'),
(44652,19048,'action created','2021-01-08 07:02:08','2021-01-08 02:02:08'),
(44653,19048,'action started via WP Cron','2021-01-08 07:02:28','2021-01-08 02:02:28'),
(44654,19048,'action complete via WP Cron','2021-01-08 07:02:28','2021-01-08 02:02:28'),
(44655,19049,'action created','2021-01-08 07:02:28','2021-01-08 02:02:28'),
(44656,19049,'action started via WP Cron','2021-01-08 07:03:41','2021-01-08 02:03:41'),
(44657,19049,'action complete via WP Cron','2021-01-08 07:03:41','2021-01-08 02:03:41'),
(44658,19050,'action created','2021-01-08 07:03:41','2021-01-08 02:03:41'),
(44659,19050,'action started via WP Cron','2021-01-08 07:04:43','2021-01-08 02:04:43'),
(44660,19050,'action complete via WP Cron','2021-01-08 07:04:43','2021-01-08 02:04:43'),
(44661,19051,'action created','2021-01-08 07:04:43','2021-01-08 02:04:43'),
(44662,19051,'action started via WP Cron','2021-01-08 07:05:12','2021-01-08 02:05:12'),
(44663,19051,'action complete via WP Cron','2021-01-08 07:05:12','2021-01-08 02:05:12'),
(44664,19052,'action created','2021-01-08 07:05:12','2021-01-08 02:05:12'),
(44665,19052,'action started via WP Cron','2021-01-08 07:06:16','2021-01-08 02:06:16'),
(44666,19052,'action complete via WP Cron','2021-01-08 07:06:16','2021-01-08 02:06:16'),
(44667,19053,'action created','2021-01-08 07:06:16','2021-01-08 02:06:16'),
(44668,19053,'action started via WP Cron','2021-01-08 07:07:33','2021-01-08 02:07:33'),
(44669,19053,'action complete via WP Cron','2021-01-08 07:07:33','2021-01-08 02:07:33'),
(44670,19054,'action created','2021-01-08 07:07:33','2021-01-08 02:07:33'),
(44671,19054,'action started via WP Cron','2021-01-08 07:08:29','2021-01-08 02:08:29'),
(44672,19054,'action complete via WP Cron','2021-01-08 07:08:29','2021-01-08 02:08:29'),
(44673,19055,'action created','2021-01-08 07:08:29','2021-01-08 02:08:29'),
(44674,19055,'action started via WP Cron','2021-01-08 07:09:21','2021-01-08 02:09:21'),
(44675,19055,'action complete via WP Cron','2021-01-08 07:09:21','2021-01-08 02:09:21'),
(44676,19056,'action created','2021-01-08 07:09:21','2021-01-08 02:09:21'),
(44677,19056,'action started via WP Cron','2021-01-08 07:10:27','2021-01-08 02:10:27'),
(44678,19056,'action complete via WP Cron','2021-01-08 07:10:27','2021-01-08 02:10:27'),
(44679,19057,'action created','2021-01-08 07:10:27','2021-01-08 02:10:27'),
(44680,19057,'action started via WP Cron','2021-01-08 07:11:32','2021-01-08 02:11:32'),
(44681,19057,'action complete via WP Cron','2021-01-08 07:11:32','2021-01-08 02:11:32'),
(44682,19058,'action created','2021-01-08 07:11:32','2021-01-08 02:11:32'),
(44683,19058,'action started via WP Cron','2021-01-08 07:12:20','2021-01-08 02:12:20'),
(44684,19058,'action complete via WP Cron','2021-01-08 07:12:20','2021-01-08 02:12:20'),
(44685,19059,'action created','2021-01-08 07:12:20','2021-01-08 02:12:20'),
(44686,19059,'action started via WP Cron','2021-01-08 07:13:27','2021-01-08 02:13:27'),
(44687,19059,'action complete via WP Cron','2021-01-08 07:13:27','2021-01-08 02:13:27'),
(44688,19060,'action created','2021-01-08 07:13:27','2021-01-08 02:13:27'),
(44689,19060,'action started via WP Cron','2021-01-08 07:14:11','2021-01-08 02:14:11'),
(44690,19060,'action complete via WP Cron','2021-01-08 07:14:12','2021-01-08 02:14:12'),
(44691,19061,'action created','2021-01-08 07:14:12','2021-01-08 02:14:12'),
(44692,19061,'action started via WP Cron','2021-01-08 07:15:21','2021-01-08 02:15:21'),
(44693,19061,'action complete via WP Cron','2021-01-08 07:15:21','2021-01-08 02:15:21'),
(44694,19062,'action created','2021-01-08 07:15:21','2021-01-08 02:15:21'),
(44695,19062,'action started via WP Cron','2021-01-08 07:17:13','2021-01-08 02:17:13'),
(44696,19062,'action complete via WP Cron','2021-01-08 07:17:13','2021-01-08 02:17:13'),
(44697,19063,'action created','2021-01-08 07:17:13','2021-01-08 02:17:13'),
(44698,19063,'action started via WP Cron','2021-01-08 07:19:01','2021-01-08 02:19:01'),
(44699,19063,'action complete via WP Cron','2021-01-08 07:19:01','2021-01-08 02:19:01'),
(44700,19064,'action created','2021-01-08 07:19:02','2021-01-08 02:19:02'),
(44701,19064,'action started via WP Cron','2021-01-08 07:20:07','2021-01-08 02:20:07'),
(44702,19064,'action complete via WP Cron','2021-01-08 07:20:07','2021-01-08 02:20:07'),
(44703,19065,'action created','2021-01-08 07:20:07','2021-01-08 02:20:07'),
(44704,19065,'action started via WP Cron','2021-01-08 07:20:23','2021-01-08 02:20:23'),
(44705,19065,'action complete via WP Cron','2021-01-08 07:20:23','2021-01-08 02:20:23'),
(44706,19066,'action created','2021-01-08 07:20:23','2021-01-08 02:20:23'),
(44707,19066,'action started via WP Cron','2021-01-08 07:21:34','2021-01-08 02:21:34'),
(44708,19066,'action complete via WP Cron','2021-01-08 07:21:34','2021-01-08 02:21:34'),
(44709,19067,'action created','2021-01-08 07:21:34','2021-01-08 02:21:34'),
(44710,19067,'action started via WP Cron','2021-01-08 07:23:54','2021-01-08 02:23:54'),
(44711,19067,'action complete via WP Cron','2021-01-08 07:23:54','2021-01-08 02:23:54'),
(44712,19068,'action created','2021-01-08 07:23:54','2021-01-08 02:23:54'),
(44713,19068,'action started via WP Cron','2021-01-08 07:24:55','2021-01-08 02:24:55'),
(44714,19068,'action complete via WP Cron','2021-01-08 07:24:55','2021-01-08 02:24:55'),
(44715,19069,'action created','2021-01-08 07:24:55','2021-01-08 02:24:55'),
(44716,19069,'action started via WP Cron','2021-01-08 07:25:39','2021-01-08 02:25:39'),
(44717,19069,'action complete via WP Cron','2021-01-08 07:25:39','2021-01-08 02:25:39'),
(44718,19070,'action created','2021-01-08 07:25:39','2021-01-08 02:25:39'),
(44719,19070,'action started via WP Cron','2021-01-08 07:26:42','2021-01-08 02:26:42'),
(44720,19070,'action complete via WP Cron','2021-01-08 07:26:42','2021-01-08 02:26:42'),
(44721,19071,'action created','2021-01-08 07:26:42','2021-01-08 02:26:42'),
(44722,19071,'action started via WP Cron','2021-01-08 07:27:48','2021-01-08 02:27:48'),
(44723,19071,'action complete via WP Cron','2021-01-08 07:27:48','2021-01-08 02:27:48'),
(44724,19072,'action created','2021-01-08 07:27:48','2021-01-08 02:27:48'),
(44725,19072,'action started via WP Cron','2021-01-08 07:29:35','2021-01-08 02:29:35'),
(44726,19072,'action complete via WP Cron','2021-01-08 07:29:35','2021-01-08 02:29:35'),
(44727,19073,'action created','2021-01-08 07:29:35','2021-01-08 02:29:35'),
(44728,19073,'action started via WP Cron','2021-01-08 07:30:24','2021-01-08 02:30:24'),
(44729,19073,'action complete via WP Cron','2021-01-08 07:30:24','2021-01-08 02:30:24'),
(44730,19074,'action created','2021-01-08 07:30:24','2021-01-08 02:30:24'),
(44731,19074,'action started via WP Cron','2021-01-08 07:33:38','2021-01-08 02:33:38'),
(44732,19074,'action complete via WP Cron','2021-01-08 07:33:38','2021-01-08 02:33:38'),
(44733,19075,'action created','2021-01-08 07:33:38','2021-01-08 02:33:38'),
(44734,19075,'action started via WP Cron','2021-01-08 07:34:48','2021-01-08 02:34:48'),
(44735,19075,'action complete via WP Cron','2021-01-08 07:34:48','2021-01-08 02:34:48'),
(44736,19076,'action created','2021-01-08 07:34:48','2021-01-08 02:34:48'),
(44737,19076,'action started via WP Cron','2021-01-08 07:35:53','2021-01-08 02:35:53'),
(44738,19076,'action complete via WP Cron','2021-01-08 07:35:53','2021-01-08 02:35:53'),
(44739,19077,'action created','2021-01-08 07:35:53','2021-01-08 02:35:53'),
(44740,19077,'action started via WP Cron','2021-01-08 07:36:39','2021-01-08 02:36:39'),
(44741,19077,'action complete via WP Cron','2021-01-08 07:36:39','2021-01-08 02:36:39'),
(44742,19078,'action created','2021-01-08 07:36:39','2021-01-08 02:36:39'),
(44743,19078,'action started via WP Cron','2021-01-08 07:37:43','2021-01-08 02:37:43'),
(44744,19078,'action complete via WP Cron','2021-01-08 07:37:43','2021-01-08 02:37:43'),
(44745,19079,'action created','2021-01-08 07:37:43','2021-01-08 02:37:43'),
(44746,19079,'action started via WP Cron','2021-01-08 07:38:13','2021-01-08 02:38:13'),
(44747,19079,'action complete via WP Cron','2021-01-08 07:38:13','2021-01-08 02:38:13'),
(44748,19080,'action created','2021-01-08 07:38:13','2021-01-08 02:38:13'),
(44749,19080,'action started via WP Cron','2021-01-08 07:40:00','2021-01-08 02:40:00'),
(44750,19080,'action complete via WP Cron','2021-01-08 07:40:00','2021-01-08 02:40:00'),
(44751,19081,'action created','2021-01-08 07:40:00','2021-01-08 02:40:00'),
(44752,19081,'action started via WP Cron','2021-01-08 07:40:47','2021-01-08 02:40:47'),
(44753,19081,'action complete via WP Cron','2021-01-08 07:40:47','2021-01-08 02:40:47'),
(44754,19082,'action created','2021-01-08 07:40:47','2021-01-08 02:40:47'),
(44755,19082,'action started via WP Cron','2021-01-08 07:41:13','2021-01-08 02:41:13'),
(44756,19082,'action complete via WP Cron','2021-01-08 07:41:13','2021-01-08 02:41:13'),
(44757,19083,'action created','2021-01-08 07:41:13','2021-01-08 02:41:13'),
(44758,19083,'action started via WP Cron','2021-01-08 07:42:36','2021-01-08 02:42:36'),
(44759,19083,'action complete via WP Cron','2021-01-08 07:42:36','2021-01-08 02:42:36'),
(44760,19084,'action created','2021-01-08 07:42:36','2021-01-08 02:42:36'),
(44761,19084,'action started via WP Cron','2021-01-08 07:43:57','2021-01-08 02:43:57'),
(44762,19084,'action complete via WP Cron','2021-01-08 07:43:57','2021-01-08 02:43:57'),
(44763,19085,'action created','2021-01-08 07:43:57','2021-01-08 02:43:57'),
(44764,19085,'action started via WP Cron','2021-01-08 07:44:38','2021-01-08 02:44:38'),
(44765,19085,'action complete via WP Cron','2021-01-08 07:44:38','2021-01-08 02:44:38'),
(44766,19086,'action created','2021-01-08 07:44:38','2021-01-08 02:44:38'),
(44767,19086,'action started via WP Cron','2021-01-08 07:46:50','2021-01-08 02:46:50'),
(44768,19086,'action complete via WP Cron','2021-01-08 07:46:50','2021-01-08 02:46:50'),
(44769,19087,'action created','2021-01-08 07:46:50','2021-01-08 02:46:50'),
(44770,19087,'action started via WP Cron','2021-01-08 07:47:12','2021-01-08 02:47:12'),
(44771,19087,'action complete via WP Cron','2021-01-08 07:47:12','2021-01-08 02:47:12'),
(44772,19088,'action created','2021-01-08 07:47:12','2021-01-08 02:47:12'),
(44773,19088,'action started via WP Cron','2021-01-08 07:49:22','2021-01-08 02:49:22'),
(44774,19088,'action complete via WP Cron','2021-01-08 07:49:22','2021-01-08 02:49:22'),
(44775,19089,'action created','2021-01-08 07:49:22','2021-01-08 02:49:22'),
(44776,19089,'action started via WP Cron','2021-01-08 07:50:38','2021-01-08 02:50:38'),
(44777,19089,'action complete via WP Cron','2021-01-08 07:50:38','2021-01-08 02:50:38'),
(44778,19090,'action created','2021-01-08 07:50:38','2021-01-08 02:50:38'),
(44779,19090,'action started via WP Cron','2021-01-08 07:51:17','2021-01-08 02:51:17'),
(44780,19090,'action complete via WP Cron','2021-01-08 07:51:17','2021-01-08 02:51:17'),
(44781,19091,'action created','2021-01-08 07:51:17','2021-01-08 02:51:17'),
(44782,19091,'action started via WP Cron','2021-01-08 07:53:24','2021-01-08 02:53:24'),
(44783,19091,'action complete via WP Cron','2021-01-08 07:53:24','2021-01-08 02:53:24'),
(44784,19092,'action created','2021-01-08 07:53:24','2021-01-08 02:53:24'),
(44785,19092,'action started via WP Cron','2021-01-08 07:54:16','2021-01-08 02:54:16'),
(44786,19092,'action complete via WP Cron','2021-01-08 07:54:16','2021-01-08 02:54:16'),
(44787,19093,'action created','2021-01-08 07:54:16','2021-01-08 02:54:16'),
(44788,19093,'action started via WP Cron','2021-01-08 07:55:15','2021-01-08 02:55:15'),
(44789,19093,'action complete via WP Cron','2021-01-08 07:55:15','2021-01-08 02:55:15'),
(44790,19094,'action created','2021-01-08 07:55:15','2021-01-08 02:55:15'),
(44791,19094,'action started via WP Cron','2021-01-08 07:56:31','2021-01-08 02:56:31'),
(44792,19094,'action complete via WP Cron','2021-01-08 07:56:31','2021-01-08 02:56:31'),
(44793,19095,'action created','2021-01-08 07:56:31','2021-01-08 02:56:31'),
(44794,19095,'action started via WP Cron','2021-01-08 07:57:35','2021-01-08 02:57:35'),
(44795,19095,'action complete via WP Cron','2021-01-08 07:57:35','2021-01-08 02:57:35'),
(44796,19096,'action created','2021-01-08 07:57:35','2021-01-08 02:57:35'),
(44797,19096,'action started via WP Cron','2021-01-08 08:00:54','2021-01-08 03:00:54'),
(44798,19096,'action complete via WP Cron','2021-01-08 08:00:54','2021-01-08 03:00:54'),
(44799,19097,'action created','2021-01-08 08:00:54','2021-01-08 03:00:54'),
(44800,19097,'action started via WP Cron','2021-01-08 08:01:12','2021-01-08 03:01:12'),
(44801,19097,'action complete via WP Cron','2021-01-08 08:01:12','2021-01-08 03:01:12'),
(44802,19098,'action created','2021-01-08 08:01:12','2021-01-08 03:01:12'),
(44803,19098,'action started via WP Cron','2021-01-08 08:02:19','2021-01-08 03:02:19'),
(44804,19098,'action complete via WP Cron','2021-01-08 08:02:19','2021-01-08 03:02:19'),
(44805,19099,'action created','2021-01-08 08:02:19','2021-01-08 03:02:19'),
(44806,19099,'action started via WP Cron','2021-01-08 08:03:44','2021-01-08 03:03:44'),
(44807,19099,'action complete via WP Cron','2021-01-08 08:03:44','2021-01-08 03:03:44'),
(44808,19100,'action created','2021-01-08 08:03:44','2021-01-08 03:03:44'),
(44809,19100,'action started via WP Cron','2021-01-08 08:06:20','2021-01-08 03:06:20'),
(44810,19100,'action complete via WP Cron','2021-01-08 08:06:20','2021-01-08 03:06:20'),
(44811,19101,'action created','2021-01-08 08:06:20','2021-01-08 03:06:20'),
(44812,19101,'action started via WP Cron','2021-01-08 08:08:44','2021-01-08 03:08:44'),
(44813,19101,'action complete via WP Cron','2021-01-08 08:08:44','2021-01-08 03:08:44'),
(44814,19102,'action created','2021-01-08 08:08:44','2021-01-08 03:08:44'),
(44815,19102,'action started via WP Cron','2021-01-08 08:09:46','2021-01-08 03:09:46'),
(44816,19102,'action complete via WP Cron','2021-01-08 08:09:46','2021-01-08 03:09:46'),
(44817,19103,'action created','2021-01-08 08:09:46','2021-01-08 03:09:46'),
(44818,19103,'action started via WP Cron','2021-01-08 08:11:32','2021-01-08 03:11:32'),
(44819,19103,'action complete via WP Cron','2021-01-08 08:11:32','2021-01-08 03:11:32'),
(44820,19104,'action created','2021-01-08 08:11:32','2021-01-08 03:11:32'),
(44821,19104,'action started via WP Cron','2021-01-08 08:13:13','2021-01-08 03:13:13'),
(44822,19104,'action complete via WP Cron','2021-01-08 08:13:13','2021-01-08 03:13:13'),
(44823,19105,'action created','2021-01-08 08:13:14','2021-01-08 03:13:14'),
(44824,19105,'action started via WP Cron','2021-01-08 08:14:42','2021-01-08 03:14:42'),
(44825,19105,'action complete via WP Cron','2021-01-08 08:14:42','2021-01-08 03:14:42'),
(44826,19106,'action created','2021-01-08 08:14:42','2021-01-08 03:14:42'),
(44827,19106,'action started via WP Cron','2021-01-08 08:15:15','2021-01-08 03:15:15'),
(44828,19106,'action complete via WP Cron','2021-01-08 08:15:15','2021-01-08 03:15:15'),
(44829,19107,'action created','2021-01-08 08:15:15','2021-01-08 03:15:15'),
(44830,19107,'action started via WP Cron','2021-01-08 08:16:50','2021-01-08 03:16:50'),
(44831,19107,'action complete via WP Cron','2021-01-08 08:16:50','2021-01-08 03:16:50'),
(44832,19108,'action created','2021-01-08 08:16:50','2021-01-08 03:16:50'),
(44833,19108,'action started via WP Cron','2021-01-08 08:17:22','2021-01-08 03:17:22'),
(44834,19108,'action complete via WP Cron','2021-01-08 08:17:22','2021-01-08 03:17:22'),
(44835,19109,'action created','2021-01-08 08:17:23','2021-01-08 03:17:23'),
(44836,19109,'action started via WP Cron','2021-01-08 08:19:13','2021-01-08 03:19:13'),
(44837,19109,'action complete via WP Cron','2021-01-08 08:19:13','2021-01-08 03:19:13'),
(44838,19110,'action created','2021-01-08 08:19:14','2021-01-08 03:19:14'),
(44839,19110,'action started via WP Cron','2021-01-08 08:20:34','2021-01-08 03:20:34'),
(44840,19110,'action complete via WP Cron','2021-01-08 08:20:34','2021-01-08 03:20:34'),
(44841,19111,'action created','2021-01-08 08:20:34','2021-01-08 03:20:34'),
(44842,19111,'action started via WP Cron','2021-01-08 08:21:51','2021-01-08 03:21:51'),
(44843,19111,'action complete via WP Cron','2021-01-08 08:21:51','2021-01-08 03:21:51'),
(44844,19112,'action created','2021-01-08 08:21:51','2021-01-08 03:21:51'),
(44845,19112,'action started via WP Cron','2021-01-08 08:23:24','2021-01-08 03:23:24'),
(44846,19112,'action complete via WP Cron','2021-01-08 08:23:24','2021-01-08 03:23:24'),
(44847,19113,'action created','2021-01-08 08:23:24','2021-01-08 03:23:24'),
(44848,19113,'action started via WP Cron','2021-01-08 08:24:16','2021-01-08 03:24:16'),
(44849,19113,'action complete via WP Cron','2021-01-08 08:24:16','2021-01-08 03:24:16'),
(44850,19114,'action created','2021-01-08 08:24:16','2021-01-08 03:24:16'),
(44851,19114,'action started via WP Cron','2021-01-08 08:25:47','2021-01-08 03:25:47'),
(44852,19114,'action complete via WP Cron','2021-01-08 08:25:47','2021-01-08 03:25:47'),
(44853,19115,'action created','2021-01-08 08:25:47','2021-01-08 03:25:47'),
(44854,19115,'action started via WP Cron','2021-01-08 08:26:23','2021-01-08 03:26:23'),
(44855,19115,'action complete via WP Cron','2021-01-08 08:26:23','2021-01-08 03:26:23'),
(44856,19116,'action created','2021-01-08 08:26:23','2021-01-08 03:26:23'),
(44857,19116,'action started via WP Cron','2021-01-08 08:27:25','2021-01-08 03:27:25'),
(44858,19116,'action complete via WP Cron','2021-01-08 08:27:25','2021-01-08 03:27:25'),
(44859,19117,'action created','2021-01-08 08:27:25','2021-01-08 03:27:25'),
(44860,19117,'action started via WP Cron','2021-01-08 08:29:47','2021-01-08 03:29:47'),
(44861,19117,'action complete via WP Cron','2021-01-08 08:29:47','2021-01-08 03:29:47'),
(44862,19118,'action created','2021-01-08 08:29:47','2021-01-08 03:29:47'),
(44863,19118,'action started via WP Cron','2021-01-08 08:30:13','2021-01-08 03:30:13'),
(44864,19118,'action complete via WP Cron','2021-01-08 08:30:13','2021-01-08 03:30:13'),
(44865,19119,'action created','2021-01-08 08:30:13','2021-01-08 03:30:13'),
(44866,19119,'action started via WP Cron','2021-01-08 08:36:17','2021-01-08 03:36:17'),
(44867,19119,'action complete via WP Cron','2021-01-08 08:36:17','2021-01-08 03:36:17'),
(44868,19120,'action created','2021-01-08 08:36:17','2021-01-08 03:36:17'),
(44869,19120,'action started via WP Cron','2021-01-08 08:37:43','2021-01-08 03:37:43'),
(44870,19120,'action complete via WP Cron','2021-01-08 08:37:43','2021-01-08 03:37:43'),
(44871,19121,'action created','2021-01-08 08:37:43','2021-01-08 03:37:43'),
(44872,19121,'action started via WP Cron','2021-01-08 08:38:11','2021-01-08 03:38:11'),
(44873,19121,'action complete via WP Cron','2021-01-08 08:38:11','2021-01-08 03:38:11'),
(44874,19122,'action created','2021-01-08 08:38:11','2021-01-08 03:38:11'),
(44875,19122,'action started via WP Cron','2021-01-08 08:40:38','2021-01-08 03:40:38'),
(44876,19122,'action complete via WP Cron','2021-01-08 08:40:38','2021-01-08 03:40:38'),
(44877,19123,'action created','2021-01-08 08:40:38','2021-01-08 03:40:38'),
(44878,19123,'action started via WP Cron','2021-01-08 08:41:29','2021-01-08 03:41:29'),
(44879,19123,'action complete via WP Cron','2021-01-08 08:41:29','2021-01-08 03:41:29'),
(44880,19124,'action created','2021-01-08 08:41:29','2021-01-08 03:41:29'),
(44881,19124,'action started via WP Cron','2021-01-08 08:42:43','2021-01-08 03:42:43'),
(44882,19124,'action complete via WP Cron','2021-01-08 08:42:43','2021-01-08 03:42:43'),
(44883,19125,'action created','2021-01-08 08:42:43','2021-01-08 03:42:43'),
(44884,19125,'action started via WP Cron','2021-01-08 08:44:52','2021-01-08 03:44:52'),
(44885,19125,'action complete via WP Cron','2021-01-08 08:44:52','2021-01-08 03:44:52'),
(44886,19126,'action created','2021-01-08 08:44:52','2021-01-08 03:44:52'),
(44887,19126,'action started via WP Cron','2021-01-08 08:45:17','2021-01-08 03:45:17'),
(44888,19126,'action complete via WP Cron','2021-01-08 08:45:17','2021-01-08 03:45:17'),
(44889,19127,'action created','2021-01-08 08:45:17','2021-01-08 03:45:17'),
(44890,19127,'action started via WP Cron','2021-01-08 08:46:28','2021-01-08 03:46:28'),
(44891,19127,'action complete via WP Cron','2021-01-08 08:46:28','2021-01-08 03:46:28'),
(44892,19128,'action created','2021-01-08 08:46:28','2021-01-08 03:46:28'),
(44893,19128,'action started via WP Cron','2021-01-08 08:48:23','2021-01-08 03:48:23'),
(44894,19128,'action complete via WP Cron','2021-01-08 08:48:23','2021-01-08 03:48:23'),
(44895,19129,'action created','2021-01-08 08:48:23','2021-01-08 03:48:23'),
(44896,19129,'action started via WP Cron','2021-01-08 08:50:30','2021-01-08 03:50:30'),
(44897,19129,'action complete via WP Cron','2021-01-08 08:50:30','2021-01-08 03:50:30'),
(44898,19130,'action created','2021-01-08 08:50:30','2021-01-08 03:50:30'),
(44899,19130,'action started via WP Cron','2021-01-08 08:52:00','2021-01-08 03:52:00'),
(44900,19130,'action complete via WP Cron','2021-01-08 08:52:00','2021-01-08 03:52:00'),
(44901,19131,'action created','2021-01-08 08:52:00','2021-01-08 03:52:00'),
(44902,19131,'action started via WP Cron','2021-01-08 08:52:48','2021-01-08 03:52:48'),
(44903,19131,'action complete via WP Cron','2021-01-08 08:52:48','2021-01-08 03:52:48'),
(44904,19132,'action created','2021-01-08 08:52:48','2021-01-08 03:52:48'),
(44905,19132,'action started via WP Cron','2021-01-08 08:53:19','2021-01-08 03:53:19'),
(44906,19132,'action complete via WP Cron','2021-01-08 08:53:19','2021-01-08 03:53:19'),
(44907,19133,'action created','2021-01-08 08:53:19','2021-01-08 03:53:19'),
(44908,19133,'action started via WP Cron','2021-01-08 08:54:12','2021-01-08 03:54:12'),
(44909,19133,'action complete via WP Cron','2021-01-08 08:54:12','2021-01-08 03:54:12'),
(44910,19134,'action created','2021-01-08 08:54:12','2021-01-08 03:54:12'),
(44911,19134,'action started via WP Cron','2021-01-08 08:55:44','2021-01-08 03:55:44'),
(44912,19134,'action complete via WP Cron','2021-01-08 08:55:44','2021-01-08 03:55:44'),
(44913,19135,'action created','2021-01-08 08:55:44','2021-01-08 03:55:44'),
(44914,19135,'action started via WP Cron','2021-01-08 08:56:48','2021-01-08 03:56:48'),
(44915,19135,'action complete via WP Cron','2021-01-08 08:56:48','2021-01-08 03:56:48'),
(44916,19136,'action created','2021-01-08 08:56:48','2021-01-08 03:56:48'),
(44917,19136,'action started via WP Cron','2021-01-08 08:57:40','2021-01-08 03:57:40'),
(44918,19136,'action complete via WP Cron','2021-01-08 08:57:40','2021-01-08 03:57:40'),
(44919,19137,'action created','2021-01-08 08:57:41','2021-01-08 03:57:41'),
(44920,19137,'action started via WP Cron','2021-01-08 08:58:52','2021-01-08 03:58:52'),
(44921,19137,'action complete via WP Cron','2021-01-08 08:58:52','2021-01-08 03:58:52'),
(44922,19138,'action created','2021-01-08 08:58:52','2021-01-08 03:58:52'),
(44923,19138,'action started via WP Cron','2021-01-08 08:59:12','2021-01-08 03:59:12'),
(44924,19138,'action complete via WP Cron','2021-01-08 08:59:12','2021-01-08 03:59:12'),
(44925,19139,'action created','2021-01-08 08:59:12','2021-01-08 03:59:12'),
(44926,19139,'action started via WP Cron','2021-01-08 09:00:55','2021-01-08 04:00:55'),
(44927,19139,'action complete via WP Cron','2021-01-08 09:00:55','2021-01-08 04:00:55'),
(44928,19140,'action created','2021-01-08 09:00:56','2021-01-08 04:00:56'),
(44929,19140,'action started via WP Cron','2021-01-08 09:02:30','2021-01-08 04:02:30'),
(44930,19140,'action complete via WP Cron','2021-01-08 09:02:30','2021-01-08 04:02:30'),
(44931,19141,'action created','2021-01-08 09:02:30','2021-01-08 04:02:30'),
(44932,19141,'action started via WP Cron','2021-01-08 09:03:16','2021-01-08 04:03:16'),
(44933,19141,'action complete via WP Cron','2021-01-08 09:03:16','2021-01-08 04:03:16'),
(44934,19142,'action created','2021-01-08 09:03:16','2021-01-08 04:03:16'),
(44935,19142,'action started via WP Cron','2021-01-08 09:05:11','2021-01-08 04:05:11'),
(44936,19142,'action complete via WP Cron','2021-01-08 09:05:11','2021-01-08 04:05:11'),
(44937,19143,'action created','2021-01-08 09:05:11','2021-01-08 04:05:11'),
(44938,19143,'action started via WP Cron','2021-01-08 09:06:22','2021-01-08 04:06:22'),
(44939,19143,'action complete via WP Cron','2021-01-08 09:06:22','2021-01-08 04:06:22'),
(44940,19144,'action created','2021-01-08 09:06:22','2021-01-08 04:06:22'),
(44941,19144,'action started via WP Cron','2021-01-08 09:07:43','2021-01-08 04:07:43'),
(44942,19144,'action complete via WP Cron','2021-01-08 09:07:43','2021-01-08 04:07:43'),
(44943,19145,'action created','2021-01-08 09:07:43','2021-01-08 04:07:43'),
(44944,19145,'action started via WP Cron','2021-01-08 09:08:31','2021-01-08 04:08:31'),
(44945,19145,'action complete via WP Cron','2021-01-08 09:08:31','2021-01-08 04:08:31'),
(44946,19146,'action created','2021-01-08 09:08:31','2021-01-08 04:08:31'),
(44947,19146,'action started via WP Cron','2021-01-08 09:09:15','2021-01-08 04:09:15'),
(44948,19146,'action complete via WP Cron','2021-01-08 09:09:15','2021-01-08 04:09:15'),
(44949,19147,'action created','2021-01-08 09:09:15','2021-01-08 04:09:15'),
(44950,19147,'action started via WP Cron','2021-01-08 09:10:28','2021-01-08 04:10:28'),
(44951,19147,'action complete via WP Cron','2021-01-08 09:10:28','2021-01-08 04:10:28'),
(44952,19148,'action created','2021-01-08 09:10:28','2021-01-08 04:10:28'),
(44953,19148,'action started via WP Cron','2021-01-08 09:11:54','2021-01-08 04:11:54'),
(44954,19148,'action complete via WP Cron','2021-01-08 09:11:54','2021-01-08 04:11:54'),
(44955,19149,'action created','2021-01-08 09:11:54','2021-01-08 04:11:54'),
(44956,19149,'action started via WP Cron','2021-01-08 09:12:39','2021-01-08 04:12:39'),
(44957,19149,'action complete via WP Cron','2021-01-08 09:12:39','2021-01-08 04:12:39'),
(44958,19150,'action created','2021-01-08 09:12:39','2021-01-08 04:12:39'),
(44959,19150,'action started via WP Cron','2021-01-08 09:13:59','2021-01-08 04:13:59'),
(44960,19150,'action complete via WP Cron','2021-01-08 09:13:59','2021-01-08 04:13:59'),
(44961,19151,'action created','2021-01-08 09:13:59','2021-01-08 04:13:59'),
(44962,19151,'action started via WP Cron','2021-01-08 09:14:15','2021-01-08 04:14:15'),
(44963,19151,'action complete via WP Cron','2021-01-08 09:14:15','2021-01-08 04:14:15'),
(44964,19152,'action created','2021-01-08 09:14:15','2021-01-08 04:14:15'),
(44965,19152,'action started via WP Cron','2021-01-08 09:15:46','2021-01-08 04:15:46'),
(44966,19152,'action complete via WP Cron','2021-01-08 09:15:46','2021-01-08 04:15:46'),
(44967,19153,'action created','2021-01-08 09:15:47','2021-01-08 04:15:47'),
(44968,19153,'action started via WP Cron','2021-01-08 09:16:14','2021-01-08 04:16:14'),
(44969,19153,'action complete via WP Cron','2021-01-08 09:16:14','2021-01-08 04:16:14'),
(44970,19154,'action created','2021-01-08 09:16:14','2021-01-08 04:16:14'),
(44971,19154,'action started via WP Cron','2021-01-08 09:17:45','2021-01-08 04:17:45'),
(44972,19154,'action complete via WP Cron','2021-01-08 09:17:45','2021-01-08 04:17:45'),
(44973,19155,'action created','2021-01-08 09:17:45','2021-01-08 04:17:45'),
(44974,19155,'action started via WP Cron','2021-01-08 09:20:11','2021-01-08 04:20:11'),
(44975,19155,'action complete via WP Cron','2021-01-08 09:20:11','2021-01-08 04:20:11'),
(44976,19156,'action created','2021-01-08 09:20:11','2021-01-08 04:20:11'),
(44977,19156,'action started via WP Cron','2021-01-08 09:21:13','2021-01-08 04:21:13'),
(44978,19156,'action complete via WP Cron','2021-01-08 09:21:13','2021-01-08 04:21:13'),
(44979,19157,'action created','2021-01-08 09:21:13','2021-01-08 04:21:13'),
(44980,19157,'action started via WP Cron','2021-01-08 09:24:14','2021-01-08 04:24:14'),
(44981,19157,'action complete via WP Cron','2021-01-08 09:24:14','2021-01-08 04:24:14'),
(44982,19158,'action created','2021-01-08 09:24:14','2021-01-08 04:24:14'),
(44983,19158,'action started via WP Cron','2021-01-08 09:25:12','2021-01-08 04:25:12'),
(44984,19158,'action complete via WP Cron','2021-01-08 09:25:12','2021-01-08 04:25:12'),
(44985,19159,'action created','2021-01-08 09:25:12','2021-01-08 04:25:12'),
(44986,19159,'action started via WP Cron','2021-01-08 09:27:59','2021-01-08 04:27:59'),
(44987,19159,'action complete via WP Cron','2021-01-08 09:28:00','2021-01-08 04:28:00'),
(44988,19160,'action created','2021-01-08 09:28:00','2021-01-08 04:28:00'),
(44989,19160,'action started via WP Cron','2021-01-08 09:28:11','2021-01-08 04:28:11'),
(44990,19160,'action complete via WP Cron','2021-01-08 09:28:11','2021-01-08 04:28:11'),
(44991,19161,'action created','2021-01-08 09:28:11','2021-01-08 04:28:11'),
(44992,19161,'action started via WP Cron','2021-01-08 09:29:13','2021-01-08 04:29:13'),
(44993,19161,'action complete via WP Cron','2021-01-08 09:29:13','2021-01-08 04:29:13'),
(44994,19162,'action created','2021-01-08 09:29:13','2021-01-08 04:29:13'),
(44995,19162,'action started via WP Cron','2021-01-08 09:30:14','2021-01-08 04:30:14'),
(44996,19162,'action complete via WP Cron','2021-01-08 09:30:14','2021-01-08 04:30:14'),
(44997,19163,'action created','2021-01-08 09:30:14','2021-01-08 04:30:14'),
(44998,19163,'action started via Async Request','2021-01-08 09:30:31','2021-01-08 04:30:31'),
(44999,19163,'action complete via Async Request','2021-01-08 09:30:31','2021-01-08 04:30:31'),
(45000,19164,'action created','2021-01-08 09:31:24','2021-01-08 04:31:24'),
(45001,19164,'action started via WP Cron','2021-01-08 09:32:12','2021-01-08 04:32:12'),
(45002,19164,'action complete via WP Cron','2021-01-08 09:32:12','2021-01-08 04:32:12'),
(45003,19165,'action created','2021-01-08 09:32:13','2021-01-08 04:32:13'),
(45004,19165,'action started via WP Cron','2021-01-08 09:33:21','2021-01-08 04:33:21'),
(45005,19165,'action complete via WP Cron','2021-01-08 09:33:21','2021-01-08 04:33:21'),
(45006,19166,'action created','2021-01-08 09:33:21','2021-01-08 04:33:21'),
(45007,19166,'action started via WP Cron','2021-01-08 09:34:26','2021-01-08 04:34:26'),
(45008,19166,'action complete via WP Cron','2021-01-08 09:34:26','2021-01-08 04:34:26'),
(45009,19167,'action created','2021-01-08 09:34:26','2021-01-08 04:34:26'),
(45010,19167,'action started via WP Cron','2021-01-08 09:35:12','2021-01-08 04:35:12'),
(45011,19167,'action complete via WP Cron','2021-01-08 09:35:12','2021-01-08 04:35:12'),
(45012,19168,'action created','2021-01-08 09:35:12','2021-01-08 04:35:12'),
(45013,19168,'action started via WP Cron','2021-01-08 09:36:33','2021-01-08 04:36:33'),
(45014,19168,'action complete via WP Cron','2021-01-08 09:36:33','2021-01-08 04:36:33'),
(45015,19169,'action created','2021-01-08 09:36:33','2021-01-08 04:36:33'),
(45016,19169,'action started via WP Cron','2021-01-08 09:37:43','2021-01-08 04:37:43'),
(45017,19169,'action complete via WP Cron','2021-01-08 09:37:43','2021-01-08 04:37:43'),
(45018,19170,'action created','2021-01-08 09:37:43','2021-01-08 04:37:43'),
(45019,19170,'action started via WP Cron','2021-01-08 09:38:11','2021-01-08 04:38:11'),
(45020,19170,'action complete via WP Cron','2021-01-08 09:38:11','2021-01-08 04:38:11'),
(45021,19171,'action created','2021-01-08 09:38:11','2021-01-08 04:38:11'),
(45022,19171,'action started via WP Cron','2021-01-08 09:39:17','2021-01-08 04:39:17'),
(45023,19171,'action complete via WP Cron','2021-01-08 09:39:17','2021-01-08 04:39:17'),
(45024,19172,'action created','2021-01-08 09:39:17','2021-01-08 04:39:17'),
(45025,19172,'action started via WP Cron','2021-01-08 09:40:13','2021-01-08 04:40:13'),
(45026,19172,'action complete via WP Cron','2021-01-08 09:40:13','2021-01-08 04:40:13'),
(45027,19173,'action created','2021-01-08 09:40:13','2021-01-08 04:40:13'),
(45028,19173,'action started via WP Cron','2021-01-08 09:41:28','2021-01-08 04:41:28'),
(45029,19173,'action complete via WP Cron','2021-01-08 09:41:28','2021-01-08 04:41:28'),
(45030,19174,'action created','2021-01-08 09:41:28','2021-01-08 04:41:28'),
(45031,19174,'action started via WP Cron','2021-01-08 09:42:25','2021-01-08 04:42:25'),
(45032,19174,'action complete via WP Cron','2021-01-08 09:42:25','2021-01-08 04:42:25'),
(45033,19175,'action created','2021-01-08 09:42:25','2021-01-08 04:42:25'),
(45034,19175,'action started via WP Cron','2021-01-08 09:43:13','2021-01-08 04:43:13'),
(45035,19175,'action complete via WP Cron','2021-01-08 09:43:13','2021-01-08 04:43:13'),
(45036,19176,'action created','2021-01-08 09:43:13','2021-01-08 04:43:13'),
(45037,19176,'action started via WP Cron','2021-01-08 09:44:49','2021-01-08 04:44:49'),
(45038,19176,'action complete via WP Cron','2021-01-08 09:44:49','2021-01-08 04:44:49'),
(45039,19177,'action created','2021-01-08 09:44:49','2021-01-08 04:44:49'),
(45040,19177,'action started via WP Cron','2021-01-08 09:46:54','2021-01-08 04:46:54'),
(45041,19177,'action complete via WP Cron','2021-01-08 09:46:54','2021-01-08 04:46:54'),
(45042,19178,'action created','2021-01-08 09:46:54','2021-01-08 04:46:54'),
(45043,19178,'action started via WP Cron','2021-01-08 09:47:26','2021-01-08 04:47:26'),
(45044,19178,'action complete via WP Cron','2021-01-08 09:47:26','2021-01-08 04:47:26'),
(45045,19179,'action created','2021-01-08 09:47:26','2021-01-08 04:47:26'),
(45046,19179,'action started via WP Cron','2021-01-08 09:48:35','2021-01-08 04:48:35'),
(45047,19179,'action complete via WP Cron','2021-01-08 09:48:35','2021-01-08 04:48:35'),
(45048,19180,'action created','2021-01-08 09:48:35','2021-01-08 04:48:35'),
(45049,19180,'action started via WP Cron','2021-01-08 09:49:16','2021-01-08 04:49:16'),
(45050,19180,'action complete via WP Cron','2021-01-08 09:49:16','2021-01-08 04:49:16'),
(45051,19181,'action created','2021-01-08 09:49:16','2021-01-08 04:49:16'),
(45052,19181,'action started via WP Cron','2021-01-08 09:51:08','2021-01-08 04:51:08'),
(45053,19181,'action complete via WP Cron','2021-01-08 09:51:08','2021-01-08 04:51:08'),
(45054,19182,'action created','2021-01-08 09:51:08','2021-01-08 04:51:08'),
(45055,19182,'action started via WP Cron','2021-01-08 09:51:36','2021-01-08 04:51:36'),
(45056,19182,'action complete via WP Cron','2021-01-08 09:51:36','2021-01-08 04:51:36'),
(45057,19183,'action created','2021-01-08 09:51:36','2021-01-08 04:51:36'),
(45058,19183,'action started via WP Cron','2021-01-08 09:52:41','2021-01-08 04:52:41'),
(45059,19183,'action complete via WP Cron','2021-01-08 09:52:41','2021-01-08 04:52:41'),
(45060,19184,'action created','2021-01-08 09:52:41','2021-01-08 04:52:41'),
(45061,19184,'action started via WP Cron','2021-01-08 09:54:02','2021-01-08 04:54:02'),
(45062,19184,'action complete via WP Cron','2021-01-08 09:54:02','2021-01-08 04:54:02'),
(45063,19185,'action created','2021-01-08 09:54:02','2021-01-08 04:54:02'),
(45064,19185,'action started via WP Cron','2021-01-08 09:54:32','2021-01-08 04:54:32'),
(45065,19185,'action complete via WP Cron','2021-01-08 09:54:32','2021-01-08 04:54:32'),
(45066,19186,'action created','2021-01-08 09:54:32','2021-01-08 04:54:32'),
(45067,19186,'action started via WP Cron','2021-01-08 09:56:31','2021-01-08 04:56:31'),
(45068,19186,'action complete via WP Cron','2021-01-08 09:56:31','2021-01-08 04:56:31'),
(45069,19187,'action created','2021-01-08 09:56:31','2021-01-08 04:56:31'),
(45070,19187,'action started via WP Cron','2021-01-08 09:57:32','2021-01-08 04:57:32'),
(45071,19187,'action complete via WP Cron','2021-01-08 09:57:32','2021-01-08 04:57:32'),
(45072,19188,'action created','2021-01-08 09:57:32','2021-01-08 04:57:32'),
(45073,19188,'action started via WP Cron','2021-01-08 09:58:23','2021-01-08 04:58:23'),
(45074,19188,'action complete via WP Cron','2021-01-08 09:58:23','2021-01-08 04:58:23'),
(45075,19189,'action created','2021-01-08 09:58:23','2021-01-08 04:58:23'),
(45076,19189,'action started via WP Cron','2021-01-08 10:01:33','2021-01-08 05:01:33'),
(45077,19189,'action complete via WP Cron','2021-01-08 10:01:33','2021-01-08 05:01:33'),
(45078,19190,'action created','2021-01-08 10:01:33','2021-01-08 05:01:33'),
(45079,19190,'action started via WP Cron','2021-01-08 10:02:24','2021-01-08 05:02:24'),
(45080,19190,'action complete via WP Cron','2021-01-08 10:02:24','2021-01-08 05:02:24'),
(45081,19191,'action created','2021-01-08 10:02:24','2021-01-08 05:02:24'),
(45082,19191,'action started via WP Cron','2021-01-08 10:03:12','2021-01-08 05:03:12'),
(45083,19191,'action complete via WP Cron','2021-01-08 10:03:12','2021-01-08 05:03:12'),
(45084,19192,'action created','2021-01-08 10:03:12','2021-01-08 05:03:12'),
(45085,19192,'action started via WP Cron','2021-01-08 10:04:18','2021-01-08 05:04:18'),
(45086,19192,'action complete via WP Cron','2021-01-08 10:04:18','2021-01-08 05:04:18'),
(45087,19193,'action created','2021-01-08 10:04:18','2021-01-08 05:04:18'),
(45088,19193,'action started via WP Cron','2021-01-08 10:06:34','2021-01-08 05:06:34'),
(45089,19193,'action complete via WP Cron','2021-01-08 10:06:34','2021-01-08 05:06:34'),
(45090,19194,'action created','2021-01-08 10:06:34','2021-01-08 05:06:34'),
(45091,19194,'action started via WP Cron','2021-01-08 10:07:12','2021-01-08 05:07:12'),
(45092,19194,'action complete via WP Cron','2021-01-08 10:07:12','2021-01-08 05:07:12'),
(45093,19195,'action created','2021-01-08 10:07:12','2021-01-08 05:07:12'),
(45094,19195,'action started via WP Cron','2021-01-08 10:08:25','2021-01-08 05:08:25'),
(45095,19195,'action complete via WP Cron','2021-01-08 10:08:25','2021-01-08 05:08:25'),
(45096,19196,'action created','2021-01-08 10:08:25','2021-01-08 05:08:25'),
(45097,19196,'action started via WP Cron','2021-01-08 10:10:10','2021-01-08 05:10:10'),
(45098,19196,'action complete via WP Cron','2021-01-08 10:10:10','2021-01-08 05:10:10'),
(45099,19197,'action created','2021-01-08 10:10:10','2021-01-08 05:10:10'),
(45100,19197,'action started via WP Cron','2021-01-08 10:11:10','2021-01-08 05:11:10'),
(45101,19197,'action complete via WP Cron','2021-01-08 10:11:10','2021-01-08 05:11:10'),
(45102,19198,'action created','2021-01-08 10:11:10','2021-01-08 05:11:10'),
(45103,19198,'action started via WP Cron','2021-01-08 10:11:36','2021-01-08 05:11:36'),
(45104,19198,'action complete via WP Cron','2021-01-08 10:11:36','2021-01-08 05:11:36'),
(45105,19199,'action created','2021-01-08 10:11:36','2021-01-08 05:11:36'),
(45106,19199,'action started via WP Cron','2021-01-08 10:12:30','2021-01-08 05:12:30'),
(45107,19199,'action complete via WP Cron','2021-01-08 10:12:30','2021-01-08 05:12:30'),
(45108,19200,'action created','2021-01-08 10:12:30','2021-01-08 05:12:30'),
(45109,19200,'action started via WP Cron','2021-01-08 10:13:38','2021-01-08 05:13:38'),
(45110,19200,'action complete via WP Cron','2021-01-08 10:13:38','2021-01-08 05:13:38'),
(45111,19201,'action created','2021-01-08 10:13:38','2021-01-08 05:13:38'),
(45112,19201,'action started via WP Cron','2021-01-08 10:15:06','2021-01-08 05:15:06'),
(45113,19201,'action complete via WP Cron','2021-01-08 10:15:06','2021-01-08 05:15:06'),
(45114,19202,'action created','2021-01-08 10:15:06','2021-01-08 05:15:06'),
(45115,19202,'action started via WP Cron','2021-01-08 10:16:46','2021-01-08 05:16:46'),
(45116,19202,'action complete via WP Cron','2021-01-08 10:16:46','2021-01-08 05:16:46'),
(45117,19203,'action created','2021-01-08 10:16:46','2021-01-08 05:16:46'),
(45118,19203,'action started via WP Cron','2021-01-08 10:17:28','2021-01-08 05:17:28'),
(45119,19203,'action complete via WP Cron','2021-01-08 10:17:28','2021-01-08 05:17:28'),
(45120,19204,'action created','2021-01-08 10:17:28','2021-01-08 05:17:28'),
(45121,19204,'action started via WP Cron','2021-01-08 10:18:44','2021-01-08 05:18:44'),
(45122,19204,'action complete via WP Cron','2021-01-08 10:18:44','2021-01-08 05:18:44'),
(45123,19205,'action created','2021-01-08 10:18:44','2021-01-08 05:18:44'),
(45124,19205,'action started via WP Cron','2021-01-08 10:19:34','2021-01-08 05:19:34'),
(45125,19205,'action complete via WP Cron','2021-01-08 10:19:34','2021-01-08 05:19:34'),
(45126,19206,'action created','2021-01-08 10:19:34','2021-01-08 05:19:34'),
(45127,19206,'action started via WP Cron','2021-01-08 10:20:57','2021-01-08 05:20:57'),
(45128,19206,'action complete via WP Cron','2021-01-08 10:20:57','2021-01-08 05:20:57'),
(45129,19207,'action created','2021-01-08 10:20:57','2021-01-08 05:20:57'),
(45130,19207,'action started via WP Cron','2021-01-08 10:22:31','2021-01-08 05:22:31'),
(45131,19207,'action complete via WP Cron','2021-01-08 10:22:31','2021-01-08 05:22:31'),
(45132,19208,'action created','2021-01-08 10:22:31','2021-01-08 05:22:31'),
(45133,19208,'action started via WP Cron','2021-01-08 10:23:53','2021-01-08 05:23:53'),
(45134,19208,'action complete via WP Cron','2021-01-08 10:23:53','2021-01-08 05:23:53'),
(45135,19209,'action created','2021-01-08 10:23:53','2021-01-08 05:23:53'),
(45136,19209,'action started via WP Cron','2021-01-08 10:24:33','2021-01-08 05:24:33'),
(45137,19209,'action complete via WP Cron','2021-01-08 10:24:33','2021-01-08 05:24:33'),
(45138,19210,'action created','2021-01-08 10:24:33','2021-01-08 05:24:33'),
(45139,19210,'action started via WP Cron','2021-01-08 10:25:13','2021-01-08 05:25:13'),
(45140,19210,'action complete via WP Cron','2021-01-08 10:25:13','2021-01-08 05:25:13'),
(45141,19211,'action created','2021-01-08 10:25:13','2021-01-08 05:25:13'),
(45142,19211,'action started via WP Cron','2021-01-08 10:26:20','2021-01-08 05:26:20'),
(45143,19211,'action complete via WP Cron','2021-01-08 10:26:20','2021-01-08 05:26:20'),
(45144,19212,'action created','2021-01-08 10:26:20','2021-01-08 05:26:20'),
(45145,19212,'action started via WP Cron','2021-01-08 10:27:41','2021-01-08 05:27:41'),
(45146,19212,'action complete via WP Cron','2021-01-08 10:27:41','2021-01-08 05:27:41'),
(45147,19213,'action created','2021-01-08 10:27:42','2021-01-08 05:27:42'),
(45148,19213,'action started via WP Cron','2021-01-08 10:29:44','2021-01-08 05:29:44'),
(45149,19213,'action complete via WP Cron','2021-01-08 10:29:44','2021-01-08 05:29:44'),
(45150,19214,'action created','2021-01-08 10:29:44','2021-01-08 05:29:44'),
(45151,19214,'action started via WP Cron','2021-01-08 10:30:49','2021-01-08 05:30:49'),
(45152,19214,'action complete via WP Cron','2021-01-08 10:30:49','2021-01-08 05:30:49'),
(45153,19215,'action created','2021-01-08 10:30:49','2021-01-08 05:30:49'),
(45154,19215,'action started via WP Cron','2021-01-08 10:31:52','2021-01-08 05:31:52'),
(45155,19215,'action complete via WP Cron','2021-01-08 10:31:52','2021-01-08 05:31:52'),
(45156,19216,'action created','2021-01-08 10:31:52','2021-01-08 05:31:52'),
(45157,19216,'action started via WP Cron','2021-01-08 10:32:46','2021-01-08 05:32:46'),
(45158,19216,'action complete via WP Cron','2021-01-08 10:32:46','2021-01-08 05:32:46'),
(45159,19217,'action created','2021-01-08 10:32:46','2021-01-08 05:32:46'),
(45160,19217,'action started via WP Cron','2021-01-08 10:34:02','2021-01-08 05:34:02'),
(45161,19217,'action complete via WP Cron','2021-01-08 10:34:02','2021-01-08 05:34:02'),
(45162,19218,'action created','2021-01-08 10:34:02','2021-01-08 05:34:02'),
(45163,19218,'action started via WP Cron','2021-01-08 10:34:52','2021-01-08 05:34:52'),
(45164,19218,'action complete via WP Cron','2021-01-08 10:34:52','2021-01-08 05:34:52'),
(45165,19219,'action created','2021-01-08 10:34:52','2021-01-08 05:34:52'),
(45166,19219,'action started via WP Cron','2021-01-08 10:35:48','2021-01-08 05:35:48'),
(45167,19219,'action complete via WP Cron','2021-01-08 10:35:48','2021-01-08 05:35:48'),
(45168,19220,'action created','2021-01-08 10:35:48','2021-01-08 05:35:48'),
(45169,19220,'action started via WP Cron','2021-01-08 10:36:36','2021-01-08 05:36:36'),
(45170,19220,'action complete via WP Cron','2021-01-08 10:36:36','2021-01-08 05:36:36'),
(45171,19221,'action created','2021-01-08 10:36:36','2021-01-08 05:36:36'),
(45172,19221,'action started via WP Cron','2021-01-08 10:37:19','2021-01-08 05:37:19'),
(45173,19221,'action complete via WP Cron','2021-01-08 10:37:20','2021-01-08 05:37:20'),
(45174,19222,'action created','2021-01-08 10:37:20','2021-01-08 05:37:20'),
(45175,19222,'action started via WP Cron','2021-01-08 10:38:38','2021-01-08 05:38:38'),
(45176,19222,'action complete via WP Cron','2021-01-08 10:38:38','2021-01-08 05:38:38'),
(45177,19223,'action created','2021-01-08 10:38:38','2021-01-08 05:38:38'),
(45178,19223,'action started via WP Cron','2021-01-08 10:39:21','2021-01-08 05:39:21'),
(45179,19223,'action complete via WP Cron','2021-01-08 10:39:21','2021-01-08 05:39:21'),
(45180,19224,'action created','2021-01-08 10:39:21','2021-01-08 05:39:21'),
(45181,19224,'action started via WP Cron','2021-01-08 10:40:15','2021-01-08 05:40:15'),
(45182,19224,'action complete via WP Cron','2021-01-08 10:40:15','2021-01-08 05:40:15'),
(45183,19225,'action created','2021-01-08 10:40:15','2021-01-08 05:40:15'),
(45184,19225,'action started via WP Cron','2021-01-08 10:41:49','2021-01-08 05:41:49'),
(45185,19225,'action complete via WP Cron','2021-01-08 10:41:49','2021-01-08 05:41:49'),
(45186,19226,'action created','2021-01-08 10:41:49','2021-01-08 05:41:49'),
(45187,19226,'action started via WP Cron','2021-01-08 10:42:31','2021-01-08 05:42:31'),
(45188,19226,'action complete via WP Cron','2021-01-08 10:42:31','2021-01-08 05:42:31'),
(45189,19227,'action created','2021-01-08 10:42:31','2021-01-08 05:42:31'),
(45190,19227,'action started via WP Cron','2021-01-08 10:43:32','2021-01-08 05:43:32'),
(45191,19227,'action complete via WP Cron','2021-01-08 10:43:32','2021-01-08 05:43:32'),
(45192,19228,'action created','2021-01-08 10:43:32','2021-01-08 05:43:32'),
(45193,19228,'action started via WP Cron','2021-01-08 10:44:34','2021-01-08 05:44:34'),
(45194,19228,'action complete via WP Cron','2021-01-08 10:44:34','2021-01-08 05:44:34'),
(45195,19229,'action created','2021-01-08 10:44:34','2021-01-08 05:44:34'),
(45196,19229,'action started via WP Cron','2021-01-08 10:45:11','2021-01-08 05:45:11'),
(45197,19229,'action complete via WP Cron','2021-01-08 10:45:11','2021-01-08 05:45:11'),
(45198,19230,'action created','2021-01-08 10:45:11','2021-01-08 05:45:11'),
(45199,19230,'action started via WP Cron','2021-01-08 10:46:11','2021-01-08 05:46:11'),
(45200,19230,'action complete via WP Cron','2021-01-08 10:46:11','2021-01-08 05:46:11'),
(45201,19231,'action created','2021-01-08 10:46:11','2021-01-08 05:46:11'),
(45202,19231,'action started via WP Cron','2021-01-08 10:48:00','2021-01-08 05:48:00'),
(45203,19231,'action complete via WP Cron','2021-01-08 10:48:00','2021-01-08 05:48:00'),
(45204,19232,'action created','2021-01-08 10:48:00','2021-01-08 05:48:00'),
(45205,19232,'action started via WP Cron','2021-01-08 10:48:40','2021-01-08 05:48:40'),
(45206,19232,'action complete via WP Cron','2021-01-08 10:48:40','2021-01-08 05:48:40'),
(45207,19233,'action created','2021-01-08 10:48:40','2021-01-08 05:48:40'),
(45208,19233,'action started via WP Cron','2021-01-08 10:50:08','2021-01-08 05:50:08'),
(45209,19233,'action complete via WP Cron','2021-01-08 10:50:08','2021-01-08 05:50:08'),
(45210,19234,'action created','2021-01-08 10:50:08','2021-01-08 05:50:08'),
(45211,19234,'action started via WP Cron','2021-01-08 10:50:42','2021-01-08 05:50:42'),
(45212,19234,'action complete via WP Cron','2021-01-08 10:50:42','2021-01-08 05:50:42'),
(45213,19235,'action created','2021-01-08 10:50:42','2021-01-08 05:50:42'),
(45214,19235,'action started via WP Cron','2021-01-08 10:51:31','2021-01-08 05:51:31'),
(45215,19235,'action complete via WP Cron','2021-01-08 10:51:31','2021-01-08 05:51:31'),
(45216,19236,'action created','2021-01-08 10:51:31','2021-01-08 05:51:31'),
(45217,19236,'action started via WP Cron','2021-01-08 10:52:18','2021-01-08 05:52:18'),
(45218,19236,'action complete via WP Cron','2021-01-08 10:52:18','2021-01-08 05:52:18'),
(45219,19237,'action created','2021-01-08 10:52:18','2021-01-08 05:52:18'),
(45220,19237,'action started via WP Cron','2021-01-08 10:53:26','2021-01-08 05:53:26'),
(45221,19237,'action complete via WP Cron','2021-01-08 10:53:26','2021-01-08 05:53:26'),
(45222,19238,'action created','2021-01-08 10:53:26','2021-01-08 05:53:26'),
(45223,19238,'action started via WP Cron','2021-01-08 10:54:19','2021-01-08 05:54:19'),
(45224,19238,'action complete via WP Cron','2021-01-08 10:54:19','2021-01-08 05:54:19'),
(45225,19239,'action created','2021-01-08 10:54:19','2021-01-08 05:54:19'),
(45226,19239,'action started via WP Cron','2021-01-08 10:55:13','2021-01-08 05:55:13'),
(45227,19239,'action complete via WP Cron','2021-01-08 10:55:13','2021-01-08 05:55:13'),
(45228,19240,'action created','2021-01-08 10:55:13','2021-01-08 05:55:13'),
(45229,19240,'action started via WP Cron','2021-01-08 10:56:15','2021-01-08 05:56:15'),
(45230,19240,'action complete via WP Cron','2021-01-08 10:56:15','2021-01-08 05:56:15'),
(45231,19241,'action created','2021-01-08 10:56:15','2021-01-08 05:56:15'),
(45232,19241,'action started via WP Cron','2021-01-08 10:58:45','2021-01-08 05:58:45'),
(45233,19241,'action complete via WP Cron','2021-01-08 10:58:45','2021-01-08 05:58:45'),
(45234,19242,'action created','2021-01-08 10:58:45','2021-01-08 05:58:45'),
(45235,19242,'action started via WP Cron','2021-01-08 11:00:11','2021-01-08 06:00:11'),
(45236,19242,'action complete via WP Cron','2021-01-08 11:00:11','2021-01-08 06:00:11'),
(45237,19243,'action created','2021-01-08 11:00:11','2021-01-08 06:00:11'),
(45238,19243,'action started via WP Cron','2021-01-08 11:01:17','2021-01-08 06:01:17'),
(45239,19243,'action complete via WP Cron','2021-01-08 11:01:18','2021-01-08 06:01:18'),
(45240,19244,'action created','2021-01-08 11:01:18','2021-01-08 06:01:18'),
(45241,19244,'action started via WP Cron','2021-01-08 11:02:21','2021-01-08 06:02:21'),
(45242,19244,'action complete via WP Cron','2021-01-08 11:02:21','2021-01-08 06:02:21'),
(45243,19245,'action created','2021-01-08 11:02:21','2021-01-08 06:02:21'),
(45244,19245,'action started via WP Cron','2021-01-08 11:03:12','2021-01-08 06:03:12'),
(45245,19245,'action complete via WP Cron','2021-01-08 11:03:12','2021-01-08 06:03:12'),
(45246,19246,'action created','2021-01-08 11:03:12','2021-01-08 06:03:12'),
(45247,19246,'action started via WP Cron','2021-01-08 11:04:23','2021-01-08 06:04:23'),
(45248,19246,'action complete via WP Cron','2021-01-08 11:04:23','2021-01-08 06:04:23'),
(45249,19247,'action created','2021-01-08 11:04:23','2021-01-08 06:04:23'),
(45250,19247,'action started via WP Cron','2021-01-08 11:05:22','2021-01-08 06:05:22'),
(45251,19247,'action complete via WP Cron','2021-01-08 11:05:22','2021-01-08 06:05:22'),
(45252,19248,'action created','2021-01-08 11:05:22','2021-01-08 06:05:22'),
(45253,19248,'action started via WP Cron','2021-01-08 11:06:12','2021-01-08 06:06:12'),
(45254,19248,'action complete via WP Cron','2021-01-08 11:06:12','2021-01-08 06:06:12'),
(45255,19249,'action created','2021-01-08 11:06:12','2021-01-08 06:06:12'),
(45256,19249,'action started via WP Cron','2021-01-08 11:07:25','2021-01-08 06:07:25'),
(45257,19249,'action complete via WP Cron','2021-01-08 11:07:25','2021-01-08 06:07:25'),
(45258,19250,'action created','2021-01-08 11:07:25','2021-01-08 06:07:25'),
(45259,19250,'action started via WP Cron','2021-01-08 11:08:12','2021-01-08 06:08:12'),
(45260,19250,'action complete via WP Cron','2021-01-08 11:08:12','2021-01-08 06:08:12'),
(45261,19251,'action created','2021-01-08 11:08:12','2021-01-08 06:08:12'),
(45262,19251,'action started via WP Cron','2021-01-08 11:09:13','2021-01-08 06:09:13'),
(45263,19251,'action complete via WP Cron','2021-01-08 11:09:13','2021-01-08 06:09:13'),
(45264,19252,'action created','2021-01-08 11:09:13','2021-01-08 06:09:13'),
(45265,19252,'action started via WP Cron','2021-01-08 11:11:13','2021-01-08 06:11:13'),
(45266,19252,'action complete via WP Cron','2021-01-08 11:11:13','2021-01-08 06:11:13'),
(45267,19253,'action created','2021-01-08 11:11:13','2021-01-08 06:11:13'),
(45268,19253,'action started via WP Cron','2021-01-08 11:12:25','2021-01-08 06:12:25'),
(45269,19253,'action complete via WP Cron','2021-01-08 11:12:25','2021-01-08 06:12:25'),
(45270,19254,'action created','2021-01-08 11:12:25','2021-01-08 06:12:25'),
(45271,19254,'action started via WP Cron','2021-01-08 11:13:18','2021-01-08 06:13:18'),
(45272,19254,'action complete via WP Cron','2021-01-08 11:13:18','2021-01-08 06:13:18'),
(45273,19255,'action created','2021-01-08 11:13:18','2021-01-08 06:13:18'),
(45274,19255,'action started via WP Cron','2021-01-08 11:14:15','2021-01-08 06:14:15'),
(45275,19255,'action complete via WP Cron','2021-01-08 11:14:15','2021-01-08 06:14:15'),
(45276,19256,'action created','2021-01-08 11:14:15','2021-01-08 06:14:15'),
(45277,19256,'action started via WP Cron','2021-01-08 11:15:32','2021-01-08 06:15:32'),
(45278,19256,'action complete via WP Cron','2021-01-08 11:15:32','2021-01-08 06:15:32'),
(45279,19257,'action created','2021-01-08 11:15:32','2021-01-08 06:15:32'),
(45280,19257,'action started via WP Cron','2021-01-08 11:17:18','2021-01-08 06:17:18'),
(45281,19257,'action complete via WP Cron','2021-01-08 11:17:18','2021-01-08 06:17:18'),
(45282,19258,'action created','2021-01-08 11:17:18','2021-01-08 06:17:18'),
(45283,19258,'action started via WP Cron','2021-01-08 11:19:12','2021-01-08 06:19:12'),
(45284,19258,'action complete via WP Cron','2021-01-08 11:19:12','2021-01-08 06:19:12'),
(45285,19259,'action created','2021-01-08 11:19:12','2021-01-08 06:19:12'),
(45286,19259,'action started via WP Cron','2021-01-08 11:20:23','2021-01-08 06:20:23'),
(45287,19259,'action complete via WP Cron','2021-01-08 11:20:23','2021-01-08 06:20:23'),
(45288,19260,'action created','2021-01-08 11:20:23','2021-01-08 06:20:23'),
(45289,19260,'action started via WP Cron','2021-01-08 11:21:27','2021-01-08 06:21:27'),
(45290,19260,'action complete via WP Cron','2021-01-08 11:21:27','2021-01-08 06:21:27'),
(45291,19261,'action created','2021-01-08 11:21:27','2021-01-08 06:21:27'),
(45292,19261,'action started via WP Cron','2021-01-08 11:22:40','2021-01-08 06:22:40'),
(45293,19261,'action complete via WP Cron','2021-01-08 11:22:40','2021-01-08 06:22:40'),
(45294,19262,'action created','2021-01-08 11:22:40','2021-01-08 06:22:40'),
(45295,19262,'action started via WP Cron','2021-01-08 11:23:36','2021-01-08 06:23:36'),
(45296,19262,'action complete via WP Cron','2021-01-08 11:23:36','2021-01-08 06:23:36'),
(45297,19263,'action created','2021-01-08 11:23:36','2021-01-08 06:23:36'),
(45298,19263,'action started via WP Cron','2021-01-08 11:24:14','2021-01-08 06:24:14'),
(45299,19263,'action complete via WP Cron','2021-01-08 11:24:14','2021-01-08 06:24:14'),
(45300,19264,'action created','2021-01-08 11:24:14','2021-01-08 06:24:14'),
(45301,19264,'action started via WP Cron','2021-01-08 11:25:25','2021-01-08 06:25:25'),
(45302,19264,'action complete via WP Cron','2021-01-08 11:25:25','2021-01-08 06:25:25'),
(45303,19265,'action created','2021-01-08 11:25:25','2021-01-08 06:25:25'),
(45304,19265,'action started via WP Cron','2021-01-08 11:26:22','2021-01-08 06:26:22'),
(45305,19265,'action complete via WP Cron','2021-01-08 11:26:22','2021-01-08 06:26:22'),
(45306,19266,'action created','2021-01-08 11:26:22','2021-01-08 06:26:22'),
(45307,19266,'action started via WP Cron','2021-01-08 11:27:13','2021-01-08 06:27:13'),
(45308,19266,'action complete via WP Cron','2021-01-08 11:27:13','2021-01-08 06:27:13'),
(45309,19267,'action created','2021-01-08 11:27:13','2021-01-08 06:27:13'),
(45310,19267,'action started via WP Cron','2021-01-08 11:28:27','2021-01-08 06:28:27'),
(45311,19267,'action complete via WP Cron','2021-01-08 11:28:27','2021-01-08 06:28:27'),
(45312,19268,'action created','2021-01-08 11:28:27','2021-01-08 06:28:27'),
(45313,19268,'action started via WP Cron','2021-01-08 11:29:46','2021-01-08 06:29:46'),
(45314,19268,'action complete via WP Cron','2021-01-08 11:29:46','2021-01-08 06:29:46'),
(45315,19269,'action created','2021-01-08 11:29:46','2021-01-08 06:29:46'),
(45316,19269,'action started via WP Cron','2021-01-08 11:30:14','2021-01-08 06:30:14'),
(45317,19269,'action complete via WP Cron','2021-01-08 11:30:14','2021-01-08 06:30:14'),
(45318,19270,'action created','2021-01-08 11:30:14','2021-01-08 06:30:14'),
(45319,19270,'action started via WP Cron','2021-01-08 11:31:14','2021-01-08 06:31:14'),
(45320,19270,'action complete via WP Cron','2021-01-08 11:31:14','2021-01-08 06:31:14'),
(45321,19271,'action created','2021-01-08 11:31:14','2021-01-08 06:31:14'),
(45322,19271,'action started via WP Cron','2021-01-08 11:33:05','2021-01-08 06:33:05'),
(45323,19271,'action complete via WP Cron','2021-01-08 11:33:05','2021-01-08 06:33:05'),
(45324,19272,'action created','2021-01-08 11:33:05','2021-01-08 06:33:05'),
(45325,19272,'action started via WP Cron','2021-01-08 11:33:31','2021-01-08 06:33:31'),
(45326,19272,'action complete via WP Cron','2021-01-08 11:33:31','2021-01-08 06:33:31'),
(45327,19273,'action created','2021-01-08 11:33:31','2021-01-08 06:33:31'),
(45328,19273,'action started via WP Cron','2021-01-08 11:34:33','2021-01-08 06:34:33'),
(45329,19273,'action complete via WP Cron','2021-01-08 11:34:33','2021-01-08 06:34:33'),
(45330,19274,'action created','2021-01-08 11:34:33','2021-01-08 06:34:33'),
(45331,19274,'action started via WP Cron','2021-01-08 11:36:29','2021-01-08 06:36:29'),
(45332,19274,'action complete via WP Cron','2021-01-08 11:36:29','2021-01-08 06:36:29'),
(45333,19275,'action created','2021-01-08 11:36:29','2021-01-08 06:36:29'),
(45334,19275,'action started via WP Cron','2021-01-08 11:37:44','2021-01-08 06:37:44'),
(45335,19275,'action complete via WP Cron','2021-01-08 11:37:44','2021-01-08 06:37:44'),
(45336,19276,'action created','2021-01-08 11:37:44','2021-01-08 06:37:44'),
(45337,19276,'action started via WP Cron','2021-01-08 11:38:35','2021-01-08 06:38:35'),
(45338,19276,'action complete via WP Cron','2021-01-08 11:38:35','2021-01-08 06:38:35'),
(45339,19277,'action created','2021-01-08 11:38:35','2021-01-08 06:38:35'),
(45340,19277,'action started via WP Cron','2021-01-08 11:39:48','2021-01-08 06:39:48'),
(45341,19277,'action complete via WP Cron','2021-01-08 11:39:48','2021-01-08 06:39:48'),
(45342,19278,'action created','2021-01-08 11:39:48','2021-01-08 06:39:48'),
(45343,19278,'action started via WP Cron','2021-01-08 11:41:17','2021-01-08 06:41:17'),
(45344,19278,'action complete via WP Cron','2021-01-08 11:41:17','2021-01-08 06:41:17'),
(45345,19279,'action created','2021-01-08 11:41:17','2021-01-08 06:41:17'),
(45346,19279,'action started via WP Cron','2021-01-08 11:44:21','2021-01-08 06:44:21'),
(45347,19279,'action complete via WP Cron','2021-01-08 11:44:21','2021-01-08 06:44:21'),
(45348,19280,'action created','2021-01-08 11:44:21','2021-01-08 06:44:21'),
(45349,19280,'action started via WP Cron','2021-01-08 11:45:16','2021-01-08 06:45:16'),
(45350,19280,'action complete via WP Cron','2021-01-08 11:45:16','2021-01-08 06:45:16'),
(45351,19281,'action created','2021-01-08 11:45:16','2021-01-08 06:45:16'),
(45352,19281,'action started via WP Cron','2021-01-08 11:46:57','2021-01-08 06:46:57'),
(45353,19281,'action complete via WP Cron','2021-01-08 11:46:57','2021-01-08 06:46:57'),
(45354,19282,'action created','2021-01-08 11:46:57','2021-01-08 06:46:57'),
(45355,19282,'action started via WP Cron','2021-01-08 11:47:23','2021-01-08 06:47:23'),
(45356,19282,'action complete via WP Cron','2021-01-08 11:47:23','2021-01-08 06:47:23'),
(45357,19283,'action created','2021-01-08 11:47:23','2021-01-08 06:47:23'),
(45358,19283,'action started via WP Cron','2021-01-08 11:48:14','2021-01-08 06:48:14'),
(45359,19283,'action complete via WP Cron','2021-01-08 11:48:14','2021-01-08 06:48:14'),
(45360,19284,'action created','2021-01-08 11:48:14','2021-01-08 06:48:14'),
(45361,19284,'action started via WP Cron','2021-01-08 11:49:37','2021-01-08 06:49:37'),
(45362,19284,'action complete via WP Cron','2021-01-08 11:49:37','2021-01-08 06:49:37'),
(45363,19285,'action created','2021-01-08 11:49:37','2021-01-08 06:49:37'),
(45364,19285,'action started via WP Cron','2021-01-08 11:51:15','2021-01-08 06:51:15'),
(45365,19285,'action complete via WP Cron','2021-01-08 11:51:15','2021-01-08 06:51:15'),
(45366,19286,'action created','2021-01-08 11:51:15','2021-01-08 06:51:15'),
(45367,19286,'action started via WP Cron','2021-01-08 11:52:44','2021-01-08 06:52:44'),
(45368,19286,'action complete via WP Cron','2021-01-08 11:52:44','2021-01-08 06:52:44'),
(45369,19287,'action created','2021-01-08 11:52:44','2021-01-08 06:52:44'),
(45370,19287,'action started via WP Cron','2021-01-08 11:53:24','2021-01-08 06:53:24'),
(45371,19287,'action complete via WP Cron','2021-01-08 11:53:24','2021-01-08 06:53:24'),
(45372,19288,'action created','2021-01-08 11:53:24','2021-01-08 06:53:24'),
(45373,19288,'action started via WP Cron','2021-01-08 11:54:27','2021-01-08 06:54:27'),
(45374,19288,'action complete via WP Cron','2021-01-08 11:54:27','2021-01-08 06:54:27'),
(45375,19289,'action created','2021-01-08 11:54:28','2021-01-08 06:54:28'),
(45376,19289,'action started via WP Cron','2021-01-08 11:55:16','2021-01-08 06:55:16'),
(45377,19289,'action complete via WP Cron','2021-01-08 11:55:16','2021-01-08 06:55:16'),
(45378,19290,'action created','2021-01-08 11:55:16','2021-01-08 06:55:16'),
(45379,19290,'action started via WP Cron','2021-01-08 11:57:07','2021-01-08 06:57:07'),
(45380,19290,'action complete via WP Cron','2021-01-08 11:57:07','2021-01-08 06:57:07'),
(45381,19291,'action created','2021-01-08 11:57:07','2021-01-08 06:57:07'),
(45382,19291,'action started via WP Cron','2021-01-08 11:57:30','2021-01-08 06:57:30'),
(45383,19291,'action complete via WP Cron','2021-01-08 11:57:30','2021-01-08 06:57:30'),
(45384,19292,'action created','2021-01-08 11:57:30','2021-01-08 06:57:30'),
(45385,19292,'action started via WP Cron','2021-01-08 11:58:25','2021-01-08 06:58:25'),
(45386,19292,'action complete via WP Cron','2021-01-08 11:58:25','2021-01-08 06:58:25'),
(45387,19293,'action created','2021-01-08 11:58:25','2021-01-08 06:58:25'),
(45388,19293,'action started via WP Cron','2021-01-08 12:00:08','2021-01-08 07:00:08'),
(45389,19293,'action complete via WP Cron','2021-01-08 12:00:08','2021-01-08 07:00:08'),
(45390,19294,'action created','2021-01-08 12:00:08','2021-01-08 07:00:08'),
(45391,19294,'action started via WP Cron','2021-01-08 12:00:48','2021-01-08 07:00:48'),
(45392,19294,'action complete via WP Cron','2021-01-08 12:00:48','2021-01-08 07:00:48'),
(45393,19295,'action created','2021-01-08 12:00:48','2021-01-08 07:00:48'),
(45394,19295,'action started via WP Cron','2021-01-08 12:01:53','2021-01-08 07:01:53'),
(45395,19295,'action complete via WP Cron','2021-01-08 12:01:53','2021-01-08 07:01:53'),
(45396,19296,'action created','2021-01-08 12:01:53','2021-01-08 07:01:53'),
(45397,19296,'action started via WP Cron','2021-01-08 12:03:02','2021-01-08 07:03:02'),
(45398,19296,'action complete via WP Cron','2021-01-08 12:03:02','2021-01-08 07:03:02'),
(45399,19297,'action created','2021-01-08 12:03:02','2021-01-08 07:03:02'),
(45400,19297,'action started via WP Cron','2021-01-08 12:03:19','2021-01-08 07:03:19'),
(45401,19297,'action complete via WP Cron','2021-01-08 12:03:19','2021-01-08 07:03:19'),
(45402,19298,'action created','2021-01-08 12:03:19','2021-01-08 07:03:19'),
(45403,19298,'action started via WP Cron','2021-01-08 12:05:33','2021-01-08 07:05:33'),
(45404,19298,'action complete via WP Cron','2021-01-08 12:05:33','2021-01-08 07:05:33'),
(45405,19299,'action created','2021-01-08 12:05:33','2021-01-08 07:05:33'),
(45406,19299,'action started via WP Cron','2021-01-08 12:06:19','2021-01-08 07:06:19'),
(45407,19299,'action complete via WP Cron','2021-01-08 12:06:19','2021-01-08 07:06:19'),
(45408,19300,'action created','2021-01-08 12:06:19','2021-01-08 07:06:19'),
(45409,19300,'action started via WP Cron','2021-01-08 12:07:59','2021-01-08 07:07:59'),
(45410,19300,'action complete via WP Cron','2021-01-08 12:07:59','2021-01-08 07:07:59'),
(45411,19301,'action created','2021-01-08 12:07:59','2021-01-08 07:07:59'),
(45412,19301,'action started via WP Cron','2021-01-08 12:08:44','2021-01-08 07:08:44'),
(45413,19301,'action complete via WP Cron','2021-01-08 12:08:44','2021-01-08 07:08:44'),
(45414,19302,'action created','2021-01-08 12:08:44','2021-01-08 07:08:44'),
(45415,19302,'action started via WP Cron','2021-01-08 12:09:16','2021-01-08 07:09:16'),
(45416,19302,'action complete via WP Cron','2021-01-08 12:09:16','2021-01-08 07:09:16'),
(45417,19303,'action created','2021-01-08 12:09:16','2021-01-08 07:09:16'),
(45418,19303,'action started via WP Cron','2021-01-08 12:10:27','2021-01-08 07:10:27'),
(45419,19303,'action complete via WP Cron','2021-01-08 12:10:27','2021-01-08 07:10:27'),
(45420,19304,'action created','2021-01-08 12:10:27','2021-01-08 07:10:27'),
(45421,19304,'action started via WP Cron','2021-01-08 12:13:04','2021-01-08 07:13:04'),
(45422,19304,'action complete via WP Cron','2021-01-08 12:13:04','2021-01-08 07:13:04'),
(45423,19305,'action created','2021-01-08 12:13:05','2021-01-08 07:13:05'),
(45424,19305,'action started via WP Cron','2021-01-08 12:13:35','2021-01-08 07:13:35'),
(45425,19305,'action complete via WP Cron','2021-01-08 12:13:35','2021-01-08 07:13:35'),
(45426,19306,'action created','2021-01-08 12:13:35','2021-01-08 07:13:35'),
(45427,19306,'action started via WP Cron','2021-01-08 12:14:27','2021-01-08 07:14:27'),
(45428,19306,'action complete via WP Cron','2021-01-08 12:14:27','2021-01-08 07:14:27'),
(45429,19307,'action created','2021-01-08 12:14:27','2021-01-08 07:14:27'),
(45430,19307,'action started via WP Cron','2021-01-08 12:16:05','2021-01-08 07:16:05'),
(45431,19307,'action complete via WP Cron','2021-01-08 12:16:05','2021-01-08 07:16:05'),
(45432,19308,'action created','2021-01-08 12:16:05','2021-01-08 07:16:05'),
(45433,19308,'action started via WP Cron','2021-01-08 12:17:32','2021-01-08 07:17:32'),
(45434,19308,'action complete via WP Cron','2021-01-08 12:17:32','2021-01-08 07:17:32'),
(45435,19309,'action created','2021-01-08 12:17:32','2021-01-08 07:17:32'),
(45436,19309,'action started via WP Cron','2021-01-08 12:18:50','2021-01-08 07:18:50'),
(45437,19309,'action complete via WP Cron','2021-01-08 12:18:50','2021-01-08 07:18:50'),
(45438,19310,'action created','2021-01-08 12:18:50','2021-01-08 07:18:50'),
(45439,19310,'action started via WP Cron','2021-01-08 12:20:19','2021-01-08 07:20:19'),
(45440,19310,'action complete via WP Cron','2021-01-08 12:20:19','2021-01-08 07:20:19'),
(45441,19311,'action created','2021-01-08 12:20:19','2021-01-08 07:20:19'),
(45442,19311,'action started via WP Cron','2021-01-08 12:21:52','2021-01-08 07:21:52'),
(45443,19311,'action complete via WP Cron','2021-01-08 12:21:52','2021-01-08 07:21:52'),
(45444,19312,'action created','2021-01-08 12:21:52','2021-01-08 07:21:52'),
(45445,19312,'action started via WP Cron','2021-01-08 12:22:32','2021-01-08 07:22:32'),
(45446,19312,'action complete via WP Cron','2021-01-08 12:22:32','2021-01-08 07:22:32'),
(45447,19313,'action created','2021-01-08 12:22:32','2021-01-08 07:22:32'),
(45448,19313,'action started via WP Cron','2021-01-08 12:23:48','2021-01-08 07:23:48'),
(45449,19313,'action complete via WP Cron','2021-01-08 12:23:48','2021-01-08 07:23:48'),
(45450,19314,'action created','2021-01-08 12:23:48','2021-01-08 07:23:48'),
(45451,19314,'action started via WP Cron','2021-01-08 12:24:50','2021-01-08 07:24:50'),
(45452,19314,'action complete via WP Cron','2021-01-08 12:24:50','2021-01-08 07:24:50'),
(45453,19315,'action created','2021-01-08 12:24:50','2021-01-08 07:24:50'),
(45454,19315,'action started via WP Cron','2021-01-08 12:26:53','2021-01-08 07:26:53'),
(45455,19315,'action complete via WP Cron','2021-01-08 12:26:53','2021-01-08 07:26:53'),
(45456,19316,'action created','2021-01-08 12:26:53','2021-01-08 07:26:53'),
(45457,19316,'action started via WP Cron','2021-01-08 12:29:55','2021-01-08 07:29:55'),
(45458,19316,'action complete via WP Cron','2021-01-08 12:29:55','2021-01-08 07:29:55'),
(45459,19317,'action created','2021-01-08 12:29:55','2021-01-08 07:29:55'),
(45460,19317,'action started via WP Cron','2021-01-08 12:31:26','2021-01-08 07:31:26'),
(45461,19317,'action complete via WP Cron','2021-01-08 12:31:26','2021-01-08 07:31:26'),
(45462,19318,'action created','2021-01-08 12:31:26','2021-01-08 07:31:26'),
(45463,19318,'action started via WP Cron','2021-01-08 12:33:26','2021-01-08 07:33:26'),
(45464,19318,'action complete via WP Cron','2021-01-08 12:33:26','2021-01-08 07:33:26'),
(45465,19319,'action created','2021-01-08 12:33:26','2021-01-08 07:33:26'),
(45466,19319,'action started via WP Cron','2021-01-08 12:34:22','2021-01-08 07:34:22'),
(45467,19319,'action complete via WP Cron','2021-01-08 12:34:22','2021-01-08 07:34:22'),
(45468,19320,'action created','2021-01-08 12:34:22','2021-01-08 07:34:22'),
(45469,19320,'action started via WP Cron','2021-01-08 12:35:32','2021-01-08 07:35:32'),
(45470,19320,'action complete via WP Cron','2021-01-08 12:35:33','2021-01-08 07:35:33'),
(45471,19321,'action created','2021-01-08 12:35:33','2021-01-08 07:35:33'),
(45472,19321,'action started via WP Cron','2021-01-08 12:36:28','2021-01-08 07:36:28'),
(45473,19321,'action complete via WP Cron','2021-01-08 12:36:28','2021-01-08 07:36:28'),
(45474,19322,'action created','2021-01-08 12:36:28','2021-01-08 07:36:28'),
(45475,19322,'action started via WP Cron','2021-01-08 12:38:29','2021-01-08 07:38:29'),
(45476,19322,'action complete via WP Cron','2021-01-08 12:38:29','2021-01-08 07:38:29'),
(45477,19323,'action created','2021-01-08 12:38:29','2021-01-08 07:38:29'),
(45478,19323,'action started via WP Cron','2021-01-08 12:39:34','2021-01-08 07:39:34'),
(45479,19323,'action complete via WP Cron','2021-01-08 12:39:34','2021-01-08 07:39:34'),
(45480,19324,'action created','2021-01-08 12:39:34','2021-01-08 07:39:34'),
(45481,19324,'action started via WP Cron','2021-01-08 12:42:44','2021-01-08 07:42:44'),
(45482,19324,'action complete via WP Cron','2021-01-08 12:42:44','2021-01-08 07:42:44'),
(45483,19325,'action created','2021-01-08 12:42:44','2021-01-08 07:42:44'),
(45484,19325,'action started via WP Cron','2021-01-08 12:44:41','2021-01-08 07:44:41'),
(45485,19325,'action complete via WP Cron','2021-01-08 12:44:41','2021-01-08 07:44:41'),
(45486,19326,'action created','2021-01-08 12:44:41','2021-01-08 07:44:41'),
(45487,19326,'action started via WP Cron','2021-01-08 12:45:34','2021-01-08 07:45:34'),
(45488,19326,'action complete via WP Cron','2021-01-08 12:45:34','2021-01-08 07:45:34'),
(45489,19327,'action created','2021-01-08 12:45:34','2021-01-08 07:45:34'),
(45490,19327,'action started via WP Cron','2021-01-08 12:46:36','2021-01-08 07:46:36'),
(45491,19327,'action complete via WP Cron','2021-01-08 12:46:36','2021-01-08 07:46:36'),
(45492,19328,'action created','2021-01-08 12:46:36','2021-01-08 07:46:36'),
(45493,19328,'action started via WP Cron','2021-01-08 12:48:14','2021-01-08 07:48:14'),
(45494,19328,'action complete via WP Cron','2021-01-08 12:48:14','2021-01-08 07:48:14'),
(45495,19329,'action created','2021-01-08 12:48:15','2021-01-08 07:48:15'),
(45496,19329,'action started via WP Cron','2021-01-08 12:49:32','2021-01-08 07:49:32'),
(45497,19329,'action complete via WP Cron','2021-01-08 12:49:32','2021-01-08 07:49:32'),
(45498,19330,'action created','2021-01-08 12:49:32','2021-01-08 07:49:32'),
(45499,19330,'action started via WP Cron','2021-01-08 12:50:23','2021-01-08 07:50:23'),
(45500,19330,'action complete via WP Cron','2021-01-08 12:50:23','2021-01-08 07:50:23'),
(45501,19331,'action created','2021-01-08 12:50:23','2021-01-08 07:50:23'),
(45502,19331,'action started via WP Cron','2021-01-08 12:51:34','2021-01-08 07:51:34'),
(45503,19331,'action complete via WP Cron','2021-01-08 12:51:34','2021-01-08 07:51:34'),
(45504,19332,'action created','2021-01-08 12:51:34','2021-01-08 07:51:34'),
(45505,19332,'action started via WP Cron','2021-01-08 12:52:43','2021-01-08 07:52:43'),
(45506,19332,'action complete via WP Cron','2021-01-08 12:52:43','2021-01-08 07:52:43'),
(45507,19333,'action created','2021-01-08 12:52:43','2021-01-08 07:52:43'),
(45508,19333,'action started via WP Cron','2021-01-08 12:53:44','2021-01-08 07:53:44'),
(45509,19333,'action complete via WP Cron','2021-01-08 12:53:44','2021-01-08 07:53:44'),
(45510,19334,'action created','2021-01-08 12:53:44','2021-01-08 07:53:44'),
(45511,19334,'action started via WP Cron','2021-01-08 12:54:31','2021-01-08 07:54:31'),
(45512,19334,'action complete via WP Cron','2021-01-08 12:54:31','2021-01-08 07:54:31'),
(45513,19335,'action created','2021-01-08 12:54:31','2021-01-08 07:54:31'),
(45514,19335,'action started via WP Cron','2021-01-08 12:56:26','2021-01-08 07:56:26'),
(45515,19335,'action complete via WP Cron','2021-01-08 12:56:26','2021-01-08 07:56:26'),
(45516,18280,'action started via WP Cron','2021-01-08 12:56:26','2021-01-08 07:56:26'),
(45517,18280,'action complete via WP Cron','2021-01-08 12:56:26','2021-01-08 07:56:26'),
(45518,19336,'action created','2021-01-08 12:56:26','2021-01-08 07:56:26'),
(45519,19337,'action created','2021-01-08 12:56:26','2021-01-08 07:56:26'),
(45520,19337,'action started via WP Cron','2021-01-08 12:57:22','2021-01-08 07:57:22'),
(45521,19337,'action complete via WP Cron','2021-01-08 12:57:22','2021-01-08 07:57:22'),
(45522,19338,'action created','2021-01-08 12:57:22','2021-01-08 07:57:22'),
(45523,19338,'action started via WP Cron','2021-01-08 12:58:12','2021-01-08 07:58:12'),
(45524,19338,'action complete via WP Cron','2021-01-08 12:58:12','2021-01-08 07:58:12'),
(45525,19339,'action created','2021-01-08 12:58:12','2021-01-08 07:58:12'),
(45526,19339,'action started via WP Cron','2021-01-08 12:59:44','2021-01-08 07:59:44'),
(45527,19339,'action complete via WP Cron','2021-01-08 12:59:44','2021-01-08 07:59:44'),
(45528,19340,'action created','2021-01-08 12:59:44','2021-01-08 07:59:44'),
(45529,19340,'action started via WP Cron','2021-01-08 13:01:25','2021-01-08 08:01:25'),
(45530,19340,'action complete via WP Cron','2021-01-08 13:01:25','2021-01-08 08:01:25'),
(45531,19341,'action created','2021-01-08 13:01:25','2021-01-08 08:01:25'),
(45532,19341,'action started via Async Request','2021-01-08 13:01:50','2021-01-08 08:01:50'),
(45533,19341,'action complete via Async Request','2021-01-08 13:01:50','2021-01-08 08:01:50'),
(45534,19342,'action created','2021-01-08 13:01:58','2021-01-08 08:01:58'),
(45535,19342,'action started via WP Cron','2021-01-08 13:02:12','2021-01-08 08:02:12'),
(45536,19342,'action complete via WP Cron','2021-01-08 13:02:12','2021-01-08 08:02:12'),
(45537,19343,'action created','2021-01-08 13:02:12','2021-01-08 08:02:12'),
(45538,19343,'action started via WP Cron','2021-01-08 13:04:20','2021-01-08 08:04:20'),
(45539,19343,'action complete via WP Cron','2021-01-08 13:04:20','2021-01-08 08:04:20'),
(45540,19344,'action created','2021-01-08 13:05:15','2021-01-08 08:05:15'),
(45541,19344,'action started via Async Request','2021-01-08 13:05:31','2021-01-08 08:05:31'),
(45542,19344,'action complete via Async Request','2021-01-08 13:05:31','2021-01-08 08:05:31'),
(45543,19345,'action created','2021-01-08 13:05:40','2021-01-08 08:05:40'),
(45544,19345,'action started via WP Cron','2021-01-08 13:06:14','2021-01-08 08:06:14'),
(45545,19345,'action complete via WP Cron','2021-01-08 13:06:14','2021-01-08 08:06:14'),
(45546,19346,'action created','2021-01-08 13:06:14','2021-01-08 08:06:14'),
(45547,19346,'action started via WP Cron','2021-01-08 13:07:37','2021-01-08 08:07:37'),
(45548,19346,'action complete via WP Cron','2021-01-08 13:07:37','2021-01-08 08:07:37'),
(45549,19347,'action created','2021-01-08 13:07:37','2021-01-08 08:07:37'),
(45550,19347,'action started via WP Cron','2021-01-08 13:08:31','2021-01-08 08:08:31'),
(45551,19347,'action complete via WP Cron','2021-01-08 13:08:31','2021-01-08 08:08:31'),
(45552,19348,'action created','2021-01-08 13:08:54','2021-01-08 08:08:54'),
(45553,19348,'action started via WP Cron','2021-01-08 13:10:31','2021-01-08 08:10:31'),
(45554,19348,'action complete via WP Cron','2021-01-08 13:10:31','2021-01-08 08:10:31'),
(45555,19349,'action created','2021-01-08 13:10:46','2021-01-08 08:10:46'),
(45556,19349,'action started via WP Cron','2021-01-08 13:11:12','2021-01-08 08:11:12'),
(45557,19349,'action complete via WP Cron','2021-01-08 13:11:12','2021-01-08 08:11:12'),
(45558,19350,'action created','2021-01-08 13:11:12','2021-01-08 08:11:12'),
(45559,19350,'action started via Async Request','2021-01-08 13:11:33','2021-01-08 08:11:33'),
(45560,19350,'action complete via Async Request','2021-01-08 13:11:33','2021-01-08 08:11:33'),
(45561,19351,'action created','2021-01-08 13:11:35','2021-01-08 08:11:35'),
(45562,19351,'action started via WP Cron','2021-01-08 13:12:25','2021-01-08 08:12:25'),
(45563,19351,'action complete via WP Cron','2021-01-08 13:12:25','2021-01-08 08:12:25'),
(45564,19352,'action created','2021-01-08 13:12:26','2021-01-08 08:12:26'),
(45565,19352,'action started via WP Cron','2021-01-08 13:14:22','2021-01-08 08:14:22'),
(45566,19352,'action complete via WP Cron','2021-01-08 13:14:22','2021-01-08 08:14:22'),
(45567,19353,'action created','2021-01-08 13:14:22','2021-01-08 08:14:22'),
(45568,19353,'action started via Async Request','2021-01-08 13:14:33','2021-01-08 08:14:33'),
(45569,19353,'action complete via Async Request','2021-01-08 13:14:33','2021-01-08 08:14:33'),
(45570,19354,'action created','2021-01-08 13:14:38','2021-01-08 08:14:38'),
(45571,19354,'action started via WP Cron','2021-01-08 13:15:23','2021-01-08 08:15:23'),
(45572,19354,'action complete via WP Cron','2021-01-08 13:15:23','2021-01-08 08:15:23'),
(45573,19355,'action created','2021-01-08 13:15:24','2021-01-08 08:15:24'),
(45574,19355,'action started via WP Cron','2021-01-08 13:16:33','2021-01-08 08:16:33'),
(45575,19355,'action complete via WP Cron','2021-01-08 13:16:33','2021-01-08 08:16:33'),
(45576,19356,'action created','2021-01-08 13:18:00','2021-01-08 08:18:00'),
(45577,19356,'action started via WP Cron','2021-01-08 13:18:33','2021-01-08 08:18:33'),
(45578,19356,'action complete via WP Cron','2021-01-08 13:18:33','2021-01-08 08:18:33'),
(45579,19357,'action created','2021-01-08 13:19:02','2021-01-08 08:19:02'),
(45580,19357,'action started via WP Cron','2021-01-08 13:19:53','2021-01-08 08:19:53'),
(45581,19357,'action complete via WP Cron','2021-01-08 13:19:53','2021-01-08 08:19:53'),
(45582,19358,'action created','2021-01-08 13:19:53','2021-01-08 08:19:53'),
(45583,19358,'action started via WP Cron','2021-01-08 13:20:13','2021-01-08 08:20:13'),
(45584,19358,'action complete via WP Cron','2021-01-08 13:20:13','2021-01-08 08:20:13'),
(45585,19359,'action created','2021-01-08 13:20:13','2021-01-08 08:20:13'),
(45586,19359,'action started via Async Request','2021-01-08 13:20:33','2021-01-08 08:20:33'),
(45587,19359,'action complete via Async Request','2021-01-08 13:20:33','2021-01-08 08:20:33'),
(45588,19360,'action created','2021-01-08 13:20:36','2021-01-08 08:20:36'),
(45589,19360,'action started via WP Cron','2021-01-08 13:22:35','2021-01-08 08:22:35'),
(45590,19360,'action complete via WP Cron','2021-01-08 13:22:35','2021-01-08 08:22:35'),
(45591,19361,'action created','2021-01-08 13:22:35','2021-01-08 08:22:35'),
(45592,19361,'action started via WP Cron','2021-01-08 13:23:38','2021-01-08 08:23:38'),
(45593,19361,'action complete via WP Cron','2021-01-08 13:23:38','2021-01-08 08:23:38'),
(45594,19362,'action created','2021-01-08 13:23:38','2021-01-08 08:23:38'),
(45595,19362,'action started via WP Cron','2021-01-08 13:24:19','2021-01-08 08:24:19'),
(45596,19362,'action complete via WP Cron','2021-01-08 13:24:19','2021-01-08 08:24:19'),
(45597,19363,'action created','2021-01-08 13:24:19','2021-01-08 08:24:19'),
(45598,19363,'action started via WP Cron','2021-01-08 13:25:22','2021-01-08 08:25:22'),
(45599,19363,'action complete via WP Cron','2021-01-08 13:25:22','2021-01-08 08:25:22'),
(45600,19364,'action created','2021-01-08 13:25:22','2021-01-08 08:25:22'),
(45601,19364,'action started via WP Cron','2021-01-08 13:26:19','2021-01-08 08:26:19'),
(45602,19364,'action complete via WP Cron','2021-01-08 13:26:19','2021-01-08 08:26:19'),
(45603,19365,'action created','2021-01-08 13:26:19','2021-01-08 08:26:19'),
(45604,19365,'action started via WP Cron','2021-01-08 13:27:25','2021-01-08 08:27:25'),
(45605,19365,'action complete via WP Cron','2021-01-08 13:27:25','2021-01-08 08:27:25'),
(45606,19366,'action created','2021-01-08 13:27:26','2021-01-08 08:27:26'),
(45607,19366,'action started via WP Cron','2021-01-08 13:29:47','2021-01-08 08:29:47'),
(45608,19366,'action complete via WP Cron','2021-01-08 13:29:47','2021-01-08 08:29:47'),
(45609,19367,'action created','2021-01-08 13:29:47','2021-01-08 08:29:47'),
(45610,19367,'action started via WP Cron','2021-01-08 13:30:48','2021-01-08 08:30:48'),
(45611,19367,'action complete via WP Cron','2021-01-08 13:30:48','2021-01-08 08:30:48'),
(45612,19368,'action created','2021-01-08 13:30:48','2021-01-08 08:30:48'),
(45613,19368,'action started via WP Cron','2021-01-08 13:32:51','2021-01-08 08:32:51'),
(45614,19368,'action complete via WP Cron','2021-01-08 13:32:51','2021-01-08 08:32:51'),
(45615,19369,'action created','2021-01-08 13:32:51','2021-01-08 08:32:51'),
(45616,19369,'action started via WP Cron','2021-01-08 13:33:22','2021-01-08 08:33:22'),
(45617,19369,'action complete via WP Cron','2021-01-08 13:33:22','2021-01-08 08:33:22'),
(45618,19370,'action created','2021-01-08 13:33:22','2021-01-08 08:33:22'),
(45619,19370,'action started via WP Cron','2021-01-08 13:34:21','2021-01-08 08:34:21'),
(45620,19370,'action complete via WP Cron','2021-01-08 13:34:21','2021-01-08 08:34:21'),
(45621,19371,'action created','2021-01-08 13:34:21','2021-01-08 08:34:21'),
(45622,19371,'action started via WP Cron','2021-01-08 13:35:32','2021-01-08 08:35:32'),
(45623,19371,'action complete via WP Cron','2021-01-08 13:35:32','2021-01-08 08:35:32'),
(45624,19372,'action created','2021-01-08 13:35:32','2021-01-08 08:35:32'),
(45625,19372,'action started via WP Cron','2021-01-08 13:36:12','2021-01-08 08:36:12'),
(45626,19372,'action complete via WP Cron','2021-01-08 13:36:12','2021-01-08 08:36:12'),
(45627,19373,'action created','2021-01-08 13:36:12','2021-01-08 08:36:12'),
(45628,19373,'action started via WP Cron','2021-01-08 13:37:21','2021-01-08 08:37:21'),
(45629,19373,'action complete via WP Cron','2021-01-08 13:37:21','2021-01-08 08:37:21'),
(45630,19374,'action created','2021-01-08 13:37:21','2021-01-08 08:37:21'),
(45631,19374,'action started via WP Cron','2021-01-08 13:39:05','2021-01-08 08:39:05'),
(45632,19374,'action complete via WP Cron','2021-01-08 13:39:05','2021-01-08 08:39:05'),
(45633,19375,'action created','2021-01-08 13:39:05','2021-01-08 08:39:05'),
(45634,19375,'action started via WP Cron','2021-01-08 13:39:40','2021-01-08 08:39:40'),
(45635,19375,'action complete via WP Cron','2021-01-08 13:39:40','2021-01-08 08:39:40'),
(45636,19376,'action created','2021-01-08 13:39:41','2021-01-08 08:39:41'),
(45637,19376,'action started via WP Cron','2021-01-08 13:40:56','2021-01-08 08:40:56'),
(45638,19376,'action complete via WP Cron','2021-01-08 13:40:56','2021-01-08 08:40:56'),
(45639,19377,'action created','2021-01-08 13:40:56','2021-01-08 08:40:56'),
(45640,19377,'action started via WP Cron','2021-01-08 13:42:39','2021-01-08 08:42:39'),
(45641,19377,'action complete via WP Cron','2021-01-08 13:42:39','2021-01-08 08:42:39'),
(45642,19378,'action created','2021-01-08 13:42:39','2021-01-08 08:42:39'),
(45643,19378,'action started via WP Cron','2021-01-08 13:43:13','2021-01-08 08:43:13'),
(45644,19378,'action complete via WP Cron','2021-01-08 13:43:13','2021-01-08 08:43:13'),
(45645,19379,'action created','2021-01-08 13:43:13','2021-01-08 08:43:13'),
(45646,19379,'action started via WP Cron','2021-01-08 13:45:17','2021-01-08 08:45:17'),
(45647,19379,'action complete via WP Cron','2021-01-08 13:45:17','2021-01-08 08:45:17'),
(45648,19380,'action created','2021-01-08 13:45:17','2021-01-08 08:45:17'),
(45649,19380,'action started via WP Cron','2021-01-08 13:46:37','2021-01-08 08:46:37'),
(45650,19380,'action complete via WP Cron','2021-01-08 13:46:37','2021-01-08 08:46:37'),
(45651,19381,'action created','2021-01-08 13:46:37','2021-01-08 08:46:37'),
(45652,19381,'action started via WP Cron','2021-01-08 13:47:55','2021-01-08 08:47:55'),
(45653,19381,'action complete via WP Cron','2021-01-08 13:47:55','2021-01-08 08:47:55'),
(45654,19382,'action created','2021-01-08 13:47:55','2021-01-08 08:47:55'),
(45655,19382,'action started via WP Cron','2021-01-08 13:49:11','2021-01-08 08:49:11'),
(45656,19382,'action complete via WP Cron','2021-01-08 13:49:11','2021-01-08 08:49:11'),
(45657,19383,'action created','2021-01-08 13:49:11','2021-01-08 08:49:11'),
(45658,19383,'action started via WP Cron','2021-01-08 13:51:03','2021-01-08 08:51:03'),
(45659,19383,'action complete via WP Cron','2021-01-08 13:51:03','2021-01-08 08:51:03'),
(45660,19384,'action created','2021-01-08 13:51:03','2021-01-08 08:51:03'),
(45661,19384,'action started via WP Cron','2021-01-08 13:51:24','2021-01-08 08:51:24'),
(45662,19384,'action complete via WP Cron','2021-01-08 13:51:24','2021-01-08 08:51:24'),
(45663,19385,'action created','2021-01-08 13:51:25','2021-01-08 08:51:25'),
(45664,19385,'action started via WP Cron','2021-01-08 13:52:59','2021-01-08 08:52:59'),
(45665,19385,'action complete via WP Cron','2021-01-08 13:52:59','2021-01-08 08:52:59'),
(45666,19386,'action created','2021-01-08 13:52:59','2021-01-08 08:52:59'),
(45667,19386,'action started via WP Cron','2021-01-08 13:53:48','2021-01-08 08:53:48'),
(45668,19386,'action complete via WP Cron','2021-01-08 13:53:48','2021-01-08 08:53:48'),
(45669,19387,'action created','2021-01-08 13:53:48','2021-01-08 08:53:48'),
(45670,19387,'action started via WP Cron','2021-01-08 13:58:15','2021-01-08 08:58:15'),
(45671,19387,'action complete via WP Cron','2021-01-08 13:58:15','2021-01-08 08:58:15'),
(45672,19388,'action created','2021-01-08 13:58:15','2021-01-08 08:58:15'),
(45673,19388,'action started via WP Cron','2021-01-08 14:00:02','2021-01-08 09:00:02'),
(45674,19388,'action complete via WP Cron','2021-01-08 14:00:02','2021-01-08 09:00:02'),
(45675,19389,'action created','2021-01-08 14:00:02','2021-01-08 09:00:02'),
(45676,19389,'action started via WP Cron','2021-01-08 14:00:23','2021-01-08 09:00:23'),
(45677,19389,'action complete via WP Cron','2021-01-08 14:00:23','2021-01-08 09:00:23'),
(45678,19390,'action created','2021-01-08 14:00:23','2021-01-08 09:00:23'),
(45679,19390,'action started via WP Cron','2021-01-08 14:02:07','2021-01-08 09:02:07'),
(45680,19390,'action complete via WP Cron','2021-01-08 14:02:07','2021-01-08 09:02:07'),
(45681,19391,'action created','2021-01-08 14:02:07','2021-01-08 09:02:07'),
(45682,19391,'action started via WP Cron','2021-01-08 14:03:15','2021-01-08 09:03:15'),
(45683,19391,'action complete via WP Cron','2021-01-08 14:03:15','2021-01-08 09:03:15'),
(45684,19392,'action created','2021-01-08 14:03:15','2021-01-08 09:03:15'),
(45685,19392,'action started via WP Cron','2021-01-08 14:04:39','2021-01-08 09:04:39'),
(45686,19392,'action complete via WP Cron','2021-01-08 14:04:39','2021-01-08 09:04:39'),
(45687,19393,'action created','2021-01-08 14:04:39','2021-01-08 09:04:39'),
(45688,19393,'action started via WP Cron','2021-01-08 14:05:57','2021-01-08 09:05:57'),
(45689,19393,'action complete via WP Cron','2021-01-08 14:05:57','2021-01-08 09:05:57'),
(45690,19394,'action created','2021-01-08 14:05:57','2021-01-08 09:05:57'),
(45691,19394,'action started via WP Cron','2021-01-08 14:07:40','2021-01-08 09:07:40'),
(45692,19394,'action complete via WP Cron','2021-01-08 14:07:40','2021-01-08 09:07:40'),
(45693,19395,'action created','2021-01-08 14:07:40','2021-01-08 09:07:40'),
(45694,19395,'action started via WP Cron','2021-01-08 14:08:11','2021-01-08 09:08:11'),
(45695,19395,'action complete via WP Cron','2021-01-08 14:08:11','2021-01-08 09:08:11'),
(45696,19396,'action created','2021-01-08 14:08:12','2021-01-08 09:08:12'),
(45697,19396,'action started via WP Cron','2021-01-08 14:09:12','2021-01-08 09:09:12'),
(45698,19396,'action complete via WP Cron','2021-01-08 14:09:12','2021-01-08 09:09:12'),
(45699,19397,'action created','2021-01-08 14:09:12','2021-01-08 09:09:12'),
(45700,19397,'action started via WP Cron','2021-01-08 14:10:30','2021-01-08 09:10:30'),
(45701,19397,'action complete via WP Cron','2021-01-08 14:10:30','2021-01-08 09:10:30'),
(45702,19398,'action created','2021-01-08 14:10:31','2021-01-08 09:10:31'),
(45703,19398,'action started via WP Cron','2021-01-08 14:11:19','2021-01-08 09:11:19'),
(45704,19398,'action complete via WP Cron','2021-01-08 14:11:19','2021-01-08 09:11:19'),
(45705,19399,'action created','2021-01-08 14:11:19','2021-01-08 09:11:19'),
(45706,19399,'action started via WP Cron','2021-01-08 14:12:27','2021-01-08 09:12:27'),
(45707,19399,'action complete via WP Cron','2021-01-08 14:12:27','2021-01-08 09:12:27'),
(45708,19400,'action created','2021-01-08 14:12:27','2021-01-08 09:12:27'),
(45709,19400,'action started via WP Cron','2021-01-08 14:13:43','2021-01-08 09:13:43'),
(45710,19400,'action complete via WP Cron','2021-01-08 14:13:43','2021-01-08 09:13:43'),
(45711,19401,'action created','2021-01-08 14:13:43','2021-01-08 09:13:43'),
(45712,19401,'action started via WP Cron','2021-01-08 14:14:17','2021-01-08 09:14:17'),
(45713,19401,'action complete via WP Cron','2021-01-08 14:14:17','2021-01-08 09:14:17'),
(45714,19402,'action created','2021-01-08 14:14:17','2021-01-08 09:14:17'),
(45715,19402,'action started via WP Cron','2021-01-08 14:16:13','2021-01-08 09:16:13'),
(45716,19402,'action complete via WP Cron','2021-01-08 14:16:13','2021-01-08 09:16:13'),
(45717,19403,'action created','2021-01-08 14:16:13','2021-01-08 09:16:13'),
(45718,19403,'action started via WP Cron','2021-01-08 14:17:50','2021-01-08 09:17:50'),
(45719,19403,'action complete via WP Cron','2021-01-08 14:17:50','2021-01-08 09:17:50'),
(45720,19404,'action created','2021-01-08 14:17:50','2021-01-08 09:17:50'),
(45721,19404,'action started via WP Cron','2021-01-08 14:18:24','2021-01-08 09:18:24'),
(45722,19404,'action complete via WP Cron','2021-01-08 14:18:24','2021-01-08 09:18:24'),
(45723,19405,'action created','2021-01-08 14:18:24','2021-01-08 09:18:24'),
(45724,19405,'action started via WP Cron','2021-01-08 14:19:11','2021-01-08 09:19:11'),
(45725,19405,'action complete via WP Cron','2021-01-08 14:19:11','2021-01-08 09:19:11'),
(45726,19406,'action created','2021-01-08 14:19:11','2021-01-08 09:19:11'),
(45727,19406,'action started via WP Cron','2021-01-08 14:20:37','2021-01-08 09:20:37'),
(45728,19406,'action complete via WP Cron','2021-01-08 14:20:37','2021-01-08 09:20:37'),
(45729,19407,'action created','2021-01-08 14:20:37','2021-01-08 09:20:37'),
(45730,19407,'action started via WP Cron','2021-01-08 14:22:18','2021-01-08 09:22:18'),
(45731,19407,'action complete via WP Cron','2021-01-08 14:22:18','2021-01-08 09:22:18'),
(45732,19408,'action created','2021-01-08 14:22:18','2021-01-08 09:22:18'),
(45733,19408,'action started via WP Cron','2021-01-08 14:23:11','2021-01-08 09:23:11'),
(45734,19408,'action complete via WP Cron','2021-01-08 14:23:11','2021-01-08 09:23:11'),
(45735,19409,'action created','2021-01-08 14:23:11','2021-01-08 09:23:11'),
(45736,19409,'action started via WP Cron','2021-01-08 14:24:14','2021-01-08 09:24:14'),
(45737,19409,'action complete via WP Cron','2021-01-08 14:24:14','2021-01-08 09:24:14'),
(45738,19410,'action created','2021-01-08 14:24:14','2021-01-08 09:24:14'),
(45739,19410,'action started via WP Cron','2021-01-08 14:25:56','2021-01-08 09:25:56'),
(45740,19410,'action complete via WP Cron','2021-01-08 14:25:56','2021-01-08 09:25:56'),
(45741,19411,'action created','2021-01-08 14:25:56','2021-01-08 09:25:56'),
(45742,19411,'action started via WP Cron','2021-01-08 14:27:25','2021-01-08 09:27:25'),
(45743,19411,'action complete via WP Cron','2021-01-08 14:27:25','2021-01-08 09:27:25'),
(45744,19412,'action created','2021-01-08 14:27:25','2021-01-08 09:27:25'),
(45745,19412,'action started via WP Cron','2021-01-08 14:29:13','2021-01-08 09:29:13'),
(45746,19412,'action complete via WP Cron','2021-01-08 14:29:14','2021-01-08 09:29:14'),
(45747,19413,'action created','2021-01-08 14:29:14','2021-01-08 09:29:14'),
(45748,19413,'action started via WP Cron','2021-01-08 14:30:28','2021-01-08 09:30:28'),
(45749,19413,'action complete via WP Cron','2021-01-08 14:30:28','2021-01-08 09:30:28'),
(45750,19414,'action created','2021-01-08 14:30:28','2021-01-08 09:30:28'),
(45751,19414,'action started via WP Cron','2021-01-08 14:31:38','2021-01-08 09:31:38'),
(45752,19414,'action complete via WP Cron','2021-01-08 14:31:38','2021-01-08 09:31:38'),
(45753,19415,'action created','2021-01-08 14:31:38','2021-01-08 09:31:38'),
(45754,19415,'action started via WP Cron','2021-01-08 14:32:15','2021-01-08 09:32:15'),
(45755,19415,'action complete via WP Cron','2021-01-08 14:32:15','2021-01-08 09:32:15'),
(45756,19416,'action created','2021-01-08 14:32:15','2021-01-08 09:32:15'),
(45757,19416,'action started via WP Cron','2021-01-08 14:33:55','2021-01-08 09:33:55'),
(45758,19416,'action complete via WP Cron','2021-01-08 14:33:55','2021-01-08 09:33:55'),
(45759,19417,'action created','2021-01-08 14:33:55','2021-01-08 09:33:55'),
(45760,19417,'action started via WP Cron','2021-01-08 14:35:55','2021-01-08 09:35:55'),
(45761,19417,'action complete via WP Cron','2021-01-08 14:35:55','2021-01-08 09:35:55'),
(45762,19418,'action created','2021-01-08 14:35:55','2021-01-08 09:35:55'),
(45763,19418,'action started via WP Cron','2021-01-08 14:36:36','2021-01-08 09:36:36'),
(45764,19418,'action complete via WP Cron','2021-01-08 14:36:36','2021-01-08 09:36:36'),
(45765,19419,'action created','2021-01-08 14:36:36','2021-01-08 09:36:36'),
(45766,19419,'action started via WP Cron','2021-01-08 14:37:23','2021-01-08 09:37:23'),
(45767,19419,'action complete via WP Cron','2021-01-08 14:37:23','2021-01-08 09:37:23'),
(45768,19420,'action created','2021-01-08 14:37:23','2021-01-08 09:37:23'),
(45769,19420,'action started via WP Cron','2021-01-08 14:38:14','2021-01-08 09:38:14'),
(45770,19420,'action complete via WP Cron','2021-01-08 14:38:14','2021-01-08 09:38:14'),
(45771,19421,'action created','2021-01-08 14:38:14','2021-01-08 09:38:14'),
(45772,19421,'action started via WP Cron','2021-01-08 14:39:15','2021-01-08 09:39:15'),
(45773,19421,'action complete via WP Cron','2021-01-08 14:39:15','2021-01-08 09:39:15'),
(45774,19422,'action created','2021-01-08 14:39:15','2021-01-08 09:39:15'),
(45775,19422,'action started via WP Cron','2021-01-08 14:40:45','2021-01-08 09:40:45'),
(45776,19422,'action complete via WP Cron','2021-01-08 14:40:45','2021-01-08 09:40:45'),
(45777,19423,'action created','2021-01-08 14:40:45','2021-01-08 09:40:45'),
(45778,19423,'action started via WP Cron','2021-01-08 14:41:13','2021-01-08 09:41:13'),
(45779,19423,'action complete via WP Cron','2021-01-08 14:41:13','2021-01-08 09:41:13'),
(45780,19424,'action created','2021-01-08 14:41:13','2021-01-08 09:41:13'),
(45781,19424,'action started via WP Cron','2021-01-08 14:43:02','2021-01-08 09:43:02'),
(45782,19424,'action complete via WP Cron','2021-01-08 14:43:02','2021-01-08 09:43:02'),
(45783,19425,'action created','2021-01-08 14:43:02','2021-01-08 09:43:02'),
(45784,19425,'action started via WP Cron','2021-01-08 14:43:23','2021-01-08 09:43:23'),
(45785,19425,'action complete via WP Cron','2021-01-08 14:43:23','2021-01-08 09:43:23'),
(45786,19426,'action created','2021-01-08 14:43:23','2021-01-08 09:43:23'),
(45787,19426,'action started via WP Cron','2021-01-08 14:44:51','2021-01-08 09:44:51'),
(45788,19426,'action complete via WP Cron','2021-01-08 14:44:51','2021-01-08 09:44:51'),
(45789,19427,'action created','2021-01-08 14:44:51','2021-01-08 09:44:51'),
(45790,19427,'action started via WP Cron','2021-01-08 14:45:22','2021-01-08 09:45:22'),
(45791,19427,'action complete via WP Cron','2021-01-08 14:45:22','2021-01-08 09:45:22'),
(45792,19428,'action created','2021-01-08 14:45:22','2021-01-08 09:45:22'),
(45793,19428,'action started via WP Cron','2021-01-08 14:46:41','2021-01-08 09:46:41'),
(45794,19428,'action complete via WP Cron','2021-01-08 14:46:41','2021-01-08 09:46:41'),
(45795,19429,'action created','2021-01-08 14:46:41','2021-01-08 09:46:41'),
(45796,19429,'action started via WP Cron','2021-01-08 14:48:31','2021-01-08 09:48:31'),
(45797,19429,'action complete via WP Cron','2021-01-08 14:48:31','2021-01-08 09:48:31'),
(45798,19430,'action created','2021-01-08 14:48:31','2021-01-08 09:48:31'),
(45799,19430,'action started via WP Cron','2021-01-08 14:49:30','2021-01-08 09:49:30'),
(45800,19430,'action complete via WP Cron','2021-01-08 14:49:30','2021-01-08 09:49:30'),
(45801,19431,'action created','2021-01-08 14:49:30','2021-01-08 09:49:30'),
(45802,19431,'action started via WP Cron','2021-01-08 14:50:49','2021-01-08 09:50:49'),
(45803,19431,'action complete via WP Cron','2021-01-08 14:50:49','2021-01-08 09:50:49'),
(45804,19432,'action created','2021-01-08 14:50:49','2021-01-08 09:50:49'),
(45805,19432,'action started via WP Cron','2021-01-08 14:53:20','2021-01-08 09:53:20'),
(45806,19432,'action complete via WP Cron','2021-01-08 14:53:20','2021-01-08 09:53:20'),
(45807,19433,'action created','2021-01-08 14:53:20','2021-01-08 09:53:20'),
(45808,19433,'action started via WP Cron','2021-01-08 14:54:43','2021-01-08 09:54:43'),
(45809,19433,'action complete via WP Cron','2021-01-08 14:54:43','2021-01-08 09:54:43'),
(45810,19434,'action created','2021-01-08 14:54:43','2021-01-08 09:54:43'),
(45811,19434,'action started via WP Cron','2021-01-08 14:55:14','2021-01-08 09:55:14'),
(45812,19434,'action complete via WP Cron','2021-01-08 14:55:14','2021-01-08 09:55:14'),
(45813,19435,'action created','2021-01-08 14:55:14','2021-01-08 09:55:14'),
(45814,19435,'action started via WP Cron','2021-01-08 14:56:54','2021-01-08 09:56:54'),
(45815,19435,'action complete via WP Cron','2021-01-08 14:56:54','2021-01-08 09:56:54'),
(45816,19436,'action created','2021-01-08 14:56:54','2021-01-08 09:56:54'),
(45817,19436,'action started via WP Cron','2021-01-08 14:57:25','2021-01-08 09:57:25'),
(45818,19436,'action complete via WP Cron','2021-01-08 14:57:25','2021-01-08 09:57:25'),
(45819,19437,'action created','2021-01-08 14:57:25','2021-01-08 09:57:25'),
(45820,19437,'action started via WP Cron','2021-01-08 14:59:02','2021-01-08 09:59:02'),
(45821,19437,'action complete via WP Cron','2021-01-08 14:59:02','2021-01-08 09:59:02'),
(45822,19438,'action created','2021-01-08 14:59:02','2021-01-08 09:59:02'),
(45823,19438,'action started via WP Cron','2021-01-08 15:01:43','2021-01-08 10:01:43'),
(45824,19438,'action complete via WP Cron','2021-01-08 15:01:43','2021-01-08 10:01:43'),
(45825,19439,'action created','2021-01-08 15:01:43','2021-01-08 10:01:43'),
(45826,19439,'action started via WP Cron','2021-01-08 15:03:40','2021-01-08 10:03:40'),
(45827,19439,'action complete via WP Cron','2021-01-08 15:03:40','2021-01-08 10:03:40'),
(45828,19440,'action created','2021-01-08 15:03:40','2021-01-08 10:03:40'),
(45829,19440,'action started via WP Cron','2021-01-08 15:04:14','2021-01-08 10:04:14'),
(45830,19440,'action complete via WP Cron','2021-01-08 15:04:14','2021-01-08 10:04:14'),
(45831,19441,'action created','2021-01-08 15:04:14','2021-01-08 10:04:14'),
(45832,19441,'action started via WP Cron','2021-01-08 15:05:24','2021-01-08 10:05:24'),
(45833,19441,'action complete via WP Cron','2021-01-08 15:05:24','2021-01-08 10:05:24'),
(45834,19442,'action created','2021-01-08 15:05:24','2021-01-08 10:05:24'),
(45835,19442,'action started via WP Cron','2021-01-08 15:06:38','2021-01-08 10:06:38'),
(45836,19442,'action complete via WP Cron','2021-01-08 15:06:38','2021-01-08 10:06:38'),
(45837,19443,'action created','2021-01-08 15:06:38','2021-01-08 10:06:38'),
(45838,19443,'action started via WP Cron','2021-01-08 15:08:25','2021-01-08 10:08:25'),
(45839,19443,'action complete via WP Cron','2021-01-08 15:08:25','2021-01-08 10:08:25'),
(45840,19444,'action created','2021-01-08 15:08:25','2021-01-08 10:08:25'),
(45841,19444,'action started via WP Cron','2021-01-08 15:09:20','2021-01-08 10:09:20'),
(45842,19444,'action complete via WP Cron','2021-01-08 15:09:20','2021-01-08 10:09:20'),
(45843,19445,'action created','2021-01-08 15:09:20','2021-01-08 10:09:20'),
(45844,19445,'action started via WP Cron','2021-01-08 15:11:42','2021-01-08 10:11:42'),
(45845,19445,'action complete via WP Cron','2021-01-08 15:11:42','2021-01-08 10:11:42'),
(45846,19446,'action created','2021-01-08 15:11:42','2021-01-08 10:11:42'),
(45847,19446,'action started via WP Cron','2021-01-08 15:12:14','2021-01-08 10:12:14'),
(45848,19446,'action complete via WP Cron','2021-01-08 15:12:14','2021-01-08 10:12:14'),
(45849,19447,'action created','2021-01-08 15:12:15','2021-01-08 10:12:15'),
(45850,19447,'action started via WP Cron','2021-01-08 15:13:28','2021-01-08 10:13:28'),
(45851,19447,'action complete via WP Cron','2021-01-08 15:13:28','2021-01-08 10:13:28'),
(45852,19448,'action created','2021-01-08 15:13:28','2021-01-08 10:13:28'),
(45853,19448,'action started via WP Cron','2021-01-08 15:14:12','2021-01-08 10:14:12'),
(45854,19448,'action complete via WP Cron','2021-01-08 15:14:12','2021-01-08 10:14:12'),
(45855,19449,'action created','2021-01-08 15:14:12','2021-01-08 10:14:12'),
(45856,19449,'action started via WP Cron','2021-01-08 15:16:06','2021-01-08 10:16:06'),
(45857,19449,'action complete via WP Cron','2021-01-08 15:16:07','2021-01-08 10:16:07'),
(45858,19450,'action created','2021-01-08 15:16:07','2021-01-08 10:16:07'),
(45859,19450,'action started via WP Cron','2021-01-08 15:16:29','2021-01-08 10:16:29'),
(45860,19450,'action complete via WP Cron','2021-01-08 15:16:29','2021-01-08 10:16:29'),
(45861,19451,'action created','2021-01-08 15:16:29','2021-01-08 10:16:29'),
(45862,19451,'action started via WP Cron','2021-01-08 15:17:21','2021-01-08 10:17:21'),
(45863,19451,'action complete via WP Cron','2021-01-08 15:17:21','2021-01-08 10:17:21'),
(45864,19452,'action created','2021-01-08 15:17:21','2021-01-08 10:17:21'),
(45865,19452,'action started via WP Cron','2021-01-08 15:18:30','2021-01-08 10:18:30'),
(45866,19452,'action complete via WP Cron','2021-01-08 15:18:30','2021-01-08 10:18:30'),
(45867,19453,'action created','2021-01-08 15:18:30','2021-01-08 10:18:30'),
(45868,19453,'action started via WP Cron','2021-01-08 15:21:48','2021-01-08 10:21:48'),
(45869,19453,'action complete via WP Cron','2021-01-08 15:21:48','2021-01-08 10:21:48'),
(45870,19454,'action created','2021-01-08 15:21:48','2021-01-08 10:21:48'),
(45871,19454,'action started via WP Cron','2021-01-08 15:22:20','2021-01-08 10:22:20'),
(45872,19454,'action complete via WP Cron','2021-01-08 15:22:20','2021-01-08 10:22:20'),
(45873,19455,'action created','2021-01-08 15:22:20','2021-01-08 10:22:20'),
(45874,19455,'action started via WP Cron','2021-01-08 15:24:05','2021-01-08 10:24:05'),
(45875,19455,'action complete via WP Cron','2021-01-08 15:24:05','2021-01-08 10:24:05'),
(45876,19456,'action created','2021-01-08 15:24:05','2021-01-08 10:24:05'),
(45877,19456,'action started via WP Cron','2021-01-08 15:24:34','2021-01-08 10:24:34'),
(45878,19456,'action complete via WP Cron','2021-01-08 15:24:34','2021-01-08 10:24:34'),
(45879,19457,'action created','2021-01-08 15:24:34','2021-01-08 10:24:34'),
(45880,19457,'action started via WP Cron','2021-01-08 15:28:32','2021-01-08 10:28:32'),
(45881,19457,'action complete via WP Cron','2021-01-08 15:28:32','2021-01-08 10:28:32'),
(45882,19458,'action created','2021-01-08 15:28:32','2021-01-08 10:28:32'),
(45883,19458,'action started via WP Cron','2021-01-08 15:29:19','2021-01-08 10:29:19'),
(45884,19458,'action complete via WP Cron','2021-01-08 15:29:19','2021-01-08 10:29:19'),
(45885,19459,'action created','2021-01-08 15:29:19','2021-01-08 10:29:19'),
(45886,19459,'action started via WP Cron','2021-01-08 15:30:53','2021-01-08 10:30:53'),
(45887,19459,'action complete via WP Cron','2021-01-08 15:30:53','2021-01-08 10:30:53'),
(45888,19460,'action created','2021-01-08 15:30:53','2021-01-08 10:30:53'),
(45889,19460,'action started via WP Cron','2021-01-08 15:31:20','2021-01-08 10:31:20'),
(45890,19460,'action complete via WP Cron','2021-01-08 15:31:20','2021-01-08 10:31:20'),
(45891,19461,'action created','2021-01-08 15:31:20','2021-01-08 10:31:20'),
(45892,19461,'action started via WP Cron','2021-01-08 15:32:21','2021-01-08 10:32:21'),
(45893,19461,'action complete via WP Cron','2021-01-08 15:32:21','2021-01-08 10:32:21'),
(45894,19462,'action created','2021-01-08 15:32:21','2021-01-08 10:32:21'),
(45895,19462,'action started via WP Cron','2021-01-08 15:34:07','2021-01-08 10:34:07'),
(45896,19462,'action complete via WP Cron','2021-01-08 15:34:07','2021-01-08 10:34:07'),
(45897,19463,'action created','2021-01-08 15:34:07','2021-01-08 10:34:07'),
(45898,19463,'action started via WP Cron','2021-01-08 15:34:27','2021-01-08 10:34:27'),
(45899,19463,'action complete via WP Cron','2021-01-08 15:34:27','2021-01-08 10:34:27'),
(45900,19464,'action created','2021-01-08 15:34:27','2021-01-08 10:34:27'),
(45901,19464,'action started via WP Cron','2021-01-08 15:36:04','2021-01-08 10:36:04'),
(45902,19464,'action complete via WP Cron','2021-01-08 15:36:04','2021-01-08 10:36:04'),
(45903,19465,'action created','2021-01-08 15:36:04','2021-01-08 10:36:04'),
(45904,19465,'action started via WP Cron','2021-01-08 15:36:41','2021-01-08 10:36:41'),
(45905,19465,'action complete via WP Cron','2021-01-08 15:36:41','2021-01-08 10:36:41'),
(45906,19466,'action created','2021-01-08 15:36:42','2021-01-08 10:36:42'),
(45907,19466,'action started via WP Cron','2021-01-08 15:37:57','2021-01-08 10:37:57'),
(45908,19466,'action complete via WP Cron','2021-01-08 15:37:57','2021-01-08 10:37:57'),
(45909,19467,'action created','2021-01-08 15:37:57','2021-01-08 10:37:57'),
(45910,19467,'action started via WP Cron','2021-01-08 15:38:15','2021-01-08 10:38:15'),
(45911,19467,'action complete via WP Cron','2021-01-08 15:38:15','2021-01-08 10:38:15'),
(45912,19468,'action created','2021-01-08 15:38:16','2021-01-08 10:38:16'),
(45913,19468,'action started via WP Cron','2021-01-08 15:39:47','2021-01-08 10:39:47'),
(45914,19468,'action complete via WP Cron','2021-01-08 15:39:47','2021-01-08 10:39:47'),
(45915,19469,'action created','2021-01-08 15:39:47','2021-01-08 10:39:47'),
(45916,19469,'action started via WP Cron','2021-01-08 15:40:32','2021-01-08 10:40:32'),
(45917,19469,'action complete via WP Cron','2021-01-08 15:40:32','2021-01-08 10:40:32'),
(45918,19470,'action created','2021-01-08 15:40:32','2021-01-08 10:40:32'),
(45919,19470,'action started via WP Cron','2021-01-08 15:42:28','2021-01-08 10:42:28'),
(45920,19470,'action complete via WP Cron','2021-01-08 15:42:28','2021-01-08 10:42:28'),
(45921,19471,'action created','2021-01-08 15:42:28','2021-01-08 10:42:28'),
(45922,19471,'action started via WP Cron','2021-01-08 15:43:55','2021-01-08 10:43:55'),
(45923,19471,'action complete via WP Cron','2021-01-08 15:43:55','2021-01-08 10:43:55'),
(45924,19472,'action created','2021-01-08 15:43:55','2021-01-08 10:43:55'),
(45925,19472,'action started via WP Cron','2021-01-08 15:44:19','2021-01-08 10:44:19'),
(45926,19472,'action complete via WP Cron','2021-01-08 15:44:19','2021-01-08 10:44:19'),
(45927,19473,'action created','2021-01-08 15:44:19','2021-01-08 10:44:19'),
(45928,19473,'action started via WP Cron','2021-01-08 15:45:38','2021-01-08 10:45:38'),
(45929,19473,'action complete via WP Cron','2021-01-08 15:45:38','2021-01-08 10:45:38'),
(45930,19474,'action created','2021-01-08 15:45:38','2021-01-08 10:45:38'),
(45931,19474,'action started via WP Cron','2021-01-08 15:46:29','2021-01-08 10:46:29'),
(45932,19474,'action complete via WP Cron','2021-01-08 15:46:29','2021-01-08 10:46:29'),
(45933,19475,'action created','2021-01-08 15:46:29','2021-01-08 10:46:29'),
(45934,19475,'action started via WP Cron','2021-01-08 15:47:35','2021-01-08 10:47:35'),
(45935,19475,'action complete via WP Cron','2021-01-08 15:47:35','2021-01-08 10:47:35'),
(45936,19476,'action created','2021-01-08 15:47:35','2021-01-08 10:47:35'),
(45937,19476,'action started via WP Cron','2021-01-08 15:48:18','2021-01-08 10:48:18'),
(45938,19476,'action complete via WP Cron','2021-01-08 15:48:18','2021-01-08 10:48:18'),
(45939,19477,'action created','2021-01-08 15:48:18','2021-01-08 10:48:18'),
(45940,19477,'action started via WP Cron','2021-01-08 15:49:12','2021-01-08 10:49:12'),
(45941,19477,'action complete via WP Cron','2021-01-08 15:49:12','2021-01-08 10:49:12'),
(45942,19478,'action created','2021-01-08 15:49:12','2021-01-08 10:49:12'),
(45943,19478,'action started via WP Cron','2021-01-08 15:50:39','2021-01-08 10:50:39'),
(45944,19478,'action complete via WP Cron','2021-01-08 15:50:39','2021-01-08 10:50:39'),
(45945,19479,'action created','2021-01-08 15:50:39','2021-01-08 10:50:39'),
(45946,19479,'action started via WP Cron','2021-01-08 15:51:16','2021-01-08 10:51:16'),
(45947,19479,'action complete via WP Cron','2021-01-08 15:51:16','2021-01-08 10:51:16'),
(45948,19480,'action created','2021-01-08 15:51:16','2021-01-08 10:51:16'),
(45949,19480,'action started via WP Cron','2021-01-08 15:52:23','2021-01-08 10:52:23'),
(45950,19480,'action complete via WP Cron','2021-01-08 15:52:23','2021-01-08 10:52:23'),
(45951,19481,'action created','2021-01-08 15:52:23','2021-01-08 10:52:23'),
(45952,19481,'action started via WP Cron','2021-01-08 15:53:23','2021-01-08 10:53:23'),
(45953,19481,'action complete via WP Cron','2021-01-08 15:53:23','2021-01-08 10:53:23'),
(45954,19482,'action created','2021-01-08 15:53:23','2021-01-08 10:53:23'),
(45955,19482,'action started via WP Cron','2021-01-08 15:54:31','2021-01-08 10:54:31'),
(45956,19482,'action complete via WP Cron','2021-01-08 15:54:31','2021-01-08 10:54:31'),
(45957,19483,'action created','2021-01-08 15:54:31','2021-01-08 10:54:31'),
(45958,19483,'action started via WP Cron','2021-01-08 15:55:24','2021-01-08 10:55:24'),
(45959,19483,'action complete via WP Cron','2021-01-08 15:55:24','2021-01-08 10:55:24'),
(45960,19484,'action created','2021-01-08 15:55:24','2021-01-08 10:55:24'),
(45961,19484,'action started via WP Cron','2021-01-08 15:57:01','2021-01-08 10:57:01'),
(45962,19484,'action complete via WP Cron','2021-01-08 15:57:01','2021-01-08 10:57:01'),
(45963,19485,'action created','2021-01-08 15:57:01','2021-01-08 10:57:01'),
(45964,19485,'action started via WP Cron','2021-01-08 15:58:10','2021-01-08 10:58:10'),
(45965,19485,'action complete via WP Cron','2021-01-08 15:58:10','2021-01-08 10:58:10'),
(45966,19486,'action created','2021-01-08 15:58:10','2021-01-08 10:58:10'),
(45967,19486,'action started via WP Cron','2021-01-08 15:59:00','2021-01-08 10:59:00'),
(45968,19486,'action complete via WP Cron','2021-01-08 15:59:00','2021-01-08 10:59:00'),
(45969,19487,'action created','2021-01-08 15:59:00','2021-01-08 10:59:00'),
(45970,19487,'action started via WP Cron','2021-01-08 15:59:58','2021-01-08 10:59:58'),
(45971,19487,'action complete via WP Cron','2021-01-08 15:59:58','2021-01-08 10:59:58'),
(45972,19488,'action created','2021-01-08 15:59:58','2021-01-08 10:59:58'),
(45973,19488,'action started via WP Cron','2021-01-08 16:00:25','2021-01-08 11:00:25'),
(45974,19488,'action complete via WP Cron','2021-01-08 16:00:25','2021-01-08 11:00:25'),
(45975,19489,'action created','2021-01-08 16:00:25','2021-01-08 11:00:25'),
(45976,19489,'action started via WP Cron','2021-01-08 16:03:56','2021-01-08 11:03:56'),
(45977,19489,'action complete via WP Cron','2021-01-08 16:03:56','2021-01-08 11:03:56'),
(45978,19490,'action created','2021-01-08 16:03:56','2021-01-08 11:03:56'),
(45979,19490,'action started via WP Cron','2021-01-08 16:04:32','2021-01-08 11:04:32'),
(45980,19490,'action complete via WP Cron','2021-01-08 16:04:32','2021-01-08 11:04:32'),
(45981,19491,'action created','2021-01-08 16:04:32','2021-01-08 11:04:32'),
(45982,19491,'action started via WP Cron','2021-01-08 16:06:18','2021-01-08 11:06:18'),
(45983,19491,'action complete via WP Cron','2021-01-08 16:06:18','2021-01-08 11:06:18'),
(45984,19492,'action created','2021-01-08 16:06:18','2021-01-08 11:06:18'),
(45985,19492,'action started via WP Cron','2021-01-08 16:07:19','2021-01-08 11:07:19'),
(45986,19492,'action complete via WP Cron','2021-01-08 16:07:19','2021-01-08 11:07:19'),
(45987,19493,'action created','2021-01-08 16:07:19','2021-01-08 11:07:19'),
(45988,19493,'action started via WP Cron','2021-01-08 16:08:18','2021-01-08 11:08:18'),
(45989,19493,'action complete via WP Cron','2021-01-08 16:08:18','2021-01-08 11:08:18'),
(45990,19494,'action created','2021-01-08 16:08:18','2021-01-08 11:08:18'),
(45991,19494,'action started via WP Cron','2021-01-08 16:09:37','2021-01-08 11:09:37'),
(45992,19494,'action complete via WP Cron','2021-01-08 16:09:37','2021-01-08 11:09:37'),
(45993,19495,'action created','2021-01-08 16:09:37','2021-01-08 11:09:37'),
(45994,19495,'action started via WP Cron','2021-01-08 16:12:40','2021-01-08 11:12:40'),
(45995,19495,'action complete via WP Cron','2021-01-08 16:12:40','2021-01-08 11:12:40'),
(45996,19496,'action created','2021-01-08 16:12:40','2021-01-08 11:12:40'),
(45997,19496,'action started via WP Cron','2021-01-08 16:14:11','2021-01-08 11:14:11'),
(45998,19496,'action complete via WP Cron','2021-01-08 16:14:11','2021-01-08 11:14:11'),
(45999,19497,'action created','2021-01-08 16:14:11','2021-01-08 11:14:11'),
(46000,19497,'action started via WP Cron','2021-01-08 16:15:14','2021-01-08 11:15:14'),
(46001,19497,'action complete via WP Cron','2021-01-08 16:15:15','2021-01-08 11:15:15'),
(46002,19498,'action created','2021-01-08 16:15:15','2021-01-08 11:15:15'),
(46003,19498,'action started via WP Cron','2021-01-08 16:17:31','2021-01-08 11:17:31'),
(46004,19498,'action complete via WP Cron','2021-01-08 16:17:31','2021-01-08 11:17:31'),
(46005,19499,'action created','2021-01-08 16:17:31','2021-01-08 11:17:31'),
(46006,19499,'action started via WP Cron','2021-01-08 16:18:54','2021-01-08 11:18:54'),
(46007,19499,'action complete via WP Cron','2021-01-08 16:18:54','2021-01-08 11:18:54'),
(46008,19500,'action created','2021-01-08 16:18:54','2021-01-08 11:18:54'),
(46009,19500,'action started via WP Cron','2021-01-08 16:19:27','2021-01-08 11:19:27'),
(46010,19500,'action complete via WP Cron','2021-01-08 16:19:27','2021-01-08 11:19:27'),
(46011,19501,'action created','2021-01-08 16:19:27','2021-01-08 11:19:27'),
(46012,19501,'action started via WP Cron','2021-01-08 16:21:20','2021-01-08 11:21:20'),
(46013,19501,'action complete via WP Cron','2021-01-08 16:21:20','2021-01-08 11:21:20'),
(46014,19502,'action created','2021-01-08 16:21:20','2021-01-08 11:21:20'),
(46015,19502,'action started via WP Cron','2021-01-08 16:22:11','2021-01-08 11:22:11'),
(46016,19502,'action complete via WP Cron','2021-01-08 16:22:11','2021-01-08 11:22:11'),
(46017,19503,'action created','2021-01-08 16:22:11','2021-01-08 11:22:11'),
(46018,19503,'action started via WP Cron','2021-01-08 16:24:08','2021-01-08 11:24:08'),
(46019,19503,'action complete via WP Cron','2021-01-08 16:24:08','2021-01-08 11:24:08'),
(46020,19504,'action created','2021-01-08 16:24:08','2021-01-08 11:24:08'),
(46021,19504,'action started via WP Cron','2021-01-08 16:25:19','2021-01-08 11:25:19'),
(46022,19504,'action complete via WP Cron','2021-01-08 16:25:19','2021-01-08 11:25:19'),
(46023,19505,'action created','2021-01-08 16:25:19','2021-01-08 11:25:19'),
(46024,19505,'action started via WP Cron','2021-01-08 16:26:18','2021-01-08 11:26:18'),
(46025,19505,'action complete via WP Cron','2021-01-08 16:26:18','2021-01-08 11:26:18'),
(46026,19506,'action created','2021-01-08 16:26:18','2021-01-08 11:26:18'),
(46027,19506,'action started via WP Cron','2021-01-08 16:27:20','2021-01-08 11:27:20'),
(46028,19506,'action complete via WP Cron','2021-01-08 16:27:20','2021-01-08 11:27:20'),
(46029,19507,'action created','2021-01-08 16:27:20','2021-01-08 11:27:20'),
(46030,19507,'action started via WP Cron','2021-01-08 16:29:29','2021-01-08 11:29:29'),
(46031,19507,'action complete via WP Cron','2021-01-08 16:29:29','2021-01-08 11:29:29'),
(46032,19508,'action created','2021-01-08 16:29:29','2021-01-08 11:29:29'),
(46033,19508,'action started via WP Cron','2021-01-08 16:30:48','2021-01-08 11:30:48'),
(46034,19508,'action complete via WP Cron','2021-01-08 16:30:48','2021-01-08 11:30:48'),
(46035,19509,'action created','2021-01-08 16:30:48','2021-01-08 11:30:48'),
(46036,19509,'action started via WP Cron','2021-01-08 16:31:53','2021-01-08 11:31:53'),
(46037,19509,'action complete via WP Cron','2021-01-08 16:31:53','2021-01-08 11:31:53'),
(46038,19510,'action created','2021-01-08 16:31:53','2021-01-08 11:31:53'),
(46039,19510,'action started via WP Cron','2021-01-08 16:32:51','2021-01-08 11:32:51'),
(46040,19510,'action complete via WP Cron','2021-01-08 16:32:51','2021-01-08 11:32:51'),
(46041,19511,'action created','2021-01-08 16:32:51','2021-01-08 11:32:51'),
(46042,19511,'action started via WP Cron','2021-01-08 16:33:25','2021-01-08 11:33:25'),
(46043,19511,'action complete via WP Cron','2021-01-08 16:33:25','2021-01-08 11:33:25'),
(46044,19512,'action created','2021-01-08 16:33:25','2021-01-08 11:33:25'),
(46045,19512,'action started via WP Cron','2021-01-08 16:34:18','2021-01-08 11:34:18'),
(46046,19512,'action complete via WP Cron','2021-01-08 16:34:18','2021-01-08 11:34:18'),
(46047,19513,'action created','2021-01-08 16:34:18','2021-01-08 11:34:18'),
(46048,19513,'action started via WP Cron','2021-01-08 16:35:38','2021-01-08 11:35:38'),
(46049,19513,'action complete via WP Cron','2021-01-08 16:35:38','2021-01-08 11:35:38'),
(46050,19514,'action created','2021-01-08 16:35:38','2021-01-08 11:35:38'),
(46051,19514,'action started via WP Cron','2021-01-08 16:36:48','2021-01-08 11:36:48'),
(46052,19514,'action complete via WP Cron','2021-01-08 16:36:48','2021-01-08 11:36:48'),
(46053,19515,'action created','2021-01-08 16:36:48','2021-01-08 11:36:48'),
(46054,19515,'action started via WP Cron','2021-01-08 16:37:40','2021-01-08 11:37:40'),
(46055,19515,'action complete via WP Cron','2021-01-08 16:37:40','2021-01-08 11:37:40'),
(46056,19516,'action created','2021-01-08 16:37:40','2021-01-08 11:37:40'),
(46057,19516,'action started via WP Cron','2021-01-08 16:39:55','2021-01-08 11:39:55'),
(46058,19516,'action complete via WP Cron','2021-01-08 16:39:56','2021-01-08 11:39:56'),
(46059,19517,'action created','2021-01-08 16:39:56','2021-01-08 11:39:56'),
(46060,19517,'action started via WP Cron','2021-01-08 16:40:14','2021-01-08 11:40:14'),
(46061,19517,'action complete via WP Cron','2021-01-08 16:40:14','2021-01-08 11:40:14'),
(46062,19518,'action created','2021-01-08 16:40:14','2021-01-08 11:40:14'),
(46063,19518,'action started via WP Cron','2021-01-08 16:43:20','2021-01-08 11:43:20'),
(46064,19518,'action complete via WP Cron','2021-01-08 16:43:20','2021-01-08 11:43:20'),
(46065,19519,'action created','2021-01-08 16:43:20','2021-01-08 11:43:20'),
(46066,19519,'action started via WP Cron','2021-01-08 16:44:19','2021-01-08 11:44:19'),
(46067,19519,'action complete via WP Cron','2021-01-08 16:44:19','2021-01-08 11:44:19'),
(46068,19520,'action created','2021-01-08 16:44:19','2021-01-08 11:44:19'),
(46069,19520,'action started via WP Cron','2021-01-08 16:45:21','2021-01-08 11:45:21'),
(46070,19520,'action complete via WP Cron','2021-01-08 16:45:21','2021-01-08 11:45:21'),
(46071,19521,'action created','2021-01-08 16:45:21','2021-01-08 11:45:21'),
(46072,19521,'action started via WP Cron','2021-01-08 16:46:36','2021-01-08 11:46:36'),
(46073,19521,'action complete via WP Cron','2021-01-08 16:46:36','2021-01-08 11:46:36'),
(46074,19522,'action created','2021-01-08 16:46:36','2021-01-08 11:46:36'),
(46075,19522,'action started via WP Cron','2021-01-08 16:47:18','2021-01-08 11:47:18'),
(46076,19522,'action complete via WP Cron','2021-01-08 16:47:18','2021-01-08 11:47:18'),
(46077,19523,'action created','2021-01-08 16:47:18','2021-01-08 11:47:18'),
(46078,19523,'action started via WP Cron','2021-01-08 16:48:17','2021-01-08 11:48:17'),
(46079,19523,'action complete via WP Cron','2021-01-08 16:48:17','2021-01-08 11:48:17'),
(46080,19524,'action created','2021-01-08 16:48:17','2021-01-08 11:48:17'),
(46081,19524,'action started via WP Cron','2021-01-08 16:50:03','2021-01-08 11:50:03'),
(46082,19524,'action complete via WP Cron','2021-01-08 16:50:03','2021-01-08 11:50:03'),
(46083,19525,'action created','2021-01-08 16:50:03','2021-01-08 11:50:03'),
(46084,19525,'action started via WP Cron','2021-01-08 16:50:13','2021-01-08 11:50:13'),
(46085,19525,'action complete via WP Cron','2021-01-08 16:50:13','2021-01-08 11:50:13'),
(46086,19526,'action created','2021-01-08 16:50:13','2021-01-08 11:50:13'),
(46087,19526,'action started via WP Cron','2021-01-08 16:52:35','2021-01-08 11:52:35'),
(46088,19526,'action complete via WP Cron','2021-01-08 16:52:35','2021-01-08 11:52:35'),
(46089,19527,'action created','2021-01-08 16:52:35','2021-01-08 11:52:35'),
(46090,19527,'action started via WP Cron','2021-01-08 16:54:28','2021-01-08 11:54:28'),
(46091,19527,'action complete via WP Cron','2021-01-08 16:54:28','2021-01-08 11:54:28'),
(46092,19528,'action created','2021-01-08 16:54:28','2021-01-08 11:54:28'),
(46093,19528,'action started via WP Cron','2021-01-08 16:55:40','2021-01-08 11:55:40'),
(46094,19528,'action complete via WP Cron','2021-01-08 16:55:40','2021-01-08 11:55:40'),
(46095,19529,'action created','2021-01-08 16:55:40','2021-01-08 11:55:40'),
(46096,19529,'action started via WP Cron','2021-01-08 16:56:32','2021-01-08 11:56:32'),
(46097,19529,'action complete via WP Cron','2021-01-08 16:56:32','2021-01-08 11:56:32'),
(46098,19530,'action created','2021-01-08 16:56:32','2021-01-08 11:56:32'),
(46099,19530,'action started via WP Cron','2021-01-08 17:00:12','2021-01-08 12:00:12'),
(46100,19530,'action complete via WP Cron','2021-01-08 17:00:12','2021-01-08 12:00:12'),
(46101,19531,'action created','2021-01-08 17:00:12','2021-01-08 12:00:12'),
(46102,19531,'action started via WP Cron','2021-01-08 17:01:36','2021-01-08 12:01:36'),
(46103,19531,'action complete via WP Cron','2021-01-08 17:01:36','2021-01-08 12:01:36'),
(46104,19532,'action created','2021-01-08 17:01:37','2021-01-08 12:01:37'),
(46105,19532,'action started via WP Cron','2021-01-08 17:03:33','2021-01-08 12:03:33'),
(46106,19532,'action complete via WP Cron','2021-01-08 17:03:33','2021-01-08 12:03:33'),
(46107,19533,'action created','2021-01-08 17:03:34','2021-01-08 12:03:34'),
(46108,19533,'action started via WP Cron','2021-01-08 17:04:23','2021-01-08 12:04:23'),
(46109,19533,'action complete via WP Cron','2021-01-08 17:04:23','2021-01-08 12:04:23'),
(46110,19534,'action created','2021-01-08 17:04:23','2021-01-08 12:04:23'),
(46111,19534,'action started via WP Cron','2021-01-08 17:05:12','2021-01-08 12:05:12'),
(46112,19534,'action complete via WP Cron','2021-01-08 17:05:12','2021-01-08 12:05:12'),
(46113,19535,'action created','2021-01-08 17:05:12','2021-01-08 12:05:12'),
(46114,19535,'action started via WP Cron','2021-01-08 17:06:56','2021-01-08 12:06:56'),
(46115,19535,'action complete via WP Cron','2021-01-08 17:06:56','2021-01-08 12:06:56'),
(46116,19536,'action created','2021-01-08 17:06:56','2021-01-08 12:06:56'),
(46117,19536,'action started via WP Cron','2021-01-08 17:07:14','2021-01-08 12:07:14'),
(46118,19536,'action complete via WP Cron','2021-01-08 17:07:15','2021-01-08 12:07:15'),
(46119,19537,'action created','2021-01-08 17:07:15','2021-01-08 12:07:15'),
(46120,19537,'action started via WP Cron','2021-01-08 17:08:14','2021-01-08 12:08:14'),
(46121,19537,'action complete via WP Cron','2021-01-08 17:08:14','2021-01-08 12:08:14'),
(46122,19538,'action created','2021-01-08 17:08:14','2021-01-08 12:08:14'),
(46123,19538,'action started via WP Cron','2021-01-08 17:09:18','2021-01-08 12:09:18'),
(46124,19538,'action complete via WP Cron','2021-01-08 17:09:18','2021-01-08 12:09:18'),
(46125,19539,'action created','2021-01-08 17:09:18','2021-01-08 12:09:18'),
(46126,19539,'action started via WP Cron','2021-01-08 17:11:35','2021-01-08 12:11:35'),
(46127,19539,'action complete via WP Cron','2021-01-08 17:11:35','2021-01-08 12:11:35'),
(46128,19540,'action created','2021-01-08 17:11:35','2021-01-08 12:11:35'),
(46129,19540,'action started via WP Cron','2021-01-08 17:12:37','2021-01-08 12:12:37'),
(46130,19540,'action complete via WP Cron','2021-01-08 17:12:37','2021-01-08 12:12:37'),
(46131,19541,'action created','2021-01-08 17:12:37','2021-01-08 12:12:37'),
(46132,19541,'action started via WP Cron','2021-01-08 17:13:27','2021-01-08 12:13:27'),
(46133,19541,'action complete via WP Cron','2021-01-08 17:13:27','2021-01-08 12:13:27'),
(46134,19542,'action created','2021-01-08 17:13:27','2021-01-08 12:13:27'),
(46135,19542,'action started via WP Cron','2021-01-08 17:14:20','2021-01-08 12:14:20'),
(46136,19542,'action complete via WP Cron','2021-01-08 17:14:20','2021-01-08 12:14:20'),
(46137,19543,'action created','2021-01-08 17:14:20','2021-01-08 12:14:20'),
(46138,19543,'action started via WP Cron','2021-01-08 17:15:47','2021-01-08 12:15:47'),
(46139,19543,'action complete via WP Cron','2021-01-08 17:15:47','2021-01-08 12:15:47'),
(46140,19544,'action created','2021-01-08 17:15:47','2021-01-08 12:15:47'),
(46141,19544,'action started via WP Cron','2021-01-08 17:17:23','2021-01-08 12:17:23'),
(46142,19544,'action complete via WP Cron','2021-01-08 17:17:23','2021-01-08 12:17:23'),
(46143,19545,'action created','2021-01-08 17:17:23','2021-01-08 12:17:23'),
(46144,19545,'action started via WP Cron','2021-01-08 17:18:54','2021-01-08 12:18:54'),
(46145,19545,'action complete via WP Cron','2021-01-08 17:18:54','2021-01-08 12:18:54'),
(46146,19546,'action created','2021-01-08 17:18:54','2021-01-08 12:18:54'),
(46147,19546,'action started via WP Cron','2021-01-08 17:19:21','2021-01-08 12:19:21'),
(46148,19546,'action complete via WP Cron','2021-01-08 17:19:21','2021-01-08 12:19:21'),
(46149,19547,'action created','2021-01-08 17:19:21','2021-01-08 12:19:21'),
(46150,19547,'action started via WP Cron','2021-01-08 17:24:27','2021-01-08 12:24:27'),
(46151,19547,'action complete via WP Cron','2021-01-08 17:24:27','2021-01-08 12:24:27'),
(46152,19548,'action created','2021-01-08 17:24:27','2021-01-08 12:24:27'),
(46153,19548,'action started via WP Cron','2021-01-08 17:26:07','2021-01-08 12:26:07'),
(46154,19548,'action complete via WP Cron','2021-01-08 17:26:07','2021-01-08 12:26:07'),
(46155,19549,'action created','2021-01-08 17:26:07','2021-01-08 12:26:07'),
(46156,19549,'action started via WP Cron','2021-01-08 17:26:57','2021-01-08 12:26:57'),
(46157,19549,'action complete via WP Cron','2021-01-08 17:26:57','2021-01-08 12:26:57'),
(46158,19550,'action created','2021-01-08 17:26:57','2021-01-08 12:26:57'),
(46159,19550,'action started via WP Cron','2021-01-08 17:27:34','2021-01-08 12:27:34'),
(46160,19550,'action complete via WP Cron','2021-01-08 17:27:34','2021-01-08 12:27:34'),
(46161,19551,'action created','2021-01-08 17:27:35','2021-01-08 12:27:35'),
(46162,19551,'action started via WP Cron','2021-01-08 17:29:58','2021-01-08 12:29:58'),
(46163,19551,'action complete via WP Cron','2021-01-08 17:29:58','2021-01-08 12:29:58'),
(46164,19552,'action created','2021-01-08 17:29:58','2021-01-08 12:29:58'),
(46165,19552,'action started via WP Cron','2021-01-08 17:30:43','2021-01-08 12:30:43'),
(46166,19552,'action complete via WP Cron','2021-01-08 17:30:43','2021-01-08 12:30:43'),
(46167,19553,'action created','2021-01-08 17:30:43','2021-01-08 12:30:43'),
(46168,19553,'action started via WP Cron','2021-01-08 17:31:37','2021-01-08 12:31:37'),
(46169,19553,'action complete via WP Cron','2021-01-08 17:31:37','2021-01-08 12:31:37'),
(46170,19554,'action created','2021-01-08 17:31:37','2021-01-08 12:31:37'),
(46171,19554,'action started via WP Cron','2021-01-08 17:33:33','2021-01-08 12:33:33'),
(46172,19554,'action complete via WP Cron','2021-01-08 17:33:33','2021-01-08 12:33:33'),
(46173,19555,'action created','2021-01-08 17:33:33','2021-01-08 12:33:33'),
(46174,19555,'action started via WP Cron','2021-01-08 17:34:44','2021-01-08 12:34:44'),
(46175,19555,'action complete via WP Cron','2021-01-08 17:34:44','2021-01-08 12:34:44'),
(46176,19556,'action created','2021-01-08 17:34:44','2021-01-08 12:34:44'),
(46177,19556,'action started via WP Cron','2021-01-08 17:35:43','2021-01-08 12:35:43'),
(46178,19556,'action complete via WP Cron','2021-01-08 17:35:43','2021-01-08 12:35:43'),
(46179,19557,'action created','2021-01-08 17:35:43','2021-01-08 12:35:43'),
(46180,19557,'action started via WP Cron','2021-01-08 17:39:43','2021-01-08 12:39:43'),
(46181,19557,'action complete via WP Cron','2021-01-08 17:39:43','2021-01-08 12:39:43'),
(46182,19558,'action created','2021-01-08 17:39:43','2021-01-08 12:39:43'),
(46183,19558,'action started via WP Cron','2021-01-08 17:40:32','2021-01-08 12:40:32'),
(46184,19558,'action complete via WP Cron','2021-01-08 17:40:32','2021-01-08 12:40:32'),
(46185,19559,'action created','2021-01-08 17:40:32','2021-01-08 12:40:32'),
(46186,19559,'action started via WP Cron','2021-01-08 17:44:42','2021-01-08 12:44:42'),
(46187,19559,'action complete via WP Cron','2021-01-08 17:44:42','2021-01-08 12:44:42'),
(46188,19560,'action created','2021-01-08 17:44:42','2021-01-08 12:44:42'),
(46189,19560,'action started via WP Cron','2021-01-08 17:45:15','2021-01-08 12:45:15'),
(46190,19560,'action complete via WP Cron','2021-01-08 17:45:15','2021-01-08 12:45:15'),
(46191,19561,'action created','2021-01-08 17:45:15','2021-01-08 12:45:15'),
(46192,19561,'action started via WP Cron','2021-01-08 17:47:06','2021-01-08 12:47:06'),
(46193,19561,'action complete via WP Cron','2021-01-08 17:47:06','2021-01-08 12:47:06'),
(46194,19562,'action created','2021-01-08 17:47:06','2021-01-08 12:47:06'),
(46195,19562,'action started via WP Cron','2021-01-08 17:47:19','2021-01-08 12:47:19'),
(46196,19562,'action complete via WP Cron','2021-01-08 17:47:19','2021-01-08 12:47:19'),
(46197,19563,'action created','2021-01-08 17:47:19','2021-01-08 12:47:19'),
(46198,19563,'action started via WP Cron','2021-01-08 17:49:29','2021-01-08 12:49:29'),
(46199,19563,'action complete via WP Cron','2021-01-08 17:49:29','2021-01-08 12:49:29'),
(46200,19564,'action created','2021-01-08 17:49:29','2021-01-08 12:49:29'),
(46201,19564,'action started via WP Cron','2021-01-08 17:50:26','2021-01-08 12:50:26'),
(46202,19564,'action complete via WP Cron','2021-01-08 17:50:27','2021-01-08 12:50:27'),
(46203,19565,'action created','2021-01-08 17:50:27','2021-01-08 12:50:27'),
(46204,19565,'action started via WP Cron','2021-01-08 17:51:16','2021-01-08 12:51:16'),
(46205,19565,'action complete via WP Cron','2021-01-08 17:51:16','2021-01-08 12:51:16'),
(46206,19566,'action created','2021-01-08 17:51:16','2021-01-08 12:51:16'),
(46207,19566,'action started via WP Cron','2021-01-08 17:52:24','2021-01-08 12:52:24'),
(46208,19566,'action complete via WP Cron','2021-01-08 17:52:24','2021-01-08 12:52:24'),
(46209,19567,'action created','2021-01-08 17:52:24','2021-01-08 12:52:24'),
(46210,19567,'action started via WP Cron','2021-01-08 17:53:18','2021-01-08 12:53:18'),
(46211,19567,'action complete via WP Cron','2021-01-08 17:53:18','2021-01-08 12:53:18'),
(46212,19568,'action created','2021-01-08 17:53:18','2021-01-08 12:53:18'),
(46213,19568,'action started via WP Cron','2021-01-08 17:54:45','2021-01-08 12:54:45'),
(46214,19568,'action complete via WP Cron','2021-01-08 17:54:45','2021-01-08 12:54:45'),
(46215,19569,'action created','2021-01-08 17:54:45','2021-01-08 12:54:45'),
(46216,19569,'action started via WP Cron','2021-01-08 17:55:44','2021-01-08 12:55:44'),
(46217,19569,'action complete via WP Cron','2021-01-08 17:55:44','2021-01-08 12:55:44'),
(46218,19570,'action created','2021-01-08 17:55:44','2021-01-08 12:55:44'),
(46219,19570,'action started via WP Cron','2021-01-08 17:56:25','2021-01-08 12:56:25'),
(46220,19570,'action complete via WP Cron','2021-01-08 17:56:25','2021-01-08 12:56:25'),
(46221,19571,'action created','2021-01-08 17:56:25','2021-01-08 12:56:25'),
(46222,19571,'action started via WP Cron','2021-01-08 17:58:38','2021-01-08 12:58:38'),
(46223,19571,'action complete via WP Cron','2021-01-08 17:58:39','2021-01-08 12:58:39'),
(46224,19572,'action created','2021-01-08 17:58:39','2021-01-08 12:58:39'),
(46225,19572,'action started via WP Cron','2021-01-08 17:59:25','2021-01-08 12:59:25'),
(46226,19572,'action complete via WP Cron','2021-01-08 17:59:25','2021-01-08 12:59:25'),
(46227,19573,'action created','2021-01-08 17:59:25','2021-01-08 12:59:25'),
(46228,19573,'action started via WP Cron','2021-01-08 18:01:10','2021-01-08 13:01:10'),
(46229,19573,'action complete via WP Cron','2021-01-08 18:01:10','2021-01-08 13:01:10'),
(46230,19574,'action created','2021-01-08 18:01:10','2021-01-08 13:01:10'),
(46231,19574,'action started via WP Cron','2021-01-08 18:02:36','2021-01-08 13:02:36'),
(46232,19574,'action complete via WP Cron','2021-01-08 18:02:36','2021-01-08 13:02:36'),
(46233,19575,'action created','2021-01-08 18:02:36','2021-01-08 13:02:36'),
(46234,19575,'action started via WP Cron','2021-01-08 18:03:12','2021-01-08 13:03:12'),
(46235,19575,'action complete via WP Cron','2021-01-08 18:03:12','2021-01-08 13:03:12'),
(46236,19576,'action created','2021-01-08 18:03:12','2021-01-08 13:03:12'),
(46237,19576,'action started via WP Cron','2021-01-08 18:04:57','2021-01-08 13:04:57'),
(46238,19576,'action complete via WP Cron','2021-01-08 18:04:57','2021-01-08 13:04:57'),
(46239,19577,'action created','2021-01-08 18:04:57','2021-01-08 13:04:57'),
(46240,19577,'action started via WP Cron','2021-01-08 18:05:50','2021-01-08 13:05:50'),
(46241,19577,'action complete via WP Cron','2021-01-08 18:05:50','2021-01-08 13:05:50'),
(46242,19578,'action created','2021-01-08 18:05:50','2021-01-08 13:05:50'),
(46243,19578,'action started via WP Cron','2021-01-08 18:06:45','2021-01-08 13:06:45'),
(46244,19578,'action complete via WP Cron','2021-01-08 18:06:45','2021-01-08 13:06:45'),
(46245,19579,'action created','2021-01-08 18:06:45','2021-01-08 13:06:45'),
(46246,19579,'action started via WP Cron','2021-01-08 18:07:23','2021-01-08 13:07:23'),
(46247,19579,'action complete via WP Cron','2021-01-08 18:07:23','2021-01-08 13:07:23'),
(46248,19580,'action created','2021-01-08 18:07:23','2021-01-08 13:07:23'),
(46249,19580,'action started via WP Cron','2021-01-08 18:08:27','2021-01-08 13:08:27'),
(46250,19580,'action complete via WP Cron','2021-01-08 18:08:27','2021-01-08 13:08:27'),
(46251,19581,'action created','2021-01-08 18:08:27','2021-01-08 13:08:27'),
(46252,19581,'action started via WP Cron','2021-01-08 18:09:58','2021-01-08 13:09:58'),
(46253,19581,'action complete via WP Cron','2021-01-08 18:09:58','2021-01-08 13:09:58'),
(46254,19582,'action created','2021-01-08 18:10:00','2021-01-08 13:10:00'),
(46255,19582,'action started via WP Cron','2021-01-08 18:10:35','2021-01-08 13:10:35'),
(46256,19582,'action complete via WP Cron','2021-01-08 18:10:35','2021-01-08 13:10:35'),
(46257,19583,'action created','2021-01-08 18:10:35','2021-01-08 13:10:35'),
(46258,19583,'action started via WP Cron','2021-01-08 18:11:27','2021-01-08 13:11:27'),
(46259,19583,'action complete via WP Cron','2021-01-08 18:11:27','2021-01-08 13:11:27'),
(46260,19584,'action created','2021-01-08 18:11:27','2021-01-08 13:11:27'),
(46261,19584,'action started via WP Cron','2021-01-08 18:12:13','2021-01-08 13:12:13'),
(46262,19584,'action complete via WP Cron','2021-01-08 18:12:13','2021-01-08 13:12:13'),
(46263,19585,'action created','2021-01-08 18:12:13','2021-01-08 13:12:13'),
(46264,19585,'action started via WP Cron','2021-01-08 18:14:31','2021-01-08 13:14:31'),
(46265,19585,'action complete via WP Cron','2021-01-08 18:14:31','2021-01-08 13:14:31'),
(46266,19586,'action created','2021-01-08 18:14:31','2021-01-08 13:14:31'),
(46267,19586,'action started via WP Cron','2021-01-08 18:15:23','2021-01-08 13:15:23'),
(46268,19586,'action complete via WP Cron','2021-01-08 18:15:23','2021-01-08 13:15:23'),
(46269,19587,'action created','2021-01-08 18:15:23','2021-01-08 13:15:23'),
(46270,19587,'action started via WP Cron','2021-01-08 18:16:26','2021-01-08 13:16:26'),
(46271,19587,'action complete via WP Cron','2021-01-08 18:16:26','2021-01-08 13:16:26'),
(46272,19588,'action created','2021-01-08 18:16:26','2021-01-08 13:16:26'),
(46273,19588,'action started via WP Cron','2021-01-08 18:17:26','2021-01-08 13:17:26'),
(46274,19588,'action complete via WP Cron','2021-01-08 18:17:26','2021-01-08 13:17:26'),
(46275,19589,'action created','2021-01-08 18:17:26','2021-01-08 13:17:26'),
(46276,19589,'action started via WP Cron','2021-01-08 18:18:19','2021-01-08 13:18:19'),
(46277,19589,'action complete via WP Cron','2021-01-08 18:18:19','2021-01-08 13:18:19'),
(46278,19590,'action created','2021-01-08 18:18:19','2021-01-08 13:18:19'),
(46279,19590,'action started via WP Cron','2021-01-08 18:19:14','2021-01-08 13:19:14'),
(46280,19590,'action complete via WP Cron','2021-01-08 18:19:14','2021-01-08 13:19:14'),
(46281,19591,'action created','2021-01-08 18:19:14','2021-01-08 13:19:14'),
(46282,19591,'action started via WP Cron','2021-01-08 18:20:13','2021-01-08 13:20:13'),
(46283,19591,'action complete via WP Cron','2021-01-08 18:20:13','2021-01-08 13:20:13'),
(46284,19592,'action created','2021-01-08 18:20:13','2021-01-08 13:20:13'),
(46285,19592,'action started via WP Cron','2021-01-08 18:22:00','2021-01-08 13:22:00'),
(46286,19592,'action complete via WP Cron','2021-01-08 18:22:00','2021-01-08 13:22:00'),
(46287,19593,'action created','2021-01-08 18:22:00','2021-01-08 13:22:00'),
(46288,19593,'action started via WP Cron','2021-01-08 18:22:43','2021-01-08 13:22:43'),
(46289,19593,'action complete via WP Cron','2021-01-08 18:22:43','2021-01-08 13:22:43'),
(46290,19594,'action created','2021-01-08 18:22:43','2021-01-08 13:22:43'),
(46291,19594,'action started via WP Cron','2021-01-08 18:26:55','2021-01-08 13:26:55'),
(46292,19594,'action complete via WP Cron','2021-01-08 18:26:55','2021-01-08 13:26:55'),
(46293,19595,'action created','2021-01-08 18:26:55','2021-01-08 13:26:55'),
(46294,19595,'action started via WP Cron','2021-01-08 18:27:47','2021-01-08 13:27:47'),
(46295,19595,'action complete via WP Cron','2021-01-08 18:27:47','2021-01-08 13:27:47'),
(46296,19596,'action created','2021-01-08 18:27:47','2021-01-08 13:27:47'),
(46297,19596,'action started via WP Cron','2021-01-08 18:29:02','2021-01-08 13:29:02'),
(46298,19596,'action complete via WP Cron','2021-01-08 18:29:02','2021-01-08 13:29:02'),
(46299,19597,'action created','2021-01-08 18:29:02','2021-01-08 13:29:02'),
(46300,19597,'action started via WP Cron','2021-01-08 18:32:11','2021-01-08 13:32:11'),
(46301,19597,'action complete via WP Cron','2021-01-08 18:32:11','2021-01-08 13:32:11'),
(46302,19598,'action created','2021-01-08 18:32:11','2021-01-08 13:32:11'),
(46303,19598,'action started via WP Cron','2021-01-08 18:34:44','2021-01-08 13:34:44'),
(46304,19598,'action complete via WP Cron','2021-01-08 18:34:44','2021-01-08 13:34:44'),
(46305,19599,'action created','2021-01-08 18:34:44','2021-01-08 13:34:44'),
(46306,19599,'action started via WP Cron','2021-01-08 18:35:43','2021-01-08 13:35:43'),
(46307,19599,'action complete via WP Cron','2021-01-08 18:35:43','2021-01-08 13:35:43'),
(46308,19600,'action created','2021-01-08 18:35:43','2021-01-08 13:35:43'),
(46309,19600,'action started via WP Cron','2021-01-08 18:37:06','2021-01-08 13:37:06'),
(46310,19600,'action complete via WP Cron','2021-01-08 18:37:06','2021-01-08 13:37:06'),
(46311,19601,'action created','2021-01-08 18:37:06','2021-01-08 13:37:06'),
(46312,19601,'action started via WP Cron','2021-01-08 18:38:32','2021-01-08 13:38:32'),
(46313,19601,'action complete via WP Cron','2021-01-08 18:38:32','2021-01-08 13:38:32'),
(46314,19602,'action created','2021-01-08 18:38:32','2021-01-08 13:38:32'),
(46315,19602,'action started via WP Cron','2021-01-08 18:39:14','2021-01-08 13:39:14'),
(46316,19602,'action complete via WP Cron','2021-01-08 18:39:14','2021-01-08 13:39:14'),
(46317,19603,'action created','2021-01-08 18:39:14','2021-01-08 13:39:14'),
(46318,19603,'action started via WP Cron','2021-01-08 18:40:17','2021-01-08 13:40:17'),
(46319,19603,'action complete via WP Cron','2021-01-08 18:40:17','2021-01-08 13:40:17'),
(46320,19604,'action created','2021-01-08 18:40:17','2021-01-08 13:40:17'),
(46321,19604,'action started via WP Cron','2021-01-08 18:41:30','2021-01-08 13:41:30'),
(46322,19604,'action complete via WP Cron','2021-01-08 18:41:30','2021-01-08 13:41:30'),
(46323,19605,'action created','2021-01-08 18:41:30','2021-01-08 13:41:30'),
(46324,19605,'action started via WP Cron','2021-01-08 18:43:52','2021-01-08 13:43:52'),
(46325,19605,'action complete via WP Cron','2021-01-08 18:43:52','2021-01-08 13:43:52'),
(46326,19606,'action created','2021-01-08 18:43:52','2021-01-08 13:43:52'),
(46327,19606,'action started via WP Cron','2021-01-08 18:44:11','2021-01-08 13:44:11'),
(46328,19606,'action complete via WP Cron','2021-01-08 18:44:11','2021-01-08 13:44:11'),
(46329,19607,'action created','2021-01-08 18:44:11','2021-01-08 13:44:11'),
(46330,19607,'action started via WP Cron','2021-01-08 18:45:34','2021-01-08 13:45:34'),
(46331,19607,'action complete via WP Cron','2021-01-08 18:45:34','2021-01-08 13:45:34'),
(46332,19608,'action created','2021-01-08 18:45:34','2021-01-08 13:45:34'),
(46333,19608,'action started via WP Cron','2021-01-08 18:46:11','2021-01-08 13:46:11'),
(46334,19608,'action complete via WP Cron','2021-01-08 18:46:11','2021-01-08 13:46:11'),
(46335,19609,'action created','2021-01-08 18:46:11','2021-01-08 13:46:11'),
(46336,19609,'action started via WP Cron','2021-01-08 18:47:13','2021-01-08 13:47:13'),
(46337,19609,'action complete via WP Cron','2021-01-08 18:47:13','2021-01-08 13:47:13'),
(46338,19610,'action created','2021-01-08 18:47:13','2021-01-08 13:47:13'),
(46339,19610,'action started via WP Cron','2021-01-08 18:48:20','2021-01-08 13:48:20'),
(46340,19610,'action complete via WP Cron','2021-01-08 18:48:21','2021-01-08 13:48:21'),
(46341,19611,'action created','2021-01-08 18:48:21','2021-01-08 13:48:21'),
(46342,19611,'action started via WP Cron','2021-01-08 18:50:27','2021-01-08 13:50:27'),
(46343,19611,'action complete via WP Cron','2021-01-08 18:50:27','2021-01-08 13:50:27'),
(46344,19612,'action created','2021-01-08 18:50:27','2021-01-08 13:50:27'),
(46345,19612,'action started via WP Cron','2021-01-08 18:51:28','2021-01-08 13:51:28'),
(46346,19612,'action complete via WP Cron','2021-01-08 18:51:28','2021-01-08 13:51:28'),
(46347,19613,'action created','2021-01-08 18:51:28','2021-01-08 13:51:28'),
(46348,19613,'action started via WP Cron','2021-01-08 18:52:13','2021-01-08 13:52:13'),
(46349,19613,'action complete via WP Cron','2021-01-08 18:52:13','2021-01-08 13:52:13'),
(46350,19614,'action created','2021-01-08 18:52:13','2021-01-08 13:52:13'),
(46351,19614,'action started via WP Cron','2021-01-08 18:54:21','2021-01-08 13:54:21'),
(46352,19614,'action complete via WP Cron','2021-01-08 18:54:21','2021-01-08 13:54:21'),
(46353,19615,'action created','2021-01-08 18:54:21','2021-01-08 13:54:21'),
(46354,19615,'action started via WP Cron','2021-01-08 18:55:38','2021-01-08 13:55:38'),
(46355,19615,'action complete via WP Cron','2021-01-08 18:55:38','2021-01-08 13:55:38'),
(46356,19616,'action created','2021-01-08 18:55:38','2021-01-08 13:55:38'),
(46357,19616,'action started via WP Cron','2021-01-08 18:57:26','2021-01-08 13:57:26'),
(46358,19616,'action complete via WP Cron','2021-01-08 18:57:26','2021-01-08 13:57:26'),
(46359,19617,'action created','2021-01-08 18:57:26','2021-01-08 13:57:26'),
(46360,19617,'action started via WP Cron','2021-01-08 18:59:06','2021-01-08 13:59:06'),
(46361,19617,'action complete via WP Cron','2021-01-08 18:59:06','2021-01-08 13:59:06'),
(46362,19618,'action created','2021-01-08 18:59:06','2021-01-08 13:59:06'),
(46363,19618,'action started via WP Cron','2021-01-08 18:59:40','2021-01-08 13:59:40'),
(46364,19618,'action complete via WP Cron','2021-01-08 18:59:40','2021-01-08 13:59:40'),
(46365,19619,'action created','2021-01-08 18:59:40','2021-01-08 13:59:40'),
(46366,19619,'action started via WP Cron','2021-01-08 19:00:16','2021-01-08 14:00:16'),
(46367,19619,'action complete via WP Cron','2021-01-08 19:00:16','2021-01-08 14:00:16'),
(46368,19620,'action created','2021-01-08 19:00:16','2021-01-08 14:00:16'),
(46369,19620,'action started via WP Cron','2021-01-08 19:01:55','2021-01-08 14:01:55'),
(46370,19620,'action complete via WP Cron','2021-01-08 19:01:55','2021-01-08 14:01:55'),
(46371,19621,'action created','2021-01-08 19:01:55','2021-01-08 14:01:55'),
(46372,19621,'action started via WP Cron','2021-01-08 19:02:49','2021-01-08 14:02:49'),
(46373,19621,'action complete via WP Cron','2021-01-08 19:02:49','2021-01-08 14:02:49'),
(46374,19622,'action created','2021-01-08 19:02:49','2021-01-08 14:02:49'),
(46375,19622,'action started via WP Cron','2021-01-08 19:03:14','2021-01-08 14:03:14'),
(46376,19622,'action complete via WP Cron','2021-01-08 19:03:14','2021-01-08 14:03:14'),
(46377,19623,'action created','2021-01-08 19:03:14','2021-01-08 14:03:14'),
(46378,19623,'action started via WP Cron','2021-01-08 19:06:45','2021-01-08 14:06:45'),
(46379,19623,'action complete via WP Cron','2021-01-08 19:06:46','2021-01-08 14:06:46'),
(46380,19624,'action created','2021-01-08 19:06:46','2021-01-08 14:06:46'),
(46381,19624,'action started via WP Cron','2021-01-08 19:10:20','2021-01-08 14:10:20'),
(46382,19624,'action complete via WP Cron','2021-01-08 19:10:20','2021-01-08 14:10:20'),
(46383,19625,'action created','2021-01-08 19:10:20','2021-01-08 14:10:20'),
(46384,19625,'action started via WP Cron','2021-01-08 19:12:05','2021-01-08 14:12:05'),
(46385,19625,'action complete via WP Cron','2021-01-08 19:12:05','2021-01-08 14:12:05'),
(46386,19626,'action created','2021-01-08 19:12:05','2021-01-08 14:12:05'),
(46387,19626,'action started via WP Cron','2021-01-08 19:12:53','2021-01-08 14:12:53'),
(46388,19626,'action complete via WP Cron','2021-01-08 19:12:53','2021-01-08 14:12:53'),
(46389,19627,'action created','2021-01-08 19:12:53','2021-01-08 14:12:53'),
(46390,19627,'action started via WP Cron','2021-01-08 19:13:55','2021-01-08 14:13:55'),
(46391,19627,'action complete via WP Cron','2021-01-08 19:13:55','2021-01-08 14:13:55'),
(46392,19628,'action created','2021-01-08 19:13:55','2021-01-08 14:13:55'),
(46393,19628,'action started via WP Cron','2021-01-08 19:15:19','2021-01-08 14:15:19'),
(46394,19628,'action complete via WP Cron','2021-01-08 19:15:19','2021-01-08 14:15:19'),
(46395,19629,'action created','2021-01-08 19:15:19','2021-01-08 14:15:19'),
(46396,19629,'action started via WP Cron','2021-01-08 19:16:12','2021-01-08 14:16:12'),
(46397,19629,'action complete via WP Cron','2021-01-08 19:16:12','2021-01-08 14:16:12'),
(46398,19630,'action created','2021-01-08 19:16:12','2021-01-08 14:16:12'),
(46399,19630,'action started via WP Cron','2021-01-08 19:17:14','2021-01-08 14:17:14'),
(46400,19630,'action complete via WP Cron','2021-01-08 19:17:14','2021-01-08 14:17:14'),
(46401,19631,'action created','2021-01-08 19:17:14','2021-01-08 14:17:14'),
(46402,19631,'action started via WP Cron','2021-01-08 19:18:12','2021-01-08 14:18:12'),
(46403,19631,'action complete via WP Cron','2021-01-08 19:18:12','2021-01-08 14:18:12'),
(46404,19632,'action created','2021-01-08 19:18:12','2021-01-08 14:18:12'),
(46405,19632,'action started via WP Cron','2021-01-08 19:19:16','2021-01-08 14:19:16'),
(46406,19632,'action complete via WP Cron','2021-01-08 19:19:16','2021-01-08 14:19:16'),
(46407,19633,'action created','2021-01-08 19:19:16','2021-01-08 14:19:16'),
(46408,19633,'action started via WP Cron','2021-01-08 19:20:29','2021-01-08 14:20:29'),
(46409,19633,'action complete via WP Cron','2021-01-08 19:20:29','2021-01-08 14:20:29'),
(46410,19634,'action created','2021-01-08 19:20:29','2021-01-08 14:20:29'),
(46411,19634,'action started via WP Cron','2021-01-08 19:21:50','2021-01-08 14:21:50'),
(46412,19634,'action complete via WP Cron','2021-01-08 19:21:50','2021-01-08 14:21:50'),
(46413,19635,'action created','2021-01-08 19:21:50','2021-01-08 14:21:50'),
(46414,19635,'action started via WP Cron','2021-01-08 19:23:28','2021-01-08 14:23:28'),
(46415,19635,'action complete via WP Cron','2021-01-08 19:23:28','2021-01-08 14:23:28'),
(46416,19636,'action created','2021-01-08 19:23:28','2021-01-08 14:23:28'),
(46417,19636,'action started via WP Cron','2021-01-08 19:24:12','2021-01-08 14:24:12'),
(46418,19636,'action complete via WP Cron','2021-01-08 19:24:12','2021-01-08 14:24:12'),
(46419,19637,'action created','2021-01-08 19:24:12','2021-01-08 14:24:12'),
(46420,19637,'action started via WP Cron','2021-01-08 19:25:41','2021-01-08 14:25:41'),
(46421,19637,'action complete via WP Cron','2021-01-08 19:25:41','2021-01-08 14:25:41'),
(46422,19638,'action created','2021-01-08 19:25:41','2021-01-08 14:25:41'),
(46423,19638,'action started via WP Cron','2021-01-08 19:27:12','2021-01-08 14:27:12'),
(46424,19638,'action complete via WP Cron','2021-01-08 19:27:12','2021-01-08 14:27:12'),
(46425,19639,'action created','2021-01-08 19:27:12','2021-01-08 14:27:12'),
(46426,19639,'action started via WP Cron','2021-01-08 19:28:39','2021-01-08 14:28:39'),
(46427,19639,'action complete via WP Cron','2021-01-08 19:28:39','2021-01-08 14:28:39'),
(46428,19640,'action created','2021-01-08 19:28:39','2021-01-08 14:28:39'),
(46429,19640,'action started via WP Cron','2021-01-08 19:31:42','2021-01-08 14:31:42'),
(46430,19640,'action complete via WP Cron','2021-01-08 19:31:42','2021-01-08 14:31:42'),
(46431,19641,'action created','2021-01-08 19:31:42','2021-01-08 14:31:42'),
(46432,19641,'action started via WP Cron','2021-01-08 19:33:16','2021-01-08 14:33:16'),
(46433,19641,'action complete via WP Cron','2021-01-08 19:33:16','2021-01-08 14:33:16'),
(46434,19642,'action created','2021-01-08 19:33:16','2021-01-08 14:33:16'),
(46435,19642,'action started via WP Cron','2021-01-08 19:34:37','2021-01-08 14:34:37'),
(46436,19642,'action complete via WP Cron','2021-01-08 19:34:37','2021-01-08 14:34:37'),
(46437,19643,'action created','2021-01-08 19:34:37','2021-01-08 14:34:37'),
(46438,19643,'action started via WP Cron','2021-01-08 19:35:19','2021-01-08 14:35:19'),
(46439,19643,'action complete via WP Cron','2021-01-08 19:35:19','2021-01-08 14:35:19'),
(46440,19644,'action created','2021-01-08 19:35:19','2021-01-08 14:35:19'),
(46441,19644,'action started via WP Cron','2021-01-08 19:37:31','2021-01-08 14:37:31'),
(46442,19644,'action complete via WP Cron','2021-01-08 19:37:31','2021-01-08 14:37:31'),
(46443,19645,'action created','2021-01-08 19:37:31','2021-01-08 14:37:31'),
(46444,19645,'action started via WP Cron','2021-01-08 19:38:25','2021-01-08 14:38:25'),
(46445,19645,'action complete via WP Cron','2021-01-08 19:38:25','2021-01-08 14:38:25'),
(46446,19646,'action created','2021-01-08 19:38:25','2021-01-08 14:38:25'),
(46447,19646,'action started via WP Cron','2021-01-08 19:39:44','2021-01-08 14:39:44'),
(46448,19646,'action complete via WP Cron','2021-01-08 19:39:44','2021-01-08 14:39:44'),
(46449,19647,'action created','2021-01-08 19:39:44','2021-01-08 14:39:44'),
(46450,19647,'action started via WP Cron','2021-01-08 19:40:17','2021-01-08 14:40:17'),
(46451,19647,'action complete via WP Cron','2021-01-08 19:40:18','2021-01-08 14:40:18'),
(46452,19648,'action created','2021-01-08 19:40:18','2021-01-08 14:40:18'),
(46453,19648,'action started via WP Cron','2021-01-08 19:41:27','2021-01-08 14:41:27'),
(46454,19648,'action complete via WP Cron','2021-01-08 19:41:27','2021-01-08 14:41:27'),
(46455,19649,'action created','2021-01-08 19:41:27','2021-01-08 14:41:27'),
(46456,19649,'action started via WP Cron','2021-01-08 19:42:46','2021-01-08 14:42:46'),
(46457,19649,'action complete via WP Cron','2021-01-08 19:42:46','2021-01-08 14:42:46'),
(46458,19650,'action created','2021-01-08 19:42:47','2021-01-08 14:42:47'),
(46459,19650,'action started via WP Cron','2021-01-08 19:44:41','2021-01-08 14:44:41'),
(46460,19650,'action complete via WP Cron','2021-01-08 19:44:41','2021-01-08 14:44:41'),
(46461,19651,'action created','2021-01-08 19:44:41','2021-01-08 14:44:41'),
(46462,19651,'action started via WP Cron','2021-01-08 19:46:32','2021-01-08 14:46:32'),
(46463,19651,'action complete via WP Cron','2021-01-08 19:46:32','2021-01-08 14:46:32'),
(46464,19652,'action created','2021-01-08 19:46:32','2021-01-08 14:46:32'),
(46465,19652,'action started via WP Cron','2021-01-08 19:49:06','2021-01-08 14:49:06'),
(46466,19652,'action complete via WP Cron','2021-01-08 19:49:06','2021-01-08 14:49:06'),
(46467,19653,'action created','2021-01-08 19:49:06','2021-01-08 14:49:06'),
(46468,19653,'action started via WP Cron','2021-01-08 19:51:44','2021-01-08 14:51:44'),
(46469,19653,'action complete via WP Cron','2021-01-08 19:51:44','2021-01-08 14:51:44'),
(46470,19654,'action created','2021-01-08 19:51:44','2021-01-08 14:51:44'),
(46471,19654,'action started via WP Cron','2021-01-08 19:53:34','2021-01-08 14:53:34'),
(46472,19654,'action complete via WP Cron','2021-01-08 19:53:34','2021-01-08 14:53:34'),
(46473,19655,'action created','2021-01-08 19:53:34','2021-01-08 14:53:34'),
(46474,19655,'action started via WP Cron','2021-01-08 19:56:26','2021-01-08 14:56:26'),
(46475,19655,'action complete via WP Cron','2021-01-08 19:56:26','2021-01-08 14:56:26'),
(46476,19656,'action created','2021-01-08 19:56:26','2021-01-08 14:56:26'),
(46477,19656,'action started via WP Cron','2021-01-08 19:57:17','2021-01-08 14:57:17'),
(46478,19656,'action complete via WP Cron','2021-01-08 19:57:17','2021-01-08 14:57:17'),
(46479,19657,'action created','2021-01-08 19:57:17','2021-01-08 14:57:17'),
(46480,19657,'action started via WP Cron','2021-01-08 19:58:47','2021-01-08 14:58:47'),
(46481,19657,'action complete via WP Cron','2021-01-08 19:58:47','2021-01-08 14:58:47'),
(46482,19658,'action created','2021-01-08 19:58:47','2021-01-08 14:58:47'),
(46483,19658,'action started via WP Cron','2021-01-08 19:59:25','2021-01-08 14:59:25'),
(46484,19658,'action complete via WP Cron','2021-01-08 19:59:25','2021-01-08 14:59:25'),
(46485,19659,'action created','2021-01-08 19:59:25','2021-01-08 14:59:25'),
(46486,19659,'action started via WP Cron','2021-01-08 20:00:15','2021-01-08 15:00:15'),
(46487,19659,'action complete via WP Cron','2021-01-08 20:00:15','2021-01-08 15:00:15'),
(46488,19660,'action created','2021-01-08 20:00:15','2021-01-08 15:00:15'),
(46489,19660,'action started via WP Cron','2021-01-08 20:01:49','2021-01-08 15:01:49'),
(46490,19660,'action complete via WP Cron','2021-01-08 20:01:49','2021-01-08 15:01:49'),
(46491,19661,'action created','2021-01-08 20:01:49','2021-01-08 15:01:49'),
(46492,19661,'action started via WP Cron','2021-01-08 20:02:17','2021-01-08 15:02:17'),
(46493,19661,'action complete via WP Cron','2021-01-08 20:02:17','2021-01-08 15:02:17'),
(46494,19662,'action created','2021-01-08 20:02:17','2021-01-08 15:02:17'),
(46495,19662,'action started via WP Cron','2021-01-08 20:04:35','2021-01-08 15:04:35'),
(46496,19662,'action complete via WP Cron','2021-01-08 20:04:35','2021-01-08 15:04:35'),
(46497,19663,'action created','2021-01-08 20:04:35','2021-01-08 15:04:35'),
(46498,19663,'action started via WP Cron','2021-01-08 20:05:46','2021-01-08 15:05:46'),
(46499,19663,'action complete via WP Cron','2021-01-08 20:05:46','2021-01-08 15:05:46'),
(46500,19664,'action created','2021-01-08 20:05:46','2021-01-08 15:05:46'),
(46501,19664,'action started via WP Cron','2021-01-08 20:06:39','2021-01-08 15:06:39'),
(46502,19664,'action complete via WP Cron','2021-01-08 20:06:39','2021-01-08 15:06:39'),
(46503,19665,'action created','2021-01-08 20:06:39','2021-01-08 15:06:39'),
(46504,19665,'action started via WP Cron','2021-01-08 20:07:23','2021-01-08 15:07:23'),
(46505,19665,'action complete via WP Cron','2021-01-08 20:07:23','2021-01-08 15:07:23'),
(46506,19666,'action created','2021-01-08 20:07:23','2021-01-08 15:07:23'),
(46507,19666,'action started via WP Cron','2021-01-08 20:08:33','2021-01-08 15:08:33'),
(46508,19666,'action complete via WP Cron','2021-01-08 20:08:33','2021-01-08 15:08:33'),
(46509,19667,'action created','2021-01-08 20:08:33','2021-01-08 15:08:33'),
(46510,19667,'action started via WP Cron','2021-01-08 20:10:19','2021-01-08 15:10:19'),
(46511,19667,'action complete via WP Cron','2021-01-08 20:10:19','2021-01-08 15:10:19'),
(46512,19668,'action created','2021-01-08 20:10:20','2021-01-08 15:10:20'),
(46513,19668,'action started via WP Cron','2021-01-08 20:11:43','2021-01-08 15:11:43'),
(46514,19668,'action complete via WP Cron','2021-01-08 20:11:43','2021-01-08 15:11:43'),
(46515,19669,'action created','2021-01-08 20:11:43','2021-01-08 15:11:43'),
(46516,19669,'action started via WP Cron','2021-01-08 20:12:53','2021-01-08 15:12:53'),
(46517,19669,'action complete via WP Cron','2021-01-08 20:12:53','2021-01-08 15:12:53'),
(46518,19670,'action created','2021-01-08 20:12:53','2021-01-08 15:12:53'),
(46519,19670,'action started via WP Cron','2021-01-08 20:13:23','2021-01-08 15:13:23'),
(46520,19670,'action complete via WP Cron','2021-01-08 20:13:24','2021-01-08 15:13:24'),
(46521,19671,'action created','2021-01-08 20:13:24','2021-01-08 15:13:24'),
(46522,19671,'action started via WP Cron','2021-01-08 20:14:17','2021-01-08 15:14:17'),
(46523,19671,'action complete via WP Cron','2021-01-08 20:14:18','2021-01-08 15:14:18'),
(46524,19672,'action created','2021-01-08 20:14:18','2021-01-08 15:14:18'),
(46525,19672,'action started via WP Cron','2021-01-08 20:15:36','2021-01-08 15:15:36'),
(46526,19672,'action complete via WP Cron','2021-01-08 20:15:36','2021-01-08 15:15:36'),
(46527,19673,'action created','2021-01-08 20:15:36','2021-01-08 15:15:36'),
(46528,19673,'action started via WP Cron','2021-01-08 20:16:37','2021-01-08 15:16:37'),
(46529,19673,'action complete via WP Cron','2021-01-08 20:16:37','2021-01-08 15:16:37'),
(46530,19674,'action created','2021-01-08 20:16:37','2021-01-08 15:16:37'),
(46531,19674,'action started via WP Cron','2021-01-08 20:18:45','2021-01-08 15:18:45'),
(46532,19674,'action complete via WP Cron','2021-01-08 20:18:45','2021-01-08 15:18:45'),
(46533,19675,'action created','2021-01-08 20:18:45','2021-01-08 15:18:45'),
(46534,19675,'action started via WP Cron','2021-01-08 20:19:46','2021-01-08 15:19:46'),
(46535,19675,'action complete via WP Cron','2021-01-08 20:19:46','2021-01-08 15:19:46'),
(46536,19676,'action created','2021-01-08 20:19:46','2021-01-08 15:19:46'),
(46537,19676,'action started via WP Cron','2021-01-08 20:20:28','2021-01-08 15:20:28'),
(46538,19676,'action complete via WP Cron','2021-01-08 20:20:28','2021-01-08 15:20:28'),
(46539,19677,'action created','2021-01-08 20:20:28','2021-01-08 15:20:28'),
(46540,19677,'action started via WP Cron','2021-01-08 20:22:11','2021-01-08 15:22:11'),
(46541,19677,'action complete via WP Cron','2021-01-08 20:22:11','2021-01-08 15:22:11'),
(46542,19678,'action created','2021-01-08 20:22:11','2021-01-08 15:22:11'),
(46543,19678,'action started via WP Cron','2021-01-08 20:24:04','2021-01-08 15:24:04'),
(46544,19678,'action complete via WP Cron','2021-01-08 20:24:04','2021-01-08 15:24:04'),
(46545,19679,'action created','2021-01-08 20:24:04','2021-01-08 15:24:04'),
(46546,19679,'action started via WP Cron','2021-01-08 20:24:40','2021-01-08 15:24:40'),
(46547,19679,'action complete via WP Cron','2021-01-08 20:24:40','2021-01-08 15:24:40'),
(46548,19680,'action created','2021-01-08 20:24:40','2021-01-08 15:24:40'),
(46549,19680,'action started via WP Cron','2021-01-08 20:25:29','2021-01-08 15:25:29'),
(46550,19680,'action complete via WP Cron','2021-01-08 20:25:29','2021-01-08 15:25:29'),
(46551,19681,'action created','2021-01-08 20:25:29','2021-01-08 15:25:29'),
(46552,19681,'action started via WP Cron','2021-01-08 20:26:29','2021-01-08 15:26:29'),
(46553,19681,'action complete via WP Cron','2021-01-08 20:26:29','2021-01-08 15:26:29'),
(46554,19682,'action created','2021-01-08 20:26:29','2021-01-08 15:26:29'),
(46555,19682,'action started via WP Cron','2021-01-08 20:27:42','2021-01-08 15:27:42'),
(46556,19682,'action complete via WP Cron','2021-01-08 20:27:42','2021-01-08 15:27:42'),
(46557,19683,'action created','2021-01-08 20:27:42','2021-01-08 15:27:42'),
(46558,19683,'action started via WP Cron','2021-01-08 20:28:12','2021-01-08 15:28:12'),
(46559,19683,'action complete via WP Cron','2021-01-08 20:28:12','2021-01-08 15:28:12'),
(46560,19684,'action created','2021-01-08 20:28:12','2021-01-08 15:28:12'),
(46561,19684,'action started via WP Cron','2021-01-08 20:29:51','2021-01-08 15:29:51'),
(46562,19684,'action complete via WP Cron','2021-01-08 20:29:51','2021-01-08 15:29:51'),
(46563,19685,'action created','2021-01-08 20:29:51','2021-01-08 15:29:51'),
(46564,19685,'action started via WP Cron','2021-01-08 20:31:02','2021-01-08 15:31:02'),
(46565,19685,'action complete via WP Cron','2021-01-08 20:31:02','2021-01-08 15:31:02'),
(46566,19686,'action created','2021-01-08 20:31:02','2021-01-08 15:31:02'),
(46567,19686,'action started via WP Cron','2021-01-08 20:31:12','2021-01-08 15:31:12'),
(46568,19686,'action complete via WP Cron','2021-01-08 20:31:12','2021-01-08 15:31:12'),
(46569,19687,'action created','2021-01-08 20:31:12','2021-01-08 15:31:12'),
(46570,19687,'action started via WP Cron','2021-01-08 20:32:21','2021-01-08 15:32:21'),
(46571,19687,'action complete via WP Cron','2021-01-08 20:32:21','2021-01-08 15:32:21'),
(46572,19688,'action created','2021-01-08 20:32:21','2021-01-08 15:32:21'),
(46573,19688,'action started via WP Cron','2021-01-08 20:33:37','2021-01-08 15:33:37'),
(46574,19688,'action complete via WP Cron','2021-01-08 20:33:37','2021-01-08 15:33:37'),
(46575,19689,'action created','2021-01-08 20:33:37','2021-01-08 15:33:37'),
(46576,19689,'action started via WP Cron','2021-01-08 20:34:19','2021-01-08 15:34:19'),
(46577,19689,'action complete via WP Cron','2021-01-08 20:34:19','2021-01-08 15:34:19'),
(46578,19690,'action created','2021-01-08 20:34:19','2021-01-08 15:34:19'),
(46579,19690,'action started via WP Cron','2021-01-08 20:35:27','2021-01-08 15:35:27'),
(46580,19690,'action complete via WP Cron','2021-01-08 20:35:27','2021-01-08 15:35:27'),
(46581,19691,'action created','2021-01-08 20:35:27','2021-01-08 15:35:27'),
(46582,19691,'action started via WP Cron','2021-01-08 20:36:54','2021-01-08 15:36:54'),
(46583,19691,'action complete via WP Cron','2021-01-08 20:36:54','2021-01-08 15:36:54'),
(46584,19692,'action created','2021-01-08 20:36:54','2021-01-08 15:36:54'),
(46585,19692,'action started via WP Cron','2021-01-08 20:37:35','2021-01-08 15:37:35'),
(46586,19692,'action complete via WP Cron','2021-01-08 20:37:35','2021-01-08 15:37:35'),
(46587,19693,'action created','2021-01-08 20:37:35','2021-01-08 15:37:35'),
(46588,19693,'action started via WP Cron','2021-01-08 20:38:57','2021-01-08 15:38:57'),
(46589,19693,'action complete via WP Cron','2021-01-08 20:38:57','2021-01-08 15:38:57'),
(46590,19694,'action created','2021-01-08 20:38:57','2021-01-08 15:38:57'),
(46591,19694,'action started via WP Cron','2021-01-08 20:39:27','2021-01-08 15:39:27'),
(46592,19694,'action complete via WP Cron','2021-01-08 20:39:27','2021-01-08 15:39:27'),
(46593,19695,'action created','2021-01-08 20:39:27','2021-01-08 15:39:27'),
(46594,19695,'action started via WP Cron','2021-01-08 20:40:13','2021-01-08 15:40:13'),
(46595,19695,'action complete via WP Cron','2021-01-08 20:40:13','2021-01-08 15:40:13'),
(46596,19696,'action created','2021-01-08 20:40:13','2021-01-08 15:40:13'),
(46597,19696,'action started via WP Cron','2021-01-08 20:41:52','2021-01-08 15:41:52'),
(46598,19696,'action complete via WP Cron','2021-01-08 20:41:52','2021-01-08 15:41:52'),
(46599,19697,'action created','2021-01-08 20:41:52','2021-01-08 15:41:52'),
(46600,19697,'action started via WP Cron','2021-01-08 20:42:14','2021-01-08 15:42:14'),
(46601,19697,'action complete via WP Cron','2021-01-08 20:42:14','2021-01-08 15:42:14'),
(46602,19698,'action created','2021-01-08 20:42:14','2021-01-08 15:42:14'),
(46603,19698,'action started via WP Cron','2021-01-08 20:43:38','2021-01-08 15:43:38'),
(46604,19698,'action complete via WP Cron','2021-01-08 20:43:38','2021-01-08 15:43:38'),
(46605,19699,'action created','2021-01-08 20:43:38','2021-01-08 15:43:38'),
(46606,19699,'action started via WP Cron','2021-01-08 20:44:36','2021-01-08 15:44:36'),
(46607,19699,'action complete via WP Cron','2021-01-08 20:44:36','2021-01-08 15:44:36'),
(46608,19700,'action created','2021-01-08 20:44:36','2021-01-08 15:44:36'),
(46609,19700,'action started via WP Cron','2021-01-08 20:45:32','2021-01-08 15:45:32'),
(46610,19700,'action complete via WP Cron','2021-01-08 20:45:32','2021-01-08 15:45:32'),
(46611,19701,'action created','2021-01-08 20:45:32','2021-01-08 15:45:32'),
(46612,19701,'action started via WP Cron','2021-01-08 20:46:37','2021-01-08 15:46:37'),
(46613,19701,'action complete via WP Cron','2021-01-08 20:46:37','2021-01-08 15:46:37'),
(46614,19702,'action created','2021-01-08 20:46:37','2021-01-08 15:46:37'),
(46615,19702,'action started via Async Request','2021-01-08 20:46:50','2021-01-08 15:46:50'),
(46616,19702,'action complete via Async Request','2021-01-08 20:46:50','2021-01-08 15:46:50'),
(46617,19703,'action created','2021-01-08 20:46:52','2021-01-08 15:46:52'),
(46618,19703,'action started via WP Cron','2021-01-08 20:47:24','2021-01-08 15:47:24'),
(46619,19703,'action complete via WP Cron','2021-01-08 20:47:25','2021-01-08 15:47:25'),
(46620,19704,'action created','2021-01-08 20:47:25','2021-01-08 15:47:25'),
(46621,19704,'action started via WP Cron','2021-01-08 20:48:20','2021-01-08 15:48:20'),
(46622,19704,'action complete via WP Cron','2021-01-08 20:48:20','2021-01-08 15:48:20'),
(46623,19705,'action created','2021-01-08 20:48:20','2021-01-08 15:48:20'),
(46624,19705,'action started via WP Cron','2021-01-08 20:49:22','2021-01-08 15:49:22'),
(46625,19705,'action complete via WP Cron','2021-01-08 20:49:22','2021-01-08 15:49:22'),
(46626,19706,'action created','2021-01-08 20:50:32','2021-01-08 15:50:32'),
(46627,19706,'action started via WP Cron','2021-01-08 20:53:41','2021-01-08 15:53:41'),
(46628,19706,'action complete via WP Cron','2021-01-08 20:53:41','2021-01-08 15:53:41'),
(46629,19707,'action created','2021-01-08 20:53:41','2021-01-08 15:53:41'),
(46630,19707,'action started via WP Cron','2021-01-08 20:54:16','2021-01-08 15:54:16'),
(46631,19707,'action complete via WP Cron','2021-01-08 20:54:16','2021-01-08 15:54:16'),
(46632,19708,'action created','2021-01-08 20:54:16','2021-01-08 15:54:16'),
(46633,19708,'action started via WP Cron','2021-01-08 20:55:12','2021-01-08 15:55:12'),
(46634,19708,'action complete via WP Cron','2021-01-08 20:55:12','2021-01-08 15:55:12'),
(46635,19709,'action created','2021-01-08 20:55:12','2021-01-08 15:55:12'),
(46636,19709,'action started via WP Cron','2021-01-08 20:57:29','2021-01-08 15:57:29'),
(46637,19709,'action complete via WP Cron','2021-01-08 20:57:29','2021-01-08 15:57:29'),
(46638,19710,'action created','2021-01-08 20:57:29','2021-01-08 15:57:29'),
(46639,19710,'action started via WP Cron','2021-01-08 20:58:29','2021-01-08 15:58:29'),
(46640,19710,'action complete via WP Cron','2021-01-08 20:58:29','2021-01-08 15:58:29'),
(46641,19711,'action created','2021-01-08 20:58:29','2021-01-08 15:58:29'),
(46642,19711,'action started via WP Cron','2021-01-08 21:01:14','2021-01-08 16:01:14'),
(46643,19711,'action complete via WP Cron','2021-01-08 21:01:14','2021-01-08 16:01:14'),
(46644,19712,'action created','2021-01-08 21:01:14','2021-01-08 16:01:14'),
(46645,19712,'action started via WP Cron','2021-01-08 21:02:55','2021-01-08 16:02:55'),
(46646,19712,'action complete via WP Cron','2021-01-08 21:02:55','2021-01-08 16:02:55'),
(46647,19713,'action created','2021-01-08 21:02:55','2021-01-08 16:02:55'),
(46648,19713,'action started via WP Cron','2021-01-08 21:03:15','2021-01-08 16:03:15'),
(46649,19713,'action complete via WP Cron','2021-01-08 21:03:15','2021-01-08 16:03:15'),
(46650,19714,'action created','2021-01-08 21:03:15','2021-01-08 16:03:15'),
(46651,19714,'action started via WP Cron','2021-01-08 21:04:26','2021-01-08 16:04:26'),
(46652,19714,'action complete via WP Cron','2021-01-08 21:04:26','2021-01-08 16:04:26'),
(46653,19715,'action created','2021-01-08 21:04:26','2021-01-08 16:04:26'),
(46654,19715,'action started via WP Cron','2021-01-08 21:05:20','2021-01-08 16:05:20'),
(46655,19715,'action complete via WP Cron','2021-01-08 21:05:20','2021-01-08 16:05:20'),
(46656,19716,'action created','2021-01-08 21:05:20','2021-01-08 16:05:20'),
(46657,19716,'action started via WP Cron','2021-01-08 21:07:36','2021-01-08 16:07:36'),
(46658,19716,'action complete via WP Cron','2021-01-08 21:07:36','2021-01-08 16:07:36'),
(46659,19717,'action created','2021-01-08 21:07:36','2021-01-08 16:07:36'),
(46660,19717,'action started via WP Cron','2021-01-08 21:08:31','2021-01-08 16:08:31'),
(46661,19717,'action complete via WP Cron','2021-01-08 21:08:31','2021-01-08 16:08:31'),
(46662,19718,'action created','2021-01-08 21:08:32','2021-01-08 16:08:32'),
(46663,19718,'action started via WP Cron','2021-01-08 21:09:42','2021-01-08 16:09:42'),
(46664,19718,'action complete via WP Cron','2021-01-08 21:09:42','2021-01-08 16:09:42'),
(46665,19719,'action created','2021-01-08 21:09:42','2021-01-08 16:09:42'),
(46666,19719,'action started via WP Cron','2021-01-08 21:10:35','2021-01-08 16:10:35'),
(46667,19719,'action complete via WP Cron','2021-01-08 21:10:35','2021-01-08 16:10:35'),
(46668,19720,'action created','2021-01-08 21:10:35','2021-01-08 16:10:35'),
(46669,19720,'action started via WP Cron','2021-01-08 21:11:11','2021-01-08 16:11:11'),
(46670,19720,'action complete via WP Cron','2021-01-08 21:11:11','2021-01-08 16:11:11'),
(46671,19721,'action created','2021-01-08 21:11:11','2021-01-08 16:11:11'),
(46672,19721,'action started via WP Cron','2021-01-08 21:12:14','2021-01-08 16:12:14'),
(46673,19721,'action complete via WP Cron','2021-01-08 21:12:14','2021-01-08 16:12:14'),
(46674,19722,'action created','2021-01-08 21:12:14','2021-01-08 16:12:14'),
(46675,19722,'action started via WP Cron','2021-01-08 21:14:01','2021-01-08 16:14:01'),
(46676,19722,'action complete via WP Cron','2021-01-08 21:14:01','2021-01-08 16:14:01'),
(46677,19723,'action created','2021-01-08 21:14:01','2021-01-08 16:14:01'),
(46678,19723,'action started via WP Cron','2021-01-08 21:16:03','2021-01-08 16:16:03'),
(46679,19723,'action complete via WP Cron','2021-01-08 21:16:03','2021-01-08 16:16:03'),
(46680,19724,'action created','2021-01-08 21:16:03','2021-01-08 16:16:03'),
(46681,19724,'action started via WP Cron','2021-01-08 21:17:05','2021-01-08 16:17:05'),
(46682,19724,'action complete via WP Cron','2021-01-08 21:17:05','2021-01-08 16:17:05'),
(46683,19725,'action created','2021-01-08 21:17:05','2021-01-08 16:17:05'),
(46684,19725,'action started via WP Cron','2021-01-08 21:18:09','2021-01-08 16:18:09'),
(46685,19725,'action complete via WP Cron','2021-01-08 21:18:09','2021-01-08 16:18:09'),
(46686,19726,'action created','2021-01-08 21:18:09','2021-01-08 16:18:09'),
(46687,19726,'action started via WP Cron','2021-01-08 21:18:27','2021-01-08 16:18:27'),
(46688,19726,'action complete via WP Cron','2021-01-08 21:18:27','2021-01-08 16:18:27'),
(46689,19727,'action created','2021-01-08 21:18:27','2021-01-08 16:18:27'),
(46690,19727,'action started via WP Cron','2021-01-08 21:19:16','2021-01-08 16:19:16'),
(46691,19727,'action complete via WP Cron','2021-01-08 21:19:16','2021-01-08 16:19:16'),
(46692,19728,'action created','2021-01-08 21:19:19','2021-01-08 16:19:19'),
(46693,19728,'action started via WP Cron','2021-01-08 21:20:25','2021-01-08 16:20:25'),
(46694,19728,'action complete via WP Cron','2021-01-08 21:20:25','2021-01-08 16:20:25'),
(46695,19729,'action created','2021-01-08 21:20:25','2021-01-08 16:20:25'),
(46696,19729,'action started via WP Cron','2021-01-08 21:21:27','2021-01-08 16:21:27'),
(46697,19729,'action complete via WP Cron','2021-01-08 21:21:27','2021-01-08 16:21:27'),
(46698,19730,'action created','2021-01-08 21:21:27','2021-01-08 16:21:27'),
(46699,19730,'action started via WP Cron','2021-01-08 21:23:22','2021-01-08 16:23:22'),
(46700,19730,'action complete via WP Cron','2021-01-08 21:23:22','2021-01-08 16:23:22'),
(46701,19731,'action created','2021-01-08 21:23:22','2021-01-08 16:23:22'),
(46702,19731,'action started via WP Cron','2021-01-08 21:24:24','2021-01-08 16:24:24'),
(46703,19731,'action complete via WP Cron','2021-01-08 21:24:24','2021-01-08 16:24:24'),
(46704,19732,'action created','2021-01-08 21:24:24','2021-01-08 16:24:24'),
(46705,19732,'action started via WP Cron','2021-01-08 21:25:23','2021-01-08 16:25:23'),
(46706,19732,'action complete via WP Cron','2021-01-08 21:25:23','2021-01-08 16:25:23'),
(46707,19733,'action created','2021-01-08 21:25:23','2021-01-08 16:25:23'),
(46708,19733,'action started via WP Cron','2021-01-08 21:26:23','2021-01-08 16:26:23'),
(46709,19733,'action complete via WP Cron','2021-01-08 21:26:23','2021-01-08 16:26:23'),
(46710,19734,'action created','2021-01-08 21:26:23','2021-01-08 16:26:23'),
(46711,19734,'action started via WP Cron','2021-01-08 21:28:04','2021-01-08 16:28:04'),
(46712,19734,'action complete via WP Cron','2021-01-08 21:28:04','2021-01-08 16:28:04'),
(46713,19735,'action created','2021-01-08 21:28:04','2021-01-08 16:28:04'),
(46714,19735,'action started via WP Cron','2021-01-08 21:28:18','2021-01-08 16:28:18'),
(46715,19735,'action complete via WP Cron','2021-01-08 21:28:18','2021-01-08 16:28:18'),
(46716,19736,'action created','2021-01-08 21:28:18','2021-01-08 16:28:18'),
(46717,19736,'action started via WP Cron','2021-01-08 21:29:47','2021-01-08 16:29:47'),
(46718,19736,'action complete via WP Cron','2021-01-08 21:29:47','2021-01-08 16:29:47'),
(46719,19737,'action created','2021-01-08 21:29:47','2021-01-08 16:29:47'),
(46720,19737,'action started via WP Cron','2021-01-08 21:30:59','2021-01-08 16:30:59'),
(46721,19737,'action complete via WP Cron','2021-01-08 21:30:59','2021-01-08 16:30:59'),
(46722,19738,'action created','2021-01-08 21:30:59','2021-01-08 16:30:59'),
(46723,19738,'action started via WP Cron','2021-01-08 21:31:38','2021-01-08 16:31:38'),
(46724,19738,'action complete via WP Cron','2021-01-08 21:31:38','2021-01-08 16:31:38'),
(46725,19739,'action created','2021-01-08 21:31:38','2021-01-08 16:31:38'),
(46726,19739,'action started via WP Cron','2021-01-08 21:33:00','2021-01-08 16:33:00'),
(46727,19739,'action complete via WP Cron','2021-01-08 21:33:00','2021-01-08 16:33:00'),
(46728,19740,'action created','2021-01-08 21:33:01','2021-01-08 16:33:01'),
(46729,19740,'action started via WP Cron','2021-01-08 21:33:16','2021-01-08 16:33:16'),
(46730,19740,'action complete via WP Cron','2021-01-08 21:33:16','2021-01-08 16:33:16'),
(46731,19741,'action created','2021-01-08 21:33:16','2021-01-08 16:33:16'),
(46732,19741,'action started via WP Cron','2021-01-08 21:36:33','2021-01-08 16:36:33'),
(46733,19741,'action complete via WP Cron','2021-01-08 21:36:33','2021-01-08 16:36:33'),
(46734,19742,'action created','2021-01-08 21:36:33','2021-01-08 16:36:33'),
(46735,19742,'action started via WP Cron','2021-01-08 21:38:03','2021-01-08 16:38:03'),
(46736,19742,'action complete via WP Cron','2021-01-08 21:38:03','2021-01-08 16:38:03'),
(46737,19743,'action created','2021-01-08 21:38:03','2021-01-08 16:38:03'),
(46738,19743,'action started via WP Cron','2021-01-08 21:38:28','2021-01-08 16:38:28'),
(46739,19743,'action complete via WP Cron','2021-01-08 21:38:28','2021-01-08 16:38:28'),
(46740,19744,'action created','2021-01-08 21:38:28','2021-01-08 16:38:28'),
(46741,19744,'action started via WP Cron','2021-01-08 21:39:31','2021-01-08 16:39:31'),
(46742,19744,'action complete via WP Cron','2021-01-08 21:39:31','2021-01-08 16:39:31'),
(46743,19745,'action created','2021-01-08 21:39:31','2021-01-08 16:39:31'),
(46744,19745,'action started via WP Cron','2021-01-08 21:40:28','2021-01-08 16:40:28'),
(46745,19745,'action complete via WP Cron','2021-01-08 21:40:28','2021-01-08 16:40:28'),
(46746,19746,'action created','2021-01-08 21:40:28','2021-01-08 16:40:28'),
(46747,19746,'action started via WP Cron','2021-01-08 21:41:16','2021-01-08 16:41:16'),
(46748,19746,'action complete via WP Cron','2021-01-08 21:41:16','2021-01-08 16:41:16'),
(46749,19747,'action created','2021-01-08 21:41:16','2021-01-08 16:41:16'),
(46750,19747,'action started via WP Cron','2021-01-08 21:42:20','2021-01-08 16:42:20'),
(46751,19747,'action complete via WP Cron','2021-01-08 21:42:20','2021-01-08 16:42:20'),
(46752,19748,'action created','2021-01-08 21:42:20','2021-01-08 16:42:20'),
(46753,19748,'action started via WP Cron','2021-01-08 21:43:12','2021-01-08 16:43:12'),
(46754,19748,'action complete via WP Cron','2021-01-08 21:43:12','2021-01-08 16:43:12'),
(46755,19749,'action created','2021-01-08 21:43:12','2021-01-08 16:43:12'),
(46756,19749,'action started via WP Cron','2021-01-08 21:44:34','2021-01-08 16:44:34'),
(46757,19749,'action complete via WP Cron','2021-01-08 21:44:34','2021-01-08 16:44:34'),
(46758,19750,'action created','2021-01-08 21:44:34','2021-01-08 16:44:34'),
(46759,19750,'action started via WP Cron','2021-01-08 21:46:47','2021-01-08 16:46:47'),
(46760,19750,'action complete via WP Cron','2021-01-08 21:46:47','2021-01-08 16:46:47'),
(46761,19751,'action created','2021-01-08 21:46:48','2021-01-08 16:46:48'),
(46762,19751,'action started via WP Cron','2021-01-08 21:47:25','2021-01-08 16:47:25'),
(46763,19751,'action complete via WP Cron','2021-01-08 21:47:25','2021-01-08 16:47:25'),
(46764,19752,'action created','2021-01-08 21:47:25','2021-01-08 16:47:25'),
(46765,19752,'action started via WP Cron','2021-01-08 21:48:43','2021-01-08 16:48:43'),
(46766,19752,'action complete via WP Cron','2021-01-08 21:48:43','2021-01-08 16:48:43'),
(46767,19753,'action created','2021-01-08 21:48:43','2021-01-08 16:48:43'),
(46768,19753,'action started via WP Cron','2021-01-08 21:49:45','2021-01-08 16:49:45'),
(46769,19753,'action complete via WP Cron','2021-01-08 21:49:45','2021-01-08 16:49:45'),
(46770,19754,'action created','2021-01-08 21:49:45','2021-01-08 16:49:45'),
(46771,19754,'action started via WP Cron','2021-01-08 21:51:45','2021-01-08 16:51:45'),
(46772,19754,'action complete via WP Cron','2021-01-08 21:51:45','2021-01-08 16:51:45'),
(46773,19755,'action created','2021-01-08 21:51:45','2021-01-08 16:51:45'),
(46774,19755,'action started via WP Cron','2021-01-08 21:52:34','2021-01-08 16:52:34'),
(46775,19755,'action complete via WP Cron','2021-01-08 21:52:34','2021-01-08 16:52:34'),
(46776,19756,'action created','2021-01-08 21:52:34','2021-01-08 16:52:34'),
(46777,19756,'action started via WP Cron','2021-01-08 21:53:32','2021-01-08 16:53:32'),
(46778,19756,'action complete via WP Cron','2021-01-08 21:53:32','2021-01-08 16:53:32'),
(46779,19757,'action created','2021-01-08 21:53:32','2021-01-08 16:53:32'),
(46780,19757,'action started via WP Cron','2021-01-08 21:54:42','2021-01-08 16:54:42'),
(46781,19757,'action complete via WP Cron','2021-01-08 21:54:42','2021-01-08 16:54:42'),
(46782,19758,'action created','2021-01-08 21:54:42','2021-01-08 16:54:42'),
(46783,19758,'action started via WP Cron','2021-01-08 21:55:32','2021-01-08 16:55:32'),
(46784,19758,'action complete via WP Cron','2021-01-08 21:55:32','2021-01-08 16:55:32'),
(46785,19759,'action created','2021-01-08 21:55:32','2021-01-08 16:55:32'),
(46786,19759,'action started via WP Cron','2021-01-08 21:57:03','2021-01-08 16:57:03'),
(46787,19759,'action complete via WP Cron','2021-01-08 21:57:03','2021-01-08 16:57:03'),
(46788,19760,'action created','2021-01-08 21:57:03','2021-01-08 16:57:03'),
(46789,19760,'action started via WP Cron','2021-01-08 21:58:52','2021-01-08 16:58:52'),
(46790,19760,'action complete via WP Cron','2021-01-08 21:58:52','2021-01-08 16:58:52'),
(46791,19761,'action created','2021-01-08 21:58:52','2021-01-08 16:58:52'),
(46792,19761,'action started via WP Cron','2021-01-08 22:00:31','2021-01-08 17:00:31'),
(46793,19761,'action complete via WP Cron','2021-01-08 22:00:31','2021-01-08 17:00:31'),
(46794,19762,'action created','2021-01-08 22:00:31','2021-01-08 17:00:31'),
(46795,19762,'action started via WP Cron','2021-01-08 22:01:28','2021-01-08 17:01:28'),
(46796,19762,'action complete via WP Cron','2021-01-08 22:01:28','2021-01-08 17:01:28'),
(46797,19763,'action created','2021-01-08 22:01:28','2021-01-08 17:01:28'),
(46798,19763,'action started via WP Cron','2021-01-08 22:02:56','2021-01-08 17:02:56'),
(46799,19763,'action complete via WP Cron','2021-01-08 22:02:56','2021-01-08 17:02:56'),
(46800,19764,'action created','2021-01-08 22:02:56','2021-01-08 17:02:56'),
(46801,19764,'action started via WP Cron','2021-01-08 22:04:37','2021-01-08 17:04:37'),
(46802,19764,'action complete via WP Cron','2021-01-08 22:04:37','2021-01-08 17:04:37'),
(46803,19765,'action created','2021-01-08 22:04:37','2021-01-08 17:04:37'),
(46804,19765,'action started via WP Cron','2021-01-08 22:05:47','2021-01-08 17:05:47'),
(46805,19765,'action complete via WP Cron','2021-01-08 22:05:47','2021-01-08 17:05:47'),
(46806,19766,'action created','2021-01-08 22:05:47','2021-01-08 17:05:47'),
(46807,19766,'action started via WP Cron','2021-01-08 22:06:47','2021-01-08 17:06:47'),
(46808,19766,'action complete via WP Cron','2021-01-08 22:06:47','2021-01-08 17:06:47'),
(46809,19767,'action created','2021-01-08 22:06:48','2021-01-08 17:06:48'),
(46810,19767,'action started via WP Cron','2021-01-08 22:07:21','2021-01-08 17:07:21'),
(46811,19767,'action complete via WP Cron','2021-01-08 22:07:21','2021-01-08 17:07:21'),
(46812,19768,'action created','2021-01-08 22:07:21','2021-01-08 17:07:21'),
(46813,19768,'action started via WP Cron','2021-01-08 22:08:38','2021-01-08 17:08:38'),
(46814,19768,'action complete via WP Cron','2021-01-08 22:08:38','2021-01-08 17:08:38'),
(46815,19769,'action created','2021-01-08 22:08:38','2021-01-08 17:08:38'),
(46816,19769,'action started via WP Cron','2021-01-08 22:09:53','2021-01-08 17:09:53'),
(46817,19769,'action complete via WP Cron','2021-01-08 22:09:53','2021-01-08 17:09:53'),
(46818,19770,'action created','2021-01-08 22:09:53','2021-01-08 17:09:53'),
(46819,19770,'action started via WP Cron','2021-01-08 22:10:19','2021-01-08 17:10:19'),
(46820,19770,'action complete via WP Cron','2021-01-08 22:10:19','2021-01-08 17:10:19'),
(46821,19771,'action created','2021-01-08 22:10:19','2021-01-08 17:10:19'),
(46822,19771,'action started via WP Cron','2021-01-08 22:11:15','2021-01-08 17:11:15'),
(46823,19771,'action complete via WP Cron','2021-01-08 22:11:15','2021-01-08 17:11:15'),
(46824,19772,'action created','2021-01-08 22:11:16','2021-01-08 17:11:16'),
(46825,19772,'action started via WP Cron','2021-01-08 22:12:35','2021-01-08 17:12:35'),
(46826,19772,'action complete via WP Cron','2021-01-08 22:12:35','2021-01-08 17:12:35'),
(46827,19773,'action created','2021-01-08 22:12:35','2021-01-08 17:12:35'),
(46828,19773,'action started via WP Cron','2021-01-08 22:15:05','2021-01-08 17:15:05'),
(46829,19773,'action complete via WP Cron','2021-01-08 22:15:05','2021-01-08 17:15:05'),
(46830,19774,'action created','2021-01-08 22:15:05','2021-01-08 17:15:05'),
(46831,19774,'action started via WP Cron','2021-01-08 22:15:26','2021-01-08 17:15:26'),
(46832,19774,'action complete via WP Cron','2021-01-08 22:15:26','2021-01-08 17:15:26'),
(46833,19775,'action created','2021-01-08 22:15:26','2021-01-08 17:15:26'),
(46834,19775,'action started via WP Cron','2021-01-08 22:16:14','2021-01-08 17:16:14'),
(46835,19775,'action complete via WP Cron','2021-01-08 22:16:14','2021-01-08 17:16:14'),
(46836,19776,'action created','2021-01-08 22:16:15','2021-01-08 17:16:15'),
(46837,19776,'action started via WP Cron','2021-01-08 22:17:54','2021-01-08 17:17:54'),
(46838,19776,'action complete via WP Cron','2021-01-08 22:17:54','2021-01-08 17:17:54'),
(46839,19777,'action created','2021-01-08 22:17:54','2021-01-08 17:17:54'),
(46840,19777,'action started via WP Cron','2021-01-08 22:18:28','2021-01-08 17:18:28'),
(46841,19777,'action complete via WP Cron','2021-01-08 22:18:28','2021-01-08 17:18:28'),
(46842,19778,'action created','2021-01-08 22:18:28','2021-01-08 17:18:28'),
(46843,19778,'action started via WP Cron','2021-01-08 22:20:04','2021-01-08 17:20:04'),
(46844,19778,'action complete via WP Cron','2021-01-08 22:20:04','2021-01-08 17:20:04'),
(46845,19779,'action created','2021-01-08 22:20:04','2021-01-08 17:20:04'),
(46846,19779,'action started via WP Cron','2021-01-08 22:20:34','2021-01-08 17:20:34'),
(46847,19779,'action complete via WP Cron','2021-01-08 22:20:34','2021-01-08 17:20:34'),
(46848,19780,'action created','2021-01-08 22:20:34','2021-01-08 17:20:34'),
(46849,19780,'action started via WP Cron','2021-01-08 22:23:26','2021-01-08 17:23:26'),
(46850,19780,'action complete via WP Cron','2021-01-08 22:23:26','2021-01-08 17:23:26'),
(46851,19781,'action created','2021-01-08 22:23:26','2021-01-08 17:23:26'),
(46852,19781,'action started via WP Cron','2021-01-08 22:26:15','2021-01-08 17:26:15'),
(46853,19781,'action complete via WP Cron','2021-01-08 22:26:15','2021-01-08 17:26:15'),
(46854,19782,'action created','2021-01-08 22:26:15','2021-01-08 17:26:15'),
(46855,19782,'action started via WP Cron','2021-01-08 22:27:48','2021-01-08 17:27:48'),
(46856,19782,'action complete via WP Cron','2021-01-08 22:27:48','2021-01-08 17:27:48'),
(46857,19783,'action created','2021-01-08 22:27:48','2021-01-08 17:27:48'),
(46858,19783,'action started via WP Cron','2021-01-08 22:28:16','2021-01-08 17:28:16'),
(46859,19783,'action complete via WP Cron','2021-01-08 22:28:16','2021-01-08 17:28:16'),
(46860,19784,'action created','2021-01-08 22:28:16','2021-01-08 17:28:16'),
(46861,19784,'action started via WP Cron','2021-01-08 22:30:01','2021-01-08 17:30:01'),
(46862,19784,'action complete via WP Cron','2021-01-08 22:30:01','2021-01-08 17:30:01'),
(46863,19785,'action created','2021-01-08 22:30:01','2021-01-08 17:30:01'),
(46864,19785,'action started via WP Cron','2021-01-08 22:30:16','2021-01-08 17:30:16'),
(46865,19785,'action complete via WP Cron','2021-01-08 22:30:16','2021-01-08 17:30:16'),
(46866,19786,'action created','2021-01-08 22:30:18','2021-01-08 17:30:18'),
(46867,19786,'action started via WP Cron','2021-01-08 22:32:13','2021-01-08 17:32:13'),
(46868,19786,'action complete via WP Cron','2021-01-08 22:32:13','2021-01-08 17:32:13'),
(46869,19787,'action created','2021-01-08 22:32:13','2021-01-08 17:32:13'),
(46870,19787,'action started via WP Cron','2021-01-08 22:34:15','2021-01-08 17:34:15'),
(46871,19787,'action complete via WP Cron','2021-01-08 22:34:15','2021-01-08 17:34:15'),
(46872,19788,'action created','2021-01-08 22:34:15','2021-01-08 17:34:15'),
(46873,19788,'action started via WP Cron','2021-01-08 22:36:19','2021-01-08 17:36:19'),
(46874,19788,'action complete via WP Cron','2021-01-08 22:36:19','2021-01-08 17:36:19'),
(46875,19789,'action created','2021-01-08 22:36:19','2021-01-08 17:36:19'),
(46876,19789,'action started via WP Cron','2021-01-08 22:38:15','2021-01-08 17:38:15'),
(46877,19789,'action complete via WP Cron','2021-01-08 22:38:15','2021-01-08 17:38:15'),
(46878,19790,'action created','2021-01-08 22:38:16','2021-01-08 17:38:16'),
(46879,19790,'action started via WP Cron','2021-01-08 22:39:13','2021-01-08 17:39:13'),
(46880,19790,'action complete via WP Cron','2021-01-08 22:39:13','2021-01-08 17:39:13'),
(46881,19791,'action created','2021-01-08 22:39:13','2021-01-08 17:39:13'),
(46882,19791,'action started via WP Cron','2021-01-08 22:40:35','2021-01-08 17:40:35'),
(46883,19791,'action complete via WP Cron','2021-01-08 22:40:35','2021-01-08 17:40:35'),
(46884,19792,'action created','2021-01-08 22:40:35','2021-01-08 17:40:35'),
(46885,19792,'action started via WP Cron','2021-01-08 22:41:55','2021-01-08 17:41:55'),
(46886,19792,'action complete via WP Cron','2021-01-08 22:41:55','2021-01-08 17:41:55'),
(46887,19793,'action created','2021-01-08 22:41:55','2021-01-08 17:41:55'),
(46888,19793,'action started via WP Cron','2021-01-08 22:42:23','2021-01-08 17:42:23'),
(46889,19793,'action complete via WP Cron','2021-01-08 22:42:23','2021-01-08 17:42:23'),
(46890,19794,'action created','2021-01-08 22:42:23','2021-01-08 17:42:23'),
(46891,19794,'action started via WP Cron','2021-01-08 22:44:08','2021-01-08 17:44:08'),
(46892,19794,'action complete via WP Cron','2021-01-08 22:44:08','2021-01-08 17:44:08'),
(46893,19795,'action created','2021-01-08 22:44:08','2021-01-08 17:44:08'),
(46894,19795,'action started via WP Cron','2021-01-08 22:45:27','2021-01-08 17:45:27'),
(46895,19795,'action complete via WP Cron','2021-01-08 22:45:27','2021-01-08 17:45:27'),
(46896,19796,'action created','2021-01-08 22:45:27','2021-01-08 17:45:27'),
(46897,19796,'action started via WP Cron','2021-01-08 22:46:56','2021-01-08 17:46:56'),
(46898,19796,'action complete via WP Cron','2021-01-08 22:46:56','2021-01-08 17:46:56'),
(46899,19797,'action created','2021-01-08 22:46:56','2021-01-08 17:46:56'),
(46900,19797,'action started via WP Cron','2021-01-08 22:47:14','2021-01-08 17:47:14'),
(46901,19797,'action complete via WP Cron','2021-01-08 22:47:14','2021-01-08 17:47:14'),
(46902,19798,'action created','2021-01-08 22:47:14','2021-01-08 17:47:14'),
(46903,19798,'action started via WP Cron','2021-01-08 22:48:23','2021-01-08 17:48:23'),
(46904,19798,'action complete via WP Cron','2021-01-08 22:48:23','2021-01-08 17:48:23'),
(46905,19799,'action created','2021-01-08 22:48:23','2021-01-08 17:48:23'),
(46906,19799,'action started via WP Cron','2021-01-08 22:49:11','2021-01-08 17:49:11'),
(46907,19799,'action complete via WP Cron','2021-01-08 22:49:11','2021-01-08 17:49:11'),
(46908,19800,'action created','2021-01-08 22:49:11','2021-01-08 17:49:11'),
(46909,19800,'action started via WP Cron','2021-01-08 22:50:12','2021-01-08 17:50:12'),
(46910,19800,'action complete via WP Cron','2021-01-08 22:50:12','2021-01-08 17:50:12'),
(46911,19801,'action created','2021-01-08 22:50:12','2021-01-08 17:50:12'),
(46912,19801,'action started via WP Cron','2021-01-08 22:51:40','2021-01-08 17:51:40'),
(46913,19801,'action complete via WP Cron','2021-01-08 22:51:40','2021-01-08 17:51:40'),
(46914,19802,'action created','2021-01-08 22:51:40','2021-01-08 17:51:40'),
(46915,19802,'action started via WP Cron','2021-01-08 22:53:36','2021-01-08 17:53:36'),
(46916,19802,'action complete via WP Cron','2021-01-08 22:53:36','2021-01-08 17:53:36'),
(46917,19803,'action created','2021-01-08 22:53:36','2021-01-08 17:53:36'),
(46918,19803,'action started via WP Cron','2021-01-08 22:54:45','2021-01-08 17:54:45'),
(46919,19803,'action complete via WP Cron','2021-01-08 22:54:45','2021-01-08 17:54:45'),
(46920,19804,'action created','2021-01-08 22:54:45','2021-01-08 17:54:45'),
(46921,19804,'action started via WP Cron','2021-01-08 22:55:15','2021-01-08 17:55:15'),
(46922,19804,'action complete via WP Cron','2021-01-08 22:55:16','2021-01-08 17:55:16'),
(46923,19805,'action created','2021-01-08 22:55:16','2021-01-08 17:55:16'),
(46924,19805,'action started via WP Cron','2021-01-08 22:56:16','2021-01-08 17:56:16'),
(46925,19805,'action complete via WP Cron','2021-01-08 22:56:16','2021-01-08 17:56:16'),
(46926,19806,'action created','2021-01-08 22:56:16','2021-01-08 17:56:16'),
(46927,19806,'action started via WP Cron','2021-01-08 22:57:21','2021-01-08 17:57:21'),
(46928,19806,'action complete via WP Cron','2021-01-08 22:57:21','2021-01-08 17:57:21'),
(46929,19807,'action created','2021-01-08 22:57:21','2021-01-08 17:57:21'),
(46930,19807,'action started via WP Cron','2021-01-08 22:58:46','2021-01-08 17:58:46'),
(46931,19807,'action complete via WP Cron','2021-01-08 22:58:46','2021-01-08 17:58:46'),
(46932,19808,'action created','2021-01-08 22:58:46','2021-01-08 17:58:46'),
(46933,19808,'action started via WP Cron','2021-01-08 22:59:24','2021-01-08 17:59:24'),
(46934,19808,'action complete via WP Cron','2021-01-08 22:59:24','2021-01-08 17:59:24'),
(46935,19809,'action created','2021-01-08 22:59:24','2021-01-08 17:59:24'),
(46936,19809,'action started via WP Cron','2021-01-08 23:00:17','2021-01-08 18:00:17'),
(46937,19809,'action complete via WP Cron','2021-01-08 23:00:17','2021-01-08 18:00:17'),
(46938,19810,'action created','2021-01-08 23:00:17','2021-01-08 18:00:17'),
(46939,19810,'action started via WP Cron','2021-01-08 23:01:29','2021-01-08 18:01:29'),
(46940,19810,'action complete via WP Cron','2021-01-08 23:01:29','2021-01-08 18:01:29'),
(46941,19811,'action created','2021-01-08 23:01:30','2021-01-08 18:01:30'),
(46942,19811,'action started via WP Cron','2021-01-08 23:02:46','2021-01-08 18:02:46'),
(46943,19811,'action complete via WP Cron','2021-01-08 23:02:46','2021-01-08 18:02:46'),
(46944,19812,'action created','2021-01-08 23:02:46','2021-01-08 18:02:46'),
(46945,19812,'action started via WP Cron','2021-01-08 23:03:16','2021-01-08 18:03:16'),
(46946,19812,'action complete via WP Cron','2021-01-08 23:03:16','2021-01-08 18:03:16'),
(46947,19813,'action created','2021-01-08 23:03:16','2021-01-08 18:03:16'),
(46948,19813,'action started via WP Cron','2021-01-08 23:04:39','2021-01-08 18:04:39'),
(46949,19813,'action complete via WP Cron','2021-01-08 23:04:39','2021-01-08 18:04:39'),
(46950,19814,'action created','2021-01-08 23:04:39','2021-01-08 18:04:39'),
(46951,19814,'action started via WP Cron','2021-01-08 23:05:27','2021-01-08 18:05:27'),
(46952,19814,'action complete via WP Cron','2021-01-08 23:05:27','2021-01-08 18:05:27'),
(46953,19815,'action created','2021-01-08 23:05:27','2021-01-08 18:05:27'),
(46954,19815,'action started via WP Cron','2021-01-08 23:06:23','2021-01-08 18:06:23'),
(46955,19815,'action complete via WP Cron','2021-01-08 23:06:23','2021-01-08 18:06:23'),
(46956,19816,'action created','2021-01-08 23:06:23','2021-01-08 18:06:23'),
(46957,19816,'action started via WP Cron','2021-01-08 23:07:31','2021-01-08 18:07:31'),
(46958,19816,'action complete via WP Cron','2021-01-08 23:07:31','2021-01-08 18:07:31'),
(46959,19817,'action created','2021-01-08 23:07:31','2021-01-08 18:07:31'),
(46960,19817,'action started via WP Cron','2021-01-08 23:08:39','2021-01-08 18:08:39'),
(46961,19817,'action complete via WP Cron','2021-01-08 23:08:39','2021-01-08 18:08:39'),
(46962,19818,'action created','2021-01-08 23:08:39','2021-01-08 18:08:39'),
(46963,19818,'action started via WP Cron','2021-01-08 23:09:14','2021-01-08 18:09:14'),
(46964,19818,'action complete via WP Cron','2021-01-08 23:09:14','2021-01-08 18:09:14'),
(46965,19819,'action created','2021-01-08 23:09:14','2021-01-08 18:09:14'),
(46966,19819,'action started via WP Cron','2021-01-08 23:10:17','2021-01-08 18:10:17'),
(46967,19819,'action complete via WP Cron','2021-01-08 23:10:17','2021-01-08 18:10:17'),
(46968,19820,'action created','2021-01-08 23:10:17','2021-01-08 18:10:17'),
(46969,19820,'action started via WP Cron','2021-01-08 23:11:47','2021-01-08 18:11:47'),
(46970,19820,'action complete via WP Cron','2021-01-08 23:11:47','2021-01-08 18:11:47'),
(46971,19821,'action created','2021-01-08 23:11:47','2021-01-08 18:11:47'),
(46972,19821,'action started via WP Cron','2021-01-08 23:13:40','2021-01-08 18:13:40'),
(46973,19821,'action complete via WP Cron','2021-01-08 23:13:40','2021-01-08 18:13:40'),
(46974,19822,'action created','2021-01-08 23:13:40','2021-01-08 18:13:40'),
(46975,19822,'action started via WP Cron','2021-01-08 23:15:59','2021-01-08 18:15:59'),
(46976,19822,'action complete via WP Cron','2021-01-08 23:15:59','2021-01-08 18:15:59'),
(46977,19823,'action created','2021-01-08 23:15:59','2021-01-08 18:15:59'),
(46978,19823,'action started via WP Cron','2021-01-08 23:16:38','2021-01-08 18:16:38'),
(46979,19823,'action complete via WP Cron','2021-01-08 23:16:38','2021-01-08 18:16:38'),
(46980,19824,'action created','2021-01-08 23:16:38','2021-01-08 18:16:38'),
(46981,19824,'action started via WP Cron','2021-01-08 23:19:01','2021-01-08 18:19:01'),
(46982,19824,'action complete via WP Cron','2021-01-08 23:19:01','2021-01-08 18:19:01'),
(46983,19825,'action created','2021-01-08 23:19:01','2021-01-08 18:19:01'),
(46984,19825,'action started via WP Cron','2021-01-08 23:19:15','2021-01-08 18:19:15'),
(46985,19825,'action complete via WP Cron','2021-01-08 23:19:15','2021-01-08 18:19:15'),
(46986,19826,'action created','2021-01-08 23:19:15','2021-01-08 18:19:15'),
(46987,19826,'action started via WP Cron','2021-01-08 23:20:36','2021-01-08 18:20:36'),
(46988,19826,'action complete via WP Cron','2021-01-08 23:20:36','2021-01-08 18:20:36'),
(46989,19827,'action created','2021-01-08 23:20:36','2021-01-08 18:20:36'),
(46990,19827,'action started via WP Cron','2021-01-08 23:21:42','2021-01-08 18:21:42'),
(46991,19827,'action complete via WP Cron','2021-01-08 23:21:43','2021-01-08 18:21:43'),
(46992,19828,'action created','2021-01-08 23:21:43','2021-01-08 18:21:43'),
(46993,19828,'action started via WP Cron','2021-01-08 23:22:13','2021-01-08 18:22:13'),
(46994,19828,'action complete via WP Cron','2021-01-08 23:22:13','2021-01-08 18:22:13'),
(46995,19829,'action created','2021-01-08 23:22:13','2021-01-08 18:22:13'),
(46996,19829,'action started via WP Cron','2021-01-08 23:23:40','2021-01-08 18:23:40'),
(46997,19829,'action complete via WP Cron','2021-01-08 23:23:40','2021-01-08 18:23:40'),
(46998,19830,'action created','2021-01-08 23:23:41','2021-01-08 18:23:41'),
(46999,19830,'action started via WP Cron','2021-01-08 23:24:29','2021-01-08 18:24:29'),
(47000,19830,'action complete via WP Cron','2021-01-08 23:24:29','2021-01-08 18:24:29'),
(47001,19831,'action created','2021-01-08 23:24:29','2021-01-08 18:24:29'),
(47002,19831,'action started via WP Cron','2021-01-08 23:25:24','2021-01-08 18:25:24'),
(47003,19831,'action complete via WP Cron','2021-01-08 23:25:24','2021-01-08 18:25:24'),
(47004,19832,'action created','2021-01-08 23:25:24','2021-01-08 18:25:24'),
(47005,19832,'action started via WP Cron','2021-01-08 23:26:20','2021-01-08 18:26:20'),
(47006,19832,'action complete via WP Cron','2021-01-08 23:26:20','2021-01-08 18:26:20'),
(47007,19833,'action created','2021-01-08 23:26:20','2021-01-08 18:26:20'),
(47008,19833,'action started via WP Cron','2021-01-08 23:27:47','2021-01-08 18:27:47'),
(47009,19833,'action complete via WP Cron','2021-01-08 23:27:47','2021-01-08 18:27:47'),
(47010,19834,'action created','2021-01-08 23:27:47','2021-01-08 18:27:47'),
(47011,19834,'action started via WP Cron','2021-01-08 23:29:27','2021-01-08 18:29:27'),
(47012,19834,'action complete via WP Cron','2021-01-08 23:29:27','2021-01-08 18:29:27'),
(47013,19835,'action created','2021-01-08 23:29:27','2021-01-08 18:29:27'),
(47014,19835,'action started via WP Cron','2021-01-08 23:31:23','2021-01-08 18:31:23'),
(47015,19835,'action complete via WP Cron','2021-01-08 23:31:23','2021-01-08 18:31:23'),
(47016,19836,'action created','2021-01-08 23:31:23','2021-01-08 18:31:23'),
(47017,19836,'action started via WP Cron','2021-01-08 23:32:13','2021-01-08 18:32:13'),
(47018,19836,'action complete via WP Cron','2021-01-08 23:32:13','2021-01-08 18:32:13'),
(47019,19837,'action created','2021-01-08 23:32:13','2021-01-08 18:32:13'),
(47020,19837,'action started via WP Cron','2021-01-08 23:33:24','2021-01-08 18:33:24'),
(47021,19837,'action complete via WP Cron','2021-01-08 23:33:24','2021-01-08 18:33:24'),
(47022,19838,'action created','2021-01-08 23:33:24','2021-01-08 18:33:24'),
(47023,19838,'action started via WP Cron','2021-01-08 23:34:25','2021-01-08 18:34:25'),
(47024,19838,'action complete via WP Cron','2021-01-08 23:34:25','2021-01-08 18:34:25'),
(47025,19839,'action created','2021-01-08 23:34:25','2021-01-08 18:34:25'),
(47026,19839,'action started via WP Cron','2021-01-08 23:35:41','2021-01-08 18:35:41'),
(47027,19839,'action complete via WP Cron','2021-01-08 23:35:41','2021-01-08 18:35:41'),
(47028,19840,'action created','2021-01-08 23:35:41','2021-01-08 18:35:41'),
(47029,19840,'action started via WP Cron','2021-01-08 23:36:11','2021-01-08 18:36:11'),
(47030,19840,'action complete via WP Cron','2021-01-08 23:36:11','2021-01-08 18:36:11'),
(47031,19841,'action created','2021-01-08 23:36:12','2021-01-08 18:36:12'),
(47032,19841,'action started via WP Cron','2021-01-08 23:37:25','2021-01-08 18:37:25'),
(47033,19841,'action complete via WP Cron','2021-01-08 23:37:25','2021-01-08 18:37:25'),
(47034,19842,'action created','2021-01-08 23:37:25','2021-01-08 18:37:25'),
(47035,19842,'action started via WP Cron','2021-01-08 23:39:41','2021-01-08 18:39:41'),
(47036,19842,'action complete via WP Cron','2021-01-08 23:39:41','2021-01-08 18:39:41'),
(47037,19843,'action created','2021-01-08 23:39:41','2021-01-08 18:39:41'),
(47038,19843,'action started via WP Cron','2021-01-08 23:40:41','2021-01-08 18:40:41'),
(47039,19843,'action complete via WP Cron','2021-01-08 23:40:41','2021-01-08 18:40:41'),
(47040,19844,'action created','2021-01-08 23:40:41','2021-01-08 18:40:41'),
(47041,19844,'action started via WP Cron','2021-01-08 23:41:43','2021-01-08 18:41:43'),
(47042,19844,'action complete via WP Cron','2021-01-08 23:41:43','2021-01-08 18:41:43'),
(47043,19845,'action created','2021-01-08 23:41:43','2021-01-08 18:41:43'),
(47044,19845,'action started via WP Cron','2021-01-08 23:43:00','2021-01-08 18:43:00'),
(47045,19845,'action complete via WP Cron','2021-01-08 23:43:00','2021-01-08 18:43:00'),
(47046,19846,'action created','2021-01-08 23:43:00','2021-01-08 18:43:00'),
(47047,19846,'action started via WP Cron','2021-01-08 23:44:12','2021-01-08 18:44:12'),
(47048,19846,'action complete via WP Cron','2021-01-08 23:44:12','2021-01-08 18:44:12'),
(47049,19847,'action created','2021-01-08 23:44:12','2021-01-08 18:44:12'),
(47050,19847,'action started via WP Cron','2021-01-08 23:45:24','2021-01-08 18:45:24'),
(47051,19847,'action complete via WP Cron','2021-01-08 23:45:24','2021-01-08 18:45:24'),
(47052,19848,'action created','2021-01-08 23:45:24','2021-01-08 18:45:24'),
(47053,19848,'action started via WP Cron','2021-01-08 23:46:15','2021-01-08 18:46:15'),
(47054,19848,'action complete via WP Cron','2021-01-08 23:46:15','2021-01-08 18:46:15'),
(47055,19849,'action created','2021-01-08 23:46:15','2021-01-08 18:46:15'),
(47056,19849,'action started via WP Cron','2021-01-08 23:47:54','2021-01-08 18:47:54'),
(47057,19849,'action complete via WP Cron','2021-01-08 23:47:54','2021-01-08 18:47:54'),
(47058,19850,'action created','2021-01-08 23:47:54','2021-01-08 18:47:54'),
(47059,19850,'action started via WP Cron','2021-01-08 23:49:06','2021-01-08 18:49:06'),
(47060,19850,'action complete via WP Cron','2021-01-08 23:49:06','2021-01-08 18:49:06'),
(47061,19851,'action created','2021-01-08 23:49:06','2021-01-08 18:49:06'),
(47062,19851,'action started via WP Cron','2021-01-08 23:49:32','2021-01-08 18:49:32'),
(47063,19851,'action complete via WP Cron','2021-01-08 23:49:32','2021-01-08 18:49:32'),
(47064,19852,'action created','2021-01-08 23:49:32','2021-01-08 18:49:32'),
(47065,19852,'action started via WP Cron','2021-01-08 23:50:55','2021-01-08 18:50:55'),
(47066,19852,'action complete via WP Cron','2021-01-08 23:50:55','2021-01-08 18:50:55'),
(47067,19853,'action created','2021-01-08 23:50:55','2021-01-08 18:50:55'),
(47068,19853,'action started via WP Cron','2021-01-08 23:51:15','2021-01-08 18:51:15'),
(47069,19853,'action complete via WP Cron','2021-01-08 23:51:15','2021-01-08 18:51:15'),
(47070,19854,'action created','2021-01-08 23:51:15','2021-01-08 18:51:15'),
(47071,19854,'action started via WP Cron','2021-01-08 23:52:44','2021-01-08 18:52:44'),
(47072,19854,'action complete via WP Cron','2021-01-08 23:52:44','2021-01-08 18:52:44'),
(47073,19855,'action created','2021-01-08 23:52:44','2021-01-08 18:52:44'),
(47074,19855,'action started via WP Cron','2021-01-08 23:53:13','2021-01-08 18:53:13'),
(47075,19855,'action complete via WP Cron','2021-01-08 23:53:13','2021-01-08 18:53:13'),
(47076,19856,'action created','2021-01-08 23:53:13','2021-01-08 18:53:13'),
(47077,19856,'action started via WP Cron','2021-01-08 23:54:29','2021-01-08 18:54:29'),
(47078,19856,'action complete via WP Cron','2021-01-08 23:54:29','2021-01-08 18:54:29'),
(47079,19857,'action created','2021-01-08 23:54:29','2021-01-08 18:54:29'),
(47080,19857,'action started via WP Cron','2021-01-08 23:56:16','2021-01-08 18:56:16'),
(47081,19857,'action complete via WP Cron','2021-01-08 23:56:16','2021-01-08 18:56:16'),
(47082,19858,'action created','2021-01-08 23:56:16','2021-01-08 18:56:16'),
(47083,19858,'action started via WP Cron','2021-01-08 23:57:40','2021-01-08 18:57:40'),
(47084,19858,'action complete via WP Cron','2021-01-08 23:57:40','2021-01-08 18:57:40'),
(47085,19859,'action created','2021-01-08 23:57:40','2021-01-08 18:57:40'),
(47086,19859,'action started via WP Cron','2021-01-08 23:58:33','2021-01-08 18:58:33'),
(47087,19859,'action complete via WP Cron','2021-01-08 23:58:33','2021-01-08 18:58:33'),
(47088,19860,'action created','2021-01-08 23:58:33','2021-01-08 18:58:33'),
(47089,19860,'action started via WP Cron','2021-01-08 23:59:22','2021-01-08 18:59:22'),
(47090,19860,'action complete via WP Cron','2021-01-08 23:59:22','2021-01-08 18:59:22'),
(47091,19861,'action created','2021-01-08 23:59:22','2021-01-08 18:59:22'),
(47092,19861,'action started via WP Cron','2021-01-09 00:01:17','2021-01-08 19:01:17'),
(47093,19861,'action complete via WP Cron','2021-01-09 00:01:17','2021-01-08 19:01:17'),
(47094,19862,'action created','2021-01-09 00:01:17','2021-01-08 19:01:17'),
(47095,19862,'action started via WP Cron','2021-01-09 00:02:35','2021-01-08 19:02:35'),
(47096,19862,'action complete via WP Cron','2021-01-09 00:02:35','2021-01-08 19:02:35'),
(47097,19863,'action created','2021-01-09 00:02:35','2021-01-08 19:02:35'),
(47098,19863,'action started via WP Cron','2021-01-09 00:03:22','2021-01-08 19:03:22'),
(47099,19863,'action complete via WP Cron','2021-01-09 00:03:23','2021-01-08 19:03:23'),
(47100,19864,'action created','2021-01-09 00:03:23','2021-01-08 19:03:23'),
(47101,19864,'action started via WP Cron','2021-01-09 00:04:23','2021-01-08 19:04:23'),
(47102,19864,'action complete via WP Cron','2021-01-09 00:04:23','2021-01-08 19:04:23'),
(47103,19865,'action created','2021-01-09 00:04:24','2021-01-08 19:04:24'),
(47104,19865,'action started via WP Cron','2021-01-09 00:05:24','2021-01-08 19:05:24'),
(47105,19865,'action complete via WP Cron','2021-01-09 00:05:24','2021-01-08 19:05:24'),
(47106,19866,'action created','2021-01-09 00:05:24','2021-01-08 19:05:24'),
(47107,19866,'action started via WP Cron','2021-01-09 00:06:24','2021-01-08 19:06:24'),
(47108,19866,'action complete via WP Cron','2021-01-09 00:06:24','2021-01-08 19:06:24'),
(47109,19867,'action created','2021-01-09 00:06:24','2021-01-08 19:06:24'),
(47110,19867,'action started via WP Cron','2021-01-09 00:07:55','2021-01-08 19:07:55'),
(47111,19867,'action complete via WP Cron','2021-01-09 00:07:55','2021-01-08 19:07:55'),
(47112,19868,'action created','2021-01-09 00:07:55','2021-01-08 19:07:55'),
(47113,19868,'action started via WP Cron','2021-01-09 00:08:24','2021-01-08 19:08:24'),
(47114,19868,'action complete via WP Cron','2021-01-09 00:08:24','2021-01-08 19:08:24'),
(47115,19869,'action created','2021-01-09 00:08:24','2021-01-08 19:08:24'),
(47116,19869,'action started via WP Cron','2021-01-09 00:09:39','2021-01-08 19:09:39'),
(47117,19869,'action complete via WP Cron','2021-01-09 00:09:39','2021-01-08 19:09:39'),
(47118,19870,'action created','2021-01-09 00:09:39','2021-01-08 19:09:39'),
(47119,19870,'action started via WP Cron','2021-01-09 00:10:30','2021-01-08 19:10:30'),
(47120,19870,'action complete via WP Cron','2021-01-09 00:10:30','2021-01-08 19:10:30'),
(47121,19871,'action created','2021-01-09 00:10:30','2021-01-08 19:10:30'),
(47122,19871,'action started via WP Cron','2021-01-09 00:11:12','2021-01-08 19:11:12'),
(47123,19871,'action complete via WP Cron','2021-01-09 00:11:12','2021-01-08 19:11:12'),
(47124,19872,'action created','2021-01-09 00:11:12','2021-01-08 19:11:12'),
(47125,19872,'action started via WP Cron','2021-01-09 00:12:12','2021-01-08 19:12:12'),
(47126,19872,'action complete via WP Cron','2021-01-09 00:12:12','2021-01-08 19:12:12'),
(47127,19873,'action created','2021-01-09 00:12:12','2021-01-08 19:12:12'),
(47128,19873,'action started via WP Cron','2021-01-09 00:13:28','2021-01-08 19:13:28'),
(47129,19873,'action complete via WP Cron','2021-01-09 00:13:28','2021-01-08 19:13:28'),
(47130,19874,'action created','2021-01-09 00:13:28','2021-01-08 19:13:28'),
(47131,19874,'action started via WP Cron','2021-01-09 00:14:27','2021-01-08 19:14:27'),
(47132,19874,'action complete via WP Cron','2021-01-09 00:14:27','2021-01-08 19:14:27'),
(47133,19875,'action created','2021-01-09 00:14:27','2021-01-08 19:14:27'),
(47134,19875,'action started via WP Cron','2021-01-09 00:15:24','2021-01-08 19:15:24'),
(47135,19875,'action complete via WP Cron','2021-01-09 00:15:24','2021-01-08 19:15:24'),
(47136,19876,'action created','2021-01-09 00:15:25','2021-01-08 19:15:25'),
(47137,19876,'action started via WP Cron','2021-01-09 00:16:37','2021-01-08 19:16:37'),
(47138,19876,'action complete via WP Cron','2021-01-09 00:16:37','2021-01-08 19:16:37'),
(47139,19877,'action created','2021-01-09 00:16:37','2021-01-08 19:16:37'),
(47140,19877,'action started via WP Cron','2021-01-09 00:17:48','2021-01-08 19:17:48'),
(47141,19877,'action complete via WP Cron','2021-01-09 00:17:48','2021-01-08 19:17:48'),
(47142,19878,'action created','2021-01-09 00:17:48','2021-01-08 19:17:48'),
(47143,19878,'action started via WP Cron','2021-01-09 00:19:04','2021-01-08 19:19:04'),
(47144,19878,'action complete via WP Cron','2021-01-09 00:19:04','2021-01-08 19:19:04'),
(47145,19879,'action created','2021-01-09 00:19:04','2021-01-08 19:19:04'),
(47146,19879,'action started via WP Cron','2021-01-09 00:19:33','2021-01-08 19:19:33'),
(47147,19879,'action complete via WP Cron','2021-01-09 00:19:33','2021-01-08 19:19:33'),
(47148,19880,'action created','2021-01-09 00:19:33','2021-01-08 19:19:33'),
(47149,19880,'action started via WP Cron','2021-01-09 00:20:14','2021-01-08 19:20:14'),
(47150,19880,'action complete via WP Cron','2021-01-09 00:20:14','2021-01-08 19:20:14'),
(47151,19881,'action created','2021-01-09 00:20:14','2021-01-08 19:20:14'),
(47152,19881,'action started via WP Cron','2021-01-09 00:21:30','2021-01-08 19:21:30'),
(47153,19881,'action complete via WP Cron','2021-01-09 00:21:30','2021-01-08 19:21:30'),
(47154,19882,'action created','2021-01-09 00:21:30','2021-01-08 19:21:30'),
(47155,19882,'action started via WP Cron','2021-01-09 00:22:28','2021-01-08 19:22:28'),
(47156,19882,'action complete via WP Cron','2021-01-09 00:22:28','2021-01-08 19:22:28'),
(47157,19883,'action created','2021-01-09 00:22:28','2021-01-08 19:22:28'),
(47158,19883,'action started via WP Cron','2021-01-09 00:23:38','2021-01-08 19:23:38'),
(47159,19883,'action complete via WP Cron','2021-01-09 00:23:38','2021-01-08 19:23:38'),
(47160,19884,'action created','2021-01-09 00:23:38','2021-01-08 19:23:38'),
(47161,19884,'action started via WP Cron','2021-01-09 00:24:34','2021-01-08 19:24:34'),
(47162,19884,'action complete via WP Cron','2021-01-09 00:24:34','2021-01-08 19:24:34'),
(47163,19885,'action created','2021-01-09 00:24:34','2021-01-08 19:24:34'),
(47164,19885,'action started via WP Cron','2021-01-09 00:26:02','2021-01-08 19:26:02'),
(47165,19885,'action complete via WP Cron','2021-01-09 00:26:02','2021-01-08 19:26:02'),
(47166,19886,'action created','2021-01-09 00:26:02','2021-01-08 19:26:02'),
(47167,19886,'action started via WP Cron','2021-01-09 00:27:19','2021-01-08 19:27:19'),
(47168,19886,'action complete via WP Cron','2021-01-09 00:27:19','2021-01-08 19:27:19'),
(47169,19887,'action created','2021-01-09 00:27:19','2021-01-08 19:27:19'),
(47170,19887,'action started via WP Cron','2021-01-09 00:29:16','2021-01-08 19:29:16'),
(47171,19887,'action complete via WP Cron','2021-01-09 00:29:16','2021-01-08 19:29:16'),
(47172,19888,'action created','2021-01-09 00:29:16','2021-01-08 19:29:16'),
(47173,19888,'action started via WP Cron','2021-01-09 00:30:18','2021-01-08 19:30:18'),
(47174,19888,'action complete via WP Cron','2021-01-09 00:30:18','2021-01-08 19:30:18'),
(47175,19889,'action created','2021-01-09 00:30:18','2021-01-08 19:30:18'),
(47176,19889,'action started via WP Cron','2021-01-09 00:31:14','2021-01-08 19:31:14'),
(47177,19889,'action complete via WP Cron','2021-01-09 00:31:14','2021-01-08 19:31:14'),
(47178,19890,'action created','2021-01-09 00:31:14','2021-01-08 19:31:14'),
(47179,19890,'action started via WP Cron','2021-01-09 00:33:09','2021-01-08 19:33:09'),
(47180,19890,'action complete via WP Cron','2021-01-09 00:33:09','2021-01-08 19:33:09'),
(47181,19891,'action created','2021-01-09 00:33:09','2021-01-08 19:33:09'),
(47182,19891,'action started via WP Cron','2021-01-09 00:34:47','2021-01-08 19:34:47'),
(47183,19891,'action complete via WP Cron','2021-01-09 00:34:47','2021-01-08 19:34:47'),
(47184,19892,'action created','2021-01-09 00:34:47','2021-01-08 19:34:47'),
(47185,19892,'action started via WP Cron','2021-01-09 00:35:36','2021-01-08 19:35:36'),
(47186,19892,'action complete via WP Cron','2021-01-09 00:35:36','2021-01-08 19:35:36'),
(47187,19893,'action created','2021-01-09 00:35:36','2021-01-08 19:35:36'),
(47188,19893,'action started via WP Cron','2021-01-09 00:37:16','2021-01-08 19:37:16'),
(47189,19893,'action complete via WP Cron','2021-01-09 00:37:16','2021-01-08 19:37:16'),
(47190,19894,'action created','2021-01-09 00:37:16','2021-01-08 19:37:16'),
(47191,19894,'action started via WP Cron','2021-01-09 00:38:20','2021-01-08 19:38:20'),
(47192,19894,'action complete via WP Cron','2021-01-09 00:38:20','2021-01-08 19:38:20'),
(47193,19895,'action created','2021-01-09 00:38:20','2021-01-08 19:38:20'),
(47194,19895,'action started via WP Cron','2021-01-09 00:40:45','2021-01-08 19:40:45'),
(47195,19895,'action complete via WP Cron','2021-01-09 00:40:45','2021-01-08 19:40:45'),
(47196,19896,'action created','2021-01-09 00:40:45','2021-01-08 19:40:45'),
(47197,19896,'action started via WP Cron','2021-01-09 00:41:13','2021-01-08 19:41:13'),
(47198,19896,'action complete via WP Cron','2021-01-09 00:41:13','2021-01-08 19:41:13'),
(47199,19897,'action created','2021-01-09 00:41:13','2021-01-08 19:41:13'),
(47200,19897,'action started via WP Cron','2021-01-09 00:42:17','2021-01-08 19:42:17'),
(47201,19897,'action complete via WP Cron','2021-01-09 00:42:17','2021-01-08 19:42:17'),
(47202,19898,'action created','2021-01-09 00:42:17','2021-01-08 19:42:17'),
(47203,19898,'action started via WP Cron','2021-01-09 00:44:21','2021-01-08 19:44:21'),
(47204,19898,'action complete via WP Cron','2021-01-09 00:44:21','2021-01-08 19:44:21'),
(47205,19899,'action created','2021-01-09 00:44:21','2021-01-08 19:44:21'),
(47206,19899,'action started via WP Cron','2021-01-09 00:45:35','2021-01-08 19:45:35'),
(47207,19899,'action complete via WP Cron','2021-01-09 00:45:35','2021-01-08 19:45:35'),
(47208,19900,'action created','2021-01-09 00:45:35','2021-01-08 19:45:35'),
(47209,19900,'action started via WP Cron','2021-01-09 00:46:18','2021-01-08 19:46:18'),
(47210,19900,'action complete via WP Cron','2021-01-09 00:46:18','2021-01-08 19:46:18'),
(47211,19901,'action created','2021-01-09 00:46:18','2021-01-08 19:46:18'),
(47212,19901,'action started via WP Cron','2021-01-09 00:48:03','2021-01-08 19:48:03'),
(47213,19901,'action complete via WP Cron','2021-01-09 00:48:03','2021-01-08 19:48:03'),
(47214,19902,'action created','2021-01-09 00:48:03','2021-01-08 19:48:03'),
(47215,19902,'action started via WP Cron','2021-01-09 00:49:09','2021-01-08 19:49:09'),
(47216,19902,'action complete via WP Cron','2021-01-09 00:49:09','2021-01-08 19:49:09'),
(47217,19903,'action created','2021-01-09 00:49:09','2021-01-08 19:49:09'),
(47218,19903,'action started via WP Cron','2021-01-09 00:50:47','2021-01-08 19:50:47'),
(47219,19903,'action complete via WP Cron','2021-01-09 00:50:47','2021-01-08 19:50:47'),
(47220,19904,'action created','2021-01-09 00:50:47','2021-01-08 19:50:47'),
(47221,19904,'action started via WP Cron','2021-01-09 00:51:12','2021-01-08 19:51:12'),
(47222,19904,'action complete via WP Cron','2021-01-09 00:51:12','2021-01-08 19:51:12'),
(47223,19905,'action created','2021-01-09 00:51:12','2021-01-08 19:51:12'),
(47224,19905,'action started via WP Cron','2021-01-09 00:52:58','2021-01-08 19:52:58'),
(47225,19905,'action complete via WP Cron','2021-01-09 00:52:58','2021-01-08 19:52:58'),
(47226,19906,'action created','2021-01-09 00:52:58','2021-01-08 19:52:58'),
(47227,19906,'action started via WP Cron','2021-01-09 00:53:50','2021-01-08 19:53:50'),
(47228,19906,'action complete via WP Cron','2021-01-09 00:53:50','2021-01-08 19:53:50'),
(47229,19907,'action created','2021-01-09 00:53:50','2021-01-08 19:53:50'),
(47230,19907,'action started via WP Cron','2021-01-09 00:54:57','2021-01-08 19:54:57'),
(47231,19907,'action complete via WP Cron','2021-01-09 00:54:57','2021-01-08 19:54:57'),
(47232,19908,'action created','2021-01-09 00:54:57','2021-01-08 19:54:57'),
(47233,19908,'action started via WP Cron','2021-01-09 00:56:57','2021-01-08 19:56:57'),
(47234,19908,'action complete via WP Cron','2021-01-09 00:56:57','2021-01-08 19:56:57'),
(47235,19909,'action created','2021-01-09 00:56:57','2021-01-08 19:56:57'),
(47236,19909,'action started via WP Cron','2021-01-09 00:57:41','2021-01-08 19:57:41'),
(47237,19909,'action complete via WP Cron','2021-01-09 00:57:41','2021-01-08 19:57:41'),
(47238,19910,'action created','2021-01-09 00:57:41','2021-01-08 19:57:41'),
(47239,19910,'action started via WP Cron','2021-01-09 00:58:12','2021-01-08 19:58:12'),
(47240,19910,'action complete via WP Cron','2021-01-09 00:58:12','2021-01-08 19:58:12'),
(47241,19911,'action created','2021-01-09 00:58:12','2021-01-08 19:58:12'),
(47242,19911,'action started via WP Cron','2021-01-09 00:59:20','2021-01-08 19:59:20'),
(47243,19911,'action complete via WP Cron','2021-01-09 00:59:20','2021-01-08 19:59:20'),
(47244,19912,'action created','2021-01-09 00:59:20','2021-01-08 19:59:20'),
(47245,19912,'action started via WP Cron','2021-01-09 01:00:37','2021-01-08 20:00:37'),
(47246,19912,'action complete via WP Cron','2021-01-09 01:00:37','2021-01-08 20:00:37'),
(47247,19913,'action created','2021-01-09 01:00:37','2021-01-08 20:00:37'),
(47248,19913,'action started via WP Cron','2021-01-09 01:01:57','2021-01-08 20:01:57'),
(47249,19913,'action complete via WP Cron','2021-01-09 01:01:57','2021-01-08 20:01:57'),
(47250,19914,'action created','2021-01-09 01:01:57','2021-01-08 20:01:57'),
(47251,19914,'action started via WP Cron','2021-01-09 01:02:19','2021-01-08 20:02:19'),
(47252,19914,'action complete via WP Cron','2021-01-09 01:02:19','2021-01-08 20:02:19'),
(47253,19915,'action created','2021-01-09 01:02:19','2021-01-08 20:02:19'),
(47254,19915,'action started via WP Cron','2021-01-09 01:04:20','2021-01-08 20:04:20'),
(47255,19915,'action complete via WP Cron','2021-01-09 01:04:20','2021-01-08 20:04:20'),
(47256,19916,'action created','2021-01-09 01:04:20','2021-01-08 20:04:20'),
(47257,19916,'action started via WP Cron','2021-01-09 01:05:13','2021-01-08 20:05:13'),
(47258,19916,'action complete via WP Cron','2021-01-09 01:05:13','2021-01-08 20:05:13'),
(47259,19917,'action created','2021-01-09 01:05:13','2021-01-08 20:05:13'),
(47260,19917,'action started via WP Cron','2021-01-09 01:07:53','2021-01-08 20:07:53'),
(47261,19917,'action complete via WP Cron','2021-01-09 01:07:53','2021-01-08 20:07:53'),
(47262,19918,'action created','2021-01-09 01:07:53','2021-01-08 20:07:53'),
(47263,19918,'action started via WP Cron','2021-01-09 01:08:56','2021-01-08 20:08:56'),
(47264,19918,'action complete via WP Cron','2021-01-09 01:08:56','2021-01-08 20:08:56'),
(47265,19919,'action created','2021-01-09 01:08:56','2021-01-08 20:08:56'),
(47266,19919,'action started via WP Cron','2021-01-09 01:09:20','2021-01-08 20:09:20'),
(47267,19919,'action complete via WP Cron','2021-01-09 01:09:20','2021-01-08 20:09:20'),
(47268,19920,'action created','2021-01-09 01:09:20','2021-01-08 20:09:20'),
(47269,19920,'action started via WP Cron','2021-01-09 01:10:36','2021-01-08 20:10:36'),
(47270,19920,'action complete via WP Cron','2021-01-09 01:10:36','2021-01-08 20:10:36'),
(47271,19921,'action created','2021-01-09 01:10:36','2021-01-08 20:10:36'),
(47272,19921,'action started via WP Cron','2021-01-09 01:12:41','2021-01-08 20:12:41'),
(47273,19921,'action complete via WP Cron','2021-01-09 01:12:41','2021-01-08 20:12:41'),
(47274,19922,'action created','2021-01-09 01:12:41','2021-01-08 20:12:41'),
(47275,19922,'action started via WP Cron','2021-01-09 01:13:52','2021-01-08 20:13:52'),
(47276,19922,'action complete via WP Cron','2021-01-09 01:13:52','2021-01-08 20:13:52'),
(47277,19923,'action created','2021-01-09 01:13:52','2021-01-08 20:13:52'),
(47278,19923,'action started via WP Cron','2021-01-09 01:14:43','2021-01-08 20:14:43'),
(47279,19923,'action complete via WP Cron','2021-01-09 01:14:43','2021-01-08 20:14:43'),
(47280,19924,'action created','2021-01-09 01:14:43','2021-01-08 20:14:43'),
(47281,19924,'action started via WP Cron','2021-01-09 01:15:29','2021-01-08 20:15:29'),
(47282,19924,'action complete via WP Cron','2021-01-09 01:15:29','2021-01-08 20:15:29'),
(47283,19925,'action created','2021-01-09 01:15:29','2021-01-08 20:15:29'),
(47284,19925,'action started via WP Cron','2021-01-09 01:16:16','2021-01-08 20:16:16'),
(47285,19925,'action complete via WP Cron','2021-01-09 01:16:16','2021-01-08 20:16:16'),
(47286,19926,'action created','2021-01-09 01:16:16','2021-01-08 20:16:16'),
(47287,19926,'action started via WP Cron','2021-01-09 01:18:31','2021-01-08 20:18:31'),
(47288,19926,'action complete via WP Cron','2021-01-09 01:18:31','2021-01-08 20:18:31'),
(47289,18815,'action started via WP Cron','2021-01-09 01:18:31','2021-01-08 20:18:31'),
(47290,18815,'action complete via WP Cron','2021-01-09 01:18:31','2021-01-08 20:18:31'),
(47291,19927,'action created','2021-01-09 01:18:31','2021-01-08 20:18:31'),
(47292,19928,'action created','2021-01-09 01:18:31','2021-01-08 20:18:31'),
(47293,19928,'action started via WP Cron','2021-01-09 01:19:12','2021-01-08 20:19:12'),
(47294,19928,'action complete via WP Cron','2021-01-09 01:19:12','2021-01-08 20:19:12'),
(47295,19929,'action created','2021-01-09 01:19:13','2021-01-08 20:19:13'),
(47296,19929,'action started via WP Cron','2021-01-09 01:20:42','2021-01-08 20:20:42'),
(47297,19929,'action complete via WP Cron','2021-01-09 01:20:42','2021-01-08 20:20:42'),
(47298,19930,'action created','2021-01-09 01:20:42','2021-01-08 20:20:42'),
(47299,19930,'action started via WP Cron','2021-01-09 01:21:25','2021-01-08 20:21:25'),
(47300,19930,'action complete via WP Cron','2021-01-09 01:21:25','2021-01-08 20:21:25'),
(47301,19931,'action created','2021-01-09 01:21:25','2021-01-08 20:21:25'),
(47302,19931,'action started via WP Cron','2021-01-09 01:22:48','2021-01-08 20:22:48'),
(47303,19931,'action complete via WP Cron','2021-01-09 01:22:48','2021-01-08 20:22:48'),
(47304,19932,'action created','2021-01-09 01:22:48','2021-01-08 20:22:48'),
(47305,19932,'action started via WP Cron','2021-01-09 01:23:26','2021-01-08 20:23:26'),
(47306,19932,'action complete via WP Cron','2021-01-09 01:23:26','2021-01-08 20:23:26'),
(47307,19933,'action created','2021-01-09 01:23:26','2021-01-08 20:23:26'),
(47308,19933,'action started via WP Cron','2021-01-09 01:24:13','2021-01-08 20:24:13'),
(47309,19933,'action complete via WP Cron','2021-01-09 01:24:13','2021-01-08 20:24:13'),
(47310,19934,'action created','2021-01-09 01:24:13','2021-01-08 20:24:13'),
(47311,19934,'action started via WP Cron','2021-01-09 01:25:17','2021-01-08 20:25:17'),
(47312,19934,'action complete via WP Cron','2021-01-09 01:25:17','2021-01-08 20:25:17'),
(47313,19935,'action created','2021-01-09 01:25:17','2021-01-08 20:25:17'),
(47314,19935,'action started via WP Cron','2021-01-09 01:26:32','2021-01-08 20:26:32'),
(47315,19935,'action complete via WP Cron','2021-01-09 01:26:32','2021-01-08 20:26:32'),
(47316,19936,'action created','2021-01-09 01:26:32','2021-01-08 20:26:32'),
(47317,19936,'action started via WP Cron','2021-01-09 01:28:26','2021-01-08 20:28:26'),
(47318,19936,'action complete via WP Cron','2021-01-09 01:28:26','2021-01-08 20:28:26'),
(47319,19937,'action created','2021-01-09 01:28:26','2021-01-08 20:28:26'),
(47320,19937,'action started via WP Cron','2021-01-09 01:29:49','2021-01-08 20:29:49'),
(47321,19937,'action complete via WP Cron','2021-01-09 01:29:49','2021-01-08 20:29:49'),
(47322,19938,'action created','2021-01-09 01:29:49','2021-01-08 20:29:49'),
(47323,19938,'action started via WP Cron','2021-01-09 01:32:21','2021-01-08 20:32:21'),
(47324,19938,'action complete via WP Cron','2021-01-09 01:32:21','2021-01-08 20:32:21'),
(47325,19939,'action created','2021-01-09 01:32:21','2021-01-08 20:32:21'),
(47326,19939,'action started via WP Cron','2021-01-09 01:33:11','2021-01-08 20:33:11'),
(47327,19939,'action complete via WP Cron','2021-01-09 01:33:11','2021-01-08 20:33:11'),
(47328,19940,'action created','2021-01-09 01:33:11','2021-01-08 20:33:11'),
(47329,19940,'action started via WP Cron','2021-01-09 01:34:44','2021-01-08 20:34:44'),
(47330,19940,'action complete via WP Cron','2021-01-09 01:34:44','2021-01-08 20:34:44'),
(47331,19941,'action created','2021-01-09 01:34:44','2021-01-08 20:34:44'),
(47332,19941,'action started via WP Cron','2021-01-09 01:35:39','2021-01-08 20:35:39'),
(47333,19941,'action complete via WP Cron','2021-01-09 01:35:39','2021-01-08 20:35:39'),
(47334,19942,'action created','2021-01-09 01:35:39','2021-01-08 20:35:39'),
(47335,19942,'action started via WP Cron','2021-01-09 01:36:22','2021-01-08 20:36:22'),
(47336,19942,'action complete via WP Cron','2021-01-09 01:36:22','2021-01-08 20:36:22'),
(47337,19943,'action created','2021-01-09 01:36:22','2021-01-08 20:36:22'),
(47338,19943,'action started via WP Cron','2021-01-09 01:37:31','2021-01-08 20:37:31'),
(47339,19943,'action complete via WP Cron','2021-01-09 01:37:31','2021-01-08 20:37:31'),
(47340,19944,'action created','2021-01-09 01:37:31','2021-01-08 20:37:31'),
(47341,19944,'action started via WP Cron','2021-01-09 01:38:25','2021-01-08 20:38:25'),
(47342,19944,'action complete via WP Cron','2021-01-09 01:38:25','2021-01-08 20:38:25'),
(47343,19945,'action created','2021-01-09 01:38:25','2021-01-08 20:38:25'),
(47344,19945,'action started via WP Cron','2021-01-09 01:39:53','2021-01-08 20:39:53'),
(47345,19945,'action complete via WP Cron','2021-01-09 01:39:53','2021-01-08 20:39:53'),
(47346,19946,'action created','2021-01-09 01:39:53','2021-01-08 20:39:53'),
(47347,19946,'action started via WP Cron','2021-01-09 01:40:45','2021-01-08 20:40:45'),
(47348,19946,'action complete via WP Cron','2021-01-09 01:40:45','2021-01-08 20:40:45'),
(47349,19947,'action created','2021-01-09 01:40:45','2021-01-08 20:40:45'),
(47350,19947,'action started via WP Cron','2021-01-09 01:41:51','2021-01-08 20:41:51'),
(47351,19947,'action complete via WP Cron','2021-01-09 01:41:51','2021-01-08 20:41:51'),
(47352,19948,'action created','2021-01-09 01:41:51','2021-01-08 20:41:51'),
(47353,19948,'action started via WP Cron','2021-01-09 01:43:07','2021-01-08 20:43:07'),
(47354,19948,'action complete via WP Cron','2021-01-09 01:43:07','2021-01-08 20:43:07'),
(47355,19949,'action created','2021-01-09 01:43:07','2021-01-08 20:43:07'),
(47356,19949,'action started via WP Cron','2021-01-09 01:43:32','2021-01-08 20:43:32'),
(47357,19949,'action complete via WP Cron','2021-01-09 01:43:32','2021-01-08 20:43:32'),
(47358,19950,'action created','2021-01-09 01:43:32','2021-01-08 20:43:32'),
(47359,19950,'action started via WP Cron','2021-01-09 01:46:03','2021-01-08 20:46:03'),
(47360,19950,'action complete via WP Cron','2021-01-09 01:46:03','2021-01-08 20:46:03'),
(47361,19951,'action created','2021-01-09 01:46:03','2021-01-08 20:46:03'),
(47362,19951,'action started via WP Cron','2021-01-09 01:48:19','2021-01-08 20:48:19'),
(47363,19951,'action complete via WP Cron','2021-01-09 01:48:19','2021-01-08 20:48:19'),
(47364,19952,'action created','2021-01-09 01:48:19','2021-01-08 20:48:19'),
(47365,19952,'action started via WP Cron','2021-01-09 01:51:31','2021-01-08 20:51:31'),
(47366,19952,'action complete via WP Cron','2021-01-09 01:51:31','2021-01-08 20:51:31'),
(47367,19953,'action created','2021-01-09 01:51:31','2021-01-08 20:51:31'),
(47368,19953,'action started via WP Cron','2021-01-09 01:52:14','2021-01-08 20:52:14'),
(47369,19953,'action complete via WP Cron','2021-01-09 01:52:14','2021-01-08 20:52:14'),
(47370,19954,'action created','2021-01-09 01:52:14','2021-01-08 20:52:14'),
(47371,19954,'action started via WP Cron','2021-01-09 01:54:53','2021-01-08 20:54:53'),
(47372,19954,'action complete via WP Cron','2021-01-09 01:54:53','2021-01-08 20:54:53'),
(47373,19955,'action created','2021-01-09 01:54:53','2021-01-08 20:54:53'),
(47374,19955,'action started via WP Cron','2021-01-09 02:00:05','2021-01-08 21:00:05'),
(47375,19955,'action complete via WP Cron','2021-01-09 02:00:05','2021-01-08 21:00:05'),
(47376,19956,'action created','2021-01-09 02:00:06','2021-01-08 21:00:06'),
(47377,19956,'action started via WP Cron','2021-01-09 02:00:19','2021-01-08 21:00:19'),
(47378,19956,'action complete via WP Cron','2021-01-09 02:00:19','2021-01-08 21:00:19'),
(47379,19957,'action created','2021-01-09 02:00:19','2021-01-08 21:00:19'),
(47380,19957,'action started via WP Cron','2021-01-09 02:01:25','2021-01-08 21:01:25'),
(47381,19957,'action complete via WP Cron','2021-01-09 02:01:25','2021-01-08 21:01:25'),
(47382,19958,'action created','2021-01-09 02:01:25','2021-01-08 21:01:25'),
(47383,19958,'action started via WP Cron','2021-01-09 02:02:31','2021-01-08 21:02:31'),
(47384,19958,'action complete via WP Cron','2021-01-09 02:02:31','2021-01-08 21:02:31'),
(47385,19959,'action created','2021-01-09 02:02:31','2021-01-08 21:02:31'),
(47386,19959,'action started via WP Cron','2021-01-09 02:03:20','2021-01-08 21:03:20'),
(47387,19959,'action complete via WP Cron','2021-01-09 02:03:20','2021-01-08 21:03:20'),
(47388,19960,'action created','2021-01-09 02:03:20','2021-01-08 21:03:20'),
(47389,19960,'action started via WP Cron','2021-01-09 02:04:32','2021-01-08 21:04:32'),
(47390,19960,'action complete via WP Cron','2021-01-09 02:04:32','2021-01-08 21:04:32'),
(47391,19961,'action created','2021-01-09 02:04:32','2021-01-08 21:04:32'),
(47392,19961,'action started via WP Cron','2021-01-09 02:05:17','2021-01-08 21:05:17'),
(47393,19961,'action complete via WP Cron','2021-01-09 02:05:17','2021-01-08 21:05:17'),
(47394,19962,'action created','2021-01-09 02:05:17','2021-01-08 21:05:17'),
(47395,19962,'action started via WP Cron','2021-01-09 02:06:35','2021-01-08 21:06:35'),
(47396,19962,'action complete via WP Cron','2021-01-09 02:06:35','2021-01-08 21:06:35'),
(47397,19963,'action created','2021-01-09 02:06:35','2021-01-08 21:06:35'),
(47398,19963,'action started via WP Cron','2021-01-09 02:07:33','2021-01-08 21:07:33'),
(47399,19963,'action complete via WP Cron','2021-01-09 02:07:33','2021-01-08 21:07:33'),
(47400,19964,'action created','2021-01-09 02:07:33','2021-01-08 21:07:33'),
(47401,19964,'action started via WP Cron','2021-01-09 02:08:57','2021-01-08 21:08:57'),
(47402,19964,'action complete via WP Cron','2021-01-09 02:08:57','2021-01-08 21:08:57'),
(47403,19965,'action created','2021-01-09 02:08:57','2021-01-08 21:08:57'),
(47404,19965,'action started via WP Cron','2021-01-09 02:09:20','2021-01-08 21:09:20'),
(47405,19965,'action complete via WP Cron','2021-01-09 02:09:20','2021-01-08 21:09:20'),
(47406,19966,'action created','2021-01-09 02:09:20','2021-01-08 21:09:20'),
(47407,19966,'action started via WP Cron','2021-01-09 02:10:17','2021-01-08 21:10:17'),
(47408,19966,'action complete via WP Cron','2021-01-09 02:10:17','2021-01-08 21:10:17'),
(47409,19967,'action created','2021-01-09 02:10:17','2021-01-08 21:10:17'),
(47410,19967,'action started via WP Cron','2021-01-09 02:12:04','2021-01-08 21:12:04'),
(47411,19967,'action complete via WP Cron','2021-01-09 02:12:04','2021-01-08 21:12:04'),
(47412,19968,'action created','2021-01-09 02:12:04','2021-01-08 21:12:04'),
(47413,19968,'action started via WP Cron','2021-01-09 02:12:30','2021-01-08 21:12:30'),
(47414,19968,'action complete via WP Cron','2021-01-09 02:12:30','2021-01-08 21:12:30'),
(47415,19969,'action created','2021-01-09 02:12:30','2021-01-08 21:12:30'),
(47416,19969,'action started via WP Cron','2021-01-09 02:13:25','2021-01-08 21:13:25'),
(47417,19969,'action complete via WP Cron','2021-01-09 02:13:25','2021-01-08 21:13:25'),
(47418,19970,'action created','2021-01-09 02:13:25','2021-01-08 21:13:25'),
(47419,19970,'action started via WP Cron','2021-01-09 02:15:50','2021-01-08 21:15:50'),
(47420,19970,'action complete via WP Cron','2021-01-09 02:15:50','2021-01-08 21:15:50'),
(47421,19971,'action created','2021-01-09 02:15:50','2021-01-08 21:15:50'),
(47422,19971,'action started via WP Cron','2021-01-09 02:16:12','2021-01-08 21:16:12'),
(47423,19971,'action complete via WP Cron','2021-01-09 02:16:12','2021-01-08 21:16:12'),
(47424,19972,'action created','2021-01-09 02:16:12','2021-01-08 21:16:12'),
(47425,19972,'action started via WP Cron','2021-01-09 02:17:35','2021-01-08 21:17:35'),
(47426,19972,'action complete via WP Cron','2021-01-09 02:17:35','2021-01-08 21:17:35'),
(47427,19973,'action created','2021-01-09 02:17:35','2021-01-08 21:17:35'),
(47428,19973,'action started via WP Cron','2021-01-09 02:18:20','2021-01-08 21:18:20'),
(47429,19973,'action complete via WP Cron','2021-01-09 02:18:20','2021-01-08 21:18:20'),
(47430,19974,'action created','2021-01-09 02:18:20','2021-01-08 21:18:20'),
(47431,19974,'action started via WP Cron','2021-01-09 02:19:14','2021-01-08 21:19:14'),
(47432,19974,'action complete via WP Cron','2021-01-09 02:19:14','2021-01-08 21:19:14'),
(47433,19975,'action created','2021-01-09 02:19:14','2021-01-08 21:19:14'),
(47434,19975,'action started via WP Cron','2021-01-09 02:21:34','2021-01-08 21:21:34'),
(47435,19975,'action complete via WP Cron','2021-01-09 02:21:34','2021-01-08 21:21:34'),
(47436,19976,'action created','2021-01-09 02:21:34','2021-01-08 21:21:34'),
(47437,19976,'action started via WP Cron','2021-01-09 02:23:02','2021-01-08 21:23:02'),
(47438,19976,'action complete via WP Cron','2021-01-09 02:23:02','2021-01-08 21:23:02'),
(47439,19977,'action created','2021-01-09 02:23:02','2021-01-08 21:23:02'),
(47440,19977,'action started via WP Cron','2021-01-09 02:24:01','2021-01-08 21:24:01'),
(47441,19977,'action complete via WP Cron','2021-01-09 02:24:01','2021-01-08 21:24:01'),
(47442,19978,'action created','2021-01-09 02:24:01','2021-01-08 21:24:01'),
(47443,19978,'action started via WP Cron','2021-01-09 02:25:57','2021-01-08 21:25:57'),
(47444,19978,'action complete via WP Cron','2021-01-09 02:25:57','2021-01-08 21:25:57'),
(47445,19979,'action created','2021-01-09 02:25:57','2021-01-08 21:25:57'),
(47446,19979,'action started via WP Cron','2021-01-09 02:26:35','2021-01-08 21:26:35'),
(47447,19979,'action complete via WP Cron','2021-01-09 02:26:35','2021-01-08 21:26:35'),
(47448,19980,'action created','2021-01-09 02:26:35','2021-01-08 21:26:35'),
(47449,19980,'action started via WP Cron','2021-01-09 02:28:25','2021-01-08 21:28:25'),
(47450,19980,'action complete via WP Cron','2021-01-09 02:28:25','2021-01-08 21:28:25'),
(47451,19981,'action created','2021-01-09 02:28:25','2021-01-08 21:28:25'),
(47452,19981,'action started via WP Cron','2021-01-09 02:29:31','2021-01-08 21:29:31'),
(47453,19981,'action complete via WP Cron','2021-01-09 02:29:31','2021-01-08 21:29:31'),
(47454,19982,'action created','2021-01-09 02:29:31','2021-01-08 21:29:31'),
(47455,19982,'action started via WP Cron','2021-01-09 02:32:00','2021-01-08 21:32:00'),
(47456,19982,'action complete via WP Cron','2021-01-09 02:32:00','2021-01-08 21:32:00'),
(47457,19983,'action created','2021-01-09 02:32:00','2021-01-08 21:32:00'),
(47458,19983,'action started via WP Cron','2021-01-09 02:32:20','2021-01-08 21:32:20'),
(47459,19983,'action complete via WP Cron','2021-01-09 02:32:20','2021-01-08 21:32:20'),
(47460,19984,'action created','2021-01-09 02:32:20','2021-01-08 21:32:20'),
(47461,19984,'action started via WP Cron','2021-01-09 02:33:47','2021-01-08 21:33:47'),
(47462,19984,'action complete via WP Cron','2021-01-09 02:33:47','2021-01-08 21:33:47'),
(47463,19985,'action created','2021-01-09 02:33:48','2021-01-08 21:33:48'),
(47464,19985,'action started via WP Cron','2021-01-09 02:34:30','2021-01-08 21:34:30'),
(47465,19985,'action complete via WP Cron','2021-01-09 02:34:30','2021-01-08 21:34:30'),
(47466,19986,'action created','2021-01-09 02:34:30','2021-01-08 21:34:30'),
(47467,19986,'action started via WP Cron','2021-01-09 02:36:02','2021-01-08 21:36:02'),
(47468,19986,'action complete via WP Cron','2021-01-09 02:36:02','2021-01-08 21:36:02'),
(47469,19987,'action created','2021-01-09 02:36:02','2021-01-08 21:36:02'),
(47470,19987,'action started via WP Cron','2021-01-09 02:36:36','2021-01-08 21:36:36'),
(47471,19987,'action complete via WP Cron','2021-01-09 02:36:36','2021-01-08 21:36:36'),
(47472,19988,'action created','2021-01-09 02:36:36','2021-01-08 21:36:36'),
(47473,19988,'action started via WP Cron','2021-01-09 02:37:31','2021-01-08 21:37:31'),
(47474,19988,'action complete via WP Cron','2021-01-09 02:37:31','2021-01-08 21:37:31'),
(47475,19989,'action created','2021-01-09 02:37:31','2021-01-08 21:37:31'),
(47476,19989,'action started via WP Cron','2021-01-09 02:38:19','2021-01-08 21:38:19'),
(47477,19989,'action complete via WP Cron','2021-01-09 02:38:19','2021-01-08 21:38:19'),
(47478,19990,'action created','2021-01-09 02:38:19','2021-01-08 21:38:19'),
(47479,19990,'action started via WP Cron','2021-01-09 02:40:27','2021-01-08 21:40:27'),
(47480,19990,'action complete via WP Cron','2021-01-09 02:40:27','2021-01-08 21:40:27'),
(47481,19991,'action created','2021-01-09 02:40:27','2021-01-08 21:40:27'),
(47482,19991,'action started via WP Cron','2021-01-09 02:41:55','2021-01-08 21:41:55'),
(47483,19991,'action complete via WP Cron','2021-01-09 02:41:55','2021-01-08 21:41:55'),
(47484,19992,'action created','2021-01-09 02:41:55','2021-01-08 21:41:55'),
(47485,19992,'action started via WP Cron','2021-01-09 02:43:54','2021-01-08 21:43:54'),
(47486,19992,'action complete via WP Cron','2021-01-09 02:43:55','2021-01-08 21:43:55'),
(47487,19993,'action created','2021-01-09 02:44:31','2021-01-08 21:44:31'),
(47488,19993,'action started via WP Cron','2021-01-09 02:45:29','2021-01-08 21:45:29'),
(47489,19993,'action complete via WP Cron','2021-01-09 02:45:29','2021-01-08 21:45:29'),
(47490,19994,'action created','2021-01-09 02:45:29','2021-01-08 21:45:29'),
(47491,19994,'action started via WP Cron','2021-01-09 02:46:21','2021-01-08 21:46:21'),
(47492,19994,'action complete via WP Cron','2021-01-09 02:46:21','2021-01-08 21:46:21'),
(47493,19995,'action created','2021-01-09 02:46:21','2021-01-08 21:46:21'),
(47494,19995,'action started via WP Cron','2021-01-09 02:47:11','2021-01-08 21:47:11'),
(47495,19995,'action complete via WP Cron','2021-01-09 02:47:11','2021-01-08 21:47:11'),
(47496,19996,'action created','2021-01-09 02:47:12','2021-01-08 21:47:12'),
(47497,19996,'action started via WP Cron','2021-01-09 02:48:21','2021-01-08 21:48:21'),
(47498,19996,'action complete via WP Cron','2021-01-09 02:48:21','2021-01-08 21:48:21'),
(47499,19997,'action created','2021-01-09 02:48:21','2021-01-08 21:48:21'),
(47500,19997,'action started via WP Cron','2021-01-09 02:51:22','2021-01-08 21:51:22'),
(47501,19997,'action complete via WP Cron','2021-01-09 02:51:22','2021-01-08 21:51:22'),
(47502,19998,'action created','2021-01-09 02:51:22','2021-01-08 21:51:22'),
(47503,19998,'action started via WP Cron','2021-01-09 02:52:21','2021-01-08 21:52:21'),
(47504,19998,'action complete via WP Cron','2021-01-09 02:52:21','2021-01-08 21:52:21'),
(47505,19999,'action created','2021-01-09 02:52:21','2021-01-08 21:52:21'),
(47506,19999,'action started via WP Cron','2021-01-09 02:55:10','2021-01-08 21:55:10'),
(47507,19999,'action complete via WP Cron','2021-01-09 02:55:10','2021-01-08 21:55:10'),
(47508,20000,'action created','2021-01-09 02:55:10','2021-01-08 21:55:10'),
(47509,20000,'action started via WP Cron','2021-01-09 02:55:32','2021-01-08 21:55:32'),
(47510,20000,'action complete via WP Cron','2021-01-09 02:55:32','2021-01-08 21:55:32'),
(47511,20001,'action created','2021-01-09 02:55:32','2021-01-08 21:55:32'),
(47512,20001,'action started via WP Cron','2021-01-09 02:57:33','2021-01-08 21:57:33'),
(47513,20001,'action complete via WP Cron','2021-01-09 02:57:33','2021-01-08 21:57:33'),
(47514,20002,'action created','2021-01-09 02:57:33','2021-01-08 21:57:33'),
(47515,20002,'action started via WP Cron','2021-01-09 02:59:20','2021-01-08 21:59:20'),
(47516,20002,'action complete via WP Cron','2021-01-09 02:59:20','2021-01-08 21:59:20'),
(47517,20003,'action created','2021-01-09 02:59:20','2021-01-08 21:59:20'),
(47518,20003,'action started via WP Cron','2021-01-09 03:00:53','2021-01-08 22:00:53'),
(47519,20003,'action complete via WP Cron','2021-01-09 03:00:53','2021-01-08 22:00:53'),
(47520,20004,'action created','2021-01-09 03:00:53','2021-01-08 22:00:53'),
(47521,20004,'action started via WP Cron','2021-01-09 03:01:53','2021-01-08 22:01:53'),
(47522,20004,'action complete via WP Cron','2021-01-09 03:01:53','2021-01-08 22:01:53'),
(47523,20005,'action created','2021-01-09 03:01:53','2021-01-08 22:01:53'),
(47524,20005,'action started via WP Cron','2021-01-09 03:02:11','2021-01-08 22:02:11'),
(47525,20005,'action complete via WP Cron','2021-01-09 03:02:11','2021-01-08 22:02:11'),
(47526,20006,'action created','2021-01-09 03:02:11','2021-01-08 22:02:11'),
(47527,20006,'action started via WP Cron','2021-01-09 03:04:15','2021-01-08 22:04:15'),
(47528,20006,'action complete via WP Cron','2021-01-09 03:04:15','2021-01-08 22:04:15'),
(47529,20007,'action created','2021-01-09 03:04:15','2021-01-08 22:04:15'),
(47530,20007,'action started via WP Cron','2021-01-09 03:05:22','2021-01-08 22:05:22'),
(47531,20007,'action complete via WP Cron','2021-01-09 03:05:22','2021-01-08 22:05:22'),
(47532,20008,'action created','2021-01-09 03:05:22','2021-01-08 22:05:22'),
(47533,20008,'action started via WP Cron','2021-01-09 03:07:05','2021-01-08 22:07:05'),
(47534,20008,'action complete via WP Cron','2021-01-09 03:07:05','2021-01-08 22:07:05'),
(47535,20009,'action created','2021-01-09 03:07:05','2021-01-08 22:07:05'),
(47536,20009,'action started via WP Cron','2021-01-09 03:07:28','2021-01-08 22:07:28'),
(47537,20009,'action complete via WP Cron','2021-01-09 03:07:28','2021-01-08 22:07:28'),
(47538,20010,'action created','2021-01-09 03:07:28','2021-01-08 22:07:28'),
(47539,20010,'action started via WP Cron','2021-01-09 03:09:01','2021-01-08 22:09:01'),
(47540,20010,'action complete via WP Cron','2021-01-09 03:09:01','2021-01-08 22:09:01'),
(47541,20011,'action created','2021-01-09 03:09:01','2021-01-08 22:09:01'),
(47542,20011,'action started via WP Cron','2021-01-09 03:10:26','2021-01-08 22:10:26'),
(47543,20011,'action complete via WP Cron','2021-01-09 03:10:26','2021-01-08 22:10:26'),
(47544,20012,'action created','2021-01-09 03:10:26','2021-01-08 22:10:26'),
(47545,20012,'action started via WP Cron','2021-01-09 03:11:55','2021-01-08 22:11:55'),
(47546,20012,'action complete via WP Cron','2021-01-09 03:11:55','2021-01-08 22:11:55'),
(47547,20013,'action created','2021-01-09 03:11:55','2021-01-08 22:11:55'),
(47548,20013,'action started via WP Cron','2021-01-09 03:13:51','2021-01-08 22:13:51'),
(47549,20013,'action complete via WP Cron','2021-01-09 03:13:51','2021-01-08 22:13:51'),
(47550,20014,'action created','2021-01-09 03:13:51','2021-01-08 22:13:51'),
(47551,20014,'action started via WP Cron','2021-01-09 03:14:27','2021-01-08 22:14:27'),
(47552,20014,'action complete via WP Cron','2021-01-09 03:14:27','2021-01-08 22:14:27'),
(47553,20015,'action created','2021-01-09 03:14:27','2021-01-08 22:14:27'),
(47554,20015,'action started via WP Cron','2021-01-09 03:15:34','2021-01-08 22:15:34'),
(47555,20015,'action complete via WP Cron','2021-01-09 03:15:34','2021-01-08 22:15:34'),
(47556,20016,'action created','2021-01-09 03:15:34','2021-01-08 22:15:34'),
(47557,20016,'action started via WP Cron','2021-01-09 03:16:19','2021-01-08 22:16:19'),
(47558,20016,'action complete via WP Cron','2021-01-09 03:16:19','2021-01-08 22:16:19'),
(47559,20017,'action created','2021-01-09 03:16:19','2021-01-08 22:16:19'),
(47560,20017,'action started via WP Cron','2021-01-09 03:17:20','2021-01-08 22:17:20'),
(47561,20017,'action complete via WP Cron','2021-01-09 03:17:20','2021-01-08 22:17:20'),
(47562,20018,'action created','2021-01-09 03:17:20','2021-01-08 22:17:20'),
(47563,20018,'action started via WP Cron','2021-01-09 03:18:35','2021-01-08 22:18:35'),
(47564,20018,'action complete via WP Cron','2021-01-09 03:18:35','2021-01-08 22:18:35'),
(47565,20019,'action created','2021-01-09 03:18:36','2021-01-08 22:18:36'),
(47566,20019,'action started via WP Cron','2021-01-09 03:19:32','2021-01-08 22:19:32'),
(47567,20019,'action complete via WP Cron','2021-01-09 03:19:32','2021-01-08 22:19:32'),
(47568,20020,'action created','2021-01-09 03:19:32','2021-01-08 22:19:32'),
(47569,20020,'action started via WP Cron','2021-01-09 03:21:29','2021-01-08 22:21:29'),
(47570,20020,'action complete via WP Cron','2021-01-09 03:21:29','2021-01-08 22:21:29'),
(47571,20021,'action created','2021-01-09 03:21:29','2021-01-08 22:21:29'),
(47572,20021,'action started via WP Cron','2021-01-09 03:22:18','2021-01-08 22:22:18'),
(47573,20021,'action complete via WP Cron','2021-01-09 03:22:18','2021-01-08 22:22:18'),
(47574,20022,'action created','2021-01-09 03:22:18','2021-01-08 22:22:18'),
(47575,20022,'action started via WP Cron','2021-01-09 03:24:04','2021-01-08 22:24:04'),
(47576,20022,'action complete via WP Cron','2021-01-09 03:24:04','2021-01-08 22:24:04'),
(47577,20023,'action created','2021-01-09 03:24:04','2021-01-08 22:24:04'),
(47578,20023,'action started via WP Cron','2021-01-09 03:25:01','2021-01-08 22:25:01'),
(47579,20023,'action complete via WP Cron','2021-01-09 03:25:01','2021-01-08 22:25:01'),
(47580,20024,'action created','2021-01-09 03:25:01','2021-01-08 22:25:01'),
(47581,20024,'action started via WP Cron','2021-01-09 03:25:30','2021-01-08 22:25:30'),
(47582,20024,'action complete via WP Cron','2021-01-09 03:25:30','2021-01-08 22:25:30'),
(47583,20025,'action created','2021-01-09 03:25:30','2021-01-08 22:25:30'),
(47584,20025,'action started via WP Cron','2021-01-09 03:26:39','2021-01-08 22:26:39'),
(47585,20025,'action complete via WP Cron','2021-01-09 03:26:39','2021-01-08 22:26:39'),
(47586,20026,'action created','2021-01-09 03:26:39','2021-01-08 22:26:39'),
(47587,20026,'action started via WP Cron','2021-01-09 03:28:31','2021-01-08 22:28:31'),
(47588,20026,'action complete via WP Cron','2021-01-09 03:28:31','2021-01-08 22:28:31'),
(47589,20027,'action created','2021-01-09 03:28:31','2021-01-08 22:28:31'),
(47590,20027,'action started via WP Cron','2021-01-09 03:29:12','2021-01-08 22:29:12'),
(47591,20027,'action complete via WP Cron','2021-01-09 03:29:12','2021-01-08 22:29:12'),
(47592,20028,'action created','2021-01-09 03:29:12','2021-01-08 22:29:12'),
(47593,20028,'action started via WP Cron','2021-01-09 03:30:31','2021-01-08 22:30:31'),
(47594,20028,'action complete via WP Cron','2021-01-09 03:30:31','2021-01-08 22:30:31'),
(47595,20029,'action created','2021-01-09 03:30:31','2021-01-08 22:30:31'),
(47596,20029,'action started via WP Cron','2021-01-09 03:31:37','2021-01-08 22:31:37'),
(47597,20029,'action complete via WP Cron','2021-01-09 03:31:37','2021-01-08 22:31:37'),
(47598,20030,'action created','2021-01-09 03:31:37','2021-01-08 22:31:37'),
(47599,20030,'action started via WP Cron','2021-01-09 03:33:15','2021-01-08 22:33:15'),
(47600,20030,'action complete via WP Cron','2021-01-09 03:33:15','2021-01-08 22:33:15'),
(47601,20031,'action created','2021-01-09 03:33:15','2021-01-08 22:33:15'),
(47602,20031,'action started via WP Cron','2021-01-09 03:34:41','2021-01-08 22:34:41'),
(47603,20031,'action complete via WP Cron','2021-01-09 03:34:41','2021-01-08 22:34:41'),
(47604,20032,'action created','2021-01-09 03:34:41','2021-01-08 22:34:41'),
(47605,20032,'action started via WP Cron','2021-01-09 03:37:06','2021-01-08 22:37:06'),
(47606,20032,'action complete via WP Cron','2021-01-09 03:37:06','2021-01-08 22:37:06'),
(47607,20033,'action created','2021-01-09 03:37:06','2021-01-08 22:37:06'),
(47608,20033,'action started via WP Cron','2021-01-09 03:37:27','2021-01-08 22:37:27'),
(47609,20033,'action complete via WP Cron','2021-01-09 03:37:27','2021-01-08 22:37:27'),
(47610,20034,'action created','2021-01-09 03:37:27','2021-01-08 22:37:27'),
(47611,20034,'action started via WP Cron','2021-01-09 03:38:33','2021-01-08 22:38:33'),
(47612,20034,'action complete via WP Cron','2021-01-09 03:38:33','2021-01-08 22:38:33'),
(47613,20035,'action created','2021-01-09 03:38:33','2021-01-08 22:38:33'),
(47614,20035,'action started via WP Cron','2021-01-09 03:40:14','2021-01-08 22:40:14'),
(47615,20035,'action complete via WP Cron','2021-01-09 03:40:14','2021-01-08 22:40:14'),
(47616,20036,'action created','2021-01-09 03:40:14','2021-01-08 22:40:14'),
(47617,20036,'action started via WP Cron','2021-01-09 03:41:19','2021-01-08 22:41:19'),
(47618,20036,'action complete via WP Cron','2021-01-09 03:41:19','2021-01-08 22:41:19'),
(47619,20037,'action created','2021-01-09 03:41:19','2021-01-08 22:41:19'),
(47620,20037,'action started via WP Cron','2021-01-09 03:42:56','2021-01-08 22:42:56'),
(47621,20037,'action complete via WP Cron','2021-01-09 03:42:56','2021-01-08 22:42:56'),
(47622,20038,'action created','2021-01-09 03:42:56','2021-01-08 22:42:56'),
(47623,20038,'action started via WP Cron','2021-01-09 03:43:44','2021-01-08 22:43:44'),
(47624,20038,'action complete via WP Cron','2021-01-09 03:43:44','2021-01-08 22:43:44'),
(47625,20039,'action created','2021-01-09 03:43:44','2021-01-08 22:43:44'),
(47626,20039,'action started via WP Cron','2021-01-09 03:44:12','2021-01-08 22:44:12'),
(47627,20039,'action complete via WP Cron','2021-01-09 03:44:12','2021-01-08 22:44:12'),
(47628,20040,'action created','2021-01-09 03:44:12','2021-01-08 22:44:12'),
(47629,20040,'action started via WP Cron','2021-01-09 03:45:36','2021-01-08 22:45:36'),
(47630,20040,'action complete via WP Cron','2021-01-09 03:45:36','2021-01-08 22:45:36'),
(47631,20041,'action created','2021-01-09 03:45:36','2021-01-08 22:45:36'),
(47632,20041,'action started via WP Cron','2021-01-09 03:46:44','2021-01-08 22:46:44'),
(47633,20041,'action complete via WP Cron','2021-01-09 03:46:44','2021-01-08 22:46:44'),
(47634,20042,'action created','2021-01-09 03:46:44','2021-01-08 22:46:44'),
(47635,20042,'action started via WP Cron','2021-01-09 03:47:23','2021-01-08 22:47:23'),
(47636,20042,'action complete via WP Cron','2021-01-09 03:47:23','2021-01-08 22:47:23'),
(47637,20043,'action created','2021-01-09 03:47:23','2021-01-08 22:47:23'),
(47638,20043,'action started via WP Cron','2021-01-09 03:48:17','2021-01-08 22:48:17'),
(47639,20043,'action complete via WP Cron','2021-01-09 03:48:17','2021-01-08 22:48:17'),
(47640,20044,'action created','2021-01-09 03:48:17','2021-01-08 22:48:17'),
(47641,20044,'action started via WP Cron','2021-01-09 03:50:23','2021-01-08 22:50:23'),
(47642,20044,'action complete via WP Cron','2021-01-09 03:50:23','2021-01-08 22:50:23'),
(47643,20045,'action created','2021-01-09 03:50:23','2021-01-08 22:50:23'),
(47644,20045,'action started via WP Cron','2021-01-09 03:52:30','2021-01-08 22:52:30'),
(47645,20045,'action complete via WP Cron','2021-01-09 03:52:30','2021-01-08 22:52:30'),
(47646,20046,'action created','2021-01-09 03:52:30','2021-01-08 22:52:30'),
(47647,20046,'action started via WP Cron','2021-01-09 03:55:04','2021-01-08 22:55:04'),
(47648,20046,'action complete via WP Cron','2021-01-09 03:55:04','2021-01-08 22:55:04'),
(47649,20047,'action created','2021-01-09 03:55:04','2021-01-08 22:55:04'),
(47650,20047,'action started via WP Cron','2021-01-09 03:56:57','2021-01-08 22:56:57'),
(47651,20047,'action complete via WP Cron','2021-01-09 03:56:57','2021-01-08 22:56:57'),
(47652,20048,'action created','2021-01-09 03:56:57','2021-01-08 22:56:57'),
(47653,20048,'action started via WP Cron','2021-01-09 03:57:17','2021-01-08 22:57:17'),
(47654,20048,'action complete via WP Cron','2021-01-09 03:57:17','2021-01-08 22:57:17'),
(47655,20049,'action created','2021-01-09 03:57:17','2021-01-08 22:57:17'),
(47656,20049,'action started via WP Cron','2021-01-09 03:58:23','2021-01-08 22:58:23'),
(47657,20049,'action complete via WP Cron','2021-01-09 03:58:23','2021-01-08 22:58:23'),
(47658,20050,'action created','2021-01-09 03:58:23','2021-01-08 22:58:23'),
(47659,20050,'action started via WP Cron','2021-01-09 03:59:34','2021-01-08 22:59:34'),
(47660,20050,'action complete via WP Cron','2021-01-09 03:59:34','2021-01-08 22:59:34'),
(47661,20051,'action created','2021-01-09 03:59:34','2021-01-08 22:59:34'),
(47662,20051,'action started via WP Cron','2021-01-09 04:00:20','2021-01-08 23:00:20'),
(47663,20051,'action complete via WP Cron','2021-01-09 04:00:20','2021-01-08 23:00:20'),
(47664,20052,'action created','2021-01-09 04:00:20','2021-01-08 23:00:20'),
(47665,20052,'action started via WP Cron','2021-01-09 04:01:22','2021-01-08 23:01:22'),
(47666,20052,'action complete via WP Cron','2021-01-09 04:01:22','2021-01-08 23:01:22'),
(47667,20053,'action created','2021-01-09 04:01:22','2021-01-08 23:01:22'),
(47668,20053,'action started via WP Cron','2021-01-09 04:02:24','2021-01-08 23:02:24'),
(47669,20053,'action complete via WP Cron','2021-01-09 04:02:24','2021-01-08 23:02:24'),
(47670,20054,'action created','2021-01-09 04:02:24','2021-01-08 23:02:24'),
(47671,20054,'action started via WP Cron','2021-01-09 04:03:12','2021-01-08 23:03:12'),
(47672,20054,'action complete via WP Cron','2021-01-09 04:03:12','2021-01-08 23:03:12'),
(47673,20055,'action created','2021-01-09 04:03:12','2021-01-08 23:03:12'),
(47674,20055,'action started via WP Cron','2021-01-09 04:04:52','2021-01-08 23:04:52'),
(47675,20055,'action complete via WP Cron','2021-01-09 04:04:52','2021-01-08 23:04:52'),
(47676,20056,'action created','2021-01-09 04:04:52','2021-01-08 23:04:52'),
(47677,20056,'action started via WP Cron','2021-01-09 04:05:13','2021-01-08 23:05:13'),
(47678,20056,'action complete via WP Cron','2021-01-09 04:05:13','2021-01-08 23:05:13'),
(47679,20057,'action created','2021-01-09 04:05:14','2021-01-08 23:05:14'),
(47680,20057,'action started via WP Cron','2021-01-09 04:06:31','2021-01-08 23:06:31'),
(47681,20057,'action complete via WP Cron','2021-01-09 04:06:31','2021-01-08 23:06:31'),
(47682,20058,'action created','2021-01-09 04:06:31','2021-01-08 23:06:31'),
(47683,20058,'action started via WP Cron','2021-01-09 04:07:25','2021-01-08 23:07:25'),
(47684,20058,'action complete via WP Cron','2021-01-09 04:07:25','2021-01-08 23:07:25'),
(47685,20059,'action created','2021-01-09 04:07:25','2021-01-08 23:07:25'),
(47686,20059,'action started via WP Cron','2021-01-09 04:10:08','2021-01-08 23:10:08'),
(47687,20059,'action complete via WP Cron','2021-01-09 04:10:08','2021-01-08 23:10:08'),
(47688,20060,'action created','2021-01-09 04:10:08','2021-01-08 23:10:08'),
(47689,20060,'action started via WP Cron','2021-01-09 04:10:18','2021-01-08 23:10:18'),
(47690,20060,'action complete via WP Cron','2021-01-09 04:10:18','2021-01-08 23:10:18'),
(47691,20061,'action created','2021-01-09 04:10:18','2021-01-08 23:10:18'),
(47692,20061,'action started via WP Cron','2021-01-09 04:11:57','2021-01-08 23:11:57'),
(47693,20061,'action complete via WP Cron','2021-01-09 04:11:57','2021-01-08 23:11:57'),
(47694,20062,'action created','2021-01-09 04:11:57','2021-01-08 23:11:57'),
(47695,20062,'action started via WP Cron','2021-01-09 04:12:21','2021-01-08 23:12:21'),
(47696,20062,'action complete via WP Cron','2021-01-09 04:12:21','2021-01-08 23:12:21'),
(47697,20063,'action created','2021-01-09 04:12:21','2021-01-08 23:12:21'),
(47698,20063,'action started via WP Cron','2021-01-09 04:13:40','2021-01-08 23:13:40'),
(47699,20063,'action complete via WP Cron','2021-01-09 04:13:40','2021-01-08 23:13:40'),
(47700,20064,'action created','2021-01-09 04:13:40','2021-01-08 23:13:40'),
(47701,20064,'action started via WP Cron','2021-01-09 04:14:39','2021-01-08 23:14:39'),
(47702,20064,'action complete via WP Cron','2021-01-09 04:14:39','2021-01-08 23:14:39'),
(47703,20065,'action created','2021-01-09 04:14:39','2021-01-08 23:14:39'),
(47704,20065,'action started via WP Cron','2021-01-09 04:16:10','2021-01-08 23:16:10'),
(47705,20065,'action complete via WP Cron','2021-01-09 04:16:10','2021-01-08 23:16:10'),
(47706,20066,'action created','2021-01-09 04:16:43','2021-01-08 23:16:43'),
(47707,20066,'action started via WP Cron','2021-01-09 04:17:28','2021-01-08 23:17:28'),
(47708,20066,'action complete via WP Cron','2021-01-09 04:17:28','2021-01-08 23:17:28'),
(47709,20067,'action created','2021-01-09 04:17:28','2021-01-08 23:17:28'),
(47710,20067,'action started via WP Cron','2021-01-09 04:18:29','2021-01-08 23:18:29'),
(47711,20067,'action complete via WP Cron','2021-01-09 04:18:29','2021-01-08 23:18:29'),
(47712,20068,'action created','2021-01-09 04:18:29','2021-01-08 23:18:29'),
(47713,20068,'action started via WP Cron','2021-01-09 04:19:59','2021-01-08 23:19:59'),
(47714,20068,'action complete via WP Cron','2021-01-09 04:19:59','2021-01-08 23:19:59'),
(47715,20069,'action created','2021-01-09 04:19:59','2021-01-08 23:19:59'),
(47716,20069,'action started via WP Cron','2021-01-09 04:20:29','2021-01-08 23:20:29'),
(47717,20069,'action complete via WP Cron','2021-01-09 04:20:29','2021-01-08 23:20:29'),
(47718,20070,'action created','2021-01-09 04:20:29','2021-01-08 23:20:29'),
(47719,20070,'action started via WP Cron','2021-01-09 04:21:23','2021-01-08 23:21:23'),
(47720,20070,'action complete via WP Cron','2021-01-09 04:21:23','2021-01-08 23:21:23'),
(47721,20071,'action created','2021-01-09 04:21:23','2021-01-08 23:21:23'),
(47722,20071,'action started via WP Cron','2021-01-09 04:22:13','2021-01-08 23:22:13'),
(47723,20071,'action complete via WP Cron','2021-01-09 04:22:13','2021-01-08 23:22:13'),
(47724,20072,'action created','2021-01-09 04:22:13','2021-01-08 23:22:13'),
(47725,20072,'action started via WP Cron','2021-01-09 04:23:56','2021-01-08 23:23:56'),
(47726,20072,'action complete via WP Cron','2021-01-09 04:23:56','2021-01-08 23:23:56'),
(47727,20073,'action created','2021-01-09 04:23:56','2021-01-08 23:23:56'),
(47728,20073,'action started via WP Cron','2021-01-09 04:24:36','2021-01-08 23:24:36'),
(47729,20073,'action complete via WP Cron','2021-01-09 04:24:36','2021-01-08 23:24:36'),
(47730,20074,'action created','2021-01-09 04:24:36','2021-01-08 23:24:36'),
(47731,20074,'action started via WP Cron','2021-01-09 04:26:08','2021-01-08 23:26:08'),
(47732,20074,'action complete via WP Cron','2021-01-09 04:26:08','2021-01-08 23:26:08'),
(47733,20075,'action created','2021-01-09 04:26:09','2021-01-08 23:26:09'),
(47734,20075,'action started via WP Cron','2021-01-09 04:27:45','2021-01-08 23:27:45'),
(47735,20075,'action complete via WP Cron','2021-01-09 04:27:45','2021-01-08 23:27:45'),
(47736,20076,'action created','2021-01-09 04:27:45','2021-01-08 23:27:45'),
(47737,20076,'action started via WP Cron','2021-01-09 04:28:31','2021-01-08 23:28:31'),
(47738,20076,'action complete via WP Cron','2021-01-09 04:28:31','2021-01-08 23:28:31'),
(47739,20077,'action created','2021-01-09 04:28:31','2021-01-08 23:28:31'),
(47740,20077,'action started via WP Cron','2021-01-09 04:29:46','2021-01-08 23:29:46'),
(47741,20077,'action complete via WP Cron','2021-01-09 04:29:46','2021-01-08 23:29:46'),
(47742,20078,'action created','2021-01-09 04:29:46','2021-01-08 23:29:46'),
(47743,20078,'action started via WP Cron','2021-01-09 04:30:29','2021-01-08 23:30:29'),
(47744,20078,'action complete via WP Cron','2021-01-09 04:30:29','2021-01-08 23:30:29'),
(47745,20079,'action created','2021-01-09 04:30:29','2021-01-08 23:30:29'),
(47746,20079,'action started via WP Cron','2021-01-09 04:33:17','2021-01-08 23:33:17'),
(47747,20079,'action complete via WP Cron','2021-01-09 04:33:17','2021-01-08 23:33:17'),
(47748,20080,'action created','2021-01-09 04:33:17','2021-01-08 23:33:17'),
(47749,20080,'action started via WP Cron','2021-01-09 04:34:34','2021-01-08 23:34:34'),
(47750,20080,'action complete via WP Cron','2021-01-09 04:34:34','2021-01-08 23:34:34'),
(47751,20081,'action created','2021-01-09 04:34:34','2021-01-08 23:34:34'),
(47752,20081,'action started via WP Cron','2021-01-09 04:36:49','2021-01-08 23:36:49'),
(47753,20081,'action complete via WP Cron','2021-01-09 04:36:49','2021-01-08 23:36:49'),
(47754,20082,'action created','2021-01-09 04:36:49','2021-01-08 23:36:49'),
(47755,20082,'action started via WP Cron','2021-01-09 04:37:52','2021-01-08 23:37:52'),
(47756,20082,'action complete via WP Cron','2021-01-09 04:37:52','2021-01-08 23:37:52'),
(47757,20083,'action created','2021-01-09 04:37:52','2021-01-08 23:37:52'),
(47758,20083,'action started via WP Cron','2021-01-09 04:38:21','2021-01-08 23:38:21'),
(47759,20083,'action complete via WP Cron','2021-01-09 04:38:21','2021-01-08 23:38:21'),
(47760,20084,'action created','2021-01-09 04:38:21','2021-01-08 23:38:21'),
(47761,20084,'action started via WP Cron','2021-01-09 04:39:17','2021-01-08 23:39:17'),
(47762,20084,'action complete via WP Cron','2021-01-09 04:39:17','2021-01-08 23:39:17'),
(47763,20085,'action created','2021-01-09 04:39:18','2021-01-08 23:39:18'),
(47764,20085,'action started via WP Cron','2021-01-09 04:41:19','2021-01-08 23:41:19'),
(47765,20085,'action complete via WP Cron','2021-01-09 04:41:19','2021-01-08 23:41:19'),
(47766,20086,'action created','2021-01-09 04:41:19','2021-01-08 23:41:19'),
(47767,20086,'action started via WP Cron','2021-01-09 04:42:32','2021-01-08 23:42:32'),
(47768,20086,'action complete via WP Cron','2021-01-09 04:42:32','2021-01-08 23:42:32'),
(47769,20087,'action created','2021-01-09 04:42:32','2021-01-08 23:42:32'),
(47770,20087,'action started via WP Cron','2021-01-09 04:43:17','2021-01-08 23:43:17'),
(47771,20087,'action complete via WP Cron','2021-01-09 04:43:17','2021-01-08 23:43:17'),
(47772,20088,'action created','2021-01-09 04:43:18','2021-01-08 23:43:18'),
(47773,20088,'action started via WP Cron','2021-01-09 04:44:15','2021-01-08 23:44:15'),
(47774,20088,'action complete via WP Cron','2021-01-09 04:44:15','2021-01-08 23:44:15'),
(47775,20089,'action created','2021-01-09 04:44:16','2021-01-08 23:44:16'),
(47776,20089,'action started via WP Cron','2021-01-09 04:46:24','2021-01-08 23:46:24'),
(47777,20089,'action complete via WP Cron','2021-01-09 04:46:24','2021-01-08 23:46:24'),
(47778,20090,'action created','2021-01-09 04:46:24','2021-01-08 23:46:24'),
(47779,20090,'action started via WP Cron','2021-01-09 04:47:19','2021-01-08 23:47:19'),
(47780,20090,'action complete via WP Cron','2021-01-09 04:47:19','2021-01-08 23:47:19'),
(47781,20091,'action created','2021-01-09 04:47:19','2021-01-08 23:47:19'),
(47782,20091,'action started via WP Cron','2021-01-09 04:48:38','2021-01-08 23:48:38'),
(47783,20091,'action complete via WP Cron','2021-01-09 04:48:38','2021-01-08 23:48:38'),
(47784,20092,'action created','2021-01-09 04:48:38','2021-01-08 23:48:38'),
(47785,20092,'action started via WP Cron','2021-01-09 04:50:11','2021-01-08 23:50:11'),
(47786,20092,'action complete via WP Cron','2021-01-09 04:50:11','2021-01-08 23:50:11'),
(47787,20093,'action created','2021-01-09 04:50:11','2021-01-08 23:50:11'),
(47788,20093,'action started via WP Cron','2021-01-09 04:52:19','2021-01-08 23:52:19'),
(47789,20093,'action complete via WP Cron','2021-01-09 04:52:19','2021-01-08 23:52:19'),
(47790,20094,'action created','2021-01-09 04:52:19','2021-01-08 23:52:19'),
(47791,20094,'action started via WP Cron','2021-01-09 04:53:22','2021-01-08 23:53:22'),
(47792,20094,'action complete via WP Cron','2021-01-09 04:53:22','2021-01-08 23:53:22'),
(47793,20095,'action created','2021-01-09 04:53:22','2021-01-08 23:53:22'),
(47794,20095,'action started via WP Cron','2021-01-09 04:54:46','2021-01-08 23:54:46'),
(47795,20095,'action complete via WP Cron','2021-01-09 04:54:46','2021-01-08 23:54:46'),
(47796,20096,'action created','2021-01-09 04:54:46','2021-01-08 23:54:46'),
(47797,20096,'action started via WP Cron','2021-01-09 04:56:17','2021-01-08 23:56:17'),
(47798,20096,'action complete via WP Cron','2021-01-09 04:56:17','2021-01-08 23:56:17'),
(47799,20097,'action created','2021-01-09 04:56:17','2021-01-08 23:56:17'),
(47800,20097,'action started via WP Cron','2021-01-09 04:57:37','2021-01-08 23:57:37'),
(47801,20097,'action complete via WP Cron','2021-01-09 04:57:37','2021-01-08 23:57:37'),
(47802,20098,'action created','2021-01-09 04:57:37','2021-01-08 23:57:37'),
(47803,20098,'action started via WP Cron','2021-01-09 05:01:49','2021-01-09 00:01:49'),
(47804,20098,'action complete via WP Cron','2021-01-09 05:01:49','2021-01-09 00:01:49'),
(47805,20099,'action created','2021-01-09 05:01:49','2021-01-09 00:01:49'),
(47806,20099,'action started via WP Cron','2021-01-09 05:02:21','2021-01-09 00:02:21'),
(47807,20099,'action complete via WP Cron','2021-01-09 05:02:21','2021-01-09 00:02:21'),
(47808,20100,'action created','2021-01-09 05:02:21','2021-01-09 00:02:21'),
(47809,20100,'action started via WP Cron','2021-01-09 05:05:39','2021-01-09 00:05:39'),
(47810,20100,'action complete via WP Cron','2021-01-09 05:05:39','2021-01-09 00:05:39'),
(47811,20101,'action created','2021-01-09 05:05:39','2021-01-09 00:05:39'),
(47812,20101,'action started via WP Cron','2021-01-09 05:08:04','2021-01-09 00:08:04'),
(47813,20101,'action complete via WP Cron','2021-01-09 05:08:04','2021-01-09 00:08:04'),
(47814,20102,'action created','2021-01-09 05:08:04','2021-01-09 00:08:04'),
(47815,20102,'action started via WP Cron','2021-01-09 05:09:15','2021-01-09 00:09:15'),
(47816,20102,'action complete via WP Cron','2021-01-09 05:09:15','2021-01-09 00:09:15'),
(47817,20103,'action created','2021-01-09 05:09:15','2021-01-09 00:09:15'),
(47818,20103,'action started via WP Cron','2021-01-09 05:10:17','2021-01-09 00:10:17'),
(47819,20103,'action complete via WP Cron','2021-01-09 05:10:17','2021-01-09 00:10:17'),
(47820,20104,'action created','2021-01-09 05:10:17','2021-01-09 00:10:17'),
(47821,20104,'action started via WP Cron','2021-01-09 05:12:08','2021-01-09 00:12:08'),
(47822,20104,'action complete via WP Cron','2021-01-09 05:12:08','2021-01-09 00:12:08'),
(47823,20105,'action created','2021-01-09 05:12:08','2021-01-09 00:12:08'),
(47824,20105,'action started via WP Cron','2021-01-09 05:12:20','2021-01-09 00:12:20'),
(47825,20105,'action complete via WP Cron','2021-01-09 05:12:20','2021-01-09 00:12:20'),
(47826,20106,'action created','2021-01-09 05:12:20','2021-01-09 00:12:20'),
(47827,20106,'action started via WP Cron','2021-01-09 05:13:37','2021-01-09 00:13:37'),
(47828,20106,'action complete via WP Cron','2021-01-09 05:13:37','2021-01-09 00:13:37'),
(47829,20107,'action created','2021-01-09 05:13:37','2021-01-09 00:13:37'),
(47830,20107,'action started via WP Cron','2021-01-09 05:14:14','2021-01-09 00:14:14'),
(47831,20107,'action complete via WP Cron','2021-01-09 05:14:15','2021-01-09 00:14:15'),
(47832,20108,'action created','2021-01-09 05:14:15','2021-01-09 00:14:15'),
(47833,20108,'action started via WP Cron','2021-01-09 05:15:45','2021-01-09 00:15:45'),
(47834,20108,'action complete via WP Cron','2021-01-09 05:15:45','2021-01-09 00:15:45'),
(47835,20109,'action created','2021-01-09 05:15:45','2021-01-09 00:15:45'),
(47836,20109,'action started via WP Cron','2021-01-09 05:16:15','2021-01-09 00:16:15'),
(47837,20109,'action complete via WP Cron','2021-01-09 05:16:15','2021-01-09 00:16:15'),
(47838,20110,'action created','2021-01-09 05:16:15','2021-01-09 00:16:15'),
(47839,20110,'action started via WP Cron','2021-01-09 05:17:31','2021-01-09 00:17:31'),
(47840,20110,'action complete via WP Cron','2021-01-09 05:17:31','2021-01-09 00:17:31'),
(47841,20111,'action created','2021-01-09 05:17:31','2021-01-09 00:17:31'),
(47842,20111,'action started via WP Cron','2021-01-09 05:18:18','2021-01-09 00:18:18'),
(47843,20111,'action complete via WP Cron','2021-01-09 05:18:18','2021-01-09 00:18:18'),
(47844,20112,'action created','2021-01-09 05:18:18','2021-01-09 00:18:18'),
(47845,20112,'action started via WP Cron','2021-01-09 05:19:32','2021-01-09 00:19:32'),
(47846,20112,'action complete via WP Cron','2021-01-09 05:19:33','2021-01-09 00:19:33'),
(47847,20113,'action created','2021-01-09 05:19:33','2021-01-09 00:19:33'),
(47848,20113,'action started via WP Cron','2021-01-09 05:20:19','2021-01-09 00:20:19'),
(47849,20113,'action complete via WP Cron','2021-01-09 05:20:19','2021-01-09 00:20:19'),
(47850,20114,'action created','2021-01-09 05:20:19','2021-01-09 00:20:19'),
(47851,20114,'action started via WP Cron','2021-01-09 05:21:31','2021-01-09 00:21:31'),
(47852,20114,'action complete via WP Cron','2021-01-09 05:21:31','2021-01-09 00:21:31'),
(47853,20115,'action created','2021-01-09 05:21:31','2021-01-09 00:21:31'),
(47854,20115,'action started via WP Cron','2021-01-09 05:22:47','2021-01-09 00:22:47'),
(47855,20115,'action complete via WP Cron','2021-01-09 05:22:47','2021-01-09 00:22:47'),
(47856,20116,'action created','2021-01-09 05:22:47','2021-01-09 00:22:47'),
(47857,20116,'action started via WP Cron','2021-01-09 05:23:41','2021-01-09 00:23:41'),
(47858,20116,'action complete via WP Cron','2021-01-09 05:23:41','2021-01-09 00:23:41'),
(47859,20117,'action created','2021-01-09 05:23:42','2021-01-09 00:23:42'),
(47860,20117,'action started via WP Cron','2021-01-09 05:24:31','2021-01-09 00:24:31'),
(47861,20117,'action complete via WP Cron','2021-01-09 05:24:31','2021-01-09 00:24:31'),
(47862,20118,'action created','2021-01-09 05:24:31','2021-01-09 00:24:31'),
(47863,20118,'action started via WP Cron','2021-01-09 05:25:38','2021-01-09 00:25:38'),
(47864,20118,'action complete via WP Cron','2021-01-09 05:25:38','2021-01-09 00:25:38'),
(47865,20119,'action created','2021-01-09 05:25:38','2021-01-09 00:25:38'),
(47866,20119,'action started via WP Cron','2021-01-09 05:27:08','2021-01-09 00:27:08'),
(47867,20119,'action complete via WP Cron','2021-01-09 05:27:09','2021-01-09 00:27:09'),
(47868,20120,'action created','2021-01-09 05:27:09','2021-01-09 00:27:09'),
(47869,20120,'action started via WP Cron','2021-01-09 05:27:21','2021-01-09 00:27:21'),
(47870,20120,'action complete via WP Cron','2021-01-09 05:27:21','2021-01-09 00:27:21'),
(47871,20121,'action created','2021-01-09 05:27:21','2021-01-09 00:27:21'),
(47872,20121,'action started via WP Cron','2021-01-09 05:28:54','2021-01-09 00:28:54'),
(47873,20121,'action complete via WP Cron','2021-01-09 05:28:54','2021-01-09 00:28:54'),
(47874,20122,'action created','2021-01-09 05:28:54','2021-01-09 00:28:54'),
(47875,20122,'action started via WP Cron','2021-01-09 05:29:26','2021-01-09 00:29:26'),
(47876,20122,'action complete via WP Cron','2021-01-09 05:29:26','2021-01-09 00:29:26'),
(47877,20123,'action created','2021-01-09 05:29:26','2021-01-09 00:29:26'),
(47878,20123,'action started via WP Cron','2021-01-09 05:31:20','2021-01-09 00:31:20'),
(47879,20123,'action complete via WP Cron','2021-01-09 05:31:20','2021-01-09 00:31:20'),
(47880,20124,'action created','2021-01-09 05:31:21','2021-01-09 00:31:21'),
(47881,20124,'action started via WP Cron','2021-01-09 05:32:37','2021-01-09 00:32:37'),
(47882,20124,'action complete via WP Cron','2021-01-09 05:32:37','2021-01-09 00:32:37'),
(47883,20125,'action created','2021-01-09 05:32:37','2021-01-09 00:32:37'),
(47884,20125,'action started via WP Cron','2021-01-09 05:33:18','2021-01-09 00:33:18'),
(47885,20125,'action complete via WP Cron','2021-01-09 05:33:18','2021-01-09 00:33:18'),
(47886,20126,'action created','2021-01-09 05:33:18','2021-01-09 00:33:18'),
(47887,20126,'action started via WP Cron','2021-01-09 05:34:29','2021-01-09 00:34:29'),
(47888,20126,'action complete via WP Cron','2021-01-09 05:34:29','2021-01-09 00:34:29'),
(47889,20127,'action created','2021-01-09 05:34:29','2021-01-09 00:34:29'),
(47890,20127,'action started via WP Cron','2021-01-09 05:35:51','2021-01-09 00:35:51'),
(47891,20127,'action complete via WP Cron','2021-01-09 05:35:51','2021-01-09 00:35:51'),
(47892,20128,'action created','2021-01-09 05:35:51','2021-01-09 00:35:51'),
(47893,20128,'action started via WP Cron','2021-01-09 05:36:15','2021-01-09 00:36:15'),
(47894,20128,'action complete via WP Cron','2021-01-09 05:36:15','2021-01-09 00:36:15'),
(47895,20129,'action created','2021-01-09 05:36:15','2021-01-09 00:36:15'),
(47896,20129,'action started via WP Cron','2021-01-09 05:37:45','2021-01-09 00:37:45'),
(47897,20129,'action complete via WP Cron','2021-01-09 05:37:45','2021-01-09 00:37:45'),
(47898,20130,'action created','2021-01-09 05:37:45','2021-01-09 00:37:45'),
(47899,20130,'action started via WP Cron','2021-01-09 05:38:45','2021-01-09 00:38:45'),
(47900,20130,'action complete via WP Cron','2021-01-09 05:38:45','2021-01-09 00:38:45'),
(47901,20131,'action created','2021-01-09 05:38:45','2021-01-09 00:38:45'),
(47902,20131,'action started via WP Cron','2021-01-09 05:39:26','2021-01-09 00:39:26'),
(47903,20131,'action complete via WP Cron','2021-01-09 05:39:26','2021-01-09 00:39:26'),
(47904,20132,'action created','2021-01-09 05:39:26','2021-01-09 00:39:26'),
(47905,20132,'action started via WP Cron','2021-01-09 05:40:30','2021-01-09 00:40:30'),
(47906,20132,'action complete via WP Cron','2021-01-09 05:40:30','2021-01-09 00:40:30'),
(47907,20133,'action created','2021-01-09 05:40:30','2021-01-09 00:40:30'),
(47908,20133,'action started via WP Cron','2021-01-09 05:41:28','2021-01-09 00:41:28'),
(47909,20133,'action complete via WP Cron','2021-01-09 05:41:28','2021-01-09 00:41:28'),
(47910,20134,'action created','2021-01-09 05:41:28','2021-01-09 00:41:28'),
(47911,20134,'action started via WP Cron','2021-01-09 05:42:22','2021-01-09 00:42:22'),
(47912,20134,'action complete via WP Cron','2021-01-09 05:42:22','2021-01-09 00:42:22'),
(47913,20135,'action created','2021-01-09 05:42:22','2021-01-09 00:42:22'),
(47914,20135,'action started via WP Cron','2021-01-09 05:43:22','2021-01-09 00:43:22'),
(47915,20135,'action complete via WP Cron','2021-01-09 05:43:22','2021-01-09 00:43:22'),
(47916,20136,'action created','2021-01-09 05:43:22','2021-01-09 00:43:22'),
(47917,20136,'action started via WP Cron','2021-01-09 05:44:13','2021-01-09 00:44:13'),
(47918,20136,'action complete via WP Cron','2021-01-09 05:44:13','2021-01-09 00:44:13'),
(47919,20137,'action created','2021-01-09 05:44:13','2021-01-09 00:44:13'),
(47920,20137,'action started via WP Cron','2021-01-09 05:45:22','2021-01-09 00:45:22'),
(47921,20137,'action complete via WP Cron','2021-01-09 05:45:22','2021-01-09 00:45:22'),
(47922,20138,'action created','2021-01-09 05:45:22','2021-01-09 00:45:22'),
(47923,20138,'action started via WP Cron','2021-01-09 05:47:07','2021-01-09 00:47:07'),
(47924,20138,'action complete via WP Cron','2021-01-09 05:47:07','2021-01-09 00:47:07'),
(47925,20139,'action created','2021-01-09 05:47:07','2021-01-09 00:47:07'),
(47926,20139,'action started via WP Cron','2021-01-09 05:48:37','2021-01-09 00:48:37'),
(47927,20139,'action complete via WP Cron','2021-01-09 05:48:37','2021-01-09 00:48:37'),
(47928,20140,'action created','2021-01-09 05:48:37','2021-01-09 00:48:37'),
(47929,20140,'action started via WP Cron','2021-01-09 05:50:08','2021-01-09 00:50:08'),
(47930,20140,'action complete via WP Cron','2021-01-09 05:50:08','2021-01-09 00:50:08'),
(47931,20141,'action created','2021-01-09 05:50:08','2021-01-09 00:50:08'),
(47932,20141,'action started via WP Cron','2021-01-09 05:52:20','2021-01-09 00:52:20'),
(47933,20141,'action complete via WP Cron','2021-01-09 05:52:20','2021-01-09 00:52:20'),
(47934,20142,'action created','2021-01-09 05:52:20','2021-01-09 00:52:20'),
(47935,20142,'action started via WP Cron','2021-01-09 05:53:23','2021-01-09 00:53:23'),
(47936,20142,'action complete via WP Cron','2021-01-09 05:53:23','2021-01-09 00:53:23'),
(47937,20143,'action created','2021-01-09 05:53:23','2021-01-09 00:53:23'),
(47938,20143,'action started via WP Cron','2021-01-09 05:54:28','2021-01-09 00:54:28'),
(47939,20143,'action complete via WP Cron','2021-01-09 05:54:28','2021-01-09 00:54:28'),
(47940,20144,'action created','2021-01-09 05:54:28','2021-01-09 00:54:28'),
(47941,20144,'action started via WP Cron','2021-01-09 05:55:32','2021-01-09 00:55:32'),
(47942,20144,'action complete via WP Cron','2021-01-09 05:55:32','2021-01-09 00:55:32'),
(47943,20145,'action created','2021-01-09 05:55:32','2021-01-09 00:55:32'),
(47944,20145,'action started via WP Cron','2021-01-09 05:56:16','2021-01-09 00:56:16'),
(47945,20145,'action complete via WP Cron','2021-01-09 05:56:16','2021-01-09 00:56:16'),
(47946,20146,'action created','2021-01-09 05:56:16','2021-01-09 00:56:16'),
(47947,20146,'action started via WP Cron','2021-01-09 05:57:30','2021-01-09 00:57:30'),
(47948,20146,'action complete via WP Cron','2021-01-09 05:57:30','2021-01-09 00:57:30'),
(47949,20147,'action created','2021-01-09 05:57:30','2021-01-09 00:57:30'),
(47950,20147,'action started via WP Cron','2021-01-09 05:59:54','2021-01-09 00:59:54'),
(47951,20147,'action complete via WP Cron','2021-01-09 05:59:55','2021-01-09 00:59:55'),
(47952,20148,'action created','2021-01-09 05:59:55','2021-01-09 00:59:55'),
(47953,20148,'action started via WP Cron','2021-01-09 06:00:25','2021-01-09 01:00:25'),
(47954,20148,'action complete via WP Cron','2021-01-09 06:00:25','2021-01-09 01:00:25'),
(47955,20149,'action created','2021-01-09 06:00:25','2021-01-09 01:00:25'),
(47956,20149,'action started via WP Cron','2021-01-09 06:02:02','2021-01-09 01:02:02'),
(47957,20149,'action complete via WP Cron','2021-01-09 06:02:02','2021-01-09 01:02:02'),
(47958,20150,'action created','2021-01-09 06:02:02','2021-01-09 01:02:02'),
(47959,20150,'action started via WP Cron','2021-01-09 06:02:51','2021-01-09 01:02:51'),
(47960,20150,'action complete via WP Cron','2021-01-09 06:02:51','2021-01-09 01:02:51'),
(47961,20151,'action created','2021-01-09 06:02:51','2021-01-09 01:02:51'),
(47962,20151,'action started via WP Cron','2021-01-09 06:03:39','2021-01-09 01:03:39'),
(47963,20151,'action complete via WP Cron','2021-01-09 06:03:39','2021-01-09 01:03:39'),
(47964,20152,'action created','2021-01-09 06:03:39','2021-01-09 01:03:39'),
(47965,20152,'action started via WP Cron','2021-01-09 06:04:13','2021-01-09 01:04:13'),
(47966,20152,'action complete via WP Cron','2021-01-09 06:04:13','2021-01-09 01:04:13'),
(47967,20153,'action created','2021-01-09 06:04:13','2021-01-09 01:04:13'),
(47968,20153,'action started via WP Cron','2021-01-09 06:05:54','2021-01-09 01:05:54'),
(47969,20153,'action complete via WP Cron','2021-01-09 06:05:54','2021-01-09 01:05:54'),
(47970,20154,'action created','2021-01-09 06:05:54','2021-01-09 01:05:54'),
(47971,20154,'action started via WP Cron','2021-01-09 06:06:35','2021-01-09 01:06:35'),
(47972,20154,'action complete via WP Cron','2021-01-09 06:06:35','2021-01-09 01:06:35'),
(47973,20155,'action created','2021-01-09 06:06:35','2021-01-09 01:06:35'),
(47974,20155,'action started via WP Cron','2021-01-09 06:07:25','2021-01-09 01:07:25'),
(47975,20155,'action complete via WP Cron','2021-01-09 06:07:25','2021-01-09 01:07:25'),
(47976,20156,'action created','2021-01-09 06:07:25','2021-01-09 01:07:25'),
(47977,20156,'action started via WP Cron','2021-01-09 06:08:16','2021-01-09 01:08:16'),
(47978,20156,'action complete via WP Cron','2021-01-09 06:08:16','2021-01-09 01:08:16'),
(47979,20157,'action created','2021-01-09 06:08:16','2021-01-09 01:08:16'),
(47980,20157,'action started via WP Cron','2021-01-09 06:10:21','2021-01-09 01:10:21'),
(47981,20157,'action complete via WP Cron','2021-01-09 06:10:21','2021-01-09 01:10:21'),
(47982,20158,'action created','2021-01-09 06:10:21','2021-01-09 01:10:21'),
(47983,20158,'action started via WP Cron','2021-01-09 06:11:39','2021-01-09 01:11:39'),
(47984,20158,'action complete via WP Cron','2021-01-09 06:11:39','2021-01-09 01:11:39'),
(47985,20159,'action created','2021-01-09 06:11:39','2021-01-09 01:11:39'),
(47986,20159,'action started via WP Cron','2021-01-09 06:12:14','2021-01-09 01:12:14'),
(47987,20159,'action complete via WP Cron','2021-01-09 06:12:14','2021-01-09 01:12:14'),
(47988,20160,'action created','2021-01-09 06:12:14','2021-01-09 01:12:14'),
(47989,20160,'action started via WP Cron','2021-01-09 06:13:20','2021-01-09 01:13:20'),
(47990,20160,'action complete via WP Cron','2021-01-09 06:13:20','2021-01-09 01:13:20'),
(47991,20161,'action created','2021-01-09 06:13:20','2021-01-09 01:13:20'),
(47992,20161,'action started via WP Cron','2021-01-09 06:14:49','2021-01-09 01:14:49'),
(47993,20161,'action complete via WP Cron','2021-01-09 06:14:49','2021-01-09 01:14:49'),
(47994,20162,'action created','2021-01-09 06:14:49','2021-01-09 01:14:49'),
(47995,20162,'action started via WP Cron','2021-01-09 06:16:03','2021-01-09 01:16:03'),
(47996,20162,'action complete via WP Cron','2021-01-09 06:16:03','2021-01-09 01:16:03'),
(47997,20163,'action created','2021-01-09 06:16:03','2021-01-09 01:16:03'),
(47998,20163,'action started via WP Cron','2021-01-09 06:16:19','2021-01-09 01:16:19'),
(47999,20163,'action complete via WP Cron','2021-01-09 06:16:19','2021-01-09 01:16:19'),
(48000,20164,'action created','2021-01-09 06:16:20','2021-01-09 01:16:20'),
(48001,20164,'action started via WP Cron','2021-01-09 06:17:12','2021-01-09 01:17:12'),
(48002,20164,'action complete via WP Cron','2021-01-09 06:17:12','2021-01-09 01:17:12'),
(48003,20165,'action created','2021-01-09 06:17:12','2021-01-09 01:17:12'),
(48004,20165,'action started via WP Cron','2021-01-09 06:18:25','2021-01-09 01:18:25'),
(48005,20165,'action complete via WP Cron','2021-01-09 06:18:25','2021-01-09 01:18:25'),
(48006,20166,'action created','2021-01-09 06:18:25','2021-01-09 01:18:25'),
(48007,20166,'action started via WP Cron','2021-01-09 06:19:27','2021-01-09 01:19:27'),
(48008,20166,'action complete via WP Cron','2021-01-09 06:19:27','2021-01-09 01:19:27'),
(48009,20167,'action created','2021-01-09 06:19:27','2021-01-09 01:19:27'),
(48010,20167,'action started via WP Cron','2021-01-09 06:21:20','2021-01-09 01:21:20'),
(48011,20167,'action complete via WP Cron','2021-01-09 06:21:20','2021-01-09 01:21:20'),
(48012,20168,'action created','2021-01-09 06:21:20','2021-01-09 01:21:20'),
(48013,20168,'action started via WP Cron','2021-01-09 06:22:43','2021-01-09 01:22:43'),
(48014,20168,'action complete via WP Cron','2021-01-09 06:22:43','2021-01-09 01:22:43'),
(48015,20169,'action created','2021-01-09 06:22:43','2021-01-09 01:22:43'),
(48016,20169,'action started via WP Cron','2021-01-09 06:23:52','2021-01-09 01:23:52'),
(48017,20169,'action complete via WP Cron','2021-01-09 06:23:52','2021-01-09 01:23:52'),
(48018,20170,'action created','2021-01-09 06:23:52','2021-01-09 01:23:52'),
(48019,20170,'action started via WP Cron','2021-01-09 06:24:15','2021-01-09 01:24:15'),
(48020,20170,'action complete via WP Cron','2021-01-09 06:24:15','2021-01-09 01:24:15'),
(48021,20171,'action created','2021-01-09 06:24:15','2021-01-09 01:24:15'),
(48022,20171,'action started via WP Cron','2021-01-09 06:25:30','2021-01-09 01:25:30'),
(48023,20171,'action complete via WP Cron','2021-01-09 06:25:30','2021-01-09 01:25:30'),
(48024,20172,'action created','2021-01-09 06:25:31','2021-01-09 01:25:31'),
(48025,20172,'action started via WP Cron','2021-01-09 06:26:55','2021-01-09 01:26:55'),
(48026,20172,'action complete via WP Cron','2021-01-09 06:26:55','2021-01-09 01:26:55'),
(48027,20173,'action created','2021-01-09 06:26:55','2021-01-09 01:26:55'),
(48028,20173,'action started via WP Cron','2021-01-09 06:27:24','2021-01-09 01:27:24'),
(48029,20173,'action complete via WP Cron','2021-01-09 06:27:24','2021-01-09 01:27:24'),
(48030,20174,'action created','2021-01-09 06:27:24','2021-01-09 01:27:24'),
(48031,20174,'action started via WP Cron','2021-01-09 06:29:15','2021-01-09 01:29:15'),
(48032,20174,'action complete via WP Cron','2021-01-09 06:29:15','2021-01-09 01:29:15'),
(48033,20175,'action created','2021-01-09 06:29:15','2021-01-09 01:29:15'),
(48034,20175,'action started via WP Cron','2021-01-09 06:30:13','2021-01-09 01:30:13'),
(48035,20175,'action complete via WP Cron','2021-01-09 06:30:13','2021-01-09 01:30:13'),
(48036,20176,'action created','2021-01-09 06:30:13','2021-01-09 01:30:13'),
(48037,20176,'action started via WP Cron','2021-01-09 06:31:16','2021-01-09 01:31:16'),
(48038,20176,'action complete via WP Cron','2021-01-09 06:31:16','2021-01-09 01:31:16'),
(48039,20177,'action created','2021-01-09 06:31:16','2021-01-09 01:31:16'),
(48040,20177,'action started via WP Cron','2021-01-09 06:32:39','2021-01-09 01:32:39'),
(48041,20177,'action complete via WP Cron','2021-01-09 06:32:39','2021-01-09 01:32:39'),
(48042,20178,'action created','2021-01-09 06:32:39','2021-01-09 01:32:39'),
(48043,20178,'action started via WP Cron','2021-01-09 06:33:42','2021-01-09 01:33:42'),
(48044,20178,'action complete via WP Cron','2021-01-09 06:33:42','2021-01-09 01:33:42'),
(48045,20179,'action created','2021-01-09 06:33:42','2021-01-09 01:33:42'),
(48046,20179,'action started via WP Cron','2021-01-09 06:34:28','2021-01-09 01:34:28'),
(48047,20179,'action complete via WP Cron','2021-01-09 06:34:28','2021-01-09 01:34:28'),
(48048,20180,'action created','2021-01-09 06:34:28','2021-01-09 01:34:28'),
(48049,20180,'action started via WP Cron','2021-01-09 06:35:55','2021-01-09 01:35:55'),
(48050,20180,'action complete via WP Cron','2021-01-09 06:35:55','2021-01-09 01:35:55'),
(48051,20181,'action created','2021-01-09 06:35:55','2021-01-09 01:35:55'),
(48052,20181,'action started via WP Cron','2021-01-09 06:36:47','2021-01-09 01:36:47'),
(48053,20181,'action complete via WP Cron','2021-01-09 06:36:47','2021-01-09 01:36:47'),
(48054,20182,'action created','2021-01-09 06:36:47','2021-01-09 01:36:47'),
(48055,20182,'action started via WP Cron','2021-01-09 06:37:14','2021-01-09 01:37:14'),
(48056,20182,'action complete via WP Cron','2021-01-09 06:37:14','2021-01-09 01:37:14'),
(48057,20183,'action created','2021-01-09 06:37:14','2021-01-09 01:37:14'),
(48058,20183,'action started via WP Cron','2021-01-09 06:38:18','2021-01-09 01:38:18'),
(48059,20183,'action complete via WP Cron','2021-01-09 06:38:18','2021-01-09 01:38:18'),
(48060,20184,'action created','2021-01-09 06:38:18','2021-01-09 01:38:18'),
(48061,20184,'action started via WP Cron','2021-01-09 06:39:13','2021-01-09 01:39:13'),
(48062,20184,'action complete via WP Cron','2021-01-09 06:39:13','2021-01-09 01:39:13'),
(48063,20185,'action created','2021-01-09 06:39:13','2021-01-09 01:39:13'),
(48064,20185,'action started via WP Cron','2021-01-09 06:40:12','2021-01-09 01:40:12'),
(48065,20185,'action complete via WP Cron','2021-01-09 06:40:12','2021-01-09 01:40:12'),
(48066,20186,'action created','2021-01-09 06:40:12','2021-01-09 01:40:12'),
(48067,20186,'action started via WP Cron','2021-01-09 06:41:26','2021-01-09 01:41:26'),
(48068,20186,'action complete via WP Cron','2021-01-09 06:41:26','2021-01-09 01:41:26'),
(48069,20187,'action created','2021-01-09 06:41:26','2021-01-09 01:41:26'),
(48070,20187,'action started via WP Cron','2021-01-09 06:43:16','2021-01-09 01:43:16'),
(48071,20187,'action complete via WP Cron','2021-01-09 06:43:16','2021-01-09 01:43:16'),
(48072,20188,'action created','2021-01-09 06:43:16','2021-01-09 01:43:16'),
(48073,20188,'action started via WP Cron','2021-01-09 06:44:48','2021-01-09 01:44:48'),
(48074,20188,'action complete via WP Cron','2021-01-09 06:44:48','2021-01-09 01:44:48'),
(48075,20189,'action created','2021-01-09 06:44:48','2021-01-09 01:44:48'),
(48076,20189,'action started via WP Cron','2021-01-09 06:45:18','2021-01-09 01:45:18'),
(48077,20189,'action complete via WP Cron','2021-01-09 06:45:18','2021-01-09 01:45:18'),
(48078,20190,'action created','2021-01-09 06:45:18','2021-01-09 01:45:18'),
(48079,20190,'action started via WP Cron','2021-01-09 06:46:47','2021-01-09 01:46:47'),
(48080,20190,'action complete via WP Cron','2021-01-09 06:46:47','2021-01-09 01:46:47'),
(48081,20191,'action created','2021-01-09 06:46:47','2021-01-09 01:46:47'),
(48082,20191,'action started via WP Cron','2021-01-09 06:47:37','2021-01-09 01:47:37'),
(48083,20191,'action complete via WP Cron','2021-01-09 06:47:37','2021-01-09 01:47:37'),
(48084,20192,'action created','2021-01-09 06:47:37','2021-01-09 01:47:37'),
(48085,20192,'action started via WP Cron','2021-01-09 06:48:17','2021-01-09 01:48:17'),
(48086,20192,'action complete via WP Cron','2021-01-09 06:48:17','2021-01-09 01:48:17'),
(48087,20193,'action created','2021-01-09 06:48:17','2021-01-09 01:48:17'),
(48088,20193,'action started via WP Cron','2021-01-09 06:49:18','2021-01-09 01:49:18'),
(48089,20193,'action complete via WP Cron','2021-01-09 06:49:18','2021-01-09 01:49:18'),
(48090,20194,'action created','2021-01-09 06:49:18','2021-01-09 01:49:18'),
(48091,20194,'action started via WP Cron','2021-01-09 06:50:29','2021-01-09 01:50:29'),
(48092,20194,'action complete via WP Cron','2021-01-09 06:50:29','2021-01-09 01:50:29'),
(48093,20195,'action created','2021-01-09 06:50:29','2021-01-09 01:50:29'),
(48094,20195,'action started via WP Cron','2021-01-09 06:51:31','2021-01-09 01:51:31'),
(48095,20195,'action complete via WP Cron','2021-01-09 06:51:31','2021-01-09 01:51:31'),
(48096,20196,'action created','2021-01-09 06:51:31','2021-01-09 01:51:31'),
(48097,20196,'action started via WP Cron','2021-01-09 06:52:33','2021-01-09 01:52:33'),
(48098,20196,'action complete via WP Cron','2021-01-09 06:52:33','2021-01-09 01:52:33'),
(48099,20197,'action created','2021-01-09 06:52:33','2021-01-09 01:52:33'),
(48100,20197,'action started via WP Cron','2021-01-09 06:53:40','2021-01-09 01:53:40'),
(48101,20197,'action complete via WP Cron','2021-01-09 06:53:40','2021-01-09 01:53:40'),
(48102,20198,'action created','2021-01-09 06:53:40','2021-01-09 01:53:40'),
(48103,20198,'action started via WP Cron','2021-01-09 06:54:23','2021-01-09 01:54:23'),
(48104,20198,'action complete via WP Cron','2021-01-09 06:54:23','2021-01-09 01:54:23'),
(48105,20199,'action created','2021-01-09 06:54:23','2021-01-09 01:54:23'),
(48106,20199,'action started via WP Cron','2021-01-09 06:55:56','2021-01-09 01:55:56'),
(48107,20199,'action complete via WP Cron','2021-01-09 06:55:56','2021-01-09 01:55:56'),
(48108,20200,'action created','2021-01-09 06:55:56','2021-01-09 01:55:56'),
(48109,20200,'action started via WP Cron','2021-01-09 06:57:25','2021-01-09 01:57:25'),
(48110,20200,'action complete via WP Cron','2021-01-09 06:57:25','2021-01-09 01:57:25'),
(48111,20201,'action created','2021-01-09 06:57:25','2021-01-09 01:57:25'),
(48112,20201,'action started via WP Cron','2021-01-09 06:59:15','2021-01-09 01:59:15'),
(48113,20201,'action complete via WP Cron','2021-01-09 06:59:15','2021-01-09 01:59:15'),
(48114,20202,'action created','2021-01-09 06:59:15','2021-01-09 01:59:15'),
(48115,20202,'action started via WP Cron','2021-01-09 07:00:47','2021-01-09 02:00:47'),
(48116,20202,'action complete via WP Cron','2021-01-09 07:00:47','2021-01-09 02:00:47'),
(48117,20203,'action created','2021-01-09 07:00:47','2021-01-09 02:00:47'),
(48118,20203,'action started via WP Cron','2021-01-09 07:02:47','2021-01-09 02:02:47'),
(48119,20203,'action complete via WP Cron','2021-01-09 07:02:47','2021-01-09 02:02:47'),
(48120,20204,'action created','2021-01-09 07:02:47','2021-01-09 02:02:47'),
(48121,20204,'action started via WP Cron','2021-01-09 07:03:47','2021-01-09 02:03:47'),
(48122,20204,'action complete via WP Cron','2021-01-09 07:03:47','2021-01-09 02:03:47'),
(48123,20205,'action created','2021-01-09 07:03:47','2021-01-09 02:03:47'),
(48124,20205,'action started via WP Cron','2021-01-09 07:05:08','2021-01-09 02:05:08'),
(48125,20205,'action complete via WP Cron','2021-01-09 07:05:08','2021-01-09 02:05:08'),
(48126,20206,'action created','2021-01-09 07:05:08','2021-01-09 02:05:08'),
(48127,20206,'action started via WP Cron','2021-01-09 07:05:27','2021-01-09 02:05:27'),
(48128,20206,'action complete via WP Cron','2021-01-09 07:05:27','2021-01-09 02:05:27'),
(48129,20207,'action created','2021-01-09 07:05:27','2021-01-09 02:05:27'),
(48130,20207,'action started via WP Cron','2021-01-09 07:06:21','2021-01-09 02:06:21'),
(48131,20207,'action complete via WP Cron','2021-01-09 07:06:21','2021-01-09 02:06:21'),
(48132,20208,'action created','2021-01-09 07:06:21','2021-01-09 02:06:21'),
(48133,20208,'action started via WP Cron','2021-01-09 07:07:54','2021-01-09 02:07:54'),
(48134,20208,'action complete via WP Cron','2021-01-09 07:07:54','2021-01-09 02:07:54'),
(48135,20209,'action created','2021-01-09 07:07:54','2021-01-09 02:07:54'),
(48136,20209,'action started via WP Cron','2021-01-09 07:08:29','2021-01-09 02:08:29'),
(48137,20209,'action complete via WP Cron','2021-01-09 07:08:29','2021-01-09 02:08:29'),
(48138,20210,'action created','2021-01-09 07:08:29','2021-01-09 02:08:29'),
(48139,20210,'action started via WP Cron','2021-01-09 07:09:40','2021-01-09 02:09:40'),
(48140,20210,'action complete via WP Cron','2021-01-09 07:09:40','2021-01-09 02:09:40'),
(48141,20211,'action created','2021-01-09 07:09:40','2021-01-09 02:09:40'),
(48142,20211,'action started via WP Cron','2021-01-09 07:10:18','2021-01-09 02:10:18'),
(48143,20211,'action complete via WP Cron','2021-01-09 07:10:18','2021-01-09 02:10:18'),
(48144,20212,'action created','2021-01-09 07:10:18','2021-01-09 02:10:18'),
(48145,20212,'action started via WP Cron','2021-01-09 07:12:23','2021-01-09 02:12:23'),
(48146,20212,'action complete via WP Cron','2021-01-09 07:12:23','2021-01-09 02:12:23'),
(48147,20213,'action created','2021-01-09 07:12:23','2021-01-09 02:12:23'),
(48148,20213,'action started via WP Cron','2021-01-09 07:13:22','2021-01-09 02:13:22'),
(48149,20213,'action complete via WP Cron','2021-01-09 07:13:22','2021-01-09 02:13:22'),
(48150,20214,'action created','2021-01-09 07:13:22','2021-01-09 02:13:22'),
(48151,20214,'action started via WP Cron','2021-01-09 07:14:38','2021-01-09 02:14:38'),
(48152,20214,'action complete via WP Cron','2021-01-09 07:14:38','2021-01-09 02:14:38'),
(48153,20215,'action created','2021-01-09 07:14:38','2021-01-09 02:14:38'),
(48154,20215,'action started via WP Cron','2021-01-09 07:15:48','2021-01-09 02:15:48'),
(48155,20215,'action complete via WP Cron','2021-01-09 07:15:48','2021-01-09 02:15:48'),
(48156,20216,'action created','2021-01-09 07:15:48','2021-01-09 02:15:48'),
(48157,20216,'action started via WP Cron','2021-01-09 07:16:58','2021-01-09 02:16:58'),
(48158,20216,'action complete via WP Cron','2021-01-09 07:16:58','2021-01-09 02:16:58'),
(48159,20217,'action created','2021-01-09 07:16:59','2021-01-09 02:16:59'),
(48160,20217,'action started via WP Cron','2021-01-09 07:17:39','2021-01-09 02:17:39'),
(48161,20217,'action complete via WP Cron','2021-01-09 07:17:39','2021-01-09 02:17:39'),
(48162,20218,'action created','2021-01-09 07:17:40','2021-01-09 02:17:40'),
(48163,20218,'action started via WP Cron','2021-01-09 07:18:14','2021-01-09 02:18:14'),
(48164,20218,'action complete via WP Cron','2021-01-09 07:18:14','2021-01-09 02:18:14'),
(48165,20219,'action created','2021-01-09 07:18:14','2021-01-09 02:18:14'),
(48166,20219,'action started via WP Cron','2021-01-09 07:20:07','2021-01-09 02:20:07'),
(48167,20219,'action complete via WP Cron','2021-01-09 07:20:07','2021-01-09 02:20:07'),
(48168,20220,'action created','2021-01-09 07:20:07','2021-01-09 02:20:07'),
(48169,20220,'action started via WP Cron','2021-01-09 07:21:14','2021-01-09 02:21:14'),
(48170,20220,'action complete via WP Cron','2021-01-09 07:21:14','2021-01-09 02:21:14'),
(48171,20221,'action created','2021-01-09 07:21:14','2021-01-09 02:21:14'),
(48172,20221,'action started via WP Cron','2021-01-09 07:22:50','2021-01-09 02:22:50'),
(48173,20221,'action complete via WP Cron','2021-01-09 07:22:50','2021-01-09 02:22:50'),
(48174,20222,'action created','2021-01-09 07:22:51','2021-01-09 02:22:51'),
(48175,20222,'action started via WP Cron','2021-01-09 07:23:36','2021-01-09 02:23:36'),
(48176,20222,'action complete via WP Cron','2021-01-09 07:23:36','2021-01-09 02:23:36'),
(48177,20223,'action created','2021-01-09 07:23:36','2021-01-09 02:23:36'),
(48178,20223,'action started via WP Cron','2021-01-09 07:24:51','2021-01-09 02:24:51'),
(48179,20223,'action complete via WP Cron','2021-01-09 07:24:51','2021-01-09 02:24:51'),
(48180,20224,'action created','2021-01-09 07:24:51','2021-01-09 02:24:51'),
(48181,20224,'action started via WP Cron','2021-01-09 07:25:26','2021-01-09 02:25:26'),
(48182,20224,'action complete via WP Cron','2021-01-09 07:25:26','2021-01-09 02:25:26'),
(48183,20225,'action created','2021-01-09 07:25:26','2021-01-09 02:25:26'),
(48184,20225,'action started via WP Cron','2021-01-09 07:26:13','2021-01-09 02:26:13'),
(48185,20225,'action complete via WP Cron','2021-01-09 07:26:13','2021-01-09 02:26:13'),
(48186,20226,'action created','2021-01-09 07:26:13','2021-01-09 02:26:13'),
(48187,20226,'action started via WP Cron','2021-01-09 07:27:25','2021-01-09 02:27:25'),
(48188,20226,'action complete via WP Cron','2021-01-09 07:27:25','2021-01-09 02:27:25'),
(48189,20227,'action created','2021-01-09 07:27:25','2021-01-09 02:27:25'),
(48190,20227,'action started via WP Cron','2021-01-09 07:28:14','2021-01-09 02:28:14'),
(48191,20227,'action complete via WP Cron','2021-01-09 07:28:14','2021-01-09 02:28:14'),
(48192,20228,'action created','2021-01-09 07:28:14','2021-01-09 02:28:14'),
(48193,20228,'action started via WP Cron','2021-01-09 07:29:20','2021-01-09 02:29:20'),
(48194,20228,'action complete via WP Cron','2021-01-09 07:29:20','2021-01-09 02:29:20'),
(48195,20229,'action created','2021-01-09 07:29:20','2021-01-09 02:29:20'),
(48196,20229,'action started via WP Cron','2021-01-09 07:31:11','2021-01-09 02:31:11'),
(48197,20229,'action complete via WP Cron','2021-01-09 07:31:11','2021-01-09 02:31:11'),
(48198,20230,'action created','2021-01-09 07:31:11','2021-01-09 02:31:11'),
(48199,20230,'action started via WP Cron','2021-01-09 07:32:15','2021-01-09 02:32:15'),
(48200,20230,'action complete via WP Cron','2021-01-09 07:32:15','2021-01-09 02:32:15'),
(48201,20231,'action created','2021-01-09 07:32:15','2021-01-09 02:32:15'),
(48202,20231,'action started via WP Cron','2021-01-09 07:33:32','2021-01-09 02:33:32'),
(48203,20231,'action complete via WP Cron','2021-01-09 07:33:32','2021-01-09 02:33:32'),
(48204,20232,'action created','2021-01-09 07:33:32','2021-01-09 02:33:32'),
(48205,20232,'action started via WP Cron','2021-01-09 07:34:48','2021-01-09 02:34:48'),
(48206,20232,'action complete via WP Cron','2021-01-09 07:34:48','2021-01-09 02:34:48'),
(48207,20233,'action created','2021-01-09 07:34:49','2021-01-09 02:34:49'),
(48208,20233,'action started via WP Cron','2021-01-09 07:36:28','2021-01-09 02:36:28'),
(48209,20233,'action complete via WP Cron','2021-01-09 07:36:28','2021-01-09 02:36:28'),
(48210,20234,'action created','2021-01-09 07:36:28','2021-01-09 02:36:28'),
(48211,20234,'action started via WP Cron','2021-01-09 07:37:26','2021-01-09 02:37:26'),
(48212,20234,'action complete via WP Cron','2021-01-09 07:37:26','2021-01-09 02:37:26'),
(48213,20235,'action created','2021-01-09 07:37:26','2021-01-09 02:37:26'),
(48214,20235,'action started via WP Cron','2021-01-09 07:38:23','2021-01-09 02:38:23'),
(48215,20235,'action complete via WP Cron','2021-01-09 07:38:23','2021-01-09 02:38:23'),
(48216,20236,'action created','2021-01-09 07:38:23','2021-01-09 02:38:23'),
(48217,20236,'action started via WP Cron','2021-01-09 07:40:05','2021-01-09 02:40:05'),
(48218,20236,'action complete via WP Cron','2021-01-09 07:40:05','2021-01-09 02:40:05'),
(48219,20237,'action created','2021-01-09 07:40:05','2021-01-09 02:40:05'),
(48220,20237,'action started via WP Cron','2021-01-09 07:41:19','2021-01-09 02:41:19'),
(48221,20237,'action complete via WP Cron','2021-01-09 07:41:19','2021-01-09 02:41:19'),
(48222,20238,'action created','2021-01-09 07:41:20','2021-01-09 02:41:20'),
(48223,20238,'action started via WP Cron','2021-01-09 07:42:29','2021-01-09 02:42:29'),
(48224,20238,'action complete via WP Cron','2021-01-09 07:42:29','2021-01-09 02:42:29'),
(48225,20239,'action created','2021-01-09 07:42:29','2021-01-09 02:42:29'),
(48226,20239,'action started via WP Cron','2021-01-09 07:43:29','2021-01-09 02:43:29'),
(48227,20239,'action complete via WP Cron','2021-01-09 07:43:29','2021-01-09 02:43:29'),
(48228,20240,'action created','2021-01-09 07:43:29','2021-01-09 02:43:29'),
(48229,20240,'action started via WP Cron','2021-01-09 07:44:28','2021-01-09 02:44:28'),
(48230,20240,'action complete via WP Cron','2021-01-09 07:44:28','2021-01-09 02:44:28'),
(48231,20241,'action created','2021-01-09 07:44:28','2021-01-09 02:44:28'),
(48232,20241,'action started via WP Cron','2021-01-09 07:45:26','2021-01-09 02:45:26'),
(48233,20241,'action complete via WP Cron','2021-01-09 07:45:26','2021-01-09 02:45:26'),
(48234,20242,'action created','2021-01-09 07:45:26','2021-01-09 02:45:26'),
(48235,20242,'action started via WP Cron','2021-01-09 07:46:24','2021-01-09 02:46:24'),
(48236,20242,'action complete via WP Cron','2021-01-09 07:46:25','2021-01-09 02:46:25'),
(48237,20243,'action created','2021-01-09 07:46:25','2021-01-09 02:46:25'),
(48238,20243,'action started via WP Cron','2021-01-09 07:47:20','2021-01-09 02:47:20'),
(48239,20243,'action complete via WP Cron','2021-01-09 07:47:20','2021-01-09 02:47:20'),
(48240,20244,'action created','2021-01-09 07:47:20','2021-01-09 02:47:20'),
(48241,20244,'action started via WP Cron','2021-01-09 07:49:07','2021-01-09 02:49:07'),
(48242,20244,'action complete via WP Cron','2021-01-09 07:49:07','2021-01-09 02:49:07'),
(48243,20245,'action created','2021-01-09 07:49:07','2021-01-09 02:49:07'),
(48244,20245,'action started via WP Cron','2021-01-09 07:49:18','2021-01-09 02:49:18'),
(48245,20245,'action complete via WP Cron','2021-01-09 07:49:18','2021-01-09 02:49:18'),
(48246,20246,'action created','2021-01-09 07:49:18','2021-01-09 02:49:18'),
(48247,20246,'action started via WP Cron','2021-01-09 07:50:18','2021-01-09 02:50:18'),
(48248,20246,'action complete via WP Cron','2021-01-09 07:50:18','2021-01-09 02:50:18'),
(48249,20247,'action created','2021-01-09 07:50:18','2021-01-09 02:50:18'),
(48250,20247,'action started via WP Cron','2021-01-09 07:52:31','2021-01-09 02:52:31'),
(48251,20247,'action complete via WP Cron','2021-01-09 07:52:31','2021-01-09 02:52:31'),
(48252,20248,'action created','2021-01-09 07:52:32','2021-01-09 02:52:32'),
(48253,20248,'action started via WP Cron','2021-01-09 07:54:19','2021-01-09 02:54:19'),
(48254,20248,'action complete via WP Cron','2021-01-09 07:54:19','2021-01-09 02:54:19'),
(48255,20249,'action created','2021-01-09 07:54:19','2021-01-09 02:54:19'),
(48256,20249,'action started via WP Cron','2021-01-09 07:55:12','2021-01-09 02:55:12'),
(48257,20249,'action complete via WP Cron','2021-01-09 07:55:12','2021-01-09 02:55:12'),
(48258,20250,'action created','2021-01-09 07:55:12','2021-01-09 02:55:12'),
(48259,20250,'action started via WP Cron','2021-01-09 07:56:31','2021-01-09 02:56:31'),
(48260,20250,'action complete via WP Cron','2021-01-09 07:56:31','2021-01-09 02:56:31'),
(48261,20251,'action created','2021-01-09 07:56:31','2021-01-09 02:56:31'),
(48262,20251,'action started via WP Cron','2021-01-09 07:58:12','2021-01-09 02:58:12'),
(48263,20251,'action complete via WP Cron','2021-01-09 07:58:12','2021-01-09 02:58:12'),
(48264,20252,'action created','2021-01-09 07:58:12','2021-01-09 02:58:12'),
(48265,20252,'action started via WP Cron','2021-01-09 07:59:57','2021-01-09 02:59:57'),
(48266,20252,'action complete via WP Cron','2021-01-09 07:59:57','2021-01-09 02:59:57'),
(48267,20253,'action created','2021-01-09 07:59:57','2021-01-09 02:59:57'),
(48268,20253,'action started via WP Cron','2021-01-09 08:01:02','2021-01-09 03:01:02'),
(48269,20253,'action complete via WP Cron','2021-01-09 08:01:02','2021-01-09 03:01:02'),
(48270,20254,'action created','2021-01-09 08:01:02','2021-01-09 03:01:02'),
(48271,20254,'action started via WP Cron','2021-01-09 08:01:18','2021-01-09 03:01:18'),
(48272,20254,'action complete via WP Cron','2021-01-09 08:01:18','2021-01-09 03:01:18'),
(48273,20255,'action created','2021-01-09 08:01:18','2021-01-09 03:01:18'),
(48274,20255,'action started via WP Cron','2021-01-09 08:02:14','2021-01-09 03:02:14'),
(48275,20255,'action complete via WP Cron','2021-01-09 08:02:14','2021-01-09 03:02:14'),
(48276,20256,'action created','2021-01-09 08:02:14','2021-01-09 03:02:14'),
(48277,20256,'action started via WP Cron','2021-01-09 08:04:06','2021-01-09 03:04:06'),
(48278,20256,'action complete via WP Cron','2021-01-09 08:04:06','2021-01-09 03:04:06'),
(48279,20257,'action created','2021-01-09 08:04:06','2021-01-09 03:04:06'),
(48280,20257,'action started via WP Cron','2021-01-09 08:05:03','2021-01-09 03:05:03'),
(48281,20257,'action complete via WP Cron','2021-01-09 08:05:03','2021-01-09 03:05:03'),
(48282,20258,'action created','2021-01-09 08:05:03','2021-01-09 03:05:03'),
(48283,20258,'action started via WP Cron','2021-01-09 08:05:51','2021-01-09 03:05:51'),
(48284,20258,'action complete via WP Cron','2021-01-09 08:05:51','2021-01-09 03:05:51'),
(48285,20259,'action created','2021-01-09 08:05:51','2021-01-09 03:05:51'),
(48286,20259,'action started via WP Cron','2021-01-09 08:06:36','2021-01-09 03:06:36'),
(48287,20259,'action complete via WP Cron','2021-01-09 08:06:36','2021-01-09 03:06:36'),
(48288,20260,'action created','2021-01-09 08:06:36','2021-01-09 03:06:36'),
(48289,20261,'action created','2021-01-09 08:06:36','2021-01-09 03:06:36'),
(48290,20261,'action started via WP Cron','2021-01-09 08:07:21','2021-01-09 03:07:21'),
(48291,20261,'action complete via WP Cron','2021-01-09 08:07:21','2021-01-09 03:07:21'),
(48292,20260,'action started via WP Cron','2021-01-09 08:07:21','2021-01-09 03:07:21'),
(48293,20260,'action complete via WP Cron','2021-01-09 08:07:21','2021-01-09 03:07:21'),
(48294,20262,'action created','2021-01-09 08:07:21','2021-01-09 03:07:21'),
(48295,20262,'action started via WP Cron','2021-01-09 08:08:16','2021-01-09 03:08:16'),
(48296,20262,'action complete via WP Cron','2021-01-09 08:08:16','2021-01-09 03:08:16'),
(48297,20263,'action created','2021-01-09 08:08:16','2021-01-09 03:08:16'),
(48298,20263,'action started via WP Cron','2021-01-09 08:09:43','2021-01-09 03:09:43'),
(48299,20263,'action complete via WP Cron','2021-01-09 08:09:43','2021-01-09 03:09:43'),
(48300,20264,'action created','2021-01-09 08:09:43','2021-01-09 03:09:43'),
(48301,20264,'action started via WP Cron','2021-01-09 08:11:01','2021-01-09 03:11:01'),
(48302,20264,'action complete via WP Cron','2021-01-09 08:11:01','2021-01-09 03:11:01'),
(48303,20265,'action created','2021-01-09 08:11:01','2021-01-09 03:11:01'),
(48304,20265,'action started via WP Cron','2021-01-09 08:13:38','2021-01-09 03:13:38'),
(48305,20265,'action complete via WP Cron','2021-01-09 08:13:38','2021-01-09 03:13:38'),
(48306,20266,'action created','2021-01-09 08:13:38','2021-01-09 03:13:38'),
(48307,20266,'action started via WP Cron','2021-01-09 08:14:38','2021-01-09 03:14:38'),
(48308,20266,'action complete via WP Cron','2021-01-09 08:14:38','2021-01-09 03:14:38'),
(48309,20267,'action created','2021-01-09 08:14:38','2021-01-09 03:14:38'),
(48310,20267,'action started via WP Cron','2021-01-09 08:15:11','2021-01-09 03:15:11'),
(48311,20267,'action complete via WP Cron','2021-01-09 08:15:12','2021-01-09 03:15:12'),
(48312,20268,'action created','2021-01-09 08:15:12','2021-01-09 03:15:12'),
(48313,20268,'action started via WP Cron','2021-01-09 08:16:56','2021-01-09 03:16:56'),
(48314,20268,'action complete via WP Cron','2021-01-09 08:16:56','2021-01-09 03:16:56'),
(48315,20269,'action created','2021-01-09 08:16:56','2021-01-09 03:16:56'),
(48316,20269,'action started via WP Cron','2021-01-09 08:17:22','2021-01-09 03:17:22'),
(48317,20269,'action complete via WP Cron','2021-01-09 08:17:22','2021-01-09 03:17:22'),
(48318,20270,'action created','2021-01-09 08:17:22','2021-01-09 03:17:22'),
(48319,20270,'action started via WP Cron','2021-01-09 08:18:27','2021-01-09 03:18:27'),
(48320,20270,'action complete via WP Cron','2021-01-09 08:18:27','2021-01-09 03:18:27'),
(48321,20271,'action created','2021-01-09 08:18:27','2021-01-09 03:18:27'),
(48322,20271,'action started via WP Cron','2021-01-09 08:19:48','2021-01-09 03:19:48'),
(48323,20271,'action complete via WP Cron','2021-01-09 08:19:48','2021-01-09 03:19:48'),
(48324,20272,'action created','2021-01-09 08:19:48','2021-01-09 03:19:48'),
(48325,20272,'action started via WP Cron','2021-01-09 08:21:02','2021-01-09 03:21:02'),
(48326,20272,'action complete via WP Cron','2021-01-09 08:21:02','2021-01-09 03:21:02'),
(48327,20273,'action created','2021-01-09 08:21:02','2021-01-09 03:21:02'),
(48328,20273,'action started via WP Cron','2021-01-09 08:21:20','2021-01-09 03:21:20'),
(48329,20273,'action complete via WP Cron','2021-01-09 08:21:20','2021-01-09 03:21:20'),
(48330,20274,'action created','2021-01-09 08:21:20','2021-01-09 03:21:20'),
(48331,20274,'action started via WP Cron','2021-01-09 08:23:47','2021-01-09 03:23:47'),
(48332,20274,'action complete via WP Cron','2021-01-09 08:23:47','2021-01-09 03:23:47'),
(48333,20275,'action created','2021-01-09 08:23:47','2021-01-09 03:23:47'),
(48334,20275,'action started via WP Cron','2021-01-09 08:25:14','2021-01-09 03:25:14'),
(48335,20275,'action complete via WP Cron','2021-01-09 08:25:14','2021-01-09 03:25:14'),
(48336,20276,'action created','2021-01-09 08:25:14','2021-01-09 03:25:14'),
(48337,20276,'action started via WP Cron','2021-01-09 08:26:46','2021-01-09 03:26:46'),
(48338,20276,'action complete via WP Cron','2021-01-09 08:26:46','2021-01-09 03:26:46'),
(48339,20277,'action created','2021-01-09 08:26:46','2021-01-09 03:26:46'),
(48340,20277,'action started via WP Cron','2021-01-09 08:27:23','2021-01-09 03:27:23'),
(48341,20277,'action complete via WP Cron','2021-01-09 08:27:23','2021-01-09 03:27:23'),
(48342,20278,'action created','2021-01-09 08:27:23','2021-01-09 03:27:23'),
(48343,20278,'action started via WP Cron','2021-01-09 08:28:53','2021-01-09 03:28:53'),
(48344,20278,'action complete via WP Cron','2021-01-09 08:28:53','2021-01-09 03:28:53'),
(48345,20279,'action created','2021-01-09 08:28:53','2021-01-09 03:28:53'),
(48346,20279,'action started via WP Cron','2021-01-09 08:29:13','2021-01-09 03:29:13'),
(48347,20279,'action complete via WP Cron','2021-01-09 08:29:13','2021-01-09 03:29:13'),
(48348,20280,'action created','2021-01-09 08:29:13','2021-01-09 03:29:13'),
(48349,20280,'action started via WP Cron','2021-01-09 08:30:58','2021-01-09 03:30:58'),
(48350,20280,'action complete via WP Cron','2021-01-09 08:30:58','2021-01-09 03:30:58'),
(48351,20281,'action created','2021-01-09 08:30:58','2021-01-09 03:30:58'),
(48352,20281,'action started via WP Cron','2021-01-09 08:32:29','2021-01-09 03:32:29'),
(48353,20281,'action complete via WP Cron','2021-01-09 08:32:29','2021-01-09 03:32:29'),
(48354,20282,'action created','2021-01-09 08:32:29','2021-01-09 03:32:29'),
(48355,20282,'action started via WP Cron','2021-01-09 08:34:23','2021-01-09 03:34:23'),
(48356,20282,'action complete via WP Cron','2021-01-09 08:34:23','2021-01-09 03:34:23'),
(48357,20283,'action created','2021-01-09 08:34:23','2021-01-09 03:34:23'),
(48358,20283,'action started via WP Cron','2021-01-09 08:37:15','2021-01-09 03:37:15'),
(48359,20283,'action complete via WP Cron','2021-01-09 08:37:15','2021-01-09 03:37:15'),
(48360,20284,'action created','2021-01-09 08:37:15','2021-01-09 03:37:15'),
(48361,20284,'action started via WP Cron','2021-01-09 08:38:18','2021-01-09 03:38:18'),
(48362,20284,'action complete via WP Cron','2021-01-09 08:38:18','2021-01-09 03:38:18'),
(48363,20285,'action created','2021-01-09 08:38:18','2021-01-09 03:38:18'),
(48364,20285,'action started via WP Cron','2021-01-09 08:40:02','2021-01-09 03:40:02'),
(48365,20285,'action complete via WP Cron','2021-01-09 08:40:02','2021-01-09 03:40:02'),
(48366,20286,'action created','2021-01-09 08:40:02','2021-01-09 03:40:02'),
(48367,20286,'action started via WP Cron','2021-01-09 08:40:16','2021-01-09 03:40:16'),
(48368,20286,'action complete via WP Cron','2021-01-09 08:40:16','2021-01-09 03:40:16'),
(48369,20287,'action created','2021-01-09 08:40:17','2021-01-09 03:40:17'),
(48370,20287,'action started via WP Cron','2021-01-09 08:41:38','2021-01-09 03:41:38'),
(48371,20287,'action complete via WP Cron','2021-01-09 08:41:38','2021-01-09 03:41:38'),
(48372,20288,'action created','2021-01-09 08:41:38','2021-01-09 03:41:38'),
(48373,20288,'action started via WP Cron','2021-01-09 08:42:13','2021-01-09 03:42:13'),
(48374,20288,'action complete via WP Cron','2021-01-09 08:42:13','2021-01-09 03:42:13'),
(48375,20289,'action created','2021-01-09 08:42:13','2021-01-09 03:42:13'),
(48376,20289,'action started via WP Cron','2021-01-09 08:44:09','2021-01-09 03:44:09'),
(48377,20289,'action complete via WP Cron','2021-01-09 08:44:09','2021-01-09 03:44:09'),
(48378,20290,'action created','2021-01-09 08:44:09','2021-01-09 03:44:09'),
(48379,20290,'action started via WP Cron','2021-01-09 08:45:44','2021-01-09 03:45:44'),
(48380,20290,'action complete via WP Cron','2021-01-09 08:45:44','2021-01-09 03:45:44'),
(48381,20291,'action created','2021-01-09 08:45:45','2021-01-09 03:45:45'),
(48382,20291,'action started via WP Cron','2021-01-09 08:46:35','2021-01-09 03:46:35'),
(48383,20291,'action complete via WP Cron','2021-01-09 08:46:35','2021-01-09 03:46:35'),
(48384,20292,'action created','2021-01-09 08:46:35','2021-01-09 03:46:35'),
(48385,20292,'action started via WP Cron','2021-01-09 08:47:29','2021-01-09 03:47:29'),
(48386,20292,'action complete via WP Cron','2021-01-09 08:47:29','2021-01-09 03:47:29'),
(48387,20293,'action created','2021-01-09 08:47:29','2021-01-09 03:47:29'),
(48388,20293,'action started via WP Cron','2021-01-09 08:48:29','2021-01-09 03:48:29'),
(48389,20293,'action complete via WP Cron','2021-01-09 08:48:29','2021-01-09 03:48:29'),
(48390,20294,'action created','2021-01-09 08:48:29','2021-01-09 03:48:29'),
(48391,20294,'action started via WP Cron','2021-01-09 08:49:17','2021-01-09 03:49:17'),
(48392,20294,'action complete via WP Cron','2021-01-09 08:49:17','2021-01-09 03:49:17'),
(48393,20295,'action created','2021-01-09 08:49:17','2021-01-09 03:49:17'),
(48394,20295,'action started via WP Cron','2021-01-09 08:50:36','2021-01-09 03:50:36'),
(48395,20295,'action complete via WP Cron','2021-01-09 08:50:36','2021-01-09 03:50:36'),
(48396,20296,'action created','2021-01-09 08:50:36','2021-01-09 03:50:36'),
(48397,20296,'action started via WP Cron','2021-01-09 08:51:22','2021-01-09 03:51:22'),
(48398,20296,'action complete via WP Cron','2021-01-09 08:51:22','2021-01-09 03:51:22'),
(48399,20297,'action created','2021-01-09 08:51:22','2021-01-09 03:51:22'),
(48400,20297,'action started via WP Cron','2021-01-09 08:52:12','2021-01-09 03:52:12'),
(48401,20297,'action complete via WP Cron','2021-01-09 08:52:12','2021-01-09 03:52:12'),
(48402,20298,'action created','2021-01-09 08:52:12','2021-01-09 03:52:12'),
(48403,20298,'action started via WP Cron','2021-01-09 08:53:33','2021-01-09 03:53:33'),
(48404,20298,'action complete via WP Cron','2021-01-09 08:53:33','2021-01-09 03:53:33'),
(48405,20299,'action created','2021-01-09 08:53:33','2021-01-09 03:53:33'),
(48406,20299,'action started via WP Cron','2021-01-09 08:54:35','2021-01-09 03:54:35'),
(48407,20299,'action complete via WP Cron','2021-01-09 08:54:35','2021-01-09 03:54:35'),
(48408,20300,'action created','2021-01-09 08:54:35','2021-01-09 03:54:35'),
(48409,20300,'action started via WP Cron','2021-01-09 08:55:20','2021-01-09 03:55:20'),
(48410,20300,'action complete via WP Cron','2021-01-09 08:55:20','2021-01-09 03:55:20'),
(48411,20301,'action created','2021-01-09 08:55:20','2021-01-09 03:55:20'),
(48412,20301,'action started via WP Cron','2021-01-09 08:56:17','2021-01-09 03:56:17'),
(48413,20301,'action complete via WP Cron','2021-01-09 08:56:17','2021-01-09 03:56:17'),
(48414,20302,'action created','2021-01-09 08:56:17','2021-01-09 03:56:17'),
(48415,20302,'action started via WP Cron','2021-01-09 08:57:16','2021-01-09 03:57:16'),
(48416,20302,'action complete via WP Cron','2021-01-09 08:57:16','2021-01-09 03:57:16'),
(48417,20303,'action created','2021-01-09 08:57:16','2021-01-09 03:57:16'),
(48418,20303,'action started via WP Cron','2021-01-09 08:58:15','2021-01-09 03:58:15'),
(48419,20303,'action complete via WP Cron','2021-01-09 08:58:15','2021-01-09 03:58:15'),
(48420,20304,'action created','2021-01-09 08:58:15','2021-01-09 03:58:15'),
(48421,20304,'action started via WP Cron','2021-01-09 08:59:22','2021-01-09 03:59:22'),
(48422,20304,'action complete via WP Cron','2021-01-09 08:59:22','2021-01-09 03:59:22'),
(48423,20305,'action created','2021-01-09 08:59:22','2021-01-09 03:59:22'),
(48424,20305,'action started via WP Cron','2021-01-09 09:00:51','2021-01-09 04:00:51'),
(48425,20305,'action complete via WP Cron','2021-01-09 09:00:52','2021-01-09 04:00:52'),
(48426,20306,'action created','2021-01-09 09:00:52','2021-01-09 04:00:52'),
(48427,20306,'action started via WP Cron','2021-01-09 09:01:20','2021-01-09 04:01:20'),
(48428,20306,'action complete via WP Cron','2021-01-09 09:01:20','2021-01-09 04:01:20'),
(48429,20307,'action created','2021-01-09 09:01:20','2021-01-09 04:01:20'),
(48430,20307,'action started via WP Cron','2021-01-09 09:04:09','2021-01-09 04:04:09'),
(48431,20307,'action complete via WP Cron','2021-01-09 09:04:09','2021-01-09 04:04:09'),
(48432,20308,'action created','2021-01-09 09:04:09','2021-01-09 04:04:09'),
(48433,20308,'action started via WP Cron','2021-01-09 09:04:25','2021-01-09 04:04:25'),
(48434,20308,'action complete via WP Cron','2021-01-09 09:04:25','2021-01-09 04:04:25'),
(48435,20309,'action created','2021-01-09 09:04:25','2021-01-09 04:04:25'),
(48436,20309,'action started via WP Cron','2021-01-09 09:05:41','2021-01-09 04:05:41'),
(48437,20309,'action complete via WP Cron','2021-01-09 09:05:41','2021-01-09 04:05:41'),
(48438,20310,'action created','2021-01-09 09:05:41','2021-01-09 04:05:41'),
(48439,20310,'action started via WP Cron','2021-01-09 09:06:23','2021-01-09 04:06:23'),
(48440,20310,'action complete via WP Cron','2021-01-09 09:06:23','2021-01-09 04:06:23'),
(48441,20311,'action created','2021-01-09 09:06:23','2021-01-09 04:06:23'),
(48442,20311,'action started via WP Cron','2021-01-09 09:07:48','2021-01-09 04:07:48'),
(48443,20311,'action complete via WP Cron','2021-01-09 09:07:48','2021-01-09 04:07:48'),
(48444,20312,'action created','2021-01-09 09:07:48','2021-01-09 04:07:48'),
(48445,20312,'action started via WP Cron','2021-01-09 09:08:53','2021-01-09 04:08:53'),
(48446,20312,'action complete via WP Cron','2021-01-09 09:08:53','2021-01-09 04:08:53'),
(48447,20313,'action created','2021-01-09 09:08:53','2021-01-09 04:08:53'),
(48448,20313,'action started via WP Cron','2021-01-09 09:09:50','2021-01-09 04:09:50'),
(48449,20313,'action complete via WP Cron','2021-01-09 09:09:50','2021-01-09 04:09:50'),
(48450,20314,'action created','2021-01-09 09:09:50','2021-01-09 04:09:50'),
(48451,20314,'action started via WP Cron','2021-01-09 09:12:12','2021-01-09 04:12:12'),
(48452,20314,'action complete via WP Cron','2021-01-09 09:12:12','2021-01-09 04:12:12'),
(48453,20315,'action created','2021-01-09 09:12:12','2021-01-09 04:12:12'),
(48454,20315,'action started via WP Cron','2021-01-09 09:13:32','2021-01-09 04:13:32'),
(48455,20315,'action complete via WP Cron','2021-01-09 09:13:32','2021-01-09 04:13:32'),
(48456,20316,'action created','2021-01-09 09:13:32','2021-01-09 04:13:32'),
(48457,20316,'action started via WP Cron','2021-01-09 09:14:22','2021-01-09 04:14:22'),
(48458,20316,'action complete via WP Cron','2021-01-09 09:14:22','2021-01-09 04:14:22'),
(48459,20317,'action created','2021-01-09 09:14:22','2021-01-09 04:14:22'),
(48460,20317,'action started via WP Cron','2021-01-09 09:15:26','2021-01-09 04:15:26'),
(48461,20317,'action complete via WP Cron','2021-01-09 09:15:26','2021-01-09 04:15:26'),
(48462,20318,'action created','2021-01-09 09:15:26','2021-01-09 04:15:26'),
(48463,20318,'action started via WP Cron','2021-01-09 09:16:33','2021-01-09 04:16:33'),
(48464,20318,'action complete via WP Cron','2021-01-09 09:16:33','2021-01-09 04:16:33'),
(48465,20319,'action created','2021-01-09 09:16:33','2021-01-09 04:16:33'),
(48466,20319,'action started via WP Cron','2021-01-09 09:18:11','2021-01-09 04:18:11'),
(48467,20319,'action complete via WP Cron','2021-01-09 09:18:11','2021-01-09 04:18:11'),
(48468,20320,'action created','2021-01-09 09:18:11','2021-01-09 04:18:11'),
(48469,20320,'action started via WP Cron','2021-01-09 09:19:49','2021-01-09 04:19:49'),
(48470,20320,'action complete via WP Cron','2021-01-09 09:19:49','2021-01-09 04:19:49'),
(48471,20321,'action created','2021-01-09 09:19:49','2021-01-09 04:19:49'),
(48472,20321,'action started via WP Cron','2021-01-09 09:20:40','2021-01-09 04:20:40'),
(48473,20321,'action complete via WP Cron','2021-01-09 09:20:40','2021-01-09 04:20:40'),
(48474,20322,'action created','2021-01-09 09:20:40','2021-01-09 04:20:40'),
(48475,20322,'action started via WP Cron','2021-01-09 09:21:56','2021-01-09 04:21:56'),
(48476,20322,'action complete via WP Cron','2021-01-09 09:21:56','2021-01-09 04:21:56'),
(48477,20323,'action created','2021-01-09 09:21:56','2021-01-09 04:21:56'),
(48478,20323,'action started via WP Cron','2021-01-09 09:22:36','2021-01-09 04:22:36'),
(48479,20323,'action complete via WP Cron','2021-01-09 09:22:36','2021-01-09 04:22:36'),
(48480,20324,'action created','2021-01-09 09:22:36','2021-01-09 04:22:36'),
(48481,20324,'action started via WP Cron','2021-01-09 09:23:29','2021-01-09 04:23:29'),
(48482,20324,'action complete via WP Cron','2021-01-09 09:23:29','2021-01-09 04:23:29'),
(48483,20325,'action created','2021-01-09 09:23:29','2021-01-09 04:23:29'),
(48484,20325,'action started via WP Cron','2021-01-09 09:24:24','2021-01-09 04:24:24'),
(48485,20325,'action complete via WP Cron','2021-01-09 09:24:24','2021-01-09 04:24:24'),
(48486,20326,'action created','2021-01-09 09:24:24','2021-01-09 04:24:24'),
(48487,20326,'action started via WP Cron','2021-01-09 09:26:14','2021-01-09 04:26:14'),
(48488,20326,'action complete via WP Cron','2021-01-09 09:26:14','2021-01-09 04:26:14'),
(48489,20327,'action created','2021-01-09 09:26:14','2021-01-09 04:26:14'),
(48490,20327,'action started via WP Cron','2021-01-09 09:28:46','2021-01-09 04:28:46'),
(48491,20327,'action complete via WP Cron','2021-01-09 09:28:46','2021-01-09 04:28:46'),
(48492,20328,'action created','2021-01-09 09:28:46','2021-01-09 04:28:46'),
(48493,20328,'action started via WP Cron','2021-01-09 09:29:13','2021-01-09 04:29:13'),
(48494,20328,'action complete via WP Cron','2021-01-09 09:29:13','2021-01-09 04:29:13'),
(48495,20329,'action created','2021-01-09 09:29:13','2021-01-09 04:29:13'),
(48496,20329,'action started via WP Cron','2021-01-09 09:30:18','2021-01-09 04:30:18'),
(48497,20329,'action complete via WP Cron','2021-01-09 09:30:18','2021-01-09 04:30:18'),
(48498,20330,'action created','2021-01-09 09:30:18','2021-01-09 04:30:18'),
(48499,20330,'action started via WP Cron','2021-01-09 09:31:13','2021-01-09 04:31:13'),
(48500,20330,'action complete via WP Cron','2021-01-09 09:31:13','2021-01-09 04:31:13'),
(48501,20331,'action created','2021-01-09 09:31:14','2021-01-09 04:31:14'),
(48502,20331,'action started via WP Cron','2021-01-09 09:32:56','2021-01-09 04:32:56'),
(48503,20331,'action complete via WP Cron','2021-01-09 09:32:56','2021-01-09 04:32:56'),
(48504,20332,'action created','2021-01-09 09:32:56','2021-01-09 04:32:56'),
(48505,20332,'action started via WP Cron','2021-01-09 09:33:48','2021-01-09 04:33:48'),
(48506,20332,'action complete via WP Cron','2021-01-09 09:33:48','2021-01-09 04:33:48'),
(48507,20333,'action created','2021-01-09 09:33:48','2021-01-09 04:33:48'),
(48508,20333,'action started via WP Cron','2021-01-09 09:35:18','2021-01-09 04:35:18'),
(48509,20333,'action complete via WP Cron','2021-01-09 09:35:18','2021-01-09 04:35:18'),
(48510,20334,'action created','2021-01-09 09:35:18','2021-01-09 04:35:18'),
(48511,20334,'action started via WP Cron','2021-01-09 09:36:18','2021-01-09 04:36:18'),
(48512,20334,'action complete via WP Cron','2021-01-09 09:36:18','2021-01-09 04:36:18'),
(48513,20335,'action created','2021-01-09 09:36:18','2021-01-09 04:36:18'),
(48514,20335,'action started via WP Cron','2021-01-09 09:38:36','2021-01-09 04:38:36'),
(48515,20335,'action complete via WP Cron','2021-01-09 09:38:36','2021-01-09 04:38:36'),
(48516,20336,'action created','2021-01-09 09:38:36','2021-01-09 04:38:36'),
(48517,20336,'action started via WP Cron','2021-01-09 09:39:42','2021-01-09 04:39:42'),
(48518,20336,'action complete via WP Cron','2021-01-09 09:39:42','2021-01-09 04:39:42'),
(48519,20337,'action created','2021-01-09 09:39:43','2021-01-09 04:39:43'),
(48520,20337,'action started via WP Cron','2021-01-09 09:41:09','2021-01-09 04:41:09'),
(48521,20337,'action complete via WP Cron','2021-01-09 09:41:09','2021-01-09 04:41:09'),
(48522,20338,'action created','2021-01-09 09:41:09','2021-01-09 04:41:09'),
(48523,20338,'action started via WP Cron','2021-01-09 09:41:49','2021-01-09 04:41:49'),
(48524,20338,'action complete via WP Cron','2021-01-09 09:41:49','2021-01-09 04:41:49'),
(48525,20339,'action created','2021-01-09 09:41:49','2021-01-09 04:41:49'),
(48526,20339,'action started via WP Cron','2021-01-09 09:43:20','2021-01-09 04:43:20'),
(48527,20339,'action complete via WP Cron','2021-01-09 09:43:20','2021-01-09 04:43:20'),
(48528,20340,'action created','2021-01-09 09:43:20','2021-01-09 04:43:20'),
(48529,20340,'action started via WP Cron','2021-01-09 09:44:24','2021-01-09 04:44:24'),
(48530,20340,'action complete via WP Cron','2021-01-09 09:44:24','2021-01-09 04:44:24'),
(48531,20341,'action created','2021-01-09 09:44:24','2021-01-09 04:44:24'),
(48532,20341,'action started via WP Cron','2021-01-09 09:45:59','2021-01-09 04:45:59'),
(48533,20341,'action complete via WP Cron','2021-01-09 09:45:59','2021-01-09 04:45:59'),
(48534,20342,'action created','2021-01-09 09:45:59','2021-01-09 04:45:59'),
(48535,20342,'action started via WP Cron','2021-01-09 09:48:03','2021-01-09 04:48:03'),
(48536,20342,'action complete via WP Cron','2021-01-09 09:48:03','2021-01-09 04:48:03'),
(48537,20343,'action created','2021-01-09 09:48:03','2021-01-09 04:48:03'),
(48538,20343,'action started via WP Cron','2021-01-09 09:49:08','2021-01-09 04:49:08'),
(48539,20343,'action complete via WP Cron','2021-01-09 09:49:08','2021-01-09 04:49:08'),
(48540,20344,'action created','2021-01-09 09:49:08','2021-01-09 04:49:08'),
(48541,20344,'action started via WP Cron','2021-01-09 09:51:59','2021-01-09 04:51:59'),
(48542,20344,'action complete via WP Cron','2021-01-09 09:51:59','2021-01-09 04:51:59'),
(48543,20345,'action created','2021-01-09 09:51:59','2021-01-09 04:51:59'),
(48544,20345,'action started via WP Cron','2021-01-09 09:52:41','2021-01-09 04:52:41'),
(48545,20345,'action complete via WP Cron','2021-01-09 09:52:41','2021-01-09 04:52:41'),
(48546,20346,'action created','2021-01-09 09:52:41','2021-01-09 04:52:41'),
(48547,20346,'action started via WP Cron','2021-01-09 09:53:43','2021-01-09 04:53:43'),
(48548,20346,'action complete via WP Cron','2021-01-09 09:53:43','2021-01-09 04:53:43'),
(48549,20347,'action created','2021-01-09 09:53:43','2021-01-09 04:53:43'),
(48550,20347,'action started via WP Cron','2021-01-09 09:54:25','2021-01-09 04:54:25'),
(48551,20347,'action complete via WP Cron','2021-01-09 09:54:25','2021-01-09 04:54:25'),
(48552,20348,'action created','2021-01-09 09:54:25','2021-01-09 04:54:25'),
(48553,20348,'action started via WP Cron','2021-01-09 09:55:27','2021-01-09 04:55:27'),
(48554,20348,'action complete via WP Cron','2021-01-09 09:55:27','2021-01-09 04:55:27'),
(48555,20349,'action created','2021-01-09 09:55:27','2021-01-09 04:55:27'),
(48556,20349,'action started via WP Cron','2021-01-09 09:56:31','2021-01-09 04:56:31'),
(48557,20349,'action complete via WP Cron','2021-01-09 09:56:31','2021-01-09 04:56:31'),
(48558,20350,'action created','2021-01-09 09:56:31','2021-01-09 04:56:31'),
(48559,20350,'action started via WP Cron','2021-01-09 09:58:47','2021-01-09 04:58:47'),
(48560,20350,'action complete via WP Cron','2021-01-09 09:58:47','2021-01-09 04:58:47'),
(48561,20351,'action created','2021-01-09 09:58:47','2021-01-09 04:58:47'),
(48562,20351,'action started via WP Cron','2021-01-09 09:59:14','2021-01-09 04:59:14'),
(48563,20351,'action complete via WP Cron','2021-01-09 09:59:14','2021-01-09 04:59:14'),
(48564,20352,'action created','2021-01-09 09:59:14','2021-01-09 04:59:14'),
(48565,20352,'action started via WP Cron','2021-01-09 10:00:12','2021-01-09 05:00:12'),
(48566,20352,'action complete via WP Cron','2021-01-09 10:00:12','2021-01-09 05:00:12'),
(48567,20353,'action created','2021-01-09 10:00:12','2021-01-09 05:00:12'),
(48568,20353,'action started via WP Cron','2021-01-09 10:02:03','2021-01-09 05:02:03'),
(48569,20353,'action complete via WP Cron','2021-01-09 10:02:03','2021-01-09 05:02:03'),
(48570,20354,'action created','2021-01-09 10:02:03','2021-01-09 05:02:03'),
(48571,20354,'action started via WP Cron','2021-01-09 10:03:04','2021-01-09 05:03:04'),
(48572,20354,'action complete via WP Cron','2021-01-09 10:03:04','2021-01-09 05:03:04'),
(48573,20355,'action created','2021-01-09 10:03:04','2021-01-09 05:03:04'),
(48574,20355,'action started via WP Cron','2021-01-09 10:03:30','2021-01-09 05:03:30'),
(48575,20355,'action complete via WP Cron','2021-01-09 10:03:30','2021-01-09 05:03:30'),
(48576,20356,'action created','2021-01-09 10:03:30','2021-01-09 05:03:30'),
(48577,20356,'action started via WP Cron','2021-01-09 10:05:24','2021-01-09 05:05:24'),
(48578,20356,'action complete via WP Cron','2021-01-09 10:05:24','2021-01-09 05:05:24'),
(48579,20357,'action created','2021-01-09 10:05:25','2021-01-09 05:05:25'),
(48580,20357,'action started via WP Cron','2021-01-09 10:06:48','2021-01-09 05:06:48'),
(48581,20357,'action complete via WP Cron','2021-01-09 10:06:48','2021-01-09 05:06:48'),
(48582,20358,'action created','2021-01-09 10:06:48','2021-01-09 05:06:48'),
(48583,20358,'action started via WP Cron','2021-01-09 10:08:05','2021-01-09 05:08:05'),
(48584,20358,'action complete via WP Cron','2021-01-09 10:08:05','2021-01-09 05:08:05'),
(48585,20359,'action created','2021-01-09 10:08:05','2021-01-09 05:08:05'),
(48586,20359,'action started via WP Cron','2021-01-09 10:08:17','2021-01-09 05:08:17'),
(48587,20359,'action complete via WP Cron','2021-01-09 10:08:17','2021-01-09 05:08:17'),
(48588,20360,'action created','2021-01-09 10:08:17','2021-01-09 05:08:17'),
(48589,20360,'action started via WP Cron','2021-01-09 10:09:22','2021-01-09 05:09:22'),
(48590,20360,'action complete via WP Cron','2021-01-09 10:09:22','2021-01-09 05:09:22'),
(48591,20361,'action created','2021-01-09 10:09:22','2021-01-09 05:09:22'),
(48592,20361,'action started via WP Cron','2021-01-09 10:10:22','2021-01-09 05:10:22'),
(48593,20361,'action complete via WP Cron','2021-01-09 10:10:22','2021-01-09 05:10:22'),
(48594,20362,'action created','2021-01-09 10:10:22','2021-01-09 05:10:22'),
(48595,20362,'action started via WP Cron','2021-01-09 10:11:38','2021-01-09 05:11:38'),
(48596,20362,'action complete via WP Cron','2021-01-09 10:11:38','2021-01-09 05:11:38'),
(48597,20363,'action created','2021-01-09 10:11:38','2021-01-09 05:11:38'),
(48598,20363,'action started via WP Cron','2021-01-09 10:13:23','2021-01-09 05:13:23'),
(48599,20363,'action complete via WP Cron','2021-01-09 10:13:23','2021-01-09 05:13:23'),
(48600,20364,'action created','2021-01-09 10:13:23','2021-01-09 05:13:23'),
(48601,20364,'action started via WP Cron','2021-01-09 10:14:15','2021-01-09 05:14:15'),
(48602,20364,'action complete via WP Cron','2021-01-09 10:14:15','2021-01-09 05:14:15'),
(48603,20365,'action created','2021-01-09 10:14:15','2021-01-09 05:14:15'),
(48604,20365,'action started via WP Cron','2021-01-09 10:15:51','2021-01-09 05:15:51'),
(48605,20365,'action complete via WP Cron','2021-01-09 10:15:51','2021-01-09 05:15:51'),
(48606,20366,'action created','2021-01-09 10:15:51','2021-01-09 05:15:51'),
(48607,20366,'action started via WP Cron','2021-01-09 10:16:11','2021-01-09 05:16:11'),
(48608,20366,'action complete via WP Cron','2021-01-09 10:16:11','2021-01-09 05:16:11'),
(48609,20367,'action created','2021-01-09 10:16:11','2021-01-09 05:16:11'),
(48610,20367,'action started via WP Cron','2021-01-09 10:18:44','2021-01-09 05:18:44'),
(48611,20367,'action complete via WP Cron','2021-01-09 10:18:44','2021-01-09 05:18:44'),
(48612,20368,'action created','2021-01-09 10:18:44','2021-01-09 05:18:44'),
(48613,20368,'action started via WP Cron','2021-01-09 10:19:14','2021-01-09 05:19:14'),
(48614,20368,'action complete via WP Cron','2021-01-09 10:19:14','2021-01-09 05:19:14'),
(48615,20369,'action created','2021-01-09 10:19:14','2021-01-09 05:19:14'),
(48616,20369,'action started via WP Cron','2021-01-09 10:21:16','2021-01-09 05:21:16'),
(48617,20369,'action complete via WP Cron','2021-01-09 10:21:16','2021-01-09 05:21:16'),
(48618,20370,'action created','2021-01-09 10:21:16','2021-01-09 05:21:16'),
(48619,20370,'action started via WP Cron','2021-01-09 10:22:12','2021-01-09 05:22:12'),
(48620,20370,'action complete via WP Cron','2021-01-09 10:22:12','2021-01-09 05:22:12'),
(48621,20371,'action created','2021-01-09 10:22:12','2021-01-09 05:22:12'),
(48622,20371,'action started via WP Cron','2021-01-09 10:23:50','2021-01-09 05:23:50'),
(48623,20371,'action complete via WP Cron','2021-01-09 10:23:50','2021-01-09 05:23:50'),
(48624,20372,'action created','2021-01-09 10:23:50','2021-01-09 05:23:50'),
(48625,20372,'action started via WP Cron','2021-01-09 10:24:35','2021-01-09 05:24:35'),
(48626,20372,'action complete via WP Cron','2021-01-09 10:24:35','2021-01-09 05:24:35'),
(48627,20373,'action created','2021-01-09 10:24:35','2021-01-09 05:24:35'),
(48628,20373,'action started via WP Cron','2021-01-09 10:25:23','2021-01-09 05:25:23'),
(48629,20373,'action complete via WP Cron','2021-01-09 10:25:23','2021-01-09 05:25:23'),
(48630,20374,'action created','2021-01-09 10:25:23','2021-01-09 05:25:23'),
(48631,20374,'action started via WP Cron','2021-01-09 10:26:14','2021-01-09 05:26:14'),
(48632,20374,'action complete via WP Cron','2021-01-09 10:26:14','2021-01-09 05:26:14'),
(48633,20375,'action created','2021-01-09 10:26:14','2021-01-09 05:26:14'),
(48634,20375,'action started via WP Cron','2021-01-09 10:27:26','2021-01-09 05:27:26'),
(48635,20375,'action complete via WP Cron','2021-01-09 10:27:26','2021-01-09 05:27:26'),
(48636,20376,'action created','2021-01-09 10:27:26','2021-01-09 05:27:26'),
(48637,20376,'action started via WP Cron','2021-01-09 10:28:40','2021-01-09 05:28:40'),
(48638,20376,'action complete via WP Cron','2021-01-09 10:28:40','2021-01-09 05:28:40'),
(48639,20377,'action created','2021-01-09 10:28:40','2021-01-09 05:28:40'),
(48640,20377,'action started via WP Cron','2021-01-09 10:29:52','2021-01-09 05:29:52'),
(48641,20377,'action complete via WP Cron','2021-01-09 10:29:52','2021-01-09 05:29:52'),
(48642,20378,'action created','2021-01-09 10:29:52','2021-01-09 05:29:52'),
(48643,20378,'action started via WP Cron','2021-01-09 10:30:19','2021-01-09 05:30:19'),
(48644,20378,'action complete via WP Cron','2021-01-09 10:30:19','2021-01-09 05:30:19'),
(48645,20379,'action created','2021-01-09 10:30:19','2021-01-09 05:30:19'),
(48646,20379,'action started via WP Cron','2021-01-09 10:32:46','2021-01-09 05:32:46'),
(48647,20379,'action complete via WP Cron','2021-01-09 10:32:46','2021-01-09 05:32:46'),
(48648,20380,'action created','2021-01-09 10:32:46','2021-01-09 05:32:46'),
(48649,20380,'action started via WP Cron','2021-01-09 10:33:47','2021-01-09 05:33:47'),
(48650,20380,'action complete via WP Cron','2021-01-09 10:33:47','2021-01-09 05:33:47'),
(48651,20381,'action created','2021-01-09 10:33:47','2021-01-09 05:33:47'),
(48652,20381,'action started via WP Cron','2021-01-09 10:34:36','2021-01-09 05:34:36'),
(48653,20381,'action complete via WP Cron','2021-01-09 10:34:36','2021-01-09 05:34:36'),
(48654,20382,'action created','2021-01-09 10:34:36','2021-01-09 05:34:36'),
(48655,20382,'action started via WP Cron','2021-01-09 10:35:13','2021-01-09 05:35:13'),
(48656,20382,'action complete via WP Cron','2021-01-09 10:35:13','2021-01-09 05:35:13'),
(48657,20383,'action created','2021-01-09 10:35:13','2021-01-09 05:35:13'),
(48658,20383,'action started via WP Cron','2021-01-09 10:36:56','2021-01-09 05:36:56'),
(48659,20383,'action complete via WP Cron','2021-01-09 10:36:56','2021-01-09 05:36:56'),
(48660,20384,'action created','2021-01-09 10:36:56','2021-01-09 05:36:56'),
(48661,20384,'action started via WP Cron','2021-01-09 10:37:16','2021-01-09 05:37:16'),
(48662,20384,'action complete via WP Cron','2021-01-09 10:37:16','2021-01-09 05:37:16'),
(48663,20385,'action created','2021-01-09 10:37:16','2021-01-09 05:37:16'),
(48664,20385,'action started via WP Cron','2021-01-09 10:39:16','2021-01-09 05:39:16'),
(48665,20385,'action complete via WP Cron','2021-01-09 10:39:16','2021-01-09 05:39:16'),
(48666,20386,'action created','2021-01-09 10:39:16','2021-01-09 05:39:16'),
(48667,20386,'action started via WP Cron','2021-01-09 10:40:15','2021-01-09 05:40:15'),
(48668,20386,'action complete via WP Cron','2021-01-09 10:40:15','2021-01-09 05:40:15'),
(48669,20387,'action created','2021-01-09 10:40:15','2021-01-09 05:40:15'),
(48670,20387,'action started via WP Cron','2021-01-09 10:41:43','2021-01-09 05:41:43'),
(48671,20387,'action complete via WP Cron','2021-01-09 10:41:43','2021-01-09 05:41:43'),
(48672,20388,'action created','2021-01-09 10:41:43','2021-01-09 05:41:43'),
(48673,20388,'action started via WP Cron','2021-01-09 10:42:39','2021-01-09 05:42:39'),
(48674,20388,'action complete via WP Cron','2021-01-09 10:42:39','2021-01-09 05:42:39'),
(48675,20389,'action created','2021-01-09 10:42:39','2021-01-09 05:42:39'),
(48676,20389,'action started via WP Cron','2021-01-09 10:43:45','2021-01-09 05:43:45'),
(48677,20389,'action complete via WP Cron','2021-01-09 10:43:45','2021-01-09 05:43:45'),
(48678,20390,'action created','2021-01-09 10:43:45','2021-01-09 05:43:45'),
(48679,20390,'action started via WP Cron','2021-01-09 10:44:21','2021-01-09 05:44:21'),
(48680,20390,'action complete via WP Cron','2021-01-09 10:44:21','2021-01-09 05:44:21'),
(48681,20391,'action created','2021-01-09 10:44:22','2021-01-09 05:44:22'),
(48682,20391,'action started via WP Cron','2021-01-09 10:45:37','2021-01-09 05:45:37'),
(48683,20391,'action complete via WP Cron','2021-01-09 10:45:37','2021-01-09 05:45:37'),
(48684,20392,'action created','2021-01-09 10:45:37','2021-01-09 05:45:37'),
(48685,20392,'action started via WP Cron','2021-01-09 10:46:28','2021-01-09 05:46:28'),
(48686,20392,'action complete via WP Cron','2021-01-09 10:46:28','2021-01-09 05:46:28'),
(48687,20393,'action created','2021-01-09 10:46:28','2021-01-09 05:46:28'),
(48688,20393,'action started via WP Cron','2021-01-09 10:47:26','2021-01-09 05:47:26'),
(48689,20393,'action complete via WP Cron','2021-01-09 10:47:26','2021-01-09 05:47:26'),
(48690,20394,'action created','2021-01-09 10:47:26','2021-01-09 05:47:26'),
(48691,20394,'action started via WP Cron','2021-01-09 10:48:39','2021-01-09 05:48:39'),
(48692,20394,'action complete via WP Cron','2021-01-09 10:48:39','2021-01-09 05:48:39'),
(48693,20395,'action created','2021-01-09 10:48:39','2021-01-09 05:48:39'),
(48694,20395,'action started via WP Cron','2021-01-09 10:49:15','2021-01-09 05:49:15'),
(48695,20395,'action complete via WP Cron','2021-01-09 10:49:15','2021-01-09 05:49:15'),
(48696,20396,'action created','2021-01-09 10:49:15','2021-01-09 05:49:15'),
(48697,20396,'action started via WP Cron','2021-01-09 10:50:39','2021-01-09 05:50:39'),
(48698,20396,'action complete via WP Cron','2021-01-09 10:50:39','2021-01-09 05:50:39'),
(48699,20397,'action created','2021-01-09 10:50:39','2021-01-09 05:50:39'),
(48700,20397,'action started via WP Cron','2021-01-09 10:51:39','2021-01-09 05:51:39'),
(48701,20397,'action complete via WP Cron','2021-01-09 10:51:39','2021-01-09 05:51:39'),
(48702,20398,'action created','2021-01-09 10:51:39','2021-01-09 05:51:39'),
(48703,20398,'action started via WP Cron','2021-01-09 10:53:40','2021-01-09 05:53:40'),
(48704,20398,'action complete via WP Cron','2021-01-09 10:53:40','2021-01-09 05:53:40'),
(48705,20399,'action created','2021-01-09 10:53:40','2021-01-09 05:53:40'),
(48706,20399,'action started via WP Cron','2021-01-09 10:54:15','2021-01-09 05:54:15'),
(48707,20399,'action complete via WP Cron','2021-01-09 10:54:15','2021-01-09 05:54:15'),
(48708,20400,'action created','2021-01-09 10:54:15','2021-01-09 05:54:15'),
(48709,20400,'action started via WP Cron','2021-01-09 10:56:25','2021-01-09 05:56:25'),
(48710,20400,'action complete via WP Cron','2021-01-09 10:56:25','2021-01-09 05:56:25'),
(48711,20401,'action created','2021-01-09 10:56:25','2021-01-09 05:56:25'),
(48712,20401,'action started via WP Cron','2021-01-09 10:57:18','2021-01-09 05:57:18'),
(48713,20401,'action complete via WP Cron','2021-01-09 10:57:18','2021-01-09 05:57:18'),
(48714,20402,'action created','2021-01-09 10:57:18','2021-01-09 05:57:18'),
(48715,20402,'action started via WP Cron','2021-01-09 10:59:14','2021-01-09 05:59:14'),
(48716,20402,'action complete via WP Cron','2021-01-09 10:59:14','2021-01-09 05:59:14'),
(48717,20403,'action created','2021-01-09 10:59:14','2021-01-09 05:59:14'),
(48718,20403,'action started via WP Cron','2021-01-09 11:01:03','2021-01-09 06:01:03'),
(48719,20403,'action complete via WP Cron','2021-01-09 11:01:03','2021-01-09 06:01:03'),
(48720,20404,'action created','2021-01-09 11:01:03','2021-01-09 06:01:03'),
(48721,20404,'action started via WP Cron','2021-01-09 11:03:04','2021-01-09 06:03:04'),
(48722,20404,'action complete via WP Cron','2021-01-09 11:03:04','2021-01-09 06:03:04'),
(48723,20405,'action created','2021-01-09 11:03:04','2021-01-09 06:03:04'),
(48724,20405,'action started via WP Cron','2021-01-09 11:03:38','2021-01-09 06:03:38'),
(48725,20405,'action complete via WP Cron','2021-01-09 11:03:38','2021-01-09 06:03:38'),
(48726,20406,'action created','2021-01-09 11:03:38','2021-01-09 06:03:38'),
(48727,20406,'action started via WP Cron','2021-01-09 11:04:58','2021-01-09 06:04:58'),
(48728,20406,'action complete via WP Cron','2021-01-09 11:04:58','2021-01-09 06:04:58'),
(48729,20407,'action created','2021-01-09 11:04:58','2021-01-09 06:04:58'),
(48730,20407,'action started via WP Cron','2021-01-09 11:05:27','2021-01-09 06:05:27'),
(48731,20407,'action complete via WP Cron','2021-01-09 11:05:27','2021-01-09 06:05:27'),
(48732,20408,'action created','2021-01-09 11:05:27','2021-01-09 06:05:27'),
(48733,20408,'action started via WP Cron','2021-01-09 11:06:36','2021-01-09 06:06:36'),
(48734,20408,'action complete via WP Cron','2021-01-09 11:06:36','2021-01-09 06:06:36'),
(48735,20409,'action created','2021-01-09 11:06:36','2021-01-09 06:06:36'),
(48736,20409,'action started via WP Cron','2021-01-09 11:07:40','2021-01-09 06:07:40'),
(48737,20409,'action complete via WP Cron','2021-01-09 11:07:40','2021-01-09 06:07:40'),
(48738,20410,'action created','2021-01-09 11:07:40','2021-01-09 06:07:40'),
(48739,20410,'action started via WP Cron','2021-01-09 11:08:16','2021-01-09 06:08:16'),
(48740,20410,'action complete via WP Cron','2021-01-09 11:08:16','2021-01-09 06:08:16'),
(48741,20411,'action created','2021-01-09 11:08:16','2021-01-09 06:08:16'),
(48742,20411,'action started via WP Cron','2021-01-09 11:09:14','2021-01-09 06:09:14'),
(48743,20411,'action complete via WP Cron','2021-01-09 11:09:14','2021-01-09 06:09:14'),
(48744,20412,'action created','2021-01-09 11:09:14','2021-01-09 06:09:14'),
(48745,20412,'action started via WP Cron','2021-01-09 11:10:52','2021-01-09 06:10:52'),
(48746,20412,'action complete via WP Cron','2021-01-09 11:10:52','2021-01-09 06:10:52'),
(48747,20413,'action created','2021-01-09 11:10:52','2021-01-09 06:10:52'),
(48748,20413,'action started via WP Cron','2021-01-09 11:11:33','2021-01-09 06:11:33'),
(48749,20413,'action complete via WP Cron','2021-01-09 11:11:33','2021-01-09 06:11:33'),
(48750,20414,'action created','2021-01-09 11:11:33','2021-01-09 06:11:33'),
(48751,20414,'action started via WP Cron','2021-01-09 11:12:19','2021-01-09 06:12:19'),
(48752,20414,'action complete via WP Cron','2021-01-09 11:12:19','2021-01-09 06:12:19'),
(48753,20415,'action created','2021-01-09 11:12:19','2021-01-09 06:12:19'),
(48754,20415,'action started via WP Cron','2021-01-09 11:14:55','2021-01-09 06:14:55'),
(48755,20415,'action complete via WP Cron','2021-01-09 11:14:55','2021-01-09 06:14:55'),
(48756,20416,'action created','2021-01-09 11:14:55','2021-01-09 06:14:55'),
(48757,20416,'action started via WP Cron','2021-01-09 11:15:29','2021-01-09 06:15:29'),
(48758,20416,'action complete via WP Cron','2021-01-09 11:15:29','2021-01-09 06:15:29'),
(48759,20417,'action created','2021-01-09 11:15:29','2021-01-09 06:15:29'),
(48760,20417,'action started via WP Cron','2021-01-09 11:16:26','2021-01-09 06:16:26'),
(48761,20417,'action complete via WP Cron','2021-01-09 11:16:26','2021-01-09 06:16:26'),
(48762,20418,'action created','2021-01-09 11:16:26','2021-01-09 06:16:26'),
(48763,20418,'action started via WP Cron','2021-01-09 11:18:23','2021-01-09 06:18:23'),
(48764,20418,'action complete via WP Cron','2021-01-09 11:18:23','2021-01-09 06:18:23'),
(48765,20419,'action created','2021-01-09 11:18:23','2021-01-09 06:18:23'),
(48766,20419,'action started via WP Cron','2021-01-09 11:19:15','2021-01-09 06:19:15'),
(48767,20419,'action complete via WP Cron','2021-01-09 11:19:15','2021-01-09 06:19:15'),
(48768,20420,'action created','2021-01-09 11:19:15','2021-01-09 06:19:15'),
(48769,20420,'action started via WP Cron','2021-01-09 11:20:12','2021-01-09 06:20:12'),
(48770,20420,'action complete via WP Cron','2021-01-09 11:20:12','2021-01-09 06:20:12'),
(48771,20421,'action created','2021-01-09 11:20:12','2021-01-09 06:20:12'),
(48772,20421,'action started via WP Cron','2021-01-09 11:21:35','2021-01-09 06:21:35'),
(48773,20421,'action complete via WP Cron','2021-01-09 11:21:35','2021-01-09 06:21:35'),
(48774,20422,'action created','2021-01-09 11:21:36','2021-01-09 06:21:36'),
(48775,20422,'action started via WP Cron','2021-01-09 11:22:22','2021-01-09 06:22:22'),
(48776,20422,'action complete via WP Cron','2021-01-09 11:22:22','2021-01-09 06:22:22'),
(48777,20423,'action created','2021-01-09 11:22:22','2021-01-09 06:22:22'),
(48778,20423,'action started via WP Cron','2021-01-09 11:23:30','2021-01-09 06:23:30'),
(48779,20423,'action complete via WP Cron','2021-01-09 11:23:30','2021-01-09 06:23:30'),
(48780,20424,'action created','2021-01-09 11:23:30','2021-01-09 06:23:30'),
(48781,20424,'action started via WP Cron','2021-01-09 11:24:41','2021-01-09 06:24:41'),
(48782,20424,'action complete via WP Cron','2021-01-09 11:24:41','2021-01-09 06:24:41'),
(48783,20425,'action created','2021-01-09 11:24:41','2021-01-09 06:24:41'),
(48784,20425,'action started via WP Cron','2021-01-09 11:25:41','2021-01-09 06:25:41'),
(48785,20425,'action complete via WP Cron','2021-01-09 11:25:41','2021-01-09 06:25:41'),
(48786,20426,'action created','2021-01-09 11:25:41','2021-01-09 06:25:41'),
(48787,20426,'action started via WP Cron','2021-01-09 11:27:29','2021-01-09 06:27:29'),
(48788,20426,'action complete via WP Cron','2021-01-09 11:27:29','2021-01-09 06:27:29'),
(48789,20427,'action created','2021-01-09 11:27:29','2021-01-09 06:27:29'),
(48790,20427,'action started via WP Cron','2021-01-09 11:30:20','2021-01-09 06:30:20'),
(48791,20427,'action complete via WP Cron','2021-01-09 11:30:20','2021-01-09 06:30:20'),
(48792,20428,'action created','2021-01-09 11:30:20','2021-01-09 06:30:20'),
(48793,20428,'action started via WP Cron','2021-01-09 11:31:42','2021-01-09 06:31:42'),
(48794,20428,'action complete via WP Cron','2021-01-09 11:31:42','2021-01-09 06:31:42'),
(48795,20429,'action created','2021-01-09 11:31:42','2021-01-09 06:31:42'),
(48796,20429,'action started via WP Cron','2021-01-09 11:32:28','2021-01-09 06:32:28'),
(48797,20429,'action complete via WP Cron','2021-01-09 11:32:28','2021-01-09 06:32:28'),
(48798,20430,'action created','2021-01-09 11:32:28','2021-01-09 06:32:28'),
(48799,20430,'action started via WP Cron','2021-01-09 11:33:56','2021-01-09 06:33:56'),
(48800,20430,'action complete via WP Cron','2021-01-09 11:33:56','2021-01-09 06:33:56'),
(48801,20431,'action created','2021-01-09 11:33:56','2021-01-09 06:33:56'),
(48802,20431,'action started via WP Cron','2021-01-09 11:34:32','2021-01-09 06:34:32'),
(48803,20431,'action complete via WP Cron','2021-01-09 11:34:32','2021-01-09 06:34:32'),
(48804,20432,'action created','2021-01-09 11:34:32','2021-01-09 06:34:32'),
(48805,20432,'action started via WP Cron','2021-01-09 11:35:43','2021-01-09 06:35:43'),
(48806,20432,'action complete via WP Cron','2021-01-09 11:35:44','2021-01-09 06:35:44'),
(48807,20433,'action created','2021-01-09 11:35:44','2021-01-09 06:35:44'),
(48808,20433,'action started via WP Cron','2021-01-09 11:36:22','2021-01-09 06:36:22'),
(48809,20433,'action complete via WP Cron','2021-01-09 11:36:22','2021-01-09 06:36:22'),
(48810,20434,'action created','2021-01-09 11:36:22','2021-01-09 06:36:22'),
(48811,20434,'action started via WP Cron','2021-01-09 11:38:23','2021-01-09 06:38:23'),
(48812,20434,'action complete via WP Cron','2021-01-09 11:38:23','2021-01-09 06:38:23'),
(48813,20435,'action created','2021-01-09 11:38:23','2021-01-09 06:38:23'),
(48814,20435,'action started via WP Cron','2021-01-09 11:39:25','2021-01-09 06:39:25'),
(48815,20435,'action complete via WP Cron','2021-01-09 11:39:25','2021-01-09 06:39:25'),
(48816,20436,'action created','2021-01-09 11:39:25','2021-01-09 06:39:25'),
(48817,20436,'action started via WP Cron','2021-01-09 11:40:56','2021-01-09 06:40:56'),
(48818,20436,'action complete via WP Cron','2021-01-09 11:40:56','2021-01-09 06:40:56'),
(48819,20437,'action created','2021-01-09 11:40:56','2021-01-09 06:40:56'),
(48820,20437,'action started via WP Cron','2021-01-09 11:41:25','2021-01-09 06:41:25'),
(48821,20437,'action complete via WP Cron','2021-01-09 11:41:25','2021-01-09 06:41:25'),
(48822,20438,'action created','2021-01-09 11:41:25','2021-01-09 06:41:25'),
(48823,20438,'action started via WP Cron','2021-01-09 11:42:12','2021-01-09 06:42:12'),
(48824,20438,'action complete via WP Cron','2021-01-09 11:42:12','2021-01-09 06:42:12'),
(48825,20439,'action created','2021-01-09 11:42:12','2021-01-09 06:42:12'),
(48826,20439,'action started via WP Cron','2021-01-09 11:44:26','2021-01-09 06:44:26'),
(48827,20439,'action complete via WP Cron','2021-01-09 11:44:26','2021-01-09 06:44:26'),
(48828,20440,'action created','2021-01-09 11:44:26','2021-01-09 06:44:26'),
(48829,20440,'action started via WP Cron','2021-01-09 11:45:22','2021-01-09 06:45:22'),
(48830,20440,'action complete via WP Cron','2021-01-09 11:45:22','2021-01-09 06:45:22'),
(48831,20441,'action created','2021-01-09 11:45:22','2021-01-09 06:45:22'),
(48832,20441,'action started via WP Cron','2021-01-09 11:46:35','2021-01-09 06:46:35'),
(48833,20441,'action complete via WP Cron','2021-01-09 11:46:35','2021-01-09 06:46:35'),
(48834,20442,'action created','2021-01-09 11:46:35','2021-01-09 06:46:35'),
(48835,20442,'action started via WP Cron','2021-01-09 11:48:54','2021-01-09 06:48:54'),
(48836,20442,'action complete via WP Cron','2021-01-09 11:48:54','2021-01-09 06:48:54'),
(48837,20443,'action created','2021-01-09 11:48:54','2021-01-09 06:48:54'),
(48838,20443,'action started via WP Cron','2021-01-09 11:49:43','2021-01-09 06:49:43'),
(48839,20443,'action complete via WP Cron','2021-01-09 11:49:43','2021-01-09 06:49:43'),
(48840,20444,'action created','2021-01-09 11:49:43','2021-01-09 06:49:43'),
(48841,20444,'action started via WP Cron','2021-01-09 11:50:47','2021-01-09 06:50:47'),
(48842,20444,'action complete via WP Cron','2021-01-09 11:50:47','2021-01-09 06:50:47'),
(48843,20445,'action created','2021-01-09 11:50:47','2021-01-09 06:50:47'),
(48844,20445,'action started via WP Cron','2021-01-09 11:51:45','2021-01-09 06:51:45'),
(48845,20445,'action complete via WP Cron','2021-01-09 11:51:45','2021-01-09 06:51:45'),
(48846,20446,'action created','2021-01-09 11:51:45','2021-01-09 06:51:45'),
(48847,20446,'action started via WP Cron','2021-01-09 11:52:14','2021-01-09 06:52:14'),
(48848,20446,'action complete via WP Cron','2021-01-09 11:52:14','2021-01-09 06:52:14'),
(48849,20447,'action created','2021-01-09 11:52:14','2021-01-09 06:52:14'),
(48850,20447,'action started via WP Cron','2021-01-09 11:53:15','2021-01-09 06:53:15'),
(48851,20447,'action complete via WP Cron','2021-01-09 11:53:15','2021-01-09 06:53:15'),
(48852,20448,'action created','2021-01-09 11:53:15','2021-01-09 06:53:15'),
(48853,20448,'action started via WP Cron','2021-01-09 11:54:57','2021-01-09 06:54:57'),
(48854,20448,'action complete via WP Cron','2021-01-09 11:54:57','2021-01-09 06:54:57'),
(48855,20449,'action created','2021-01-09 11:54:57','2021-01-09 06:54:57'),
(48856,20449,'action started via WP Cron','2021-01-09 11:55:25','2021-01-09 06:55:25'),
(48857,20449,'action complete via WP Cron','2021-01-09 11:55:25','2021-01-09 06:55:25'),
(48858,20450,'action created','2021-01-09 11:55:26','2021-01-09 06:55:26'),
(48859,20450,'action started via WP Cron','2021-01-09 11:56:19','2021-01-09 06:56:19'),
(48860,20450,'action complete via WP Cron','2021-01-09 11:56:19','2021-01-09 06:56:19'),
(48861,20451,'action created','2021-01-09 11:56:19','2021-01-09 06:56:19'),
(48862,20451,'action started via WP Cron','2021-01-09 11:57:25','2021-01-09 06:57:25'),
(48863,20451,'action complete via WP Cron','2021-01-09 11:57:25','2021-01-09 06:57:25'),
(48864,20452,'action created','2021-01-09 11:57:25','2021-01-09 06:57:25'),
(48865,20452,'action started via WP Cron','2021-01-09 12:00:03','2021-01-09 07:00:03'),
(48866,20452,'action complete via WP Cron','2021-01-09 12:00:03','2021-01-09 07:00:03'),
(48867,20453,'action created','2021-01-09 12:00:03','2021-01-09 07:00:03'),
(48868,20453,'action started via WP Cron','2021-01-09 12:00:41','2021-01-09 07:00:41'),
(48869,20453,'action complete via WP Cron','2021-01-09 12:00:41','2021-01-09 07:00:41'),
(48870,20454,'action created','2021-01-09 12:00:42','2021-01-09 07:00:42'),
(48871,20454,'action started via WP Cron','2021-01-09 12:02:52','2021-01-09 07:02:52'),
(48872,20454,'action complete via WP Cron','2021-01-09 12:02:52','2021-01-09 07:02:52'),
(48873,20455,'action created','2021-01-09 12:02:52','2021-01-09 07:02:52'),
(48874,20455,'action started via WP Cron','2021-01-09 12:03:20','2021-01-09 07:03:20'),
(48875,20455,'action complete via WP Cron','2021-01-09 12:03:20','2021-01-09 07:03:20'),
(48876,20456,'action created','2021-01-09 12:03:20','2021-01-09 07:03:20'),
(48877,20456,'action started via WP Cron','2021-01-09 12:04:25','2021-01-09 07:04:25'),
(48878,20456,'action complete via WP Cron','2021-01-09 12:04:25','2021-01-09 07:04:25'),
(48879,20457,'action created','2021-01-09 12:04:25','2021-01-09 07:04:25'),
(48880,20457,'action started via WP Cron','2021-01-09 12:05:15','2021-01-09 07:05:15'),
(48881,20457,'action complete via WP Cron','2021-01-09 12:05:15','2021-01-09 07:05:15'),
(48882,20458,'action created','2021-01-09 12:05:15','2021-01-09 07:05:15'),
(48883,20458,'action started via WP Cron','2021-01-09 12:07:09','2021-01-09 07:07:09'),
(48884,20458,'action complete via WP Cron','2021-01-09 12:07:09','2021-01-09 07:07:09'),
(48885,20459,'action created','2021-01-09 12:07:09','2021-01-09 07:07:09'),
(48886,20459,'action started via WP Cron','2021-01-09 12:11:05','2021-01-09 07:11:05'),
(48887,20459,'action complete via WP Cron','2021-01-09 12:11:05','2021-01-09 07:11:05'),
(48888,20460,'action created','2021-01-09 12:11:05','2021-01-09 07:11:05'),
(48889,20460,'action started via WP Cron','2021-01-09 12:12:06','2021-01-09 07:12:06'),
(48890,20460,'action complete via WP Cron','2021-01-09 12:12:06','2021-01-09 07:12:06'),
(48891,20461,'action created','2021-01-09 12:12:06','2021-01-09 07:12:06'),
(48892,20461,'action started via WP Cron','2021-01-09 12:12:30','2021-01-09 07:12:30'),
(48893,20461,'action complete via WP Cron','2021-01-09 12:12:30','2021-01-09 07:12:30'),
(48894,20462,'action created','2021-01-09 12:12:30','2021-01-09 07:12:30'),
(48895,20462,'action started via WP Cron','2021-01-09 12:13:54','2021-01-09 07:13:54'),
(48896,20462,'action complete via WP Cron','2021-01-09 12:13:54','2021-01-09 07:13:54'),
(48897,20463,'action created','2021-01-09 12:13:54','2021-01-09 07:13:54'),
(48898,20463,'action started via WP Cron','2021-01-09 12:15:03','2021-01-09 07:15:03'),
(48899,20463,'action complete via WP Cron','2021-01-09 12:15:03','2021-01-09 07:15:03'),
(48900,20464,'action created','2021-01-09 12:15:57','2021-01-09 07:15:57'),
(48901,20464,'action started via WP Cron','2021-01-09 12:16:13','2021-01-09 07:16:13'),
(48902,20464,'action complete via WP Cron','2021-01-09 12:16:13','2021-01-09 07:16:13'),
(48903,20465,'action created','2021-01-09 12:16:13','2021-01-09 07:16:13'),
(48904,20465,'action started via WP Cron','2021-01-09 12:18:29','2021-01-09 07:18:29'),
(48905,20465,'action complete via WP Cron','2021-01-09 12:18:29','2021-01-09 07:18:29'),
(48906,20466,'action created','2021-01-09 12:18:29','2021-01-09 07:18:29'),
(48907,20466,'action started via WP Cron','2021-01-09 12:19:22','2021-01-09 07:19:22'),
(48908,20466,'action complete via WP Cron','2021-01-09 12:19:22','2021-01-09 07:19:22'),
(48909,20467,'action created','2021-01-09 12:19:22','2021-01-09 07:19:22'),
(48910,20467,'action started via WP Cron','2021-01-09 12:20:20','2021-01-09 07:20:20'),
(48911,20467,'action complete via WP Cron','2021-01-09 12:20:20','2021-01-09 07:20:20'),
(48912,20468,'action created','2021-01-09 12:20:20','2021-01-09 07:20:20'),
(48913,20468,'action started via WP Cron','2021-01-09 12:21:31','2021-01-09 07:21:31'),
(48914,20468,'action complete via WP Cron','2021-01-09 12:21:31','2021-01-09 07:21:31'),
(48915,20469,'action created','2021-01-09 12:21:31','2021-01-09 07:21:31'),
(48916,20469,'action started via WP Cron','2021-01-09 12:23:44','2021-01-09 07:23:44'),
(48917,20469,'action complete via WP Cron','2021-01-09 12:23:44','2021-01-09 07:23:44'),
(48918,20470,'action created','2021-01-09 12:23:44','2021-01-09 07:23:44'),
(48919,20470,'action started via WP Cron','2021-01-09 12:24:11','2021-01-09 07:24:11'),
(48920,20470,'action complete via WP Cron','2021-01-09 12:24:11','2021-01-09 07:24:11'),
(48921,20471,'action created','2021-01-09 12:24:11','2021-01-09 07:24:11'),
(48922,20471,'action started via WP Cron','2021-01-09 12:25:46','2021-01-09 07:25:46'),
(48923,20471,'action complete via WP Cron','2021-01-09 12:25:46','2021-01-09 07:25:46'),
(48924,20472,'action created','2021-01-09 12:25:47','2021-01-09 07:25:47'),
(48925,20472,'action started via WP Cron','2021-01-09 12:26:37','2021-01-09 07:26:37'),
(48926,20472,'action complete via WP Cron','2021-01-09 12:26:37','2021-01-09 07:26:37'),
(48927,20473,'action created','2021-01-09 12:26:37','2021-01-09 07:26:37'),
(48928,20473,'action started via WP Cron','2021-01-09 12:27:31','2021-01-09 07:27:31'),
(48929,20473,'action complete via WP Cron','2021-01-09 12:27:31','2021-01-09 07:27:31'),
(48930,20474,'action created','2021-01-09 12:27:31','2021-01-09 07:27:31'),
(48931,20474,'action started via WP Cron','2021-01-09 12:28:32','2021-01-09 07:28:32'),
(48932,20474,'action complete via WP Cron','2021-01-09 12:28:32','2021-01-09 07:28:32'),
(48933,20475,'action created','2021-01-09 12:28:32','2021-01-09 07:28:32'),
(48934,20475,'action started via WP Cron','2021-01-09 12:30:40','2021-01-09 07:30:40'),
(48935,20475,'action complete via WP Cron','2021-01-09 12:30:40','2021-01-09 07:30:40'),
(48936,20476,'action created','2021-01-09 12:30:40','2021-01-09 07:30:40'),
(48937,20476,'action started via WP Cron','2021-01-09 12:32:09','2021-01-09 07:32:09'),
(48938,20476,'action complete via WP Cron','2021-01-09 12:32:09','2021-01-09 07:32:09'),
(48939,20477,'action created','2021-01-09 12:32:09','2021-01-09 07:32:09'),
(48940,20477,'action started via WP Cron','2021-01-09 12:33:40','2021-01-09 07:33:40'),
(48941,20477,'action complete via WP Cron','2021-01-09 12:33:40','2021-01-09 07:33:40'),
(48942,20478,'action created','2021-01-09 12:33:40','2021-01-09 07:33:40'),
(48943,20478,'action started via WP Cron','2021-01-09 12:35:52','2021-01-09 07:35:52'),
(48944,20478,'action complete via WP Cron','2021-01-09 12:35:52','2021-01-09 07:35:52'),
(48945,20479,'action created','2021-01-09 12:35:52','2021-01-09 07:35:52'),
(48946,20479,'action started via WP Cron','2021-01-09 12:36:42','2021-01-09 07:36:42'),
(48947,20479,'action complete via WP Cron','2021-01-09 12:36:42','2021-01-09 07:36:42'),
(48948,20480,'action created','2021-01-09 12:36:42','2021-01-09 07:36:42'),
(48949,20480,'action started via WP Cron','2021-01-09 12:37:16','2021-01-09 07:37:16'),
(48950,20480,'action complete via WP Cron','2021-01-09 12:37:16','2021-01-09 07:37:16'),
(48951,20481,'action created','2021-01-09 12:37:16','2021-01-09 07:37:16'),
(48952,20481,'action started via WP Cron','2021-01-09 12:39:53','2021-01-09 07:39:53'),
(48953,20481,'action complete via WP Cron','2021-01-09 12:39:53','2021-01-09 07:39:53'),
(48954,20482,'action created','2021-01-09 12:39:53','2021-01-09 07:39:53'),
(48955,20482,'action started via WP Cron','2021-01-09 12:40:34','2021-01-09 07:40:34'),
(48956,20482,'action complete via WP Cron','2021-01-09 12:40:34','2021-01-09 07:40:34'),
(48957,20483,'action created','2021-01-09 12:40:34','2021-01-09 07:40:34'),
(48958,20483,'action started via WP Cron','2021-01-09 12:41:18','2021-01-09 07:41:18'),
(48959,20483,'action complete via WP Cron','2021-01-09 12:41:18','2021-01-09 07:41:18'),
(48960,20484,'action created','2021-01-09 12:41:18','2021-01-09 07:41:18'),
(48961,20484,'action started via WP Cron','2021-01-09 12:42:24','2021-01-09 07:42:24'),
(48962,20484,'action complete via WP Cron','2021-01-09 12:42:24','2021-01-09 07:42:24'),
(48963,20485,'action created','2021-01-09 12:42:25','2021-01-09 07:42:25'),
(48964,20485,'action started via WP Cron','2021-01-09 12:43:26','2021-01-09 07:43:26'),
(48965,20485,'action complete via WP Cron','2021-01-09 12:43:26','2021-01-09 07:43:26'),
(48966,20486,'action created','2021-01-09 12:43:26','2021-01-09 07:43:26'),
(48967,20486,'action started via WP Cron','2021-01-09 12:44:19','2021-01-09 07:44:19'),
(48968,20486,'action complete via WP Cron','2021-01-09 12:44:19','2021-01-09 07:44:19'),
(48969,20487,'action created','2021-01-09 12:44:19','2021-01-09 07:44:19'),
(48970,20487,'action started via WP Cron','2021-01-09 12:46:34','2021-01-09 07:46:34'),
(48971,20487,'action complete via WP Cron','2021-01-09 12:46:35','2021-01-09 07:46:35'),
(48972,20488,'action created','2021-01-09 12:46:35','2021-01-09 07:46:35'),
(48973,20488,'action started via WP Cron','2021-01-09 12:47:42','2021-01-09 07:47:42'),
(48974,20488,'action complete via WP Cron','2021-01-09 12:47:42','2021-01-09 07:47:42'),
(48975,20489,'action created','2021-01-09 12:47:42','2021-01-09 07:47:42'),
(48976,20489,'action started via WP Cron','2021-01-09 12:48:15','2021-01-09 07:48:15'),
(48977,20489,'action complete via WP Cron','2021-01-09 12:48:15','2021-01-09 07:48:15'),
(48978,20490,'action created','2021-01-09 12:48:15','2021-01-09 07:48:15'),
(48979,20490,'action started via WP Cron','2021-01-09 12:49:46','2021-01-09 07:49:46'),
(48980,20490,'action complete via WP Cron','2021-01-09 12:49:46','2021-01-09 07:49:46'),
(48981,20491,'action created','2021-01-09 12:49:47','2021-01-09 07:49:47'),
(48982,20491,'action started via WP Cron','2021-01-09 12:50:20','2021-01-09 07:50:20'),
(48983,20491,'action complete via WP Cron','2021-01-09 12:50:20','2021-01-09 07:50:20'),
(48984,20492,'action created','2021-01-09 12:50:20','2021-01-09 07:50:20'),
(48985,20492,'action started via WP Cron','2021-01-09 12:51:29','2021-01-09 07:51:29'),
(48986,20492,'action complete via WP Cron','2021-01-09 12:51:29','2021-01-09 07:51:29'),
(48987,20493,'action created','2021-01-09 12:51:30','2021-01-09 07:51:30'),
(48988,20493,'action started via WP Cron','2021-01-09 12:52:42','2021-01-09 07:52:42'),
(48989,20493,'action complete via WP Cron','2021-01-09 12:52:42','2021-01-09 07:52:42'),
(48990,20494,'action created','2021-01-09 12:52:42','2021-01-09 07:52:42'),
(48991,20494,'action started via WP Cron','2021-01-09 12:55:15','2021-01-09 07:55:15'),
(48992,20494,'action complete via WP Cron','2021-01-09 12:55:15','2021-01-09 07:55:15'),
(48993,20495,'action created','2021-01-09 12:55:15','2021-01-09 07:55:15'),
(48994,20495,'action started via WP Cron','2021-01-09 12:57:36','2021-01-09 07:57:36'),
(48995,20495,'action complete via WP Cron','2021-01-09 12:57:36','2021-01-09 07:57:36'),
(48996,19336,'action started via WP Cron','2021-01-09 12:57:36','2021-01-09 07:57:36'),
(48997,19336,'action complete via WP Cron','2021-01-09 12:57:36','2021-01-09 07:57:36'),
(48998,20496,'action created','2021-01-09 12:57:36','2021-01-09 07:57:36'),
(48999,20497,'action created','2021-01-09 12:57:36','2021-01-09 07:57:36'),
(49000,20497,'action started via WP Cron','2021-01-09 12:58:33','2021-01-09 07:58:33'),
(49001,20497,'action complete via WP Cron','2021-01-09 12:58:33','2021-01-09 07:58:33'),
(49002,20498,'action created','2021-01-09 12:58:33','2021-01-09 07:58:33'),
(49003,20498,'action started via WP Cron','2021-01-09 13:00:12','2021-01-09 08:00:12'),
(49004,20498,'action complete via WP Cron','2021-01-09 13:00:13','2021-01-09 08:00:13'),
(49005,20499,'action created','2021-01-09 13:00:13','2021-01-09 08:00:13'),
(49006,20499,'action started via WP Cron','2021-01-09 13:02:07','2021-01-09 08:02:07'),
(49007,20499,'action complete via WP Cron','2021-01-09 13:02:07','2021-01-09 08:02:07'),
(49008,20500,'action created','2021-01-09 13:02:07','2021-01-09 08:02:07'),
(49009,20500,'action started via WP Cron','2021-01-09 13:03:14','2021-01-09 08:03:14'),
(49010,20500,'action complete via WP Cron','2021-01-09 13:03:14','2021-01-09 08:03:14'),
(49011,20501,'action created','2021-01-09 13:03:14','2021-01-09 08:03:14'),
(49012,20501,'action started via WP Cron','2021-01-09 13:04:26','2021-01-09 08:04:26'),
(49013,20501,'action complete via WP Cron','2021-01-09 13:04:26','2021-01-09 08:04:26'),
(49014,20502,'action created','2021-01-09 13:04:26','2021-01-09 08:04:26'),
(49015,20502,'action started via WP Cron','2021-01-09 13:05:53','2021-01-09 08:05:53'),
(49016,20502,'action complete via WP Cron','2021-01-09 13:05:53','2021-01-09 08:05:53'),
(49017,20503,'action created','2021-01-09 13:05:53','2021-01-09 08:05:53'),
(49018,20503,'action started via WP Cron','2021-01-09 13:06:29','2021-01-09 08:06:29'),
(49019,20503,'action complete via WP Cron','2021-01-09 13:06:29','2021-01-09 08:06:29'),
(49020,20504,'action created','2021-01-09 13:06:29','2021-01-09 08:06:29'),
(49021,20504,'action started via WP Cron','2021-01-09 13:07:28','2021-01-09 08:07:28'),
(49022,20504,'action complete via WP Cron','2021-01-09 13:07:28','2021-01-09 08:07:28'),
(49023,20505,'action created','2021-01-09 13:07:28','2021-01-09 08:07:28'),
(49024,20505,'action started via WP Cron','2021-01-09 13:09:17','2021-01-09 08:09:17'),
(49025,20505,'action complete via WP Cron','2021-01-09 13:09:17','2021-01-09 08:09:17'),
(49026,20506,'action created','2021-01-09 13:09:17','2021-01-09 08:09:17'),
(49027,20506,'action started via WP Cron','2021-01-09 13:11:06','2021-01-09 08:11:06'),
(49028,20506,'action complete via WP Cron','2021-01-09 13:11:06','2021-01-09 08:11:06'),
(49029,20507,'action created','2021-01-09 13:11:07','2021-01-09 08:11:07'),
(49030,20507,'action started via WP Cron','2021-01-09 13:12:03','2021-01-09 08:12:03'),
(49031,20507,'action complete via WP Cron','2021-01-09 13:12:03','2021-01-09 08:12:03'),
(49032,20508,'action created','2021-01-09 13:12:03','2021-01-09 08:12:03'),
(49033,20508,'action started via WP Cron','2021-01-09 13:13:00','2021-01-09 08:13:00'),
(49034,20508,'action complete via WP Cron','2021-01-09 13:13:00','2021-01-09 08:13:00'),
(49035,20509,'action created','2021-01-09 13:13:00','2021-01-09 08:13:00'),
(49036,20509,'action started via WP Cron','2021-01-09 13:13:12','2021-01-09 08:13:12'),
(49037,20509,'action complete via WP Cron','2021-01-09 13:13:12','2021-01-09 08:13:12'),
(49038,20510,'action created','2021-01-09 13:13:12','2021-01-09 08:13:12'),
(49039,20510,'action started via WP Cron','2021-01-09 13:15:25','2021-01-09 08:15:25'),
(49040,20510,'action complete via WP Cron','2021-01-09 13:15:25','2021-01-09 08:15:25'),
(49041,20511,'action created','2021-01-09 13:15:25','2021-01-09 08:15:25'),
(49042,20511,'action started via WP Cron','2021-01-09 13:17:22','2021-01-09 08:17:22'),
(49043,20511,'action complete via WP Cron','2021-01-09 13:17:22','2021-01-09 08:17:22'),
(49044,20512,'action created','2021-01-09 13:17:22','2021-01-09 08:17:22'),
(49045,20512,'action started via WP Cron','2021-01-09 13:19:03','2021-01-09 08:19:03'),
(49046,20512,'action complete via WP Cron','2021-01-09 13:19:03','2021-01-09 08:19:03'),
(49047,20513,'action created','2021-01-09 13:19:03','2021-01-09 08:19:03'),
(49048,20513,'action started via WP Cron','2021-01-09 13:20:23','2021-01-09 08:20:23'),
(49049,20513,'action complete via WP Cron','2021-01-09 13:20:23','2021-01-09 08:20:23'),
(49050,20514,'action created','2021-01-09 13:20:23','2021-01-09 08:20:23'),
(49051,20514,'action started via WP Cron','2021-01-09 13:21:34','2021-01-09 08:21:34'),
(49052,20514,'action complete via WP Cron','2021-01-09 13:21:34','2021-01-09 08:21:34'),
(49053,20515,'action created','2021-01-09 13:21:34','2021-01-09 08:21:34'),
(49054,20515,'action started via WP Cron','2021-01-09 13:22:15','2021-01-09 08:22:15'),
(49055,20515,'action complete via WP Cron','2021-01-09 13:22:15','2021-01-09 08:22:15'),
(49056,20516,'action created','2021-01-09 13:22:15','2021-01-09 08:22:15'),
(49057,20516,'action started via WP Cron','2021-01-09 13:23:17','2021-01-09 08:23:17'),
(49058,20516,'action complete via WP Cron','2021-01-09 13:23:17','2021-01-09 08:23:17'),
(49059,20517,'action created','2021-01-09 13:23:18','2021-01-09 08:23:18'),
(49060,20517,'action started via WP Cron','2021-01-09 13:24:33','2021-01-09 08:24:33'),
(49061,20517,'action complete via WP Cron','2021-01-09 13:24:33','2021-01-09 08:24:33'),
(49062,20518,'action created','2021-01-09 13:24:33','2021-01-09 08:24:33'),
(49063,20518,'action started via WP Cron','2021-01-09 13:25:35','2021-01-09 08:25:35'),
(49064,20518,'action complete via WP Cron','2021-01-09 13:25:35','2021-01-09 08:25:35'),
(49065,20519,'action created','2021-01-09 13:25:35','2021-01-09 08:25:35'),
(49066,20519,'action started via WP Cron','2021-01-09 13:26:14','2021-01-09 08:26:14'),
(49067,20519,'action complete via WP Cron','2021-01-09 13:26:14','2021-01-09 08:26:14'),
(49068,20520,'action created','2021-01-09 13:26:14','2021-01-09 08:26:14'),
(49069,20520,'action started via WP Cron','2021-01-09 13:29:21','2021-01-09 08:29:21'),
(49070,20520,'action complete via WP Cron','2021-01-09 13:29:21','2021-01-09 08:29:21'),
(49071,20521,'action created','2021-01-09 13:29:21','2021-01-09 08:29:21'),
(49072,20521,'action started via WP Cron','2021-01-09 13:31:53','2021-01-09 08:31:53'),
(49073,20521,'action complete via WP Cron','2021-01-09 13:31:53','2021-01-09 08:31:53'),
(49074,20522,'action created','2021-01-09 13:31:53','2021-01-09 08:31:53'),
(49075,20522,'action started via WP Cron','2021-01-09 13:32:12','2021-01-09 08:32:12'),
(49076,20522,'action complete via WP Cron','2021-01-09 13:32:12','2021-01-09 08:32:12'),
(49077,20523,'action created','2021-01-09 13:32:12','2021-01-09 08:32:12'),
(49078,20523,'action started via WP Cron','2021-01-09 13:33:34','2021-01-09 08:33:34'),
(49079,20523,'action complete via WP Cron','2021-01-09 13:33:34','2021-01-09 08:33:34'),
(49080,20524,'action created','2021-01-09 13:33:34','2021-01-09 08:33:34'),
(49081,20524,'action started via WP Cron','2021-01-09 13:34:16','2021-01-09 08:34:16'),
(49082,20524,'action complete via WP Cron','2021-01-09 13:34:16','2021-01-09 08:34:16'),
(49083,20525,'action created','2021-01-09 13:34:16','2021-01-09 08:34:16'),
(49084,20525,'action started via WP Cron','2021-01-09 13:35:12','2021-01-09 08:35:12'),
(49085,20525,'action complete via WP Cron','2021-01-09 13:35:12','2021-01-09 08:35:12'),
(49086,20526,'action created','2021-01-09 13:35:12','2021-01-09 08:35:12'),
(49087,20526,'action started via WP Cron','2021-01-09 13:37:08','2021-01-09 08:37:08'),
(49088,20526,'action complete via WP Cron','2021-01-09 13:37:08','2021-01-09 08:37:08'),
(49089,20527,'action created','2021-01-09 13:37:08','2021-01-09 08:37:08'),
(49090,20527,'action started via WP Cron','2021-01-09 13:37:27','2021-01-09 08:37:27'),
(49091,20527,'action complete via WP Cron','2021-01-09 13:37:28','2021-01-09 08:37:28'),
(49092,20528,'action created','2021-01-09 13:37:28','2021-01-09 08:37:28'),
(49093,20528,'action started via WP Cron','2021-01-09 13:38:52','2021-01-09 08:38:52'),
(49094,20528,'action complete via WP Cron','2021-01-09 13:38:52','2021-01-09 08:38:52'),
(49095,20529,'action created','2021-01-09 13:38:52','2021-01-09 08:38:52'),
(49096,20529,'action started via WP Cron','2021-01-09 13:40:23','2021-01-09 08:40:23'),
(49097,20529,'action complete via WP Cron','2021-01-09 13:40:23','2021-01-09 08:40:23'),
(49098,20530,'action created','2021-01-09 13:40:23','2021-01-09 08:40:23'),
(49099,20530,'action started via WP Cron','2021-01-09 13:41:13','2021-01-09 08:41:13'),
(49100,20530,'action complete via WP Cron','2021-01-09 13:41:13','2021-01-09 08:41:13'),
(49101,20531,'action created','2021-01-09 13:41:13','2021-01-09 08:41:13'),
(49102,20531,'action started via WP Cron','2021-01-09 13:42:13','2021-01-09 08:42:13'),
(49103,20531,'action complete via WP Cron','2021-01-09 13:42:13','2021-01-09 08:42:13'),
(49104,20532,'action created','2021-01-09 13:42:13','2021-01-09 08:42:13'),
(49105,20532,'action started via WP Cron','2021-01-09 13:43:13','2021-01-09 08:43:13'),
(49106,20532,'action complete via WP Cron','2021-01-09 13:43:13','2021-01-09 08:43:13'),
(49107,20533,'action created','2021-01-09 13:43:13','2021-01-09 08:43:13'),
(49108,20533,'action started via WP Cron','2021-01-09 13:44:21','2021-01-09 08:44:21'),
(49109,20533,'action complete via WP Cron','2021-01-09 13:44:21','2021-01-09 08:44:21'),
(49110,20534,'action created','2021-01-09 13:44:21','2021-01-09 08:44:21'),
(49111,20534,'action started via WP Cron','2021-01-09 13:46:14','2021-01-09 08:46:14'),
(49112,20534,'action complete via WP Cron','2021-01-09 13:46:14','2021-01-09 08:46:14'),
(49113,20535,'action created','2021-01-09 13:46:14','2021-01-09 08:46:14'),
(49114,20535,'action started via WP Cron','2021-01-09 13:47:34','2021-01-09 08:47:34'),
(49115,20535,'action complete via WP Cron','2021-01-09 13:47:35','2021-01-09 08:47:35'),
(49116,20536,'action created','2021-01-09 13:47:35','2021-01-09 08:47:35'),
(49117,20536,'action started via WP Cron','2021-01-09 13:48:50','2021-01-09 08:48:50'),
(49118,20536,'action complete via WP Cron','2021-01-09 13:48:50','2021-01-09 08:48:50'),
(49119,20537,'action created','2021-01-09 13:48:50','2021-01-09 08:48:50'),
(49120,20537,'action started via WP Cron','2021-01-09 13:49:16','2021-01-09 08:49:16'),
(49121,20537,'action complete via WP Cron','2021-01-09 13:49:16','2021-01-09 08:49:16'),
(49122,20538,'action created','2021-01-09 13:49:16','2021-01-09 08:49:16'),
(49123,20538,'action started via WP Cron','2021-01-09 13:50:34','2021-01-09 08:50:34'),
(49124,20538,'action complete via WP Cron','2021-01-09 13:50:34','2021-01-09 08:50:34'),
(49125,20539,'action created','2021-01-09 13:50:34','2021-01-09 08:50:34'),
(49126,20539,'action started via WP Cron','2021-01-09 13:52:50','2021-01-09 08:52:50'),
(49127,20539,'action complete via WP Cron','2021-01-09 13:52:50','2021-01-09 08:52:50'),
(49128,20540,'action created','2021-01-09 13:52:50','2021-01-09 08:52:50'),
(49129,20540,'action started via WP Cron','2021-01-09 13:53:59','2021-01-09 08:53:59'),
(49130,20540,'action complete via WP Cron','2021-01-09 13:53:59','2021-01-09 08:53:59'),
(49131,20541,'action created','2021-01-09 13:53:59','2021-01-09 08:53:59'),
(49132,20541,'action started via WP Cron','2021-01-09 13:54:32','2021-01-09 08:54:32'),
(49133,20541,'action complete via WP Cron','2021-01-09 13:54:32','2021-01-09 08:54:32'),
(49134,20542,'action created','2021-01-09 13:54:32','2021-01-09 08:54:32'),
(49135,20542,'action started via WP Cron','2021-01-09 13:55:26','2021-01-09 08:55:26'),
(49136,20542,'action complete via WP Cron','2021-01-09 13:55:26','2021-01-09 08:55:26'),
(49137,20543,'action created','2021-01-09 13:55:26','2021-01-09 08:55:26'),
(49138,20543,'action started via WP Cron','2021-01-09 13:56:31','2021-01-09 08:56:31'),
(49139,20543,'action complete via WP Cron','2021-01-09 13:56:31','2021-01-09 08:56:31'),
(49140,20544,'action created','2021-01-09 13:56:31','2021-01-09 08:56:31'),
(49141,20544,'action started via WP Cron','2021-01-09 13:57:33','2021-01-09 08:57:33'),
(49142,20544,'action complete via WP Cron','2021-01-09 13:57:33','2021-01-09 08:57:33'),
(49143,20545,'action created','2021-01-09 13:57:33','2021-01-09 08:57:33'),
(49144,20545,'action started via WP Cron','2021-01-09 13:59:20','2021-01-09 08:59:20'),
(49145,20545,'action complete via WP Cron','2021-01-09 13:59:20','2021-01-09 08:59:20'),
(49146,20546,'action created','2021-01-09 13:59:20','2021-01-09 08:59:20'),
(49147,20546,'action started via WP Cron','2021-01-09 14:00:51','2021-01-09 09:00:51'),
(49148,20546,'action complete via WP Cron','2021-01-09 14:00:51','2021-01-09 09:00:51'),
(49149,20547,'action created','2021-01-09 14:00:51','2021-01-09 09:00:51'),
(49150,20547,'action started via WP Cron','2021-01-09 14:01:12','2021-01-09 09:01:12'),
(49151,20547,'action complete via WP Cron','2021-01-09 14:01:12','2021-01-09 09:01:12'),
(49152,20548,'action created','2021-01-09 14:01:12','2021-01-09 09:01:12'),
(49153,20548,'action started via WP Cron','2021-01-09 14:02:14','2021-01-09 09:02:14'),
(49154,20548,'action complete via WP Cron','2021-01-09 14:02:14','2021-01-09 09:02:14'),
(49155,20549,'action created','2021-01-09 14:02:14','2021-01-09 09:02:14'),
(49156,20549,'action started via WP Cron','2021-01-09 14:03:11','2021-01-09 09:03:11'),
(49157,20549,'action complete via WP Cron','2021-01-09 14:03:11','2021-01-09 09:03:11'),
(49158,20550,'action created','2021-01-09 14:03:11','2021-01-09 09:03:11'),
(49159,20550,'action started via WP Cron','2021-01-09 14:04:12','2021-01-09 09:04:12'),
(49160,20550,'action complete via WP Cron','2021-01-09 14:04:12','2021-01-09 09:04:12'),
(49161,20551,'action created','2021-01-09 14:04:12','2021-01-09 09:04:12'),
(49162,20551,'action started via WP Cron','2021-01-09 14:05:12','2021-01-09 09:05:12'),
(49163,20551,'action complete via WP Cron','2021-01-09 14:05:12','2021-01-09 09:05:12'),
(49164,20552,'action created','2021-01-09 14:05:12','2021-01-09 09:05:12'),
(49165,20552,'action started via WP Cron','2021-01-09 14:06:11','2021-01-09 09:06:11'),
(49166,20552,'action complete via WP Cron','2021-01-09 14:06:11','2021-01-09 09:06:11'),
(49167,20553,'action created','2021-01-09 14:06:11','2021-01-09 09:06:11'),
(49168,20553,'action started via WP Cron','2021-01-09 14:07:11','2021-01-09 09:07:11'),
(49169,20553,'action complete via WP Cron','2021-01-09 14:07:11','2021-01-09 09:07:11'),
(49170,20554,'action created','2021-01-09 14:07:11','2021-01-09 09:07:11'),
(49171,20554,'action started via WP Cron','2021-01-09 14:08:11','2021-01-09 09:08:11'),
(49172,20554,'action complete via WP Cron','2021-01-09 14:08:12','2021-01-09 09:08:12'),
(49173,20555,'action created','2021-01-09 14:08:12','2021-01-09 09:08:12'),
(49174,20555,'action started via WP Cron','2021-01-09 14:09:20','2021-01-09 09:09:20'),
(49175,20555,'action complete via WP Cron','2021-01-09 14:09:20','2021-01-09 09:09:20'),
(49176,20556,'action created','2021-01-09 14:09:20','2021-01-09 09:09:20'),
(49177,20556,'action started via WP Cron','2021-01-09 14:10:20','2021-01-09 09:10:20'),
(49178,20556,'action complete via WP Cron','2021-01-09 14:10:20','2021-01-09 09:10:20'),
(49179,20557,'action created','2021-01-09 14:10:20','2021-01-09 09:10:20'),
(49180,20557,'action started via WP Cron','2021-01-09 14:11:19','2021-01-09 09:11:19'),
(49181,20557,'action complete via WP Cron','2021-01-09 14:11:19','2021-01-09 09:11:19'),
(49182,20558,'action created','2021-01-09 14:11:19','2021-01-09 09:11:19'),
(49183,20558,'action started via WP Cron','2021-01-09 14:12:17','2021-01-09 09:12:17'),
(49184,20558,'action complete via WP Cron','2021-01-09 14:12:17','2021-01-09 09:12:17'),
(49185,20559,'action created','2021-01-09 14:12:17','2021-01-09 09:12:17'),
(49186,20559,'action started via WP Cron','2021-01-09 14:13:16','2021-01-09 09:13:16'),
(49187,20559,'action complete via WP Cron','2021-01-09 14:13:16','2021-01-09 09:13:16'),
(49188,20560,'action created','2021-01-09 14:13:17','2021-01-09 09:13:17'),
(49189,20560,'action started via WP Cron','2021-01-09 14:14:14','2021-01-09 09:14:14'),
(49190,20560,'action complete via WP Cron','2021-01-09 14:14:14','2021-01-09 09:14:14'),
(49191,20561,'action created','2021-01-09 14:14:14','2021-01-09 09:14:14'),
(49192,20561,'action started via WP Cron','2021-01-09 14:15:12','2021-01-09 09:15:12'),
(49193,20561,'action complete via WP Cron','2021-01-09 14:15:12','2021-01-09 09:15:12'),
(49194,20562,'action created','2021-01-09 14:15:12','2021-01-09 09:15:12'),
(49195,20562,'action started via WP Cron','2021-01-09 14:16:12','2021-01-09 09:16:12'),
(49196,20562,'action complete via WP Cron','2021-01-09 14:16:12','2021-01-09 09:16:12'),
(49197,20563,'action created','2021-01-09 14:16:12','2021-01-09 09:16:12'),
(49198,20563,'action started via WP Cron','2021-01-09 14:17:11','2021-01-09 09:17:11'),
(49199,20563,'action complete via WP Cron','2021-01-09 14:17:11','2021-01-09 09:17:11'),
(49200,20564,'action created','2021-01-09 14:17:11','2021-01-09 09:17:11'),
(49201,20564,'action started via WP Cron','2021-01-09 14:18:11','2021-01-09 09:18:11'),
(49202,20564,'action complete via WP Cron','2021-01-09 14:18:11','2021-01-09 09:18:11'),
(49203,20565,'action created','2021-01-09 14:18:11','2021-01-09 09:18:11'),
(49204,20565,'action started via WP Cron','2021-01-09 14:19:12','2021-01-09 09:19:12'),
(49205,20565,'action complete via WP Cron','2021-01-09 14:19:12','2021-01-09 09:19:12'),
(49206,20566,'action created','2021-01-09 14:19:12','2021-01-09 09:19:12'),
(49207,20566,'action started via WP Cron','2021-01-09 14:20:12','2021-01-09 09:20:12'),
(49208,20566,'action complete via WP Cron','2021-01-09 14:20:12','2021-01-09 09:20:12'),
(49209,20567,'action created','2021-01-09 14:20:22','2021-01-09 09:20:22'),
(49210,20567,'action started via WP Cron','2021-01-09 14:21:16','2021-01-09 09:21:16'),
(49211,20567,'action complete via WP Cron','2021-01-09 14:21:16','2021-01-09 09:21:16'),
(49212,20568,'action created','2021-01-09 14:21:16','2021-01-09 09:21:16'),
(49213,20568,'action started via WP Cron','2021-01-09 14:22:20','2021-01-09 09:22:20'),
(49214,20568,'action complete via WP Cron','2021-01-09 14:22:20','2021-01-09 09:22:20'),
(49215,20569,'action created','2021-01-09 14:22:20','2021-01-09 09:22:20'),
(49216,20569,'action started via WP Cron','2021-01-09 14:23:19','2021-01-09 09:23:19'),
(49217,20569,'action complete via WP Cron','2021-01-09 14:23:19','2021-01-09 09:23:19'),
(49218,20570,'action created','2021-01-09 14:23:19','2021-01-09 09:23:19'),
(49219,20570,'action started via WP Cron','2021-01-09 14:24:18','2021-01-09 09:24:18'),
(49220,20570,'action complete via WP Cron','2021-01-09 14:24:18','2021-01-09 09:24:18'),
(49221,20571,'action created','2021-01-09 14:24:18','2021-01-09 09:24:18'),
(49222,20571,'action started via WP Cron','2021-01-09 14:25:16','2021-01-09 09:25:16'),
(49223,20571,'action complete via WP Cron','2021-01-09 14:25:16','2021-01-09 09:25:16'),
(49224,20572,'action created','2021-01-09 14:25:17','2021-01-09 09:25:17'),
(49225,20572,'action started via WP Cron','2021-01-09 14:26:11','2021-01-09 09:26:11'),
(49226,20572,'action complete via WP Cron','2021-01-09 14:26:12','2021-01-09 09:26:12'),
(49227,20573,'action created','2021-01-09 14:26:12','2021-01-09 09:26:12'),
(49228,20573,'action started via WP Cron','2021-01-09 14:27:18','2021-01-09 09:27:18'),
(49229,20573,'action complete via WP Cron','2021-01-09 14:27:18','2021-01-09 09:27:18'),
(49230,20574,'action created','2021-01-09 14:27:18','2021-01-09 09:27:18'),
(49231,20574,'action started via WP Cron','2021-01-09 14:28:21','2021-01-09 09:28:21'),
(49232,20574,'action complete via WP Cron','2021-01-09 14:28:21','2021-01-09 09:28:21'),
(49233,20575,'action created','2021-01-09 14:28:21','2021-01-09 09:28:21'),
(49234,20575,'action started via WP Cron','2021-01-09 14:29:15','2021-01-09 09:29:15'),
(49235,20575,'action complete via WP Cron','2021-01-09 14:29:15','2021-01-09 09:29:15'),
(49236,20576,'action created','2021-01-09 14:29:15','2021-01-09 09:29:15'),
(49237,20576,'action started via WP Cron','2021-01-09 14:30:15','2021-01-09 09:30:15'),
(49238,20576,'action complete via WP Cron','2021-01-09 14:30:15','2021-01-09 09:30:15'),
(49239,20577,'action created','2021-01-09 14:30:15','2021-01-09 09:30:15'),
(49240,20577,'action started via WP Cron','2021-01-09 14:31:18','2021-01-09 09:31:18'),
(49241,20577,'action complete via WP Cron','2021-01-09 14:31:18','2021-01-09 09:31:18'),
(49242,20578,'action created','2021-01-09 14:31:18','2021-01-09 09:31:18'),
(49243,20578,'action started via WP Cron','2021-01-09 14:32:15','2021-01-09 09:32:15'),
(49244,20578,'action complete via WP Cron','2021-01-09 14:32:15','2021-01-09 09:32:15'),
(49245,20579,'action created','2021-01-09 14:32:15','2021-01-09 09:32:15'),
(49246,20579,'action started via WP Cron','2021-01-09 14:33:11','2021-01-09 09:33:11'),
(49247,20579,'action complete via WP Cron','2021-01-09 14:33:11','2021-01-09 09:33:11'),
(49248,20580,'action created','2021-01-09 14:33:11','2021-01-09 09:33:11'),
(49249,20580,'action started via WP Cron','2021-01-09 14:34:13','2021-01-09 09:34:13'),
(49250,20580,'action complete via WP Cron','2021-01-09 14:34:13','2021-01-09 09:34:13'),
(49251,20581,'action created','2021-01-09 14:34:13','2021-01-09 09:34:13'),
(49252,20581,'action started via WP Cron','2021-01-09 14:35:13','2021-01-09 09:35:13'),
(49253,20581,'action complete via WP Cron','2021-01-09 14:35:13','2021-01-09 09:35:13'),
(49254,20582,'action created','2021-01-09 14:35:13','2021-01-09 09:35:13'),
(49255,20582,'action started via WP Cron','2021-01-09 14:36:31','2021-01-09 09:36:31'),
(49256,20582,'action complete via WP Cron','2021-01-09 14:36:31','2021-01-09 09:36:31'),
(49257,20583,'action created','2021-01-09 14:36:31','2021-01-09 09:36:31'),
(49258,20583,'action started via WP Cron','2021-01-09 14:37:22','2021-01-09 09:37:22'),
(49259,20583,'action complete via WP Cron','2021-01-09 14:37:22','2021-01-09 09:37:22'),
(49260,20584,'action created','2021-01-09 14:37:22','2021-01-09 09:37:22'),
(49261,20584,'action started via WP Cron','2021-01-09 14:38:57','2021-01-09 09:38:57'),
(49262,20584,'action complete via WP Cron','2021-01-09 14:38:57','2021-01-09 09:38:57'),
(49263,20585,'action created','2021-01-09 14:38:57','2021-01-09 09:38:57'),
(49264,20585,'action started via WP Cron','2021-01-09 14:39:20','2021-01-09 09:39:20'),
(49265,20585,'action complete via WP Cron','2021-01-09 14:39:20','2021-01-09 09:39:20'),
(49266,20586,'action created','2021-01-09 14:39:20','2021-01-09 09:39:20'),
(49267,20586,'action started via WP Cron','2021-01-09 14:40:13','2021-01-09 09:40:13'),
(49268,20586,'action complete via WP Cron','2021-01-09 14:40:13','2021-01-09 09:40:13'),
(49269,20587,'action created','2021-01-09 14:40:13','2021-01-09 09:40:13'),
(49270,20587,'action started via WP Cron','2021-01-09 14:41:15','2021-01-09 09:41:15'),
(49271,20587,'action complete via WP Cron','2021-01-09 14:41:16','2021-01-09 09:41:16'),
(49272,20588,'action created','2021-01-09 14:41:16','2021-01-09 09:41:16'),
(49273,20588,'action started via WP Cron','2021-01-09 14:42:42','2021-01-09 09:42:42'),
(49274,20588,'action complete via WP Cron','2021-01-09 14:42:42','2021-01-09 09:42:42'),
(49275,20589,'action created','2021-01-09 14:42:42','2021-01-09 09:42:42'),
(49276,20589,'action started via WP Cron','2021-01-09 14:43:39','2021-01-09 09:43:39'),
(49277,20589,'action complete via WP Cron','2021-01-09 14:43:39','2021-01-09 09:43:39'),
(49278,20590,'action created','2021-01-09 14:44:00','2021-01-09 09:44:00'),
(49279,20590,'action started via WP Cron','2021-01-09 14:44:22','2021-01-09 09:44:22'),
(49280,20590,'action complete via WP Cron','2021-01-09 14:44:22','2021-01-09 09:44:22'),
(49281,20591,'action created','2021-01-09 14:44:22','2021-01-09 09:44:22'),
(49282,20591,'action started via WP Cron','2021-01-09 14:45:39','2021-01-09 09:45:39'),
(49283,20591,'action complete via WP Cron','2021-01-09 14:45:39','2021-01-09 09:45:39'),
(49284,20592,'action created','2021-01-09 14:45:39','2021-01-09 09:45:39'),
(49285,20592,'action started via WP Cron','2021-01-09 14:46:40','2021-01-09 09:46:40'),
(49286,20592,'action complete via WP Cron','2021-01-09 14:46:40','2021-01-09 09:46:40'),
(49287,20593,'action created','2021-01-09 14:46:40','2021-01-09 09:46:40'),
(49288,20593,'action started via WP Cron','2021-01-09 14:52:00','2021-01-09 09:52:00'),
(49289,20593,'action complete via WP Cron','2021-01-09 14:52:00','2021-01-09 09:52:00'),
(49290,20594,'action created','2021-01-09 14:52:00','2021-01-09 09:52:00'),
(49291,20594,'action started via WP Cron','2021-01-09 14:53:22','2021-01-09 09:53:22'),
(49292,20594,'action complete via WP Cron','2021-01-09 14:53:22','2021-01-09 09:53:22'),
(49293,20595,'action created','2021-01-09 14:53:22','2021-01-09 09:53:22'),
(49294,20595,'action started via WP Cron','2021-01-09 14:54:47','2021-01-09 09:54:47'),
(49295,20595,'action complete via WP Cron','2021-01-09 14:54:48','2021-01-09 09:54:48'),
(49296,20596,'action created','2021-01-09 14:54:48','2021-01-09 09:54:48'),
(49297,20596,'action started via WP Cron','2021-01-09 14:55:17','2021-01-09 09:55:17'),
(49298,20596,'action complete via WP Cron','2021-01-09 14:55:17','2021-01-09 09:55:17'),
(49299,20597,'action created','2021-01-09 14:55:17','2021-01-09 09:55:17'),
(49300,20597,'action started via WP Cron','2021-01-09 14:57:34','2021-01-09 09:57:34'),
(49301,20597,'action complete via WP Cron','2021-01-09 14:57:34','2021-01-09 09:57:34'),
(49302,20598,'action created','2021-01-09 14:57:34','2021-01-09 09:57:34'),
(49303,20598,'action started via WP Cron','2021-01-09 14:59:15','2021-01-09 09:59:15'),
(49304,20598,'action complete via WP Cron','2021-01-09 14:59:15','2021-01-09 09:59:15'),
(49305,20599,'action created','2021-01-09 14:59:15','2021-01-09 09:59:15'),
(49306,20599,'action started via WP Cron','2021-01-09 15:01:13','2021-01-09 10:01:13'),
(49307,20599,'action complete via WP Cron','2021-01-09 15:01:13','2021-01-09 10:01:13'),
(49308,20600,'action created','2021-01-09 15:01:13','2021-01-09 10:01:13'),
(49309,20600,'action started via WP Cron','2021-01-09 15:03:13','2021-01-09 10:03:13'),
(49310,20600,'action complete via WP Cron','2021-01-09 15:03:13','2021-01-09 10:03:13'),
(49311,20601,'action created','2021-01-09 15:03:13','2021-01-09 10:03:13'),
(49312,20601,'action started via WP Cron','2021-01-09 15:04:29','2021-01-09 10:04:29'),
(49313,20601,'action complete via WP Cron','2021-01-09 15:04:29','2021-01-09 10:04:29'),
(49314,20602,'action created','2021-01-09 15:04:29','2021-01-09 10:04:29'),
(49315,20602,'action started via WP Cron','2021-01-09 15:05:45','2021-01-09 10:05:45'),
(49316,20602,'action complete via WP Cron','2021-01-09 15:05:45','2021-01-09 10:05:45'),
(49317,20603,'action created','2021-01-09 15:05:45','2021-01-09 10:05:45'),
(49318,20603,'action started via WP Cron','2021-01-09 15:07:02','2021-01-09 10:07:02'),
(49319,20603,'action complete via WP Cron','2021-01-09 15:07:02','2021-01-09 10:07:02'),
(49320,20604,'action created','2021-01-09 15:07:03','2021-01-09 10:07:03'),
(49321,20604,'action started via WP Cron','2021-01-09 15:07:13','2021-01-09 10:07:13'),
(49322,20604,'action complete via WP Cron','2021-01-09 15:07:13','2021-01-09 10:07:13'),
(49323,20605,'action created','2021-01-09 15:07:13','2021-01-09 10:07:13'),
(49324,20605,'action started via WP Cron','2021-01-09 15:08:38','2021-01-09 10:08:38'),
(49325,20605,'action complete via WP Cron','2021-01-09 15:08:38','2021-01-09 10:08:38'),
(49326,20606,'action created','2021-01-09 15:08:38','2021-01-09 10:08:38'),
(49327,20606,'action started via WP Cron','2021-01-09 15:09:25','2021-01-09 10:09:25'),
(49328,20606,'action complete via WP Cron','2021-01-09 15:09:25','2021-01-09 10:09:25'),
(49329,20607,'action created','2021-01-09 15:09:25','2021-01-09 10:09:25'),
(49330,20607,'action started via WP Cron','2021-01-09 15:10:15','2021-01-09 10:10:15'),
(49331,20607,'action complete via WP Cron','2021-01-09 15:10:15','2021-01-09 10:10:15'),
(49332,20608,'action created','2021-01-09 15:10:15','2021-01-09 10:10:15'),
(49333,20608,'action started via WP Cron','2021-01-09 15:11:45','2021-01-09 10:11:45'),
(49334,20608,'action complete via WP Cron','2021-01-09 15:11:45','2021-01-09 10:11:45'),
(49335,20609,'action created','2021-01-09 15:11:45','2021-01-09 10:11:45'),
(49336,20609,'action started via WP Cron','2021-01-09 15:12:24','2021-01-09 10:12:24'),
(49337,20609,'action complete via WP Cron','2021-01-09 15:12:24','2021-01-09 10:12:24'),
(49338,20610,'action created','2021-01-09 15:12:24','2021-01-09 10:12:24'),
(49339,20610,'action started via WP Cron','2021-01-09 15:13:29','2021-01-09 10:13:29'),
(49340,20610,'action complete via WP Cron','2021-01-09 15:13:29','2021-01-09 10:13:29'),
(49341,20611,'action created','2021-01-09 15:13:29','2021-01-09 10:13:29'),
(49342,20611,'action started via WP Cron','2021-01-09 15:14:14','2021-01-09 10:14:14'),
(49343,20611,'action complete via WP Cron','2021-01-09 15:14:14','2021-01-09 10:14:14'),
(49344,20612,'action created','2021-01-09 15:14:14','2021-01-09 10:14:14'),
(49345,20612,'action started via WP Cron','2021-01-09 15:15:16','2021-01-09 10:15:16'),
(49346,20612,'action complete via WP Cron','2021-01-09 15:15:16','2021-01-09 10:15:16'),
(49347,20613,'action created','2021-01-09 15:15:16','2021-01-09 10:15:16'),
(49348,20613,'action started via WP Cron','2021-01-09 15:16:13','2021-01-09 10:16:13'),
(49349,20613,'action complete via WP Cron','2021-01-09 15:16:13','2021-01-09 10:16:13'),
(49350,20614,'action created','2021-01-09 15:16:13','2021-01-09 10:16:13'),
(49351,20614,'action started via WP Cron','2021-01-09 15:17:27','2021-01-09 10:17:27'),
(49352,20614,'action complete via WP Cron','2021-01-09 15:17:27','2021-01-09 10:17:27'),
(49353,20615,'action created','2021-01-09 15:17:27','2021-01-09 10:17:27'),
(49354,20615,'action started via WP Cron','2021-01-09 15:18:17','2021-01-09 10:18:17'),
(49355,20615,'action complete via WP Cron','2021-01-09 15:18:17','2021-01-09 10:18:17'),
(49356,20616,'action created','2021-01-09 15:18:17','2021-01-09 10:18:17'),
(49357,20616,'action started via WP Cron','2021-01-09 15:20:08','2021-01-09 10:20:08'),
(49358,20616,'action complete via WP Cron','2021-01-09 15:20:08','2021-01-09 10:20:08'),
(49359,20617,'action created','2021-01-09 15:20:08','2021-01-09 10:20:08'),
(49360,20617,'action started via WP Cron','2021-01-09 15:20:18','2021-01-09 10:20:18'),
(49361,20617,'action complete via WP Cron','2021-01-09 15:20:18','2021-01-09 10:20:18'),
(49362,20618,'action created','2021-01-09 15:20:18','2021-01-09 10:20:18'),
(49363,20618,'action started via WP Cron','2021-01-09 15:21:58','2021-01-09 10:21:58'),
(49364,20618,'action complete via WP Cron','2021-01-09 15:21:58','2021-01-09 10:21:58'),
(49365,20619,'action created','2021-01-09 15:21:58','2021-01-09 10:21:58'),
(49366,20619,'action started via WP Cron','2021-01-09 15:22:12','2021-01-09 10:22:12'),
(49367,20619,'action complete via WP Cron','2021-01-09 15:22:12','2021-01-09 10:22:12'),
(49368,20620,'action created','2021-01-09 15:22:12','2021-01-09 10:22:12'),
(49369,20620,'action started via WP Cron','2021-01-09 15:23:48','2021-01-09 10:23:48'),
(49370,20620,'action complete via WP Cron','2021-01-09 15:23:48','2021-01-09 10:23:48'),
(49371,20621,'action created','2021-01-09 15:23:48','2021-01-09 10:23:48'),
(49372,20621,'action started via WP Cron','2021-01-09 15:25:03','2021-01-09 10:25:03'),
(49373,20621,'action complete via WP Cron','2021-01-09 15:25:03','2021-01-09 10:25:03'),
(49374,20622,'action created','2021-01-09 15:25:03','2021-01-09 10:25:03'),
(49375,20622,'action started via WP Cron','2021-01-09 15:25:26','2021-01-09 10:25:26'),
(49376,20622,'action complete via WP Cron','2021-01-09 15:25:26','2021-01-09 10:25:26'),
(49377,20623,'action created','2021-01-09 15:25:26','2021-01-09 10:25:26'),
(49378,20623,'action started via WP Cron','2021-01-09 15:27:05','2021-01-09 10:27:05'),
(49379,20623,'action complete via WP Cron','2021-01-09 15:27:05','2021-01-09 10:27:05'),
(49380,20624,'action created','2021-01-09 15:27:05','2021-01-09 10:27:05'),
(49381,20624,'action started via WP Cron','2021-01-09 15:28:44','2021-01-09 10:28:44'),
(49382,20624,'action complete via WP Cron','2021-01-09 15:28:44','2021-01-09 10:28:44'),
(49383,20625,'action created','2021-01-09 15:28:44','2021-01-09 10:28:44'),
(49384,20625,'action started via WP Cron','2021-01-09 15:29:20','2021-01-09 10:29:20'),
(49385,20625,'action complete via WP Cron','2021-01-09 15:29:20','2021-01-09 10:29:20'),
(49386,20626,'action created','2021-01-09 15:29:20','2021-01-09 10:29:20'),
(49387,20626,'action started via WP Cron','2021-01-09 15:30:29','2021-01-09 10:30:29'),
(49388,20626,'action complete via WP Cron','2021-01-09 15:30:29','2021-01-09 10:30:29'),
(49389,20627,'action created','2021-01-09 15:30:29','2021-01-09 10:30:29'),
(49390,20627,'action started via WP Cron','2021-01-09 15:31:17','2021-01-09 10:31:17'),
(49391,20627,'action complete via WP Cron','2021-01-09 15:31:17','2021-01-09 10:31:17'),
(49392,20628,'action created','2021-01-09 15:31:17','2021-01-09 10:31:17'),
(49393,20628,'action started via WP Cron','2021-01-09 15:32:18','2021-01-09 10:32:18'),
(49394,20628,'action complete via WP Cron','2021-01-09 15:32:18','2021-01-09 10:32:18'),
(49395,20629,'action created','2021-01-09 15:32:18','2021-01-09 10:32:18'),
(49396,20629,'action started via WP Cron','2021-01-09 15:33:22','2021-01-09 10:33:22'),
(49397,20629,'action complete via WP Cron','2021-01-09 15:33:22','2021-01-09 10:33:22'),
(49398,20630,'action created','2021-01-09 15:33:22','2021-01-09 10:33:22'),
(49399,20630,'action started via WP Cron','2021-01-09 15:34:26','2021-01-09 10:34:26'),
(49400,20630,'action complete via WP Cron','2021-01-09 15:34:26','2021-01-09 10:34:26'),
(49401,20631,'action created','2021-01-09 15:34:26','2021-01-09 10:34:26'),
(49402,20631,'action started via WP Cron','2021-01-09 15:37:27','2021-01-09 10:37:27'),
(49403,20631,'action complete via WP Cron','2021-01-09 15:37:27','2021-01-09 10:37:27'),
(49404,20632,'action created','2021-01-09 15:37:27','2021-01-09 10:37:27'),
(49405,20632,'action started via WP Cron','2021-01-09 15:38:17','2021-01-09 10:38:17'),
(49406,20632,'action complete via WP Cron','2021-01-09 15:38:17','2021-01-09 10:38:17'),
(49407,20633,'action created','2021-01-09 15:38:17','2021-01-09 10:38:17'),
(49408,20633,'action started via WP Cron','2021-01-09 15:39:15','2021-01-09 10:39:15'),
(49409,20633,'action complete via WP Cron','2021-01-09 15:39:15','2021-01-09 10:39:15'),
(49410,20634,'action created','2021-01-09 15:39:15','2021-01-09 10:39:15'),
(49411,20634,'action started via WP Cron','2021-01-09 15:40:37','2021-01-09 10:40:37'),
(49412,20634,'action complete via WP Cron','2021-01-09 15:40:37','2021-01-09 10:40:37'),
(49413,20635,'action created','2021-01-09 15:40:37','2021-01-09 10:40:37'),
(49414,20635,'action started via WP Cron','2021-01-09 15:43:15','2021-01-09 10:43:15'),
(49415,20635,'action complete via WP Cron','2021-01-09 15:43:15','2021-01-09 10:43:15'),
(49416,20636,'action created','2021-01-09 15:43:16','2021-01-09 10:43:16'),
(49417,20636,'action started via WP Cron','2021-01-09 15:44:25','2021-01-09 10:44:25'),
(49418,20636,'action complete via WP Cron','2021-01-09 15:44:25','2021-01-09 10:44:25'),
(49419,20637,'action created','2021-01-09 15:44:25','2021-01-09 10:44:25'),
(49420,20637,'action started via WP Cron','2021-01-09 15:45:24','2021-01-09 10:45:24'),
(49421,20637,'action complete via WP Cron','2021-01-09 15:45:24','2021-01-09 10:45:24'),
(49422,20638,'action created','2021-01-09 15:45:24','2021-01-09 10:45:24'),
(49423,20638,'action started via WP Cron','2021-01-09 15:46:32','2021-01-09 10:46:32'),
(49424,20638,'action complete via WP Cron','2021-01-09 15:46:32','2021-01-09 10:46:32'),
(49425,20639,'action created','2021-01-09 15:46:32','2021-01-09 10:46:32'),
(49426,20639,'action started via WP Cron','2021-01-09 15:47:12','2021-01-09 10:47:12'),
(49427,20639,'action complete via WP Cron','2021-01-09 15:47:12','2021-01-09 10:47:12'),
(49428,20640,'action created','2021-01-09 15:47:12','2021-01-09 10:47:12'),
(49429,20640,'action started via WP Cron','2021-01-09 15:48:32','2021-01-09 10:48:32'),
(49430,20640,'action complete via WP Cron','2021-01-09 15:48:32','2021-01-09 10:48:32'),
(49431,20641,'action created','2021-01-09 15:48:32','2021-01-09 10:48:32'),
(49432,20641,'action started via WP Cron','2021-01-09 15:49:34','2021-01-09 10:49:34'),
(49433,20641,'action complete via WP Cron','2021-01-09 15:49:34','2021-01-09 10:49:34'),
(49434,20642,'action created','2021-01-09 15:49:34','2021-01-09 10:49:34'),
(49435,20642,'action started via WP Cron','2021-01-09 15:50:19','2021-01-09 10:50:19'),
(49436,20642,'action complete via WP Cron','2021-01-09 15:50:19','2021-01-09 10:50:19'),
(49437,20643,'action created','2021-01-09 15:50:19','2021-01-09 10:50:19'),
(49438,20643,'action started via WP Cron','2021-01-09 15:51:59','2021-01-09 10:51:59'),
(49439,20643,'action complete via WP Cron','2021-01-09 15:51:59','2021-01-09 10:51:59'),
(49440,20644,'action created','2021-01-09 15:51:59','2021-01-09 10:51:59'),
(49441,20644,'action started via WP Cron','2021-01-09 15:52:45','2021-01-09 10:52:45'),
(49442,20644,'action complete via WP Cron','2021-01-09 15:52:45','2021-01-09 10:52:45'),
(49443,20645,'action created','2021-01-09 15:52:45','2021-01-09 10:52:45'),
(49444,20645,'action started via WP Cron','2021-01-09 15:53:16','2021-01-09 10:53:16'),
(49445,20645,'action complete via WP Cron','2021-01-09 15:53:16','2021-01-09 10:53:16'),
(49446,20646,'action created','2021-01-09 15:53:16','2021-01-09 10:53:16'),
(49447,20646,'action started via WP Cron','2021-01-09 15:55:41','2021-01-09 10:55:41'),
(49448,20646,'action complete via WP Cron','2021-01-09 15:55:41','2021-01-09 10:55:41'),
(49449,20647,'action created','2021-01-09 15:55:41','2021-01-09 10:55:41'),
(49450,20647,'action started via WP Cron','2021-01-09 15:56:27','2021-01-09 10:56:27'),
(49451,20647,'action complete via WP Cron','2021-01-09 15:56:27','2021-01-09 10:56:27'),
(49452,20648,'action created','2021-01-09 15:56:27','2021-01-09 10:56:27'),
(49453,20648,'action started via WP Cron','2021-01-09 15:57:14','2021-01-09 10:57:14'),
(49454,20648,'action complete via WP Cron','2021-01-09 15:57:14','2021-01-09 10:57:14'),
(49455,20649,'action created','2021-01-09 15:57:14','2021-01-09 10:57:14'),
(49456,20649,'action started via WP Cron','2021-01-09 15:58:14','2021-01-09 10:58:14'),
(49457,20649,'action complete via WP Cron','2021-01-09 15:58:14','2021-01-09 10:58:14'),
(49458,20650,'action created','2021-01-09 15:58:14','2021-01-09 10:58:14'),
(49459,20650,'action started via WP Cron','2021-01-09 15:59:29','2021-01-09 10:59:29'),
(49460,20650,'action complete via WP Cron','2021-01-09 15:59:29','2021-01-09 10:59:29'),
(49461,20651,'action created','2021-01-09 15:59:29','2021-01-09 10:59:29'),
(49462,20651,'action started via WP Cron','2021-01-09 16:00:37','2021-01-09 11:00:37'),
(49463,20651,'action complete via WP Cron','2021-01-09 16:00:37','2021-01-09 11:00:37'),
(49464,20652,'action created','2021-01-09 16:00:37','2021-01-09 11:00:37'),
(49465,20652,'action started via WP Cron','2021-01-09 16:03:01','2021-01-09 11:03:01'),
(49466,20652,'action complete via WP Cron','2021-01-09 16:03:01','2021-01-09 11:03:01'),
(49467,20653,'action created','2021-01-09 16:03:01','2021-01-09 11:03:01'),
(49468,20653,'action started via WP Cron','2021-01-09 16:04:39','2021-01-09 11:04:39'),
(49469,20653,'action complete via WP Cron','2021-01-09 16:04:39','2021-01-09 11:04:39'),
(49470,20654,'action created','2021-01-09 16:04:39','2021-01-09 11:04:39'),
(49471,20654,'action started via WP Cron','2021-01-09 16:06:09','2021-01-09 11:06:09'),
(49472,20654,'action complete via WP Cron','2021-01-09 16:06:09','2021-01-09 11:06:09'),
(49473,20655,'action created','2021-01-09 16:06:09','2021-01-09 11:06:09'),
(49474,20655,'action started via WP Cron','2021-01-09 16:06:42','2021-01-09 11:06:42'),
(49475,20655,'action complete via WP Cron','2021-01-09 16:06:42','2021-01-09 11:06:42'),
(49476,20656,'action created','2021-01-09 16:06:42','2021-01-09 11:06:42'),
(49477,20656,'action started via WP Cron','2021-01-09 16:07:37','2021-01-09 11:07:37'),
(49478,20656,'action complete via WP Cron','2021-01-09 16:07:37','2021-01-09 11:07:37'),
(49479,20657,'action created','2021-01-09 16:07:37','2021-01-09 11:07:37'),
(49480,20657,'action started via WP Cron','2021-01-09 16:08:21','2021-01-09 11:08:21'),
(49481,20657,'action complete via WP Cron','2021-01-09 16:08:21','2021-01-09 11:08:21'),
(49482,20658,'action created','2021-01-09 16:08:21','2021-01-09 11:08:21'),
(49483,20658,'action started via WP Cron','2021-01-09 16:09:41','2021-01-09 11:09:41'),
(49484,20658,'action complete via WP Cron','2021-01-09 16:09:41','2021-01-09 11:09:41'),
(49485,20659,'action created','2021-01-09 16:09:41','2021-01-09 11:09:41'),
(49486,20659,'action started via WP Cron','2021-01-09 16:10:32','2021-01-09 11:10:32'),
(49487,20659,'action complete via WP Cron','2021-01-09 16:10:32','2021-01-09 11:10:32'),
(49488,20660,'action created','2021-01-09 16:10:32','2021-01-09 11:10:32'),
(49489,20660,'action started via WP Cron','2021-01-09 16:11:15','2021-01-09 11:11:15'),
(49490,20660,'action complete via WP Cron','2021-01-09 16:11:15','2021-01-09 11:11:15'),
(49491,20661,'action created','2021-01-09 16:11:15','2021-01-09 11:11:15'),
(49492,20661,'action started via WP Cron','2021-01-09 16:12:15','2021-01-09 11:12:15'),
(49493,20661,'action complete via WP Cron','2021-01-09 16:12:16','2021-01-09 11:12:16'),
(49494,20662,'action created','2021-01-09 16:12:16','2021-01-09 11:12:16'),
(49495,20662,'action started via WP Cron','2021-01-09 16:13:19','2021-01-09 11:13:19'),
(49496,20662,'action complete via WP Cron','2021-01-09 16:13:19','2021-01-09 11:13:19'),
(49497,20663,'action created','2021-01-09 16:13:19','2021-01-09 11:13:19'),
(49498,20663,'action started via WP Cron','2021-01-09 16:14:47','2021-01-09 11:14:47'),
(49499,20663,'action complete via WP Cron','2021-01-09 16:14:47','2021-01-09 11:14:47'),
(49500,20664,'action created','2021-01-09 16:14:47','2021-01-09 11:14:47'),
(49501,20664,'action started via WP Cron','2021-01-09 16:15:16','2021-01-09 11:15:16'),
(49502,20664,'action complete via WP Cron','2021-01-09 16:15:16','2021-01-09 11:15:16'),
(49503,20665,'action created','2021-01-09 16:15:16','2021-01-09 11:15:16'),
(49504,20665,'action started via WP Cron','2021-01-09 16:16:59','2021-01-09 11:16:59'),
(49505,20665,'action complete via WP Cron','2021-01-09 16:16:59','2021-01-09 11:16:59'),
(49506,20666,'action created','2021-01-09 16:16:59','2021-01-09 11:16:59'),
(49507,20666,'action started via WP Cron','2021-01-09 16:17:19','2021-01-09 11:17:19'),
(49508,20666,'action complete via WP Cron','2021-01-09 16:17:19','2021-01-09 11:17:19'),
(49509,20667,'action created','2021-01-09 16:17:19','2021-01-09 11:17:19'),
(49510,20667,'action started via WP Cron','2021-01-09 16:18:25','2021-01-09 11:18:25'),
(49511,20667,'action complete via WP Cron','2021-01-09 16:18:25','2021-01-09 11:18:25'),
(49512,20668,'action created','2021-01-09 16:18:25','2021-01-09 11:18:25'),
(49513,20668,'action started via WP Cron','2021-01-09 16:20:23','2021-01-09 11:20:23'),
(49514,20668,'action complete via WP Cron','2021-01-09 16:20:23','2021-01-09 11:20:23'),
(49515,20669,'action created','2021-01-09 16:20:23','2021-01-09 11:20:23'),
(49516,20669,'action started via WP Cron','2021-01-09 16:21:51','2021-01-09 11:21:51'),
(49517,20669,'action complete via WP Cron','2021-01-09 16:21:51','2021-01-09 11:21:51'),
(49518,20670,'action created','2021-01-09 16:21:51','2021-01-09 11:21:51'),
(49519,20670,'action started via WP Cron','2021-01-09 16:23:00','2021-01-09 11:23:00'),
(49520,20670,'action complete via WP Cron','2021-01-09 16:23:00','2021-01-09 11:23:00'),
(49521,20671,'action created','2021-01-09 16:23:00','2021-01-09 11:23:00'),
(49522,20671,'action started via WP Cron','2021-01-09 16:23:14','2021-01-09 11:23:14'),
(49523,20671,'action complete via WP Cron','2021-01-09 16:23:14','2021-01-09 11:23:14'),
(49524,20672,'action created','2021-01-09 16:23:14','2021-01-09 11:23:14'),
(49525,20672,'action started via WP Cron','2021-01-09 16:24:38','2021-01-09 11:24:38'),
(49526,20672,'action complete via WP Cron','2021-01-09 16:24:38','2021-01-09 11:24:38'),
(49527,20673,'action created','2021-01-09 16:24:38','2021-01-09 11:24:38'),
(49528,20673,'action started via WP Cron','2021-01-09 16:25:35','2021-01-09 11:25:35'),
(49529,20673,'action complete via WP Cron','2021-01-09 16:25:35','2021-01-09 11:25:35'),
(49530,20674,'action created','2021-01-09 16:25:35','2021-01-09 11:25:35'),
(49531,20674,'action started via WP Cron','2021-01-09 16:26:43','2021-01-09 11:26:43'),
(49532,20674,'action complete via WP Cron','2021-01-09 16:26:43','2021-01-09 11:26:43'),
(49533,20675,'action created','2021-01-09 16:26:43','2021-01-09 11:26:43'),
(49534,20675,'action started via WP Cron','2021-01-09 16:27:26','2021-01-09 11:27:26'),
(49535,20675,'action complete via WP Cron','2021-01-09 16:27:26','2021-01-09 11:27:26'),
(49536,20676,'action created','2021-01-09 16:27:26','2021-01-09 11:27:26'),
(49537,20676,'action started via WP Cron','2021-01-09 16:28:23','2021-01-09 11:28:23'),
(49538,20676,'action complete via WP Cron','2021-01-09 16:28:23','2021-01-09 11:28:23'),
(49539,20677,'action created','2021-01-09 16:28:23','2021-01-09 11:28:23'),
(49540,20677,'action started via WP Cron','2021-01-09 16:30:03','2021-01-09 11:30:03'),
(49541,20677,'action complete via WP Cron','2021-01-09 16:30:03','2021-01-09 11:30:03'),
(49542,20678,'action created','2021-01-09 16:30:03','2021-01-09 11:30:03'),
(49543,20678,'action started via WP Cron','2021-01-09 16:31:34','2021-01-09 11:31:34'),
(49544,20678,'action complete via WP Cron','2021-01-09 16:31:34','2021-01-09 11:31:34'),
(49545,20679,'action created','2021-01-09 16:31:34','2021-01-09 11:31:34'),
(49546,20679,'action started via WP Cron','2021-01-09 16:32:33','2021-01-09 11:32:33'),
(49547,20679,'action complete via WP Cron','2021-01-09 16:32:33','2021-01-09 11:32:33'),
(49548,20680,'action created','2021-01-09 16:32:33','2021-01-09 11:32:33'),
(49549,20680,'action started via WP Cron','2021-01-09 16:33:43','2021-01-09 11:33:43'),
(49550,20680,'action complete via WP Cron','2021-01-09 16:33:43','2021-01-09 11:33:43'),
(49551,20681,'action created','2021-01-09 16:33:43','2021-01-09 11:33:43'),
(49552,20681,'action started via WP Cron','2021-01-09 16:34:18','2021-01-09 11:34:18'),
(49553,20681,'action complete via WP Cron','2021-01-09 16:34:18','2021-01-09 11:34:18'),
(49554,20682,'action created','2021-01-09 16:34:18','2021-01-09 11:34:18'),
(49555,20682,'action started via WP Cron','2021-01-09 16:35:24','2021-01-09 11:35:24'),
(49556,20682,'action complete via WP Cron','2021-01-09 16:35:24','2021-01-09 11:35:24'),
(49557,20683,'action created','2021-01-09 16:35:24','2021-01-09 11:35:24'),
(49558,20683,'action started via WP Cron','2021-01-09 16:36:33','2021-01-09 11:36:33'),
(49559,20683,'action complete via WP Cron','2021-01-09 16:36:33','2021-01-09 11:36:33'),
(49560,20684,'action created','2021-01-09 16:36:33','2021-01-09 11:36:33'),
(49561,20684,'action started via WP Cron','2021-01-09 16:37:11','2021-01-09 11:37:11'),
(49562,20684,'action complete via WP Cron','2021-01-09 16:37:11','2021-01-09 11:37:11'),
(49563,20685,'action created','2021-01-09 16:37:11','2021-01-09 11:37:11'),
(49564,20685,'action started via WP Cron','2021-01-09 16:38:16','2021-01-09 11:38:16'),
(49565,20685,'action complete via WP Cron','2021-01-09 16:38:16','2021-01-09 11:38:16'),
(49566,20686,'action created','2021-01-09 16:38:16','2021-01-09 11:38:16'),
(49567,20686,'action started via WP Cron','2021-01-09 16:39:17','2021-01-09 11:39:17'),
(49568,20686,'action complete via WP Cron','2021-01-09 16:39:17','2021-01-09 11:39:17'),
(49569,20687,'action created','2021-01-09 16:39:17','2021-01-09 11:39:17'),
(49570,20687,'action started via WP Cron','2021-01-09 16:40:37','2021-01-09 11:40:37'),
(49571,20687,'action complete via WP Cron','2021-01-09 16:40:37','2021-01-09 11:40:37'),
(49572,20688,'action created','2021-01-09 16:40:37','2021-01-09 11:40:37'),
(49573,20688,'action started via WP Cron','2021-01-09 16:41:51','2021-01-09 11:41:51'),
(49574,20688,'action complete via WP Cron','2021-01-09 16:41:51','2021-01-09 11:41:51'),
(49575,20689,'action created','2021-01-09 16:41:52','2021-01-09 11:41:52'),
(49576,20689,'action started via WP Cron','2021-01-09 16:42:34','2021-01-09 11:42:34'),
(49577,20689,'action complete via WP Cron','2021-01-09 16:42:34','2021-01-09 11:42:34'),
(49578,20690,'action created','2021-01-09 16:42:35','2021-01-09 11:42:35'),
(49579,20690,'action started via WP Cron','2021-01-09 16:43:49','2021-01-09 11:43:49'),
(49580,20690,'action complete via WP Cron','2021-01-09 16:43:49','2021-01-09 11:43:49'),
(49581,20691,'action created','2021-01-09 16:43:49','2021-01-09 11:43:49'),
(49582,20691,'action started via WP Cron','2021-01-09 16:44:34','2021-01-09 11:44:34'),
(49583,20691,'action complete via WP Cron','2021-01-09 16:44:34','2021-01-09 11:44:34'),
(49584,20692,'action created','2021-01-09 16:44:34','2021-01-09 11:44:34'),
(49585,20692,'action started via WP Cron','2021-01-09 16:45:17','2021-01-09 11:45:17'),
(49586,20692,'action complete via WP Cron','2021-01-09 16:45:17','2021-01-09 11:45:17'),
(49587,20693,'action created','2021-01-09 16:45:17','2021-01-09 11:45:17'),
(49588,20693,'action started via WP Cron','2021-01-09 16:48:03','2021-01-09 11:48:03'),
(49589,20693,'action complete via WP Cron','2021-01-09 16:48:03','2021-01-09 11:48:03'),
(49590,20694,'action created','2021-01-09 16:48:03','2021-01-09 11:48:03'),
(49591,20694,'action started via WP Cron','2021-01-09 16:48:31','2021-01-09 11:48:31'),
(49592,20694,'action complete via WP Cron','2021-01-09 16:48:31','2021-01-09 11:48:31'),
(49593,20695,'action created','2021-01-09 16:48:31','2021-01-09 11:48:31'),
(49594,20695,'action started via WP Cron','2021-01-09 16:49:49','2021-01-09 11:49:49'),
(49595,20695,'action complete via WP Cron','2021-01-09 16:49:49','2021-01-09 11:49:49'),
(49596,20696,'action created','2021-01-09 16:49:49','2021-01-09 11:49:49'),
(49597,20696,'action started via WP Cron','2021-01-09 16:50:37','2021-01-09 11:50:37'),
(49598,20696,'action complete via WP Cron','2021-01-09 16:50:37','2021-01-09 11:50:37'),
(49599,20697,'action created','2021-01-09 16:50:37','2021-01-09 11:50:37'),
(49600,20697,'action started via WP Cron','2021-01-09 16:51:30','2021-01-09 11:51:30'),
(49601,20697,'action complete via WP Cron','2021-01-09 16:51:30','2021-01-09 11:51:30'),
(49602,20698,'action created','2021-01-09 16:51:30','2021-01-09 11:51:30'),
(49603,20698,'action started via WP Cron','2021-01-09 16:53:03','2021-01-09 11:53:03'),
(49604,20698,'action complete via WP Cron','2021-01-09 16:53:03','2021-01-09 11:53:03'),
(49605,20699,'action created','2021-01-09 16:53:03','2021-01-09 11:53:03'),
(49606,20699,'action started via WP Cron','2021-01-09 16:54:19','2021-01-09 11:54:19'),
(49607,20699,'action complete via WP Cron','2021-01-09 16:54:19','2021-01-09 11:54:19'),
(49608,20700,'action created','2021-01-09 16:54:19','2021-01-09 11:54:19'),
(49609,20700,'action started via WP Cron','2021-01-09 16:57:14','2021-01-09 11:57:14'),
(49610,20700,'action complete via WP Cron','2021-01-09 16:57:14','2021-01-09 11:57:14'),
(49611,20701,'action created','2021-01-09 16:57:14','2021-01-09 11:57:14'),
(49612,20701,'action started via WP Cron','2021-01-09 16:59:55','2021-01-09 11:59:55'),
(49613,20701,'action complete via WP Cron','2021-01-09 16:59:55','2021-01-09 11:59:55'),
(49614,20702,'action created','2021-01-09 16:59:55','2021-01-09 11:59:55'),
(49615,20702,'action started via WP Cron','2021-01-09 17:00:37','2021-01-09 12:00:37'),
(49616,20702,'action complete via WP Cron','2021-01-09 17:00:37','2021-01-09 12:00:37'),
(49617,20703,'action created','2021-01-09 17:00:37','2021-01-09 12:00:37'),
(49618,20703,'action started via WP Cron','2021-01-09 17:01:36','2021-01-09 12:01:36'),
(49619,20703,'action complete via WP Cron','2021-01-09 17:01:36','2021-01-09 12:01:36'),
(49620,20704,'action created','2021-01-09 17:01:36','2021-01-09 12:01:36'),
(49621,20704,'action started via WP Cron','2021-01-09 17:03:20','2021-01-09 12:03:20'),
(49622,20704,'action complete via WP Cron','2021-01-09 17:03:20','2021-01-09 12:03:20'),
(49623,20705,'action created','2021-01-09 17:03:20','2021-01-09 12:03:20'),
(49624,20705,'action started via WP Cron','2021-01-09 17:05:23','2021-01-09 12:05:23'),
(49625,20705,'action complete via WP Cron','2021-01-09 17:05:23','2021-01-09 12:05:23'),
(49626,20706,'action created','2021-01-09 17:05:23','2021-01-09 12:05:23'),
(49627,20706,'action started via WP Cron','2021-01-09 17:06:12','2021-01-09 12:06:12'),
(49628,20706,'action complete via WP Cron','2021-01-09 17:06:12','2021-01-09 12:06:12'),
(49629,20707,'action created','2021-01-09 17:06:12','2021-01-09 12:06:12'),
(49630,20707,'action started via WP Cron','2021-01-09 17:07:15','2021-01-09 12:07:15'),
(49631,20707,'action complete via WP Cron','2021-01-09 17:07:15','2021-01-09 12:07:15'),
(49632,20708,'action created','2021-01-09 17:07:15','2021-01-09 12:07:15'),
(49633,20708,'action started via WP Cron','2021-01-09 17:08:12','2021-01-09 12:08:12'),
(49634,20708,'action complete via WP Cron','2021-01-09 17:08:12','2021-01-09 12:08:12'),
(49635,20709,'action created','2021-01-09 17:08:12','2021-01-09 12:08:12'),
(49636,20709,'action started via WP Cron','2021-01-09 17:11:13','2021-01-09 12:11:13'),
(49637,20709,'action complete via WP Cron','2021-01-09 17:11:13','2021-01-09 12:11:13'),
(49638,20710,'action created','2021-01-09 17:11:13','2021-01-09 12:11:13'),
(49639,20710,'action started via WP Cron','2021-01-09 17:12:17','2021-01-09 12:12:17'),
(49640,20710,'action complete via WP Cron','2021-01-09 17:12:17','2021-01-09 12:12:17'),
(49641,20711,'action created','2021-01-09 17:12:17','2021-01-09 12:12:17'),
(49642,20711,'action started via WP Cron','2021-01-09 17:13:59','2021-01-09 12:13:59'),
(49643,20711,'action complete via WP Cron','2021-01-09 17:13:59','2021-01-09 12:13:59'),
(49644,20712,'action created','2021-01-09 17:13:59','2021-01-09 12:13:59'),
(49645,20712,'action started via WP Cron','2021-01-09 17:14:29','2021-01-09 12:14:29'),
(49646,20712,'action complete via WP Cron','2021-01-09 17:14:29','2021-01-09 12:14:29'),
(49647,20713,'action created','2021-01-09 17:14:29','2021-01-09 12:14:29'),
(49648,20713,'action started via WP Cron','2021-01-09 17:15:25','2021-01-09 12:15:25'),
(49649,20713,'action complete via WP Cron','2021-01-09 17:15:25','2021-01-09 12:15:25'),
(49650,20714,'action created','2021-01-09 17:15:25','2021-01-09 12:15:25'),
(49651,20714,'action started via WP Cron','2021-01-09 17:16:47','2021-01-09 12:16:47'),
(49652,20714,'action complete via WP Cron','2021-01-09 17:16:47','2021-01-09 12:16:47'),
(49653,20715,'action created','2021-01-09 17:16:47','2021-01-09 12:16:47'),
(49654,20715,'action started via WP Cron','2021-01-09 17:17:17','2021-01-09 12:17:17'),
(49655,20715,'action complete via WP Cron','2021-01-09 17:17:17','2021-01-09 12:17:17'),
(49656,20716,'action created','2021-01-09 17:17:17','2021-01-09 12:17:17'),
(49657,20716,'action started via WP Cron','2021-01-09 17:18:15','2021-01-09 12:18:15'),
(49658,20716,'action complete via WP Cron','2021-01-09 17:18:15','2021-01-09 12:18:15'),
(49659,20717,'action created','2021-01-09 17:18:15','2021-01-09 12:18:15'),
(49660,20717,'action started via WP Cron','2021-01-09 17:19:56','2021-01-09 12:19:56'),
(49661,20717,'action complete via WP Cron','2021-01-09 17:19:56','2021-01-09 12:19:56'),
(49662,20718,'action created','2021-01-09 17:19:56','2021-01-09 12:19:56'),
(49663,20718,'action started via WP Cron','2021-01-09 17:20:17','2021-01-09 12:20:17'),
(49664,20718,'action complete via WP Cron','2021-01-09 17:20:17','2021-01-09 12:20:17'),
(49665,20719,'action created','2021-01-09 17:20:17','2021-01-09 12:20:17'),
(49666,20719,'action started via WP Cron','2021-01-09 17:21:31','2021-01-09 12:21:31'),
(49667,20719,'action complete via WP Cron','2021-01-09 17:21:31','2021-01-09 12:21:31'),
(49668,20720,'action created','2021-01-09 17:21:31','2021-01-09 12:21:31'),
(49669,20720,'action started via WP Cron','2021-01-09 17:23:13','2021-01-09 12:23:13'),
(49670,20720,'action complete via WP Cron','2021-01-09 17:23:13','2021-01-09 12:23:13'),
(49671,20721,'action created','2021-01-09 17:23:13','2021-01-09 12:23:13'),
(49672,20721,'action started via WP Cron','2021-01-09 17:24:11','2021-01-09 12:24:11'),
(49673,20721,'action complete via WP Cron','2021-01-09 17:24:11','2021-01-09 12:24:11'),
(49674,20722,'action created','2021-01-09 17:24:11','2021-01-09 12:24:11'),
(49675,20722,'action started via WP Cron','2021-01-09 17:25:50','2021-01-09 12:25:50'),
(49676,20722,'action complete via WP Cron','2021-01-09 17:25:50','2021-01-09 12:25:50'),
(49677,20723,'action created','2021-01-09 17:25:50','2021-01-09 12:25:50'),
(49678,20723,'action started via WP Cron','2021-01-09 17:27:39','2021-01-09 12:27:39'),
(49679,20723,'action complete via WP Cron','2021-01-09 17:27:39','2021-01-09 12:27:39'),
(49680,20724,'action created','2021-01-09 17:27:39','2021-01-09 12:27:39'),
(49681,20724,'action started via WP Cron','2021-01-09 17:28:58','2021-01-09 12:28:58'),
(49682,20724,'action complete via WP Cron','2021-01-09 17:28:58','2021-01-09 12:28:58'),
(49683,20725,'action created','2021-01-09 17:28:58','2021-01-09 12:28:58'),
(49684,20725,'action started via WP Cron','2021-01-09 17:29:20','2021-01-09 12:29:20'),
(49685,20725,'action complete via WP Cron','2021-01-09 17:29:20','2021-01-09 12:29:20'),
(49686,20726,'action created','2021-01-09 17:29:20','2021-01-09 12:29:20'),
(49687,20726,'action started via WP Cron','2021-01-09 17:31:00','2021-01-09 12:31:00'),
(49688,20726,'action complete via WP Cron','2021-01-09 17:31:00','2021-01-09 12:31:00'),
(49689,20727,'action created','2021-01-09 17:31:00','2021-01-09 12:31:00'),
(49690,20727,'action started via WP Cron','2021-01-09 17:31:41','2021-01-09 12:31:41'),
(49691,20727,'action complete via WP Cron','2021-01-09 17:31:41','2021-01-09 12:31:41'),
(49692,20728,'action created','2021-01-09 17:31:41','2021-01-09 12:31:41'),
(49693,20728,'action started via WP Cron','2021-01-09 17:32:53','2021-01-09 12:32:53'),
(49694,20728,'action complete via WP Cron','2021-01-09 17:32:53','2021-01-09 12:32:53'),
(49695,20729,'action created','2021-01-09 17:32:53','2021-01-09 12:32:53'),
(49696,20729,'action started via WP Cron','2021-01-09 17:33:56','2021-01-09 12:33:56'),
(49697,20729,'action complete via WP Cron','2021-01-09 17:33:56','2021-01-09 12:33:56'),
(49698,20730,'action created','2021-01-09 17:33:56','2021-01-09 12:33:56'),
(49699,20730,'action started via WP Cron','2021-01-09 17:34:44','2021-01-09 12:34:44'),
(49700,20730,'action complete via WP Cron','2021-01-09 17:34:44','2021-01-09 12:34:44'),
(49701,20731,'action created','2021-01-09 17:34:44','2021-01-09 12:34:44'),
(49702,20731,'action started via WP Cron','2021-01-09 17:35:45','2021-01-09 12:35:45'),
(49703,20731,'action complete via WP Cron','2021-01-09 17:35:45','2021-01-09 12:35:45'),
(49704,20732,'action created','2021-01-09 17:35:45','2021-01-09 12:35:45'),
(49705,20732,'action started via WP Cron','2021-01-09 17:36:22','2021-01-09 12:36:22'),
(49706,20732,'action complete via WP Cron','2021-01-09 17:36:22','2021-01-09 12:36:22'),
(49707,20733,'action created','2021-01-09 17:36:22','2021-01-09 12:36:22'),
(49708,20733,'action started via WP Cron','2021-01-09 17:37:24','2021-01-09 12:37:24'),
(49709,20733,'action complete via WP Cron','2021-01-09 17:37:24','2021-01-09 12:37:24'),
(49710,20734,'action created','2021-01-09 17:37:24','2021-01-09 12:37:24'),
(49711,20734,'action started via WP Cron','2021-01-09 17:38:11','2021-01-09 12:38:11'),
(49712,20734,'action complete via WP Cron','2021-01-09 17:38:11','2021-01-09 12:38:11'),
(49713,20735,'action created','2021-01-09 17:38:11','2021-01-09 12:38:11'),
(49714,20735,'action started via WP Cron','2021-01-09 17:39:24','2021-01-09 12:39:24'),
(49715,20735,'action complete via WP Cron','2021-01-09 17:39:24','2021-01-09 12:39:24'),
(49716,20736,'action created','2021-01-09 17:39:24','2021-01-09 12:39:24'),
(49717,20736,'action started via WP Cron','2021-01-09 17:41:57','2021-01-09 12:41:57'),
(49718,20736,'action complete via WP Cron','2021-01-09 17:41:57','2021-01-09 12:41:57'),
(49719,20737,'action created','2021-01-09 17:41:57','2021-01-09 12:41:57'),
(49720,20737,'action started via WP Cron','2021-01-09 17:42:23','2021-01-09 12:42:23'),
(49721,20737,'action complete via WP Cron','2021-01-09 17:42:23','2021-01-09 12:42:23'),
(49722,20738,'action created','2021-01-09 17:42:23','2021-01-09 12:42:23'),
(49723,20738,'action started via WP Cron','2021-01-09 17:44:06','2021-01-09 12:44:06'),
(49724,20738,'action complete via WP Cron','2021-01-09 17:44:06','2021-01-09 12:44:06'),
(49725,20739,'action created','2021-01-09 17:44:06','2021-01-09 12:44:06'),
(49726,20739,'action started via WP Cron','2021-01-09 17:44:33','2021-01-09 12:44:33'),
(49727,20739,'action complete via WP Cron','2021-01-09 17:44:33','2021-01-09 12:44:33'),
(49728,20740,'action created','2021-01-09 17:44:33','2021-01-09 12:44:33'),
(49729,20740,'action started via WP Cron','2021-01-09 17:45:26','2021-01-09 12:45:26'),
(49730,20740,'action complete via WP Cron','2021-01-09 17:45:26','2021-01-09 12:45:26'),
(49731,20741,'action created','2021-01-09 17:45:26','2021-01-09 12:45:26'),
(49732,20741,'action started via WP Cron','2021-01-09 17:46:23','2021-01-09 12:46:23'),
(49733,20741,'action complete via WP Cron','2021-01-09 17:46:23','2021-01-09 12:46:23'),
(49734,20742,'action created','2021-01-09 17:46:23','2021-01-09 12:46:23'),
(49735,20742,'action started via WP Cron','2021-01-09 17:47:13','2021-01-09 12:47:13'),
(49736,20742,'action complete via WP Cron','2021-01-09 17:47:13','2021-01-09 12:47:13'),
(49737,20743,'action created','2021-01-09 17:47:13','2021-01-09 12:47:13'),
(49738,20743,'action started via WP Cron','2021-01-09 17:49:04','2021-01-09 12:49:04'),
(49739,20743,'action complete via WP Cron','2021-01-09 17:49:04','2021-01-09 12:49:04'),
(49740,20744,'action created','2021-01-09 17:49:04','2021-01-09 12:49:04'),
(49741,20744,'action started via WP Cron','2021-01-09 17:49:21','2021-01-09 12:49:21'),
(49742,20744,'action complete via WP Cron','2021-01-09 17:49:21','2021-01-09 12:49:21'),
(49743,20745,'action created','2021-01-09 17:49:21','2021-01-09 12:49:21'),
(49744,20745,'action started via WP Cron','2021-01-09 17:50:59','2021-01-09 12:50:59'),
(49745,20745,'action complete via WP Cron','2021-01-09 17:50:59','2021-01-09 12:50:59'),
(49746,20746,'action created','2021-01-09 17:50:59','2021-01-09 12:50:59'),
(49747,20746,'action started via WP Cron','2021-01-09 17:51:12','2021-01-09 12:51:12'),
(49748,20746,'action complete via WP Cron','2021-01-09 17:51:12','2021-01-09 12:51:12'),
(49749,20747,'action created','2021-01-09 17:51:12','2021-01-09 12:51:12'),
(49750,20747,'action started via WP Cron','2021-01-09 17:52:30','2021-01-09 12:52:30'),
(49751,20747,'action complete via WP Cron','2021-01-09 17:52:30','2021-01-09 12:52:30'),
(49752,20748,'action created','2021-01-09 17:52:30','2021-01-09 12:52:30'),
(49753,20748,'action started via WP Cron','2021-01-09 17:53:11','2021-01-09 12:53:11'),
(49754,20748,'action complete via WP Cron','2021-01-09 17:53:11','2021-01-09 12:53:11'),
(49755,20749,'action created','2021-01-09 17:53:11','2021-01-09 12:53:11'),
(49756,20749,'action started via WP Cron','2021-01-09 17:54:33','2021-01-09 12:54:33'),
(49757,20749,'action complete via WP Cron','2021-01-09 17:54:33','2021-01-09 12:54:33'),
(49758,20750,'action created','2021-01-09 17:54:33','2021-01-09 12:54:33'),
(49759,20750,'action started via WP Cron','2021-01-09 17:57:09','2021-01-09 12:57:09'),
(49760,20750,'action complete via WP Cron','2021-01-09 17:57:09','2021-01-09 12:57:09'),
(49761,20751,'action created','2021-01-09 17:57:09','2021-01-09 12:57:09'),
(49762,20751,'action started via WP Cron','2021-01-09 17:57:32','2021-01-09 12:57:32'),
(49763,20751,'action complete via WP Cron','2021-01-09 17:57:32','2021-01-09 12:57:32'),
(49764,20752,'action created','2021-01-09 17:57:32','2021-01-09 12:57:32'),
(49765,20752,'action started via WP Cron','2021-01-09 17:58:46','2021-01-09 12:58:46'),
(49766,20752,'action complete via WP Cron','2021-01-09 17:58:46','2021-01-09 12:58:46'),
(49767,20753,'action created','2021-01-09 17:58:47','2021-01-09 12:58:47'),
(49768,20753,'action started via WP Cron','2021-01-09 17:59:31','2021-01-09 12:59:31'),
(49769,20753,'action complete via WP Cron','2021-01-09 17:59:31','2021-01-09 12:59:31'),
(49770,20754,'action created','2021-01-09 17:59:31','2021-01-09 12:59:31'),
(49771,20754,'action started via WP Cron','2021-01-09 18:00:15','2021-01-09 13:00:15'),
(49772,20754,'action complete via WP Cron','2021-01-09 18:00:15','2021-01-09 13:00:15'),
(49773,20755,'action created','2021-01-09 18:00:15','2021-01-09 13:00:15'),
(49774,20755,'action started via WP Cron','2021-01-09 18:01:22','2021-01-09 13:01:22'),
(49775,20755,'action complete via WP Cron','2021-01-09 18:01:22','2021-01-09 13:01:22'),
(49776,20756,'action created','2021-01-09 18:01:22','2021-01-09 13:01:22'),
(49777,20756,'action started via WP Cron','2021-01-09 18:03:41','2021-01-09 13:03:41'),
(49778,20756,'action complete via WP Cron','2021-01-09 18:03:41','2021-01-09 13:03:41'),
(49779,20757,'action created','2021-01-09 18:03:42','2021-01-09 13:03:42'),
(49780,20757,'action started via WP Cron','2021-01-09 18:04:24','2021-01-09 13:04:24'),
(49781,20757,'action complete via WP Cron','2021-01-09 18:04:24','2021-01-09 13:04:24'),
(49782,20758,'action created','2021-01-09 18:04:24','2021-01-09 13:04:24'),
(49783,20758,'action started via WP Cron','2021-01-09 18:05:53','2021-01-09 13:05:53'),
(49784,20758,'action complete via WP Cron','2021-01-09 18:05:53','2021-01-09 13:05:53'),
(49785,20759,'action created','2021-01-09 18:05:53','2021-01-09 13:05:53'),
(49786,20759,'action started via WP Cron','2021-01-09 18:08:36','2021-01-09 13:08:36'),
(49787,20759,'action complete via WP Cron','2021-01-09 18:08:36','2021-01-09 13:08:36'),
(49788,20760,'action created','2021-01-09 18:08:36','2021-01-09 13:08:36'),
(49789,20760,'action started via WP Cron','2021-01-09 18:09:22','2021-01-09 13:09:22'),
(49790,20760,'action complete via WP Cron','2021-01-09 18:09:22','2021-01-09 13:09:22'),
(49791,20761,'action created','2021-01-09 18:09:22','2021-01-09 13:09:22'),
(49792,20761,'action started via WP Cron','2021-01-09 18:10:12','2021-01-09 13:10:12'),
(49793,20761,'action complete via WP Cron','2021-01-09 18:10:12','2021-01-09 13:10:12'),
(49794,20762,'action created','2021-01-09 18:10:12','2021-01-09 13:10:12'),
(49795,20762,'action started via WP Cron','2021-01-09 18:12:02','2021-01-09 13:12:02'),
(49796,20762,'action complete via WP Cron','2021-01-09 18:12:02','2021-01-09 13:12:02'),
(49797,20763,'action created','2021-01-09 18:12:02','2021-01-09 13:12:02'),
(49798,20763,'action started via WP Cron','2021-01-09 18:12:24','2021-01-09 13:12:24'),
(49799,20763,'action complete via WP Cron','2021-01-09 18:12:24','2021-01-09 13:12:24'),
(49800,20764,'action created','2021-01-09 18:12:24','2021-01-09 13:12:24'),
(49801,20764,'action started via WP Cron','2021-01-09 18:13:30','2021-01-09 13:13:30'),
(49802,20764,'action complete via WP Cron','2021-01-09 18:13:30','2021-01-09 13:13:30'),
(49803,20765,'action created','2021-01-09 18:13:30','2021-01-09 13:13:30'),
(49804,20765,'action started via WP Cron','2021-01-09 18:14:42','2021-01-09 13:14:42'),
(49805,20765,'action complete via WP Cron','2021-01-09 18:14:42','2021-01-09 13:14:42'),
(49806,20766,'action created','2021-01-09 18:14:42','2021-01-09 13:14:42'),
(49807,20766,'action started via WP Cron','2021-01-09 18:15:19','2021-01-09 13:15:19'),
(49808,20766,'action complete via WP Cron','2021-01-09 18:15:19','2021-01-09 13:15:19'),
(49809,20767,'action created','2021-01-09 18:15:19','2021-01-09 13:15:19'),
(49810,20767,'action started via WP Cron','2021-01-09 18:16:13','2021-01-09 13:16:13'),
(49811,20767,'action complete via WP Cron','2021-01-09 18:16:13','2021-01-09 13:16:13'),
(49812,20768,'action created','2021-01-09 18:16:13','2021-01-09 13:16:13'),
(49813,20768,'action started via WP Cron','2021-01-09 18:18:20','2021-01-09 13:18:20'),
(49814,20768,'action complete via WP Cron','2021-01-09 18:18:20','2021-01-09 13:18:20'),
(49815,20769,'action created','2021-01-09 18:18:20','2021-01-09 13:18:20'),
(49816,20769,'action started via WP Cron','2021-01-09 18:19:19','2021-01-09 13:19:19'),
(49817,20769,'action complete via WP Cron','2021-01-09 18:19:19','2021-01-09 13:19:19'),
(49818,20770,'action created','2021-01-09 18:19:19','2021-01-09 13:19:19'),
(49819,20770,'action started via WP Cron','2021-01-09 18:20:38','2021-01-09 13:20:38'),
(49820,20770,'action complete via WP Cron','2021-01-09 18:20:38','2021-01-09 13:20:38'),
(49821,20771,'action created','2021-01-09 18:20:38','2021-01-09 13:20:38'),
(49822,20771,'action started via WP Cron','2021-01-09 18:21:18','2021-01-09 13:21:18'),
(49823,20771,'action complete via WP Cron','2021-01-09 18:21:18','2021-01-09 13:21:18'),
(49824,20772,'action created','2021-01-09 18:21:18','2021-01-09 13:21:18'),
(49825,20772,'action started via WP Cron','2021-01-09 18:22:27','2021-01-09 13:22:27'),
(49826,20772,'action complete via WP Cron','2021-01-09 18:22:27','2021-01-09 13:22:27'),
(49827,20773,'action created','2021-01-09 18:22:27','2021-01-09 13:22:27'),
(49828,20773,'action started via WP Cron','2021-01-09 18:23:29','2021-01-09 13:23:29'),
(49829,20773,'action complete via WP Cron','2021-01-09 18:23:29','2021-01-09 13:23:29'),
(49830,20774,'action created','2021-01-09 18:23:29','2021-01-09 13:23:29'),
(49831,20774,'action started via WP Cron','2021-01-09 18:24:26','2021-01-09 13:24:26'),
(49832,20774,'action complete via WP Cron','2021-01-09 18:24:26','2021-01-09 13:24:26'),
(49833,20775,'action created','2021-01-09 18:24:27','2021-01-09 13:24:27'),
(49834,20775,'action started via WP Cron','2021-01-09 18:25:37','2021-01-09 13:25:37'),
(49835,20775,'action complete via WP Cron','2021-01-09 18:25:37','2021-01-09 13:25:37'),
(49836,20776,'action created','2021-01-09 18:25:37','2021-01-09 13:25:37'),
(49837,20776,'action started via WP Cron','2021-01-09 18:27:53','2021-01-09 13:27:53'),
(49838,20776,'action complete via WP Cron','2021-01-09 18:27:53','2021-01-09 13:27:53'),
(49839,20777,'action created','2021-01-09 18:27:53','2021-01-09 13:27:53'),
(49840,20777,'action started via WP Cron','2021-01-09 18:28:36','2021-01-09 13:28:36'),
(49841,20777,'action complete via WP Cron','2021-01-09 18:28:37','2021-01-09 13:28:37'),
(49842,20778,'action created','2021-01-09 18:28:37','2021-01-09 13:28:37'),
(49843,20778,'action started via WP Cron','2021-01-09 18:29:15','2021-01-09 13:29:15'),
(49844,20778,'action complete via WP Cron','2021-01-09 18:29:15','2021-01-09 13:29:15'),
(49845,20779,'action created','2021-01-09 18:29:15','2021-01-09 13:29:15'),
(49846,20779,'action started via WP Cron','2021-01-09 18:30:26','2021-01-09 13:30:26'),
(49847,20779,'action complete via WP Cron','2021-01-09 18:30:26','2021-01-09 13:30:26'),
(49848,20780,'action created','2021-01-09 18:30:26','2021-01-09 13:30:26'),
(49849,20780,'action started via WP Cron','2021-01-09 18:33:48','2021-01-09 13:33:48'),
(49850,20780,'action complete via WP Cron','2021-01-09 18:33:48','2021-01-09 13:33:48'),
(49851,20781,'action created','2021-01-09 18:33:48','2021-01-09 13:33:48'),
(49852,20781,'action started via WP Cron','2021-01-09 18:34:13','2021-01-09 13:34:13'),
(49853,20781,'action complete via WP Cron','2021-01-09 18:34:13','2021-01-09 13:34:13'),
(49854,20782,'action created','2021-01-09 18:34:13','2021-01-09 13:34:13'),
(49855,20782,'action started via WP Cron','2021-01-09 18:35:36','2021-01-09 13:35:36'),
(49856,20782,'action complete via WP Cron','2021-01-09 18:35:36','2021-01-09 13:35:36'),
(49857,20783,'action created','2021-01-09 18:35:36','2021-01-09 13:35:36'),
(49858,20783,'action started via WP Cron','2021-01-09 18:36:32','2021-01-09 13:36:32'),
(49859,20783,'action complete via WP Cron','2021-01-09 18:36:32','2021-01-09 13:36:32'),
(49860,20784,'action created','2021-01-09 18:36:32','2021-01-09 13:36:32'),
(49861,20784,'action started via WP Cron','2021-01-09 18:38:14','2021-01-09 13:38:14'),
(49862,20784,'action complete via WP Cron','2021-01-09 18:38:14','2021-01-09 13:38:14'),
(49863,20785,'action created','2021-01-09 18:38:14','2021-01-09 13:38:14'),
(49864,20785,'action started via WP Cron','2021-01-09 18:40:23','2021-01-09 13:40:23'),
(49865,20785,'action complete via WP Cron','2021-01-09 18:40:23','2021-01-09 13:40:23'),
(49866,20786,'action created','2021-01-09 18:40:23','2021-01-09 13:40:23'),
(49867,20786,'action started via WP Cron','2021-01-09 18:42:23','2021-01-09 13:42:23'),
(49868,20786,'action complete via WP Cron','2021-01-09 18:42:23','2021-01-09 13:42:23'),
(49869,20787,'action created','2021-01-09 18:42:23','2021-01-09 13:42:23'),
(49870,20787,'action started via WP Cron','2021-01-09 18:43:43','2021-01-09 13:43:43'),
(49871,20787,'action complete via WP Cron','2021-01-09 18:43:43','2021-01-09 13:43:43'),
(49872,20788,'action created','2021-01-09 18:43:43','2021-01-09 13:43:43'),
(49873,20788,'action started via WP Cron','2021-01-09 18:44:43','2021-01-09 13:44:43'),
(49874,20788,'action complete via WP Cron','2021-01-09 18:44:43','2021-01-09 13:44:43'),
(49875,20789,'action created','2021-01-09 18:44:43','2021-01-09 13:44:43'),
(49876,20789,'action started via WP Cron','2021-01-09 18:45:44','2021-01-09 13:45:44'),
(49877,20789,'action complete via WP Cron','2021-01-09 18:45:44','2021-01-09 13:45:44'),
(49878,20790,'action created','2021-01-09 18:45:44','2021-01-09 13:45:44'),
(49879,20790,'action started via WP Cron','2021-01-09 18:47:16','2021-01-09 13:47:16'),
(49880,20790,'action complete via WP Cron','2021-01-09 18:47:16','2021-01-09 13:47:16'),
(49881,20791,'action created','2021-01-09 18:47:16','2021-01-09 13:47:16'),
(49882,20791,'action started via WP Cron','2021-01-09 18:50:01','2021-01-09 13:50:01'),
(49883,20791,'action complete via WP Cron','2021-01-09 18:50:01','2021-01-09 13:50:01'),
(49884,20792,'action created','2021-01-09 18:50:01','2021-01-09 13:50:01'),
(49885,20792,'action started via WP Cron','2021-01-09 18:50:18','2021-01-09 13:50:18'),
(49886,20792,'action complete via WP Cron','2021-01-09 18:50:18','2021-01-09 13:50:18'),
(49887,20793,'action created','2021-01-09 18:50:18','2021-01-09 13:50:18'),
(49888,20793,'action started via WP Cron','2021-01-09 18:51:58','2021-01-09 13:51:58'),
(49889,20793,'action complete via WP Cron','2021-01-09 18:51:58','2021-01-09 13:51:58'),
(49890,20794,'action created','2021-01-09 18:51:58','2021-01-09 13:51:58'),
(49891,20794,'action started via WP Cron','2021-01-09 18:53:30','2021-01-09 13:53:30'),
(49892,20794,'action complete via WP Cron','2021-01-09 18:53:30','2021-01-09 13:53:30'),
(49893,20795,'action created','2021-01-09 18:53:30','2021-01-09 13:53:30'),
(49894,20795,'action started via WP Cron','2021-01-09 18:54:46','2021-01-09 13:54:46'),
(49895,20795,'action complete via WP Cron','2021-01-09 18:54:46','2021-01-09 13:54:46'),
(49896,20796,'action created','2021-01-09 18:54:46','2021-01-09 13:54:46'),
(49897,20796,'action started via WP Cron','2021-01-09 18:55:34','2021-01-09 13:55:34'),
(49898,20796,'action complete via WP Cron','2021-01-09 18:55:34','2021-01-09 13:55:34'),
(49899,20797,'action created','2021-01-09 18:55:34','2021-01-09 13:55:34'),
(49900,20797,'action started via WP Cron','2021-01-09 18:56:13','2021-01-09 13:56:13'),
(49901,20797,'action complete via WP Cron','2021-01-09 18:56:13','2021-01-09 13:56:13'),
(49902,20798,'action created','2021-01-09 18:56:13','2021-01-09 13:56:13'),
(49903,20798,'action started via WP Cron','2021-01-09 18:57:55','2021-01-09 13:57:55'),
(49904,20798,'action complete via WP Cron','2021-01-09 18:57:55','2021-01-09 13:57:55'),
(49905,20799,'action created','2021-01-09 18:57:55','2021-01-09 13:57:55'),
(49906,20799,'action started via WP Cron','2021-01-09 18:58:16','2021-01-09 13:58:16'),
(49907,20799,'action complete via WP Cron','2021-01-09 18:58:16','2021-01-09 13:58:16'),
(49908,20800,'action created','2021-01-09 18:58:16','2021-01-09 13:58:16'),
(49909,20800,'action started via WP Cron','2021-01-09 18:59:31','2021-01-09 13:59:31'),
(49910,20800,'action complete via WP Cron','2021-01-09 18:59:31','2021-01-09 13:59:31'),
(49911,20801,'action created','2021-01-09 18:59:31','2021-01-09 13:59:31'),
(49912,20801,'action started via WP Cron','2021-01-09 19:00:18','2021-01-09 14:00:18'),
(49913,20801,'action complete via WP Cron','2021-01-09 19:00:18','2021-01-09 14:00:18'),
(49914,20802,'action created','2021-01-09 19:00:18','2021-01-09 14:00:18'),
(49915,20802,'action started via WP Cron','2021-01-09 19:02:23','2021-01-09 14:02:23'),
(49916,20802,'action complete via WP Cron','2021-01-09 19:02:23','2021-01-09 14:02:23'),
(49917,20803,'action created','2021-01-09 19:02:23','2021-01-09 14:02:23'),
(49918,20803,'action started via WP Cron','2021-01-09 19:03:25','2021-01-09 14:03:25'),
(49919,20803,'action complete via WP Cron','2021-01-09 19:03:25','2021-01-09 14:03:25'),
(49920,20804,'action created','2021-01-09 19:03:25','2021-01-09 14:03:25'),
(49921,20804,'action started via WP Cron','2021-01-09 19:04:29','2021-01-09 14:04:29'),
(49922,20804,'action complete via WP Cron','2021-01-09 19:04:29','2021-01-09 14:04:29'),
(49923,20805,'action created','2021-01-09 19:04:29','2021-01-09 14:04:29'),
(49924,20805,'action started via WP Cron','2021-01-09 19:05:19','2021-01-09 14:05:19'),
(49925,20805,'action complete via WP Cron','2021-01-09 19:05:19','2021-01-09 14:05:19'),
(49926,20806,'action created','2021-01-09 19:05:19','2021-01-09 14:05:19'),
(49927,20806,'action started via WP Cron','2021-01-09 19:06:34','2021-01-09 14:06:34'),
(49928,20806,'action complete via WP Cron','2021-01-09 19:06:34','2021-01-09 14:06:34'),
(49929,20807,'action created','2021-01-09 19:06:34','2021-01-09 14:06:34'),
(49930,20807,'action started via WP Cron','2021-01-09 19:07:25','2021-01-09 14:07:25'),
(49931,20807,'action complete via WP Cron','2021-01-09 19:07:25','2021-01-09 14:07:25'),
(49932,20808,'action created','2021-01-09 19:07:25','2021-01-09 14:07:25'),
(49933,20808,'action started via WP Cron','2021-01-09 19:08:17','2021-01-09 14:08:17'),
(49934,20808,'action complete via WP Cron','2021-01-09 19:08:17','2021-01-09 14:08:17'),
(49935,20809,'action created','2021-01-09 19:08:17','2021-01-09 14:08:17'),
(49936,20809,'action started via WP Cron','2021-01-09 19:09:12','2021-01-09 14:09:12'),
(49937,20809,'action complete via WP Cron','2021-01-09 19:09:12','2021-01-09 14:09:12'),
(49938,20810,'action created','2021-01-09 19:09:12','2021-01-09 14:09:12'),
(49939,20810,'action started via WP Cron','2021-01-09 19:10:40','2021-01-09 14:10:40'),
(49940,20810,'action complete via WP Cron','2021-01-09 19:10:40','2021-01-09 14:10:40'),
(49941,20811,'action created','2021-01-09 19:10:40','2021-01-09 14:10:40'),
(49942,20811,'action started via WP Cron','2021-01-09 19:12:19','2021-01-09 14:12:19'),
(49943,20811,'action complete via WP Cron','2021-01-09 19:12:19','2021-01-09 14:12:19'),
(49944,20812,'action created','2021-01-09 19:12:19','2021-01-09 14:12:19'),
(49945,20812,'action started via WP Cron','2021-01-09 19:13:13','2021-01-09 14:13:13'),
(49946,20812,'action complete via WP Cron','2021-01-09 19:13:13','2021-01-09 14:13:13'),
(49947,20813,'action created','2021-01-09 19:13:13','2021-01-09 14:13:13'),
(49948,20813,'action started via WP Cron','2021-01-09 19:14:48','2021-01-09 14:14:48'),
(49949,20813,'action complete via WP Cron','2021-01-09 19:14:48','2021-01-09 14:14:48'),
(49950,20814,'action created','2021-01-09 19:14:48','2021-01-09 14:14:48'),
(49951,20814,'action started via WP Cron','2021-01-09 19:16:06','2021-01-09 14:16:06'),
(49952,20814,'action complete via WP Cron','2021-01-09 19:16:06','2021-01-09 14:16:06'),
(49953,20815,'action created','2021-01-09 19:16:06','2021-01-09 14:16:06'),
(49954,20815,'action started via WP Cron','2021-01-09 19:16:54','2021-01-09 14:16:54'),
(49955,20815,'action complete via WP Cron','2021-01-09 19:16:54','2021-01-09 14:16:54'),
(49956,20816,'action created','2021-01-09 19:16:54','2021-01-09 14:16:54'),
(49957,20816,'action started via WP Cron','2021-01-09 19:17:15','2021-01-09 14:17:15'),
(49958,20816,'action complete via WP Cron','2021-01-09 19:17:15','2021-01-09 14:17:15'),
(49959,20817,'action created','2021-01-09 19:17:16','2021-01-09 14:17:16'),
(49960,20817,'action started via WP Cron','2021-01-09 19:18:22','2021-01-09 14:18:22'),
(49961,20817,'action complete via WP Cron','2021-01-09 19:18:22','2021-01-09 14:18:22'),
(49962,20818,'action created','2021-01-09 19:18:22','2021-01-09 14:18:22'),
(49963,20818,'action started via WP Cron','2021-01-09 19:19:21','2021-01-09 14:19:21'),
(49964,20818,'action complete via WP Cron','2021-01-09 19:19:21','2021-01-09 14:19:21'),
(49965,20819,'action created','2021-01-09 19:19:21','2021-01-09 14:19:21'),
(49966,20819,'action started via WP Cron','2021-01-09 19:20:20','2021-01-09 14:20:20');
INSERT INTO `wp_actionscheduler_logs` VALUES
(49967,20819,'action complete via WP Cron','2021-01-09 19:20:20','2021-01-09 14:20:20'),
(49968,20820,'action created','2021-01-09 19:20:20','2021-01-09 14:20:20'),
(49969,20820,'action started via WP Cron','2021-01-09 19:22:01','2021-01-09 14:22:01'),
(49970,20820,'action complete via WP Cron','2021-01-09 19:22:01','2021-01-09 14:22:01'),
(49971,20821,'action created','2021-01-09 19:22:01','2021-01-09 14:22:01'),
(49972,20821,'action started via WP Cron','2021-01-09 19:22:19','2021-01-09 14:22:19'),
(49973,20821,'action complete via WP Cron','2021-01-09 19:22:19','2021-01-09 14:22:19'),
(49974,20822,'action created','2021-01-09 19:22:19','2021-01-09 14:22:19'),
(49975,20822,'action started via WP Cron','2021-01-09 19:23:44','2021-01-09 14:23:44'),
(49976,20822,'action complete via WP Cron','2021-01-09 19:23:44','2021-01-09 14:23:44'),
(49977,20823,'action created','2021-01-09 19:23:44','2021-01-09 14:23:44'),
(49978,20823,'action started via WP Cron','2021-01-09 19:24:32','2021-01-09 14:24:32'),
(49979,20823,'action complete via WP Cron','2021-01-09 19:24:32','2021-01-09 14:24:32'),
(49980,20824,'action created','2021-01-09 19:24:32','2021-01-09 14:24:32'),
(49981,20824,'action started via WP Cron','2021-01-09 19:25:25','2021-01-09 14:25:25'),
(49982,20824,'action complete via WP Cron','2021-01-09 19:25:25','2021-01-09 14:25:25'),
(49983,20825,'action created','2021-01-09 19:25:25','2021-01-09 14:25:25'),
(49984,20825,'action started via WP Cron','2021-01-09 19:26:18','2021-01-09 14:26:18'),
(49985,20825,'action complete via WP Cron','2021-01-09 19:26:18','2021-01-09 14:26:18'),
(49986,20826,'action created','2021-01-09 19:26:18','2021-01-09 14:26:18'),
(49987,20826,'action started via WP Cron','2021-01-09 19:27:22','2021-01-09 14:27:22'),
(49988,20826,'action complete via WP Cron','2021-01-09 19:27:22','2021-01-09 14:27:22'),
(49989,20827,'action created','2021-01-09 19:27:22','2021-01-09 14:27:22'),
(49990,20827,'action started via WP Cron','2021-01-09 19:30:58','2021-01-09 14:30:58'),
(49991,20827,'action complete via WP Cron','2021-01-09 19:30:58','2021-01-09 14:30:58'),
(49992,20828,'action created','2021-01-09 19:30:58','2021-01-09 14:30:58'),
(49993,20828,'action started via WP Cron','2021-01-09 19:31:37','2021-01-09 14:31:37'),
(49994,20828,'action complete via WP Cron','2021-01-09 19:31:37','2021-01-09 14:31:37'),
(49995,20829,'action created','2021-01-09 19:31:37','2021-01-09 14:31:37'),
(49996,20829,'action started via WP Cron','2021-01-09 19:32:30','2021-01-09 14:32:30'),
(49997,20829,'action complete via WP Cron','2021-01-09 19:32:30','2021-01-09 14:32:30'),
(49998,20830,'action created','2021-01-09 19:32:30','2021-01-09 14:32:30'),
(49999,20830,'action started via WP Cron','2021-01-09 19:35:13','2021-01-09 14:35:13'),
(50000,20830,'action complete via WP Cron','2021-01-09 19:35:13','2021-01-09 14:35:13'),
(50001,20831,'action created','2021-01-09 19:35:13','2021-01-09 14:35:13'),
(50002,20831,'action started via WP Cron','2021-01-09 19:36:44','2021-01-09 14:36:44'),
(50003,20831,'action complete via WP Cron','2021-01-09 19:36:44','2021-01-09 14:36:44'),
(50004,20832,'action created','2021-01-09 19:36:44','2021-01-09 14:36:44'),
(50005,20832,'action started via WP Cron','2021-01-09 19:37:41','2021-01-09 14:37:41'),
(50006,20832,'action complete via WP Cron','2021-01-09 19:37:41','2021-01-09 14:37:41'),
(50007,20833,'action created','2021-01-09 19:37:41','2021-01-09 14:37:41'),
(50008,20833,'action started via WP Cron','2021-01-09 19:38:21','2021-01-09 14:38:21'),
(50009,20833,'action complete via WP Cron','2021-01-09 19:38:21','2021-01-09 14:38:21'),
(50010,20834,'action created','2021-01-09 19:38:21','2021-01-09 14:38:21'),
(50011,20834,'action started via WP Cron','2021-01-09 19:39:54','2021-01-09 14:39:54'),
(50012,20834,'action complete via WP Cron','2021-01-09 19:39:54','2021-01-09 14:39:54'),
(50013,20835,'action created','2021-01-09 19:39:54','2021-01-09 14:39:54'),
(50014,20835,'action started via WP Cron','2021-01-09 19:40:14','2021-01-09 14:40:14'),
(50015,20835,'action complete via WP Cron','2021-01-09 19:40:14','2021-01-09 14:40:14'),
(50016,20836,'action created','2021-01-09 19:40:15','2021-01-09 14:40:15'),
(50017,20836,'action started via WP Cron','2021-01-09 19:42:23','2021-01-09 14:42:23'),
(50018,20836,'action complete via WP Cron','2021-01-09 19:42:23','2021-01-09 14:42:23'),
(50019,20837,'action created','2021-01-09 19:42:23','2021-01-09 14:42:23'),
(50020,20837,'action started via WP Cron','2021-01-09 19:44:18','2021-01-09 14:44:18'),
(50021,20837,'action complete via WP Cron','2021-01-09 19:44:18','2021-01-09 14:44:18'),
(50022,20838,'action created','2021-01-09 19:44:18','2021-01-09 14:44:18'),
(50023,20838,'action started via WP Cron','2021-01-09 19:48:07','2021-01-09 14:48:07'),
(50024,20838,'action complete via WP Cron','2021-01-09 19:48:07','2021-01-09 14:48:07'),
(50025,20839,'action created','2021-01-09 19:48:07','2021-01-09 14:48:07'),
(50026,20839,'action started via WP Cron','2021-01-09 19:48:17','2021-01-09 14:48:17'),
(50027,20839,'action complete via WP Cron','2021-01-09 19:48:17','2021-01-09 14:48:17'),
(50028,20840,'action created','2021-01-09 19:48:17','2021-01-09 14:48:17'),
(50029,20840,'action started via WP Cron','2021-01-09 19:49:23','2021-01-09 14:49:23'),
(50030,20840,'action complete via WP Cron','2021-01-09 19:49:23','2021-01-09 14:49:23'),
(50031,20841,'action created','2021-01-09 19:49:23','2021-01-09 14:49:23'),
(50032,20841,'action started via WP Cron','2021-01-09 19:50:42','2021-01-09 14:50:42'),
(50033,20841,'action complete via WP Cron','2021-01-09 19:50:42','2021-01-09 14:50:42'),
(50034,20842,'action created','2021-01-09 19:50:42','2021-01-09 14:50:42'),
(50035,20842,'action started via WP Cron','2021-01-09 19:51:23','2021-01-09 14:51:23'),
(50036,20842,'action complete via WP Cron','2021-01-09 19:51:23','2021-01-09 14:51:23'),
(50037,20843,'action created','2021-01-09 19:51:24','2021-01-09 14:51:24'),
(50038,20843,'action started via WP Cron','2021-01-09 19:52:22','2021-01-09 14:52:22'),
(50039,20843,'action complete via WP Cron','2021-01-09 19:52:22','2021-01-09 14:52:22'),
(50040,20844,'action created','2021-01-09 19:52:22','2021-01-09 14:52:22'),
(50041,20844,'action started via WP Cron','2021-01-09 19:54:05','2021-01-09 14:54:05'),
(50042,20844,'action complete via WP Cron','2021-01-09 19:54:05','2021-01-09 14:54:05'),
(50043,20845,'action created','2021-01-09 19:54:05','2021-01-09 14:54:05'),
(50044,20845,'action started via WP Cron','2021-01-09 19:54:18','2021-01-09 14:54:18'),
(50045,20845,'action complete via WP Cron','2021-01-09 19:54:18','2021-01-09 14:54:18'),
(50046,20846,'action created','2021-01-09 19:54:18','2021-01-09 14:54:18'),
(50047,20846,'action started via WP Cron','2021-01-09 19:55:46','2021-01-09 14:55:46'),
(50048,20846,'action complete via WP Cron','2021-01-09 19:55:46','2021-01-09 14:55:46'),
(50049,20847,'action created','2021-01-09 19:55:46','2021-01-09 14:55:46'),
(50050,20847,'action started via WP Cron','2021-01-09 19:56:21','2021-01-09 14:56:21'),
(50051,20847,'action complete via WP Cron','2021-01-09 19:56:21','2021-01-09 14:56:21'),
(50052,20848,'action created','2021-01-09 19:56:21','2021-01-09 14:56:21'),
(50053,20848,'action started via WP Cron','2021-01-09 19:59:19','2021-01-09 14:59:19'),
(50054,20848,'action complete via WP Cron','2021-01-09 19:59:19','2021-01-09 14:59:19'),
(50055,20849,'action created','2021-01-09 19:59:19','2021-01-09 14:59:19'),
(50056,20849,'action started via WP Cron','2021-01-09 20:00:15','2021-01-09 15:00:15'),
(50057,20849,'action complete via WP Cron','2021-01-09 20:00:15','2021-01-09 15:00:15'),
(50058,20850,'action created','2021-01-09 20:00:15','2021-01-09 15:00:15'),
(50059,20850,'action started via WP Cron','2021-01-09 20:02:03','2021-01-09 15:02:03'),
(50060,20850,'action complete via WP Cron','2021-01-09 20:02:03','2021-01-09 15:02:03'),
(50061,20851,'action created','2021-01-09 20:02:03','2021-01-09 15:02:03'),
(50062,20851,'action started via WP Cron','2021-01-09 20:02:55','2021-01-09 15:02:55'),
(50063,20851,'action complete via WP Cron','2021-01-09 20:02:55','2021-01-09 15:02:55'),
(50064,20852,'action created','2021-01-09 20:02:55','2021-01-09 15:02:55'),
(50065,20852,'action started via WP Cron','2021-01-09 20:04:17','2021-01-09 15:04:17'),
(50066,20852,'action complete via WP Cron','2021-01-09 20:04:17','2021-01-09 15:04:17'),
(50067,20853,'action created','2021-01-09 20:04:17','2021-01-09 15:04:17'),
(50068,20853,'action started via WP Cron','2021-01-09 20:05:49','2021-01-09 15:05:49'),
(50069,20853,'action complete via WP Cron','2021-01-09 20:05:49','2021-01-09 15:05:49'),
(50070,20854,'action created','2021-01-09 20:05:49','2021-01-09 15:05:49'),
(50071,20854,'action started via WP Cron','2021-01-09 20:07:01','2021-01-09 15:07:01'),
(50072,20854,'action complete via WP Cron','2021-01-09 20:07:01','2021-01-09 15:07:01'),
(50073,20855,'action created','2021-01-09 20:07:01','2021-01-09 15:07:01'),
(50074,20855,'action started via WP Cron','2021-01-09 20:07:56','2021-01-09 15:07:56'),
(50075,20855,'action complete via WP Cron','2021-01-09 20:07:56','2021-01-09 15:07:56'),
(50076,20856,'action created','2021-01-09 20:07:56','2021-01-09 15:07:56'),
(50077,20856,'action started via WP Cron','2021-01-09 20:09:29','2021-01-09 15:09:29'),
(50078,20856,'action complete via WP Cron','2021-01-09 20:09:29','2021-01-09 15:09:29'),
(50079,20857,'action created','2021-01-09 20:09:29','2021-01-09 15:09:29'),
(50080,20857,'action started via WP Cron','2021-01-09 20:10:52','2021-01-09 15:10:52'),
(50081,20857,'action complete via WP Cron','2021-01-09 20:10:52','2021-01-09 15:10:52'),
(50082,20858,'action created','2021-01-09 20:10:52','2021-01-09 15:10:52'),
(50083,20858,'action started via WP Cron','2021-01-09 20:12:29','2021-01-09 15:12:29'),
(50084,20858,'action complete via WP Cron','2021-01-09 20:12:29','2021-01-09 15:12:29'),
(50085,20859,'action created','2021-01-09 20:12:29','2021-01-09 15:12:29'),
(50086,20859,'action started via WP Cron','2021-01-09 20:13:26','2021-01-09 15:13:26'),
(50087,20859,'action complete via WP Cron','2021-01-09 20:13:26','2021-01-09 15:13:26'),
(50088,20860,'action created','2021-01-09 20:13:26','2021-01-09 15:13:26'),
(50089,20860,'action started via WP Cron','2021-01-09 20:14:36','2021-01-09 15:14:36'),
(50090,20860,'action complete via WP Cron','2021-01-09 20:14:36','2021-01-09 15:14:36'),
(50091,20861,'action created','2021-01-09 20:14:36','2021-01-09 15:14:36'),
(50092,20861,'action started via Async Request','2021-01-09 20:14:50','2021-01-09 15:14:50'),
(50093,20861,'action complete via Async Request','2021-01-09 20:14:50','2021-01-09 15:14:50'),
(50094,20862,'action created','2021-01-09 20:14:52','2021-01-09 15:14:52'),
(50095,20862,'action started via WP Cron','2021-01-09 20:15:11','2021-01-09 15:15:11'),
(50096,20862,'action complete via WP Cron','2021-01-09 20:15:11','2021-01-09 15:15:11'),
(50097,20863,'action created','2021-01-09 20:15:11','2021-01-09 15:15:11'),
(50098,20863,'action started via WP Cron','2021-01-09 20:16:13','2021-01-09 15:16:13'),
(50099,20863,'action complete via WP Cron','2021-01-09 20:16:13','2021-01-09 15:16:13'),
(50100,20864,'action created','2021-01-09 20:16:13','2021-01-09 15:16:13'),
(50101,20864,'action started via WP Cron','2021-01-09 20:17:17','2021-01-09 15:17:17'),
(50102,20864,'action complete via WP Cron','2021-01-09 20:17:17','2021-01-09 15:17:17'),
(50103,20865,'action created','2021-01-09 20:17:17','2021-01-09 15:17:17'),
(50104,20865,'action started via WP Cron','2021-01-09 20:18:46','2021-01-09 15:18:46'),
(50105,20865,'action complete via WP Cron','2021-01-09 20:18:46','2021-01-09 15:18:46'),
(50106,20866,'action created','2021-01-09 20:18:46','2021-01-09 15:18:46'),
(50107,20866,'action started via WP Cron','2021-01-09 20:19:38','2021-01-09 15:19:38'),
(50108,20866,'action complete via WP Cron','2021-01-09 20:19:38','2021-01-09 15:19:38'),
(50109,20867,'action created','2021-01-09 20:19:38','2021-01-09 15:19:38'),
(50110,20867,'action started via WP Cron','2021-01-09 20:20:53','2021-01-09 15:20:53'),
(50111,20867,'action complete via WP Cron','2021-01-09 20:20:53','2021-01-09 15:20:53'),
(50112,20868,'action created','2021-01-09 20:20:53','2021-01-09 15:20:53'),
(50113,20868,'action started via WP Cron','2021-01-09 20:21:38','2021-01-09 15:21:38'),
(50114,20868,'action complete via WP Cron','2021-01-09 20:21:38','2021-01-09 15:21:38'),
(50115,20869,'action created','2021-01-09 20:21:38','2021-01-09 15:21:38'),
(50116,20869,'action started via WP Cron','2021-01-09 20:22:56','2021-01-09 15:22:56'),
(50117,20869,'action complete via WP Cron','2021-01-09 20:22:56','2021-01-09 15:22:56'),
(50118,20870,'action created','2021-01-09 20:22:56','2021-01-09 15:22:56'),
(50119,20870,'action started via WP Cron','2021-01-09 20:23:25','2021-01-09 15:23:25'),
(50120,20870,'action complete via WP Cron','2021-01-09 20:23:25','2021-01-09 15:23:25'),
(50121,20871,'action created','2021-01-09 20:23:25','2021-01-09 15:23:25'),
(50122,20871,'action started via WP Cron','2021-01-09 20:24:38','2021-01-09 15:24:38'),
(50123,20871,'action complete via WP Cron','2021-01-09 20:24:38','2021-01-09 15:24:38'),
(50124,20872,'action created','2021-01-09 20:24:38','2021-01-09 15:24:38'),
(50125,20872,'action started via WP Cron','2021-01-09 20:25:24','2021-01-09 15:25:24'),
(50126,20872,'action complete via WP Cron','2021-01-09 20:25:24','2021-01-09 15:25:24'),
(50127,20873,'action created','2021-01-09 20:25:25','2021-01-09 15:25:25'),
(50128,20873,'action started via WP Cron','2021-01-09 20:27:09','2021-01-09 15:27:09'),
(50129,20873,'action complete via WP Cron','2021-01-09 20:27:09','2021-01-09 15:27:09'),
(50130,20874,'action created','2021-01-09 20:27:09','2021-01-09 15:27:09'),
(50131,20874,'action started via WP Cron','2021-01-09 20:27:39','2021-01-09 15:27:39'),
(50132,20874,'action complete via WP Cron','2021-01-09 20:27:39','2021-01-09 15:27:39'),
(50133,20875,'action created','2021-01-09 20:27:39','2021-01-09 15:27:39'),
(50134,20875,'action started via WP Cron','2021-01-09 20:28:55','2021-01-09 15:28:55'),
(50135,20875,'action complete via WP Cron','2021-01-09 20:28:55','2021-01-09 15:28:55'),
(50136,20876,'action created','2021-01-09 20:28:55','2021-01-09 15:28:55'),
(50137,20876,'action started via WP Cron','2021-01-09 20:29:43','2021-01-09 15:29:43'),
(50138,20876,'action complete via WP Cron','2021-01-09 20:29:43','2021-01-09 15:29:43'),
(50139,20877,'action created','2021-01-09 20:29:43','2021-01-09 15:29:43'),
(50140,20877,'action started via WP Cron','2021-01-09 20:30:11','2021-01-09 15:30:11'),
(50141,20877,'action complete via WP Cron','2021-01-09 20:30:11','2021-01-09 15:30:11'),
(50142,20878,'action created','2021-01-09 20:30:12','2021-01-09 15:30:12'),
(50143,20878,'action started via WP Cron','2021-01-09 20:31:19','2021-01-09 15:31:19'),
(50144,20878,'action complete via WP Cron','2021-01-09 20:31:19','2021-01-09 15:31:19'),
(50145,20879,'action created','2021-01-09 20:31:19','2021-01-09 15:31:19'),
(50146,20879,'action started via WP Cron','2021-01-09 20:32:15','2021-01-09 15:32:15'),
(50147,20879,'action complete via WP Cron','2021-01-09 20:32:15','2021-01-09 15:32:15'),
(50148,20880,'action created','2021-01-09 20:32:15','2021-01-09 15:32:15'),
(50149,20880,'action started via WP Cron','2021-01-09 20:33:42','2021-01-09 15:33:42'),
(50150,20880,'action complete via WP Cron','2021-01-09 20:33:42','2021-01-09 15:33:42'),
(50151,20881,'action created','2021-01-09 20:33:42','2021-01-09 15:33:42'),
(50152,20881,'action started via WP Cron','2021-01-09 20:34:21','2021-01-09 15:34:21'),
(50153,20881,'action complete via WP Cron','2021-01-09 20:34:21','2021-01-09 15:34:21'),
(50154,20882,'action created','2021-01-09 20:34:21','2021-01-09 15:34:21'),
(50155,20882,'action started via WP Cron','2021-01-09 20:36:09','2021-01-09 15:36:09'),
(50156,20882,'action complete via WP Cron','2021-01-09 20:36:09','2021-01-09 15:36:09'),
(50157,20883,'action created','2021-01-09 20:36:09','2021-01-09 15:36:09'),
(50158,20883,'action started via WP Cron','2021-01-09 20:37:15','2021-01-09 15:37:15'),
(50159,20883,'action complete via WP Cron','2021-01-09 20:37:15','2021-01-09 15:37:15'),
(50160,20884,'action created','2021-01-09 20:37:15','2021-01-09 15:37:15'),
(50161,20884,'action started via WP Cron','2021-01-09 20:38:37','2021-01-09 15:38:37'),
(50162,20884,'action complete via WP Cron','2021-01-09 20:38:37','2021-01-09 15:38:37'),
(50163,20885,'action created','2021-01-09 20:38:37','2021-01-09 15:38:37'),
(50164,20885,'action started via WP Cron','2021-01-09 20:40:15','2021-01-09 15:40:15'),
(50165,20885,'action complete via WP Cron','2021-01-09 20:40:15','2021-01-09 15:40:15'),
(50166,20886,'action created','2021-01-09 20:40:15','2021-01-09 15:40:15'),
(50167,20886,'action started via WP Cron','2021-01-09 20:41:42','2021-01-09 15:41:42'),
(50168,20886,'action complete via WP Cron','2021-01-09 20:41:42','2021-01-09 15:41:42'),
(50169,20887,'action created','2021-01-09 20:41:42','2021-01-09 15:41:42'),
(50170,20887,'action started via WP Cron','2021-01-09 20:43:42','2021-01-09 15:43:42'),
(50171,20887,'action complete via WP Cron','2021-01-09 20:43:42','2021-01-09 15:43:42'),
(50172,20888,'action created','2021-01-09 20:43:42','2021-01-09 15:43:42'),
(50173,20888,'action started via WP Cron','2021-01-09 20:45:29','2021-01-09 15:45:29'),
(50174,20888,'action complete via WP Cron','2021-01-09 20:45:29','2021-01-09 15:45:29'),
(50175,20889,'action created','2021-01-09 20:45:29','2021-01-09 15:45:29'),
(50176,20889,'action started via WP Cron','2021-01-09 20:46:14','2021-01-09 15:46:14'),
(50177,20889,'action complete via WP Cron','2021-01-09 20:46:14','2021-01-09 15:46:14'),
(50178,20890,'action created','2021-01-09 20:46:14','2021-01-09 15:46:14'),
(50179,20890,'action started via WP Cron','2021-01-09 20:47:38','2021-01-09 15:47:38'),
(50180,20890,'action complete via WP Cron','2021-01-09 20:47:38','2021-01-09 15:47:38'),
(50181,20891,'action created','2021-01-09 20:47:38','2021-01-09 15:47:38'),
(50182,20891,'action started via WP Cron','2021-01-09 20:49:46','2021-01-09 15:49:46'),
(50183,20891,'action complete via WP Cron','2021-01-09 20:49:46','2021-01-09 15:49:46'),
(50184,20892,'action created','2021-01-09 20:49:46','2021-01-09 15:49:46'),
(50185,20892,'action started via WP Cron','2021-01-09 20:51:17','2021-01-09 15:51:17'),
(50186,20892,'action complete via WP Cron','2021-01-09 20:51:17','2021-01-09 15:51:17'),
(50187,20893,'action created','2021-01-09 20:51:17','2021-01-09 15:51:17'),
(50188,20893,'action started via WP Cron','2021-01-09 20:52:45','2021-01-09 15:52:45'),
(50189,20893,'action complete via WP Cron','2021-01-09 20:52:45','2021-01-09 15:52:45'),
(50190,20894,'action created','2021-01-09 20:52:45','2021-01-09 15:52:45'),
(50191,20894,'action started via WP Cron','2021-01-09 20:53:25','2021-01-09 15:53:25'),
(50192,20894,'action complete via WP Cron','2021-01-09 20:53:25','2021-01-09 15:53:25'),
(50193,20895,'action created','2021-01-09 20:53:25','2021-01-09 15:53:25'),
(50194,20895,'action started via WP Cron','2021-01-09 20:54:17','2021-01-09 15:54:17'),
(50195,20895,'action complete via WP Cron','2021-01-09 20:54:17','2021-01-09 15:54:17'),
(50196,20896,'action created','2021-01-09 20:54:17','2021-01-09 15:54:17'),
(50197,20896,'action started via WP Cron','2021-01-09 20:55:26','2021-01-09 15:55:26'),
(50198,20896,'action complete via WP Cron','2021-01-09 20:55:26','2021-01-09 15:55:26'),
(50199,20897,'action created','2021-01-09 20:55:26','2021-01-09 15:55:26'),
(50200,20897,'action started via WP Cron','2021-01-09 20:56:34','2021-01-09 15:56:34'),
(50201,20897,'action complete via WP Cron','2021-01-09 20:56:34','2021-01-09 15:56:34'),
(50202,20898,'action created','2021-01-09 20:56:34','2021-01-09 15:56:34'),
(50203,20898,'action started via WP Cron','2021-01-09 20:57:19','2021-01-09 15:57:19'),
(50204,20898,'action complete via WP Cron','2021-01-09 20:57:19','2021-01-09 15:57:19'),
(50205,20899,'action created','2021-01-09 20:57:41','2021-01-09 15:57:41'),
(50206,20899,'action started via WP Cron','2021-01-09 20:58:27','2021-01-09 15:58:27'),
(50207,20899,'action complete via WP Cron','2021-01-09 20:58:27','2021-01-09 15:58:27'),
(50208,20900,'action created','2021-01-09 20:58:27','2021-01-09 15:58:27'),
(50209,20900,'action started via WP Cron','2021-01-09 20:59:13','2021-01-09 15:59:13'),
(50210,20900,'action complete via WP Cron','2021-01-09 20:59:13','2021-01-09 15:59:13'),
(50211,20901,'action created','2021-01-09 20:59:13','2021-01-09 15:59:13'),
(50212,20901,'action started via WP Cron','2021-01-09 21:00:13','2021-01-09 16:00:13'),
(50213,20901,'action complete via WP Cron','2021-01-09 21:00:13','2021-01-09 16:00:13'),
(50214,20902,'action created','2021-01-09 21:00:13','2021-01-09 16:00:13'),
(50215,20902,'action started via WP Cron','2021-01-09 21:01:25','2021-01-09 16:01:25'),
(50216,20902,'action complete via WP Cron','2021-01-09 21:01:25','2021-01-09 16:01:25'),
(50217,20903,'action created','2021-01-09 21:01:25','2021-01-09 16:01:25'),
(50218,20903,'action started via WP Cron','2021-01-09 21:02:21','2021-01-09 16:02:21'),
(50219,20903,'action complete via WP Cron','2021-01-09 21:02:21','2021-01-09 16:02:21'),
(50220,20904,'action created','2021-01-09 21:02:21','2021-01-09 16:02:21'),
(50221,20904,'action started via WP Cron','2021-01-09 21:03:21','2021-01-09 16:03:21'),
(50222,20904,'action complete via WP Cron','2021-01-09 21:03:21','2021-01-09 16:03:21'),
(50223,20905,'action created','2021-01-09 21:03:21','2021-01-09 16:03:21'),
(50224,20905,'action started via WP Cron','2021-01-09 21:05:16','2021-01-09 16:05:16'),
(50225,20905,'action complete via WP Cron','2021-01-09 21:05:16','2021-01-09 16:05:16'),
(50226,20906,'action created','2021-01-09 21:05:16','2021-01-09 16:05:16'),
(50227,20906,'action started via WP Cron','2021-01-09 21:07:02','2021-01-09 16:07:02'),
(50228,20906,'action complete via WP Cron','2021-01-09 21:07:02','2021-01-09 16:07:02'),
(50229,20907,'action created','2021-01-09 21:07:02','2021-01-09 16:07:02'),
(50230,20907,'action started via WP Cron','2021-01-09 21:08:30','2021-01-09 16:08:30'),
(50231,20907,'action complete via WP Cron','2021-01-09 21:08:30','2021-01-09 16:08:30'),
(50232,20908,'action created','2021-01-09 21:08:30','2021-01-09 16:08:30'),
(50233,20908,'action started via WP Cron','2021-01-09 21:09:45','2021-01-09 16:09:45'),
(50234,20908,'action complete via WP Cron','2021-01-09 21:09:45','2021-01-09 16:09:45'),
(50235,20909,'action created','2021-01-09 21:09:45','2021-01-09 16:09:45'),
(50236,20909,'action started via WP Cron','2021-01-09 21:10:46','2021-01-09 16:10:46'),
(50237,20909,'action complete via WP Cron','2021-01-09 21:10:47','2021-01-09 16:10:47'),
(50238,20910,'action created','2021-01-09 21:10:47','2021-01-09 16:10:47'),
(50239,20910,'action started via WP Cron','2021-01-09 21:14:08','2021-01-09 16:14:08'),
(50240,20910,'action complete via WP Cron','2021-01-09 21:14:08','2021-01-09 16:14:08'),
(50241,20911,'action created','2021-01-09 21:14:08','2021-01-09 16:14:08'),
(50242,20911,'action started via WP Cron','2021-01-09 21:14:51','2021-01-09 16:14:51'),
(50243,20911,'action complete via WP Cron','2021-01-09 21:14:51','2021-01-09 16:14:51'),
(50244,20912,'action created','2021-01-09 21:14:51','2021-01-09 16:14:51'),
(50245,20912,'action started via WP Cron','2021-01-09 21:15:37','2021-01-09 16:15:37'),
(50246,20912,'action complete via WP Cron','2021-01-09 21:15:37','2021-01-09 16:15:37'),
(50247,20913,'action created','2021-01-09 21:15:37','2021-01-09 16:15:37'),
(50248,20913,'action started via WP Cron','2021-01-09 21:16:20','2021-01-09 16:16:20'),
(50249,20913,'action complete via WP Cron','2021-01-09 21:16:20','2021-01-09 16:16:20'),
(50250,20914,'action created','2021-01-09 21:16:20','2021-01-09 16:16:20'),
(50251,20914,'action started via WP Cron','2021-01-09 21:17:25','2021-01-09 16:17:25'),
(50252,20914,'action complete via WP Cron','2021-01-09 21:17:25','2021-01-09 16:17:25'),
(50253,20915,'action created','2021-01-09 21:17:25','2021-01-09 16:17:25'),
(50254,20915,'action started via WP Cron','2021-01-09 21:18:50','2021-01-09 16:18:50'),
(50255,20915,'action complete via WP Cron','2021-01-09 21:18:50','2021-01-09 16:18:50'),
(50256,20916,'action created','2021-01-09 21:18:50','2021-01-09 16:18:50'),
(50257,20916,'action started via WP Cron','2021-01-09 21:19:29','2021-01-09 16:19:29'),
(50258,20916,'action complete via WP Cron','2021-01-09 21:19:29','2021-01-09 16:19:29'),
(50259,20917,'action created','2021-01-09 21:19:29','2021-01-09 16:19:29'),
(50260,20917,'action started via WP Cron','2021-01-09 21:20:19','2021-01-09 16:20:19'),
(50261,20917,'action complete via WP Cron','2021-01-09 21:20:19','2021-01-09 16:20:19'),
(50262,20918,'action created','2021-01-09 21:20:19','2021-01-09 16:20:19'),
(50263,20918,'action started via WP Cron','2021-01-09 21:21:20','2021-01-09 16:21:20'),
(50264,20918,'action complete via WP Cron','2021-01-09 21:21:20','2021-01-09 16:21:20'),
(50265,20919,'action created','2021-01-09 21:21:20','2021-01-09 16:21:20'),
(50266,20919,'action started via WP Cron','2021-01-09 21:22:11','2021-01-09 16:22:11'),
(50267,20919,'action complete via WP Cron','2021-01-09 21:22:11','2021-01-09 16:22:11'),
(50268,20920,'action created','2021-01-09 21:22:11','2021-01-09 16:22:11'),
(50269,20920,'action started via WP Cron','2021-01-09 21:24:37','2021-01-09 16:24:37'),
(50270,20920,'action complete via WP Cron','2021-01-09 21:24:37','2021-01-09 16:24:37'),
(50271,20921,'action created','2021-01-09 21:24:37','2021-01-09 16:24:37'),
(50272,20921,'action started via WP Cron','2021-01-09 21:25:57','2021-01-09 16:25:57'),
(50273,20921,'action complete via WP Cron','2021-01-09 21:25:57','2021-01-09 16:25:57'),
(50274,20922,'action created','2021-01-09 21:25:57','2021-01-09 16:25:57'),
(50275,20922,'action started via WP Cron','2021-01-09 21:26:22','2021-01-09 16:26:22'),
(50276,20922,'action complete via WP Cron','2021-01-09 21:26:22','2021-01-09 16:26:22'),
(50277,20923,'action created','2021-01-09 21:26:22','2021-01-09 16:26:22'),
(50278,20923,'action started via WP Cron','2021-01-09 21:27:27','2021-01-09 16:27:27'),
(50279,20923,'action complete via WP Cron','2021-01-09 21:27:28','2021-01-09 16:27:28'),
(50280,20924,'action created','2021-01-09 21:27:28','2021-01-09 16:27:28'),
(50281,20924,'action started via WP Cron','2021-01-09 21:28:32','2021-01-09 16:28:32'),
(50282,20924,'action complete via WP Cron','2021-01-09 21:28:32','2021-01-09 16:28:32'),
(50283,20925,'action created','2021-01-09 21:28:32','2021-01-09 16:28:32'),
(50284,20925,'action started via WP Cron','2021-01-09 21:29:55','2021-01-09 16:29:55'),
(50285,20925,'action complete via WP Cron','2021-01-09 21:29:55','2021-01-09 16:29:55'),
(50286,20926,'action created','2021-01-09 21:29:56','2021-01-09 16:29:56'),
(50287,20926,'action started via WP Cron','2021-01-09 21:31:25','2021-01-09 16:31:25'),
(50288,20926,'action complete via WP Cron','2021-01-09 21:31:26','2021-01-09 16:31:26'),
(50289,20927,'action created','2021-01-09 21:31:26','2021-01-09 16:31:26'),
(50290,20927,'action started via WP Cron','2021-01-09 21:33:42','2021-01-09 16:33:42'),
(50291,20927,'action complete via WP Cron','2021-01-09 21:33:42','2021-01-09 16:33:42'),
(50292,20928,'action created','2021-01-09 21:33:42','2021-01-09 16:33:42'),
(50293,20928,'action started via WP Cron','2021-01-09 21:34:25','2021-01-09 16:34:25'),
(50294,20928,'action complete via WP Cron','2021-01-09 21:34:25','2021-01-09 16:34:25'),
(50295,20929,'action created','2021-01-09 21:34:25','2021-01-09 16:34:25'),
(50296,20929,'action started via WP Cron','2021-01-09 21:35:16','2021-01-09 16:35:16'),
(50297,20929,'action complete via WP Cron','2021-01-09 21:35:16','2021-01-09 16:35:16'),
(50298,20930,'action created','2021-01-09 21:35:16','2021-01-09 16:35:16'),
(50299,20930,'action started via WP Cron','2021-01-09 21:36:42','2021-01-09 16:36:42'),
(50300,20930,'action complete via WP Cron','2021-01-09 21:36:42','2021-01-09 16:36:42'),
(50301,20931,'action created','2021-01-09 21:36:42','2021-01-09 16:36:42'),
(50302,20931,'action started via WP Cron','2021-01-09 21:37:30','2021-01-09 16:37:30'),
(50303,20931,'action complete via WP Cron','2021-01-09 21:37:30','2021-01-09 16:37:30'),
(50304,20932,'action created','2021-01-09 21:37:30','2021-01-09 16:37:30'),
(50305,20932,'action started via WP Cron','2021-01-09 21:38:16','2021-01-09 16:38:16'),
(50306,20932,'action complete via WP Cron','2021-01-09 21:38:16','2021-01-09 16:38:16'),
(50307,20933,'action created','2021-01-09 21:38:16','2021-01-09 16:38:16'),
(50308,20933,'action started via WP Cron','2021-01-09 21:39:30','2021-01-09 16:39:30'),
(50309,20933,'action complete via WP Cron','2021-01-09 21:39:30','2021-01-09 16:39:30'),
(50310,20934,'action created','2021-01-09 21:39:30','2021-01-09 16:39:30'),
(50311,20934,'action started via WP Cron','2021-01-09 21:40:20','2021-01-09 16:40:20'),
(50312,20934,'action complete via WP Cron','2021-01-09 21:40:20','2021-01-09 16:40:20'),
(50313,20935,'action created','2021-01-09 21:40:20','2021-01-09 16:40:20'),
(50314,20935,'action started via WP Cron','2021-01-09 21:42:10','2021-01-09 16:42:10'),
(50315,20935,'action complete via WP Cron','2021-01-09 21:42:10','2021-01-09 16:42:10'),
(50316,20936,'action created','2021-01-09 21:42:10','2021-01-09 16:42:10'),
(50317,20936,'action started via WP Cron','2021-01-09 21:42:28','2021-01-09 16:42:28'),
(50318,20936,'action complete via WP Cron','2021-01-09 21:42:28','2021-01-09 16:42:28'),
(50319,20937,'action created','2021-01-09 21:42:28','2021-01-09 16:42:28'),
(50320,20937,'action started via WP Cron','2021-01-09 21:44:01','2021-01-09 16:44:01'),
(50321,20937,'action complete via WP Cron','2021-01-09 21:44:01','2021-01-09 16:44:01'),
(50322,20938,'action created','2021-01-09 21:44:01','2021-01-09 16:44:01'),
(50323,20938,'action started via WP Cron','2021-01-09 21:44:28','2021-01-09 16:44:28'),
(50324,20938,'action complete via WP Cron','2021-01-09 21:44:28','2021-01-09 16:44:28'),
(50325,20939,'action created','2021-01-09 21:44:28','2021-01-09 16:44:28'),
(50326,20939,'action started via WP Cron','2021-01-09 21:46:41','2021-01-09 16:46:41'),
(50327,20939,'action complete via WP Cron','2021-01-09 21:46:41','2021-01-09 16:46:41'),
(50328,20940,'action created','2021-01-09 21:46:41','2021-01-09 16:46:41'),
(50329,20940,'action started via WP Cron','2021-01-09 21:47:11','2021-01-09 16:47:11'),
(50330,20940,'action complete via WP Cron','2021-01-09 21:47:11','2021-01-09 16:47:11'),
(50331,20941,'action created','2021-01-09 21:47:11','2021-01-09 16:47:11'),
(50332,20941,'action started via WP Cron','2021-01-09 21:48:25','2021-01-09 16:48:25'),
(50333,20941,'action complete via WP Cron','2021-01-09 21:48:25','2021-01-09 16:48:25'),
(50334,20942,'action created','2021-01-09 21:48:25','2021-01-09 16:48:25'),
(50335,20942,'action started via WP Cron','2021-01-09 21:49:50','2021-01-09 16:49:50'),
(50336,20942,'action complete via WP Cron','2021-01-09 21:49:50','2021-01-09 16:49:50'),
(50337,20943,'action created','2021-01-09 21:49:50','2021-01-09 16:49:50'),
(50338,20943,'action started via WP Cron','2021-01-09 21:51:04','2021-01-09 16:51:04'),
(50339,20943,'action complete via WP Cron','2021-01-09 21:51:04','2021-01-09 16:51:04'),
(50340,20944,'action created','2021-01-09 21:51:04','2021-01-09 16:51:04'),
(50341,20944,'action started via WP Cron','2021-01-09 21:52:07','2021-01-09 16:52:07'),
(50342,20944,'action complete via WP Cron','2021-01-09 21:52:07','2021-01-09 16:52:07'),
(50343,20945,'action created','2021-01-09 21:52:07','2021-01-09 16:52:07'),
(50344,20945,'action started via WP Cron','2021-01-09 21:52:25','2021-01-09 16:52:25'),
(50345,20945,'action complete via WP Cron','2021-01-09 21:52:25','2021-01-09 16:52:25'),
(50346,20946,'action created','2021-01-09 21:52:25','2021-01-09 16:52:25'),
(50347,20946,'action started via WP Cron','2021-01-09 21:53:27','2021-01-09 16:53:27'),
(50348,20946,'action complete via WP Cron','2021-01-09 21:53:27','2021-01-09 16:53:27'),
(50349,20947,'action created','2021-01-09 21:53:27','2021-01-09 16:53:27'),
(50350,20947,'action started via WP Cron','2021-01-09 21:54:15','2021-01-09 16:54:15'),
(50351,20947,'action complete via WP Cron','2021-01-09 21:54:15','2021-01-09 16:54:15'),
(50352,20948,'action created','2021-01-09 21:54:15','2021-01-09 16:54:15'),
(50353,20948,'action started via WP Cron','2021-01-09 21:55:31','2021-01-09 16:55:31'),
(50354,20948,'action complete via WP Cron','2021-01-09 21:55:31','2021-01-09 16:55:31'),
(50355,20949,'action created','2021-01-09 21:55:31','2021-01-09 16:55:31'),
(50356,20949,'action started via WP Cron','2021-01-09 21:57:14','2021-01-09 16:57:14'),
(50357,20949,'action complete via WP Cron','2021-01-09 21:57:14','2021-01-09 16:57:14'),
(50358,20950,'action created','2021-01-09 21:57:14','2021-01-09 16:57:14'),
(50359,20950,'action started via WP Cron','2021-01-09 21:58:29','2021-01-09 16:58:29'),
(50360,20950,'action complete via WP Cron','2021-01-09 21:58:29','2021-01-09 16:58:29'),
(50361,20951,'action created','2021-01-09 21:58:29','2021-01-09 16:58:29'),
(50362,20951,'action started via WP Cron','2021-01-09 21:59:22','2021-01-09 16:59:22'),
(50363,20951,'action complete via WP Cron','2021-01-09 21:59:22','2021-01-09 16:59:22'),
(50364,20952,'action created','2021-01-09 21:59:22','2021-01-09 16:59:22'),
(50365,20952,'action started via WP Cron','2021-01-09 22:00:15','2021-01-09 17:00:15'),
(50366,20952,'action complete via WP Cron','2021-01-09 22:00:15','2021-01-09 17:00:15'),
(50367,20953,'action created','2021-01-09 22:00:15','2021-01-09 17:00:15'),
(50368,20953,'action started via WP Cron','2021-01-09 22:01:20','2021-01-09 17:01:20'),
(50369,20953,'action complete via WP Cron','2021-01-09 22:01:20','2021-01-09 17:01:20'),
(50370,20954,'action created','2021-01-09 22:01:20','2021-01-09 17:01:20'),
(50371,20954,'action started via WP Cron','2021-01-09 22:02:12','2021-01-09 17:02:12'),
(50372,20954,'action complete via WP Cron','2021-01-09 22:02:12','2021-01-09 17:02:12'),
(50373,20955,'action created','2021-01-09 22:02:12','2021-01-09 17:02:12'),
(50374,20955,'action started via WP Cron','2021-01-09 22:04:33','2021-01-09 17:04:33'),
(50375,20955,'action complete via WP Cron','2021-01-09 22:04:33','2021-01-09 17:04:33'),
(50376,20956,'action created','2021-01-09 22:04:33','2021-01-09 17:04:33'),
(50377,20956,'action started via WP Cron','2021-01-09 22:05:49','2021-01-09 17:05:49'),
(50378,20956,'action complete via WP Cron','2021-01-09 22:05:49','2021-01-09 17:05:49'),
(50379,20957,'action created','2021-01-09 22:05:49','2021-01-09 17:05:49'),
(50380,20957,'action started via WP Cron','2021-01-09 22:07:05','2021-01-09 17:07:05'),
(50381,20957,'action complete via WP Cron','2021-01-09 22:07:05','2021-01-09 17:07:05'),
(50382,20958,'action created','2021-01-09 22:07:05','2021-01-09 17:07:05'),
(50383,20958,'action started via WP Cron','2021-01-09 22:07:47','2021-01-09 17:07:47'),
(50384,20958,'action complete via WP Cron','2021-01-09 22:07:47','2021-01-09 17:07:47'),
(50385,20959,'action created','2021-01-09 22:07:47','2021-01-09 17:07:47'),
(50386,20959,'action started via WP Cron','2021-01-09 22:08:24','2021-01-09 17:08:24'),
(50387,20959,'action complete via WP Cron','2021-01-09 22:08:24','2021-01-09 17:08:24'),
(50388,20960,'action created','2021-01-09 22:08:24','2021-01-09 17:08:24'),
(50389,20960,'action started via WP Cron','2021-01-09 22:09:26','2021-01-09 17:09:26'),
(50390,20960,'action complete via WP Cron','2021-01-09 22:09:26','2021-01-09 17:09:26'),
(50391,20961,'action created','2021-01-09 22:09:26','2021-01-09 17:09:26'),
(50392,20961,'action started via WP Cron','2021-01-09 22:10:51','2021-01-09 17:10:51'),
(50393,20961,'action complete via WP Cron','2021-01-09 22:10:51','2021-01-09 17:10:51'),
(50394,20962,'action created','2021-01-09 22:10:51','2021-01-09 17:10:51'),
(50395,20962,'action started via WP Cron','2021-01-09 22:11:22','2021-01-09 17:11:22'),
(50396,20962,'action complete via WP Cron','2021-01-09 22:11:22','2021-01-09 17:11:22'),
(50397,20963,'action created','2021-01-09 22:11:22','2021-01-09 17:11:22'),
(50398,20963,'action started via WP Cron','2021-01-09 22:12:24','2021-01-09 17:12:24'),
(50399,20963,'action complete via WP Cron','2021-01-09 22:12:24','2021-01-09 17:12:24'),
(50400,20964,'action created','2021-01-09 22:12:24','2021-01-09 17:12:24'),
(50401,20964,'action started via WP Cron','2021-01-09 22:13:12','2021-01-09 17:13:12'),
(50402,20964,'action complete via WP Cron','2021-01-09 22:13:12','2021-01-09 17:13:12'),
(50403,20965,'action created','2021-01-09 22:13:12','2021-01-09 17:13:12'),
(50404,20965,'action started via WP Cron','2021-01-09 22:14:12','2021-01-09 17:14:12'),
(50405,20965,'action complete via WP Cron','2021-01-09 22:14:12','2021-01-09 17:14:12'),
(50406,20966,'action created','2021-01-09 22:14:12','2021-01-09 17:14:12'),
(50407,20966,'action started via WP Cron','2021-01-09 22:15:21','2021-01-09 17:15:21'),
(50408,20966,'action complete via WP Cron','2021-01-09 22:15:21','2021-01-09 17:15:21'),
(50409,20967,'action created','2021-01-09 22:15:21','2021-01-09 17:15:21'),
(50410,20967,'action started via WP Cron','2021-01-09 22:16:21','2021-01-09 17:16:21'),
(50411,20967,'action complete via WP Cron','2021-01-09 22:16:22','2021-01-09 17:16:22'),
(50412,20968,'action created','2021-01-09 22:16:22','2021-01-09 17:16:22'),
(50413,20968,'action started via WP Cron','2021-01-09 22:17:20','2021-01-09 17:17:20'),
(50414,20968,'action complete via WP Cron','2021-01-09 22:17:20','2021-01-09 17:17:20'),
(50415,20969,'action created','2021-01-09 22:17:20','2021-01-09 17:17:20'),
(50416,20969,'action started via WP Cron','2021-01-09 22:18:28','2021-01-09 17:18:28'),
(50417,20969,'action complete via WP Cron','2021-01-09 22:18:29','2021-01-09 17:18:29'),
(50418,20970,'action created','2021-01-09 22:18:29','2021-01-09 17:18:29'),
(50419,20970,'action started via WP Cron','2021-01-09 22:19:13','2021-01-09 17:19:13'),
(50420,20970,'action complete via WP Cron','2021-01-09 22:19:13','2021-01-09 17:19:13'),
(50421,20971,'action created','2021-01-09 22:19:13','2021-01-09 17:19:13'),
(50422,20971,'action started via WP Cron','2021-01-09 22:20:15','2021-01-09 17:20:15'),
(50423,20971,'action complete via WP Cron','2021-01-09 22:20:15','2021-01-09 17:20:15'),
(50424,20972,'action created','2021-01-09 22:20:15','2021-01-09 17:20:15'),
(50425,20972,'action started via WP Cron','2021-01-09 22:21:36','2021-01-09 17:21:36'),
(50426,20972,'action complete via WP Cron','2021-01-09 22:21:36','2021-01-09 17:21:36'),
(50427,20973,'action created','2021-01-09 22:21:36','2021-01-09 17:21:36'),
(50428,20973,'action started via WP Cron','2021-01-09 22:22:48','2021-01-09 17:22:48'),
(50429,20973,'action complete via WP Cron','2021-01-09 22:22:48','2021-01-09 17:22:48'),
(50430,20974,'action created','2021-01-09 22:22:48','2021-01-09 17:22:48'),
(50431,20974,'action started via WP Cron','2021-01-09 22:23:30','2021-01-09 17:23:30'),
(50432,20974,'action complete via WP Cron','2021-01-09 22:23:30','2021-01-09 17:23:30'),
(50433,20975,'action created','2021-01-09 22:23:31','2021-01-09 17:23:31'),
(50434,20975,'action started via WP Cron','2021-01-09 22:24:19','2021-01-09 17:24:19'),
(50435,20975,'action complete via WP Cron','2021-01-09 22:24:19','2021-01-09 17:24:19'),
(50436,20976,'action created','2021-01-09 22:24:19','2021-01-09 17:24:19'),
(50437,20976,'action started via WP Cron','2021-01-09 22:25:15','2021-01-09 17:25:15'),
(50438,20976,'action complete via WP Cron','2021-01-09 22:25:15','2021-01-09 17:25:15'),
(50439,20977,'action created','2021-01-09 22:25:15','2021-01-09 17:25:15'),
(50440,20977,'action started via WP Cron','2021-01-09 22:26:25','2021-01-09 17:26:25'),
(50441,20977,'action complete via WP Cron','2021-01-09 22:26:25','2021-01-09 17:26:25'),
(50442,20978,'action created','2021-01-09 22:26:25','2021-01-09 17:26:25'),
(50443,20978,'action started via WP Cron','2021-01-09 22:27:47','2021-01-09 17:27:47'),
(50444,20978,'action complete via WP Cron','2021-01-09 22:27:47','2021-01-09 17:27:47'),
(50445,20979,'action created','2021-01-09 22:27:47','2021-01-09 17:27:47'),
(50446,20979,'action started via WP Cron','2021-01-09 22:28:24','2021-01-09 17:28:24'),
(50447,20979,'action complete via WP Cron','2021-01-09 22:28:24','2021-01-09 17:28:24'),
(50448,20980,'action created','2021-01-09 22:28:24','2021-01-09 17:28:24'),
(50449,20980,'action started via WP Cron','2021-01-09 22:29:24','2021-01-09 17:29:24'),
(50450,20980,'action complete via WP Cron','2021-01-09 22:29:24','2021-01-09 17:29:24'),
(50451,20981,'action created','2021-01-09 22:29:24','2021-01-09 17:29:24'),
(50452,20981,'action started via WP Cron','2021-01-09 22:30:45','2021-01-09 17:30:45'),
(50453,20981,'action complete via WP Cron','2021-01-09 22:30:45','2021-01-09 17:30:45'),
(50454,20982,'action created','2021-01-09 22:30:46','2021-01-09 17:30:46'),
(50455,20982,'action started via WP Cron','2021-01-09 22:31:17','2021-01-09 17:31:17'),
(50456,20982,'action complete via WP Cron','2021-01-09 22:31:17','2021-01-09 17:31:17'),
(50457,20983,'action created','2021-01-09 22:31:17','2021-01-09 17:31:17'),
(50458,20983,'action started via WP Cron','2021-01-09 22:32:33','2021-01-09 17:32:33'),
(50459,20983,'action complete via WP Cron','2021-01-09 22:32:33','2021-01-09 17:32:33'),
(50460,20984,'action created','2021-01-09 22:32:33','2021-01-09 17:32:33'),
(50461,20984,'action started via WP Cron','2021-01-09 22:33:50','2021-01-09 17:33:50'),
(50462,20984,'action complete via WP Cron','2021-01-09 22:33:50','2021-01-09 17:33:50'),
(50463,20985,'action created','2021-01-09 22:33:50','2021-01-09 17:33:50'),
(50464,20985,'action started via WP Cron','2021-01-09 22:34:16','2021-01-09 17:34:16'),
(50465,20985,'action complete via WP Cron','2021-01-09 22:34:16','2021-01-09 17:34:16'),
(50466,20986,'action created','2021-01-09 22:34:16','2021-01-09 17:34:16'),
(50467,20986,'action started via WP Cron','2021-01-09 22:35:19','2021-01-09 17:35:19'),
(50468,20986,'action complete via WP Cron','2021-01-09 22:35:19','2021-01-09 17:35:19'),
(50469,20987,'action created','2021-01-09 22:35:19','2021-01-09 17:35:19'),
(50470,20987,'action started via WP Cron','2021-01-09 22:37:41','2021-01-09 17:37:41'),
(50471,20987,'action complete via WP Cron','2021-01-09 22:37:41','2021-01-09 17:37:41'),
(50472,20988,'action created','2021-01-09 22:37:41','2021-01-09 17:37:41'),
(50473,20988,'action started via WP Cron','2021-01-09 22:38:35','2021-01-09 17:38:35'),
(50474,20988,'action complete via WP Cron','2021-01-09 22:38:35','2021-01-09 17:38:35'),
(50475,20989,'action created','2021-01-09 22:38:35','2021-01-09 17:38:35'),
(50476,20989,'action started via WP Cron','2021-01-09 22:39:51','2021-01-09 17:39:51'),
(50477,20989,'action complete via WP Cron','2021-01-09 22:39:51','2021-01-09 17:39:51'),
(50478,20990,'action created','2021-01-09 22:39:51','2021-01-09 17:39:51'),
(50479,20990,'action started via WP Cron','2021-01-09 22:40:17','2021-01-09 17:40:17'),
(50480,20990,'action complete via WP Cron','2021-01-09 22:40:17','2021-01-09 17:40:17'),
(50481,20991,'action created','2021-01-09 22:40:17','2021-01-09 17:40:17'),
(50482,20991,'action started via WP Cron','2021-01-09 22:41:27','2021-01-09 17:41:27'),
(50483,20991,'action complete via WP Cron','2021-01-09 22:41:27','2021-01-09 17:41:27'),
(50484,20992,'action created','2021-01-09 22:41:27','2021-01-09 17:41:27'),
(50485,20992,'action started via WP Cron','2021-01-09 22:43:31','2021-01-09 17:43:31'),
(50486,20992,'action complete via WP Cron','2021-01-09 22:43:31','2021-01-09 17:43:31'),
(50487,20993,'action created','2021-01-09 22:43:31','2021-01-09 17:43:31'),
(50488,20993,'action started via WP Cron','2021-01-09 22:44:39','2021-01-09 17:44:39'),
(50489,20993,'action complete via WP Cron','2021-01-09 22:44:39','2021-01-09 17:44:39'),
(50490,20994,'action created','2021-01-09 22:44:39','2021-01-09 17:44:39'),
(50491,20994,'action started via WP Cron','2021-01-09 22:45:14','2021-01-09 17:45:14'),
(50492,20994,'action complete via WP Cron','2021-01-09 22:45:14','2021-01-09 17:45:14'),
(50493,20995,'action created','2021-01-09 22:45:14','2021-01-09 17:45:14'),
(50494,20995,'action started via WP Cron','2021-01-09 22:48:26','2021-01-09 17:48:26'),
(50495,20995,'action complete via WP Cron','2021-01-09 22:48:26','2021-01-09 17:48:26'),
(50496,20996,'action created','2021-01-09 22:48:26','2021-01-09 17:48:26'),
(50497,20996,'action started via WP Cron','2021-01-09 22:49:33','2021-01-09 17:49:33'),
(50498,20996,'action complete via WP Cron','2021-01-09 22:49:33','2021-01-09 17:49:33'),
(50499,20997,'action created','2021-01-09 22:49:33','2021-01-09 17:49:33'),
(50500,20997,'action started via WP Cron','2021-01-09 22:50:22','2021-01-09 17:50:22'),
(50501,20997,'action complete via WP Cron','2021-01-09 22:50:22','2021-01-09 17:50:22'),
(50502,20998,'action created','2021-01-09 22:50:22','2021-01-09 17:50:22'),
(50503,20998,'action started via WP Cron','2021-01-09 22:51:32','2021-01-09 17:51:32'),
(50504,20998,'action complete via WP Cron','2021-01-09 22:51:32','2021-01-09 17:51:32'),
(50505,20999,'action created','2021-01-09 22:51:32','2021-01-09 17:51:32'),
(50506,20999,'action started via WP Cron','2021-01-09 22:52:54','2021-01-09 17:52:54'),
(50507,20999,'action complete via WP Cron','2021-01-09 22:52:54','2021-01-09 17:52:54'),
(50508,21000,'action created','2021-01-09 22:52:54','2021-01-09 17:52:54'),
(50509,21000,'action started via WP Cron','2021-01-09 22:53:20','2021-01-09 17:53:20'),
(50510,21000,'action complete via WP Cron','2021-01-09 22:53:20','2021-01-09 17:53:20'),
(50511,21001,'action created','2021-01-09 22:53:21','2021-01-09 17:53:21'),
(50512,21001,'action started via WP Cron','2021-01-09 22:54:27','2021-01-09 17:54:27'),
(50513,21001,'action complete via WP Cron','2021-01-09 22:54:27','2021-01-09 17:54:27'),
(50514,21002,'action created','2021-01-09 22:54:27','2021-01-09 17:54:27'),
(50515,21002,'action started via WP Cron','2021-01-09 22:55:55','2021-01-09 17:55:55'),
(50516,21002,'action complete via WP Cron','2021-01-09 22:55:55','2021-01-09 17:55:55'),
(50517,21003,'action created','2021-01-09 22:55:55','2021-01-09 17:55:55'),
(50518,21003,'action started via WP Cron','2021-01-09 22:56:23','2021-01-09 17:56:23'),
(50519,21003,'action complete via WP Cron','2021-01-09 22:56:23','2021-01-09 17:56:23'),
(50520,21004,'action created','2021-01-09 22:56:23','2021-01-09 17:56:23'),
(50521,21004,'action started via WP Cron','2021-01-09 22:57:59','2021-01-09 17:57:59'),
(50522,21004,'action complete via WP Cron','2021-01-09 22:57:59','2021-01-09 17:57:59'),
(50523,21005,'action created','2021-01-09 22:58:00','2021-01-09 17:58:00'),
(50524,21005,'action started via WP Cron','2021-01-09 22:58:49','2021-01-09 17:58:49'),
(50525,21005,'action complete via WP Cron','2021-01-09 22:58:49','2021-01-09 17:58:49'),
(50526,21006,'action created','2021-01-09 22:58:49','2021-01-09 17:58:49'),
(50527,21006,'action started via WP Cron','2021-01-09 22:59:29','2021-01-09 17:59:29'),
(50528,21006,'action complete via WP Cron','2021-01-09 22:59:29','2021-01-09 17:59:29'),
(50529,21007,'action created','2021-01-09 22:59:29','2021-01-09 17:59:29'),
(50530,21007,'action started via WP Cron','2021-01-09 23:00:55','2021-01-09 18:00:55'),
(50531,21007,'action complete via WP Cron','2021-01-09 23:00:55','2021-01-09 18:00:55'),
(50532,21008,'action created','2021-01-09 23:00:55','2021-01-09 18:00:55'),
(50533,21008,'action started via WP Cron','2021-01-09 23:01:29','2021-01-09 18:01:29'),
(50534,21008,'action complete via WP Cron','2021-01-09 23:01:29','2021-01-09 18:01:29'),
(50535,21009,'action created','2021-01-09 23:01:29','2021-01-09 18:01:29'),
(50536,21009,'action started via WP Cron','2021-01-09 23:02:37','2021-01-09 18:02:37'),
(50537,21009,'action complete via WP Cron','2021-01-09 23:02:37','2021-01-09 18:02:37'),
(50538,21010,'action created','2021-01-09 23:02:38','2021-01-09 18:02:38'),
(50539,21010,'action started via WP Cron','2021-01-09 23:03:16','2021-01-09 18:03:16'),
(50540,21010,'action complete via WP Cron','2021-01-09 23:03:16','2021-01-09 18:03:16'),
(50541,21011,'action created','2021-01-09 23:03:16','2021-01-09 18:03:16'),
(50542,21011,'action started via WP Cron','2021-01-09 23:04:11','2021-01-09 18:04:11'),
(50543,21011,'action complete via WP Cron','2021-01-09 23:04:11','2021-01-09 18:04:11'),
(50544,21012,'action created','2021-01-09 23:04:12','2021-01-09 18:04:12'),
(50545,21012,'action started via WP Cron','2021-01-09 23:05:19','2021-01-09 18:05:19'),
(50546,21012,'action complete via WP Cron','2021-01-09 23:05:19','2021-01-09 18:05:19'),
(50547,21013,'action created','2021-01-09 23:05:19','2021-01-09 18:05:19'),
(50548,21013,'action started via WP Cron','2021-01-09 23:06:30','2021-01-09 18:06:30'),
(50549,21013,'action complete via WP Cron','2021-01-09 23:06:30','2021-01-09 18:06:30'),
(50550,21014,'action created','2021-01-09 23:06:30','2021-01-09 18:06:30'),
(50551,21014,'action started via WP Cron','2021-01-09 23:07:38','2021-01-09 18:07:38'),
(50552,21014,'action complete via WP Cron','2021-01-09 23:07:38','2021-01-09 18:07:38'),
(50553,21015,'action created','2021-01-09 23:07:38','2021-01-09 18:07:38'),
(50554,21015,'action started via WP Cron','2021-01-09 23:08:28','2021-01-09 18:08:28'),
(50555,21015,'action complete via WP Cron','2021-01-09 23:08:28','2021-01-09 18:08:28'),
(50556,21016,'action created','2021-01-09 23:08:28','2021-01-09 18:08:28'),
(50557,21016,'action started via WP Cron','2021-01-09 23:11:19','2021-01-09 18:11:19'),
(50558,21016,'action complete via WP Cron','2021-01-09 23:11:19','2021-01-09 18:11:19'),
(50559,21017,'action created','2021-01-09 23:11:19','2021-01-09 18:11:19'),
(50560,21017,'action started via WP Cron','2021-01-09 23:13:38','2021-01-09 18:13:38'),
(50561,21017,'action complete via WP Cron','2021-01-09 23:13:38','2021-01-09 18:13:38'),
(50562,21018,'action created','2021-01-09 23:13:38','2021-01-09 18:13:38'),
(50563,21018,'action started via WP Cron','2021-01-09 23:14:42','2021-01-09 18:14:42'),
(50564,21018,'action complete via WP Cron','2021-01-09 23:14:42','2021-01-09 18:14:42'),
(50565,21019,'action created','2021-01-09 23:14:42','2021-01-09 18:14:42'),
(50566,21019,'action started via WP Cron','2021-01-09 23:15:45','2021-01-09 18:15:45'),
(50567,21019,'action complete via WP Cron','2021-01-09 23:15:45','2021-01-09 18:15:45'),
(50568,21020,'action created','2021-01-09 23:16:18','2021-01-09 18:16:18'),
(50569,21020,'action started via WP Cron','2021-01-09 23:17:47','2021-01-09 18:17:47'),
(50570,21020,'action complete via WP Cron','2021-01-09 23:17:47','2021-01-09 18:17:47'),
(50571,21021,'action created','2021-01-09 23:17:47','2021-01-09 18:17:47'),
(50572,21021,'action started via WP Cron','2021-01-09 23:18:30','2021-01-09 18:18:30'),
(50573,21021,'action complete via WP Cron','2021-01-09 23:18:30','2021-01-09 18:18:30'),
(50574,21022,'action created','2021-01-09 23:18:30','2021-01-09 18:18:30'),
(50575,21022,'action started via WP Cron','2021-01-09 23:19:11','2021-01-09 18:19:11'),
(50576,21022,'action complete via WP Cron','2021-01-09 23:19:11','2021-01-09 18:19:11'),
(50577,21023,'action created','2021-01-09 23:19:11','2021-01-09 18:19:11'),
(50578,21023,'action started via WP Cron','2021-01-09 23:20:11','2021-01-09 18:20:11'),
(50579,21023,'action complete via WP Cron','2021-01-09 23:20:11','2021-01-09 18:20:11'),
(50580,21024,'action created','2021-01-09 23:20:11','2021-01-09 18:20:11'),
(50581,21024,'action started via WP Cron','2021-01-09 23:21:44','2021-01-09 18:21:44'),
(50582,21024,'action complete via WP Cron','2021-01-09 23:21:44','2021-01-09 18:21:44'),
(50583,21025,'action created','2021-01-09 23:21:44','2021-01-09 18:21:44'),
(50584,21025,'action started via WP Cron','2021-01-09 23:23:09','2021-01-09 18:23:09'),
(50585,21025,'action complete via WP Cron','2021-01-09 23:23:09','2021-01-09 18:23:09'),
(50586,21026,'action created','2021-01-09 23:23:09','2021-01-09 18:23:09'),
(50587,21026,'action started via WP Cron','2021-01-09 23:24:13','2021-01-09 18:24:13'),
(50588,21026,'action complete via WP Cron','2021-01-09 23:24:13','2021-01-09 18:24:13'),
(50589,21027,'action created','2021-01-09 23:24:13','2021-01-09 18:24:13'),
(50590,21027,'action started via WP Cron','2021-01-09 23:26:31','2021-01-09 18:26:31'),
(50591,21027,'action complete via WP Cron','2021-01-09 23:26:31','2021-01-09 18:26:31'),
(50592,21028,'action created','2021-01-09 23:26:31','2021-01-09 18:26:31'),
(50593,21028,'action started via WP Cron','2021-01-09 23:28:11','2021-01-09 18:28:11'),
(50594,21028,'action complete via WP Cron','2021-01-09 23:28:11','2021-01-09 18:28:11'),
(50595,21029,'action created','2021-01-09 23:28:11','2021-01-09 18:28:11'),
(50596,21029,'action started via WP Cron','2021-01-09 23:30:08','2021-01-09 18:30:08'),
(50597,21029,'action complete via WP Cron','2021-01-09 23:30:08','2021-01-09 18:30:08'),
(50598,21030,'action created','2021-01-09 23:30:08','2021-01-09 18:30:08'),
(50599,21030,'action started via WP Cron','2021-01-09 23:30:40','2021-01-09 18:30:40'),
(50600,21030,'action complete via WP Cron','2021-01-09 23:30:40','2021-01-09 18:30:40'),
(50601,21031,'action created','2021-01-09 23:30:40','2021-01-09 18:30:40'),
(50602,21031,'action started via WP Cron','2021-01-09 23:31:43','2021-01-09 18:31:43'),
(50603,21031,'action complete via WP Cron','2021-01-09 23:31:43','2021-01-09 18:31:43'),
(50604,21032,'action created','2021-01-09 23:31:43','2021-01-09 18:31:43'),
(50605,21032,'action started via WP Cron','2021-01-09 23:34:38','2021-01-09 18:34:38'),
(50606,21032,'action complete via WP Cron','2021-01-09 23:34:38','2021-01-09 18:34:38'),
(50607,21033,'action created','2021-01-09 23:34:38','2021-01-09 18:34:38'),
(50608,21033,'action started via WP Cron','2021-01-09 23:35:49','2021-01-09 18:35:49'),
(50609,21033,'action complete via WP Cron','2021-01-09 23:35:49','2021-01-09 18:35:49'),
(50610,21034,'action created','2021-01-09 23:35:49','2021-01-09 18:35:49'),
(50611,21034,'action started via WP Cron','2021-01-09 23:36:11','2021-01-09 18:36:11'),
(50612,21034,'action complete via WP Cron','2021-01-09 23:36:11','2021-01-09 18:36:11'),
(50613,21035,'action created','2021-01-09 23:36:11','2021-01-09 18:36:11'),
(50614,21035,'action started via WP Cron','2021-01-09 23:37:26','2021-01-09 18:37:26'),
(50615,21035,'action complete via WP Cron','2021-01-09 23:37:26','2021-01-09 18:37:26'),
(50616,21036,'action created','2021-01-09 23:37:26','2021-01-09 18:37:26'),
(50617,21036,'action started via WP Cron','2021-01-09 23:38:16','2021-01-09 18:38:16'),
(50618,21036,'action complete via WP Cron','2021-01-09 23:38:16','2021-01-09 18:38:16'),
(50619,21037,'action created','2021-01-09 23:38:16','2021-01-09 18:38:16'),
(50620,21037,'action started via WP Cron','2021-01-09 23:39:17','2021-01-09 18:39:17'),
(50621,21037,'action complete via WP Cron','2021-01-09 23:39:17','2021-01-09 18:39:17'),
(50622,21038,'action created','2021-01-09 23:39:17','2021-01-09 18:39:17'),
(50623,21038,'action started via WP Cron','2021-01-09 23:40:22','2021-01-09 18:40:22'),
(50624,21038,'action complete via WP Cron','2021-01-09 23:40:22','2021-01-09 18:40:22'),
(50625,21039,'action created','2021-01-09 23:40:22','2021-01-09 18:40:22'),
(50626,21039,'action started via WP Cron','2021-01-09 23:41:24','2021-01-09 18:41:24'),
(50627,21039,'action complete via WP Cron','2021-01-09 23:41:24','2021-01-09 18:41:24'),
(50628,21040,'action created','2021-01-09 23:41:24','2021-01-09 18:41:24'),
(50629,21040,'action started via WP Cron','2021-01-09 23:42:32','2021-01-09 18:42:32'),
(50630,21040,'action complete via WP Cron','2021-01-09 23:42:32','2021-01-09 18:42:32'),
(50631,21041,'action created','2021-01-09 23:42:32','2021-01-09 18:42:32'),
(50632,21041,'action started via WP Cron','2021-01-09 23:43:13','2021-01-09 18:43:13'),
(50633,21041,'action complete via WP Cron','2021-01-09 23:43:13','2021-01-09 18:43:13'),
(50634,21042,'action created','2021-01-09 23:43:13','2021-01-09 18:43:13'),
(50635,21042,'action started via WP Cron','2021-01-09 23:44:28','2021-01-09 18:44:28'),
(50636,21042,'action complete via WP Cron','2021-01-09 23:44:28','2021-01-09 18:44:28'),
(50637,21043,'action created','2021-01-09 23:44:28','2021-01-09 18:44:28'),
(50638,21043,'action started via WP Cron','2021-01-09 23:46:02','2021-01-09 18:46:02'),
(50639,21043,'action complete via WP Cron','2021-01-09 23:46:02','2021-01-09 18:46:02'),
(50640,21044,'action created','2021-01-09 23:46:02','2021-01-09 18:46:02'),
(50641,21044,'action started via WP Cron','2021-01-09 23:46:20','2021-01-09 18:46:20'),
(50642,21044,'action complete via WP Cron','2021-01-09 23:46:20','2021-01-09 18:46:20'),
(50643,21045,'action created','2021-01-09 23:46:21','2021-01-09 18:46:21'),
(50644,21045,'action started via WP Cron','2021-01-09 23:47:32','2021-01-09 18:47:32'),
(50645,21045,'action complete via WP Cron','2021-01-09 23:47:32','2021-01-09 18:47:32'),
(50646,21046,'action created','2021-01-09 23:47:32','2021-01-09 18:47:32'),
(50647,21046,'action started via WP Cron','2021-01-09 23:48:34','2021-01-09 18:48:34'),
(50648,21046,'action complete via WP Cron','2021-01-09 23:48:34','2021-01-09 18:48:34'),
(50649,21047,'action created','2021-01-09 23:48:34','2021-01-09 18:48:34'),
(50650,21047,'action started via WP Cron','2021-01-09 23:49:18','2021-01-09 18:49:18'),
(50651,21047,'action complete via WP Cron','2021-01-09 23:49:18','2021-01-09 18:49:18'),
(50652,21048,'action created','2021-01-09 23:49:18','2021-01-09 18:49:18'),
(50653,21048,'action started via WP Cron','2021-01-09 23:51:05','2021-01-09 18:51:05'),
(50654,21048,'action complete via WP Cron','2021-01-09 23:51:05','2021-01-09 18:51:05'),
(50655,21049,'action created','2021-01-09 23:51:05','2021-01-09 18:51:05'),
(50656,21049,'action started via WP Cron','2021-01-09 23:51:29','2021-01-09 18:51:29'),
(50657,21049,'action complete via WP Cron','2021-01-09 23:51:29','2021-01-09 18:51:29'),
(50658,21050,'action created','2021-01-09 23:51:29','2021-01-09 18:51:29'),
(50659,21050,'action started via WP Cron','2021-01-09 23:52:34','2021-01-09 18:52:34'),
(50660,21050,'action complete via WP Cron','2021-01-09 23:52:34','2021-01-09 18:52:34'),
(50661,21051,'action created','2021-01-09 23:52:34','2021-01-09 18:52:34'),
(50662,21051,'action started via WP Cron','2021-01-09 23:53:29','2021-01-09 18:53:29'),
(50663,21051,'action complete via WP Cron','2021-01-09 23:53:29','2021-01-09 18:53:29'),
(50664,21052,'action created','2021-01-09 23:53:29','2021-01-09 18:53:29'),
(50665,21052,'action started via WP Cron','2021-01-09 23:54:22','2021-01-09 18:54:22'),
(50666,21052,'action complete via WP Cron','2021-01-09 23:54:22','2021-01-09 18:54:22'),
(50667,21053,'action created','2021-01-09 23:54:22','2021-01-09 18:54:22'),
(50668,21053,'action started via WP Cron','2021-01-09 23:55:22','2021-01-09 18:55:22'),
(50669,21053,'action complete via WP Cron','2021-01-09 23:55:22','2021-01-09 18:55:22'),
(50670,21054,'action created','2021-01-09 23:55:22','2021-01-09 18:55:22'),
(50671,21054,'action started via WP Cron','2021-01-09 23:56:32','2021-01-09 18:56:32'),
(50672,21054,'action complete via WP Cron','2021-01-09 23:56:32','2021-01-09 18:56:32'),
(50673,21055,'action created','2021-01-09 23:56:33','2021-01-09 18:56:33'),
(50674,21055,'action started via WP Cron','2021-01-09 23:57:20','2021-01-09 18:57:20'),
(50675,21055,'action complete via WP Cron','2021-01-09 23:57:20','2021-01-09 18:57:20'),
(50676,21056,'action created','2021-01-09 23:57:20','2021-01-09 18:57:20'),
(50677,21056,'action started via WP Cron','2021-01-09 23:59:26','2021-01-09 18:59:26'),
(50678,21056,'action complete via WP Cron','2021-01-09 23:59:26','2021-01-09 18:59:26'),
(50679,21057,'action created','2021-01-09 23:59:27','2021-01-09 18:59:27'),
(50680,21057,'action started via WP Cron','2021-01-10 00:01:43','2021-01-09 19:01:43'),
(50681,21057,'action complete via WP Cron','2021-01-10 00:01:43','2021-01-09 19:01:43'),
(50682,21058,'action created','2021-01-10 00:01:43','2021-01-09 19:01:43'),
(50683,21058,'action started via WP Cron','2021-01-10 00:02:40','2021-01-09 19:02:40'),
(50684,21058,'action complete via WP Cron','2021-01-10 00:02:40','2021-01-09 19:02:40'),
(50685,21059,'action created','2021-01-10 00:02:40','2021-01-09 19:02:40'),
(50686,21059,'action started via WP Cron','2021-01-10 00:03:25','2021-01-09 19:03:25'),
(50687,21059,'action complete via WP Cron','2021-01-10 00:03:25','2021-01-09 19:03:25'),
(50688,21060,'action created','2021-01-10 00:03:25','2021-01-09 19:03:25'),
(50689,21060,'action started via WP Cron','2021-01-10 00:04:21','2021-01-09 19:04:21'),
(50690,21060,'action complete via WP Cron','2021-01-10 00:04:21','2021-01-09 19:04:21'),
(50691,21061,'action created','2021-01-10 00:04:21','2021-01-09 19:04:21'),
(50692,21061,'action started via WP Cron','2021-01-10 00:06:05','2021-01-09 19:06:05'),
(50693,21061,'action complete via WP Cron','2021-01-10 00:06:05','2021-01-09 19:06:05'),
(50694,21062,'action created','2021-01-10 00:06:05','2021-01-09 19:06:05'),
(50695,21062,'action started via WP Cron','2021-01-10 00:06:34','2021-01-09 19:06:34'),
(50696,21062,'action complete via WP Cron','2021-01-10 00:06:34','2021-01-09 19:06:34'),
(50697,21063,'action created','2021-01-10 00:06:34','2021-01-09 19:06:34'),
(50698,21063,'action started via WP Cron','2021-01-10 00:07:37','2021-01-09 19:07:37'),
(50699,21063,'action complete via WP Cron','2021-01-10 00:07:37','2021-01-09 19:07:37'),
(50700,21064,'action created','2021-01-10 00:07:37','2021-01-09 19:07:37'),
(50701,21064,'action started via WP Cron','2021-01-10 00:08:18','2021-01-09 19:08:18'),
(50702,21064,'action complete via WP Cron','2021-01-10 00:08:18','2021-01-09 19:08:18'),
(50703,21065,'action created','2021-01-10 00:08:18','2021-01-09 19:08:18'),
(50704,21065,'action started via WP Cron','2021-01-10 00:09:13','2021-01-09 19:09:13'),
(50705,21065,'action complete via WP Cron','2021-01-10 00:09:13','2021-01-09 19:09:13'),
(50706,21066,'action created','2021-01-10 00:09:13','2021-01-09 19:09:13'),
(50707,21066,'action started via WP Cron','2021-01-10 00:10:44','2021-01-09 19:10:44'),
(50708,21066,'action complete via WP Cron','2021-01-10 00:10:45','2021-01-09 19:10:45'),
(50709,21067,'action created','2021-01-10 00:10:45','2021-01-09 19:10:45'),
(50710,21067,'action started via WP Cron','2021-01-10 00:11:25','2021-01-09 19:11:25'),
(50711,21067,'action complete via WP Cron','2021-01-10 00:11:25','2021-01-09 19:11:25'),
(50712,21068,'action created','2021-01-10 00:11:25','2021-01-09 19:11:25'),
(50713,21068,'action started via WP Cron','2021-01-10 00:12:29','2021-01-09 19:12:29'),
(50714,21068,'action complete via WP Cron','2021-01-10 00:12:29','2021-01-09 19:12:29'),
(50715,21069,'action created','2021-01-10 00:12:29','2021-01-09 19:12:29'),
(50716,21069,'action started via WP Cron','2021-01-10 00:13:12','2021-01-09 19:13:12'),
(50717,21069,'action complete via WP Cron','2021-01-10 00:13:12','2021-01-09 19:13:12'),
(50718,21070,'action created','2021-01-10 00:13:12','2021-01-09 19:13:12'),
(50719,21070,'action started via WP Cron','2021-01-10 00:14:15','2021-01-09 19:14:15'),
(50720,21070,'action complete via WP Cron','2021-01-10 00:14:15','2021-01-09 19:14:15'),
(50721,21071,'action created','2021-01-10 00:14:15','2021-01-09 19:14:15'),
(50722,21071,'action started via WP Cron','2021-01-10 00:15:55','2021-01-09 19:15:55'),
(50723,21071,'action complete via WP Cron','2021-01-10 00:15:55','2021-01-09 19:15:55'),
(50724,21072,'action created','2021-01-10 00:15:55','2021-01-09 19:15:55'),
(50725,21072,'action started via WP Cron','2021-01-10 00:16:18','2021-01-09 19:16:18'),
(50726,21072,'action complete via WP Cron','2021-01-10 00:16:18','2021-01-09 19:16:18'),
(50727,21073,'action created','2021-01-10 00:16:18','2021-01-09 19:16:18'),
(50728,21073,'action started via WP Cron','2021-01-10 00:17:31','2021-01-09 19:17:31'),
(50729,21073,'action complete via WP Cron','2021-01-10 00:17:31','2021-01-09 19:17:31'),
(50730,21074,'action created','2021-01-10 00:17:31','2021-01-09 19:17:31'),
(50731,21074,'action started via WP Cron','2021-01-10 00:18:25','2021-01-09 19:18:25'),
(50732,21074,'action complete via WP Cron','2021-01-10 00:18:25','2021-01-09 19:18:25'),
(50733,21075,'action created','2021-01-10 00:18:25','2021-01-09 19:18:25'),
(50734,21075,'action started via WP Cron','2021-01-10 00:19:42','2021-01-09 19:19:42'),
(50735,21075,'action complete via WP Cron','2021-01-10 00:19:42','2021-01-09 19:19:42'),
(50736,21076,'action created','2021-01-10 00:19:42','2021-01-09 19:19:42'),
(50737,21076,'action started via WP Cron','2021-01-10 00:20:54','2021-01-09 19:20:54'),
(50738,21076,'action complete via WP Cron','2021-01-10 00:20:54','2021-01-09 19:20:54'),
(50739,21077,'action created','2021-01-10 00:20:54','2021-01-09 19:20:54'),
(50740,21077,'action started via WP Cron','2021-01-10 00:21:14','2021-01-09 19:21:14'),
(50741,21077,'action complete via WP Cron','2021-01-10 00:21:14','2021-01-09 19:21:14'),
(50742,21078,'action created','2021-01-10 00:21:14','2021-01-09 19:21:14'),
(50743,21078,'action started via WP Cron','2021-01-10 00:22:43','2021-01-09 19:22:43'),
(50744,21078,'action complete via WP Cron','2021-01-10 00:22:43','2021-01-09 19:22:43'),
(50745,21079,'action created','2021-01-10 00:22:43','2021-01-09 19:22:43'),
(50746,21079,'action started via WP Cron','2021-01-10 00:23:47','2021-01-09 19:23:47'),
(50747,21079,'action complete via WP Cron','2021-01-10 00:23:47','2021-01-09 19:23:47'),
(50748,21080,'action created','2021-01-10 00:23:47','2021-01-09 19:23:47'),
(50749,21080,'action started via WP Cron','2021-01-10 00:24:41','2021-01-09 19:24:41'),
(50750,21080,'action complete via WP Cron','2021-01-10 00:24:41','2021-01-09 19:24:41'),
(50751,21081,'action created','2021-01-10 00:24:41','2021-01-09 19:24:41'),
(50752,21081,'action started via WP Cron','2021-01-10 00:25:48','2021-01-09 19:25:48'),
(50753,21081,'action complete via WP Cron','2021-01-10 00:25:48','2021-01-09 19:25:48'),
(50754,21082,'action created','2021-01-10 00:25:48','2021-01-09 19:25:48'),
(50755,21082,'action started via WP Cron','2021-01-10 00:26:17','2021-01-09 19:26:17'),
(50756,21082,'action complete via WP Cron','2021-01-10 00:26:17','2021-01-09 19:26:17'),
(50757,21083,'action created','2021-01-10 00:26:17','2021-01-09 19:26:17'),
(50758,21083,'action started via WP Cron','2021-01-10 00:27:23','2021-01-09 19:27:23'),
(50759,21083,'action complete via WP Cron','2021-01-10 00:27:23','2021-01-09 19:27:23'),
(50760,21084,'action created','2021-01-10 00:27:24','2021-01-09 19:27:24'),
(50761,21084,'action started via WP Cron','2021-01-10 00:29:17','2021-01-09 19:29:17'),
(50762,21084,'action complete via WP Cron','2021-01-10 00:29:17','2021-01-09 19:29:17'),
(50763,21085,'action created','2021-01-10 00:29:17','2021-01-09 19:29:17'),
(50764,21085,'action started via WP Cron','2021-01-10 00:31:38','2021-01-09 19:31:38'),
(50765,21085,'action complete via WP Cron','2021-01-10 00:31:38','2021-01-09 19:31:38'),
(50766,21086,'action created','2021-01-10 00:31:39','2021-01-09 19:31:39'),
(50767,21086,'action started via WP Cron','2021-01-10 00:32:11','2021-01-09 19:32:11'),
(50768,21086,'action complete via WP Cron','2021-01-10 00:32:11','2021-01-09 19:32:11'),
(50769,21087,'action created','2021-01-10 00:32:12','2021-01-09 19:32:12'),
(50770,21087,'action started via WP Cron','2021-01-10 00:33:54','2021-01-09 19:33:54'),
(50771,21087,'action complete via WP Cron','2021-01-10 00:33:54','2021-01-09 19:33:54'),
(50772,21088,'action created','2021-01-10 00:33:54','2021-01-09 19:33:54'),
(50773,21088,'action started via WP Cron','2021-01-10 00:34:37','2021-01-09 19:34:37'),
(50774,21088,'action complete via WP Cron','2021-01-10 00:34:37','2021-01-09 19:34:37'),
(50775,21089,'action created','2021-01-10 00:34:37','2021-01-09 19:34:37'),
(50776,21089,'action started via WP Cron','2021-01-10 00:35:34','2021-01-09 19:35:34'),
(50777,21089,'action complete via WP Cron','2021-01-10 00:35:34','2021-01-09 19:35:34'),
(50778,21090,'action created','2021-01-10 00:35:34','2021-01-09 19:35:34'),
(50779,21090,'action started via WP Cron','2021-01-10 00:36:41','2021-01-09 19:36:41'),
(50780,21090,'action complete via WP Cron','2021-01-10 00:36:41','2021-01-09 19:36:41'),
(50781,21091,'action created','2021-01-10 00:36:41','2021-01-09 19:36:41'),
(50782,21091,'action started via WP Cron','2021-01-10 00:37:38','2021-01-09 19:37:38'),
(50783,21091,'action complete via WP Cron','2021-01-10 00:37:39','2021-01-09 19:37:39'),
(50784,21092,'action created','2021-01-10 00:37:39','2021-01-09 19:37:39'),
(50785,21092,'action started via WP Cron','2021-01-10 00:38:47','2021-01-09 19:38:47'),
(50786,21092,'action complete via WP Cron','2021-01-10 00:38:47','2021-01-09 19:38:47'),
(50787,21093,'action created','2021-01-10 00:38:47','2021-01-09 19:38:47'),
(50788,21093,'action started via WP Cron','2021-01-10 00:39:17','2021-01-09 19:39:17'),
(50789,21093,'action complete via WP Cron','2021-01-10 00:39:17','2021-01-09 19:39:17'),
(50790,21094,'action created','2021-01-10 00:39:17','2021-01-09 19:39:17'),
(50791,21094,'action started via WP Cron','2021-01-10 00:41:16','2021-01-09 19:41:16'),
(50792,21094,'action complete via WP Cron','2021-01-10 00:41:16','2021-01-09 19:41:16'),
(50793,21095,'action created','2021-01-10 00:41:16','2021-01-09 19:41:16'),
(50794,21095,'action started via WP Cron','2021-01-10 00:42:12','2021-01-09 19:42:12'),
(50795,21095,'action complete via WP Cron','2021-01-10 00:42:12','2021-01-09 19:42:12'),
(50796,21096,'action created','2021-01-10 00:42:12','2021-01-09 19:42:12'),
(50797,21096,'action started via WP Cron','2021-01-10 00:43:18','2021-01-09 19:43:18'),
(50798,21096,'action complete via WP Cron','2021-01-10 00:43:18','2021-01-09 19:43:18'),
(50799,21097,'action created','2021-01-10 00:43:18','2021-01-09 19:43:18'),
(50800,21097,'action started via WP Cron','2021-01-10 00:44:35','2021-01-09 19:44:35'),
(50801,21097,'action complete via WP Cron','2021-01-10 00:44:35','2021-01-09 19:44:35'),
(50802,21098,'action created','2021-01-10 00:44:35','2021-01-09 19:44:35'),
(50803,21098,'action started via WP Cron','2021-01-10 00:45:39','2021-01-09 19:45:39'),
(50804,21098,'action complete via WP Cron','2021-01-10 00:45:39','2021-01-09 19:45:39'),
(50805,21099,'action created','2021-01-10 00:45:39','2021-01-09 19:45:39'),
(50806,21099,'action started via WP Cron','2021-01-10 00:46:16','2021-01-09 19:46:16'),
(50807,21099,'action complete via WP Cron','2021-01-10 00:46:16','2021-01-09 19:46:16'),
(50808,21100,'action created','2021-01-10 00:46:16','2021-01-09 19:46:16'),
(50809,21100,'action started via WP Cron','2021-01-10 00:47:26','2021-01-09 19:47:26'),
(50810,21100,'action complete via WP Cron','2021-01-10 00:47:26','2021-01-09 19:47:26'),
(50811,21101,'action created','2021-01-10 00:47:26','2021-01-09 19:47:26'),
(50812,21101,'action started via WP Cron','2021-01-10 00:49:39','2021-01-09 19:49:39'),
(50813,21101,'action complete via WP Cron','2021-01-10 00:49:39','2021-01-09 19:49:39'),
(50814,21102,'action created','2021-01-10 00:49:39','2021-01-09 19:49:39'),
(50815,21102,'action started via WP Cron','2021-01-10 00:50:17','2021-01-09 19:50:17'),
(50816,21102,'action complete via WP Cron','2021-01-10 00:50:17','2021-01-09 19:50:17'),
(50817,21103,'action created','2021-01-10 00:50:17','2021-01-09 19:50:17'),
(50818,21103,'action started via WP Cron','2021-01-10 00:51:32','2021-01-09 19:51:32'),
(50819,21103,'action complete via WP Cron','2021-01-10 00:51:32','2021-01-09 19:51:32'),
(50820,21104,'action created','2021-01-10 00:51:32','2021-01-09 19:51:32'),
(50821,21104,'action started via WP Cron','2021-01-10 00:52:50','2021-01-09 19:52:50'),
(50822,21104,'action complete via WP Cron','2021-01-10 00:52:50','2021-01-09 19:52:50'),
(50823,21105,'action created','2021-01-10 00:52:50','2021-01-09 19:52:50'),
(50824,21105,'action started via WP Cron','2021-01-10 00:54:15','2021-01-09 19:54:15'),
(50825,21105,'action complete via WP Cron','2021-01-10 00:54:15','2021-01-09 19:54:15'),
(50826,21106,'action created','2021-01-10 00:54:15','2021-01-09 19:54:15'),
(50827,21106,'action started via WP Cron','2021-01-10 00:55:16','2021-01-09 19:55:16'),
(50828,21106,'action complete via WP Cron','2021-01-10 00:55:16','2021-01-09 19:55:16'),
(50829,21107,'action created','2021-01-10 00:55:16','2021-01-09 19:55:16'),
(50830,21107,'action started via WP Cron','2021-01-10 00:57:24','2021-01-09 19:57:24'),
(50831,21107,'action complete via WP Cron','2021-01-10 00:57:24','2021-01-09 19:57:24'),
(50832,21108,'action created','2021-01-10 00:57:27','2021-01-09 19:57:27'),
(50833,21108,'action started via WP Cron','2021-01-10 00:58:18','2021-01-09 19:58:18'),
(50834,21108,'action complete via WP Cron','2021-01-10 00:58:18','2021-01-09 19:58:18'),
(50835,21109,'action created','2021-01-10 00:58:18','2021-01-09 19:58:18'),
(50836,21109,'action started via WP Cron','2021-01-10 01:00:25','2021-01-09 20:00:25'),
(50837,21109,'action complete via WP Cron','2021-01-10 01:00:25','2021-01-09 20:00:25'),
(50838,21110,'action created','2021-01-10 01:00:25','2021-01-09 20:00:25'),
(50839,21110,'action started via WP Cron','2021-01-10 01:01:56','2021-01-09 20:01:56'),
(50840,21110,'action complete via WP Cron','2021-01-10 01:01:56','2021-01-09 20:01:56'),
(50841,21111,'action created','2021-01-10 01:01:56','2021-01-09 20:01:56'),
(50842,21111,'action started via WP Cron','2021-01-10 01:02:15','2021-01-09 20:02:15'),
(50843,21111,'action complete via WP Cron','2021-01-10 01:02:15','2021-01-09 20:02:15'),
(50844,21112,'action created','2021-01-10 01:02:15','2021-01-09 20:02:15'),
(50845,21112,'action started via WP Cron','2021-01-10 01:03:56','2021-01-09 20:03:56'),
(50846,21112,'action complete via WP Cron','2021-01-10 01:03:56','2021-01-09 20:03:56'),
(50847,21113,'action created','2021-01-10 01:03:56','2021-01-09 20:03:56'),
(50848,21113,'action started via WP Cron','2021-01-10 01:04:18','2021-01-09 20:04:18'),
(50849,21113,'action complete via WP Cron','2021-01-10 01:04:18','2021-01-09 20:04:18'),
(50850,21114,'action created','2021-01-10 01:04:18','2021-01-09 20:04:18'),
(50851,21114,'action started via WP Cron','2021-01-10 01:05:57','2021-01-09 20:05:57'),
(50852,21114,'action complete via WP Cron','2021-01-10 01:05:57','2021-01-09 20:05:57'),
(50853,21115,'action created','2021-01-10 01:05:57','2021-01-09 20:05:57'),
(50854,21115,'action started via WP Cron','2021-01-10 01:06:31','2021-01-09 20:06:31'),
(50855,21115,'action complete via WP Cron','2021-01-10 01:06:31','2021-01-09 20:06:31'),
(50856,21116,'action created','2021-01-10 01:06:31','2021-01-09 20:06:31'),
(50857,21116,'action started via WP Cron','2021-01-10 01:07:19','2021-01-09 20:07:19'),
(50858,21116,'action complete via WP Cron','2021-01-10 01:07:19','2021-01-09 20:07:19'),
(50859,21117,'action created','2021-01-10 01:07:19','2021-01-09 20:07:19'),
(50860,21117,'action started via WP Cron','2021-01-10 01:08:12','2021-01-09 20:08:12'),
(50861,21117,'action complete via WP Cron','2021-01-10 01:08:12','2021-01-09 20:08:12'),
(50862,21118,'action created','2021-01-10 01:08:12','2021-01-09 20:08:12'),
(50863,21118,'action started via WP Cron','2021-01-10 01:09:42','2021-01-09 20:09:42'),
(50864,21118,'action complete via WP Cron','2021-01-10 01:09:42','2021-01-09 20:09:42'),
(50865,21119,'action created','2021-01-10 01:09:42','2021-01-09 20:09:42'),
(50866,21119,'action started via WP Cron','2021-01-10 01:10:27','2021-01-09 20:10:27'),
(50867,21119,'action complete via WP Cron','2021-01-10 01:10:27','2021-01-09 20:10:27'),
(50868,21120,'action created','2021-01-10 01:10:27','2021-01-09 20:10:27'),
(50869,21120,'action started via WP Cron','2021-01-10 01:12:37','2021-01-09 20:12:37'),
(50870,21120,'action complete via WP Cron','2021-01-10 01:12:37','2021-01-09 20:12:37'),
(50871,21121,'action created','2021-01-10 01:12:37','2021-01-09 20:12:37'),
(50872,21121,'action started via WP Cron','2021-01-10 01:13:12','2021-01-09 20:13:12'),
(50873,21121,'action complete via WP Cron','2021-01-10 01:13:12','2021-01-09 20:13:12'),
(50874,21122,'action created','2021-01-10 01:13:12','2021-01-09 20:13:12'),
(50875,21122,'action started via WP Cron','2021-01-10 01:14:13','2021-01-09 20:14:13'),
(50876,21122,'action complete via WP Cron','2021-01-10 01:14:13','2021-01-09 20:14:13'),
(50877,21123,'action created','2021-01-10 01:14:13','2021-01-09 20:14:13'),
(50878,21123,'action started via WP Cron','2021-01-10 01:15:51','2021-01-09 20:15:51'),
(50879,21123,'action complete via WP Cron','2021-01-10 01:15:51','2021-01-09 20:15:51'),
(50880,21124,'action created','2021-01-10 01:15:51','2021-01-09 20:15:51'),
(50881,21124,'action started via WP Cron','2021-01-10 01:16:25','2021-01-09 20:16:25'),
(50882,21124,'action complete via WP Cron','2021-01-10 01:16:25','2021-01-09 20:16:25'),
(50883,21125,'action created','2021-01-10 01:16:25','2021-01-09 20:16:25'),
(50884,21125,'action started via WP Cron','2021-01-10 01:17:11','2021-01-09 20:17:11'),
(50885,21125,'action complete via WP Cron','2021-01-10 01:17:11','2021-01-09 20:17:11'),
(50886,21126,'action created','2021-01-10 01:17:11','2021-01-09 20:17:11'),
(50887,21126,'action started via WP Cron','2021-01-10 01:18:20','2021-01-09 20:18:20'),
(50888,21126,'action complete via WP Cron','2021-01-10 01:18:20','2021-01-09 20:18:20'),
(50889,21127,'action created','2021-01-10 01:18:20','2021-01-09 20:18:20'),
(50890,21127,'action started via WP Cron','2021-01-10 01:21:15','2021-01-09 20:21:15'),
(50891,21127,'action complete via WP Cron','2021-01-10 01:21:15','2021-01-09 20:21:15'),
(50892,19927,'action started via WP Cron','2021-01-10 01:21:15','2021-01-09 20:21:15'),
(50893,19927,'action complete via WP Cron','2021-01-10 01:21:15','2021-01-09 20:21:15'),
(50894,21128,'action created','2021-01-10 01:21:15','2021-01-09 20:21:15'),
(50895,21129,'action created','2021-01-10 01:21:15','2021-01-09 20:21:15'),
(50896,21129,'action started via WP Cron','2021-01-10 01:23:04','2021-01-09 20:23:04'),
(50897,21129,'action complete via WP Cron','2021-01-10 01:23:04','2021-01-09 20:23:04'),
(50898,21130,'action created','2021-01-10 01:23:04','2021-01-09 20:23:04'),
(50899,21130,'action started via WP Cron','2021-01-10 01:24:24','2021-01-09 20:24:24'),
(50900,21130,'action complete via WP Cron','2021-01-10 01:24:24','2021-01-09 20:24:24'),
(50901,21131,'action created','2021-01-10 01:24:24','2021-01-09 20:24:24'),
(50902,21131,'action started via WP Cron','2021-01-10 01:26:14','2021-01-09 20:26:14'),
(50903,21131,'action complete via WP Cron','2021-01-10 01:26:14','2021-01-09 20:26:14'),
(50904,21132,'action created','2021-01-10 01:26:14','2021-01-09 20:26:14'),
(50905,21132,'action started via WP Cron','2021-01-10 01:27:21','2021-01-09 20:27:21'),
(50906,21132,'action complete via WP Cron','2021-01-10 01:27:21','2021-01-09 20:27:21'),
(50907,21133,'action created','2021-01-10 01:27:21','2021-01-09 20:27:21'),
(50908,21133,'action started via WP Cron','2021-01-10 01:28:33','2021-01-09 20:28:33'),
(50909,21133,'action complete via WP Cron','2021-01-10 01:28:33','2021-01-09 20:28:33'),
(50910,21134,'action created','2021-01-10 01:28:33','2021-01-09 20:28:33'),
(50911,21134,'action started via WP Cron','2021-01-10 01:29:32','2021-01-09 20:29:32'),
(50912,21134,'action complete via WP Cron','2021-01-10 01:29:32','2021-01-09 20:29:32'),
(50913,21135,'action created','2021-01-10 01:29:33','2021-01-09 20:29:33'),
(50914,21135,'action started via WP Cron','2021-01-10 01:30:17','2021-01-09 20:30:17'),
(50915,21135,'action complete via WP Cron','2021-01-10 01:30:17','2021-01-09 20:30:17'),
(50916,21136,'action created','2021-01-10 01:30:17','2021-01-09 20:30:17'),
(50917,21136,'action started via WP Cron','2021-01-10 01:31:32','2021-01-09 20:31:32'),
(50918,21136,'action complete via WP Cron','2021-01-10 01:31:32','2021-01-09 20:31:32'),
(50919,21137,'action created','2021-01-10 01:31:32','2021-01-09 20:31:32'),
(50920,21137,'action started via WP Cron','2021-01-10 01:32:40','2021-01-09 20:32:40'),
(50921,21137,'action complete via WP Cron','2021-01-10 01:32:41','2021-01-09 20:32:41'),
(50922,21138,'action created','2021-01-10 01:32:41','2021-01-09 20:32:41'),
(50923,21138,'action started via WP Cron','2021-01-10 01:33:30','2021-01-09 20:33:30'),
(50924,21138,'action complete via WP Cron','2021-01-10 01:33:30','2021-01-09 20:33:30'),
(50925,21139,'action created','2021-01-10 01:33:30','2021-01-09 20:33:30'),
(50926,21139,'action started via WP Cron','2021-01-10 01:34:28','2021-01-09 20:34:28'),
(50927,21139,'action complete via WP Cron','2021-01-10 01:34:28','2021-01-09 20:34:28'),
(50928,21140,'action created','2021-01-10 01:34:28','2021-01-09 20:34:28'),
(50929,21140,'action started via WP Cron','2021-01-10 01:36:01','2021-01-09 20:36:01'),
(50930,21140,'action complete via WP Cron','2021-01-10 01:36:01','2021-01-09 20:36:01'),
(50931,21141,'action created','2021-01-10 01:36:02','2021-01-09 20:36:02'),
(50932,21141,'action started via WP Cron','2021-01-10 01:36:50','2021-01-09 20:36:50'),
(50933,21141,'action complete via WP Cron','2021-01-10 01:36:50','2021-01-09 20:36:50'),
(50934,21142,'action created','2021-01-10 01:36:50','2021-01-09 20:36:50'),
(50935,21142,'action started via WP Cron','2021-01-10 01:37:22','2021-01-09 20:37:22'),
(50936,21142,'action complete via WP Cron','2021-01-10 01:37:22','2021-01-09 20:37:22'),
(50937,21143,'action created','2021-01-10 01:37:22','2021-01-09 20:37:22'),
(50938,21143,'action started via WP Cron','2021-01-10 01:38:14','2021-01-09 20:38:14'),
(50939,21143,'action complete via WP Cron','2021-01-10 01:38:14','2021-01-09 20:38:14'),
(50940,21144,'action created','2021-01-10 01:38:14','2021-01-09 20:38:14'),
(50941,21144,'action started via WP Cron','2021-01-10 01:39:35','2021-01-09 20:39:35'),
(50942,21144,'action complete via WP Cron','2021-01-10 01:39:35','2021-01-09 20:39:35'),
(50943,21145,'action created','2021-01-10 01:39:35','2021-01-09 20:39:35'),
(50944,21145,'action started via WP Cron','2021-01-10 01:40:51','2021-01-09 20:40:51'),
(50945,21145,'action complete via WP Cron','2021-01-10 01:40:51','2021-01-09 20:40:51'),
(50946,21146,'action created','2021-01-10 01:40:51','2021-01-09 20:40:51'),
(50947,21146,'action started via WP Cron','2021-01-10 01:41:14','2021-01-09 20:41:14'),
(50948,21146,'action complete via WP Cron','2021-01-10 01:41:14','2021-01-09 20:41:14'),
(50949,21147,'action created','2021-01-10 01:41:14','2021-01-09 20:41:14'),
(50950,21147,'action started via WP Cron','2021-01-10 01:42:20','2021-01-09 20:42:20'),
(50951,21147,'action complete via WP Cron','2021-01-10 01:42:20','2021-01-09 20:42:20'),
(50952,21148,'action created','2021-01-10 01:42:20','2021-01-09 20:42:20'),
(50953,21148,'action started via WP Cron','2021-01-10 01:43:33','2021-01-09 20:43:33'),
(50954,21148,'action complete via WP Cron','2021-01-10 01:43:33','2021-01-09 20:43:33'),
(50955,21149,'action created','2021-01-10 01:43:33','2021-01-09 20:43:33'),
(50956,21149,'action started via WP Cron','2021-01-10 01:44:15','2021-01-09 20:44:15'),
(50957,21149,'action complete via WP Cron','2021-01-10 01:44:15','2021-01-09 20:44:15'),
(50958,21150,'action created','2021-01-10 01:44:15','2021-01-09 20:44:15'),
(50959,21150,'action started via WP Cron','2021-01-10 01:45:18','2021-01-09 20:45:18'),
(50960,21150,'action complete via WP Cron','2021-01-10 01:45:18','2021-01-09 20:45:18'),
(50961,21151,'action created','2021-01-10 01:45:18','2021-01-09 20:45:18'),
(50962,21151,'action started via WP Cron','2021-01-10 01:46:49','2021-01-09 20:46:49'),
(50963,21151,'action complete via WP Cron','2021-01-10 01:46:49','2021-01-09 20:46:49'),
(50964,21152,'action created','2021-01-10 01:46:49','2021-01-09 20:46:49'),
(50965,21152,'action started via WP Cron','2021-01-10 01:47:39','2021-01-09 20:47:39'),
(50966,21152,'action complete via WP Cron','2021-01-10 01:47:39','2021-01-09 20:47:39'),
(50967,21153,'action created','2021-01-10 01:47:39','2021-01-09 20:47:39'),
(50968,21153,'action started via WP Cron','2021-01-10 01:48:54','2021-01-09 20:48:54'),
(50969,21153,'action complete via WP Cron','2021-01-10 01:48:54','2021-01-09 20:48:54'),
(50970,21154,'action created','2021-01-10 01:48:54','2021-01-09 20:48:54'),
(50971,21154,'action started via WP Cron','2021-01-10 01:49:49','2021-01-09 20:49:49'),
(50972,21154,'action complete via WP Cron','2021-01-10 01:49:49','2021-01-09 20:49:49'),
(50973,21155,'action created','2021-01-10 01:49:49','2021-01-09 20:49:49'),
(50974,21155,'action started via WP Cron','2021-01-10 01:50:29','2021-01-09 20:50:29'),
(50975,21155,'action complete via WP Cron','2021-01-10 01:50:29','2021-01-09 20:50:29'),
(50976,21156,'action created','2021-01-10 01:50:29','2021-01-09 20:50:29'),
(50977,21156,'action started via WP Cron','2021-01-10 01:51:17','2021-01-09 20:51:17'),
(50978,21156,'action complete via WP Cron','2021-01-10 01:51:17','2021-01-09 20:51:17'),
(50979,21157,'action created','2021-01-10 01:51:17','2021-01-09 20:51:17'),
(50980,21157,'action started via WP Cron','2021-01-10 01:52:27','2021-01-09 20:52:27'),
(50981,21157,'action complete via WP Cron','2021-01-10 01:52:27','2021-01-09 20:52:27'),
(50982,21158,'action created','2021-01-10 01:52:27','2021-01-09 20:52:27'),
(50983,21158,'action started via WP Cron','2021-01-10 01:53:52','2021-01-09 20:53:52'),
(50984,21158,'action complete via WP Cron','2021-01-10 01:53:52','2021-01-09 20:53:52'),
(50985,21159,'action created','2021-01-10 01:53:52','2021-01-09 20:53:52'),
(50986,21159,'action started via WP Cron','2021-01-10 01:54:52','2021-01-09 20:54:52'),
(50987,21159,'action complete via WP Cron','2021-01-10 01:54:52','2021-01-09 20:54:52'),
(50988,21160,'action created','2021-01-10 01:54:52','2021-01-09 20:54:52'),
(50989,21160,'action started via WP Cron','2021-01-10 01:55:46','2021-01-09 20:55:46'),
(50990,21160,'action complete via WP Cron','2021-01-10 01:55:46','2021-01-09 20:55:46'),
(50991,21161,'action created','2021-01-10 01:55:46','2021-01-09 20:55:46'),
(50992,21161,'action started via WP Cron','2021-01-10 01:56:16','2021-01-09 20:56:16'),
(50993,21161,'action complete via WP Cron','2021-01-10 01:56:16','2021-01-09 20:56:16'),
(50994,21162,'action created','2021-01-10 01:56:16','2021-01-09 20:56:16'),
(50995,21162,'action started via WP Cron','2021-01-10 01:57:14','2021-01-09 20:57:14'),
(50996,21162,'action complete via WP Cron','2021-01-10 01:57:14','2021-01-09 20:57:14'),
(50997,21163,'action created','2021-01-10 01:57:14','2021-01-09 20:57:14'),
(50998,21163,'action started via WP Cron','2021-01-10 01:58:16','2021-01-09 20:58:16'),
(50999,21163,'action complete via WP Cron','2021-01-10 01:58:16','2021-01-09 20:58:16'),
(51000,21164,'action created','2021-01-10 01:58:17','2021-01-09 20:58:17'),
(51001,21164,'action started via WP Cron','2021-01-10 01:59:19','2021-01-09 20:59:19'),
(51002,21164,'action complete via WP Cron','2021-01-10 01:59:19','2021-01-09 20:59:19'),
(51003,21165,'action created','2021-01-10 01:59:19','2021-01-09 20:59:19'),
(51004,21165,'action started via WP Cron','2021-01-10 02:00:25','2021-01-09 21:00:25'),
(51005,21165,'action complete via WP Cron','2021-01-10 02:00:25','2021-01-09 21:00:25'),
(51006,21166,'action created','2021-01-10 02:00:26','2021-01-09 21:00:26'),
(51007,21166,'action started via WP Cron','2021-01-10 02:02:15','2021-01-09 21:02:15'),
(51008,21166,'action complete via WP Cron','2021-01-10 02:02:15','2021-01-09 21:02:15'),
(51009,21167,'action created','2021-01-10 02:02:15','2021-01-09 21:02:15'),
(51010,21167,'action started via WP Cron','2021-01-10 02:03:13','2021-01-09 21:03:13'),
(51011,21167,'action complete via WP Cron','2021-01-10 02:03:13','2021-01-09 21:03:13'),
(51012,21168,'action created','2021-01-10 02:03:13','2021-01-09 21:03:13'),
(51013,21168,'action started via WP Cron','2021-01-10 02:04:12','2021-01-09 21:04:12'),
(51014,21168,'action complete via WP Cron','2021-01-10 02:04:12','2021-01-09 21:04:12'),
(51015,21169,'action created','2021-01-10 02:04:12','2021-01-09 21:04:12'),
(51016,21169,'action started via WP Cron','2021-01-10 02:06:13','2021-01-09 21:06:13'),
(51017,21169,'action complete via WP Cron','2021-01-10 02:06:13','2021-01-09 21:06:13'),
(51018,21170,'action created','2021-01-10 02:06:13','2021-01-09 21:06:13'),
(51019,21170,'action started via WP Cron','2021-01-10 02:07:23','2021-01-09 21:07:23'),
(51020,21170,'action complete via WP Cron','2021-01-10 02:07:23','2021-01-09 21:07:23'),
(51021,21171,'action created','2021-01-10 02:07:23','2021-01-09 21:07:23'),
(51022,21171,'action started via WP Cron','2021-01-10 02:08:30','2021-01-09 21:08:30'),
(51023,21171,'action complete via WP Cron','2021-01-10 02:08:31','2021-01-09 21:08:31'),
(51024,21172,'action created','2021-01-10 02:08:31','2021-01-09 21:08:31'),
(51025,21172,'action started via WP Cron','2021-01-10 02:09:48','2021-01-09 21:09:48'),
(51026,21172,'action complete via WP Cron','2021-01-10 02:09:48','2021-01-09 21:09:48'),
(51027,21173,'action created','2021-01-10 02:09:48','2021-01-09 21:09:48'),
(51028,21173,'action started via WP Cron','2021-01-10 02:10:18','2021-01-09 21:10:18'),
(51029,21173,'action complete via WP Cron','2021-01-10 02:10:18','2021-01-09 21:10:18'),
(51030,21174,'action created','2021-01-10 02:10:18','2021-01-09 21:10:18'),
(51031,21174,'action started via WP Cron','2021-01-10 02:11:15','2021-01-09 21:11:15'),
(51032,21174,'action complete via WP Cron','2021-01-10 02:11:15','2021-01-09 21:11:15'),
(51033,21175,'action created','2021-01-10 02:11:15','2021-01-09 21:11:15'),
(51034,21175,'action started via WP Cron','2021-01-10 02:12:14','2021-01-09 21:12:14'),
(51035,21175,'action complete via WP Cron','2021-01-10 02:12:14','2021-01-09 21:12:14'),
(51036,21176,'action created','2021-01-10 02:12:14','2021-01-09 21:12:14'),
(51037,21176,'action started via WP Cron','2021-01-10 02:13:17','2021-01-09 21:13:17'),
(51038,21176,'action complete via WP Cron','2021-01-10 02:13:17','2021-01-09 21:13:17'),
(51039,21177,'action created','2021-01-10 02:13:18','2021-01-09 21:13:18'),
(51040,21177,'action started via WP Cron','2021-01-10 02:14:18','2021-01-09 21:14:18'),
(51041,21177,'action complete via WP Cron','2021-01-10 02:14:18','2021-01-09 21:14:18'),
(51042,21178,'action created','2021-01-10 02:14:18','2021-01-09 21:14:18'),
(51043,21178,'action started via WP Cron','2021-01-10 02:15:12','2021-01-09 21:15:12'),
(51044,21178,'action complete via WP Cron','2021-01-10 02:15:12','2021-01-09 21:15:12'),
(51045,21179,'action created','2021-01-10 02:15:12','2021-01-09 21:15:12'),
(51046,21179,'action started via WP Cron','2021-01-10 02:16:33','2021-01-09 21:16:33'),
(51047,21179,'action complete via WP Cron','2021-01-10 02:16:33','2021-01-09 21:16:33'),
(51048,21180,'action created','2021-01-10 02:16:33','2021-01-09 21:16:33'),
(51049,21180,'action started via WP Cron','2021-01-10 02:18:10','2021-01-09 21:18:10'),
(51050,21180,'action complete via WP Cron','2021-01-10 02:18:10','2021-01-09 21:18:10'),
(51051,21181,'action created','2021-01-10 02:18:10','2021-01-09 21:18:10'),
(51052,21181,'action started via WP Cron','2021-01-10 02:21:29','2021-01-09 21:21:29'),
(51053,21181,'action complete via WP Cron','2021-01-10 02:21:29','2021-01-09 21:21:29'),
(51054,21182,'action created','2021-01-10 02:21:29','2021-01-09 21:21:29'),
(51055,21182,'action started via WP Cron','2021-01-10 02:22:32','2021-01-09 21:22:32'),
(51056,21182,'action complete via WP Cron','2021-01-10 02:22:32','2021-01-09 21:22:32'),
(51057,21183,'action created','2021-01-10 02:22:32','2021-01-09 21:22:32'),
(51058,21183,'action started via WP Cron','2021-01-10 02:23:12','2021-01-09 21:23:12'),
(51059,21183,'action complete via WP Cron','2021-01-10 02:23:12','2021-01-09 21:23:12'),
(51060,21184,'action created','2021-01-10 02:23:12','2021-01-09 21:23:12'),
(51061,21184,'action started via WP Cron','2021-01-10 02:24:18','2021-01-09 21:24:18'),
(51062,21184,'action complete via WP Cron','2021-01-10 02:24:18','2021-01-09 21:24:18'),
(51063,21185,'action created','2021-01-10 02:24:18','2021-01-09 21:24:18'),
(51064,21185,'action started via WP Cron','2021-01-10 02:25:18','2021-01-09 21:25:18'),
(51065,21185,'action complete via WP Cron','2021-01-10 02:25:18','2021-01-09 21:25:18'),
(51066,21186,'action created','2021-01-10 02:25:18','2021-01-09 21:25:18'),
(51067,21186,'action started via WP Cron','2021-01-10 02:26:28','2021-01-09 21:26:28'),
(51068,21186,'action complete via WP Cron','2021-01-10 02:26:28','2021-01-09 21:26:28'),
(51069,21187,'action created','2021-01-10 02:26:28','2021-01-09 21:26:28'),
(51070,21187,'action started via WP Cron','2021-01-10 02:28:50','2021-01-09 21:28:50'),
(51071,21187,'action complete via WP Cron','2021-01-10 02:28:50','2021-01-09 21:28:50'),
(51072,21188,'action created','2021-01-10 02:28:50','2021-01-09 21:28:50'),
(51073,21188,'action started via WP Cron','2021-01-10 02:30:21','2021-01-09 21:30:21'),
(51074,21188,'action complete via WP Cron','2021-01-10 02:30:21','2021-01-09 21:30:21'),
(51075,21189,'action created','2021-01-10 02:30:21','2021-01-09 21:30:21'),
(51076,21189,'action started via WP Cron','2021-01-10 02:31:21','2021-01-09 21:31:21'),
(51077,21189,'action complete via WP Cron','2021-01-10 02:31:21','2021-01-09 21:31:21'),
(51078,21190,'action created','2021-01-10 02:31:21','2021-01-09 21:31:21'),
(51079,21190,'action started via WP Cron','2021-01-10 02:32:26','2021-01-09 21:32:26'),
(51080,21190,'action complete via WP Cron','2021-01-10 02:32:26','2021-01-09 21:32:26'),
(51081,21191,'action created','2021-01-10 02:32:26','2021-01-09 21:32:26'),
(51082,21191,'action started via WP Cron','2021-01-10 02:33:56','2021-01-09 21:33:56'),
(51083,21191,'action complete via WP Cron','2021-01-10 02:33:56','2021-01-09 21:33:56'),
(51084,21192,'action created','2021-01-10 02:33:56','2021-01-09 21:33:56'),
(51085,21192,'action started via WP Cron','2021-01-10 02:34:13','2021-01-09 21:34:13'),
(51086,21192,'action complete via WP Cron','2021-01-10 02:34:13','2021-01-09 21:34:13'),
(51087,21193,'action created','2021-01-10 02:34:13','2021-01-09 21:34:13'),
(51088,21193,'action started via WP Cron','2021-01-10 02:35:34','2021-01-09 21:35:34'),
(51089,21193,'action complete via WP Cron','2021-01-10 02:35:34','2021-01-09 21:35:34'),
(51090,21194,'action created','2021-01-10 02:35:34','2021-01-09 21:35:34'),
(51091,21194,'action started via WP Cron','2021-01-10 02:36:16','2021-01-09 21:36:16'),
(51092,21194,'action complete via WP Cron','2021-01-10 02:36:16','2021-01-09 21:36:16'),
(51093,21195,'action created','2021-01-10 02:36:17','2021-01-09 21:36:17'),
(51094,21195,'action started via WP Cron','2021-01-10 02:37:20','2021-01-09 21:37:20'),
(51095,21195,'action complete via WP Cron','2021-01-10 02:37:20','2021-01-09 21:37:20'),
(51096,21196,'action created','2021-01-10 02:37:21','2021-01-09 21:37:21'),
(51097,21196,'action started via WP Cron','2021-01-10 02:38:53','2021-01-09 21:38:53'),
(51098,21196,'action complete via WP Cron','2021-01-10 02:38:53','2021-01-09 21:38:53'),
(51099,21197,'action created','2021-01-10 02:38:53','2021-01-09 21:38:53'),
(51100,21197,'action started via WP Cron','2021-01-10 02:39:23','2021-01-09 21:39:23'),
(51101,21197,'action complete via WP Cron','2021-01-10 02:39:23','2021-01-09 21:39:23'),
(51102,21198,'action created','2021-01-10 02:39:23','2021-01-09 21:39:23'),
(51103,21198,'action started via WP Cron','2021-01-10 02:40:23','2021-01-09 21:40:23'),
(51104,21198,'action complete via WP Cron','2021-01-10 02:40:23','2021-01-09 21:40:23'),
(51105,21199,'action created','2021-01-10 02:40:23','2021-01-09 21:40:23'),
(51106,21199,'action started via WP Cron','2021-01-10 02:42:11','2021-01-09 21:42:11'),
(51107,21199,'action complete via WP Cron','2021-01-10 02:42:11','2021-01-09 21:42:11'),
(51108,21200,'action created','2021-01-10 02:42:12','2021-01-09 21:42:12'),
(51109,21200,'action started via WP Cron','2021-01-10 02:43:51','2021-01-09 21:43:51'),
(51110,21200,'action complete via WP Cron','2021-01-10 02:43:51','2021-01-09 21:43:51'),
(51111,21201,'action created','2021-01-10 02:43:51','2021-01-09 21:43:51'),
(51112,21201,'action started via WP Cron','2021-01-10 02:45:03','2021-01-09 21:45:03'),
(51113,21201,'action complete via WP Cron','2021-01-10 02:45:03','2021-01-09 21:45:03'),
(51114,21202,'action created','2021-01-10 02:45:29','2021-01-09 21:45:29'),
(51115,21202,'action started via WP Cron','2021-01-10 02:46:35','2021-01-09 21:46:35'),
(51116,21202,'action complete via WP Cron','2021-01-10 02:46:35','2021-01-09 21:46:35'),
(51117,21203,'action created','2021-01-10 02:46:35','2021-01-09 21:46:35'),
(51118,21203,'action started via WP Cron','2021-01-10 02:47:26','2021-01-09 21:47:26'),
(51119,21203,'action complete via WP Cron','2021-01-10 02:47:26','2021-01-09 21:47:26'),
(51120,21204,'action created','2021-01-10 02:47:26','2021-01-09 21:47:26'),
(51121,21204,'action started via WP Cron','2021-01-10 02:48:40','2021-01-09 21:48:40'),
(51122,21204,'action complete via WP Cron','2021-01-10 02:48:40','2021-01-09 21:48:40'),
(51123,21205,'action created','2021-01-10 02:48:40','2021-01-09 21:48:40'),
(51124,21205,'action started via WP Cron','2021-01-10 02:50:14','2021-01-09 21:50:14'),
(51125,21205,'action complete via WP Cron','2021-01-10 02:50:14','2021-01-09 21:50:14'),
(51126,21206,'action created','2021-01-10 02:50:14','2021-01-09 21:50:14'),
(51127,21206,'action started via WP Cron','2021-01-10 02:51:18','2021-01-09 21:51:18'),
(51128,21206,'action complete via WP Cron','2021-01-10 02:51:18','2021-01-09 21:51:18'),
(51129,21207,'action created','2021-01-10 02:51:18','2021-01-09 21:51:18'),
(51130,21207,'action started via WP Cron','2021-01-10 02:52:52','2021-01-09 21:52:52'),
(51131,21207,'action complete via WP Cron','2021-01-10 02:52:52','2021-01-09 21:52:52'),
(51132,21208,'action created','2021-01-10 02:52:52','2021-01-09 21:52:52'),
(51133,21208,'action started via WP Cron','2021-01-10 02:54:14','2021-01-09 21:54:14'),
(51134,21208,'action complete via WP Cron','2021-01-10 02:54:14','2021-01-09 21:54:14'),
(51135,21209,'action created','2021-01-10 02:54:14','2021-01-09 21:54:14'),
(51136,21209,'action started via WP Cron','2021-01-10 02:57:00','2021-01-09 21:57:00'),
(51137,21209,'action complete via WP Cron','2021-01-10 02:57:00','2021-01-09 21:57:00'),
(51138,21210,'action created','2021-01-10 02:57:00','2021-01-09 21:57:00'),
(51139,21210,'action started via WP Cron','2021-01-10 02:57:23','2021-01-09 21:57:23'),
(51140,21210,'action complete via WP Cron','2021-01-10 02:57:23','2021-01-09 21:57:23'),
(51141,21211,'action created','2021-01-10 02:57:23','2021-01-09 21:57:23'),
(51142,21211,'action started via WP Cron','2021-01-10 02:58:52','2021-01-09 21:58:52'),
(51143,21211,'action complete via WP Cron','2021-01-10 02:58:52','2021-01-09 21:58:52'),
(51144,21212,'action created','2021-01-10 02:58:52','2021-01-09 21:58:52'),
(51145,21212,'action started via WP Cron','2021-01-10 02:59:13','2021-01-09 21:59:13'),
(51146,21212,'action complete via WP Cron','2021-01-10 02:59:13','2021-01-09 21:59:13'),
(51147,21213,'action created','2021-01-10 02:59:13','2021-01-09 21:59:13'),
(51148,21213,'action started via WP Cron','2021-01-10 03:00:16','2021-01-09 22:00:16'),
(51149,21213,'action complete via WP Cron','2021-01-10 03:00:16','2021-01-09 22:00:16'),
(51150,21214,'action created','2021-01-10 03:00:16','2021-01-09 22:00:16'),
(51151,21214,'action started via WP Cron','2021-01-10 03:01:45','2021-01-09 22:01:45'),
(51152,21214,'action complete via WP Cron','2021-01-10 03:01:45','2021-01-09 22:01:45'),
(51153,21215,'action created','2021-01-10 03:01:45','2021-01-09 22:01:45'),
(51154,21215,'action started via WP Cron','2021-01-10 03:02:51','2021-01-09 22:02:51'),
(51155,21215,'action complete via WP Cron','2021-01-10 03:02:51','2021-01-09 22:02:51'),
(51156,21216,'action created','2021-01-10 03:02:51','2021-01-09 22:02:51'),
(51157,21216,'action started via WP Cron','2021-01-10 03:03:25','2021-01-09 22:03:25'),
(51158,21216,'action complete via WP Cron','2021-01-10 03:03:25','2021-01-09 22:03:25'),
(51159,21217,'action created','2021-01-10 03:03:25','2021-01-09 22:03:25'),
(51160,21217,'action started via WP Cron','2021-01-10 03:04:42','2021-01-09 22:04:42'),
(51161,21217,'action complete via WP Cron','2021-01-10 03:04:42','2021-01-09 22:04:42'),
(51162,21218,'action created','2021-01-10 03:04:42','2021-01-09 22:04:42'),
(51163,21218,'action started via WP Cron','2021-01-10 03:05:16','2021-01-09 22:05:16'),
(51164,21218,'action complete via WP Cron','2021-01-10 03:05:16','2021-01-09 22:05:16'),
(51165,21219,'action created','2021-01-10 03:05:16','2021-01-09 22:05:16'),
(51166,21219,'action started via WP Cron','2021-01-10 03:07:06','2021-01-09 22:07:06'),
(51167,21219,'action complete via WP Cron','2021-01-10 03:07:06','2021-01-09 22:07:06'),
(51168,21220,'action created','2021-01-10 03:07:06','2021-01-09 22:07:06'),
(51169,21220,'action started via WP Cron','2021-01-10 03:07:58','2021-01-09 22:07:58'),
(51170,21220,'action complete via WP Cron','2021-01-10 03:07:58','2021-01-09 22:07:58'),
(51171,21221,'action created','2021-01-10 03:07:58','2021-01-09 22:07:58'),
(51172,21221,'action started via WP Cron','2021-01-10 03:08:52','2021-01-09 22:08:52'),
(51173,21221,'action complete via WP Cron','2021-01-10 03:08:52','2021-01-09 22:08:52'),
(51174,21222,'action created','2021-01-10 03:08:52','2021-01-09 22:08:52'),
(51175,21222,'action started via WP Cron','2021-01-10 03:10:03','2021-01-09 22:10:03'),
(51176,21222,'action complete via WP Cron','2021-01-10 03:10:03','2021-01-09 22:10:03'),
(51177,21223,'action created','2021-01-10 03:10:03','2021-01-09 22:10:03'),
(51178,21223,'action started via WP Cron','2021-01-10 03:10:58','2021-01-09 22:10:58'),
(51179,21223,'action complete via WP Cron','2021-01-10 03:10:58','2021-01-09 22:10:58'),
(51180,21224,'action created','2021-01-10 03:10:59','2021-01-09 22:10:59'),
(51181,21224,'action started via WP Cron','2021-01-10 03:11:52','2021-01-09 22:11:52'),
(51182,21224,'action complete via WP Cron','2021-01-10 03:11:52','2021-01-09 22:11:52'),
(51183,21225,'action created','2021-01-10 03:11:52','2021-01-09 22:11:52'),
(51184,21225,'action started via WP Cron','2021-01-10 03:12:20','2021-01-09 22:12:20'),
(51185,21225,'action complete via WP Cron','2021-01-10 03:12:20','2021-01-09 22:12:20'),
(51186,21226,'action created','2021-01-10 03:12:20','2021-01-09 22:12:20'),
(51187,21226,'action started via WP Cron','2021-01-10 03:13:18','2021-01-09 22:13:18'),
(51188,21226,'action complete via WP Cron','2021-01-10 03:13:18','2021-01-09 22:13:18'),
(51189,21227,'action created','2021-01-10 03:13:18','2021-01-09 22:13:18'),
(51190,21227,'action started via WP Cron','2021-01-10 03:14:47','2021-01-09 22:14:47'),
(51191,21227,'action complete via WP Cron','2021-01-10 03:14:47','2021-01-09 22:14:47'),
(51192,21228,'action created','2021-01-10 03:14:47','2021-01-09 22:14:47'),
(51193,21228,'action started via WP Cron','2021-01-10 03:15:30','2021-01-09 22:15:30'),
(51194,21228,'action complete via WP Cron','2021-01-10 03:15:30','2021-01-09 22:15:30'),
(51195,21229,'action created','2021-01-10 03:15:30','2021-01-09 22:15:30'),
(51196,21229,'action started via WP Cron','2021-01-10 03:16:54','2021-01-09 22:16:54'),
(51197,21229,'action complete via WP Cron','2021-01-10 03:16:54','2021-01-09 22:16:54'),
(51198,21230,'action created','2021-01-10 03:16:54','2021-01-09 22:16:54'),
(51199,21230,'action started via WP Cron','2021-01-10 03:19:30','2021-01-09 22:19:30'),
(51200,21230,'action complete via WP Cron','2021-01-10 03:19:30','2021-01-09 22:19:30'),
(51201,21231,'action created','2021-01-10 03:19:30','2021-01-09 22:19:30'),
(51202,21231,'action started via WP Cron','2021-01-10 03:20:22','2021-01-09 22:20:22'),
(51203,21231,'action complete via WP Cron','2021-01-10 03:20:22','2021-01-09 22:20:22'),
(51204,21232,'action created','2021-01-10 03:20:22','2021-01-09 22:20:22'),
(51205,21232,'action started via WP Cron','2021-01-10 03:22:07','2021-01-09 22:22:07'),
(51206,21232,'action complete via WP Cron','2021-01-10 03:22:07','2021-01-09 22:22:07'),
(51207,21233,'action created','2021-01-10 03:22:07','2021-01-09 22:22:07'),
(51208,21233,'action started via WP Cron','2021-01-10 03:22:40','2021-01-09 22:22:40'),
(51209,21233,'action complete via WP Cron','2021-01-10 03:22:40','2021-01-09 22:22:40'),
(51210,21234,'action created','2021-01-10 03:22:40','2021-01-09 22:22:40'),
(51211,21234,'action started via WP Cron','2021-01-10 03:23:15','2021-01-09 22:23:15'),
(51212,21234,'action complete via WP Cron','2021-01-10 03:23:15','2021-01-09 22:23:15'),
(51213,21235,'action created','2021-01-10 03:23:15','2021-01-09 22:23:15'),
(51214,21235,'action started via WP Cron','2021-01-10 03:24:46','2021-01-09 22:24:46'),
(51215,21235,'action complete via WP Cron','2021-01-10 03:24:46','2021-01-09 22:24:46'),
(51216,21236,'action created','2021-01-10 03:24:46','2021-01-09 22:24:46'),
(51217,21236,'action started via WP Cron','2021-01-10 03:25:54','2021-01-09 22:25:54'),
(51218,21236,'action complete via WP Cron','2021-01-10 03:25:54','2021-01-09 22:25:54'),
(51219,21237,'action created','2021-01-10 03:25:54','2021-01-09 22:25:54'),
(51220,21237,'action started via WP Cron','2021-01-10 03:26:21','2021-01-09 22:26:21'),
(51221,21237,'action complete via WP Cron','2021-01-10 03:26:21','2021-01-09 22:26:21'),
(51222,21238,'action created','2021-01-10 03:26:21','2021-01-09 22:26:21'),
(51223,21238,'action started via WP Cron','2021-01-10 03:27:40','2021-01-09 22:27:40'),
(51224,21238,'action complete via WP Cron','2021-01-10 03:27:40','2021-01-09 22:27:40'),
(51225,21239,'action created','2021-01-10 03:27:40','2021-01-09 22:27:40'),
(51226,21239,'action started via WP Cron','2021-01-10 03:28:57','2021-01-09 22:28:57'),
(51227,21239,'action complete via WP Cron','2021-01-10 03:28:57','2021-01-09 22:28:57'),
(51228,21240,'action created','2021-01-10 03:28:57','2021-01-09 22:28:57'),
(51229,21240,'action started via WP Cron','2021-01-10 03:29:32','2021-01-09 22:29:32'),
(51230,21240,'action complete via WP Cron','2021-01-10 03:29:32','2021-01-09 22:29:32'),
(51231,21241,'action created','2021-01-10 03:29:32','2021-01-09 22:29:32'),
(51232,21241,'action started via WP Cron','2021-01-10 03:31:07','2021-01-09 22:31:07'),
(51233,21241,'action complete via WP Cron','2021-01-10 03:31:07','2021-01-09 22:31:07'),
(51234,21242,'action created','2021-01-10 03:31:07','2021-01-09 22:31:07'),
(51235,21242,'action started via WP Cron','2021-01-10 03:33:59','2021-01-09 22:33:59'),
(51236,21242,'action complete via WP Cron','2021-01-10 03:33:59','2021-01-09 22:33:59'),
(51237,21243,'action created','2021-01-10 03:33:59','2021-01-09 22:33:59'),
(51238,21243,'action started via WP Cron','2021-01-10 03:34:28','2021-01-09 22:34:28'),
(51239,21243,'action complete via WP Cron','2021-01-10 03:34:28','2021-01-09 22:34:28'),
(51240,21244,'action created','2021-01-10 03:34:29','2021-01-09 22:34:29'),
(51241,21244,'action started via WP Cron','2021-01-10 03:35:59','2021-01-09 22:35:59'),
(51242,21244,'action complete via WP Cron','2021-01-10 03:35:59','2021-01-09 22:35:59'),
(51243,21245,'action created','2021-01-10 03:35:59','2021-01-09 22:35:59'),
(51244,21245,'action started via WP Cron','2021-01-10 03:36:47','2021-01-09 22:36:47'),
(51245,21245,'action complete via WP Cron','2021-01-10 03:36:47','2021-01-09 22:36:47'),
(51246,21246,'action created','2021-01-10 03:36:47','2021-01-09 22:36:47'),
(51247,21246,'action started via WP Cron','2021-01-10 03:39:00','2021-01-09 22:39:00'),
(51248,21246,'action complete via WP Cron','2021-01-10 03:39:00','2021-01-09 22:39:00'),
(51249,21247,'action created','2021-01-10 03:39:00','2021-01-09 22:39:00'),
(51250,21247,'action started via WP Cron','2021-01-10 03:40:25','2021-01-09 22:40:25'),
(51251,21247,'action complete via WP Cron','2021-01-10 03:40:25','2021-01-09 22:40:25'),
(51252,21248,'action created','2021-01-10 03:40:25','2021-01-09 22:40:25'),
(51253,21248,'action started via WP Cron','2021-01-10 03:41:35','2021-01-09 22:41:35'),
(51254,21248,'action complete via WP Cron','2021-01-10 03:41:35','2021-01-09 22:41:35'),
(51255,21249,'action created','2021-01-10 03:41:36','2021-01-09 22:41:36'),
(51256,21249,'action started via WP Cron','2021-01-10 03:42:23','2021-01-09 22:42:23'),
(51257,21249,'action complete via WP Cron','2021-01-10 03:42:24','2021-01-09 22:42:24'),
(51258,21250,'action created','2021-01-10 03:42:24','2021-01-09 22:42:24'),
(51259,21250,'action started via WP Cron','2021-01-10 03:44:02','2021-01-09 22:44:02'),
(51260,21250,'action complete via WP Cron','2021-01-10 03:44:02','2021-01-09 22:44:02'),
(51261,21251,'action created','2021-01-10 03:44:02','2021-01-09 22:44:02'),
(51262,21251,'action started via WP Cron','2021-01-10 03:45:30','2021-01-09 22:45:30'),
(51263,21251,'action complete via WP Cron','2021-01-10 03:45:30','2021-01-09 22:45:30'),
(51264,21252,'action created','2021-01-10 03:45:30','2021-01-09 22:45:30'),
(51265,21252,'action started via WP Cron','2021-01-10 03:46:30','2021-01-09 22:46:30'),
(51266,21252,'action complete via WP Cron','2021-01-10 03:46:30','2021-01-09 22:46:30'),
(51267,21253,'action created','2021-01-10 03:46:30','2021-01-09 22:46:30'),
(51268,21253,'action started via WP Cron','2021-01-10 03:48:09','2021-01-09 22:48:09'),
(51269,21253,'action complete via WP Cron','2021-01-10 03:48:09','2021-01-09 22:48:09'),
(51270,21254,'action created','2021-01-10 03:48:09','2021-01-09 22:48:09'),
(51271,21254,'action started via WP Cron','2021-01-10 03:48:37','2021-01-09 22:48:37'),
(51272,21254,'action complete via WP Cron','2021-01-10 03:48:37','2021-01-09 22:48:37'),
(51273,21255,'action created','2021-01-10 03:48:37','2021-01-09 22:48:37'),
(51274,21255,'action started via WP Cron','2021-01-10 03:49:32','2021-01-09 22:49:32'),
(51275,21255,'action complete via WP Cron','2021-01-10 03:49:32','2021-01-09 22:49:32'),
(51276,21256,'action created','2021-01-10 03:49:32','2021-01-09 22:49:32'),
(51277,21256,'action started via WP Cron','2021-01-10 03:51:13','2021-01-09 22:51:13'),
(51278,21256,'action complete via WP Cron','2021-01-10 03:51:13','2021-01-09 22:51:13'),
(51279,21257,'action created','2021-01-10 03:51:13','2021-01-09 22:51:13'),
(51280,21257,'action started via WP Cron','2021-01-10 03:52:38','2021-01-09 22:52:38'),
(51281,21257,'action complete via WP Cron','2021-01-10 03:52:38','2021-01-09 22:52:38'),
(51282,21258,'action created','2021-01-10 03:52:38','2021-01-09 22:52:38'),
(51283,21258,'action started via WP Cron','2021-01-10 03:53:25','2021-01-09 22:53:25'),
(51284,21258,'action complete via WP Cron','2021-01-10 03:53:25','2021-01-09 22:53:25'),
(51285,21259,'action created','2021-01-10 03:53:25','2021-01-09 22:53:25'),
(51286,21259,'action started via WP Cron','2021-01-10 03:54:58','2021-01-09 22:54:58'),
(51287,21259,'action complete via WP Cron','2021-01-10 03:54:58','2021-01-09 22:54:58'),
(51288,21260,'action created','2021-01-10 03:54:58','2021-01-09 22:54:58'),
(51289,21260,'action started via WP Cron','2021-01-10 03:55:30','2021-01-09 22:55:30'),
(51290,21260,'action complete via WP Cron','2021-01-10 03:55:30','2021-01-09 22:55:30'),
(51291,21261,'action created','2021-01-10 03:55:30','2021-01-09 22:55:30'),
(51292,21261,'action started via WP Cron','2021-01-10 03:56:11','2021-01-09 22:56:11'),
(51293,21261,'action complete via WP Cron','2021-01-10 03:56:11','2021-01-09 22:56:11'),
(51294,21262,'action created','2021-01-10 03:56:11','2021-01-09 22:56:11'),
(51295,21262,'action started via WP Cron','2021-01-10 03:58:24','2021-01-09 22:58:24'),
(51296,21262,'action complete via WP Cron','2021-01-10 03:58:24','2021-01-09 22:58:24'),
(51297,21263,'action created','2021-01-10 03:58:25','2021-01-09 22:58:25'),
(51298,21263,'action started via WP Cron','2021-01-10 03:59:51','2021-01-09 22:59:51'),
(51299,21263,'action complete via WP Cron','2021-01-10 03:59:51','2021-01-09 22:59:51'),
(51300,21264,'action created','2021-01-10 03:59:51','2021-01-09 22:59:51'),
(51301,21264,'action started via WP Cron','2021-01-10 04:00:13','2021-01-09 23:00:13'),
(51302,21264,'action complete via WP Cron','2021-01-10 04:00:13','2021-01-09 23:00:13'),
(51303,21265,'action created','2021-01-10 04:00:13','2021-01-09 23:00:13'),
(51304,21265,'action started via WP Cron','2021-01-10 04:02:09','2021-01-09 23:02:09'),
(51305,21265,'action complete via WP Cron','2021-01-10 04:02:09','2021-01-09 23:02:09'),
(51306,21266,'action created','2021-01-10 04:02:09','2021-01-09 23:02:09'),
(51307,21266,'action started via WP Cron','2021-01-10 04:04:04','2021-01-09 23:04:04'),
(51308,21266,'action complete via WP Cron','2021-01-10 04:04:04','2021-01-09 23:04:04'),
(51309,21267,'action created','2021-01-10 04:04:04','2021-01-09 23:04:04'),
(51310,21267,'action started via WP Cron','2021-01-10 04:05:12','2021-01-09 23:05:12'),
(51311,21267,'action complete via WP Cron','2021-01-10 04:05:12','2021-01-09 23:05:12'),
(51312,21268,'action created','2021-01-10 04:05:12','2021-01-09 23:05:12'),
(51313,21268,'action started via WP Cron','2021-01-10 04:06:12','2021-01-09 23:06:12'),
(51314,21268,'action complete via WP Cron','2021-01-10 04:06:12','2021-01-09 23:06:12'),
(51315,21269,'action created','2021-01-10 04:06:12','2021-01-09 23:06:12'),
(51316,21269,'action started via WP Cron','2021-01-10 04:07:15','2021-01-09 23:07:15'),
(51317,21269,'action complete via WP Cron','2021-01-10 04:07:15','2021-01-09 23:07:15'),
(51318,21270,'action created','2021-01-10 04:07:15','2021-01-09 23:07:15'),
(51319,21270,'action started via WP Cron','2021-01-10 04:08:13','2021-01-09 23:08:13'),
(51320,21270,'action complete via WP Cron','2021-01-10 04:08:13','2021-01-09 23:08:13'),
(51321,21271,'action created','2021-01-10 04:08:13','2021-01-09 23:08:13'),
(51322,21271,'action started via WP Cron','2021-01-10 04:09:15','2021-01-09 23:09:15'),
(51323,21271,'action complete via WP Cron','2021-01-10 04:09:15','2021-01-09 23:09:15'),
(51324,21272,'action created','2021-01-10 04:09:21','2021-01-09 23:09:21'),
(51325,21272,'action started via WP Cron','2021-01-10 04:10:13','2021-01-09 23:10:13'),
(51326,21272,'action complete via WP Cron','2021-01-10 04:10:13','2021-01-09 23:10:13'),
(51327,21273,'action created','2021-01-10 04:10:13','2021-01-09 23:10:13'),
(51328,21273,'action started via WP Cron','2021-01-10 04:11:16','2021-01-09 23:11:16'),
(51329,21273,'action complete via WP Cron','2021-01-10 04:11:16','2021-01-09 23:11:16'),
(51330,21274,'action created','2021-01-10 04:11:16','2021-01-09 23:11:16'),
(51331,21274,'action started via WP Cron','2021-01-10 04:12:16','2021-01-09 23:12:16'),
(51332,21274,'action complete via WP Cron','2021-01-10 04:12:16','2021-01-09 23:12:16'),
(51333,21275,'action created','2021-01-10 04:12:16','2021-01-09 23:12:16'),
(51334,21275,'action started via WP Cron','2021-01-10 04:13:17','2021-01-09 23:13:17'),
(51335,21275,'action complete via WP Cron','2021-01-10 04:13:17','2021-01-09 23:13:17'),
(51336,21276,'action created','2021-01-10 04:13:17','2021-01-09 23:13:17'),
(51337,21276,'action started via WP Cron','2021-01-10 04:14:14','2021-01-09 23:14:14'),
(51338,21276,'action complete via WP Cron','2021-01-10 04:14:14','2021-01-09 23:14:14'),
(51339,21277,'action created','2021-01-10 04:14:14','2021-01-09 23:14:14'),
(51340,21277,'action started via WP Cron','2021-01-10 04:15:12','2021-01-09 23:15:12'),
(51341,21277,'action complete via WP Cron','2021-01-10 04:15:12','2021-01-09 23:15:12'),
(51342,21278,'action created','2021-01-10 04:15:12','2021-01-09 23:15:12'),
(51343,21278,'action started via WP Cron','2021-01-10 04:16:32','2021-01-09 23:16:32'),
(51344,21278,'action complete via WP Cron','2021-01-10 04:16:32','2021-01-09 23:16:32'),
(51345,21279,'action created','2021-01-10 04:16:32','2021-01-09 23:16:32'),
(51346,21279,'action started via WP Cron','2021-01-10 04:18:07','2021-01-09 23:18:07'),
(51347,21279,'action complete via WP Cron','2021-01-10 04:18:07','2021-01-09 23:18:07'),
(51348,21280,'action created','2021-01-10 04:18:07','2021-01-09 23:18:07'),
(51349,21280,'action started via WP Cron','2021-01-10 04:18:34','2021-01-09 23:18:34'),
(51350,21280,'action complete via WP Cron','2021-01-10 04:18:34','2021-01-09 23:18:34'),
(51351,21281,'action created','2021-01-10 04:18:34','2021-01-09 23:18:34'),
(51352,21281,'action started via WP Cron','2021-01-10 04:19:21','2021-01-09 23:19:21'),
(51353,21281,'action complete via WP Cron','2021-01-10 04:19:21','2021-01-09 23:19:21'),
(51354,21282,'action created','2021-01-10 04:19:21','2021-01-09 23:19:21'),
(51355,21282,'action started via WP Cron','2021-01-10 04:20:29','2021-01-09 23:20:29'),
(51356,21282,'action complete via WP Cron','2021-01-10 04:20:29','2021-01-09 23:20:29'),
(51357,21283,'action created','2021-01-10 04:20:29','2021-01-09 23:20:29'),
(51358,21283,'action started via WP Cron','2021-01-10 04:23:28','2021-01-09 23:23:28'),
(51359,21283,'action complete via WP Cron','2021-01-10 04:23:28','2021-01-09 23:23:28'),
(51360,21284,'action created','2021-01-10 04:23:28','2021-01-09 23:23:28'),
(51361,21284,'action started via WP Cron','2021-01-10 04:24:22','2021-01-09 23:24:22'),
(51362,21284,'action complete via WP Cron','2021-01-10 04:24:22','2021-01-09 23:24:22'),
(51363,21285,'action created','2021-01-10 04:24:23','2021-01-09 23:24:23'),
(51364,21285,'action started via WP Cron','2021-01-10 04:25:16','2021-01-09 23:25:16'),
(51365,21285,'action complete via WP Cron','2021-01-10 04:25:16','2021-01-09 23:25:16'),
(51366,21286,'action created','2021-01-10 04:25:16','2021-01-09 23:25:16'),
(51367,21286,'action started via WP Cron','2021-01-10 04:27:11','2021-01-09 23:27:11'),
(51368,21286,'action complete via WP Cron','2021-01-10 04:27:11','2021-01-09 23:27:11'),
(51369,21287,'action created','2021-01-10 04:27:11','2021-01-09 23:27:11'),
(51370,21287,'action started via WP Cron','2021-01-10 04:28:39','2021-01-09 23:28:39'),
(51371,21287,'action complete via WP Cron','2021-01-10 04:28:39','2021-01-09 23:28:39'),
(51372,21288,'action created','2021-01-10 04:28:39','2021-01-09 23:28:39'),
(51373,21288,'action started via WP Cron','2021-01-10 04:29:50','2021-01-09 23:29:50'),
(51374,21288,'action complete via WP Cron','2021-01-10 04:29:50','2021-01-09 23:29:50'),
(51375,21289,'action created','2021-01-10 04:29:50','2021-01-09 23:29:50'),
(51376,21289,'action started via WP Cron','2021-01-10 04:32:00','2021-01-09 23:32:00'),
(51377,21289,'action complete via WP Cron','2021-01-10 04:32:00','2021-01-09 23:32:00'),
(51378,21290,'action created','2021-01-10 04:32:00','2021-01-09 23:32:00'),
(51379,21290,'action started via WP Cron','2021-01-10 04:32:52','2021-01-09 23:32:52'),
(51380,21290,'action complete via WP Cron','2021-01-10 04:32:52','2021-01-09 23:32:52'),
(51381,21291,'action created','2021-01-10 04:32:52','2021-01-09 23:32:52'),
(51382,21291,'action started via WP Cron','2021-01-10 04:33:11','2021-01-09 23:33:11'),
(51383,21291,'action complete via WP Cron','2021-01-10 04:33:11','2021-01-09 23:33:11'),
(51384,21292,'action created','2021-01-10 04:33:12','2021-01-09 23:33:12'),
(51385,21292,'action started via WP Cron','2021-01-10 04:34:35','2021-01-09 23:34:35'),
(51386,21292,'action complete via WP Cron','2021-01-10 04:34:35','2021-01-09 23:34:35'),
(51387,21293,'action created','2021-01-10 04:34:35','2021-01-09 23:34:35'),
(51388,21293,'action started via WP Cron','2021-01-10 04:35:14','2021-01-09 23:35:14'),
(51389,21293,'action complete via WP Cron','2021-01-10 04:35:14','2021-01-09 23:35:14'),
(51390,21294,'action created','2021-01-10 04:35:14','2021-01-09 23:35:14'),
(51391,21294,'action started via WP Cron','2021-01-10 04:36:52','2021-01-09 23:36:52'),
(51392,21294,'action complete via WP Cron','2021-01-10 04:36:52','2021-01-09 23:36:52'),
(51393,21295,'action created','2021-01-10 04:36:52','2021-01-09 23:36:52'),
(51394,21295,'action started via WP Cron','2021-01-10 04:37:13','2021-01-09 23:37:13'),
(51395,21295,'action complete via WP Cron','2021-01-10 04:37:13','2021-01-09 23:37:13'),
(51396,21296,'action created','2021-01-10 04:37:13','2021-01-09 23:37:13'),
(51397,21296,'action started via WP Cron','2021-01-10 04:38:46','2021-01-09 23:38:46'),
(51398,21296,'action complete via WP Cron','2021-01-10 04:38:46','2021-01-09 23:38:46'),
(51399,21297,'action created','2021-01-10 04:38:46','2021-01-09 23:38:46'),
(51400,21297,'action started via WP Cron','2021-01-10 04:40:32','2021-01-09 23:40:32'),
(51401,21297,'action complete via WP Cron','2021-01-10 04:40:32','2021-01-09 23:40:32'),
(51402,21298,'action created','2021-01-10 04:40:32','2021-01-09 23:40:32'),
(51403,21298,'action started via WP Cron','2021-01-10 04:42:22','2021-01-09 23:42:22'),
(51404,21298,'action complete via WP Cron','2021-01-10 04:42:22','2021-01-09 23:42:22'),
(51405,21299,'action created','2021-01-10 04:42:22','2021-01-09 23:42:22'),
(51406,21299,'action started via WP Cron','2021-01-10 04:43:14','2021-01-09 23:43:14'),
(51407,21299,'action complete via WP Cron','2021-01-10 04:43:15','2021-01-09 23:43:15'),
(51408,21300,'action created','2021-01-10 04:43:15','2021-01-09 23:43:15'),
(51409,21300,'action started via WP Cron','2021-01-10 04:44:34','2021-01-09 23:44:34'),
(51410,21300,'action complete via WP Cron','2021-01-10 04:44:34','2021-01-09 23:44:34'),
(51411,21301,'action created','2021-01-10 04:44:34','2021-01-09 23:44:34'),
(51412,21301,'action started via WP Cron','2021-01-10 04:45:58','2021-01-09 23:45:58'),
(51413,21301,'action complete via WP Cron','2021-01-10 04:45:58','2021-01-09 23:45:58'),
(51414,21302,'action created','2021-01-10 04:45:58','2021-01-09 23:45:58'),
(51415,21302,'action started via WP Cron','2021-01-10 04:46:25','2021-01-09 23:46:25'),
(51416,21302,'action complete via WP Cron','2021-01-10 04:46:25','2021-01-09 23:46:25'),
(51417,21303,'action created','2021-01-10 04:46:26','2021-01-09 23:46:26'),
(51418,21303,'action started via WP Cron','2021-01-10 04:47:15','2021-01-09 23:47:15'),
(51419,21303,'action complete via WP Cron','2021-01-10 04:47:15','2021-01-09 23:47:15'),
(51420,21304,'action created','2021-01-10 04:47:15','2021-01-09 23:47:15'),
(51421,21304,'action started via WP Cron','2021-01-10 04:49:52','2021-01-09 23:49:52'),
(51422,21304,'action complete via WP Cron','2021-01-10 04:49:52','2021-01-09 23:49:52'),
(51423,21305,'action created','2021-01-10 04:49:52','2021-01-09 23:49:52'),
(51424,21305,'action started via WP Cron','2021-01-10 04:50:11','2021-01-09 23:50:11'),
(51425,21305,'action complete via WP Cron','2021-01-10 04:50:11','2021-01-09 23:50:11'),
(51426,21306,'action created','2021-01-10 04:50:12','2021-01-09 23:50:12'),
(51427,21306,'action started via WP Cron','2021-01-10 04:51:44','2021-01-09 23:51:44'),
(51428,21306,'action complete via WP Cron','2021-01-10 04:51:45','2021-01-09 23:51:45'),
(51429,21307,'action created','2021-01-10 04:51:45','2021-01-09 23:51:45'),
(51430,21307,'action started via WP Cron','2021-01-10 04:52:37','2021-01-09 23:52:37'),
(51431,21307,'action complete via WP Cron','2021-01-10 04:52:37','2021-01-09 23:52:37'),
(51432,21308,'action created','2021-01-10 04:52:37','2021-01-09 23:52:37'),
(51433,21308,'action started via WP Cron','2021-01-10 04:53:29','2021-01-09 23:53:29'),
(51434,21308,'action complete via WP Cron','2021-01-10 04:53:29','2021-01-09 23:53:29'),
(51435,21309,'action created','2021-01-10 04:53:30','2021-01-09 23:53:30'),
(51436,21309,'action started via WP Cron','2021-01-10 04:54:36','2021-01-09 23:54:36'),
(51437,21309,'action complete via WP Cron','2021-01-10 04:54:36','2021-01-09 23:54:36'),
(51438,21310,'action created','2021-01-10 04:54:36','2021-01-09 23:54:36'),
(51439,21310,'action started via WP Cron','2021-01-10 04:55:17','2021-01-09 23:55:17'),
(51440,21310,'action complete via WP Cron','2021-01-10 04:55:17','2021-01-09 23:55:17'),
(51441,21311,'action created','2021-01-10 04:55:17','2021-01-09 23:55:17'),
(51442,21311,'action started via WP Cron','2021-01-10 04:56:29','2021-01-09 23:56:29'),
(51443,21311,'action complete via WP Cron','2021-01-10 04:56:29','2021-01-09 23:56:29'),
(51444,21312,'action created','2021-01-10 04:56:29','2021-01-09 23:56:29'),
(51445,21312,'action started via WP Cron','2021-01-10 04:57:12','2021-01-09 23:57:12'),
(51446,21312,'action complete via WP Cron','2021-01-10 04:57:12','2021-01-09 23:57:12'),
(51447,21313,'action created','2021-01-10 04:57:12','2021-01-09 23:57:12'),
(51448,21313,'action started via WP Cron','2021-01-10 05:00:45','2021-01-10 00:00:45'),
(51449,21313,'action complete via WP Cron','2021-01-10 05:00:45','2021-01-10 00:00:45'),
(51450,21314,'action created','2021-01-10 05:00:45','2021-01-10 00:00:45'),
(51451,21314,'action started via WP Cron','2021-01-10 05:01:34','2021-01-10 00:01:34'),
(51452,21314,'action complete via WP Cron','2021-01-10 05:01:34','2021-01-10 00:01:34'),
(51453,21315,'action created','2021-01-10 05:01:34','2021-01-10 00:01:34'),
(51454,21315,'action started via WP Cron','2021-01-10 05:02:55','2021-01-10 00:02:55'),
(51455,21315,'action complete via WP Cron','2021-01-10 05:02:55','2021-01-10 00:02:55'),
(51456,21316,'action created','2021-01-10 05:02:59','2021-01-10 00:02:59'),
(51457,21316,'action started via WP Cron','2021-01-10 05:04:12','2021-01-10 00:04:12'),
(51458,21316,'action complete via WP Cron','2021-01-10 05:04:12','2021-01-10 00:04:12'),
(51459,21317,'action created','2021-01-10 05:04:12','2021-01-10 00:04:12'),
(51460,21317,'action started via WP Cron','2021-01-10 05:05:16','2021-01-10 00:05:16'),
(51461,21317,'action complete via WP Cron','2021-01-10 05:05:16','2021-01-10 00:05:16'),
(51462,21318,'action created','2021-01-10 05:05:16','2021-01-10 00:05:16'),
(51463,21318,'action started via WP Cron','2021-01-10 05:07:38','2021-01-10 00:07:38'),
(51464,21318,'action complete via WP Cron','2021-01-10 05:07:38','2021-01-10 00:07:38'),
(51465,21319,'action created','2021-01-10 05:07:38','2021-01-10 00:07:38'),
(51466,21319,'action started via WP Cron','2021-01-10 05:08:45','2021-01-10 00:08:45'),
(51467,21319,'action complete via WP Cron','2021-01-10 05:08:45','2021-01-10 00:08:45'),
(51468,21320,'action created','2021-01-10 05:08:45','2021-01-10 00:08:45'),
(51469,21320,'action started via WP Cron','2021-01-10 05:09:16','2021-01-10 00:09:16'),
(51470,21320,'action complete via WP Cron','2021-01-10 05:09:16','2021-01-10 00:09:16'),
(51471,21321,'action created','2021-01-10 05:09:16','2021-01-10 00:09:16'),
(51472,21321,'action started via WP Cron','2021-01-10 05:10:33','2021-01-10 00:10:33'),
(51473,21321,'action complete via WP Cron','2021-01-10 05:10:33','2021-01-10 00:10:33'),
(51474,21322,'action created','2021-01-10 05:10:33','2021-01-10 00:10:33'),
(51475,21322,'action started via WP Cron','2021-01-10 05:11:36','2021-01-10 00:11:36'),
(51476,21322,'action complete via WP Cron','2021-01-10 05:11:36','2021-01-10 00:11:36'),
(51477,21323,'action created','2021-01-10 05:11:37','2021-01-10 00:11:37'),
(51478,21323,'action started via WP Cron','2021-01-10 05:12:13','2021-01-10 00:12:13'),
(51479,21323,'action complete via WP Cron','2021-01-10 05:12:13','2021-01-10 00:12:13'),
(51480,21324,'action created','2021-01-10 05:12:13','2021-01-10 00:12:13'),
(51481,21324,'action started via WP Cron','2021-01-10 05:13:53','2021-01-10 00:13:53'),
(51482,21324,'action complete via WP Cron','2021-01-10 05:13:53','2021-01-10 00:13:53'),
(51483,21325,'action created','2021-01-10 05:13:53','2021-01-10 00:13:53'),
(51484,21325,'action started via WP Cron','2021-01-10 05:14:36','2021-01-10 00:14:36'),
(51485,21325,'action complete via WP Cron','2021-01-10 05:14:36','2021-01-10 00:14:36'),
(51486,21326,'action created','2021-01-10 05:14:36','2021-01-10 00:14:36'),
(51487,21326,'action started via WP Cron','2021-01-10 05:15:32','2021-01-10 00:15:32'),
(51488,21326,'action complete via WP Cron','2021-01-10 05:15:32','2021-01-10 00:15:32'),
(51489,21327,'action created','2021-01-10 05:15:32','2021-01-10 00:15:32'),
(51490,21327,'action started via WP Cron','2021-01-10 05:16:44','2021-01-10 00:16:44'),
(51491,21327,'action complete via WP Cron','2021-01-10 05:16:44','2021-01-10 00:16:44'),
(51492,21328,'action created','2021-01-10 05:16:44','2021-01-10 00:16:44'),
(51493,21328,'action started via WP Cron','2021-01-10 05:17:41','2021-01-10 00:17:41'),
(51494,21328,'action complete via WP Cron','2021-01-10 05:17:41','2021-01-10 00:17:41'),
(51495,21329,'action created','2021-01-10 05:17:41','2021-01-10 00:17:41'),
(51496,21329,'action started via WP Cron','2021-01-10 05:18:24','2021-01-10 00:18:24'),
(51497,21329,'action complete via WP Cron','2021-01-10 05:18:24','2021-01-10 00:18:24'),
(51498,21330,'action created','2021-01-10 05:18:24','2021-01-10 00:18:24'),
(51499,21330,'action started via WP Cron','2021-01-10 05:19:37','2021-01-10 00:19:37'),
(51500,21330,'action complete via WP Cron','2021-01-10 05:19:37','2021-01-10 00:19:37'),
(51501,21331,'action created','2021-01-10 05:19:37','2021-01-10 00:19:37'),
(51502,21331,'action started via WP Cron','2021-01-10 05:20:16','2021-01-10 00:20:16'),
(51503,21331,'action complete via WP Cron','2021-01-10 05:20:16','2021-01-10 00:20:16'),
(51504,21332,'action created','2021-01-10 05:20:16','2021-01-10 00:20:16'),
(51505,21332,'action started via WP Cron','2021-01-10 05:21:32','2021-01-10 00:21:32'),
(51506,21332,'action complete via WP Cron','2021-01-10 05:21:32','2021-01-10 00:21:32'),
(51507,21333,'action created','2021-01-10 05:21:32','2021-01-10 00:21:32'),
(51508,21333,'action started via WP Cron','2021-01-10 05:23:52','2021-01-10 00:23:52'),
(51509,21333,'action complete via WP Cron','2021-01-10 05:23:52','2021-01-10 00:23:52'),
(51510,21334,'action created','2021-01-10 05:23:52','2021-01-10 00:23:52'),
(51511,21334,'action started via WP Cron','2021-01-10 05:25:37','2021-01-10 00:25:37'),
(51512,21334,'action complete via WP Cron','2021-01-10 05:25:37','2021-01-10 00:25:37'),
(51513,21335,'action created','2021-01-10 05:25:37','2021-01-10 00:25:37'),
(51514,21335,'action started via WP Cron','2021-01-10 05:26:19','2021-01-10 00:26:19'),
(51515,21335,'action complete via WP Cron','2021-01-10 05:26:19','2021-01-10 00:26:19'),
(51516,21336,'action created','2021-01-10 05:26:19','2021-01-10 00:26:19'),
(51517,21336,'action started via WP Cron','2021-01-10 05:27:28','2021-01-10 00:27:28'),
(51518,21336,'action complete via WP Cron','2021-01-10 05:27:28','2021-01-10 00:27:28'),
(51519,21337,'action created','2021-01-10 05:27:28','2021-01-10 00:27:28'),
(51520,21337,'action started via WP Cron','2021-01-10 05:28:19','2021-01-10 00:28:19'),
(51521,21337,'action complete via WP Cron','2021-01-10 05:28:19','2021-01-10 00:28:19'),
(51522,21338,'action created','2021-01-10 05:28:19','2021-01-10 00:28:19'),
(51523,21338,'action started via WP Cron','2021-01-10 05:30:10','2021-01-10 00:30:10'),
(51524,21338,'action complete via WP Cron','2021-01-10 05:30:10','2021-01-10 00:30:10'),
(51525,21339,'action created','2021-01-10 05:30:10','2021-01-10 00:30:10'),
(51526,21339,'action started via WP Cron','2021-01-10 05:31:25','2021-01-10 00:31:25'),
(51527,21339,'action complete via WP Cron','2021-01-10 05:31:25','2021-01-10 00:31:25'),
(51528,21340,'action created','2021-01-10 05:31:25','2021-01-10 00:31:25'),
(51529,21340,'action started via WP Cron','2021-01-10 05:32:54','2021-01-10 00:32:54'),
(51530,21340,'action complete via WP Cron','2021-01-10 05:32:54','2021-01-10 00:32:54'),
(51531,21341,'action created','2021-01-10 05:32:54','2021-01-10 00:32:54'),
(51532,21341,'action started via WP Cron','2021-01-10 05:33:35','2021-01-10 00:33:35'),
(51533,21341,'action complete via WP Cron','2021-01-10 05:33:35','2021-01-10 00:33:35'),
(51534,21342,'action created','2021-01-10 05:33:35','2021-01-10 00:33:35'),
(51535,21342,'action started via WP Cron','2021-01-10 05:34:23','2021-01-10 00:34:23'),
(51536,21342,'action complete via WP Cron','2021-01-10 05:34:23','2021-01-10 00:34:23'),
(51537,21343,'action created','2021-01-10 05:34:23','2021-01-10 00:34:23'),
(51538,21343,'action started via WP Cron','2021-01-10 05:35:46','2021-01-10 00:35:46'),
(51539,21343,'action complete via WP Cron','2021-01-10 05:35:46','2021-01-10 00:35:46'),
(51540,21344,'action created','2021-01-10 05:35:46','2021-01-10 00:35:46'),
(51541,21344,'action started via WP Cron','2021-01-10 05:36:37','2021-01-10 00:36:37'),
(51542,21344,'action complete via WP Cron','2021-01-10 05:36:37','2021-01-10 00:36:37'),
(51543,21345,'action created','2021-01-10 05:36:37','2021-01-10 00:36:37'),
(51544,21345,'action started via WP Cron','2021-01-10 05:37:29','2021-01-10 00:37:29'),
(51545,21345,'action complete via WP Cron','2021-01-10 05:37:29','2021-01-10 00:37:29'),
(51546,21346,'action created','2021-01-10 05:37:29','2021-01-10 00:37:29'),
(51547,21346,'action started via WP Cron','2021-01-10 05:38:16','2021-01-10 00:38:16'),
(51548,21346,'action complete via WP Cron','2021-01-10 05:38:16','2021-01-10 00:38:16'),
(51549,21347,'action created','2021-01-10 05:38:16','2021-01-10 00:38:16'),
(51550,21347,'action started via WP Cron','2021-01-10 05:40:23','2021-01-10 00:40:23'),
(51551,21347,'action complete via WP Cron','2021-01-10 05:40:23','2021-01-10 00:40:23'),
(51552,21348,'action created','2021-01-10 05:40:23','2021-01-10 00:40:23'),
(51553,21348,'action started via WP Cron','2021-01-10 05:41:50','2021-01-10 00:41:50'),
(51554,21348,'action complete via WP Cron','2021-01-10 05:41:50','2021-01-10 00:41:50'),
(51555,21349,'action created','2021-01-10 05:41:50','2021-01-10 00:41:50'),
(51556,21349,'action started via WP Cron','2021-01-10 05:43:21','2021-01-10 00:43:21'),
(51557,21349,'action complete via WP Cron','2021-01-10 05:43:21','2021-01-10 00:43:21'),
(51558,21350,'action created','2021-01-10 05:43:47','2021-01-10 00:43:47'),
(51559,21350,'action started via WP Cron','2021-01-10 05:44:30','2021-01-10 00:44:30'),
(51560,21350,'action complete via WP Cron','2021-01-10 05:44:30','2021-01-10 00:44:30'),
(51561,21351,'action created','2021-01-10 05:44:30','2021-01-10 00:44:30'),
(51562,21351,'action started via WP Cron','2021-01-10 05:46:21','2021-01-10 00:46:21'),
(51563,21351,'action complete via WP Cron','2021-01-10 05:46:21','2021-01-10 00:46:21'),
(51564,21352,'action created','2021-01-10 05:46:21','2021-01-10 00:46:21'),
(51565,21352,'action started via WP Cron','2021-01-10 05:49:07','2021-01-10 00:49:07'),
(51566,21352,'action complete via WP Cron','2021-01-10 05:49:07','2021-01-10 00:49:07'),
(51567,21353,'action created','2021-01-10 05:49:07','2021-01-10 00:49:07'),
(51568,21353,'action started via WP Cron','2021-01-10 05:50:00','2021-01-10 00:50:00'),
(51569,21353,'action complete via WP Cron','2021-01-10 05:50:00','2021-01-10 00:50:00'),
(51570,21354,'action created','2021-01-10 05:50:00','2021-01-10 00:50:00'),
(51571,21354,'action started via WP Cron','2021-01-10 05:50:27','2021-01-10 00:50:27'),
(51572,21354,'action complete via WP Cron','2021-01-10 05:50:27','2021-01-10 00:50:27'),
(51573,21355,'action created','2021-01-10 05:50:27','2021-01-10 00:50:27'),
(51574,21355,'action started via WP Cron','2021-01-10 05:51:16','2021-01-10 00:51:16'),
(51575,21355,'action complete via WP Cron','2021-01-10 05:51:16','2021-01-10 00:51:16'),
(51576,21356,'action created','2021-01-10 05:51:16','2021-01-10 00:51:16'),
(51577,21356,'action started via WP Cron','2021-01-10 05:52:12','2021-01-10 00:52:12'),
(51578,21356,'action complete via WP Cron','2021-01-10 05:52:12','2021-01-10 00:52:12'),
(51579,21357,'action created','2021-01-10 05:52:12','2021-01-10 00:52:12'),
(51580,21357,'action started via WP Cron','2021-01-10 05:53:34','2021-01-10 00:53:34'),
(51581,21357,'action complete via WP Cron','2021-01-10 05:53:34','2021-01-10 00:53:34'),
(51582,21358,'action created','2021-01-10 05:53:34','2021-01-10 00:53:34'),
(51583,21358,'action started via WP Cron','2021-01-10 05:55:02','2021-01-10 00:55:02'),
(51584,21358,'action complete via WP Cron','2021-01-10 05:55:02','2021-01-10 00:55:02'),
(51585,21359,'action created','2021-01-10 05:55:02','2021-01-10 00:55:02'),
(51586,21359,'action started via WP Cron','2021-01-10 05:55:54','2021-01-10 00:55:54'),
(51587,21359,'action complete via WP Cron','2021-01-10 05:55:54','2021-01-10 00:55:54'),
(51588,21360,'action created','2021-01-10 05:55:54','2021-01-10 00:55:54'),
(51589,21360,'action started via WP Cron','2021-01-10 05:56:34','2021-01-10 00:56:34'),
(51590,21360,'action complete via WP Cron','2021-01-10 05:56:34','2021-01-10 00:56:34'),
(51591,21361,'action created','2021-01-10 05:56:34','2021-01-10 00:56:34'),
(51592,21361,'action started via WP Cron','2021-01-10 05:58:05','2021-01-10 00:58:05'),
(51593,21361,'action complete via WP Cron','2021-01-10 05:58:05','2021-01-10 00:58:05'),
(51594,21362,'action created','2021-01-10 05:58:05','2021-01-10 00:58:05'),
(51595,21362,'action started via WP Cron','2021-01-10 05:58:20','2021-01-10 00:58:20'),
(51596,21362,'action complete via WP Cron','2021-01-10 05:58:20','2021-01-10 00:58:20'),
(51597,21363,'action created','2021-01-10 05:58:20','2021-01-10 00:58:20'),
(51598,21363,'action started via WP Cron','2021-01-10 05:59:20','2021-01-10 00:59:20'),
(51599,21363,'action complete via WP Cron','2021-01-10 05:59:20','2021-01-10 00:59:20'),
(51600,21364,'action created','2021-01-10 05:59:20','2021-01-10 00:59:20'),
(51601,21364,'action started via WP Cron','2021-01-10 06:00:30','2021-01-10 01:00:30'),
(51602,21364,'action complete via WP Cron','2021-01-10 06:00:30','2021-01-10 01:00:30'),
(51603,21365,'action created','2021-01-10 06:00:30','2021-01-10 01:00:30'),
(51604,21365,'action started via WP Cron','2021-01-10 06:01:33','2021-01-10 01:01:33'),
(51605,21365,'action complete via WP Cron','2021-01-10 06:01:33','2021-01-10 01:01:33'),
(51606,21366,'action created','2021-01-10 06:01:33','2021-01-10 01:01:33'),
(51607,21366,'action started via WP Cron','2021-01-10 06:02:14','2021-01-10 01:02:14'),
(51608,21366,'action complete via WP Cron','2021-01-10 06:02:14','2021-01-10 01:02:14'),
(51609,21367,'action created','2021-01-10 06:02:14','2021-01-10 01:02:14'),
(51610,21367,'action started via WP Cron','2021-01-10 06:04:04','2021-01-10 01:04:04'),
(51611,21367,'action complete via WP Cron','2021-01-10 06:04:04','2021-01-10 01:04:04'),
(51612,21368,'action created','2021-01-10 06:04:04','2021-01-10 01:04:04'),
(51613,21368,'action started via WP Cron','2021-01-10 06:04:21','2021-01-10 01:04:21'),
(51614,21368,'action complete via WP Cron','2021-01-10 06:04:21','2021-01-10 01:04:21'),
(51615,21369,'action created','2021-01-10 06:04:21','2021-01-10 01:04:21'),
(51616,21369,'action started via WP Cron','2021-01-10 06:06:09','2021-01-10 01:06:09'),
(51617,21369,'action complete via WP Cron','2021-01-10 06:06:09','2021-01-10 01:06:09'),
(51618,21370,'action created','2021-01-10 06:06:10','2021-01-10 01:06:10'),
(51619,21370,'action started via WP Cron','2021-01-10 06:06:22','2021-01-10 01:06:22'),
(51620,21370,'action complete via WP Cron','2021-01-10 06:06:22','2021-01-10 01:06:22'),
(51621,21371,'action created','2021-01-10 06:06:22','2021-01-10 01:06:22'),
(51622,21371,'action started via WP Cron','2021-01-10 06:07:38','2021-01-10 01:07:38'),
(51623,21371,'action complete via WP Cron','2021-01-10 06:07:38','2021-01-10 01:07:38'),
(51624,21372,'action created','2021-01-10 06:07:38','2021-01-10 01:07:38'),
(51625,21372,'action started via WP Cron','2021-01-10 06:08:45','2021-01-10 01:08:45'),
(51626,21372,'action complete via WP Cron','2021-01-10 06:08:45','2021-01-10 01:08:45'),
(51627,21373,'action created','2021-01-10 06:08:45','2021-01-10 01:08:45'),
(51628,21373,'action started via WP Cron','2021-01-10 06:09:22','2021-01-10 01:09:22'),
(51629,21373,'action complete via WP Cron','2021-01-10 06:09:22','2021-01-10 01:09:22'),
(51630,21374,'action created','2021-01-10 06:09:22','2021-01-10 01:09:22'),
(51631,21374,'action started via WP Cron','2021-01-10 06:10:18','2021-01-10 01:10:18'),
(51632,21374,'action complete via WP Cron','2021-01-10 06:10:18','2021-01-10 01:10:18'),
(51633,21375,'action created','2021-01-10 06:10:18','2021-01-10 01:10:18'),
(51634,21375,'action started via WP Cron','2021-01-10 06:11:36','2021-01-10 01:11:36'),
(51635,21375,'action complete via WP Cron','2021-01-10 06:11:36','2021-01-10 01:11:36'),
(51636,21376,'action created','2021-01-10 06:11:36','2021-01-10 01:11:36'),
(51637,21376,'action started via WP Cron','2021-01-10 06:12:24','2021-01-10 01:12:24'),
(51638,21376,'action complete via WP Cron','2021-01-10 06:12:24','2021-01-10 01:12:24'),
(51639,21377,'action created','2021-01-10 06:12:24','2021-01-10 01:12:24'),
(51640,21377,'action started via WP Cron','2021-01-10 06:13:35','2021-01-10 01:13:35'),
(51641,21377,'action complete via WP Cron','2021-01-10 06:13:35','2021-01-10 01:13:35'),
(51642,21378,'action created','2021-01-10 06:13:36','2021-01-10 01:13:36'),
(51643,21378,'action started via WP Cron','2021-01-10 06:14:24','2021-01-10 01:14:24'),
(51644,21378,'action complete via WP Cron','2021-01-10 06:14:24','2021-01-10 01:14:24'),
(51645,21379,'action created','2021-01-10 06:14:24','2021-01-10 01:14:24'),
(51646,21379,'action started via WP Cron','2021-01-10 06:15:31','2021-01-10 01:15:31'),
(51647,21379,'action complete via WP Cron','2021-01-10 06:15:31','2021-01-10 01:15:31'),
(51648,21380,'action created','2021-01-10 06:15:31','2021-01-10 01:15:31'),
(51649,21380,'action started via WP Cron','2021-01-10 06:16:19','2021-01-10 01:16:19'),
(51650,21380,'action complete via WP Cron','2021-01-10 06:16:19','2021-01-10 01:16:19'),
(51651,21381,'action created','2021-01-10 06:16:19','2021-01-10 01:16:19'),
(51652,21381,'action started via WP Cron','2021-01-10 06:17:20','2021-01-10 01:17:20'),
(51653,21381,'action complete via WP Cron','2021-01-10 06:17:20','2021-01-10 01:17:20'),
(51654,21382,'action created','2021-01-10 06:17:20','2021-01-10 01:17:20'),
(51655,21382,'action started via WP Cron','2021-01-10 06:18:35','2021-01-10 01:18:35'),
(51656,21382,'action complete via WP Cron','2021-01-10 06:18:35','2021-01-10 01:18:35'),
(51657,21383,'action created','2021-01-10 06:18:35','2021-01-10 01:18:35'),
(51658,21383,'action started via WP Cron','2021-01-10 06:19:41','2021-01-10 01:19:41'),
(51659,21383,'action complete via WP Cron','2021-01-10 06:19:41','2021-01-10 01:19:41'),
(51660,21384,'action created','2021-01-10 06:19:41','2021-01-10 01:19:41'),
(51661,21384,'action started via WP Cron','2021-01-10 06:20:44','2021-01-10 01:20:44'),
(51662,21384,'action complete via WP Cron','2021-01-10 06:20:44','2021-01-10 01:20:44'),
(51663,21385,'action created','2021-01-10 06:20:44','2021-01-10 01:20:44'),
(51664,21385,'action started via WP Cron','2021-01-10 06:21:33','2021-01-10 01:21:33'),
(51665,21385,'action complete via WP Cron','2021-01-10 06:21:33','2021-01-10 01:21:33'),
(51666,21386,'action created','2021-01-10 06:21:33','2021-01-10 01:21:33'),
(51667,21386,'action started via WP Cron','2021-01-10 06:22:14','2021-01-10 01:22:14'),
(51668,21386,'action complete via WP Cron','2021-01-10 06:22:14','2021-01-10 01:22:14'),
(51669,21387,'action created','2021-01-10 06:22:14','2021-01-10 01:22:14'),
(51670,21387,'action started via WP Cron','2021-01-10 06:23:16','2021-01-10 01:23:16'),
(51671,21387,'action complete via WP Cron','2021-01-10 06:23:16','2021-01-10 01:23:16'),
(51672,21388,'action created','2021-01-10 06:23:16','2021-01-10 01:23:16'),
(51673,21388,'action started via WP Cron','2021-01-10 06:24:14','2021-01-10 01:24:14'),
(51674,21388,'action complete via WP Cron','2021-01-10 06:24:14','2021-01-10 01:24:14'),
(51675,21389,'action created','2021-01-10 06:24:14','2021-01-10 01:24:14'),
(51676,21389,'action started via WP Cron','2021-01-10 06:26:06','2021-01-10 01:26:06'),
(51677,21389,'action complete via WP Cron','2021-01-10 06:26:06','2021-01-10 01:26:06'),
(51678,21390,'action created','2021-01-10 06:26:06','2021-01-10 01:26:06'),
(51679,21390,'action started via WP Cron','2021-01-10 06:27:43','2021-01-10 01:27:43'),
(51680,21390,'action complete via WP Cron','2021-01-10 06:27:43','2021-01-10 01:27:43'),
(51681,21391,'action created','2021-01-10 06:27:43','2021-01-10 01:27:43'),
(51682,21391,'action started via WP Cron','2021-01-10 06:28:15','2021-01-10 01:28:15'),
(51683,21391,'action complete via WP Cron','2021-01-10 06:28:15','2021-01-10 01:28:15'),
(51684,21392,'action created','2021-01-10 06:28:15','2021-01-10 01:28:15'),
(51685,21392,'action started via WP Cron','2021-01-10 06:29:40','2021-01-10 01:29:40'),
(51686,21392,'action complete via WP Cron','2021-01-10 06:29:40','2021-01-10 01:29:40'),
(51687,21393,'action created','2021-01-10 06:29:40','2021-01-10 01:29:40'),
(51688,21393,'action started via WP Cron','2021-01-10 06:30:24','2021-01-10 01:30:24'),
(51689,21393,'action complete via WP Cron','2021-01-10 06:30:24','2021-01-10 01:30:24'),
(51690,21394,'action created','2021-01-10 06:30:24','2021-01-10 01:30:24'),
(51691,21394,'action started via WP Cron','2021-01-10 06:32:02','2021-01-10 01:32:02'),
(51692,21394,'action complete via WP Cron','2021-01-10 06:32:02','2021-01-10 01:32:02'),
(51693,21395,'action created','2021-01-10 06:32:03','2021-01-10 01:32:03'),
(51694,21395,'action started via WP Cron','2021-01-10 06:32:55','2021-01-10 01:32:55'),
(51695,21395,'action complete via WP Cron','2021-01-10 06:32:55','2021-01-10 01:32:55'),
(51696,21396,'action created','2021-01-10 06:32:55','2021-01-10 01:32:55'),
(51697,21396,'action started via WP Cron','2021-01-10 06:33:13','2021-01-10 01:33:13'),
(51698,21396,'action complete via WP Cron','2021-01-10 06:33:13','2021-01-10 01:33:13'),
(51699,21397,'action created','2021-01-10 06:33:13','2021-01-10 01:33:13'),
(51700,21397,'action started via WP Cron','2021-01-10 06:35:12','2021-01-10 01:35:12'),
(51701,21397,'action complete via WP Cron','2021-01-10 06:35:12','2021-01-10 01:35:12'),
(51702,21398,'action created','2021-01-10 06:35:12','2021-01-10 01:35:12'),
(51703,21398,'action started via WP Cron','2021-01-10 06:36:34','2021-01-10 01:36:34'),
(51704,21398,'action complete via WP Cron','2021-01-10 06:36:34','2021-01-10 01:36:34'),
(51705,21399,'action created','2021-01-10 06:36:34','2021-01-10 01:36:34'),
(51706,21399,'action started via WP Cron','2021-01-10 06:37:25','2021-01-10 01:37:25'),
(51707,21399,'action complete via WP Cron','2021-01-10 06:37:25','2021-01-10 01:37:25'),
(51708,21400,'action created','2021-01-10 06:37:25','2021-01-10 01:37:25'),
(51709,21400,'action started via WP Cron','2021-01-10 06:38:12','2021-01-10 01:38:12'),
(51710,21400,'action complete via WP Cron','2021-01-10 06:38:12','2021-01-10 01:38:12'),
(51711,21401,'action created','2021-01-10 06:38:12','2021-01-10 01:38:12'),
(51712,21401,'action started via WP Cron','2021-01-10 06:39:16','2021-01-10 01:39:16'),
(51713,21401,'action complete via WP Cron','2021-01-10 06:39:16','2021-01-10 01:39:16'),
(51714,21402,'action created','2021-01-10 06:39:16','2021-01-10 01:39:16'),
(51715,21402,'action started via WP Cron','2021-01-10 06:41:09','2021-01-10 01:41:09'),
(51716,21402,'action complete via WP Cron','2021-01-10 06:41:09','2021-01-10 01:41:09'),
(51717,21403,'action created','2021-01-10 06:41:09','2021-01-10 01:41:09'),
(51718,21403,'action started via WP Cron','2021-01-10 06:41:24','2021-01-10 01:41:24'),
(51719,21403,'action complete via WP Cron','2021-01-10 06:41:24','2021-01-10 01:41:24'),
(51720,21404,'action created','2021-01-10 06:41:24','2021-01-10 01:41:24'),
(51721,21404,'action started via WP Cron','2021-01-10 06:42:14','2021-01-10 01:42:14'),
(51722,21404,'action complete via WP Cron','2021-01-10 06:42:14','2021-01-10 01:42:14'),
(51723,21405,'action created','2021-01-10 06:42:14','2021-01-10 01:42:14'),
(51724,21405,'action started via WP Cron','2021-01-10 06:43:27','2021-01-10 01:43:27'),
(51725,21405,'action complete via WP Cron','2021-01-10 06:43:27','2021-01-10 01:43:27'),
(51726,21406,'action created','2021-01-10 06:43:27','2021-01-10 01:43:27'),
(51727,21406,'action started via WP Cron','2021-01-10 06:44:13','2021-01-10 01:44:13'),
(51728,21406,'action complete via WP Cron','2021-01-10 06:44:13','2021-01-10 01:44:13'),
(51729,21407,'action created','2021-01-10 06:44:13','2021-01-10 01:44:13'),
(51730,21407,'action started via WP Cron','2021-01-10 06:45:23','2021-01-10 01:45:23'),
(51731,21407,'action complete via WP Cron','2021-01-10 06:45:23','2021-01-10 01:45:23'),
(51732,21408,'action created','2021-01-10 06:45:23','2021-01-10 01:45:23'),
(51733,21408,'action started via WP Cron','2021-01-10 06:46:31','2021-01-10 01:46:31'),
(51734,21408,'action complete via WP Cron','2021-01-10 06:46:31','2021-01-10 01:46:31'),
(51735,21409,'action created','2021-01-10 06:46:31','2021-01-10 01:46:31'),
(51736,21409,'action started via WP Cron','2021-01-10 06:47:49','2021-01-10 01:47:49'),
(51737,21409,'action complete via WP Cron','2021-01-10 06:47:49','2021-01-10 01:47:49'),
(51738,21410,'action created','2021-01-10 06:47:49','2021-01-10 01:47:49'),
(51739,21410,'action started via WP Cron','2021-01-10 06:48:51','2021-01-10 01:48:51'),
(51740,21410,'action complete via WP Cron','2021-01-10 06:48:51','2021-01-10 01:48:51'),
(51741,21411,'action created','2021-01-10 06:48:51','2021-01-10 01:48:51'),
(51742,21411,'action started via WP Cron','2021-01-10 06:50:18','2021-01-10 01:50:18'),
(51743,21411,'action complete via WP Cron','2021-01-10 06:50:18','2021-01-10 01:50:18'),
(51744,21412,'action created','2021-01-10 06:50:18','2021-01-10 01:50:18'),
(51745,21412,'action started via WP Cron','2021-01-10 06:51:36','2021-01-10 01:51:36'),
(51746,21412,'action complete via WP Cron','2021-01-10 06:51:36','2021-01-10 01:51:36'),
(51747,21413,'action created','2021-01-10 06:51:36','2021-01-10 01:51:36'),
(51748,21413,'action started via WP Cron','2021-01-10 06:52:28','2021-01-10 01:52:28'),
(51749,21413,'action complete via WP Cron','2021-01-10 06:52:29','2021-01-10 01:52:29'),
(51750,21414,'action created','2021-01-10 06:52:29','2021-01-10 01:52:29'),
(51751,21414,'action started via WP Cron','2021-01-10 06:53:18','2021-01-10 01:53:18'),
(51752,21414,'action complete via WP Cron','2021-01-10 06:53:18','2021-01-10 01:53:18'),
(51753,21415,'action created','2021-01-10 06:53:18','2021-01-10 01:53:18'),
(51754,21415,'action started via WP Cron','2021-01-10 06:54:47','2021-01-10 01:54:47'),
(51755,21415,'action complete via WP Cron','2021-01-10 06:54:47','2021-01-10 01:54:47'),
(51756,21416,'action created','2021-01-10 06:54:47','2021-01-10 01:54:47'),
(51757,21416,'action started via WP Cron','2021-01-10 06:55:14','2021-01-10 01:55:14'),
(51758,21416,'action complete via WP Cron','2021-01-10 06:55:14','2021-01-10 01:55:14'),
(51759,21417,'action created','2021-01-10 06:55:14','2021-01-10 01:55:14'),
(51760,21417,'action started via WP Cron','2021-01-10 06:56:29','2021-01-10 01:56:29'),
(51761,21417,'action complete via WP Cron','2021-01-10 06:56:29','2021-01-10 01:56:29'),
(51762,21418,'action created','2021-01-10 06:56:29','2021-01-10 01:56:29'),
(51763,21418,'action started via WP Cron','2021-01-10 06:57:35','2021-01-10 01:57:35'),
(51764,21418,'action complete via WP Cron','2021-01-10 06:57:35','2021-01-10 01:57:35'),
(51765,21419,'action created','2021-01-10 06:57:35','2021-01-10 01:57:35'),
(51766,21419,'action started via WP Cron','2021-01-10 06:58:12','2021-01-10 01:58:12'),
(51767,21419,'action complete via WP Cron','2021-01-10 06:58:12','2021-01-10 01:58:12'),
(51768,21420,'action created','2021-01-10 06:58:12','2021-01-10 01:58:12'),
(51769,21420,'action started via WP Cron','2021-01-10 06:59:12','2021-01-10 01:59:12'),
(51770,21420,'action complete via WP Cron','2021-01-10 06:59:12','2021-01-10 01:59:12'),
(51771,21421,'action created','2021-01-10 06:59:12','2021-01-10 01:59:12'),
(51772,21421,'action started via WP Cron','2021-01-10 07:02:07','2021-01-10 02:02:07'),
(51773,21421,'action complete via WP Cron','2021-01-10 07:02:07','2021-01-10 02:02:07'),
(51774,21422,'action created','2021-01-10 07:02:07','2021-01-10 02:02:07'),
(51775,21422,'action started via WP Cron','2021-01-10 07:03:05','2021-01-10 02:03:05'),
(51776,21422,'action complete via WP Cron','2021-01-10 07:03:05','2021-01-10 02:03:05'),
(51777,21423,'action created','2021-01-10 07:03:05','2021-01-10 02:03:05'),
(51778,21423,'action started via WP Cron','2021-01-10 07:07:40','2021-01-10 02:07:40'),
(51779,21423,'action complete via WP Cron','2021-01-10 07:07:40','2021-01-10 02:07:40'),
(51780,21424,'action created','2021-01-10 07:07:41','2021-01-10 02:07:41'),
(51781,21424,'action started via WP Cron','2021-01-10 07:08:46','2021-01-10 02:08:46'),
(51782,21424,'action complete via WP Cron','2021-01-10 07:08:46','2021-01-10 02:08:46'),
(51783,21425,'action created','2021-01-10 07:08:46','2021-01-10 02:08:46'),
(51784,21425,'action started via WP Cron','2021-01-10 07:10:13','2021-01-10 02:10:13'),
(51785,21425,'action complete via WP Cron','2021-01-10 07:10:13','2021-01-10 02:10:13'),
(51786,21426,'action created','2021-01-10 07:10:13','2021-01-10 02:10:13'),
(51787,21426,'action started via WP Cron','2021-01-10 07:14:26','2021-01-10 02:14:26'),
(51788,21426,'action complete via WP Cron','2021-01-10 07:14:26','2021-01-10 02:14:26'),
(51789,21427,'action created','2021-01-10 07:14:26','2021-01-10 02:14:26'),
(51790,21427,'action started via WP Cron','2021-01-10 07:15:35','2021-01-10 02:15:35'),
(51791,21427,'action complete via WP Cron','2021-01-10 07:15:35','2021-01-10 02:15:35'),
(51792,21428,'action created','2021-01-10 07:15:35','2021-01-10 02:15:35'),
(51793,21428,'action started via WP Cron','2021-01-10 07:16:14','2021-01-10 02:16:14'),
(51794,21428,'action complete via WP Cron','2021-01-10 07:16:14','2021-01-10 02:16:14'),
(51795,21429,'action created','2021-01-10 07:16:14','2021-01-10 02:16:14'),
(51796,21429,'action started via WP Cron','2021-01-10 07:17:30','2021-01-10 02:17:30'),
(51797,21429,'action complete via WP Cron','2021-01-10 07:17:30','2021-01-10 02:17:30'),
(51798,21430,'action created','2021-01-10 07:17:30','2021-01-10 02:17:30'),
(51799,21430,'action started via WP Cron','2021-01-10 07:20:28','2021-01-10 02:20:28'),
(51800,21430,'action complete via WP Cron','2021-01-10 07:20:28','2021-01-10 02:20:28'),
(51801,21431,'action created','2021-01-10 07:20:28','2021-01-10 02:20:28'),
(51802,21431,'action started via WP Cron','2021-01-10 07:21:15','2021-01-10 02:21:15'),
(51803,21431,'action complete via WP Cron','2021-01-10 07:21:15','2021-01-10 02:21:15'),
(51804,21432,'action created','2021-01-10 07:21:15','2021-01-10 02:21:15'),
(51805,21432,'action started via WP Cron','2021-01-10 07:22:37','2021-01-10 02:22:37'),
(51806,21432,'action complete via WP Cron','2021-01-10 07:22:37','2021-01-10 02:22:37'),
(51807,21433,'action created','2021-01-10 07:22:37','2021-01-10 02:22:37'),
(51808,21433,'action started via WP Cron','2021-01-10 07:23:11','2021-01-10 02:23:11'),
(51809,21433,'action complete via WP Cron','2021-01-10 07:23:11','2021-01-10 02:23:11'),
(51810,21434,'action created','2021-01-10 07:23:11','2021-01-10 02:23:11'),
(51811,21434,'action started via WP Cron','2021-01-10 07:24:48','2021-01-10 02:24:48'),
(51812,21434,'action complete via WP Cron','2021-01-10 07:24:48','2021-01-10 02:24:48'),
(51813,21435,'action created','2021-01-10 07:24:48','2021-01-10 02:24:48'),
(51814,21435,'action started via WP Cron','2021-01-10 07:25:20','2021-01-10 02:25:20'),
(51815,21435,'action complete via WP Cron','2021-01-10 07:25:20','2021-01-10 02:25:20'),
(51816,21436,'action created','2021-01-10 07:25:20','2021-01-10 02:25:20'),
(51817,21436,'action started via WP Cron','2021-01-10 07:28:18','2021-01-10 02:28:18'),
(51818,21436,'action complete via WP Cron','2021-01-10 07:28:18','2021-01-10 02:28:18'),
(51819,21437,'action created','2021-01-10 07:28:18','2021-01-10 02:28:18'),
(51820,21437,'action started via WP Cron','2021-01-10 07:29:31','2021-01-10 02:29:31'),
(51821,21437,'action complete via WP Cron','2021-01-10 07:29:31','2021-01-10 02:29:31'),
(51822,21438,'action created','2021-01-10 07:29:31','2021-01-10 02:29:31'),
(51823,21438,'action started via WP Cron','2021-01-10 07:30:28','2021-01-10 02:30:28'),
(51824,21438,'action complete via WP Cron','2021-01-10 07:30:28','2021-01-10 02:30:28'),
(51825,21439,'action created','2021-01-10 07:30:28','2021-01-10 02:30:28'),
(51826,21439,'action started via WP Cron','2021-01-10 07:31:18','2021-01-10 02:31:18'),
(51827,21439,'action complete via WP Cron','2021-01-10 07:31:18','2021-01-10 02:31:18'),
(51828,21440,'action created','2021-01-10 07:31:18','2021-01-10 02:31:18'),
(51829,21440,'action started via WP Cron','2021-01-10 07:32:13','2021-01-10 02:32:13'),
(51830,21440,'action complete via WP Cron','2021-01-10 07:32:13','2021-01-10 02:32:13'),
(51831,21441,'action created','2021-01-10 07:32:13','2021-01-10 02:32:13'),
(51832,21441,'action started via WP Cron','2021-01-10 07:33:13','2021-01-10 02:33:13'),
(51833,21441,'action complete via WP Cron','2021-01-10 07:33:13','2021-01-10 02:33:13'),
(51834,21442,'action created','2021-01-10 07:33:13','2021-01-10 02:33:13'),
(51835,21442,'action started via WP Cron','2021-01-10 07:34:53','2021-01-10 02:34:53'),
(51836,21442,'action complete via WP Cron','2021-01-10 07:34:53','2021-01-10 02:34:53'),
(51837,21443,'action created','2021-01-10 07:34:53','2021-01-10 02:34:53'),
(51838,21443,'action started via WP Cron','2021-01-10 07:35:30','2021-01-10 02:35:30'),
(51839,21443,'action complete via WP Cron','2021-01-10 07:35:30','2021-01-10 02:35:30'),
(51840,21444,'action created','2021-01-10 07:35:30','2021-01-10 02:35:30'),
(51841,21444,'action started via WP Cron','2021-01-10 07:37:41','2021-01-10 02:37:41'),
(51842,21444,'action complete via WP Cron','2021-01-10 07:37:41','2021-01-10 02:37:41'),
(51843,21445,'action created','2021-01-10 07:37:41','2021-01-10 02:37:41'),
(51844,21445,'action started via WP Cron','2021-01-10 07:38:29','2021-01-10 02:38:29'),
(51845,21445,'action complete via WP Cron','2021-01-10 07:38:29','2021-01-10 02:38:29'),
(51846,21446,'action created','2021-01-10 07:38:29','2021-01-10 02:38:29'),
(51847,21446,'action started via WP Cron','2021-01-10 07:39:23','2021-01-10 02:39:23'),
(51848,21446,'action complete via WP Cron','2021-01-10 07:39:23','2021-01-10 02:39:23'),
(51849,21447,'action created','2021-01-10 07:39:23','2021-01-10 02:39:23'),
(51850,21447,'action started via WP Cron','2021-01-10 07:40:57','2021-01-10 02:40:57'),
(51851,21447,'action complete via WP Cron','2021-01-10 07:40:57','2021-01-10 02:40:57'),
(51852,21448,'action created','2021-01-10 07:40:57','2021-01-10 02:40:57'),
(51853,21448,'action started via WP Cron','2021-01-10 07:41:27','2021-01-10 02:41:27'),
(51854,21448,'action complete via WP Cron','2021-01-10 07:41:27','2021-01-10 02:41:27'),
(51855,21449,'action created','2021-01-10 07:41:27','2021-01-10 02:41:27'),
(51856,21449,'action started via WP Cron','2021-01-10 07:42:59','2021-01-10 02:42:59'),
(51857,21449,'action complete via WP Cron','2021-01-10 07:42:59','2021-01-10 02:42:59'),
(51858,21450,'action created','2021-01-10 07:42:59','2021-01-10 02:42:59'),
(51859,21450,'action started via WP Cron','2021-01-10 07:43:31','2021-01-10 02:43:31'),
(51860,21450,'action complete via WP Cron','2021-01-10 07:43:31','2021-01-10 02:43:31'),
(51861,21451,'action created','2021-01-10 07:43:31','2021-01-10 02:43:31'),
(51862,21451,'action started via WP Cron','2021-01-10 07:44:12','2021-01-10 02:44:12'),
(51863,21451,'action complete via WP Cron','2021-01-10 07:44:12','2021-01-10 02:44:12'),
(51864,21452,'action created','2021-01-10 07:44:12','2021-01-10 02:44:12'),
(51865,21452,'action started via WP Cron','2021-01-10 07:45:58','2021-01-10 02:45:58'),
(51866,21452,'action complete via WP Cron','2021-01-10 07:45:58','2021-01-10 02:45:58'),
(51867,21453,'action created','2021-01-10 07:45:58','2021-01-10 02:45:58'),
(51868,21453,'action started via WP Cron','2021-01-10 07:46:14','2021-01-10 02:46:14'),
(51869,21453,'action complete via WP Cron','2021-01-10 07:46:14','2021-01-10 02:46:14'),
(51870,21454,'action created','2021-01-10 07:46:14','2021-01-10 02:46:14'),
(51871,21454,'action started via WP Cron','2021-01-10 07:47:26','2021-01-10 02:47:26'),
(51872,21454,'action complete via WP Cron','2021-01-10 07:47:26','2021-01-10 02:47:26'),
(51873,21455,'action created','2021-01-10 07:47:26','2021-01-10 02:47:26'),
(51874,21455,'action started via WP Cron','2021-01-10 07:49:24','2021-01-10 02:49:24'),
(51875,21455,'action complete via WP Cron','2021-01-10 07:49:24','2021-01-10 02:49:24'),
(51876,21456,'action created','2021-01-10 07:49:24','2021-01-10 02:49:24'),
(51877,21456,'action started via WP Cron','2021-01-10 07:50:38','2021-01-10 02:50:38'),
(51878,21456,'action complete via WP Cron','2021-01-10 07:50:38','2021-01-10 02:50:38'),
(51879,21457,'action created','2021-01-10 07:50:38','2021-01-10 02:50:38'),
(51880,21457,'action started via WP Cron','2021-01-10 07:51:18','2021-01-10 02:51:18'),
(51881,21457,'action complete via WP Cron','2021-01-10 07:51:18','2021-01-10 02:51:18'),
(51882,21458,'action created','2021-01-10 07:51:18','2021-01-10 02:51:18'),
(51883,21458,'action started via WP Cron','2021-01-10 07:53:14','2021-01-10 02:53:14'),
(51884,21458,'action complete via WP Cron','2021-01-10 07:53:14','2021-01-10 02:53:14'),
(51885,21459,'action created','2021-01-10 07:53:14','2021-01-10 02:53:14'),
(51886,21459,'action started via WP Cron','2021-01-10 07:55:01','2021-01-10 02:55:01'),
(51887,21459,'action complete via WP Cron','2021-01-10 07:55:01','2021-01-10 02:55:01'),
(51888,21460,'action created','2021-01-10 07:55:01','2021-01-10 02:55:01'),
(51889,21460,'action started via WP Cron','2021-01-10 07:56:15','2021-01-10 02:56:15'),
(51890,21460,'action complete via WP Cron','2021-01-10 07:56:15','2021-01-10 02:56:15'),
(51891,21461,'action created','2021-01-10 07:56:15','2021-01-10 02:56:15'),
(51892,21461,'action started via WP Cron','2021-01-10 07:57:39','2021-01-10 02:57:39'),
(51893,21461,'action complete via WP Cron','2021-01-10 07:57:39','2021-01-10 02:57:39'),
(51894,21462,'action created','2021-01-10 07:57:39','2021-01-10 02:57:39'),
(51895,21462,'action started via WP Cron','2021-01-10 07:58:21','2021-01-10 02:58:21'),
(51896,21462,'action complete via WP Cron','2021-01-10 07:58:21','2021-01-10 02:58:21'),
(51897,21463,'action created','2021-01-10 07:58:21','2021-01-10 02:58:21'),
(51898,21463,'action started via WP Cron','2021-01-10 08:00:20','2021-01-10 03:00:20'),
(51899,21463,'action complete via WP Cron','2021-01-10 08:00:20','2021-01-10 03:00:20'),
(51900,21464,'action created','2021-01-10 08:00:20','2021-01-10 03:00:20'),
(51901,21464,'action started via WP Cron','2021-01-10 08:01:13','2021-01-10 03:01:13'),
(51902,21464,'action complete via WP Cron','2021-01-10 08:01:13','2021-01-10 03:01:13'),
(51903,21465,'action created','2021-01-10 08:01:13','2021-01-10 03:01:13'),
(51904,21465,'action started via WP Cron','2021-01-10 08:02:38','2021-01-10 03:02:38'),
(51905,21465,'action complete via WP Cron','2021-01-10 08:02:38','2021-01-10 03:02:38'),
(51906,21466,'action created','2021-01-10 08:02:38','2021-01-10 03:02:38'),
(51907,21466,'action started via WP Cron','2021-01-10 08:03:48','2021-01-10 03:03:48'),
(51908,21466,'action complete via WP Cron','2021-01-10 08:03:48','2021-01-10 03:03:48'),
(51909,21467,'action created','2021-01-10 08:03:49','2021-01-10 03:03:49'),
(51910,21467,'action started via WP Cron','2021-01-10 08:05:19','2021-01-10 03:05:19'),
(51911,21467,'action complete via WP Cron','2021-01-10 08:05:19','2021-01-10 03:05:19'),
(51912,21468,'action created','2021-01-10 08:05:19','2021-01-10 03:05:19'),
(51913,21468,'action started via WP Cron','2021-01-10 08:06:47','2021-01-10 03:06:47'),
(51914,21468,'action complete via WP Cron','2021-01-10 08:06:47','2021-01-10 03:06:47'),
(51915,21469,'action created','2021-01-10 08:06:47','2021-01-10 03:06:47'),
(51916,21469,'action started via WP Cron','2021-01-10 08:07:34','2021-01-10 03:07:34'),
(51917,21469,'action complete via WP Cron','2021-01-10 08:07:35','2021-01-10 03:07:35'),
(51918,21470,'action created','2021-01-10 08:07:35','2021-01-10 03:07:35'),
(51919,21470,'action started via WP Cron','2021-01-10 08:08:33','2021-01-10 03:08:33'),
(51920,21470,'action complete via WP Cron','2021-01-10 08:08:33','2021-01-10 03:08:33'),
(51921,21471,'action created','2021-01-10 08:08:33','2021-01-10 03:08:33'),
(51922,21471,'action started via WP Cron','2021-01-10 08:09:41','2021-01-10 03:09:41'),
(51923,21471,'action complete via WP Cron','2021-01-10 08:09:41','2021-01-10 03:09:41'),
(51924,21472,'action created','2021-01-10 08:09:41','2021-01-10 03:09:41'),
(51925,21472,'action started via WP Cron','2021-01-10 08:11:10','2021-01-10 03:11:10'),
(51926,21472,'action complete via WP Cron','2021-01-10 08:11:10','2021-01-10 03:11:10'),
(51927,21473,'action created','2021-01-10 08:11:10','2021-01-10 03:11:10'),
(51928,21473,'action started via WP Cron','2021-01-10 08:12:21','2021-01-10 03:12:21'),
(51929,21473,'action complete via WP Cron','2021-01-10 08:12:21','2021-01-10 03:12:21'),
(51930,21474,'action created','2021-01-10 08:12:21','2021-01-10 03:12:21'),
(51931,21474,'action started via WP Cron','2021-01-10 08:13:18','2021-01-10 03:13:18'),
(51932,21474,'action complete via WP Cron','2021-01-10 08:13:18','2021-01-10 03:13:18'),
(51933,21475,'action created','2021-01-10 08:13:18','2021-01-10 03:13:18'),
(51934,21475,'action started via WP Cron','2021-01-10 08:14:28','2021-01-10 03:14:28'),
(51935,21475,'action complete via WP Cron','2021-01-10 08:14:28','2021-01-10 03:14:28'),
(51936,21476,'action created','2021-01-10 08:14:28','2021-01-10 03:14:28'),
(51937,21476,'action started via WP Cron','2021-01-10 08:15:55','2021-01-10 03:15:55'),
(51938,21476,'action complete via WP Cron','2021-01-10 08:15:55','2021-01-10 03:15:55'),
(51939,21477,'action created','2021-01-10 08:15:55','2021-01-10 03:15:55'),
(51940,21477,'action started via WP Cron','2021-01-10 08:16:13','2021-01-10 03:16:13'),
(51941,21477,'action complete via WP Cron','2021-01-10 08:16:13','2021-01-10 03:16:13'),
(51942,21478,'action created','2021-01-10 08:16:13','2021-01-10 03:16:13'),
(51943,21478,'action started via WP Cron','2021-01-10 08:17:22','2021-01-10 03:17:22'),
(51944,21478,'action complete via WP Cron','2021-01-10 08:17:22','2021-01-10 03:17:22'),
(51945,21479,'action created','2021-01-10 08:17:22','2021-01-10 03:17:22'),
(51946,21479,'action started via WP Cron','2021-01-10 08:18:21','2021-01-10 03:18:21'),
(51947,21479,'action complete via WP Cron','2021-01-10 08:18:21','2021-01-10 03:18:21'),
(51948,21480,'action created','2021-01-10 08:18:21','2021-01-10 03:18:21'),
(51949,21480,'action started via WP Cron','2021-01-10 08:19:42','2021-01-10 03:19:42'),
(51950,21480,'action complete via WP Cron','2021-01-10 08:19:42','2021-01-10 03:19:42'),
(51951,21481,'action created','2021-01-10 08:19:42','2021-01-10 03:19:42'),
(51952,21481,'action started via WP Cron','2021-01-10 08:20:49','2021-01-10 03:20:49'),
(51953,21481,'action complete via WP Cron','2021-01-10 08:20:49','2021-01-10 03:20:49'),
(51954,21482,'action created','2021-01-10 08:20:49','2021-01-10 03:20:49'),
(51955,21482,'action started via WP Cron','2021-01-10 08:23:11','2021-01-10 03:23:11'),
(51956,21482,'action complete via WP Cron','2021-01-10 08:23:11','2021-01-10 03:23:11'),
(51957,21483,'action created','2021-01-10 08:23:11','2021-01-10 03:23:11'),
(51958,21483,'action started via WP Cron','2021-01-10 08:24:19','2021-01-10 03:24:19'),
(51959,21483,'action complete via WP Cron','2021-01-10 08:24:19','2021-01-10 03:24:19'),
(51960,21484,'action created','2021-01-10 08:24:19','2021-01-10 03:24:19'),
(51961,21484,'action started via WP Cron','2021-01-10 08:25:22','2021-01-10 03:25:22'),
(51962,21484,'action complete via WP Cron','2021-01-10 08:25:22','2021-01-10 03:25:22'),
(51963,21485,'action created','2021-01-10 08:25:22','2021-01-10 03:25:22'),
(51964,21485,'action started via WP Cron','2021-01-10 08:28:45','2021-01-10 03:28:45'),
(51965,21485,'action complete via WP Cron','2021-01-10 08:28:45','2021-01-10 03:28:45'),
(51966,21486,'action created','2021-01-10 08:28:45','2021-01-10 03:28:45'),
(51967,21486,'action started via WP Cron','2021-01-10 08:29:41','2021-01-10 03:29:41'),
(51968,21486,'action complete via WP Cron','2021-01-10 08:29:41','2021-01-10 03:29:41'),
(51969,21487,'action created','2021-01-10 08:29:41','2021-01-10 03:29:41'),
(51970,21487,'action started via WP Cron','2021-01-10 08:30:50','2021-01-10 03:30:50'),
(51971,21487,'action complete via WP Cron','2021-01-10 08:30:50','2021-01-10 03:30:50'),
(51972,21488,'action created','2021-01-10 08:30:50','2021-01-10 03:30:50'),
(51973,21488,'action started via WP Cron','2021-01-10 08:31:24','2021-01-10 03:31:24'),
(51974,21488,'action complete via WP Cron','2021-01-10 08:31:24','2021-01-10 03:31:24'),
(51975,21489,'action created','2021-01-10 08:31:24','2021-01-10 03:31:24'),
(51976,21489,'action started via WP Cron','2021-01-10 08:32:40','2021-01-10 03:32:40'),
(51977,21489,'action complete via WP Cron','2021-01-10 08:32:40','2021-01-10 03:32:40'),
(51978,21490,'action created','2021-01-10 08:32:40','2021-01-10 03:32:40'),
(51979,21490,'action started via WP Cron','2021-01-10 08:36:36','2021-01-10 03:36:36'),
(51980,21490,'action complete via WP Cron','2021-01-10 08:36:36','2021-01-10 03:36:36'),
(51981,21491,'action created','2021-01-10 08:36:36','2021-01-10 03:36:36'),
(51982,21491,'action started via WP Cron','2021-01-10 08:37:13','2021-01-10 03:37:13'),
(51983,21491,'action complete via WP Cron','2021-01-10 08:37:13','2021-01-10 03:37:13'),
(51984,21492,'action created','2021-01-10 08:37:13','2021-01-10 03:37:13'),
(51985,21492,'action started via WP Cron','2021-01-10 08:38:18','2021-01-10 03:38:18'),
(51986,21492,'action complete via WP Cron','2021-01-10 08:38:18','2021-01-10 03:38:18'),
(51987,21493,'action created','2021-01-10 08:38:18','2021-01-10 03:38:18'),
(51988,21493,'action started via WP Cron','2021-01-10 08:39:44','2021-01-10 03:39:44'),
(51989,21493,'action complete via WP Cron','2021-01-10 08:39:44','2021-01-10 03:39:44'),
(51990,21494,'action created','2021-01-10 08:39:44','2021-01-10 03:39:44'),
(51991,21494,'action started via WP Cron','2021-01-10 08:40:31','2021-01-10 03:40:31'),
(51992,21494,'action complete via WP Cron','2021-01-10 08:40:31','2021-01-10 03:40:31'),
(51993,21495,'action created','2021-01-10 08:40:31','2021-01-10 03:40:31'),
(51994,21495,'action started via WP Cron','2021-01-10 08:42:19','2021-01-10 03:42:19'),
(51995,21495,'action complete via WP Cron','2021-01-10 08:42:19','2021-01-10 03:42:19'),
(51996,21496,'action created','2021-01-10 08:42:19','2021-01-10 03:42:19'),
(51997,21496,'action started via WP Cron','2021-01-10 08:43:27','2021-01-10 03:43:27'),
(51998,21496,'action complete via WP Cron','2021-01-10 08:43:27','2021-01-10 03:43:27'),
(51999,21497,'action created','2021-01-10 08:43:27','2021-01-10 03:43:27'),
(52000,21497,'action started via WP Cron','2021-01-10 08:44:35','2021-01-10 03:44:35'),
(52001,21497,'action complete via WP Cron','2021-01-10 08:44:35','2021-01-10 03:44:35'),
(52002,21498,'action created','2021-01-10 08:44:35','2021-01-10 03:44:35'),
(52003,21498,'action started via WP Cron','2021-01-10 08:45:49','2021-01-10 03:45:49'),
(52004,21498,'action complete via WP Cron','2021-01-10 08:45:49','2021-01-10 03:45:49'),
(52005,21499,'action created','2021-01-10 08:45:49','2021-01-10 03:45:49'),
(52006,21499,'action started via WP Cron','2021-01-10 08:46:14','2021-01-10 03:46:14'),
(52007,21499,'action complete via WP Cron','2021-01-10 08:46:14','2021-01-10 03:46:14'),
(52008,21500,'action created','2021-01-10 08:46:14','2021-01-10 03:46:14'),
(52009,21500,'action started via WP Cron','2021-01-10 08:47:13','2021-01-10 03:47:13'),
(52010,21500,'action complete via WP Cron','2021-01-10 08:47:13','2021-01-10 03:47:13'),
(52011,21501,'action created','2021-01-10 08:47:13','2021-01-10 03:47:13'),
(52012,21501,'action started via WP Cron','2021-01-10 08:48:51','2021-01-10 03:48:51'),
(52013,21501,'action complete via WP Cron','2021-01-10 08:48:51','2021-01-10 03:48:51'),
(52014,21502,'action created','2021-01-10 08:48:51','2021-01-10 03:48:51'),
(52015,21502,'action started via WP Cron','2021-01-10 08:50:09','2021-01-10 03:50:09'),
(52016,21502,'action complete via WP Cron','2021-01-10 08:50:09','2021-01-10 03:50:09'),
(52017,21503,'action created','2021-01-10 08:50:09','2021-01-10 03:50:09'),
(52018,21503,'action started via WP Cron','2021-01-10 08:52:50','2021-01-10 03:52:50'),
(52019,21503,'action complete via WP Cron','2021-01-10 08:52:50','2021-01-10 03:52:50'),
(52020,21504,'action created','2021-01-10 08:52:50','2021-01-10 03:52:50'),
(52021,21504,'action started via WP Cron','2021-01-10 08:53:49','2021-01-10 03:53:49'),
(52022,21504,'action complete via WP Cron','2021-01-10 08:53:49','2021-01-10 03:53:49'),
(52023,21505,'action created','2021-01-10 08:53:49','2021-01-10 03:53:49'),
(52024,21505,'action started via WP Cron','2021-01-10 08:55:08','2021-01-10 03:55:08'),
(52025,21505,'action complete via WP Cron','2021-01-10 08:55:08','2021-01-10 03:55:08'),
(52026,21506,'action created','2021-01-10 08:55:08','2021-01-10 03:55:08'),
(52027,21506,'action started via WP Cron','2021-01-10 08:57:04','2021-01-10 03:57:04'),
(52028,21506,'action complete via WP Cron','2021-01-10 08:57:04','2021-01-10 03:57:04'),
(52029,21507,'action created','2021-01-10 08:57:04','2021-01-10 03:57:04'),
(52030,21507,'action started via WP Cron','2021-01-10 08:57:32','2021-01-10 03:57:32'),
(52031,21507,'action complete via WP Cron','2021-01-10 08:57:33','2021-01-10 03:57:33'),
(52032,21508,'action created','2021-01-10 08:57:33','2021-01-10 03:57:33'),
(52033,21508,'action started via WP Cron','2021-01-10 08:58:32','2021-01-10 03:58:32'),
(52034,21508,'action complete via WP Cron','2021-01-10 08:58:32','2021-01-10 03:58:32'),
(52035,21509,'action created','2021-01-10 08:58:32','2021-01-10 03:58:32'),
(52036,21509,'action started via WP Cron','2021-01-10 08:59:43','2021-01-10 03:59:43'),
(52037,21509,'action complete via WP Cron','2021-01-10 08:59:43','2021-01-10 03:59:43'),
(52038,21510,'action created','2021-01-10 08:59:43','2021-01-10 03:59:43'),
(52039,21510,'action started via WP Cron','2021-01-10 09:00:51','2021-01-10 04:00:51'),
(52040,21510,'action complete via WP Cron','2021-01-10 09:00:51','2021-01-10 04:00:51'),
(52041,21511,'action created','2021-01-10 09:00:51','2021-01-10 04:00:51'),
(52042,21511,'action started via WP Cron','2021-01-10 09:01:40','2021-01-10 04:01:40'),
(52043,21511,'action complete via WP Cron','2021-01-10 09:01:40','2021-01-10 04:01:40'),
(52044,21512,'action created','2021-01-10 09:01:40','2021-01-10 04:01:40'),
(52045,21512,'action started via WP Cron','2021-01-10 09:02:18','2021-01-10 04:02:18'),
(52046,21512,'action complete via WP Cron','2021-01-10 09:02:18','2021-01-10 04:02:18'),
(52047,21513,'action created','2021-01-10 09:02:18','2021-01-10 04:02:18'),
(52048,21513,'action started via WP Cron','2021-01-10 09:04:35','2021-01-10 04:04:35'),
(52049,21513,'action complete via WP Cron','2021-01-10 09:04:35','2021-01-10 04:04:35'),
(52050,21514,'action created','2021-01-10 09:04:35','2021-01-10 04:04:35'),
(52051,21514,'action started via WP Cron','2021-01-10 09:06:07','2021-01-10 04:06:07'),
(52052,21514,'action complete via WP Cron','2021-01-10 09:06:07','2021-01-10 04:06:07'),
(52053,21515,'action created','2021-01-10 09:06:07','2021-01-10 04:06:07'),
(52054,21515,'action started via WP Cron','2021-01-10 09:06:56','2021-01-10 04:06:56'),
(52055,21515,'action complete via WP Cron','2021-01-10 09:06:56','2021-01-10 04:06:56'),
(52056,21516,'action created','2021-01-10 09:06:56','2021-01-10 04:06:56'),
(52057,21516,'action started via WP Cron','2021-01-10 09:07:21','2021-01-10 04:07:21'),
(52058,21516,'action complete via WP Cron','2021-01-10 09:07:21','2021-01-10 04:07:21'),
(52059,21517,'action created','2021-01-10 09:07:21','2021-01-10 04:07:21'),
(52060,21517,'action started via WP Cron','2021-01-10 09:08:38','2021-01-10 04:08:38'),
(52061,21517,'action complete via WP Cron','2021-01-10 09:08:38','2021-01-10 04:08:38'),
(52062,21518,'action created','2021-01-10 09:08:38','2021-01-10 04:08:38'),
(52063,21518,'action started via WP Cron','2021-01-10 09:09:24','2021-01-10 04:09:24'),
(52064,21518,'action complete via WP Cron','2021-01-10 09:09:24','2021-01-10 04:09:24'),
(52065,21519,'action created','2021-01-10 09:09:24','2021-01-10 04:09:24'),
(52066,21519,'action started via WP Cron','2021-01-10 09:10:41','2021-01-10 04:10:41'),
(52067,21519,'action complete via WP Cron','2021-01-10 09:10:41','2021-01-10 04:10:41'),
(52068,21520,'action created','2021-01-10 09:10:41','2021-01-10 04:10:41'),
(52069,21520,'action started via WP Cron','2021-01-10 09:11:57','2021-01-10 04:11:57'),
(52070,21520,'action complete via WP Cron','2021-01-10 09:11:57','2021-01-10 04:11:57'),
(52071,21521,'action created','2021-01-10 09:11:58','2021-01-10 04:11:58'),
(52072,21521,'action started via WP Cron','2021-01-10 09:12:39','2021-01-10 04:12:39'),
(52073,21521,'action complete via WP Cron','2021-01-10 09:12:39','2021-01-10 04:12:39'),
(52074,21522,'action created','2021-01-10 09:12:39','2021-01-10 04:12:39'),
(52075,21522,'action started via WP Cron','2021-01-10 09:13:30','2021-01-10 04:13:30'),
(52076,21522,'action complete via WP Cron','2021-01-10 09:13:30','2021-01-10 04:13:30'),
(52077,21523,'action created','2021-01-10 09:13:30','2021-01-10 04:13:30'),
(52078,21523,'action started via WP Cron','2021-01-10 09:14:18','2021-01-10 04:14:18'),
(52079,21523,'action complete via WP Cron','2021-01-10 09:14:18','2021-01-10 04:14:18'),
(52080,21524,'action created','2021-01-10 09:14:18','2021-01-10 04:14:18'),
(52081,21524,'action started via WP Cron','2021-01-10 09:15:40','2021-01-10 04:15:40'),
(52082,21524,'action complete via WP Cron','2021-01-10 09:15:40','2021-01-10 04:15:40'),
(52083,21525,'action created','2021-01-10 09:15:40','2021-01-10 04:15:40'),
(52084,21525,'action started via WP Cron','2021-01-10 09:16:12','2021-01-10 04:16:12'),
(52085,21525,'action complete via WP Cron','2021-01-10 09:16:12','2021-01-10 04:16:12'),
(52086,21526,'action created','2021-01-10 09:16:12','2021-01-10 04:16:12'),
(52087,21526,'action started via WP Cron','2021-01-10 09:17:22','2021-01-10 04:17:22'),
(52088,21526,'action complete via WP Cron','2021-01-10 09:17:22','2021-01-10 04:17:22'),
(52089,21527,'action created','2021-01-10 09:17:22','2021-01-10 04:17:22'),
(52090,21527,'action started via WP Cron','2021-01-10 09:18:40','2021-01-10 04:18:40'),
(52091,21527,'action complete via WP Cron','2021-01-10 09:18:40','2021-01-10 04:18:40'),
(52092,21528,'action created','2021-01-10 09:18:40','2021-01-10 04:18:40'),
(52093,21528,'action started via WP Cron','2021-01-10 09:19:15','2021-01-10 04:19:15'),
(52094,21528,'action complete via WP Cron','2021-01-10 09:19:15','2021-01-10 04:19:15'),
(52095,21529,'action created','2021-01-10 09:19:15','2021-01-10 04:19:15'),
(52096,21529,'action started via WP Cron','2021-01-10 09:20:16','2021-01-10 04:20:16'),
(52097,21529,'action complete via WP Cron','2021-01-10 09:20:16','2021-01-10 04:20:16'),
(52098,21530,'action created','2021-01-10 09:20:16','2021-01-10 04:20:16'),
(52099,21530,'action started via WP Cron','2021-01-10 09:21:13','2021-01-10 04:21:13'),
(52100,21530,'action complete via WP Cron','2021-01-10 09:21:13','2021-01-10 04:21:13'),
(52101,21531,'action created','2021-01-10 09:21:13','2021-01-10 04:21:13'),
(52102,21531,'action started via WP Cron','2021-01-10 09:22:57','2021-01-10 04:22:57'),
(52103,21531,'action complete via WP Cron','2021-01-10 09:22:57','2021-01-10 04:22:57'),
(52104,21532,'action created','2021-01-10 09:22:57','2021-01-10 04:22:57'),
(52105,21532,'action started via WP Cron','2021-01-10 09:23:34','2021-01-10 04:23:34'),
(52106,21532,'action complete via WP Cron','2021-01-10 09:23:34','2021-01-10 04:23:34'),
(52107,21533,'action created','2021-01-10 09:23:34','2021-01-10 04:23:34'),
(52108,21533,'action started via WP Cron','2021-01-10 09:24:19','2021-01-10 04:24:19'),
(52109,21533,'action complete via WP Cron','2021-01-10 09:24:19','2021-01-10 04:24:19'),
(52110,21534,'action created','2021-01-10 09:24:19','2021-01-10 04:24:19'),
(52111,21534,'action started via WP Cron','2021-01-10 09:26:16','2021-01-10 04:26:16'),
(52112,21534,'action complete via WP Cron','2021-01-10 09:26:16','2021-01-10 04:26:16'),
(52113,21535,'action created','2021-01-10 09:26:16','2021-01-10 04:26:16'),
(52114,21535,'action started via WP Cron','2021-01-10 09:27:14','2021-01-10 04:27:14'),
(52115,21535,'action complete via WP Cron','2021-01-10 09:27:15','2021-01-10 04:27:15'),
(52116,21536,'action created','2021-01-10 09:27:15','2021-01-10 04:27:15'),
(52117,21536,'action started via WP Cron','2021-01-10 09:28:15','2021-01-10 04:28:15'),
(52118,21536,'action complete via WP Cron','2021-01-10 09:28:15','2021-01-10 04:28:15'),
(52119,21537,'action created','2021-01-10 09:28:15','2021-01-10 04:28:15'),
(52120,21537,'action started via WP Cron','2021-01-10 09:29:19','2021-01-10 04:29:19'),
(52121,21537,'action complete via WP Cron','2021-01-10 09:29:19','2021-01-10 04:29:19'),
(52122,21538,'action created','2021-01-10 09:29:19','2021-01-10 04:29:19'),
(52123,21538,'action started via WP Cron','2021-01-10 09:30:19','2021-01-10 04:30:19'),
(52124,21538,'action complete via WP Cron','2021-01-10 09:30:19','2021-01-10 04:30:19'),
(52125,21539,'action created','2021-01-10 09:30:19','2021-01-10 04:30:19'),
(52126,21539,'action started via WP Cron','2021-01-10 09:31:39','2021-01-10 04:31:39'),
(52127,21539,'action complete via WP Cron','2021-01-10 09:31:39','2021-01-10 04:31:39'),
(52128,21540,'action created','2021-01-10 09:31:39','2021-01-10 04:31:39'),
(52129,21540,'action started via WP Cron','2021-01-10 09:33:24','2021-01-10 04:33:24'),
(52130,21540,'action complete via WP Cron','2021-01-10 09:33:24','2021-01-10 04:33:24'),
(52131,21541,'action created','2021-01-10 09:33:24','2021-01-10 04:33:24'),
(52132,21541,'action started via WP Cron','2021-01-10 09:34:33','2021-01-10 04:34:33'),
(52133,21541,'action complete via WP Cron','2021-01-10 09:34:33','2021-01-10 04:34:33'),
(52134,21542,'action created','2021-01-10 09:34:33','2021-01-10 04:34:33'),
(52135,21542,'action started via WP Cron','2021-01-10 09:35:16','2021-01-10 04:35:16'),
(52136,21542,'action complete via WP Cron','2021-01-10 09:35:16','2021-01-10 04:35:16'),
(52137,21543,'action created','2021-01-10 09:35:16','2021-01-10 04:35:16'),
(52138,21543,'action started via WP Cron','2021-01-10 09:36:18','2021-01-10 04:36:18'),
(52139,21543,'action complete via WP Cron','2021-01-10 09:36:18','2021-01-10 04:36:18'),
(52140,21544,'action created','2021-01-10 09:36:18','2021-01-10 04:36:18'),
(52141,21544,'action started via WP Cron','2021-01-10 09:37:15','2021-01-10 04:37:15'),
(52142,21544,'action complete via WP Cron','2021-01-10 09:37:15','2021-01-10 04:37:15'),
(52143,21545,'action created','2021-01-10 09:37:15','2021-01-10 04:37:15'),
(52144,21545,'action started via WP Cron','2021-01-10 09:38:50','2021-01-10 04:38:50'),
(52145,21545,'action complete via WP Cron','2021-01-10 09:38:50','2021-01-10 04:38:50'),
(52146,21546,'action created','2021-01-10 09:38:50','2021-01-10 04:38:50'),
(52147,21546,'action started via WP Cron','2021-01-10 09:40:14','2021-01-10 04:40:14'),
(52148,21546,'action complete via WP Cron','2021-01-10 09:40:14','2021-01-10 04:40:14'),
(52149,21547,'action created','2021-01-10 09:40:14','2021-01-10 04:40:14'),
(52150,21547,'action started via WP Cron','2021-01-10 09:41:30','2021-01-10 04:41:30'),
(52151,21547,'action complete via WP Cron','2021-01-10 09:41:30','2021-01-10 04:41:30'),
(52152,21548,'action created','2021-01-10 09:41:30','2021-01-10 04:41:30'),
(52153,21548,'action started via WP Cron','2021-01-10 09:42:35','2021-01-10 04:42:35'),
(52154,21548,'action complete via WP Cron','2021-01-10 09:42:35','2021-01-10 04:42:35'),
(52155,21549,'action created','2021-01-10 09:42:36','2021-01-10 04:42:36'),
(52156,21549,'action started via WP Cron','2021-01-10 09:43:22','2021-01-10 04:43:22'),
(52157,21549,'action complete via WP Cron','2021-01-10 09:43:22','2021-01-10 04:43:22'),
(52158,21550,'action created','2021-01-10 09:43:22','2021-01-10 04:43:22'),
(52159,21550,'action started via WP Cron','2021-01-10 09:44:38','2021-01-10 04:44:38'),
(52160,21550,'action complete via WP Cron','2021-01-10 09:44:38','2021-01-10 04:44:38'),
(52161,21551,'action created','2021-01-10 09:44:38','2021-01-10 04:44:38'),
(52162,21551,'action started via WP Cron','2021-01-10 09:45:41','2021-01-10 04:45:41'),
(52163,21551,'action complete via WP Cron','2021-01-10 09:45:41','2021-01-10 04:45:41'),
(52164,21552,'action created','2021-01-10 09:45:41','2021-01-10 04:45:41'),
(52165,21552,'action started via WP Cron','2021-01-10 09:46:15','2021-01-10 04:46:15'),
(52166,21552,'action complete via WP Cron','2021-01-10 09:46:15','2021-01-10 04:46:15'),
(52167,21553,'action created','2021-01-10 09:46:15','2021-01-10 04:46:15'),
(52168,21553,'action started via WP Cron','2021-01-10 09:48:05','2021-01-10 04:48:05'),
(52169,21553,'action complete via WP Cron','2021-01-10 09:48:05','2021-01-10 04:48:05'),
(52170,21554,'action created','2021-01-10 09:48:05','2021-01-10 04:48:05'),
(52171,21554,'action started via WP Cron','2021-01-10 09:48:17','2021-01-10 04:48:17'),
(52172,21554,'action complete via WP Cron','2021-01-10 09:48:17','2021-01-10 04:48:17'),
(52173,21555,'action created','2021-01-10 09:48:17','2021-01-10 04:48:17'),
(52174,21555,'action started via WP Cron','2021-01-10 09:49:37','2021-01-10 04:49:37'),
(52175,21555,'action complete via WP Cron','2021-01-10 09:49:37','2021-01-10 04:49:37'),
(52176,21556,'action created','2021-01-10 09:49:37','2021-01-10 04:49:37'),
(52177,21556,'action started via WP Cron','2021-01-10 09:50:43','2021-01-10 04:50:43'),
(52178,21556,'action complete via WP Cron','2021-01-10 09:50:43','2021-01-10 04:50:43'),
(52179,21557,'action created','2021-01-10 09:50:43','2021-01-10 04:50:43'),
(52180,21557,'action started via WP Cron','2021-01-10 09:53:16','2021-01-10 04:53:16'),
(52181,21557,'action complete via WP Cron','2021-01-10 09:53:16','2021-01-10 04:53:16'),
(52182,21558,'action created','2021-01-10 09:53:16','2021-01-10 04:53:16'),
(52183,21558,'action started via WP Cron','2021-01-10 09:55:26','2021-01-10 04:55:26'),
(52184,21558,'action complete via WP Cron','2021-01-10 09:55:26','2021-01-10 04:55:26'),
(52185,21559,'action created','2021-01-10 09:55:26','2021-01-10 04:55:26'),
(52186,21559,'action started via WP Cron','2021-01-10 09:56:28','2021-01-10 04:56:28'),
(52187,21559,'action complete via WP Cron','2021-01-10 09:56:28','2021-01-10 04:56:28'),
(52188,21560,'action created','2021-01-10 09:56:28','2021-01-10 04:56:28'),
(52189,21560,'action started via WP Cron','2021-01-10 09:57:17','2021-01-10 04:57:17'),
(52190,21560,'action complete via WP Cron','2021-01-10 09:57:17','2021-01-10 04:57:17'),
(52191,21561,'action created','2021-01-10 09:57:17','2021-01-10 04:57:17'),
(52192,21561,'action started via WP Cron','2021-01-10 09:59:22','2021-01-10 04:59:22'),
(52193,21561,'action complete via WP Cron','2021-01-10 09:59:22','2021-01-10 04:59:22'),
(52194,21562,'action created','2021-01-10 09:59:22','2021-01-10 04:59:22'),
(52195,21562,'action started via WP Cron','2021-01-10 10:00:27','2021-01-10 05:00:27'),
(52196,21562,'action complete via WP Cron','2021-01-10 10:00:27','2021-01-10 05:00:27'),
(52197,21563,'action created','2021-01-10 10:00:27','2021-01-10 05:00:27'),
(52198,21563,'action started via WP Cron','2021-01-10 10:01:41','2021-01-10 05:01:41'),
(52199,21563,'action complete via WP Cron','2021-01-10 10:01:41','2021-01-10 05:01:41'),
(52200,21564,'action created','2021-01-10 10:01:41','2021-01-10 05:01:41'),
(52201,21564,'action started via WP Cron','2021-01-10 10:02:17','2021-01-10 05:02:17'),
(52202,21564,'action complete via WP Cron','2021-01-10 10:02:17','2021-01-10 05:02:17'),
(52203,21565,'action created','2021-01-10 10:02:17','2021-01-10 05:02:17'),
(52204,21565,'action started via WP Cron','2021-01-10 10:03:24','2021-01-10 05:03:24'),
(52205,21565,'action complete via WP Cron','2021-01-10 10:03:24','2021-01-10 05:03:24'),
(52206,21566,'action created','2021-01-10 10:03:24','2021-01-10 05:03:24'),
(52207,21566,'action started via WP Cron','2021-01-10 10:05:59','2021-01-10 05:05:59'),
(52208,21566,'action complete via WP Cron','2021-01-10 10:05:59','2021-01-10 05:05:59'),
(52209,21567,'action created','2021-01-10 10:05:59','2021-01-10 05:05:59'),
(52210,21567,'action started via WP Cron','2021-01-10 10:06:53','2021-01-10 05:06:53'),
(52211,21567,'action complete via WP Cron','2021-01-10 10:06:53','2021-01-10 05:06:53'),
(52212,21568,'action created','2021-01-10 10:06:53','2021-01-10 05:06:53'),
(52213,21568,'action started via WP Cron','2021-01-10 10:07:18','2021-01-10 05:07:18'),
(52214,21568,'action complete via WP Cron','2021-01-10 10:07:18','2021-01-10 05:07:18'),
(52215,21569,'action created','2021-01-10 10:07:18','2021-01-10 05:07:18'),
(52216,21569,'action started via WP Cron','2021-01-10 10:08:17','2021-01-10 05:08:17'),
(52217,21569,'action complete via WP Cron','2021-01-10 10:08:17','2021-01-10 05:08:17'),
(52218,21570,'action created','2021-01-10 10:08:17','2021-01-10 05:08:17'),
(52219,21570,'action started via WP Cron','2021-01-10 10:09:18','2021-01-10 05:09:18'),
(52220,21570,'action complete via WP Cron','2021-01-10 10:09:18','2021-01-10 05:09:18'),
(52221,21571,'action created','2021-01-10 10:09:18','2021-01-10 05:09:18'),
(52222,21571,'action started via WP Cron','2021-01-10 10:10:14','2021-01-10 05:10:14'),
(52223,21571,'action complete via WP Cron','2021-01-10 10:10:14','2021-01-10 05:10:14'),
(52224,21572,'action created','2021-01-10 10:10:14','2021-01-10 05:10:14'),
(52225,21572,'action started via WP Cron','2021-01-10 10:11:23','2021-01-10 05:11:23'),
(52226,21572,'action complete via WP Cron','2021-01-10 10:11:23','2021-01-10 05:11:23'),
(52227,21573,'action created','2021-01-10 10:11:23','2021-01-10 05:11:23'),
(52228,21573,'action started via WP Cron','2021-01-10 10:12:13','2021-01-10 05:12:13'),
(52229,21573,'action complete via WP Cron','2021-01-10 10:12:13','2021-01-10 05:12:13'),
(52230,21574,'action created','2021-01-10 10:12:13','2021-01-10 05:12:13'),
(52231,21574,'action started via WP Cron','2021-01-10 10:13:23','2021-01-10 05:13:23'),
(52232,21574,'action complete via WP Cron','2021-01-10 10:13:23','2021-01-10 05:13:23'),
(52233,21575,'action created','2021-01-10 10:13:23','2021-01-10 05:13:23'),
(52234,21575,'action started via WP Cron','2021-01-10 10:14:17','2021-01-10 05:14:17'),
(52235,21575,'action complete via WP Cron','2021-01-10 10:14:18','2021-01-10 05:14:18'),
(52236,21576,'action created','2021-01-10 10:14:18','2021-01-10 05:14:18'),
(52237,21576,'action started via WP Cron','2021-01-10 10:15:13','2021-01-10 05:15:13'),
(52238,21576,'action complete via WP Cron','2021-01-10 10:15:13','2021-01-10 05:15:13'),
(52239,21577,'action created','2021-01-10 10:15:14','2021-01-10 05:15:14'),
(52240,21577,'action started via WP Cron','2021-01-10 10:16:25','2021-01-10 05:16:25'),
(52241,21577,'action complete via WP Cron','2021-01-10 10:16:25','2021-01-10 05:16:25'),
(52242,21578,'action created','2021-01-10 10:16:25','2021-01-10 05:16:25'),
(52243,21578,'action started via WP Cron','2021-01-10 10:17:20','2021-01-10 05:17:20'),
(52244,21578,'action complete via WP Cron','2021-01-10 10:17:20','2021-01-10 05:17:20'),
(52245,21579,'action created','2021-01-10 10:17:20','2021-01-10 05:17:20'),
(52246,21579,'action started via WP Cron','2021-01-10 10:18:39','2021-01-10 05:18:39'),
(52247,21579,'action complete via WP Cron','2021-01-10 10:18:39','2021-01-10 05:18:39'),
(52248,21580,'action created','2021-01-10 10:18:39','2021-01-10 05:18:39'),
(52249,21580,'action started via WP Cron','2021-01-10 10:20:28','2021-01-10 05:20:28'),
(52250,21580,'action complete via WP Cron','2021-01-10 10:20:28','2021-01-10 05:20:28'),
(52251,21581,'action created','2021-01-10 10:20:28','2021-01-10 05:20:28'),
(52252,21581,'action started via WP Cron','2021-01-10 10:21:26','2021-01-10 05:21:26'),
(52253,21581,'action complete via WP Cron','2021-01-10 10:21:26','2021-01-10 05:21:26'),
(52254,21582,'action created','2021-01-10 10:21:26','2021-01-10 05:21:26'),
(52255,21582,'action started via WP Cron','2021-01-10 10:22:23','2021-01-10 05:22:23'),
(52256,21582,'action complete via WP Cron','2021-01-10 10:22:23','2021-01-10 05:22:23'),
(52257,21583,'action created','2021-01-10 10:22:23','2021-01-10 05:22:23'),
(52258,21583,'action started via WP Cron','2021-01-10 10:23:20','2021-01-10 05:23:20'),
(52259,21583,'action complete via WP Cron','2021-01-10 10:23:20','2021-01-10 05:23:20'),
(52260,21584,'action created','2021-01-10 10:23:20','2021-01-10 05:23:20'),
(52261,21584,'action started via WP Cron','2021-01-10 10:24:12','2021-01-10 05:24:12'),
(52262,21584,'action complete via WP Cron','2021-01-10 10:24:12','2021-01-10 05:24:12'),
(52263,21585,'action created','2021-01-10 10:24:12','2021-01-10 05:24:12'),
(52264,21585,'action started via WP Cron','2021-01-10 10:25:12','2021-01-10 05:25:12'),
(52265,21585,'action complete via WP Cron','2021-01-10 10:25:12','2021-01-10 05:25:12'),
(52266,21586,'action created','2021-01-10 10:25:12','2021-01-10 05:25:12'),
(52267,21586,'action started via WP Cron','2021-01-10 10:26:30','2021-01-10 05:26:30'),
(52268,21586,'action complete via WP Cron','2021-01-10 10:26:30','2021-01-10 05:26:30'),
(52269,21587,'action created','2021-01-10 10:26:30','2021-01-10 05:26:30'),
(52270,21587,'action started via WP Cron','2021-01-10 10:27:16','2021-01-10 05:27:16'),
(52271,21587,'action complete via WP Cron','2021-01-10 10:27:16','2021-01-10 05:27:16'),
(52272,21588,'action created','2021-01-10 10:27:16','2021-01-10 05:27:16'),
(52273,21588,'action started via WP Cron','2021-01-10 10:28:16','2021-01-10 05:28:16'),
(52274,21588,'action complete via WP Cron','2021-01-10 10:28:16','2021-01-10 05:28:16'),
(52275,21589,'action created','2021-01-10 10:28:16','2021-01-10 05:28:16'),
(52276,21589,'action started via WP Cron','2021-01-10 10:30:03','2021-01-10 05:30:03'),
(52277,21589,'action complete via WP Cron','2021-01-10 10:30:03','2021-01-10 05:30:03'),
(52278,21590,'action created','2021-01-10 10:30:03','2021-01-10 05:30:03'),
(52279,21590,'action started via WP Cron','2021-01-10 10:30:54','2021-01-10 05:30:54'),
(52280,21590,'action complete via WP Cron','2021-01-10 10:30:54','2021-01-10 05:30:54'),
(52281,21591,'action created','2021-01-10 10:30:54','2021-01-10 05:30:54'),
(52282,21591,'action started via WP Cron','2021-01-10 10:31:11','2021-01-10 05:31:11'),
(52283,21591,'action complete via WP Cron','2021-01-10 10:31:11','2021-01-10 05:31:11'),
(52284,21592,'action created','2021-01-10 10:31:12','2021-01-10 05:31:12'),
(52285,21592,'action started via WP Cron','2021-01-10 10:33:08','2021-01-10 05:33:08'),
(52286,21592,'action complete via WP Cron','2021-01-10 10:33:08','2021-01-10 05:33:08'),
(52287,21593,'action created','2021-01-10 10:33:08','2021-01-10 05:33:08'),
(52288,21593,'action started via WP Cron','2021-01-10 10:33:30','2021-01-10 05:33:30'),
(52289,21593,'action complete via WP Cron','2021-01-10 10:33:30','2021-01-10 05:33:30'),
(52290,21594,'action created','2021-01-10 10:33:30','2021-01-10 05:33:30'),
(52291,21594,'action started via WP Cron','2021-01-10 10:34:19','2021-01-10 05:34:19'),
(52292,21594,'action complete via WP Cron','2021-01-10 10:34:19','2021-01-10 05:34:19'),
(52293,21595,'action created','2021-01-10 10:34:19','2021-01-10 05:34:19'),
(52294,21595,'action started via WP Cron','2021-01-10 10:35:30','2021-01-10 05:35:30'),
(52295,21595,'action complete via WP Cron','2021-01-10 10:35:30','2021-01-10 05:35:30'),
(52296,21596,'action created','2021-01-10 10:35:31','2021-01-10 05:35:31'),
(52297,21596,'action started via WP Cron','2021-01-10 10:36:19','2021-01-10 05:36:19'),
(52298,21596,'action complete via WP Cron','2021-01-10 10:36:19','2021-01-10 05:36:19'),
(52299,21597,'action created','2021-01-10 10:36:19','2021-01-10 05:36:19'),
(52300,21597,'action started via WP Cron','2021-01-10 10:37:35','2021-01-10 05:37:35'),
(52301,21597,'action complete via WP Cron','2021-01-10 10:37:35','2021-01-10 05:37:35'),
(52302,21598,'action created','2021-01-10 10:37:35','2021-01-10 05:37:35'),
(52303,21598,'action started via WP Cron','2021-01-10 10:38:12','2021-01-10 05:38:12'),
(52304,21598,'action complete via WP Cron','2021-01-10 10:38:12','2021-01-10 05:38:12'),
(52305,21599,'action created','2021-01-10 10:38:12','2021-01-10 05:38:12'),
(52306,21599,'action started via WP Cron','2021-01-10 10:39:13','2021-01-10 05:39:13'),
(52307,21599,'action complete via WP Cron','2021-01-10 10:39:13','2021-01-10 05:39:13'),
(52308,21600,'action created','2021-01-10 10:39:13','2021-01-10 05:39:13'),
(52309,21600,'action started via WP Cron','2021-01-10 10:40:32','2021-01-10 05:40:32'),
(52310,21600,'action complete via WP Cron','2021-01-10 10:40:32','2021-01-10 05:40:32'),
(52311,21601,'action created','2021-01-10 10:40:32','2021-01-10 05:40:32'),
(52312,21601,'action started via WP Cron','2021-01-10 10:41:20','2021-01-10 05:41:20'),
(52313,21601,'action complete via WP Cron','2021-01-10 10:41:20','2021-01-10 05:41:20'),
(52314,21602,'action created','2021-01-10 10:41:20','2021-01-10 05:41:20'),
(52315,21602,'action started via WP Cron','2021-01-10 10:42:37','2021-01-10 05:42:37'),
(52316,21602,'action complete via WP Cron','2021-01-10 10:42:37','2021-01-10 05:42:37'),
(52317,21603,'action created','2021-01-10 10:42:37','2021-01-10 05:42:37'),
(52318,21603,'action started via WP Cron','2021-01-10 10:43:31','2021-01-10 05:43:31'),
(52319,21603,'action complete via WP Cron','2021-01-10 10:43:31','2021-01-10 05:43:31'),
(52320,21604,'action created','2021-01-10 10:43:31','2021-01-10 05:43:31'),
(52321,21604,'action started via WP Cron','2021-01-10 10:44:55','2021-01-10 05:44:55'),
(52322,21604,'action complete via WP Cron','2021-01-10 10:44:55','2021-01-10 05:44:55'),
(52323,21605,'action created','2021-01-10 10:44:55','2021-01-10 05:44:55'),
(52324,21605,'action started via WP Cron','2021-01-10 10:45:20','2021-01-10 05:45:20'),
(52325,21605,'action complete via WP Cron','2021-01-10 10:45:20','2021-01-10 05:45:20'),
(52326,21606,'action created','2021-01-10 10:45:20','2021-01-10 05:45:20'),
(52327,21606,'action started via WP Cron','2021-01-10 10:46:11','2021-01-10 05:46:11'),
(52328,21606,'action complete via WP Cron','2021-01-10 10:46:11','2021-01-10 05:46:11'),
(52329,21607,'action created','2021-01-10 10:46:11','2021-01-10 05:46:11'),
(52330,21607,'action started via WP Cron','2021-01-10 10:47:27','2021-01-10 05:47:27'),
(52331,21607,'action complete via WP Cron','2021-01-10 10:47:27','2021-01-10 05:47:27'),
(52332,21608,'action created','2021-01-10 10:47:27','2021-01-10 05:47:27'),
(52333,21608,'action started via WP Cron','2021-01-10 10:48:15','2021-01-10 05:48:15'),
(52334,21608,'action complete via WP Cron','2021-01-10 10:48:15','2021-01-10 05:48:15'),
(52335,21609,'action created','2021-01-10 10:48:15','2021-01-10 05:48:15'),
(52336,21609,'action started via WP Cron','2021-01-10 10:49:40','2021-01-10 05:49:40'),
(52337,21609,'action complete via WP Cron','2021-01-10 10:49:40','2021-01-10 05:49:40'),
(52338,21610,'action created','2021-01-10 10:49:40','2021-01-10 05:49:40'),
(52339,21610,'action started via WP Cron','2021-01-10 10:50:29','2021-01-10 05:50:29'),
(52340,21610,'action complete via WP Cron','2021-01-10 10:50:29','2021-01-10 05:50:29'),
(52341,21611,'action created','2021-01-10 10:50:29','2021-01-10 05:50:29'),
(52342,21611,'action started via WP Cron','2021-01-10 10:52:31','2021-01-10 05:52:31'),
(52343,21611,'action complete via WP Cron','2021-01-10 10:52:31','2021-01-10 05:52:31'),
(52344,21612,'action created','2021-01-10 10:52:31','2021-01-10 05:52:31'),
(52345,21612,'action started via WP Cron','2021-01-10 10:53:19','2021-01-10 05:53:19'),
(52346,21612,'action complete via WP Cron','2021-01-10 10:53:19','2021-01-10 05:53:19'),
(52347,21613,'action created','2021-01-10 10:53:19','2021-01-10 05:53:19'),
(52348,21613,'action started via WP Cron','2021-01-10 10:54:18','2021-01-10 05:54:18'),
(52349,21613,'action complete via WP Cron','2021-01-10 10:54:18','2021-01-10 05:54:18'),
(52350,21614,'action created','2021-01-10 10:54:18','2021-01-10 05:54:18'),
(52351,21614,'action started via WP Cron','2021-01-10 10:55:31','2021-01-10 05:55:31'),
(52352,21614,'action complete via WP Cron','2021-01-10 10:55:31','2021-01-10 05:55:31'),
(52353,21615,'action created','2021-01-10 10:55:31','2021-01-10 05:55:31'),
(52354,21615,'action started via WP Cron','2021-01-10 10:56:15','2021-01-10 05:56:15'),
(52355,21615,'action complete via WP Cron','2021-01-10 10:56:15','2021-01-10 05:56:15'),
(52356,21616,'action created','2021-01-10 10:56:15','2021-01-10 05:56:15'),
(52357,21616,'action started via WP Cron','2021-01-10 10:57:17','2021-01-10 05:57:17'),
(52358,21616,'action complete via WP Cron','2021-01-10 10:57:17','2021-01-10 05:57:17'),
(52359,21617,'action created','2021-01-10 10:57:17','2021-01-10 05:57:17'),
(52360,21617,'action started via WP Cron','2021-01-10 10:59:05','2021-01-10 05:59:05'),
(52361,21617,'action complete via WP Cron','2021-01-10 10:59:05','2021-01-10 05:59:05'),
(52362,21618,'action created','2021-01-10 10:59:05','2021-01-10 05:59:05'),
(52363,21618,'action started via WP Cron','2021-01-10 10:59:52','2021-01-10 05:59:52'),
(52364,21618,'action complete via WP Cron','2021-01-10 10:59:52','2021-01-10 05:59:52'),
(52365,21619,'action created','2021-01-10 10:59:52','2021-01-10 05:59:52'),
(52366,21619,'action started via WP Cron','2021-01-10 11:00:40','2021-01-10 06:00:40'),
(52367,21619,'action complete via WP Cron','2021-01-10 11:00:40','2021-01-10 06:00:40'),
(52368,21620,'action created','2021-01-10 11:00:40','2021-01-10 06:00:40'),
(52369,21620,'action started via WP Cron','2021-01-10 11:01:22','2021-01-10 06:01:22'),
(52370,21620,'action complete via WP Cron','2021-01-10 11:01:22','2021-01-10 06:01:22'),
(52371,21621,'action created','2021-01-10 11:01:22','2021-01-10 06:01:22'),
(52372,21621,'action started via WP Cron','2021-01-10 11:02:45','2021-01-10 06:02:45'),
(52373,21621,'action complete via WP Cron','2021-01-10 11:02:45','2021-01-10 06:02:45'),
(52374,21622,'action created','2021-01-10 11:02:45','2021-01-10 06:02:45'),
(52375,21622,'action started via WP Cron','2021-01-10 11:03:53','2021-01-10 06:03:53'),
(52376,21622,'action complete via WP Cron','2021-01-10 11:03:53','2021-01-10 06:03:53'),
(52377,21623,'action created','2021-01-10 11:03:54','2021-01-10 06:03:54'),
(52378,21623,'action started via WP Cron','2021-01-10 11:04:23','2021-01-10 06:04:23'),
(52379,21623,'action complete via WP Cron','2021-01-10 11:04:23','2021-01-10 06:04:23'),
(52380,21624,'action created','2021-01-10 11:04:23','2021-01-10 06:04:23'),
(52381,21624,'action started via WP Cron','2021-01-10 11:05:13','2021-01-10 06:05:13'),
(52382,21624,'action complete via WP Cron','2021-01-10 11:05:13','2021-01-10 06:05:13'),
(52383,21625,'action created','2021-01-10 11:05:13','2021-01-10 06:05:13'),
(52384,21625,'action started via WP Cron','2021-01-10 11:06:27','2021-01-10 06:06:27'),
(52385,21625,'action complete via WP Cron','2021-01-10 11:06:27','2021-01-10 06:06:27'),
(52386,21626,'action created','2021-01-10 11:06:27','2021-01-10 06:06:27'),
(52387,21626,'action started via WP Cron','2021-01-10 11:07:38','2021-01-10 06:07:38'),
(52388,21626,'action complete via WP Cron','2021-01-10 11:07:38','2021-01-10 06:07:38'),
(52389,21627,'action created','2021-01-10 11:07:38','2021-01-10 06:07:38'),
(52390,21627,'action started via WP Cron','2021-01-10 11:08:25','2021-01-10 06:08:25'),
(52391,21627,'action complete via WP Cron','2021-01-10 11:08:25','2021-01-10 06:08:25'),
(52392,21628,'action created','2021-01-10 11:08:25','2021-01-10 06:08:25'),
(52393,21628,'action started via WP Cron','2021-01-10 11:09:49','2021-01-10 06:09:49'),
(52394,21628,'action complete via WP Cron','2021-01-10 11:09:49','2021-01-10 06:09:49'),
(52395,21629,'action created','2021-01-10 11:09:49','2021-01-10 06:09:49'),
(52396,21629,'action started via WP Cron','2021-01-10 11:10:30','2021-01-10 06:10:30'),
(52397,21629,'action complete via WP Cron','2021-01-10 11:10:30','2021-01-10 06:10:30'),
(52398,21630,'action created','2021-01-10 11:10:30','2021-01-10 06:10:30'),
(52399,21630,'action started via WP Cron','2021-01-10 11:11:28','2021-01-10 06:11:28'),
(52400,21630,'action complete via WP Cron','2021-01-10 11:11:28','2021-01-10 06:11:28'),
(52401,21631,'action created','2021-01-10 11:11:28','2021-01-10 06:11:28'),
(52402,21631,'action started via WP Cron','2021-01-10 11:12:28','2021-01-10 06:12:28'),
(52403,21631,'action complete via WP Cron','2021-01-10 11:12:28','2021-01-10 06:12:28'),
(52404,21632,'action created','2021-01-10 11:12:28','2021-01-10 06:12:28'),
(52405,21632,'action started via WP Cron','2021-01-10 11:13:22','2021-01-10 06:13:22'),
(52406,21632,'action complete via WP Cron','2021-01-10 11:13:22','2021-01-10 06:13:22'),
(52407,21633,'action created','2021-01-10 11:13:22','2021-01-10 06:13:22'),
(52408,21633,'action started via WP Cron','2021-01-10 11:14:12','2021-01-10 06:14:12'),
(52409,21633,'action complete via WP Cron','2021-01-10 11:14:12','2021-01-10 06:14:12'),
(52410,21634,'action created','2021-01-10 11:14:12','2021-01-10 06:14:12'),
(52411,21634,'action started via WP Cron','2021-01-10 11:15:42','2021-01-10 06:15:42'),
(52412,21634,'action complete via WP Cron','2021-01-10 11:15:42','2021-01-10 06:15:42'),
(52413,21635,'action created','2021-01-10 11:15:42','2021-01-10 06:15:42'),
(52414,21635,'action started via WP Cron','2021-01-10 11:16:40','2021-01-10 06:16:40'),
(52415,21635,'action complete via WP Cron','2021-01-10 11:16:40','2021-01-10 06:16:40'),
(52416,21636,'action created','2021-01-10 11:16:40','2021-01-10 06:16:40'),
(52417,21636,'action started via WP Cron','2021-01-10 11:17:38','2021-01-10 06:17:38'),
(52418,21636,'action complete via WP Cron','2021-01-10 11:17:38','2021-01-10 06:17:38'),
(52419,21637,'action created','2021-01-10 11:17:38','2021-01-10 06:17:38'),
(52420,21637,'action started via WP Cron','2021-01-10 11:18:13','2021-01-10 06:18:13'),
(52421,21637,'action complete via WP Cron','2021-01-10 11:18:13','2021-01-10 06:18:13'),
(52422,21638,'action created','2021-01-10 11:18:13','2021-01-10 06:18:13'),
(52423,21638,'action started via WP Cron','2021-01-10 11:20:12','2021-01-10 06:20:12'),
(52424,21638,'action complete via WP Cron','2021-01-10 11:20:12','2021-01-10 06:20:12'),
(52425,21639,'action created','2021-01-10 11:20:12','2021-01-10 06:20:12'),
(52426,21639,'action started via WP Cron','2021-01-10 11:21:13','2021-01-10 06:21:13'),
(52427,21639,'action complete via WP Cron','2021-01-10 11:21:13','2021-01-10 06:21:13'),
(52428,21640,'action created','2021-01-10 11:21:13','2021-01-10 06:21:13'),
(52429,21640,'action started via WP Cron','2021-01-10 11:25:03','2021-01-10 06:25:03'),
(52430,21640,'action complete via WP Cron','2021-01-10 11:25:03','2021-01-10 06:25:03'),
(52431,21641,'action created','2021-01-10 11:25:04','2021-01-10 06:25:04'),
(52432,21641,'action started via WP Cron','2021-01-10 11:25:33','2021-01-10 06:25:33'),
(52433,21641,'action complete via WP Cron','2021-01-10 11:25:33','2021-01-10 06:25:33'),
(52434,21642,'action created','2021-01-10 11:25:33','2021-01-10 06:25:33'),
(52435,21642,'action started via WP Cron','2021-01-10 11:26:24','2021-01-10 06:26:24'),
(52436,21642,'action complete via WP Cron','2021-01-10 11:26:24','2021-01-10 06:26:24'),
(52437,21643,'action created','2021-01-10 11:26:24','2021-01-10 06:26:24'),
(52438,21643,'action started via WP Cron','2021-01-10 11:28:45','2021-01-10 06:28:45'),
(52439,21643,'action complete via WP Cron','2021-01-10 11:28:45','2021-01-10 06:28:45'),
(52440,21644,'action created','2021-01-10 11:28:45','2021-01-10 06:28:45'),
(52441,21644,'action started via WP Cron','2021-01-10 11:29:52','2021-01-10 06:29:52'),
(52442,21644,'action complete via WP Cron','2021-01-10 11:29:52','2021-01-10 06:29:52'),
(52443,21645,'action created','2021-01-10 11:29:52','2021-01-10 06:29:52'),
(52444,21645,'action started via WP Cron','2021-01-10 11:32:04','2021-01-10 06:32:04'),
(52445,21645,'action complete via WP Cron','2021-01-10 11:32:04','2021-01-10 06:32:04'),
(52446,21646,'action created','2021-01-10 11:32:04','2021-01-10 06:32:04'),
(52447,21646,'action started via WP Cron','2021-01-10 11:32:17','2021-01-10 06:32:17'),
(52448,21646,'action complete via WP Cron','2021-01-10 11:32:17','2021-01-10 06:32:17'),
(52449,21647,'action created','2021-01-10 11:32:17','2021-01-10 06:32:17'),
(52450,21647,'action started via WP Cron','2021-01-10 11:33:33','2021-01-10 06:33:33'),
(52451,21647,'action complete via WP Cron','2021-01-10 11:33:33','2021-01-10 06:33:33'),
(52452,21648,'action created','2021-01-10 11:33:33','2021-01-10 06:33:33'),
(52453,21648,'action started via WP Cron','2021-01-10 11:34:40','2021-01-10 06:34:40'),
(52454,21648,'action complete via WP Cron','2021-01-10 11:34:40','2021-01-10 06:34:40'),
(52455,21649,'action created','2021-01-10 11:34:40','2021-01-10 06:34:40'),
(52456,21649,'action started via WP Cron','2021-01-10 11:36:03','2021-01-10 06:36:03'),
(52457,21649,'action complete via WP Cron','2021-01-10 11:36:03','2021-01-10 06:36:03'),
(52458,21650,'action created','2021-01-10 11:36:03','2021-01-10 06:36:03'),
(52459,21650,'action started via WP Cron','2021-01-10 11:36:24','2021-01-10 06:36:24'),
(52460,21650,'action complete via WP Cron','2021-01-10 11:36:24','2021-01-10 06:36:24'),
(52461,21651,'action created','2021-01-10 11:36:24','2021-01-10 06:36:24'),
(52462,21651,'action started via WP Cron','2021-01-10 11:37:18','2021-01-10 06:37:18'),
(52463,21651,'action complete via WP Cron','2021-01-10 11:37:18','2021-01-10 06:37:18'),
(52464,21652,'action created','2021-01-10 11:37:18','2021-01-10 06:37:18'),
(52465,21652,'action started via WP Cron','2021-01-10 11:40:21','2021-01-10 06:40:21'),
(52466,21652,'action complete via WP Cron','2021-01-10 11:40:21','2021-01-10 06:40:21'),
(52467,21653,'action created','2021-01-10 11:40:21','2021-01-10 06:40:21'),
(52468,21653,'action started via WP Cron','2021-01-10 11:41:54','2021-01-10 06:41:54'),
(52469,21653,'action complete via WP Cron','2021-01-10 11:41:54','2021-01-10 06:41:54'),
(52470,21654,'action created','2021-01-10 11:41:54','2021-01-10 06:41:54'),
(52471,21654,'action started via WP Cron','2021-01-10 11:42:44','2021-01-10 06:42:44'),
(52472,21654,'action complete via WP Cron','2021-01-10 11:42:44','2021-01-10 06:42:44'),
(52473,21655,'action created','2021-01-10 11:42:44','2021-01-10 06:42:44'),
(52474,21655,'action started via WP Cron','2021-01-10 11:43:33','2021-01-10 06:43:33'),
(52475,21655,'action complete via WP Cron','2021-01-10 11:43:33','2021-01-10 06:43:33'),
(52476,21656,'action created','2021-01-10 11:43:33','2021-01-10 06:43:33'),
(52477,21656,'action started via WP Cron','2021-01-10 11:46:11','2021-01-10 06:46:11'),
(52478,21656,'action complete via WP Cron','2021-01-10 11:46:11','2021-01-10 06:46:11'),
(52479,21657,'action created','2021-01-10 11:46:12','2021-01-10 06:46:12'),
(52480,21657,'action started via WP Cron','2021-01-10 11:47:21','2021-01-10 06:47:21'),
(52481,21657,'action complete via WP Cron','2021-01-10 11:47:21','2021-01-10 06:47:21'),
(52482,21658,'action created','2021-01-10 11:47:21','2021-01-10 06:47:21'),
(52483,21658,'action started via WP Cron','2021-01-10 11:48:53','2021-01-10 06:48:53'),
(52484,21658,'action complete via WP Cron','2021-01-10 11:48:53','2021-01-10 06:48:53'),
(52485,21659,'action created','2021-01-10 11:48:53','2021-01-10 06:48:53'),
(52486,21659,'action started via WP Cron','2021-01-10 11:49:30','2021-01-10 06:49:30'),
(52487,21659,'action complete via WP Cron','2021-01-10 11:49:30','2021-01-10 06:49:30'),
(52488,21660,'action created','2021-01-10 11:49:30','2021-01-10 06:49:30'),
(52489,21660,'action started via WP Cron','2021-01-10 11:52:47','2021-01-10 06:52:47'),
(52490,21660,'action complete via WP Cron','2021-01-10 11:52:47','2021-01-10 06:52:47'),
(52491,21661,'action created','2021-01-10 11:52:47','2021-01-10 06:52:47'),
(52492,21661,'action started via WP Cron','2021-01-10 11:53:28','2021-01-10 06:53:28'),
(52493,21661,'action complete via WP Cron','2021-01-10 11:53:28','2021-01-10 06:53:28'),
(52494,21662,'action created','2021-01-10 11:53:28','2021-01-10 06:53:28'),
(52495,21662,'action started via WP Cron','2021-01-10 11:55:10','2021-01-10 06:55:10'),
(52496,21662,'action complete via WP Cron','2021-01-10 11:55:10','2021-01-10 06:55:10'),
(52497,21663,'action created','2021-01-10 11:55:10','2021-01-10 06:55:10'),
(52498,21663,'action started via WP Cron','2021-01-10 11:56:18','2021-01-10 06:56:18'),
(52499,21663,'action complete via WP Cron','2021-01-10 11:56:18','2021-01-10 06:56:18'),
(52500,21664,'action created','2021-01-10 11:56:18','2021-01-10 06:56:18'),
(52501,21664,'action started via WP Cron','2021-01-10 11:57:19','2021-01-10 06:57:19'),
(52502,21664,'action complete via WP Cron','2021-01-10 11:57:19','2021-01-10 06:57:19'),
(52503,21665,'action created','2021-01-10 11:57:19','2021-01-10 06:57:19'),
(52504,21665,'action started via WP Cron','2021-01-10 11:58:24','2021-01-10 06:58:24'),
(52505,21665,'action complete via WP Cron','2021-01-10 11:58:24','2021-01-10 06:58:24'),
(52506,21666,'action created','2021-01-10 11:58:24','2021-01-10 06:58:24'),
(52507,21666,'action started via WP Cron','2021-01-10 12:00:16','2021-01-10 07:00:16'),
(52508,21666,'action complete via WP Cron','2021-01-10 12:00:16','2021-01-10 07:00:16'),
(52509,21667,'action created','2021-01-10 12:00:16','2021-01-10 07:00:16'),
(52510,21667,'action started via WP Cron','2021-01-10 12:03:02','2021-01-10 07:03:02'),
(52511,21667,'action complete via WP Cron','2021-01-10 12:03:02','2021-01-10 07:03:02'),
(52512,21668,'action created','2021-01-10 12:03:02','2021-01-10 07:03:02'),
(52513,21668,'action started via WP Cron','2021-01-10 12:05:57','2021-01-10 07:05:57'),
(52514,21668,'action complete via WP Cron','2021-01-10 12:05:57','2021-01-10 07:05:57'),
(52515,21669,'action created','2021-01-10 12:05:57','2021-01-10 07:05:57'),
(52516,21669,'action started via WP Cron','2021-01-10 12:06:36','2021-01-10 07:06:36'),
(52517,21669,'action complete via WP Cron','2021-01-10 12:06:36','2021-01-10 07:06:36'),
(52518,21670,'action created','2021-01-10 12:06:36','2021-01-10 07:06:36'),
(52519,21670,'action started via WP Cron','2021-01-10 12:07:13','2021-01-10 07:07:13'),
(52520,21670,'action complete via WP Cron','2021-01-10 12:07:13','2021-01-10 07:07:13'),
(52521,21671,'action created','2021-01-10 12:07:13','2021-01-10 07:07:13'),
(52522,21671,'action started via WP Cron','2021-01-10 12:08:13','2021-01-10 07:08:13'),
(52523,21671,'action complete via WP Cron','2021-01-10 12:08:13','2021-01-10 07:08:13'),
(52524,21672,'action created','2021-01-10 12:08:13','2021-01-10 07:08:13'),
(52525,21672,'action started via WP Cron','2021-01-10 12:09:18','2021-01-10 07:09:18'),
(52526,21672,'action complete via WP Cron','2021-01-10 12:09:18','2021-01-10 07:09:18'),
(52527,21673,'action created','2021-01-10 12:09:18','2021-01-10 07:09:18'),
(52528,21673,'action started via WP Cron','2021-01-10 12:10:14','2021-01-10 07:10:14'),
(52529,21673,'action complete via WP Cron','2021-01-10 12:10:14','2021-01-10 07:10:14'),
(52530,21674,'action created','2021-01-10 12:10:14','2021-01-10 07:10:14'),
(52531,21674,'action started via WP Cron','2021-01-10 12:11:17','2021-01-10 07:11:17'),
(52532,21674,'action complete via WP Cron','2021-01-10 12:11:17','2021-01-10 07:11:17'),
(52533,21675,'action created','2021-01-10 12:11:17','2021-01-10 07:11:17'),
(52534,21675,'action started via WP Cron','2021-01-10 12:12:47','2021-01-10 07:12:47'),
(52535,21675,'action complete via WP Cron','2021-01-10 12:12:47','2021-01-10 07:12:47'),
(52536,21676,'action created','2021-01-10 12:12:47','2021-01-10 07:12:47'),
(52537,21676,'action started via WP Cron','2021-01-10 12:13:11','2021-01-10 07:13:11'),
(52538,21676,'action complete via WP Cron','2021-01-10 12:13:11','2021-01-10 07:13:11'),
(52539,21677,'action created','2021-01-10 12:13:11','2021-01-10 07:13:11'),
(52540,21677,'action started via WP Cron','2021-01-10 12:14:14','2021-01-10 07:14:14'),
(52541,21677,'action complete via WP Cron','2021-01-10 12:14:14','2021-01-10 07:14:14'),
(52542,21678,'action created','2021-01-10 12:14:14','2021-01-10 07:14:14'),
(52543,21678,'action started via WP Cron','2021-01-10 12:15:21','2021-01-10 07:15:21'),
(52544,21678,'action complete via WP Cron','2021-01-10 12:15:21','2021-01-10 07:15:21'),
(52545,21679,'action created','2021-01-10 12:15:21','2021-01-10 07:15:21'),
(52546,21679,'action started via WP Cron','2021-01-10 12:17:20','2021-01-10 07:17:20'),
(52547,21679,'action complete via WP Cron','2021-01-10 12:17:20','2021-01-10 07:17:20'),
(52548,21680,'action created','2021-01-10 12:17:20','2021-01-10 07:17:20'),
(52549,21680,'action started via WP Cron','2021-01-10 12:18:16','2021-01-10 07:18:16'),
(52550,21680,'action complete via WP Cron','2021-01-10 12:18:16','2021-01-10 07:18:16'),
(52551,21681,'action created','2021-01-10 12:18:16','2021-01-10 07:18:16'),
(52552,21681,'action started via WP Cron','2021-01-10 12:20:24','2021-01-10 07:20:24'),
(52553,21681,'action complete via WP Cron','2021-01-10 12:20:24','2021-01-10 07:20:24'),
(52554,21682,'action created','2021-01-10 12:20:24','2021-01-10 07:20:24'),
(52555,21682,'action started via WP Cron','2021-01-10 12:21:25','2021-01-10 07:21:25'),
(52556,21682,'action complete via WP Cron','2021-01-10 12:21:25','2021-01-10 07:21:25'),
(52557,21683,'action created','2021-01-10 12:21:25','2021-01-10 07:21:25'),
(52558,21683,'action started via WP Cron','2021-01-10 12:22:35','2021-01-10 07:22:35'),
(52559,21683,'action complete via WP Cron','2021-01-10 12:22:35','2021-01-10 07:22:35'),
(52560,21684,'action created','2021-01-10 12:22:35','2021-01-10 07:22:35'),
(52561,21684,'action started via WP Cron','2021-01-10 12:23:18','2021-01-10 07:23:18'),
(52562,21684,'action complete via WP Cron','2021-01-10 12:23:18','2021-01-10 07:23:18'),
(52563,21685,'action created','2021-01-10 12:23:18','2021-01-10 07:23:18'),
(52564,21685,'action started via WP Cron','2021-01-10 12:24:48','2021-01-10 07:24:48'),
(52565,21685,'action complete via WP Cron','2021-01-10 12:24:48','2021-01-10 07:24:48'),
(52566,21686,'action created','2021-01-10 12:24:48','2021-01-10 07:24:48'),
(52567,21686,'action started via WP Cron','2021-01-10 12:25:34','2021-01-10 07:25:34'),
(52568,21686,'action complete via WP Cron','2021-01-10 12:25:34','2021-01-10 07:25:34'),
(52569,21687,'action created','2021-01-10 12:25:34','2021-01-10 07:25:34'),
(52570,21687,'action started via WP Cron','2021-01-10 12:26:51','2021-01-10 07:26:51'),
(52571,21687,'action complete via WP Cron','2021-01-10 12:26:51','2021-01-10 07:26:51'),
(52572,21688,'action created','2021-01-10 12:26:51','2021-01-10 07:26:51'),
(52573,21688,'action started via WP Cron','2021-01-10 12:27:16','2021-01-10 07:27:16'),
(52574,21688,'action complete via WP Cron','2021-01-10 12:27:16','2021-01-10 07:27:16'),
(52575,21689,'action created','2021-01-10 12:27:16','2021-01-10 07:27:16'),
(52576,21689,'action started via WP Cron','2021-01-10 12:29:57','2021-01-10 07:29:57'),
(52577,21689,'action complete via WP Cron','2021-01-10 12:29:58','2021-01-10 07:29:58'),
(52578,21690,'action created','2021-01-10 12:29:58','2021-01-10 07:29:58'),
(52579,21690,'action started via WP Cron','2021-01-10 12:31:08','2021-01-10 07:31:08'),
(52580,21690,'action complete via WP Cron','2021-01-10 12:31:08','2021-01-10 07:31:08'),
(52581,21691,'action created','2021-01-10 12:31:08','2021-01-10 07:31:08'),
(52582,21691,'action started via WP Cron','2021-01-10 12:31:40','2021-01-10 07:31:40'),
(52583,21691,'action complete via WP Cron','2021-01-10 12:31:40','2021-01-10 07:31:40'),
(52584,21692,'action created','2021-01-10 12:31:40','2021-01-10 07:31:40'),
(52585,21692,'action started via WP Cron','2021-01-10 12:32:35','2021-01-10 07:32:35'),
(52586,21692,'action complete via WP Cron','2021-01-10 12:32:35','2021-01-10 07:32:35'),
(52587,21693,'action created','2021-01-10 12:32:35','2021-01-10 07:32:35'),
(52588,21693,'action started via WP Cron','2021-01-10 12:34:09','2021-01-10 07:34:09'),
(52589,21693,'action complete via WP Cron','2021-01-10 12:34:09','2021-01-10 07:34:09'),
(52590,21694,'action created','2021-01-10 12:34:09','2021-01-10 07:34:09'),
(52591,21694,'action started via WP Cron','2021-01-10 12:36:47','2021-01-10 07:36:47'),
(52592,21694,'action complete via WP Cron','2021-01-10 12:36:47','2021-01-10 07:36:47'),
(52593,21695,'action created','2021-01-10 12:36:48','2021-01-10 07:36:48'),
(52594,21695,'action started via WP Cron','2021-01-10 12:38:54','2021-01-10 07:38:54'),
(52595,21695,'action complete via WP Cron','2021-01-10 12:38:54','2021-01-10 07:38:54'),
(52596,21696,'action created','2021-01-10 12:38:54','2021-01-10 07:38:54'),
(52597,21696,'action started via WP Cron','2021-01-10 12:39:17','2021-01-10 07:39:17'),
(52598,21696,'action complete via WP Cron','2021-01-10 12:39:17','2021-01-10 07:39:17'),
(52599,21697,'action created','2021-01-10 12:39:17','2021-01-10 07:39:17'),
(52600,21697,'action started via WP Cron','2021-01-10 12:40:19','2021-01-10 07:40:19'),
(52601,21697,'action complete via WP Cron','2021-01-10 12:40:19','2021-01-10 07:40:19'),
(52602,21698,'action created','2021-01-10 12:40:19','2021-01-10 07:40:19'),
(52603,21698,'action started via WP Cron','2021-01-10 12:41:35','2021-01-10 07:41:35'),
(52604,21698,'action complete via WP Cron','2021-01-10 12:41:35','2021-01-10 07:41:35'),
(52605,21699,'action created','2021-01-10 12:41:35','2021-01-10 07:41:35'),
(52606,21699,'action started via WP Cron','2021-01-10 12:42:13','2021-01-10 07:42:13'),
(52607,21699,'action complete via WP Cron','2021-01-10 12:42:13','2021-01-10 07:42:13'),
(52608,21700,'action created','2021-01-10 12:42:14','2021-01-10 07:42:14'),
(52609,21700,'action started via WP Cron','2021-01-10 12:43:38','2021-01-10 07:43:38'),
(52610,21700,'action complete via WP Cron','2021-01-10 12:43:38','2021-01-10 07:43:38'),
(52611,21701,'action created','2021-01-10 12:43:38','2021-01-10 07:43:38'),
(52612,21701,'action started via WP Cron','2021-01-10 12:44:58','2021-01-10 07:44:58'),
(52613,21701,'action complete via WP Cron','2021-01-10 12:44:58','2021-01-10 07:44:58'),
(52614,21702,'action created','2021-01-10 12:44:58','2021-01-10 07:44:58'),
(52615,21702,'action started via WP Cron','2021-01-10 12:45:41','2021-01-10 07:45:41'),
(52616,21702,'action complete via WP Cron','2021-01-10 12:45:41','2021-01-10 07:45:41'),
(52617,21703,'action created','2021-01-10 12:45:41','2021-01-10 07:45:41'),
(52618,21703,'action started via WP Cron','2021-01-10 12:46:25','2021-01-10 07:46:25'),
(52619,21703,'action complete via WP Cron','2021-01-10 12:46:25','2021-01-10 07:46:25'),
(52620,21704,'action created','2021-01-10 12:46:25','2021-01-10 07:46:25'),
(52621,21704,'action started via WP Cron','2021-01-10 12:47:51','2021-01-10 07:47:51'),
(52622,21704,'action complete via WP Cron','2021-01-10 12:47:51','2021-01-10 07:47:51'),
(52623,21705,'action created','2021-01-10 12:47:51','2021-01-10 07:47:51'),
(52624,21705,'action started via WP Cron','2021-01-10 12:48:50','2021-01-10 07:48:50'),
(52625,21705,'action complete via WP Cron','2021-01-10 12:48:50','2021-01-10 07:48:50'),
(52626,21706,'action created','2021-01-10 12:48:50','2021-01-10 07:48:50'),
(52627,21706,'action started via WP Cron','2021-01-10 12:50:28','2021-01-10 07:50:28'),
(52628,21706,'action complete via WP Cron','2021-01-10 12:50:28','2021-01-10 07:50:28'),
(52629,21707,'action created','2021-01-10 12:50:28','2021-01-10 07:50:28'),
(52630,21707,'action started via WP Cron','2021-01-10 12:51:18','2021-01-10 07:51:18'),
(52631,21707,'action complete via WP Cron','2021-01-10 12:51:18','2021-01-10 07:51:18'),
(52632,21708,'action created','2021-01-10 12:51:18','2021-01-10 07:51:18'),
(52633,21708,'action started via WP Cron','2021-01-10 12:52:17','2021-01-10 07:52:17'),
(52634,21708,'action complete via WP Cron','2021-01-10 12:52:17','2021-01-10 07:52:17'),
(52635,21709,'action created','2021-01-10 12:52:17','2021-01-10 07:52:17'),
(52636,21709,'action started via WP Cron','2021-01-10 12:53:24','2021-01-10 07:53:24'),
(52637,21709,'action complete via WP Cron','2021-01-10 12:53:24','2021-01-10 07:53:24'),
(52638,21710,'action created','2021-01-10 12:53:24','2021-01-10 07:53:24'),
(52639,21710,'action started via WP Cron','2021-01-10 12:54:14','2021-01-10 07:54:14'),
(52640,21710,'action complete via WP Cron','2021-01-10 12:54:14','2021-01-10 07:54:14'),
(52641,21711,'action created','2021-01-10 12:54:14','2021-01-10 07:54:14'),
(52642,21711,'action started via WP Cron','2021-01-10 12:55:20','2021-01-10 07:55:20'),
(52643,21711,'action complete via WP Cron','2021-01-10 12:55:20','2021-01-10 07:55:20'),
(52644,21712,'action created','2021-01-10 12:55:20','2021-01-10 07:55:20'),
(52645,21712,'action started via WP Cron','2021-01-10 12:56:49','2021-01-10 07:56:49'),
(52646,21712,'action complete via WP Cron','2021-01-10 12:56:49','2021-01-10 07:56:49'),
(52647,21713,'action created','2021-01-10 12:56:49','2021-01-10 07:56:49'),
(52648,21713,'action started via WP Cron','2021-01-10 12:58:18','2021-01-10 07:58:18'),
(52649,21713,'action complete via WP Cron','2021-01-10 12:58:18','2021-01-10 07:58:18'),
(52650,20496,'action started via WP Cron','2021-01-10 12:58:18','2021-01-10 07:58:18'),
(52651,20496,'action complete via WP Cron','2021-01-10 12:58:18','2021-01-10 07:58:18'),
(52652,21714,'action created','2021-01-10 12:58:18','2021-01-10 07:58:18'),
(52653,21715,'action created','2021-01-10 12:58:18','2021-01-10 07:58:18'),
(52654,21715,'action started via WP Cron','2021-01-10 12:59:29','2021-01-10 07:59:29'),
(52655,21715,'action complete via WP Cron','2021-01-10 12:59:29','2021-01-10 07:59:29'),
(52656,21716,'action created','2021-01-10 12:59:29','2021-01-10 07:59:29'),
(52657,21716,'action started via WP Cron','2021-01-10 13:00:18','2021-01-10 08:00:18'),
(52658,21716,'action complete via WP Cron','2021-01-10 13:00:18','2021-01-10 08:00:18'),
(52659,21717,'action created','2021-01-10 13:00:18','2021-01-10 08:00:18'),
(52660,21717,'action started via WP Cron','2021-01-10 13:01:16','2021-01-10 08:01:16'),
(52661,21717,'action complete via WP Cron','2021-01-10 13:01:16','2021-01-10 08:01:16'),
(52662,21718,'action created','2021-01-10 13:01:16','2021-01-10 08:01:16'),
(52663,21718,'action started via WP Cron','2021-01-10 13:02:51','2021-01-10 08:02:51'),
(52664,21718,'action complete via WP Cron','2021-01-10 13:02:51','2021-01-10 08:02:51'),
(52665,21719,'action created','2021-01-10 13:02:51','2021-01-10 08:02:51'),
(52666,21719,'action started via WP Cron','2021-01-10 13:03:44','2021-01-10 08:03:44'),
(52667,21719,'action complete via WP Cron','2021-01-10 13:03:44','2021-01-10 08:03:44'),
(52668,21720,'action created','2021-01-10 13:03:44','2021-01-10 08:03:44'),
(52669,21720,'action started via WP Cron','2021-01-10 13:06:15','2021-01-10 08:06:15'),
(52670,21720,'action complete via WP Cron','2021-01-10 13:06:15','2021-01-10 08:06:15'),
(52671,21721,'action created','2021-01-10 13:06:15','2021-01-10 08:06:15'),
(52672,21721,'action started via WP Cron','2021-01-10 13:07:36','2021-01-10 08:07:36'),
(52673,21721,'action complete via WP Cron','2021-01-10 13:07:36','2021-01-10 08:07:36'),
(52674,21722,'action created','2021-01-10 13:07:36','2021-01-10 08:07:36'),
(52675,21722,'action started via WP Cron','2021-01-10 13:08:29','2021-01-10 08:08:29'),
(52676,21722,'action complete via WP Cron','2021-01-10 13:08:29','2021-01-10 08:08:29'),
(52677,21723,'action created','2021-01-10 13:08:29','2021-01-10 08:08:29'),
(52678,21723,'action started via WP Cron','2021-01-10 13:09:40','2021-01-10 08:09:40'),
(52679,21723,'action complete via WP Cron','2021-01-10 13:09:40','2021-01-10 08:09:40'),
(52680,21724,'action created','2021-01-10 13:09:40','2021-01-10 08:09:40'),
(52681,21724,'action started via WP Cron','2021-01-10 13:10:32','2021-01-10 08:10:32'),
(52682,21724,'action complete via WP Cron','2021-01-10 13:10:32','2021-01-10 08:10:32'),
(52683,21725,'action created','2021-01-10 13:10:32','2021-01-10 08:10:32'),
(52684,21725,'action started via WP Cron','2021-01-10 13:11:35','2021-01-10 08:11:35'),
(52685,21725,'action complete via WP Cron','2021-01-10 13:11:35','2021-01-10 08:11:35'),
(52686,21726,'action created','2021-01-10 13:11:35','2021-01-10 08:11:35'),
(52687,21726,'action started via WP Cron','2021-01-10 13:12:17','2021-01-10 08:12:17'),
(52688,21726,'action complete via WP Cron','2021-01-10 13:12:17','2021-01-10 08:12:17'),
(52689,21727,'action created','2021-01-10 13:12:17','2021-01-10 08:12:17'),
(52690,21727,'action started via WP Cron','2021-01-10 13:13:36','2021-01-10 08:13:36'),
(52691,21727,'action complete via WP Cron','2021-01-10 13:13:36','2021-01-10 08:13:36'),
(52692,21728,'action created','2021-01-10 13:13:36','2021-01-10 08:13:36'),
(52693,21728,'action started via WP Cron','2021-01-10 13:14:25','2021-01-10 08:14:25'),
(52694,21728,'action complete via WP Cron','2021-01-10 13:14:25','2021-01-10 08:14:25'),
(52695,21729,'action created','2021-01-10 13:14:25','2021-01-10 08:14:25'),
(52696,21729,'action started via WP Cron','2021-01-10 13:15:25','2021-01-10 08:15:25'),
(52697,21729,'action complete via WP Cron','2021-01-10 13:15:25','2021-01-10 08:15:25'),
(52698,21730,'action created','2021-01-10 13:15:25','2021-01-10 08:15:25'),
(52699,21730,'action started via WP Cron','2021-01-10 13:17:31','2021-01-10 08:17:31'),
(52700,21730,'action complete via WP Cron','2021-01-10 13:17:31','2021-01-10 08:17:31'),
(52701,21731,'action created','2021-01-10 13:17:31','2021-01-10 08:17:31'),
(52702,21731,'action started via WP Cron','2021-01-10 13:19:42','2021-01-10 08:19:42'),
(52703,21731,'action complete via WP Cron','2021-01-10 13:19:42','2021-01-10 08:19:42'),
(52704,21732,'action created','2021-01-10 13:19:42','2021-01-10 08:19:42'),
(52705,21732,'action started via WP Cron','2021-01-10 13:20:58','2021-01-10 08:20:58'),
(52706,21732,'action complete via WP Cron','2021-01-10 13:20:58','2021-01-10 08:20:58'),
(52707,21733,'action created','2021-01-10 13:20:58','2021-01-10 08:20:58'),
(52708,21733,'action started via WP Cron','2021-01-10 13:21:42','2021-01-10 08:21:42'),
(52709,21733,'action complete via WP Cron','2021-01-10 13:21:42','2021-01-10 08:21:42'),
(52710,21734,'action created','2021-01-10 13:21:42','2021-01-10 08:21:42'),
(52711,21734,'action started via WP Cron','2021-01-10 13:22:34','2021-01-10 08:22:34'),
(52712,21734,'action complete via WP Cron','2021-01-10 13:22:34','2021-01-10 08:22:34'),
(52713,21735,'action created','2021-01-10 13:22:34','2021-01-10 08:22:34'),
(52714,21735,'action started via WP Cron','2021-01-10 13:23:28','2021-01-10 08:23:28'),
(52715,21735,'action complete via WP Cron','2021-01-10 13:23:28','2021-01-10 08:23:28'),
(52716,21736,'action created','2021-01-10 13:23:28','2021-01-10 08:23:28'),
(52717,21736,'action started via WP Cron','2021-01-10 13:24:53','2021-01-10 08:24:53'),
(52718,21736,'action complete via WP Cron','2021-01-10 13:24:53','2021-01-10 08:24:53'),
(52719,21737,'action created','2021-01-10 13:24:53','2021-01-10 08:24:53'),
(52720,21737,'action started via WP Cron','2021-01-10 13:26:22','2021-01-10 08:26:22'),
(52721,21737,'action complete via WP Cron','2021-01-10 13:26:22','2021-01-10 08:26:22'),
(52722,21738,'action created','2021-01-10 13:26:22','2021-01-10 08:26:22'),
(52723,21738,'action started via WP Cron','2021-01-10 13:27:23','2021-01-10 08:27:23'),
(52724,21738,'action complete via WP Cron','2021-01-10 13:27:23','2021-01-10 08:27:23'),
(52725,21739,'action created','2021-01-10 13:27:24','2021-01-10 08:27:24'),
(52726,21739,'action started via WP Cron','2021-01-10 13:28:31','2021-01-10 08:28:31'),
(52727,21739,'action complete via WP Cron','2021-01-10 13:28:31','2021-01-10 08:28:31'),
(52728,21740,'action created','2021-01-10 13:28:31','2021-01-10 08:28:31'),
(52729,21740,'action started via WP Cron','2021-01-10 13:29:20','2021-01-10 08:29:20'),
(52730,21740,'action complete via WP Cron','2021-01-10 13:29:20','2021-01-10 08:29:20'),
(52731,21741,'action created','2021-01-10 13:29:20','2021-01-10 08:29:20'),
(52732,21741,'action started via WP Cron','2021-01-10 13:30:14','2021-01-10 08:30:14'),
(52733,21741,'action complete via WP Cron','2021-01-10 13:30:14','2021-01-10 08:30:14'),
(52734,21742,'action created','2021-01-10 13:30:14','2021-01-10 08:30:14'),
(52735,21742,'action started via WP Cron','2021-01-10 13:31:50','2021-01-10 08:31:50'),
(52736,21742,'action complete via WP Cron','2021-01-10 13:31:50','2021-01-10 08:31:50'),
(52737,21743,'action created','2021-01-10 13:31:50','2021-01-10 08:31:50'),
(52738,21743,'action started via WP Cron','2021-01-10 13:32:21','2021-01-10 08:32:21'),
(52739,21743,'action complete via WP Cron','2021-01-10 13:32:21','2021-01-10 08:32:21'),
(52740,21744,'action created','2021-01-10 13:32:21','2021-01-10 08:32:21'),
(52741,21744,'action started via WP Cron','2021-01-10 13:34:45','2021-01-10 08:34:45'),
(52742,21744,'action complete via WP Cron','2021-01-10 13:34:45','2021-01-10 08:34:45'),
(52743,21745,'action created','2021-01-10 13:34:45','2021-01-10 08:34:45'),
(52744,21745,'action started via WP Cron','2021-01-10 13:35:23','2021-01-10 08:35:23'),
(52745,21745,'action complete via WP Cron','2021-01-10 13:35:23','2021-01-10 08:35:23'),
(52746,21746,'action created','2021-01-10 13:35:23','2021-01-10 08:35:23'),
(52747,21746,'action started via WP Cron','2021-01-10 13:36:12','2021-01-10 08:36:12'),
(52748,21746,'action complete via WP Cron','2021-01-10 13:36:12','2021-01-10 08:36:12'),
(52749,21747,'action created','2021-01-10 13:36:12','2021-01-10 08:36:12'),
(52750,21747,'action started via WP Cron','2021-01-10 13:37:37','2021-01-10 08:37:37'),
(52751,21747,'action complete via WP Cron','2021-01-10 13:37:37','2021-01-10 08:37:37'),
(52752,21748,'action created','2021-01-10 13:37:37','2021-01-10 08:37:37'),
(52753,21748,'action started via WP Cron','2021-01-10 13:38:23','2021-01-10 08:38:23'),
(52754,21748,'action complete via WP Cron','2021-01-10 13:38:23','2021-01-10 08:38:23'),
(52755,21749,'action created','2021-01-10 13:38:23','2021-01-10 08:38:23'),
(52756,21749,'action started via WP Cron','2021-01-10 13:40:46','2021-01-10 08:40:46'),
(52757,21749,'action complete via WP Cron','2021-01-10 13:40:46','2021-01-10 08:40:46'),
(52758,21750,'action created','2021-01-10 13:40:46','2021-01-10 08:40:46'),
(52759,21750,'action started via WP Cron','2021-01-10 13:41:45','2021-01-10 08:41:45'),
(52760,21750,'action complete via WP Cron','2021-01-10 13:41:45','2021-01-10 08:41:45'),
(52761,21751,'action created','2021-01-10 13:41:45','2021-01-10 08:41:45'),
(52762,21751,'action started via WP Cron','2021-01-10 13:42:26','2021-01-10 08:42:26'),
(52763,21751,'action complete via WP Cron','2021-01-10 13:42:26','2021-01-10 08:42:26'),
(52764,21752,'action created','2021-01-10 13:42:26','2021-01-10 08:42:26'),
(52765,21752,'action started via WP Cron','2021-01-10 13:43:23','2021-01-10 08:43:23'),
(52766,21752,'action complete via WP Cron','2021-01-10 13:43:23','2021-01-10 08:43:23'),
(52767,21753,'action created','2021-01-10 13:43:23','2021-01-10 08:43:23'),
(52768,21753,'action started via WP Cron','2021-01-10 13:44:41','2021-01-10 08:44:41'),
(52769,21753,'action complete via WP Cron','2021-01-10 13:44:41','2021-01-10 08:44:41'),
(52770,21754,'action created','2021-01-10 13:44:41','2021-01-10 08:44:41'),
(52771,21754,'action started via WP Cron','2021-01-10 13:45:14','2021-01-10 08:45:14'),
(52772,21754,'action complete via WP Cron','2021-01-10 13:45:14','2021-01-10 08:45:14'),
(52773,21755,'action created','2021-01-10 13:45:14','2021-01-10 08:45:14'),
(52774,21755,'action started via WP Cron','2021-01-10 13:46:21','2021-01-10 08:46:21'),
(52775,21755,'action complete via WP Cron','2021-01-10 13:46:21','2021-01-10 08:46:21'),
(52776,21756,'action created','2021-01-10 13:46:21','2021-01-10 08:46:21'),
(52777,21756,'action started via WP Cron','2021-01-10 13:47:14','2021-01-10 08:47:14'),
(52778,21756,'action complete via WP Cron','2021-01-10 13:47:14','2021-01-10 08:47:14'),
(52779,21757,'action created','2021-01-10 13:47:14','2021-01-10 08:47:14'),
(52780,21757,'action started via WP Cron','2021-01-10 13:50:03','2021-01-10 08:50:03'),
(52781,21757,'action complete via WP Cron','2021-01-10 13:50:03','2021-01-10 08:50:03'),
(52782,21758,'action created','2021-01-10 13:50:03','2021-01-10 08:50:03'),
(52783,21758,'action started via WP Cron','2021-01-10 13:50:17','2021-01-10 08:50:17'),
(52784,21758,'action complete via WP Cron','2021-01-10 13:50:17','2021-01-10 08:50:17'),
(52785,21759,'action created','2021-01-10 13:50:17','2021-01-10 08:50:17'),
(52786,21759,'action started via WP Cron','2021-01-10 13:51:17','2021-01-10 08:51:17'),
(52787,21759,'action complete via WP Cron','2021-01-10 13:51:17','2021-01-10 08:51:17'),
(52788,21760,'action created','2021-01-10 13:51:17','2021-01-10 08:51:17'),
(52789,21760,'action started via WP Cron','2021-01-10 13:52:44','2021-01-10 08:52:44'),
(52790,21760,'action complete via WP Cron','2021-01-10 13:52:44','2021-01-10 08:52:44'),
(52791,21761,'action created','2021-01-10 13:52:44','2021-01-10 08:52:44'),
(52792,21761,'action started via WP Cron','2021-01-10 13:54:55','2021-01-10 08:54:55'),
(52793,21761,'action complete via WP Cron','2021-01-10 13:54:55','2021-01-10 08:54:55'),
(52794,21762,'action created','2021-01-10 13:54:55','2021-01-10 08:54:55'),
(52795,21762,'action started via WP Cron','2021-01-10 13:55:56','2021-01-10 08:55:56'),
(52796,21762,'action complete via WP Cron','2021-01-10 13:55:56','2021-01-10 08:55:56'),
(52797,21763,'action created','2021-01-10 13:55:56','2021-01-10 08:55:56'),
(52798,21763,'action started via WP Cron','2021-01-10 13:56:20','2021-01-10 08:56:20'),
(52799,21763,'action complete via WP Cron','2021-01-10 13:56:20','2021-01-10 08:56:20'),
(52800,21764,'action created','2021-01-10 13:56:20','2021-01-10 08:56:20'),
(52801,21764,'action started via WP Cron','2021-01-10 13:57:15','2021-01-10 08:57:15'),
(52802,21764,'action complete via WP Cron','2021-01-10 13:57:15','2021-01-10 08:57:15'),
(52803,21765,'action created','2021-01-10 13:57:15','2021-01-10 08:57:15'),
(52804,21765,'action started via WP Cron','2021-01-10 13:58:40','2021-01-10 08:58:40'),
(52805,21765,'action complete via WP Cron','2021-01-10 13:58:40','2021-01-10 08:58:40'),
(52806,21766,'action created','2021-01-10 13:58:40','2021-01-10 08:58:40'),
(52807,21766,'action started via WP Cron','2021-01-10 13:59:19','2021-01-10 08:59:19'),
(52808,21766,'action complete via WP Cron','2021-01-10 13:59:19','2021-01-10 08:59:19'),
(52809,21767,'action created','2021-01-10 13:59:19','2021-01-10 08:59:19'),
(52810,21767,'action started via WP Cron','2021-01-10 14:01:43','2021-01-10 09:01:43'),
(52811,21767,'action complete via WP Cron','2021-01-10 14:01:43','2021-01-10 09:01:43'),
(52812,21768,'action created','2021-01-10 14:01:43','2021-01-10 09:01:43'),
(52813,21768,'action started via WP Cron','2021-01-10 14:03:49','2021-01-10 09:03:49'),
(52814,21768,'action complete via WP Cron','2021-01-10 14:03:49','2021-01-10 09:03:49'),
(52815,21769,'action created','2021-01-10 14:03:49','2021-01-10 09:03:49'),
(52816,21769,'action started via WP Cron','2021-01-10 14:05:51','2021-01-10 09:05:51'),
(52817,21769,'action complete via WP Cron','2021-01-10 14:05:51','2021-01-10 09:05:51'),
(52818,21770,'action created','2021-01-10 14:05:51','2021-01-10 09:05:51'),
(52819,21770,'action started via WP Cron','2021-01-10 14:07:28','2021-01-10 09:07:28'),
(52820,21770,'action complete via WP Cron','2021-01-10 14:07:28','2021-01-10 09:07:28'),
(52821,21771,'action created','2021-01-10 14:07:28','2021-01-10 09:07:28'),
(52822,21771,'action started via WP Cron','2021-01-10 14:08:56','2021-01-10 09:08:56'),
(52823,21771,'action complete via WP Cron','2021-01-10 14:08:56','2021-01-10 09:08:56'),
(52824,21772,'action created','2021-01-10 14:08:56','2021-01-10 09:08:56'),
(52825,21772,'action started via WP Cron','2021-01-10 14:11:32','2021-01-10 09:11:32'),
(52826,21772,'action complete via WP Cron','2021-01-10 14:11:32','2021-01-10 09:11:32'),
(52827,21773,'action created','2021-01-10 14:11:32','2021-01-10 09:11:32'),
(52828,21773,'action started via WP Cron','2021-01-10 14:12:34','2021-01-10 09:12:34'),
(52829,21773,'action complete via WP Cron','2021-01-10 14:12:34','2021-01-10 09:12:34'),
(52830,21774,'action created','2021-01-10 14:12:34','2021-01-10 09:12:34'),
(52831,21774,'action started via WP Cron','2021-01-10 14:14:05','2021-01-10 09:14:05'),
(52832,21774,'action complete via WP Cron','2021-01-10 14:14:05','2021-01-10 09:14:05'),
(52833,21775,'action created','2021-01-10 14:14:05','2021-01-10 09:14:05'),
(52834,21775,'action started via WP Cron','2021-01-10 14:14:16','2021-01-10 09:14:16'),
(52835,21775,'action complete via WP Cron','2021-01-10 14:14:16','2021-01-10 09:14:16'),
(52836,21776,'action created','2021-01-10 14:14:16','2021-01-10 09:14:16'),
(52837,21776,'action started via WP Cron','2021-01-10 14:15:28','2021-01-10 09:15:28'),
(52838,21776,'action complete via WP Cron','2021-01-10 14:15:28','2021-01-10 09:15:28'),
(52839,21777,'action created','2021-01-10 14:15:28','2021-01-10 09:15:28'),
(52840,21777,'action started via WP Cron','2021-01-10 14:16:47','2021-01-10 09:16:47'),
(52841,21777,'action complete via WP Cron','2021-01-10 14:16:47','2021-01-10 09:16:47'),
(52842,21778,'action created','2021-01-10 14:16:48','2021-01-10 09:16:48'),
(52843,21778,'action started via WP Cron','2021-01-10 14:17:38','2021-01-10 09:17:38'),
(52844,21778,'action complete via WP Cron','2021-01-10 14:17:38','2021-01-10 09:17:38'),
(52845,21779,'action created','2021-01-10 14:17:38','2021-01-10 09:17:38'),
(52846,21779,'action started via WP Cron','2021-01-10 14:18:17','2021-01-10 09:18:17'),
(52847,21779,'action complete via WP Cron','2021-01-10 14:18:17','2021-01-10 09:18:17'),
(52848,21780,'action created','2021-01-10 14:18:17','2021-01-10 09:18:17'),
(52849,21780,'action started via WP Cron','2021-01-10 14:20:16','2021-01-10 09:20:16'),
(52850,21780,'action complete via WP Cron','2021-01-10 14:20:16','2021-01-10 09:20:16'),
(52851,21781,'action created','2021-01-10 14:20:16','2021-01-10 09:20:16'),
(52852,21781,'action started via WP Cron','2021-01-10 14:21:33','2021-01-10 09:21:33'),
(52853,21781,'action complete via WP Cron','2021-01-10 14:21:33','2021-01-10 09:21:33'),
(52854,21782,'action created','2021-01-10 14:21:33','2021-01-10 09:21:33'),
(52855,21782,'action started via WP Cron','2021-01-10 14:22:14','2021-01-10 09:22:14'),
(52856,21782,'action complete via WP Cron','2021-01-10 14:22:14','2021-01-10 09:22:14'),
(52857,21783,'action created','2021-01-10 14:22:14','2021-01-10 09:22:14'),
(52858,21783,'action started via WP Cron','2021-01-10 14:23:51','2021-01-10 09:23:51'),
(52859,21783,'action complete via WP Cron','2021-01-10 14:23:51','2021-01-10 09:23:51'),
(52860,21784,'action created','2021-01-10 14:23:51','2021-01-10 09:23:51'),
(52861,21784,'action started via WP Cron','2021-01-10 14:24:18','2021-01-10 09:24:18'),
(52862,21784,'action complete via WP Cron','2021-01-10 14:24:18','2021-01-10 09:24:18'),
(52863,21785,'action created','2021-01-10 14:24:18','2021-01-10 09:24:18'),
(52864,21785,'action started via WP Cron','2021-01-10 14:25:31','2021-01-10 09:25:31'),
(52865,21785,'action complete via WP Cron','2021-01-10 14:25:31','2021-01-10 09:25:31'),
(52866,21786,'action created','2021-01-10 14:25:31','2021-01-10 09:25:31'),
(52867,21786,'action started via WP Cron','2021-01-10 14:26:14','2021-01-10 09:26:14'),
(52868,21786,'action complete via WP Cron','2021-01-10 14:26:14','2021-01-10 09:26:14'),
(52869,21787,'action created','2021-01-10 14:26:14','2021-01-10 09:26:14'),
(52870,21787,'action started via WP Cron','2021-01-10 14:28:08','2021-01-10 09:28:08'),
(52871,21787,'action complete via WP Cron','2021-01-10 14:28:08','2021-01-10 09:28:08'),
(52872,21788,'action created','2021-01-10 14:28:08','2021-01-10 09:28:08'),
(52873,21788,'action started via WP Cron','2021-01-10 14:28:31','2021-01-10 09:28:31'),
(52874,21788,'action complete via WP Cron','2021-01-10 14:28:31','2021-01-10 09:28:31'),
(52875,21789,'action created','2021-01-10 14:28:31','2021-01-10 09:28:31'),
(52876,21789,'action started via WP Cron','2021-01-10 14:29:15','2021-01-10 09:29:15'),
(52877,21789,'action complete via WP Cron','2021-01-10 14:29:15','2021-01-10 09:29:15'),
(52878,21790,'action created','2021-01-10 14:29:15','2021-01-10 09:29:15'),
(52879,21790,'action started via WP Cron','2021-01-10 14:31:01','2021-01-10 09:31:01'),
(52880,21790,'action complete via WP Cron','2021-01-10 14:31:01','2021-01-10 09:31:01'),
(52881,21791,'action created','2021-01-10 14:31:01','2021-01-10 09:31:01'),
(52882,21791,'action started via WP Cron','2021-01-10 14:31:17','2021-01-10 09:31:17'),
(52883,21791,'action complete via WP Cron','2021-01-10 14:31:17','2021-01-10 09:31:17'),
(52884,21792,'action created','2021-01-10 14:31:17','2021-01-10 09:31:17'),
(52885,21792,'action started via WP Cron','2021-01-10 14:32:23','2021-01-10 09:32:23'),
(52886,21792,'action complete via WP Cron','2021-01-10 14:32:23','2021-01-10 09:32:23'),
(52887,21793,'action created','2021-01-10 14:32:23','2021-01-10 09:32:23'),
(52888,21793,'action started via WP Cron','2021-01-10 14:33:53','2021-01-10 09:33:53'),
(52889,21793,'action complete via WP Cron','2021-01-10 14:33:53','2021-01-10 09:33:53'),
(52890,21794,'action created','2021-01-10 14:33:53','2021-01-10 09:33:53'),
(52891,21794,'action started via WP Cron','2021-01-10 14:34:55','2021-01-10 09:34:55'),
(52892,21794,'action complete via WP Cron','2021-01-10 14:34:55','2021-01-10 09:34:55'),
(52893,21795,'action created','2021-01-10 14:34:55','2021-01-10 09:34:55'),
(52894,21795,'action started via WP Cron','2021-01-10 14:36:18','2021-01-10 09:36:18'),
(52895,21795,'action complete via WP Cron','2021-01-10 14:36:18','2021-01-10 09:36:18'),
(52896,21796,'action created','2021-01-10 14:36:18','2021-01-10 09:36:18'),
(52897,21796,'action started via WP Cron','2021-01-10 14:39:23','2021-01-10 09:39:23'),
(52898,21796,'action complete via WP Cron','2021-01-10 14:39:23','2021-01-10 09:39:23'),
(52899,21797,'action created','2021-01-10 14:39:23','2021-01-10 09:39:23'),
(52900,21797,'action started via WP Cron','2021-01-10 14:40:46','2021-01-10 09:40:46'),
(52901,21797,'action complete via WP Cron','2021-01-10 14:40:46','2021-01-10 09:40:46'),
(52902,21798,'action created','2021-01-10 14:40:47','2021-01-10 09:40:47'),
(52903,21798,'action started via WP Cron','2021-01-10 14:42:36','2021-01-10 09:42:36'),
(52904,21798,'action complete via WP Cron','2021-01-10 14:42:36','2021-01-10 09:42:36'),
(52905,21799,'action created','2021-01-10 14:42:36','2021-01-10 09:42:36'),
(52906,21799,'action started via WP Cron','2021-01-10 14:43:20','2021-01-10 09:43:20'),
(52907,21799,'action complete via WP Cron','2021-01-10 14:43:20','2021-01-10 09:43:20'),
(52908,21800,'action created','2021-01-10 14:43:20','2021-01-10 09:43:20'),
(52909,21800,'action started via WP Cron','2021-01-10 14:44:49','2021-01-10 09:44:49'),
(52910,21800,'action complete via WP Cron','2021-01-10 14:44:49','2021-01-10 09:44:49'),
(52911,21801,'action created','2021-01-10 14:44:49','2021-01-10 09:44:49'),
(52912,21801,'action started via WP Cron','2021-01-10 14:45:30','2021-01-10 09:45:30'),
(52913,21801,'action complete via WP Cron','2021-01-10 14:45:30','2021-01-10 09:45:30'),
(52914,21802,'action created','2021-01-10 14:45:30','2021-01-10 09:45:30'),
(52915,21802,'action started via WP Cron','2021-01-10 14:46:58','2021-01-10 09:46:58'),
(52916,21802,'action complete via WP Cron','2021-01-10 14:46:58','2021-01-10 09:46:58'),
(52917,21803,'action created','2021-01-10 14:46:58','2021-01-10 09:46:58'),
(52918,21803,'action started via WP Cron','2021-01-10 14:47:24','2021-01-10 09:47:24'),
(52919,21803,'action complete via WP Cron','2021-01-10 14:47:24','2021-01-10 09:47:24'),
(52920,21804,'action created','2021-01-10 14:47:24','2021-01-10 09:47:24'),
(52921,21804,'action started via WP Cron','2021-01-10 14:49:00','2021-01-10 09:49:00'),
(52922,21804,'action complete via WP Cron','2021-01-10 14:49:00','2021-01-10 09:49:00'),
(52923,21805,'action created','2021-01-10 14:49:00','2021-01-10 09:49:00'),
(52924,21805,'action started via WP Cron','2021-01-10 14:50:38','2021-01-10 09:50:38'),
(52925,21805,'action complete via WP Cron','2021-01-10 14:50:38','2021-01-10 09:50:38'),
(52926,21806,'action created','2021-01-10 14:50:38','2021-01-10 09:50:38'),
(52927,21806,'action started via WP Cron','2021-01-10 14:51:15','2021-01-10 09:51:15'),
(52928,21806,'action complete via WP Cron','2021-01-10 14:51:15','2021-01-10 09:51:15'),
(52929,21807,'action created','2021-01-10 14:51:15','2021-01-10 09:51:15'),
(52930,21807,'action started via WP Cron','2021-01-10 14:52:27','2021-01-10 09:52:27'),
(52931,21807,'action complete via WP Cron','2021-01-10 14:52:27','2021-01-10 09:52:27'),
(52932,21808,'action created','2021-01-10 14:52:27','2021-01-10 09:52:27'),
(52933,21808,'action started via WP Cron','2021-01-10 14:53:55','2021-01-10 09:53:55'),
(52934,21808,'action complete via WP Cron','2021-01-10 14:53:55','2021-01-10 09:53:55'),
(52935,21809,'action created','2021-01-10 14:53:55','2021-01-10 09:53:55'),
(52936,21809,'action started via WP Cron','2021-01-10 14:54:34','2021-01-10 09:54:34'),
(52937,21809,'action complete via WP Cron','2021-01-10 14:54:34','2021-01-10 09:54:34'),
(52938,21810,'action created','2021-01-10 14:54:34','2021-01-10 09:54:34'),
(52939,21810,'action started via WP Cron','2021-01-10 14:55:42','2021-01-10 09:55:42'),
(52940,21810,'action complete via WP Cron','2021-01-10 14:55:42','2021-01-10 09:55:42'),
(52941,21811,'action created','2021-01-10 14:55:42','2021-01-10 09:55:42'),
(52942,21811,'action started via WP Cron','2021-01-10 14:56:34','2021-01-10 09:56:34'),
(52943,21811,'action complete via WP Cron','2021-01-10 14:56:34','2021-01-10 09:56:34'),
(52944,21812,'action created','2021-01-10 14:56:34','2021-01-10 09:56:34'),
(52945,21812,'action started via WP Cron','2021-01-10 14:57:16','2021-01-10 09:57:16'),
(52946,21812,'action complete via WP Cron','2021-01-10 14:57:16','2021-01-10 09:57:16'),
(52947,21813,'action created','2021-01-10 14:57:16','2021-01-10 09:57:16'),
(52948,21813,'action started via WP Cron','2021-01-10 14:58:57','2021-01-10 09:58:57'),
(52949,21813,'action complete via WP Cron','2021-01-10 14:58:57','2021-01-10 09:58:57'),
(52950,21814,'action created','2021-01-10 14:58:58','2021-01-10 09:58:58'),
(52951,21814,'action started via WP Cron','2021-01-10 14:59:13','2021-01-10 09:59:13'),
(52952,21814,'action complete via WP Cron','2021-01-10 14:59:13','2021-01-10 09:59:13'),
(52953,21815,'action created','2021-01-10 14:59:13','2021-01-10 09:59:13'),
(52954,21815,'action started via WP Cron','2021-01-10 15:00:19','2021-01-10 10:00:19'),
(52955,21815,'action complete via WP Cron','2021-01-10 15:00:19','2021-01-10 10:00:19'),
(52956,21816,'action created','2021-01-10 15:00:19','2021-01-10 10:00:19'),
(52957,21816,'action started via WP Cron','2021-01-10 15:01:31','2021-01-10 10:01:31'),
(52958,21816,'action complete via WP Cron','2021-01-10 15:01:31','2021-01-10 10:01:31'),
(52959,21817,'action created','2021-01-10 15:01:31','2021-01-10 10:01:31'),
(52960,21817,'action started via WP Cron','2021-01-10 15:03:17','2021-01-10 10:03:17'),
(52961,21817,'action complete via WP Cron','2021-01-10 15:03:17','2021-01-10 10:03:17'),
(52962,21818,'action created','2021-01-10 15:03:17','2021-01-10 10:03:17'),
(52963,21818,'action started via WP Cron','2021-01-10 15:04:29','2021-01-10 10:04:29'),
(52964,21818,'action complete via WP Cron','2021-01-10 15:04:29','2021-01-10 10:04:29'),
(52965,21819,'action created','2021-01-10 15:04:29','2021-01-10 10:04:29'),
(52966,21819,'action started via WP Cron','2021-01-10 15:06:31','2021-01-10 10:06:31'),
(52967,21819,'action complete via WP Cron','2021-01-10 15:06:31','2021-01-10 10:06:31'),
(52968,21820,'action created','2021-01-10 15:06:32','2021-01-10 10:06:32'),
(52969,21820,'action started via WP Cron','2021-01-10 15:07:55','2021-01-10 10:07:55'),
(52970,21820,'action complete via WP Cron','2021-01-10 15:07:55','2021-01-10 10:07:55'),
(52971,21821,'action created','2021-01-10 15:07:55','2021-01-10 10:07:55'),
(52972,21821,'action started via WP Cron','2021-01-10 15:08:20','2021-01-10 10:08:20'),
(52973,21821,'action complete via WP Cron','2021-01-10 15:08:21','2021-01-10 10:08:21'),
(52974,21822,'action created','2021-01-10 15:08:21','2021-01-10 10:08:21'),
(52975,21822,'action started via WP Cron','2021-01-10 15:11:00','2021-01-10 10:11:00'),
(52976,21822,'action complete via WP Cron','2021-01-10 15:11:00','2021-01-10 10:11:00'),
(52977,21823,'action created','2021-01-10 15:11:00','2021-01-10 10:11:00'),
(52978,21823,'action started via WP Cron','2021-01-10 15:11:19','2021-01-10 10:11:19'),
(52979,21823,'action complete via WP Cron','2021-01-10 15:11:19','2021-01-10 10:11:19'),
(52980,21824,'action created','2021-01-10 15:11:19','2021-01-10 10:11:19'),
(52981,21824,'action started via WP Cron','2021-01-10 15:13:14','2021-01-10 10:13:14'),
(52982,21824,'action complete via WP Cron','2021-01-10 15:13:14','2021-01-10 10:13:14'),
(52983,21825,'action created','2021-01-10 15:13:14','2021-01-10 10:13:14'),
(52984,21825,'action started via WP Cron','2021-01-10 15:14:40','2021-01-10 10:14:40'),
(52985,21825,'action complete via WP Cron','2021-01-10 15:14:40','2021-01-10 10:14:40'),
(52986,21826,'action created','2021-01-10 15:14:40','2021-01-10 10:14:40'),
(52987,21826,'action started via WP Cron','2021-01-10 15:15:18','2021-01-10 10:15:18'),
(52988,21826,'action complete via WP Cron','2021-01-10 15:15:18','2021-01-10 10:15:18'),
(52989,21827,'action created','2021-01-10 15:15:18','2021-01-10 10:15:18'),
(52990,21827,'action started via WP Cron','2021-01-10 15:16:32','2021-01-10 10:16:32'),
(52991,21827,'action complete via WP Cron','2021-01-10 15:16:32','2021-01-10 10:16:32'),
(52992,21828,'action created','2021-01-10 15:16:32','2021-01-10 10:16:32'),
(52993,21828,'action started via WP Cron','2021-01-10 15:19:13','2021-01-10 10:19:13'),
(52994,21828,'action complete via WP Cron','2021-01-10 15:19:13','2021-01-10 10:19:13'),
(52995,21829,'action created','2021-01-10 15:19:13','2021-01-10 10:19:13'),
(52996,21829,'action started via WP Cron','2021-01-10 15:20:55','2021-01-10 10:20:55'),
(52997,21829,'action complete via WP Cron','2021-01-10 15:20:55','2021-01-10 10:20:55'),
(52998,21830,'action created','2021-01-10 15:20:55','2021-01-10 10:20:55'),
(52999,21830,'action started via WP Cron','2021-01-10 15:21:15','2021-01-10 10:21:15'),
(53000,21830,'action complete via WP Cron','2021-01-10 15:21:15','2021-01-10 10:21:15'),
(53001,21831,'action created','2021-01-10 15:21:15','2021-01-10 10:21:15'),
(53002,21831,'action started via WP Cron','2021-01-10 15:23:13','2021-01-10 10:23:13'),
(53003,21831,'action complete via WP Cron','2021-01-10 15:23:13','2021-01-10 10:23:13'),
(53004,21832,'action created','2021-01-10 15:23:13','2021-01-10 10:23:13'),
(53005,21832,'action started via WP Cron','2021-01-10 15:24:31','2021-01-10 10:24:31'),
(53006,21832,'action complete via WP Cron','2021-01-10 15:24:31','2021-01-10 10:24:31'),
(53007,21833,'action created','2021-01-10 15:24:31','2021-01-10 10:24:31'),
(53008,21833,'action started via WP Cron','2021-01-10 15:26:14','2021-01-10 10:26:14'),
(53009,21833,'action complete via WP Cron','2021-01-10 15:26:14','2021-01-10 10:26:14'),
(53010,21834,'action created','2021-01-10 15:26:14','2021-01-10 10:26:14'),
(53011,21834,'action started via WP Cron','2021-01-10 15:27:21','2021-01-10 10:27:21'),
(53012,21834,'action complete via WP Cron','2021-01-10 15:27:21','2021-01-10 10:27:21'),
(53013,21835,'action created','2021-01-10 15:27:21','2021-01-10 10:27:21'),
(53014,21835,'action started via WP Cron','2021-01-10 15:29:04','2021-01-10 10:29:04'),
(53015,21835,'action complete via WP Cron','2021-01-10 15:29:04','2021-01-10 10:29:04'),
(53016,21836,'action created','2021-01-10 15:29:04','2021-01-10 10:29:04'),
(53017,21836,'action started via WP Cron','2021-01-10 15:29:54','2021-01-10 10:29:54'),
(53018,21836,'action complete via WP Cron','2021-01-10 15:29:54','2021-01-10 10:29:54'),
(53019,21837,'action created','2021-01-10 15:29:55','2021-01-10 10:29:55'),
(53020,21837,'action started via WP Cron','2021-01-10 15:31:00','2021-01-10 10:31:00'),
(53021,21837,'action complete via WP Cron','2021-01-10 15:31:00','2021-01-10 10:31:00'),
(53022,21838,'action created','2021-01-10 15:31:00','2021-01-10 10:31:00'),
(53023,21838,'action started via WP Cron','2021-01-10 15:31:21','2021-01-10 10:31:21'),
(53024,21838,'action complete via WP Cron','2021-01-10 15:31:21','2021-01-10 10:31:21'),
(53025,21839,'action created','2021-01-10 15:31:21','2021-01-10 10:31:21'),
(53026,21839,'action started via WP Cron','2021-01-10 15:33:14','2021-01-10 10:33:14'),
(53027,21839,'action complete via WP Cron','2021-01-10 15:33:14','2021-01-10 10:33:14'),
(53028,21840,'action created','2021-01-10 15:33:15','2021-01-10 10:33:15'),
(53029,21840,'action started via WP Cron','2021-01-10 15:34:33','2021-01-10 10:34:33'),
(53030,21840,'action complete via WP Cron','2021-01-10 15:34:33','2021-01-10 10:34:33'),
(53031,21841,'action created','2021-01-10 15:34:33','2021-01-10 10:34:33'),
(53032,21841,'action started via WP Cron','2021-01-10 15:35:49','2021-01-10 10:35:49'),
(53033,21841,'action complete via WP Cron','2021-01-10 15:35:49','2021-01-10 10:35:49'),
(53034,21842,'action created','2021-01-10 15:35:49','2021-01-10 10:35:49'),
(53035,21842,'action started via WP Cron','2021-01-10 15:37:49','2021-01-10 10:37:49'),
(53036,21842,'action complete via WP Cron','2021-01-10 15:37:49','2021-01-10 10:37:49'),
(53037,21843,'action created','2021-01-10 15:37:49','2021-01-10 10:37:49'),
(53038,21843,'action started via WP Cron','2021-01-10 15:38:16','2021-01-10 10:38:16'),
(53039,21843,'action complete via WP Cron','2021-01-10 15:38:16','2021-01-10 10:38:16'),
(53040,21844,'action created','2021-01-10 15:38:16','2021-01-10 10:38:16'),
(53041,21844,'action started via WP Cron','2021-01-10 15:40:07','2021-01-10 10:40:07'),
(53042,21844,'action complete via WP Cron','2021-01-10 15:40:07','2021-01-10 10:40:07'),
(53043,21845,'action created','2021-01-10 15:40:07','2021-01-10 10:40:07'),
(53044,21845,'action started via WP Cron','2021-01-10 15:41:17','2021-01-10 10:41:17'),
(53045,21845,'action complete via WP Cron','2021-01-10 15:41:17','2021-01-10 10:41:17'),
(53046,21846,'action created','2021-01-10 15:41:17','2021-01-10 10:41:17'),
(53047,21846,'action started via WP Cron','2021-01-10 15:43:05','2021-01-10 10:43:05'),
(53048,21846,'action complete via WP Cron','2021-01-10 15:43:05','2021-01-10 10:43:05'),
(53049,21847,'action created','2021-01-10 15:43:05','2021-01-10 10:43:05'),
(53050,21847,'action started via WP Cron','2021-01-10 15:44:33','2021-01-10 10:44:33'),
(53051,21847,'action complete via WP Cron','2021-01-10 15:44:33','2021-01-10 10:44:33'),
(53052,21848,'action created','2021-01-10 15:44:33','2021-01-10 10:44:33'),
(53053,21848,'action started via WP Cron','2021-01-10 15:46:32','2021-01-10 10:46:32'),
(53054,21848,'action complete via WP Cron','2021-01-10 15:46:32','2021-01-10 10:46:32'),
(53055,21849,'action created','2021-01-10 15:46:32','2021-01-10 10:46:32'),
(53056,21849,'action started via WP Cron','2021-01-10 15:48:46','2021-01-10 10:48:46'),
(53057,21849,'action complete via WP Cron','2021-01-10 15:48:46','2021-01-10 10:48:46'),
(53058,21850,'action created','2021-01-10 15:48:46','2021-01-10 10:48:46'),
(53059,21850,'action started via WP Cron','2021-01-10 15:49:11','2021-01-10 10:49:11'),
(53060,21850,'action complete via WP Cron','2021-01-10 15:49:11','2021-01-10 10:49:11'),
(53061,21851,'action created','2021-01-10 15:49:11','2021-01-10 10:49:11'),
(53062,21851,'action started via WP Cron','2021-01-10 15:50:15','2021-01-10 10:50:15'),
(53063,21851,'action complete via WP Cron','2021-01-10 15:50:15','2021-01-10 10:50:15'),
(53064,21852,'action created','2021-01-10 15:50:15','2021-01-10 10:50:15'),
(53065,21852,'action started via WP Cron','2021-01-10 15:51:12','2021-01-10 10:51:12'),
(53066,21852,'action complete via WP Cron','2021-01-10 15:51:12','2021-01-10 10:51:12'),
(53067,21853,'action created','2021-01-10 15:51:12','2021-01-10 10:51:12'),
(53068,21853,'action started via WP Cron','2021-01-10 15:52:25','2021-01-10 10:52:25'),
(53069,21853,'action complete via WP Cron','2021-01-10 15:52:25','2021-01-10 10:52:25'),
(53070,21854,'action created','2021-01-10 15:52:25','2021-01-10 10:52:25'),
(53071,21854,'action started via WP Cron','2021-01-10 15:54:40','2021-01-10 10:54:40'),
(53072,21854,'action complete via WP Cron','2021-01-10 15:54:40','2021-01-10 10:54:40'),
(53073,21855,'action created','2021-01-10 15:54:40','2021-01-10 10:54:40'),
(53074,21855,'action started via WP Cron','2021-01-10 15:56:21','2021-01-10 10:56:21'),
(53075,21855,'action complete via WP Cron','2021-01-10 15:56:21','2021-01-10 10:56:21'),
(53076,21856,'action created','2021-01-10 15:56:21','2021-01-10 10:56:21'),
(53077,21856,'action started via WP Cron','2021-01-10 15:57:34','2021-01-10 10:57:34'),
(53078,21856,'action complete via WP Cron','2021-01-10 15:57:34','2021-01-10 10:57:34'),
(53079,21857,'action created','2021-01-10 15:57:34','2021-01-10 10:57:34'),
(53080,21857,'action started via WP Cron','2021-01-10 15:58:16','2021-01-10 10:58:16'),
(53081,21857,'action complete via WP Cron','2021-01-10 15:58:16','2021-01-10 10:58:16'),
(53082,21858,'action created','2021-01-10 15:58:16','2021-01-10 10:58:16'),
(53083,21858,'action started via WP Cron','2021-01-10 15:59:16','2021-01-10 10:59:16'),
(53084,21858,'action complete via WP Cron','2021-01-10 15:59:16','2021-01-10 10:59:16'),
(53085,21859,'action created','2021-01-10 15:59:16','2021-01-10 10:59:16'),
(53086,21859,'action started via WP Cron','2021-01-10 16:00:23','2021-01-10 11:00:23'),
(53087,21859,'action complete via WP Cron','2021-01-10 16:00:23','2021-01-10 11:00:23'),
(53088,21860,'action created','2021-01-10 16:00:23','2021-01-10 11:00:23'),
(53089,21860,'action started via WP Cron','2021-01-10 16:02:45','2021-01-10 11:02:45'),
(53090,21860,'action complete via WP Cron','2021-01-10 16:02:45','2021-01-10 11:02:45'),
(53091,21861,'action created','2021-01-10 16:02:45','2021-01-10 11:02:45'),
(53092,21861,'action started via WP Cron','2021-01-10 16:03:46','2021-01-10 11:03:46'),
(53093,21861,'action complete via WP Cron','2021-01-10 16:03:46','2021-01-10 11:03:46'),
(53094,21862,'action created','2021-01-10 16:03:46','2021-01-10 11:03:46'),
(53095,21862,'action started via WP Cron','2021-01-10 16:04:33','2021-01-10 11:04:33'),
(53096,21862,'action complete via WP Cron','2021-01-10 16:04:33','2021-01-10 11:04:33'),
(53097,21863,'action created','2021-01-10 16:04:33','2021-01-10 11:04:33'),
(53098,21863,'action started via WP Cron','2021-01-10 16:05:39','2021-01-10 11:05:39'),
(53099,21863,'action complete via WP Cron','2021-01-10 16:05:39','2021-01-10 11:05:39'),
(53100,21864,'action created','2021-01-10 16:05:39','2021-01-10 11:05:39'),
(53101,21864,'action started via WP Cron','2021-01-10 16:07:00','2021-01-10 11:07:00'),
(53102,21864,'action complete via WP Cron','2021-01-10 16:07:00','2021-01-10 11:07:00'),
(53103,21865,'action created','2021-01-10 16:07:01','2021-01-10 11:07:01'),
(53104,21865,'action started via WP Cron','2021-01-10 16:07:51','2021-01-10 11:07:51'),
(53105,21865,'action complete via WP Cron','2021-01-10 16:07:51','2021-01-10 11:07:51'),
(53106,21866,'action created','2021-01-10 16:07:51','2021-01-10 11:07:51'),
(53107,21866,'action started via WP Cron','2021-01-10 16:08:21','2021-01-10 11:08:21'),
(53108,21866,'action complete via WP Cron','2021-01-10 16:08:21','2021-01-10 11:08:21'),
(53109,21867,'action created','2021-01-10 16:08:21','2021-01-10 11:08:21'),
(53110,21867,'action started via WP Cron','2021-01-10 16:09:12','2021-01-10 11:09:12'),
(53111,21867,'action complete via WP Cron','2021-01-10 16:09:12','2021-01-10 11:09:12'),
(53112,21868,'action created','2021-01-10 16:09:12','2021-01-10 11:09:12'),
(53113,21868,'action started via WP Cron','2021-01-10 16:10:56','2021-01-10 11:10:56'),
(53114,21868,'action complete via WP Cron','2021-01-10 16:10:56','2021-01-10 11:10:56'),
(53115,21869,'action created','2021-01-10 16:10:56','2021-01-10 11:10:56'),
(53116,21869,'action started via WP Cron','2021-01-10 16:12:58','2021-01-10 11:12:58'),
(53117,21869,'action complete via WP Cron','2021-01-10 16:12:58','2021-01-10 11:12:58'),
(53118,21870,'action created','2021-01-10 16:12:58','2021-01-10 11:12:58'),
(53119,21870,'action started via WP Cron','2021-01-10 16:13:29','2021-01-10 11:13:29'),
(53120,21870,'action complete via WP Cron','2021-01-10 16:13:29','2021-01-10 11:13:29'),
(53121,21871,'action created','2021-01-10 16:13:29','2021-01-10 11:13:29'),
(53122,21871,'action started via WP Cron','2021-01-10 16:15:53','2021-01-10 11:15:53'),
(53123,21871,'action complete via WP Cron','2021-01-10 16:15:53','2021-01-10 11:15:53'),
(53124,21872,'action created','2021-01-10 16:15:53','2021-01-10 11:15:53'),
(53125,21872,'action started via WP Cron','2021-01-10 16:16:36','2021-01-10 11:16:36'),
(53126,21872,'action complete via WP Cron','2021-01-10 16:16:36','2021-01-10 11:16:36'),
(53127,21873,'action created','2021-01-10 16:16:36','2021-01-10 11:16:36'),
(53128,21873,'action started via WP Cron','2021-01-10 16:17:42','2021-01-10 11:17:42'),
(53129,21873,'action complete via WP Cron','2021-01-10 16:17:42','2021-01-10 11:17:42'),
(53130,21874,'action created','2021-01-10 16:17:43','2021-01-10 11:17:43'),
(53131,21874,'action started via WP Cron','2021-01-10 16:18:38','2021-01-10 11:18:38'),
(53132,21874,'action complete via WP Cron','2021-01-10 16:18:38','2021-01-10 11:18:38'),
(53133,21875,'action created','2021-01-10 16:18:38','2021-01-10 11:18:38'),
(53134,21875,'action started via WP Cron','2021-01-10 16:19:53','2021-01-10 11:19:53'),
(53135,21875,'action complete via WP Cron','2021-01-10 16:19:53','2021-01-10 11:19:53'),
(53136,21876,'action created','2021-01-10 16:19:53','2021-01-10 11:19:53'),
(53137,21876,'action started via WP Cron','2021-01-10 16:20:14','2021-01-10 11:20:14'),
(53138,21876,'action complete via WP Cron','2021-01-10 16:20:14','2021-01-10 11:20:14'),
(53139,21877,'action created','2021-01-10 16:20:14','2021-01-10 11:20:14'),
(53140,21877,'action started via WP Cron','2021-01-10 16:21:12','2021-01-10 11:21:12'),
(53141,21877,'action complete via WP Cron','2021-01-10 16:21:12','2021-01-10 11:21:12'),
(53142,21878,'action created','2021-01-10 16:21:12','2021-01-10 11:21:12'),
(53143,21878,'action started via WP Cron','2021-01-10 16:22:22','2021-01-10 11:22:22'),
(53144,21878,'action complete via WP Cron','2021-01-10 16:22:22','2021-01-10 11:22:22'),
(53145,21879,'action created','2021-01-10 16:22:22','2021-01-10 11:22:22'),
(53146,21879,'action started via WP Cron','2021-01-10 16:24:42','2021-01-10 11:24:42'),
(53147,21879,'action complete via WP Cron','2021-01-10 16:24:42','2021-01-10 11:24:42'),
(53148,21880,'action created','2021-01-10 16:24:42','2021-01-10 11:24:42'),
(53149,21880,'action started via WP Cron','2021-01-10 16:25:13','2021-01-10 11:25:13'),
(53150,21880,'action complete via WP Cron','2021-01-10 16:25:13','2021-01-10 11:25:13'),
(53151,21881,'action created','2021-01-10 16:25:13','2021-01-10 11:25:13'),
(53152,21881,'action started via WP Cron','2021-01-10 16:26:13','2021-01-10 11:26:13'),
(53153,21881,'action complete via WP Cron','2021-01-10 16:26:13','2021-01-10 11:26:13'),
(53154,21882,'action created','2021-01-10 16:26:13','2021-01-10 11:26:13'),
(53155,21882,'action started via WP Cron','2021-01-10 16:27:15','2021-01-10 11:27:15'),
(53156,21882,'action complete via WP Cron','2021-01-10 16:27:15','2021-01-10 11:27:15'),
(53157,21883,'action created','2021-01-10 16:27:15','2021-01-10 11:27:15'),
(53158,21883,'action started via WP Cron','2021-01-10 16:28:14','2021-01-10 11:28:14'),
(53159,21883,'action complete via WP Cron','2021-01-10 16:28:14','2021-01-10 11:28:14'),
(53160,21884,'action created','2021-01-10 16:28:14','2021-01-10 11:28:14'),
(53161,21884,'action started via WP Cron','2021-01-10 16:29:29','2021-01-10 11:29:29'),
(53162,21884,'action complete via WP Cron','2021-01-10 16:29:29','2021-01-10 11:29:29'),
(53163,21885,'action created','2021-01-10 16:29:29','2021-01-10 11:29:29'),
(53164,21885,'action started via WP Cron','2021-01-10 16:30:11','2021-01-10 11:30:11'),
(53165,21885,'action complete via WP Cron','2021-01-10 16:30:11','2021-01-10 11:30:11'),
(53166,21886,'action created','2021-01-10 16:30:11','2021-01-10 11:30:11'),
(53167,21886,'action started via WP Cron','2021-01-10 16:31:49','2021-01-10 11:31:49'),
(53168,21886,'action complete via WP Cron','2021-01-10 16:31:49','2021-01-10 11:31:49'),
(53169,21887,'action created','2021-01-10 16:31:49','2021-01-10 11:31:49'),
(53170,21887,'action started via WP Cron','2021-01-10 16:32:29','2021-01-10 11:32:29'),
(53171,21887,'action complete via WP Cron','2021-01-10 16:32:29','2021-01-10 11:32:29'),
(53172,21888,'action created','2021-01-10 16:32:29','2021-01-10 11:32:29'),
(53173,21888,'action started via WP Cron','2021-01-10 16:34:28','2021-01-10 11:34:28'),
(53174,21888,'action complete via WP Cron','2021-01-10 16:34:28','2021-01-10 11:34:28'),
(53175,21889,'action created','2021-01-10 16:34:28','2021-01-10 11:34:28'),
(53176,21889,'action started via WP Cron','2021-01-10 16:36:12','2021-01-10 11:36:12'),
(53177,21889,'action complete via WP Cron','2021-01-10 16:36:12','2021-01-10 11:36:12'),
(53178,21890,'action created','2021-01-10 16:36:12','2021-01-10 11:36:12'),
(53179,21890,'action started via WP Cron','2021-01-10 16:38:16','2021-01-10 11:38:16'),
(53180,21890,'action complete via WP Cron','2021-01-10 16:38:16','2021-01-10 11:38:16'),
(53181,21891,'action created','2021-01-10 16:38:16','2021-01-10 11:38:16'),
(53182,21891,'action started via WP Cron','2021-01-10 16:39:26','2021-01-10 11:39:26'),
(53183,21891,'action complete via WP Cron','2021-01-10 16:39:26','2021-01-10 11:39:26'),
(53184,21892,'action created','2021-01-10 16:39:26','2021-01-10 11:39:26'),
(53185,21892,'action started via WP Cron','2021-01-10 16:40:36','2021-01-10 11:40:36'),
(53186,21892,'action complete via WP Cron','2021-01-10 16:40:36','2021-01-10 11:40:36'),
(53187,21893,'action created','2021-01-10 16:40:36','2021-01-10 11:40:36'),
(53188,21893,'action started via WP Cron','2021-01-10 16:42:36','2021-01-10 11:42:36'),
(53189,21893,'action complete via WP Cron','2021-01-10 16:42:36','2021-01-10 11:42:36'),
(53190,21894,'action created','2021-01-10 16:42:36','2021-01-10 11:42:36'),
(53191,21894,'action started via WP Cron','2021-01-10 16:43:15','2021-01-10 11:43:15'),
(53192,21894,'action complete via WP Cron','2021-01-10 16:43:15','2021-01-10 11:43:15'),
(53193,21895,'action created','2021-01-10 16:43:15','2021-01-10 11:43:15'),
(53194,21895,'action started via WP Cron','2021-01-10 16:45:05','2021-01-10 11:45:05'),
(53195,21895,'action complete via WP Cron','2021-01-10 16:45:05','2021-01-10 11:45:05'),
(53196,21896,'action created','2021-01-10 16:45:05','2021-01-10 11:45:05'),
(53197,21896,'action started via WP Cron','2021-01-10 16:45:28','2021-01-10 11:45:28'),
(53198,21896,'action complete via WP Cron','2021-01-10 16:45:28','2021-01-10 11:45:28'),
(53199,21897,'action created','2021-01-10 16:45:28','2021-01-10 11:45:28'),
(53200,21897,'action started via WP Cron','2021-01-10 16:47:30','2021-01-10 11:47:30'),
(53201,21897,'action complete via WP Cron','2021-01-10 16:47:30','2021-01-10 11:47:30'),
(53202,21898,'action created','2021-01-10 16:47:30','2021-01-10 11:47:30'),
(53203,21898,'action started via WP Cron','2021-01-10 16:49:06','2021-01-10 11:49:06'),
(53204,21898,'action complete via WP Cron','2021-01-10 16:49:06','2021-01-10 11:49:06'),
(53205,21899,'action created','2021-01-10 16:49:06','2021-01-10 11:49:06'),
(53206,21899,'action started via WP Cron','2021-01-10 16:50:29','2021-01-10 11:50:29'),
(53207,21899,'action complete via WP Cron','2021-01-10 16:50:29','2021-01-10 11:50:29'),
(53208,21900,'action created','2021-01-10 16:50:29','2021-01-10 11:50:29'),
(53209,21900,'action started via WP Cron','2021-01-10 16:51:14','2021-01-10 11:51:14'),
(53210,21900,'action complete via WP Cron','2021-01-10 16:51:14','2021-01-10 11:51:14'),
(53211,21901,'action created','2021-01-10 16:51:14','2021-01-10 11:51:14'),
(53212,21901,'action started via WP Cron','2021-01-10 16:52:39','2021-01-10 11:52:39'),
(53213,21901,'action complete via WP Cron','2021-01-10 16:52:39','2021-01-10 11:52:39'),
(53214,21902,'action created','2021-01-10 16:52:39','2021-01-10 11:52:39'),
(53215,21902,'action started via WP Cron','2021-01-10 16:53:17','2021-01-10 11:53:17'),
(53216,21902,'action complete via WP Cron','2021-01-10 16:53:17','2021-01-10 11:53:17'),
(53217,21903,'action created','2021-01-10 16:53:17','2021-01-10 11:53:17'),
(53218,21903,'action started via WP Cron','2021-01-10 16:54:34','2021-01-10 11:54:34'),
(53219,21903,'action complete via WP Cron','2021-01-10 16:54:34','2021-01-10 11:54:34'),
(53220,21904,'action created','2021-01-10 16:54:34','2021-01-10 11:54:34'),
(53221,21904,'action started via WP Cron','2021-01-10 16:55:34','2021-01-10 11:55:34'),
(53222,21904,'action complete via WP Cron','2021-01-10 16:55:34','2021-01-10 11:55:34'),
(53223,21905,'action created','2021-01-10 16:55:34','2021-01-10 11:55:34'),
(53224,21905,'action started via WP Cron','2021-01-10 16:56:29','2021-01-10 11:56:29'),
(53225,21905,'action complete via WP Cron','2021-01-10 16:56:29','2021-01-10 11:56:29'),
(53226,21906,'action created','2021-01-10 16:56:29','2021-01-10 11:56:29'),
(53227,21906,'action started via WP Cron','2021-01-10 16:58:06','2021-01-10 11:58:06'),
(53228,21906,'action complete via WP Cron','2021-01-10 16:58:06','2021-01-10 11:58:06'),
(53229,21907,'action created','2021-01-10 16:58:06','2021-01-10 11:58:06'),
(53230,21907,'action started via WP Cron','2021-01-10 16:58:47','2021-01-10 11:58:47'),
(53231,21907,'action complete via WP Cron','2021-01-10 16:58:47','2021-01-10 11:58:47'),
(53232,21908,'action created','2021-01-10 16:58:47','2021-01-10 11:58:47'),
(53233,21908,'action started via WP Cron','2021-01-10 17:00:05','2021-01-10 12:00:05'),
(53234,21908,'action complete via WP Cron','2021-01-10 17:00:05','2021-01-10 12:00:05'),
(53235,21909,'action created','2021-01-10 17:00:56','2021-01-10 12:00:56'),
(53236,21909,'action started via WP Cron','2021-01-10 17:01:53','2021-01-10 12:01:53'),
(53237,21909,'action complete via WP Cron','2021-01-10 17:01:53','2021-01-10 12:01:53'),
(53238,21910,'action created','2021-01-10 17:01:53','2021-01-10 12:01:53'),
(53239,21910,'action started via WP Cron','2021-01-10 17:02:53','2021-01-10 12:02:53'),
(53240,21910,'action complete via WP Cron','2021-01-10 17:02:53','2021-01-10 12:02:53'),
(53241,21911,'action created','2021-01-10 17:02:53','2021-01-10 12:02:53'),
(53242,21911,'action started via WP Cron','2021-01-10 17:03:19','2021-01-10 12:03:19'),
(53243,21911,'action complete via WP Cron','2021-01-10 17:03:19','2021-01-10 12:03:19'),
(53244,21912,'action created','2021-01-10 17:03:19','2021-01-10 12:03:19'),
(53245,21912,'action started via WP Cron','2021-01-10 17:04:24','2021-01-10 12:04:24'),
(53246,21912,'action complete via WP Cron','2021-01-10 17:04:24','2021-01-10 12:04:24'),
(53247,21913,'action created','2021-01-10 17:04:24','2021-01-10 12:04:24'),
(53248,21913,'action started via WP Cron','2021-01-10 17:05:55','2021-01-10 12:05:55'),
(53249,21913,'action complete via WP Cron','2021-01-10 17:05:55','2021-01-10 12:05:55'),
(53250,21914,'action created','2021-01-10 17:05:55','2021-01-10 12:05:55'),
(53251,21914,'action started via WP Cron','2021-01-10 17:06:20','2021-01-10 12:06:20'),
(53252,21914,'action complete via WP Cron','2021-01-10 17:06:20','2021-01-10 12:06:20'),
(53253,21915,'action created','2021-01-10 17:06:20','2021-01-10 12:06:20'),
(53254,21915,'action started via WP Cron','2021-01-10 17:08:17','2021-01-10 12:08:17'),
(53255,21915,'action complete via WP Cron','2021-01-10 17:08:17','2021-01-10 12:08:17'),
(53256,21916,'action created','2021-01-10 17:08:17','2021-01-10 12:08:17'),
(53257,21916,'action started via WP Cron','2021-01-10 17:09:41','2021-01-10 12:09:41'),
(53258,21916,'action complete via WP Cron','2021-01-10 17:09:41','2021-01-10 12:09:41'),
(53259,21917,'action created','2021-01-10 17:09:41','2021-01-10 12:09:41'),
(53260,21917,'action started via WP Cron','2021-01-10 17:11:44','2021-01-10 12:11:44'),
(53261,21917,'action complete via WP Cron','2021-01-10 17:11:44','2021-01-10 12:11:44'),
(53262,21918,'action created','2021-01-10 17:11:44','2021-01-10 12:11:44'),
(53263,21918,'action started via WP Cron','2021-01-10 17:12:26','2021-01-10 12:12:26'),
(53264,21918,'action complete via WP Cron','2021-01-10 17:12:26','2021-01-10 12:12:26'),
(53265,21919,'action created','2021-01-10 17:12:26','2021-01-10 12:12:26'),
(53266,21919,'action started via WP Cron','2021-01-10 17:13:30','2021-01-10 12:13:30'),
(53267,21919,'action complete via WP Cron','2021-01-10 17:13:30','2021-01-10 12:13:30'),
(53268,21920,'action created','2021-01-10 17:13:30','2021-01-10 12:13:30'),
(53269,21920,'action started via WP Cron','2021-01-10 17:14:30','2021-01-10 12:14:30'),
(53270,21920,'action complete via WP Cron','2021-01-10 17:14:30','2021-01-10 12:14:30'),
(53271,21921,'action created','2021-01-10 17:14:30','2021-01-10 12:14:30'),
(53272,21921,'action started via WP Cron','2021-01-10 17:15:21','2021-01-10 12:15:21'),
(53273,21921,'action complete via WP Cron','2021-01-10 17:15:21','2021-01-10 12:15:21'),
(53274,21922,'action created','2021-01-10 17:15:26','2021-01-10 12:15:26'),
(53275,21922,'action started via WP Cron','2021-01-10 17:16:43','2021-01-10 12:16:43'),
(53276,21922,'action complete via WP Cron','2021-01-10 17:16:43','2021-01-10 12:16:43'),
(53277,21923,'action created','2021-01-10 17:16:43','2021-01-10 12:16:43'),
(53278,21923,'action started via WP Cron','2021-01-10 17:18:36','2021-01-10 12:18:36'),
(53279,21923,'action complete via WP Cron','2021-01-10 17:18:36','2021-01-10 12:18:36'),
(53280,21924,'action created','2021-01-10 17:18:36','2021-01-10 12:18:36'),
(53281,21924,'action started via WP Cron','2021-01-10 17:20:32','2021-01-10 12:20:32'),
(53282,21924,'action complete via WP Cron','2021-01-10 17:20:32','2021-01-10 12:20:32'),
(53283,21925,'action created','2021-01-10 17:20:32','2021-01-10 12:20:32'),
(53284,21925,'action started via WP Cron','2021-01-10 17:21:26','2021-01-10 12:21:26'),
(53285,21925,'action complete via WP Cron','2021-01-10 17:21:26','2021-01-10 12:21:26'),
(53286,21926,'action created','2021-01-10 17:21:26','2021-01-10 12:21:26'),
(53287,21926,'action started via WP Cron','2021-01-10 17:22:38','2021-01-10 12:22:38'),
(53288,21926,'action complete via WP Cron','2021-01-10 17:22:38','2021-01-10 12:22:38'),
(53289,21927,'action created','2021-01-10 17:22:38','2021-01-10 12:22:38'),
(53290,21927,'action started via WP Cron','2021-01-10 17:23:56','2021-01-10 12:23:56'),
(53291,21927,'action complete via WP Cron','2021-01-10 17:23:56','2021-01-10 12:23:56'),
(53292,21928,'action created','2021-01-10 17:23:56','2021-01-10 12:23:56'),
(53293,21928,'action started via WP Cron','2021-01-10 17:24:14','2021-01-10 12:24:14'),
(53294,21928,'action complete via WP Cron','2021-01-10 17:24:14','2021-01-10 12:24:14'),
(53295,21929,'action created','2021-01-10 17:24:14','2021-01-10 12:24:14'),
(53296,21929,'action started via WP Cron','2021-01-10 17:25:20','2021-01-10 12:25:20'),
(53297,21929,'action complete via WP Cron','2021-01-10 17:25:20','2021-01-10 12:25:20'),
(53298,21930,'action created','2021-01-10 17:25:20','2021-01-10 12:25:20'),
(53299,21930,'action started via WP Cron','2021-01-10 17:26:25','2021-01-10 12:26:25'),
(53300,21930,'action complete via WP Cron','2021-01-10 17:26:25','2021-01-10 12:26:25'),
(53301,21931,'action created','2021-01-10 17:26:25','2021-01-10 12:26:25'),
(53302,21931,'action started via WP Cron','2021-01-10 17:27:33','2021-01-10 12:27:33'),
(53303,21931,'action complete via WP Cron','2021-01-10 17:27:33','2021-01-10 12:27:33'),
(53304,21932,'action created','2021-01-10 17:27:33','2021-01-10 12:27:33'),
(53305,21932,'action started via WP Cron','2021-01-10 17:28:25','2021-01-10 12:28:25'),
(53306,21932,'action complete via WP Cron','2021-01-10 17:28:25','2021-01-10 12:28:25'),
(53307,21933,'action created','2021-01-10 17:28:25','2021-01-10 12:28:25'),
(53308,21933,'action started via WP Cron','2021-01-10 17:29:13','2021-01-10 12:29:13'),
(53309,21933,'action complete via WP Cron','2021-01-10 17:29:13','2021-01-10 12:29:13'),
(53310,21934,'action created','2021-01-10 17:29:13','2021-01-10 12:29:13'),
(53311,21934,'action started via WP Cron','2021-01-10 17:30:29','2021-01-10 12:30:29'),
(53312,21934,'action complete via WP Cron','2021-01-10 17:30:29','2021-01-10 12:30:29'),
(53313,21935,'action created','2021-01-10 17:30:29','2021-01-10 12:30:29'),
(53314,21935,'action started via WP Cron','2021-01-10 17:31:17','2021-01-10 12:31:17'),
(53315,21935,'action complete via WP Cron','2021-01-10 17:31:17','2021-01-10 12:31:17'),
(53316,21936,'action created','2021-01-10 17:31:17','2021-01-10 12:31:17'),
(53317,21936,'action started via WP Cron','2021-01-10 17:32:34','2021-01-10 12:32:34'),
(53318,21936,'action complete via WP Cron','2021-01-10 17:32:34','2021-01-10 12:32:34'),
(53319,21937,'action created','2021-01-10 17:32:34','2021-01-10 12:32:34'),
(53320,21937,'action started via WP Cron','2021-01-10 17:34:06','2021-01-10 12:34:06'),
(53321,21937,'action complete via WP Cron','2021-01-10 17:34:06','2021-01-10 12:34:06'),
(53322,21938,'action created','2021-01-10 17:34:06','2021-01-10 12:34:06'),
(53323,21938,'action started via WP Cron','2021-01-10 17:35:23','2021-01-10 12:35:23'),
(53324,21938,'action complete via WP Cron','2021-01-10 17:35:23','2021-01-10 12:35:23'),
(53325,21939,'action created','2021-01-10 17:35:23','2021-01-10 12:35:23'),
(53326,21939,'action started via WP Cron','2021-01-10 17:36:12','2021-01-10 12:36:12'),
(53327,21939,'action complete via WP Cron','2021-01-10 17:36:12','2021-01-10 12:36:12'),
(53328,21940,'action created','2021-01-10 17:36:12','2021-01-10 12:36:12'),
(53329,21940,'action started via WP Cron','2021-01-10 17:37:13','2021-01-10 12:37:13'),
(53330,21940,'action complete via WP Cron','2021-01-10 17:37:13','2021-01-10 12:37:13'),
(53331,21941,'action created','2021-01-10 17:37:13','2021-01-10 12:37:13'),
(53332,21941,'action started via WP Cron','2021-01-10 17:38:28','2021-01-10 12:38:28'),
(53333,21941,'action complete via WP Cron','2021-01-10 17:38:28','2021-01-10 12:38:28'),
(53334,21942,'action created','2021-01-10 17:38:28','2021-01-10 12:38:28'),
(53335,21942,'action started via WP Cron','2021-01-10 17:39:12','2021-01-10 12:39:12'),
(53336,21942,'action complete via WP Cron','2021-01-10 17:39:12','2021-01-10 12:39:12'),
(53337,21943,'action created','2021-01-10 17:39:12','2021-01-10 12:39:12'),
(53338,21943,'action started via WP Cron','2021-01-10 17:40:46','2021-01-10 12:40:46'),
(53339,21943,'action complete via WP Cron','2021-01-10 17:40:46','2021-01-10 12:40:46'),
(53340,21944,'action created','2021-01-10 17:40:46','2021-01-10 12:40:46'),
(53341,21944,'action started via WP Cron','2021-01-10 17:41:36','2021-01-10 12:41:36'),
(53342,21944,'action complete via WP Cron','2021-01-10 17:41:36','2021-01-10 12:41:36'),
(53343,21945,'action created','2021-01-10 17:41:36','2021-01-10 12:41:36'),
(53344,21945,'action started via WP Cron','2021-01-10 17:42:17','2021-01-10 12:42:17'),
(53345,21945,'action complete via WP Cron','2021-01-10 17:42:17','2021-01-10 12:42:17'),
(53346,21946,'action created','2021-01-10 17:42:17','2021-01-10 12:42:17'),
(53347,21946,'action started via WP Cron','2021-01-10 17:43:33','2021-01-10 12:43:33'),
(53348,21946,'action complete via WP Cron','2021-01-10 17:43:33','2021-01-10 12:43:33'),
(53349,21947,'action created','2021-01-10 17:43:34','2021-01-10 12:43:34'),
(53350,21947,'action started via WP Cron','2021-01-10 17:45:17','2021-01-10 12:45:17'),
(53351,21947,'action complete via WP Cron','2021-01-10 17:45:17','2021-01-10 12:45:17'),
(53352,21948,'action created','2021-01-10 17:45:17','2021-01-10 12:45:17'),
(53353,21948,'action started via WP Cron','2021-01-10 17:47:53','2021-01-10 12:47:53'),
(53354,21948,'action complete via WP Cron','2021-01-10 17:47:53','2021-01-10 12:47:53'),
(53355,21949,'action created','2021-01-10 17:47:53','2021-01-10 12:47:53'),
(53356,21949,'action started via WP Cron','2021-01-10 17:48:16','2021-01-10 12:48:16'),
(53357,21949,'action complete via WP Cron','2021-01-10 17:48:16','2021-01-10 12:48:16'),
(53358,21950,'action created','2021-01-10 17:48:17','2021-01-10 12:48:17'),
(53359,21950,'action started via WP Cron','2021-01-10 17:51:24','2021-01-10 12:51:24'),
(53360,21950,'action complete via WP Cron','2021-01-10 17:51:24','2021-01-10 12:51:24'),
(53361,21951,'action created','2021-01-10 17:51:24','2021-01-10 12:51:24'),
(53362,21951,'action started via WP Cron','2021-01-10 17:53:05','2021-01-10 12:53:05'),
(53363,21951,'action complete via WP Cron','2021-01-10 17:53:05','2021-01-10 12:53:05'),
(53364,21952,'action created','2021-01-10 17:53:05','2021-01-10 12:53:05'),
(53365,21952,'action started via WP Cron','2021-01-10 17:53:44','2021-01-10 12:53:44'),
(53366,21952,'action complete via WP Cron','2021-01-10 17:53:44','2021-01-10 12:53:44'),
(53367,21953,'action created','2021-01-10 17:53:44','2021-01-10 12:53:44'),
(53368,21953,'action started via WP Cron','2021-01-10 17:54:35','2021-01-10 12:54:35'),
(53369,21953,'action complete via WP Cron','2021-01-10 17:54:35','2021-01-10 12:54:35'),
(53370,21954,'action created','2021-01-10 17:54:35','2021-01-10 12:54:35'),
(53371,21954,'action started via WP Cron','2021-01-10 17:55:22','2021-01-10 12:55:22'),
(53372,21954,'action complete via WP Cron','2021-01-10 17:55:22','2021-01-10 12:55:22'),
(53373,21955,'action created','2021-01-10 17:55:22','2021-01-10 12:55:22'),
(53374,21955,'action started via WP Cron','2021-01-10 17:56:14','2021-01-10 12:56:14'),
(53375,21955,'action complete via WP Cron','2021-01-10 17:56:14','2021-01-10 12:56:14'),
(53376,21956,'action created','2021-01-10 17:56:14','2021-01-10 12:56:14'),
(53377,21956,'action started via WP Cron','2021-01-10 17:58:06','2021-01-10 12:58:06'),
(53378,21956,'action complete via WP Cron','2021-01-10 17:58:06','2021-01-10 12:58:06'),
(53379,21957,'action created','2021-01-10 17:58:06','2021-01-10 12:58:06'),
(53380,21957,'action started via WP Cron','2021-01-10 17:59:37','2021-01-10 12:59:37'),
(53381,21957,'action complete via WP Cron','2021-01-10 17:59:37','2021-01-10 12:59:37'),
(53382,21958,'action created','2021-01-10 17:59:37','2021-01-10 12:59:37'),
(53383,21958,'action started via WP Cron','2021-01-10 18:00:49','2021-01-10 13:00:49'),
(53384,21958,'action complete via WP Cron','2021-01-10 18:00:49','2021-01-10 13:00:49'),
(53385,21959,'action created','2021-01-10 18:00:50','2021-01-10 13:00:50'),
(53386,21959,'action started via WP Cron','2021-01-10 18:01:12','2021-01-10 13:01:12'),
(53387,21959,'action complete via WP Cron','2021-01-10 18:01:12','2021-01-10 13:01:12'),
(53388,21960,'action created','2021-01-10 18:01:12','2021-01-10 13:01:12'),
(53389,21960,'action started via WP Cron','2021-01-10 18:02:15','2021-01-10 13:02:15'),
(53390,21960,'action complete via WP Cron','2021-01-10 18:02:15','2021-01-10 13:02:15'),
(53391,21961,'action created','2021-01-10 18:02:15','2021-01-10 13:02:15'),
(53392,21961,'action started via WP Cron','2021-01-10 18:04:25','2021-01-10 13:04:25'),
(53393,21961,'action complete via WP Cron','2021-01-10 18:04:25','2021-01-10 13:04:25'),
(53394,21962,'action created','2021-01-10 18:04:25','2021-01-10 13:04:25'),
(53395,21962,'action started via WP Cron','2021-01-10 18:05:53','2021-01-10 13:05:53'),
(53396,21962,'action complete via WP Cron','2021-01-10 18:05:54','2021-01-10 13:05:54'),
(53397,21963,'action created','2021-01-10 18:05:54','2021-01-10 13:05:54'),
(53398,21963,'action started via WP Cron','2021-01-10 18:06:13','2021-01-10 13:06:13'),
(53399,21963,'action complete via WP Cron','2021-01-10 18:06:13','2021-01-10 13:06:13'),
(53400,21964,'action created','2021-01-10 18:06:13','2021-01-10 13:06:13'),
(53401,21964,'action started via WP Cron','2021-01-10 18:07:12','2021-01-10 13:07:12'),
(53402,21964,'action complete via WP Cron','2021-01-10 18:07:12','2021-01-10 13:07:12'),
(53403,21965,'action created','2021-01-10 18:07:12','2021-01-10 13:07:12'),
(53404,21965,'action started via WP Cron','2021-01-10 18:08:53','2021-01-10 13:08:53'),
(53405,21965,'action complete via WP Cron','2021-01-10 18:08:53','2021-01-10 13:08:53'),
(53406,21966,'action created','2021-01-10 18:08:53','2021-01-10 13:08:53'),
(53407,21966,'action started via WP Cron','2021-01-10 18:09:44','2021-01-10 13:09:44'),
(53408,21966,'action complete via WP Cron','2021-01-10 18:09:44','2021-01-10 13:09:44'),
(53409,21967,'action created','2021-01-10 18:09:44','2021-01-10 13:09:44'),
(53410,21967,'action started via WP Cron','2021-01-10 18:11:14','2021-01-10 13:11:14'),
(53411,21967,'action complete via WP Cron','2021-01-10 18:11:14','2021-01-10 13:11:14'),
(53412,21968,'action created','2021-01-10 18:11:14','2021-01-10 13:11:14'),
(53413,21968,'action started via WP Cron','2021-01-10 18:14:47','2021-01-10 13:14:47'),
(53414,21968,'action complete via WP Cron','2021-01-10 18:14:47','2021-01-10 13:14:47'),
(53415,21969,'action created','2021-01-10 18:14:47','2021-01-10 13:14:47'),
(53416,21969,'action started via WP Cron','2021-01-10 18:15:52','2021-01-10 13:15:52'),
(53417,21969,'action complete via WP Cron','2021-01-10 18:15:52','2021-01-10 13:15:52'),
(53418,21970,'action created','2021-01-10 18:15:52','2021-01-10 13:15:52'),
(53419,21970,'action started via WP Cron','2021-01-10 18:16:11','2021-01-10 13:16:11'),
(53420,21970,'action complete via WP Cron','2021-01-10 18:16:11','2021-01-10 13:16:11'),
(53421,21971,'action created','2021-01-10 18:16:11','2021-01-10 13:16:11'),
(53422,21971,'action started via WP Cron','2021-01-10 18:17:27','2021-01-10 13:17:27'),
(53423,21971,'action complete via WP Cron','2021-01-10 18:17:27','2021-01-10 13:17:27'),
(53424,21972,'action created','2021-01-10 18:17:27','2021-01-10 13:17:27'),
(53425,21972,'action started via WP Cron','2021-01-10 18:19:41','2021-01-10 13:19:41'),
(53426,21972,'action complete via WP Cron','2021-01-10 18:19:41','2021-01-10 13:19:41'),
(53427,21973,'action created','2021-01-10 18:19:42','2021-01-10 13:19:42'),
(53428,21973,'action started via WP Cron','2021-01-10 18:20:18','2021-01-10 13:20:18'),
(53429,21973,'action complete via WP Cron','2021-01-10 18:20:18','2021-01-10 13:20:18'),
(53430,21974,'action created','2021-01-10 18:20:18','2021-01-10 13:20:18'),
(53431,21974,'action started via WP Cron','2021-01-10 18:22:05','2021-01-10 13:22:05'),
(53432,21974,'action complete via WP Cron','2021-01-10 18:22:05','2021-01-10 13:22:05'),
(53433,21975,'action created','2021-01-10 18:22:05','2021-01-10 13:22:05'),
(53434,21975,'action started via WP Cron','2021-01-10 18:22:56','2021-01-10 13:22:56'),
(53435,21975,'action complete via WP Cron','2021-01-10 18:22:56','2021-01-10 13:22:56'),
(53436,21976,'action created','2021-01-10 18:22:56','2021-01-10 13:22:56'),
(53437,21976,'action started via WP Cron','2021-01-10 18:23:38','2021-01-10 13:23:38'),
(53438,21976,'action complete via WP Cron','2021-01-10 18:23:38','2021-01-10 13:23:38'),
(53439,21977,'action created','2021-01-10 18:23:38','2021-01-10 13:23:38'),
(53440,21977,'action started via WP Cron','2021-01-10 18:24:15','2021-01-10 13:24:15'),
(53441,21977,'action complete via WP Cron','2021-01-10 18:24:16','2021-01-10 13:24:16'),
(53442,21978,'action created','2021-01-10 18:24:16','2021-01-10 13:24:16'),
(53443,21978,'action started via WP Cron','2021-01-10 18:26:21','2021-01-10 13:26:21'),
(53444,21978,'action complete via WP Cron','2021-01-10 18:26:21','2021-01-10 13:26:21'),
(53445,21979,'action created','2021-01-10 18:26:21','2021-01-10 13:26:21'),
(53446,21979,'action started via WP Cron','2021-01-10 18:27:50','2021-01-10 13:27:50'),
(53447,21979,'action complete via WP Cron','2021-01-10 18:27:50','2021-01-10 13:27:50'),
(53448,21980,'action created','2021-01-10 18:27:51','2021-01-10 13:27:51'),
(53449,21980,'action started via WP Cron','2021-01-10 18:29:41','2021-01-10 13:29:41'),
(53450,21980,'action complete via WP Cron','2021-01-10 18:29:41','2021-01-10 13:29:41'),
(53451,21981,'action created','2021-01-10 18:29:41','2021-01-10 13:29:41'),
(53452,21981,'action started via WP Cron','2021-01-10 18:30:45','2021-01-10 13:30:45'),
(53453,21981,'action complete via WP Cron','2021-01-10 18:30:45','2021-01-10 13:30:45'),
(53454,21982,'action created','2021-01-10 18:30:45','2021-01-10 13:30:45'),
(53455,21982,'action started via WP Cron','2021-01-10 18:31:43','2021-01-10 13:31:43'),
(53456,21982,'action complete via WP Cron','2021-01-10 18:31:43','2021-01-10 13:31:43'),
(53457,21983,'action created','2021-01-10 18:31:43','2021-01-10 13:31:43'),
(53458,21983,'action started via WP Cron','2021-01-10 18:33:43','2021-01-10 13:33:43'),
(53459,21983,'action complete via WP Cron','2021-01-10 18:33:43','2021-01-10 13:33:43'),
(53460,21984,'action created','2021-01-10 18:33:43','2021-01-10 13:33:43'),
(53461,21984,'action started via WP Cron','2021-01-10 18:34:20','2021-01-10 13:34:20'),
(53462,21984,'action complete via WP Cron','2021-01-10 18:34:20','2021-01-10 13:34:20'),
(53463,21985,'action created','2021-01-10 18:34:20','2021-01-10 13:34:20'),
(53464,21985,'action started via WP Cron','2021-01-10 18:35:41','2021-01-10 13:35:41'),
(53465,21985,'action complete via WP Cron','2021-01-10 18:35:41','2021-01-10 13:35:41'),
(53466,21986,'action created','2021-01-10 18:35:41','2021-01-10 13:35:41'),
(53467,21986,'action started via WP Cron','2021-01-10 18:37:35','2021-01-10 13:37:35'),
(53468,21986,'action complete via WP Cron','2021-01-10 18:37:35','2021-01-10 13:37:35'),
(53469,21987,'action created','2021-01-10 18:37:35','2021-01-10 13:37:35'),
(53470,21987,'action started via WP Cron','2021-01-10 18:38:28','2021-01-10 13:38:28'),
(53471,21987,'action complete via WP Cron','2021-01-10 18:38:28','2021-01-10 13:38:28'),
(53472,21988,'action created','2021-01-10 18:38:28','2021-01-10 13:38:28'),
(53473,21988,'action started via WP Cron','2021-01-10 18:39:34','2021-01-10 13:39:34'),
(53474,21988,'action complete via WP Cron','2021-01-10 18:39:34','2021-01-10 13:39:34'),
(53475,21989,'action created','2021-01-10 18:39:34','2021-01-10 13:39:34'),
(53476,21989,'action started via WP Cron','2021-01-10 18:40:17','2021-01-10 13:40:17'),
(53477,21989,'action complete via WP Cron','2021-01-10 18:40:17','2021-01-10 13:40:17'),
(53478,21990,'action created','2021-01-10 18:40:17','2021-01-10 13:40:17'),
(53479,21990,'action started via WP Cron','2021-01-10 18:41:38','2021-01-10 13:41:38'),
(53480,21990,'action complete via WP Cron','2021-01-10 18:41:38','2021-01-10 13:41:38'),
(53481,21991,'action created','2021-01-10 18:41:38','2021-01-10 13:41:38'),
(53482,21991,'action started via WP Cron','2021-01-10 18:42:11','2021-01-10 13:42:11'),
(53483,21991,'action complete via WP Cron','2021-01-10 18:42:11','2021-01-10 13:42:11'),
(53484,21992,'action created','2021-01-10 18:42:11','2021-01-10 13:42:11'),
(53485,21992,'action started via WP Cron','2021-01-10 18:43:31','2021-01-10 13:43:31'),
(53486,21992,'action complete via WP Cron','2021-01-10 18:43:31','2021-01-10 13:43:31'),
(53487,21993,'action created','2021-01-10 18:43:31','2021-01-10 13:43:31'),
(53488,21993,'action started via WP Cron','2021-01-10 18:45:08','2021-01-10 13:45:08'),
(53489,21993,'action complete via WP Cron','2021-01-10 18:45:08','2021-01-10 13:45:08'),
(53490,21994,'action created','2021-01-10 18:45:08','2021-01-10 13:45:08'),
(53491,21994,'action started via WP Cron','2021-01-10 18:45:21','2021-01-10 13:45:21'),
(53492,21994,'action complete via WP Cron','2021-01-10 18:45:21','2021-01-10 13:45:21'),
(53493,21995,'action created','2021-01-10 18:45:21','2021-01-10 13:45:21'),
(53494,21995,'action started via WP Cron','2021-01-10 18:46:11','2021-01-10 13:46:11'),
(53495,21995,'action complete via WP Cron','2021-01-10 18:46:11','2021-01-10 13:46:11'),
(53496,21996,'action created','2021-01-10 18:46:11','2021-01-10 13:46:11'),
(53497,21996,'action started via WP Cron','2021-01-10 18:47:29','2021-01-10 13:47:29'),
(53498,21996,'action complete via WP Cron','2021-01-10 18:47:29','2021-01-10 13:47:29'),
(53499,21997,'action created','2021-01-10 18:47:29','2021-01-10 13:47:29'),
(53500,21997,'action started via WP Cron','2021-01-10 18:48:24','2021-01-10 13:48:24'),
(53501,21997,'action complete via WP Cron','2021-01-10 18:48:24','2021-01-10 13:48:24'),
(53502,21998,'action created','2021-01-10 18:48:24','2021-01-10 13:48:24'),
(53503,21998,'action started via WP Cron','2021-01-10 18:49:28','2021-01-10 13:49:28'),
(53504,21998,'action complete via WP Cron','2021-01-10 18:49:28','2021-01-10 13:49:28'),
(53505,21999,'action created','2021-01-10 18:49:28','2021-01-10 13:49:28'),
(53506,21999,'action started via WP Cron','2021-01-10 18:50:24','2021-01-10 13:50:24'),
(53507,21999,'action complete via WP Cron','2021-01-10 18:50:24','2021-01-10 13:50:24'),
(53508,22000,'action created','2021-01-10 18:50:24','2021-01-10 13:50:24'),
(53509,22000,'action started via WP Cron','2021-01-10 18:53:07','2021-01-10 13:53:07'),
(53510,22000,'action complete via WP Cron','2021-01-10 18:53:07','2021-01-10 13:53:07'),
(53511,22001,'action created','2021-01-10 18:53:07','2021-01-10 13:53:07'),
(53512,22001,'action started via WP Cron','2021-01-10 18:53:36','2021-01-10 13:53:36'),
(53513,22001,'action complete via WP Cron','2021-01-10 18:53:36','2021-01-10 13:53:36'),
(53514,22002,'action created','2021-01-10 18:53:36','2021-01-10 13:53:36'),
(53515,22002,'action started via WP Cron','2021-01-10 18:54:15','2021-01-10 13:54:15'),
(53516,22002,'action complete via WP Cron','2021-01-10 18:54:15','2021-01-10 13:54:15'),
(53517,22003,'action created','2021-01-10 18:54:15','2021-01-10 13:54:15'),
(53518,22003,'action started via WP Cron','2021-01-10 18:55:13','2021-01-10 13:55:13'),
(53519,22003,'action complete via WP Cron','2021-01-10 18:55:13','2021-01-10 13:55:13'),
(53520,22004,'action created','2021-01-10 18:55:13','2021-01-10 13:55:13'),
(53521,22004,'action started via WP Cron','2021-01-10 18:56:12','2021-01-10 13:56:12'),
(53522,22004,'action complete via WP Cron','2021-01-10 18:56:12','2021-01-10 13:56:12'),
(53523,22005,'action created','2021-01-10 18:56:12','2021-01-10 13:56:12'),
(53524,22005,'action started via WP Cron','2021-01-10 18:57:14','2021-01-10 13:57:14'),
(53525,22005,'action complete via WP Cron','2021-01-10 18:57:14','2021-01-10 13:57:14'),
(53526,22006,'action created','2021-01-10 18:57:15','2021-01-10 13:57:15'),
(53527,22006,'action started via WP Cron','2021-01-10 18:58:27','2021-01-10 13:58:27'),
(53528,22006,'action complete via WP Cron','2021-01-10 18:58:27','2021-01-10 13:58:27'),
(53529,22007,'action created','2021-01-10 18:58:27','2021-01-10 13:58:27'),
(53530,22007,'action started via WP Cron','2021-01-10 18:59:44','2021-01-10 13:59:44'),
(53531,22007,'action complete via WP Cron','2021-01-10 18:59:44','2021-01-10 13:59:44'),
(53532,22008,'action created','2021-01-10 18:59:44','2021-01-10 13:59:44'),
(53533,22008,'action started via WP Cron','2021-01-10 19:00:12','2021-01-10 14:00:12'),
(53534,22008,'action complete via WP Cron','2021-01-10 19:00:12','2021-01-10 14:00:12'),
(53535,22009,'action created','2021-01-10 19:00:12','2021-01-10 14:00:12'),
(53536,22009,'action started via WP Cron','2021-01-10 19:01:20','2021-01-10 14:01:20'),
(53537,22009,'action complete via WP Cron','2021-01-10 19:01:20','2021-01-10 14:01:20'),
(53538,22010,'action created','2021-01-10 19:01:20','2021-01-10 14:01:20'),
(53539,22010,'action started via WP Cron','2021-01-10 19:02:14','2021-01-10 14:02:14'),
(53540,22010,'action complete via WP Cron','2021-01-10 19:02:14','2021-01-10 14:02:14'),
(53541,22011,'action created','2021-01-10 19:02:14','2021-01-10 14:02:14'),
(53542,22011,'action started via WP Cron','2021-01-10 19:03:30','2021-01-10 14:03:30'),
(53543,22011,'action complete via WP Cron','2021-01-10 19:03:30','2021-01-10 14:03:30'),
(53544,22012,'action created','2021-01-10 19:03:30','2021-01-10 14:03:30'),
(53545,22012,'action started via WP Cron','2021-01-10 19:04:27','2021-01-10 14:04:27'),
(53546,22012,'action complete via WP Cron','2021-01-10 19:04:27','2021-01-10 14:04:27'),
(53547,22013,'action created','2021-01-10 19:04:28','2021-01-10 14:04:28'),
(53548,22013,'action started via WP Cron','2021-01-10 19:05:29','2021-01-10 14:05:29'),
(53549,22013,'action complete via WP Cron','2021-01-10 19:05:29','2021-01-10 14:05:29'),
(53550,22014,'action created','2021-01-10 19:05:29','2021-01-10 14:05:29'),
(53551,22014,'action started via WP Cron','2021-01-10 19:06:23','2021-01-10 14:06:23'),
(53552,22014,'action complete via WP Cron','2021-01-10 19:06:23','2021-01-10 14:06:23'),
(53553,22015,'action created','2021-01-10 19:06:23','2021-01-10 14:06:23'),
(53554,22015,'action started via WP Cron','2021-01-10 19:07:22','2021-01-10 14:07:22'),
(53555,22015,'action complete via WP Cron','2021-01-10 19:07:22','2021-01-10 14:07:22'),
(53556,22016,'action created','2021-01-10 19:07:22','2021-01-10 14:07:22'),
(53557,22016,'action started via WP Cron','2021-01-10 19:08:13','2021-01-10 14:08:13'),
(53558,22016,'action complete via WP Cron','2021-01-10 19:08:13','2021-01-10 14:08:13'),
(53559,22017,'action created','2021-01-10 19:08:13','2021-01-10 14:08:13'),
(53560,22017,'action started via WP Cron','2021-01-10 19:09:36','2021-01-10 14:09:36'),
(53561,22017,'action complete via WP Cron','2021-01-10 19:09:36','2021-01-10 14:09:36'),
(53562,22018,'action created','2021-01-10 19:09:36','2021-01-10 14:09:36'),
(53563,22018,'action started via WP Cron','2021-01-10 19:10:15','2021-01-10 14:10:15'),
(53564,22018,'action complete via WP Cron','2021-01-10 19:10:15','2021-01-10 14:10:15'),
(53565,22019,'action created','2021-01-10 19:10:15','2021-01-10 14:10:15'),
(53566,22019,'action started via WP Cron','2021-01-10 19:11:17','2021-01-10 14:11:17'),
(53567,22019,'action complete via WP Cron','2021-01-10 19:11:17','2021-01-10 14:11:17'),
(53568,22020,'action created','2021-01-10 19:11:17','2021-01-10 14:11:17'),
(53569,22020,'action started via WP Cron','2021-01-10 19:12:25','2021-01-10 14:12:25'),
(53570,22020,'action complete via WP Cron','2021-01-10 19:12:25','2021-01-10 14:12:25'),
(53571,22021,'action created','2021-01-10 19:12:25','2021-01-10 14:12:25'),
(53572,22021,'action started via WP Cron','2021-01-10 19:13:14','2021-01-10 14:13:14'),
(53573,22021,'action complete via WP Cron','2021-01-10 19:13:14','2021-01-10 14:13:14'),
(53574,22022,'action created','2021-01-10 19:13:14','2021-01-10 14:13:14'),
(53575,22022,'action started via WP Cron','2021-01-10 19:14:15','2021-01-10 14:14:15'),
(53576,22022,'action complete via WP Cron','2021-01-10 19:14:15','2021-01-10 14:14:15'),
(53577,22023,'action created','2021-01-10 19:14:15','2021-01-10 14:14:15'),
(53578,22023,'action started via WP Cron','2021-01-10 19:15:19','2021-01-10 14:15:19'),
(53579,22023,'action complete via WP Cron','2021-01-10 19:15:19','2021-01-10 14:15:19'),
(53580,22024,'action created','2021-01-10 19:15:19','2021-01-10 14:15:19'),
(53581,22024,'action started via WP Cron','2021-01-10 19:16:19','2021-01-10 14:16:19'),
(53582,22024,'action complete via WP Cron','2021-01-10 19:16:19','2021-01-10 14:16:19'),
(53583,22025,'action created','2021-01-10 19:16:19','2021-01-10 14:16:19'),
(53584,22025,'action started via WP Cron','2021-01-10 19:17:25','2021-01-10 14:17:25'),
(53585,22025,'action complete via WP Cron','2021-01-10 19:17:25','2021-01-10 14:17:25'),
(53586,22026,'action created','2021-01-10 19:17:25','2021-01-10 14:17:25'),
(53587,22026,'action started via WP Cron','2021-01-10 19:18:20','2021-01-10 14:18:20'),
(53588,22026,'action complete via WP Cron','2021-01-10 19:18:20','2021-01-10 14:18:20'),
(53589,22027,'action created','2021-01-10 19:18:20','2021-01-10 14:18:20'),
(53590,22027,'action started via WP Cron','2021-01-10 19:19:23','2021-01-10 14:19:23'),
(53591,22027,'action complete via WP Cron','2021-01-10 19:19:23','2021-01-10 14:19:23'),
(53592,22028,'action created','2021-01-10 19:19:23','2021-01-10 14:19:23'),
(53593,22028,'action started via WP Cron','2021-01-10 19:20:24','2021-01-10 14:20:24'),
(53594,22028,'action complete via WP Cron','2021-01-10 19:20:24','2021-01-10 14:20:24'),
(53595,22029,'action created','2021-01-10 19:20:24','2021-01-10 14:20:24'),
(53596,22029,'action started via WP Cron','2021-01-10 19:21:33','2021-01-10 14:21:33'),
(53597,22029,'action complete via WP Cron','2021-01-10 19:21:33','2021-01-10 14:21:33'),
(53598,22030,'action created','2021-01-10 19:21:33','2021-01-10 14:21:33'),
(53599,22030,'action started via WP Cron','2021-01-10 19:22:15','2021-01-10 14:22:15'),
(53600,22030,'action complete via WP Cron','2021-01-10 19:22:15','2021-01-10 14:22:15'),
(53601,22031,'action created','2021-01-10 19:22:15','2021-01-10 14:22:15'),
(53602,22031,'action started via WP Cron','2021-01-10 19:23:22','2021-01-10 14:23:22'),
(53603,22031,'action complete via WP Cron','2021-01-10 19:23:22','2021-01-10 14:23:22'),
(53604,22032,'action created','2021-01-10 19:23:22','2021-01-10 14:23:22'),
(53605,22032,'action started via WP Cron','2021-01-10 19:24:29','2021-01-10 14:24:29'),
(53606,22032,'action complete via WP Cron','2021-01-10 19:24:29','2021-01-10 14:24:29'),
(53607,22033,'action created','2021-01-10 19:24:29','2021-01-10 14:24:29'),
(53608,22033,'action started via WP Cron','2021-01-10 19:25:15','2021-01-10 14:25:15'),
(53609,22033,'action complete via WP Cron','2021-01-10 19:25:15','2021-01-10 14:25:15'),
(53610,22034,'action created','2021-01-10 19:25:15','2021-01-10 14:25:15'),
(53611,22034,'action started via WP Cron','2021-01-10 19:26:17','2021-01-10 14:26:17'),
(53612,22034,'action complete via WP Cron','2021-01-10 19:26:17','2021-01-10 14:26:17'),
(53613,22035,'action created','2021-01-10 19:26:17','2021-01-10 14:26:17'),
(53614,22035,'action started via WP Cron','2021-01-10 19:27:13','2021-01-10 14:27:13'),
(53615,22035,'action complete via WP Cron','2021-01-10 19:27:13','2021-01-10 14:27:13'),
(53616,22036,'action created','2021-01-10 19:27:13','2021-01-10 14:27:13'),
(53617,22036,'action started via WP Cron','2021-01-10 19:28:18','2021-01-10 14:28:18'),
(53618,22036,'action complete via WP Cron','2021-01-10 19:28:18','2021-01-10 14:28:18'),
(53619,22037,'action created','2021-01-10 19:28:18','2021-01-10 14:28:18'),
(53620,22037,'action started via WP Cron','2021-01-10 19:29:15','2021-01-10 14:29:15'),
(53621,22037,'action complete via WP Cron','2021-01-10 19:29:15','2021-01-10 14:29:15'),
(53622,22038,'action created','2021-01-10 19:29:15','2021-01-10 14:29:15'),
(53623,22038,'action started via WP Cron','2021-01-10 19:30:24','2021-01-10 14:30:24'),
(53624,22038,'action complete via WP Cron','2021-01-10 19:30:24','2021-01-10 14:30:24'),
(53625,22039,'action created','2021-01-10 19:30:24','2021-01-10 14:30:24'),
(53626,22039,'action started via WP Cron','2021-01-10 19:31:14','2021-01-10 14:31:14'),
(53627,22039,'action complete via WP Cron','2021-01-10 19:31:14','2021-01-10 14:31:14'),
(53628,22040,'action created','2021-01-10 19:31:14','2021-01-10 14:31:14'),
(53629,22040,'action started via WP Cron','2021-01-10 19:32:25','2021-01-10 14:32:25'),
(53630,22040,'action complete via WP Cron','2021-01-10 19:32:25','2021-01-10 14:32:25'),
(53631,22041,'action created','2021-01-10 19:32:25','2021-01-10 14:32:25'),
(53632,22041,'action started via WP Cron','2021-01-10 19:33:19','2021-01-10 14:33:19'),
(53633,22041,'action complete via WP Cron','2021-01-10 19:33:19','2021-01-10 14:33:19'),
(53634,22042,'action created','2021-01-10 19:33:19','2021-01-10 14:33:19'),
(53635,22042,'action started via WP Cron','2021-01-10 19:34:26','2021-01-10 14:34:26'),
(53636,22042,'action complete via WP Cron','2021-01-10 19:34:26','2021-01-10 14:34:26'),
(53637,22043,'action created','2021-01-10 19:34:26','2021-01-10 14:34:26'),
(53638,22043,'action started via WP Cron','2021-01-10 19:35:11','2021-01-10 14:35:11'),
(53639,22043,'action complete via WP Cron','2021-01-10 19:35:11','2021-01-10 14:35:11'),
(53640,22044,'action created','2021-01-10 19:35:11','2021-01-10 14:35:11'),
(53641,22044,'action started via WP Cron','2021-01-10 19:36:15','2021-01-10 14:36:15'),
(53642,22044,'action complete via WP Cron','2021-01-10 19:36:15','2021-01-10 14:36:15'),
(53643,22045,'action created','2021-01-10 19:36:15','2021-01-10 14:36:15'),
(53644,22045,'action started via WP Cron','2021-01-10 19:37:17','2021-01-10 14:37:17'),
(53645,22045,'action complete via WP Cron','2021-01-10 19:37:17','2021-01-10 14:37:17'),
(53646,22046,'action created','2021-01-10 19:37:17','2021-01-10 14:37:17'),
(53647,22046,'action started via WP Cron','2021-01-10 19:38:25','2021-01-10 14:38:25'),
(53648,22046,'action complete via WP Cron','2021-01-10 19:38:25','2021-01-10 14:38:25'),
(53649,22047,'action created','2021-01-10 19:38:25','2021-01-10 14:38:25'),
(53650,22047,'action started via WP Cron','2021-01-10 19:39:15','2021-01-10 14:39:15'),
(53651,22047,'action complete via WP Cron','2021-01-10 19:39:15','2021-01-10 14:39:15'),
(53652,22048,'action created','2021-01-10 19:39:15','2021-01-10 14:39:15'),
(53653,22048,'action started via WP Cron','2021-01-10 19:40:51','2021-01-10 14:40:51'),
(53654,22048,'action complete via WP Cron','2021-01-10 19:40:51','2021-01-10 14:40:51'),
(53655,22049,'action created','2021-01-10 19:40:51','2021-01-10 14:40:51'),
(53656,22049,'action started via WP Cron','2021-01-10 19:41:19','2021-01-10 14:41:19'),
(53657,22049,'action complete via WP Cron','2021-01-10 19:41:19','2021-01-10 14:41:19'),
(53658,22050,'action created','2021-01-10 19:41:19','2021-01-10 14:41:19'),
(53659,22050,'action started via WP Cron','2021-01-10 19:42:31','2021-01-10 14:42:31'),
(53660,22050,'action complete via WP Cron','2021-01-10 19:42:31','2021-01-10 14:42:31'),
(53661,22051,'action created','2021-01-10 19:42:31','2021-01-10 14:42:31'),
(53662,22051,'action started via WP Cron','2021-01-10 19:43:19','2021-01-10 14:43:19'),
(53663,22051,'action complete via WP Cron','2021-01-10 19:43:19','2021-01-10 14:43:19'),
(53664,22052,'action created','2021-01-10 19:43:19','2021-01-10 14:43:19'),
(53665,22052,'action started via WP Cron','2021-01-10 19:44:41','2021-01-10 14:44:41'),
(53666,22052,'action complete via WP Cron','2021-01-10 19:44:41','2021-01-10 14:44:41'),
(53667,22053,'action created','2021-01-10 19:44:41','2021-01-10 14:44:41'),
(53668,22053,'action started via WP Cron','2021-01-10 19:45:26','2021-01-10 14:45:26'),
(53669,22053,'action complete via WP Cron','2021-01-10 19:45:26','2021-01-10 14:45:26'),
(53670,22054,'action created','2021-01-10 19:45:26','2021-01-10 14:45:26'),
(53671,22054,'action started via WP Cron','2021-01-10 19:46:30','2021-01-10 14:46:30'),
(53672,22054,'action complete via WP Cron','2021-01-10 19:46:30','2021-01-10 14:46:30'),
(53673,22055,'action created','2021-01-10 19:46:30','2021-01-10 14:46:30'),
(53674,22055,'action started via WP Cron','2021-01-10 19:48:05','2021-01-10 14:48:05'),
(53675,22055,'action complete via WP Cron','2021-01-10 19:48:05','2021-01-10 14:48:05'),
(53676,22056,'action created','2021-01-10 19:48:05','2021-01-10 14:48:05'),
(53677,22056,'action started via WP Cron','2021-01-10 19:49:45','2021-01-10 14:49:45'),
(53678,22056,'action complete via WP Cron','2021-01-10 19:49:45','2021-01-10 14:49:45'),
(53679,22057,'action created','2021-01-10 19:49:45','2021-01-10 14:49:45'),
(53680,22057,'action started via WP Cron','2021-01-10 19:50:19','2021-01-10 14:50:19'),
(53681,22057,'action complete via WP Cron','2021-01-10 19:50:19','2021-01-10 14:50:19'),
(53682,22058,'action created','2021-01-10 19:50:19','2021-01-10 14:50:19'),
(53683,22058,'action started via WP Cron','2021-01-10 19:51:22','2021-01-10 14:51:22'),
(53684,22058,'action complete via WP Cron','2021-01-10 19:51:22','2021-01-10 14:51:22'),
(53685,22059,'action created','2021-01-10 19:51:23','2021-01-10 14:51:23'),
(53686,22059,'action started via WP Cron','2021-01-10 19:52:15','2021-01-10 14:52:15'),
(53687,22059,'action complete via WP Cron','2021-01-10 19:52:15','2021-01-10 14:52:15'),
(53688,22060,'action created','2021-01-10 19:52:15','2021-01-10 14:52:15'),
(53689,22060,'action started via WP Cron','2021-01-10 19:53:18','2021-01-10 14:53:18'),
(53690,22060,'action complete via WP Cron','2021-01-10 19:53:18','2021-01-10 14:53:18'),
(53691,22061,'action created','2021-01-10 19:53:18','2021-01-10 14:53:18'),
(53692,22061,'action started via WP Cron','2021-01-10 19:54:39','2021-01-10 14:54:39'),
(53693,22061,'action complete via WP Cron','2021-01-10 19:54:39','2021-01-10 14:54:39'),
(53694,22062,'action created','2021-01-10 19:54:39','2021-01-10 14:54:39'),
(53695,22062,'action started via WP Cron','2021-01-10 19:55:15','2021-01-10 14:55:15'),
(53696,22062,'action complete via WP Cron','2021-01-10 19:55:15','2021-01-10 14:55:15'),
(53697,22063,'action created','2021-01-10 19:55:15','2021-01-10 14:55:15'),
(53698,22063,'action started via WP Cron','2021-01-10 19:56:50','2021-01-10 14:56:50'),
(53699,22063,'action complete via WP Cron','2021-01-10 19:56:50','2021-01-10 14:56:50'),
(53700,22064,'action created','2021-01-10 19:56:50','2021-01-10 14:56:50'),
(53701,22064,'action started via WP Cron','2021-01-10 19:57:41','2021-01-10 14:57:41'),
(53702,22064,'action complete via WP Cron','2021-01-10 19:57:41','2021-01-10 14:57:41'),
(53703,22065,'action created','2021-01-10 19:57:41','2021-01-10 14:57:41'),
(53704,22065,'action started via WP Cron','2021-01-10 19:58:27','2021-01-10 14:58:27'),
(53705,22065,'action complete via WP Cron','2021-01-10 19:58:27','2021-01-10 14:58:27'),
(53706,22066,'action created','2021-01-10 19:58:28','2021-01-10 14:58:28'),
(53707,22066,'action started via WP Cron','2021-01-10 19:59:11','2021-01-10 14:59:11'),
(53708,22066,'action complete via WP Cron','2021-01-10 19:59:11','2021-01-10 14:59:11'),
(53709,22067,'action created','2021-01-10 19:59:11','2021-01-10 14:59:11'),
(53710,22067,'action started via WP Cron','2021-01-10 20:01:07','2021-01-10 15:01:07'),
(53711,22067,'action complete via WP Cron','2021-01-10 20:01:07','2021-01-10 15:01:07'),
(53712,22068,'action created','2021-01-10 20:01:07','2021-01-10 15:01:07'),
(53713,22068,'action started via WP Cron','2021-01-10 20:02:37','2021-01-10 15:02:37'),
(53714,22068,'action complete via WP Cron','2021-01-10 20:02:37','2021-01-10 15:02:37'),
(53715,22069,'action created','2021-01-10 20:02:37','2021-01-10 15:02:37'),
(53716,22069,'action started via WP Cron','2021-01-10 20:06:15','2021-01-10 15:06:15'),
(53717,22069,'action complete via WP Cron','2021-01-10 20:06:15','2021-01-10 15:06:15'),
(53718,22070,'action created','2021-01-10 20:06:15','2021-01-10 15:06:15'),
(53719,22070,'action started via WP Cron','2021-01-10 20:08:38','2021-01-10 15:08:38'),
(53720,22070,'action complete via WP Cron','2021-01-10 20:08:38','2021-01-10 15:08:38'),
(53721,22071,'action created','2021-01-10 20:08:38','2021-01-10 15:08:38'),
(53722,22071,'action started via WP Cron','2021-01-10 20:09:24','2021-01-10 15:09:24'),
(53723,22071,'action complete via WP Cron','2021-01-10 20:09:24','2021-01-10 15:09:24'),
(53724,22072,'action created','2021-01-10 20:09:24','2021-01-10 15:09:24'),
(53725,22072,'action started via WP Cron','2021-01-10 20:10:23','2021-01-10 15:10:23'),
(53726,22072,'action complete via WP Cron','2021-01-10 20:10:23','2021-01-10 15:10:23'),
(53727,22073,'action created','2021-01-10 20:10:24','2021-01-10 15:10:24'),
(53728,22073,'action started via WP Cron','2021-01-10 20:11:41','2021-01-10 15:11:41'),
(53729,22073,'action complete via WP Cron','2021-01-10 20:11:41','2021-01-10 15:11:41'),
(53730,22074,'action created','2021-01-10 20:11:41','2021-01-10 15:11:41'),
(53731,22074,'action started via WP Cron','2021-01-10 20:13:19','2021-01-10 15:13:19'),
(53732,22074,'action complete via WP Cron','2021-01-10 20:13:19','2021-01-10 15:13:19'),
(53733,22075,'action created','2021-01-10 20:13:19','2021-01-10 15:13:19'),
(53734,22075,'action started via WP Cron','2021-01-10 20:14:52','2021-01-10 15:14:52'),
(53735,22075,'action complete via WP Cron','2021-01-10 20:14:52','2021-01-10 15:14:52'),
(53736,22076,'action created','2021-01-10 20:14:52','2021-01-10 15:14:52'),
(53737,22076,'action started via WP Cron','2021-01-10 20:15:13','2021-01-10 15:15:13'),
(53738,22076,'action complete via WP Cron','2021-01-10 20:15:13','2021-01-10 15:15:13'),
(53739,22077,'action created','2021-01-10 20:15:13','2021-01-10 15:15:13'),
(53740,22077,'action started via WP Cron','2021-01-10 20:16:13','2021-01-10 15:16:13'),
(53741,22077,'action complete via WP Cron','2021-01-10 20:16:13','2021-01-10 15:16:13'),
(53742,22078,'action created','2021-01-10 20:16:13','2021-01-10 15:16:13'),
(53743,22078,'action started via WP Cron','2021-01-10 20:17:16','2021-01-10 15:17:16'),
(53744,22078,'action complete via WP Cron','2021-01-10 20:17:17','2021-01-10 15:17:17'),
(53745,22079,'action created','2021-01-10 20:17:17','2021-01-10 15:17:17'),
(53746,22079,'action started via WP Cron','2021-01-10 20:18:23','2021-01-10 15:18:23'),
(53747,22079,'action complete via WP Cron','2021-01-10 20:18:23','2021-01-10 15:18:23'),
(53748,22080,'action created','2021-01-10 20:18:23','2021-01-10 15:18:23'),
(53749,22080,'action started via WP Cron','2021-01-10 20:19:43','2021-01-10 15:19:43'),
(53750,22080,'action complete via WP Cron','2021-01-10 20:19:43','2021-01-10 15:19:43'),
(53751,22081,'action created','2021-01-10 20:19:43','2021-01-10 15:19:43'),
(53752,22081,'action started via WP Cron','2021-01-10 20:20:54','2021-01-10 15:20:54'),
(53753,22081,'action complete via WP Cron','2021-01-10 20:20:54','2021-01-10 15:20:54'),
(53754,22082,'action created','2021-01-10 20:20:54','2021-01-10 15:20:54'),
(53755,22082,'action started via WP Cron','2021-01-10 20:21:52','2021-01-10 15:21:52'),
(53756,22082,'action complete via WP Cron','2021-01-10 20:21:52','2021-01-10 15:21:52'),
(53757,22083,'action created','2021-01-10 20:21:52','2021-01-10 15:21:52'),
(53758,22083,'action started via WP Cron','2021-01-10 20:23:12','2021-01-10 15:23:12'),
(53759,22083,'action complete via WP Cron','2021-01-10 20:23:12','2021-01-10 15:23:12'),
(53760,22084,'action created','2021-01-10 20:23:12','2021-01-10 15:23:12'),
(53761,22084,'action started via WP Cron','2021-01-10 20:24:22','2021-01-10 15:24:22'),
(53762,22084,'action complete via WP Cron','2021-01-10 20:24:22','2021-01-10 15:24:22'),
(53763,22085,'action created','2021-01-10 20:24:22','2021-01-10 15:24:22'),
(53764,22085,'action started via WP Cron','2021-01-10 20:25:32','2021-01-10 15:25:32'),
(53765,22085,'action complete via WP Cron','2021-01-10 20:25:32','2021-01-10 15:25:32'),
(53766,22086,'action created','2021-01-10 20:25:32','2021-01-10 15:25:32'),
(53767,22086,'action started via WP Cron','2021-01-10 20:26:21','2021-01-10 15:26:21'),
(53768,22086,'action complete via WP Cron','2021-01-10 20:26:21','2021-01-10 15:26:21'),
(53769,22087,'action created','2021-01-10 20:26:21','2021-01-10 15:26:21'),
(53770,22087,'action started via WP Cron','2021-01-10 20:27:28','2021-01-10 15:27:28'),
(53771,22087,'action complete via WP Cron','2021-01-10 20:27:28','2021-01-10 15:27:28'),
(53772,22088,'action created','2021-01-10 20:27:29','2021-01-10 15:27:29'),
(53773,22088,'action started via WP Cron','2021-01-10 20:28:21','2021-01-10 15:28:21'),
(53774,22088,'action complete via WP Cron','2021-01-10 20:28:21','2021-01-10 15:28:21'),
(53775,22089,'action created','2021-01-10 20:28:21','2021-01-10 15:28:21'),
(53776,22089,'action started via WP Cron','2021-01-10 20:30:28','2021-01-10 15:30:28'),
(53777,22089,'action complete via WP Cron','2021-01-10 20:30:28','2021-01-10 15:30:28'),
(53778,22090,'action created','2021-01-10 20:30:28','2021-01-10 15:30:28'),
(53779,22090,'action started via WP Cron','2021-01-10 20:31:15','2021-01-10 15:31:15'),
(53780,22090,'action complete via WP Cron','2021-01-10 20:31:15','2021-01-10 15:31:15'),
(53781,22091,'action created','2021-01-10 20:31:15','2021-01-10 15:31:15'),
(53782,22091,'action started via WP Cron','2021-01-10 20:33:04','2021-01-10 15:33:04'),
(53783,22091,'action complete via WP Cron','2021-01-10 20:33:04','2021-01-10 15:33:04'),
(53784,22092,'action created','2021-01-10 20:33:04','2021-01-10 15:33:04'),
(53785,22092,'action started via WP Cron','2021-01-10 20:33:40','2021-01-10 15:33:40'),
(53786,22092,'action complete via WP Cron','2021-01-10 20:33:40','2021-01-10 15:33:40'),
(53787,22093,'action created','2021-01-10 20:33:40','2021-01-10 15:33:40'),
(53788,22093,'action started via WP Cron','2021-01-10 20:34:34','2021-01-10 15:34:34'),
(53789,22093,'action complete via WP Cron','2021-01-10 20:34:34','2021-01-10 15:34:34'),
(53790,22094,'action created','2021-01-10 20:34:34','2021-01-10 15:34:34'),
(53791,22094,'action started via WP Cron','2021-01-10 20:36:16','2021-01-10 15:36:16'),
(53792,22094,'action complete via WP Cron','2021-01-10 20:36:16','2021-01-10 15:36:16'),
(53793,22095,'action created','2021-01-10 20:36:17','2021-01-10 15:36:17'),
(53794,22095,'action started via WP Cron','2021-01-10 20:37:41','2021-01-10 15:37:41'),
(53795,22095,'action complete via WP Cron','2021-01-10 20:37:41','2021-01-10 15:37:41'),
(53796,22096,'action created','2021-01-10 20:37:41','2021-01-10 15:37:41'),
(53797,22096,'action started via WP Cron','2021-01-10 20:38:33','2021-01-10 15:38:33'),
(53798,22096,'action complete via WP Cron','2021-01-10 20:38:33','2021-01-10 15:38:33'),
(53799,22097,'action created','2021-01-10 20:38:33','2021-01-10 15:38:33'),
(53800,22097,'action started via WP Cron','2021-01-10 20:40:01','2021-01-10 15:40:01'),
(53801,22097,'action complete via WP Cron','2021-01-10 20:40:01','2021-01-10 15:40:01'),
(53802,22098,'action created','2021-01-10 20:40:01','2021-01-10 15:40:01'),
(53803,22098,'action started via WP Cron','2021-01-10 20:40:55','2021-01-10 15:40:55'),
(53804,22098,'action complete via WP Cron','2021-01-10 20:40:55','2021-01-10 15:40:55'),
(53805,22099,'action created','2021-01-10 20:40:55','2021-01-10 15:40:55'),
(53806,22099,'action started via WP Cron','2021-01-10 20:41:13','2021-01-10 15:41:13'),
(53807,22099,'action complete via WP Cron','2021-01-10 20:41:13','2021-01-10 15:41:13'),
(53808,22100,'action created','2021-01-10 20:41:13','2021-01-10 15:41:13'),
(53809,22100,'action started via WP Cron','2021-01-10 20:42:41','2021-01-10 15:42:41'),
(53810,22100,'action complete via WP Cron','2021-01-10 20:42:41','2021-01-10 15:42:41'),
(53811,22101,'action created','2021-01-10 20:42:41','2021-01-10 15:42:41'),
(53812,22101,'action started via WP Cron','2021-01-10 20:43:43','2021-01-10 15:43:43'),
(53813,22101,'action complete via WP Cron','2021-01-10 20:43:43','2021-01-10 15:43:43'),
(53814,22102,'action created','2021-01-10 20:43:44','2021-01-10 15:43:44'),
(53815,22102,'action started via WP Cron','2021-01-10 20:45:10','2021-01-10 15:45:10'),
(53816,22102,'action complete via WP Cron','2021-01-10 20:45:10','2021-01-10 15:45:10'),
(53817,22103,'action created','2021-01-10 20:45:10','2021-01-10 15:45:10'),
(53818,22103,'action started via WP Cron','2021-01-10 20:45:56','2021-01-10 15:45:56'),
(53819,22103,'action complete via WP Cron','2021-01-10 20:45:56','2021-01-10 15:45:56'),
(53820,22104,'action created','2021-01-10 20:45:56','2021-01-10 15:45:56'),
(53821,22104,'action started via WP Cron','2021-01-10 20:47:42','2021-01-10 15:47:42'),
(53822,22104,'action complete via WP Cron','2021-01-10 20:47:42','2021-01-10 15:47:42'),
(53823,22105,'action created','2021-01-10 20:47:42','2021-01-10 15:47:42'),
(53824,22105,'action started via WP Cron','2021-01-10 20:48:15','2021-01-10 15:48:15'),
(53825,22105,'action complete via WP Cron','2021-01-10 20:48:15','2021-01-10 15:48:15'),
(53826,22106,'action created','2021-01-10 20:48:15','2021-01-10 15:48:15'),
(53827,22106,'action started via WP Cron','2021-01-10 20:49:33','2021-01-10 15:49:33'),
(53828,22106,'action complete via WP Cron','2021-01-10 20:49:33','2021-01-10 15:49:33'),
(53829,22107,'action created','2021-01-10 20:49:33','2021-01-10 15:49:33'),
(53830,22107,'action started via WP Cron','2021-01-10 20:50:27','2021-01-10 15:50:27'),
(53831,22107,'action complete via WP Cron','2021-01-10 20:50:27','2021-01-10 15:50:27'),
(53832,22108,'action created','2021-01-10 20:50:27','2021-01-10 15:50:27'),
(53833,22108,'action started via WP Cron','2021-01-10 20:51:38','2021-01-10 15:51:38'),
(53834,22108,'action complete via WP Cron','2021-01-10 20:51:38','2021-01-10 15:51:38'),
(53835,22109,'action created','2021-01-10 20:51:38','2021-01-10 15:51:38'),
(53836,22109,'action started via WP Cron','2021-01-10 20:52:22','2021-01-10 15:52:22'),
(53837,22109,'action complete via WP Cron','2021-01-10 20:52:22','2021-01-10 15:52:22'),
(53838,22110,'action created','2021-01-10 20:52:22','2021-01-10 15:52:22'),
(53839,22110,'action started via WP Cron','2021-01-10 20:54:08','2021-01-10 15:54:08'),
(53840,22110,'action complete via WP Cron','2021-01-10 20:54:08','2021-01-10 15:54:08'),
(53841,22111,'action created','2021-01-10 20:54:08','2021-01-10 15:54:08'),
(53842,22111,'action started via WP Cron','2021-01-10 20:54:28','2021-01-10 15:54:28'),
(53843,22111,'action complete via WP Cron','2021-01-10 20:54:28','2021-01-10 15:54:28'),
(53844,22112,'action created','2021-01-10 20:54:28','2021-01-10 15:54:28'),
(53845,22112,'action started via WP Cron','2021-01-10 20:55:30','2021-01-10 15:55:30'),
(53846,22112,'action complete via WP Cron','2021-01-10 20:55:30','2021-01-10 15:55:30'),
(53847,22113,'action created','2021-01-10 20:55:30','2021-01-10 15:55:30'),
(53848,22113,'action started via WP Cron','2021-01-10 20:56:19','2021-01-10 15:56:19'),
(53849,22113,'action complete via WP Cron','2021-01-10 20:56:19','2021-01-10 15:56:19'),
(53850,22114,'action created','2021-01-10 20:56:20','2021-01-10 15:56:20'),
(53851,22114,'action started via WP Cron','2021-01-10 20:57:17','2021-01-10 15:57:17'),
(53852,22114,'action complete via WP Cron','2021-01-10 20:57:17','2021-01-10 15:57:17'),
(53853,22115,'action created','2021-01-10 20:57:17','2021-01-10 15:57:17'),
(53854,22115,'action started via WP Cron','2021-01-10 20:59:11','2021-01-10 15:59:11'),
(53855,22115,'action complete via WP Cron','2021-01-10 20:59:11','2021-01-10 15:59:11'),
(53856,22116,'action created','2021-01-10 20:59:11','2021-01-10 15:59:11'),
(53857,22116,'action started via WP Cron','2021-01-10 21:00:30','2021-01-10 16:00:30'),
(53858,22116,'action complete via WP Cron','2021-01-10 21:00:30','2021-01-10 16:00:30'),
(53859,22117,'action created','2021-01-10 21:00:30','2021-01-10 16:00:30'),
(53860,22117,'action started via WP Cron','2021-01-10 21:02:46','2021-01-10 16:02:46'),
(53861,22117,'action complete via WP Cron','2021-01-10 21:02:46','2021-01-10 16:02:46'),
(53862,22118,'action created','2021-01-10 21:02:46','2021-01-10 16:02:46'),
(53863,22118,'action started via WP Cron','2021-01-10 21:05:14','2021-01-10 16:05:14'),
(53864,22118,'action complete via WP Cron','2021-01-10 21:05:14','2021-01-10 16:05:14'),
(53865,22119,'action created','2021-01-10 21:05:14','2021-01-10 16:05:14'),
(53866,22119,'action started via WP Cron','2021-01-10 21:07:05','2021-01-10 16:07:05'),
(53867,22119,'action complete via WP Cron','2021-01-10 21:07:05','2021-01-10 16:07:05'),
(53868,22120,'action created','2021-01-10 21:07:05','2021-01-10 16:07:05'),
(53869,22120,'action started via WP Cron','2021-01-10 21:07:37','2021-01-10 16:07:37'),
(53870,22120,'action complete via WP Cron','2021-01-10 21:07:37','2021-01-10 16:07:37'),
(53871,22121,'action created','2021-01-10 21:07:37','2021-01-10 16:07:37'),
(53872,22121,'action started via WP Cron','2021-01-10 21:08:25','2021-01-10 16:08:25'),
(53873,22121,'action complete via WP Cron','2021-01-10 21:08:25','2021-01-10 16:08:25'),
(53874,22122,'action created','2021-01-10 21:08:25','2021-01-10 16:08:25'),
(53875,22122,'action started via WP Cron','2021-01-10 21:09:32','2021-01-10 16:09:32'),
(53876,22122,'action complete via WP Cron','2021-01-10 21:09:32','2021-01-10 16:09:32'),
(53877,22123,'action created','2021-01-10 21:09:32','2021-01-10 16:09:32'),
(53878,22123,'action started via WP Cron','2021-01-10 21:12:38','2021-01-10 16:12:38'),
(53879,22123,'action complete via WP Cron','2021-01-10 21:12:38','2021-01-10 16:12:38'),
(53880,22124,'action created','2021-01-10 21:12:38','2021-01-10 16:12:38'),
(53881,22124,'action started via WP Cron','2021-01-10 21:13:16','2021-01-10 16:13:16'),
(53882,22124,'action complete via WP Cron','2021-01-10 21:13:16','2021-01-10 16:13:16'),
(53883,22125,'action created','2021-01-10 21:13:16','2021-01-10 16:13:16'),
(53884,22125,'action started via WP Cron','2021-01-10 21:15:00','2021-01-10 16:15:00'),
(53885,22125,'action complete via WP Cron','2021-01-10 21:15:00','2021-01-10 16:15:00'),
(53886,22126,'action created','2021-01-10 21:15:00','2021-01-10 16:15:00'),
(53887,22126,'action started via WP Cron','2021-01-10 21:15:22','2021-01-10 16:15:22'),
(53888,22126,'action complete via WP Cron','2021-01-10 21:15:22','2021-01-10 16:15:22'),
(53889,22127,'action created','2021-01-10 21:15:22','2021-01-10 16:15:22'),
(53890,22127,'action started via WP Cron','2021-01-10 21:17:12','2021-01-10 16:17:12'),
(53891,22127,'action complete via WP Cron','2021-01-10 21:17:12','2021-01-10 16:17:12'),
(53892,22128,'action created','2021-01-10 21:17:12','2021-01-10 16:17:12'),
(53893,22128,'action started via WP Cron','2021-01-10 21:18:25','2021-01-10 16:18:25'),
(53894,22128,'action complete via WP Cron','2021-01-10 21:18:25','2021-01-10 16:18:25'),
(53895,22129,'action created','2021-01-10 21:18:25','2021-01-10 16:18:25'),
(53896,22129,'action started via WP Cron','2021-01-10 21:19:59','2021-01-10 16:19:59'),
(53897,22129,'action complete via WP Cron','2021-01-10 21:19:59','2021-01-10 16:19:59'),
(53898,22130,'action created','2021-01-10 21:19:59','2021-01-10 16:19:59'),
(53899,22130,'action started via WP Cron','2021-01-10 21:21:08','2021-01-10 16:21:08'),
(53900,22130,'action complete via WP Cron','2021-01-10 21:21:08','2021-01-10 16:21:08'),
(53901,22131,'action created','2021-01-10 21:21:08','2021-01-10 16:21:08'),
(53902,22131,'action started via WP Cron','2021-01-10 21:21:31','2021-01-10 16:21:31'),
(53903,22131,'action complete via WP Cron','2021-01-10 21:21:31','2021-01-10 16:21:31'),
(53904,22132,'action created','2021-01-10 21:21:31','2021-01-10 16:21:31'),
(53905,22132,'action started via WP Cron','2021-01-10 21:22:43','2021-01-10 16:22:43'),
(53906,22132,'action complete via WP Cron','2021-01-10 21:22:43','2021-01-10 16:22:43'),
(53907,22133,'action created','2021-01-10 21:22:43','2021-01-10 16:22:43'),
(53908,22133,'action started via WP Cron','2021-01-10 21:23:12','2021-01-10 16:23:12'),
(53909,22133,'action complete via WP Cron','2021-01-10 21:23:12','2021-01-10 16:23:12'),
(53910,22134,'action created','2021-01-10 21:23:12','2021-01-10 16:23:12'),
(53911,22134,'action started via WP Cron','2021-01-10 21:25:22','2021-01-10 16:25:22'),
(53912,22134,'action complete via WP Cron','2021-01-10 21:25:22','2021-01-10 16:25:22'),
(53913,22135,'action created','2021-01-10 21:25:22','2021-01-10 16:25:22'),
(53914,22135,'action started via WP Cron','2021-01-10 21:26:11','2021-01-10 16:26:11'),
(53915,22135,'action complete via WP Cron','2021-01-10 21:26:11','2021-01-10 16:26:11'),
(53916,22136,'action created','2021-01-10 21:26:11','2021-01-10 16:26:11'),
(53917,22136,'action started via WP Cron','2021-01-10 21:27:12','2021-01-10 16:27:12'),
(53918,22136,'action complete via WP Cron','2021-01-10 21:27:12','2021-01-10 16:27:12'),
(53919,22137,'action created','2021-01-10 21:27:12','2021-01-10 16:27:12'),
(53920,22137,'action started via WP Cron','2021-01-10 21:29:28','2021-01-10 16:29:28'),
(53921,22137,'action complete via WP Cron','2021-01-10 21:29:28','2021-01-10 16:29:28'),
(53922,22138,'action created','2021-01-10 21:29:28','2021-01-10 16:29:28'),
(53923,22138,'action started via WP Cron','2021-01-10 21:30:42','2021-01-10 16:30:42'),
(53924,22138,'action complete via WP Cron','2021-01-10 21:30:42','2021-01-10 16:30:42'),
(53925,22139,'action created','2021-01-10 21:30:42','2021-01-10 16:30:42'),
(53926,22139,'action started via WP Cron','2021-01-10 21:31:40','2021-01-10 16:31:40'),
(53927,22139,'action complete via WP Cron','2021-01-10 21:31:40','2021-01-10 16:31:40'),
(53928,22140,'action created','2021-01-10 21:31:40','2021-01-10 16:31:40'),
(53929,22140,'action started via WP Cron','2021-01-10 21:32:19','2021-01-10 16:32:19'),
(53930,22140,'action complete via WP Cron','2021-01-10 21:32:19','2021-01-10 16:32:19'),
(53931,22141,'action created','2021-01-10 21:32:19','2021-01-10 16:32:19'),
(53932,22141,'action started via WP Cron','2021-01-10 21:33:28','2021-01-10 16:33:28'),
(53933,22141,'action complete via WP Cron','2021-01-10 21:33:28','2021-01-10 16:33:28'),
(53934,22142,'action created','2021-01-10 21:33:28','2021-01-10 16:33:28'),
(53935,22142,'action started via WP Cron','2021-01-10 21:34:28','2021-01-10 16:34:28'),
(53936,22142,'action complete via WP Cron','2021-01-10 21:34:28','2021-01-10 16:34:28'),
(53937,22143,'action created','2021-01-10 21:34:28','2021-01-10 16:34:28'),
(53938,22143,'action started via WP Cron','2021-01-10 21:35:22','2021-01-10 16:35:22'),
(53939,22143,'action complete via WP Cron','2021-01-10 21:35:22','2021-01-10 16:35:22'),
(53940,22144,'action created','2021-01-10 21:35:22','2021-01-10 16:35:22'),
(53941,22144,'action started via WP Cron','2021-01-10 21:36:24','2021-01-10 16:36:24'),
(53942,22144,'action complete via WP Cron','2021-01-10 21:36:24','2021-01-10 16:36:24'),
(53943,22145,'action created','2021-01-10 21:36:24','2021-01-10 16:36:24'),
(53944,22145,'action started via WP Cron','2021-01-10 21:37:39','2021-01-10 16:37:39'),
(53945,22145,'action complete via WP Cron','2021-01-10 21:37:39','2021-01-10 16:37:39'),
(53946,22146,'action created','2021-01-10 21:37:39','2021-01-10 16:37:39'),
(53947,22146,'action started via WP Cron','2021-01-10 21:40:33','2021-01-10 16:40:33'),
(53948,22146,'action complete via WP Cron','2021-01-10 21:40:33','2021-01-10 16:40:33'),
(53949,22147,'action created','2021-01-10 21:40:33','2021-01-10 16:40:33'),
(53950,22147,'action started via WP Cron','2021-01-10 21:41:53','2021-01-10 16:41:53'),
(53951,22147,'action complete via WP Cron','2021-01-10 21:41:53','2021-01-10 16:41:53'),
(53952,22148,'action created','2021-01-10 21:41:53','2021-01-10 16:41:53'),
(53953,22148,'action started via WP Cron','2021-01-10 21:42:26','2021-01-10 16:42:26'),
(53954,22148,'action complete via WP Cron','2021-01-10 21:42:26','2021-01-10 16:42:26'),
(53955,22149,'action created','2021-01-10 21:42:26','2021-01-10 16:42:26'),
(53956,22149,'action started via WP Cron','2021-01-10 21:44:19','2021-01-10 16:44:19'),
(53957,22149,'action complete via WP Cron','2021-01-10 21:44:19','2021-01-10 16:44:19'),
(53958,22150,'action created','2021-01-10 21:44:19','2021-01-10 16:44:19'),
(53959,22150,'action started via WP Cron','2021-01-10 21:45:52','2021-01-10 16:45:52'),
(53960,22150,'action complete via WP Cron','2021-01-10 21:45:52','2021-01-10 16:45:52'),
(53961,22151,'action created','2021-01-10 21:45:52','2021-01-10 16:45:52'),
(53962,22151,'action started via WP Cron','2021-01-10 21:46:23','2021-01-10 16:46:23'),
(53963,22151,'action complete via WP Cron','2021-01-10 21:46:23','2021-01-10 16:46:23'),
(53964,22152,'action created','2021-01-10 21:46:23','2021-01-10 16:46:23'),
(53965,22152,'action started via WP Cron','2021-01-10 21:47:15','2021-01-10 16:47:15'),
(53966,22152,'action complete via WP Cron','2021-01-10 21:47:15','2021-01-10 16:47:15'),
(53967,22153,'action created','2021-01-10 21:47:15','2021-01-10 16:47:15'),
(53968,22153,'action started via WP Cron','2021-01-10 21:48:29','2021-01-10 16:48:29'),
(53969,22153,'action complete via WP Cron','2021-01-10 21:48:29','2021-01-10 16:48:29'),
(53970,22154,'action created','2021-01-10 21:48:30','2021-01-10 16:48:30'),
(53971,22154,'action started via WP Cron','2021-01-10 21:49:15','2021-01-10 16:49:15'),
(53972,22154,'action complete via WP Cron','2021-01-10 21:49:15','2021-01-10 16:49:15'),
(53973,22155,'action created','2021-01-10 21:49:15','2021-01-10 16:49:15'),
(53974,22155,'action started via WP Cron','2021-01-10 21:51:22','2021-01-10 16:51:22'),
(53975,22155,'action complete via WP Cron','2021-01-10 21:51:22','2021-01-10 16:51:22'),
(53976,22156,'action created','2021-01-10 21:51:22','2021-01-10 16:51:22'),
(53977,22156,'action started via WP Cron','2021-01-10 21:52:54','2021-01-10 16:52:54'),
(53978,22156,'action complete via WP Cron','2021-01-10 21:52:54','2021-01-10 16:52:54'),
(53979,22157,'action created','2021-01-10 21:52:54','2021-01-10 16:52:54'),
(53980,22157,'action started via WP Cron','2021-01-10 21:54:08','2021-01-10 16:54:08'),
(53981,22157,'action complete via WP Cron','2021-01-10 21:54:08','2021-01-10 16:54:08'),
(53982,22158,'action created','2021-01-10 21:54:08','2021-01-10 16:54:08'),
(53983,22158,'action started via WP Cron','2021-01-10 21:55:12','2021-01-10 16:55:12'),
(53984,22158,'action complete via WP Cron','2021-01-10 21:55:12','2021-01-10 16:55:12'),
(53985,22159,'action created','2021-01-10 21:55:12','2021-01-10 16:55:12'),
(53986,22159,'action started via WP Cron','2021-01-10 21:57:56','2021-01-10 16:57:56'),
(53987,22159,'action complete via WP Cron','2021-01-10 21:57:56','2021-01-10 16:57:56'),
(53988,22160,'action created','2021-01-10 21:57:56','2021-01-10 16:57:56'),
(53989,22160,'action started via WP Cron','2021-01-10 21:58:31','2021-01-10 16:58:31'),
(53990,22160,'action complete via WP Cron','2021-01-10 21:58:31','2021-01-10 16:58:31'),
(53991,22161,'action created','2021-01-10 21:58:31','2021-01-10 16:58:31'),
(53992,22161,'action started via WP Cron','2021-01-10 21:59:18','2021-01-10 16:59:18'),
(53993,22161,'action complete via WP Cron','2021-01-10 21:59:18','2021-01-10 16:59:18'),
(53994,22162,'action created','2021-01-10 21:59:18','2021-01-10 16:59:18'),
(53995,22162,'action started via WP Cron','2021-01-10 22:01:25','2021-01-10 17:01:25'),
(53996,22162,'action complete via WP Cron','2021-01-10 22:01:25','2021-01-10 17:01:25'),
(53997,22163,'action created','2021-01-10 22:01:25','2021-01-10 17:01:25'),
(53998,22163,'action started via WP Cron','2021-01-10 22:03:34','2021-01-10 17:03:34'),
(53999,22163,'action complete via WP Cron','2021-01-10 22:03:34','2021-01-10 17:03:34'),
(54000,22164,'action created','2021-01-10 22:03:34','2021-01-10 17:03:34'),
(54001,22164,'action started via WP Cron','2021-01-10 22:04:30','2021-01-10 17:04:30'),
(54002,22164,'action complete via WP Cron','2021-01-10 22:04:30','2021-01-10 17:04:30'),
(54003,22165,'action created','2021-01-10 22:04:30','2021-01-10 17:04:30'),
(54004,22165,'action started via WP Cron','2021-01-10 22:06:05','2021-01-10 17:06:05'),
(54005,22165,'action complete via WP Cron','2021-01-10 22:06:05','2021-01-10 17:06:05'),
(54006,22166,'action created','2021-01-10 22:06:05','2021-01-10 17:06:05'),
(54007,22166,'action started via WP Cron','2021-01-10 22:06:22','2021-01-10 17:06:22'),
(54008,22166,'action complete via WP Cron','2021-01-10 22:06:22','2021-01-10 17:06:22'),
(54009,22167,'action created','2021-01-10 22:06:22','2021-01-10 17:06:22'),
(54010,22167,'action started via WP Cron','2021-01-10 22:07:12','2021-01-10 17:07:12'),
(54011,22167,'action complete via WP Cron','2021-01-10 22:07:12','2021-01-10 17:07:12'),
(54012,22168,'action created','2021-01-10 22:07:12','2021-01-10 17:07:12'),
(54013,22168,'action started via WP Cron','2021-01-10 22:08:52','2021-01-10 17:08:52'),
(54014,22168,'action complete via WP Cron','2021-01-10 22:08:52','2021-01-10 17:08:52'),
(54015,22169,'action created','2021-01-10 22:08:52','2021-01-10 17:08:52'),
(54016,22169,'action started via WP Cron','2021-01-10 22:10:38','2021-01-10 17:10:38'),
(54017,22169,'action complete via WP Cron','2021-01-10 22:10:38','2021-01-10 17:10:38'),
(54018,22170,'action created','2021-01-10 22:10:38','2021-01-10 17:10:38'),
(54019,22170,'action started via WP Cron','2021-01-10 22:11:24','2021-01-10 17:11:24'),
(54020,22170,'action complete via WP Cron','2021-01-10 22:11:24','2021-01-10 17:11:24'),
(54021,22171,'action created','2021-01-10 22:11:24','2021-01-10 17:11:24'),
(54022,22171,'action started via WP Cron','2021-01-10 22:12:25','2021-01-10 17:12:25'),
(54023,22171,'action complete via WP Cron','2021-01-10 22:12:25','2021-01-10 17:12:25'),
(54024,22172,'action created','2021-01-10 22:12:25','2021-01-10 17:12:25'),
(54025,22172,'action started via WP Cron','2021-01-10 22:14:40','2021-01-10 17:14:40'),
(54026,22172,'action complete via WP Cron','2021-01-10 22:14:40','2021-01-10 17:14:40'),
(54027,22173,'action created','2021-01-10 22:14:40','2021-01-10 17:14:40'),
(54028,22173,'action started via WP Cron','2021-01-10 22:15:39','2021-01-10 17:15:39'),
(54029,22173,'action complete via WP Cron','2021-01-10 22:15:39','2021-01-10 17:15:39'),
(54030,22174,'action created','2021-01-10 22:15:39','2021-01-10 17:15:39'),
(54031,22174,'action started via WP Cron','2021-01-10 22:16:27','2021-01-10 17:16:27'),
(54032,22174,'action complete via WP Cron','2021-01-10 22:16:27','2021-01-10 17:16:27'),
(54033,22175,'action created','2021-01-10 22:16:27','2021-01-10 17:16:27'),
(54034,22175,'action started via WP Cron','2021-01-10 22:18:10','2021-01-10 17:18:10'),
(54035,22175,'action complete via WP Cron','2021-01-10 22:18:10','2021-01-10 17:18:10'),
(54036,22176,'action created','2021-01-10 22:18:10','2021-01-10 17:18:10'),
(54037,22176,'action started via WP Cron','2021-01-10 22:19:38','2021-01-10 17:19:38'),
(54038,22176,'action complete via WP Cron','2021-01-10 22:19:38','2021-01-10 17:19:38'),
(54039,22177,'action created','2021-01-10 22:19:39','2021-01-10 17:19:39'),
(54040,22177,'action started via WP Cron','2021-01-10 22:20:30','2021-01-10 17:20:30'),
(54041,22177,'action complete via WP Cron','2021-01-10 22:20:30','2021-01-10 17:20:30'),
(54042,22178,'action created','2021-01-10 22:20:30','2021-01-10 17:20:30'),
(54043,22178,'action started via WP Cron','2021-01-10 22:21:19','2021-01-10 17:21:19'),
(54044,22178,'action complete via WP Cron','2021-01-10 22:21:19','2021-01-10 17:21:19'),
(54045,22179,'action created','2021-01-10 22:21:19','2021-01-10 17:21:19'),
(54046,22179,'action started via WP Cron','2021-01-10 22:22:15','2021-01-10 17:22:15'),
(54047,22179,'action complete via WP Cron','2021-01-10 22:22:15','2021-01-10 17:22:15'),
(54048,22180,'action created','2021-01-10 22:22:15','2021-01-10 17:22:15'),
(54049,22180,'action started via WP Cron','2021-01-10 22:23:31','2021-01-10 17:23:31'),
(54050,22180,'action complete via WP Cron','2021-01-10 22:23:31','2021-01-10 17:23:31'),
(54051,22181,'action created','2021-01-10 22:23:31','2021-01-10 17:23:31'),
(54052,22181,'action started via WP Cron','2021-01-10 22:24:24','2021-01-10 17:24:24'),
(54053,22181,'action complete via WP Cron','2021-01-10 22:24:24','2021-01-10 17:24:24'),
(54054,22182,'action created','2021-01-10 22:24:24','2021-01-10 17:24:24'),
(54055,22182,'action started via WP Cron','2021-01-10 22:25:39','2021-01-10 17:25:39'),
(54056,22182,'action complete via WP Cron','2021-01-10 22:25:39','2021-01-10 17:25:39'),
(54057,22183,'action created','2021-01-10 22:25:39','2021-01-10 17:25:39'),
(54058,22183,'action started via WP Cron','2021-01-10 22:27:30','2021-01-10 17:27:30'),
(54059,22183,'action complete via WP Cron','2021-01-10 22:27:30','2021-01-10 17:27:30'),
(54060,22184,'action created','2021-01-10 22:27:30','2021-01-10 17:27:30'),
(54061,22184,'action started via WP Cron','2021-01-10 22:28:22','2021-01-10 17:28:22'),
(54062,22184,'action complete via WP Cron','2021-01-10 22:28:22','2021-01-10 17:28:22'),
(54063,22185,'action created','2021-01-10 22:28:22','2021-01-10 17:28:22'),
(54064,22185,'action started via WP Cron','2021-01-10 22:29:17','2021-01-10 17:29:17'),
(54065,22185,'action complete via WP Cron','2021-01-10 22:29:17','2021-01-10 17:29:17'),
(54066,22186,'action created','2021-01-10 22:29:17','2021-01-10 17:29:17'),
(54067,22186,'action started via WP Cron','2021-01-10 22:32:29','2021-01-10 17:32:29'),
(54068,22186,'action complete via WP Cron','2021-01-10 22:32:29','2021-01-10 17:32:29'),
(54069,22187,'action created','2021-01-10 22:32:29','2021-01-10 17:32:29'),
(54070,22187,'action started via WP Cron','2021-01-10 22:34:26','2021-01-10 17:34:26'),
(54071,22187,'action complete via WP Cron','2021-01-10 22:34:26','2021-01-10 17:34:26'),
(54072,22188,'action created','2021-01-10 22:34:26','2021-01-10 17:34:26'),
(54073,22188,'action started via WP Cron','2021-01-10 22:36:13','2021-01-10 17:36:13'),
(54074,22188,'action complete via WP Cron','2021-01-10 22:36:13','2021-01-10 17:36:13'),
(54075,22189,'action created','2021-01-10 22:36:13','2021-01-10 17:36:13'),
(54076,22189,'action started via WP Cron','2021-01-10 22:37:15','2021-01-10 17:37:15'),
(54077,22189,'action complete via WP Cron','2021-01-10 22:37:15','2021-01-10 17:37:15'),
(54078,22190,'action created','2021-01-10 22:37:15','2021-01-10 17:37:15'),
(54079,22190,'action started via WP Cron','2021-01-10 22:38:19','2021-01-10 17:38:19'),
(54080,22190,'action complete via WP Cron','2021-01-10 22:38:19','2021-01-10 17:38:19'),
(54081,22191,'action created','2021-01-10 22:38:19','2021-01-10 17:38:19'),
(54082,22191,'action started via WP Cron','2021-01-10 22:39:55','2021-01-10 17:39:55'),
(54083,22191,'action complete via WP Cron','2021-01-10 22:39:55','2021-01-10 17:39:55'),
(54084,22192,'action created','2021-01-10 22:39:55','2021-01-10 17:39:55'),
(54085,22192,'action started via WP Cron','2021-01-10 22:40:14','2021-01-10 17:40:14'),
(54086,22192,'action complete via WP Cron','2021-01-10 22:40:14','2021-01-10 17:40:14'),
(54087,22193,'action created','2021-01-10 22:40:15','2021-01-10 17:40:15'),
(54088,22193,'action started via WP Cron','2021-01-10 22:41:27','2021-01-10 17:41:27'),
(54089,22193,'action complete via WP Cron','2021-01-10 22:41:27','2021-01-10 17:41:27'),
(54090,22194,'action created','2021-01-10 22:41:27','2021-01-10 17:41:27'),
(54091,22194,'action started via WP Cron','2021-01-10 22:42:16','2021-01-10 17:42:16'),
(54092,22194,'action complete via WP Cron','2021-01-10 22:42:16','2021-01-10 17:42:16'),
(54093,22195,'action created','2021-01-10 22:42:16','2021-01-10 17:42:16'),
(54094,22195,'action started via WP Cron','2021-01-10 22:44:33','2021-01-10 17:44:33'),
(54095,22195,'action complete via WP Cron','2021-01-10 22:44:33','2021-01-10 17:44:33'),
(54096,22196,'action created','2021-01-10 22:44:33','2021-01-10 17:44:33'),
(54097,22196,'action started via WP Cron','2021-01-10 22:45:30','2021-01-10 17:45:30'),
(54098,22196,'action complete via WP Cron','2021-01-10 22:45:30','2021-01-10 17:45:30'),
(54099,22197,'action created','2021-01-10 22:45:30','2021-01-10 17:45:30'),
(54100,22197,'action started via WP Cron','2021-01-10 22:46:31','2021-01-10 17:46:31'),
(54101,22197,'action complete via WP Cron','2021-01-10 22:46:31','2021-01-10 17:46:31'),
(54102,22198,'action created','2021-01-10 22:46:31','2021-01-10 17:46:31'),
(54103,22198,'action started via WP Cron','2021-01-10 22:47:36','2021-01-10 17:47:36'),
(54104,22198,'action complete via WP Cron','2021-01-10 22:47:36','2021-01-10 17:47:36'),
(54105,22199,'action created','2021-01-10 22:47:36','2021-01-10 17:47:36'),
(54106,22199,'action started via WP Cron','2021-01-10 22:48:34','2021-01-10 17:48:34'),
(54107,22199,'action complete via WP Cron','2021-01-10 22:48:34','2021-01-10 17:48:34'),
(54108,22200,'action created','2021-01-10 22:48:34','2021-01-10 17:48:34'),
(54109,22200,'action started via WP Cron','2021-01-10 22:49:49','2021-01-10 17:49:49'),
(54110,22200,'action complete via WP Cron','2021-01-10 22:49:49','2021-01-10 17:49:49'),
(54111,22201,'action created','2021-01-10 22:49:49','2021-01-10 17:49:49'),
(54112,22201,'action started via WP Cron','2021-01-10 22:51:04','2021-01-10 17:51:04'),
(54113,22201,'action complete via WP Cron','2021-01-10 22:51:04','2021-01-10 17:51:04'),
(54114,22202,'action created','2021-01-10 22:51:04','2021-01-10 17:51:04'),
(54115,22202,'action started via WP Cron','2021-01-10 22:51:54','2021-01-10 17:51:54'),
(54116,22202,'action complete via WP Cron','2021-01-10 22:51:54','2021-01-10 17:51:54'),
(54117,22203,'action created','2021-01-10 22:51:54','2021-01-10 17:51:54'),
(54118,22203,'action started via WP Cron','2021-01-10 22:52:45','2021-01-10 17:52:45'),
(54119,22203,'action complete via WP Cron','2021-01-10 22:52:45','2021-01-10 17:52:45'),
(54120,22204,'action created','2021-01-10 22:52:46','2021-01-10 17:52:46'),
(54121,22204,'action started via WP Cron','2021-01-10 22:53:15','2021-01-10 17:53:15'),
(54122,22204,'action complete via WP Cron','2021-01-10 22:53:15','2021-01-10 17:53:15'),
(54123,22205,'action created','2021-01-10 22:53:15','2021-01-10 17:53:15'),
(54124,22205,'action started via WP Cron','2021-01-10 22:54:39','2021-01-10 17:54:39'),
(54125,22205,'action complete via WP Cron','2021-01-10 22:54:39','2021-01-10 17:54:39'),
(54126,22206,'action created','2021-01-10 22:54:39','2021-01-10 17:54:39'),
(54127,22206,'action started via WP Cron','2021-01-10 22:55:19','2021-01-10 17:55:19'),
(54128,22206,'action complete via WP Cron','2021-01-10 22:55:19','2021-01-10 17:55:19'),
(54129,22207,'action created','2021-01-10 22:55:19','2021-01-10 17:55:19'),
(54130,22207,'action started via WP Cron','2021-01-10 22:56:19','2021-01-10 17:56:19'),
(54131,22207,'action complete via WP Cron','2021-01-10 22:56:19','2021-01-10 17:56:19'),
(54132,22208,'action created','2021-01-10 22:56:19','2021-01-10 17:56:19'),
(54133,22208,'action started via WP Cron','2021-01-10 22:58:18','2021-01-10 17:58:18'),
(54134,22208,'action complete via WP Cron','2021-01-10 22:58:18','2021-01-10 17:58:18'),
(54135,22209,'action created','2021-01-10 22:58:18','2021-01-10 17:58:18'),
(54136,22209,'action started via WP Cron','2021-01-10 22:59:19','2021-01-10 17:59:19'),
(54137,22209,'action complete via WP Cron','2021-01-10 22:59:19','2021-01-10 17:59:19'),
(54138,22210,'action created','2021-01-10 22:59:19','2021-01-10 17:59:19'),
(54139,22210,'action started via WP Cron','2021-01-10 23:01:52','2021-01-10 18:01:52'),
(54140,22210,'action complete via WP Cron','2021-01-10 23:01:52','2021-01-10 18:01:52'),
(54141,22211,'action created','2021-01-10 23:01:52','2021-01-10 18:01:52'),
(54142,22211,'action started via WP Cron','2021-01-10 23:03:33','2021-01-10 18:03:33'),
(54143,22211,'action complete via WP Cron','2021-01-10 23:03:33','2021-01-10 18:03:33'),
(54144,22212,'action created','2021-01-10 23:03:33','2021-01-10 18:03:33'),
(54145,22212,'action started via WP Cron','2021-01-10 23:05:19','2021-01-10 18:05:19'),
(54146,22212,'action complete via WP Cron','2021-01-10 23:05:19','2021-01-10 18:05:19'),
(54147,22213,'action created','2021-01-10 23:05:19','2021-01-10 18:05:19'),
(54148,22213,'action started via WP Cron','2021-01-10 23:06:32','2021-01-10 18:06:32'),
(54149,22213,'action complete via WP Cron','2021-01-10 23:06:32','2021-01-10 18:06:32'),
(54150,22214,'action created','2021-01-10 23:06:32','2021-01-10 18:06:32'),
(54151,22214,'action started via WP Cron','2021-01-10 23:09:31','2021-01-10 18:09:31'),
(54152,22214,'action complete via WP Cron','2021-01-10 23:09:31','2021-01-10 18:09:31'),
(54153,22215,'action created','2021-01-10 23:09:31','2021-01-10 18:09:31'),
(54154,22215,'action started via WP Cron','2021-01-10 23:10:35','2021-01-10 18:10:35'),
(54155,22215,'action complete via WP Cron','2021-01-10 23:10:35','2021-01-10 18:10:35'),
(54156,22216,'action created','2021-01-10 23:10:35','2021-01-10 18:10:35'),
(54157,22216,'action started via WP Cron','2021-01-10 23:11:20','2021-01-10 18:11:20'),
(54158,22216,'action complete via WP Cron','2021-01-10 23:11:20','2021-01-10 18:11:20'),
(54159,22217,'action created','2021-01-10 23:11:20','2021-01-10 18:11:20'),
(54160,22217,'action started via WP Cron','2021-01-10 23:13:14','2021-01-10 18:13:14'),
(54161,22217,'action complete via WP Cron','2021-01-10 23:13:14','2021-01-10 18:13:14'),
(54162,22218,'action created','2021-01-10 23:13:14','2021-01-10 18:13:14'),
(54163,22218,'action started via WP Cron','2021-01-10 23:14:29','2021-01-10 18:14:29'),
(54164,22218,'action complete via WP Cron','2021-01-10 23:14:29','2021-01-10 18:14:29'),
(54165,22219,'action created','2021-01-10 23:14:30','2021-01-10 18:14:30'),
(54166,22219,'action started via WP Cron','2021-01-10 23:15:30','2021-01-10 18:15:30'),
(54167,22219,'action complete via WP Cron','2021-01-10 23:15:30','2021-01-10 18:15:30'),
(54168,22220,'action created','2021-01-10 23:15:30','2021-01-10 18:15:30'),
(54169,22220,'action started via WP Cron','2021-01-10 23:16:22','2021-01-10 18:16:22'),
(54170,22220,'action complete via WP Cron','2021-01-10 23:16:22','2021-01-10 18:16:22'),
(54171,22221,'action created','2021-01-10 23:16:22','2021-01-10 18:16:22'),
(54172,22221,'action started via WP Cron','2021-01-10 23:17:49','2021-01-10 18:17:49'),
(54173,22221,'action complete via WP Cron','2021-01-10 23:17:49','2021-01-10 18:17:49'),
(54174,22222,'action created','2021-01-10 23:17:49','2021-01-10 18:17:49'),
(54175,22222,'action started via WP Cron','2021-01-10 23:18:20','2021-01-10 18:18:20'),
(54176,22222,'action complete via WP Cron','2021-01-10 23:18:20','2021-01-10 18:18:20'),
(54177,22223,'action created','2021-01-10 23:18:20','2021-01-10 18:18:20'),
(54178,22223,'action started via WP Cron','2021-01-10 23:20:09','2021-01-10 18:20:09'),
(54179,22223,'action complete via WP Cron','2021-01-10 23:20:09','2021-01-10 18:20:09'),
(54180,22224,'action created','2021-01-10 23:20:09','2021-01-10 18:20:09'),
(54181,22224,'action started via WP Cron','2021-01-10 23:20:19','2021-01-10 18:20:19'),
(54182,22224,'action complete via WP Cron','2021-01-10 23:20:19','2021-01-10 18:20:19'),
(54183,22225,'action created','2021-01-10 23:20:19','2021-01-10 18:20:19'),
(54184,22225,'action started via WP Cron','2021-01-10 23:21:13','2021-01-10 18:21:13'),
(54185,22225,'action complete via WP Cron','2021-01-10 23:21:13','2021-01-10 18:21:13'),
(54186,22226,'action created','2021-01-10 23:21:13','2021-01-10 18:21:13'),
(54187,22226,'action started via WP Cron','2021-01-10 23:22:16','2021-01-10 18:22:16'),
(54188,22226,'action complete via WP Cron','2021-01-10 23:22:16','2021-01-10 18:22:16'),
(54189,22227,'action created','2021-01-10 23:22:16','2021-01-10 18:22:16'),
(54190,22227,'action started via WP Cron','2021-01-10 23:23:36','2021-01-10 18:23:36'),
(54191,22227,'action complete via WP Cron','2021-01-10 23:23:37','2021-01-10 18:23:37'),
(54192,22228,'action created','2021-01-10 23:23:37','2021-01-10 18:23:37'),
(54193,22228,'action started via WP Cron','2021-01-10 23:24:26','2021-01-10 18:24:26'),
(54194,22228,'action complete via WP Cron','2021-01-10 23:24:26','2021-01-10 18:24:26'),
(54195,22229,'action created','2021-01-10 23:24:26','2021-01-10 18:24:26'),
(54196,22229,'action started via WP Cron','2021-01-10 23:25:38','2021-01-10 18:25:38'),
(54197,22229,'action complete via WP Cron','2021-01-10 23:25:38','2021-01-10 18:25:38'),
(54198,22230,'action created','2021-01-10 23:25:38','2021-01-10 18:25:38'),
(54199,22230,'action started via WP Cron','2021-01-10 23:27:09','2021-01-10 18:27:09'),
(54200,22230,'action complete via WP Cron','2021-01-10 23:27:09','2021-01-10 18:27:09'),
(54201,22231,'action created','2021-01-10 23:27:09','2021-01-10 18:27:09'),
(54202,22231,'action started via WP Cron','2021-01-10 23:29:52','2021-01-10 18:29:52'),
(54203,22231,'action complete via WP Cron','2021-01-10 23:29:52','2021-01-10 18:29:52'),
(54204,22232,'action created','2021-01-10 23:29:52','2021-01-10 18:29:52'),
(54205,22232,'action started via WP Cron','2021-01-10 23:30:13','2021-01-10 18:30:13'),
(54206,22232,'action complete via WP Cron','2021-01-10 23:30:13','2021-01-10 18:30:13'),
(54207,22233,'action created','2021-01-10 23:30:13','2021-01-10 18:30:13'),
(54208,22233,'action started via WP Cron','2021-01-10 23:32:00','2021-01-10 18:32:00'),
(54209,22233,'action complete via WP Cron','2021-01-10 23:32:00','2021-01-10 18:32:00'),
(54210,22234,'action created','2021-01-10 23:32:00','2021-01-10 18:32:00'),
(54211,22234,'action started via WP Cron','2021-01-10 23:32:47','2021-01-10 18:32:47'),
(54212,22234,'action complete via WP Cron','2021-01-10 23:32:47','2021-01-10 18:32:47'),
(54213,22235,'action created','2021-01-10 23:32:47','2021-01-10 18:32:47'),
(54214,22235,'action started via WP Cron','2021-01-10 23:34:39','2021-01-10 18:34:39'),
(54215,22235,'action complete via WP Cron','2021-01-10 23:34:39','2021-01-10 18:34:39'),
(54216,22236,'action created','2021-01-10 23:34:39','2021-01-10 18:34:39'),
(54217,22236,'action started via WP Cron','2021-01-10 23:36:44','2021-01-10 18:36:44'),
(54218,22236,'action complete via WP Cron','2021-01-10 23:36:44','2021-01-10 18:36:44'),
(54219,22237,'action created','2021-01-10 23:36:44','2021-01-10 18:36:44'),
(54220,22237,'action started via WP Cron','2021-01-10 23:37:32','2021-01-10 18:37:32'),
(54221,22237,'action complete via WP Cron','2021-01-10 23:37:32','2021-01-10 18:37:32'),
(54222,22238,'action created','2021-01-10 23:37:32','2021-01-10 18:37:32'),
(54223,22238,'action started via WP Cron','2021-01-10 23:39:04','2021-01-10 18:39:04'),
(54224,22238,'action complete via WP Cron','2021-01-10 23:39:04','2021-01-10 18:39:04'),
(54225,22239,'action created','2021-01-10 23:39:04','2021-01-10 18:39:04'),
(54226,22239,'action started via WP Cron','2021-01-10 23:39:59','2021-01-10 18:39:59'),
(54227,22239,'action complete via WP Cron','2021-01-10 23:39:59','2021-01-10 18:39:59'),
(54228,22240,'action created','2021-01-10 23:39:59','2021-01-10 18:39:59'),
(54229,22240,'action started via WP Cron','2021-01-10 23:40:28','2021-01-10 18:40:28'),
(54230,22240,'action complete via WP Cron','2021-01-10 23:40:28','2021-01-10 18:40:28'),
(54231,22241,'action created','2021-01-10 23:40:28','2021-01-10 18:40:28'),
(54232,22241,'action started via WP Cron','2021-01-10 23:41:30','2021-01-10 18:41:30'),
(54233,22241,'action complete via WP Cron','2021-01-10 23:41:30','2021-01-10 18:41:30'),
(54234,22242,'action created','2021-01-10 23:41:30','2021-01-10 18:41:30'),
(54235,22242,'action started via WP Cron','2021-01-10 23:42:47','2021-01-10 18:42:47'),
(54236,22242,'action complete via WP Cron','2021-01-10 23:42:47','2021-01-10 18:42:47'),
(54237,22243,'action created','2021-01-10 23:42:47','2021-01-10 18:42:47'),
(54238,22243,'action started via WP Cron','2021-01-10 23:43:15','2021-01-10 18:43:15'),
(54239,22243,'action complete via WP Cron','2021-01-10 23:43:15','2021-01-10 18:43:15'),
(54240,22244,'action created','2021-01-10 23:43:15','2021-01-10 18:43:15'),
(54241,22244,'action started via WP Cron','2021-01-10 23:44:11','2021-01-10 18:44:11'),
(54242,22244,'action complete via WP Cron','2021-01-10 23:44:11','2021-01-10 18:44:11'),
(54243,22245,'action created','2021-01-10 23:44:11','2021-01-10 18:44:11'),
(54244,22245,'action started via WP Cron','2021-01-10 23:45:30','2021-01-10 18:45:30'),
(54245,22245,'action complete via WP Cron','2021-01-10 23:45:30','2021-01-10 18:45:30'),
(54246,22246,'action created','2021-01-10 23:45:39','2021-01-10 18:45:39'),
(54247,22246,'action started via WP Cron','2021-01-10 23:46:11','2021-01-10 18:46:11'),
(54248,22246,'action complete via WP Cron','2021-01-10 23:46:11','2021-01-10 18:46:11'),
(54249,22247,'action created','2021-01-10 23:46:11','2021-01-10 18:46:11'),
(54250,22247,'action started via WP Cron','2021-01-10 23:47:22','2021-01-10 18:47:22'),
(54251,22247,'action complete via WP Cron','2021-01-10 23:47:22','2021-01-10 18:47:22'),
(54252,22248,'action created','2021-01-10 23:47:22','2021-01-10 18:47:22'),
(54253,22248,'action started via WP Cron','2021-01-10 23:48:44','2021-01-10 18:48:44'),
(54254,22248,'action complete via WP Cron','2021-01-10 23:48:44','2021-01-10 18:48:44'),
(54255,22249,'action created','2021-01-10 23:48:45','2021-01-10 18:48:45'),
(54256,22249,'action started via WP Cron','2021-01-10 23:49:14','2021-01-10 18:49:14'),
(54257,22249,'action complete via WP Cron','2021-01-10 23:49:14','2021-01-10 18:49:14'),
(54258,22250,'action created','2021-01-10 23:49:15','2021-01-10 18:49:15'),
(54259,22250,'action started via WP Cron','2021-01-10 23:52:43','2021-01-10 18:52:43'),
(54260,22250,'action complete via WP Cron','2021-01-10 23:52:43','2021-01-10 18:52:43'),
(54261,22251,'action created','2021-01-10 23:52:43','2021-01-10 18:52:43'),
(54262,22251,'action started via WP Cron','2021-01-10 23:53:57','2021-01-10 18:53:57'),
(54263,22251,'action complete via WP Cron','2021-01-10 23:53:57','2021-01-10 18:53:57'),
(54264,22252,'action created','2021-01-10 23:53:57','2021-01-10 18:53:57'),
(54265,22252,'action started via WP Cron','2021-01-10 23:54:25','2021-01-10 18:54:25'),
(54266,22252,'action complete via WP Cron','2021-01-10 23:54:25','2021-01-10 18:54:25'),
(54267,22253,'action created','2021-01-10 23:54:25','2021-01-10 18:54:25'),
(54268,22253,'action started via WP Cron','2021-01-10 23:55:13','2021-01-10 18:55:13'),
(54269,22253,'action complete via WP Cron','2021-01-10 23:55:13','2021-01-10 18:55:13'),
(54270,22254,'action created','2021-01-10 23:55:13','2021-01-10 18:55:13'),
(54271,22254,'action started via WP Cron','2021-01-10 23:56:51','2021-01-10 18:56:51'),
(54272,22254,'action complete via WP Cron','2021-01-10 23:56:51','2021-01-10 18:56:51'),
(54273,22255,'action created','2021-01-10 23:56:51','2021-01-10 18:56:51'),
(54274,22255,'action started via WP Cron','2021-01-10 23:57:13','2021-01-10 18:57:13'),
(54275,22255,'action complete via WP Cron','2021-01-10 23:57:13','2021-01-10 18:57:13'),
(54276,22256,'action created','2021-01-10 23:57:13','2021-01-10 18:57:13'),
(54277,22256,'action started via WP Cron','2021-01-10 23:59:19','2021-01-10 18:59:19'),
(54278,22256,'action complete via WP Cron','2021-01-10 23:59:19','2021-01-10 18:59:19'),
(54279,22257,'action created','2021-01-10 23:59:19','2021-01-10 18:59:19'),
(54280,22257,'action started via WP Cron','2021-01-11 00:00:49','2021-01-10 19:00:49'),
(54281,22257,'action complete via WP Cron','2021-01-11 00:00:49','2021-01-10 19:00:49'),
(54282,22258,'action created','2021-01-11 00:00:49','2021-01-10 19:00:49'),
(54283,22258,'action started via WP Cron','2021-01-11 00:02:02','2021-01-10 19:02:02'),
(54284,22258,'action complete via WP Cron','2021-01-11 00:02:02','2021-01-10 19:02:02'),
(54285,22259,'action created','2021-01-11 00:02:02','2021-01-10 19:02:02'),
(54286,22259,'action started via WP Cron','2021-01-11 00:02:46','2021-01-10 19:02:46'),
(54287,22259,'action complete via WP Cron','2021-01-11 00:02:46','2021-01-10 19:02:46'),
(54288,22260,'action created','2021-01-11 00:02:46','2021-01-10 19:02:46'),
(54289,22260,'action started via WP Cron','2021-01-11 00:03:34','2021-01-10 19:03:34'),
(54290,22260,'action complete via WP Cron','2021-01-11 00:03:34','2021-01-10 19:03:34'),
(54291,22261,'action created','2021-01-11 00:03:34','2021-01-10 19:03:34'),
(54292,22261,'action started via WP Cron','2021-01-11 00:04:13','2021-01-10 19:04:13'),
(54293,22261,'action complete via WP Cron','2021-01-11 00:04:13','2021-01-10 19:04:13'),
(54294,22262,'action created','2021-01-11 00:04:13','2021-01-10 19:04:13'),
(54295,22262,'action started via WP Cron','2021-01-11 00:06:00','2021-01-10 19:06:00'),
(54296,22262,'action complete via WP Cron','2021-01-11 00:06:00','2021-01-10 19:06:00'),
(54297,22263,'action created','2021-01-11 00:06:00','2021-01-10 19:06:00'),
(54298,22263,'action started via WP Cron','2021-01-11 00:06:26','2021-01-10 19:06:26'),
(54299,22263,'action complete via WP Cron','2021-01-11 00:06:26','2021-01-10 19:06:26'),
(54300,22264,'action created','2021-01-11 00:06:26','2021-01-10 19:06:26'),
(54301,22264,'action started via WP Cron','2021-01-11 00:07:53','2021-01-10 19:07:53'),
(54302,22264,'action complete via WP Cron','2021-01-11 00:07:53','2021-01-10 19:07:53'),
(54303,22265,'action created','2021-01-11 00:07:53','2021-01-10 19:07:53'),
(54304,22265,'action started via WP Cron','2021-01-11 00:08:43','2021-01-10 19:08:43'),
(54305,22265,'action complete via WP Cron','2021-01-11 00:08:43','2021-01-10 19:08:43'),
(54306,22266,'action created','2021-01-11 00:08:44','2021-01-10 19:08:44'),
(54307,22266,'action started via WP Cron','2021-01-11 00:09:42','2021-01-10 19:09:42'),
(54308,22266,'action complete via WP Cron','2021-01-11 00:09:42','2021-01-10 19:09:42'),
(54309,22267,'action created','2021-01-11 00:09:42','2021-01-10 19:09:42'),
(54310,22267,'action started via WP Cron','2021-01-11 00:11:01','2021-01-10 19:11:01'),
(54311,22267,'action complete via WP Cron','2021-01-11 00:11:01','2021-01-10 19:11:01'),
(54312,22268,'action created','2021-01-11 00:11:01','2021-01-10 19:11:01'),
(54313,22268,'action started via WP Cron','2021-01-11 00:11:24','2021-01-10 19:11:24'),
(54314,22268,'action complete via WP Cron','2021-01-11 00:11:24','2021-01-10 19:11:24'),
(54315,22269,'action created','2021-01-11 00:11:24','2021-01-10 19:11:24'),
(54316,22269,'action started via WP Cron','2021-01-11 00:14:08','2021-01-10 19:14:08'),
(54317,22269,'action complete via WP Cron','2021-01-11 00:14:08','2021-01-10 19:14:08'),
(54318,22270,'action created','2021-01-11 00:14:08','2021-01-10 19:14:08'),
(54319,22270,'action started via WP Cron','2021-01-11 00:14:23','2021-01-10 19:14:23'),
(54320,22270,'action complete via WP Cron','2021-01-11 00:14:23','2021-01-10 19:14:23'),
(54321,22271,'action created','2021-01-11 00:14:23','2021-01-10 19:14:23'),
(54322,22271,'action started via WP Cron','2021-01-11 00:15:20','2021-01-10 19:15:20'),
(54323,22271,'action complete via WP Cron','2021-01-11 00:15:20','2021-01-10 19:15:20'),
(54324,22272,'action created','2021-01-11 00:15:20','2021-01-10 19:15:20'),
(54325,22272,'action started via WP Cron','2021-01-11 00:17:07','2021-01-10 19:17:07'),
(54326,22272,'action complete via WP Cron','2021-01-11 00:17:07','2021-01-10 19:17:07'),
(54327,22273,'action created','2021-01-11 00:17:07','2021-01-10 19:17:07'),
(54328,22273,'action started via WP Cron','2021-01-11 00:17:43','2021-01-10 19:17:43'),
(54329,22273,'action complete via WP Cron','2021-01-11 00:17:43','2021-01-10 19:17:43'),
(54330,22274,'action created','2021-01-11 00:17:43','2021-01-10 19:17:43'),
(54331,22274,'action started via WP Cron','2021-01-11 00:19:47','2021-01-10 19:19:47'),
(54332,22274,'action complete via WP Cron','2021-01-11 00:19:47','2021-01-10 19:19:47'),
(54333,22275,'action created','2021-01-11 00:19:47','2021-01-10 19:19:47'),
(54334,22275,'action started via WP Cron','2021-01-11 00:20:20','2021-01-10 19:20:20'),
(54335,22275,'action complete via WP Cron','2021-01-11 00:20:20','2021-01-10 19:20:20'),
(54336,22276,'action created','2021-01-11 00:20:20','2021-01-10 19:20:20'),
(54337,22276,'action started via WP Cron','2021-01-11 00:22:50','2021-01-10 19:22:50'),
(54338,22276,'action complete via WP Cron','2021-01-11 00:22:50','2021-01-10 19:22:50'),
(54339,22277,'action created','2021-01-11 00:22:50','2021-01-10 19:22:50'),
(54340,22277,'action started via WP Cron','2021-01-11 00:23:12','2021-01-10 19:23:12'),
(54341,22277,'action complete via WP Cron','2021-01-11 00:23:12','2021-01-10 19:23:12'),
(54342,22278,'action created','2021-01-11 00:23:12','2021-01-10 19:23:12'),
(54343,22278,'action started via WP Cron','2021-01-11 00:25:14','2021-01-10 19:25:14'),
(54344,22278,'action complete via WP Cron','2021-01-11 00:25:14','2021-01-10 19:25:14'),
(54345,22279,'action created','2021-01-11 00:25:14','2021-01-10 19:25:14'),
(54346,22279,'action started via WP Cron','2021-01-11 00:26:51','2021-01-10 19:26:51'),
(54347,22279,'action complete via WP Cron','2021-01-11 00:26:51','2021-01-10 19:26:51'),
(54348,22280,'action created','2021-01-11 00:26:51','2021-01-10 19:26:51'),
(54349,22280,'action started via WP Cron','2021-01-11 00:28:36','2021-01-10 19:28:36'),
(54350,22280,'action complete via WP Cron','2021-01-11 00:28:36','2021-01-10 19:28:36'),
(54351,22281,'action created','2021-01-11 00:28:37','2021-01-10 19:28:37'),
(54352,22281,'action started via WP Cron','2021-01-11 00:29:52','2021-01-10 19:29:52'),
(54353,22281,'action complete via WP Cron','2021-01-11 00:29:52','2021-01-10 19:29:52'),
(54354,22282,'action created','2021-01-11 00:29:52','2021-01-10 19:29:52'),
(54355,22282,'action started via WP Cron','2021-01-11 00:30:19','2021-01-10 19:30:19'),
(54356,22282,'action complete via WP Cron','2021-01-11 00:30:19','2021-01-10 19:30:19'),
(54357,22283,'action created','2021-01-11 00:30:19','2021-01-10 19:30:19'),
(54358,22283,'action started via WP Cron','2021-01-11 00:31:23','2021-01-10 19:31:23'),
(54359,22283,'action complete via WP Cron','2021-01-11 00:31:23','2021-01-10 19:31:23'),
(54360,22284,'action created','2021-01-11 00:31:23','2021-01-10 19:31:23'),
(54361,22284,'action started via WP Cron','2021-01-11 00:32:26','2021-01-10 19:32:26'),
(54362,22284,'action complete via WP Cron','2021-01-11 00:32:26','2021-01-10 19:32:26'),
(54363,22285,'action created','2021-01-11 00:32:26','2021-01-10 19:32:26'),
(54364,22285,'action started via WP Cron','2021-01-11 00:34:08','2021-01-10 19:34:08'),
(54365,22285,'action complete via WP Cron','2021-01-11 00:34:08','2021-01-10 19:34:08'),
(54366,22286,'action created','2021-01-11 00:34:08','2021-01-10 19:34:08'),
(54367,22286,'action started via WP Cron','2021-01-11 00:34:24','2021-01-10 19:34:24'),
(54368,22286,'action complete via WP Cron','2021-01-11 00:34:24','2021-01-10 19:34:24'),
(54369,22287,'action created','2021-01-11 00:34:24','2021-01-10 19:34:24'),
(54370,22287,'action started via WP Cron','2021-01-11 00:36:23','2021-01-10 19:36:23'),
(54371,22287,'action complete via WP Cron','2021-01-11 00:36:23','2021-01-10 19:36:23'),
(54372,22288,'action created','2021-01-11 00:36:23','2021-01-10 19:36:23'),
(54373,22288,'action started via WP Cron','2021-01-11 00:37:51','2021-01-10 19:37:51'),
(54374,22288,'action complete via WP Cron','2021-01-11 00:37:51','2021-01-10 19:37:51'),
(54375,22289,'action created','2021-01-11 00:37:51','2021-01-10 19:37:51'),
(54376,22289,'action started via WP Cron','2021-01-11 00:38:16','2021-01-10 19:38:16'),
(54377,22289,'action complete via WP Cron','2021-01-11 00:38:16','2021-01-10 19:38:16'),
(54378,22290,'action created','2021-01-11 00:38:16','2021-01-10 19:38:16'),
(54379,22290,'action started via WP Cron','2021-01-11 00:39:37','2021-01-10 19:39:37'),
(54380,22290,'action complete via WP Cron','2021-01-11 00:39:37','2021-01-10 19:39:37'),
(54381,22291,'action created','2021-01-11 00:39:37','2021-01-10 19:39:37'),
(54382,22291,'action started via WP Cron','2021-01-11 00:41:45','2021-01-10 19:41:45'),
(54383,22291,'action complete via WP Cron','2021-01-11 00:41:45','2021-01-10 19:41:45'),
(54384,22292,'action created','2021-01-11 00:41:45','2021-01-10 19:41:45'),
(54385,22292,'action started via WP Cron','2021-01-11 00:42:11','2021-01-10 19:42:11'),
(54386,22292,'action complete via WP Cron','2021-01-11 00:42:11','2021-01-10 19:42:11'),
(54387,22293,'action created','2021-01-11 00:42:11','2021-01-10 19:42:11'),
(54388,22293,'action started via WP Cron','2021-01-11 00:43:18','2021-01-10 19:43:18'),
(54389,22293,'action complete via WP Cron','2021-01-11 00:43:18','2021-01-10 19:43:18'),
(54390,22294,'action created','2021-01-11 00:43:18','2021-01-10 19:43:18'),
(54391,22294,'action started via WP Cron','2021-01-11 00:45:10','2021-01-10 19:45:10'),
(54392,22294,'action complete via WP Cron','2021-01-11 00:45:10','2021-01-10 19:45:10'),
(54393,22295,'action created','2021-01-11 00:45:10','2021-01-10 19:45:10'),
(54394,22295,'action started via WP Cron','2021-01-11 00:45:40','2021-01-10 19:45:40'),
(54395,22295,'action complete via WP Cron','2021-01-11 00:45:40','2021-01-10 19:45:40'),
(54396,22296,'action created','2021-01-11 00:45:40','2021-01-10 19:45:40'),
(54397,22296,'action started via WP Cron','2021-01-11 00:46:58','2021-01-10 19:46:58'),
(54398,22296,'action complete via WP Cron','2021-01-11 00:46:58','2021-01-10 19:46:58'),
(54399,22297,'action created','2021-01-11 00:46:59','2021-01-10 19:46:59'),
(54400,22297,'action started via WP Cron','2021-01-11 00:47:20','2021-01-10 19:47:20'),
(54401,22297,'action complete via WP Cron','2021-01-11 00:47:20','2021-01-10 19:47:20'),
(54402,22298,'action created','2021-01-11 00:47:20','2021-01-10 19:47:20'),
(54403,22298,'action started via WP Cron','2021-01-11 00:48:24','2021-01-10 19:48:24'),
(54404,22298,'action complete via WP Cron','2021-01-11 00:48:24','2021-01-10 19:48:24'),
(54405,22299,'action created','2021-01-11 00:48:24','2021-01-10 19:48:24'),
(54406,22299,'action started via WP Cron','2021-01-11 00:50:02','2021-01-10 19:50:02'),
(54407,22299,'action complete via WP Cron','2021-01-11 00:50:02','2021-01-10 19:50:02'),
(54408,22300,'action created','2021-01-11 00:50:02','2021-01-10 19:50:02'),
(54409,22300,'action started via WP Cron','2021-01-11 00:51:10','2021-01-10 19:51:10'),
(54410,22300,'action complete via WP Cron','2021-01-11 00:51:10','2021-01-10 19:51:10'),
(54411,22301,'action created','2021-01-11 00:51:10','2021-01-10 19:51:10'),
(54412,22301,'action started via WP Cron','2021-01-11 00:52:19','2021-01-10 19:52:19'),
(54413,22301,'action complete via WP Cron','2021-01-11 00:52:19','2021-01-10 19:52:19'),
(54414,22302,'action created','2021-01-11 00:52:19','2021-01-10 19:52:19'),
(54415,22302,'action started via WP Cron','2021-01-11 00:53:20','2021-01-10 19:53:20'),
(54416,22302,'action complete via WP Cron','2021-01-11 00:53:20','2021-01-10 19:53:20'),
(54417,22303,'action created','2021-01-11 00:53:20','2021-01-10 19:53:20'),
(54418,22303,'action started via WP Cron','2021-01-11 00:54:22','2021-01-10 19:54:22'),
(54419,22303,'action complete via WP Cron','2021-01-11 00:54:22','2021-01-10 19:54:22'),
(54420,22304,'action created','2021-01-11 00:54:22','2021-01-10 19:54:22'),
(54421,22304,'action started via WP Cron','2021-01-11 00:55:53','2021-01-10 19:55:53'),
(54422,22304,'action complete via WP Cron','2021-01-11 00:55:53','2021-01-10 19:55:53'),
(54423,22305,'action created','2021-01-11 00:55:53','2021-01-10 19:55:53'),
(54424,22305,'action started via WP Cron','2021-01-11 00:56:39','2021-01-10 19:56:39'),
(54425,22305,'action complete via WP Cron','2021-01-11 00:56:39','2021-01-10 19:56:39'),
(54426,22306,'action created','2021-01-11 00:56:40','2021-01-10 19:56:40'),
(54427,22306,'action started via WP Cron','2021-01-11 00:57:11','2021-01-10 19:57:11'),
(54428,22306,'action complete via WP Cron','2021-01-11 00:57:11','2021-01-10 19:57:11'),
(54429,22307,'action created','2021-01-11 00:57:11','2021-01-10 19:57:11'),
(54430,22307,'action started via WP Cron','2021-01-11 00:58:20','2021-01-10 19:58:20'),
(54431,22307,'action complete via WP Cron','2021-01-11 00:58:20','2021-01-10 19:58:20'),
(54432,22308,'action created','2021-01-11 00:58:21','2021-01-10 19:58:21'),
(54433,22308,'action started via WP Cron','2021-01-11 00:59:12','2021-01-10 19:59:12'),
(54434,22308,'action complete via WP Cron','2021-01-11 00:59:12','2021-01-10 19:59:12'),
(54435,22309,'action created','2021-01-11 00:59:12','2021-01-10 19:59:12'),
(54436,22309,'action started via WP Cron','2021-01-11 01:00:33','2021-01-10 20:00:33'),
(54437,22309,'action complete via WP Cron','2021-01-11 01:00:33','2021-01-10 20:00:33'),
(54438,22310,'action created','2021-01-11 01:00:33','2021-01-10 20:00:33'),
(54439,22310,'action started via WP Cron','2021-01-11 01:02:10','2021-01-10 20:02:10'),
(54440,22310,'action complete via WP Cron','2021-01-11 01:02:10','2021-01-10 20:02:10'),
(54441,22311,'action created','2021-01-11 01:02:10','2021-01-10 20:02:10'),
(54442,22311,'action started via WP Cron','2021-01-11 01:02:53','2021-01-10 20:02:53'),
(54443,22311,'action complete via WP Cron','2021-01-11 01:02:53','2021-01-10 20:02:53'),
(54444,22312,'action created','2021-01-11 01:02:53','2021-01-10 20:02:53'),
(54445,22312,'action started via WP Cron','2021-01-11 01:03:23','2021-01-10 20:03:23'),
(54446,22312,'action complete via WP Cron','2021-01-11 01:03:23','2021-01-10 20:03:23'),
(54447,22313,'action created','2021-01-11 01:03:23','2021-01-10 20:03:23'),
(54448,22313,'action started via WP Cron','2021-01-11 01:04:14','2021-01-10 20:04:14'),
(54449,22313,'action complete via WP Cron','2021-01-11 01:04:14','2021-01-10 20:04:14'),
(54450,22314,'action created','2021-01-11 01:04:14','2021-01-10 20:04:14'),
(54451,22314,'action started via WP Cron','2021-01-11 01:07:11','2021-01-10 20:07:11'),
(54452,22314,'action complete via WP Cron','2021-01-11 01:07:11','2021-01-10 20:07:11'),
(54453,22315,'action created','2021-01-11 01:07:11','2021-01-10 20:07:11'),
(54454,22315,'action started via WP Cron','2021-01-11 01:09:14','2021-01-10 20:09:14'),
(54455,22315,'action complete via WP Cron','2021-01-11 01:09:14','2021-01-10 20:09:14'),
(54456,22316,'action created','2021-01-11 01:09:14','2021-01-10 20:09:14'),
(54457,22316,'action started via WP Cron','2021-01-11 01:10:45','2021-01-10 20:10:45'),
(54458,22316,'action complete via WP Cron','2021-01-11 01:10:45','2021-01-10 20:10:45'),
(54459,22317,'action created','2021-01-11 01:10:45','2021-01-10 20:10:45'),
(54460,22317,'action started via WP Cron','2021-01-11 01:12:23','2021-01-10 20:12:23'),
(54461,22317,'action complete via WP Cron','2021-01-11 01:12:23','2021-01-10 20:12:23'),
(54462,22318,'action created','2021-01-11 01:12:23','2021-01-10 20:12:23'),
(54463,22318,'action started via WP Cron','2021-01-11 01:13:43','2021-01-10 20:13:43'),
(54464,22318,'action complete via WP Cron','2021-01-11 01:13:43','2021-01-10 20:13:43'),
(54465,22319,'action created','2021-01-11 01:13:43','2021-01-10 20:13:43'),
(54466,22319,'action started via WP Cron','2021-01-11 01:16:09','2021-01-10 20:16:09'),
(54467,22319,'action complete via WP Cron','2021-01-11 01:16:09','2021-01-10 20:16:09'),
(54468,22320,'action created','2021-01-11 01:16:09','2021-01-10 20:16:09'),
(54469,22320,'action started via WP Cron','2021-01-11 01:16:49','2021-01-10 20:16:49'),
(54470,22320,'action complete via WP Cron','2021-01-11 01:16:49','2021-01-10 20:16:49'),
(54471,22321,'action created','2021-01-11 01:16:49','2021-01-10 20:16:49'),
(54472,22321,'action started via WP Cron','2021-01-11 01:17:35','2021-01-10 20:17:35'),
(54473,22321,'action complete via WP Cron','2021-01-11 01:17:35','2021-01-10 20:17:35'),
(54474,22322,'action created','2021-01-11 01:17:35','2021-01-10 20:17:35'),
(54475,22322,'action started via WP Cron','2021-01-11 01:19:06','2021-01-10 20:19:06'),
(54476,22322,'action complete via WP Cron','2021-01-11 01:19:06','2021-01-10 20:19:06'),
(54477,22323,'action created','2021-01-11 01:19:06','2021-01-10 20:19:06'),
(54478,22323,'action started via WP Cron','2021-01-11 01:19:21','2021-01-10 20:19:21'),
(54479,22323,'action complete via WP Cron','2021-01-11 01:19:21','2021-01-10 20:19:21'),
(54480,22324,'action created','2021-01-11 01:19:21','2021-01-10 20:19:21'),
(54481,22324,'action started via WP Cron','2021-01-11 01:20:21','2021-01-10 20:20:21'),
(54482,22324,'action complete via WP Cron','2021-01-11 01:20:21','2021-01-10 20:20:21'),
(54483,22325,'action created','2021-01-11 01:20:21','2021-01-10 20:20:21'),
(54484,21128,'action started via WP Cron','2021-01-11 01:21:19','2021-01-10 20:21:19'),
(54485,21128,'action complete via WP Cron','2021-01-11 01:21:19','2021-01-10 20:21:19'),
(54486,22326,'action created','2021-01-11 01:21:19','2021-01-10 20:21:19'),
(54487,22325,'action started via WP Cron','2021-01-11 01:21:19','2021-01-10 20:21:19'),
(54488,22325,'action complete via WP Cron','2021-01-11 01:21:19','2021-01-10 20:21:19'),
(54489,22327,'action created','2021-01-11 01:21:19','2021-01-10 20:21:19'),
(54490,22327,'action started via WP Cron','2021-01-11 01:22:16','2021-01-10 20:22:16'),
(54491,22327,'action complete via WP Cron','2021-01-11 01:22:16','2021-01-10 20:22:16'),
(54492,22328,'action created','2021-01-11 01:22:16','2021-01-10 20:22:16'),
(54493,22328,'action started via WP Cron','2021-01-11 01:23:12','2021-01-10 20:23:12'),
(54494,22328,'action complete via WP Cron','2021-01-11 01:23:12','2021-01-10 20:23:12'),
(54495,22329,'action created','2021-01-11 01:23:12','2021-01-10 20:23:12'),
(54496,22329,'action started via WP Cron','2021-01-11 01:24:24','2021-01-10 20:24:24'),
(54497,22329,'action complete via WP Cron','2021-01-11 01:24:24','2021-01-10 20:24:24'),
(54498,22330,'action created','2021-01-11 01:24:24','2021-01-10 20:24:24'),
(54499,22330,'action started via WP Cron','2021-01-11 01:25:22','2021-01-10 20:25:22'),
(54500,22330,'action complete via WP Cron','2021-01-11 01:25:22','2021-01-10 20:25:22'),
(54501,22331,'action created','2021-01-11 01:25:22','2021-01-10 20:25:22'),
(54502,22331,'action started via WP Cron','2021-01-11 01:26:12','2021-01-10 20:26:12'),
(54503,22331,'action complete via WP Cron','2021-01-11 01:26:12','2021-01-10 20:26:12'),
(54504,22332,'action created','2021-01-11 01:26:13','2021-01-10 20:26:13'),
(54505,22332,'action started via WP Cron','2021-01-11 01:27:58','2021-01-10 20:27:58'),
(54506,22332,'action complete via WP Cron','2021-01-11 01:27:58','2021-01-10 20:27:58'),
(54507,22333,'action created','2021-01-11 01:27:58','2021-01-10 20:27:58'),
(54508,22333,'action started via WP Cron','2021-01-11 01:28:22','2021-01-10 20:28:22'),
(54509,22333,'action complete via WP Cron','2021-01-11 01:28:22','2021-01-10 20:28:22'),
(54510,22334,'action created','2021-01-11 01:28:22','2021-01-10 20:28:22'),
(54511,22334,'action started via WP Cron','2021-01-11 01:29:55','2021-01-10 20:29:55'),
(54512,22334,'action complete via WP Cron','2021-01-11 01:29:55','2021-01-10 20:29:55'),
(54513,22335,'action created','2021-01-11 01:29:55','2021-01-10 20:29:55'),
(54514,22335,'action started via WP Cron','2021-01-11 01:31:02','2021-01-10 20:31:02'),
(54515,22335,'action complete via WP Cron','2021-01-11 01:31:02','2021-01-10 20:31:02'),
(54516,22336,'action created','2021-01-11 01:31:02','2021-01-10 20:31:02'),
(54517,22336,'action started via WP Cron','2021-01-11 01:32:48','2021-01-10 20:32:48'),
(54518,22336,'action complete via WP Cron','2021-01-11 01:32:48','2021-01-10 20:32:48'),
(54519,22337,'action created','2021-01-11 01:32:48','2021-01-10 20:32:48'),
(54520,22337,'action started via WP Cron','2021-01-11 01:33:22','2021-01-10 20:33:22'),
(54521,22337,'action complete via WP Cron','2021-01-11 01:33:22','2021-01-10 20:33:22'),
(54522,22338,'action created','2021-01-11 01:33:22','2021-01-10 20:33:22'),
(54523,22338,'action started via WP Cron','2021-01-11 01:35:02','2021-01-10 20:35:02'),
(54524,22338,'action complete via WP Cron','2021-01-11 01:35:02','2021-01-10 20:35:02'),
(54525,22339,'action created','2021-01-11 01:35:46','2021-01-10 20:35:46'),
(54526,22339,'action started via WP Cron','2021-01-11 01:36:36','2021-01-10 20:36:36'),
(54527,22339,'action complete via WP Cron','2021-01-11 01:36:36','2021-01-10 20:36:36'),
(54528,22340,'action created','2021-01-11 01:36:36','2021-01-10 20:36:36'),
(54529,22340,'action started via WP Cron','2021-01-11 01:38:06','2021-01-10 20:38:06'),
(54530,22340,'action complete via WP Cron','2021-01-11 01:38:06','2021-01-10 20:38:06'),
(54531,22341,'action created','2021-01-11 01:38:06','2021-01-10 20:38:06'),
(54532,22341,'action started via WP Cron','2021-01-11 01:38:24','2021-01-10 20:38:24'),
(54533,22341,'action complete via WP Cron','2021-01-11 01:38:24','2021-01-10 20:38:24'),
(54534,22342,'action created','2021-01-11 01:38:24','2021-01-10 20:38:24'),
(54535,22342,'action started via WP Cron','2021-01-11 01:39:24','2021-01-10 20:39:24'),
(54536,22342,'action complete via WP Cron','2021-01-11 01:39:24','2021-01-10 20:39:24'),
(54537,22343,'action created','2021-01-11 01:39:24','2021-01-10 20:39:24'),
(54538,22343,'action started via WP Cron','2021-01-11 01:41:52','2021-01-10 20:41:52'),
(54539,22343,'action complete via WP Cron','2021-01-11 01:41:52','2021-01-10 20:41:52'),
(54540,22344,'action created','2021-01-11 01:41:52','2021-01-10 20:41:52'),
(54541,22344,'action started via WP Cron','2021-01-11 01:42:37','2021-01-10 20:42:37'),
(54542,22344,'action complete via WP Cron','2021-01-11 01:42:37','2021-01-10 20:42:37'),
(54543,22345,'action created','2021-01-11 01:42:37','2021-01-10 20:42:37'),
(54544,22345,'action started via WP Cron','2021-01-11 01:43:45','2021-01-10 20:43:45'),
(54545,22345,'action complete via WP Cron','2021-01-11 01:43:45','2021-01-10 20:43:45'),
(54546,22346,'action created','2021-01-11 01:43:45','2021-01-10 20:43:45'),
(54547,22346,'action started via WP Cron','2021-01-11 01:45:25','2021-01-10 20:45:25'),
(54548,22346,'action complete via WP Cron','2021-01-11 01:45:26','2021-01-10 20:45:26'),
(54549,22347,'action created','2021-01-11 01:45:26','2021-01-10 20:45:26'),
(54550,22347,'action started via WP Cron','2021-01-11 01:48:02','2021-01-10 20:48:02'),
(54551,22347,'action complete via WP Cron','2021-01-11 01:48:02','2021-01-10 20:48:02'),
(54552,22348,'action created','2021-01-11 01:48:02','2021-01-10 20:48:02'),
(54553,22348,'action started via WP Cron','2021-01-11 01:48:26','2021-01-10 20:48:26'),
(54554,22348,'action complete via WP Cron','2021-01-11 01:48:26','2021-01-10 20:48:26'),
(54555,22349,'action created','2021-01-11 01:48:26','2021-01-10 20:48:26'),
(54556,22349,'action started via WP Cron','2021-01-11 01:51:13','2021-01-10 20:51:13'),
(54557,22349,'action complete via WP Cron','2021-01-11 01:51:13','2021-01-10 20:51:13'),
(54558,22350,'action created','2021-01-11 01:51:13','2021-01-10 20:51:13'),
(54559,22350,'action started via WP Cron','2021-01-11 01:52:14','2021-01-10 20:52:14'),
(54560,22350,'action complete via WP Cron','2021-01-11 01:52:14','2021-01-10 20:52:14'),
(54561,22351,'action created','2021-01-11 01:52:14','2021-01-10 20:52:14'),
(54562,22351,'action started via WP Cron','2021-01-11 01:53:26','2021-01-10 20:53:26'),
(54563,22351,'action complete via WP Cron','2021-01-11 01:53:26','2021-01-10 20:53:26'),
(54564,22352,'action created','2021-01-11 01:53:27','2021-01-10 20:53:27'),
(54565,22352,'action started via WP Cron','2021-01-11 01:55:55','2021-01-10 20:55:55'),
(54566,22352,'action complete via WP Cron','2021-01-11 01:55:55','2021-01-10 20:55:55'),
(54567,22353,'action created','2021-01-11 01:55:55','2021-01-10 20:55:55'),
(54568,22353,'action started via WP Cron','2021-01-11 01:56:58','2021-01-10 20:56:58'),
(54569,22353,'action complete via WP Cron','2021-01-11 01:56:58','2021-01-10 20:56:58'),
(54570,22354,'action created','2021-01-11 01:56:58','2021-01-10 20:56:58'),
(54571,22354,'action started via WP Cron','2021-01-11 01:57:48','2021-01-10 20:57:48'),
(54572,22354,'action complete via WP Cron','2021-01-11 01:57:48','2021-01-10 20:57:48'),
(54573,22355,'action created','2021-01-11 01:57:48','2021-01-10 20:57:48'),
(54574,22355,'action started via WP Cron','2021-01-11 02:00:26','2021-01-10 21:00:26'),
(54575,22355,'action complete via WP Cron','2021-01-11 02:00:26','2021-01-10 21:00:26'),
(54576,22356,'action created','2021-01-11 02:00:26','2021-01-10 21:00:26'),
(54577,22356,'action started via WP Cron','2021-01-11 02:04:23','2021-01-10 21:04:23'),
(54578,22356,'action complete via WP Cron','2021-01-11 02:04:23','2021-01-10 21:04:23'),
(54579,22357,'action created','2021-01-11 02:04:23','2021-01-10 21:04:23'),
(54580,22357,'action started via WP Cron','2021-01-11 02:05:36','2021-01-10 21:05:36'),
(54581,22357,'action complete via WP Cron','2021-01-11 02:05:36','2021-01-10 21:05:36'),
(54582,22358,'action created','2021-01-11 02:05:36','2021-01-10 21:05:36'),
(54583,22358,'action started via WP Cron','2021-01-11 02:06:18','2021-01-10 21:06:18'),
(54584,22358,'action complete via WP Cron','2021-01-11 02:06:18','2021-01-10 21:06:18'),
(54585,22359,'action created','2021-01-11 02:06:18','2021-01-10 21:06:18'),
(54586,22359,'action started via WP Cron','2021-01-11 02:07:22','2021-01-10 21:07:22'),
(54587,22359,'action complete via WP Cron','2021-01-11 02:07:22','2021-01-10 21:07:22'),
(54588,22360,'action created','2021-01-11 02:07:22','2021-01-10 21:07:22'),
(54589,22360,'action started via WP Cron','2021-01-11 02:09:25','2021-01-10 21:09:25'),
(54590,22360,'action complete via WP Cron','2021-01-11 02:09:25','2021-01-10 21:09:25'),
(54591,22361,'action created','2021-01-11 02:09:25','2021-01-10 21:09:25'),
(54592,22361,'action started via WP Cron','2021-01-11 02:11:36','2021-01-10 21:11:36'),
(54593,22361,'action complete via WP Cron','2021-01-11 02:11:36','2021-01-10 21:11:36'),
(54594,22362,'action created','2021-01-11 02:11:36','2021-01-10 21:11:36'),
(54595,22362,'action started via WP Cron','2021-01-11 02:13:49','2021-01-10 21:13:49'),
(54596,22362,'action complete via WP Cron','2021-01-11 02:13:49','2021-01-10 21:13:49'),
(54597,22363,'action created','2021-01-11 02:13:49','2021-01-10 21:13:49'),
(54598,22363,'action started via WP Cron','2021-01-11 02:15:15','2021-01-10 21:15:15'),
(54599,22363,'action complete via WP Cron','2021-01-11 02:15:15','2021-01-10 21:15:15'),
(54600,22364,'action created','2021-01-11 02:15:15','2021-01-10 21:15:15'),
(54601,22364,'action started via WP Cron','2021-01-11 02:16:20','2021-01-10 21:16:20'),
(54602,22364,'action complete via WP Cron','2021-01-11 02:16:20','2021-01-10 21:16:20'),
(54603,22365,'action created','2021-01-11 02:16:20','2021-01-10 21:16:20'),
(54604,22365,'action started via WP Cron','2021-01-11 02:18:15','2021-01-10 21:18:15'),
(54605,22365,'action complete via WP Cron','2021-01-11 02:18:15','2021-01-10 21:18:15'),
(54606,22366,'action created','2021-01-11 02:18:15','2021-01-10 21:18:15'),
(54607,22366,'action started via WP Cron','2021-01-11 02:19:27','2021-01-10 21:19:27'),
(54608,22366,'action complete via WP Cron','2021-01-11 02:19:27','2021-01-10 21:19:27'),
(54609,22367,'action created','2021-01-11 02:19:27','2021-01-10 21:19:27'),
(54610,22367,'action started via WP Cron','2021-01-11 02:20:15','2021-01-10 21:20:15'),
(54611,22367,'action complete via WP Cron','2021-01-11 02:20:15','2021-01-10 21:20:15'),
(54612,22368,'action created','2021-01-11 02:20:15','2021-01-10 21:20:15'),
(54613,22368,'action started via WP Cron','2021-01-11 02:21:22','2021-01-10 21:21:22'),
(54614,22368,'action complete via WP Cron','2021-01-11 02:21:22','2021-01-10 21:21:22'),
(54615,22369,'action created','2021-01-11 02:21:22','2021-01-10 21:21:22'),
(54616,22369,'action started via WP Cron','2021-01-11 02:22:16','2021-01-10 21:22:16'),
(54617,22369,'action complete via WP Cron','2021-01-11 02:22:16','2021-01-10 21:22:16'),
(54618,22370,'action created','2021-01-11 02:22:16','2021-01-10 21:22:16'),
(54619,22370,'action started via WP Cron','2021-01-11 02:23:38','2021-01-10 21:23:38'),
(54620,22370,'action complete via WP Cron','2021-01-11 02:23:38','2021-01-10 21:23:38'),
(54621,22371,'action created','2021-01-11 02:23:38','2021-01-10 21:23:38'),
(54622,22371,'action started via WP Cron','2021-01-11 02:24:35','2021-01-10 21:24:35'),
(54623,22371,'action complete via WP Cron','2021-01-11 02:24:35','2021-01-10 21:24:35'),
(54624,22372,'action created','2021-01-11 02:24:35','2021-01-10 21:24:35'),
(54625,22372,'action started via WP Cron','2021-01-11 02:25:13','2021-01-10 21:25:13'),
(54626,22372,'action complete via WP Cron','2021-01-11 02:25:13','2021-01-10 21:25:13'),
(54627,22373,'action created','2021-01-11 02:25:13','2021-01-10 21:25:13'),
(54628,22373,'action started via WP Cron','2021-01-11 02:26:33','2021-01-10 21:26:33'),
(54629,22373,'action complete via WP Cron','2021-01-11 02:26:33','2021-01-10 21:26:33'),
(54630,22374,'action created','2021-01-11 02:26:33','2021-01-10 21:26:33'),
(54631,22374,'action started via WP Cron','2021-01-11 02:27:40','2021-01-10 21:27:40'),
(54632,22374,'action complete via WP Cron','2021-01-11 02:27:40','2021-01-10 21:27:40'),
(54633,22375,'action created','2021-01-11 02:27:40','2021-01-10 21:27:40'),
(54634,22375,'action started via WP Cron','2021-01-11 02:28:22','2021-01-10 21:28:22'),
(54635,22375,'action complete via WP Cron','2021-01-11 02:28:22','2021-01-10 21:28:22'),
(54636,22376,'action created','2021-01-11 02:28:22','2021-01-10 21:28:22'),
(54637,22376,'action started via WP Cron','2021-01-11 02:29:12','2021-01-10 21:29:12'),
(54638,22376,'action complete via WP Cron','2021-01-11 02:29:12','2021-01-10 21:29:12'),
(54639,22377,'action created','2021-01-11 02:29:12','2021-01-10 21:29:12'),
(54640,22377,'action started via WP Cron','2021-01-11 02:30:48','2021-01-10 21:30:48'),
(54641,22377,'action complete via WP Cron','2021-01-11 02:30:48','2021-01-10 21:30:48'),
(54642,22378,'action created','2021-01-11 02:30:48','2021-01-10 21:30:48'),
(54643,22378,'action started via WP Cron','2021-01-11 02:31:14','2021-01-10 21:31:14'),
(54644,22378,'action complete via WP Cron','2021-01-11 02:31:14','2021-01-10 21:31:14'),
(54645,22379,'action created','2021-01-11 02:31:15','2021-01-10 21:31:15'),
(54646,22379,'action started via WP Cron','2021-01-11 02:32:55','2021-01-10 21:32:55'),
(54647,22379,'action complete via WP Cron','2021-01-11 02:32:55','2021-01-10 21:32:55'),
(54648,22380,'action created','2021-01-11 02:32:55','2021-01-10 21:32:55'),
(54649,22380,'action started via WP Cron','2021-01-11 02:33:45','2021-01-10 21:33:45'),
(54650,22380,'action complete via WP Cron','2021-01-11 02:33:45','2021-01-10 21:33:45'),
(54651,22381,'action created','2021-01-11 02:33:45','2021-01-10 21:33:45'),
(54652,22381,'action started via WP Cron','2021-01-11 02:34:23','2021-01-10 21:34:23'),
(54653,22381,'action complete via WP Cron','2021-01-11 02:34:23','2021-01-10 21:34:23'),
(54654,22382,'action created','2021-01-11 02:34:23','2021-01-10 21:34:23'),
(54655,22382,'action started via WP Cron','2021-01-11 02:35:27','2021-01-10 21:35:27'),
(54656,22382,'action complete via WP Cron','2021-01-11 02:35:27','2021-01-10 21:35:27'),
(54657,22383,'action created','2021-01-11 02:35:28','2021-01-10 21:35:28'),
(54658,22383,'action started via WP Cron','2021-01-11 02:36:17','2021-01-10 21:36:17'),
(54659,22383,'action complete via WP Cron','2021-01-11 02:36:17','2021-01-10 21:36:17'),
(54660,22384,'action created','2021-01-11 02:36:17','2021-01-10 21:36:17'),
(54661,22384,'action started via WP Cron','2021-01-11 02:37:18','2021-01-10 21:37:18'),
(54662,22384,'action complete via WP Cron','2021-01-11 02:37:18','2021-01-10 21:37:18'),
(54663,22385,'action created','2021-01-11 02:37:18','2021-01-10 21:37:18'),
(54664,22385,'action started via WP Cron','2021-01-11 02:38:22','2021-01-10 21:38:22'),
(54665,22385,'action complete via WP Cron','2021-01-11 02:38:22','2021-01-10 21:38:22'),
(54666,22386,'action created','2021-01-11 02:38:22','2021-01-10 21:38:22'),
(54667,22386,'action started via WP Cron','2021-01-11 02:39:13','2021-01-10 21:39:13'),
(54668,22386,'action complete via WP Cron','2021-01-11 02:39:13','2021-01-10 21:39:13'),
(54669,22387,'action created','2021-01-11 02:39:13','2021-01-10 21:39:13'),
(54670,22387,'action started via WP Cron','2021-01-11 02:40:14','2021-01-10 21:40:14'),
(54671,22387,'action complete via WP Cron','2021-01-11 02:40:14','2021-01-10 21:40:14'),
(54672,22388,'action created','2021-01-11 02:40:14','2021-01-10 21:40:14'),
(54673,22388,'action started via WP Cron','2021-01-11 02:42:29','2021-01-10 21:42:29'),
(54674,22388,'action complete via WP Cron','2021-01-11 02:42:29','2021-01-10 21:42:29'),
(54675,22389,'action created','2021-01-11 02:42:29','2021-01-10 21:42:29'),
(54676,22389,'action started via WP Cron','2021-01-11 02:44:08','2021-01-10 21:44:08'),
(54677,22389,'action complete via WP Cron','2021-01-11 02:44:08','2021-01-10 21:44:08'),
(54678,22390,'action created','2021-01-11 02:44:08','2021-01-10 21:44:08'),
(54679,22390,'action started via WP Cron','2021-01-11 02:44:59','2021-01-10 21:44:59'),
(54680,22390,'action complete via WP Cron','2021-01-11 02:44:59','2021-01-10 21:44:59'),
(54681,22391,'action created','2021-01-11 02:44:59','2021-01-10 21:44:59'),
(54682,22391,'action started via WP Cron','2021-01-11 02:45:41','2021-01-10 21:45:41'),
(54683,22391,'action complete via WP Cron','2021-01-11 02:45:41','2021-01-10 21:45:41'),
(54684,22392,'action created','2021-01-11 02:45:41','2021-01-10 21:45:41'),
(54685,22392,'action started via WP Cron','2021-01-11 02:46:47','2021-01-10 21:46:47'),
(54686,22392,'action complete via WP Cron','2021-01-11 02:46:47','2021-01-10 21:46:47'),
(54687,22393,'action created','2021-01-11 02:46:47','2021-01-10 21:46:47'),
(54688,22393,'action started via WP Cron','2021-01-11 02:48:17','2021-01-10 21:48:17'),
(54689,22393,'action complete via WP Cron','2021-01-11 02:48:17','2021-01-10 21:48:17'),
(54690,22394,'action created','2021-01-11 02:48:17','2021-01-10 21:48:17'),
(54691,22394,'action started via WP Cron','2021-01-11 02:49:19','2021-01-10 21:49:19'),
(54692,22394,'action complete via WP Cron','2021-01-11 02:49:19','2021-01-10 21:49:19'),
(54693,22395,'action created','2021-01-11 02:49:19','2021-01-10 21:49:19'),
(54694,22395,'action started via WP Cron','2021-01-11 02:50:18','2021-01-10 21:50:18'),
(54695,22395,'action complete via WP Cron','2021-01-11 02:50:18','2021-01-10 21:50:18'),
(54696,22396,'action created','2021-01-11 02:50:18','2021-01-10 21:50:18'),
(54697,22396,'action started via WP Cron','2021-01-11 02:52:19','2021-01-10 21:52:19'),
(54698,22396,'action complete via WP Cron','2021-01-11 02:52:19','2021-01-10 21:52:19'),
(54699,22397,'action created','2021-01-11 02:52:19','2021-01-10 21:52:19'),
(54700,22397,'action started via WP Cron','2021-01-11 02:53:17','2021-01-10 21:53:17'),
(54701,22397,'action complete via WP Cron','2021-01-11 02:53:17','2021-01-10 21:53:17'),
(54702,22398,'action created','2021-01-11 02:53:17','2021-01-10 21:53:17'),
(54703,22398,'action started via WP Cron','2021-01-11 02:54:31','2021-01-10 21:54:31'),
(54704,22398,'action complete via WP Cron','2021-01-11 02:54:31','2021-01-10 21:54:31'),
(54705,22399,'action created','2021-01-11 02:54:31','2021-01-10 21:54:31'),
(54706,22399,'action started via WP Cron','2021-01-11 02:55:39','2021-01-10 21:55:39'),
(54707,22399,'action complete via WP Cron','2021-01-11 02:55:39','2021-01-10 21:55:39'),
(54708,22400,'action created','2021-01-11 02:55:39','2021-01-10 21:55:39'),
(54709,22400,'action started via WP Cron','2021-01-11 02:56:48','2021-01-10 21:56:48'),
(54710,22400,'action complete via WP Cron','2021-01-11 02:56:48','2021-01-10 21:56:48'),
(54711,22401,'action created','2021-01-11 02:56:48','2021-01-10 21:56:48'),
(54712,22401,'action started via WP Cron','2021-01-11 02:57:54','2021-01-10 21:57:54'),
(54713,22401,'action complete via WP Cron','2021-01-11 02:57:54','2021-01-10 21:57:54'),
(54714,22402,'action created','2021-01-11 02:57:54','2021-01-10 21:57:54'),
(54715,22402,'action started via WP Cron','2021-01-11 02:58:13','2021-01-10 21:58:13'),
(54716,22402,'action complete via WP Cron','2021-01-11 02:58:13','2021-01-10 21:58:13'),
(54717,22403,'action created','2021-01-11 02:58:13','2021-01-10 21:58:13'),
(54718,22403,'action started via WP Cron','2021-01-11 03:01:03','2021-01-10 22:01:03'),
(54719,22403,'action complete via WP Cron','2021-01-11 03:01:03','2021-01-10 22:01:03'),
(54720,22404,'action created','2021-01-11 03:01:03','2021-01-10 22:01:03'),
(54721,22404,'action started via WP Cron','2021-01-11 03:01:28','2021-01-10 22:01:28'),
(54722,22404,'action complete via WP Cron','2021-01-11 03:01:28','2021-01-10 22:01:28'),
(54723,22405,'action created','2021-01-11 03:01:28','2021-01-10 22:01:28'),
(54724,22405,'action started via WP Cron','2021-01-11 03:02:31','2021-01-10 22:02:31'),
(54725,22405,'action complete via WP Cron','2021-01-11 03:02:31','2021-01-10 22:02:31'),
(54726,22406,'action created','2021-01-11 03:02:31','2021-01-10 22:02:31'),
(54727,22406,'action started via WP Cron','2021-01-11 03:03:27','2021-01-10 22:03:27'),
(54728,22406,'action complete via WP Cron','2021-01-11 03:03:27','2021-01-10 22:03:27'),
(54729,22407,'action created','2021-01-11 03:03:27','2021-01-10 22:03:27'),
(54730,22407,'action started via WP Cron','2021-01-11 03:05:03','2021-01-10 22:05:03'),
(54731,22407,'action complete via WP Cron','2021-01-11 03:05:03','2021-01-10 22:05:03'),
(54732,22408,'action created','2021-01-11 03:05:03','2021-01-10 22:05:03'),
(54733,22408,'action started via WP Cron','2021-01-11 03:06:57','2021-01-10 22:06:57'),
(54734,22408,'action complete via WP Cron','2021-01-11 03:06:57','2021-01-10 22:06:57'),
(54735,22409,'action created','2021-01-11 03:06:57','2021-01-10 22:06:57'),
(54736,22409,'action started via WP Cron','2021-01-11 03:07:44','2021-01-10 22:07:44'),
(54737,22409,'action complete via WP Cron','2021-01-11 03:07:44','2021-01-10 22:07:44'),
(54738,22410,'action created','2021-01-11 03:07:44','2021-01-10 22:07:44'),
(54739,22410,'action started via WP Cron','2021-01-11 03:09:21','2021-01-10 22:09:21'),
(54740,22410,'action complete via WP Cron','2021-01-11 03:09:21','2021-01-10 22:09:21'),
(54741,22411,'action created','2021-01-11 03:09:21','2021-01-10 22:09:21'),
(54742,22411,'action started via WP Cron','2021-01-11 03:10:54','2021-01-10 22:10:54'),
(54743,22411,'action complete via WP Cron','2021-01-11 03:10:54','2021-01-10 22:10:54'),
(54744,22412,'action created','2021-01-11 03:10:54','2021-01-10 22:10:54'),
(54745,22412,'action started via WP Cron','2021-01-11 03:11:30','2021-01-10 22:11:30'),
(54746,22412,'action complete via WP Cron','2021-01-11 03:11:30','2021-01-10 22:11:30'),
(54747,22413,'action created','2021-01-11 03:11:30','2021-01-10 22:11:30'),
(54748,22413,'action started via WP Cron','2021-01-11 03:12:18','2021-01-10 22:12:18'),
(54749,22413,'action complete via WP Cron','2021-01-11 03:12:18','2021-01-10 22:12:18'),
(54750,22414,'action created','2021-01-11 03:12:18','2021-01-10 22:12:18'),
(54751,22414,'action started via WP Cron','2021-01-11 03:14:00','2021-01-10 22:14:00'),
(54752,22414,'action complete via WP Cron','2021-01-11 03:14:00','2021-01-10 22:14:00'),
(54753,22415,'action created','2021-01-11 03:14:00','2021-01-10 22:14:00'),
(54754,22415,'action started via WP Cron','2021-01-11 03:14:22','2021-01-10 22:14:22'),
(54755,22415,'action complete via WP Cron','2021-01-11 03:14:22','2021-01-10 22:14:22'),
(54756,22416,'action created','2021-01-11 03:14:22','2021-01-10 22:14:22'),
(54757,22416,'action started via WP Cron','2021-01-11 03:16:30','2021-01-10 22:16:30'),
(54758,22416,'action complete via WP Cron','2021-01-11 03:16:30','2021-01-10 22:16:30'),
(54759,22417,'action created','2021-01-11 03:16:30','2021-01-10 22:16:30'),
(54760,22417,'action started via WP Cron','2021-01-11 03:17:12','2021-01-10 22:17:12'),
(54761,22417,'action complete via WP Cron','2021-01-11 03:17:12','2021-01-10 22:17:12'),
(54762,22418,'action created','2021-01-11 03:17:12','2021-01-10 22:17:12'),
(54763,22418,'action started via WP Cron','2021-01-11 03:18:18','2021-01-10 22:18:18'),
(54764,22418,'action complete via WP Cron','2021-01-11 03:18:18','2021-01-10 22:18:18'),
(54765,22419,'action created','2021-01-11 03:18:18','2021-01-10 22:18:18'),
(54766,22419,'action started via WP Cron','2021-01-11 03:20:57','2021-01-10 22:20:57'),
(54767,22419,'action complete via WP Cron','2021-01-11 03:20:57','2021-01-10 22:20:57'),
(54768,22420,'action created','2021-01-11 03:20:57','2021-01-10 22:20:57'),
(54769,22420,'action started via WP Cron','2021-01-11 03:21:25','2021-01-10 22:21:25'),
(54770,22420,'action complete via WP Cron','2021-01-11 03:21:25','2021-01-10 22:21:25'),
(54771,22421,'action created','2021-01-11 03:21:26','2021-01-10 22:21:26'),
(54772,22421,'action started via WP Cron','2021-01-11 03:24:00','2021-01-10 22:24:00'),
(54773,22421,'action complete via WP Cron','2021-01-11 03:24:00','2021-01-10 22:24:00'),
(54774,22422,'action created','2021-01-11 03:24:00','2021-01-10 22:24:00'),
(54775,22422,'action started via WP Cron','2021-01-11 03:24:35','2021-01-10 22:24:35'),
(54776,22422,'action complete via WP Cron','2021-01-11 03:24:35','2021-01-10 22:24:35'),
(54777,22423,'action created','2021-01-11 03:24:35','2021-01-10 22:24:35'),
(54778,22423,'action started via WP Cron','2021-01-11 03:25:16','2021-01-10 22:25:16'),
(54779,22423,'action complete via WP Cron','2021-01-11 03:25:16','2021-01-10 22:25:16'),
(54780,22424,'action created','2021-01-11 03:25:16','2021-01-10 22:25:16'),
(54781,22424,'action started via WP Cron','2021-01-11 03:26:33','2021-01-10 22:26:33'),
(54782,22424,'action complete via WP Cron','2021-01-11 03:26:33','2021-01-10 22:26:33'),
(54783,22425,'action created','2021-01-11 03:26:33','2021-01-10 22:26:33'),
(54784,22425,'action started via WP Cron','2021-01-11 03:27:13','2021-01-10 22:27:13'),
(54785,22425,'action complete via WP Cron','2021-01-11 03:27:13','2021-01-10 22:27:13'),
(54786,22426,'action created','2021-01-11 03:27:13','2021-01-10 22:27:13'),
(54787,22426,'action started via WP Cron','2021-01-11 03:28:41','2021-01-10 22:28:41'),
(54788,22426,'action complete via WP Cron','2021-01-11 03:28:41','2021-01-10 22:28:41'),
(54789,22427,'action created','2021-01-11 03:28:41','2021-01-10 22:28:41'),
(54790,22427,'action started via WP Cron','2021-01-11 03:29:46','2021-01-10 22:29:46'),
(54791,22427,'action complete via WP Cron','2021-01-11 03:29:46','2021-01-10 22:29:46'),
(54792,22428,'action created','2021-01-11 03:29:46','2021-01-10 22:29:46'),
(54793,22428,'action started via WP Cron','2021-01-11 03:30:16','2021-01-10 22:30:16'),
(54794,22428,'action complete via WP Cron','2021-01-11 03:30:16','2021-01-10 22:30:16'),
(54795,22429,'action created','2021-01-11 03:30:16','2021-01-10 22:30:16'),
(54796,22429,'action started via WP Cron','2021-01-11 03:32:17','2021-01-10 22:32:17'),
(54797,22429,'action complete via WP Cron','2021-01-11 03:32:17','2021-01-10 22:32:17'),
(54798,22430,'action created','2021-01-11 03:32:17','2021-01-10 22:32:17'),
(54799,22430,'action started via WP Cron','2021-01-11 03:33:47','2021-01-10 22:33:47'),
(54800,22430,'action complete via WP Cron','2021-01-11 03:33:47','2021-01-10 22:33:47'),
(54801,22431,'action created','2021-01-11 03:33:47','2021-01-10 22:33:47'),
(54802,22431,'action started via WP Cron','2021-01-11 03:34:56','2021-01-10 22:34:56'),
(54803,22431,'action complete via WP Cron','2021-01-11 03:34:56','2021-01-10 22:34:56'),
(54804,22432,'action created','2021-01-11 03:34:57','2021-01-10 22:34:57'),
(54805,22432,'action started via WP Cron','2021-01-11 03:35:33','2021-01-10 22:35:33'),
(54806,22432,'action complete via WP Cron','2021-01-11 03:35:33','2021-01-10 22:35:33'),
(54807,22433,'action created','2021-01-11 03:35:33','2021-01-10 22:35:33'),
(54808,22433,'action started via WP Cron','2021-01-11 03:36:29','2021-01-10 22:36:29'),
(54809,22433,'action complete via WP Cron','2021-01-11 03:36:29','2021-01-10 22:36:29'),
(54810,22434,'action created','2021-01-11 03:36:29','2021-01-10 22:36:29'),
(54811,22434,'action started via WP Cron','2021-01-11 03:37:32','2021-01-10 22:37:32'),
(54812,22434,'action complete via WP Cron','2021-01-11 03:37:32','2021-01-10 22:37:32'),
(54813,22435,'action created','2021-01-11 03:37:32','2021-01-10 22:37:32'),
(54814,22435,'action started via WP Cron','2021-01-11 03:38:16','2021-01-10 22:38:16'),
(54815,22435,'action complete via WP Cron','2021-01-11 03:38:16','2021-01-10 22:38:16'),
(54816,22436,'action created','2021-01-11 03:38:16','2021-01-10 22:38:16'),
(54817,22436,'action started via WP Cron','2021-01-11 03:39:49','2021-01-10 22:39:49'),
(54818,22436,'action complete via WP Cron','2021-01-11 03:39:49','2021-01-10 22:39:49'),
(54819,22437,'action created','2021-01-11 03:39:49','2021-01-10 22:39:49'),
(54820,22437,'action started via WP Cron','2021-01-11 03:41:37','2021-01-10 22:41:37'),
(54821,22437,'action complete via WP Cron','2021-01-11 03:41:37','2021-01-10 22:41:37'),
(54822,22438,'action created','2021-01-11 03:41:37','2021-01-10 22:41:37'),
(54823,22438,'action started via WP Cron','2021-01-11 03:42:13','2021-01-10 22:42:13'),
(54824,22438,'action complete via WP Cron','2021-01-11 03:42:13','2021-01-10 22:42:13'),
(54825,22439,'action created','2021-01-11 03:42:13','2021-01-10 22:42:13'),
(54826,22439,'action started via WP Cron','2021-01-11 03:43:15','2021-01-10 22:43:15'),
(54827,22439,'action complete via WP Cron','2021-01-11 03:43:15','2021-01-10 22:43:15'),
(54828,22440,'action created','2021-01-11 03:43:15','2021-01-10 22:43:15'),
(54829,22440,'action started via WP Cron','2021-01-11 03:44:34','2021-01-10 22:44:34'),
(54830,22440,'action complete via WP Cron','2021-01-11 03:44:34','2021-01-10 22:44:34'),
(54831,22441,'action created','2021-01-11 03:44:34','2021-01-10 22:44:34'),
(54832,22441,'action started via WP Cron','2021-01-11 03:45:54','2021-01-10 22:45:54'),
(54833,22441,'action complete via WP Cron','2021-01-11 03:45:54','2021-01-10 22:45:54'),
(54834,22442,'action created','2021-01-11 03:45:54','2021-01-10 22:45:54'),
(54835,22442,'action started via WP Cron','2021-01-11 03:46:30','2021-01-10 22:46:30'),
(54836,22442,'action complete via WP Cron','2021-01-11 03:46:30','2021-01-10 22:46:30'),
(54837,22443,'action created','2021-01-11 03:46:30','2021-01-10 22:46:30'),
(54838,22443,'action started via WP Cron','2021-01-11 03:48:00','2021-01-10 22:48:00'),
(54839,22443,'action complete via WP Cron','2021-01-11 03:48:00','2021-01-10 22:48:00'),
(54840,22444,'action created','2021-01-11 03:48:00','2021-01-10 22:48:00'),
(54841,22444,'action started via WP Cron','2021-01-11 03:48:13','2021-01-10 22:48:13'),
(54842,22444,'action complete via WP Cron','2021-01-11 03:48:13','2021-01-10 22:48:13'),
(54843,22445,'action created','2021-01-11 03:48:13','2021-01-10 22:48:13'),
(54844,22445,'action started via WP Cron','2021-01-11 03:49:26','2021-01-10 22:49:26'),
(54845,22445,'action complete via WP Cron','2021-01-11 03:49:27','2021-01-10 22:49:27'),
(54846,22446,'action created','2021-01-11 03:49:27','2021-01-10 22:49:27'),
(54847,22446,'action started via WP Cron','2021-01-11 03:51:21','2021-01-10 22:51:21'),
(54848,22446,'action complete via WP Cron','2021-01-11 03:51:21','2021-01-10 22:51:21'),
(54849,22447,'action created','2021-01-11 03:51:21','2021-01-10 22:51:21'),
(54850,22447,'action started via WP Cron','2021-01-11 03:52:42','2021-01-10 22:52:42'),
(54851,22447,'action complete via WP Cron','2021-01-11 03:52:42','2021-01-10 22:52:42'),
(54852,22448,'action created','2021-01-11 03:52:42','2021-01-10 22:52:42'),
(54853,22448,'action started via WP Cron','2021-01-11 03:53:33','2021-01-10 22:53:33'),
(54854,22448,'action complete via WP Cron','2021-01-11 03:53:33','2021-01-10 22:53:33'),
(54855,22449,'action created','2021-01-11 03:53:33','2021-01-10 22:53:33'),
(54856,22449,'action started via WP Cron','2021-01-11 03:54:56','2021-01-10 22:54:56'),
(54857,22449,'action complete via WP Cron','2021-01-11 03:54:56','2021-01-10 22:54:56'),
(54858,22450,'action created','2021-01-11 03:54:57','2021-01-10 22:54:57'),
(54859,22450,'action started via WP Cron','2021-01-11 03:57:02','2021-01-10 22:57:02'),
(54860,22450,'action complete via WP Cron','2021-01-11 03:57:02','2021-01-10 22:57:02'),
(54861,22451,'action created','2021-01-11 03:57:02','2021-01-10 22:57:02'),
(54862,22451,'action started via WP Cron','2021-01-11 03:57:51','2021-01-10 22:57:51'),
(54863,22451,'action complete via WP Cron','2021-01-11 03:57:51','2021-01-10 22:57:51'),
(54864,22452,'action created','2021-01-11 03:57:51','2021-01-10 22:57:51'),
(54865,22452,'action started via WP Cron','2021-01-11 03:58:15','2021-01-10 22:58:15'),
(54866,22452,'action complete via WP Cron','2021-01-11 03:58:15','2021-01-10 22:58:15'),
(54867,22453,'action created','2021-01-11 03:58:15','2021-01-10 22:58:15'),
(54868,22453,'action started via WP Cron','2021-01-11 03:59:24','2021-01-10 22:59:24'),
(54869,22453,'action complete via WP Cron','2021-01-11 03:59:24','2021-01-10 22:59:24'),
(54870,22454,'action created','2021-01-11 03:59:24','2021-01-10 22:59:24'),
(54871,22454,'action started via WP Cron','2021-01-11 04:00:27','2021-01-10 23:00:27'),
(54872,22454,'action complete via WP Cron','2021-01-11 04:00:27','2021-01-10 23:00:27'),
(54873,22455,'action created','2021-01-11 04:00:27','2021-01-10 23:00:27'),
(54874,22455,'action started via WP Cron','2021-01-11 04:02:58','2021-01-10 23:02:58'),
(54875,22455,'action complete via WP Cron','2021-01-11 04:02:58','2021-01-10 23:02:58'),
(54876,22456,'action created','2021-01-11 04:02:58','2021-01-10 23:02:58'),
(54877,22456,'action started via WP Cron','2021-01-11 04:03:57','2021-01-10 23:03:57'),
(54878,22456,'action complete via WP Cron','2021-01-11 04:03:57','2021-01-10 23:03:57'),
(54879,22457,'action created','2021-01-11 04:03:57','2021-01-10 23:03:57'),
(54880,22457,'action started via WP Cron','2021-01-11 04:04:14','2021-01-10 23:04:14'),
(54881,22457,'action complete via WP Cron','2021-01-11 04:04:14','2021-01-10 23:04:14'),
(54882,22458,'action created','2021-01-11 04:04:14','2021-01-10 23:04:14'),
(54883,22458,'action started via WP Cron','2021-01-11 04:05:45','2021-01-10 23:05:45'),
(54884,22458,'action complete via WP Cron','2021-01-11 04:05:45','2021-01-10 23:05:45'),
(54885,22459,'action created','2021-01-11 04:05:45','2021-01-10 23:05:45'),
(54886,22459,'action started via WP Cron','2021-01-11 04:06:40','2021-01-10 23:06:40'),
(54887,22459,'action complete via WP Cron','2021-01-11 04:06:40','2021-01-10 23:06:40'),
(54888,22460,'action created','2021-01-11 04:06:40','2021-01-10 23:06:40'),
(54889,22460,'action started via WP Cron','2021-01-11 04:07:13','2021-01-10 23:07:13'),
(54890,22460,'action complete via WP Cron','2021-01-11 04:07:13','2021-01-10 23:07:13'),
(54891,22461,'action created','2021-01-11 04:07:13','2021-01-10 23:07:13'),
(54892,22461,'action started via WP Cron','2021-01-11 04:08:53','2021-01-10 23:08:53'),
(54893,22461,'action complete via WP Cron','2021-01-11 04:08:53','2021-01-10 23:08:53'),
(54894,22462,'action created','2021-01-11 04:08:53','2021-01-10 23:08:53'),
(54895,22462,'action started via WP Cron','2021-01-11 04:09:43','2021-01-10 23:09:43'),
(54896,22462,'action complete via WP Cron','2021-01-11 04:09:43','2021-01-10 23:09:43'),
(54897,22463,'action created','2021-01-11 04:09:43','2021-01-10 23:09:43'),
(54898,22463,'action started via WP Cron','2021-01-11 04:10:13','2021-01-10 23:10:13'),
(54899,22463,'action complete via WP Cron','2021-01-11 04:10:13','2021-01-10 23:10:13'),
(54900,22464,'action created','2021-01-11 04:10:13','2021-01-10 23:10:13'),
(54901,22464,'action started via WP Cron','2021-01-11 04:11:13','2021-01-10 23:11:13'),
(54902,22464,'action complete via WP Cron','2021-01-11 04:11:13','2021-01-10 23:11:13'),
(54903,22465,'action created','2021-01-11 04:11:13','2021-01-10 23:11:13'),
(54904,22465,'action started via WP Cron','2021-01-11 04:12:32','2021-01-10 23:12:32'),
(54905,22465,'action complete via WP Cron','2021-01-11 04:12:32','2021-01-10 23:12:32'),
(54906,22466,'action created','2021-01-11 04:12:32','2021-01-10 23:12:32'),
(54907,22466,'action started via WP Cron','2021-01-11 04:13:21','2021-01-10 23:13:21'),
(54908,22466,'action complete via WP Cron','2021-01-11 04:13:21','2021-01-10 23:13:21'),
(54909,22467,'action created','2021-01-11 04:13:21','2021-01-10 23:13:21'),
(54910,22467,'action started via WP Cron','2021-01-11 04:15:21','2021-01-10 23:15:21'),
(54911,22467,'action complete via WP Cron','2021-01-11 04:15:21','2021-01-10 23:15:21'),
(54912,22468,'action created','2021-01-11 04:15:21','2021-01-10 23:15:21'),
(54913,22468,'action started via WP Cron','2021-01-11 04:16:51','2021-01-10 23:16:51'),
(54914,22468,'action complete via WP Cron','2021-01-11 04:16:51','2021-01-10 23:16:51'),
(54915,22469,'action created','2021-01-11 04:16:51','2021-01-10 23:16:51'),
(54916,22469,'action started via WP Cron','2021-01-11 04:18:12','2021-01-10 23:18:12'),
(54917,22469,'action complete via WP Cron','2021-01-11 04:18:12','2021-01-10 23:18:12'),
(54918,22470,'action created','2021-01-11 04:18:12','2021-01-10 23:18:12'),
(54919,22470,'action started via WP Cron','2021-01-11 04:21:36','2021-01-10 23:21:36'),
(54920,22470,'action complete via WP Cron','2021-01-11 04:21:36','2021-01-10 23:21:36'),
(54921,22471,'action created','2021-01-11 04:21:36','2021-01-10 23:21:36'),
(54922,22471,'action started via WP Cron','2021-01-11 04:22:48','2021-01-10 23:22:48'),
(54923,22471,'action complete via WP Cron','2021-01-11 04:22:48','2021-01-10 23:22:48'),
(54924,22472,'action created','2021-01-11 04:22:48','2021-01-10 23:22:48'),
(54925,22472,'action started via WP Cron','2021-01-11 04:24:09','2021-01-10 23:24:09'),
(54926,22472,'action complete via WP Cron','2021-01-11 04:24:09','2021-01-10 23:24:09'),
(54927,22473,'action created','2021-01-11 04:24:09','2021-01-10 23:24:09'),
(54928,22473,'action started via WP Cron','2021-01-11 04:24:26','2021-01-10 23:24:26'),
(54929,22473,'action complete via WP Cron','2021-01-11 04:24:26','2021-01-10 23:24:26'),
(54930,22474,'action created','2021-01-11 04:24:26','2021-01-10 23:24:26'),
(54931,22474,'action started via WP Cron','2021-01-11 04:26:13','2021-01-10 23:26:13'),
(54932,22474,'action complete via WP Cron','2021-01-11 04:26:13','2021-01-10 23:26:13'),
(54933,22475,'action created','2021-01-11 04:26:13','2021-01-10 23:26:13'),
(54934,22475,'action started via WP Cron','2021-01-11 04:28:00','2021-01-10 23:28:00'),
(54935,22475,'action complete via WP Cron','2021-01-11 04:28:00','2021-01-10 23:28:00'),
(54936,22476,'action created','2021-01-11 04:28:00','2021-01-10 23:28:00'),
(54937,22476,'action started via WP Cron','2021-01-11 04:28:18','2021-01-10 23:28:18'),
(54938,22476,'action complete via WP Cron','2021-01-11 04:28:18','2021-01-10 23:28:18'),
(54939,22477,'action created','2021-01-11 04:28:18','2021-01-10 23:28:18'),
(54940,22477,'action started via WP Cron','2021-01-11 04:30:05','2021-01-10 23:30:05'),
(54941,22477,'action complete via WP Cron','2021-01-11 04:30:05','2021-01-10 23:30:05'),
(54942,22478,'action created','2021-01-11 04:30:05','2021-01-10 23:30:05'),
(54943,22478,'action started via WP Cron','2021-01-11 04:30:18','2021-01-10 23:30:18'),
(54944,22478,'action complete via WP Cron','2021-01-11 04:30:18','2021-01-10 23:30:18'),
(54945,22479,'action created','2021-01-11 04:30:18','2021-01-10 23:30:18'),
(54946,22479,'action started via WP Cron','2021-01-11 04:32:06','2021-01-10 23:32:06'),
(54947,22479,'action complete via WP Cron','2021-01-11 04:32:06','2021-01-10 23:32:06'),
(54948,22480,'action created','2021-01-11 04:32:06','2021-01-10 23:32:06'),
(54949,22480,'action started via WP Cron','2021-01-11 04:33:19','2021-01-10 23:33:19'),
(54950,22480,'action complete via WP Cron','2021-01-11 04:33:19','2021-01-10 23:33:19'),
(54951,22481,'action created','2021-01-11 04:33:19','2021-01-10 23:33:19'),
(54952,22481,'action started via WP Cron','2021-01-11 04:34:13','2021-01-10 23:34:13'),
(54953,22481,'action complete via WP Cron','2021-01-11 04:34:13','2021-01-10 23:34:13'),
(54954,22482,'action created','2021-01-11 04:34:13','2021-01-10 23:34:13'),
(54955,22482,'action started via WP Cron','2021-01-11 04:36:26','2021-01-10 23:36:26'),
(54956,22482,'action complete via WP Cron','2021-01-11 04:36:26','2021-01-10 23:36:26'),
(54957,22483,'action created','2021-01-11 04:36:26','2021-01-10 23:36:26'),
(54958,22483,'action started via WP Cron','2021-01-11 04:38:28','2021-01-10 23:38:28'),
(54959,22483,'action complete via WP Cron','2021-01-11 04:38:28','2021-01-10 23:38:28'),
(54960,22484,'action created','2021-01-11 04:38:28','2021-01-10 23:38:28'),
(54961,22484,'action started via WP Cron','2021-01-11 04:40:22','2021-01-10 23:40:22'),
(54962,22484,'action complete via WP Cron','2021-01-11 04:40:22','2021-01-10 23:40:22'),
(54963,22485,'action created','2021-01-11 04:40:22','2021-01-10 23:40:22'),
(54964,22485,'action started via WP Cron','2021-01-11 04:41:55','2021-01-10 23:41:55'),
(54965,22485,'action complete via WP Cron','2021-01-11 04:41:55','2021-01-10 23:41:55'),
(54966,22486,'action created','2021-01-11 04:41:55','2021-01-10 23:41:55'),
(54967,22486,'action started via WP Cron','2021-01-11 04:44:14','2021-01-10 23:44:14'),
(54968,22486,'action complete via WP Cron','2021-01-11 04:44:14','2021-01-10 23:44:14'),
(54969,22487,'action created','2021-01-11 04:44:14','2021-01-10 23:44:14'),
(54970,22487,'action started via WP Cron','2021-01-11 04:46:13','2021-01-10 23:46:13'),
(54971,22487,'action complete via WP Cron','2021-01-11 04:46:13','2021-01-10 23:46:13'),
(54972,22488,'action created','2021-01-11 04:46:13','2021-01-10 23:46:13'),
(54973,22488,'action started via WP Cron','2021-01-11 04:47:43','2021-01-10 23:47:43'),
(54974,22488,'action complete via WP Cron','2021-01-11 04:47:43','2021-01-10 23:47:43'),
(54975,22489,'action created','2021-01-11 04:47:44','2021-01-10 23:47:44'),
(54976,22489,'action started via WP Cron','2021-01-11 04:48:30','2021-01-10 23:48:30'),
(54977,22489,'action complete via WP Cron','2021-01-11 04:48:30','2021-01-10 23:48:30'),
(54978,22490,'action created','2021-01-11 04:48:30','2021-01-10 23:48:30'),
(54979,22490,'action started via WP Cron','2021-01-11 04:49:44','2021-01-10 23:49:44'),
(54980,22490,'action complete via WP Cron','2021-01-11 04:49:44','2021-01-10 23:49:44'),
(54981,22491,'action created','2021-01-11 04:49:45','2021-01-10 23:49:45'),
(54982,22491,'action started via WP Cron','2021-01-11 04:51:10','2021-01-10 23:51:10'),
(54983,22491,'action complete via WP Cron','2021-01-11 04:51:10','2021-01-10 23:51:10'),
(54984,22492,'action created','2021-01-11 04:51:10','2021-01-10 23:51:10'),
(54985,22492,'action started via WP Cron','2021-01-11 04:51:55','2021-01-10 23:51:55'),
(54986,22492,'action complete via WP Cron','2021-01-11 04:51:55','2021-01-10 23:51:55'),
(54987,22493,'action created','2021-01-11 04:51:55','2021-01-10 23:51:55'),
(54988,22493,'action started via WP Cron','2021-01-11 04:52:43','2021-01-10 23:52:43'),
(54989,22493,'action complete via WP Cron','2021-01-11 04:52:43','2021-01-10 23:52:43'),
(54990,22494,'action created','2021-01-11 04:52:43','2021-01-10 23:52:43'),
(54991,22494,'action started via WP Cron','2021-01-11 04:53:11','2021-01-10 23:53:11'),
(54992,22494,'action complete via WP Cron','2021-01-11 04:53:11','2021-01-10 23:53:11'),
(54993,22495,'action created','2021-01-11 04:53:11','2021-01-10 23:53:11'),
(54994,22495,'action started via WP Cron','2021-01-11 04:55:42','2021-01-10 23:55:42'),
(54995,22495,'action complete via WP Cron','2021-01-11 04:55:42','2021-01-10 23:55:42'),
(54996,22496,'action created','2021-01-11 04:55:42','2021-01-10 23:55:42'),
(54997,22496,'action started via WP Cron','2021-01-11 04:56:11','2021-01-10 23:56:11'),
(54998,22496,'action complete via WP Cron','2021-01-11 04:56:12','2021-01-10 23:56:12'),
(54999,22497,'action created','2021-01-11 04:56:12','2021-01-10 23:56:12'),
(55000,22497,'action started via WP Cron','2021-01-11 04:57:26','2021-01-10 23:57:26'),
(55001,22497,'action complete via WP Cron','2021-01-11 04:57:26','2021-01-10 23:57:26'),
(55002,22498,'action created','2021-01-11 04:57:26','2021-01-10 23:57:26'),
(55003,22498,'action started via WP Cron','2021-01-11 04:58:36','2021-01-10 23:58:36'),
(55004,22498,'action complete via WP Cron','2021-01-11 04:58:36','2021-01-10 23:58:36'),
(55005,22499,'action created','2021-01-11 04:58:36','2021-01-10 23:58:36'),
(55006,22499,'action started via WP Cron','2021-01-11 04:59:19','2021-01-10 23:59:19'),
(55007,22499,'action complete via WP Cron','2021-01-11 04:59:19','2021-01-10 23:59:19'),
(55008,22500,'action created','2021-01-11 04:59:19','2021-01-10 23:59:19'),
(55009,22500,'action started via WP Cron','2021-01-11 05:01:25','2021-01-11 00:01:25'),
(55010,22500,'action complete via WP Cron','2021-01-11 05:01:25','2021-01-11 00:01:25'),
(55011,22501,'action created','2021-01-11 05:01:25','2021-01-11 00:01:25'),
(55012,22501,'action started via WP Cron','2021-01-11 05:03:17','2021-01-11 00:03:17'),
(55013,22501,'action complete via WP Cron','2021-01-11 05:03:17','2021-01-11 00:03:17'),
(55014,22502,'action created','2021-01-11 05:03:17','2021-01-11 00:03:17'),
(55015,22502,'action started via WP Cron','2021-01-11 05:04:20','2021-01-11 00:04:20'),
(55016,22502,'action complete via WP Cron','2021-01-11 05:04:20','2021-01-11 00:04:20'),
(55017,22503,'action created','2021-01-11 05:04:20','2021-01-11 00:04:20'),
(55018,22503,'action started via WP Cron','2021-01-11 05:05:50','2021-01-11 00:05:50'),
(55019,22503,'action complete via WP Cron','2021-01-11 05:05:50','2021-01-11 00:05:50'),
(55020,22504,'action created','2021-01-11 05:05:50','2021-01-11 00:05:50'),
(55021,22504,'action started via WP Cron','2021-01-11 05:07:11','2021-01-11 00:07:11'),
(55022,22504,'action complete via WP Cron','2021-01-11 05:07:11','2021-01-11 00:07:11'),
(55023,22505,'action created','2021-01-11 05:07:11','2021-01-11 00:07:11'),
(55024,22505,'action started via WP Cron','2021-01-11 05:09:06','2021-01-11 00:09:06'),
(55025,22505,'action complete via WP Cron','2021-01-11 05:09:06','2021-01-11 00:09:06'),
(55026,22506,'action created','2021-01-11 05:09:06','2021-01-11 00:09:06'),
(55027,22506,'action started via WP Cron','2021-01-11 05:10:23','2021-01-11 00:10:23'),
(55028,22506,'action complete via WP Cron','2021-01-11 05:10:23','2021-01-11 00:10:23'),
(55029,22507,'action created','2021-01-11 05:10:23','2021-01-11 00:10:23'),
(55030,22507,'action started via WP Cron','2021-01-11 05:11:45','2021-01-11 00:11:45'),
(55031,22507,'action complete via WP Cron','2021-01-11 05:11:45','2021-01-11 00:11:45'),
(55032,22508,'action created','2021-01-11 05:11:45','2021-01-11 00:11:45'),
(55033,22508,'action started via WP Cron','2021-01-11 05:12:39','2021-01-11 00:12:39'),
(55034,22508,'action complete via WP Cron','2021-01-11 05:12:39','2021-01-11 00:12:39'),
(55035,22509,'action created','2021-01-11 05:12:40','2021-01-11 00:12:40'),
(55036,22509,'action started via WP Cron','2021-01-11 05:13:57','2021-01-11 00:13:57'),
(55037,22509,'action complete via WP Cron','2021-01-11 05:13:57','2021-01-11 00:13:57'),
(55038,22510,'action created','2021-01-11 05:13:57','2021-01-11 00:13:57'),
(55039,22510,'action started via WP Cron','2021-01-11 05:14:59','2021-01-11 00:14:59'),
(55040,22510,'action complete via WP Cron','2021-01-11 05:14:59','2021-01-11 00:14:59'),
(55041,22511,'action created','2021-01-11 05:14:59','2021-01-11 00:14:59'),
(55042,22511,'action started via WP Cron','2021-01-11 05:15:13','2021-01-11 00:15:13'),
(55043,22511,'action complete via WP Cron','2021-01-11 05:15:13','2021-01-11 00:15:13'),
(55044,22512,'action created','2021-01-11 05:15:13','2021-01-11 00:15:13'),
(55045,22512,'action started via WP Cron','2021-01-11 05:16:13','2021-01-11 00:16:13'),
(55046,22512,'action complete via WP Cron','2021-01-11 05:16:13','2021-01-11 00:16:13'),
(55047,22513,'action created','2021-01-11 05:16:13','2021-01-11 00:16:13'),
(55048,22513,'action started via WP Cron','2021-01-11 05:17:26','2021-01-11 00:17:26'),
(55049,22513,'action complete via WP Cron','2021-01-11 05:17:26','2021-01-11 00:17:26'),
(55050,22514,'action created','2021-01-11 05:17:26','2021-01-11 00:17:26'),
(55051,22514,'action started via WP Cron','2021-01-11 05:18:24','2021-01-11 00:18:24'),
(55052,22514,'action complete via WP Cron','2021-01-11 05:18:24','2021-01-11 00:18:24'),
(55053,22515,'action created','2021-01-11 05:18:24','2021-01-11 00:18:24'),
(55054,22515,'action started via WP Cron','2021-01-11 05:19:24','2021-01-11 00:19:24'),
(55055,22515,'action complete via WP Cron','2021-01-11 05:19:24','2021-01-11 00:19:24'),
(55056,22516,'action created','2021-01-11 05:19:24','2021-01-11 00:19:24'),
(55057,22516,'action started via WP Cron','2021-01-11 05:20:21','2021-01-11 00:20:21'),
(55058,22516,'action complete via WP Cron','2021-01-11 05:20:21','2021-01-11 00:20:21'),
(55059,22517,'action created','2021-01-11 05:20:21','2021-01-11 00:20:21'),
(55060,22517,'action started via WP Cron','2021-01-11 05:21:24','2021-01-11 00:21:24'),
(55061,22517,'action complete via WP Cron','2021-01-11 05:21:24','2021-01-11 00:21:24'),
(55062,22518,'action created','2021-01-11 05:21:24','2021-01-11 00:21:24'),
(55063,22518,'action started via WP Cron','2021-01-11 05:22:35','2021-01-11 00:22:35'),
(55064,22518,'action complete via WP Cron','2021-01-11 05:22:35','2021-01-11 00:22:35'),
(55065,22519,'action created','2021-01-11 05:22:35','2021-01-11 00:22:35'),
(55066,22519,'action started via WP Cron','2021-01-11 05:23:14','2021-01-11 00:23:14'),
(55067,22519,'action complete via WP Cron','2021-01-11 05:23:14','2021-01-11 00:23:14'),
(55068,22520,'action created','2021-01-11 05:23:14','2021-01-11 00:23:14'),
(55069,22520,'action started via WP Cron','2021-01-11 05:24:50','2021-01-11 00:24:50'),
(55070,22520,'action complete via WP Cron','2021-01-11 05:24:50','2021-01-11 00:24:50'),
(55071,22521,'action created','2021-01-11 05:24:50','2021-01-11 00:24:50'),
(55072,22521,'action started via WP Cron','2021-01-11 05:26:11','2021-01-11 00:26:11'),
(55073,22521,'action complete via WP Cron','2021-01-11 05:26:11','2021-01-11 00:26:11'),
(55074,22522,'action created','2021-01-11 05:26:11','2021-01-11 00:26:11'),
(55075,22522,'action started via WP Cron','2021-01-11 05:29:04','2021-01-11 00:29:04'),
(55076,22522,'action complete via WP Cron','2021-01-11 05:29:04','2021-01-11 00:29:04'),
(55077,22523,'action created','2021-01-11 05:29:04','2021-01-11 00:29:04'),
(55078,22523,'action started via WP Cron','2021-01-11 05:29:28','2021-01-11 00:29:28'),
(55079,22523,'action complete via WP Cron','2021-01-11 05:29:28','2021-01-11 00:29:28'),
(55080,22524,'action created','2021-01-11 05:29:28','2021-01-11 00:29:28'),
(55081,22524,'action started via WP Cron','2021-01-11 05:31:26','2021-01-11 00:31:26'),
(55082,22524,'action complete via WP Cron','2021-01-11 05:31:26','2021-01-11 00:31:26'),
(55083,22525,'action created','2021-01-11 05:31:26','2021-01-11 00:31:26'),
(55084,22525,'action started via WP Cron','2021-01-11 05:32:23','2021-01-11 00:32:23'),
(55085,22525,'action complete via WP Cron','2021-01-11 05:32:23','2021-01-11 00:32:23'),
(55086,22526,'action created','2021-01-11 05:32:23','2021-01-11 00:32:23'),
(55087,22526,'action started via WP Cron','2021-01-11 05:33:50','2021-01-11 00:33:50'),
(55088,22526,'action complete via WP Cron','2021-01-11 05:33:50','2021-01-11 00:33:50'),
(55089,22527,'action created','2021-01-11 05:33:50','2021-01-11 00:33:50'),
(55090,22527,'action started via WP Cron','2021-01-11 05:34:45','2021-01-11 00:34:45'),
(55091,22527,'action complete via WP Cron','2021-01-11 05:34:45','2021-01-11 00:34:45'),
(55092,22528,'action created','2021-01-11 05:34:45','2021-01-11 00:34:45'),
(55093,22528,'action started via WP Cron','2021-01-11 05:35:28','2021-01-11 00:35:28'),
(55094,22528,'action complete via WP Cron','2021-01-11 05:35:28','2021-01-11 00:35:28'),
(55095,22529,'action created','2021-01-11 05:35:28','2021-01-11 00:35:28'),
(55096,22529,'action started via WP Cron','2021-01-11 05:36:39','2021-01-11 00:36:39'),
(55097,22529,'action complete via WP Cron','2021-01-11 05:36:39','2021-01-11 00:36:39'),
(55098,22530,'action created','2021-01-11 05:36:39','2021-01-11 00:36:39'),
(55099,22530,'action started via WP Cron','2021-01-11 05:39:07','2021-01-11 00:39:07'),
(55100,22530,'action complete via WP Cron','2021-01-11 05:39:07','2021-01-11 00:39:07'),
(55101,22531,'action created','2021-01-11 05:39:07','2021-01-11 00:39:07'),
(55102,22531,'action started via WP Cron','2021-01-11 05:41:35','2021-01-11 00:41:35'),
(55103,22531,'action complete via WP Cron','2021-01-11 05:41:35','2021-01-11 00:41:35'),
(55104,22532,'action created','2021-01-11 05:41:35','2021-01-11 00:41:35'),
(55105,22532,'action started via WP Cron','2021-01-11 05:43:09','2021-01-11 00:43:09'),
(55106,22532,'action complete via WP Cron','2021-01-11 05:43:09','2021-01-11 00:43:09'),
(55107,22533,'action created','2021-01-11 05:43:09','2021-01-11 00:43:09'),
(55108,22533,'action started via WP Cron','2021-01-11 05:44:01','2021-01-11 00:44:01'),
(55109,22533,'action complete via WP Cron','2021-01-11 05:44:01','2021-01-11 00:44:01'),
(55110,22534,'action created','2021-01-11 05:44:01','2021-01-11 00:44:01'),
(55111,22534,'action started via WP Cron','2021-01-11 05:44:56','2021-01-11 00:44:56'),
(55112,22534,'action complete via WP Cron','2021-01-11 05:44:56','2021-01-11 00:44:56'),
(55113,22535,'action created','2021-01-11 05:44:56','2021-01-11 00:44:56'),
(55114,22535,'action started via WP Cron','2021-01-11 05:45:14','2021-01-11 00:45:14'),
(55115,22535,'action complete via WP Cron','2021-01-11 05:45:14','2021-01-11 00:45:14'),
(55116,22536,'action created','2021-01-11 05:45:14','2021-01-11 00:45:14'),
(55117,22536,'action started via WP Cron','2021-01-11 05:46:53','2021-01-11 00:46:53'),
(55118,22536,'action complete via WP Cron','2021-01-11 05:46:53','2021-01-11 00:46:53'),
(55119,22537,'action created','2021-01-11 05:46:53','2021-01-11 00:46:53'),
(55120,22537,'action started via WP Cron','2021-01-11 05:47:31','2021-01-11 00:47:31'),
(55121,22537,'action complete via WP Cron','2021-01-11 05:47:31','2021-01-11 00:47:31'),
(55122,22538,'action created','2021-01-11 05:47:31','2021-01-11 00:47:31'),
(55123,22538,'action started via WP Cron','2021-01-11 05:48:20','2021-01-11 00:48:20'),
(55124,22538,'action complete via WP Cron','2021-01-11 05:48:20','2021-01-11 00:48:20'),
(55125,22539,'action created','2021-01-11 05:48:20','2021-01-11 00:48:20'),
(55126,22539,'action started via WP Cron','2021-01-11 05:49:47','2021-01-11 00:49:47'),
(55127,22539,'action complete via WP Cron','2021-01-11 05:49:47','2021-01-11 00:49:47'),
(55128,22540,'action created','2021-01-11 05:49:47','2021-01-11 00:49:47'),
(55129,22540,'action started via WP Cron','2021-01-11 05:50:11','2021-01-11 00:50:11'),
(55130,22540,'action complete via WP Cron','2021-01-11 05:50:11','2021-01-11 00:50:11'),
(55131,22541,'action created','2021-01-11 05:50:11','2021-01-11 00:50:11'),
(55132,22541,'action started via WP Cron','2021-01-11 05:51:36','2021-01-11 00:51:36'),
(55133,22541,'action complete via WP Cron','2021-01-11 05:51:36','2021-01-11 00:51:36'),
(55134,22542,'action created','2021-01-11 05:51:36','2021-01-11 00:51:36'),
(55135,22542,'action started via WP Cron','2021-01-11 05:53:04','2021-01-11 00:53:04'),
(55136,22542,'action complete via WP Cron','2021-01-11 05:53:04','2021-01-11 00:53:04'),
(55137,22543,'action created','2021-01-11 05:53:04','2021-01-11 00:53:04'),
(55138,22543,'action started via WP Cron','2021-01-11 05:55:42','2021-01-11 00:55:42'),
(55139,22543,'action complete via WP Cron','2021-01-11 05:55:42','2021-01-11 00:55:42'),
(55140,22544,'action created','2021-01-11 05:55:42','2021-01-11 00:55:42'),
(55141,22544,'action started via WP Cron','2021-01-11 05:56:11','2021-01-11 00:56:11'),
(55142,22544,'action complete via WP Cron','2021-01-11 05:56:11','2021-01-11 00:56:11'),
(55143,22545,'action created','2021-01-11 05:56:11','2021-01-11 00:56:11'),
(55144,22545,'action started via WP Cron','2021-01-11 05:58:23','2021-01-11 00:58:23'),
(55145,22545,'action complete via WP Cron','2021-01-11 05:58:23','2021-01-11 00:58:23'),
(55146,22546,'action created','2021-01-11 05:58:23','2021-01-11 00:58:23'),
(55147,22546,'action started via WP Cron','2021-01-11 05:59:20','2021-01-11 00:59:20'),
(55148,22546,'action complete via WP Cron','2021-01-11 05:59:20','2021-01-11 00:59:20'),
(55149,22547,'action created','2021-01-11 05:59:20','2021-01-11 00:59:20'),
(55150,22547,'action started via WP Cron','2021-01-11 06:02:22','2021-01-11 01:02:22'),
(55151,22547,'action complete via WP Cron','2021-01-11 06:02:22','2021-01-11 01:02:22'),
(55152,22548,'action created','2021-01-11 06:02:22','2021-01-11 01:02:22'),
(55153,22548,'action started via WP Cron','2021-01-11 06:03:30','2021-01-11 01:03:30'),
(55154,22548,'action complete via WP Cron','2021-01-11 06:03:30','2021-01-11 01:03:30'),
(55155,22549,'action created','2021-01-11 06:03:30','2021-01-11 01:03:30'),
(55156,22549,'action started via WP Cron','2021-01-11 06:05:54','2021-01-11 01:05:54'),
(55157,22549,'action complete via WP Cron','2021-01-11 06:05:54','2021-01-11 01:05:54'),
(55158,22550,'action created','2021-01-11 06:05:54','2021-01-11 01:05:54'),
(55159,22550,'action started via WP Cron','2021-01-11 06:06:27','2021-01-11 01:06:27'),
(55160,22550,'action complete via WP Cron','2021-01-11 06:06:28','2021-01-11 01:06:28'),
(55161,22551,'action created','2021-01-11 06:06:28','2021-01-11 01:06:28'),
(55162,22551,'action started via WP Cron','2021-01-11 06:07:38','2021-01-11 01:07:38'),
(55163,22551,'action complete via WP Cron','2021-01-11 06:07:38','2021-01-11 01:07:38'),
(55164,22552,'action created','2021-01-11 06:07:38','2021-01-11 01:07:38'),
(55165,22552,'action started via WP Cron','2021-01-11 06:08:44','2021-01-11 01:08:44'),
(55166,22552,'action complete via WP Cron','2021-01-11 06:08:44','2021-01-11 01:08:44'),
(55167,22553,'action created','2021-01-11 06:08:44','2021-01-11 01:08:44'),
(55168,22553,'action started via WP Cron','2021-01-11 06:09:29','2021-01-11 01:09:29'),
(55169,22553,'action complete via WP Cron','2021-01-11 06:09:29','2021-01-11 01:09:29'),
(55170,22554,'action created','2021-01-11 06:09:29','2021-01-11 01:09:29'),
(55171,22554,'action started via WP Cron','2021-01-11 06:11:18','2021-01-11 01:11:18'),
(55172,22554,'action complete via WP Cron','2021-01-11 06:11:18','2021-01-11 01:11:18'),
(55173,22555,'action created','2021-01-11 06:11:18','2021-01-11 01:11:18'),
(55174,22555,'action started via WP Cron','2021-01-11 06:13:05','2021-01-11 01:13:05'),
(55175,22555,'action complete via WP Cron','2021-01-11 06:13:05','2021-01-11 01:13:05'),
(55176,22556,'action created','2021-01-11 06:13:05','2021-01-11 01:13:05'),
(55177,22556,'action started via WP Cron','2021-01-11 06:13:23','2021-01-11 01:13:23'),
(55178,22556,'action complete via WP Cron','2021-01-11 06:13:23','2021-01-11 01:13:23'),
(55179,22557,'action created','2021-01-11 06:13:23','2021-01-11 01:13:23'),
(55180,22557,'action started via WP Cron','2021-01-11 06:14:32','2021-01-11 01:14:32'),
(55181,22557,'action complete via WP Cron','2021-01-11 06:14:32','2021-01-11 01:14:32'),
(55182,22558,'action created','2021-01-11 06:14:32','2021-01-11 01:14:32'),
(55183,22558,'action started via WP Cron','2021-01-11 06:16:31','2021-01-11 01:16:31'),
(55184,22558,'action complete via WP Cron','2021-01-11 06:16:31','2021-01-11 01:16:31'),
(55185,22559,'action created','2021-01-11 06:16:31','2021-01-11 01:16:31'),
(55186,22559,'action started via WP Cron','2021-01-11 06:18:00','2021-01-11 01:18:00'),
(55187,22559,'action complete via WP Cron','2021-01-11 06:18:00','2021-01-11 01:18:00'),
(55188,22560,'action created','2021-01-11 06:18:00','2021-01-11 01:18:00'),
(55189,22560,'action started via WP Cron','2021-01-11 06:18:28','2021-01-11 01:18:28'),
(55190,22560,'action complete via WP Cron','2021-01-11 06:18:28','2021-01-11 01:18:28'),
(55191,22561,'action created','2021-01-11 06:18:28','2021-01-11 01:18:28'),
(55192,22561,'action started via WP Cron','2021-01-11 06:19:19','2021-01-11 01:19:19'),
(55193,22561,'action complete via WP Cron','2021-01-11 06:19:19','2021-01-11 01:19:19'),
(55194,22562,'action created','2021-01-11 06:19:19','2021-01-11 01:19:19'),
(55195,22562,'action started via WP Cron','2021-01-11 06:20:33','2021-01-11 01:20:33'),
(55196,22562,'action complete via WP Cron','2021-01-11 06:20:33','2021-01-11 01:20:33'),
(55197,22563,'action created','2021-01-11 06:20:33','2021-01-11 01:20:33'),
(55198,22563,'action started via WP Cron','2021-01-11 06:21:29','2021-01-11 01:21:29'),
(55199,22563,'action complete via WP Cron','2021-01-11 06:21:29','2021-01-11 01:21:29'),
(55200,22564,'action created','2021-01-11 06:21:29','2021-01-11 01:21:29'),
(55201,22564,'action started via WP Cron','2021-01-11 06:22:16','2021-01-11 01:22:16'),
(55202,22564,'action complete via WP Cron','2021-01-11 06:22:16','2021-01-11 01:22:16'),
(55203,22565,'action created','2021-01-11 06:22:18','2021-01-11 01:22:18'),
(55204,22565,'action started via WP Cron','2021-01-11 06:23:33','2021-01-11 01:23:33'),
(55205,22565,'action complete via WP Cron','2021-01-11 06:23:33','2021-01-11 01:23:33'),
(55206,22566,'action created','2021-01-11 06:23:33','2021-01-11 01:23:33'),
(55207,22566,'action started via WP Cron','2021-01-11 06:24:32','2021-01-11 01:24:32'),
(55208,22566,'action complete via WP Cron','2021-01-11 06:24:32','2021-01-11 01:24:32'),
(55209,22567,'action created','2021-01-11 06:24:32','2021-01-11 01:24:32'),
(55210,22567,'action started via WP Cron','2021-01-11 06:25:11','2021-01-11 01:25:11'),
(55211,22567,'action complete via WP Cron','2021-01-11 06:25:11','2021-01-11 01:25:11'),
(55212,22568,'action created','2021-01-11 06:25:11','2021-01-11 01:25:11'),
(55213,22568,'action started via WP Cron','2021-01-11 06:26:13','2021-01-11 01:26:13'),
(55214,22568,'action complete via WP Cron','2021-01-11 06:26:13','2021-01-11 01:26:13'),
(55215,22569,'action created','2021-01-11 06:26:13','2021-01-11 01:26:13'),
(55216,22569,'action started via WP Cron','2021-01-11 06:29:34','2021-01-11 01:29:34'),
(55217,22569,'action complete via WP Cron','2021-01-11 06:29:34','2021-01-11 01:29:34'),
(55218,22570,'action created','2021-01-11 06:29:34','2021-01-11 01:29:34'),
(55219,22570,'action started via WP Cron','2021-01-11 06:30:18','2021-01-11 01:30:18'),
(55220,22570,'action complete via WP Cron','2021-01-11 06:30:18','2021-01-11 01:30:18'),
(55221,22571,'action created','2021-01-11 06:30:18','2021-01-11 01:30:18'),
(55222,22571,'action started via WP Cron','2021-01-11 06:31:41','2021-01-11 01:31:41'),
(55223,22571,'action complete via WP Cron','2021-01-11 06:31:41','2021-01-11 01:31:41'),
(55224,22572,'action created','2021-01-11 06:31:41','2021-01-11 01:31:41'),
(55225,22572,'action started via WP Cron','2021-01-11 06:32:58','2021-01-11 01:32:58'),
(55226,22572,'action complete via WP Cron','2021-01-11 06:32:58','2021-01-11 01:32:58'),
(55227,22573,'action created','2021-01-11 06:32:58','2021-01-11 01:32:58'),
(55228,22573,'action started via WP Cron','2021-01-11 06:33:35','2021-01-11 01:33:35'),
(55229,22573,'action complete via WP Cron','2021-01-11 06:33:35','2021-01-11 01:33:35'),
(55230,22574,'action created','2021-01-11 06:33:36','2021-01-11 01:33:36'),
(55231,22574,'action started via WP Cron','2021-01-11 06:34:41','2021-01-11 01:34:41'),
(55232,22574,'action complete via WP Cron','2021-01-11 06:34:41','2021-01-11 01:34:41'),
(55233,22575,'action created','2021-01-11 06:34:41','2021-01-11 01:34:41'),
(55234,22575,'action started via WP Cron','2021-01-11 06:35:12','2021-01-11 01:35:12'),
(55235,22575,'action complete via WP Cron','2021-01-11 06:35:12','2021-01-11 01:35:12'),
(55236,22576,'action created','2021-01-11 06:35:12','2021-01-11 01:35:12'),
(55237,22576,'action started via WP Cron','2021-01-11 06:38:37','2021-01-11 01:38:37'),
(55238,22576,'action complete via WP Cron','2021-01-11 06:38:37','2021-01-11 01:38:37'),
(55239,22577,'action created','2021-01-11 06:38:37','2021-01-11 01:38:37'),
(55240,22577,'action started via WP Cron','2021-01-11 06:39:24','2021-01-11 01:39:24'),
(55241,22577,'action complete via WP Cron','2021-01-11 06:39:24','2021-01-11 01:39:24'),
(55242,22578,'action created','2021-01-11 06:39:24','2021-01-11 01:39:24'),
(55243,22578,'action started via WP Cron','2021-01-11 06:40:49','2021-01-11 01:40:49'),
(55244,22578,'action complete via WP Cron','2021-01-11 06:40:49','2021-01-11 01:40:49'),
(55245,22579,'action created','2021-01-11 06:40:49','2021-01-11 01:40:49'),
(55246,22579,'action started via WP Cron','2021-01-11 06:41:14','2021-01-11 01:41:14'),
(55247,22579,'action complete via WP Cron','2021-01-11 06:41:14','2021-01-11 01:41:14'),
(55248,22580,'action created','2021-01-11 06:41:14','2021-01-11 01:41:14'),
(55249,22580,'action started via WP Cron','2021-01-11 06:42:21','2021-01-11 01:42:21'),
(55250,22580,'action complete via WP Cron','2021-01-11 06:42:21','2021-01-11 01:42:21'),
(55251,22581,'action created','2021-01-11 06:42:21','2021-01-11 01:42:21'),
(55252,22581,'action started via WP Cron','2021-01-11 06:44:48','2021-01-11 01:44:48'),
(55253,22581,'action complete via WP Cron','2021-01-11 06:44:48','2021-01-11 01:44:48'),
(55254,22582,'action created','2021-01-11 06:44:48','2021-01-11 01:44:48'),
(55255,22582,'action started via WP Cron','2021-01-11 06:45:13','2021-01-11 01:45:13'),
(55256,22582,'action complete via WP Cron','2021-01-11 06:45:13','2021-01-11 01:45:13'),
(55257,22583,'action created','2021-01-11 06:45:13','2021-01-11 01:45:13'),
(55258,22583,'action started via WP Cron','2021-01-11 06:46:29','2021-01-11 01:46:29'),
(55259,22583,'action complete via WP Cron','2021-01-11 06:46:29','2021-01-11 01:46:29'),
(55260,22584,'action created','2021-01-11 06:46:29','2021-01-11 01:46:29'),
(55261,22584,'action started via WP Cron','2021-01-11 06:48:15','2021-01-11 01:48:15'),
(55262,22584,'action complete via WP Cron','2021-01-11 06:48:15','2021-01-11 01:48:15'),
(55263,22585,'action created','2021-01-11 06:48:15','2021-01-11 01:48:15'),
(55264,22585,'action started via WP Cron','2021-01-11 06:49:31','2021-01-11 01:49:31'),
(55265,22585,'action complete via WP Cron','2021-01-11 06:49:31','2021-01-11 01:49:31'),
(55266,22586,'action created','2021-01-11 06:49:31','2021-01-11 01:49:31'),
(55267,22586,'action started via WP Cron','2021-01-11 06:50:13','2021-01-11 01:50:13'),
(55268,22586,'action complete via WP Cron','2021-01-11 06:50:13','2021-01-11 01:50:13'),
(55269,22587,'action created','2021-01-11 06:50:13','2021-01-11 01:50:13'),
(55270,22587,'action started via WP Cron','2021-01-11 06:51:26','2021-01-11 01:51:26'),
(55271,22587,'action complete via WP Cron','2021-01-11 06:51:26','2021-01-11 01:51:26'),
(55272,22588,'action created','2021-01-11 06:51:26','2021-01-11 01:51:26'),
(55273,22588,'action started via WP Cron','2021-01-11 06:52:23','2021-01-11 01:52:23'),
(55274,22588,'action complete via WP Cron','2021-01-11 06:52:23','2021-01-11 01:52:23'),
(55275,22589,'action created','2021-01-11 06:52:23','2021-01-11 01:52:23'),
(55276,22589,'action started via WP Cron','2021-01-11 06:53:53','2021-01-11 01:53:53'),
(55277,22589,'action complete via WP Cron','2021-01-11 06:53:53','2021-01-11 01:53:53'),
(55278,22590,'action created','2021-01-11 06:53:53','2021-01-11 01:53:53'),
(55279,22590,'action started via WP Cron','2021-01-11 06:54:24','2021-01-11 01:54:24'),
(55280,22590,'action complete via WP Cron','2021-01-11 06:54:24','2021-01-11 01:54:24'),
(55281,22591,'action created','2021-01-11 06:54:24','2021-01-11 01:54:24'),
(55282,22591,'action started via WP Cron','2021-01-11 06:55:27','2021-01-11 01:55:27'),
(55283,22591,'action complete via WP Cron','2021-01-11 06:55:27','2021-01-11 01:55:27'),
(55284,22592,'action created','2021-01-11 06:55:27','2021-01-11 01:55:27'),
(55285,22592,'action started via WP Cron','2021-01-11 06:56:42','2021-01-11 01:56:42'),
(55286,22592,'action complete via WP Cron','2021-01-11 06:56:42','2021-01-11 01:56:42'),
(55287,22593,'action created','2021-01-11 06:56:42','2021-01-11 01:56:42'),
(55288,22593,'action started via WP Cron','2021-01-11 06:59:13','2021-01-11 01:59:13'),
(55289,22593,'action complete via WP Cron','2021-01-11 06:59:13','2021-01-11 01:59:13'),
(55290,22594,'action created','2021-01-11 06:59:14','2021-01-11 01:59:14'),
(55291,22594,'action started via WP Cron','2021-01-11 07:01:21','2021-01-11 02:01:21'),
(55292,22594,'action complete via WP Cron','2021-01-11 07:01:21','2021-01-11 02:01:21'),
(55293,22595,'action created','2021-01-11 07:01:21','2021-01-11 02:01:21'),
(55294,22595,'action started via WP Cron','2021-01-11 07:04:10','2021-01-11 02:04:10'),
(55295,22595,'action complete via WP Cron','2021-01-11 07:04:10','2021-01-11 02:04:10'),
(55296,22596,'action created','2021-01-11 07:04:10','2021-01-11 02:04:10'),
(55297,22596,'action started via WP Cron','2021-01-11 07:05:26','2021-01-11 02:05:26'),
(55298,22596,'action complete via WP Cron','2021-01-11 07:05:26','2021-01-11 02:05:26'),
(55299,22597,'action created','2021-01-11 07:05:26','2021-01-11 02:05:26'),
(55300,22597,'action started via WP Cron','2021-01-11 07:06:32','2021-01-11 02:06:32'),
(55301,22597,'action complete via WP Cron','2021-01-11 07:06:32','2021-01-11 02:06:32'),
(55302,22598,'action created','2021-01-11 07:06:32','2021-01-11 02:06:32'),
(55303,22598,'action started via WP Cron','2021-01-11 07:07:30','2021-01-11 02:07:30'),
(55304,22598,'action complete via WP Cron','2021-01-11 07:07:30','2021-01-11 02:07:30'),
(55305,22599,'action created','2021-01-11 07:07:30','2021-01-11 02:07:30'),
(55306,22599,'action started via WP Cron','2021-01-11 07:09:04','2021-01-11 02:09:04'),
(55307,22599,'action complete via WP Cron','2021-01-11 07:09:04','2021-01-11 02:09:04'),
(55308,22600,'action created','2021-01-11 07:09:04','2021-01-11 02:09:04'),
(55309,22600,'action started via WP Cron','2021-01-11 07:09:35','2021-01-11 02:09:35'),
(55310,22600,'action complete via WP Cron','2021-01-11 07:09:35','2021-01-11 02:09:35'),
(55311,22601,'action created','2021-01-11 07:09:35','2021-01-11 02:09:35'),
(55312,22601,'action started via WP Cron','2021-01-11 07:10:36','2021-01-11 02:10:36'),
(55313,22601,'action complete via WP Cron','2021-01-11 07:10:36','2021-01-11 02:10:36'),
(55314,22602,'action created','2021-01-11 07:10:37','2021-01-11 02:10:37'),
(55315,22602,'action started via WP Cron','2021-01-11 07:11:12','2021-01-11 02:11:12'),
(55316,22602,'action complete via WP Cron','2021-01-11 07:11:12','2021-01-11 02:11:12'),
(55317,22603,'action created','2021-01-11 07:11:12','2021-01-11 02:11:12'),
(55318,22603,'action started via WP Cron','2021-01-11 07:13:35','2021-01-11 02:13:35'),
(55319,22603,'action complete via WP Cron','2021-01-11 07:13:35','2021-01-11 02:13:35'),
(55320,22604,'action created','2021-01-11 07:13:35','2021-01-11 02:13:35'),
(55321,22604,'action started via WP Cron','2021-01-11 07:14:33','2021-01-11 02:14:33'),
(55322,22604,'action complete via WP Cron','2021-01-11 07:14:33','2021-01-11 02:14:33'),
(55323,22605,'action created','2021-01-11 07:14:33','2021-01-11 02:14:33'),
(55324,22605,'action started via WP Cron','2021-01-11 07:15:42','2021-01-11 02:15:42'),
(55325,22605,'action complete via WP Cron','2021-01-11 07:15:42','2021-01-11 02:15:42'),
(55326,22606,'action created','2021-01-11 07:15:42','2021-01-11 02:15:42'),
(55327,22606,'action started via WP Cron','2021-01-11 07:17:13','2021-01-11 02:17:13'),
(55328,22606,'action complete via WP Cron','2021-01-11 07:17:13','2021-01-11 02:17:13'),
(55329,22607,'action created','2021-01-11 07:17:13','2021-01-11 02:17:13'),
(55330,22607,'action started via WP Cron','2021-01-11 07:18:12','2021-01-11 02:18:12'),
(55331,22607,'action complete via WP Cron','2021-01-11 07:18:12','2021-01-11 02:18:12'),
(55332,22608,'action created','2021-01-11 07:18:12','2021-01-11 02:18:12'),
(55333,22608,'action started via WP Cron','2021-01-11 07:20:44','2021-01-11 02:20:44'),
(55334,22608,'action complete via WP Cron','2021-01-11 07:20:44','2021-01-11 02:20:44'),
(55335,22609,'action created','2021-01-11 07:20:44','2021-01-11 02:20:44'),
(55336,22609,'action started via WP Cron','2021-01-11 07:22:34','2021-01-11 02:22:34'),
(55337,22609,'action complete via WP Cron','2021-01-11 07:22:34','2021-01-11 02:22:34'),
(55338,22610,'action created','2021-01-11 07:22:34','2021-01-11 02:22:34'),
(55339,22610,'action started via WP Cron','2021-01-11 07:24:05','2021-01-11 02:24:05'),
(55340,22610,'action complete via WP Cron','2021-01-11 07:24:05','2021-01-11 02:24:05'),
(55341,22611,'action created','2021-01-11 07:24:05','2021-01-11 02:24:05'),
(55342,22611,'action started via WP Cron','2021-01-11 07:24:20','2021-01-11 02:24:20'),
(55343,22611,'action complete via WP Cron','2021-01-11 07:24:20','2021-01-11 02:24:20'),
(55344,22612,'action created','2021-01-11 07:24:20','2021-01-11 02:24:20'),
(55345,22612,'action started via WP Cron','2021-01-11 07:25:47','2021-01-11 02:25:47'),
(55346,22612,'action complete via WP Cron','2021-01-11 07:25:47','2021-01-11 02:25:47'),
(55347,22613,'action created','2021-01-11 07:25:47','2021-01-11 02:25:47'),
(55348,22613,'action started via WP Cron','2021-01-11 07:28:55','2021-01-11 02:28:55'),
(55349,22614,'action created','2021-01-11 07:28:55','2021-01-11 02:28:55'),
(55350,22613,'action complete via WP Cron','2021-01-11 07:28:55','2021-01-11 02:28:55'),
(55351,22614,'action started via WP Cron','2021-01-11 07:29:44','2021-01-11 02:29:44'),
(55352,22614,'action complete via WP Cron','2021-01-11 07:29:44','2021-01-11 02:29:44'),
(55353,22615,'action created','2021-01-11 07:29:44','2021-01-11 02:29:44'),
(55354,22615,'action started via WP Cron','2021-01-11 07:30:11','2021-01-11 02:30:11'),
(55355,22615,'action complete via WP Cron','2021-01-11 07:30:11','2021-01-11 02:30:11'),
(55356,22616,'action created','2021-01-11 07:30:11','2021-01-11 02:30:11'),
(55357,22616,'action started via WP Cron','2021-01-11 07:31:24','2021-01-11 02:31:24'),
(55358,22616,'action complete via WP Cron','2021-01-11 07:31:24','2021-01-11 02:31:24'),
(55359,22617,'action created','2021-01-11 07:31:24','2021-01-11 02:31:24'),
(55360,22617,'action started via WP Cron','2021-01-11 07:32:27','2021-01-11 02:32:27'),
(55361,22617,'action complete via WP Cron','2021-01-11 07:32:27','2021-01-11 02:32:27'),
(55362,22618,'action created','2021-01-11 07:32:27','2021-01-11 02:32:27'),
(55363,22618,'action started via WP Cron','2021-01-11 07:33:52','2021-01-11 02:33:52'),
(55364,22618,'action complete via WP Cron','2021-01-11 07:33:52','2021-01-11 02:33:52'),
(55365,22619,'action created','2021-01-11 07:33:52','2021-01-11 02:33:52'),
(55366,22619,'action started via WP Cron','2021-01-11 07:34:27','2021-01-11 02:34:27'),
(55367,22619,'action complete via WP Cron','2021-01-11 07:34:27','2021-01-11 02:34:27'),
(55368,22620,'action created','2021-01-11 07:34:27','2021-01-11 02:34:27'),
(55369,22620,'action started via WP Cron','2021-01-11 07:36:26','2021-01-11 02:36:26'),
(55370,22620,'action complete via WP Cron','2021-01-11 07:36:26','2021-01-11 02:36:26'),
(55371,22621,'action created','2021-01-11 07:36:26','2021-01-11 02:36:26'),
(55372,22621,'action started via WP Cron','2021-01-11 07:37:35','2021-01-11 02:37:35'),
(55373,22621,'action complete via WP Cron','2021-01-11 07:37:35','2021-01-11 02:37:35'),
(55374,22622,'action created','2021-01-11 07:37:35','2021-01-11 02:37:35'),
(55375,22622,'action started via WP Cron','2021-01-11 07:40:56','2021-01-11 02:40:56'),
(55376,22622,'action complete via WP Cron','2021-01-11 07:40:56','2021-01-11 02:40:56'),
(55377,22623,'action created','2021-01-11 07:40:56','2021-01-11 02:40:56'),
(55378,22623,'action started via WP Cron','2021-01-11 07:41:11','2021-01-11 02:41:11'),
(55379,22623,'action complete via WP Cron','2021-01-11 07:41:11','2021-01-11 02:41:11'),
(55380,22624,'action created','2021-01-11 07:41:12','2021-01-11 02:41:12'),
(55381,22624,'action started via WP Cron','2021-01-11 07:42:26','2021-01-11 02:42:26'),
(55382,22624,'action complete via WP Cron','2021-01-11 07:42:26','2021-01-11 02:42:26'),
(55383,22625,'action created','2021-01-11 07:42:26','2021-01-11 02:42:26'),
(55384,22625,'action started via WP Cron','2021-01-11 07:46:11','2021-01-11 02:46:11'),
(55385,22625,'action complete via WP Cron','2021-01-11 07:46:12','2021-01-11 02:46:12'),
(55386,22626,'action created','2021-01-11 07:46:12','2021-01-11 02:46:12'),
(55387,22626,'action started via WP Cron','2021-01-11 07:47:13','2021-01-11 02:47:13'),
(55388,22626,'action complete via WP Cron','2021-01-11 07:47:13','2021-01-11 02:47:13'),
(55389,22627,'action created','2021-01-11 07:47:13','2021-01-11 02:47:13'),
(55390,22627,'action started via WP Cron','2021-01-11 07:48:16','2021-01-11 02:48:16'),
(55391,22627,'action complete via WP Cron','2021-01-11 07:48:16','2021-01-11 02:48:16'),
(55392,22628,'action created','2021-01-11 07:48:16','2021-01-11 02:48:16'),
(55393,22628,'action started via WP Cron','2021-01-11 07:49:49','2021-01-11 02:49:49'),
(55394,22628,'action complete via WP Cron','2021-01-11 07:49:49','2021-01-11 02:49:49'),
(55395,22629,'action created','2021-01-11 07:49:49','2021-01-11 02:49:49'),
(55396,22629,'action started via WP Cron','2021-01-11 07:51:18','2021-01-11 02:51:18'),
(55397,22629,'action complete via WP Cron','2021-01-11 07:51:18','2021-01-11 02:51:18'),
(55398,22630,'action created','2021-01-11 07:51:18','2021-01-11 02:51:18'),
(55399,22630,'action started via WP Cron','2021-01-11 07:52:14','2021-01-11 02:52:14'),
(55400,22630,'action complete via WP Cron','2021-01-11 07:52:14','2021-01-11 02:52:14'),
(55401,22631,'action created','2021-01-11 07:52:14','2021-01-11 02:52:14'),
(55402,22631,'action started via WP Cron','2021-01-11 07:54:58','2021-01-11 02:54:58'),
(55403,22631,'action complete via WP Cron','2021-01-11 07:54:58','2021-01-11 02:54:58'),
(55404,22632,'action created','2021-01-11 07:54:58','2021-01-11 02:54:58'),
(55405,22632,'action started via WP Cron','2021-01-11 07:55:42','2021-01-11 02:55:42'),
(55406,22632,'action complete via WP Cron','2021-01-11 07:55:42','2021-01-11 02:55:42'),
(55407,22633,'action created','2021-01-11 07:55:42','2021-01-11 02:55:42'),
(55408,22633,'action started via WP Cron','2021-01-11 07:57:27','2021-01-11 02:57:27'),
(55409,22633,'action complete via WP Cron','2021-01-11 07:57:27','2021-01-11 02:57:27'),
(55410,22634,'action created','2021-01-11 07:57:27','2021-01-11 02:57:27'),
(55411,22634,'action started via WP Cron','2021-01-11 07:58:28','2021-01-11 02:58:28'),
(55412,22634,'action complete via WP Cron','2021-01-11 07:58:28','2021-01-11 02:58:28'),
(55413,22635,'action created','2021-01-11 07:58:28','2021-01-11 02:58:28'),
(55414,22635,'action started via WP Cron','2021-01-11 07:59:13','2021-01-11 02:59:13'),
(55415,22635,'action complete via WP Cron','2021-01-11 07:59:13','2021-01-11 02:59:13'),
(55416,22636,'action created','2021-01-11 07:59:14','2021-01-11 02:59:14'),
(55417,22636,'action started via WP Cron','2021-01-11 08:02:37','2021-01-11 03:02:37'),
(55418,22636,'action complete via WP Cron','2021-01-11 08:02:37','2021-01-11 03:02:37'),
(55419,22637,'action created','2021-01-11 08:02:37','2021-01-11 03:02:37'),
(55420,22637,'action started via WP Cron','2021-01-11 08:04:38','2021-01-11 03:04:38'),
(55421,22637,'action complete via WP Cron','2021-01-11 08:04:38','2021-01-11 03:04:38'),
(55422,22638,'action created','2021-01-11 08:04:38','2021-01-11 03:04:38'),
(55423,22638,'action started via WP Cron','2021-01-11 08:05:18','2021-01-11 03:05:18'),
(55424,22638,'action complete via WP Cron','2021-01-11 08:05:18','2021-01-11 03:05:18'),
(55425,22639,'action created','2021-01-11 08:05:18','2021-01-11 03:05:18'),
(55426,22639,'action started via WP Cron','2021-01-11 08:07:04','2021-01-11 03:07:04'),
(55427,22639,'action complete via WP Cron','2021-01-11 08:07:04','2021-01-11 03:07:04'),
(55428,22640,'action created','2021-01-11 08:07:04','2021-01-11 03:07:04'),
(55429,22640,'action started via WP Cron','2021-01-11 08:08:23','2021-01-11 03:08:23'),
(55430,22640,'action complete via WP Cron','2021-01-11 08:08:23','2021-01-11 03:08:23'),
(55431,22641,'action created','2021-01-11 08:08:23','2021-01-11 03:08:23'),
(55432,22641,'action started via WP Cron','2021-01-11 08:10:24','2021-01-11 03:10:24'),
(55433,22641,'action complete via WP Cron','2021-01-11 08:10:24','2021-01-11 03:10:24'),
(55434,22642,'action created','2021-01-11 08:10:24','2021-01-11 03:10:24'),
(55435,22642,'action started via WP Cron','2021-01-11 08:11:14','2021-01-11 03:11:14'),
(55436,22642,'action complete via WP Cron','2021-01-11 08:11:14','2021-01-11 03:11:14'),
(55437,22643,'action created','2021-01-11 08:11:14','2021-01-11 03:11:14'),
(55438,22643,'action started via WP Cron','2021-01-11 08:15:21','2021-01-11 03:15:21'),
(55439,22643,'action complete via WP Cron','2021-01-11 08:15:21','2021-01-11 03:15:21'),
(55440,22644,'action created','2021-01-11 08:15:21','2021-01-11 03:15:21'),
(55441,22644,'action started via WP Cron','2021-01-11 08:16:35','2021-01-11 03:16:35'),
(55442,22644,'action complete via WP Cron','2021-01-11 08:16:35','2021-01-11 03:16:35'),
(55443,22645,'action created','2021-01-11 08:16:35','2021-01-11 03:16:35'),
(55444,22645,'action started via WP Cron','2021-01-11 08:17:42','2021-01-11 03:17:42'),
(55445,22645,'action complete via WP Cron','2021-01-11 08:17:42','2021-01-11 03:17:42'),
(55446,22646,'action created','2021-01-11 08:17:42','2021-01-11 03:17:42'),
(55447,22646,'action started via WP Cron','2021-01-11 08:19:06','2021-01-11 03:19:06'),
(55448,22646,'action complete via WP Cron','2021-01-11 08:19:06','2021-01-11 03:19:06'),
(55449,22647,'action created','2021-01-11 08:19:06','2021-01-11 03:19:06'),
(55450,22647,'action started via WP Cron','2021-01-11 08:22:40','2021-01-11 03:22:40'),
(55451,22647,'action complete via WP Cron','2021-01-11 08:22:40','2021-01-11 03:22:40'),
(55452,22648,'action created','2021-01-11 08:22:40','2021-01-11 03:22:40'),
(55453,22648,'action started via WP Cron','2021-01-11 08:23:13','2021-01-11 03:23:13'),
(55454,22648,'action complete via WP Cron','2021-01-11 08:23:13','2021-01-11 03:23:13'),
(55455,22649,'action created','2021-01-11 08:23:13','2021-01-11 03:23:13'),
(55456,22649,'action started via WP Cron','2021-01-11 08:24:21','2021-01-11 03:24:21'),
(55457,22649,'action complete via WP Cron','2021-01-11 08:24:21','2021-01-11 03:24:21'),
(55458,22650,'action created','2021-01-11 08:24:21','2021-01-11 03:24:21'),
(55459,22650,'action started via WP Cron','2021-01-11 08:25:15','2021-01-11 03:25:15'),
(55460,22650,'action complete via WP Cron','2021-01-11 08:25:16','2021-01-11 03:25:16'),
(55461,22651,'action created','2021-01-11 08:25:16','2021-01-11 03:25:16'),
(55462,22651,'action started via WP Cron','2021-01-11 08:26:15','2021-01-11 03:26:15'),
(55463,22651,'action complete via WP Cron','2021-01-11 08:26:15','2021-01-11 03:26:15'),
(55464,22652,'action created','2021-01-11 08:26:15','2021-01-11 03:26:15'),
(55465,22652,'action started via WP Cron','2021-01-11 08:27:14','2021-01-11 03:27:14'),
(55466,22652,'action complete via WP Cron','2021-01-11 08:27:14','2021-01-11 03:27:14'),
(55467,22653,'action created','2021-01-11 08:27:14','2021-01-11 03:27:14'),
(55468,22653,'action started via WP Cron','2021-01-11 08:28:44','2021-01-11 03:28:44'),
(55469,22653,'action complete via WP Cron','2021-01-11 08:28:44','2021-01-11 03:28:44'),
(55470,22654,'action created','2021-01-11 08:28:44','2021-01-11 03:28:44'),
(55471,22654,'action started via WP Cron','2021-01-11 08:29:56','2021-01-11 03:29:56'),
(55472,22654,'action complete via WP Cron','2021-01-11 08:29:56','2021-01-11 03:29:56'),
(55473,22655,'action created','2021-01-11 08:29:56','2021-01-11 03:29:56'),
(55474,22655,'action started via WP Cron','2021-01-11 08:31:15','2021-01-11 03:31:15'),
(55475,22655,'action complete via WP Cron','2021-01-11 08:31:15','2021-01-11 03:31:15'),
(55476,22656,'action created','2021-01-11 08:31:15','2021-01-11 03:31:15'),
(55477,22656,'action started via WP Cron','2021-01-11 08:32:17','2021-01-11 03:32:17'),
(55478,22656,'action complete via WP Cron','2021-01-11 08:32:17','2021-01-11 03:32:17'),
(55479,22657,'action created','2021-01-11 08:32:17','2021-01-11 03:32:17'),
(55480,22657,'action started via WP Cron','2021-01-11 08:34:28','2021-01-11 03:34:28'),
(55481,22657,'action complete via WP Cron','2021-01-11 08:34:29','2021-01-11 03:34:29'),
(55482,22658,'action created','2021-01-11 08:34:29','2021-01-11 03:34:29'),
(55483,22658,'action started via WP Cron','2021-01-11 08:35:16','2021-01-11 03:35:16'),
(55484,22658,'action complete via WP Cron','2021-01-11 08:35:16','2021-01-11 03:35:16'),
(55485,22659,'action created','2021-01-11 08:35:16','2021-01-11 03:35:16'),
(55486,22659,'action started via WP Cron','2021-01-11 08:36:53','2021-01-11 03:36:53'),
(55487,22659,'action complete via WP Cron','2021-01-11 08:36:53','2021-01-11 03:36:53'),
(55488,22660,'action created','2021-01-11 08:36:53','2021-01-11 03:36:53'),
(55489,22660,'action started via WP Cron','2021-01-11 08:37:37','2021-01-11 03:37:37'),
(55490,22660,'action complete via WP Cron','2021-01-11 08:37:37','2021-01-11 03:37:37'),
(55491,22661,'action created','2021-01-11 08:37:37','2021-01-11 03:37:37'),
(55492,22661,'action started via WP Cron','2021-01-11 08:38:12','2021-01-11 03:38:12'),
(55493,22661,'action complete via WP Cron','2021-01-11 08:38:12','2021-01-11 03:38:12'),
(55494,22662,'action created','2021-01-11 08:38:12','2021-01-11 03:38:12'),
(55495,22662,'action started via WP Cron','2021-01-11 08:40:16','2021-01-11 03:40:16'),
(55496,22662,'action complete via WP Cron','2021-01-11 08:40:16','2021-01-11 03:40:16'),
(55497,22663,'action created','2021-01-11 08:40:16','2021-01-11 03:40:16'),
(55498,22663,'action started via WP Cron','2021-01-11 08:41:13','2021-01-11 03:41:13'),
(55499,22663,'action complete via WP Cron','2021-01-11 08:41:13','2021-01-11 03:41:13'),
(55500,22664,'action created','2021-01-11 08:41:13','2021-01-11 03:41:13'),
(55501,22664,'action started via WP Cron','2021-01-11 08:42:27','2021-01-11 03:42:27'),
(55502,22664,'action complete via WP Cron','2021-01-11 08:42:27','2021-01-11 03:42:27'),
(55503,22665,'action created','2021-01-11 08:42:28','2021-01-11 03:42:28'),
(55504,22665,'action started via WP Cron','2021-01-11 08:43:58','2021-01-11 03:43:58'),
(55505,22665,'action complete via WP Cron','2021-01-11 08:43:58','2021-01-11 03:43:58'),
(55506,22666,'action created','2021-01-11 08:43:58','2021-01-11 03:43:58'),
(55507,22666,'action started via WP Cron','2021-01-11 08:44:29','2021-01-11 03:44:29'),
(55508,22666,'action complete via WP Cron','2021-01-11 08:44:30','2021-01-11 03:44:30'),
(55509,22667,'action created','2021-01-11 08:44:30','2021-01-11 03:44:30'),
(55510,22667,'action started via WP Cron','2021-01-11 08:46:22','2021-01-11 03:46:22'),
(55511,22667,'action complete via WP Cron','2021-01-11 08:46:22','2021-01-11 03:46:22'),
(55512,22668,'action created','2021-01-11 08:46:22','2021-01-11 03:46:22'),
(55513,22668,'action started via WP Cron','2021-01-11 08:48:11','2021-01-11 03:48:11'),
(55514,22668,'action complete via WP Cron','2021-01-11 08:48:11','2021-01-11 03:48:11'),
(55515,22669,'action created','2021-01-11 08:48:11','2021-01-11 03:48:11'),
(55516,22669,'action started via WP Cron','2021-01-11 08:51:09','2021-01-11 03:51:09'),
(55517,22669,'action complete via WP Cron','2021-01-11 08:51:09','2021-01-11 03:51:09'),
(55518,22670,'action created','2021-01-11 08:51:09','2021-01-11 03:51:09'),
(55519,22670,'action started via WP Cron','2021-01-11 08:52:34','2021-01-11 03:52:34'),
(55520,22670,'action complete via WP Cron','2021-01-11 08:52:34','2021-01-11 03:52:34'),
(55521,22671,'action created','2021-01-11 08:52:34','2021-01-11 03:52:34'),
(55522,22671,'action started via WP Cron','2021-01-11 08:54:00','2021-01-11 03:54:00'),
(55523,22671,'action complete via WP Cron','2021-01-11 08:54:00','2021-01-11 03:54:00'),
(55524,22672,'action created','2021-01-11 08:54:00','2021-01-11 03:54:00'),
(55525,22672,'action started via WP Cron','2021-01-11 08:54:18','2021-01-11 03:54:18'),
(55526,22672,'action complete via WP Cron','2021-01-11 08:54:18','2021-01-11 03:54:18'),
(55527,22673,'action created','2021-01-11 08:54:18','2021-01-11 03:54:18'),
(55528,22673,'action started via WP Cron','2021-01-11 08:56:26','2021-01-11 03:56:26'),
(55529,22673,'action complete via WP Cron','2021-01-11 08:56:26','2021-01-11 03:56:26'),
(55530,22674,'action created','2021-01-11 08:56:26','2021-01-11 03:56:26'),
(55531,22674,'action started via WP Cron','2021-01-11 08:57:37','2021-01-11 03:57:37'),
(55532,22674,'action complete via WP Cron','2021-01-11 08:57:37','2021-01-11 03:57:37'),
(55533,22675,'action created','2021-01-11 08:57:37','2021-01-11 03:57:37'),
(55534,22675,'action started via WP Cron','2021-01-11 08:58:43','2021-01-11 03:58:43'),
(55535,22675,'action complete via WP Cron','2021-01-11 08:58:43','2021-01-11 03:58:43'),
(55536,22676,'action created','2021-01-11 08:58:43','2021-01-11 03:58:43'),
(55537,22676,'action started via WP Cron','2021-01-11 08:59:35','2021-01-11 03:59:35'),
(55538,22676,'action complete via WP Cron','2021-01-11 08:59:35','2021-01-11 03:59:35'),
(55539,22677,'action created','2021-01-11 08:59:35','2021-01-11 03:59:35'),
(55540,22677,'action started via WP Cron','2021-01-11 09:01:45','2021-01-11 04:01:45'),
(55541,22677,'action complete via WP Cron','2021-01-11 09:01:45','2021-01-11 04:01:45'),
(55542,22678,'action created','2021-01-11 09:01:45','2021-01-11 04:01:45'),
(55543,22678,'action started via WP Cron','2021-01-11 09:02:48','2021-01-11 04:02:48'),
(55544,22678,'action complete via WP Cron','2021-01-11 09:02:48','2021-01-11 04:02:48'),
(55545,22679,'action created','2021-01-11 09:02:48','2021-01-11 04:02:48'),
(55546,22679,'action started via WP Cron','2021-01-11 09:06:29','2021-01-11 04:06:29'),
(55547,22679,'action complete via WP Cron','2021-01-11 09:06:29','2021-01-11 04:06:29'),
(55548,22680,'action created','2021-01-11 09:06:29','2021-01-11 04:06:29'),
(55549,22680,'action started via WP Cron','2021-01-11 09:08:05','2021-01-11 04:08:05'),
(55550,22680,'action complete via WP Cron','2021-01-11 09:08:05','2021-01-11 04:08:05'),
(55551,22681,'action created','2021-01-11 09:08:05','2021-01-11 04:08:05'),
(55552,22681,'action started via WP Cron','2021-01-11 09:08:27','2021-01-11 04:08:27'),
(55553,22681,'action complete via WP Cron','2021-01-11 09:08:27','2021-01-11 04:08:27'),
(55554,22682,'action created','2021-01-11 09:08:27','2021-01-11 04:08:27'),
(55555,22682,'action started via WP Cron','2021-01-11 09:09:32','2021-01-11 04:09:32'),
(55556,22682,'action complete via WP Cron','2021-01-11 09:09:32','2021-01-11 04:09:32'),
(55557,22683,'action created','2021-01-11 09:09:32','2021-01-11 04:09:32'),
(55558,22683,'action started via WP Cron','2021-01-11 09:12:11','2021-01-11 04:12:11'),
(55559,22683,'action complete via WP Cron','2021-01-11 09:12:11','2021-01-11 04:12:11'),
(55560,22684,'action created','2021-01-11 09:12:11','2021-01-11 04:12:11'),
(55561,22684,'action started via WP Cron','2021-01-11 09:13:15','2021-01-11 04:13:15'),
(55562,22684,'action complete via WP Cron','2021-01-11 09:13:15','2021-01-11 04:13:15'),
(55563,22685,'action created','2021-01-11 09:13:15','2021-01-11 04:13:15'),
(55564,22685,'action started via WP Cron','2021-01-11 09:14:58','2021-01-11 04:14:58'),
(55565,22685,'action complete via WP Cron','2021-01-11 09:14:58','2021-01-11 04:14:58'),
(55566,22686,'action created','2021-01-11 09:14:58','2021-01-11 04:14:58'),
(55567,22686,'action started via WP Cron','2021-01-11 09:16:06','2021-01-11 04:16:06'),
(55568,22686,'action complete via WP Cron','2021-01-11 09:16:06','2021-01-11 04:16:06'),
(55569,22687,'action created','2021-01-11 09:16:06','2021-01-11 04:16:06'),
(55570,22687,'action started via WP Cron','2021-01-11 09:17:09','2021-01-11 04:17:09'),
(55571,22687,'action complete via WP Cron','2021-01-11 09:17:09','2021-01-11 04:17:09'),
(55572,22688,'action created','2021-01-11 09:17:09','2021-01-11 04:17:09'),
(55573,22688,'action started via WP Cron','2021-01-11 09:17:19','2021-01-11 04:17:19'),
(55574,22688,'action complete via WP Cron','2021-01-11 09:17:19','2021-01-11 04:17:19'),
(55575,22689,'action created','2021-01-11 09:17:19','2021-01-11 04:17:19'),
(55576,22689,'action started via WP Cron','2021-01-11 09:18:18','2021-01-11 04:18:18'),
(55577,22689,'action complete via WP Cron','2021-01-11 09:18:18','2021-01-11 04:18:18'),
(55578,22690,'action created','2021-01-11 09:18:18','2021-01-11 04:18:18'),
(55579,22690,'action started via WP Cron','2021-01-11 09:19:22','2021-01-11 04:19:22'),
(55580,22690,'action complete via WP Cron','2021-01-11 09:19:22','2021-01-11 04:19:22'),
(55581,22691,'action created','2021-01-11 09:19:22','2021-01-11 04:19:22'),
(55582,22691,'action started via WP Cron','2021-01-11 09:20:15','2021-01-11 04:20:15'),
(55583,22691,'action complete via WP Cron','2021-01-11 09:20:15','2021-01-11 04:20:15'),
(55584,22692,'action created','2021-01-11 09:20:15','2021-01-11 04:20:15'),
(55585,22692,'action started via WP Cron','2021-01-11 09:21:39','2021-01-11 04:21:39'),
(55586,22692,'action complete via WP Cron','2021-01-11 09:21:39','2021-01-11 04:21:39'),
(55587,22693,'action created','2021-01-11 09:21:39','2021-01-11 04:21:39'),
(55588,22693,'action started via WP Cron','2021-01-11 09:23:23','2021-01-11 04:23:23'),
(55589,22693,'action complete via WP Cron','2021-01-11 09:23:23','2021-01-11 04:23:23'),
(55590,22694,'action created','2021-01-11 09:23:23','2021-01-11 04:23:23'),
(55591,22694,'action started via WP Cron','2021-01-11 09:24:30','2021-01-11 04:24:30'),
(55592,22694,'action complete via WP Cron','2021-01-11 09:24:30','2021-01-11 04:24:30'),
(55593,22695,'action created','2021-01-11 09:24:30','2021-01-11 04:24:30'),
(55594,22695,'action started via WP Cron','2021-01-11 09:25:18','2021-01-11 04:25:18'),
(55595,22695,'action complete via WP Cron','2021-01-11 09:25:18','2021-01-11 04:25:18'),
(55596,22696,'action created','2021-01-11 09:25:18','2021-01-11 04:25:18'),
(55597,22696,'action started via WP Cron','2021-01-11 09:26:17','2021-01-11 04:26:17'),
(55598,22696,'action complete via WP Cron','2021-01-11 09:26:17','2021-01-11 04:26:17'),
(55599,22697,'action created','2021-01-11 09:26:17','2021-01-11 04:26:17'),
(55600,22697,'action started via WP Cron','2021-01-11 09:27:39','2021-01-11 04:27:39'),
(55601,22697,'action complete via WP Cron','2021-01-11 09:27:39','2021-01-11 04:27:39'),
(55602,22698,'action created','2021-01-11 09:27:39','2021-01-11 04:27:39'),
(55603,22698,'action started via WP Cron','2021-01-11 09:29:29','2021-01-11 04:29:29'),
(55604,22698,'action complete via WP Cron','2021-01-11 09:29:29','2021-01-11 04:29:29'),
(55605,22699,'action created','2021-01-11 09:29:29','2021-01-11 04:29:29'),
(55606,22699,'action started via WP Cron','2021-01-11 09:30:47','2021-01-11 04:30:47'),
(55607,22699,'action complete via WP Cron','2021-01-11 09:30:47','2021-01-11 04:30:47'),
(55608,22700,'action created','2021-01-11 09:30:47','2021-01-11 04:30:47'),
(55609,22700,'action started via WP Cron','2021-01-11 09:31:11','2021-01-11 04:31:11'),
(55610,22700,'action complete via WP Cron','2021-01-11 09:31:11','2021-01-11 04:31:11'),
(55611,22701,'action created','2021-01-11 09:31:11','2021-01-11 04:31:11'),
(55612,22701,'action started via WP Cron','2021-01-11 09:32:24','2021-01-11 04:32:24'),
(55613,22701,'action complete via WP Cron','2021-01-11 09:32:24','2021-01-11 04:32:24'),
(55614,22702,'action created','2021-01-11 09:32:24','2021-01-11 04:32:24'),
(55615,22702,'action started via WP Cron','2021-01-11 09:33:56','2021-01-11 04:33:56'),
(55616,22702,'action complete via WP Cron','2021-01-11 09:33:56','2021-01-11 04:33:56'),
(55617,22703,'action created','2021-01-11 09:33:56','2021-01-11 04:33:56'),
(55618,22703,'action started via WP Cron','2021-01-11 09:34:41','2021-01-11 04:34:41'),
(55619,22703,'action complete via WP Cron','2021-01-11 09:34:41','2021-01-11 04:34:41'),
(55620,22704,'action created','2021-01-11 09:34:41','2021-01-11 04:34:41'),
(55621,22704,'action started via WP Cron','2021-01-11 09:35:17','2021-01-11 04:35:17'),
(55622,22704,'action complete via WP Cron','2021-01-11 09:35:17','2021-01-11 04:35:17'),
(55623,22705,'action created','2021-01-11 09:35:17','2021-01-11 04:35:17'),
(55624,22705,'action started via WP Cron','2021-01-11 09:36:54','2021-01-11 04:36:54'),
(55625,22705,'action complete via WP Cron','2021-01-11 09:36:54','2021-01-11 04:36:54'),
(55626,22706,'action created','2021-01-11 09:36:54','2021-01-11 04:36:54'),
(55627,22706,'action started via WP Cron','2021-01-11 09:37:33','2021-01-11 04:37:33'),
(55628,22706,'action complete via WP Cron','2021-01-11 09:37:33','2021-01-11 04:37:33'),
(55629,22707,'action created','2021-01-11 09:37:33','2021-01-11 04:37:33'),
(55630,22707,'action started via WP Cron','2021-01-11 09:39:14','2021-01-11 04:39:14'),
(55631,22707,'action complete via WP Cron','2021-01-11 09:39:14','2021-01-11 04:39:14'),
(55632,22708,'action created','2021-01-11 09:39:14','2021-01-11 04:39:14'),
(55633,22708,'action started via WP Cron','2021-01-11 09:40:20','2021-01-11 04:40:20'),
(55634,22708,'action complete via WP Cron','2021-01-11 09:40:20','2021-01-11 04:40:20'),
(55635,22709,'action created','2021-01-11 09:40:20','2021-01-11 04:40:20'),
(55636,22709,'action started via WP Cron','2021-01-11 09:41:14','2021-01-11 04:41:14'),
(55637,22709,'action complete via WP Cron','2021-01-11 09:41:14','2021-01-11 04:41:14'),
(55638,22710,'action created','2021-01-11 09:41:14','2021-01-11 04:41:14'),
(55639,22710,'action started via WP Cron','2021-01-11 09:42:19','2021-01-11 04:42:19'),
(55640,22710,'action complete via WP Cron','2021-01-11 09:42:19','2021-01-11 04:42:19'),
(55641,22711,'action created','2021-01-11 09:42:19','2021-01-11 04:42:19'),
(55642,22711,'action started via WP Cron','2021-01-11 09:43:12','2021-01-11 04:43:12'),
(55643,22711,'action complete via WP Cron','2021-01-11 09:43:12','2021-01-11 04:43:12'),
(55644,22712,'action created','2021-01-11 09:43:12','2021-01-11 04:43:12'),
(55645,22712,'action started via WP Cron','2021-01-11 09:44:44','2021-01-11 04:44:44'),
(55646,22712,'action complete via WP Cron','2021-01-11 09:44:44','2021-01-11 04:44:44'),
(55647,22713,'action created','2021-01-11 09:44:44','2021-01-11 04:44:44'),
(55648,22713,'action started via WP Cron','2021-01-11 09:45:57','2021-01-11 04:45:57'),
(55649,22713,'action complete via WP Cron','2021-01-11 09:45:57','2021-01-11 04:45:57'),
(55650,22714,'action created','2021-01-11 09:45:57','2021-01-11 04:45:57'),
(55651,22714,'action started via WP Cron','2021-01-11 09:46:11','2021-01-11 04:46:11'),
(55652,22714,'action complete via WP Cron','2021-01-11 09:46:11','2021-01-11 04:46:11'),
(55653,22715,'action created','2021-01-11 09:46:11','2021-01-11 04:46:11'),
(55654,22715,'action started via WP Cron','2021-01-11 09:47:31','2021-01-11 04:47:31'),
(55655,22715,'action complete via WP Cron','2021-01-11 09:47:31','2021-01-11 04:47:31'),
(55656,22716,'action created','2021-01-11 09:47:31','2021-01-11 04:47:31'),
(55657,22716,'action started via WP Cron','2021-01-11 09:49:46','2021-01-11 04:49:46'),
(55658,22716,'action complete via WP Cron','2021-01-11 09:49:46','2021-01-11 04:49:46'),
(55659,22717,'action created','2021-01-11 09:49:46','2021-01-11 04:49:46'),
(55660,22717,'action started via WP Cron','2021-01-11 09:50:48','2021-01-11 04:50:48'),
(55661,22717,'action complete via WP Cron','2021-01-11 09:50:48','2021-01-11 04:50:48'),
(55662,22718,'action created','2021-01-11 09:50:48','2021-01-11 04:50:48'),
(55663,22718,'action started via WP Cron','2021-01-11 09:52:40','2021-01-11 04:52:40'),
(55664,22718,'action complete via WP Cron','2021-01-11 09:52:40','2021-01-11 04:52:40'),
(55665,22719,'action created','2021-01-11 09:52:40','2021-01-11 04:52:40'),
(55666,22719,'action started via WP Cron','2021-01-11 09:53:48','2021-01-11 04:53:48'),
(55667,22719,'action complete via WP Cron','2021-01-11 09:53:48','2021-01-11 04:53:48'),
(55668,22720,'action created','2021-01-11 09:53:48','2021-01-11 04:53:48'),
(55669,22720,'action started via WP Cron','2021-01-11 09:54:43','2021-01-11 04:54:43'),
(55670,22720,'action complete via WP Cron','2021-01-11 09:54:43','2021-01-11 04:54:43'),
(55671,22721,'action created','2021-01-11 09:54:43','2021-01-11 04:54:43'),
(55672,22721,'action started via WP Cron','2021-01-11 09:55:12','2021-01-11 04:55:12'),
(55673,22721,'action complete via WP Cron','2021-01-11 09:55:13','2021-01-11 04:55:13'),
(55674,22722,'action created','2021-01-11 09:55:13','2021-01-11 04:55:13'),
(55675,22722,'action started via WP Cron','2021-01-11 09:58:12','2021-01-11 04:58:12'),
(55676,22722,'action complete via WP Cron','2021-01-11 09:58:12','2021-01-11 04:58:12'),
(55677,22723,'action created','2021-01-11 09:58:12','2021-01-11 04:58:12'),
(55678,22723,'action started via WP Cron','2021-01-11 09:59:52','2021-01-11 04:59:52'),
(55679,22723,'action complete via WP Cron','2021-01-11 09:59:52','2021-01-11 04:59:52'),
(55680,22724,'action created','2021-01-11 09:59:52','2021-01-11 04:59:52'),
(55681,22724,'action started via WP Cron','2021-01-11 10:03:09','2021-01-11 05:03:09'),
(55682,22724,'action complete via WP Cron','2021-01-11 10:03:09','2021-01-11 05:03:09'),
(55683,22725,'action created','2021-01-11 10:03:09','2021-01-11 05:03:09'),
(55684,22725,'action started via WP Cron','2021-01-11 10:03:20','2021-01-11 05:03:20'),
(55685,22725,'action complete via WP Cron','2021-01-11 10:03:20','2021-01-11 05:03:20'),
(55686,22726,'action created','2021-01-11 10:03:20','2021-01-11 05:03:20'),
(55687,22726,'action started via WP Cron','2021-01-11 10:04:22','2021-01-11 05:04:22'),
(55688,22726,'action complete via WP Cron','2021-01-11 10:04:22','2021-01-11 05:04:22'),
(55689,22727,'action created','2021-01-11 10:04:22','2021-01-11 05:04:22'),
(55690,22727,'action started via WP Cron','2021-01-11 10:05:37','2021-01-11 05:05:37'),
(55691,22727,'action complete via WP Cron','2021-01-11 10:05:37','2021-01-11 05:05:37'),
(55692,22728,'action created','2021-01-11 10:05:37','2021-01-11 05:05:37'),
(55693,22728,'action started via WP Cron','2021-01-11 10:06:59','2021-01-11 05:06:59'),
(55694,22728,'action complete via WP Cron','2021-01-11 10:06:59','2021-01-11 05:06:59'),
(55695,22729,'action created','2021-01-11 10:06:59','2021-01-11 05:06:59'),
(55696,22729,'action started via WP Cron','2021-01-11 10:07:48','2021-01-11 05:07:48'),
(55697,22729,'action complete via WP Cron','2021-01-11 10:07:48','2021-01-11 05:07:48'),
(55698,22730,'action created','2021-01-11 10:07:48','2021-01-11 05:07:48'),
(55699,22730,'action started via WP Cron','2021-01-11 10:08:45','2021-01-11 05:08:45'),
(55700,22730,'action complete via WP Cron','2021-01-11 10:08:45','2021-01-11 05:08:45'),
(55701,22731,'action created','2021-01-11 10:08:45','2021-01-11 05:08:45'),
(55702,22731,'action started via WP Cron','2021-01-11 10:09:36','2021-01-11 05:09:36'),
(55703,22731,'action complete via WP Cron','2021-01-11 10:09:36','2021-01-11 05:09:36'),
(55704,22732,'action created','2021-01-11 10:09:36','2021-01-11 05:09:36'),
(55705,22732,'action started via WP Cron','2021-01-11 10:10:37','2021-01-11 05:10:37'),
(55706,22732,'action complete via WP Cron','2021-01-11 10:10:37','2021-01-11 05:10:37'),
(55707,22733,'action created','2021-01-11 10:10:37','2021-01-11 05:10:37'),
(55708,22733,'action started via WP Cron','2021-01-11 10:11:34','2021-01-11 05:11:34'),
(55709,22733,'action complete via WP Cron','2021-01-11 10:11:34','2021-01-11 05:11:34'),
(55710,22734,'action created','2021-01-11 10:11:34','2021-01-11 05:11:34'),
(55711,22734,'action started via WP Cron','2021-01-11 10:12:35','2021-01-11 05:12:35'),
(55712,22734,'action complete via WP Cron','2021-01-11 10:12:35','2021-01-11 05:12:35'),
(55713,22735,'action created','2021-01-11 10:12:35','2021-01-11 05:12:35'),
(55714,22735,'action started via WP Cron','2021-01-11 10:13:57','2021-01-11 05:13:57'),
(55715,22735,'action complete via WP Cron','2021-01-11 10:13:57','2021-01-11 05:13:57'),
(55716,22736,'action created','2021-01-11 10:13:57','2021-01-11 05:13:57'),
(55717,22736,'action started via WP Cron','2021-01-11 10:15:43','2021-01-11 05:15:43'),
(55718,22736,'action complete via WP Cron','2021-01-11 10:15:43','2021-01-11 05:15:43'),
(55719,22737,'action created','2021-01-11 10:15:43','2021-01-11 05:15:43'),
(55720,22737,'action started via WP Cron','2021-01-11 10:16:29','2021-01-11 05:16:29'),
(55721,22737,'action complete via WP Cron','2021-01-11 10:16:29','2021-01-11 05:16:29'),
(55722,22738,'action created','2021-01-11 10:16:29','2021-01-11 05:16:29'),
(55723,22738,'action started via WP Cron','2021-01-11 10:17:59','2021-01-11 05:17:59'),
(55724,22738,'action complete via WP Cron','2021-01-11 10:17:59','2021-01-11 05:17:59'),
(55725,22739,'action created','2021-01-11 10:17:59','2021-01-11 05:17:59'),
(55726,22739,'action started via WP Cron','2021-01-11 10:18:37','2021-01-11 05:18:37'),
(55727,22739,'action complete via WP Cron','2021-01-11 10:18:37','2021-01-11 05:18:37'),
(55728,22740,'action created','2021-01-11 10:18:37','2021-01-11 05:18:37'),
(55729,22740,'action started via WP Cron','2021-01-11 10:19:13','2021-01-11 05:19:13'),
(55730,22740,'action complete via WP Cron','2021-01-11 10:19:13','2021-01-11 05:19:13'),
(55731,22741,'action created','2021-01-11 10:19:14','2021-01-11 05:19:14'),
(55732,22741,'action started via WP Cron','2021-01-11 10:23:21','2021-01-11 05:23:21'),
(55733,22741,'action complete via WP Cron','2021-01-11 10:23:21','2021-01-11 05:23:21'),
(55734,22742,'action created','2021-01-11 10:23:21','2021-01-11 05:23:21'),
(55735,22742,'action started via WP Cron','2021-01-11 10:24:24','2021-01-11 05:24:24'),
(55736,22742,'action complete via WP Cron','2021-01-11 10:24:24','2021-01-11 05:24:24'),
(55737,22743,'action created','2021-01-11 10:24:24','2021-01-11 05:24:24'),
(55738,22743,'action started via WP Cron','2021-01-11 10:26:23','2021-01-11 05:26:23'),
(55739,22743,'action complete via WP Cron','2021-01-11 10:26:23','2021-01-11 05:26:23'),
(55740,22744,'action created','2021-01-11 10:26:23','2021-01-11 05:26:23'),
(55741,22744,'action started via WP Cron','2021-01-11 10:27:30','2021-01-11 05:27:30'),
(55742,22744,'action complete via WP Cron','2021-01-11 10:27:30','2021-01-11 05:27:30'),
(55743,22745,'action created','2021-01-11 10:27:30','2021-01-11 05:27:30'),
(55744,22745,'action started via WP Cron','2021-01-11 10:28:28','2021-01-11 05:28:28'),
(55745,22745,'action complete via WP Cron','2021-01-11 10:28:28','2021-01-11 05:28:28'),
(55746,22746,'action created','2021-01-11 10:28:28','2021-01-11 05:28:28'),
(55747,22746,'action started via WP Cron','2021-01-11 10:31:19','2021-01-11 05:31:19'),
(55748,22746,'action complete via WP Cron','2021-01-11 10:31:19','2021-01-11 05:31:19'),
(55749,22747,'action created','2021-01-11 10:31:20','2021-01-11 05:31:20'),
(55750,22747,'action started via WP Cron','2021-01-11 10:32:42','2021-01-11 05:32:42'),
(55751,22747,'action complete via WP Cron','2021-01-11 10:32:42','2021-01-11 05:32:42'),
(55752,22748,'action created','2021-01-11 10:32:42','2021-01-11 05:32:42'),
(55753,22748,'action started via WP Cron','2021-01-11 10:33:12','2021-01-11 05:33:12'),
(55754,22748,'action complete via WP Cron','2021-01-11 10:33:12','2021-01-11 05:33:12'),
(55755,22749,'action created','2021-01-11 10:33:12','2021-01-11 05:33:12'),
(55756,22749,'action started via WP Cron','2021-01-11 10:37:13','2021-01-11 05:37:13'),
(55757,22749,'action complete via WP Cron','2021-01-11 10:37:13','2021-01-11 05:37:13'),
(55758,22750,'action created','2021-01-11 10:37:13','2021-01-11 05:37:13'),
(55759,22750,'action started via WP Cron','2021-01-11 10:38:43','2021-01-11 05:38:43'),
(55760,22750,'action complete via WP Cron','2021-01-11 10:38:43','2021-01-11 05:38:43'),
(55761,22751,'action created','2021-01-11 10:38:43','2021-01-11 05:38:43'),
(55762,22751,'action started via WP Cron','2021-01-11 10:39:24','2021-01-11 05:39:24'),
(55763,22751,'action complete via WP Cron','2021-01-11 10:39:24','2021-01-11 05:39:24'),
(55764,22752,'action created','2021-01-11 10:39:24','2021-01-11 05:39:24'),
(55765,22752,'action started via WP Cron','2021-01-11 10:40:17','2021-01-11 05:40:17'),
(55766,22752,'action complete via WP Cron','2021-01-11 10:40:17','2021-01-11 05:40:17'),
(55767,22753,'action created','2021-01-11 10:40:17','2021-01-11 05:40:17'),
(55768,22753,'action started via WP Cron','2021-01-11 10:41:37','2021-01-11 05:41:37'),
(55769,22753,'action complete via WP Cron','2021-01-11 10:41:37','2021-01-11 05:41:37'),
(55770,22754,'action created','2021-01-11 10:41:37','2021-01-11 05:41:37'),
(55771,22754,'action started via WP Cron','2021-01-11 10:43:15','2021-01-11 05:43:15'),
(55772,22754,'action complete via WP Cron','2021-01-11 10:43:15','2021-01-11 05:43:15'),
(55773,22755,'action created','2021-01-11 10:43:15','2021-01-11 05:43:15'),
(55774,22755,'action started via WP Cron','2021-01-11 10:46:04','2021-01-11 05:46:04'),
(55775,22755,'action complete via WP Cron','2021-01-11 10:46:04','2021-01-11 05:46:04'),
(55776,22756,'action created','2021-01-11 10:46:04','2021-01-11 05:46:04'),
(55777,22756,'action started via WP Cron','2021-01-11 10:47:16','2021-01-11 05:47:16'),
(55778,22756,'action complete via WP Cron','2021-01-11 10:47:16','2021-01-11 05:47:16'),
(55779,22757,'action created','2021-01-11 10:47:16','2021-01-11 05:47:16'),
(55780,22757,'action started via WP Cron','2021-01-11 10:48:21','2021-01-11 05:48:21'),
(55781,22757,'action complete via WP Cron','2021-01-11 10:48:21','2021-01-11 05:48:21'),
(55782,22758,'action created','2021-01-11 10:48:21','2021-01-11 05:48:21'),
(55783,22758,'action started via WP Cron','2021-01-11 10:49:18','2021-01-11 05:49:18'),
(55784,22758,'action complete via WP Cron','2021-01-11 10:49:18','2021-01-11 05:49:18'),
(55785,22759,'action created','2021-01-11 10:49:18','2021-01-11 05:49:18'),
(55786,22759,'action started via WP Cron','2021-01-11 10:50:22','2021-01-11 05:50:22'),
(55787,22759,'action complete via WP Cron','2021-01-11 10:50:22','2021-01-11 05:50:22'),
(55788,22760,'action created','2021-01-11 10:50:22','2021-01-11 05:50:22'),
(55789,22760,'action started via WP Cron','2021-01-11 10:51:44','2021-01-11 05:51:44'),
(55790,22760,'action complete via WP Cron','2021-01-11 10:51:44','2021-01-11 05:51:44'),
(55791,22761,'action created','2021-01-11 10:51:44','2021-01-11 05:51:44'),
(55792,22761,'action started via WP Cron','2021-01-11 10:52:27','2021-01-11 05:52:27'),
(55793,22761,'action complete via WP Cron','2021-01-11 10:52:27','2021-01-11 05:52:27'),
(55794,22762,'action created','2021-01-11 10:52:27','2021-01-11 05:52:27'),
(55795,22762,'action started via WP Cron','2021-01-11 10:53:12','2021-01-11 05:53:12'),
(55796,22762,'action complete via WP Cron','2021-01-11 10:53:12','2021-01-11 05:53:12'),
(55797,22763,'action created','2021-01-11 10:53:12','2021-01-11 05:53:12'),
(55798,22763,'action started via WP Cron','2021-01-11 10:54:19','2021-01-11 05:54:19'),
(55799,22763,'action complete via WP Cron','2021-01-11 10:54:19','2021-01-11 05:54:19'),
(55800,22764,'action created','2021-01-11 10:54:19','2021-01-11 05:54:19'),
(55801,22764,'action started via WP Cron','2021-01-11 10:55:53','2021-01-11 05:55:53'),
(55802,22764,'action complete via WP Cron','2021-01-11 10:55:53','2021-01-11 05:55:53'),
(55803,22765,'action created','2021-01-11 10:55:53','2021-01-11 05:55:53'),
(55804,22765,'action started via WP Cron','2021-01-11 10:56:14','2021-01-11 05:56:14'),
(55805,22765,'action complete via WP Cron','2021-01-11 10:56:14','2021-01-11 05:56:14'),
(55806,22766,'action created','2021-01-11 10:56:15','2021-01-11 05:56:15'),
(55807,22766,'action started via WP Cron','2021-01-11 10:57:21','2021-01-11 05:57:21'),
(55808,22766,'action complete via WP Cron','2021-01-11 10:57:21','2021-01-11 05:57:21'),
(55809,22767,'action created','2021-01-11 10:57:21','2021-01-11 05:57:21'),
(55810,22767,'action started via WP Cron','2021-01-11 10:59:06','2021-01-11 05:59:06'),
(55811,22767,'action complete via WP Cron','2021-01-11 10:59:06','2021-01-11 05:59:06'),
(55812,22768,'action created','2021-01-11 10:59:06','2021-01-11 05:59:06'),
(55813,22768,'action started via WP Cron','2021-01-11 10:59:36','2021-01-11 05:59:36'),
(55814,22768,'action complete via WP Cron','2021-01-11 10:59:36','2021-01-11 05:59:36'),
(55815,22769,'action created','2021-01-11 10:59:36','2021-01-11 05:59:36'),
(55816,22769,'action started via WP Cron','2021-01-11 11:04:14','2021-01-11 06:04:14'),
(55817,22769,'action complete via WP Cron','2021-01-11 11:04:14','2021-01-11 06:04:14'),
(55818,22770,'action created','2021-01-11 11:04:14','2021-01-11 06:04:14'),
(55819,22770,'action started via WP Cron','2021-01-11 11:05:20','2021-01-11 06:05:20'),
(55820,22770,'action complete via WP Cron','2021-01-11 11:05:20','2021-01-11 06:05:20'),
(55821,22771,'action created','2021-01-11 11:05:20','2021-01-11 06:05:20'),
(55822,22771,'action started via WP Cron','2021-01-11 11:07:14','2021-01-11 06:07:14'),
(55823,22771,'action complete via WP Cron','2021-01-11 11:07:14','2021-01-11 06:07:14'),
(55824,22772,'action created','2021-01-11 11:07:14','2021-01-11 06:07:14'),
(55825,22772,'action started via WP Cron','2021-01-11 11:08:48','2021-01-11 06:08:48'),
(55826,22772,'action complete via WP Cron','2021-01-11 11:08:48','2021-01-11 06:08:48'),
(55827,22773,'action created','2021-01-11 11:08:48','2021-01-11 06:08:48'),
(55828,22773,'action started via WP Cron','2021-01-11 11:09:34','2021-01-11 06:09:34'),
(55829,22773,'action complete via WP Cron','2021-01-11 11:09:34','2021-01-11 06:09:34'),
(55830,22774,'action created','2021-01-11 11:09:34','2021-01-11 06:09:34'),
(55831,22774,'action started via WP Cron','2021-01-11 11:10:26','2021-01-11 06:10:26'),
(55832,22774,'action complete via WP Cron','2021-01-11 11:10:26','2021-01-11 06:10:26'),
(55833,22775,'action created','2021-01-11 11:10:26','2021-01-11 06:10:26'),
(55834,22775,'action started via WP Cron','2021-01-11 11:12:03','2021-01-11 06:12:03'),
(55835,22775,'action complete via WP Cron','2021-01-11 11:12:03','2021-01-11 06:12:03'),
(55836,22776,'action created','2021-01-11 11:12:03','2021-01-11 06:12:03'),
(55837,22776,'action started via WP Cron','2021-01-11 11:13:26','2021-01-11 06:13:26'),
(55838,22776,'action complete via WP Cron','2021-01-11 11:13:26','2021-01-11 06:13:26'),
(55839,22777,'action created','2021-01-11 11:13:26','2021-01-11 06:13:26'),
(55840,22777,'action started via WP Cron','2021-01-11 11:14:19','2021-01-11 06:14:19'),
(55841,22777,'action complete via WP Cron','2021-01-11 11:14:19','2021-01-11 06:14:19'),
(55842,22778,'action created','2021-01-11 11:14:19','2021-01-11 06:14:19'),
(55843,22778,'action started via WP Cron','2021-01-11 11:15:32','2021-01-11 06:15:32'),
(55844,22778,'action complete via WP Cron','2021-01-11 11:15:32','2021-01-11 06:15:32'),
(55845,22779,'action created','2021-01-11 11:15:32','2021-01-11 06:15:32'),
(55846,22779,'action started via WP Cron','2021-01-11 11:17:45','2021-01-11 06:17:45'),
(55847,22779,'action complete via WP Cron','2021-01-11 11:17:45','2021-01-11 06:17:45'),
(55848,22780,'action created','2021-01-11 11:17:45','2021-01-11 06:17:45'),
(55849,22780,'action started via WP Cron','2021-01-11 11:19:13','2021-01-11 06:19:13'),
(55850,22780,'action complete via WP Cron','2021-01-11 11:19:13','2021-01-11 06:19:13'),
(55851,22781,'action created','2021-01-11 11:19:13','2021-01-11 06:19:13'),
(55852,22781,'action started via WP Cron','2021-01-11 11:20:39','2021-01-11 06:20:39'),
(55853,22781,'action complete via WP Cron','2021-01-11 11:20:39','2021-01-11 06:20:39'),
(55854,22782,'action created','2021-01-11 11:20:39','2021-01-11 06:20:39'),
(55855,22782,'action started via WP Cron','2021-01-11 11:21:19','2021-01-11 06:21:19'),
(55856,22782,'action complete via WP Cron','2021-01-11 11:21:19','2021-01-11 06:21:19'),
(55857,22783,'action created','2021-01-11 11:21:19','2021-01-11 06:21:19'),
(55858,22783,'action started via WP Cron','2021-01-11 11:22:47','2021-01-11 06:22:47'),
(55859,22783,'action complete via WP Cron','2021-01-11 11:22:47','2021-01-11 06:22:47'),
(55860,22784,'action created','2021-01-11 11:22:47','2021-01-11 06:22:47'),
(55861,22784,'action started via WP Cron','2021-01-11 11:26:54','2021-01-11 06:26:54'),
(55862,22784,'action complete via WP Cron','2021-01-11 11:26:54','2021-01-11 06:26:54'),
(55863,22785,'action created','2021-01-11 11:26:54','2021-01-11 06:26:54'),
(55864,22785,'action started via WP Cron','2021-01-11 11:27:13','2021-01-11 06:27:13'),
(55865,22785,'action complete via WP Cron','2021-01-11 11:27:13','2021-01-11 06:27:13'),
(55866,22786,'action created','2021-01-11 11:27:13','2021-01-11 06:27:13'),
(55867,22786,'action started via WP Cron','2021-01-11 11:29:28','2021-01-11 06:29:28'),
(55868,22786,'action complete via WP Cron','2021-01-11 11:29:28','2021-01-11 06:29:28'),
(55869,22787,'action created','2021-01-11 11:29:28','2021-01-11 06:29:28'),
(55870,22787,'action started via WP Cron','2021-01-11 11:30:32','2021-01-11 06:30:32'),
(55871,22787,'action complete via WP Cron','2021-01-11 11:30:32','2021-01-11 06:30:32'),
(55872,22788,'action created','2021-01-11 11:30:32','2021-01-11 06:30:32'),
(55873,22788,'action started via WP Cron','2021-01-11 11:31:30','2021-01-11 06:31:30'),
(55874,22788,'action complete via WP Cron','2021-01-11 11:31:30','2021-01-11 06:31:30'),
(55875,22789,'action created','2021-01-11 11:31:30','2021-01-11 06:31:30'),
(55876,22789,'action started via WP Cron','2021-01-11 11:32:41','2021-01-11 06:32:41'),
(55877,22789,'action complete via WP Cron','2021-01-11 11:32:41','2021-01-11 06:32:41'),
(55878,22790,'action created','2021-01-11 11:32:41','2021-01-11 06:32:41'),
(55879,22790,'action started via WP Cron','2021-01-11 11:34:54','2021-01-11 06:34:54'),
(55880,22790,'action complete via WP Cron','2021-01-11 11:34:54','2021-01-11 06:34:54'),
(55881,22791,'action created','2021-01-11 11:34:54','2021-01-11 06:34:54'),
(55882,22791,'action started via WP Cron','2021-01-11 11:37:37','2021-01-11 06:37:37'),
(55883,22791,'action complete via WP Cron','2021-01-11 11:37:37','2021-01-11 06:37:37'),
(55884,22792,'action created','2021-01-11 11:37:37','2021-01-11 06:37:37'),
(55885,22792,'action started via WP Cron','2021-01-11 11:38:18','2021-01-11 06:38:18'),
(55886,22792,'action complete via WP Cron','2021-01-11 11:38:19','2021-01-11 06:38:19'),
(55887,22793,'action created','2021-01-11 11:38:19','2021-01-11 06:38:19'),
(55888,22793,'action started via WP Cron','2021-01-11 11:41:41','2021-01-11 06:41:41'),
(55889,22793,'action complete via WP Cron','2021-01-11 11:41:41','2021-01-11 06:41:41'),
(55890,22794,'action created','2021-01-11 11:41:41','2021-01-11 06:41:41'),
(55891,22794,'action started via WP Cron','2021-01-11 11:43:13','2021-01-11 06:43:13'),
(55892,22794,'action complete via WP Cron','2021-01-11 11:43:14','2021-01-11 06:43:14'),
(55893,22795,'action created','2021-01-11 11:43:14','2021-01-11 06:43:14'),
(55894,22795,'action started via WP Cron','2021-01-11 11:47:21','2021-01-11 06:47:21'),
(55895,22795,'action complete via WP Cron','2021-01-11 11:47:21','2021-01-11 06:47:21'),
(55896,22796,'action created','2021-01-11 11:47:22','2021-01-11 06:47:22'),
(55897,22796,'action started via WP Cron','2021-01-11 11:50:27','2021-01-11 06:50:27'),
(55898,22796,'action complete via WP Cron','2021-01-11 11:50:27','2021-01-11 06:50:27'),
(55899,22797,'action created','2021-01-11 11:50:27','2021-01-11 06:50:27'),
(55900,22797,'action started via WP Cron','2021-01-11 11:51:23','2021-01-11 06:51:23'),
(55901,22797,'action complete via WP Cron','2021-01-11 11:51:23','2021-01-11 06:51:23'),
(55902,22798,'action created','2021-01-11 11:51:23','2021-01-11 06:51:23'),
(55903,22798,'action started via WP Cron','2021-01-11 11:52:20','2021-01-11 06:52:20'),
(55904,22798,'action complete via WP Cron','2021-01-11 11:52:20','2021-01-11 06:52:20'),
(55905,22799,'action created','2021-01-11 11:52:20','2021-01-11 06:52:20'),
(55906,22799,'action started via WP Cron','2021-01-11 11:53:28','2021-01-11 06:53:28'),
(55907,22799,'action complete via WP Cron','2021-01-11 11:53:28','2021-01-11 06:53:28'),
(55908,22800,'action created','2021-01-11 11:53:28','2021-01-11 06:53:28'),
(55909,22800,'action started via WP Cron','2021-01-11 11:54:22','2021-01-11 06:54:22'),
(55910,22800,'action complete via WP Cron','2021-01-11 11:54:22','2021-01-11 06:54:22'),
(55911,22801,'action created','2021-01-11 11:54:22','2021-01-11 06:54:22'),
(55912,22801,'action started via WP Cron','2021-01-11 11:55:11','2021-01-11 06:55:11'),
(55913,22801,'action complete via WP Cron','2021-01-11 11:55:11','2021-01-11 06:55:11'),
(55914,22802,'action created','2021-01-11 11:55:11','2021-01-11 06:55:11'),
(55915,22802,'action started via WP Cron','2021-01-11 11:58:20','2021-01-11 06:58:20'),
(55916,22802,'action complete via WP Cron','2021-01-11 11:58:20','2021-01-11 06:58:20'),
(55917,22803,'action created','2021-01-11 11:58:20','2021-01-11 06:58:20'),
(55918,22803,'action started via WP Cron','2021-01-11 12:00:39','2021-01-11 07:00:39'),
(55919,22803,'action complete via WP Cron','2021-01-11 12:00:39','2021-01-11 07:00:39'),
(55920,22804,'action created','2021-01-11 12:00:39','2021-01-11 07:00:39'),
(55921,22804,'action started via WP Cron','2021-01-11 12:02:33','2021-01-11 07:02:33'),
(55922,22804,'action complete via WP Cron','2021-01-11 12:02:33','2021-01-11 07:02:33'),
(55923,22805,'action created','2021-01-11 12:02:33','2021-01-11 07:02:33'),
(55924,22805,'action started via WP Cron','2021-01-11 12:06:02','2021-01-11 07:06:02'),
(55925,22805,'action complete via WP Cron','2021-01-11 12:06:02','2021-01-11 07:06:02'),
(55926,22806,'action created','2021-01-11 12:06:02','2021-01-11 07:06:02'),
(55927,22806,'action started via WP Cron','2021-01-11 12:06:23','2021-01-11 07:06:23'),
(55928,22806,'action complete via WP Cron','2021-01-11 12:06:23','2021-01-11 07:06:23'),
(55929,22807,'action created','2021-01-11 12:06:23','2021-01-11 07:06:23'),
(55930,22807,'action started via WP Cron','2021-01-11 12:07:28','2021-01-11 07:07:28'),
(55931,22807,'action complete via WP Cron','2021-01-11 12:07:28','2021-01-11 07:07:28'),
(55932,22808,'action created','2021-01-11 12:07:28','2021-01-11 07:07:28'),
(55933,22808,'action started via WP Cron','2021-01-11 12:09:14','2021-01-11 07:09:14'),
(55934,22808,'action complete via WP Cron','2021-01-11 12:09:14','2021-01-11 07:09:14'),
(55935,22809,'action created','2021-01-11 12:09:14','2021-01-11 07:09:14'),
(55936,22809,'action started via WP Cron','2021-01-11 12:10:53','2021-01-11 07:10:53'),
(55937,22809,'action complete via WP Cron','2021-01-11 12:10:53','2021-01-11 07:10:53'),
(55938,22810,'action created','2021-01-11 12:10:53','2021-01-11 07:10:53'),
(55939,22810,'action started via WP Cron','2021-01-11 12:13:41','2021-01-11 07:13:41'),
(55940,22810,'action complete via WP Cron','2021-01-11 12:13:41','2021-01-11 07:13:41'),
(55941,22811,'action created','2021-01-11 12:13:41','2021-01-11 07:13:41'),
(55942,22811,'action started via WP Cron','2021-01-11 12:15:08','2021-01-11 07:15:08'),
(55943,22811,'action complete via WP Cron','2021-01-11 12:15:08','2021-01-11 07:15:08'),
(55944,22812,'action created','2021-01-11 12:15:09','2021-01-11 07:15:09'),
(55945,22812,'action started via WP Cron','2021-01-11 12:15:20','2021-01-11 07:15:20'),
(55946,22812,'action complete via WP Cron','2021-01-11 12:15:20','2021-01-11 07:15:20'),
(55947,22813,'action created','2021-01-11 12:15:20','2021-01-11 07:15:20'),
(55948,22813,'action started via WP Cron','2021-01-11 12:17:01','2021-01-11 07:17:01'),
(55949,22813,'action complete via WP Cron','2021-01-11 12:17:01','2021-01-11 07:17:01'),
(55950,22814,'action created','2021-01-11 12:17:01','2021-01-11 07:17:01'),
(55951,22814,'action started via WP Cron','2021-01-11 12:17:15','2021-01-11 07:17:15'),
(55952,22814,'action complete via WP Cron','2021-01-11 12:17:15','2021-01-11 07:17:15'),
(55953,22815,'action created','2021-01-11 12:17:15','2021-01-11 07:17:15'),
(55954,22815,'action started via WP Cron','2021-01-11 12:18:14','2021-01-11 07:18:14'),
(55955,22815,'action complete via WP Cron','2021-01-11 12:18:14','2021-01-11 07:18:14'),
(55956,22816,'action created','2021-01-11 12:18:14','2021-01-11 07:18:14'),
(55957,22816,'action started via WP Cron','2021-01-11 12:19:23','2021-01-11 07:19:23'),
(55958,22816,'action complete via WP Cron','2021-01-11 12:19:23','2021-01-11 07:19:23'),
(55959,22817,'action created','2021-01-11 12:19:23','2021-01-11 07:19:23'),
(55960,22817,'action started via WP Cron','2021-01-11 12:21:20','2021-01-11 07:21:20'),
(55961,22817,'action complete via WP Cron','2021-01-11 12:21:21','2021-01-11 07:21:21'),
(55962,22818,'action created','2021-01-11 12:21:21','2021-01-11 07:21:21'),
(55963,22818,'action started via WP Cron','2021-01-11 12:22:13','2021-01-11 07:22:13'),
(55964,22818,'action complete via WP Cron','2021-01-11 12:22:13','2021-01-11 07:22:13'),
(55965,22819,'action created','2021-01-11 12:22:13','2021-01-11 07:22:13'),
(55966,22819,'action started via WP Cron','2021-01-11 12:23:35','2021-01-11 07:23:35'),
(55967,22819,'action complete via WP Cron','2021-01-11 12:23:35','2021-01-11 07:23:35'),
(55968,22820,'action created','2021-01-11 12:23:35','2021-01-11 07:23:35'),
(55969,22820,'action started via WP Cron','2021-01-11 12:24:11','2021-01-11 07:24:11'),
(55970,22820,'action complete via WP Cron','2021-01-11 12:24:11','2021-01-11 07:24:11'),
(55971,22821,'action created','2021-01-11 12:24:11','2021-01-11 07:24:11'),
(55972,22821,'action started via WP Cron','2021-01-11 12:25:40','2021-01-11 07:25:40'),
(55973,22821,'action complete via WP Cron','2021-01-11 12:25:40','2021-01-11 07:25:40'),
(55974,22822,'action created','2021-01-11 12:25:40','2021-01-11 07:25:40'),
(55975,22822,'action started via WP Cron','2021-01-11 12:28:25','2021-01-11 07:28:25'),
(55976,22822,'action complete via WP Cron','2021-01-11 12:28:25','2021-01-11 07:28:25'),
(55977,22823,'action created','2021-01-11 12:28:25','2021-01-11 07:28:25'),
(55978,22823,'action started via WP Cron','2021-01-11 12:29:27','2021-01-11 07:29:27'),
(55979,22823,'action complete via WP Cron','2021-01-11 12:29:27','2021-01-11 07:29:27'),
(55980,22824,'action created','2021-01-11 12:29:28','2021-01-11 07:29:28'),
(55981,22824,'action started via WP Cron','2021-01-11 12:32:30','2021-01-11 07:32:30'),
(55982,22824,'action complete via WP Cron','2021-01-11 12:32:30','2021-01-11 07:32:30'),
(55983,22825,'action created','2021-01-11 12:32:30','2021-01-11 07:32:30'),
(55984,22825,'action started via WP Cron','2021-01-11 12:33:21','2021-01-11 07:33:21'),
(55985,22825,'action complete via WP Cron','2021-01-11 12:33:21','2021-01-11 07:33:21'),
(55986,22826,'action created','2021-01-11 12:33:21','2021-01-11 07:33:21'),
(55987,22826,'action started via WP Cron','2021-01-11 12:35:10','2021-01-11 07:35:10'),
(55988,22826,'action complete via WP Cron','2021-01-11 12:35:10','2021-01-11 07:35:10'),
(55989,22827,'action created','2021-01-11 12:35:10','2021-01-11 07:35:10'),
(55990,22827,'action started via WP Cron','2021-01-11 12:35:37','2021-01-11 07:35:37'),
(55991,22827,'action complete via WP Cron','2021-01-11 12:35:37','2021-01-11 07:35:37'),
(55992,22828,'action created','2021-01-11 12:35:37','2021-01-11 07:35:37'),
(55993,22828,'action started via WP Cron','2021-01-11 12:36:42','2021-01-11 07:36:42'),
(55994,22828,'action complete via WP Cron','2021-01-11 12:36:42','2021-01-11 07:36:42'),
(55995,22829,'action created','2021-01-11 12:36:42','2021-01-11 07:36:42'),
(55996,22829,'action started via WP Cron','2021-01-11 12:37:24','2021-01-11 07:37:24'),
(55997,22829,'action complete via WP Cron','2021-01-11 12:37:24','2021-01-11 07:37:24'),
(55998,22830,'action created','2021-01-11 12:37:24','2021-01-11 07:37:24'),
(55999,22830,'action started via WP Cron','2021-01-11 12:38:17','2021-01-11 07:38:17'),
(56000,22830,'action complete via WP Cron','2021-01-11 12:38:17','2021-01-11 07:38:17'),
(56001,22831,'action created','2021-01-11 12:38:17','2021-01-11 07:38:17'),
(56002,22831,'action started via WP Cron','2021-01-11 12:39:48','2021-01-11 07:39:48'),
(56003,22831,'action complete via WP Cron','2021-01-11 12:39:48','2021-01-11 07:39:48'),
(56004,22832,'action created','2021-01-11 12:39:48','2021-01-11 07:39:48'),
(56005,22832,'action started via WP Cron','2021-01-11 12:40:24','2021-01-11 07:40:24'),
(56006,22832,'action complete via WP Cron','2021-01-11 12:40:24','2021-01-11 07:40:24'),
(56007,22833,'action created','2021-01-11 12:40:24','2021-01-11 07:40:24'),
(56008,22833,'action started via WP Cron','2021-01-11 12:41:22','2021-01-11 07:41:22'),
(56009,22833,'action complete via WP Cron','2021-01-11 12:41:23','2021-01-11 07:41:23'),
(56010,22834,'action created','2021-01-11 12:41:23','2021-01-11 07:41:23'),
(56011,22834,'action started via WP Cron','2021-01-11 12:42:13','2021-01-11 07:42:13'),
(56012,22834,'action complete via WP Cron','2021-01-11 12:42:13','2021-01-11 07:42:13'),
(56013,22835,'action created','2021-01-11 12:42:13','2021-01-11 07:42:13'),
(56014,22835,'action started via WP Cron','2021-01-11 12:44:41','2021-01-11 07:44:41'),
(56015,22835,'action complete via WP Cron','2021-01-11 12:44:41','2021-01-11 07:44:41'),
(56016,22836,'action created','2021-01-11 12:44:41','2021-01-11 07:44:41'),
(56017,22836,'action started via WP Cron','2021-01-11 12:48:46','2021-01-11 07:48:46'),
(56018,22836,'action complete via WP Cron','2021-01-11 12:48:46','2021-01-11 07:48:46'),
(56019,22837,'action created','2021-01-11 12:48:47','2021-01-11 07:48:47'),
(56020,22837,'action started via WP Cron','2021-01-11 12:51:14','2021-01-11 07:51:14'),
(56021,22837,'action complete via WP Cron','2021-01-11 12:51:14','2021-01-11 07:51:14'),
(56022,22838,'action created','2021-01-11 12:51:14','2021-01-11 07:51:14'),
(56023,22838,'action started via WP Cron','2021-01-11 12:52:29','2021-01-11 07:52:29'),
(56024,22838,'action complete via WP Cron','2021-01-11 12:52:29','2021-01-11 07:52:29'),
(56025,22839,'action created','2021-01-11 12:52:29','2021-01-11 07:52:29'),
(56026,22839,'action started via WP Cron','2021-01-11 12:54:49','2021-01-11 07:54:49'),
(56027,22839,'action complete via WP Cron','2021-01-11 12:54:49','2021-01-11 07:54:49'),
(56028,22840,'action created','2021-01-11 12:54:49','2021-01-11 07:54:49'),
(56029,22840,'action started via WP Cron','2021-01-11 12:55:47','2021-01-11 07:55:47'),
(56030,22840,'action complete via WP Cron','2021-01-11 12:55:47','2021-01-11 07:55:47'),
(56031,22841,'action created','2021-01-11 12:55:47','2021-01-11 07:55:47'),
(56032,22841,'action started via WP Cron','2021-01-11 12:57:25','2021-01-11 07:57:25'),
(56033,22841,'action complete via WP Cron','2021-01-11 12:57:25','2021-01-11 07:57:25'),
(56034,22842,'action created','2021-01-11 12:57:26','2021-01-11 07:57:26'),
(56035,22842,'action started via WP Cron','2021-01-11 12:59:00','2021-01-11 07:59:00'),
(56036,22842,'action complete via WP Cron','2021-01-11 12:59:00','2021-01-11 07:59:00'),
(56037,21714,'action started via WP Cron','2021-01-11 12:59:00','2021-01-11 07:59:00'),
(56038,21714,'action complete via WP Cron','2021-01-11 12:59:00','2021-01-11 07:59:00'),
(56039,22843,'action created','2021-01-11 12:59:00','2021-01-11 07:59:00'),
(56040,22844,'action created','2021-01-11 12:59:00','2021-01-11 07:59:00'),
(56041,22844,'action started via WP Cron','2021-01-11 13:01:11','2021-01-11 08:01:11'),
(56042,22844,'action complete via WP Cron','2021-01-11 13:01:11','2021-01-11 08:01:11'),
(56043,22845,'action created','2021-01-11 13:01:11','2021-01-11 08:01:11'),
(56044,22845,'action started via WP Cron','2021-01-11 13:02:30','2021-01-11 08:02:30'),
(56045,22845,'action complete via WP Cron','2021-01-11 13:02:30','2021-01-11 08:02:30'),
(56046,22846,'action created','2021-01-11 13:02:30','2021-01-11 08:02:30'),
(56047,22846,'action started via WP Cron','2021-01-11 13:03:13','2021-01-11 08:03:13'),
(56048,22846,'action complete via WP Cron','2021-01-11 13:03:13','2021-01-11 08:03:13'),
(56049,22847,'action created','2021-01-11 13:03:13','2021-01-11 08:03:13'),
(56050,22847,'action started via WP Cron','2021-01-11 13:04:12','2021-01-11 08:04:12'),
(56051,22847,'action complete via WP Cron','2021-01-11 13:04:12','2021-01-11 08:04:12'),
(56052,22848,'action created','2021-01-11 13:04:53','2021-01-11 08:04:53'),
(56053,22848,'action started via WP Cron','2021-01-11 13:07:29','2021-01-11 08:07:29'),
(56054,22848,'action complete via WP Cron','2021-01-11 13:07:29','2021-01-11 08:07:29'),
(56055,22849,'action created','2021-01-11 13:07:29','2021-01-11 08:07:29'),
(56056,22849,'action started via WP Cron','2021-01-11 13:08:24','2021-01-11 08:08:24'),
(56057,22849,'action complete via WP Cron','2021-01-11 13:08:24','2021-01-11 08:08:24'),
(56058,22850,'action created','2021-01-11 13:08:24','2021-01-11 08:08:24'),
(56059,22850,'action started via WP Cron','2021-01-11 13:10:49','2021-01-11 08:10:49'),
(56060,22850,'action complete via WP Cron','2021-01-11 13:10:49','2021-01-11 08:10:49'),
(56061,22851,'action created','2021-01-11 13:10:49','2021-01-11 08:10:49'),
(56062,22851,'action started via WP Cron','2021-01-11 13:11:27','2021-01-11 08:11:27'),
(56063,22851,'action complete via WP Cron','2021-01-11 13:11:27','2021-01-11 08:11:27'),
(56064,22852,'action created','2021-01-11 13:11:27','2021-01-11 08:11:27'),
(56065,22852,'action started via WP Cron','2021-01-11 13:12:25','2021-01-11 08:12:25'),
(56066,22852,'action complete via WP Cron','2021-01-11 13:12:25','2021-01-11 08:12:25'),
(56067,22853,'action created','2021-01-11 13:12:25','2021-01-11 08:12:25'),
(56068,22853,'action started via WP Cron','2021-01-11 13:14:05','2021-01-11 08:14:05'),
(56069,22853,'action complete via WP Cron','2021-01-11 13:14:05','2021-01-11 08:14:05'),
(56070,22854,'action created','2021-01-11 13:14:05','2021-01-11 08:14:05'),
(56071,22854,'action started via WP Cron','2021-01-11 13:15:19','2021-01-11 08:15:19'),
(56072,22854,'action complete via WP Cron','2021-01-11 13:15:19','2021-01-11 08:15:19'),
(56073,22855,'action created','2021-01-11 13:15:19','2021-01-11 08:15:19'),
(56074,22855,'action started via WP Cron','2021-01-11 13:16:45','2021-01-11 08:16:45'),
(56075,22855,'action complete via WP Cron','2021-01-11 13:16:45','2021-01-11 08:16:45'),
(56076,22856,'action created','2021-01-11 13:16:45','2021-01-11 08:16:45'),
(56077,22856,'action started via WP Cron','2021-01-11 13:17:40','2021-01-11 08:17:40'),
(56078,22856,'action complete via WP Cron','2021-01-11 13:17:40','2021-01-11 08:17:40'),
(56079,22857,'action created','2021-01-11 13:17:40','2021-01-11 08:17:40'),
(56080,22857,'action started via WP Cron','2021-01-11 13:18:51','2021-01-11 08:18:51'),
(56081,22857,'action complete via WP Cron','2021-01-11 13:18:51','2021-01-11 08:18:51'),
(56082,22858,'action created','2021-01-11 13:18:51','2021-01-11 08:18:51'),
(56083,22858,'action started via WP Cron','2021-01-11 13:19:32','2021-01-11 08:19:32'),
(56084,22858,'action complete via WP Cron','2021-01-11 13:19:32','2021-01-11 08:19:32'),
(56085,22859,'action created','2021-01-11 13:19:32','2021-01-11 08:19:32'),
(56086,22859,'action started via WP Cron','2021-01-11 13:21:23','2021-01-11 08:21:23'),
(56087,22859,'action complete via WP Cron','2021-01-11 13:21:23','2021-01-11 08:21:23'),
(56088,22860,'action created','2021-01-11 13:21:23','2021-01-11 08:21:23'),
(56089,22860,'action started via WP Cron','2021-01-11 13:22:59','2021-01-11 08:22:59'),
(56090,22860,'action complete via WP Cron','2021-01-11 13:22:59','2021-01-11 08:22:59'),
(56091,22861,'action created','2021-01-11 13:22:59','2021-01-11 08:22:59'),
(56092,22861,'action started via WP Cron','2021-01-11 13:23:46','2021-01-11 08:23:46'),
(56093,22861,'action complete via WP Cron','2021-01-11 13:23:46','2021-01-11 08:23:46'),
(56094,22862,'action created','2021-01-11 13:23:46','2021-01-11 08:23:46'),
(56095,22862,'action started via WP Cron','2021-01-11 13:24:33','2021-01-11 08:24:33'),
(56096,22862,'action complete via WP Cron','2021-01-11 13:24:33','2021-01-11 08:24:33'),
(56097,22863,'action created','2021-01-11 13:24:33','2021-01-11 08:24:33'),
(56098,22863,'action started via WP Cron','2021-01-11 13:26:43','2021-01-11 08:26:43'),
(56099,22863,'action complete via WP Cron','2021-01-11 13:26:43','2021-01-11 08:26:43'),
(56100,22864,'action created','2021-01-11 13:26:43','2021-01-11 08:26:43'),
(56101,22864,'action started via WP Cron','2021-01-11 13:28:58','2021-01-11 08:28:58'),
(56102,22864,'action complete via WP Cron','2021-01-11 13:28:58','2021-01-11 08:28:58'),
(56103,22865,'action created','2021-01-11 13:28:58','2021-01-11 08:28:58'),
(56104,22865,'action started via WP Cron','2021-01-11 13:30:27','2021-01-11 08:30:27'),
(56105,22865,'action complete via WP Cron','2021-01-11 13:30:27','2021-01-11 08:30:27'),
(56106,22866,'action created','2021-01-11 13:30:27','2021-01-11 08:30:27'),
(56107,22866,'action started via WP Cron','2021-01-11 13:31:12','2021-01-11 08:31:12'),
(56108,22866,'action complete via WP Cron','2021-01-11 13:31:12','2021-01-11 08:31:12'),
(56109,22867,'action created','2021-01-11 13:31:12','2021-01-11 08:31:12'),
(56110,22867,'action started via WP Cron','2021-01-11 13:32:15','2021-01-11 08:32:15'),
(56111,22867,'action complete via WP Cron','2021-01-11 13:32:15','2021-01-11 08:32:15'),
(56112,22868,'action created','2021-01-11 13:32:15','2021-01-11 08:32:15'),
(56113,22868,'action started via WP Cron','2021-01-11 13:33:23','2021-01-11 08:33:23'),
(56114,22868,'action complete via WP Cron','2021-01-11 13:33:23','2021-01-11 08:33:23'),
(56115,22869,'action created','2021-01-11 13:33:23','2021-01-11 08:33:23'),
(56116,22869,'action started via WP Cron','2021-01-11 13:34:27','2021-01-11 08:34:27'),
(56117,22869,'action complete via WP Cron','2021-01-11 13:34:27','2021-01-11 08:34:27'),
(56118,22870,'action created','2021-01-11 13:34:27','2021-01-11 08:34:27'),
(56119,22870,'action started via WP Cron','2021-01-11 13:35:53','2021-01-11 08:35:53'),
(56120,22870,'action complete via WP Cron','2021-01-11 13:35:53','2021-01-11 08:35:53'),
(56121,22871,'action created','2021-01-11 13:35:53','2021-01-11 08:35:53'),
(56122,22871,'action started via WP Cron','2021-01-11 13:36:55','2021-01-11 08:36:55'),
(56123,22871,'action complete via WP Cron','2021-01-11 13:36:55','2021-01-11 08:36:55'),
(56124,22872,'action created','2021-01-11 13:36:55','2021-01-11 08:36:55'),
(56125,22872,'action started via WP Cron','2021-01-11 13:38:51','2021-01-11 08:38:51'),
(56126,22872,'action complete via WP Cron','2021-01-11 13:38:51','2021-01-11 08:38:51'),
(56127,22873,'action created','2021-01-11 13:38:51','2021-01-11 08:38:51'),
(56128,22873,'action started via WP Cron','2021-01-11 13:39:15','2021-01-11 08:39:15'),
(56129,22873,'action complete via WP Cron','2021-01-11 13:39:15','2021-01-11 08:39:15'),
(56130,22874,'action created','2021-01-11 13:39:15','2021-01-11 08:39:15'),
(56131,22874,'action started via WP Cron','2021-01-11 13:40:12','2021-01-11 08:40:12'),
(56132,22874,'action complete via WP Cron','2021-01-11 13:40:12','2021-01-11 08:40:12'),
(56133,22875,'action created','2021-01-11 13:40:12','2021-01-11 08:40:12'),
(56134,22875,'action started via WP Cron','2021-01-11 13:42:01','2021-01-11 08:42:01'),
(56135,22875,'action complete via WP Cron','2021-01-11 13:42:01','2021-01-11 08:42:01'),
(56136,22876,'action created','2021-01-11 13:42:01','2021-01-11 08:42:01'),
(56137,22876,'action started via WP Cron','2021-01-11 13:42:18','2021-01-11 08:42:18'),
(56138,22876,'action complete via WP Cron','2021-01-11 13:42:18','2021-01-11 08:42:18'),
(56139,22877,'action created','2021-01-11 13:42:18','2021-01-11 08:42:18'),
(56140,22877,'action started via WP Cron','2021-01-11 13:43:21','2021-01-11 08:43:21'),
(56141,22877,'action complete via WP Cron','2021-01-11 13:43:21','2021-01-11 08:43:21'),
(56142,22878,'action created','2021-01-11 13:43:21','2021-01-11 08:43:21'),
(56143,22878,'action started via WP Cron','2021-01-11 13:45:08','2021-01-11 08:45:08'),
(56144,22878,'action complete via WP Cron','2021-01-11 13:45:08','2021-01-11 08:45:08'),
(56145,22879,'action created','2021-01-11 13:45:08','2021-01-11 08:45:08'),
(56146,22879,'action started via WP Cron','2021-01-11 13:46:26','2021-01-11 08:46:26'),
(56147,22879,'action complete via WP Cron','2021-01-11 13:46:26','2021-01-11 08:46:26'),
(56148,22880,'action created','2021-01-11 13:46:28','2021-01-11 08:46:28'),
(56149,22880,'action started via WP Cron','2021-01-11 13:47:38','2021-01-11 08:47:38'),
(56150,22880,'action complete via WP Cron','2021-01-11 13:47:38','2021-01-11 08:47:38'),
(56151,22881,'action created','2021-01-11 13:48:14','2021-01-11 08:48:14'),
(56152,22881,'action started via Async Request','2021-01-11 13:48:42','2021-01-11 08:48:42'),
(56153,22881,'action complete via Async Request','2021-01-11 13:48:42','2021-01-11 08:48:42'),
(56154,22882,'action created','2021-01-11 13:51:04','2021-01-11 08:51:04'),
(56155,22882,'action started via WP Cron','2021-01-11 13:52:15','2021-01-11 08:52:15'),
(56156,22882,'action complete via WP Cron','2021-01-11 13:52:15','2021-01-11 08:52:15'),
(56157,22883,'action created','2021-01-11 13:52:15','2021-01-11 08:52:15'),
(56158,22883,'action started via WP Cron','2021-01-11 13:53:41','2021-01-11 08:53:41'),
(56159,22883,'action complete via WP Cron','2021-01-11 13:53:41','2021-01-11 08:53:41'),
(56160,22884,'action created','2021-01-11 13:53:41','2021-01-11 08:53:41'),
(56161,22884,'action started via WP Cron','2021-01-11 13:54:39','2021-01-11 08:54:39'),
(56162,22884,'action complete via WP Cron','2021-01-11 13:54:39','2021-01-11 08:54:39'),
(56163,22885,'action created','2021-01-11 13:54:39','2021-01-11 08:54:39'),
(56164,22885,'action started via WP Cron','2021-01-11 13:56:00','2021-01-11 08:56:00'),
(56165,22885,'action complete via WP Cron','2021-01-11 13:56:00','2021-01-11 08:56:00'),
(56166,22886,'action created','2021-01-11 13:56:00','2021-01-11 08:56:00'),
(56167,22886,'action started via WP Cron','2021-01-11 13:56:12','2021-01-11 08:56:12'),
(56168,22886,'action complete via WP Cron','2021-01-11 13:56:12','2021-01-11 08:56:12'),
(56169,22887,'action created','2021-01-11 13:56:13','2021-01-11 08:56:13'),
(56170,22887,'action started via WP Cron','2021-01-11 13:58:37','2021-01-11 08:58:37'),
(56171,22887,'action complete via WP Cron','2021-01-11 13:58:37','2021-01-11 08:58:37'),
(56172,22888,'action created','2021-01-11 13:58:37','2021-01-11 08:58:37'),
(56173,22888,'action started via WP Cron','2021-01-11 14:00:23','2021-01-11 09:00:23'),
(56174,22888,'action complete via WP Cron','2021-01-11 14:00:23','2021-01-11 09:00:23'),
(56175,22889,'action created','2021-01-11 14:00:23','2021-01-11 09:00:23'),
(56176,22889,'action started via WP Cron','2021-01-11 14:02:56','2021-01-11 09:02:56'),
(56177,22889,'action complete via WP Cron','2021-01-11 14:02:56','2021-01-11 09:02:56'),
(56178,22890,'action created','2021-01-11 14:02:56','2021-01-11 09:02:56'),
(56179,22890,'action started via WP Cron','2021-01-11 14:03:23','2021-01-11 09:03:23'),
(56180,22890,'action complete via WP Cron','2021-01-11 14:03:23','2021-01-11 09:03:23'),
(56181,22891,'action created','2021-01-11 14:03:23','2021-01-11 09:03:23'),
(56182,22891,'action started via WP Cron','2021-01-11 14:06:28','2021-01-11 09:06:28'),
(56183,22891,'action complete via WP Cron','2021-01-11 14:06:28','2021-01-11 09:06:28'),
(56184,22892,'action created','2021-01-11 14:06:28','2021-01-11 09:06:28'),
(56185,22892,'action started via WP Cron','2021-01-11 14:07:14','2021-01-11 09:07:14'),
(56186,22892,'action complete via WP Cron','2021-01-11 14:07:14','2021-01-11 09:07:14'),
(56187,22893,'action created','2021-01-11 14:07:14','2021-01-11 09:07:14'),
(56188,22893,'action started via WP Cron','2021-01-11 14:09:34','2021-01-11 09:09:34'),
(56189,22893,'action complete via WP Cron','2021-01-11 14:09:34','2021-01-11 09:09:34'),
(56190,22894,'action created','2021-01-11 14:09:34','2021-01-11 09:09:34'),
(56191,22894,'action started via WP Cron','2021-01-11 14:11:47','2021-01-11 09:11:47'),
(56192,22894,'action complete via WP Cron','2021-01-11 14:11:47','2021-01-11 09:11:47'),
(56193,22895,'action created','2021-01-11 14:11:47','2021-01-11 09:11:47'),
(56194,22895,'action started via WP Cron','2021-01-11 14:12:41','2021-01-11 09:12:41'),
(56195,22895,'action complete via WP Cron','2021-01-11 14:12:41','2021-01-11 09:12:41'),
(56196,22896,'action created','2021-01-11 14:12:41','2021-01-11 09:12:41'),
(56197,22896,'action started via WP Cron','2021-01-11 14:13:31','2021-01-11 09:13:31'),
(56198,22896,'action complete via WP Cron','2021-01-11 14:13:31','2021-01-11 09:13:31'),
(56199,22897,'action created','2021-01-11 14:13:31','2021-01-11 09:13:31'),
(56200,22897,'action started via WP Cron','2021-01-11 14:14:48','2021-01-11 09:14:48'),
(56201,22897,'action complete via WP Cron','2021-01-11 14:14:48','2021-01-11 09:14:48'),
(56202,22898,'action created','2021-01-11 14:14:48','2021-01-11 09:14:48'),
(56203,22898,'action started via WP Cron','2021-01-11 14:15:13','2021-01-11 09:15:13'),
(56204,22898,'action complete via WP Cron','2021-01-11 14:15:13','2021-01-11 09:15:13'),
(56205,22899,'action created','2021-01-11 14:15:13','2021-01-11 09:15:13'),
(56206,22899,'action started via WP Cron','2021-01-11 14:16:25','2021-01-11 09:16:25'),
(56207,22899,'action complete via WP Cron','2021-01-11 14:16:25','2021-01-11 09:16:25'),
(56208,22900,'action created','2021-01-11 14:16:25','2021-01-11 09:16:25'),
(56209,22900,'action started via WP Cron','2021-01-11 14:17:12','2021-01-11 09:17:12'),
(56210,22900,'action complete via WP Cron','2021-01-11 14:17:12','2021-01-11 09:17:12'),
(56211,22901,'action created','2021-01-11 14:17:12','2021-01-11 09:17:12'),
(56212,22901,'action started via WP Cron','2021-01-11 14:18:31','2021-01-11 09:18:31'),
(56213,22901,'action complete via WP Cron','2021-01-11 14:18:31','2021-01-11 09:18:31'),
(56214,22902,'action created','2021-01-11 14:18:31','2021-01-11 09:18:31'),
(56215,22902,'action started via WP Cron','2021-01-11 14:19:28','2021-01-11 09:19:28'),
(56216,22902,'action complete via WP Cron','2021-01-11 14:19:28','2021-01-11 09:19:28'),
(56217,22903,'action created','2021-01-11 14:19:28','2021-01-11 09:19:28'),
(56218,22903,'action started via WP Cron','2021-01-11 14:20:59','2021-01-11 09:20:59'),
(56219,22903,'action complete via WP Cron','2021-01-11 14:20:59','2021-01-11 09:20:59'),
(56220,22904,'action created','2021-01-11 14:20:59','2021-01-11 09:20:59'),
(56221,22904,'action started via WP Cron','2021-01-11 14:21:46','2021-01-11 09:21:46'),
(56222,22904,'action complete via WP Cron','2021-01-11 14:21:46','2021-01-11 09:21:46'),
(56223,22905,'action created','2021-01-11 14:21:46','2021-01-11 09:21:46'),
(56224,22905,'action started via WP Cron','2021-01-11 14:22:46','2021-01-11 09:22:46'),
(56225,22905,'action complete via WP Cron','2021-01-11 14:22:46','2021-01-11 09:22:46'),
(56226,22906,'action created','2021-01-11 14:22:46','2021-01-11 09:22:46'),
(56227,22906,'action started via WP Cron','2021-01-11 14:23:41','2021-01-11 09:23:41'),
(56228,22906,'action complete via WP Cron','2021-01-11 14:23:41','2021-01-11 09:23:41'),
(56229,22907,'action created','2021-01-11 14:23:41','2021-01-11 09:23:41'),
(56230,22907,'action started via WP Cron','2021-01-11 14:24:11','2021-01-11 09:24:11'),
(56231,22907,'action complete via WP Cron','2021-01-11 14:24:11','2021-01-11 09:24:11'),
(56232,22908,'action created','2021-01-11 14:24:11','2021-01-11 09:24:11'),
(56233,22908,'action started via WP Cron','2021-01-11 14:25:15','2021-01-11 09:25:15'),
(56234,22908,'action complete via WP Cron','2021-01-11 14:25:15','2021-01-11 09:25:15'),
(56235,22909,'action created','2021-01-11 14:25:15','2021-01-11 09:25:15'),
(56236,22909,'action started via WP Cron','2021-01-11 14:26:30','2021-01-11 09:26:30'),
(56237,22909,'action complete via WP Cron','2021-01-11 14:26:30','2021-01-11 09:26:30'),
(56238,22910,'action created','2021-01-11 14:26:30','2021-01-11 09:26:30'),
(56239,22910,'action started via WP Cron','2021-01-11 14:27:35','2021-01-11 09:27:35'),
(56240,22910,'action complete via WP Cron','2021-01-11 14:27:35','2021-01-11 09:27:35'),
(56241,22911,'action created','2021-01-11 14:27:35','2021-01-11 09:27:35'),
(56242,22911,'action started via WP Cron','2021-01-11 14:28:25','2021-01-11 09:28:25'),
(56243,22911,'action complete via WP Cron','2021-01-11 14:28:25','2021-01-11 09:28:25'),
(56244,22912,'action created','2021-01-11 14:28:25','2021-01-11 09:28:25'),
(56245,22912,'action started via WP Cron','2021-01-11 14:29:14','2021-01-11 09:29:14'),
(56246,22912,'action complete via WP Cron','2021-01-11 14:29:14','2021-01-11 09:29:14'),
(56247,22913,'action created','2021-01-11 14:29:14','2021-01-11 09:29:14'),
(56248,22913,'action started via WP Cron','2021-01-11 14:31:35','2021-01-11 09:31:35'),
(56249,22913,'action complete via WP Cron','2021-01-11 14:31:35','2021-01-11 09:31:35'),
(56250,22914,'action created','2021-01-11 14:31:35','2021-01-11 09:31:35'),
(56251,22914,'action started via WP Cron','2021-01-11 14:32:13','2021-01-11 09:32:13'),
(56252,22914,'action complete via WP Cron','2021-01-11 14:32:13','2021-01-11 09:32:13'),
(56253,22915,'action created','2021-01-11 14:32:13','2021-01-11 09:32:13'),
(56254,22915,'action started via WP Cron','2021-01-11 14:33:13','2021-01-11 09:33:13'),
(56255,22915,'action complete via WP Cron','2021-01-11 14:33:13','2021-01-11 09:33:13'),
(56256,22916,'action created','2021-01-11 14:33:13','2021-01-11 09:33:13'),
(56257,22916,'action started via WP Cron','2021-01-11 14:34:35','2021-01-11 09:34:35'),
(56258,22916,'action complete via WP Cron','2021-01-11 14:34:35','2021-01-11 09:34:35'),
(56259,22917,'action created','2021-01-11 14:34:35','2021-01-11 09:34:35'),
(56260,22917,'action started via WP Cron','2021-01-11 14:35:13','2021-01-11 09:35:13'),
(56261,22917,'action complete via WP Cron','2021-01-11 14:35:13','2021-01-11 09:35:13'),
(56262,22918,'action created','2021-01-11 14:35:13','2021-01-11 09:35:13'),
(56263,22918,'action started via WP Cron','2021-01-11 14:36:29','2021-01-11 09:36:29'),
(56264,22918,'action complete via WP Cron','2021-01-11 14:36:29','2021-01-11 09:36:29'),
(56265,22919,'action created','2021-01-11 14:36:29','2021-01-11 09:36:29'),
(56266,22919,'action started via WP Cron','2021-01-11 14:37:36','2021-01-11 09:37:36'),
(56267,22919,'action complete via WP Cron','2021-01-11 14:37:36','2021-01-11 09:37:36'),
(56268,22920,'action created','2021-01-11 14:37:36','2021-01-11 09:37:36'),
(56269,22920,'action started via WP Cron','2021-01-11 14:38:15','2021-01-11 09:38:15'),
(56270,22920,'action complete via WP Cron','2021-01-11 14:38:15','2021-01-11 09:38:15'),
(56271,22921,'action created','2021-01-11 14:38:15','2021-01-11 09:38:15'),
(56272,22921,'action started via WP Cron','2021-01-11 14:39:13','2021-01-11 09:39:13'),
(56273,22921,'action complete via WP Cron','2021-01-11 14:39:13','2021-01-11 09:39:13'),
(56274,22922,'action created','2021-01-11 14:39:13','2021-01-11 09:39:13'),
(56275,22922,'action started via WP Cron','2021-01-11 14:41:05','2021-01-11 09:41:05'),
(56276,22922,'action complete via WP Cron','2021-01-11 14:41:05','2021-01-11 09:41:05'),
(56277,22923,'action created','2021-01-11 14:41:05','2021-01-11 09:41:05'),
(56278,22923,'action started via WP Cron','2021-01-11 14:42:38','2021-01-11 09:42:38'),
(56279,22923,'action complete via WP Cron','2021-01-11 14:42:38','2021-01-11 09:42:38'),
(56280,22924,'action created','2021-01-11 14:42:38','2021-01-11 09:42:38'),
(56281,22924,'action started via WP Cron','2021-01-11 14:43:12','2021-01-11 09:43:12'),
(56282,22924,'action complete via WP Cron','2021-01-11 14:43:12','2021-01-11 09:43:12'),
(56283,22925,'action created','2021-01-11 14:43:12','2021-01-11 09:43:12'),
(56284,22925,'action started via WP Cron','2021-01-11 14:44:57','2021-01-11 09:44:57'),
(56285,22925,'action complete via WP Cron','2021-01-11 14:44:57','2021-01-11 09:44:57'),
(56286,22926,'action created','2021-01-11 14:44:57','2021-01-11 09:44:57'),
(56287,22926,'action started via WP Cron','2021-01-11 14:45:20','2021-01-11 09:45:20'),
(56288,22926,'action complete via WP Cron','2021-01-11 14:45:20','2021-01-11 09:45:20'),
(56289,22927,'action created','2021-01-11 14:45:20','2021-01-11 09:45:20'),
(56290,22927,'action started via WP Cron','2021-01-11 14:46:54','2021-01-11 09:46:54'),
(56291,22927,'action complete via WP Cron','2021-01-11 14:46:54','2021-01-11 09:46:54'),
(56292,22928,'action created','2021-01-11 14:46:54','2021-01-11 09:46:54'),
(56293,22928,'action started via WP Cron','2021-01-11 14:48:10','2021-01-11 09:48:10'),
(56294,22928,'action complete via WP Cron','2021-01-11 14:48:10','2021-01-11 09:48:10'),
(56295,22929,'action created','2021-01-11 14:48:10','2021-01-11 09:48:10'),
(56296,22929,'action started via WP Cron','2021-01-11 14:51:52','2021-01-11 09:51:52'),
(56297,22929,'action complete via WP Cron','2021-01-11 14:51:52','2021-01-11 09:51:52'),
(56298,22930,'action created','2021-01-11 14:51:53','2021-01-11 09:51:53'),
(56299,22930,'action started via WP Cron','2021-01-11 14:52:38','2021-01-11 09:52:38'),
(56300,22930,'action complete via WP Cron','2021-01-11 14:52:38','2021-01-11 09:52:38'),
(56301,22931,'action created','2021-01-11 14:52:38','2021-01-11 09:52:38'),
(56302,22931,'action started via WP Cron','2021-01-11 14:54:17','2021-01-11 09:54:17'),
(56303,22931,'action complete via WP Cron','2021-01-11 14:54:17','2021-01-11 09:54:17'),
(56304,22932,'action created','2021-01-11 14:54:17','2021-01-11 09:54:17'),
(56305,22932,'action started via WP Cron','2021-01-11 14:55:49','2021-01-11 09:55:49'),
(56306,22932,'action complete via WP Cron','2021-01-11 14:55:49','2021-01-11 09:55:49'),
(56307,22933,'action created','2021-01-11 14:55:50','2021-01-11 09:55:50'),
(56308,22933,'action started via WP Cron','2021-01-11 14:56:12','2021-01-11 09:56:12'),
(56309,22933,'action complete via WP Cron','2021-01-11 14:56:12','2021-01-11 09:56:12'),
(56310,22934,'action created','2021-01-11 14:56:12','2021-01-11 09:56:12'),
(56311,22934,'action started via WP Cron','2021-01-11 14:57:30','2021-01-11 09:57:30'),
(56312,22934,'action complete via WP Cron','2021-01-11 14:57:30','2021-01-11 09:57:30'),
(56313,22935,'action created','2021-01-11 14:57:30','2021-01-11 09:57:30'),
(56314,22935,'action started via WP Cron','2021-01-11 14:58:42','2021-01-11 09:58:42'),
(56315,22935,'action complete via WP Cron','2021-01-11 14:58:43','2021-01-11 09:58:43'),
(56316,22936,'action created','2021-01-11 14:58:43','2021-01-11 09:58:43'),
(56317,22936,'action started via WP Cron','2021-01-11 15:00:48','2021-01-11 10:00:48'),
(56318,22936,'action complete via WP Cron','2021-01-11 15:00:48','2021-01-11 10:00:48'),
(56319,22937,'action created','2021-01-11 15:00:48','2021-01-11 10:00:48'),
(56320,22937,'action started via WP Cron','2021-01-11 15:01:22','2021-01-11 10:01:22'),
(56321,22937,'action complete via WP Cron','2021-01-11 15:01:22','2021-01-11 10:01:22'),
(56322,22938,'action created','2021-01-11 15:01:22','2021-01-11 10:01:22'),
(56323,22938,'action started via WP Cron','2021-01-11 15:02:29','2021-01-11 10:02:29'),
(56324,22938,'action complete via WP Cron','2021-01-11 15:02:29','2021-01-11 10:02:29'),
(56325,22939,'action created','2021-01-11 15:02:29','2021-01-11 10:02:29'),
(56326,22939,'action started via WP Cron','2021-01-11 15:03:13','2021-01-11 10:03:13'),
(56327,22939,'action complete via WP Cron','2021-01-11 15:03:13','2021-01-11 10:03:13'),
(56328,22940,'action created','2021-01-11 15:03:13','2021-01-11 10:03:13'),
(56329,22940,'action started via WP Cron','2021-01-11 15:04:11','2021-01-11 10:04:11'),
(56330,22940,'action complete via WP Cron','2021-01-11 15:04:11','2021-01-11 10:04:11'),
(56331,22941,'action created','2021-01-11 15:04:11','2021-01-11 10:04:11'),
(56332,22941,'action started via WP Cron','2021-01-11 15:05:40','2021-01-11 10:05:40'),
(56333,22941,'action complete via WP Cron','2021-01-11 15:05:40','2021-01-11 10:05:40'),
(56334,22942,'action created','2021-01-11 15:05:40','2021-01-11 10:05:40'),
(56335,22942,'action started via WP Cron','2021-01-11 15:06:54','2021-01-11 10:06:54'),
(56336,22942,'action complete via WP Cron','2021-01-11 15:06:54','2021-01-11 10:06:54'),
(56337,22943,'action created','2021-01-11 15:06:54','2021-01-11 10:06:54'),
(56338,22943,'action started via WP Cron','2021-01-11 15:07:17','2021-01-11 10:07:17'),
(56339,22943,'action complete via WP Cron','2021-01-11 15:07:17','2021-01-11 10:07:17'),
(56340,22944,'action created','2021-01-11 15:07:17','2021-01-11 10:07:17'),
(56341,22944,'action started via WP Cron','2021-01-11 15:08:45','2021-01-11 10:08:45'),
(56342,22944,'action complete via WP Cron','2021-01-11 15:08:45','2021-01-11 10:08:45'),
(56343,22945,'action created','2021-01-11 15:08:45','2021-01-11 10:08:45'),
(56344,22945,'action started via WP Cron','2021-01-11 15:09:26','2021-01-11 10:09:26'),
(56345,22945,'action complete via WP Cron','2021-01-11 15:09:26','2021-01-11 10:09:26'),
(56346,22946,'action created','2021-01-11 15:09:26','2021-01-11 10:09:26'),
(56347,22946,'action started via WP Cron','2021-01-11 15:10:38','2021-01-11 10:10:38'),
(56348,22946,'action complete via WP Cron','2021-01-11 15:10:38','2021-01-11 10:10:38'),
(56349,22947,'action created','2021-01-11 15:10:39','2021-01-11 10:10:39'),
(56350,22947,'action started via WP Cron','2021-01-11 15:12:53','2021-01-11 10:12:53'),
(56351,22947,'action complete via WP Cron','2021-01-11 15:12:53','2021-01-11 10:12:53'),
(56352,22948,'action created','2021-01-11 15:12:53','2021-01-11 10:12:53'),
(56353,22948,'action started via WP Cron','2021-01-11 15:14:53','2021-01-11 10:14:53'),
(56354,22948,'action complete via WP Cron','2021-01-11 15:14:53','2021-01-11 10:14:53'),
(56355,22949,'action created','2021-01-11 15:14:53','2021-01-11 10:14:53'),
(56356,22949,'action started via WP Cron','2021-01-11 15:15:17','2021-01-11 10:15:17'),
(56357,22949,'action complete via WP Cron','2021-01-11 15:15:17','2021-01-11 10:15:17'),
(56358,22950,'action created','2021-01-11 15:15:17','2021-01-11 10:15:17'),
(56359,22950,'action started via WP Cron','2021-01-11 15:16:40','2021-01-11 10:16:40'),
(56360,22950,'action complete via WP Cron','2021-01-11 15:16:40','2021-01-11 10:16:40'),
(56361,22951,'action created','2021-01-11 15:16:40','2021-01-11 10:16:40'),
(56362,22951,'action started via WP Cron','2021-01-11 15:19:21','2021-01-11 10:19:21'),
(56363,22951,'action complete via WP Cron','2021-01-11 15:19:21','2021-01-11 10:19:21'),
(56364,22952,'action created','2021-01-11 15:20:06','2021-01-11 10:20:06'),
(56365,22952,'action started via WP Cron','2021-01-11 15:21:36','2021-01-11 10:21:36'),
(56366,22952,'action complete via WP Cron','2021-01-11 15:21:36','2021-01-11 10:21:36'),
(56367,22953,'action created','2021-01-11 15:21:36','2021-01-11 10:21:36'),
(56368,22953,'action started via WP Cron','2021-01-11 15:23:49','2021-01-11 10:23:49'),
(56369,22953,'action complete via WP Cron','2021-01-11 15:23:49','2021-01-11 10:23:49'),
(56370,22954,'action created','2021-01-11 15:23:50','2021-01-11 10:23:50'),
(56371,22954,'action started via WP Cron','2021-01-11 15:24:21','2021-01-11 10:24:21'),
(56372,22954,'action complete via WP Cron','2021-01-11 15:24:21','2021-01-11 10:24:21'),
(56373,22955,'action created','2021-01-11 15:24:21','2021-01-11 10:24:21'),
(56374,22955,'action started via WP Cron','2021-01-11 15:25:30','2021-01-11 10:25:30'),
(56375,22955,'action complete via WP Cron','2021-01-11 15:25:30','2021-01-11 10:25:30'),
(56376,22956,'action created','2021-01-11 15:25:30','2021-01-11 10:25:30'),
(56377,22956,'action started via WP Cron','2021-01-11 15:26:51','2021-01-11 10:26:51'),
(56378,22956,'action complete via WP Cron','2021-01-11 15:26:51','2021-01-11 10:26:51'),
(56379,22957,'action created','2021-01-11 15:26:52','2021-01-11 10:26:52'),
(56380,22957,'action started via WP Cron','2021-01-11 15:27:34','2021-01-11 10:27:34'),
(56381,22957,'action complete via WP Cron','2021-01-11 15:27:34','2021-01-11 10:27:34'),
(56382,22958,'action created','2021-01-11 15:27:34','2021-01-11 10:27:34'),
(56383,22958,'action started via WP Cron','2021-01-11 15:28:39','2021-01-11 10:28:39'),
(56384,22958,'action complete via WP Cron','2021-01-11 15:28:39','2021-01-11 10:28:39'),
(56385,22959,'action created','2021-01-11 15:28:39','2021-01-11 10:28:39'),
(56386,22959,'action started via WP Cron','2021-01-11 15:30:43','2021-01-11 10:30:43'),
(56387,22959,'action complete via WP Cron','2021-01-11 15:30:44','2021-01-11 10:30:44'),
(56388,22960,'action created','2021-01-11 15:30:44','2021-01-11 10:30:44'),
(56389,22960,'action started via WP Cron','2021-01-11 15:31:18','2021-01-11 10:31:18'),
(56390,22960,'action complete via WP Cron','2021-01-11 15:31:18','2021-01-11 10:31:18'),
(56391,22961,'action created','2021-01-11 15:31:18','2021-01-11 10:31:18'),
(56392,22961,'action started via WP Cron','2021-01-11 15:33:05','2021-01-11 10:33:05'),
(56393,22961,'action complete via WP Cron','2021-01-11 15:33:05','2021-01-11 10:33:05'),
(56394,22962,'action created','2021-01-11 15:33:05','2021-01-11 10:33:05'),
(56395,22962,'action started via WP Cron','2021-01-11 15:34:06','2021-01-11 10:34:06'),
(56396,22962,'action complete via WP Cron','2021-01-11 15:34:06','2021-01-11 10:34:06'),
(56397,22963,'action created','2021-01-11 15:34:06','2021-01-11 10:34:06'),
(56398,22963,'action started via WP Cron','2021-01-11 15:34:24','2021-01-11 10:34:24'),
(56399,22963,'action complete via WP Cron','2021-01-11 15:34:24','2021-01-11 10:34:24'),
(56400,22964,'action created','2021-01-11 15:34:24','2021-01-11 10:34:24'),
(56401,22964,'action started via WP Cron','2021-01-11 15:35:15','2021-01-11 10:35:15'),
(56402,22964,'action complete via WP Cron','2021-01-11 15:35:15','2021-01-11 10:35:15'),
(56403,22965,'action created','2021-01-11 15:35:15','2021-01-11 10:35:15'),
(56404,22965,'action started via WP Cron','2021-01-11 15:38:33','2021-01-11 10:38:33'),
(56405,22965,'action complete via WP Cron','2021-01-11 15:38:33','2021-01-11 10:38:33'),
(56406,22966,'action created','2021-01-11 15:38:33','2021-01-11 10:38:33'),
(56407,22966,'action started via WP Cron','2021-01-11 15:39:35','2021-01-11 10:39:35'),
(56408,22966,'action complete via WP Cron','2021-01-11 15:39:35','2021-01-11 10:39:35'),
(56409,22967,'action created','2021-01-11 15:39:35','2021-01-11 10:39:35'),
(56410,22967,'action started via WP Cron','2021-01-11 15:40:44','2021-01-11 10:40:44'),
(56411,22967,'action complete via WP Cron','2021-01-11 15:40:44','2021-01-11 10:40:44'),
(56412,22968,'action created','2021-01-11 15:40:44','2021-01-11 10:40:44'),
(56413,22968,'action started via WP Cron','2021-01-11 15:41:31','2021-01-11 10:41:31'),
(56414,22968,'action complete via WP Cron','2021-01-11 15:41:31','2021-01-11 10:41:31'),
(56415,22969,'action created','2021-01-11 15:41:31','2021-01-11 10:41:31'),
(56416,22969,'action started via WP Cron','2021-01-11 15:42:32','2021-01-11 10:42:32'),
(56417,22969,'action complete via WP Cron','2021-01-11 15:42:32','2021-01-11 10:42:32'),
(56418,22970,'action created','2021-01-11 15:42:32','2021-01-11 10:42:32'),
(56419,22970,'action started via WP Cron','2021-01-11 15:43:19','2021-01-11 10:43:19'),
(56420,22970,'action complete via WP Cron','2021-01-11 15:43:19','2021-01-11 10:43:19'),
(56421,22971,'action created','2021-01-11 15:43:19','2021-01-11 10:43:19'),
(56422,22971,'action started via WP Cron','2021-01-11 15:44:20','2021-01-11 10:44:20'),
(56423,22971,'action complete via WP Cron','2021-01-11 15:44:20','2021-01-11 10:44:20'),
(56424,22972,'action created','2021-01-11 15:44:20','2021-01-11 10:44:20'),
(56425,22972,'action started via WP Cron','2021-01-11 15:46:07','2021-01-11 10:46:07'),
(56426,22972,'action complete via WP Cron','2021-01-11 15:46:07','2021-01-11 10:46:07'),
(56427,22973,'action created','2021-01-11 15:46:07','2021-01-11 10:46:07'),
(56428,22973,'action started via WP Cron','2021-01-11 15:46:17','2021-01-11 10:46:17'),
(56429,22973,'action complete via WP Cron','2021-01-11 15:46:17','2021-01-11 10:46:17'),
(56430,22974,'action created','2021-01-11 15:46:17','2021-01-11 10:46:17'),
(56431,22974,'action started via WP Cron','2021-01-11 15:47:39','2021-01-11 10:47:39'),
(56432,22974,'action complete via WP Cron','2021-01-11 15:47:39','2021-01-11 10:47:39'),
(56433,22975,'action created','2021-01-11 15:47:40','2021-01-11 10:47:40'),
(56434,22975,'action started via WP Cron','2021-01-11 15:48:26','2021-01-11 10:48:26'),
(56435,22975,'action complete via WP Cron','2021-01-11 15:48:26','2021-01-11 10:48:26'),
(56436,22976,'action created','2021-01-11 15:48:26','2021-01-11 10:48:26'),
(56437,22976,'action started via WP Cron','2021-01-11 15:49:45','2021-01-11 10:49:45'),
(56438,22976,'action complete via WP Cron','2021-01-11 15:49:45','2021-01-11 10:49:45'),
(56439,22977,'action created','2021-01-11 15:49:45','2021-01-11 10:49:45'),
(56440,22977,'action started via WP Cron','2021-01-11 15:50:23','2021-01-11 10:50:23'),
(56441,22977,'action complete via WP Cron','2021-01-11 15:50:23','2021-01-11 10:50:23'),
(56442,22978,'action created','2021-01-11 15:50:23','2021-01-11 10:50:23'),
(56443,22978,'action started via WP Cron','2021-01-11 15:51:12','2021-01-11 10:51:12'),
(56444,22978,'action complete via WP Cron','2021-01-11 15:51:12','2021-01-11 10:51:12'),
(56445,22979,'action created','2021-01-11 15:51:12','2021-01-11 10:51:12'),
(56446,22979,'action started via WP Cron','2021-01-11 15:52:19','2021-01-11 10:52:19'),
(56447,22979,'action complete via WP Cron','2021-01-11 15:52:19','2021-01-11 10:52:19'),
(56448,22980,'action created','2021-01-11 15:52:19','2021-01-11 10:52:19'),
(56449,22980,'action started via WP Cron','2021-01-11 15:54:15','2021-01-11 10:54:15'),
(56450,22980,'action complete via WP Cron','2021-01-11 15:54:15','2021-01-11 10:54:15'),
(56451,22981,'action created','2021-01-11 15:54:15','2021-01-11 10:54:15'),
(56452,22981,'action started via WP Cron','2021-01-11 15:55:53','2021-01-11 10:55:53'),
(56453,22981,'action complete via WP Cron','2021-01-11 15:55:53','2021-01-11 10:55:53'),
(56454,22982,'action created','2021-01-11 15:55:53','2021-01-11 10:55:53'),
(56455,22982,'action started via WP Cron','2021-01-11 15:57:22','2021-01-11 10:57:22'),
(56456,22982,'action complete via WP Cron','2021-01-11 15:57:22','2021-01-11 10:57:22'),
(56457,22983,'action created','2021-01-11 15:57:22','2021-01-11 10:57:22'),
(56458,22983,'action started via WP Cron','2021-01-11 15:58:44','2021-01-11 10:58:44'),
(56459,22983,'action complete via WP Cron','2021-01-11 15:58:45','2021-01-11 10:58:45'),
(56460,22984,'action created','2021-01-11 15:58:45','2021-01-11 10:58:45'),
(56461,22984,'action started via WP Cron','2021-01-11 15:59:49','2021-01-11 10:59:49'),
(56462,22984,'action complete via WP Cron','2021-01-11 15:59:49','2021-01-11 10:59:49'),
(56463,22985,'action created','2021-01-11 15:59:49','2021-01-11 10:59:49'),
(56464,22985,'action started via WP Cron','2021-01-11 16:01:11','2021-01-11 11:01:11'),
(56465,22985,'action complete via WP Cron','2021-01-11 16:01:11','2021-01-11 11:01:11'),
(56466,22986,'action created','2021-01-11 16:01:11','2021-01-11 11:01:11'),
(56467,22986,'action started via WP Cron','2021-01-11 16:02:44','2021-01-11 11:02:44'),
(56468,22986,'action complete via WP Cron','2021-01-11 16:02:44','2021-01-11 11:02:44'),
(56469,22987,'action created','2021-01-11 16:02:44','2021-01-11 11:02:44'),
(56470,22987,'action started via WP Cron','2021-01-11 16:03:43','2021-01-11 11:03:43'),
(56471,22987,'action complete via WP Cron','2021-01-11 16:03:43','2021-01-11 11:03:43'),
(56472,22988,'action created','2021-01-11 16:03:44','2021-01-11 11:03:44'),
(56473,22988,'action started via WP Cron','2021-01-11 16:05:04','2021-01-11 11:05:04'),
(56474,22988,'action complete via WP Cron','2021-01-11 16:05:04','2021-01-11 11:05:04'),
(56475,22989,'action created','2021-01-11 16:05:04','2021-01-11 11:05:04'),
(56476,22989,'action started via WP Cron','2021-01-11 16:05:52','2021-01-11 11:05:52'),
(56477,22989,'action complete via WP Cron','2021-01-11 16:05:52','2021-01-11 11:05:52'),
(56478,22990,'action created','2021-01-11 16:05:52','2021-01-11 11:05:52'),
(56479,22990,'action started via WP Cron','2021-01-11 16:07:43','2021-01-11 11:07:43'),
(56480,22990,'action complete via WP Cron','2021-01-11 16:07:43','2021-01-11 11:07:43'),
(56481,22991,'action created','2021-01-11 16:07:43','2021-01-11 11:07:43'),
(56482,22991,'action started via WP Cron','2021-01-11 16:09:03','2021-01-11 11:09:03'),
(56483,22991,'action complete via WP Cron','2021-01-11 16:09:03','2021-01-11 11:09:03'),
(56484,22992,'action created','2021-01-11 16:09:03','2021-01-11 11:09:03'),
(56485,22992,'action started via WP Cron','2021-01-11 16:10:22','2021-01-11 11:10:22'),
(56486,22992,'action complete via WP Cron','2021-01-11 16:10:22','2021-01-11 11:10:22'),
(56487,22993,'action created','2021-01-11 16:10:22','2021-01-11 11:10:22'),
(56488,22993,'action started via WP Cron','2021-01-11 16:12:06','2021-01-11 11:12:06'),
(56489,22993,'action complete via WP Cron','2021-01-11 16:12:06','2021-01-11 11:12:06'),
(56490,22994,'action created','2021-01-11 16:12:06','2021-01-11 11:12:06'),
(56491,22994,'action started via WP Cron','2021-01-11 16:13:21','2021-01-11 11:13:21'),
(56492,22994,'action complete via WP Cron','2021-01-11 16:13:21','2021-01-11 11:13:21'),
(56493,22995,'action created','2021-01-11 16:13:21','2021-01-11 11:13:21'),
(56494,22995,'action started via WP Cron','2021-01-11 16:14:29','2021-01-11 11:14:29'),
(56495,22995,'action complete via WP Cron','2021-01-11 16:14:29','2021-01-11 11:14:29'),
(56496,22996,'action created','2021-01-11 16:14:30','2021-01-11 11:14:30'),
(56497,22996,'action started via WP Cron','2021-01-11 16:15:34','2021-01-11 11:15:34'),
(56498,22996,'action complete via WP Cron','2021-01-11 16:15:34','2021-01-11 11:15:34'),
(56499,22997,'action created','2021-01-11 16:15:34','2021-01-11 11:15:34'),
(56500,22997,'action started via WP Cron','2021-01-11 16:16:12','2021-01-11 11:16:12'),
(56501,22997,'action complete via WP Cron','2021-01-11 16:16:12','2021-01-11 11:16:12'),
(56502,22998,'action created','2021-01-11 16:16:12','2021-01-11 11:16:12'),
(56503,22998,'action started via WP Cron','2021-01-11 16:17:20','2021-01-11 11:17:20'),
(56504,22998,'action complete via WP Cron','2021-01-11 16:17:20','2021-01-11 11:17:20'),
(56505,22999,'action created','2021-01-11 16:17:20','2021-01-11 11:17:20'),
(56506,22999,'action started via WP Cron','2021-01-11 16:18:39','2021-01-11 11:18:39'),
(56507,22999,'action complete via WP Cron','2021-01-11 16:18:39','2021-01-11 11:18:39'),
(56508,23000,'action created','2021-01-11 16:18:39','2021-01-11 11:18:39'),
(56509,23000,'action started via WP Cron','2021-01-11 16:19:31','2021-01-11 11:19:31'),
(56510,23000,'action complete via WP Cron','2021-01-11 16:19:31','2021-01-11 11:19:31'),
(56511,23001,'action created','2021-01-11 16:19:31','2021-01-11 11:19:31'),
(56512,23001,'action started via WP Cron','2021-01-11 16:20:20','2021-01-11 11:20:20'),
(56513,23001,'action complete via WP Cron','2021-01-11 16:20:20','2021-01-11 11:20:20'),
(56514,23002,'action created','2021-01-11 16:20:20','2021-01-11 11:20:20'),
(56515,23002,'action started via WP Cron','2021-01-11 16:22:00','2021-01-11 11:22:00'),
(56516,23002,'action complete via WP Cron','2021-01-11 16:22:00','2021-01-11 11:22:00'),
(56517,23003,'action created','2021-01-11 16:22:00','2021-01-11 11:22:00'),
(56518,23003,'action started via WP Cron','2021-01-11 16:22:12','2021-01-11 11:22:12'),
(56519,23003,'action complete via WP Cron','2021-01-11 16:22:12','2021-01-11 11:22:12'),
(56520,23004,'action created','2021-01-11 16:22:12','2021-01-11 11:22:12'),
(56521,23004,'action started via WP Cron','2021-01-11 16:23:20','2021-01-11 11:23:20'),
(56522,23004,'action complete via WP Cron','2021-01-11 16:23:20','2021-01-11 11:23:20'),
(56523,23005,'action created','2021-01-11 16:23:20','2021-01-11 11:23:20'),
(56524,23005,'action started via WP Cron','2021-01-11 16:24:20','2021-01-11 11:24:20'),
(56525,23005,'action complete via WP Cron','2021-01-11 16:24:20','2021-01-11 11:24:20'),
(56526,23006,'action created','2021-01-11 16:24:20','2021-01-11 11:24:20'),
(56527,23006,'action started via WP Cron','2021-01-11 16:25:12','2021-01-11 11:25:12'),
(56528,23006,'action complete via WP Cron','2021-01-11 16:25:12','2021-01-11 11:25:12'),
(56529,23007,'action created','2021-01-11 16:25:12','2021-01-11 11:25:12'),
(56530,23007,'action started via WP Cron','2021-01-11 16:26:19','2021-01-11 11:26:19'),
(56531,23007,'action complete via WP Cron','2021-01-11 16:26:19','2021-01-11 11:26:19'),
(56532,23008,'action created','2021-01-11 16:26:19','2021-01-11 11:26:19'),
(56533,23008,'action started via WP Cron','2021-01-11 16:27:20','2021-01-11 11:27:20'),
(56534,23008,'action complete via WP Cron','2021-01-11 16:27:20','2021-01-11 11:27:20'),
(56535,23009,'action created','2021-01-11 16:27:20','2021-01-11 11:27:20'),
(56536,23009,'action started via WP Cron','2021-01-11 16:28:12','2021-01-11 11:28:12'),
(56537,23009,'action complete via WP Cron','2021-01-11 16:28:12','2021-01-11 11:28:12'),
(56538,23010,'action created','2021-01-11 16:28:12','2021-01-11 11:28:12'),
(56539,23010,'action started via WP Cron','2021-01-11 16:29:49','2021-01-11 11:29:49'),
(56540,23010,'action complete via WP Cron','2021-01-11 16:29:49','2021-01-11 11:29:49'),
(56541,23011,'action created','2021-01-11 16:29:49','2021-01-11 11:29:49'),
(56542,23011,'action started via WP Cron','2021-01-11 16:30:35','2021-01-11 11:30:35'),
(56543,23011,'action complete via WP Cron','2021-01-11 16:30:35','2021-01-11 11:30:35'),
(56544,23012,'action created','2021-01-11 16:30:35','2021-01-11 11:30:35'),
(56545,23012,'action started via WP Cron','2021-01-11 16:33:04','2021-01-11 11:33:04'),
(56546,23012,'action complete via WP Cron','2021-01-11 16:33:04','2021-01-11 11:33:04'),
(56547,23013,'action created','2021-01-11 16:33:04','2021-01-11 11:33:04'),
(56548,23013,'action started via WP Cron','2021-01-11 16:33:46','2021-01-11 11:33:46'),
(56549,23013,'action complete via WP Cron','2021-01-11 16:33:46','2021-01-11 11:33:46'),
(56550,23014,'action created','2021-01-11 16:33:46','2021-01-11 11:33:46'),
(56551,23014,'action started via WP Cron','2021-01-11 16:35:06','2021-01-11 11:35:06'),
(56552,23014,'action complete via WP Cron','2021-01-11 16:35:06','2021-01-11 11:35:06'),
(56553,23015,'action created','2021-01-11 16:35:06','2021-01-11 11:35:06'),
(56554,23015,'action started via WP Cron','2021-01-11 16:35:28','2021-01-11 11:35:28'),
(56555,23015,'action complete via WP Cron','2021-01-11 16:35:28','2021-01-11 11:35:28'),
(56556,23016,'action created','2021-01-11 16:35:28','2021-01-11 11:35:28'),
(56557,23016,'action started via WP Cron','2021-01-11 16:37:14','2021-01-11 11:37:14'),
(56558,23016,'action complete via WP Cron','2021-01-11 16:37:14','2021-01-11 11:37:14'),
(56559,23017,'action created','2021-01-11 16:37:14','2021-01-11 11:37:14'),
(56560,23017,'action started via WP Cron','2021-01-11 16:39:37','2021-01-11 11:39:37'),
(56561,23017,'action complete via WP Cron','2021-01-11 16:39:37','2021-01-11 11:39:37'),
(56562,23018,'action created','2021-01-11 16:39:37','2021-01-11 11:39:37'),
(56563,23018,'action started via WP Cron','2021-01-11 16:42:49','2021-01-11 11:42:49'),
(56564,23018,'action complete via WP Cron','2021-01-11 16:42:49','2021-01-11 11:42:49'),
(56565,23019,'action created','2021-01-11 16:42:49','2021-01-11 11:42:49'),
(56566,23019,'action started via WP Cron','2021-01-11 16:43:22','2021-01-11 11:43:22'),
(56567,23019,'action complete via WP Cron','2021-01-11 16:43:22','2021-01-11 11:43:22'),
(56568,23020,'action created','2021-01-11 16:43:22','2021-01-11 11:43:22'),
(56569,23020,'action started via WP Cron','2021-01-11 16:44:24','2021-01-11 11:44:24'),
(56570,23020,'action complete via WP Cron','2021-01-11 16:44:24','2021-01-11 11:44:24'),
(56571,23021,'action created','2021-01-11 16:44:24','2021-01-11 11:44:24'),
(56572,23021,'action started via WP Cron','2021-01-11 16:46:21','2021-01-11 11:46:21'),
(56573,23021,'action complete via WP Cron','2021-01-11 16:46:21','2021-01-11 11:46:21'),
(56574,23022,'action created','2021-01-11 16:46:21','2021-01-11 11:46:21'),
(56575,23022,'action started via WP Cron','2021-01-11 16:47:59','2021-01-11 11:47:59'),
(56576,23022,'action complete via WP Cron','2021-01-11 16:47:59','2021-01-11 11:47:59'),
(56577,23023,'action created','2021-01-11 16:47:59','2021-01-11 11:47:59'),
(56578,23023,'action started via WP Cron','2021-01-11 16:48:43','2021-01-11 11:48:43'),
(56579,23023,'action complete via WP Cron','2021-01-11 16:48:43','2021-01-11 11:48:43'),
(56580,23024,'action created','2021-01-11 16:48:43','2021-01-11 11:48:43'),
(56581,23024,'action started via WP Cron','2021-01-11 16:49:35','2021-01-11 11:49:35'),
(56582,23024,'action complete via WP Cron','2021-01-11 16:49:35','2021-01-11 11:49:35'),
(56583,23025,'action created','2021-01-11 16:49:35','2021-01-11 11:49:35'),
(56584,23025,'action started via WP Cron','2021-01-11 16:52:53','2021-01-11 11:52:53'),
(56585,23025,'action complete via WP Cron','2021-01-11 16:52:54','2021-01-11 11:52:54'),
(56586,23026,'action created','2021-01-11 16:52:54','2021-01-11 11:52:54'),
(56587,23026,'action started via WP Cron','2021-01-11 16:54:05','2021-01-11 11:54:05'),
(56588,23026,'action complete via WP Cron','2021-01-11 16:54:05','2021-01-11 11:54:05'),
(56589,23027,'action created','2021-01-11 16:54:05','2021-01-11 11:54:05'),
(56590,23027,'action started via WP Cron','2021-01-11 16:54:54','2021-01-11 11:54:54'),
(56591,23027,'action complete via WP Cron','2021-01-11 16:54:54','2021-01-11 11:54:54'),
(56592,23028,'action created','2021-01-11 16:54:54','2021-01-11 11:54:54'),
(56593,23028,'action started via WP Cron','2021-01-11 16:55:29','2021-01-11 11:55:29'),
(56594,23028,'action complete via WP Cron','2021-01-11 16:55:29','2021-01-11 11:55:29'),
(56595,23029,'action created','2021-01-11 16:55:29','2021-01-11 11:55:29'),
(56596,23029,'action started via WP Cron','2021-01-11 16:57:25','2021-01-11 11:57:25'),
(56597,23029,'action complete via WP Cron','2021-01-11 16:57:25','2021-01-11 11:57:25'),
(56598,23030,'action created','2021-01-11 16:57:25','2021-01-11 11:57:25'),
(56599,23030,'action started via WP Cron','2021-01-11 16:58:31','2021-01-11 11:58:31'),
(56600,23030,'action complete via WP Cron','2021-01-11 16:58:31','2021-01-11 11:58:31'),
(56601,23031,'action created','2021-01-11 16:58:31','2021-01-11 11:58:31'),
(56602,23031,'action started via WP Cron','2021-01-11 16:59:22','2021-01-11 11:59:22'),
(56603,23031,'action complete via WP Cron','2021-01-11 16:59:22','2021-01-11 11:59:22'),
(56604,23032,'action created','2021-01-11 16:59:22','2021-01-11 11:59:22'),
(56605,23032,'action started via WP Cron','2021-01-11 17:01:30','2021-01-11 12:01:30'),
(56606,23032,'action complete via WP Cron','2021-01-11 17:01:30','2021-01-11 12:01:30'),
(56607,23033,'action created','2021-01-11 17:01:30','2021-01-11 12:01:30'),
(56608,23033,'action started via WP Cron','2021-01-11 17:02:48','2021-01-11 12:02:48'),
(56609,23033,'action complete via WP Cron','2021-01-11 17:02:48','2021-01-11 12:02:48'),
(56610,23034,'action created','2021-01-11 17:02:48','2021-01-11 12:02:48'),
(56611,23034,'action started via WP Cron','2021-01-11 17:05:15','2021-01-11 12:05:15'),
(56612,23034,'action complete via WP Cron','2021-01-11 17:05:15','2021-01-11 12:05:15'),
(56613,23035,'action created','2021-01-11 17:05:15','2021-01-11 12:05:15'),
(56614,23035,'action started via WP Cron','2021-01-11 17:06:14','2021-01-11 12:06:14'),
(56615,23035,'action complete via WP Cron','2021-01-11 17:06:14','2021-01-11 12:06:14'),
(56616,23036,'action created','2021-01-11 17:06:14','2021-01-11 12:06:14'),
(56617,23036,'action started via WP Cron','2021-01-11 17:08:34','2021-01-11 12:08:34'),
(56618,23036,'action complete via WP Cron','2021-01-11 17:08:34','2021-01-11 12:08:34'),
(56619,23037,'action created','2021-01-11 17:08:34','2021-01-11 12:08:34'),
(56620,23037,'action started via WP Cron','2021-01-11 17:09:48','2021-01-11 12:09:48'),
(56621,23037,'action complete via WP Cron','2021-01-11 17:09:48','2021-01-11 12:09:48'),
(56622,23038,'action created','2021-01-11 17:09:48','2021-01-11 12:09:48'),
(56623,23038,'action started via WP Cron','2021-01-11 17:10:15','2021-01-11 12:10:15'),
(56624,23038,'action complete via WP Cron','2021-01-11 17:10:15','2021-01-11 12:10:15'),
(56625,23039,'action created','2021-01-11 17:10:15','2021-01-11 12:10:15'),
(56626,23039,'action started via WP Cron','2021-01-11 17:11:50','2021-01-11 12:11:50'),
(56627,23039,'action complete via WP Cron','2021-01-11 17:11:50','2021-01-11 12:11:50'),
(56628,23040,'action created','2021-01-11 17:11:50','2021-01-11 12:11:50'),
(56629,23040,'action started via WP Cron','2021-01-11 17:12:41','2021-01-11 12:12:41'),
(56630,23040,'action complete via WP Cron','2021-01-11 17:12:41','2021-01-11 12:12:41'),
(56631,23041,'action created','2021-01-11 17:12:41','2021-01-11 12:12:41'),
(56632,23041,'action started via WP Cron','2021-01-11 17:13:44','2021-01-11 12:13:44'),
(56633,23041,'action complete via WP Cron','2021-01-11 17:13:44','2021-01-11 12:13:44'),
(56634,23042,'action created','2021-01-11 17:13:44','2021-01-11 12:13:44'),
(56635,23042,'action started via WP Cron','2021-01-11 17:15:35','2021-01-11 12:15:35'),
(56636,23042,'action complete via WP Cron','2021-01-11 17:15:35','2021-01-11 12:15:35'),
(56637,23043,'action created','2021-01-11 17:15:40','2021-01-11 12:15:40'),
(56638,23043,'action started via WP Cron','2021-01-11 17:16:35','2021-01-11 12:16:35'),
(56639,23043,'action complete via WP Cron','2021-01-11 17:16:35','2021-01-11 12:16:35'),
(56640,23044,'action created','2021-01-11 17:16:35','2021-01-11 12:16:35'),
(56641,23044,'action started via WP Cron','2021-01-11 17:18:45','2021-01-11 12:18:45'),
(56642,23044,'action complete via WP Cron','2021-01-11 17:18:45','2021-01-11 12:18:45'),
(56643,23045,'action created','2021-01-11 17:18:45','2021-01-11 12:18:45'),
(56644,23045,'action started via WP Cron','2021-01-11 17:20:22','2021-01-11 12:20:22'),
(56645,23045,'action complete via WP Cron','2021-01-11 17:20:22','2021-01-11 12:20:22'),
(56646,23046,'action created','2021-01-11 17:20:22','2021-01-11 12:20:22'),
(56647,23046,'action started via WP Cron','2021-01-11 17:21:15','2021-01-11 12:21:15'),
(56648,23046,'action complete via WP Cron','2021-01-11 17:21:15','2021-01-11 12:21:15'),
(56649,23047,'action created','2021-01-11 17:21:15','2021-01-11 12:21:15'),
(56650,23047,'action started via WP Cron','2021-01-11 17:22:47','2021-01-11 12:22:47'),
(56651,23047,'action complete via WP Cron','2021-01-11 17:22:47','2021-01-11 12:22:47'),
(56652,23048,'action created','2021-01-11 17:22:47','2021-01-11 12:22:47'),
(56653,23048,'action started via WP Cron','2021-01-11 17:25:41','2021-01-11 12:25:41'),
(56654,23048,'action complete via WP Cron','2021-01-11 17:25:41','2021-01-11 12:25:41'),
(56655,23049,'action created','2021-01-11 17:25:41','2021-01-11 12:25:41'),
(56656,23049,'action started via WP Cron','2021-01-11 17:28:36','2021-01-11 12:28:36'),
(56657,23049,'action complete via WP Cron','2021-01-11 17:28:36','2021-01-11 12:28:36'),
(56658,23050,'action created','2021-01-11 17:28:36','2021-01-11 12:28:36'),
(56659,23050,'action started via WP Cron','2021-01-11 17:29:24','2021-01-11 12:29:24'),
(56660,23050,'action complete via WP Cron','2021-01-11 17:29:24','2021-01-11 12:29:24'),
(56661,23051,'action created','2021-01-11 17:29:24','2021-01-11 12:29:24'),
(56662,23051,'action started via WP Cron','2021-01-11 17:30:20','2021-01-11 12:30:20'),
(56663,23051,'action complete via WP Cron','2021-01-11 17:30:20','2021-01-11 12:30:20'),
(56664,23052,'action created','2021-01-11 17:30:20','2021-01-11 12:30:20'),
(56665,23052,'action started via WP Cron','2021-01-11 17:31:31','2021-01-11 12:31:31'),
(56666,23052,'action complete via WP Cron','2021-01-11 17:31:32','2021-01-11 12:31:32'),
(56667,23053,'action created','2021-01-11 17:31:32','2021-01-11 12:31:32'),
(56668,23053,'action started via WP Cron','2021-01-11 17:33:39','2021-01-11 12:33:39'),
(56669,23053,'action complete via WP Cron','2021-01-11 17:33:39','2021-01-11 12:33:39'),
(56670,23054,'action created','2021-01-11 17:33:39','2021-01-11 12:33:39'),
(56671,23054,'action started via WP Cron','2021-01-11 17:34:31','2021-01-11 12:34:31'),
(56672,23054,'action complete via WP Cron','2021-01-11 17:34:31','2021-01-11 12:34:31'),
(56673,23055,'action created','2021-01-11 17:34:31','2021-01-11 12:34:31'),
(56674,23055,'action started via WP Cron','2021-01-11 17:36:32','2021-01-11 12:36:32'),
(56675,23055,'action complete via WP Cron','2021-01-11 17:36:32','2021-01-11 12:36:32'),
(56676,23056,'action created','2021-01-11 17:36:32','2021-01-11 12:36:32'),
(56677,23056,'action started via WP Cron','2021-01-11 17:37:15','2021-01-11 12:37:15'),
(56678,23056,'action complete via WP Cron','2021-01-11 17:37:15','2021-01-11 12:37:15'),
(56679,23057,'action created','2021-01-11 17:37:15','2021-01-11 12:37:15'),
(56680,23057,'action started via WP Cron','2021-01-11 17:38:20','2021-01-11 12:38:20'),
(56681,23057,'action complete via WP Cron','2021-01-11 17:38:20','2021-01-11 12:38:20'),
(56682,23058,'action created','2021-01-11 17:38:20','2021-01-11 12:38:20'),
(56683,23058,'action started via WP Cron','2021-01-11 17:39:28','2021-01-11 12:39:28'),
(56684,23058,'action complete via WP Cron','2021-01-11 17:39:28','2021-01-11 12:39:28'),
(56685,23059,'action created','2021-01-11 17:39:28','2021-01-11 12:39:28'),
(56686,23059,'action started via WP Cron','2021-01-11 17:41:30','2021-01-11 12:41:30'),
(56687,23059,'action complete via WP Cron','2021-01-11 17:41:30','2021-01-11 12:41:30'),
(56688,23060,'action created','2021-01-11 17:41:30','2021-01-11 12:41:30'),
(56689,23060,'action started via WP Cron','2021-01-11 17:43:00','2021-01-11 12:43:00'),
(56690,23060,'action complete via WP Cron','2021-01-11 17:43:00','2021-01-11 12:43:00'),
(56691,23061,'action created','2021-01-11 17:43:00','2021-01-11 12:43:00'),
(56692,23061,'action started via WP Cron','2021-01-11 17:44:56','2021-01-11 12:44:56'),
(56693,23061,'action complete via WP Cron','2021-01-11 17:44:56','2021-01-11 12:44:56'),
(56694,23062,'action created','2021-01-11 17:44:56','2021-01-11 12:44:56'),
(56695,23062,'action started via WP Cron','2021-01-11 17:45:17','2021-01-11 12:45:17'),
(56696,23062,'action complete via WP Cron','2021-01-11 17:45:17','2021-01-11 12:45:17'),
(56697,23063,'action created','2021-01-11 17:45:17','2021-01-11 12:45:17'),
(56698,23063,'action started via WP Cron','2021-01-11 17:46:12','2021-01-11 12:46:12'),
(56699,23063,'action complete via WP Cron','2021-01-11 17:46:12','2021-01-11 12:46:12'),
(56700,23064,'action created','2021-01-11 17:46:12','2021-01-11 12:46:12'),
(56701,23064,'action started via WP Cron','2021-01-11 17:47:12','2021-01-11 12:47:12'),
(56702,23064,'action complete via WP Cron','2021-01-11 17:47:12','2021-01-11 12:47:12'),
(56703,23065,'action created','2021-01-11 17:47:12','2021-01-11 12:47:12'),
(56704,23065,'action started via WP Cron','2021-01-11 17:49:11','2021-01-11 12:49:11'),
(56705,23065,'action complete via WP Cron','2021-01-11 17:49:11','2021-01-11 12:49:11'),
(56706,23066,'action created','2021-01-11 17:49:11','2021-01-11 12:49:11'),
(56707,23066,'action started via WP Cron','2021-01-11 17:50:19','2021-01-11 12:50:19'),
(56708,23066,'action complete via WP Cron','2021-01-11 17:50:19','2021-01-11 12:50:19'),
(56709,23067,'action created','2021-01-11 17:50:19','2021-01-11 12:50:19'),
(56710,23067,'action started via WP Cron','2021-01-11 17:51:29','2021-01-11 12:51:29'),
(56711,23067,'action complete via WP Cron','2021-01-11 17:51:29','2021-01-11 12:51:29'),
(56712,23068,'action created','2021-01-11 17:51:29','2021-01-11 12:51:29'),
(56713,23068,'action started via WP Cron','2021-01-11 17:54:40','2021-01-11 12:54:40'),
(56714,23068,'action complete via WP Cron','2021-01-11 17:54:40','2021-01-11 12:54:40'),
(56715,23069,'action created','2021-01-11 17:54:40','2021-01-11 12:54:40'),
(56716,23069,'action started via WP Cron','2021-01-11 17:55:16','2021-01-11 12:55:16'),
(56717,23069,'action complete via WP Cron','2021-01-11 17:55:16','2021-01-11 12:55:16'),
(56718,23070,'action created','2021-01-11 17:55:16','2021-01-11 12:55:16'),
(56719,23070,'action started via WP Cron','2021-01-11 17:57:08','2021-01-11 12:57:08'),
(56720,23070,'action complete via WP Cron','2021-01-11 17:57:08','2021-01-11 12:57:08'),
(56721,23071,'action created','2021-01-11 17:57:08','2021-01-11 12:57:08'),
(56722,23071,'action started via WP Cron','2021-01-11 18:00:30','2021-01-11 13:00:30'),
(56723,23071,'action complete via WP Cron','2021-01-11 18:00:30','2021-01-11 13:00:30'),
(56724,23072,'action created','2021-01-11 18:00:30','2021-01-11 13:00:30'),
(56725,23072,'action started via WP Cron','2021-01-11 18:02:50','2021-01-11 13:02:50'),
(56726,23072,'action complete via WP Cron','2021-01-11 18:02:50','2021-01-11 13:02:50'),
(56727,23073,'action created','2021-01-11 18:02:50','2021-01-11 13:02:50'),
(56728,23073,'action started via WP Cron','2021-01-11 18:03:36','2021-01-11 13:03:36'),
(56729,23073,'action complete via WP Cron','2021-01-11 18:03:36','2021-01-11 13:03:36'),
(56730,23074,'action created','2021-01-11 18:03:36','2021-01-11 13:03:36'),
(56731,23074,'action started via WP Cron','2021-01-11 18:04:35','2021-01-11 13:04:35'),
(56732,23074,'action complete via WP Cron','2021-01-11 18:04:35','2021-01-11 13:04:35'),
(56733,23075,'action created','2021-01-11 18:04:35','2021-01-11 13:04:35'),
(56734,23075,'action started via WP Cron','2021-01-11 18:06:02','2021-01-11 13:06:02'),
(56735,23075,'action complete via WP Cron','2021-01-11 18:06:02','2021-01-11 13:06:02'),
(56736,23076,'action created','2021-01-11 18:06:02','2021-01-11 13:06:02'),
(56737,23076,'action started via WP Cron','2021-01-11 18:06:21','2021-01-11 13:06:21'),
(56738,23076,'action complete via WP Cron','2021-01-11 18:06:21','2021-01-11 13:06:21'),
(56739,23077,'action created','2021-01-11 18:06:21','2021-01-11 13:06:21'),
(56740,23077,'action started via WP Cron','2021-01-11 18:09:46','2021-01-11 13:09:46'),
(56741,23077,'action complete via WP Cron','2021-01-11 18:09:46','2021-01-11 13:09:46'),
(56742,23078,'action created','2021-01-11 18:09:46','2021-01-11 13:09:46'),
(56743,23078,'action started via WP Cron','2021-01-11 18:10:26','2021-01-11 13:10:26'),
(56744,23078,'action complete via WP Cron','2021-01-11 18:10:26','2021-01-11 13:10:26'),
(56745,23079,'action created','2021-01-11 18:10:26','2021-01-11 13:10:26'),
(56746,23079,'action started via WP Cron','2021-01-11 18:11:53','2021-01-11 13:11:53'),
(56747,23079,'action complete via WP Cron','2021-01-11 18:11:53','2021-01-11 13:11:53'),
(56748,23080,'action created','2021-01-11 18:11:53','2021-01-11 13:11:53'),
(56749,23080,'action started via WP Cron','2021-01-11 18:12:12','2021-01-11 13:12:12'),
(56750,23080,'action complete via WP Cron','2021-01-11 18:12:12','2021-01-11 13:12:12'),
(56751,23081,'action created','2021-01-11 18:12:12','2021-01-11 13:12:12'),
(56752,23081,'action started via WP Cron','2021-01-11 18:14:24','2021-01-11 13:14:24'),
(56753,23081,'action complete via WP Cron','2021-01-11 18:14:24','2021-01-11 13:14:24'),
(56754,23082,'action created','2021-01-11 18:14:24','2021-01-11 13:14:24'),
(56755,23082,'action started via WP Cron','2021-01-11 18:15:45','2021-01-11 13:15:45'),
(56756,23082,'action complete via WP Cron','2021-01-11 18:15:45','2021-01-11 13:15:45'),
(56757,23083,'action created','2021-01-11 18:15:45','2021-01-11 13:15:45'),
(56758,23083,'action started via WP Cron','2021-01-11 18:17:13','2021-01-11 13:17:13'),
(56759,23083,'action complete via WP Cron','2021-01-11 18:17:13','2021-01-11 13:17:13'),
(56760,23084,'action created','2021-01-11 18:17:13','2021-01-11 13:17:13'),
(56761,23084,'action started via WP Cron','2021-01-11 18:18:45','2021-01-11 13:18:45'),
(56762,23084,'action complete via WP Cron','2021-01-11 18:18:45','2021-01-11 13:18:45'),
(56763,23085,'action created','2021-01-11 18:18:45','2021-01-11 13:18:45'),
(56764,23085,'action started via WP Cron','2021-01-11 18:19:42','2021-01-11 13:19:42'),
(56765,23085,'action complete via WP Cron','2021-01-11 18:19:42','2021-01-11 13:19:42'),
(56766,23086,'action created','2021-01-11 18:19:42','2021-01-11 13:19:42'),
(56767,23086,'action started via WP Cron','2021-01-11 18:20:14','2021-01-11 13:20:14'),
(56768,23086,'action complete via WP Cron','2021-01-11 18:20:14','2021-01-11 13:20:14'),
(56769,23087,'action created','2021-01-11 18:20:14','2021-01-11 13:20:14'),
(56770,23087,'action started via WP Cron','2021-01-11 18:21:14','2021-01-11 13:21:14'),
(56771,23087,'action complete via WP Cron','2021-01-11 18:21:14','2021-01-11 13:21:14'),
(56772,23088,'action created','2021-01-11 18:21:14','2021-01-11 13:21:14'),
(56773,23088,'action started via WP Cron','2021-01-11 18:22:12','2021-01-11 13:22:12'),
(56774,23088,'action complete via WP Cron','2021-01-11 18:22:12','2021-01-11 13:22:12'),
(56775,23089,'action created','2021-01-11 18:22:12','2021-01-11 13:22:12'),
(56776,23089,'action started via WP Cron','2021-01-11 18:23:35','2021-01-11 13:23:35'),
(56777,23089,'action complete via WP Cron','2021-01-11 18:23:35','2021-01-11 13:23:35'),
(56778,23090,'action created','2021-01-11 18:23:35','2021-01-11 13:23:35'),
(56779,23090,'action started via WP Cron','2021-01-11 18:24:44','2021-01-11 13:24:44'),
(56780,23090,'action complete via WP Cron','2021-01-11 18:24:44','2021-01-11 13:24:44'),
(56781,23091,'action created','2021-01-11 18:24:44','2021-01-11 13:24:44'),
(56782,23091,'action started via WP Cron','2021-01-11 18:25:34','2021-01-11 13:25:34'),
(56783,23091,'action complete via WP Cron','2021-01-11 18:25:34','2021-01-11 13:25:34'),
(56784,23092,'action created','2021-01-11 18:25:34','2021-01-11 13:25:34'),
(56785,23092,'action started via WP Cron','2021-01-11 18:27:05','2021-01-11 13:27:05'),
(56786,23092,'action complete via WP Cron','2021-01-11 18:27:05','2021-01-11 13:27:05'),
(56787,23093,'action created','2021-01-11 18:27:05','2021-01-11 13:27:05'),
(56788,23093,'action started via WP Cron','2021-01-11 18:28:12','2021-01-11 13:28:12'),
(56789,23093,'action complete via WP Cron','2021-01-11 18:28:12','2021-01-11 13:28:12'),
(56790,23094,'action created','2021-01-11 18:28:12','2021-01-11 13:28:12'),
(56791,23094,'action started via WP Cron','2021-01-11 18:29:44','2021-01-11 13:29:44'),
(56792,23094,'action complete via WP Cron','2021-01-11 18:29:44','2021-01-11 13:29:44'),
(56793,23095,'action created','2021-01-11 18:29:44','2021-01-11 13:29:44'),
(56794,23095,'action started via WP Cron','2021-01-11 18:30:26','2021-01-11 13:30:26'),
(56795,23095,'action complete via WP Cron','2021-01-11 18:30:26','2021-01-11 13:30:26'),
(56796,23096,'action created','2021-01-11 18:30:26','2021-01-11 13:30:26'),
(56797,23096,'action started via WP Cron','2021-01-11 18:31:43','2021-01-11 13:31:43'),
(56798,23096,'action complete via WP Cron','2021-01-11 18:31:43','2021-01-11 13:31:43'),
(56799,23097,'action created','2021-01-11 18:31:43','2021-01-11 13:31:43'),
(56800,23097,'action started via WP Cron','2021-01-11 18:32:31','2021-01-11 13:32:31'),
(56801,23097,'action complete via WP Cron','2021-01-11 18:32:31','2021-01-11 13:32:31'),
(56802,23098,'action created','2021-01-11 18:32:31','2021-01-11 13:32:31'),
(56803,23098,'action started via WP Cron','2021-01-11 18:34:21','2021-01-11 13:34:21'),
(56804,23098,'action complete via WP Cron','2021-01-11 18:34:21','2021-01-11 13:34:21'),
(56805,23099,'action created','2021-01-11 18:34:21','2021-01-11 13:34:21'),
(56806,23099,'action started via WP Cron','2021-01-11 18:35:47','2021-01-11 13:35:47'),
(56807,23099,'action complete via WP Cron','2021-01-11 18:35:47','2021-01-11 13:35:47'),
(56808,23100,'action created','2021-01-11 18:35:47','2021-01-11 13:35:47'),
(56809,23100,'action started via WP Cron','2021-01-11 18:36:54','2021-01-11 13:36:54'),
(56810,23100,'action complete via WP Cron','2021-01-11 18:36:54','2021-01-11 13:36:54'),
(56811,23101,'action created','2021-01-11 18:36:54','2021-01-11 13:36:54'),
(56812,23101,'action started via WP Cron','2021-01-11 18:37:27','2021-01-11 13:37:27'),
(56813,23101,'action complete via WP Cron','2021-01-11 18:37:27','2021-01-11 13:37:27'),
(56814,23102,'action created','2021-01-11 18:37:27','2021-01-11 13:37:27'),
(56815,23102,'action started via WP Cron','2021-01-11 18:38:16','2021-01-11 13:38:16'),
(56816,23102,'action complete via WP Cron','2021-01-11 18:38:16','2021-01-11 13:38:16'),
(56817,23103,'action created','2021-01-11 18:38:16','2021-01-11 13:38:16'),
(56818,23103,'action started via WP Cron','2021-01-11 18:39:27','2021-01-11 13:39:27'),
(56819,23103,'action complete via WP Cron','2021-01-11 18:39:27','2021-01-11 13:39:27'),
(56820,23104,'action created','2021-01-11 18:39:27','2021-01-11 13:39:27'),
(56821,23104,'action started via WP Cron','2021-01-11 18:40:35','2021-01-11 13:40:35'),
(56822,23104,'action complete via WP Cron','2021-01-11 18:40:35','2021-01-11 13:40:35'),
(56823,23105,'action created','2021-01-11 18:40:35','2021-01-11 13:40:35'),
(56824,23105,'action started via WP Cron','2021-01-11 18:41:45','2021-01-11 13:41:45'),
(56825,23105,'action complete via WP Cron','2021-01-11 18:41:45','2021-01-11 13:41:45'),
(56826,23106,'action created','2021-01-11 18:41:45','2021-01-11 13:41:45'),
(56827,23106,'action started via WP Cron','2021-01-11 18:42:46','2021-01-11 13:42:46'),
(56828,23106,'action complete via WP Cron','2021-01-11 18:42:46','2021-01-11 13:42:46'),
(56829,23107,'action created','2021-01-11 18:42:46','2021-01-11 13:42:46'),
(56830,23107,'action started via WP Cron','2021-01-11 18:44:00','2021-01-11 13:44:00'),
(56831,23107,'action complete via WP Cron','2021-01-11 18:44:00','2021-01-11 13:44:00'),
(56832,23108,'action created','2021-01-11 18:44:00','2021-01-11 13:44:00'),
(56833,23108,'action started via WP Cron','2021-01-11 18:44:11','2021-01-11 13:44:11'),
(56834,23108,'action complete via WP Cron','2021-01-11 18:44:11','2021-01-11 13:44:11'),
(56835,23109,'action created','2021-01-11 18:44:11','2021-01-11 13:44:11'),
(56836,23109,'action started via WP Cron','2021-01-11 18:47:30','2021-01-11 13:47:30'),
(56837,23109,'action complete via WP Cron','2021-01-11 18:47:30','2021-01-11 13:47:30'),
(56838,23110,'action created','2021-01-11 18:47:30','2021-01-11 13:47:30'),
(56839,23110,'action started via WP Cron','2021-01-11 18:49:17','2021-01-11 13:49:17'),
(56840,23110,'action complete via WP Cron','2021-01-11 18:49:17','2021-01-11 13:49:17'),
(56841,23111,'action created','2021-01-11 18:49:17','2021-01-11 13:49:17'),
(56842,23111,'action started via WP Cron','2021-01-11 18:50:24','2021-01-11 13:50:24'),
(56843,23111,'action complete via WP Cron','2021-01-11 18:50:24','2021-01-11 13:50:24'),
(56844,23112,'action created','2021-01-11 18:50:24','2021-01-11 13:50:24'),
(56845,23112,'action started via WP Cron','2021-01-11 18:51:28','2021-01-11 13:51:28'),
(56846,23112,'action complete via WP Cron','2021-01-11 18:51:28','2021-01-11 13:51:28'),
(56847,23113,'action created','2021-01-11 18:51:28','2021-01-11 13:51:28'),
(56848,23113,'action started via WP Cron','2021-01-11 18:52:34','2021-01-11 13:52:34'),
(56849,23113,'action complete via WP Cron','2021-01-11 18:52:34','2021-01-11 13:52:34'),
(56850,23114,'action created','2021-01-11 18:52:34','2021-01-11 13:52:34'),
(56851,23114,'action started via WP Cron','2021-01-11 18:54:09','2021-01-11 13:54:09'),
(56852,23114,'action complete via WP Cron','2021-01-11 18:54:09','2021-01-11 13:54:09'),
(56853,23115,'action created','2021-01-11 18:54:09','2021-01-11 13:54:09'),
(56854,23115,'action started via WP Cron','2021-01-11 18:54:39','2021-01-11 13:54:39'),
(56855,23115,'action complete via WP Cron','2021-01-11 18:54:39','2021-01-11 13:54:39'),
(56856,23116,'action created','2021-01-11 18:54:39','2021-01-11 13:54:39'),
(56857,23116,'action started via WP Cron','2021-01-11 18:55:33','2021-01-11 13:55:33'),
(56858,23116,'action complete via WP Cron','2021-01-11 18:55:33','2021-01-11 13:55:33'),
(56859,23117,'action created','2021-01-11 18:55:33','2021-01-11 13:55:33'),
(56860,23117,'action started via WP Cron','2021-01-11 18:56:43','2021-01-11 13:56:43'),
(56861,23117,'action complete via WP Cron','2021-01-11 18:56:43','2021-01-11 13:56:43'),
(56862,23118,'action created','2021-01-11 18:56:43','2021-01-11 13:56:43'),
(56863,23118,'action started via WP Cron','2021-01-11 18:57:13','2021-01-11 13:57:13'),
(56864,23118,'action complete via WP Cron','2021-01-11 18:57:13','2021-01-11 13:57:13'),
(56865,23119,'action created','2021-01-11 18:57:13','2021-01-11 13:57:13'),
(56866,23119,'action started via WP Cron','2021-01-11 18:58:44','2021-01-11 13:58:44'),
(56867,23119,'action complete via WP Cron','2021-01-11 18:58:44','2021-01-11 13:58:44'),
(56868,23120,'action created','2021-01-11 18:58:44','2021-01-11 13:58:44'),
(56869,23120,'action started via WP Cron','2021-01-11 18:59:14','2021-01-11 13:59:14'),
(56870,23120,'action complete via WP Cron','2021-01-11 18:59:14','2021-01-11 13:59:14'),
(56871,23121,'action created','2021-01-11 18:59:14','2021-01-11 13:59:14'),
(56872,23121,'action started via WP Cron','2021-01-11 19:02:20','2021-01-11 14:02:20'),
(56873,23121,'action complete via WP Cron','2021-01-11 19:02:20','2021-01-11 14:02:20'),
(56874,23122,'action created','2021-01-11 19:02:20','2021-01-11 14:02:20'),
(56875,23122,'action started via WP Cron','2021-01-11 19:03:23','2021-01-11 14:03:23'),
(56876,23122,'action complete via WP Cron','2021-01-11 19:03:23','2021-01-11 14:03:23'),
(56877,23123,'action created','2021-01-11 19:03:23','2021-01-11 14:03:23'),
(56878,23123,'action started via WP Cron','2021-01-11 19:04:13','2021-01-11 14:04:13'),
(56879,23123,'action complete via WP Cron','2021-01-11 19:04:13','2021-01-11 14:04:13'),
(56880,23124,'action created','2021-01-11 19:04:13','2021-01-11 14:04:13'),
(56881,23124,'action started via WP Cron','2021-01-11 19:06:14','2021-01-11 14:06:14'),
(56882,23124,'action complete via WP Cron','2021-01-11 19:06:15','2021-01-11 14:06:15'),
(56883,23125,'action created','2021-01-11 19:06:15','2021-01-11 14:06:15'),
(56884,23125,'action started via WP Cron','2021-01-11 19:07:15','2021-01-11 14:07:15'),
(56885,23125,'action complete via WP Cron','2021-01-11 19:07:15','2021-01-11 14:07:15'),
(56886,23126,'action created','2021-01-11 19:07:15','2021-01-11 14:07:15'),
(56887,23126,'action started via WP Cron','2021-01-11 19:08:17','2021-01-11 14:08:17'),
(56888,23126,'action complete via WP Cron','2021-01-11 19:08:17','2021-01-11 14:08:17'),
(56889,23127,'action created','2021-01-11 19:08:17','2021-01-11 14:08:17'),
(56890,23127,'action started via WP Cron','2021-01-11 19:10:05','2021-01-11 14:10:05'),
(56891,23127,'action complete via WP Cron','2021-01-11 19:10:05','2021-01-11 14:10:05'),
(56892,23128,'action created','2021-01-11 19:10:05','2021-01-11 14:10:05'),
(56893,23128,'action started via WP Cron','2021-01-11 19:10:42','2021-01-11 14:10:42'),
(56894,23128,'action complete via WP Cron','2021-01-11 19:10:42','2021-01-11 14:10:42'),
(56895,23129,'action created','2021-01-11 19:10:42','2021-01-11 14:10:42'),
(56896,23129,'action started via WP Cron','2021-01-11 19:12:15','2021-01-11 14:12:15'),
(56897,23129,'action complete via WP Cron','2021-01-11 19:12:15','2021-01-11 14:12:15'),
(56898,23130,'action created','2021-01-11 19:12:15','2021-01-11 14:12:15'),
(56899,23130,'action started via WP Cron','2021-01-11 19:13:32','2021-01-11 14:13:32'),
(56900,23130,'action complete via WP Cron','2021-01-11 19:13:32','2021-01-11 14:13:32'),
(56901,23131,'action created','2021-01-11 19:13:32','2021-01-11 14:13:32'),
(56902,23131,'action started via Async Request','2021-01-11 19:13:48','2021-01-11 14:13:48'),
(56903,23131,'action complete via Async Request','2021-01-11 19:13:48','2021-01-11 14:13:48'),
(56904,23132,'action created','2021-01-11 19:14:33','2021-01-11 14:14:33'),
(56905,23132,'action started via WP Cron','2021-01-11 19:16:12','2021-01-11 14:16:12'),
(56906,23132,'action complete via WP Cron','2021-01-11 19:16:12','2021-01-11 14:16:12'),
(56907,23133,'action created','2021-01-11 19:16:12','2021-01-11 14:16:12'),
(56908,23133,'action started via WP Cron','2021-01-11 19:18:45','2021-01-11 14:18:45'),
(56909,23133,'action complete via WP Cron','2021-01-11 19:18:45','2021-01-11 14:18:45'),
(56910,23134,'action created','2021-01-11 19:18:45','2021-01-11 14:18:45'),
(56911,23134,'action started via WP Cron','2021-01-11 19:20:35','2021-01-11 14:20:35'),
(56912,23134,'action complete via WP Cron','2021-01-11 19:20:35','2021-01-11 14:20:35'),
(56913,23135,'action created','2021-01-11 19:20:35','2021-01-11 14:20:35'),
(56914,23135,'action started via WP Cron','2021-01-11 19:21:28','2021-01-11 14:21:28'),
(56915,23135,'action complete via WP Cron','2021-01-11 19:21:28','2021-01-11 14:21:28'),
(56916,23136,'action created','2021-01-11 19:21:28','2021-01-11 14:21:28'),
(56917,23136,'action started via WP Cron','2021-01-11 19:22:41','2021-01-11 14:22:41'),
(56918,23136,'action complete via WP Cron','2021-01-11 19:22:41','2021-01-11 14:22:41'),
(56919,23137,'action created','2021-01-11 19:22:42','2021-01-11 14:22:42'),
(56920,23137,'action started via WP Cron','2021-01-11 19:23:12','2021-01-11 14:23:12'),
(56921,23137,'action complete via WP Cron','2021-01-11 19:23:12','2021-01-11 14:23:12'),
(56922,23138,'action created','2021-01-11 19:23:12','2021-01-11 14:23:12'),
(56923,23138,'action started via WP Cron','2021-01-11 19:24:26','2021-01-11 14:24:26'),
(56924,23138,'action complete via WP Cron','2021-01-11 19:24:26','2021-01-11 14:24:26'),
(56925,23139,'action created','2021-01-11 19:24:26','2021-01-11 14:24:26'),
(56926,23139,'action started via WP Cron','2021-01-11 19:25:14','2021-01-11 14:25:14'),
(56927,23139,'action complete via WP Cron','2021-01-11 19:25:14','2021-01-11 14:25:14'),
(56928,23140,'action created','2021-01-11 19:25:14','2021-01-11 14:25:14'),
(56929,23140,'action started via WP Cron','2021-01-11 19:26:28','2021-01-11 14:26:28'),
(56930,23140,'action complete via WP Cron','2021-01-11 19:26:28','2021-01-11 14:26:28'),
(56931,23141,'action created','2021-01-11 19:26:28','2021-01-11 14:26:28'),
(56932,23141,'action started via WP Cron','2021-01-11 19:28:54','2021-01-11 14:28:54'),
(56933,23141,'action complete via WP Cron','2021-01-11 19:28:54','2021-01-11 14:28:54'),
(56934,23142,'action created','2021-01-11 19:28:54','2021-01-11 14:28:54'),
(56935,23142,'action started via WP Cron','2021-01-11 19:29:42','2021-01-11 14:29:42'),
(56936,23142,'action complete via WP Cron','2021-01-11 19:29:42','2021-01-11 14:29:42'),
(56937,23143,'action created','2021-01-11 19:29:42','2021-01-11 14:29:42'),
(56938,23143,'action started via WP Cron','2021-01-11 19:30:33','2021-01-11 14:30:33'),
(56939,23143,'action complete via WP Cron','2021-01-11 19:30:34','2021-01-11 14:30:34'),
(56940,23144,'action created','2021-01-11 19:30:34','2021-01-11 14:30:34'),
(56941,23144,'action started via WP Cron','2021-01-11 19:31:22','2021-01-11 14:31:22'),
(56942,23144,'action complete via WP Cron','2021-01-11 19:31:22','2021-01-11 14:31:22'),
(56943,23145,'action created','2021-01-11 19:31:22','2021-01-11 14:31:22'),
(56944,23145,'action started via WP Cron','2021-01-11 19:32:15','2021-01-11 14:32:15'),
(56945,23145,'action complete via WP Cron','2021-01-11 19:32:15','2021-01-11 14:32:15'),
(56946,23146,'action created','2021-01-11 19:32:15','2021-01-11 14:32:15'),
(56947,23146,'action started via WP Cron','2021-01-11 19:33:25','2021-01-11 14:33:25'),
(56948,23146,'action complete via WP Cron','2021-01-11 19:33:25','2021-01-11 14:33:25'),
(56949,23147,'action created','2021-01-11 19:33:25','2021-01-11 14:33:25'),
(56950,23147,'action started via WP Cron','2021-01-11 19:36:13','2021-01-11 14:36:13'),
(56951,23147,'action complete via WP Cron','2021-01-11 19:36:13','2021-01-11 14:36:13'),
(56952,23148,'action created','2021-01-11 19:36:13','2021-01-11 14:36:13'),
(56953,23148,'action started via WP Cron','2021-01-11 19:37:51','2021-01-11 14:37:51'),
(56954,23148,'action complete via WP Cron','2021-01-11 19:37:51','2021-01-11 14:37:51'),
(56955,23149,'action created','2021-01-11 19:37:51','2021-01-11 14:37:51'),
(56956,23149,'action started via WP Cron','2021-01-11 19:38:41','2021-01-11 14:38:41'),
(56957,23149,'action complete via WP Cron','2021-01-11 19:38:41','2021-01-11 14:38:41'),
(56958,23150,'action created','2021-01-11 19:38:41','2021-01-11 14:38:41'),
(56959,23150,'action started via WP Cron','2021-01-11 19:39:17','2021-01-11 14:39:17'),
(56960,23150,'action complete via WP Cron','2021-01-11 19:39:17','2021-01-11 14:39:17'),
(56961,23151,'action created','2021-01-11 19:39:17','2021-01-11 14:39:17'),
(56962,23151,'action started via WP Cron','2021-01-11 19:40:50','2021-01-11 14:40:50'),
(56963,23151,'action complete via WP Cron','2021-01-11 19:40:50','2021-01-11 14:40:50'),
(56964,23152,'action created','2021-01-11 19:40:50','2021-01-11 14:40:50'),
(56965,23152,'action started via WP Cron','2021-01-11 19:41:15','2021-01-11 14:41:15'),
(56966,23152,'action complete via WP Cron','2021-01-11 19:41:15','2021-01-11 14:41:15'),
(56967,23153,'action created','2021-01-11 19:41:15','2021-01-11 14:41:15'),
(56968,23153,'action started via WP Cron','2021-01-11 19:42:23','2021-01-11 14:42:23'),
(56969,23153,'action complete via WP Cron','2021-01-11 19:42:23','2021-01-11 14:42:23'),
(56970,23154,'action created','2021-01-11 19:42:23','2021-01-11 14:42:23'),
(56971,23154,'action started via WP Cron','2021-01-11 19:43:20','2021-01-11 14:43:20'),
(56972,23154,'action complete via WP Cron','2021-01-11 19:43:20','2021-01-11 14:43:20'),
(56973,23155,'action created','2021-01-11 19:43:20','2021-01-11 14:43:20'),
(56974,23155,'action started via WP Cron','2021-01-11 19:44:32','2021-01-11 14:44:32'),
(56975,23155,'action complete via WP Cron','2021-01-11 19:44:32','2021-01-11 14:44:32'),
(56976,23156,'action created','2021-01-11 19:44:32','2021-01-11 14:44:32'),
(56977,23156,'action started via WP Cron','2021-01-11 19:45:13','2021-01-11 14:45:13'),
(56978,23156,'action complete via WP Cron','2021-01-11 19:45:13','2021-01-11 14:45:13'),
(56979,23157,'action created','2021-01-11 19:45:13','2021-01-11 14:45:13'),
(56980,23157,'action started via WP Cron','2021-01-11 19:46:19','2021-01-11 14:46:19'),
(56981,23157,'action complete via WP Cron','2021-01-11 19:46:19','2021-01-11 14:46:19'),
(56982,23158,'action created','2021-01-11 19:46:19','2021-01-11 14:46:19'),
(56983,23158,'action started via WP Cron','2021-01-11 19:47:34','2021-01-11 14:47:34'),
(56984,23158,'action complete via WP Cron','2021-01-11 19:47:34','2021-01-11 14:47:34'),
(56985,23159,'action created','2021-01-11 19:47:34','2021-01-11 14:47:34'),
(56986,23159,'action started via WP Cron','2021-01-11 19:48:52','2021-01-11 14:48:52'),
(56987,23159,'action complete via WP Cron','2021-01-11 19:48:52','2021-01-11 14:48:52'),
(56988,23160,'action created','2021-01-11 19:48:52','2021-01-11 14:48:52'),
(56989,23160,'action started via WP Cron','2021-01-11 19:49:36','2021-01-11 14:49:36'),
(56990,23160,'action complete via WP Cron','2021-01-11 19:49:36','2021-01-11 14:49:36'),
(56991,23161,'action created','2021-01-11 19:49:36','2021-01-11 14:49:36'),
(56992,23161,'action started via WP Cron','2021-01-11 19:51:01','2021-01-11 14:51:01'),
(56993,23161,'action complete via WP Cron','2021-01-11 19:51:01','2021-01-11 14:51:01'),
(56994,23162,'action created','2021-01-11 19:51:01','2021-01-11 14:51:01'),
(56995,23162,'action started via WP Cron','2021-01-11 19:51:55','2021-01-11 14:51:55'),
(56996,23162,'action complete via WP Cron','2021-01-11 19:51:55','2021-01-11 14:51:55'),
(56997,23163,'action created','2021-01-11 19:51:56','2021-01-11 14:51:56'),
(56998,23163,'action started via WP Cron','2021-01-11 19:52:28','2021-01-11 14:52:28'),
(56999,23163,'action complete via WP Cron','2021-01-11 19:52:28','2021-01-11 14:52:28'),
(57000,23164,'action created','2021-01-11 19:52:29','2021-01-11 14:52:29'),
(57001,23164,'action started via WP Cron','2021-01-11 19:53:18','2021-01-11 14:53:18'),
(57002,23164,'action complete via WP Cron','2021-01-11 19:53:18','2021-01-11 14:53:18'),
(57003,23165,'action created','2021-01-11 19:53:18','2021-01-11 14:53:18'),
(57004,23165,'action started via WP Cron','2021-01-11 19:54:45','2021-01-11 14:54:45'),
(57005,23165,'action complete via WP Cron','2021-01-11 19:54:45','2021-01-11 14:54:45'),
(57006,23166,'action created','2021-01-11 19:54:45','2021-01-11 14:54:45'),
(57007,23166,'action started via WP Cron','2021-01-11 19:55:36','2021-01-11 14:55:36'),
(57008,23166,'action complete via WP Cron','2021-01-11 19:55:36','2021-01-11 14:55:36'),
(57009,23167,'action created','2021-01-11 19:55:36','2021-01-11 14:55:36'),
(57010,23167,'action started via WP Cron','2021-01-11 19:56:56','2021-01-11 14:56:56'),
(57011,23167,'action complete via WP Cron','2021-01-11 19:56:56','2021-01-11 14:56:56'),
(57012,23168,'action created','2021-01-11 19:56:56','2021-01-11 14:56:56'),
(57013,23168,'action started via WP Cron','2021-01-11 19:57:41','2021-01-11 14:57:41'),
(57014,23168,'action complete via WP Cron','2021-01-11 19:57:41','2021-01-11 14:57:41'),
(57015,23169,'action created','2021-01-11 19:57:41','2021-01-11 14:57:41'),
(57016,23169,'action started via WP Cron','2021-01-11 19:58:24','2021-01-11 14:58:24'),
(57017,23169,'action complete via WP Cron','2021-01-11 19:58:24','2021-01-11 14:58:24'),
(57018,23170,'action created','2021-01-11 19:58:24','2021-01-11 14:58:24'),
(57019,23170,'action started via WP Cron','2021-01-11 20:00:51','2021-01-11 15:00:51'),
(57020,23170,'action complete via WP Cron','2021-01-11 20:00:51','2021-01-11 15:00:51'),
(57021,23171,'action created','2021-01-11 20:00:51','2021-01-11 15:00:51'),
(57022,23171,'action started via WP Cron','2021-01-11 20:01:15','2021-01-11 15:01:15'),
(57023,23171,'action complete via WP Cron','2021-01-11 20:01:15','2021-01-11 15:01:15'),
(57024,23172,'action created','2021-01-11 20:01:15','2021-01-11 15:01:15'),
(57025,23172,'action started via WP Cron','2021-01-11 20:02:19','2021-01-11 15:02:19'),
(57026,23172,'action complete via WP Cron','2021-01-11 20:02:19','2021-01-11 15:02:19'),
(57027,23173,'action created','2021-01-11 20:02:19','2021-01-11 15:02:19'),
(57028,23173,'action started via WP Cron','2021-01-11 20:04:18','2021-01-11 15:04:18'),
(57029,23173,'action complete via WP Cron','2021-01-11 20:04:18','2021-01-11 15:04:18'),
(57030,23174,'action created','2021-01-11 20:04:18','2021-01-11 15:04:18'),
(57031,23174,'action started via WP Cron','2021-01-11 20:06:04','2021-01-11 15:06:04'),
(57032,23174,'action complete via WP Cron','2021-01-11 20:06:04','2021-01-11 15:06:04'),
(57033,23175,'action created','2021-01-11 20:06:05','2021-01-11 15:06:05'),
(57034,23175,'action started via WP Cron','2021-01-11 20:07:52','2021-01-11 15:07:52'),
(57035,23175,'action complete via WP Cron','2021-01-11 20:07:52','2021-01-11 15:07:52'),
(57036,23176,'action created','2021-01-11 20:07:52','2021-01-11 15:07:52'),
(57037,23176,'action started via WP Cron','2021-01-11 20:08:14','2021-01-11 15:08:14'),
(57038,23176,'action complete via WP Cron','2021-01-11 20:08:14','2021-01-11 15:08:14'),
(57039,23177,'action created','2021-01-11 20:08:14','2021-01-11 15:08:14'),
(57040,23177,'action started via WP Cron','2021-01-11 20:09:39','2021-01-11 15:09:39'),
(57041,23177,'action complete via WP Cron','2021-01-11 20:09:39','2021-01-11 15:09:39'),
(57042,23178,'action created','2021-01-11 20:09:42','2021-01-11 15:09:42'),
(57043,23178,'action started via WP Cron','2021-01-11 20:11:33','2021-01-11 15:11:33'),
(57044,23178,'action complete via WP Cron','2021-01-11 20:11:33','2021-01-11 15:11:33'),
(57045,23179,'action created','2021-01-11 20:11:33','2021-01-11 15:11:33'),
(57046,23179,'action started via WP Cron','2021-01-11 20:12:25','2021-01-11 15:12:25'),
(57047,23179,'action complete via WP Cron','2021-01-11 20:12:25','2021-01-11 15:12:25'),
(57048,23180,'action created','2021-01-11 20:12:25','2021-01-11 15:12:25'),
(57049,23180,'action started via WP Cron','2021-01-11 20:13:19','2021-01-11 15:13:19'),
(57050,23180,'action complete via WP Cron','2021-01-11 20:13:19','2021-01-11 15:13:19'),
(57051,23181,'action created','2021-01-11 20:13:19','2021-01-11 15:13:19'),
(57052,23181,'action started via WP Cron','2021-01-11 20:15:53','2021-01-11 15:15:53'),
(57053,23181,'action complete via WP Cron','2021-01-11 20:15:53','2021-01-11 15:15:53'),
(57054,23182,'action created','2021-01-11 20:15:53','2021-01-11 15:15:53'),
(57055,23182,'action started via WP Cron','2021-01-11 20:16:41','2021-01-11 15:16:41'),
(57056,23182,'action complete via WP Cron','2021-01-11 20:16:41','2021-01-11 15:16:41'),
(57057,23183,'action created','2021-01-11 20:16:41','2021-01-11 15:16:41'),
(57058,23183,'action started via WP Cron','2021-01-11 20:18:33','2021-01-11 15:18:33'),
(57059,23183,'action complete via WP Cron','2021-01-11 20:18:33','2021-01-11 15:18:33'),
(57060,23184,'action created','2021-01-11 20:18:33','2021-01-11 15:18:33'),
(57061,23184,'action started via WP Cron','2021-01-11 20:19:39','2021-01-11 15:19:39'),
(57062,23184,'action complete via WP Cron','2021-01-11 20:19:39','2021-01-11 15:19:39'),
(57063,23185,'action created','2021-01-11 20:19:39','2021-01-11 15:19:39'),
(57064,23185,'action started via WP Cron','2021-01-11 20:20:13','2021-01-11 15:20:13'),
(57065,23185,'action complete via WP Cron','2021-01-11 20:20:13','2021-01-11 15:20:13'),
(57066,23186,'action created','2021-01-11 20:20:13','2021-01-11 15:20:13'),
(57067,23186,'action started via WP Cron','2021-01-11 20:21:11','2021-01-11 15:21:11'),
(57068,23186,'action complete via WP Cron','2021-01-11 20:21:11','2021-01-11 15:21:11'),
(57069,23187,'action created','2021-01-11 20:21:11','2021-01-11 15:21:11'),
(57070,23187,'action started via WP Cron','2021-01-11 20:22:22','2021-01-11 15:22:22'),
(57071,23187,'action complete via WP Cron','2021-01-11 20:22:22','2021-01-11 15:22:22'),
(57072,23188,'action created','2021-01-11 20:22:22','2021-01-11 15:22:22'),
(57073,23188,'action started via WP Cron','2021-01-11 20:23:52','2021-01-11 15:23:52'),
(57074,23188,'action complete via WP Cron','2021-01-11 20:23:52','2021-01-11 15:23:52'),
(57075,23189,'action created','2021-01-11 20:23:52','2021-01-11 15:23:52'),
(57076,23189,'action started via WP Cron','2021-01-11 20:24:23','2021-01-11 15:24:23'),
(57077,23189,'action complete via WP Cron','2021-01-11 20:24:23','2021-01-11 15:24:23'),
(57078,23190,'action created','2021-01-11 20:24:23','2021-01-11 15:24:23'),
(57079,23190,'action started via WP Cron','2021-01-11 20:25:29','2021-01-11 15:25:29'),
(57080,23190,'action complete via WP Cron','2021-01-11 20:25:29','2021-01-11 15:25:29'),
(57081,23191,'action created','2021-01-11 20:25:29','2021-01-11 15:25:29'),
(57082,23191,'action started via WP Cron','2021-01-11 20:26:34','2021-01-11 15:26:34'),
(57083,23191,'action complete via WP Cron','2021-01-11 20:26:34','2021-01-11 15:26:34'),
(57084,23192,'action created','2021-01-11 20:26:34','2021-01-11 15:26:34'),
(57085,23192,'action started via WP Cron','2021-01-11 20:27:14','2021-01-11 15:27:14'),
(57086,23192,'action complete via WP Cron','2021-01-11 20:27:14','2021-01-11 15:27:14'),
(57087,23193,'action created','2021-01-11 20:27:14','2021-01-11 15:27:14'),
(57088,23193,'action started via WP Cron','2021-01-11 20:28:14','2021-01-11 15:28:14'),
(57089,23193,'action complete via WP Cron','2021-01-11 20:28:14','2021-01-11 15:28:14'),
(57090,23194,'action created','2021-01-11 20:28:14','2021-01-11 15:28:14'),
(57091,23194,'action started via WP Cron','2021-01-11 20:29:30','2021-01-11 15:29:30'),
(57092,23194,'action complete via WP Cron','2021-01-11 20:29:30','2021-01-11 15:29:30'),
(57093,23195,'action created','2021-01-11 20:29:30','2021-01-11 15:29:30'),
(57094,23195,'action started via WP Cron','2021-01-11 20:30:20','2021-01-11 15:30:20'),
(57095,23195,'action complete via WP Cron','2021-01-11 20:30:20','2021-01-11 15:30:20'),
(57096,23196,'action created','2021-01-11 20:30:20','2021-01-11 15:30:20'),
(57097,23196,'action started via WP Cron','2021-01-11 20:31:20','2021-01-11 15:31:20'),
(57098,23196,'action complete via WP Cron','2021-01-11 20:31:20','2021-01-11 15:31:20'),
(57099,23197,'action created','2021-01-11 20:31:20','2021-01-11 15:31:20'),
(57100,23197,'action started via WP Cron','2021-01-11 20:32:18','2021-01-11 15:32:18'),
(57101,23197,'action complete via WP Cron','2021-01-11 20:32:18','2021-01-11 15:32:18'),
(57102,23198,'action created','2021-01-11 20:32:18','2021-01-11 15:32:18'),
(57103,23198,'action started via WP Cron','2021-01-11 20:34:32','2021-01-11 15:34:32'),
(57104,23198,'action complete via WP Cron','2021-01-11 20:34:32','2021-01-11 15:34:32'),
(57105,23199,'action created','2021-01-11 20:34:32','2021-01-11 15:34:32'),
(57106,23199,'action started via WP Cron','2021-01-11 20:35:53','2021-01-11 15:35:53'),
(57107,23199,'action complete via WP Cron','2021-01-11 20:35:53','2021-01-11 15:35:53'),
(57108,23200,'action created','2021-01-11 20:35:53','2021-01-11 15:35:53'),
(57109,23200,'action started via WP Cron','2021-01-11 20:36:14','2021-01-11 15:36:14'),
(57110,23200,'action complete via WP Cron','2021-01-11 20:36:14','2021-01-11 15:36:14'),
(57111,23201,'action created','2021-01-11 20:36:14','2021-01-11 15:36:14'),
(57112,23201,'action started via WP Cron','2021-01-11 20:38:04','2021-01-11 15:38:04'),
(57113,23201,'action complete via WP Cron','2021-01-11 20:38:04','2021-01-11 15:38:04'),
(57114,23202,'action created','2021-01-11 20:38:04','2021-01-11 15:38:04'),
(57115,23202,'action started via WP Cron','2021-01-11 20:39:04','2021-01-11 15:39:04'),
(57116,23202,'action complete via WP Cron','2021-01-11 20:39:04','2021-01-11 15:39:04'),
(57117,23203,'action created','2021-01-11 20:39:04','2021-01-11 15:39:04'),
(57118,23203,'action started via WP Cron','2021-01-11 20:40:40','2021-01-11 15:40:40'),
(57119,23203,'action complete via WP Cron','2021-01-11 20:40:40','2021-01-11 15:40:40'),
(57120,23204,'action created','2021-01-11 20:40:41','2021-01-11 15:40:41'),
(57121,23204,'action started via WP Cron','2021-01-11 20:41:15','2021-01-11 15:41:15'),
(57122,23204,'action complete via WP Cron','2021-01-11 20:41:15','2021-01-11 15:41:15'),
(57123,23205,'action created','2021-01-11 20:41:15','2021-01-11 15:41:15'),
(57124,23205,'action started via WP Cron','2021-01-11 20:42:12','2021-01-11 15:42:12'),
(57125,23205,'action complete via WP Cron','2021-01-11 20:42:12','2021-01-11 15:42:12'),
(57126,23206,'action created','2021-01-11 20:42:12','2021-01-11 15:42:12'),
(57127,23206,'action started via WP Cron','2021-01-11 20:44:03','2021-01-11 15:44:03'),
(57128,23206,'action complete via WP Cron','2021-01-11 20:44:03','2021-01-11 15:44:03'),
(57129,23207,'action created','2021-01-11 20:44:03','2021-01-11 15:44:03'),
(57130,23207,'action started via WP Cron','2021-01-11 20:44:42','2021-01-11 15:44:42'),
(57131,23207,'action complete via WP Cron','2021-01-11 20:44:42','2021-01-11 15:44:42'),
(57132,23208,'action created','2021-01-11 20:44:42','2021-01-11 15:44:42'),
(57133,23208,'action started via WP Cron','2021-01-11 20:45:13','2021-01-11 15:45:13'),
(57134,23208,'action complete via WP Cron','2021-01-11 20:45:13','2021-01-11 15:45:13'),
(57135,23209,'action created','2021-01-11 20:45:13','2021-01-11 15:45:13'),
(57136,23209,'action started via WP Cron','2021-01-11 20:46:12','2021-01-11 15:46:12'),
(57137,23209,'action complete via WP Cron','2021-01-11 20:46:12','2021-01-11 15:46:12'),
(57138,23210,'action created','2021-01-11 20:46:12','2021-01-11 15:46:12'),
(57139,23210,'action started via WP Cron','2021-01-11 20:47:32','2021-01-11 15:47:32'),
(57140,23210,'action complete via WP Cron','2021-01-11 20:47:32','2021-01-11 15:47:32'),
(57141,23211,'action created','2021-01-11 20:47:32','2021-01-11 15:47:32'),
(57142,23211,'action started via WP Cron','2021-01-11 20:48:37','2021-01-11 15:48:37'),
(57143,23211,'action complete via WP Cron','2021-01-11 20:48:37','2021-01-11 15:48:37'),
(57144,23212,'action created','2021-01-11 20:49:24','2021-01-11 15:49:24'),
(57145,23212,'action started via WP Cron','2021-01-11 20:50:33','2021-01-11 15:50:33'),
(57146,23212,'action complete via WP Cron','2021-01-11 20:50:33','2021-01-11 15:50:33'),
(57147,23213,'action created','2021-01-11 20:50:33','2021-01-11 15:50:33'),
(57148,23213,'action started via WP Cron','2021-01-11 20:51:25','2021-01-11 15:51:25'),
(57149,23213,'action complete via WP Cron','2021-01-11 20:51:25','2021-01-11 15:51:25'),
(57150,23214,'action created','2021-01-11 20:51:25','2021-01-11 15:51:25'),
(57151,23214,'action started via WP Cron','2021-01-11 20:52:14','2021-01-11 15:52:14'),
(57152,23214,'action complete via WP Cron','2021-01-11 20:52:14','2021-01-11 15:52:14'),
(57153,23215,'action created','2021-01-11 20:52:15','2021-01-11 15:52:15'),
(57154,23215,'action started via WP Cron','2021-01-11 20:54:13','2021-01-11 15:54:13'),
(57155,23215,'action complete via WP Cron','2021-01-11 20:54:13','2021-01-11 15:54:13'),
(57156,23216,'action created','2021-01-11 20:54:14','2021-01-11 15:54:14'),
(57157,23216,'action started via WP Cron','2021-01-11 20:55:54','2021-01-11 15:55:54'),
(57158,23216,'action complete via WP Cron','2021-01-11 20:55:54','2021-01-11 15:55:54'),
(57159,23217,'action created','2021-01-11 20:55:54','2021-01-11 15:55:54'),
(57160,23217,'action started via WP Cron','2021-01-11 20:56:58','2021-01-11 15:56:58'),
(57161,23217,'action complete via WP Cron','2021-01-11 20:56:58','2021-01-11 15:56:58'),
(57162,23218,'action created','2021-01-11 20:56:58','2021-01-11 15:56:58'),
(57163,23218,'action started via WP Cron','2021-01-11 20:57:28','2021-01-11 15:57:28'),
(57164,23218,'action complete via WP Cron','2021-01-11 20:57:28','2021-01-11 15:57:28'),
(57165,23219,'action created','2021-01-11 20:57:28','2021-01-11 15:57:28'),
(57166,23219,'action started via WP Cron','2021-01-11 20:58:41','2021-01-11 15:58:41'),
(57167,23219,'action complete via WP Cron','2021-01-11 20:58:41','2021-01-11 15:58:41'),
(57168,23220,'action created','2021-01-11 20:58:41','2021-01-11 15:58:41'),
(57169,23220,'action started via WP Cron','2021-01-11 21:00:32','2021-01-11 16:00:32'),
(57170,23220,'action complete via WP Cron','2021-01-11 21:00:32','2021-01-11 16:00:32'),
(57171,23221,'action created','2021-01-11 21:00:32','2021-01-11 16:00:32'),
(57172,23221,'action started via WP Cron','2021-01-11 21:01:46','2021-01-11 16:01:46'),
(57173,23221,'action complete via WP Cron','2021-01-11 21:01:46','2021-01-11 16:01:46'),
(57174,23222,'action created','2021-01-11 21:01:46','2021-01-11 16:01:46'),
(57175,23222,'action started via WP Cron','2021-01-11 21:02:44','2021-01-11 16:02:44'),
(57176,23222,'action complete via WP Cron','2021-01-11 21:02:44','2021-01-11 16:02:44'),
(57177,23223,'action created','2021-01-11 21:02:44','2021-01-11 16:02:44'),
(57178,23223,'action started via WP Cron','2021-01-11 21:03:34','2021-01-11 16:03:34'),
(57179,23223,'action complete via WP Cron','2021-01-11 21:03:34','2021-01-11 16:03:34'),
(57180,23224,'action created','2021-01-11 21:03:34','2021-01-11 16:03:34'),
(57181,23224,'action started via WP Cron','2021-01-11 21:04:24','2021-01-11 16:04:24'),
(57182,23224,'action complete via WP Cron','2021-01-11 21:04:24','2021-01-11 16:04:24'),
(57183,23225,'action created','2021-01-11 21:04:24','2021-01-11 16:04:24'),
(57184,23225,'action started via WP Cron','2021-01-11 21:05:40','2021-01-11 16:05:40'),
(57185,23225,'action complete via WP Cron','2021-01-11 21:05:40','2021-01-11 16:05:40'),
(57186,23226,'action created','2021-01-11 21:05:40','2021-01-11 16:05:40'),
(57187,23226,'action started via WP Cron','2021-01-11 21:06:50','2021-01-11 16:06:50'),
(57188,23226,'action complete via WP Cron','2021-01-11 21:06:50','2021-01-11 16:06:50'),
(57189,23227,'action created','2021-01-11 21:06:50','2021-01-11 16:06:50'),
(57190,23227,'action started via WP Cron','2021-01-11 21:08:48','2021-01-11 16:08:48'),
(57191,23227,'action complete via WP Cron','2021-01-11 21:08:48','2021-01-11 16:08:48'),
(57192,23228,'action created','2021-01-11 21:08:48','2021-01-11 16:08:48'),
(57193,23228,'action started via WP Cron','2021-01-11 21:09:25','2021-01-11 16:09:25'),
(57194,23228,'action complete via WP Cron','2021-01-11 21:09:25','2021-01-11 16:09:25'),
(57195,23229,'action created','2021-01-11 21:09:25','2021-01-11 16:09:25'),
(57196,23229,'action started via WP Cron','2021-01-11 21:10:42','2021-01-11 16:10:42'),
(57197,23229,'action complete via WP Cron','2021-01-11 21:10:42','2021-01-11 16:10:42'),
(57198,23230,'action created','2021-01-11 21:10:42','2021-01-11 16:10:42'),
(57199,23230,'action started via WP Cron','2021-01-11 21:12:09','2021-01-11 16:12:09'),
(57200,23230,'action complete via WP Cron','2021-01-11 21:12:09','2021-01-11 16:12:09'),
(57201,23231,'action created','2021-01-11 21:12:09','2021-01-11 16:12:09'),
(57202,23231,'action started via WP Cron','2021-01-11 21:12:25','2021-01-11 16:12:25'),
(57203,23231,'action complete via WP Cron','2021-01-11 21:12:25','2021-01-11 16:12:25'),
(57204,23232,'action created','2021-01-11 21:12:25','2021-01-11 16:12:25'),
(57205,23232,'action started via WP Cron','2021-01-11 21:13:22','2021-01-11 16:13:22'),
(57206,23232,'action complete via WP Cron','2021-01-11 21:13:22','2021-01-11 16:13:22'),
(57207,23233,'action created','2021-01-11 21:13:22','2021-01-11 16:13:22'),
(57208,23233,'action started via WP Cron','2021-01-11 21:15:06','2021-01-11 16:15:06'),
(57209,23233,'action complete via WP Cron','2021-01-11 21:15:06','2021-01-11 16:15:06'),
(57210,23234,'action created','2021-01-11 21:15:06','2021-01-11 16:15:06'),
(57211,23234,'action started via WP Cron','2021-01-11 21:15:38','2021-01-11 16:15:38'),
(57212,23234,'action complete via WP Cron','2021-01-11 21:15:38','2021-01-11 16:15:38'),
(57213,23235,'action created','2021-01-11 21:15:38','2021-01-11 16:15:38'),
(57214,23235,'action started via WP Cron','2021-01-11 21:16:40','2021-01-11 16:16:40'),
(57215,23235,'action complete via WP Cron','2021-01-11 21:16:40','2021-01-11 16:16:40'),
(57216,23236,'action created','2021-01-11 21:16:40','2021-01-11 16:16:40'),
(57217,23236,'action started via WP Cron','2021-01-11 21:17:13','2021-01-11 16:17:13'),
(57218,23236,'action complete via WP Cron','2021-01-11 21:17:13','2021-01-11 16:17:13'),
(57219,23237,'action created','2021-01-11 21:17:13','2021-01-11 16:17:13'),
(57220,23237,'action started via WP Cron','2021-01-11 21:18:17','2021-01-11 16:18:17'),
(57221,23237,'action complete via WP Cron','2021-01-11 21:18:17','2021-01-11 16:18:17'),
(57222,23238,'action created','2021-01-11 21:18:17','2021-01-11 16:18:17'),
(57223,23238,'action started via WP Cron','2021-01-11 21:20:22','2021-01-11 16:20:22'),
(57224,23238,'action complete via WP Cron','2021-01-11 21:20:22','2021-01-11 16:20:22'),
(57225,23239,'action created','2021-01-11 21:20:22','2021-01-11 16:20:22'),
(57226,23239,'action started via WP Cron','2021-01-11 21:21:40','2021-01-11 16:21:40'),
(57227,23239,'action complete via WP Cron','2021-01-11 21:21:40','2021-01-11 16:21:40'),
(57228,23240,'action created','2021-01-11 21:21:40','2021-01-11 16:21:40'),
(57229,23240,'action started via WP Cron','2021-01-11 21:22:43','2021-01-11 16:22:43'),
(57230,23240,'action complete via WP Cron','2021-01-11 21:22:43','2021-01-11 16:22:43'),
(57231,23241,'action created','2021-01-11 21:22:43','2021-01-11 16:22:43'),
(57232,23241,'action started via WP Cron','2021-01-11 21:24:01','2021-01-11 16:24:01'),
(57233,23241,'action complete via WP Cron','2021-01-11 21:24:01','2021-01-11 16:24:01'),
(57234,23242,'action created','2021-01-11 21:24:01','2021-01-11 16:24:01'),
(57235,23242,'action started via WP Cron','2021-01-11 21:25:24','2021-01-11 16:25:24'),
(57236,23242,'action complete via WP Cron','2021-01-11 21:25:24','2021-01-11 16:25:24'),
(57237,23243,'action created','2021-01-11 21:25:24','2021-01-11 16:25:24'),
(57238,23243,'action started via WP Cron','2021-01-11 21:27:28','2021-01-11 16:27:28'),
(57239,23243,'action complete via WP Cron','2021-01-11 21:27:28','2021-01-11 16:27:28'),
(57240,23244,'action created','2021-01-11 21:27:28','2021-01-11 16:27:28'),
(57241,23244,'action started via WP Cron','2021-01-11 21:28:21','2021-01-11 16:28:21'),
(57242,23244,'action complete via WP Cron','2021-01-11 21:28:21','2021-01-11 16:28:21'),
(57243,23245,'action created','2021-01-11 21:28:21','2021-01-11 16:28:21'),
(57244,23245,'action started via WP Cron','2021-01-11 21:29:50','2021-01-11 16:29:50'),
(57245,23245,'action complete via WP Cron','2021-01-11 21:29:50','2021-01-11 16:29:50'),
(57246,23246,'action created','2021-01-11 21:29:50','2021-01-11 16:29:50'),
(57247,23246,'action started via WP Cron','2021-01-11 21:31:35','2021-01-11 16:31:35'),
(57248,23246,'action complete via WP Cron','2021-01-11 21:31:35','2021-01-11 16:31:35'),
(57249,23247,'action created','2021-01-11 21:31:35','2021-01-11 16:31:35'),
(57250,23247,'action started via WP Cron','2021-01-11 21:32:53','2021-01-11 16:32:53'),
(57251,23247,'action complete via WP Cron','2021-01-11 21:32:53','2021-01-11 16:32:53'),
(57252,23248,'action created','2021-01-11 21:32:53','2021-01-11 16:32:53'),
(57253,23248,'action started via WP Cron','2021-01-11 21:34:18','2021-01-11 16:34:18'),
(57254,23248,'action complete via WP Cron','2021-01-11 21:34:18','2021-01-11 16:34:18'),
(57255,23249,'action created','2021-01-11 21:34:18','2021-01-11 16:34:18'),
(57256,23249,'action started via WP Cron','2021-01-11 21:36:10','2021-01-11 16:36:10'),
(57257,23249,'action complete via WP Cron','2021-01-11 21:36:10','2021-01-11 16:36:10'),
(57258,23250,'action created','2021-01-11 21:36:11','2021-01-11 16:36:11'),
(57259,23250,'action started via WP Cron','2021-01-11 21:37:12','2021-01-11 16:37:12'),
(57260,23250,'action complete via WP Cron','2021-01-11 21:37:12','2021-01-11 16:37:12'),
(57261,23251,'action created','2021-01-11 21:37:12','2021-01-11 16:37:12'),
(57262,23251,'action started via WP Cron','2021-01-11 21:38:33','2021-01-11 16:38:33'),
(57263,23251,'action complete via WP Cron','2021-01-11 21:38:33','2021-01-11 16:38:33'),
(57264,23252,'action created','2021-01-11 21:38:33','2021-01-11 16:38:33'),
(57265,23252,'action started via WP Cron','2021-01-11 21:39:23','2021-01-11 16:39:23'),
(57266,23252,'action complete via WP Cron','2021-01-11 21:39:23','2021-01-11 16:39:23'),
(57267,23253,'action created','2021-01-11 21:39:23','2021-01-11 16:39:23'),
(57268,23253,'action started via WP Cron','2021-01-11 21:40:42','2021-01-11 16:40:42'),
(57269,23253,'action complete via WP Cron','2021-01-11 21:40:42','2021-01-11 16:40:42'),
(57270,23254,'action created','2021-01-11 21:40:42','2021-01-11 16:40:42'),
(57271,23254,'action started via WP Cron','2021-01-11 21:41:15','2021-01-11 16:41:15'),
(57272,23254,'action complete via WP Cron','2021-01-11 21:41:15','2021-01-11 16:41:15'),
(57273,23255,'action created','2021-01-11 21:41:15','2021-01-11 16:41:15'),
(57274,23255,'action started via WP Cron','2021-01-11 21:42:26','2021-01-11 16:42:26'),
(57275,23255,'action complete via WP Cron','2021-01-11 21:42:26','2021-01-11 16:42:26'),
(57276,23256,'action created','2021-01-11 21:42:27','2021-01-11 16:42:27'),
(57277,23256,'action started via WP Cron','2021-01-11 21:43:21','2021-01-11 16:43:21'),
(57278,23256,'action complete via WP Cron','2021-01-11 21:43:21','2021-01-11 16:43:21'),
(57279,23257,'action created','2021-01-11 21:43:21','2021-01-11 16:43:21'),
(57280,23257,'action started via WP Cron','2021-01-11 21:44:11','2021-01-11 16:44:11'),
(57281,23257,'action complete via WP Cron','2021-01-11 21:44:11','2021-01-11 16:44:11'),
(57282,23258,'action created','2021-01-11 21:44:11','2021-01-11 16:44:11'),
(57283,23258,'action started via WP Cron','2021-01-11 21:45:26','2021-01-11 16:45:26'),
(57284,23258,'action complete via WP Cron','2021-01-11 21:45:26','2021-01-11 16:45:26'),
(57285,23259,'action created','2021-01-11 21:45:26','2021-01-11 16:45:26'),
(57286,23259,'action started via WP Cron','2021-01-11 21:46:13','2021-01-11 16:46:13'),
(57287,23259,'action complete via WP Cron','2021-01-11 21:46:13','2021-01-11 16:46:13'),
(57288,23260,'action created','2021-01-11 21:46:13','2021-01-11 16:46:13'),
(57289,23260,'action started via WP Cron','2021-01-11 21:47:31','2021-01-11 16:47:31'),
(57290,23260,'action complete via WP Cron','2021-01-11 21:47:31','2021-01-11 16:47:31'),
(57291,23261,'action created','2021-01-11 21:47:31','2021-01-11 16:47:31'),
(57292,23261,'action started via WP Cron','2021-01-11 21:49:12','2021-01-11 16:49:12'),
(57293,23261,'action complete via WP Cron','2021-01-11 21:49:12','2021-01-11 16:49:12'),
(57294,23262,'action created','2021-01-11 21:49:12','2021-01-11 16:49:12'),
(57295,23262,'action started via WP Cron','2021-01-11 21:50:52','2021-01-11 16:50:52'),
(57296,23262,'action complete via WP Cron','2021-01-11 21:50:52','2021-01-11 16:50:52'),
(57297,23263,'action created','2021-01-11 21:50:52','2021-01-11 16:50:52'),
(57298,23263,'action started via WP Cron','2021-01-11 21:51:28','2021-01-11 16:51:28'),
(57299,23263,'action complete via WP Cron','2021-01-11 21:51:28','2021-01-11 16:51:28'),
(57300,23264,'action created','2021-01-11 21:51:28','2021-01-11 16:51:28'),
(57301,23264,'action started via WP Cron','2021-01-11 21:52:22','2021-01-11 16:52:22'),
(57302,23264,'action complete via WP Cron','2021-01-11 21:52:22','2021-01-11 16:52:22'),
(57303,23265,'action created','2021-01-11 21:52:22','2021-01-11 16:52:22'),
(57304,23265,'action started via WP Cron','2021-01-11 21:53:32','2021-01-11 16:53:32'),
(57305,23265,'action complete via WP Cron','2021-01-11 21:53:32','2021-01-11 16:53:32'),
(57306,23266,'action created','2021-01-11 21:53:32','2021-01-11 16:53:32'),
(57307,23266,'action started via WP Cron','2021-01-11 21:54:38','2021-01-11 16:54:38'),
(57308,23266,'action complete via WP Cron','2021-01-11 21:54:38','2021-01-11 16:54:38'),
(57309,23267,'action created','2021-01-11 21:54:38','2021-01-11 16:54:38'),
(57310,23267,'action started via WP Cron','2021-01-11 21:55:14','2021-01-11 16:55:14'),
(57311,23267,'action complete via WP Cron','2021-01-11 21:55:14','2021-01-11 16:55:14'),
(57312,23268,'action created','2021-01-11 21:55:14','2021-01-11 16:55:14'),
(57313,23268,'action started via WP Cron','2021-01-11 21:56:34','2021-01-11 16:56:34'),
(57314,23268,'action complete via WP Cron','2021-01-11 21:56:34','2021-01-11 16:56:34'),
(57315,23269,'action created','2021-01-11 21:56:34','2021-01-11 16:56:34'),
(57316,23269,'action started via WP Cron','2021-01-11 21:57:15','2021-01-11 16:57:15'),
(57317,23269,'action complete via WP Cron','2021-01-11 21:57:15','2021-01-11 16:57:15'),
(57318,23270,'action created','2021-01-11 21:57:15','2021-01-11 16:57:15'),
(57319,23270,'action started via WP Cron','2021-01-11 21:58:13','2021-01-11 16:58:13'),
(57320,23270,'action complete via WP Cron','2021-01-11 21:58:13','2021-01-11 16:58:13'),
(57321,23271,'action created','2021-01-11 21:58:13','2021-01-11 16:58:13'),
(57322,23271,'action started via WP Cron','2021-01-11 21:59:23','2021-01-11 16:59:23'),
(57323,23271,'action complete via WP Cron','2021-01-11 21:59:23','2021-01-11 16:59:23'),
(57324,23272,'action created','2021-01-11 21:59:23','2021-01-11 16:59:23'),
(57325,23272,'action started via WP Cron','2021-01-11 22:00:29','2021-01-11 17:00:29'),
(57326,23272,'action complete via WP Cron','2021-01-11 22:00:29','2021-01-11 17:00:29'),
(57327,23273,'action created','2021-01-11 22:00:29','2021-01-11 17:00:29'),
(57328,23273,'action started via WP Cron','2021-01-11 22:02:22','2021-01-11 17:02:22'),
(57329,23273,'action complete via WP Cron','2021-01-11 22:02:22','2021-01-11 17:02:22'),
(57330,23274,'action created','2021-01-11 22:02:22','2021-01-11 17:02:22'),
(57331,23274,'action started via WP Cron','2021-01-11 22:03:50','2021-01-11 17:03:50'),
(57332,23274,'action complete via WP Cron','2021-01-11 22:03:50','2021-01-11 17:03:50'),
(57333,23275,'action created','2021-01-11 22:03:50','2021-01-11 17:03:50'),
(57334,23275,'action started via WP Cron','2021-01-11 22:04:15','2021-01-11 17:04:15'),
(57335,23275,'action complete via WP Cron','2021-01-11 22:04:15','2021-01-11 17:04:15'),
(57336,23276,'action created','2021-01-11 22:04:15','2021-01-11 17:04:15'),
(57337,23276,'action started via WP Cron','2021-01-11 22:07:20','2021-01-11 17:07:20'),
(57338,23276,'action complete via WP Cron','2021-01-11 22:07:20','2021-01-11 17:07:20'),
(57339,23277,'action created','2021-01-11 22:07:20','2021-01-11 17:07:20'),
(57340,23277,'action started via WP Cron','2021-01-11 22:10:01','2021-01-11 17:10:01'),
(57341,23277,'action complete via WP Cron','2021-01-11 22:10:01','2021-01-11 17:10:01'),
(57342,23278,'action created','2021-01-11 22:10:01','2021-01-11 17:10:01'),
(57343,23278,'action started via WP Cron','2021-01-11 22:10:24','2021-01-11 17:10:24'),
(57344,23278,'action complete via WP Cron','2021-01-11 22:10:24','2021-01-11 17:10:24'),
(57345,23279,'action created','2021-01-11 22:10:24','2021-01-11 17:10:24'),
(57346,23279,'action started via WP Cron','2021-01-11 22:11:12','2021-01-11 17:11:12'),
(57347,23279,'action complete via WP Cron','2021-01-11 22:11:12','2021-01-11 17:11:12'),
(57348,23280,'action created','2021-01-11 22:11:12','2021-01-11 17:11:12'),
(57349,23280,'action started via WP Cron','2021-01-11 22:12:32','2021-01-11 17:12:32'),
(57350,23280,'action complete via WP Cron','2021-01-11 22:12:32','2021-01-11 17:12:32'),
(57351,23281,'action created','2021-01-11 22:12:32','2021-01-11 17:12:32'),
(57352,23281,'action started via WP Cron','2021-01-11 22:15:05','2021-01-11 17:15:05'),
(57353,23281,'action complete via WP Cron','2021-01-11 22:15:05','2021-01-11 17:15:05'),
(57354,23282,'action created','2021-01-11 22:15:05','2021-01-11 17:15:05'),
(57355,23282,'action started via WP Cron','2021-01-11 22:15:18','2021-01-11 17:15:18'),
(57356,23282,'action complete via WP Cron','2021-01-11 22:15:18','2021-01-11 17:15:18'),
(57357,23283,'action created','2021-01-11 22:15:18','2021-01-11 17:15:18'),
(57358,23283,'action started via WP Cron','2021-01-11 22:16:40','2021-01-11 17:16:40'),
(57359,23283,'action complete via WP Cron','2021-01-11 22:16:40','2021-01-11 17:16:40'),
(57360,23284,'action created','2021-01-11 22:16:40','2021-01-11 17:16:40'),
(57361,23284,'action started via WP Cron','2021-01-11 22:19:26','2021-01-11 17:19:26'),
(57362,23284,'action complete via WP Cron','2021-01-11 22:19:26','2021-01-11 17:19:26'),
(57363,23285,'action created','2021-01-11 22:19:26','2021-01-11 17:19:26'),
(57364,23285,'action started via WP Cron','2021-01-11 22:22:12','2021-01-11 17:22:12'),
(57365,23285,'action complete via WP Cron','2021-01-11 22:22:12','2021-01-11 17:22:12'),
(57366,23286,'action created','2021-01-11 22:22:12','2021-01-11 17:22:12'),
(57367,23286,'action started via WP Cron','2021-01-11 22:23:16','2021-01-11 17:23:16'),
(57368,23286,'action complete via WP Cron','2021-01-11 22:23:16','2021-01-11 17:23:16'),
(57369,23287,'action created','2021-01-11 22:23:16','2021-01-11 17:23:16'),
(57370,23287,'action started via WP Cron','2021-01-11 22:26:28','2021-01-11 17:26:28'),
(57371,23287,'action complete via WP Cron','2021-01-11 22:26:28','2021-01-11 17:26:28'),
(57372,23288,'action created','2021-01-11 22:26:28','2021-01-11 17:26:28'),
(57373,23288,'action started via WP Cron','2021-01-11 22:27:41','2021-01-11 17:27:41'),
(57374,23288,'action complete via WP Cron','2021-01-11 22:27:41','2021-01-11 17:27:41'),
(57375,23289,'action created','2021-01-11 22:27:41','2021-01-11 17:27:41'),
(57376,23289,'action started via WP Cron','2021-01-11 22:28:37','2021-01-11 17:28:37'),
(57377,23289,'action complete via WP Cron','2021-01-11 22:28:37','2021-01-11 17:28:37'),
(57378,23290,'action created','2021-01-11 22:28:37','2021-01-11 17:28:37'),
(57379,23290,'action started via WP Cron','2021-01-11 22:29:13','2021-01-11 17:29:13'),
(57380,23290,'action complete via WP Cron','2021-01-11 22:29:13','2021-01-11 17:29:13'),
(57381,23291,'action created','2021-01-11 22:29:13','2021-01-11 17:29:13'),
(57382,23291,'action started via WP Cron','2021-01-11 22:30:19','2021-01-11 17:30:19'),
(57383,23291,'action complete via WP Cron','2021-01-11 22:30:19','2021-01-11 17:30:19'),
(57384,23292,'action created','2021-01-11 22:30:19','2021-01-11 17:30:19'),
(57385,23292,'action started via WP Cron','2021-01-11 22:31:29','2021-01-11 17:31:29'),
(57386,23292,'action complete via WP Cron','2021-01-11 22:31:29','2021-01-11 17:31:29'),
(57387,23293,'action created','2021-01-11 22:31:29','2021-01-11 17:31:29'),
(57388,23293,'action started via WP Cron','2021-01-11 22:33:03','2021-01-11 17:33:03'),
(57389,23293,'action complete via WP Cron','2021-01-11 22:33:03','2021-01-11 17:33:03'),
(57390,23294,'action created','2021-01-11 22:33:03','2021-01-11 17:33:03'),
(57391,23294,'action started via WP Cron','2021-01-11 22:33:29','2021-01-11 17:33:29'),
(57392,23294,'action complete via WP Cron','2021-01-11 22:33:29','2021-01-11 17:33:29'),
(57393,23295,'action created','2021-01-11 22:33:29','2021-01-11 17:33:29'),
(57394,23295,'action started via WP Cron','2021-01-11 22:34:58','2021-01-11 17:34:58'),
(57395,23295,'action complete via WP Cron','2021-01-11 22:34:58','2021-01-11 17:34:58'),
(57396,23296,'action created','2021-01-11 22:34:58','2021-01-11 17:34:58'),
(57397,23296,'action started via WP Cron','2021-01-11 22:35:34','2021-01-11 17:35:34'),
(57398,23296,'action complete via WP Cron','2021-01-11 22:35:34','2021-01-11 17:35:34'),
(57399,23297,'action created','2021-01-11 22:35:34','2021-01-11 17:35:34'),
(57400,23297,'action started via WP Cron','2021-01-11 22:36:15','2021-01-11 17:36:15'),
(57401,23297,'action complete via WP Cron','2021-01-11 22:36:15','2021-01-11 17:36:15'),
(57402,23298,'action created','2021-01-11 22:36:16','2021-01-11 17:36:16'),
(57403,23298,'action started via WP Cron','2021-01-11 22:37:11','2021-01-11 17:37:11'),
(57404,23298,'action complete via WP Cron','2021-01-11 22:37:11','2021-01-11 17:37:11'),
(57405,23299,'action created','2021-01-11 22:37:11','2021-01-11 17:37:11'),
(57406,23299,'action started via WP Cron','2021-01-11 22:38:12','2021-01-11 17:38:12'),
(57407,23299,'action complete via WP Cron','2021-01-11 22:38:12','2021-01-11 17:38:12'),
(57408,23300,'action created','2021-01-11 22:38:12','2021-01-11 17:38:12'),
(57409,23300,'action started via WP Cron','2021-01-11 22:39:44','2021-01-11 17:39:44'),
(57410,23300,'action complete via WP Cron','2021-01-11 22:39:44','2021-01-11 17:39:44'),
(57411,23301,'action created','2021-01-11 22:39:44','2021-01-11 17:39:44'),
(57412,23301,'action started via WP Cron','2021-01-11 22:40:17','2021-01-11 17:40:17'),
(57413,23301,'action complete via WP Cron','2021-01-11 22:40:17','2021-01-11 17:40:17'),
(57414,23302,'action created','2021-01-11 22:40:17','2021-01-11 17:40:17'),
(57415,23302,'action started via WP Cron','2021-01-11 22:41:27','2021-01-11 17:41:27'),
(57416,23302,'action complete via WP Cron','2021-01-11 22:41:27','2021-01-11 17:41:27'),
(57417,23303,'action created','2021-01-11 22:41:27','2021-01-11 17:41:27'),
(57418,23303,'action started via WP Cron','2021-01-11 22:42:18','2021-01-11 17:42:18'),
(57419,23303,'action complete via WP Cron','2021-01-11 22:42:18','2021-01-11 17:42:18'),
(57420,23304,'action created','2021-01-11 22:42:18','2021-01-11 17:42:18'),
(57421,23304,'action started via WP Cron','2021-01-11 22:43:13','2021-01-11 17:43:13'),
(57422,23304,'action complete via WP Cron','2021-01-11 22:43:13','2021-01-11 17:43:13'),
(57423,23305,'action created','2021-01-11 22:43:13','2021-01-11 17:43:13'),
(57424,23305,'action started via WP Cron','2021-01-11 22:44:41','2021-01-11 17:44:41'),
(57425,23305,'action complete via WP Cron','2021-01-11 22:44:41','2021-01-11 17:44:41'),
(57426,23306,'action created','2021-01-11 22:44:41','2021-01-11 17:44:41'),
(57427,23306,'action started via WP Cron','2021-01-11 22:45:31','2021-01-11 17:45:31'),
(57428,23306,'action complete via WP Cron','2021-01-11 22:45:31','2021-01-11 17:45:31'),
(57429,23307,'action created','2021-01-11 22:45:31','2021-01-11 17:45:31'),
(57430,23307,'action started via WP Cron','2021-01-11 22:46:29','2021-01-11 17:46:29'),
(57431,23307,'action complete via WP Cron','2021-01-11 22:46:29','2021-01-11 17:46:29'),
(57432,23308,'action created','2021-01-11 22:46:29','2021-01-11 17:46:29'),
(57433,23308,'action started via WP Cron','2021-01-11 22:47:45','2021-01-11 17:47:45'),
(57434,23308,'action complete via WP Cron','2021-01-11 22:47:45','2021-01-11 17:47:45'),
(57435,23309,'action created','2021-01-11 22:47:45','2021-01-11 17:47:45'),
(57436,23309,'action started via WP Cron','2021-01-11 22:48:19','2021-01-11 17:48:19'),
(57437,23309,'action complete via WP Cron','2021-01-11 22:48:19','2021-01-11 17:48:19'),
(57438,23310,'action created','2021-01-11 22:48:19','2021-01-11 17:48:19'),
(57439,23310,'action started via WP Cron','2021-01-11 22:49:12','2021-01-11 17:49:12'),
(57440,23310,'action complete via WP Cron','2021-01-11 22:49:12','2021-01-11 17:49:12'),
(57441,23311,'action created','2021-01-11 22:49:12','2021-01-11 17:49:12'),
(57442,23311,'action started via WP Cron','2021-01-11 22:50:14','2021-01-11 17:50:14'),
(57443,23311,'action complete via WP Cron','2021-01-11 22:50:14','2021-01-11 17:50:14'),
(57444,23312,'action created','2021-01-11 22:50:14','2021-01-11 17:50:14'),
(57445,23312,'action started via WP Cron','2021-01-11 22:51:16','2021-01-11 17:51:16'),
(57446,23312,'action complete via WP Cron','2021-01-11 22:51:16','2021-01-11 17:51:16'),
(57447,23313,'action created','2021-01-11 22:51:16','2021-01-11 17:51:16'),
(57448,23313,'action started via WP Cron','2021-01-11 22:52:46','2021-01-11 17:52:46'),
(57449,23313,'action complete via WP Cron','2021-01-11 22:52:46','2021-01-11 17:52:46'),
(57450,23314,'action created','2021-01-11 22:52:46','2021-01-11 17:52:46'),
(57451,23314,'action started via WP Cron','2021-01-11 22:53:29','2021-01-11 17:53:29'),
(57452,23314,'action complete via WP Cron','2021-01-11 22:53:29','2021-01-11 17:53:29'),
(57453,23315,'action created','2021-01-11 22:53:29','2021-01-11 17:53:29'),
(57454,23315,'action started via WP Cron','2021-01-11 22:54:23','2021-01-11 17:54:23'),
(57455,23315,'action complete via WP Cron','2021-01-11 22:54:23','2021-01-11 17:54:23'),
(57456,23316,'action created','2021-01-11 22:54:24','2021-01-11 17:54:24'),
(57457,23316,'action started via WP Cron','2021-01-11 22:55:59','2021-01-11 17:55:59'),
(57458,23316,'action complete via WP Cron','2021-01-11 22:55:59','2021-01-11 17:55:59'),
(57459,23317,'action created','2021-01-11 22:55:59','2021-01-11 17:55:59'),
(57460,23317,'action started via WP Cron','2021-01-11 22:56:21','2021-01-11 17:56:21'),
(57461,23317,'action complete via WP Cron','2021-01-11 22:56:21','2021-01-11 17:56:21'),
(57462,23318,'action created','2021-01-11 22:56:21','2021-01-11 17:56:21'),
(57463,23318,'action started via WP Cron','2021-01-11 22:57:40','2021-01-11 17:57:40'),
(57464,23318,'action complete via WP Cron','2021-01-11 22:57:40','2021-01-11 17:57:40'),
(57465,23319,'action created','2021-01-11 22:57:40','2021-01-11 17:57:40'),
(57466,23319,'action started via WP Cron','2021-01-11 22:58:32','2021-01-11 17:58:32'),
(57467,23319,'action complete via WP Cron','2021-01-11 22:58:32','2021-01-11 17:58:32'),
(57468,23320,'action created','2021-01-11 22:58:32','2021-01-11 17:58:32'),
(57469,23320,'action started via WP Cron','2021-01-11 22:59:26','2021-01-11 17:59:26'),
(57470,23320,'action complete via WP Cron','2021-01-11 22:59:26','2021-01-11 17:59:26'),
(57471,23321,'action created','2021-01-11 22:59:26','2021-01-11 17:59:26'),
(57472,23321,'action started via WP Cron','2021-01-11 23:00:43','2021-01-11 18:00:43'),
(57473,23321,'action complete via WP Cron','2021-01-11 23:00:43','2021-01-11 18:00:43'),
(57474,23322,'action created','2021-01-11 23:00:43','2021-01-11 18:00:43'),
(57475,23322,'action started via WP Cron','2021-01-11 23:01:27','2021-01-11 18:01:27'),
(57476,23322,'action complete via WP Cron','2021-01-11 23:01:27','2021-01-11 18:01:27'),
(57477,23323,'action created','2021-01-11 23:01:27','2021-01-11 18:01:27'),
(57478,23323,'action started via WP Cron','2021-01-11 23:02:12','2021-01-11 18:02:12'),
(57479,23323,'action complete via WP Cron','2021-01-11 23:02:12','2021-01-11 18:02:12'),
(57480,23324,'action created','2021-01-11 23:02:12','2021-01-11 18:02:12'),
(57481,23324,'action started via WP Cron','2021-01-11 23:03:46','2021-01-11 18:03:46'),
(57482,23324,'action complete via WP Cron','2021-01-11 23:03:46','2021-01-11 18:03:46'),
(57483,23325,'action created','2021-01-11 23:03:46','2021-01-11 18:03:46'),
(57484,23325,'action started via WP Cron','2021-01-11 23:04:58','2021-01-11 18:04:58'),
(57485,23325,'action complete via WP Cron','2021-01-11 23:04:58','2021-01-11 18:04:58'),
(57486,23326,'action created','2021-01-11 23:04:58','2021-01-11 18:04:58'),
(57487,23326,'action started via WP Cron','2021-01-11 23:05:20','2021-01-11 18:05:20'),
(57488,23326,'action complete via WP Cron','2021-01-11 23:05:20','2021-01-11 18:05:20'),
(57489,23327,'action created','2021-01-11 23:05:20','2021-01-11 18:05:20'),
(57490,23327,'action started via WP Cron','2021-01-11 23:06:18','2021-01-11 18:06:18'),
(57491,23327,'action complete via WP Cron','2021-01-11 23:06:18','2021-01-11 18:06:18'),
(57492,23328,'action created','2021-01-11 23:06:18','2021-01-11 18:06:18'),
(57493,23328,'action started via WP Cron','2021-01-11 23:07:18','2021-01-11 18:07:18'),
(57494,23328,'action complete via WP Cron','2021-01-11 23:07:18','2021-01-11 18:07:18'),
(57495,23329,'action created','2021-01-11 23:07:18','2021-01-11 18:07:18'),
(57496,23329,'action started via WP Cron','2021-01-11 23:09:17','2021-01-11 18:09:17'),
(57497,23329,'action complete via WP Cron','2021-01-11 23:09:17','2021-01-11 18:09:17'),
(57498,23330,'action created','2021-01-11 23:09:17','2021-01-11 18:09:17'),
(57499,23330,'action started via WP Cron','2021-01-11 23:10:31','2021-01-11 18:10:31'),
(57500,23330,'action complete via WP Cron','2021-01-11 23:10:31','2021-01-11 18:10:31'),
(57501,23331,'action created','2021-01-11 23:10:31','2021-01-11 18:10:31'),
(57502,23331,'action started via WP Cron','2021-01-11 23:11:16','2021-01-11 18:11:16'),
(57503,23331,'action complete via WP Cron','2021-01-11 23:11:16','2021-01-11 18:11:16'),
(57504,23332,'action created','2021-01-11 23:11:16','2021-01-11 18:11:16'),
(57505,23332,'action started via WP Cron','2021-01-11 23:12:14','2021-01-11 18:12:14'),
(57506,23332,'action complete via WP Cron','2021-01-11 23:12:14','2021-01-11 18:12:14'),
(57507,23333,'action created','2021-01-11 23:12:14','2021-01-11 18:12:14'),
(57508,23333,'action started via WP Cron','2021-01-11 23:14:40','2021-01-11 18:14:40'),
(57509,23333,'action complete via WP Cron','2021-01-11 23:14:40','2021-01-11 18:14:40'),
(57510,23334,'action created','2021-01-11 23:14:40','2021-01-11 18:14:40'),
(57511,23334,'action started via WP Cron','2021-01-11 23:15:28','2021-01-11 18:15:28'),
(57512,23334,'action complete via WP Cron','2021-01-11 23:15:28','2021-01-11 18:15:28'),
(57513,23335,'action created','2021-01-11 23:15:28','2021-01-11 18:15:28'),
(57514,23335,'action started via WP Cron','2021-01-11 23:16:21','2021-01-11 18:16:21'),
(57515,23335,'action complete via WP Cron','2021-01-11 23:16:21','2021-01-11 18:16:21'),
(57516,23336,'action created','2021-01-11 23:16:21','2021-01-11 18:16:21'),
(57517,23336,'action started via WP Cron','2021-01-11 23:17:11','2021-01-11 18:17:11'),
(57518,23336,'action complete via WP Cron','2021-01-11 23:17:11','2021-01-11 18:17:11'),
(57519,23337,'action created','2021-01-11 23:17:11','2021-01-11 18:17:11'),
(57520,23337,'action started via WP Cron','2021-01-11 23:18:46','2021-01-11 18:18:46'),
(57521,23337,'action complete via WP Cron','2021-01-11 23:18:46','2021-01-11 18:18:46'),
(57522,23338,'action created','2021-01-11 23:18:46','2021-01-11 18:18:46'),
(57523,23338,'action started via WP Cron','2021-01-11 23:19:43','2021-01-11 18:19:43'),
(57524,23338,'action complete via WP Cron','2021-01-11 23:19:43','2021-01-11 18:19:43'),
(57525,23339,'action created','2021-01-11 23:19:43','2021-01-11 18:19:43'),
(57526,23339,'action started via WP Cron','2021-01-11 23:20:57','2021-01-11 18:20:57'),
(57527,23339,'action complete via WP Cron','2021-01-11 23:20:57','2021-01-11 18:20:57'),
(57528,23340,'action created','2021-01-11 23:20:57','2021-01-11 18:20:57'),
(57529,23340,'action started via WP Cron','2021-01-11 23:21:14','2021-01-11 18:21:14'),
(57530,23340,'action complete via WP Cron','2021-01-11 23:21:14','2021-01-11 18:21:14'),
(57531,23341,'action created','2021-01-11 23:21:14','2021-01-11 18:21:14'),
(57532,23341,'action started via WP Cron','2021-01-11 23:22:27','2021-01-11 18:22:27'),
(57533,23341,'action complete via WP Cron','2021-01-11 23:22:27','2021-01-11 18:22:27'),
(57534,23342,'action created','2021-01-11 23:22:27','2021-01-11 18:22:27'),
(57535,23342,'action started via WP Cron','2021-01-11 23:23:41','2021-01-11 18:23:41'),
(57536,23342,'action complete via WP Cron','2021-01-11 23:23:41','2021-01-11 18:23:41'),
(57537,23343,'action created','2021-01-11 23:23:41','2021-01-11 18:23:41'),
(57538,23343,'action started via WP Cron','2021-01-11 23:25:05','2021-01-11 18:25:05'),
(57539,23343,'action complete via WP Cron','2021-01-11 23:25:05','2021-01-11 18:25:05'),
(57540,23344,'action created','2021-01-11 23:25:05','2021-01-11 18:25:05'),
(57541,23344,'action started via WP Cron','2021-01-11 23:26:28','2021-01-11 18:26:28'),
(57542,23344,'action complete via WP Cron','2021-01-11 23:26:28','2021-01-11 18:26:28'),
(57543,23345,'action created','2021-01-11 23:26:28','2021-01-11 18:26:28'),
(57544,23345,'action started via WP Cron','2021-01-11 23:27:22','2021-01-11 18:27:22'),
(57545,23345,'action complete via WP Cron','2021-01-11 23:27:22','2021-01-11 18:27:22'),
(57546,23346,'action created','2021-01-11 23:27:22','2021-01-11 18:27:22'),
(57547,23346,'action started via WP Cron','2021-01-11 23:28:13','2021-01-11 18:28:13'),
(57548,23346,'action complete via WP Cron','2021-01-11 23:28:13','2021-01-11 18:28:13'),
(57549,23347,'action created','2021-01-11 23:28:13','2021-01-11 18:28:13'),
(57550,23347,'action started via WP Cron','2021-01-11 23:29:29','2021-01-11 18:29:29'),
(57551,23347,'action complete via WP Cron','2021-01-11 23:29:29','2021-01-11 18:29:29'),
(57552,23348,'action created','2021-01-11 23:29:29','2021-01-11 18:29:29'),
(57553,23348,'action started via WP Cron','2021-01-11 23:30:28','2021-01-11 18:30:28'),
(57554,23348,'action complete via WP Cron','2021-01-11 23:30:28','2021-01-11 18:30:28'),
(57555,23349,'action created','2021-01-11 23:30:28','2021-01-11 18:30:28'),
(57556,23349,'action started via WP Cron','2021-01-11 23:31:27','2021-01-11 18:31:27'),
(57557,23349,'action complete via WP Cron','2021-01-11 23:31:27','2021-01-11 18:31:27'),
(57558,23350,'action created','2021-01-11 23:31:27','2021-01-11 18:31:27'),
(57559,23350,'action started via WP Cron','2021-01-11 23:33:13','2021-01-11 18:33:13'),
(57560,23350,'action complete via WP Cron','2021-01-11 23:33:13','2021-01-11 18:33:13'),
(57561,23351,'action created','2021-01-11 23:33:13','2021-01-11 18:33:13'),
(57562,23351,'action started via WP Cron','2021-01-11 23:35:14','2021-01-11 18:35:14'),
(57563,23351,'action complete via WP Cron','2021-01-11 23:35:14','2021-01-11 18:35:14'),
(57564,23352,'action created','2021-01-11 23:35:14','2021-01-11 18:35:14'),
(57565,23352,'action started via WP Cron','2021-01-11 23:37:17','2021-01-11 18:37:17'),
(57566,23352,'action complete via WP Cron','2021-01-11 23:37:17','2021-01-11 18:37:17'),
(57567,23353,'action created','2021-01-11 23:37:17','2021-01-11 18:37:17'),
(57568,23353,'action started via WP Cron','2021-01-11 23:38:14','2021-01-11 18:38:14'),
(57569,23353,'action complete via WP Cron','2021-01-11 23:38:14','2021-01-11 18:38:14'),
(57570,23354,'action created','2021-01-11 23:38:14','2021-01-11 18:38:14'),
(57571,23354,'action started via WP Cron','2021-01-11 23:40:04','2021-01-11 18:40:04'),
(57572,23354,'action complete via WP Cron','2021-01-11 23:40:04','2021-01-11 18:40:04'),
(57573,23355,'action created','2021-01-11 23:40:04','2021-01-11 18:40:04'),
(57574,23355,'action started via WP Cron','2021-01-11 23:40:23','2021-01-11 18:40:23'),
(57575,23355,'action complete via WP Cron','2021-01-11 23:40:23','2021-01-11 18:40:23'),
(57576,23356,'action created','2021-01-11 23:40:23','2021-01-11 18:40:23'),
(57577,23356,'action started via WP Cron','2021-01-11 23:41:20','2021-01-11 18:41:20'),
(57578,23356,'action complete via WP Cron','2021-01-11 23:41:20','2021-01-11 18:41:20'),
(57579,23357,'action created','2021-01-11 23:41:20','2021-01-11 18:41:20'),
(57580,23357,'action started via WP Cron','2021-01-11 23:42:49','2021-01-11 18:42:49'),
(57581,23357,'action complete via WP Cron','2021-01-11 23:42:49','2021-01-11 18:42:49'),
(57582,23358,'action created','2021-01-11 23:42:49','2021-01-11 18:42:49'),
(57583,23358,'action started via WP Cron','2021-01-11 23:43:40','2021-01-11 18:43:40'),
(57584,23358,'action complete via WP Cron','2021-01-11 23:43:40','2021-01-11 18:43:40'),
(57585,23359,'action created','2021-01-11 23:43:40','2021-01-11 18:43:40'),
(57586,23359,'action started via WP Cron','2021-01-11 23:45:03','2021-01-11 18:45:03'),
(57587,23359,'action complete via WP Cron','2021-01-11 23:45:03','2021-01-11 18:45:03'),
(57588,23360,'action created','2021-01-11 23:45:03','2021-01-11 18:45:03'),
(57589,23360,'action started via WP Cron','2021-01-11 23:45:45','2021-01-11 18:45:45'),
(57590,23360,'action complete via WP Cron','2021-01-11 23:45:45','2021-01-11 18:45:45'),
(57591,23361,'action created','2021-01-11 23:45:45','2021-01-11 18:45:45'),
(57592,23361,'action started via WP Cron','2021-01-11 23:46:12','2021-01-11 18:46:12'),
(57593,23361,'action complete via WP Cron','2021-01-11 23:46:12','2021-01-11 18:46:12'),
(57594,23362,'action created','2021-01-11 23:46:12','2021-01-11 18:46:12'),
(57595,23362,'action started via WP Cron','2021-01-11 23:47:12','2021-01-11 18:47:12'),
(57596,23362,'action complete via WP Cron','2021-01-11 23:47:12','2021-01-11 18:47:12'),
(57597,23363,'action created','2021-01-11 23:47:12','2021-01-11 18:47:12'),
(57598,23363,'action started via WP Cron','2021-01-11 23:48:17','2021-01-11 18:48:17'),
(57599,23363,'action complete via WP Cron','2021-01-11 23:48:17','2021-01-11 18:48:17'),
(57600,23364,'action created','2021-01-11 23:48:17','2021-01-11 18:48:17'),
(57601,23364,'action started via WP Cron','2021-01-11 23:49:56','2021-01-11 18:49:56'),
(57602,23364,'action complete via WP Cron','2021-01-11 23:49:56','2021-01-11 18:49:56'),
(57603,23365,'action created','2021-01-11 23:49:56','2021-01-11 18:49:56'),
(57604,23365,'action started via WP Cron','2021-01-11 23:50:27','2021-01-11 18:50:27'),
(57605,23365,'action complete via WP Cron','2021-01-11 23:50:27','2021-01-11 18:50:27'),
(57606,23366,'action created','2021-01-11 23:50:27','2021-01-11 18:50:27'),
(57607,23366,'action started via WP Cron','2021-01-11 23:51:53','2021-01-11 18:51:53'),
(57608,23366,'action complete via WP Cron','2021-01-11 23:51:53','2021-01-11 18:51:53'),
(57609,23367,'action created','2021-01-11 23:51:53','2021-01-11 18:51:53'),
(57610,23367,'action started via WP Cron','2021-01-11 23:52:47','2021-01-11 18:52:47'),
(57611,23367,'action complete via WP Cron','2021-01-11 23:52:47','2021-01-11 18:52:47'),
(57612,23368,'action created','2021-01-11 23:52:47','2021-01-11 18:52:47'),
(57613,23368,'action started via WP Cron','2021-01-11 23:53:21','2021-01-11 18:53:21'),
(57614,23368,'action complete via WP Cron','2021-01-11 23:53:21','2021-01-11 18:53:21'),
(57615,23369,'action created','2021-01-11 23:53:21','2021-01-11 18:53:21'),
(57616,23369,'action started via WP Cron','2021-01-11 23:55:00','2021-01-11 18:55:00'),
(57617,23369,'action complete via WP Cron','2021-01-11 23:55:00','2021-01-11 18:55:00'),
(57618,23370,'action created','2021-01-11 23:55:00','2021-01-11 18:55:00'),
(57619,23370,'action started via WP Cron','2021-01-11 23:55:23','2021-01-11 18:55:23'),
(57620,23370,'action complete via WP Cron','2021-01-11 23:55:23','2021-01-11 18:55:23'),
(57621,23371,'action created','2021-01-11 23:55:23','2021-01-11 18:55:23'),
(57622,23371,'action started via WP Cron','2021-01-11 23:56:34','2021-01-11 18:56:34'),
(57623,23371,'action complete via WP Cron','2021-01-11 23:56:34','2021-01-11 18:56:34'),
(57624,23372,'action created','2021-01-11 23:56:34','2021-01-11 18:56:34'),
(57625,23372,'action started via WP Cron','2021-01-11 23:57:18','2021-01-11 18:57:18'),
(57626,23372,'action complete via WP Cron','2021-01-11 23:57:18','2021-01-11 18:57:18'),
(57627,23373,'action created','2021-01-11 23:58:38','2021-01-11 18:58:38'),
(57628,23373,'action started via WP Cron','2021-01-11 23:59:12','2021-01-11 18:59:12'),
(57629,23373,'action complete via WP Cron','2021-01-11 23:59:12','2021-01-11 18:59:12'),
(57630,23374,'action created','2021-01-11 23:59:12','2021-01-11 18:59:12'),
(57631,23374,'action started via WP Cron','2021-01-12 00:00:12','2021-01-11 19:00:12'),
(57632,23374,'action complete via WP Cron','2021-01-12 00:00:12','2021-01-11 19:00:12'),
(57633,23375,'action created','2021-01-12 00:00:12','2021-01-11 19:00:12'),
(57634,23375,'action started via WP Cron','2021-01-12 00:01:12','2021-01-11 19:01:12'),
(57635,23375,'action complete via WP Cron','2021-01-12 00:01:12','2021-01-11 19:01:12'),
(57636,23376,'action created','2021-01-12 00:01:12','2021-01-11 19:01:12'),
(57637,23376,'action started via WP Cron','2021-01-12 00:02:21','2021-01-11 19:02:21'),
(57638,23376,'action complete via WP Cron','2021-01-12 00:02:21','2021-01-11 19:02:21'),
(57639,23377,'action created','2021-01-12 00:02:21','2021-01-11 19:02:21'),
(57640,23377,'action started via WP Cron','2021-01-12 00:04:36','2021-01-11 19:04:36'),
(57641,23377,'action complete via WP Cron','2021-01-12 00:04:36','2021-01-11 19:04:36'),
(57642,23378,'action created','2021-01-12 00:04:36','2021-01-11 19:04:36'),
(57643,23378,'action started via WP Cron','2021-01-12 00:05:25','2021-01-11 19:05:25'),
(57644,23378,'action complete via WP Cron','2021-01-12 00:05:25','2021-01-11 19:05:25'),
(57645,23379,'action created','2021-01-12 00:05:25','2021-01-11 19:05:25'),
(57646,23379,'action started via WP Cron','2021-01-12 00:07:04','2021-01-11 19:07:04'),
(57647,23379,'action complete via WP Cron','2021-01-12 00:07:04','2021-01-11 19:07:04'),
(57648,23380,'action created','2021-01-12 00:07:04','2021-01-11 19:07:04'),
(57649,23380,'action started via WP Cron','2021-01-12 00:07:14','2021-01-11 19:07:14'),
(57650,23380,'action complete via WP Cron','2021-01-12 00:07:14','2021-01-11 19:07:14'),
(57651,23381,'action created','2021-01-12 00:07:14','2021-01-11 19:07:14'),
(57652,23381,'action started via WP Cron','2021-01-12 00:08:34','2021-01-11 19:08:34'),
(57653,23381,'action complete via WP Cron','2021-01-12 00:08:34','2021-01-11 19:08:34'),
(57654,23382,'action created','2021-01-12 00:08:34','2021-01-11 19:08:34'),
(57655,23382,'action started via WP Cron','2021-01-12 00:09:26','2021-01-11 19:09:26'),
(57656,23382,'action complete via WP Cron','2021-01-12 00:09:26','2021-01-11 19:09:26'),
(57657,23383,'action created','2021-01-12 00:09:26','2021-01-11 19:09:26'),
(57658,23383,'action started via WP Cron','2021-01-12 00:10:33','2021-01-11 19:10:33'),
(57659,23383,'action complete via WP Cron','2021-01-12 00:10:33','2021-01-11 19:10:33'),
(57660,23384,'action created','2021-01-12 00:10:33','2021-01-11 19:10:33'),
(57661,23384,'action started via WP Cron','2021-01-12 00:11:53','2021-01-11 19:11:53'),
(57662,23384,'action complete via WP Cron','2021-01-12 00:11:53','2021-01-11 19:11:53'),
(57663,23385,'action created','2021-01-12 00:11:53','2021-01-11 19:11:53'),
(57664,23385,'action started via WP Cron','2021-01-12 00:12:44','2021-01-11 19:12:44'),
(57665,23385,'action complete via WP Cron','2021-01-12 00:12:44','2021-01-11 19:12:44'),
(57666,23386,'action created','2021-01-12 00:12:44','2021-01-11 19:12:44'),
(57667,23386,'action started via WP Cron','2021-01-12 00:13:41','2021-01-11 19:13:41'),
(57668,23386,'action complete via WP Cron','2021-01-12 00:13:41','2021-01-11 19:13:41'),
(57669,23387,'action created','2021-01-12 00:13:41','2021-01-11 19:13:41'),
(57670,23387,'action started via WP Cron','2021-01-12 00:14:13','2021-01-11 19:14:13'),
(57671,23387,'action complete via WP Cron','2021-01-12 00:14:13','2021-01-11 19:14:13'),
(57672,23388,'action created','2021-01-12 00:14:13','2021-01-11 19:14:13'),
(57673,23388,'action started via WP Cron','2021-01-12 00:17:52','2021-01-11 19:17:52'),
(57674,23388,'action complete via WP Cron','2021-01-12 00:17:52','2021-01-11 19:17:52'),
(57675,23389,'action created','2021-01-12 00:17:53','2021-01-11 19:17:53'),
(57676,23389,'action started via WP Cron','2021-01-12 00:19:35','2021-01-11 19:19:35'),
(57677,23389,'action complete via WP Cron','2021-01-12 00:19:35','2021-01-11 19:19:35'),
(57678,23390,'action created','2021-01-12 00:19:35','2021-01-11 19:19:35'),
(57679,23390,'action started via WP Cron','2021-01-12 00:20:24','2021-01-11 19:20:24'),
(57680,23390,'action complete via WP Cron','2021-01-12 00:20:24','2021-01-11 19:20:24'),
(57681,23391,'action created','2021-01-12 00:20:24','2021-01-11 19:20:24'),
(57682,23391,'action started via WP Cron','2021-01-12 00:21:34','2021-01-11 19:21:34'),
(57683,23391,'action complete via WP Cron','2021-01-12 00:21:34','2021-01-11 19:21:34'),
(57684,23392,'action created','2021-01-12 00:21:34','2021-01-11 19:21:34'),
(57685,23392,'action started via WP Cron','2021-01-12 00:22:23','2021-01-11 19:22:23'),
(57686,23392,'action complete via WP Cron','2021-01-12 00:22:23','2021-01-11 19:22:23'),
(57687,23393,'action created','2021-01-12 00:22:23','2021-01-11 19:22:23'),
(57688,23393,'action started via WP Cron','2021-01-12 00:23:28','2021-01-11 19:23:28'),
(57689,23393,'action complete via WP Cron','2021-01-12 00:23:28','2021-01-11 19:23:28'),
(57690,23394,'action created','2021-01-12 00:23:28','2021-01-11 19:23:28'),
(57691,23394,'action started via WP Cron','2021-01-12 00:24:21','2021-01-11 19:24:21'),
(57692,23394,'action complete via WP Cron','2021-01-12 00:24:22','2021-01-11 19:24:22'),
(57693,23395,'action created','2021-01-12 00:24:22','2021-01-11 19:24:22'),
(57694,23395,'action started via WP Cron','2021-01-12 00:25:31','2021-01-11 19:25:31'),
(57695,23395,'action complete via WP Cron','2021-01-12 00:25:31','2021-01-11 19:25:31'),
(57696,23396,'action created','2021-01-12 00:25:32','2021-01-11 19:25:32'),
(57697,23396,'action started via WP Cron','2021-01-12 00:27:21','2021-01-11 19:27:21'),
(57698,23396,'action complete via WP Cron','2021-01-12 00:27:21','2021-01-11 19:27:21'),
(57699,23397,'action created','2021-01-12 00:27:21','2021-01-11 19:27:21'),
(57700,23397,'action started via WP Cron','2021-01-12 00:29:36','2021-01-11 19:29:36'),
(57701,23397,'action complete via WP Cron','2021-01-12 00:29:36','2021-01-11 19:29:36'),
(57702,23398,'action created','2021-01-12 00:29:36','2021-01-11 19:29:36'),
(57703,23398,'action started via WP Cron','2021-01-12 00:31:13','2021-01-11 19:31:13'),
(57704,23398,'action complete via WP Cron','2021-01-12 00:31:13','2021-01-11 19:31:13'),
(57705,23399,'action created','2021-01-12 00:31:13','2021-01-11 19:31:13'),
(57706,23399,'action started via WP Cron','2021-01-12 00:32:46','2021-01-11 19:32:46'),
(57707,23399,'action complete via WP Cron','2021-01-12 00:32:46','2021-01-11 19:32:46'),
(57708,23400,'action created','2021-01-12 00:32:47','2021-01-11 19:32:47'),
(57709,23400,'action started via WP Cron','2021-01-12 00:33:53','2021-01-11 19:33:53'),
(57710,23400,'action complete via WP Cron','2021-01-12 00:33:53','2021-01-11 19:33:53'),
(57711,23401,'action created','2021-01-12 00:33:53','2021-01-11 19:33:53'),
(57712,23401,'action started via WP Cron','2021-01-12 00:34:50','2021-01-11 19:34:50'),
(57713,23401,'action complete via WP Cron','2021-01-12 00:34:50','2021-01-11 19:34:50'),
(57714,23402,'action created','2021-01-12 00:34:50','2021-01-11 19:34:50'),
(57715,23402,'action started via WP Cron','2021-01-12 00:35:35','2021-01-11 19:35:35'),
(57716,23402,'action complete via WP Cron','2021-01-12 00:35:35','2021-01-11 19:35:35'),
(57717,23403,'action created','2021-01-12 00:35:35','2021-01-11 19:35:35'),
(57718,23403,'action started via WP Cron','2021-01-12 00:36:54','2021-01-11 19:36:54'),
(57719,23403,'action complete via WP Cron','2021-01-12 00:36:54','2021-01-11 19:36:54'),
(57720,23404,'action created','2021-01-12 00:36:54','2021-01-11 19:36:54'),
(57721,23404,'action started via WP Cron','2021-01-12 00:37:26','2021-01-11 19:37:26'),
(57722,23404,'action complete via WP Cron','2021-01-12 00:37:26','2021-01-11 19:37:26'),
(57723,23405,'action created','2021-01-12 00:37:26','2021-01-11 19:37:26'),
(57724,23405,'action started via WP Cron','2021-01-12 00:38:36','2021-01-11 19:38:36'),
(57725,23405,'action complete via WP Cron','2021-01-12 00:38:36','2021-01-11 19:38:36'),
(57726,23406,'action created','2021-01-12 00:38:36','2021-01-11 19:38:36'),
(57727,23406,'action started via WP Cron','2021-01-12 00:39:42','2021-01-11 19:39:42'),
(57728,23406,'action complete via WP Cron','2021-01-12 00:39:42','2021-01-11 19:39:42'),
(57729,23407,'action created','2021-01-12 00:39:42','2021-01-11 19:39:42'),
(57730,23407,'action started via WP Cron','2021-01-12 00:41:07','2021-01-11 19:41:07'),
(57731,23407,'action complete via WP Cron','2021-01-12 00:41:07','2021-01-11 19:41:07'),
(57732,23408,'action created','2021-01-12 00:41:07','2021-01-11 19:41:07'),
(57733,23408,'action started via WP Cron','2021-01-12 00:41:37','2021-01-11 19:41:37'),
(57734,23408,'action complete via WP Cron','2021-01-12 00:41:37','2021-01-11 19:41:37'),
(57735,23409,'action created','2021-01-12 00:41:37','2021-01-11 19:41:37'),
(57736,23409,'action started via WP Cron','2021-01-12 00:42:16','2021-01-11 19:42:16'),
(57737,23409,'action complete via WP Cron','2021-01-12 00:42:16','2021-01-11 19:42:16'),
(57738,23410,'action created','2021-01-12 00:42:16','2021-01-11 19:42:16'),
(57739,23410,'action started via WP Cron','2021-01-12 00:43:27','2021-01-11 19:43:27'),
(57740,23410,'action complete via WP Cron','2021-01-12 00:43:27','2021-01-11 19:43:27'),
(57741,23411,'action created','2021-01-12 00:43:27','2021-01-11 19:43:27'),
(57742,23411,'action started via WP Cron','2021-01-12 00:44:28','2021-01-11 19:44:28'),
(57743,23411,'action complete via WP Cron','2021-01-12 00:44:28','2021-01-11 19:44:28'),
(57744,23412,'action created','2021-01-12 00:44:28','2021-01-11 19:44:28'),
(57745,23412,'action started via WP Cron','2021-01-12 00:45:11','2021-01-11 19:45:11'),
(57746,23412,'action complete via WP Cron','2021-01-12 00:45:11','2021-01-11 19:45:11'),
(57747,23413,'action created','2021-01-12 00:45:12','2021-01-11 19:45:12'),
(57748,23413,'action started via WP Cron','2021-01-12 00:46:36','2021-01-11 19:46:36'),
(57749,23413,'action complete via WP Cron','2021-01-12 00:46:36','2021-01-11 19:46:36'),
(57750,23414,'action created','2021-01-12 00:46:36','2021-01-11 19:46:36'),
(57751,23414,'action started via WP Cron','2021-01-12 00:47:40','2021-01-11 19:47:40'),
(57752,23414,'action complete via WP Cron','2021-01-12 00:47:40','2021-01-11 19:47:40'),
(57753,23415,'action created','2021-01-12 00:47:40','2021-01-11 19:47:40'),
(57754,23415,'action started via WP Cron','2021-01-12 00:48:30','2021-01-11 19:48:30'),
(57755,23415,'action complete via WP Cron','2021-01-12 00:48:30','2021-01-11 19:48:30'),
(57756,23416,'action created','2021-01-12 00:48:30','2021-01-11 19:48:30'),
(57757,23416,'action started via WP Cron','2021-01-12 00:50:08','2021-01-11 19:50:08'),
(57758,23416,'action complete via WP Cron','2021-01-12 00:50:08','2021-01-11 19:50:08'),
(57759,23417,'action created','2021-01-12 00:50:08','2021-01-11 19:50:08'),
(57760,23417,'action started via WP Cron','2021-01-12 00:50:21','2021-01-11 19:50:21'),
(57761,23417,'action complete via WP Cron','2021-01-12 00:50:21','2021-01-11 19:50:21'),
(57762,23418,'action created','2021-01-12 00:50:21','2021-01-11 19:50:21'),
(57763,23418,'action started via WP Cron','2021-01-12 00:51:56','2021-01-11 19:51:56'),
(57764,23418,'action complete via WP Cron','2021-01-12 00:51:56','2021-01-11 19:51:56'),
(57765,23419,'action created','2021-01-12 00:51:56','2021-01-11 19:51:56'),
(57766,23419,'action started via WP Cron','2021-01-12 00:53:02','2021-01-11 19:53:02'),
(57767,23419,'action complete via WP Cron','2021-01-12 00:53:02','2021-01-11 19:53:02'),
(57768,23420,'action created','2021-01-12 00:53:02','2021-01-11 19:53:02'),
(57769,23420,'action started via WP Cron','2021-01-12 00:53:24','2021-01-11 19:53:24'),
(57770,23420,'action complete via WP Cron','2021-01-12 00:53:24','2021-01-11 19:53:24'),
(57771,23421,'action created','2021-01-12 00:53:24','2021-01-11 19:53:24'),
(57772,23421,'action started via WP Cron','2021-01-12 00:54:22','2021-01-11 19:54:22'),
(57773,23421,'action complete via WP Cron','2021-01-12 00:54:22','2021-01-11 19:54:22'),
(57774,23422,'action created','2021-01-12 00:54:22','2021-01-11 19:54:22'),
(57775,23422,'action started via WP Cron','2021-01-12 00:55:15','2021-01-11 19:55:15'),
(57776,23422,'action complete via WP Cron','2021-01-12 00:55:15','2021-01-11 19:55:15'),
(57777,23423,'action created','2021-01-12 00:55:15','2021-01-11 19:55:15'),
(57778,23423,'action started via WP Cron','2021-01-12 00:57:05','2021-01-11 19:57:05'),
(57779,23423,'action complete via WP Cron','2021-01-12 00:57:05','2021-01-11 19:57:05'),
(57780,23424,'action created','2021-01-12 00:57:05','2021-01-11 19:57:05'),
(57781,23424,'action started via WP Cron','2021-01-12 00:57:45','2021-01-11 19:57:45'),
(57782,23424,'action complete via WP Cron','2021-01-12 00:57:45','2021-01-11 19:57:45'),
(57783,23425,'action created','2021-01-12 00:57:45','2021-01-11 19:57:45'),
(57784,23425,'action started via WP Cron','2021-01-12 00:59:29','2021-01-11 19:59:29'),
(57785,23425,'action complete via WP Cron','2021-01-12 00:59:29','2021-01-11 19:59:29'),
(57786,23426,'action created','2021-01-12 00:59:29','2021-01-11 19:59:29'),
(57787,23426,'action started via WP Cron','2021-01-12 01:00:17','2021-01-11 20:00:17'),
(57788,23426,'action complete via WP Cron','2021-01-12 01:00:17','2021-01-11 20:00:17'),
(57789,23427,'action created','2021-01-12 01:00:17','2021-01-11 20:00:17'),
(57790,23427,'action started via WP Cron','2021-01-12 01:02:11','2021-01-11 20:02:11'),
(57791,23427,'action complete via WP Cron','2021-01-12 01:02:11','2021-01-11 20:02:11'),
(57792,23428,'action created','2021-01-12 01:02:11','2021-01-11 20:02:11'),
(57793,23428,'action started via WP Cron','2021-01-12 01:04:19','2021-01-11 20:04:19'),
(57794,23428,'action complete via WP Cron','2021-01-12 01:04:19','2021-01-11 20:04:19'),
(57795,23429,'action created','2021-01-12 01:04:19','2021-01-11 20:04:19'),
(57796,23429,'action started via WP Cron','2021-01-12 01:05:24','2021-01-11 20:05:24'),
(57797,23429,'action complete via WP Cron','2021-01-12 01:05:24','2021-01-11 20:05:24'),
(57798,23430,'action created','2021-01-12 01:05:24','2021-01-11 20:05:24'),
(57799,23430,'action started via WP Cron','2021-01-12 01:06:51','2021-01-11 20:06:51'),
(57800,23430,'action complete via WP Cron','2021-01-12 01:06:51','2021-01-11 20:06:51'),
(57801,23431,'action created','2021-01-12 01:06:51','2021-01-11 20:06:51'),
(57802,23431,'action started via WP Cron','2021-01-12 01:07:13','2021-01-11 20:07:13'),
(57803,23431,'action complete via WP Cron','2021-01-12 01:07:13','2021-01-11 20:07:13'),
(57804,23432,'action created','2021-01-12 01:07:13','2021-01-11 20:07:13'),
(57805,23432,'action started via WP Cron','2021-01-12 01:08:16','2021-01-11 20:08:16'),
(57806,23432,'action complete via WP Cron','2021-01-12 01:08:16','2021-01-11 20:08:16'),
(57807,23433,'action created','2021-01-12 01:08:16','2021-01-11 20:08:16'),
(57808,23433,'action started via WP Cron','2021-01-12 01:10:16','2021-01-11 20:10:16'),
(57809,23433,'action complete via WP Cron','2021-01-12 01:10:16','2021-01-11 20:10:16'),
(57810,23434,'action created','2021-01-12 01:10:16','2021-01-11 20:10:16'),
(57811,23434,'action started via WP Cron','2021-01-12 01:11:58','2021-01-11 20:11:58'),
(57812,23434,'action complete via WP Cron','2021-01-12 01:11:58','2021-01-11 20:11:58'),
(57813,23435,'action created','2021-01-12 01:11:58','2021-01-11 20:11:58'),
(57814,23435,'action started via WP Cron','2021-01-12 01:13:35','2021-01-11 20:13:35'),
(57815,23435,'action complete via WP Cron','2021-01-12 01:13:35','2021-01-11 20:13:35'),
(57816,23436,'action created','2021-01-12 01:13:35','2021-01-11 20:13:35'),
(57817,23436,'action started via WP Cron','2021-01-12 01:14:18','2021-01-11 20:14:18'),
(57818,23436,'action complete via WP Cron','2021-01-12 01:14:18','2021-01-11 20:14:18'),
(57819,23437,'action created','2021-01-12 01:14:18','2021-01-11 20:14:18'),
(57820,23437,'action started via WP Cron','2021-01-12 01:15:44','2021-01-11 20:15:44'),
(57821,23437,'action complete via WP Cron','2021-01-12 01:15:44','2021-01-11 20:15:44'),
(57822,23438,'action created','2021-01-12 01:15:44','2021-01-11 20:15:44'),
(57823,23438,'action started via WP Cron','2021-01-12 01:16:41','2021-01-11 20:16:41'),
(57824,23438,'action complete via WP Cron','2021-01-12 01:16:41','2021-01-11 20:16:41'),
(57825,23439,'action created','2021-01-12 01:16:41','2021-01-11 20:16:41'),
(57826,23439,'action started via WP Cron','2021-01-12 01:17:22','2021-01-11 20:17:22'),
(57827,23439,'action complete via WP Cron','2021-01-12 01:17:22','2021-01-11 20:17:22'),
(57828,23440,'action created','2021-01-12 01:17:22','2021-01-11 20:17:22'),
(57829,23440,'action started via WP Cron','2021-01-12 01:18:12','2021-01-11 20:18:12'),
(57830,23440,'action complete via WP Cron','2021-01-12 01:18:12','2021-01-11 20:18:12'),
(57831,23441,'action created','2021-01-12 01:18:12','2021-01-11 20:18:12'),
(57832,23441,'action started via WP Cron','2021-01-12 01:20:04','2021-01-11 20:20:04'),
(57833,23441,'action complete via WP Cron','2021-01-12 01:20:04','2021-01-11 20:20:04'),
(57834,23442,'action created','2021-01-12 01:20:04','2021-01-11 20:20:04'),
(57835,23442,'action started via WP Cron','2021-01-12 01:20:48','2021-01-11 20:20:48'),
(57836,23442,'action complete via WP Cron','2021-01-12 01:20:48','2021-01-11 20:20:48'),
(57837,23443,'action created','2021-01-12 01:20:48','2021-01-11 20:20:48'),
(57838,23443,'action started via WP Cron','2021-01-12 01:21:18','2021-01-11 20:21:18'),
(57839,23443,'action complete via WP Cron','2021-01-12 01:21:18','2021-01-11 20:21:18'),
(57840,23444,'action created','2021-01-12 01:21:18','2021-01-11 20:21:18'),
(57841,22326,'action started via WP Cron','2021-01-12 01:22:30','2021-01-11 20:22:30'),
(57842,22326,'action complete via WP Cron','2021-01-12 01:22:30','2021-01-11 20:22:30'),
(57843,23445,'action created','2021-01-12 01:22:30','2021-01-11 20:22:30'),
(57844,23444,'action started via WP Cron','2021-01-12 01:22:30','2021-01-11 20:22:30'),
(57845,23444,'action complete via WP Cron','2021-01-12 01:22:30','2021-01-11 20:22:30'),
(57846,23446,'action created','2021-01-12 01:22:30','2021-01-11 20:22:30'),
(57847,23446,'action started via WP Cron','2021-01-12 01:23:16','2021-01-11 20:23:16'),
(57848,23446,'action complete via WP Cron','2021-01-12 01:23:16','2021-01-11 20:23:16'),
(57849,23447,'action created','2021-01-12 01:23:16','2021-01-11 20:23:16'),
(57850,23447,'action started via WP Cron','2021-01-12 01:24:27','2021-01-11 20:24:27'),
(57851,23447,'action complete via WP Cron','2021-01-12 01:24:27','2021-01-11 20:24:27'),
(57852,23448,'action created','2021-01-12 01:24:27','2021-01-11 20:24:27'),
(57853,23448,'action started via WP Cron','2021-01-12 01:26:10','2021-01-11 20:26:10'),
(57854,23448,'action complete via WP Cron','2021-01-12 01:26:10','2021-01-11 20:26:10'),
(57855,23449,'action created','2021-01-12 01:26:10','2021-01-11 20:26:10'),
(57856,23449,'action started via WP Cron','2021-01-12 01:26:21','2021-01-11 20:26:21'),
(57857,23449,'action complete via WP Cron','2021-01-12 01:26:21','2021-01-11 20:26:21'),
(57858,23450,'action created','2021-01-12 01:26:21','2021-01-11 20:26:21'),
(57859,23450,'action started via WP Cron','2021-01-12 01:27:21','2021-01-11 20:27:21'),
(57860,23450,'action complete via WP Cron','2021-01-12 01:27:21','2021-01-11 20:27:21'),
(57861,23451,'action created','2021-01-12 01:27:21','2021-01-11 20:27:21'),
(57862,23451,'action started via WP Cron','2021-01-12 01:29:08','2021-01-11 20:29:08'),
(57863,23451,'action complete via WP Cron','2021-01-12 01:29:08','2021-01-11 20:29:08'),
(57864,23452,'action created','2021-01-12 01:29:08','2021-01-11 20:29:08'),
(57865,23452,'action started via WP Cron','2021-01-12 01:30:19','2021-01-11 20:30:19'),
(57866,23452,'action complete via WP Cron','2021-01-12 01:30:19','2021-01-11 20:30:19'),
(57867,23453,'action created','2021-01-12 01:30:19','2021-01-11 20:30:19'),
(57868,23453,'action started via WP Cron','2021-01-12 01:32:35','2021-01-11 20:32:35'),
(57869,23453,'action complete via WP Cron','2021-01-12 01:32:35','2021-01-11 20:32:35'),
(57870,23454,'action created','2021-01-12 01:32:35','2021-01-11 20:32:35'),
(57871,23454,'action started via WP Cron','2021-01-12 01:34:33','2021-01-11 20:34:33'),
(57872,23454,'action complete via WP Cron','2021-01-12 01:34:33','2021-01-11 20:34:33'),
(57873,23455,'action created','2021-01-12 01:34:33','2021-01-11 20:34:33'),
(57874,23455,'action started via WP Cron','2021-01-12 01:35:40','2021-01-11 20:35:40'),
(57875,23455,'action complete via WP Cron','2021-01-12 01:35:40','2021-01-11 20:35:40'),
(57876,23456,'action created','2021-01-12 01:35:40','2021-01-11 20:35:40'),
(57877,23456,'action started via WP Cron','2021-01-12 01:36:20','2021-01-11 20:36:20'),
(57878,23456,'action complete via WP Cron','2021-01-12 01:36:20','2021-01-11 20:36:20'),
(57879,23457,'action created','2021-01-12 01:36:20','2021-01-11 20:36:20'),
(57880,23457,'action started via WP Cron','2021-01-12 01:37:49','2021-01-11 20:37:49'),
(57881,23457,'action complete via WP Cron','2021-01-12 01:37:49','2021-01-11 20:37:49'),
(57882,23458,'action created','2021-01-12 01:37:49','2021-01-11 20:37:49'),
(57883,23458,'action started via WP Cron','2021-01-12 01:38:49','2021-01-11 20:38:49'),
(57884,23458,'action complete via WP Cron','2021-01-12 01:38:49','2021-01-11 20:38:49'),
(57885,23459,'action created','2021-01-12 01:38:49','2021-01-11 20:38:49'),
(57886,23459,'action started via WP Cron','2021-01-12 01:39:39','2021-01-11 20:39:39'),
(57887,23459,'action complete via WP Cron','2021-01-12 01:39:39','2021-01-11 20:39:39'),
(57888,23460,'action created','2021-01-12 01:39:39','2021-01-11 20:39:39'),
(57889,23460,'action started via WP Cron','2021-01-12 01:40:21','2021-01-11 20:40:21'),
(57890,23460,'action complete via WP Cron','2021-01-12 01:40:21','2021-01-11 20:40:21'),
(57891,23461,'action created','2021-01-12 01:40:21','2021-01-11 20:40:21'),
(57892,23461,'action started via WP Cron','2021-01-12 01:41:11','2021-01-11 20:41:11'),
(57893,23461,'action complete via WP Cron','2021-01-12 01:41:11','2021-01-11 20:41:11'),
(57894,23462,'action created','2021-01-12 01:41:12','2021-01-11 20:41:12'),
(57895,23462,'action started via WP Cron','2021-01-12 01:42:46','2021-01-11 20:42:46'),
(57896,23462,'action complete via WP Cron','2021-01-12 01:42:46','2021-01-11 20:42:46'),
(57897,23463,'action created','2021-01-12 01:42:46','2021-01-11 20:42:46'),
(57898,23463,'action started via WP Cron','2021-01-12 01:43:16','2021-01-11 20:43:16'),
(57899,23463,'action complete via WP Cron','2021-01-12 01:43:16','2021-01-11 20:43:16'),
(57900,23464,'action created','2021-01-12 01:43:16','2021-01-11 20:43:16'),
(57901,23464,'action started via WP Cron','2021-01-12 01:44:17','2021-01-11 20:44:17'),
(57902,23464,'action complete via WP Cron','2021-01-12 01:44:17','2021-01-11 20:44:17'),
(57903,23465,'action created','2021-01-12 01:44:17','2021-01-11 20:44:17'),
(57904,23465,'action started via WP Cron','2021-01-12 01:45:13','2021-01-11 20:45:13'),
(57905,23465,'action complete via WP Cron','2021-01-12 01:45:13','2021-01-11 20:45:13'),
(57906,23466,'action created','2021-01-12 01:45:13','2021-01-11 20:45:13'),
(57907,23466,'action started via WP Cron','2021-01-12 01:46:35','2021-01-11 20:46:35'),
(57908,23466,'action complete via WP Cron','2021-01-12 01:46:35','2021-01-11 20:46:35'),
(57909,23467,'action created','2021-01-12 01:46:35','2021-01-11 20:46:35'),
(57910,23467,'action started via WP Cron','2021-01-12 01:47:46','2021-01-11 20:47:46'),
(57911,23467,'action complete via WP Cron','2021-01-12 01:47:46','2021-01-11 20:47:46'),
(57912,23468,'action created','2021-01-12 01:47:47','2021-01-11 20:47:47'),
(57913,23468,'action started via WP Cron','2021-01-12 01:49:44','2021-01-11 20:49:44'),
(57914,23468,'action complete via WP Cron','2021-01-12 01:49:44','2021-01-11 20:49:44'),
(57915,23469,'action created','2021-01-12 01:49:44','2021-01-11 20:49:44'),
(57916,23469,'action started via WP Cron','2021-01-12 01:50:54','2021-01-11 20:50:54'),
(57917,23469,'action complete via WP Cron','2021-01-12 01:50:54','2021-01-11 20:50:54'),
(57918,23470,'action created','2021-01-12 01:50:54','2021-01-11 20:50:54'),
(57919,23470,'action started via WP Cron','2021-01-12 01:51:12','2021-01-11 20:51:12'),
(57920,23470,'action complete via WP Cron','2021-01-12 01:51:12','2021-01-11 20:51:12'),
(57921,23471,'action created','2021-01-12 01:51:12','2021-01-11 20:51:12'),
(57922,23471,'action started via WP Cron','2021-01-12 01:53:36','2021-01-11 20:53:36'),
(57923,23471,'action complete via WP Cron','2021-01-12 01:53:36','2021-01-11 20:53:36'),
(57924,23472,'action created','2021-01-12 01:53:36','2021-01-11 20:53:36'),
(57925,23472,'action started via WP Cron','2021-01-12 01:54:45','2021-01-11 20:54:45'),
(57926,23472,'action complete via WP Cron','2021-01-12 01:54:45','2021-01-11 20:54:45'),
(57927,23473,'action created','2021-01-12 01:54:45','2021-01-11 20:54:45'),
(57928,23473,'action started via WP Cron','2021-01-12 01:55:28','2021-01-11 20:55:28'),
(57929,23473,'action complete via WP Cron','2021-01-12 01:55:28','2021-01-11 20:55:28'),
(57930,23474,'action created','2021-01-12 01:55:28','2021-01-11 20:55:28'),
(57931,23474,'action started via WP Cron','2021-01-12 01:56:21','2021-01-11 20:56:21'),
(57932,23474,'action complete via WP Cron','2021-01-12 01:56:21','2021-01-11 20:56:21'),
(57933,23475,'action created','2021-01-12 01:56:21','2021-01-11 20:56:21'),
(57934,23475,'action started via WP Cron','2021-01-12 01:57:12','2021-01-11 20:57:12'),
(57935,23475,'action complete via WP Cron','2021-01-12 01:57:12','2021-01-11 20:57:12'),
(57936,23476,'action created','2021-01-12 01:57:12','2021-01-11 20:57:12'),
(57937,23476,'action started via WP Cron','2021-01-12 01:58:17','2021-01-11 20:58:17'),
(57938,23476,'action complete via WP Cron','2021-01-12 01:58:17','2021-01-11 20:58:17'),
(57939,23477,'action created','2021-01-12 01:58:17','2021-01-11 20:58:17'),
(57940,23477,'action started via WP Cron','2021-01-12 01:59:23','2021-01-11 20:59:23'),
(57941,23477,'action complete via WP Cron','2021-01-12 01:59:23','2021-01-11 20:59:23'),
(57942,23478,'action created','2021-01-12 01:59:23','2021-01-11 20:59:23'),
(57943,23478,'action started via WP Cron','2021-01-12 02:02:03','2021-01-11 21:02:03'),
(57944,23478,'action complete via WP Cron','2021-01-12 02:02:03','2021-01-11 21:02:03'),
(57945,23479,'action created','2021-01-12 02:02:03','2021-01-11 21:02:03'),
(57946,23479,'action started via WP Cron','2021-01-12 02:02:16','2021-01-11 21:02:16'),
(57947,23479,'action complete via WP Cron','2021-01-12 02:02:16','2021-01-11 21:02:16'),
(57948,23480,'action created','2021-01-12 02:02:16','2021-01-11 21:02:16'),
(57949,23480,'action started via WP Cron','2021-01-12 02:03:16','2021-01-11 21:03:16'),
(57950,23480,'action complete via WP Cron','2021-01-12 02:03:16','2021-01-11 21:03:16'),
(57951,23481,'action created','2021-01-12 02:03:16','2021-01-11 21:03:16'),
(57952,23481,'action started via WP Cron','2021-01-12 02:04:45','2021-01-11 21:04:45'),
(57953,23481,'action complete via WP Cron','2021-01-12 02:04:45','2021-01-11 21:04:45'),
(57954,23482,'action created','2021-01-12 02:04:45','2021-01-11 21:04:45'),
(57955,23482,'action started via WP Cron','2021-01-12 02:05:35','2021-01-11 21:05:35'),
(57956,23482,'action complete via WP Cron','2021-01-12 02:05:35','2021-01-11 21:05:35'),
(57957,23483,'action created','2021-01-12 02:05:35','2021-01-11 21:05:35'),
(57958,23483,'action started via WP Cron','2021-01-12 02:06:20','2021-01-11 21:06:20'),
(57959,23483,'action complete via WP Cron','2021-01-12 02:06:20','2021-01-11 21:06:20'),
(57960,23484,'action created','2021-01-12 02:06:20','2021-01-11 21:06:20'),
(57961,23484,'action started via WP Cron','2021-01-12 02:07:40','2021-01-11 21:07:40'),
(57962,23484,'action complete via WP Cron','2021-01-12 02:07:40','2021-01-11 21:07:40'),
(57963,23485,'action created','2021-01-12 02:07:40','2021-01-11 21:07:40'),
(57964,23485,'action started via WP Cron','2021-01-12 02:08:42','2021-01-11 21:08:42'),
(57965,23485,'action complete via WP Cron','2021-01-12 02:08:42','2021-01-11 21:08:42'),
(57966,23486,'action created','2021-01-12 02:08:43','2021-01-11 21:08:43'),
(57967,23486,'action started via WP Cron','2021-01-12 02:09:16','2021-01-11 21:09:16'),
(57968,23486,'action complete via WP Cron','2021-01-12 02:09:16','2021-01-11 21:09:16'),
(57969,23487,'action created','2021-01-12 02:09:17','2021-01-11 21:09:17'),
(57970,23487,'action started via WP Cron','2021-01-12 02:10:20','2021-01-11 21:10:20'),
(57971,23487,'action complete via WP Cron','2021-01-12 02:10:20','2021-01-11 21:10:20'),
(57972,23488,'action created','2021-01-12 02:10:20','2021-01-11 21:10:20'),
(57973,23488,'action started via WP Cron','2021-01-12 02:11:12','2021-01-11 21:11:12'),
(57974,23488,'action complete via WP Cron','2021-01-12 02:11:12','2021-01-11 21:11:12'),
(57975,23489,'action created','2021-01-12 02:11:12','2021-01-11 21:11:12'),
(57976,23489,'action started via WP Cron','2021-01-12 02:13:55','2021-01-11 21:13:55'),
(57977,23489,'action complete via WP Cron','2021-01-12 02:13:55','2021-01-11 21:13:55'),
(57978,23490,'action created','2021-01-12 02:13:55','2021-01-11 21:13:55'),
(57979,23490,'action started via WP Cron','2021-01-12 02:14:35','2021-01-11 21:14:35'),
(57980,23490,'action complete via WP Cron','2021-01-12 02:14:35','2021-01-11 21:14:35'),
(57981,23491,'action created','2021-01-12 02:14:35','2021-01-11 21:14:35'),
(57982,23491,'action started via WP Cron','2021-01-12 02:15:11','2021-01-11 21:15:11'),
(57983,23491,'action complete via WP Cron','2021-01-12 02:15:11','2021-01-11 21:15:11'),
(57984,23492,'action created','2021-01-12 02:15:11','2021-01-11 21:15:11'),
(57985,23492,'action started via WP Cron','2021-01-12 02:16:11','2021-01-11 21:16:11'),
(57986,23492,'action complete via WP Cron','2021-01-12 02:16:11','2021-01-11 21:16:11'),
(57987,23493,'action created','2021-01-12 02:16:11','2021-01-11 21:16:11'),
(57988,23493,'action started via WP Cron','2021-01-12 02:17:42','2021-01-11 21:17:42'),
(57989,23493,'action complete via WP Cron','2021-01-12 02:17:42','2021-01-11 21:17:42'),
(57990,23494,'action created','2021-01-12 02:17:42','2021-01-11 21:17:42'),
(57991,23494,'action started via WP Cron','2021-01-12 02:18:36','2021-01-11 21:18:36'),
(57992,23494,'action complete via WP Cron','2021-01-12 02:18:36','2021-01-11 21:18:36'),
(57993,23495,'action created','2021-01-12 02:18:36','2021-01-11 21:18:36'),
(57994,23495,'action started via WP Cron','2021-01-12 02:19:34','2021-01-11 21:19:34'),
(57995,23495,'action complete via WP Cron','2021-01-12 02:19:34','2021-01-11 21:19:34'),
(57996,23496,'action created','2021-01-12 02:19:34','2021-01-11 21:19:34'),
(57997,23496,'action started via WP Cron','2021-01-12 02:20:27','2021-01-11 21:20:27'),
(57998,23496,'action complete via WP Cron','2021-01-12 02:20:27','2021-01-11 21:20:27'),
(57999,23497,'action created','2021-01-12 02:20:27','2021-01-11 21:20:27'),
(58000,23497,'action started via WP Cron','2021-01-12 02:21:49','2021-01-11 21:21:49'),
(58001,23497,'action complete via WP Cron','2021-01-12 02:21:49','2021-01-11 21:21:49'),
(58002,23498,'action created','2021-01-12 02:21:49','2021-01-11 21:21:49'),
(58003,23498,'action started via WP Cron','2021-01-12 02:22:19','2021-01-11 21:22:19'),
(58004,23498,'action complete via WP Cron','2021-01-12 02:22:19','2021-01-11 21:22:19'),
(58005,23499,'action created','2021-01-12 02:22:19','2021-01-11 21:22:19'),
(58006,23499,'action started via WP Cron','2021-01-12 02:23:22','2021-01-11 21:23:22'),
(58007,23499,'action complete via WP Cron','2021-01-12 02:23:22','2021-01-11 21:23:22'),
(58008,23500,'action created','2021-01-12 02:23:22','2021-01-11 21:23:22'),
(58009,23500,'action started via WP Cron','2021-01-12 02:24:18','2021-01-11 21:24:18'),
(58010,23500,'action complete via WP Cron','2021-01-12 02:24:18','2021-01-11 21:24:18'),
(58011,23501,'action created','2021-01-12 02:24:18','2021-01-11 21:24:18'),
(58012,23501,'action started via WP Cron','2021-01-12 02:25:45','2021-01-11 21:25:45'),
(58013,23501,'action complete via WP Cron','2021-01-12 02:25:45','2021-01-11 21:25:45'),
(58014,23502,'action created','2021-01-12 02:25:45','2021-01-11 21:25:45'),
(58015,23502,'action started via WP Cron','2021-01-12 02:26:15','2021-01-11 21:26:15'),
(58016,23502,'action complete via WP Cron','2021-01-12 02:26:15','2021-01-11 21:26:15'),
(58017,23503,'action created','2021-01-12 02:26:15','2021-01-11 21:26:15'),
(58018,23503,'action started via WP Cron','2021-01-12 02:27:23','2021-01-11 21:27:23'),
(58019,23503,'action complete via WP Cron','2021-01-12 02:27:23','2021-01-11 21:27:23'),
(58020,23504,'action created','2021-01-12 02:27:23','2021-01-11 21:27:23'),
(58021,23504,'action started via WP Cron','2021-01-12 02:28:35','2021-01-11 21:28:35'),
(58022,23504,'action complete via WP Cron','2021-01-12 02:28:35','2021-01-11 21:28:35'),
(58023,23505,'action created','2021-01-12 02:28:35','2021-01-11 21:28:35'),
(58024,23505,'action started via WP Cron','2021-01-12 02:29:18','2021-01-11 21:29:18'),
(58025,23505,'action complete via WP Cron','2021-01-12 02:29:18','2021-01-11 21:29:18'),
(58026,23506,'action created','2021-01-12 02:29:18','2021-01-11 21:29:18'),
(58027,23506,'action started via WP Cron','2021-01-12 02:30:44','2021-01-11 21:30:44'),
(58028,23506,'action complete via WP Cron','2021-01-12 02:30:44','2021-01-11 21:30:44'),
(58029,23507,'action created','2021-01-12 02:30:44','2021-01-11 21:30:44'),
(58030,23507,'action started via WP Cron','2021-01-12 02:31:21','2021-01-11 21:31:21'),
(58031,23507,'action complete via WP Cron','2021-01-12 02:31:21','2021-01-11 21:31:21'),
(58032,23508,'action created','2021-01-12 02:31:21','2021-01-11 21:31:21'),
(58033,23508,'action started via WP Cron','2021-01-12 02:32:38','2021-01-11 21:32:38'),
(58034,23508,'action complete via WP Cron','2021-01-12 02:32:38','2021-01-11 21:32:38'),
(58035,23509,'action created','2021-01-12 02:32:38','2021-01-11 21:32:38'),
(58036,23509,'action started via WP Cron','2021-01-12 02:33:27','2021-01-11 21:33:27'),
(58037,23509,'action complete via WP Cron','2021-01-12 02:33:27','2021-01-11 21:33:27'),
(58038,23510,'action created','2021-01-12 02:33:27','2021-01-11 21:33:27'),
(58039,23510,'action started via WP Cron','2021-01-12 02:34:48','2021-01-11 21:34:48'),
(58040,23510,'action complete via WP Cron','2021-01-12 02:34:48','2021-01-11 21:34:48'),
(58041,23511,'action created','2021-01-12 02:34:48','2021-01-11 21:34:48'),
(58042,23511,'action started via WP Cron','2021-01-12 02:35:22','2021-01-11 21:35:22'),
(58043,23511,'action complete via WP Cron','2021-01-12 02:35:22','2021-01-11 21:35:22'),
(58044,23512,'action created','2021-01-12 02:35:22','2021-01-11 21:35:22'),
(58045,23512,'action started via WP Cron','2021-01-12 02:36:49','2021-01-11 21:36:49'),
(58046,23512,'action complete via WP Cron','2021-01-12 02:36:49','2021-01-11 21:36:49'),
(58047,23513,'action created','2021-01-12 02:36:49','2021-01-11 21:36:49'),
(58048,23513,'action started via WP Cron','2021-01-12 02:37:25','2021-01-11 21:37:25'),
(58049,23513,'action complete via WP Cron','2021-01-12 02:37:25','2021-01-11 21:37:25'),
(58050,23514,'action created','2021-01-12 02:37:25','2021-01-11 21:37:25'),
(58051,23514,'action started via WP Cron','2021-01-12 02:38:38','2021-01-11 21:38:38'),
(58052,23514,'action complete via WP Cron','2021-01-12 02:38:38','2021-01-11 21:38:38'),
(58053,23515,'action created','2021-01-12 02:38:38','2021-01-11 21:38:38'),
(58054,23515,'action started via WP Cron','2021-01-12 02:39:24','2021-01-11 21:39:24'),
(58055,23515,'action complete via WP Cron','2021-01-12 02:39:24','2021-01-11 21:39:24'),
(58056,23516,'action created','2021-01-12 02:39:24','2021-01-11 21:39:24'),
(58057,23516,'action started via WP Cron','2021-01-12 02:40:30','2021-01-11 21:40:30'),
(58058,23516,'action complete via WP Cron','2021-01-12 02:40:30','2021-01-11 21:40:30'),
(58059,23517,'action created','2021-01-12 02:40:30','2021-01-11 21:40:30'),
(58060,23517,'action started via WP Cron','2021-01-12 02:41:53','2021-01-11 21:41:53'),
(58061,23517,'action complete via WP Cron','2021-01-12 02:41:53','2021-01-11 21:41:53'),
(58062,23518,'action created','2021-01-12 02:41:53','2021-01-11 21:41:53'),
(58063,23518,'action started via WP Cron','2021-01-12 02:42:32','2021-01-11 21:42:32'),
(58064,23518,'action complete via WP Cron','2021-01-12 02:42:32','2021-01-11 21:42:32'),
(58065,23519,'action created','2021-01-12 02:42:32','2021-01-11 21:42:32'),
(58066,23519,'action started via WP Cron','2021-01-12 02:43:56','2021-01-11 21:43:56'),
(58067,23519,'action complete via WP Cron','2021-01-12 02:43:56','2021-01-11 21:43:56'),
(58068,23520,'action created','2021-01-12 02:43:57','2021-01-11 21:43:57'),
(58069,23520,'action started via WP Cron','2021-01-12 02:44:11','2021-01-11 21:44:11'),
(58070,23520,'action complete via WP Cron','2021-01-12 02:44:12','2021-01-11 21:44:12'),
(58071,23521,'action created','2021-01-12 02:44:12','2021-01-11 21:44:12'),
(58072,23521,'action started via WP Cron','2021-01-12 02:45:14','2021-01-11 21:45:14'),
(58073,23521,'action complete via WP Cron','2021-01-12 02:45:14','2021-01-11 21:45:14'),
(58074,23522,'action created','2021-01-12 02:45:14','2021-01-11 21:45:14'),
(58075,23522,'action started via WP Cron','2021-01-12 02:46:37','2021-01-11 21:46:37'),
(58076,23522,'action complete via WP Cron','2021-01-12 02:46:37','2021-01-11 21:46:37'),
(58077,23523,'action created','2021-01-12 02:46:37','2021-01-11 21:46:37'),
(58078,23523,'action started via WP Cron','2021-01-12 02:48:06','2021-01-11 21:48:06'),
(58079,23523,'action complete via WP Cron','2021-01-12 02:48:06','2021-01-11 21:48:06'),
(58080,23524,'action created','2021-01-12 02:48:06','2021-01-11 21:48:06'),
(58081,23524,'action started via WP Cron','2021-01-12 02:49:14','2021-01-11 21:49:14'),
(58082,23524,'action complete via WP Cron','2021-01-12 02:49:14','2021-01-11 21:49:14'),
(58083,23525,'action created','2021-01-12 02:49:14','2021-01-11 21:49:14'),
(58084,23525,'action started via WP Cron','2021-01-12 02:50:47','2021-01-11 21:50:47'),
(58085,23525,'action complete via WP Cron','2021-01-12 02:50:47','2021-01-11 21:50:47'),
(58086,23526,'action created','2021-01-12 02:50:47','2021-01-11 21:50:47'),
(58087,23526,'action started via WP Cron','2021-01-12 02:51:12','2021-01-11 21:51:12'),
(58088,23526,'action complete via WP Cron','2021-01-12 02:51:12','2021-01-11 21:51:12'),
(58089,23527,'action created','2021-01-12 02:51:12','2021-01-11 21:51:12'),
(58090,23527,'action started via WP Cron','2021-01-12 02:52:12','2021-01-11 21:52:12'),
(58091,23527,'action complete via WP Cron','2021-01-12 02:52:12','2021-01-11 21:52:12'),
(58092,23528,'action created','2021-01-12 02:52:12','2021-01-11 21:52:12'),
(58093,23528,'action started via WP Cron','2021-01-12 02:53:18','2021-01-11 21:53:18'),
(58094,23528,'action complete via WP Cron','2021-01-12 02:53:18','2021-01-11 21:53:18'),
(58095,23529,'action created','2021-01-12 02:53:18','2021-01-11 21:53:18'),
(58096,23529,'action started via WP Cron','2021-01-12 02:54:23','2021-01-11 21:54:23'),
(58097,23529,'action complete via WP Cron','2021-01-12 02:54:23','2021-01-11 21:54:23'),
(58098,23530,'action created','2021-01-12 02:54:23','2021-01-11 21:54:23'),
(58099,23530,'action started via WP Cron','2021-01-12 02:56:07','2021-01-11 21:56:07'),
(58100,23530,'action complete via WP Cron','2021-01-12 02:56:07','2021-01-11 21:56:07'),
(58101,23531,'action created','2021-01-12 02:56:07','2021-01-11 21:56:07'),
(58102,23531,'action started via WP Cron','2021-01-12 02:57:18','2021-01-11 21:57:18'),
(58103,23531,'action complete via WP Cron','2021-01-12 02:57:18','2021-01-11 21:57:18'),
(58104,23532,'action created','2021-01-12 02:57:18','2021-01-11 21:57:18'),
(58105,23532,'action started via WP Cron','2021-01-12 02:58:13','2021-01-11 21:58:13'),
(58106,23532,'action complete via WP Cron','2021-01-12 02:58:13','2021-01-11 21:58:13'),
(58107,23533,'action created','2021-01-12 02:58:13','2021-01-11 21:58:13'),
(58108,23533,'action started via WP Cron','2021-01-12 02:59:19','2021-01-11 21:59:19'),
(58109,23533,'action complete via WP Cron','2021-01-12 02:59:19','2021-01-11 21:59:19'),
(58110,23534,'action created','2021-01-12 02:59:19','2021-01-11 21:59:19'),
(58111,23534,'action started via WP Cron','2021-01-12 03:00:57','2021-01-11 22:00:57'),
(58112,23534,'action complete via WP Cron','2021-01-12 03:00:57','2021-01-11 22:00:57'),
(58113,23535,'action created','2021-01-12 03:00:57','2021-01-11 22:00:57'),
(58114,23535,'action started via WP Cron','2021-01-12 03:01:16','2021-01-11 22:01:16'),
(58115,23535,'action complete via WP Cron','2021-01-12 03:01:16','2021-01-11 22:01:16'),
(58116,23536,'action created','2021-01-12 03:01:16','2021-01-11 22:01:16'),
(58117,23536,'action started via WP Cron','2021-01-12 03:03:18','2021-01-11 22:03:18'),
(58118,23536,'action complete via WP Cron','2021-01-12 03:03:18','2021-01-11 22:03:18'),
(58119,23537,'action created','2021-01-12 03:03:18','2021-01-11 22:03:18'),
(58120,23537,'action started via WP Cron','2021-01-12 03:04:18','2021-01-11 22:04:18'),
(58121,23537,'action complete via WP Cron','2021-01-12 03:04:18','2021-01-11 22:04:18'),
(58122,23538,'action created','2021-01-12 03:04:18','2021-01-11 22:04:18'),
(58123,23538,'action started via WP Cron','2021-01-12 03:05:55','2021-01-11 22:05:55'),
(58124,23538,'action complete via WP Cron','2021-01-12 03:05:55','2021-01-11 22:05:55'),
(58125,23539,'action created','2021-01-12 03:05:55','2021-01-11 22:05:55'),
(58126,23539,'action started via WP Cron','2021-01-12 03:06:33','2021-01-11 22:06:33'),
(58127,23539,'action complete via WP Cron','2021-01-12 03:06:33','2021-01-11 22:06:33'),
(58128,23540,'action created','2021-01-12 03:06:33','2021-01-11 22:06:33'),
(58129,23540,'action started via WP Cron','2021-01-12 03:08:15','2021-01-11 22:08:15'),
(58130,23540,'action complete via WP Cron','2021-01-12 03:08:15','2021-01-11 22:08:15'),
(58131,23541,'action created','2021-01-12 03:08:15','2021-01-11 22:08:15'),
(58132,23541,'action started via WP Cron','2021-01-12 03:09:19','2021-01-11 22:09:19'),
(58133,23541,'action complete via WP Cron','2021-01-12 03:09:19','2021-01-11 22:09:19'),
(58134,23542,'action created','2021-01-12 03:09:19','2021-01-11 22:09:19'),
(58135,23542,'action started via WP Cron','2021-01-12 03:11:05','2021-01-11 22:11:05'),
(58136,23542,'action complete via WP Cron','2021-01-12 03:11:05','2021-01-11 22:11:05'),
(58137,23543,'action created','2021-01-12 03:11:05','2021-01-11 22:11:05'),
(58138,23543,'action started via WP Cron','2021-01-12 03:12:55','2021-01-11 22:12:55'),
(58139,23543,'action complete via WP Cron','2021-01-12 03:12:55','2021-01-11 22:12:55'),
(58140,23544,'action created','2021-01-12 03:12:55','2021-01-11 22:12:55'),
(58141,23544,'action started via WP Cron','2021-01-12 03:14:30','2021-01-11 22:14:30'),
(58142,23544,'action complete via WP Cron','2021-01-12 03:14:30','2021-01-11 22:14:30'),
(58143,23545,'action created','2021-01-12 03:14:30','2021-01-11 22:14:30'),
(58144,23545,'action started via WP Cron','2021-01-12 03:15:17','2021-01-11 22:15:17'),
(58145,23545,'action complete via WP Cron','2021-01-12 03:15:17','2021-01-11 22:15:17'),
(58146,23546,'action created','2021-01-12 03:15:17','2021-01-11 22:15:17'),
(58147,23546,'action started via WP Cron','2021-01-12 03:16:34','2021-01-11 22:16:34'),
(58148,23546,'action complete via WP Cron','2021-01-12 03:16:34','2021-01-11 22:16:34'),
(58149,23547,'action created','2021-01-12 03:16:34','2021-01-11 22:16:34'),
(58150,23547,'action started via WP Cron','2021-01-12 03:17:46','2021-01-11 22:17:46'),
(58151,23547,'action complete via WP Cron','2021-01-12 03:17:46','2021-01-11 22:17:46'),
(58152,23548,'action created','2021-01-12 03:17:46','2021-01-11 22:17:46'),
(58153,23548,'action started via WP Cron','2021-01-12 03:19:36','2021-01-11 22:19:36'),
(58154,23548,'action complete via WP Cron','2021-01-12 03:19:36','2021-01-11 22:19:36'),
(58155,23549,'action created','2021-01-12 03:19:36','2021-01-11 22:19:36'),
(58156,23549,'action started via WP Cron','2021-01-12 03:20:42','2021-01-11 22:20:42'),
(58157,23549,'action complete via WP Cron','2021-01-12 03:20:42','2021-01-11 22:20:42'),
(58158,23550,'action created','2021-01-12 03:20:42','2021-01-11 22:20:42'),
(58159,23550,'action started via WP Cron','2021-01-12 03:22:22','2021-01-11 22:22:22'),
(58160,23550,'action complete via WP Cron','2021-01-12 03:22:22','2021-01-11 22:22:22'),
(58161,23551,'action created','2021-01-12 03:22:22','2021-01-11 22:22:22'),
(58162,23551,'action started via WP Cron','2021-01-12 03:23:21','2021-01-11 22:23:21'),
(58163,23551,'action complete via WP Cron','2021-01-12 03:23:21','2021-01-11 22:23:21'),
(58164,23552,'action created','2021-01-12 03:23:21','2021-01-11 22:23:21'),
(58165,23552,'action started via WP Cron','2021-01-12 03:25:17','2021-01-11 22:25:17'),
(58166,23552,'action complete via WP Cron','2021-01-12 03:25:17','2021-01-11 22:25:17'),
(58167,23553,'action created','2021-01-12 03:25:52','2021-01-11 22:25:52'),
(58168,23553,'action started via WP Cron','2021-01-12 03:27:21','2021-01-11 22:27:21'),
(58169,23553,'action complete via WP Cron','2021-01-12 03:27:21','2021-01-11 22:27:21'),
(58170,23554,'action created','2021-01-12 03:27:21','2021-01-11 22:27:21'),
(58171,23554,'action started via WP Cron','2021-01-12 03:28:15','2021-01-11 22:28:15'),
(58172,23554,'action complete via WP Cron','2021-01-12 03:28:15','2021-01-11 22:28:15'),
(58173,23555,'action created','2021-01-12 03:28:15','2021-01-11 22:28:15'),
(58174,23555,'action started via WP Cron','2021-01-12 03:29:37','2021-01-11 22:29:37'),
(58175,23555,'action complete via WP Cron','2021-01-12 03:29:37','2021-01-11 22:29:37'),
(58176,23556,'action created','2021-01-12 03:29:37','2021-01-11 22:29:37'),
(58177,23556,'action started via WP Cron','2021-01-12 03:30:34','2021-01-11 22:30:34'),
(58178,23556,'action complete via WP Cron','2021-01-12 03:30:34','2021-01-11 22:30:34'),
(58179,23557,'action created','2021-01-12 03:30:34','2021-01-11 22:30:34'),
(58180,23557,'action started via WP Cron','2021-01-12 03:31:11','2021-01-11 22:31:11'),
(58181,23557,'action complete via WP Cron','2021-01-12 03:31:11','2021-01-11 22:31:11'),
(58182,23558,'action created','2021-01-12 03:31:11','2021-01-11 22:31:11'),
(58183,23558,'action started via WP Cron','2021-01-12 03:32:46','2021-01-11 22:32:46'),
(58184,23558,'action complete via WP Cron','2021-01-12 03:32:46','2021-01-11 22:32:46'),
(58185,23559,'action created','2021-01-12 03:32:46','2021-01-11 22:32:46'),
(58186,23559,'action started via WP Cron','2021-01-12 03:33:21','2021-01-11 22:33:21'),
(58187,23559,'action complete via WP Cron','2021-01-12 03:33:21','2021-01-11 22:33:21'),
(58188,23560,'action created','2021-01-12 03:33:21','2021-01-11 22:33:21'),
(58189,23560,'action started via WP Cron','2021-01-12 03:34:36','2021-01-11 22:34:36'),
(58190,23560,'action complete via WP Cron','2021-01-12 03:34:36','2021-01-11 22:34:36'),
(58191,23561,'action created','2021-01-12 03:34:36','2021-01-11 22:34:36'),
(58192,23561,'action started via WP Cron','2021-01-12 03:35:23','2021-01-11 22:35:23'),
(58193,23561,'action complete via WP Cron','2021-01-12 03:35:23','2021-01-11 22:35:23'),
(58194,23562,'action created','2021-01-12 03:35:23','2021-01-11 22:35:23'),
(58195,23562,'action started via WP Cron','2021-01-12 03:36:25','2021-01-11 22:36:25'),
(58196,23562,'action complete via WP Cron','2021-01-12 03:36:25','2021-01-11 22:36:25'),
(58197,23563,'action created','2021-01-12 03:36:25','2021-01-11 22:36:25'),
(58198,23563,'action started via WP Cron','2021-01-12 03:37:49','2021-01-11 22:37:49'),
(58199,23563,'action complete via WP Cron','2021-01-12 03:37:49','2021-01-11 22:37:49'),
(58200,23564,'action created','2021-01-12 03:37:49','2021-01-11 22:37:49'),
(58201,23564,'action started via WP Cron','2021-01-12 03:38:32','2021-01-11 22:38:32'),
(58202,23564,'action complete via WP Cron','2021-01-12 03:38:32','2021-01-11 22:38:32'),
(58203,23565,'action created','2021-01-12 03:38:32','2021-01-11 22:38:32'),
(58204,23565,'action started via WP Cron','2021-01-12 03:39:12','2021-01-11 22:39:12'),
(58205,23565,'action complete via WP Cron','2021-01-12 03:39:12','2021-01-11 22:39:12'),
(58206,23566,'action created','2021-01-12 03:39:12','2021-01-11 22:39:12'),
(58207,23566,'action started via WP Cron','2021-01-12 03:40:54','2021-01-11 22:40:54'),
(58208,23566,'action complete via WP Cron','2021-01-12 03:40:54','2021-01-11 22:40:54'),
(58209,23567,'action created','2021-01-12 03:40:55','2021-01-11 22:40:55'),
(58210,23567,'action started via WP Cron','2021-01-12 03:41:37','2021-01-11 22:41:37'),
(58211,23567,'action complete via WP Cron','2021-01-12 03:41:37','2021-01-11 22:41:37'),
(58212,23568,'action created','2021-01-12 03:41:37','2021-01-11 22:41:37'),
(58213,23568,'action started via WP Cron','2021-01-12 03:42:16','2021-01-11 22:42:16'),
(58214,23568,'action complete via WP Cron','2021-01-12 03:42:16','2021-01-11 22:42:16'),
(58215,23569,'action created','2021-01-12 03:42:16','2021-01-11 22:42:16'),
(58216,23569,'action started via WP Cron','2021-01-12 03:44:52','2021-01-11 22:44:52'),
(58217,23569,'action complete via WP Cron','2021-01-12 03:44:52','2021-01-11 22:44:52'),
(58218,23570,'action created','2021-01-12 03:44:52','2021-01-11 22:44:52'),
(58219,23570,'action started via WP Cron','2021-01-12 03:45:48','2021-01-11 22:45:48'),
(58220,23570,'action complete via WP Cron','2021-01-12 03:45:48','2021-01-11 22:45:48'),
(58221,23571,'action created','2021-01-12 03:45:48','2021-01-11 22:45:48'),
(58222,23571,'action started via WP Cron','2021-01-12 03:46:12','2021-01-11 22:46:12'),
(58223,23571,'action complete via WP Cron','2021-01-12 03:46:12','2021-01-11 22:46:12'),
(58224,23572,'action created','2021-01-12 03:46:12','2021-01-11 22:46:12'),
(58225,23572,'action started via WP Cron','2021-01-12 03:47:15','2021-01-11 22:47:15'),
(58226,23572,'action complete via WP Cron','2021-01-12 03:47:15','2021-01-11 22:47:15'),
(58227,23573,'action created','2021-01-12 03:47:15','2021-01-11 22:47:15'),
(58228,23573,'action started via WP Cron','2021-01-12 03:48:18','2021-01-11 22:48:18'),
(58229,23573,'action complete via WP Cron','2021-01-12 03:48:18','2021-01-11 22:48:18'),
(58230,23574,'action created','2021-01-12 03:48:18','2021-01-11 22:48:18'),
(58231,23574,'action started via WP Cron','2021-01-12 03:49:12','2021-01-11 22:49:12'),
(58232,23574,'action complete via WP Cron','2021-01-12 03:49:12','2021-01-11 22:49:12'),
(58233,23575,'action created','2021-01-12 03:49:12','2021-01-11 22:49:12'),
(58234,23575,'action started via WP Cron','2021-01-12 03:50:11','2021-01-11 22:50:11'),
(58235,23575,'action complete via WP Cron','2021-01-12 03:50:11','2021-01-11 22:50:11'),
(58236,23576,'action created','2021-01-12 03:50:11','2021-01-11 22:50:11'),
(58237,23576,'action started via WP Cron','2021-01-12 03:51:16','2021-01-11 22:51:16'),
(58238,23576,'action complete via WP Cron','2021-01-12 03:51:16','2021-01-11 22:51:16'),
(58239,23577,'action created','2021-01-12 03:51:16','2021-01-11 22:51:16'),
(58240,23577,'action started via WP Cron','2021-01-12 03:52:11','2021-01-11 22:52:11'),
(58241,23577,'action complete via WP Cron','2021-01-12 03:52:11','2021-01-11 22:52:11'),
(58242,23578,'action created','2021-01-12 03:52:11','2021-01-11 22:52:11'),
(58243,23578,'action started via WP Cron','2021-01-12 03:53:11','2021-01-11 22:53:11'),
(58244,23578,'action complete via WP Cron','2021-01-12 03:53:11','2021-01-11 22:53:11'),
(58245,23579,'action created','2021-01-12 03:53:11','2021-01-11 22:53:11'),
(58246,23579,'action started via WP Cron','2021-01-12 03:54:15','2021-01-11 22:54:15'),
(58247,23579,'action complete via WP Cron','2021-01-12 03:54:15','2021-01-11 22:54:15'),
(58248,23580,'action created','2021-01-12 03:54:15','2021-01-11 22:54:15'),
(58249,23580,'action started via WP Cron','2021-01-12 03:55:13','2021-01-11 22:55:13'),
(58250,23580,'action complete via WP Cron','2021-01-12 03:55:13','2021-01-11 22:55:13'),
(58251,23581,'action created','2021-01-12 03:55:20','2021-01-11 22:55:20'),
(58252,23581,'action started via WP Cron','2021-01-12 03:56:15','2021-01-11 22:56:15'),
(58253,23581,'action complete via WP Cron','2021-01-12 03:56:15','2021-01-11 22:56:15'),
(58254,23582,'action created','2021-01-12 03:56:15','2021-01-11 22:56:15'),
(58255,23582,'action started via WP Cron','2021-01-12 03:57:17','2021-01-11 22:57:17'),
(58256,23582,'action complete via WP Cron','2021-01-12 03:57:17','2021-01-11 22:57:17'),
(58257,23583,'action created','2021-01-12 03:57:17','2021-01-11 22:57:17'),
(58258,23583,'action started via WP Cron','2021-01-12 03:58:16','2021-01-11 22:58:16'),
(58259,23583,'action complete via WP Cron','2021-01-12 03:58:16','2021-01-11 22:58:16'),
(58260,23584,'action created','2021-01-12 03:58:16','2021-01-11 22:58:16'),
(58261,23584,'action started via WP Cron','2021-01-12 03:59:18','2021-01-11 22:59:18'),
(58262,23584,'action complete via WP Cron','2021-01-12 03:59:18','2021-01-11 22:59:18'),
(58263,23585,'action created','2021-01-12 03:59:18','2021-01-11 22:59:18'),
(58264,23585,'action started via WP Cron','2021-01-12 04:00:11','2021-01-11 23:00:11'),
(58265,23585,'action complete via WP Cron','2021-01-12 04:00:11','2021-01-11 23:00:11'),
(58266,23586,'action created','2021-01-12 04:00:11','2021-01-11 23:00:11'),
(58267,23586,'action started via WP Cron','2021-01-12 04:01:12','2021-01-11 23:01:12'),
(58268,23586,'action complete via WP Cron','2021-01-12 04:01:12','2021-01-11 23:01:12'),
(58269,23587,'action created','2021-01-12 04:01:12','2021-01-11 23:01:12'),
(58270,23587,'action started via WP Cron','2021-01-12 04:02:12','2021-01-11 23:02:12'),
(58271,23587,'action complete via WP Cron','2021-01-12 04:02:12','2021-01-11 23:02:12'),
(58272,23588,'action created','2021-01-12 04:02:12','2021-01-11 23:02:12'),
(58273,23588,'action started via WP Cron','2021-01-12 04:03:13','2021-01-11 23:03:13'),
(58274,23588,'action complete via WP Cron','2021-01-12 04:03:13','2021-01-11 23:03:13'),
(58275,23589,'action created','2021-01-12 04:03:13','2021-01-11 23:03:13'),
(58276,23589,'action started via WP Cron','2021-01-12 04:04:16','2021-01-11 23:04:16'),
(58277,23589,'action complete via WP Cron','2021-01-12 04:04:16','2021-01-11 23:04:16'),
(58278,23590,'action created','2021-01-12 04:04:17','2021-01-11 23:04:17'),
(58279,23590,'action started via WP Cron','2021-01-12 04:05:13','2021-01-11 23:05:13'),
(58280,23590,'action complete via WP Cron','2021-01-12 04:05:13','2021-01-11 23:05:13'),
(58281,23591,'action created','2021-01-12 04:05:13','2021-01-11 23:05:13'),
(58282,23591,'action started via WP Cron','2021-01-12 04:06:18','2021-01-11 23:06:18'),
(58283,23591,'action complete via WP Cron','2021-01-12 04:06:18','2021-01-11 23:06:18'),
(58284,23592,'action created','2021-01-12 04:06:18','2021-01-11 23:06:18'),
(58285,23592,'action started via WP Cron','2021-01-12 04:07:17','2021-01-11 23:07:17'),
(58286,23592,'action complete via WP Cron','2021-01-12 04:07:17','2021-01-11 23:07:17'),
(58287,23593,'action created','2021-01-12 04:07:18','2021-01-11 23:07:18'),
(58288,23593,'action started via WP Cron','2021-01-12 04:08:12','2021-01-11 23:08:12'),
(58289,23593,'action complete via WP Cron','2021-01-12 04:08:12','2021-01-11 23:08:12'),
(58290,23594,'action created','2021-01-12 04:08:12','2021-01-11 23:08:12'),
(58291,23594,'action started via WP Cron','2021-01-12 04:09:15','2021-01-11 23:09:15'),
(58292,23594,'action complete via WP Cron','2021-01-12 04:09:15','2021-01-11 23:09:15'),
(58293,23595,'action created','2021-01-12 04:09:16','2021-01-11 23:09:16'),
(58294,23595,'action started via WP Cron','2021-01-12 04:10:16','2021-01-11 23:10:16'),
(58295,23595,'action complete via WP Cron','2021-01-12 04:10:17','2021-01-11 23:10:17'),
(58296,23596,'action created','2021-01-12 04:10:17','2021-01-11 23:10:17'),
(58297,23596,'action started via WP Cron','2021-01-12 04:11:20','2021-01-11 23:11:20'),
(58298,23596,'action complete via WP Cron','2021-01-12 04:11:20','2021-01-11 23:11:20'),
(58299,23597,'action created','2021-01-12 04:11:20','2021-01-11 23:11:20'),
(58300,23597,'action started via WP Cron','2021-01-12 04:12:14','2021-01-11 23:12:14'),
(58301,23598,'action created','2021-01-12 04:12:14','2021-01-11 23:12:14'),
(58302,23597,'action complete via WP Cron','2021-01-12 04:12:14','2021-01-11 23:12:14'),
(58303,23598,'action started via WP Cron','2021-01-12 04:13:14','2021-01-11 23:13:14'),
(58304,23598,'action complete via WP Cron','2021-01-12 04:13:15','2021-01-11 23:13:15'),
(58305,23599,'action created','2021-01-12 04:13:15','2021-01-11 23:13:15'),
(58306,23599,'action started via WP Cron','2021-01-12 04:14:14','2021-01-11 23:14:14'),
(58307,23599,'action complete via WP Cron','2021-01-12 04:14:14','2021-01-11 23:14:14'),
(58308,23600,'action created','2021-01-12 04:14:14','2021-01-11 23:14:14'),
(58309,23600,'action started via WP Cron','2021-01-12 04:15:21','2021-01-11 23:15:21'),
(58310,23600,'action complete via WP Cron','2021-01-12 04:15:21','2021-01-11 23:15:21'),
(58311,23601,'action created','2021-01-12 04:15:21','2021-01-11 23:15:21'),
(58312,23601,'action started via WP Cron','2021-01-12 04:16:15','2021-01-11 23:16:15'),
(58313,23601,'action complete via WP Cron','2021-01-12 04:16:15','2021-01-11 23:16:15'),
(58314,23602,'action created','2021-01-12 04:16:15','2021-01-11 23:16:15'),
(58315,23602,'action started via WP Cron','2021-01-12 04:17:17','2021-01-11 23:17:17'),
(58316,23602,'action complete via WP Cron','2021-01-12 04:17:17','2021-01-11 23:17:17'),
(58317,23603,'action created','2021-01-12 04:17:17','2021-01-11 23:17:17'),
(58318,23603,'action started via WP Cron','2021-01-12 04:18:17','2021-01-11 23:18:17'),
(58319,23603,'action complete via WP Cron','2021-01-12 04:18:17','2021-01-11 23:18:17'),
(58320,23604,'action created','2021-01-12 04:18:17','2021-01-11 23:18:17'),
(58321,23604,'action started via WP Cron','2021-01-12 04:19:15','2021-01-11 23:19:15'),
(58322,23604,'action complete via WP Cron','2021-01-12 04:19:15','2021-01-11 23:19:15'),
(58323,23605,'action created','2021-01-12 04:19:15','2021-01-11 23:19:15'),
(58324,23605,'action started via WP Cron','2021-01-12 04:20:42','2021-01-11 23:20:42'),
(58325,23605,'action complete via WP Cron','2021-01-12 04:20:42','2021-01-11 23:20:42'),
(58326,23606,'action created','2021-01-12 04:20:42','2021-01-11 23:20:42'),
(58327,23606,'action started via WP Cron','2021-01-12 04:22:36','2021-01-11 23:22:36'),
(58328,23606,'action complete via WP Cron','2021-01-12 04:22:36','2021-01-11 23:22:36'),
(58329,23607,'action created','2021-01-12 04:22:36','2021-01-11 23:22:36'),
(58330,23607,'action started via WP Cron','2021-01-12 04:24:02','2021-01-11 23:24:02'),
(58331,23607,'action complete via WP Cron','2021-01-12 04:24:02','2021-01-11 23:24:02'),
(58332,23608,'action created','2021-01-12 04:24:02','2021-01-11 23:24:02'),
(58333,23608,'action started via WP Cron','2021-01-12 04:25:43','2021-01-11 23:25:43'),
(58334,23608,'action complete via WP Cron','2021-01-12 04:25:43','2021-01-11 23:25:43'),
(58335,23609,'action created','2021-01-12 04:25:43','2021-01-11 23:25:43'),
(58336,23609,'action started via WP Cron','2021-01-12 04:27:01','2021-01-11 23:27:01'),
(58337,23609,'action complete via WP Cron','2021-01-12 04:27:01','2021-01-11 23:27:01'),
(58338,23610,'action created','2021-01-12 04:27:01','2021-01-11 23:27:01'),
(58339,23610,'action started via WP Cron','2021-01-12 04:27:42','2021-01-11 23:27:42'),
(58340,23610,'action complete via WP Cron','2021-01-12 04:27:42','2021-01-11 23:27:42'),
(58341,23611,'action created','2021-01-12 04:28:02','2021-01-11 23:28:02'),
(58342,23611,'action started via WP Cron','2021-01-12 04:29:07','2021-01-11 23:29:07'),
(58343,23611,'action complete via WP Cron','2021-01-12 04:29:07','2021-01-11 23:29:07'),
(58344,23612,'action created','2021-01-12 04:29:09','2021-01-11 23:29:09'),
(58345,23612,'action started via WP Cron','2021-01-12 04:31:08','2021-01-11 23:31:08'),
(58346,23612,'action complete via WP Cron','2021-01-12 04:31:08','2021-01-11 23:31:08'),
(58347,23613,'action created','2021-01-12 04:31:08','2021-01-11 23:31:08'),
(58348,23613,'action started via WP Cron','2021-01-12 04:31:41','2021-01-11 23:31:41'),
(58349,23613,'action complete via WP Cron','2021-01-12 04:31:41','2021-01-11 23:31:41'),
(58350,23614,'action created','2021-01-12 04:32:13','2021-01-11 23:32:13'),
(58351,23614,'action started via WP Cron','2021-01-12 04:33:12','2021-01-11 23:33:12'),
(58352,23614,'action complete via WP Cron','2021-01-12 04:33:12','2021-01-11 23:33:12'),
(58353,23615,'action created','2021-01-12 04:33:12','2021-01-11 23:33:12'),
(58354,23615,'action started via WP Cron','2021-01-12 04:34:23','2021-01-11 23:34:23'),
(58355,23615,'action complete via WP Cron','2021-01-12 04:34:23','2021-01-11 23:34:23'),
(58356,23616,'action created','2021-01-12 04:34:23','2021-01-11 23:34:23'),
(58357,23616,'action started via WP Cron','2021-01-12 04:35:22','2021-01-11 23:35:22'),
(58358,23616,'action complete via WP Cron','2021-01-12 04:35:22','2021-01-11 23:35:22'),
(58359,23617,'action created','2021-01-12 04:35:40','2021-01-11 23:35:40'),
(58360,23617,'action started via WP Cron','2021-01-12 04:37:17','2021-01-11 23:37:17'),
(58361,23617,'action complete via WP Cron','2021-01-12 04:37:17','2021-01-11 23:37:17'),
(58362,23618,'action created','2021-01-12 04:37:17','2021-01-11 23:37:17'),
(58363,23618,'action started via WP Cron','2021-01-12 04:38:59','2021-01-11 23:38:59'),
(58364,23618,'action complete via WP Cron','2021-01-12 04:38:59','2021-01-11 23:38:59'),
(58365,23619,'action created','2021-01-12 04:38:59','2021-01-11 23:38:59'),
(58366,23619,'action started via WP Cron','2021-01-12 04:39:14','2021-01-11 23:39:14'),
(58367,23619,'action complete via WP Cron','2021-01-12 04:39:14','2021-01-11 23:39:14'),
(58368,23620,'action created','2021-01-12 04:39:14','2021-01-11 23:39:14'),
(58369,23620,'action started via WP Cron','2021-01-12 04:40:16','2021-01-11 23:40:16'),
(58370,23620,'action complete via WP Cron','2021-01-12 04:40:16','2021-01-11 23:40:16'),
(58371,23621,'action created','2021-01-12 04:40:22','2021-01-11 23:40:22'),
(58372,23621,'action started via WP Cron','2021-01-12 04:41:13','2021-01-11 23:41:13'),
(58373,23621,'action complete via WP Cron','2021-01-12 04:41:13','2021-01-11 23:41:13'),
(58374,23622,'action created','2021-01-12 04:41:13','2021-01-11 23:41:13'),
(58375,23622,'action started via WP Cron','2021-01-12 04:42:25','2021-01-11 23:42:25'),
(58376,23622,'action complete via WP Cron','2021-01-12 04:42:25','2021-01-11 23:42:25'),
(58377,23623,'action created','2021-01-12 04:42:25','2021-01-11 23:42:25'),
(58378,23623,'action started via WP Cron','2021-01-12 04:43:27','2021-01-11 23:43:27'),
(58379,23623,'action complete via WP Cron','2021-01-12 04:43:28','2021-01-11 23:43:28'),
(58380,23624,'action created','2021-01-12 04:43:28','2021-01-11 23:43:28'),
(58381,23624,'action started via WP Cron','2021-01-12 04:44:51','2021-01-11 23:44:51'),
(58382,23624,'action complete via WP Cron','2021-01-12 04:44:51','2021-01-11 23:44:51'),
(58383,23625,'action created','2021-01-12 04:45:14','2021-01-11 23:45:14'),
(58384,23625,'action started via WP Cron','2021-01-12 04:46:28','2021-01-11 23:46:28'),
(58385,23625,'action complete via WP Cron','2021-01-12 04:46:28','2021-01-11 23:46:28'),
(58386,23626,'action created','2021-01-12 04:46:29','2021-01-11 23:46:29'),
(58387,23626,'action started via WP Cron','2021-01-12 04:47:13','2021-01-11 23:47:13'),
(58388,23626,'action complete via WP Cron','2021-01-12 04:47:13','2021-01-11 23:47:13'),
(58389,23627,'action created','2021-01-12 04:47:13','2021-01-11 23:47:13'),
(58390,23627,'action started via WP Cron','2021-01-12 04:48:27','2021-01-11 23:48:27'),
(58391,23627,'action complete via WP Cron','2021-01-12 04:48:27','2021-01-11 23:48:27'),
(58392,23628,'action created','2021-01-12 04:48:27','2021-01-11 23:48:27'),
(58393,23628,'action started via WP Cron','2021-01-12 04:49:15','2021-01-11 23:49:15'),
(58394,23628,'action complete via WP Cron','2021-01-12 04:49:15','2021-01-11 23:49:15'),
(58395,23629,'action created','2021-01-12 04:49:15','2021-01-11 23:49:15'),
(58396,23629,'action started via WP Cron','2021-01-12 04:50:29','2021-01-11 23:50:29'),
(58397,23629,'action complete via WP Cron','2021-01-12 04:50:29','2021-01-11 23:50:29'),
(58398,23630,'action created','2021-01-12 04:50:29','2021-01-11 23:50:29'),
(58399,23630,'action started via WP Cron','2021-01-12 04:51:51','2021-01-11 23:51:51'),
(58400,23630,'action complete via WP Cron','2021-01-12 04:51:51','2021-01-11 23:51:51'),
(58401,23631,'action created','2021-01-12 04:51:51','2021-01-11 23:51:51'),
(58402,23631,'action started via WP Cron','2021-01-12 04:52:19','2021-01-11 23:52:19'),
(58403,23631,'action complete via WP Cron','2021-01-12 04:52:19','2021-01-11 23:52:19'),
(58404,23632,'action created','2021-01-12 04:52:19','2021-01-11 23:52:19'),
(58405,23632,'action started via WP Cron','2021-01-12 04:53:27','2021-01-11 23:53:27'),
(58406,23632,'action complete via WP Cron','2021-01-12 04:53:27','2021-01-11 23:53:27'),
(58407,23633,'action created','2021-01-12 04:53:27','2021-01-11 23:53:27'),
(58408,23633,'action started via WP Cron','2021-01-12 04:54:29','2021-01-11 23:54:29'),
(58409,23633,'action complete via WP Cron','2021-01-12 04:54:29','2021-01-11 23:54:29'),
(58410,23634,'action created','2021-01-12 04:54:29','2021-01-11 23:54:29'),
(58411,23634,'action started via WP Cron','2021-01-12 04:56:08','2021-01-11 23:56:08'),
(58412,23634,'action complete via WP Cron','2021-01-12 04:56:08','2021-01-11 23:56:08'),
(58413,23635,'action created','2021-01-12 04:56:08','2021-01-11 23:56:08'),
(58414,23635,'action started via WP Cron','2021-01-12 04:56:19','2021-01-11 23:56:19'),
(58415,23635,'action complete via WP Cron','2021-01-12 04:56:19','2021-01-11 23:56:19'),
(58416,23636,'action created','2021-01-12 04:56:19','2021-01-11 23:56:19'),
(58417,23636,'action started via WP Cron','2021-01-12 04:57:26','2021-01-11 23:57:26'),
(58418,23636,'action complete via WP Cron','2021-01-12 04:57:26','2021-01-11 23:57:26'),
(58419,23637,'action created','2021-01-12 04:57:26','2021-01-11 23:57:26'),
(58420,23637,'action started via WP Cron','2021-01-12 04:58:12','2021-01-11 23:58:12'),
(58421,23637,'action complete via WP Cron','2021-01-12 04:58:12','2021-01-11 23:58:12'),
(58422,23638,'action created','2021-01-12 04:58:12','2021-01-11 23:58:12'),
(58423,23638,'action started via WP Cron','2021-01-12 04:59:28','2021-01-11 23:59:28'),
(58424,23638,'action complete via WP Cron','2021-01-12 04:59:28','2021-01-11 23:59:28'),
(58425,23639,'action created','2021-01-12 04:59:28','2021-01-11 23:59:28'),
(58426,23639,'action started via WP Cron','2021-01-12 05:03:40','2021-01-12 00:03:40'),
(58427,23639,'action complete via WP Cron','2021-01-12 05:03:40','2021-01-12 00:03:40'),
(58428,23640,'action created','2021-01-12 05:03:40','2021-01-12 00:03:40'),
(58429,23640,'action started via WP Cron','2021-01-12 05:04:20','2021-01-12 00:04:20'),
(58430,23640,'action complete via WP Cron','2021-01-12 05:04:20','2021-01-12 00:04:20'),
(58431,23641,'action created','2021-01-12 05:04:20','2021-01-12 00:04:20'),
(58432,23641,'action started via WP Cron','2021-01-12 05:05:41','2021-01-12 00:05:41'),
(58433,23641,'action complete via WP Cron','2021-01-12 05:05:41','2021-01-12 00:05:41'),
(58434,23642,'action created','2021-01-12 05:05:42','2021-01-12 00:05:42'),
(58435,23642,'action started via WP Cron','2021-01-12 05:06:16','2021-01-12 00:06:16'),
(58436,23642,'action complete via WP Cron','2021-01-12 05:06:16','2021-01-12 00:06:16'),
(58437,23643,'action created','2021-01-12 05:06:17','2021-01-12 00:06:17'),
(58438,23643,'action started via WP Cron','2021-01-12 05:07:45','2021-01-12 00:07:45'),
(58439,23643,'action complete via WP Cron','2021-01-12 05:07:45','2021-01-12 00:07:45'),
(58440,23644,'action created','2021-01-12 05:07:45','2021-01-12 00:07:45'),
(58441,23644,'action started via WP Cron','2021-01-12 05:08:16','2021-01-12 00:08:16'),
(58442,23644,'action complete via WP Cron','2021-01-12 05:08:16','2021-01-12 00:08:16'),
(58443,23645,'action created','2021-01-12 05:08:16','2021-01-12 00:08:16'),
(58444,23645,'action started via WP Cron','2021-01-12 05:09:13','2021-01-12 00:09:13'),
(58445,23645,'action complete via WP Cron','2021-01-12 05:09:13','2021-01-12 00:09:13'),
(58446,23646,'action created','2021-01-12 05:09:13','2021-01-12 00:09:13'),
(58447,23646,'action started via WP Cron','2021-01-12 05:12:44','2021-01-12 00:12:44'),
(58448,23646,'action complete via WP Cron','2021-01-12 05:12:44','2021-01-12 00:12:44'),
(58449,23647,'action created','2021-01-12 05:12:44','2021-01-12 00:12:44'),
(58450,23647,'action started via WP Cron','2021-01-12 05:13:27','2021-01-12 00:13:27'),
(58451,23647,'action complete via WP Cron','2021-01-12 05:13:27','2021-01-12 00:13:27'),
(58452,23648,'action created','2021-01-12 05:13:27','2021-01-12 00:13:27'),
(58453,23648,'action started via WP Cron','2021-01-12 05:14:12','2021-01-12 00:14:12'),
(58454,23648,'action complete via WP Cron','2021-01-12 05:14:12','2021-01-12 00:14:12'),
(58455,23649,'action created','2021-01-12 05:14:12','2021-01-12 00:14:12'),
(58456,23649,'action started via WP Cron','2021-01-12 05:16:09','2021-01-12 00:16:09'),
(58457,23649,'action complete via WP Cron','2021-01-12 05:16:10','2021-01-12 00:16:10'),
(58458,23650,'action created','2021-01-12 05:16:10','2021-01-12 00:16:10'),
(58459,23650,'action started via WP Cron','2021-01-12 05:16:25','2021-01-12 00:16:25'),
(58460,23650,'action complete via WP Cron','2021-01-12 05:16:25','2021-01-12 00:16:25'),
(58461,23651,'action created','2021-01-12 05:16:25','2021-01-12 00:16:25'),
(58462,23651,'action started via WP Cron','2021-01-12 05:17:31','2021-01-12 00:17:31'),
(58463,23651,'action complete via WP Cron','2021-01-12 05:17:31','2021-01-12 00:17:31'),
(58464,23652,'action created','2021-01-12 05:17:31','2021-01-12 00:17:31'),
(58465,23652,'action started via WP Cron','2021-01-12 05:18:37','2021-01-12 00:18:37'),
(58466,23652,'action complete via WP Cron','2021-01-12 05:18:37','2021-01-12 00:18:37'),
(58467,23653,'action created','2021-01-12 05:18:37','2021-01-12 00:18:37'),
(58468,23653,'action started via WP Cron','2021-01-12 05:19:20','2021-01-12 00:19:20'),
(58469,23653,'action complete via WP Cron','2021-01-12 05:19:20','2021-01-12 00:19:20'),
(58470,23654,'action created','2021-01-12 05:19:20','2021-01-12 00:19:20'),
(58471,23654,'action started via WP Cron','2021-01-12 05:21:09','2021-01-12 00:21:09'),
(58472,23654,'action complete via WP Cron','2021-01-12 05:21:09','2021-01-12 00:21:09'),
(58473,23655,'action created','2021-01-12 05:21:31','2021-01-12 00:21:31'),
(58474,23655,'action started via WP Cron','2021-01-12 05:22:48','2021-01-12 00:22:48'),
(58475,23655,'action complete via WP Cron','2021-01-12 05:22:48','2021-01-12 00:22:48'),
(58476,23656,'action created','2021-01-12 05:22:48','2021-01-12 00:22:48'),
(58477,23656,'action started via WP Cron','2021-01-12 05:24:35','2021-01-12 00:24:35'),
(58478,23656,'action complete via WP Cron','2021-01-12 05:24:35','2021-01-12 00:24:35'),
(58479,23657,'action created','2021-01-12 05:24:35','2021-01-12 00:24:35'),
(58480,23657,'action started via WP Cron','2021-01-12 05:25:42','2021-01-12 00:25:42'),
(58481,23657,'action complete via WP Cron','2021-01-12 05:25:42','2021-01-12 00:25:42'),
(58482,23658,'action created','2021-01-12 05:25:54','2021-01-12 00:25:54'),
(58483,23658,'action started via WP Cron','2021-01-12 05:26:26','2021-01-12 00:26:26'),
(58484,23658,'action complete via WP Cron','2021-01-12 05:26:26','2021-01-12 00:26:26'),
(58485,23659,'action created','2021-01-12 05:26:26','2021-01-12 00:26:26'),
(58486,23659,'action started via WP Cron','2021-01-12 05:28:08','2021-01-12 00:28:08'),
(58487,23659,'action complete via WP Cron','2021-01-12 05:28:08','2021-01-12 00:28:08'),
(58488,23660,'action created','2021-01-12 05:28:09','2021-01-12 00:28:09'),
(58489,23660,'action started via WP Cron','2021-01-12 05:29:12','2021-01-12 00:29:12'),
(58490,23660,'action complete via WP Cron','2021-01-12 05:29:12','2021-01-12 00:29:12'),
(58491,23661,'action created','2021-01-12 05:29:12','2021-01-12 00:29:12'),
(58492,23661,'action started via WP Cron','2021-01-12 05:30:52','2021-01-12 00:30:52'),
(58493,23661,'action complete via WP Cron','2021-01-12 05:30:52','2021-01-12 00:30:52'),
(58494,23662,'action created','2021-01-12 05:30:52','2021-01-12 00:30:52'),
(58495,23662,'action started via WP Cron','2021-01-12 05:32:19','2021-01-12 00:32:19'),
(58496,23662,'action complete via WP Cron','2021-01-12 05:32:19','2021-01-12 00:32:19'),
(58497,23663,'action created','2021-01-12 05:33:26','2021-01-12 00:33:26'),
(58498,23663,'action started via WP Cron','2021-01-12 05:34:13','2021-01-12 00:34:13'),
(58499,23663,'action complete via WP Cron','2021-01-12 05:34:13','2021-01-12 00:34:13'),
(58500,23664,'action created','2021-01-12 05:34:13','2021-01-12 00:34:13'),
(58501,23664,'action started via WP Cron','2021-01-12 05:35:27','2021-01-12 00:35:27'),
(58502,23664,'action complete via WP Cron','2021-01-12 05:35:27','2021-01-12 00:35:27'),
(58503,23665,'action created','2021-01-12 05:35:27','2021-01-12 00:35:27'),
(58504,23665,'action started via WP Cron','2021-01-12 05:36:18','2021-01-12 00:36:18'),
(58505,23665,'action complete via WP Cron','2021-01-12 05:36:18','2021-01-12 00:36:18'),
(58506,23666,'action created','2021-01-12 05:36:18','2021-01-12 00:36:18'),
(58507,23666,'action started via WP Cron','2021-01-12 05:37:40','2021-01-12 00:37:40'),
(58508,23666,'action complete via WP Cron','2021-01-12 05:37:40','2021-01-12 00:37:40'),
(58509,23667,'action created','2021-01-12 05:37:40','2021-01-12 00:37:40'),
(58510,23667,'action started via WP Cron','2021-01-12 05:38:30','2021-01-12 00:38:30'),
(58511,23667,'action complete via WP Cron','2021-01-12 05:38:30','2021-01-12 00:38:30'),
(58512,23668,'action created','2021-01-12 05:38:30','2021-01-12 00:38:30'),
(58513,23668,'action started via WP Cron','2021-01-12 05:39:14','2021-01-12 00:39:14'),
(58514,23668,'action complete via WP Cron','2021-01-12 05:39:14','2021-01-12 00:39:14'),
(58515,23669,'action created','2021-01-12 05:39:14','2021-01-12 00:39:14'),
(58516,23669,'action started via WP Cron','2021-01-12 05:42:01','2021-01-12 00:42:01'),
(58517,23669,'action complete via WP Cron','2021-01-12 05:42:01','2021-01-12 00:42:01'),
(58518,23670,'action created','2021-01-12 05:42:01','2021-01-12 00:42:01'),
(58519,23670,'action started via WP Cron','2021-01-12 05:42:13','2021-01-12 00:42:13'),
(58520,23670,'action complete via WP Cron','2021-01-12 05:42:13','2021-01-12 00:42:13'),
(58521,23671,'action created','2021-01-12 05:42:13','2021-01-12 00:42:13'),
(58522,23671,'action started via WP Cron','2021-01-12 05:43:25','2021-01-12 00:43:25'),
(58523,23671,'action complete via WP Cron','2021-01-12 05:43:25','2021-01-12 00:43:25'),
(58524,23672,'action created','2021-01-12 05:43:25','2021-01-12 00:43:25'),
(58525,23672,'action started via WP Cron','2021-01-12 05:45:52','2021-01-12 00:45:52'),
(58526,23672,'action complete via WP Cron','2021-01-12 05:45:52','2021-01-12 00:45:52'),
(58527,23673,'action created','2021-01-12 05:45:52','2021-01-12 00:45:52'),
(58528,23673,'action started via WP Cron','2021-01-12 05:46:49','2021-01-12 00:46:49'),
(58529,23673,'action complete via WP Cron','2021-01-12 05:46:49','2021-01-12 00:46:49'),
(58530,23674,'action created','2021-01-12 05:46:49','2021-01-12 00:46:49'),
(58531,23674,'action started via WP Cron','2021-01-12 05:47:27','2021-01-12 00:47:27'),
(58532,23674,'action complete via WP Cron','2021-01-12 05:47:27','2021-01-12 00:47:27'),
(58533,23675,'action created','2021-01-12 05:47:27','2021-01-12 00:47:27'),
(58534,23675,'action started via WP Cron','2021-01-12 05:48:30','2021-01-12 00:48:30'),
(58535,23675,'action complete via WP Cron','2021-01-12 05:48:30','2021-01-12 00:48:30'),
(58536,23676,'action created','2021-01-12 05:48:30','2021-01-12 00:48:30'),
(58537,23676,'action started via WP Cron','2021-01-12 05:50:38','2021-01-12 00:50:38'),
(58538,23676,'action complete via WP Cron','2021-01-12 05:50:38','2021-01-12 00:50:38'),
(58539,23677,'action created','2021-01-12 05:50:38','2021-01-12 00:50:38'),
(58540,23677,'action started via WP Cron','2021-01-12 05:51:33','2021-01-12 00:51:33'),
(58541,23677,'action complete via WP Cron','2021-01-12 05:51:33','2021-01-12 00:51:33'),
(58542,23678,'action created','2021-01-12 05:51:33','2021-01-12 00:51:33'),
(58543,23678,'action started via WP Cron','2021-01-12 05:52:13','2021-01-12 00:52:13'),
(58544,23678,'action complete via WP Cron','2021-01-12 05:52:13','2021-01-12 00:52:13'),
(58545,23679,'action created','2021-01-12 05:52:13','2021-01-12 00:52:13'),
(58546,23679,'action started via WP Cron','2021-01-12 05:54:09','2021-01-12 00:54:09'),
(58547,23679,'action complete via WP Cron','2021-01-12 05:54:09','2021-01-12 00:54:09'),
(58548,23680,'action created','2021-01-12 05:54:09','2021-01-12 00:54:09'),
(58549,23680,'action started via WP Cron','2021-01-12 05:54:31','2021-01-12 00:54:31'),
(58550,23680,'action complete via WP Cron','2021-01-12 05:54:31','2021-01-12 00:54:31'),
(58551,23681,'action created','2021-01-12 05:54:31','2021-01-12 00:54:31'),
(58552,23681,'action started via WP Cron','2021-01-12 05:55:21','2021-01-12 00:55:21'),
(58553,23681,'action complete via WP Cron','2021-01-12 05:55:21','2021-01-12 00:55:21'),
(58554,23682,'action created','2021-01-12 05:55:21','2021-01-12 00:55:21'),
(58555,23682,'action started via WP Cron','2021-01-12 05:56:21','2021-01-12 00:56:21'),
(58556,23682,'action complete via WP Cron','2021-01-12 05:56:21','2021-01-12 00:56:21'),
(58557,23683,'action created','2021-01-12 05:56:21','2021-01-12 00:56:21'),
(58558,23683,'action started via WP Cron','2021-01-12 05:58:27','2021-01-12 00:58:27'),
(58559,23683,'action complete via WP Cron','2021-01-12 05:58:27','2021-01-12 00:58:27'),
(58560,23684,'action created','2021-01-12 05:58:27','2021-01-12 00:58:27'),
(58561,23684,'action started via WP Cron','2021-01-12 06:01:20','2021-01-12 01:01:20'),
(58562,23684,'action complete via WP Cron','2021-01-12 06:01:20','2021-01-12 01:01:20'),
(58563,23685,'action created','2021-01-12 06:01:20','2021-01-12 01:01:20'),
(58564,23685,'action started via WP Cron','2021-01-12 06:03:17','2021-01-12 01:03:17'),
(58565,23685,'action complete via WP Cron','2021-01-12 06:03:17','2021-01-12 01:03:17'),
(58566,23686,'action created','2021-01-12 06:03:17','2021-01-12 01:03:17'),
(58567,23686,'action started via WP Cron','2021-01-12 06:04:28','2021-01-12 01:04:28'),
(58568,23686,'action complete via WP Cron','2021-01-12 06:04:28','2021-01-12 01:04:28'),
(58569,23687,'action created','2021-01-12 06:04:28','2021-01-12 01:04:28'),
(58570,23687,'action started via WP Cron','2021-01-12 06:05:17','2021-01-12 01:05:17'),
(58571,23687,'action complete via WP Cron','2021-01-12 06:05:17','2021-01-12 01:05:17'),
(58572,23688,'action created','2021-01-12 06:05:17','2021-01-12 01:05:17'),
(58573,23688,'action started via WP Cron','2021-01-12 06:06:14','2021-01-12 01:06:14'),
(58574,23688,'action complete via WP Cron','2021-01-12 06:06:14','2021-01-12 01:06:14'),
(58575,23689,'action created','2021-01-12 06:06:14','2021-01-12 01:06:14'),
(58576,23689,'action started via WP Cron','2021-01-12 06:07:24','2021-01-12 01:07:24'),
(58577,23689,'action complete via WP Cron','2021-01-12 06:07:24','2021-01-12 01:07:24'),
(58578,23690,'action created','2021-01-12 06:07:24','2021-01-12 01:07:24'),
(58579,23690,'action started via WP Cron','2021-01-12 06:08:50','2021-01-12 01:08:50'),
(58580,23690,'action complete via WP Cron','2021-01-12 06:08:50','2021-01-12 01:08:50'),
(58581,23691,'action created','2021-01-12 06:08:50','2021-01-12 01:08:50'),
(58582,23691,'action started via WP Cron','2021-01-12 06:09:49','2021-01-12 01:09:49'),
(58583,23691,'action complete via WP Cron','2021-01-12 06:09:49','2021-01-12 01:09:49'),
(58584,23692,'action created','2021-01-12 06:09:49','2021-01-12 01:09:49'),
(58585,23692,'action started via WP Cron','2021-01-12 06:10:16','2021-01-12 01:10:16'),
(58586,23692,'action complete via WP Cron','2021-01-12 06:10:16','2021-01-12 01:10:16'),
(58587,23693,'action created','2021-01-12 06:10:16','2021-01-12 01:10:16'),
(58588,23693,'action started via WP Cron','2021-01-12 06:12:51','2021-01-12 01:12:51'),
(58589,23693,'action complete via WP Cron','2021-01-12 06:12:51','2021-01-12 01:12:51'),
(58590,23694,'action created','2021-01-12 06:12:51','2021-01-12 01:12:51'),
(58591,23694,'action started via WP Cron','2021-01-12 06:14:56','2021-01-12 01:14:56'),
(58592,23694,'action complete via WP Cron','2021-01-12 06:14:56','2021-01-12 01:14:56'),
(58593,23695,'action created','2021-01-12 06:14:56','2021-01-12 01:14:56'),
(58594,23695,'action started via WP Cron','2021-01-12 06:15:12','2021-01-12 01:15:12'),
(58595,23695,'action complete via WP Cron','2021-01-12 06:15:12','2021-01-12 01:15:12'),
(58596,23696,'action created','2021-01-12 06:15:12','2021-01-12 01:15:12'),
(58597,23696,'action started via WP Cron','2021-01-12 06:16:24','2021-01-12 01:16:24'),
(58598,23696,'action complete via WP Cron','2021-01-12 06:16:24','2021-01-12 01:16:24'),
(58599,23697,'action created','2021-01-12 06:16:24','2021-01-12 01:16:24'),
(58600,23697,'action started via WP Cron','2021-01-12 06:18:25','2021-01-12 01:18:25'),
(58601,23697,'action complete via WP Cron','2021-01-12 06:18:25','2021-01-12 01:18:25'),
(58602,23698,'action created','2021-01-12 06:18:25','2021-01-12 01:18:25'),
(58603,23698,'action started via WP Cron','2021-01-12 06:19:18','2021-01-12 01:19:18'),
(58604,23698,'action complete via WP Cron','2021-01-12 06:19:18','2021-01-12 01:19:18'),
(58605,23699,'action created','2021-01-12 06:19:18','2021-01-12 01:19:18'),
(58606,23699,'action started via WP Cron','2021-01-12 06:21:23','2021-01-12 01:21:23'),
(58607,23699,'action complete via WP Cron','2021-01-12 06:21:23','2021-01-12 01:21:23'),
(58608,23700,'action created','2021-01-12 06:21:23','2021-01-12 01:21:23'),
(58609,23700,'action started via WP Cron','2021-01-12 06:22:48','2021-01-12 01:22:48'),
(58610,23700,'action complete via WP Cron','2021-01-12 06:22:48','2021-01-12 01:22:48'),
(58611,23701,'action created','2021-01-12 06:22:48','2021-01-12 01:22:48'),
(58612,23701,'action started via WP Cron','2021-01-12 06:23:19','2021-01-12 01:23:19'),
(58613,23701,'action complete via WP Cron','2021-01-12 06:23:19','2021-01-12 01:23:19'),
(58614,23702,'action created','2021-01-12 06:23:19','2021-01-12 01:23:19'),
(58615,23702,'action started via WP Cron','2021-01-12 06:24:30','2021-01-12 01:24:30'),
(58616,23702,'action complete via WP Cron','2021-01-12 06:24:30','2021-01-12 01:24:30'),
(58617,23703,'action created','2021-01-12 06:25:45','2021-01-12 01:25:45'),
(58618,23703,'action started via WP Cron','2021-01-12 06:26:13','2021-01-12 01:26:13'),
(58619,23703,'action complete via WP Cron','2021-01-12 06:26:13','2021-01-12 01:26:13'),
(58620,23704,'action created','2021-01-12 06:26:13','2021-01-12 01:26:13'),
(58621,23704,'action started via WP Cron','2021-01-12 06:28:08','2021-01-12 01:28:08'),
(58622,23704,'action complete via WP Cron','2021-01-12 06:28:08','2021-01-12 01:28:08'),
(58623,23705,'action created','2021-01-12 06:28:08','2021-01-12 01:28:08'),
(58624,23705,'action started via WP Cron','2021-01-12 06:29:23','2021-01-12 01:29:23'),
(58625,23705,'action complete via WP Cron','2021-01-12 06:29:23','2021-01-12 01:29:23'),
(58626,23706,'action created','2021-01-12 06:29:56','2021-01-12 01:29:56'),
(58627,23706,'action started via WP Cron','2021-01-12 06:30:40','2021-01-12 01:30:40'),
(58628,23706,'action complete via WP Cron','2021-01-12 06:30:40','2021-01-12 01:30:40'),
(58629,23707,'action created','2021-01-12 06:31:00','2021-01-12 01:31:00'),
(58630,23707,'action started via WP Cron','2021-01-12 06:32:26','2021-01-12 01:32:26'),
(58631,23707,'action complete via WP Cron','2021-01-12 06:32:26','2021-01-12 01:32:26'),
(58632,23708,'action created','2021-01-12 06:32:26','2021-01-12 01:32:26'),
(58633,23708,'action started via WP Cron','2021-01-12 06:34:43','2021-01-12 01:34:43'),
(58634,23708,'action complete via WP Cron','2021-01-12 06:34:43','2021-01-12 01:34:43'),
(58635,23709,'action created','2021-01-12 06:34:43','2021-01-12 01:34:43'),
(58636,23709,'action started via WP Cron','2021-01-12 06:35:16','2021-01-12 01:35:16'),
(58637,23709,'action complete via WP Cron','2021-01-12 06:35:16','2021-01-12 01:35:16'),
(58638,23710,'action created','2021-01-12 06:35:16','2021-01-12 01:35:16'),
(58639,23710,'action started via WP Cron','2021-01-12 06:37:59','2021-01-12 01:37:59'),
(58640,23710,'action complete via WP Cron','2021-01-12 06:37:59','2021-01-12 01:37:59'),
(58641,23711,'action created','2021-01-12 06:37:59','2021-01-12 01:37:59'),
(58642,23711,'action started via WP Cron','2021-01-12 06:39:31','2021-01-12 01:39:31'),
(58643,23711,'action complete via WP Cron','2021-01-12 06:39:31','2021-01-12 01:39:31'),
(58644,23712,'action created','2021-01-12 06:39:31','2021-01-12 01:39:31'),
(58645,23712,'action started via WP Cron','2021-01-12 06:40:25','2021-01-12 01:40:25'),
(58646,23712,'action complete via WP Cron','2021-01-12 06:40:25','2021-01-12 01:40:25'),
(58647,23713,'action created','2021-01-12 06:40:25','2021-01-12 01:40:25'),
(58648,23713,'action started via WP Cron','2021-01-12 06:42:20','2021-01-12 01:42:20'),
(58649,23713,'action complete via WP Cron','2021-01-12 06:42:20','2021-01-12 01:42:20'),
(58650,23714,'action created','2021-01-12 06:42:20','2021-01-12 01:42:20'),
(58651,23714,'action started via WP Cron','2021-01-12 06:43:53','2021-01-12 01:43:53'),
(58652,23714,'action complete via WP Cron','2021-01-12 06:43:53','2021-01-12 01:43:53'),
(58653,23715,'action created','2021-01-12 06:43:53','2021-01-12 01:43:53'),
(58654,23715,'action started via WP Cron','2021-01-12 06:45:13','2021-01-12 01:45:13'),
(58655,23715,'action complete via WP Cron','2021-01-12 06:45:13','2021-01-12 01:45:13'),
(58656,23716,'action created','2021-01-12 06:45:13','2021-01-12 01:45:13'),
(58657,23716,'action started via WP Cron','2021-01-12 06:47:22','2021-01-12 01:47:22'),
(58658,23716,'action complete via WP Cron','2021-01-12 06:47:22','2021-01-12 01:47:22'),
(58659,23717,'action created','2021-01-12 06:47:22','2021-01-12 01:47:22'),
(58660,23717,'action started via WP Cron','2021-01-12 06:48:13','2021-01-12 01:48:13'),
(58661,23717,'action complete via WP Cron','2021-01-12 06:48:13','2021-01-12 01:48:13'),
(58662,23718,'action created','2021-01-12 06:48:13','2021-01-12 01:48:13'),
(58663,23718,'action started via WP Cron','2021-01-12 06:50:09','2021-01-12 01:50:09'),
(58664,23718,'action complete via WP Cron','2021-01-12 06:50:09','2021-01-12 01:50:09'),
(58665,23719,'action created','2021-01-12 06:50:11','2021-01-12 01:50:11'),
(58666,23719,'action started via WP Cron','2021-01-12 06:51:50','2021-01-12 01:51:50'),
(58667,23719,'action complete via WP Cron','2021-01-12 06:51:50','2021-01-12 01:51:50'),
(58668,23720,'action created','2021-01-12 06:51:50','2021-01-12 01:51:50'),
(58669,23720,'action started via WP Cron','2021-01-12 06:52:14','2021-01-12 01:52:14'),
(58670,23720,'action complete via WP Cron','2021-01-12 06:52:14','2021-01-12 01:52:14'),
(58671,23721,'action created','2021-01-12 06:52:14','2021-01-12 01:52:14'),
(58672,23721,'action started via WP Cron','2021-01-12 06:54:39','2021-01-12 01:54:39'),
(58673,23721,'action complete via WP Cron','2021-01-12 06:54:39','2021-01-12 01:54:39'),
(58674,23722,'action created','2021-01-12 06:54:39','2021-01-12 01:54:39'),
(58675,23722,'action started via WP Cron','2021-01-12 06:56:09','2021-01-12 01:56:09'),
(58676,23722,'action complete via WP Cron','2021-01-12 06:56:09','2021-01-12 01:56:09'),
(58677,23723,'action created','2021-01-12 06:56:09','2021-01-12 01:56:09'),
(58678,23723,'action started via WP Cron','2021-01-12 06:56:28','2021-01-12 01:56:28'),
(58679,23723,'action complete via WP Cron','2021-01-12 06:56:28','2021-01-12 01:56:28'),
(58680,23724,'action created','2021-01-12 06:56:28','2021-01-12 01:56:28'),
(58681,23724,'action started via WP Cron','2021-01-12 06:57:17','2021-01-12 01:57:17'),
(58682,23724,'action complete via WP Cron','2021-01-12 06:57:17','2021-01-12 01:57:17'),
(58683,23725,'action created','2021-01-12 06:57:17','2021-01-12 01:57:17'),
(58684,23725,'action started via WP Cron','2021-01-12 06:59:41','2021-01-12 01:59:41'),
(58685,23725,'action complete via WP Cron','2021-01-12 06:59:41','2021-01-12 01:59:41'),
(58686,23726,'action created','2021-01-12 06:59:41','2021-01-12 01:59:41'),
(58687,23726,'action started via WP Cron','2021-01-12 07:00:13','2021-01-12 02:00:13'),
(58688,23726,'action complete via WP Cron','2021-01-12 07:00:13','2021-01-12 02:00:13'),
(58689,23727,'action created','2021-01-12 07:00:13','2021-01-12 02:00:13'),
(58690,23727,'action started via WP Cron','2021-01-12 07:01:13','2021-01-12 02:01:13'),
(58691,23727,'action complete via WP Cron','2021-01-12 07:01:13','2021-01-12 02:01:13'),
(58692,23728,'action created','2021-01-12 07:01:13','2021-01-12 02:01:13'),
(58693,23728,'action started via WP Cron','2021-01-12 07:02:17','2021-01-12 02:02:17'),
(58694,23728,'action complete via WP Cron','2021-01-12 07:02:17','2021-01-12 02:02:17'),
(58695,23729,'action created','2021-01-12 07:02:17','2021-01-12 02:02:17'),
(58696,23729,'action started via WP Cron','2021-01-12 07:03:16','2021-01-12 02:03:16'),
(58697,23729,'action complete via WP Cron','2021-01-12 07:03:16','2021-01-12 02:03:16'),
(58698,23730,'action created','2021-01-12 07:03:16','2021-01-12 02:03:16'),
(58699,23730,'action started via WP Cron','2021-01-12 07:04:20','2021-01-12 02:04:20'),
(58700,23730,'action complete via WP Cron','2021-01-12 07:04:20','2021-01-12 02:04:20'),
(58701,23731,'action created','2021-01-12 07:04:20','2021-01-12 02:04:20'),
(58702,23731,'action started via WP Cron','2021-01-12 07:06:01','2021-01-12 02:06:01'),
(58703,23731,'action complete via WP Cron','2021-01-12 07:06:01','2021-01-12 02:06:01'),
(58704,23732,'action created','2021-01-12 07:06:01','2021-01-12 02:06:01'),
(58705,23732,'action started via WP Cron','2021-01-12 07:06:43','2021-01-12 02:06:43'),
(58706,23732,'action complete via WP Cron','2021-01-12 07:06:43','2021-01-12 02:06:43'),
(58707,23733,'action created','2021-01-12 07:06:43','2021-01-12 02:06:43'),
(58708,23733,'action started via WP Cron','2021-01-12 07:07:14','2021-01-12 02:07:14'),
(58709,23733,'action complete via WP Cron','2021-01-12 07:07:14','2021-01-12 02:07:14'),
(58710,23734,'action created','2021-01-12 07:07:14','2021-01-12 02:07:14'),
(58711,23734,'action started via WP Cron','2021-01-12 07:10:18','2021-01-12 02:10:18'),
(58712,23734,'action complete via WP Cron','2021-01-12 07:10:18','2021-01-12 02:10:18'),
(58713,23735,'action created','2021-01-12 07:10:18','2021-01-12 02:10:18'),
(58714,23735,'action started via WP Cron','2021-01-12 07:11:26','2021-01-12 02:11:26'),
(58715,23735,'action complete via WP Cron','2021-01-12 07:11:26','2021-01-12 02:11:26'),
(58716,23736,'action created','2021-01-12 07:11:26','2021-01-12 02:11:26'),
(58717,23736,'action started via WP Cron','2021-01-12 07:12:13','2021-01-12 02:12:13'),
(58718,23736,'action complete via WP Cron','2021-01-12 07:12:13','2021-01-12 02:12:13'),
(58719,23737,'action created','2021-01-12 07:12:13','2021-01-12 02:12:13'),
(58720,23737,'action started via WP Cron','2021-01-12 07:13:19','2021-01-12 02:13:19'),
(58721,23737,'action complete via WP Cron','2021-01-12 07:13:19','2021-01-12 02:13:19'),
(58722,23738,'action created','2021-01-12 07:13:19','2021-01-12 02:13:19'),
(58723,23738,'action started via WP Cron','2021-01-12 07:14:23','2021-01-12 02:14:23'),
(58724,23738,'action complete via WP Cron','2021-01-12 07:14:23','2021-01-12 02:14:23'),
(58725,23739,'action created','2021-01-12 07:14:23','2021-01-12 02:14:23'),
(58726,23739,'action started via WP Cron','2021-01-12 07:15:33','2021-01-12 02:15:33'),
(58727,23739,'action complete via WP Cron','2021-01-12 07:15:33','2021-01-12 02:15:33'),
(58728,23740,'action created','2021-01-12 07:15:33','2021-01-12 02:15:33'),
(58729,23740,'action started via WP Cron','2021-01-12 07:17:56','2021-01-12 02:17:56'),
(58730,23740,'action complete via WP Cron','2021-01-12 07:17:56','2021-01-12 02:17:56'),
(58731,23741,'action created','2021-01-12 07:17:56','2021-01-12 02:17:56'),
(58732,23741,'action started via WP Cron','2021-01-12 07:21:37','2021-01-12 02:21:37'),
(58733,23741,'action complete via WP Cron','2021-01-12 07:21:37','2021-01-12 02:21:37'),
(58734,23742,'action created','2021-01-12 07:21:37','2021-01-12 02:21:37'),
(58735,23742,'action started via WP Cron','2021-01-12 07:23:05','2021-01-12 02:23:05'),
(58736,23742,'action complete via WP Cron','2021-01-12 07:23:05','2021-01-12 02:23:05'),
(58737,23743,'action created','2021-01-12 07:23:06','2021-01-12 02:23:06'),
(58738,23743,'action started via WP Cron','2021-01-12 07:23:18','2021-01-12 02:23:18'),
(58739,23743,'action complete via WP Cron','2021-01-12 07:23:18','2021-01-12 02:23:18'),
(58740,23744,'action created','2021-01-12 07:23:18','2021-01-12 02:23:18'),
(58741,23744,'action started via WP Cron','2021-01-12 07:25:01','2021-01-12 02:25:01'),
(58742,23744,'action complete via WP Cron','2021-01-12 07:25:01','2021-01-12 02:25:01'),
(58743,23745,'action created','2021-01-12 07:25:01','2021-01-12 02:25:01'),
(58744,23745,'action started via WP Cron','2021-01-12 07:25:19','2021-01-12 02:25:19'),
(58745,23745,'action complete via WP Cron','2021-01-12 07:25:20','2021-01-12 02:25:20'),
(58746,23746,'action created','2021-01-12 07:25:20','2021-01-12 02:25:20'),
(58747,23746,'action started via WP Cron','2021-01-12 07:27:15','2021-01-12 02:27:15'),
(58748,23746,'action complete via WP Cron','2021-01-12 07:27:15','2021-01-12 02:27:15'),
(58749,23747,'action created','2021-01-12 07:27:15','2021-01-12 02:27:15'),
(58750,23747,'action started via WP Cron','2021-01-12 07:28:24','2021-01-12 02:28:24'),
(58751,23747,'action complete via WP Cron','2021-01-12 07:28:24','2021-01-12 02:28:24'),
(58752,23748,'action created','2021-01-12 07:28:24','2021-01-12 02:28:24'),
(58753,23748,'action started via WP Cron','2021-01-12 07:30:00','2021-01-12 02:30:00'),
(58754,23748,'action complete via WP Cron','2021-01-12 07:30:00','2021-01-12 02:30:00'),
(58755,23749,'action created','2021-01-12 07:30:00','2021-01-12 02:30:00'),
(58756,23749,'action started via WP Cron','2021-01-12 07:32:38','2021-01-12 02:32:38'),
(58757,23749,'action complete via WP Cron','2021-01-12 07:32:38','2021-01-12 02:32:38'),
(58758,23750,'action created','2021-01-12 07:32:38','2021-01-12 02:32:38'),
(58759,23750,'action started via WP Cron','2021-01-12 07:33:31','2021-01-12 02:33:31'),
(58760,23750,'action complete via WP Cron','2021-01-12 07:33:31','2021-01-12 02:33:31'),
(58761,23751,'action created','2021-01-12 07:33:31','2021-01-12 02:33:31'),
(58762,23751,'action started via WP Cron','2021-01-12 07:35:07','2021-01-12 02:35:07'),
(58763,23751,'action complete via WP Cron','2021-01-12 07:35:07','2021-01-12 02:35:07'),
(58764,23752,'action created','2021-01-12 07:35:07','2021-01-12 02:35:07'),
(58765,23752,'action started via WP Cron','2021-01-12 07:35:20','2021-01-12 02:35:20'),
(58766,23752,'action complete via WP Cron','2021-01-12 07:35:20','2021-01-12 02:35:20'),
(58767,23753,'action created','2021-01-12 07:35:20','2021-01-12 02:35:20'),
(58768,23753,'action started via WP Cron','2021-01-12 07:37:25','2021-01-12 02:37:25'),
(58769,23753,'action complete via WP Cron','2021-01-12 07:37:25','2021-01-12 02:37:25'),
(58770,23754,'action created','2021-01-12 07:37:25','2021-01-12 02:37:25'),
(58771,23754,'action started via WP Cron','2021-01-12 07:38:24','2021-01-12 02:38:24'),
(58772,23754,'action complete via WP Cron','2021-01-12 07:38:24','2021-01-12 02:38:24'),
(58773,23755,'action created','2021-01-12 07:38:24','2021-01-12 02:38:24'),
(58774,23755,'action started via WP Cron','2021-01-12 07:39:12','2021-01-12 02:39:12'),
(58775,23755,'action complete via WP Cron','2021-01-12 07:39:12','2021-01-12 02:39:12'),
(58776,23756,'action created','2021-01-12 07:39:12','2021-01-12 02:39:12'),
(58777,23756,'action started via WP Cron','2021-01-12 07:40:32','2021-01-12 02:40:32'),
(58778,23756,'action complete via WP Cron','2021-01-12 07:40:32','2021-01-12 02:40:32'),
(58779,23757,'action created','2021-01-12 07:40:32','2021-01-12 02:40:32'),
(58780,23757,'action started via WP Cron','2021-01-12 07:41:32','2021-01-12 02:41:32'),
(58781,23757,'action complete via WP Cron','2021-01-12 07:41:32','2021-01-12 02:41:32'),
(58782,23758,'action created','2021-01-12 07:41:32','2021-01-12 02:41:32'),
(58783,23758,'action started via WP Cron','2021-01-12 07:42:17','2021-01-12 02:42:17'),
(58784,23758,'action complete via WP Cron','2021-01-12 07:42:17','2021-01-12 02:42:17'),
(58785,23759,'action created','2021-01-12 07:42:17','2021-01-12 02:42:17'),
(58786,23759,'action started via WP Cron','2021-01-12 07:43:17','2021-01-12 02:43:17'),
(58787,23759,'action complete via WP Cron','2021-01-12 07:43:17','2021-01-12 02:43:17'),
(58788,23760,'action created','2021-01-12 07:43:17','2021-01-12 02:43:17'),
(58789,23760,'action started via WP Cron','2021-01-12 07:44:48','2021-01-12 02:44:48'),
(58790,23760,'action complete via WP Cron','2021-01-12 07:44:48','2021-01-12 02:44:48'),
(58791,23761,'action created','2021-01-12 07:44:48','2021-01-12 02:44:48'),
(58792,23761,'action started via WP Cron','2021-01-12 07:45:52','2021-01-12 02:45:52'),
(58793,23761,'action complete via WP Cron','2021-01-12 07:45:52','2021-01-12 02:45:52'),
(58794,23762,'action created','2021-01-12 07:45:52','2021-01-12 02:45:52'),
(58795,23762,'action started via WP Cron','2021-01-12 07:46:58','2021-01-12 02:46:58'),
(58796,23762,'action complete via WP Cron','2021-01-12 07:46:58','2021-01-12 02:46:58'),
(58797,23763,'action created','2021-01-12 07:46:58','2021-01-12 02:46:58'),
(58798,23763,'action started via WP Cron','2021-01-12 07:48:29','2021-01-12 02:48:29'),
(58799,23763,'action complete via WP Cron','2021-01-12 07:48:29','2021-01-12 02:48:29'),
(58800,23764,'action created','2021-01-12 07:48:29','2021-01-12 02:48:29'),
(58801,23764,'action started via WP Cron','2021-01-12 07:49:13','2021-01-12 02:49:13'),
(58802,23764,'action complete via WP Cron','2021-01-12 07:49:13','2021-01-12 02:49:13'),
(58803,23765,'action created','2021-01-12 07:49:13','2021-01-12 02:49:13'),
(58804,23765,'action started via WP Cron','2021-01-12 07:52:21','2021-01-12 02:52:21'),
(58805,23765,'action complete via WP Cron','2021-01-12 07:52:21','2021-01-12 02:52:21'),
(58806,23766,'action created','2021-01-12 07:52:21','2021-01-12 02:52:21'),
(58807,23766,'action started via WP Cron','2021-01-12 07:53:35','2021-01-12 02:53:35'),
(58808,23766,'action complete via WP Cron','2021-01-12 07:53:35','2021-01-12 02:53:35'),
(58809,23767,'action created','2021-01-12 07:53:35','2021-01-12 02:53:35'),
(58810,23767,'action started via WP Cron','2021-01-12 07:54:12','2021-01-12 02:54:12'),
(58811,23767,'action complete via WP Cron','2021-01-12 07:54:12','2021-01-12 02:54:12'),
(58812,23768,'action created','2021-01-12 07:54:12','2021-01-12 02:54:12'),
(58813,23768,'action started via WP Cron','2021-01-12 07:55:32','2021-01-12 02:55:32'),
(58814,23768,'action complete via WP Cron','2021-01-12 07:55:32','2021-01-12 02:55:32'),
(58815,23769,'action created','2021-01-12 07:55:32','2021-01-12 02:55:32'),
(58816,23769,'action started via WP Cron','2021-01-12 07:57:05','2021-01-12 02:57:05'),
(58817,23769,'action complete via WP Cron','2021-01-12 07:57:05','2021-01-12 02:57:05'),
(58818,23770,'action created','2021-01-12 07:57:06','2021-01-12 02:57:06'),
(58819,23770,'action started via WP Cron','2021-01-12 07:57:48','2021-01-12 02:57:48'),
(58820,23770,'action complete via WP Cron','2021-01-12 07:57:48','2021-01-12 02:57:48'),
(58821,23771,'action created','2021-01-12 07:57:48','2021-01-12 02:57:48'),
(58822,23771,'action started via WP Cron','2021-01-12 07:59:32','2021-01-12 02:59:32'),
(58823,23771,'action complete via WP Cron','2021-01-12 07:59:32','2021-01-12 02:59:32'),
(58824,23772,'action created','2021-01-12 07:59:32','2021-01-12 02:59:32'),
(58825,23772,'action started via WP Cron','2021-01-12 08:01:00','2021-01-12 03:01:00'),
(58826,23772,'action complete via WP Cron','2021-01-12 08:01:00','2021-01-12 03:01:00'),
(58827,23773,'action created','2021-01-12 08:01:00','2021-01-12 03:01:00'),
(58828,23773,'action started via WP Cron','2021-01-12 08:01:16','2021-01-12 03:01:16'),
(58829,23773,'action complete via WP Cron','2021-01-12 08:01:16','2021-01-12 03:01:16'),
(58830,23774,'action created','2021-01-12 08:01:16','2021-01-12 03:01:16'),
(58831,23774,'action started via WP Cron','2021-01-12 08:03:06','2021-01-12 03:03:06'),
(58832,23774,'action complete via WP Cron','2021-01-12 08:03:06','2021-01-12 03:03:06'),
(58833,23775,'action created','2021-01-12 08:03:06','2021-01-12 03:03:06'),
(58834,23775,'action started via WP Cron','2021-01-12 08:03:34','2021-01-12 03:03:34'),
(58835,23775,'action complete via WP Cron','2021-01-12 08:03:34','2021-01-12 03:03:34'),
(58836,23776,'action created','2021-01-12 08:03:34','2021-01-12 03:03:34'),
(58837,23776,'action started via WP Cron','2021-01-12 08:04:49','2021-01-12 03:04:49'),
(58838,23776,'action complete via WP Cron','2021-01-12 08:04:49','2021-01-12 03:04:49'),
(58839,23777,'action created','2021-01-12 08:04:49','2021-01-12 03:04:49'),
(58840,23777,'action started via WP Cron','2021-01-12 08:06:02','2021-01-12 03:06:02'),
(58841,23777,'action complete via WP Cron','2021-01-12 08:06:02','2021-01-12 03:06:02'),
(58842,23778,'action created','2021-01-12 08:06:02','2021-01-12 03:06:02'),
(58843,23778,'action started via WP Cron','2021-01-12 08:06:37','2021-01-12 03:06:37'),
(58844,23778,'action complete via WP Cron','2021-01-12 08:06:37','2021-01-12 03:06:37'),
(58845,23779,'action created','2021-01-12 08:06:37','2021-01-12 03:06:37'),
(58846,23779,'action started via WP Cron','2021-01-12 08:07:50','2021-01-12 03:07:50'),
(58847,23779,'action complete via WP Cron','2021-01-12 08:07:50','2021-01-12 03:07:50'),
(58848,23780,'action created','2021-01-12 08:07:50','2021-01-12 03:07:50'),
(58849,23780,'action started via WP Cron','2021-01-12 08:08:48','2021-01-12 03:08:48'),
(58850,23780,'action complete via WP Cron','2021-01-12 08:08:48','2021-01-12 03:08:48'),
(58851,23781,'action created','2021-01-12 08:08:48','2021-01-12 03:08:48'),
(58852,23781,'action started via WP Cron','2021-01-12 08:10:09','2021-01-12 03:10:09'),
(58853,23781,'action complete via WP Cron','2021-01-12 08:10:09','2021-01-12 03:10:09'),
(58854,23782,'action created','2021-01-12 08:10:09','2021-01-12 03:10:09'),
(58855,23782,'action started via WP Cron','2021-01-12 08:11:25','2021-01-12 03:11:25'),
(58856,23782,'action complete via WP Cron','2021-01-12 08:11:25','2021-01-12 03:11:25'),
(58857,23783,'action created','2021-01-12 08:11:25','2021-01-12 03:11:25'),
(58858,23783,'action started via WP Cron','2021-01-12 08:12:54','2021-01-12 03:12:54'),
(58859,23783,'action complete via WP Cron','2021-01-12 08:12:54','2021-01-12 03:12:54'),
(58860,23784,'action created','2021-01-12 08:12:54','2021-01-12 03:12:54'),
(58861,23784,'action started via WP Cron','2021-01-12 08:13:14','2021-01-12 03:13:14'),
(58862,23784,'action complete via WP Cron','2021-01-12 08:13:14','2021-01-12 03:13:14'),
(58863,23785,'action created','2021-01-12 08:13:14','2021-01-12 03:13:14'),
(58864,23785,'action started via WP Cron','2021-01-12 08:14:26','2021-01-12 03:14:26'),
(58865,23785,'action complete via WP Cron','2021-01-12 08:14:26','2021-01-12 03:14:26'),
(58866,23786,'action created','2021-01-12 08:14:26','2021-01-12 03:14:26'),
(58867,23786,'action started via WP Cron','2021-01-12 08:15:22','2021-01-12 03:15:22'),
(58868,23786,'action complete via WP Cron','2021-01-12 08:15:22','2021-01-12 03:15:22'),
(58869,23787,'action created','2021-01-12 08:15:22','2021-01-12 03:15:22'),
(58870,23787,'action started via WP Cron','2021-01-12 08:16:33','2021-01-12 03:16:33'),
(58871,23787,'action complete via WP Cron','2021-01-12 08:16:33','2021-01-12 03:16:33'),
(58872,23788,'action created','2021-01-12 08:16:33','2021-01-12 03:16:33'),
(58873,23788,'action started via WP Cron','2021-01-12 08:22:13','2021-01-12 03:22:13'),
(58874,23788,'action complete via WP Cron','2021-01-12 08:22:13','2021-01-12 03:22:13'),
(58875,23789,'action created','2021-01-12 08:22:13','2021-01-12 03:22:13'),
(58876,23789,'action started via WP Cron','2021-01-12 08:23:24','2021-01-12 03:23:24'),
(58877,23789,'action complete via WP Cron','2021-01-12 08:23:24','2021-01-12 03:23:24'),
(58878,23790,'action created','2021-01-12 08:23:24','2021-01-12 03:23:24'),
(58879,23790,'action started via WP Cron','2021-01-12 08:24:31','2021-01-12 03:24:31'),
(58880,23790,'action complete via WP Cron','2021-01-12 08:24:32','2021-01-12 03:24:32'),
(58881,23791,'action created','2021-01-12 08:24:32','2021-01-12 03:24:32'),
(58882,23791,'action started via WP Cron','2021-01-12 08:26:15','2021-01-12 03:26:15'),
(58883,23791,'action complete via WP Cron','2021-01-12 08:26:15','2021-01-12 03:26:15'),
(58884,23792,'action created','2021-01-12 08:26:15','2021-01-12 03:26:15'),
(58885,23792,'action started via WP Cron','2021-01-12 08:27:20','2021-01-12 03:27:20'),
(58886,23792,'action complete via WP Cron','2021-01-12 08:27:20','2021-01-12 03:27:20'),
(58887,23793,'action created','2021-01-12 08:27:20','2021-01-12 03:27:20'),
(58888,23793,'action started via WP Cron','2021-01-12 08:28:52','2021-01-12 03:28:52'),
(58889,23793,'action complete via WP Cron','2021-01-12 08:28:52','2021-01-12 03:28:52'),
(58890,23794,'action created','2021-01-12 08:28:52','2021-01-12 03:28:52'),
(58891,23794,'action started via WP Cron','2021-01-12 08:29:49','2021-01-12 03:29:49'),
(58892,23794,'action complete via WP Cron','2021-01-12 08:29:49','2021-01-12 03:29:49'),
(58893,23795,'action created','2021-01-12 08:29:49','2021-01-12 03:29:49'),
(58894,23795,'action started via WP Cron','2021-01-12 08:31:23','2021-01-12 03:31:23'),
(58895,23795,'action complete via WP Cron','2021-01-12 08:31:23','2021-01-12 03:31:23'),
(58896,23796,'action created','2021-01-12 08:31:23','2021-01-12 03:31:23'),
(58897,23796,'action started via WP Cron','2021-01-12 08:32:29','2021-01-12 03:32:29'),
(58898,23796,'action complete via WP Cron','2021-01-12 08:32:29','2021-01-12 03:32:29'),
(58899,23797,'action created','2021-01-12 08:32:29','2021-01-12 03:32:29'),
(58900,23797,'action started via WP Cron','2021-01-12 08:33:14','2021-01-12 03:33:14'),
(58901,23797,'action complete via WP Cron','2021-01-12 08:33:14','2021-01-12 03:33:14'),
(58902,23798,'action created','2021-01-12 08:33:14','2021-01-12 03:33:14'),
(58903,23798,'action started via WP Cron','2021-01-12 08:34:25','2021-01-12 03:34:25'),
(58904,23798,'action complete via WP Cron','2021-01-12 08:34:25','2021-01-12 03:34:25'),
(58905,23799,'action created','2021-01-12 08:34:25','2021-01-12 03:34:25'),
(58906,23799,'action started via WP Cron','2021-01-12 08:35:32','2021-01-12 03:35:32'),
(58907,23799,'action complete via WP Cron','2021-01-12 08:35:32','2021-01-12 03:35:32'),
(58908,23800,'action created','2021-01-12 08:35:32','2021-01-12 03:35:32'),
(58909,23800,'action started via WP Cron','2021-01-12 08:36:36','2021-01-12 03:36:36'),
(58910,23800,'action complete via WP Cron','2021-01-12 08:36:36','2021-01-12 03:36:36'),
(58911,23801,'action created','2021-01-12 08:36:36','2021-01-12 03:36:36'),
(58912,23801,'action started via WP Cron','2021-01-12 08:37:22','2021-01-12 03:37:22'),
(58913,23801,'action complete via WP Cron','2021-01-12 08:37:22','2021-01-12 03:37:22'),
(58914,23802,'action created','2021-01-12 08:37:22','2021-01-12 03:37:22'),
(58915,23802,'action started via WP Cron','2021-01-12 08:38:27','2021-01-12 03:38:27'),
(58916,23802,'action complete via WP Cron','2021-01-12 08:38:27','2021-01-12 03:38:27'),
(58917,23803,'action created','2021-01-12 08:38:27','2021-01-12 03:38:27'),
(58918,23803,'action started via WP Cron','2021-01-12 08:39:49','2021-01-12 03:39:49'),
(58919,23803,'action complete via WP Cron','2021-01-12 08:39:49','2021-01-12 03:39:49'),
(58920,23804,'action created','2021-01-12 08:39:49','2021-01-12 03:39:49'),
(58921,23804,'action started via WP Cron','2021-01-12 08:41:46','2021-01-12 03:41:46'),
(58922,23804,'action complete via WP Cron','2021-01-12 08:41:46','2021-01-12 03:41:46'),
(58923,23805,'action created','2021-01-12 08:41:46','2021-01-12 03:41:46'),
(58924,23805,'action started via WP Cron','2021-01-12 08:42:14','2021-01-12 03:42:14'),
(58925,23805,'action complete via WP Cron','2021-01-12 08:42:14','2021-01-12 03:42:14'),
(58926,23806,'action created','2021-01-12 08:42:14','2021-01-12 03:42:14'),
(58927,23806,'action started via WP Cron','2021-01-12 08:43:20','2021-01-12 03:43:20'),
(58928,23806,'action complete via WP Cron','2021-01-12 08:43:20','2021-01-12 03:43:20'),
(58929,23807,'action created','2021-01-12 08:43:20','2021-01-12 03:43:20'),
(58930,23807,'action started via WP Cron','2021-01-12 08:46:16','2021-01-12 03:46:16'),
(58931,23807,'action complete via WP Cron','2021-01-12 08:46:16','2021-01-12 03:46:16'),
(58932,23808,'action created','2021-01-12 08:46:25','2021-01-12 03:46:25'),
(58933,23808,'action started via WP Cron','2021-01-12 08:47:52','2021-01-12 03:47:52'),
(58934,23808,'action complete via WP Cron','2021-01-12 08:47:52','2021-01-12 03:47:52'),
(58935,23809,'action created','2021-01-12 08:47:52','2021-01-12 03:47:52'),
(58936,23809,'action started via WP Cron','2021-01-12 08:48:42','2021-01-12 03:48:42'),
(58937,23809,'action complete via WP Cron','2021-01-12 08:48:42','2021-01-12 03:48:42'),
(58938,23810,'action created','2021-01-12 08:48:42','2021-01-12 03:48:42'),
(58939,23810,'action started via WP Cron','2021-01-12 08:49:29','2021-01-12 03:49:29'),
(58940,23810,'action complete via WP Cron','2021-01-12 08:49:29','2021-01-12 03:49:29'),
(58941,23811,'action created','2021-01-12 08:49:29','2021-01-12 03:49:29'),
(58942,23811,'action started via WP Cron','2021-01-12 08:50:48','2021-01-12 03:50:48'),
(58943,23811,'action complete via WP Cron','2021-01-12 08:50:48','2021-01-12 03:50:48'),
(58944,23812,'action created','2021-01-12 08:50:48','2021-01-12 03:50:48'),
(58945,23812,'action started via WP Cron','2021-01-12 08:51:42','2021-01-12 03:51:42'),
(58946,23812,'action complete via WP Cron','2021-01-12 08:51:42','2021-01-12 03:51:42'),
(58947,23813,'action created','2021-01-12 08:51:42','2021-01-12 03:51:42'),
(58948,23813,'action started via WP Cron','2021-01-12 08:52:34','2021-01-12 03:52:34'),
(58949,23813,'action complete via WP Cron','2021-01-12 08:52:34','2021-01-12 03:52:34'),
(58950,23814,'action created','2021-01-12 08:52:34','2021-01-12 03:52:34'),
(58951,23814,'action started via WP Cron','2021-01-12 08:53:28','2021-01-12 03:53:28'),
(58952,23814,'action complete via WP Cron','2021-01-12 08:53:28','2021-01-12 03:53:28'),
(58953,23815,'action created','2021-01-12 08:53:28','2021-01-12 03:53:28'),
(58954,23815,'action started via WP Cron','2021-01-12 08:54:13','2021-01-12 03:54:13'),
(58955,23815,'action complete via WP Cron','2021-01-12 08:54:13','2021-01-12 03:54:13'),
(58956,23816,'action created','2021-01-12 08:54:13','2021-01-12 03:54:13'),
(58957,23816,'action started via WP Cron','2021-01-12 08:58:34','2021-01-12 03:58:34'),
(58958,23816,'action complete via WP Cron','2021-01-12 08:58:34','2021-01-12 03:58:34'),
(58959,23817,'action created','2021-01-12 08:58:34','2021-01-12 03:58:34'),
(58960,23817,'action started via WP Cron','2021-01-12 08:59:31','2021-01-12 03:59:31'),
(58961,23817,'action complete via WP Cron','2021-01-12 08:59:31','2021-01-12 03:59:31'),
(58962,23818,'action created','2021-01-12 08:59:32','2021-01-12 03:59:32'),
(58963,23818,'action started via WP Cron','2021-01-12 09:02:12','2021-01-12 04:02:12'),
(58964,23818,'action complete via WP Cron','2021-01-12 09:02:12','2021-01-12 04:02:12'),
(58965,23819,'action created','2021-01-12 09:02:12','2021-01-12 04:02:12'),
(58966,23819,'action started via WP Cron','2021-01-12 09:03:14','2021-01-12 04:03:14'),
(58967,23819,'action complete via WP Cron','2021-01-12 09:03:14','2021-01-12 04:03:14'),
(58968,23820,'action created','2021-01-12 09:03:14','2021-01-12 04:03:14'),
(58969,23820,'action started via WP Cron','2021-01-12 09:04:19','2021-01-12 04:04:19'),
(58970,23820,'action complete via WP Cron','2021-01-12 09:04:19','2021-01-12 04:04:19'),
(58971,23821,'action created','2021-01-12 09:04:19','2021-01-12 04:04:19'),
(58972,23821,'action started via WP Cron','2021-01-12 09:05:32','2021-01-12 04:05:32'),
(58973,23821,'action complete via WP Cron','2021-01-12 09:05:32','2021-01-12 04:05:32'),
(58974,23822,'action created','2021-01-12 09:05:32','2021-01-12 04:05:32'),
(58975,23822,'action started via WP Cron','2021-01-12 09:08:01','2021-01-12 04:08:01'),
(58976,23822,'action complete via WP Cron','2021-01-12 09:08:01','2021-01-12 04:08:01'),
(58977,23823,'action created','2021-01-12 09:08:01','2021-01-12 04:08:01'),
(58978,23823,'action started via WP Cron','2021-01-12 09:09:06','2021-01-12 04:09:06'),
(58979,23823,'action complete via WP Cron','2021-01-12 09:09:06','2021-01-12 04:09:06'),
(58980,23824,'action created','2021-01-12 09:09:06','2021-01-12 04:09:06'),
(58981,23824,'action started via WP Cron','2021-01-12 09:09:43','2021-01-12 04:09:43'),
(58982,23824,'action complete via WP Cron','2021-01-12 09:09:43','2021-01-12 04:09:43'),
(58983,23825,'action created','2021-01-12 09:09:43','2021-01-12 04:09:43'),
(58984,23825,'action started via WP Cron','2021-01-12 09:11:19','2021-01-12 04:11:19'),
(58985,23825,'action complete via WP Cron','2021-01-12 09:11:19','2021-01-12 04:11:19'),
(58986,23826,'action created','2021-01-12 09:11:19','2021-01-12 04:11:19'),
(58987,23826,'action started via WP Cron','2021-01-12 09:12:16','2021-01-12 04:12:16'),
(58988,23826,'action complete via WP Cron','2021-01-12 09:12:16','2021-01-12 04:12:16'),
(58989,23827,'action created','2021-01-12 09:12:16','2021-01-12 04:12:16'),
(58990,23827,'action started via WP Cron','2021-01-12 09:13:22','2021-01-12 04:13:22'),
(58991,23827,'action complete via WP Cron','2021-01-12 09:13:22','2021-01-12 04:13:22'),
(58992,23828,'action created','2021-01-12 09:13:22','2021-01-12 04:13:22'),
(58993,23828,'action started via WP Cron','2021-01-12 09:14:19','2021-01-12 04:14:19'),
(58994,23828,'action complete via WP Cron','2021-01-12 09:14:19','2021-01-12 04:14:19'),
(58995,23829,'action created','2021-01-12 09:14:19','2021-01-12 04:14:19'),
(58996,23829,'action started via WP Cron','2021-01-12 09:16:09','2021-01-12 04:16:09'),
(58997,23829,'action complete via WP Cron','2021-01-12 09:16:09','2021-01-12 04:16:09'),
(58998,23830,'action created','2021-01-12 09:16:09','2021-01-12 04:16:09'),
(58999,23830,'action started via WP Cron','2021-01-12 09:16:33','2021-01-12 04:16:33'),
(59000,23830,'action complete via WP Cron','2021-01-12 09:16:33','2021-01-12 04:16:33'),
(59001,23831,'action created','2021-01-12 09:16:33','2021-01-12 04:16:33'),
(59002,23831,'action started via WP Cron','2021-01-12 09:19:00','2021-01-12 04:19:00'),
(59003,23831,'action complete via WP Cron','2021-01-12 09:19:00','2021-01-12 04:19:00'),
(59004,23832,'action created','2021-01-12 09:19:00','2021-01-12 04:19:00'),
(59005,23832,'action started via WP Cron','2021-01-12 09:20:39','2021-01-12 04:20:39'),
(59006,23832,'action complete via WP Cron','2021-01-12 09:20:39','2021-01-12 04:20:39'),
(59007,23833,'action created','2021-01-12 09:20:39','2021-01-12 04:20:39'),
(59008,23833,'action started via WP Cron','2021-01-12 09:21:24','2021-01-12 04:21:24'),
(59009,23833,'action complete via WP Cron','2021-01-12 09:21:24','2021-01-12 04:21:24'),
(59010,23834,'action created','2021-01-12 09:21:24','2021-01-12 04:21:24'),
(59011,23834,'action started via WP Cron','2021-01-12 09:23:14','2021-01-12 04:23:14'),
(59012,23834,'action complete via WP Cron','2021-01-12 09:23:14','2021-01-12 04:23:14'),
(59013,23835,'action created','2021-01-12 09:23:14','2021-01-12 04:23:14'),
(59014,23835,'action started via WP Cron','2021-01-12 09:24:21','2021-01-12 04:24:21'),
(59015,23835,'action complete via WP Cron','2021-01-12 09:24:21','2021-01-12 04:24:21'),
(59016,23836,'action created','2021-01-12 09:24:21','2021-01-12 04:24:21'),
(59017,23836,'action started via WP Cron','2021-01-12 09:26:14','2021-01-12 04:26:14'),
(59018,23836,'action complete via WP Cron','2021-01-12 09:26:14','2021-01-12 04:26:14'),
(59019,23837,'action created','2021-01-12 09:26:14','2021-01-12 04:26:14'),
(59020,23837,'action started via WP Cron','2021-01-12 09:28:13','2021-01-12 04:28:13'),
(59021,23837,'action complete via WP Cron','2021-01-12 09:28:13','2021-01-12 04:28:13'),
(59022,23838,'action created','2021-01-12 09:28:13','2021-01-12 04:28:13'),
(59023,23838,'action started via WP Cron','2021-01-12 09:29:16','2021-01-12 04:29:16'),
(59024,23838,'action complete via WP Cron','2021-01-12 09:29:16','2021-01-12 04:29:16'),
(59025,23839,'action created','2021-01-12 09:29:16','2021-01-12 04:29:16'),
(59026,23839,'action started via WP Cron','2021-01-12 09:30:40','2021-01-12 04:30:40'),
(59027,23839,'action complete via WP Cron','2021-01-12 09:30:40','2021-01-12 04:30:40'),
(59028,23840,'action created','2021-01-12 09:30:40','2021-01-12 04:30:40'),
(59029,23840,'action started via WP Cron','2021-01-12 09:31:18','2021-01-12 04:31:18'),
(59030,23840,'action complete via WP Cron','2021-01-12 09:31:18','2021-01-12 04:31:18'),
(59031,23841,'action created','2021-01-12 09:31:18','2021-01-12 04:31:18'),
(59032,23841,'action started via WP Cron','2021-01-12 09:32:19','2021-01-12 04:32:19'),
(59033,23841,'action complete via WP Cron','2021-01-12 09:32:19','2021-01-12 04:32:19'),
(59034,23842,'action created','2021-01-12 09:32:19','2021-01-12 04:32:19'),
(59035,23842,'action started via WP Cron','2021-01-12 09:33:26','2021-01-12 04:33:26'),
(59036,23842,'action complete via WP Cron','2021-01-12 09:33:26','2021-01-12 04:33:26'),
(59037,23843,'action created','2021-01-12 09:33:26','2021-01-12 04:33:26'),
(59038,23843,'action started via WP Cron','2021-01-12 09:34:12','2021-01-12 04:34:12'),
(59039,23843,'action complete via WP Cron','2021-01-12 09:34:12','2021-01-12 04:34:12'),
(59040,23844,'action created','2021-01-12 09:34:12','2021-01-12 04:34:12'),
(59041,23844,'action started via WP Cron','2021-01-12 09:35:14','2021-01-12 04:35:14'),
(59042,23844,'action complete via WP Cron','2021-01-12 09:35:14','2021-01-12 04:35:14'),
(59043,23845,'action created','2021-01-12 09:35:14','2021-01-12 04:35:14'),
(59044,23845,'action started via WP Cron','2021-01-12 09:36:12','2021-01-12 04:36:12'),
(59045,23845,'action complete via WP Cron','2021-01-12 09:36:12','2021-01-12 04:36:12'),
(59046,23846,'action created','2021-01-12 09:36:12','2021-01-12 04:36:12'),
(59047,23846,'action started via WP Cron','2021-01-12 09:37:20','2021-01-12 04:37:20'),
(59048,23846,'action complete via WP Cron','2021-01-12 09:37:20','2021-01-12 04:37:20'),
(59049,23847,'action created','2021-01-12 09:37:20','2021-01-12 04:37:20'),
(59050,23847,'action started via WP Cron','2021-01-12 09:38:14','2021-01-12 04:38:14'),
(59051,23847,'action complete via WP Cron','2021-01-12 09:38:14','2021-01-12 04:38:14'),
(59052,23848,'action created','2021-01-12 09:38:15','2021-01-12 04:38:15'),
(59053,23848,'action started via WP Cron','2021-01-12 09:39:41','2021-01-12 04:39:41'),
(59054,23848,'action complete via WP Cron','2021-01-12 09:39:41','2021-01-12 04:39:41'),
(59055,23849,'action created','2021-01-12 09:39:41','2021-01-12 04:39:41'),
(59056,23849,'action started via WP Cron','2021-01-12 09:40:22','2021-01-12 04:40:22'),
(59057,23849,'action complete via WP Cron','2021-01-12 09:40:22','2021-01-12 04:40:22'),
(59058,23850,'action created','2021-01-12 09:40:22','2021-01-12 04:40:22'),
(59059,23850,'action started via WP Cron','2021-01-12 09:41:11','2021-01-12 04:41:11'),
(59060,23850,'action complete via WP Cron','2021-01-12 09:41:11','2021-01-12 04:41:11'),
(59061,23851,'action created','2021-01-12 09:41:11','2021-01-12 04:41:11'),
(59062,23851,'action started via WP Cron','2021-01-12 09:42:19','2021-01-12 04:42:19'),
(59063,23851,'action complete via WP Cron','2021-01-12 09:42:19','2021-01-12 04:42:19'),
(59064,23852,'action created','2021-01-12 09:42:19','2021-01-12 04:42:19'),
(59065,23852,'action started via WP Cron','2021-01-12 09:43:16','2021-01-12 04:43:16'),
(59066,23852,'action complete via WP Cron','2021-01-12 09:43:16','2021-01-12 04:43:16'),
(59067,23853,'action created','2021-01-12 09:43:16','2021-01-12 04:43:16'),
(59068,23853,'action started via WP Cron','2021-01-12 09:44:19','2021-01-12 04:44:19'),
(59069,23853,'action complete via WP Cron','2021-01-12 09:44:19','2021-01-12 04:44:19'),
(59070,23854,'action created','2021-01-12 09:44:19','2021-01-12 04:44:19'),
(59071,23854,'action started via WP Cron','2021-01-12 09:46:04','2021-01-12 04:46:04'),
(59072,23854,'action complete via WP Cron','2021-01-12 09:46:04','2021-01-12 04:46:04'),
(59073,23855,'action created','2021-01-12 09:47:03','2021-01-12 04:47:03'),
(59074,23855,'action started via WP Cron','2021-01-12 09:47:40','2021-01-12 04:47:40'),
(59075,23855,'action complete via WP Cron','2021-01-12 09:47:40','2021-01-12 04:47:40'),
(59076,23856,'action created','2021-01-12 09:47:40','2021-01-12 04:47:40'),
(59077,23856,'action started via WP Cron','2021-01-12 09:48:18','2021-01-12 04:48:18'),
(59078,23856,'action complete via WP Cron','2021-01-12 09:48:18','2021-01-12 04:48:18'),
(59079,23857,'action created','2021-01-12 09:48:18','2021-01-12 04:48:18'),
(59080,23857,'action started via WP Cron','2021-01-12 09:49:14','2021-01-12 04:49:14'),
(59081,23857,'action complete via WP Cron','2021-01-12 09:49:14','2021-01-12 04:49:14'),
(59082,23858,'action created','2021-01-12 09:49:14','2021-01-12 04:49:14'),
(59083,23858,'action started via WP Cron','2021-01-12 09:50:34','2021-01-12 04:50:34'),
(59084,23858,'action complete via WP Cron','2021-01-12 09:50:34','2021-01-12 04:50:34'),
(59085,23859,'action created','2021-01-12 09:50:34','2021-01-12 04:50:34'),
(59086,23859,'action started via WP Cron','2021-01-12 09:51:34','2021-01-12 04:51:34'),
(59087,23859,'action complete via WP Cron','2021-01-12 09:51:34','2021-01-12 04:51:34'),
(59088,23860,'action created','2021-01-12 09:51:34','2021-01-12 04:51:34'),
(59089,23860,'action started via WP Cron','2021-01-12 09:52:40','2021-01-12 04:52:40'),
(59090,23860,'action complete via WP Cron','2021-01-12 09:52:40','2021-01-12 04:52:40'),
(59091,23861,'action created','2021-01-12 09:52:40','2021-01-12 04:52:40'),
(59092,23861,'action started via WP Cron','2021-01-12 09:54:29','2021-01-12 04:54:29'),
(59093,23861,'action complete via WP Cron','2021-01-12 09:54:29','2021-01-12 04:54:29'),
(59094,23862,'action created','2021-01-12 09:54:29','2021-01-12 04:54:29'),
(59095,23862,'action started via WP Cron','2021-01-12 09:55:21','2021-01-12 04:55:21'),
(59096,23862,'action complete via WP Cron','2021-01-12 09:55:21','2021-01-12 04:55:21'),
(59097,23863,'action created','2021-01-12 09:55:21','2021-01-12 04:55:21'),
(59098,23863,'action started via WP Cron','2021-01-12 09:56:27','2021-01-12 04:56:27'),
(59099,23863,'action complete via WP Cron','2021-01-12 09:56:27','2021-01-12 04:56:27'),
(59100,23864,'action created','2021-01-12 09:56:27','2021-01-12 04:56:27'),
(59101,23864,'action started via WP Cron','2021-01-12 09:57:42','2021-01-12 04:57:42'),
(59102,23864,'action complete via WP Cron','2021-01-12 09:57:42','2021-01-12 04:57:42'),
(59103,23865,'action created','2021-01-12 09:57:42','2021-01-12 04:57:42'),
(59104,23865,'action started via WP Cron','2021-01-12 09:58:57','2021-01-12 04:58:57'),
(59105,23865,'action complete via WP Cron','2021-01-12 09:58:57','2021-01-12 04:58:57'),
(59106,23866,'action created','2021-01-12 09:58:57','2021-01-12 04:58:57'),
(59107,23866,'action started via WP Cron','2021-01-12 09:59:53','2021-01-12 04:59:53'),
(59108,23866,'action complete via WP Cron','2021-01-12 09:59:53','2021-01-12 04:59:53'),
(59109,23867,'action created','2021-01-12 09:59:53','2021-01-12 04:59:53'),
(59110,23867,'action started via WP Cron','2021-01-12 10:00:49','2021-01-12 05:00:49'),
(59111,23867,'action complete via WP Cron','2021-01-12 10:00:49','2021-01-12 05:00:49'),
(59112,23868,'action created','2021-01-12 10:00:49','2021-01-12 05:00:49'),
(59113,23868,'action started via WP Cron','2021-01-12 10:01:19','2021-01-12 05:01:19'),
(59114,23868,'action complete via WP Cron','2021-01-12 10:01:19','2021-01-12 05:01:19'),
(59115,23869,'action created','2021-01-12 10:01:19','2021-01-12 05:01:19'),
(59116,23869,'action started via WP Cron','2021-01-12 10:03:57','2021-01-12 05:03:57'),
(59117,23869,'action complete via WP Cron','2021-01-12 10:03:57','2021-01-12 05:03:57'),
(59118,23870,'action created','2021-01-12 10:03:57','2021-01-12 05:03:57'),
(59119,23870,'action started via WP Cron','2021-01-12 10:07:03','2021-01-12 05:07:03'),
(59120,23870,'action complete via WP Cron','2021-01-12 10:07:03','2021-01-12 05:07:03'),
(59121,23871,'action created','2021-01-12 10:07:03','2021-01-12 05:07:03'),
(59122,23871,'action started via WP Cron','2021-01-12 10:07:44','2021-01-12 05:07:44'),
(59123,23871,'action complete via WP Cron','2021-01-12 10:07:44','2021-01-12 05:07:44'),
(59124,23872,'action created','2021-01-12 10:07:44','2021-01-12 05:07:44'),
(59125,23872,'action started via WP Cron','2021-01-12 10:09:12','2021-01-12 05:09:12'),
(59126,23872,'action complete via WP Cron','2021-01-12 10:09:12','2021-01-12 05:09:12'),
(59127,23873,'action created','2021-01-12 10:09:12','2021-01-12 05:09:12'),
(59128,23873,'action started via WP Cron','2021-01-12 10:10:51','2021-01-12 05:10:51'),
(59129,23873,'action complete via WP Cron','2021-01-12 10:10:51','2021-01-12 05:10:51'),
(59130,23874,'action created','2021-01-12 10:10:51','2021-01-12 05:10:51'),
(59131,23874,'action started via WP Cron','2021-01-12 10:11:14','2021-01-12 05:11:14'),
(59132,23874,'action complete via WP Cron','2021-01-12 10:11:14','2021-01-12 05:11:14'),
(59133,23875,'action created','2021-01-12 10:11:14','2021-01-12 05:11:14'),
(59134,23875,'action started via WP Cron','2021-01-12 10:13:03','2021-01-12 05:13:03'),
(59135,23875,'action complete via WP Cron','2021-01-12 10:13:03','2021-01-12 05:13:03'),
(59136,23876,'action created','2021-01-12 10:13:03','2021-01-12 05:13:03'),
(59137,23876,'action started via WP Cron','2021-01-12 10:16:20','2021-01-12 05:16:20'),
(59138,23876,'action complete via WP Cron','2021-01-12 10:16:20','2021-01-12 05:16:20'),
(59139,23877,'action created','2021-01-12 10:16:20','2021-01-12 05:16:20'),
(59140,23877,'action started via WP Cron','2021-01-12 10:17:17','2021-01-12 05:17:17'),
(59141,23877,'action complete via WP Cron','2021-01-12 10:17:17','2021-01-12 05:17:17'),
(59142,23878,'action created','2021-01-12 10:17:17','2021-01-12 05:17:17'),
(59143,23878,'action started via WP Cron','2021-01-12 10:19:11','2021-01-12 05:19:11'),
(59144,23878,'action complete via WP Cron','2021-01-12 10:19:11','2021-01-12 05:19:11'),
(59145,23879,'action created','2021-01-12 10:19:11','2021-01-12 05:19:11'),
(59146,23879,'action started via WP Cron','2021-01-12 10:20:14','2021-01-12 05:20:14'),
(59147,23879,'action complete via WP Cron','2021-01-12 10:20:14','2021-01-12 05:20:14'),
(59148,23880,'action created','2021-01-12 10:20:14','2021-01-12 05:20:14'),
(59149,23880,'action started via WP Cron','2021-01-12 10:21:22','2021-01-12 05:21:22'),
(59150,23880,'action complete via WP Cron','2021-01-12 10:21:22','2021-01-12 05:21:22'),
(59151,23881,'action created','2021-01-12 10:21:22','2021-01-12 05:21:22'),
(59152,23881,'action started via WP Cron','2021-01-12 10:24:14','2021-01-12 05:24:14'),
(59153,23881,'action complete via WP Cron','2021-01-12 10:24:14','2021-01-12 05:24:14'),
(59154,23882,'action created','2021-01-12 10:24:14','2021-01-12 05:24:14'),
(59155,23882,'action started via WP Cron','2021-01-12 10:25:20','2021-01-12 05:25:20'),
(59156,23882,'action complete via WP Cron','2021-01-12 10:25:20','2021-01-12 05:25:20'),
(59157,23883,'action created','2021-01-12 10:26:51','2021-01-12 05:26:51'),
(59158,23883,'action started via WP Cron','2021-01-12 10:27:17','2021-01-12 05:27:17'),
(59159,23883,'action complete via WP Cron','2021-01-12 10:27:17','2021-01-12 05:27:17'),
(59160,23884,'action created','2021-01-12 10:27:17','2021-01-12 05:27:17'),
(59161,23884,'action started via WP Cron','2021-01-12 10:28:34','2021-01-12 05:28:34'),
(59162,23884,'action complete via WP Cron','2021-01-12 10:28:34','2021-01-12 05:28:34'),
(59163,23885,'action created','2021-01-12 10:28:34','2021-01-12 05:28:34'),
(59164,23885,'action started via WP Cron','2021-01-12 10:29:42','2021-01-12 05:29:42'),
(59165,23885,'action complete via WP Cron','2021-01-12 10:29:42','2021-01-12 05:29:42'),
(59166,23886,'action created','2021-01-12 10:29:42','2021-01-12 05:29:42'),
(59167,23886,'action started via WP Cron','2021-01-12 10:30:40','2021-01-12 05:30:40'),
(59168,23886,'action complete via WP Cron','2021-01-12 10:30:40','2021-01-12 05:30:40'),
(59169,23887,'action created','2021-01-12 10:30:40','2021-01-12 05:30:40'),
(59170,23887,'action started via WP Cron','2021-01-12 10:33:12','2021-01-12 05:33:12'),
(59171,23887,'action complete via WP Cron','2021-01-12 10:33:12','2021-01-12 05:33:12'),
(59172,23888,'action created','2021-01-12 10:33:12','2021-01-12 05:33:12'),
(59173,23888,'action started via WP Cron','2021-01-12 10:34:13','2021-01-12 05:34:13'),
(59174,23888,'action complete via WP Cron','2021-01-12 10:34:13','2021-01-12 05:34:13'),
(59175,23889,'action created','2021-01-12 10:34:13','2021-01-12 05:34:13'),
(59176,23889,'action started via WP Cron','2021-01-12 10:35:13','2021-01-12 05:35:13'),
(59177,23889,'action complete via WP Cron','2021-01-12 10:35:14','2021-01-12 05:35:14'),
(59178,23890,'action created','2021-01-12 10:35:14','2021-01-12 05:35:14'),
(59179,23890,'action started via WP Cron','2021-01-12 10:36:52','2021-01-12 05:36:52'),
(59180,23890,'action complete via WP Cron','2021-01-12 10:36:52','2021-01-12 05:36:52'),
(59181,23891,'action created','2021-01-12 10:36:52','2021-01-12 05:36:52'),
(59182,23891,'action started via WP Cron','2021-01-12 10:37:21','2021-01-12 05:37:21'),
(59183,23891,'action complete via WP Cron','2021-01-12 10:37:21','2021-01-12 05:37:21'),
(59184,23892,'action created','2021-01-12 10:37:21','2021-01-12 05:37:21'),
(59185,23892,'action started via WP Cron','2021-01-12 10:38:54','2021-01-12 05:38:54'),
(59186,23892,'action complete via WP Cron','2021-01-12 10:38:54','2021-01-12 05:38:54'),
(59187,23893,'action created','2021-01-12 10:38:54','2021-01-12 05:38:54'),
(59188,23893,'action started via WP Cron','2021-01-12 10:39:49','2021-01-12 05:39:49'),
(59189,23893,'action complete via WP Cron','2021-01-12 10:39:49','2021-01-12 05:39:49'),
(59190,23894,'action created','2021-01-12 10:39:49','2021-01-12 05:39:49'),
(59191,23894,'action started via WP Cron','2021-01-12 10:40:38','2021-01-12 05:40:38'),
(59192,23894,'action complete via WP Cron','2021-01-12 10:40:38','2021-01-12 05:40:38'),
(59193,23895,'action created','2021-01-12 10:40:38','2021-01-12 05:40:38'),
(59194,23895,'action started via WP Cron','2021-01-12 10:41:33','2021-01-12 05:41:33'),
(59195,23895,'action complete via WP Cron','2021-01-12 10:41:33','2021-01-12 05:41:33'),
(59196,23896,'action created','2021-01-12 10:41:33','2021-01-12 05:41:33'),
(59197,23896,'action started via WP Cron','2021-01-12 10:42:24','2021-01-12 05:42:24'),
(59198,23896,'action complete via WP Cron','2021-01-12 10:42:24','2021-01-12 05:42:24'),
(59199,23897,'action created','2021-01-12 10:42:24','2021-01-12 05:42:24'),
(59200,23897,'action started via WP Cron','2021-01-12 10:43:46','2021-01-12 05:43:46'),
(59201,23897,'action complete via WP Cron','2021-01-12 10:43:46','2021-01-12 05:43:46'),
(59202,23898,'action created','2021-01-12 10:43:46','2021-01-12 05:43:46'),
(59203,23898,'action started via WP Cron','2021-01-12 10:44:34','2021-01-12 05:44:34'),
(59204,23898,'action complete via WP Cron','2021-01-12 10:44:34','2021-01-12 05:44:34'),
(59205,23899,'action created','2021-01-12 10:44:34','2021-01-12 05:44:34'),
(59206,23899,'action started via WP Cron','2021-01-12 10:45:20','2021-01-12 05:45:20'),
(59207,23899,'action complete via WP Cron','2021-01-12 10:45:20','2021-01-12 05:45:20'),
(59208,23900,'action created','2021-01-12 10:45:20','2021-01-12 05:45:20'),
(59209,23900,'action started via WP Cron','2021-01-12 10:46:17','2021-01-12 05:46:17'),
(59210,23900,'action complete via WP Cron','2021-01-12 10:46:17','2021-01-12 05:46:17'),
(59211,23901,'action created','2021-01-12 10:46:17','2021-01-12 05:46:17'),
(59212,23901,'action started via WP Cron','2021-01-12 10:47:38','2021-01-12 05:47:38'),
(59213,23901,'action complete via WP Cron','2021-01-12 10:47:38','2021-01-12 05:47:38'),
(59214,23902,'action created','2021-01-12 10:47:38','2021-01-12 05:47:38'),
(59215,23902,'action started via WP Cron','2021-01-12 10:49:05','2021-01-12 05:49:05'),
(59216,23902,'action complete via WP Cron','2021-01-12 10:49:05','2021-01-12 05:49:05'),
(59217,23903,'action created','2021-01-12 10:49:05','2021-01-12 05:49:05'),
(59218,23903,'action started via WP Cron','2021-01-12 10:49:36','2021-01-12 05:49:36'),
(59219,23903,'action complete via WP Cron','2021-01-12 10:49:36','2021-01-12 05:49:36'),
(59220,23904,'action created','2021-01-12 10:49:36','2021-01-12 05:49:36'),
(59221,23904,'action started via WP Cron','2021-01-12 10:50:14','2021-01-12 05:50:14'),
(59222,23904,'action complete via WP Cron','2021-01-12 10:50:14','2021-01-12 05:50:14'),
(59223,23905,'action created','2021-01-12 10:50:14','2021-01-12 05:50:14'),
(59224,23905,'action started via WP Cron','2021-01-12 10:51:35','2021-01-12 05:51:35'),
(59225,23905,'action complete via WP Cron','2021-01-12 10:51:35','2021-01-12 05:51:35'),
(59226,23906,'action created','2021-01-12 10:51:35','2021-01-12 05:51:35'),
(59227,23906,'action started via WP Cron','2021-01-12 10:53:45','2021-01-12 05:53:45'),
(59228,23906,'action complete via WP Cron','2021-01-12 10:53:45','2021-01-12 05:53:45'),
(59229,23907,'action created','2021-01-12 10:53:45','2021-01-12 05:53:45'),
(59230,23907,'action started via WP Cron','2021-01-12 10:54:19','2021-01-12 05:54:19'),
(59231,23907,'action complete via WP Cron','2021-01-12 10:54:19','2021-01-12 05:54:19'),
(59232,23908,'action created','2021-01-12 10:54:19','2021-01-12 05:54:19'),
(59233,23908,'action started via WP Cron','2021-01-12 10:55:51','2021-01-12 05:55:51'),
(59234,23908,'action complete via WP Cron','2021-01-12 10:55:51','2021-01-12 05:55:51'),
(59235,23909,'action created','2021-01-12 10:55:51','2021-01-12 05:55:51'),
(59236,23909,'action started via WP Cron','2021-01-12 10:57:00','2021-01-12 05:57:00'),
(59237,23909,'action complete via WP Cron','2021-01-12 10:57:00','2021-01-12 05:57:00'),
(59238,23910,'action created','2021-01-12 10:57:00','2021-01-12 05:57:00'),
(59239,23910,'action started via WP Cron','2021-01-12 10:57:23','2021-01-12 05:57:23'),
(59240,23910,'action complete via WP Cron','2021-01-12 10:57:23','2021-01-12 05:57:23'),
(59241,23911,'action created','2021-01-12 10:57:23','2021-01-12 05:57:23'),
(59242,23911,'action started via WP Cron','2021-01-12 10:59:21','2021-01-12 05:59:21'),
(59243,23911,'action complete via WP Cron','2021-01-12 10:59:21','2021-01-12 05:59:21'),
(59244,23912,'action created','2021-01-12 10:59:21','2021-01-12 05:59:21'),
(59245,23912,'action started via WP Cron','2021-01-12 11:00:21','2021-01-12 06:00:21'),
(59246,23912,'action complete via WP Cron','2021-01-12 11:00:21','2021-01-12 06:00:21'),
(59247,23913,'action created','2021-01-12 11:00:21','2021-01-12 06:00:21'),
(59248,23913,'action started via WP Cron','2021-01-12 11:01:50','2021-01-12 06:01:50'),
(59249,23913,'action complete via WP Cron','2021-01-12 11:01:50','2021-01-12 06:01:50'),
(59250,23914,'action created','2021-01-12 11:01:50','2021-01-12 06:01:50'),
(59251,23914,'action started via WP Cron','2021-01-12 11:03:15','2021-01-12 06:03:15'),
(59252,23914,'action complete via WP Cron','2021-01-12 11:03:15','2021-01-12 06:03:15'),
(59253,23915,'action created','2021-01-12 11:03:15','2021-01-12 06:03:15'),
(59254,23915,'action started via WP Cron','2021-01-12 11:04:19','2021-01-12 06:04:19'),
(59255,23915,'action complete via WP Cron','2021-01-12 11:04:19','2021-01-12 06:04:19'),
(59256,23916,'action created','2021-01-12 11:04:20','2021-01-12 06:04:20'),
(59257,23916,'action started via WP Cron','2021-01-12 11:05:52','2021-01-12 06:05:52'),
(59258,23916,'action complete via WP Cron','2021-01-12 11:05:52','2021-01-12 06:05:52'),
(59259,23917,'action created','2021-01-12 11:05:52','2021-01-12 06:05:52'),
(59260,23917,'action started via WP Cron','2021-01-12 11:06:44','2021-01-12 06:06:44'),
(59261,23917,'action complete via WP Cron','2021-01-12 11:06:44','2021-01-12 06:06:44'),
(59262,23918,'action created','2021-01-12 11:06:44','2021-01-12 06:06:44'),
(59263,23918,'action started via WP Cron','2021-01-12 11:07:12','2021-01-12 06:07:12'),
(59264,23918,'action complete via WP Cron','2021-01-12 11:07:12','2021-01-12 06:07:12'),
(59265,23919,'action created','2021-01-12 11:07:12','2021-01-12 06:07:12'),
(59266,23919,'action started via WP Cron','2021-01-12 11:08:12','2021-01-12 06:08:12'),
(59267,23919,'action complete via WP Cron','2021-01-12 11:08:12','2021-01-12 06:08:12'),
(59268,23920,'action created','2021-01-12 11:08:12','2021-01-12 06:08:12'),
(59269,23920,'action started via WP Cron','2021-01-12 11:09:17','2021-01-12 06:09:17'),
(59270,23920,'action complete via WP Cron','2021-01-12 11:09:17','2021-01-12 06:09:17'),
(59271,23921,'action created','2021-01-12 11:09:17','2021-01-12 06:09:17'),
(59272,23921,'action started via WP Cron','2021-01-12 11:10:43','2021-01-12 06:10:43'),
(59273,23921,'action complete via WP Cron','2021-01-12 11:10:43','2021-01-12 06:10:43'),
(59274,23922,'action created','2021-01-12 11:10:43','2021-01-12 06:10:43'),
(59275,23922,'action started via WP Cron','2021-01-12 11:11:14','2021-01-12 06:11:14'),
(59276,23922,'action complete via WP Cron','2021-01-12 11:11:14','2021-01-12 06:11:14'),
(59277,23923,'action created','2021-01-12 11:11:14','2021-01-12 06:11:14'),
(59278,23923,'action started via WP Cron','2021-01-12 11:14:08','2021-01-12 06:14:08'),
(59279,23923,'action complete via WP Cron','2021-01-12 11:14:08','2021-01-12 06:14:08'),
(59280,23924,'action created','2021-01-12 11:14:08','2021-01-12 06:14:08'),
(59281,23924,'action started via WP Cron','2021-01-12 11:14:29','2021-01-12 06:14:29'),
(59282,23924,'action complete via WP Cron','2021-01-12 11:14:29','2021-01-12 06:14:29'),
(59283,23925,'action created','2021-01-12 11:14:29','2021-01-12 06:14:29'),
(59284,23925,'action started via WP Cron','2021-01-12 11:15:24','2021-01-12 06:15:24'),
(59285,23925,'action complete via WP Cron','2021-01-12 11:15:24','2021-01-12 06:15:24'),
(59286,23926,'action created','2021-01-12 11:15:48','2021-01-12 06:15:48'),
(59287,23926,'action started via WP Cron','2021-01-12 11:16:11','2021-01-12 06:16:11'),
(59288,23926,'action complete via WP Cron','2021-01-12 11:16:11','2021-01-12 06:16:11'),
(59289,23927,'action created','2021-01-12 11:16:11','2021-01-12 06:16:11'),
(59290,23927,'action started via WP Cron','2021-01-12 11:17:19','2021-01-12 06:17:19'),
(59291,23927,'action complete via WP Cron','2021-01-12 11:17:19','2021-01-12 06:17:19'),
(59292,23928,'action created','2021-01-12 11:17:19','2021-01-12 06:17:19'),
(59293,23928,'action started via WP Cron','2021-01-12 11:18:31','2021-01-12 06:18:31'),
(59294,23928,'action complete via WP Cron','2021-01-12 11:18:31','2021-01-12 06:18:31'),
(59295,23929,'action created','2021-01-12 11:18:31','2021-01-12 06:18:31'),
(59296,23929,'action started via WP Cron','2021-01-12 11:19:11','2021-01-12 06:19:11'),
(59297,23929,'action complete via WP Cron','2021-01-12 11:19:11','2021-01-12 06:19:11'),
(59298,23930,'action created','2021-01-12 11:19:11','2021-01-12 06:19:11'),
(59299,23930,'action started via WP Cron','2021-01-12 11:20:20','2021-01-12 06:20:20'),
(59300,23930,'action complete via WP Cron','2021-01-12 11:20:20','2021-01-12 06:20:20'),
(59301,23931,'action created','2021-01-12 11:20:20','2021-01-12 06:20:20'),
(59302,23931,'action started via WP Cron','2021-01-12 11:21:13','2021-01-12 06:21:13'),
(59303,23931,'action complete via WP Cron','2021-01-12 11:21:13','2021-01-12 06:21:13'),
(59304,23932,'action created','2021-01-12 11:21:13','2021-01-12 06:21:13'),
(59305,23932,'action started via WP Cron','2021-01-12 11:24:06','2021-01-12 06:24:06'),
(59306,23932,'action complete via WP Cron','2021-01-12 11:24:06','2021-01-12 06:24:06'),
(59307,23933,'action created','2021-01-12 11:24:06','2021-01-12 06:24:06'),
(59308,23933,'action started via WP Cron','2021-01-12 11:24:53','2021-01-12 06:24:53'),
(59309,23933,'action complete via WP Cron','2021-01-12 11:24:53','2021-01-12 06:24:53'),
(59310,23934,'action created','2021-01-12 11:24:53','2021-01-12 06:24:53'),
(59311,23934,'action started via WP Cron','2021-01-12 11:25:33','2021-01-12 06:25:33'),
(59312,23934,'action complete via WP Cron','2021-01-12 11:25:33','2021-01-12 06:25:33'),
(59313,23935,'action created','2021-01-12 11:25:33','2021-01-12 06:25:33'),
(59314,23935,'action started via WP Cron','2021-01-12 11:26:18','2021-01-12 06:26:18'),
(59315,23935,'action complete via WP Cron','2021-01-12 11:26:18','2021-01-12 06:26:18'),
(59316,23936,'action created','2021-01-12 11:26:18','2021-01-12 06:26:18'),
(59317,23936,'action started via WP Cron','2021-01-12 11:28:21','2021-01-12 06:28:21'),
(59318,23936,'action complete via WP Cron','2021-01-12 11:28:21','2021-01-12 06:28:21'),
(59319,23937,'action created','2021-01-12 11:28:21','2021-01-12 06:28:21'),
(59320,23937,'action started via WP Cron','2021-01-12 11:30:18','2021-01-12 06:30:18'),
(59321,23937,'action complete via WP Cron','2021-01-12 11:30:18','2021-01-12 06:30:18'),
(59322,23938,'action created','2021-01-12 11:30:18','2021-01-12 06:30:18'),
(59323,23938,'action started via WP Cron','2021-01-12 11:31:48','2021-01-12 06:31:48'),
(59324,23938,'action complete via WP Cron','2021-01-12 11:31:48','2021-01-12 06:31:48'),
(59325,23939,'action created','2021-01-12 11:31:48','2021-01-12 06:31:48'),
(59326,23939,'action started via WP Cron','2021-01-12 11:33:12','2021-01-12 06:33:12'),
(59327,23939,'action complete via WP Cron','2021-01-12 11:33:12','2021-01-12 06:33:12'),
(59328,23940,'action created','2021-01-12 11:33:12','2021-01-12 06:33:12'),
(59329,23940,'action started via WP Cron','2021-01-12 11:34:18','2021-01-12 06:34:18'),
(59330,23940,'action complete via WP Cron','2021-01-12 11:34:18','2021-01-12 06:34:18'),
(59331,23941,'action created','2021-01-12 11:34:18','2021-01-12 06:34:18'),
(59332,23941,'action started via WP Cron','2021-01-12 11:35:16','2021-01-12 06:35:16'),
(59333,23941,'action complete via WP Cron','2021-01-12 11:35:16','2021-01-12 06:35:16'),
(59334,23942,'action created','2021-01-12 11:35:17','2021-01-12 06:35:17'),
(59335,23942,'action started via WP Cron','2021-01-12 11:36:17','2021-01-12 06:36:17'),
(59336,23942,'action complete via WP Cron','2021-01-12 11:36:17','2021-01-12 06:36:17'),
(59337,23943,'action created','2021-01-12 11:36:17','2021-01-12 06:36:17'),
(59338,23943,'action started via WP Cron','2021-01-12 11:37:14','2021-01-12 06:37:14'),
(59339,23943,'action complete via WP Cron','2021-01-12 11:37:14','2021-01-12 06:37:14'),
(59340,23944,'action created','2021-01-12 11:37:14','2021-01-12 06:37:14'),
(59341,23944,'action started via WP Cron','2021-01-12 11:38:15','2021-01-12 06:38:15'),
(59342,23944,'action complete via WP Cron','2021-01-12 11:38:15','2021-01-12 06:38:15'),
(59343,23945,'action created','2021-01-12 11:38:15','2021-01-12 06:38:15'),
(59344,23945,'action started via WP Cron','2021-01-12 11:39:17','2021-01-12 06:39:17'),
(59345,23945,'action complete via WP Cron','2021-01-12 11:39:17','2021-01-12 06:39:17'),
(59346,23946,'action created','2021-01-12 11:39:17','2021-01-12 06:39:17'),
(59347,23946,'action started via WP Cron','2021-01-12 11:40:18','2021-01-12 06:40:18'),
(59348,23946,'action complete via WP Cron','2021-01-12 11:40:18','2021-01-12 06:40:18'),
(59349,23947,'action created','2021-01-12 11:40:18','2021-01-12 06:40:18'),
(59350,23947,'action started via WP Cron','2021-01-12 11:41:14','2021-01-12 06:41:14'),
(59351,23947,'action complete via WP Cron','2021-01-12 11:41:14','2021-01-12 06:41:14'),
(59352,23948,'action created','2021-01-12 11:41:14','2021-01-12 06:41:14'),
(59353,23948,'action started via WP Cron','2021-01-12 11:43:11','2021-01-12 06:43:11'),
(59354,23948,'action complete via WP Cron','2021-01-12 11:43:11','2021-01-12 06:43:11'),
(59355,23949,'action created','2021-01-12 11:43:11','2021-01-12 06:43:11'),
(59356,23949,'action started via WP Cron','2021-01-12 11:44:17','2021-01-12 06:44:17'),
(59357,23949,'action complete via WP Cron','2021-01-12 11:44:17','2021-01-12 06:44:17'),
(59358,23950,'action created','2021-01-12 11:44:17','2021-01-12 06:44:17'),
(59359,23950,'action started via WP Cron','2021-01-12 11:45:38','2021-01-12 06:45:38'),
(59360,23950,'action complete via WP Cron','2021-01-12 11:45:38','2021-01-12 06:45:38'),
(59361,23951,'action created','2021-01-12 11:45:38','2021-01-12 06:45:38'),
(59362,23951,'action started via WP Cron','2021-01-12 11:46:27','2021-01-12 06:46:27'),
(59363,23951,'action complete via WP Cron','2021-01-12 11:46:27','2021-01-12 06:46:27'),
(59364,23952,'action created','2021-01-12 11:46:27','2021-01-12 06:46:27'),
(59365,23952,'action started via WP Cron','2021-01-12 11:49:10','2021-01-12 06:49:10'),
(59366,23952,'action complete via WP Cron','2021-01-12 11:49:10','2021-01-12 06:49:10'),
(59367,23953,'action created','2021-01-12 11:49:10','2021-01-12 06:49:10'),
(59368,23953,'action started via WP Cron','2021-01-12 11:51:11','2021-01-12 06:51:11'),
(59369,23953,'action complete via WP Cron','2021-01-12 11:51:11','2021-01-12 06:51:11'),
(59370,23954,'action created','2021-01-12 11:51:11','2021-01-12 06:51:11'),
(59371,23954,'action started via WP Cron','2021-01-12 11:54:19','2021-01-12 06:54:19'),
(59372,23954,'action complete via WP Cron','2021-01-12 11:54:19','2021-01-12 06:54:19'),
(59373,23955,'action created','2021-01-12 11:54:19','2021-01-12 06:54:19'),
(59374,23955,'action started via WP Cron','2021-01-12 11:55:37','2021-01-12 06:55:37'),
(59375,23955,'action complete via WP Cron','2021-01-12 11:55:37','2021-01-12 06:55:37'),
(59376,23956,'action created','2021-01-12 11:55:37','2021-01-12 06:55:37'),
(59377,23956,'action started via WP Cron','2021-01-12 11:56:39','2021-01-12 06:56:39'),
(59378,23956,'action complete via WP Cron','2021-01-12 11:56:39','2021-01-12 06:56:39'),
(59379,23957,'action created','2021-01-12 11:56:40','2021-01-12 06:56:40'),
(59380,23957,'action started via WP Cron','2021-01-12 11:58:05','2021-01-12 06:58:05'),
(59381,23957,'action complete via WP Cron','2021-01-12 11:58:05','2021-01-12 06:58:05'),
(59382,23958,'action created','2021-01-12 11:58:05','2021-01-12 06:58:05'),
(59383,23958,'action started via WP Cron','2021-01-12 11:58:23','2021-01-12 06:58:23'),
(59384,23958,'action complete via WP Cron','2021-01-12 11:58:23','2021-01-12 06:58:23'),
(59385,23959,'action created','2021-01-12 11:58:23','2021-01-12 06:58:23'),
(59386,23959,'action started via WP Cron','2021-01-12 11:59:21','2021-01-12 06:59:21'),
(59387,23959,'action complete via WP Cron','2021-01-12 11:59:21','2021-01-12 06:59:21'),
(59388,23960,'action created','2021-01-12 11:59:21','2021-01-12 06:59:21'),
(59389,23960,'action started via WP Cron','2021-01-12 12:00:22','2021-01-12 07:00:22'),
(59390,23960,'action complete via WP Cron','2021-01-12 12:00:22','2021-01-12 07:00:22'),
(59391,23961,'action created','2021-01-12 12:00:22','2021-01-12 07:00:22'),
(59392,23961,'action started via WP Cron','2021-01-12 12:01:12','2021-01-12 07:01:12'),
(59393,23961,'action complete via WP Cron','2021-01-12 12:01:12','2021-01-12 07:01:12'),
(59394,23962,'action created','2021-01-12 12:01:12','2021-01-12 07:01:12'),
(59395,23962,'action started via WP Cron','2021-01-12 12:02:12','2021-01-12 07:02:12'),
(59396,23962,'action complete via WP Cron','2021-01-12 12:02:12','2021-01-12 07:02:12'),
(59397,23963,'action created','2021-01-12 12:02:12','2021-01-12 07:02:12'),
(59398,23963,'action started via WP Cron','2021-01-12 12:03:35','2021-01-12 07:03:35'),
(59399,23963,'action complete via WP Cron','2021-01-12 12:03:35','2021-01-12 07:03:35'),
(59400,23964,'action created','2021-01-12 12:03:35','2021-01-12 07:03:35'),
(59401,23964,'action started via WP Cron','2021-01-12 12:04:29','2021-01-12 07:04:29'),
(59402,23964,'action complete via WP Cron','2021-01-12 12:04:29','2021-01-12 07:04:29'),
(59403,23965,'action created','2021-01-12 12:04:29','2021-01-12 07:04:29'),
(59404,23965,'action started via WP Cron','2021-01-12 12:05:35','2021-01-12 07:05:35'),
(59405,23965,'action complete via WP Cron','2021-01-12 12:05:35','2021-01-12 07:05:35'),
(59406,23966,'action created','2021-01-12 12:05:36','2021-01-12 07:05:36'),
(59407,23966,'action started via WP Cron','2021-01-12 12:07:21','2021-01-12 07:07:21'),
(59408,23966,'action complete via WP Cron','2021-01-12 12:07:21','2021-01-12 07:07:21'),
(59409,23967,'action created','2021-01-12 12:07:21','2021-01-12 07:07:21'),
(59410,23967,'action started via WP Cron','2021-01-12 12:08:23','2021-01-12 07:08:23'),
(59411,23967,'action complete via WP Cron','2021-01-12 12:08:23','2021-01-12 07:08:23'),
(59412,23968,'action created','2021-01-12 12:08:23','2021-01-12 07:08:23'),
(59413,23968,'action started via WP Cron','2021-01-12 12:10:29','2021-01-12 07:10:29'),
(59414,23968,'action complete via WP Cron','2021-01-12 12:10:29','2021-01-12 07:10:29'),
(59415,23969,'action created','2021-01-12 12:10:29','2021-01-12 07:10:29'),
(59416,23969,'action started via WP Cron','2021-01-12 12:11:30','2021-01-12 07:11:30'),
(59417,23969,'action complete via WP Cron','2021-01-12 12:11:30','2021-01-12 07:11:30'),
(59418,23970,'action created','2021-01-12 12:11:30','2021-01-12 07:11:30'),
(59419,23970,'action started via WP Cron','2021-01-12 12:12:21','2021-01-12 07:12:21'),
(59420,23970,'action complete via WP Cron','2021-01-12 12:12:21','2021-01-12 07:12:21'),
(59421,23971,'action created','2021-01-12 12:12:21','2021-01-12 07:12:21'),
(59422,23971,'action started via WP Cron','2021-01-12 12:13:48','2021-01-12 07:13:48'),
(59423,23971,'action complete via WP Cron','2021-01-12 12:13:48','2021-01-12 07:13:48'),
(59424,23972,'action created','2021-01-12 12:13:48','2021-01-12 07:13:48'),
(59425,23972,'action started via WP Cron','2021-01-12 12:14:26','2021-01-12 07:14:26'),
(59426,23972,'action complete via WP Cron','2021-01-12 12:14:26','2021-01-12 07:14:26'),
(59427,23973,'action created','2021-01-12 12:14:26','2021-01-12 07:14:26'),
(59428,23973,'action started via WP Cron','2021-01-12 12:17:51','2021-01-12 07:17:51'),
(59429,23973,'action complete via WP Cron','2021-01-12 12:17:51','2021-01-12 07:17:51'),
(59430,23974,'action created','2021-01-12 12:17:51','2021-01-12 07:17:51'),
(59431,23974,'action started via WP Cron','2021-01-12 12:19:54','2021-01-12 07:19:54'),
(59432,23974,'action complete via WP Cron','2021-01-12 12:19:54','2021-01-12 07:19:54'),
(59433,23975,'action created','2021-01-12 12:19:54','2021-01-12 07:19:54'),
(59434,23975,'action started via WP Cron','2021-01-12 12:20:24','2021-01-12 07:20:24'),
(59435,23975,'action complete via WP Cron','2021-01-12 12:20:24','2021-01-12 07:20:24'),
(59436,23976,'action created','2021-01-12 12:20:24','2021-01-12 07:20:24'),
(59437,23976,'action started via WP Cron','2021-01-12 12:21:34','2021-01-12 07:21:34'),
(59438,23976,'action complete via WP Cron','2021-01-12 12:21:34','2021-01-12 07:21:34'),
(59439,23977,'action created','2021-01-12 12:21:34','2021-01-12 07:21:34'),
(59440,23977,'action started via WP Cron','2021-01-12 12:22:33','2021-01-12 07:22:33'),
(59441,23977,'action complete via WP Cron','2021-01-12 12:22:33','2021-01-12 07:22:33'),
(59442,23978,'action created','2021-01-12 12:22:33','2021-01-12 07:22:33'),
(59443,23978,'action started via WP Cron','2021-01-12 12:24:43','2021-01-12 07:24:43'),
(59444,23978,'action complete via WP Cron','2021-01-12 12:24:43','2021-01-12 07:24:43'),
(59445,23979,'action created','2021-01-12 12:24:43','2021-01-12 07:24:43'),
(59446,23979,'action started via WP Cron','2021-01-12 12:25:59','2021-01-12 07:25:59'),
(59447,23979,'action complete via WP Cron','2021-01-12 12:25:59','2021-01-12 07:25:59'),
(59448,23980,'action created','2021-01-12 12:25:59','2021-01-12 07:25:59'),
(59449,23980,'action started via WP Cron','2021-01-12 12:26:16','2021-01-12 07:26:16'),
(59450,23980,'action complete via WP Cron','2021-01-12 12:26:16','2021-01-12 07:26:16'),
(59451,23981,'action created','2021-01-12 12:26:16','2021-01-12 07:26:16'),
(59452,23981,'action started via WP Cron','2021-01-12 12:28:16','2021-01-12 07:28:16'),
(59453,23981,'action complete via WP Cron','2021-01-12 12:28:16','2021-01-12 07:28:16'),
(59454,23982,'action created','2021-01-12 12:28:16','2021-01-12 07:28:16'),
(59455,23982,'action started via WP Cron','2021-01-12 12:29:50','2021-01-12 07:29:50'),
(59456,23982,'action complete via WP Cron','2021-01-12 12:29:50','2021-01-12 07:29:50'),
(59457,23983,'action created','2021-01-12 12:29:50','2021-01-12 07:29:50'),
(59458,23983,'action started via WP Cron','2021-01-12 12:30:23','2021-01-12 07:30:23'),
(59459,23983,'action complete via WP Cron','2021-01-12 12:30:23','2021-01-12 07:30:23'),
(59460,23984,'action created','2021-01-12 12:30:24','2021-01-12 07:30:24'),
(59461,23984,'action started via WP Cron','2021-01-12 12:32:52','2021-01-12 07:32:52'),
(59462,23984,'action complete via WP Cron','2021-01-12 12:32:52','2021-01-12 07:32:52'),
(59463,23985,'action created','2021-01-12 12:32:52','2021-01-12 07:32:52'),
(59464,23985,'action started via WP Cron','2021-01-12 12:33:18','2021-01-12 07:33:18'),
(59465,23985,'action complete via WP Cron','2021-01-12 12:33:18','2021-01-12 07:33:18'),
(59466,23986,'action created','2021-01-12 12:33:18','2021-01-12 07:33:18'),
(59467,23986,'action started via WP Cron','2021-01-12 12:34:12','2021-01-12 07:34:12'),
(59468,23986,'action complete via WP Cron','2021-01-12 12:34:12','2021-01-12 07:34:12'),
(59469,23987,'action created','2021-01-12 12:34:12','2021-01-12 07:34:12'),
(59470,23987,'action started via WP Cron','2021-01-12 12:35:22','2021-01-12 07:35:22'),
(59471,23987,'action complete via WP Cron','2021-01-12 12:35:22','2021-01-12 07:35:22'),
(59472,23988,'action created','2021-01-12 12:35:22','2021-01-12 07:35:22'),
(59473,23988,'action started via WP Cron','2021-01-12 12:36:36','2021-01-12 07:36:36'),
(59474,23988,'action complete via WP Cron','2021-01-12 12:36:36','2021-01-12 07:36:36'),
(59475,23989,'action created','2021-01-12 12:36:36','2021-01-12 07:36:36'),
(59476,23989,'action started via WP Cron','2021-01-12 12:38:05','2021-01-12 07:38:05'),
(59477,23989,'action complete via WP Cron','2021-01-12 12:38:05','2021-01-12 07:38:05'),
(59478,23990,'action created','2021-01-12 12:38:05','2021-01-12 07:38:05'),
(59479,23990,'action started via WP Cron','2021-01-12 12:39:34','2021-01-12 07:39:34'),
(59480,23990,'action complete via WP Cron','2021-01-12 12:39:34','2021-01-12 07:39:34'),
(59481,23991,'action created','2021-01-12 12:39:34','2021-01-12 07:39:34'),
(59482,23991,'action started via WP Cron','2021-01-12 12:41:14','2021-01-12 07:41:14'),
(59483,23991,'action complete via WP Cron','2021-01-12 12:41:14','2021-01-12 07:41:14'),
(59484,23992,'action created','2021-01-12 12:41:14','2021-01-12 07:41:14'),
(59485,23992,'action started via WP Cron','2021-01-12 12:42:48','2021-01-12 07:42:48'),
(59486,23992,'action complete via WP Cron','2021-01-12 12:42:48','2021-01-12 07:42:48'),
(59487,23993,'action created','2021-01-12 12:42:49','2021-01-12 07:42:49'),
(59488,23993,'action started via WP Cron','2021-01-12 12:43:56','2021-01-12 07:43:56'),
(59489,23993,'action complete via WP Cron','2021-01-12 12:43:56','2021-01-12 07:43:56'),
(59490,23994,'action created','2021-01-12 12:43:56','2021-01-12 07:43:56'),
(59491,23994,'action started via WP Cron','2021-01-12 12:44:51','2021-01-12 07:44:51'),
(59492,23994,'action complete via WP Cron','2021-01-12 12:44:51','2021-01-12 07:44:51'),
(59493,23995,'action created','2021-01-12 12:44:51','2021-01-12 07:44:51'),
(59494,23995,'action started via WP Cron','2021-01-12 12:45:20','2021-01-12 07:45:20'),
(59495,23995,'action complete via WP Cron','2021-01-12 12:45:20','2021-01-12 07:45:20'),
(59496,23996,'action created','2021-01-12 12:45:20','2021-01-12 07:45:20'),
(59497,23996,'action started via WP Cron','2021-01-12 12:46:56','2021-01-12 07:46:56'),
(59498,23996,'action complete via WP Cron','2021-01-12 12:46:56','2021-01-12 07:46:56'),
(59499,23997,'action created','2021-01-12 12:46:56','2021-01-12 07:46:56'),
(59500,23997,'action started via WP Cron','2021-01-12 12:47:34','2021-01-12 07:47:34'),
(59501,23997,'action complete via WP Cron','2021-01-12 12:47:34','2021-01-12 07:47:34'),
(59502,23998,'action created','2021-01-12 12:47:34','2021-01-12 07:47:34'),
(59503,23998,'action started via WP Cron','2021-01-12 12:48:52','2021-01-12 07:48:52'),
(59504,23998,'action complete via WP Cron','2021-01-12 12:48:52','2021-01-12 07:48:52'),
(59505,23999,'action created','2021-01-12 12:48:52','2021-01-12 07:48:52'),
(59506,23999,'action started via WP Cron','2021-01-12 12:49:55','2021-01-12 07:49:55'),
(59507,23999,'action complete via WP Cron','2021-01-12 12:49:55','2021-01-12 07:49:55'),
(59508,24000,'action created','2021-01-12 12:49:55','2021-01-12 07:49:55'),
(59509,24000,'action started via WP Cron','2021-01-12 12:50:34','2021-01-12 07:50:34'),
(59510,24000,'action complete via WP Cron','2021-01-12 12:50:34','2021-01-12 07:50:34'),
(59511,24001,'action created','2021-01-12 12:50:34','2021-01-12 07:50:34'),
(59512,24001,'action started via WP Cron','2021-01-12 12:51:12','2021-01-12 07:51:12'),
(59513,24001,'action complete via WP Cron','2021-01-12 12:51:12','2021-01-12 07:51:12'),
(59514,24002,'action created','2021-01-12 12:51:12','2021-01-12 07:51:12'),
(59515,24002,'action started via WP Cron','2021-01-12 12:54:21','2021-01-12 07:54:21'),
(59516,24002,'action complete via WP Cron','2021-01-12 12:54:21','2021-01-12 07:54:21'),
(59517,24003,'action created','2021-01-12 12:54:21','2021-01-12 07:54:21'),
(59518,24003,'action started via WP Cron','2021-01-12 12:55:43','2021-01-12 07:55:43'),
(59519,24003,'action complete via WP Cron','2021-01-12 12:55:43','2021-01-12 07:55:43'),
(59520,24004,'action created','2021-01-12 12:55:43','2021-01-12 07:55:43'),
(59521,24004,'action started via WP Cron','2021-01-12 12:57:12','2021-01-12 07:57:12'),
(59522,24004,'action complete via WP Cron','2021-01-12 12:57:12','2021-01-12 07:57:12'),
(59523,24005,'action created','2021-01-12 12:57:12','2021-01-12 07:57:12'),
(59524,24005,'action started via WP Cron','2021-01-12 12:58:48','2021-01-12 07:58:48'),
(59525,24005,'action complete via WP Cron','2021-01-12 12:58:48','2021-01-12 07:58:48'),
(59526,24006,'action created','2021-01-12 12:58:48','2021-01-12 07:58:48'),
(59527,24006,'action started via WP Cron','2021-01-12 12:59:56','2021-01-12 07:59:56'),
(59528,24006,'action complete via WP Cron','2021-01-12 12:59:56','2021-01-12 07:59:56'),
(59529,22843,'action started via WP Cron','2021-01-12 12:59:56','2021-01-12 07:59:56'),
(59530,22843,'action complete via WP Cron','2021-01-12 12:59:56','2021-01-12 07:59:56'),
(59531,24007,'action created','2021-01-12 12:59:56','2021-01-12 07:59:56'),
(59532,24008,'action created','2021-01-12 12:59:56','2021-01-12 07:59:56'),
(59533,24008,'action started via WP Cron','2021-01-12 13:00:12','2021-01-12 08:00:12'),
(59534,24008,'action complete via WP Cron','2021-01-12 13:00:12','2021-01-12 08:00:12'),
(59535,24009,'action created','2021-01-12 13:00:12','2021-01-12 08:00:12'),
(59536,24009,'action started via WP Cron','2021-01-12 13:01:48','2021-01-12 08:01:48'),
(59537,24009,'action complete via WP Cron','2021-01-12 13:01:48','2021-01-12 08:01:48'),
(59538,24010,'action created','2021-01-12 13:01:48','2021-01-12 08:01:48'),
(59539,24010,'action started via WP Cron','2021-01-12 13:02:36','2021-01-12 08:02:36'),
(59540,24010,'action complete via WP Cron','2021-01-12 13:02:36','2021-01-12 08:02:36'),
(59541,24011,'action created','2021-01-12 13:02:36','2021-01-12 08:02:36'),
(59542,24011,'action started via WP Cron','2021-01-12 13:03:41','2021-01-12 08:03:41'),
(59543,24011,'action complete via WP Cron','2021-01-12 13:03:41','2021-01-12 08:03:41'),
(59544,24012,'action created','2021-01-12 13:03:41','2021-01-12 08:03:41'),
(59545,24012,'action started via WP Cron','2021-01-12 13:04:30','2021-01-12 08:04:30'),
(59546,24012,'action complete via WP Cron','2021-01-12 13:04:30','2021-01-12 08:04:30'),
(59547,24013,'action created','2021-01-12 13:04:30','2021-01-12 08:04:30'),
(59548,24013,'action started via WP Cron','2021-01-12 13:06:10','2021-01-12 08:06:10'),
(59549,24013,'action complete via WP Cron','2021-01-12 13:06:10','2021-01-12 08:06:10'),
(59550,24014,'action created','2021-01-12 13:06:10','2021-01-12 08:06:10'),
(59551,24014,'action started via WP Cron','2021-01-12 13:11:52','2021-01-12 08:11:52'),
(59552,24014,'action complete via WP Cron','2021-01-12 13:11:52','2021-01-12 08:11:52'),
(59553,24015,'action created','2021-01-12 13:11:52','2021-01-12 08:11:52'),
(59554,24015,'action started via WP Cron','2021-01-12 13:12:52','2021-01-12 08:12:52'),
(59555,24015,'action complete via WP Cron','2021-01-12 13:12:52','2021-01-12 08:12:52'),
(59556,24016,'action created','2021-01-12 13:12:52','2021-01-12 08:12:52'),
(59557,24016,'action started via WP Cron','2021-01-12 13:16:11','2021-01-12 08:16:11'),
(59558,24016,'action complete via WP Cron','2021-01-12 13:16:11','2021-01-12 08:16:11'),
(59559,24017,'action created','2021-01-12 13:16:12','2021-01-12 08:16:12'),
(59560,24017,'action started via WP Cron','2021-01-12 13:18:41','2021-01-12 08:18:41'),
(59561,24017,'action complete via WP Cron','2021-01-12 13:18:41','2021-01-12 08:18:41'),
(59562,24018,'action created','2021-01-12 13:19:35','2021-01-12 08:19:35'),
(59563,24018,'action started via WP Cron','2021-01-12 13:20:55','2021-01-12 08:20:55'),
(59564,24018,'action complete via WP Cron','2021-01-12 13:20:55','2021-01-12 08:20:55'),
(59565,24019,'action created','2021-01-12 13:20:56','2021-01-12 08:20:56'),
(59566,24019,'action started via WP Cron','2021-01-12 13:21:11','2021-01-12 08:21:11'),
(59567,24019,'action complete via WP Cron','2021-01-12 13:21:11','2021-01-12 08:21:11'),
(59568,24020,'action created','2021-01-12 13:21:11','2021-01-12 08:21:11'),
(59569,24020,'action started via WP Cron','2021-01-12 13:22:13','2021-01-12 08:22:13'),
(59570,24020,'action complete via WP Cron','2021-01-12 13:22:13','2021-01-12 08:22:13'),
(59571,24021,'action created','2021-01-12 13:22:13','2021-01-12 08:22:13'),
(59572,24021,'action started via WP Cron','2021-01-12 13:23:35','2021-01-12 08:23:35'),
(59573,24021,'action complete via WP Cron','2021-01-12 13:23:35','2021-01-12 08:23:35'),
(59574,24022,'action created','2021-01-12 13:23:35','2021-01-12 08:23:35'),
(59575,24022,'action started via WP Cron','2021-01-12 13:24:24','2021-01-12 08:24:24'),
(59576,24022,'action complete via WP Cron','2021-01-12 13:24:24','2021-01-12 08:24:24'),
(59577,24023,'action created','2021-01-12 13:24:24','2021-01-12 08:24:24'),
(59578,24023,'action started via WP Cron','2021-01-12 13:26:46','2021-01-12 08:26:46'),
(59579,24023,'action complete via WP Cron','2021-01-12 13:26:46','2021-01-12 08:26:46'),
(59580,24024,'action created','2021-01-12 13:26:46','2021-01-12 08:26:46'),
(59581,24024,'action started via WP Cron','2021-01-12 13:28:09','2021-01-12 08:28:09'),
(59582,24024,'action complete via WP Cron','2021-01-12 13:28:09','2021-01-12 08:28:09'),
(59583,24025,'action created','2021-01-12 13:28:10','2021-01-12 08:28:10'),
(59584,24025,'action started via WP Cron','2021-01-12 13:29:49','2021-01-12 08:29:49'),
(59585,24025,'action complete via WP Cron','2021-01-12 13:29:49','2021-01-12 08:29:49'),
(59586,24026,'action created','2021-01-12 13:29:49','2021-01-12 08:29:49'),
(59587,24026,'action started via WP Cron','2021-01-12 13:30:19','2021-01-12 08:30:19'),
(59588,24026,'action complete via WP Cron','2021-01-12 13:30:19','2021-01-12 08:30:19'),
(59589,24027,'action created','2021-01-12 13:30:19','2021-01-12 08:30:19'),
(59590,24027,'action started via WP Cron','2021-01-12 13:31:12','2021-01-12 08:31:12'),
(59591,24027,'action complete via WP Cron','2021-01-12 13:31:12','2021-01-12 08:31:12'),
(59592,24028,'action created','2021-01-12 13:31:12','2021-01-12 08:31:12'),
(59593,24028,'action started via WP Cron','2021-01-12 13:32:48','2021-01-12 08:32:48'),
(59594,24028,'action complete via WP Cron','2021-01-12 13:32:48','2021-01-12 08:32:48'),
(59595,24029,'action created','2021-01-12 13:32:48','2021-01-12 08:32:48'),
(59596,24029,'action started via WP Cron','2021-01-12 13:33:21','2021-01-12 08:33:21'),
(59597,24029,'action complete via WP Cron','2021-01-12 13:33:21','2021-01-12 08:33:21'),
(59598,24030,'action created','2021-01-12 13:33:22','2021-01-12 08:33:22'),
(59599,24030,'action started via WP Cron','2021-01-12 13:34:26','2021-01-12 08:34:26'),
(59600,24030,'action complete via WP Cron','2021-01-12 13:34:26','2021-01-12 08:34:26'),
(59601,24031,'action created','2021-01-12 13:34:26','2021-01-12 08:34:26'),
(59602,24031,'action started via WP Cron','2021-01-12 13:35:27','2021-01-12 08:35:27'),
(59603,24031,'action complete via WP Cron','2021-01-12 13:35:27','2021-01-12 08:35:27'),
(59604,24032,'action created','2021-01-12 13:35:27','2021-01-12 08:35:27'),
(59605,24032,'action started via WP Cron','2021-01-12 13:36:22','2021-01-12 08:36:22'),
(59606,24032,'action complete via WP Cron','2021-01-12 13:36:22','2021-01-12 08:36:22'),
(59607,24033,'action created','2021-01-12 13:36:22','2021-01-12 08:36:22'),
(59608,24033,'action started via WP Cron','2021-01-12 13:37:22','2021-01-12 08:37:22'),
(59609,24033,'action complete via WP Cron','2021-01-12 13:37:22','2021-01-12 08:37:22'),
(59610,24034,'action created','2021-01-12 13:37:22','2021-01-12 08:37:22'),
(59611,24034,'action started via WP Cron','2021-01-12 13:38:27','2021-01-12 08:38:27'),
(59612,24034,'action complete via WP Cron','2021-01-12 13:38:27','2021-01-12 08:38:27'),
(59613,24035,'action created','2021-01-12 13:38:27','2021-01-12 08:38:27'),
(59614,24035,'action started via WP Cron','2021-01-12 13:39:41','2021-01-12 08:39:41'),
(59615,24035,'action complete via WP Cron','2021-01-12 13:39:41','2021-01-12 08:39:41'),
(59616,24036,'action created','2021-01-12 13:39:41','2021-01-12 08:39:41'),
(59617,24036,'action started via WP Cron','2021-01-12 13:40:13','2021-01-12 08:40:13'),
(59618,24036,'action complete via WP Cron','2021-01-12 13:40:13','2021-01-12 08:40:13'),
(59619,24037,'action created','2021-01-12 13:40:13','2021-01-12 08:40:13'),
(59620,24037,'action started via WP Cron','2021-01-12 13:41:11','2021-01-12 08:41:11'),
(59621,24037,'action complete via WP Cron','2021-01-12 13:41:11','2021-01-12 08:41:11'),
(59622,24038,'action created','2021-01-12 13:41:11','2021-01-12 08:41:11'),
(59623,24038,'action started via WP Cron','2021-01-12 13:42:50','2021-01-12 08:42:50'),
(59624,24038,'action complete via WP Cron','2021-01-12 13:42:50','2021-01-12 08:42:50'),
(59625,24039,'action created','2021-01-12 13:42:50','2021-01-12 08:42:50'),
(59626,24039,'action started via WP Cron','2021-01-12 13:43:21','2021-01-12 08:43:21'),
(59627,24039,'action complete via WP Cron','2021-01-12 13:43:21','2021-01-12 08:43:21'),
(59628,24040,'action created','2021-01-12 13:43:21','2021-01-12 08:43:21'),
(59629,24040,'action started via WP Cron','2021-01-12 13:44:56','2021-01-12 08:44:56'),
(59630,24040,'action complete via WP Cron','2021-01-12 13:44:56','2021-01-12 08:44:56'),
(59631,24041,'action created','2021-01-12 13:44:56','2021-01-12 08:44:56'),
(59632,24041,'action started via WP Cron','2021-01-12 13:45:54','2021-01-12 08:45:54'),
(59633,24041,'action complete via WP Cron','2021-01-12 13:45:54','2021-01-12 08:45:54'),
(59634,24042,'action created','2021-01-12 13:45:54','2021-01-12 08:45:54'),
(59635,24042,'action started via WP Cron','2021-01-12 13:47:29','2021-01-12 08:47:29'),
(59636,24042,'action complete via WP Cron','2021-01-12 13:47:29','2021-01-12 08:47:29'),
(59637,24043,'action created','2021-01-12 13:47:29','2021-01-12 08:47:29'),
(59638,24043,'action started via WP Cron','2021-01-12 13:49:25','2021-01-12 08:49:25'),
(59639,24043,'action complete via WP Cron','2021-01-12 13:49:25','2021-01-12 08:49:25'),
(59640,24044,'action created','2021-01-12 13:49:25','2021-01-12 08:49:25'),
(59641,24044,'action started via WP Cron','2021-01-12 13:50:17','2021-01-12 08:50:17'),
(59642,24044,'action complete via WP Cron','2021-01-12 13:50:17','2021-01-12 08:50:17'),
(59643,24045,'action created','2021-01-12 13:50:17','2021-01-12 08:50:17'),
(59644,24045,'action started via WP Cron','2021-01-12 13:51:15','2021-01-12 08:51:15'),
(59645,24045,'action complete via WP Cron','2021-01-12 13:51:15','2021-01-12 08:51:15'),
(59646,24046,'action created','2021-01-12 13:51:15','2021-01-12 08:51:15'),
(59647,24046,'action started via WP Cron','2021-01-12 13:54:05','2021-01-12 08:54:05'),
(59648,24046,'action complete via WP Cron','2021-01-12 13:54:05','2021-01-12 08:54:05'),
(59649,24047,'action created','2021-01-12 13:54:05','2021-01-12 08:54:05'),
(59650,24047,'action started via WP Cron','2021-01-12 13:55:13','2021-01-12 08:55:13'),
(59651,24047,'action complete via WP Cron','2021-01-12 13:55:13','2021-01-12 08:55:13'),
(59652,24048,'action created','2021-01-12 13:55:13','2021-01-12 08:55:13'),
(59653,24048,'action started via WP Cron','2021-01-12 13:56:22','2021-01-12 08:56:22'),
(59654,24048,'action complete via WP Cron','2021-01-12 13:56:22','2021-01-12 08:56:22'),
(59655,24049,'action created','2021-01-12 13:56:22','2021-01-12 08:56:22'),
(59656,24049,'action started via WP Cron','2021-01-12 13:57:34','2021-01-12 08:57:34'),
(59657,24049,'action complete via WP Cron','2021-01-12 13:57:34','2021-01-12 08:57:34'),
(59658,24050,'action created','2021-01-12 13:57:34','2021-01-12 08:57:34'),
(59659,24050,'action started via WP Cron','2021-01-12 14:00:03','2021-01-12 09:00:03'),
(59660,24050,'action complete via WP Cron','2021-01-12 14:00:03','2021-01-12 09:00:03'),
(59661,24051,'action created','2021-01-12 14:01:54','2021-01-12 09:01:54'),
(59662,24051,'action started via WP Cron','2021-01-12 14:02:15','2021-01-12 09:02:15'),
(59663,24051,'action complete via WP Cron','2021-01-12 14:02:15','2021-01-12 09:02:15'),
(59664,24052,'action created','2021-01-12 14:02:15','2021-01-12 09:02:15'),
(59665,24052,'action started via WP Cron','2021-01-12 14:03:14','2021-01-12 09:03:14'),
(59666,24052,'action complete via WP Cron','2021-01-12 14:03:14','2021-01-12 09:03:14'),
(59667,24053,'action created','2021-01-12 14:03:14','2021-01-12 09:03:14'),
(59668,24053,'action started via Async Request','2021-01-12 14:03:48','2021-01-12 09:03:48'),
(59669,24053,'action complete via Async Request','2021-01-12 14:03:48','2021-01-12 09:03:48'),
(59670,24054,'action created','2021-01-12 14:03:54','2021-01-12 09:03:54'),
(59671,24054,'action started via WP Cron','2021-01-12 14:04:21','2021-01-12 09:04:21'),
(59672,24054,'action complete via WP Cron','2021-01-12 14:04:21','2021-01-12 09:04:21'),
(59673,24055,'action created','2021-01-12 14:04:21','2021-01-12 09:04:21'),
(59674,24055,'action started via WP Cron','2021-01-12 14:05:25','2021-01-12 09:05:25'),
(59675,24055,'action complete via WP Cron','2021-01-12 14:05:25','2021-01-12 09:05:25'),
(59676,24056,'action created','2021-01-12 14:05:25','2021-01-12 09:05:25'),
(59677,24056,'action started via WP Cron','2021-01-12 14:06:41','2021-01-12 09:06:41'),
(59678,24056,'action complete via WP Cron','2021-01-12 14:06:41','2021-01-12 09:06:41'),
(59679,24057,'action created','2021-01-12 14:06:41','2021-01-12 09:06:41'),
(59680,24057,'action started via WP Cron','2021-01-12 14:07:20','2021-01-12 09:07:20'),
(59681,24057,'action complete via WP Cron','2021-01-12 14:07:20','2021-01-12 09:07:20'),
(59682,24058,'action created','2021-01-12 14:07:20','2021-01-12 09:07:20'),
(59683,24058,'action started via WP Cron','2021-01-12 14:08:50','2021-01-12 09:08:50'),
(59684,24058,'action complete via WP Cron','2021-01-12 14:08:50','2021-01-12 09:08:50'),
(59685,24059,'action created','2021-01-12 14:08:50','2021-01-12 09:08:50'),
(59686,24059,'action started via WP Cron','2021-01-12 14:10:59','2021-01-12 09:10:59'),
(59687,24059,'action complete via WP Cron','2021-01-12 14:10:59','2021-01-12 09:10:59'),
(59688,24060,'action created','2021-01-12 14:10:59','2021-01-12 09:10:59'),
(59689,24060,'action started via WP Cron','2021-01-12 14:12:02','2021-01-12 09:12:02'),
(59690,24060,'action complete via WP Cron','2021-01-12 14:12:02','2021-01-12 09:12:02'),
(59691,24061,'action created','2021-01-12 14:12:02','2021-01-12 09:12:02'),
(59692,24061,'action started via WP Cron','2021-01-12 14:14:26','2021-01-12 09:14:26'),
(59693,24061,'action complete via WP Cron','2021-01-12 14:14:26','2021-01-12 09:14:26'),
(59694,24062,'action created','2021-01-12 14:14:26','2021-01-12 09:14:26'),
(59695,24062,'action started via WP Cron','2021-01-12 14:15:34','2021-01-12 09:15:34'),
(59696,24062,'action complete via WP Cron','2021-01-12 14:15:34','2021-01-12 09:15:34'),
(59697,24063,'action created','2021-01-12 14:15:34','2021-01-12 09:15:34'),
(59698,24063,'action started via WP Cron','2021-01-12 14:16:49','2021-01-12 09:16:49'),
(59699,24063,'action complete via WP Cron','2021-01-12 14:16:49','2021-01-12 09:16:49'),
(59700,24064,'action created','2021-01-12 14:16:49','2021-01-12 09:16:49'),
(59701,24064,'action started via WP Cron','2021-01-12 14:19:23','2021-01-12 09:19:23'),
(59702,24064,'action complete via WP Cron','2021-01-12 14:19:23','2021-01-12 09:19:23'),
(59703,24065,'action created','2021-01-12 14:19:24','2021-01-12 09:19:24'),
(59704,24065,'action started via WP Cron','2021-01-12 14:20:21','2021-01-12 09:20:21'),
(59705,24065,'action complete via WP Cron','2021-01-12 14:20:21','2021-01-12 09:20:21'),
(59706,24066,'action created','2021-01-12 14:20:21','2021-01-12 09:20:21'),
(59707,24066,'action started via WP Cron','2021-01-12 14:21:24','2021-01-12 09:21:24'),
(59708,24066,'action complete via WP Cron','2021-01-12 14:21:24','2021-01-12 09:21:24'),
(59709,24067,'action created','2021-01-12 14:21:25','2021-01-12 09:21:25'),
(59710,24067,'action started via WP Cron','2021-01-12 14:22:24','2021-01-12 09:22:24'),
(59711,24067,'action complete via WP Cron','2021-01-12 14:22:24','2021-01-12 09:22:24'),
(59712,24068,'action created','2021-01-12 14:22:24','2021-01-12 09:22:24'),
(59713,24068,'action started via WP Cron','2021-01-12 14:23:40','2021-01-12 09:23:40'),
(59714,24068,'action complete via WP Cron','2021-01-12 14:23:40','2021-01-12 09:23:40'),
(59715,24069,'action created','2021-01-12 14:23:40','2021-01-12 09:23:40'),
(59716,24069,'action started via WP Cron','2021-01-12 14:24:27','2021-01-12 09:24:27'),
(59717,24069,'action complete via WP Cron','2021-01-12 14:24:27','2021-01-12 09:24:27'),
(59718,24070,'action created','2021-01-12 14:24:27','2021-01-12 09:24:27'),
(59719,24070,'action started via WP Cron','2021-01-12 14:25:19','2021-01-12 09:25:19'),
(59720,24070,'action complete via WP Cron','2021-01-12 14:25:19','2021-01-12 09:25:19'),
(59721,24071,'action created','2021-01-12 14:25:19','2021-01-12 09:25:19'),
(59722,24071,'action started via WP Cron','2021-01-12 14:26:46','2021-01-12 09:26:46'),
(59723,24071,'action complete via WP Cron','2021-01-12 14:26:46','2021-01-12 09:26:46'),
(59724,24072,'action created','2021-01-12 14:26:46','2021-01-12 09:26:46'),
(59725,24072,'action started via WP Cron','2021-01-12 14:27:14','2021-01-12 09:27:14'),
(59726,24072,'action complete via WP Cron','2021-01-12 14:27:14','2021-01-12 09:27:14'),
(59727,24073,'action created','2021-01-12 14:27:14','2021-01-12 09:27:14'),
(59728,24073,'action started via WP Cron','2021-01-12 14:28:23','2021-01-12 09:28:23'),
(59729,24073,'action complete via WP Cron','2021-01-12 14:28:24','2021-01-12 09:28:24'),
(59730,24074,'action created','2021-01-12 14:28:24','2021-01-12 09:28:24'),
(59731,24074,'action started via WP Cron','2021-01-12 14:29:12','2021-01-12 09:29:12'),
(59732,24074,'action complete via WP Cron','2021-01-12 14:29:12','2021-01-12 09:29:12'),
(59733,24075,'action created','2021-01-12 14:29:12','2021-01-12 09:29:12'),
(59734,24075,'action started via WP Cron','2021-01-12 14:32:51','2021-01-12 09:32:51'),
(59735,24075,'action complete via WP Cron','2021-01-12 14:32:51','2021-01-12 09:32:51'),
(59736,24076,'action created','2021-01-12 14:32:51','2021-01-12 09:32:51'),
(59737,24076,'action started via WP Cron','2021-01-12 14:34:19','2021-01-12 09:34:19'),
(59738,24076,'action complete via WP Cron','2021-01-12 14:34:19','2021-01-12 09:34:19'),
(59739,24077,'action created','2021-01-12 14:34:19','2021-01-12 09:34:19'),
(59740,24077,'action started via WP Cron','2021-01-12 14:35:12','2021-01-12 09:35:12'),
(59741,24077,'action complete via WP Cron','2021-01-12 14:35:12','2021-01-12 09:35:12'),
(59742,24078,'action created','2021-01-12 14:35:12','2021-01-12 09:35:12'),
(59743,24078,'action started via WP Cron','2021-01-12 14:36:35','2021-01-12 09:36:35'),
(59744,24078,'action complete via WP Cron','2021-01-12 14:36:35','2021-01-12 09:36:35'),
(59745,24079,'action created','2021-01-12 14:36:35','2021-01-12 09:36:35'),
(59746,24079,'action started via WP Cron','2021-01-12 14:38:59','2021-01-12 09:38:59'),
(59747,24079,'action complete via WP Cron','2021-01-12 14:38:59','2021-01-12 09:38:59'),
(59748,24080,'action created','2021-01-12 14:38:59','2021-01-12 09:38:59'),
(59749,24080,'action started via WP Cron','2021-01-12 14:40:12','2021-01-12 09:40:12'),
(59750,24080,'action complete via WP Cron','2021-01-12 14:40:13','2021-01-12 09:40:13'),
(59751,24081,'action created','2021-01-12 14:40:13','2021-01-12 09:40:13'),
(59752,24081,'action started via WP Cron','2021-01-12 14:41:25','2021-01-12 09:41:25'),
(59753,24081,'action complete via WP Cron','2021-01-12 14:41:25','2021-01-12 09:41:25'),
(59754,24082,'action created','2021-01-12 14:41:25','2021-01-12 09:41:25'),
(59755,24082,'action started via WP Cron','2021-01-12 14:42:13','2021-01-12 09:42:13'),
(59756,24082,'action complete via WP Cron','2021-01-12 14:42:13','2021-01-12 09:42:13'),
(59757,24083,'action created','2021-01-12 14:42:13','2021-01-12 09:42:13'),
(59758,24083,'action started via WP Cron','2021-01-12 14:43:25','2021-01-12 09:43:25'),
(59759,24083,'action complete via WP Cron','2021-01-12 14:43:25','2021-01-12 09:43:25'),
(59760,24084,'action created','2021-01-12 14:43:26','2021-01-12 09:43:26'),
(59761,24084,'action started via WP Cron','2021-01-12 14:44:49','2021-01-12 09:44:49'),
(59762,24084,'action complete via WP Cron','2021-01-12 14:44:49','2021-01-12 09:44:49'),
(59763,24085,'action created','2021-01-12 14:44:49','2021-01-12 09:44:49'),
(59764,24085,'action started via WP Cron','2021-01-12 14:46:23','2021-01-12 09:46:23'),
(59765,24085,'action complete via WP Cron','2021-01-12 14:46:23','2021-01-12 09:46:23'),
(59766,24086,'action created','2021-01-12 14:46:23','2021-01-12 09:46:23'),
(59767,24086,'action started via WP Cron','2021-01-12 14:47:28','2021-01-12 09:47:28'),
(59768,24086,'action complete via WP Cron','2021-01-12 14:47:28','2021-01-12 09:47:28'),
(59769,24087,'action created','2021-01-12 14:47:28','2021-01-12 09:47:28'),
(59770,24087,'action started via WP Cron','2021-01-12 14:50:24','2021-01-12 09:50:24'),
(59771,24087,'action complete via WP Cron','2021-01-12 14:50:24','2021-01-12 09:50:24'),
(59772,24088,'action created','2021-01-12 14:50:24','2021-01-12 09:50:24'),
(59773,24088,'action started via WP Cron','2021-01-12 14:51:42','2021-01-12 09:51:42'),
(59774,24088,'action complete via WP Cron','2021-01-12 14:51:42','2021-01-12 09:51:42'),
(59775,24089,'action created','2021-01-12 14:51:42','2021-01-12 09:51:42'),
(59776,24089,'action started via WP Cron','2021-01-12 14:52:20','2021-01-12 09:52:20'),
(59777,24089,'action complete via WP Cron','2021-01-12 14:52:20','2021-01-12 09:52:20'),
(59778,24090,'action created','2021-01-12 14:52:20','2021-01-12 09:52:20'),
(59779,24090,'action started via WP Cron','2021-01-12 14:53:48','2021-01-12 09:53:48'),
(59780,24090,'action complete via WP Cron','2021-01-12 14:53:48','2021-01-12 09:53:48'),
(59781,24091,'action created','2021-01-12 14:53:48','2021-01-12 09:53:48'),
(59782,24091,'action started via WP Cron','2021-01-12 14:54:45','2021-01-12 09:54:45'),
(59783,24091,'action complete via WP Cron','2021-01-12 14:54:45','2021-01-12 09:54:45'),
(59784,24092,'action created','2021-01-12 14:54:45','2021-01-12 09:54:45'),
(59785,24092,'action started via WP Cron','2021-01-12 14:55:47','2021-01-12 09:55:47'),
(59786,24092,'action complete via WP Cron','2021-01-12 14:55:47','2021-01-12 09:55:47'),
(59787,24093,'action created','2021-01-12 14:55:47','2021-01-12 09:55:47'),
(59788,24093,'action started via WP Cron','2021-01-12 14:56:38','2021-01-12 09:56:38'),
(59789,24093,'action complete via WP Cron','2021-01-12 14:56:38','2021-01-12 09:56:38'),
(59790,24094,'action created','2021-01-12 14:56:38','2021-01-12 09:56:38'),
(59791,24094,'action started via WP Cron','2021-01-12 14:57:15','2021-01-12 09:57:15'),
(59792,24094,'action complete via WP Cron','2021-01-12 14:57:15','2021-01-12 09:57:15'),
(59793,24095,'action created','2021-01-12 14:57:15','2021-01-12 09:57:15'),
(59794,24095,'action started via WP Cron','2021-01-12 14:58:32','2021-01-12 09:58:32'),
(59795,24095,'action complete via WP Cron','2021-01-12 14:58:32','2021-01-12 09:58:32'),
(59796,24096,'action created','2021-01-12 14:58:32','2021-01-12 09:58:32'),
(59797,24096,'action started via WP Cron','2021-01-12 14:59:21','2021-01-12 09:59:21'),
(59798,24096,'action complete via WP Cron','2021-01-12 14:59:21','2021-01-12 09:59:21'),
(59799,24097,'action created','2021-01-12 14:59:21','2021-01-12 09:59:21'),
(59800,24097,'action started via WP Cron','2021-01-12 15:00:12','2021-01-12 10:00:12'),
(59801,24097,'action complete via WP Cron','2021-01-12 15:00:12','2021-01-12 10:00:12'),
(59802,24098,'action created','2021-01-12 15:00:12','2021-01-12 10:00:12'),
(59803,24098,'action started via WP Cron','2021-01-12 15:01:25','2021-01-12 10:01:25'),
(59804,24098,'action complete via WP Cron','2021-01-12 15:01:25','2021-01-12 10:01:25'),
(59805,24099,'action created','2021-01-12 15:01:25','2021-01-12 10:01:25'),
(59806,24099,'action started via WP Cron','2021-01-12 15:02:37','2021-01-12 10:02:37'),
(59807,24099,'action complete via WP Cron','2021-01-12 15:02:37','2021-01-12 10:02:37'),
(59808,24100,'action created','2021-01-12 15:02:37','2021-01-12 10:02:37'),
(59809,24100,'action started via WP Cron','2021-01-12 15:03:48','2021-01-12 10:03:48'),
(59810,24100,'action complete via WP Cron','2021-01-12 15:03:48','2021-01-12 10:03:48'),
(59811,24101,'action created','2021-01-12 15:03:48','2021-01-12 10:03:48'),
(59812,24101,'action started via WP Cron','2021-01-12 15:05:01','2021-01-12 10:05:01'),
(59813,24101,'action complete via WP Cron','2021-01-12 15:05:01','2021-01-12 10:05:01'),
(59814,24102,'action created','2021-01-12 15:05:02','2021-01-12 10:05:02'),
(59815,24102,'action started via WP Cron','2021-01-12 15:05:17','2021-01-12 10:05:17'),
(59816,24102,'action complete via WP Cron','2021-01-12 15:05:17','2021-01-12 10:05:17'),
(59817,24103,'action created','2021-01-12 15:05:17','2021-01-12 10:05:17'),
(59818,24103,'action started via WP Cron','2021-01-12 15:06:21','2021-01-12 10:06:21'),
(59819,24103,'action complete via WP Cron','2021-01-12 15:06:21','2021-01-12 10:06:21'),
(59820,24104,'action created','2021-01-12 15:06:21','2021-01-12 10:06:21'),
(59821,24104,'action started via WP Cron','2021-01-12 15:08:25','2021-01-12 10:08:25'),
(59822,24104,'action complete via WP Cron','2021-01-12 15:08:25','2021-01-12 10:08:25'),
(59823,24105,'action created','2021-01-12 15:08:25','2021-01-12 10:08:25'),
(59824,24105,'action started via WP Cron','2021-01-12 15:09:11','2021-01-12 10:09:11'),
(59825,24105,'action complete via WP Cron','2021-01-12 15:09:11','2021-01-12 10:09:11'),
(59826,24106,'action created','2021-01-12 15:09:12','2021-01-12 10:09:12'),
(59827,24106,'action started via WP Cron','2021-01-12 15:10:46','2021-01-12 10:10:46'),
(59828,24106,'action complete via WP Cron','2021-01-12 15:10:46','2021-01-12 10:10:46'),
(59829,24107,'action created','2021-01-12 15:10:46','2021-01-12 10:10:46'),
(59830,24107,'action started via WP Cron','2021-01-12 15:11:34','2021-01-12 10:11:34'),
(59831,24107,'action complete via WP Cron','2021-01-12 15:11:34','2021-01-12 10:11:34'),
(59832,24108,'action created','2021-01-12 15:11:34','2021-01-12 10:11:34'),
(59833,24108,'action started via WP Cron','2021-01-12 15:13:07','2021-01-12 10:13:07'),
(59834,24108,'action complete via WP Cron','2021-01-12 15:13:07','2021-01-12 10:13:07'),
(59835,24109,'action created','2021-01-12 15:13:07','2021-01-12 10:13:07'),
(59836,24109,'action started via WP Cron','2021-01-12 15:14:13','2021-01-12 10:14:13'),
(59837,24109,'action complete via WP Cron','2021-01-12 15:14:13','2021-01-12 10:14:13'),
(59838,24110,'action created','2021-01-12 15:14:14','2021-01-12 10:14:14'),
(59839,24110,'action started via WP Cron','2021-01-12 15:15:24','2021-01-12 10:15:24'),
(59840,24110,'action complete via WP Cron','2021-01-12 15:15:24','2021-01-12 10:15:24'),
(59841,24111,'action created','2021-01-12 15:15:24','2021-01-12 10:15:24'),
(59842,24111,'action started via WP Cron','2021-01-12 15:16:28','2021-01-12 10:16:28'),
(59843,24111,'action complete via WP Cron','2021-01-12 15:16:28','2021-01-12 10:16:28'),
(59844,24112,'action created','2021-01-12 15:16:28','2021-01-12 10:16:28'),
(59845,24112,'action started via WP Cron','2021-01-12 15:17:19','2021-01-12 10:17:19'),
(59846,24112,'action complete via WP Cron','2021-01-12 15:17:19','2021-01-12 10:17:19'),
(59847,24113,'action created','2021-01-12 15:17:19','2021-01-12 10:17:19'),
(59848,24113,'action started via WP Cron','2021-01-12 15:18:23','2021-01-12 10:18:23'),
(59849,24113,'action complete via WP Cron','2021-01-12 15:18:23','2021-01-12 10:18:23'),
(59850,24114,'action created','2021-01-12 15:18:23','2021-01-12 10:18:23'),
(59851,24114,'action started via WP Cron','2021-01-12 15:20:08','2021-01-12 10:20:08'),
(59852,24114,'action complete via WP Cron','2021-01-12 15:20:08','2021-01-12 10:20:08'),
(59853,24115,'action created','2021-01-12 15:20:08','2021-01-12 10:20:08'),
(59854,24115,'action started via WP Cron','2021-01-12 15:20:39','2021-01-12 10:20:39'),
(59855,24115,'action complete via WP Cron','2021-01-12 15:20:39','2021-01-12 10:20:39'),
(59856,24116,'action created','2021-01-12 15:20:39','2021-01-12 10:20:39'),
(59857,24116,'action started via WP Cron','2021-01-12 15:21:29','2021-01-12 10:21:29'),
(59858,24116,'action complete via WP Cron','2021-01-12 15:21:29','2021-01-12 10:21:29'),
(59859,24117,'action created','2021-01-12 15:21:29','2021-01-12 10:21:29'),
(59860,24117,'action started via WP Cron','2021-01-12 15:22:19','2021-01-12 10:22:19'),
(59861,24117,'action complete via WP Cron','2021-01-12 15:22:19','2021-01-12 10:22:19'),
(59862,24118,'action created','2021-01-12 15:22:19','2021-01-12 10:22:19'),
(59863,24118,'action started via WP Cron','2021-01-12 15:23:18','2021-01-12 10:23:18'),
(59864,24118,'action complete via WP Cron','2021-01-12 15:23:18','2021-01-12 10:23:18'),
(59865,24119,'action created','2021-01-12 15:23:18','2021-01-12 10:23:18'),
(59866,24119,'action started via WP Cron','2021-01-12 15:24:13','2021-01-12 10:24:13'),
(59867,24119,'action complete via WP Cron','2021-01-12 15:24:13','2021-01-12 10:24:13'),
(59868,24120,'action created','2021-01-12 15:24:14','2021-01-12 10:24:14'),
(59869,24120,'action started via WP Cron','2021-01-12 15:27:16','2021-01-12 10:27:16'),
(59870,24120,'action complete via WP Cron','2021-01-12 15:27:16','2021-01-12 10:27:16'),
(59871,24121,'action created','2021-01-12 15:27:16','2021-01-12 10:27:16'),
(59872,24121,'action started via WP Cron','2021-01-12 15:29:50','2021-01-12 10:29:50'),
(59873,24121,'action complete via WP Cron','2021-01-12 15:29:50','2021-01-12 10:29:50'),
(59874,24122,'action created','2021-01-12 15:29:50','2021-01-12 10:29:50'),
(59875,24122,'action started via WP Cron','2021-01-12 15:30:42','2021-01-12 10:30:42'),
(59876,24122,'action complete via WP Cron','2021-01-12 15:30:42','2021-01-12 10:30:42'),
(59877,24123,'action created','2021-01-12 15:30:42','2021-01-12 10:30:42'),
(59878,24123,'action started via WP Cron','2021-01-12 15:31:19','2021-01-12 10:31:19'),
(59879,24123,'action complete via WP Cron','2021-01-12 15:31:19','2021-01-12 10:31:19'),
(59880,24124,'action created','2021-01-12 15:31:19','2021-01-12 10:31:19'),
(59881,24124,'action started via WP Cron','2021-01-12 15:32:38','2021-01-12 10:32:38'),
(59882,24124,'action complete via WP Cron','2021-01-12 15:32:38','2021-01-12 10:32:38'),
(59883,24125,'action created','2021-01-12 15:32:38','2021-01-12 10:32:38'),
(59884,24125,'action started via WP Cron','2021-01-12 15:35:55','2021-01-12 10:35:55'),
(59885,24125,'action complete via WP Cron','2021-01-12 15:35:55','2021-01-12 10:35:55'),
(59886,24126,'action created','2021-01-12 15:35:55','2021-01-12 10:35:55'),
(59887,24126,'action started via WP Cron','2021-01-12 15:36:25','2021-01-12 10:36:25'),
(59888,24126,'action complete via WP Cron','2021-01-12 15:36:25','2021-01-12 10:36:25'),
(59889,24127,'action created','2021-01-12 15:36:25','2021-01-12 10:36:25'),
(59890,24127,'action started via WP Cron','2021-01-12 15:37:27','2021-01-12 10:37:27'),
(59891,24127,'action complete via WP Cron','2021-01-12 15:37:27','2021-01-12 10:37:27'),
(59892,24128,'action created','2021-01-12 15:37:27','2021-01-12 10:37:27'),
(59893,24128,'action started via WP Cron','2021-01-12 15:39:29','2021-01-12 10:39:29'),
(59894,24128,'action complete via WP Cron','2021-01-12 15:39:29','2021-01-12 10:39:29'),
(59895,24129,'action created','2021-01-12 15:39:29','2021-01-12 10:39:29'),
(59896,24129,'action started via WP Cron','2021-01-12 15:40:24','2021-01-12 10:40:24'),
(59897,24129,'action complete via WP Cron','2021-01-12 15:40:24','2021-01-12 10:40:24'),
(59898,24130,'action created','2021-01-12 15:40:24','2021-01-12 10:40:24'),
(59899,24130,'action started via WP Cron','2021-01-12 15:41:46','2021-01-12 10:41:46'),
(59900,24130,'action complete via WP Cron','2021-01-12 15:41:46','2021-01-12 10:41:46'),
(59901,24131,'action created','2021-01-12 15:41:46','2021-01-12 10:41:46'),
(59902,24131,'action started via WP Cron','2021-01-12 15:42:49','2021-01-12 10:42:49'),
(59903,24131,'action complete via WP Cron','2021-01-12 15:42:49','2021-01-12 10:42:49'),
(59904,24132,'action created','2021-01-12 15:42:49','2021-01-12 10:42:49'),
(59905,24132,'action started via WP Cron','2021-01-12 15:43:56','2021-01-12 10:43:56'),
(59906,24132,'action complete via WP Cron','2021-01-12 15:43:56','2021-01-12 10:43:56'),
(59907,24133,'action created','2021-01-12 15:43:56','2021-01-12 10:43:56'),
(59908,24133,'action started via WP Cron','2021-01-12 15:46:11','2021-01-12 10:46:11'),
(59909,24133,'action complete via WP Cron','2021-01-12 15:46:11','2021-01-12 10:46:11'),
(59910,24134,'action created','2021-01-12 15:46:12','2021-01-12 10:46:12'),
(59911,24134,'action started via WP Cron','2021-01-12 15:48:42','2021-01-12 10:48:42'),
(59912,24134,'action complete via WP Cron','2021-01-12 15:48:42','2021-01-12 10:48:42'),
(59913,24135,'action created','2021-01-12 15:48:43','2021-01-12 10:48:43'),
(59914,24135,'action started via WP Cron','2021-01-12 15:49:48','2021-01-12 10:49:48'),
(59915,24135,'action complete via WP Cron','2021-01-12 15:49:48','2021-01-12 10:49:48'),
(59916,24136,'action created','2021-01-12 15:49:48','2021-01-12 10:49:48'),
(59917,24136,'action started via WP Cron','2021-01-12 15:50:33','2021-01-12 10:50:33'),
(59918,24136,'action complete via WP Cron','2021-01-12 15:50:33','2021-01-12 10:50:33'),
(59919,24137,'action created','2021-01-12 15:50:33','2021-01-12 10:50:33'),
(59920,24137,'action started via WP Cron','2021-01-12 15:51:21','2021-01-12 10:51:21'),
(59921,24137,'action complete via WP Cron','2021-01-12 15:51:21','2021-01-12 10:51:21'),
(59922,24138,'action created','2021-01-12 15:51:21','2021-01-12 10:51:21'),
(59923,24138,'action started via WP Cron','2021-01-12 15:52:24','2021-01-12 10:52:24'),
(59924,24138,'action complete via WP Cron','2021-01-12 15:52:24','2021-01-12 10:52:24'),
(59925,24139,'action created','2021-01-12 15:52:24','2021-01-12 10:52:24'),
(59926,24139,'action started via WP Cron','2021-01-12 15:55:57','2021-01-12 10:55:57'),
(59927,24139,'action complete via WP Cron','2021-01-12 15:55:57','2021-01-12 10:55:57'),
(59928,24140,'action created','2021-01-12 15:55:57','2021-01-12 10:55:57'),
(59929,24140,'action started via WP Cron','2021-01-12 15:57:26','2021-01-12 10:57:26'),
(59930,24140,'action complete via WP Cron','2021-01-12 15:57:26','2021-01-12 10:57:26'),
(59931,24141,'action created','2021-01-12 15:57:26','2021-01-12 10:57:26'),
(59932,24141,'action started via WP Cron','2021-01-12 15:58:19','2021-01-12 10:58:19'),
(59933,24141,'action complete via WP Cron','2021-01-12 15:58:19','2021-01-12 10:58:19'),
(59934,24142,'action created','2021-01-12 15:58:19','2021-01-12 10:58:19'),
(59935,24142,'action started via WP Cron','2021-01-12 16:00:23','2021-01-12 11:00:23'),
(59936,24142,'action complete via WP Cron','2021-01-12 16:00:23','2021-01-12 11:00:23'),
(59937,24143,'action created','2021-01-12 16:00:23','2021-01-12 11:00:23'),
(59938,24143,'action started via WP Cron','2021-01-12 16:02:46','2021-01-12 11:02:46'),
(59939,24143,'action complete via WP Cron','2021-01-12 16:02:46','2021-01-12 11:02:46'),
(59940,24144,'action created','2021-01-12 16:02:46','2021-01-12 11:02:46'),
(59941,24144,'action started via WP Cron','2021-01-12 16:03:21','2021-01-12 11:03:21'),
(59942,24144,'action complete via WP Cron','2021-01-12 16:03:21','2021-01-12 11:03:21'),
(59943,24145,'action created','2021-01-12 16:03:21','2021-01-12 11:03:21'),
(59944,24145,'action started via WP Cron','2021-01-12 16:04:35','2021-01-12 11:04:35'),
(59945,24145,'action complete via WP Cron','2021-01-12 16:04:35','2021-01-12 11:04:35'),
(59946,24146,'action created','2021-01-12 16:04:35','2021-01-12 11:04:35'),
(59947,24146,'action started via WP Cron','2021-01-12 16:06:26','2021-01-12 11:06:26'),
(59948,24146,'action complete via WP Cron','2021-01-12 16:06:26','2021-01-12 11:06:26'),
(59949,24147,'action created','2021-01-12 16:06:26','2021-01-12 11:06:26'),
(59950,24147,'action started via WP Cron','2021-01-12 16:07:53','2021-01-12 11:07:53'),
(59951,24147,'action complete via WP Cron','2021-01-12 16:07:53','2021-01-12 11:07:53'),
(59952,24148,'action created','2021-01-12 16:07:53','2021-01-12 11:07:53'),
(59953,24148,'action started via WP Cron','2021-01-12 16:08:13','2021-01-12 11:08:13'),
(59954,24148,'action complete via WP Cron','2021-01-12 16:08:13','2021-01-12 11:08:13'),
(59955,24149,'action created','2021-01-12 16:08:13','2021-01-12 11:08:13'),
(59956,24149,'action started via WP Cron','2021-01-12 16:09:52','2021-01-12 11:09:52'),
(59957,24149,'action complete via WP Cron','2021-01-12 16:09:52','2021-01-12 11:09:52'),
(59958,24150,'action created','2021-01-12 16:09:52','2021-01-12 11:09:52'),
(59959,24150,'action started via WP Cron','2021-01-12 16:10:14','2021-01-12 11:10:14'),
(59960,24150,'action complete via WP Cron','2021-01-12 16:10:14','2021-01-12 11:10:14'),
(59961,24151,'action created','2021-01-12 16:10:14','2021-01-12 11:10:14'),
(59962,24151,'action started via WP Cron','2021-01-12 16:11:20','2021-01-12 11:11:20'),
(59963,24151,'action complete via WP Cron','2021-01-12 16:11:20','2021-01-12 11:11:20'),
(59964,24152,'action created','2021-01-12 16:11:21','2021-01-12 11:11:21'),
(59965,24152,'action started via WP Cron','2021-01-12 16:12:14','2021-01-12 11:12:14'),
(59966,24152,'action complete via WP Cron','2021-01-12 16:12:14','2021-01-12 11:12:14'),
(59967,24153,'action created','2021-01-12 16:12:14','2021-01-12 11:12:14'),
(59968,24153,'action started via WP Cron','2021-01-12 16:14:34','2021-01-12 11:14:34'),
(59969,24153,'action complete via WP Cron','2021-01-12 16:14:34','2021-01-12 11:14:34'),
(59970,24154,'action created','2021-01-12 16:14:34','2021-01-12 11:14:34'),
(59971,24154,'action started via WP Cron','2021-01-12 16:15:16','2021-01-12 11:15:16'),
(59972,24154,'action complete via WP Cron','2021-01-12 16:15:16','2021-01-12 11:15:16'),
(59973,24155,'action created','2021-01-12 16:15:16','2021-01-12 11:15:16'),
(59974,24155,'action started via WP Cron','2021-01-12 16:16:43','2021-01-12 11:16:43'),
(59975,24155,'action complete via WP Cron','2021-01-12 16:16:43','2021-01-12 11:16:43'),
(59976,24156,'action created','2021-01-12 16:16:44','2021-01-12 11:16:44'),
(59977,24156,'action started via WP Cron','2021-01-12 16:17:51','2021-01-12 11:17:51'),
(59978,24156,'action complete via WP Cron','2021-01-12 16:17:51','2021-01-12 11:17:51'),
(59979,24157,'action created','2021-01-12 16:17:51','2021-01-12 11:17:51'),
(59980,24157,'action started via WP Cron','2021-01-12 16:18:55','2021-01-12 11:18:55'),
(59981,24157,'action complete via WP Cron','2021-01-12 16:18:55','2021-01-12 11:18:55'),
(59982,24158,'action created','2021-01-12 16:18:56','2021-01-12 11:18:56'),
(59983,24158,'action started via WP Cron','2021-01-12 16:19:45','2021-01-12 11:19:45'),
(59984,24158,'action complete via WP Cron','2021-01-12 16:19:45','2021-01-12 11:19:45'),
(59985,24159,'action created','2021-01-12 16:19:45','2021-01-12 11:19:45'),
(59986,24159,'action started via WP Cron','2021-01-12 16:20:17','2021-01-12 11:20:17'),
(59987,24159,'action complete via WP Cron','2021-01-12 16:20:17','2021-01-12 11:20:17'),
(59988,24160,'action created','2021-01-12 16:20:17','2021-01-12 11:20:17'),
(59989,24160,'action started via WP Cron','2021-01-12 16:21:13','2021-01-12 11:21:13'),
(59990,24160,'action complete via WP Cron','2021-01-12 16:21:13','2021-01-12 11:21:13'),
(59991,24161,'action created','2021-01-12 16:21:13','2021-01-12 11:21:13'),
(59992,24161,'action started via WP Cron','2021-01-12 16:22:56','2021-01-12 11:22:56'),
(59993,24161,'action complete via WP Cron','2021-01-12 16:22:56','2021-01-12 11:22:56'),
(59994,24162,'action created','2021-01-12 16:22:56','2021-01-12 11:22:56'),
(59995,24162,'action started via WP Cron','2021-01-12 16:24:40','2021-01-12 11:24:40'),
(59996,24162,'action complete via WP Cron','2021-01-12 16:24:40','2021-01-12 11:24:40'),
(59997,24163,'action created','2021-01-12 16:24:40','2021-01-12 11:24:40'),
(59998,24163,'action started via WP Cron','2021-01-12 16:25:12','2021-01-12 11:25:12'),
(59999,24163,'action complete via WP Cron','2021-01-12 16:25:12','2021-01-12 11:25:12'),
(60000,24164,'action created','2021-01-12 16:25:12','2021-01-12 11:25:12'),
(60001,24164,'action started via WP Cron','2021-01-12 16:27:28','2021-01-12 11:27:28'),
(60002,24164,'action complete via WP Cron','2021-01-12 16:27:28','2021-01-12 11:27:28'),
(60003,24165,'action created','2021-01-12 16:27:28','2021-01-12 11:27:28'),
(60004,24165,'action started via WP Cron','2021-01-12 16:28:14','2021-01-12 11:28:14'),
(60005,24165,'action complete via WP Cron','2021-01-12 16:28:14','2021-01-12 11:28:14'),
(60006,24166,'action created','2021-01-12 16:28:14','2021-01-12 11:28:14'),
(60007,24166,'action started via WP Cron','2021-01-12 16:29:25','2021-01-12 11:29:25'),
(60008,24166,'action complete via WP Cron','2021-01-12 16:29:25','2021-01-12 11:29:25'),
(60009,24167,'action created','2021-01-12 16:29:25','2021-01-12 11:29:25'),
(60010,24167,'action started via WP Cron','2021-01-12 16:31:20','2021-01-12 11:31:20'),
(60011,24167,'action complete via WP Cron','2021-01-12 16:31:20','2021-01-12 11:31:20'),
(60012,24168,'action created','2021-01-12 16:31:20','2021-01-12 11:31:20'),
(60013,24168,'action started via WP Cron','2021-01-12 16:32:47','2021-01-12 11:32:47'),
(60014,24168,'action complete via WP Cron','2021-01-12 16:32:47','2021-01-12 11:32:47'),
(60015,24169,'action created','2021-01-12 16:32:47','2021-01-12 11:32:47'),
(60016,24169,'action started via WP Cron','2021-01-12 16:33:31','2021-01-12 11:33:31'),
(60017,24169,'action complete via WP Cron','2021-01-12 16:33:31','2021-01-12 11:33:31'),
(60018,24170,'action created','2021-01-12 16:33:31','2021-01-12 11:33:31'),
(60019,24170,'action started via WP Cron','2021-01-12 16:34:55','2021-01-12 11:34:55'),
(60020,24170,'action complete via WP Cron','2021-01-12 16:34:55','2021-01-12 11:34:55'),
(60021,24171,'action created','2021-01-12 16:34:55','2021-01-12 11:34:55'),
(60022,24171,'action started via WP Cron','2021-01-12 16:35:48','2021-01-12 11:35:48'),
(60023,24171,'action complete via WP Cron','2021-01-12 16:35:48','2021-01-12 11:35:48'),
(60024,24172,'action created','2021-01-12 16:35:48','2021-01-12 11:35:48'),
(60025,24172,'action started via WP Cron','2021-01-12 16:37:28','2021-01-12 11:37:28'),
(60026,24172,'action complete via WP Cron','2021-01-12 16:37:28','2021-01-12 11:37:28'),
(60027,24173,'action created','2021-01-12 16:37:28','2021-01-12 11:37:28'),
(60028,24173,'action started via WP Cron','2021-01-12 16:38:29','2021-01-12 11:38:29'),
(60029,24173,'action complete via WP Cron','2021-01-12 16:38:29','2021-01-12 11:38:29'),
(60030,24174,'action created','2021-01-12 16:38:29','2021-01-12 11:38:29'),
(60031,24174,'action started via WP Cron','2021-01-12 16:39:14','2021-01-12 11:39:14'),
(60032,24174,'action complete via WP Cron','2021-01-12 16:39:14','2021-01-12 11:39:14'),
(60033,24175,'action created','2021-01-12 16:39:14','2021-01-12 11:39:14'),
(60034,24175,'action started via WP Cron','2021-01-12 16:40:21','2021-01-12 11:40:21'),
(60035,24175,'action complete via WP Cron','2021-01-12 16:40:21','2021-01-12 11:40:21'),
(60036,24176,'action created','2021-01-12 16:40:21','2021-01-12 11:40:21'),
(60037,24176,'action started via WP Cron','2021-01-12 16:41:28','2021-01-12 11:41:28'),
(60038,24176,'action complete via WP Cron','2021-01-12 16:41:28','2021-01-12 11:41:28'),
(60039,24177,'action created','2021-01-12 16:41:28','2021-01-12 11:41:28'),
(60040,24177,'action started via WP Cron','2021-01-12 16:42:52','2021-01-12 11:42:52'),
(60041,24177,'action complete via WP Cron','2021-01-12 16:42:52','2021-01-12 11:42:52'),
(60042,24178,'action created','2021-01-12 16:42:52','2021-01-12 11:42:52'),
(60043,24178,'action started via WP Cron','2021-01-12 16:43:13','2021-01-12 11:43:13'),
(60044,24178,'action complete via WP Cron','2021-01-12 16:43:13','2021-01-12 11:43:13'),
(60045,24179,'action created','2021-01-12 16:43:13','2021-01-12 11:43:13'),
(60046,24179,'action started via WP Cron','2021-01-12 16:44:26','2021-01-12 11:44:26'),
(60047,24179,'action complete via WP Cron','2021-01-12 16:44:26','2021-01-12 11:44:26'),
(60048,24180,'action created','2021-01-12 16:44:26','2021-01-12 11:44:26'),
(60049,24180,'action started via WP Cron','2021-01-12 16:45:18','2021-01-12 11:45:18'),
(60050,24180,'action complete via WP Cron','2021-01-12 16:45:18','2021-01-12 11:45:18'),
(60051,24181,'action created','2021-01-12 16:45:18','2021-01-12 11:45:18'),
(60052,24181,'action started via WP Cron','2021-01-12 16:46:39','2021-01-12 11:46:39'),
(60053,24181,'action complete via WP Cron','2021-01-12 16:46:39','2021-01-12 11:46:39'),
(60054,24182,'action created','2021-01-12 16:46:39','2021-01-12 11:46:39'),
(60055,24182,'action started via WP Cron','2021-01-12 16:49:03','2021-01-12 11:49:03'),
(60056,24182,'action complete via WP Cron','2021-01-12 16:49:03','2021-01-12 11:49:03'),
(60057,24183,'action created','2021-01-12 16:49:03','2021-01-12 11:49:03'),
(60058,24183,'action started via WP Cron','2021-01-12 16:50:48','2021-01-12 11:50:48'),
(60059,24183,'action complete via WP Cron','2021-01-12 16:50:48','2021-01-12 11:50:48'),
(60060,24184,'action created','2021-01-12 16:50:48','2021-01-12 11:50:48'),
(60061,24184,'action started via WP Cron','2021-01-12 16:53:28','2021-01-12 11:53:28'),
(60062,24184,'action complete via WP Cron','2021-01-12 16:53:28','2021-01-12 11:53:28'),
(60063,24185,'action created','2021-01-12 16:53:28','2021-01-12 11:53:28'),
(60064,24185,'action started via WP Cron','2021-01-12 16:54:54','2021-01-12 11:54:54'),
(60065,24185,'action complete via WP Cron','2021-01-12 16:54:54','2021-01-12 11:54:54'),
(60066,24186,'action created','2021-01-12 16:54:54','2021-01-12 11:54:54'),
(60067,24186,'action started via WP Cron','2021-01-12 16:55:20','2021-01-12 11:55:20'),
(60068,24186,'action complete via WP Cron','2021-01-12 16:55:20','2021-01-12 11:55:20'),
(60069,24187,'action created','2021-01-12 16:55:20','2021-01-12 11:55:20'),
(60070,24187,'action started via WP Cron','2021-01-12 16:56:12','2021-01-12 11:56:12'),
(60071,24187,'action complete via WP Cron','2021-01-12 16:56:12','2021-01-12 11:56:12'),
(60072,24188,'action created','2021-01-12 16:56:12','2021-01-12 11:56:12'),
(60073,24188,'action started via WP Cron','2021-01-12 16:57:17','2021-01-12 11:57:17'),
(60074,24188,'action complete via WP Cron','2021-01-12 16:57:17','2021-01-12 11:57:17'),
(60075,24189,'action created','2021-01-12 16:57:17','2021-01-12 11:57:17'),
(60076,24189,'action started via WP Cron','2021-01-12 16:58:32','2021-01-12 11:58:32'),
(60077,24189,'action complete via WP Cron','2021-01-12 16:58:32','2021-01-12 11:58:32'),
(60078,24190,'action created','2021-01-12 16:58:32','2021-01-12 11:58:32'),
(60079,24190,'action started via WP Cron','2021-01-12 16:59:16','2021-01-12 11:59:16'),
(60080,24190,'action complete via WP Cron','2021-01-12 16:59:16','2021-01-12 11:59:16'),
(60081,24191,'action created','2021-01-12 16:59:16','2021-01-12 11:59:16'),
(60082,24191,'action started via WP Cron','2021-01-12 17:00:12','2021-01-12 12:00:12'),
(60083,24191,'action complete via WP Cron','2021-01-12 17:00:12','2021-01-12 12:00:12'),
(60084,24192,'action created','2021-01-12 17:00:12','2021-01-12 12:00:12'),
(60085,24192,'action started via WP Cron','2021-01-12 17:01:31','2021-01-12 12:01:31'),
(60086,24192,'action complete via WP Cron','2021-01-12 17:01:31','2021-01-12 12:01:31'),
(60087,24193,'action created','2021-01-12 17:01:31','2021-01-12 12:01:31'),
(60088,24193,'action started via WP Cron','2021-01-12 17:02:13','2021-01-12 12:02:13'),
(60089,24193,'action complete via WP Cron','2021-01-12 17:02:13','2021-01-12 12:02:13'),
(60090,24194,'action created','2021-01-12 17:02:13','2021-01-12 12:02:13'),
(60091,24194,'action started via WP Cron','2021-01-12 17:03:40','2021-01-12 12:03:40'),
(60092,24194,'action complete via WP Cron','2021-01-12 17:03:40','2021-01-12 12:03:40'),
(60093,24195,'action created','2021-01-12 17:03:40','2021-01-12 12:03:40'),
(60094,24195,'action started via WP Cron','2021-01-12 17:04:13','2021-01-12 12:04:13'),
(60095,24195,'action complete via WP Cron','2021-01-12 17:04:13','2021-01-12 12:04:13'),
(60096,24196,'action created','2021-01-12 17:04:13','2021-01-12 12:04:13'),
(60097,24196,'action started via WP Cron','2021-01-12 17:05:57','2021-01-12 12:05:57'),
(60098,24196,'action complete via WP Cron','2021-01-12 17:05:57','2021-01-12 12:05:57'),
(60099,24197,'action created','2021-01-12 17:05:58','2021-01-12 12:05:58'),
(60100,24197,'action started via WP Cron','2021-01-12 17:06:31','2021-01-12 12:06:31'),
(60101,24197,'action complete via WP Cron','2021-01-12 17:06:32','2021-01-12 12:06:32'),
(60102,24198,'action created','2021-01-12 17:06:32','2021-01-12 12:06:32'),
(60103,24198,'action started via WP Cron','2021-01-12 17:07:11','2021-01-12 12:07:11'),
(60104,24198,'action complete via WP Cron','2021-01-12 17:07:11','2021-01-12 12:07:11'),
(60105,24199,'action created','2021-01-12 17:07:11','2021-01-12 12:07:11'),
(60106,24199,'action started via WP Cron','2021-01-12 17:08:20','2021-01-12 12:08:20'),
(60107,24199,'action complete via WP Cron','2021-01-12 17:08:20','2021-01-12 12:08:20'),
(60108,24200,'action created','2021-01-12 17:08:20','2021-01-12 12:08:20'),
(60109,24200,'action started via WP Cron','2021-01-12 17:09:13','2021-01-12 12:09:13'),
(60110,24200,'action complete via WP Cron','2021-01-12 17:09:13','2021-01-12 12:09:13'),
(60111,24201,'action created','2021-01-12 17:09:13','2021-01-12 12:09:13'),
(60112,24201,'action started via WP Cron','2021-01-12 17:10:16','2021-01-12 12:10:16'),
(60113,24201,'action complete via WP Cron','2021-01-12 17:10:16','2021-01-12 12:10:16'),
(60114,24202,'action created','2021-01-12 17:10:16','2021-01-12 12:10:16'),
(60115,24202,'action started via WP Cron','2021-01-12 17:11:21','2021-01-12 12:11:21'),
(60116,24202,'action complete via WP Cron','2021-01-12 17:11:21','2021-01-12 12:11:21'),
(60117,24203,'action created','2021-01-12 17:11:21','2021-01-12 12:11:21'),
(60118,24203,'action started via WP Cron','2021-01-12 17:12:46','2021-01-12 12:12:46'),
(60119,24203,'action complete via WP Cron','2021-01-12 17:12:46','2021-01-12 12:12:46'),
(60120,24204,'action created','2021-01-12 17:12:46','2021-01-12 12:12:46'),
(60121,24204,'action started via WP Cron','2021-01-12 17:13:50','2021-01-12 12:13:50'),
(60122,24204,'action complete via WP Cron','2021-01-12 17:13:50','2021-01-12 12:13:50'),
(60123,24205,'action created','2021-01-12 17:13:50','2021-01-12 12:13:50'),
(60124,24205,'action started via WP Cron','2021-01-12 17:14:49','2021-01-12 12:14:49'),
(60125,24205,'action complete via WP Cron','2021-01-12 17:14:49','2021-01-12 12:14:49'),
(60126,24206,'action created','2021-01-12 17:14:49','2021-01-12 12:14:49'),
(60127,24206,'action started via WP Cron','2021-01-12 17:15:46','2021-01-12 12:15:46'),
(60128,24206,'action complete via WP Cron','2021-01-12 17:15:46','2021-01-12 12:15:46'),
(60129,24207,'action created','2021-01-12 17:15:46','2021-01-12 12:15:46'),
(60130,24207,'action started via WP Cron','2021-01-12 17:16:34','2021-01-12 12:16:34'),
(60131,24207,'action complete via WP Cron','2021-01-12 17:16:34','2021-01-12 12:16:34'),
(60132,24208,'action created','2021-01-12 17:16:34','2021-01-12 12:16:34'),
(60133,24208,'action started via WP Cron','2021-01-12 17:18:12','2021-01-12 12:18:12'),
(60134,24208,'action complete via WP Cron','2021-01-12 17:18:12','2021-01-12 12:18:12'),
(60135,24209,'action created','2021-01-12 17:18:12','2021-01-12 12:18:12'),
(60136,24209,'action started via WP Cron','2021-01-12 17:19:22','2021-01-12 12:19:22'),
(60137,24209,'action complete via WP Cron','2021-01-12 17:19:22','2021-01-12 12:19:22'),
(60138,24210,'action created','2021-01-12 17:19:22','2021-01-12 12:19:22'),
(60139,24210,'action started via WP Cron','2021-01-12 17:21:04','2021-01-12 12:21:04'),
(60140,24210,'action complete via WP Cron','2021-01-12 17:21:04','2021-01-12 12:21:04'),
(60141,24211,'action created','2021-01-12 17:21:04','2021-01-12 12:21:04'),
(60142,24211,'action started via WP Cron','2021-01-12 17:21:15','2021-01-12 12:21:15'),
(60143,24211,'action complete via WP Cron','2021-01-12 17:21:15','2021-01-12 12:21:15'),
(60144,24212,'action created','2021-01-12 17:21:15','2021-01-12 12:21:15'),
(60145,24212,'action started via WP Cron','2021-01-12 17:22:17','2021-01-12 12:22:17'),
(60146,24212,'action complete via WP Cron','2021-01-12 17:22:17','2021-01-12 12:22:17'),
(60147,24213,'action created','2021-01-12 17:22:17','2021-01-12 12:22:17'),
(60148,24213,'action started via WP Cron','2021-01-12 17:23:21','2021-01-12 12:23:21'),
(60149,24213,'action complete via WP Cron','2021-01-12 17:23:21','2021-01-12 12:23:21'),
(60150,24214,'action created','2021-01-12 17:23:21','2021-01-12 12:23:21'),
(60151,24214,'action started via WP Cron','2021-01-12 17:25:09','2021-01-12 12:25:09'),
(60152,24214,'action complete via WP Cron','2021-01-12 17:25:09','2021-01-12 12:25:09'),
(60153,24215,'action created','2021-01-12 17:25:09','2021-01-12 12:25:09'),
(60154,24215,'action started via WP Cron','2021-01-12 17:26:33','2021-01-12 12:26:33'),
(60155,24215,'action complete via WP Cron','2021-01-12 17:26:33','2021-01-12 12:26:33'),
(60156,24216,'action created','2021-01-12 17:26:33','2021-01-12 12:26:33'),
(60157,24216,'action started via WP Cron','2021-01-12 17:28:38','2021-01-12 12:28:38'),
(60158,24216,'action complete via WP Cron','2021-01-12 17:28:38','2021-01-12 12:28:38'),
(60159,24217,'action created','2021-01-12 17:28:38','2021-01-12 12:28:38'),
(60160,24217,'action started via WP Cron','2021-01-12 17:30:03','2021-01-12 12:30:03'),
(60161,24217,'action complete via WP Cron','2021-01-12 17:30:03','2021-01-12 12:30:03'),
(60162,24218,'action created','2021-01-12 17:30:03','2021-01-12 12:30:03'),
(60163,24218,'action started via WP Cron','2021-01-12 17:30:14','2021-01-12 12:30:14'),
(60164,24218,'action complete via WP Cron','2021-01-12 17:30:14','2021-01-12 12:30:14'),
(60165,24219,'action created','2021-01-12 17:30:14','2021-01-12 12:30:14'),
(60166,24219,'action started via WP Cron','2021-01-12 17:32:06','2021-01-12 12:32:06'),
(60167,24219,'action complete via WP Cron','2021-01-12 17:32:06','2021-01-12 12:32:06'),
(60168,24220,'action created','2021-01-12 17:32:06','2021-01-12 12:32:06'),
(60169,24220,'action started via WP Cron','2021-01-12 17:32:17','2021-01-12 12:32:17'),
(60170,24220,'action complete via WP Cron','2021-01-12 17:32:17','2021-01-12 12:32:17'),
(60171,24221,'action created','2021-01-12 17:32:17','2021-01-12 12:32:17'),
(60172,24221,'action started via WP Cron','2021-01-12 17:34:25','2021-01-12 12:34:25'),
(60173,24221,'action complete via WP Cron','2021-01-12 17:34:25','2021-01-12 12:34:25'),
(60174,24222,'action created','2021-01-12 17:34:25','2021-01-12 12:34:25'),
(60175,24222,'action started via WP Cron','2021-01-12 17:37:03','2021-01-12 12:37:03'),
(60176,24222,'action complete via WP Cron','2021-01-12 17:37:03','2021-01-12 12:37:03'),
(60177,24223,'action created','2021-01-12 17:37:04','2021-01-12 12:37:04'),
(60178,24223,'action started via WP Cron','2021-01-12 17:37:44','2021-01-12 12:37:44'),
(60179,24223,'action complete via WP Cron','2021-01-12 17:37:44','2021-01-12 12:37:44'),
(60180,24224,'action created','2021-01-12 17:37:44','2021-01-12 12:37:44'),
(60181,24224,'action started via WP Cron','2021-01-12 17:38:57','2021-01-12 12:38:57'),
(60182,24224,'action complete via WP Cron','2021-01-12 17:38:57','2021-01-12 12:38:57'),
(60183,24225,'action created','2021-01-12 17:38:57','2021-01-12 12:38:57'),
(60184,24225,'action started via WP Cron','2021-01-12 17:39:38','2021-01-12 12:39:38'),
(60185,24225,'action complete via WP Cron','2021-01-12 17:39:39','2021-01-12 12:39:39'),
(60186,24226,'action created','2021-01-12 17:39:39','2021-01-12 12:39:39'),
(60187,24226,'action started via WP Cron','2021-01-12 17:40:59','2021-01-12 12:40:59'),
(60188,24226,'action complete via WP Cron','2021-01-12 17:40:59','2021-01-12 12:40:59'),
(60189,24227,'action created','2021-01-12 17:40:59','2021-01-12 12:40:59'),
(60190,24227,'action started via WP Cron','2021-01-12 17:41:24','2021-01-12 12:41:24'),
(60191,24227,'action complete via WP Cron','2021-01-12 17:41:24','2021-01-12 12:41:24'),
(60192,24228,'action created','2021-01-12 17:41:25','2021-01-12 12:41:25'),
(60193,24228,'action started via WP Cron','2021-01-12 17:42:37','2021-01-12 12:42:37'),
(60194,24228,'action complete via WP Cron','2021-01-12 17:42:37','2021-01-12 12:42:37'),
(60195,24229,'action created','2021-01-12 17:42:37','2021-01-12 12:42:37'),
(60196,24229,'action started via WP Cron','2021-01-12 17:44:04','2021-01-12 12:44:04'),
(60197,24229,'action complete via WP Cron','2021-01-12 17:44:04','2021-01-12 12:44:04'),
(60198,24230,'action created','2021-01-12 17:44:05','2021-01-12 12:44:05'),
(60199,24230,'action started via WP Cron','2021-01-12 17:44:40','2021-01-12 12:44:40'),
(60200,24230,'action complete via WP Cron','2021-01-12 17:44:40','2021-01-12 12:44:40'),
(60201,24231,'action created','2021-01-12 17:44:40','2021-01-12 12:44:40'),
(60202,24231,'action started via WP Cron','2021-01-12 17:45:25','2021-01-12 12:45:25'),
(60203,24231,'action complete via WP Cron','2021-01-12 17:45:25','2021-01-12 12:45:25'),
(60204,24232,'action created','2021-01-12 17:45:25','2021-01-12 12:45:25'),
(60205,24232,'action started via WP Cron','2021-01-12 17:46:28','2021-01-12 12:46:28'),
(60206,24232,'action complete via WP Cron','2021-01-12 17:46:28','2021-01-12 12:46:28'),
(60207,24233,'action created','2021-01-12 17:46:28','2021-01-12 12:46:28'),
(60208,24233,'action started via WP Cron','2021-01-12 17:47:23','2021-01-12 12:47:23'),
(60209,24233,'action complete via WP Cron','2021-01-12 17:47:23','2021-01-12 12:47:23'),
(60210,24234,'action created','2021-01-12 17:47:23','2021-01-12 12:47:23'),
(60211,24234,'action started via WP Cron','2021-01-12 17:48:36','2021-01-12 12:48:36'),
(60212,24234,'action complete via WP Cron','2021-01-12 17:48:36','2021-01-12 12:48:36'),
(60213,24235,'action created','2021-01-12 17:48:36','2021-01-12 12:48:36'),
(60214,24235,'action started via WP Cron','2021-01-12 17:50:27','2021-01-12 12:50:27'),
(60215,24235,'action complete via WP Cron','2021-01-12 17:50:27','2021-01-12 12:50:27'),
(60216,24236,'action created','2021-01-12 17:50:27','2021-01-12 12:50:27'),
(60217,24236,'action started via WP Cron','2021-01-12 17:51:18','2021-01-12 12:51:18'),
(60218,24236,'action complete via WP Cron','2021-01-12 17:51:18','2021-01-12 12:51:18'),
(60219,24237,'action created','2021-01-12 17:51:18','2021-01-12 12:51:18'),
(60220,24237,'action started via WP Cron','2021-01-12 17:53:39','2021-01-12 12:53:39'),
(60221,24237,'action complete via WP Cron','2021-01-12 17:53:39','2021-01-12 12:53:39'),
(60222,24238,'action created','2021-01-12 17:53:39','2021-01-12 12:53:39'),
(60223,24238,'action started via WP Cron','2021-01-12 17:54:18','2021-01-12 12:54:18'),
(60224,24238,'action complete via WP Cron','2021-01-12 17:54:18','2021-01-12 12:54:18'),
(60225,24239,'action created','2021-01-12 17:54:18','2021-01-12 12:54:18'),
(60226,24239,'action started via WP Cron','2021-01-12 17:55:38','2021-01-12 12:55:38'),
(60227,24239,'action complete via WP Cron','2021-01-12 17:55:38','2021-01-12 12:55:38'),
(60228,24240,'action created','2021-01-12 17:55:38','2021-01-12 12:55:38'),
(60229,24240,'action started via WP Cron','2021-01-12 17:56:45','2021-01-12 12:56:45'),
(60230,24240,'action complete via WP Cron','2021-01-12 17:56:45','2021-01-12 12:56:45'),
(60231,24241,'action created','2021-01-12 17:56:45','2021-01-12 12:56:45'),
(60232,24241,'action started via WP Cron','2021-01-12 17:57:19','2021-01-12 12:57:19'),
(60233,24241,'action complete via WP Cron','2021-01-12 17:57:19','2021-01-12 12:57:19'),
(60234,24242,'action created','2021-01-12 17:57:19','2021-01-12 12:57:19'),
(60235,24242,'action started via WP Cron','2021-01-12 17:58:43','2021-01-12 12:58:43'),
(60236,24242,'action complete via WP Cron','2021-01-12 17:58:43','2021-01-12 12:58:43'),
(60237,24243,'action created','2021-01-12 17:58:43','2021-01-12 12:58:43'),
(60238,24243,'action started via WP Cron','2021-01-12 17:59:26','2021-01-12 12:59:26'),
(60239,24243,'action complete via WP Cron','2021-01-12 17:59:26','2021-01-12 12:59:26'),
(60240,24244,'action created','2021-01-12 17:59:26','2021-01-12 12:59:26'),
(60241,24244,'action started via WP Cron','2021-01-12 18:00:48','2021-01-12 13:00:48'),
(60242,24244,'action complete via WP Cron','2021-01-12 18:00:48','2021-01-12 13:00:48'),
(60243,24245,'action created','2021-01-12 18:01:15','2021-01-12 13:01:15'),
(60244,24245,'action started via WP Cron','2021-01-12 18:02:53','2021-01-12 13:02:53'),
(60245,24245,'action complete via WP Cron','2021-01-12 18:02:53','2021-01-12 13:02:53'),
(60246,24246,'action created','2021-01-12 18:02:53','2021-01-12 13:02:53'),
(60247,24246,'action started via WP Cron','2021-01-12 18:03:18','2021-01-12 13:03:18'),
(60248,24246,'action complete via WP Cron','2021-01-12 18:03:18','2021-01-12 13:03:18'),
(60249,24247,'action created','2021-01-12 18:03:18','2021-01-12 13:03:18'),
(60250,24247,'action started via WP Cron','2021-01-12 18:04:25','2021-01-12 13:04:25'),
(60251,24247,'action complete via WP Cron','2021-01-12 18:04:25','2021-01-12 13:04:25'),
(60252,24248,'action created','2021-01-12 18:04:25','2021-01-12 13:04:25'),
(60253,24248,'action started via WP Cron','2021-01-12 18:06:14','2021-01-12 13:06:14'),
(60254,24248,'action complete via WP Cron','2021-01-12 18:06:14','2021-01-12 13:06:14'),
(60255,24249,'action created','2021-01-12 18:06:14','2021-01-12 13:06:14'),
(60256,24249,'action started via WP Cron','2021-01-12 18:07:15','2021-01-12 13:07:15'),
(60257,24249,'action complete via WP Cron','2021-01-12 18:07:15','2021-01-12 13:07:15'),
(60258,24250,'action created','2021-01-12 18:07:15','2021-01-12 13:07:15'),
(60259,24250,'action started via WP Cron','2021-01-12 18:08:42','2021-01-12 13:08:42'),
(60260,24250,'action complete via WP Cron','2021-01-12 18:08:42','2021-01-12 13:08:42'),
(60261,24251,'action created','2021-01-12 18:08:42','2021-01-12 13:08:42'),
(60262,24251,'action started via WP Cron','2021-01-12 18:09:31','2021-01-12 13:09:31'),
(60263,24251,'action complete via WP Cron','2021-01-12 18:09:31','2021-01-12 13:09:31'),
(60264,24252,'action created','2021-01-12 18:09:31','2021-01-12 13:09:31'),
(60265,24252,'action started via WP Cron','2021-01-12 18:10:34','2021-01-12 13:10:34'),
(60266,24252,'action complete via WP Cron','2021-01-12 18:10:34','2021-01-12 13:10:34'),
(60267,24253,'action created','2021-01-12 18:10:34','2021-01-12 13:10:34'),
(60268,24253,'action started via WP Cron','2021-01-12 18:11:11','2021-01-12 13:11:11'),
(60269,24253,'action complete via WP Cron','2021-01-12 18:11:11','2021-01-12 13:11:11'),
(60270,24254,'action created','2021-01-12 18:11:11','2021-01-12 13:11:11'),
(60271,24254,'action started via WP Cron','2021-01-12 18:12:33','2021-01-12 13:12:33'),
(60272,24254,'action complete via WP Cron','2021-01-12 18:12:33','2021-01-12 13:12:33'),
(60273,24255,'action created','2021-01-12 18:12:34','2021-01-12 13:12:34'),
(60274,24255,'action started via WP Cron','2021-01-12 18:13:51','2021-01-12 13:13:51'),
(60275,24255,'action complete via WP Cron','2021-01-12 18:13:51','2021-01-12 13:13:51'),
(60276,24256,'action created','2021-01-12 18:13:51','2021-01-12 13:13:51'),
(60277,24256,'action started via WP Cron','2021-01-12 18:15:09','2021-01-12 13:15:09'),
(60278,24256,'action complete via WP Cron','2021-01-12 18:15:09','2021-01-12 13:15:09'),
(60279,24257,'action created','2021-01-12 18:15:09','2021-01-12 13:15:09'),
(60280,24257,'action started via WP Cron','2021-01-12 18:16:09','2021-01-12 13:16:09'),
(60281,24257,'action complete via WP Cron','2021-01-12 18:16:09','2021-01-12 13:16:09'),
(60282,24258,'action created','2021-01-12 18:16:10','2021-01-12 13:16:10'),
(60283,24258,'action started via WP Cron','2021-01-12 18:16:26','2021-01-12 13:16:26'),
(60284,24258,'action complete via WP Cron','2021-01-12 18:16:26','2021-01-12 13:16:26'),
(60285,24259,'action created','2021-01-12 18:16:26','2021-01-12 13:16:26'),
(60286,24259,'action started via WP Cron','2021-01-12 18:18:12','2021-01-12 13:18:12'),
(60287,24259,'action complete via WP Cron','2021-01-12 18:18:12','2021-01-12 13:18:12'),
(60288,24260,'action created','2021-01-12 18:18:30','2021-01-12 13:18:30'),
(60289,24260,'action started via WP Cron','2021-01-12 18:19:39','2021-01-12 13:19:39'),
(60290,24260,'action complete via WP Cron','2021-01-12 18:19:39','2021-01-12 13:19:39'),
(60291,24261,'action created','2021-01-12 18:19:39','2021-01-12 13:19:39'),
(60292,24261,'action started via WP Cron','2021-01-12 18:20:33','2021-01-12 13:20:33'),
(60293,24261,'action complete via WP Cron','2021-01-12 18:20:33','2021-01-12 13:20:33'),
(60294,24262,'action created','2021-01-12 18:20:33','2021-01-12 13:20:33'),
(60295,24262,'action started via WP Cron','2021-01-12 18:21:36','2021-01-12 13:21:36'),
(60296,24262,'action complete via WP Cron','2021-01-12 18:21:36','2021-01-12 13:21:36'),
(60297,24263,'action created','2021-01-12 18:21:36','2021-01-12 13:21:36'),
(60298,24263,'action started via WP Cron','2021-01-12 18:22:20','2021-01-12 13:22:20'),
(60299,24263,'action complete via WP Cron','2021-01-12 18:22:20','2021-01-12 13:22:20'),
(60300,24264,'action created','2021-01-12 18:22:20','2021-01-12 13:22:20'),
(60301,24264,'action started via WP Cron','2021-01-12 18:23:25','2021-01-12 13:23:25'),
(60302,24264,'action complete via WP Cron','2021-01-12 18:23:25','2021-01-12 13:23:25'),
(60303,24265,'action created','2021-01-12 18:23:25','2021-01-12 13:23:25'),
(60304,24265,'action started via WP Cron','2021-01-12 18:24:19','2021-01-12 13:24:19'),
(60305,24265,'action complete via WP Cron','2021-01-12 18:24:19','2021-01-12 13:24:19'),
(60306,24266,'action created','2021-01-12 18:24:19','2021-01-12 13:24:19'),
(60307,24266,'action started via WP Cron','2021-01-12 18:25:19','2021-01-12 13:25:19'),
(60308,24266,'action complete via WP Cron','2021-01-12 18:25:19','2021-01-12 13:25:19'),
(60309,24267,'action created','2021-01-12 18:25:19','2021-01-12 13:25:19'),
(60310,24267,'action started via WP Cron','2021-01-12 18:26:15','2021-01-12 13:26:15'),
(60311,24267,'action complete via WP Cron','2021-01-12 18:26:15','2021-01-12 13:26:15'),
(60312,24268,'action created','2021-01-12 18:26:15','2021-01-12 13:26:15'),
(60313,24268,'action started via WP Cron','2021-01-12 18:27:38','2021-01-12 13:27:38'),
(60314,24268,'action complete via WP Cron','2021-01-12 18:27:38','2021-01-12 13:27:38'),
(60315,24269,'action created','2021-01-12 18:27:38','2021-01-12 13:27:38'),
(60316,24269,'action started via WP Cron','2021-01-12 18:28:59','2021-01-12 13:28:59'),
(60317,24269,'action complete via WP Cron','2021-01-12 18:28:59','2021-01-12 13:28:59'),
(60318,24270,'action created','2021-01-12 18:28:59','2021-01-12 13:28:59'),
(60319,24270,'action started via WP Cron','2021-01-12 18:29:13','2021-01-12 13:29:13'),
(60320,24270,'action complete via WP Cron','2021-01-12 18:29:13','2021-01-12 13:29:13'),
(60321,24271,'action created','2021-01-12 18:29:13','2021-01-12 13:29:13'),
(60322,24271,'action started via WP Cron','2021-01-12 18:30:44','2021-01-12 13:30:44'),
(60323,24271,'action complete via WP Cron','2021-01-12 18:30:44','2021-01-12 13:30:44'),
(60324,24272,'action created','2021-01-12 18:30:44','2021-01-12 13:30:44'),
(60325,24272,'action started via WP Cron','2021-01-12 18:31:21','2021-01-12 13:31:21'),
(60326,24272,'action complete via WP Cron','2021-01-12 18:31:21','2021-01-12 13:31:21'),
(60327,24273,'action created','2021-01-12 18:31:21','2021-01-12 13:31:21'),
(60328,24273,'action started via WP Cron','2021-01-12 18:32:13','2021-01-12 13:32:13'),
(60329,24273,'action complete via WP Cron','2021-01-12 18:32:13','2021-01-12 13:32:13'),
(60330,24274,'action created','2021-01-12 18:32:13','2021-01-12 13:32:13'),
(60331,24274,'action started via WP Cron','2021-01-12 18:33:16','2021-01-12 13:33:16'),
(60332,24274,'action complete via WP Cron','2021-01-12 18:33:16','2021-01-12 13:33:16'),
(60333,24275,'action created','2021-01-12 18:33:16','2021-01-12 13:33:16'),
(60334,24275,'action started via WP Cron','2021-01-12 18:34:23','2021-01-12 13:34:23'),
(60335,24275,'action complete via WP Cron','2021-01-12 18:34:23','2021-01-12 13:34:23'),
(60336,24276,'action created','2021-01-12 18:34:23','2021-01-12 13:34:23'),
(60337,24277,'action created','2021-01-12 18:34:23','2021-01-12 13:34:23'),
(60338,24277,'action started via WP Cron','2021-01-12 18:35:39','2021-01-12 13:35:39'),
(60339,24277,'action complete via WP Cron','2021-01-12 18:35:39','2021-01-12 13:35:39'),
(60340,24276,'action started via WP Cron','2021-01-12 18:35:39','2021-01-12 13:35:39'),
(60341,24276,'action complete via WP Cron','2021-01-12 18:35:39','2021-01-12 13:35:39'),
(60342,24278,'action created','2021-01-12 18:35:39','2021-01-12 13:35:39'),
(60343,24278,'action started via WP Cron','2021-01-12 18:36:19','2021-01-12 13:36:19'),
(60344,24278,'action complete via WP Cron','2021-01-12 18:36:19','2021-01-12 13:36:19'),
(60345,24279,'action created','2021-01-12 18:36:19','2021-01-12 13:36:19'),
(60346,24279,'action started via WP Cron','2021-01-12 18:37:39','2021-01-12 13:37:39'),
(60347,24279,'action complete via WP Cron','2021-01-12 18:37:39','2021-01-12 13:37:39'),
(60348,24280,'action created','2021-01-12 18:37:39','2021-01-12 13:37:39'),
(60349,24280,'action started via WP Cron','2021-01-12 18:38:39','2021-01-12 13:38:39'),
(60350,24280,'action complete via WP Cron','2021-01-12 18:38:39','2021-01-12 13:38:39'),
(60351,24281,'action created','2021-01-12 18:38:39','2021-01-12 13:38:39'),
(60352,24281,'action started via WP Cron','2021-01-12 18:39:48','2021-01-12 13:39:48'),
(60353,24282,'action created','2021-01-12 18:39:48','2021-01-12 13:39:48'),
(60354,24281,'action complete via WP Cron','2021-01-12 18:39:48','2021-01-12 13:39:48'),
(60355,24282,'action started via WP Cron','2021-01-12 18:40:17','2021-01-12 13:40:17'),
(60356,24282,'action complete via WP Cron','2021-01-12 18:40:17','2021-01-12 13:40:17'),
(60357,24283,'action created','2021-01-12 18:40:17','2021-01-12 13:40:17'),
(60358,24283,'action started via WP Cron','2021-01-12 18:41:46','2021-01-12 13:41:46'),
(60359,24283,'action complete via WP Cron','2021-01-12 18:41:46','2021-01-12 13:41:46'),
(60360,24284,'action created','2021-01-12 18:41:46','2021-01-12 13:41:46'),
(60361,24284,'action started via WP Cron','2021-01-12 18:42:38','2021-01-12 13:42:38'),
(60362,24284,'action complete via WP Cron','2021-01-12 18:42:38','2021-01-12 13:42:38'),
(60363,24285,'action created','2021-01-12 18:42:38','2021-01-12 13:42:38'),
(60364,24285,'action started via WP Cron','2021-01-12 18:43:18','2021-01-12 13:43:18'),
(60365,24285,'action complete via WP Cron','2021-01-12 18:43:18','2021-01-12 13:43:18'),
(60366,24286,'action created','2021-01-12 18:43:18','2021-01-12 13:43:18'),
(60367,24286,'action started via WP Cron','2021-01-12 18:45:07','2021-01-12 13:45:07'),
(60368,24286,'action complete via WP Cron','2021-01-12 18:45:07','2021-01-12 13:45:07'),
(60369,24287,'action created','2021-01-12 18:45:07','2021-01-12 13:45:07'),
(60370,24287,'action started via WP Cron','2021-01-12 18:45:24','2021-01-12 13:45:24'),
(60371,24287,'action complete via WP Cron','2021-01-12 18:45:24','2021-01-12 13:45:24'),
(60372,24288,'action created','2021-01-12 18:45:24','2021-01-12 13:45:24'),
(60373,24288,'action started via WP Cron','2021-01-12 18:47:33','2021-01-12 13:47:33'),
(60374,24288,'action complete via WP Cron','2021-01-12 18:47:33','2021-01-12 13:47:33'),
(60375,24289,'action created','2021-01-12 18:47:33','2021-01-12 13:47:33'),
(60376,24289,'action started via WP Cron','2021-01-12 18:48:40','2021-01-12 13:48:40'),
(60377,24289,'action complete via WP Cron','2021-01-12 18:48:40','2021-01-12 13:48:40'),
(60378,24290,'action created','2021-01-12 18:48:40','2021-01-12 13:48:40'),
(60379,24290,'action started via WP Cron','2021-01-12 18:49:33','2021-01-12 13:49:33'),
(60380,24290,'action complete via WP Cron','2021-01-12 18:49:33','2021-01-12 13:49:33'),
(60381,24291,'action created','2021-01-12 18:49:33','2021-01-12 13:49:33'),
(60382,24291,'action started via WP Cron','2021-01-12 18:50:26','2021-01-12 13:50:26'),
(60383,24291,'action complete via WP Cron','2021-01-12 18:50:26','2021-01-12 13:50:26'),
(60384,24292,'action created','2021-01-12 18:50:26','2021-01-12 13:50:26'),
(60385,24292,'action started via WP Cron','2021-01-12 18:51:37','2021-01-12 13:51:37'),
(60386,24292,'action complete via WP Cron','2021-01-12 18:51:37','2021-01-12 13:51:37'),
(60387,24293,'action created','2021-01-12 18:51:37','2021-01-12 13:51:37'),
(60388,24293,'action started via WP Cron','2021-01-12 18:52:56','2021-01-12 13:52:56'),
(60389,24293,'action complete via WP Cron','2021-01-12 18:52:56','2021-01-12 13:52:56'),
(60390,24294,'action created','2021-01-12 18:52:56','2021-01-12 13:52:56'),
(60391,24294,'action started via WP Cron','2021-01-12 18:54:32','2021-01-12 13:54:32'),
(60392,24294,'action complete via WP Cron','2021-01-12 18:54:32','2021-01-12 13:54:32'),
(60393,24295,'action created','2021-01-12 18:54:32','2021-01-12 13:54:32'),
(60394,24295,'action started via WP Cron','2021-01-12 18:55:12','2021-01-12 13:55:12'),
(60395,24295,'action complete via WP Cron','2021-01-12 18:55:12','2021-01-12 13:55:12'),
(60396,24296,'action created','2021-01-12 18:55:12','2021-01-12 13:55:12'),
(60397,24296,'action started via WP Cron','2021-01-12 18:56:19','2021-01-12 13:56:19'),
(60398,24296,'action complete via WP Cron','2021-01-12 18:56:19','2021-01-12 13:56:19'),
(60399,24297,'action created','2021-01-12 18:56:19','2021-01-12 13:56:19'),
(60400,24297,'action started via WP Cron','2021-01-12 18:57:39','2021-01-12 13:57:39'),
(60401,24297,'action complete via WP Cron','2021-01-12 18:57:39','2021-01-12 13:57:39'),
(60402,24298,'action created','2021-01-12 18:57:39','2021-01-12 13:57:39'),
(60403,24298,'action started via WP Cron','2021-01-12 18:59:09','2021-01-12 13:59:09'),
(60404,24298,'action complete via WP Cron','2021-01-12 18:59:09','2021-01-12 13:59:09'),
(60405,24299,'action created','2021-01-12 18:59:09','2021-01-12 13:59:09'),
(60406,24299,'action started via WP Cron','2021-01-12 18:59:36','2021-01-12 13:59:36'),
(60407,24299,'action complete via WP Cron','2021-01-12 18:59:36','2021-01-12 13:59:36'),
(60408,24300,'action created','2021-01-12 18:59:36','2021-01-12 13:59:36'),
(60409,24300,'action started via WP Cron','2021-01-12 19:00:53','2021-01-12 14:00:53'),
(60410,24300,'action complete via WP Cron','2021-01-12 19:00:53','2021-01-12 14:00:53'),
(60411,24301,'action created','2021-01-12 19:00:53','2021-01-12 14:00:53'),
(60412,24301,'action started via WP Cron','2021-01-12 19:01:16','2021-01-12 14:01:16'),
(60413,24301,'action complete via WP Cron','2021-01-12 19:01:16','2021-01-12 14:01:16'),
(60414,24302,'action created','2021-01-12 19:01:16','2021-01-12 14:01:16'),
(60415,24302,'action started via WP Cron','2021-01-12 19:02:33','2021-01-12 14:02:33'),
(60416,24302,'action complete via WP Cron','2021-01-12 19:02:33','2021-01-12 14:02:33'),
(60417,24303,'action created','2021-01-12 19:02:33','2021-01-12 14:02:33'),
(60418,24303,'action started via WP Cron','2021-01-12 19:03:18','2021-01-12 14:03:18'),
(60419,24303,'action complete via WP Cron','2021-01-12 19:03:18','2021-01-12 14:03:18'),
(60420,24304,'action created','2021-01-12 19:03:18','2021-01-12 14:03:18'),
(60421,24304,'action started via WP Cron','2021-01-12 19:04:14','2021-01-12 14:04:14'),
(60422,24304,'action complete via WP Cron','2021-01-12 19:04:14','2021-01-12 14:04:14'),
(60423,24305,'action created','2021-01-12 19:04:14','2021-01-12 14:04:14'),
(60424,24305,'action started via WP Cron','2021-01-12 19:05:29','2021-01-12 14:05:29'),
(60425,24305,'action complete via WP Cron','2021-01-12 19:05:29','2021-01-12 14:05:29'),
(60426,24306,'action created','2021-01-12 19:05:29','2021-01-12 14:05:29'),
(60427,24306,'action started via WP Cron','2021-01-12 19:06:38','2021-01-12 14:06:38'),
(60428,24306,'action complete via WP Cron','2021-01-12 19:06:38','2021-01-12 14:06:38'),
(60429,24307,'action created','2021-01-12 19:06:38','2021-01-12 14:06:38'),
(60430,24307,'action started via WP Cron','2021-01-12 19:07:17','2021-01-12 14:07:17'),
(60431,24307,'action complete via WP Cron','2021-01-12 19:07:17','2021-01-12 14:07:17'),
(60432,24308,'action created','2021-01-12 19:07:17','2021-01-12 14:07:17'),
(60433,24308,'action started via WP Cron','2021-01-12 19:08:11','2021-01-12 14:08:11'),
(60434,24308,'action complete via WP Cron','2021-01-12 19:08:11','2021-01-12 14:08:11'),
(60435,24309,'action created','2021-01-12 19:08:11','2021-01-12 14:08:11'),
(60436,24309,'action started via WP Cron','2021-01-12 19:09:16','2021-01-12 14:09:16'),
(60437,24309,'action complete via WP Cron','2021-01-12 19:09:16','2021-01-12 14:09:16'),
(60438,24310,'action created','2021-01-12 19:09:16','2021-01-12 14:09:16'),
(60439,24310,'action started via WP Cron','2021-01-12 19:10:21','2021-01-12 14:10:21'),
(60440,24310,'action complete via WP Cron','2021-01-12 19:10:21','2021-01-12 14:10:21'),
(60441,24311,'action created','2021-01-12 19:10:21','2021-01-12 14:10:21'),
(60442,24311,'action started via WP Cron','2021-01-12 19:12:10','2021-01-12 14:12:10'),
(60443,24311,'action complete via WP Cron','2021-01-12 19:12:10','2021-01-12 14:12:10'),
(60444,24312,'action created','2021-01-12 19:12:10','2021-01-12 14:12:10'),
(60445,24312,'action started via WP Cron','2021-01-12 19:12:44','2021-01-12 14:12:44'),
(60446,24312,'action complete via WP Cron','2021-01-12 19:12:44','2021-01-12 14:12:44'),
(60447,24313,'action created','2021-01-12 19:12:44','2021-01-12 14:12:44'),
(60448,24313,'action started via WP Cron','2021-01-12 19:13:18','2021-01-12 14:13:18'),
(60449,24313,'action complete via WP Cron','2021-01-12 19:13:18','2021-01-12 14:13:18'),
(60450,24314,'action created','2021-01-12 19:13:18','2021-01-12 14:13:18'),
(60451,24314,'action started via WP Cron','2021-01-12 19:14:28','2021-01-12 14:14:28'),
(60452,24314,'action complete via WP Cron','2021-01-12 19:14:29','2021-01-12 14:14:29'),
(60453,24315,'action created','2021-01-12 19:14:29','2021-01-12 14:14:29'),
(60454,24315,'action started via WP Cron','2021-01-12 19:15:40','2021-01-12 14:15:40'),
(60455,24315,'action complete via WP Cron','2021-01-12 19:15:40','2021-01-12 14:15:40'),
(60456,24316,'action created','2021-01-12 19:15:40','2021-01-12 14:15:40'),
(60457,24316,'action started via WP Cron','2021-01-12 19:16:48','2021-01-12 14:16:48'),
(60458,24316,'action complete via WP Cron','2021-01-12 19:16:48','2021-01-12 14:16:48'),
(60459,24317,'action created','2021-01-12 19:16:48','2021-01-12 14:16:48'),
(60460,24317,'action started via WP Cron','2021-01-12 19:17:14','2021-01-12 14:17:14'),
(60461,24317,'action complete via WP Cron','2021-01-12 19:17:14','2021-01-12 14:17:14'),
(60462,24318,'action created','2021-01-12 19:17:16','2021-01-12 14:17:16'),
(60463,24318,'action started via WP Cron','2021-01-12 19:18:34','2021-01-12 14:18:34'),
(60464,24318,'action complete via WP Cron','2021-01-12 19:18:34','2021-01-12 14:18:34'),
(60465,24319,'action created','2021-01-12 19:18:34','2021-01-12 14:18:34'),
(60466,24319,'action started via WP Cron','2021-01-12 19:20:42','2021-01-12 14:20:42'),
(60467,24319,'action complete via WP Cron','2021-01-12 19:20:42','2021-01-12 14:20:42'),
(60468,24320,'action created','2021-01-12 19:20:42','2021-01-12 14:20:42'),
(60469,24320,'action started via WP Cron','2021-01-12 19:21:18','2021-01-12 14:21:18'),
(60470,24320,'action complete via WP Cron','2021-01-12 19:21:18','2021-01-12 14:21:18'),
(60471,24321,'action created','2021-01-12 19:21:18','2021-01-12 14:21:18'),
(60472,24321,'action started via WP Cron','2021-01-12 19:22:33','2021-01-12 14:22:33'),
(60473,24321,'action complete via WP Cron','2021-01-12 19:22:33','2021-01-12 14:22:33'),
(60474,24322,'action created','2021-01-12 19:22:33','2021-01-12 14:22:33'),
(60475,24322,'action started via WP Cron','2021-01-12 19:23:17','2021-01-12 14:23:17'),
(60476,24322,'action complete via WP Cron','2021-01-12 19:23:17','2021-01-12 14:23:17'),
(60477,24323,'action created','2021-01-12 19:23:17','2021-01-12 14:23:17'),
(60478,24323,'action started via WP Cron','2021-01-12 19:24:35','2021-01-12 14:24:35'),
(60479,24323,'action complete via WP Cron','2021-01-12 19:24:35','2021-01-12 14:24:35'),
(60480,24324,'action created','2021-01-12 19:24:35','2021-01-12 14:24:35'),
(60481,24324,'action started via WP Cron','2021-01-12 19:25:11','2021-01-12 14:25:11'),
(60482,24324,'action complete via WP Cron','2021-01-12 19:25:11','2021-01-12 14:25:11'),
(60483,24325,'action created','2021-01-12 19:25:11','2021-01-12 14:25:11'),
(60484,24325,'action started via WP Cron','2021-01-12 19:26:33','2021-01-12 14:26:33'),
(60485,24325,'action complete via WP Cron','2021-01-12 19:26:33','2021-01-12 14:26:33'),
(60486,24326,'action created','2021-01-12 19:26:33','2021-01-12 14:26:33'),
(60487,24326,'action started via WP Cron','2021-01-12 19:27:27','2021-01-12 14:27:27'),
(60488,24326,'action complete via WP Cron','2021-01-12 19:27:27','2021-01-12 14:27:27'),
(60489,24327,'action created','2021-01-12 19:27:27','2021-01-12 14:27:27'),
(60490,24327,'action started via WP Cron','2021-01-12 19:29:15','2021-01-12 14:29:15'),
(60491,24327,'action complete via WP Cron','2021-01-12 19:29:15','2021-01-12 14:29:15'),
(60492,24328,'action created','2021-01-12 19:29:15','2021-01-12 14:29:15'),
(60493,24328,'action started via WP Cron','2021-01-12 19:31:58','2021-01-12 14:31:58'),
(60494,24328,'action complete via WP Cron','2021-01-12 19:31:58','2021-01-12 14:31:58'),
(60495,24329,'action created','2021-01-12 19:31:59','2021-01-12 14:31:59'),
(60496,24329,'action started via WP Cron','2021-01-12 19:32:57','2021-01-12 14:32:57'),
(60497,24329,'action complete via WP Cron','2021-01-12 19:32:57','2021-01-12 14:32:57'),
(60498,24330,'action created','2021-01-12 19:32:57','2021-01-12 14:32:57'),
(60499,24330,'action started via WP Cron','2021-01-12 19:34:46','2021-01-12 14:34:46'),
(60500,24330,'action complete via WP Cron','2021-01-12 19:34:46','2021-01-12 14:34:46'),
(60501,24331,'action created','2021-01-12 19:34:46','2021-01-12 14:34:46'),
(60502,24331,'action started via WP Cron','2021-01-12 19:36:15','2021-01-12 14:36:15'),
(60503,24331,'action complete via WP Cron','2021-01-12 19:36:15','2021-01-12 14:36:15'),
(60504,24332,'action created','2021-01-12 19:36:15','2021-01-12 14:36:15'),
(60505,24332,'action started via WP Cron','2021-01-12 19:37:39','2021-01-12 14:37:39'),
(60506,24332,'action complete via WP Cron','2021-01-12 19:37:39','2021-01-12 14:37:39'),
(60507,24333,'action created','2021-01-12 19:37:39','2021-01-12 14:37:39'),
(60508,24333,'action started via WP Cron','2021-01-12 19:38:15','2021-01-12 14:38:15'),
(60509,24333,'action complete via WP Cron','2021-01-12 19:38:15','2021-01-12 14:38:15'),
(60510,24334,'action created','2021-01-12 19:38:15','2021-01-12 14:38:15'),
(60511,24334,'action started via WP Cron','2021-01-12 19:39:49','2021-01-12 14:39:49'),
(60512,24334,'action complete via WP Cron','2021-01-12 19:39:49','2021-01-12 14:39:49'),
(60513,24335,'action created','2021-01-12 19:39:49','2021-01-12 14:39:49'),
(60514,24335,'action started via WP Cron','2021-01-12 19:40:36','2021-01-12 14:40:36'),
(60515,24335,'action complete via WP Cron','2021-01-12 19:40:36','2021-01-12 14:40:36'),
(60516,24336,'action created','2021-01-12 19:40:36','2021-01-12 14:40:36'),
(60517,24336,'action started via WP Cron','2021-01-12 19:43:09','2021-01-12 14:43:09'),
(60518,24336,'action complete via WP Cron','2021-01-12 19:43:09','2021-01-12 14:43:09'),
(60519,24337,'action created','2021-01-12 19:43:09','2021-01-12 14:43:09'),
(60520,24337,'action started via WP Cron','2021-01-12 19:44:26','2021-01-12 14:44:26'),
(60521,24337,'action complete via WP Cron','2021-01-12 19:44:26','2021-01-12 14:44:26'),
(60522,24338,'action created','2021-01-12 19:44:26','2021-01-12 14:44:26'),
(60523,24338,'action started via WP Cron','2021-01-12 19:45:28','2021-01-12 14:45:28'),
(60524,24338,'action complete via WP Cron','2021-01-12 19:45:28','2021-01-12 14:45:28'),
(60525,24339,'action created','2021-01-12 19:45:28','2021-01-12 14:45:28'),
(60526,24339,'action started via WP Cron','2021-01-12 19:46:52','2021-01-12 14:46:52'),
(60527,24339,'action complete via WP Cron','2021-01-12 19:46:52','2021-01-12 14:46:52'),
(60528,24340,'action created','2021-01-12 19:46:52','2021-01-12 14:46:52'),
(60529,24340,'action started via WP Cron','2021-01-12 19:48:02','2021-01-12 14:48:02'),
(60530,24340,'action complete via WP Cron','2021-01-12 19:48:02','2021-01-12 14:48:02'),
(60531,24341,'action created','2021-01-12 19:48:03','2021-01-12 14:48:03'),
(60532,24341,'action started via WP Cron','2021-01-12 19:49:57','2021-01-12 14:49:57'),
(60533,24341,'action complete via WP Cron','2021-01-12 19:49:57','2021-01-12 14:49:57'),
(60534,24342,'action created','2021-01-12 19:49:57','2021-01-12 14:49:57'),
(60535,24342,'action started via WP Cron','2021-01-12 19:50:26','2021-01-12 14:50:26'),
(60536,24342,'action complete via WP Cron','2021-01-12 19:50:26','2021-01-12 14:50:26'),
(60537,24343,'action created','2021-01-12 19:50:26','2021-01-12 14:50:26'),
(60538,24343,'action started via WP Cron','2021-01-12 19:52:04','2021-01-12 14:52:04'),
(60539,24343,'action complete via WP Cron','2021-01-12 19:52:04','2021-01-12 14:52:04'),
(60540,24344,'action created','2021-01-12 19:52:04','2021-01-12 14:52:04'),
(60541,24344,'action started via WP Cron','2021-01-12 19:52:20','2021-01-12 14:52:20'),
(60542,24344,'action complete via WP Cron','2021-01-12 19:52:20','2021-01-12 14:52:20'),
(60543,24345,'action created','2021-01-12 19:52:20','2021-01-12 14:52:20'),
(60544,24345,'action started via WP Cron','2021-01-12 19:53:26','2021-01-12 14:53:26'),
(60545,24345,'action complete via WP Cron','2021-01-12 19:53:26','2021-01-12 14:53:26'),
(60546,24346,'action created','2021-01-12 19:53:26','2021-01-12 14:53:26'),
(60547,24346,'action started via WP Cron','2021-01-12 19:54:54','2021-01-12 14:54:54'),
(60548,24346,'action complete via WP Cron','2021-01-12 19:54:54','2021-01-12 14:54:54'),
(60549,24347,'action created','2021-01-12 19:54:54','2021-01-12 14:54:54'),
(60550,24347,'action started via WP Cron','2021-01-12 19:55:21','2021-01-12 14:55:21'),
(60551,24347,'action complete via WP Cron','2021-01-12 19:55:21','2021-01-12 14:55:21'),
(60552,24348,'action created','2021-01-12 19:55:21','2021-01-12 14:55:21'),
(60553,24348,'action started via WP Cron','2021-01-12 19:56:20','2021-01-12 14:56:20'),
(60554,24348,'action complete via WP Cron','2021-01-12 19:56:20','2021-01-12 14:56:20'),
(60555,24349,'action created','2021-01-12 19:56:20','2021-01-12 14:56:20'),
(60556,24349,'action started via WP Cron','2021-01-12 19:57:52','2021-01-12 14:57:52'),
(60557,24349,'action complete via WP Cron','2021-01-12 19:57:52','2021-01-12 14:57:52'),
(60558,24350,'action created','2021-01-12 19:57:52','2021-01-12 14:57:52'),
(60559,24350,'action started via WP Cron','2021-01-12 19:59:39','2021-01-12 14:59:39'),
(60560,24350,'action complete via WP Cron','2021-01-12 19:59:39','2021-01-12 14:59:39'),
(60561,24351,'action created','2021-01-12 19:59:39','2021-01-12 14:59:39'),
(60562,24351,'action started via WP Cron','2021-01-12 20:00:19','2021-01-12 15:00:19'),
(60563,24351,'action complete via WP Cron','2021-01-12 20:00:19','2021-01-12 15:00:19'),
(60564,24352,'action created','2021-01-12 20:00:19','2021-01-12 15:00:19'),
(60565,24352,'action started via WP Cron','2021-01-12 20:01:22','2021-01-12 15:01:22'),
(60566,24352,'action complete via WP Cron','2021-01-12 20:01:22','2021-01-12 15:01:22'),
(60567,24353,'action created','2021-01-12 20:01:22','2021-01-12 15:01:22'),
(60568,24353,'action started via WP Cron','2021-01-12 20:02:43','2021-01-12 15:02:43'),
(60569,24353,'action complete via WP Cron','2021-01-12 20:02:43','2021-01-12 15:02:43'),
(60570,24354,'action created','2021-01-12 20:02:43','2021-01-12 15:02:43'),
(60571,24354,'action started via WP Cron','2021-01-12 20:03:38','2021-01-12 15:03:38'),
(60572,24354,'action complete via WP Cron','2021-01-12 20:03:38','2021-01-12 15:03:38'),
(60573,24355,'action created','2021-01-12 20:03:38','2021-01-12 15:03:38'),
(60574,24355,'action started via WP Cron','2021-01-12 20:04:43','2021-01-12 15:04:43'),
(60575,24355,'action complete via WP Cron','2021-01-12 20:04:43','2021-01-12 15:04:43'),
(60576,24356,'action created','2021-01-12 20:04:43','2021-01-12 15:04:43'),
(60577,24356,'action started via WP Cron','2021-01-12 20:05:59','2021-01-12 15:05:59'),
(60578,24356,'action complete via WP Cron','2021-01-12 20:05:59','2021-01-12 15:05:59'),
(60579,24357,'action created','2021-01-12 20:05:59','2021-01-12 15:05:59'),
(60580,24357,'action started via WP Cron','2021-01-12 20:06:35','2021-01-12 15:06:35'),
(60581,24357,'action complete via WP Cron','2021-01-12 20:06:35','2021-01-12 15:06:35'),
(60582,24358,'action created','2021-01-12 20:06:35','2021-01-12 15:06:35'),
(60583,24358,'action started via WP Cron','2021-01-12 20:07:25','2021-01-12 15:07:25'),
(60584,24358,'action complete via WP Cron','2021-01-12 20:07:25','2021-01-12 15:07:25'),
(60585,24359,'action created','2021-01-12 20:07:25','2021-01-12 15:07:25'),
(60586,24359,'action started via WP Cron','2021-01-12 20:08:37','2021-01-12 15:08:37'),
(60587,24359,'action complete via WP Cron','2021-01-12 20:08:37','2021-01-12 15:08:37'),
(60588,24360,'action created','2021-01-12 20:08:37','2021-01-12 15:08:37'),
(60589,24360,'action started via WP Cron','2021-01-12 20:09:52','2021-01-12 15:09:52'),
(60590,24360,'action complete via WP Cron','2021-01-12 20:09:52','2021-01-12 15:09:52'),
(60591,24361,'action created','2021-01-12 20:09:52','2021-01-12 15:09:52'),
(60592,24361,'action started via WP Cron','2021-01-12 20:10:29','2021-01-12 15:10:29'),
(60593,24361,'action complete via WP Cron','2021-01-12 20:10:29','2021-01-12 15:10:29'),
(60594,24362,'action created','2021-01-12 20:10:29','2021-01-12 15:10:29'),
(60595,24362,'action started via WP Cron','2021-01-12 20:11:24','2021-01-12 15:11:24'),
(60596,24362,'action complete via WP Cron','2021-01-12 20:11:24','2021-01-12 15:11:24'),
(60597,24363,'action created','2021-01-12 20:11:24','2021-01-12 15:11:24'),
(60598,24363,'action started via WP Cron','2021-01-12 20:12:55','2021-01-12 15:12:55'),
(60599,24363,'action complete via WP Cron','2021-01-12 20:12:55','2021-01-12 15:12:55'),
(60600,24364,'action created','2021-01-12 20:12:55','2021-01-12 15:12:55'),
(60601,24364,'action started via WP Cron','2021-01-12 20:13:44','2021-01-12 15:13:44'),
(60602,24364,'action complete via WP Cron','2021-01-12 20:13:44','2021-01-12 15:13:44'),
(60603,24365,'action created','2021-01-12 20:13:44','2021-01-12 15:13:44'),
(60604,24365,'action started via WP Cron','2021-01-12 20:14:20','2021-01-12 15:14:20'),
(60605,24365,'action complete via WP Cron','2021-01-12 20:14:20','2021-01-12 15:14:20'),
(60606,24366,'action created','2021-01-12 20:14:20','2021-01-12 15:14:20'),
(60607,24366,'action started via WP Cron','2021-01-12 20:16:05','2021-01-12 15:16:05'),
(60608,24366,'action complete via WP Cron','2021-01-12 20:16:05','2021-01-12 15:16:05'),
(60609,24367,'action created','2021-01-12 20:16:05','2021-01-12 15:16:05'),
(60610,24367,'action started via WP Cron','2021-01-12 20:16:20','2021-01-12 15:16:20'),
(60611,24367,'action complete via WP Cron','2021-01-12 20:16:20','2021-01-12 15:16:20'),
(60612,24368,'action created','2021-01-12 20:16:20','2021-01-12 15:16:20'),
(60613,24368,'action started via WP Cron','2021-01-12 20:18:27','2021-01-12 15:18:27'),
(60614,24368,'action complete via WP Cron','2021-01-12 20:18:27','2021-01-12 15:18:27'),
(60615,24369,'action created','2021-01-12 20:18:27','2021-01-12 15:18:27'),
(60616,24369,'action started via WP Cron','2021-01-12 20:19:15','2021-01-12 15:19:15'),
(60617,24369,'action complete via WP Cron','2021-01-12 20:19:15','2021-01-12 15:19:15'),
(60618,24370,'action created','2021-01-12 20:19:15','2021-01-12 15:19:15'),
(60619,24370,'action started via WP Cron','2021-01-12 20:20:21','2021-01-12 15:20:21'),
(60620,24370,'action complete via WP Cron','2021-01-12 20:20:21','2021-01-12 15:20:21'),
(60621,24371,'action created','2021-01-12 20:20:21','2021-01-12 15:20:21'),
(60622,24371,'action started via WP Cron','2021-01-12 20:22:37','2021-01-12 15:22:37'),
(60623,24371,'action complete via WP Cron','2021-01-12 20:22:37','2021-01-12 15:22:37'),
(60624,24372,'action created','2021-01-12 20:22:37','2021-01-12 15:22:37'),
(60625,24372,'action started via WP Cron','2021-01-12 20:23:48','2021-01-12 15:23:48'),
(60626,24372,'action complete via WP Cron','2021-01-12 20:23:48','2021-01-12 15:23:48'),
(60627,24373,'action created','2021-01-12 20:23:48','2021-01-12 15:23:48'),
(60628,24373,'action started via WP Cron','2021-01-12 20:24:37','2021-01-12 15:24:37'),
(60629,24373,'action complete via WP Cron','2021-01-12 20:24:37','2021-01-12 15:24:37'),
(60630,24374,'action created','2021-01-12 20:24:37','2021-01-12 15:24:37'),
(60631,24374,'action started via WP Cron','2021-01-12 20:25:37','2021-01-12 15:25:37'),
(60632,24374,'action complete via WP Cron','2021-01-12 20:25:37','2021-01-12 15:25:37'),
(60633,24375,'action created','2021-01-12 20:25:37','2021-01-12 15:25:37'),
(60634,24375,'action started via WP Cron','2021-01-12 20:26:30','2021-01-12 15:26:30'),
(60635,24375,'action complete via WP Cron','2021-01-12 20:26:30','2021-01-12 15:26:30'),
(60636,24376,'action created','2021-01-12 20:26:30','2021-01-12 15:26:30'),
(60637,24376,'action started via WP Cron','2021-01-12 20:27:44','2021-01-12 15:27:44'),
(60638,24376,'action complete via WP Cron','2021-01-12 20:27:44','2021-01-12 15:27:44'),
(60639,24377,'action created','2021-01-12 20:27:44','2021-01-12 15:27:44'),
(60640,24377,'action started via WP Cron','2021-01-12 20:30:15','2021-01-12 15:30:15'),
(60641,24377,'action complete via WP Cron','2021-01-12 20:30:15','2021-01-12 15:30:15'),
(60642,24378,'action created','2021-01-12 20:30:15','2021-01-12 15:30:15'),
(60643,24378,'action started via WP Cron','2021-01-12 20:32:34','2021-01-12 15:32:34'),
(60644,24378,'action complete via WP Cron','2021-01-12 20:32:34','2021-01-12 15:32:34'),
(60645,24379,'action created','2021-01-12 20:32:34','2021-01-12 15:32:34'),
(60646,24379,'action started via WP Cron','2021-01-12 20:36:23','2021-01-12 15:36:23'),
(60647,24379,'action complete via WP Cron','2021-01-12 20:36:23','2021-01-12 15:36:23'),
(60648,24380,'action created','2021-01-12 20:36:23','2021-01-12 15:36:23'),
(60649,24380,'action started via WP Cron','2021-01-12 20:37:54','2021-01-12 15:37:54'),
(60650,24380,'action complete via WP Cron','2021-01-12 20:37:54','2021-01-12 15:37:54'),
(60651,24381,'action created','2021-01-12 20:37:54','2021-01-12 15:37:54'),
(60652,24381,'action started via WP Cron','2021-01-12 20:40:04','2021-01-12 15:40:04'),
(60653,24381,'action complete via WP Cron','2021-01-12 20:40:04','2021-01-12 15:40:04'),
(60654,24382,'action created','2021-01-12 20:40:04','2021-01-12 15:40:04'),
(60655,24382,'action started via WP Cron','2021-01-12 20:40:14','2021-01-12 15:40:14'),
(60656,24382,'action complete via WP Cron','2021-01-12 20:40:14','2021-01-12 15:40:14'),
(60657,24383,'action created','2021-01-12 20:40:14','2021-01-12 15:40:14'),
(60658,24383,'action started via WP Cron','2021-01-12 20:41:25','2021-01-12 15:41:25'),
(60659,24383,'action complete via WP Cron','2021-01-12 20:41:25','2021-01-12 15:41:25'),
(60660,24384,'action created','2021-01-12 20:41:25','2021-01-12 15:41:25'),
(60661,24384,'action started via WP Cron','2021-01-12 20:42:13','2021-01-12 15:42:13'),
(60662,24384,'action complete via WP Cron','2021-01-12 20:42:13','2021-01-12 15:42:13'),
(60663,24385,'action created','2021-01-12 20:42:13','2021-01-12 15:42:13'),
(60664,24385,'action started via WP Cron','2021-01-12 20:43:36','2021-01-12 15:43:36'),
(60665,24385,'action complete via WP Cron','2021-01-12 20:43:36','2021-01-12 15:43:36'),
(60666,24386,'action created','2021-01-12 20:43:36','2021-01-12 15:43:36'),
(60667,24386,'action started via WP Cron','2021-01-12 20:45:17','2021-01-12 15:45:17'),
(60668,24386,'action complete via WP Cron','2021-01-12 20:45:17','2021-01-12 15:45:17'),
(60669,24387,'action created','2021-01-12 20:45:17','2021-01-12 15:45:17'),
(60670,24387,'action started via WP Cron','2021-01-12 20:46:22','2021-01-12 15:46:22'),
(60671,24387,'action complete via WP Cron','2021-01-12 20:46:23','2021-01-12 15:46:23'),
(60672,24388,'action created','2021-01-12 20:46:23','2021-01-12 15:46:23'),
(60673,24388,'action started via WP Cron','2021-01-12 20:47:34','2021-01-12 15:47:34'),
(60674,24388,'action complete via WP Cron','2021-01-12 20:47:34','2021-01-12 15:47:34'),
(60675,24389,'action created','2021-01-12 20:47:34','2021-01-12 15:47:34'),
(60676,24389,'action started via WP Cron','2021-01-12 20:48:14','2021-01-12 15:48:14'),
(60677,24389,'action complete via WP Cron','2021-01-12 20:48:14','2021-01-12 15:48:14'),
(60678,24390,'action created','2021-01-12 20:48:14','2021-01-12 15:48:14'),
(60679,24390,'action started via WP Cron','2021-01-12 20:49:29','2021-01-12 15:49:29'),
(60680,24390,'action complete via WP Cron','2021-01-12 20:49:29','2021-01-12 15:49:29'),
(60681,24391,'action created','2021-01-12 20:49:29','2021-01-12 15:49:29'),
(60682,24391,'action started via WP Cron','2021-01-12 20:50:22','2021-01-12 15:50:22'),
(60683,24391,'action complete via WP Cron','2021-01-12 20:50:22','2021-01-12 15:50:22'),
(60684,24392,'action created','2021-01-12 20:50:22','2021-01-12 15:50:22'),
(60685,24392,'action started via WP Cron','2021-01-12 20:51:17','2021-01-12 15:51:17'),
(60686,24392,'action complete via WP Cron','2021-01-12 20:51:17','2021-01-12 15:51:17'),
(60687,24393,'action created','2021-01-12 20:51:17','2021-01-12 15:51:17'),
(60688,24393,'action started via WP Cron','2021-01-12 20:52:12','2021-01-12 15:52:12'),
(60689,24393,'action complete via WP Cron','2021-01-12 20:52:12','2021-01-12 15:52:12'),
(60690,24394,'action created','2021-01-12 20:52:12','2021-01-12 15:52:12'),
(60691,24394,'action started via WP Cron','2021-01-12 20:53:53','2021-01-12 15:53:53'),
(60692,24394,'action complete via WP Cron','2021-01-12 20:53:53','2021-01-12 15:53:53'),
(60693,24395,'action created','2021-01-12 20:53:53','2021-01-12 15:53:53'),
(60694,24395,'action started via WP Cron','2021-01-12 20:54:13','2021-01-12 15:54:13'),
(60695,24395,'action complete via WP Cron','2021-01-12 20:54:13','2021-01-12 15:54:13'),
(60696,24396,'action created','2021-01-12 20:54:13','2021-01-12 15:54:13'),
(60697,24396,'action started via WP Cron','2021-01-12 20:56:17','2021-01-12 15:56:17'),
(60698,24396,'action complete via WP Cron','2021-01-12 20:56:17','2021-01-12 15:56:17'),
(60699,24397,'action created','2021-01-12 20:56:17','2021-01-12 15:56:17'),
(60700,24397,'action started via WP Cron','2021-01-12 20:57:37','2021-01-12 15:57:37'),
(60701,24397,'action complete via WP Cron','2021-01-12 20:57:37','2021-01-12 15:57:37'),
(60702,24398,'action created','2021-01-12 20:57:37','2021-01-12 15:57:37'),
(60703,24398,'action started via WP Cron','2021-01-12 20:58:18','2021-01-12 15:58:18'),
(60704,24398,'action complete via WP Cron','2021-01-12 20:58:18','2021-01-12 15:58:18'),
(60705,24399,'action created','2021-01-12 20:58:19','2021-01-12 15:58:19'),
(60706,24399,'action started via WP Cron','2021-01-12 21:00:09','2021-01-12 16:00:09'),
(60707,24399,'action complete via WP Cron','2021-01-12 21:00:09','2021-01-12 16:00:09'),
(60708,24400,'action created','2021-01-12 21:00:09','2021-01-12 16:00:09'),
(60709,24400,'action started via WP Cron','2021-01-12 21:00:23','2021-01-12 16:00:23'),
(60710,24400,'action complete via WP Cron','2021-01-12 21:00:23','2021-01-12 16:00:23'),
(60711,24401,'action created','2021-01-12 21:00:23','2021-01-12 16:00:23'),
(60712,24401,'action started via WP Cron','2021-01-12 21:01:23','2021-01-12 16:01:23'),
(60713,24401,'action complete via WP Cron','2021-01-12 21:01:23','2021-01-12 16:01:23'),
(60714,24402,'action created','2021-01-12 21:01:23','2021-01-12 16:01:23'),
(60715,24402,'action started via WP Cron','2021-01-12 21:02:12','2021-01-12 16:02:12'),
(60716,24402,'action complete via WP Cron','2021-01-12 21:02:12','2021-01-12 16:02:12'),
(60717,24403,'action created','2021-01-12 21:02:12','2021-01-12 16:02:12'),
(60718,24403,'action started via WP Cron','2021-01-12 21:03:34','2021-01-12 16:03:34'),
(60719,24403,'action complete via WP Cron','2021-01-12 21:03:34','2021-01-12 16:03:34'),
(60720,24404,'action created','2021-01-12 21:03:34','2021-01-12 16:03:34'),
(60721,24404,'action started via WP Cron','2021-01-12 21:04:13','2021-01-12 16:04:13'),
(60722,24404,'action complete via WP Cron','2021-01-12 21:04:13','2021-01-12 16:04:13'),
(60723,24405,'action created','2021-01-12 21:04:13','2021-01-12 16:04:13'),
(60724,24405,'action started via WP Cron','2021-01-12 21:05:11','2021-01-12 16:05:11'),
(60725,24405,'action complete via WP Cron','2021-01-12 21:05:11','2021-01-12 16:05:11'),
(60726,24406,'action created','2021-01-12 21:05:11','2021-01-12 16:05:11'),
(60727,24406,'action started via WP Cron','2021-01-12 21:07:34','2021-01-12 16:07:34'),
(60728,24406,'action complete via WP Cron','2021-01-12 21:07:34','2021-01-12 16:07:34'),
(60729,24407,'action created','2021-01-12 21:07:34','2021-01-12 16:07:34'),
(60730,24407,'action started via WP Cron','2021-01-12 21:12:30','2021-01-12 16:12:30'),
(60731,24407,'action complete via WP Cron','2021-01-12 21:12:30','2021-01-12 16:12:30'),
(60732,24408,'action created','2021-01-12 21:12:30','2021-01-12 16:12:30'),
(60733,24408,'action started via WP Cron','2021-01-12 21:14:29','2021-01-12 16:14:29'),
(60734,24408,'action complete via WP Cron','2021-01-12 21:14:29','2021-01-12 16:14:29'),
(60735,24409,'action created','2021-01-12 21:14:29','2021-01-12 16:14:29'),
(60736,24409,'action started via WP Cron','2021-01-12 21:15:39','2021-01-12 16:15:39'),
(60737,24409,'action complete via WP Cron','2021-01-12 21:15:39','2021-01-12 16:15:39'),
(60738,24410,'action created','2021-01-12 21:15:39','2021-01-12 16:15:39'),
(60739,24410,'action started via WP Cron','2021-01-12 21:16:42','2021-01-12 16:16:42'),
(60740,24410,'action complete via WP Cron','2021-01-12 21:16:42','2021-01-12 16:16:42'),
(60741,24411,'action created','2021-01-12 21:16:42','2021-01-12 16:16:42'),
(60742,24411,'action started via WP Cron','2021-01-12 21:18:05','2021-01-12 16:18:05'),
(60743,24411,'action complete via WP Cron','2021-01-12 21:18:05','2021-01-12 16:18:05'),
(60744,24412,'action created','2021-01-12 21:18:05','2021-01-12 16:18:05'),
(60745,24412,'action started via WP Cron','2021-01-12 21:19:36','2021-01-12 16:19:36'),
(60746,24412,'action complete via WP Cron','2021-01-12 21:19:36','2021-01-12 16:19:36'),
(60747,24413,'action created','2021-01-12 21:19:36','2021-01-12 16:19:36'),
(60748,24413,'action started via WP Cron','2021-01-12 21:20:54','2021-01-12 16:20:54'),
(60749,24413,'action complete via WP Cron','2021-01-12 21:20:54','2021-01-12 16:20:54'),
(60750,24414,'action created','2021-01-12 21:20:54','2021-01-12 16:20:54'),
(60751,24414,'action started via WP Cron','2021-01-12 21:21:18','2021-01-12 16:21:18'),
(60752,24414,'action complete via WP Cron','2021-01-12 21:21:18','2021-01-12 16:21:18'),
(60753,24415,'action created','2021-01-12 21:21:18','2021-01-12 16:21:18'),
(60754,24415,'action started via WP Cron','2021-01-12 21:22:19','2021-01-12 16:22:19'),
(60755,24415,'action complete via WP Cron','2021-01-12 21:22:19','2021-01-12 16:22:19'),
(60756,24416,'action created','2021-01-12 21:22:19','2021-01-12 16:22:19'),
(60757,24416,'action started via WP Cron','2021-01-12 21:23:28','2021-01-12 16:23:28'),
(60758,24416,'action complete via WP Cron','2021-01-12 21:23:28','2021-01-12 16:23:28'),
(60759,24417,'action created','2021-01-12 21:23:28','2021-01-12 16:23:28'),
(60760,24417,'action started via WP Cron','2021-01-12 21:26:27','2021-01-12 16:26:27'),
(60761,24417,'action complete via WP Cron','2021-01-12 21:26:27','2021-01-12 16:26:27'),
(60762,24418,'action created','2021-01-12 21:26:27','2021-01-12 16:26:27'),
(60763,24418,'action started via WP Cron','2021-01-12 21:27:22','2021-01-12 16:27:22'),
(60764,24418,'action complete via WP Cron','2021-01-12 21:27:22','2021-01-12 16:27:22'),
(60765,24419,'action created','2021-01-12 21:27:22','2021-01-12 16:27:22'),
(60766,24419,'action started via WP Cron','2021-01-12 21:30:51','2021-01-12 16:30:51'),
(60767,24419,'action complete via WP Cron','2021-01-12 21:30:51','2021-01-12 16:30:51'),
(60768,24420,'action created','2021-01-12 21:30:51','2021-01-12 16:30:51'),
(60769,24420,'action started via WP Cron','2021-01-12 21:31:23','2021-01-12 16:31:23'),
(60770,24420,'action complete via WP Cron','2021-01-12 21:31:23','2021-01-12 16:31:23'),
(60771,24421,'action created','2021-01-12 21:31:23','2021-01-12 16:31:23'),
(60772,24421,'action started via WP Cron','2021-01-12 21:34:56','2021-01-12 16:34:56'),
(60773,24421,'action complete via WP Cron','2021-01-12 21:34:56','2021-01-12 16:34:56'),
(60774,24422,'action created','2021-01-12 21:34:56','2021-01-12 16:34:56'),
(60775,24422,'action started via WP Cron','2021-01-12 21:35:13','2021-01-12 16:35:13'),
(60776,24422,'action complete via WP Cron','2021-01-12 21:35:13','2021-01-12 16:35:13'),
(60777,24423,'action created','2021-01-12 21:35:13','2021-01-12 16:35:13'),
(60778,24423,'action started via WP Cron','2021-01-12 21:36:37','2021-01-12 16:36:37'),
(60779,24423,'action complete via WP Cron','2021-01-12 21:36:37','2021-01-12 16:36:37'),
(60780,24424,'action created','2021-01-12 21:36:37','2021-01-12 16:36:37'),
(60781,24424,'action started via WP Cron','2021-01-12 21:38:54','2021-01-12 16:38:54'),
(60782,24424,'action complete via WP Cron','2021-01-12 21:38:54','2021-01-12 16:38:54'),
(60783,24425,'action created','2021-01-12 21:38:54','2021-01-12 16:38:54'),
(60784,24425,'action started via WP Cron','2021-01-12 21:39:45','2021-01-12 16:39:45'),
(60785,24425,'action complete via WP Cron','2021-01-12 21:39:45','2021-01-12 16:39:45'),
(60786,24426,'action created','2021-01-12 21:39:45','2021-01-12 16:39:45'),
(60787,24426,'action started via WP Cron','2021-01-12 21:40:20','2021-01-12 16:40:20'),
(60788,24426,'action complete via WP Cron','2021-01-12 21:40:20','2021-01-12 16:40:20'),
(60789,24427,'action created','2021-01-12 21:40:20','2021-01-12 16:40:20'),
(60790,24427,'action started via WP Cron','2021-01-12 21:43:21','2021-01-12 16:43:21'),
(60791,24427,'action complete via WP Cron','2021-01-12 21:43:21','2021-01-12 16:43:21'),
(60792,24428,'action created','2021-01-12 21:43:21','2021-01-12 16:43:21'),
(60793,24428,'action started via WP Cron','2021-01-12 21:44:41','2021-01-12 16:44:41'),
(60794,24428,'action complete via WP Cron','2021-01-12 21:44:41','2021-01-12 16:44:41'),
(60795,24429,'action created','2021-01-12 21:44:41','2021-01-12 16:44:41'),
(60796,24429,'action started via WP Cron','2021-01-12 21:45:13','2021-01-12 16:45:13'),
(60797,24429,'action complete via WP Cron','2021-01-12 21:45:13','2021-01-12 16:45:13'),
(60798,24430,'action created','2021-01-12 21:45:15','2021-01-12 16:45:15'),
(60799,24430,'action started via WP Cron','2021-01-12 21:46:37','2021-01-12 16:46:37'),
(60800,24430,'action complete via WP Cron','2021-01-12 21:46:37','2021-01-12 16:46:37'),
(60801,24431,'action created','2021-01-12 21:46:37','2021-01-12 16:46:37'),
(60802,24431,'action started via WP Cron','2021-01-12 21:47:33','2021-01-12 16:47:33'),
(60803,24431,'action complete via WP Cron','2021-01-12 21:47:33','2021-01-12 16:47:33'),
(60804,24432,'action created','2021-01-12 21:47:33','2021-01-12 16:47:33'),
(60805,24432,'action started via WP Cron','2021-01-12 21:48:13','2021-01-12 16:48:13'),
(60806,24432,'action complete via WP Cron','2021-01-12 21:48:13','2021-01-12 16:48:13'),
(60807,24433,'action created','2021-01-12 21:48:13','2021-01-12 16:48:13'),
(60808,24433,'action started via WP Cron','2021-01-12 21:50:35','2021-01-12 16:50:35'),
(60809,24433,'action complete via WP Cron','2021-01-12 21:50:35','2021-01-12 16:50:35'),
(60810,24434,'action created','2021-01-12 21:50:35','2021-01-12 16:50:35'),
(60811,24434,'action started via WP Cron','2021-01-12 21:53:17','2021-01-12 16:53:17'),
(60812,24434,'action complete via WP Cron','2021-01-12 21:53:18','2021-01-12 16:53:18'),
(60813,24435,'action created','2021-01-12 21:53:18','2021-01-12 16:53:18'),
(60814,24435,'action started via WP Cron','2021-01-12 21:54:39','2021-01-12 16:54:39'),
(60815,24435,'action complete via WP Cron','2021-01-12 21:54:39','2021-01-12 16:54:39'),
(60816,24436,'action created','2021-01-12 21:54:39','2021-01-12 16:54:39'),
(60817,24436,'action started via WP Cron','2021-01-12 21:55:57','2021-01-12 16:55:57'),
(60818,24436,'action complete via WP Cron','2021-01-12 21:55:57','2021-01-12 16:55:57'),
(60819,24437,'action created','2021-01-12 21:55:57','2021-01-12 16:55:57'),
(60820,24437,'action started via WP Cron','2021-01-12 21:56:34','2021-01-12 16:56:34'),
(60821,24437,'action complete via WP Cron','2021-01-12 21:56:34','2021-01-12 16:56:34'),
(60822,24438,'action created','2021-01-12 21:56:34','2021-01-12 16:56:34'),
(60823,24438,'action started via WP Cron','2021-01-12 21:57:24','2021-01-12 16:57:24'),
(60824,24438,'action complete via WP Cron','2021-01-12 21:57:24','2021-01-12 16:57:24'),
(60825,24439,'action created','2021-01-12 21:57:25','2021-01-12 16:57:25'),
(60826,24439,'action started via WP Cron','2021-01-12 21:58:28','2021-01-12 16:58:28'),
(60827,24439,'action complete via WP Cron','2021-01-12 21:58:28','2021-01-12 16:58:28'),
(60828,24440,'action created','2021-01-12 21:58:28','2021-01-12 16:58:28'),
(60829,24440,'action started via WP Cron','2021-01-12 21:59:12','2021-01-12 16:59:12'),
(60830,24440,'action complete via WP Cron','2021-01-12 21:59:12','2021-01-12 16:59:12'),
(60831,24441,'action created','2021-01-12 21:59:12','2021-01-12 16:59:12'),
(60832,24441,'action started via WP Cron','2021-01-12 22:00:38','2021-01-12 17:00:38'),
(60833,24441,'action complete via WP Cron','2021-01-12 22:00:38','2021-01-12 17:00:38'),
(60834,24442,'action created','2021-01-12 22:00:38','2021-01-12 17:00:38'),
(60835,24442,'action started via WP Cron','2021-01-12 22:01:40','2021-01-12 17:01:40'),
(60836,24442,'action complete via WP Cron','2021-01-12 22:01:40','2021-01-12 17:01:40'),
(60837,24443,'action created','2021-01-12 22:01:40','2021-01-12 17:01:40'),
(60838,24443,'action started via WP Cron','2021-01-12 22:02:43','2021-01-12 17:02:43'),
(60839,24443,'action complete via WP Cron','2021-01-12 22:02:43','2021-01-12 17:02:43'),
(60840,24444,'action created','2021-01-12 22:02:52','2021-01-12 17:02:52'),
(60841,24444,'action started via WP Cron','2021-01-12 22:03:14','2021-01-12 17:03:14'),
(60842,24444,'action complete via WP Cron','2021-01-12 22:03:14','2021-01-12 17:03:14'),
(60843,24445,'action created','2021-01-12 22:03:45','2021-01-12 17:03:45'),
(60844,24445,'action started via WP Cron','2021-01-12 22:04:33','2021-01-12 17:04:33'),
(60845,24445,'action complete via WP Cron','2021-01-12 22:04:33','2021-01-12 17:04:33'),
(60846,24446,'action created','2021-01-12 22:04:33','2021-01-12 17:04:33'),
(60847,24446,'action started via WP Cron','2021-01-12 22:06:02','2021-01-12 17:06:02'),
(60848,24446,'action complete via WP Cron','2021-01-12 22:06:02','2021-01-12 17:06:02'),
(60849,24447,'action created','2021-01-12 22:06:02','2021-01-12 17:06:02'),
(60850,24447,'action started via WP Cron','2021-01-12 22:06:33','2021-01-12 17:06:33'),
(60851,24447,'action complete via WP Cron','2021-01-12 22:06:33','2021-01-12 17:06:33'),
(60852,24448,'action created','2021-01-12 22:06:33','2021-01-12 17:06:33'),
(60853,24448,'action started via WP Cron','2021-01-12 22:07:21','2021-01-12 17:07:21'),
(60854,24448,'action complete via WP Cron','2021-01-12 22:07:21','2021-01-12 17:07:21'),
(60855,24449,'action created','2021-01-12 22:08:29','2021-01-12 17:08:29'),
(60856,24449,'action started via WP Cron','2021-01-12 22:09:14','2021-01-12 17:09:14'),
(60857,24449,'action complete via WP Cron','2021-01-12 22:09:14','2021-01-12 17:09:14'),
(60858,24450,'action created','2021-01-12 22:09:14','2021-01-12 17:09:14'),
(60859,24450,'action started via WP Cron','2021-01-12 22:11:29','2021-01-12 17:11:29'),
(60860,24450,'action complete via WP Cron','2021-01-12 22:11:29','2021-01-12 17:11:29'),
(60861,24451,'action created','2021-01-12 22:12:05','2021-01-12 17:12:05'),
(60862,24451,'action started via WP Cron','2021-01-12 22:13:21','2021-01-12 17:13:21'),
(60863,24451,'action complete via WP Cron','2021-01-12 22:13:21','2021-01-12 17:13:21'),
(60864,24452,'action created','2021-01-12 22:13:21','2021-01-12 17:13:21'),
(60865,24452,'action started via WP Cron','2021-01-12 22:14:38','2021-01-12 17:14:38'),
(60866,24452,'action complete via WP Cron','2021-01-12 22:14:38','2021-01-12 17:14:38'),
(60867,24453,'action created','2021-01-12 22:14:38','2021-01-12 17:14:38'),
(60868,24453,'action started via WP Cron','2021-01-12 22:15:30','2021-01-12 17:15:30'),
(60869,24453,'action complete via WP Cron','2021-01-12 22:15:30','2021-01-12 17:15:30'),
(60870,24454,'action created','2021-01-12 22:15:30','2021-01-12 17:15:30'),
(60871,24454,'action started via WP Cron','2021-01-12 22:16:31','2021-01-12 17:16:31'),
(60872,24454,'action complete via WP Cron','2021-01-12 22:16:31','2021-01-12 17:16:31'),
(60873,24455,'action created','2021-01-12 22:16:31','2021-01-12 17:16:31'),
(60874,24455,'action started via WP Cron','2021-01-12 22:17:58','2021-01-12 17:17:58'),
(60875,24455,'action complete via WP Cron','2021-01-12 22:17:58','2021-01-12 17:17:58'),
(60876,24456,'action created','2021-01-12 22:18:00','2021-01-12 17:18:00'),
(60877,24456,'action started via WP Cron','2021-01-12 22:19:44','2021-01-12 17:19:44'),
(60878,24456,'action complete via WP Cron','2021-01-12 22:19:44','2021-01-12 17:19:44'),
(60879,24457,'action created','2021-01-12 22:20:36','2021-01-12 17:20:36'),
(60880,24457,'action started via WP Cron','2021-01-12 22:21:24','2021-01-12 17:21:24'),
(60881,24457,'action complete via WP Cron','2021-01-12 22:21:24','2021-01-12 17:21:24'),
(60882,24458,'action created','2021-01-12 22:21:24','2021-01-12 17:21:24'),
(60883,24458,'action started via WP Cron','2021-01-12 22:24:09','2021-01-12 17:24:09'),
(60884,24458,'action complete via WP Cron','2021-01-12 22:24:09','2021-01-12 17:24:09'),
(60885,24459,'action created','2021-01-12 22:24:09','2021-01-12 17:24:09'),
(60886,24459,'action started via WP Cron','2021-01-12 22:25:14','2021-01-12 17:25:14'),
(60887,24459,'action complete via WP Cron','2021-01-12 22:25:14','2021-01-12 17:25:14'),
(60888,24460,'action created','2021-01-12 22:25:14','2021-01-12 17:25:14'),
(60889,24460,'action started via WP Cron','2021-01-12 22:26:15','2021-01-12 17:26:15'),
(60890,24460,'action complete via WP Cron','2021-01-12 22:26:15','2021-01-12 17:26:15'),
(60891,24461,'action created','2021-01-12 22:26:15','2021-01-12 17:26:15'),
(60892,24461,'action started via WP Cron','2021-01-12 22:27:45','2021-01-12 17:27:45'),
(60893,24461,'action complete via WP Cron','2021-01-12 22:27:45','2021-01-12 17:27:45'),
(60894,24462,'action created','2021-01-12 22:27:45','2021-01-12 17:27:45'),
(60895,24462,'action started via WP Cron','2021-01-12 22:28:44','2021-01-12 17:28:44'),
(60896,24462,'action complete via WP Cron','2021-01-12 22:28:44','2021-01-12 17:28:44'),
(60897,24463,'action created','2021-01-12 22:28:44','2021-01-12 17:28:44'),
(60898,24463,'action started via WP Cron','2021-01-12 22:30:06','2021-01-12 17:30:06'),
(60899,24463,'action complete via WP Cron','2021-01-12 22:30:06','2021-01-12 17:30:06'),
(60900,24464,'action created','2021-01-12 22:30:38','2021-01-12 17:30:38'),
(60901,24464,'action started via WP Cron','2021-01-12 22:33:23','2021-01-12 17:33:23'),
(60902,24464,'action complete via WP Cron','2021-01-12 22:33:23','2021-01-12 17:33:23'),
(60903,24465,'action created','2021-01-12 22:33:23','2021-01-12 17:33:23'),
(60904,24465,'action started via WP Cron','2021-01-12 22:35:48','2021-01-12 17:35:48'),
(60905,24465,'action complete via WP Cron','2021-01-12 22:35:48','2021-01-12 17:35:48'),
(60906,24466,'action created','2021-01-12 22:35:49','2021-01-12 17:35:49'),
(60907,24466,'action started via WP Cron','2021-01-12 22:37:48','2021-01-12 17:37:48'),
(60908,24466,'action complete via WP Cron','2021-01-12 22:37:48','2021-01-12 17:37:48'),
(60909,24467,'action created','2021-01-12 22:37:48','2021-01-12 17:37:48'),
(60910,24467,'action started via WP Cron','2021-01-12 22:39:31','2021-01-12 17:39:31'),
(60911,24467,'action complete via WP Cron','2021-01-12 22:39:31','2021-01-12 17:39:31'),
(60912,24468,'action created','2021-01-12 22:40:06','2021-01-12 17:40:06'),
(60913,24468,'action started via WP Cron','2021-01-12 22:40:22','2021-01-12 17:40:22'),
(60914,24468,'action complete via WP Cron','2021-01-12 22:40:22','2021-01-12 17:40:22'),
(60915,24469,'action created','2021-01-12 22:40:22','2021-01-12 17:40:22'),
(60916,24469,'action started via WP Cron','2021-01-12 22:42:11','2021-01-12 17:42:11'),
(60917,24469,'action complete via WP Cron','2021-01-12 22:42:11','2021-01-12 17:42:11'),
(60918,24470,'action created','2021-01-12 22:42:11','2021-01-12 17:42:11'),
(60919,24470,'action started via WP Cron','2021-01-12 22:44:47','2021-01-12 17:44:47'),
(60920,24470,'action complete via WP Cron','2021-01-12 22:44:47','2021-01-12 17:44:47'),
(60921,24471,'action created','2021-01-12 22:44:47','2021-01-12 17:44:47'),
(60922,24471,'action started via WP Cron','2021-01-12 22:45:48','2021-01-12 17:45:48'),
(60923,24471,'action complete via WP Cron','2021-01-12 22:45:48','2021-01-12 17:45:48'),
(60924,24472,'action created','2021-01-12 22:45:48','2021-01-12 17:45:48'),
(60925,24472,'action started via WP Cron','2021-01-12 22:47:10','2021-01-12 17:47:10'),
(60926,24472,'action complete via WP Cron','2021-01-12 22:47:10','2021-01-12 17:47:10'),
(60927,24473,'action created','2021-01-12 22:47:10','2021-01-12 17:47:10'),
(60928,24473,'action started via WP Cron','2021-01-12 22:49:34','2021-01-12 17:49:34'),
(60929,24473,'action complete via WP Cron','2021-01-12 22:49:34','2021-01-12 17:49:34'),
(60930,24474,'action created','2021-01-12 22:49:34','2021-01-12 17:49:34'),
(60931,24474,'action started via WP Cron','2021-01-12 22:50:31','2021-01-12 17:50:31'),
(60932,24474,'action complete via WP Cron','2021-01-12 22:50:31','2021-01-12 17:50:31'),
(60933,24475,'action created','2021-01-12 22:50:31','2021-01-12 17:50:31'),
(60934,24475,'action started via WP Cron','2021-01-12 22:52:09','2021-01-12 17:52:09'),
(60935,24475,'action complete via WP Cron','2021-01-12 22:52:09','2021-01-12 17:52:09'),
(60936,24476,'action created','2021-01-12 22:52:09','2021-01-12 17:52:09'),
(60937,24476,'action started via WP Cron','2021-01-12 22:53:31','2021-01-12 17:53:31'),
(60938,24476,'action complete via WP Cron','2021-01-12 22:53:31','2021-01-12 17:53:31'),
(60939,24477,'action created','2021-01-12 22:53:31','2021-01-12 17:53:31'),
(60940,24477,'action started via WP Cron','2021-01-12 22:54:21','2021-01-12 17:54:21'),
(60941,24477,'action complete via WP Cron','2021-01-12 22:54:21','2021-01-12 17:54:21'),
(60942,24478,'action created','2021-01-12 22:54:21','2021-01-12 17:54:21'),
(60943,24478,'action started via WP Cron','2021-01-12 22:55:34','2021-01-12 17:55:34'),
(60944,24478,'action complete via WP Cron','2021-01-12 22:55:34','2021-01-12 17:55:34'),
(60945,24479,'action created','2021-01-12 22:56:07','2021-01-12 17:56:07'),
(60946,24479,'action started via WP Cron','2021-01-12 22:57:35','2021-01-12 17:57:35'),
(60947,24479,'action complete via WP Cron','2021-01-12 22:57:35','2021-01-12 17:57:35'),
(60948,24480,'action created','2021-01-12 22:58:02','2021-01-12 17:58:02'),
(60949,24480,'action started via WP Cron','2021-01-12 22:58:50','2021-01-12 17:58:50'),
(60950,24480,'action complete via WP Cron','2021-01-12 22:58:50','2021-01-12 17:58:50'),
(60951,24481,'action created','2021-01-12 22:58:50','2021-01-12 17:58:50'),
(60952,24481,'action started via WP Cron','2021-01-12 22:59:33','2021-01-12 17:59:33'),
(60953,24481,'action complete via WP Cron','2021-01-12 22:59:33','2021-01-12 17:59:33'),
(60954,24482,'action created','2021-01-12 22:59:33','2021-01-12 17:59:33'),
(60955,24482,'action started via WP Cron','2021-01-12 23:00:33','2021-01-12 18:00:33'),
(60956,24482,'action complete via WP Cron','2021-01-12 23:00:33','2021-01-12 18:00:33'),
(60957,24483,'action created','2021-01-12 23:00:33','2021-01-12 18:00:33'),
(60958,24483,'action started via WP Cron','2021-01-12 23:01:18','2021-01-12 18:01:18'),
(60959,24483,'action complete via WP Cron','2021-01-12 23:01:18','2021-01-12 18:01:18'),
(60960,24484,'action created','2021-01-12 23:01:18','2021-01-12 18:01:18'),
(60961,24484,'action started via WP Cron','2021-01-12 23:02:58','2021-01-12 18:02:58'),
(60962,24484,'action complete via WP Cron','2021-01-12 23:02:58','2021-01-12 18:02:58'),
(60963,24485,'action created','2021-01-12 23:02:58','2021-01-12 18:02:58'),
(60964,24485,'action started via WP Cron','2021-01-12 23:03:37','2021-01-12 18:03:37'),
(60965,24485,'action complete via WP Cron','2021-01-12 23:03:37','2021-01-12 18:03:37'),
(60966,24486,'action created','2021-01-12 23:03:37','2021-01-12 18:03:37'),
(60967,24486,'action started via WP Cron','2021-01-12 23:04:39','2021-01-12 18:04:39'),
(60968,24486,'action complete via WP Cron','2021-01-12 23:04:39','2021-01-12 18:04:39'),
(60969,24487,'action created','2021-01-12 23:04:39','2021-01-12 18:04:39'),
(60970,24487,'action started via WP Cron','2021-01-12 23:06:50','2021-01-12 18:06:50'),
(60971,24487,'action complete via WP Cron','2021-01-12 23:06:50','2021-01-12 18:06:50'),
(60972,24488,'action created','2021-01-12 23:06:50','2021-01-12 18:06:50'),
(60973,24488,'action started via WP Cron','2021-01-12 23:07:44','2021-01-12 18:07:44'),
(60974,24488,'action complete via WP Cron','2021-01-12 23:07:44','2021-01-12 18:07:44'),
(60975,24489,'action created','2021-01-12 23:07:44','2021-01-12 18:07:44'),
(60976,24489,'action started via WP Cron','2021-01-12 23:08:49','2021-01-12 18:08:49'),
(60977,24489,'action complete via WP Cron','2021-01-12 23:08:49','2021-01-12 18:08:49'),
(60978,24490,'action created','2021-01-12 23:08:49','2021-01-12 18:08:49'),
(60979,24490,'action started via WP Cron','2021-01-12 23:09:26','2021-01-12 18:09:26'),
(60980,24490,'action complete via WP Cron','2021-01-12 23:09:26','2021-01-12 18:09:26'),
(60981,24491,'action created','2021-01-12 23:09:26','2021-01-12 18:09:26'),
(60982,24491,'action started via WP Cron','2021-01-12 23:10:25','2021-01-12 18:10:25'),
(60983,24491,'action complete via WP Cron','2021-01-12 23:10:25','2021-01-12 18:10:25'),
(60984,24492,'action created','2021-01-12 23:10:25','2021-01-12 18:10:25'),
(60985,24492,'action started via WP Cron','2021-01-12 23:11:12','2021-01-12 18:11:12'),
(60986,24492,'action complete via WP Cron','2021-01-12 23:11:12','2021-01-12 18:11:12'),
(60987,24493,'action created','2021-01-12 23:11:13','2021-01-12 18:11:13'),
(60988,24493,'action started via WP Cron','2021-01-12 23:13:42','2021-01-12 18:13:42'),
(60989,24493,'action complete via WP Cron','2021-01-12 23:13:42','2021-01-12 18:13:42'),
(60990,24494,'action created','2021-01-12 23:13:42','2021-01-12 18:13:42'),
(60991,24494,'action started via WP Cron','2021-01-12 23:15:07','2021-01-12 18:15:07'),
(60992,24494,'action complete via WP Cron','2021-01-12 23:15:07','2021-01-12 18:15:07'),
(60993,24495,'action created','2021-01-12 23:15:07','2021-01-12 18:15:07'),
(60994,24495,'action started via WP Cron','2021-01-12 23:15:29','2021-01-12 18:15:29'),
(60995,24495,'action complete via WP Cron','2021-01-12 23:15:29','2021-01-12 18:15:29'),
(60996,24496,'action created','2021-01-12 23:15:29','2021-01-12 18:15:29'),
(60997,24496,'action started via WP Cron','2021-01-12 23:16:18','2021-01-12 18:16:18'),
(60998,24496,'action complete via WP Cron','2021-01-12 23:16:18','2021-01-12 18:16:18'),
(60999,24497,'action created','2021-01-12 23:16:18','2021-01-12 18:16:18'),
(61000,24497,'action started via WP Cron','2021-01-12 23:17:58','2021-01-12 18:17:58'),
(61001,24497,'action complete via WP Cron','2021-01-12 23:17:58','2021-01-12 18:17:58'),
(61002,24498,'action created','2021-01-12 23:17:58','2021-01-12 18:17:58'),
(61003,24498,'action started via WP Cron','2021-01-12 23:19:22','2021-01-12 18:19:22'),
(61004,24498,'action complete via WP Cron','2021-01-12 23:19:22','2021-01-12 18:19:22'),
(61005,24499,'action created','2021-01-12 23:19:22','2021-01-12 18:19:22'),
(61006,24499,'action started via WP Cron','2021-01-12 23:20:27','2021-01-12 18:20:27'),
(61007,24499,'action complete via WP Cron','2021-01-12 23:20:27','2021-01-12 18:20:27'),
(61008,24500,'action created','2021-01-12 23:20:27','2021-01-12 18:20:27'),
(61009,24500,'action started via WP Cron','2021-01-12 23:23:39','2021-01-12 18:23:39'),
(61010,24500,'action complete via WP Cron','2021-01-12 23:23:39','2021-01-12 18:23:39'),
(61011,24501,'action created','2021-01-12 23:23:39','2021-01-12 18:23:39'),
(61012,24501,'action started via WP Cron','2021-01-12 23:24:14','2021-01-12 18:24:14'),
(61013,24501,'action complete via WP Cron','2021-01-12 23:24:14','2021-01-12 18:24:14'),
(61014,24502,'action created','2021-01-12 23:24:14','2021-01-12 18:24:14'),
(61015,24502,'action started via WP Cron','2021-01-12 23:25:52','2021-01-12 18:25:52'),
(61016,24502,'action complete via WP Cron','2021-01-12 23:25:52','2021-01-12 18:25:52'),
(61017,24503,'action created','2021-01-12 23:25:52','2021-01-12 18:25:52'),
(61018,24503,'action started via WP Cron','2021-01-12 23:27:15','2021-01-12 18:27:15'),
(61019,24503,'action complete via WP Cron','2021-01-12 23:27:15','2021-01-12 18:27:15'),
(61020,24504,'action created','2021-01-12 23:27:15','2021-01-12 18:27:15'),
(61021,24504,'action started via WP Cron','2021-01-12 23:29:24','2021-01-12 18:29:24'),
(61022,24504,'action complete via WP Cron','2021-01-12 23:29:24','2021-01-12 18:29:24'),
(61023,24505,'action created','2021-01-12 23:29:24','2021-01-12 18:29:24'),
(61024,24505,'action started via WP Cron','2021-01-12 23:30:38','2021-01-12 18:30:38'),
(61025,24505,'action complete via WP Cron','2021-01-12 23:30:38','2021-01-12 18:30:38'),
(61026,24506,'action created','2021-01-12 23:30:38','2021-01-12 18:30:38'),
(61027,24506,'action started via WP Cron','2021-01-12 23:32:10','2021-01-12 18:32:10'),
(61028,24506,'action complete via WP Cron','2021-01-12 23:32:10','2021-01-12 18:32:10'),
(61029,24507,'action created','2021-01-12 23:32:10','2021-01-12 18:32:10'),
(61030,24507,'action started via WP Cron','2021-01-12 23:32:41','2021-01-12 18:32:41'),
(61031,24507,'action complete via WP Cron','2021-01-12 23:32:41','2021-01-12 18:32:41'),
(61032,24508,'action created','2021-01-12 23:32:41','2021-01-12 18:32:41'),
(61033,24508,'action started via WP Cron','2021-01-12 23:34:12','2021-01-12 18:34:12'),
(61034,24508,'action complete via WP Cron','2021-01-12 23:34:12','2021-01-12 18:34:12'),
(61035,24509,'action created','2021-01-12 23:34:13','2021-01-12 18:34:13'),
(61036,24509,'action started via WP Cron','2021-01-12 23:35:13','2021-01-12 18:35:13'),
(61037,24509,'action complete via WP Cron','2021-01-12 23:35:13','2021-01-12 18:35:13'),
(61038,24510,'action created','2021-01-12 23:35:13','2021-01-12 18:35:13'),
(61039,24510,'action started via WP Cron','2021-01-12 23:36:45','2021-01-12 18:36:45'),
(61040,24510,'action complete via WP Cron','2021-01-12 23:36:45','2021-01-12 18:36:45'),
(61041,24511,'action created','2021-01-12 23:38:57','2021-01-12 18:38:57'),
(61042,24511,'action started via WP Cron','2021-01-12 23:39:18','2021-01-12 18:39:18'),
(61043,24511,'action complete via WP Cron','2021-01-12 23:39:18','2021-01-12 18:39:18'),
(61044,24512,'action created','2021-01-12 23:39:18','2021-01-12 18:39:18'),
(61045,24512,'action started via WP Cron','2021-01-12 23:41:07','2021-01-12 18:41:07'),
(61046,24512,'action complete via WP Cron','2021-01-12 23:41:07','2021-01-12 18:41:07'),
(61047,24513,'action created','2021-01-12 23:41:08','2021-01-12 18:41:08'),
(61048,24513,'action started via WP Cron','2021-01-12 23:41:44','2021-01-12 18:41:44'),
(61049,24513,'action complete via WP Cron','2021-01-12 23:41:44','2021-01-12 18:41:44'),
(61050,24514,'action created','2021-01-12 23:43:04','2021-01-12 18:43:04'),
(61051,24514,'action started via WP Cron','2021-01-12 23:43:15','2021-01-12 18:43:15'),
(61052,24514,'action complete via WP Cron','2021-01-12 23:43:15','2021-01-12 18:43:15'),
(61053,24515,'action created','2021-01-12 23:43:15','2021-01-12 18:43:15'),
(61054,24515,'action started via WP Cron','2021-01-12 23:45:59','2021-01-12 18:45:59'),
(61055,24515,'action complete via WP Cron','2021-01-12 23:45:59','2021-01-12 18:45:59'),
(61056,24516,'action created','2021-01-12 23:45:59','2021-01-12 18:45:59'),
(61057,24516,'action started via WP Cron','2021-01-12 23:46:48','2021-01-12 18:46:48'),
(61058,24516,'action complete via WP Cron','2021-01-12 23:46:48','2021-01-12 18:46:48'),
(61059,24517,'action created','2021-01-12 23:46:50','2021-01-12 18:46:50'),
(61060,24517,'action started via WP Cron','2021-01-12 23:48:16','2021-01-12 18:48:16'),
(61061,24517,'action complete via WP Cron','2021-01-12 23:48:16','2021-01-12 18:48:16'),
(61062,24518,'action created','2021-01-12 23:48:16','2021-01-12 18:48:16'),
(61063,24518,'action started via WP Cron','2021-01-12 23:51:51','2021-01-12 18:51:51'),
(61064,24518,'action complete via WP Cron','2021-01-12 23:51:51','2021-01-12 18:51:51'),
(61065,24519,'action created','2021-01-12 23:51:51','2021-01-12 18:51:51'),
(61066,24519,'action started via WP Cron','2021-01-12 23:52:55','2021-01-12 18:52:55'),
(61067,24519,'action complete via WP Cron','2021-01-12 23:52:55','2021-01-12 18:52:55'),
(61068,24520,'action created','2021-01-12 23:52:56','2021-01-12 18:52:56'),
(61069,24520,'action started via WP Cron','2021-01-12 23:54:02','2021-01-12 18:54:02'),
(61070,24520,'action complete via WP Cron','2021-01-12 23:54:02','2021-01-12 18:54:02'),
(61071,24521,'action created','2021-01-12 23:54:02','2021-01-12 18:54:02'),
(61072,24521,'action started via WP Cron','2021-01-12 23:54:45','2021-01-12 18:54:45'),
(61073,24521,'action complete via WP Cron','2021-01-12 23:54:45','2021-01-12 18:54:45'),
(61074,24522,'action created','2021-01-12 23:54:45','2021-01-12 18:54:45'),
(61075,24522,'action started via WP Cron','2021-01-12 23:55:28','2021-01-12 18:55:28'),
(61076,24522,'action complete via WP Cron','2021-01-12 23:55:28','2021-01-12 18:55:28'),
(61077,24523,'action created','2021-01-12 23:55:28','2021-01-12 18:55:28'),
(61078,24523,'action started via WP Cron','2021-01-12 23:56:27','2021-01-12 18:56:27'),
(61079,24523,'action complete via WP Cron','2021-01-12 23:56:27','2021-01-12 18:56:27'),
(61080,24524,'action created','2021-01-12 23:56:27','2021-01-12 18:56:27'),
(61081,24524,'action started via WP Cron','2021-01-12 23:57:20','2021-01-12 18:57:20'),
(61082,24524,'action complete via WP Cron','2021-01-12 23:57:20','2021-01-12 18:57:20'),
(61083,24525,'action created','2021-01-12 23:57:20','2021-01-12 18:57:20'),
(61084,24525,'action started via WP Cron','2021-01-12 23:59:46','2021-01-12 18:59:46'),
(61085,24525,'action complete via WP Cron','2021-01-12 23:59:46','2021-01-12 18:59:46'),
(61086,24526,'action created','2021-01-12 23:59:46','2021-01-12 18:59:46'),
(61087,24526,'action started via WP Cron','2021-01-13 00:01:05','2021-01-12 19:01:05'),
(61088,24526,'action complete via WP Cron','2021-01-13 00:01:05','2021-01-12 19:01:05'),
(61089,24527,'action created','2021-01-13 00:01:05','2021-01-12 19:01:05'),
(61090,24527,'action started via WP Cron','2021-01-13 00:01:54','2021-01-12 19:01:54'),
(61091,24527,'action complete via WP Cron','2021-01-13 00:01:54','2021-01-12 19:01:54'),
(61092,24528,'action created','2021-01-13 00:01:54','2021-01-12 19:01:54'),
(61093,24528,'action started via WP Cron','2021-01-13 00:02:26','2021-01-12 19:02:26'),
(61094,24528,'action complete via WP Cron','2021-01-13 00:02:26','2021-01-12 19:02:26'),
(61095,24529,'action created','2021-01-13 00:02:26','2021-01-12 19:02:26'),
(61096,24529,'action started via WP Cron','2021-01-13 00:03:14','2021-01-12 19:03:14'),
(61097,24529,'action complete via WP Cron','2021-01-13 00:03:14','2021-01-12 19:03:14'),
(61098,24530,'action created','2021-01-13 00:03:14','2021-01-12 19:03:14'),
(61099,24530,'action started via WP Cron','2021-01-13 00:04:16','2021-01-12 19:04:16'),
(61100,24530,'action complete via WP Cron','2021-01-13 00:04:16','2021-01-12 19:04:16'),
(61101,24531,'action created','2021-01-13 00:04:16','2021-01-12 19:04:16'),
(61102,24531,'action started via WP Cron','2021-01-13 00:05:36','2021-01-12 19:05:36'),
(61103,24531,'action complete via WP Cron','2021-01-13 00:05:36','2021-01-12 19:05:36'),
(61104,24532,'action created','2021-01-13 00:05:36','2021-01-12 19:05:36'),
(61105,24532,'action started via WP Cron','2021-01-13 00:06:17','2021-01-12 19:06:17'),
(61106,24532,'action complete via WP Cron','2021-01-13 00:06:17','2021-01-12 19:06:17'),
(61107,24533,'action created','2021-01-13 00:06:18','2021-01-12 19:06:18'),
(61108,24533,'action started via WP Cron','2021-01-13 00:07:42','2021-01-12 19:07:42'),
(61109,24533,'action complete via WP Cron','2021-01-13 00:07:42','2021-01-12 19:07:42'),
(61110,24534,'action created','2021-01-13 00:09:27','2021-01-12 19:09:27'),
(61111,24534,'action started via WP Cron','2021-01-13 00:11:04','2021-01-12 19:11:04'),
(61112,24534,'action complete via WP Cron','2021-01-13 00:11:04','2021-01-12 19:11:04'),
(61113,24535,'action created','2021-01-13 00:11:04','2021-01-12 19:11:04'),
(61114,24535,'action started via WP Cron','2021-01-13 00:12:51','2021-01-12 19:12:51'),
(61115,24535,'action complete via WP Cron','2021-01-13 00:12:51','2021-01-12 19:12:51'),
(61116,24536,'action created','2021-01-13 00:13:05','2021-01-12 19:13:05'),
(61117,24536,'action started via WP Cron','2021-01-13 00:14:15','2021-01-12 19:14:15'),
(61118,24536,'action complete via WP Cron','2021-01-13 00:14:15','2021-01-12 19:14:15'),
(61119,24537,'action created','2021-01-13 00:14:15','2021-01-12 19:14:15'),
(61120,24537,'action started via WP Cron','2021-01-13 00:15:24','2021-01-12 19:15:24'),
(61121,24537,'action complete via WP Cron','2021-01-13 00:15:24','2021-01-12 19:15:24'),
(61122,24538,'action created','2021-01-13 00:15:24','2021-01-12 19:15:24'),
(61123,24538,'action started via WP Cron','2021-01-13 00:16:45','2021-01-12 19:16:45'),
(61124,24538,'action complete via WP Cron','2021-01-13 00:16:45','2021-01-12 19:16:45'),
(61125,24539,'action created','2021-01-13 00:17:16','2021-01-12 19:17:16'),
(61126,24539,'action started via WP Cron','2021-01-13 00:18:16','2021-01-12 19:18:16'),
(61127,24539,'action complete via WP Cron','2021-01-13 00:18:16','2021-01-12 19:18:16'),
(61128,24540,'action created','2021-01-13 00:18:52','2021-01-12 19:18:52'),
(61129,24540,'action started via WP Cron','2021-01-13 00:19:17','2021-01-12 19:19:17'),
(61130,24540,'action complete via WP Cron','2021-01-13 00:19:17','2021-01-12 19:19:17'),
(61131,24541,'action created','2021-01-13 00:19:17','2021-01-12 19:19:17'),
(61132,24541,'action started via WP Cron','2021-01-13 00:20:40','2021-01-12 19:20:40'),
(61133,24541,'action complete via WP Cron','2021-01-13 00:20:40','2021-01-12 19:20:40'),
(61134,24542,'action created','2021-01-13 00:20:40','2021-01-12 19:20:40'),
(61135,24542,'action started via WP Cron','2021-01-13 00:22:23','2021-01-12 19:22:23'),
(61136,24542,'action complete via WP Cron','2021-01-13 00:22:23','2021-01-12 19:22:23'),
(61137,24543,'action created','2021-01-13 00:22:23','2021-01-12 19:22:23'),
(61138,24543,'action started via WP Cron','2021-01-13 00:23:49','2021-01-12 19:23:49'),
(61139,24543,'action complete via WP Cron','2021-01-13 00:23:49','2021-01-12 19:23:49'),
(61140,24544,'action created','2021-01-13 00:23:49','2021-01-12 19:23:49'),
(61141,24544,'action started via WP Cron','2021-01-13 00:24:36','2021-01-12 19:24:36'),
(61142,24544,'action complete via WP Cron','2021-01-13 00:24:36','2021-01-12 19:24:36'),
(61143,24545,'action created','2021-01-13 00:24:36','2021-01-12 19:24:36'),
(61144,24545,'action started via WP Cron','2021-01-13 00:25:23','2021-01-12 19:25:23'),
(61145,24545,'action complete via WP Cron','2021-01-13 00:25:23','2021-01-12 19:25:23'),
(61146,24546,'action created','2021-01-13 00:25:23','2021-01-12 19:25:23'),
(61147,24546,'action started via WP Cron','2021-01-13 00:27:55','2021-01-12 19:27:55'),
(61148,24546,'action complete via WP Cron','2021-01-13 00:27:55','2021-01-12 19:27:55'),
(61149,24547,'action created','2021-01-13 00:27:55','2021-01-12 19:27:55'),
(61150,24547,'action started via WP Cron','2021-01-13 00:28:18','2021-01-12 19:28:18'),
(61151,24547,'action complete via WP Cron','2021-01-13 00:28:18','2021-01-12 19:28:18'),
(61152,24548,'action created','2021-01-13 00:28:18','2021-01-12 19:28:18'),
(61153,24548,'action started via WP Cron','2021-01-13 00:31:45','2021-01-12 19:31:45'),
(61154,24548,'action complete via WP Cron','2021-01-13 00:31:45','2021-01-12 19:31:45'),
(61155,24549,'action created','2021-01-13 00:31:45','2021-01-12 19:31:45'),
(61156,24549,'action started via WP Cron','2021-01-13 00:32:27','2021-01-12 19:32:27'),
(61157,24549,'action complete via WP Cron','2021-01-13 00:32:27','2021-01-12 19:32:27'),
(61158,24550,'action created','2021-01-13 00:32:27','2021-01-12 19:32:27'),
(61159,24550,'action started via WP Cron','2021-01-13 00:34:41','2021-01-12 19:34:41'),
(61160,24550,'action complete via WP Cron','2021-01-13 00:34:41','2021-01-12 19:34:41'),
(61161,24551,'action created','2021-01-13 00:34:41','2021-01-12 19:34:41'),
(61162,24551,'action started via WP Cron','2021-01-13 00:35:44','2021-01-12 19:35:44'),
(61163,24551,'action complete via WP Cron','2021-01-13 00:35:44','2021-01-12 19:35:44'),
(61164,24552,'action created','2021-01-13 00:35:44','2021-01-12 19:35:44'),
(61165,24552,'action started via WP Cron','2021-01-13 00:36:28','2021-01-12 19:36:28'),
(61166,24552,'action complete via WP Cron','2021-01-13 00:36:28','2021-01-12 19:36:28'),
(61167,24553,'action created','2021-01-13 00:36:28','2021-01-12 19:36:28'),
(61168,24553,'action started via WP Cron','2021-01-13 00:37:18','2021-01-12 19:37:18'),
(61169,24553,'action complete via WP Cron','2021-01-13 00:37:18','2021-01-12 19:37:18'),
(61170,24554,'action created','2021-01-13 00:37:18','2021-01-12 19:37:18'),
(61171,24554,'action started via WP Cron','2021-01-13 00:38:32','2021-01-12 19:38:32'),
(61172,24554,'action complete via WP Cron','2021-01-13 00:38:32','2021-01-12 19:38:32'),
(61173,24555,'action created','2021-01-13 00:38:32','2021-01-12 19:38:32'),
(61174,24555,'action started via WP Cron','2021-01-13 00:39:12','2021-01-12 19:39:12'),
(61175,24555,'action complete via WP Cron','2021-01-13 00:39:12','2021-01-12 19:39:12'),
(61176,24556,'action created','2021-01-13 00:39:12','2021-01-12 19:39:12'),
(61177,24556,'action started via WP Cron','2021-01-13 00:40:25','2021-01-12 19:40:25'),
(61178,24556,'action complete via WP Cron','2021-01-13 00:40:25','2021-01-12 19:40:25'),
(61179,24557,'action created','2021-01-13 00:40:25','2021-01-12 19:40:25'),
(61180,24557,'action started via WP Cron','2021-01-13 00:42:48','2021-01-12 19:42:48'),
(61181,24557,'action complete via WP Cron','2021-01-13 00:42:48','2021-01-12 19:42:48'),
(61182,24558,'action created','2021-01-13 00:42:48','2021-01-12 19:42:48'),
(61183,24558,'action started via WP Cron','2021-01-13 00:43:19','2021-01-12 19:43:19'),
(61184,24558,'action complete via WP Cron','2021-01-13 00:43:19','2021-01-12 19:43:19'),
(61185,24559,'action created','2021-01-13 00:43:31','2021-01-12 19:43:31'),
(61186,24559,'action started via WP Cron','2021-01-13 00:44:25','2021-01-12 19:44:25'),
(61187,24559,'action complete via WP Cron','2021-01-13 00:44:25','2021-01-12 19:44:25'),
(61188,24560,'action created','2021-01-13 00:44:25','2021-01-12 19:44:25'),
(61189,24560,'action started via WP Cron','2021-01-13 00:46:34','2021-01-12 19:46:34'),
(61190,24560,'action complete via WP Cron','2021-01-13 00:46:34','2021-01-12 19:46:34'),
(61191,24561,'action created','2021-01-13 00:46:34','2021-01-12 19:46:34'),
(61192,24561,'action started via WP Cron','2021-01-13 00:47:18','2021-01-12 19:47:18'),
(61193,24561,'action complete via WP Cron','2021-01-13 00:47:18','2021-01-12 19:47:18'),
(61194,24562,'action created','2021-01-13 00:47:18','2021-01-12 19:47:18'),
(61195,24562,'action started via WP Cron','2021-01-13 00:48:13','2021-01-12 19:48:13'),
(61196,24562,'action complete via WP Cron','2021-01-13 00:48:13','2021-01-12 19:48:13'),
(61197,24563,'action created','2021-01-13 00:48:13','2021-01-12 19:48:13'),
(61198,24563,'action started via WP Cron','2021-01-13 00:49:20','2021-01-12 19:49:20'),
(61199,24563,'action complete via WP Cron','2021-01-13 00:49:20','2021-01-12 19:49:20'),
(61200,24564,'action created','2021-01-13 00:49:20','2021-01-12 19:49:20'),
(61201,24564,'action started via WP Cron','2021-01-13 00:50:17','2021-01-12 19:50:17'),
(61202,24564,'action complete via WP Cron','2021-01-13 00:50:17','2021-01-12 19:50:17'),
(61203,24565,'action created','2021-01-13 00:50:17','2021-01-12 19:50:17'),
(61204,24565,'action started via WP Cron','2021-01-13 00:51:59','2021-01-12 19:51:59'),
(61205,24565,'action complete via WP Cron','2021-01-13 00:52:00','2021-01-12 19:52:00'),
(61206,24566,'action created','2021-01-13 00:52:00','2021-01-12 19:52:00'),
(61207,24566,'action started via WP Cron','2021-01-13 00:52:30','2021-01-12 19:52:30'),
(61208,24566,'action complete via WP Cron','2021-01-13 00:52:30','2021-01-12 19:52:30'),
(61209,24567,'action created','2021-01-13 00:52:30','2021-01-12 19:52:30'),
(61210,24567,'action started via WP Cron','2021-01-13 00:55:46','2021-01-12 19:55:46'),
(61211,24567,'action complete via WP Cron','2021-01-13 00:55:46','2021-01-12 19:55:46'),
(61212,24568,'action created','2021-01-13 00:55:49','2021-01-12 19:55:49'),
(61213,24568,'action started via WP Cron','2021-01-13 00:56:28','2021-01-12 19:56:28'),
(61214,24568,'action complete via WP Cron','2021-01-13 00:56:28','2021-01-12 19:56:28'),
(61215,24569,'action created','2021-01-13 00:57:23','2021-01-12 19:57:23'),
(61216,24569,'action started via WP Cron','2021-01-13 00:58:21','2021-01-12 19:58:21'),
(61217,24569,'action complete via WP Cron','2021-01-13 00:58:21','2021-01-12 19:58:21'),
(61218,24570,'action created','2021-01-13 00:58:21','2021-01-12 19:58:21'),
(61219,24570,'action started via WP Cron','2021-01-13 01:00:05','2021-01-12 20:00:05'),
(61220,24570,'action complete via WP Cron','2021-01-13 01:00:05','2021-01-12 20:00:05'),
(61221,24571,'action created','2021-01-13 01:00:05','2021-01-12 20:00:05'),
(61222,24571,'action started via WP Cron','2021-01-13 01:01:24','2021-01-12 20:01:24'),
(61223,24571,'action complete via WP Cron','2021-01-13 01:01:24','2021-01-12 20:01:24'),
(61224,24572,'action created','2021-01-13 01:01:24','2021-01-12 20:01:24'),
(61225,24572,'action started via WP Cron','2021-01-13 01:03:09','2021-01-12 20:03:09'),
(61226,24572,'action complete via WP Cron','2021-01-13 01:03:09','2021-01-12 20:03:09'),
(61227,24573,'action created','2021-01-13 01:03:09','2021-01-12 20:03:09'),
(61228,24573,'action started via WP Cron','2021-01-13 01:03:45','2021-01-12 20:03:45'),
(61229,24573,'action complete via WP Cron','2021-01-13 01:03:45','2021-01-12 20:03:45'),
(61230,24574,'action created','2021-01-13 01:03:45','2021-01-12 20:03:45'),
(61231,24574,'action started via WP Cron','2021-01-13 01:04:25','2021-01-12 20:04:25'),
(61232,24574,'action complete via WP Cron','2021-01-13 01:04:25','2021-01-12 20:04:25'),
(61233,24575,'action created','2021-01-13 01:04:31','2021-01-12 20:04:31'),
(61234,24575,'action started via WP Cron','2021-01-13 01:05:39','2021-01-12 20:05:39'),
(61235,24575,'action complete via WP Cron','2021-01-13 01:05:39','2021-01-12 20:05:39'),
(61236,24576,'action created','2021-01-13 01:05:39','2021-01-12 20:05:39'),
(61237,24576,'action started via WP Cron','2021-01-13 01:06:21','2021-01-12 20:06:21'),
(61238,24576,'action complete via WP Cron','2021-01-13 01:06:21','2021-01-12 20:06:21'),
(61239,24577,'action created','2021-01-13 01:06:21','2021-01-12 20:06:21'),
(61240,24577,'action started via WP Cron','2021-01-13 01:09:12','2021-01-12 20:09:12'),
(61241,24577,'action complete via WP Cron','2021-01-13 01:09:12','2021-01-12 20:09:12'),
(61242,24578,'action created','2021-01-13 01:09:12','2021-01-12 20:09:12'),
(61243,24578,'action started via WP Cron','2021-01-13 01:10:45','2021-01-12 20:10:45'),
(61244,24578,'action complete via WP Cron','2021-01-13 01:10:45','2021-01-12 20:10:45'),
(61245,24579,'action created','2021-01-13 01:10:45','2021-01-12 20:10:45'),
(61246,24579,'action started via WP Cron','2021-01-13 01:11:14','2021-01-12 20:11:14'),
(61247,24579,'action complete via WP Cron','2021-01-13 01:11:14','2021-01-12 20:11:14'),
(61248,24580,'action created','2021-01-13 01:11:15','2021-01-12 20:11:15'),
(61249,24580,'action started via WP Cron','2021-01-13 01:14:19','2021-01-12 20:14:19'),
(61250,24580,'action complete via WP Cron','2021-01-13 01:14:19','2021-01-12 20:14:19'),
(61251,24581,'action created','2021-01-13 01:14:19','2021-01-12 20:14:19'),
(61252,24581,'action started via WP Cron','2021-01-13 01:15:15','2021-01-12 20:15:15'),
(61253,24581,'action complete via WP Cron','2021-01-13 01:15:15','2021-01-12 20:15:15'),
(61254,24582,'action created','2021-01-13 01:15:15','2021-01-12 20:15:15'),
(61255,24582,'action started via WP Cron','2021-01-13 01:16:19','2021-01-12 20:16:19'),
(61256,24582,'action complete via WP Cron','2021-01-13 01:16:19','2021-01-12 20:16:19'),
(61257,24583,'action created','2021-01-13 01:16:19','2021-01-12 20:16:19'),
(61258,24583,'action started via WP Cron','2021-01-13 01:17:57','2021-01-12 20:17:57'),
(61259,24583,'action complete via WP Cron','2021-01-13 01:17:57','2021-01-12 20:17:57'),
(61260,24584,'action created','2021-01-13 01:17:57','2021-01-12 20:17:57'),
(61261,24584,'action started via WP Cron','2021-01-13 01:19:59','2021-01-12 20:19:59'),
(61262,24584,'action complete via WP Cron','2021-01-13 01:19:59','2021-01-12 20:19:59'),
(61263,24585,'action created','2021-01-13 01:19:59','2021-01-12 20:19:59'),
(61264,24585,'action started via WP Cron','2021-01-13 01:21:04','2021-01-12 20:21:04'),
(61265,24585,'action complete via WP Cron','2021-01-13 01:21:04','2021-01-12 20:21:04'),
(61266,24586,'action created','2021-01-13 01:21:04','2021-01-12 20:21:04'),
(61267,24586,'action started via WP Cron','2021-01-13 01:21:27','2021-01-12 20:21:27'),
(61268,24586,'action complete via WP Cron','2021-01-13 01:21:27','2021-01-12 20:21:27'),
(61269,24587,'action created','2021-01-13 01:22:05','2021-01-12 20:22:05'),
(61270,23445,'action started via WP Cron','2021-01-13 01:23:41','2021-01-12 20:23:41'),
(61271,23445,'action complete via WP Cron','2021-01-13 01:23:41','2021-01-12 20:23:41'),
(61272,24588,'action created','2021-01-13 01:23:41','2021-01-12 20:23:41'),
(61273,24587,'action started via WP Cron','2021-01-13 01:23:41','2021-01-12 20:23:41'),
(61274,24587,'action complete via WP Cron','2021-01-13 01:23:41','2021-01-12 20:23:41'),
(61275,24589,'action created','2021-01-13 01:23:41','2021-01-12 20:23:41'),
(61276,24589,'action started via WP Cron','2021-01-13 01:24:51','2021-01-12 20:24:51'),
(61277,24589,'action complete via WP Cron','2021-01-13 01:24:51','2021-01-12 20:24:51'),
(61278,24590,'action created','2021-01-13 01:24:51','2021-01-12 20:24:51'),
(61279,24590,'action started via WP Cron','2021-01-13 01:25:23','2021-01-12 20:25:23'),
(61280,24590,'action complete via WP Cron','2021-01-13 01:25:23','2021-01-12 20:25:23'),
(61281,24591,'action created','2021-01-13 01:25:23','2021-01-12 20:25:23'),
(61282,24591,'action started via WP Cron','2021-01-13 01:26:46','2021-01-12 20:26:46'),
(61283,24591,'action complete via WP Cron','2021-01-13 01:26:46','2021-01-12 20:26:46'),
(61284,24592,'action created','2021-01-13 01:26:48','2021-01-12 20:26:48'),
(61285,24592,'action started via WP Cron','2021-01-13 01:27:39','2021-01-12 20:27:39'),
(61286,24592,'action complete via WP Cron','2021-01-13 01:27:39','2021-01-12 20:27:39'),
(61287,24593,'action created','2021-01-13 01:27:39','2021-01-12 20:27:39'),
(61288,24593,'action started via WP Cron','2021-01-13 01:28:16','2021-01-12 20:28:16'),
(61289,24593,'action complete via WP Cron','2021-01-13 01:28:16','2021-01-12 20:28:16'),
(61290,24594,'action created','2021-01-13 01:28:16','2021-01-12 20:28:16'),
(61291,24594,'action started via WP Cron','2021-01-13 01:29:25','2021-01-12 20:29:25'),
(61292,24594,'action complete via WP Cron','2021-01-13 01:29:25','2021-01-12 20:29:25'),
(61293,24595,'action created','2021-01-13 01:29:25','2021-01-12 20:29:25'),
(61294,24595,'action started via WP Cron','2021-01-13 01:30:28','2021-01-12 20:30:28'),
(61295,24595,'action complete via WP Cron','2021-01-13 01:30:28','2021-01-12 20:30:28'),
(61296,24596,'action created','2021-01-13 01:30:28','2021-01-12 20:30:28'),
(61297,24596,'action started via WP Cron','2021-01-13 01:31:13','2021-01-12 20:31:13'),
(61298,24596,'action complete via WP Cron','2021-01-13 01:31:13','2021-01-12 20:31:13'),
(61299,24597,'action created','2021-01-13 01:31:13','2021-01-12 20:31:13'),
(61300,24597,'action started via WP Cron','2021-01-13 01:32:28','2021-01-12 20:32:28'),
(61301,24597,'action complete via WP Cron','2021-01-13 01:32:28','2021-01-12 20:32:28'),
(61302,24598,'action created','2021-01-13 01:33:05','2021-01-12 20:33:05'),
(61303,24598,'action started via WP Cron','2021-01-13 01:34:20','2021-01-12 20:34:20'),
(61304,24598,'action complete via WP Cron','2021-01-13 01:34:20','2021-01-12 20:34:20'),
(61305,24599,'action created','2021-01-13 01:34:20','2021-01-12 20:34:20'),
(61306,24599,'action started via WP Cron','2021-01-13 01:36:16','2021-01-12 20:36:16'),
(61307,24599,'action complete via WP Cron','2021-01-13 01:36:16','2021-01-12 20:36:16'),
(61308,24600,'action created','2021-01-13 01:37:15','2021-01-12 20:37:15'),
(61309,24600,'action started via WP Cron','2021-01-13 01:38:13','2021-01-12 20:38:13'),
(61310,24600,'action complete via WP Cron','2021-01-13 01:38:13','2021-01-12 20:38:13'),
(61311,24601,'action created','2021-01-13 01:38:13','2021-01-12 20:38:13'),
(61312,24601,'action started via WP Cron','2021-01-13 01:39:35','2021-01-12 20:39:35'),
(61313,24601,'action complete via WP Cron','2021-01-13 01:39:35','2021-01-12 20:39:35'),
(61314,24602,'action created','2021-01-13 01:39:52','2021-01-12 20:39:52'),
(61315,24602,'action started via WP Cron','2021-01-13 01:40:12','2021-01-12 20:40:12'),
(61316,24602,'action complete via WP Cron','2021-01-13 01:40:12','2021-01-12 20:40:12'),
(61317,24603,'action created','2021-01-13 01:40:12','2021-01-12 20:40:12'),
(61318,24603,'action started via WP Cron','2021-01-13 01:41:30','2021-01-12 20:41:30'),
(61319,24603,'action complete via WP Cron','2021-01-13 01:41:30','2021-01-12 20:41:30'),
(61320,24604,'action created','2021-01-13 01:41:30','2021-01-12 20:41:30'),
(61321,24604,'action started via WP Cron','2021-01-13 01:43:05','2021-01-12 20:43:05'),
(61322,24604,'action complete via WP Cron','2021-01-13 01:43:05','2021-01-12 20:43:05'),
(61323,24605,'action created','2021-01-13 01:43:05','2021-01-12 20:43:05'),
(61324,24605,'action started via WP Cron','2021-01-13 01:44:12','2021-01-12 20:44:12'),
(61325,24605,'action complete via WP Cron','2021-01-13 01:44:12','2021-01-12 20:44:12'),
(61326,24606,'action created','2021-01-13 01:44:12','2021-01-12 20:44:12'),
(61327,24606,'action started via WP Cron','2021-01-13 01:45:33','2021-01-12 20:45:33'),
(61328,24606,'action complete via WP Cron','2021-01-13 01:45:33','2021-01-12 20:45:33'),
(61329,24607,'action created','2021-01-13 01:45:33','2021-01-12 20:45:33'),
(61330,24607,'action started via WP Cron','2021-01-13 01:47:31','2021-01-12 20:47:31'),
(61331,24607,'action complete via WP Cron','2021-01-13 01:47:31','2021-01-12 20:47:31'),
(61332,24608,'action created','2021-01-13 01:47:31','2021-01-12 20:47:31'),
(61333,24608,'action started via WP Cron','2021-01-13 01:48:11','2021-01-12 20:48:11'),
(61334,24608,'action complete via WP Cron','2021-01-13 01:48:11','2021-01-12 20:48:11'),
(61335,24609,'action created','2021-01-13 01:48:12','2021-01-12 20:48:12'),
(61336,24609,'action started via WP Cron','2021-01-13 01:52:05','2021-01-12 20:52:05'),
(61337,24609,'action complete via WP Cron','2021-01-13 01:52:05','2021-01-12 20:52:05'),
(61338,24610,'action created','2021-01-13 01:53:32','2021-01-12 20:53:32'),
(61339,24610,'action started via WP Cron','2021-01-13 01:55:16','2021-01-12 20:55:16'),
(61340,24610,'action complete via WP Cron','2021-01-13 01:55:16','2021-01-12 20:55:16'),
(61341,24611,'action created','2021-01-13 01:55:25','2021-01-12 20:55:25'),
(61342,24611,'action started via WP Cron','2021-01-13 01:57:38','2021-01-12 20:57:38'),
(61343,24611,'action complete via WP Cron','2021-01-13 01:57:38','2021-01-12 20:57:38'),
(61344,24612,'action created','2021-01-13 01:57:38','2021-01-12 20:57:38'),
(61345,24612,'action started via WP Cron','2021-01-13 01:59:21','2021-01-12 20:59:21'),
(61346,24612,'action complete via WP Cron','2021-01-13 01:59:21','2021-01-12 20:59:21'),
(61347,24613,'action created','2021-01-13 01:59:21','2021-01-12 20:59:21'),
(61348,24613,'action started via WP Cron','2021-01-13 02:00:13','2021-01-12 21:00:13'),
(61349,24613,'action complete via WP Cron','2021-01-13 02:00:13','2021-01-12 21:00:13'),
(61350,24614,'action created','2021-01-13 02:00:13','2021-01-12 21:00:13'),
(61351,24614,'action started via WP Cron','2021-01-13 02:01:21','2021-01-12 21:01:21'),
(61352,24614,'action complete via WP Cron','2021-01-13 02:01:21','2021-01-12 21:01:21'),
(61353,24615,'action created','2021-01-13 02:01:21','2021-01-12 21:01:21'),
(61354,24615,'action started via WP Cron','2021-01-13 02:02:33','2021-01-12 21:02:33'),
(61355,24615,'action complete via WP Cron','2021-01-13 02:02:33','2021-01-12 21:02:33'),
(61356,24616,'action created','2021-01-13 02:02:33','2021-01-12 21:02:33'),
(61357,24616,'action started via WP Cron','2021-01-13 02:03:24','2021-01-12 21:03:24'),
(61358,24616,'action complete via WP Cron','2021-01-13 02:03:24','2021-01-12 21:03:24'),
(61359,24617,'action created','2021-01-13 02:03:24','2021-01-12 21:03:24'),
(61360,24617,'action started via WP Cron','2021-01-13 02:04:12','2021-01-12 21:04:12'),
(61361,24617,'action complete via WP Cron','2021-01-13 02:04:12','2021-01-12 21:04:12'),
(61362,24618,'action created','2021-01-13 02:04:12','2021-01-12 21:04:12'),
(61363,24618,'action started via WP Cron','2021-01-13 02:05:19','2021-01-12 21:05:19'),
(61364,24618,'action complete via WP Cron','2021-01-13 02:05:19','2021-01-12 21:05:19'),
(61365,24619,'action created','2021-01-13 02:05:23','2021-01-12 21:05:23'),
(61366,24619,'action started via WP Cron','2021-01-13 02:06:12','2021-01-12 21:06:12'),
(61367,24619,'action complete via WP Cron','2021-01-13 02:06:12','2021-01-12 21:06:12'),
(61368,24620,'action created','2021-01-13 02:06:12','2021-01-12 21:06:12'),
(61369,24620,'action started via WP Cron','2021-01-13 02:07:13','2021-01-12 21:07:13'),
(61370,24620,'action complete via WP Cron','2021-01-13 02:07:13','2021-01-12 21:07:13'),
(61371,24621,'action created','2021-01-13 02:07:13','2021-01-12 21:07:13'),
(61372,24621,'action started via WP Cron','2021-01-13 02:08:11','2021-01-12 21:08:11'),
(61373,24621,'action complete via WP Cron','2021-01-13 02:08:11','2021-01-12 21:08:11'),
(61374,24622,'action created','2021-01-13 02:08:11','2021-01-12 21:08:11'),
(61375,24622,'action started via WP Cron','2021-01-13 02:09:13','2021-01-12 21:09:13'),
(61376,24622,'action complete via WP Cron','2021-01-13 02:09:13','2021-01-12 21:09:13'),
(61377,24623,'action created','2021-01-13 02:09:13','2021-01-12 21:09:13'),
(61378,24623,'action started via WP Cron','2021-01-13 02:10:18','2021-01-12 21:10:18'),
(61379,24623,'action complete via WP Cron','2021-01-13 02:10:18','2021-01-12 21:10:18'),
(61380,24624,'action created','2021-01-13 02:10:18','2021-01-12 21:10:18'),
(61381,24624,'action started via WP Cron','2021-01-13 02:11:22','2021-01-12 21:11:22'),
(61382,24624,'action complete via WP Cron','2021-01-13 02:11:22','2021-01-12 21:11:22'),
(61383,24625,'action created','2021-01-13 02:11:22','2021-01-12 21:11:22'),
(61384,24625,'action started via WP Cron','2021-01-13 02:14:01','2021-01-12 21:14:01'),
(61385,24625,'action complete via WP Cron','2021-01-13 02:14:01','2021-01-12 21:14:01'),
(61386,24626,'action created','2021-01-13 02:14:01','2021-01-12 21:14:01'),
(61387,24626,'action started via WP Cron','2021-01-13 02:14:18','2021-01-12 21:14:18'),
(61388,24626,'action complete via WP Cron','2021-01-13 02:14:18','2021-01-12 21:14:18'),
(61389,24627,'action created','2021-01-13 02:14:18','2021-01-12 21:14:18'),
(61390,24627,'action started via WP Cron','2021-01-13 02:15:24','2021-01-12 21:15:24'),
(61391,24627,'action complete via WP Cron','2021-01-13 02:15:24','2021-01-12 21:15:24'),
(61392,24628,'action created','2021-01-13 02:15:24','2021-01-12 21:15:24'),
(61393,24628,'action started via WP Cron','2021-01-13 02:16:18','2021-01-12 21:16:18'),
(61394,24628,'action complete via WP Cron','2021-01-13 02:16:18','2021-01-12 21:16:18'),
(61395,24629,'action created','2021-01-13 02:16:27','2021-01-12 21:16:27'),
(61396,24629,'action started via WP Cron','2021-01-13 02:17:24','2021-01-12 21:17:24'),
(61397,24629,'action complete via WP Cron','2021-01-13 02:17:24','2021-01-12 21:17:24'),
(61398,24630,'action created','2021-01-13 02:17:24','2021-01-12 21:17:24'),
(61399,24630,'action started via WP Cron','2021-01-13 02:18:21','2021-01-12 21:18:21'),
(61400,24630,'action complete via WP Cron','2021-01-13 02:18:21','2021-01-12 21:18:21'),
(61401,24631,'action created','2021-01-13 02:18:21','2021-01-12 21:18:21'),
(61402,24631,'action started via WP Cron','2021-01-13 02:19:48','2021-01-12 21:19:48'),
(61403,24631,'action complete via WP Cron','2021-01-13 02:19:48','2021-01-12 21:19:48'),
(61404,24632,'action created','2021-01-13 02:19:48','2021-01-12 21:19:48'),
(61405,24632,'action started via WP Cron','2021-01-13 02:20:29','2021-01-12 21:20:29'),
(61406,24632,'action complete via WP Cron','2021-01-13 02:20:29','2021-01-12 21:20:29'),
(61407,24633,'action created','2021-01-13 02:20:29','2021-01-12 21:20:29'),
(61408,24633,'action started via WP Cron','2021-01-13 02:22:22','2021-01-12 21:22:22'),
(61409,24633,'action complete via WP Cron','2021-01-13 02:22:22','2021-01-12 21:22:22'),
(61410,24634,'action created','2021-01-13 02:22:22','2021-01-12 21:22:22'),
(61411,24634,'action started via WP Cron','2021-01-13 02:23:35','2021-01-12 21:23:35'),
(61412,24634,'action complete via WP Cron','2021-01-13 02:23:35','2021-01-12 21:23:35'),
(61413,24635,'action created','2021-01-13 02:23:35','2021-01-12 21:23:35'),
(61414,24635,'action started via WP Cron','2021-01-13 02:24:18','2021-01-12 21:24:18'),
(61415,24635,'action complete via WP Cron','2021-01-13 02:24:18','2021-01-12 21:24:18'),
(61416,24636,'action created','2021-01-13 02:24:19','2021-01-12 21:24:19'),
(61417,24636,'action started via WP Cron','2021-01-13 02:25:21','2021-01-12 21:25:21'),
(61418,24636,'action complete via WP Cron','2021-01-13 02:25:21','2021-01-12 21:25:21'),
(61419,24637,'action created','2021-01-13 02:25:21','2021-01-12 21:25:21'),
(61420,24637,'action started via WP Cron','2021-01-13 02:26:54','2021-01-12 21:26:54'),
(61421,24637,'action complete via WP Cron','2021-01-13 02:26:54','2021-01-12 21:26:54'),
(61422,24638,'action created','2021-01-13 02:26:54','2021-01-12 21:26:54'),
(61423,24638,'action started via WP Cron','2021-01-13 02:28:27','2021-01-12 21:28:27'),
(61424,24638,'action complete via WP Cron','2021-01-13 02:28:27','2021-01-12 21:28:27'),
(61425,24639,'action created','2021-01-13 02:28:27','2021-01-12 21:28:27'),
(61426,24639,'action started via WP Cron','2021-01-13 02:29:38','2021-01-12 21:29:38'),
(61427,24639,'action complete via WP Cron','2021-01-13 02:29:38','2021-01-12 21:29:38'),
(61428,24640,'action created','2021-01-13 02:29:38','2021-01-12 21:29:38'),
(61429,24640,'action started via WP Cron','2021-01-13 02:30:22','2021-01-12 21:30:22'),
(61430,24640,'action complete via WP Cron','2021-01-13 02:30:22','2021-01-12 21:30:22'),
(61431,24641,'action created','2021-01-13 02:30:22','2021-01-12 21:30:22'),
(61432,24641,'action started via WP Cron','2021-01-13 02:31:36','2021-01-12 21:31:36'),
(61433,24641,'action complete via WP Cron','2021-01-13 02:31:36','2021-01-12 21:31:36'),
(61434,24642,'action created','2021-01-13 02:31:37','2021-01-12 21:31:37'),
(61435,24642,'action started via WP Cron','2021-01-13 02:32:34','2021-01-12 21:32:34'),
(61436,24642,'action complete via WP Cron','2021-01-13 02:32:34','2021-01-12 21:32:34'),
(61437,24643,'action created','2021-01-13 02:32:34','2021-01-12 21:32:34'),
(61438,24643,'action started via WP Cron','2021-01-13 02:33:20','2021-01-12 21:33:20'),
(61439,24643,'action complete via WP Cron','2021-01-13 02:33:20','2021-01-12 21:33:20'),
(61440,24644,'action created','2021-01-13 02:33:20','2021-01-12 21:33:20'),
(61441,24644,'action started via WP Cron','2021-01-13 02:34:24','2021-01-12 21:34:24'),
(61442,24644,'action complete via WP Cron','2021-01-13 02:34:24','2021-01-12 21:34:24'),
(61443,24645,'action created','2021-01-13 02:34:24','2021-01-12 21:34:24'),
(61444,24645,'action started via WP Cron','2021-01-13 02:36:47','2021-01-12 21:36:47'),
(61445,24645,'action complete via WP Cron','2021-01-13 02:36:47','2021-01-12 21:36:47'),
(61446,24646,'action created','2021-01-13 02:36:47','2021-01-12 21:36:47'),
(61447,24646,'action started via WP Cron','2021-01-13 02:37:24','2021-01-12 21:37:24'),
(61448,24646,'action complete via WP Cron','2021-01-13 02:37:24','2021-01-12 21:37:24'),
(61449,24647,'action created','2021-01-13 02:37:24','2021-01-12 21:37:24'),
(61450,24647,'action started via WP Cron','2021-01-13 02:40:45','2021-01-12 21:40:45'),
(61451,24647,'action complete via WP Cron','2021-01-13 02:40:45','2021-01-12 21:40:45'),
(61452,24648,'action created','2021-01-13 02:40:45','2021-01-12 21:40:45'),
(61453,24648,'action started via WP Cron','2021-01-13 02:43:15','2021-01-12 21:43:15'),
(61454,24648,'action complete via WP Cron','2021-01-13 02:43:15','2021-01-12 21:43:15'),
(61455,24649,'action created','2021-01-13 02:43:15','2021-01-12 21:43:15'),
(61456,24649,'action started via WP Cron','2021-01-13 02:44:57','2021-01-12 21:44:57'),
(61457,24649,'action complete via WP Cron','2021-01-13 02:44:57','2021-01-12 21:44:57'),
(61458,24650,'action created','2021-01-13 02:44:57','2021-01-12 21:44:57'),
(61459,24650,'action started via WP Cron','2021-01-13 02:46:00','2021-01-12 21:46:00'),
(61460,24650,'action complete via WP Cron','2021-01-13 02:46:00','2021-01-12 21:46:00'),
(61461,24651,'action created','2021-01-13 02:46:00','2021-01-12 21:46:00'),
(61462,24651,'action started via WP Cron','2021-01-13 02:47:08','2021-01-12 21:47:08'),
(61463,24651,'action complete via WP Cron','2021-01-13 02:47:08','2021-01-12 21:47:08'),
(61464,24652,'action created','2021-01-13 02:47:08','2021-01-12 21:47:08'),
(61465,24652,'action started via WP Cron','2021-01-13 02:47:45','2021-01-12 21:47:45'),
(61466,24652,'action complete via WP Cron','2021-01-13 02:47:45','2021-01-12 21:47:45'),
(61467,24653,'action created','2021-01-13 02:47:46','2021-01-12 21:47:46'),
(61468,24653,'action started via WP Cron','2021-01-13 02:48:22','2021-01-12 21:48:22'),
(61469,24653,'action complete via WP Cron','2021-01-13 02:48:22','2021-01-12 21:48:22'),
(61470,24654,'action created','2021-01-13 02:48:22','2021-01-12 21:48:22'),
(61471,24654,'action started via WP Cron','2021-01-13 02:49:36','2021-01-12 21:49:36'),
(61472,24654,'action complete via WP Cron','2021-01-13 02:49:36','2021-01-12 21:49:36'),
(61473,24655,'action created','2021-01-13 02:50:00','2021-01-12 21:50:00'),
(61474,24655,'action started via WP Cron','2021-01-13 02:52:52','2021-01-12 21:52:52'),
(61475,24655,'action complete via WP Cron','2021-01-13 02:52:52','2021-01-12 21:52:52'),
(61476,24656,'action created','2021-01-13 02:52:52','2021-01-12 21:52:52'),
(61477,24656,'action started via WP Cron','2021-01-13 02:53:12','2021-01-12 21:53:12'),
(61478,24656,'action complete via WP Cron','2021-01-13 02:53:12','2021-01-12 21:53:12'),
(61479,24657,'action created','2021-01-13 02:53:12','2021-01-12 21:53:12'),
(61480,24657,'action started via WP Cron','2021-01-13 02:54:29','2021-01-12 21:54:29'),
(61481,24657,'action complete via WP Cron','2021-01-13 02:54:29','2021-01-12 21:54:29'),
(61482,24658,'action created','2021-01-13 02:54:29','2021-01-12 21:54:29'),
(61483,24658,'action started via WP Cron','2021-01-13 02:55:29','2021-01-12 21:55:29'),
(61484,24658,'action complete via WP Cron','2021-01-13 02:55:29','2021-01-12 21:55:29'),
(61485,24659,'action created','2021-01-13 02:55:29','2021-01-12 21:55:29'),
(61486,24659,'action started via WP Cron','2021-01-13 02:56:13','2021-01-12 21:56:13'),
(61487,24659,'action complete via WP Cron','2021-01-13 02:56:13','2021-01-12 21:56:13'),
(61488,24660,'action created','2021-01-13 02:56:13','2021-01-12 21:56:13'),
(61489,24660,'action started via WP Cron','2021-01-13 02:59:12','2021-01-12 21:59:12'),
(61490,24660,'action complete via WP Cron','2021-01-13 02:59:12','2021-01-12 21:59:12'),
(61491,24661,'action created','2021-01-13 02:59:12','2021-01-12 21:59:12'),
(61492,24661,'action started via WP Cron','2021-01-13 03:00:30','2021-01-12 22:00:30'),
(61493,24661,'action complete via WP Cron','2021-01-13 03:00:31','2021-01-12 22:00:31'),
(61494,24662,'action created','2021-01-13 03:00:31','2021-01-12 22:00:31'),
(61495,24662,'action started via WP Cron','2021-01-13 03:02:19','2021-01-12 22:02:19'),
(61496,24662,'action complete via WP Cron','2021-01-13 03:02:19','2021-01-12 22:02:19'),
(61497,24663,'action created','2021-01-13 03:02:19','2021-01-12 22:02:19'),
(61498,24663,'action started via WP Cron','2021-01-13 03:03:13','2021-01-12 22:03:13'),
(61499,24663,'action complete via WP Cron','2021-01-13 03:03:13','2021-01-12 22:03:13'),
(61500,24664,'action created','2021-01-13 03:03:13','2021-01-12 22:03:13'),
(61501,24664,'action started via WP Cron','2021-01-13 03:04:33','2021-01-12 22:04:33'),
(61502,24664,'action complete via WP Cron','2021-01-13 03:04:33','2021-01-12 22:04:33'),
(61503,24665,'action created','2021-01-13 03:04:34','2021-01-12 22:04:34'),
(61504,24665,'action started via WP Cron','2021-01-13 03:05:16','2021-01-12 22:05:16'),
(61505,24665,'action complete via WP Cron','2021-01-13 03:05:16','2021-01-12 22:05:16'),
(61506,24666,'action created','2021-01-13 03:05:16','2021-01-12 22:05:16'),
(61507,24666,'action started via WP Cron','2021-01-13 03:07:13','2021-01-12 22:07:13'),
(61508,24666,'action complete via WP Cron','2021-01-13 03:07:13','2021-01-12 22:07:13'),
(61509,24667,'action created','2021-01-13 03:07:13','2021-01-12 22:07:13'),
(61510,24667,'action started via WP Cron','2021-01-13 03:08:29','2021-01-12 22:08:29'),
(61511,24667,'action complete via WP Cron','2021-01-13 03:08:29','2021-01-12 22:08:29'),
(61512,24668,'action created','2021-01-13 03:08:47','2021-01-12 22:08:47'),
(61513,24668,'action started via WP Cron','2021-01-13 03:09:18','2021-01-12 22:09:18'),
(61514,24668,'action complete via WP Cron','2021-01-13 03:09:18','2021-01-12 22:09:18'),
(61515,24669,'action created','2021-01-13 03:09:43','2021-01-12 22:09:43'),
(61516,24669,'action started via WP Cron','2021-01-13 03:10:34','2021-01-12 22:10:34'),
(61517,24669,'action complete via WP Cron','2021-01-13 03:10:34','2021-01-12 22:10:34'),
(61518,24670,'action created','2021-01-13 03:10:34','2021-01-12 22:10:34'),
(61519,24670,'action started via WP Cron','2021-01-13 03:11:29','2021-01-12 22:11:29'),
(61520,24670,'action complete via WP Cron','2021-01-13 03:11:29','2021-01-12 22:11:29'),
(61521,24671,'action created','2021-01-13 03:11:29','2021-01-12 22:11:29'),
(61522,24671,'action started via WP Cron','2021-01-13 03:12:33','2021-01-12 22:12:33'),
(61523,24671,'action complete via WP Cron','2021-01-13 03:12:33','2021-01-12 22:12:33'),
(61524,24672,'action created','2021-01-13 03:12:33','2021-01-12 22:12:33'),
(61525,24672,'action started via WP Cron','2021-01-13 03:15:56','2021-01-12 22:15:56'),
(61526,24672,'action complete via WP Cron','2021-01-13 03:15:56','2021-01-12 22:15:56'),
(61527,24673,'action created','2021-01-13 03:15:56','2021-01-12 22:15:56'),
(61528,24673,'action started via WP Cron','2021-01-13 03:17:10','2021-01-12 22:17:10'),
(61529,24673,'action complete via WP Cron','2021-01-13 03:17:10','2021-01-12 22:17:10'),
(61530,24674,'action created','2021-01-13 03:17:10','2021-01-12 22:17:10'),
(61531,24674,'action started via WP Cron','2021-01-13 03:17:34','2021-01-12 22:17:34'),
(61532,24674,'action complete via WP Cron','2021-01-13 03:17:34','2021-01-12 22:17:34'),
(61533,24675,'action created','2021-01-13 03:18:03','2021-01-12 22:18:03'),
(61534,24675,'action started via WP Cron','2021-01-13 03:18:38','2021-01-12 22:18:38'),
(61535,24675,'action complete via WP Cron','2021-01-13 03:18:38','2021-01-12 22:18:38'),
(61536,24676,'action created','2021-01-13 03:18:52','2021-01-12 22:18:52'),
(61537,24676,'action started via WP Cron','2021-01-13 03:21:33','2021-01-12 22:21:33'),
(61538,24676,'action complete via WP Cron','2021-01-13 03:21:33','2021-01-12 22:21:33'),
(61539,24677,'action created','2021-01-13 03:21:33','2021-01-12 22:21:33'),
(61540,24677,'action started via WP Cron','2021-01-13 03:25:23','2021-01-12 22:25:23'),
(61541,24677,'action complete via WP Cron','2021-01-13 03:25:23','2021-01-12 22:25:23'),
(61542,24678,'action created','2021-01-13 03:25:23','2021-01-12 22:25:23'),
(61543,24678,'action started via WP Cron','2021-01-13 03:27:54','2021-01-12 22:27:54'),
(61544,24678,'action complete via WP Cron','2021-01-13 03:27:54','2021-01-12 22:27:54'),
(61545,24679,'action created','2021-01-13 03:28:09','2021-01-12 22:28:09'),
(61546,24679,'action started via WP Cron','2021-01-13 03:29:36','2021-01-12 22:29:36'),
(61547,24679,'action complete via WP Cron','2021-01-13 03:29:36','2021-01-12 22:29:36'),
(61548,24680,'action created','2021-01-13 03:29:36','2021-01-12 22:29:36'),
(61549,24680,'action started via WP Cron','2021-01-13 03:31:17','2021-01-12 22:31:17'),
(61550,24680,'action complete via WP Cron','2021-01-13 03:31:17','2021-01-12 22:31:17'),
(61551,24681,'action created','2021-01-13 03:31:17','2021-01-12 22:31:17'),
(61552,24681,'action started via WP Cron','2021-01-13 03:32:31','2021-01-12 22:32:31'),
(61553,24681,'action complete via WP Cron','2021-01-13 03:32:31','2021-01-12 22:32:31'),
(61554,24682,'action created','2021-01-13 03:32:31','2021-01-12 22:32:31'),
(61555,24682,'action started via WP Cron','2021-01-13 03:33:18','2021-01-12 22:33:18'),
(61556,24682,'action complete via WP Cron','2021-01-13 03:33:18','2021-01-12 22:33:18'),
(61557,24683,'action created','2021-01-13 03:33:41','2021-01-12 22:33:41'),
(61558,24683,'action started via WP Cron','2021-01-13 03:34:20','2021-01-12 22:34:20'),
(61559,24683,'action complete via WP Cron','2021-01-13 03:34:20','2021-01-12 22:34:20'),
(61560,24684,'action created','2021-01-13 03:34:20','2021-01-12 22:34:20'),
(61561,24684,'action started via WP Cron','2021-01-13 03:36:17','2021-01-12 22:36:17'),
(61562,24684,'action complete via WP Cron','2021-01-13 03:36:17','2021-01-12 22:36:17'),
(61563,24685,'action created','2021-01-13 03:36:17','2021-01-12 22:36:17'),
(61564,24685,'action started via WP Cron','2021-01-13 03:37:24','2021-01-12 22:37:24'),
(61565,24685,'action complete via WP Cron','2021-01-13 03:37:24','2021-01-12 22:37:24'),
(61566,24686,'action created','2021-01-13 03:37:24','2021-01-12 22:37:24'),
(61567,24686,'action started via WP Cron','2021-01-13 03:39:33','2021-01-12 22:39:33'),
(61568,24686,'action complete via WP Cron','2021-01-13 03:39:33','2021-01-12 22:39:33'),
(61569,24687,'action created','2021-01-13 03:39:33','2021-01-12 22:39:33'),
(61570,24687,'action started via WP Cron','2021-01-13 03:41:22','2021-01-12 22:41:22'),
(61571,24687,'action complete via WP Cron','2021-01-13 03:41:22','2021-01-12 22:41:22'),
(61572,24688,'action created','2021-01-13 03:42:15','2021-01-12 22:42:15'),
(61573,24688,'action started via WP Cron','2021-01-13 03:46:01','2021-01-12 22:46:01'),
(61574,24688,'action complete via WP Cron','2021-01-13 03:46:01','2021-01-12 22:46:01'),
(61575,24689,'action created','2021-01-13 03:46:01','2021-01-12 22:46:01'),
(61576,24689,'action started via WP Cron','2021-01-13 03:47:35','2021-01-12 22:47:35'),
(61577,24689,'action complete via WP Cron','2021-01-13 03:47:35','2021-01-12 22:47:35'),
(61578,24690,'action created','2021-01-13 03:47:35','2021-01-12 22:47:35'),
(61579,24690,'action started via WP Cron','2021-01-13 03:49:11','2021-01-12 22:49:11'),
(61580,24690,'action complete via WP Cron','2021-01-13 03:49:11','2021-01-12 22:49:11'),
(61581,24691,'action created','2021-01-13 03:49:12','2021-01-12 22:49:12'),
(61582,24691,'action started via WP Cron','2021-01-13 03:52:27','2021-01-12 22:52:27'),
(61583,24691,'action complete via WP Cron','2021-01-13 03:52:27','2021-01-12 22:52:27'),
(61584,24692,'action created','2021-01-13 03:52:27','2021-01-12 22:52:27'),
(61585,24692,'action started via WP Cron','2021-01-13 03:54:23','2021-01-12 22:54:23'),
(61586,24692,'action complete via WP Cron','2021-01-13 03:54:23','2021-01-12 22:54:23'),
(61587,24693,'action created','2021-01-13 03:54:45','2021-01-12 22:54:45'),
(61588,24693,'action started via WP Cron','2021-01-13 03:55:39','2021-01-12 22:55:39'),
(61589,24693,'action complete via WP Cron','2021-01-13 03:55:39','2021-01-12 22:55:39'),
(61590,24694,'action created','2021-01-13 03:55:39','2021-01-12 22:55:39'),
(61591,24694,'action started via WP Cron','2021-01-13 03:58:07','2021-01-12 22:58:07'),
(61592,24694,'action complete via WP Cron','2021-01-13 03:58:07','2021-01-12 22:58:07'),
(61593,24695,'action created','2021-01-13 04:00:26','2021-01-12 23:00:26'),
(61594,24695,'action started via WP Cron','2021-01-13 04:01:14','2021-01-12 23:01:14'),
(61595,24695,'action complete via WP Cron','2021-01-13 04:01:14','2021-01-12 23:01:14'),
(61596,24696,'action created','2021-01-13 04:01:14','2021-01-12 23:01:14'),
(61597,24696,'action started via WP Cron','2021-01-13 04:02:17','2021-01-12 23:02:17'),
(61598,24696,'action complete via WP Cron','2021-01-13 04:02:17','2021-01-12 23:02:17'),
(61599,24697,'action created','2021-01-13 04:02:17','2021-01-12 23:02:17'),
(61600,24697,'action started via WP Cron','2021-01-13 04:04:12','2021-01-12 23:04:12'),
(61601,24697,'action complete via WP Cron','2021-01-13 04:04:12','2021-01-12 23:04:12'),
(61602,24698,'action created','2021-01-13 04:04:12','2021-01-12 23:04:12'),
(61603,24698,'action started via WP Cron','2021-01-13 04:05:37','2021-01-12 23:05:37'),
(61604,24698,'action complete via WP Cron','2021-01-13 04:05:37','2021-01-12 23:05:37'),
(61605,24699,'action created','2021-01-13 04:05:37','2021-01-12 23:05:37'),
(61606,24699,'action started via WP Cron','2021-01-13 04:06:14','2021-01-12 23:06:14'),
(61607,24699,'action complete via WP Cron','2021-01-13 04:06:14','2021-01-12 23:06:14'),
(61608,24700,'action created','2021-01-13 04:06:14','2021-01-12 23:06:14'),
(61609,24700,'action started via WP Cron','2021-01-13 04:08:08','2021-01-12 23:08:08'),
(61610,24700,'action complete via WP Cron','2021-01-13 04:08:09','2021-01-12 23:08:09'),
(61611,24701,'action created','2021-01-13 04:08:09','2021-01-12 23:08:09'),
(61612,24701,'action started via WP Cron','2021-01-13 04:09:23','2021-01-12 23:09:23'),
(61613,24701,'action complete via WP Cron','2021-01-13 04:09:23','2021-01-12 23:09:23'),
(61614,24702,'action created','2021-01-13 04:09:23','2021-01-12 23:09:23'),
(61615,24702,'action started via WP Cron','2021-01-13 04:10:15','2021-01-12 23:10:15'),
(61616,24702,'action complete via WP Cron','2021-01-13 04:10:15','2021-01-12 23:10:15'),
(61617,24703,'action created','2021-01-13 04:10:15','2021-01-12 23:10:15'),
(61618,24703,'action started via WP Cron','2021-01-13 04:11:15','2021-01-12 23:11:15'),
(61619,24703,'action complete via WP Cron','2021-01-13 04:11:15','2021-01-12 23:11:15'),
(61620,24704,'action created','2021-01-13 04:11:18','2021-01-12 23:11:18'),
(61621,24704,'action started via WP Cron','2021-01-13 04:12:18','2021-01-12 23:12:18'),
(61622,24704,'action complete via WP Cron','2021-01-13 04:12:18','2021-01-12 23:12:18'),
(61623,24705,'action created','2021-01-13 04:12:18','2021-01-12 23:12:18'),
(61624,24705,'action started via WP Cron','2021-01-13 04:13:13','2021-01-12 23:13:13'),
(61625,24705,'action complete via WP Cron','2021-01-13 04:13:13','2021-01-12 23:13:13'),
(61626,24706,'action created','2021-01-13 04:13:13','2021-01-12 23:13:13'),
(61627,24706,'action started via WP Cron','2021-01-13 04:15:03','2021-01-12 23:15:03'),
(61628,24706,'action complete via WP Cron','2021-01-13 04:15:03','2021-01-12 23:15:03'),
(61629,24707,'action created','2021-01-13 04:15:36','2021-01-12 23:15:36'),
(61630,24707,'action started via WP Cron','2021-01-13 04:16:13','2021-01-12 23:16:13'),
(61631,24707,'action complete via WP Cron','2021-01-13 04:16:13','2021-01-12 23:16:13'),
(61632,24708,'action created','2021-01-13 04:16:13','2021-01-12 23:16:13'),
(61633,24708,'action started via WP Cron','2021-01-13 04:17:38','2021-01-12 23:17:38'),
(61634,24708,'action complete via WP Cron','2021-01-13 04:17:38','2021-01-12 23:17:38'),
(61635,24709,'action created','2021-01-13 04:17:38','2021-01-12 23:17:38'),
(61636,24709,'action started via WP Cron','2021-01-13 04:18:23','2021-01-12 23:18:23'),
(61637,24709,'action complete via WP Cron','2021-01-13 04:18:23','2021-01-12 23:18:23'),
(61638,24710,'action created','2021-01-13 04:18:23','2021-01-12 23:18:23'),
(61639,24710,'action started via WP Cron','2021-01-13 04:21:07','2021-01-12 23:21:07'),
(61640,24710,'action complete via WP Cron','2021-01-13 04:21:07','2021-01-12 23:21:07'),
(61641,24711,'action created','2021-01-13 04:21:07','2021-01-12 23:21:07'),
(61642,24711,'action started via WP Cron','2021-01-13 04:22:44','2021-01-12 23:22:44'),
(61643,24711,'action complete via WP Cron','2021-01-13 04:22:44','2021-01-12 23:22:44'),
(61644,24712,'action created','2021-01-13 04:22:44','2021-01-12 23:22:44'),
(61645,24712,'action started via WP Cron','2021-01-13 04:23:19','2021-01-12 23:23:19'),
(61646,24712,'action complete via WP Cron','2021-01-13 04:23:19','2021-01-12 23:23:19'),
(61647,24713,'action created','2021-01-13 04:24:10','2021-01-12 23:24:10'),
(61648,24713,'action started via WP Cron','2021-01-13 04:24:36','2021-01-12 23:24:36'),
(61649,24713,'action complete via WP Cron','2021-01-13 04:24:36','2021-01-12 23:24:36'),
(61650,24714,'action created','2021-01-13 04:24:36','2021-01-12 23:24:36'),
(61651,24714,'action started via WP Cron','2021-01-13 04:26:43','2021-01-12 23:26:43'),
(61652,24714,'action complete via WP Cron','2021-01-13 04:26:43','2021-01-12 23:26:43'),
(61653,24715,'action created','2021-01-13 04:26:43','2021-01-12 23:26:43'),
(61654,24715,'action started via WP Cron','2021-01-13 04:27:26','2021-01-12 23:27:26'),
(61655,24715,'action complete via WP Cron','2021-01-13 04:27:26','2021-01-12 23:27:26'),
(61656,24716,'action created','2021-01-13 04:27:33','2021-01-12 23:27:33'),
(61657,24716,'action started via WP Cron','2021-01-13 04:31:25','2021-01-12 23:31:25'),
(61658,24716,'action complete via WP Cron','2021-01-13 04:31:25','2021-01-12 23:31:25'),
(61659,24717,'action created','2021-01-13 04:31:25','2021-01-12 23:31:25'),
(61660,24717,'action started via WP Cron','2021-01-13 04:34:41','2021-01-12 23:34:41'),
(61661,24717,'action complete via WP Cron','2021-01-13 04:34:41','2021-01-12 23:34:41'),
(61662,24718,'action created','2021-01-13 04:37:42','2021-01-12 23:37:42'),
(61663,24718,'action started via WP Cron','2021-01-13 04:39:03','2021-01-12 23:39:03'),
(61664,24718,'action complete via WP Cron','2021-01-13 04:39:03','2021-01-12 23:39:03'),
(61665,24719,'action created','2021-01-13 04:39:03','2021-01-12 23:39:03'),
(61666,24719,'action started via WP Cron','2021-01-13 04:39:14','2021-01-12 23:39:14'),
(61667,24719,'action complete via WP Cron','2021-01-13 04:39:14','2021-01-12 23:39:14'),
(61668,24720,'action created','2021-01-13 04:39:14','2021-01-12 23:39:14'),
(61669,24720,'action started via WP Cron','2021-01-13 04:41:33','2021-01-12 23:41:33'),
(61670,24720,'action complete via WP Cron','2021-01-13 04:41:33','2021-01-12 23:41:33'),
(61671,24721,'action created','2021-01-13 04:41:33','2021-01-12 23:41:33'),
(61672,24721,'action started via WP Cron','2021-01-13 04:42:26','2021-01-12 23:42:26'),
(61673,24721,'action complete via WP Cron','2021-01-13 04:42:26','2021-01-12 23:42:26'),
(61674,24722,'action created','2021-01-13 04:42:26','2021-01-12 23:42:26'),
(61675,24722,'action started via WP Cron','2021-01-13 04:43:15','2021-01-12 23:43:15'),
(61676,24722,'action complete via WP Cron','2021-01-13 04:43:15','2021-01-12 23:43:15'),
(61677,24723,'action created','2021-01-13 04:45:17','2021-01-12 23:45:17'),
(61678,24723,'action started via WP Cron','2021-01-13 04:46:44','2021-01-12 23:46:44'),
(61679,24723,'action complete via WP Cron','2021-01-13 04:46:44','2021-01-12 23:46:44'),
(61680,24724,'action created','2021-01-13 04:46:44','2021-01-12 23:46:44'),
(61681,24724,'action started via WP Cron','2021-01-13 04:47:38','2021-01-12 23:47:38'),
(61682,24724,'action complete via WP Cron','2021-01-13 04:47:38','2021-01-12 23:47:38'),
(61683,24725,'action created','2021-01-13 04:47:38','2021-01-12 23:47:38'),
(61684,24725,'action started via WP Cron','2021-01-13 04:48:31','2021-01-12 23:48:31'),
(61685,24725,'action complete via WP Cron','2021-01-13 04:48:31','2021-01-12 23:48:31'),
(61686,24726,'action created','2021-01-13 04:48:59','2021-01-12 23:48:59'),
(61687,24726,'action started via WP Cron','2021-01-13 04:49:20','2021-01-12 23:49:20'),
(61688,24726,'action complete via WP Cron','2021-01-13 04:49:20','2021-01-12 23:49:20'),
(61689,24727,'action created','2021-01-13 04:49:20','2021-01-12 23:49:20'),
(61690,24727,'action started via WP Cron','2021-01-13 04:51:27','2021-01-12 23:51:27'),
(61691,24727,'action complete via WP Cron','2021-01-13 04:51:27','2021-01-12 23:51:27'),
(61692,24728,'action created','2021-01-13 04:52:50','2021-01-12 23:52:50'),
(61693,24728,'action started via WP Cron','2021-01-13 04:54:06','2021-01-12 23:54:06'),
(61694,24728,'action complete via WP Cron','2021-01-13 04:54:06','2021-01-12 23:54:06'),
(61695,24729,'action created','2021-01-13 04:54:06','2021-01-12 23:54:06'),
(61696,24729,'action started via WP Cron','2021-01-13 04:55:23','2021-01-12 23:55:23'),
(61697,24729,'action complete via WP Cron','2021-01-13 04:55:23','2021-01-12 23:55:23'),
(61698,24730,'action created','2021-01-13 04:55:23','2021-01-12 23:55:23'),
(61699,24730,'action started via WP Cron','2021-01-13 04:56:36','2021-01-12 23:56:36'),
(61700,24730,'action complete via WP Cron','2021-01-13 04:56:36','2021-01-12 23:56:36'),
(61701,24731,'action created','2021-01-13 04:56:36','2021-01-12 23:56:36'),
(61702,24731,'action started via WP Cron','2021-01-13 04:57:44','2021-01-12 23:57:44'),
(61703,24731,'action complete via WP Cron','2021-01-13 04:57:44','2021-01-12 23:57:44'),
(61704,24732,'action created','2021-01-13 04:57:44','2021-01-12 23:57:44'),
(61705,24732,'action started via WP Cron','2021-01-13 04:58:29','2021-01-12 23:58:29'),
(61706,24732,'action complete via WP Cron','2021-01-13 04:58:29','2021-01-12 23:58:29'),
(61707,24733,'action created','2021-01-13 04:58:29','2021-01-12 23:58:29'),
(61708,24733,'action started via WP Cron','2021-01-13 04:59:35','2021-01-12 23:59:35'),
(61709,24733,'action complete via WP Cron','2021-01-13 04:59:35','2021-01-12 23:59:35'),
(61710,24734,'action created','2021-01-13 04:59:35','2021-01-12 23:59:35'),
(61711,24734,'action started via WP Cron','2021-01-13 05:01:39','2021-01-13 00:01:39'),
(61712,24734,'action complete via WP Cron','2021-01-13 05:01:39','2021-01-13 00:01:39'),
(61713,24735,'action created','2021-01-13 05:01:39','2021-01-13 00:01:39'),
(61714,24735,'action started via WP Cron','2021-01-13 05:03:20','2021-01-13 00:03:20'),
(61715,24735,'action complete via WP Cron','2021-01-13 05:03:20','2021-01-13 00:03:20'),
(61716,24736,'action created','2021-01-13 05:03:51','2021-01-13 00:03:51'),
(61717,24736,'action started via WP Cron','2021-01-13 05:04:31','2021-01-13 00:04:31'),
(61718,24736,'action complete via WP Cron','2021-01-13 05:04:31','2021-01-13 00:04:31'),
(61719,24737,'action created','2021-01-13 05:04:31','2021-01-13 00:04:31'),
(61720,24737,'action started via WP Cron','2021-01-13 05:05:30','2021-01-13 00:05:30'),
(61721,24737,'action complete via WP Cron','2021-01-13 05:05:30','2021-01-13 00:05:30'),
(61722,24738,'action created','2021-01-13 05:05:30','2021-01-13 00:05:30'),
(61723,24738,'action started via WP Cron','2021-01-13 05:06:17','2021-01-13 00:06:17'),
(61724,24738,'action complete via WP Cron','2021-01-13 05:06:17','2021-01-13 00:06:17'),
(61725,24739,'action created','2021-01-13 05:06:17','2021-01-13 00:06:17'),
(61726,24739,'action started via WP Cron','2021-01-13 05:07:53','2021-01-13 00:07:53'),
(61727,24739,'action complete via WP Cron','2021-01-13 05:07:53','2021-01-13 00:07:53'),
(61728,24740,'action created','2021-01-13 05:07:53','2021-01-13 00:07:53'),
(61729,24740,'action started via WP Cron','2021-01-13 05:08:27','2021-01-13 00:08:27'),
(61730,24740,'action complete via WP Cron','2021-01-13 05:08:27','2021-01-13 00:08:27'),
(61731,24741,'action created','2021-01-13 05:08:27','2021-01-13 00:08:27'),
(61732,24741,'action started via WP Cron','2021-01-13 05:09:39','2021-01-13 00:09:39'),
(61733,24741,'action complete via WP Cron','2021-01-13 05:09:39','2021-01-13 00:09:39'),
(61734,24742,'action created','2021-01-13 05:09:39','2021-01-13 00:09:39'),
(61735,24742,'action started via WP Cron','2021-01-13 05:10:49','2021-01-13 00:10:49'),
(61736,24742,'action complete via WP Cron','2021-01-13 05:10:49','2021-01-13 00:10:49'),
(61737,24743,'action created','2021-01-13 05:10:49','2021-01-13 00:10:49'),
(61738,24743,'action started via WP Cron','2021-01-13 05:13:33','2021-01-13 00:13:33'),
(61739,24743,'action complete via WP Cron','2021-01-13 05:13:33','2021-01-13 00:13:33'),
(61740,24744,'action created','2021-01-13 05:13:34','2021-01-13 00:13:34'),
(61741,24744,'action started via WP Cron','2021-01-13 05:14:13','2021-01-13 00:14:13'),
(61742,24744,'action complete via WP Cron','2021-01-13 05:14:13','2021-01-13 00:14:13'),
(61743,24745,'action created','2021-01-13 05:14:14','2021-01-13 00:14:14'),
(61744,24745,'action started via WP Cron','2021-01-13 05:15:56','2021-01-13 00:15:56'),
(61745,24745,'action complete via WP Cron','2021-01-13 05:15:56','2021-01-13 00:15:56'),
(61746,24746,'action created','2021-01-13 05:15:56','2021-01-13 00:15:56'),
(61747,24746,'action started via WP Cron','2021-01-13 05:16:53','2021-01-13 00:16:53'),
(61748,24746,'action complete via WP Cron','2021-01-13 05:16:53','2021-01-13 00:16:53'),
(61749,24747,'action created','2021-01-13 05:16:53','2021-01-13 00:16:53'),
(61750,24747,'action started via WP Cron','2021-01-13 05:19:41','2021-01-13 00:19:41'),
(61751,24747,'action complete via WP Cron','2021-01-13 05:19:41','2021-01-13 00:19:41'),
(61752,24748,'action created','2021-01-13 05:19:41','2021-01-13 00:19:41'),
(61753,24748,'action started via WP Cron','2021-01-13 05:20:13','2021-01-13 00:20:13'),
(61754,24748,'action complete via WP Cron','2021-01-13 05:20:13','2021-01-13 00:20:13'),
(61755,24749,'action created','2021-01-13 05:20:13','2021-01-13 00:20:13'),
(61756,24749,'action started via WP Cron','2021-01-13 05:21:19','2021-01-13 00:21:19'),
(61757,24749,'action complete via WP Cron','2021-01-13 05:21:19','2021-01-13 00:21:19'),
(61758,24750,'action created','2021-01-13 05:21:19','2021-01-13 00:21:19'),
(61759,24750,'action started via WP Cron','2021-01-13 05:22:29','2021-01-13 00:22:29'),
(61760,24750,'action complete via WP Cron','2021-01-13 05:22:29','2021-01-13 00:22:29'),
(61761,24751,'action created','2021-01-13 05:22:29','2021-01-13 00:22:29'),
(61762,24751,'action started via WP Cron','2021-01-13 05:23:20','2021-01-13 00:23:20'),
(61763,24751,'action complete via WP Cron','2021-01-13 05:23:20','2021-01-13 00:23:20'),
(61764,24752,'action created','2021-01-13 05:23:20','2021-01-13 00:23:20'),
(61765,24752,'action started via WP Cron','2021-01-13 05:25:14','2021-01-13 00:25:14'),
(61766,24752,'action complete via WP Cron','2021-01-13 05:25:14','2021-01-13 00:25:14'),
(61767,24753,'action created','2021-01-13 05:25:37','2021-01-13 00:25:37'),
(61768,24753,'action started via WP Cron','2021-01-13 05:29:53','2021-01-13 00:29:53'),
(61769,24753,'action complete via WP Cron','2021-01-13 05:29:53','2021-01-13 00:29:53'),
(61770,24754,'action created','2021-01-13 05:29:53','2021-01-13 00:29:53'),
(61771,24754,'action started via WP Cron','2021-01-13 05:30:42','2021-01-13 00:30:42'),
(61772,24754,'action complete via WP Cron','2021-01-13 05:30:42','2021-01-13 00:30:42'),
(61773,24755,'action created','2021-01-13 05:30:42','2021-01-13 00:30:42'),
(61774,24755,'action started via WP Cron','2021-01-13 05:31:12','2021-01-13 00:31:12'),
(61775,24755,'action complete via WP Cron','2021-01-13 05:31:12','2021-01-13 00:31:12'),
(61776,24756,'action created','2021-01-13 05:31:12','2021-01-13 00:31:12'),
(61777,24756,'action started via WP Cron','2021-01-13 05:32:21','2021-01-13 00:32:21'),
(61778,24756,'action complete via WP Cron','2021-01-13 05:32:21','2021-01-13 00:32:21'),
(61779,24757,'action created','2021-01-13 05:32:21','2021-01-13 00:32:21'),
(61780,24757,'action started via WP Cron','2021-01-13 05:36:06','2021-01-13 00:36:06'),
(61781,24757,'action complete via WP Cron','2021-01-13 05:36:06','2021-01-13 00:36:06'),
(61782,24758,'action created','2021-01-13 05:36:07','2021-01-13 00:36:07'),
(61783,24758,'action started via WP Cron','2021-01-13 05:36:46','2021-01-13 00:36:46'),
(61784,24758,'action complete via WP Cron','2021-01-13 05:36:46','2021-01-13 00:36:46'),
(61785,24759,'action created','2021-01-13 05:36:46','2021-01-13 00:36:46'),
(61786,24759,'action started via WP Cron','2021-01-13 05:37:35','2021-01-13 00:37:35'),
(61787,24759,'action complete via WP Cron','2021-01-13 05:37:35','2021-01-13 00:37:35'),
(61788,24760,'action created','2021-01-13 05:37:35','2021-01-13 00:37:35'),
(61789,24760,'action started via WP Cron','2021-01-13 05:40:03','2021-01-13 00:40:03'),
(61790,24760,'action complete via WP Cron','2021-01-13 05:40:03','2021-01-13 00:40:03'),
(61791,24761,'action created','2021-01-13 05:40:03','2021-01-13 00:40:03'),
(61792,24761,'action started via WP Cron','2021-01-13 05:40:24','2021-01-13 00:40:24'),
(61793,24761,'action complete via WP Cron','2021-01-13 05:40:24','2021-01-13 00:40:24'),
(61794,24762,'action created','2021-01-13 05:40:24','2021-01-13 00:40:24'),
(61795,24762,'action started via WP Cron','2021-01-13 05:41:21','2021-01-13 00:41:21'),
(61796,24762,'action complete via WP Cron','2021-01-13 05:41:21','2021-01-13 00:41:21'),
(61797,24763,'action created','2021-01-13 05:41:21','2021-01-13 00:41:21'),
(61798,24763,'action started via WP Cron','2021-01-13 05:42:53','2021-01-13 00:42:53'),
(61799,24763,'action complete via WP Cron','2021-01-13 05:42:53','2021-01-13 00:42:53'),
(61800,24764,'action created','2021-01-13 05:43:27','2021-01-13 00:43:27'),
(61801,24764,'action started via WP Cron','2021-01-13 05:44:25','2021-01-13 00:44:25'),
(61802,24764,'action complete via WP Cron','2021-01-13 05:44:25','2021-01-13 00:44:25'),
(61803,24765,'action created','2021-01-13 05:44:25','2021-01-13 00:44:25'),
(61804,24765,'action started via WP Cron','2021-01-13 05:45:27','2021-01-13 00:45:27'),
(61805,24765,'action complete via WP Cron','2021-01-13 05:45:27','2021-01-13 00:45:27'),
(61806,24766,'action created','2021-01-13 05:45:27','2021-01-13 00:45:27'),
(61807,24766,'action started via WP Cron','2021-01-13 05:46:58','2021-01-13 00:46:58'),
(61808,24766,'action complete via WP Cron','2021-01-13 05:46:58','2021-01-13 00:46:58'),
(61809,24767,'action created','2021-01-13 05:46:58','2021-01-13 00:46:58'),
(61810,24767,'action started via WP Cron','2021-01-13 05:47:21','2021-01-13 00:47:21'),
(61811,24767,'action complete via WP Cron','2021-01-13 05:47:21','2021-01-13 00:47:21'),
(61812,24768,'action created','2021-01-13 05:47:21','2021-01-13 00:47:21'),
(61813,24768,'action started via WP Cron','2021-01-13 05:48:40','2021-01-13 00:48:40'),
(61814,24768,'action complete via WP Cron','2021-01-13 05:48:40','2021-01-13 00:48:40'),
(61815,24769,'action created','2021-01-13 05:48:40','2021-01-13 00:48:40'),
(61816,24769,'action started via WP Cron','2021-01-13 05:49:18','2021-01-13 00:49:18'),
(61817,24769,'action complete via WP Cron','2021-01-13 05:49:18','2021-01-13 00:49:18'),
(61818,24770,'action created','2021-01-13 05:49:18','2021-01-13 00:49:18'),
(61819,24770,'action started via WP Cron','2021-01-13 05:50:35','2021-01-13 00:50:35'),
(61820,24770,'action complete via WP Cron','2021-01-13 05:50:35','2021-01-13 00:50:35'),
(61821,24771,'action created','2021-01-13 05:50:35','2021-01-13 00:50:35'),
(61822,24771,'action started via WP Cron','2021-01-13 05:51:36','2021-01-13 00:51:36'),
(61823,24771,'action complete via WP Cron','2021-01-13 05:51:36','2021-01-13 00:51:36'),
(61824,24772,'action created','2021-01-13 05:51:37','2021-01-13 00:51:37'),
(61825,24772,'action started via WP Cron','2021-01-13 05:52:39','2021-01-13 00:52:39'),
(61826,24772,'action complete via WP Cron','2021-01-13 05:52:39','2021-01-13 00:52:39'),
(61827,24773,'action created','2021-01-13 05:52:40','2021-01-13 00:52:40'),
(61828,24773,'action started via WP Cron','2021-01-13 05:54:11','2021-01-13 00:54:11'),
(61829,24773,'action complete via WP Cron','2021-01-13 05:54:11','2021-01-13 00:54:11'),
(61830,24774,'action created','2021-01-13 05:54:11','2021-01-13 00:54:11'),
(61831,24774,'action started via WP Cron','2021-01-13 05:55:13','2021-01-13 00:55:13'),
(61832,24774,'action complete via WP Cron','2021-01-13 05:55:13','2021-01-13 00:55:13'),
(61833,24775,'action created','2021-01-13 05:55:13','2021-01-13 00:55:13'),
(61834,24775,'action started via WP Cron','2021-01-13 05:56:20','2021-01-13 00:56:20'),
(61835,24775,'action complete via WP Cron','2021-01-13 05:56:20','2021-01-13 00:56:20'),
(61836,24776,'action created','2021-01-13 05:56:20','2021-01-13 00:56:20'),
(61837,24776,'action started via WP Cron','2021-01-13 05:57:49','2021-01-13 00:57:49'),
(61838,24776,'action complete via WP Cron','2021-01-13 05:57:49','2021-01-13 00:57:49'),
(61839,24777,'action created','2021-01-13 05:57:49','2021-01-13 00:57:49'),
(61840,24777,'action started via WP Cron','2021-01-13 05:58:24','2021-01-13 00:58:24'),
(61841,24777,'action complete via WP Cron','2021-01-13 05:58:24','2021-01-13 00:58:24'),
(61842,24778,'action created','2021-01-13 05:58:24','2021-01-13 00:58:24'),
(61843,24778,'action started via WP Cron','2021-01-13 06:00:03','2021-01-13 01:00:03'),
(61844,24778,'action complete via WP Cron','2021-01-13 06:00:03','2021-01-13 01:00:03'),
(61845,24779,'action created','2021-01-13 06:00:17','2021-01-13 01:00:17'),
(61846,24779,'action started via WP Cron','2021-01-13 06:02:27','2021-01-13 01:02:27'),
(61847,24779,'action complete via WP Cron','2021-01-13 06:02:27','2021-01-13 01:02:27'),
(61848,24780,'action created','2021-01-13 06:02:29','2021-01-13 01:02:29'),
(61849,24780,'action started via WP Cron','2021-01-13 06:03:39','2021-01-13 01:03:39'),
(61850,24780,'action complete via WP Cron','2021-01-13 06:03:39','2021-01-13 01:03:39'),
(61851,24781,'action created','2021-01-13 06:03:39','2021-01-13 01:03:39'),
(61852,24781,'action started via WP Cron','2021-01-13 06:04:39','2021-01-13 01:04:39'),
(61853,24781,'action complete via WP Cron','2021-01-13 06:04:39','2021-01-13 01:04:39'),
(61854,24782,'action created','2021-01-13 06:04:39','2021-01-13 01:04:39'),
(61855,24782,'action started via WP Cron','2021-01-13 06:05:19','2021-01-13 01:05:19'),
(61856,24782,'action complete via WP Cron','2021-01-13 06:05:19','2021-01-13 01:05:19'),
(61857,24783,'action created','2021-01-13 06:07:02','2021-01-13 01:07:02'),
(61858,24783,'action started via WP Cron','2021-01-13 06:07:15','2021-01-13 01:07:15'),
(61859,24783,'action complete via WP Cron','2021-01-13 06:07:15','2021-01-13 01:07:15'),
(61860,24784,'action created','2021-01-13 06:07:15','2021-01-13 01:07:15'),
(61861,24784,'action started via WP Cron','2021-01-13 06:08:42','2021-01-13 01:08:42'),
(61862,24784,'action complete via WP Cron','2021-01-13 06:08:42','2021-01-13 01:08:42'),
(61863,24785,'action created','2021-01-13 06:08:42','2021-01-13 01:08:42'),
(61864,24785,'action started via WP Cron','2021-01-13 06:09:35','2021-01-13 01:09:35'),
(61865,24785,'action complete via WP Cron','2021-01-13 06:09:35','2021-01-13 01:09:35'),
(61866,24786,'action created','2021-01-13 06:09:35','2021-01-13 01:09:35'),
(61867,24786,'action started via WP Cron','2021-01-13 06:10:29','2021-01-13 01:10:29'),
(61868,24786,'action complete via WP Cron','2021-01-13 06:10:29','2021-01-13 01:10:29'),
(61869,24787,'action created','2021-01-13 06:10:29','2021-01-13 01:10:29'),
(61870,24787,'action started via WP Cron','2021-01-13 06:11:15','2021-01-13 01:11:15'),
(61871,24787,'action complete via WP Cron','2021-01-13 06:11:15','2021-01-13 01:11:15'),
(61872,24788,'action created','2021-01-13 06:11:15','2021-01-13 01:11:15'),
(61873,24788,'action started via WP Cron','2021-01-13 06:12:17','2021-01-13 01:12:17'),
(61874,24788,'action complete via WP Cron','2021-01-13 06:12:17','2021-01-13 01:12:17'),
(61875,24789,'action created','2021-01-13 06:12:17','2021-01-13 01:12:17'),
(61876,24789,'action started via WP Cron','2021-01-13 06:13:38','2021-01-13 01:13:38'),
(61877,24789,'action complete via WP Cron','2021-01-13 06:13:38','2021-01-13 01:13:38'),
(61878,24790,'action created','2021-01-13 06:13:38','2021-01-13 01:13:38'),
(61879,24790,'action started via WP Cron','2021-01-13 06:14:58','2021-01-13 01:14:58'),
(61880,24790,'action complete via WP Cron','2021-01-13 06:14:58','2021-01-13 01:14:58'),
(61881,24791,'action created','2021-01-13 06:15:59','2021-01-13 01:15:59'),
(61882,24791,'action started via WP Cron','2021-01-13 06:16:55','2021-01-13 01:16:55'),
(61883,24791,'action complete via WP Cron','2021-01-13 06:16:55','2021-01-13 01:16:55'),
(61884,24792,'action created','2021-01-13 06:16:55','2021-01-13 01:16:55'),
(61885,24792,'action started via WP Cron','2021-01-13 06:17:13','2021-01-13 01:17:13'),
(61886,24792,'action complete via WP Cron','2021-01-13 06:17:13','2021-01-13 01:17:13'),
(61887,24793,'action created','2021-01-13 06:17:13','2021-01-13 01:17:13'),
(61888,24793,'action started via WP Cron','2021-01-13 06:18:15','2021-01-13 01:18:15'),
(61889,24793,'action complete via WP Cron','2021-01-13 06:18:15','2021-01-13 01:18:15'),
(61890,24794,'action created','2021-01-13 06:18:15','2021-01-13 01:18:15'),
(61891,24794,'action started via WP Cron','2021-01-13 06:20:42','2021-01-13 01:20:42'),
(61892,24794,'action complete via WP Cron','2021-01-13 06:20:42','2021-01-13 01:20:42'),
(61893,24795,'action created','2021-01-13 06:20:42','2021-01-13 01:20:42'),
(61894,24795,'action started via WP Cron','2021-01-13 06:21:14','2021-01-13 01:21:14'),
(61895,24795,'action complete via WP Cron','2021-01-13 06:21:14','2021-01-13 01:21:14'),
(61896,24796,'action created','2021-01-13 06:21:14','2021-01-13 01:21:14'),
(61897,24796,'action started via WP Cron','2021-01-13 06:22:31','2021-01-13 01:22:31'),
(61898,24796,'action complete via WP Cron','2021-01-13 06:22:31','2021-01-13 01:22:31'),
(61899,24797,'action created','2021-01-13 06:22:31','2021-01-13 01:22:31'),
(61900,24797,'action started via WP Cron','2021-01-13 06:24:02','2021-01-13 01:24:02'),
(61901,24797,'action complete via WP Cron','2021-01-13 06:24:02','2021-01-13 01:24:02'),
(61902,24798,'action created','2021-01-13 06:24:02','2021-01-13 01:24:02'),
(61903,24798,'action started via WP Cron','2021-01-13 06:26:19','2021-01-13 01:26:19'),
(61904,24798,'action complete via WP Cron','2021-01-13 06:26:19','2021-01-13 01:26:19'),
(61905,24799,'action created','2021-01-13 06:26:19','2021-01-13 01:26:19'),
(61906,24799,'action started via WP Cron','2021-01-13 06:29:38','2021-01-13 01:29:38'),
(61907,24799,'action complete via WP Cron','2021-01-13 06:29:38','2021-01-13 01:29:38'),
(61908,24800,'action created','2021-01-13 06:29:50','2021-01-13 01:29:50'),
(61909,24800,'action started via WP Cron','2021-01-13 06:30:19','2021-01-13 01:30:19'),
(61910,24800,'action complete via WP Cron','2021-01-13 06:30:19','2021-01-13 01:30:19'),
(61911,24801,'action created','2021-01-13 06:30:19','2021-01-13 01:30:19'),
(61912,24801,'action started via WP Cron','2021-01-13 06:31:34','2021-01-13 01:31:34'),
(61913,24801,'action complete via WP Cron','2021-01-13 06:31:34','2021-01-13 01:31:34'),
(61914,24802,'action created','2021-01-13 06:31:34','2021-01-13 01:31:34'),
(61915,24802,'action started via WP Cron','2021-01-13 06:32:30','2021-01-13 01:32:30'),
(61916,24802,'action complete via WP Cron','2021-01-13 06:32:30','2021-01-13 01:32:30'),
(61917,24803,'action created','2021-01-13 06:32:30','2021-01-13 01:32:30'),
(61918,24803,'action started via WP Cron','2021-01-13 06:33:23','2021-01-13 01:33:23'),
(61919,24803,'action complete via WP Cron','2021-01-13 06:33:23','2021-01-13 01:33:23'),
(61920,24804,'action created','2021-01-13 06:33:24','2021-01-13 01:33:24'),
(61921,24804,'action started via WP Cron','2021-01-13 06:34:21','2021-01-13 01:34:21'),
(61922,24804,'action complete via WP Cron','2021-01-13 06:34:21','2021-01-13 01:34:21'),
(61923,24805,'action created','2021-01-13 06:34:21','2021-01-13 01:34:21'),
(61924,24805,'action started via WP Cron','2021-01-13 06:36:54','2021-01-13 01:36:54'),
(61925,24805,'action complete via WP Cron','2021-01-13 06:36:54','2021-01-13 01:36:54'),
(61926,24806,'action created','2021-01-13 06:36:54','2021-01-13 01:36:54'),
(61927,24806,'action started via WP Cron','2021-01-13 06:37:34','2021-01-13 01:37:34'),
(61928,24806,'action complete via WP Cron','2021-01-13 06:37:34','2021-01-13 01:37:34'),
(61929,24807,'action created','2021-01-13 06:37:34','2021-01-13 01:37:34'),
(61930,24807,'action started via WP Cron','2021-01-13 06:38:16','2021-01-13 01:38:16'),
(61931,24807,'action complete via WP Cron','2021-01-13 06:38:16','2021-01-13 01:38:16'),
(61932,24808,'action created','2021-01-13 06:38:16','2021-01-13 01:38:16'),
(61933,24808,'action started via WP Cron','2021-01-13 06:39:40','2021-01-13 01:39:40'),
(61934,24808,'action complete via WP Cron','2021-01-13 06:39:40','2021-01-13 01:39:40'),
(61935,24809,'action created','2021-01-13 06:39:41','2021-01-13 01:39:41'),
(61936,24809,'action started via WP Cron','2021-01-13 06:40:25','2021-01-13 01:40:25'),
(61937,24809,'action complete via WP Cron','2021-01-13 06:40:25','2021-01-13 01:40:25'),
(61938,24810,'action created','2021-01-13 06:40:25','2021-01-13 01:40:25'),
(61939,24810,'action started via WP Cron','2021-01-13 06:41:13','2021-01-13 01:41:13'),
(61940,24810,'action complete via WP Cron','2021-01-13 06:41:13','2021-01-13 01:41:13'),
(61941,24811,'action created','2021-01-13 06:41:13','2021-01-13 01:41:13'),
(61942,24811,'action started via WP Cron','2021-01-13 06:42:20','2021-01-13 01:42:20'),
(61943,24811,'action complete via WP Cron','2021-01-13 06:42:20','2021-01-13 01:42:20'),
(61944,24812,'action created','2021-01-13 06:42:20','2021-01-13 01:42:20'),
(61945,24812,'action started via WP Cron','2021-01-13 06:43:25','2021-01-13 01:43:25'),
(61946,24812,'action complete via WP Cron','2021-01-13 06:43:25','2021-01-13 01:43:25'),
(61947,24813,'action created','2021-01-13 06:43:25','2021-01-13 01:43:25'),
(61948,24813,'action started via WP Cron','2021-01-13 06:44:34','2021-01-13 01:44:34'),
(61949,24813,'action complete via WP Cron','2021-01-13 06:44:34','2021-01-13 01:44:34'),
(61950,24814,'action created','2021-01-13 06:44:34','2021-01-13 01:44:34'),
(61951,24814,'action started via WP Cron','2021-01-13 06:45:49','2021-01-13 01:45:49'),
(61952,24814,'action complete via WP Cron','2021-01-13 06:45:49','2021-01-13 01:45:49'),
(61953,24815,'action created','2021-01-13 06:45:49','2021-01-13 01:45:49'),
(61954,24815,'action started via WP Cron','2021-01-13 06:46:48','2021-01-13 01:46:48'),
(61955,24815,'action complete via WP Cron','2021-01-13 06:46:49','2021-01-13 01:46:49'),
(61956,24816,'action created','2021-01-13 06:46:49','2021-01-13 01:46:49'),
(61957,24816,'action started via WP Cron','2021-01-13 06:47:16','2021-01-13 01:47:16'),
(61958,24816,'action complete via WP Cron','2021-01-13 06:47:16','2021-01-13 01:47:16'),
(61959,24817,'action created','2021-01-13 06:47:16','2021-01-13 01:47:16'),
(61960,24817,'action started via WP Cron','2021-01-13 06:49:04','2021-01-13 01:49:04'),
(61961,24817,'action complete via WP Cron','2021-01-13 06:49:04','2021-01-13 01:49:04'),
(61962,24818,'action created','2021-01-13 06:49:05','2021-01-13 01:49:05'),
(61963,24818,'action started via WP Cron','2021-01-13 06:49:17','2021-01-13 01:49:17'),
(61964,24818,'action complete via WP Cron','2021-01-13 06:49:17','2021-01-13 01:49:17'),
(61965,24819,'action created','2021-01-13 06:49:17','2021-01-13 01:49:17'),
(61966,24819,'action started via WP Cron','2021-01-13 06:50:49','2021-01-13 01:50:49'),
(61967,24819,'action complete via WP Cron','2021-01-13 06:50:49','2021-01-13 01:50:49'),
(61968,24820,'action created','2021-01-13 06:50:49','2021-01-13 01:50:49'),
(61969,24820,'action started via WP Cron','2021-01-13 06:51:15','2021-01-13 01:51:15'),
(61970,24820,'action complete via WP Cron','2021-01-13 06:51:15','2021-01-13 01:51:15'),
(61971,24821,'action created','2021-01-13 06:51:15','2021-01-13 01:51:15'),
(61972,24821,'action started via WP Cron','2021-01-13 06:52:41','2021-01-13 01:52:41'),
(61973,24821,'action complete via WP Cron','2021-01-13 06:52:41','2021-01-13 01:52:41'),
(61974,24822,'action created','2021-01-13 06:52:41','2021-01-13 01:52:41'),
(61975,24822,'action started via WP Cron','2021-01-13 06:53:31','2021-01-13 01:53:31'),
(61976,24822,'action complete via WP Cron','2021-01-13 06:53:31','2021-01-13 01:53:31'),
(61977,24823,'action created','2021-01-13 06:53:32','2021-01-13 01:53:32'),
(61978,24823,'action started via WP Cron','2021-01-13 06:54:21','2021-01-13 01:54:21'),
(61979,24823,'action complete via WP Cron','2021-01-13 06:54:21','2021-01-13 01:54:21'),
(61980,24824,'action created','2021-01-13 06:54:21','2021-01-13 01:54:21'),
(61981,24824,'action started via WP Cron','2021-01-13 06:55:12','2021-01-13 01:55:12'),
(61982,24824,'action complete via WP Cron','2021-01-13 06:55:12','2021-01-13 01:55:12'),
(61983,24825,'action created','2021-01-13 06:55:12','2021-01-13 01:55:12'),
(61984,24825,'action started via WP Cron','2021-01-13 06:56:35','2021-01-13 01:56:35'),
(61985,24825,'action complete via WP Cron','2021-01-13 06:56:35','2021-01-13 01:56:35'),
(61986,24826,'action created','2021-01-13 06:56:35','2021-01-13 01:56:35'),
(61987,24826,'action started via WP Cron','2021-01-13 06:57:19','2021-01-13 01:57:19'),
(61988,24826,'action complete via WP Cron','2021-01-13 06:57:19','2021-01-13 01:57:19'),
(61989,24827,'action created','2021-01-13 06:57:19','2021-01-13 01:57:19'),
(61990,24827,'action started via WP Cron','2021-01-13 06:58:25','2021-01-13 01:58:25'),
(61991,24827,'action complete via WP Cron','2021-01-13 06:58:25','2021-01-13 01:58:25'),
(61992,24828,'action created','2021-01-13 06:58:59','2021-01-13 01:58:59'),
(61993,24828,'action started via WP Cron','2021-01-13 06:59:24','2021-01-13 01:59:24'),
(61994,24828,'action complete via WP Cron','2021-01-13 06:59:24','2021-01-13 01:59:24'),
(61995,24829,'action created','2021-01-13 06:59:24','2021-01-13 01:59:24'),
(61996,24829,'action started via WP Cron','2021-01-13 07:00:30','2021-01-13 02:00:30'),
(61997,24829,'action complete via WP Cron','2021-01-13 07:00:30','2021-01-13 02:00:30'),
(61998,24830,'action created','2021-01-13 07:00:30','2021-01-13 02:00:30'),
(61999,24830,'action started via WP Cron','2021-01-13 07:03:43','2021-01-13 02:03:43'),
(62000,24830,'action complete via WP Cron','2021-01-13 07:03:43','2021-01-13 02:03:43'),
(62001,24831,'action created','2021-01-13 07:03:43','2021-01-13 02:03:43'),
(62002,24831,'action started via WP Cron','2021-01-13 07:04:18','2021-01-13 02:04:18'),
(62003,24831,'action complete via WP Cron','2021-01-13 07:04:18','2021-01-13 02:04:18'),
(62004,24832,'action created','2021-01-13 07:04:19','2021-01-13 02:04:19'),
(62005,24832,'action started via WP Cron','2021-01-13 07:05:26','2021-01-13 02:05:26'),
(62006,24832,'action complete via WP Cron','2021-01-13 07:05:26','2021-01-13 02:05:26'),
(62007,24833,'action created','2021-01-13 07:05:28','2021-01-13 02:05:28'),
(62008,24833,'action started via WP Cron','2021-01-13 07:06:28','2021-01-13 02:06:28'),
(62009,24833,'action complete via WP Cron','2021-01-13 07:06:28','2021-01-13 02:06:28'),
(62010,24834,'action created','2021-01-13 07:06:28','2021-01-13 02:06:28'),
(62011,24834,'action started via WP Cron','2021-01-13 07:07:33','2021-01-13 02:07:33'),
(62012,24834,'action complete via WP Cron','2021-01-13 07:07:33','2021-01-13 02:07:33'),
(62013,24835,'action created','2021-01-13 07:07:33','2021-01-13 02:07:33'),
(62014,24835,'action started via WP Cron','2021-01-13 07:09:21','2021-01-13 02:09:21'),
(62015,24835,'action complete via WP Cron','2021-01-13 07:09:21','2021-01-13 02:09:21'),
(62016,24836,'action created','2021-01-13 07:09:21','2021-01-13 02:09:21'),
(62017,24836,'action started via WP Cron','2021-01-13 07:11:02','2021-01-13 02:11:02'),
(62018,24836,'action complete via WP Cron','2021-01-13 07:11:02','2021-01-13 02:11:02'),
(62019,24837,'action created','2021-01-13 07:11:02','2021-01-13 02:11:02'),
(62020,24837,'action started via WP Cron','2021-01-13 07:11:32','2021-01-13 02:11:32'),
(62021,24837,'action complete via WP Cron','2021-01-13 07:11:32','2021-01-13 02:11:32'),
(62022,24838,'action created','2021-01-13 07:11:33','2021-01-13 02:11:33'),
(62023,24838,'action started via WP Cron','2021-01-13 07:12:32','2021-01-13 02:12:32'),
(62024,24838,'action complete via WP Cron','2021-01-13 07:12:32','2021-01-13 02:12:32'),
(62025,24839,'action created','2021-01-13 07:12:32','2021-01-13 02:12:32'),
(62026,24839,'action started via WP Cron','2021-01-13 07:15:16','2021-01-13 02:15:16'),
(62027,24839,'action complete via WP Cron','2021-01-13 07:15:16','2021-01-13 02:15:16'),
(62028,24840,'action created','2021-01-13 07:15:16','2021-01-13 02:15:16'),
(62029,24840,'action started via WP Cron','2021-01-13 07:16:34','2021-01-13 02:16:34'),
(62030,24840,'action complete via WP Cron','2021-01-13 07:16:34','2021-01-13 02:16:34'),
(62031,24841,'action created','2021-01-13 07:16:34','2021-01-13 02:16:34'),
(62032,24841,'action started via WP Cron','2021-01-13 07:17:15','2021-01-13 02:17:15'),
(62033,24841,'action complete via WP Cron','2021-01-13 07:17:15','2021-01-13 02:17:15'),
(62034,24842,'action created','2021-01-13 07:17:15','2021-01-13 02:17:15'),
(62035,24842,'action started via WP Cron','2021-01-13 07:19:59','2021-01-13 02:19:59'),
(62036,24842,'action complete via WP Cron','2021-01-13 07:19:59','2021-01-13 02:19:59'),
(62037,24843,'action created','2021-01-13 07:19:59','2021-01-13 02:19:59'),
(62038,24843,'action started via WP Cron','2021-01-13 07:21:05','2021-01-13 02:21:05'),
(62039,24843,'action complete via WP Cron','2021-01-13 07:21:05','2021-01-13 02:21:05'),
(62040,24844,'action created','2021-01-13 07:21:05','2021-01-13 02:21:05'),
(62041,24844,'action started via WP Cron','2021-01-13 07:22:12','2021-01-13 02:22:12'),
(62042,24844,'action complete via WP Cron','2021-01-13 07:22:12','2021-01-13 02:22:12'),
(62043,24845,'action created','2021-01-13 07:22:12','2021-01-13 02:22:12'),
(62044,24845,'action started via WP Cron','2021-01-13 07:23:34','2021-01-13 02:23:34'),
(62045,24845,'action complete via WP Cron','2021-01-13 07:23:34','2021-01-13 02:23:34'),
(62046,24846,'action created','2021-01-13 07:23:34','2021-01-13 02:23:34'),
(62047,24846,'action started via WP Cron','2021-01-13 07:24:31','2021-01-13 02:24:31'),
(62048,24846,'action complete via WP Cron','2021-01-13 07:24:31','2021-01-13 02:24:31'),
(62049,24847,'action created','2021-01-13 07:24:31','2021-01-13 02:24:31'),
(62050,24847,'action started via WP Cron','2021-01-13 07:26:13','2021-01-13 02:26:13'),
(62051,24847,'action complete via WP Cron','2021-01-13 07:26:13','2021-01-13 02:26:13'),
(62052,24848,'action created','2021-01-13 07:26:13','2021-01-13 02:26:13'),
(62053,24848,'action started via WP Cron','2021-01-13 07:27:30','2021-01-13 02:27:30'),
(62054,24848,'action complete via WP Cron','2021-01-13 07:27:30','2021-01-13 02:27:30'),
(62055,24849,'action created','2021-01-13 07:27:31','2021-01-13 02:27:31'),
(62056,24849,'action started via WP Cron','2021-01-13 07:29:28','2021-01-13 02:29:28'),
(62057,24849,'action complete via WP Cron','2021-01-13 07:29:28','2021-01-13 02:29:28'),
(62058,24850,'action created','2021-01-13 07:29:28','2021-01-13 02:29:28'),
(62059,24850,'action started via WP Cron','2021-01-13 07:30:37','2021-01-13 02:30:37'),
(62060,24850,'action complete via WP Cron','2021-01-13 07:30:37','2021-01-13 02:30:37'),
(62061,24851,'action created','2021-01-13 07:30:37','2021-01-13 02:30:37'),
(62062,24851,'action started via WP Cron','2021-01-13 07:31:21','2021-01-13 02:31:21'),
(62063,24851,'action complete via WP Cron','2021-01-13 07:31:21','2021-01-13 02:31:21'),
(62064,24852,'action created','2021-01-13 07:31:21','2021-01-13 02:31:21'),
(62065,24852,'action started via WP Cron','2021-01-13 07:33:17','2021-01-13 02:33:17'),
(62066,24852,'action complete via WP Cron','2021-01-13 07:33:17','2021-01-13 02:33:17'),
(62067,24853,'action created','2021-01-13 07:33:17','2021-01-13 02:33:17'),
(62068,24853,'action started via WP Cron','2021-01-13 07:34:52','2021-01-13 02:34:52'),
(62069,24853,'action complete via WP Cron','2021-01-13 07:34:52','2021-01-13 02:34:52'),
(62070,24854,'action created','2021-01-13 07:34:52','2021-01-13 02:34:52'),
(62071,24854,'action started via WP Cron','2021-01-13 07:37:24','2021-01-13 02:37:24'),
(62072,24854,'action complete via WP Cron','2021-01-13 07:37:24','2021-01-13 02:37:24'),
(62073,24855,'action created','2021-01-13 07:37:25','2021-01-13 02:37:25'),
(62074,24855,'action started via WP Cron','2021-01-13 07:38:16','2021-01-13 02:38:16'),
(62075,24855,'action complete via WP Cron','2021-01-13 07:38:16','2021-01-13 02:38:16'),
(62076,24856,'action created','2021-01-13 07:38:16','2021-01-13 02:38:16'),
(62077,24856,'action started via WP Cron','2021-01-13 07:39:33','2021-01-13 02:39:33'),
(62078,24856,'action complete via WP Cron','2021-01-13 07:39:33','2021-01-13 02:39:33'),
(62079,24857,'action created','2021-01-13 07:39:51','2021-01-13 02:39:51'),
(62080,24857,'action started via WP Cron','2021-01-13 07:41:01','2021-01-13 02:41:01'),
(62081,24857,'action complete via WP Cron','2021-01-13 07:41:01','2021-01-13 02:41:01'),
(62082,24858,'action created','2021-01-13 07:41:01','2021-01-13 02:41:01'),
(62083,24858,'action started via WP Cron','2021-01-13 07:43:01','2021-01-13 02:43:01'),
(62084,24858,'action complete via WP Cron','2021-01-13 07:43:01','2021-01-13 02:43:01'),
(62085,24859,'action created','2021-01-13 07:43:01','2021-01-13 02:43:01'),
(62086,24859,'action started via WP Cron','2021-01-13 07:43:28','2021-01-13 02:43:28'),
(62087,24859,'action complete via WP Cron','2021-01-13 07:43:28','2021-01-13 02:43:28'),
(62088,24860,'action created','2021-01-13 07:43:28','2021-01-13 02:43:28'),
(62089,24860,'action started via WP Cron','2021-01-13 07:44:19','2021-01-13 02:44:19'),
(62090,24860,'action complete via WP Cron','2021-01-13 07:44:19','2021-01-13 02:44:19'),
(62091,24861,'action created','2021-01-13 07:44:19','2021-01-13 02:44:19'),
(62092,24861,'action started via WP Cron','2021-01-13 07:45:45','2021-01-13 02:45:45'),
(62093,24861,'action complete via WP Cron','2021-01-13 07:45:45','2021-01-13 02:45:45'),
(62094,24862,'action created','2021-01-13 07:45:45','2021-01-13 02:45:45'),
(62095,24862,'action started via WP Cron','2021-01-13 07:46:33','2021-01-13 02:46:33'),
(62096,24862,'action complete via WP Cron','2021-01-13 07:46:33','2021-01-13 02:46:33'),
(62097,24863,'action created','2021-01-13 07:46:33','2021-01-13 02:46:33'),
(62098,24863,'action started via WP Cron','2021-01-13 07:47:16','2021-01-13 02:47:16'),
(62099,24863,'action complete via WP Cron','2021-01-13 07:47:16','2021-01-13 02:47:16'),
(62100,24864,'action created','2021-01-13 07:47:16','2021-01-13 02:47:16'),
(62101,24864,'action started via WP Cron','2021-01-13 07:48:21','2021-01-13 02:48:21'),
(62102,24864,'action complete via WP Cron','2021-01-13 07:48:21','2021-01-13 02:48:21'),
(62103,24865,'action created','2021-01-13 07:48:21','2021-01-13 02:48:21'),
(62104,24865,'action started via WP Cron','2021-01-13 07:49:34','2021-01-13 02:49:34'),
(62105,24865,'action complete via WP Cron','2021-01-13 07:49:34','2021-01-13 02:49:34'),
(62106,24866,'action created','2021-01-13 07:49:34','2021-01-13 02:49:34'),
(62107,24866,'action started via WP Cron','2021-01-13 07:51:04','2021-01-13 02:51:04'),
(62108,24866,'action complete via WP Cron','2021-01-13 07:51:04','2021-01-13 02:51:04'),
(62109,24867,'action created','2021-01-13 07:51:04','2021-01-13 02:51:04'),
(62110,24867,'action started via WP Cron','2021-01-13 07:53:27','2021-01-13 02:53:27'),
(62111,24867,'action complete via WP Cron','2021-01-13 07:53:27','2021-01-13 02:53:27'),
(62112,24868,'action created','2021-01-13 07:53:27','2021-01-13 02:53:27'),
(62113,24868,'action started via WP Cron','2021-01-13 07:54:43','2021-01-13 02:54:43'),
(62114,24868,'action complete via WP Cron','2021-01-13 07:54:43','2021-01-13 02:54:43'),
(62115,24869,'action created','2021-01-13 07:54:43','2021-01-13 02:54:43'),
(62116,24869,'action started via WP Cron','2021-01-13 07:55:46','2021-01-13 02:55:46'),
(62117,24869,'action complete via WP Cron','2021-01-13 07:55:46','2021-01-13 02:55:46'),
(62118,24870,'action created','2021-01-13 07:55:46','2021-01-13 02:55:46'),
(62119,24870,'action started via WP Cron','2021-01-13 07:56:16','2021-01-13 02:56:16'),
(62120,24870,'action complete via WP Cron','2021-01-13 07:56:16','2021-01-13 02:56:16'),
(62121,24871,'action created','2021-01-13 07:56:16','2021-01-13 02:56:16'),
(62122,24871,'action started via WP Cron','2021-01-13 07:57:42','2021-01-13 02:57:42'),
(62123,24871,'action complete via WP Cron','2021-01-13 07:57:42','2021-01-13 02:57:42'),
(62124,24872,'action created','2021-01-13 07:57:42','2021-01-13 02:57:42'),
(62125,24872,'action started via WP Cron','2021-01-13 08:00:21','2021-01-13 03:00:21'),
(62126,24872,'action complete via WP Cron','2021-01-13 08:00:22','2021-01-13 03:00:22'),
(62127,24873,'action created','2021-01-13 08:00:22','2021-01-13 03:00:22'),
(62128,24873,'action started via WP Cron','2021-01-13 08:02:13','2021-01-13 03:02:13'),
(62129,24873,'action complete via WP Cron','2021-01-13 08:02:13','2021-01-13 03:02:13'),
(62130,24874,'action created','2021-01-13 08:02:13','2021-01-13 03:02:13'),
(62131,24874,'action started via WP Cron','2021-01-13 08:03:23','2021-01-13 03:03:23'),
(62132,24874,'action complete via WP Cron','2021-01-13 08:03:23','2021-01-13 03:03:23'),
(62133,24875,'action created','2021-01-13 08:03:23','2021-01-13 03:03:23'),
(62134,24875,'action started via WP Cron','2021-01-13 08:05:09','2021-01-13 03:05:09'),
(62135,24875,'action complete via WP Cron','2021-01-13 08:05:09','2021-01-13 03:05:09'),
(62136,24876,'action created','2021-01-13 08:05:09','2021-01-13 03:05:09'),
(62137,24876,'action started via WP Cron','2021-01-13 08:05:38','2021-01-13 03:05:38'),
(62138,24876,'action complete via WP Cron','2021-01-13 08:05:38','2021-01-13 03:05:38'),
(62139,24877,'action created','2021-01-13 08:05:38','2021-01-13 03:05:38'),
(62140,24877,'action started via WP Cron','2021-01-13 08:06:29','2021-01-13 03:06:29'),
(62141,24877,'action complete via WP Cron','2021-01-13 08:06:29','2021-01-13 03:06:29'),
(62142,24878,'action created','2021-01-13 08:07:02','2021-01-13 03:07:02'),
(62143,24878,'action started via WP Cron','2021-01-13 08:07:25','2021-01-13 03:07:25'),
(62144,24878,'action complete via WP Cron','2021-01-13 08:07:25','2021-01-13 03:07:25'),
(62145,24879,'action created','2021-01-13 08:07:25','2021-01-13 03:07:25'),
(62146,24879,'action started via WP Cron','2021-01-13 08:09:03','2021-01-13 03:09:03'),
(62147,24879,'action complete via WP Cron','2021-01-13 08:09:03','2021-01-13 03:09:03'),
(62148,24880,'action created','2021-01-13 08:09:03','2021-01-13 03:09:03'),
(62149,24880,'action started via WP Cron','2021-01-13 08:09:27','2021-01-13 03:09:27'),
(62150,24880,'action complete via WP Cron','2021-01-13 08:09:27','2021-01-13 03:09:27'),
(62151,24881,'action created','2021-01-13 08:09:27','2021-01-13 03:09:27'),
(62152,24881,'action started via WP Cron','2021-01-13 08:10:26','2021-01-13 03:10:26'),
(62153,24881,'action complete via WP Cron','2021-01-13 08:10:26','2021-01-13 03:10:26'),
(62154,24882,'action created','2021-01-13 08:10:27','2021-01-13 03:10:27'),
(62155,24882,'action started via WP Cron','2021-01-13 08:12:37','2021-01-13 03:12:37'),
(62156,24882,'action complete via WP Cron','2021-01-13 08:12:37','2021-01-13 03:12:37'),
(62157,24883,'action created','2021-01-13 08:12:37','2021-01-13 03:12:37'),
(62158,24883,'action started via WP Cron','2021-01-13 08:13:50','2021-01-13 03:13:50'),
(62159,24883,'action complete via WP Cron','2021-01-13 08:13:50','2021-01-13 03:13:50'),
(62160,24884,'action created','2021-01-13 08:13:50','2021-01-13 03:13:50'),
(62161,24884,'action started via WP Cron','2021-01-13 08:14:23','2021-01-13 03:14:23'),
(62162,24884,'action complete via WP Cron','2021-01-13 08:14:23','2021-01-13 03:14:23'),
(62163,24885,'action created','2021-01-13 08:14:23','2021-01-13 03:14:23'),
(62164,24885,'action started via WP Cron','2021-01-13 08:16:09','2021-01-13 03:16:09'),
(62165,24885,'action complete via WP Cron','2021-01-13 08:16:09','2021-01-13 03:16:09'),
(62166,24886,'action created','2021-01-13 08:16:09','2021-01-13 03:16:09'),
(62167,24886,'action started via WP Cron','2021-01-13 08:17:35','2021-01-13 03:17:35'),
(62168,24886,'action complete via WP Cron','2021-01-13 08:17:35','2021-01-13 03:17:35'),
(62169,24887,'action created','2021-01-13 08:17:35','2021-01-13 03:17:35'),
(62170,24887,'action started via WP Cron','2021-01-13 08:19:01','2021-01-13 03:19:01'),
(62171,24887,'action complete via WP Cron','2021-01-13 08:19:01','2021-01-13 03:19:01'),
(62172,24888,'action created','2021-01-13 08:19:01','2021-01-13 03:19:01'),
(62173,24888,'action started via WP Cron','2021-01-13 08:19:17','2021-01-13 03:19:17'),
(62174,24888,'action complete via WP Cron','2021-01-13 08:19:17','2021-01-13 03:19:17'),
(62175,24889,'action created','2021-01-13 08:19:17','2021-01-13 03:19:17'),
(62176,24889,'action started via WP Cron','2021-01-13 08:20:15','2021-01-13 03:20:15'),
(62177,24889,'action complete via WP Cron','2021-01-13 08:20:15','2021-01-13 03:20:15'),
(62178,24890,'action created','2021-01-13 08:20:15','2021-01-13 03:20:15'),
(62179,24890,'action started via WP Cron','2021-01-13 08:21:19','2021-01-13 03:21:19'),
(62180,24890,'action complete via WP Cron','2021-01-13 08:21:19','2021-01-13 03:21:19'),
(62181,24891,'action created','2021-01-13 08:21:19','2021-01-13 03:21:19'),
(62182,24891,'action started via WP Cron','2021-01-13 08:23:39','2021-01-13 03:23:39'),
(62183,24891,'action complete via WP Cron','2021-01-13 08:23:39','2021-01-13 03:23:39'),
(62184,24892,'action created','2021-01-13 08:23:39','2021-01-13 03:23:39'),
(62185,24892,'action started via WP Cron','2021-01-13 08:24:42','2021-01-13 03:24:42'),
(62186,24892,'action complete via WP Cron','2021-01-13 08:24:42','2021-01-13 03:24:42'),
(62187,24893,'action created','2021-01-13 08:24:42','2021-01-13 03:24:42'),
(62188,24893,'action started via WP Cron','2021-01-13 08:25:14','2021-01-13 03:25:14'),
(62189,24893,'action complete via WP Cron','2021-01-13 08:25:14','2021-01-13 03:25:14'),
(62190,24894,'action created','2021-01-13 08:25:14','2021-01-13 03:25:14'),
(62191,24894,'action started via WP Cron','2021-01-13 08:26:18','2021-01-13 03:26:18'),
(62192,24894,'action complete via WP Cron','2021-01-13 08:26:18','2021-01-13 03:26:18'),
(62193,24895,'action created','2021-01-13 08:26:18','2021-01-13 03:26:18'),
(62194,24895,'action started via WP Cron','2021-01-13 08:28:54','2021-01-13 03:28:54'),
(62195,24895,'action complete via WP Cron','2021-01-13 08:28:54','2021-01-13 03:28:54'),
(62196,24896,'action created','2021-01-13 08:28:54','2021-01-13 03:28:54'),
(62197,24896,'action started via WP Cron','2021-01-13 08:30:09','2021-01-13 03:30:09'),
(62198,24896,'action complete via WP Cron','2021-01-13 08:30:09','2021-01-13 03:30:09'),
(62199,24897,'action created','2021-01-13 08:30:12','2021-01-13 03:30:12'),
(62200,24897,'action started via WP Cron','2021-01-13 08:31:24','2021-01-13 03:31:24'),
(62201,24897,'action complete via WP Cron','2021-01-13 08:31:24','2021-01-13 03:31:24'),
(62202,24898,'action created','2021-01-13 08:31:24','2021-01-13 03:31:24'),
(62203,24898,'action started via WP Cron','2021-01-13 08:32:35','2021-01-13 03:32:35'),
(62204,24898,'action complete via WP Cron','2021-01-13 08:32:35','2021-01-13 03:32:35'),
(62205,24899,'action created','2021-01-13 08:32:35','2021-01-13 03:32:35'),
(62206,24899,'action started via WP Cron','2021-01-13 08:33:47','2021-01-13 03:33:47'),
(62207,24899,'action complete via WP Cron','2021-01-13 08:33:47','2021-01-13 03:33:47'),
(62208,24900,'action created','2021-01-13 08:33:48','2021-01-13 03:33:48'),
(62209,24900,'action started via WP Cron','2021-01-13 08:34:47','2021-01-13 03:34:47'),
(62210,24900,'action complete via WP Cron','2021-01-13 08:34:47','2021-01-13 03:34:47'),
(62211,24901,'action created','2021-01-13 08:34:47','2021-01-13 03:34:47'),
(62212,24901,'action started via WP Cron','2021-01-13 08:35:54','2021-01-13 03:35:54'),
(62213,24901,'action complete via WP Cron','2021-01-13 08:35:54','2021-01-13 03:35:54'),
(62214,24902,'action created','2021-01-13 08:35:54','2021-01-13 03:35:54'),
(62215,24902,'action started via WP Cron','2021-01-13 08:36:57','2021-01-13 03:36:57'),
(62216,24902,'action complete via WP Cron','2021-01-13 08:36:57','2021-01-13 03:36:57'),
(62217,24903,'action created','2021-01-13 08:36:57','2021-01-13 03:36:57'),
(62218,24903,'action started via WP Cron','2021-01-13 08:38:25','2021-01-13 03:38:25'),
(62219,24903,'action complete via WP Cron','2021-01-13 08:38:25','2021-01-13 03:38:25'),
(62220,24904,'action created','2021-01-13 08:38:25','2021-01-13 03:38:25'),
(62221,24904,'action started via WP Cron','2021-01-13 08:39:52','2021-01-13 03:39:52'),
(62222,24904,'action complete via WP Cron','2021-01-13 08:39:52','2021-01-13 03:39:52'),
(62223,24905,'action created','2021-01-13 08:39:52','2021-01-13 03:39:52'),
(62224,24905,'action started via WP Cron','2021-01-13 08:40:16','2021-01-13 03:40:16'),
(62225,24905,'action complete via WP Cron','2021-01-13 08:40:16','2021-01-13 03:40:16'),
(62226,24906,'action created','2021-01-13 08:40:16','2021-01-13 03:40:16'),
(62227,24906,'action started via WP Cron','2021-01-13 08:41:23','2021-01-13 03:41:23'),
(62228,24906,'action complete via WP Cron','2021-01-13 08:41:23','2021-01-13 03:41:23'),
(62229,24907,'action created','2021-01-13 08:41:23','2021-01-13 03:41:23'),
(62230,24907,'action started via WP Cron','2021-01-13 08:43:10','2021-01-13 03:43:10'),
(62231,24907,'action complete via WP Cron','2021-01-13 08:43:10','2021-01-13 03:43:10'),
(62232,24908,'action created','2021-01-13 08:43:10','2021-01-13 03:43:10'),
(62233,24908,'action started via WP Cron','2021-01-13 08:44:19','2021-01-13 03:44:19'),
(62234,24908,'action complete via WP Cron','2021-01-13 08:44:19','2021-01-13 03:44:19'),
(62235,24909,'action created','2021-01-13 08:44:19','2021-01-13 03:44:19'),
(62236,24909,'action started via WP Cron','2021-01-13 08:45:17','2021-01-13 03:45:17'),
(62237,24909,'action complete via WP Cron','2021-01-13 08:45:17','2021-01-13 03:45:17'),
(62238,24910,'action created','2021-01-13 08:45:19','2021-01-13 03:45:19'),
(62239,24910,'action started via WP Cron','2021-01-13 08:46:46','2021-01-13 03:46:46'),
(62240,24910,'action complete via WP Cron','2021-01-13 08:46:46','2021-01-13 03:46:46'),
(62241,24911,'action created','2021-01-13 08:46:46','2021-01-13 03:46:46'),
(62242,24911,'action started via WP Cron','2021-01-13 08:48:49','2021-01-13 03:48:49'),
(62243,24911,'action complete via WP Cron','2021-01-13 08:48:49','2021-01-13 03:48:49'),
(62244,24912,'action created','2021-01-13 08:48:55','2021-01-13 03:48:55'),
(62245,24912,'action started via WP Cron','2021-01-13 08:49:20','2021-01-13 03:49:20'),
(62246,24912,'action complete via WP Cron','2021-01-13 08:49:20','2021-01-13 03:49:20'),
(62247,24913,'action created','2021-01-13 08:50:18','2021-01-13 03:50:18'),
(62248,24913,'action started via WP Cron','2021-01-13 08:53:40','2021-01-13 03:53:40'),
(62249,24913,'action complete via WP Cron','2021-01-13 08:53:40','2021-01-13 03:53:40'),
(62250,24914,'action created','2021-01-13 08:53:40','2021-01-13 03:53:40'),
(62251,24914,'action started via WP Cron','2021-01-13 08:54:24','2021-01-13 03:54:24'),
(62252,24914,'action complete via WP Cron','2021-01-13 08:54:24','2021-01-13 03:54:24'),
(62253,24915,'action created','2021-01-13 08:54:24','2021-01-13 03:54:24'),
(62254,24915,'action started via WP Cron','2021-01-13 08:56:43','2021-01-13 03:56:43'),
(62255,24915,'action complete via WP Cron','2021-01-13 08:56:43','2021-01-13 03:56:43'),
(62256,24916,'action created','2021-01-13 08:57:00','2021-01-13 03:57:00'),
(62257,24916,'action started via WP Cron','2021-01-13 08:59:02','2021-01-13 03:59:02'),
(62258,24916,'action complete via WP Cron','2021-01-13 08:59:02','2021-01-13 03:59:02'),
(62259,24917,'action created','2021-01-13 08:59:02','2021-01-13 03:59:02'),
(62260,24917,'action started via WP Cron','2021-01-13 08:59:46','2021-01-13 03:59:46'),
(62261,24917,'action complete via WP Cron','2021-01-13 08:59:46','2021-01-13 03:59:46'),
(62262,24918,'action created','2021-01-13 08:59:46','2021-01-13 03:59:46'),
(62263,24918,'action started via WP Cron','2021-01-13 09:00:38','2021-01-13 04:00:38'),
(62264,24918,'action complete via WP Cron','2021-01-13 09:00:38','2021-01-13 04:00:38'),
(62265,24919,'action created','2021-01-13 09:00:38','2021-01-13 04:00:38'),
(62266,24919,'action started via WP Cron','2021-01-13 09:01:14','2021-01-13 04:01:14'),
(62267,24919,'action complete via WP Cron','2021-01-13 09:01:14','2021-01-13 04:01:14'),
(62268,24920,'action created','2021-01-13 09:01:14','2021-01-13 04:01:14'),
(62269,24920,'action started via WP Cron','2021-01-13 09:02:37','2021-01-13 04:02:37'),
(62270,24920,'action complete via WP Cron','2021-01-13 09:02:37','2021-01-13 04:02:37'),
(62271,24921,'action created','2021-01-13 09:02:37','2021-01-13 04:02:37'),
(62272,24921,'action started via WP Cron','2021-01-13 09:04:04','2021-01-13 04:04:04'),
(62273,24921,'action complete via WP Cron','2021-01-13 09:04:04','2021-01-13 04:04:04'),
(62274,24922,'action created','2021-01-13 09:04:04','2021-01-13 04:04:04'),
(62275,24922,'action started via WP Cron','2021-01-13 09:06:09','2021-01-13 04:06:09'),
(62276,24922,'action complete via WP Cron','2021-01-13 09:06:09','2021-01-13 04:06:09'),
(62277,24923,'action created','2021-01-13 09:06:09','2021-01-13 04:06:09'),
(62278,24923,'action started via WP Cron','2021-01-13 09:06:38','2021-01-13 04:06:38'),
(62279,24923,'action complete via WP Cron','2021-01-13 09:06:38','2021-01-13 04:06:38'),
(62280,24924,'action created','2021-01-13 09:06:38','2021-01-13 04:06:38'),
(62281,24924,'action started via WP Cron','2021-01-13 09:07:17','2021-01-13 04:07:17'),
(62282,24924,'action complete via WP Cron','2021-01-13 09:07:17','2021-01-13 04:07:17'),
(62283,24925,'action created','2021-01-13 09:07:17','2021-01-13 04:07:17'),
(62284,24925,'action started via WP Cron','2021-01-13 09:09:45','2021-01-13 04:09:45'),
(62285,24925,'action complete via WP Cron','2021-01-13 09:09:45','2021-01-13 04:09:45'),
(62286,24926,'action created','2021-01-13 09:09:45','2021-01-13 04:09:45'),
(62287,24926,'action started via WP Cron','2021-01-13 09:10:57','2021-01-13 04:10:57'),
(62288,24926,'action complete via WP Cron','2021-01-13 09:10:57','2021-01-13 04:10:57'),
(62289,24927,'action created','2021-01-13 09:10:57','2021-01-13 04:10:57'),
(62290,24927,'action started via WP Cron','2021-01-13 09:11:14','2021-01-13 04:11:14'),
(62291,24927,'action complete via WP Cron','2021-01-13 09:11:14','2021-01-13 04:11:14'),
(62292,24928,'action created','2021-01-13 09:11:15','2021-01-13 04:11:15'),
(62293,24928,'action started via WP Cron','2021-01-13 09:13:02','2021-01-13 04:13:02'),
(62294,24928,'action complete via WP Cron','2021-01-13 09:13:02','2021-01-13 04:13:02'),
(62295,24929,'action created','2021-01-13 09:13:02','2021-01-13 04:13:02'),
(62296,24929,'action started via WP Cron','2021-01-13 09:13:23','2021-01-13 04:13:23'),
(62297,24929,'action complete via WP Cron','2021-01-13 09:13:23','2021-01-13 04:13:23'),
(62298,24930,'action created','2021-01-13 09:13:23','2021-01-13 04:13:23'),
(62299,24930,'action started via WP Cron','2021-01-13 09:14:15','2021-01-13 04:14:15'),
(62300,24930,'action complete via WP Cron','2021-01-13 09:14:15','2021-01-13 04:14:15'),
(62301,24931,'action created','2021-01-13 09:14:17','2021-01-13 04:14:17'),
(62302,24931,'action started via WP Cron','2021-01-13 09:17:27','2021-01-13 04:17:27'),
(62303,24931,'action complete via WP Cron','2021-01-13 09:17:27','2021-01-13 04:17:27'),
(62304,24932,'action created','2021-01-13 09:17:27','2021-01-13 04:17:27'),
(62305,24932,'action started via WP Cron','2021-01-13 09:18:26','2021-01-13 04:18:26'),
(62306,24932,'action complete via WP Cron','2021-01-13 09:18:26','2021-01-13 04:18:26'),
(62307,24933,'action created','2021-01-13 09:18:27','2021-01-13 04:18:27'),
(62308,24933,'action started via WP Cron','2021-01-13 09:19:12','2021-01-13 04:19:12'),
(62309,24933,'action complete via WP Cron','2021-01-13 09:19:12','2021-01-13 04:19:12'),
(62310,24934,'action created','2021-01-13 09:19:12','2021-01-13 04:19:12'),
(62311,24934,'action started via WP Cron','2021-01-13 09:20:34','2021-01-13 04:20:34'),
(62312,24934,'action complete via WP Cron','2021-01-13 09:20:34','2021-01-13 04:20:34'),
(62313,24935,'action created','2021-01-13 09:20:34','2021-01-13 04:20:34'),
(62314,24935,'action started via WP Cron','2021-01-13 09:22:04','2021-01-13 04:22:04'),
(62315,24935,'action complete via WP Cron','2021-01-13 09:22:04','2021-01-13 04:22:04'),
(62316,24936,'action created','2021-01-13 09:22:04','2021-01-13 04:22:04'),
(62317,24936,'action started via WP Cron','2021-01-13 09:22:34','2021-01-13 04:22:34'),
(62318,24936,'action complete via WP Cron','2021-01-13 09:22:34','2021-01-13 04:22:34'),
(62319,24937,'action created','2021-01-13 09:22:34','2021-01-13 04:22:34'),
(62320,24937,'action started via WP Cron','2021-01-13 09:23:15','2021-01-13 04:23:15'),
(62321,24937,'action complete via WP Cron','2021-01-13 09:23:15','2021-01-13 04:23:15'),
(62322,24938,'action created','2021-01-13 09:23:15','2021-01-13 04:23:15'),
(62323,24938,'action started via WP Cron','2021-01-13 09:24:51','2021-01-13 04:24:51'),
(62324,24938,'action complete via WP Cron','2021-01-13 09:24:51','2021-01-13 04:24:51'),
(62325,24939,'action created','2021-01-13 09:24:51','2021-01-13 04:24:51'),
(62326,24939,'action started via WP Cron','2021-01-13 09:25:46','2021-01-13 04:25:46'),
(62327,24939,'action complete via WP Cron','2021-01-13 09:25:46','2021-01-13 04:25:46'),
(62328,24940,'action created','2021-01-13 09:25:47','2021-01-13 04:25:47'),
(62329,24940,'action started via WP Cron','2021-01-13 09:26:26','2021-01-13 04:26:26'),
(62330,24940,'action complete via WP Cron','2021-01-13 09:26:26','2021-01-13 04:26:26'),
(62331,24941,'action created','2021-01-13 09:26:26','2021-01-13 04:26:26'),
(62332,24941,'action started via WP Cron','2021-01-13 09:27:34','2021-01-13 04:27:34'),
(62333,24941,'action complete via WP Cron','2021-01-13 09:27:34','2021-01-13 04:27:34'),
(62334,24942,'action created','2021-01-13 09:27:34','2021-01-13 04:27:34'),
(62335,24942,'action started via WP Cron','2021-01-13 09:29:43','2021-01-13 04:29:43'),
(62336,24942,'action complete via WP Cron','2021-01-13 09:29:43','2021-01-13 04:29:43'),
(62337,24943,'action created','2021-01-13 09:29:43','2021-01-13 04:29:43'),
(62338,24943,'action started via WP Cron','2021-01-13 09:30:17','2021-01-13 04:30:17'),
(62339,24943,'action complete via WP Cron','2021-01-13 09:30:17','2021-01-13 04:30:17'),
(62340,24944,'action created','2021-01-13 09:30:17','2021-01-13 04:30:17'),
(62341,24944,'action started via WP Cron','2021-01-13 09:31:41','2021-01-13 04:31:41'),
(62342,24944,'action complete via WP Cron','2021-01-13 09:31:41','2021-01-13 04:31:41'),
(62343,24945,'action created','2021-01-13 09:31:42','2021-01-13 04:31:42'),
(62344,24945,'action started via WP Cron','2021-01-13 09:32:13','2021-01-13 04:32:13'),
(62345,24945,'action complete via WP Cron','2021-01-13 09:32:13','2021-01-13 04:32:13'),
(62346,24946,'action created','2021-01-13 09:32:13','2021-01-13 04:32:13'),
(62347,24946,'action started via WP Cron','2021-01-13 09:33:53','2021-01-13 04:33:53'),
(62348,24946,'action complete via WP Cron','2021-01-13 09:33:53','2021-01-13 04:33:53'),
(62349,24947,'action created','2021-01-13 09:33:53','2021-01-13 04:33:53'),
(62350,24947,'action started via WP Cron','2021-01-13 09:34:12','2021-01-13 04:34:12'),
(62351,24947,'action complete via WP Cron','2021-01-13 09:34:12','2021-01-13 04:34:12'),
(62352,24948,'action created','2021-01-13 09:34:12','2021-01-13 04:34:12'),
(62353,24948,'action started via WP Cron','2021-01-13 09:35:21','2021-01-13 04:35:21'),
(62354,24948,'action complete via WP Cron','2021-01-13 09:35:21','2021-01-13 04:35:21'),
(62355,24949,'action created','2021-01-13 09:35:21','2021-01-13 04:35:21'),
(62356,24949,'action started via WP Cron','2021-01-13 09:36:24','2021-01-13 04:36:24'),
(62357,24949,'action complete via WP Cron','2021-01-13 09:36:24','2021-01-13 04:36:24'),
(62358,24950,'action created','2021-01-13 09:36:24','2021-01-13 04:36:24'),
(62359,24950,'action started via WP Cron','2021-01-13 09:38:15','2021-01-13 04:38:15'),
(62360,24950,'action complete via WP Cron','2021-01-13 09:38:15','2021-01-13 04:38:15'),
(62361,24951,'action created','2021-01-13 09:38:15','2021-01-13 04:38:15'),
(62362,24951,'action started via WP Cron','2021-01-13 09:39:38','2021-01-13 04:39:38'),
(62363,24951,'action complete via WP Cron','2021-01-13 09:39:38','2021-01-13 04:39:38'),
(62364,24952,'action created','2021-01-13 09:39:38','2021-01-13 04:39:38'),
(62365,24952,'action started via WP Cron','2021-01-13 09:42:18','2021-01-13 04:42:18'),
(62366,24952,'action complete via WP Cron','2021-01-13 09:42:18','2021-01-13 04:42:18'),
(62367,24953,'action created','2021-01-13 09:42:18','2021-01-13 04:42:18'),
(62368,24953,'action started via WP Cron','2021-01-13 09:44:16','2021-01-13 04:44:16'),
(62369,24953,'action complete via WP Cron','2021-01-13 09:44:16','2021-01-13 04:44:16'),
(62370,24954,'action created','2021-01-13 09:44:16','2021-01-13 04:44:16'),
(62371,24954,'action started via WP Cron','2021-01-13 09:45:36','2021-01-13 04:45:36'),
(62372,24954,'action complete via WP Cron','2021-01-13 09:45:36','2021-01-13 04:45:36'),
(62373,24955,'action created','2021-01-13 09:45:36','2021-01-13 04:45:36'),
(62374,24955,'action started via WP Cron','2021-01-13 09:46:31','2021-01-13 04:46:31');
INSERT INTO `wp_actionscheduler_logs` VALUES
(62375,24955,'action complete via WP Cron','2021-01-13 09:46:31','2021-01-13 04:46:31'),
(62376,24956,'action created','2021-01-13 09:46:31','2021-01-13 04:46:31'),
(62377,24956,'action started via WP Cron','2021-01-13 09:47:23','2021-01-13 04:47:23'),
(62378,24956,'action complete via WP Cron','2021-01-13 09:47:23','2021-01-13 04:47:23'),
(62379,24957,'action created','2021-01-13 09:47:23','2021-01-13 04:47:23'),
(62380,24957,'action started via WP Cron','2021-01-13 09:48:49','2021-01-13 04:48:49'),
(62381,24957,'action complete via WP Cron','2021-01-13 09:48:49','2021-01-13 04:48:49'),
(62382,24958,'action created','2021-01-13 09:48:49','2021-01-13 04:48:49'),
(62383,24958,'action started via WP Cron','2021-01-13 09:50:37','2021-01-13 04:50:37'),
(62384,24958,'action complete via WP Cron','2021-01-13 09:50:37','2021-01-13 04:50:37'),
(62385,24959,'action created','2021-01-13 09:50:37','2021-01-13 04:50:37'),
(62386,24959,'action started via WP Cron','2021-01-13 09:52:06','2021-01-13 04:52:06'),
(62387,24959,'action complete via WP Cron','2021-01-13 09:52:06','2021-01-13 04:52:06'),
(62388,24960,'action created','2021-01-13 09:52:06','2021-01-13 04:52:06'),
(62389,24960,'action started via WP Cron','2021-01-13 09:52:33','2021-01-13 04:52:33'),
(62390,24960,'action complete via WP Cron','2021-01-13 09:52:33','2021-01-13 04:52:33'),
(62391,24961,'action created','2021-01-13 09:52:33','2021-01-13 04:52:33'),
(62392,24961,'action started via WP Cron','2021-01-13 09:54:23','2021-01-13 04:54:23'),
(62393,24961,'action complete via WP Cron','2021-01-13 09:54:23','2021-01-13 04:54:23'),
(62394,24962,'action created','2021-01-13 09:54:24','2021-01-13 04:54:24'),
(62395,24962,'action started via WP Cron','2021-01-13 09:56:12','2021-01-13 04:56:12'),
(62396,24962,'action complete via WP Cron','2021-01-13 09:56:12','2021-01-13 04:56:12'),
(62397,24963,'action created','2021-01-13 09:56:12','2021-01-13 04:56:12'),
(62398,24963,'action started via WP Cron','2021-01-13 10:00:41','2021-01-13 05:00:41'),
(62399,24963,'action complete via WP Cron','2021-01-13 10:00:41','2021-01-13 05:00:41'),
(62400,24964,'action created','2021-01-13 10:00:41','2021-01-13 05:00:41'),
(62401,24964,'action started via WP Cron','2021-01-13 10:01:18','2021-01-13 05:01:18'),
(62402,24964,'action complete via WP Cron','2021-01-13 10:01:19','2021-01-13 05:01:19'),
(62403,24965,'action created','2021-01-13 10:01:19','2021-01-13 05:01:19'),
(62404,24965,'action started via WP Cron','2021-01-13 10:03:33','2021-01-13 05:03:33'),
(62405,24965,'action complete via WP Cron','2021-01-13 10:03:33','2021-01-13 05:03:33'),
(62406,24966,'action created','2021-01-13 10:03:33','2021-01-13 05:03:33'),
(62407,24966,'action started via WP Cron','2021-01-13 10:04:14','2021-01-13 05:04:14'),
(62408,24966,'action complete via WP Cron','2021-01-13 10:04:14','2021-01-13 05:04:14'),
(62409,24967,'action created','2021-01-13 10:04:14','2021-01-13 05:04:14'),
(62410,24967,'action started via WP Cron','2021-01-13 10:05:40','2021-01-13 05:05:40'),
(62411,24967,'action complete via WP Cron','2021-01-13 10:05:40','2021-01-13 05:05:40'),
(62412,24968,'action created','2021-01-13 10:05:40','2021-01-13 05:05:40'),
(62413,24968,'action started via WP Cron','2021-01-13 10:06:33','2021-01-13 05:06:33'),
(62414,24968,'action complete via WP Cron','2021-01-13 10:06:33','2021-01-13 05:06:33'),
(62415,24969,'action created','2021-01-13 10:06:33','2021-01-13 05:06:33'),
(62416,24969,'action started via WP Cron','2021-01-13 10:08:34','2021-01-13 05:08:34'),
(62417,24969,'action complete via WP Cron','2021-01-13 10:08:34','2021-01-13 05:08:34'),
(62418,24970,'action created','2021-01-13 10:08:34','2021-01-13 05:08:34'),
(62419,24970,'action started via WP Cron','2021-01-13 10:10:04','2021-01-13 05:10:04'),
(62420,24970,'action complete via WP Cron','2021-01-13 10:10:04','2021-01-13 05:10:04'),
(62421,24971,'action created','2021-01-13 10:10:27','2021-01-13 05:10:27'),
(62422,24971,'action started via WP Cron','2021-01-13 10:12:24','2021-01-13 05:12:24'),
(62423,24971,'action complete via WP Cron','2021-01-13 10:12:24','2021-01-13 05:12:24'),
(62424,24972,'action created','2021-01-13 10:12:24','2021-01-13 05:12:24'),
(62425,24972,'action started via WP Cron','2021-01-13 10:13:49','2021-01-13 05:13:49'),
(62426,24972,'action complete via WP Cron','2021-01-13 10:13:49','2021-01-13 05:13:49'),
(62427,24973,'action created','2021-01-13 10:13:49','2021-01-13 05:13:49'),
(62428,24973,'action started via WP Cron','2021-01-13 10:16:03','2021-01-13 05:16:03'),
(62429,24973,'action complete via WP Cron','2021-01-13 10:16:03','2021-01-13 05:16:03'),
(62430,24974,'action created','2021-01-13 10:16:03','2021-01-13 05:16:03'),
(62431,24974,'action started via WP Cron','2021-01-13 10:16:25','2021-01-13 05:16:25'),
(62432,24974,'action complete via WP Cron','2021-01-13 10:16:25','2021-01-13 05:16:25'),
(62433,24975,'action created','2021-01-13 10:16:25','2021-01-13 05:16:25'),
(62434,24975,'action started via WP Cron','2021-01-13 10:17:11','2021-01-13 05:17:11'),
(62435,24975,'action complete via WP Cron','2021-01-13 10:17:11','2021-01-13 05:17:11'),
(62436,24976,'action created','2021-01-13 10:17:11','2021-01-13 05:17:11'),
(62437,24976,'action started via WP Cron','2021-01-13 10:18:56','2021-01-13 05:18:56'),
(62438,24976,'action complete via WP Cron','2021-01-13 10:18:56','2021-01-13 05:18:56'),
(62439,24977,'action created','2021-01-13 10:20:07','2021-01-13 05:20:07'),
(62440,24977,'action started via WP Cron','2021-01-13 10:21:21','2021-01-13 05:21:21'),
(62441,24977,'action complete via WP Cron','2021-01-13 10:21:21','2021-01-13 05:21:21'),
(62442,24978,'action created','2021-01-13 10:21:21','2021-01-13 05:21:21'),
(62443,24978,'action started via WP Cron','2021-01-13 10:22:25','2021-01-13 05:22:25'),
(62444,24978,'action complete via WP Cron','2021-01-13 10:22:25','2021-01-13 05:22:25'),
(62445,24979,'action created','2021-01-13 10:22:25','2021-01-13 05:22:25'),
(62446,24979,'action started via WP Cron','2021-01-13 10:24:03','2021-01-13 05:24:03'),
(62447,24979,'action complete via WP Cron','2021-01-13 10:24:03','2021-01-13 05:24:03'),
(62448,24980,'action created','2021-01-13 10:24:03','2021-01-13 05:24:03'),
(62449,24980,'action started via WP Cron','2021-01-13 10:24:56','2021-01-13 05:24:56'),
(62450,24980,'action complete via WP Cron','2021-01-13 10:24:56','2021-01-13 05:24:56'),
(62451,24981,'action created','2021-01-13 10:24:56','2021-01-13 05:24:56'),
(62452,24981,'action started via WP Cron','2021-01-13 10:26:27','2021-01-13 05:26:27'),
(62453,24981,'action complete via WP Cron','2021-01-13 10:26:27','2021-01-13 05:26:27'),
(62454,24982,'action created','2021-01-13 10:26:27','2021-01-13 05:26:27'),
(62455,24982,'action started via WP Cron','2021-01-13 10:28:08','2021-01-13 05:28:08'),
(62456,24982,'action complete via WP Cron','2021-01-13 10:28:08','2021-01-13 05:28:08'),
(62457,24983,'action created','2021-01-13 10:28:08','2021-01-13 05:28:08'),
(62458,24983,'action started via WP Cron','2021-01-13 10:28:30','2021-01-13 05:28:30'),
(62459,24983,'action complete via WP Cron','2021-01-13 10:28:30','2021-01-13 05:28:30'),
(62460,24984,'action created','2021-01-13 10:28:31','2021-01-13 05:28:31'),
(62461,24984,'action started via WP Cron','2021-01-13 10:30:07','2021-01-13 05:30:07'),
(62462,24984,'action complete via WP Cron','2021-01-13 10:30:07','2021-01-13 05:30:07'),
(62463,24985,'action created','2021-01-13 10:30:07','2021-01-13 05:30:07'),
(62464,24985,'action started via WP Cron','2021-01-13 10:30:58','2021-01-13 05:30:58'),
(62465,24985,'action complete via WP Cron','2021-01-13 10:30:58','2021-01-13 05:30:58'),
(62466,24986,'action created','2021-01-13 10:30:58','2021-01-13 05:30:58'),
(62467,24986,'action started via WP Cron','2021-01-13 10:32:39','2021-01-13 05:32:39'),
(62468,24986,'action complete via WP Cron','2021-01-13 10:32:39','2021-01-13 05:32:39'),
(62469,24987,'action created','2021-01-13 10:33:53','2021-01-13 05:33:53'),
(62470,24987,'action started via WP Cron','2021-01-13 10:34:15','2021-01-13 05:34:15'),
(62471,24987,'action complete via WP Cron','2021-01-13 10:34:15','2021-01-13 05:34:15'),
(62472,24988,'action created','2021-01-13 10:34:32','2021-01-13 05:34:32'),
(62473,24988,'action started via WP Cron','2021-01-13 10:37:06','2021-01-13 05:37:06'),
(62474,24988,'action complete via WP Cron','2021-01-13 10:37:06','2021-01-13 05:37:06'),
(62475,24989,'action created','2021-01-13 10:37:06','2021-01-13 05:37:06'),
(62476,24989,'action started via WP Cron','2021-01-13 10:37:40','2021-01-13 05:37:40'),
(62477,24989,'action complete via WP Cron','2021-01-13 10:37:40','2021-01-13 05:37:40'),
(62478,24990,'action created','2021-01-13 10:37:40','2021-01-13 05:37:40'),
(62479,24990,'action started via WP Cron','2021-01-13 10:38:13','2021-01-13 05:38:13'),
(62480,24990,'action complete via WP Cron','2021-01-13 10:38:13','2021-01-13 05:38:13'),
(62481,24991,'action created','2021-01-13 10:38:13','2021-01-13 05:38:13'),
(62482,24991,'action started via WP Cron','2021-01-13 10:39:36','2021-01-13 05:39:36'),
(62483,24991,'action complete via WP Cron','2021-01-13 10:39:36','2021-01-13 05:39:36'),
(62484,24992,'action created','2021-01-13 10:39:36','2021-01-13 05:39:36'),
(62485,24992,'action started via WP Cron','2021-01-13 10:40:11','2021-01-13 05:40:11'),
(62486,24992,'action complete via WP Cron','2021-01-13 10:40:11','2021-01-13 05:40:11'),
(62487,24993,'action created','2021-01-13 10:40:11','2021-01-13 05:40:11'),
(62488,24993,'action started via WP Cron','2021-01-13 10:41:12','2021-01-13 05:41:12'),
(62489,24993,'action complete via WP Cron','2021-01-13 10:41:12','2021-01-13 05:41:12'),
(62490,24994,'action created','2021-01-13 10:41:13','2021-01-13 05:41:13'),
(62491,24994,'action started via WP Cron','2021-01-13 10:42:13','2021-01-13 05:42:13'),
(62492,24994,'action complete via WP Cron','2021-01-13 10:42:13','2021-01-13 05:42:13'),
(62493,24995,'action created','2021-01-13 10:42:13','2021-01-13 05:42:13'),
(62494,24995,'action started via WP Cron','2021-01-13 10:43:54','2021-01-13 05:43:54'),
(62495,24995,'action complete via WP Cron','2021-01-13 10:43:54','2021-01-13 05:43:54'),
(62496,24996,'action created','2021-01-13 10:43:55','2021-01-13 05:43:55'),
(62497,24996,'action started via WP Cron','2021-01-13 10:45:06','2021-01-13 05:45:06'),
(62498,24996,'action complete via WP Cron','2021-01-13 10:45:06','2021-01-13 05:45:06'),
(62499,24997,'action created','2021-01-13 10:45:06','2021-01-13 05:45:06'),
(62500,24997,'action started via WP Cron','2021-01-13 10:45:44','2021-01-13 05:45:44'),
(62501,24997,'action complete via WP Cron','2021-01-13 10:45:44','2021-01-13 05:45:44'),
(62502,24998,'action created','2021-01-13 10:45:44','2021-01-13 05:45:44'),
(62503,24998,'action started via WP Cron','2021-01-13 10:46:38','2021-01-13 05:46:38'),
(62504,24998,'action complete via WP Cron','2021-01-13 10:46:38','2021-01-13 05:46:38'),
(62505,24999,'action created','2021-01-13 10:46:38','2021-01-13 05:46:38'),
(62506,24999,'action started via WP Cron','2021-01-13 10:48:31','2021-01-13 05:48:31'),
(62507,24999,'action complete via WP Cron','2021-01-13 10:48:31','2021-01-13 05:48:31'),
(62508,25000,'action created','2021-01-13 10:48:31','2021-01-13 05:48:31'),
(62509,25000,'action started via WP Cron','2021-01-13 10:50:36','2021-01-13 05:50:36'),
(62510,25000,'action complete via WP Cron','2021-01-13 10:50:36','2021-01-13 05:50:36'),
(62511,25001,'action created','2021-01-13 10:50:36','2021-01-13 05:50:36'),
(62512,25001,'action started via WP Cron','2021-01-13 10:51:16','2021-01-13 05:51:16'),
(62513,25001,'action complete via WP Cron','2021-01-13 10:51:16','2021-01-13 05:51:16'),
(62514,25002,'action created','2021-01-13 10:51:16','2021-01-13 05:51:16'),
(62515,25002,'action started via WP Cron','2021-01-13 10:52:15','2021-01-13 05:52:15'),
(62516,25002,'action complete via WP Cron','2021-01-13 10:52:15','2021-01-13 05:52:15'),
(62517,25003,'action created','2021-01-13 10:52:15','2021-01-13 05:52:15'),
(62518,25003,'action started via WP Cron','2021-01-13 10:53:27','2021-01-13 05:53:27'),
(62519,25003,'action complete via WP Cron','2021-01-13 10:53:27','2021-01-13 05:53:27'),
(62520,25004,'action created','2021-01-13 10:53:27','2021-01-13 05:53:27'),
(62521,25004,'action started via WP Cron','2021-01-13 10:54:22','2021-01-13 05:54:22'),
(62522,25004,'action complete via WP Cron','2021-01-13 10:54:22','2021-01-13 05:54:22'),
(62523,25005,'action created','2021-01-13 10:54:22','2021-01-13 05:54:22'),
(62524,25005,'action started via WP Cron','2021-01-13 10:55:15','2021-01-13 05:55:15'),
(62525,25005,'action complete via WP Cron','2021-01-13 10:55:15','2021-01-13 05:55:15'),
(62526,25006,'action created','2021-01-13 10:55:15','2021-01-13 05:55:15'),
(62527,25006,'action started via WP Cron','2021-01-13 10:56:31','2021-01-13 05:56:31'),
(62528,25006,'action complete via WP Cron','2021-01-13 10:56:31','2021-01-13 05:56:31'),
(62529,25007,'action created','2021-01-13 10:56:31','2021-01-13 05:56:31'),
(62530,25007,'action started via WP Cron','2021-01-13 10:57:15','2021-01-13 05:57:15'),
(62531,25007,'action complete via WP Cron','2021-01-13 10:57:15','2021-01-13 05:57:15'),
(62532,25008,'action created','2021-01-13 10:57:15','2021-01-13 05:57:15'),
(62533,25008,'action started via WP Cron','2021-01-13 10:58:28','2021-01-13 05:58:28'),
(62534,25008,'action complete via WP Cron','2021-01-13 10:58:28','2021-01-13 05:58:28'),
(62535,25009,'action created','2021-01-13 10:58:41','2021-01-13 05:58:41'),
(62536,25009,'action started via WP Cron','2021-01-13 10:59:44','2021-01-13 05:59:44'),
(62537,25009,'action complete via WP Cron','2021-01-13 10:59:44','2021-01-13 05:59:44'),
(62538,25010,'action created','2021-01-13 10:59:44','2021-01-13 05:59:44'),
(62539,25010,'action started via WP Cron','2021-01-13 11:03:48','2021-01-13 06:03:48'),
(62540,25010,'action complete via WP Cron','2021-01-13 11:03:48','2021-01-13 06:03:48'),
(62541,25011,'action created','2021-01-13 11:03:48','2021-01-13 06:03:48'),
(62542,25011,'action started via WP Cron','2021-01-13 11:06:15','2021-01-13 06:06:15'),
(62543,25011,'action complete via WP Cron','2021-01-13 11:06:15','2021-01-13 06:06:15'),
(62544,25012,'action created','2021-01-13 11:06:56','2021-01-13 06:06:56'),
(62545,25012,'action started via WP Cron','2021-01-13 11:07:29','2021-01-13 06:07:29'),
(62546,25012,'action complete via WP Cron','2021-01-13 11:07:29','2021-01-13 06:07:29'),
(62547,25013,'action created','2021-01-13 11:07:29','2021-01-13 06:07:29'),
(62548,25013,'action started via WP Cron','2021-01-13 11:09:18','2021-01-13 06:09:18'),
(62549,25013,'action complete via WP Cron','2021-01-13 11:09:18','2021-01-13 06:09:18'),
(62550,25014,'action created','2021-01-13 11:09:34','2021-01-13 06:09:34'),
(62551,25014,'action started via WP Cron','2021-01-13 11:11:16','2021-01-13 06:11:16'),
(62552,25014,'action complete via WP Cron','2021-01-13 11:11:16','2021-01-13 06:11:16'),
(62553,25015,'action created','2021-01-13 11:11:16','2021-01-13 06:11:16'),
(62554,25015,'action started via WP Cron','2021-01-13 11:12:15','2021-01-13 06:12:15'),
(62555,25015,'action complete via WP Cron','2021-01-13 11:12:15','2021-01-13 06:12:15'),
(62556,25016,'action created','2021-01-13 11:12:15','2021-01-13 06:12:15'),
(62557,25016,'action started via WP Cron','2021-01-13 11:13:45','2021-01-13 06:13:45'),
(62558,25016,'action complete via WP Cron','2021-01-13 11:13:45','2021-01-13 06:13:45'),
(62559,25017,'action created','2021-01-13 11:13:45','2021-01-13 06:13:45'),
(62560,25017,'action started via WP Cron','2021-01-13 11:14:35','2021-01-13 06:14:35'),
(62561,25017,'action complete via WP Cron','2021-01-13 11:14:35','2021-01-13 06:14:35'),
(62562,25018,'action created','2021-01-13 11:14:35','2021-01-13 06:14:35'),
(62563,25018,'action started via WP Cron','2021-01-13 11:15:43','2021-01-13 06:15:43'),
(62564,25018,'action complete via WP Cron','2021-01-13 11:15:43','2021-01-13 06:15:43'),
(62565,25019,'action created','2021-01-13 11:16:19','2021-01-13 06:16:19'),
(62566,25019,'action started via WP Cron','2021-01-13 11:17:31','2021-01-13 06:17:31'),
(62567,25019,'action complete via WP Cron','2021-01-13 11:17:31','2021-01-13 06:17:31'),
(62568,25020,'action created','2021-01-13 11:17:31','2021-01-13 06:17:31'),
(62569,25020,'action started via WP Cron','2021-01-13 11:20:11','2021-01-13 06:20:11'),
(62570,25020,'action complete via WP Cron','2021-01-13 11:20:11','2021-01-13 06:20:11'),
(62571,25021,'action created','2021-01-13 11:20:12','2021-01-13 06:20:12'),
(62572,25021,'action started via WP Cron','2021-01-13 11:23:56','2021-01-13 06:23:56'),
(62573,25021,'action complete via WP Cron','2021-01-13 11:23:56','2021-01-13 06:23:56'),
(62574,25022,'action created','2021-01-13 11:23:57','2021-01-13 06:23:57'),
(62575,25022,'action started via WP Cron','2021-01-13 11:25:42','2021-01-13 06:25:42'),
(62576,25022,'action complete via WP Cron','2021-01-13 11:25:42','2021-01-13 06:25:42'),
(62577,25023,'action created','2021-01-13 11:25:53','2021-01-13 06:25:53'),
(62578,25023,'action started via WP Cron','2021-01-13 11:28:41','2021-01-13 06:28:41'),
(62579,25023,'action complete via WP Cron','2021-01-13 11:28:41','2021-01-13 06:28:41'),
(62580,25024,'action created','2021-01-13 11:28:43','2021-01-13 06:28:43'),
(62581,25024,'action started via WP Cron','2021-01-13 11:31:05','2021-01-13 06:31:05'),
(62582,25024,'action complete via WP Cron','2021-01-13 11:31:05','2021-01-13 06:31:05'),
(62583,25025,'action created','2021-01-13 11:31:05','2021-01-13 06:31:05'),
(62584,25025,'action started via WP Cron','2021-01-13 11:31:17','2021-01-13 06:31:17'),
(62585,25025,'action complete via WP Cron','2021-01-13 11:31:17','2021-01-13 06:31:17'),
(62586,25026,'action created','2021-01-13 11:31:17','2021-01-13 06:31:17'),
(62587,25026,'action started via WP Cron','2021-01-13 11:32:13','2021-01-13 06:32:13'),
(62588,25026,'action complete via WP Cron','2021-01-13 11:32:13','2021-01-13 06:32:13'),
(62589,25027,'action created','2021-01-13 11:32:13','2021-01-13 06:32:13'),
(62590,25027,'action started via WP Cron','2021-01-13 11:33:33','2021-01-13 06:33:33'),
(62591,25027,'action complete via WP Cron','2021-01-13 11:33:33','2021-01-13 06:33:33'),
(62592,25028,'action created','2021-01-13 11:33:33','2021-01-13 06:33:33'),
(62593,25028,'action started via WP Cron','2021-01-13 11:34:24','2021-01-13 06:34:24'),
(62594,25028,'action complete via WP Cron','2021-01-13 11:34:24','2021-01-13 06:34:24'),
(62595,25029,'action created','2021-01-13 11:34:24','2021-01-13 06:34:24'),
(62596,25029,'action started via WP Cron','2021-01-13 11:35:21','2021-01-13 06:35:21'),
(62597,25029,'action complete via WP Cron','2021-01-13 11:35:21','2021-01-13 06:35:21'),
(62598,25030,'action created','2021-01-13 11:35:35','2021-01-13 06:35:35'),
(62599,25030,'action started via WP Cron','2021-01-13 11:36:28','2021-01-13 06:36:28'),
(62600,25030,'action complete via WP Cron','2021-01-13 11:36:28','2021-01-13 06:36:28'),
(62601,25031,'action created','2021-01-13 11:36:28','2021-01-13 06:36:28'),
(62602,25031,'action started via WP Cron','2021-01-13 11:37:33','2021-01-13 06:37:33'),
(62603,25031,'action complete via WP Cron','2021-01-13 11:37:33','2021-01-13 06:37:33'),
(62604,25032,'action created','2021-01-13 11:37:33','2021-01-13 06:37:33'),
(62605,25032,'action started via WP Cron','2021-01-13 11:38:38','2021-01-13 06:38:38'),
(62606,25032,'action complete via WP Cron','2021-01-13 11:38:38','2021-01-13 06:38:38'),
(62607,25033,'action created','2021-01-13 11:38:38','2021-01-13 06:38:38'),
(62608,25033,'action started via WP Cron','2021-01-13 11:39:12','2021-01-13 06:39:12'),
(62609,25033,'action complete via WP Cron','2021-01-13 11:39:12','2021-01-13 06:39:12'),
(62610,25034,'action created','2021-01-13 11:39:12','2021-01-13 06:39:12'),
(62611,25034,'action started via WP Cron','2021-01-13 11:40:45','2021-01-13 06:40:45'),
(62612,25034,'action complete via WP Cron','2021-01-13 11:40:45','2021-01-13 06:40:45'),
(62613,25035,'action created','2021-01-13 11:40:45','2021-01-13 06:40:45'),
(62614,25035,'action started via WP Cron','2021-01-13 11:41:35','2021-01-13 06:41:35'),
(62615,25035,'action complete via WP Cron','2021-01-13 11:41:35','2021-01-13 06:41:35'),
(62616,25036,'action created','2021-01-13 11:41:35','2021-01-13 06:41:35'),
(62617,25036,'action started via WP Cron','2021-01-13 11:42:35','2021-01-13 06:42:35'),
(62618,25036,'action complete via WP Cron','2021-01-13 11:42:35','2021-01-13 06:42:35'),
(62619,25037,'action created','2021-01-13 11:42:35','2021-01-13 06:42:35'),
(62620,25037,'action started via WP Cron','2021-01-13 11:43:18','2021-01-13 06:43:18'),
(62621,25037,'action complete via WP Cron','2021-01-13 11:43:18','2021-01-13 06:43:18'),
(62622,25038,'action created','2021-01-13 11:43:18','2021-01-13 06:43:18'),
(62623,25038,'action started via WP Cron','2021-01-13 11:44:42','2021-01-13 06:44:42'),
(62624,25038,'action complete via WP Cron','2021-01-13 11:44:42','2021-01-13 06:44:42'),
(62625,25039,'action created','2021-01-13 11:44:42','2021-01-13 06:44:42'),
(62626,25039,'action started via WP Cron','2021-01-13 11:45:55','2021-01-13 06:45:55'),
(62627,25039,'action complete via WP Cron','2021-01-13 11:45:55','2021-01-13 06:45:55'),
(62628,25040,'action created','2021-01-13 11:45:55','2021-01-13 06:45:55'),
(62629,25040,'action started via WP Cron','2021-01-13 11:46:22','2021-01-13 06:46:22'),
(62630,25040,'action complete via WP Cron','2021-01-13 11:46:22','2021-01-13 06:46:22'),
(62631,25041,'action created','2021-01-13 11:46:22','2021-01-13 06:46:22'),
(62632,25041,'action started via WP Cron','2021-01-13 11:48:49','2021-01-13 06:48:49'),
(62633,25041,'action complete via WP Cron','2021-01-13 11:48:49','2021-01-13 06:48:49'),
(62634,25042,'action created','2021-01-13 11:48:49','2021-01-13 06:48:49'),
(62635,25042,'action started via WP Cron','2021-01-13 11:50:11','2021-01-13 06:50:11'),
(62636,25042,'action complete via WP Cron','2021-01-13 11:50:11','2021-01-13 06:50:11'),
(62637,25043,'action created','2021-01-13 11:50:12','2021-01-13 06:50:12'),
(62638,25043,'action started via WP Cron','2021-01-13 11:52:14','2021-01-13 06:52:14'),
(62639,25043,'action complete via WP Cron','2021-01-13 11:52:14','2021-01-13 06:52:14'),
(62640,25044,'action created','2021-01-13 11:52:15','2021-01-13 06:52:15'),
(62641,25044,'action started via WP Cron','2021-01-13 11:53:21','2021-01-13 06:53:21'),
(62642,25044,'action complete via WP Cron','2021-01-13 11:53:21','2021-01-13 06:53:21'),
(62643,25045,'action created','2021-01-13 11:53:22','2021-01-13 06:53:22'),
(62644,25045,'action started via WP Cron','2021-01-13 11:55:06','2021-01-13 06:55:06'),
(62645,25045,'action complete via WP Cron','2021-01-13 11:55:06','2021-01-13 06:55:06'),
(62646,25046,'action created','2021-01-13 11:55:06','2021-01-13 06:55:06'),
(62647,25046,'action started via WP Cron','2021-01-13 11:56:19','2021-01-13 06:56:19'),
(62648,25046,'action complete via WP Cron','2021-01-13 11:56:19','2021-01-13 06:56:19'),
(62649,25047,'action created','2021-01-13 11:56:19','2021-01-13 06:56:19'),
(62650,25047,'action started via WP Cron','2021-01-13 11:57:51','2021-01-13 06:57:51'),
(62651,25047,'action complete via WP Cron','2021-01-13 11:57:51','2021-01-13 06:57:51'),
(62652,25048,'action created','2021-01-13 11:57:51','2021-01-13 06:57:51'),
(62653,25048,'action started via WP Cron','2021-01-13 11:58:38','2021-01-13 06:58:38'),
(62654,25048,'action complete via WP Cron','2021-01-13 11:58:38','2021-01-13 06:58:38'),
(62655,25049,'action created','2021-01-13 11:58:38','2021-01-13 06:58:38'),
(62656,25049,'action started via WP Cron','2021-01-13 12:00:09','2021-01-13 07:00:09'),
(62657,25049,'action complete via WP Cron','2021-01-13 12:00:09','2021-01-13 07:00:09'),
(62658,25050,'action created','2021-01-13 12:00:09','2021-01-13 07:00:09'),
(62659,25050,'action started via WP Cron','2021-01-13 12:00:50','2021-01-13 07:00:50'),
(62660,25050,'action complete via WP Cron','2021-01-13 12:00:50','2021-01-13 07:00:50'),
(62661,25051,'action created','2021-01-13 12:01:00','2021-01-13 07:01:00'),
(62662,25051,'action started via WP Cron','2021-01-13 12:01:18','2021-01-13 07:01:18'),
(62663,25051,'action complete via WP Cron','2021-01-13 12:01:18','2021-01-13 07:01:18'),
(62664,25052,'action created','2021-01-13 12:01:18','2021-01-13 07:01:18'),
(62665,25052,'action started via WP Cron','2021-01-13 12:02:13','2021-01-13 07:02:13'),
(62666,25052,'action complete via WP Cron','2021-01-13 12:02:13','2021-01-13 07:02:13'),
(62667,25053,'action created','2021-01-13 12:02:13','2021-01-13 07:02:13'),
(62668,25053,'action started via WP Cron','2021-01-13 12:03:20','2021-01-13 07:03:20'),
(62669,25053,'action complete via WP Cron','2021-01-13 12:03:20','2021-01-13 07:03:20'),
(62670,25054,'action created','2021-01-13 12:03:24','2021-01-13 07:03:24'),
(62671,25054,'action started via WP Cron','2021-01-13 12:04:12','2021-01-13 07:04:12'),
(62672,25054,'action complete via WP Cron','2021-01-13 12:04:12','2021-01-13 07:04:12'),
(62673,25055,'action created','2021-01-13 12:04:12','2021-01-13 07:04:12'),
(62674,25055,'action started via WP Cron','2021-01-13 12:05:41','2021-01-13 07:05:41'),
(62675,25055,'action complete via WP Cron','2021-01-13 12:05:41','2021-01-13 07:05:41'),
(62676,25056,'action created','2021-01-13 12:05:42','2021-01-13 07:05:42'),
(62677,25056,'action started via WP Cron','2021-01-13 12:07:11','2021-01-13 07:07:11'),
(62678,25056,'action complete via WP Cron','2021-01-13 12:07:11','2021-01-13 07:07:11'),
(62679,25057,'action created','2021-01-13 12:07:11','2021-01-13 07:07:11'),
(62680,25057,'action started via WP Cron','2021-01-13 12:08:15','2021-01-13 07:08:15'),
(62681,25057,'action complete via WP Cron','2021-01-13 12:08:15','2021-01-13 07:08:15'),
(62682,25058,'action created','2021-01-13 12:08:15','2021-01-13 07:08:15'),
(62683,25058,'action started via WP Cron','2021-01-13 12:09:14','2021-01-13 07:09:14'),
(62684,25058,'action complete via WP Cron','2021-01-13 12:09:14','2021-01-13 07:09:14'),
(62685,25059,'action created','2021-01-13 12:09:15','2021-01-13 07:09:15'),
(62686,25059,'action started via WP Cron','2021-01-13 12:10:27','2021-01-13 07:10:27'),
(62687,25059,'action complete via WP Cron','2021-01-13 12:10:27','2021-01-13 07:10:27'),
(62688,25060,'action created','2021-01-13 12:10:27','2021-01-13 07:10:27'),
(62689,25060,'action started via WP Cron','2021-01-13 12:12:18','2021-01-13 07:12:18'),
(62690,25060,'action complete via WP Cron','2021-01-13 12:12:18','2021-01-13 07:12:18'),
(62691,25061,'action created','2021-01-13 12:12:18','2021-01-13 07:12:18'),
(62692,25061,'action started via WP Cron','2021-01-13 12:13:37','2021-01-13 07:13:37'),
(62693,25061,'action complete via WP Cron','2021-01-13 12:13:37','2021-01-13 07:13:37'),
(62694,25062,'action created','2021-01-13 12:13:37','2021-01-13 07:13:37'),
(62695,25062,'action started via WP Cron','2021-01-13 12:14:16','2021-01-13 07:14:16'),
(62696,25062,'action complete via WP Cron','2021-01-13 12:14:16','2021-01-13 07:14:16'),
(62697,25063,'action created','2021-01-13 12:14:16','2021-01-13 07:14:16'),
(62698,25063,'action started via WP Cron','2021-01-13 12:15:23','2021-01-13 07:15:23'),
(62699,25063,'action complete via WP Cron','2021-01-13 12:15:23','2021-01-13 07:15:23'),
(62700,25064,'action created','2021-01-13 12:15:33','2021-01-13 07:15:33'),
(62701,25064,'action started via WP Cron','2021-01-13 12:16:53','2021-01-13 07:16:53'),
(62702,25064,'action complete via WP Cron','2021-01-13 12:16:53','2021-01-13 07:16:53'),
(62703,25065,'action created','2021-01-13 12:16:53','2021-01-13 07:16:53'),
(62704,25065,'action started via WP Cron','2021-01-13 12:17:14','2021-01-13 07:17:14'),
(62705,25065,'action complete via WP Cron','2021-01-13 12:17:14','2021-01-13 07:17:14'),
(62706,25066,'action created','2021-01-13 12:17:14','2021-01-13 07:17:14'),
(62707,25066,'action started via WP Cron','2021-01-13 12:19:15','2021-01-13 07:19:15'),
(62708,25066,'action complete via WP Cron','2021-01-13 12:19:15','2021-01-13 07:19:15'),
(62709,25067,'action created','2021-01-13 12:19:15','2021-01-13 07:19:15'),
(62710,25067,'action started via WP Cron','2021-01-13 12:20:19','2021-01-13 07:20:19'),
(62711,25067,'action complete via WP Cron','2021-01-13 12:20:19','2021-01-13 07:20:19'),
(62712,25068,'action created','2021-01-13 12:20:19','2021-01-13 07:20:19'),
(62713,25068,'action started via WP Cron','2021-01-13 12:21:22','2021-01-13 07:21:22'),
(62714,25068,'action complete via WP Cron','2021-01-13 12:21:22','2021-01-13 07:21:22'),
(62715,25069,'action created','2021-01-13 12:21:22','2021-01-13 07:21:22'),
(62716,25069,'action started via WP Cron','2021-01-13 12:22:15','2021-01-13 07:22:15'),
(62717,25069,'action complete via WP Cron','2021-01-13 12:22:15','2021-01-13 07:22:15'),
(62718,25070,'action created','2021-01-13 12:22:15','2021-01-13 07:22:15'),
(62719,25070,'action started via WP Cron','2021-01-13 12:23:26','2021-01-13 07:23:26'),
(62720,25070,'action complete via WP Cron','2021-01-13 12:23:26','2021-01-13 07:23:26'),
(62721,25071,'action created','2021-01-13 12:23:26','2021-01-13 07:23:26'),
(62722,25071,'action started via WP Cron','2021-01-13 12:25:22','2021-01-13 07:25:22'),
(62723,25071,'action complete via WP Cron','2021-01-13 12:25:22','2021-01-13 07:25:22'),
(62724,25072,'action created','2021-01-13 12:25:22','2021-01-13 07:25:22'),
(62725,25072,'action started via WP Cron','2021-01-13 12:26:18','2021-01-13 07:26:18'),
(62726,25072,'action complete via WP Cron','2021-01-13 12:26:18','2021-01-13 07:26:18'),
(62727,25073,'action created','2021-01-13 12:26:18','2021-01-13 07:26:18'),
(62728,25073,'action started via WP Cron','2021-01-13 12:27:40','2021-01-13 07:27:40'),
(62729,25073,'action complete via WP Cron','2021-01-13 12:27:40','2021-01-13 07:27:40'),
(62730,25074,'action created','2021-01-13 12:27:41','2021-01-13 07:27:41'),
(62731,25074,'action started via WP Cron','2021-01-13 12:28:22','2021-01-13 07:28:22'),
(62732,25074,'action complete via WP Cron','2021-01-13 12:28:22','2021-01-13 07:28:22'),
(62733,25075,'action created','2021-01-13 12:28:22','2021-01-13 07:28:22'),
(62734,25075,'action started via WP Cron','2021-01-13 12:29:27','2021-01-13 07:29:27'),
(62735,25075,'action complete via WP Cron','2021-01-13 12:29:27','2021-01-13 07:29:27'),
(62736,25076,'action created','2021-01-13 12:29:27','2021-01-13 07:29:27'),
(62737,25076,'action started via WP Cron','2021-01-13 12:30:21','2021-01-13 07:30:21'),
(62738,25076,'action complete via WP Cron','2021-01-13 12:30:21','2021-01-13 07:30:21'),
(62739,25077,'action created','2021-01-13 12:32:27','2021-01-13 07:32:27'),
(62740,25077,'action started via WP Cron','2021-01-13 12:33:52','2021-01-13 07:33:52'),
(62741,25077,'action complete via WP Cron','2021-01-13 12:33:52','2021-01-13 07:33:52'),
(62742,25078,'action created','2021-01-13 12:33:52','2021-01-13 07:33:52'),
(62743,25078,'action started via WP Cron','2021-01-13 12:34:30','2021-01-13 07:34:30'),
(62744,25078,'action complete via WP Cron','2021-01-13 12:34:30','2021-01-13 07:34:30'),
(62745,25079,'action created','2021-01-13 12:34:30','2021-01-13 07:34:30'),
(62746,25079,'action started via WP Cron','2021-01-13 12:35:27','2021-01-13 07:35:27'),
(62747,25079,'action complete via WP Cron','2021-01-13 12:35:27','2021-01-13 07:35:27'),
(62748,25080,'action created','2021-01-13 12:35:27','2021-01-13 07:35:27'),
(62749,25080,'action started via WP Cron','2021-01-13 12:36:38','2021-01-13 07:36:38'),
(62750,25080,'action complete via WP Cron','2021-01-13 12:36:38','2021-01-13 07:36:38'),
(62751,25081,'action created','2021-01-13 12:36:38','2021-01-13 07:36:38'),
(62752,25081,'action started via WP Cron','2021-01-13 12:38:07','2021-01-13 07:38:07'),
(62753,25081,'action complete via WP Cron','2021-01-13 12:38:07','2021-01-13 07:38:07'),
(62754,25082,'action created','2021-01-13 12:38:07','2021-01-13 07:38:07'),
(62755,25082,'action started via WP Cron','2021-01-13 12:38:30','2021-01-13 07:38:30'),
(62756,25082,'action complete via WP Cron','2021-01-13 12:38:30','2021-01-13 07:38:30'),
(62757,25083,'action created','2021-01-13 12:38:30','2021-01-13 07:38:30'),
(62758,25083,'action started via WP Cron','2021-01-13 12:40:23','2021-01-13 07:40:23'),
(62759,25083,'action complete via WP Cron','2021-01-13 12:40:23','2021-01-13 07:40:23'),
(62760,25084,'action created','2021-01-13 12:40:23','2021-01-13 07:40:23'),
(62761,25084,'action started via WP Cron','2021-01-13 12:41:22','2021-01-13 07:41:22'),
(62762,25084,'action complete via WP Cron','2021-01-13 12:41:22','2021-01-13 07:41:22'),
(62763,25085,'action created','2021-01-13 12:41:22','2021-01-13 07:41:22'),
(62764,25085,'action started via WP Cron','2021-01-13 12:42:41','2021-01-13 07:42:41'),
(62765,25085,'action complete via WP Cron','2021-01-13 12:42:41','2021-01-13 07:42:41'),
(62766,25086,'action created','2021-01-13 12:42:41','2021-01-13 07:42:41'),
(62767,25086,'action started via WP Cron','2021-01-13 12:43:12','2021-01-13 07:43:12'),
(62768,25086,'action complete via WP Cron','2021-01-13 12:43:12','2021-01-13 07:43:12'),
(62769,25087,'action created','2021-01-13 12:43:12','2021-01-13 07:43:12'),
(62770,25087,'action started via WP Cron','2021-01-13 12:44:37','2021-01-13 07:44:37'),
(62771,25087,'action complete via WP Cron','2021-01-13 12:44:37','2021-01-13 07:44:37'),
(62772,25088,'action created','2021-01-13 12:44:37','2021-01-13 07:44:37'),
(62773,25088,'action started via WP Cron','2021-01-13 12:45:49','2021-01-13 07:45:49'),
(62774,25088,'action complete via WP Cron','2021-01-13 12:45:49','2021-01-13 07:45:49'),
(62775,25089,'action created','2021-01-13 12:45:49','2021-01-13 07:45:49'),
(62776,25089,'action started via WP Cron','2021-01-13 12:46:11','2021-01-13 07:46:11'),
(62777,25089,'action complete via WP Cron','2021-01-13 12:46:11','2021-01-13 07:46:11'),
(62778,25090,'action created','2021-01-13 12:46:11','2021-01-13 07:46:11'),
(62779,25090,'action started via WP Cron','2021-01-13 12:47:43','2021-01-13 07:47:43'),
(62780,25090,'action complete via WP Cron','2021-01-13 12:47:43','2021-01-13 07:47:43'),
(62781,25091,'action created','2021-01-13 12:47:43','2021-01-13 07:47:43'),
(62782,25091,'action started via WP Cron','2021-01-13 12:48:38','2021-01-13 07:48:38'),
(62783,25091,'action complete via WP Cron','2021-01-13 12:48:38','2021-01-13 07:48:38'),
(62784,25092,'action created','2021-01-13 12:48:38','2021-01-13 07:48:38'),
(62785,25092,'action started via WP Cron','2021-01-13 12:49:36','2021-01-13 07:49:36'),
(62786,25092,'action complete via WP Cron','2021-01-13 12:49:36','2021-01-13 07:49:36'),
(62787,25093,'action created','2021-01-13 12:49:36','2021-01-13 07:49:36'),
(62788,25093,'action started via WP Cron','2021-01-13 12:50:37','2021-01-13 07:50:37'),
(62789,25093,'action complete via WP Cron','2021-01-13 12:50:37','2021-01-13 07:50:37'),
(62790,25094,'action created','2021-01-13 12:50:37','2021-01-13 07:50:37'),
(62791,25094,'action started via WP Cron','2021-01-13 12:51:30','2021-01-13 07:51:30'),
(62792,25094,'action complete via WP Cron','2021-01-13 12:51:30','2021-01-13 07:51:30'),
(62793,25095,'action created','2021-01-13 12:51:30','2021-01-13 07:51:30'),
(62794,25095,'action started via WP Cron','2021-01-13 12:54:43','2021-01-13 07:54:43'),
(62795,25095,'action complete via WP Cron','2021-01-13 12:54:43','2021-01-13 07:54:43'),
(62796,25096,'action created','2021-01-13 12:54:43','2021-01-13 07:54:43'),
(62797,25096,'action started via WP Cron','2021-01-13 12:55:29','2021-01-13 07:55:29'),
(62798,25096,'action complete via WP Cron','2021-01-13 12:55:29','2021-01-13 07:55:29'),
(62799,25097,'action created','2021-01-13 12:55:44','2021-01-13 07:55:44'),
(62800,25097,'action started via WP Cron','2021-01-13 12:56:34','2021-01-13 07:56:34'),
(62801,25097,'action complete via WP Cron','2021-01-13 12:56:34','2021-01-13 07:56:34'),
(62802,25098,'action created','2021-01-13 12:56:34','2021-01-13 07:56:34'),
(62803,25098,'action started via WP Cron','2021-01-13 12:57:33','2021-01-13 07:57:33'),
(62804,25098,'action complete via WP Cron','2021-01-13 12:57:33','2021-01-13 07:57:33'),
(62805,25099,'action created','2021-01-13 12:57:33','2021-01-13 07:57:33'),
(62806,25099,'action started via WP Cron','2021-01-13 12:58:20','2021-01-13 07:58:20'),
(62807,25099,'action complete via WP Cron','2021-01-13 12:58:20','2021-01-13 07:58:20'),
(62808,25100,'action created','2021-01-13 12:58:20','2021-01-13 07:58:20'),
(62809,24007,'action started via WP Cron','2021-01-13 13:00:08','2021-01-13 08:00:08'),
(62810,24007,'action complete via WP Cron','2021-01-13 13:00:08','2021-01-13 08:00:08'),
(62811,25101,'action created','2021-01-13 13:00:08','2021-01-13 08:00:08'),
(62812,25100,'action started via WP Cron','2021-01-13 13:00:08','2021-01-13 08:00:08'),
(62813,25100,'action complete via WP Cron','2021-01-13 13:00:08','2021-01-13 08:00:08'),
(62814,25102,'action created','2021-01-13 13:00:08','2021-01-13 08:00:08'),
(62815,25102,'action started via WP Cron','2021-01-13 13:00:21','2021-01-13 08:00:21'),
(62816,25102,'action complete via WP Cron','2021-01-13 13:00:21','2021-01-13 08:00:21'),
(62817,25103,'action created','2021-01-13 13:00:22','2021-01-13 08:00:22'),
(62818,25103,'action started via WP Cron','2021-01-13 13:01:45','2021-01-13 08:01:45'),
(62819,25103,'action complete via WP Cron','2021-01-13 13:01:45','2021-01-13 08:01:45'),
(62820,25104,'action created','2021-01-13 13:01:45','2021-01-13 08:01:45'),
(62821,25104,'action started via WP Cron','2021-01-13 13:02:30','2021-01-13 08:02:30'),
(62822,25104,'action complete via WP Cron','2021-01-13 13:02:30','2021-01-13 08:02:30'),
(62823,25105,'action created','2021-01-13 13:02:30','2021-01-13 08:02:30'),
(62824,25105,'action started via WP Cron','2021-01-13 13:03:18','2021-01-13 08:03:18'),
(62825,25105,'action complete via WP Cron','2021-01-13 13:03:18','2021-01-13 08:03:18'),
(62826,25106,'action created','2021-01-13 13:03:18','2021-01-13 08:03:18'),
(62827,25106,'action started via WP Cron','2021-01-13 13:04:38','2021-01-13 08:04:38'),
(62828,25106,'action complete via WP Cron','2021-01-13 13:04:38','2021-01-13 08:04:38'),
(62829,25107,'action created','2021-01-13 13:04:38','2021-01-13 08:04:38'),
(62830,25107,'action started via WP Cron','2021-01-13 13:05:12','2021-01-13 08:05:12'),
(62831,25107,'action complete via WP Cron','2021-01-13 13:05:12','2021-01-13 08:05:12'),
(62832,25108,'action created','2021-01-13 13:05:12','2021-01-13 08:05:12'),
(62833,25108,'action started via WP Cron','2021-01-13 13:07:07','2021-01-13 08:07:07'),
(62834,25108,'action complete via WP Cron','2021-01-13 13:07:07','2021-01-13 08:07:07'),
(62835,25109,'action created','2021-01-13 13:07:07','2021-01-13 08:07:07'),
(62836,25109,'action started via WP Cron','2021-01-13 13:08:13','2021-01-13 08:08:13'),
(62837,25109,'action complete via WP Cron','2021-01-13 13:08:13','2021-01-13 08:08:13'),
(62838,25110,'action created','2021-01-13 13:08:13','2021-01-13 08:08:13'),
(62839,25110,'action started via WP Cron','2021-01-13 13:10:10','2021-01-13 08:10:10'),
(62840,25110,'action complete via WP Cron','2021-01-13 13:10:10','2021-01-13 08:10:10'),
(62841,25111,'action created','2021-01-13 13:10:10','2021-01-13 08:10:10'),
(62842,25111,'action started via WP Cron','2021-01-13 13:12:46','2021-01-13 08:12:46'),
(62843,25111,'action complete via WP Cron','2021-01-13 13:12:46','2021-01-13 08:12:46'),
(62844,25112,'action created','2021-01-13 13:12:48','2021-01-13 08:12:48'),
(62845,25112,'action started via WP Cron','2021-01-13 13:13:25','2021-01-13 08:13:25'),
(62846,25112,'action complete via WP Cron','2021-01-13 13:13:25','2021-01-13 08:13:25'),
(62847,25113,'action created','2021-01-13 13:14:14','2021-01-13 08:14:14'),
(62848,25113,'action started via WP Cron','2021-01-13 13:15:48','2021-01-13 08:15:48'),
(62849,25113,'action complete via WP Cron','2021-01-13 13:15:48','2021-01-13 08:15:48'),
(62850,25114,'action created','2021-01-13 13:18:59','2021-01-13 08:18:59'),
(62851,25114,'action started via WP Cron','2021-01-13 13:19:54','2021-01-13 08:19:54'),
(62852,25114,'action complete via WP Cron','2021-01-13 13:19:54','2021-01-13 08:19:54'),
(62853,25115,'action created','2021-01-13 13:20:15','2021-01-13 08:20:15'),
(62854,25115,'action started via WP Cron','2021-01-13 13:25:40','2021-01-13 08:25:40'),
(62855,25115,'action complete via WP Cron','2021-01-13 13:25:40','2021-01-13 08:25:40'),
(62856,25116,'action created','2021-01-13 13:25:40','2021-01-13 08:25:40'),
(62857,25116,'action started via WP Cron','2021-01-13 13:26:25','2021-01-13 08:26:25'),
(62858,25116,'action complete via WP Cron','2021-01-13 13:26:25','2021-01-13 08:26:25'),
(62859,25117,'action created','2021-01-13 13:26:25','2021-01-13 08:26:25'),
(62860,25117,'action started via WP Cron','2021-01-13 13:27:32','2021-01-13 08:27:32'),
(62861,25117,'action complete via WP Cron','2021-01-13 13:27:32','2021-01-13 08:27:32'),
(62862,25118,'action created','2021-01-13 13:27:33','2021-01-13 08:27:33'),
(62863,25118,'action started via WP Cron','2021-01-13 13:28:27','2021-01-13 08:28:27'),
(62864,25118,'action complete via WP Cron','2021-01-13 13:28:27','2021-01-13 08:28:27'),
(62865,25119,'action created','2021-01-13 13:28:27','2021-01-13 08:28:27'),
(62866,25119,'action started via WP Cron','2021-01-13 13:29:35','2021-01-13 08:29:35'),
(62867,25119,'action complete via WP Cron','2021-01-13 13:29:35','2021-01-13 08:29:35'),
(62868,25120,'action created','2021-01-13 13:29:35','2021-01-13 08:29:35'),
(62869,25120,'action started via WP Cron','2021-01-13 13:30:19','2021-01-13 08:30:19'),
(62870,25120,'action complete via WP Cron','2021-01-13 13:30:19','2021-01-13 08:30:19'),
(62871,25121,'action created','2021-01-13 13:30:46','2021-01-13 08:30:46'),
(62872,25121,'action started via WP Cron','2021-01-13 13:31:13','2021-01-13 08:31:13'),
(62873,25121,'action complete via WP Cron','2021-01-13 13:31:13','2021-01-13 08:31:13'),
(62874,25122,'action created','2021-01-13 13:31:13','2021-01-13 08:31:13'),
(62875,25122,'action started via WP Cron','2021-01-13 13:32:16','2021-01-13 08:32:16'),
(62876,25122,'action complete via WP Cron','2021-01-13 13:32:16','2021-01-13 08:32:16'),
(62877,25123,'action created','2021-01-13 13:32:16','2021-01-13 08:32:16'),
(62878,25123,'action started via WP Cron','2021-01-13 13:34:32','2021-01-13 08:34:32'),
(62879,25123,'action complete via WP Cron','2021-01-13 13:34:32','2021-01-13 08:34:32'),
(62880,25124,'action created','2021-01-13 13:34:32','2021-01-13 08:34:32'),
(62881,25124,'action started via WP Cron','2021-01-13 13:36:50','2021-01-13 08:36:50'),
(62882,25124,'action complete via WP Cron','2021-01-13 13:36:50','2021-01-13 08:36:50'),
(62883,25125,'action created','2021-01-13 13:36:50','2021-01-13 08:36:50'),
(62884,25125,'action started via WP Cron','2021-01-13 13:37:23','2021-01-13 08:37:23'),
(62885,25125,'action complete via WP Cron','2021-01-13 13:37:23','2021-01-13 08:37:23'),
(62886,25126,'action created','2021-01-13 13:38:05','2021-01-13 08:38:05'),
(62887,25126,'action started via WP Cron','2021-01-13 13:38:48','2021-01-13 08:38:48'),
(62888,25126,'action complete via WP Cron','2021-01-13 13:38:48','2021-01-13 08:38:48'),
(62889,25127,'action created','2021-01-13 13:38:48','2021-01-13 08:38:48'),
(62890,25127,'action started via WP Cron','2021-01-13 13:39:35','2021-01-13 08:39:35'),
(62891,25127,'action complete via WP Cron','2021-01-13 13:39:35','2021-01-13 08:39:35'),
(62892,25128,'action created','2021-01-13 13:39:35','2021-01-13 08:39:35'),
(62893,25128,'action started via WP Cron','2021-01-13 13:40:57','2021-01-13 08:40:57'),
(62894,25128,'action complete via WP Cron','2021-01-13 13:40:57','2021-01-13 08:40:57'),
(62895,25129,'action created','2021-01-13 13:40:57','2021-01-13 08:40:57'),
(62896,25129,'action started via WP Cron','2021-01-13 13:42:49','2021-01-13 08:42:49'),
(62897,25129,'action complete via WP Cron','2021-01-13 13:42:49','2021-01-13 08:42:49'),
(62898,25130,'action created','2021-01-13 13:42:49','2021-01-13 08:42:49'),
(62899,25130,'action started via WP Cron','2021-01-13 13:43:35','2021-01-13 08:43:35'),
(62900,25130,'action complete via WP Cron','2021-01-13 13:43:35','2021-01-13 08:43:35'),
(62901,25131,'action created','2021-01-13 13:44:46','2021-01-13 08:44:46'),
(62902,25131,'action started via WP Cron','2021-01-13 13:46:47','2021-01-13 08:46:47'),
(62903,25131,'action complete via WP Cron','2021-01-13 13:46:47','2021-01-13 08:46:47'),
(62904,25132,'action created','2021-01-13 13:46:48','2021-01-13 08:46:48'),
(62905,25132,'action started via WP Cron','2021-01-13 13:48:04','2021-01-13 08:48:04'),
(62906,25132,'action complete via WP Cron','2021-01-13 13:48:04','2021-01-13 08:48:04'),
(62907,25133,'action created','2021-01-13 13:48:04','2021-01-13 08:48:04'),
(62908,25133,'action started via WP Cron','2021-01-13 13:48:32','2021-01-13 08:48:32'),
(62909,25133,'action complete via WP Cron','2021-01-13 13:48:32','2021-01-13 08:48:32'),
(62910,25134,'action created','2021-01-13 13:50:11','2021-01-13 08:50:11'),
(62911,25134,'action started via WP Cron','2021-01-13 13:51:14','2021-01-13 08:51:14'),
(62912,25134,'action complete via WP Cron','2021-01-13 13:51:14','2021-01-13 08:51:14'),
(62913,25135,'action created','2021-01-13 13:51:14','2021-01-13 08:51:14'),
(62914,25135,'action started via WP Cron','2021-01-13 13:52:29','2021-01-13 08:52:29'),
(62915,25135,'action complete via WP Cron','2021-01-13 13:52:29','2021-01-13 08:52:29'),
(62916,25136,'action created','2021-01-13 13:52:29','2021-01-13 08:52:29'),
(62917,25136,'action started via WP Cron','2021-01-13 13:53:37','2021-01-13 08:53:37'),
(62918,25136,'action complete via WP Cron','2021-01-13 13:53:37','2021-01-13 08:53:37'),
(62919,25137,'action created','2021-01-13 13:53:37','2021-01-13 08:53:37'),
(62920,25137,'action started via WP Cron','2021-01-13 13:54:12','2021-01-13 08:54:12'),
(62921,25137,'action complete via WP Cron','2021-01-13 13:54:12','2021-01-13 08:54:12'),
(62922,25138,'action created','2021-01-13 13:54:12','2021-01-13 08:54:12'),
(62923,25138,'action started via WP Cron','2021-01-13 13:55:49','2021-01-13 08:55:49'),
(62924,25138,'action complete via WP Cron','2021-01-13 13:55:49','2021-01-13 08:55:49'),
(62925,25139,'action created','2021-01-13 13:55:49','2021-01-13 08:55:49'),
(62926,25139,'action started via WP Cron','2021-01-13 13:56:39','2021-01-13 08:56:39'),
(62927,25139,'action complete via WP Cron','2021-01-13 13:56:39','2021-01-13 08:56:39'),
(62928,25140,'action created','2021-01-13 13:56:39','2021-01-13 08:56:39'),
(62929,25140,'action started via WP Cron','2021-01-13 13:57:33','2021-01-13 08:57:33'),
(62930,25140,'action complete via WP Cron','2021-01-13 13:57:33','2021-01-13 08:57:33'),
(62931,25141,'action created','2021-01-13 13:57:34','2021-01-13 08:57:34'),
(62932,25141,'action started via WP Cron','2021-01-13 13:58:18','2021-01-13 08:58:18'),
(62933,25141,'action complete via WP Cron','2021-01-13 13:58:18','2021-01-13 08:58:18'),
(62934,25142,'action created','2021-01-13 13:58:18','2021-01-13 08:58:18'),
(62935,25142,'action started via Async Request','2021-01-13 13:58:59','2021-01-13 08:58:59'),
(62936,25142,'action complete via Async Request','2021-01-13 13:58:59','2021-01-13 08:58:59'),
(62937,25143,'action created','2021-01-13 14:00:08','2021-01-13 09:00:08'),
(62938,25143,'action started via WP Cron','2021-01-13 14:01:56','2021-01-13 09:01:56'),
(62939,25143,'action complete via WP Cron','2021-01-13 14:01:56','2021-01-13 09:01:56'),
(62940,25144,'action created','2021-01-13 14:01:56','2021-01-13 09:01:56'),
(62941,25144,'action started via WP Cron','2021-01-13 14:02:53','2021-01-13 09:02:53'),
(62942,25144,'action complete via WP Cron','2021-01-13 14:02:53','2021-01-13 09:02:53'),
(62943,25145,'action created','2021-01-13 14:02:55','2021-01-13 09:02:55'),
(62944,25145,'action started via WP Cron','2021-01-13 14:03:26','2021-01-13 09:03:26'),
(62945,25145,'action complete via WP Cron','2021-01-13 14:03:26','2021-01-13 09:03:26'),
(62946,25146,'action created','2021-01-13 14:03:26','2021-01-13 09:03:26'),
(62947,25146,'action started via WP Cron','2021-01-13 14:05:41','2021-01-13 09:05:41'),
(62948,25146,'action complete via WP Cron','2021-01-13 14:05:41','2021-01-13 09:05:41'),
(62949,25147,'action created','2021-01-13 14:05:41','2021-01-13 09:05:41'),
(62950,25147,'action started via WP Cron','2021-01-13 14:06:11','2021-01-13 09:06:11'),
(62951,25147,'action complete via WP Cron','2021-01-13 14:06:11','2021-01-13 09:06:11'),
(62952,25148,'action created','2021-01-13 14:06:11','2021-01-13 09:06:11'),
(62953,25148,'action started via WP Cron','2021-01-13 14:07:35','2021-01-13 09:07:35'),
(62954,25148,'action complete via WP Cron','2021-01-13 14:07:35','2021-01-13 09:07:35'),
(62955,25149,'action created','2021-01-13 14:07:35','2021-01-13 09:07:35'),
(62956,25149,'action started via WP Cron','2021-01-13 14:09:41','2021-01-13 09:09:41'),
(62957,25149,'action complete via WP Cron','2021-01-13 14:09:41','2021-01-13 09:09:41'),
(62958,25150,'action created','2021-01-13 14:09:41','2021-01-13 09:09:41'),
(62959,25150,'action started via WP Cron','2021-01-13 14:10:13','2021-01-13 09:10:13'),
(62960,25150,'action complete via WP Cron','2021-01-13 14:10:13','2021-01-13 09:10:13'),
(62961,25151,'action created','2021-01-13 14:10:14','2021-01-13 09:10:14'),
(62962,25151,'action started via WP Cron','2021-01-13 14:12:18','2021-01-13 09:12:18'),
(62963,25151,'action complete via WP Cron','2021-01-13 14:12:18','2021-01-13 09:12:18'),
(62964,25152,'action created','2021-01-13 14:13:23','2021-01-13 09:13:23'),
(62965,25152,'action started via WP Cron','2021-01-13 14:14:37','2021-01-13 09:14:37'),
(62966,25152,'action complete via WP Cron','2021-01-13 14:14:37','2021-01-13 09:14:37'),
(62967,25153,'action created','2021-01-13 14:14:37','2021-01-13 09:14:37'),
(62968,25153,'action started via WP Cron','2021-01-13 14:18:17','2021-01-13 09:18:17'),
(62969,25153,'action complete via WP Cron','2021-01-13 14:18:17','2021-01-13 09:18:17'),
(62970,25154,'action created','2021-01-13 14:18:17','2021-01-13 09:18:17'),
(62971,25154,'action started via WP Cron','2021-01-13 14:19:45','2021-01-13 09:19:45'),
(62972,25154,'action complete via WP Cron','2021-01-13 14:19:45','2021-01-13 09:19:45'),
(62973,25155,'action created','2021-01-13 14:19:45','2021-01-13 09:19:45'),
(62974,25155,'action started via WP Cron','2021-01-13 14:20:13','2021-01-13 09:20:13'),
(62975,25155,'action complete via WP Cron','2021-01-13 14:20:13','2021-01-13 09:20:13'),
(62976,25156,'action created','2021-01-13 14:20:13','2021-01-13 09:20:13'),
(62977,25156,'action started via WP Cron','2021-01-13 14:21:17','2021-01-13 09:21:17'),
(62978,25156,'action complete via WP Cron','2021-01-13 14:21:17','2021-01-13 09:21:17'),
(62979,25157,'action created','2021-01-13 14:21:17','2021-01-13 09:21:17'),
(62980,25157,'action started via WP Cron','2021-01-13 14:22:52','2021-01-13 09:22:52'),
(62981,25157,'action complete via WP Cron','2021-01-13 14:22:52','2021-01-13 09:22:52'),
(62982,25158,'action created','2021-01-13 14:22:59','2021-01-13 09:22:59'),
(62983,25158,'action started via WP Cron','2021-01-13 14:23:47','2021-01-13 09:23:47'),
(62984,25158,'action complete via WP Cron','2021-01-13 14:23:47','2021-01-13 09:23:47'),
(62985,25159,'action created','2021-01-13 14:23:47','2021-01-13 09:23:47'),
(62986,25159,'action started via WP Cron','2021-01-13 14:24:13','2021-01-13 09:24:13'),
(62987,25159,'action complete via WP Cron','2021-01-13 14:24:13','2021-01-13 09:24:13'),
(62988,25160,'action created','2021-01-13 14:24:13','2021-01-13 09:24:13'),
(62989,25160,'action started via WP Cron','2021-01-13 14:25:48','2021-01-13 09:25:48'),
(62990,25160,'action complete via WP Cron','2021-01-13 14:25:49','2021-01-13 09:25:49'),
(62991,25161,'action created','2021-01-13 14:25:49','2021-01-13 09:25:49'),
(62992,25161,'action started via WP Cron','2021-01-13 14:27:00','2021-01-13 09:27:00'),
(62993,25161,'action complete via WP Cron','2021-01-13 14:27:00','2021-01-13 09:27:00'),
(62994,25162,'action created','2021-01-13 14:27:00','2021-01-13 09:27:00'),
(62995,25162,'action started via WP Cron','2021-01-13 14:27:48','2021-01-13 09:27:48'),
(62996,25162,'action complete via WP Cron','2021-01-13 14:27:48','2021-01-13 09:27:48'),
(62997,25163,'action created','2021-01-13 14:27:48','2021-01-13 09:27:48'),
(62998,25163,'action started via WP Cron','2021-01-13 14:28:49','2021-01-13 09:28:49'),
(62999,25163,'action complete via WP Cron','2021-01-13 14:28:49','2021-01-13 09:28:49'),
(63000,25164,'action created','2021-01-13 14:28:49','2021-01-13 09:28:49'),
(63001,25164,'action started via WP Cron','2021-01-13 14:29:59','2021-01-13 09:29:59'),
(63002,25164,'action complete via WP Cron','2021-01-13 14:29:59','2021-01-13 09:29:59'),
(63003,25165,'action created','2021-01-13 14:29:59','2021-01-13 09:29:59'),
(63004,25165,'action started via WP Cron','2021-01-13 14:30:27','2021-01-13 09:30:27'),
(63005,25165,'action complete via WP Cron','2021-01-13 14:30:27','2021-01-13 09:30:27'),
(63006,25166,'action created','2021-01-13 14:31:28','2021-01-13 09:31:28'),
(63007,25166,'action started via WP Cron','2021-01-13 14:33:03','2021-01-13 09:33:03'),
(63008,25166,'action complete via WP Cron','2021-01-13 14:33:03','2021-01-13 09:33:03'),
(63009,25167,'action created','2021-01-13 14:33:03','2021-01-13 09:33:03'),
(63010,25167,'action started via WP Cron','2021-01-13 14:33:32','2021-01-13 09:33:32'),
(63011,25167,'action complete via WP Cron','2021-01-13 14:33:32','2021-01-13 09:33:32'),
(63012,25168,'action created','2021-01-13 14:33:32','2021-01-13 09:33:32'),
(63013,25168,'action started via WP Cron','2021-01-13 14:34:34','2021-01-13 09:34:34'),
(63014,25168,'action complete via WP Cron','2021-01-13 14:34:34','2021-01-13 09:34:34'),
(63015,25169,'action created','2021-01-13 14:34:34','2021-01-13 09:34:34'),
(63016,25169,'action started via WP Cron','2021-01-13 14:36:05','2021-01-13 09:36:05'),
(63017,25169,'action complete via WP Cron','2021-01-13 14:36:05','2021-01-13 09:36:05'),
(63018,25170,'action created','2021-01-13 14:36:29','2021-01-13 09:36:29'),
(63019,25170,'action started via WP Cron','2021-01-13 14:38:18','2021-01-13 09:38:18'),
(63020,25170,'action complete via WP Cron','2021-01-13 14:38:18','2021-01-13 09:38:18'),
(63021,25171,'action created','2021-01-13 14:38:18','2021-01-13 09:38:18'),
(63022,25171,'action started via WP Cron','2021-01-13 14:39:43','2021-01-13 09:39:43'),
(63023,25171,'action complete via WP Cron','2021-01-13 14:39:43','2021-01-13 09:39:43'),
(63024,25172,'action created','2021-01-13 14:39:44','2021-01-13 09:39:44'),
(63025,25172,'action started via WP Cron','2021-01-13 14:40:57','2021-01-13 09:40:57'),
(63026,25172,'action complete via WP Cron','2021-01-13 14:40:57','2021-01-13 09:40:57'),
(63027,25173,'action created','2021-01-13 14:40:57','2021-01-13 09:40:57'),
(63028,25173,'action started via WP Cron','2021-01-13 14:42:00','2021-01-13 09:42:00'),
(63029,25173,'action complete via WP Cron','2021-01-13 14:42:00','2021-01-13 09:42:00'),
(63030,25174,'action created','2021-01-13 14:42:02','2021-01-13 09:42:02'),
(63031,25174,'action started via WP Cron','2021-01-13 14:42:19','2021-01-13 09:42:19'),
(63032,25174,'action complete via WP Cron','2021-01-13 14:42:19','2021-01-13 09:42:19'),
(63033,25175,'action created','2021-01-13 14:42:19','2021-01-13 09:42:19'),
(63034,25175,'action started via WP Cron','2021-01-13 14:43:57','2021-01-13 09:43:57'),
(63035,25175,'action complete via WP Cron','2021-01-13 14:43:57','2021-01-13 09:43:57'),
(63036,25176,'action created','2021-01-13 14:43:57','2021-01-13 09:43:57'),
(63037,25176,'action started via WP Cron','2021-01-13 14:44:54','2021-01-13 09:44:54'),
(63038,25176,'action complete via WP Cron','2021-01-13 14:44:54','2021-01-13 09:44:54'),
(63039,25177,'action created','2021-01-13 14:44:54','2021-01-13 09:44:54'),
(63040,25177,'action started via WP Cron','2021-01-13 14:47:14','2021-01-13 09:47:14'),
(63041,25177,'action complete via WP Cron','2021-01-13 14:47:14','2021-01-13 09:47:14'),
(63042,25178,'action created','2021-01-13 14:47:15','2021-01-13 09:47:15'),
(63043,25178,'action started via WP Cron','2021-01-13 14:48:48','2021-01-13 09:48:48'),
(63044,25178,'action complete via WP Cron','2021-01-13 14:48:48','2021-01-13 09:48:48'),
(63045,25179,'action created','2021-01-13 14:48:48','2021-01-13 09:48:48'),
(63046,25179,'action started via WP Cron','2021-01-13 14:50:00','2021-01-13 09:50:00'),
(63047,25179,'action complete via WP Cron','2021-01-13 14:50:00','2021-01-13 09:50:00'),
(63048,25180,'action created','2021-01-13 14:50:00','2021-01-13 09:50:00'),
(63049,25180,'action started via WP Cron','2021-01-13 14:52:16','2021-01-13 09:52:16'),
(63050,25180,'action complete via WP Cron','2021-01-13 14:52:16','2021-01-13 09:52:16'),
(63051,25181,'action created','2021-01-13 14:52:16','2021-01-13 09:52:16'),
(63052,25181,'action started via WP Cron','2021-01-13 14:53:45','2021-01-13 09:53:45'),
(63053,25181,'action complete via WP Cron','2021-01-13 14:53:45','2021-01-13 09:53:45'),
(63054,25182,'action created','2021-01-13 14:53:45','2021-01-13 09:53:45'),
(63055,25182,'action started via WP Cron','2021-01-13 14:55:11','2021-01-13 09:55:11'),
(63056,25182,'action complete via WP Cron','2021-01-13 14:55:11','2021-01-13 09:55:11'),
(63057,25183,'action created','2021-01-13 14:55:11','2021-01-13 09:55:11'),
(63058,25183,'action started via WP Cron','2021-01-13 14:56:22','2021-01-13 09:56:22'),
(63059,25183,'action complete via WP Cron','2021-01-13 14:56:22','2021-01-13 09:56:22'),
(63060,25184,'action created','2021-01-13 14:56:22','2021-01-13 09:56:22'),
(63061,25184,'action started via WP Cron','2021-01-13 14:57:19','2021-01-13 09:57:19'),
(63062,25184,'action complete via WP Cron','2021-01-13 14:57:19','2021-01-13 09:57:19'),
(63063,25185,'action created','2021-01-13 14:57:19','2021-01-13 09:57:19'),
(63064,25185,'action started via WP Cron','2021-01-13 14:58:21','2021-01-13 09:58:21'),
(63065,25185,'action complete via WP Cron','2021-01-13 14:58:21','2021-01-13 09:58:21'),
(63066,25186,'action created','2021-01-13 14:58:21','2021-01-13 09:58:21'),
(63067,25186,'action started via WP Cron','2021-01-13 14:59:29','2021-01-13 09:59:29'),
(63068,25186,'action complete via WP Cron','2021-01-13 14:59:29','2021-01-13 09:59:29'),
(63069,25187,'action created','2021-01-13 14:59:29','2021-01-13 09:59:29'),
(63070,25187,'action started via WP Cron','2021-01-13 15:00:16','2021-01-13 10:00:16'),
(63071,25187,'action complete via WP Cron','2021-01-13 15:00:16','2021-01-13 10:00:16'),
(63072,25188,'action created','2021-01-13 15:00:17','2021-01-13 10:00:17'),
(63073,25188,'action started via WP Cron','2021-01-13 15:01:23','2021-01-13 10:01:23'),
(63074,25188,'action complete via WP Cron','2021-01-13 15:01:23','2021-01-13 10:01:23'),
(63075,25189,'action created','2021-01-13 15:01:23','2021-01-13 10:01:23'),
(63076,25189,'action started via WP Cron','2021-01-13 15:02:16','2021-01-13 10:02:16'),
(63077,25189,'action complete via WP Cron','2021-01-13 15:02:16','2021-01-13 10:02:16'),
(63078,25190,'action created','2021-01-13 15:02:16','2021-01-13 10:02:16'),
(63079,25190,'action started via WP Cron','2021-01-13 15:03:14','2021-01-13 10:03:14'),
(63080,25190,'action complete via WP Cron','2021-01-13 15:03:14','2021-01-13 10:03:14'),
(63081,25191,'action created','2021-01-13 15:03:14','2021-01-13 10:03:14'),
(63082,25191,'action started via WP Cron','2021-01-13 15:04:40','2021-01-13 10:04:40'),
(63083,25191,'action complete via WP Cron','2021-01-13 15:04:40','2021-01-13 10:04:40'),
(63084,25192,'action created','2021-01-13 15:04:40','2021-01-13 10:04:40'),
(63085,25192,'action started via WP Cron','2021-01-13 15:05:16','2021-01-13 10:05:16'),
(63086,25192,'action complete via WP Cron','2021-01-13 15:05:16','2021-01-13 10:05:16'),
(63087,25193,'action created','2021-01-13 15:05:16','2021-01-13 10:05:16'),
(63088,25193,'action started via WP Cron','2021-01-13 15:06:45','2021-01-13 10:06:45'),
(63089,25193,'action complete via WP Cron','2021-01-13 15:06:45','2021-01-13 10:06:45'),
(63090,25194,'action created','2021-01-13 15:06:45','2021-01-13 10:06:45'),
(63091,25194,'action started via WP Cron','2021-01-13 15:07:53','2021-01-13 10:07:53'),
(63092,25194,'action complete via WP Cron','2021-01-13 15:07:53','2021-01-13 10:07:53'),
(63093,25195,'action created','2021-01-13 15:07:53','2021-01-13 10:07:53'),
(63094,25195,'action started via WP Cron','2021-01-13 15:08:14','2021-01-13 10:08:14'),
(63095,25195,'action complete via WP Cron','2021-01-13 15:08:14','2021-01-13 10:08:14'),
(63096,25196,'action created','2021-01-13 15:08:14','2021-01-13 10:08:14'),
(63097,25196,'action started via WP Cron','2021-01-13 15:09:23','2021-01-13 10:09:23'),
(63098,25196,'action complete via WP Cron','2021-01-13 15:09:23','2021-01-13 10:09:23'),
(63099,25197,'action created','2021-01-13 15:09:23','2021-01-13 10:09:23'),
(63100,25197,'action started via WP Cron','2021-01-13 15:10:27','2021-01-13 10:10:27'),
(63101,25197,'action complete via WP Cron','2021-01-13 15:10:27','2021-01-13 10:10:27'),
(63102,25198,'action created','2021-01-13 15:10:27','2021-01-13 10:10:27'),
(63103,25198,'action started via WP Cron','2021-01-13 15:12:41','2021-01-13 10:12:41'),
(63104,25198,'action complete via WP Cron','2021-01-13 15:12:41','2021-01-13 10:12:41'),
(63105,25199,'action created','2021-01-13 15:12:41','2021-01-13 10:12:41'),
(63106,25199,'action started via WP Cron','2021-01-13 15:14:31','2021-01-13 10:14:31'),
(63107,25199,'action complete via WP Cron','2021-01-13 15:14:31','2021-01-13 10:14:31'),
(63108,25200,'action created','2021-01-13 15:14:31','2021-01-13 10:14:31'),
(63109,25200,'action started via WP Cron','2021-01-13 15:15:13','2021-01-13 10:15:13'),
(63110,25200,'action complete via WP Cron','2021-01-13 15:15:13','2021-01-13 10:15:13'),
(63111,25201,'action created','2021-01-13 15:15:13','2021-01-13 10:15:13'),
(63112,25201,'action started via WP Cron','2021-01-13 15:16:14','2021-01-13 10:16:14'),
(63113,25201,'action complete via WP Cron','2021-01-13 15:16:14','2021-01-13 10:16:14'),
(63114,25202,'action created','2021-01-13 15:16:14','2021-01-13 10:16:14'),
(63115,25202,'action started via WP Cron','2021-01-13 15:17:25','2021-01-13 10:17:25'),
(63116,25202,'action complete via WP Cron','2021-01-13 15:17:25','2021-01-13 10:17:25'),
(63117,25203,'action created','2021-01-13 15:17:25','2021-01-13 10:17:25'),
(63118,25203,'action started via WP Cron','2021-01-13 15:18:49','2021-01-13 10:18:49'),
(63119,25203,'action complete via WP Cron','2021-01-13 15:18:49','2021-01-13 10:18:49'),
(63120,25204,'action created','2021-01-13 15:18:49','2021-01-13 10:18:49'),
(63121,25204,'action started via WP Cron','2021-01-13 15:20:23','2021-01-13 10:20:23'),
(63122,25204,'action complete via WP Cron','2021-01-13 15:20:23','2021-01-13 10:20:23'),
(63123,25205,'action created','2021-01-13 15:20:58','2021-01-13 10:20:58'),
(63124,25205,'action started via WP Cron','2021-01-13 15:21:44','2021-01-13 10:21:44'),
(63125,25205,'action complete via WP Cron','2021-01-13 15:21:44','2021-01-13 10:21:44'),
(63126,25206,'action created','2021-01-13 15:21:44','2021-01-13 10:21:44'),
(63127,25206,'action started via WP Cron','2021-01-13 15:22:23','2021-01-13 10:22:23'),
(63128,25206,'action complete via WP Cron','2021-01-13 15:22:23','2021-01-13 10:22:23'),
(63129,25207,'action created','2021-01-13 15:22:23','2021-01-13 10:22:23'),
(63130,25207,'action started via WP Cron','2021-01-13 15:23:49','2021-01-13 10:23:49'),
(63131,25207,'action complete via WP Cron','2021-01-13 15:23:49','2021-01-13 10:23:49'),
(63132,25208,'action created','2021-01-13 15:23:49','2021-01-13 10:23:49'),
(63133,25208,'action started via WP Cron','2021-01-13 15:24:52','2021-01-13 10:24:52'),
(63134,25208,'action complete via WP Cron','2021-01-13 15:24:52','2021-01-13 10:24:52'),
(63135,25209,'action created','2021-01-13 15:24:52','2021-01-13 10:24:52'),
(63136,25209,'action started via WP Cron','2021-01-13 15:25:21','2021-01-13 10:25:21'),
(63137,25209,'action complete via WP Cron','2021-01-13 15:25:21','2021-01-13 10:25:21'),
(63138,25210,'action created','2021-01-13 15:25:21','2021-01-13 10:25:21'),
(63139,25210,'action started via WP Cron','2021-01-13 15:26:39','2021-01-13 10:26:39'),
(63140,25210,'action complete via WP Cron','2021-01-13 15:26:39','2021-01-13 10:26:39'),
(63141,25211,'action created','2021-01-13 15:27:15','2021-01-13 10:27:15'),
(63142,25211,'action started via WP Cron','2021-01-13 15:28:15','2021-01-13 10:28:15'),
(63143,25211,'action complete via WP Cron','2021-01-13 15:28:15','2021-01-13 10:28:15'),
(63144,25212,'action created','2021-01-13 15:28:15','2021-01-13 10:28:15'),
(63145,25212,'action started via WP Cron','2021-01-13 15:31:20','2021-01-13 10:31:20'),
(63146,25212,'action complete via WP Cron','2021-01-13 15:31:20','2021-01-13 10:31:20'),
(63147,25213,'action created','2021-01-13 15:31:23','2021-01-13 10:31:23'),
(63148,25213,'action started via WP Cron','2021-01-13 15:32:24','2021-01-13 10:32:24'),
(63149,25213,'action complete via WP Cron','2021-01-13 15:32:24','2021-01-13 10:32:24'),
(63150,25214,'action created','2021-01-13 15:32:24','2021-01-13 10:32:24'),
(63151,25214,'action started via WP Cron','2021-01-13 15:33:16','2021-01-13 10:33:16'),
(63152,25214,'action complete via WP Cron','2021-01-13 15:33:16','2021-01-13 10:33:16'),
(63153,25215,'action created','2021-01-13 15:33:16','2021-01-13 10:33:16'),
(63154,25215,'action started via WP Cron','2021-01-13 15:34:21','2021-01-13 10:34:21'),
(63155,25215,'action complete via WP Cron','2021-01-13 15:34:21','2021-01-13 10:34:21'),
(63156,25216,'action created','2021-01-13 15:34:21','2021-01-13 10:34:21'),
(63157,25216,'action started via WP Cron','2021-01-13 15:36:11','2021-01-13 10:36:11'),
(63158,25216,'action complete via WP Cron','2021-01-13 15:36:11','2021-01-13 10:36:11'),
(63159,25217,'action created','2021-01-13 15:36:11','2021-01-13 10:36:11'),
(63160,25217,'action started via WP Cron','2021-01-13 15:39:47','2021-01-13 10:39:47'),
(63161,25217,'action complete via WP Cron','2021-01-13 15:39:47','2021-01-13 10:39:47'),
(63162,25218,'action created','2021-01-13 15:39:47','2021-01-13 10:39:47'),
(63163,25218,'action started via WP Cron','2021-01-13 15:40:35','2021-01-13 10:40:35'),
(63164,25218,'action complete via WP Cron','2021-01-13 15:40:35','2021-01-13 10:40:35'),
(63165,25219,'action created','2021-01-13 15:40:36','2021-01-13 10:40:36'),
(63166,25219,'action started via WP Cron','2021-01-13 15:45:56','2021-01-13 10:45:56'),
(63167,25219,'action complete via WP Cron','2021-01-13 15:45:56','2021-01-13 10:45:56'),
(63168,25220,'action created','2021-01-13 15:45:56','2021-01-13 10:45:56'),
(63169,25220,'action started via WP Cron','2021-01-13 15:46:18','2021-01-13 10:46:18'),
(63170,25220,'action complete via WP Cron','2021-01-13 15:46:18','2021-01-13 10:46:18'),
(63171,25221,'action created','2021-01-13 15:47:40','2021-01-13 10:47:40'),
(63172,25221,'action started via WP Cron','2021-01-13 15:49:55','2021-01-13 10:49:55'),
(63173,25221,'action complete via WP Cron','2021-01-13 15:49:55','2021-01-13 10:49:55'),
(63174,25222,'action created','2021-01-13 15:50:00','2021-01-13 10:50:00'),
(63175,25222,'action started via WP Cron','2021-01-13 15:51:52','2021-01-13 10:51:52'),
(63176,25222,'action complete via WP Cron','2021-01-13 15:51:52','2021-01-13 10:51:52'),
(63177,25223,'action created','2021-01-13 15:51:52','2021-01-13 10:51:52'),
(63178,25223,'action started via WP Cron','2021-01-13 15:52:16','2021-01-13 10:52:16'),
(63179,25223,'action complete via WP Cron','2021-01-13 15:52:16','2021-01-13 10:52:16'),
(63180,25224,'action created','2021-01-13 15:52:18','2021-01-13 10:52:18'),
(63181,25224,'action started via WP Cron','2021-01-13 15:54:22','2021-01-13 10:54:22'),
(63182,25224,'action complete via WP Cron','2021-01-13 15:54:22','2021-01-13 10:54:22'),
(63183,25225,'action created','2021-01-13 15:54:22','2021-01-13 10:54:22'),
(63184,25225,'action started via WP Cron','2021-01-13 15:55:55','2021-01-13 10:55:55'),
(63185,25225,'action complete via WP Cron','2021-01-13 15:55:55','2021-01-13 10:55:55'),
(63186,25226,'action created','2021-01-13 15:55:55','2021-01-13 10:55:55'),
(63187,25226,'action started via WP Cron','2021-01-13 15:56:17','2021-01-13 10:56:17'),
(63188,25226,'action complete via WP Cron','2021-01-13 15:56:17','2021-01-13 10:56:17'),
(63189,25227,'action created','2021-01-13 15:56:17','2021-01-13 10:56:17'),
(63190,25227,'action started via WP Cron','2021-01-13 15:58:00','2021-01-13 10:58:00'),
(63191,25227,'action complete via WP Cron','2021-01-13 15:58:00','2021-01-13 10:58:00'),
(63192,25228,'action created','2021-01-13 15:58:00','2021-01-13 10:58:00'),
(63193,25228,'action started via WP Cron','2021-01-13 15:59:11','2021-01-13 10:59:11'),
(63194,25228,'action complete via WP Cron','2021-01-13 15:59:11','2021-01-13 10:59:11'),
(63195,25229,'action created','2021-01-13 15:59:12','2021-01-13 10:59:12'),
(63196,25229,'action started via WP Cron','2021-01-13 16:00:38','2021-01-13 11:00:38'),
(63197,25229,'action complete via WP Cron','2021-01-13 16:00:38','2021-01-13 11:00:38'),
(63198,25230,'action created','2021-01-13 16:00:38','2021-01-13 11:00:38'),
(63199,25230,'action started via WP Cron','2021-01-13 16:01:23','2021-01-13 11:01:23'),
(63200,25230,'action complete via WP Cron','2021-01-13 16:01:23','2021-01-13 11:01:23'),
(63201,25231,'action created','2021-01-13 16:01:23','2021-01-13 11:01:23'),
(63202,25231,'action started via WP Cron','2021-01-13 16:02:24','2021-01-13 11:02:24'),
(63203,25231,'action complete via WP Cron','2021-01-13 16:02:24','2021-01-13 11:02:24'),
(63204,25232,'action created','2021-01-13 16:02:31','2021-01-13 11:02:31'),
(63205,25232,'action started via WP Cron','2021-01-13 16:03:52','2021-01-13 11:03:52'),
(63206,25232,'action complete via WP Cron','2021-01-13 16:03:52','2021-01-13 11:03:52'),
(63207,25233,'action created','2021-01-13 16:03:52','2021-01-13 11:03:52'),
(63208,25233,'action started via WP Cron','2021-01-13 16:04:17','2021-01-13 11:04:17'),
(63209,25233,'action complete via WP Cron','2021-01-13 16:04:17','2021-01-13 11:04:17'),
(63210,25234,'action created','2021-01-13 16:04:18','2021-01-13 11:04:18'),
(63211,25234,'action started via WP Cron','2021-01-13 16:05:25','2021-01-13 11:05:25'),
(63212,25234,'action complete via WP Cron','2021-01-13 16:05:25','2021-01-13 11:05:25'),
(63213,25235,'action created','2021-01-13 16:05:25','2021-01-13 11:05:25'),
(63214,25235,'action started via WP Cron','2021-01-13 16:06:32','2021-01-13 11:06:32'),
(63215,25235,'action complete via WP Cron','2021-01-13 16:06:32','2021-01-13 11:06:32'),
(63216,25236,'action created','2021-01-13 16:06:32','2021-01-13 11:06:32'),
(63217,25236,'action started via WP Cron','2021-01-13 16:07:43','2021-01-13 11:07:43'),
(63218,25236,'action complete via WP Cron','2021-01-13 16:07:43','2021-01-13 11:07:43'),
(63219,25237,'action created','2021-01-13 16:08:05','2021-01-13 11:08:05'),
(63220,25237,'action started via WP Cron','2021-01-13 16:10:08','2021-01-13 11:10:08'),
(63221,25237,'action complete via WP Cron','2021-01-13 16:10:08','2021-01-13 11:10:08'),
(63222,25238,'action created','2021-01-13 16:10:08','2021-01-13 11:10:08'),
(63223,25238,'action started via WP Cron','2021-01-13 16:10:18','2021-01-13 11:10:18'),
(63224,25238,'action complete via WP Cron','2021-01-13 16:10:18','2021-01-13 11:10:18'),
(63225,25239,'action created','2021-01-13 16:10:18','2021-01-13 11:10:18'),
(63226,25239,'action started via WP Cron','2021-01-13 16:11:19','2021-01-13 11:11:19'),
(63227,25239,'action complete via WP Cron','2021-01-13 16:11:19','2021-01-13 11:11:19'),
(63228,25240,'action created','2021-01-13 16:11:21','2021-01-13 11:11:21'),
(63229,25240,'action started via WP Cron','2021-01-13 16:13:25','2021-01-13 11:13:25'),
(63230,25240,'action complete via WP Cron','2021-01-13 16:13:25','2021-01-13 11:13:25'),
(63231,25241,'action created','2021-01-13 16:13:25','2021-01-13 11:13:25'),
(63232,25241,'action started via WP Cron','2021-01-13 16:14:13','2021-01-13 11:14:13'),
(63233,25241,'action complete via WP Cron','2021-01-13 16:14:13','2021-01-13 11:14:13'),
(63234,25242,'action created','2021-01-13 16:14:13','2021-01-13 11:14:13'),
(63235,25242,'action started via WP Cron','2021-01-13 16:16:11','2021-01-13 11:16:11'),
(63236,25242,'action complete via WP Cron','2021-01-13 16:16:11','2021-01-13 11:16:11'),
(63237,25243,'action created','2021-01-13 16:16:12','2021-01-13 11:16:12'),
(63238,25243,'action started via WP Cron','2021-01-13 16:17:47','2021-01-13 11:17:47'),
(63239,25243,'action complete via WP Cron','2021-01-13 16:17:47','2021-01-13 11:17:47'),
(63240,25244,'action created','2021-01-13 16:22:25','2021-01-13 11:22:25'),
(63241,25244,'action started via WP Cron','2021-01-13 16:23:24','2021-01-13 11:23:24'),
(63242,25244,'action complete via WP Cron','2021-01-13 16:23:24','2021-01-13 11:23:24'),
(63243,25245,'action created','2021-01-13 16:23:24','2021-01-13 11:23:24'),
(63244,25245,'action started via WP Cron','2021-01-13 16:24:48','2021-01-13 11:24:48'),
(63245,25245,'action complete via WP Cron','2021-01-13 16:24:48','2021-01-13 11:24:48'),
(63246,25246,'action created','2021-01-13 16:24:48','2021-01-13 11:24:48'),
(63247,25246,'action started via WP Cron','2021-01-13 16:26:02','2021-01-13 11:26:02'),
(63248,25246,'action complete via WP Cron','2021-01-13 16:26:02','2021-01-13 11:26:02'),
(63249,25247,'action created','2021-01-13 16:26:02','2021-01-13 11:26:02'),
(63250,25247,'action started via WP Cron','2021-01-13 16:26:14','2021-01-13 11:26:14'),
(63251,25247,'action complete via WP Cron','2021-01-13 16:26:14','2021-01-13 11:26:14'),
(63252,25248,'action created','2021-01-13 16:26:14','2021-01-13 11:26:14'),
(63253,25248,'action started via WP Cron','2021-01-13 16:27:21','2021-01-13 11:27:21'),
(63254,25248,'action complete via WP Cron','2021-01-13 16:27:21','2021-01-13 11:27:21'),
(63255,25249,'action created','2021-01-13 16:27:21','2021-01-13 11:27:21'),
(63256,25249,'action started via WP Cron','2021-01-13 16:28:16','2021-01-13 11:28:16'),
(63257,25249,'action complete via WP Cron','2021-01-13 16:28:16','2021-01-13 11:28:16'),
(63258,25250,'action created','2021-01-13 16:28:16','2021-01-13 11:28:16'),
(63259,25250,'action started via WP Cron','2021-01-13 16:31:12','2021-01-13 11:31:12'),
(63260,25250,'action complete via WP Cron','2021-01-13 16:31:12','2021-01-13 11:31:12'),
(63261,25251,'action created','2021-01-13 16:31:13','2021-01-13 11:31:13'),
(63262,25251,'action started via WP Cron','2021-01-13 16:32:27','2021-01-13 11:32:27'),
(63263,25251,'action complete via WP Cron','2021-01-13 16:32:27','2021-01-13 11:32:27'),
(63264,25252,'action created','2021-01-13 16:32:27','2021-01-13 11:32:27'),
(63265,25252,'action started via WP Cron','2021-01-13 16:33:55','2021-01-13 11:33:55'),
(63266,25252,'action complete via WP Cron','2021-01-13 16:33:55','2021-01-13 11:33:55'),
(63267,25253,'action created','2021-01-13 16:33:55','2021-01-13 11:33:55'),
(63268,25253,'action started via WP Cron','2021-01-13 16:34:32','2021-01-13 11:34:32'),
(63269,25253,'action complete via WP Cron','2021-01-13 16:34:32','2021-01-13 11:34:32'),
(63270,25254,'action created','2021-01-13 16:34:33','2021-01-13 11:34:33'),
(63271,25254,'action started via WP Cron','2021-01-13 16:35:20','2021-01-13 11:35:20'),
(63272,25254,'action complete via WP Cron','2021-01-13 16:35:20','2021-01-13 11:35:20'),
(63273,25255,'action created','2021-01-13 16:35:20','2021-01-13 11:35:20'),
(63274,25255,'action started via WP Cron','2021-01-13 16:36:15','2021-01-13 11:36:15'),
(63275,25255,'action complete via WP Cron','2021-01-13 16:36:15','2021-01-13 11:36:15'),
(63276,25256,'action created','2021-01-13 16:36:15','2021-01-13 11:36:15'),
(63277,25256,'action started via WP Cron','2021-01-13 16:38:14','2021-01-13 11:38:14'),
(63278,25256,'action complete via WP Cron','2021-01-13 16:38:14','2021-01-13 11:38:14'),
(63279,25257,'action created','2021-01-13 16:38:14','2021-01-13 11:38:14'),
(63280,25257,'action started via WP Cron','2021-01-13 16:39:11','2021-01-13 11:39:11'),
(63281,25257,'action complete via WP Cron','2021-01-13 16:39:11','2021-01-13 11:39:11'),
(63282,25258,'action created','2021-01-13 16:39:11','2021-01-13 11:39:11'),
(63283,25258,'action started via WP Cron','2021-01-13 16:40:33','2021-01-13 11:40:33'),
(63284,25258,'action complete via WP Cron','2021-01-13 16:40:33','2021-01-13 11:40:33'),
(63285,25259,'action created','2021-01-13 16:40:33','2021-01-13 11:40:33'),
(63286,25259,'action started via WP Cron','2021-01-13 16:41:43','2021-01-13 11:41:43'),
(63287,25259,'action complete via WP Cron','2021-01-13 16:41:43','2021-01-13 11:41:43'),
(63288,25260,'action created','2021-01-13 16:41:56','2021-01-13 11:41:56'),
(63289,25260,'action started via WP Cron','2021-01-13 16:42:14','2021-01-13 11:42:14'),
(63290,25260,'action complete via WP Cron','2021-01-13 16:42:14','2021-01-13 11:42:14'),
(63291,25261,'action created','2021-01-13 16:42:21','2021-01-13 11:42:21'),
(63292,25261,'action started via WP Cron','2021-01-13 16:43:33','2021-01-13 11:43:33'),
(63293,25261,'action complete via WP Cron','2021-01-13 16:43:33','2021-01-13 11:43:33'),
(63294,25262,'action created','2021-01-13 16:43:35','2021-01-13 11:43:35'),
(63295,25262,'action started via WP Cron','2021-01-13 16:44:30','2021-01-13 11:44:30'),
(63296,25262,'action complete via WP Cron','2021-01-13 16:44:30','2021-01-13 11:44:30'),
(63297,25263,'action created','2021-01-13 16:45:48','2021-01-13 11:45:48'),
(63298,25263,'action started via WP Cron','2021-01-13 16:46:36','2021-01-13 11:46:36'),
(63299,25263,'action complete via WP Cron','2021-01-13 16:46:36','2021-01-13 11:46:36'),
(63300,25264,'action created','2021-01-13 16:46:53','2021-01-13 11:46:53'),
(63301,25264,'action started via WP Cron','2021-01-13 16:47:31','2021-01-13 11:47:31'),
(63302,25264,'action complete via WP Cron','2021-01-13 16:47:31','2021-01-13 11:47:31'),
(63303,25265,'action created','2021-01-13 16:49:29','2021-01-13 11:49:29'),
(63304,25265,'action started via WP Cron','2021-01-13 16:50:31','2021-01-13 11:50:31'),
(63305,25265,'action complete via WP Cron','2021-01-13 16:50:31','2021-01-13 11:50:31'),
(63306,25266,'action created','2021-01-13 16:50:33','2021-01-13 11:50:33'),
(63307,25266,'action started via WP Cron','2021-01-13 16:51:14','2021-01-13 11:51:14'),
(63308,25266,'action complete via WP Cron','2021-01-13 16:51:14','2021-01-13 11:51:14'),
(63309,25267,'action created','2021-01-13 16:51:14','2021-01-13 11:51:14'),
(63310,25267,'action started via WP Cron','2021-01-13 16:52:31','2021-01-13 11:52:31'),
(63311,25267,'action complete via WP Cron','2021-01-13 16:52:31','2021-01-13 11:52:31'),
(63312,25268,'action created','2021-01-13 16:53:01','2021-01-13 11:53:01'),
(63313,25268,'action started via WP Cron','2021-01-13 16:53:31','2021-01-13 11:53:31'),
(63314,25268,'action complete via WP Cron','2021-01-13 16:53:31','2021-01-13 11:53:31'),
(63315,25269,'action created','2021-01-13 16:55:01','2021-01-13 11:55:01'),
(63316,25269,'action started via WP Cron','2021-01-13 16:55:32','2021-01-13 11:55:32'),
(63317,25269,'action complete via WP Cron','2021-01-13 16:55:32','2021-01-13 11:55:32'),
(63318,25270,'action created','2021-01-13 16:57:02','2021-01-13 11:57:02'),
(63319,25270,'action started via WP Cron','2021-01-13 16:57:31','2021-01-13 11:57:31'),
(63320,25270,'action complete via WP Cron','2021-01-13 16:57:31','2021-01-13 11:57:31'),
(63321,25271,'action created','2021-01-13 16:58:47','2021-01-13 11:58:47'),
(63322,25271,'action started via Async Request','2021-01-13 16:59:01','2021-01-13 11:59:01'),
(63323,25271,'action complete via Async Request','2021-01-13 16:59:01','2021-01-13 11:59:01'),
(63324,25272,'action created','2021-01-13 16:59:03','2021-01-13 11:59:03'),
(63325,25272,'action started via WP Cron','2021-01-13 16:59:18','2021-01-13 11:59:18'),
(63326,25272,'action complete via WP Cron','2021-01-13 16:59:18','2021-01-13 11:59:18'),
(63327,25273,'action created','2021-01-13 17:00:26','2021-01-13 12:00:26'),
(63328,25273,'action started via WP Cron','2021-01-13 17:01:49','2021-01-13 12:01:49'),
(63329,25273,'action complete via WP Cron','2021-01-13 17:01:49','2021-01-13 12:01:49'),
(63330,25274,'action created','2021-01-13 17:01:49','2021-01-13 12:01:49'),
(63331,25274,'action started via WP Cron','2021-01-13 17:02:28','2021-01-13 12:02:28'),
(63332,25274,'action complete via WP Cron','2021-01-13 17:02:28','2021-01-13 12:02:28'),
(63333,25275,'action created','2021-01-13 17:02:28','2021-01-13 12:02:28'),
(63334,25275,'action started via WP Cron','2021-01-13 17:03:52','2021-01-13 12:03:52'),
(63335,25275,'action complete via WP Cron','2021-01-13 17:03:52','2021-01-13 12:03:52'),
(63336,25276,'action created','2021-01-13 17:03:55','2021-01-13 12:03:55'),
(63337,25276,'action started via WP Cron','2021-01-13 17:04:55','2021-01-13 12:04:55'),
(63338,25276,'action complete via WP Cron','2021-01-13 17:04:55','2021-01-13 12:04:55'),
(63339,25277,'action created','2021-01-13 17:04:55','2021-01-13 12:04:55'),
(63340,25277,'action started via WP Cron','2021-01-13 17:06:02','2021-01-13 12:06:02'),
(63341,25277,'action complete via WP Cron','2021-01-13 17:06:02','2021-01-13 12:06:02'),
(63342,25278,'action created','2021-01-13 17:06:02','2021-01-13 12:06:02'),
(63343,25278,'action started via WP Cron','2021-01-13 17:06:18','2021-01-13 12:06:18'),
(63344,25278,'action complete via WP Cron','2021-01-13 17:06:18','2021-01-13 12:06:18'),
(63345,25279,'action created','2021-01-13 17:06:18','2021-01-13 12:06:18'),
(63346,25279,'action started via WP Cron','2021-01-13 17:07:23','2021-01-13 12:07:23'),
(63347,25279,'action complete via WP Cron','2021-01-13 17:07:23','2021-01-13 12:07:23'),
(63348,25280,'action created','2021-01-13 17:07:23','2021-01-13 12:07:23'),
(63349,25280,'action started via WP Cron','2021-01-13 17:09:28','2021-01-13 12:09:28'),
(63350,25280,'action complete via WP Cron','2021-01-13 17:09:28','2021-01-13 12:09:28'),
(63351,25281,'action created','2021-01-13 17:09:28','2021-01-13 12:09:28'),
(63352,25281,'action started via WP Cron','2021-01-13 17:10:35','2021-01-13 12:10:35'),
(63353,25281,'action complete via WP Cron','2021-01-13 17:10:35','2021-01-13 12:10:35'),
(63354,25282,'action created','2021-01-13 17:10:35','2021-01-13 12:10:35'),
(63355,25282,'action started via WP Cron','2021-01-13 17:11:12','2021-01-13 12:11:12'),
(63356,25282,'action complete via WP Cron','2021-01-13 17:11:12','2021-01-13 12:11:12'),
(63357,25283,'action created','2021-01-13 17:11:13','2021-01-13 12:11:13'),
(63358,25283,'action started via WP Cron','2021-01-13 17:12:25','2021-01-13 12:12:25'),
(63359,25283,'action complete via WP Cron','2021-01-13 17:12:25','2021-01-13 12:12:25'),
(63360,25284,'action created','2021-01-13 17:12:26','2021-01-13 12:12:26'),
(63361,25284,'action started via WP Cron','2021-01-13 17:14:00','2021-01-13 12:14:00'),
(63362,25284,'action complete via WP Cron','2021-01-13 17:14:00','2021-01-13 12:14:00'),
(63363,25285,'action created','2021-01-13 17:14:00','2021-01-13 12:14:00'),
(63364,25285,'action started via WP Cron','2021-01-13 17:14:21','2021-01-13 12:14:21'),
(63365,25285,'action complete via WP Cron','2021-01-13 17:14:21','2021-01-13 12:14:21'),
(63366,25286,'action created','2021-01-13 17:14:31','2021-01-13 12:14:31'),
(63367,25286,'action started via WP Cron','2021-01-13 17:15:56','2021-01-13 12:15:56'),
(63368,25286,'action complete via WP Cron','2021-01-13 17:15:56','2021-01-13 12:15:56'),
(63369,25287,'action created','2021-01-13 17:15:56','2021-01-13 12:15:56'),
(63370,25287,'action started via WP Cron','2021-01-13 17:16:14','2021-01-13 12:16:14'),
(63371,25287,'action complete via WP Cron','2021-01-13 17:16:14','2021-01-13 12:16:14'),
(63372,25288,'action created','2021-01-13 17:16:14','2021-01-13 12:16:14'),
(63373,25288,'action started via WP Cron','2021-01-13 17:18:09','2021-01-13 12:18:09'),
(63374,25288,'action complete via WP Cron','2021-01-13 17:18:09','2021-01-13 12:18:09'),
(63375,25289,'action created','2021-01-13 17:18:09','2021-01-13 12:18:09'),
(63376,25289,'action started via WP Cron','2021-01-13 17:18:57','2021-01-13 12:18:57'),
(63377,25289,'action complete via WP Cron','2021-01-13 17:18:57','2021-01-13 12:18:57'),
(63378,25290,'action created','2021-01-13 17:18:57','2021-01-13 12:18:57'),
(63379,25290,'action started via WP Cron','2021-01-13 17:19:35','2021-01-13 12:19:35'),
(63380,25290,'action complete via WP Cron','2021-01-13 17:19:35','2021-01-13 12:19:35'),
(63381,25291,'action created','2021-01-13 17:19:35','2021-01-13 12:19:35'),
(63382,25291,'action started via WP Cron','2021-01-13 17:20:59','2021-01-13 12:20:59'),
(63383,25291,'action complete via WP Cron','2021-01-13 17:20:59','2021-01-13 12:20:59'),
(63384,25292,'action created','2021-01-13 17:21:00','2021-01-13 12:21:00'),
(63385,25292,'action started via WP Cron','2021-01-13 17:22:00','2021-01-13 12:22:00'),
(63386,25292,'action complete via WP Cron','2021-01-13 17:22:00','2021-01-13 12:22:00'),
(63387,25293,'action created','2021-01-13 17:22:01','2021-01-13 12:22:01'),
(63388,25293,'action started via WP Cron','2021-01-13 17:25:26','2021-01-13 12:25:26'),
(63389,25293,'action complete via WP Cron','2021-01-13 17:25:26','2021-01-13 12:25:26'),
(63390,25294,'action created','2021-01-13 17:25:26','2021-01-13 12:25:26'),
(63391,25294,'action started via WP Cron','2021-01-13 17:26:15','2021-01-13 12:26:15'),
(63392,25294,'action complete via WP Cron','2021-01-13 17:26:15','2021-01-13 12:26:15'),
(63393,25295,'action created','2021-01-13 17:26:15','2021-01-13 12:26:15'),
(63394,25295,'action started via WP Cron','2021-01-13 17:27:32','2021-01-13 12:27:32'),
(63395,25295,'action complete via WP Cron','2021-01-13 17:27:32','2021-01-13 12:27:32'),
(63396,25296,'action created','2021-01-13 17:27:32','2021-01-13 12:27:32'),
(63397,25296,'action started via WP Cron','2021-01-13 17:28:21','2021-01-13 12:28:21'),
(63398,25296,'action complete via WP Cron','2021-01-13 17:28:21','2021-01-13 12:28:21'),
(63399,25297,'action created','2021-01-13 17:28:21','2021-01-13 12:28:21'),
(63400,25297,'action started via WP Cron','2021-01-13 17:29:22','2021-01-13 12:29:22'),
(63401,25297,'action complete via WP Cron','2021-01-13 17:29:22','2021-01-13 12:29:22'),
(63402,25298,'action created','2021-01-13 17:29:22','2021-01-13 12:29:22'),
(63403,25298,'action started via WP Cron','2021-01-13 17:30:25','2021-01-13 12:30:25'),
(63404,25298,'action complete via WP Cron','2021-01-13 17:30:25','2021-01-13 12:30:25'),
(63405,25299,'action created','2021-01-13 17:30:25','2021-01-13 12:30:25'),
(63406,25299,'action started via WP Cron','2021-01-13 17:32:15','2021-01-13 12:32:15'),
(63407,25299,'action complete via WP Cron','2021-01-13 17:32:16','2021-01-13 12:32:16'),
(63408,25300,'action created','2021-01-13 17:32:16','2021-01-13 12:32:16'),
(63409,25300,'action started via WP Cron','2021-01-13 17:33:16','2021-01-13 12:33:16'),
(63410,25300,'action complete via WP Cron','2021-01-13 17:33:16','2021-01-13 12:33:16'),
(63411,25301,'action created','2021-01-13 17:34:37','2021-01-13 12:34:37'),
(63412,25301,'action started via WP Cron','2021-01-13 17:36:52','2021-01-13 12:36:52'),
(63413,25301,'action complete via WP Cron','2021-01-13 17:36:52','2021-01-13 12:36:52'),
(63414,25302,'action created','2021-01-13 17:36:52','2021-01-13 12:36:52'),
(63415,25302,'action started via WP Cron','2021-01-13 17:38:34','2021-01-13 12:38:34'),
(63416,25302,'action complete via WP Cron','2021-01-13 17:38:34','2021-01-13 12:38:34'),
(63417,25303,'action created','2021-01-13 17:39:19','2021-01-13 12:39:19'),
(63418,25303,'action started via WP Cron','2021-01-13 17:41:15','2021-01-13 12:41:15'),
(63419,25303,'action complete via WP Cron','2021-01-13 17:41:15','2021-01-13 12:41:15'),
(63420,25304,'action created','2021-01-13 17:41:15','2021-01-13 12:41:15'),
(63421,25304,'action started via WP Cron','2021-01-13 17:43:56','2021-01-13 12:43:56'),
(63422,25304,'action complete via WP Cron','2021-01-13 17:43:56','2021-01-13 12:43:56'),
(63423,25305,'action created','2021-01-13 17:43:56','2021-01-13 12:43:56'),
(63424,25305,'action started via WP Cron','2021-01-13 17:44:28','2021-01-13 12:44:28'),
(63425,25305,'action complete via WP Cron','2021-01-13 17:44:28','2021-01-13 12:44:28'),
(63426,25306,'action created','2021-01-13 17:44:28','2021-01-13 12:44:28'),
(63427,25306,'action started via WP Cron','2021-01-13 17:45:47','2021-01-13 12:45:47'),
(63428,25306,'action complete via WP Cron','2021-01-13 17:45:47','2021-01-13 12:45:47'),
(63429,25307,'action created','2021-01-13 17:45:47','2021-01-13 12:45:47'),
(63430,25307,'action started via WP Cron','2021-01-13 17:47:23','2021-01-13 12:47:23'),
(63431,25307,'action complete via WP Cron','2021-01-13 17:47:23','2021-01-13 12:47:23'),
(63432,25308,'action created','2021-01-13 17:47:24','2021-01-13 12:47:24'),
(63433,25308,'action started via WP Cron','2021-01-13 17:48:47','2021-01-13 12:48:47'),
(63434,25308,'action complete via WP Cron','2021-01-13 17:48:47','2021-01-13 12:48:47'),
(63435,25309,'action created','2021-01-13 17:48:48','2021-01-13 12:48:48'),
(63436,25309,'action started via WP Cron','2021-01-13 17:50:53','2021-01-13 12:50:53'),
(63437,25309,'action complete via WP Cron','2021-01-13 17:50:53','2021-01-13 12:50:53'),
(63438,25310,'action created','2021-01-13 17:50:53','2021-01-13 12:50:53'),
(63439,25310,'action started via WP Cron','2021-01-13 17:51:12','2021-01-13 12:51:12'),
(63440,25310,'action complete via WP Cron','2021-01-13 17:51:12','2021-01-13 12:51:12'),
(63441,25311,'action created','2021-01-13 17:51:12','2021-01-13 12:51:12'),
(63442,25311,'action started via WP Cron','2021-01-13 17:52:13','2021-01-13 12:52:13'),
(63443,25311,'action complete via WP Cron','2021-01-13 17:52:13','2021-01-13 12:52:13'),
(63444,25312,'action created','2021-01-13 17:53:28','2021-01-13 12:53:28'),
(63445,25312,'action started via WP Cron','2021-01-13 17:54:13','2021-01-13 12:54:13'),
(63446,25312,'action complete via WP Cron','2021-01-13 17:54:13','2021-01-13 12:54:13'),
(63447,25313,'action created','2021-01-13 17:54:39','2021-01-13 12:54:39'),
(63448,25313,'action started via WP Cron','2021-01-13 17:55:13','2021-01-13 12:55:13'),
(63449,25313,'action complete via WP Cron','2021-01-13 17:55:13','2021-01-13 12:55:13'),
(63450,25314,'action created','2021-01-13 17:55:15','2021-01-13 12:55:15'),
(63451,25314,'action started via WP Cron','2021-01-13 17:56:13','2021-01-13 12:56:13'),
(63452,25314,'action complete via WP Cron','2021-01-13 17:56:13','2021-01-13 12:56:13'),
(63453,25315,'action created','2021-01-13 17:56:20','2021-01-13 12:56:20'),
(63454,25315,'action started via Async Request','2021-01-13 17:56:45','2021-01-13 12:56:45'),
(63455,25315,'action complete via Async Request','2021-01-13 17:56:45','2021-01-13 12:56:45'),
(63456,25316,'action created','2021-01-13 17:56:46','2021-01-13 12:56:46'),
(63457,25316,'action started via WP Cron','2021-01-13 17:57:13','2021-01-13 12:57:13'),
(63458,25316,'action complete via WP Cron','2021-01-13 17:57:13','2021-01-13 12:57:13'),
(63459,25317,'action created','2021-01-13 17:57:37','2021-01-13 12:57:37'),
(63460,25317,'action started via WP Cron','2021-01-13 17:58:26','2021-01-13 12:58:26'),
(63461,25317,'action complete via WP Cron','2021-01-13 17:58:26','2021-01-13 12:58:26'),
(63462,25318,'action created','2021-01-13 17:58:26','2021-01-13 12:58:26'),
(63463,25318,'action started via Async Request','2021-01-13 17:58:41','2021-01-13 12:58:41'),
(63464,25318,'action complete via Async Request','2021-01-13 17:58:41','2021-01-13 12:58:41'),
(63465,25319,'action created','2021-01-13 17:58:45','2021-01-13 12:58:45'),
(63466,25319,'action started via WP Cron','2021-01-13 18:00:12','2021-01-13 13:00:12'),
(63467,25319,'action complete via WP Cron','2021-01-13 18:00:12','2021-01-13 13:00:12'),
(63468,25320,'action created','2021-01-13 18:00:12','2021-01-13 13:00:12'),
(63469,25320,'action started via WP Cron','2021-01-13 18:01:32','2021-01-13 13:01:32'),
(63470,25320,'action complete via WP Cron','2021-01-13 18:01:32','2021-01-13 13:01:32'),
(63471,25321,'action created','2021-01-13 18:01:32','2021-01-13 13:01:32'),
(63472,25321,'action started via WP Cron','2021-01-13 18:03:47','2021-01-13 13:03:47'),
(63473,25321,'action complete via WP Cron','2021-01-13 18:03:47','2021-01-13 13:03:47'),
(63474,25322,'action created','2021-01-13 18:03:47','2021-01-13 13:03:47'),
(63475,25322,'action started via WP Cron','2021-01-13 18:05:18','2021-01-13 13:05:18'),
(63476,25322,'action complete via WP Cron','2021-01-13 18:05:18','2021-01-13 13:05:18'),
(63477,25323,'action created','2021-01-13 18:05:18','2021-01-13 13:05:18'),
(63478,25323,'action started via WP Cron','2021-01-13 18:06:23','2021-01-13 13:06:23'),
(63479,25323,'action complete via WP Cron','2021-01-13 18:06:23','2021-01-13 13:06:23'),
(63480,25324,'action created','2021-01-13 18:06:23','2021-01-13 13:06:23'),
(63481,25324,'action started via WP Cron','2021-01-13 18:07:19','2021-01-13 13:07:19'),
(63482,25324,'action complete via WP Cron','2021-01-13 18:07:19','2021-01-13 13:07:19'),
(63483,25325,'action created','2021-01-13 18:07:19','2021-01-13 13:07:19'),
(63484,25325,'action started via WP Cron','2021-01-13 18:09:42','2021-01-13 13:09:42'),
(63485,25325,'action complete via WP Cron','2021-01-13 18:09:42','2021-01-13 13:09:42'),
(63486,25326,'action created','2021-01-13 18:09:42','2021-01-13 13:09:42'),
(63487,25326,'action started via WP Cron','2021-01-13 18:10:17','2021-01-13 13:10:17'),
(63488,25326,'action complete via WP Cron','2021-01-13 18:10:17','2021-01-13 13:10:17'),
(63489,25327,'action created','2021-01-13 18:10:17','2021-01-13 13:10:17'),
(63490,25327,'action started via WP Cron','2021-01-13 18:12:23','2021-01-13 13:12:23'),
(63491,25327,'action complete via WP Cron','2021-01-13 18:12:23','2021-01-13 13:12:23'),
(63492,25328,'action created','2021-01-13 18:12:23','2021-01-13 13:12:23'),
(63493,25328,'action started via WP Cron','2021-01-13 18:13:16','2021-01-13 13:13:16'),
(63494,25328,'action complete via WP Cron','2021-01-13 18:13:16','2021-01-13 13:13:16'),
(63495,25329,'action created','2021-01-13 18:13:16','2021-01-13 13:13:16'),
(63496,25329,'action started via WP Cron','2021-01-13 18:14:15','2021-01-13 13:14:15'),
(63497,25329,'action complete via WP Cron','2021-01-13 18:14:15','2021-01-13 13:14:15'),
(63498,25330,'action created','2021-01-13 18:14:15','2021-01-13 13:14:15'),
(63499,25330,'action started via WP Cron','2021-01-13 18:15:20','2021-01-13 13:15:20'),
(63500,25330,'action complete via WP Cron','2021-01-13 18:15:20','2021-01-13 13:15:20'),
(63501,25331,'action created','2021-01-13 18:15:20','2021-01-13 13:15:20'),
(63502,25331,'action started via WP Cron','2021-01-13 18:16:27','2021-01-13 13:16:27'),
(63503,25331,'action complete via WP Cron','2021-01-13 18:16:27','2021-01-13 13:16:27'),
(63504,25332,'action created','2021-01-13 18:16:27','2021-01-13 13:16:27'),
(63505,25332,'action started via WP Cron','2021-01-13 18:17:11','2021-01-13 13:17:11'),
(63506,25332,'action complete via WP Cron','2021-01-13 18:17:11','2021-01-13 13:17:11'),
(63507,25333,'action created','2021-01-13 18:17:11','2021-01-13 13:17:11'),
(63508,25333,'action started via WP Cron','2021-01-13 18:18:41','2021-01-13 13:18:41'),
(63509,25333,'action complete via WP Cron','2021-01-13 18:18:41','2021-01-13 13:18:41'),
(63510,25334,'action created','2021-01-13 18:18:41','2021-01-13 13:18:41'),
(63511,25334,'action started via WP Cron','2021-01-13 18:19:35','2021-01-13 13:19:35'),
(63512,25334,'action complete via WP Cron','2021-01-13 18:19:35','2021-01-13 13:19:35'),
(63513,25335,'action created','2021-01-13 18:19:35','2021-01-13 13:19:35'),
(63514,25335,'action started via WP Cron','2021-01-13 18:20:13','2021-01-13 13:20:13'),
(63515,25335,'action complete via WP Cron','2021-01-13 18:20:13','2021-01-13 13:20:13'),
(63516,25336,'action created','2021-01-13 18:20:13','2021-01-13 13:20:13'),
(63517,25336,'action started via WP Cron','2021-01-13 18:21:14','2021-01-13 13:21:14'),
(63518,25336,'action complete via WP Cron','2021-01-13 18:21:14','2021-01-13 13:21:14'),
(63519,25337,'action created','2021-01-13 18:21:14','2021-01-13 13:21:14'),
(63520,25337,'action started via WP Cron','2021-01-13 18:22:26','2021-01-13 13:22:26'),
(63521,25337,'action complete via WP Cron','2021-01-13 18:22:26','2021-01-13 13:22:26'),
(63522,25338,'action created','2021-01-13 18:23:24','2021-01-13 13:23:24'),
(63523,25338,'action started via WP Cron','2021-01-13 18:25:34','2021-01-13 13:25:34'),
(63524,25338,'action complete via WP Cron','2021-01-13 18:25:34','2021-01-13 13:25:34'),
(63525,25339,'action created','2021-01-13 18:25:34','2021-01-13 13:25:34'),
(63526,25339,'action started via WP Cron','2021-01-13 18:27:17','2021-01-13 13:27:17'),
(63527,25339,'action complete via WP Cron','2021-01-13 18:27:17','2021-01-13 13:27:17'),
(63528,25340,'action created','2021-01-13 18:27:17','2021-01-13 13:27:17'),
(63529,25340,'action started via WP Cron','2021-01-13 18:28:13','2021-01-13 13:28:13'),
(63530,25340,'action complete via WP Cron','2021-01-13 18:28:13','2021-01-13 13:28:13'),
(63531,25341,'action created','2021-01-13 18:29:36','2021-01-13 13:29:36'),
(63532,25341,'action started via WP Cron','2021-01-13 18:32:33','2021-01-13 13:32:33'),
(63533,25341,'action complete via WP Cron','2021-01-13 18:32:33','2021-01-13 13:32:33'),
(63534,25342,'action created','2021-01-13 18:32:33','2021-01-13 13:32:33'),
(63535,25342,'action started via WP Cron','2021-01-13 18:33:53','2021-01-13 13:33:53'),
(63536,25342,'action complete via WP Cron','2021-01-13 18:33:53','2021-01-13 13:33:53'),
(63537,25343,'action created','2021-01-13 18:33:53','2021-01-13 13:33:53'),
(63538,25343,'action started via WP Cron','2021-01-13 18:34:51','2021-01-13 13:34:51'),
(63539,25343,'action complete via WP Cron','2021-01-13 18:34:51','2021-01-13 13:34:51'),
(63540,25344,'action created','2021-01-13 18:34:51','2021-01-13 13:34:51'),
(63541,25344,'action started via WP Cron','2021-01-13 18:35:12','2021-01-13 13:35:12'),
(63542,25344,'action complete via WP Cron','2021-01-13 18:35:12','2021-01-13 13:35:12'),
(63543,25345,'action created','2021-01-13 18:35:12','2021-01-13 13:35:12'),
(63544,25345,'action started via WP Cron','2021-01-13 18:37:55','2021-01-13 13:37:55'),
(63545,25345,'action complete via WP Cron','2021-01-13 18:37:55','2021-01-13 13:37:55'),
(63546,25346,'action created','2021-01-13 18:37:55','2021-01-13 13:37:55'),
(63547,25346,'action started via WP Cron','2021-01-13 18:38:57','2021-01-13 13:38:57'),
(63548,25346,'action complete via WP Cron','2021-01-13 18:38:57','2021-01-13 13:38:57'),
(63549,25347,'action created','2021-01-13 18:38:57','2021-01-13 13:38:57'),
(63550,25347,'action started via WP Cron','2021-01-13 18:39:56','2021-01-13 13:39:56'),
(63551,25347,'action complete via WP Cron','2021-01-13 18:39:56','2021-01-13 13:39:56'),
(63552,25348,'action created','2021-01-13 18:40:05','2021-01-13 13:40:05'),
(63553,25348,'action started via WP Cron','2021-01-13 18:40:23','2021-01-13 13:40:23'),
(63554,25348,'action complete via WP Cron','2021-01-13 18:40:23','2021-01-13 13:40:23'),
(63555,25349,'action created','2021-01-13 18:40:23','2021-01-13 13:40:23'),
(63556,25349,'action started via WP Cron','2021-01-13 18:42:02','2021-01-13 13:42:02'),
(63557,25349,'action complete via WP Cron','2021-01-13 18:42:02','2021-01-13 13:42:02'),
(63558,25350,'action created','2021-01-13 18:42:02','2021-01-13 13:42:02'),
(63559,25350,'action started via WP Cron','2021-01-13 18:42:21','2021-01-13 13:42:21'),
(63560,25350,'action complete via WP Cron','2021-01-13 18:42:21','2021-01-13 13:42:21'),
(63561,25351,'action created','2021-01-13 18:42:21','2021-01-13 13:42:21'),
(63562,25351,'action started via WP Cron','2021-01-13 18:43:21','2021-01-13 13:43:21'),
(63563,25351,'action complete via WP Cron','2021-01-13 18:43:21','2021-01-13 13:43:21'),
(63564,25352,'action created','2021-01-13 18:43:21','2021-01-13 13:43:21'),
(63565,25352,'action started via WP Cron','2021-01-13 18:44:53','2021-01-13 13:44:53'),
(63566,25352,'action complete via WP Cron','2021-01-13 18:44:53','2021-01-13 13:44:53'),
(63567,25353,'action created','2021-01-13 18:44:54','2021-01-13 13:44:54'),
(63568,25353,'action started via WP Cron','2021-01-13 18:46:48','2021-01-13 13:46:48'),
(63569,25353,'action complete via WP Cron','2021-01-13 18:46:48','2021-01-13 13:46:48'),
(63570,25354,'action created','2021-01-13 18:46:48','2021-01-13 13:46:48'),
(63571,25354,'action started via WP Cron','2021-01-13 18:47:45','2021-01-13 13:47:45'),
(63572,25354,'action complete via WP Cron','2021-01-13 18:47:45','2021-01-13 13:47:45'),
(63573,25355,'action created','2021-01-13 18:49:05','2021-01-13 13:49:05'),
(63574,25355,'action started via WP Cron','2021-01-13 18:49:12','2021-01-13 13:49:12'),
(63575,25355,'action complete via WP Cron','2021-01-13 18:49:12','2021-01-13 13:49:12'),
(63576,25356,'action created','2021-01-13 18:49:12','2021-01-13 13:49:12'),
(63577,25356,'action started via WP Cron','2021-01-13 18:50:14','2021-01-13 13:50:14'),
(63578,25356,'action complete via WP Cron','2021-01-13 18:50:14','2021-01-13 13:50:14'),
(63579,25357,'action created','2021-01-13 18:50:14','2021-01-13 13:50:14'),
(63580,25357,'action started via WP Cron','2021-01-13 18:51:42','2021-01-13 13:51:42'),
(63581,25357,'action complete via WP Cron','2021-01-13 18:51:42','2021-01-13 13:51:42'),
(63582,25358,'action created','2021-01-13 18:51:42','2021-01-13 13:51:42'),
(63583,25358,'action started via WP Cron','2021-01-13 18:53:07','2021-01-13 13:53:07'),
(63584,25358,'action complete via WP Cron','2021-01-13 18:53:07','2021-01-13 13:53:07'),
(63585,25359,'action created','2021-01-13 18:53:07','2021-01-13 13:53:07'),
(63586,25359,'action started via WP Cron','2021-01-13 18:54:27','2021-01-13 13:54:27'),
(63587,25359,'action complete via WP Cron','2021-01-13 18:54:27','2021-01-13 13:54:27'),
(63588,25360,'action created','2021-01-13 18:54:27','2021-01-13 13:54:27'),
(63589,25360,'action started via WP Cron','2021-01-13 18:55:26','2021-01-13 13:55:26'),
(63590,25360,'action complete via WP Cron','2021-01-13 18:55:26','2021-01-13 13:55:26'),
(63591,25361,'action created','2021-01-13 18:55:26','2021-01-13 13:55:26'),
(63592,25361,'action started via WP Cron','2021-01-13 18:57:03','2021-01-13 13:57:03'),
(63593,25361,'action complete via WP Cron','2021-01-13 18:57:03','2021-01-13 13:57:03'),
(63594,25362,'action created','2021-01-13 18:57:03','2021-01-13 13:57:03'),
(63595,25362,'action started via WP Cron','2021-01-13 18:58:17','2021-01-13 13:58:17'),
(63596,25362,'action complete via WP Cron','2021-01-13 18:58:17','2021-01-13 13:58:17'),
(63597,25363,'action created','2021-01-13 18:59:19','2021-01-13 13:59:19'),
(63598,25363,'action started via WP Cron','2021-01-13 19:05:44','2021-01-13 14:05:44'),
(63599,25363,'action complete via WP Cron','2021-01-13 19:05:45','2021-01-13 14:05:45'),
(63600,25364,'action created','2021-01-13 19:05:45','2021-01-13 14:05:45'),
(63601,25364,'action started via WP Cron','2021-01-13 19:06:15','2021-01-13 14:06:15'),
(63602,25364,'action complete via WP Cron','2021-01-13 19:06:15','2021-01-13 14:06:15'),
(63603,25365,'action created','2021-01-13 19:06:15','2021-01-13 14:06:15'),
(63604,25365,'action started via WP Cron','2021-01-13 19:07:27','2021-01-13 14:07:27'),
(63605,25365,'action complete via WP Cron','2021-01-13 19:07:27','2021-01-13 14:07:27'),
(63606,25366,'action created','2021-01-13 19:07:27','2021-01-13 14:07:27'),
(63607,25366,'action started via WP Cron','2021-01-13 19:08:56','2021-01-13 14:08:56'),
(63608,25366,'action complete via WP Cron','2021-01-13 19:08:56','2021-01-13 14:08:56'),
(63609,25367,'action created','2021-01-13 19:09:45','2021-01-13 14:09:45'),
(63610,25367,'action started via WP Cron','2021-01-13 19:10:59','2021-01-13 14:10:59'),
(63611,25367,'action complete via WP Cron','2021-01-13 19:10:59','2021-01-13 14:10:59'),
(63612,25368,'action created','2021-01-13 19:11:14','2021-01-13 14:11:14'),
(63613,25368,'action started via WP Cron','2021-01-13 19:12:29','2021-01-13 14:12:29'),
(63614,25368,'action complete via WP Cron','2021-01-13 19:12:29','2021-01-13 14:12:29'),
(63615,25369,'action created','2021-01-13 19:12:29','2021-01-13 14:12:29'),
(63616,25369,'action started via WP Cron','2021-01-13 19:15:41','2021-01-13 14:15:41'),
(63617,25369,'action complete via WP Cron','2021-01-13 19:15:41','2021-01-13 14:15:41'),
(63618,25370,'action created','2021-01-13 19:15:41','2021-01-13 14:15:41'),
(63619,25370,'action started via WP Cron','2021-01-13 19:17:18','2021-01-13 14:17:18'),
(63620,25370,'action complete via WP Cron','2021-01-13 19:17:18','2021-01-13 14:17:18'),
(63621,25371,'action created','2021-01-13 19:17:31','2021-01-13 14:17:31'),
(63622,25371,'action started via WP Cron','2021-01-13 19:18:27','2021-01-13 14:18:27'),
(63623,25371,'action complete via WP Cron','2021-01-13 19:18:27','2021-01-13 14:18:27'),
(63624,25372,'action created','2021-01-13 19:18:27','2021-01-13 14:18:27'),
(63625,25372,'action started via WP Cron','2021-01-13 19:22:03','2021-01-13 14:22:03'),
(63626,25372,'action complete via WP Cron','2021-01-13 19:22:03','2021-01-13 14:22:03'),
(63627,25373,'action created','2021-01-13 19:22:03','2021-01-13 14:22:03'),
(63628,25373,'action started via WP Cron','2021-01-13 19:22:58','2021-01-13 14:22:58'),
(63629,25373,'action complete via WP Cron','2021-01-13 19:22:58','2021-01-13 14:22:58'),
(63630,25374,'action created','2021-01-13 19:23:00','2021-01-13 14:23:00'),
(63631,25374,'action started via WP Cron','2021-01-13 19:24:01','2021-01-13 14:24:01'),
(63632,25374,'action complete via WP Cron','2021-01-13 19:24:01','2021-01-13 14:24:01'),
(63633,25375,'action created','2021-01-13 19:24:02','2021-01-13 14:24:02'),
(63634,25375,'action started via WP Cron','2021-01-13 19:24:13','2021-01-13 14:24:13'),
(63635,25375,'action complete via WP Cron','2021-01-13 19:24:13','2021-01-13 14:24:13'),
(63636,25376,'action created','2021-01-13 19:24:13','2021-01-13 14:24:13'),
(63637,25376,'action started via WP Cron','2021-01-13 19:25:15','2021-01-13 14:25:15'),
(63638,25376,'action complete via WP Cron','2021-01-13 19:25:15','2021-01-13 14:25:15'),
(63639,25377,'action created','2021-01-13 19:25:15','2021-01-13 14:25:15'),
(63640,25377,'action started via WP Cron','2021-01-13 19:26:39','2021-01-13 14:26:39'),
(63641,25377,'action complete via WP Cron','2021-01-13 19:26:40','2021-01-13 14:26:40'),
(63642,25378,'action created','2021-01-13 19:27:39','2021-01-13 14:27:39'),
(63643,25378,'action started via WP Cron','2021-01-13 19:30:41','2021-01-13 14:30:41'),
(63644,25378,'action complete via WP Cron','2021-01-13 19:30:41','2021-01-13 14:30:41'),
(63645,25379,'action created','2021-01-13 19:30:41','2021-01-13 14:30:41'),
(63646,25379,'action started via WP Cron','2021-01-13 19:31:33','2021-01-13 14:31:33'),
(63647,25379,'action complete via WP Cron','2021-01-13 19:31:33','2021-01-13 14:31:33'),
(63648,25380,'action created','2021-01-13 19:31:33','2021-01-13 14:31:33'),
(63649,25380,'action started via WP Cron','2021-01-13 19:32:28','2021-01-13 14:32:28'),
(63650,25380,'action complete via WP Cron','2021-01-13 19:32:28','2021-01-13 14:32:28'),
(63651,25381,'action created','2021-01-13 19:32:28','2021-01-13 14:32:28'),
(63652,25381,'action started via WP Cron','2021-01-13 19:33:53','2021-01-13 14:33:53'),
(63653,25381,'action complete via WP Cron','2021-01-13 19:33:53','2021-01-13 14:33:53'),
(63654,25382,'action created','2021-01-13 19:33:53','2021-01-13 14:33:53'),
(63655,25382,'action started via WP Cron','2021-01-13 19:34:32','2021-01-13 14:34:32'),
(63656,25382,'action complete via WP Cron','2021-01-13 19:34:32','2021-01-13 14:34:32'),
(63657,25383,'action created','2021-01-13 19:34:32','2021-01-13 14:34:32'),
(63658,25383,'action started via WP Cron','2021-01-13 19:35:17','2021-01-13 14:35:17'),
(63659,25383,'action complete via WP Cron','2021-01-13 19:35:17','2021-01-13 14:35:17'),
(63660,25384,'action created','2021-01-13 19:35:18','2021-01-13 14:35:18'),
(63661,25384,'action started via WP Cron','2021-01-13 19:36:29','2021-01-13 14:36:29'),
(63662,25384,'action complete via WP Cron','2021-01-13 19:36:29','2021-01-13 14:36:29'),
(63663,25385,'action created','2021-01-13 19:36:29','2021-01-13 14:36:29'),
(63664,25385,'action started via WP Cron','2021-01-13 19:37:26','2021-01-13 14:37:26'),
(63665,25385,'action complete via WP Cron','2021-01-13 19:37:26','2021-01-13 14:37:26'),
(63666,25386,'action created','2021-01-13 19:37:26','2021-01-13 14:37:26'),
(63667,25386,'action started via WP Cron','2021-01-13 19:38:12','2021-01-13 14:38:12'),
(63668,25386,'action complete via WP Cron','2021-01-13 19:38:12','2021-01-13 14:38:12'),
(63669,25387,'action created','2021-01-13 19:38:12','2021-01-13 14:38:12'),
(63670,25387,'action started via WP Cron','2021-01-13 19:39:57','2021-01-13 14:39:57'),
(63671,25387,'action complete via WP Cron','2021-01-13 19:39:57','2021-01-13 14:39:57'),
(63672,25388,'action created','2021-01-13 19:40:02','2021-01-13 14:40:02'),
(63673,25388,'action started via WP Cron','2021-01-13 19:40:12','2021-01-13 14:40:12'),
(63674,25388,'action complete via WP Cron','2021-01-13 19:40:12','2021-01-13 14:40:12'),
(63675,25389,'action created','2021-01-13 19:40:12','2021-01-13 14:40:12'),
(63676,25389,'action started via WP Cron','2021-01-13 19:42:41','2021-01-13 14:42:41'),
(63677,25389,'action complete via WP Cron','2021-01-13 19:42:41','2021-01-13 14:42:41'),
(63678,25390,'action created','2021-01-13 19:42:41','2021-01-13 14:42:41'),
(63679,25390,'action started via WP Cron','2021-01-13 19:43:11','2021-01-13 14:43:11'),
(63680,25390,'action complete via WP Cron','2021-01-13 19:43:11','2021-01-13 14:43:11'),
(63681,25391,'action created','2021-01-13 19:43:11','2021-01-13 14:43:11'),
(63682,25391,'action started via WP Cron','2021-01-13 19:45:20','2021-01-13 14:45:20'),
(63683,25391,'action complete via WP Cron','2021-01-13 19:45:20','2021-01-13 14:45:20'),
(63684,25392,'action created','2021-01-13 19:45:20','2021-01-13 14:45:20'),
(63685,25392,'action started via WP Cron','2021-01-13 19:46:31','2021-01-13 14:46:31'),
(63686,25392,'action complete via WP Cron','2021-01-13 19:46:31','2021-01-13 14:46:31'),
(63687,25393,'action created','2021-01-13 19:46:32','2021-01-13 14:46:32'),
(63688,25393,'action started via WP Cron','2021-01-13 19:47:18','2021-01-13 14:47:18'),
(63689,25393,'action complete via WP Cron','2021-01-13 19:47:18','2021-01-13 14:47:18'),
(63690,25394,'action created','2021-01-13 19:47:28','2021-01-13 14:47:28'),
(63691,25394,'action started via WP Cron','2021-01-13 19:48:12','2021-01-13 14:48:12'),
(63692,25394,'action complete via WP Cron','2021-01-13 19:48:12','2021-01-13 14:48:12'),
(63693,25395,'action created','2021-01-13 19:48:12','2021-01-13 14:48:12'),
(63694,25395,'action started via WP Cron','2021-01-13 19:50:14','2021-01-13 14:50:14'),
(63695,25395,'action complete via WP Cron','2021-01-13 19:50:14','2021-01-13 14:50:14'),
(63696,25396,'action created','2021-01-13 19:50:24','2021-01-13 14:50:24'),
(63697,25396,'action started via WP Cron','2021-01-13 19:51:21','2021-01-13 14:51:21'),
(63698,25396,'action complete via WP Cron','2021-01-13 19:51:22','2021-01-13 14:51:22'),
(63699,25397,'action created','2021-01-13 19:51:22','2021-01-13 14:51:22'),
(63700,25397,'action started via WP Cron','2021-01-13 19:52:12','2021-01-13 14:52:12'),
(63701,25397,'action complete via WP Cron','2021-01-13 19:52:12','2021-01-13 14:52:12'),
(63702,25398,'action created','2021-01-13 19:52:12','2021-01-13 14:52:12'),
(63703,25398,'action started via WP Cron','2021-01-13 19:53:33','2021-01-13 14:53:33'),
(63704,25398,'action complete via WP Cron','2021-01-13 19:53:33','2021-01-13 14:53:33'),
(63705,25399,'action created','2021-01-13 19:53:33','2021-01-13 14:53:33'),
(63706,25399,'action started via WP Cron','2021-01-13 19:54:54','2021-01-13 14:54:54'),
(63707,25399,'action complete via WP Cron','2021-01-13 19:54:55','2021-01-13 14:54:55'),
(63708,25400,'action created','2021-01-13 19:54:55','2021-01-13 14:54:55'),
(63709,25400,'action started via WP Cron','2021-01-13 19:55:22','2021-01-13 14:55:22'),
(63710,25400,'action complete via WP Cron','2021-01-13 19:55:22','2021-01-13 14:55:22'),
(63711,25401,'action created','2021-01-13 19:55:22','2021-01-13 14:55:22'),
(63712,25401,'action started via WP Cron','2021-01-13 19:56:19','2021-01-13 14:56:19'),
(63713,25401,'action complete via WP Cron','2021-01-13 19:56:19','2021-01-13 14:56:19'),
(63714,25402,'action created','2021-01-13 19:56:19','2021-01-13 14:56:19'),
(63715,25402,'action started via WP Cron','2021-01-13 20:00:56','2021-01-13 15:00:56'),
(63716,25402,'action complete via WP Cron','2021-01-13 20:00:56','2021-01-13 15:00:56'),
(63717,25403,'action created','2021-01-13 20:01:50','2021-01-13 15:01:50'),
(63718,25403,'action started via WP Cron','2021-01-13 20:02:29','2021-01-13 15:02:29'),
(63719,25403,'action complete via WP Cron','2021-01-13 20:02:29','2021-01-13 15:02:29'),
(63720,25404,'action created','2021-01-13 20:02:29','2021-01-13 15:02:29'),
(63721,25404,'action started via WP Cron','2021-01-13 20:03:34','2021-01-13 15:03:34'),
(63722,25404,'action complete via WP Cron','2021-01-13 20:03:35','2021-01-13 15:03:35'),
(63723,25405,'action created','2021-01-13 20:03:35','2021-01-13 15:03:35'),
(63724,25405,'action started via WP Cron','2021-01-13 20:04:22','2021-01-13 15:04:22'),
(63725,25405,'action complete via WP Cron','2021-01-13 20:04:22','2021-01-13 15:04:22'),
(63726,25406,'action created','2021-01-13 20:04:22','2021-01-13 15:04:22'),
(63727,25406,'action started via WP Cron','2021-01-13 20:06:02','2021-01-13 15:06:02'),
(63728,25406,'action complete via WP Cron','2021-01-13 20:06:02','2021-01-13 15:06:02'),
(63729,25407,'action created','2021-01-13 20:06:02','2021-01-13 15:06:02'),
(63730,25407,'action started via WP Cron','2021-01-13 20:06:35','2021-01-13 15:06:35'),
(63731,25407,'action complete via WP Cron','2021-01-13 20:06:35','2021-01-13 15:06:35'),
(63732,25408,'action created','2021-01-13 20:06:35','2021-01-13 15:06:35'),
(63733,25408,'action started via WP Cron','2021-01-13 20:07:31','2021-01-13 15:07:31'),
(63734,25408,'action complete via WP Cron','2021-01-13 20:07:31','2021-01-13 15:07:31'),
(63735,25409,'action created','2021-01-13 20:08:24','2021-01-13 15:08:24'),
(63736,25409,'action started via WP Cron','2021-01-13 20:09:22','2021-01-13 15:09:22'),
(63737,25409,'action complete via WP Cron','2021-01-13 20:09:22','2021-01-13 15:09:22'),
(63738,25410,'action created','2021-01-13 20:09:22','2021-01-13 15:09:22'),
(63739,25410,'action started via WP Cron','2021-01-13 20:11:26','2021-01-13 15:11:26'),
(63740,25410,'action complete via WP Cron','2021-01-13 20:11:26','2021-01-13 15:11:26'),
(63741,25411,'action created','2021-01-13 20:11:26','2021-01-13 15:11:26'),
(63742,25411,'action started via WP Cron','2021-01-13 20:12:13','2021-01-13 15:12:13'),
(63743,25411,'action complete via WP Cron','2021-01-13 20:12:13','2021-01-13 15:12:13'),
(63744,25412,'action created','2021-01-13 20:12:50','2021-01-13 15:12:50'),
(63745,25412,'action started via WP Cron','2021-01-13 20:13:13','2021-01-13 15:13:13'),
(63746,25412,'action complete via WP Cron','2021-01-13 20:13:13','2021-01-13 15:13:13'),
(63747,25413,'action created','2021-01-13 20:13:13','2021-01-13 15:13:13'),
(63748,25413,'action started via WP Cron','2021-01-13 20:14:37','2021-01-13 15:14:37'),
(63749,25413,'action complete via WP Cron','2021-01-13 20:14:37','2021-01-13 15:14:37'),
(63750,25414,'action created','2021-01-13 20:15:28','2021-01-13 15:15:28'),
(63751,25414,'action started via WP Cron','2021-01-13 20:16:30','2021-01-13 15:16:30'),
(63752,25414,'action complete via WP Cron','2021-01-13 20:16:30','2021-01-13 15:16:30'),
(63753,25415,'action created','2021-01-13 20:16:30','2021-01-13 15:16:30'),
(63754,25415,'action started via WP Cron','2021-01-13 20:17:29','2021-01-13 15:17:29'),
(63755,25415,'action complete via WP Cron','2021-01-13 20:17:29','2021-01-13 15:17:29'),
(63756,25416,'action created','2021-01-13 20:17:29','2021-01-13 15:17:29'),
(63757,25416,'action started via WP Cron','2021-01-13 20:19:28','2021-01-13 15:19:28'),
(63758,25416,'action complete via WP Cron','2021-01-13 20:19:28','2021-01-13 15:19:28'),
(63759,25417,'action created','2021-01-13 20:19:28','2021-01-13 15:19:28'),
(63760,25417,'action started via WP Cron','2021-01-13 20:20:19','2021-01-13 15:20:19'),
(63761,25417,'action complete via WP Cron','2021-01-13 20:20:19','2021-01-13 15:20:19'),
(63762,25418,'action created','2021-01-13 20:20:19','2021-01-13 15:20:19'),
(63763,25418,'action started via WP Cron','2021-01-13 20:21:23','2021-01-13 15:21:23'),
(63764,25418,'action complete via WP Cron','2021-01-13 20:21:23','2021-01-13 15:21:23'),
(63765,25419,'action created','2021-01-13 20:21:23','2021-01-13 15:21:23'),
(63766,25419,'action started via WP Cron','2021-01-13 20:22:42','2021-01-13 15:22:42'),
(63767,25419,'action complete via WP Cron','2021-01-13 20:22:42','2021-01-13 15:22:42'),
(63768,25420,'action created','2021-01-13 20:22:42','2021-01-13 15:22:42'),
(63769,25420,'action started via WP Cron','2021-01-13 20:23:18','2021-01-13 15:23:18'),
(63770,25420,'action complete via WP Cron','2021-01-13 20:23:18','2021-01-13 15:23:18'),
(63771,25421,'action created','2021-01-13 20:23:19','2021-01-13 15:23:19'),
(63772,25421,'action started via WP Cron','2021-01-13 20:24:34','2021-01-13 15:24:34'),
(63773,25421,'action complete via WP Cron','2021-01-13 20:24:34','2021-01-13 15:24:34'),
(63774,25422,'action created','2021-01-13 20:24:34','2021-01-13 15:24:34'),
(63775,25422,'action started via WP Cron','2021-01-13 20:25:27','2021-01-13 15:25:27'),
(63776,25422,'action complete via WP Cron','2021-01-13 20:25:27','2021-01-13 15:25:27'),
(63777,25423,'action created','2021-01-13 20:25:27','2021-01-13 15:25:27'),
(63778,25423,'action started via WP Cron','2021-01-13 20:26:24','2021-01-13 15:26:24'),
(63779,25423,'action complete via WP Cron','2021-01-13 20:26:24','2021-01-13 15:26:24'),
(63780,25424,'action created','2021-01-13 20:26:24','2021-01-13 15:26:24'),
(63781,25424,'action started via WP Cron','2021-01-13 20:27:42','2021-01-13 15:27:42'),
(63782,25424,'action complete via WP Cron','2021-01-13 20:27:42','2021-01-13 15:27:42'),
(63783,25425,'action created','2021-01-13 20:27:42','2021-01-13 15:27:42'),
(63784,25425,'action started via WP Cron','2021-01-13 20:28:14','2021-01-13 15:28:14'),
(63785,25425,'action complete via WP Cron','2021-01-13 20:28:14','2021-01-13 15:28:14'),
(63786,25426,'action created','2021-01-13 20:28:14','2021-01-13 15:28:14'),
(63787,25426,'action started via WP Cron','2021-01-13 20:29:57','2021-01-13 15:29:57'),
(63788,25426,'action complete via WP Cron','2021-01-13 20:29:57','2021-01-13 15:29:57'),
(63789,25427,'action created','2021-01-13 20:29:57','2021-01-13 15:29:57'),
(63790,25427,'action started via WP Cron','2021-01-13 20:30:15','2021-01-13 15:30:15'),
(63791,25427,'action complete via WP Cron','2021-01-13 20:30:15','2021-01-13 15:30:15'),
(63792,25428,'action created','2021-01-13 20:30:15','2021-01-13 15:30:15'),
(63793,25428,'action started via WP Cron','2021-01-13 20:31:38','2021-01-13 15:31:38'),
(63794,25428,'action complete via WP Cron','2021-01-13 20:31:38','2021-01-13 15:31:38'),
(63795,25429,'action created','2021-01-13 20:31:38','2021-01-13 15:31:38'),
(63796,25429,'action started via WP Cron','2021-01-13 20:32:23','2021-01-13 15:32:23'),
(63797,25429,'action complete via WP Cron','2021-01-13 20:32:23','2021-01-13 15:32:23'),
(63798,25430,'action created','2021-01-13 20:32:23','2021-01-13 15:32:23'),
(63799,25430,'action started via WP Cron','2021-01-13 20:34:26','2021-01-13 15:34:26'),
(63800,25430,'action complete via WP Cron','2021-01-13 20:34:26','2021-01-13 15:34:26'),
(63801,25431,'action created','2021-01-13 20:34:27','2021-01-13 15:34:27'),
(63802,25431,'action started via WP Cron','2021-01-13 20:35:37','2021-01-13 15:35:37'),
(63803,25431,'action complete via WP Cron','2021-01-13 20:35:37','2021-01-13 15:35:37'),
(63804,25432,'action created','2021-01-13 20:35:37','2021-01-13 15:35:37'),
(63805,25432,'action started via WP Cron','2021-01-13 20:37:02','2021-01-13 15:37:02'),
(63806,25432,'action complete via WP Cron','2021-01-13 20:37:02','2021-01-13 15:37:02'),
(63807,25433,'action created','2021-01-13 20:37:06','2021-01-13 15:37:06'),
(63808,25433,'action started via WP Cron','2021-01-13 20:37:57','2021-01-13 15:37:57'),
(63809,25433,'action complete via WP Cron','2021-01-13 20:37:57','2021-01-13 15:37:57'),
(63810,25434,'action created','2021-01-13 20:37:57','2021-01-13 15:37:57'),
(63811,25434,'action started via WP Cron','2021-01-13 20:38:22','2021-01-13 15:38:22'),
(63812,25434,'action complete via WP Cron','2021-01-13 20:38:22','2021-01-13 15:38:22'),
(63813,25435,'action created','2021-01-13 20:38:44','2021-01-13 15:38:44'),
(63814,25435,'action started via WP Cron','2021-01-13 20:39:24','2021-01-13 15:39:24'),
(63815,25435,'action complete via WP Cron','2021-01-13 20:39:24','2021-01-13 15:39:24'),
(63816,25436,'action created','2021-01-13 20:39:24','2021-01-13 15:39:24'),
(63817,25436,'action started via WP Cron','2021-01-13 20:40:25','2021-01-13 15:40:25'),
(63818,25436,'action complete via WP Cron','2021-01-13 20:40:25','2021-01-13 15:40:25'),
(63819,25437,'action created','2021-01-13 20:40:25','2021-01-13 15:40:25'),
(63820,25437,'action started via WP Cron','2021-01-13 20:41:29','2021-01-13 15:41:29'),
(63821,25437,'action complete via WP Cron','2021-01-13 20:41:29','2021-01-13 15:41:29'),
(63822,25438,'action created','2021-01-13 20:41:29','2021-01-13 15:41:29'),
(63823,25438,'action started via WP Cron','2021-01-13 20:42:11','2021-01-13 15:42:11'),
(63824,25438,'action complete via WP Cron','2021-01-13 20:42:11','2021-01-13 15:42:11'),
(63825,25439,'action created','2021-01-13 20:42:11','2021-01-13 15:42:11'),
(63826,25439,'action started via WP Cron','2021-01-13 20:43:19','2021-01-13 15:43:19'),
(63827,25439,'action complete via WP Cron','2021-01-13 20:43:19','2021-01-13 15:43:19'),
(63828,25440,'action created','2021-01-13 20:43:19','2021-01-13 15:43:19'),
(63829,25440,'action started via WP Cron','2021-01-13 20:44:21','2021-01-13 15:44:21'),
(63830,25440,'action complete via WP Cron','2021-01-13 20:44:21','2021-01-13 15:44:21'),
(63831,25441,'action created','2021-01-13 20:44:21','2021-01-13 15:44:21'),
(63832,25441,'action started via WP Cron','2021-01-13 20:45:29','2021-01-13 15:45:29'),
(63833,25441,'action complete via WP Cron','2021-01-13 20:45:29','2021-01-13 15:45:29'),
(63834,25442,'action created','2021-01-13 20:45:30','2021-01-13 15:45:30'),
(63835,25442,'action started via WP Cron','2021-01-13 20:46:20','2021-01-13 15:46:20'),
(63836,25442,'action complete via WP Cron','2021-01-13 20:46:20','2021-01-13 15:46:20'),
(63837,25443,'action created','2021-01-13 20:46:21','2021-01-13 15:46:21'),
(63838,25443,'action started via WP Cron','2021-01-13 20:47:17','2021-01-13 15:47:17'),
(63839,25443,'action complete via WP Cron','2021-01-13 20:47:17','2021-01-13 15:47:17'),
(63840,25444,'action created','2021-01-13 20:47:17','2021-01-13 15:47:17'),
(63841,25444,'action started via WP Cron','2021-01-13 20:48:22','2021-01-13 15:48:22'),
(63842,25444,'action complete via WP Cron','2021-01-13 20:48:22','2021-01-13 15:48:22'),
(63843,25445,'action created','2021-01-13 20:48:22','2021-01-13 15:48:22'),
(63844,25445,'action started via WP Cron','2021-01-13 20:49:33','2021-01-13 15:49:33'),
(63845,25445,'action complete via WP Cron','2021-01-13 20:49:33','2021-01-13 15:49:33'),
(63846,25446,'action created','2021-01-13 20:49:33','2021-01-13 15:49:33'),
(63847,25446,'action started via WP Cron','2021-01-13 20:50:32','2021-01-13 15:50:32'),
(63848,25446,'action complete via WP Cron','2021-01-13 20:50:32','2021-01-13 15:50:32'),
(63849,25447,'action created','2021-01-13 20:50:32','2021-01-13 15:50:32'),
(63850,25447,'action started via WP Cron','2021-01-13 20:51:20','2021-01-13 15:51:20'),
(63851,25447,'action complete via WP Cron','2021-01-13 20:51:20','2021-01-13 15:51:20'),
(63852,25448,'action created','2021-01-13 20:51:20','2021-01-13 15:51:20'),
(63853,25448,'action started via WP Cron','2021-01-13 20:52:17','2021-01-13 15:52:17'),
(63854,25448,'action complete via WP Cron','2021-01-13 20:52:17','2021-01-13 15:52:17'),
(63855,25449,'action created','2021-01-13 20:52:17','2021-01-13 15:52:17'),
(63856,25449,'action started via WP Cron','2021-01-13 20:53:20','2021-01-13 15:53:20'),
(63857,25449,'action complete via WP Cron','2021-01-13 20:53:20','2021-01-13 15:53:20'),
(63858,25450,'action created','2021-01-13 20:53:20','2021-01-13 15:53:20'),
(63859,25450,'action started via WP Cron','2021-01-13 20:54:24','2021-01-13 15:54:24'),
(63860,25450,'action complete via WP Cron','2021-01-13 20:54:24','2021-01-13 15:54:24'),
(63861,25451,'action created','2021-01-13 20:54:24','2021-01-13 15:54:24'),
(63862,25451,'action started via WP Cron','2021-01-13 20:55:12','2021-01-13 15:55:12'),
(63863,25451,'action complete via WP Cron','2021-01-13 20:55:12','2021-01-13 15:55:12'),
(63864,25452,'action created','2021-01-13 20:55:12','2021-01-13 15:55:12'),
(63865,25452,'action started via WP Cron','2021-01-13 20:56:22','2021-01-13 15:56:22'),
(63866,25452,'action complete via WP Cron','2021-01-13 20:56:22','2021-01-13 15:56:22'),
(63867,25453,'action created','2021-01-13 20:56:22','2021-01-13 15:56:22'),
(63868,25453,'action started via WP Cron','2021-01-13 20:57:29','2021-01-13 15:57:29'),
(63869,25453,'action complete via WP Cron','2021-01-13 20:57:29','2021-01-13 15:57:29'),
(63870,25454,'action created','2021-01-13 20:57:29','2021-01-13 15:57:29'),
(63871,25454,'action started via WP Cron','2021-01-13 20:58:14','2021-01-13 15:58:14'),
(63872,25454,'action complete via WP Cron','2021-01-13 20:58:14','2021-01-13 15:58:14'),
(63873,25455,'action created','2021-01-13 20:58:14','2021-01-13 15:58:14'),
(63874,25455,'action started via WP Cron','2021-01-13 20:59:15','2021-01-13 15:59:15'),
(63875,25455,'action complete via WP Cron','2021-01-13 20:59:15','2021-01-13 15:59:15'),
(63876,25456,'action created','2021-01-13 20:59:15','2021-01-13 15:59:15'),
(63877,25456,'action started via WP Cron','2021-01-13 21:00:16','2021-01-13 16:00:16'),
(63878,25456,'action complete via WP Cron','2021-01-13 21:00:16','2021-01-13 16:00:16'),
(63879,25457,'action created','2021-01-13 21:00:16','2021-01-13 16:00:16'),
(63880,25457,'action started via WP Cron','2021-01-13 21:01:14','2021-01-13 16:01:14'),
(63881,25457,'action complete via WP Cron','2021-01-13 21:01:15','2021-01-13 16:01:15'),
(63882,25458,'action created','2021-01-13 21:01:15','2021-01-13 16:01:15'),
(63883,25458,'action started via WP Cron','2021-01-13 21:02:17','2021-01-13 16:02:17'),
(63884,25458,'action complete via WP Cron','2021-01-13 21:02:17','2021-01-13 16:02:17'),
(63885,25459,'action created','2021-01-13 21:02:17','2021-01-13 16:02:17'),
(63886,25459,'action started via WP Cron','2021-01-13 21:03:15','2021-01-13 16:03:15'),
(63887,25459,'action complete via WP Cron','2021-01-13 21:03:15','2021-01-13 16:03:15'),
(63888,25460,'action created','2021-01-13 21:03:15','2021-01-13 16:03:15'),
(63889,25460,'action started via WP Cron','2021-01-13 21:04:16','2021-01-13 16:04:16'),
(63890,25460,'action complete via WP Cron','2021-01-13 21:04:16','2021-01-13 16:04:16'),
(63891,25461,'action created','2021-01-13 21:04:16','2021-01-13 16:04:16'),
(63892,25461,'action started via WP Cron','2021-01-13 21:05:14','2021-01-13 16:05:14'),
(63893,25461,'action complete via WP Cron','2021-01-13 21:05:14','2021-01-13 16:05:14'),
(63894,25462,'action created','2021-01-13 21:05:14','2021-01-13 16:05:14'),
(63895,25462,'action started via WP Cron','2021-01-13 21:06:23','2021-01-13 16:06:23'),
(63896,25462,'action complete via WP Cron','2021-01-13 21:06:23','2021-01-13 16:06:23'),
(63897,25463,'action created','2021-01-13 21:06:23','2021-01-13 16:06:23'),
(63898,25463,'action started via WP Cron','2021-01-13 21:07:11','2021-01-13 16:07:11'),
(63899,25463,'action complete via WP Cron','2021-01-13 21:07:11','2021-01-13 16:07:11'),
(63900,25464,'action created','2021-01-13 21:07:11','2021-01-13 16:07:11'),
(63901,25464,'action started via WP Cron','2021-01-13 21:08:12','2021-01-13 16:08:12'),
(63902,25464,'action complete via WP Cron','2021-01-13 21:08:12','2021-01-13 16:08:12'),
(63903,25465,'action created','2021-01-13 21:08:12','2021-01-13 16:08:12'),
(63904,25465,'action started via WP Cron','2021-01-13 21:09:17','2021-01-13 16:09:17'),
(63905,25465,'action complete via WP Cron','2021-01-13 21:09:17','2021-01-13 16:09:17'),
(63906,25466,'action created','2021-01-13 21:09:17','2021-01-13 16:09:17'),
(63907,25466,'action started via WP Cron','2021-01-13 21:10:20','2021-01-13 16:10:20'),
(63908,25466,'action complete via WP Cron','2021-01-13 21:10:20','2021-01-13 16:10:20'),
(63909,25467,'action created','2021-01-13 21:10:20','2021-01-13 16:10:20'),
(63910,25467,'action started via WP Cron','2021-01-13 21:11:29','2021-01-13 16:11:29'),
(63911,25467,'action complete via WP Cron','2021-01-13 21:11:29','2021-01-13 16:11:29'),
(63912,25468,'action created','2021-01-13 21:11:29','2021-01-13 16:11:29'),
(63913,25468,'action started via WP Cron','2021-01-13 21:12:16','2021-01-13 16:12:16'),
(63914,25468,'action complete via WP Cron','2021-01-13 21:12:16','2021-01-13 16:12:16'),
(63915,25469,'action created','2021-01-13 21:12:16','2021-01-13 16:12:16'),
(63916,25469,'action started via WP Cron','2021-01-13 21:13:25','2021-01-13 16:13:25'),
(63917,25469,'action complete via WP Cron','2021-01-13 21:13:25','2021-01-13 16:13:25'),
(63918,25470,'action created','2021-01-13 21:13:25','2021-01-13 16:13:25'),
(63919,25470,'action started via WP Cron','2021-01-13 21:14:29','2021-01-13 16:14:29'),
(63920,25470,'action complete via WP Cron','2021-01-13 21:14:29','2021-01-13 16:14:29'),
(63921,25471,'action created','2021-01-13 21:14:29','2021-01-13 16:14:29'),
(63922,25471,'action started via WP Cron','2021-01-13 21:15:12','2021-01-13 16:15:12'),
(63923,25471,'action complete via WP Cron','2021-01-13 21:15:12','2021-01-13 16:15:12'),
(63924,25472,'action created','2021-01-13 21:15:12','2021-01-13 16:15:12'),
(63925,25472,'action started via WP Cron','2021-01-13 21:16:23','2021-01-13 16:16:23'),
(63926,25472,'action complete via WP Cron','2021-01-13 21:16:23','2021-01-13 16:16:23'),
(63927,25473,'action created','2021-01-13 21:16:23','2021-01-13 16:16:23'),
(63928,25473,'action started via WP Cron','2021-01-13 21:17:18','2021-01-13 16:17:18'),
(63929,25473,'action complete via WP Cron','2021-01-13 21:17:18','2021-01-13 16:17:18'),
(63930,25474,'action created','2021-01-13 21:17:18','2021-01-13 16:17:18'),
(63931,25474,'action started via WP Cron','2021-01-13 21:18:12','2021-01-13 16:18:12'),
(63932,25474,'action complete via WP Cron','2021-01-13 21:18:12','2021-01-13 16:18:12'),
(63933,25475,'action created','2021-01-13 21:18:12','2021-01-13 16:18:12'),
(63934,25475,'action started via WP Cron','2021-01-13 21:19:16','2021-01-13 16:19:16'),
(63935,25475,'action complete via WP Cron','2021-01-13 21:19:16','2021-01-13 16:19:16'),
(63936,25476,'action created','2021-01-13 21:19:16','2021-01-13 16:19:16'),
(63937,25476,'action started via WP Cron','2021-01-13 21:20:12','2021-01-13 16:20:12'),
(63938,25476,'action complete via WP Cron','2021-01-13 21:20:12','2021-01-13 16:20:12'),
(63939,25477,'action created','2021-01-13 21:20:12','2021-01-13 16:20:12'),
(63940,25477,'action started via WP Cron','2021-01-13 21:21:26','2021-01-13 16:21:26'),
(63941,25477,'action complete via WP Cron','2021-01-13 21:21:26','2021-01-13 16:21:26'),
(63942,25478,'action created','2021-01-13 21:21:26','2021-01-13 16:21:26'),
(63943,25478,'action started via WP Cron','2021-01-13 21:22:17','2021-01-13 16:22:17'),
(63944,25478,'action complete via WP Cron','2021-01-13 21:22:17','2021-01-13 16:22:17'),
(63945,25479,'action created','2021-01-13 21:22:17','2021-01-13 16:22:17'),
(63946,25479,'action started via WP Cron','2021-01-13 21:23:24','2021-01-13 16:23:24'),
(63947,25479,'action complete via WP Cron','2021-01-13 21:23:24','2021-01-13 16:23:24'),
(63948,25480,'action created','2021-01-13 21:23:25','2021-01-13 16:23:25'),
(63949,25480,'action started via WP Cron','2021-01-13 21:24:42','2021-01-13 16:24:42'),
(63950,25480,'action complete via WP Cron','2021-01-13 21:24:42','2021-01-13 16:24:42'),
(63951,25481,'action created','2021-01-13 21:24:42','2021-01-13 16:24:42'),
(63952,25481,'action started via WP Cron','2021-01-13 21:25:51','2021-01-13 16:25:51'),
(63953,25481,'action complete via WP Cron','2021-01-13 21:25:51','2021-01-13 16:25:51'),
(63954,25482,'action created','2021-01-13 21:25:51','2021-01-13 16:25:51'),
(63955,25482,'action started via WP Cron','2021-01-13 21:29:19','2021-01-13 16:29:19'),
(63956,25482,'action complete via WP Cron','2021-01-13 21:29:19','2021-01-13 16:29:19'),
(63957,25483,'action created','2021-01-13 21:29:19','2021-01-13 16:29:19'),
(63958,25483,'action started via WP Cron','2021-01-13 21:30:40','2021-01-13 16:30:40'),
(63959,25483,'action complete via WP Cron','2021-01-13 21:30:40','2021-01-13 16:30:40'),
(63960,25484,'action created','2021-01-13 21:30:40','2021-01-13 16:30:40'),
(63961,25484,'action started via WP Cron','2021-01-13 21:31:14','2021-01-13 16:31:14'),
(63962,25484,'action complete via WP Cron','2021-01-13 21:31:14','2021-01-13 16:31:14'),
(63963,25485,'action created','2021-01-13 21:31:14','2021-01-13 16:31:14'),
(63964,25485,'action started via WP Cron','2021-01-13 21:32:22','2021-01-13 16:32:22'),
(63965,25485,'action complete via WP Cron','2021-01-13 21:32:22','2021-01-13 16:32:22'),
(63966,25486,'action created','2021-01-13 21:32:22','2021-01-13 16:32:22'),
(63967,25486,'action started via WP Cron','2021-01-13 21:33:19','2021-01-13 16:33:19'),
(63968,25486,'action complete via WP Cron','2021-01-13 21:33:19','2021-01-13 16:33:19'),
(63969,25487,'action created','2021-01-13 21:33:19','2021-01-13 16:33:19'),
(63970,25487,'action started via WP Cron','2021-01-13 21:34:14','2021-01-13 16:34:14'),
(63971,25487,'action complete via WP Cron','2021-01-13 21:34:14','2021-01-13 16:34:14'),
(63972,25488,'action created','2021-01-13 21:34:14','2021-01-13 16:34:14'),
(63973,25488,'action started via WP Cron','2021-01-13 21:35:50','2021-01-13 16:35:50'),
(63974,25488,'action complete via WP Cron','2021-01-13 21:35:50','2021-01-13 16:35:50'),
(63975,25489,'action created','2021-01-13 21:35:50','2021-01-13 16:35:50'),
(63976,25489,'action started via WP Cron','2021-01-13 21:36:23','2021-01-13 16:36:23'),
(63977,25489,'action complete via WP Cron','2021-01-13 21:36:23','2021-01-13 16:36:23'),
(63978,25490,'action created','2021-01-13 21:36:23','2021-01-13 16:36:23'),
(63979,25490,'action started via WP Cron','2021-01-13 21:37:35','2021-01-13 16:37:35'),
(63980,25490,'action complete via WP Cron','2021-01-13 21:37:35','2021-01-13 16:37:35'),
(63981,25491,'action created','2021-01-13 21:37:35','2021-01-13 16:37:35'),
(63982,25491,'action started via WP Cron','2021-01-13 21:38:31','2021-01-13 16:38:31'),
(63983,25491,'action complete via WP Cron','2021-01-13 21:38:31','2021-01-13 16:38:31'),
(63984,25492,'action created','2021-01-13 21:38:31','2021-01-13 16:38:31'),
(63985,25492,'action started via WP Cron','2021-01-13 21:39:17','2021-01-13 16:39:17'),
(63986,25492,'action complete via WP Cron','2021-01-13 21:39:17','2021-01-13 16:39:17'),
(63987,25493,'action created','2021-01-13 21:39:17','2021-01-13 16:39:17'),
(63988,25493,'action started via WP Cron','2021-01-13 21:40:27','2021-01-13 16:40:27'),
(63989,25493,'action complete via WP Cron','2021-01-13 21:40:27','2021-01-13 16:40:27'),
(63990,25494,'action created','2021-01-13 21:40:27','2021-01-13 16:40:27'),
(63991,25494,'action started via WP Cron','2021-01-13 21:41:16','2021-01-13 16:41:16'),
(63992,25494,'action complete via WP Cron','2021-01-13 21:41:16','2021-01-13 16:41:16'),
(63993,25495,'action created','2021-01-13 21:41:16','2021-01-13 16:41:16'),
(63994,25495,'action started via WP Cron','2021-01-13 21:43:11','2021-01-13 16:43:11'),
(63995,25495,'action complete via WP Cron','2021-01-13 21:43:11','2021-01-13 16:43:11'),
(63996,25496,'action created','2021-01-13 21:43:11','2021-01-13 16:43:11'),
(63997,25496,'action started via WP Cron','2021-01-13 21:44:41','2021-01-13 16:44:41'),
(63998,25496,'action complete via WP Cron','2021-01-13 21:44:41','2021-01-13 16:44:41'),
(63999,25497,'action created','2021-01-13 21:44:41','2021-01-13 16:44:41'),
(64000,25497,'action started via WP Cron','2021-01-13 21:45:23','2021-01-13 16:45:23'),
(64001,25497,'action complete via WP Cron','2021-01-13 21:45:23','2021-01-13 16:45:23'),
(64002,25498,'action created','2021-01-13 21:45:23','2021-01-13 16:45:23'),
(64003,25498,'action started via WP Cron','2021-01-13 21:46:35','2021-01-13 16:46:35'),
(64004,25498,'action complete via WP Cron','2021-01-13 21:46:35','2021-01-13 16:46:35'),
(64005,25499,'action created','2021-01-13 21:46:40','2021-01-13 16:46:40'),
(64006,25499,'action started via WP Cron','2021-01-13 21:47:32','2021-01-13 16:47:32'),
(64007,25499,'action complete via WP Cron','2021-01-13 21:47:32','2021-01-13 16:47:32'),
(64008,25500,'action created','2021-01-13 21:47:32','2021-01-13 16:47:32'),
(64009,25500,'action started via WP Cron','2021-01-13 21:48:44','2021-01-13 16:48:44'),
(64010,25500,'action complete via WP Cron','2021-01-13 21:48:44','2021-01-13 16:48:44'),
(64011,25501,'action created','2021-01-13 21:48:44','2021-01-13 16:48:44'),
(64012,25501,'action started via WP Cron','2021-01-13 21:50:10','2021-01-13 16:50:10'),
(64013,25501,'action complete via WP Cron','2021-01-13 21:50:10','2021-01-13 16:50:10'),
(64014,25502,'action created','2021-01-13 21:50:10','2021-01-13 16:50:10'),
(64015,25502,'action started via WP Cron','2021-01-13 21:51:31','2021-01-13 16:51:31'),
(64016,25502,'action complete via WP Cron','2021-01-13 21:51:31','2021-01-13 16:51:31'),
(64017,25503,'action created','2021-01-13 21:51:31','2021-01-13 16:51:31'),
(64018,25503,'action started via WP Cron','2021-01-13 21:52:30','2021-01-13 16:52:30'),
(64019,25503,'action complete via WP Cron','2021-01-13 21:52:30','2021-01-13 16:52:30'),
(64020,25504,'action created','2021-01-13 21:52:30','2021-01-13 16:52:30'),
(64021,25504,'action started via WP Cron','2021-01-13 21:53:30','2021-01-13 16:53:30'),
(64022,25504,'action complete via WP Cron','2021-01-13 21:53:30','2021-01-13 16:53:30'),
(64023,25505,'action created','2021-01-13 21:53:30','2021-01-13 16:53:30'),
(64024,25505,'action started via WP Cron','2021-01-13 21:54:24','2021-01-13 16:54:24'),
(64025,25505,'action complete via WP Cron','2021-01-13 21:54:24','2021-01-13 16:54:24'),
(64026,25506,'action created','2021-01-13 21:54:24','2021-01-13 16:54:24'),
(64027,25506,'action started via WP Cron','2021-01-13 21:56:37','2021-01-13 16:56:37'),
(64028,25506,'action complete via WP Cron','2021-01-13 21:56:37','2021-01-13 16:56:37'),
(64029,25507,'action created','2021-01-13 21:56:37','2021-01-13 16:56:37'),
(64030,25507,'action started via WP Cron','2021-01-13 21:58:48','2021-01-13 16:58:48'),
(64031,25507,'action complete via WP Cron','2021-01-13 21:58:48','2021-01-13 16:58:48'),
(64032,25508,'action created','2021-01-13 21:58:48','2021-01-13 16:58:48'),
(64033,25508,'action started via WP Cron','2021-01-13 21:59:41','2021-01-13 16:59:41'),
(64034,25508,'action complete via WP Cron','2021-01-13 21:59:41','2021-01-13 16:59:41'),
(64035,25509,'action created','2021-01-13 21:59:41','2021-01-13 16:59:41'),
(64036,25509,'action started via WP Cron','2021-01-13 22:00:30','2021-01-13 17:00:30'),
(64037,25509,'action complete via WP Cron','2021-01-13 22:00:30','2021-01-13 17:00:30'),
(64038,25510,'action created','2021-01-13 22:00:30','2021-01-13 17:00:30'),
(64039,25510,'action started via WP Cron','2021-01-13 22:01:37','2021-01-13 17:01:37'),
(64040,25510,'action complete via WP Cron','2021-01-13 22:01:37','2021-01-13 17:01:37'),
(64041,25511,'action created','2021-01-13 22:01:37','2021-01-13 17:01:37'),
(64042,25511,'action started via WP Cron','2021-01-13 22:02:14','2021-01-13 17:02:14'),
(64043,25511,'action complete via WP Cron','2021-01-13 22:02:14','2021-01-13 17:02:14'),
(64044,25512,'action created','2021-01-13 22:02:14','2021-01-13 17:02:14'),
(64045,25512,'action started via WP Cron','2021-01-13 22:03:21','2021-01-13 17:03:21'),
(64046,25512,'action complete via WP Cron','2021-01-13 22:03:21','2021-01-13 17:03:21'),
(64047,25513,'action created','2021-01-13 22:03:21','2021-01-13 17:03:21'),
(64048,25513,'action started via WP Cron','2021-01-13 22:04:40','2021-01-13 17:04:40'),
(64049,25513,'action complete via WP Cron','2021-01-13 22:04:40','2021-01-13 17:04:40'),
(64050,25514,'action created','2021-01-13 22:04:40','2021-01-13 17:04:40'),
(64051,25514,'action started via WP Cron','2021-01-13 22:05:44','2021-01-13 17:05:44'),
(64052,25514,'action complete via WP Cron','2021-01-13 22:05:44','2021-01-13 17:05:44'),
(64053,25515,'action created','2021-01-13 22:05:44','2021-01-13 17:05:44'),
(64054,25515,'action started via WP Cron','2021-01-13 22:06:20','2021-01-13 17:06:20'),
(64055,25515,'action complete via WP Cron','2021-01-13 22:06:20','2021-01-13 17:06:20'),
(64056,25516,'action created','2021-01-13 22:06:20','2021-01-13 17:06:20'),
(64057,25516,'action started via WP Cron','2021-01-13 22:07:46','2021-01-13 17:07:46'),
(64058,25516,'action complete via WP Cron','2021-01-13 22:07:46','2021-01-13 17:07:46'),
(64059,25517,'action created','2021-01-13 22:07:46','2021-01-13 17:07:46'),
(64060,25517,'action started via WP Cron','2021-01-13 22:08:16','2021-01-13 17:08:16'),
(64061,25517,'action complete via WP Cron','2021-01-13 22:08:16','2021-01-13 17:08:16'),
(64062,25518,'action created','2021-01-13 22:08:16','2021-01-13 17:08:16'),
(64063,25518,'action started via WP Cron','2021-01-13 22:09:30','2021-01-13 17:09:30'),
(64064,25518,'action complete via WP Cron','2021-01-13 22:09:30','2021-01-13 17:09:30'),
(64065,25519,'action created','2021-01-13 22:09:30','2021-01-13 17:09:30'),
(64066,25519,'action started via WP Cron','2021-01-13 22:11:10','2021-01-13 17:11:10'),
(64067,25519,'action complete via WP Cron','2021-01-13 22:11:10','2021-01-13 17:11:10'),
(64068,25520,'action created','2021-01-13 22:11:10','2021-01-13 17:11:10'),
(64069,25520,'action started via WP Cron','2021-01-13 22:12:11','2021-01-13 17:12:11'),
(64070,25520,'action complete via WP Cron','2021-01-13 22:12:11','2021-01-13 17:12:11'),
(64071,25521,'action created','2021-01-13 22:12:11','2021-01-13 17:12:11'),
(64072,25521,'action started via WP Cron','2021-01-13 22:14:45','2021-01-13 17:14:45'),
(64073,25521,'action complete via WP Cron','2021-01-13 22:14:45','2021-01-13 17:14:45'),
(64074,25522,'action created','2021-01-13 22:14:45','2021-01-13 17:14:45'),
(64075,25522,'action started via WP Cron','2021-01-13 22:15:51','2021-01-13 17:15:51'),
(64076,25522,'action complete via WP Cron','2021-01-13 22:15:51','2021-01-13 17:15:51'),
(64077,25523,'action created','2021-01-13 22:15:51','2021-01-13 17:15:51'),
(64078,25523,'action started via WP Cron','2021-01-13 22:16:18','2021-01-13 17:16:18'),
(64079,25523,'action complete via WP Cron','2021-01-13 22:16:18','2021-01-13 17:16:18'),
(64080,25524,'action created','2021-01-13 22:16:18','2021-01-13 17:16:18'),
(64081,25524,'action started via WP Cron','2021-01-13 22:17:30','2021-01-13 17:17:30'),
(64082,25524,'action complete via WP Cron','2021-01-13 22:17:30','2021-01-13 17:17:30'),
(64083,25525,'action created','2021-01-13 22:17:32','2021-01-13 17:17:32'),
(64084,25525,'action started via WP Cron','2021-01-13 22:18:14','2021-01-13 17:18:14'),
(64085,25525,'action complete via WP Cron','2021-01-13 22:18:14','2021-01-13 17:18:14'),
(64086,25526,'action created','2021-01-13 22:18:14','2021-01-13 17:18:14'),
(64087,25526,'action started via WP Cron','2021-01-13 22:19:25','2021-01-13 17:19:25'),
(64088,25526,'action complete via WP Cron','2021-01-13 22:19:25','2021-01-13 17:19:25'),
(64089,25527,'action created','2021-01-13 22:19:25','2021-01-13 17:19:25'),
(64090,25527,'action started via WP Cron','2021-01-13 22:20:19','2021-01-13 17:20:19'),
(64091,25527,'action complete via WP Cron','2021-01-13 22:20:19','2021-01-13 17:20:19'),
(64092,25528,'action created','2021-01-13 22:20:19','2021-01-13 17:20:19'),
(64093,25528,'action started via WP Cron','2021-01-13 22:21:13','2021-01-13 17:21:13'),
(64094,25528,'action complete via WP Cron','2021-01-13 22:21:13','2021-01-13 17:21:13'),
(64095,25529,'action created','2021-01-13 22:21:13','2021-01-13 17:21:13'),
(64096,25529,'action started via WP Cron','2021-01-13 22:22:48','2021-01-13 17:22:48'),
(64097,25529,'action complete via WP Cron','2021-01-13 22:22:48','2021-01-13 17:22:48'),
(64098,25530,'action created','2021-01-13 22:22:48','2021-01-13 17:22:48'),
(64099,25530,'action started via WP Cron','2021-01-13 22:23:35','2021-01-13 17:23:35'),
(64100,25530,'action complete via WP Cron','2021-01-13 22:23:35','2021-01-13 17:23:35'),
(64101,25531,'action created','2021-01-13 22:23:35','2021-01-13 17:23:35'),
(64102,25531,'action started via WP Cron','2021-01-13 22:24:14','2021-01-13 17:24:14'),
(64103,25531,'action complete via WP Cron','2021-01-13 22:24:14','2021-01-13 17:24:14'),
(64104,25532,'action created','2021-01-13 22:24:14','2021-01-13 17:24:14'),
(64105,25532,'action started via WP Cron','2021-01-13 22:25:25','2021-01-13 17:25:25'),
(64106,25532,'action complete via WP Cron','2021-01-13 22:25:25','2021-01-13 17:25:25'),
(64107,25533,'action created','2021-01-13 22:25:25','2021-01-13 17:25:25'),
(64108,25533,'action started via WP Cron','2021-01-13 22:27:50','2021-01-13 17:27:50'),
(64109,25533,'action complete via WP Cron','2021-01-13 22:27:50','2021-01-13 17:27:50'),
(64110,25534,'action created','2021-01-13 22:27:50','2021-01-13 17:27:50'),
(64111,25534,'action started via WP Cron','2021-01-13 22:28:19','2021-01-13 17:28:19'),
(64112,25534,'action complete via WP Cron','2021-01-13 22:28:19','2021-01-13 17:28:19'),
(64113,25535,'action created','2021-01-13 22:28:19','2021-01-13 17:28:19'),
(64114,25535,'action started via WP Cron','2021-01-13 22:29:31','2021-01-13 17:29:31'),
(64115,25535,'action complete via WP Cron','2021-01-13 22:29:31','2021-01-13 17:29:31'),
(64116,25536,'action created','2021-01-13 22:29:31','2021-01-13 17:29:31'),
(64117,25536,'action started via WP Cron','2021-01-13 22:30:16','2021-01-13 17:30:16'),
(64118,25536,'action complete via WP Cron','2021-01-13 22:30:16','2021-01-13 17:30:16'),
(64119,25537,'action created','2021-01-13 22:30:16','2021-01-13 17:30:16'),
(64120,25537,'action started via WP Cron','2021-01-13 22:31:20','2021-01-13 17:31:20'),
(64121,25537,'action complete via WP Cron','2021-01-13 22:31:20','2021-01-13 17:31:20'),
(64122,25538,'action created','2021-01-13 22:31:20','2021-01-13 17:31:20'),
(64123,25538,'action started via WP Cron','2021-01-13 22:32:43','2021-01-13 17:32:43'),
(64124,25538,'action complete via WP Cron','2021-01-13 22:32:43','2021-01-13 17:32:43'),
(64125,25539,'action created','2021-01-13 22:32:43','2021-01-13 17:32:43'),
(64126,25539,'action started via WP Cron','2021-01-13 22:33:36','2021-01-13 17:33:36'),
(64127,25539,'action complete via WP Cron','2021-01-13 22:33:36','2021-01-13 17:33:36'),
(64128,25540,'action created','2021-01-13 22:33:36','2021-01-13 17:33:36'),
(64129,25540,'action started via WP Cron','2021-01-13 22:34:25','2021-01-13 17:34:25'),
(64130,25540,'action complete via WP Cron','2021-01-13 22:34:25','2021-01-13 17:34:25'),
(64131,25541,'action created','2021-01-13 22:34:25','2021-01-13 17:34:25'),
(64132,25541,'action started via WP Cron','2021-01-13 22:36:17','2021-01-13 17:36:17'),
(64133,25541,'action complete via WP Cron','2021-01-13 22:36:17','2021-01-13 17:36:17'),
(64134,25542,'action created','2021-01-13 22:36:17','2021-01-13 17:36:17'),
(64135,25542,'action started via WP Cron','2021-01-13 22:38:34','2021-01-13 17:38:34'),
(64136,25542,'action complete via WP Cron','2021-01-13 22:38:34','2021-01-13 17:38:34'),
(64137,25543,'action created','2021-01-13 22:38:34','2021-01-13 17:38:34'),
(64138,25543,'action started via WP Cron','2021-01-13 22:39:12','2021-01-13 17:39:12'),
(64139,25543,'action complete via WP Cron','2021-01-13 22:39:12','2021-01-13 17:39:12'),
(64140,25544,'action created','2021-01-13 22:39:12','2021-01-13 17:39:12'),
(64141,25544,'action started via WP Cron','2021-01-13 22:40:12','2021-01-13 17:40:12'),
(64142,25544,'action complete via WP Cron','2021-01-13 22:40:12','2021-01-13 17:40:12'),
(64143,25545,'action created','2021-01-13 22:40:12','2021-01-13 17:40:12'),
(64144,25545,'action started via WP Cron','2021-01-13 22:41:52','2021-01-13 17:41:52'),
(64145,25545,'action complete via WP Cron','2021-01-13 22:41:52','2021-01-13 17:41:52'),
(64146,25546,'action created','2021-01-13 22:41:52','2021-01-13 17:41:52'),
(64147,25546,'action started via WP Cron','2021-01-13 22:43:00','2021-01-13 17:43:00'),
(64148,25546,'action complete via WP Cron','2021-01-13 22:43:00','2021-01-13 17:43:00'),
(64149,25547,'action created','2021-01-13 22:43:00','2021-01-13 17:43:00'),
(64150,25547,'action started via WP Cron','2021-01-13 22:44:02','2021-01-13 17:44:02'),
(64151,25547,'action complete via WP Cron','2021-01-13 22:44:02','2021-01-13 17:44:02'),
(64152,25548,'action created','2021-01-13 22:44:02','2021-01-13 17:44:02'),
(64153,25548,'action started via WP Cron','2021-01-13 22:44:17','2021-01-13 17:44:17'),
(64154,25548,'action complete via WP Cron','2021-01-13 22:44:17','2021-01-13 17:44:17'),
(64155,25549,'action created','2021-01-13 22:44:17','2021-01-13 17:44:17'),
(64156,25549,'action started via WP Cron','2021-01-13 22:46:37','2021-01-13 17:46:37'),
(64157,25549,'action complete via WP Cron','2021-01-13 22:46:37','2021-01-13 17:46:37'),
(64158,25550,'action created','2021-01-13 22:46:37','2021-01-13 17:46:37'),
(64159,25550,'action started via WP Cron','2021-01-13 22:47:21','2021-01-13 17:47:21'),
(64160,25550,'action complete via WP Cron','2021-01-13 22:47:21','2021-01-13 17:47:21'),
(64161,25551,'action created','2021-01-13 22:47:21','2021-01-13 17:47:21'),
(64162,25551,'action started via WP Cron','2021-01-13 22:48:22','2021-01-13 17:48:22'),
(64163,25551,'action complete via WP Cron','2021-01-13 22:48:22','2021-01-13 17:48:22'),
(64164,25552,'action created','2021-01-13 22:48:22','2021-01-13 17:48:22'),
(64165,25552,'action started via WP Cron','2021-01-13 22:50:06','2021-01-13 17:50:06'),
(64166,25552,'action complete via WP Cron','2021-01-13 22:50:06','2021-01-13 17:50:06'),
(64167,25553,'action created','2021-01-13 22:50:06','2021-01-13 17:50:06'),
(64168,25553,'action started via WP Cron','2021-01-13 22:50:42','2021-01-13 17:50:42'),
(64169,25553,'action complete via WP Cron','2021-01-13 22:50:43','2021-01-13 17:50:43'),
(64170,25554,'action created','2021-01-13 22:50:43','2021-01-13 17:50:43'),
(64171,25554,'action started via WP Cron','2021-01-13 22:51:41','2021-01-13 17:51:41'),
(64172,25554,'action complete via WP Cron','2021-01-13 22:51:41','2021-01-13 17:51:41'),
(64173,25555,'action created','2021-01-13 22:51:41','2021-01-13 17:51:41'),
(64174,25555,'action started via WP Cron','2021-01-13 22:52:13','2021-01-13 17:52:13'),
(64175,25555,'action complete via WP Cron','2021-01-13 22:52:13','2021-01-13 17:52:13'),
(64176,25556,'action created','2021-01-13 22:52:13','2021-01-13 17:52:13'),
(64177,25556,'action started via WP Cron','2021-01-13 22:53:20','2021-01-13 17:53:20'),
(64178,25556,'action complete via WP Cron','2021-01-13 22:53:20','2021-01-13 17:53:20'),
(64179,25557,'action created','2021-01-13 22:53:20','2021-01-13 17:53:20'),
(64180,25557,'action started via WP Cron','2021-01-13 22:55:48','2021-01-13 17:55:48'),
(64181,25557,'action complete via WP Cron','2021-01-13 22:55:48','2021-01-13 17:55:48'),
(64182,25558,'action created','2021-01-13 22:55:48','2021-01-13 17:55:48'),
(64183,25558,'action started via WP Cron','2021-01-13 22:56:36','2021-01-13 17:56:36'),
(64184,25558,'action complete via WP Cron','2021-01-13 22:56:36','2021-01-13 17:56:36'),
(64185,25559,'action created','2021-01-13 22:56:36','2021-01-13 17:56:36'),
(64186,25559,'action started via WP Cron','2021-01-13 22:57:14','2021-01-13 17:57:14'),
(64187,25559,'action complete via WP Cron','2021-01-13 22:57:14','2021-01-13 17:57:14'),
(64188,25560,'action created','2021-01-13 22:57:14','2021-01-13 17:57:14'),
(64189,25560,'action started via WP Cron','2021-01-13 22:58:19','2021-01-13 17:58:19'),
(64190,25560,'action complete via WP Cron','2021-01-13 22:58:19','2021-01-13 17:58:19'),
(64191,25561,'action created','2021-01-13 22:58:19','2021-01-13 17:58:19'),
(64192,25561,'action started via WP Cron','2021-01-13 22:59:58','2021-01-13 17:59:58'),
(64193,25561,'action complete via WP Cron','2021-01-13 22:59:58','2021-01-13 17:59:58'),
(64194,25562,'action created','2021-01-13 22:59:58','2021-01-13 17:59:58'),
(64195,25562,'action started via WP Cron','2021-01-13 23:01:04','2021-01-13 18:01:04'),
(64196,25562,'action complete via WP Cron','2021-01-13 23:01:04','2021-01-13 18:01:04'),
(64197,25563,'action created','2021-01-13 23:01:04','2021-01-13 18:01:04'),
(64198,25563,'action started via WP Cron','2021-01-13 23:01:15','2021-01-13 18:01:15'),
(64199,25563,'action complete via WP Cron','2021-01-13 23:01:15','2021-01-13 18:01:15'),
(64200,25564,'action created','2021-01-13 23:01:15','2021-01-13 18:01:15'),
(64201,25564,'action started via WP Cron','2021-01-13 23:02:35','2021-01-13 18:02:35'),
(64202,25564,'action complete via WP Cron','2021-01-13 23:02:35','2021-01-13 18:02:35'),
(64203,25565,'action created','2021-01-13 23:02:35','2021-01-13 18:02:35'),
(64204,25565,'action started via WP Cron','2021-01-13 23:03:39','2021-01-13 18:03:39'),
(64205,25565,'action complete via WP Cron','2021-01-13 23:03:39','2021-01-13 18:03:39'),
(64206,25566,'action created','2021-01-13 23:03:39','2021-01-13 18:03:39'),
(64207,25566,'action started via WP Cron','2021-01-13 23:04:20','2021-01-13 18:04:20'),
(64208,25566,'action complete via WP Cron','2021-01-13 23:04:20','2021-01-13 18:04:20'),
(64209,25567,'action created','2021-01-13 23:04:20','2021-01-13 18:04:20'),
(64210,25567,'action started via WP Cron','2021-01-13 23:06:45','2021-01-13 18:06:45'),
(64211,25567,'action complete via WP Cron','2021-01-13 23:06:45','2021-01-13 18:06:45'),
(64212,25568,'action created','2021-01-13 23:06:45','2021-01-13 18:06:45'),
(64213,25568,'action started via WP Cron','2021-01-13 23:07:19','2021-01-13 18:07:19'),
(64214,25568,'action complete via WP Cron','2021-01-13 23:07:19','2021-01-13 18:07:19'),
(64215,25569,'action created','2021-01-13 23:07:20','2021-01-13 18:07:20'),
(64216,25569,'action started via WP Cron','2021-01-13 23:08:37','2021-01-13 18:08:37'),
(64217,25569,'action complete via WP Cron','2021-01-13 23:08:37','2021-01-13 18:08:37'),
(64218,25570,'action created','2021-01-13 23:08:37','2021-01-13 18:08:37'),
(64219,25570,'action started via WP Cron','2021-01-13 23:09:27','2021-01-13 18:09:27'),
(64220,25570,'action complete via WP Cron','2021-01-13 23:09:27','2021-01-13 18:09:27'),
(64221,25571,'action created','2021-01-13 23:09:27','2021-01-13 18:09:27'),
(64222,25571,'action started via WP Cron','2021-01-13 23:10:18','2021-01-13 18:10:18'),
(64223,25571,'action complete via WP Cron','2021-01-13 23:10:18','2021-01-13 18:10:18'),
(64224,25572,'action created','2021-01-13 23:10:18','2021-01-13 18:10:18'),
(64225,25572,'action started via WP Cron','2021-01-13 23:11:40','2021-01-13 18:11:40'),
(64226,25572,'action complete via WP Cron','2021-01-13 23:11:40','2021-01-13 18:11:40'),
(64227,25573,'action created','2021-01-13 23:11:40','2021-01-13 18:11:40'),
(64228,25573,'action started via WP Cron','2021-01-13 23:12:14','2021-01-13 18:12:14'),
(64229,25573,'action complete via WP Cron','2021-01-13 23:12:14','2021-01-13 18:12:14'),
(64230,25574,'action created','2021-01-13 23:12:14','2021-01-13 18:12:14'),
(64231,25574,'action started via WP Cron','2021-01-13 23:13:26','2021-01-13 18:13:26'),
(64232,25574,'action complete via WP Cron','2021-01-13 23:13:26','2021-01-13 18:13:26'),
(64233,25575,'action created','2021-01-13 23:13:26','2021-01-13 18:13:26'),
(64234,25575,'action started via WP Cron','2021-01-13 23:14:30','2021-01-13 18:14:30'),
(64235,25575,'action complete via WP Cron','2021-01-13 23:14:30','2021-01-13 18:14:30'),
(64236,25576,'action created','2021-01-13 23:14:30','2021-01-13 18:14:30'),
(64237,25576,'action started via WP Cron','2021-01-13 23:15:45','2021-01-13 18:15:45'),
(64238,25576,'action complete via WP Cron','2021-01-13 23:15:45','2021-01-13 18:15:45'),
(64239,25577,'action created','2021-01-13 23:15:45','2021-01-13 18:15:45'),
(64240,25577,'action started via WP Cron','2021-01-13 23:16:34','2021-01-13 18:16:34'),
(64241,25577,'action complete via WP Cron','2021-01-13 23:16:34','2021-01-13 18:16:34'),
(64242,25578,'action created','2021-01-13 23:16:34','2021-01-13 18:16:34'),
(64243,25578,'action started via WP Cron','2021-01-13 23:17:54','2021-01-13 18:17:54'),
(64244,25578,'action complete via WP Cron','2021-01-13 23:17:55','2021-01-13 18:17:55'),
(64245,25579,'action created','2021-01-13 23:17:55','2021-01-13 18:17:55'),
(64246,25579,'action started via WP Cron','2021-01-13 23:18:23','2021-01-13 18:18:23'),
(64247,25579,'action complete via WP Cron','2021-01-13 23:18:23','2021-01-13 18:18:23'),
(64248,25580,'action created','2021-01-13 23:18:23','2021-01-13 18:18:23'),
(64249,25580,'action started via WP Cron','2021-01-13 23:20:19','2021-01-13 18:20:19'),
(64250,25580,'action complete via WP Cron','2021-01-13 23:20:19','2021-01-13 18:20:19'),
(64251,25581,'action created','2021-01-13 23:20:19','2021-01-13 18:20:19'),
(64252,25581,'action started via WP Cron','2021-01-13 23:21:37','2021-01-13 18:21:37'),
(64253,25581,'action complete via WP Cron','2021-01-13 23:21:38','2021-01-13 18:21:38'),
(64254,25582,'action created','2021-01-13 23:21:38','2021-01-13 18:21:38'),
(64255,25582,'action started via WP Cron','2021-01-13 23:22:28','2021-01-13 18:22:28'),
(64256,25582,'action complete via WP Cron','2021-01-13 23:22:28','2021-01-13 18:22:28'),
(64257,25583,'action created','2021-01-13 23:22:28','2021-01-13 18:22:28'),
(64258,25583,'action started via WP Cron','2021-01-13 23:23:16','2021-01-13 18:23:16'),
(64259,25583,'action complete via WP Cron','2021-01-13 23:23:16','2021-01-13 18:23:16'),
(64260,25584,'action created','2021-01-13 23:23:16','2021-01-13 18:23:16'),
(64261,25584,'action started via WP Cron','2021-01-13 23:25:03','2021-01-13 18:25:03'),
(64262,25584,'action complete via WP Cron','2021-01-13 23:25:03','2021-01-13 18:25:03'),
(64263,25585,'action created','2021-01-13 23:25:03','2021-01-13 18:25:03'),
(64264,25585,'action started via WP Cron','2021-01-13 23:25:13','2021-01-13 18:25:13'),
(64265,25585,'action complete via WP Cron','2021-01-13 23:25:13','2021-01-13 18:25:13'),
(64266,25586,'action created','2021-01-13 23:25:13','2021-01-13 18:25:13'),
(64267,25586,'action started via WP Cron','2021-01-13 23:28:07','2021-01-13 18:28:07'),
(64268,25586,'action complete via WP Cron','2021-01-13 23:28:07','2021-01-13 18:28:07'),
(64269,25587,'action created','2021-01-13 23:28:07','2021-01-13 18:28:07'),
(64270,25587,'action started via WP Cron','2021-01-13 23:28:21','2021-01-13 18:28:21'),
(64271,25587,'action complete via WP Cron','2021-01-13 23:28:21','2021-01-13 18:28:21'),
(64272,25588,'action created','2021-01-13 23:28:22','2021-01-13 18:28:22'),
(64273,25588,'action started via WP Cron','2021-01-13 23:29:26','2021-01-13 18:29:26'),
(64274,25588,'action complete via WP Cron','2021-01-13 23:29:26','2021-01-13 18:29:26'),
(64275,25589,'action created','2021-01-13 23:29:26','2021-01-13 18:29:26'),
(64276,25589,'action started via WP Cron','2021-01-13 23:30:11','2021-01-13 18:30:11'),
(64277,25589,'action complete via WP Cron','2021-01-13 23:30:11','2021-01-13 18:30:11'),
(64278,25590,'action created','2021-01-13 23:30:11','2021-01-13 18:30:11'),
(64279,25590,'action started via WP Cron','2021-01-13 23:31:27','2021-01-13 18:31:27'),
(64280,25590,'action complete via WP Cron','2021-01-13 23:31:27','2021-01-13 18:31:27'),
(64281,25591,'action created','2021-01-13 23:31:28','2021-01-13 18:31:28'),
(64282,25591,'action started via WP Cron','2021-01-13 23:33:43','2021-01-13 18:33:43'),
(64283,25591,'action complete via WP Cron','2021-01-13 23:33:43','2021-01-13 18:33:43'),
(64284,25592,'action created','2021-01-13 23:33:43','2021-01-13 18:33:43'),
(64285,25592,'action started via WP Cron','2021-01-13 23:34:35','2021-01-13 18:34:35'),
(64286,25592,'action complete via WP Cron','2021-01-13 23:34:35','2021-01-13 18:34:35'),
(64287,25593,'action created','2021-01-13 23:34:35','2021-01-13 18:34:35'),
(64288,25593,'action started via WP Cron','2021-01-13 23:35:15','2021-01-13 18:35:15'),
(64289,25593,'action complete via WP Cron','2021-01-13 23:35:15','2021-01-13 18:35:15'),
(64290,25594,'action created','2021-01-13 23:35:15','2021-01-13 18:35:15'),
(64291,25594,'action started via WP Cron','2021-01-13 23:36:15','2021-01-13 18:36:15'),
(64292,25594,'action complete via WP Cron','2021-01-13 23:36:15','2021-01-13 18:36:15'),
(64293,25595,'action created','2021-01-13 23:36:15','2021-01-13 18:36:15'),
(64294,25595,'action started via WP Cron','2021-01-13 23:37:31','2021-01-13 18:37:31'),
(64295,25595,'action complete via WP Cron','2021-01-13 23:37:31','2021-01-13 18:37:31'),
(64296,25596,'action created','2021-01-13 23:37:31','2021-01-13 18:37:31'),
(64297,25596,'action started via WP Cron','2021-01-13 23:38:29','2021-01-13 18:38:29'),
(64298,25596,'action complete via WP Cron','2021-01-13 23:38:29','2021-01-13 18:38:29'),
(64299,25597,'action created','2021-01-13 23:38:29','2021-01-13 18:38:29'),
(64300,25597,'action started via WP Cron','2021-01-13 23:39:19','2021-01-13 18:39:19'),
(64301,25597,'action complete via WP Cron','2021-01-13 23:39:19','2021-01-13 18:39:19'),
(64302,25598,'action created','2021-01-13 23:39:19','2021-01-13 18:39:19'),
(64303,25598,'action started via WP Cron','2021-01-13 23:40:15','2021-01-13 18:40:15'),
(64304,25598,'action complete via WP Cron','2021-01-13 23:40:15','2021-01-13 18:40:15'),
(64305,25599,'action created','2021-01-13 23:40:15','2021-01-13 18:40:15'),
(64306,25599,'action started via WP Cron','2021-01-13 23:41:12','2021-01-13 18:41:12'),
(64307,25599,'action complete via WP Cron','2021-01-13 23:41:12','2021-01-13 18:41:12'),
(64308,25600,'action created','2021-01-13 23:41:12','2021-01-13 18:41:12'),
(64309,25600,'action started via WP Cron','2021-01-13 23:43:08','2021-01-13 18:43:08'),
(64310,25600,'action complete via WP Cron','2021-01-13 23:43:08','2021-01-13 18:43:08'),
(64311,25601,'action created','2021-01-13 23:43:08','2021-01-13 18:43:08'),
(64312,25601,'action started via WP Cron','2021-01-13 23:43:23','2021-01-13 18:43:23'),
(64313,25601,'action complete via WP Cron','2021-01-13 23:43:23','2021-01-13 18:43:23'),
(64314,25602,'action created','2021-01-13 23:43:24','2021-01-13 18:43:24'),
(64315,25602,'action started via WP Cron','2021-01-13 23:44:24','2021-01-13 18:44:24'),
(64316,25602,'action complete via WP Cron','2021-01-13 23:44:24','2021-01-13 18:44:24'),
(64317,25603,'action created','2021-01-13 23:44:24','2021-01-13 18:44:24'),
(64318,25603,'action started via WP Cron','2021-01-13 23:46:14','2021-01-13 18:46:14'),
(64319,25603,'action complete via WP Cron','2021-01-13 23:46:14','2021-01-13 18:46:14'),
(64320,25604,'action created','2021-01-13 23:46:14','2021-01-13 18:46:14'),
(64321,25604,'action started via WP Cron','2021-01-13 23:47:26','2021-01-13 18:47:26'),
(64322,25604,'action complete via WP Cron','2021-01-13 23:47:26','2021-01-13 18:47:26'),
(64323,25605,'action created','2021-01-13 23:47:26','2021-01-13 18:47:26'),
(64324,25605,'action started via WP Cron','2021-01-13 23:48:56','2021-01-13 18:48:56'),
(64325,25605,'action complete via WP Cron','2021-01-13 23:48:56','2021-01-13 18:48:56'),
(64326,25606,'action created','2021-01-13 23:48:56','2021-01-13 18:48:56'),
(64327,25606,'action started via WP Cron','2021-01-13 23:49:31','2021-01-13 18:49:31'),
(64328,25606,'action complete via WP Cron','2021-01-13 23:49:31','2021-01-13 18:49:31'),
(64329,25607,'action created','2021-01-13 23:49:31','2021-01-13 18:49:31'),
(64330,25607,'action started via WP Cron','2021-01-13 23:50:38','2021-01-13 18:50:38'),
(64331,25607,'action complete via WP Cron','2021-01-13 23:50:38','2021-01-13 18:50:38'),
(64332,25608,'action created','2021-01-13 23:50:38','2021-01-13 18:50:38'),
(64333,25608,'action started via WP Cron','2021-01-13 23:51:13','2021-01-13 18:51:13'),
(64334,25608,'action complete via WP Cron','2021-01-13 23:51:13','2021-01-13 18:51:13'),
(64335,25609,'action created','2021-01-13 23:51:13','2021-01-13 18:51:13'),
(64336,25609,'action started via WP Cron','2021-01-13 23:52:56','2021-01-13 18:52:56'),
(64337,25609,'action complete via WP Cron','2021-01-13 23:52:56','2021-01-13 18:52:56'),
(64338,25610,'action created','2021-01-13 23:52:56','2021-01-13 18:52:56'),
(64339,25610,'action started via WP Cron','2021-01-13 23:53:46','2021-01-13 18:53:46'),
(64340,25610,'action complete via WP Cron','2021-01-13 23:53:46','2021-01-13 18:53:46'),
(64341,25611,'action created','2021-01-13 23:53:46','2021-01-13 18:53:46'),
(64342,25611,'action started via WP Cron','2021-01-13 23:54:18','2021-01-13 18:54:18'),
(64343,25611,'action complete via WP Cron','2021-01-13 23:54:18','2021-01-13 18:54:18'),
(64344,25612,'action created','2021-01-13 23:54:18','2021-01-13 18:54:18'),
(64345,25612,'action started via WP Cron','2021-01-13 23:55:50','2021-01-13 18:55:50'),
(64346,25612,'action complete via WP Cron','2021-01-13 23:55:50','2021-01-13 18:55:50'),
(64347,25613,'action created','2021-01-13 23:55:50','2021-01-13 18:55:50'),
(64348,25613,'action started via WP Cron','2021-01-13 23:56:40','2021-01-13 18:56:40'),
(64349,25613,'action complete via WP Cron','2021-01-13 23:56:40','2021-01-13 18:56:40'),
(64350,25614,'action created','2021-01-13 23:56:40','2021-01-13 18:56:40'),
(64351,25614,'action started via WP Cron','2021-01-13 23:58:43','2021-01-13 18:58:43'),
(64352,25614,'action complete via WP Cron','2021-01-13 23:58:43','2021-01-13 18:58:43'),
(64353,25615,'action created','2021-01-13 23:58:43','2021-01-13 18:58:43'),
(64354,25615,'action started via WP Cron','2021-01-13 23:59:23','2021-01-13 18:59:23'),
(64355,25615,'action complete via WP Cron','2021-01-13 23:59:23','2021-01-13 18:59:23'),
(64356,25616,'action created','2021-01-13 23:59:23','2021-01-13 18:59:23'),
(64357,25616,'action started via WP Cron','2021-01-14 00:00:27','2021-01-13 19:00:27'),
(64358,25616,'action complete via WP Cron','2021-01-14 00:00:27','2021-01-13 19:00:27'),
(64359,25617,'action created','2021-01-14 00:00:27','2021-01-13 19:00:27'),
(64360,25617,'action started via WP Cron','2021-01-14 00:02:03','2021-01-13 19:02:03'),
(64361,25617,'action complete via WP Cron','2021-01-14 00:02:03','2021-01-13 19:02:03'),
(64362,25618,'action created','2021-01-14 00:02:03','2021-01-13 19:02:03'),
(64363,25618,'action started via WP Cron','2021-01-14 00:02:37','2021-01-13 19:02:37'),
(64364,25618,'action complete via WP Cron','2021-01-14 00:02:37','2021-01-13 19:02:37'),
(64365,25619,'action created','2021-01-14 00:02:37','2021-01-13 19:02:37'),
(64366,25619,'action started via WP Cron','2021-01-14 00:03:23','2021-01-13 19:03:23'),
(64367,25619,'action complete via WP Cron','2021-01-14 00:03:23','2021-01-13 19:03:23'),
(64368,25620,'action created','2021-01-14 00:03:23','2021-01-13 19:03:23'),
(64369,25620,'action started via WP Cron','2021-01-14 00:04:25','2021-01-13 19:04:25'),
(64370,25620,'action complete via WP Cron','2021-01-14 00:04:25','2021-01-13 19:04:25'),
(64371,25621,'action created','2021-01-14 00:04:25','2021-01-13 19:04:25'),
(64372,25621,'action started via WP Cron','2021-01-14 00:06:45','2021-01-13 19:06:45'),
(64373,25621,'action complete via WP Cron','2021-01-14 00:06:45','2021-01-13 19:06:45'),
(64374,25622,'action created','2021-01-14 00:06:45','2021-01-13 19:06:45'),
(64375,25622,'action started via WP Cron','2021-01-14 00:07:20','2021-01-13 19:07:20'),
(64376,25622,'action complete via WP Cron','2021-01-14 00:07:20','2021-01-13 19:07:20'),
(64377,25623,'action created','2021-01-14 00:07:20','2021-01-13 19:07:20'),
(64378,25623,'action started via WP Cron','2021-01-14 00:09:34','2021-01-13 19:09:34'),
(64379,25623,'action complete via WP Cron','2021-01-14 00:09:34','2021-01-13 19:09:34'),
(64380,25624,'action created','2021-01-14 00:09:34','2021-01-13 19:09:34'),
(64381,25624,'action started via WP Cron','2021-01-14 00:10:52','2021-01-13 19:10:52'),
(64382,25624,'action complete via WP Cron','2021-01-14 00:10:52','2021-01-13 19:10:52'),
(64383,25625,'action created','2021-01-14 00:10:52','2021-01-13 19:10:52'),
(64384,25625,'action started via WP Cron','2021-01-14 00:11:55','2021-01-13 19:11:55'),
(64385,25625,'action complete via WP Cron','2021-01-14 00:11:56','2021-01-13 19:11:56'),
(64386,25626,'action created','2021-01-14 00:11:56','2021-01-13 19:11:56'),
(64387,25626,'action started via WP Cron','2021-01-14 00:12:16','2021-01-13 19:12:16'),
(64388,25626,'action complete via WP Cron','2021-01-14 00:12:16','2021-01-13 19:12:16'),
(64389,25627,'action created','2021-01-14 00:12:16','2021-01-13 19:12:16'),
(64390,25627,'action started via WP Cron','2021-01-14 00:15:27','2021-01-13 19:15:27'),
(64391,25627,'action complete via WP Cron','2021-01-14 00:15:27','2021-01-13 19:15:27'),
(64392,25628,'action created','2021-01-14 00:15:27','2021-01-13 19:15:27'),
(64393,25628,'action started via WP Cron','2021-01-14 00:16:33','2021-01-13 19:16:33'),
(64394,25628,'action complete via WP Cron','2021-01-14 00:16:33','2021-01-13 19:16:33'),
(64395,25629,'action created','2021-01-14 00:16:33','2021-01-13 19:16:33'),
(64396,25629,'action started via WP Cron','2021-01-14 00:17:44','2021-01-13 19:17:44'),
(64397,25629,'action complete via WP Cron','2021-01-14 00:17:44','2021-01-13 19:17:44'),
(64398,25630,'action created','2021-01-14 00:17:44','2021-01-13 19:17:44'),
(64399,25630,'action started via WP Cron','2021-01-14 00:19:16','2021-01-13 19:19:16'),
(64400,25630,'action complete via WP Cron','2021-01-14 00:19:16','2021-01-13 19:19:16'),
(64401,25631,'action created','2021-01-14 00:19:16','2021-01-13 19:19:16'),
(64402,25631,'action started via WP Cron','2021-01-14 00:20:26','2021-01-13 19:20:26'),
(64403,25631,'action complete via WP Cron','2021-01-14 00:20:26','2021-01-13 19:20:26'),
(64404,25632,'action created','2021-01-14 00:20:26','2021-01-13 19:20:26'),
(64405,25632,'action started via WP Cron','2021-01-14 00:23:43','2021-01-13 19:23:43'),
(64406,25632,'action complete via WP Cron','2021-01-14 00:23:43','2021-01-13 19:23:43'),
(64407,25633,'action created','2021-01-14 00:23:43','2021-01-13 19:23:43'),
(64408,25633,'action started via WP Cron','2021-01-14 00:24:58','2021-01-13 19:24:58'),
(64409,25633,'action complete via WP Cron','2021-01-14 00:24:58','2021-01-13 19:24:58'),
(64410,25634,'action created','2021-01-14 00:24:58','2021-01-13 19:24:58'),
(64411,25634,'action started via WP Cron','2021-01-14 00:25:52','2021-01-13 19:25:52'),
(64412,25634,'action complete via WP Cron','2021-01-14 00:25:52','2021-01-13 19:25:52'),
(64413,25635,'action created','2021-01-14 00:25:52','2021-01-13 19:25:52'),
(64414,25635,'action started via WP Cron','2021-01-14 00:26:33','2021-01-13 19:26:33'),
(64415,25635,'action complete via WP Cron','2021-01-14 00:26:33','2021-01-13 19:26:33'),
(64416,25636,'action created','2021-01-14 00:26:33','2021-01-13 19:26:33'),
(64417,25636,'action started via WP Cron','2021-01-14 00:27:30','2021-01-13 19:27:30'),
(64418,25636,'action complete via WP Cron','2021-01-14 00:27:30','2021-01-13 19:27:30'),
(64419,25637,'action created','2021-01-14 00:27:30','2021-01-13 19:27:30'),
(64420,25637,'action started via WP Cron','2021-01-14 00:29:06','2021-01-13 19:29:06'),
(64421,25637,'action complete via WP Cron','2021-01-14 00:29:06','2021-01-13 19:29:06'),
(64422,25638,'action created','2021-01-14 00:29:06','2021-01-13 19:29:06'),
(64423,25638,'action started via WP Cron','2021-01-14 00:29:59','2021-01-13 19:29:59'),
(64424,25638,'action complete via WP Cron','2021-01-14 00:29:59','2021-01-13 19:29:59'),
(64425,25639,'action created','2021-01-14 00:29:59','2021-01-13 19:29:59'),
(64426,25639,'action started via WP Cron','2021-01-14 00:31:00','2021-01-13 19:31:00'),
(64427,25639,'action complete via WP Cron','2021-01-14 00:31:00','2021-01-13 19:31:00'),
(64428,25640,'action created','2021-01-14 00:31:00','2021-01-13 19:31:00'),
(64429,25640,'action started via WP Cron','2021-01-14 00:33:02','2021-01-13 19:33:02'),
(64430,25640,'action complete via WP Cron','2021-01-14 00:33:02','2021-01-13 19:33:02'),
(64431,25641,'action created','2021-01-14 00:33:02','2021-01-13 19:33:02'),
(64432,25641,'action started via WP Cron','2021-01-14 00:33:24','2021-01-13 19:33:24'),
(64433,25641,'action complete via WP Cron','2021-01-14 00:33:24','2021-01-13 19:33:24'),
(64434,25642,'action created','2021-01-14 00:33:24','2021-01-13 19:33:24'),
(64435,25642,'action started via WP Cron','2021-01-14 00:34:21','2021-01-13 19:34:21'),
(64436,25642,'action complete via WP Cron','2021-01-14 00:34:21','2021-01-13 19:34:21'),
(64437,25643,'action created','2021-01-14 00:34:22','2021-01-13 19:34:22'),
(64438,25643,'action started via WP Cron','2021-01-14 00:37:28','2021-01-13 19:37:28'),
(64439,25643,'action complete via WP Cron','2021-01-14 00:37:28','2021-01-13 19:37:28'),
(64440,25644,'action created','2021-01-14 00:37:28','2021-01-13 19:37:28'),
(64441,25644,'action started via WP Cron','2021-01-14 00:38:46','2021-01-13 19:38:46'),
(64442,25644,'action complete via WP Cron','2021-01-14 00:38:46','2021-01-13 19:38:46'),
(64443,25645,'action created','2021-01-14 00:38:46','2021-01-13 19:38:46'),
(64444,25645,'action started via WP Cron','2021-01-14 00:39:14','2021-01-13 19:39:14'),
(64445,25645,'action complete via WP Cron','2021-01-14 00:39:14','2021-01-13 19:39:14'),
(64446,25646,'action created','2021-01-14 00:39:14','2021-01-13 19:39:14'),
(64447,25646,'action started via WP Cron','2021-01-14 00:41:08','2021-01-13 19:41:08'),
(64448,25646,'action complete via WP Cron','2021-01-14 00:41:08','2021-01-13 19:41:08'),
(64449,25647,'action created','2021-01-14 00:41:08','2021-01-13 19:41:08'),
(64450,25647,'action started via WP Cron','2021-01-14 00:41:27','2021-01-13 19:41:27'),
(64451,25647,'action complete via WP Cron','2021-01-14 00:41:27','2021-01-13 19:41:27'),
(64452,25648,'action created','2021-01-14 00:41:27','2021-01-13 19:41:27'),
(64453,25648,'action started via WP Cron','2021-01-14 00:42:58','2021-01-13 19:42:58'),
(64454,25648,'action complete via WP Cron','2021-01-14 00:42:58','2021-01-13 19:42:58'),
(64455,25649,'action created','2021-01-14 00:42:58','2021-01-13 19:42:58'),
(64456,25649,'action started via WP Cron','2021-01-14 00:43:33','2021-01-13 19:43:33'),
(64457,25649,'action complete via WP Cron','2021-01-14 00:43:33','2021-01-13 19:43:33'),
(64458,25650,'action created','2021-01-14 00:43:33','2021-01-13 19:43:33'),
(64459,25650,'action started via WP Cron','2021-01-14 00:44:27','2021-01-13 19:44:27'),
(64460,25650,'action complete via WP Cron','2021-01-14 00:44:27','2021-01-13 19:44:27'),
(64461,25651,'action created','2021-01-14 00:44:27','2021-01-13 19:44:27'),
(64462,25651,'action started via WP Cron','2021-01-14 00:45:53','2021-01-13 19:45:53'),
(64463,25651,'action complete via WP Cron','2021-01-14 00:45:53','2021-01-13 19:45:53'),
(64464,25652,'action created','2021-01-14 00:45:53','2021-01-13 19:45:53'),
(64465,25652,'action started via WP Cron','2021-01-14 00:46:33','2021-01-13 19:46:33'),
(64466,25652,'action complete via WP Cron','2021-01-14 00:46:33','2021-01-13 19:46:33'),
(64467,25653,'action created','2021-01-14 00:46:33','2021-01-13 19:46:33'),
(64468,25653,'action started via WP Cron','2021-01-14 00:47:26','2021-01-13 19:47:26'),
(64469,25653,'action complete via WP Cron','2021-01-14 00:47:26','2021-01-13 19:47:26'),
(64470,25654,'action created','2021-01-14 00:47:26','2021-01-13 19:47:26'),
(64471,25654,'action started via WP Cron','2021-01-14 00:48:22','2021-01-13 19:48:22'),
(64472,25654,'action complete via WP Cron','2021-01-14 00:48:22','2021-01-13 19:48:22'),
(64473,25655,'action created','2021-01-14 00:48:22','2021-01-13 19:48:22'),
(64474,25655,'action started via WP Cron','2021-01-14 00:50:33','2021-01-13 19:50:33'),
(64475,25655,'action complete via WP Cron','2021-01-14 00:50:33','2021-01-13 19:50:33'),
(64476,25656,'action created','2021-01-14 00:50:33','2021-01-13 19:50:33'),
(64477,25656,'action started via WP Cron','2021-01-14 00:51:34','2021-01-13 19:51:34'),
(64478,25656,'action complete via WP Cron','2021-01-14 00:51:34','2021-01-13 19:51:34'),
(64479,25657,'action created','2021-01-14 00:51:34','2021-01-13 19:51:34'),
(64480,25657,'action started via WP Cron','2021-01-14 00:55:18','2021-01-13 19:55:18'),
(64481,25657,'action complete via WP Cron','2021-01-14 00:55:18','2021-01-13 19:55:18'),
(64482,25658,'action created','2021-01-14 00:55:18','2021-01-13 19:55:18'),
(64483,25658,'action started via WP Cron','2021-01-14 00:56:39','2021-01-13 19:56:39'),
(64484,25658,'action complete via WP Cron','2021-01-14 00:56:39','2021-01-13 19:56:39'),
(64485,25659,'action created','2021-01-14 00:56:39','2021-01-13 19:56:39'),
(64486,25659,'action started via WP Cron','2021-01-14 00:57:34','2021-01-13 19:57:34'),
(64487,25659,'action complete via WP Cron','2021-01-14 00:57:34','2021-01-13 19:57:34'),
(64488,25660,'action created','2021-01-14 00:57:34','2021-01-13 19:57:34'),
(64489,25660,'action started via WP Cron','2021-01-14 00:58:28','2021-01-13 19:58:28'),
(64490,25660,'action complete via WP Cron','2021-01-14 00:58:28','2021-01-13 19:58:28'),
(64491,25661,'action created','2021-01-14 00:58:28','2021-01-13 19:58:28'),
(64492,25661,'action started via WP Cron','2021-01-14 01:00:19','2021-01-13 20:00:19'),
(64493,25661,'action complete via WP Cron','2021-01-14 01:00:19','2021-01-13 20:00:19'),
(64494,25662,'action created','2021-01-14 01:00:19','2021-01-13 20:00:19'),
(64495,25662,'action started via WP Cron','2021-01-14 01:01:36','2021-01-13 20:01:36'),
(64496,25662,'action complete via WP Cron','2021-01-14 01:01:36','2021-01-13 20:01:36'),
(64497,25663,'action created','2021-01-14 01:01:36','2021-01-13 20:01:36'),
(64498,25663,'action started via WP Cron','2021-01-14 01:02:41','2021-01-13 20:02:41'),
(64499,25663,'action complete via WP Cron','2021-01-14 01:02:41','2021-01-13 20:02:41'),
(64500,25664,'action created','2021-01-14 01:02:41','2021-01-13 20:02:41'),
(64501,25664,'action started via WP Cron','2021-01-14 01:05:39','2021-01-13 20:05:39'),
(64502,25664,'action complete via WP Cron','2021-01-14 01:05:39','2021-01-13 20:05:39'),
(64503,25665,'action created','2021-01-14 01:05:39','2021-01-13 20:05:39'),
(64504,25665,'action started via WP Cron','2021-01-14 01:07:26','2021-01-13 20:07:26'),
(64505,25665,'action complete via WP Cron','2021-01-14 01:07:26','2021-01-13 20:07:26'),
(64506,25666,'action created','2021-01-14 01:07:26','2021-01-13 20:07:26'),
(64507,25666,'action started via WP Cron','2021-01-14 01:10:28','2021-01-13 20:10:28'),
(64508,25666,'action complete via WP Cron','2021-01-14 01:10:28','2021-01-13 20:10:28'),
(64509,25667,'action created','2021-01-14 01:10:28','2021-01-13 20:10:28'),
(64510,25667,'action started via WP Cron','2021-01-14 01:12:10','2021-01-13 20:12:10'),
(64511,25667,'action complete via WP Cron','2021-01-14 01:12:10','2021-01-13 20:12:10'),
(64512,25668,'action created','2021-01-14 01:12:10','2021-01-13 20:12:10'),
(64513,25668,'action started via WP Cron','2021-01-14 01:12:33','2021-01-13 20:12:33'),
(64514,25668,'action complete via WP Cron','2021-01-14 01:12:33','2021-01-13 20:12:33'),
(64515,25669,'action created','2021-01-14 01:12:33','2021-01-13 20:12:33'),
(64516,25669,'action started via WP Cron','2021-01-14 01:13:42','2021-01-13 20:13:42'),
(64517,25669,'action complete via WP Cron','2021-01-14 01:13:42','2021-01-13 20:13:42'),
(64518,25670,'action created','2021-01-14 01:13:42','2021-01-13 20:13:42'),
(64519,25670,'action started via WP Cron','2021-01-14 01:14:22','2021-01-13 20:14:22'),
(64520,25670,'action complete via WP Cron','2021-01-14 01:14:22','2021-01-13 20:14:22'),
(64521,25671,'action created','2021-01-14 01:14:22','2021-01-13 20:14:22'),
(64522,25671,'action started via WP Cron','2021-01-14 01:16:15','2021-01-13 20:16:15'),
(64523,25671,'action complete via WP Cron','2021-01-14 01:16:15','2021-01-13 20:16:15'),
(64524,25672,'action created','2021-01-14 01:16:15','2021-01-13 20:16:15'),
(64525,25672,'action started via WP Cron','2021-01-14 01:17:47','2021-01-13 20:17:47'),
(64526,25672,'action complete via WP Cron','2021-01-14 01:17:47','2021-01-13 20:17:47'),
(64527,25673,'action created','2021-01-14 01:17:47','2021-01-13 20:17:47'),
(64528,25673,'action started via WP Cron','2021-01-14 01:18:12','2021-01-13 20:18:12'),
(64529,25673,'action complete via WP Cron','2021-01-14 01:18:12','2021-01-13 20:18:12'),
(64530,25674,'action created','2021-01-14 01:18:12','2021-01-13 20:18:12'),
(64531,25674,'action started via WP Cron','2021-01-14 01:21:57','2021-01-13 20:21:57'),
(64532,25674,'action complete via WP Cron','2021-01-14 01:21:57','2021-01-13 20:21:57'),
(64533,25675,'action created','2021-01-14 01:21:57','2021-01-13 20:21:57'),
(64534,25675,'action started via WP Cron','2021-01-14 01:23:35','2021-01-13 20:23:35'),
(64535,25675,'action complete via WP Cron','2021-01-14 01:23:35','2021-01-13 20:23:35'),
(64536,25676,'action created','2021-01-14 01:23:35','2021-01-13 20:23:35'),
(64537,24588,'action started via WP Cron','2021-01-14 01:24:15','2021-01-13 20:24:15'),
(64538,24588,'action complete via WP Cron','2021-01-14 01:24:15','2021-01-13 20:24:15'),
(64539,25677,'action created','2021-01-14 01:24:15','2021-01-13 20:24:15'),
(64540,25676,'action started via WP Cron','2021-01-14 01:24:15','2021-01-13 20:24:15'),
(64541,25676,'action complete via WP Cron','2021-01-14 01:24:15','2021-01-13 20:24:15'),
(64542,25678,'action created','2021-01-14 01:24:15','2021-01-13 20:24:15'),
(64543,25678,'action started via WP Cron','2021-01-14 01:26:11','2021-01-13 20:26:11'),
(64544,25678,'action complete via WP Cron','2021-01-14 01:26:11','2021-01-13 20:26:11'),
(64545,25679,'action created','2021-01-14 01:26:11','2021-01-13 20:26:11'),
(64546,25679,'action started via WP Cron','2021-01-14 01:27:29','2021-01-13 20:27:29'),
(64547,25679,'action complete via WP Cron','2021-01-14 01:27:29','2021-01-13 20:27:29'),
(64548,25680,'action created','2021-01-14 01:27:29','2021-01-13 20:27:29'),
(64549,25680,'action started via WP Cron','2021-01-14 01:28:13','2021-01-13 20:28:13'),
(64550,25680,'action complete via WP Cron','2021-01-14 01:28:13','2021-01-13 20:28:13'),
(64551,25681,'action created','2021-01-14 01:28:13','2021-01-13 20:28:13'),
(64552,25681,'action started via WP Cron','2021-01-14 01:30:26','2021-01-13 20:30:26'),
(64553,25681,'action complete via WP Cron','2021-01-14 01:30:26','2021-01-13 20:30:26'),
(64554,25682,'action created','2021-01-14 01:30:26','2021-01-13 20:30:26'),
(64555,25682,'action started via WP Cron','2021-01-14 01:31:43','2021-01-13 20:31:43'),
(64556,25682,'action complete via WP Cron','2021-01-14 01:31:43','2021-01-13 20:31:43'),
(64557,25683,'action created','2021-01-14 01:31:43','2021-01-13 20:31:43'),
(64558,25683,'action started via WP Cron','2021-01-14 01:32:29','2021-01-13 20:32:29'),
(64559,25683,'action complete via WP Cron','2021-01-14 01:32:29','2021-01-13 20:32:29'),
(64560,25684,'action created','2021-01-14 01:32:29','2021-01-13 20:32:29'),
(64561,25684,'action started via WP Cron','2021-01-14 01:33:24','2021-01-13 20:33:24'),
(64562,25684,'action complete via WP Cron','2021-01-14 01:33:24','2021-01-13 20:33:24'),
(64563,25685,'action created','2021-01-14 01:33:25','2021-01-13 20:33:25'),
(64564,25685,'action started via WP Cron','2021-01-14 01:34:30','2021-01-13 20:34:30'),
(64565,25685,'action complete via WP Cron','2021-01-14 01:34:30','2021-01-13 20:34:30'),
(64566,25686,'action created','2021-01-14 01:34:30','2021-01-13 20:34:30'),
(64567,25686,'action started via WP Cron','2021-01-14 01:35:13','2021-01-13 20:35:13'),
(64568,25686,'action complete via WP Cron','2021-01-14 01:35:13','2021-01-13 20:35:13'),
(64569,25687,'action created','2021-01-14 01:35:13','2021-01-13 20:35:13'),
(64570,25687,'action started via WP Cron','2021-01-14 01:36:22','2021-01-13 20:36:22'),
(64571,25687,'action complete via WP Cron','2021-01-14 01:36:22','2021-01-13 20:36:22'),
(64572,25688,'action created','2021-01-14 01:36:22','2021-01-13 20:36:22'),
(64573,25688,'action started via WP Cron','2021-01-14 01:37:47','2021-01-13 20:37:47'),
(64574,25688,'action complete via WP Cron','2021-01-14 01:37:47','2021-01-13 20:37:47'),
(64575,25689,'action created','2021-01-14 01:37:47','2021-01-13 20:37:47'),
(64576,25689,'action started via WP Cron','2021-01-14 01:38:34','2021-01-13 20:38:34'),
(64577,25689,'action complete via WP Cron','2021-01-14 01:38:34','2021-01-13 20:38:34'),
(64578,25690,'action created','2021-01-14 01:38:34','2021-01-13 20:38:34'),
(64579,25690,'action started via WP Cron','2021-01-14 01:40:15','2021-01-13 20:40:15'),
(64580,25690,'action complete via WP Cron','2021-01-14 01:40:15','2021-01-13 20:40:15'),
(64581,25691,'action created','2021-01-14 01:40:15','2021-01-13 20:40:15'),
(64582,25691,'action started via WP Cron','2021-01-14 01:41:16','2021-01-13 20:41:16'),
(64583,25691,'action complete via WP Cron','2021-01-14 01:41:16','2021-01-13 20:41:16'),
(64584,25692,'action created','2021-01-14 01:41:16','2021-01-13 20:41:16'),
(64585,25692,'action started via WP Cron','2021-01-14 01:42:41','2021-01-13 20:42:41'),
(64586,25692,'action complete via WP Cron','2021-01-14 01:42:41','2021-01-13 20:42:41'),
(64587,25693,'action created','2021-01-14 01:43:45','2021-01-13 20:43:45'),
(64588,25693,'action started via WP Cron','2021-01-14 01:45:43','2021-01-13 20:45:43'),
(64589,25693,'action complete via WP Cron','2021-01-14 01:45:43','2021-01-13 20:45:43'),
(64590,25694,'action created','2021-01-14 01:45:43','2021-01-13 20:45:43'),
(64591,25694,'action started via WP Cron','2021-01-14 01:46:14','2021-01-13 20:46:14'),
(64592,25694,'action complete via WP Cron','2021-01-14 01:46:14','2021-01-13 20:46:14'),
(64593,25695,'action created','2021-01-14 01:46:14','2021-01-13 20:46:14'),
(64594,25695,'action started via WP Cron','2021-01-14 01:47:48','2021-01-13 20:47:48'),
(64595,25695,'action complete via WP Cron','2021-01-14 01:47:48','2021-01-13 20:47:48'),
(64596,25696,'action created','2021-01-14 01:47:48','2021-01-13 20:47:48'),
(64597,25696,'action started via WP Cron','2021-01-14 01:48:57','2021-01-13 20:48:57'),
(64598,25696,'action complete via WP Cron','2021-01-14 01:48:58','2021-01-13 20:48:58'),
(64599,25697,'action created','2021-01-14 01:48:58','2021-01-13 20:48:58'),
(64600,25697,'action started via WP Cron','2021-01-14 01:51:13','2021-01-13 20:51:13'),
(64601,25697,'action complete via WP Cron','2021-01-14 01:51:13','2021-01-13 20:51:13'),
(64602,25698,'action created','2021-01-14 01:51:13','2021-01-13 20:51:13'),
(64603,25698,'action started via WP Cron','2021-01-14 01:52:52','2021-01-13 20:52:52'),
(64604,25698,'action complete via WP Cron','2021-01-14 01:52:52','2021-01-13 20:52:52'),
(64605,25699,'action created','2021-01-14 01:52:52','2021-01-13 20:52:52'),
(64606,25699,'action started via WP Cron','2021-01-14 01:55:16','2021-01-13 20:55:16'),
(64607,25699,'action complete via WP Cron','2021-01-14 01:55:16','2021-01-13 20:55:16'),
(64608,25700,'action created','2021-01-14 01:55:16','2021-01-13 20:55:16'),
(64609,25700,'action started via WP Cron','2021-01-14 01:56:22','2021-01-13 20:56:22'),
(64610,25700,'action complete via WP Cron','2021-01-14 01:56:22','2021-01-13 20:56:22'),
(64611,25701,'action created','2021-01-14 01:56:23','2021-01-13 20:56:23'),
(64612,25701,'action started via WP Cron','2021-01-14 02:00:46','2021-01-13 21:00:46'),
(64613,25701,'action complete via WP Cron','2021-01-14 02:00:46','2021-01-13 21:00:46'),
(64614,25702,'action created','2021-01-14 02:00:46','2021-01-13 21:00:46'),
(64615,25702,'action started via WP Cron','2021-01-14 02:01:28','2021-01-13 21:01:28'),
(64616,25702,'action complete via WP Cron','2021-01-14 02:01:28','2021-01-13 21:01:28'),
(64617,25703,'action created','2021-01-14 02:01:28','2021-01-13 21:01:28'),
(64618,25703,'action started via WP Cron','2021-01-14 02:02:31','2021-01-13 21:02:31'),
(64619,25703,'action complete via WP Cron','2021-01-14 02:02:31','2021-01-13 21:02:31'),
(64620,25704,'action created','2021-01-14 02:02:31','2021-01-13 21:02:31'),
(64621,25704,'action started via WP Cron','2021-01-14 02:03:15','2021-01-13 21:03:15'),
(64622,25704,'action complete via WP Cron','2021-01-14 02:03:15','2021-01-13 21:03:15'),
(64623,25705,'action created','2021-01-14 02:03:15','2021-01-13 21:03:15'),
(64624,25705,'action started via WP Cron','2021-01-14 02:04:17','2021-01-13 21:04:17'),
(64625,25705,'action complete via WP Cron','2021-01-14 02:04:17','2021-01-13 21:04:17'),
(64626,25706,'action created','2021-01-14 02:04:17','2021-01-13 21:04:17'),
(64627,25706,'action started via WP Cron','2021-01-14 02:05:39','2021-01-13 21:05:39'),
(64628,25706,'action complete via WP Cron','2021-01-14 02:05:39','2021-01-13 21:05:39'),
(64629,25707,'action created','2021-01-14 02:05:39','2021-01-13 21:05:39'),
(64630,25707,'action started via WP Cron','2021-01-14 02:06:59','2021-01-13 21:06:59'),
(64631,25707,'action complete via WP Cron','2021-01-14 02:06:59','2021-01-13 21:06:59'),
(64632,25708,'action created','2021-01-14 02:06:59','2021-01-13 21:06:59'),
(64633,25708,'action started via WP Cron','2021-01-14 02:07:21','2021-01-13 21:07:21'),
(64634,25708,'action complete via WP Cron','2021-01-14 02:07:21','2021-01-13 21:07:21'),
(64635,25709,'action created','2021-01-14 02:07:21','2021-01-13 21:07:21'),
(64636,25709,'action started via WP Cron','2021-01-14 02:08:29','2021-01-13 21:08:29'),
(64637,25709,'action complete via WP Cron','2021-01-14 02:08:29','2021-01-13 21:08:29'),
(64638,25710,'action created','2021-01-14 02:08:30','2021-01-13 21:08:30'),
(64639,25710,'action started via WP Cron','2021-01-14 02:09:55','2021-01-13 21:09:55'),
(64640,25710,'action complete via WP Cron','2021-01-14 02:09:55','2021-01-13 21:09:55'),
(64641,25711,'action created','2021-01-14 02:09:55','2021-01-13 21:09:55'),
(64642,25711,'action started via WP Cron','2021-01-14 02:12:26','2021-01-13 21:12:26'),
(64643,25711,'action complete via WP Cron','2021-01-14 02:12:26','2021-01-13 21:12:26'),
(64644,25712,'action created','2021-01-14 02:12:26','2021-01-13 21:12:26'),
(64645,25712,'action started via WP Cron','2021-01-14 02:13:13','2021-01-13 21:13:13'),
(64646,25712,'action complete via WP Cron','2021-01-14 02:13:13','2021-01-13 21:13:13'),
(64647,25713,'action created','2021-01-14 02:13:13','2021-01-13 21:13:13'),
(64648,25713,'action started via WP Cron','2021-01-14 02:14:54','2021-01-13 21:14:54'),
(64649,25713,'action complete via WP Cron','2021-01-14 02:14:54','2021-01-13 21:14:54'),
(64650,25714,'action created','2021-01-14 02:14:54','2021-01-13 21:14:54'),
(64651,25714,'action started via WP Cron','2021-01-14 02:15:34','2021-01-13 21:15:34'),
(64652,25714,'action complete via WP Cron','2021-01-14 02:15:34','2021-01-13 21:15:34'),
(64653,25715,'action created','2021-01-14 02:15:34','2021-01-13 21:15:34'),
(64654,25715,'action started via WP Cron','2021-01-14 02:16:11','2021-01-13 21:16:11'),
(64655,25715,'action complete via WP Cron','2021-01-14 02:16:11','2021-01-13 21:16:11'),
(64656,25716,'action created','2021-01-14 02:16:11','2021-01-13 21:16:11'),
(64657,25716,'action started via WP Cron','2021-01-14 02:18:13','2021-01-13 21:18:13'),
(64658,25716,'action complete via WP Cron','2021-01-14 02:18:13','2021-01-13 21:18:13'),
(64659,25717,'action created','2021-01-14 02:18:13','2021-01-13 21:18:13'),
(64660,25717,'action started via WP Cron','2021-01-14 02:19:27','2021-01-13 21:19:27'),
(64661,25717,'action complete via WP Cron','2021-01-14 02:19:27','2021-01-13 21:19:27'),
(64662,25718,'action created','2021-01-14 02:19:27','2021-01-13 21:19:27'),
(64663,25718,'action started via WP Cron','2021-01-14 02:22:10','2021-01-13 21:22:10'),
(64664,25718,'action complete via WP Cron','2021-01-14 02:22:10','2021-01-13 21:22:10'),
(64665,25719,'action created','2021-01-14 02:22:10','2021-01-13 21:22:10'),
(64666,25719,'action started via WP Cron','2021-01-14 02:25:17','2021-01-13 21:25:17'),
(64667,25719,'action complete via WP Cron','2021-01-14 02:25:17','2021-01-13 21:25:17'),
(64668,25720,'action created','2021-01-14 02:25:17','2021-01-13 21:25:17'),
(64669,25720,'action started via WP Cron','2021-01-14 02:26:11','2021-01-13 21:26:11'),
(64670,25720,'action complete via WP Cron','2021-01-14 02:26:11','2021-01-13 21:26:11'),
(64671,25721,'action created','2021-01-14 02:26:11','2021-01-13 21:26:11'),
(64672,25721,'action started via WP Cron','2021-01-14 02:27:15','2021-01-13 21:27:15'),
(64673,25721,'action complete via WP Cron','2021-01-14 02:27:15','2021-01-13 21:27:15'),
(64674,25722,'action created','2021-01-14 02:27:15','2021-01-13 21:27:15'),
(64675,25722,'action started via WP Cron','2021-01-14 02:29:19','2021-01-13 21:29:19'),
(64676,25722,'action complete via WP Cron','2021-01-14 02:29:19','2021-01-13 21:29:19'),
(64677,25723,'action created','2021-01-14 02:29:19','2021-01-13 21:29:19'),
(64678,25723,'action started via WP Cron','2021-01-14 02:31:01','2021-01-13 21:31:01'),
(64679,25723,'action complete via WP Cron','2021-01-14 02:31:01','2021-01-13 21:31:01'),
(64680,25724,'action created','2021-01-14 02:31:01','2021-01-13 21:31:01'),
(64681,25724,'action started via WP Cron','2021-01-14 02:31:22','2021-01-13 21:31:22'),
(64682,25724,'action complete via WP Cron','2021-01-14 02:31:22','2021-01-13 21:31:22'),
(64683,25725,'action created','2021-01-14 02:31:22','2021-01-13 21:31:22'),
(64684,25725,'action started via WP Cron','2021-01-14 02:33:25','2021-01-13 21:33:25'),
(64685,25725,'action complete via WP Cron','2021-01-14 02:33:25','2021-01-13 21:33:25'),
(64686,25726,'action created','2021-01-14 02:33:25','2021-01-13 21:33:25'),
(64687,25726,'action started via WP Cron','2021-01-14 02:34:17','2021-01-13 21:34:17'),
(64688,25726,'action complete via WP Cron','2021-01-14 02:34:17','2021-01-13 21:34:17'),
(64689,25727,'action created','2021-01-14 02:34:17','2021-01-13 21:34:17'),
(64690,25727,'action started via WP Cron','2021-01-14 02:35:12','2021-01-13 21:35:12'),
(64691,25727,'action complete via WP Cron','2021-01-14 02:35:12','2021-01-13 21:35:12'),
(64692,25728,'action created','2021-01-14 02:35:12','2021-01-13 21:35:12'),
(64693,25728,'action started via WP Cron','2021-01-14 02:36:34','2021-01-13 21:36:34'),
(64694,25728,'action complete via WP Cron','2021-01-14 02:36:34','2021-01-13 21:36:34'),
(64695,25729,'action created','2021-01-14 02:36:34','2021-01-13 21:36:34'),
(64696,25729,'action started via WP Cron','2021-01-14 02:37:21','2021-01-13 21:37:21'),
(64697,25729,'action complete via WP Cron','2021-01-14 02:37:21','2021-01-13 21:37:21'),
(64698,25730,'action created','2021-01-14 02:37:21','2021-01-13 21:37:21'),
(64699,25730,'action started via WP Cron','2021-01-14 02:39:25','2021-01-13 21:39:25'),
(64700,25730,'action complete via WP Cron','2021-01-14 02:39:25','2021-01-13 21:39:25'),
(64701,25731,'action created','2021-01-14 02:39:25','2021-01-13 21:39:25'),
(64702,25731,'action started via WP Cron','2021-01-14 02:40:26','2021-01-13 21:40:26'),
(64703,25731,'action complete via WP Cron','2021-01-14 02:40:26','2021-01-13 21:40:26'),
(64704,25732,'action created','2021-01-14 02:40:26','2021-01-13 21:40:26'),
(64705,25732,'action started via WP Cron','2021-01-14 02:42:16','2021-01-13 21:42:16'),
(64706,25732,'action complete via WP Cron','2021-01-14 02:42:16','2021-01-13 21:42:16'),
(64707,25733,'action created','2021-01-14 02:42:16','2021-01-13 21:42:16'),
(64708,25733,'action started via WP Cron','2021-01-14 02:43:16','2021-01-13 21:43:16'),
(64709,25733,'action complete via WP Cron','2021-01-14 02:43:16','2021-01-13 21:43:16'),
(64710,25734,'action created','2021-01-14 02:43:16','2021-01-13 21:43:16'),
(64711,25734,'action started via WP Cron','2021-01-14 02:44:38','2021-01-13 21:44:38'),
(64712,25734,'action complete via WP Cron','2021-01-14 02:44:38','2021-01-13 21:44:38'),
(64713,25735,'action created','2021-01-14 02:44:38','2021-01-13 21:44:38'),
(64714,25735,'action started via WP Cron','2021-01-14 02:45:12','2021-01-13 21:45:12'),
(64715,25735,'action complete via WP Cron','2021-01-14 02:45:12','2021-01-13 21:45:12'),
(64716,25736,'action created','2021-01-14 02:45:12','2021-01-13 21:45:12'),
(64717,25736,'action started via WP Cron','2021-01-14 02:47:28','2021-01-13 21:47:28'),
(64718,25736,'action complete via WP Cron','2021-01-14 02:47:28','2021-01-13 21:47:28'),
(64719,25737,'action created','2021-01-14 02:47:29','2021-01-13 21:47:29'),
(64720,25737,'action started via WP Cron','2021-01-14 02:49:00','2021-01-13 21:49:00'),
(64721,25737,'action complete via WP Cron','2021-01-14 02:49:00','2021-01-13 21:49:00'),
(64722,25738,'action created','2021-01-14 02:49:00','2021-01-13 21:49:00'),
(64723,25738,'action started via WP Cron','2021-01-14 02:49:39','2021-01-13 21:49:39'),
(64724,25738,'action complete via WP Cron','2021-01-14 02:49:39','2021-01-13 21:49:39'),
(64725,25739,'action created','2021-01-14 02:49:39','2021-01-13 21:49:39'),
(64726,25739,'action started via WP Cron','2021-01-14 02:51:16','2021-01-13 21:51:16'),
(64727,25739,'action complete via WP Cron','2021-01-14 02:51:16','2021-01-13 21:51:16'),
(64728,25740,'action created','2021-01-14 02:51:16','2021-01-13 21:51:16'),
(64729,25740,'action started via WP Cron','2021-01-14 02:52:12','2021-01-13 21:52:12'),
(64730,25740,'action complete via WP Cron','2021-01-14 02:52:12','2021-01-13 21:52:12'),
(64731,25741,'action created','2021-01-14 02:52:12','2021-01-13 21:52:12'),
(64732,25741,'action started via WP Cron','2021-01-14 02:53:20','2021-01-13 21:53:20'),
(64733,25741,'action complete via WP Cron','2021-01-14 02:53:20','2021-01-13 21:53:20'),
(64734,25742,'action created','2021-01-14 02:53:20','2021-01-13 21:53:20'),
(64735,25742,'action started via WP Cron','2021-01-14 02:54:44','2021-01-13 21:54:44'),
(64736,25742,'action complete via WP Cron','2021-01-14 02:54:44','2021-01-13 21:54:44'),
(64737,25743,'action created','2021-01-14 02:54:44','2021-01-13 21:54:44'),
(64738,25743,'action started via WP Cron','2021-01-14 02:55:26','2021-01-13 21:55:26'),
(64739,25743,'action complete via WP Cron','2021-01-14 02:55:26','2021-01-13 21:55:26'),
(64740,25744,'action created','2021-01-14 02:55:26','2021-01-13 21:55:26'),
(64741,25744,'action started via WP Cron','2021-01-14 02:56:33','2021-01-13 21:56:33'),
(64742,25744,'action complete via WP Cron','2021-01-14 02:56:33','2021-01-13 21:56:33'),
(64743,25745,'action created','2021-01-14 02:56:33','2021-01-13 21:56:33'),
(64744,25745,'action started via WP Cron','2021-01-14 02:57:32','2021-01-13 21:57:32'),
(64745,25745,'action complete via WP Cron','2021-01-14 02:57:32','2021-01-13 21:57:32'),
(64746,25746,'action created','2021-01-14 02:57:32','2021-01-13 21:57:32'),
(64747,25746,'action started via WP Cron','2021-01-14 02:59:06','2021-01-13 21:59:06'),
(64748,25746,'action complete via WP Cron','2021-01-14 02:59:06','2021-01-13 21:59:06'),
(64749,25747,'action created','2021-01-14 02:59:06','2021-01-13 21:59:06'),
(64750,25747,'action started via WP Cron','2021-01-14 03:01:23','2021-01-13 22:01:23'),
(64751,25747,'action complete via WP Cron','2021-01-14 03:01:23','2021-01-13 22:01:23'),
(64752,25748,'action created','2021-01-14 03:01:23','2021-01-13 22:01:23'),
(64753,25748,'action started via WP Cron','2021-01-14 03:02:15','2021-01-13 22:02:15'),
(64754,25748,'action complete via WP Cron','2021-01-14 03:02:15','2021-01-13 22:02:15'),
(64755,25749,'action created','2021-01-14 03:02:15','2021-01-13 22:02:15'),
(64756,25749,'action started via WP Cron','2021-01-14 03:03:13','2021-01-13 22:03:13'),
(64757,25749,'action complete via WP Cron','2021-01-14 03:03:13','2021-01-13 22:03:13'),
(64758,25750,'action created','2021-01-14 03:03:13','2021-01-13 22:03:13'),
(64759,25750,'action started via WP Cron','2021-01-14 03:05:01','2021-01-13 22:05:01'),
(64760,25750,'action complete via WP Cron','2021-01-14 03:05:01','2021-01-13 22:05:01'),
(64761,25751,'action created','2021-01-14 03:05:01','2021-01-13 22:05:01'),
(64762,25751,'action started via WP Cron','2021-01-14 03:05:20','2021-01-13 22:05:20'),
(64763,25751,'action complete via WP Cron','2021-01-14 03:05:20','2021-01-13 22:05:20'),
(64764,25752,'action created','2021-01-14 03:05:20','2021-01-13 22:05:20'),
(64765,25752,'action started via WP Cron','2021-01-14 03:06:42','2021-01-13 22:06:42'),
(64766,25752,'action complete via WP Cron','2021-01-14 03:06:42','2021-01-13 22:06:42'),
(64767,25753,'action created','2021-01-14 03:06:42','2021-01-13 22:06:42'),
(64768,25753,'action started via WP Cron','2021-01-14 03:07:20','2021-01-13 22:07:20'),
(64769,25753,'action complete via WP Cron','2021-01-14 03:07:20','2021-01-13 22:07:20'),
(64770,25754,'action created','2021-01-14 03:07:20','2021-01-13 22:07:20'),
(64771,25754,'action started via WP Cron','2021-01-14 03:08:26','2021-01-13 22:08:26'),
(64772,25754,'action complete via WP Cron','2021-01-14 03:08:26','2021-01-13 22:08:26'),
(64773,25755,'action created','2021-01-14 03:08:26','2021-01-13 22:08:26'),
(64774,25755,'action started via WP Cron','2021-01-14 03:09:40','2021-01-13 22:09:40'),
(64775,25755,'action complete via WP Cron','2021-01-14 03:09:40','2021-01-13 22:09:40'),
(64776,25756,'action created','2021-01-14 03:09:40','2021-01-13 22:09:40'),
(64777,25756,'action started via WP Cron','2021-01-14 03:10:39','2021-01-13 22:10:39'),
(64778,25756,'action complete via WP Cron','2021-01-14 03:10:39','2021-01-13 22:10:39'),
(64779,25757,'action created','2021-01-14 03:10:39','2021-01-13 22:10:39'),
(64780,25757,'action started via WP Cron','2021-01-14 03:11:35','2021-01-13 22:11:35'),
(64781,25757,'action complete via WP Cron','2021-01-14 03:11:35','2021-01-13 22:11:35'),
(64782,25758,'action created','2021-01-14 03:11:35','2021-01-13 22:11:35'),
(64783,25758,'action started via WP Cron','2021-01-14 03:12:42','2021-01-13 22:12:42'),
(64784,25758,'action complete via WP Cron','2021-01-14 03:12:42','2021-01-13 22:12:42'),
(64785,25759,'action created','2021-01-14 03:12:42','2021-01-13 22:12:42'),
(64786,25759,'action started via WP Cron','2021-01-14 03:13:35','2021-01-13 22:13:35'),
(64787,25759,'action complete via WP Cron','2021-01-14 03:13:35','2021-01-13 22:13:35'),
(64788,25760,'action created','2021-01-14 03:13:36','2021-01-13 22:13:36'),
(64789,25760,'action started via WP Cron','2021-01-14 03:14:12','2021-01-13 22:14:12'),
(64790,25760,'action complete via WP Cron','2021-01-14 03:14:12','2021-01-13 22:14:12'),
(64791,25761,'action created','2021-01-14 03:14:12','2021-01-13 22:14:12'),
(64792,25761,'action started via WP Cron','2021-01-14 03:15:26','2021-01-13 22:15:26'),
(64793,25761,'action complete via WP Cron','2021-01-14 03:15:26','2021-01-13 22:15:26'),
(64794,25762,'action created','2021-01-14 03:15:26','2021-01-13 22:15:26'),
(64795,25762,'action started via WP Cron','2021-01-14 03:16:18','2021-01-13 22:16:18'),
(64796,25762,'action complete via WP Cron','2021-01-14 03:16:18','2021-01-13 22:16:18'),
(64797,25763,'action created','2021-01-14 03:16:18','2021-01-13 22:16:18'),
(64798,25763,'action started via WP Cron','2021-01-14 03:17:33','2021-01-13 22:17:33'),
(64799,25763,'action complete via WP Cron','2021-01-14 03:17:33','2021-01-13 22:17:33'),
(64800,25764,'action created','2021-01-14 03:17:33','2021-01-13 22:17:33'),
(64801,25764,'action started via WP Cron','2021-01-14 03:18:31','2021-01-13 22:18:31'),
(64802,25764,'action complete via WP Cron','2021-01-14 03:18:31','2021-01-13 22:18:31'),
(64803,25765,'action created','2021-01-14 03:18:31','2021-01-13 22:18:31'),
(64804,25765,'action started via WP Cron','2021-01-14 03:19:56','2021-01-13 22:19:56'),
(64805,25765,'action complete via WP Cron','2021-01-14 03:19:56','2021-01-13 22:19:56'),
(64806,25766,'action created','2021-01-14 03:19:56','2021-01-13 22:19:56'),
(64807,25766,'action started via WP Cron','2021-01-14 03:20:38','2021-01-13 22:20:38'),
(64808,25766,'action complete via WP Cron','2021-01-14 03:20:38','2021-01-13 22:20:38'),
(64809,25767,'action created','2021-01-14 03:20:38','2021-01-13 22:20:38'),
(64810,25767,'action started via WP Cron','2021-01-14 03:21:34','2021-01-13 22:21:34'),
(64811,25767,'action complete via WP Cron','2021-01-14 03:21:34','2021-01-13 22:21:34'),
(64812,25768,'action created','2021-01-14 03:21:34','2021-01-13 22:21:34'),
(64813,25768,'action started via WP Cron','2021-01-14 03:22:42','2021-01-13 22:22:42'),
(64814,25768,'action complete via WP Cron','2021-01-14 03:22:42','2021-01-13 22:22:42'),
(64815,25769,'action created','2021-01-14 03:22:42','2021-01-13 22:22:42'),
(64816,25769,'action started via WP Cron','2021-01-14 03:23:37','2021-01-13 22:23:37'),
(64817,25769,'action complete via WP Cron','2021-01-14 03:23:37','2021-01-13 22:23:37'),
(64818,25770,'action created','2021-01-14 03:23:37','2021-01-13 22:23:37'),
(64819,25770,'action started via WP Cron','2021-01-14 03:25:20','2021-01-13 22:25:20'),
(64820,25770,'action complete via WP Cron','2021-01-14 03:25:20','2021-01-13 22:25:20'),
(64821,25771,'action created','2021-01-14 03:25:20','2021-01-13 22:25:20'),
(64822,25771,'action started via WP Cron','2021-01-14 03:26:31','2021-01-13 22:26:31'),
(64823,25771,'action complete via WP Cron','2021-01-14 03:26:31','2021-01-13 22:26:31'),
(64824,25772,'action created','2021-01-14 03:26:31','2021-01-13 22:26:31'),
(64825,25772,'action started via WP Cron','2021-01-14 03:27:13','2021-01-13 22:27:13'),
(64826,25772,'action complete via WP Cron','2021-01-14 03:27:13','2021-01-13 22:27:13'),
(64827,25773,'action created','2021-01-14 03:27:13','2021-01-13 22:27:13'),
(64828,25773,'action started via WP Cron','2021-01-14 03:28:52','2021-01-13 22:28:52'),
(64829,25773,'action complete via WP Cron','2021-01-14 03:28:52','2021-01-13 22:28:52'),
(64830,25774,'action created','2021-01-14 03:28:52','2021-01-13 22:28:52'),
(64831,25774,'action started via WP Cron','2021-01-14 03:30:05','2021-01-13 22:30:05'),
(64832,25774,'action complete via WP Cron','2021-01-14 03:30:05','2021-01-13 22:30:05'),
(64833,25775,'action created','2021-01-14 03:30:05','2021-01-13 22:30:05'),
(64834,25775,'action started via WP Cron','2021-01-14 03:30:33','2021-01-13 22:30:33'),
(64835,25775,'action complete via WP Cron','2021-01-14 03:30:33','2021-01-13 22:30:33'),
(64836,25776,'action created','2021-01-14 03:30:33','2021-01-13 22:30:33'),
(64837,25776,'action started via WP Cron','2021-01-14 03:31:43','2021-01-13 22:31:43'),
(64838,25776,'action complete via WP Cron','2021-01-14 03:31:43','2021-01-13 22:31:43'),
(64839,25777,'action created','2021-01-14 03:31:43','2021-01-13 22:31:43'),
(64840,25777,'action started via WP Cron','2021-01-14 03:32:21','2021-01-13 22:32:21'),
(64841,25777,'action complete via WP Cron','2021-01-14 03:32:21','2021-01-13 22:32:21'),
(64842,25778,'action created','2021-01-14 03:32:21','2021-01-13 22:32:21'),
(64843,25778,'action started via WP Cron','2021-01-14 03:34:10','2021-01-13 22:34:10'),
(64844,25778,'action complete via WP Cron','2021-01-14 03:34:10','2021-01-13 22:34:10'),
(64845,25779,'action created','2021-01-14 03:34:10','2021-01-13 22:34:10'),
(64846,25779,'action started via WP Cron','2021-01-14 03:35:24','2021-01-13 22:35:24'),
(64847,25779,'action complete via WP Cron','2021-01-14 03:35:24','2021-01-13 22:35:24'),
(64848,25780,'action created','2021-01-14 03:35:24','2021-01-13 22:35:24'),
(64849,25780,'action started via WP Cron','2021-01-14 03:37:03','2021-01-13 22:37:03'),
(64850,25780,'action complete via WP Cron','2021-01-14 03:37:03','2021-01-13 22:37:03'),
(64851,25781,'action created','2021-01-14 03:37:03','2021-01-13 22:37:03'),
(64852,25781,'action started via WP Cron','2021-01-14 03:37:29','2021-01-13 22:37:29'),
(64853,25781,'action complete via WP Cron','2021-01-14 03:37:29','2021-01-13 22:37:29'),
(64854,25782,'action created','2021-01-14 03:37:29','2021-01-13 22:37:29'),
(64855,25782,'action started via WP Cron','2021-01-14 03:38:31','2021-01-13 22:38:31'),
(64856,25782,'action complete via WP Cron','2021-01-14 03:38:31','2021-01-13 22:38:31'),
(64857,25783,'action created','2021-01-14 03:38:31','2021-01-13 22:38:31'),
(64858,25783,'action started via WP Cron','2021-01-14 03:40:40','2021-01-13 22:40:40'),
(64859,25783,'action complete via WP Cron','2021-01-14 03:40:40','2021-01-13 22:40:40'),
(64860,25784,'action created','2021-01-14 03:40:40','2021-01-13 22:40:40'),
(64861,25784,'action started via WP Cron','2021-01-14 03:41:14','2021-01-13 22:41:14'),
(64862,25784,'action complete via WP Cron','2021-01-14 03:41:14','2021-01-13 22:41:14'),
(64863,25785,'action created','2021-01-14 03:41:14','2021-01-13 22:41:14'),
(64864,25785,'action started via WP Cron','2021-01-14 03:42:42','2021-01-13 22:42:42'),
(64865,25785,'action complete via WP Cron','2021-01-14 03:42:42','2021-01-13 22:42:42'),
(64866,25786,'action created','2021-01-14 03:42:42','2021-01-13 22:42:42'),
(64867,25786,'action started via WP Cron','2021-01-14 03:43:32','2021-01-13 22:43:32'),
(64868,25786,'action complete via WP Cron','2021-01-14 03:43:32','2021-01-13 22:43:32'),
(64869,25787,'action created','2021-01-14 03:43:32','2021-01-13 22:43:32'),
(64870,25787,'action started via WP Cron','2021-01-14 03:44:39','2021-01-13 22:44:39'),
(64871,25787,'action complete via WP Cron','2021-01-14 03:44:39','2021-01-13 22:44:39'),
(64872,25788,'action created','2021-01-14 03:44:39','2021-01-13 22:44:39'),
(64873,25788,'action started via WP Cron','2021-01-14 03:46:29','2021-01-13 22:46:29'),
(64874,25788,'action complete via WP Cron','2021-01-14 03:46:29','2021-01-13 22:46:29'),
(64875,25789,'action created','2021-01-14 03:46:29','2021-01-13 22:46:29'),
(64876,25789,'action started via WP Cron','2021-01-14 03:48:06','2021-01-13 22:48:06'),
(64877,25789,'action complete via WP Cron','2021-01-14 03:48:06','2021-01-13 22:48:06'),
(64878,25790,'action created','2021-01-14 03:48:06','2021-01-13 22:48:06'),
(64879,25790,'action started via WP Cron','2021-01-14 03:48:18','2021-01-13 22:48:18'),
(64880,25790,'action complete via WP Cron','2021-01-14 03:48:18','2021-01-13 22:48:18'),
(64881,25791,'action created','2021-01-14 03:48:18','2021-01-13 22:48:18'),
(64882,25791,'action started via WP Cron','2021-01-14 03:50:12','2021-01-13 22:50:12'),
(64883,25791,'action complete via WP Cron','2021-01-14 03:50:12','2021-01-13 22:50:12'),
(64884,25792,'action created','2021-01-14 03:50:12','2021-01-13 22:50:12'),
(64885,25792,'action started via WP Cron','2021-01-14 03:51:18','2021-01-13 22:51:18'),
(64886,25792,'action complete via WP Cron','2021-01-14 03:51:18','2021-01-13 22:51:18'),
(64887,25793,'action created','2021-01-14 03:51:18','2021-01-13 22:51:18'),
(64888,25793,'action started via WP Cron','2021-01-14 03:52:21','2021-01-13 22:52:21'),
(64889,25793,'action complete via WP Cron','2021-01-14 03:52:21','2021-01-13 22:52:21'),
(64890,25794,'action created','2021-01-14 03:52:21','2021-01-13 22:52:21'),
(64891,25794,'action started via WP Cron','2021-01-14 03:53:55','2021-01-13 22:53:55'),
(64892,25794,'action complete via WP Cron','2021-01-14 03:53:55','2021-01-13 22:53:55'),
(64893,25795,'action created','2021-01-14 03:53:55','2021-01-13 22:53:55'),
(64894,25795,'action started via WP Cron','2021-01-14 03:54:12','2021-01-13 22:54:12'),
(64895,25795,'action complete via WP Cron','2021-01-14 03:54:12','2021-01-13 22:54:12'),
(64896,25796,'action created','2021-01-14 03:54:12','2021-01-13 22:54:12'),
(64897,25796,'action started via WP Cron','2021-01-14 03:56:08','2021-01-13 22:56:08'),
(64898,25796,'action complete via WP Cron','2021-01-14 03:56:08','2021-01-13 22:56:08'),
(64899,25797,'action created','2021-01-14 03:56:08','2021-01-13 22:56:08'),
(64900,25797,'action started via WP Cron','2021-01-14 03:57:24','2021-01-13 22:57:24'),
(64901,25797,'action complete via WP Cron','2021-01-14 03:57:24','2021-01-13 22:57:24'),
(64902,25798,'action created','2021-01-14 03:57:25','2021-01-13 22:57:25'),
(64903,25798,'action started via WP Cron','2021-01-14 03:58:25','2021-01-13 22:58:25'),
(64904,25798,'action complete via WP Cron','2021-01-14 03:58:25','2021-01-13 22:58:25'),
(64905,25799,'action created','2021-01-14 03:58:25','2021-01-13 22:58:25'),
(64906,25799,'action started via WP Cron','2021-01-14 03:59:31','2021-01-13 22:59:31'),
(64907,25799,'action complete via WP Cron','2021-01-14 03:59:31','2021-01-13 22:59:31'),
(64908,25800,'action created','2021-01-14 03:59:31','2021-01-13 22:59:31'),
(64909,25800,'action started via WP Cron','2021-01-14 04:00:15','2021-01-13 23:00:15'),
(64910,25800,'action complete via WP Cron','2021-01-14 04:00:15','2021-01-13 23:00:15'),
(64911,25801,'action created','2021-01-14 04:00:15','2021-01-13 23:00:15'),
(64912,25801,'action started via WP Cron','2021-01-14 04:01:14','2021-01-13 23:01:14'),
(64913,25801,'action complete via WP Cron','2021-01-14 04:01:14','2021-01-13 23:01:14'),
(64914,25802,'action created','2021-01-14 04:01:14','2021-01-13 23:01:14'),
(64915,25802,'action started via WP Cron','2021-01-14 04:02:23','2021-01-13 23:02:23'),
(64916,25802,'action complete via WP Cron','2021-01-14 04:02:23','2021-01-13 23:02:23'),
(64917,25803,'action created','2021-01-14 04:02:23','2021-01-13 23:02:23'),
(64918,25803,'action started via WP Cron','2021-01-14 04:03:21','2021-01-13 23:03:21'),
(64919,25803,'action complete via WP Cron','2021-01-14 04:03:21','2021-01-13 23:03:21'),
(64920,25804,'action created','2021-01-14 04:03:21','2021-01-13 23:03:21'),
(64921,25804,'action started via WP Cron','2021-01-14 04:04:37','2021-01-13 23:04:37'),
(64922,25804,'action complete via WP Cron','2021-01-14 04:04:37','2021-01-13 23:04:37'),
(64923,25805,'action created','2021-01-14 04:04:37','2021-01-13 23:04:37'),
(64924,25805,'action started via WP Cron','2021-01-14 04:05:51','2021-01-13 23:05:51'),
(64925,25805,'action complete via WP Cron','2021-01-14 04:05:51','2021-01-13 23:05:51'),
(64926,25806,'action created','2021-01-14 04:05:51','2021-01-13 23:05:51'),
(64927,25806,'action started via WP Cron','2021-01-14 04:08:45','2021-01-13 23:08:45'),
(64928,25806,'action complete via WP Cron','2021-01-14 04:08:45','2021-01-13 23:08:45'),
(64929,25807,'action created','2021-01-14 04:08:45','2021-01-13 23:08:45'),
(64930,25807,'action started via WP Cron','2021-01-14 04:09:23','2021-01-13 23:09:23'),
(64931,25807,'action complete via WP Cron','2021-01-14 04:09:23','2021-01-13 23:09:23'),
(64932,25808,'action created','2021-01-14 04:09:24','2021-01-13 23:09:24'),
(64933,25808,'action started via WP Cron','2021-01-14 04:10:16','2021-01-13 23:10:16'),
(64934,25808,'action complete via WP Cron','2021-01-14 04:10:16','2021-01-13 23:10:16'),
(64935,25809,'action created','2021-01-14 04:10:16','2021-01-13 23:10:16'),
(64936,25809,'action started via WP Cron','2021-01-14 04:14:09','2021-01-13 23:14:09'),
(64937,25809,'action complete via WP Cron','2021-01-14 04:14:09','2021-01-13 23:14:09'),
(64938,25810,'action created','2021-01-14 04:14:09','2021-01-13 23:14:09'),
(64939,25810,'action started via WP Cron','2021-01-14 04:14:32','2021-01-13 23:14:32'),
(64940,25810,'action complete via WP Cron','2021-01-14 04:14:32','2021-01-13 23:14:32'),
(64941,25811,'action created','2021-01-14 04:14:33','2021-01-13 23:14:33'),
(64942,25811,'action started via WP Cron','2021-01-14 04:15:54','2021-01-13 23:15:54'),
(64943,25811,'action complete via WP Cron','2021-01-14 04:15:54','2021-01-13 23:15:54'),
(64944,25812,'action created','2021-01-14 04:15:54','2021-01-13 23:15:54'),
(64945,25812,'action started via WP Cron','2021-01-14 04:17:36','2021-01-13 23:17:36'),
(64946,25812,'action complete via WP Cron','2021-01-14 04:17:36','2021-01-13 23:17:36'),
(64947,25813,'action created','2021-01-14 04:17:36','2021-01-13 23:17:36'),
(64948,25813,'action started via WP Cron','2021-01-14 04:18:17','2021-01-13 23:18:17'),
(64949,25813,'action complete via WP Cron','2021-01-14 04:18:17','2021-01-13 23:18:17'),
(64950,25814,'action created','2021-01-14 04:18:17','2021-01-13 23:18:17'),
(64951,25814,'action started via WP Cron','2021-01-14 04:19:36','2021-01-13 23:19:36'),
(64952,25814,'action complete via WP Cron','2021-01-14 04:19:36','2021-01-13 23:19:36'),
(64953,25815,'action created','2021-01-14 04:19:36','2021-01-13 23:19:36'),
(64954,25815,'action started via WP Cron','2021-01-14 04:20:18','2021-01-13 23:20:18'),
(64955,25815,'action complete via WP Cron','2021-01-14 04:20:18','2021-01-13 23:20:18'),
(64956,25816,'action created','2021-01-14 04:20:18','2021-01-13 23:20:18'),
(64957,25816,'action started via WP Cron','2021-01-14 04:21:30','2021-01-13 23:21:30'),
(64958,25816,'action complete via WP Cron','2021-01-14 04:21:30','2021-01-13 23:21:30'),
(64959,25817,'action created','2021-01-14 04:21:57','2021-01-13 23:21:57'),
(64960,25817,'action started via WP Cron','2021-01-14 04:22:35','2021-01-13 23:22:35'),
(64961,25817,'action complete via WP Cron','2021-01-14 04:22:35','2021-01-13 23:22:35'),
(64962,25818,'action created','2021-01-14 04:22:35','2021-01-13 23:22:35'),
(64963,25818,'action started via WP Cron','2021-01-14 04:23:26','2021-01-13 23:23:26'),
(64964,25818,'action complete via WP Cron','2021-01-14 04:23:26','2021-01-13 23:23:26'),
(64965,25819,'action created','2021-01-14 04:23:26','2021-01-13 23:23:26'),
(64966,25819,'action started via WP Cron','2021-01-14 04:24:52','2021-01-13 23:24:52'),
(64967,25819,'action complete via WP Cron','2021-01-14 04:24:52','2021-01-13 23:24:52'),
(64968,25820,'action created','2021-01-14 04:24:52','2021-01-13 23:24:52'),
(64969,25820,'action started via WP Cron','2021-01-14 04:25:13','2021-01-13 23:25:13'),
(64970,25820,'action complete via WP Cron','2021-01-14 04:25:13','2021-01-13 23:25:13'),
(64971,25821,'action created','2021-01-14 04:25:13','2021-01-13 23:25:13'),
(64972,25821,'action started via WP Cron','2021-01-14 04:26:30','2021-01-13 23:26:30'),
(64973,25821,'action complete via WP Cron','2021-01-14 04:26:30','2021-01-13 23:26:30'),
(64974,25822,'action created','2021-01-14 04:26:30','2021-01-13 23:26:30'),
(64975,25822,'action started via WP Cron','2021-01-14 04:28:21','2021-01-13 23:28:21'),
(64976,25822,'action complete via WP Cron','2021-01-14 04:28:21','2021-01-13 23:28:21'),
(64977,25823,'action created','2021-01-14 04:28:21','2021-01-13 23:28:21'),
(64978,25823,'action started via WP Cron','2021-01-14 04:29:57','2021-01-13 23:29:57'),
(64979,25823,'action complete via WP Cron','2021-01-14 04:29:57','2021-01-13 23:29:57'),
(64980,25824,'action created','2021-01-14 04:29:57','2021-01-13 23:29:57'),
(64981,25824,'action started via WP Cron','2021-01-14 04:30:16','2021-01-13 23:30:16'),
(64982,25824,'action complete via WP Cron','2021-01-14 04:30:16','2021-01-13 23:30:16'),
(64983,25825,'action created','2021-01-14 04:30:16','2021-01-13 23:30:16'),
(64984,25825,'action started via WP Cron','2021-01-14 04:31:22','2021-01-13 23:31:22'),
(64985,25825,'action complete via WP Cron','2021-01-14 04:31:22','2021-01-13 23:31:22'),
(64986,25826,'action created','2021-01-14 04:31:22','2021-01-13 23:31:22'),
(64987,25826,'action started via WP Cron','2021-01-14 04:32:32','2021-01-13 23:32:32'),
(64988,25826,'action complete via WP Cron','2021-01-14 04:32:32','2021-01-13 23:32:32'),
(64989,25827,'action created','2021-01-14 04:32:32','2021-01-13 23:32:32'),
(64990,25827,'action started via WP Cron','2021-01-14 04:34:00','2021-01-13 23:34:00'),
(64991,25827,'action complete via WP Cron','2021-01-14 04:34:00','2021-01-13 23:34:00'),
(64992,25828,'action created','2021-01-14 04:34:00','2021-01-13 23:34:00'),
(64993,25828,'action started via WP Cron','2021-01-14 04:35:22','2021-01-13 23:35:22'),
(64994,25828,'action complete via WP Cron','2021-01-14 04:35:22','2021-01-13 23:35:22'),
(64995,25829,'action created','2021-01-14 04:35:22','2021-01-13 23:35:22'),
(64996,25829,'action started via WP Cron','2021-01-14 04:37:05','2021-01-13 23:37:05'),
(64997,25829,'action complete via WP Cron','2021-01-14 04:37:05','2021-01-13 23:37:05'),
(64998,25830,'action created','2021-01-14 04:37:05','2021-01-13 23:37:05'),
(64999,25830,'action started via WP Cron','2021-01-14 04:38:14','2021-01-13 23:38:14'),
(65000,25830,'action complete via WP Cron','2021-01-14 04:38:14','2021-01-13 23:38:14'),
(65001,25831,'action created','2021-01-14 04:38:14','2021-01-13 23:38:14'),
(65002,25831,'action started via WP Cron','2021-01-14 04:39:12','2021-01-13 23:39:12'),
(65003,25831,'action complete via WP Cron','2021-01-14 04:39:12','2021-01-13 23:39:12'),
(65004,25832,'action created','2021-01-14 04:39:12','2021-01-13 23:39:12'),
(65005,25832,'action started via WP Cron','2021-01-14 04:40:32','2021-01-13 23:40:32'),
(65006,25832,'action complete via WP Cron','2021-01-14 04:40:32','2021-01-13 23:40:32'),
(65007,25833,'action created','2021-01-14 04:40:33','2021-01-13 23:40:33'),
(65008,25833,'action started via WP Cron','2021-01-14 04:42:01','2021-01-13 23:42:01'),
(65009,25833,'action complete via WP Cron','2021-01-14 04:42:01','2021-01-13 23:42:01'),
(65010,25834,'action created','2021-01-14 04:42:01','2021-01-13 23:42:01'),
(65011,25834,'action started via WP Cron','2021-01-14 04:42:53','2021-01-13 23:42:53'),
(65012,25834,'action complete via WP Cron','2021-01-14 04:42:53','2021-01-13 23:42:53'),
(65013,25835,'action created','2021-01-14 04:42:53','2021-01-13 23:42:53'),
(65014,25835,'action started via WP Cron','2021-01-14 04:45:12','2021-01-13 23:45:12'),
(65015,25835,'action complete via WP Cron','2021-01-14 04:45:12','2021-01-13 23:45:12'),
(65016,25836,'action created','2021-01-14 04:45:12','2021-01-13 23:45:12'),
(65017,25836,'action started via WP Cron','2021-01-14 04:46:14','2021-01-13 23:46:14'),
(65018,25836,'action complete via WP Cron','2021-01-14 04:46:15','2021-01-13 23:46:15'),
(65019,25837,'action created','2021-01-14 04:46:15','2021-01-13 23:46:15'),
(65020,25837,'action started via WP Cron','2021-01-14 04:47:52','2021-01-13 23:47:52'),
(65021,25837,'action complete via WP Cron','2021-01-14 04:47:52','2021-01-13 23:47:52'),
(65022,25838,'action created','2021-01-14 04:47:52','2021-01-13 23:47:52'),
(65023,25838,'action started via WP Cron','2021-01-14 04:48:54','2021-01-13 23:48:54'),
(65024,25838,'action complete via WP Cron','2021-01-14 04:48:54','2021-01-13 23:48:54'),
(65025,25839,'action created','2021-01-14 04:48:54','2021-01-13 23:48:54'),
(65026,25839,'action started via WP Cron','2021-01-14 04:49:37','2021-01-13 23:49:37'),
(65027,25839,'action complete via WP Cron','2021-01-14 04:49:37','2021-01-13 23:49:37'),
(65028,25840,'action created','2021-01-14 04:49:37','2021-01-13 23:49:37'),
(65029,25840,'action started via WP Cron','2021-01-14 04:50:17','2021-01-13 23:50:17'),
(65030,25840,'action complete via WP Cron','2021-01-14 04:50:17','2021-01-13 23:50:17'),
(65031,25841,'action created','2021-01-14 04:50:17','2021-01-13 23:50:17'),
(65032,25841,'action started via WP Cron','2021-01-14 04:51:23','2021-01-13 23:51:23'),
(65033,25841,'action complete via WP Cron','2021-01-14 04:51:23','2021-01-13 23:51:23'),
(65034,25842,'action created','2021-01-14 04:51:23','2021-01-13 23:51:23'),
(65035,25842,'action started via WP Cron','2021-01-14 04:52:38','2021-01-13 23:52:38'),
(65036,25842,'action complete via WP Cron','2021-01-14 04:52:38','2021-01-13 23:52:38'),
(65037,25843,'action created','2021-01-14 04:52:38','2021-01-13 23:52:38'),
(65038,25843,'action started via WP Cron','2021-01-14 04:54:20','2021-01-13 23:54:20'),
(65039,25843,'action complete via WP Cron','2021-01-14 04:54:20','2021-01-13 23:54:20'),
(65040,25844,'action created','2021-01-14 04:54:20','2021-01-13 23:54:20'),
(65041,25844,'action started via WP Cron','2021-01-14 04:55:20','2021-01-13 23:55:20'),
(65042,25844,'action complete via WP Cron','2021-01-14 04:55:20','2021-01-13 23:55:20'),
(65043,25845,'action created','2021-01-14 04:55:20','2021-01-13 23:55:20'),
(65044,25845,'action started via WP Cron','2021-01-14 04:56:28','2021-01-13 23:56:28'),
(65045,25845,'action complete via WP Cron','2021-01-14 04:56:28','2021-01-13 23:56:28'),
(65046,25846,'action created','2021-01-14 04:56:28','2021-01-13 23:56:28'),
(65047,25846,'action started via WP Cron','2021-01-14 04:57:14','2021-01-13 23:57:14'),
(65048,25846,'action complete via WP Cron','2021-01-14 04:57:14','2021-01-13 23:57:14'),
(65049,25847,'action created','2021-01-14 04:57:14','2021-01-13 23:57:14'),
(65050,25847,'action started via WP Cron','2021-01-14 04:59:17','2021-01-13 23:59:17'),
(65051,25847,'action complete via WP Cron','2021-01-14 04:59:17','2021-01-13 23:59:17'),
(65052,25848,'action created','2021-01-14 04:59:18','2021-01-13 23:59:18'),
(65053,25848,'action started via WP Cron','2021-01-14 05:00:25','2021-01-14 00:00:25'),
(65054,25848,'action complete via WP Cron','2021-01-14 05:00:25','2021-01-14 00:00:25'),
(65055,25849,'action created','2021-01-14 05:00:25','2021-01-14 00:00:25'),
(65056,25849,'action started via WP Cron','2021-01-14 05:01:13','2021-01-14 00:01:13'),
(65057,25849,'action complete via WP Cron','2021-01-14 05:01:13','2021-01-14 00:01:13'),
(65058,25850,'action created','2021-01-14 05:01:13','2021-01-14 00:01:13'),
(65059,25850,'action started via WP Cron','2021-01-14 05:03:14','2021-01-14 00:03:14'),
(65060,25850,'action complete via WP Cron','2021-01-14 05:03:14','2021-01-14 00:03:14'),
(65061,25851,'action created','2021-01-14 05:03:14','2021-01-14 00:03:14'),
(65062,25851,'action started via WP Cron','2021-01-14 05:04:12','2021-01-14 00:04:12'),
(65063,25851,'action complete via WP Cron','2021-01-14 05:04:12','2021-01-14 00:04:12'),
(65064,25852,'action created','2021-01-14 05:04:12','2021-01-14 00:04:12'),
(65065,25852,'action started via WP Cron','2021-01-14 05:05:18','2021-01-14 00:05:18'),
(65066,25852,'action complete via WP Cron','2021-01-14 05:05:18','2021-01-14 00:05:18'),
(65067,25853,'action created','2021-01-14 05:05:18','2021-01-14 00:05:18'),
(65068,25853,'action started via WP Cron','2021-01-14 05:06:25','2021-01-14 00:06:25'),
(65069,25853,'action complete via WP Cron','2021-01-14 05:06:25','2021-01-14 00:06:25'),
(65070,25854,'action created','2021-01-14 05:06:26','2021-01-14 00:06:26'),
(65071,25854,'action started via WP Cron','2021-01-14 05:07:46','2021-01-14 00:07:46'),
(65072,25854,'action complete via WP Cron','2021-01-14 05:07:46','2021-01-14 00:07:46'),
(65073,25855,'action created','2021-01-14 05:07:46','2021-01-14 00:07:46'),
(65074,25855,'action started via WP Cron','2021-01-14 05:08:17','2021-01-14 00:08:17'),
(65075,25855,'action complete via WP Cron','2021-01-14 05:08:17','2021-01-14 00:08:17'),
(65076,25856,'action created','2021-01-14 05:08:17','2021-01-14 00:08:17'),
(65077,25856,'action started via WP Cron','2021-01-14 05:09:47','2021-01-14 00:09:47'),
(65078,25856,'action complete via WP Cron','2021-01-14 05:09:47','2021-01-14 00:09:47'),
(65079,25857,'action created','2021-01-14 05:09:47','2021-01-14 00:09:47'),
(65080,25857,'action started via WP Cron','2021-01-14 05:10:42','2021-01-14 00:10:42'),
(65081,25857,'action complete via WP Cron','2021-01-14 05:10:42','2021-01-14 00:10:42'),
(65082,25858,'action created','2021-01-14 05:10:42','2021-01-14 00:10:42'),
(65083,25858,'action started via WP Cron','2021-01-14 05:11:12','2021-01-14 00:11:12'),
(65084,25858,'action complete via WP Cron','2021-01-14 05:11:12','2021-01-14 00:11:12'),
(65085,25859,'action created','2021-01-14 05:11:12','2021-01-14 00:11:12'),
(65086,25859,'action started via WP Cron','2021-01-14 05:13:20','2021-01-14 00:13:20'),
(65087,25859,'action complete via WP Cron','2021-01-14 05:13:20','2021-01-14 00:13:20'),
(65088,25860,'action created','2021-01-14 05:13:20','2021-01-14 00:13:20'),
(65089,25860,'action started via WP Cron','2021-01-14 05:15:47','2021-01-14 00:15:47'),
(65090,25860,'action complete via WP Cron','2021-01-14 05:15:47','2021-01-14 00:15:47'),
(65091,25861,'action created','2021-01-14 05:15:47','2021-01-14 00:15:47'),
(65092,25861,'action started via WP Cron','2021-01-14 05:16:17','2021-01-14 00:16:17'),
(65093,25861,'action complete via WP Cron','2021-01-14 05:16:17','2021-01-14 00:16:17'),
(65094,25862,'action created','2021-01-14 05:16:17','2021-01-14 00:16:17'),
(65095,25862,'action started via WP Cron','2021-01-14 05:17:21','2021-01-14 00:17:21'),
(65096,25862,'action complete via WP Cron','2021-01-14 05:17:21','2021-01-14 00:17:21'),
(65097,25863,'action created','2021-01-14 05:17:21','2021-01-14 00:17:21'),
(65098,25863,'action started via WP Cron','2021-01-14 05:18:41','2021-01-14 00:18:41'),
(65099,25863,'action complete via WP Cron','2021-01-14 05:18:41','2021-01-14 00:18:41'),
(65100,25864,'action created','2021-01-14 05:18:41','2021-01-14 00:18:41'),
(65101,25864,'action started via WP Cron','2021-01-14 05:20:40','2021-01-14 00:20:40'),
(65102,25864,'action complete via WP Cron','2021-01-14 05:20:40','2021-01-14 00:20:40'),
(65103,25865,'action created','2021-01-14 05:20:40','2021-01-14 00:20:40'),
(65104,25865,'action started via WP Cron','2021-01-14 05:21:27','2021-01-14 00:21:27'),
(65105,25865,'action complete via WP Cron','2021-01-14 05:21:27','2021-01-14 00:21:27'),
(65106,25866,'action created','2021-01-14 05:21:27','2021-01-14 00:21:27'),
(65107,25866,'action started via WP Cron','2021-01-14 05:23:46','2021-01-14 00:23:46'),
(65108,25866,'action complete via WP Cron','2021-01-14 05:23:46','2021-01-14 00:23:46'),
(65109,25867,'action created','2021-01-14 05:23:46','2021-01-14 00:23:46'),
(65110,25867,'action started via WP Cron','2021-01-14 05:25:06','2021-01-14 00:25:06'),
(65111,25867,'action complete via WP Cron','2021-01-14 05:25:06','2021-01-14 00:25:06'),
(65112,25868,'action created','2021-01-14 05:25:06','2021-01-14 00:25:06'),
(65113,25868,'action started via WP Cron','2021-01-14 05:26:29','2021-01-14 00:26:29'),
(65114,25868,'action complete via WP Cron','2021-01-14 05:26:29','2021-01-14 00:26:29'),
(65115,25869,'action created','2021-01-14 05:26:29','2021-01-14 00:26:29'),
(65116,25869,'action started via WP Cron','2021-01-14 05:27:21','2021-01-14 00:27:21'),
(65117,25869,'action complete via WP Cron','2021-01-14 05:27:21','2021-01-14 00:27:21'),
(65118,25870,'action created','2021-01-14 05:27:21','2021-01-14 00:27:21'),
(65119,25870,'action started via WP Cron','2021-01-14 05:28:13','2021-01-14 00:28:13'),
(65120,25870,'action complete via WP Cron','2021-01-14 05:28:13','2021-01-14 00:28:13'),
(65121,25871,'action created','2021-01-14 05:28:13','2021-01-14 00:28:13'),
(65122,25871,'action started via WP Cron','2021-01-14 05:29:41','2021-01-14 00:29:41'),
(65123,25871,'action complete via WP Cron','2021-01-14 05:29:41','2021-01-14 00:29:41'),
(65124,25872,'action created','2021-01-14 05:29:41','2021-01-14 00:29:41'),
(65125,25872,'action started via WP Cron','2021-01-14 05:30:35','2021-01-14 00:30:35'),
(65126,25872,'action complete via WP Cron','2021-01-14 05:30:35','2021-01-14 00:30:35'),
(65127,25873,'action created','2021-01-14 05:30:35','2021-01-14 00:30:35'),
(65128,25873,'action started via WP Cron','2021-01-14 05:31:28','2021-01-14 00:31:28'),
(65129,25873,'action complete via WP Cron','2021-01-14 05:31:28','2021-01-14 00:31:28'),
(65130,25874,'action created','2021-01-14 05:31:29','2021-01-14 00:31:29'),
(65131,25874,'action started via WP Cron','2021-01-14 05:32:17','2021-01-14 00:32:17'),
(65132,25874,'action complete via WP Cron','2021-01-14 05:32:17','2021-01-14 00:32:17'),
(65133,25875,'action created','2021-01-14 05:32:17','2021-01-14 00:32:17'),
(65134,25875,'action started via WP Cron','2021-01-14 05:33:53','2021-01-14 00:33:53'),
(65135,25875,'action complete via WP Cron','2021-01-14 05:33:53','2021-01-14 00:33:53'),
(65136,25876,'action created','2021-01-14 05:33:53','2021-01-14 00:33:53'),
(65137,25876,'action started via WP Cron','2021-01-14 05:34:50','2021-01-14 00:34:50'),
(65138,25876,'action complete via WP Cron','2021-01-14 05:34:50','2021-01-14 00:34:50'),
(65139,25877,'action created','2021-01-14 05:34:51','2021-01-14 00:34:51'),
(65140,25877,'action started via WP Cron','2021-01-14 05:35:42','2021-01-14 00:35:42'),
(65141,25877,'action complete via WP Cron','2021-01-14 05:35:42','2021-01-14 00:35:42'),
(65142,25878,'action created','2021-01-14 05:35:42','2021-01-14 00:35:42'),
(65143,25878,'action started via WP Cron','2021-01-14 05:36:25','2021-01-14 00:36:25'),
(65144,25878,'action complete via WP Cron','2021-01-14 05:36:25','2021-01-14 00:36:25'),
(65145,25879,'action created','2021-01-14 05:36:25','2021-01-14 00:36:25'),
(65146,25879,'action started via WP Cron','2021-01-14 05:37:13','2021-01-14 00:37:13'),
(65147,25879,'action complete via WP Cron','2021-01-14 05:37:13','2021-01-14 00:37:13'),
(65148,25880,'action created','2021-01-14 05:37:13','2021-01-14 00:37:13'),
(65149,25880,'action started via WP Cron','2021-01-14 05:38:37','2021-01-14 00:38:37'),
(65150,25880,'action complete via WP Cron','2021-01-14 05:38:37','2021-01-14 00:38:37'),
(65151,25881,'action created','2021-01-14 05:38:37','2021-01-14 00:38:37'),
(65152,25881,'action started via WP Cron','2021-01-14 05:39:16','2021-01-14 00:39:16'),
(65153,25881,'action complete via WP Cron','2021-01-14 05:39:16','2021-01-14 00:39:16'),
(65154,25882,'action created','2021-01-14 05:39:16','2021-01-14 00:39:16'),
(65155,25882,'action started via WP Cron','2021-01-14 05:41:05','2021-01-14 00:41:05'),
(65156,25882,'action complete via WP Cron','2021-01-14 05:41:05','2021-01-14 00:41:05'),
(65157,25883,'action created','2021-01-14 05:41:05','2021-01-14 00:41:05'),
(65158,25883,'action started via WP Cron','2021-01-14 05:42:16','2021-01-14 00:42:16'),
(65159,25883,'action complete via WP Cron','2021-01-14 05:42:16','2021-01-14 00:42:16'),
(65160,25884,'action created','2021-01-14 05:42:16','2021-01-14 00:42:16'),
(65161,25884,'action started via WP Cron','2021-01-14 05:43:26','2021-01-14 00:43:26'),
(65162,25884,'action complete via WP Cron','2021-01-14 05:43:26','2021-01-14 00:43:26'),
(65163,25885,'action created','2021-01-14 05:43:28','2021-01-14 00:43:28'),
(65164,25885,'action started via WP Cron','2021-01-14 05:44:46','2021-01-14 00:44:46'),
(65165,25885,'action complete via WP Cron','2021-01-14 05:44:47','2021-01-14 00:44:47'),
(65166,25886,'action created','2021-01-14 05:44:47','2021-01-14 00:44:47'),
(65167,25886,'action started via WP Cron','2021-01-14 05:45:26','2021-01-14 00:45:26'),
(65168,25886,'action complete via WP Cron','2021-01-14 05:45:26','2021-01-14 00:45:26'),
(65169,25887,'action created','2021-01-14 05:45:26','2021-01-14 00:45:26'),
(65170,25887,'action started via WP Cron','2021-01-14 05:46:50','2021-01-14 00:46:50'),
(65171,25887,'action complete via WP Cron','2021-01-14 05:46:50','2021-01-14 00:46:50'),
(65172,25888,'action created','2021-01-14 05:46:50','2021-01-14 00:46:50'),
(65173,25888,'action started via WP Cron','2021-01-14 05:47:43','2021-01-14 00:47:43'),
(65174,25888,'action complete via WP Cron','2021-01-14 05:47:43','2021-01-14 00:47:43'),
(65175,25889,'action created','2021-01-14 05:47:43','2021-01-14 00:47:43'),
(65176,25889,'action started via WP Cron','2021-01-14 05:48:37','2021-01-14 00:48:37'),
(65177,25889,'action complete via WP Cron','2021-01-14 05:48:37','2021-01-14 00:48:37'),
(65178,25890,'action created','2021-01-14 05:48:37','2021-01-14 00:48:37'),
(65179,25890,'action started via WP Cron','2021-01-14 05:49:24','2021-01-14 00:49:24'),
(65180,25890,'action complete via WP Cron','2021-01-14 05:49:24','2021-01-14 00:49:24'),
(65181,25891,'action created','2021-01-14 05:49:25','2021-01-14 00:49:25'),
(65182,25891,'action started via WP Cron','2021-01-14 05:50:17','2021-01-14 00:50:17'),
(65183,25891,'action complete via WP Cron','2021-01-14 05:50:17','2021-01-14 00:50:17'),
(65184,25892,'action created','2021-01-14 05:50:17','2021-01-14 00:50:17'),
(65185,25892,'action started via WP Cron','2021-01-14 05:51:32','2021-01-14 00:51:32'),
(65186,25892,'action complete via WP Cron','2021-01-14 05:51:32','2021-01-14 00:51:32'),
(65187,25893,'action created','2021-01-14 05:51:32','2021-01-14 00:51:32'),
(65188,25893,'action started via WP Cron','2021-01-14 05:52:16','2021-01-14 00:52:16'),
(65189,25893,'action complete via WP Cron','2021-01-14 05:52:16','2021-01-14 00:52:16'),
(65190,25894,'action created','2021-01-14 05:52:16','2021-01-14 00:52:16'),
(65191,25894,'action started via WP Cron','2021-01-14 05:53:12','2021-01-14 00:53:12'),
(65192,25894,'action complete via WP Cron','2021-01-14 05:53:12','2021-01-14 00:53:12'),
(65193,25895,'action created','2021-01-14 05:53:12','2021-01-14 00:53:12'),
(65194,25895,'action started via WP Cron','2021-01-14 05:54:15','2021-01-14 00:54:15'),
(65195,25895,'action complete via WP Cron','2021-01-14 05:54:15','2021-01-14 00:54:15'),
(65196,25896,'action created','2021-01-14 05:54:15','2021-01-14 00:54:15'),
(65197,25896,'action started via WP Cron','2021-01-14 05:55:38','2021-01-14 00:55:38'),
(65198,25896,'action complete via WP Cron','2021-01-14 05:55:38','2021-01-14 00:55:38'),
(65199,25897,'action created','2021-01-14 05:55:38','2021-01-14 00:55:38'),
(65200,25897,'action started via WP Cron','2021-01-14 05:56:14','2021-01-14 00:56:14'),
(65201,25897,'action complete via WP Cron','2021-01-14 05:56:14','2021-01-14 00:56:14'),
(65202,25898,'action created','2021-01-14 05:56:14','2021-01-14 00:56:14'),
(65203,25898,'action started via WP Cron','2021-01-14 05:57:19','2021-01-14 00:57:19'),
(65204,25898,'action complete via WP Cron','2021-01-14 05:57:19','2021-01-14 00:57:19'),
(65205,25899,'action created','2021-01-14 05:57:19','2021-01-14 00:57:19'),
(65206,25899,'action started via WP Cron','2021-01-14 05:58:20','2021-01-14 00:58:20'),
(65207,25899,'action complete via WP Cron','2021-01-14 05:58:20','2021-01-14 00:58:20'),
(65208,25900,'action created','2021-01-14 05:58:20','2021-01-14 00:58:20'),
(65209,25900,'action started via WP Cron','2021-01-14 05:59:19','2021-01-14 00:59:19'),
(65210,25900,'action complete via WP Cron','2021-01-14 05:59:19','2021-01-14 00:59:19'),
(65211,25901,'action created','2021-01-14 05:59:19','2021-01-14 00:59:19'),
(65212,25901,'action started via WP Cron','2021-01-14 06:00:29','2021-01-14 01:00:29'),
(65213,25901,'action complete via WP Cron','2021-01-14 06:00:29','2021-01-14 01:00:29'),
(65214,25902,'action created','2021-01-14 06:00:29','2021-01-14 01:00:29'),
(65215,25902,'action started via WP Cron','2021-01-14 06:01:50','2021-01-14 01:01:50'),
(65216,25902,'action complete via WP Cron','2021-01-14 06:01:50','2021-01-14 01:01:50'),
(65217,25903,'action created','2021-01-14 06:01:50','2021-01-14 01:01:50'),
(65218,25903,'action started via WP Cron','2021-01-14 06:02:22','2021-01-14 01:02:22'),
(65219,25903,'action complete via WP Cron','2021-01-14 06:02:22','2021-01-14 01:02:22'),
(65220,25904,'action created','2021-01-14 06:02:22','2021-01-14 01:02:22'),
(65221,25904,'action started via WP Cron','2021-01-14 06:03:15','2021-01-14 01:03:15'),
(65222,25904,'action complete via WP Cron','2021-01-14 06:03:15','2021-01-14 01:03:15'),
(65223,25905,'action created','2021-01-14 06:03:15','2021-01-14 01:03:15'),
(65224,25905,'action started via WP Cron','2021-01-14 06:04:33','2021-01-14 01:04:33'),
(65225,25905,'action complete via WP Cron','2021-01-14 06:04:33','2021-01-14 01:04:33'),
(65226,25906,'action created','2021-01-14 06:04:33','2021-01-14 01:04:33'),
(65227,25906,'action started via WP Cron','2021-01-14 06:05:31','2021-01-14 01:05:31'),
(65228,25906,'action complete via WP Cron','2021-01-14 06:05:31','2021-01-14 01:05:31'),
(65229,25907,'action created','2021-01-14 06:05:31','2021-01-14 01:05:31'),
(65230,25907,'action started via WP Cron','2021-01-14 06:06:42','2021-01-14 01:06:42'),
(65231,25907,'action complete via WP Cron','2021-01-14 06:06:42','2021-01-14 01:06:42'),
(65232,25908,'action created','2021-01-14 06:06:42','2021-01-14 01:06:42'),
(65233,25908,'action started via WP Cron','2021-01-14 06:07:15','2021-01-14 01:07:15'),
(65234,25908,'action complete via WP Cron','2021-01-14 06:07:15','2021-01-14 01:07:15'),
(65235,25909,'action created','2021-01-14 06:07:15','2021-01-14 01:07:15'),
(65236,25909,'action started via WP Cron','2021-01-14 06:08:26','2021-01-14 01:08:26'),
(65237,25909,'action complete via WP Cron','2021-01-14 06:08:26','2021-01-14 01:08:26'),
(65238,25910,'action created','2021-01-14 06:08:26','2021-01-14 01:08:26'),
(65239,25910,'action started via WP Cron','2021-01-14 06:09:20','2021-01-14 01:09:20'),
(65240,25910,'action complete via WP Cron','2021-01-14 06:09:20','2021-01-14 01:09:20'),
(65241,25911,'action created','2021-01-14 06:09:20','2021-01-14 01:09:20'),
(65242,25911,'action started via WP Cron','2021-01-14 06:10:20','2021-01-14 01:10:20'),
(65243,25911,'action complete via WP Cron','2021-01-14 06:10:20','2021-01-14 01:10:20'),
(65244,25912,'action created','2021-01-14 06:10:20','2021-01-14 01:10:20'),
(65245,25912,'action started via WP Cron','2021-01-14 06:11:20','2021-01-14 01:11:20'),
(65246,25912,'action complete via WP Cron','2021-01-14 06:11:20','2021-01-14 01:11:20'),
(65247,25913,'action created','2021-01-14 06:11:20','2021-01-14 01:11:20'),
(65248,25913,'action started via WP Cron','2021-01-14 06:12:13','2021-01-14 01:12:13'),
(65249,25913,'action complete via WP Cron','2021-01-14 06:12:13','2021-01-14 01:12:13'),
(65250,25914,'action created','2021-01-14 06:12:13','2021-01-14 01:12:13'),
(65251,25914,'action started via WP Cron','2021-01-14 06:14:19','2021-01-14 01:14:19'),
(65252,25914,'action complete via WP Cron','2021-01-14 06:14:19','2021-01-14 01:14:19'),
(65253,25915,'action created','2021-01-14 06:14:19','2021-01-14 01:14:19'),
(65254,25915,'action started via WP Cron','2021-01-14 06:15:16','2021-01-14 01:15:16'),
(65255,25915,'action complete via WP Cron','2021-01-14 06:15:16','2021-01-14 01:15:16'),
(65256,25916,'action created','2021-01-14 06:15:16','2021-01-14 01:15:16'),
(65257,25916,'action started via WP Cron','2021-01-14 06:16:13','2021-01-14 01:16:13'),
(65258,25916,'action complete via WP Cron','2021-01-14 06:16:13','2021-01-14 01:16:13'),
(65259,25917,'action created','2021-01-14 06:16:13','2021-01-14 01:16:13'),
(65260,25917,'action started via WP Cron','2021-01-14 06:17:14','2021-01-14 01:17:14'),
(65261,25917,'action complete via WP Cron','2021-01-14 06:17:14','2021-01-14 01:17:14'),
(65262,25918,'action created','2021-01-14 06:17:14','2021-01-14 01:17:14'),
(65263,25918,'action started via WP Cron','2021-01-14 06:18:23','2021-01-14 01:18:23'),
(65264,25918,'action complete via WP Cron','2021-01-14 06:18:23','2021-01-14 01:18:23'),
(65265,25919,'action created','2021-01-14 06:18:23','2021-01-14 01:18:23'),
(65266,25919,'action started via WP Cron','2021-01-14 06:19:17','2021-01-14 01:19:17'),
(65267,25919,'action complete via WP Cron','2021-01-14 06:19:17','2021-01-14 01:19:17'),
(65268,25920,'action created','2021-01-14 06:19:17','2021-01-14 01:19:17'),
(65269,25920,'action started via WP Cron','2021-01-14 06:20:13','2021-01-14 01:20:13'),
(65270,25920,'action complete via WP Cron','2021-01-14 06:20:13','2021-01-14 01:20:13'),
(65271,25921,'action created','2021-01-14 06:20:13','2021-01-14 01:20:13'),
(65272,25921,'action started via WP Cron','2021-01-14 06:21:19','2021-01-14 01:21:19'),
(65273,25921,'action complete via WP Cron','2021-01-14 06:21:20','2021-01-14 01:21:20'),
(65274,25922,'action created','2021-01-14 06:21:20','2021-01-14 01:21:20'),
(65275,25922,'action started via WP Cron','2021-01-14 06:22:12','2021-01-14 01:22:12'),
(65276,25922,'action complete via WP Cron','2021-01-14 06:22:12','2021-01-14 01:22:12'),
(65277,25923,'action created','2021-01-14 06:22:12','2021-01-14 01:22:12'),
(65278,25923,'action started via WP Cron','2021-01-14 06:24:05','2021-01-14 01:24:05'),
(65279,25923,'action complete via WP Cron','2021-01-14 06:24:05','2021-01-14 01:24:05'),
(65280,25924,'action created','2021-01-14 06:24:05','2021-01-14 01:24:05'),
(65281,25924,'action started via WP Cron','2021-01-14 06:24:59','2021-01-14 01:24:59'),
(65282,25924,'action complete via WP Cron','2021-01-14 06:24:59','2021-01-14 01:24:59'),
(65283,25925,'action created','2021-01-14 06:24:59','2021-01-14 01:24:59'),
(65284,25925,'action started via WP Cron','2021-01-14 06:25:16','2021-01-14 01:25:16'),
(65285,25925,'action complete via WP Cron','2021-01-14 06:25:16','2021-01-14 01:25:16'),
(65286,25926,'action created','2021-01-14 06:25:16','2021-01-14 01:25:16'),
(65287,25926,'action started via WP Cron','2021-01-14 06:26:36','2021-01-14 01:26:36'),
(65288,25926,'action complete via WP Cron','2021-01-14 06:26:36','2021-01-14 01:26:36'),
(65289,25927,'action created','2021-01-14 06:26:36','2021-01-14 01:26:36'),
(65290,25927,'action started via WP Cron','2021-01-14 06:28:06','2021-01-14 01:28:06'),
(65291,25927,'action complete via WP Cron','2021-01-14 06:28:06','2021-01-14 01:28:06'),
(65292,25928,'action created','2021-01-14 06:28:07','2021-01-14 01:28:07'),
(65293,25928,'action started via WP Cron','2021-01-14 06:28:29','2021-01-14 01:28:29'),
(65294,25928,'action complete via WP Cron','2021-01-14 06:28:29','2021-01-14 01:28:29'),
(65295,25929,'action created','2021-01-14 06:28:29','2021-01-14 01:28:29'),
(65296,25929,'action started via WP Cron','2021-01-14 06:29:43','2021-01-14 01:29:43'),
(65297,25929,'action complete via WP Cron','2021-01-14 06:29:43','2021-01-14 01:29:43'),
(65298,25930,'action created','2021-01-14 06:29:43','2021-01-14 01:29:43'),
(65299,25930,'action started via WP Cron','2021-01-14 06:30:13','2021-01-14 01:30:13'),
(65300,25930,'action complete via WP Cron','2021-01-14 06:30:13','2021-01-14 01:30:13'),
(65301,25931,'action created','2021-01-14 06:30:13','2021-01-14 01:30:13'),
(65302,25931,'action started via WP Cron','2021-01-14 06:31:35','2021-01-14 01:31:35'),
(65303,25931,'action complete via WP Cron','2021-01-14 06:31:35','2021-01-14 01:31:35'),
(65304,25932,'action created','2021-01-14 06:31:35','2021-01-14 01:31:35'),
(65305,25932,'action started via WP Cron','2021-01-14 06:32:49','2021-01-14 01:32:49'),
(65306,25932,'action complete via WP Cron','2021-01-14 06:32:49','2021-01-14 01:32:49'),
(65307,25933,'action created','2021-01-14 06:32:49','2021-01-14 01:32:49'),
(65308,25933,'action started via WP Cron','2021-01-14 06:34:01','2021-01-14 01:34:01'),
(65309,25933,'action complete via WP Cron','2021-01-14 06:34:01','2021-01-14 01:34:01'),
(65310,25934,'action created','2021-01-14 06:34:01','2021-01-14 01:34:01'),
(65311,25934,'action started via WP Cron','2021-01-14 06:34:21','2021-01-14 01:34:21'),
(65312,25934,'action complete via WP Cron','2021-01-14 06:34:21','2021-01-14 01:34:21'),
(65313,25935,'action created','2021-01-14 06:34:21','2021-01-14 01:34:21'),
(65314,25935,'action started via WP Cron','2021-01-14 06:35:23','2021-01-14 01:35:23'),
(65315,25935,'action complete via WP Cron','2021-01-14 06:35:23','2021-01-14 01:35:23'),
(65316,25936,'action created','2021-01-14 06:35:23','2021-01-14 01:35:23'),
(65317,25936,'action started via WP Cron','2021-01-14 06:36:15','2021-01-14 01:36:15'),
(65318,25936,'action complete via WP Cron','2021-01-14 06:36:15','2021-01-14 01:36:15'),
(65319,25937,'action created','2021-01-14 06:36:15','2021-01-14 01:36:15'),
(65320,25937,'action started via WP Cron','2021-01-14 06:37:31','2021-01-14 01:37:31'),
(65321,25937,'action complete via WP Cron','2021-01-14 06:37:31','2021-01-14 01:37:31'),
(65322,25938,'action created','2021-01-14 06:37:31','2021-01-14 01:37:31'),
(65323,25938,'action started via WP Cron','2021-01-14 06:38:18','2021-01-14 01:38:18'),
(65324,25938,'action complete via WP Cron','2021-01-14 06:38:18','2021-01-14 01:38:18'),
(65325,25939,'action created','2021-01-14 06:38:18','2021-01-14 01:38:18'),
(65326,25939,'action started via WP Cron','2021-01-14 06:39:17','2021-01-14 01:39:17'),
(65327,25939,'action complete via WP Cron','2021-01-14 06:39:17','2021-01-14 01:39:17'),
(65328,25940,'action created','2021-01-14 06:39:17','2021-01-14 01:39:17'),
(65329,25940,'action started via WP Cron','2021-01-14 06:40:44','2021-01-14 01:40:44'),
(65330,25940,'action complete via WP Cron','2021-01-14 06:40:44','2021-01-14 01:40:44'),
(65331,25941,'action created','2021-01-14 06:40:45','2021-01-14 01:40:45'),
(65332,25941,'action started via WP Cron','2021-01-14 06:41:20','2021-01-14 01:41:20'),
(65333,25941,'action complete via WP Cron','2021-01-14 06:41:20','2021-01-14 01:41:20'),
(65334,25942,'action created','2021-01-14 06:41:21','2021-01-14 01:41:21'),
(65335,25942,'action started via WP Cron','2021-01-14 06:42:15','2021-01-14 01:42:15'),
(65336,25942,'action complete via WP Cron','2021-01-14 06:42:15','2021-01-14 01:42:15'),
(65337,25943,'action created','2021-01-14 06:42:15','2021-01-14 01:42:15'),
(65338,25943,'action started via WP Cron','2021-01-14 06:43:12','2021-01-14 01:43:12'),
(65339,25943,'action complete via WP Cron','2021-01-14 06:43:12','2021-01-14 01:43:12'),
(65340,25944,'action created','2021-01-14 06:43:12','2021-01-14 01:43:12'),
(65341,25944,'action started via WP Cron','2021-01-14 06:44:11','2021-01-14 01:44:11'),
(65342,25944,'action complete via WP Cron','2021-01-14 06:44:11','2021-01-14 01:44:11'),
(65343,25945,'action created','2021-01-14 06:44:11','2021-01-14 01:44:11'),
(65344,25945,'action started via WP Cron','2021-01-14 06:45:35','2021-01-14 01:45:35'),
(65345,25945,'action complete via WP Cron','2021-01-14 06:45:35','2021-01-14 01:45:35'),
(65346,25946,'action created','2021-01-14 06:45:35','2021-01-14 01:45:35'),
(65347,25946,'action started via WP Cron','2021-01-14 06:46:24','2021-01-14 01:46:24'),
(65348,25946,'action complete via WP Cron','2021-01-14 06:46:24','2021-01-14 01:46:24'),
(65349,25947,'action created','2021-01-14 06:46:24','2021-01-14 01:46:24'),
(65350,25947,'action started via WP Cron','2021-01-14 06:48:56','2021-01-14 01:48:56'),
(65351,25947,'action complete via WP Cron','2021-01-14 06:48:56','2021-01-14 01:48:56'),
(65352,25948,'action created','2021-01-14 06:48:56','2021-01-14 01:48:56'),
(65353,25948,'action started via WP Cron','2021-01-14 06:49:13','2021-01-14 01:49:13'),
(65354,25948,'action complete via WP Cron','2021-01-14 06:49:13','2021-01-14 01:49:13'),
(65355,25949,'action created','2021-01-14 06:49:13','2021-01-14 01:49:13'),
(65356,25949,'action started via WP Cron','2021-01-14 06:50:11','2021-01-14 01:50:11'),
(65357,25949,'action complete via WP Cron','2021-01-14 06:50:11','2021-01-14 01:50:11'),
(65358,25950,'action created','2021-01-14 06:50:11','2021-01-14 01:50:11'),
(65359,25950,'action started via WP Cron','2021-01-14 06:51:27','2021-01-14 01:51:27'),
(65360,25950,'action complete via WP Cron','2021-01-14 06:51:27','2021-01-14 01:51:27'),
(65361,25951,'action created','2021-01-14 06:51:27','2021-01-14 01:51:27'),
(65362,25951,'action started via WP Cron','2021-01-14 06:52:20','2021-01-14 01:52:20'),
(65363,25951,'action complete via WP Cron','2021-01-14 06:52:20','2021-01-14 01:52:20'),
(65364,25952,'action created','2021-01-14 06:52:20','2021-01-14 01:52:20'),
(65365,25952,'action started via WP Cron','2021-01-14 06:53:44','2021-01-14 01:53:44'),
(65366,25952,'action complete via WP Cron','2021-01-14 06:53:44','2021-01-14 01:53:44'),
(65367,25953,'action created','2021-01-14 06:53:44','2021-01-14 01:53:44'),
(65368,25953,'action started via WP Cron','2021-01-14 06:54:47','2021-01-14 01:54:47'),
(65369,25953,'action complete via WP Cron','2021-01-14 06:54:47','2021-01-14 01:54:47'),
(65370,25954,'action created','2021-01-14 06:54:47','2021-01-14 01:54:47'),
(65371,25954,'action started via WP Cron','2021-01-14 06:55:26','2021-01-14 01:55:26'),
(65372,25954,'action complete via WP Cron','2021-01-14 06:55:26','2021-01-14 01:55:26'),
(65373,25955,'action created','2021-01-14 06:55:26','2021-01-14 01:55:26'),
(65374,25955,'action started via WP Cron','2021-01-14 06:56:31','2021-01-14 01:56:31'),
(65375,25955,'action complete via WP Cron','2021-01-14 06:56:31','2021-01-14 01:56:31'),
(65376,25956,'action created','2021-01-14 06:56:31','2021-01-14 01:56:31'),
(65377,25956,'action started via WP Cron','2021-01-14 06:58:15','2021-01-14 01:58:15'),
(65378,25956,'action complete via WP Cron','2021-01-14 06:58:15','2021-01-14 01:58:15'),
(65379,25957,'action created','2021-01-14 06:58:15','2021-01-14 01:58:15'),
(65380,25957,'action started via WP Cron','2021-01-14 06:59:29','2021-01-14 01:59:29'),
(65381,25957,'action complete via WP Cron','2021-01-14 06:59:29','2021-01-14 01:59:29'),
(65382,25958,'action created','2021-01-14 06:59:29','2021-01-14 01:59:29'),
(65383,25958,'action started via WP Cron','2021-01-14 07:00:31','2021-01-14 02:00:31'),
(65384,25958,'action complete via WP Cron','2021-01-14 07:00:31','2021-01-14 02:00:31'),
(65385,25959,'action created','2021-01-14 07:00:31','2021-01-14 02:00:31'),
(65386,25959,'action started via WP Cron','2021-01-14 07:01:47','2021-01-14 02:01:47'),
(65387,25959,'action complete via WP Cron','2021-01-14 07:01:48','2021-01-14 02:01:48'),
(65388,25960,'action created','2021-01-14 07:01:48','2021-01-14 02:01:48'),
(65389,25960,'action started via WP Cron','2021-01-14 07:02:49','2021-01-14 02:02:49'),
(65390,25960,'action complete via WP Cron','2021-01-14 07:02:49','2021-01-14 02:02:49'),
(65391,25961,'action created','2021-01-14 07:02:49','2021-01-14 02:02:49'),
(65392,25961,'action started via WP Cron','2021-01-14 07:03:37','2021-01-14 02:03:37'),
(65393,25961,'action complete via WP Cron','2021-01-14 07:03:37','2021-01-14 02:03:37'),
(65394,25962,'action created','2021-01-14 07:03:37','2021-01-14 02:03:37'),
(65395,25962,'action started via WP Cron','2021-01-14 07:04:32','2021-01-14 02:04:32'),
(65396,25962,'action complete via WP Cron','2021-01-14 07:04:32','2021-01-14 02:04:32'),
(65397,25963,'action created','2021-01-14 07:04:33','2021-01-14 02:04:33'),
(65398,25963,'action started via WP Cron','2021-01-14 07:05:13','2021-01-14 02:05:13'),
(65399,25963,'action complete via WP Cron','2021-01-14 07:05:13','2021-01-14 02:05:13'),
(65400,25964,'action created','2021-01-14 07:05:13','2021-01-14 02:05:13'),
(65401,25964,'action started via WP Cron','2021-01-14 07:06:22','2021-01-14 02:06:22'),
(65402,25964,'action complete via WP Cron','2021-01-14 07:06:22','2021-01-14 02:06:22'),
(65403,25965,'action created','2021-01-14 07:06:22','2021-01-14 02:06:22'),
(65404,25965,'action started via WP Cron','2021-01-14 07:07:47','2021-01-14 02:07:47'),
(65405,25965,'action complete via WP Cron','2021-01-14 07:07:47','2021-01-14 02:07:47'),
(65406,25966,'action created','2021-01-14 07:07:47','2021-01-14 02:07:47'),
(65407,25966,'action started via WP Cron','2021-01-14 07:08:26','2021-01-14 02:08:26'),
(65408,25966,'action complete via WP Cron','2021-01-14 07:08:26','2021-01-14 02:08:26'),
(65409,25967,'action created','2021-01-14 07:08:26','2021-01-14 02:08:26'),
(65410,25967,'action started via WP Cron','2021-01-14 07:09:32','2021-01-14 02:09:32'),
(65411,25967,'action complete via WP Cron','2021-01-14 07:09:32','2021-01-14 02:09:32'),
(65412,25968,'action created','2021-01-14 07:09:32','2021-01-14 02:09:32'),
(65413,25968,'action started via WP Cron','2021-01-14 07:10:15','2021-01-14 02:10:15'),
(65414,25968,'action complete via WP Cron','2021-01-14 07:10:15','2021-01-14 02:10:15'),
(65415,25969,'action created','2021-01-14 07:10:15','2021-01-14 02:10:15'),
(65416,25969,'action started via WP Cron','2021-01-14 07:12:12','2021-01-14 02:12:12'),
(65417,25969,'action complete via WP Cron','2021-01-14 07:12:12','2021-01-14 02:12:12'),
(65418,25970,'action created','2021-01-14 07:12:12','2021-01-14 02:12:12'),
(65419,25970,'action started via WP Cron','2021-01-14 07:13:29','2021-01-14 02:13:29'),
(65420,25970,'action complete via WP Cron','2021-01-14 07:13:29','2021-01-14 02:13:29'),
(65421,25971,'action created','2021-01-14 07:13:29','2021-01-14 02:13:29'),
(65422,25971,'action started via WP Cron','2021-01-14 07:14:42','2021-01-14 02:14:42'),
(65423,25971,'action complete via WP Cron','2021-01-14 07:14:42','2021-01-14 02:14:42'),
(65424,25972,'action created','2021-01-14 07:14:42','2021-01-14 02:14:42'),
(65425,25972,'action started via WP Cron','2021-01-14 07:15:32','2021-01-14 02:15:32'),
(65426,25972,'action complete via WP Cron','2021-01-14 07:15:32','2021-01-14 02:15:32'),
(65427,25973,'action created','2021-01-14 07:15:32','2021-01-14 02:15:32'),
(65428,25973,'action started via WP Cron','2021-01-14 07:17:57','2021-01-14 02:17:57'),
(65429,25973,'action complete via WP Cron','2021-01-14 07:17:57','2021-01-14 02:17:57'),
(65430,25974,'action created','2021-01-14 07:17:57','2021-01-14 02:17:57'),
(65431,25974,'action started via WP Cron','2021-01-14 07:18:19','2021-01-14 02:18:19'),
(65432,25974,'action complete via WP Cron','2021-01-14 07:18:19','2021-01-14 02:18:19'),
(65433,25975,'action created','2021-01-14 07:18:19','2021-01-14 02:18:19'),
(65434,25975,'action started via WP Cron','2021-01-14 07:19:46','2021-01-14 02:19:46'),
(65435,25975,'action complete via WP Cron','2021-01-14 07:19:46','2021-01-14 02:19:46'),
(65436,25976,'action created','2021-01-14 07:19:46','2021-01-14 02:19:46'),
(65437,25976,'action started via WP Cron','2021-01-14 07:20:42','2021-01-14 02:20:42'),
(65438,25976,'action complete via WP Cron','2021-01-14 07:20:42','2021-01-14 02:20:42'),
(65439,25977,'action created','2021-01-14 07:20:42','2021-01-14 02:20:42'),
(65440,25977,'action started via WP Cron','2021-01-14 07:22:04','2021-01-14 02:22:04'),
(65441,25977,'action complete via WP Cron','2021-01-14 07:22:04','2021-01-14 02:22:04'),
(65442,25978,'action created','2021-01-14 07:22:04','2021-01-14 02:22:04'),
(65443,25978,'action started via WP Cron','2021-01-14 07:23:47','2021-01-14 02:23:47'),
(65444,25978,'action complete via WP Cron','2021-01-14 07:23:47','2021-01-14 02:23:47'),
(65445,25979,'action created','2021-01-14 07:23:47','2021-01-14 02:23:47'),
(65446,25979,'action started via WP Cron','2021-01-14 07:24:57','2021-01-14 02:24:57'),
(65447,25979,'action complete via WP Cron','2021-01-14 07:24:57','2021-01-14 02:24:57'),
(65448,25980,'action created','2021-01-14 07:24:57','2021-01-14 02:24:57'),
(65449,25980,'action started via WP Cron','2021-01-14 07:25:43','2021-01-14 02:25:43'),
(65450,25980,'action complete via WP Cron','2021-01-14 07:25:43','2021-01-14 02:25:43'),
(65451,25981,'action created','2021-01-14 07:25:43','2021-01-14 02:25:43'),
(65452,25981,'action started via WP Cron','2021-01-14 07:28:23','2021-01-14 02:28:23'),
(65453,25981,'action complete via WP Cron','2021-01-14 07:28:23','2021-01-14 02:28:23'),
(65454,25982,'action created','2021-01-14 07:28:23','2021-01-14 02:28:23'),
(65455,25982,'action started via WP Cron','2021-01-14 07:32:59','2021-01-14 02:32:59'),
(65456,25982,'action complete via WP Cron','2021-01-14 07:32:59','2021-01-14 02:32:59'),
(65457,25983,'action created','2021-01-14 07:32:59','2021-01-14 02:32:59'),
(65458,25983,'action started via WP Cron','2021-01-14 07:34:19','2021-01-14 02:34:19'),
(65459,25983,'action complete via WP Cron','2021-01-14 07:34:19','2021-01-14 02:34:19'),
(65460,25984,'action created','2021-01-14 07:34:19','2021-01-14 02:34:19'),
(65461,25984,'action started via WP Cron','2021-01-14 07:35:46','2021-01-14 02:35:46'),
(65462,25984,'action complete via WP Cron','2021-01-14 07:35:46','2021-01-14 02:35:46'),
(65463,25985,'action created','2021-01-14 07:35:46','2021-01-14 02:35:46'),
(65464,25985,'action started via WP Cron','2021-01-14 07:36:26','2021-01-14 02:36:26'),
(65465,25985,'action complete via WP Cron','2021-01-14 07:36:26','2021-01-14 02:36:26'),
(65466,25986,'action created','2021-01-14 07:36:26','2021-01-14 02:36:26'),
(65467,25986,'action started via WP Cron','2021-01-14 07:39:58','2021-01-14 02:39:58'),
(65468,25986,'action complete via WP Cron','2021-01-14 07:39:58','2021-01-14 02:39:58'),
(65469,25987,'action created','2021-01-14 07:39:58','2021-01-14 02:39:58'),
(65470,25987,'action started via WP Cron','2021-01-14 07:45:49','2021-01-14 02:45:49'),
(65471,25987,'action complete via WP Cron','2021-01-14 07:45:49','2021-01-14 02:45:49'),
(65472,25988,'action created','2021-01-14 07:45:49','2021-01-14 02:45:49'),
(65473,25988,'action started via WP Cron','2021-01-14 07:46:15','2021-01-14 02:46:15'),
(65474,25988,'action complete via WP Cron','2021-01-14 07:46:15','2021-01-14 02:46:15'),
(65475,25989,'action created','2021-01-14 07:46:15','2021-01-14 02:46:15'),
(65476,25989,'action started via WP Cron','2021-01-14 07:47:42','2021-01-14 02:47:42'),
(65477,25989,'action complete via WP Cron','2021-01-14 07:47:42','2021-01-14 02:47:42'),
(65478,25990,'action created','2021-01-14 07:47:42','2021-01-14 02:47:42'),
(65479,25990,'action started via WP Cron','2021-01-14 07:50:10','2021-01-14 02:50:10'),
(65480,25990,'action complete via WP Cron','2021-01-14 07:50:10','2021-01-14 02:50:10'),
(65481,25991,'action created','2021-01-14 07:50:10','2021-01-14 02:50:10'),
(65482,25991,'action started via WP Cron','2021-01-14 07:50:39','2021-01-14 02:50:39'),
(65483,25991,'action complete via WP Cron','2021-01-14 07:50:39','2021-01-14 02:50:39'),
(65484,25992,'action created','2021-01-14 07:50:39','2021-01-14 02:50:39'),
(65485,25992,'action started via WP Cron','2021-01-14 07:51:25','2021-01-14 02:51:25'),
(65486,25992,'action complete via WP Cron','2021-01-14 07:51:25','2021-01-14 02:51:25'),
(65487,25993,'action created','2021-01-14 07:51:25','2021-01-14 02:51:25'),
(65488,25993,'action started via WP Cron','2021-01-14 07:52:14','2021-01-14 02:52:14'),
(65489,25993,'action complete via WP Cron','2021-01-14 07:52:14','2021-01-14 02:52:14'),
(65490,25994,'action created','2021-01-14 07:52:14','2021-01-14 02:52:14'),
(65491,25994,'action started via WP Cron','2021-01-14 07:53:27','2021-01-14 02:53:27'),
(65492,25994,'action complete via WP Cron','2021-01-14 07:53:27','2021-01-14 02:53:27'),
(65493,25995,'action created','2021-01-14 07:53:28','2021-01-14 02:53:28'),
(65494,25995,'action started via WP Cron','2021-01-14 07:54:41','2021-01-14 02:54:41'),
(65495,25995,'action complete via WP Cron','2021-01-14 07:54:41','2021-01-14 02:54:41'),
(65496,25996,'action created','2021-01-14 07:54:41','2021-01-14 02:54:41'),
(65497,25996,'action started via WP Cron','2021-01-14 07:56:58','2021-01-14 02:56:58'),
(65498,25996,'action complete via WP Cron','2021-01-14 07:56:58','2021-01-14 02:56:58'),
(65499,25997,'action created','2021-01-14 07:56:58','2021-01-14 02:56:58'),
(65500,25997,'action started via WP Cron','2021-01-14 07:57:29','2021-01-14 02:57:29'),
(65501,25997,'action complete via WP Cron','2021-01-14 07:57:29','2021-01-14 02:57:29'),
(65502,25998,'action created','2021-01-14 07:57:29','2021-01-14 02:57:29'),
(65503,25998,'action started via WP Cron','2021-01-14 07:59:36','2021-01-14 02:59:36'),
(65504,25998,'action complete via WP Cron','2021-01-14 07:59:36','2021-01-14 02:59:36'),
(65505,25999,'action created','2021-01-14 07:59:36','2021-01-14 02:59:36'),
(65506,25999,'action started via WP Cron','2021-01-14 08:01:12','2021-01-14 03:01:12'),
(65507,25999,'action complete via WP Cron','2021-01-14 08:01:12','2021-01-14 03:01:12'),
(65508,26000,'action created','2021-01-14 08:01:12','2021-01-14 03:01:12'),
(65509,26000,'action started via WP Cron','2021-01-14 08:02:23','2021-01-14 03:02:23'),
(65510,26000,'action complete via WP Cron','2021-01-14 08:02:23','2021-01-14 03:02:23'),
(65511,26001,'action created','2021-01-14 08:02:23','2021-01-14 03:02:23'),
(65512,26001,'action started via WP Cron','2021-01-14 08:06:35','2021-01-14 03:06:35'),
(65513,26001,'action complete via WP Cron','2021-01-14 08:06:35','2021-01-14 03:06:35'),
(65514,26002,'action created','2021-01-14 08:06:35','2021-01-14 03:06:35'),
(65515,26002,'action started via WP Cron','2021-01-14 08:07:11','2021-01-14 03:07:11'),
(65516,26002,'action complete via WP Cron','2021-01-14 08:07:11','2021-01-14 03:07:11'),
(65517,26003,'action created','2021-01-14 08:07:11','2021-01-14 03:07:11'),
(65518,26003,'action started via WP Cron','2021-01-14 08:10:00','2021-01-14 03:10:00'),
(65519,26003,'action complete via WP Cron','2021-01-14 08:10:00','2021-01-14 03:10:00'),
(65520,26004,'action created','2021-01-14 08:10:00','2021-01-14 03:10:00'),
(65521,26004,'action started via WP Cron','2021-01-14 08:10:40','2021-01-14 03:10:40'),
(65522,26004,'action complete via WP Cron','2021-01-14 08:10:40','2021-01-14 03:10:40'),
(65523,26005,'action created','2021-01-14 08:10:40','2021-01-14 03:10:40'),
(65524,26005,'action started via WP Cron','2021-01-14 08:11:56','2021-01-14 03:11:56'),
(65525,26005,'action complete via WP Cron','2021-01-14 08:11:56','2021-01-14 03:11:56'),
(65526,26006,'action created','2021-01-14 08:11:56','2021-01-14 03:11:56'),
(65527,26006,'action started via WP Cron','2021-01-14 08:12:13','2021-01-14 03:12:13'),
(65528,26006,'action complete via WP Cron','2021-01-14 08:12:13','2021-01-14 03:12:13'),
(65529,26007,'action created','2021-01-14 08:12:13','2021-01-14 03:12:13'),
(65530,26007,'action started via WP Cron','2021-01-14 08:13:29','2021-01-14 03:13:29'),
(65531,26007,'action complete via WP Cron','2021-01-14 08:13:29','2021-01-14 03:13:29'),
(65532,26008,'action created','2021-01-14 08:13:29','2021-01-14 03:13:29'),
(65533,26008,'action started via WP Cron','2021-01-14 08:18:48','2021-01-14 03:18:48'),
(65534,26008,'action complete via WP Cron','2021-01-14 08:18:48','2021-01-14 03:18:48'),
(65535,26009,'action created','2021-01-14 08:18:48','2021-01-14 03:18:48'),
(65536,26009,'action started via WP Cron','2021-01-14 08:19:26','2021-01-14 03:19:26'),
(65537,26009,'action complete via WP Cron','2021-01-14 08:19:26','2021-01-14 03:19:26'),
(65538,26010,'action created','2021-01-14 08:19:26','2021-01-14 03:19:26'),
(65539,26010,'action started via WP Cron','2021-01-14 08:23:02','2021-01-14 03:23:02'),
(65540,26010,'action complete via WP Cron','2021-01-14 08:23:02','2021-01-14 03:23:02'),
(65541,26011,'action created','2021-01-14 08:23:02','2021-01-14 03:23:02'),
(65542,26011,'action started via WP Cron','2021-01-14 08:23:36','2021-01-14 03:23:36'),
(65543,26011,'action complete via WP Cron','2021-01-14 08:23:36','2021-01-14 03:23:36'),
(65544,26012,'action created','2021-01-14 08:23:36','2021-01-14 03:23:36'),
(65545,26012,'action started via WP Cron','2021-01-14 08:24:36','2021-01-14 03:24:36'),
(65546,26012,'action complete via WP Cron','2021-01-14 08:24:36','2021-01-14 03:24:36'),
(65547,26013,'action created','2021-01-14 08:24:36','2021-01-14 03:24:36'),
(65548,26013,'action started via WP Cron','2021-01-14 08:25:49','2021-01-14 03:25:49'),
(65549,26013,'action complete via WP Cron','2021-01-14 08:25:49','2021-01-14 03:25:49'),
(65550,26014,'action created','2021-01-14 08:25:49','2021-01-14 03:25:49'),
(65551,26014,'action started via WP Cron','2021-01-14 08:26:17','2021-01-14 03:26:17'),
(65552,26014,'action complete via WP Cron','2021-01-14 08:26:17','2021-01-14 03:26:17'),
(65553,26015,'action created','2021-01-14 08:26:17','2021-01-14 03:26:17'),
(65554,26015,'action started via WP Cron','2021-01-14 08:28:06','2021-01-14 03:28:06'),
(65555,26015,'action complete via WP Cron','2021-01-14 08:28:06','2021-01-14 03:28:06'),
(65556,26016,'action created','2021-01-14 08:28:06','2021-01-14 03:28:06'),
(65557,26016,'action started via WP Cron','2021-01-14 08:30:03','2021-01-14 03:30:03'),
(65558,26016,'action complete via WP Cron','2021-01-14 08:30:03','2021-01-14 03:30:03'),
(65559,26017,'action created','2021-01-14 08:30:10','2021-01-14 03:30:10'),
(65560,26017,'action started via WP Cron','2021-01-14 08:30:33','2021-01-14 03:30:33'),
(65561,26017,'action complete via WP Cron','2021-01-14 08:30:33','2021-01-14 03:30:33'),
(65562,26018,'action created','2021-01-14 08:30:33','2021-01-14 03:30:33'),
(65563,26018,'action started via WP Cron','2021-01-14 08:32:28','2021-01-14 03:32:28'),
(65564,26018,'action complete via WP Cron','2021-01-14 08:32:28','2021-01-14 03:32:28'),
(65565,26019,'action created','2021-01-14 08:32:28','2021-01-14 03:32:28'),
(65566,26019,'action started via WP Cron','2021-01-14 08:34:51','2021-01-14 03:34:51'),
(65567,26019,'action complete via WP Cron','2021-01-14 08:34:51','2021-01-14 03:34:51'),
(65568,26020,'action created','2021-01-14 08:34:51','2021-01-14 03:34:51'),
(65569,26020,'action started via WP Cron','2021-01-14 08:35:39','2021-01-14 03:35:39'),
(65570,26020,'action complete via WP Cron','2021-01-14 08:35:39','2021-01-14 03:35:39'),
(65571,26021,'action created','2021-01-14 08:35:39','2021-01-14 03:35:39'),
(65572,26021,'action started via WP Cron','2021-01-14 08:37:19','2021-01-14 03:37:19'),
(65573,26021,'action complete via WP Cron','2021-01-14 08:37:19','2021-01-14 03:37:19'),
(65574,26022,'action created','2021-01-14 08:37:19','2021-01-14 03:37:19'),
(65575,26022,'action started via WP Cron','2021-01-14 08:38:23','2021-01-14 03:38:23'),
(65576,26022,'action complete via WP Cron','2021-01-14 08:38:23','2021-01-14 03:38:23'),
(65577,26023,'action created','2021-01-14 08:38:23','2021-01-14 03:38:23'),
(65578,26023,'action started via WP Cron','2021-01-14 08:39:30','2021-01-14 03:39:30'),
(65579,26023,'action complete via WP Cron','2021-01-14 08:39:30','2021-01-14 03:39:30'),
(65580,26024,'action created','2021-01-14 08:39:30','2021-01-14 03:39:30'),
(65581,26024,'action started via WP Cron','2021-01-14 08:40:45','2021-01-14 03:40:45'),
(65582,26024,'action complete via WP Cron','2021-01-14 08:40:45','2021-01-14 03:40:45'),
(65583,26025,'action created','2021-01-14 08:40:45','2021-01-14 03:40:45'),
(65584,26025,'action started via WP Cron','2021-01-14 08:41:14','2021-01-14 03:41:14'),
(65585,26025,'action complete via WP Cron','2021-01-14 08:41:14','2021-01-14 03:41:14'),
(65586,26026,'action created','2021-01-14 08:41:14','2021-01-14 03:41:14'),
(65587,26026,'action started via WP Cron','2021-01-14 08:42:15','2021-01-14 03:42:15'),
(65588,26026,'action complete via WP Cron','2021-01-14 08:42:15','2021-01-14 03:42:15'),
(65589,26027,'action created','2021-01-14 08:42:15','2021-01-14 03:42:15'),
(65590,26027,'action started via WP Cron','2021-01-14 08:43:15','2021-01-14 03:43:15'),
(65591,26027,'action complete via WP Cron','2021-01-14 08:43:15','2021-01-14 03:43:15'),
(65592,26028,'action created','2021-01-14 08:43:15','2021-01-14 03:43:15'),
(65593,26028,'action started via WP Cron','2021-01-14 08:44:22','2021-01-14 03:44:22'),
(65594,26028,'action complete via WP Cron','2021-01-14 08:44:22','2021-01-14 03:44:22'),
(65595,26029,'action created','2021-01-14 08:44:22','2021-01-14 03:44:22'),
(65596,26029,'action started via WP Cron','2021-01-14 08:45:26','2021-01-14 03:45:26'),
(65597,26029,'action complete via WP Cron','2021-01-14 08:45:26','2021-01-14 03:45:26'),
(65598,26030,'action created','2021-01-14 08:45:26','2021-01-14 03:45:26'),
(65599,26030,'action started via WP Cron','2021-01-14 08:46:39','2021-01-14 03:46:39'),
(65600,26030,'action complete via WP Cron','2021-01-14 08:46:39','2021-01-14 03:46:39'),
(65601,26031,'action created','2021-01-14 08:46:39','2021-01-14 03:46:39'),
(65602,26031,'action started via WP Cron','2021-01-14 08:47:39','2021-01-14 03:47:39'),
(65603,26031,'action complete via WP Cron','2021-01-14 08:47:39','2021-01-14 03:47:39'),
(65604,26032,'action created','2021-01-14 08:47:39','2021-01-14 03:47:39'),
(65605,26032,'action started via WP Cron','2021-01-14 08:48:14','2021-01-14 03:48:14'),
(65606,26032,'action complete via WP Cron','2021-01-14 08:48:14','2021-01-14 03:48:14'),
(65607,26033,'action created','2021-01-14 08:48:14','2021-01-14 03:48:14'),
(65608,26033,'action started via WP Cron','2021-01-14 08:49:28','2021-01-14 03:49:28'),
(65609,26033,'action complete via WP Cron','2021-01-14 08:49:28','2021-01-14 03:49:28'),
(65610,26034,'action created','2021-01-14 08:49:28','2021-01-14 03:49:28'),
(65611,26034,'action started via WP Cron','2021-01-14 08:50:27','2021-01-14 03:50:27'),
(65612,26034,'action complete via WP Cron','2021-01-14 08:50:27','2021-01-14 03:50:27'),
(65613,26035,'action created','2021-01-14 08:50:27','2021-01-14 03:50:27'),
(65614,26035,'action started via WP Cron','2021-01-14 08:51:22','2021-01-14 03:51:22'),
(65615,26035,'action complete via WP Cron','2021-01-14 08:51:22','2021-01-14 03:51:22'),
(65616,26036,'action created','2021-01-14 08:51:22','2021-01-14 03:51:22'),
(65617,26036,'action started via WP Cron','2021-01-14 08:52:17','2021-01-14 03:52:17'),
(65618,26036,'action complete via WP Cron','2021-01-14 08:52:17','2021-01-14 03:52:17'),
(65619,26037,'action created','2021-01-14 08:52:17','2021-01-14 03:52:17'),
(65620,26037,'action started via WP Cron','2021-01-14 08:53:38','2021-01-14 03:53:38'),
(65621,26037,'action complete via WP Cron','2021-01-14 08:53:38','2021-01-14 03:53:38'),
(65622,26038,'action created','2021-01-14 08:53:38','2021-01-14 03:53:38'),
(65623,26038,'action started via WP Cron','2021-01-14 08:54:25','2021-01-14 03:54:25'),
(65624,26038,'action complete via WP Cron','2021-01-14 08:54:25','2021-01-14 03:54:25'),
(65625,26039,'action created','2021-01-14 08:54:25','2021-01-14 03:54:25'),
(65626,26039,'action started via WP Cron','2021-01-14 08:56:30','2021-01-14 03:56:30'),
(65627,26039,'action complete via WP Cron','2021-01-14 08:56:30','2021-01-14 03:56:30'),
(65628,26040,'action created','2021-01-14 08:56:31','2021-01-14 03:56:31'),
(65629,26040,'action started via WP Cron','2021-01-14 08:57:16','2021-01-14 03:57:16'),
(65630,26040,'action complete via WP Cron','2021-01-14 08:57:16','2021-01-14 03:57:16'),
(65631,26041,'action created','2021-01-14 08:57:16','2021-01-14 03:57:16'),
(65632,26041,'action started via WP Cron','2021-01-14 08:58:53','2021-01-14 03:58:53'),
(65633,26041,'action complete via WP Cron','2021-01-14 08:58:53','2021-01-14 03:58:53'),
(65634,26042,'action created','2021-01-14 08:58:53','2021-01-14 03:58:53'),
(65635,26042,'action started via WP Cron','2021-01-14 08:59:11','2021-01-14 03:59:11'),
(65636,26042,'action complete via WP Cron','2021-01-14 08:59:11','2021-01-14 03:59:11'),
(65637,26043,'action created','2021-01-14 08:59:11','2021-01-14 03:59:11'),
(65638,26043,'action started via WP Cron','2021-01-14 09:00:25','2021-01-14 04:00:25'),
(65639,26043,'action complete via WP Cron','2021-01-14 09:00:25','2021-01-14 04:00:25'),
(65640,26044,'action created','2021-01-14 09:00:25','2021-01-14 04:00:25'),
(65641,26044,'action started via WP Cron','2021-01-14 09:01:35','2021-01-14 04:01:35'),
(65642,26044,'action complete via WP Cron','2021-01-14 09:01:35','2021-01-14 04:01:35'),
(65643,26045,'action created','2021-01-14 09:01:35','2021-01-14 04:01:35'),
(65644,26045,'action started via WP Cron','2021-01-14 09:02:13','2021-01-14 04:02:13'),
(65645,26045,'action complete via WP Cron','2021-01-14 09:02:13','2021-01-14 04:02:13'),
(65646,26046,'action created','2021-01-14 09:02:14','2021-01-14 04:02:14'),
(65647,26046,'action started via WP Cron','2021-01-14 09:03:21','2021-01-14 04:03:21'),
(65648,26046,'action complete via WP Cron','2021-01-14 09:03:21','2021-01-14 04:03:21'),
(65649,26047,'action created','2021-01-14 09:03:21','2021-01-14 04:03:21'),
(65650,26047,'action started via WP Cron','2021-01-14 09:04:14','2021-01-14 04:04:14'),
(65651,26047,'action complete via WP Cron','2021-01-14 09:04:14','2021-01-14 04:04:14'),
(65652,26048,'action created','2021-01-14 09:04:14','2021-01-14 04:04:14'),
(65653,26048,'action started via WP Cron','2021-01-14 09:05:24','2021-01-14 04:05:24'),
(65654,26048,'action complete via WP Cron','2021-01-14 09:05:24','2021-01-14 04:05:24'),
(65655,26049,'action created','2021-01-14 09:05:24','2021-01-14 04:05:24'),
(65656,26049,'action started via WP Cron','2021-01-14 09:07:19','2021-01-14 04:07:19'),
(65657,26049,'action complete via WP Cron','2021-01-14 09:07:19','2021-01-14 04:07:19'),
(65658,26050,'action created','2021-01-14 09:07:19','2021-01-14 04:07:19'),
(65659,26050,'action started via WP Cron','2021-01-14 09:08:22','2021-01-14 04:08:22'),
(65660,26050,'action complete via WP Cron','2021-01-14 09:08:22','2021-01-14 04:08:22'),
(65661,26051,'action created','2021-01-14 09:08:22','2021-01-14 04:08:22'),
(65662,26051,'action started via WP Cron','2021-01-14 09:09:54','2021-01-14 04:09:54'),
(65663,26051,'action complete via WP Cron','2021-01-14 09:09:54','2021-01-14 04:09:54'),
(65664,26052,'action created','2021-01-14 09:09:54','2021-01-14 04:09:54'),
(65665,26052,'action started via WP Cron','2021-01-14 09:10:24','2021-01-14 04:10:24'),
(65666,26052,'action complete via WP Cron','2021-01-14 09:10:24','2021-01-14 04:10:24'),
(65667,26053,'action created','2021-01-14 09:10:24','2021-01-14 04:10:24'),
(65668,26053,'action started via WP Cron','2021-01-14 09:11:59','2021-01-14 04:11:59'),
(65669,26053,'action complete via WP Cron','2021-01-14 09:11:59','2021-01-14 04:11:59'),
(65670,26054,'action created','2021-01-14 09:11:59','2021-01-14 04:11:59'),
(65671,26054,'action started via WP Cron','2021-01-14 09:12:24','2021-01-14 04:12:24'),
(65672,26054,'action complete via WP Cron','2021-01-14 09:12:24','2021-01-14 04:12:24'),
(65673,26055,'action created','2021-01-14 09:12:24','2021-01-14 04:12:24'),
(65674,26055,'action started via WP Cron','2021-01-14 09:13:35','2021-01-14 04:13:35'),
(65675,26055,'action complete via WP Cron','2021-01-14 09:13:35','2021-01-14 04:13:35'),
(65676,26056,'action created','2021-01-14 09:13:35','2021-01-14 04:13:35'),
(65677,26056,'action started via WP Cron','2021-01-14 09:14:24','2021-01-14 04:14:24'),
(65678,26056,'action complete via WP Cron','2021-01-14 09:14:24','2021-01-14 04:14:24'),
(65679,26057,'action created','2021-01-14 09:14:24','2021-01-14 04:14:24'),
(65680,26057,'action started via WP Cron','2021-01-14 09:15:16','2021-01-14 04:15:16'),
(65681,26057,'action complete via WP Cron','2021-01-14 09:15:16','2021-01-14 04:15:16'),
(65682,26058,'action created','2021-01-14 09:15:16','2021-01-14 04:15:16'),
(65683,26058,'action started via WP Cron','2021-01-14 09:16:25','2021-01-14 04:16:25'),
(65684,26058,'action complete via WP Cron','2021-01-14 09:16:25','2021-01-14 04:16:25'),
(65685,26059,'action created','2021-01-14 09:16:25','2021-01-14 04:16:25'),
(65686,26059,'action started via WP Cron','2021-01-14 09:17:24','2021-01-14 04:17:24'),
(65687,26059,'action complete via WP Cron','2021-01-14 09:17:24','2021-01-14 04:17:24'),
(65688,26060,'action created','2021-01-14 09:17:24','2021-01-14 04:17:24'),
(65689,26060,'action started via WP Cron','2021-01-14 09:18:19','2021-01-14 04:18:19'),
(65690,26060,'action complete via WP Cron','2021-01-14 09:18:19','2021-01-14 04:18:19'),
(65691,26061,'action created','2021-01-14 09:18:19','2021-01-14 04:18:19'),
(65692,26061,'action started via WP Cron','2021-01-14 09:19:35','2021-01-14 04:19:35'),
(65693,26061,'action complete via WP Cron','2021-01-14 09:19:35','2021-01-14 04:19:35'),
(65694,26062,'action created','2021-01-14 09:19:35','2021-01-14 04:19:35'),
(65695,26062,'action started via WP Cron','2021-01-14 09:20:13','2021-01-14 04:20:13'),
(65696,26062,'action complete via WP Cron','2021-01-14 09:20:13','2021-01-14 04:20:13'),
(65697,26063,'action created','2021-01-14 09:20:13','2021-01-14 04:20:13'),
(65698,26063,'action started via WP Cron','2021-01-14 09:21:49','2021-01-14 04:21:49'),
(65699,26063,'action complete via WP Cron','2021-01-14 09:21:49','2021-01-14 04:21:49'),
(65700,26064,'action created','2021-01-14 09:21:49','2021-01-14 04:21:49'),
(65701,26064,'action started via WP Cron','2021-01-14 09:23:03','2021-01-14 04:23:03'),
(65702,26064,'action complete via WP Cron','2021-01-14 09:23:03','2021-01-14 04:23:03'),
(65703,26065,'action created','2021-01-14 09:23:03','2021-01-14 04:23:03'),
(65704,26065,'action started via WP Cron','2021-01-14 09:24:23','2021-01-14 04:24:23'),
(65705,26065,'action complete via WP Cron','2021-01-14 09:24:23','2021-01-14 04:24:23'),
(65706,26066,'action created','2021-01-14 09:24:23','2021-01-14 04:24:23'),
(65707,26066,'action started via WP Cron','2021-01-14 09:25:14','2021-01-14 04:25:14'),
(65708,26066,'action complete via WP Cron','2021-01-14 09:25:14','2021-01-14 04:25:14'),
(65709,26067,'action created','2021-01-14 09:25:14','2021-01-14 04:25:14'),
(65710,26067,'action started via WP Cron','2021-01-14 09:26:12','2021-01-14 04:26:12'),
(65711,26067,'action complete via WP Cron','2021-01-14 09:26:12','2021-01-14 04:26:12'),
(65712,26068,'action created','2021-01-14 09:26:12','2021-01-14 04:26:12'),
(65713,26068,'action started via WP Cron','2021-01-14 09:27:32','2021-01-14 04:27:32'),
(65714,26068,'action complete via WP Cron','2021-01-14 09:27:32','2021-01-14 04:27:32'),
(65715,26069,'action created','2021-01-14 09:27:32','2021-01-14 04:27:32'),
(65716,26069,'action started via WP Cron','2021-01-14 09:28:15','2021-01-14 04:28:15'),
(65717,26069,'action complete via WP Cron','2021-01-14 09:28:15','2021-01-14 04:28:15'),
(65718,26070,'action created','2021-01-14 09:28:15','2021-01-14 04:28:15'),
(65719,26070,'action started via WP Cron','2021-01-14 09:29:44','2021-01-14 04:29:44'),
(65720,26070,'action complete via WP Cron','2021-01-14 09:29:44','2021-01-14 04:29:44'),
(65721,26071,'action created','2021-01-14 09:29:44','2021-01-14 04:29:44'),
(65722,26071,'action started via WP Cron','2021-01-14 09:30:56','2021-01-14 04:30:56'),
(65723,26071,'action complete via WP Cron','2021-01-14 09:30:56','2021-01-14 04:30:56'),
(65724,26072,'action created','2021-01-14 09:30:56','2021-01-14 04:30:56'),
(65725,26072,'action started via WP Cron','2021-01-14 09:31:35','2021-01-14 04:31:35'),
(65726,26072,'action complete via WP Cron','2021-01-14 09:31:35','2021-01-14 04:31:35'),
(65727,26073,'action created','2021-01-14 09:31:35','2021-01-14 04:31:35'),
(65728,26073,'action started via WP Cron','2021-01-14 09:32:41','2021-01-14 04:32:41'),
(65729,26073,'action complete via WP Cron','2021-01-14 09:32:41','2021-01-14 04:32:41'),
(65730,26074,'action created','2021-01-14 09:32:41','2021-01-14 04:32:41'),
(65731,26074,'action started via WP Cron','2021-01-14 09:33:19','2021-01-14 04:33:19'),
(65732,26074,'action complete via WP Cron','2021-01-14 09:33:19','2021-01-14 04:33:19'),
(65733,26075,'action created','2021-01-14 09:33:19','2021-01-14 04:33:19'),
(65734,26075,'action started via WP Cron','2021-01-14 09:34:15','2021-01-14 04:34:15'),
(65735,26075,'action complete via WP Cron','2021-01-14 09:34:15','2021-01-14 04:34:15'),
(65736,26076,'action created','2021-01-14 09:34:15','2021-01-14 04:34:15'),
(65737,26076,'action started via WP Cron','2021-01-14 09:36:21','2021-01-14 04:36:21'),
(65738,26076,'action complete via WP Cron','2021-01-14 09:36:21','2021-01-14 04:36:21'),
(65739,26077,'action created','2021-01-14 09:36:21','2021-01-14 04:36:21'),
(65740,26077,'action started via WP Cron','2021-01-14 09:38:12','2021-01-14 04:38:12'),
(65741,26077,'action complete via WP Cron','2021-01-14 09:38:12','2021-01-14 04:38:12'),
(65742,26078,'action created','2021-01-14 09:38:12','2021-01-14 04:38:12'),
(65743,26078,'action started via WP Cron','2021-01-14 09:39:11','2021-01-14 04:39:11'),
(65744,26078,'action complete via WP Cron','2021-01-14 09:39:11','2021-01-14 04:39:11'),
(65745,26079,'action created','2021-01-14 09:39:11','2021-01-14 04:39:11'),
(65746,26079,'action started via WP Cron','2021-01-14 09:40:47','2021-01-14 04:40:47'),
(65747,26079,'action complete via WP Cron','2021-01-14 09:40:47','2021-01-14 04:40:47'),
(65748,26080,'action created','2021-01-14 09:40:47','2021-01-14 04:40:47'),
(65749,26080,'action started via WP Cron','2021-01-14 09:41:45','2021-01-14 04:41:45'),
(65750,26080,'action complete via WP Cron','2021-01-14 09:41:45','2021-01-14 04:41:45'),
(65751,26081,'action created','2021-01-14 09:41:45','2021-01-14 04:41:45'),
(65752,26081,'action started via WP Cron','2021-01-14 09:42:47','2021-01-14 04:42:47'),
(65753,26081,'action complete via WP Cron','2021-01-14 09:42:47','2021-01-14 04:42:47'),
(65754,26082,'action created','2021-01-14 09:42:47','2021-01-14 04:42:47'),
(65755,26082,'action started via WP Cron','2021-01-14 09:43:18','2021-01-14 04:43:18'),
(65756,26082,'action complete via WP Cron','2021-01-14 09:43:18','2021-01-14 04:43:18'),
(65757,26083,'action created','2021-01-14 09:43:18','2021-01-14 04:43:18'),
(65758,26083,'action started via WP Cron','2021-01-14 09:44:26','2021-01-14 04:44:26'),
(65759,26083,'action complete via WP Cron','2021-01-14 09:44:26','2021-01-14 04:44:26'),
(65760,26084,'action created','2021-01-14 09:44:26','2021-01-14 04:44:26'),
(65761,26084,'action started via WP Cron','2021-01-14 09:46:21','2021-01-14 04:46:21'),
(65762,26084,'action complete via WP Cron','2021-01-14 09:46:21','2021-01-14 04:46:21'),
(65763,26085,'action created','2021-01-14 09:46:21','2021-01-14 04:46:21'),
(65764,26085,'action started via WP Cron','2021-01-14 09:47:23','2021-01-14 04:47:23'),
(65765,26085,'action complete via WP Cron','2021-01-14 09:47:23','2021-01-14 04:47:23'),
(65766,26086,'action created','2021-01-14 09:47:23','2021-01-14 04:47:23'),
(65767,26086,'action started via WP Cron','2021-01-14 09:48:25','2021-01-14 04:48:25'),
(65768,26086,'action complete via WP Cron','2021-01-14 09:48:25','2021-01-14 04:48:25'),
(65769,26087,'action created','2021-01-14 09:48:26','2021-01-14 04:48:26'),
(65770,26087,'action started via WP Cron','2021-01-14 09:49:49','2021-01-14 04:49:49'),
(65771,26087,'action complete via WP Cron','2021-01-14 09:49:49','2021-01-14 04:49:49'),
(65772,26088,'action created','2021-01-14 09:49:49','2021-01-14 04:49:49'),
(65773,26088,'action started via WP Cron','2021-01-14 09:50:42','2021-01-14 04:50:42'),
(65774,26088,'action complete via WP Cron','2021-01-14 09:50:42','2021-01-14 04:50:42'),
(65775,26089,'action created','2021-01-14 09:50:42','2021-01-14 04:50:42'),
(65776,26089,'action started via WP Cron','2021-01-14 09:51:41','2021-01-14 04:51:41'),
(65777,26089,'action complete via WP Cron','2021-01-14 09:51:41','2021-01-14 04:51:41'),
(65778,26090,'action created','2021-01-14 09:51:41','2021-01-14 04:51:41'),
(65779,26090,'action started via WP Cron','2021-01-14 09:52:25','2021-01-14 04:52:25'),
(65780,26090,'action complete via WP Cron','2021-01-14 09:52:25','2021-01-14 04:52:25'),
(65781,26091,'action created','2021-01-14 09:52:25','2021-01-14 04:52:25'),
(65782,26091,'action started via WP Cron','2021-01-14 09:53:28','2021-01-14 04:53:28'),
(65783,26091,'action complete via WP Cron','2021-01-14 09:53:28','2021-01-14 04:53:28'),
(65784,26092,'action created','2021-01-14 09:53:28','2021-01-14 04:53:28'),
(65785,26092,'action started via WP Cron','2021-01-14 09:54:27','2021-01-14 04:54:27'),
(65786,26092,'action complete via WP Cron','2021-01-14 09:54:27','2021-01-14 04:54:27'),
(65787,26093,'action created','2021-01-14 09:54:27','2021-01-14 04:54:27'),
(65788,26093,'action started via WP Cron','2021-01-14 09:55:22','2021-01-14 04:55:22'),
(65789,26093,'action complete via WP Cron','2021-01-14 09:55:22','2021-01-14 04:55:22'),
(65790,26094,'action created','2021-01-14 09:55:22','2021-01-14 04:55:22'),
(65791,26094,'action started via WP Cron','2021-01-14 09:56:16','2021-01-14 04:56:16'),
(65792,26094,'action complete via WP Cron','2021-01-14 09:56:16','2021-01-14 04:56:16'),
(65793,26095,'action created','2021-01-14 09:56:16','2021-01-14 04:56:16'),
(65794,26095,'action started via WP Cron','2021-01-14 09:57:48','2021-01-14 04:57:48'),
(65795,26095,'action complete via WP Cron','2021-01-14 09:57:48','2021-01-14 04:57:48'),
(65796,26096,'action created','2021-01-14 09:57:48','2021-01-14 04:57:48'),
(65797,26096,'action started via WP Cron','2021-01-14 09:58:43','2021-01-14 04:58:43'),
(65798,26096,'action complete via WP Cron','2021-01-14 09:58:43','2021-01-14 04:58:43'),
(65799,26097,'action created','2021-01-14 09:58:43','2021-01-14 04:58:43'),
(65800,26097,'action started via WP Cron','2021-01-14 09:59:20','2021-01-14 04:59:20'),
(65801,26097,'action complete via WP Cron','2021-01-14 09:59:20','2021-01-14 04:59:20'),
(65802,26098,'action created','2021-01-14 09:59:20','2021-01-14 04:59:20'),
(65803,26098,'action started via WP Cron','2021-01-14 10:00:23','2021-01-14 05:00:23'),
(65804,26098,'action complete via WP Cron','2021-01-14 10:00:23','2021-01-14 05:00:23'),
(65805,26099,'action created','2021-01-14 10:00:23','2021-01-14 05:00:23'),
(65806,26099,'action started via WP Cron','2021-01-14 10:01:21','2021-01-14 05:01:21'),
(65807,26099,'action complete via WP Cron','2021-01-14 10:01:21','2021-01-14 05:01:21'),
(65808,26100,'action created','2021-01-14 10:01:21','2021-01-14 05:01:21'),
(65809,26100,'action started via WP Cron','2021-01-14 10:02:22','2021-01-14 05:02:22'),
(65810,26100,'action complete via WP Cron','2021-01-14 10:02:22','2021-01-14 05:02:22'),
(65811,26101,'action created','2021-01-14 10:02:22','2021-01-14 05:02:22'),
(65812,26101,'action started via WP Cron','2021-01-14 10:03:39','2021-01-14 05:03:39'),
(65813,26101,'action complete via WP Cron','2021-01-14 10:03:39','2021-01-14 05:03:39'),
(65814,26102,'action created','2021-01-14 10:03:39','2021-01-14 05:03:39'),
(65815,26102,'action started via WP Cron','2021-01-14 10:04:26','2021-01-14 05:04:26'),
(65816,26102,'action complete via WP Cron','2021-01-14 10:04:26','2021-01-14 05:04:26'),
(65817,26103,'action created','2021-01-14 10:04:26','2021-01-14 05:04:26'),
(65818,26103,'action started via WP Cron','2021-01-14 10:05:17','2021-01-14 05:05:17'),
(65819,26103,'action complete via WP Cron','2021-01-14 10:05:17','2021-01-14 05:05:17'),
(65820,26104,'action created','2021-01-14 10:05:17','2021-01-14 05:05:17'),
(65821,26104,'action started via WP Cron','2021-01-14 10:06:57','2021-01-14 05:06:57'),
(65822,26104,'action complete via WP Cron','2021-01-14 10:06:57','2021-01-14 05:06:57'),
(65823,26105,'action created','2021-01-14 10:06:57','2021-01-14 05:06:57'),
(65824,26105,'action started via WP Cron','2021-01-14 10:08:14','2021-01-14 05:08:14'),
(65825,26105,'action complete via WP Cron','2021-01-14 10:08:14','2021-01-14 05:08:14'),
(65826,26106,'action created','2021-01-14 10:08:14','2021-01-14 05:08:14'),
(65827,26106,'action started via WP Cron','2021-01-14 10:09:25','2021-01-14 05:09:25'),
(65828,26106,'action complete via WP Cron','2021-01-14 10:09:25','2021-01-14 05:09:25'),
(65829,26107,'action created','2021-01-14 10:09:25','2021-01-14 05:09:25'),
(65830,26107,'action started via WP Cron','2021-01-14 10:10:28','2021-01-14 05:10:28'),
(65831,26107,'action complete via WP Cron','2021-01-14 10:10:28','2021-01-14 05:10:28'),
(65832,26108,'action created','2021-01-14 10:10:28','2021-01-14 05:10:28'),
(65833,26108,'action started via WP Cron','2021-01-14 10:11:14','2021-01-14 05:11:14'),
(65834,26108,'action complete via WP Cron','2021-01-14 10:11:14','2021-01-14 05:11:14'),
(65835,26109,'action created','2021-01-14 10:11:14','2021-01-14 05:11:14'),
(65836,26109,'action started via WP Cron','2021-01-14 10:12:21','2021-01-14 05:12:21'),
(65837,26109,'action complete via WP Cron','2021-01-14 10:12:21','2021-01-14 05:12:21'),
(65838,26110,'action created','2021-01-14 10:12:21','2021-01-14 05:12:21'),
(65839,26110,'action started via WP Cron','2021-01-14 10:13:27','2021-01-14 05:13:27'),
(65840,26110,'action complete via WP Cron','2021-01-14 10:13:27','2021-01-14 05:13:27'),
(65841,26111,'action created','2021-01-14 10:13:27','2021-01-14 05:13:27'),
(65842,26111,'action started via WP Cron','2021-01-14 10:14:12','2021-01-14 05:14:12'),
(65843,26111,'action complete via WP Cron','2021-01-14 10:14:12','2021-01-14 05:14:12'),
(65844,26112,'action created','2021-01-14 10:14:12','2021-01-14 05:14:12'),
(65845,26112,'action started via WP Cron','2021-01-14 10:15:17','2021-01-14 05:15:17'),
(65846,26112,'action complete via WP Cron','2021-01-14 10:15:17','2021-01-14 05:15:17'),
(65847,26113,'action created','2021-01-14 10:15:17','2021-01-14 05:15:17'),
(65848,26113,'action started via WP Cron','2021-01-14 10:16:38','2021-01-14 05:16:38'),
(65849,26113,'action complete via WP Cron','2021-01-14 10:16:38','2021-01-14 05:16:38'),
(65850,26114,'action created','2021-01-14 10:16:38','2021-01-14 05:16:38'),
(65851,26114,'action started via WP Cron','2021-01-14 10:17:21','2021-01-14 05:17:21'),
(65852,26114,'action complete via WP Cron','2021-01-14 10:17:21','2021-01-14 05:17:21'),
(65853,26115,'action created','2021-01-14 10:17:21','2021-01-14 05:17:21'),
(65854,26115,'action started via WP Cron','2021-01-14 10:18:19','2021-01-14 05:18:19'),
(65855,26115,'action complete via WP Cron','2021-01-14 10:18:19','2021-01-14 05:18:19'),
(65856,26116,'action created','2021-01-14 10:18:19','2021-01-14 05:18:19'),
(65857,26116,'action started via WP Cron','2021-01-14 10:19:17','2021-01-14 05:19:17'),
(65858,26116,'action complete via WP Cron','2021-01-14 10:19:17','2021-01-14 05:19:17'),
(65859,26117,'action created','2021-01-14 10:19:17','2021-01-14 05:19:17'),
(65860,26117,'action started via WP Cron','2021-01-14 10:20:14','2021-01-14 05:20:14'),
(65861,26117,'action complete via WP Cron','2021-01-14 10:20:14','2021-01-14 05:20:14'),
(65862,26118,'action created','2021-01-14 10:20:14','2021-01-14 05:20:14'),
(65863,26118,'action started via WP Cron','2021-01-14 10:21:17','2021-01-14 05:21:17'),
(65864,26118,'action complete via WP Cron','2021-01-14 10:21:17','2021-01-14 05:21:17'),
(65865,26119,'action created','2021-01-14 10:21:17','2021-01-14 05:21:17'),
(65866,26119,'action started via WP Cron','2021-01-14 10:22:57','2021-01-14 05:22:57'),
(65867,26119,'action complete via WP Cron','2021-01-14 10:22:57','2021-01-14 05:22:57'),
(65868,26120,'action created','2021-01-14 10:22:57','2021-01-14 05:22:57'),
(65869,26120,'action started via WP Cron','2021-01-14 10:23:33','2021-01-14 05:23:33'),
(65870,26120,'action complete via WP Cron','2021-01-14 10:23:33','2021-01-14 05:23:33'),
(65871,26121,'action created','2021-01-14 10:23:33','2021-01-14 05:23:33'),
(65872,26121,'action started via WP Cron','2021-01-14 10:25:07','2021-01-14 05:25:07'),
(65873,26121,'action complete via WP Cron','2021-01-14 10:25:07','2021-01-14 05:25:07'),
(65874,26122,'action created','2021-01-14 10:25:07','2021-01-14 05:25:07'),
(65875,26122,'action started via WP Cron','2021-01-14 10:25:31','2021-01-14 05:25:31'),
(65876,26122,'action complete via WP Cron','2021-01-14 10:25:31','2021-01-14 05:25:31'),
(65877,26123,'action created','2021-01-14 10:25:31','2021-01-14 05:25:31'),
(65878,26123,'action started via WP Cron','2021-01-14 10:26:32','2021-01-14 05:26:32'),
(65879,26123,'action complete via WP Cron','2021-01-14 10:26:32','2021-01-14 05:26:32'),
(65880,26124,'action created','2021-01-14 10:26:32','2021-01-14 05:26:32'),
(65881,26124,'action started via WP Cron','2021-01-14 10:27:12','2021-01-14 05:27:12'),
(65882,26124,'action complete via WP Cron','2021-01-14 10:27:12','2021-01-14 05:27:12'),
(65883,26125,'action created','2021-01-14 10:27:12','2021-01-14 05:27:12'),
(65884,26125,'action started via WP Cron','2021-01-14 10:28:54','2021-01-14 05:28:54'),
(65885,26125,'action complete via WP Cron','2021-01-14 10:28:54','2021-01-14 05:28:54'),
(65886,26126,'action created','2021-01-14 10:28:54','2021-01-14 05:28:54'),
(65887,26126,'action started via WP Cron','2021-01-14 10:33:52','2021-01-14 05:33:52'),
(65888,26126,'action complete via WP Cron','2021-01-14 10:33:52','2021-01-14 05:33:52'),
(65889,26127,'action created','2021-01-14 10:33:52','2021-01-14 05:33:52'),
(65890,26127,'action started via WP Cron','2021-01-14 10:34:12','2021-01-14 05:34:12'),
(65891,26127,'action complete via WP Cron','2021-01-14 10:34:12','2021-01-14 05:34:12'),
(65892,26128,'action created','2021-01-14 10:34:12','2021-01-14 05:34:12'),
(65893,26128,'action started via WP Cron','2021-01-14 10:37:11','2021-01-14 05:37:11'),
(65894,26128,'action complete via WP Cron','2021-01-14 10:37:11','2021-01-14 05:37:11'),
(65895,26129,'action created','2021-01-14 10:37:11','2021-01-14 05:37:11'),
(65896,26129,'action started via WP Cron','2021-01-14 10:39:23','2021-01-14 05:39:23'),
(65897,26129,'action complete via WP Cron','2021-01-14 10:39:23','2021-01-14 05:39:23'),
(65898,26130,'action created','2021-01-14 10:39:23','2021-01-14 05:39:23'),
(65899,26130,'action started via WP Cron','2021-01-14 10:41:32','2021-01-14 05:41:32'),
(65900,26130,'action complete via WP Cron','2021-01-14 10:41:32','2021-01-14 05:41:32'),
(65901,26131,'action created','2021-01-14 10:41:32','2021-01-14 05:41:32'),
(65902,26131,'action started via WP Cron','2021-01-14 10:43:24','2021-01-14 05:43:24'),
(65903,26131,'action complete via WP Cron','2021-01-14 10:43:24','2021-01-14 05:43:24'),
(65904,26132,'action created','2021-01-14 10:43:24','2021-01-14 05:43:24'),
(65905,26132,'action started via WP Cron','2021-01-14 10:44:36','2021-01-14 05:44:36'),
(65906,26132,'action complete via WP Cron','2021-01-14 10:44:36','2021-01-14 05:44:36'),
(65907,26133,'action created','2021-01-14 10:44:36','2021-01-14 05:44:36'),
(65908,26133,'action started via WP Cron','2021-01-14 10:49:54','2021-01-14 05:49:54'),
(65909,26133,'action complete via WP Cron','2021-01-14 10:49:54','2021-01-14 05:49:54'),
(65910,26134,'action created','2021-01-14 10:49:54','2021-01-14 05:49:54'),
(65911,26134,'action started via WP Cron','2021-01-14 10:51:22','2021-01-14 05:51:22'),
(65912,26134,'action complete via WP Cron','2021-01-14 10:51:22','2021-01-14 05:51:22'),
(65913,26135,'action created','2021-01-14 10:51:22','2021-01-14 05:51:22'),
(65914,26135,'action started via WP Cron','2021-01-14 10:52:47','2021-01-14 05:52:47'),
(65915,26135,'action complete via WP Cron','2021-01-14 10:52:47','2021-01-14 05:52:47'),
(65916,26136,'action created','2021-01-14 10:52:47','2021-01-14 05:52:47'),
(65917,26136,'action started via WP Cron','2021-01-14 10:53:36','2021-01-14 05:53:36'),
(65918,26136,'action complete via WP Cron','2021-01-14 10:53:36','2021-01-14 05:53:36'),
(65919,26137,'action created','2021-01-14 10:53:36','2021-01-14 05:53:36'),
(65920,26137,'action started via WP Cron','2021-01-14 10:54:34','2021-01-14 05:54:34'),
(65921,26137,'action complete via WP Cron','2021-01-14 10:54:34','2021-01-14 05:54:34'),
(65922,26138,'action created','2021-01-14 10:54:34','2021-01-14 05:54:34'),
(65923,26138,'action started via WP Cron','2021-01-14 10:55:36','2021-01-14 05:55:36'),
(65924,26138,'action complete via WP Cron','2021-01-14 10:55:36','2021-01-14 05:55:36'),
(65925,26139,'action created','2021-01-14 10:55:36','2021-01-14 05:55:36'),
(65926,26139,'action started via WP Cron','2021-01-14 10:59:21','2021-01-14 05:59:21'),
(65927,26139,'action complete via WP Cron','2021-01-14 10:59:21','2021-01-14 05:59:21'),
(65928,26140,'action created','2021-01-14 10:59:21','2021-01-14 05:59:21'),
(65929,26140,'action started via WP Cron','2021-01-14 11:00:19','2021-01-14 06:00:19'),
(65930,26140,'action complete via WP Cron','2021-01-14 11:00:19','2021-01-14 06:00:19'),
(65931,26141,'action created','2021-01-14 11:00:19','2021-01-14 06:00:19'),
(65932,26141,'action started via WP Cron','2021-01-14 11:01:27','2021-01-14 06:01:27'),
(65933,26141,'action complete via WP Cron','2021-01-14 11:01:27','2021-01-14 06:01:27'),
(65934,26142,'action created','2021-01-14 11:01:27','2021-01-14 06:01:27'),
(65935,26142,'action started via WP Cron','2021-01-14 11:02:50','2021-01-14 06:02:50'),
(65936,26142,'action complete via WP Cron','2021-01-14 11:02:50','2021-01-14 06:02:50'),
(65937,26143,'action created','2021-01-14 11:02:50','2021-01-14 06:02:50'),
(65938,26143,'action started via WP Cron','2021-01-14 11:03:13','2021-01-14 06:03:13'),
(65939,26143,'action complete via WP Cron','2021-01-14 11:03:13','2021-01-14 06:03:13'),
(65940,26144,'action created','2021-01-14 11:03:13','2021-01-14 06:03:13'),
(65941,26144,'action started via WP Cron','2021-01-14 11:04:24','2021-01-14 06:04:24'),
(65942,26144,'action complete via WP Cron','2021-01-14 11:04:24','2021-01-14 06:04:24'),
(65943,26145,'action created','2021-01-14 11:04:24','2021-01-14 06:04:24'),
(65944,26145,'action started via WP Cron','2021-01-14 11:05:16','2021-01-14 06:05:16'),
(65945,26145,'action complete via WP Cron','2021-01-14 11:05:16','2021-01-14 06:05:16'),
(65946,26146,'action created','2021-01-14 11:05:16','2021-01-14 06:05:16'),
(65947,26146,'action started via WP Cron','2021-01-14 11:06:17','2021-01-14 06:06:17'),
(65948,26146,'action complete via WP Cron','2021-01-14 11:06:17','2021-01-14 06:06:17'),
(65949,26147,'action created','2021-01-14 11:06:17','2021-01-14 06:06:17'),
(65950,26147,'action started via WP Cron','2021-01-14 11:07:15','2021-01-14 06:07:15'),
(65951,26147,'action complete via WP Cron','2021-01-14 11:07:15','2021-01-14 06:07:15'),
(65952,26148,'action created','2021-01-14 11:07:15','2021-01-14 06:07:15'),
(65953,26148,'action started via WP Cron','2021-01-14 11:08:53','2021-01-14 06:08:53'),
(65954,26148,'action complete via WP Cron','2021-01-14 11:08:53','2021-01-14 06:08:53'),
(65955,26149,'action created','2021-01-14 11:08:53','2021-01-14 06:08:53'),
(65956,26149,'action started via WP Cron','2021-01-14 11:09:16','2021-01-14 06:09:16'),
(65957,26149,'action complete via WP Cron','2021-01-14 11:09:16','2021-01-14 06:09:16'),
(65958,26150,'action created','2021-01-14 11:09:16','2021-01-14 06:09:16'),
(65959,26150,'action started via WP Cron','2021-01-14 11:10:14','2021-01-14 06:10:14'),
(65960,26150,'action complete via WP Cron','2021-01-14 11:10:14','2021-01-14 06:10:14'),
(65961,26151,'action created','2021-01-14 11:10:14','2021-01-14 06:10:14'),
(65962,26151,'action started via WP Cron','2021-01-14 11:11:15','2021-01-14 06:11:15'),
(65963,26151,'action complete via WP Cron','2021-01-14 11:11:15','2021-01-14 06:11:15'),
(65964,26152,'action created','2021-01-14 11:11:15','2021-01-14 06:11:15'),
(65965,26152,'action started via WP Cron','2021-01-14 11:15:40','2021-01-14 06:15:40'),
(65966,26152,'action complete via WP Cron','2021-01-14 11:15:40','2021-01-14 06:15:40'),
(65967,26153,'action created','2021-01-14 11:15:40','2021-01-14 06:15:40'),
(65968,26153,'action started via WP Cron','2021-01-14 11:17:47','2021-01-14 06:17:47'),
(65969,26153,'action complete via WP Cron','2021-01-14 11:17:47','2021-01-14 06:17:47'),
(65970,26154,'action created','2021-01-14 11:17:47','2021-01-14 06:17:47'),
(65971,26154,'action started via WP Cron','2021-01-14 11:18:49','2021-01-14 06:18:49'),
(65972,26154,'action complete via WP Cron','2021-01-14 11:18:49','2021-01-14 06:18:49'),
(65973,26155,'action created','2021-01-14 11:18:49','2021-01-14 06:18:49'),
(65974,26155,'action started via WP Cron','2021-01-14 11:19:19','2021-01-14 06:19:19'),
(65975,26155,'action complete via WP Cron','2021-01-14 11:19:19','2021-01-14 06:19:19'),
(65976,26156,'action created','2021-01-14 11:19:19','2021-01-14 06:19:19'),
(65977,26156,'action started via WP Cron','2021-01-14 11:20:25','2021-01-14 06:20:25'),
(65978,26156,'action complete via WP Cron','2021-01-14 11:20:25','2021-01-14 06:20:25'),
(65979,26157,'action created','2021-01-14 11:20:25','2021-01-14 06:20:25'),
(65980,26157,'action started via WP Cron','2021-01-14 11:21:15','2021-01-14 06:21:15'),
(65981,26157,'action complete via WP Cron','2021-01-14 11:21:15','2021-01-14 06:21:15'),
(65982,26158,'action created','2021-01-14 11:21:15','2021-01-14 06:21:15'),
(65983,26158,'action started via WP Cron','2021-01-14 11:22:51','2021-01-14 06:22:51'),
(65984,26158,'action complete via WP Cron','2021-01-14 11:22:51','2021-01-14 06:22:51'),
(65985,26159,'action created','2021-01-14 11:22:51','2021-01-14 06:22:51'),
(65986,26159,'action started via WP Cron','2021-01-14 11:23:45','2021-01-14 06:23:45'),
(65987,26159,'action complete via WP Cron','2021-01-14 11:23:45','2021-01-14 06:23:45'),
(65988,26160,'action created','2021-01-14 11:23:45','2021-01-14 06:23:45'),
(65989,26160,'action started via WP Cron','2021-01-14 11:24:25','2021-01-14 06:24:25'),
(65990,26160,'action complete via WP Cron','2021-01-14 11:24:25','2021-01-14 06:24:25'),
(65991,26161,'action created','2021-01-14 11:24:25','2021-01-14 06:24:25'),
(65992,26161,'action started via WP Cron','2021-01-14 11:25:35','2021-01-14 06:25:35'),
(65993,26161,'action complete via WP Cron','2021-01-14 11:25:35','2021-01-14 06:25:35'),
(65994,26162,'action created','2021-01-14 11:25:35','2021-01-14 06:25:35'),
(65995,26162,'action started via WP Cron','2021-01-14 11:26:34','2021-01-14 06:26:34'),
(65996,26162,'action complete via WP Cron','2021-01-14 11:26:34','2021-01-14 06:26:34'),
(65997,26163,'action created','2021-01-14 11:26:34','2021-01-14 06:26:34'),
(65998,26163,'action started via WP Cron','2021-01-14 11:27:15','2021-01-14 06:27:15'),
(65999,26163,'action complete via WP Cron','2021-01-14 11:27:15','2021-01-14 06:27:15'),
(66000,26164,'action created','2021-01-14 11:27:15','2021-01-14 06:27:15'),
(66001,26164,'action started via WP Cron','2021-01-14 11:29:46','2021-01-14 06:29:46'),
(66002,26164,'action complete via WP Cron','2021-01-14 11:29:46','2021-01-14 06:29:46'),
(66003,26165,'action created','2021-01-14 11:29:46','2021-01-14 06:29:46'),
(66004,26165,'action started via WP Cron','2021-01-14 11:33:36','2021-01-14 06:33:36'),
(66005,26165,'action complete via WP Cron','2021-01-14 11:33:36','2021-01-14 06:33:36'),
(66006,26166,'action created','2021-01-14 11:33:36','2021-01-14 06:33:36'),
(66007,26166,'action started via WP Cron','2021-01-14 11:34:11','2021-01-14 06:34:11'),
(66008,26166,'action complete via WP Cron','2021-01-14 11:34:11','2021-01-14 06:34:11'),
(66009,26167,'action created','2021-01-14 11:34:12','2021-01-14 06:34:12'),
(66010,26167,'action started via WP Cron','2021-01-14 11:35:22','2021-01-14 06:35:22'),
(66011,26167,'action complete via WP Cron','2021-01-14 11:35:22','2021-01-14 06:35:22'),
(66012,26168,'action created','2021-01-14 11:35:22','2021-01-14 06:35:22'),
(66013,26168,'action started via WP Cron','2021-01-14 11:36:12','2021-01-14 06:36:12'),
(66014,26168,'action complete via WP Cron','2021-01-14 11:36:12','2021-01-14 06:36:12'),
(66015,26169,'action created','2021-01-14 11:36:12','2021-01-14 06:36:12'),
(66016,26169,'action started via WP Cron','2021-01-14 11:37:18','2021-01-14 06:37:18'),
(66017,26169,'action complete via WP Cron','2021-01-14 11:37:18','2021-01-14 06:37:18'),
(66018,26170,'action created','2021-01-14 11:37:18','2021-01-14 06:37:18'),
(66019,26170,'action started via WP Cron','2021-01-14 11:38:40','2021-01-14 06:38:40'),
(66020,26170,'action complete via WP Cron','2021-01-14 11:38:40','2021-01-14 06:38:40'),
(66021,26171,'action created','2021-01-14 11:38:40','2021-01-14 06:38:40'),
(66022,26171,'action started via WP Cron','2021-01-14 11:39:37','2021-01-14 06:39:37'),
(66023,26171,'action complete via WP Cron','2021-01-14 11:39:37','2021-01-14 06:39:37'),
(66024,26172,'action created','2021-01-14 11:39:37','2021-01-14 06:39:37'),
(66025,26172,'action started via WP Cron','2021-01-14 11:41:03','2021-01-14 06:41:03'),
(66026,26172,'action complete via WP Cron','2021-01-14 11:41:03','2021-01-14 06:41:03'),
(66027,26173,'action created','2021-01-14 11:41:03','2021-01-14 06:41:03'),
(66028,26173,'action started via WP Cron','2021-01-14 11:41:43','2021-01-14 06:41:43'),
(66029,26173,'action complete via WP Cron','2021-01-14 11:41:43','2021-01-14 06:41:43'),
(66030,26174,'action created','2021-01-14 11:41:43','2021-01-14 06:41:43'),
(66031,26174,'action started via WP Cron','2021-01-14 11:42:23','2021-01-14 06:42:23'),
(66032,26174,'action complete via WP Cron','2021-01-14 11:42:23','2021-01-14 06:42:23'),
(66033,26175,'action created','2021-01-14 11:42:23','2021-01-14 06:42:23'),
(66034,26175,'action started via WP Cron','2021-01-14 11:43:52','2021-01-14 06:43:52'),
(66035,26175,'action complete via WP Cron','2021-01-14 11:43:53','2021-01-14 06:43:53'),
(66036,26176,'action created','2021-01-14 11:43:53','2021-01-14 06:43:53'),
(66037,26176,'action started via WP Cron','2021-01-14 11:44:18','2021-01-14 06:44:18'),
(66038,26176,'action complete via WP Cron','2021-01-14 11:44:18','2021-01-14 06:44:18'),
(66039,26177,'action created','2021-01-14 11:44:18','2021-01-14 06:44:18'),
(66040,26177,'action started via WP Cron','2021-01-14 11:45:12','2021-01-14 06:45:12'),
(66041,26177,'action complete via WP Cron','2021-01-14 11:45:12','2021-01-14 06:45:12'),
(66042,26178,'action created','2021-01-14 11:45:12','2021-01-14 06:45:12'),
(66043,26178,'action started via WP Cron','2021-01-14 11:46:13','2021-01-14 06:46:13'),
(66044,26178,'action complete via WP Cron','2021-01-14 11:46:13','2021-01-14 06:46:13'),
(66045,26179,'action created','2021-01-14 11:46:13','2021-01-14 06:46:13'),
(66046,26179,'action started via WP Cron','2021-01-14 11:47:27','2021-01-14 06:47:27'),
(66047,26179,'action complete via WP Cron','2021-01-14 11:47:27','2021-01-14 06:47:27'),
(66048,26180,'action created','2021-01-14 11:47:28','2021-01-14 06:47:28'),
(66049,26180,'action started via WP Cron','2021-01-14 11:48:38','2021-01-14 06:48:38'),
(66050,26180,'action complete via WP Cron','2021-01-14 11:48:38','2021-01-14 06:48:38'),
(66051,26181,'action created','2021-01-14 11:48:38','2021-01-14 06:48:38'),
(66052,26181,'action started via WP Cron','2021-01-14 11:49:39','2021-01-14 06:49:39'),
(66053,26181,'action complete via WP Cron','2021-01-14 11:49:39','2021-01-14 06:49:39'),
(66054,26182,'action created','2021-01-14 11:49:39','2021-01-14 06:49:39'),
(66055,26182,'action started via WP Cron','2021-01-14 11:50:38','2021-01-14 06:50:38'),
(66056,26182,'action complete via WP Cron','2021-01-14 11:50:38','2021-01-14 06:50:38'),
(66057,26183,'action created','2021-01-14 11:50:38','2021-01-14 06:50:38'),
(66058,26183,'action started via WP Cron','2021-01-14 11:51:25','2021-01-14 06:51:25'),
(66059,26183,'action complete via WP Cron','2021-01-14 11:51:25','2021-01-14 06:51:25'),
(66060,26184,'action created','2021-01-14 11:51:25','2021-01-14 06:51:25'),
(66061,26184,'action started via WP Cron','2021-01-14 11:52:14','2021-01-14 06:52:14'),
(66062,26184,'action complete via WP Cron','2021-01-14 11:52:14','2021-01-14 06:52:14'),
(66063,26185,'action created','2021-01-14 11:52:14','2021-01-14 06:52:14'),
(66064,26185,'action started via WP Cron','2021-01-14 11:54:07','2021-01-14 06:54:07'),
(66065,26185,'action complete via WP Cron','2021-01-14 11:54:07','2021-01-14 06:54:07'),
(66066,26186,'action created','2021-01-14 11:54:07','2021-01-14 06:54:07'),
(66067,26186,'action started via WP Cron','2021-01-14 11:54:30','2021-01-14 06:54:30'),
(66068,26186,'action complete via WP Cron','2021-01-14 11:54:30','2021-01-14 06:54:30'),
(66069,26187,'action created','2021-01-14 11:54:30','2021-01-14 06:54:30'),
(66070,26187,'action started via WP Cron','2021-01-14 11:55:19','2021-01-14 06:55:19'),
(66071,26187,'action complete via WP Cron','2021-01-14 11:55:19','2021-01-14 06:55:19'),
(66072,26188,'action created','2021-01-14 11:55:19','2021-01-14 06:55:19'),
(66073,26188,'action started via WP Cron','2021-01-14 11:56:53','2021-01-14 06:56:53'),
(66074,26188,'action complete via WP Cron','2021-01-14 11:56:53','2021-01-14 06:56:53'),
(66075,26189,'action created','2021-01-14 11:56:53','2021-01-14 06:56:53'),
(66076,26189,'action started via WP Cron','2021-01-14 11:58:45','2021-01-14 06:58:45'),
(66077,26189,'action complete via WP Cron','2021-01-14 11:58:45','2021-01-14 06:58:45'),
(66078,26190,'action created','2021-01-14 11:58:45','2021-01-14 06:58:45'),
(66079,26190,'action started via WP Cron','2021-01-14 11:59:16','2021-01-14 06:59:16'),
(66080,26190,'action complete via WP Cron','2021-01-14 11:59:16','2021-01-14 06:59:16'),
(66081,26191,'action created','2021-01-14 11:59:16','2021-01-14 06:59:16'),
(66082,26191,'action started via WP Cron','2021-01-14 12:00:18','2021-01-14 07:00:18'),
(66083,26191,'action complete via WP Cron','2021-01-14 12:00:18','2021-01-14 07:00:18'),
(66084,26192,'action created','2021-01-14 12:00:18','2021-01-14 07:00:18'),
(66085,26192,'action started via WP Cron','2021-01-14 12:03:13','2021-01-14 07:03:13'),
(66086,26192,'action complete via WP Cron','2021-01-14 12:03:13','2021-01-14 07:03:13'),
(66087,26193,'action created','2021-01-14 12:03:13','2021-01-14 07:03:13'),
(66088,26193,'action started via WP Cron','2021-01-14 12:04:13','2021-01-14 07:04:13'),
(66089,26193,'action complete via WP Cron','2021-01-14 12:04:13','2021-01-14 07:04:13'),
(66090,26194,'action created','2021-01-14 12:04:13','2021-01-14 07:04:13'),
(66091,26194,'action started via WP Cron','2021-01-14 12:05:12','2021-01-14 07:05:12'),
(66092,26194,'action complete via WP Cron','2021-01-14 12:05:12','2021-01-14 07:05:12'),
(66093,26195,'action created','2021-01-14 12:05:12','2021-01-14 07:05:12'),
(66094,26195,'action started via WP Cron','2021-01-14 12:06:32','2021-01-14 07:06:32'),
(66095,26195,'action complete via WP Cron','2021-01-14 12:06:32','2021-01-14 07:06:32'),
(66096,26196,'action created','2021-01-14 12:06:32','2021-01-14 07:06:32'),
(66097,26196,'action started via WP Cron','2021-01-14 12:07:31','2021-01-14 07:07:31'),
(66098,26196,'action complete via WP Cron','2021-01-14 12:07:31','2021-01-14 07:07:31'),
(66099,26197,'action created','2021-01-14 12:07:31','2021-01-14 07:07:31'),
(66100,26197,'action started via WP Cron','2021-01-14 12:08:47','2021-01-14 07:08:47'),
(66101,26197,'action complete via WP Cron','2021-01-14 12:08:47','2021-01-14 07:08:47'),
(66102,26198,'action created','2021-01-14 12:08:47','2021-01-14 07:08:47'),
(66103,26198,'action started via WP Cron','2021-01-14 12:10:22','2021-01-14 07:10:22'),
(66104,26198,'action complete via WP Cron','2021-01-14 12:10:22','2021-01-14 07:10:22'),
(66105,26199,'action created','2021-01-14 12:10:22','2021-01-14 07:10:22'),
(66106,26199,'action started via WP Cron','2021-01-14 12:11:38','2021-01-14 07:11:38'),
(66107,26199,'action complete via WP Cron','2021-01-14 12:11:38','2021-01-14 07:11:38'),
(66108,26200,'action created','2021-01-14 12:11:38','2021-01-14 07:11:38'),
(66109,26200,'action started via WP Cron','2021-01-14 12:12:26','2021-01-14 07:12:26'),
(66110,26200,'action complete via WP Cron','2021-01-14 12:12:27','2021-01-14 07:12:27'),
(66111,26201,'action created','2021-01-14 12:12:27','2021-01-14 07:12:27'),
(66112,26201,'action started via WP Cron','2021-01-14 12:13:20','2021-01-14 07:13:20'),
(66113,26201,'action complete via WP Cron','2021-01-14 12:13:20','2021-01-14 07:13:20'),
(66114,26202,'action created','2021-01-14 12:13:20','2021-01-14 07:13:20'),
(66115,26202,'action started via WP Cron','2021-01-14 12:14:50','2021-01-14 07:14:50'),
(66116,26202,'action complete via WP Cron','2021-01-14 12:14:50','2021-01-14 07:14:50'),
(66117,26203,'action created','2021-01-14 12:14:50','2021-01-14 07:14:50'),
(66118,26203,'action started via WP Cron','2021-01-14 12:15:47','2021-01-14 07:15:47'),
(66119,26203,'action complete via WP Cron','2021-01-14 12:15:47','2021-01-14 07:15:47'),
(66120,26204,'action created','2021-01-14 12:15:47','2021-01-14 07:15:47'),
(66121,26204,'action started via WP Cron','2021-01-14 12:16:22','2021-01-14 07:16:22'),
(66122,26204,'action complete via WP Cron','2021-01-14 12:16:22','2021-01-14 07:16:22'),
(66123,26205,'action created','2021-01-14 12:16:22','2021-01-14 07:16:22'),
(66124,26205,'action started via WP Cron','2021-01-14 12:17:32','2021-01-14 07:17:32'),
(66125,26205,'action complete via WP Cron','2021-01-14 12:17:32','2021-01-14 07:17:32'),
(66126,26206,'action created','2021-01-14 12:17:32','2021-01-14 07:17:32'),
(66127,26206,'action started via WP Cron','2021-01-14 12:19:31','2021-01-14 07:19:31'),
(66128,26206,'action complete via WP Cron','2021-01-14 12:19:31','2021-01-14 07:19:31'),
(66129,26207,'action created','2021-01-14 12:19:31','2021-01-14 07:19:31'),
(66130,26207,'action started via WP Cron','2021-01-14 12:20:31','2021-01-14 07:20:31'),
(66131,26207,'action complete via WP Cron','2021-01-14 12:20:31','2021-01-14 07:20:31'),
(66132,26208,'action created','2021-01-14 12:20:31','2021-01-14 07:20:31'),
(66133,26208,'action started via WP Cron','2021-01-14 12:21:21','2021-01-14 07:21:21'),
(66134,26208,'action complete via WP Cron','2021-01-14 12:21:21','2021-01-14 07:21:21'),
(66135,26209,'action created','2021-01-14 12:21:21','2021-01-14 07:21:21'),
(66136,26209,'action started via WP Cron','2021-01-14 12:22:23','2021-01-14 07:22:23'),
(66137,26209,'action complete via WP Cron','2021-01-14 12:22:23','2021-01-14 07:22:23'),
(66138,26210,'action created','2021-01-14 12:22:23','2021-01-14 07:22:23'),
(66139,26210,'action started via WP Cron','2021-01-14 12:23:16','2021-01-14 07:23:16'),
(66140,26210,'action complete via WP Cron','2021-01-14 12:23:16','2021-01-14 07:23:16'),
(66141,26211,'action created','2021-01-14 12:23:16','2021-01-14 07:23:16'),
(66142,26211,'action started via WP Cron','2021-01-14 12:24:22','2021-01-14 07:24:22'),
(66143,26211,'action complete via WP Cron','2021-01-14 12:24:22','2021-01-14 07:24:22'),
(66144,26212,'action created','2021-01-14 12:24:22','2021-01-14 07:24:22'),
(66145,26212,'action started via WP Cron','2021-01-14 12:25:24','2021-01-14 07:25:24'),
(66146,26212,'action complete via WP Cron','2021-01-14 12:25:24','2021-01-14 07:25:24'),
(66147,26213,'action created','2021-01-14 12:25:25','2021-01-14 07:25:25'),
(66148,26213,'action started via WP Cron','2021-01-14 12:27:09','2021-01-14 07:27:09'),
(66149,26213,'action complete via WP Cron','2021-01-14 12:27:09','2021-01-14 07:27:09'),
(66150,26214,'action created','2021-01-14 12:27:09','2021-01-14 07:27:09'),
(66151,26214,'action started via WP Cron','2021-01-14 12:27:52','2021-01-14 07:27:52'),
(66152,26214,'action complete via WP Cron','2021-01-14 12:27:52','2021-01-14 07:27:52'),
(66153,26215,'action created','2021-01-14 12:27:52','2021-01-14 07:27:52'),
(66154,26215,'action started via WP Cron','2021-01-14 12:28:13','2021-01-14 07:28:13'),
(66155,26215,'action complete via WP Cron','2021-01-14 12:28:13','2021-01-14 07:28:13'),
(66156,26216,'action created','2021-01-14 12:28:13','2021-01-14 07:28:13'),
(66157,26216,'action started via WP Cron','2021-01-14 12:29:18','2021-01-14 07:29:18'),
(66158,26216,'action complete via WP Cron','2021-01-14 12:29:18','2021-01-14 07:29:18'),
(66159,26217,'action created','2021-01-14 12:29:18','2021-01-14 07:29:18'),
(66160,26217,'action started via WP Cron','2021-01-14 12:30:33','2021-01-14 07:30:33'),
(66161,26217,'action complete via WP Cron','2021-01-14 12:30:33','2021-01-14 07:30:33'),
(66162,26218,'action created','2021-01-14 12:30:33','2021-01-14 07:30:33'),
(66163,26218,'action started via WP Cron','2021-01-14 12:31:19','2021-01-14 07:31:19'),
(66164,26218,'action complete via WP Cron','2021-01-14 12:31:19','2021-01-14 07:31:19'),
(66165,26219,'action created','2021-01-14 12:31:19','2021-01-14 07:31:19'),
(66166,26219,'action started via WP Cron','2021-01-14 12:32:18','2021-01-14 07:32:18'),
(66167,26219,'action complete via WP Cron','2021-01-14 12:32:18','2021-01-14 07:32:18'),
(66168,26220,'action created','2021-01-14 12:32:18','2021-01-14 07:32:18'),
(66169,26220,'action started via WP Cron','2021-01-14 12:33:12','2021-01-14 07:33:12'),
(66170,26220,'action complete via WP Cron','2021-01-14 12:33:12','2021-01-14 07:33:12'),
(66171,26221,'action created','2021-01-14 12:33:12','2021-01-14 07:33:12'),
(66172,26221,'action started via WP Cron','2021-01-14 12:34:26','2021-01-14 07:34:26'),
(66173,26221,'action complete via WP Cron','2021-01-14 12:34:27','2021-01-14 07:34:27'),
(66174,26222,'action created','2021-01-14 12:34:27','2021-01-14 07:34:27'),
(66175,26222,'action started via WP Cron','2021-01-14 12:35:56','2021-01-14 07:35:56'),
(66176,26222,'action complete via WP Cron','2021-01-14 12:35:56','2021-01-14 07:35:56'),
(66177,26223,'action created','2021-01-14 12:35:56','2021-01-14 07:35:56'),
(66178,26223,'action started via WP Cron','2021-01-14 12:36:37','2021-01-14 07:36:37'),
(66179,26223,'action complete via WP Cron','2021-01-14 12:36:37','2021-01-14 07:36:37'),
(66180,26224,'action created','2021-01-14 12:36:37','2021-01-14 07:36:37'),
(66181,26224,'action started via WP Cron','2021-01-14 12:37:32','2021-01-14 07:37:32'),
(66182,26224,'action complete via WP Cron','2021-01-14 12:37:32','2021-01-14 07:37:32'),
(66183,26225,'action created','2021-01-14 12:37:32','2021-01-14 07:37:32'),
(66184,26225,'action started via WP Cron','2021-01-14 12:38:16','2021-01-14 07:38:16'),
(66185,26225,'action complete via WP Cron','2021-01-14 12:38:16','2021-01-14 07:38:16'),
(66186,26226,'action created','2021-01-14 12:38:16','2021-01-14 07:38:16'),
(66187,26226,'action started via WP Cron','2021-01-14 12:39:36','2021-01-14 07:39:36'),
(66188,26226,'action complete via WP Cron','2021-01-14 12:39:36','2021-01-14 07:39:36'),
(66189,26227,'action created','2021-01-14 12:39:36','2021-01-14 07:39:36'),
(66190,26227,'action started via WP Cron','2021-01-14 12:40:28','2021-01-14 07:40:28'),
(66191,26227,'action complete via WP Cron','2021-01-14 12:40:28','2021-01-14 07:40:28'),
(66192,26228,'action created','2021-01-14 12:40:28','2021-01-14 07:40:28'),
(66193,26228,'action started via WP Cron','2021-01-14 12:41:12','2021-01-14 07:41:12'),
(66194,26228,'action complete via WP Cron','2021-01-14 12:41:12','2021-01-14 07:41:12'),
(66195,26229,'action created','2021-01-14 12:41:12','2021-01-14 07:41:12'),
(66196,26229,'action started via WP Cron','2021-01-14 12:42:58','2021-01-14 07:42:58'),
(66197,26229,'action complete via WP Cron','2021-01-14 12:42:58','2021-01-14 07:42:58'),
(66198,26230,'action created','2021-01-14 12:42:58','2021-01-14 07:42:58'),
(66199,26230,'action started via WP Cron','2021-01-14 12:43:31','2021-01-14 07:43:31'),
(66200,26230,'action complete via WP Cron','2021-01-14 12:43:31','2021-01-14 07:43:31'),
(66201,26231,'action created','2021-01-14 12:43:31','2021-01-14 07:43:31'),
(66202,26231,'action started via WP Cron','2021-01-14 12:44:30','2021-01-14 07:44:30'),
(66203,26231,'action complete via WP Cron','2021-01-14 12:44:30','2021-01-14 07:44:30'),
(66204,26232,'action created','2021-01-14 12:44:30','2021-01-14 07:44:30'),
(66205,26232,'action started via WP Cron','2021-01-14 12:45:19','2021-01-14 07:45:19'),
(66206,26232,'action complete via WP Cron','2021-01-14 12:45:19','2021-01-14 07:45:19'),
(66207,26233,'action created','2021-01-14 12:45:19','2021-01-14 07:45:19'),
(66208,26233,'action started via WP Cron','2021-01-14 12:47:24','2021-01-14 07:47:24'),
(66209,26233,'action complete via WP Cron','2021-01-14 12:47:24','2021-01-14 07:47:24'),
(66210,26234,'action created','2021-01-14 12:47:24','2021-01-14 07:47:24'),
(66211,26234,'action started via WP Cron','2021-01-14 12:48:39','2021-01-14 07:48:39'),
(66212,26234,'action complete via WP Cron','2021-01-14 12:48:39','2021-01-14 07:48:39'),
(66213,26235,'action created','2021-01-14 12:48:39','2021-01-14 07:48:39'),
(66214,26235,'action started via WP Cron','2021-01-14 12:49:35','2021-01-14 07:49:35'),
(66215,26235,'action complete via WP Cron','2021-01-14 12:49:35','2021-01-14 07:49:35'),
(66216,26236,'action created','2021-01-14 12:49:35','2021-01-14 07:49:35'),
(66217,26236,'action started via WP Cron','2021-01-14 12:50:47','2021-01-14 07:50:47'),
(66218,26236,'action complete via WP Cron','2021-01-14 12:50:47','2021-01-14 07:50:47'),
(66219,26237,'action created','2021-01-14 12:50:47','2021-01-14 07:50:47'),
(66220,26237,'action started via WP Cron','2021-01-14 12:51:26','2021-01-14 07:51:26'),
(66221,26237,'action complete via WP Cron','2021-01-14 12:51:26','2021-01-14 07:51:26'),
(66222,26238,'action created','2021-01-14 12:51:26','2021-01-14 07:51:26'),
(66223,26238,'action started via WP Cron','2021-01-14 12:52:35','2021-01-14 07:52:35'),
(66224,26238,'action complete via WP Cron','2021-01-14 12:52:35','2021-01-14 07:52:35'),
(66225,26239,'action created','2021-01-14 12:52:35','2021-01-14 07:52:35'),
(66226,26239,'action started via WP Cron','2021-01-14 12:53:19','2021-01-14 07:53:19'),
(66227,26239,'action complete via WP Cron','2021-01-14 12:53:19','2021-01-14 07:53:19'),
(66228,26240,'action created','2021-01-14 12:53:19','2021-01-14 07:53:19'),
(66229,26240,'action started via WP Cron','2021-01-14 12:54:13','2021-01-14 07:54:13'),
(66230,26240,'action complete via WP Cron','2021-01-14 12:54:13','2021-01-14 07:54:13'),
(66231,26241,'action created','2021-01-14 12:54:13','2021-01-14 07:54:13'),
(66232,26241,'action started via WP Cron','2021-01-14 12:55:39','2021-01-14 07:55:39'),
(66233,26241,'action complete via WP Cron','2021-01-14 12:55:39','2021-01-14 07:55:39'),
(66234,26242,'action created','2021-01-14 12:55:39','2021-01-14 07:55:39'),
(66235,26242,'action started via WP Cron','2021-01-14 12:56:24','2021-01-14 07:56:24'),
(66236,26242,'action complete via WP Cron','2021-01-14 12:56:24','2021-01-14 07:56:24'),
(66237,26243,'action created','2021-01-14 12:56:24','2021-01-14 07:56:24'),
(66238,26243,'action started via WP Cron','2021-01-14 12:58:31','2021-01-14 07:58:31'),
(66239,26243,'action complete via WP Cron','2021-01-14 12:58:31','2021-01-14 07:58:31'),
(66240,26244,'action created','2021-01-14 12:58:31','2021-01-14 07:58:31'),
(66241,26244,'action started via WP Cron','2021-01-14 13:00:08','2021-01-14 08:00:08'),
(66242,26244,'action complete via WP Cron','2021-01-14 13:00:08','2021-01-14 08:00:08'),
(66243,25101,'action started via WP Cron','2021-01-14 13:00:08','2021-01-14 08:00:08'),
(66244,25101,'action complete via WP Cron','2021-01-14 13:00:08','2021-01-14 08:00:08'),
(66245,26245,'action created','2021-01-14 13:00:08','2021-01-14 08:00:08'),
(66246,26246,'action created','2021-01-14 13:00:08','2021-01-14 08:00:08'),
(66247,26246,'action started via WP Cron','2021-01-14 13:00:48','2021-01-14 08:00:48'),
(66248,26246,'action complete via WP Cron','2021-01-14 13:00:48','2021-01-14 08:00:48'),
(66249,26247,'action created','2021-01-14 13:00:48','2021-01-14 08:00:48'),
(66250,26247,'action started via WP Cron','2021-01-14 13:01:28','2021-01-14 08:01:28'),
(66251,26247,'action complete via WP Cron','2021-01-14 13:01:28','2021-01-14 08:01:28'),
(66252,26248,'action created','2021-01-14 13:01:28','2021-01-14 08:01:28'),
(66253,26248,'action started via WP Cron','2021-01-14 13:02:25','2021-01-14 08:02:25'),
(66254,26248,'action complete via WP Cron','2021-01-14 13:02:25','2021-01-14 08:02:25'),
(66255,26249,'action created','2021-01-14 13:02:25','2021-01-14 08:02:25'),
(66256,26249,'action started via WP Cron','2021-01-14 13:03:19','2021-01-14 08:03:19'),
(66257,26249,'action complete via WP Cron','2021-01-14 13:03:20','2021-01-14 08:03:20'),
(66258,26250,'action created','2021-01-14 13:03:20','2021-01-14 08:03:20'),
(66259,26250,'action started via WP Cron','2021-01-14 13:04:13','2021-01-14 08:04:13'),
(66260,26250,'action complete via WP Cron','2021-01-14 13:04:13','2021-01-14 08:04:13'),
(66261,26251,'action created','2021-01-14 13:04:13','2021-01-14 08:04:13'),
(66262,26251,'action started via WP Cron','2021-01-14 13:05:12','2021-01-14 08:05:12'),
(66263,26251,'action complete via WP Cron','2021-01-14 13:05:12','2021-01-14 08:05:12'),
(66264,26252,'action created','2021-01-14 13:05:12','2021-01-14 08:05:12'),
(66265,26252,'action started via WP Cron','2021-01-14 13:06:35','2021-01-14 08:06:35'),
(66266,26252,'action complete via WP Cron','2021-01-14 13:06:35','2021-01-14 08:06:35'),
(66267,26253,'action created','2021-01-14 13:06:35','2021-01-14 08:06:35'),
(66268,26253,'action started via WP Cron','2021-01-14 13:07:12','2021-01-14 08:07:12'),
(66269,26253,'action complete via WP Cron','2021-01-14 13:07:13','2021-01-14 08:07:13'),
(66270,26254,'action created','2021-01-14 13:07:13','2021-01-14 08:07:13'),
(66271,26254,'action started via WP Cron','2021-01-14 13:08:19','2021-01-14 08:08:19'),
(66272,26254,'action complete via WP Cron','2021-01-14 13:08:19','2021-01-14 08:08:19'),
(66273,26255,'action created','2021-01-14 13:08:19','2021-01-14 08:08:19'),
(66274,26255,'action started via WP Cron','2021-01-14 13:09:53','2021-01-14 08:09:53'),
(66275,26255,'action complete via WP Cron','2021-01-14 13:09:53','2021-01-14 08:09:53'),
(66276,26256,'action created','2021-01-14 13:09:53','2021-01-14 08:09:53'),
(66277,26256,'action started via WP Cron','2021-01-14 13:10:29','2021-01-14 08:10:29'),
(66278,26256,'action complete via WP Cron','2021-01-14 13:10:29','2021-01-14 08:10:29'),
(66279,26257,'action created','2021-01-14 13:10:29','2021-01-14 08:10:29'),
(66280,26257,'action started via WP Cron','2021-01-14 13:11:16','2021-01-14 08:11:16'),
(66281,26257,'action complete via WP Cron','2021-01-14 13:11:16','2021-01-14 08:11:16'),
(66282,26258,'action created','2021-01-14 13:11:16','2021-01-14 08:11:16'),
(66283,26258,'action started via WP Cron','2021-01-14 13:12:22','2021-01-14 08:12:22'),
(66284,26258,'action complete via WP Cron','2021-01-14 13:12:22','2021-01-14 08:12:22'),
(66285,26259,'action created','2021-01-14 13:12:22','2021-01-14 08:12:22'),
(66286,26259,'action started via WP Cron','2021-01-14 13:13:11','2021-01-14 08:13:11'),
(66287,26259,'action complete via WP Cron','2021-01-14 13:13:12','2021-01-14 08:13:12'),
(66288,26260,'action created','2021-01-14 13:13:12','2021-01-14 08:13:12'),
(66289,26260,'action started via WP Cron','2021-01-14 13:14:34','2021-01-14 08:14:34'),
(66290,26260,'action complete via WP Cron','2021-01-14 13:14:34','2021-01-14 08:14:34'),
(66291,26261,'action created','2021-01-14 13:14:34','2021-01-14 08:14:34'),
(66292,26261,'action started via WP Cron','2021-01-14 13:15:30','2021-01-14 08:15:30'),
(66293,26261,'action complete via WP Cron','2021-01-14 13:15:30','2021-01-14 08:15:30'),
(66294,26262,'action created','2021-01-14 13:15:30','2021-01-14 08:15:30'),
(66295,26262,'action started via WP Cron','2021-01-14 13:16:14','2021-01-14 08:16:14'),
(66296,26262,'action complete via WP Cron','2021-01-14 13:16:14','2021-01-14 08:16:14'),
(66297,26263,'action created','2021-01-14 13:16:15','2021-01-14 08:16:15'),
(66298,26263,'action started via WP Cron','2021-01-14 13:18:20','2021-01-14 08:18:20'),
(66299,26263,'action complete via WP Cron','2021-01-14 13:18:20','2021-01-14 08:18:20'),
(66300,26264,'action created','2021-01-14 13:18:20','2021-01-14 08:18:20'),
(66301,26264,'action started via WP Cron','2021-01-14 13:20:18','2021-01-14 08:20:18'),
(66302,26264,'action complete via WP Cron','2021-01-14 13:20:18','2021-01-14 08:20:18'),
(66303,26265,'action created','2021-01-14 13:20:18','2021-01-14 08:20:18'),
(66304,26265,'action started via WP Cron','2021-01-14 13:21:46','2021-01-14 08:21:46'),
(66305,26265,'action complete via WP Cron','2021-01-14 13:21:46','2021-01-14 08:21:46'),
(66306,26266,'action created','2021-01-14 13:21:46','2021-01-14 08:21:46'),
(66307,26266,'action started via WP Cron','2021-01-14 13:22:30','2021-01-14 08:22:30'),
(66308,26266,'action complete via WP Cron','2021-01-14 13:22:30','2021-01-14 08:22:30'),
(66309,26267,'action created','2021-01-14 13:22:30','2021-01-14 08:22:30'),
(66310,26267,'action started via WP Cron','2021-01-14 13:25:00','2021-01-14 08:25:00'),
(66311,26267,'action complete via WP Cron','2021-01-14 13:25:00','2021-01-14 08:25:00'),
(66312,26268,'action created','2021-01-14 13:25:00','2021-01-14 08:25:00'),
(66313,26268,'action started via WP Cron','2021-01-14 13:25:30','2021-01-14 08:25:30'),
(66314,26268,'action complete via WP Cron','2021-01-14 13:25:30','2021-01-14 08:25:30'),
(66315,26269,'action created','2021-01-14 13:25:30','2021-01-14 08:25:30'),
(66316,26269,'action started via WP Cron','2021-01-14 13:26:12','2021-01-14 08:26:12'),
(66317,26269,'action complete via WP Cron','2021-01-14 13:26:12','2021-01-14 08:26:12'),
(66318,26270,'action created','2021-01-14 13:26:12','2021-01-14 08:26:12'),
(66319,26270,'action started via WP Cron','2021-01-14 13:27:27','2021-01-14 08:27:27'),
(66320,26270,'action complete via WP Cron','2021-01-14 13:27:27','2021-01-14 08:27:27'),
(66321,26271,'action created','2021-01-14 13:27:27','2021-01-14 08:27:27'),
(66322,26271,'action started via WP Cron','2021-01-14 13:29:34','2021-01-14 08:29:34'),
(66323,26271,'action complete via WP Cron','2021-01-14 13:29:34','2021-01-14 08:29:34'),
(66324,26272,'action created','2021-01-14 13:29:34','2021-01-14 08:29:34'),
(66325,26272,'action started via WP Cron','2021-01-14 13:30:36','2021-01-14 08:30:36'),
(66326,26272,'action complete via WP Cron','2021-01-14 13:30:36','2021-01-14 08:30:36'),
(66327,26273,'action created','2021-01-14 13:30:36','2021-01-14 08:30:36'),
(66328,26273,'action started via WP Cron','2021-01-14 13:33:13','2021-01-14 08:33:13'),
(66329,26273,'action complete via WP Cron','2021-01-14 13:33:13','2021-01-14 08:33:13'),
(66330,26274,'action created','2021-01-14 13:33:14','2021-01-14 08:33:14'),
(66331,26274,'action started via WP Cron','2021-01-14 13:34:14','2021-01-14 08:34:14'),
(66332,26274,'action complete via WP Cron','2021-01-14 13:34:14','2021-01-14 08:34:14'),
(66333,26275,'action created','2021-01-14 13:34:14','2021-01-14 08:34:14'),
(66334,26275,'action started via WP Cron','2021-01-14 13:36:15','2021-01-14 08:36:15'),
(66335,26275,'action complete via WP Cron','2021-01-14 13:36:15','2021-01-14 08:36:15'),
(66336,26276,'action created','2021-01-14 13:36:16','2021-01-14 08:36:16'),
(66337,26276,'action started via WP Cron','2021-01-14 13:37:19','2021-01-14 08:37:19'),
(66338,26276,'action complete via WP Cron','2021-01-14 13:37:20','2021-01-14 08:37:20'),
(66339,26277,'action created','2021-01-14 13:37:20','2021-01-14 08:37:20'),
(66340,26277,'action started via WP Cron','2021-01-14 13:38:11','2021-01-14 08:38:11'),
(66341,26277,'action complete via WP Cron','2021-01-14 13:38:11','2021-01-14 08:38:11'),
(66342,26278,'action created','2021-01-14 13:38:12','2021-01-14 08:38:12'),
(66343,26278,'action started via WP Cron','2021-01-14 13:39:18','2021-01-14 08:39:18'),
(66344,26278,'action complete via WP Cron','2021-01-14 13:39:18','2021-01-14 08:39:18'),
(66345,26279,'action created','2021-01-14 13:39:18','2021-01-14 08:39:18'),
(66346,26279,'action started via WP Cron','2021-01-14 13:40:48','2021-01-14 08:40:48'),
(66347,26279,'action complete via WP Cron','2021-01-14 13:40:48','2021-01-14 08:40:48'),
(66348,26280,'action created','2021-01-14 13:40:48','2021-01-14 08:40:48'),
(66349,26280,'action started via WP Cron','2021-01-14 13:41:48','2021-01-14 08:41:48'),
(66350,26280,'action complete via WP Cron','2021-01-14 13:41:48','2021-01-14 08:41:48'),
(66351,26281,'action created','2021-01-14 13:41:48','2021-01-14 08:41:48'),
(66352,26281,'action started via WP Cron','2021-01-14 13:42:21','2021-01-14 08:42:21'),
(66353,26281,'action complete via WP Cron','2021-01-14 13:42:21','2021-01-14 08:42:21'),
(66354,26282,'action created','2021-01-14 13:42:21','2021-01-14 08:42:21'),
(66355,26282,'action started via WP Cron','2021-01-14 13:43:34','2021-01-14 08:43:34'),
(66356,26282,'action complete via WP Cron','2021-01-14 13:43:34','2021-01-14 08:43:34'),
(66357,26283,'action created','2021-01-14 13:43:34','2021-01-14 08:43:34'),
(66358,26283,'action started via WP Cron','2021-01-14 13:44:32','2021-01-14 08:44:32'),
(66359,26283,'action complete via WP Cron','2021-01-14 13:44:32','2021-01-14 08:44:32'),
(66360,26284,'action created','2021-01-14 13:44:32','2021-01-14 08:44:32'),
(66361,26284,'action started via WP Cron','2021-01-14 13:47:15','2021-01-14 08:47:15'),
(66362,26284,'action complete via WP Cron','2021-01-14 13:47:15','2021-01-14 08:47:15'),
(66363,26285,'action created','2021-01-14 13:47:15','2021-01-14 08:47:15'),
(66364,26285,'action started via WP Cron','2021-01-14 13:48:32','2021-01-14 08:48:32'),
(66365,26285,'action complete via WP Cron','2021-01-14 13:48:32','2021-01-14 08:48:32'),
(66366,26286,'action created','2021-01-14 13:48:32','2021-01-14 08:48:32'),
(66367,26286,'action started via WP Cron','2021-01-14 13:49:31','2021-01-14 08:49:31'),
(66368,26286,'action complete via WP Cron','2021-01-14 13:49:31','2021-01-14 08:49:31'),
(66369,26287,'action created','2021-01-14 13:49:31','2021-01-14 08:49:31'),
(66370,26287,'action started via WP Cron','2021-01-14 13:51:40','2021-01-14 08:51:40'),
(66371,26287,'action complete via WP Cron','2021-01-14 13:51:40','2021-01-14 08:51:40'),
(66372,26288,'action created','2021-01-14 13:51:41','2021-01-14 08:51:41'),
(66373,26288,'action started via WP Cron','2021-01-14 13:52:55','2021-01-14 08:52:55'),
(66374,26288,'action complete via WP Cron','2021-01-14 13:52:55','2021-01-14 08:52:55'),
(66375,26289,'action created','2021-01-14 13:52:55','2021-01-14 08:52:55'),
(66376,26289,'action started via WP Cron','2021-01-14 13:53:59','2021-01-14 08:53:59'),
(66377,26289,'action complete via WP Cron','2021-01-14 13:53:59','2021-01-14 08:53:59'),
(66378,26290,'action created','2021-01-14 13:53:59','2021-01-14 08:53:59'),
(66379,26290,'action started via WP Cron','2021-01-14 13:56:20','2021-01-14 08:56:20'),
(66380,26290,'action complete via WP Cron','2021-01-14 13:56:20','2021-01-14 08:56:20'),
(66381,26291,'action created','2021-01-14 13:56:20','2021-01-14 08:56:20'),
(66382,26291,'action started via WP Cron','2021-01-14 13:57:29','2021-01-14 08:57:29'),
(66383,26291,'action complete via WP Cron','2021-01-14 13:57:29','2021-01-14 08:57:29'),
(66384,26292,'action created','2021-01-14 13:57:29','2021-01-14 08:57:29'),
(66385,26292,'action started via WP Cron','2021-01-14 13:58:31','2021-01-14 08:58:31'),
(66386,26292,'action complete via WP Cron','2021-01-14 13:58:31','2021-01-14 08:58:31'),
(66387,26293,'action created','2021-01-14 13:58:31','2021-01-14 08:58:31'),
(66388,26293,'action started via WP Cron','2021-01-14 13:59:39','2021-01-14 08:59:39'),
(66389,26293,'action complete via WP Cron','2021-01-14 13:59:39','2021-01-14 08:59:39'),
(66390,26294,'action created','2021-01-14 13:59:39','2021-01-14 08:59:39'),
(66391,26294,'action started via WP Cron','2021-01-14 14:00:33','2021-01-14 09:00:33'),
(66392,26294,'action complete via WP Cron','2021-01-14 14:00:33','2021-01-14 09:00:33'),
(66393,26295,'action created','2021-01-14 14:00:33','2021-01-14 09:00:33'),
(66394,26295,'action started via WP Cron','2021-01-14 14:01:34','2021-01-14 09:01:34'),
(66395,26295,'action complete via WP Cron','2021-01-14 14:01:34','2021-01-14 09:01:34'),
(66396,26296,'action created','2021-01-14 14:01:34','2021-01-14 09:01:34'),
(66397,26296,'action started via WP Cron','2021-01-14 14:02:35','2021-01-14 09:02:35'),
(66398,26296,'action complete via WP Cron','2021-01-14 14:02:35','2021-01-14 09:02:35'),
(66399,26297,'action created','2021-01-14 14:02:35','2021-01-14 09:02:35'),
(66400,26297,'action started via WP Cron','2021-01-14 14:03:34','2021-01-14 09:03:34'),
(66401,26297,'action complete via WP Cron','2021-01-14 14:03:34','2021-01-14 09:03:34'),
(66402,26298,'action created','2021-01-14 14:03:34','2021-01-14 09:03:34'),
(66403,26298,'action started via WP Cron','2021-01-14 14:05:11','2021-01-14 09:05:11'),
(66404,26298,'action complete via WP Cron','2021-01-14 14:05:11','2021-01-14 09:05:11'),
(66405,26299,'action created','2021-01-14 14:05:11','2021-01-14 09:05:11'),
(66406,26299,'action started via WP Cron','2021-01-14 14:06:38','2021-01-14 09:06:38'),
(66407,26299,'action complete via WP Cron','2021-01-14 14:06:38','2021-01-14 09:06:38'),
(66408,26300,'action created','2021-01-14 14:06:38','2021-01-14 09:06:38'),
(66409,26300,'action started via WP Cron','2021-01-14 14:08:16','2021-01-14 09:08:16'),
(66410,26300,'action complete via WP Cron','2021-01-14 14:08:16','2021-01-14 09:08:16'),
(66411,26301,'action created','2021-01-14 14:08:16','2021-01-14 09:08:16'),
(66412,26301,'action started via WP Cron','2021-01-14 14:09:24','2021-01-14 09:09:24'),
(66413,26301,'action complete via WP Cron','2021-01-14 14:09:24','2021-01-14 09:09:24'),
(66414,26302,'action created','2021-01-14 14:09:26','2021-01-14 09:09:26'),
(66415,26302,'action started via WP Cron','2021-01-14 14:10:33','2021-01-14 09:10:33'),
(66416,26302,'action complete via WP Cron','2021-01-14 14:10:33','2021-01-14 09:10:33'),
(66417,26303,'action created','2021-01-14 14:10:33','2021-01-14 09:10:33'),
(66418,26303,'action started via WP Cron','2021-01-14 14:11:24','2021-01-14 09:11:24'),
(66419,26303,'action complete via WP Cron','2021-01-14 14:11:24','2021-01-14 09:11:24'),
(66420,26304,'action created','2021-01-14 14:11:44','2021-01-14 09:11:44'),
(66421,26304,'action started via WP Cron','2021-01-14 14:12:14','2021-01-14 09:12:14'),
(66422,26304,'action complete via WP Cron','2021-01-14 14:12:14','2021-01-14 09:12:14'),
(66423,26305,'action created','2021-01-14 14:12:15','2021-01-14 09:12:15'),
(66424,26305,'action started via Async Request','2021-01-14 14:12:47','2021-01-14 09:12:47'),
(66425,26305,'action complete via Async Request','2021-01-14 14:12:47','2021-01-14 09:12:47'),
(66426,26306,'action created','2021-01-14 14:12:49','2021-01-14 09:12:49'),
(66427,26306,'action started via WP Cron','2021-01-14 14:13:11','2021-01-14 09:13:11'),
(66428,26306,'action complete via WP Cron','2021-01-14 14:13:11','2021-01-14 09:13:11'),
(66429,26307,'action created','2021-01-14 14:13:11','2021-01-14 09:13:11'),
(66430,26307,'action started via Async Request','2021-01-14 14:14:09','2021-01-14 09:14:09'),
(66431,26307,'action complete via Async Request','2021-01-14 14:14:09','2021-01-14 09:14:09'),
(66432,26308,'action created','2021-01-14 14:14:09','2021-01-14 09:14:09'),
(66433,26308,'action started via WP Cron','2021-01-14 14:15:30','2021-01-14 09:15:30'),
(66434,26308,'action complete via WP Cron','2021-01-14 14:15:30','2021-01-14 09:15:30'),
(66435,26309,'action created','2021-01-14 14:15:30','2021-01-14 09:15:30'),
(66436,26309,'action started via WP Cron','2021-01-14 14:16:13','2021-01-14 09:16:13'),
(66437,26309,'action complete via WP Cron','2021-01-14 14:16:13','2021-01-14 09:16:13'),
(66438,26310,'action created','2021-01-14 14:16:13','2021-01-14 09:16:13'),
(66439,26310,'action started via WP Cron','2021-01-14 14:17:20','2021-01-14 09:17:20'),
(66440,26310,'action complete via WP Cron','2021-01-14 14:17:20','2021-01-14 09:17:20'),
(66441,26311,'action created','2021-01-14 14:17:20','2021-01-14 09:17:20'),
(66442,26311,'action started via Async Request','2021-01-14 14:17:38','2021-01-14 09:17:38'),
(66443,26311,'action complete via Async Request','2021-01-14 14:17:38','2021-01-14 09:17:38'),
(66444,26312,'action created','2021-01-14 14:17:42','2021-01-14 09:17:42'),
(66445,26312,'action started via WP Cron','2021-01-14 14:18:56','2021-01-14 09:18:56'),
(66446,26312,'action complete via WP Cron','2021-01-14 14:18:56','2021-01-14 09:18:56'),
(66447,26313,'action created','2021-01-14 14:18:56','2021-01-14 09:18:56'),
(66448,26313,'action started via WP Cron','2021-01-14 14:19:23','2021-01-14 09:19:23'),
(66449,26313,'action complete via WP Cron','2021-01-14 14:19:23','2021-01-14 09:19:23'),
(66450,26314,'action created','2021-01-14 14:20:08','2021-01-14 09:20:08'),
(66451,26314,'action started via WP Cron','2021-01-14 14:20:23','2021-01-14 09:20:23'),
(66452,26314,'action complete via WP Cron','2021-01-14 14:20:23','2021-01-14 09:20:23'),
(66453,26315,'action created','2021-01-14 14:21:59','2021-01-14 09:21:59'),
(66454,26315,'action started via WP Cron','2021-01-14 14:22:23','2021-01-14 09:22:23'),
(66455,26315,'action complete via WP Cron','2021-01-14 14:22:23','2021-01-14 09:22:23'),
(66456,26316,'action created','2021-01-14 14:23:31','2021-01-14 09:23:31'),
(66457,26316,'action started via WP Cron','2021-01-14 14:24:23','2021-01-14 09:24:23'),
(66458,26316,'action complete via WP Cron','2021-01-14 14:24:23','2021-01-14 09:24:23'),
(66459,26317,'action created','2021-01-14 14:24:30','2021-01-14 09:24:30'),
(66460,26318,'action created','2021-01-14 14:24:31','2021-01-14 09:24:31'),
(66461,26317,'action started via WP Cron','2021-01-14 14:25:12','2021-01-14 09:25:12'),
(66462,26317,'action complete via WP Cron','2021-01-14 14:25:12','2021-01-14 09:25:12'),
(66463,26318,'action started via WP Cron','2021-01-14 14:25:12','2021-01-14 09:25:12'),
(66464,26318,'action complete via WP Cron','2021-01-14 14:25:12','2021-01-14 09:25:12'),
(66465,26319,'action created','2021-01-14 14:25:12','2021-01-14 09:25:12'),
(66466,26319,'action started via WP Cron','2021-01-14 14:26:19','2021-01-14 09:26:19'),
(66467,26319,'action complete via WP Cron','2021-01-14 14:26:19','2021-01-14 09:26:19'),
(66468,26320,'action created','2021-01-14 14:26:21','2021-01-14 09:26:21'),
(66469,26320,'action started via WP Cron','2021-01-14 14:27:12','2021-01-14 09:27:12'),
(66470,26320,'action complete via WP Cron','2021-01-14 14:27:13','2021-01-14 09:27:13'),
(66471,26321,'action created','2021-01-14 14:27:13','2021-01-14 09:27:13'),
(66472,26321,'action started via WP Cron','2021-01-14 14:28:28','2021-01-14 09:28:28'),
(66473,26321,'action complete via WP Cron','2021-01-14 14:28:28','2021-01-14 09:28:28'),
(66474,26322,'action created','2021-01-14 14:28:28','2021-01-14 09:28:28'),
(66475,26322,'action started via WP Cron','2021-01-14 14:29:19','2021-01-14 09:29:19'),
(66476,26322,'action complete via WP Cron','2021-01-14 14:29:19','2021-01-14 09:29:19'),
(66477,26323,'action created','2021-01-14 14:29:19','2021-01-14 09:29:19'),
(66478,26323,'action started via WP Cron','2021-01-14 14:31:34','2021-01-14 09:31:34'),
(66479,26323,'action complete via WP Cron','2021-01-14 14:31:34','2021-01-14 09:31:34'),
(66480,26324,'action created','2021-01-14 14:31:34','2021-01-14 09:31:34'),
(66481,26324,'action started via WP Cron','2021-01-14 14:33:11','2021-01-14 09:33:11'),
(66482,26324,'action complete via WP Cron','2021-01-14 14:33:11','2021-01-14 09:33:11'),
(66483,26325,'action created','2021-01-14 14:33:12','2021-01-14 09:33:12'),
(66484,26325,'action started via Async Request','2021-01-14 14:36:42','2021-01-14 09:36:42'),
(66485,26325,'action complete via Async Request','2021-01-14 14:36:42','2021-01-14 09:36:42'),
(66486,26326,'action created','2021-01-14 14:36:44','2021-01-14 09:36:44'),
(66487,26326,'action started via WP Cron','2021-01-14 14:38:16','2021-01-14 09:38:16'),
(66488,26326,'action complete via WP Cron','2021-01-14 14:38:16','2021-01-14 09:38:16'),
(66489,26327,'action created','2021-01-14 14:38:16','2021-01-14 09:38:16'),
(66490,26327,'action started via WP Cron','2021-01-14 14:39:29','2021-01-14 09:39:29'),
(66491,26327,'action complete via WP Cron','2021-01-14 14:39:29','2021-01-14 09:39:29'),
(66492,26328,'action created','2021-01-14 14:39:29','2021-01-14 09:39:29'),
(66493,26328,'action started via WP Cron','2021-01-14 14:40:38','2021-01-14 09:40:38'),
(66494,26328,'action complete via WP Cron','2021-01-14 14:40:38','2021-01-14 09:40:38'),
(66495,26329,'action created','2021-01-14 14:40:38','2021-01-14 09:40:38'),
(66496,26329,'action started via WP Cron','2021-01-14 14:42:50','2021-01-14 09:42:50'),
(66497,26329,'action complete via WP Cron','2021-01-14 14:42:50','2021-01-14 09:42:50'),
(66498,26330,'action created','2021-01-14 14:42:50','2021-01-14 09:42:50'),
(66499,26330,'action started via WP Cron','2021-01-14 14:43:20','2021-01-14 09:43:20'),
(66500,26330,'action complete via WP Cron','2021-01-14 14:43:20','2021-01-14 09:43:20'),
(66501,26331,'action created','2021-01-14 14:43:20','2021-01-14 09:43:20'),
(66502,26331,'action started via WP Cron','2021-01-14 14:44:39','2021-01-14 09:44:39'),
(66503,26331,'action complete via WP Cron','2021-01-14 14:44:39','2021-01-14 09:44:39'),
(66504,26332,'action created','2021-01-14 14:44:39','2021-01-14 09:44:39'),
(66505,26332,'action started via WP Cron','2021-01-14 14:45:27','2021-01-14 09:45:27'),
(66506,26332,'action complete via WP Cron','2021-01-14 14:45:27','2021-01-14 09:45:27'),
(66507,26333,'action created','2021-01-14 14:45:27','2021-01-14 09:45:27'),
(66508,26333,'action started via WP Cron','2021-01-14 14:46:16','2021-01-14 09:46:16'),
(66509,26333,'action complete via WP Cron','2021-01-14 14:46:16','2021-01-14 09:46:16'),
(66510,26334,'action created','2021-01-14 14:46:16','2021-01-14 09:46:16'),
(66511,26334,'action started via WP Cron','2021-01-14 14:47:29','2021-01-14 09:47:29'),
(66512,26334,'action complete via WP Cron','2021-01-14 14:47:29','2021-01-14 09:47:29'),
(66513,26335,'action created','2021-01-14 14:47:29','2021-01-14 09:47:29'),
(66514,26335,'action started via WP Cron','2021-01-14 14:48:19','2021-01-14 09:48:19'),
(66515,26335,'action complete via WP Cron','2021-01-14 14:48:19','2021-01-14 09:48:19'),
(66516,26336,'action created','2021-01-14 14:48:19','2021-01-14 09:48:19'),
(66517,26336,'action started via WP Cron','2021-01-14 14:49:18','2021-01-14 09:49:18'),
(66518,26336,'action complete via WP Cron','2021-01-14 14:49:18','2021-01-14 09:49:18'),
(66519,26337,'action created','2021-01-14 14:49:18','2021-01-14 09:49:18'),
(66520,26337,'action started via WP Cron','2021-01-14 14:50:16','2021-01-14 09:50:16'),
(66521,26337,'action complete via WP Cron','2021-01-14 14:50:16','2021-01-14 09:50:16'),
(66522,26338,'action created','2021-01-14 14:50:16','2021-01-14 09:50:16'),
(66523,26338,'action started via WP Cron','2021-01-14 14:51:35','2021-01-14 09:51:35'),
(66524,26338,'action complete via WP Cron','2021-01-14 14:51:35','2021-01-14 09:51:35'),
(66525,26339,'action created','2021-01-14 14:51:36','2021-01-14 09:51:36'),
(66526,26339,'action started via WP Cron','2021-01-14 14:52:41','2021-01-14 09:52:41'),
(66527,26339,'action complete via WP Cron','2021-01-14 14:52:41','2021-01-14 09:52:41'),
(66528,26340,'action created','2021-01-14 14:52:41','2021-01-14 09:52:41'),
(66529,26340,'action started via WP Cron','2021-01-14 14:53:12','2021-01-14 09:53:12'),
(66530,26340,'action complete via WP Cron','2021-01-14 14:53:12','2021-01-14 09:53:12'),
(66531,26341,'action created','2021-01-14 14:53:12','2021-01-14 09:53:12'),
(66532,26341,'action started via WP Cron','2021-01-14 14:54:24','2021-01-14 09:54:24'),
(66533,26341,'action complete via WP Cron','2021-01-14 14:54:24','2021-01-14 09:54:24'),
(66534,26342,'action created','2021-01-14 14:54:24','2021-01-14 09:54:24'),
(66535,26342,'action started via WP Cron','2021-01-14 14:55:13','2021-01-14 09:55:13'),
(66536,26342,'action complete via WP Cron','2021-01-14 14:55:13','2021-01-14 09:55:13'),
(66537,26343,'action created','2021-01-14 14:55:13','2021-01-14 09:55:13'),
(66538,26343,'action started via WP Cron','2021-01-14 14:56:36','2021-01-14 09:56:36'),
(66539,26343,'action complete via WP Cron','2021-01-14 14:56:36','2021-01-14 09:56:36'),
(66540,26344,'action created','2021-01-14 14:56:36','2021-01-14 09:56:36'),
(66541,26344,'action started via WP Cron','2021-01-14 14:57:43','2021-01-14 09:57:43'),
(66542,26344,'action complete via WP Cron','2021-01-14 14:57:43','2021-01-14 09:57:43'),
(66543,26345,'action created','2021-01-14 14:57:43','2021-01-14 09:57:43'),
(66544,26345,'action started via WP Cron','2021-01-14 14:58:26','2021-01-14 09:58:26'),
(66545,26345,'action complete via WP Cron','2021-01-14 14:58:26','2021-01-14 09:58:26'),
(66546,26346,'action created','2021-01-14 14:58:26','2021-01-14 09:58:26'),
(66547,26346,'action started via WP Cron','2021-01-14 14:59:21','2021-01-14 09:59:21'),
(66548,26346,'action complete via WP Cron','2021-01-14 14:59:21','2021-01-14 09:59:21'),
(66549,26347,'action created','2021-01-14 14:59:21','2021-01-14 09:59:21'),
(66550,26347,'action started via WP Cron','2021-01-14 15:00:36','2021-01-14 10:00:36'),
(66551,26347,'action complete via WP Cron','2021-01-14 15:00:36','2021-01-14 10:00:36'),
(66552,26348,'action created','2021-01-14 15:00:36','2021-01-14 10:00:36'),
(66553,26348,'action started via WP Cron','2021-01-14 15:01:26','2021-01-14 10:01:26'),
(66554,26348,'action complete via WP Cron','2021-01-14 15:01:26','2021-01-14 10:01:26'),
(66555,26349,'action created','2021-01-14 15:01:26','2021-01-14 10:01:26'),
(66556,26349,'action started via WP Cron','2021-01-14 15:02:48','2021-01-14 10:02:48'),
(66557,26349,'action complete via WP Cron','2021-01-14 15:02:48','2021-01-14 10:02:48'),
(66558,26350,'action created','2021-01-14 15:02:48','2021-01-14 10:02:48'),
(66559,26350,'action started via WP Cron','2021-01-14 15:03:13','2021-01-14 10:03:13'),
(66560,26350,'action complete via WP Cron','2021-01-14 15:03:13','2021-01-14 10:03:13'),
(66561,26351,'action created','2021-01-14 15:03:13','2021-01-14 10:03:13'),
(66562,26351,'action started via WP Cron','2021-01-14 15:04:35','2021-01-14 10:04:35'),
(66563,26351,'action complete via WP Cron','2021-01-14 15:04:35','2021-01-14 10:04:35'),
(66564,26352,'action created','2021-01-14 15:04:35','2021-01-14 10:04:35'),
(66565,26352,'action started via WP Cron','2021-01-14 15:05:43','2021-01-14 10:05:43'),
(66566,26352,'action complete via WP Cron','2021-01-14 15:05:43','2021-01-14 10:05:43'),
(66567,26353,'action created','2021-01-14 15:05:43','2021-01-14 10:05:43'),
(66568,26353,'action started via WP Cron','2021-01-14 15:07:09','2021-01-14 10:07:09'),
(66569,26353,'action complete via WP Cron','2021-01-14 15:07:09','2021-01-14 10:07:09'),
(66570,26354,'action created','2021-01-14 15:07:09','2021-01-14 10:07:09'),
(66571,26354,'action started via WP Cron','2021-01-14 15:07:32','2021-01-14 10:07:32'),
(66572,26354,'action complete via WP Cron','2021-01-14 15:07:32','2021-01-14 10:07:32'),
(66573,26355,'action created','2021-01-14 15:07:32','2021-01-14 10:07:32'),
(66574,26355,'action started via WP Cron','2021-01-14 15:08:43','2021-01-14 10:08:43'),
(66575,26355,'action complete via WP Cron','2021-01-14 15:08:43','2021-01-14 10:08:43'),
(66576,26356,'action created','2021-01-14 15:08:43','2021-01-14 10:08:43'),
(66577,26356,'action started via WP Cron','2021-01-14 15:09:26','2021-01-14 10:09:26'),
(66578,26356,'action complete via WP Cron','2021-01-14 15:09:26','2021-01-14 10:09:26'),
(66579,26357,'action created','2021-01-14 15:09:26','2021-01-14 10:09:26'),
(66580,26357,'action started via WP Cron','2021-01-14 15:10:35','2021-01-14 10:10:35'),
(66581,26357,'action complete via WP Cron','2021-01-14 15:10:35','2021-01-14 10:10:35'),
(66582,26358,'action created','2021-01-14 15:10:35','2021-01-14 10:10:35'),
(66583,26358,'action started via WP Cron','2021-01-14 15:11:21','2021-01-14 10:11:21'),
(66584,26358,'action complete via WP Cron','2021-01-14 15:11:21','2021-01-14 10:11:21'),
(66585,26359,'action created','2021-01-14 15:11:21','2021-01-14 10:11:21'),
(66586,26359,'action started via WP Cron','2021-01-14 15:12:19','2021-01-14 10:12:19'),
(66587,26359,'action complete via WP Cron','2021-01-14 15:12:19','2021-01-14 10:12:19'),
(66588,26360,'action created','2021-01-14 15:12:19','2021-01-14 10:12:19'),
(66589,26360,'action started via WP Cron','2021-01-14 15:13:40','2021-01-14 10:13:40'),
(66590,26360,'action complete via WP Cron','2021-01-14 15:13:40','2021-01-14 10:13:40'),
(66591,26361,'action created','2021-01-14 15:13:41','2021-01-14 10:13:41'),
(66592,26361,'action started via WP Cron','2021-01-14 15:14:42','2021-01-14 10:14:42'),
(66593,26361,'action complete via WP Cron','2021-01-14 15:14:42','2021-01-14 10:14:42'),
(66594,26362,'action created','2021-01-14 15:14:43','2021-01-14 10:14:43'),
(66595,26362,'action started via WP Cron','2021-01-14 15:15:25','2021-01-14 10:15:25'),
(66596,26362,'action complete via WP Cron','2021-01-14 15:15:25','2021-01-14 10:15:25'),
(66597,26363,'action created','2021-01-14 15:15:26','2021-01-14 10:15:26'),
(66598,26363,'action started via WP Cron','2021-01-14 15:16:25','2021-01-14 10:16:25'),
(66599,26363,'action complete via WP Cron','2021-01-14 15:16:25','2021-01-14 10:16:25'),
(66600,26364,'action created','2021-01-14 15:16:25','2021-01-14 10:16:25'),
(66601,26364,'action started via WP Cron','2021-01-14 15:17:16','2021-01-14 10:17:16'),
(66602,26364,'action complete via WP Cron','2021-01-14 15:17:16','2021-01-14 10:17:16'),
(66603,26365,'action created','2021-01-14 15:17:16','2021-01-14 10:17:16'),
(66604,26365,'action started via WP Cron','2021-01-14 15:18:11','2021-01-14 10:18:11'),
(66605,26365,'action complete via WP Cron','2021-01-14 15:18:11','2021-01-14 10:18:11'),
(66606,26366,'action created','2021-01-14 15:18:11','2021-01-14 10:18:11'),
(66607,26366,'action started via WP Cron','2021-01-14 15:19:19','2021-01-14 10:19:19'),
(66608,26366,'action complete via WP Cron','2021-01-14 15:19:19','2021-01-14 10:19:19'),
(66609,26367,'action created','2021-01-14 15:19:19','2021-01-14 10:19:19'),
(66610,26367,'action started via WP Cron','2021-01-14 15:20:17','2021-01-14 10:20:17'),
(66611,26367,'action complete via WP Cron','2021-01-14 15:20:17','2021-01-14 10:20:17'),
(66612,26368,'action created','2021-01-14 15:20:17','2021-01-14 10:20:17'),
(66613,26368,'action started via WP Cron','2021-01-14 15:21:28','2021-01-14 10:21:28'),
(66614,26368,'action complete via WP Cron','2021-01-14 15:21:28','2021-01-14 10:21:28'),
(66615,26369,'action created','2021-01-14 15:21:28','2021-01-14 10:21:28'),
(66616,26369,'action started via WP Cron','2021-01-14 15:22:13','2021-01-14 10:22:13'),
(66617,26369,'action complete via WP Cron','2021-01-14 15:22:13','2021-01-14 10:22:13'),
(66618,26370,'action created','2021-01-14 15:22:13','2021-01-14 10:22:13'),
(66619,26370,'action started via WP Cron','2021-01-14 15:23:20','2021-01-14 10:23:20'),
(66620,26370,'action complete via WP Cron','2021-01-14 15:23:20','2021-01-14 10:23:20'),
(66621,26371,'action created','2021-01-14 15:23:20','2021-01-14 10:23:20'),
(66622,26371,'action started via WP Cron','2021-01-14 15:24:48','2021-01-14 10:24:48'),
(66623,26371,'action complete via WP Cron','2021-01-14 15:24:48','2021-01-14 10:24:48'),
(66624,26372,'action created','2021-01-14 15:24:48','2021-01-14 10:24:48'),
(66625,26372,'action started via WP Cron','2021-01-14 15:26:09','2021-01-14 10:26:09'),
(66626,26372,'action complete via WP Cron','2021-01-14 15:26:09','2021-01-14 10:26:09'),
(66627,26373,'action created','2021-01-14 15:26:09','2021-01-14 10:26:09'),
(66628,26373,'action started via WP Cron','2021-01-14 15:26:41','2021-01-14 10:26:41'),
(66629,26373,'action complete via WP Cron','2021-01-14 15:26:41','2021-01-14 10:26:41'),
(66630,26374,'action created','2021-01-14 15:26:41','2021-01-14 10:26:41'),
(66631,26374,'action started via WP Cron','2021-01-14 15:27:23','2021-01-14 10:27:23'),
(66632,26374,'action complete via WP Cron','2021-01-14 15:27:23','2021-01-14 10:27:23'),
(66633,26375,'action created','2021-01-14 15:27:23','2021-01-14 10:27:23'),
(66634,26375,'action started via WP Cron','2021-01-14 15:28:19','2021-01-14 10:28:19'),
(66635,26375,'action complete via WP Cron','2021-01-14 15:28:19','2021-01-14 10:28:19'),
(66636,26376,'action created','2021-01-14 15:28:19','2021-01-14 10:28:19'),
(66637,26376,'action started via WP Cron','2021-01-14 15:29:33','2021-01-14 10:29:33'),
(66638,26376,'action complete via WP Cron','2021-01-14 15:29:33','2021-01-14 10:29:33'),
(66639,26377,'action created','2021-01-14 15:29:33','2021-01-14 10:29:33'),
(66640,26377,'action started via WP Cron','2021-01-14 15:30:18','2021-01-14 10:30:18'),
(66641,26377,'action complete via WP Cron','2021-01-14 15:30:18','2021-01-14 10:30:18'),
(66642,26378,'action created','2021-01-14 15:30:18','2021-01-14 10:30:18'),
(66643,26378,'action started via WP Cron','2021-01-14 15:31:56','2021-01-14 10:31:56'),
(66644,26378,'action complete via WP Cron','2021-01-14 15:31:56','2021-01-14 10:31:56'),
(66645,26379,'action created','2021-01-14 15:31:57','2021-01-14 10:31:57'),
(66646,26379,'action started via WP Cron','2021-01-14 15:32:36','2021-01-14 10:32:36'),
(66647,26379,'action complete via WP Cron','2021-01-14 15:32:36','2021-01-14 10:32:36'),
(66648,26380,'action created','2021-01-14 15:32:36','2021-01-14 10:32:36'),
(66649,26380,'action started via WP Cron','2021-01-14 15:33:30','2021-01-14 10:33:30'),
(66650,26380,'action complete via WP Cron','2021-01-14 15:33:30','2021-01-14 10:33:30'),
(66651,26381,'action created','2021-01-14 15:33:30','2021-01-14 10:33:30'),
(66652,26381,'action started via WP Cron','2021-01-14 15:34:20','2021-01-14 10:34:20'),
(66653,26381,'action complete via WP Cron','2021-01-14 15:34:20','2021-01-14 10:34:20'),
(66654,26382,'action created','2021-01-14 15:34:20','2021-01-14 10:34:20'),
(66655,26382,'action started via WP Cron','2021-01-14 15:35:39','2021-01-14 10:35:39'),
(66656,26382,'action complete via WP Cron','2021-01-14 15:35:39','2021-01-14 10:35:39'),
(66657,26383,'action created','2021-01-14 15:35:39','2021-01-14 10:35:39'),
(66658,26383,'action started via WP Cron','2021-01-14 15:36:12','2021-01-14 10:36:12'),
(66659,26383,'action complete via WP Cron','2021-01-14 15:36:12','2021-01-14 10:36:12'),
(66660,26384,'action created','2021-01-14 15:36:13','2021-01-14 10:36:13'),
(66661,26384,'action started via WP Cron','2021-01-14 15:37:14','2021-01-14 10:37:14'),
(66662,26384,'action complete via WP Cron','2021-01-14 15:37:14','2021-01-14 10:37:14'),
(66663,26385,'action created','2021-01-14 15:37:14','2021-01-14 10:37:14'),
(66664,26385,'action started via WP Cron','2021-01-14 15:38:12','2021-01-14 10:38:12'),
(66665,26385,'action complete via WP Cron','2021-01-14 15:38:12','2021-01-14 10:38:12'),
(66666,26386,'action created','2021-01-14 15:38:12','2021-01-14 10:38:12'),
(66667,26386,'action started via WP Cron','2021-01-14 15:39:17','2021-01-14 10:39:17'),
(66668,26386,'action complete via WP Cron','2021-01-14 15:39:17','2021-01-14 10:39:17'),
(66669,26387,'action created','2021-01-14 15:39:18','2021-01-14 10:39:18'),
(66670,26387,'action started via WP Cron','2021-01-14 15:40:31','2021-01-14 10:40:31'),
(66671,26387,'action complete via WP Cron','2021-01-14 15:40:31','2021-01-14 10:40:31'),
(66672,26388,'action created','2021-01-14 15:40:31','2021-01-14 10:40:31'),
(66673,26388,'action started via WP Cron','2021-01-14 15:41:14','2021-01-14 10:41:14'),
(66674,26388,'action complete via WP Cron','2021-01-14 15:41:14','2021-01-14 10:41:14'),
(66675,26389,'action created','2021-01-14 15:41:14','2021-01-14 10:41:14'),
(66676,26389,'action started via WP Cron','2021-01-14 15:42:12','2021-01-14 10:42:12'),
(66677,26389,'action complete via WP Cron','2021-01-14 15:42:12','2021-01-14 10:42:12'),
(66678,26390,'action created','2021-01-14 15:42:12','2021-01-14 10:42:12'),
(66679,26390,'action started via WP Cron','2021-01-14 15:43:17','2021-01-14 10:43:17'),
(66680,26390,'action complete via WP Cron','2021-01-14 15:43:17','2021-01-14 10:43:17'),
(66681,26391,'action created','2021-01-14 15:43:17','2021-01-14 10:43:17'),
(66682,26391,'action started via WP Cron','2021-01-14 15:44:31','2021-01-14 10:44:31'),
(66683,26391,'action complete via WP Cron','2021-01-14 15:44:31','2021-01-14 10:44:31'),
(66684,26392,'action created','2021-01-14 15:44:31','2021-01-14 10:44:31'),
(66685,26392,'action started via WP Cron','2021-01-14 15:45:12','2021-01-14 10:45:12'),
(66686,26392,'action complete via WP Cron','2021-01-14 15:45:12','2021-01-14 10:45:12'),
(66687,26393,'action created','2021-01-14 15:45:12','2021-01-14 10:45:12'),
(66688,26393,'action started via WP Cron','2021-01-14 15:46:51','2021-01-14 10:46:51'),
(66689,26393,'action complete via WP Cron','2021-01-14 15:46:51','2021-01-14 10:46:51'),
(66690,26394,'action created','2021-01-14 15:46:52','2021-01-14 10:46:52'),
(66691,26394,'action started via WP Cron','2021-01-14 15:47:15','2021-01-14 10:47:15'),
(66692,26394,'action complete via WP Cron','2021-01-14 15:47:15','2021-01-14 10:47:15'),
(66693,26395,'action created','2021-01-14 15:47:15','2021-01-14 10:47:15'),
(66694,26395,'action started via WP Cron','2021-01-14 15:48:17','2021-01-14 10:48:17'),
(66695,26395,'action complete via WP Cron','2021-01-14 15:48:17','2021-01-14 10:48:17'),
(66696,26396,'action created','2021-01-14 15:48:17','2021-01-14 10:48:17'),
(66697,26396,'action started via WP Cron','2021-01-14 15:49:15','2021-01-14 10:49:15'),
(66698,26396,'action complete via WP Cron','2021-01-14 15:49:15','2021-01-14 10:49:15'),
(66699,26397,'action created','2021-01-14 15:49:15','2021-01-14 10:49:15'),
(66700,26397,'action started via WP Cron','2021-01-14 15:50:18','2021-01-14 10:50:18'),
(66701,26397,'action complete via WP Cron','2021-01-14 15:50:18','2021-01-14 10:50:18'),
(66702,26398,'action created','2021-01-14 15:50:18','2021-01-14 10:50:18'),
(66703,26398,'action started via WP Cron','2021-01-14 15:51:20','2021-01-14 10:51:20'),
(66704,26398,'action complete via WP Cron','2021-01-14 15:51:20','2021-01-14 10:51:20'),
(66705,26399,'action created','2021-01-14 15:51:20','2021-01-14 10:51:20'),
(66706,26399,'action started via WP Cron','2021-01-14 15:52:12','2021-01-14 10:52:12'),
(66707,26399,'action complete via WP Cron','2021-01-14 15:52:12','2021-01-14 10:52:12'),
(66708,26400,'action created','2021-01-14 15:52:12','2021-01-14 10:52:12'),
(66709,26400,'action started via WP Cron','2021-01-14 15:53:48','2021-01-14 10:53:48'),
(66710,26400,'action complete via WP Cron','2021-01-14 15:53:48','2021-01-14 10:53:48'),
(66711,26401,'action created','2021-01-14 15:53:48','2021-01-14 10:53:48'),
(66712,26401,'action started via WP Cron','2021-01-14 15:54:24','2021-01-14 10:54:24'),
(66713,26401,'action complete via WP Cron','2021-01-14 15:54:24','2021-01-14 10:54:24'),
(66714,26402,'action created','2021-01-14 15:54:24','2021-01-14 10:54:24'),
(66715,26402,'action started via WP Cron','2021-01-14 15:55:39','2021-01-14 10:55:39'),
(66716,26402,'action complete via WP Cron','2021-01-14 15:55:39','2021-01-14 10:55:39'),
(66717,26403,'action created','2021-01-14 15:55:39','2021-01-14 10:55:39'),
(66718,26403,'action started via WP Cron','2021-01-14 15:56:11','2021-01-14 10:56:11'),
(66719,26403,'action complete via WP Cron','2021-01-14 15:56:11','2021-01-14 10:56:11'),
(66720,26404,'action created','2021-01-14 15:56:11','2021-01-14 10:56:11'),
(66721,26404,'action started via WP Cron','2021-01-14 15:57:15','2021-01-14 10:57:15'),
(66722,26404,'action complete via WP Cron','2021-01-14 15:57:15','2021-01-14 10:57:15'),
(66723,26405,'action created','2021-01-14 15:57:15','2021-01-14 10:57:15'),
(66724,26405,'action started via WP Cron','2021-01-14 15:58:15','2021-01-14 10:58:15'),
(66725,26405,'action complete via WP Cron','2021-01-14 15:58:15','2021-01-14 10:58:15'),
(66726,26406,'action created','2021-01-14 15:58:15','2021-01-14 10:58:15'),
(66727,26406,'action started via WP Cron','2021-01-14 15:59:27','2021-01-14 10:59:27'),
(66728,26406,'action complete via WP Cron','2021-01-14 15:59:27','2021-01-14 10:59:27'),
(66729,26407,'action created','2021-01-14 15:59:27','2021-01-14 10:59:27'),
(66730,26407,'action started via WP Cron','2021-01-14 16:00:13','2021-01-14 11:00:13'),
(66731,26407,'action complete via WP Cron','2021-01-14 16:00:13','2021-01-14 11:00:13'),
(66732,26408,'action created','2021-01-14 16:00:13','2021-01-14 11:00:13'),
(66733,26408,'action started via WP Cron','2021-01-14 16:01:15','2021-01-14 11:01:15'),
(66734,26408,'action complete via WP Cron','2021-01-14 16:01:15','2021-01-14 11:01:15'),
(66735,26409,'action created','2021-01-14 16:01:15','2021-01-14 11:01:15'),
(66736,26409,'action started via WP Cron','2021-01-14 16:02:14','2021-01-14 11:02:14'),
(66737,26409,'action complete via WP Cron','2021-01-14 16:02:14','2021-01-14 11:02:14'),
(66738,26410,'action created','2021-01-14 16:02:14','2021-01-14 11:02:14'),
(66739,26410,'action started via WP Cron','2021-01-14 16:03:32','2021-01-14 11:03:32'),
(66740,26410,'action complete via WP Cron','2021-01-14 16:03:32','2021-01-14 11:03:32'),
(66741,26411,'action created','2021-01-14 16:03:32','2021-01-14 11:03:32'),
(66742,26411,'action started via WP Cron','2021-01-14 16:04:29','2021-01-14 11:04:29'),
(66743,26411,'action complete via WP Cron','2021-01-14 16:04:29','2021-01-14 11:04:29'),
(66744,26412,'action created','2021-01-14 16:04:29','2021-01-14 11:04:29'),
(66745,26412,'action started via WP Cron','2021-01-14 16:05:26','2021-01-14 11:05:26'),
(66746,26412,'action complete via WP Cron','2021-01-14 16:05:26','2021-01-14 11:05:26'),
(66747,26413,'action created','2021-01-14 16:05:26','2021-01-14 11:05:26'),
(66748,26413,'action started via WP Cron','2021-01-14 16:06:22','2021-01-14 11:06:22'),
(66749,26413,'action complete via WP Cron','2021-01-14 16:06:22','2021-01-14 11:06:22'),
(66750,26414,'action created','2021-01-14 16:06:22','2021-01-14 11:06:22'),
(66751,26414,'action started via WP Cron','2021-01-14 16:07:42','2021-01-14 11:07:42'),
(66752,26414,'action complete via WP Cron','2021-01-14 16:07:42','2021-01-14 11:07:42'),
(66753,26415,'action created','2021-01-14 16:07:42','2021-01-14 11:07:42'),
(66754,26415,'action started via WP Cron','2021-01-14 16:09:02','2021-01-14 11:09:02'),
(66755,26415,'action complete via WP Cron','2021-01-14 16:09:02','2021-01-14 11:09:02'),
(66756,26416,'action created','2021-01-14 16:09:02','2021-01-14 11:09:02'),
(66757,26416,'action started via WP Cron','2021-01-14 16:10:38','2021-01-14 11:10:38'),
(66758,26416,'action complete via WP Cron','2021-01-14 16:10:38','2021-01-14 11:10:38'),
(66759,26417,'action created','2021-01-14 16:10:39','2021-01-14 11:10:39'),
(66760,26417,'action started via WP Cron','2021-01-14 16:11:33','2021-01-14 11:11:33'),
(66761,26417,'action complete via WP Cron','2021-01-14 16:11:33','2021-01-14 11:11:33'),
(66762,26418,'action created','2021-01-14 16:11:33','2021-01-14 11:11:33'),
(66763,26418,'action started via WP Cron','2021-01-14 16:12:16','2021-01-14 11:12:16'),
(66764,26418,'action complete via WP Cron','2021-01-14 16:12:16','2021-01-14 11:12:16'),
(66765,26419,'action created','2021-01-14 16:12:16','2021-01-14 11:12:16'),
(66766,26419,'action started via WP Cron','2021-01-14 16:13:17','2021-01-14 11:13:17'),
(66767,26419,'action complete via WP Cron','2021-01-14 16:13:17','2021-01-14 11:13:17'),
(66768,26420,'action created','2021-01-14 16:13:18','2021-01-14 11:13:18'),
(66769,26420,'action started via WP Cron','2021-01-14 16:14:53','2021-01-14 11:14:53'),
(66770,26420,'action complete via WP Cron','2021-01-14 16:14:53','2021-01-14 11:14:53'),
(66771,26421,'action created','2021-01-14 16:14:53','2021-01-14 11:14:53'),
(66772,26421,'action started via WP Cron','2021-01-14 16:15:19','2021-01-14 11:15:19'),
(66773,26421,'action complete via WP Cron','2021-01-14 16:15:19','2021-01-14 11:15:19'),
(66774,26422,'action created','2021-01-14 16:15:20','2021-01-14 11:15:20'),
(66775,26422,'action started via WP Cron','2021-01-14 16:16:20','2021-01-14 11:16:20'),
(66776,26422,'action complete via WP Cron','2021-01-14 16:16:20','2021-01-14 11:16:20'),
(66777,26423,'action created','2021-01-14 16:16:20','2021-01-14 11:16:20'),
(66778,26423,'action started via WP Cron','2021-01-14 16:17:21','2021-01-14 11:17:21'),
(66779,26423,'action complete via WP Cron','2021-01-14 16:17:21','2021-01-14 11:17:21'),
(66780,26424,'action created','2021-01-14 16:17:22','2021-01-14 11:17:22'),
(66781,26424,'action started via WP Cron','2021-01-14 16:19:55','2021-01-14 11:19:55'),
(66782,26424,'action complete via WP Cron','2021-01-14 16:19:55','2021-01-14 11:19:55'),
(66783,26425,'action created','2021-01-14 16:19:55','2021-01-14 11:19:55'),
(66784,26425,'action started via WP Cron','2021-01-14 16:21:22','2021-01-14 11:21:22'),
(66785,26425,'action complete via WP Cron','2021-01-14 16:21:22','2021-01-14 11:21:22'),
(66786,26426,'action created','2021-01-14 16:21:22','2021-01-14 11:21:22'),
(66787,26426,'action started via WP Cron','2021-01-14 16:22:58','2021-01-14 11:22:58'),
(66788,26426,'action complete via WP Cron','2021-01-14 16:22:58','2021-01-14 11:22:58'),
(66789,26427,'action created','2021-01-14 16:22:58','2021-01-14 11:22:58'),
(66790,26427,'action started via WP Cron','2021-01-14 16:30:18','2021-01-14 11:30:18'),
(66791,26427,'action complete via WP Cron','2021-01-14 16:30:18','2021-01-14 11:30:18'),
(66792,26428,'action created','2021-01-14 16:30:18','2021-01-14 11:30:18'),
(66793,26428,'action started via WP Cron','2021-01-14 16:31:28','2021-01-14 11:31:28'),
(66794,26428,'action complete via WP Cron','2021-01-14 16:31:28','2021-01-14 11:31:28'),
(66795,26429,'action created','2021-01-14 16:31:28','2021-01-14 11:31:28'),
(66796,26429,'action started via WP Cron','2021-01-14 16:32:19','2021-01-14 11:32:19'),
(66797,26429,'action complete via WP Cron','2021-01-14 16:32:19','2021-01-14 11:32:19'),
(66798,26430,'action created','2021-01-14 16:32:19','2021-01-14 11:32:19'),
(66799,26430,'action started via WP Cron','2021-01-14 16:33:38','2021-01-14 11:33:38'),
(66800,26430,'action complete via WP Cron','2021-01-14 16:33:38','2021-01-14 11:33:38'),
(66801,26431,'action created','2021-01-14 16:33:38','2021-01-14 11:33:38'),
(66802,26431,'action started via WP Cron','2021-01-14 16:34:22','2021-01-14 11:34:22'),
(66803,26431,'action complete via WP Cron','2021-01-14 16:34:22','2021-01-14 11:34:22'),
(66804,26432,'action created','2021-01-14 16:34:22','2021-01-14 11:34:22'),
(66805,26432,'action started via WP Cron','2021-01-14 16:35:18','2021-01-14 11:35:18'),
(66806,26432,'action complete via WP Cron','2021-01-14 16:35:18','2021-01-14 11:35:18'),
(66807,26433,'action created','2021-01-14 16:35:18','2021-01-14 11:35:18'),
(66808,26433,'action started via WP Cron','2021-01-14 16:37:18','2021-01-14 11:37:18'),
(66809,26433,'action complete via WP Cron','2021-01-14 16:37:18','2021-01-14 11:37:18'),
(66810,26434,'action created','2021-01-14 16:37:18','2021-01-14 11:37:18'),
(66811,26434,'action started via WP Cron','2021-01-14 16:39:27','2021-01-14 11:39:27'),
(66812,26434,'action complete via WP Cron','2021-01-14 16:39:27','2021-01-14 11:39:27'),
(66813,26435,'action created','2021-01-14 16:39:27','2021-01-14 11:39:27'),
(66814,26435,'action started via WP Cron','2021-01-14 16:40:35','2021-01-14 11:40:35'),
(66815,26435,'action complete via WP Cron','2021-01-14 16:40:35','2021-01-14 11:40:35'),
(66816,26436,'action created','2021-01-14 16:40:35','2021-01-14 11:40:35'),
(66817,26436,'action started via WP Cron','2021-01-14 16:41:14','2021-01-14 11:41:14'),
(66818,26436,'action complete via WP Cron','2021-01-14 16:41:14','2021-01-14 11:41:14'),
(66819,26437,'action created','2021-01-14 16:41:14','2021-01-14 11:41:14'),
(66820,26437,'action started via WP Cron','2021-01-14 16:43:10','2021-01-14 11:43:10'),
(66821,26437,'action complete via WP Cron','2021-01-14 16:43:10','2021-01-14 11:43:10'),
(66822,26438,'action created','2021-01-14 16:43:10','2021-01-14 11:43:10'),
(66823,26438,'action started via WP Cron','2021-01-14 16:44:40','2021-01-14 11:44:40'),
(66824,26438,'action complete via WP Cron','2021-01-14 16:44:40','2021-01-14 11:44:40'),
(66825,26439,'action created','2021-01-14 16:44:40','2021-01-14 11:44:40'),
(66826,26439,'action started via WP Cron','2021-01-14 16:45:39','2021-01-14 11:45:39'),
(66827,26439,'action complete via WP Cron','2021-01-14 16:45:39','2021-01-14 11:45:39'),
(66828,26440,'action created','2021-01-14 16:45:39','2021-01-14 11:45:39'),
(66829,26440,'action started via WP Cron','2021-01-14 16:47:37','2021-01-14 11:47:37'),
(66830,26440,'action complete via WP Cron','2021-01-14 16:47:37','2021-01-14 11:47:37'),
(66831,26441,'action created','2021-01-14 16:47:37','2021-01-14 11:47:37'),
(66832,26441,'action started via WP Cron','2021-01-14 16:48:57','2021-01-14 11:48:57'),
(66833,26441,'action complete via WP Cron','2021-01-14 16:48:57','2021-01-14 11:48:57'),
(66834,26442,'action created','2021-01-14 16:48:57','2021-01-14 11:48:57'),
(66835,26442,'action started via WP Cron','2021-01-14 16:49:50','2021-01-14 11:49:50'),
(66836,26442,'action complete via WP Cron','2021-01-14 16:49:50','2021-01-14 11:49:50'),
(66837,26443,'action created','2021-01-14 16:49:50','2021-01-14 11:49:50'),
(66838,26443,'action started via WP Cron','2021-01-14 16:54:02','2021-01-14 11:54:02'),
(66839,26443,'action complete via WP Cron','2021-01-14 16:54:02','2021-01-14 11:54:02'),
(66840,26444,'action created','2021-01-14 16:54:02','2021-01-14 11:54:02'),
(66841,26444,'action started via WP Cron','2021-01-14 16:54:15','2021-01-14 11:54:15'),
(66842,26444,'action complete via WP Cron','2021-01-14 16:54:15','2021-01-14 11:54:15'),
(66843,26445,'action created','2021-01-14 16:54:15','2021-01-14 11:54:15'),
(66844,26445,'action started via WP Cron','2021-01-14 16:55:36','2021-01-14 11:55:36'),
(66845,26445,'action complete via WP Cron','2021-01-14 16:55:36','2021-01-14 11:55:36'),
(66846,26446,'action created','2021-01-14 16:55:36','2021-01-14 11:55:36'),
(66847,26446,'action started via WP Cron','2021-01-14 16:56:12','2021-01-14 11:56:12'),
(66848,26446,'action complete via WP Cron','2021-01-14 16:56:12','2021-01-14 11:56:12'),
(66849,26447,'action created','2021-01-14 16:56:12','2021-01-14 11:56:12'),
(66850,26447,'action started via WP Cron','2021-01-14 16:57:59','2021-01-14 11:57:59'),
(66851,26447,'action complete via WP Cron','2021-01-14 16:57:59','2021-01-14 11:57:59'),
(66852,26448,'action created','2021-01-14 16:58:00','2021-01-14 11:58:00'),
(66853,26448,'action started via WP Cron','2021-01-14 16:58:50','2021-01-14 11:58:50'),
(66854,26448,'action complete via WP Cron','2021-01-14 16:58:50','2021-01-14 11:58:50'),
(66855,26449,'action created','2021-01-14 16:58:50','2021-01-14 11:58:50'),
(66856,26449,'action started via WP Cron','2021-01-14 17:00:47','2021-01-14 12:00:47'),
(66857,26449,'action complete via WP Cron','2021-01-14 17:00:47','2021-01-14 12:00:47'),
(66858,26450,'action created','2021-01-14 17:00:47','2021-01-14 12:00:47'),
(66859,26450,'action started via WP Cron','2021-01-14 17:01:32','2021-01-14 12:01:32'),
(66860,26450,'action complete via WP Cron','2021-01-14 17:01:32','2021-01-14 12:01:32'),
(66861,26451,'action created','2021-01-14 17:01:32','2021-01-14 12:01:32'),
(66862,26451,'action started via WP Cron','2021-01-14 17:02:13','2021-01-14 12:02:13'),
(66863,26451,'action complete via WP Cron','2021-01-14 17:02:13','2021-01-14 12:02:13'),
(66864,26452,'action created','2021-01-14 17:02:13','2021-01-14 12:02:13'),
(66865,26452,'action started via WP Cron','2021-01-14 17:03:35','2021-01-14 12:03:35'),
(66866,26452,'action complete via WP Cron','2021-01-14 17:03:35','2021-01-14 12:03:35'),
(66867,26453,'action created','2021-01-14 17:03:35','2021-01-14 12:03:35'),
(66868,26453,'action started via WP Cron','2021-01-14 17:04:14','2021-01-14 12:04:14'),
(66869,26453,'action complete via WP Cron','2021-01-14 17:04:14','2021-01-14 12:04:14'),
(66870,26454,'action created','2021-01-14 17:04:14','2021-01-14 12:04:14'),
(66871,26454,'action started via WP Cron','2021-01-14 17:05:37','2021-01-14 12:05:37'),
(66872,26454,'action complete via WP Cron','2021-01-14 17:05:37','2021-01-14 12:05:37'),
(66873,26455,'action created','2021-01-14 17:05:37','2021-01-14 12:05:37'),
(66874,26455,'action started via WP Cron','2021-01-14 17:06:43','2021-01-14 12:06:43'),
(66875,26455,'action complete via WP Cron','2021-01-14 17:06:43','2021-01-14 12:06:43'),
(66876,26456,'action created','2021-01-14 17:06:43','2021-01-14 12:06:43'),
(66877,26456,'action started via WP Cron','2021-01-14 17:07:35','2021-01-14 12:07:35'),
(66878,26456,'action complete via WP Cron','2021-01-14 17:07:35','2021-01-14 12:07:35'),
(66879,26457,'action created','2021-01-14 17:07:35','2021-01-14 12:07:35'),
(66880,26457,'action started via WP Cron','2021-01-14 17:08:44','2021-01-14 12:08:44'),
(66881,26457,'action complete via WP Cron','2021-01-14 17:08:44','2021-01-14 12:08:44'),
(66882,26458,'action created','2021-01-14 17:08:44','2021-01-14 12:08:44'),
(66883,26458,'action started via WP Cron','2021-01-14 17:10:08','2021-01-14 12:10:08'),
(66884,26458,'action complete via WP Cron','2021-01-14 17:10:08','2021-01-14 12:10:08'),
(66885,26459,'action created','2021-01-14 17:10:08','2021-01-14 12:10:08'),
(66886,26459,'action started via WP Cron','2021-01-14 17:11:54','2021-01-14 12:11:54'),
(66887,26459,'action complete via WP Cron','2021-01-14 17:11:54','2021-01-14 12:11:54'),
(66888,26460,'action created','2021-01-14 17:11:54','2021-01-14 12:11:54'),
(66889,26460,'action started via WP Cron','2021-01-14 17:12:17','2021-01-14 12:12:17'),
(66890,26460,'action complete via WP Cron','2021-01-14 17:12:17','2021-01-14 12:12:17'),
(66891,26461,'action created','2021-01-14 17:12:17','2021-01-14 12:12:17'),
(66892,26461,'action started via WP Cron','2021-01-14 17:13:55','2021-01-14 12:13:55'),
(66893,26461,'action complete via WP Cron','2021-01-14 17:13:55','2021-01-14 12:13:55'),
(66894,26462,'action created','2021-01-14 17:13:55','2021-01-14 12:13:55'),
(66895,26462,'action started via WP Cron','2021-01-14 17:14:37','2021-01-14 12:14:37'),
(66896,26462,'action complete via WP Cron','2021-01-14 17:14:37','2021-01-14 12:14:37'),
(66897,26463,'action created','2021-01-14 17:14:37','2021-01-14 12:14:37'),
(66898,26463,'action started via WP Cron','2021-01-14 17:15:35','2021-01-14 12:15:35'),
(66899,26463,'action complete via WP Cron','2021-01-14 17:15:35','2021-01-14 12:15:35'),
(66900,26464,'action created','2021-01-14 17:15:35','2021-01-14 12:15:35'),
(66901,26464,'action started via WP Cron','2021-01-14 17:16:25','2021-01-14 12:16:25'),
(66902,26464,'action complete via WP Cron','2021-01-14 17:16:25','2021-01-14 12:16:25'),
(66903,26465,'action created','2021-01-14 17:16:25','2021-01-14 12:16:25'),
(66904,26465,'action started via WP Cron','2021-01-14 17:17:13','2021-01-14 12:17:13'),
(66905,26465,'action complete via WP Cron','2021-01-14 17:17:13','2021-01-14 12:17:13'),
(66906,26466,'action created','2021-01-14 17:17:13','2021-01-14 12:17:13'),
(66907,26466,'action started via WP Cron','2021-01-14 17:18:28','2021-01-14 12:18:28'),
(66908,26466,'action complete via WP Cron','2021-01-14 17:18:28','2021-01-14 12:18:28'),
(66909,26467,'action created','2021-01-14 17:18:28','2021-01-14 12:18:28'),
(66910,26467,'action started via WP Cron','2021-01-14 17:19:25','2021-01-14 12:19:25'),
(66911,26467,'action complete via WP Cron','2021-01-14 17:19:25','2021-01-14 12:19:25'),
(66912,26468,'action created','2021-01-14 17:19:25','2021-01-14 12:19:25'),
(66913,26468,'action started via WP Cron','2021-01-14 17:20:41','2021-01-14 12:20:41'),
(66914,26468,'action complete via WP Cron','2021-01-14 17:20:41','2021-01-14 12:20:41'),
(66915,26469,'action created','2021-01-14 17:20:41','2021-01-14 12:20:41'),
(66916,26469,'action started via WP Cron','2021-01-14 17:21:31','2021-01-14 12:21:31'),
(66917,26469,'action complete via WP Cron','2021-01-14 17:21:31','2021-01-14 12:21:31'),
(66918,26470,'action created','2021-01-14 17:21:31','2021-01-14 12:21:31'),
(66919,26470,'action started via WP Cron','2021-01-14 17:22:32','2021-01-14 12:22:32'),
(66920,26470,'action complete via WP Cron','2021-01-14 17:22:32','2021-01-14 12:22:32'),
(66921,26471,'action created','2021-01-14 17:22:32','2021-01-14 12:22:32'),
(66922,26471,'action started via WP Cron','2021-01-14 17:23:33','2021-01-14 12:23:33'),
(66923,26471,'action complete via WP Cron','2021-01-14 17:23:33','2021-01-14 12:23:33'),
(66924,26472,'action created','2021-01-14 17:23:33','2021-01-14 12:23:33'),
(66925,26472,'action started via WP Cron','2021-01-14 17:24:50','2021-01-14 12:24:50'),
(66926,26472,'action complete via WP Cron','2021-01-14 17:24:50','2021-01-14 12:24:50'),
(66927,26473,'action created','2021-01-14 17:24:50','2021-01-14 12:24:50'),
(66928,26473,'action started via WP Cron','2021-01-14 17:25:31','2021-01-14 12:25:31'),
(66929,26473,'action complete via WP Cron','2021-01-14 17:25:31','2021-01-14 12:25:31'),
(66930,26474,'action created','2021-01-14 17:25:31','2021-01-14 12:25:31'),
(66931,26474,'action started via WP Cron','2021-01-14 17:26:29','2021-01-14 12:26:29'),
(66932,26474,'action complete via WP Cron','2021-01-14 17:26:29','2021-01-14 12:26:29'),
(66933,26475,'action created','2021-01-14 17:26:29','2021-01-14 12:26:29'),
(66934,26475,'action started via WP Cron','2021-01-14 17:28:28','2021-01-14 12:28:28'),
(66935,26475,'action complete via WP Cron','2021-01-14 17:28:28','2021-01-14 12:28:28'),
(66936,26476,'action created','2021-01-14 17:28:28','2021-01-14 12:28:28'),
(66937,26476,'action started via WP Cron','2021-01-14 17:29:50','2021-01-14 12:29:50'),
(66938,26476,'action complete via WP Cron','2021-01-14 17:29:50','2021-01-14 12:29:50'),
(66939,26477,'action created','2021-01-14 17:29:50','2021-01-14 12:29:50'),
(66940,26477,'action started via WP Cron','2021-01-14 17:30:17','2021-01-14 12:30:17'),
(66941,26477,'action complete via WP Cron','2021-01-14 17:30:17','2021-01-14 12:30:17'),
(66942,26478,'action created','2021-01-14 17:30:17','2021-01-14 12:30:17'),
(66943,26478,'action started via WP Cron','2021-01-14 17:31:48','2021-01-14 12:31:48'),
(66944,26478,'action complete via WP Cron','2021-01-14 17:31:48','2021-01-14 12:31:48'),
(66945,26479,'action created','2021-01-14 17:31:48','2021-01-14 12:31:48'),
(66946,26479,'action started via WP Cron','2021-01-14 17:32:49','2021-01-14 12:32:49'),
(66947,26479,'action complete via WP Cron','2021-01-14 17:32:49','2021-01-14 12:32:49'),
(66948,26480,'action created','2021-01-14 17:32:49','2021-01-14 12:32:49'),
(66949,26480,'action started via WP Cron','2021-01-14 17:33:46','2021-01-14 12:33:46'),
(66950,26480,'action complete via WP Cron','2021-01-14 17:33:46','2021-01-14 12:33:46'),
(66951,26481,'action created','2021-01-14 17:33:46','2021-01-14 12:33:46'),
(66952,26481,'action started via WP Cron','2021-01-14 17:34:32','2021-01-14 12:34:32'),
(66953,26481,'action complete via WP Cron','2021-01-14 17:34:32','2021-01-14 12:34:32'),
(66954,26482,'action created','2021-01-14 17:34:32','2021-01-14 12:34:32'),
(66955,26482,'action started via WP Cron','2021-01-14 17:37:13','2021-01-14 12:37:13'),
(66956,26482,'action complete via WP Cron','2021-01-14 17:37:13','2021-01-14 12:37:13'),
(66957,26483,'action created','2021-01-14 17:37:13','2021-01-14 12:37:13'),
(66958,26483,'action started via WP Cron','2021-01-14 17:39:33','2021-01-14 12:39:33'),
(66959,26483,'action complete via WP Cron','2021-01-14 17:39:33','2021-01-14 12:39:33'),
(66960,26484,'action created','2021-01-14 17:39:33','2021-01-14 12:39:33'),
(66961,26484,'action started via WP Cron','2021-01-14 17:40:43','2021-01-14 12:40:43'),
(66962,26484,'action complete via WP Cron','2021-01-14 17:40:43','2021-01-14 12:40:43'),
(66963,26485,'action created','2021-01-14 17:40:43','2021-01-14 12:40:43'),
(66964,26485,'action started via WP Cron','2021-01-14 17:42:14','2021-01-14 12:42:14'),
(66965,26485,'action complete via WP Cron','2021-01-14 17:42:14','2021-01-14 12:42:14'),
(66966,26486,'action created','2021-01-14 17:42:14','2021-01-14 12:42:14'),
(66967,26486,'action started via WP Cron','2021-01-14 17:43:47','2021-01-14 12:43:47'),
(66968,26486,'action complete via WP Cron','2021-01-14 17:43:47','2021-01-14 12:43:47'),
(66969,26487,'action created','2021-01-14 17:43:47','2021-01-14 12:43:47'),
(66970,26487,'action started via WP Cron','2021-01-14 17:44:27','2021-01-14 12:44:27'),
(66971,26487,'action complete via WP Cron','2021-01-14 17:44:27','2021-01-14 12:44:27'),
(66972,26488,'action created','2021-01-14 17:44:27','2021-01-14 12:44:27'),
(66973,26488,'action started via WP Cron','2021-01-14 17:48:31','2021-01-14 12:48:31'),
(66974,26488,'action complete via WP Cron','2021-01-14 17:48:31','2021-01-14 12:48:31'),
(66975,26489,'action created','2021-01-14 17:48:31','2021-01-14 12:48:31'),
(66976,26489,'action started via WP Cron','2021-01-14 17:49:31','2021-01-14 12:49:31'),
(66977,26489,'action complete via WP Cron','2021-01-14 17:49:31','2021-01-14 12:49:31'),
(66978,26490,'action created','2021-01-14 17:49:31','2021-01-14 12:49:31'),
(66979,26490,'action started via WP Cron','2021-01-14 17:50:26','2021-01-14 12:50:26'),
(66980,26490,'action complete via WP Cron','2021-01-14 17:50:26','2021-01-14 12:50:26'),
(66981,26491,'action created','2021-01-14 17:50:26','2021-01-14 12:50:26'),
(66982,26491,'action started via WP Cron','2021-01-14 17:51:48','2021-01-14 12:51:48'),
(66983,26491,'action complete via WP Cron','2021-01-14 17:51:48','2021-01-14 12:51:48'),
(66984,26492,'action created','2021-01-14 17:51:48','2021-01-14 12:51:48'),
(66985,26492,'action started via WP Cron','2021-01-14 17:53:10','2021-01-14 12:53:10'),
(66986,26492,'action complete via WP Cron','2021-01-14 17:53:10','2021-01-14 12:53:10'),
(66987,26493,'action created','2021-01-14 17:53:10','2021-01-14 12:53:10'),
(66988,26493,'action started via WP Cron','2021-01-14 17:54:47','2021-01-14 12:54:47'),
(66989,26493,'action complete via WP Cron','2021-01-14 17:54:47','2021-01-14 12:54:47'),
(66990,26494,'action created','2021-01-14 17:54:47','2021-01-14 12:54:47'),
(66991,26494,'action started via WP Cron','2021-01-14 17:55:13','2021-01-14 12:55:13'),
(66992,26494,'action complete via WP Cron','2021-01-14 17:55:13','2021-01-14 12:55:13'),
(66993,26495,'action created','2021-01-14 17:55:13','2021-01-14 12:55:13'),
(66994,26495,'action started via WP Cron','2021-01-14 17:57:13','2021-01-14 12:57:13'),
(66995,26495,'action complete via WP Cron','2021-01-14 17:57:13','2021-01-14 12:57:13'),
(66996,26496,'action created','2021-01-14 17:57:13','2021-01-14 12:57:13'),
(66997,26496,'action started via WP Cron','2021-01-14 17:58:16','2021-01-14 12:58:16'),
(66998,26496,'action complete via WP Cron','2021-01-14 17:58:16','2021-01-14 12:58:16'),
(66999,26497,'action created','2021-01-14 17:58:16','2021-01-14 12:58:16'),
(67000,26497,'action started via WP Cron','2021-01-14 17:59:20','2021-01-14 12:59:20'),
(67001,26497,'action complete via WP Cron','2021-01-14 17:59:20','2021-01-14 12:59:20'),
(67002,26498,'action created','2021-01-14 17:59:21','2021-01-14 12:59:21'),
(67003,26498,'action started via WP Cron','2021-01-14 18:00:16','2021-01-14 13:00:16'),
(67004,26498,'action complete via WP Cron','2021-01-14 18:00:16','2021-01-14 13:00:16'),
(67005,26499,'action created','2021-01-14 18:00:16','2021-01-14 13:00:16'),
(67006,26499,'action started via WP Cron','2021-01-14 18:01:35','2021-01-14 13:01:35'),
(67007,26499,'action complete via WP Cron','2021-01-14 18:01:35','2021-01-14 13:01:35'),
(67008,26500,'action created','2021-01-14 18:01:35','2021-01-14 13:01:35'),
(67009,26500,'action started via WP Cron','2021-01-14 18:02:19','2021-01-14 13:02:19'),
(67010,26500,'action complete via WP Cron','2021-01-14 18:02:19','2021-01-14 13:02:19'),
(67011,26501,'action created','2021-01-14 18:02:19','2021-01-14 13:02:19'),
(67012,26501,'action started via WP Cron','2021-01-14 18:03:14','2021-01-14 13:03:14'),
(67013,26501,'action complete via WP Cron','2021-01-14 18:03:14','2021-01-14 13:03:14'),
(67014,26502,'action created','2021-01-14 18:03:14','2021-01-14 13:03:14'),
(67015,26502,'action started via WP Cron','2021-01-14 18:04:20','2021-01-14 13:04:20'),
(67016,26502,'action complete via WP Cron','2021-01-14 18:04:20','2021-01-14 13:04:20'),
(67017,26503,'action created','2021-01-14 18:04:20','2021-01-14 13:04:20'),
(67018,26503,'action started via WP Cron','2021-01-14 18:05:14','2021-01-14 13:05:14'),
(67019,26503,'action complete via WP Cron','2021-01-14 18:05:14','2021-01-14 13:05:14'),
(67020,26504,'action created','2021-01-14 18:05:14','2021-01-14 13:05:14'),
(67021,26504,'action started via WP Cron','2021-01-14 18:06:15','2021-01-14 13:06:15'),
(67022,26504,'action complete via WP Cron','2021-01-14 18:06:15','2021-01-14 13:06:15'),
(67023,26505,'action created','2021-01-14 18:06:15','2021-01-14 13:06:15'),
(67024,26505,'action started via WP Cron','2021-01-14 18:07:11','2021-01-14 13:07:11'),
(67025,26505,'action complete via WP Cron','2021-01-14 18:07:11','2021-01-14 13:07:11'),
(67026,26506,'action created','2021-01-14 18:07:11','2021-01-14 13:07:11'),
(67027,26506,'action started via WP Cron','2021-01-14 18:08:23','2021-01-14 13:08:23'),
(67028,26506,'action complete via WP Cron','2021-01-14 18:08:23','2021-01-14 13:08:23'),
(67029,26507,'action created','2021-01-14 18:08:23','2021-01-14 13:08:23'),
(67030,26507,'action started via WP Cron','2021-01-14 18:09:19','2021-01-14 13:09:19'),
(67031,26507,'action complete via WP Cron','2021-01-14 18:09:19','2021-01-14 13:09:19'),
(67032,26508,'action created','2021-01-14 18:09:19','2021-01-14 13:09:19'),
(67033,26508,'action started via WP Cron','2021-01-14 18:10:23','2021-01-14 13:10:23'),
(67034,26508,'action complete via WP Cron','2021-01-14 18:10:23','2021-01-14 13:10:23'),
(67035,26509,'action created','2021-01-14 18:10:23','2021-01-14 13:10:23'),
(67036,26509,'action started via WP Cron','2021-01-14 18:11:16','2021-01-14 13:11:16'),
(67037,26509,'action complete via WP Cron','2021-01-14 18:11:16','2021-01-14 13:11:16'),
(67038,26510,'action created','2021-01-14 18:11:17','2021-01-14 13:11:17'),
(67039,26510,'action started via WP Cron','2021-01-14 18:12:14','2021-01-14 13:12:14'),
(67040,26510,'action complete via WP Cron','2021-01-14 18:12:14','2021-01-14 13:12:14'),
(67041,26511,'action created','2021-01-14 18:12:14','2021-01-14 13:12:14'),
(67042,26511,'action started via WP Cron','2021-01-14 18:13:15','2021-01-14 13:13:15'),
(67043,26511,'action complete via WP Cron','2021-01-14 18:13:16','2021-01-14 13:13:16'),
(67044,26512,'action created','2021-01-14 18:13:16','2021-01-14 13:13:16'),
(67045,26512,'action started via WP Cron','2021-01-14 18:14:11','2021-01-14 13:14:11'),
(67046,26512,'action complete via WP Cron','2021-01-14 18:14:12','2021-01-14 13:14:12'),
(67047,26513,'action created','2021-01-14 18:14:12','2021-01-14 13:14:12'),
(67048,26513,'action started via WP Cron','2021-01-14 18:15:16','2021-01-14 13:15:16'),
(67049,26513,'action complete via WP Cron','2021-01-14 18:15:16','2021-01-14 13:15:16'),
(67050,26514,'action created','2021-01-14 18:15:16','2021-01-14 13:15:16'),
(67051,26514,'action started via WP Cron','2021-01-14 18:16:16','2021-01-14 13:16:16'),
(67052,26514,'action complete via WP Cron','2021-01-14 18:16:16','2021-01-14 13:16:16'),
(67053,26515,'action created','2021-01-14 18:16:16','2021-01-14 13:16:16'),
(67054,26515,'action started via WP Cron','2021-01-14 18:17:18','2021-01-14 13:17:18'),
(67055,26515,'action complete via WP Cron','2021-01-14 18:17:18','2021-01-14 13:17:18'),
(67056,26516,'action created','2021-01-14 18:17:18','2021-01-14 13:17:18'),
(67057,26516,'action started via WP Cron','2021-01-14 18:18:13','2021-01-14 13:18:13'),
(67058,26516,'action complete via WP Cron','2021-01-14 18:18:13','2021-01-14 13:18:13'),
(67059,26517,'action created','2021-01-14 18:18:13','2021-01-14 13:18:13'),
(67060,26517,'action started via WP Cron','2021-01-14 18:19:12','2021-01-14 13:19:12'),
(67061,26517,'action complete via WP Cron','2021-01-14 18:19:12','2021-01-14 13:19:12'),
(67062,26518,'action created','2021-01-14 18:19:12','2021-01-14 13:19:12'),
(67063,26518,'action started via WP Cron','2021-01-14 18:20:14','2021-01-14 13:20:14'),
(67064,26518,'action complete via WP Cron','2021-01-14 18:20:14','2021-01-14 13:20:14'),
(67065,26519,'action created','2021-01-14 18:20:14','2021-01-14 13:20:14'),
(67066,26519,'action started via WP Cron','2021-01-14 18:21:17','2021-01-14 13:21:17'),
(67067,26519,'action complete via WP Cron','2021-01-14 18:21:17','2021-01-14 13:21:17'),
(67068,26520,'action created','2021-01-14 18:21:17','2021-01-14 13:21:17'),
(67069,26520,'action started via WP Cron','2021-01-14 18:22:13','2021-01-14 13:22:13'),
(67070,26520,'action complete via WP Cron','2021-01-14 18:22:13','2021-01-14 13:22:13'),
(67071,26521,'action created','2021-01-14 18:22:13','2021-01-14 13:22:13'),
(67072,26521,'action started via WP Cron','2021-01-14 18:23:14','2021-01-14 13:23:14'),
(67073,26521,'action complete via WP Cron','2021-01-14 18:23:14','2021-01-14 13:23:14'),
(67074,26522,'action created','2021-01-14 18:23:14','2021-01-14 13:23:14'),
(67075,26522,'action started via WP Cron','2021-01-14 18:24:17','2021-01-14 13:24:17'),
(67076,26522,'action complete via WP Cron','2021-01-14 18:24:17','2021-01-14 13:24:17'),
(67077,26523,'action created','2021-01-14 18:24:17','2021-01-14 13:24:17'),
(67078,26523,'action started via WP Cron','2021-01-14 18:25:21','2021-01-14 13:25:21'),
(67079,26523,'action complete via WP Cron','2021-01-14 18:25:21','2021-01-14 13:25:21'),
(67080,26524,'action created','2021-01-14 18:25:21','2021-01-14 13:25:21'),
(67081,26524,'action started via WP Cron','2021-01-14 18:26:13','2021-01-14 13:26:13'),
(67082,26524,'action complete via WP Cron','2021-01-14 18:26:13','2021-01-14 13:26:13'),
(67083,26525,'action created','2021-01-14 18:26:13','2021-01-14 13:26:13'),
(67084,26525,'action started via WP Cron','2021-01-14 18:27:14','2021-01-14 13:27:14'),
(67085,26525,'action complete via WP Cron','2021-01-14 18:27:14','2021-01-14 13:27:14'),
(67086,26526,'action created','2021-01-14 18:27:14','2021-01-14 13:27:14'),
(67087,26526,'action started via WP Cron','2021-01-14 18:28:13','2021-01-14 13:28:13'),
(67088,26526,'action complete via WP Cron','2021-01-14 18:28:13','2021-01-14 13:28:13'),
(67089,26527,'action created','2021-01-14 18:28:13','2021-01-14 13:28:13'),
(67090,26527,'action started via WP Cron','2021-01-14 18:29:28','2021-01-14 13:29:28'),
(67091,26527,'action complete via WP Cron','2021-01-14 18:29:28','2021-01-14 13:29:28'),
(67092,26528,'action created','2021-01-14 18:29:28','2021-01-14 13:29:28'),
(67093,26528,'action started via WP Cron','2021-01-14 18:30:18','2021-01-14 13:30:18'),
(67094,26528,'action complete via WP Cron','2021-01-14 18:30:18','2021-01-14 13:30:18'),
(67095,26529,'action created','2021-01-14 18:30:18','2021-01-14 13:30:18'),
(67096,26529,'action started via WP Cron','2021-01-14 18:31:18','2021-01-14 13:31:18'),
(67097,26529,'action complete via WP Cron','2021-01-14 18:31:18','2021-01-14 13:31:18'),
(67098,26530,'action created','2021-01-14 18:31:18','2021-01-14 13:31:18'),
(67099,26530,'action started via WP Cron','2021-01-14 18:32:21','2021-01-14 13:32:21'),
(67100,26530,'action complete via WP Cron','2021-01-14 18:32:21','2021-01-14 13:32:21'),
(67101,26531,'action created','2021-01-14 18:32:21','2021-01-14 13:32:21'),
(67102,26531,'action started via WP Cron','2021-01-14 18:33:16','2021-01-14 13:33:16'),
(67103,26531,'action complete via WP Cron','2021-01-14 18:33:16','2021-01-14 13:33:16'),
(67104,26532,'action created','2021-01-14 18:33:16','2021-01-14 13:33:16'),
(67105,26532,'action started via WP Cron','2021-01-14 18:34:14','2021-01-14 13:34:14'),
(67106,26532,'action complete via WP Cron','2021-01-14 18:34:14','2021-01-14 13:34:14'),
(67107,26533,'action created','2021-01-14 18:34:14','2021-01-14 13:34:14'),
(67108,26533,'action started via WP Cron','2021-01-14 18:35:27','2021-01-14 13:35:27'),
(67109,26533,'action complete via WP Cron','2021-01-14 18:35:27','2021-01-14 13:35:27'),
(67110,26534,'action created','2021-01-14 18:35:27','2021-01-14 13:35:27'),
(67111,26534,'action started via WP Cron','2021-01-14 18:36:13','2021-01-14 13:36:13'),
(67112,26534,'action complete via WP Cron','2021-01-14 18:36:13','2021-01-14 13:36:13'),
(67113,26535,'action created','2021-01-14 18:36:13','2021-01-14 13:36:13'),
(67114,26535,'action started via WP Cron','2021-01-14 18:37:38','2021-01-14 13:37:38'),
(67115,26535,'action complete via WP Cron','2021-01-14 18:37:38','2021-01-14 13:37:38'),
(67116,26536,'action created','2021-01-14 18:37:38','2021-01-14 13:37:38'),
(67117,26536,'action started via WP Cron','2021-01-14 18:38:16','2021-01-14 13:38:16'),
(67118,26536,'action complete via WP Cron','2021-01-14 18:38:16','2021-01-14 13:38:16'),
(67119,26537,'action created','2021-01-14 18:38:16','2021-01-14 13:38:16'),
(67120,26537,'action started via WP Cron','2021-01-14 18:39:46','2021-01-14 13:39:46'),
(67121,26537,'action complete via WP Cron','2021-01-14 18:39:46','2021-01-14 13:39:46'),
(67122,26538,'action created','2021-01-14 18:39:46','2021-01-14 13:39:46'),
(67123,26538,'action started via WP Cron','2021-01-14 18:41:09','2021-01-14 13:41:09'),
(67124,26538,'action complete via WP Cron','2021-01-14 18:41:09','2021-01-14 13:41:09'),
(67125,26539,'action created','2021-01-14 18:41:09','2021-01-14 13:41:09'),
(67126,26539,'action started via WP Cron','2021-01-14 18:44:18','2021-01-14 13:44:18'),
(67127,26539,'action complete via WP Cron','2021-01-14 18:44:18','2021-01-14 13:44:18'),
(67128,26540,'action created','2021-01-14 18:44:18','2021-01-14 13:44:18'),
(67129,26540,'action started via WP Cron','2021-01-14 18:46:16','2021-01-14 13:46:16'),
(67130,26540,'action complete via WP Cron','2021-01-14 18:46:16','2021-01-14 13:46:16'),
(67131,26541,'action created','2021-01-14 18:46:16','2021-01-14 13:46:16'),
(67132,26541,'action started via WP Cron','2021-01-14 18:47:46','2021-01-14 13:47:46'),
(67133,26541,'action complete via WP Cron','2021-01-14 18:47:46','2021-01-14 13:47:46'),
(67134,26542,'action created','2021-01-14 18:47:46','2021-01-14 13:47:46'),
(67135,26542,'action started via WP Cron','2021-01-14 18:49:53','2021-01-14 13:49:53'),
(67136,26542,'action complete via WP Cron','2021-01-14 18:49:53','2021-01-14 13:49:53'),
(67137,26543,'action created','2021-01-14 18:49:54','2021-01-14 13:49:54'),
(67138,26543,'action started via WP Cron','2021-01-14 18:51:02','2021-01-14 13:51:02'),
(67139,26543,'action complete via WP Cron','2021-01-14 18:51:02','2021-01-14 13:51:02'),
(67140,26544,'action created','2021-01-14 18:51:02','2021-01-14 13:51:02'),
(67141,26544,'action started via WP Cron','2021-01-14 18:51:15','2021-01-14 13:51:15'),
(67142,26544,'action complete via WP Cron','2021-01-14 18:51:15','2021-01-14 13:51:15'),
(67143,26545,'action created','2021-01-14 18:51:15','2021-01-14 13:51:15'),
(67144,26545,'action started via WP Cron','2021-01-14 18:54:22','2021-01-14 13:54:22'),
(67145,26545,'action complete via WP Cron','2021-01-14 18:54:22','2021-01-14 13:54:22'),
(67146,26546,'action created','2021-01-14 18:54:22','2021-01-14 13:54:22'),
(67147,26546,'action started via WP Cron','2021-01-14 18:56:20','2021-01-14 13:56:20'),
(67148,26546,'action complete via WP Cron','2021-01-14 18:56:20','2021-01-14 13:56:20'),
(67149,26547,'action created','2021-01-14 18:56:20','2021-01-14 13:56:20'),
(67150,26547,'action started via WP Cron','2021-01-14 18:57:18','2021-01-14 13:57:18'),
(67151,26547,'action complete via WP Cron','2021-01-14 18:57:18','2021-01-14 13:57:18'),
(67152,26548,'action created','2021-01-14 18:57:18','2021-01-14 13:57:18'),
(67153,26548,'action started via WP Cron','2021-01-14 18:59:26','2021-01-14 13:59:26'),
(67154,26548,'action complete via WP Cron','2021-01-14 18:59:26','2021-01-14 13:59:26'),
(67155,26549,'action created','2021-01-14 18:59:26','2021-01-14 13:59:26'),
(67156,26549,'action started via WP Cron','2021-01-14 19:00:16','2021-01-14 14:00:16'),
(67157,26549,'action complete via WP Cron','2021-01-14 19:00:16','2021-01-14 14:00:16'),
(67158,26550,'action created','2021-01-14 19:00:16','2021-01-14 14:00:16'),
(67159,26550,'action started via WP Cron','2021-01-14 19:01:19','2021-01-14 14:01:19'),
(67160,26550,'action complete via WP Cron','2021-01-14 19:01:19','2021-01-14 14:01:19'),
(67161,26551,'action created','2021-01-14 19:01:19','2021-01-14 14:01:19'),
(67162,26551,'action started via WP Cron','2021-01-14 19:02:14','2021-01-14 14:02:14'),
(67163,26551,'action complete via WP Cron','2021-01-14 19:02:14','2021-01-14 14:02:14'),
(67164,26552,'action created','2021-01-14 19:02:14','2021-01-14 14:02:14'),
(67165,26552,'action started via WP Cron','2021-01-14 19:03:12','2021-01-14 14:03:12'),
(67166,26552,'action complete via WP Cron','2021-01-14 19:03:12','2021-01-14 14:03:12'),
(67167,26553,'action created','2021-01-14 19:03:12','2021-01-14 14:03:12'),
(67168,26553,'action started via WP Cron','2021-01-14 19:04:19','2021-01-14 14:04:19'),
(67169,26553,'action complete via WP Cron','2021-01-14 19:04:19','2021-01-14 14:04:19'),
(67170,26554,'action created','2021-01-14 19:04:19','2021-01-14 14:04:19'),
(67171,26554,'action started via WP Cron','2021-01-14 19:05:14','2021-01-14 14:05:14'),
(67172,26554,'action complete via WP Cron','2021-01-14 19:05:14','2021-01-14 14:05:14'),
(67173,26555,'action created','2021-01-14 19:05:14','2021-01-14 14:05:14'),
(67174,26555,'action started via WP Cron','2021-01-14 19:06:23','2021-01-14 14:06:23'),
(67175,26555,'action complete via WP Cron','2021-01-14 19:06:23','2021-01-14 14:06:23'),
(67176,26556,'action created','2021-01-14 19:06:23','2021-01-14 14:06:23'),
(67177,26556,'action started via WP Cron','2021-01-14 19:07:12','2021-01-14 14:07:12'),
(67178,26556,'action complete via WP Cron','2021-01-14 19:07:12','2021-01-14 14:07:12'),
(67179,26557,'action created','2021-01-14 19:07:12','2021-01-14 14:07:12'),
(67180,26557,'action started via WP Cron','2021-01-14 19:08:21','2021-01-14 14:08:21'),
(67181,26557,'action complete via WP Cron','2021-01-14 19:08:21','2021-01-14 14:08:21'),
(67182,26558,'action created','2021-01-14 19:08:21','2021-01-14 14:08:21'),
(67183,26558,'action started via WP Cron','2021-01-14 19:09:12','2021-01-14 14:09:12'),
(67184,26558,'action complete via WP Cron','2021-01-14 19:09:12','2021-01-14 14:09:12'),
(67185,26559,'action created','2021-01-14 19:09:12','2021-01-14 14:09:12'),
(67186,26559,'action started via WP Cron','2021-01-14 19:10:11','2021-01-14 14:10:11'),
(67187,26559,'action complete via WP Cron','2021-01-14 19:10:11','2021-01-14 14:10:11'),
(67188,26560,'action created','2021-01-14 19:10:11','2021-01-14 14:10:11'),
(67189,26560,'action started via WP Cron','2021-01-14 19:11:14','2021-01-14 14:11:14'),
(67190,26560,'action complete via WP Cron','2021-01-14 19:11:14','2021-01-14 14:11:14'),
(67191,26561,'action created','2021-01-14 19:11:19','2021-01-14 14:11:19'),
(67192,26561,'action started via WP Cron','2021-01-14 19:12:15','2021-01-14 14:12:15'),
(67193,26561,'action complete via WP Cron','2021-01-14 19:12:15','2021-01-14 14:12:15'),
(67194,26562,'action created','2021-01-14 19:12:15','2021-01-14 14:12:15'),
(67195,26562,'action started via WP Cron','2021-01-14 19:13:14','2021-01-14 14:13:14'),
(67196,26562,'action complete via WP Cron','2021-01-14 19:13:14','2021-01-14 14:13:14'),
(67197,26563,'action created','2021-01-14 19:13:14','2021-01-14 14:13:14'),
(67198,26563,'action started via WP Cron','2021-01-14 19:14:16','2021-01-14 14:14:16'),
(67199,26563,'action complete via WP Cron','2021-01-14 19:14:16','2021-01-14 14:14:16'),
(67200,26564,'action created','2021-01-14 19:14:16','2021-01-14 14:14:16'),
(67201,26564,'action started via WP Cron','2021-01-14 19:15:52','2021-01-14 14:15:52'),
(67202,26564,'action complete via WP Cron','2021-01-14 19:15:52','2021-01-14 14:15:52'),
(67203,26565,'action created','2021-01-14 19:15:52','2021-01-14 14:15:52'),
(67204,26565,'action started via WP Cron','2021-01-14 19:16:44','2021-01-14 14:16:44'),
(67205,26565,'action complete via WP Cron','2021-01-14 19:16:44','2021-01-14 14:16:44'),
(67206,26566,'action created','2021-01-14 19:16:44','2021-01-14 14:16:44'),
(67207,26566,'action started via WP Cron','2021-01-14 19:18:56','2021-01-14 14:18:56'),
(67208,26566,'action complete via WP Cron','2021-01-14 19:18:56','2021-01-14 14:18:56'),
(67209,26567,'action created','2021-01-14 19:18:56','2021-01-14 14:18:56'),
(67210,26567,'action started via WP Cron','2021-01-14 19:19:17','2021-01-14 14:19:17'),
(67211,26567,'action complete via WP Cron','2021-01-14 19:19:18','2021-01-14 14:19:18'),
(67212,26568,'action created','2021-01-14 19:19:18','2021-01-14 14:19:18'),
(67213,26568,'action started via WP Cron','2021-01-14 19:20:44','2021-01-14 14:20:44'),
(67214,26568,'action complete via WP Cron','2021-01-14 19:20:44','2021-01-14 14:20:44'),
(67215,26569,'action created','2021-01-14 19:20:44','2021-01-14 14:20:44'),
(67216,26569,'action started via WP Cron','2021-01-14 19:21:11','2021-01-14 14:21:11'),
(67217,26569,'action complete via WP Cron','2021-01-14 19:21:11','2021-01-14 14:21:11'),
(67218,26570,'action created','2021-01-14 19:21:11','2021-01-14 14:21:11'),
(67219,26570,'action started via WP Cron','2021-01-14 19:22:56','2021-01-14 14:22:56'),
(67220,26570,'action complete via WP Cron','2021-01-14 19:22:56','2021-01-14 14:22:56'),
(67221,26571,'action created','2021-01-14 19:22:56','2021-01-14 14:22:56'),
(67222,26571,'action started via WP Cron','2021-01-14 19:23:30','2021-01-14 14:23:30'),
(67223,26571,'action complete via WP Cron','2021-01-14 19:23:30','2021-01-14 14:23:30'),
(67224,26572,'action created','2021-01-14 19:23:30','2021-01-14 14:23:30'),
(67225,26572,'action started via WP Cron','2021-01-14 19:24:19','2021-01-14 14:24:19'),
(67226,26572,'action complete via WP Cron','2021-01-14 19:24:19','2021-01-14 14:24:19'),
(67227,26573,'action created','2021-01-14 19:24:19','2021-01-14 14:24:19'),
(67228,26573,'action started via WP Cron','2021-01-14 19:25:51','2021-01-14 14:25:51'),
(67229,26573,'action complete via WP Cron','2021-01-14 19:25:51','2021-01-14 14:25:51'),
(67230,26574,'action created','2021-01-14 19:25:51','2021-01-14 14:25:51'),
(67231,26574,'action started via WP Cron','2021-01-14 19:26:25','2021-01-14 14:26:25'),
(67232,26574,'action complete via WP Cron','2021-01-14 19:26:25','2021-01-14 14:26:25'),
(67233,26575,'action created','2021-01-14 19:26:25','2021-01-14 14:26:25'),
(67234,26575,'action started via WP Cron','2021-01-14 19:27:34','2021-01-14 14:27:34'),
(67235,26575,'action complete via WP Cron','2021-01-14 19:27:34','2021-01-14 14:27:34'),
(67236,26576,'action created','2021-01-14 19:27:34','2021-01-14 14:27:34'),
(67237,26576,'action started via WP Cron','2021-01-14 19:28:44','2021-01-14 14:28:44'),
(67238,26576,'action complete via WP Cron','2021-01-14 19:28:44','2021-01-14 14:28:44'),
(67239,26577,'action created','2021-01-14 19:28:44','2021-01-14 14:28:44'),
(67240,26577,'action started via WP Cron','2021-01-14 19:31:01','2021-01-14 14:31:01'),
(67241,26577,'action complete via WP Cron','2021-01-14 19:31:01','2021-01-14 14:31:01'),
(67242,26578,'action created','2021-01-14 19:31:01','2021-01-14 14:31:01'),
(67243,26578,'action started via WP Cron','2021-01-14 19:31:23','2021-01-14 14:31:23'),
(67244,26578,'action complete via WP Cron','2021-01-14 19:31:23','2021-01-14 14:31:23'),
(67245,26579,'action created','2021-01-14 19:31:23','2021-01-14 14:31:23'),
(67246,26579,'action started via WP Cron','2021-01-14 19:32:42','2021-01-14 14:32:42'),
(67247,26579,'action complete via WP Cron','2021-01-14 19:32:42','2021-01-14 14:32:42'),
(67248,26580,'action created','2021-01-14 19:32:42','2021-01-14 14:32:42'),
(67249,26580,'action started via WP Cron','2021-01-14 19:33:14','2021-01-14 14:33:14'),
(67250,26580,'action complete via WP Cron','2021-01-14 19:33:14','2021-01-14 14:33:14'),
(67251,26581,'action created','2021-01-14 19:33:16','2021-01-14 14:33:16'),
(67252,26581,'action started via WP Cron','2021-01-14 19:35:23','2021-01-14 14:35:23'),
(67253,26581,'action complete via WP Cron','2021-01-14 19:35:23','2021-01-14 14:35:23'),
(67254,26582,'action created','2021-01-14 19:35:23','2021-01-14 14:35:23'),
(67255,26582,'action started via WP Cron','2021-01-14 19:36:42','2021-01-14 14:36:42'),
(67256,26582,'action complete via WP Cron','2021-01-14 19:36:42','2021-01-14 14:36:42'),
(67257,26583,'action created','2021-01-14 19:36:42','2021-01-14 14:36:42'),
(67258,26583,'action started via WP Cron','2021-01-14 19:39:39','2021-01-14 14:39:39'),
(67259,26583,'action complete via WP Cron','2021-01-14 19:39:39','2021-01-14 14:39:39'),
(67260,26584,'action created','2021-01-14 19:39:39','2021-01-14 14:39:39'),
(67261,26584,'action started via WP Cron','2021-01-14 19:40:12','2021-01-14 14:40:12'),
(67262,26584,'action complete via WP Cron','2021-01-14 19:40:12','2021-01-14 14:40:12'),
(67263,26585,'action created','2021-01-14 19:40:12','2021-01-14 14:40:12'),
(67264,26585,'action started via WP Cron','2021-01-14 19:41:52','2021-01-14 14:41:52'),
(67265,26585,'action complete via WP Cron','2021-01-14 19:41:52','2021-01-14 14:41:52'),
(67266,26586,'action created','2021-01-14 19:41:52','2021-01-14 14:41:52'),
(67267,26586,'action started via WP Cron','2021-01-14 19:42:40','2021-01-14 14:42:40'),
(67268,26586,'action complete via WP Cron','2021-01-14 19:42:40','2021-01-14 14:42:40'),
(67269,26587,'action created','2021-01-14 19:42:40','2021-01-14 14:42:40'),
(67270,26587,'action started via WP Cron','2021-01-14 19:43:26','2021-01-14 14:43:26'),
(67271,26587,'action complete via WP Cron','2021-01-14 19:43:26','2021-01-14 14:43:26'),
(67272,26588,'action created','2021-01-14 19:43:26','2021-01-14 14:43:26'),
(67273,26588,'action started via WP Cron','2021-01-14 19:45:14','2021-01-14 14:45:14'),
(67274,26588,'action complete via WP Cron','2021-01-14 19:45:14','2021-01-14 14:45:14'),
(67275,26589,'action created','2021-01-14 19:45:15','2021-01-14 14:45:15'),
(67276,26589,'action started via WP Cron','2021-01-14 19:46:37','2021-01-14 14:46:37'),
(67277,26589,'action complete via WP Cron','2021-01-14 19:46:37','2021-01-14 14:46:37'),
(67278,26590,'action created','2021-01-14 19:46:37','2021-01-14 14:46:37'),
(67279,26590,'action started via WP Cron','2021-01-14 19:48:58','2021-01-14 14:48:58'),
(67280,26590,'action complete via WP Cron','2021-01-14 19:48:58','2021-01-14 14:48:58'),
(67281,26591,'action created','2021-01-14 19:48:58','2021-01-14 14:48:58'),
(67282,26591,'action started via WP Cron','2021-01-14 19:50:11','2021-01-14 14:50:11'),
(67283,26591,'action complete via WP Cron','2021-01-14 19:50:11','2021-01-14 14:50:11'),
(67284,26592,'action created','2021-01-14 19:50:11','2021-01-14 14:50:11'),
(67285,26592,'action started via WP Cron','2021-01-14 19:51:39','2021-01-14 14:51:39'),
(67286,26592,'action complete via WP Cron','2021-01-14 19:51:39','2021-01-14 14:51:39'),
(67287,26593,'action created','2021-01-14 19:51:40','2021-01-14 14:51:40'),
(67288,26593,'action started via WP Cron','2021-01-14 19:52:23','2021-01-14 14:52:23'),
(67289,26593,'action complete via WP Cron','2021-01-14 19:52:23','2021-01-14 14:52:23'),
(67290,26594,'action created','2021-01-14 19:52:23','2021-01-14 14:52:23'),
(67291,26594,'action started via WP Cron','2021-01-14 19:53:24','2021-01-14 14:53:24'),
(67292,26594,'action complete via WP Cron','2021-01-14 19:53:24','2021-01-14 14:53:24'),
(67293,26595,'action created','2021-01-14 19:53:24','2021-01-14 14:53:24'),
(67294,26595,'action started via WP Cron','2021-01-14 19:55:11','2021-01-14 14:55:11'),
(67295,26595,'action complete via WP Cron','2021-01-14 19:55:11','2021-01-14 14:55:11'),
(67296,26596,'action created','2021-01-14 19:55:11','2021-01-14 14:55:11'),
(67297,26596,'action started via WP Cron','2021-01-14 19:57:08','2021-01-14 14:57:08'),
(67298,26596,'action complete via WP Cron','2021-01-14 19:57:08','2021-01-14 14:57:08'),
(67299,26597,'action created','2021-01-14 19:57:08','2021-01-14 14:57:08'),
(67300,26597,'action started via WP Cron','2021-01-14 19:57:20','2021-01-14 14:57:20'),
(67301,26597,'action complete via WP Cron','2021-01-14 19:57:20','2021-01-14 14:57:20'),
(67302,26598,'action created','2021-01-14 19:57:20','2021-01-14 14:57:20'),
(67303,26598,'action started via WP Cron','2021-01-14 19:58:35','2021-01-14 14:58:35'),
(67304,26598,'action complete via WP Cron','2021-01-14 19:58:35','2021-01-14 14:58:35'),
(67305,26599,'action created','2021-01-14 19:58:35','2021-01-14 14:58:35'),
(67306,26599,'action started via WP Cron','2021-01-14 20:00:29','2021-01-14 15:00:29'),
(67307,26599,'action complete via WP Cron','2021-01-14 20:00:29','2021-01-14 15:00:29'),
(67308,26600,'action created','2021-01-14 20:00:29','2021-01-14 15:00:29'),
(67309,26600,'action started via WP Cron','2021-01-14 20:01:53','2021-01-14 15:01:53'),
(67310,26600,'action complete via WP Cron','2021-01-14 20:01:53','2021-01-14 15:01:53'),
(67311,26601,'action created','2021-01-14 20:01:53','2021-01-14 15:01:53'),
(67312,26601,'action started via WP Cron','2021-01-14 20:02:13','2021-01-14 15:02:13'),
(67313,26601,'action complete via WP Cron','2021-01-14 20:02:13','2021-01-14 15:02:13'),
(67314,26602,'action created','2021-01-14 20:02:13','2021-01-14 15:02:13'),
(67315,26602,'action started via WP Cron','2021-01-14 20:03:50','2021-01-14 15:03:50'),
(67316,26602,'action complete via WP Cron','2021-01-14 20:03:50','2021-01-14 15:03:50'),
(67317,26603,'action created','2021-01-14 20:03:50','2021-01-14 15:03:50'),
(67318,26603,'action started via WP Cron','2021-01-14 20:05:06','2021-01-14 15:05:06'),
(67319,26603,'action complete via WP Cron','2021-01-14 20:05:06','2021-01-14 15:05:06'),
(67320,26604,'action created','2021-01-14 20:05:06','2021-01-14 15:05:06'),
(67321,26604,'action started via WP Cron','2021-01-14 20:05:29','2021-01-14 15:05:29'),
(67322,26604,'action complete via WP Cron','2021-01-14 20:05:29','2021-01-14 15:05:29'),
(67323,26605,'action created','2021-01-14 20:05:29','2021-01-14 15:05:29'),
(67324,26605,'action started via WP Cron','2021-01-14 20:06:50','2021-01-14 15:06:50'),
(67325,26605,'action complete via WP Cron','2021-01-14 20:06:50','2021-01-14 15:06:50'),
(67326,26606,'action created','2021-01-14 20:06:50','2021-01-14 15:06:50'),
(67327,26606,'action started via WP Cron','2021-01-14 20:07:41','2021-01-14 15:07:41'),
(67328,26606,'action complete via WP Cron','2021-01-14 20:07:41','2021-01-14 15:07:41'),
(67329,26607,'action created','2021-01-14 20:07:41','2021-01-14 15:07:41'),
(67330,26607,'action started via WP Cron','2021-01-14 20:09:38','2021-01-14 15:09:38'),
(67331,26607,'action complete via WP Cron','2021-01-14 20:09:38','2021-01-14 15:09:38'),
(67332,26608,'action created','2021-01-14 20:09:38','2021-01-14 15:09:38'),
(67333,26608,'action started via WP Cron','2021-01-14 20:10:23','2021-01-14 15:10:23'),
(67334,26608,'action complete via WP Cron','2021-01-14 20:10:23','2021-01-14 15:10:23'),
(67335,26609,'action created','2021-01-14 20:10:23','2021-01-14 15:10:23'),
(67336,26609,'action started via WP Cron','2021-01-14 20:11:16','2021-01-14 15:11:16'),
(67337,26609,'action complete via WP Cron','2021-01-14 20:11:16','2021-01-14 15:11:16'),
(67338,26610,'action created','2021-01-14 20:11:16','2021-01-14 15:11:16'),
(67339,26610,'action started via WP Cron','2021-01-14 20:15:24','2021-01-14 15:15:24'),
(67340,26610,'action complete via WP Cron','2021-01-14 20:15:24','2021-01-14 15:15:24'),
(67341,26611,'action created','2021-01-14 20:15:24','2021-01-14 15:15:24'),
(67342,26611,'action started via WP Cron','2021-01-14 20:16:22','2021-01-14 15:16:22'),
(67343,26611,'action complete via WP Cron','2021-01-14 20:16:22','2021-01-14 15:16:22'),
(67344,26612,'action created','2021-01-14 20:16:22','2021-01-14 15:16:22'),
(67345,26612,'action started via WP Cron','2021-01-14 20:18:50','2021-01-14 15:18:50'),
(67346,26612,'action complete via WP Cron','2021-01-14 20:18:50','2021-01-14 15:18:50'),
(67347,26613,'action created','2021-01-14 20:18:50','2021-01-14 15:18:50'),
(67348,26613,'action started via WP Cron','2021-01-14 20:21:25','2021-01-14 15:21:25'),
(67349,26613,'action complete via WP Cron','2021-01-14 20:21:25','2021-01-14 15:21:25'),
(67350,26614,'action created','2021-01-14 20:21:25','2021-01-14 15:21:25'),
(67351,26614,'action started via WP Cron','2021-01-14 20:22:49','2021-01-14 15:22:49'),
(67352,26614,'action complete via WP Cron','2021-01-14 20:22:49','2021-01-14 15:22:49'),
(67353,26615,'action created','2021-01-14 20:22:49','2021-01-14 15:22:49'),
(67354,26615,'action started via WP Cron','2021-01-14 20:23:20','2021-01-14 15:23:20'),
(67355,26615,'action complete via WP Cron','2021-01-14 20:23:20','2021-01-14 15:23:20'),
(67356,26616,'action created','2021-01-14 20:23:20','2021-01-14 15:23:20'),
(67357,26616,'action started via WP Cron','2021-01-14 20:25:31','2021-01-14 15:25:31'),
(67358,26616,'action complete via WP Cron','2021-01-14 20:25:31','2021-01-14 15:25:31'),
(67359,26617,'action created','2021-01-14 20:25:31','2021-01-14 15:25:31'),
(67360,26617,'action started via WP Cron','2021-01-14 20:26:13','2021-01-14 15:26:13'),
(67361,26617,'action complete via WP Cron','2021-01-14 20:26:13','2021-01-14 15:26:13'),
(67362,26618,'action created','2021-01-14 20:26:14','2021-01-14 15:26:14'),
(67363,26618,'action started via WP Cron','2021-01-14 20:27:16','2021-01-14 15:27:16'),
(67364,26618,'action complete via WP Cron','2021-01-14 20:27:16','2021-01-14 15:27:16'),
(67365,26619,'action created','2021-01-14 20:27:16','2021-01-14 15:27:16'),
(67366,26619,'action started via WP Cron','2021-01-14 20:29:22','2021-01-14 15:29:22'),
(67367,26619,'action complete via WP Cron','2021-01-14 20:29:22','2021-01-14 15:29:22'),
(67368,26620,'action created','2021-01-14 20:29:23','2021-01-14 15:29:23'),
(67369,26620,'action started via WP Cron','2021-01-14 20:30:29','2021-01-14 15:30:29'),
(67370,26620,'action complete via WP Cron','2021-01-14 20:30:29','2021-01-14 15:30:29'),
(67371,26621,'action created','2021-01-14 20:30:29','2021-01-14 15:30:29'),
(67372,26621,'action started via WP Cron','2021-01-14 20:31:42','2021-01-14 15:31:42'),
(67373,26621,'action complete via WP Cron','2021-01-14 20:31:42','2021-01-14 15:31:42'),
(67374,26622,'action created','2021-01-14 20:31:42','2021-01-14 15:31:42'),
(67375,26622,'action started via WP Cron','2021-01-14 20:32:23','2021-01-14 15:32:23'),
(67376,26622,'action complete via WP Cron','2021-01-14 20:32:23','2021-01-14 15:32:23'),
(67377,26623,'action created','2021-01-14 20:32:23','2021-01-14 15:32:23'),
(67378,26623,'action started via WP Cron','2021-01-14 20:34:06','2021-01-14 15:34:06'),
(67379,26623,'action complete via WP Cron','2021-01-14 20:34:06','2021-01-14 15:34:06'),
(67380,26624,'action created','2021-01-14 20:34:06','2021-01-14 15:34:06'),
(67381,26624,'action started via WP Cron','2021-01-14 20:35:11','2021-01-14 15:35:11'),
(67382,26624,'action complete via WP Cron','2021-01-14 20:35:11','2021-01-14 15:35:11'),
(67383,26625,'action created','2021-01-14 20:35:11','2021-01-14 15:35:11'),
(67384,26625,'action started via WP Cron','2021-01-14 20:36:12','2021-01-14 15:36:12'),
(67385,26625,'action complete via WP Cron','2021-01-14 20:36:12','2021-01-14 15:36:12'),
(67386,26626,'action created','2021-01-14 20:36:12','2021-01-14 15:36:12'),
(67387,26626,'action started via WP Cron','2021-01-14 20:37:18','2021-01-14 15:37:18'),
(67388,26626,'action complete via WP Cron','2021-01-14 20:37:18','2021-01-14 15:37:18'),
(67389,26627,'action created','2021-01-14 20:37:18','2021-01-14 15:37:18'),
(67390,26627,'action started via WP Cron','2021-01-14 20:38:33','2021-01-14 15:38:33'),
(67391,26627,'action complete via WP Cron','2021-01-14 20:38:33','2021-01-14 15:38:33'),
(67392,26628,'action created','2021-01-14 20:38:33','2021-01-14 15:38:33'),
(67393,26628,'action started via WP Cron','2021-01-14 20:41:39','2021-01-14 15:41:39'),
(67394,26628,'action complete via WP Cron','2021-01-14 20:41:39','2021-01-14 15:41:39'),
(67395,26629,'action created','2021-01-14 20:41:39','2021-01-14 15:41:39'),
(67396,26629,'action started via WP Cron','2021-01-14 20:42:19','2021-01-14 15:42:19'),
(67397,26629,'action complete via WP Cron','2021-01-14 20:42:20','2021-01-14 15:42:20'),
(67398,26630,'action created','2021-01-14 20:42:20','2021-01-14 15:42:20'),
(67399,26630,'action started via WP Cron','2021-01-14 20:43:13','2021-01-14 15:43:13'),
(67400,26630,'action complete via WP Cron','2021-01-14 20:43:13','2021-01-14 15:43:13'),
(67401,26631,'action created','2021-01-14 20:43:13','2021-01-14 15:43:13'),
(67402,26631,'action started via WP Cron','2021-01-14 20:44:36','2021-01-14 15:44:36'),
(67403,26631,'action complete via WP Cron','2021-01-14 20:44:36','2021-01-14 15:44:36'),
(67404,26632,'action created','2021-01-14 20:44:36','2021-01-14 15:44:36'),
(67405,26632,'action started via WP Cron','2021-01-14 20:47:46','2021-01-14 15:47:46'),
(67406,26632,'action complete via WP Cron','2021-01-14 20:47:46','2021-01-14 15:47:46'),
(67407,26633,'action created','2021-01-14 20:47:46','2021-01-14 15:47:46'),
(67408,26633,'action started via WP Cron','2021-01-14 20:48:12','2021-01-14 15:48:12'),
(67409,26633,'action complete via WP Cron','2021-01-14 20:48:12','2021-01-14 15:48:12'),
(67410,26634,'action created','2021-01-14 20:48:12','2021-01-14 15:48:12'),
(67411,26634,'action started via WP Cron','2021-01-14 20:49:26','2021-01-14 15:49:26'),
(67412,26634,'action complete via WP Cron','2021-01-14 20:49:26','2021-01-14 15:49:26'),
(67413,26635,'action created','2021-01-14 20:49:26','2021-01-14 15:49:26'),
(67414,26635,'action started via WP Cron','2021-01-14 20:50:27','2021-01-14 15:50:27'),
(67415,26635,'action complete via WP Cron','2021-01-14 20:50:27','2021-01-14 15:50:27'),
(67416,26636,'action created','2021-01-14 20:50:29','2021-01-14 15:50:29'),
(67417,26636,'action started via WP Cron','2021-01-14 20:52:49','2021-01-14 15:52:49'),
(67418,26636,'action complete via WP Cron','2021-01-14 20:52:49','2021-01-14 15:52:49'),
(67419,26637,'action created','2021-01-14 20:52:49','2021-01-14 15:52:49'),
(67420,26637,'action started via WP Cron','2021-01-14 20:54:57','2021-01-14 15:54:57'),
(67421,26637,'action complete via WP Cron','2021-01-14 20:54:57','2021-01-14 15:54:57'),
(67422,26638,'action created','2021-01-14 20:54:58','2021-01-14 15:54:58'),
(67423,26638,'action started via WP Cron','2021-01-14 20:55:40','2021-01-14 15:55:40'),
(67424,26638,'action complete via WP Cron','2021-01-14 20:55:40','2021-01-14 15:55:40'),
(67425,26639,'action created','2021-01-14 20:55:40','2021-01-14 15:55:40'),
(67426,26639,'action started via WP Cron','2021-01-14 20:56:23','2021-01-14 15:56:23'),
(67427,26639,'action complete via WP Cron','2021-01-14 20:56:23','2021-01-14 15:56:23'),
(67428,26640,'action created','2021-01-14 20:56:23','2021-01-14 15:56:23'),
(67429,26640,'action started via WP Cron','2021-01-14 20:57:26','2021-01-14 15:57:26'),
(67430,26640,'action complete via WP Cron','2021-01-14 20:57:26','2021-01-14 15:57:26'),
(67431,26641,'action created','2021-01-14 20:57:26','2021-01-14 15:57:26'),
(67432,26641,'action started via WP Cron','2021-01-14 20:59:31','2021-01-14 15:59:31'),
(67433,26641,'action complete via WP Cron','2021-01-14 20:59:31','2021-01-14 15:59:31'),
(67434,26642,'action created','2021-01-14 20:59:31','2021-01-14 15:59:31'),
(67435,26642,'action started via WP Cron','2021-01-14 21:01:14','2021-01-14 16:01:14'),
(67436,26642,'action complete via WP Cron','2021-01-14 21:01:14','2021-01-14 16:01:14'),
(67437,26643,'action created','2021-01-14 21:01:15','2021-01-14 16:01:15'),
(67438,26643,'action started via WP Cron','2021-01-14 21:02:23','2021-01-14 16:02:23'),
(67439,26643,'action complete via WP Cron','2021-01-14 21:02:23','2021-01-14 16:02:23'),
(67440,26644,'action created','2021-01-14 21:02:23','2021-01-14 16:02:23'),
(67441,26644,'action started via WP Cron','2021-01-14 21:03:47','2021-01-14 16:03:47'),
(67442,26644,'action complete via WP Cron','2021-01-14 21:03:47','2021-01-14 16:03:47'),
(67443,26645,'action created','2021-01-14 21:03:47','2021-01-14 16:03:47'),
(67444,26645,'action started via WP Cron','2021-01-14 21:04:40','2021-01-14 16:04:40'),
(67445,26645,'action complete via WP Cron','2021-01-14 21:04:40','2021-01-14 16:04:40'),
(67446,26646,'action created','2021-01-14 21:04:40','2021-01-14 16:04:40'),
(67447,26646,'action started via WP Cron','2021-01-14 21:05:36','2021-01-14 16:05:36'),
(67448,26646,'action complete via WP Cron','2021-01-14 21:05:36','2021-01-14 16:05:36'),
(67449,26647,'action created','2021-01-14 21:05:36','2021-01-14 16:05:36'),
(67450,26647,'action started via WP Cron','2021-01-14 21:06:51','2021-01-14 16:06:51'),
(67451,26647,'action complete via WP Cron','2021-01-14 21:06:51','2021-01-14 16:06:51'),
(67452,26648,'action created','2021-01-14 21:06:51','2021-01-14 16:06:51'),
(67453,26648,'action started via WP Cron','2021-01-14 21:08:01','2021-01-14 16:08:01'),
(67454,26648,'action complete via WP Cron','2021-01-14 21:08:01','2021-01-14 16:08:01'),
(67455,26649,'action created','2021-01-14 21:08:01','2021-01-14 16:08:01'),
(67456,26649,'action started via WP Cron','2021-01-14 21:08:44','2021-01-14 16:08:44'),
(67457,26649,'action complete via WP Cron','2021-01-14 21:08:44','2021-01-14 16:08:44'),
(67458,26650,'action created','2021-01-14 21:08:44','2021-01-14 16:08:44'),
(67459,26650,'action started via WP Cron','2021-01-14 21:09:21','2021-01-14 16:09:21'),
(67460,26650,'action complete via WP Cron','2021-01-14 21:09:21','2021-01-14 16:09:21'),
(67461,26651,'action created','2021-01-14 21:09:21','2021-01-14 16:09:21'),
(67462,26651,'action started via WP Cron','2021-01-14 21:11:48','2021-01-14 16:11:48'),
(67463,26651,'action complete via WP Cron','2021-01-14 21:11:48','2021-01-14 16:11:48'),
(67464,26652,'action created','2021-01-14 21:11:48','2021-01-14 16:11:48'),
(67465,26652,'action started via WP Cron','2021-01-14 21:12:22','2021-01-14 16:12:22'),
(67466,26652,'action complete via WP Cron','2021-01-14 21:12:22','2021-01-14 16:12:22'),
(67467,26653,'action created','2021-01-14 21:12:22','2021-01-14 16:12:22'),
(67468,26653,'action started via WP Cron','2021-01-14 21:13:34','2021-01-14 16:13:34'),
(67469,26653,'action complete via WP Cron','2021-01-14 21:13:34','2021-01-14 16:13:34'),
(67470,26654,'action created','2021-01-14 21:13:34','2021-01-14 16:13:34'),
(67471,26654,'action started via WP Cron','2021-01-14 21:15:37','2021-01-14 16:15:37'),
(67472,26654,'action complete via WP Cron','2021-01-14 21:15:37','2021-01-14 16:15:37'),
(67473,26655,'action created','2021-01-14 21:15:37','2021-01-14 16:15:37'),
(67474,26655,'action started via WP Cron','2021-01-14 21:16:57','2021-01-14 16:16:57'),
(67475,26655,'action complete via WP Cron','2021-01-14 21:16:57','2021-01-14 16:16:57'),
(67476,26656,'action created','2021-01-14 21:16:57','2021-01-14 16:16:57'),
(67477,26656,'action started via WP Cron','2021-01-14 21:17:58','2021-01-14 16:17:58'),
(67478,26656,'action complete via WP Cron','2021-01-14 21:17:58','2021-01-14 16:17:58'),
(67479,26657,'action created','2021-01-14 21:17:58','2021-01-14 16:17:58'),
(67480,26657,'action started via WP Cron','2021-01-14 21:18:26','2021-01-14 16:18:26'),
(67481,26657,'action complete via WP Cron','2021-01-14 21:18:26','2021-01-14 16:18:26'),
(67482,26658,'action created','2021-01-14 21:18:26','2021-01-14 16:18:26'),
(67483,26658,'action started via WP Cron','2021-01-14 21:19:12','2021-01-14 16:19:12'),
(67484,26658,'action complete via WP Cron','2021-01-14 21:19:12','2021-01-14 16:19:12'),
(67485,26659,'action created','2021-01-14 21:19:12','2021-01-14 16:19:12'),
(67486,26659,'action started via WP Cron','2021-01-14 21:21:30','2021-01-14 16:21:30'),
(67487,26659,'action complete via WP Cron','2021-01-14 21:21:30','2021-01-14 16:21:30'),
(67488,26660,'action created','2021-01-14 21:21:30','2021-01-14 16:21:30'),
(67489,26660,'action started via WP Cron','2021-01-14 21:23:22','2021-01-14 16:23:22'),
(67490,26660,'action complete via WP Cron','2021-01-14 21:23:22','2021-01-14 16:23:22'),
(67491,26661,'action created','2021-01-14 21:23:22','2021-01-14 16:23:22'),
(67492,26661,'action started via WP Cron','2021-01-14 21:24:32','2021-01-14 16:24:32'),
(67493,26661,'action complete via WP Cron','2021-01-14 21:24:32','2021-01-14 16:24:32'),
(67494,26662,'action created','2021-01-14 21:24:32','2021-01-14 16:24:32'),
(67495,26662,'action started via WP Cron','2021-01-14 21:25:43','2021-01-14 16:25:43'),
(67496,26662,'action complete via WP Cron','2021-01-14 21:25:43','2021-01-14 16:25:43'),
(67497,26663,'action created','2021-01-14 21:25:43','2021-01-14 16:25:43'),
(67498,26663,'action started via WP Cron','2021-01-14 21:27:36','2021-01-14 16:27:36'),
(67499,26663,'action complete via WP Cron','2021-01-14 21:27:36','2021-01-14 16:27:36'),
(67500,26664,'action created','2021-01-14 21:27:36','2021-01-14 16:27:36'),
(67501,26664,'action started via WP Cron','2021-01-14 21:30:27','2021-01-14 16:30:27'),
(67502,26664,'action complete via WP Cron','2021-01-14 21:30:27','2021-01-14 16:30:27'),
(67503,26665,'action created','2021-01-14 21:30:27','2021-01-14 16:30:27'),
(67504,26665,'action started via WP Cron','2021-01-14 21:31:30','2021-01-14 16:31:30'),
(67505,26665,'action complete via WP Cron','2021-01-14 21:31:30','2021-01-14 16:31:30'),
(67506,26666,'action created','2021-01-14 21:31:30','2021-01-14 16:31:30'),
(67507,26666,'action started via WP Cron','2021-01-14 21:32:27','2021-01-14 16:32:27'),
(67508,26666,'action complete via WP Cron','2021-01-14 21:32:27','2021-01-14 16:32:27'),
(67509,26667,'action created','2021-01-14 21:32:27','2021-01-14 16:32:27'),
(67510,26667,'action started via WP Cron','2021-01-14 21:33:40','2021-01-14 16:33:40'),
(67511,26667,'action complete via WP Cron','2021-01-14 21:33:40','2021-01-14 16:33:40'),
(67512,26668,'action created','2021-01-14 21:33:40','2021-01-14 16:33:40'),
(67513,26668,'action started via WP Cron','2021-01-14 21:35:55','2021-01-14 16:35:55'),
(67514,26668,'action complete via WP Cron','2021-01-14 21:35:55','2021-01-14 16:35:55'),
(67515,26669,'action created','2021-01-14 21:35:55','2021-01-14 16:35:55'),
(67516,26669,'action started via WP Cron','2021-01-14 21:36:12','2021-01-14 16:36:12'),
(67517,26669,'action complete via WP Cron','2021-01-14 21:36:12','2021-01-14 16:36:12'),
(67518,26670,'action created','2021-01-14 21:36:12','2021-01-14 16:36:12'),
(67519,26670,'action started via WP Cron','2021-01-14 21:38:09','2021-01-14 16:38:09'),
(67520,26670,'action complete via WP Cron','2021-01-14 21:38:09','2021-01-14 16:38:09'),
(67521,26671,'action created','2021-01-14 21:38:09','2021-01-14 16:38:09'),
(67522,26671,'action started via WP Cron','2021-01-14 21:39:32','2021-01-14 16:39:32'),
(67523,26671,'action complete via WP Cron','2021-01-14 21:39:32','2021-01-14 16:39:32'),
(67524,26672,'action created','2021-01-14 21:39:32','2021-01-14 16:39:32'),
(67525,26672,'action started via WP Cron','2021-01-14 21:40:24','2021-01-14 16:40:24'),
(67526,26672,'action complete via WP Cron','2021-01-14 21:40:24','2021-01-14 16:40:24'),
(67527,26673,'action created','2021-01-14 21:40:24','2021-01-14 16:40:24'),
(67528,26673,'action started via WP Cron','2021-01-14 21:41:18','2021-01-14 16:41:18'),
(67529,26673,'action complete via WP Cron','2021-01-14 21:41:18','2021-01-14 16:41:18'),
(67530,26674,'action created','2021-01-14 21:41:18','2021-01-14 16:41:18'),
(67531,26674,'action started via WP Cron','2021-01-14 21:42:31','2021-01-14 16:42:31'),
(67532,26674,'action complete via WP Cron','2021-01-14 21:42:31','2021-01-14 16:42:31'),
(67533,26675,'action created','2021-01-14 21:42:31','2021-01-14 16:42:31'),
(67534,26675,'action started via WP Cron','2021-01-14 21:43:26','2021-01-14 16:43:26'),
(67535,26675,'action complete via WP Cron','2021-01-14 21:43:26','2021-01-14 16:43:26'),
(67536,26676,'action created','2021-01-14 21:43:27','2021-01-14 16:43:27'),
(67537,26676,'action started via WP Cron','2021-01-14 21:44:23','2021-01-14 16:44:23'),
(67538,26676,'action complete via WP Cron','2021-01-14 21:44:23','2021-01-14 16:44:23'),
(67539,26677,'action created','2021-01-14 21:44:23','2021-01-14 16:44:23'),
(67540,26677,'action started via WP Cron','2021-01-14 21:45:27','2021-01-14 16:45:27'),
(67541,26677,'action complete via WP Cron','2021-01-14 21:45:27','2021-01-14 16:45:27'),
(67542,26678,'action created','2021-01-14 21:45:27','2021-01-14 16:45:27'),
(67543,26678,'action started via WP Cron','2021-01-14 21:46:34','2021-01-14 16:46:34'),
(67544,26678,'action complete via WP Cron','2021-01-14 21:46:34','2021-01-14 16:46:34'),
(67545,26679,'action created','2021-01-14 21:46:34','2021-01-14 16:46:34'),
(67546,26679,'action started via WP Cron','2021-01-14 21:47:59','2021-01-14 16:47:59'),
(67547,26679,'action complete via WP Cron','2021-01-14 21:47:59','2021-01-14 16:47:59'),
(67548,26680,'action created','2021-01-14 21:47:59','2021-01-14 16:47:59'),
(67549,26680,'action started via WP Cron','2021-01-14 21:48:27','2021-01-14 16:48:27'),
(67550,26680,'action complete via WP Cron','2021-01-14 21:48:27','2021-01-14 16:48:27'),
(67551,26681,'action created','2021-01-14 21:48:27','2021-01-14 16:48:27'),
(67552,26681,'action started via WP Cron','2021-01-14 21:51:27','2021-01-14 16:51:27'),
(67553,26681,'action complete via WP Cron','2021-01-14 21:51:27','2021-01-14 16:51:27'),
(67554,26682,'action created','2021-01-14 21:51:27','2021-01-14 16:51:27'),
(67555,26682,'action started via WP Cron','2021-01-14 21:52:11','2021-01-14 16:52:11'),
(67556,26682,'action complete via WP Cron','2021-01-14 21:52:11','2021-01-14 16:52:11'),
(67557,26683,'action created','2021-01-14 21:52:12','2021-01-14 16:52:12'),
(67558,26683,'action started via WP Cron','2021-01-14 21:53:18','2021-01-14 16:53:18'),
(67559,26683,'action complete via WP Cron','2021-01-14 21:53:18','2021-01-14 16:53:18'),
(67560,26684,'action created','2021-01-14 21:53:18','2021-01-14 16:53:18'),
(67561,26684,'action started via WP Cron','2021-01-14 21:55:31','2021-01-14 16:55:31'),
(67562,26684,'action complete via WP Cron','2021-01-14 21:55:31','2021-01-14 16:55:31'),
(67563,26685,'action created','2021-01-14 21:55:31','2021-01-14 16:55:31'),
(67564,26685,'action started via WP Cron','2021-01-14 21:56:12','2021-01-14 16:56:12'),
(67565,26685,'action complete via WP Cron','2021-01-14 21:56:12','2021-01-14 16:56:12'),
(67566,26686,'action created','2021-01-14 21:56:12','2021-01-14 16:56:12'),
(67567,26686,'action started via WP Cron','2021-01-14 21:57:28','2021-01-14 16:57:28'),
(67568,26686,'action complete via WP Cron','2021-01-14 21:57:28','2021-01-14 16:57:28'),
(67569,26687,'action created','2021-01-14 21:57:28','2021-01-14 16:57:28'),
(67570,26687,'action started via WP Cron','2021-01-14 21:58:14','2021-01-14 16:58:14'),
(67571,26687,'action complete via WP Cron','2021-01-14 21:58:14','2021-01-14 16:58:14'),
(67572,26688,'action created','2021-01-14 21:58:14','2021-01-14 16:58:14'),
(67573,26688,'action started via WP Cron','2021-01-14 21:59:12','2021-01-14 16:59:12'),
(67574,26688,'action complete via WP Cron','2021-01-14 21:59:12','2021-01-14 16:59:12'),
(67575,26689,'action created','2021-01-14 21:59:12','2021-01-14 16:59:12'),
(67576,26689,'action started via WP Cron','2021-01-14 22:00:12','2021-01-14 17:00:12'),
(67577,26689,'action complete via WP Cron','2021-01-14 22:00:12','2021-01-14 17:00:12'),
(67578,26690,'action created','2021-01-14 22:00:12','2021-01-14 17:00:12'),
(67579,26690,'action started via WP Cron','2021-01-14 22:01:16','2021-01-14 17:01:16'),
(67580,26690,'action complete via WP Cron','2021-01-14 22:01:16','2021-01-14 17:01:16'),
(67581,26691,'action created','2021-01-14 22:01:16','2021-01-14 17:01:16'),
(67582,26691,'action started via WP Cron','2021-01-14 22:02:18','2021-01-14 17:02:18'),
(67583,26691,'action complete via WP Cron','2021-01-14 22:02:18','2021-01-14 17:02:18'),
(67584,26692,'action created','2021-01-14 22:02:18','2021-01-14 17:02:18'),
(67585,26692,'action started via WP Cron','2021-01-14 22:03:12','2021-01-14 17:03:12'),
(67586,26692,'action complete via WP Cron','2021-01-14 22:03:12','2021-01-14 17:03:12'),
(67587,26693,'action created','2021-01-14 22:03:12','2021-01-14 17:03:12'),
(67588,26693,'action started via WP Cron','2021-01-14 22:04:12','2021-01-14 17:04:12'),
(67589,26693,'action complete via WP Cron','2021-01-14 22:04:12','2021-01-14 17:04:12'),
(67590,26694,'action created','2021-01-14 22:04:12','2021-01-14 17:04:12'),
(67591,26694,'action started via WP Cron','2021-01-14 22:05:12','2021-01-14 17:05:12'),
(67592,26694,'action complete via WP Cron','2021-01-14 22:05:12','2021-01-14 17:05:12'),
(67593,26695,'action created','2021-01-14 22:05:12','2021-01-14 17:05:12'),
(67594,26695,'action started via WP Cron','2021-01-14 22:06:15','2021-01-14 17:06:15'),
(67595,26695,'action complete via WP Cron','2021-01-14 22:06:15','2021-01-14 17:06:15'),
(67596,26696,'action created','2021-01-14 22:06:16','2021-01-14 17:06:16'),
(67597,26696,'action started via WP Cron','2021-01-14 22:07:34','2021-01-14 17:07:34'),
(67598,26696,'action complete via WP Cron','2021-01-14 22:07:34','2021-01-14 17:07:34'),
(67599,26697,'action created','2021-01-14 22:07:34','2021-01-14 17:07:34'),
(67600,26697,'action started via WP Cron','2021-01-14 22:08:30','2021-01-14 17:08:30'),
(67601,26697,'action complete via WP Cron','2021-01-14 22:08:30','2021-01-14 17:08:30'),
(67602,26698,'action created','2021-01-14 22:08:30','2021-01-14 17:08:30'),
(67603,26698,'action started via WP Cron','2021-01-14 22:09:13','2021-01-14 17:09:13'),
(67604,26698,'action complete via WP Cron','2021-01-14 22:09:13','2021-01-14 17:09:13'),
(67605,26699,'action created','2021-01-14 22:09:13','2021-01-14 17:09:13'),
(67606,26699,'action started via WP Cron','2021-01-14 22:10:57','2021-01-14 17:10:57'),
(67607,26699,'action complete via WP Cron','2021-01-14 22:10:57','2021-01-14 17:10:57'),
(67608,26700,'action created','2021-01-14 22:10:57','2021-01-14 17:10:57'),
(67609,26700,'action started via WP Cron','2021-01-14 22:11:13','2021-01-14 17:11:13'),
(67610,26700,'action complete via WP Cron','2021-01-14 22:11:13','2021-01-14 17:11:13'),
(67611,26701,'action created','2021-01-14 22:11:13','2021-01-14 17:11:13'),
(67612,26701,'action started via WP Cron','2021-01-14 22:12:29','2021-01-14 17:12:29'),
(67613,26701,'action complete via WP Cron','2021-01-14 22:12:29','2021-01-14 17:12:29'),
(67614,26702,'action created','2021-01-14 22:12:30','2021-01-14 17:12:30'),
(67615,26702,'action started via WP Cron','2021-01-14 22:13:13','2021-01-14 17:13:13'),
(67616,26702,'action complete via WP Cron','2021-01-14 22:13:13','2021-01-14 17:13:13'),
(67617,26703,'action created','2021-01-14 22:13:14','2021-01-14 17:13:14'),
(67618,26703,'action started via WP Cron','2021-01-14 22:14:43','2021-01-14 17:14:43'),
(67619,26703,'action complete via WP Cron','2021-01-14 22:14:43','2021-01-14 17:14:43'),
(67620,26704,'action created','2021-01-14 22:14:43','2021-01-14 17:14:43'),
(67621,26704,'action started via WP Cron','2021-01-14 22:15:34','2021-01-14 17:15:34'),
(67622,26704,'action complete via WP Cron','2021-01-14 22:15:34','2021-01-14 17:15:34'),
(67623,26705,'action created','2021-01-14 22:15:35','2021-01-14 17:15:35'),
(67624,26705,'action started via WP Cron','2021-01-14 22:16:20','2021-01-14 17:16:20'),
(67625,26705,'action complete via WP Cron','2021-01-14 22:16:20','2021-01-14 17:16:20'),
(67626,26706,'action created','2021-01-14 22:16:21','2021-01-14 17:16:21'),
(67627,26706,'action started via WP Cron','2021-01-14 22:17:25','2021-01-14 17:17:25'),
(67628,26706,'action complete via WP Cron','2021-01-14 22:17:25','2021-01-14 17:17:25'),
(67629,26707,'action created','2021-01-14 22:17:25','2021-01-14 17:17:25'),
(67630,26707,'action started via WP Cron','2021-01-14 22:18:40','2021-01-14 17:18:40'),
(67631,26707,'action complete via WP Cron','2021-01-14 22:18:40','2021-01-14 17:18:40'),
(67632,26708,'action created','2021-01-14 22:18:40','2021-01-14 17:18:40'),
(67633,26708,'action started via WP Cron','2021-01-14 22:19:13','2021-01-14 17:19:13'),
(67634,26708,'action complete via WP Cron','2021-01-14 22:19:13','2021-01-14 17:19:13'),
(67635,26709,'action created','2021-01-14 22:19:13','2021-01-14 17:19:13'),
(67636,26709,'action started via WP Cron','2021-01-14 22:20:35','2021-01-14 17:20:35'),
(67637,26709,'action complete via WP Cron','2021-01-14 22:20:35','2021-01-14 17:20:35'),
(67638,26710,'action created','2021-01-14 22:20:35','2021-01-14 17:20:35'),
(67639,26710,'action started via WP Cron','2021-01-14 22:21:56','2021-01-14 17:21:56'),
(67640,26710,'action complete via WP Cron','2021-01-14 22:21:56','2021-01-14 17:21:56'),
(67641,26711,'action created','2021-01-14 22:21:56','2021-01-14 17:21:56'),
(67642,26711,'action started via WP Cron','2021-01-14 22:22:12','2021-01-14 17:22:12'),
(67643,26711,'action complete via WP Cron','2021-01-14 22:22:12','2021-01-14 17:22:12'),
(67644,26712,'action created','2021-01-14 22:22:12','2021-01-14 17:22:12'),
(67645,26712,'action started via WP Cron','2021-01-14 22:24:04','2021-01-14 17:24:04'),
(67646,26712,'action complete via WP Cron','2021-01-14 22:24:04','2021-01-14 17:24:04'),
(67647,26713,'action created','2021-01-14 22:24:04','2021-01-14 17:24:04'),
(67648,26713,'action started via WP Cron','2021-01-14 22:24:26','2021-01-14 17:24:26'),
(67649,26713,'action complete via WP Cron','2021-01-14 22:24:26','2021-01-14 17:24:26'),
(67650,26714,'action created','2021-01-14 22:24:26','2021-01-14 17:24:26'),
(67651,26714,'action started via WP Cron','2021-01-14 22:25:18','2021-01-14 17:25:18'),
(67652,26714,'action complete via WP Cron','2021-01-14 22:25:18','2021-01-14 17:25:18'),
(67653,26715,'action created','2021-01-14 22:25:18','2021-01-14 17:25:18'),
(67654,26715,'action started via WP Cron','2021-01-14 22:26:17','2021-01-14 17:26:17'),
(67655,26715,'action complete via WP Cron','2021-01-14 22:26:17','2021-01-14 17:26:17'),
(67656,26716,'action created','2021-01-14 22:26:17','2021-01-14 17:26:17'),
(67657,26716,'action started via WP Cron','2021-01-14 22:28:11','2021-01-14 17:28:11'),
(67658,26716,'action complete via WP Cron','2021-01-14 22:28:11','2021-01-14 17:28:11'),
(67659,26717,'action created','2021-01-14 22:28:11','2021-01-14 17:28:11'),
(67660,26717,'action started via WP Cron','2021-01-14 22:30:22','2021-01-14 17:30:22'),
(67661,26717,'action complete via WP Cron','2021-01-14 22:30:22','2021-01-14 17:30:22'),
(67662,26718,'action created','2021-01-14 22:30:22','2021-01-14 17:30:22'),
(67663,26718,'action started via WP Cron','2021-01-14 22:33:39','2021-01-14 17:33:39'),
(67664,26718,'action complete via WP Cron','2021-01-14 22:33:39','2021-01-14 17:33:39'),
(67665,26719,'action created','2021-01-14 22:33:39','2021-01-14 17:33:39'),
(67666,26719,'action started via WP Cron','2021-01-14 22:34:47','2021-01-14 17:34:47'),
(67667,26719,'action complete via WP Cron','2021-01-14 22:34:47','2021-01-14 17:34:47'),
(67668,26720,'action created','2021-01-14 22:34:47','2021-01-14 17:34:47'),
(67669,26720,'action started via WP Cron','2021-01-14 22:35:18','2021-01-14 17:35:18'),
(67670,26720,'action complete via WP Cron','2021-01-14 22:35:18','2021-01-14 17:35:18'),
(67671,26721,'action created','2021-01-14 22:35:18','2021-01-14 17:35:18'),
(67672,26721,'action started via WP Cron','2021-01-14 22:36:14','2021-01-14 17:36:14'),
(67673,26721,'action complete via WP Cron','2021-01-14 22:36:14','2021-01-14 17:36:14'),
(67674,26722,'action created','2021-01-14 22:36:14','2021-01-14 17:36:14'),
(67675,26722,'action started via WP Cron','2021-01-14 22:38:01','2021-01-14 17:38:01'),
(67676,26722,'action complete via WP Cron','2021-01-14 22:38:01','2021-01-14 17:38:01'),
(67677,26723,'action created','2021-01-14 22:38:01','2021-01-14 17:38:01'),
(67678,26723,'action started via WP Cron','2021-01-14 22:38:54','2021-01-14 17:38:54'),
(67679,26723,'action complete via WP Cron','2021-01-14 22:38:54','2021-01-14 17:38:54'),
(67680,26724,'action created','2021-01-14 22:38:54','2021-01-14 17:38:54'),
(67681,26724,'action started via WP Cron','2021-01-14 22:39:24','2021-01-14 17:39:24'),
(67682,26724,'action complete via WP Cron','2021-01-14 22:39:24','2021-01-14 17:39:24'),
(67683,26725,'action created','2021-01-14 22:39:24','2021-01-14 17:39:24'),
(67684,26725,'action started via WP Cron','2021-01-14 22:40:39','2021-01-14 17:40:39'),
(67685,26725,'action complete via WP Cron','2021-01-14 22:40:39','2021-01-14 17:40:39'),
(67686,26726,'action created','2021-01-14 22:40:39','2021-01-14 17:40:39'),
(67687,26726,'action started via WP Cron','2021-01-14 22:42:04','2021-01-14 17:42:04'),
(67688,26726,'action complete via WP Cron','2021-01-14 22:42:04','2021-01-14 17:42:04'),
(67689,26727,'action created','2021-01-14 22:42:04','2021-01-14 17:42:04'),
(67690,26727,'action started via WP Cron','2021-01-14 22:43:19','2021-01-14 17:43:19'),
(67691,26727,'action complete via WP Cron','2021-01-14 22:43:19','2021-01-14 17:43:19'),
(67692,26728,'action created','2021-01-14 22:43:19','2021-01-14 17:43:19'),
(67693,26728,'action started via WP Cron','2021-01-14 22:44:43','2021-01-14 17:44:43'),
(67694,26728,'action complete via WP Cron','2021-01-14 22:44:43','2021-01-14 17:44:43'),
(67695,26729,'action created','2021-01-14 22:44:43','2021-01-14 17:44:43'),
(67696,26729,'action started via WP Cron','2021-01-14 22:46:26','2021-01-14 17:46:26'),
(67697,26729,'action complete via WP Cron','2021-01-14 22:46:26','2021-01-14 17:46:26'),
(67698,26730,'action created','2021-01-14 22:46:26','2021-01-14 17:46:26'),
(67699,26730,'action started via WP Cron','2021-01-14 22:47:44','2021-01-14 17:47:44'),
(67700,26730,'action complete via WP Cron','2021-01-14 22:47:44','2021-01-14 17:47:44'),
(67701,26731,'action created','2021-01-14 22:47:44','2021-01-14 17:47:44'),
(67702,26731,'action started via WP Cron','2021-01-14 22:48:20','2021-01-14 17:48:20'),
(67703,26731,'action complete via WP Cron','2021-01-14 22:48:20','2021-01-14 17:48:20'),
(67704,26732,'action created','2021-01-14 22:48:20','2021-01-14 17:48:20'),
(67705,26732,'action started via WP Cron','2021-01-14 22:49:34','2021-01-14 17:49:34'),
(67706,26732,'action complete via WP Cron','2021-01-14 22:49:34','2021-01-14 17:49:34'),
(67707,26733,'action created','2021-01-14 22:49:34','2021-01-14 17:49:34'),
(67708,26733,'action started via WP Cron','2021-01-14 22:50:26','2021-01-14 17:50:26'),
(67709,26733,'action complete via WP Cron','2021-01-14 22:50:26','2021-01-14 17:50:26'),
(67710,26734,'action created','2021-01-14 22:50:26','2021-01-14 17:50:26'),
(67711,26734,'action started via WP Cron','2021-01-14 22:51:13','2021-01-14 17:51:13'),
(67712,26734,'action complete via WP Cron','2021-01-14 22:51:13','2021-01-14 17:51:13'),
(67713,26735,'action created','2021-01-14 22:51:13','2021-01-14 17:51:13'),
(67714,26735,'action started via WP Cron','2021-01-14 22:52:20','2021-01-14 17:52:20'),
(67715,26735,'action complete via WP Cron','2021-01-14 22:52:20','2021-01-14 17:52:20'),
(67716,26736,'action created','2021-01-14 22:52:20','2021-01-14 17:52:20'),
(67717,26736,'action started via WP Cron','2021-01-14 22:54:07','2021-01-14 17:54:07'),
(67718,26736,'action complete via WP Cron','2021-01-14 22:54:07','2021-01-14 17:54:07'),
(67719,26737,'action created','2021-01-14 22:54:07','2021-01-14 17:54:07'),
(67720,26737,'action started via WP Cron','2021-01-14 22:55:12','2021-01-14 17:55:12'),
(67721,26737,'action complete via WP Cron','2021-01-14 22:55:12','2021-01-14 17:55:12'),
(67722,26738,'action created','2021-01-14 22:55:12','2021-01-14 17:55:12'),
(67723,26738,'action started via WP Cron','2021-01-14 22:56:16','2021-01-14 17:56:16'),
(67724,26738,'action complete via WP Cron','2021-01-14 22:56:16','2021-01-14 17:56:16'),
(67725,26739,'action created','2021-01-14 22:56:16','2021-01-14 17:56:16'),
(67726,26739,'action started via WP Cron','2021-01-14 22:57:38','2021-01-14 17:57:38'),
(67727,26739,'action complete via WP Cron','2021-01-14 22:57:38','2021-01-14 17:57:38'),
(67728,26740,'action created','2021-01-14 22:57:38','2021-01-14 17:57:38'),
(67729,26740,'action started via WP Cron','2021-01-14 22:58:14','2021-01-14 17:58:14'),
(67730,26740,'action complete via WP Cron','2021-01-14 22:58:14','2021-01-14 17:58:14'),
(67731,26741,'action created','2021-01-14 22:58:14','2021-01-14 17:58:14'),
(67732,26741,'action started via WP Cron','2021-01-14 22:59:42','2021-01-14 17:59:42'),
(67733,26741,'action complete via WP Cron','2021-01-14 22:59:42','2021-01-14 17:59:42'),
(67734,26742,'action created','2021-01-14 22:59:42','2021-01-14 17:59:42'),
(67735,26742,'action started via WP Cron','2021-01-14 23:00:37','2021-01-14 18:00:37'),
(67736,26742,'action complete via WP Cron','2021-01-14 23:00:37','2021-01-14 18:00:37'),
(67737,26743,'action created','2021-01-14 23:00:38','2021-01-14 18:00:38'),
(67738,26743,'action started via WP Cron','2021-01-14 23:02:54','2021-01-14 18:02:54'),
(67739,26743,'action complete via WP Cron','2021-01-14 23:02:54','2021-01-14 18:02:54'),
(67740,26744,'action created','2021-01-14 23:02:54','2021-01-14 18:02:54'),
(67741,26744,'action started via WP Cron','2021-01-14 23:03:50','2021-01-14 18:03:50'),
(67742,26744,'action complete via WP Cron','2021-01-14 23:03:50','2021-01-14 18:03:50'),
(67743,26745,'action created','2021-01-14 23:03:50','2021-01-14 18:03:50'),
(67744,26745,'action started via WP Cron','2021-01-14 23:05:08','2021-01-14 18:05:08'),
(67745,26745,'action complete via WP Cron','2021-01-14 23:05:09','2021-01-14 18:05:09'),
(67746,26746,'action created','2021-01-14 23:05:09','2021-01-14 18:05:09'),
(67747,26746,'action started via WP Cron','2021-01-14 23:06:03','2021-01-14 18:06:03'),
(67748,26746,'action complete via WP Cron','2021-01-14 23:06:03','2021-01-14 18:06:03'),
(67749,26747,'action created','2021-01-14 23:06:03','2021-01-14 18:06:03'),
(67750,26747,'action started via WP Cron','2021-01-14 23:07:17','2021-01-14 18:07:17'),
(67751,26747,'action complete via WP Cron','2021-01-14 23:07:17','2021-01-14 18:07:17'),
(67752,26748,'action created','2021-01-14 23:07:17','2021-01-14 18:07:17'),
(67753,26748,'action started via WP Cron','2021-01-14 23:08:45','2021-01-14 18:08:45'),
(67754,26748,'action complete via WP Cron','2021-01-14 23:08:45','2021-01-14 18:08:45'),
(67755,26749,'action created','2021-01-14 23:08:45','2021-01-14 18:08:45'),
(67756,26749,'action started via WP Cron','2021-01-14 23:10:11','2021-01-14 18:10:11'),
(67757,26749,'action complete via WP Cron','2021-01-14 23:10:11','2021-01-14 18:10:11'),
(67758,26750,'action created','2021-01-14 23:10:11','2021-01-14 18:10:11'),
(67759,26750,'action started via WP Cron','2021-01-14 23:11:46','2021-01-14 18:11:46'),
(67760,26750,'action complete via WP Cron','2021-01-14 23:11:46','2021-01-14 18:11:46'),
(67761,26751,'action created','2021-01-14 23:11:46','2021-01-14 18:11:46'),
(67762,26751,'action started via WP Cron','2021-01-14 23:13:34','2021-01-14 18:13:34'),
(67763,26751,'action complete via WP Cron','2021-01-14 23:13:34','2021-01-14 18:13:34'),
(67764,26752,'action created','2021-01-14 23:13:34','2021-01-14 18:13:34'),
(67765,26752,'action started via WP Cron','2021-01-14 23:15:51','2021-01-14 18:15:51'),
(67766,26752,'action complete via WP Cron','2021-01-14 23:15:51','2021-01-14 18:15:51'),
(67767,26753,'action created','2021-01-14 23:15:51','2021-01-14 18:15:51'),
(67768,26753,'action started via WP Cron','2021-01-14 23:16:44','2021-01-14 18:16:44'),
(67769,26753,'action complete via WP Cron','2021-01-14 23:16:44','2021-01-14 18:16:44'),
(67770,26754,'action created','2021-01-14 23:16:44','2021-01-14 18:16:44'),
(67771,26754,'action started via WP Cron','2021-01-14 23:17:23','2021-01-14 18:17:23'),
(67772,26754,'action complete via WP Cron','2021-01-14 23:17:23','2021-01-14 18:17:23'),
(67773,26755,'action created','2021-01-14 23:17:23','2021-01-14 18:17:23'),
(67774,26755,'action started via WP Cron','2021-01-14 23:19:30','2021-01-14 18:19:30'),
(67775,26755,'action complete via WP Cron','2021-01-14 23:19:30','2021-01-14 18:19:30'),
(67776,26756,'action created','2021-01-14 23:19:30','2021-01-14 18:19:30'),
(67777,26756,'action started via WP Cron','2021-01-14 23:22:21','2021-01-14 18:22:21'),
(67778,26756,'action complete via WP Cron','2021-01-14 23:22:21','2021-01-14 18:22:21'),
(67779,26757,'action created','2021-01-14 23:22:21','2021-01-14 18:22:21'),
(67780,26757,'action started via WP Cron','2021-01-14 23:23:24','2021-01-14 18:23:24'),
(67781,26757,'action complete via WP Cron','2021-01-14 23:23:24','2021-01-14 18:23:24'),
(67782,26758,'action created','2021-01-14 23:23:24','2021-01-14 18:23:24'),
(67783,26758,'action started via WP Cron','2021-01-14 23:24:30','2021-01-14 18:24:30'),
(67784,26758,'action complete via WP Cron','2021-01-14 23:24:30','2021-01-14 18:24:30'),
(67785,26759,'action created','2021-01-14 23:24:30','2021-01-14 18:24:30'),
(67786,26759,'action started via WP Cron','2021-01-14 23:25:36','2021-01-14 18:25:36'),
(67787,26759,'action complete via WP Cron','2021-01-14 23:25:36','2021-01-14 18:25:36'),
(67788,26760,'action created','2021-01-14 23:25:36','2021-01-14 18:25:36'),
(67789,26760,'action started via WP Cron','2021-01-14 23:26:13','2021-01-14 18:26:13'),
(67790,26760,'action complete via WP Cron','2021-01-14 23:26:13','2021-01-14 18:26:13'),
(67791,26761,'action created','2021-01-14 23:26:13','2021-01-14 18:26:13'),
(67792,26761,'action started via WP Cron','2021-01-14 23:27:53','2021-01-14 18:27:53'),
(67793,26761,'action complete via WP Cron','2021-01-14 23:27:53','2021-01-14 18:27:53'),
(67794,26762,'action created','2021-01-14 23:27:53','2021-01-14 18:27:53'),
(67795,26762,'action started via WP Cron','2021-01-14 23:28:12','2021-01-14 18:28:12'),
(67796,26762,'action complete via WP Cron','2021-01-14 23:28:12','2021-01-14 18:28:12'),
(67797,26763,'action created','2021-01-14 23:28:12','2021-01-14 18:28:12'),
(67798,26763,'action started via WP Cron','2021-01-14 23:30:08','2021-01-14 18:30:08'),
(67799,26763,'action complete via WP Cron','2021-01-14 23:30:08','2021-01-14 18:30:08'),
(67800,26764,'action created','2021-01-14 23:30:08','2021-01-14 18:30:08'),
(67801,26764,'action started via WP Cron','2021-01-14 23:30:40','2021-01-14 18:30:40'),
(67802,26764,'action complete via WP Cron','2021-01-14 23:30:40','2021-01-14 18:30:40'),
(67803,26765,'action created','2021-01-14 23:30:40','2021-01-14 18:30:40'),
(67804,26765,'action started via WP Cron','2021-01-14 23:31:44','2021-01-14 18:31:44'),
(67805,26765,'action complete via WP Cron','2021-01-14 23:31:44','2021-01-14 18:31:44'),
(67806,26766,'action created','2021-01-14 23:31:44','2021-01-14 18:31:44'),
(67807,26766,'action started via WP Cron','2021-01-14 23:32:21','2021-01-14 18:32:21'),
(67808,26766,'action complete via WP Cron','2021-01-14 23:32:21','2021-01-14 18:32:21'),
(67809,26767,'action created','2021-01-14 23:32:21','2021-01-14 18:32:21'),
(67810,26767,'action started via WP Cron','2021-01-14 23:33:41','2021-01-14 18:33:41'),
(67811,26767,'action complete via WP Cron','2021-01-14 23:33:41','2021-01-14 18:33:41'),
(67812,26768,'action created','2021-01-14 23:33:41','2021-01-14 18:33:41'),
(67813,26768,'action started via WP Cron','2021-01-14 23:34:14','2021-01-14 18:34:14'),
(67814,26768,'action complete via WP Cron','2021-01-14 23:34:14','2021-01-14 18:34:14'),
(67815,26769,'action created','2021-01-14 23:34:14','2021-01-14 18:34:14'),
(67816,26769,'action started via WP Cron','2021-01-14 23:35:12','2021-01-14 18:35:12'),
(67817,26769,'action complete via WP Cron','2021-01-14 23:35:12','2021-01-14 18:35:12'),
(67818,26770,'action created','2021-01-14 23:35:12','2021-01-14 18:35:12'),
(67819,26770,'action started via WP Cron','2021-01-14 23:37:50','2021-01-14 18:37:50'),
(67820,26770,'action complete via WP Cron','2021-01-14 23:37:50','2021-01-14 18:37:50'),
(67821,26771,'action created','2021-01-14 23:37:51','2021-01-14 18:37:51'),
(67822,26771,'action started via WP Cron','2021-01-14 23:39:54','2021-01-14 18:39:54'),
(67823,26771,'action complete via WP Cron','2021-01-14 23:39:54','2021-01-14 18:39:54'),
(67824,26772,'action created','2021-01-14 23:39:54','2021-01-14 18:39:54'),
(67825,26772,'action started via WP Cron','2021-01-14 23:40:22','2021-01-14 18:40:22'),
(67826,26772,'action complete via WP Cron','2021-01-14 23:40:22','2021-01-14 18:40:22'),
(67827,26773,'action created','2021-01-14 23:40:22','2021-01-14 18:40:22'),
(67828,26773,'action started via WP Cron','2021-01-14 23:42:30','2021-01-14 18:42:30'),
(67829,26773,'action complete via WP Cron','2021-01-14 23:42:30','2021-01-14 18:42:30'),
(67830,26774,'action created','2021-01-14 23:42:30','2021-01-14 18:42:30'),
(67831,26774,'action started via WP Cron','2021-01-14 23:43:20','2021-01-14 18:43:20'),
(67832,26774,'action complete via WP Cron','2021-01-14 23:43:20','2021-01-14 18:43:20'),
(67833,26775,'action created','2021-01-14 23:43:20','2021-01-14 18:43:20'),
(67834,26775,'action started via WP Cron','2021-01-14 23:45:37','2021-01-14 18:45:37'),
(67835,26775,'action complete via WP Cron','2021-01-14 23:45:37','2021-01-14 18:45:37'),
(67836,26776,'action created','2021-01-14 23:45:37','2021-01-14 18:45:37'),
(67837,26776,'action started via WP Cron','2021-01-14 23:46:29','2021-01-14 18:46:29'),
(67838,26776,'action complete via WP Cron','2021-01-14 23:46:29','2021-01-14 18:46:29'),
(67839,26777,'action created','2021-01-14 23:46:29','2021-01-14 18:46:29'),
(67840,26777,'action started via WP Cron','2021-01-14 23:47:29','2021-01-14 18:47:29'),
(67841,26777,'action complete via WP Cron','2021-01-14 23:47:29','2021-01-14 18:47:29'),
(67842,26778,'action created','2021-01-14 23:47:29','2021-01-14 18:47:29'),
(67843,26778,'action started via WP Cron','2021-01-14 23:48:12','2021-01-14 18:48:12'),
(67844,26778,'action complete via WP Cron','2021-01-14 23:48:12','2021-01-14 18:48:12'),
(67845,26779,'action created','2021-01-14 23:48:13','2021-01-14 18:48:13'),
(67846,26779,'action started via WP Cron','2021-01-14 23:49:15','2021-01-14 18:49:15'),
(67847,26779,'action complete via WP Cron','2021-01-14 23:49:15','2021-01-14 18:49:15'),
(67848,26780,'action created','2021-01-14 23:49:15','2021-01-14 18:49:15'),
(67849,26780,'action started via WP Cron','2021-01-14 23:50:33','2021-01-14 18:50:33'),
(67850,26780,'action complete via WP Cron','2021-01-14 23:50:33','2021-01-14 18:50:33'),
(67851,26781,'action created','2021-01-14 23:50:33','2021-01-14 18:50:33'),
(67852,26781,'action started via WP Cron','2021-01-14 23:51:30','2021-01-14 18:51:30'),
(67853,26781,'action complete via WP Cron','2021-01-14 23:51:30','2021-01-14 18:51:30'),
(67854,26782,'action created','2021-01-14 23:51:30','2021-01-14 18:51:30'),
(67855,26782,'action started via WP Cron','2021-01-14 23:53:04','2021-01-14 18:53:04'),
(67856,26782,'action complete via WP Cron','2021-01-14 23:53:04','2021-01-14 18:53:04'),
(67857,26783,'action created','2021-01-14 23:53:04','2021-01-14 18:53:04'),
(67858,26783,'action started via WP Cron','2021-01-14 23:53:16','2021-01-14 18:53:16'),
(67859,26783,'action complete via WP Cron','2021-01-14 23:53:16','2021-01-14 18:53:16'),
(67860,26784,'action created','2021-01-14 23:53:16','2021-01-14 18:53:16'),
(67861,26784,'action started via WP Cron','2021-01-14 23:54:16','2021-01-14 18:54:16'),
(67862,26784,'action complete via WP Cron','2021-01-14 23:54:16','2021-01-14 18:54:16'),
(67863,26785,'action created','2021-01-14 23:54:16','2021-01-14 18:54:16'),
(67864,26785,'action started via WP Cron','2021-01-14 23:55:16','2021-01-14 18:55:16'),
(67865,26785,'action complete via WP Cron','2021-01-14 23:55:16','2021-01-14 18:55:16'),
(67866,26786,'action created','2021-01-14 23:55:16','2021-01-14 18:55:16'),
(67867,26786,'action started via WP Cron','2021-01-14 23:56:16','2021-01-14 18:56:16'),
(67868,26786,'action complete via WP Cron','2021-01-14 23:56:16','2021-01-14 18:56:16'),
(67869,26787,'action created','2021-01-14 23:56:16','2021-01-14 18:56:16'),
(67870,26787,'action started via WP Cron','2021-01-14 23:57:16','2021-01-14 18:57:16'),
(67871,26787,'action complete via WP Cron','2021-01-14 23:57:16','2021-01-14 18:57:16'),
(67872,26788,'action created','2021-01-14 23:57:16','2021-01-14 18:57:16'),
(67873,26788,'action started via WP Cron','2021-01-14 23:58:11','2021-01-14 18:58:11'),
(67874,26788,'action complete via WP Cron','2021-01-14 23:58:11','2021-01-14 18:58:11'),
(67875,26789,'action created','2021-01-14 23:58:11','2021-01-14 18:58:11'),
(67876,26789,'action started via WP Cron','2021-01-14 23:59:12','2021-01-14 18:59:12'),
(67877,26789,'action complete via WP Cron','2021-01-14 23:59:12','2021-01-14 18:59:12'),
(67878,26790,'action created','2021-01-14 23:59:12','2021-01-14 18:59:12'),
(67879,26790,'action started via WP Cron','2021-01-15 00:00:19','2021-01-14 19:00:19'),
(67880,26790,'action complete via WP Cron','2021-01-15 00:00:19','2021-01-14 19:00:19'),
(67881,26791,'action created','2021-01-15 00:00:19','2021-01-14 19:00:19'),
(67882,26791,'action started via WP Cron','2021-01-15 00:01:12','2021-01-14 19:01:12'),
(67883,26791,'action complete via WP Cron','2021-01-15 00:01:12','2021-01-14 19:01:12'),
(67884,26792,'action created','2021-01-15 00:01:12','2021-01-14 19:01:12'),
(67885,26792,'action started via WP Cron','2021-01-15 00:02:14','2021-01-14 19:02:14'),
(67886,26792,'action complete via WP Cron','2021-01-15 00:02:14','2021-01-14 19:02:14'),
(67887,26793,'action created','2021-01-15 00:02:14','2021-01-14 19:02:14'),
(67888,26793,'action started via WP Cron','2021-01-15 00:03:11','2021-01-14 19:03:11'),
(67889,26793,'action complete via WP Cron','2021-01-15 00:03:11','2021-01-14 19:03:11'),
(67890,26794,'action created','2021-01-15 00:03:11','2021-01-14 19:03:11'),
(67891,26794,'action started via WP Cron','2021-01-15 00:05:07','2021-01-14 19:05:07'),
(67892,26794,'action complete via WP Cron','2021-01-15 00:05:07','2021-01-14 19:05:07'),
(67893,26795,'action created','2021-01-15 00:05:07','2021-01-14 19:05:07'),
(67894,26795,'action started via WP Cron','2021-01-15 00:05:31','2021-01-14 19:05:31'),
(67895,26795,'action complete via WP Cron','2021-01-15 00:05:31','2021-01-14 19:05:31'),
(67896,26796,'action created','2021-01-15 00:05:31','2021-01-14 19:05:31'),
(67897,26796,'action started via WP Cron','2021-01-15 00:07:09','2021-01-14 19:07:09'),
(67898,26796,'action complete via WP Cron','2021-01-15 00:07:09','2021-01-14 19:07:09'),
(67899,26797,'action created','2021-01-15 00:07:09','2021-01-14 19:07:09'),
(67900,26797,'action started via WP Cron','2021-01-15 00:08:09','2021-01-14 19:08:09'),
(67901,26797,'action complete via WP Cron','2021-01-15 00:08:09','2021-01-14 19:08:09'),
(67902,26798,'action created','2021-01-15 00:08:09','2021-01-14 19:08:09'),
(67903,26798,'action started via WP Cron','2021-01-15 00:09:11','2021-01-14 19:09:11'),
(67904,26798,'action complete via WP Cron','2021-01-15 00:09:11','2021-01-14 19:09:11'),
(67905,26799,'action created','2021-01-15 00:09:11','2021-01-14 19:09:11'),
(67906,26799,'action started via WP Cron','2021-01-15 00:10:28','2021-01-14 19:10:28'),
(67907,26799,'action complete via WP Cron','2021-01-15 00:10:28','2021-01-14 19:10:28'),
(67908,26800,'action created','2021-01-15 00:10:28','2021-01-14 19:10:28'),
(67909,26800,'action started via WP Cron','2021-01-15 00:12:12','2021-01-14 19:12:12'),
(67910,26800,'action complete via WP Cron','2021-01-15 00:12:12','2021-01-14 19:12:12'),
(67911,26801,'action created','2021-01-15 00:12:12','2021-01-14 19:12:12'),
(67912,26801,'action started via WP Cron','2021-01-15 00:13:47','2021-01-14 19:13:47'),
(67913,26801,'action complete via WP Cron','2021-01-15 00:13:47','2021-01-14 19:13:47'),
(67914,26802,'action created','2021-01-15 00:13:47','2021-01-14 19:13:47'),
(67915,26802,'action started via WP Cron','2021-01-15 00:14:17','2021-01-14 19:14:17'),
(67916,26802,'action complete via WP Cron','2021-01-15 00:14:17','2021-01-14 19:14:17'),
(67917,26803,'action created','2021-01-15 00:14:17','2021-01-14 19:14:17'),
(67918,26803,'action started via WP Cron','2021-01-15 00:15:36','2021-01-14 19:15:36'),
(67919,26803,'action complete via WP Cron','2021-01-15 00:15:36','2021-01-14 19:15:36'),
(67920,26804,'action created','2021-01-15 00:15:36','2021-01-14 19:15:36'),
(67921,26804,'action started via WP Cron','2021-01-15 00:17:46','2021-01-14 19:17:46'),
(67922,26804,'action complete via WP Cron','2021-01-15 00:17:46','2021-01-14 19:17:46'),
(67923,26805,'action created','2021-01-15 00:17:46','2021-01-14 19:17:46'),
(67924,26805,'action started via WP Cron','2021-01-15 00:19:41','2021-01-14 19:19:41'),
(67925,26805,'action complete via WP Cron','2021-01-15 00:19:41','2021-01-14 19:19:41'),
(67926,26806,'action created','2021-01-15 00:19:41','2021-01-14 19:19:41'),
(67927,26806,'action started via WP Cron','2021-01-15 00:21:08','2021-01-14 19:21:08'),
(67928,26806,'action complete via WP Cron','2021-01-15 00:21:08','2021-01-14 19:21:08'),
(67929,26807,'action created','2021-01-15 00:21:08','2021-01-14 19:21:08'),
(67930,26807,'action started via WP Cron','2021-01-15 00:22:22','2021-01-14 19:22:22'),
(67931,26807,'action complete via WP Cron','2021-01-15 00:22:22','2021-01-14 19:22:22'),
(67932,26808,'action created','2021-01-15 00:22:22','2021-01-14 19:22:22'),
(67933,26808,'action started via WP Cron','2021-01-15 00:23:58','2021-01-14 19:23:58'),
(67934,26808,'action complete via WP Cron','2021-01-15 00:23:58','2021-01-14 19:23:58'),
(67935,26809,'action created','2021-01-15 00:23:58','2021-01-14 19:23:58'),
(67936,26809,'action started via WP Cron','2021-01-15 00:25:15','2021-01-14 19:25:15'),
(67937,26809,'action complete via WP Cron','2021-01-15 00:25:15','2021-01-14 19:25:15'),
(67938,26810,'action created','2021-01-15 00:25:15','2021-01-14 19:25:15'),
(67939,26810,'action started via WP Cron','2021-01-15 00:26:36','2021-01-14 19:26:36'),
(67940,26810,'action complete via WP Cron','2021-01-15 00:26:36','2021-01-14 19:26:36'),
(67941,26811,'action created','2021-01-15 00:26:36','2021-01-14 19:26:36'),
(67942,26811,'action started via WP Cron','2021-01-15 00:27:15','2021-01-14 19:27:15'),
(67943,26811,'action complete via WP Cron','2021-01-15 00:27:15','2021-01-14 19:27:15'),
(67944,26812,'action created','2021-01-15 00:27:15','2021-01-14 19:27:15'),
(67945,26812,'action started via WP Cron','2021-01-15 00:28:33','2021-01-14 19:28:33'),
(67946,26812,'action complete via WP Cron','2021-01-15 00:28:33','2021-01-14 19:28:33'),
(67947,26813,'action created','2021-01-15 00:28:33','2021-01-14 19:28:33'),
(67948,26813,'action started via WP Cron','2021-01-15 00:30:09','2021-01-14 19:30:09'),
(67949,26813,'action complete via WP Cron','2021-01-15 00:30:09','2021-01-14 19:30:09'),
(67950,26814,'action created','2021-01-15 00:30:09','2021-01-14 19:30:09'),
(67951,26814,'action started via WP Cron','2021-01-15 00:31:39','2021-01-14 19:31:39'),
(67952,26814,'action complete via WP Cron','2021-01-15 00:31:39','2021-01-14 19:31:39'),
(67953,26815,'action created','2021-01-15 00:31:39','2021-01-14 19:31:39'),
(67954,26815,'action started via WP Cron','2021-01-15 00:32:12','2021-01-14 19:32:12'),
(67955,26815,'action complete via WP Cron','2021-01-15 00:32:12','2021-01-14 19:32:12'),
(67956,26816,'action created','2021-01-15 00:32:12','2021-01-14 19:32:12'),
(67957,26816,'action started via WP Cron','2021-01-15 00:33:51','2021-01-14 19:33:51'),
(67958,26816,'action complete via WP Cron','2021-01-15 00:33:51','2021-01-14 19:33:51'),
(67959,26817,'action created','2021-01-15 00:33:51','2021-01-14 19:33:51'),
(67960,26817,'action started via WP Cron','2021-01-15 00:35:54','2021-01-14 19:35:54'),
(67961,26817,'action complete via WP Cron','2021-01-15 00:35:54','2021-01-14 19:35:54'),
(67962,26818,'action created','2021-01-15 00:35:54','2021-01-14 19:35:54'),
(67963,26818,'action started via WP Cron','2021-01-15 00:36:27','2021-01-14 19:36:27'),
(67964,26818,'action complete via WP Cron','2021-01-15 00:36:27','2021-01-14 19:36:27'),
(67965,26819,'action created','2021-01-15 00:36:27','2021-01-14 19:36:27'),
(67966,26819,'action started via WP Cron','2021-01-15 00:37:17','2021-01-14 19:37:17'),
(67967,26819,'action complete via WP Cron','2021-01-15 00:37:17','2021-01-14 19:37:17'),
(67968,26820,'action created','2021-01-15 00:37:17','2021-01-14 19:37:17'),
(67969,26820,'action started via WP Cron','2021-01-15 00:38:57','2021-01-14 19:38:57'),
(67970,26820,'action complete via WP Cron','2021-01-15 00:38:57','2021-01-14 19:38:57'),
(67971,26821,'action created','2021-01-15 00:38:57','2021-01-14 19:38:57'),
(67972,26821,'action started via WP Cron','2021-01-15 00:40:01','2021-01-14 19:40:01'),
(67973,26821,'action complete via WP Cron','2021-01-15 00:40:01','2021-01-14 19:40:01'),
(67974,26822,'action created','2021-01-15 00:40:01','2021-01-14 19:40:01'),
(67975,26822,'action started via WP Cron','2021-01-15 00:41:15','2021-01-14 19:41:15'),
(67976,26822,'action complete via WP Cron','2021-01-15 00:41:15','2021-01-14 19:41:15'),
(67977,26823,'action created','2021-01-15 00:41:15','2021-01-14 19:41:15'),
(67978,26823,'action started via WP Cron','2021-01-15 00:43:02','2021-01-14 19:43:02'),
(67979,26823,'action complete via WP Cron','2021-01-15 00:43:02','2021-01-14 19:43:02'),
(67980,26824,'action created','2021-01-15 00:43:02','2021-01-14 19:43:02'),
(67981,26824,'action started via WP Cron','2021-01-15 00:43:23','2021-01-14 19:43:23'),
(67982,26824,'action complete via WP Cron','2021-01-15 00:43:23','2021-01-14 19:43:23'),
(67983,26825,'action created','2021-01-15 00:43:23','2021-01-14 19:43:23'),
(67984,26825,'action started via WP Cron','2021-01-15 00:44:50','2021-01-14 19:44:50'),
(67985,26825,'action complete via WP Cron','2021-01-15 00:44:50','2021-01-14 19:44:50'),
(67986,26826,'action created','2021-01-15 00:44:51','2021-01-14 19:44:51'),
(67987,26826,'action started via WP Cron','2021-01-15 00:45:43','2021-01-14 19:45:43'),
(67988,26826,'action complete via WP Cron','2021-01-15 00:45:43','2021-01-14 19:45:43'),
(67989,26827,'action created','2021-01-15 00:45:43','2021-01-14 19:45:43'),
(67990,26827,'action started via WP Cron','2021-01-15 00:46:34','2021-01-14 19:46:34'),
(67991,26827,'action complete via WP Cron','2021-01-15 00:46:34','2021-01-14 19:46:34'),
(67992,26828,'action created','2021-01-15 00:46:34','2021-01-14 19:46:34'),
(67993,26828,'action started via WP Cron','2021-01-15 00:47:23','2021-01-14 19:47:23'),
(67994,26828,'action complete via WP Cron','2021-01-15 00:47:23','2021-01-14 19:47:23'),
(67995,26829,'action created','2021-01-15 00:47:23','2021-01-14 19:47:23'),
(67996,26829,'action started via WP Cron','2021-01-15 00:49:36','2021-01-14 19:49:36'),
(67997,26829,'action complete via WP Cron','2021-01-15 00:49:36','2021-01-14 19:49:36'),
(67998,26830,'action created','2021-01-15 00:49:36','2021-01-14 19:49:36'),
(67999,26830,'action started via WP Cron','2021-01-15 00:50:12','2021-01-14 19:50:12'),
(68000,26830,'action complete via WP Cron','2021-01-15 00:50:12','2021-01-14 19:50:12'),
(68001,26831,'action created','2021-01-15 00:50:12','2021-01-14 19:50:12'),
(68002,26831,'action started via WP Cron','2021-01-15 00:51:46','2021-01-14 19:51:46'),
(68003,26831,'action complete via WP Cron','2021-01-15 00:51:46','2021-01-14 19:51:46'),
(68004,26832,'action created','2021-01-15 00:51:46','2021-01-14 19:51:46'),
(68005,26832,'action started via WP Cron','2021-01-15 00:52:31','2021-01-14 19:52:31'),
(68006,26832,'action complete via WP Cron','2021-01-15 00:52:31','2021-01-14 19:52:31'),
(68007,26833,'action created','2021-01-15 00:52:31','2021-01-14 19:52:31'),
(68008,26833,'action started via WP Cron','2021-01-15 00:54:29','2021-01-14 19:54:29'),
(68009,26833,'action complete via WP Cron','2021-01-15 00:54:29','2021-01-14 19:54:29'),
(68010,26834,'action created','2021-01-15 00:54:29','2021-01-14 19:54:29'),
(68011,26834,'action started via WP Cron','2021-01-15 00:57:11','2021-01-14 19:57:11'),
(68012,26834,'action complete via WP Cron','2021-01-15 00:57:11','2021-01-14 19:57:11'),
(68013,26835,'action created','2021-01-15 00:57:11','2021-01-14 19:57:11'),
(68014,26835,'action started via WP Cron','2021-01-15 00:58:21','2021-01-14 19:58:21'),
(68015,26835,'action complete via WP Cron','2021-01-15 00:58:21','2021-01-14 19:58:21'),
(68016,26836,'action created','2021-01-15 00:58:21','2021-01-14 19:58:21'),
(68017,26836,'action started via WP Cron','2021-01-15 01:01:06','2021-01-14 20:01:06'),
(68018,26836,'action complete via WP Cron','2021-01-15 01:01:06','2021-01-14 20:01:06'),
(68019,26837,'action created','2021-01-15 01:01:06','2021-01-14 20:01:06'),
(68020,26837,'action started via WP Cron','2021-01-15 01:02:17','2021-01-14 20:02:17'),
(68021,26837,'action complete via WP Cron','2021-01-15 01:02:17','2021-01-14 20:02:17'),
(68022,26838,'action created','2021-01-15 01:02:17','2021-01-14 20:02:17'),
(68023,26838,'action started via WP Cron','2021-01-15 01:03:37','2021-01-14 20:03:37'),
(68024,26838,'action complete via WP Cron','2021-01-15 01:03:37','2021-01-14 20:03:37'),
(68025,26839,'action created','2021-01-15 01:03:37','2021-01-14 20:03:37'),
(68026,26839,'action started via WP Cron','2021-01-15 01:04:53','2021-01-14 20:04:53'),
(68027,26839,'action complete via WP Cron','2021-01-15 01:04:53','2021-01-14 20:04:53'),
(68028,26840,'action created','2021-01-15 01:04:53','2021-01-14 20:04:53'),
(68029,26840,'action started via WP Cron','2021-01-15 01:05:13','2021-01-14 20:05:13'),
(68030,26840,'action complete via WP Cron','2021-01-15 01:05:13','2021-01-14 20:05:13'),
(68031,26841,'action created','2021-01-15 01:05:13','2021-01-14 20:05:13'),
(68032,26841,'action started via WP Cron','2021-01-15 01:07:34','2021-01-14 20:07:34'),
(68033,26841,'action complete via WP Cron','2021-01-15 01:07:34','2021-01-14 20:07:34'),
(68034,26842,'action created','2021-01-15 01:07:34','2021-01-14 20:07:34'),
(68035,26842,'action started via WP Cron','2021-01-15 01:09:44','2021-01-14 20:09:44'),
(68036,26842,'action complete via WP Cron','2021-01-15 01:09:44','2021-01-14 20:09:44'),
(68037,26843,'action created','2021-01-15 01:09:44','2021-01-14 20:09:44'),
(68038,26843,'action started via WP Cron','2021-01-15 01:10:27','2021-01-14 20:10:27'),
(68039,26843,'action complete via WP Cron','2021-01-15 01:10:27','2021-01-14 20:10:27'),
(68040,26844,'action created','2021-01-15 01:10:27','2021-01-14 20:10:27'),
(68041,26844,'action started via WP Cron','2021-01-15 01:11:16','2021-01-14 20:11:16'),
(68042,26844,'action complete via WP Cron','2021-01-15 01:11:16','2021-01-14 20:11:16'),
(68043,26845,'action created','2021-01-15 01:11:16','2021-01-14 20:11:16'),
(68044,26845,'action started via WP Cron','2021-01-15 01:12:20','2021-01-14 20:12:20'),
(68045,26845,'action complete via WP Cron','2021-01-15 01:12:20','2021-01-14 20:12:20'),
(68046,26846,'action created','2021-01-15 01:12:20','2021-01-14 20:12:20'),
(68047,26846,'action started via WP Cron','2021-01-15 01:14:15','2021-01-14 20:14:15'),
(68048,26846,'action complete via WP Cron','2021-01-15 01:14:15','2021-01-14 20:14:15'),
(68049,26847,'action created','2021-01-15 01:14:15','2021-01-14 20:14:15'),
(68050,26847,'action started via WP Cron','2021-01-15 01:15:14','2021-01-14 20:15:14'),
(68051,26847,'action complete via WP Cron','2021-01-15 01:15:14','2021-01-14 20:15:14'),
(68052,26848,'action created','2021-01-15 01:15:14','2021-01-14 20:15:14'),
(68053,26848,'action started via WP Cron','2021-01-15 01:16:28','2021-01-14 20:16:28'),
(68054,26848,'action complete via WP Cron','2021-01-15 01:16:28','2021-01-14 20:16:28'),
(68055,26849,'action created','2021-01-15 01:16:28','2021-01-14 20:16:28'),
(68056,26849,'action started via WP Cron','2021-01-15 01:17:30','2021-01-14 20:17:30'),
(68057,26849,'action complete via WP Cron','2021-01-15 01:17:30','2021-01-14 20:17:30'),
(68058,26850,'action created','2021-01-15 01:17:30','2021-01-14 20:17:30'),
(68059,26850,'action started via WP Cron','2021-01-15 01:18:55','2021-01-14 20:18:55'),
(68060,26850,'action complete via WP Cron','2021-01-15 01:18:55','2021-01-14 20:18:55'),
(68061,26851,'action created','2021-01-15 01:18:55','2021-01-14 20:18:55'),
(68062,26851,'action started via WP Cron','2021-01-15 01:19:41','2021-01-14 20:19:41'),
(68063,26851,'action complete via WP Cron','2021-01-15 01:19:41','2021-01-14 20:19:41'),
(68064,26852,'action created','2021-01-15 01:19:41','2021-01-14 20:19:41'),
(68065,26852,'action started via WP Cron','2021-01-15 01:20:42','2021-01-14 20:20:42'),
(68066,26852,'action complete via WP Cron','2021-01-15 01:20:42','2021-01-14 20:20:42'),
(68067,26853,'action created','2021-01-15 01:20:42','2021-01-14 20:20:42'),
(68068,26853,'action started via WP Cron','2021-01-15 01:21:29','2021-01-14 20:21:29'),
(68069,26853,'action complete via WP Cron','2021-01-15 01:21:29','2021-01-14 20:21:29'),
(68070,26854,'action created','2021-01-15 01:21:29','2021-01-14 20:21:29'),
(68071,26854,'action started via WP Cron','2021-01-15 01:22:15','2021-01-14 20:22:15'),
(68072,26854,'action complete via WP Cron','2021-01-15 01:22:15','2021-01-14 20:22:15'),
(68073,26855,'action created','2021-01-15 01:22:15','2021-01-14 20:22:15'),
(68074,26855,'action started via WP Cron','2021-01-15 01:23:23','2021-01-14 20:23:23'),
(68075,26855,'action complete via WP Cron','2021-01-15 01:23:23','2021-01-14 20:23:23'),
(68076,26856,'action created','2021-01-15 01:23:23','2021-01-14 20:23:23'),
(68077,26856,'action started via WP Cron','2021-01-15 01:24:43','2021-01-14 20:24:43'),
(68078,26856,'action complete via WP Cron','2021-01-15 01:24:43','2021-01-14 20:24:43'),
(68079,25677,'action started via WP Cron','2021-01-15 01:24:43','2021-01-14 20:24:43'),
(68080,25677,'action complete via WP Cron','2021-01-15 01:24:43','2021-01-14 20:24:43'),
(68081,26857,'action created','2021-01-15 01:24:43','2021-01-14 20:24:43'),
(68082,26858,'action created','2021-01-15 01:24:43','2021-01-14 20:24:43'),
(68083,26858,'action started via WP Cron','2021-01-15 01:25:37','2021-01-14 20:25:37'),
(68084,26858,'action complete via WP Cron','2021-01-15 01:25:37','2021-01-14 20:25:37'),
(68085,26859,'action created','2021-01-15 01:25:37','2021-01-14 20:25:37'),
(68086,26859,'action started via WP Cron','2021-01-15 01:26:36','2021-01-14 20:26:36'),
(68087,26859,'action complete via WP Cron','2021-01-15 01:26:36','2021-01-14 20:26:36'),
(68088,26860,'action created','2021-01-15 01:26:36','2021-01-14 20:26:36'),
(68089,26860,'action started via WP Cron','2021-01-15 01:28:20','2021-01-14 20:28:20'),
(68090,26860,'action complete via WP Cron','2021-01-15 01:28:20','2021-01-14 20:28:20'),
(68091,26861,'action created','2021-01-15 01:28:20','2021-01-14 20:28:20'),
(68092,26861,'action started via WP Cron','2021-01-15 01:29:15','2021-01-14 20:29:15'),
(68093,26861,'action complete via WP Cron','2021-01-15 01:29:15','2021-01-14 20:29:15'),
(68094,26862,'action created','2021-01-15 01:29:15','2021-01-14 20:29:15'),
(68095,26862,'action started via WP Cron','2021-01-15 01:31:06','2021-01-14 20:31:06'),
(68096,26862,'action complete via WP Cron','2021-01-15 01:31:06','2021-01-14 20:31:06'),
(68097,26863,'action created','2021-01-15 01:31:06','2021-01-14 20:31:06'),
(68098,26863,'action started via WP Cron','2021-01-15 01:31:17','2021-01-14 20:31:17'),
(68099,26863,'action complete via WP Cron','2021-01-15 01:31:17','2021-01-14 20:31:17'),
(68100,26864,'action created','2021-01-15 01:31:17','2021-01-14 20:31:17'),
(68101,26864,'action started via WP Cron','2021-01-15 01:33:27','2021-01-14 20:33:27'),
(68102,26864,'action complete via WP Cron','2021-01-15 01:33:27','2021-01-14 20:33:27'),
(68103,26865,'action created','2021-01-15 01:33:27','2021-01-14 20:33:27'),
(68104,26865,'action started via WP Cron','2021-01-15 01:35:11','2021-01-14 20:35:11'),
(68105,26865,'action complete via WP Cron','2021-01-15 01:35:11','2021-01-14 20:35:11'),
(68106,26866,'action created','2021-01-15 01:35:11','2021-01-14 20:35:11'),
(68107,26866,'action started via WP Cron','2021-01-15 01:36:46','2021-01-14 20:36:46'),
(68108,26866,'action complete via WP Cron','2021-01-15 01:36:46','2021-01-14 20:36:46'),
(68109,26867,'action created','2021-01-15 01:36:46','2021-01-14 20:36:46'),
(68110,26867,'action started via WP Cron','2021-01-15 01:37:16','2021-01-14 20:37:16'),
(68111,26867,'action complete via WP Cron','2021-01-15 01:37:16','2021-01-14 20:37:16'),
(68112,26868,'action created','2021-01-15 01:37:16','2021-01-14 20:37:16'),
(68113,26868,'action started via WP Cron','2021-01-15 01:38:47','2021-01-14 20:38:47'),
(68114,26868,'action complete via WP Cron','2021-01-15 01:38:47','2021-01-14 20:38:47'),
(68115,26869,'action created','2021-01-15 01:38:47','2021-01-14 20:38:47'),
(68116,26869,'action started via WP Cron','2021-01-15 01:39:26','2021-01-14 20:39:26'),
(68117,26869,'action complete via WP Cron','2021-01-15 01:39:26','2021-01-14 20:39:26'),
(68118,26870,'action created','2021-01-15 01:39:26','2021-01-14 20:39:26'),
(68119,26870,'action started via WP Cron','2021-01-15 01:40:15','2021-01-14 20:40:15'),
(68120,26870,'action complete via WP Cron','2021-01-15 01:40:15','2021-01-14 20:40:15'),
(68121,26871,'action created','2021-01-15 01:40:15','2021-01-14 20:40:15'),
(68122,26871,'action started via WP Cron','2021-01-15 01:41:18','2021-01-14 20:41:18'),
(68123,26871,'action complete via WP Cron','2021-01-15 01:41:18','2021-01-14 20:41:18'),
(68124,26872,'action created','2021-01-15 01:41:18','2021-01-14 20:41:18'),
(68125,26872,'action started via WP Cron','2021-01-15 01:44:02','2021-01-14 20:44:02'),
(68126,26872,'action complete via WP Cron','2021-01-15 01:44:02','2021-01-14 20:44:02'),
(68127,26873,'action created','2021-01-15 01:44:02','2021-01-14 20:44:02'),
(68128,26873,'action started via WP Cron','2021-01-15 01:44:42','2021-01-14 20:44:42'),
(68129,26873,'action complete via WP Cron','2021-01-15 01:44:42','2021-01-14 20:44:42'),
(68130,26874,'action created','2021-01-15 01:44:42','2021-01-14 20:44:42'),
(68131,26874,'action started via WP Cron','2021-01-15 01:45:50','2021-01-14 20:45:50'),
(68132,26874,'action complete via WP Cron','2021-01-15 01:45:50','2021-01-14 20:45:50'),
(68133,26875,'action created','2021-01-15 01:45:50','2021-01-14 20:45:50'),
(68134,26875,'action started via WP Cron','2021-01-15 01:46:36','2021-01-14 20:46:36'),
(68135,26875,'action complete via WP Cron','2021-01-15 01:46:36','2021-01-14 20:46:36'),
(68136,26876,'action created','2021-01-15 01:46:37','2021-01-14 20:46:37'),
(68137,26876,'action started via WP Cron','2021-01-15 01:47:44','2021-01-14 20:47:44'),
(68138,26876,'action complete via WP Cron','2021-01-15 01:47:44','2021-01-14 20:47:44'),
(68139,26877,'action created','2021-01-15 01:47:44','2021-01-14 20:47:44'),
(68140,26877,'action started via WP Cron','2021-01-15 01:48:43','2021-01-14 20:48:43'),
(68141,26877,'action complete via WP Cron','2021-01-15 01:48:43','2021-01-14 20:48:43'),
(68142,26878,'action created','2021-01-15 01:48:43','2021-01-14 20:48:43'),
(68143,26878,'action started via WP Cron','2021-01-15 01:49:36','2021-01-14 20:49:36'),
(68144,26878,'action complete via WP Cron','2021-01-15 01:49:36','2021-01-14 20:49:36'),
(68145,26879,'action created','2021-01-15 01:49:36','2021-01-14 20:49:36'),
(68146,26879,'action started via WP Cron','2021-01-15 01:50:17','2021-01-14 20:50:17'),
(68147,26879,'action complete via WP Cron','2021-01-15 01:50:17','2021-01-14 20:50:17'),
(68148,26880,'action created','2021-01-15 01:50:17','2021-01-14 20:50:17'),
(68149,26880,'action started via WP Cron','2021-01-15 01:51:37','2021-01-14 20:51:37'),
(68150,26880,'action complete via WP Cron','2021-01-15 01:51:37','2021-01-14 20:51:37'),
(68151,26881,'action created','2021-01-15 01:51:38','2021-01-14 20:51:38'),
(68152,26881,'action started via WP Cron','2021-01-15 01:52:36','2021-01-14 20:52:36'),
(68153,26881,'action complete via WP Cron','2021-01-15 01:52:36','2021-01-14 20:52:36'),
(68154,26882,'action created','2021-01-15 01:52:37','2021-01-14 20:52:37'),
(68155,26882,'action started via WP Cron','2021-01-15 01:53:16','2021-01-14 20:53:16'),
(68156,26882,'action complete via WP Cron','2021-01-15 01:53:16','2021-01-14 20:53:16'),
(68157,26883,'action created','2021-01-15 01:53:16','2021-01-14 20:53:16'),
(68158,26883,'action started via WP Cron','2021-01-15 01:54:33','2021-01-14 20:54:33'),
(68159,26883,'action complete via WP Cron','2021-01-15 01:54:33','2021-01-14 20:54:33'),
(68160,26884,'action created','2021-01-15 01:54:33','2021-01-14 20:54:33'),
(68161,26884,'action started via WP Cron','2021-01-15 01:56:06','2021-01-14 20:56:06'),
(68162,26884,'action complete via WP Cron','2021-01-15 01:56:06','2021-01-14 20:56:06'),
(68163,26885,'action created','2021-01-15 01:56:06','2021-01-14 20:56:06'),
(68164,26885,'action started via WP Cron','2021-01-15 01:56:24','2021-01-14 20:56:24'),
(68165,26885,'action complete via WP Cron','2021-01-15 01:56:24','2021-01-14 20:56:24'),
(68166,26886,'action created','2021-01-15 01:56:24','2021-01-14 20:56:24'),
(68167,26886,'action started via WP Cron','2021-01-15 01:57:42','2021-01-14 20:57:42'),
(68168,26886,'action complete via WP Cron','2021-01-15 01:57:42','2021-01-14 20:57:42'),
(68169,26887,'action created','2021-01-15 01:57:42','2021-01-14 20:57:42'),
(68170,26887,'action started via WP Cron','2021-01-15 01:58:44','2021-01-14 20:58:44'),
(68171,26887,'action complete via WP Cron','2021-01-15 01:58:44','2021-01-14 20:58:44'),
(68172,26888,'action created','2021-01-15 01:58:44','2021-01-14 20:58:44'),
(68173,26888,'action started via WP Cron','2021-01-15 01:59:30','2021-01-14 20:59:30'),
(68174,26888,'action complete via WP Cron','2021-01-15 01:59:30','2021-01-14 20:59:30'),
(68175,26889,'action created','2021-01-15 01:59:30','2021-01-14 20:59:30'),
(68176,26889,'action started via WP Cron','2021-01-15 02:00:34','2021-01-14 21:00:34'),
(68177,26889,'action complete via WP Cron','2021-01-15 02:00:34','2021-01-14 21:00:34'),
(68178,26890,'action created','2021-01-15 02:00:34','2021-01-14 21:00:34'),
(68179,26890,'action started via WP Cron','2021-01-15 02:01:36','2021-01-14 21:01:36'),
(68180,26890,'action complete via WP Cron','2021-01-15 02:01:36','2021-01-14 21:01:36'),
(68181,26891,'action created','2021-01-15 02:01:36','2021-01-14 21:01:36'),
(68182,26891,'action started via WP Cron','2021-01-15 02:02:19','2021-01-14 21:02:19'),
(68183,26891,'action complete via WP Cron','2021-01-15 02:02:19','2021-01-14 21:02:19'),
(68184,26892,'action created','2021-01-15 02:02:19','2021-01-14 21:02:19'),
(68185,26892,'action started via WP Cron','2021-01-15 02:05:00','2021-01-14 21:05:00'),
(68186,26892,'action complete via WP Cron','2021-01-15 02:05:00','2021-01-14 21:05:00'),
(68187,26893,'action created','2021-01-15 02:05:01','2021-01-14 21:05:01'),
(68188,26893,'action started via WP Cron','2021-01-15 02:06:40','2021-01-14 21:06:40'),
(68189,26893,'action complete via WP Cron','2021-01-15 02:06:40','2021-01-14 21:06:40'),
(68190,26894,'action created','2021-01-15 02:06:40','2021-01-14 21:06:40'),
(68191,26894,'action started via WP Cron','2021-01-15 02:07:12','2021-01-14 21:07:12'),
(68192,26894,'action complete via WP Cron','2021-01-15 02:07:12','2021-01-14 21:07:12'),
(68193,26895,'action created','2021-01-15 02:07:12','2021-01-14 21:07:12'),
(68194,26895,'action started via WP Cron','2021-01-15 02:08:25','2021-01-14 21:08:25'),
(68195,26895,'action complete via WP Cron','2021-01-15 02:08:25','2021-01-14 21:08:25'),
(68196,26896,'action created','2021-01-15 02:08:25','2021-01-14 21:08:25'),
(68197,26896,'action started via WP Cron','2021-01-15 02:09:22','2021-01-14 21:09:22'),
(68198,26896,'action complete via WP Cron','2021-01-15 02:09:22','2021-01-14 21:09:22'),
(68199,26897,'action created','2021-01-15 02:09:22','2021-01-14 21:09:22'),
(68200,26897,'action started via WP Cron','2021-01-15 02:10:12','2021-01-14 21:10:12'),
(68201,26897,'action complete via WP Cron','2021-01-15 02:10:12','2021-01-14 21:10:12'),
(68202,26898,'action created','2021-01-15 02:10:13','2021-01-14 21:10:13'),
(68203,26898,'action started via WP Cron','2021-01-15 02:11:17','2021-01-14 21:11:17'),
(68204,26898,'action complete via WP Cron','2021-01-15 02:11:17','2021-01-14 21:11:17'),
(68205,26899,'action created','2021-01-15 02:11:17','2021-01-14 21:11:17'),
(68206,26899,'action started via WP Cron','2021-01-15 02:12:14','2021-01-14 21:12:14'),
(68207,26899,'action complete via WP Cron','2021-01-15 02:12:14','2021-01-14 21:12:14'),
(68208,26900,'action created','2021-01-15 02:12:14','2021-01-14 21:12:14'),
(68209,26900,'action started via WP Cron','2021-01-15 02:13:19','2021-01-14 21:13:19'),
(68210,26900,'action complete via WP Cron','2021-01-15 02:13:19','2021-01-14 21:13:19'),
(68211,26901,'action created','2021-01-15 02:13:19','2021-01-14 21:13:19'),
(68212,26901,'action started via WP Cron','2021-01-15 02:15:18','2021-01-14 21:15:18'),
(68213,26901,'action complete via WP Cron','2021-01-15 02:15:18','2021-01-14 21:15:18'),
(68214,26902,'action created','2021-01-15 02:15:18','2021-01-14 21:15:18'),
(68215,26902,'action started via WP Cron','2021-01-15 02:16:23','2021-01-14 21:16:23'),
(68216,26902,'action complete via WP Cron','2021-01-15 02:16:23','2021-01-14 21:16:23'),
(68217,26903,'action created','2021-01-15 02:16:23','2021-01-14 21:16:23'),
(68218,26903,'action started via WP Cron','2021-01-15 02:17:30','2021-01-14 21:17:30'),
(68219,26903,'action complete via WP Cron','2021-01-15 02:17:30','2021-01-14 21:17:30'),
(68220,26904,'action created','2021-01-15 02:17:30','2021-01-14 21:17:30'),
(68221,26904,'action started via WP Cron','2021-01-15 02:18:55','2021-01-14 21:18:55'),
(68222,26904,'action complete via WP Cron','2021-01-15 02:18:55','2021-01-14 21:18:55'),
(68223,26905,'action created','2021-01-15 02:18:55','2021-01-14 21:18:55'),
(68224,26905,'action started via WP Cron','2021-01-15 02:19:26','2021-01-14 21:19:26'),
(68225,26905,'action complete via WP Cron','2021-01-15 02:19:26','2021-01-14 21:19:26'),
(68226,26906,'action created','2021-01-15 02:19:26','2021-01-14 21:19:26'),
(68227,26906,'action started via WP Cron','2021-01-15 02:20:12','2021-01-14 21:20:12'),
(68228,26906,'action complete via WP Cron','2021-01-15 02:20:12','2021-01-14 21:20:12'),
(68229,26907,'action created','2021-01-15 02:20:12','2021-01-14 21:20:12'),
(68230,26907,'action started via WP Cron','2021-01-15 02:21:34','2021-01-14 21:21:34'),
(68231,26907,'action complete via WP Cron','2021-01-15 02:21:34','2021-01-14 21:21:34'),
(68232,26908,'action created','2021-01-15 02:21:34','2021-01-14 21:21:34'),
(68233,26908,'action started via WP Cron','2021-01-15 02:22:42','2021-01-14 21:22:42'),
(68234,26908,'action complete via WP Cron','2021-01-15 02:22:42','2021-01-14 21:22:42'),
(68235,26909,'action created','2021-01-15 02:22:42','2021-01-14 21:22:42'),
(68236,26909,'action started via WP Cron','2021-01-15 02:23:26','2021-01-14 21:23:26'),
(68237,26909,'action complete via WP Cron','2021-01-15 02:23:26','2021-01-14 21:23:26'),
(68238,26910,'action created','2021-01-15 02:23:26','2021-01-14 21:23:26'),
(68239,26910,'action started via WP Cron','2021-01-15 02:24:40','2021-01-14 21:24:40'),
(68240,26910,'action complete via WP Cron','2021-01-15 02:24:40','2021-01-14 21:24:40'),
(68241,26911,'action created','2021-01-15 02:24:40','2021-01-14 21:24:40'),
(68242,26911,'action started via WP Cron','2021-01-15 02:25:33','2021-01-14 21:25:33'),
(68243,26911,'action complete via WP Cron','2021-01-15 02:25:33','2021-01-14 21:25:33'),
(68244,26912,'action created','2021-01-15 02:25:33','2021-01-14 21:25:33'),
(68245,26912,'action started via WP Cron','2021-01-15 02:26:26','2021-01-14 21:26:26'),
(68246,26912,'action complete via WP Cron','2021-01-15 02:26:26','2021-01-14 21:26:26'),
(68247,26913,'action created','2021-01-15 02:26:26','2021-01-14 21:26:26'),
(68248,26913,'action started via WP Cron','2021-01-15 02:27:25','2021-01-14 21:27:25'),
(68249,26913,'action complete via WP Cron','2021-01-15 02:27:25','2021-01-14 21:27:25'),
(68250,26914,'action created','2021-01-15 02:27:25','2021-01-14 21:27:25'),
(68251,26914,'action started via WP Cron','2021-01-15 02:29:48','2021-01-14 21:29:48'),
(68252,26914,'action complete via WP Cron','2021-01-15 02:29:48','2021-01-14 21:29:48'),
(68253,26915,'action created','2021-01-15 02:29:49','2021-01-14 21:29:49'),
(68254,26915,'action started via WP Cron','2021-01-15 02:30:11','2021-01-14 21:30:11'),
(68255,26915,'action complete via WP Cron','2021-01-15 02:30:12','2021-01-14 21:30:12'),
(68256,26916,'action created','2021-01-15 02:30:12','2021-01-14 21:30:12'),
(68257,26916,'action started via WP Cron','2021-01-15 02:31:13','2021-01-14 21:31:13'),
(68258,26916,'action complete via WP Cron','2021-01-15 02:31:13','2021-01-14 21:31:13'),
(68259,26917,'action created','2021-01-15 02:31:13','2021-01-14 21:31:13'),
(68260,26917,'action started via WP Cron','2021-01-15 02:32:15','2021-01-14 21:32:15'),
(68261,26917,'action complete via WP Cron','2021-01-15 02:32:16','2021-01-14 21:32:16'),
(68262,26918,'action created','2021-01-15 02:32:16','2021-01-14 21:32:16'),
(68263,26918,'action started via WP Cron','2021-01-15 02:33:43','2021-01-14 21:33:43'),
(68264,26918,'action complete via WP Cron','2021-01-15 02:33:43','2021-01-14 21:33:43'),
(68265,26919,'action created','2021-01-15 02:33:43','2021-01-14 21:33:43'),
(68266,26919,'action started via WP Cron','2021-01-15 02:34:12','2021-01-14 21:34:12'),
(68267,26919,'action complete via WP Cron','2021-01-15 02:34:12','2021-01-14 21:34:12'),
(68268,26920,'action created','2021-01-15 02:34:12','2021-01-14 21:34:12'),
(68269,26920,'action started via WP Cron','2021-01-15 02:35:11','2021-01-14 21:35:11'),
(68270,26920,'action complete via WP Cron','2021-01-15 02:35:11','2021-01-14 21:35:11'),
(68271,26921,'action created','2021-01-15 02:35:11','2021-01-14 21:35:11'),
(68272,26921,'action started via WP Cron','2021-01-15 02:37:11','2021-01-14 21:37:11'),
(68273,26921,'action complete via WP Cron','2021-01-15 02:37:11','2021-01-14 21:37:11'),
(68274,26922,'action created','2021-01-15 02:37:11','2021-01-14 21:37:11'),
(68275,26922,'action started via WP Cron','2021-01-15 02:38:25','2021-01-14 21:38:25'),
(68276,26922,'action complete via WP Cron','2021-01-15 02:38:25','2021-01-14 21:38:25'),
(68277,26923,'action created','2021-01-15 02:38:25','2021-01-14 21:38:25'),
(68278,26923,'action started via WP Cron','2021-01-15 02:39:24','2021-01-14 21:39:24'),
(68279,26923,'action complete via WP Cron','2021-01-15 02:39:24','2021-01-14 21:39:24'),
(68280,26924,'action created','2021-01-15 02:39:24','2021-01-14 21:39:24'),
(68281,26924,'action started via WP Cron','2021-01-15 02:40:37','2021-01-14 21:40:37'),
(68282,26924,'action complete via WP Cron','2021-01-15 02:40:37','2021-01-14 21:40:37'),
(68283,26925,'action created','2021-01-15 02:40:37','2021-01-14 21:40:37'),
(68284,26925,'action started via WP Cron','2021-01-15 02:41:13','2021-01-14 21:41:13'),
(68285,26925,'action complete via WP Cron','2021-01-15 02:41:13','2021-01-14 21:41:13'),
(68286,26926,'action created','2021-01-15 02:41:13','2021-01-14 21:41:13'),
(68287,26926,'action started via WP Cron','2021-01-15 02:42:22','2021-01-14 21:42:22'),
(68288,26926,'action complete via WP Cron','2021-01-15 02:42:22','2021-01-14 21:42:22'),
(68289,26927,'action created','2021-01-15 02:42:22','2021-01-14 21:42:22'),
(68290,26927,'action started via WP Cron','2021-01-15 02:43:21','2021-01-14 21:43:21'),
(68291,26927,'action complete via WP Cron','2021-01-15 02:43:21','2021-01-14 21:43:21'),
(68292,26928,'action created','2021-01-15 02:43:21','2021-01-14 21:43:21'),
(68293,26928,'action started via WP Cron','2021-01-15 02:44:13','2021-01-14 21:44:13'),
(68294,26928,'action complete via WP Cron','2021-01-15 02:44:13','2021-01-14 21:44:13'),
(68295,26929,'action created','2021-01-15 02:44:13','2021-01-14 21:44:13'),
(68296,26929,'action started via WP Cron','2021-01-15 02:45:21','2021-01-14 21:45:21'),
(68297,26929,'action complete via WP Cron','2021-01-15 02:45:21','2021-01-14 21:45:21'),
(68298,26930,'action created','2021-01-15 02:45:22','2021-01-14 21:45:22'),
(68299,26930,'action started via WP Cron','2021-01-15 02:46:23','2021-01-14 21:46:23'),
(68300,26930,'action complete via WP Cron','2021-01-15 02:46:23','2021-01-14 21:46:23'),
(68301,26931,'action created','2021-01-15 02:46:23','2021-01-14 21:46:23'),
(68302,26931,'action started via WP Cron','2021-01-15 02:47:18','2021-01-14 21:47:18'),
(68303,26931,'action complete via WP Cron','2021-01-15 02:47:18','2021-01-14 21:47:18'),
(68304,26932,'action created','2021-01-15 02:47:18','2021-01-14 21:47:18'),
(68305,26932,'action started via WP Cron','2021-01-15 02:48:27','2021-01-14 21:48:27'),
(68306,26932,'action complete via WP Cron','2021-01-15 02:48:27','2021-01-14 21:48:27'),
(68307,26933,'action created','2021-01-15 02:48:27','2021-01-14 21:48:27'),
(68308,26933,'action started via WP Cron','2021-01-15 02:49:22','2021-01-14 21:49:22'),
(68309,26933,'action complete via WP Cron','2021-01-15 02:49:23','2021-01-14 21:49:23'),
(68310,26934,'action created','2021-01-15 02:49:23','2021-01-14 21:49:23'),
(68311,26934,'action started via WP Cron','2021-01-15 02:50:15','2021-01-14 21:50:15'),
(68312,26934,'action complete via WP Cron','2021-01-15 02:50:15','2021-01-14 21:50:15'),
(68313,26935,'action created','2021-01-15 02:50:15','2021-01-14 21:50:15'),
(68314,26935,'action started via WP Cron','2021-01-15 02:52:14','2021-01-14 21:52:14'),
(68315,26935,'action complete via WP Cron','2021-01-15 02:52:14','2021-01-14 21:52:14'),
(68316,26936,'action created','2021-01-15 02:52:14','2021-01-14 21:52:14'),
(68317,26936,'action started via WP Cron','2021-01-15 02:53:25','2021-01-14 21:53:25'),
(68318,26936,'action complete via WP Cron','2021-01-15 02:53:25','2021-01-14 21:53:25'),
(68319,26937,'action created','2021-01-15 02:53:25','2021-01-14 21:53:25'),
(68320,26937,'action started via WP Cron','2021-01-15 02:54:20','2021-01-14 21:54:20'),
(68321,26937,'action complete via WP Cron','2021-01-15 02:54:20','2021-01-14 21:54:20'),
(68322,26938,'action created','2021-01-15 02:54:20','2021-01-14 21:54:20'),
(68323,26938,'action started via WP Cron','2021-01-15 02:55:36','2021-01-14 21:55:36'),
(68324,26938,'action complete via WP Cron','2021-01-15 02:55:36','2021-01-14 21:55:36'),
(68325,26939,'action created','2021-01-15 02:55:36','2021-01-14 21:55:36'),
(68326,26939,'action started via WP Cron','2021-01-15 02:56:14','2021-01-14 21:56:14'),
(68327,26939,'action complete via WP Cron','2021-01-15 02:56:14','2021-01-14 21:56:14'),
(68328,26940,'action created','2021-01-15 02:56:14','2021-01-14 21:56:14'),
(68329,26940,'action started via WP Cron','2021-01-15 02:57:13','2021-01-14 21:57:13'),
(68330,26940,'action complete via WP Cron','2021-01-15 02:57:14','2021-01-14 21:57:14'),
(68331,26941,'action created','2021-01-15 02:57:14','2021-01-14 21:57:14'),
(68332,26941,'action started via WP Cron','2021-01-15 02:58:52','2021-01-14 21:58:52'),
(68333,26941,'action complete via WP Cron','2021-01-15 02:58:52','2021-01-14 21:58:52'),
(68334,26942,'action created','2021-01-15 02:58:52','2021-01-14 21:58:52'),
(68335,26942,'action started via WP Cron','2021-01-15 02:59:59','2021-01-14 21:59:59'),
(68336,26942,'action complete via WP Cron','2021-01-15 02:59:59','2021-01-14 21:59:59'),
(68337,26943,'action created','2021-01-15 02:59:59','2021-01-14 21:59:59'),
(68338,26943,'action started via WP Cron','2021-01-15 03:00:24','2021-01-14 22:00:24'),
(68339,26943,'action complete via WP Cron','2021-01-15 03:00:24','2021-01-14 22:00:24'),
(68340,26944,'action created','2021-01-15 03:00:24','2021-01-14 22:00:24'),
(68341,26944,'action started via WP Cron','2021-01-15 03:01:18','2021-01-14 22:01:18'),
(68342,26944,'action complete via WP Cron','2021-01-15 03:01:18','2021-01-14 22:01:18'),
(68343,26945,'action created','2021-01-15 03:01:19','2021-01-14 22:01:19'),
(68344,26945,'action started via WP Cron','2021-01-15 03:03:18','2021-01-14 22:03:18'),
(68345,26945,'action complete via WP Cron','2021-01-15 03:03:18','2021-01-14 22:03:18'),
(68346,26946,'action created','2021-01-15 03:03:18','2021-01-14 22:03:18'),
(68347,26946,'action started via WP Cron','2021-01-15 03:05:27','2021-01-14 22:05:27'),
(68348,26946,'action complete via WP Cron','2021-01-15 03:05:27','2021-01-14 22:05:27'),
(68349,26947,'action created','2021-01-15 03:05:27','2021-01-14 22:05:27'),
(68350,26947,'action started via WP Cron','2021-01-15 03:06:30','2021-01-14 22:06:30'),
(68351,26947,'action complete via WP Cron','2021-01-15 03:06:30','2021-01-14 22:06:30'),
(68352,26948,'action created','2021-01-15 03:06:30','2021-01-14 22:06:30'),
(68353,26948,'action started via WP Cron','2021-01-15 03:08:00','2021-01-14 22:08:00'),
(68354,26948,'action complete via WP Cron','2021-01-15 03:08:00','2021-01-14 22:08:00'),
(68355,26949,'action created','2021-01-15 03:08:00','2021-01-14 22:08:00'),
(68356,26949,'action started via WP Cron','2021-01-15 03:08:13','2021-01-14 22:08:13'),
(68357,26949,'action complete via WP Cron','2021-01-15 03:08:13','2021-01-14 22:08:13'),
(68358,26950,'action created','2021-01-15 03:08:13','2021-01-14 22:08:13'),
(68359,26950,'action started via WP Cron','2021-01-15 03:09:23','2021-01-14 22:09:23'),
(68360,26950,'action complete via WP Cron','2021-01-15 03:09:23','2021-01-14 22:09:23'),
(68361,26951,'action created','2021-01-15 03:09:23','2021-01-14 22:09:23'),
(68362,26951,'action started via WP Cron','2021-01-15 03:13:24','2021-01-14 22:13:24'),
(68363,26951,'action complete via WP Cron','2021-01-15 03:13:24','2021-01-14 22:13:24'),
(68364,26952,'action created','2021-01-15 03:13:24','2021-01-14 22:13:24'),
(68365,26952,'action started via WP Cron','2021-01-15 03:16:16','2021-01-14 22:16:16'),
(68366,26952,'action complete via WP Cron','2021-01-15 03:16:16','2021-01-14 22:16:16'),
(68367,26953,'action created','2021-01-15 03:16:16','2021-01-14 22:16:16'),
(68368,26953,'action started via WP Cron','2021-01-15 03:17:40','2021-01-14 22:17:40'),
(68369,26953,'action complete via WP Cron','2021-01-15 03:17:40','2021-01-14 22:17:40'),
(68370,26954,'action created','2021-01-15 03:17:40','2021-01-14 22:17:40'),
(68371,26954,'action started via WP Cron','2021-01-15 03:18:14','2021-01-14 22:18:14'),
(68372,26954,'action complete via WP Cron','2021-01-15 03:18:14','2021-01-14 22:18:14'),
(68373,26955,'action created','2021-01-15 03:18:14','2021-01-14 22:18:14'),
(68374,26955,'action started via WP Cron','2021-01-15 03:19:39','2021-01-14 22:19:39'),
(68375,26955,'action complete via WP Cron','2021-01-15 03:19:39','2021-01-14 22:19:39'),
(68376,26956,'action created','2021-01-15 03:19:39','2021-01-14 22:19:39'),
(68377,26956,'action started via WP Cron','2021-01-15 03:21:37','2021-01-14 22:21:37'),
(68378,26956,'action complete via WP Cron','2021-01-15 03:21:37','2021-01-14 22:21:37'),
(68379,26957,'action created','2021-01-15 03:21:38','2021-01-14 22:21:38'),
(68380,26957,'action started via WP Cron','2021-01-15 03:22:15','2021-01-14 22:22:15'),
(68381,26957,'action complete via WP Cron','2021-01-15 03:22:15','2021-01-14 22:22:15'),
(68382,26958,'action created','2021-01-15 03:22:15','2021-01-14 22:22:15'),
(68383,26958,'action started via WP Cron','2021-01-15 03:23:15','2021-01-14 22:23:15'),
(68384,26958,'action complete via WP Cron','2021-01-15 03:23:15','2021-01-14 22:23:15'),
(68385,26959,'action created','2021-01-15 03:23:15','2021-01-14 22:23:15'),
(68386,26959,'action started via WP Cron','2021-01-15 03:25:17','2021-01-14 22:25:17'),
(68387,26959,'action complete via WP Cron','2021-01-15 03:25:17','2021-01-14 22:25:17'),
(68388,26960,'action created','2021-01-15 03:25:17','2021-01-14 22:25:17'),
(68389,26960,'action started via WP Cron','2021-01-15 03:27:21','2021-01-14 22:27:21'),
(68390,26960,'action complete via WP Cron','2021-01-15 03:27:21','2021-01-14 22:27:21'),
(68391,26961,'action created','2021-01-15 03:27:21','2021-01-14 22:27:21'),
(68392,26961,'action started via WP Cron','2021-01-15 03:28:35','2021-01-14 22:28:35'),
(68393,26961,'action complete via WP Cron','2021-01-15 03:28:35','2021-01-14 22:28:35'),
(68394,26962,'action created','2021-01-15 03:28:35','2021-01-14 22:28:35'),
(68395,26962,'action started via WP Cron','2021-01-15 03:29:28','2021-01-14 22:29:28'),
(68396,26962,'action complete via WP Cron','2021-01-15 03:29:28','2021-01-14 22:29:28'),
(68397,26963,'action created','2021-01-15 03:29:28','2021-01-14 22:29:28'),
(68398,26963,'action started via WP Cron','2021-01-15 03:30:17','2021-01-14 22:30:17'),
(68399,26963,'action complete via WP Cron','2021-01-15 03:30:17','2021-01-14 22:30:17'),
(68400,26964,'action created','2021-01-15 03:30:17','2021-01-14 22:30:17'),
(68401,26964,'action started via WP Cron','2021-01-15 03:31:52','2021-01-14 22:31:52'),
(68402,26964,'action complete via WP Cron','2021-01-15 03:31:52','2021-01-14 22:31:52'),
(68403,26965,'action created','2021-01-15 03:31:52','2021-01-14 22:31:52'),
(68404,26965,'action started via WP Cron','2021-01-15 03:33:09','2021-01-14 22:33:09'),
(68405,26965,'action complete via WP Cron','2021-01-15 03:33:09','2021-01-14 22:33:09'),
(68406,26966,'action created','2021-01-15 03:33:09','2021-01-14 22:33:09'),
(68407,26966,'action started via WP Cron','2021-01-15 03:33:35','2021-01-14 22:33:35'),
(68408,26966,'action complete via WP Cron','2021-01-15 03:33:35','2021-01-14 22:33:35'),
(68409,26967,'action created','2021-01-15 03:33:35','2021-01-14 22:33:35'),
(68410,26967,'action started via WP Cron','2021-01-15 03:34:58','2021-01-14 22:34:58'),
(68411,26967,'action complete via WP Cron','2021-01-15 03:34:58','2021-01-14 22:34:58'),
(68412,26968,'action created','2021-01-15 03:34:58','2021-01-14 22:34:58'),
(68413,26968,'action started via WP Cron','2021-01-15 03:35:53','2021-01-14 22:35:53'),
(68414,26968,'action complete via WP Cron','2021-01-15 03:35:53','2021-01-14 22:35:53'),
(68415,26969,'action created','2021-01-15 03:35:54','2021-01-14 22:35:54'),
(68416,26969,'action started via WP Cron','2021-01-15 03:37:36','2021-01-14 22:37:36'),
(68417,26969,'action complete via WP Cron','2021-01-15 03:37:36','2021-01-14 22:37:36'),
(68418,26970,'action created','2021-01-15 03:37:36','2021-01-14 22:37:36'),
(68419,26970,'action started via WP Cron','2021-01-15 03:41:30','2021-01-14 22:41:30'),
(68420,26970,'action complete via WP Cron','2021-01-15 03:41:30','2021-01-14 22:41:30'),
(68421,26971,'action created','2021-01-15 03:41:30','2021-01-14 22:41:30'),
(68422,26971,'action started via WP Cron','2021-01-15 03:43:00','2021-01-14 22:43:00'),
(68423,26971,'action complete via WP Cron','2021-01-15 03:43:00','2021-01-14 22:43:00'),
(68424,26972,'action created','2021-01-15 03:43:00','2021-01-14 22:43:00'),
(68425,26972,'action started via WP Cron','2021-01-15 03:44:50','2021-01-14 22:44:50'),
(68426,26972,'action complete via WP Cron','2021-01-15 03:44:50','2021-01-14 22:44:50'),
(68427,26973,'action created','2021-01-15 03:44:50','2021-01-14 22:44:50'),
(68428,26973,'action started via WP Cron','2021-01-15 03:45:44','2021-01-14 22:45:44'),
(68429,26973,'action complete via WP Cron','2021-01-15 03:45:44','2021-01-14 22:45:44'),
(68430,26974,'action created','2021-01-15 03:45:44','2021-01-14 22:45:44'),
(68431,26974,'action started via WP Cron','2021-01-15 03:46:28','2021-01-14 22:46:28'),
(68432,26974,'action complete via WP Cron','2021-01-15 03:46:28','2021-01-14 22:46:28'),
(68433,26975,'action created','2021-01-15 03:46:28','2021-01-14 22:46:28'),
(68434,26975,'action started via WP Cron','2021-01-15 03:47:13','2021-01-14 22:47:13'),
(68435,26975,'action complete via WP Cron','2021-01-15 03:47:13','2021-01-14 22:47:13'),
(68436,26976,'action created','2021-01-15 03:47:13','2021-01-14 22:47:13'),
(68437,26976,'action started via WP Cron','2021-01-15 03:49:16','2021-01-14 22:49:16'),
(68438,26976,'action complete via WP Cron','2021-01-15 03:49:16','2021-01-14 22:49:16'),
(68439,26977,'action created','2021-01-15 03:49:17','2021-01-14 22:49:17'),
(68440,26977,'action started via WP Cron','2021-01-15 03:53:49','2021-01-14 22:53:49'),
(68441,26977,'action complete via WP Cron','2021-01-15 03:53:49','2021-01-14 22:53:49'),
(68442,26978,'action created','2021-01-15 03:53:52','2021-01-14 22:53:52'),
(68443,26978,'action started via WP Cron','2021-01-15 03:55:37','2021-01-14 22:55:37'),
(68444,26978,'action complete via WP Cron','2021-01-15 03:55:37','2021-01-14 22:55:37'),
(68445,26979,'action created','2021-01-15 03:55:37','2021-01-14 22:55:37'),
(68446,26979,'action started via WP Cron','2021-01-15 03:57:32','2021-01-14 22:57:32'),
(68447,26979,'action complete via WP Cron','2021-01-15 03:57:32','2021-01-14 22:57:32'),
(68448,26980,'action created','2021-01-15 03:57:32','2021-01-14 22:57:32'),
(68449,26980,'action started via WP Cron','2021-01-15 04:00:34','2021-01-14 23:00:34'),
(68450,26980,'action complete via WP Cron','2021-01-15 04:00:34','2021-01-14 23:00:34'),
(68451,26981,'action created','2021-01-15 04:00:34','2021-01-14 23:00:34'),
(68452,26981,'action started via WP Cron','2021-01-15 04:01:46','2021-01-14 23:01:46'),
(68453,26981,'action complete via WP Cron','2021-01-15 04:01:46','2021-01-14 23:01:46'),
(68454,26982,'action created','2021-01-15 04:01:46','2021-01-14 23:01:46'),
(68455,26982,'action started via WP Cron','2021-01-15 04:02:13','2021-01-14 23:02:13'),
(68456,26982,'action complete via WP Cron','2021-01-15 04:02:13','2021-01-14 23:02:13'),
(68457,26983,'action created','2021-01-15 04:02:13','2021-01-14 23:02:13'),
(68458,26983,'action started via WP Cron','2021-01-15 04:04:28','2021-01-14 23:04:28'),
(68459,26983,'action complete via WP Cron','2021-01-15 04:04:28','2021-01-14 23:04:28'),
(68460,26984,'action created','2021-01-15 04:04:29','2021-01-14 23:04:29'),
(68461,26984,'action started via WP Cron','2021-01-15 04:05:41','2021-01-14 23:05:41'),
(68462,26984,'action complete via WP Cron','2021-01-15 04:05:41','2021-01-14 23:05:41'),
(68463,26985,'action created','2021-01-15 04:05:41','2021-01-14 23:05:41'),
(68464,26985,'action started via WP Cron','2021-01-15 04:06:12','2021-01-14 23:06:12'),
(68465,26985,'action complete via WP Cron','2021-01-15 04:06:12','2021-01-14 23:06:12'),
(68466,26986,'action created','2021-01-15 04:06:12','2021-01-14 23:06:12'),
(68467,26986,'action started via WP Cron','2021-01-15 04:07:16','2021-01-14 23:07:16'),
(68468,26986,'action complete via WP Cron','2021-01-15 04:07:16','2021-01-14 23:07:16'),
(68469,26987,'action created','2021-01-15 04:07:16','2021-01-14 23:07:16'),
(68470,26987,'action started via WP Cron','2021-01-15 04:08:20','2021-01-14 23:08:20'),
(68471,26987,'action complete via WP Cron','2021-01-15 04:08:20','2021-01-14 23:08:20'),
(68472,26988,'action created','2021-01-15 04:08:20','2021-01-14 23:08:20'),
(68473,26988,'action started via WP Cron','2021-01-15 04:09:45','2021-01-14 23:09:45'),
(68474,26988,'action complete via WP Cron','2021-01-15 04:09:45','2021-01-14 23:09:45'),
(68475,26989,'action created','2021-01-15 04:09:45','2021-01-14 23:09:45'),
(68476,26989,'action started via WP Cron','2021-01-15 04:10:12','2021-01-14 23:10:12'),
(68477,26989,'action complete via WP Cron','2021-01-15 04:10:12','2021-01-14 23:10:12'),
(68478,26990,'action created','2021-01-15 04:10:12','2021-01-14 23:10:12'),
(68479,26990,'action started via WP Cron','2021-01-15 04:11:11','2021-01-14 23:11:11'),
(68480,26990,'action complete via WP Cron','2021-01-15 04:11:11','2021-01-14 23:11:11'),
(68481,26991,'action created','2021-01-15 04:11:11','2021-01-14 23:11:11'),
(68482,26991,'action started via WP Cron','2021-01-15 04:12:12','2021-01-14 23:12:12'),
(68483,26991,'action complete via WP Cron','2021-01-15 04:12:12','2021-01-14 23:12:12'),
(68484,26992,'action created','2021-01-15 04:12:12','2021-01-14 23:12:12'),
(68485,26992,'action started via WP Cron','2021-01-15 04:14:38','2021-01-14 23:14:38'),
(68486,26992,'action complete via WP Cron','2021-01-15 04:14:38','2021-01-14 23:14:38'),
(68487,26993,'action created','2021-01-15 04:14:38','2021-01-14 23:14:38'),
(68488,26993,'action started via WP Cron','2021-01-15 04:15:53','2021-01-14 23:15:53'),
(68489,26993,'action complete via WP Cron','2021-01-15 04:15:53','2021-01-14 23:15:53'),
(68490,26994,'action created','2021-01-15 04:15:53','2021-01-14 23:15:53'),
(68491,26994,'action started via WP Cron','2021-01-15 04:17:05','2021-01-14 23:17:05'),
(68492,26994,'action complete via WP Cron','2021-01-15 04:17:05','2021-01-14 23:17:05'),
(68493,26995,'action created','2021-01-15 04:17:05','2021-01-14 23:17:05'),
(68494,26995,'action started via WP Cron','2021-01-15 04:17:53','2021-01-14 23:17:53'),
(68495,26995,'action complete via WP Cron','2021-01-15 04:17:53','2021-01-14 23:17:53'),
(68496,26996,'action created','2021-01-15 04:17:53','2021-01-14 23:17:53'),
(68497,26996,'action started via WP Cron','2021-01-15 04:18:49','2021-01-14 23:18:49'),
(68498,26996,'action complete via WP Cron','2021-01-15 04:18:49','2021-01-14 23:18:49'),
(68499,26997,'action created','2021-01-15 04:18:49','2021-01-14 23:18:49'),
(68500,26997,'action started via WP Cron','2021-01-15 04:19:50','2021-01-14 23:19:50'),
(68501,26997,'action complete via WP Cron','2021-01-15 04:19:50','2021-01-14 23:19:50'),
(68502,26998,'action created','2021-01-15 04:19:50','2021-01-14 23:19:50'),
(68503,26998,'action started via WP Cron','2021-01-15 04:20:43','2021-01-14 23:20:43'),
(68504,26998,'action complete via WP Cron','2021-01-15 04:20:43','2021-01-14 23:20:43'),
(68505,26999,'action created','2021-01-15 04:20:43','2021-01-14 23:20:43'),
(68506,26999,'action started via WP Cron','2021-01-15 04:21:19','2021-01-14 23:21:19'),
(68507,26999,'action complete via WP Cron','2021-01-15 04:21:19','2021-01-14 23:21:19'),
(68508,27000,'action created','2021-01-15 04:21:19','2021-01-14 23:21:19'),
(68509,27000,'action started via WP Cron','2021-01-15 04:23:10','2021-01-14 23:23:10'),
(68510,27000,'action complete via WP Cron','2021-01-15 04:23:10','2021-01-14 23:23:10'),
(68511,27001,'action created','2021-01-15 04:23:10','2021-01-14 23:23:10'),
(68512,27001,'action started via WP Cron','2021-01-15 04:24:49','2021-01-14 23:24:49'),
(68513,27001,'action complete via WP Cron','2021-01-15 04:24:49','2021-01-14 23:24:49'),
(68514,27002,'action created','2021-01-15 04:24:49','2021-01-14 23:24:49'),
(68515,27002,'action started via WP Cron','2021-01-15 04:25:52','2021-01-14 23:25:52'),
(68516,27002,'action complete via WP Cron','2021-01-15 04:25:52','2021-01-14 23:25:52'),
(68517,27003,'action created','2021-01-15 04:25:52','2021-01-14 23:25:52'),
(68518,27003,'action started via WP Cron','2021-01-15 04:27:27','2021-01-14 23:27:27'),
(68519,27003,'action complete via WP Cron','2021-01-15 04:27:27','2021-01-14 23:27:27'),
(68520,27004,'action created','2021-01-15 04:27:27','2021-01-14 23:27:27'),
(68521,27004,'action started via WP Cron','2021-01-15 04:29:53','2021-01-14 23:29:53'),
(68522,27004,'action complete via WP Cron','2021-01-15 04:29:53','2021-01-14 23:29:53'),
(68523,27005,'action created','2021-01-15 04:29:53','2021-01-14 23:29:53'),
(68524,27005,'action started via WP Cron','2021-01-15 04:30:49','2021-01-14 23:30:49'),
(68525,27005,'action complete via WP Cron','2021-01-15 04:30:49','2021-01-14 23:30:49'),
(68526,27006,'action created','2021-01-15 04:30:49','2021-01-14 23:30:49'),
(68527,27006,'action started via WP Cron','2021-01-15 04:31:37','2021-01-14 23:31:37'),
(68528,27006,'action complete via WP Cron','2021-01-15 04:31:37','2021-01-14 23:31:37'),
(68529,27007,'action created','2021-01-15 04:31:38','2021-01-14 23:31:38'),
(68530,27007,'action started via WP Cron','2021-01-15 04:32:12','2021-01-14 23:32:12'),
(68531,27007,'action complete via WP Cron','2021-01-15 04:32:12','2021-01-14 23:32:12'),
(68532,27008,'action created','2021-01-15 04:32:12','2021-01-14 23:32:12'),
(68533,27008,'action started via WP Cron','2021-01-15 04:35:14','2021-01-14 23:35:14'),
(68534,27008,'action complete via WP Cron','2021-01-15 04:35:14','2021-01-14 23:35:14'),
(68535,27009,'action created','2021-01-15 04:35:14','2021-01-14 23:35:14'),
(68536,27009,'action started via WP Cron','2021-01-15 04:36:18','2021-01-14 23:36:18'),
(68537,27009,'action complete via WP Cron','2021-01-15 04:36:18','2021-01-14 23:36:18'),
(68538,27010,'action created','2021-01-15 04:36:18','2021-01-14 23:36:18'),
(68539,27010,'action started via WP Cron','2021-01-15 04:37:30','2021-01-14 23:37:30'),
(68540,27010,'action complete via WP Cron','2021-01-15 04:37:30','2021-01-14 23:37:30'),
(68541,27011,'action created','2021-01-15 04:37:30','2021-01-14 23:37:30'),
(68542,27011,'action started via WP Cron','2021-01-15 04:38:40','2021-01-14 23:38:40'),
(68543,27011,'action complete via WP Cron','2021-01-15 04:38:40','2021-01-14 23:38:40'),
(68544,27012,'action created','2021-01-15 04:38:40','2021-01-14 23:38:40'),
(68545,27012,'action started via WP Cron','2021-01-15 04:39:55','2021-01-14 23:39:55'),
(68546,27012,'action complete via WP Cron','2021-01-15 04:39:55','2021-01-14 23:39:55'),
(68547,27013,'action created','2021-01-15 04:39:56','2021-01-14 23:39:56'),
(68548,27013,'action started via WP Cron','2021-01-15 04:40:41','2021-01-14 23:40:41'),
(68549,27013,'action complete via WP Cron','2021-01-15 04:40:41','2021-01-14 23:40:41'),
(68550,27014,'action created','2021-01-15 04:40:41','2021-01-14 23:40:41'),
(68551,27014,'action started via WP Cron','2021-01-15 04:41:49','2021-01-14 23:41:49'),
(68552,27014,'action complete via WP Cron','2021-01-15 04:41:49','2021-01-14 23:41:49'),
(68553,27015,'action created','2021-01-15 04:41:49','2021-01-14 23:41:49'),
(68554,27015,'action started via WP Cron','2021-01-15 04:43:30','2021-01-14 23:43:30'),
(68555,27015,'action complete via WP Cron','2021-01-15 04:43:30','2021-01-14 23:43:30'),
(68556,27016,'action created','2021-01-15 04:43:30','2021-01-14 23:43:30'),
(68557,27016,'action started via WP Cron','2021-01-15 04:44:21','2021-01-14 23:44:21'),
(68558,27016,'action complete via WP Cron','2021-01-15 04:44:21','2021-01-14 23:44:21'),
(68559,27017,'action created','2021-01-15 04:44:21','2021-01-14 23:44:21'),
(68560,27017,'action started via WP Cron','2021-01-15 04:45:30','2021-01-14 23:45:30'),
(68561,27017,'action complete via WP Cron','2021-01-15 04:45:30','2021-01-14 23:45:30'),
(68562,27018,'action created','2021-01-15 04:45:30','2021-01-14 23:45:30'),
(68563,27018,'action started via WP Cron','2021-01-15 04:49:22','2021-01-14 23:49:22'),
(68564,27018,'action complete via WP Cron','2021-01-15 04:49:22','2021-01-14 23:49:22'),
(68565,27019,'action created','2021-01-15 04:49:22','2021-01-14 23:49:22'),
(68566,27019,'action started via WP Cron','2021-01-15 04:53:34','2021-01-14 23:53:34'),
(68567,27019,'action complete via WP Cron','2021-01-15 04:53:34','2021-01-14 23:53:34'),
(68568,27020,'action created','2021-01-15 04:53:34','2021-01-14 23:53:34'),
(68569,27020,'action started via WP Cron','2021-01-15 04:56:54','2021-01-14 23:56:54'),
(68570,27020,'action complete via WP Cron','2021-01-15 04:56:54','2021-01-14 23:56:54'),
(68571,27021,'action created','2021-01-15 04:56:54','2021-01-14 23:56:54'),
(68572,27021,'action started via WP Cron','2021-01-15 04:57:56','2021-01-14 23:57:56'),
(68573,27021,'action complete via WP Cron','2021-01-15 04:57:56','2021-01-14 23:57:56'),
(68574,27022,'action created','2021-01-15 04:57:56','2021-01-14 23:57:56'),
(68575,27022,'action started via WP Cron','2021-01-15 04:59:59','2021-01-14 23:59:59'),
(68576,27022,'action complete via WP Cron','2021-01-15 04:59:59','2021-01-14 23:59:59'),
(68577,27023,'action created','2021-01-15 04:59:59','2021-01-14 23:59:59'),
(68578,27023,'action started via WP Cron','2021-01-15 05:00:12','2021-01-15 00:00:12'),
(68579,27023,'action complete via WP Cron','2021-01-15 05:00:12','2021-01-15 00:00:12'),
(68580,27024,'action created','2021-01-15 05:00:12','2021-01-15 00:00:12'),
(68581,27024,'action started via WP Cron','2021-01-15 05:02:06','2021-01-15 00:02:06'),
(68582,27024,'action complete via WP Cron','2021-01-15 05:02:06','2021-01-15 00:02:06'),
(68583,27025,'action created','2021-01-15 05:02:06','2021-01-15 00:02:06'),
(68584,27025,'action started via WP Cron','2021-01-15 05:02:19','2021-01-15 00:02:19'),
(68585,27025,'action complete via WP Cron','2021-01-15 05:02:19','2021-01-15 00:02:19'),
(68586,27026,'action created','2021-01-15 05:02:27','2021-01-15 00:02:27'),
(68587,27026,'action started via WP Cron','2021-01-15 05:05:38','2021-01-15 00:05:38'),
(68588,27026,'action complete via WP Cron','2021-01-15 05:05:38','2021-01-15 00:05:38'),
(68589,27027,'action created','2021-01-15 05:05:38','2021-01-15 00:05:38'),
(68590,27027,'action started via WP Cron','2021-01-15 05:06:46','2021-01-15 00:06:46'),
(68591,27027,'action complete via WP Cron','2021-01-15 05:06:46','2021-01-15 00:06:46'),
(68592,27028,'action created','2021-01-15 05:06:46','2021-01-15 00:06:46'),
(68593,27028,'action started via WP Cron','2021-01-15 05:07:22','2021-01-15 00:07:22'),
(68594,27028,'action complete via WP Cron','2021-01-15 05:07:22','2021-01-15 00:07:22'),
(68595,27029,'action created','2021-01-15 05:07:22','2021-01-15 00:07:22'),
(68596,27029,'action started via WP Cron','2021-01-15 05:08:36','2021-01-15 00:08:36'),
(68597,27029,'action complete via WP Cron','2021-01-15 05:08:36','2021-01-15 00:08:36'),
(68598,27030,'action created','2021-01-15 05:08:36','2021-01-15 00:08:36'),
(68599,27030,'action started via WP Cron','2021-01-15 05:09:32','2021-01-15 00:09:32'),
(68600,27030,'action complete via WP Cron','2021-01-15 05:09:32','2021-01-15 00:09:32'),
(68601,27031,'action created','2021-01-15 05:09:32','2021-01-15 00:09:32'),
(68602,27031,'action started via WP Cron','2021-01-15 05:10:56','2021-01-15 00:10:56'),
(68603,27031,'action complete via WP Cron','2021-01-15 05:10:56','2021-01-15 00:10:56'),
(68604,27032,'action created','2021-01-15 05:10:56','2021-01-15 00:10:56'),
(68605,27032,'action started via WP Cron','2021-01-15 05:11:19','2021-01-15 00:11:19'),
(68606,27032,'action complete via WP Cron','2021-01-15 05:11:19','2021-01-15 00:11:19'),
(68607,27033,'action created','2021-01-15 05:11:19','2021-01-15 00:11:19'),
(68608,27033,'action started via WP Cron','2021-01-15 05:12:15','2021-01-15 00:12:15'),
(68609,27033,'action complete via WP Cron','2021-01-15 05:12:15','2021-01-15 00:12:15'),
(68610,27034,'action created','2021-01-15 05:12:16','2021-01-15 00:12:16'),
(68611,27034,'action started via WP Cron','2021-01-15 05:13:59','2021-01-15 00:13:59'),
(68612,27034,'action complete via WP Cron','2021-01-15 05:13:59','2021-01-15 00:13:59'),
(68613,27035,'action created','2021-01-15 05:13:59','2021-01-15 00:13:59'),
(68614,27035,'action started via WP Cron','2021-01-15 05:14:40','2021-01-15 00:14:40'),
(68615,27035,'action complete via WP Cron','2021-01-15 05:14:40','2021-01-15 00:14:40'),
(68616,27036,'action created','2021-01-15 05:14:40','2021-01-15 00:14:40'),
(68617,27036,'action started via WP Cron','2021-01-15 05:15:37','2021-01-15 00:15:37'),
(68618,27036,'action complete via WP Cron','2021-01-15 05:15:37','2021-01-15 00:15:37'),
(68619,27037,'action created','2021-01-15 05:15:37','2021-01-15 00:15:37'),
(68620,27037,'action started via WP Cron','2021-01-15 05:17:24','2021-01-15 00:17:24'),
(68621,27037,'action complete via WP Cron','2021-01-15 05:17:24','2021-01-15 00:17:24'),
(68622,27038,'action created','2021-01-15 05:17:24','2021-01-15 00:17:24'),
(68623,27038,'action started via WP Cron','2021-01-15 05:18:16','2021-01-15 00:18:16'),
(68624,27038,'action complete via WP Cron','2021-01-15 05:18:16','2021-01-15 00:18:16'),
(68625,27039,'action created','2021-01-15 05:19:06','2021-01-15 00:19:06'),
(68626,27039,'action started via WP Cron','2021-01-15 05:19:48','2021-01-15 00:19:48'),
(68627,27039,'action complete via WP Cron','2021-01-15 05:19:49','2021-01-15 00:19:49'),
(68628,27040,'action created','2021-01-15 05:19:49','2021-01-15 00:19:49'),
(68629,27040,'action started via WP Cron','2021-01-15 05:21:17','2021-01-15 00:21:17'),
(68630,27040,'action complete via WP Cron','2021-01-15 05:21:17','2021-01-15 00:21:17'),
(68631,27041,'action created','2021-01-15 05:21:17','2021-01-15 00:21:17'),
(68632,27041,'action started via WP Cron','2021-01-15 05:22:48','2021-01-15 00:22:48'),
(68633,27041,'action complete via WP Cron','2021-01-15 05:22:48','2021-01-15 00:22:48'),
(68634,27042,'action created','2021-01-15 05:22:48','2021-01-15 00:22:48'),
(68635,27042,'action started via WP Cron','2021-01-15 05:23:17','2021-01-15 00:23:17'),
(68636,27042,'action complete via WP Cron','2021-01-15 05:23:17','2021-01-15 00:23:17'),
(68637,27043,'action created','2021-01-15 05:23:17','2021-01-15 00:23:17'),
(68638,27043,'action started via WP Cron','2021-01-15 05:24:17','2021-01-15 00:24:17'),
(68639,27043,'action complete via WP Cron','2021-01-15 05:24:17','2021-01-15 00:24:17'),
(68640,27044,'action created','2021-01-15 05:24:17','2021-01-15 00:24:17'),
(68641,27044,'action started via WP Cron','2021-01-15 05:25:18','2021-01-15 00:25:18'),
(68642,27044,'action complete via WP Cron','2021-01-15 05:25:18','2021-01-15 00:25:18'),
(68643,27045,'action created','2021-01-15 05:25:19','2021-01-15 00:25:19'),
(68644,27045,'action started via WP Cron','2021-01-15 05:26:45','2021-01-15 00:26:45'),
(68645,27045,'action complete via WP Cron','2021-01-15 05:26:45','2021-01-15 00:26:45'),
(68646,27046,'action created','2021-01-15 05:26:45','2021-01-15 00:26:45'),
(68647,27046,'action started via WP Cron','2021-01-15 05:27:46','2021-01-15 00:27:46'),
(68648,27046,'action complete via WP Cron','2021-01-15 05:27:46','2021-01-15 00:27:46'),
(68649,27047,'action created','2021-01-15 05:27:46','2021-01-15 00:27:46'),
(68650,27047,'action started via WP Cron','2021-01-15 05:28:36','2021-01-15 00:28:36'),
(68651,27047,'action complete via WP Cron','2021-01-15 05:28:36','2021-01-15 00:28:36'),
(68652,27048,'action created','2021-01-15 05:28:36','2021-01-15 00:28:36'),
(68653,27048,'action started via WP Cron','2021-01-15 05:29:55','2021-01-15 00:29:55'),
(68654,27048,'action complete via WP Cron','2021-01-15 05:29:55','2021-01-15 00:29:55'),
(68655,27049,'action created','2021-01-15 05:29:55','2021-01-15 00:29:55'),
(68656,27049,'action started via WP Cron','2021-01-15 05:30:56','2021-01-15 00:30:56'),
(68657,27049,'action complete via WP Cron','2021-01-15 05:30:56','2021-01-15 00:30:56'),
(68658,27050,'action created','2021-01-15 05:30:56','2021-01-15 00:30:56'),
(68659,27050,'action started via WP Cron','2021-01-15 05:32:17','2021-01-15 00:32:17'),
(68660,27050,'action complete via WP Cron','2021-01-15 05:32:17','2021-01-15 00:32:17'),
(68661,27051,'action created','2021-01-15 05:32:17','2021-01-15 00:32:17'),
(68662,27051,'action started via WP Cron','2021-01-15 05:34:26','2021-01-15 00:34:26'),
(68663,27051,'action complete via WP Cron','2021-01-15 05:34:26','2021-01-15 00:34:26'),
(68664,27052,'action created','2021-01-15 05:34:26','2021-01-15 00:34:26'),
(68665,27052,'action started via WP Cron','2021-01-15 05:35:43','2021-01-15 00:35:43'),
(68666,27052,'action complete via WP Cron','2021-01-15 05:35:43','2021-01-15 00:35:43'),
(68667,27053,'action created','2021-01-15 05:35:43','2021-01-15 00:35:43'),
(68668,27053,'action started via WP Cron','2021-01-15 05:36:32','2021-01-15 00:36:32'),
(68669,27053,'action complete via WP Cron','2021-01-15 05:36:32','2021-01-15 00:36:32'),
(68670,27054,'action created','2021-01-15 05:36:32','2021-01-15 00:36:32'),
(68671,27054,'action started via WP Cron','2021-01-15 05:37:24','2021-01-15 00:37:24'),
(68672,27054,'action complete via WP Cron','2021-01-15 05:37:24','2021-01-15 00:37:24'),
(68673,27055,'action created','2021-01-15 05:37:24','2021-01-15 00:37:24'),
(68674,27055,'action started via WP Cron','2021-01-15 05:38:15','2021-01-15 00:38:15'),
(68675,27055,'action complete via WP Cron','2021-01-15 05:38:15','2021-01-15 00:38:15'),
(68676,27056,'action created','2021-01-15 05:38:15','2021-01-15 00:38:15'),
(68677,27056,'action started via WP Cron','2021-01-15 05:40:02','2021-01-15 00:40:02'),
(68678,27056,'action complete via WP Cron','2021-01-15 05:40:02','2021-01-15 00:40:02'),
(68679,27057,'action created','2021-01-15 05:40:03','2021-01-15 00:40:03'),
(68680,27057,'action started via WP Cron','2021-01-15 05:40:15','2021-01-15 00:40:15'),
(68681,27057,'action complete via WP Cron','2021-01-15 05:40:15','2021-01-15 00:40:15'),
(68682,27058,'action created','2021-01-15 05:40:15','2021-01-15 00:40:15'),
(68683,27058,'action started via WP Cron','2021-01-15 05:41:49','2021-01-15 00:41:49'),
(68684,27058,'action complete via WP Cron','2021-01-15 05:41:49','2021-01-15 00:41:49'),
(68685,27059,'action created','2021-01-15 05:41:49','2021-01-15 00:41:49'),
(68686,27059,'action started via WP Cron','2021-01-15 05:42:44','2021-01-15 00:42:44'),
(68687,27059,'action complete via WP Cron','2021-01-15 05:42:44','2021-01-15 00:42:44'),
(68688,27060,'action created','2021-01-15 05:42:44','2021-01-15 00:42:44'),
(68689,27060,'action started via WP Cron','2021-01-15 05:44:45','2021-01-15 00:44:45'),
(68690,27060,'action complete via WP Cron','2021-01-15 05:44:45','2021-01-15 00:44:45'),
(68691,27061,'action created','2021-01-15 05:44:45','2021-01-15 00:44:45'),
(68692,27061,'action started via WP Cron','2021-01-15 05:46:00','2021-01-15 00:46:00'),
(68693,27061,'action complete via WP Cron','2021-01-15 05:46:00','2021-01-15 00:46:00'),
(68694,27062,'action created','2021-01-15 05:46:00','2021-01-15 00:46:00'),
(68695,27062,'action started via WP Cron','2021-01-15 05:47:27','2021-01-15 00:47:27'),
(68696,27062,'action complete via WP Cron','2021-01-15 05:47:27','2021-01-15 00:47:27'),
(68697,27063,'action created','2021-01-15 05:47:27','2021-01-15 00:47:27'),
(68698,27063,'action started via WP Cron','2021-01-15 05:49:59','2021-01-15 00:49:59'),
(68699,27063,'action complete via WP Cron','2021-01-15 05:49:59','2021-01-15 00:49:59'),
(68700,27064,'action created','2021-01-15 05:49:59','2021-01-15 00:49:59'),
(68701,27064,'action started via WP Cron','2021-01-15 05:50:16','2021-01-15 00:50:16'),
(68702,27064,'action complete via WP Cron','2021-01-15 05:50:16','2021-01-15 00:50:16'),
(68703,27065,'action created','2021-01-15 05:50:16','2021-01-15 00:50:16'),
(68704,27065,'action started via WP Cron','2021-01-15 05:51:19','2021-01-15 00:51:19'),
(68705,27065,'action complete via WP Cron','2021-01-15 05:51:19','2021-01-15 00:51:19'),
(68706,27066,'action created','2021-01-15 05:51:19','2021-01-15 00:51:19'),
(68707,27066,'action started via WP Cron','2021-01-15 05:52:45','2021-01-15 00:52:45'),
(68708,27066,'action complete via WP Cron','2021-01-15 05:52:45','2021-01-15 00:52:45'),
(68709,27067,'action created','2021-01-15 05:52:45','2021-01-15 00:52:45'),
(68710,27067,'action started via WP Cron','2021-01-15 05:53:12','2021-01-15 00:53:12'),
(68711,27067,'action complete via WP Cron','2021-01-15 05:53:12','2021-01-15 00:53:12'),
(68712,27068,'action created','2021-01-15 05:53:12','2021-01-15 00:53:12'),
(68713,27068,'action started via WP Cron','2021-01-15 05:54:12','2021-01-15 00:54:12'),
(68714,27068,'action complete via WP Cron','2021-01-15 05:54:12','2021-01-15 00:54:12'),
(68715,27069,'action created','2021-01-15 05:54:12','2021-01-15 00:54:12'),
(68716,27069,'action started via WP Cron','2021-01-15 05:55:45','2021-01-15 00:55:45'),
(68717,27069,'action complete via WP Cron','2021-01-15 05:55:45','2021-01-15 00:55:45'),
(68718,27070,'action created','2021-01-15 05:55:45','2021-01-15 00:55:45'),
(68719,27070,'action started via WP Cron','2021-01-15 05:56:29','2021-01-15 00:56:29'),
(68720,27070,'action complete via WP Cron','2021-01-15 05:56:29','2021-01-15 00:56:29'),
(68721,27071,'action created','2021-01-15 05:56:29','2021-01-15 00:56:29'),
(68722,27071,'action started via WP Cron','2021-01-15 05:58:21','2021-01-15 00:58:21'),
(68723,27071,'action complete via WP Cron','2021-01-15 05:58:21','2021-01-15 00:58:21'),
(68724,27072,'action created','2021-01-15 05:58:21','2021-01-15 00:58:21'),
(68725,27072,'action started via WP Cron','2021-01-15 05:59:30','2021-01-15 00:59:30'),
(68726,27072,'action complete via WP Cron','2021-01-15 05:59:30','2021-01-15 00:59:30'),
(68727,27073,'action created','2021-01-15 05:59:30','2021-01-15 00:59:30'),
(68728,27073,'action started via WP Cron','2021-01-15 06:00:42','2021-01-15 01:00:42'),
(68729,27073,'action complete via WP Cron','2021-01-15 06:00:42','2021-01-15 01:00:42'),
(68730,27074,'action created','2021-01-15 06:00:42','2021-01-15 01:00:42'),
(68731,27074,'action started via WP Cron','2021-01-15 06:01:35','2021-01-15 01:01:35'),
(68732,27074,'action complete via WP Cron','2021-01-15 06:01:35','2021-01-15 01:01:35'),
(68733,27075,'action created','2021-01-15 06:01:35','2021-01-15 01:01:35'),
(68734,27075,'action started via WP Cron','2021-01-15 06:02:19','2021-01-15 01:02:19'),
(68735,27075,'action complete via WP Cron','2021-01-15 06:02:19','2021-01-15 01:02:19'),
(68736,27076,'action created','2021-01-15 06:02:19','2021-01-15 01:02:19'),
(68737,27076,'action started via WP Cron','2021-01-15 06:03:46','2021-01-15 01:03:46'),
(68738,27076,'action complete via WP Cron','2021-01-15 06:03:46','2021-01-15 01:03:46'),
(68739,27077,'action created','2021-01-15 06:03:47','2021-01-15 01:03:47'),
(68740,27077,'action started via WP Cron','2021-01-15 06:05:19','2021-01-15 01:05:19'),
(68741,27077,'action complete via WP Cron','2021-01-15 06:05:19','2021-01-15 01:05:19'),
(68742,27078,'action created','2021-01-15 06:05:19','2021-01-15 01:05:19'),
(68743,27078,'action started via WP Cron','2021-01-15 06:06:36','2021-01-15 01:06:36'),
(68744,27078,'action complete via WP Cron','2021-01-15 06:06:37','2021-01-15 01:06:37'),
(68745,27079,'action created','2021-01-15 06:07:03','2021-01-15 01:07:03'),
(68746,27079,'action started via WP Cron','2021-01-15 06:07:28','2021-01-15 01:07:28'),
(68747,27079,'action complete via WP Cron','2021-01-15 06:07:28','2021-01-15 01:07:28'),
(68748,27080,'action created','2021-01-15 06:07:28','2021-01-15 01:07:28'),
(68749,27080,'action started via WP Cron','2021-01-15 06:08:37','2021-01-15 01:08:37'),
(68750,27080,'action complete via WP Cron','2021-01-15 06:08:37','2021-01-15 01:08:37'),
(68751,27081,'action created','2021-01-15 06:08:37','2021-01-15 01:08:37'),
(68752,27081,'action started via WP Cron','2021-01-15 06:09:14','2021-01-15 01:09:14'),
(68753,27081,'action complete via WP Cron','2021-01-15 06:09:14','2021-01-15 01:09:14'),
(68754,27082,'action created','2021-01-15 06:09:14','2021-01-15 01:09:14'),
(68755,27082,'action started via WP Cron','2021-01-15 06:10:14','2021-01-15 01:10:14'),
(68756,27082,'action complete via WP Cron','2021-01-15 06:10:14','2021-01-15 01:10:14'),
(68757,27083,'action created','2021-01-15 06:10:14','2021-01-15 01:10:14'),
(68758,27083,'action started via WP Cron','2021-01-15 06:12:04','2021-01-15 01:12:04'),
(68759,27083,'action complete via WP Cron','2021-01-15 06:12:04','2021-01-15 01:12:04'),
(68760,27084,'action created','2021-01-15 06:12:04','2021-01-15 01:12:04'),
(68761,27084,'action started via WP Cron','2021-01-15 06:12:14','2021-01-15 01:12:14'),
(68762,27084,'action complete via WP Cron','2021-01-15 06:12:14','2021-01-15 01:12:14'),
(68763,27085,'action created','2021-01-15 06:12:14','2021-01-15 01:12:14'),
(68764,27085,'action started via WP Cron','2021-01-15 06:13:43','2021-01-15 01:13:43'),
(68765,27085,'action complete via WP Cron','2021-01-15 06:13:43','2021-01-15 01:13:43'),
(68766,27086,'action created','2021-01-15 06:13:43','2021-01-15 01:13:43'),
(68767,27086,'action started via WP Cron','2021-01-15 06:14:15','2021-01-15 01:14:15'),
(68768,27086,'action complete via WP Cron','2021-01-15 06:14:16','2021-01-15 01:14:16'),
(68769,27087,'action created','2021-01-15 06:14:16','2021-01-15 01:14:16'),
(68770,27087,'action started via WP Cron','2021-01-15 06:15:20','2021-01-15 01:15:20'),
(68771,27087,'action complete via WP Cron','2021-01-15 06:15:20','2021-01-15 01:15:20'),
(68772,27088,'action created','2021-01-15 06:15:20','2021-01-15 01:15:20'),
(68773,27088,'action started via WP Cron','2021-01-15 06:16:15','2021-01-15 01:16:15'),
(68774,27088,'action complete via WP Cron','2021-01-15 06:16:15','2021-01-15 01:16:15'),
(68775,27089,'action created','2021-01-15 06:16:15','2021-01-15 01:16:15'),
(68776,27089,'action started via WP Cron','2021-01-15 06:17:33','2021-01-15 01:17:33'),
(68777,27089,'action complete via WP Cron','2021-01-15 06:17:33','2021-01-15 01:17:33'),
(68778,27090,'action created','2021-01-15 06:17:33','2021-01-15 01:17:33'),
(68779,27090,'action started via WP Cron','2021-01-15 06:18:26','2021-01-15 01:18:26'),
(68780,27090,'action complete via WP Cron','2021-01-15 06:18:26','2021-01-15 01:18:26'),
(68781,27091,'action created','2021-01-15 06:18:46','2021-01-15 01:18:46'),
(68782,27091,'action started via WP Cron','2021-01-15 06:19:26','2021-01-15 01:19:26'),
(68783,27091,'action complete via WP Cron','2021-01-15 06:19:26','2021-01-15 01:19:26'),
(68784,27092,'action created','2021-01-15 06:19:27','2021-01-15 01:19:27'),
(68785,27092,'action started via WP Cron','2021-01-15 06:20:28','2021-01-15 01:20:28'),
(68786,27092,'action complete via WP Cron','2021-01-15 06:20:28','2021-01-15 01:20:28'),
(68787,27093,'action created','2021-01-15 06:20:28','2021-01-15 01:20:28'),
(68788,27093,'action started via WP Cron','2021-01-15 06:21:29','2021-01-15 01:21:29'),
(68789,27093,'action complete via WP Cron','2021-01-15 06:21:29','2021-01-15 01:21:29'),
(68790,27094,'action created','2021-01-15 06:21:29','2021-01-15 01:21:29'),
(68791,27094,'action started via WP Cron','2021-01-15 06:22:33','2021-01-15 01:22:33'),
(68792,27094,'action complete via WP Cron','2021-01-15 06:22:33','2021-01-15 01:22:33'),
(68793,27095,'action created','2021-01-15 06:23:16','2021-01-15 01:23:16'),
(68794,27095,'action started via WP Cron','2021-01-15 06:24:35','2021-01-15 01:24:35'),
(68795,27095,'action complete via WP Cron','2021-01-15 06:24:35','2021-01-15 01:24:35'),
(68796,27096,'action created','2021-01-15 06:24:36','2021-01-15 01:24:36'),
(68797,27096,'action started via WP Cron','2021-01-15 06:25:19','2021-01-15 01:25:19'),
(68798,27096,'action complete via WP Cron','2021-01-15 06:25:19','2021-01-15 01:25:19'),
(68799,27097,'action created','2021-01-15 06:25:19','2021-01-15 01:25:19'),
(68800,27097,'action started via WP Cron','2021-01-15 06:26:56','2021-01-15 01:26:56'),
(68801,27097,'action complete via WP Cron','2021-01-15 06:26:56','2021-01-15 01:26:56'),
(68802,27098,'action created','2021-01-15 06:26:56','2021-01-15 01:26:56'),
(68803,27098,'action started via WP Cron','2021-01-15 06:27:15','2021-01-15 01:27:15'),
(68804,27098,'action complete via WP Cron','2021-01-15 06:27:15','2021-01-15 01:27:15'),
(68805,27099,'action created','2021-01-15 06:27:15','2021-01-15 01:27:15'),
(68806,27099,'action started via WP Cron','2021-01-15 06:29:53','2021-01-15 01:29:53'),
(68807,27099,'action complete via WP Cron','2021-01-15 06:29:53','2021-01-15 01:29:53'),
(68808,27100,'action created','2021-01-15 06:29:53','2021-01-15 01:29:53'),
(68809,27100,'action started via WP Cron','2021-01-15 06:30:22','2021-01-15 01:30:22'),
(68810,27100,'action complete via WP Cron','2021-01-15 06:30:22','2021-01-15 01:30:22'),
(68811,27101,'action created','2021-01-15 06:30:22','2021-01-15 01:30:22'),
(68812,27101,'action started via WP Cron','2021-01-15 06:31:15','2021-01-15 01:31:15'),
(68813,27101,'action complete via WP Cron','2021-01-15 06:31:15','2021-01-15 01:31:15'),
(68814,27102,'action created','2021-01-15 06:31:15','2021-01-15 01:31:15'),
(68815,27102,'action started via WP Cron','2021-01-15 06:32:30','2021-01-15 01:32:30'),
(68816,27102,'action complete via WP Cron','2021-01-15 06:32:30','2021-01-15 01:32:30'),
(68817,27103,'action created','2021-01-15 06:32:30','2021-01-15 01:32:30'),
(68818,27103,'action started via WP Cron','2021-01-15 06:33:45','2021-01-15 01:33:45'),
(68819,27103,'action complete via WP Cron','2021-01-15 06:33:45','2021-01-15 01:33:45'),
(68820,27104,'action created','2021-01-15 06:33:45','2021-01-15 01:33:45'),
(68821,27104,'action started via WP Cron','2021-01-15 06:34:44','2021-01-15 01:34:44'),
(68822,27104,'action complete via WP Cron','2021-01-15 06:34:44','2021-01-15 01:34:44'),
(68823,27105,'action created','2021-01-15 06:34:44','2021-01-15 01:34:44'),
(68824,27105,'action started via WP Cron','2021-01-15 06:35:17','2021-01-15 01:35:17'),
(68825,27105,'action complete via WP Cron','2021-01-15 06:35:17','2021-01-15 01:35:17'),
(68826,27106,'action created','2021-01-15 06:35:17','2021-01-15 01:35:17'),
(68827,27106,'action started via WP Cron','2021-01-15 06:36:24','2021-01-15 01:36:24'),
(68828,27106,'action complete via WP Cron','2021-01-15 06:36:24','2021-01-15 01:36:24'),
(68829,27107,'action created','2021-01-15 06:36:24','2021-01-15 01:36:24'),
(68830,27107,'action started via WP Cron','2021-01-15 06:37:36','2021-01-15 01:37:36'),
(68831,27107,'action complete via WP Cron','2021-01-15 06:37:36','2021-01-15 01:37:36'),
(68832,27108,'action created','2021-01-15 06:37:37','2021-01-15 01:37:37'),
(68833,27108,'action started via WP Cron','2021-01-15 06:38:30','2021-01-15 01:38:30'),
(68834,27108,'action complete via WP Cron','2021-01-15 06:38:30','2021-01-15 01:38:30'),
(68835,27109,'action created','2021-01-15 06:38:30','2021-01-15 01:38:30'),
(68836,27109,'action started via WP Cron','2021-01-15 06:39:18','2021-01-15 01:39:18'),
(68837,27109,'action complete via WP Cron','2021-01-15 06:39:18','2021-01-15 01:39:18'),
(68838,27110,'action created','2021-01-15 06:39:18','2021-01-15 01:39:18'),
(68839,27110,'action started via WP Cron','2021-01-15 06:41:29','2021-01-15 01:41:29'),
(68840,27110,'action complete via WP Cron','2021-01-15 06:41:29','2021-01-15 01:41:29'),
(68841,27111,'action created','2021-01-15 06:41:29','2021-01-15 01:41:29'),
(68842,27111,'action started via WP Cron','2021-01-15 06:42:35','2021-01-15 01:42:35'),
(68843,27111,'action complete via WP Cron','2021-01-15 06:42:35','2021-01-15 01:42:35'),
(68844,27112,'action created','2021-01-15 06:42:35','2021-01-15 01:42:35'),
(68845,27112,'action started via WP Cron','2021-01-15 06:43:38','2021-01-15 01:43:38'),
(68846,27112,'action complete via WP Cron','2021-01-15 06:43:38','2021-01-15 01:43:38'),
(68847,27113,'action created','2021-01-15 06:43:38','2021-01-15 01:43:38'),
(68848,27113,'action started via WP Cron','2021-01-15 06:45:37','2021-01-15 01:45:37'),
(68849,27113,'action complete via WP Cron','2021-01-15 06:45:37','2021-01-15 01:45:37'),
(68850,27114,'action created','2021-01-15 06:45:37','2021-01-15 01:45:37'),
(68851,27114,'action started via WP Cron','2021-01-15 06:46:28','2021-01-15 01:46:28'),
(68852,27114,'action complete via WP Cron','2021-01-15 06:46:28','2021-01-15 01:46:28'),
(68853,27115,'action created','2021-01-15 06:46:28','2021-01-15 01:46:28'),
(68854,27115,'action started via WP Cron','2021-01-15 06:47:25','2021-01-15 01:47:25'),
(68855,27115,'action complete via WP Cron','2021-01-15 06:47:25','2021-01-15 01:47:25'),
(68856,27116,'action created','2021-01-15 06:47:25','2021-01-15 01:47:25'),
(68857,27116,'action started via WP Cron','2021-01-15 06:48:21','2021-01-15 01:48:21'),
(68858,27116,'action complete via WP Cron','2021-01-15 06:48:21','2021-01-15 01:48:21'),
(68859,27117,'action created','2021-01-15 06:48:21','2021-01-15 01:48:21'),
(68860,27117,'action started via WP Cron','2021-01-15 06:49:30','2021-01-15 01:49:30'),
(68861,27117,'action complete via WP Cron','2021-01-15 06:49:30','2021-01-15 01:49:30'),
(68862,27118,'action created','2021-01-15 06:49:30','2021-01-15 01:49:30'),
(68863,27118,'action started via WP Cron','2021-01-15 06:50:27','2021-01-15 01:50:27'),
(68864,27118,'action complete via WP Cron','2021-01-15 06:50:27','2021-01-15 01:50:27'),
(68865,27119,'action created','2021-01-15 06:50:27','2021-01-15 01:50:27'),
(68866,27119,'action started via WP Cron','2021-01-15 06:51:19','2021-01-15 01:51:19'),
(68867,27119,'action complete via WP Cron','2021-01-15 06:51:19','2021-01-15 01:51:19'),
(68868,27120,'action created','2021-01-15 06:51:19','2021-01-15 01:51:19'),
(68869,27120,'action started via WP Cron','2021-01-15 06:52:45','2021-01-15 01:52:45'),
(68870,27120,'action complete via WP Cron','2021-01-15 06:52:45','2021-01-15 01:52:45'),
(68871,27121,'action created','2021-01-15 06:52:45','2021-01-15 01:52:45'),
(68872,27121,'action started via WP Cron','2021-01-15 06:53:27','2021-01-15 01:53:27'),
(68873,27121,'action complete via WP Cron','2021-01-15 06:53:27','2021-01-15 01:53:27'),
(68874,27122,'action created','2021-01-15 06:53:27','2021-01-15 01:53:27'),
(68875,27122,'action started via WP Cron','2021-01-15 06:55:14','2021-01-15 01:55:14'),
(68876,27122,'action complete via WP Cron','2021-01-15 06:55:14','2021-01-15 01:55:14'),
(68877,27123,'action created','2021-01-15 06:55:14','2021-01-15 01:55:14'),
(68878,27123,'action started via WP Cron','2021-01-15 06:57:10','2021-01-15 01:57:10'),
(68879,27123,'action complete via WP Cron','2021-01-15 06:57:10','2021-01-15 01:57:10'),
(68880,27124,'action created','2021-01-15 06:57:10','2021-01-15 01:57:10'),
(68881,27124,'action started via WP Cron','2021-01-15 06:58:15','2021-01-15 01:58:15'),
(68882,27124,'action complete via WP Cron','2021-01-15 06:58:15','2021-01-15 01:58:15'),
(68883,27125,'action created','2021-01-15 06:58:15','2021-01-15 01:58:15'),
(68884,27125,'action started via WP Cron','2021-01-15 06:59:15','2021-01-15 01:59:15'),
(68885,27125,'action complete via WP Cron','2021-01-15 06:59:15','2021-01-15 01:59:15'),
(68886,27126,'action created','2021-01-15 06:59:15','2021-01-15 01:59:15'),
(68887,27126,'action started via WP Cron','2021-01-15 07:00:18','2021-01-15 02:00:18'),
(68888,27126,'action complete via WP Cron','2021-01-15 07:00:18','2021-01-15 02:00:18'),
(68889,27127,'action created','2021-01-15 07:00:18','2021-01-15 02:00:18'),
(68890,27127,'action started via WP Cron','2021-01-15 07:01:16','2021-01-15 02:01:16'),
(68891,27127,'action complete via WP Cron','2021-01-15 07:01:16','2021-01-15 02:01:16'),
(68892,27128,'action created','2021-01-15 07:01:16','2021-01-15 02:01:16'),
(68893,27128,'action started via WP Cron','2021-01-15 07:02:26','2021-01-15 02:02:26'),
(68894,27128,'action complete via WP Cron','2021-01-15 07:02:26','2021-01-15 02:02:26'),
(68895,27129,'action created','2021-01-15 07:02:26','2021-01-15 02:02:26'),
(68896,27129,'action started via WP Cron','2021-01-15 07:03:23','2021-01-15 02:03:23'),
(68897,27129,'action complete via WP Cron','2021-01-15 07:03:23','2021-01-15 02:03:23'),
(68898,27130,'action created','2021-01-15 07:03:23','2021-01-15 02:03:23'),
(68899,27130,'action started via WP Cron','2021-01-15 07:04:14','2021-01-15 02:04:14'),
(68900,27130,'action complete via WP Cron','2021-01-15 07:04:14','2021-01-15 02:04:14'),
(68901,27131,'action created','2021-01-15 07:04:14','2021-01-15 02:04:14'),
(68902,27131,'action started via WP Cron','2021-01-15 07:05:24','2021-01-15 02:05:24'),
(68903,27131,'action complete via WP Cron','2021-01-15 07:05:24','2021-01-15 02:05:24'),
(68904,27132,'action created','2021-01-15 07:05:24','2021-01-15 02:05:24'),
(68905,27132,'action started via WP Cron','2021-01-15 07:06:13','2021-01-15 02:06:13'),
(68906,27132,'action complete via WP Cron','2021-01-15 07:06:13','2021-01-15 02:06:13'),
(68907,27133,'action created','2021-01-15 07:06:13','2021-01-15 02:06:13'),
(68908,27133,'action started via WP Cron','2021-01-15 07:07:16','2021-01-15 02:07:16'),
(68909,27133,'action complete via WP Cron','2021-01-15 07:07:16','2021-01-15 02:07:16'),
(68910,27134,'action created','2021-01-15 07:07:16','2021-01-15 02:07:16'),
(68911,27134,'action started via WP Cron','2021-01-15 07:08:12','2021-01-15 02:08:12'),
(68912,27134,'action complete via WP Cron','2021-01-15 07:08:12','2021-01-15 02:08:12'),
(68913,27135,'action created','2021-01-15 07:08:12','2021-01-15 02:08:12'),
(68914,27135,'action started via WP Cron','2021-01-15 07:10:15','2021-01-15 02:10:15'),
(68915,27135,'action complete via WP Cron','2021-01-15 07:10:15','2021-01-15 02:10:15'),
(68916,27136,'action created','2021-01-15 07:10:15','2021-01-15 02:10:15'),
(68917,27136,'action started via WP Cron','2021-01-15 07:11:32','2021-01-15 02:11:32'),
(68918,27136,'action complete via WP Cron','2021-01-15 07:11:32','2021-01-15 02:11:32'),
(68919,27137,'action created','2021-01-15 07:11:32','2021-01-15 02:11:32'),
(68920,27137,'action started via WP Cron','2021-01-15 07:12:17','2021-01-15 02:12:17'),
(68921,27137,'action complete via WP Cron','2021-01-15 07:12:17','2021-01-15 02:12:17'),
(68922,27138,'action created','2021-01-15 07:12:17','2021-01-15 02:12:17'),
(68923,27138,'action started via WP Cron','2021-01-15 07:13:23','2021-01-15 02:13:23'),
(68924,27138,'action complete via WP Cron','2021-01-15 07:13:23','2021-01-15 02:13:23'),
(68925,27139,'action created','2021-01-15 07:13:23','2021-01-15 02:13:23'),
(68926,27139,'action started via WP Cron','2021-01-15 07:14:32','2021-01-15 02:14:32'),
(68927,27139,'action complete via WP Cron','2021-01-15 07:14:32','2021-01-15 02:14:32'),
(68928,27140,'action created','2021-01-15 07:14:32','2021-01-15 02:14:32'),
(68929,27140,'action started via WP Cron','2021-01-15 07:18:04','2021-01-15 02:18:04'),
(68930,27140,'action complete via WP Cron','2021-01-15 07:18:04','2021-01-15 02:18:04'),
(68931,27141,'action created','2021-01-15 07:18:04','2021-01-15 02:18:04'),
(68932,27141,'action started via WP Cron','2021-01-15 07:19:07','2021-01-15 02:19:07'),
(68933,27141,'action complete via WP Cron','2021-01-15 07:19:07','2021-01-15 02:19:07'),
(68934,27142,'action created','2021-01-15 07:19:07','2021-01-15 02:19:07'),
(68935,27142,'action started via WP Cron','2021-01-15 07:19:18','2021-01-15 02:19:18'),
(68936,27142,'action complete via WP Cron','2021-01-15 07:19:18','2021-01-15 02:19:18'),
(68937,27143,'action created','2021-01-15 07:19:19','2021-01-15 02:19:19'),
(68938,27143,'action started via WP Cron','2021-01-15 07:20:16','2021-01-15 02:20:16'),
(68939,27143,'action complete via WP Cron','2021-01-15 07:20:16','2021-01-15 02:20:16'),
(68940,27144,'action created','2021-01-15 07:20:16','2021-01-15 02:20:16'),
(68941,27144,'action started via WP Cron','2021-01-15 07:21:57','2021-01-15 02:21:57'),
(68942,27144,'action complete via WP Cron','2021-01-15 07:21:57','2021-01-15 02:21:57'),
(68943,27145,'action created','2021-01-15 07:21:57','2021-01-15 02:21:57'),
(68944,27145,'action started via WP Cron','2021-01-15 07:24:39','2021-01-15 02:24:39'),
(68945,27145,'action complete via WP Cron','2021-01-15 07:24:39','2021-01-15 02:24:39'),
(68946,27146,'action created','2021-01-15 07:24:39','2021-01-15 02:24:39'),
(68947,27146,'action started via WP Cron','2021-01-15 07:25:12','2021-01-15 02:25:12'),
(68948,27146,'action complete via WP Cron','2021-01-15 07:25:12','2021-01-15 02:25:12'),
(68949,27147,'action created','2021-01-15 07:25:12','2021-01-15 02:25:12'),
(68950,27147,'action started via WP Cron','2021-01-15 07:27:52','2021-01-15 02:27:52'),
(68951,27147,'action complete via WP Cron','2021-01-15 07:27:52','2021-01-15 02:27:52'),
(68952,27148,'action created','2021-01-15 07:27:52','2021-01-15 02:27:52'),
(68953,27148,'action started via WP Cron','2021-01-15 07:29:25','2021-01-15 02:29:25'),
(68954,27148,'action complete via WP Cron','2021-01-15 07:29:25','2021-01-15 02:29:25'),
(68955,27149,'action created','2021-01-15 07:29:25','2021-01-15 02:29:25'),
(68956,27149,'action started via WP Cron','2021-01-15 07:31:35','2021-01-15 02:31:35'),
(68957,27149,'action complete via WP Cron','2021-01-15 07:31:35','2021-01-15 02:31:35'),
(68958,27150,'action created','2021-01-15 07:31:35','2021-01-15 02:31:35'),
(68959,27150,'action started via WP Cron','2021-01-15 07:33:12','2021-01-15 02:33:12'),
(68960,27150,'action complete via WP Cron','2021-01-15 07:33:12','2021-01-15 02:33:12'),
(68961,27151,'action created','2021-01-15 07:33:12','2021-01-15 02:33:12'),
(68962,27151,'action started via WP Cron','2021-01-15 07:34:26','2021-01-15 02:34:26'),
(68963,27151,'action complete via WP Cron','2021-01-15 07:34:26','2021-01-15 02:34:26'),
(68964,27152,'action created','2021-01-15 07:34:26','2021-01-15 02:34:26'),
(68965,27152,'action started via WP Cron','2021-01-15 07:35:53','2021-01-15 02:35:53'),
(68966,27152,'action complete via WP Cron','2021-01-15 07:35:53','2021-01-15 02:35:53'),
(68967,27153,'action created','2021-01-15 07:35:53','2021-01-15 02:35:53'),
(68968,27153,'action started via WP Cron','2021-01-15 07:37:13','2021-01-15 02:37:13'),
(68969,27153,'action complete via WP Cron','2021-01-15 07:37:13','2021-01-15 02:37:13'),
(68970,27154,'action created','2021-01-15 07:37:13','2021-01-15 02:37:13'),
(68971,27154,'action started via WP Cron','2021-01-15 07:38:28','2021-01-15 02:38:28'),
(68972,27154,'action complete via WP Cron','2021-01-15 07:38:28','2021-01-15 02:38:28'),
(68973,27155,'action created','2021-01-15 07:38:28','2021-01-15 02:38:28'),
(68974,27155,'action started via WP Cron','2021-01-15 07:39:45','2021-01-15 02:39:45'),
(68975,27155,'action complete via WP Cron','2021-01-15 07:39:45','2021-01-15 02:39:45'),
(68976,27156,'action created','2021-01-15 07:39:45','2021-01-15 02:39:45'),
(68977,27156,'action started via WP Cron','2021-01-15 07:40:50','2021-01-15 02:40:50'),
(68978,27156,'action complete via WP Cron','2021-01-15 07:40:50','2021-01-15 02:40:50'),
(68979,27157,'action created','2021-01-15 07:40:50','2021-01-15 02:40:50'),
(68980,27157,'action started via WP Cron','2021-01-15 07:41:21','2021-01-15 02:41:21'),
(68981,27157,'action complete via WP Cron','2021-01-15 07:41:21','2021-01-15 02:41:21'),
(68982,27158,'action created','2021-01-15 07:41:21','2021-01-15 02:41:21'),
(68983,27158,'action started via WP Cron','2021-01-15 07:43:54','2021-01-15 02:43:54'),
(68984,27158,'action complete via WP Cron','2021-01-15 07:43:54','2021-01-15 02:43:54'),
(68985,27159,'action created','2021-01-15 07:43:55','2021-01-15 02:43:55'),
(68986,27159,'action started via WP Cron','2021-01-15 07:44:16','2021-01-15 02:44:16'),
(68987,27159,'action complete via WP Cron','2021-01-15 07:44:16','2021-01-15 02:44:16'),
(68988,27160,'action created','2021-01-15 07:44:16','2021-01-15 02:44:16'),
(68989,27160,'action started via WP Cron','2021-01-15 07:46:16','2021-01-15 02:46:16'),
(68990,27160,'action complete via WP Cron','2021-01-15 07:46:16','2021-01-15 02:46:16'),
(68991,27161,'action created','2021-01-15 07:46:16','2021-01-15 02:46:16'),
(68992,27161,'action started via WP Cron','2021-01-15 07:47:28','2021-01-15 02:47:28'),
(68993,27161,'action complete via WP Cron','2021-01-15 07:47:28','2021-01-15 02:47:28'),
(68994,27162,'action created','2021-01-15 07:47:28','2021-01-15 02:47:28'),
(68995,27162,'action started via WP Cron','2021-01-15 07:48:26','2021-01-15 02:48:26'),
(68996,27162,'action complete via WP Cron','2021-01-15 07:48:26','2021-01-15 02:48:26'),
(68997,27163,'action created','2021-01-15 07:48:26','2021-01-15 02:48:26'),
(68998,27163,'action started via WP Cron','2021-01-15 07:52:17','2021-01-15 02:52:17'),
(68999,27163,'action complete via WP Cron','2021-01-15 07:52:17','2021-01-15 02:52:17'),
(69000,27164,'action created','2021-01-15 07:52:17','2021-01-15 02:52:17'),
(69001,27164,'action started via WP Cron','2021-01-15 07:53:12','2021-01-15 02:53:12'),
(69002,27164,'action complete via WP Cron','2021-01-15 07:53:12','2021-01-15 02:53:12'),
(69003,27165,'action created','2021-01-15 07:53:13','2021-01-15 02:53:13'),
(69004,27165,'action started via WP Cron','2021-01-15 07:54:24','2021-01-15 02:54:24'),
(69005,27165,'action complete via WP Cron','2021-01-15 07:54:24','2021-01-15 02:54:24'),
(69006,27166,'action created','2021-01-15 07:54:24','2021-01-15 02:54:24'),
(69007,27166,'action started via WP Cron','2021-01-15 07:55:43','2021-01-15 02:55:43'),
(69008,27166,'action complete via WP Cron','2021-01-15 07:55:43','2021-01-15 02:55:43'),
(69009,27167,'action created','2021-01-15 07:55:43','2021-01-15 02:55:43'),
(69010,27167,'action started via WP Cron','2021-01-15 07:56:32','2021-01-15 02:56:32'),
(69011,27167,'action complete via WP Cron','2021-01-15 07:56:32','2021-01-15 02:56:32'),
(69012,27168,'action created','2021-01-15 07:56:32','2021-01-15 02:56:32'),
(69013,27168,'action started via WP Cron','2021-01-15 07:57:22','2021-01-15 02:57:22'),
(69014,27168,'action complete via WP Cron','2021-01-15 07:57:22','2021-01-15 02:57:22'),
(69015,27169,'action created','2021-01-15 07:57:22','2021-01-15 02:57:22'),
(69016,27169,'action started via WP Cron','2021-01-15 07:58:32','2021-01-15 02:58:32'),
(69017,27169,'action complete via WP Cron','2021-01-15 07:58:32','2021-01-15 02:58:32'),
(69018,27170,'action created','2021-01-15 07:58:32','2021-01-15 02:58:32'),
(69019,27170,'action started via WP Cron','2021-01-15 07:59:16','2021-01-15 02:59:16'),
(69020,27170,'action complete via WP Cron','2021-01-15 07:59:16','2021-01-15 02:59:16'),
(69021,27171,'action created','2021-01-15 07:59:17','2021-01-15 02:59:17'),
(69022,27171,'action started via WP Cron','2021-01-15 08:01:35','2021-01-15 03:01:35'),
(69023,27171,'action complete via WP Cron','2021-01-15 08:01:35','2021-01-15 03:01:35'),
(69024,27172,'action created','2021-01-15 08:01:36','2021-01-15 03:01:36'),
(69025,27172,'action started via WP Cron','2021-01-15 08:02:31','2021-01-15 03:02:31'),
(69026,27172,'action complete via WP Cron','2021-01-15 08:02:31','2021-01-15 03:02:31'),
(69027,27173,'action created','2021-01-15 08:02:31','2021-01-15 03:02:31'),
(69028,27173,'action started via WP Cron','2021-01-15 08:03:20','2021-01-15 03:03:20'),
(69029,27173,'action complete via WP Cron','2021-01-15 08:03:20','2021-01-15 03:03:20'),
(69030,27174,'action created','2021-01-15 08:03:20','2021-01-15 03:03:20'),
(69031,27174,'action started via WP Cron','2021-01-15 08:04:36','2021-01-15 03:04:36'),
(69032,27174,'action complete via WP Cron','2021-01-15 08:04:36','2021-01-15 03:04:36'),
(69033,27175,'action created','2021-01-15 08:04:36','2021-01-15 03:04:36'),
(69034,27175,'action started via WP Cron','2021-01-15 08:06:04','2021-01-15 03:06:04'),
(69035,27175,'action complete via WP Cron','2021-01-15 08:06:04','2021-01-15 03:06:04'),
(69036,27176,'action created','2021-01-15 08:06:04','2021-01-15 03:06:04'),
(69037,27176,'action started via WP Cron','2021-01-15 08:08:10','2021-01-15 03:08:10'),
(69038,27176,'action complete via WP Cron','2021-01-15 08:08:10','2021-01-15 03:08:10'),
(69039,27177,'action created','2021-01-15 08:08:10','2021-01-15 03:08:10'),
(69040,27177,'action started via WP Cron','2021-01-15 08:08:30','2021-01-15 03:08:30'),
(69041,27177,'action complete via WP Cron','2021-01-15 08:08:30','2021-01-15 03:08:30'),
(69042,27178,'action created','2021-01-15 08:08:30','2021-01-15 03:08:30'),
(69043,27178,'action started via WP Cron','2021-01-15 08:09:35','2021-01-15 03:09:35'),
(69044,27178,'action complete via WP Cron','2021-01-15 08:09:35','2021-01-15 03:09:35'),
(69045,27179,'action created','2021-01-15 08:09:35','2021-01-15 03:09:35'),
(69046,27179,'action started via WP Cron','2021-01-15 08:10:30','2021-01-15 03:10:30'),
(69047,27179,'action complete via WP Cron','2021-01-15 08:10:30','2021-01-15 03:10:30'),
(69048,27180,'action created','2021-01-15 08:10:30','2021-01-15 03:10:30'),
(69049,27180,'action started via WP Cron','2021-01-15 08:11:26','2021-01-15 03:11:26'),
(69050,27180,'action complete via WP Cron','2021-01-15 08:11:26','2021-01-15 03:11:26'),
(69051,27181,'action created','2021-01-15 08:11:26','2021-01-15 03:11:26'),
(69052,27181,'action started via WP Cron','2021-01-15 08:12:14','2021-01-15 03:12:14'),
(69053,27181,'action complete via WP Cron','2021-01-15 08:12:14','2021-01-15 03:12:14'),
(69054,27182,'action created','2021-01-15 08:12:14','2021-01-15 03:12:14'),
(69055,27182,'action started via WP Cron','2021-01-15 08:14:05','2021-01-15 03:14:05'),
(69056,27182,'action complete via WP Cron','2021-01-15 08:14:05','2021-01-15 03:14:05'),
(69057,27183,'action created','2021-01-15 08:14:05','2021-01-15 03:14:05'),
(69058,27183,'action started via WP Cron','2021-01-15 08:14:49','2021-01-15 03:14:49'),
(69059,27183,'action complete via WP Cron','2021-01-15 08:14:50','2021-01-15 03:14:50'),
(69060,27184,'action created','2021-01-15 08:14:50','2021-01-15 03:14:50'),
(69061,27184,'action started via WP Cron','2021-01-15 08:15:56','2021-01-15 03:15:56'),
(69062,27184,'action complete via WP Cron','2021-01-15 08:15:56','2021-01-15 03:15:56'),
(69063,27185,'action created','2021-01-15 08:15:56','2021-01-15 03:15:56'),
(69064,27185,'action started via WP Cron','2021-01-15 08:16:27','2021-01-15 03:16:27'),
(69065,27185,'action complete via WP Cron','2021-01-15 08:16:27','2021-01-15 03:16:27'),
(69066,27186,'action created','2021-01-15 08:16:27','2021-01-15 03:16:27'),
(69067,27186,'action started via WP Cron','2021-01-15 08:17:39','2021-01-15 03:17:39'),
(69068,27186,'action complete via WP Cron','2021-01-15 08:17:39','2021-01-15 03:17:39'),
(69069,27187,'action created','2021-01-15 08:17:39','2021-01-15 03:17:39'),
(69070,27187,'action started via WP Cron','2021-01-15 08:18:17','2021-01-15 03:18:17'),
(69071,27187,'action complete via WP Cron','2021-01-15 08:18:17','2021-01-15 03:18:17'),
(69072,27188,'action created','2021-01-15 08:18:17','2021-01-15 03:18:17'),
(69073,27188,'action started via WP Cron','2021-01-15 08:19:49','2021-01-15 03:19:49'),
(69074,27188,'action complete via WP Cron','2021-01-15 08:19:49','2021-01-15 03:19:49'),
(69075,27189,'action created','2021-01-15 08:19:49','2021-01-15 03:19:49'),
(69076,27189,'action started via WP Cron','2021-01-15 08:20:39','2021-01-15 03:20:39'),
(69077,27189,'action complete via WP Cron','2021-01-15 08:20:39','2021-01-15 03:20:39'),
(69078,27190,'action created','2021-01-15 08:20:39','2021-01-15 03:20:39'),
(69079,27190,'action started via WP Cron','2021-01-15 08:21:31','2021-01-15 03:21:31'),
(69080,27190,'action complete via WP Cron','2021-01-15 08:21:31','2021-01-15 03:21:31'),
(69081,27191,'action created','2021-01-15 08:21:31','2021-01-15 03:21:31'),
(69082,27191,'action started via WP Cron','2021-01-15 08:22:45','2021-01-15 03:22:45'),
(69083,27191,'action complete via WP Cron','2021-01-15 08:22:45','2021-01-15 03:22:45'),
(69084,27192,'action created','2021-01-15 08:22:46','2021-01-15 03:22:46'),
(69085,27192,'action started via WP Cron','2021-01-15 08:23:19','2021-01-15 03:23:19'),
(69086,27192,'action complete via WP Cron','2021-01-15 08:23:19','2021-01-15 03:23:19'),
(69087,27193,'action created','2021-01-15 08:23:19','2021-01-15 03:23:19'),
(69088,27193,'action started via WP Cron','2021-01-15 08:25:01','2021-01-15 03:25:01'),
(69089,27193,'action complete via WP Cron','2021-01-15 08:25:01','2021-01-15 03:25:01'),
(69090,27194,'action created','2021-01-15 08:25:01','2021-01-15 03:25:01'),
(69091,27194,'action started via WP Cron','2021-01-15 08:25:59','2021-01-15 03:25:59'),
(69092,27194,'action complete via WP Cron','2021-01-15 08:25:59','2021-01-15 03:25:59'),
(69093,27195,'action created','2021-01-15 08:26:00','2021-01-15 03:26:00'),
(69094,27195,'action started via WP Cron','2021-01-15 08:26:45','2021-01-15 03:26:45'),
(69095,27195,'action complete via WP Cron','2021-01-15 08:26:45','2021-01-15 03:26:45'),
(69096,27196,'action created','2021-01-15 08:26:45','2021-01-15 03:26:45'),
(69097,27196,'action started via WP Cron','2021-01-15 08:27:58','2021-01-15 03:27:58'),
(69098,27196,'action complete via WP Cron','2021-01-15 08:27:58','2021-01-15 03:27:58'),
(69099,27197,'action created','2021-01-15 08:27:58','2021-01-15 03:27:58'),
(69100,27197,'action started via WP Cron','2021-01-15 08:29:07','2021-01-15 03:29:07'),
(69101,27197,'action complete via WP Cron','2021-01-15 08:29:07','2021-01-15 03:29:07'),
(69102,27198,'action created','2021-01-15 08:29:07','2021-01-15 03:29:07'),
(69103,27198,'action started via WP Cron','2021-01-15 08:29:42','2021-01-15 03:29:42'),
(69104,27198,'action complete via WP Cron','2021-01-15 08:29:42','2021-01-15 03:29:42'),
(69105,27199,'action created','2021-01-15 08:29:42','2021-01-15 03:29:42'),
(69106,27199,'action started via WP Cron','2021-01-15 08:30:50','2021-01-15 03:30:50'),
(69107,27199,'action complete via WP Cron','2021-01-15 08:30:50','2021-01-15 03:30:50'),
(69108,27200,'action created','2021-01-15 08:30:50','2021-01-15 03:30:50'),
(69109,27200,'action started via WP Cron','2021-01-15 08:31:36','2021-01-15 03:31:36'),
(69110,27200,'action complete via WP Cron','2021-01-15 08:31:36','2021-01-15 03:31:36'),
(69111,27201,'action created','2021-01-15 08:31:36','2021-01-15 03:31:36'),
(69112,27201,'action started via WP Cron','2021-01-15 08:32:44','2021-01-15 03:32:44'),
(69113,27201,'action complete via WP Cron','2021-01-15 08:32:44','2021-01-15 03:32:44'),
(69114,27202,'action created','2021-01-15 08:32:44','2021-01-15 03:32:44'),
(69115,27202,'action started via WP Cron','2021-01-15 08:33:26','2021-01-15 03:33:26'),
(69116,27202,'action complete via WP Cron','2021-01-15 08:33:26','2021-01-15 03:33:26'),
(69117,27203,'action created','2021-01-15 08:33:26','2021-01-15 03:33:26'),
(69118,27203,'action started via WP Cron','2021-01-15 08:34:23','2021-01-15 03:34:23'),
(69119,27203,'action complete via WP Cron','2021-01-15 08:34:23','2021-01-15 03:34:23'),
(69120,27204,'action created','2021-01-15 08:34:23','2021-01-15 03:34:23'),
(69121,27204,'action started via WP Cron','2021-01-15 08:35:11','2021-01-15 03:35:11'),
(69122,27204,'action complete via WP Cron','2021-01-15 08:35:11','2021-01-15 03:35:11'),
(69123,27205,'action created','2021-01-15 08:35:11','2021-01-15 03:35:11'),
(69124,27205,'action started via WP Cron','2021-01-15 08:36:16','2021-01-15 03:36:16'),
(69125,27205,'action complete via WP Cron','2021-01-15 08:36:16','2021-01-15 03:36:16'),
(69126,27206,'action created','2021-01-15 08:36:16','2021-01-15 03:36:16'),
(69127,27206,'action started via WP Cron','2021-01-15 08:37:29','2021-01-15 03:37:29'),
(69128,27206,'action complete via WP Cron','2021-01-15 08:37:29','2021-01-15 03:37:29'),
(69129,27207,'action created','2021-01-15 08:37:29','2021-01-15 03:37:29'),
(69130,27207,'action started via WP Cron','2021-01-15 08:38:30','2021-01-15 03:38:30'),
(69131,27207,'action complete via WP Cron','2021-01-15 08:38:30','2021-01-15 03:38:30'),
(69132,27208,'action created','2021-01-15 08:38:30','2021-01-15 03:38:30'),
(69133,27208,'action started via WP Cron','2021-01-15 08:39:13','2021-01-15 03:39:13'),
(69134,27208,'action complete via WP Cron','2021-01-15 08:39:13','2021-01-15 03:39:13'),
(69135,27209,'action created','2021-01-15 08:39:13','2021-01-15 03:39:13'),
(69136,27209,'action started via WP Cron','2021-01-15 08:40:30','2021-01-15 03:40:30'),
(69137,27209,'action complete via WP Cron','2021-01-15 08:40:30','2021-01-15 03:40:30'),
(69138,27210,'action created','2021-01-15 08:40:30','2021-01-15 03:40:30'),
(69139,27210,'action started via WP Cron','2021-01-15 08:41:35','2021-01-15 03:41:35'),
(69140,27210,'action complete via WP Cron','2021-01-15 08:41:35','2021-01-15 03:41:35'),
(69141,27211,'action created','2021-01-15 08:41:35','2021-01-15 03:41:35'),
(69142,27211,'action started via WP Cron','2021-01-15 08:42:11','2021-01-15 03:42:11'),
(69143,27211,'action complete via WP Cron','2021-01-15 08:42:11','2021-01-15 03:42:11'),
(69144,27212,'action created','2021-01-15 08:42:11','2021-01-15 03:42:11'),
(69145,27212,'action started via WP Cron','2021-01-15 08:43:33','2021-01-15 03:43:33'),
(69146,27212,'action complete via WP Cron','2021-01-15 08:43:33','2021-01-15 03:43:33'),
(69147,27213,'action created','2021-01-15 08:43:33','2021-01-15 03:43:33'),
(69148,27213,'action started via WP Cron','2021-01-15 08:44:38','2021-01-15 03:44:38'),
(69149,27213,'action complete via WP Cron','2021-01-15 08:44:38','2021-01-15 03:44:38'),
(69150,27214,'action created','2021-01-15 08:44:38','2021-01-15 03:44:38'),
(69151,27214,'action started via WP Cron','2021-01-15 08:46:25','2021-01-15 03:46:25'),
(69152,27214,'action complete via WP Cron','2021-01-15 08:46:25','2021-01-15 03:46:25'),
(69153,27215,'action created','2021-01-15 08:46:25','2021-01-15 03:46:25'),
(69154,27215,'action started via WP Cron','2021-01-15 08:47:45','2021-01-15 03:47:45'),
(69155,27215,'action complete via WP Cron','2021-01-15 08:47:45','2021-01-15 03:47:45'),
(69156,27216,'action created','2021-01-15 08:47:45','2021-01-15 03:47:45'),
(69157,27216,'action started via WP Cron','2021-01-15 08:48:54','2021-01-15 03:48:54'),
(69158,27216,'action complete via WP Cron','2021-01-15 08:48:54','2021-01-15 03:48:54'),
(69159,27217,'action created','2021-01-15 08:48:54','2021-01-15 03:48:54'),
(69160,27217,'action started via WP Cron','2021-01-15 08:50:15','2021-01-15 03:50:15'),
(69161,27217,'action complete via WP Cron','2021-01-15 08:50:15','2021-01-15 03:50:15'),
(69162,27218,'action created','2021-01-15 08:50:16','2021-01-15 03:50:16'),
(69163,27218,'action started via WP Cron','2021-01-15 08:52:07','2021-01-15 03:52:07'),
(69164,27218,'action complete via WP Cron','2021-01-15 08:52:07','2021-01-15 03:52:07'),
(69165,27219,'action created','2021-01-15 08:52:08','2021-01-15 03:52:08'),
(69166,27219,'action started via WP Cron','2021-01-15 08:53:55','2021-01-15 03:53:55'),
(69167,27219,'action complete via WP Cron','2021-01-15 08:53:55','2021-01-15 03:53:55'),
(69168,27220,'action created','2021-01-15 08:53:55','2021-01-15 03:53:55'),
(69169,27220,'action started via WP Cron','2021-01-15 08:54:53','2021-01-15 03:54:53'),
(69170,27220,'action complete via WP Cron','2021-01-15 08:54:53','2021-01-15 03:54:53'),
(69171,27221,'action created','2021-01-15 08:54:53','2021-01-15 03:54:53'),
(69172,27221,'action started via WP Cron','2021-01-15 08:55:18','2021-01-15 03:55:18'),
(69173,27221,'action complete via WP Cron','2021-01-15 08:55:18','2021-01-15 03:55:18'),
(69174,27222,'action created','2021-01-15 08:55:18','2021-01-15 03:55:18'),
(69175,27222,'action started via WP Cron','2021-01-15 08:56:24','2021-01-15 03:56:24'),
(69176,27222,'action complete via WP Cron','2021-01-15 08:56:24','2021-01-15 03:56:24'),
(69177,27223,'action created','2021-01-15 08:56:24','2021-01-15 03:56:24'),
(69178,27223,'action started via WP Cron','2021-01-15 08:58:15','2021-01-15 03:58:15'),
(69179,27223,'action complete via WP Cron','2021-01-15 08:58:15','2021-01-15 03:58:15'),
(69180,27224,'action created','2021-01-15 08:58:15','2021-01-15 03:58:15'),
(69181,27224,'action started via WP Cron','2021-01-15 08:59:23','2021-01-15 03:59:23'),
(69182,27224,'action complete via WP Cron','2021-01-15 08:59:23','2021-01-15 03:59:23'),
(69183,27225,'action created','2021-01-15 08:59:23','2021-01-15 03:59:23'),
(69184,27225,'action started via WP Cron','2021-01-15 09:00:28','2021-01-15 04:00:28'),
(69185,27225,'action complete via WP Cron','2021-01-15 09:00:28','2021-01-15 04:00:28'),
(69186,27226,'action created','2021-01-15 09:00:28','2021-01-15 04:00:28'),
(69187,27226,'action started via WP Cron','2021-01-15 09:01:46','2021-01-15 04:01:46'),
(69188,27226,'action complete via WP Cron','2021-01-15 09:01:46','2021-01-15 04:01:46'),
(69189,27227,'action created','2021-01-15 09:01:46','2021-01-15 04:01:46'),
(69190,27227,'action started via WP Cron','2021-01-15 09:02:14','2021-01-15 04:02:14'),
(69191,27227,'action complete via WP Cron','2021-01-15 09:02:14','2021-01-15 04:02:14'),
(69192,27228,'action created','2021-01-15 09:02:14','2021-01-15 04:02:14'),
(69193,27228,'action started via WP Cron','2021-01-15 09:03:20','2021-01-15 04:03:20'),
(69194,27228,'action complete via WP Cron','2021-01-15 09:03:20','2021-01-15 04:03:20'),
(69195,27229,'action created','2021-01-15 09:03:20','2021-01-15 04:03:20'),
(69196,27229,'action started via WP Cron','2021-01-15 09:04:31','2021-01-15 04:04:31'),
(69197,27229,'action complete via WP Cron','2021-01-15 09:04:31','2021-01-15 04:04:31'),
(69198,27230,'action created','2021-01-15 09:04:31','2021-01-15 04:04:31'),
(69199,27230,'action started via WP Cron','2021-01-15 09:05:36','2021-01-15 04:05:36'),
(69200,27230,'action complete via WP Cron','2021-01-15 09:05:36','2021-01-15 04:05:36'),
(69201,27231,'action created','2021-01-15 09:05:36','2021-01-15 04:05:36'),
(69202,27231,'action started via WP Cron','2021-01-15 09:07:07','2021-01-15 04:07:07'),
(69203,27231,'action complete via WP Cron','2021-01-15 09:07:07','2021-01-15 04:07:07'),
(69204,27232,'action created','2021-01-15 09:07:07','2021-01-15 04:07:07'),
(69205,27232,'action started via WP Cron','2021-01-15 09:07:37','2021-01-15 04:07:37'),
(69206,27232,'action complete via WP Cron','2021-01-15 09:07:37','2021-01-15 04:07:37'),
(69207,27233,'action created','2021-01-15 09:07:37','2021-01-15 04:07:37'),
(69208,27233,'action started via WP Cron','2021-01-15 09:08:22','2021-01-15 04:08:22'),
(69209,27233,'action complete via WP Cron','2021-01-15 09:08:22','2021-01-15 04:08:22'),
(69210,27234,'action created','2021-01-15 09:08:22','2021-01-15 04:08:22'),
(69211,27234,'action started via WP Cron','2021-01-15 09:11:06','2021-01-15 04:11:06'),
(69212,27234,'action complete via WP Cron','2021-01-15 09:11:06','2021-01-15 04:11:06'),
(69213,27235,'action created','2021-01-15 09:11:06','2021-01-15 04:11:06'),
(69214,27235,'action started via WP Cron','2021-01-15 09:12:17','2021-01-15 04:12:17'),
(69215,27235,'action complete via WP Cron','2021-01-15 09:12:17','2021-01-15 04:12:17'),
(69216,27236,'action created','2021-01-15 09:12:17','2021-01-15 04:12:17'),
(69217,27236,'action started via WP Cron','2021-01-15 09:13:21','2021-01-15 04:13:21'),
(69218,27236,'action complete via WP Cron','2021-01-15 09:13:21','2021-01-15 04:13:21'),
(69219,27237,'action created','2021-01-15 09:13:21','2021-01-15 04:13:21'),
(69220,27237,'action started via WP Cron','2021-01-15 09:14:17','2021-01-15 04:14:17'),
(69221,27237,'action complete via WP Cron','2021-01-15 09:14:17','2021-01-15 04:14:17'),
(69222,27238,'action created','2021-01-15 09:14:18','2021-01-15 04:14:18'),
(69223,27238,'action started via WP Cron','2021-01-15 09:15:57','2021-01-15 04:15:57'),
(69224,27238,'action complete via WP Cron','2021-01-15 09:15:57','2021-01-15 04:15:57'),
(69225,27239,'action created','2021-01-15 09:15:57','2021-01-15 04:15:57'),
(69226,27239,'action started via WP Cron','2021-01-15 09:16:55','2021-01-15 04:16:55'),
(69227,27239,'action complete via WP Cron','2021-01-15 09:16:55','2021-01-15 04:16:55'),
(69228,27240,'action created','2021-01-15 09:16:55','2021-01-15 04:16:55'),
(69229,27240,'action started via WP Cron','2021-01-15 09:17:33','2021-01-15 04:17:33'),
(69230,27240,'action complete via WP Cron','2021-01-15 09:17:33','2021-01-15 04:17:33'),
(69231,27241,'action created','2021-01-15 09:17:33','2021-01-15 04:17:33'),
(69232,27241,'action started via WP Cron','2021-01-15 09:18:31','2021-01-15 04:18:31'),
(69233,27241,'action complete via WP Cron','2021-01-15 09:18:31','2021-01-15 04:18:31'),
(69234,27242,'action created','2021-01-15 09:18:31','2021-01-15 04:18:31'),
(69235,27242,'action started via WP Cron','2021-01-15 09:19:49','2021-01-15 04:19:49'),
(69236,27242,'action complete via WP Cron','2021-01-15 09:19:49','2021-01-15 04:19:49'),
(69237,27243,'action created','2021-01-15 09:19:49','2021-01-15 04:19:49'),
(69238,27243,'action started via WP Cron','2021-01-15 09:20:51','2021-01-15 04:20:51'),
(69239,27243,'action complete via WP Cron','2021-01-15 09:20:51','2021-01-15 04:20:51'),
(69240,27244,'action created','2021-01-15 09:20:51','2021-01-15 04:20:51'),
(69241,27244,'action started via WP Cron','2021-01-15 09:21:40','2021-01-15 04:21:40'),
(69242,27244,'action complete via WP Cron','2021-01-15 09:21:40','2021-01-15 04:21:40'),
(69243,27245,'action created','2021-01-15 09:21:40','2021-01-15 04:21:40'),
(69244,27245,'action started via WP Cron','2021-01-15 09:22:11','2021-01-15 04:22:11'),
(69245,27245,'action complete via WP Cron','2021-01-15 09:22:11','2021-01-15 04:22:11'),
(69246,27246,'action created','2021-01-15 09:22:11','2021-01-15 04:22:11'),
(69247,27246,'action started via WP Cron','2021-01-15 09:23:16','2021-01-15 04:23:16'),
(69248,27246,'action complete via WP Cron','2021-01-15 09:23:16','2021-01-15 04:23:16'),
(69249,27247,'action created','2021-01-15 09:23:16','2021-01-15 04:23:16'),
(69250,27247,'action started via WP Cron','2021-01-15 09:24:15','2021-01-15 04:24:15'),
(69251,27247,'action complete via WP Cron','2021-01-15 09:24:15','2021-01-15 04:24:15'),
(69252,27248,'action created','2021-01-15 09:24:15','2021-01-15 04:24:15'),
(69253,27248,'action started via WP Cron','2021-01-15 09:25:18','2021-01-15 04:25:18'),
(69254,27248,'action complete via WP Cron','2021-01-15 09:25:18','2021-01-15 04:25:18'),
(69255,27249,'action created','2021-01-15 09:25:18','2021-01-15 04:25:18'),
(69256,27249,'action started via WP Cron','2021-01-15 09:27:04','2021-01-15 04:27:04'),
(69257,27249,'action complete via WP Cron','2021-01-15 09:27:04','2021-01-15 04:27:04'),
(69258,27250,'action created','2021-01-15 09:27:04','2021-01-15 04:27:04'),
(69259,27250,'action started via WP Cron','2021-01-15 09:28:53','2021-01-15 04:28:53'),
(69260,27250,'action complete via WP Cron','2021-01-15 09:28:53','2021-01-15 04:28:53'),
(69261,27251,'action created','2021-01-15 09:28:53','2021-01-15 04:28:53'),
(69262,27251,'action started via WP Cron','2021-01-15 09:29:25','2021-01-15 04:29:25'),
(69263,27251,'action complete via WP Cron','2021-01-15 09:29:25','2021-01-15 04:29:25'),
(69264,27252,'action created','2021-01-15 09:29:25','2021-01-15 04:29:25'),
(69265,27252,'action started via WP Cron','2021-01-15 09:30:12','2021-01-15 04:30:12'),
(69266,27252,'action complete via WP Cron','2021-01-15 09:30:12','2021-01-15 04:30:12'),
(69267,27253,'action created','2021-01-15 09:30:12','2021-01-15 04:30:12'),
(69268,27253,'action started via WP Cron','2021-01-15 09:32:29','2021-01-15 04:32:29'),
(69269,27253,'action complete via WP Cron','2021-01-15 09:32:29','2021-01-15 04:32:29'),
(69270,27254,'action created','2021-01-15 09:32:29','2021-01-15 04:32:29'),
(69271,27254,'action started via WP Cron','2021-01-15 09:33:48','2021-01-15 04:33:48'),
(69272,27254,'action complete via WP Cron','2021-01-15 09:33:48','2021-01-15 04:33:48'),
(69273,27255,'action created','2021-01-15 09:33:48','2021-01-15 04:33:48'),
(69274,27255,'action started via WP Cron','2021-01-15 09:34:17','2021-01-15 04:34:17'),
(69275,27255,'action complete via WP Cron','2021-01-15 09:34:17','2021-01-15 04:34:17'),
(69276,27256,'action created','2021-01-15 09:34:17','2021-01-15 04:34:17'),
(69277,27256,'action started via WP Cron','2021-01-15 09:35:57','2021-01-15 04:35:57'),
(69278,27256,'action complete via WP Cron','2021-01-15 09:35:57','2021-01-15 04:35:57'),
(69279,27257,'action created','2021-01-15 09:35:57','2021-01-15 04:35:57'),
(69280,27257,'action started via WP Cron','2021-01-15 09:36:30','2021-01-15 04:36:30'),
(69281,27257,'action complete via WP Cron','2021-01-15 09:36:30','2021-01-15 04:36:30'),
(69282,27258,'action created','2021-01-15 09:36:30','2021-01-15 04:36:30'),
(69283,27258,'action started via WP Cron','2021-01-15 09:37:42','2021-01-15 04:37:42'),
(69284,27258,'action complete via WP Cron','2021-01-15 09:37:42','2021-01-15 04:37:42'),
(69285,27259,'action created','2021-01-15 09:37:42','2021-01-15 04:37:42'),
(69286,27259,'action started via WP Cron','2021-01-15 09:38:16','2021-01-15 04:38:16'),
(69287,27259,'action complete via WP Cron','2021-01-15 09:38:16','2021-01-15 04:38:16'),
(69288,27260,'action created','2021-01-15 09:38:16','2021-01-15 04:38:16'),
(69289,27260,'action started via WP Cron','2021-01-15 09:39:22','2021-01-15 04:39:22'),
(69290,27260,'action complete via WP Cron','2021-01-15 09:39:22','2021-01-15 04:39:22'),
(69291,27261,'action created','2021-01-15 09:39:22','2021-01-15 04:39:22'),
(69292,27261,'action started via WP Cron','2021-01-15 09:40:46','2021-01-15 04:40:46'),
(69293,27261,'action complete via WP Cron','2021-01-15 09:40:46','2021-01-15 04:40:46'),
(69294,27262,'action created','2021-01-15 09:40:46','2021-01-15 04:40:46'),
(69295,27262,'action started via WP Cron','2021-01-15 09:41:25','2021-01-15 04:41:25'),
(69296,27262,'action complete via WP Cron','2021-01-15 09:41:25','2021-01-15 04:41:25'),
(69297,27263,'action created','2021-01-15 09:41:25','2021-01-15 04:41:25'),
(69298,27263,'action started via WP Cron','2021-01-15 09:42:33','2021-01-15 04:42:33'),
(69299,27263,'action complete via WP Cron','2021-01-15 09:42:33','2021-01-15 04:42:33'),
(69300,27264,'action created','2021-01-15 09:42:33','2021-01-15 04:42:33'),
(69301,27264,'action started via WP Cron','2021-01-15 09:43:17','2021-01-15 04:43:17'),
(69302,27264,'action complete via WP Cron','2021-01-15 09:43:17','2021-01-15 04:43:17'),
(69303,27265,'action created','2021-01-15 09:43:17','2021-01-15 04:43:17'),
(69304,27265,'action started via WP Cron','2021-01-15 09:44:26','2021-01-15 04:44:26'),
(69305,27265,'action complete via WP Cron','2021-01-15 09:44:26','2021-01-15 04:44:26'),
(69306,27266,'action created','2021-01-15 09:44:26','2021-01-15 04:44:26'),
(69307,27266,'action started via WP Cron','2021-01-15 09:45:27','2021-01-15 04:45:27'),
(69308,27266,'action complete via WP Cron','2021-01-15 09:45:27','2021-01-15 04:45:27'),
(69309,27267,'action created','2021-01-15 09:45:27','2021-01-15 04:45:27'),
(69310,27267,'action started via WP Cron','2021-01-15 09:46:33','2021-01-15 04:46:33'),
(69311,27267,'action complete via WP Cron','2021-01-15 09:46:33','2021-01-15 04:46:33'),
(69312,27268,'action created','2021-01-15 09:46:33','2021-01-15 04:46:33'),
(69313,27268,'action started via WP Cron','2021-01-15 09:47:12','2021-01-15 04:47:12'),
(69314,27268,'action complete via WP Cron','2021-01-15 09:47:12','2021-01-15 04:47:12'),
(69315,27269,'action created','2021-01-15 09:47:12','2021-01-15 04:47:12'),
(69316,27269,'action started via WP Cron','2021-01-15 09:48:32','2021-01-15 04:48:32'),
(69317,27269,'action complete via WP Cron','2021-01-15 09:48:32','2021-01-15 04:48:32'),
(69318,27270,'action created','2021-01-15 09:48:32','2021-01-15 04:48:32'),
(69319,27270,'action started via WP Cron','2021-01-15 09:50:06','2021-01-15 04:50:06'),
(69320,27270,'action complete via WP Cron','2021-01-15 09:50:06','2021-01-15 04:50:06'),
(69321,27271,'action created','2021-01-15 09:50:06','2021-01-15 04:50:06'),
(69322,27271,'action started via WP Cron','2021-01-15 09:50:34','2021-01-15 04:50:34'),
(69323,27271,'action complete via WP Cron','2021-01-15 09:50:34','2021-01-15 04:50:34'),
(69324,27272,'action created','2021-01-15 09:50:34','2021-01-15 04:50:34'),
(69325,27272,'action started via WP Cron','2021-01-15 09:51:27','2021-01-15 04:51:27'),
(69326,27272,'action complete via WP Cron','2021-01-15 09:51:27','2021-01-15 04:51:27'),
(69327,27273,'action created','2021-01-15 09:51:27','2021-01-15 04:51:27'),
(69328,27273,'action started via WP Cron','2021-01-15 09:52:12','2021-01-15 04:52:12'),
(69329,27273,'action complete via WP Cron','2021-01-15 09:52:12','2021-01-15 04:52:12'),
(69330,27274,'action created','2021-01-15 09:52:12','2021-01-15 04:52:12'),
(69331,27274,'action started via WP Cron','2021-01-15 09:53:16','2021-01-15 04:53:16'),
(69332,27274,'action complete via WP Cron','2021-01-15 09:53:16','2021-01-15 04:53:16'),
(69333,27275,'action created','2021-01-15 09:53:16','2021-01-15 04:53:16'),
(69334,27275,'action started via WP Cron','2021-01-15 09:54:38','2021-01-15 04:54:38'),
(69335,27275,'action complete via WP Cron','2021-01-15 09:54:38','2021-01-15 04:54:38'),
(69336,27276,'action created','2021-01-15 09:54:38','2021-01-15 04:54:38'),
(69337,27276,'action started via WP Cron','2021-01-15 09:55:13','2021-01-15 04:55:13'),
(69338,27276,'action complete via WP Cron','2021-01-15 09:55:13','2021-01-15 04:55:13'),
(69339,27277,'action created','2021-01-15 09:55:13','2021-01-15 04:55:13'),
(69340,27277,'action started via WP Cron','2021-01-15 09:56:15','2021-01-15 04:56:15'),
(69341,27277,'action complete via WP Cron','2021-01-15 09:56:15','2021-01-15 04:56:15'),
(69342,27278,'action created','2021-01-15 09:56:16','2021-01-15 04:56:16'),
(69343,27278,'action started via WP Cron','2021-01-15 09:57:17','2021-01-15 04:57:17'),
(69344,27278,'action complete via WP Cron','2021-01-15 09:57:17','2021-01-15 04:57:17'),
(69345,27279,'action created','2021-01-15 09:57:18','2021-01-15 04:57:18'),
(69346,27279,'action started via WP Cron','2021-01-15 09:58:15','2021-01-15 04:58:15'),
(69347,27279,'action complete via WP Cron','2021-01-15 09:58:15','2021-01-15 04:58:15'),
(69348,27280,'action created','2021-01-15 09:58:15','2021-01-15 04:58:15'),
(69349,27280,'action started via WP Cron','2021-01-15 09:59:39','2021-01-15 04:59:39'),
(69350,27280,'action complete via WP Cron','2021-01-15 09:59:39','2021-01-15 04:59:39'),
(69351,27281,'action created','2021-01-15 09:59:40','2021-01-15 04:59:40'),
(69352,27281,'action started via WP Cron','2021-01-15 10:00:43','2021-01-15 05:00:43'),
(69353,27281,'action complete via WP Cron','2021-01-15 10:00:43','2021-01-15 05:00:43'),
(69354,27282,'action created','2021-01-15 10:00:43','2021-01-15 05:00:43'),
(69355,27282,'action started via WP Cron','2021-01-15 10:01:28','2021-01-15 05:01:28'),
(69356,27282,'action complete via WP Cron','2021-01-15 10:01:28','2021-01-15 05:01:28'),
(69357,27283,'action created','2021-01-15 10:01:28','2021-01-15 05:01:28'),
(69358,27283,'action started via WP Cron','2021-01-15 10:02:21','2021-01-15 05:02:21'),
(69359,27283,'action complete via WP Cron','2021-01-15 10:02:21','2021-01-15 05:02:21'),
(69360,27284,'action created','2021-01-15 10:02:21','2021-01-15 05:02:21'),
(69361,27284,'action started via WP Cron','2021-01-15 10:03:16','2021-01-15 05:03:16'),
(69362,27284,'action complete via WP Cron','2021-01-15 10:03:16','2021-01-15 05:03:16'),
(69363,27285,'action created','2021-01-15 10:03:16','2021-01-15 05:03:16'),
(69364,27285,'action started via WP Cron','2021-01-15 10:04:16','2021-01-15 05:04:16'),
(69365,27285,'action complete via WP Cron','2021-01-15 10:04:16','2021-01-15 05:04:16'),
(69366,27286,'action created','2021-01-15 10:04:16','2021-01-15 05:04:16'),
(69367,27286,'action started via WP Cron','2021-01-15 10:05:42','2021-01-15 05:05:42'),
(69368,27286,'action complete via WP Cron','2021-01-15 10:05:42','2021-01-15 05:05:42'),
(69369,27287,'action created','2021-01-15 10:05:42','2021-01-15 05:05:42'),
(69370,27287,'action started via WP Cron','2021-01-15 10:06:19','2021-01-15 05:06:19'),
(69371,27287,'action complete via WP Cron','2021-01-15 10:06:19','2021-01-15 05:06:19'),
(69372,27288,'action created','2021-01-15 10:06:19','2021-01-15 05:06:19'),
(69373,27288,'action started via WP Cron','2021-01-15 10:07:11','2021-01-15 05:07:11'),
(69374,27288,'action complete via WP Cron','2021-01-15 10:07:11','2021-01-15 05:07:11'),
(69375,27289,'action created','2021-01-15 10:07:11','2021-01-15 05:07:11'),
(69376,27289,'action started via WP Cron','2021-01-15 10:08:17','2021-01-15 05:08:17'),
(69377,27289,'action complete via WP Cron','2021-01-15 10:08:17','2021-01-15 05:08:17'),
(69378,27290,'action created','2021-01-15 10:08:17','2021-01-15 05:08:17'),
(69379,27290,'action started via WP Cron','2021-01-15 10:09:50','2021-01-15 05:09:50'),
(69380,27290,'action complete via WP Cron','2021-01-15 10:09:50','2021-01-15 05:09:50'),
(69381,27291,'action created','2021-01-15 10:09:50','2021-01-15 05:09:50'),
(69382,27291,'action started via WP Cron','2021-01-15 10:10:23','2021-01-15 05:10:23'),
(69383,27291,'action complete via WP Cron','2021-01-15 10:10:23','2021-01-15 05:10:23'),
(69384,27292,'action created','2021-01-15 10:10:23','2021-01-15 05:10:23'),
(69385,27292,'action started via WP Cron','2021-01-15 10:11:13','2021-01-15 05:11:13'),
(69386,27292,'action complete via WP Cron','2021-01-15 10:11:13','2021-01-15 05:11:13'),
(69387,27293,'action created','2021-01-15 10:11:13','2021-01-15 05:11:13'),
(69388,27293,'action started via WP Cron','2021-01-15 10:12:56','2021-01-15 05:12:56'),
(69389,27293,'action complete via WP Cron','2021-01-15 10:12:56','2021-01-15 05:12:56'),
(69390,27294,'action created','2021-01-15 10:12:56','2021-01-15 05:12:56'),
(69391,27294,'action started via WP Cron','2021-01-15 10:14:12','2021-01-15 05:14:12'),
(69392,27294,'action complete via WP Cron','2021-01-15 10:14:12','2021-01-15 05:14:12'),
(69393,27295,'action created','2021-01-15 10:14:12','2021-01-15 05:14:12'),
(69394,27295,'action started via WP Cron','2021-01-15 10:15:56','2021-01-15 05:15:56'),
(69395,27295,'action complete via WP Cron','2021-01-15 10:15:56','2021-01-15 05:15:56'),
(69396,27296,'action created','2021-01-15 10:15:56','2021-01-15 05:15:56'),
(69397,27296,'action started via WP Cron','2021-01-15 10:16:13','2021-01-15 05:16:13'),
(69398,27296,'action complete via WP Cron','2021-01-15 10:16:13','2021-01-15 05:16:13'),
(69399,27297,'action created','2021-01-15 10:16:13','2021-01-15 05:16:13'),
(69400,27297,'action started via WP Cron','2021-01-15 10:18:18','2021-01-15 05:18:18'),
(69401,27297,'action complete via WP Cron','2021-01-15 10:18:18','2021-01-15 05:18:18'),
(69402,27298,'action created','2021-01-15 10:18:18','2021-01-15 05:18:18'),
(69403,27298,'action started via WP Cron','2021-01-15 10:21:07','2021-01-15 05:21:07'),
(69404,27298,'action complete via WP Cron','2021-01-15 10:21:07','2021-01-15 05:21:07'),
(69405,27299,'action created','2021-01-15 10:21:07','2021-01-15 05:21:07'),
(69406,27299,'action started via WP Cron','2021-01-15 10:21:33','2021-01-15 05:21:33'),
(69407,27299,'action complete via WP Cron','2021-01-15 10:21:33','2021-01-15 05:21:33'),
(69408,27300,'action created','2021-01-15 10:21:34','2021-01-15 05:21:34'),
(69409,27300,'action started via WP Cron','2021-01-15 10:22:20','2021-01-15 05:22:20'),
(69410,27300,'action complete via WP Cron','2021-01-15 10:22:20','2021-01-15 05:22:20'),
(69411,27301,'action created','2021-01-15 10:22:20','2021-01-15 05:22:20'),
(69412,27301,'action started via WP Cron','2021-01-15 10:23:44','2021-01-15 05:23:44'),
(69413,27301,'action complete via WP Cron','2021-01-15 10:23:44','2021-01-15 05:23:44'),
(69414,27302,'action created','2021-01-15 10:23:44','2021-01-15 05:23:44'),
(69415,27302,'action started via WP Cron','2021-01-15 10:24:32','2021-01-15 05:24:32'),
(69416,27302,'action complete via WP Cron','2021-01-15 10:24:32','2021-01-15 05:24:32'),
(69417,27303,'action created','2021-01-15 10:24:32','2021-01-15 05:24:32'),
(69418,27303,'action started via WP Cron','2021-01-15 10:26:05','2021-01-15 05:26:05'),
(69419,27303,'action complete via WP Cron','2021-01-15 10:26:05','2021-01-15 05:26:05'),
(69420,27304,'action created','2021-01-15 10:26:05','2021-01-15 05:26:05'),
(69421,27304,'action started via WP Cron','2021-01-15 10:26:45','2021-01-15 05:26:45'),
(69422,27304,'action complete via WP Cron','2021-01-15 10:26:45','2021-01-15 05:26:45'),
(69423,27305,'action created','2021-01-15 10:26:45','2021-01-15 05:26:45'),
(69424,27305,'action started via WP Cron','2021-01-15 10:28:32','2021-01-15 05:28:32'),
(69425,27305,'action complete via WP Cron','2021-01-15 10:28:32','2021-01-15 05:28:32'),
(69426,27306,'action created','2021-01-15 10:28:32','2021-01-15 05:28:32'),
(69427,27306,'action started via WP Cron','2021-01-15 10:29:48','2021-01-15 05:29:48'),
(69428,27306,'action complete via WP Cron','2021-01-15 10:29:48','2021-01-15 05:29:48'),
(69429,27307,'action created','2021-01-15 10:29:49','2021-01-15 05:29:49'),
(69430,27307,'action started via WP Cron','2021-01-15 10:31:18','2021-01-15 05:31:18'),
(69431,27307,'action complete via WP Cron','2021-01-15 10:31:18','2021-01-15 05:31:18'),
(69432,27308,'action created','2021-01-15 10:31:18','2021-01-15 05:31:18'),
(69433,27308,'action started via WP Cron','2021-01-15 10:33:13','2021-01-15 05:33:13'),
(69434,27308,'action complete via WP Cron','2021-01-15 10:33:13','2021-01-15 05:33:13'),
(69435,27309,'action created','2021-01-15 10:33:13','2021-01-15 05:33:13'),
(69436,27309,'action started via WP Cron','2021-01-15 10:34:12','2021-01-15 05:34:12'),
(69437,27309,'action complete via WP Cron','2021-01-15 10:34:12','2021-01-15 05:34:12'),
(69438,27310,'action created','2021-01-15 10:34:12','2021-01-15 05:34:12'),
(69439,27310,'action started via WP Cron','2021-01-15 10:35:20','2021-01-15 05:35:20'),
(69440,27310,'action complete via WP Cron','2021-01-15 10:35:20','2021-01-15 05:35:20'),
(69441,27311,'action created','2021-01-15 10:35:20','2021-01-15 05:35:20'),
(69442,27311,'action started via WP Cron','2021-01-15 10:36:16','2021-01-15 05:36:16'),
(69443,27311,'action complete via WP Cron','2021-01-15 10:36:16','2021-01-15 05:36:16'),
(69444,27312,'action created','2021-01-15 10:36:16','2021-01-15 05:36:16'),
(69445,27312,'action started via WP Cron','2021-01-15 10:37:15','2021-01-15 05:37:15'),
(69446,27312,'action complete via WP Cron','2021-01-15 10:37:15','2021-01-15 05:37:15'),
(69447,27313,'action created','2021-01-15 10:37:15','2021-01-15 05:37:15'),
(69448,27313,'action started via WP Cron','2021-01-15 10:38:24','2021-01-15 05:38:24'),
(69449,27313,'action complete via WP Cron','2021-01-15 10:38:24','2021-01-15 05:38:24'),
(69450,27314,'action created','2021-01-15 10:38:24','2021-01-15 05:38:24'),
(69451,27314,'action started via WP Cron','2021-01-15 10:39:19','2021-01-15 05:39:19'),
(69452,27314,'action complete via WP Cron','2021-01-15 10:39:19','2021-01-15 05:39:19'),
(69453,27315,'action created','2021-01-15 10:39:19','2021-01-15 05:39:19'),
(69454,27315,'action started via WP Cron','2021-01-15 10:40:34','2021-01-15 05:40:34'),
(69455,27315,'action complete via WP Cron','2021-01-15 10:40:34','2021-01-15 05:40:34'),
(69456,27316,'action created','2021-01-15 10:40:34','2021-01-15 05:40:34'),
(69457,27316,'action started via WP Cron','2021-01-15 10:42:22','2021-01-15 05:42:22'),
(69458,27316,'action complete via WP Cron','2021-01-15 10:42:22','2021-01-15 05:42:22'),
(69459,27317,'action created','2021-01-15 10:42:22','2021-01-15 05:42:22'),
(69460,27317,'action started via WP Cron','2021-01-15 10:43:34','2021-01-15 05:43:34'),
(69461,27317,'action complete via WP Cron','2021-01-15 10:43:34','2021-01-15 05:43:34'),
(69462,27318,'action created','2021-01-15 10:43:34','2021-01-15 05:43:34'),
(69463,27318,'action started via WP Cron','2021-01-15 10:44:30','2021-01-15 05:44:30'),
(69464,27318,'action complete via WP Cron','2021-01-15 10:44:30','2021-01-15 05:44:30'),
(69465,27319,'action created','2021-01-15 10:44:30','2021-01-15 05:44:30'),
(69466,27319,'action started via WP Cron','2021-01-15 10:45:20','2021-01-15 05:45:20'),
(69467,27319,'action complete via WP Cron','2021-01-15 10:45:20','2021-01-15 05:45:20'),
(69468,27320,'action created','2021-01-15 10:45:20','2021-01-15 05:45:20'),
(69469,27320,'action started via WP Cron','2021-01-15 10:48:07','2021-01-15 05:48:07'),
(69470,27320,'action complete via WP Cron','2021-01-15 10:48:07','2021-01-15 05:48:07'),
(69471,27321,'action created','2021-01-15 10:48:07','2021-01-15 05:48:07'),
(69472,27321,'action started via WP Cron','2021-01-15 10:49:44','2021-01-15 05:49:44'),
(69473,27321,'action complete via WP Cron','2021-01-15 10:49:44','2021-01-15 05:49:44'),
(69474,27322,'action created','2021-01-15 10:49:44','2021-01-15 05:49:44'),
(69475,27322,'action started via WP Cron','2021-01-15 10:50:17','2021-01-15 05:50:17'),
(69476,27322,'action complete via WP Cron','2021-01-15 10:50:17','2021-01-15 05:50:17'),
(69477,27323,'action created','2021-01-15 10:50:17','2021-01-15 05:50:17'),
(69478,27323,'action started via WP Cron','2021-01-15 10:51:11','2021-01-15 05:51:11'),
(69479,27323,'action complete via WP Cron','2021-01-15 10:51:11','2021-01-15 05:51:11'),
(69480,27324,'action created','2021-01-15 10:51:11','2021-01-15 05:51:11'),
(69481,27324,'action started via WP Cron','2021-01-15 10:52:39','2021-01-15 05:52:39'),
(69482,27324,'action complete via WP Cron','2021-01-15 10:52:39','2021-01-15 05:52:39'),
(69483,27325,'action created','2021-01-15 10:52:39','2021-01-15 05:52:39'),
(69484,27325,'action started via WP Cron','2021-01-15 10:53:47','2021-01-15 05:53:47'),
(69485,27325,'action complete via WP Cron','2021-01-15 10:53:47','2021-01-15 05:53:47'),
(69486,27326,'action created','2021-01-15 10:53:47','2021-01-15 05:53:47'),
(69487,27326,'action started via WP Cron','2021-01-15 10:55:08','2021-01-15 05:55:08'),
(69488,27326,'action complete via WP Cron','2021-01-15 10:55:08','2021-01-15 05:55:08'),
(69489,27327,'action created','2021-01-15 10:55:08','2021-01-15 05:55:08'),
(69490,27327,'action started via WP Cron','2021-01-15 10:55:53','2021-01-15 05:55:53'),
(69491,27327,'action complete via WP Cron','2021-01-15 10:55:53','2021-01-15 05:55:53'),
(69492,27328,'action created','2021-01-15 10:55:53','2021-01-15 05:55:53'),
(69493,27328,'action started via WP Cron','2021-01-15 10:56:31','2021-01-15 05:56:31'),
(69494,27328,'action complete via WP Cron','2021-01-15 10:56:31','2021-01-15 05:56:31'),
(69495,27329,'action created','2021-01-15 10:56:31','2021-01-15 05:56:31'),
(69496,27329,'action started via WP Cron','2021-01-15 10:57:59','2021-01-15 05:57:59'),
(69497,27329,'action complete via WP Cron','2021-01-15 10:57:59','2021-01-15 05:57:59'),
(69498,27330,'action created','2021-01-15 10:57:59','2021-01-15 05:57:59'),
(69499,27330,'action started via WP Cron','2021-01-15 10:59:40','2021-01-15 05:59:40'),
(69500,27330,'action complete via WP Cron','2021-01-15 10:59:40','2021-01-15 05:59:40'),
(69501,27331,'action created','2021-01-15 10:59:40','2021-01-15 05:59:40'),
(69502,27331,'action started via WP Cron','2021-01-15 11:01:58','2021-01-15 06:01:58'),
(69503,27331,'action complete via WP Cron','2021-01-15 11:01:58','2021-01-15 06:01:58'),
(69504,27332,'action created','2021-01-15 11:01:58','2021-01-15 06:01:58'),
(69505,27332,'action started via WP Cron','2021-01-15 11:02:58','2021-01-15 06:02:58'),
(69506,27332,'action complete via WP Cron','2021-01-15 11:02:58','2021-01-15 06:02:58'),
(69507,27333,'action created','2021-01-15 11:02:58','2021-01-15 06:02:58'),
(69508,27333,'action started via WP Cron','2021-01-15 11:03:15','2021-01-15 06:03:15'),
(69509,27333,'action complete via WP Cron','2021-01-15 11:03:15','2021-01-15 06:03:15'),
(69510,27334,'action created','2021-01-15 11:03:15','2021-01-15 06:03:15'),
(69511,27334,'action started via WP Cron','2021-01-15 11:06:08','2021-01-15 06:06:08'),
(69512,27334,'action complete via WP Cron','2021-01-15 11:06:08','2021-01-15 06:06:08'),
(69513,27335,'action created','2021-01-15 11:06:08','2021-01-15 06:06:08'),
(69514,27335,'action started via WP Cron','2021-01-15 11:06:48','2021-01-15 06:06:48'),
(69515,27335,'action complete via WP Cron','2021-01-15 11:06:48','2021-01-15 06:06:48'),
(69516,27336,'action created','2021-01-15 11:06:48','2021-01-15 06:06:48'),
(69517,27336,'action started via WP Cron','2021-01-15 11:08:18','2021-01-15 06:08:18'),
(69518,27336,'action complete via WP Cron','2021-01-15 11:08:18','2021-01-15 06:08:18'),
(69519,27337,'action created','2021-01-15 11:08:18','2021-01-15 06:08:18'),
(69520,27337,'action started via WP Cron','2021-01-15 11:09:25','2021-01-15 06:09:25'),
(69521,27337,'action complete via WP Cron','2021-01-15 11:09:25','2021-01-15 06:09:25'),
(69522,27338,'action created','2021-01-15 11:09:25','2021-01-15 06:09:25'),
(69523,27338,'action started via WP Cron','2021-01-15 11:10:56','2021-01-15 06:10:56'),
(69524,27338,'action complete via WP Cron','2021-01-15 11:10:56','2021-01-15 06:10:56'),
(69525,27339,'action created','2021-01-15 11:10:56','2021-01-15 06:10:56'),
(69526,27339,'action started via WP Cron','2021-01-15 11:12:18','2021-01-15 06:12:18'),
(69527,27339,'action complete via WP Cron','2021-01-15 11:12:18','2021-01-15 06:12:18'),
(69528,27340,'action created','2021-01-15 11:12:18','2021-01-15 06:12:18'),
(69529,27340,'action started via WP Cron','2021-01-15 11:13:51','2021-01-15 06:13:51'),
(69530,27340,'action complete via WP Cron','2021-01-15 11:13:51','2021-01-15 06:13:51'),
(69531,27341,'action created','2021-01-15 11:13:52','2021-01-15 06:13:52'),
(69532,27341,'action started via WP Cron','2021-01-15 11:14:42','2021-01-15 06:14:42'),
(69533,27341,'action complete via WP Cron','2021-01-15 11:14:42','2021-01-15 06:14:42'),
(69534,27342,'action created','2021-01-15 11:14:42','2021-01-15 06:14:42'),
(69535,27342,'action started via WP Cron','2021-01-15 11:16:21','2021-01-15 06:16:21'),
(69536,27342,'action complete via WP Cron','2021-01-15 11:16:21','2021-01-15 06:16:21'),
(69537,27343,'action created','2021-01-15 11:16:21','2021-01-15 06:16:21'),
(69538,27343,'action started via WP Cron','2021-01-15 11:17:13','2021-01-15 06:17:13'),
(69539,27343,'action complete via WP Cron','2021-01-15 11:17:13','2021-01-15 06:17:13'),
(69540,27344,'action created','2021-01-15 11:17:13','2021-01-15 06:17:13'),
(69541,27344,'action started via WP Cron','2021-01-15 11:19:40','2021-01-15 06:19:40'),
(69542,27344,'action complete via WP Cron','2021-01-15 11:19:40','2021-01-15 06:19:40'),
(69543,27345,'action created','2021-01-15 11:19:40','2021-01-15 06:19:40'),
(69544,27345,'action started via WP Cron','2021-01-15 11:20:18','2021-01-15 06:20:18'),
(69545,27345,'action complete via WP Cron','2021-01-15 11:20:18','2021-01-15 06:20:18'),
(69546,27346,'action created','2021-01-15 11:20:18','2021-01-15 06:20:18'),
(69547,27346,'action started via WP Cron','2021-01-15 11:21:35','2021-01-15 06:21:35'),
(69548,27346,'action complete via WP Cron','2021-01-15 11:21:35','2021-01-15 06:21:35'),
(69549,27347,'action created','2021-01-15 11:21:35','2021-01-15 06:21:35'),
(69550,27347,'action started via WP Cron','2021-01-15 11:24:14','2021-01-15 06:24:14'),
(69551,27347,'action complete via WP Cron','2021-01-15 11:24:14','2021-01-15 06:24:14'),
(69552,27348,'action created','2021-01-15 11:24:14','2021-01-15 06:24:14'),
(69553,27348,'action started via WP Cron','2021-01-15 11:26:06','2021-01-15 06:26:06'),
(69554,27348,'action complete via WP Cron','2021-01-15 11:26:06','2021-01-15 06:26:06'),
(69555,27349,'action created','2021-01-15 11:26:06','2021-01-15 06:26:06'),
(69556,27349,'action started via WP Cron','2021-01-15 11:26:53','2021-01-15 06:26:53'),
(69557,27349,'action complete via WP Cron','2021-01-15 11:26:53','2021-01-15 06:26:53'),
(69558,27350,'action created','2021-01-15 11:26:54','2021-01-15 06:26:54'),
(69559,27350,'action started via WP Cron','2021-01-15 11:29:09','2021-01-15 06:29:09'),
(69560,27350,'action complete via WP Cron','2021-01-15 11:29:09','2021-01-15 06:29:09'),
(69561,27351,'action created','2021-01-15 11:29:09','2021-01-15 06:29:09'),
(69562,27351,'action started via WP Cron','2021-01-15 11:29:36','2021-01-15 06:29:36'),
(69563,27351,'action complete via WP Cron','2021-01-15 11:29:36','2021-01-15 06:29:36'),
(69564,27352,'action created','2021-01-15 11:29:36','2021-01-15 06:29:36'),
(69565,27352,'action started via WP Cron','2021-01-15 11:30:25','2021-01-15 06:30:25'),
(69566,27352,'action complete via WP Cron','2021-01-15 11:30:25','2021-01-15 06:30:25'),
(69567,27353,'action created','2021-01-15 11:30:25','2021-01-15 06:30:25'),
(69568,27353,'action started via WP Cron','2021-01-15 11:31:33','2021-01-15 06:31:33'),
(69569,27353,'action complete via WP Cron','2021-01-15 11:31:33','2021-01-15 06:31:33'),
(69570,27354,'action created','2021-01-15 11:31:33','2021-01-15 06:31:33'),
(69571,27354,'action started via WP Cron','2021-01-15 11:32:14','2021-01-15 06:32:14'),
(69572,27354,'action complete via WP Cron','2021-01-15 11:32:14','2021-01-15 06:32:14'),
(69573,27355,'action created','2021-01-15 11:32:14','2021-01-15 06:32:14'),
(69574,27355,'action started via WP Cron','2021-01-15 11:33:37','2021-01-15 06:33:37'),
(69575,27355,'action complete via WP Cron','2021-01-15 11:33:37','2021-01-15 06:33:37'),
(69576,27356,'action created','2021-01-15 11:33:37','2021-01-15 06:33:37'),
(69577,27356,'action started via WP Cron','2021-01-15 11:35:11','2021-01-15 06:35:11'),
(69578,27356,'action complete via WP Cron','2021-01-15 11:35:11','2021-01-15 06:35:11'),
(69579,27357,'action created','2021-01-15 11:35:12','2021-01-15 06:35:12'),
(69580,27357,'action started via WP Cron','2021-01-15 11:37:36','2021-01-15 06:37:36'),
(69581,27357,'action complete via WP Cron','2021-01-15 11:37:36','2021-01-15 06:37:36'),
(69582,27358,'action created','2021-01-15 11:37:36','2021-01-15 06:37:36'),
(69583,27358,'action started via WP Cron','2021-01-15 11:38:59','2021-01-15 06:38:59'),
(69584,27358,'action complete via WP Cron','2021-01-15 11:38:59','2021-01-15 06:38:59'),
(69585,27359,'action created','2021-01-15 11:38:59','2021-01-15 06:38:59'),
(69586,27359,'action started via WP Cron','2021-01-15 11:39:43','2021-01-15 06:39:43'),
(69587,27359,'action complete via WP Cron','2021-01-15 11:39:43','2021-01-15 06:39:43'),
(69588,27360,'action created','2021-01-15 11:39:43','2021-01-15 06:39:43'),
(69589,27360,'action started via WP Cron','2021-01-15 11:40:51','2021-01-15 06:40:51'),
(69590,27360,'action complete via WP Cron','2021-01-15 11:40:51','2021-01-15 06:40:51'),
(69591,27361,'action created','2021-01-15 11:40:51','2021-01-15 06:40:51'),
(69592,27361,'action started via WP Cron','2021-01-15 11:41:35','2021-01-15 06:41:35'),
(69593,27361,'action complete via WP Cron','2021-01-15 11:41:35','2021-01-15 06:41:35'),
(69594,27362,'action created','2021-01-15 11:41:35','2021-01-15 06:41:35'),
(69595,27362,'action started via WP Cron','2021-01-15 11:42:18','2021-01-15 06:42:18'),
(69596,27362,'action complete via WP Cron','2021-01-15 11:42:18','2021-01-15 06:42:18'),
(69597,27363,'action created','2021-01-15 11:42:18','2021-01-15 06:42:18'),
(69598,27363,'action started via WP Cron','2021-01-15 11:43:21','2021-01-15 06:43:21'),
(69599,27363,'action complete via WP Cron','2021-01-15 11:43:21','2021-01-15 06:43:21'),
(69600,27364,'action created','2021-01-15 11:43:21','2021-01-15 06:43:21'),
(69601,27364,'action started via WP Cron','2021-01-15 11:44:31','2021-01-15 06:44:31'),
(69602,27364,'action complete via WP Cron','2021-01-15 11:44:31','2021-01-15 06:44:31'),
(69603,27365,'action created','2021-01-15 11:44:31','2021-01-15 06:44:31'),
(69604,27365,'action started via WP Cron','2021-01-15 11:47:25','2021-01-15 06:47:25'),
(69605,27365,'action complete via WP Cron','2021-01-15 11:47:25','2021-01-15 06:47:25'),
(69606,27366,'action created','2021-01-15 11:47:25','2021-01-15 06:47:25'),
(69607,27366,'action started via WP Cron','2021-01-15 11:48:46','2021-01-15 06:48:46'),
(69608,27366,'action complete via WP Cron','2021-01-15 11:48:46','2021-01-15 06:48:46'),
(69609,27367,'action created','2021-01-15 11:48:46','2021-01-15 06:48:46'),
(69610,27367,'action started via WP Cron','2021-01-15 11:49:32','2021-01-15 06:49:32'),
(69611,27367,'action complete via WP Cron','2021-01-15 11:49:32','2021-01-15 06:49:32'),
(69612,27368,'action created','2021-01-15 11:49:32','2021-01-15 06:49:32'),
(69613,27368,'action started via WP Cron','2021-01-15 11:50:17','2021-01-15 06:50:17'),
(69614,27368,'action complete via WP Cron','2021-01-15 11:50:17','2021-01-15 06:50:17'),
(69615,27369,'action created','2021-01-15 11:50:17','2021-01-15 06:50:17'),
(69616,27369,'action started via WP Cron','2021-01-15 11:52:26','2021-01-15 06:52:26'),
(69617,27369,'action complete via WP Cron','2021-01-15 11:52:26','2021-01-15 06:52:26'),
(69618,27370,'action created','2021-01-15 11:52:26','2021-01-15 06:52:26'),
(69619,27370,'action started via WP Cron','2021-01-15 11:53:47','2021-01-15 06:53:47'),
(69620,27370,'action complete via WP Cron','2021-01-15 11:53:47','2021-01-15 06:53:47'),
(69621,27371,'action created','2021-01-15 11:53:47','2021-01-15 06:53:47'),
(69622,27371,'action started via WP Cron','2021-01-15 11:55:04','2021-01-15 06:55:04'),
(69623,27371,'action complete via WP Cron','2021-01-15 11:55:04','2021-01-15 06:55:04'),
(69624,27372,'action created','2021-01-15 11:55:04','2021-01-15 06:55:04'),
(69625,27372,'action started via WP Cron','2021-01-15 11:55:24','2021-01-15 06:55:24'),
(69626,27372,'action complete via WP Cron','2021-01-15 11:55:24','2021-01-15 06:55:24'),
(69627,27373,'action created','2021-01-15 11:55:24','2021-01-15 06:55:24'),
(69628,27373,'action started via WP Cron','2021-01-15 11:56:34','2021-01-15 06:56:34'),
(69629,27373,'action complete via WP Cron','2021-01-15 11:56:34','2021-01-15 06:56:34'),
(69630,27374,'action created','2021-01-15 11:56:34','2021-01-15 06:56:34'),
(69631,27374,'action started via WP Cron','2021-01-15 11:57:19','2021-01-15 06:57:19'),
(69632,27374,'action complete via WP Cron','2021-01-15 11:57:19','2021-01-15 06:57:19'),
(69633,27375,'action created','2021-01-15 11:57:19','2021-01-15 06:57:19'),
(69634,27375,'action started via WP Cron','2021-01-15 11:59:11','2021-01-15 06:59:11'),
(69635,27375,'action complete via WP Cron','2021-01-15 11:59:11','2021-01-15 06:59:11'),
(69636,27376,'action created','2021-01-15 11:59:11','2021-01-15 06:59:11'),
(69637,27376,'action started via WP Cron','2021-01-15 12:00:33','2021-01-15 07:00:33'),
(69638,27376,'action complete via WP Cron','2021-01-15 12:00:33','2021-01-15 07:00:33'),
(69639,27377,'action created','2021-01-15 12:00:33','2021-01-15 07:00:33'),
(69640,27377,'action started via WP Cron','2021-01-15 12:01:26','2021-01-15 07:01:26'),
(69641,27377,'action complete via WP Cron','2021-01-15 12:01:26','2021-01-15 07:01:26'),
(69642,27378,'action created','2021-01-15 12:01:26','2021-01-15 07:01:26'),
(69643,27378,'action started via WP Cron','2021-01-15 12:03:27','2021-01-15 07:03:27'),
(69644,27378,'action complete via WP Cron','2021-01-15 12:03:27','2021-01-15 07:03:27'),
(69645,27379,'action created','2021-01-15 12:03:27','2021-01-15 07:03:27'),
(69646,27379,'action started via WP Cron','2021-01-15 12:05:31','2021-01-15 07:05:31'),
(69647,27379,'action complete via WP Cron','2021-01-15 12:05:31','2021-01-15 07:05:31'),
(69648,27380,'action created','2021-01-15 12:05:31','2021-01-15 07:05:31'),
(69649,27380,'action started via WP Cron','2021-01-15 12:06:53','2021-01-15 07:06:53'),
(69650,27380,'action complete via WP Cron','2021-01-15 12:06:53','2021-01-15 07:06:53'),
(69651,27381,'action created','2021-01-15 12:06:53','2021-01-15 07:06:53'),
(69652,27381,'action started via WP Cron','2021-01-15 12:07:18','2021-01-15 07:07:18'),
(69653,27381,'action complete via WP Cron','2021-01-15 12:07:18','2021-01-15 07:07:18'),
(69654,27382,'action created','2021-01-15 12:07:18','2021-01-15 07:07:18'),
(69655,27382,'action started via WP Cron','2021-01-15 12:10:31','2021-01-15 07:10:31'),
(69656,27382,'action complete via WP Cron','2021-01-15 12:10:31','2021-01-15 07:10:31'),
(69657,27383,'action created','2021-01-15 12:10:31','2021-01-15 07:10:31'),
(69658,27383,'action started via WP Cron','2021-01-15 12:11:15','2021-01-15 07:11:15'),
(69659,27383,'action complete via WP Cron','2021-01-15 12:11:15','2021-01-15 07:11:15'),
(69660,27384,'action created','2021-01-15 12:11:15','2021-01-15 07:11:15'),
(69661,27384,'action started via WP Cron','2021-01-15 12:12:16','2021-01-15 07:12:16'),
(69662,27384,'action complete via WP Cron','2021-01-15 12:12:16','2021-01-15 07:12:16'),
(69663,27385,'action created','2021-01-15 12:12:16','2021-01-15 07:12:16'),
(69664,27385,'action started via WP Cron','2021-01-15 12:15:47','2021-01-15 07:15:47'),
(69665,27385,'action complete via WP Cron','2021-01-15 12:15:47','2021-01-15 07:15:47'),
(69666,27386,'action created','2021-01-15 12:15:47','2021-01-15 07:15:47'),
(69667,27386,'action started via WP Cron','2021-01-15 12:16:55','2021-01-15 07:16:55'),
(69668,27386,'action complete via WP Cron','2021-01-15 12:16:55','2021-01-15 07:16:55'),
(69669,27387,'action created','2021-01-15 12:16:55','2021-01-15 07:16:55'),
(69670,27387,'action started via WP Cron','2021-01-15 12:17:17','2021-01-15 07:17:17'),
(69671,27387,'action complete via WP Cron','2021-01-15 12:17:17','2021-01-15 07:17:17'),
(69672,27388,'action created','2021-01-15 12:17:17','2021-01-15 07:17:17'),
(69673,27388,'action started via WP Cron','2021-01-15 12:18:28','2021-01-15 07:18:28'),
(69674,27388,'action complete via WP Cron','2021-01-15 12:18:28','2021-01-15 07:18:28'),
(69675,27389,'action created','2021-01-15 12:18:28','2021-01-15 07:18:28'),
(69676,27389,'action started via WP Cron','2021-01-15 12:19:13','2021-01-15 07:19:13'),
(69677,27389,'action complete via WP Cron','2021-01-15 12:19:13','2021-01-15 07:19:13'),
(69678,27390,'action created','2021-01-15 12:19:13','2021-01-15 07:19:13'),
(69679,27390,'action started via WP Cron','2021-01-15 12:22:29','2021-01-15 07:22:29'),
(69680,27390,'action complete via WP Cron','2021-01-15 12:22:29','2021-01-15 07:22:29'),
(69681,27391,'action created','2021-01-15 12:22:29','2021-01-15 07:22:29'),
(69682,27391,'action started via WP Cron','2021-01-15 12:23:18','2021-01-15 07:23:18'),
(69683,27391,'action complete via WP Cron','2021-01-15 12:23:18','2021-01-15 07:23:18'),
(69684,27392,'action created','2021-01-15 12:23:18','2021-01-15 07:23:18'),
(69685,27392,'action started via WP Cron','2021-01-15 12:24:53','2021-01-15 07:24:53'),
(69686,27392,'action complete via WP Cron','2021-01-15 12:24:53','2021-01-15 07:24:53'),
(69687,27393,'action created','2021-01-15 12:24:53','2021-01-15 07:24:53'),
(69688,27393,'action started via WP Cron','2021-01-15 12:25:30','2021-01-15 07:25:30'),
(69689,27393,'action complete via WP Cron','2021-01-15 12:25:30','2021-01-15 07:25:30'),
(69690,27394,'action created','2021-01-15 12:25:30','2021-01-15 07:25:30'),
(69691,27394,'action started via WP Cron','2021-01-15 12:26:17','2021-01-15 07:26:17'),
(69692,27394,'action complete via WP Cron','2021-01-15 12:26:17','2021-01-15 07:26:17'),
(69693,27395,'action created','2021-01-15 12:26:17','2021-01-15 07:26:17'),
(69694,27395,'action started via WP Cron','2021-01-15 12:27:13','2021-01-15 07:27:13'),
(69695,27395,'action complete via WP Cron','2021-01-15 12:27:13','2021-01-15 07:27:13'),
(69696,27396,'action created','2021-01-15 12:27:13','2021-01-15 07:27:13'),
(69697,27396,'action started via WP Cron','2021-01-15 12:28:40','2021-01-15 07:28:40'),
(69698,27396,'action complete via WP Cron','2021-01-15 12:28:40','2021-01-15 07:28:40'),
(69699,27397,'action created','2021-01-15 12:28:40','2021-01-15 07:28:40'),
(69700,27397,'action started via WP Cron','2021-01-15 12:31:07','2021-01-15 07:31:07'),
(69701,27397,'action complete via WP Cron','2021-01-15 12:31:07','2021-01-15 07:31:07'),
(69702,27398,'action created','2021-01-15 12:31:07','2021-01-15 07:31:07'),
(69703,27398,'action started via WP Cron','2021-01-15 12:31:30','2021-01-15 07:31:30'),
(69704,27398,'action complete via WP Cron','2021-01-15 12:31:30','2021-01-15 07:31:30'),
(69705,27399,'action created','2021-01-15 12:31:30','2021-01-15 07:31:30'),
(69706,27399,'action started via WP Cron','2021-01-15 12:32:19','2021-01-15 07:32:19'),
(69707,27399,'action complete via WP Cron','2021-01-15 12:32:19','2021-01-15 07:32:19'),
(69708,27400,'action created','2021-01-15 12:32:19','2021-01-15 07:32:19'),
(69709,27400,'action started via WP Cron','2021-01-15 12:33:16','2021-01-15 07:33:16'),
(69710,27400,'action complete via WP Cron','2021-01-15 12:33:16','2021-01-15 07:33:16'),
(69711,27401,'action created','2021-01-15 12:33:16','2021-01-15 07:33:16'),
(69712,27401,'action started via WP Cron','2021-01-15 12:35:18','2021-01-15 07:35:18'),
(69713,27401,'action complete via WP Cron','2021-01-15 12:35:18','2021-01-15 07:35:18'),
(69714,27402,'action created','2021-01-15 12:35:18','2021-01-15 07:35:18'),
(69715,27402,'action started via WP Cron','2021-01-15 12:36:39','2021-01-15 07:36:39'),
(69716,27402,'action complete via WP Cron','2021-01-15 12:36:39','2021-01-15 07:36:39'),
(69717,27403,'action created','2021-01-15 12:36:39','2021-01-15 07:36:39'),
(69718,27403,'action started via WP Cron','2021-01-15 12:37:15','2021-01-15 07:37:15'),
(69719,27403,'action complete via WP Cron','2021-01-15 12:37:15','2021-01-15 07:37:15'),
(69720,27404,'action created','2021-01-15 12:37:15','2021-01-15 07:37:15'),
(69721,27404,'action started via WP Cron','2021-01-15 12:40:07','2021-01-15 07:40:07'),
(69722,27404,'action complete via WP Cron','2021-01-15 12:40:07','2021-01-15 07:40:07'),
(69723,27405,'action created','2021-01-15 12:40:07','2021-01-15 07:40:07'),
(69724,27405,'action started via WP Cron','2021-01-15 12:40:39','2021-01-15 07:40:39'),
(69725,27405,'action complete via WP Cron','2021-01-15 12:40:39','2021-01-15 07:40:39'),
(69726,27406,'action created','2021-01-15 12:40:39','2021-01-15 07:40:39'),
(69727,27406,'action started via WP Cron','2021-01-15 12:41:31','2021-01-15 07:41:31'),
(69728,27406,'action complete via WP Cron','2021-01-15 12:41:31','2021-01-15 07:41:31'),
(69729,27407,'action created','2021-01-15 12:41:31','2021-01-15 07:41:31'),
(69730,27407,'action started via WP Cron','2021-01-15 12:42:46','2021-01-15 07:42:46'),
(69731,27407,'action complete via WP Cron','2021-01-15 12:42:46','2021-01-15 07:42:46'),
(69732,27408,'action created','2021-01-15 12:42:46','2021-01-15 07:42:46'),
(69733,27408,'action started via WP Cron','2021-01-15 12:44:38','2021-01-15 07:44:38'),
(69734,27408,'action complete via WP Cron','2021-01-15 12:44:38','2021-01-15 07:44:38'),
(69735,27409,'action created','2021-01-15 12:44:38','2021-01-15 07:44:38'),
(69736,27409,'action started via WP Cron','2021-01-15 12:45:42','2021-01-15 07:45:42'),
(69737,27409,'action complete via WP Cron','2021-01-15 12:45:42','2021-01-15 07:45:42'),
(69738,27410,'action created','2021-01-15 12:45:42','2021-01-15 07:45:42'),
(69739,27410,'action started via WP Cron','2021-01-15 12:46:59','2021-01-15 07:46:59'),
(69740,27410,'action complete via WP Cron','2021-01-15 12:46:59','2021-01-15 07:46:59'),
(69741,27411,'action created','2021-01-15 12:46:59','2021-01-15 07:46:59'),
(69742,27411,'action started via WP Cron','2021-01-15 12:48:36','2021-01-15 07:48:36'),
(69743,27411,'action complete via WP Cron','2021-01-15 12:48:36','2021-01-15 07:48:36'),
(69744,27412,'action created','2021-01-15 12:48:36','2021-01-15 07:48:36'),
(69745,27412,'action started via WP Cron','2021-01-15 12:49:21','2021-01-15 07:49:21'),
(69746,27412,'action complete via WP Cron','2021-01-15 12:49:21','2021-01-15 07:49:21'),
(69747,27413,'action created','2021-01-15 12:49:21','2021-01-15 07:49:21'),
(69748,27413,'action started via WP Cron','2021-01-15 12:50:17','2021-01-15 07:50:17'),
(69749,27413,'action complete via WP Cron','2021-01-15 12:50:17','2021-01-15 07:50:17'),
(69750,27414,'action created','2021-01-15 12:50:17','2021-01-15 07:50:17'),
(69751,27414,'action started via WP Cron','2021-01-15 12:51:55','2021-01-15 07:51:55'),
(69752,27414,'action complete via WP Cron','2021-01-15 12:51:55','2021-01-15 07:51:55'),
(69753,27415,'action created','2021-01-15 12:51:55','2021-01-15 07:51:55'),
(69754,27415,'action started via WP Cron','2021-01-15 12:52:21','2021-01-15 07:52:21'),
(69755,27415,'action complete via WP Cron','2021-01-15 12:52:21','2021-01-15 07:52:21'),
(69756,27416,'action created','2021-01-15 12:52:21','2021-01-15 07:52:21'),
(69757,27416,'action started via WP Cron','2021-01-15 12:53:13','2021-01-15 07:53:13'),
(69758,27416,'action complete via WP Cron','2021-01-15 12:53:13','2021-01-15 07:53:13'),
(69759,27417,'action created','2021-01-15 12:53:13','2021-01-15 07:53:13'),
(69760,27417,'action started via WP Cron','2021-01-15 12:56:07','2021-01-15 07:56:07'),
(69761,27417,'action complete via WP Cron','2021-01-15 12:56:07','2021-01-15 07:56:07'),
(69762,27418,'action created','2021-01-15 12:56:07','2021-01-15 07:56:07'),
(69763,27418,'action started via WP Cron','2021-01-15 12:56:27','2021-01-15 07:56:27'),
(69764,27418,'action complete via WP Cron','2021-01-15 12:56:27','2021-01-15 07:56:27'),
(69765,27419,'action created','2021-01-15 12:56:27','2021-01-15 07:56:27'),
(69766,27419,'action started via WP Cron','2021-01-15 12:57:15','2021-01-15 07:57:15'),
(69767,27419,'action complete via WP Cron','2021-01-15 12:57:15','2021-01-15 07:57:15'),
(69768,27420,'action created','2021-01-15 12:57:15','2021-01-15 07:57:15'),
(69769,27420,'action started via WP Cron','2021-01-15 12:58:16','2021-01-15 07:58:16'),
(69770,27420,'action complete via WP Cron','2021-01-15 12:58:16','2021-01-15 07:58:16'),
(69771,27421,'action created','2021-01-15 12:58:16','2021-01-15 07:58:16'),
(69772,27421,'action started via WP Cron','2021-01-15 12:59:21','2021-01-15 07:59:21'),
(69773,27421,'action complete via WP Cron','2021-01-15 12:59:21','2021-01-15 07:59:21'),
(69774,27422,'action created','2021-01-15 12:59:21','2021-01-15 07:59:21'),
(69775,27422,'action started via WP Cron','2021-01-15 13:00:41','2021-01-15 08:00:41'),
(69776,27422,'action complete via WP Cron','2021-01-15 13:00:41','2021-01-15 08:00:41'),
(69777,26245,'action started via WP Cron','2021-01-15 13:00:41','2021-01-15 08:00:41'),
(69778,26245,'action complete via WP Cron','2021-01-15 13:00:41','2021-01-15 08:00:41'),
(69779,27423,'action created','2021-01-15 13:00:41','2021-01-15 08:00:41'),
(69780,27424,'action created','2021-01-15 13:00:41','2021-01-15 08:00:41'),
(69781,27424,'action started via WP Cron','2021-01-15 13:01:32','2021-01-15 08:01:32'),
(69782,27424,'action complete via WP Cron','2021-01-15 13:01:32','2021-01-15 08:01:32'),
(69783,27425,'action created','2021-01-15 13:01:32','2021-01-15 08:01:32'),
(69784,27425,'action started via WP Cron','2021-01-15 13:02:28','2021-01-15 08:02:28'),
(69785,27425,'action complete via WP Cron','2021-01-15 13:02:28','2021-01-15 08:02:28'),
(69786,27426,'action created','2021-01-15 13:02:28','2021-01-15 08:02:28'),
(69787,27426,'action started via WP Cron','2021-01-15 13:03:14','2021-01-15 08:03:14'),
(69788,27426,'action complete via WP Cron','2021-01-15 13:03:14','2021-01-15 08:03:14'),
(69789,27427,'action created','2021-01-15 13:03:14','2021-01-15 08:03:14'),
(69790,27427,'action started via WP Cron','2021-01-15 13:04:34','2021-01-15 08:04:34'),
(69791,27427,'action complete via WP Cron','2021-01-15 13:04:34','2021-01-15 08:04:34'),
(69792,27428,'action created','2021-01-15 13:04:34','2021-01-15 08:04:34'),
(69793,27428,'action started via WP Cron','2021-01-15 13:05:17','2021-01-15 08:05:17'),
(69794,27428,'action complete via WP Cron','2021-01-15 13:05:17','2021-01-15 08:05:17'),
(69795,27429,'action created','2021-01-15 13:05:17','2021-01-15 08:05:17'),
(69796,27429,'action started via WP Cron','2021-01-15 13:06:14','2021-01-15 08:06:14'),
(69797,27429,'action complete via WP Cron','2021-01-15 13:06:14','2021-01-15 08:06:14'),
(69798,27430,'action created','2021-01-15 13:06:14','2021-01-15 08:06:14'),
(69799,27430,'action started via WP Cron','2021-01-15 13:07:32','2021-01-15 08:07:32'),
(69800,27430,'action complete via WP Cron','2021-01-15 13:07:32','2021-01-15 08:07:32'),
(69801,27431,'action created','2021-01-15 13:07:32','2021-01-15 08:07:32'),
(69802,27431,'action started via WP Cron','2021-01-15 13:08:27','2021-01-15 08:08:27'),
(69803,27431,'action complete via WP Cron','2021-01-15 13:08:27','2021-01-15 08:08:27'),
(69804,27432,'action created','2021-01-15 13:08:27','2021-01-15 08:08:27'),
(69805,27432,'action started via WP Cron','2021-01-15 13:09:17','2021-01-15 08:09:17'),
(69806,27432,'action complete via WP Cron','2021-01-15 13:09:17','2021-01-15 08:09:17'),
(69807,27433,'action created','2021-01-15 13:09:17','2021-01-15 08:09:17'),
(69808,27433,'action started via WP Cron','2021-01-15 13:10:26','2021-01-15 08:10:26'),
(69809,27433,'action complete via WP Cron','2021-01-15 13:10:26','2021-01-15 08:10:26'),
(69810,27434,'action created','2021-01-15 13:10:26','2021-01-15 08:10:26'),
(69811,27434,'action started via WP Cron','2021-01-15 13:11:12','2021-01-15 08:11:12'),
(69812,27434,'action complete via WP Cron','2021-01-15 13:11:12','2021-01-15 08:11:12'),
(69813,27435,'action created','2021-01-15 13:11:12','2021-01-15 08:11:12'),
(69814,27435,'action started via WP Cron','2021-01-15 13:12:15','2021-01-15 08:12:15'),
(69815,27435,'action complete via WP Cron','2021-01-15 13:12:15','2021-01-15 08:12:15'),
(69816,27436,'action created','2021-01-15 13:12:15','2021-01-15 08:12:15'),
(69817,27436,'action started via WP Cron','2021-01-15 13:13:12','2021-01-15 08:13:12'),
(69818,27436,'action complete via WP Cron','2021-01-15 13:13:12','2021-01-15 08:13:12'),
(69819,27437,'action created','2021-01-15 13:13:12','2021-01-15 08:13:12'),
(69820,27437,'action started via WP Cron','2021-01-15 13:15:02','2021-01-15 08:15:02'),
(69821,27437,'action complete via WP Cron','2021-01-15 13:15:02','2021-01-15 08:15:02'),
(69822,27438,'action created','2021-01-15 13:15:59','2021-01-15 08:15:59'),
(69823,27438,'action started via WP Cron','2021-01-15 13:16:48','2021-01-15 08:16:48'),
(69824,27438,'action complete via WP Cron','2021-01-15 13:16:48','2021-01-15 08:16:48'),
(69825,27439,'action created','2021-01-15 13:16:48','2021-01-15 08:16:48'),
(69826,27439,'action started via WP Cron','2021-01-15 13:17:40','2021-01-15 08:17:40'),
(69827,27439,'action complete via WP Cron','2021-01-15 13:17:40','2021-01-15 08:17:40'),
(69828,27440,'action created','2021-01-15 13:17:40','2021-01-15 08:17:40'),
(69829,27440,'action started via WP Cron','2021-01-15 13:19:05','2021-01-15 08:19:05'),
(69830,27440,'action complete via WP Cron','2021-01-15 13:19:05','2021-01-15 08:19:05'),
(69831,27441,'action created','2021-01-15 13:19:05','2021-01-15 08:19:05'),
(69832,27441,'action started via WP Cron','2021-01-15 13:19:57','2021-01-15 08:19:57'),
(69833,27441,'action complete via WP Cron','2021-01-15 13:19:57','2021-01-15 08:19:57'),
(69834,27442,'action created','2021-01-15 13:19:57','2021-01-15 08:19:57'),
(69835,27442,'action started via WP Cron','2021-01-15 13:20:35','2021-01-15 08:20:35'),
(69836,27442,'action complete via WP Cron','2021-01-15 13:20:35','2021-01-15 08:20:35'),
(69837,27443,'action created','2021-01-15 13:20:35','2021-01-15 08:20:35'),
(69838,27443,'action started via WP Cron','2021-01-15 13:21:54','2021-01-15 08:21:54'),
(69839,27443,'action complete via WP Cron','2021-01-15 13:21:54','2021-01-15 08:21:54'),
(69840,27444,'action created','2021-01-15 13:21:54','2021-01-15 08:21:54'),
(69841,27444,'action started via WP Cron','2021-01-15 13:23:08','2021-01-15 08:23:08'),
(69842,27444,'action complete via WP Cron','2021-01-15 13:23:08','2021-01-15 08:23:08'),
(69843,27445,'action created','2021-01-15 13:23:08','2021-01-15 08:23:08'),
(69844,27445,'action started via WP Cron','2021-01-15 13:24:24','2021-01-15 08:24:24'),
(69845,27445,'action complete via WP Cron','2021-01-15 13:24:24','2021-01-15 08:24:24'),
(69846,27446,'action created','2021-01-15 13:24:24','2021-01-15 08:24:24'),
(69847,27446,'action started via WP Cron','2021-01-15 13:25:15','2021-01-15 08:25:15'),
(69848,27446,'action complete via WP Cron','2021-01-15 13:25:15','2021-01-15 08:25:15'),
(69849,27447,'action created','2021-01-15 13:25:15','2021-01-15 08:25:15'),
(69850,27447,'action started via WP Cron','2021-01-15 13:26:17','2021-01-15 08:26:17'),
(69851,27447,'action complete via WP Cron','2021-01-15 13:26:17','2021-01-15 08:26:17'),
(69852,27448,'action created','2021-01-15 13:26:17','2021-01-15 08:26:17'),
(69853,27448,'action started via WP Cron','2021-01-15 13:27:13','2021-01-15 08:27:13'),
(69854,27448,'action complete via WP Cron','2021-01-15 13:27:13','2021-01-15 08:27:13'),
(69855,27449,'action created','2021-01-15 13:27:13','2021-01-15 08:27:13'),
(69856,27449,'action started via WP Cron','2021-01-15 13:29:14','2021-01-15 08:29:14'),
(69857,27449,'action complete via WP Cron','2021-01-15 13:29:14','2021-01-15 08:29:14'),
(69858,27450,'action created','2021-01-15 13:29:14','2021-01-15 08:29:14'),
(69859,27450,'action started via WP Cron','2021-01-15 13:30:22','2021-01-15 08:30:22'),
(69860,27450,'action complete via WP Cron','2021-01-15 13:30:22','2021-01-15 08:30:22'),
(69861,27451,'action created','2021-01-15 13:30:22','2021-01-15 08:30:22'),
(69862,27451,'action started via WP Cron','2021-01-15 13:32:01','2021-01-15 08:32:01'),
(69863,27451,'action complete via WP Cron','2021-01-15 13:32:01','2021-01-15 08:32:01'),
(69864,27452,'action created','2021-01-15 13:32:01','2021-01-15 08:32:01'),
(69865,27452,'action started via WP Cron','2021-01-15 13:32:13','2021-01-15 08:32:13'),
(69866,27452,'action complete via WP Cron','2021-01-15 13:32:13','2021-01-15 08:32:13'),
(69867,27453,'action created','2021-01-15 13:32:13','2021-01-15 08:32:13'),
(69868,27453,'action started via WP Cron','2021-01-15 13:33:36','2021-01-15 08:33:36'),
(69869,27453,'action complete via WP Cron','2021-01-15 13:33:36','2021-01-15 08:33:36'),
(69870,27454,'action created','2021-01-15 13:33:36','2021-01-15 08:33:36'),
(69871,27454,'action started via WP Cron','2021-01-15 13:34:25','2021-01-15 08:34:25'),
(69872,27454,'action complete via WP Cron','2021-01-15 13:34:25','2021-01-15 08:34:25'),
(69873,27455,'action created','2021-01-15 13:34:25','2021-01-15 08:34:25'),
(69874,27455,'action started via WP Cron','2021-01-15 13:36:03','2021-01-15 08:36:03'),
(69875,27455,'action complete via WP Cron','2021-01-15 13:36:03','2021-01-15 08:36:03'),
(69876,27456,'action created','2021-01-15 13:36:03','2021-01-15 08:36:03'),
(69877,27456,'action started via WP Cron','2021-01-15 13:36:13','2021-01-15 08:36:13'),
(69878,27456,'action complete via WP Cron','2021-01-15 13:36:13','2021-01-15 08:36:13'),
(69879,27457,'action created','2021-01-15 13:36:13','2021-01-15 08:36:13'),
(69880,27457,'action started via WP Cron','2021-01-15 13:37:14','2021-01-15 08:37:14'),
(69881,27457,'action complete via WP Cron','2021-01-15 13:37:14','2021-01-15 08:37:14'),
(69882,27458,'action created','2021-01-15 13:37:14','2021-01-15 08:37:14'),
(69883,27458,'action started via WP Cron','2021-01-15 13:39:36','2021-01-15 08:39:36'),
(69884,27458,'action complete via WP Cron','2021-01-15 13:39:36','2021-01-15 08:39:36'),
(69885,27459,'action created','2021-01-15 13:39:36','2021-01-15 08:39:36'),
(69886,27459,'action started via WP Cron','2021-01-15 13:40:42','2021-01-15 08:40:42'),
(69887,27459,'action complete via WP Cron','2021-01-15 13:40:42','2021-01-15 08:40:42'),
(69888,27460,'action created','2021-01-15 13:40:42','2021-01-15 08:40:42'),
(69889,27460,'action started via WP Cron','2021-01-15 13:41:47','2021-01-15 08:41:47'),
(69890,27460,'action complete via WP Cron','2021-01-15 13:41:47','2021-01-15 08:41:47'),
(69891,27461,'action created','2021-01-15 13:41:47','2021-01-15 08:41:47'),
(69892,27461,'action started via WP Cron','2021-01-15 13:42:56','2021-01-15 08:42:56'),
(69893,27461,'action complete via WP Cron','2021-01-15 13:42:56','2021-01-15 08:42:56'),
(69894,27462,'action created','2021-01-15 13:42:56','2021-01-15 08:42:56'),
(69895,27462,'action started via WP Cron','2021-01-15 13:43:19','2021-01-15 08:43:19'),
(69896,27462,'action complete via WP Cron','2021-01-15 13:43:19','2021-01-15 08:43:19'),
(69897,27463,'action created','2021-01-15 13:43:19','2021-01-15 08:43:19'),
(69898,27463,'action started via WP Cron','2021-01-15 13:44:12','2021-01-15 08:44:12'),
(69899,27463,'action complete via WP Cron','2021-01-15 13:44:12','2021-01-15 08:44:12'),
(69900,27464,'action created','2021-01-15 13:44:12','2021-01-15 08:44:12'),
(69901,27464,'action started via WP Cron','2021-01-15 13:45:18','2021-01-15 08:45:18'),
(69902,27464,'action complete via WP Cron','2021-01-15 13:45:18','2021-01-15 08:45:18'),
(69903,27465,'action created','2021-01-15 13:45:19','2021-01-15 08:45:19'),
(69904,27465,'action started via WP Cron','2021-01-15 13:46:24','2021-01-15 08:46:24'),
(69905,27465,'action complete via WP Cron','2021-01-15 13:46:24','2021-01-15 08:46:24'),
(69906,27466,'action created','2021-01-15 13:46:24','2021-01-15 08:46:24'),
(69907,27466,'action started via WP Cron','2021-01-15 13:47:14','2021-01-15 08:47:14'),
(69908,27466,'action complete via WP Cron','2021-01-15 13:47:14','2021-01-15 08:47:14'),
(69909,27467,'action created','2021-01-15 13:47:14','2021-01-15 08:47:14'),
(69910,27467,'action started via WP Cron','2021-01-15 13:48:33','2021-01-15 08:48:33'),
(69911,27467,'action complete via WP Cron','2021-01-15 13:48:33','2021-01-15 08:48:33'),
(69912,27468,'action created','2021-01-15 13:48:33','2021-01-15 08:48:33'),
(69913,27468,'action started via WP Cron','2021-01-15 13:49:21','2021-01-15 08:49:21'),
(69914,27468,'action complete via WP Cron','2021-01-15 13:49:21','2021-01-15 08:49:21'),
(69915,27469,'action created','2021-01-15 13:49:21','2021-01-15 08:49:21'),
(69916,27469,'action started via WP Cron','2021-01-15 13:50:36','2021-01-15 08:50:36'),
(69917,27469,'action complete via WP Cron','2021-01-15 13:50:36','2021-01-15 08:50:36'),
(69918,27470,'action created','2021-01-15 13:50:37','2021-01-15 08:50:37'),
(69919,27470,'action started via WP Cron','2021-01-15 13:51:36','2021-01-15 08:51:36'),
(69920,27470,'action complete via WP Cron','2021-01-15 13:51:36','2021-01-15 08:51:36'),
(69921,27471,'action created','2021-01-15 13:51:36','2021-01-15 08:51:36'),
(69922,27471,'action started via WP Cron','2021-01-15 13:53:01','2021-01-15 08:53:01'),
(69923,27471,'action complete via WP Cron','2021-01-15 13:53:01','2021-01-15 08:53:01'),
(69924,27472,'action created','2021-01-15 13:53:01','2021-01-15 08:53:01'),
(69925,27472,'action started via WP Cron','2021-01-15 13:53:24','2021-01-15 08:53:24'),
(69926,27472,'action complete via WP Cron','2021-01-15 13:53:24','2021-01-15 08:53:24'),
(69927,27473,'action created','2021-01-15 13:53:24','2021-01-15 08:53:24'),
(69928,27473,'action started via WP Cron','2021-01-15 13:54:26','2021-01-15 08:54:26'),
(69929,27473,'action complete via WP Cron','2021-01-15 13:54:26','2021-01-15 08:54:26'),
(69930,27474,'action created','2021-01-15 13:54:26','2021-01-15 08:54:26'),
(69931,27474,'action started via WP Cron','2021-01-15 13:55:45','2021-01-15 08:55:45'),
(69932,27474,'action complete via WP Cron','2021-01-15 13:55:45','2021-01-15 08:55:45'),
(69933,27475,'action created','2021-01-15 13:55:45','2021-01-15 08:55:45'),
(69934,27475,'action started via WP Cron','2021-01-15 13:56:55','2021-01-15 08:56:55'),
(69935,27475,'action complete via WP Cron','2021-01-15 13:56:55','2021-01-15 08:56:55'),
(69936,27476,'action created','2021-01-15 13:56:55','2021-01-15 08:56:55'),
(69937,27476,'action started via WP Cron','2021-01-15 13:57:42','2021-01-15 08:57:42'),
(69938,27476,'action complete via WP Cron','2021-01-15 13:57:42','2021-01-15 08:57:42'),
(69939,27477,'action created','2021-01-15 13:57:42','2021-01-15 08:57:42'),
(69940,27477,'action started via WP Cron','2021-01-15 13:58:17','2021-01-15 08:58:17'),
(69941,27477,'action complete via WP Cron','2021-01-15 13:58:17','2021-01-15 08:58:17'),
(69942,27478,'action created','2021-01-15 13:58:17','2021-01-15 08:58:17'),
(69943,27478,'action started via WP Cron','2021-01-15 14:00:04','2021-01-15 09:00:04'),
(69944,27478,'action complete via WP Cron','2021-01-15 14:00:05','2021-01-15 09:00:05'),
(69945,27479,'action created','2021-01-15 14:00:14','2021-01-15 09:00:14'),
(69946,27479,'action started via WP Cron','2021-01-15 14:01:31','2021-01-15 09:01:31'),
(69947,27479,'action complete via WP Cron','2021-01-15 14:01:32','2021-01-15 09:01:32'),
(69948,27480,'action created','2021-01-15 14:01:32','2021-01-15 09:01:32'),
(69949,27480,'action started via WP Cron','2021-01-15 14:02:18','2021-01-15 09:02:18'),
(69950,27480,'action complete via WP Cron','2021-01-15 14:02:18','2021-01-15 09:02:18'),
(69951,27481,'action created','2021-01-15 14:02:18','2021-01-15 09:02:18'),
(69952,27481,'action started via WP Cron','2021-01-15 14:03:33','2021-01-15 09:03:33'),
(69953,27481,'action complete via WP Cron','2021-01-15 14:03:33','2021-01-15 09:03:33'),
(69954,27482,'action created','2021-01-15 14:03:33','2021-01-15 09:03:33'),
(69955,27482,'action started via WP Cron','2021-01-15 14:04:17','2021-01-15 09:04:17'),
(69956,27482,'action complete via WP Cron','2021-01-15 14:04:17','2021-01-15 09:04:17'),
(69957,27483,'action created','2021-01-15 14:04:17','2021-01-15 09:04:17'),
(69958,27483,'action started via WP Cron','2021-01-15 14:06:09','2021-01-15 09:06:09'),
(69959,27483,'action complete via WP Cron','2021-01-15 14:06:09','2021-01-15 09:06:09'),
(69960,27484,'action created','2021-01-15 14:06:10','2021-01-15 09:06:10'),
(69961,27484,'action started via WP Cron','2021-01-15 14:07:39','2021-01-15 09:07:39'),
(69962,27484,'action complete via WP Cron','2021-01-15 14:07:39','2021-01-15 09:07:39'),
(69963,27485,'action created','2021-01-15 14:07:39','2021-01-15 09:07:39'),
(69964,27485,'action started via WP Cron','2021-01-15 14:08:41','2021-01-15 09:08:41'),
(69965,27485,'action complete via WP Cron','2021-01-15 14:08:41','2021-01-15 09:08:41'),
(69966,27486,'action created','2021-01-15 14:08:41','2021-01-15 09:08:41'),
(69967,27486,'action started via WP Cron','2021-01-15 14:09:30','2021-01-15 09:09:30'),
(69968,27486,'action complete via WP Cron','2021-01-15 14:09:30','2021-01-15 09:09:30'),
(69969,27487,'action created','2021-01-15 14:09:30','2021-01-15 09:09:30'),
(69970,27487,'action started via WP Cron','2021-01-15 14:10:20','2021-01-15 09:10:20'),
(69971,27487,'action complete via WP Cron','2021-01-15 14:10:20','2021-01-15 09:10:20'),
(69972,27488,'action created','2021-01-15 14:10:20','2021-01-15 09:10:20'),
(69973,27488,'action started via WP Cron','2021-01-15 14:11:12','2021-01-15 09:11:12'),
(69974,27488,'action complete via WP Cron','2021-01-15 14:11:12','2021-01-15 09:11:12'),
(69975,27489,'action created','2021-01-15 14:11:14','2021-01-15 09:11:14'),
(69976,27489,'action started via WP Cron','2021-01-15 14:12:14','2021-01-15 09:12:14'),
(69977,27489,'action complete via WP Cron','2021-01-15 14:12:14','2021-01-15 09:12:14'),
(69978,27490,'action created','2021-01-15 14:12:14','2021-01-15 09:12:14'),
(69979,27490,'action started via WP Cron','2021-01-15 14:13:19','2021-01-15 09:13:19'),
(69980,27490,'action complete via WP Cron','2021-01-15 14:13:19','2021-01-15 09:13:19'),
(69981,27491,'action created','2021-01-15 14:13:19','2021-01-15 09:13:19'),
(69982,27491,'action started via WP Cron','2021-01-15 14:15:29','2021-01-15 09:15:29'),
(69983,27491,'action complete via WP Cron','2021-01-15 14:15:29','2021-01-15 09:15:29'),
(69984,27492,'action created','2021-01-15 14:15:29','2021-01-15 09:15:29'),
(69985,27492,'action started via WP Cron','2021-01-15 14:16:13','2021-01-15 09:16:13'),
(69986,27492,'action complete via WP Cron','2021-01-15 14:16:13','2021-01-15 09:16:13'),
(69987,27493,'action created','2021-01-15 14:16:13','2021-01-15 09:16:13'),
(69988,27493,'action started via WP Cron','2021-01-15 14:17:29','2021-01-15 09:17:29'),
(69989,27493,'action complete via WP Cron','2021-01-15 14:17:29','2021-01-15 09:17:29'),
(69990,27494,'action created','2021-01-15 14:17:29','2021-01-15 09:17:29'),
(69991,27494,'action started via WP Cron','2021-01-15 14:18:14','2021-01-15 09:18:14'),
(69992,27494,'action complete via WP Cron','2021-01-15 14:18:14','2021-01-15 09:18:14'),
(69993,27495,'action created','2021-01-15 14:18:14','2021-01-15 09:18:14'),
(69994,27495,'action started via WP Cron','2021-01-15 14:19:26','2021-01-15 09:19:26'),
(69995,27495,'action complete via WP Cron','2021-01-15 14:19:26','2021-01-15 09:19:26'),
(69996,27496,'action created','2021-01-15 14:19:26','2021-01-15 09:19:26'),
(69997,27496,'action started via WP Cron','2021-01-15 14:20:38','2021-01-15 09:20:38'),
(69998,27496,'action complete via WP Cron','2021-01-15 14:20:38','2021-01-15 09:20:38'),
(69999,27497,'action created','2021-01-15 14:20:38','2021-01-15 09:20:38'),
(70000,27497,'action started via WP Cron','2021-01-15 14:21:43','2021-01-15 09:21:43'),
(70001,27497,'action complete via WP Cron','2021-01-15 14:21:43','2021-01-15 09:21:43'),
(70002,27498,'action created','2021-01-15 14:21:43','2021-01-15 09:21:43'),
(70003,27498,'action started via WP Cron','2021-01-15 14:23:32','2021-01-15 09:23:32'),
(70004,27498,'action complete via WP Cron','2021-01-15 14:23:32','2021-01-15 09:23:32'),
(70005,27499,'action created','2021-01-15 14:23:33','2021-01-15 09:23:33'),
(70006,27499,'action started via WP Cron','2021-01-15 14:24:57','2021-01-15 09:24:57'),
(70007,27499,'action complete via WP Cron','2021-01-15 14:24:57','2021-01-15 09:24:57'),
(70008,27500,'action created','2021-01-15 14:24:58','2021-01-15 09:24:58'),
(70009,27500,'action started via WP Cron','2021-01-15 14:25:18','2021-01-15 09:25:18'),
(70010,27500,'action complete via WP Cron','2021-01-15 14:25:18','2021-01-15 09:25:18'),
(70011,27501,'action created','2021-01-15 14:25:18','2021-01-15 09:25:18'),
(70012,27501,'action started via WP Cron','2021-01-15 14:26:54','2021-01-15 09:26:54'),
(70013,27501,'action complete via WP Cron','2021-01-15 14:26:54','2021-01-15 09:26:54'),
(70014,27502,'action created','2021-01-15 14:26:54','2021-01-15 09:26:54'),
(70015,27502,'action started via WP Cron','2021-01-15 14:27:40','2021-01-15 09:27:40'),
(70016,27502,'action complete via WP Cron','2021-01-15 14:27:40','2021-01-15 09:27:40'),
(70017,27503,'action created','2021-01-15 14:27:40','2021-01-15 09:27:40'),
(70018,27503,'action started via WP Cron','2021-01-15 14:28:12','2021-01-15 09:28:12'),
(70019,27503,'action complete via WP Cron','2021-01-15 14:28:12','2021-01-15 09:28:12'),
(70020,27504,'action created','2021-01-15 14:28:12','2021-01-15 09:28:12'),
(70021,27504,'action started via WP Cron','2021-01-15 14:30:03','2021-01-15 09:30:03'),
(70022,27504,'action complete via WP Cron','2021-01-15 14:30:03','2021-01-15 09:30:03'),
(70023,27505,'action created','2021-01-15 14:30:16','2021-01-15 09:30:16'),
(70024,27505,'action started via WP Cron','2021-01-15 14:32:14','2021-01-15 09:32:14'),
(70025,27505,'action complete via WP Cron','2021-01-15 14:32:14','2021-01-15 09:32:14'),
(70026,27506,'action created','2021-01-15 14:32:14','2021-01-15 09:32:14'),
(70027,27506,'action started via WP Cron','2021-01-15 14:33:12','2021-01-15 09:33:12'),
(70028,27506,'action complete via WP Cron','2021-01-15 14:33:12','2021-01-15 09:33:12'),
(70029,27507,'action created','2021-01-15 14:33:12','2021-01-15 09:33:12'),
(70030,27507,'action started via WP Cron','2021-01-15 14:34:18','2021-01-15 09:34:18'),
(70031,27507,'action complete via WP Cron','2021-01-15 14:34:18','2021-01-15 09:34:18'),
(70032,27508,'action created','2021-01-15 14:34:18','2021-01-15 09:34:18'),
(70033,27508,'action started via WP Cron','2021-01-15 14:36:47','2021-01-15 09:36:47'),
(70034,27508,'action complete via WP Cron','2021-01-15 14:36:47','2021-01-15 09:36:47'),
(70035,27509,'action created','2021-01-15 14:36:47','2021-01-15 09:36:47'),
(70036,27509,'action started via WP Cron','2021-01-15 14:39:24','2021-01-15 09:39:24'),
(70037,27509,'action complete via WP Cron','2021-01-15 14:39:24','2021-01-15 09:39:24'),
(70038,27510,'action created','2021-01-15 14:39:24','2021-01-15 09:39:24'),
(70039,27510,'action started via WP Cron','2021-01-15 14:41:04','2021-01-15 09:41:04'),
(70040,27510,'action complete via WP Cron','2021-01-15 14:41:04','2021-01-15 09:41:04'),
(70041,27511,'action created','2021-01-15 14:41:04','2021-01-15 09:41:04'),
(70042,27511,'action started via WP Cron','2021-01-15 14:44:09','2021-01-15 09:44:09'),
(70043,27511,'action complete via WP Cron','2021-01-15 14:44:09','2021-01-15 09:44:09'),
(70044,27512,'action created','2021-01-15 14:44:09','2021-01-15 09:44:09'),
(70045,27512,'action started via WP Cron','2021-01-15 14:45:23','2021-01-15 09:45:23'),
(70046,27512,'action complete via WP Cron','2021-01-15 14:45:23','2021-01-15 09:45:23'),
(70047,27513,'action created','2021-01-15 14:45:23','2021-01-15 09:45:23'),
(70048,27513,'action started via WP Cron','2021-01-15 14:48:48','2021-01-15 09:48:48'),
(70049,27513,'action complete via WP Cron','2021-01-15 14:48:48','2021-01-15 09:48:48'),
(70050,27514,'action created','2021-01-15 14:48:48','2021-01-15 09:48:48'),
(70051,27514,'action started via WP Cron','2021-01-15 14:49:51','2021-01-15 09:49:51'),
(70052,27514,'action complete via WP Cron','2021-01-15 14:49:51','2021-01-15 09:49:51'),
(70053,27515,'action created','2021-01-15 14:49:51','2021-01-15 09:49:51'),
(70054,27515,'action started via WP Cron','2021-01-15 14:53:30','2021-01-15 09:53:30'),
(70055,27515,'action complete via WP Cron','2021-01-15 14:53:30','2021-01-15 09:53:30'),
(70056,27516,'action created','2021-01-15 14:53:30','2021-01-15 09:53:30'),
(70057,27516,'action started via WP Cron','2021-01-15 14:54:20','2021-01-15 09:54:20'),
(70058,27516,'action complete via WP Cron','2021-01-15 14:54:20','2021-01-15 09:54:20'),
(70059,27517,'action created','2021-01-15 14:54:20','2021-01-15 09:54:20'),
(70060,27517,'action started via WP Cron','2021-01-15 14:57:47','2021-01-15 09:57:47'),
(70061,27517,'action complete via WP Cron','2021-01-15 14:57:47','2021-01-15 09:57:47'),
(70062,27518,'action created','2021-01-15 14:57:47','2021-01-15 09:57:47'),
(70063,27518,'action started via WP Cron','2021-01-15 14:58:27','2021-01-15 09:58:27'),
(70064,27518,'action complete via WP Cron','2021-01-15 14:58:27','2021-01-15 09:58:27'),
(70065,27519,'action created','2021-01-15 14:58:27','2021-01-15 09:58:27'),
(70066,27519,'action started via WP Cron','2021-01-15 14:59:20','2021-01-15 09:59:20'),
(70067,27519,'action complete via WP Cron','2021-01-15 14:59:20','2021-01-15 09:59:20'),
(70068,27520,'action created','2021-01-15 14:59:20','2021-01-15 09:59:20'),
(70069,27520,'action started via WP Cron','2021-01-15 15:00:35','2021-01-15 10:00:35'),
(70070,27520,'action complete via WP Cron','2021-01-15 15:00:35','2021-01-15 10:00:35'),
(70071,27521,'action created','2021-01-15 15:00:35','2021-01-15 10:00:35'),
(70072,27521,'action started via WP Cron','2021-01-15 15:01:20','2021-01-15 10:01:20'),
(70073,27521,'action complete via WP Cron','2021-01-15 15:01:20','2021-01-15 10:01:20'),
(70074,27522,'action created','2021-01-15 15:01:20','2021-01-15 10:01:20'),
(70075,27522,'action started via WP Cron','2021-01-15 15:02:40','2021-01-15 10:02:40'),
(70076,27522,'action complete via WP Cron','2021-01-15 15:02:40','2021-01-15 10:02:40'),
(70077,27523,'action created','2021-01-15 15:02:40','2021-01-15 10:02:40'),
(70078,27523,'action started via WP Cron','2021-01-15 15:03:31','2021-01-15 10:03:31'),
(70079,27523,'action complete via WP Cron','2021-01-15 15:03:31','2021-01-15 10:03:31'),
(70080,27524,'action created','2021-01-15 15:03:31','2021-01-15 10:03:31'),
(70081,27524,'action started via WP Cron','2021-01-15 15:04:36','2021-01-15 10:04:36'),
(70082,27524,'action complete via WP Cron','2021-01-15 15:04:36','2021-01-15 10:04:36'),
(70083,27525,'action created','2021-01-15 15:04:36','2021-01-15 10:04:36'),
(70084,27525,'action started via WP Cron','2021-01-15 15:05:32','2021-01-15 10:05:32'),
(70085,27525,'action complete via WP Cron','2021-01-15 15:05:32','2021-01-15 10:05:32'),
(70086,27526,'action created','2021-01-15 15:05:32','2021-01-15 10:05:32'),
(70087,27526,'action started via WP Cron','2021-01-15 15:06:21','2021-01-15 10:06:21'),
(70088,27526,'action complete via WP Cron','2021-01-15 15:06:21','2021-01-15 10:06:21'),
(70089,27527,'action created','2021-01-15 15:06:21','2021-01-15 10:06:21'),
(70090,27527,'action started via WP Cron','2021-01-15 15:08:20','2021-01-15 10:08:20'),
(70091,27527,'action complete via WP Cron','2021-01-15 15:08:20','2021-01-15 10:08:20'),
(70092,27528,'action created','2021-01-15 15:08:21','2021-01-15 10:08:21'),
(70093,27528,'action started via WP Cron','2021-01-15 15:10:47','2021-01-15 10:10:47'),
(70094,27528,'action complete via WP Cron','2021-01-15 15:10:47','2021-01-15 10:10:47'),
(70095,27529,'action created','2021-01-15 15:10:47','2021-01-15 10:10:47'),
(70096,27529,'action started via WP Cron','2021-01-15 15:11:43','2021-01-15 10:11:43'),
(70097,27529,'action complete via WP Cron','2021-01-15 15:11:43','2021-01-15 10:11:43'),
(70098,27530,'action created','2021-01-15 15:11:43','2021-01-15 10:11:43'),
(70099,27530,'action started via WP Cron','2021-01-15 15:12:52','2021-01-15 10:12:52'),
(70100,27530,'action complete via WP Cron','2021-01-15 15:12:52','2021-01-15 10:12:52'),
(70101,27531,'action created','2021-01-15 15:12:52','2021-01-15 10:12:52'),
(70102,27531,'action started via WP Cron','2021-01-15 15:14:34','2021-01-15 10:14:34'),
(70103,27531,'action complete via WP Cron','2021-01-15 15:14:34','2021-01-15 10:14:34'),
(70104,27532,'action created','2021-01-15 15:14:34','2021-01-15 10:14:34'),
(70105,27532,'action started via WP Cron','2021-01-15 15:15:16','2021-01-15 10:15:16'),
(70106,27532,'action complete via WP Cron','2021-01-15 15:15:16','2021-01-15 10:15:16'),
(70107,27533,'action created','2021-01-15 15:15:16','2021-01-15 10:15:16'),
(70108,27533,'action started via WP Cron','2021-01-15 15:16:41','2021-01-15 10:16:41'),
(70109,27533,'action complete via WP Cron','2021-01-15 15:16:41','2021-01-15 10:16:41'),
(70110,27534,'action created','2021-01-15 15:16:42','2021-01-15 10:16:42'),
(70111,27534,'action started via WP Cron','2021-01-15 15:17:18','2021-01-15 10:17:18'),
(70112,27534,'action complete via WP Cron','2021-01-15 15:17:18','2021-01-15 10:17:18'),
(70113,27535,'action created','2021-01-15 15:17:18','2021-01-15 10:17:18'),
(70114,27535,'action started via WP Cron','2021-01-15 15:18:14','2021-01-15 10:18:14'),
(70115,27535,'action complete via WP Cron','2021-01-15 15:18:14','2021-01-15 10:18:14'),
(70116,27536,'action created','2021-01-15 15:18:14','2021-01-15 10:18:14'),
(70117,27536,'action started via WP Cron','2021-01-15 15:19:25','2021-01-15 10:19:25'),
(70118,27536,'action complete via WP Cron','2021-01-15 15:19:25','2021-01-15 10:19:25'),
(70119,27537,'action created','2021-01-15 15:19:25','2021-01-15 10:19:25'),
(70120,27537,'action started via WP Cron','2021-01-15 15:21:33','2021-01-15 10:21:33'),
(70121,27537,'action complete via WP Cron','2021-01-15 15:21:33','2021-01-15 10:21:33'),
(70122,27538,'action created','2021-01-15 15:21:33','2021-01-15 10:21:33'),
(70123,27538,'action started via WP Cron','2021-01-15 15:22:22','2021-01-15 10:22:22'),
(70124,27538,'action complete via WP Cron','2021-01-15 15:22:22','2021-01-15 10:22:22'),
(70125,27539,'action created','2021-01-15 15:22:23','2021-01-15 10:22:23'),
(70126,27539,'action started via WP Cron','2021-01-15 15:23:40','2021-01-15 10:23:40'),
(70127,27539,'action complete via WP Cron','2021-01-15 15:23:40','2021-01-15 10:23:40'),
(70128,27540,'action created','2021-01-15 15:23:40','2021-01-15 10:23:40'),
(70129,27540,'action started via WP Cron','2021-01-15 15:24:17','2021-01-15 10:24:17'),
(70130,27540,'action complete via WP Cron','2021-01-15 15:24:17','2021-01-15 10:24:17'),
(70131,27541,'action created','2021-01-15 15:24:17','2021-01-15 10:24:17'),
(70132,27541,'action started via WP Cron','2021-01-15 15:28:00','2021-01-15 10:28:00'),
(70133,27541,'action complete via WP Cron','2021-01-15 15:28:00','2021-01-15 10:28:00'),
(70134,27542,'action created','2021-01-15 15:28:00','2021-01-15 10:28:00'),
(70135,27542,'action started via WP Cron','2021-01-15 15:29:16','2021-01-15 10:29:16'),
(70136,27542,'action complete via WP Cron','2021-01-15 15:29:16','2021-01-15 10:29:16'),
(70137,27543,'action created','2021-01-15 15:29:16','2021-01-15 10:29:16'),
(70138,27543,'action started via WP Cron','2021-01-15 15:32:21','2021-01-15 10:32:21'),
(70139,27543,'action complete via WP Cron','2021-01-15 15:32:21','2021-01-15 10:32:21'),
(70140,27544,'action created','2021-01-15 15:32:21','2021-01-15 10:32:21'),
(70141,27544,'action started via WP Cron','2021-01-15 15:33:58','2021-01-15 10:33:58'),
(70142,27544,'action complete via WP Cron','2021-01-15 15:33:58','2021-01-15 10:33:58'),
(70143,27545,'action created','2021-01-15 15:33:58','2021-01-15 10:33:58'),
(70144,27545,'action started via WP Cron','2021-01-15 15:35:09','2021-01-15 10:35:09'),
(70145,27545,'action complete via WP Cron','2021-01-15 15:35:09','2021-01-15 10:35:09'),
(70146,27546,'action created','2021-01-15 15:35:09','2021-01-15 10:35:09'),
(70147,27546,'action started via WP Cron','2021-01-15 15:36:37','2021-01-15 10:36:37'),
(70148,27546,'action complete via WP Cron','2021-01-15 15:36:37','2021-01-15 10:36:37'),
(70149,27547,'action created','2021-01-15 15:36:37','2021-01-15 10:36:37'),
(70150,27547,'action started via WP Cron','2021-01-15 15:37:22','2021-01-15 10:37:22'),
(70151,27547,'action complete via WP Cron','2021-01-15 15:37:22','2021-01-15 10:37:22'),
(70152,27548,'action created','2021-01-15 15:37:22','2021-01-15 10:37:22'),
(70153,27548,'action started via WP Cron','2021-01-15 15:38:56','2021-01-15 10:38:56'),
(70154,27548,'action complete via WP Cron','2021-01-15 15:38:56','2021-01-15 10:38:56'),
(70155,27549,'action created','2021-01-15 15:38:56','2021-01-15 10:38:56'),
(70156,27549,'action started via WP Cron','2021-01-15 15:40:26','2021-01-15 10:40:26'),
(70157,27549,'action complete via WP Cron','2021-01-15 15:40:26','2021-01-15 10:40:26'),
(70158,27550,'action created','2021-01-15 15:40:26','2021-01-15 10:40:26'),
(70159,27550,'action started via WP Cron','2021-01-15 15:41:21','2021-01-15 10:41:21'),
(70160,27550,'action complete via WP Cron','2021-01-15 15:41:21','2021-01-15 10:41:21'),
(70161,27551,'action created','2021-01-15 15:41:21','2021-01-15 10:41:21'),
(70162,27551,'action started via WP Cron','2021-01-15 15:42:18','2021-01-15 10:42:18'),
(70163,27551,'action complete via WP Cron','2021-01-15 15:42:18','2021-01-15 10:42:18'),
(70164,27552,'action created','2021-01-15 15:42:18','2021-01-15 10:42:18'),
(70165,27552,'action started via WP Cron','2021-01-15 15:43:23','2021-01-15 10:43:23'),
(70166,27552,'action complete via WP Cron','2021-01-15 15:43:23','2021-01-15 10:43:23'),
(70167,27553,'action created','2021-01-15 15:43:23','2021-01-15 10:43:23'),
(70168,27553,'action started via WP Cron','2021-01-15 15:44:30','2021-01-15 10:44:30'),
(70169,27553,'action complete via WP Cron','2021-01-15 15:44:30','2021-01-15 10:44:30'),
(70170,27554,'action created','2021-01-15 15:44:30','2021-01-15 10:44:30'),
(70171,27554,'action started via WP Cron','2021-01-15 15:45:39','2021-01-15 10:45:39'),
(70172,27554,'action complete via WP Cron','2021-01-15 15:45:39','2021-01-15 10:45:39'),
(70173,27555,'action created','2021-01-15 15:45:40','2021-01-15 10:45:40'),
(70174,27555,'action started via WP Cron','2021-01-15 15:46:20','2021-01-15 10:46:20'),
(70175,27555,'action complete via WP Cron','2021-01-15 15:46:20','2021-01-15 10:46:20'),
(70176,27556,'action created','2021-01-15 15:46:20','2021-01-15 10:46:20'),
(70177,27556,'action started via WP Cron','2021-01-15 15:49:03','2021-01-15 10:49:03'),
(70178,27556,'action complete via WP Cron','2021-01-15 15:49:03','2021-01-15 10:49:03'),
(70179,27557,'action created','2021-01-15 15:49:03','2021-01-15 10:49:03'),
(70180,27557,'action started via WP Cron','2021-01-15 15:49:17','2021-01-15 10:49:17'),
(70181,27557,'action complete via WP Cron','2021-01-15 15:49:17','2021-01-15 10:49:17'),
(70182,27558,'action created','2021-01-15 15:49:17','2021-01-15 10:49:17'),
(70183,27558,'action started via WP Cron','2021-01-15 15:50:20','2021-01-15 10:50:20'),
(70184,27558,'action complete via WP Cron','2021-01-15 15:50:20','2021-01-15 10:50:20'),
(70185,27559,'action created','2021-01-15 15:50:20','2021-01-15 10:50:20'),
(70186,27559,'action started via WP Cron','2021-01-15 15:51:24','2021-01-15 10:51:24'),
(70187,27559,'action complete via WP Cron','2021-01-15 15:51:24','2021-01-15 10:51:24'),
(70188,27560,'action created','2021-01-15 15:51:24','2021-01-15 10:51:24'),
(70189,27560,'action started via WP Cron','2021-01-15 15:52:28','2021-01-15 10:52:28'),
(70190,27560,'action complete via WP Cron','2021-01-15 15:52:28','2021-01-15 10:52:28'),
(70191,27561,'action created','2021-01-15 15:52:28','2021-01-15 10:52:28'),
(70192,27561,'action started via WP Cron','2021-01-15 15:54:32','2021-01-15 10:54:32'),
(70193,27561,'action complete via WP Cron','2021-01-15 15:54:32','2021-01-15 10:54:32'),
(70194,27562,'action created','2021-01-15 15:54:32','2021-01-15 10:54:32'),
(70195,27562,'action started via WP Cron','2021-01-15 15:56:25','2021-01-15 10:56:25'),
(70196,27562,'action complete via WP Cron','2021-01-15 15:56:25','2021-01-15 10:56:25'),
(70197,27563,'action created','2021-01-15 15:56:25','2021-01-15 10:56:25'),
(70198,27563,'action started via WP Cron','2021-01-15 15:57:24','2021-01-15 10:57:24'),
(70199,27563,'action complete via WP Cron','2021-01-15 15:57:24','2021-01-15 10:57:24'),
(70200,27564,'action created','2021-01-15 15:57:24','2021-01-15 10:57:24'),
(70201,27564,'action started via WP Cron','2021-01-15 15:58:23','2021-01-15 10:58:23'),
(70202,27564,'action complete via WP Cron','2021-01-15 15:58:23','2021-01-15 10:58:23'),
(70203,27565,'action created','2021-01-15 15:58:23','2021-01-15 10:58:23'),
(70204,27565,'action started via WP Cron','2021-01-15 16:00:25','2021-01-15 11:00:25'),
(70205,27565,'action complete via WP Cron','2021-01-15 16:00:25','2021-01-15 11:00:25'),
(70206,27566,'action created','2021-01-15 16:00:25','2021-01-15 11:00:25'),
(70207,27566,'action started via WP Cron','2021-01-15 16:01:13','2021-01-15 11:01:13'),
(70208,27566,'action complete via WP Cron','2021-01-15 16:01:13','2021-01-15 11:01:13'),
(70209,27567,'action created','2021-01-15 16:01:13','2021-01-15 11:01:13'),
(70210,27567,'action started via WP Cron','2021-01-15 16:02:15','2021-01-15 11:02:15'),
(70211,27567,'action complete via WP Cron','2021-01-15 16:02:15','2021-01-15 11:02:15'),
(70212,27568,'action created','2021-01-15 16:02:15','2021-01-15 11:02:15'),
(70213,27568,'action started via WP Cron','2021-01-15 16:03:12','2021-01-15 11:03:12'),
(70214,27568,'action complete via WP Cron','2021-01-15 16:03:12','2021-01-15 11:03:12'),
(70215,27569,'action created','2021-01-15 16:03:12','2021-01-15 11:03:12'),
(70216,27569,'action started via WP Cron','2021-01-15 16:04:20','2021-01-15 11:04:20'),
(70217,27569,'action complete via WP Cron','2021-01-15 16:04:20','2021-01-15 11:04:20'),
(70218,27570,'action created','2021-01-15 16:04:20','2021-01-15 11:04:20'),
(70219,27570,'action started via WP Cron','2021-01-15 16:08:10','2021-01-15 11:08:10'),
(70220,27570,'action complete via WP Cron','2021-01-15 16:08:10','2021-01-15 11:08:10'),
(70221,27571,'action created','2021-01-15 16:08:10','2021-01-15 11:08:10'),
(70222,27571,'action started via WP Cron','2021-01-15 16:08:33','2021-01-15 11:08:33'),
(70223,27571,'action complete via WP Cron','2021-01-15 16:08:33','2021-01-15 11:08:33'),
(70224,27572,'action created','2021-01-15 16:08:33','2021-01-15 11:08:33'),
(70225,27572,'action started via WP Cron','2021-01-15 16:09:29','2021-01-15 11:09:29'),
(70226,27572,'action complete via WP Cron','2021-01-15 16:09:29','2021-01-15 11:09:29'),
(70227,27573,'action created','2021-01-15 16:09:29','2021-01-15 11:09:29'),
(70228,27573,'action started via WP Cron','2021-01-15 16:12:42','2021-01-15 11:12:42'),
(70229,27573,'action complete via WP Cron','2021-01-15 16:12:42','2021-01-15 11:12:42'),
(70230,27574,'action created','2021-01-15 16:12:42','2021-01-15 11:12:42'),
(70231,27574,'action started via WP Cron','2021-01-15 16:13:42','2021-01-15 11:13:42'),
(70232,27574,'action complete via WP Cron','2021-01-15 16:13:42','2021-01-15 11:13:42'),
(70233,27575,'action created','2021-01-15 16:13:42','2021-01-15 11:13:42'),
(70234,27575,'action started via WP Cron','2021-01-15 16:14:24','2021-01-15 11:14:24'),
(70235,27575,'action complete via WP Cron','2021-01-15 16:14:24','2021-01-15 11:14:24'),
(70236,27576,'action created','2021-01-15 16:14:24','2021-01-15 11:14:24'),
(70237,27576,'action started via WP Cron','2021-01-15 16:16:03','2021-01-15 11:16:03'),
(70238,27576,'action complete via WP Cron','2021-01-15 16:16:03','2021-01-15 11:16:03'),
(70239,27577,'action created','2021-01-15 16:16:03','2021-01-15 11:16:03'),
(70240,27577,'action started via WP Cron','2021-01-15 16:16:18','2021-01-15 11:16:18'),
(70241,27577,'action complete via WP Cron','2021-01-15 16:16:18','2021-01-15 11:16:18'),
(70242,27578,'action created','2021-01-15 16:16:18','2021-01-15 11:16:18'),
(70243,27578,'action started via WP Cron','2021-01-15 16:17:14','2021-01-15 11:17:14'),
(70244,27578,'action complete via WP Cron','2021-01-15 16:17:14','2021-01-15 11:17:14'),
(70245,27579,'action created','2021-01-15 16:17:14','2021-01-15 11:17:14'),
(70246,27579,'action started via WP Cron','2021-01-15 16:20:02','2021-01-15 11:20:02'),
(70247,27579,'action complete via WP Cron','2021-01-15 16:20:02','2021-01-15 11:20:02'),
(70248,27580,'action created','2021-01-15 16:20:02','2021-01-15 11:20:02'),
(70249,27580,'action started via WP Cron','2021-01-15 16:22:04','2021-01-15 11:22:04'),
(70250,27580,'action complete via WP Cron','2021-01-15 16:22:04','2021-01-15 11:22:04'),
(70251,27581,'action created','2021-01-15 16:22:04','2021-01-15 11:22:04'),
(70252,27581,'action started via WP Cron','2021-01-15 16:23:04','2021-01-15 11:23:04'),
(70253,27581,'action complete via WP Cron','2021-01-15 16:23:04','2021-01-15 11:23:04'),
(70254,27582,'action created','2021-01-15 16:23:04','2021-01-15 11:23:04'),
(70255,27582,'action started via WP Cron','2021-01-15 16:24:20','2021-01-15 11:24:20'),
(70256,27582,'action complete via WP Cron','2021-01-15 16:24:20','2021-01-15 11:24:20'),
(70257,27583,'action created','2021-01-15 16:24:20','2021-01-15 11:24:20'),
(70258,27583,'action started via WP Cron','2021-01-15 16:26:21','2021-01-15 11:26:21'),
(70259,27583,'action complete via WP Cron','2021-01-15 16:26:21','2021-01-15 11:26:21'),
(70260,27584,'action created','2021-01-15 16:26:21','2021-01-15 11:26:21'),
(70261,27584,'action started via WP Cron','2021-01-15 16:29:01','2021-01-15 11:29:01'),
(70262,27584,'action complete via WP Cron','2021-01-15 16:29:01','2021-01-15 11:29:01'),
(70263,27585,'action created','2021-01-15 16:29:01','2021-01-15 11:29:01'),
(70264,27585,'action started via WP Cron','2021-01-15 16:29:44','2021-01-15 11:29:44'),
(70265,27585,'action complete via WP Cron','2021-01-15 16:29:44','2021-01-15 11:29:44'),
(70266,27586,'action created','2021-01-15 16:29:44','2021-01-15 11:29:44'),
(70267,27586,'action started via WP Cron','2021-01-15 16:31:29','2021-01-15 11:31:29'),
(70268,27586,'action complete via WP Cron','2021-01-15 16:31:29','2021-01-15 11:31:29'),
(70269,27587,'action created','2021-01-15 16:31:29','2021-01-15 11:31:29'),
(70270,27587,'action started via WP Cron','2021-01-15 16:33:36','2021-01-15 11:33:36'),
(70271,27587,'action complete via WP Cron','2021-01-15 16:33:36','2021-01-15 11:33:36'),
(70272,27588,'action created','2021-01-15 16:33:37','2021-01-15 11:33:37'),
(70273,27588,'action started via WP Cron','2021-01-15 16:34:19','2021-01-15 11:34:19'),
(70274,27588,'action complete via WP Cron','2021-01-15 16:34:19','2021-01-15 11:34:19'),
(70275,27589,'action created','2021-01-15 16:34:19','2021-01-15 11:34:19'),
(70276,27589,'action started via WP Cron','2021-01-15 16:36:03','2021-01-15 11:36:03'),
(70277,27589,'action complete via WP Cron','2021-01-15 16:36:04','2021-01-15 11:36:04'),
(70278,27590,'action created','2021-01-15 16:36:04','2021-01-15 11:36:04'),
(70279,27590,'action started via WP Cron','2021-01-15 16:36:24','2021-01-15 11:36:24'),
(70280,27590,'action complete via WP Cron','2021-01-15 16:36:24','2021-01-15 11:36:24'),
(70281,27591,'action created','2021-01-15 16:36:24','2021-01-15 11:36:24'),
(70282,27591,'action started via WP Cron','2021-01-15 16:37:23','2021-01-15 11:37:23'),
(70283,27591,'action complete via WP Cron','2021-01-15 16:37:23','2021-01-15 11:37:23'),
(70284,27592,'action created','2021-01-15 16:37:23','2021-01-15 11:37:23'),
(70285,27592,'action started via WP Cron','2021-01-15 16:40:48','2021-01-15 11:40:48'),
(70286,27592,'action complete via WP Cron','2021-01-15 16:40:48','2021-01-15 11:40:48'),
(70287,27593,'action created','2021-01-15 16:40:48','2021-01-15 11:40:48'),
(70288,27593,'action started via WP Cron','2021-01-15 16:42:15','2021-01-15 11:42:15'),
(70289,27593,'action complete via WP Cron','2021-01-15 16:42:15','2021-01-15 11:42:15'),
(70290,27594,'action created','2021-01-15 16:42:15','2021-01-15 11:42:15'),
(70291,27594,'action started via WP Cron','2021-01-15 16:43:13','2021-01-15 11:43:13'),
(70292,27594,'action complete via WP Cron','2021-01-15 16:43:14','2021-01-15 11:43:14'),
(70293,27595,'action created','2021-01-15 16:43:14','2021-01-15 11:43:14'),
(70294,27595,'action started via WP Cron','2021-01-15 16:44:36','2021-01-15 11:44:36'),
(70295,27595,'action complete via WP Cron','2021-01-15 16:44:36','2021-01-15 11:44:36'),
(70296,27596,'action created','2021-01-15 16:44:36','2021-01-15 11:44:36'),
(70297,27596,'action started via WP Cron','2021-01-15 16:45:18','2021-01-15 11:45:18'),
(70298,27596,'action complete via WP Cron','2021-01-15 16:45:18','2021-01-15 11:45:18'),
(70299,27597,'action created','2021-01-15 16:45:18','2021-01-15 11:45:18'),
(70300,27597,'action started via WP Cron','2021-01-15 16:46:22','2021-01-15 11:46:22'),
(70301,27597,'action complete via WP Cron','2021-01-15 16:46:22','2021-01-15 11:46:22'),
(70302,27598,'action created','2021-01-15 16:46:22','2021-01-15 11:46:22'),
(70303,27598,'action started via WP Cron','2021-01-15 16:47:16','2021-01-15 11:47:16'),
(70304,27598,'action complete via WP Cron','2021-01-15 16:47:16','2021-01-15 11:47:16'),
(70305,27599,'action created','2021-01-15 16:47:16','2021-01-15 11:47:16'),
(70306,27599,'action started via WP Cron','2021-01-15 16:48:26','2021-01-15 11:48:26'),
(70307,27599,'action complete via WP Cron','2021-01-15 16:48:26','2021-01-15 11:48:26'),
(70308,27600,'action created','2021-01-15 16:48:26','2021-01-15 11:48:26'),
(70309,27600,'action started via WP Cron','2021-01-15 16:49:15','2021-01-15 11:49:15'),
(70310,27600,'action complete via WP Cron','2021-01-15 16:49:15','2021-01-15 11:49:15'),
(70311,27601,'action created','2021-01-15 16:49:15','2021-01-15 11:49:15'),
(70312,27601,'action started via WP Cron','2021-01-15 16:50:32','2021-01-15 11:50:32'),
(70313,27601,'action complete via WP Cron','2021-01-15 16:50:32','2021-01-15 11:50:32'),
(70314,27602,'action created','2021-01-15 16:50:32','2021-01-15 11:50:32'),
(70315,27602,'action started via WP Cron','2021-01-15 16:51:16','2021-01-15 11:51:16'),
(70316,27602,'action complete via WP Cron','2021-01-15 16:51:16','2021-01-15 11:51:16'),
(70317,27603,'action created','2021-01-15 16:51:16','2021-01-15 11:51:16'),
(70318,27603,'action started via WP Cron','2021-01-15 16:52:12','2021-01-15 11:52:12'),
(70319,27603,'action complete via WP Cron','2021-01-15 16:52:12','2021-01-15 11:52:12'),
(70320,27604,'action created','2021-01-15 16:52:12','2021-01-15 11:52:12'),
(70321,27604,'action started via WP Cron','2021-01-15 16:53:24','2021-01-15 11:53:24'),
(70322,27604,'action complete via WP Cron','2021-01-15 16:53:24','2021-01-15 11:53:24'),
(70323,27605,'action created','2021-01-15 16:53:24','2021-01-15 11:53:24'),
(70324,27605,'action started via WP Cron','2021-01-15 16:54:44','2021-01-15 11:54:44'),
(70325,27605,'action complete via WP Cron','2021-01-15 16:54:44','2021-01-15 11:54:44'),
(70326,27606,'action created','2021-01-15 16:54:44','2021-01-15 11:54:44'),
(70327,27606,'action started via WP Cron','2021-01-15 16:55:12','2021-01-15 11:55:12'),
(70328,27606,'action complete via WP Cron','2021-01-15 16:55:12','2021-01-15 11:55:12'),
(70329,27607,'action created','2021-01-15 16:55:13','2021-01-15 11:55:13'),
(70330,27607,'action started via WP Cron','2021-01-15 16:56:24','2021-01-15 11:56:24'),
(70331,27607,'action complete via WP Cron','2021-01-15 16:56:24','2021-01-15 11:56:24'),
(70332,27608,'action created','2021-01-15 16:56:24','2021-01-15 11:56:24'),
(70333,27608,'action started via WP Cron','2021-01-15 16:58:23','2021-01-15 11:58:23'),
(70334,27608,'action complete via WP Cron','2021-01-15 16:58:23','2021-01-15 11:58:23'),
(70335,27609,'action created','2021-01-15 16:58:23','2021-01-15 11:58:23'),
(70336,27609,'action started via WP Cron','2021-01-15 16:59:16','2021-01-15 11:59:16'),
(70337,27609,'action complete via WP Cron','2021-01-15 16:59:16','2021-01-15 11:59:16'),
(70338,27610,'action created','2021-01-15 16:59:16','2021-01-15 11:59:16'),
(70339,27610,'action started via WP Cron','2021-01-15 17:00:12','2021-01-15 12:00:12'),
(70340,27610,'action complete via WP Cron','2021-01-15 17:00:12','2021-01-15 12:00:12'),
(70341,27611,'action created','2021-01-15 17:00:12','2021-01-15 12:00:12'),
(70342,27611,'action started via WP Cron','2021-01-15 17:01:31','2021-01-15 12:01:31'),
(70343,27611,'action complete via WP Cron','2021-01-15 17:01:31','2021-01-15 12:01:31'),
(70344,27612,'action created','2021-01-15 17:01:31','2021-01-15 12:01:31'),
(70345,27612,'action started via WP Cron','2021-01-15 17:02:56','2021-01-15 12:02:56'),
(70346,27612,'action complete via WP Cron','2021-01-15 17:02:56','2021-01-15 12:02:56'),
(70347,27613,'action created','2021-01-15 17:02:56','2021-01-15 12:02:56'),
(70348,27613,'action started via WP Cron','2021-01-15 17:03:17','2021-01-15 12:03:17'),
(70349,27613,'action complete via WP Cron','2021-01-15 17:03:18','2021-01-15 12:03:18'),
(70350,27614,'action created','2021-01-15 17:03:18','2021-01-15 12:03:18'),
(70351,27614,'action started via WP Cron','2021-01-15 17:04:26','2021-01-15 12:04:26'),
(70352,27614,'action complete via WP Cron','2021-01-15 17:04:26','2021-01-15 12:04:26'),
(70353,27615,'action created','2021-01-15 17:04:26','2021-01-15 12:04:26'),
(70354,27615,'action started via WP Cron','2021-01-15 17:06:04','2021-01-15 12:06:04'),
(70355,27615,'action complete via WP Cron','2021-01-15 17:06:04','2021-01-15 12:06:04'),
(70356,27616,'action created','2021-01-15 17:06:04','2021-01-15 12:06:04'),
(70357,27616,'action started via WP Cron','2021-01-15 17:06:14','2021-01-15 12:06:14'),
(70358,27616,'action complete via WP Cron','2021-01-15 17:06:14','2021-01-15 12:06:14'),
(70359,27617,'action created','2021-01-15 17:06:14','2021-01-15 12:06:14'),
(70360,27617,'action started via WP Cron','2021-01-15 17:07:14','2021-01-15 12:07:14'),
(70361,27617,'action complete via WP Cron','2021-01-15 17:07:14','2021-01-15 12:07:14'),
(70362,27618,'action created','2021-01-15 17:07:14','2021-01-15 12:07:14'),
(70363,27618,'action started via WP Cron','2021-01-15 17:08:33','2021-01-15 12:08:33'),
(70364,27618,'action complete via WP Cron','2021-01-15 17:08:33','2021-01-15 12:08:33'),
(70365,27619,'action created','2021-01-15 17:08:33','2021-01-15 12:08:33'),
(70366,27619,'action started via WP Cron','2021-01-15 17:09:27','2021-01-15 12:09:27'),
(70367,27619,'action complete via WP Cron','2021-01-15 17:09:27','2021-01-15 12:09:27'),
(70368,27620,'action created','2021-01-15 17:09:27','2021-01-15 12:09:27'),
(70369,27620,'action started via WP Cron','2021-01-15 17:10:48','2021-01-15 12:10:48'),
(70370,27620,'action complete via WP Cron','2021-01-15 17:10:48','2021-01-15 12:10:48'),
(70371,27621,'action created','2021-01-15 17:10:48','2021-01-15 12:10:48'),
(70372,27621,'action started via WP Cron','2021-01-15 17:11:30','2021-01-15 12:11:30'),
(70373,27621,'action complete via WP Cron','2021-01-15 17:11:30','2021-01-15 12:11:30'),
(70374,27622,'action created','2021-01-15 17:11:30','2021-01-15 12:11:30'),
(70375,27622,'action started via WP Cron','2021-01-15 17:12:34','2021-01-15 12:12:34'),
(70376,27622,'action complete via WP Cron','2021-01-15 17:12:34','2021-01-15 12:12:34'),
(70377,27623,'action created','2021-01-15 17:12:34','2021-01-15 12:12:34'),
(70378,27623,'action started via WP Cron','2021-01-15 17:13:39','2021-01-15 12:13:39'),
(70379,27623,'action complete via WP Cron','2021-01-15 17:13:39','2021-01-15 12:13:39'),
(70380,27624,'action created','2021-01-15 17:13:39','2021-01-15 12:13:39'),
(70381,27624,'action started via WP Cron','2021-01-15 17:14:11','2021-01-15 12:14:11'),
(70382,27624,'action complete via WP Cron','2021-01-15 17:14:11','2021-01-15 12:14:11'),
(70383,27625,'action created','2021-01-15 17:14:11','2021-01-15 12:14:11'),
(70384,27625,'action started via WP Cron','2021-01-15 17:15:22','2021-01-15 12:15:22'),
(70385,27625,'action complete via WP Cron','2021-01-15 17:15:22','2021-01-15 12:15:22'),
(70386,27626,'action created','2021-01-15 17:15:22','2021-01-15 12:15:22'),
(70387,27626,'action started via WP Cron','2021-01-15 17:16:30','2021-01-15 12:16:30'),
(70388,27626,'action complete via WP Cron','2021-01-15 17:16:30','2021-01-15 12:16:30'),
(70389,27627,'action created','2021-01-15 17:16:30','2021-01-15 12:16:30'),
(70390,27627,'action started via WP Cron','2021-01-15 17:17:23','2021-01-15 12:17:23'),
(70391,27627,'action complete via WP Cron','2021-01-15 17:17:23','2021-01-15 12:17:23'),
(70392,27628,'action created','2021-01-15 17:17:23','2021-01-15 12:17:23'),
(70393,27628,'action started via WP Cron','2021-01-15 17:18:23','2021-01-15 12:18:23'),
(70394,27628,'action complete via WP Cron','2021-01-15 17:18:23','2021-01-15 12:18:23'),
(70395,27629,'action created','2021-01-15 17:18:23','2021-01-15 12:18:23'),
(70396,27629,'action started via WP Cron','2021-01-15 17:19:27','2021-01-15 12:19:27'),
(70397,27629,'action complete via WP Cron','2021-01-15 17:19:27','2021-01-15 12:19:27'),
(70398,27630,'action created','2021-01-15 17:19:27','2021-01-15 12:19:27'),
(70399,27630,'action started via WP Cron','2021-01-15 17:20:12','2021-01-15 12:20:12'),
(70400,27630,'action complete via WP Cron','2021-01-15 17:20:12','2021-01-15 12:20:12'),
(70401,27631,'action created','2021-01-15 17:20:12','2021-01-15 12:20:12'),
(70402,27631,'action started via WP Cron','2021-01-15 17:21:17','2021-01-15 12:21:17'),
(70403,27631,'action complete via WP Cron','2021-01-15 17:21:17','2021-01-15 12:21:17'),
(70404,27632,'action created','2021-01-15 17:21:17','2021-01-15 12:21:17'),
(70405,27632,'action started via WP Cron','2021-01-15 17:22:22','2021-01-15 12:22:22'),
(70406,27632,'action complete via WP Cron','2021-01-15 17:22:22','2021-01-15 12:22:22'),
(70407,27633,'action created','2021-01-15 17:22:22','2021-01-15 12:22:22'),
(70408,27633,'action started via WP Cron','2021-01-15 17:23:18','2021-01-15 12:23:18'),
(70409,27633,'action complete via WP Cron','2021-01-15 17:23:18','2021-01-15 12:23:18'),
(70410,27634,'action created','2021-01-15 17:23:18','2021-01-15 12:23:18'),
(70411,27634,'action started via WP Cron','2021-01-15 17:25:11','2021-01-15 12:25:11'),
(70412,27634,'action complete via WP Cron','2021-01-15 17:25:11','2021-01-15 12:25:11'),
(70413,27635,'action created','2021-01-15 17:25:11','2021-01-15 12:25:11'),
(70414,27635,'action started via WP Cron','2021-01-15 17:29:53','2021-01-15 12:29:53'),
(70415,27635,'action complete via WP Cron','2021-01-15 17:29:53','2021-01-15 12:29:53'),
(70416,27636,'action created','2021-01-15 17:29:53','2021-01-15 12:29:53'),
(70417,27636,'action started via WP Cron','2021-01-15 17:30:49','2021-01-15 12:30:49'),
(70418,27636,'action complete via WP Cron','2021-01-15 17:30:49','2021-01-15 12:30:49'),
(70419,27637,'action created','2021-01-15 17:30:49','2021-01-15 12:30:49'),
(70420,27637,'action started via WP Cron','2021-01-15 17:31:17','2021-01-15 12:31:17'),
(70421,27637,'action complete via WP Cron','2021-01-15 17:31:17','2021-01-15 12:31:17'),
(70422,27638,'action created','2021-01-15 17:31:17','2021-01-15 12:31:17'),
(70423,27638,'action started via WP Cron','2021-01-15 17:33:55','2021-01-15 12:33:55'),
(70424,27638,'action complete via WP Cron','2021-01-15 17:33:55','2021-01-15 12:33:55'),
(70425,27639,'action created','2021-01-15 17:33:55','2021-01-15 12:33:55'),
(70426,27639,'action started via WP Cron','2021-01-15 17:34:13','2021-01-15 12:34:13'),
(70427,27639,'action complete via WP Cron','2021-01-15 17:34:13','2021-01-15 12:34:13'),
(70428,27640,'action created','2021-01-15 17:34:13','2021-01-15 12:34:13'),
(70429,27640,'action started via WP Cron','2021-01-15 17:35:26','2021-01-15 12:35:26'),
(70430,27640,'action complete via WP Cron','2021-01-15 17:35:26','2021-01-15 12:35:26'),
(70431,27641,'action created','2021-01-15 17:36:00','2021-01-15 12:36:00'),
(70432,27641,'action started via WP Cron','2021-01-15 17:36:13','2021-01-15 12:36:13'),
(70433,27641,'action complete via WP Cron','2021-01-15 17:36:13','2021-01-15 12:36:13'),
(70434,27642,'action created','2021-01-15 17:36:13','2021-01-15 12:36:13'),
(70435,27642,'action started via WP Cron','2021-01-15 17:37:20','2021-01-15 12:37:20'),
(70436,27642,'action complete via WP Cron','2021-01-15 17:37:20','2021-01-15 12:37:20'),
(70437,27643,'action created','2021-01-15 17:37:20','2021-01-15 12:37:20'),
(70438,27643,'action started via WP Cron','2021-01-15 17:38:34','2021-01-15 12:38:34'),
(70439,27643,'action complete via WP Cron','2021-01-15 17:38:34','2021-01-15 12:38:34'),
(70440,27644,'action created','2021-01-15 17:38:34','2021-01-15 12:38:34'),
(70441,27644,'action started via WP Cron','2021-01-15 17:39:25','2021-01-15 12:39:25'),
(70442,27644,'action complete via WP Cron','2021-01-15 17:39:25','2021-01-15 12:39:25'),
(70443,27645,'action created','2021-01-15 17:39:25','2021-01-15 12:39:25'),
(70444,27645,'action started via WP Cron','2021-01-15 17:41:17','2021-01-15 12:41:17'),
(70445,27645,'action complete via WP Cron','2021-01-15 17:41:17','2021-01-15 12:41:17'),
(70446,27646,'action created','2021-01-15 17:41:17','2021-01-15 12:41:17'),
(70447,27646,'action started via WP Cron','2021-01-15 17:43:03','2021-01-15 12:43:03'),
(70448,27646,'action complete via WP Cron','2021-01-15 17:43:03','2021-01-15 12:43:03'),
(70449,27647,'action created','2021-01-15 17:43:03','2021-01-15 12:43:03'),
(70450,27647,'action started via WP Cron','2021-01-15 17:43:15','2021-01-15 12:43:15'),
(70451,27647,'action complete via WP Cron','2021-01-15 17:43:15','2021-01-15 12:43:15'),
(70452,27648,'action created','2021-01-15 17:43:15','2021-01-15 12:43:15'),
(70453,27648,'action started via WP Cron','2021-01-15 17:44:16','2021-01-15 12:44:16'),
(70454,27648,'action complete via WP Cron','2021-01-15 17:44:16','2021-01-15 12:44:16'),
(70455,27649,'action created','2021-01-15 17:44:16','2021-01-15 12:44:16'),
(70456,27649,'action started via WP Cron','2021-01-15 17:46:42','2021-01-15 12:46:42'),
(70457,27649,'action complete via WP Cron','2021-01-15 17:46:42','2021-01-15 12:46:42'),
(70458,27650,'action created','2021-01-15 17:46:42','2021-01-15 12:46:42'),
(70459,27650,'action started via WP Cron','2021-01-15 17:47:44','2021-01-15 12:47:44'),
(70460,27650,'action complete via WP Cron','2021-01-15 17:47:44','2021-01-15 12:47:44'),
(70461,27651,'action created','2021-01-15 17:47:44','2021-01-15 12:47:44'),
(70462,27651,'action started via WP Cron','2021-01-15 17:49:12','2021-01-15 12:49:12'),
(70463,27651,'action complete via WP Cron','2021-01-15 17:49:12','2021-01-15 12:49:12'),
(70464,27652,'action created','2021-01-15 17:49:12','2021-01-15 12:49:12'),
(70465,27652,'action started via WP Cron','2021-01-15 17:50:44','2021-01-15 12:50:44'),
(70466,27652,'action complete via WP Cron','2021-01-15 17:50:44','2021-01-15 12:50:44'),
(70467,27653,'action created','2021-01-15 17:50:44','2021-01-15 12:50:44'),
(70468,27653,'action started via WP Cron','2021-01-15 17:51:29','2021-01-15 12:51:29'),
(70469,27653,'action complete via WP Cron','2021-01-15 17:51:29','2021-01-15 12:51:29'),
(70470,27654,'action created','2021-01-15 17:51:29','2021-01-15 12:51:29'),
(70471,27654,'action started via WP Cron','2021-01-15 17:52:18','2021-01-15 12:52:18'),
(70472,27654,'action complete via WP Cron','2021-01-15 17:52:18','2021-01-15 12:52:18'),
(70473,27655,'action created','2021-01-15 17:52:18','2021-01-15 12:52:18'),
(70474,27655,'action started via WP Cron','2021-01-15 17:54:09','2021-01-15 12:54:09'),
(70475,27655,'action complete via WP Cron','2021-01-15 17:54:09','2021-01-15 12:54:09'),
(70476,27656,'action created','2021-01-15 17:54:09','2021-01-15 12:54:09'),
(70477,27656,'action started via WP Cron','2021-01-15 17:57:00','2021-01-15 12:57:00'),
(70478,27656,'action complete via WP Cron','2021-01-15 17:57:00','2021-01-15 12:57:00'),
(70479,27657,'action created','2021-01-15 17:57:01','2021-01-15 12:57:01'),
(70480,27657,'action started via WP Cron','2021-01-15 17:57:15','2021-01-15 12:57:15'),
(70481,27657,'action complete via WP Cron','2021-01-15 17:57:15','2021-01-15 12:57:15'),
(70482,27658,'action created','2021-01-15 17:57:15','2021-01-15 12:57:15'),
(70483,27658,'action started via WP Cron','2021-01-15 17:59:43','2021-01-15 12:59:43'),
(70484,27658,'action complete via WP Cron','2021-01-15 17:59:43','2021-01-15 12:59:43'),
(70485,27659,'action created','2021-01-15 17:59:43','2021-01-15 12:59:43'),
(70486,27659,'action started via WP Cron','2021-01-15 18:00:26','2021-01-15 13:00:26'),
(70487,27659,'action complete via WP Cron','2021-01-15 18:00:26','2021-01-15 13:00:26'),
(70488,27660,'action created','2021-01-15 18:00:26','2021-01-15 13:00:26'),
(70489,27660,'action started via WP Cron','2021-01-15 18:01:39','2021-01-15 13:01:39'),
(70490,27660,'action complete via WP Cron','2021-01-15 18:01:39','2021-01-15 13:01:39'),
(70491,27661,'action created','2021-01-15 18:01:40','2021-01-15 13:01:40'),
(70492,27661,'action started via WP Cron','2021-01-15 18:02:22','2021-01-15 13:02:22'),
(70493,27661,'action complete via WP Cron','2021-01-15 18:02:22','2021-01-15 13:02:22'),
(70494,27662,'action created','2021-01-15 18:02:22','2021-01-15 13:02:22'),
(70495,27662,'action started via WP Cron','2021-01-15 18:03:26','2021-01-15 13:03:26'),
(70496,27662,'action complete via WP Cron','2021-01-15 18:03:26','2021-01-15 13:03:26'),
(70497,27663,'action created','2021-01-15 18:03:26','2021-01-15 13:03:26'),
(70498,27663,'action started via WP Cron','2021-01-15 18:05:13','2021-01-15 13:05:13'),
(70499,27663,'action complete via WP Cron','2021-01-15 18:05:14','2021-01-15 13:05:14'),
(70500,27664,'action created','2021-01-15 18:05:14','2021-01-15 13:05:14'),
(70501,27664,'action started via WP Cron','2021-01-15 18:06:43','2021-01-15 13:06:43'),
(70502,27664,'action complete via WP Cron','2021-01-15 18:06:43','2021-01-15 13:06:43'),
(70503,27665,'action created','2021-01-15 18:06:43','2021-01-15 13:06:43'),
(70504,27665,'action started via WP Cron','2021-01-15 18:07:12','2021-01-15 13:07:12'),
(70505,27665,'action complete via WP Cron','2021-01-15 18:07:12','2021-01-15 13:07:12'),
(70506,27666,'action created','2021-01-15 18:07:12','2021-01-15 13:07:12'),
(70507,27666,'action started via WP Cron','2021-01-15 18:08:13','2021-01-15 13:08:13'),
(70508,27666,'action complete via WP Cron','2021-01-15 18:08:13','2021-01-15 13:08:13'),
(70509,27667,'action created','2021-01-15 18:08:13','2021-01-15 13:08:13'),
(70510,27667,'action started via WP Cron','2021-01-15 18:09:17','2021-01-15 13:09:17'),
(70511,27667,'action complete via WP Cron','2021-01-15 18:09:17','2021-01-15 13:09:17'),
(70512,27668,'action created','2021-01-15 18:09:17','2021-01-15 13:09:17'),
(70513,27668,'action started via WP Cron','2021-01-15 18:11:55','2021-01-15 13:11:55'),
(70514,27668,'action complete via WP Cron','2021-01-15 18:11:55','2021-01-15 13:11:55'),
(70515,27669,'action created','2021-01-15 18:11:55','2021-01-15 13:11:55'),
(70516,27669,'action started via WP Cron','2021-01-15 18:12:14','2021-01-15 13:12:14'),
(70517,27669,'action complete via WP Cron','2021-01-15 18:12:14','2021-01-15 13:12:14'),
(70518,27670,'action created','2021-01-15 18:12:14','2021-01-15 13:12:14'),
(70519,27670,'action started via WP Cron','2021-01-15 18:13:21','2021-01-15 13:13:21'),
(70520,27670,'action complete via WP Cron','2021-01-15 18:13:21','2021-01-15 13:13:21'),
(70521,27671,'action created','2021-01-15 18:13:21','2021-01-15 13:13:21'),
(70522,27671,'action started via WP Cron','2021-01-15 18:16:55','2021-01-15 13:16:55'),
(70523,27671,'action complete via WP Cron','2021-01-15 18:16:55','2021-01-15 13:16:55'),
(70524,27672,'action created','2021-01-15 18:16:55','2021-01-15 13:16:55'),
(70525,27672,'action started via WP Cron','2021-01-15 18:17:20','2021-01-15 13:17:20'),
(70526,27672,'action complete via WP Cron','2021-01-15 18:17:20','2021-01-15 13:17:20'),
(70527,27673,'action created','2021-01-15 18:17:20','2021-01-15 13:17:20'),
(70528,27673,'action started via WP Cron','2021-01-15 18:18:41','2021-01-15 13:18:41'),
(70529,27673,'action complete via WP Cron','2021-01-15 18:18:41','2021-01-15 13:18:41'),
(70530,27674,'action created','2021-01-15 18:18:41','2021-01-15 13:18:41'),
(70531,27674,'action started via WP Cron','2021-01-15 18:21:58','2021-01-15 13:21:58'),
(70532,27674,'action complete via WP Cron','2021-01-15 18:21:58','2021-01-15 13:21:58'),
(70533,27675,'action created','2021-01-15 18:21:58','2021-01-15 13:21:58'),
(70534,27675,'action started via WP Cron','2021-01-15 18:25:07','2021-01-15 13:25:07'),
(70535,27675,'action complete via WP Cron','2021-01-15 18:25:07','2021-01-15 13:25:07'),
(70536,27676,'action created','2021-01-15 18:25:07','2021-01-15 13:25:07'),
(70537,27676,'action started via WP Cron','2021-01-15 18:25:18','2021-01-15 13:25:18'),
(70538,27676,'action complete via WP Cron','2021-01-15 18:25:18','2021-01-15 13:25:18'),
(70539,27677,'action created','2021-01-15 18:25:18','2021-01-15 13:25:18'),
(70540,27677,'action started via WP Cron','2021-01-15 18:27:14','2021-01-15 13:27:14'),
(70541,27677,'action complete via WP Cron','2021-01-15 18:27:14','2021-01-15 13:27:14'),
(70542,27678,'action created','2021-01-15 18:27:14','2021-01-15 13:27:14'),
(70543,27678,'action started via WP Cron','2021-01-15 18:29:11','2021-01-15 13:29:11'),
(70544,27678,'action complete via WP Cron','2021-01-15 18:29:11','2021-01-15 13:29:11'),
(70545,27679,'action created','2021-01-15 18:29:11','2021-01-15 13:29:11'),
(70546,27679,'action started via WP Cron','2021-01-15 18:30:29','2021-01-15 13:30:29'),
(70547,27679,'action complete via WP Cron','2021-01-15 18:30:29','2021-01-15 13:30:29'),
(70548,27680,'action created','2021-01-15 18:30:29','2021-01-15 13:30:29'),
(70549,27680,'action started via WP Cron','2021-01-15 18:31:16','2021-01-15 13:31:16'),
(70550,27680,'action complete via WP Cron','2021-01-15 18:31:16','2021-01-15 13:31:16'),
(70551,27681,'action created','2021-01-15 18:31:16','2021-01-15 13:31:16'),
(70552,27681,'action started via WP Cron','2021-01-15 18:32:12','2021-01-15 13:32:12'),
(70553,27681,'action complete via WP Cron','2021-01-15 18:32:12','2021-01-15 13:32:12'),
(70554,27682,'action created','2021-01-15 18:32:12','2021-01-15 13:32:12'),
(70555,27682,'action started via WP Cron','2021-01-15 18:33:39','2021-01-15 13:33:39'),
(70556,27682,'action complete via WP Cron','2021-01-15 18:33:39','2021-01-15 13:33:39'),
(70557,27683,'action created','2021-01-15 18:33:39','2021-01-15 13:33:39'),
(70558,27683,'action started via WP Cron','2021-01-15 18:35:00','2021-01-15 13:35:00'),
(70559,27683,'action complete via WP Cron','2021-01-15 18:35:00','2021-01-15 13:35:00'),
(70560,27684,'action created','2021-01-15 18:35:00','2021-01-15 13:35:00'),
(70561,27684,'action started via WP Cron','2021-01-15 18:35:50','2021-01-15 13:35:50'),
(70562,27684,'action complete via WP Cron','2021-01-15 18:35:50','2021-01-15 13:35:50'),
(70563,27685,'action created','2021-01-15 18:35:50','2021-01-15 13:35:50'),
(70564,27685,'action started via WP Cron','2021-01-15 18:36:35','2021-01-15 13:36:35'),
(70565,27685,'action complete via WP Cron','2021-01-15 18:36:35','2021-01-15 13:36:35'),
(70566,27686,'action created','2021-01-15 18:36:35','2021-01-15 13:36:35'),
(70567,27686,'action started via WP Cron','2021-01-15 18:37:12','2021-01-15 13:37:12'),
(70568,27686,'action complete via WP Cron','2021-01-15 18:37:12','2021-01-15 13:37:12'),
(70569,27687,'action created','2021-01-15 18:37:12','2021-01-15 13:37:12'),
(70570,27687,'action started via WP Cron','2021-01-15 18:39:10','2021-01-15 13:39:10'),
(70571,27687,'action complete via WP Cron','2021-01-15 18:39:10','2021-01-15 13:39:10'),
(70572,27688,'action created','2021-01-15 18:39:10','2021-01-15 13:39:10'),
(70573,27688,'action started via WP Cron','2021-01-15 18:39:27','2021-01-15 13:39:27'),
(70574,27688,'action complete via WP Cron','2021-01-15 18:39:27','2021-01-15 13:39:27'),
(70575,27689,'action created','2021-01-15 18:39:27','2021-01-15 13:39:27'),
(70576,27689,'action started via WP Cron','2021-01-15 18:41:59','2021-01-15 13:41:59'),
(70577,27689,'action complete via WP Cron','2021-01-15 18:41:59','2021-01-15 13:41:59'),
(70578,27690,'action created','2021-01-15 18:41:59','2021-01-15 13:41:59'),
(70579,27690,'action started via WP Cron','2021-01-15 18:42:15','2021-01-15 13:42:15'),
(70580,27690,'action complete via WP Cron','2021-01-15 18:42:15','2021-01-15 13:42:15'),
(70581,27691,'action created','2021-01-15 18:42:15','2021-01-15 13:42:15'),
(70582,27691,'action started via WP Cron','2021-01-15 18:43:24','2021-01-15 13:43:24'),
(70583,27691,'action complete via WP Cron','2021-01-15 18:43:24','2021-01-15 13:43:24'),
(70584,27692,'action created','2021-01-15 18:43:24','2021-01-15 13:43:24'),
(70585,27692,'action started via WP Cron','2021-01-15 18:46:36','2021-01-15 13:46:36'),
(70586,27692,'action complete via WP Cron','2021-01-15 18:46:36','2021-01-15 13:46:36'),
(70587,27693,'action created','2021-01-15 18:46:36','2021-01-15 13:46:36'),
(70588,27693,'action started via WP Cron','2021-01-15 18:47:39','2021-01-15 13:47:39'),
(70589,27693,'action complete via WP Cron','2021-01-15 18:47:39','2021-01-15 13:47:39'),
(70590,27694,'action created','2021-01-15 18:47:44','2021-01-15 13:47:44'),
(70591,27694,'action started via WP Cron','2021-01-15 18:48:15','2021-01-15 13:48:15'),
(70592,27694,'action complete via WP Cron','2021-01-15 18:48:15','2021-01-15 13:48:15'),
(70593,27695,'action created','2021-01-15 18:48:15','2021-01-15 13:48:15'),
(70594,27695,'action started via WP Cron','2021-01-15 18:49:17','2021-01-15 13:49:17'),
(70595,27695,'action complete via WP Cron','2021-01-15 18:49:17','2021-01-15 13:49:17'),
(70596,27696,'action created','2021-01-15 18:49:17','2021-01-15 13:49:17'),
(70597,27696,'action started via WP Cron','2021-01-15 18:51:33','2021-01-15 13:51:33'),
(70598,27696,'action complete via WP Cron','2021-01-15 18:51:34','2021-01-15 13:51:34'),
(70599,27697,'action created','2021-01-15 18:51:34','2021-01-15 13:51:34'),
(70600,27697,'action started via WP Cron','2021-01-15 18:52:40','2021-01-15 13:52:40'),
(70601,27697,'action complete via WP Cron','2021-01-15 18:52:40','2021-01-15 13:52:40'),
(70602,27698,'action created','2021-01-15 18:52:40','2021-01-15 13:52:40'),
(70603,27698,'action started via WP Cron','2021-01-15 18:54:54','2021-01-15 13:54:54'),
(70604,27698,'action complete via WP Cron','2021-01-15 18:54:54','2021-01-15 13:54:54'),
(70605,27699,'action created','2021-01-15 18:54:54','2021-01-15 13:54:54'),
(70606,27699,'action started via WP Cron','2021-01-15 18:55:30','2021-01-15 13:55:30'),
(70607,27699,'action complete via WP Cron','2021-01-15 18:55:30','2021-01-15 13:55:30'),
(70608,27700,'action created','2021-01-15 18:55:30','2021-01-15 13:55:30'),
(70609,27700,'action started via WP Cron','2021-01-15 18:56:18','2021-01-15 13:56:18'),
(70610,27700,'action complete via WP Cron','2021-01-15 18:56:18','2021-01-15 13:56:18'),
(70611,27701,'action created','2021-01-15 18:56:18','2021-01-15 13:56:18'),
(70612,27701,'action started via WP Cron','2021-01-15 18:57:12','2021-01-15 13:57:12'),
(70613,27701,'action complete via WP Cron','2021-01-15 18:57:12','2021-01-15 13:57:12'),
(70614,27702,'action created','2021-01-15 18:57:12','2021-01-15 13:57:12'),
(70615,27702,'action started via WP Cron','2021-01-15 18:59:23','2021-01-15 13:59:23'),
(70616,27702,'action complete via WP Cron','2021-01-15 18:59:23','2021-01-15 13:59:23'),
(70617,27703,'action created','2021-01-15 18:59:24','2021-01-15 13:59:24'),
(70618,27703,'action started via WP Cron','2021-01-15 19:00:13','2021-01-15 14:00:13'),
(70619,27703,'action complete via WP Cron','2021-01-15 19:00:13','2021-01-15 14:00:13'),
(70620,27704,'action created','2021-01-15 19:00:13','2021-01-15 14:00:13'),
(70621,27704,'action started via WP Cron','2021-01-15 19:01:31','2021-01-15 14:01:31'),
(70622,27704,'action complete via WP Cron','2021-01-15 19:01:32','2021-01-15 14:01:32'),
(70623,27705,'action created','2021-01-15 19:01:32','2021-01-15 14:01:32'),
(70624,27705,'action started via WP Cron','2021-01-15 19:02:43','2021-01-15 14:02:43'),
(70625,27705,'action complete via WP Cron','2021-01-15 19:02:43','2021-01-15 14:02:43'),
(70626,27706,'action created','2021-01-15 19:02:43','2021-01-15 14:02:43'),
(70627,27706,'action started via WP Cron','2021-01-15 19:03:20','2021-01-15 14:03:20'),
(70628,27706,'action complete via WP Cron','2021-01-15 19:03:20','2021-01-15 14:03:20'),
(70629,27707,'action created','2021-01-15 19:03:20','2021-01-15 14:03:20'),
(70630,27707,'action started via WP Cron','2021-01-15 19:05:29','2021-01-15 14:05:29'),
(70631,27707,'action complete via WP Cron','2021-01-15 19:05:29','2021-01-15 14:05:29'),
(70632,27708,'action created','2021-01-15 19:05:29','2021-01-15 14:05:29'),
(70633,27708,'action started via WP Cron','2021-01-15 19:06:11','2021-01-15 14:06:11'),
(70634,27708,'action complete via WP Cron','2021-01-15 19:06:11','2021-01-15 14:06:11'),
(70635,27709,'action created','2021-01-15 19:06:11','2021-01-15 14:06:11'),
(70636,27709,'action started via WP Cron','2021-01-15 19:08:37','2021-01-15 14:08:37'),
(70637,27709,'action complete via WP Cron','2021-01-15 19:08:37','2021-01-15 14:08:37'),
(70638,27710,'action created','2021-01-15 19:08:37','2021-01-15 14:08:37'),
(70639,27710,'action started via WP Cron','2021-01-15 19:09:29','2021-01-15 14:09:29'),
(70640,27710,'action complete via WP Cron','2021-01-15 19:09:29','2021-01-15 14:09:29'),
(70641,27711,'action created','2021-01-15 19:09:30','2021-01-15 14:09:30'),
(70642,27711,'action started via WP Cron','2021-01-15 19:10:17','2021-01-15 14:10:17'),
(70643,27711,'action complete via WP Cron','2021-01-15 19:10:17','2021-01-15 14:10:17'),
(70644,27712,'action created','2021-01-15 19:10:17','2021-01-15 14:10:17'),
(70645,27712,'action started via WP Cron','2021-01-15 19:12:45','2021-01-15 14:12:45'),
(70646,27712,'action complete via WP Cron','2021-01-15 19:12:45','2021-01-15 14:12:45'),
(70647,27713,'action created','2021-01-15 19:12:45','2021-01-15 14:12:45'),
(70648,27713,'action started via WP Cron','2021-01-15 19:14:50','2021-01-15 14:14:50'),
(70649,27713,'action complete via WP Cron','2021-01-15 19:14:50','2021-01-15 14:14:50'),
(70650,27714,'action created','2021-01-15 19:14:50','2021-01-15 14:14:50'),
(70651,27714,'action started via WP Cron','2021-01-15 19:16:17','2021-01-15 14:16:17'),
(70652,27714,'action complete via WP Cron','2021-01-15 19:16:17','2021-01-15 14:16:17'),
(70653,27715,'action created','2021-01-15 19:16:17','2021-01-15 14:16:17'),
(70654,27715,'action started via WP Cron','2021-01-15 19:17:31','2021-01-15 14:17:31'),
(70655,27715,'action complete via WP Cron','2021-01-15 19:17:31','2021-01-15 14:17:31'),
(70656,27716,'action created','2021-01-15 19:17:31','2021-01-15 14:17:31'),
(70657,27716,'action started via WP Cron','2021-01-15 19:19:12','2021-01-15 14:19:12'),
(70658,27716,'action complete via WP Cron','2021-01-15 19:19:12','2021-01-15 14:19:12'),
(70659,27717,'action created','2021-01-15 19:19:12','2021-01-15 14:19:12'),
(70660,27717,'action started via WP Cron','2021-01-15 19:21:00','2021-01-15 14:21:00'),
(70661,27717,'action complete via WP Cron','2021-01-15 19:21:00','2021-01-15 14:21:00'),
(70662,27718,'action created','2021-01-15 19:21:00','2021-01-15 14:21:00'),
(70663,27718,'action started via WP Cron','2021-01-15 19:21:45','2021-01-15 14:21:45'),
(70664,27718,'action complete via WP Cron','2021-01-15 19:21:45','2021-01-15 14:21:45'),
(70665,27719,'action created','2021-01-15 19:21:45','2021-01-15 14:21:45'),
(70666,27719,'action started via WP Cron','2021-01-15 19:22:47','2021-01-15 14:22:47'),
(70667,27719,'action complete via WP Cron','2021-01-15 19:22:47','2021-01-15 14:22:47'),
(70668,27720,'action created','2021-01-15 19:22:47','2021-01-15 14:22:47'),
(70669,27720,'action started via WP Cron','2021-01-15 19:23:37','2021-01-15 14:23:37'),
(70670,27720,'action complete via WP Cron','2021-01-15 19:23:37','2021-01-15 14:23:37'),
(70671,27721,'action created','2021-01-15 19:23:37','2021-01-15 14:23:37'),
(70672,27721,'action started via WP Cron','2021-01-15 19:24:29','2021-01-15 14:24:29'),
(70673,27721,'action complete via WP Cron','2021-01-15 19:24:29','2021-01-15 14:24:29'),
(70674,27722,'action created','2021-01-15 19:24:29','2021-01-15 14:24:29'),
(70675,27722,'action started via WP Cron','2021-01-15 19:25:16','2021-01-15 14:25:16'),
(70676,27722,'action complete via WP Cron','2021-01-15 19:25:16','2021-01-15 14:25:16'),
(70677,27723,'action created','2021-01-15 19:25:16','2021-01-15 14:25:16'),
(70678,27723,'action started via WP Cron','2021-01-15 19:27:25','2021-01-15 14:27:25'),
(70679,27723,'action complete via WP Cron','2021-01-15 19:27:25','2021-01-15 14:27:25'),
(70680,27724,'action created','2021-01-15 19:27:25','2021-01-15 14:27:25'),
(70681,27724,'action started via WP Cron','2021-01-15 19:29:19','2021-01-15 14:29:19'),
(70682,27724,'action complete via WP Cron','2021-01-15 19:29:19','2021-01-15 14:29:19'),
(70683,27725,'action created','2021-01-15 19:29:19','2021-01-15 14:29:19'),
(70684,27725,'action started via WP Cron','2021-01-15 19:32:29','2021-01-15 14:32:29'),
(70685,27725,'action complete via WP Cron','2021-01-15 19:32:29','2021-01-15 14:32:29'),
(70686,27726,'action created','2021-01-15 19:32:29','2021-01-15 14:32:29'),
(70687,27726,'action started via WP Cron','2021-01-15 19:34:03','2021-01-15 14:34:03'),
(70688,27726,'action complete via WP Cron','2021-01-15 19:34:03','2021-01-15 14:34:03'),
(70689,27727,'action created','2021-01-15 19:34:03','2021-01-15 14:34:03'),
(70690,27727,'action started via WP Cron','2021-01-15 19:34:14','2021-01-15 14:34:14'),
(70691,27727,'action complete via WP Cron','2021-01-15 19:34:14','2021-01-15 14:34:14'),
(70692,27728,'action created','2021-01-15 19:34:14','2021-01-15 14:34:14'),
(70693,27728,'action started via WP Cron','2021-01-15 19:37:05','2021-01-15 14:37:05'),
(70694,27728,'action complete via WP Cron','2021-01-15 19:37:05','2021-01-15 14:37:05'),
(70695,27729,'action created','2021-01-15 19:37:05','2021-01-15 14:37:05'),
(70696,27729,'action started via WP Cron','2021-01-15 19:38:16','2021-01-15 14:38:16'),
(70697,27729,'action complete via WP Cron','2021-01-15 19:38:17','2021-01-15 14:38:17'),
(70698,27730,'action created','2021-01-15 19:38:17','2021-01-15 14:38:17'),
(70699,27730,'action started via WP Cron','2021-01-15 19:42:55','2021-01-15 14:42:55'),
(70700,27730,'action complete via WP Cron','2021-01-15 19:42:55','2021-01-15 14:42:55'),
(70701,27731,'action created','2021-01-15 19:42:55','2021-01-15 14:42:55'),
(70702,27731,'action started via WP Cron','2021-01-15 19:43:11','2021-01-15 14:43:11'),
(70703,27731,'action complete via WP Cron','2021-01-15 19:43:11','2021-01-15 14:43:11'),
(70704,27732,'action created','2021-01-15 19:43:11','2021-01-15 14:43:11'),
(70705,27732,'action started via WP Cron','2021-01-15 19:45:40','2021-01-15 14:45:40'),
(70706,27732,'action complete via WP Cron','2021-01-15 19:45:40','2021-01-15 14:45:40'),
(70707,27733,'action created','2021-01-15 19:45:40','2021-01-15 14:45:40'),
(70708,27733,'action started via WP Cron','2021-01-15 19:47:30','2021-01-15 14:47:30'),
(70709,27733,'action complete via WP Cron','2021-01-15 19:47:30','2021-01-15 14:47:30'),
(70710,27734,'action created','2021-01-15 19:47:30','2021-01-15 14:47:30'),
(70711,27734,'action started via WP Cron','2021-01-15 19:48:29','2021-01-15 14:48:29'),
(70712,27734,'action complete via WP Cron','2021-01-15 19:48:29','2021-01-15 14:48:29'),
(70713,27735,'action created','2021-01-15 19:48:29','2021-01-15 14:48:29'),
(70714,27735,'action started via WP Cron','2021-01-15 19:50:23','2021-01-15 14:50:23'),
(70715,27735,'action complete via WP Cron','2021-01-15 19:50:23','2021-01-15 14:50:23'),
(70716,27736,'action created','2021-01-15 19:50:23','2021-01-15 14:50:23'),
(70717,27736,'action started via WP Cron','2021-01-15 19:51:22','2021-01-15 14:51:22'),
(70718,27736,'action complete via WP Cron','2021-01-15 19:51:22','2021-01-15 14:51:22'),
(70719,27737,'action created','2021-01-15 19:51:22','2021-01-15 14:51:22'),
(70720,27737,'action started via WP Cron','2021-01-15 19:52:31','2021-01-15 14:52:31'),
(70721,27737,'action complete via WP Cron','2021-01-15 19:52:32','2021-01-15 14:52:32'),
(70722,27738,'action created','2021-01-15 19:52:32','2021-01-15 14:52:32'),
(70723,27738,'action started via WP Cron','2021-01-15 19:53:20','2021-01-15 14:53:20'),
(70724,27738,'action complete via WP Cron','2021-01-15 19:53:20','2021-01-15 14:53:20'),
(70725,27739,'action created','2021-01-15 19:53:20','2021-01-15 14:53:20'),
(70726,27739,'action started via WP Cron','2021-01-15 19:55:01','2021-01-15 14:55:01'),
(70727,27739,'action complete via WP Cron','2021-01-15 19:55:01','2021-01-15 14:55:01'),
(70728,27740,'action created','2021-01-15 19:55:01','2021-01-15 14:55:01'),
(70729,27740,'action started via WP Cron','2021-01-15 19:55:21','2021-01-15 14:55:21'),
(70730,27740,'action complete via WP Cron','2021-01-15 19:55:21','2021-01-15 14:55:21'),
(70731,27741,'action created','2021-01-15 19:55:21','2021-01-15 14:55:21'),
(70732,27741,'action started via WP Cron','2021-01-15 19:56:15','2021-01-15 14:56:15'),
(70733,27741,'action complete via WP Cron','2021-01-15 19:56:15','2021-01-15 14:56:15'),
(70734,27742,'action created','2021-01-15 19:56:15','2021-01-15 14:56:15'),
(70735,27742,'action started via WP Cron','2021-01-15 19:57:47','2021-01-15 14:57:47'),
(70736,27742,'action complete via WP Cron','2021-01-15 19:57:47','2021-01-15 14:57:47'),
(70737,27743,'action created','2021-01-15 19:57:47','2021-01-15 14:57:47'),
(70738,27743,'action started via WP Cron','2021-01-15 19:58:12','2021-01-15 14:58:12'),
(70739,27743,'action complete via WP Cron','2021-01-15 19:58:12','2021-01-15 14:58:12'),
(70740,27744,'action created','2021-01-15 19:58:12','2021-01-15 14:58:12'),
(70741,27744,'action started via WP Cron','2021-01-15 19:59:25','2021-01-15 14:59:25'),
(70742,27744,'action complete via WP Cron','2021-01-15 19:59:25','2021-01-15 14:59:25'),
(70743,27745,'action created','2021-01-15 19:59:25','2021-01-15 14:59:25'),
(70744,27745,'action started via WP Cron','2021-01-15 20:02:11','2021-01-15 15:02:11'),
(70745,27745,'action complete via WP Cron','2021-01-15 20:02:11','2021-01-15 15:02:11'),
(70746,27746,'action created','2021-01-15 20:02:11','2021-01-15 15:02:11'),
(70747,27746,'action started via WP Cron','2021-01-15 20:05:46','2021-01-15 15:05:46'),
(70748,27746,'action complete via WP Cron','2021-01-15 20:05:46','2021-01-15 15:05:46'),
(70749,27747,'action created','2021-01-15 20:05:47','2021-01-15 15:05:47'),
(70750,27747,'action started via WP Cron','2021-01-15 20:07:41','2021-01-15 15:07:41'),
(70751,27747,'action complete via WP Cron','2021-01-15 20:07:41','2021-01-15 15:07:41'),
(70752,27748,'action created','2021-01-15 20:07:41','2021-01-15 15:07:41'),
(70753,27748,'action started via WP Cron','2021-01-15 20:11:05','2021-01-15 15:11:05'),
(70754,27748,'action complete via WP Cron','2021-01-15 20:11:05','2021-01-15 15:11:05'),
(70755,27749,'action created','2021-01-15 20:11:05','2021-01-15 15:11:05'),
(70756,27749,'action started via WP Cron','2021-01-15 20:12:14','2021-01-15 15:12:14'),
(70757,27749,'action complete via WP Cron','2021-01-15 20:12:14','2021-01-15 15:12:14'),
(70758,27750,'action created','2021-01-15 20:12:14','2021-01-15 15:12:14'),
(70759,27750,'action started via WP Cron','2021-01-15 20:13:12','2021-01-15 15:13:12'),
(70760,27750,'action complete via WP Cron','2021-01-15 20:13:12','2021-01-15 15:13:12'),
(70761,27751,'action created','2021-01-15 20:13:12','2021-01-15 15:13:12'),
(70762,27751,'action started via WP Cron','2021-01-15 20:14:45','2021-01-15 15:14:45'),
(70763,27751,'action complete via WP Cron','2021-01-15 20:14:45','2021-01-15 15:14:45'),
(70764,27752,'action created','2021-01-15 20:14:45','2021-01-15 15:14:45'),
(70765,27752,'action started via WP Cron','2021-01-15 20:15:17','2021-01-15 15:15:17'),
(70766,27752,'action complete via WP Cron','2021-01-15 20:15:17','2021-01-15 15:15:17'),
(70767,27753,'action created','2021-01-15 20:15:17','2021-01-15 15:15:17'),
(70768,27753,'action started via WP Cron','2021-01-15 20:16:20','2021-01-15 15:16:20'),
(70769,27753,'action complete via WP Cron','2021-01-15 20:16:20','2021-01-15 15:16:20'),
(70770,27754,'action created','2021-01-15 20:16:20','2021-01-15 15:16:20'),
(70771,27754,'action started via WP Cron','2021-01-15 20:17:16','2021-01-15 15:17:16'),
(70772,27754,'action complete via WP Cron','2021-01-15 20:17:16','2021-01-15 15:17:16'),
(70773,27755,'action created','2021-01-15 20:17:16','2021-01-15 15:17:16'),
(70774,27755,'action started via WP Cron','2021-01-15 20:18:55','2021-01-15 15:18:55'),
(70775,27755,'action complete via WP Cron','2021-01-15 20:18:55','2021-01-15 15:18:55'),
(70776,27756,'action created','2021-01-15 20:18:55','2021-01-15 15:18:55'),
(70777,27756,'action started via WP Cron','2021-01-15 20:19:52','2021-01-15 15:19:52'),
(70778,27756,'action complete via WP Cron','2021-01-15 20:19:52','2021-01-15 15:19:52'),
(70779,27757,'action created','2021-01-15 20:19:52','2021-01-15 15:19:52'),
(70780,27757,'action started via WP Cron','2021-01-15 20:20:50','2021-01-15 15:20:50'),
(70781,27757,'action complete via WP Cron','2021-01-15 20:20:50','2021-01-15 15:20:50'),
(70782,27758,'action created','2021-01-15 20:20:50','2021-01-15 15:20:50'),
(70783,27758,'action started via WP Cron','2021-01-15 20:23:44','2021-01-15 15:23:44'),
(70784,27758,'action complete via WP Cron','2021-01-15 20:23:44','2021-01-15 15:23:44'),
(70785,27759,'action created','2021-01-15 20:23:44','2021-01-15 15:23:44'),
(70786,27759,'action started via WP Cron','2021-01-15 20:25:02','2021-01-15 15:25:02'),
(70787,27759,'action complete via WP Cron','2021-01-15 20:25:02','2021-01-15 15:25:02'),
(70788,27760,'action created','2021-01-15 20:26:51','2021-01-15 15:26:51'),
(70789,27760,'action started via WP Cron','2021-01-15 20:27:31','2021-01-15 15:27:31'),
(70790,27760,'action complete via WP Cron','2021-01-15 20:27:31','2021-01-15 15:27:31'),
(70791,27761,'action created','2021-01-15 20:27:31','2021-01-15 15:27:31'),
(70792,27761,'action started via WP Cron','2021-01-15 20:28:49','2021-01-15 15:28:49'),
(70793,27761,'action complete via WP Cron','2021-01-15 20:28:49','2021-01-15 15:28:49'),
(70794,27762,'action created','2021-01-15 20:28:49','2021-01-15 15:28:49'),
(70795,27762,'action started via WP Cron','2021-01-15 20:29:19','2021-01-15 15:29:19'),
(70796,27762,'action complete via WP Cron','2021-01-15 20:29:19','2021-01-15 15:29:19'),
(70797,27763,'action created','2021-01-15 20:29:19','2021-01-15 15:29:19'),
(70798,27763,'action started via WP Cron','2021-01-15 20:30:38','2021-01-15 15:30:38'),
(70799,27763,'action complete via WP Cron','2021-01-15 20:30:38','2021-01-15 15:30:38'),
(70800,27764,'action created','2021-01-15 20:30:38','2021-01-15 15:30:38'),
(70801,27764,'action started via WP Cron','2021-01-15 20:31:33','2021-01-15 15:31:33'),
(70802,27764,'action complete via WP Cron','2021-01-15 20:31:33','2021-01-15 15:31:33'),
(70803,27765,'action created','2021-01-15 20:31:33','2021-01-15 15:31:33'),
(70804,27765,'action started via WP Cron','2021-01-15 20:32:18','2021-01-15 15:32:18'),
(70805,27765,'action complete via WP Cron','2021-01-15 20:32:18','2021-01-15 15:32:18'),
(70806,27766,'action created','2021-01-15 20:32:18','2021-01-15 15:32:18'),
(70807,27766,'action started via WP Cron','2021-01-15 20:33:24','2021-01-15 15:33:24'),
(70808,27766,'action complete via WP Cron','2021-01-15 20:33:24','2021-01-15 15:33:24'),
(70809,27767,'action created','2021-01-15 20:33:24','2021-01-15 15:33:24'),
(70810,27767,'action started via WP Cron','2021-01-15 20:34:22','2021-01-15 15:34:22'),
(70811,27767,'action complete via WP Cron','2021-01-15 20:34:22','2021-01-15 15:34:22'),
(70812,27768,'action created','2021-01-15 20:34:22','2021-01-15 15:34:22'),
(70813,27768,'action started via WP Cron','2021-01-15 20:35:34','2021-01-15 15:35:34'),
(70814,27768,'action complete via WP Cron','2021-01-15 20:35:34','2021-01-15 15:35:34'),
(70815,27769,'action created','2021-01-15 20:35:34','2021-01-15 15:35:34'),
(70816,27769,'action started via WP Cron','2021-01-15 20:36:18','2021-01-15 15:36:18'),
(70817,27769,'action complete via WP Cron','2021-01-15 20:36:18','2021-01-15 15:36:18'),
(70818,27770,'action created','2021-01-15 20:36:18','2021-01-15 15:36:18'),
(70819,27770,'action started via WP Cron','2021-01-15 20:37:18','2021-01-15 15:37:18'),
(70820,27770,'action complete via WP Cron','2021-01-15 20:37:18','2021-01-15 15:37:18'),
(70821,27771,'action created','2021-01-15 20:37:18','2021-01-15 15:37:18'),
(70822,27771,'action started via WP Cron','2021-01-15 20:38:34','2021-01-15 15:38:34'),
(70823,27771,'action complete via WP Cron','2021-01-15 20:38:34','2021-01-15 15:38:34'),
(70824,27772,'action created','2021-01-15 20:38:34','2021-01-15 15:38:34'),
(70825,27772,'action started via WP Cron','2021-01-15 20:39:13','2021-01-15 15:39:13'),
(70826,27772,'action complete via WP Cron','2021-01-15 20:39:13','2021-01-15 15:39:13'),
(70827,27773,'action created','2021-01-15 20:39:13','2021-01-15 15:39:13'),
(70828,27773,'action started via WP Cron','2021-01-15 20:40:41','2021-01-15 15:40:41'),
(70829,27773,'action complete via WP Cron','2021-01-15 20:40:42','2021-01-15 15:40:42'),
(70830,27774,'action created','2021-01-15 20:40:42','2021-01-15 15:40:42'),
(70831,27774,'action started via WP Cron','2021-01-15 20:41:13','2021-01-15 15:41:13'),
(70832,27774,'action complete via WP Cron','2021-01-15 20:41:13','2021-01-15 15:41:13'),
(70833,27775,'action created','2021-01-15 20:41:13','2021-01-15 15:41:13'),
(70834,27775,'action started via WP Cron','2021-01-15 20:42:12','2021-01-15 15:42:12'),
(70835,27775,'action complete via WP Cron','2021-01-15 20:42:12','2021-01-15 15:42:12'),
(70836,27776,'action created','2021-01-15 20:42:12','2021-01-15 15:42:12'),
(70837,27776,'action started via WP Cron','2021-01-15 20:44:20','2021-01-15 15:44:20'),
(70838,27776,'action complete via WP Cron','2021-01-15 20:44:20','2021-01-15 15:44:20'),
(70839,27777,'action created','2021-01-15 20:44:20','2021-01-15 15:44:20'),
(70840,27777,'action started via WP Cron','2021-01-15 20:45:21','2021-01-15 15:45:21'),
(70841,27777,'action complete via WP Cron','2021-01-15 20:45:21','2021-01-15 15:45:21'),
(70842,27778,'action created','2021-01-15 20:45:21','2021-01-15 15:45:21'),
(70843,27778,'action started via WP Cron','2021-01-15 20:46:11','2021-01-15 15:46:11'),
(70844,27778,'action complete via WP Cron','2021-01-15 20:46:11','2021-01-15 15:46:11'),
(70845,27779,'action created','2021-01-15 20:46:11','2021-01-15 15:46:11'),
(70846,27779,'action started via WP Cron','2021-01-15 20:47:19','2021-01-15 15:47:19'),
(70847,27779,'action complete via WP Cron','2021-01-15 20:47:19','2021-01-15 15:47:19'),
(70848,27780,'action created','2021-01-15 20:47:19','2021-01-15 15:47:19'),
(70849,27780,'action started via WP Cron','2021-01-15 20:48:22','2021-01-15 15:48:22'),
(70850,27780,'action complete via WP Cron','2021-01-15 20:48:22','2021-01-15 15:48:22'),
(70851,27781,'action created','2021-01-15 20:48:22','2021-01-15 15:48:22'),
(70852,27781,'action started via WP Cron','2021-01-15 20:49:13','2021-01-15 15:49:13'),
(70853,27781,'action complete via WP Cron','2021-01-15 20:49:13','2021-01-15 15:49:13'),
(70854,27782,'action created','2021-01-15 20:49:13','2021-01-15 15:49:13'),
(70855,27782,'action started via WP Cron','2021-01-15 20:50:20','2021-01-15 15:50:20'),
(70856,27782,'action complete via WP Cron','2021-01-15 20:50:20','2021-01-15 15:50:20'),
(70857,27783,'action created','2021-01-15 20:50:20','2021-01-15 15:50:20'),
(70858,27783,'action started via WP Cron','2021-01-15 20:51:35','2021-01-15 15:51:35'),
(70859,27783,'action complete via WP Cron','2021-01-15 20:51:36','2021-01-15 15:51:36'),
(70860,27784,'action created','2021-01-15 20:51:36','2021-01-15 15:51:36'),
(70861,27784,'action started via WP Cron','2021-01-15 20:52:18','2021-01-15 15:52:18'),
(70862,27784,'action complete via WP Cron','2021-01-15 20:52:18','2021-01-15 15:52:18'),
(70863,27785,'action created','2021-01-15 20:52:18','2021-01-15 15:52:18'),
(70864,27785,'action started via WP Cron','2021-01-15 20:53:24','2021-01-15 15:53:24'),
(70865,27785,'action complete via WP Cron','2021-01-15 20:53:24','2021-01-15 15:53:24'),
(70866,27786,'action created','2021-01-15 20:53:24','2021-01-15 15:53:24'),
(70867,27786,'action started via WP Cron','2021-01-15 20:54:45','2021-01-15 15:54:45'),
(70868,27786,'action complete via WP Cron','2021-01-15 20:54:45','2021-01-15 15:54:45'),
(70869,27787,'action created','2021-01-15 20:54:45','2021-01-15 15:54:45'),
(70870,27787,'action started via WP Cron','2021-01-15 20:55:16','2021-01-15 15:55:16'),
(70871,27787,'action complete via WP Cron','2021-01-15 20:55:16','2021-01-15 15:55:16'),
(70872,27788,'action created','2021-01-15 20:55:16','2021-01-15 15:55:16'),
(70873,27788,'action started via WP Cron','2021-01-15 20:56:32','2021-01-15 15:56:32'),
(70874,27788,'action complete via WP Cron','2021-01-15 20:56:32','2021-01-15 15:56:32'),
(70875,27789,'action created','2021-01-15 20:56:32','2021-01-15 15:56:32'),
(70876,27789,'action started via WP Cron','2021-01-15 20:57:21','2021-01-15 15:57:21'),
(70877,27789,'action complete via WP Cron','2021-01-15 20:57:21','2021-01-15 15:57:21'),
(70878,27790,'action created','2021-01-15 20:57:21','2021-01-15 15:57:21'),
(70879,27790,'action started via WP Cron','2021-01-15 20:58:26','2021-01-15 15:58:26'),
(70880,27790,'action complete via WP Cron','2021-01-15 20:58:26','2021-01-15 15:58:26'),
(70881,27791,'action created','2021-01-15 20:58:26','2021-01-15 15:58:26'),
(70882,27791,'action started via WP Cron','2021-01-15 20:59:30','2021-01-15 15:59:30'),
(70883,27791,'action complete via WP Cron','2021-01-15 20:59:30','2021-01-15 15:59:30'),
(70884,27792,'action created','2021-01-15 20:59:30','2021-01-15 15:59:30'),
(70885,27792,'action started via WP Cron','2021-01-15 21:00:22','2021-01-15 16:00:22'),
(70886,27792,'action complete via WP Cron','2021-01-15 21:00:22','2021-01-15 16:00:22'),
(70887,27793,'action created','2021-01-15 21:00:22','2021-01-15 16:00:22'),
(70888,27793,'action started via WP Cron','2021-01-15 21:01:48','2021-01-15 16:01:48'),
(70889,27793,'action complete via WP Cron','2021-01-15 21:01:48','2021-01-15 16:01:48'),
(70890,27794,'action created','2021-01-15 21:01:48','2021-01-15 16:01:48'),
(70891,27794,'action started via WP Cron','2021-01-15 21:02:12','2021-01-15 16:02:12'),
(70892,27794,'action complete via WP Cron','2021-01-15 21:02:12','2021-01-15 16:02:12'),
(70893,27795,'action created','2021-01-15 21:02:12','2021-01-15 16:02:12'),
(70894,27795,'action started via WP Cron','2021-01-15 21:03:21','2021-01-15 16:03:21'),
(70895,27795,'action complete via WP Cron','2021-01-15 21:03:21','2021-01-15 16:03:21'),
(70896,27796,'action created','2021-01-15 21:03:33','2021-01-15 16:03:33'),
(70897,27796,'action started via WP Cron','2021-01-15 21:04:13','2021-01-15 16:04:13'),
(70898,27796,'action complete via WP Cron','2021-01-15 21:04:13','2021-01-15 16:04:13'),
(70899,27797,'action created','2021-01-15 21:04:13','2021-01-15 16:04:13'),
(70900,27797,'action started via WP Cron','2021-01-15 21:05:21','2021-01-15 16:05:21'),
(70901,27797,'action complete via WP Cron','2021-01-15 21:05:21','2021-01-15 16:05:21'),
(70902,27798,'action created','2021-01-15 21:05:22','2021-01-15 16:05:22'),
(70903,27798,'action started via WP Cron','2021-01-15 21:06:14','2021-01-15 16:06:14'),
(70904,27798,'action complete via WP Cron','2021-01-15 21:06:14','2021-01-15 16:06:14'),
(70905,27799,'action created','2021-01-15 21:06:14','2021-01-15 16:06:14'),
(70906,27799,'action started via WP Cron','2021-01-15 21:08:21','2021-01-15 16:08:21'),
(70907,27799,'action complete via WP Cron','2021-01-15 21:08:21','2021-01-15 16:08:21'),
(70908,27800,'action created','2021-01-15 21:08:21','2021-01-15 16:08:21'),
(70909,27800,'action started via WP Cron','2021-01-15 21:09:19','2021-01-15 16:09:19'),
(70910,27800,'action complete via WP Cron','2021-01-15 21:09:19','2021-01-15 16:09:19'),
(70911,27801,'action created','2021-01-15 21:09:19','2021-01-15 16:09:19'),
(70912,27801,'action started via WP Cron','2021-01-15 21:10:33','2021-01-15 16:10:33'),
(70913,27801,'action complete via WP Cron','2021-01-15 21:10:33','2021-01-15 16:10:33'),
(70914,27802,'action created','2021-01-15 21:10:33','2021-01-15 16:10:33'),
(70915,27802,'action started via WP Cron','2021-01-15 21:11:44','2021-01-15 16:11:44'),
(70916,27802,'action complete via WP Cron','2021-01-15 21:11:44','2021-01-15 16:11:44'),
(70917,27803,'action created','2021-01-15 21:11:44','2021-01-15 16:11:44'),
(70918,27803,'action started via WP Cron','2021-01-15 21:12:25','2021-01-15 16:12:25'),
(70919,27803,'action complete via WP Cron','2021-01-15 21:12:25','2021-01-15 16:12:25'),
(70920,27804,'action created','2021-01-15 21:12:25','2021-01-15 16:12:25'),
(70921,27804,'action started via WP Cron','2021-01-15 21:13:23','2021-01-15 16:13:23'),
(70922,27804,'action complete via WP Cron','2021-01-15 21:13:23','2021-01-15 16:13:23'),
(70923,27805,'action created','2021-01-15 21:13:23','2021-01-15 16:13:23'),
(70924,27805,'action started via WP Cron','2021-01-15 21:14:29','2021-01-15 16:14:29'),
(70925,27805,'action complete via WP Cron','2021-01-15 21:14:29','2021-01-15 16:14:29'),
(70926,27806,'action created','2021-01-15 21:14:29','2021-01-15 16:14:29'),
(70927,27806,'action started via WP Cron','2021-01-15 21:15:51','2021-01-15 16:15:51'),
(70928,27806,'action complete via WP Cron','2021-01-15 21:15:51','2021-01-15 16:15:51'),
(70929,27807,'action created','2021-01-15 21:15:51','2021-01-15 16:15:51'),
(70930,27807,'action started via WP Cron','2021-01-15 21:17:03','2021-01-15 16:17:03'),
(70931,27807,'action complete via WP Cron','2021-01-15 21:17:03','2021-01-15 16:17:03'),
(70932,27808,'action created','2021-01-15 21:17:03','2021-01-15 16:17:03'),
(70933,27808,'action started via WP Cron','2021-01-15 21:17:21','2021-01-15 16:17:21'),
(70934,27808,'action complete via WP Cron','2021-01-15 21:17:21','2021-01-15 16:17:21'),
(70935,27809,'action created','2021-01-15 21:17:21','2021-01-15 16:17:21'),
(70936,27809,'action started via WP Cron','2021-01-15 21:19:15','2021-01-15 16:19:15'),
(70937,27809,'action complete via WP Cron','2021-01-15 21:19:15','2021-01-15 16:19:15'),
(70938,27810,'action created','2021-01-15 21:19:15','2021-01-15 16:19:15'),
(70939,27810,'action started via WP Cron','2021-01-15 21:21:14','2021-01-15 16:21:14'),
(70940,27810,'action complete via WP Cron','2021-01-15 21:21:14','2021-01-15 16:21:14'),
(70941,27811,'action created','2021-01-15 21:21:14','2021-01-15 16:21:14'),
(70942,27811,'action started via WP Cron','2021-01-15 21:22:18','2021-01-15 16:22:18'),
(70943,27811,'action complete via WP Cron','2021-01-15 21:22:18','2021-01-15 16:22:18'),
(70944,27812,'action created','2021-01-15 21:22:18','2021-01-15 16:22:18'),
(70945,27812,'action started via WP Cron','2021-01-15 21:24:16','2021-01-15 16:24:16'),
(70946,27812,'action complete via WP Cron','2021-01-15 21:24:16','2021-01-15 16:24:16'),
(70947,27813,'action created','2021-01-15 21:24:16','2021-01-15 16:24:16'),
(70948,27813,'action started via WP Cron','2021-01-15 21:25:37','2021-01-15 16:25:37'),
(70949,27813,'action complete via WP Cron','2021-01-15 21:25:37','2021-01-15 16:25:37'),
(70950,27814,'action created','2021-01-15 21:25:37','2021-01-15 16:25:37'),
(70951,27814,'action started via WP Cron','2021-01-15 21:27:43','2021-01-15 16:27:43'),
(70952,27814,'action complete via WP Cron','2021-01-15 21:27:44','2021-01-15 16:27:44'),
(70953,27815,'action created','2021-01-15 21:27:44','2021-01-15 16:27:44'),
(70954,27815,'action started via WP Cron','2021-01-15 21:28:17','2021-01-15 16:28:17'),
(70955,27815,'action complete via WP Cron','2021-01-15 21:28:17','2021-01-15 16:28:17'),
(70956,27816,'action created','2021-01-15 21:28:17','2021-01-15 16:28:17'),
(70957,27816,'action started via WP Cron','2021-01-15 21:29:14','2021-01-15 16:29:14'),
(70958,27816,'action complete via WP Cron','2021-01-15 21:29:14','2021-01-15 16:29:14'),
(70959,27817,'action created','2021-01-15 21:29:14','2021-01-15 16:29:14'),
(70960,27817,'action started via WP Cron','2021-01-15 21:31:23','2021-01-15 16:31:23'),
(70961,27817,'action complete via WP Cron','2021-01-15 21:31:23','2021-01-15 16:31:23'),
(70962,27818,'action created','2021-01-15 21:31:23','2021-01-15 16:31:23'),
(70963,27818,'action started via WP Cron','2021-01-15 21:32:47','2021-01-15 16:32:47'),
(70964,27818,'action complete via WP Cron','2021-01-15 21:32:47','2021-01-15 16:32:47'),
(70965,27819,'action created','2021-01-15 21:32:47','2021-01-15 16:32:47'),
(70966,27819,'action started via WP Cron','2021-01-15 21:33:45','2021-01-15 16:33:45'),
(70967,27819,'action complete via WP Cron','2021-01-15 21:33:45','2021-01-15 16:33:45'),
(70968,27820,'action created','2021-01-15 21:33:45','2021-01-15 16:33:45'),
(70969,27820,'action started via WP Cron','2021-01-15 21:34:12','2021-01-15 16:34:12'),
(70970,27820,'action complete via WP Cron','2021-01-15 21:34:12','2021-01-15 16:34:12'),
(70971,27821,'action created','2021-01-15 21:34:12','2021-01-15 16:34:12'),
(70972,27821,'action started via WP Cron','2021-01-15 21:35:19','2021-01-15 16:35:19'),
(70973,27821,'action complete via WP Cron','2021-01-15 21:35:19','2021-01-15 16:35:19'),
(70974,27822,'action created','2021-01-15 21:35:19','2021-01-15 16:35:19'),
(70975,27822,'action started via WP Cron','2021-01-15 21:38:05','2021-01-15 16:38:05'),
(70976,27822,'action complete via WP Cron','2021-01-15 21:38:05','2021-01-15 16:38:05'),
(70977,27823,'action created','2021-01-15 21:38:05','2021-01-15 16:38:05'),
(70978,27823,'action started via WP Cron','2021-01-15 21:38:16','2021-01-15 16:38:16'),
(70979,27823,'action complete via WP Cron','2021-01-15 21:38:16','2021-01-15 16:38:16'),
(70980,27824,'action created','2021-01-15 21:38:17','2021-01-15 16:38:17'),
(70981,27824,'action started via WP Cron','2021-01-15 21:39:21','2021-01-15 16:39:21'),
(70982,27824,'action complete via WP Cron','2021-01-15 21:39:21','2021-01-15 16:39:21'),
(70983,27825,'action created','2021-01-15 21:39:21','2021-01-15 16:39:21'),
(70984,27825,'action started via WP Cron','2021-01-15 21:40:22','2021-01-15 16:40:22'),
(70985,27825,'action complete via WP Cron','2021-01-15 21:40:22','2021-01-15 16:40:22'),
(70986,27826,'action created','2021-01-15 21:40:22','2021-01-15 16:40:22'),
(70987,27826,'action started via WP Cron','2021-01-15 21:41:22','2021-01-15 16:41:22'),
(70988,27826,'action complete via WP Cron','2021-01-15 21:41:22','2021-01-15 16:41:22'),
(70989,27827,'action created','2021-01-15 21:41:22','2021-01-15 16:41:22'),
(70990,27827,'action started via WP Cron','2021-01-15 21:42:55','2021-01-15 16:42:55'),
(70991,27827,'action complete via WP Cron','2021-01-15 21:42:55','2021-01-15 16:42:55'),
(70992,27828,'action created','2021-01-15 21:42:55','2021-01-15 16:42:55'),
(70993,27828,'action started via WP Cron','2021-01-15 21:43:27','2021-01-15 16:43:27'),
(70994,27828,'action complete via WP Cron','2021-01-15 21:43:27','2021-01-15 16:43:27'),
(70995,27829,'action created','2021-01-15 21:43:27','2021-01-15 16:43:27'),
(70996,27829,'action started via WP Cron','2021-01-15 21:44:14','2021-01-15 16:44:14'),
(70997,27829,'action complete via WP Cron','2021-01-15 21:44:14','2021-01-15 16:44:14'),
(70998,27830,'action created','2021-01-15 21:44:14','2021-01-15 16:44:14'),
(70999,27830,'action started via WP Cron','2021-01-15 21:45:42','2021-01-15 16:45:42'),
(71000,27830,'action complete via WP Cron','2021-01-15 21:45:42','2021-01-15 16:45:42'),
(71001,27831,'action created','2021-01-15 21:45:42','2021-01-15 16:45:42'),
(71002,27831,'action started via WP Cron','2021-01-15 21:46:36','2021-01-15 16:46:36'),
(71003,27831,'action complete via WP Cron','2021-01-15 21:46:36','2021-01-15 16:46:36'),
(71004,27832,'action created','2021-01-15 21:46:36','2021-01-15 16:46:36'),
(71005,27832,'action started via WP Cron','2021-01-15 21:47:55','2021-01-15 16:47:55'),
(71006,27832,'action complete via WP Cron','2021-01-15 21:47:55','2021-01-15 16:47:55'),
(71007,27833,'action created','2021-01-15 21:47:55','2021-01-15 16:47:55'),
(71008,27833,'action started via WP Cron','2021-01-15 21:48:22','2021-01-15 16:48:22'),
(71009,27833,'action complete via WP Cron','2021-01-15 21:48:22','2021-01-15 16:48:22'),
(71010,27834,'action created','2021-01-15 21:48:22','2021-01-15 16:48:22'),
(71011,27834,'action started via WP Cron','2021-01-15 21:49:38','2021-01-15 16:49:38'),
(71012,27834,'action complete via WP Cron','2021-01-15 21:49:38','2021-01-15 16:49:38'),
(71013,27835,'action created','2021-01-15 21:49:38','2021-01-15 16:49:38'),
(71014,27835,'action started via WP Cron','2021-01-15 21:51:00','2021-01-15 16:51:00'),
(71015,27835,'action complete via WP Cron','2021-01-15 21:51:00','2021-01-15 16:51:00'),
(71016,27836,'action created','2021-01-15 21:51:00','2021-01-15 16:51:00'),
(71017,27836,'action started via WP Cron','2021-01-15 21:51:30','2021-01-15 16:51:30'),
(71018,27836,'action complete via WP Cron','2021-01-15 21:51:30','2021-01-15 16:51:30'),
(71019,27837,'action created','2021-01-15 21:51:30','2021-01-15 16:51:30'),
(71020,27837,'action started via WP Cron','2021-01-15 21:53:03','2021-01-15 16:53:03'),
(71021,27837,'action complete via WP Cron','2021-01-15 21:53:03','2021-01-15 16:53:03'),
(71022,27838,'action created','2021-01-15 21:53:03','2021-01-15 16:53:03'),
(71023,27838,'action started via WP Cron','2021-01-15 21:53:57','2021-01-15 16:53:57'),
(71024,27838,'action complete via WP Cron','2021-01-15 21:53:57','2021-01-15 16:53:57'),
(71025,27839,'action created','2021-01-15 21:53:57','2021-01-15 16:53:57'),
(71026,27839,'action started via WP Cron','2021-01-15 21:54:12','2021-01-15 16:54:12'),
(71027,27839,'action complete via WP Cron','2021-01-15 21:54:12','2021-01-15 16:54:12'),
(71028,27840,'action created','2021-01-15 21:54:13','2021-01-15 16:54:13'),
(71029,27840,'action started via WP Cron','2021-01-15 21:55:23','2021-01-15 16:55:23'),
(71030,27840,'action complete via WP Cron','2021-01-15 21:55:23','2021-01-15 16:55:23'),
(71031,27841,'action created','2021-01-15 21:55:23','2021-01-15 16:55:23'),
(71032,27841,'action started via WP Cron','2021-01-15 21:56:17','2021-01-15 16:56:17'),
(71033,27841,'action complete via WP Cron','2021-01-15 21:56:17','2021-01-15 16:56:17'),
(71034,27842,'action created','2021-01-15 21:56:17','2021-01-15 16:56:17'),
(71035,27842,'action started via WP Cron','2021-01-15 21:57:13','2021-01-15 16:57:13'),
(71036,27842,'action complete via WP Cron','2021-01-15 21:57:13','2021-01-15 16:57:13'),
(71037,27843,'action created','2021-01-15 21:57:14','2021-01-15 16:57:14'),
(71038,27843,'action started via WP Cron','2021-01-15 21:58:52','2021-01-15 16:58:52'),
(71039,27843,'action complete via WP Cron','2021-01-15 21:58:52','2021-01-15 16:58:52'),
(71040,27844,'action created','2021-01-15 21:58:53','2021-01-15 16:58:53'),
(71041,27844,'action started via WP Cron','2021-01-15 21:59:13','2021-01-15 16:59:13'),
(71042,27844,'action complete via WP Cron','2021-01-15 21:59:13','2021-01-15 16:59:13'),
(71043,27845,'action created','2021-01-15 21:59:13','2021-01-15 16:59:13'),
(71044,27845,'action started via WP Cron','2021-01-15 22:00:16','2021-01-15 17:00:16'),
(71045,27845,'action complete via WP Cron','2021-01-15 22:00:16','2021-01-15 17:00:16'),
(71046,27846,'action created','2021-01-15 22:00:17','2021-01-15 17:00:17'),
(71047,27846,'action started via WP Cron','2021-01-15 22:01:12','2021-01-15 17:01:12'),
(71048,27846,'action complete via WP Cron','2021-01-15 22:01:12','2021-01-15 17:01:12'),
(71049,27847,'action created','2021-01-15 22:01:12','2021-01-15 17:01:12'),
(71050,27847,'action started via WP Cron','2021-01-15 22:02:12','2021-01-15 17:02:12'),
(71051,27847,'action complete via WP Cron','2021-01-15 22:02:12','2021-01-15 17:02:12'),
(71052,27848,'action created','2021-01-15 22:02:12','2021-01-15 17:02:12'),
(71053,27848,'action started via WP Cron','2021-01-15 22:03:17','2021-01-15 17:03:17'),
(71054,27848,'action complete via WP Cron','2021-01-15 22:03:17','2021-01-15 17:03:17'),
(71055,27849,'action created','2021-01-15 22:03:17','2021-01-15 17:03:17'),
(71056,27849,'action started via WP Cron','2021-01-15 22:04:11','2021-01-15 17:04:11'),
(71057,27849,'action complete via WP Cron','2021-01-15 22:04:11','2021-01-15 17:04:11'),
(71058,27850,'action created','2021-01-15 22:04:12','2021-01-15 17:04:12'),
(71059,27850,'action started via WP Cron','2021-01-15 22:06:13','2021-01-15 17:06:13'),
(71060,27850,'action complete via WP Cron','2021-01-15 22:06:13','2021-01-15 17:06:13'),
(71061,27851,'action created','2021-01-15 22:06:13','2021-01-15 17:06:13'),
(71062,27851,'action started via WP Cron','2021-01-15 22:08:54','2021-01-15 17:08:54'),
(71063,27851,'action complete via WP Cron','2021-01-15 22:08:54','2021-01-15 17:08:54'),
(71064,27852,'action created','2021-01-15 22:08:54','2021-01-15 17:08:54'),
(71065,27852,'action started via WP Cron','2021-01-15 22:09:49','2021-01-15 17:09:49'),
(71066,27852,'action complete via WP Cron','2021-01-15 22:09:49','2021-01-15 17:09:49'),
(71067,27853,'action created','2021-01-15 22:10:15','2021-01-15 17:10:15'),
(71068,27853,'action started via WP Cron','2021-01-15 22:11:18','2021-01-15 17:11:18'),
(71069,27853,'action complete via WP Cron','2021-01-15 22:11:18','2021-01-15 17:11:18'),
(71070,27854,'action created','2021-01-15 22:11:18','2021-01-15 17:11:18'),
(71071,27854,'action started via WP Cron','2021-01-15 22:12:54','2021-01-15 17:12:54'),
(71072,27854,'action complete via WP Cron','2021-01-15 22:12:54','2021-01-15 17:12:54'),
(71073,27855,'action created','2021-01-15 22:12:54','2021-01-15 17:12:54'),
(71074,27855,'action started via WP Cron','2021-01-15 22:15:50','2021-01-15 17:15:50'),
(71075,27855,'action complete via WP Cron','2021-01-15 22:15:50','2021-01-15 17:15:50'),
(71076,27856,'action created','2021-01-15 22:15:50','2021-01-15 17:15:50'),
(71077,27856,'action started via WP Cron','2021-01-15 22:17:03','2021-01-15 17:17:03'),
(71078,27856,'action complete via WP Cron','2021-01-15 22:17:03','2021-01-15 17:17:03'),
(71079,27857,'action created','2021-01-15 22:17:03','2021-01-15 17:17:03'),
(71080,27857,'action started via WP Cron','2021-01-15 22:17:17','2021-01-15 17:17:17'),
(71081,27857,'action complete via WP Cron','2021-01-15 22:17:17','2021-01-15 17:17:17'),
(71082,27858,'action created','2021-01-15 22:17:17','2021-01-15 17:17:17'),
(71083,27858,'action started via WP Cron','2021-01-15 22:20:16','2021-01-15 17:20:16'),
(71084,27858,'action complete via WP Cron','2021-01-15 22:20:16','2021-01-15 17:20:16'),
(71085,27859,'action created','2021-01-15 22:20:16','2021-01-15 17:20:16'),
(71086,27859,'action started via WP Cron','2021-01-15 22:21:12','2021-01-15 17:21:12'),
(71087,27859,'action complete via WP Cron','2021-01-15 22:21:12','2021-01-15 17:21:12'),
(71088,27860,'action created','2021-01-15 22:21:12','2021-01-15 17:21:12'),
(71089,27860,'action started via WP Cron','2021-01-15 22:22:47','2021-01-15 17:22:47'),
(71090,27860,'action complete via WP Cron','2021-01-15 22:22:48','2021-01-15 17:22:48'),
(71091,27861,'action created','2021-01-15 22:22:48','2021-01-15 17:22:48'),
(71092,27861,'action started via WP Cron','2021-01-15 22:23:17','2021-01-15 17:23:17'),
(71093,27861,'action complete via WP Cron','2021-01-15 22:23:17','2021-01-15 17:23:17'),
(71094,27862,'action created','2021-01-15 22:23:17','2021-01-15 17:23:17'),
(71095,27862,'action started via WP Cron','2021-01-15 22:24:16','2021-01-15 17:24:16'),
(71096,27862,'action complete via WP Cron','2021-01-15 22:24:16','2021-01-15 17:24:16'),
(71097,27863,'action created','2021-01-15 22:24:16','2021-01-15 17:24:16'),
(71098,27863,'action started via WP Cron','2021-01-15 22:25:20','2021-01-15 17:25:20'),
(71099,27863,'action complete via WP Cron','2021-01-15 22:25:20','2021-01-15 17:25:20'),
(71100,27864,'action created','2021-01-15 22:25:20','2021-01-15 17:25:20'),
(71101,27864,'action started via WP Cron','2021-01-15 22:26:44','2021-01-15 17:26:44'),
(71102,27864,'action complete via WP Cron','2021-01-15 22:26:44','2021-01-15 17:26:44'),
(71103,27865,'action created','2021-01-15 22:26:44','2021-01-15 17:26:44'),
(71104,27865,'action started via WP Cron','2021-01-15 22:29:15','2021-01-15 17:29:15'),
(71105,27865,'action complete via WP Cron','2021-01-15 22:29:15','2021-01-15 17:29:15'),
(71106,27866,'action created','2021-01-15 22:29:15','2021-01-15 17:29:15'),
(71107,27866,'action started via WP Cron','2021-01-15 22:30:53','2021-01-15 17:30:53'),
(71108,27866,'action complete via WP Cron','2021-01-15 22:30:53','2021-01-15 17:30:53'),
(71109,27867,'action created','2021-01-15 22:30:53','2021-01-15 17:30:53'),
(71110,27867,'action started via WP Cron','2021-01-15 22:32:57','2021-01-15 17:32:57'),
(71111,27867,'action complete via WP Cron','2021-01-15 22:32:57','2021-01-15 17:32:57'),
(71112,27868,'action created','2021-01-15 22:32:57','2021-01-15 17:32:57'),
(71113,27868,'action started via WP Cron','2021-01-15 22:33:39','2021-01-15 17:33:39'),
(71114,27868,'action complete via WP Cron','2021-01-15 22:33:39','2021-01-15 17:33:39'),
(71115,27869,'action created','2021-01-15 22:33:39','2021-01-15 17:33:39'),
(71116,27869,'action started via WP Cron','2021-01-15 22:34:11','2021-01-15 17:34:11'),
(71117,27869,'action complete via WP Cron','2021-01-15 22:34:11','2021-01-15 17:34:11'),
(71118,27870,'action created','2021-01-15 22:34:11','2021-01-15 17:34:11'),
(71119,27870,'action started via WP Cron','2021-01-15 22:38:03','2021-01-15 17:38:03'),
(71120,27870,'action complete via WP Cron','2021-01-15 22:38:03','2021-01-15 17:38:03'),
(71121,27871,'action created','2021-01-15 22:38:03','2021-01-15 17:38:03'),
(71122,27871,'action started via WP Cron','2021-01-15 22:41:52','2021-01-15 17:41:52'),
(71123,27871,'action complete via WP Cron','2021-01-15 22:41:52','2021-01-15 17:41:52'),
(71124,27872,'action created','2021-01-15 22:41:52','2021-01-15 17:41:52'),
(71125,27872,'action started via WP Cron','2021-01-15 22:42:36','2021-01-15 17:42:36'),
(71126,27872,'action complete via WP Cron','2021-01-15 22:42:36','2021-01-15 17:42:36'),
(71127,27873,'action created','2021-01-15 22:42:36','2021-01-15 17:42:36'),
(71128,27873,'action started via WP Cron','2021-01-15 22:43:53','2021-01-15 17:43:53'),
(71129,27873,'action complete via WP Cron','2021-01-15 22:43:53','2021-01-15 17:43:53'),
(71130,27874,'action created','2021-01-15 22:43:53','2021-01-15 17:43:53'),
(71131,27874,'action started via WP Cron','2021-01-15 22:44:44','2021-01-15 17:44:44'),
(71132,27874,'action complete via WP Cron','2021-01-15 22:44:44','2021-01-15 17:44:44'),
(71133,27875,'action created','2021-01-15 22:44:44','2021-01-15 17:44:44'),
(71134,27875,'action started via WP Cron','2021-01-15 22:45:17','2021-01-15 17:45:17'),
(71135,27875,'action complete via WP Cron','2021-01-15 22:45:17','2021-01-15 17:45:17'),
(71136,27876,'action created','2021-01-15 22:45:17','2021-01-15 17:45:17'),
(71137,27876,'action started via WP Cron','2021-01-15 22:46:53','2021-01-15 17:46:53'),
(71138,27876,'action complete via WP Cron','2021-01-15 22:46:53','2021-01-15 17:46:53'),
(71139,27877,'action created','2021-01-15 22:46:53','2021-01-15 17:46:53'),
(71140,27877,'action started via WP Cron','2021-01-15 22:47:34','2021-01-15 17:47:34'),
(71141,27877,'action complete via WP Cron','2021-01-15 22:47:34','2021-01-15 17:47:34'),
(71142,27878,'action created','2021-01-15 22:47:34','2021-01-15 17:47:34'),
(71143,27878,'action started via WP Cron','2021-01-15 22:48:40','2021-01-15 17:48:40'),
(71144,27878,'action complete via WP Cron','2021-01-15 22:48:40','2021-01-15 17:48:40'),
(71145,27879,'action created','2021-01-15 22:48:40','2021-01-15 17:48:40'),
(71146,27879,'action started via WP Cron','2021-01-15 22:50:47','2021-01-15 17:50:47'),
(71147,27879,'action complete via WP Cron','2021-01-15 22:50:47','2021-01-15 17:50:47'),
(71148,27880,'action created','2021-01-15 22:50:47','2021-01-15 17:50:47'),
(71149,27880,'action started via WP Cron','2021-01-15 22:51:24','2021-01-15 17:51:24'),
(71150,27880,'action complete via WP Cron','2021-01-15 22:51:24','2021-01-15 17:51:24'),
(71151,27881,'action created','2021-01-15 22:52:02','2021-01-15 17:52:02'),
(71152,27881,'action started via WP Cron','2021-01-15 22:53:59','2021-01-15 17:53:59'),
(71153,27881,'action complete via WP Cron','2021-01-15 22:53:59','2021-01-15 17:53:59'),
(71154,27882,'action created','2021-01-15 22:53:59','2021-01-15 17:53:59'),
(71155,27882,'action started via WP Cron','2021-01-15 22:54:30','2021-01-15 17:54:30'),
(71156,27882,'action complete via WP Cron','2021-01-15 22:54:30','2021-01-15 17:54:30'),
(71157,27883,'action created','2021-01-15 22:54:30','2021-01-15 17:54:30'),
(71158,27883,'action started via WP Cron','2021-01-15 22:55:45','2021-01-15 17:55:45'),
(71159,27883,'action complete via WP Cron','2021-01-15 22:55:45','2021-01-15 17:55:45'),
(71160,27884,'action created','2021-01-15 22:55:45','2021-01-15 17:55:45'),
(71161,27884,'action started via WP Cron','2021-01-15 22:56:24','2021-01-15 17:56:24'),
(71162,27884,'action complete via WP Cron','2021-01-15 22:56:24','2021-01-15 17:56:24'),
(71163,27885,'action created','2021-01-15 22:56:24','2021-01-15 17:56:24'),
(71164,27885,'action started via WP Cron','2021-01-15 22:58:09','2021-01-15 17:58:09'),
(71165,27885,'action complete via WP Cron','2021-01-15 22:58:09','2021-01-15 17:58:09'),
(71166,27886,'action created','2021-01-15 22:58:09','2021-01-15 17:58:09'),
(71167,27886,'action started via WP Cron','2021-01-15 22:58:29','2021-01-15 17:58:29'),
(71168,27886,'action complete via WP Cron','2021-01-15 22:58:29','2021-01-15 17:58:29'),
(71169,27887,'action created','2021-01-15 22:58:29','2021-01-15 17:58:29'),
(71170,27887,'action started via WP Cron','2021-01-15 22:59:13','2021-01-15 17:59:13'),
(71171,27887,'action complete via WP Cron','2021-01-15 22:59:13','2021-01-15 17:59:13'),
(71172,27888,'action created','2021-01-15 22:59:13','2021-01-15 17:59:13'),
(71173,27888,'action started via WP Cron','2021-01-15 23:00:21','2021-01-15 18:00:21'),
(71174,27888,'action complete via WP Cron','2021-01-15 23:00:21','2021-01-15 18:00:21'),
(71175,27889,'action created','2021-01-15 23:00:21','2021-01-15 18:00:21'),
(71176,27889,'action started via WP Cron','2021-01-15 23:01:45','2021-01-15 18:01:45'),
(71177,27889,'action complete via WP Cron','2021-01-15 23:01:45','2021-01-15 18:01:45'),
(71178,27890,'action created','2021-01-15 23:01:45','2021-01-15 18:01:45'),
(71179,27890,'action started via WP Cron','2021-01-15 23:03:40','2021-01-15 18:03:40'),
(71180,27890,'action complete via WP Cron','2021-01-15 23:03:40','2021-01-15 18:03:40'),
(71181,27891,'action created','2021-01-15 23:03:40','2021-01-15 18:03:40'),
(71182,27891,'action started via WP Cron','2021-01-15 23:04:28','2021-01-15 18:04:28'),
(71183,27891,'action complete via WP Cron','2021-01-15 23:04:28','2021-01-15 18:04:28'),
(71184,27892,'action created','2021-01-15 23:04:28','2021-01-15 18:04:28'),
(71185,27892,'action started via WP Cron','2021-01-15 23:05:40','2021-01-15 18:05:40'),
(71186,27892,'action complete via WP Cron','2021-01-15 23:05:40','2021-01-15 18:05:40'),
(71187,27893,'action created','2021-01-15 23:05:40','2021-01-15 18:05:40'),
(71188,27893,'action started via WP Cron','2021-01-15 23:06:12','2021-01-15 18:06:12'),
(71189,27893,'action complete via WP Cron','2021-01-15 23:06:12','2021-01-15 18:06:12'),
(71190,27894,'action created','2021-01-15 23:06:12','2021-01-15 18:06:12'),
(71191,27894,'action started via WP Cron','2021-01-15 23:07:35','2021-01-15 18:07:35'),
(71192,27894,'action complete via WP Cron','2021-01-15 23:07:35','2021-01-15 18:07:35'),
(71193,27895,'action created','2021-01-15 23:07:35','2021-01-15 18:07:35'),
(71194,27895,'action started via WP Cron','2021-01-15 23:08:16','2021-01-15 18:08:16'),
(71195,27895,'action complete via WP Cron','2021-01-15 23:08:16','2021-01-15 18:08:16'),
(71196,27896,'action created','2021-01-15 23:08:16','2021-01-15 18:08:16'),
(71197,27896,'action started via WP Cron','2021-01-15 23:10:07','2021-01-15 18:10:07'),
(71198,27896,'action complete via WP Cron','2021-01-15 23:10:07','2021-01-15 18:10:07'),
(71199,27897,'action created','2021-01-15 23:10:07','2021-01-15 18:10:07'),
(71200,27897,'action started via WP Cron','2021-01-15 23:11:46','2021-01-15 18:11:46'),
(71201,27897,'action complete via WP Cron','2021-01-15 23:11:46','2021-01-15 18:11:46'),
(71202,27898,'action created','2021-01-15 23:11:46','2021-01-15 18:11:46'),
(71203,27898,'action started via WP Cron','2021-01-15 23:13:10','2021-01-15 18:13:10'),
(71204,27898,'action complete via WP Cron','2021-01-15 23:13:10','2021-01-15 18:13:10'),
(71205,27899,'action created','2021-01-15 23:13:10','2021-01-15 18:13:10'),
(71206,27899,'action started via WP Cron','2021-01-15 23:13:37','2021-01-15 18:13:37'),
(71207,27899,'action complete via WP Cron','2021-01-15 23:13:37','2021-01-15 18:13:37'),
(71208,27900,'action created','2021-01-15 23:13:37','2021-01-15 18:13:37'),
(71209,27900,'action started via WP Cron','2021-01-15 23:15:07','2021-01-15 18:15:07'),
(71210,27900,'action complete via WP Cron','2021-01-15 23:15:07','2021-01-15 18:15:07'),
(71211,27901,'action created','2021-01-15 23:15:07','2021-01-15 18:15:07'),
(71212,27901,'action started via WP Cron','2021-01-15 23:17:16','2021-01-15 18:17:16'),
(71213,27901,'action complete via WP Cron','2021-01-15 23:17:16','2021-01-15 18:17:16'),
(71214,27902,'action created','2021-01-15 23:17:16','2021-01-15 18:17:16'),
(71215,27902,'action started via WP Cron','2021-01-15 23:19:11','2021-01-15 18:19:11'),
(71216,27902,'action complete via WP Cron','2021-01-15 23:19:11','2021-01-15 18:19:11'),
(71217,27903,'action created','2021-01-15 23:19:11','2021-01-15 18:19:11'),
(71218,27903,'action started via WP Cron','2021-01-15 23:20:21','2021-01-15 18:20:21'),
(71219,27903,'action complete via WP Cron','2021-01-15 23:20:21','2021-01-15 18:20:21'),
(71220,27904,'action created','2021-01-15 23:21:26','2021-01-15 18:21:26'),
(71221,27904,'action started via WP Cron','2021-01-15 23:22:12','2021-01-15 18:22:12'),
(71222,27904,'action complete via WP Cron','2021-01-15 23:22:12','2021-01-15 18:22:12'),
(71223,27905,'action created','2021-01-15 23:22:12','2021-01-15 18:22:12'),
(71224,27905,'action started via WP Cron','2021-01-15 23:23:31','2021-01-15 18:23:31'),
(71225,27905,'action complete via WP Cron','2021-01-15 23:23:31','2021-01-15 18:23:31'),
(71226,27906,'action created','2021-01-15 23:23:31','2021-01-15 18:23:31'),
(71227,27906,'action started via WP Cron','2021-01-15 23:24:29','2021-01-15 18:24:29'),
(71228,27906,'action complete via WP Cron','2021-01-15 23:24:29','2021-01-15 18:24:29'),
(71229,27907,'action created','2021-01-15 23:24:30','2021-01-15 18:24:30'),
(71230,27907,'action started via WP Cron','2021-01-15 23:25:29','2021-01-15 18:25:29'),
(71231,27907,'action complete via WP Cron','2021-01-15 23:25:29','2021-01-15 18:25:29'),
(71232,27908,'action created','2021-01-15 23:25:29','2021-01-15 18:25:29'),
(71233,27908,'action started via WP Cron','2021-01-15 23:26:13','2021-01-15 18:26:13'),
(71234,27908,'action complete via WP Cron','2021-01-15 23:26:13','2021-01-15 18:26:13'),
(71235,27909,'action created','2021-01-15 23:26:14','2021-01-15 18:26:14'),
(71236,27909,'action started via WP Cron','2021-01-15 23:27:14','2021-01-15 18:27:14'),
(71237,27909,'action complete via WP Cron','2021-01-15 23:27:14','2021-01-15 18:27:14'),
(71238,27910,'action created','2021-01-15 23:27:14','2021-01-15 18:27:14'),
(71239,27910,'action started via WP Cron','2021-01-15 23:28:52','2021-01-15 18:28:52'),
(71240,27910,'action complete via WP Cron','2021-01-15 23:28:52','2021-01-15 18:28:52'),
(71241,27911,'action created','2021-01-15 23:28:52','2021-01-15 18:28:52'),
(71242,27911,'action started via WP Cron','2021-01-15 23:29:18','2021-01-15 18:29:18'),
(71243,27911,'action complete via WP Cron','2021-01-15 23:29:18','2021-01-15 18:29:18'),
(71244,27912,'action created','2021-01-15 23:29:18','2021-01-15 18:29:18'),
(71245,27912,'action started via WP Cron','2021-01-15 23:30:24','2021-01-15 18:30:24'),
(71246,27912,'action complete via WP Cron','2021-01-15 23:30:24','2021-01-15 18:30:24'),
(71247,27913,'action created','2021-01-15 23:30:24','2021-01-15 18:30:24'),
(71248,27913,'action started via WP Cron','2021-01-15 23:32:04','2021-01-15 18:32:04'),
(71249,27913,'action complete via WP Cron','2021-01-15 23:32:04','2021-01-15 18:32:04'),
(71250,27914,'action created','2021-01-15 23:32:04','2021-01-15 18:32:04'),
(71251,27914,'action started via WP Cron','2021-01-15 23:32:20','2021-01-15 18:32:20'),
(71252,27914,'action complete via WP Cron','2021-01-15 23:32:20','2021-01-15 18:32:20'),
(71253,27915,'action created','2021-01-15 23:32:20','2021-01-15 18:32:20'),
(71254,27915,'action started via WP Cron','2021-01-15 23:33:27','2021-01-15 18:33:27'),
(71255,27915,'action complete via WP Cron','2021-01-15 23:33:27','2021-01-15 18:33:27'),
(71256,27916,'action created','2021-01-15 23:33:27','2021-01-15 18:33:27'),
(71257,27916,'action started via WP Cron','2021-01-15 23:34:55','2021-01-15 18:34:55'),
(71258,27916,'action complete via WP Cron','2021-01-15 23:34:55','2021-01-15 18:34:55'),
(71259,27917,'action created','2021-01-15 23:34:55','2021-01-15 18:34:55'),
(71260,27917,'action started via WP Cron','2021-01-15 23:35:32','2021-01-15 18:35:32'),
(71261,27917,'action complete via WP Cron','2021-01-15 23:35:32','2021-01-15 18:35:32'),
(71262,27918,'action created','2021-01-15 23:35:33','2021-01-15 18:35:33'),
(71263,27918,'action started via WP Cron','2021-01-15 23:36:16','2021-01-15 18:36:16'),
(71264,27918,'action complete via WP Cron','2021-01-15 23:36:16','2021-01-15 18:36:16'),
(71265,27919,'action created','2021-01-15 23:36:16','2021-01-15 18:36:16'),
(71266,27919,'action started via WP Cron','2021-01-15 23:38:06','2021-01-15 18:38:06'),
(71267,27919,'action complete via WP Cron','2021-01-15 23:38:06','2021-01-15 18:38:06'),
(71268,27920,'action created','2021-01-15 23:38:06','2021-01-15 18:38:06'),
(71269,27920,'action started via WP Cron','2021-01-15 23:38:38','2021-01-15 18:38:38'),
(71270,27920,'action complete via WP Cron','2021-01-15 23:38:38','2021-01-15 18:38:38'),
(71271,27921,'action created','2021-01-15 23:38:38','2021-01-15 18:38:38'),
(71272,27921,'action started via WP Cron','2021-01-15 23:39:20','2021-01-15 18:39:20'),
(71273,27921,'action complete via WP Cron','2021-01-15 23:39:20','2021-01-15 18:39:20'),
(71274,27922,'action created','2021-01-15 23:39:20','2021-01-15 18:39:20'),
(71275,27922,'action started via WP Cron','2021-01-15 23:43:09','2021-01-15 18:43:09'),
(71276,27922,'action complete via WP Cron','2021-01-15 23:43:09','2021-01-15 18:43:09'),
(71277,27923,'action created','2021-01-15 23:43:09','2021-01-15 18:43:09'),
(71278,27923,'action started via WP Cron','2021-01-15 23:43:43','2021-01-15 18:43:43'),
(71279,27923,'action complete via WP Cron','2021-01-15 23:43:43','2021-01-15 18:43:43'),
(71280,27924,'action created','2021-01-15 23:43:43','2021-01-15 18:43:43'),
(71281,27924,'action started via WP Cron','2021-01-15 23:44:12','2021-01-15 18:44:12'),
(71282,27924,'action complete via WP Cron','2021-01-15 23:44:12','2021-01-15 18:44:12'),
(71283,27925,'action created','2021-01-15 23:44:12','2021-01-15 18:44:12'),
(71284,27925,'action started via WP Cron','2021-01-15 23:46:46','2021-01-15 18:46:46'),
(71285,27925,'action complete via WP Cron','2021-01-15 23:46:47','2021-01-15 18:46:47'),
(71286,27926,'action created','2021-01-15 23:46:47','2021-01-15 18:46:47'),
(71287,27926,'action started via WP Cron','2021-01-15 23:48:05','2021-01-15 18:48:05'),
(71288,27926,'action complete via WP Cron','2021-01-15 23:48:05','2021-01-15 18:48:05'),
(71289,27927,'action created','2021-01-15 23:48:06','2021-01-15 18:48:06'),
(71290,27927,'action started via WP Cron','2021-01-15 23:49:53','2021-01-15 18:49:53'),
(71291,27927,'action complete via WP Cron','2021-01-15 23:49:53','2021-01-15 18:49:53'),
(71292,27928,'action created','2021-01-15 23:49:53','2021-01-15 18:49:53'),
(71293,27928,'action started via WP Cron','2021-01-15 23:50:22','2021-01-15 18:50:22'),
(71294,27928,'action complete via WP Cron','2021-01-15 23:50:22','2021-01-15 18:50:22'),
(71295,27929,'action created','2021-01-15 23:50:22','2021-01-15 18:50:22'),
(71296,27929,'action started via WP Cron','2021-01-15 23:51:59','2021-01-15 18:51:59'),
(71297,27929,'action complete via WP Cron','2021-01-15 23:51:59','2021-01-15 18:51:59'),
(71298,27930,'action created','2021-01-15 23:51:59','2021-01-15 18:51:59'),
(71299,27930,'action started via WP Cron','2021-01-15 23:52:28','2021-01-15 18:52:28'),
(71300,27930,'action complete via WP Cron','2021-01-15 23:52:28','2021-01-15 18:52:28'),
(71301,27931,'action created','2021-01-15 23:52:28','2021-01-15 18:52:28'),
(71302,27931,'action started via WP Cron','2021-01-15 23:53:56','2021-01-15 18:53:56'),
(71303,27931,'action complete via WP Cron','2021-01-15 23:53:56','2021-01-15 18:53:56'),
(71304,27932,'action created','2021-01-15 23:53:56','2021-01-15 18:53:56'),
(71305,27932,'action started via WP Cron','2021-01-15 23:54:12','2021-01-15 18:54:12'),
(71306,27932,'action complete via WP Cron','2021-01-15 23:54:12','2021-01-15 18:54:12'),
(71307,27933,'action created','2021-01-15 23:54:12','2021-01-15 18:54:12'),
(71308,27933,'action started via WP Cron','2021-01-15 23:57:05','2021-01-15 18:57:05'),
(71309,27933,'action complete via WP Cron','2021-01-15 23:57:05','2021-01-15 18:57:05'),
(71310,27934,'action created','2021-01-15 23:57:05','2021-01-15 18:57:05'),
(71311,27934,'action started via WP Cron','2021-01-15 23:58:57','2021-01-15 18:58:57'),
(71312,27934,'action complete via WP Cron','2021-01-15 23:58:57','2021-01-15 18:58:57'),
(71313,27935,'action created','2021-01-15 23:58:57','2021-01-15 18:58:57'),
(71314,27935,'action started via WP Cron','2021-01-16 00:00:34','2021-01-15 19:00:34'),
(71315,27935,'action complete via WP Cron','2021-01-16 00:00:34','2021-01-15 19:00:34'),
(71316,27936,'action created','2021-01-16 00:00:34','2021-01-15 19:00:34'),
(71317,27936,'action started via WP Cron','2021-01-16 00:01:24','2021-01-15 19:01:24'),
(71318,27936,'action complete via WP Cron','2021-01-16 00:01:24','2021-01-15 19:01:24'),
(71319,27937,'action created','2021-01-16 00:01:24','2021-01-15 19:01:24'),
(71320,27937,'action started via WP Cron','2021-01-16 00:02:41','2021-01-15 19:02:41'),
(71321,27937,'action complete via WP Cron','2021-01-16 00:02:41','2021-01-15 19:02:41'),
(71322,27938,'action created','2021-01-16 00:02:41','2021-01-15 19:02:41'),
(71323,27938,'action started via WP Cron','2021-01-16 00:03:19','2021-01-15 19:03:19'),
(71324,27938,'action complete via WP Cron','2021-01-16 00:03:19','2021-01-15 19:03:19'),
(71325,27939,'action created','2021-01-16 00:03:19','2021-01-15 19:03:19'),
(71326,27939,'action started via WP Cron','2021-01-16 00:05:22','2021-01-15 19:05:22'),
(71327,27939,'action complete via WP Cron','2021-01-16 00:05:22','2021-01-15 19:05:22'),
(71328,27940,'action created','2021-01-16 00:05:22','2021-01-15 19:05:22'),
(71329,27940,'action started via WP Cron','2021-01-16 00:06:12','2021-01-15 19:06:12'),
(71330,27940,'action complete via WP Cron','2021-01-16 00:06:12','2021-01-15 19:06:12'),
(71331,27941,'action created','2021-01-16 00:06:12','2021-01-15 19:06:12'),
(71332,27941,'action started via WP Cron','2021-01-16 00:07:34','2021-01-15 19:07:34'),
(71333,27941,'action complete via WP Cron','2021-01-16 00:07:34','2021-01-15 19:07:34'),
(71334,27942,'action created','2021-01-16 00:07:34','2021-01-15 19:07:34'),
(71335,27942,'action started via WP Cron','2021-01-16 00:09:10','2021-01-15 19:09:10'),
(71336,27942,'action complete via WP Cron','2021-01-16 00:09:10','2021-01-15 19:09:10'),
(71337,27943,'action created','2021-01-16 00:09:10','2021-01-15 19:09:10'),
(71338,27943,'action started via WP Cron','2021-01-16 00:10:27','2021-01-15 19:10:27'),
(71339,27943,'action complete via WP Cron','2021-01-16 00:10:27','2021-01-15 19:10:27'),
(71340,27944,'action created','2021-01-16 00:10:27','2021-01-15 19:10:27'),
(71341,27944,'action started via WP Cron','2021-01-16 00:12:12','2021-01-15 19:12:12'),
(71342,27944,'action complete via WP Cron','2021-01-16 00:12:12','2021-01-15 19:12:12'),
(71343,27945,'action created','2021-01-16 00:12:12','2021-01-15 19:12:12'),
(71344,27945,'action started via WP Cron','2021-01-16 00:13:19','2021-01-15 19:13:19'),
(71345,27945,'action complete via WP Cron','2021-01-16 00:13:19','2021-01-15 19:13:19'),
(71346,27946,'action created','2021-01-16 00:13:19','2021-01-15 19:13:19'),
(71347,27946,'action started via WP Cron','2021-01-16 00:14:12','2021-01-15 19:14:12'),
(71348,27946,'action complete via WP Cron','2021-01-16 00:14:12','2021-01-15 19:14:12'),
(71349,27947,'action created','2021-01-16 00:14:48','2021-01-15 19:14:48'),
(71350,27947,'action started via WP Cron','2021-01-16 00:15:36','2021-01-15 19:15:36'),
(71351,27947,'action complete via WP Cron','2021-01-16 00:15:36','2021-01-15 19:15:36'),
(71352,27948,'action created','2021-01-16 00:15:36','2021-01-15 19:15:36'),
(71353,27948,'action started via WP Cron','2021-01-16 00:16:27','2021-01-15 19:16:27'),
(71354,27948,'action complete via WP Cron','2021-01-16 00:16:27','2021-01-15 19:16:27'),
(71355,27949,'action created','2021-01-16 00:16:27','2021-01-15 19:16:27'),
(71356,27949,'action started via WP Cron','2021-01-16 00:17:17','2021-01-15 19:17:17'),
(71357,27949,'action complete via WP Cron','2021-01-16 00:17:17','2021-01-15 19:17:17'),
(71358,27950,'action created','2021-01-16 00:17:17','2021-01-15 19:17:17'),
(71359,27950,'action started via WP Cron','2021-01-16 00:19:51','2021-01-15 19:19:51'),
(71360,27950,'action complete via WP Cron','2021-01-16 00:19:51','2021-01-15 19:19:51'),
(71361,27951,'action created','2021-01-16 00:19:51','2021-01-15 19:19:51'),
(71362,27951,'action started via WP Cron','2021-01-16 00:20:29','2021-01-15 19:20:29'),
(71363,27951,'action complete via WP Cron','2021-01-16 00:20:29','2021-01-15 19:20:29'),
(71364,27952,'action created','2021-01-16 00:20:29','2021-01-15 19:20:29'),
(71365,27952,'action started via WP Cron','2021-01-16 00:22:35','2021-01-15 19:22:35'),
(71366,27952,'action complete via WP Cron','2021-01-16 00:22:35','2021-01-15 19:22:35'),
(71367,27953,'action created','2021-01-16 00:22:35','2021-01-15 19:22:35'),
(71368,27953,'action started via WP Cron','2021-01-16 00:23:52','2021-01-15 19:23:52'),
(71369,27953,'action complete via WP Cron','2021-01-16 00:23:52','2021-01-15 19:23:52'),
(71370,27954,'action created','2021-01-16 00:23:52','2021-01-15 19:23:52'),
(71371,27954,'action started via WP Cron','2021-01-16 00:24:12','2021-01-15 19:24:12'),
(71372,27954,'action complete via WP Cron','2021-01-16 00:24:12','2021-01-15 19:24:12'),
(71373,27955,'action created','2021-01-16 00:24:12','2021-01-15 19:24:12'),
(71374,27955,'action started via WP Cron','2021-01-16 00:27:37','2021-01-15 19:27:37'),
(71375,27955,'action complete via WP Cron','2021-01-16 00:27:37','2021-01-15 19:27:37'),
(71376,27956,'action created','2021-01-16 00:27:37','2021-01-15 19:27:37'),
(71377,27956,'action started via WP Cron','2021-01-16 00:28:22','2021-01-15 19:28:22'),
(71378,27956,'action complete via WP Cron','2021-01-16 00:28:22','2021-01-15 19:28:22'),
(71379,27957,'action created','2021-01-16 00:28:22','2021-01-15 19:28:22'),
(71380,27957,'action started via WP Cron','2021-01-16 00:30:17','2021-01-15 19:30:17'),
(71381,27957,'action complete via WP Cron','2021-01-16 00:30:17','2021-01-15 19:30:17'),
(71382,27958,'action created','2021-01-16 00:30:17','2021-01-15 19:30:17'),
(71383,27958,'action started via WP Cron','2021-01-16 00:31:28','2021-01-15 19:31:28'),
(71384,27958,'action complete via WP Cron','2021-01-16 00:31:28','2021-01-15 19:31:28'),
(71385,27959,'action created','2021-01-16 00:31:29','2021-01-15 19:31:29'),
(71386,27959,'action started via WP Cron','2021-01-16 00:32:47','2021-01-15 19:32:47'),
(71387,27959,'action complete via WP Cron','2021-01-16 00:32:47','2021-01-15 19:32:47'),
(71388,27960,'action created','2021-01-16 00:32:47','2021-01-15 19:32:47'),
(71389,27960,'action started via WP Cron','2021-01-16 00:33:40','2021-01-15 19:33:40'),
(71390,27960,'action complete via WP Cron','2021-01-16 00:33:40','2021-01-15 19:33:40'),
(71391,27961,'action created','2021-01-16 00:33:40','2021-01-15 19:33:40'),
(71392,27961,'action started via WP Cron','2021-01-16 00:34:34','2021-01-15 19:34:34'),
(71393,27961,'action complete via WP Cron','2021-01-16 00:34:34','2021-01-15 19:34:34'),
(71394,27962,'action created','2021-01-16 00:34:34','2021-01-15 19:34:34'),
(71395,27962,'action started via WP Cron','2021-01-16 00:35:15','2021-01-15 19:35:15'),
(71396,27962,'action complete via WP Cron','2021-01-16 00:35:15','2021-01-15 19:35:15'),
(71397,27963,'action created','2021-01-16 00:35:15','2021-01-15 19:35:15'),
(71398,27963,'action started via WP Cron','2021-01-16 00:38:38','2021-01-15 19:38:38'),
(71399,27963,'action complete via WP Cron','2021-01-16 00:38:38','2021-01-15 19:38:38'),
(71400,27964,'action created','2021-01-16 00:38:38','2021-01-15 19:38:38'),
(71401,27964,'action started via WP Cron','2021-01-16 00:39:38','2021-01-15 19:39:38'),
(71402,27964,'action complete via WP Cron','2021-01-16 00:39:38','2021-01-15 19:39:38'),
(71403,27965,'action created','2021-01-16 00:39:38','2021-01-15 19:39:38'),
(71404,27965,'action started via WP Cron','2021-01-16 00:41:30','2021-01-15 19:41:30'),
(71405,27965,'action complete via WP Cron','2021-01-16 00:41:30','2021-01-15 19:41:30'),
(71406,27966,'action created','2021-01-16 00:41:30','2021-01-15 19:41:30'),
(71407,27966,'action started via Async Request','2021-01-16 00:42:07','2021-01-15 19:42:07'),
(71408,27966,'action complete via Async Request','2021-01-16 00:42:07','2021-01-15 19:42:07'),
(71409,27967,'action created','2021-01-16 00:42:10','2021-01-15 19:42:10'),
(71410,27967,'action started via WP Cron','2021-01-16 00:46:01','2021-01-15 19:46:01'),
(71411,27967,'action complete via WP Cron','2021-01-16 00:46:01','2021-01-15 19:46:01'),
(71412,27968,'action created','2021-01-16 00:46:01','2021-01-15 19:46:01'),
(71413,27968,'action started via WP Cron','2021-01-16 00:46:33','2021-01-15 19:46:33'),
(71414,27968,'action complete via WP Cron','2021-01-16 00:46:33','2021-01-15 19:46:33'),
(71415,27969,'action created','2021-01-16 00:46:33','2021-01-15 19:46:33'),
(71416,27969,'action started via WP Cron','2021-01-16 00:47:51','2021-01-15 19:47:51'),
(71417,27969,'action complete via WP Cron','2021-01-16 00:47:51','2021-01-15 19:47:51'),
(71418,27970,'action created','2021-01-16 00:47:51','2021-01-15 19:47:51'),
(71419,27970,'action started via WP Cron','2021-01-16 00:51:06','2021-01-15 19:51:06'),
(71420,27970,'action complete via WP Cron','2021-01-16 00:51:06','2021-01-15 19:51:06'),
(71421,27971,'action created','2021-01-16 00:51:06','2021-01-15 19:51:06'),
(71422,27971,'action started via WP Cron','2021-01-16 00:51:20','2021-01-15 19:51:20'),
(71423,27971,'action complete via WP Cron','2021-01-16 00:51:20','2021-01-15 19:51:20'),
(71424,27972,'action created','2021-01-16 00:51:20','2021-01-15 19:51:20'),
(71425,27972,'action started via WP Cron','2021-01-16 00:54:23','2021-01-15 19:54:23'),
(71426,27972,'action complete via WP Cron','2021-01-16 00:54:23','2021-01-15 19:54:23'),
(71427,27973,'action created','2021-01-16 00:54:23','2021-01-15 19:54:23'),
(71428,27973,'action started via WP Cron','2021-01-16 00:56:04','2021-01-15 19:56:04'),
(71429,27973,'action complete via WP Cron','2021-01-16 00:56:04','2021-01-15 19:56:04'),
(71430,27974,'action created','2021-01-16 00:56:04','2021-01-15 19:56:04'),
(71431,27974,'action started via WP Cron','2021-01-16 00:59:35','2021-01-15 19:59:35'),
(71432,27974,'action complete via WP Cron','2021-01-16 00:59:35','2021-01-15 19:59:35'),
(71433,27975,'action created','2021-01-16 00:59:35','2021-01-15 19:59:35'),
(71434,27975,'action started via WP Cron','2021-01-16 01:00:21','2021-01-15 20:00:21'),
(71435,27975,'action complete via WP Cron','2021-01-16 01:00:21','2021-01-15 20:00:21'),
(71436,27976,'action created','2021-01-16 01:00:21','2021-01-15 20:00:21'),
(71437,27976,'action started via WP Cron','2021-01-16 01:01:29','2021-01-15 20:01:29'),
(71438,27976,'action complete via WP Cron','2021-01-16 01:01:29','2021-01-15 20:01:29'),
(71439,27977,'action created','2021-01-16 01:01:29','2021-01-15 20:01:29'),
(71440,27977,'action started via WP Cron','2021-01-16 01:02:49','2021-01-15 20:02:49'),
(71441,27977,'action complete via WP Cron','2021-01-16 01:02:49','2021-01-15 20:02:49'),
(71442,27978,'action created','2021-01-16 01:02:49','2021-01-15 20:02:49'),
(71443,27978,'action started via WP Cron','2021-01-16 01:03:46','2021-01-15 20:03:46'),
(71444,27978,'action complete via WP Cron','2021-01-16 01:03:46','2021-01-15 20:03:46'),
(71445,27979,'action created','2021-01-16 01:03:46','2021-01-15 20:03:46'),
(71446,27979,'action started via WP Cron','2021-01-16 01:06:20','2021-01-15 20:06:20'),
(71447,27979,'action complete via WP Cron','2021-01-16 01:06:20','2021-01-15 20:06:20'),
(71448,27980,'action created','2021-01-16 01:06:20','2021-01-15 20:06:20'),
(71449,27980,'action started via WP Cron','2021-01-16 01:07:18','2021-01-15 20:07:18'),
(71450,27980,'action complete via WP Cron','2021-01-16 01:07:18','2021-01-15 20:07:18'),
(71451,27981,'action created','2021-01-16 01:07:18','2021-01-15 20:07:18'),
(71452,27981,'action started via WP Cron','2021-01-16 01:08:27','2021-01-15 20:08:27'),
(71453,27981,'action complete via WP Cron','2021-01-16 01:08:27','2021-01-15 20:08:27'),
(71454,27982,'action created','2021-01-16 01:08:27','2021-01-15 20:08:27'),
(71455,27982,'action started via WP Cron','2021-01-16 01:10:11','2021-01-15 20:10:11'),
(71456,27982,'action complete via WP Cron','2021-01-16 01:10:11','2021-01-15 20:10:11'),
(71457,27983,'action created','2021-01-16 01:10:11','2021-01-15 20:10:11'),
(71458,27983,'action started via WP Cron','2021-01-16 01:13:11','2021-01-15 20:13:11'),
(71459,27983,'action complete via WP Cron','2021-01-16 01:13:11','2021-01-15 20:13:11'),
(71460,27984,'action created','2021-01-16 01:13:11','2021-01-15 20:13:11'),
(71461,27984,'action started via WP Cron','2021-01-16 01:14:12','2021-01-15 20:14:12'),
(71462,27984,'action complete via WP Cron','2021-01-16 01:14:12','2021-01-15 20:14:12'),
(71463,27985,'action created','2021-01-16 01:14:12','2021-01-15 20:14:12'),
(71464,27985,'action started via WP Cron','2021-01-16 01:15:23','2021-01-15 20:15:23'),
(71465,27985,'action complete via WP Cron','2021-01-16 01:15:23','2021-01-15 20:15:23'),
(71466,27986,'action created','2021-01-16 01:15:23','2021-01-15 20:15:23'),
(71467,27986,'action started via WP Cron','2021-01-16 01:16:42','2021-01-15 20:16:42'),
(71468,27986,'action complete via WP Cron','2021-01-16 01:16:42','2021-01-15 20:16:42'),
(71469,27987,'action created','2021-01-16 01:16:42','2021-01-15 20:16:42'),
(71470,27987,'action started via WP Cron','2021-01-16 01:18:04','2021-01-15 20:18:04'),
(71471,27987,'action complete via WP Cron','2021-01-16 01:18:04','2021-01-15 20:18:04'),
(71472,27988,'action created','2021-01-16 01:18:04','2021-01-15 20:18:04'),
(71473,27988,'action started via WP Cron','2021-01-16 01:19:08','2021-01-15 20:19:08'),
(71474,27988,'action complete via WP Cron','2021-01-16 01:19:08','2021-01-15 20:19:08'),
(71475,27989,'action created','2021-01-16 01:19:08','2021-01-15 20:19:08'),
(71476,27989,'action started via WP Cron','2021-01-16 01:20:01','2021-01-15 20:20:01'),
(71477,27989,'action complete via WP Cron','2021-01-16 01:20:01','2021-01-15 20:20:01'),
(71478,27990,'action created','2021-01-16 01:20:01','2021-01-15 20:20:01'),
(71479,27990,'action started via WP Cron','2021-01-16 01:20:48','2021-01-15 20:20:48'),
(71480,27990,'action complete via WP Cron','2021-01-16 01:20:48','2021-01-15 20:20:48'),
(71481,27991,'action created','2021-01-16 01:20:48','2021-01-15 20:20:48'),
(71482,27991,'action started via WP Cron','2021-01-16 01:21:14','2021-01-15 20:21:14'),
(71483,27991,'action complete via WP Cron','2021-01-16 01:21:14','2021-01-15 20:21:14'),
(71484,27992,'action created','2021-01-16 01:21:14','2021-01-15 20:21:14'),
(71485,27992,'action started via WP Cron','2021-01-16 01:23:32','2021-01-15 20:23:32'),
(71486,27992,'action complete via WP Cron','2021-01-16 01:23:32','2021-01-15 20:23:32'),
(71487,27993,'action created','2021-01-16 01:23:32','2021-01-15 20:23:32'),
(71488,27993,'action started via WP Cron','2021-01-16 01:24:47','2021-01-15 20:24:47'),
(71489,27993,'action complete via WP Cron','2021-01-16 01:24:47','2021-01-15 20:24:47'),
(71490,26857,'action started via WP Cron','2021-01-16 01:24:47','2021-01-15 20:24:47'),
(71491,26857,'action complete via WP Cron','2021-01-16 01:24:47','2021-01-15 20:24:47'),
(71492,27994,'action created','2021-01-16 01:24:47','2021-01-15 20:24:47'),
(71493,27995,'action created','2021-01-16 01:24:47','2021-01-15 20:24:47'),
(71494,27995,'action started via WP Cron','2021-01-16 01:25:25','2021-01-15 20:25:25'),
(71495,27995,'action complete via WP Cron','2021-01-16 01:25:25','2021-01-15 20:25:25'),
(71496,27996,'action created','2021-01-16 01:25:25','2021-01-15 20:25:25'),
(71497,27996,'action started via WP Cron','2021-01-16 01:26:16','2021-01-15 20:26:16'),
(71498,27996,'action complete via WP Cron','2021-01-16 01:26:16','2021-01-15 20:26:16'),
(71499,27997,'action created','2021-01-16 01:26:16','2021-01-15 20:26:16'),
(71500,27997,'action started via WP Cron','2021-01-16 01:27:15','2021-01-15 20:27:15'),
(71501,27997,'action complete via WP Cron','2021-01-16 01:27:15','2021-01-15 20:27:15'),
(71502,27998,'action created','2021-01-16 01:27:15','2021-01-15 20:27:15'),
(71503,27998,'action started via WP Cron','2021-01-16 01:28:11','2021-01-15 20:28:11'),
(71504,27998,'action complete via WP Cron','2021-01-16 01:28:11','2021-01-15 20:28:11'),
(71505,27999,'action created','2021-01-16 01:28:11','2021-01-15 20:28:11'),
(71506,27999,'action started via WP Cron','2021-01-16 01:29:12','2021-01-15 20:29:12'),
(71507,27999,'action complete via WP Cron','2021-01-16 01:29:12','2021-01-15 20:29:12'),
(71508,28000,'action created','2021-01-16 01:29:12','2021-01-15 20:29:12'),
(71509,28000,'action started via WP Cron','2021-01-16 01:30:16','2021-01-15 20:30:16'),
(71510,28000,'action complete via WP Cron','2021-01-16 01:30:16','2021-01-15 20:30:16'),
(71511,28001,'action created','2021-01-16 01:30:16','2021-01-15 20:30:16'),
(71512,28001,'action started via WP Cron','2021-01-16 01:31:14','2021-01-15 20:31:14'),
(71513,28001,'action complete via WP Cron','2021-01-16 01:31:14','2021-01-15 20:31:14'),
(71514,28002,'action created','2021-01-16 01:31:14','2021-01-15 20:31:14'),
(71515,28002,'action started via WP Cron','2021-01-16 01:32:12','2021-01-15 20:32:12'),
(71516,28002,'action complete via WP Cron','2021-01-16 01:32:12','2021-01-15 20:32:12'),
(71517,28003,'action created','2021-01-16 01:32:12','2021-01-15 20:32:12'),
(71518,28003,'action started via WP Cron','2021-01-16 01:33:21','2021-01-15 20:33:21'),
(71519,28003,'action complete via WP Cron','2021-01-16 01:33:21','2021-01-15 20:33:21'),
(71520,28004,'action created','2021-01-16 01:33:21','2021-01-15 20:33:21'),
(71521,28004,'action started via WP Cron','2021-01-16 01:35:02','2021-01-15 20:35:02'),
(71522,28004,'action complete via WP Cron','2021-01-16 01:35:02','2021-01-15 20:35:02'),
(71523,28005,'action created','2021-01-16 01:35:09','2021-01-15 20:35:09'),
(71524,28005,'action started via WP Cron','2021-01-16 01:36:14','2021-01-15 20:36:14'),
(71525,28005,'action complete via WP Cron','2021-01-16 01:36:14','2021-01-15 20:36:14'),
(71526,28006,'action created','2021-01-16 01:36:14','2021-01-15 20:36:14'),
(71527,28006,'action started via WP Cron','2021-01-16 01:37:17','2021-01-15 20:37:17'),
(71528,28006,'action complete via WP Cron','2021-01-16 01:37:17','2021-01-15 20:37:17'),
(71529,28007,'action created','2021-01-16 01:37:17','2021-01-15 20:37:17'),
(71530,28007,'action started via WP Cron','2021-01-16 01:38:13','2021-01-15 20:38:13'),
(71531,28007,'action complete via WP Cron','2021-01-16 01:38:13','2021-01-15 20:38:13'),
(71532,28008,'action created','2021-01-16 01:38:13','2021-01-15 20:38:13'),
(71533,28008,'action started via WP Cron','2021-01-16 01:39:16','2021-01-15 20:39:16'),
(71534,28008,'action complete via WP Cron','2021-01-16 01:39:16','2021-01-15 20:39:16'),
(71535,28009,'action created','2021-01-16 01:39:16','2021-01-15 20:39:16'),
(71536,28009,'action started via WP Cron','2021-01-16 01:40:12','2021-01-15 20:40:12'),
(71537,28009,'action complete via WP Cron','2021-01-16 01:40:12','2021-01-15 20:40:12'),
(71538,28010,'action created','2021-01-16 01:40:12','2021-01-15 20:40:12'),
(71539,28010,'action started via WP Cron','2021-01-16 01:41:18','2021-01-15 20:41:18'),
(71540,28010,'action complete via WP Cron','2021-01-16 01:41:18','2021-01-15 20:41:18'),
(71541,28011,'action created','2021-01-16 01:41:18','2021-01-15 20:41:18'),
(71542,28011,'action started via WP Cron','2021-01-16 01:42:12','2021-01-15 20:42:12'),
(71543,28011,'action complete via WP Cron','2021-01-16 01:42:12','2021-01-15 20:42:12'),
(71544,28012,'action created','2021-01-16 01:42:12','2021-01-15 20:42:12'),
(71545,28012,'action started via WP Cron','2021-01-16 01:43:14','2021-01-15 20:43:14'),
(71546,28012,'action complete via WP Cron','2021-01-16 01:43:14','2021-01-15 20:43:14'),
(71547,28013,'action created','2021-01-16 01:43:14','2021-01-15 20:43:14'),
(71548,28013,'action started via WP Cron','2021-01-16 01:44:19','2021-01-15 20:44:19'),
(71549,28013,'action complete via WP Cron','2021-01-16 01:44:19','2021-01-15 20:44:19'),
(71550,28014,'action created','2021-01-16 01:44:19','2021-01-15 20:44:19'),
(71551,28014,'action started via WP Cron','2021-01-16 01:45:11','2021-01-15 20:45:11'),
(71552,28014,'action complete via WP Cron','2021-01-16 01:45:11','2021-01-15 20:45:11'),
(71553,28015,'action created','2021-01-16 01:45:11','2021-01-15 20:45:11'),
(71554,28015,'action started via WP Cron','2021-01-16 01:46:11','2021-01-15 20:46:11'),
(71555,28015,'action complete via WP Cron','2021-01-16 01:46:11','2021-01-15 20:46:11'),
(71556,28016,'action created','2021-01-16 01:46:12','2021-01-15 20:46:12'),
(71557,28016,'action started via WP Cron','2021-01-16 01:47:13','2021-01-15 20:47:13'),
(71558,28016,'action complete via WP Cron','2021-01-16 01:47:13','2021-01-15 20:47:13'),
(71559,28017,'action created','2021-01-16 01:47:13','2021-01-15 20:47:13'),
(71560,28017,'action started via WP Cron','2021-01-16 01:50:04','2021-01-15 20:50:04'),
(71561,28017,'action complete via WP Cron','2021-01-16 01:50:04','2021-01-15 20:50:04'),
(71562,28018,'action created','2021-01-16 01:50:45','2021-01-15 20:50:45'),
(71563,28018,'action started via WP Cron','2021-01-16 01:53:13','2021-01-15 20:53:13'),
(71564,28018,'action complete via WP Cron','2021-01-16 01:53:13','2021-01-15 20:53:13'),
(71565,28019,'action created','2021-01-16 01:53:13','2021-01-15 20:53:13'),
(71566,28019,'action started via WP Cron','2021-01-16 01:55:09','2021-01-15 20:55:09'),
(71567,28019,'action complete via WP Cron','2021-01-16 01:55:09','2021-01-15 20:55:09'),
(71568,28020,'action created','2021-01-16 01:55:09','2021-01-15 20:55:09'),
(71569,28020,'action started via WP Cron','2021-01-16 01:55:22','2021-01-15 20:55:22'),
(71570,28020,'action complete via WP Cron','2021-01-16 01:55:22','2021-01-15 20:55:22'),
(71571,28021,'action created','2021-01-16 01:55:22','2021-01-15 20:55:22'),
(71572,28021,'action started via WP Cron','2021-01-16 01:57:05','2021-01-15 20:57:05'),
(71573,28021,'action complete via WP Cron','2021-01-16 01:57:05','2021-01-15 20:57:05'),
(71574,28022,'action created','2021-01-16 01:57:05','2021-01-15 20:57:05'),
(71575,28022,'action started via WP Cron','2021-01-16 01:57:29','2021-01-15 20:57:29'),
(71576,28022,'action complete via WP Cron','2021-01-16 01:57:29','2021-01-15 20:57:29'),
(71577,28023,'action created','2021-01-16 01:57:29','2021-01-15 20:57:29'),
(71578,28023,'action started via WP Cron','2021-01-16 01:59:09','2021-01-15 20:59:09'),
(71579,28023,'action complete via WP Cron','2021-01-16 01:59:09','2021-01-15 20:59:09'),
(71580,28024,'action created','2021-01-16 01:59:09','2021-01-15 20:59:09'),
(71581,28024,'action started via WP Cron','2021-01-16 02:01:50','2021-01-15 21:01:50'),
(71582,28024,'action complete via WP Cron','2021-01-16 02:01:50','2021-01-15 21:01:50'),
(71583,28025,'action created','2021-01-16 02:01:50','2021-01-15 21:01:50'),
(71584,28025,'action started via WP Cron','2021-01-16 02:02:14','2021-01-15 21:02:14'),
(71585,28025,'action complete via WP Cron','2021-01-16 02:02:14','2021-01-15 21:02:14'),
(71586,28026,'action created','2021-01-16 02:02:14','2021-01-15 21:02:14'),
(71587,28026,'action started via WP Cron','2021-01-16 02:04:35','2021-01-15 21:04:35'),
(71588,28026,'action complete via WP Cron','2021-01-16 02:04:35','2021-01-15 21:04:35'),
(71589,28027,'action created','2021-01-16 02:04:35','2021-01-15 21:04:35'),
(71590,28027,'action started via WP Cron','2021-01-16 02:05:42','2021-01-15 21:05:42'),
(71591,28027,'action complete via WP Cron','2021-01-16 02:05:42','2021-01-15 21:05:42'),
(71592,28028,'action created','2021-01-16 02:05:42','2021-01-15 21:05:42'),
(71593,28028,'action started via WP Cron','2021-01-16 02:07:51','2021-01-15 21:07:51'),
(71594,28028,'action complete via WP Cron','2021-01-16 02:07:51','2021-01-15 21:07:51'),
(71595,28029,'action created','2021-01-16 02:07:51','2021-01-15 21:07:51'),
(71596,28029,'action started via WP Cron','2021-01-16 02:11:30','2021-01-15 21:11:30'),
(71597,28029,'action complete via WP Cron','2021-01-16 02:11:30','2021-01-15 21:11:30'),
(71598,28030,'action created','2021-01-16 02:11:30','2021-01-15 21:11:30'),
(71599,28030,'action started via WP Cron','2021-01-16 02:12:13','2021-01-15 21:12:13'),
(71600,28030,'action complete via WP Cron','2021-01-16 02:12:13','2021-01-15 21:12:13'),
(71601,28031,'action created','2021-01-16 02:12:13','2021-01-15 21:12:13'),
(71602,28031,'action started via WP Cron','2021-01-16 02:13:21','2021-01-15 21:13:21'),
(71603,28031,'action complete via WP Cron','2021-01-16 02:13:21','2021-01-15 21:13:21'),
(71604,28032,'action created','2021-01-16 02:13:21','2021-01-15 21:13:21'),
(71605,28032,'action started via WP Cron','2021-01-16 02:15:07','2021-01-15 21:15:07'),
(71606,28032,'action complete via WP Cron','2021-01-16 02:15:07','2021-01-15 21:15:07'),
(71607,28033,'action created','2021-01-16 02:15:07','2021-01-15 21:15:07'),
(71608,28033,'action started via WP Cron','2021-01-16 02:16:48','2021-01-15 21:16:48'),
(71609,28033,'action complete via WP Cron','2021-01-16 02:16:48','2021-01-15 21:16:48'),
(71610,28034,'action created','2021-01-16 02:16:48','2021-01-15 21:16:48'),
(71611,28034,'action started via WP Cron','2021-01-16 02:18:18','2021-01-15 21:18:18'),
(71612,28034,'action complete via WP Cron','2021-01-16 02:18:18','2021-01-15 21:18:18'),
(71613,28035,'action created','2021-01-16 02:18:18','2021-01-15 21:18:18'),
(71614,28035,'action started via WP Cron','2021-01-16 02:19:34','2021-01-15 21:19:34'),
(71615,28035,'action complete via WP Cron','2021-01-16 02:19:34','2021-01-15 21:19:34'),
(71616,28036,'action created','2021-01-16 02:19:34','2021-01-15 21:19:34'),
(71617,28036,'action started via WP Cron','2021-01-16 02:22:15','2021-01-15 21:22:15'),
(71618,28036,'action complete via WP Cron','2021-01-16 02:22:15','2021-01-15 21:22:15'),
(71619,28037,'action created','2021-01-16 02:22:16','2021-01-15 21:22:16'),
(71620,28037,'action started via WP Cron','2021-01-16 02:23:25','2021-01-15 21:23:25'),
(71621,28037,'action complete via WP Cron','2021-01-16 02:23:25','2021-01-15 21:23:25'),
(71622,28038,'action created','2021-01-16 02:23:25','2021-01-15 21:23:25'),
(71623,28038,'action started via WP Cron','2021-01-16 02:24:15','2021-01-15 21:24:15'),
(71624,28038,'action complete via WP Cron','2021-01-16 02:24:15','2021-01-15 21:24:15'),
(71625,28039,'action created','2021-01-16 02:24:15','2021-01-15 21:24:15'),
(71626,28039,'action started via WP Cron','2021-01-16 02:25:36','2021-01-15 21:25:36'),
(71627,28039,'action complete via WP Cron','2021-01-16 02:25:36','2021-01-15 21:25:36'),
(71628,28040,'action created','2021-01-16 02:25:37','2021-01-15 21:25:37'),
(71629,28040,'action started via WP Cron','2021-01-16 02:28:07','2021-01-15 21:28:07'),
(71630,28040,'action complete via WP Cron','2021-01-16 02:28:07','2021-01-15 21:28:07'),
(71631,28041,'action created','2021-01-16 02:28:07','2021-01-15 21:28:07'),
(71632,28041,'action started via WP Cron','2021-01-16 02:29:22','2021-01-15 21:29:22'),
(71633,28041,'action complete via WP Cron','2021-01-16 02:29:22','2021-01-15 21:29:22'),
(71634,28042,'action created','2021-01-16 02:29:22','2021-01-15 21:29:22'),
(71635,28042,'action started via WP Cron','2021-01-16 02:30:23','2021-01-15 21:30:23'),
(71636,28042,'action complete via WP Cron','2021-01-16 02:30:23','2021-01-15 21:30:23'),
(71637,28043,'action created','2021-01-16 02:30:23','2021-01-15 21:30:23'),
(71638,28043,'action started via WP Cron','2021-01-16 02:31:22','2021-01-15 21:31:22'),
(71639,28043,'action complete via WP Cron','2021-01-16 02:31:23','2021-01-15 21:31:23'),
(71640,28044,'action created','2021-01-16 02:31:23','2021-01-15 21:31:23'),
(71641,28044,'action started via WP Cron','2021-01-16 02:32:48','2021-01-15 21:32:48'),
(71642,28044,'action complete via WP Cron','2021-01-16 02:32:48','2021-01-15 21:32:48'),
(71643,28045,'action created','2021-01-16 02:32:48','2021-01-15 21:32:48'),
(71644,28045,'action started via WP Cron','2021-01-16 02:34:01','2021-01-15 21:34:01'),
(71645,28045,'action complete via WP Cron','2021-01-16 02:34:01','2021-01-15 21:34:01'),
(71646,28046,'action created','2021-01-16 02:34:01','2021-01-15 21:34:01'),
(71647,28046,'action started via WP Cron','2021-01-16 02:34:45','2021-01-15 21:34:45'),
(71648,28046,'action complete via WP Cron','2021-01-16 02:34:45','2021-01-15 21:34:45'),
(71649,28047,'action created','2021-01-16 02:34:45','2021-01-15 21:34:45'),
(71650,28047,'action started via WP Cron','2021-01-16 02:36:41','2021-01-15 21:36:41'),
(71651,28047,'action complete via WP Cron','2021-01-16 02:36:41','2021-01-15 21:36:41'),
(71652,28048,'action created','2021-01-16 02:36:41','2021-01-15 21:36:41'),
(71653,28048,'action started via WP Cron','2021-01-16 02:37:19','2021-01-15 21:37:19'),
(71654,28048,'action complete via WP Cron','2021-01-16 02:37:19','2021-01-15 21:37:19'),
(71655,28049,'action created','2021-01-16 02:37:19','2021-01-15 21:37:19'),
(71656,28049,'action started via WP Cron','2021-01-16 02:38:17','2021-01-15 21:38:17'),
(71657,28049,'action complete via WP Cron','2021-01-16 02:38:17','2021-01-15 21:38:17'),
(71658,28050,'action created','2021-01-16 02:38:17','2021-01-15 21:38:17'),
(71659,28050,'action started via WP Cron','2021-01-16 02:40:15','2021-01-15 21:40:15'),
(71660,28050,'action complete via WP Cron','2021-01-16 02:40:15','2021-01-15 21:40:15'),
(71661,28051,'action created','2021-01-16 02:40:15','2021-01-15 21:40:15'),
(71662,28051,'action started via WP Cron','2021-01-16 02:41:26','2021-01-15 21:41:26'),
(71663,28051,'action complete via WP Cron','2021-01-16 02:41:26','2021-01-15 21:41:26'),
(71664,28052,'action created','2021-01-16 02:41:26','2021-01-15 21:41:26'),
(71665,28052,'action started via WP Cron','2021-01-16 02:42:14','2021-01-15 21:42:14'),
(71666,28052,'action complete via WP Cron','2021-01-16 02:42:14','2021-01-15 21:42:14'),
(71667,28053,'action created','2021-01-16 02:42:14','2021-01-15 21:42:14'),
(71668,28053,'action started via WP Cron','2021-01-16 02:44:07','2021-01-15 21:44:07'),
(71669,28053,'action complete via WP Cron','2021-01-16 02:44:07','2021-01-15 21:44:07'),
(71670,28054,'action created','2021-01-16 02:44:07','2021-01-15 21:44:07'),
(71671,28054,'action started via WP Cron','2021-01-16 02:44:47','2021-01-15 21:44:47'),
(71672,28054,'action complete via WP Cron','2021-01-16 02:44:47','2021-01-15 21:44:47'),
(71673,28055,'action created','2021-01-16 02:44:47','2021-01-15 21:44:47'),
(71674,28055,'action started via WP Cron','2021-01-16 02:45:45','2021-01-15 21:45:45'),
(71675,28055,'action complete via WP Cron','2021-01-16 02:45:45','2021-01-15 21:45:45'),
(71676,28056,'action created','2021-01-16 02:45:45','2021-01-15 21:45:45'),
(71677,28056,'action started via WP Cron','2021-01-16 02:46:24','2021-01-15 21:46:24'),
(71678,28056,'action complete via WP Cron','2021-01-16 02:46:24','2021-01-15 21:46:24'),
(71679,28057,'action created','2021-01-16 02:46:24','2021-01-15 21:46:24'),
(71680,28057,'action started via WP Cron','2021-01-16 02:47:58','2021-01-15 21:47:58'),
(71681,28057,'action complete via WP Cron','2021-01-16 02:47:58','2021-01-15 21:47:58'),
(71682,28058,'action created','2021-01-16 02:47:58','2021-01-15 21:47:58'),
(71683,28058,'action started via WP Cron','2021-01-16 02:49:03','2021-01-15 21:49:03'),
(71684,28058,'action complete via WP Cron','2021-01-16 02:49:03','2021-01-15 21:49:03'),
(71685,28059,'action created','2021-01-16 02:49:03','2021-01-15 21:49:03'),
(71686,28059,'action started via WP Cron','2021-01-16 02:49:57','2021-01-15 21:49:57'),
(71687,28059,'action complete via WP Cron','2021-01-16 02:49:57','2021-01-15 21:49:57'),
(71688,28060,'action created','2021-01-16 02:49:58','2021-01-15 21:49:58'),
(71689,28060,'action started via WP Cron','2021-01-16 02:50:43','2021-01-15 21:50:43'),
(71690,28060,'action complete via WP Cron','2021-01-16 02:50:43','2021-01-15 21:50:43'),
(71691,28061,'action created','2021-01-16 02:50:44','2021-01-15 21:50:44'),
(71692,28061,'action started via WP Cron','2021-01-16 02:51:27','2021-01-15 21:51:27'),
(71693,28061,'action complete via WP Cron','2021-01-16 02:51:27','2021-01-15 21:51:27'),
(71694,28062,'action created','2021-01-16 02:51:27','2021-01-15 21:51:27'),
(71695,28062,'action started via WP Cron','2021-01-16 02:53:00','2021-01-15 21:53:00'),
(71696,28062,'action complete via WP Cron','2021-01-16 02:53:00','2021-01-15 21:53:00'),
(71697,28063,'action created','2021-01-16 02:53:01','2021-01-15 21:53:01'),
(71698,28063,'action started via WP Cron','2021-01-16 02:53:41','2021-01-15 21:53:41'),
(71699,28063,'action complete via WP Cron','2021-01-16 02:53:41','2021-01-15 21:53:41'),
(71700,28064,'action created','2021-01-16 02:53:41','2021-01-15 21:53:41'),
(71701,28064,'action started via WP Cron','2021-01-16 02:54:50','2021-01-15 21:54:50'),
(71702,28064,'action complete via WP Cron','2021-01-16 02:54:50','2021-01-15 21:54:50'),
(71703,28065,'action created','2021-01-16 02:54:51','2021-01-15 21:54:51'),
(71704,28065,'action started via WP Cron','2021-01-16 02:55:18','2021-01-15 21:55:18'),
(71705,28065,'action complete via WP Cron','2021-01-16 02:55:18','2021-01-15 21:55:18'),
(71706,28066,'action created','2021-01-16 02:55:18','2021-01-15 21:55:18'),
(71707,28066,'action started via WP Cron','2021-01-16 02:56:29','2021-01-15 21:56:29'),
(71708,28066,'action complete via WP Cron','2021-01-16 02:56:29','2021-01-15 21:56:29'),
(71709,28067,'action created','2021-01-16 02:56:29','2021-01-15 21:56:29'),
(71710,28067,'action started via WP Cron','2021-01-16 02:57:43','2021-01-15 21:57:43'),
(71711,28067,'action complete via WP Cron','2021-01-16 02:57:43','2021-01-15 21:57:43'),
(71712,28068,'action created','2021-01-16 02:57:43','2021-01-15 21:57:43'),
(71713,28068,'action started via WP Cron','2021-01-16 03:00:17','2021-01-15 22:00:17'),
(71714,28068,'action complete via WP Cron','2021-01-16 03:00:17','2021-01-15 22:00:17'),
(71715,28069,'action created','2021-01-16 03:00:17','2021-01-15 22:00:17'),
(71716,28069,'action started via WP Cron','2021-01-16 03:01:22','2021-01-15 22:01:22'),
(71717,28069,'action complete via WP Cron','2021-01-16 03:01:22','2021-01-15 22:01:22'),
(71718,28070,'action created','2021-01-16 03:01:22','2021-01-15 22:01:22'),
(71719,28070,'action started via WP Cron','2021-01-16 03:03:26','2021-01-15 22:03:26'),
(71720,28070,'action complete via WP Cron','2021-01-16 03:03:26','2021-01-15 22:03:26'),
(71721,28071,'action created','2021-01-16 03:03:26','2021-01-15 22:03:26'),
(71722,28071,'action started via WP Cron','2021-01-16 03:04:46','2021-01-15 22:04:46'),
(71723,28071,'action complete via WP Cron','2021-01-16 03:04:46','2021-01-15 22:04:46'),
(71724,28072,'action created','2021-01-16 03:04:46','2021-01-15 22:04:46'),
(71725,28072,'action started via WP Cron','2021-01-16 03:05:25','2021-01-15 22:05:25'),
(71726,28072,'action complete via WP Cron','2021-01-16 03:05:25','2021-01-15 22:05:25'),
(71727,28073,'action created','2021-01-16 03:05:25','2021-01-15 22:05:25'),
(71728,28073,'action started via WP Cron','2021-01-16 03:06:14','2021-01-15 22:06:14'),
(71729,28073,'action complete via WP Cron','2021-01-16 03:06:14','2021-01-15 22:06:14'),
(71730,28074,'action created','2021-01-16 03:06:14','2021-01-15 22:06:14'),
(71731,28074,'action started via WP Cron','2021-01-16 03:07:17','2021-01-15 22:07:17'),
(71732,28074,'action complete via WP Cron','2021-01-16 03:07:17','2021-01-15 22:07:17'),
(71733,28075,'action created','2021-01-16 03:07:17','2021-01-15 22:07:17'),
(71734,28075,'action started via WP Cron','2021-01-16 03:08:13','2021-01-15 22:08:13'),
(71735,28075,'action complete via WP Cron','2021-01-16 03:08:13','2021-01-15 22:08:13'),
(71736,28076,'action created','2021-01-16 03:08:13','2021-01-15 22:08:13'),
(71737,28076,'action started via WP Cron','2021-01-16 03:09:26','2021-01-15 22:09:26'),
(71738,28076,'action complete via WP Cron','2021-01-16 03:09:26','2021-01-15 22:09:26'),
(71739,28077,'action created','2021-01-16 03:09:26','2021-01-15 22:09:26'),
(71740,28077,'action started via WP Cron','2021-01-16 03:10:17','2021-01-15 22:10:17'),
(71741,28077,'action complete via WP Cron','2021-01-16 03:10:17','2021-01-15 22:10:17'),
(71742,28078,'action created','2021-01-16 03:10:17','2021-01-15 22:10:17'),
(71743,28078,'action started via WP Cron','2021-01-16 03:11:48','2021-01-15 22:11:48'),
(71744,28078,'action complete via WP Cron','2021-01-16 03:11:48','2021-01-15 22:11:48'),
(71745,28079,'action created','2021-01-16 03:11:48','2021-01-15 22:11:48'),
(71746,28079,'action started via WP Cron','2021-01-16 03:12:55','2021-01-15 22:12:55'),
(71747,28079,'action complete via WP Cron','2021-01-16 03:12:55','2021-01-15 22:12:55'),
(71748,28080,'action created','2021-01-16 03:12:55','2021-01-15 22:12:55'),
(71749,28080,'action started via WP Cron','2021-01-16 03:14:07','2021-01-15 22:14:07'),
(71750,28080,'action complete via WP Cron','2021-01-16 03:14:07','2021-01-15 22:14:07'),
(71751,28081,'action created','2021-01-16 03:14:07','2021-01-15 22:14:07'),
(71752,28081,'action started via WP Cron','2021-01-16 03:15:06','2021-01-15 22:15:06'),
(71753,28081,'action complete via WP Cron','2021-01-16 03:15:06','2021-01-15 22:15:06'),
(71754,28082,'action created','2021-01-16 03:15:06','2021-01-15 22:15:06'),
(71755,28082,'action started via WP Cron','2021-01-16 03:16:12','2021-01-15 22:16:12'),
(71756,28082,'action complete via WP Cron','2021-01-16 03:16:12','2021-01-15 22:16:12'),
(71757,28083,'action created','2021-01-16 03:16:12','2021-01-15 22:16:12'),
(71758,28083,'action started via WP Cron','2021-01-16 03:19:49','2021-01-15 22:19:49'),
(71759,28083,'action complete via WP Cron','2021-01-16 03:19:49','2021-01-15 22:19:49'),
(71760,28084,'action created','2021-01-16 03:19:49','2021-01-15 22:19:49'),
(71761,28084,'action started via WP Cron','2021-01-16 03:20:27','2021-01-15 22:20:27'),
(71762,28084,'action complete via WP Cron','2021-01-16 03:20:27','2021-01-15 22:20:27'),
(71763,28085,'action created','2021-01-16 03:20:27','2021-01-15 22:20:27'),
(71764,28085,'action started via WP Cron','2021-01-16 03:21:33','2021-01-15 22:21:33'),
(71765,28085,'action complete via WP Cron','2021-01-16 03:21:33','2021-01-15 22:21:33'),
(71766,28086,'action created','2021-01-16 03:21:33','2021-01-15 22:21:33'),
(71767,28086,'action started via WP Cron','2021-01-16 03:23:53','2021-01-15 22:23:53'),
(71768,28086,'action complete via WP Cron','2021-01-16 03:23:53','2021-01-15 22:23:53'),
(71769,28087,'action created','2021-01-16 03:23:53','2021-01-15 22:23:53'),
(71770,28087,'action started via WP Cron','2021-01-16 03:25:59','2021-01-15 22:25:59'),
(71771,28087,'action complete via WP Cron','2021-01-16 03:25:59','2021-01-15 22:25:59'),
(71772,28088,'action created','2021-01-16 03:25:59','2021-01-15 22:25:59'),
(71773,28088,'action started via WP Cron','2021-01-16 03:26:17','2021-01-15 22:26:17'),
(71774,28088,'action complete via WP Cron','2021-01-16 03:26:17','2021-01-15 22:26:17'),
(71775,28089,'action created','2021-01-16 03:26:17','2021-01-15 22:26:17'),
(71776,28089,'action started via WP Cron','2021-01-16 03:27:56','2021-01-15 22:27:56'),
(71777,28089,'action complete via WP Cron','2021-01-16 03:27:56','2021-01-15 22:27:56'),
(71778,28090,'action created','2021-01-16 03:27:56','2021-01-15 22:27:56'),
(71779,28090,'action started via WP Cron','2021-01-16 03:28:53','2021-01-15 22:28:53'),
(71780,28090,'action complete via WP Cron','2021-01-16 03:28:53','2021-01-15 22:28:53'),
(71781,28091,'action created','2021-01-16 03:28:53','2021-01-15 22:28:53'),
(71782,28091,'action started via WP Cron','2021-01-16 03:29:17','2021-01-15 22:29:17'),
(71783,28091,'action complete via WP Cron','2021-01-16 03:29:17','2021-01-15 22:29:17'),
(71784,28092,'action created','2021-01-16 03:29:17','2021-01-15 22:29:17'),
(71785,28092,'action started via WP Cron','2021-01-16 03:31:20','2021-01-15 22:31:20'),
(71786,28092,'action complete via WP Cron','2021-01-16 03:31:20','2021-01-15 22:31:20'),
(71787,28093,'action created','2021-01-16 03:31:20','2021-01-15 22:31:20'),
(71788,28093,'action started via WP Cron','2021-01-16 03:32:11','2021-01-15 22:32:11'),
(71789,28093,'action complete via WP Cron','2021-01-16 03:32:11','2021-01-15 22:32:11'),
(71790,28094,'action created','2021-01-16 03:32:11','2021-01-15 22:32:11'),
(71791,28094,'action started via WP Cron','2021-01-16 03:34:10','2021-01-15 22:34:10'),
(71792,28094,'action complete via WP Cron','2021-01-16 03:34:10','2021-01-15 22:34:10'),
(71793,28095,'action created','2021-01-16 03:34:10','2021-01-15 22:34:10'),
(71794,28095,'action started via WP Cron','2021-01-16 03:34:30','2021-01-15 22:34:30'),
(71795,28095,'action complete via WP Cron','2021-01-16 03:34:30','2021-01-15 22:34:30'),
(71796,28096,'action created','2021-01-16 03:34:30','2021-01-15 22:34:30'),
(71797,28096,'action started via WP Cron','2021-01-16 03:35:51','2021-01-15 22:35:51'),
(71798,28096,'action complete via WP Cron','2021-01-16 03:35:51','2021-01-15 22:35:51'),
(71799,28097,'action created','2021-01-16 03:35:51','2021-01-15 22:35:51'),
(71800,28097,'action started via WP Cron','2021-01-16 03:36:36','2021-01-15 22:36:36'),
(71801,28097,'action complete via WP Cron','2021-01-16 03:36:36','2021-01-15 22:36:36'),
(71802,28098,'action created','2021-01-16 03:36:36','2021-01-15 22:36:36'),
(71803,28098,'action started via WP Cron','2021-01-16 03:37:15','2021-01-15 22:37:15'),
(71804,28098,'action complete via WP Cron','2021-01-16 03:37:15','2021-01-15 22:37:15'),
(71805,28099,'action created','2021-01-16 03:37:15','2021-01-15 22:37:15'),
(71806,28099,'action started via WP Cron','2021-01-16 03:39:00','2021-01-15 22:39:00'),
(71807,28099,'action complete via WP Cron','2021-01-16 03:39:00','2021-01-15 22:39:00'),
(71808,28100,'action created','2021-01-16 03:39:01','2021-01-15 22:39:01'),
(71809,28100,'action started via WP Cron','2021-01-16 03:39:23','2021-01-15 22:39:23'),
(71810,28100,'action complete via WP Cron','2021-01-16 03:39:23','2021-01-15 22:39:23'),
(71811,28101,'action created','2021-01-16 03:39:23','2021-01-15 22:39:23'),
(71812,28101,'action started via WP Cron','2021-01-16 03:41:34','2021-01-15 22:41:34'),
(71813,28101,'action complete via WP Cron','2021-01-16 03:41:34','2021-01-15 22:41:34'),
(71814,28102,'action created','2021-01-16 03:41:34','2021-01-15 22:41:34'),
(71815,28102,'action started via WP Cron','2021-01-16 03:44:51','2021-01-15 22:44:51'),
(71816,28102,'action complete via WP Cron','2021-01-16 03:44:51','2021-01-15 22:44:51'),
(71817,28103,'action created','2021-01-16 03:44:51','2021-01-15 22:44:51'),
(71818,28103,'action started via WP Cron','2021-01-16 03:45:54','2021-01-15 22:45:54'),
(71819,28103,'action complete via WP Cron','2021-01-16 03:45:54','2021-01-15 22:45:54'),
(71820,28104,'action created','2021-01-16 03:45:54','2021-01-15 22:45:54'),
(71821,28104,'action started via WP Cron','2021-01-16 03:47:39','2021-01-15 22:47:39'),
(71822,28104,'action complete via WP Cron','2021-01-16 03:47:39','2021-01-15 22:47:39'),
(71823,28105,'action created','2021-01-16 03:47:39','2021-01-15 22:47:39'),
(71824,28105,'action started via WP Cron','2021-01-16 03:50:12','2021-01-15 22:50:12'),
(71825,28105,'action complete via WP Cron','2021-01-16 03:50:12','2021-01-15 22:50:12'),
(71826,28106,'action created','2021-01-16 03:50:12','2021-01-15 22:50:12'),
(71827,28106,'action started via WP Cron','2021-01-16 03:51:17','2021-01-15 22:51:17'),
(71828,28106,'action complete via WP Cron','2021-01-16 03:51:17','2021-01-15 22:51:17'),
(71829,28107,'action created','2021-01-16 03:51:17','2021-01-15 22:51:17'),
(71830,28107,'action started via WP Cron','2021-01-16 03:52:12','2021-01-15 22:52:12'),
(71831,28107,'action complete via WP Cron','2021-01-16 03:52:12','2021-01-15 22:52:12'),
(71832,28108,'action created','2021-01-16 03:52:12','2021-01-15 22:52:12'),
(71833,28108,'action started via WP Cron','2021-01-16 03:53:40','2021-01-15 22:53:40'),
(71834,28108,'action complete via WP Cron','2021-01-16 03:53:40','2021-01-15 22:53:40'),
(71835,28109,'action created','2021-01-16 03:53:40','2021-01-15 22:53:40'),
(71836,28109,'action started via WP Cron','2021-01-16 03:54:32','2021-01-15 22:54:32'),
(71837,28109,'action complete via WP Cron','2021-01-16 03:54:32','2021-01-15 22:54:32'),
(71838,28110,'action created','2021-01-16 03:54:32','2021-01-15 22:54:32'),
(71839,28110,'action started via WP Cron','2021-01-16 03:56:29','2021-01-15 22:56:29'),
(71840,28110,'action complete via WP Cron','2021-01-16 03:56:29','2021-01-15 22:56:29'),
(71841,28111,'action created','2021-01-16 03:56:29','2021-01-15 22:56:29'),
(71842,28111,'action started via WP Cron','2021-01-16 03:57:26','2021-01-15 22:57:26'),
(71843,28111,'action complete via WP Cron','2021-01-16 03:57:26','2021-01-15 22:57:26'),
(71844,28112,'action created','2021-01-16 03:57:27','2021-01-15 22:57:27'),
(71845,28112,'action started via WP Cron','2021-01-16 03:58:31','2021-01-15 22:58:31'),
(71846,28112,'action complete via WP Cron','2021-01-16 03:58:31','2021-01-15 22:58:31'),
(71847,28113,'action created','2021-01-16 03:58:31','2021-01-15 22:58:31'),
(71848,28113,'action started via WP Cron','2021-01-16 04:00:55','2021-01-15 23:00:55'),
(71849,28113,'action complete via WP Cron','2021-01-16 04:00:55','2021-01-15 23:00:55'),
(71850,28114,'action created','2021-01-16 04:00:55','2021-01-15 23:00:55'),
(71851,28114,'action started via WP Cron','2021-01-16 04:02:16','2021-01-15 23:02:16'),
(71852,28114,'action complete via WP Cron','2021-01-16 04:02:16','2021-01-15 23:02:16'),
(71853,28115,'action created','2021-01-16 04:02:16','2021-01-15 23:02:16'),
(71854,28115,'action started via WP Cron','2021-01-16 04:05:32','2021-01-15 23:05:32'),
(71855,28115,'action complete via WP Cron','2021-01-16 04:05:32','2021-01-15 23:05:32'),
(71856,28116,'action created','2021-01-16 04:05:32','2021-01-15 23:05:32'),
(71857,28116,'action started via WP Cron','2021-01-16 04:06:20','2021-01-15 23:06:20'),
(71858,28116,'action complete via WP Cron','2021-01-16 04:06:20','2021-01-15 23:06:20'),
(71859,28117,'action created','2021-01-16 04:06:20','2021-01-15 23:06:20'),
(71860,28117,'action started via WP Cron','2021-01-16 04:08:13','2021-01-15 23:08:13'),
(71861,28117,'action complete via WP Cron','2021-01-16 04:08:13','2021-01-15 23:08:13'),
(71862,28118,'action created','2021-01-16 04:08:13','2021-01-15 23:08:13'),
(71863,28118,'action started via WP Cron','2021-01-16 04:09:26','2021-01-15 23:09:26'),
(71864,28118,'action complete via WP Cron','2021-01-16 04:09:26','2021-01-15 23:09:26'),
(71865,28119,'action created','2021-01-16 04:09:26','2021-01-15 23:09:26'),
(71866,28119,'action started via WP Cron','2021-01-16 04:10:52','2021-01-15 23:10:52'),
(71867,28119,'action complete via WP Cron','2021-01-16 04:10:52','2021-01-15 23:10:52'),
(71868,28120,'action created','2021-01-16 04:10:52','2021-01-15 23:10:52'),
(71869,28120,'action started via WP Cron','2021-01-16 04:11:17','2021-01-15 23:11:17'),
(71870,28120,'action complete via WP Cron','2021-01-16 04:11:17','2021-01-15 23:11:17'),
(71871,28121,'action created','2021-01-16 04:11:17','2021-01-15 23:11:17'),
(71872,28121,'action started via WP Cron','2021-01-16 04:13:42','2021-01-15 23:13:42'),
(71873,28121,'action complete via WP Cron','2021-01-16 04:13:42','2021-01-15 23:13:42'),
(71874,28122,'action created','2021-01-16 04:13:42','2021-01-15 23:13:42'),
(71875,28122,'action started via WP Cron','2021-01-16 04:14:24','2021-01-15 23:14:24'),
(71876,28122,'action complete via WP Cron','2021-01-16 04:14:24','2021-01-15 23:14:24'),
(71877,28123,'action created','2021-01-16 04:14:24','2021-01-15 23:14:24'),
(71878,28123,'action started via WP Cron','2021-01-16 04:16:20','2021-01-15 23:16:20'),
(71879,28123,'action complete via WP Cron','2021-01-16 04:16:21','2021-01-15 23:16:21'),
(71880,28124,'action created','2021-01-16 04:16:21','2021-01-15 23:16:21'),
(71881,28124,'action started via WP Cron','2021-01-16 04:17:43','2021-01-15 23:17:43'),
(71882,28124,'action complete via WP Cron','2021-01-16 04:17:43','2021-01-15 23:17:43'),
(71883,28125,'action created','2021-01-16 04:17:43','2021-01-15 23:17:43'),
(71884,28125,'action started via WP Cron','2021-01-16 04:20:12','2021-01-15 23:20:12'),
(71885,28125,'action complete via WP Cron','2021-01-16 04:20:12','2021-01-15 23:20:12'),
(71886,28126,'action created','2021-01-16 04:20:12','2021-01-15 23:20:12'),
(71887,28126,'action started via WP Cron','2021-01-16 04:22:33','2021-01-15 23:22:33'),
(71888,28126,'action complete via WP Cron','2021-01-16 04:22:34','2021-01-15 23:22:34'),
(71889,28127,'action created','2021-01-16 04:22:34','2021-01-15 23:22:34'),
(71890,28127,'action started via WP Cron','2021-01-16 04:24:08','2021-01-15 23:24:08'),
(71891,28127,'action complete via WP Cron','2021-01-16 04:24:08','2021-01-15 23:24:08'),
(71892,28128,'action created','2021-01-16 04:24:08','2021-01-15 23:24:08'),
(71893,28128,'action started via WP Cron','2021-01-16 04:24:19','2021-01-15 23:24:19'),
(71894,28128,'action complete via WP Cron','2021-01-16 04:24:19','2021-01-15 23:24:19'),
(71895,28129,'action created','2021-01-16 04:24:19','2021-01-15 23:24:19'),
(71896,28129,'action started via WP Cron','2021-01-16 04:27:18','2021-01-15 23:27:18'),
(71897,28129,'action complete via WP Cron','2021-01-16 04:27:18','2021-01-15 23:27:18'),
(71898,28130,'action created','2021-01-16 04:27:18','2021-01-15 23:27:18'),
(71899,28130,'action started via WP Cron','2021-01-16 04:28:33','2021-01-15 23:28:33'),
(71900,28130,'action complete via WP Cron','2021-01-16 04:28:33','2021-01-15 23:28:33'),
(71901,28131,'action created','2021-01-16 04:28:33','2021-01-15 23:28:33'),
(71902,28131,'action started via WP Cron','2021-01-16 04:29:19','2021-01-15 23:29:19'),
(71903,28131,'action complete via WP Cron','2021-01-16 04:29:19','2021-01-15 23:29:19'),
(71904,28132,'action created','2021-01-16 04:29:19','2021-01-15 23:29:19'),
(71905,28132,'action started via WP Cron','2021-01-16 04:30:42','2021-01-15 23:30:42'),
(71906,28132,'action complete via WP Cron','2021-01-16 04:30:42','2021-01-15 23:30:42'),
(71907,28133,'action created','2021-01-16 04:30:42','2021-01-15 23:30:42'),
(71908,28133,'action started via WP Cron','2021-01-16 04:31:45','2021-01-15 23:31:45'),
(71909,28133,'action complete via WP Cron','2021-01-16 04:31:45','2021-01-15 23:31:45'),
(71910,28134,'action created','2021-01-16 04:31:45','2021-01-15 23:31:45'),
(71911,28134,'action started via WP Cron','2021-01-16 04:33:51','2021-01-15 23:33:51'),
(71912,28134,'action complete via WP Cron','2021-01-16 04:33:51','2021-01-15 23:33:51'),
(71913,28135,'action created','2021-01-16 04:33:51','2021-01-15 23:33:51'),
(71914,28135,'action started via WP Cron','2021-01-16 04:34:20','2021-01-15 23:34:20'),
(71915,28135,'action complete via WP Cron','2021-01-16 04:34:20','2021-01-15 23:34:20'),
(71916,28136,'action created','2021-01-16 04:34:20','2021-01-15 23:34:20'),
(71917,28136,'action started via WP Cron','2021-01-16 04:35:51','2021-01-15 23:35:51'),
(71918,28136,'action complete via WP Cron','2021-01-16 04:35:51','2021-01-15 23:35:51'),
(71919,28137,'action created','2021-01-16 04:35:51','2021-01-15 23:35:51'),
(71920,28137,'action started via WP Cron','2021-01-16 04:36:17','2021-01-15 23:36:17'),
(71921,28137,'action complete via WP Cron','2021-01-16 04:36:17','2021-01-15 23:36:17'),
(71922,28138,'action created','2021-01-16 04:36:17','2021-01-15 23:36:17'),
(71923,28138,'action started via WP Cron','2021-01-16 04:39:09','2021-01-15 23:39:09'),
(71924,28138,'action complete via WP Cron','2021-01-16 04:39:10','2021-01-15 23:39:10'),
(71925,28139,'action created','2021-01-16 04:39:10','2021-01-15 23:39:10'),
(71926,28139,'action started via WP Cron','2021-01-16 04:39:26','2021-01-15 23:39:26'),
(71927,28139,'action complete via WP Cron','2021-01-16 04:39:26','2021-01-15 23:39:26'),
(71928,28140,'action created','2021-01-16 04:39:26','2021-01-15 23:39:26'),
(71929,28140,'action started via WP Cron','2021-01-16 04:41:55','2021-01-15 23:41:55'),
(71930,28140,'action complete via WP Cron','2021-01-16 04:41:55','2021-01-15 23:41:55'),
(71931,28141,'action created','2021-01-16 04:41:55','2021-01-15 23:41:55'),
(71932,28141,'action started via WP Cron','2021-01-16 04:42:42','2021-01-15 23:42:42'),
(71933,28141,'action complete via WP Cron','2021-01-16 04:42:42','2021-01-15 23:42:42'),
(71934,28142,'action created','2021-01-16 04:42:42','2021-01-15 23:42:42'),
(71935,28142,'action started via WP Cron','2021-01-16 04:43:54','2021-01-15 23:43:54'),
(71936,28142,'action complete via WP Cron','2021-01-16 04:43:54','2021-01-15 23:43:54'),
(71937,28143,'action created','2021-01-16 04:43:54','2021-01-15 23:43:54'),
(71938,28143,'action started via WP Cron','2021-01-16 04:44:19','2021-01-15 23:44:19'),
(71939,28143,'action complete via WP Cron','2021-01-16 04:44:20','2021-01-15 23:44:20'),
(71940,28144,'action created','2021-01-16 04:44:20','2021-01-15 23:44:20'),
(71941,28144,'action started via WP Cron','2021-01-16 04:45:26','2021-01-15 23:45:26'),
(71942,28144,'action complete via WP Cron','2021-01-16 04:45:26','2021-01-15 23:45:26'),
(71943,28145,'action created','2021-01-16 04:45:26','2021-01-15 23:45:26'),
(71944,28145,'action started via WP Cron','2021-01-16 04:46:25','2021-01-15 23:46:25'),
(71945,28145,'action complete via WP Cron','2021-01-16 04:46:25','2021-01-15 23:46:25'),
(71946,28146,'action created','2021-01-16 04:46:25','2021-01-15 23:46:25'),
(71947,28146,'action started via WP Cron','2021-01-16 04:49:32','2021-01-15 23:49:32'),
(71948,28146,'action complete via WP Cron','2021-01-16 04:49:32','2021-01-15 23:49:32'),
(71949,28147,'action created','2021-01-16 04:49:32','2021-01-15 23:49:32'),
(71950,28147,'action started via WP Cron','2021-01-16 04:51:04','2021-01-15 23:51:04'),
(71951,28147,'action complete via WP Cron','2021-01-16 04:51:04','2021-01-15 23:51:04'),
(71952,28148,'action created','2021-01-16 04:51:04','2021-01-15 23:51:04'),
(71953,28148,'action started via WP Cron','2021-01-16 04:52:58','2021-01-15 23:52:58'),
(71954,28148,'action complete via WP Cron','2021-01-16 04:52:58','2021-01-15 23:52:58'),
(71955,28149,'action created','2021-01-16 04:52:58','2021-01-15 23:52:58'),
(71956,28149,'action started via WP Cron','2021-01-16 04:53:47','2021-01-15 23:53:47'),
(71957,28149,'action complete via WP Cron','2021-01-16 04:53:47','2021-01-15 23:53:47'),
(71958,28150,'action created','2021-01-16 04:53:47','2021-01-15 23:53:47'),
(71959,28150,'action started via WP Cron','2021-01-16 04:55:35','2021-01-15 23:55:35'),
(71960,28150,'action complete via WP Cron','2021-01-16 04:55:35','2021-01-15 23:55:35'),
(71961,28151,'action created','2021-01-16 04:55:35','2021-01-15 23:55:35'),
(71962,28151,'action started via WP Cron','2021-01-16 04:56:26','2021-01-15 23:56:26'),
(71963,28151,'action complete via WP Cron','2021-01-16 04:56:26','2021-01-15 23:56:26'),
(71964,28152,'action created','2021-01-16 04:56:27','2021-01-15 23:56:27'),
(71965,28152,'action started via WP Cron','2021-01-16 04:57:34','2021-01-15 23:57:34'),
(71966,28152,'action complete via WP Cron','2021-01-16 04:57:34','2021-01-15 23:57:34'),
(71967,28153,'action created','2021-01-16 04:57:34','2021-01-15 23:57:34'),
(71968,28153,'action started via WP Cron','2021-01-16 04:59:40','2021-01-15 23:59:40'),
(71969,28153,'action complete via WP Cron','2021-01-16 04:59:40','2021-01-15 23:59:40'),
(71970,28154,'action created','2021-01-16 04:59:40','2021-01-15 23:59:40'),
(71971,28154,'action started via WP Cron','2021-01-16 05:02:00','2021-01-16 00:02:00'),
(71972,28154,'action complete via WP Cron','2021-01-16 05:02:00','2021-01-16 00:02:00'),
(71973,28155,'action created','2021-01-16 05:02:00','2021-01-16 00:02:00'),
(71974,28155,'action started via WP Cron','2021-01-16 05:02:18','2021-01-16 00:02:18'),
(71975,28155,'action complete via WP Cron','2021-01-16 05:02:18','2021-01-16 00:02:18'),
(71976,28156,'action created','2021-01-16 05:02:50','2021-01-16 00:02:50'),
(71977,28156,'action started via WP Cron','2021-01-16 05:03:55','2021-01-16 00:03:55'),
(71978,28156,'action complete via WP Cron','2021-01-16 05:03:55','2021-01-16 00:03:55'),
(71979,28157,'action created','2021-01-16 05:03:55','2021-01-16 00:03:55'),
(71980,28157,'action started via WP Cron','2021-01-16 05:05:07','2021-01-16 00:05:07'),
(71981,28157,'action complete via WP Cron','2021-01-16 05:05:07','2021-01-16 00:05:07'),
(71982,28158,'action created','2021-01-16 05:05:07','2021-01-16 00:05:07'),
(71983,28158,'action started via WP Cron','2021-01-16 05:05:19','2021-01-16 00:05:19'),
(71984,28158,'action complete via WP Cron','2021-01-16 05:05:19','2021-01-16 00:05:19'),
(71985,28159,'action created','2021-01-16 05:05:19','2021-01-16 00:05:19'),
(71986,28159,'action started via WP Cron','2021-01-16 05:06:22','2021-01-16 00:06:22'),
(71987,28159,'action complete via WP Cron','2021-01-16 05:06:22','2021-01-16 00:06:22'),
(71988,28160,'action created','2021-01-16 05:06:22','2021-01-16 00:06:22'),
(71989,28160,'action started via WP Cron','2021-01-16 05:07:13','2021-01-16 00:07:13'),
(71990,28160,'action complete via WP Cron','2021-01-16 05:07:13','2021-01-16 00:07:13'),
(71991,28161,'action created','2021-01-16 05:07:13','2021-01-16 00:07:13'),
(71992,28161,'action started via WP Cron','2021-01-16 05:08:40','2021-01-16 00:08:40'),
(71993,28161,'action complete via WP Cron','2021-01-16 05:08:40','2021-01-16 00:08:40'),
(71994,28162,'action created','2021-01-16 05:08:40','2021-01-16 00:08:40'),
(71995,28162,'action started via WP Cron','2021-01-16 05:09:12','2021-01-16 00:09:12'),
(71996,28162,'action complete via WP Cron','2021-01-16 05:09:12','2021-01-16 00:09:12'),
(71997,28163,'action created','2021-01-16 05:09:13','2021-01-16 00:09:13'),
(71998,28163,'action started via WP Cron','2021-01-16 05:10:26','2021-01-16 00:10:26'),
(71999,28163,'action complete via WP Cron','2021-01-16 05:10:27','2021-01-16 00:10:27'),
(72000,28164,'action created','2021-01-16 05:10:27','2021-01-16 00:10:27'),
(72001,28164,'action started via WP Cron','2021-01-16 05:11:12','2021-01-16 00:11:12'),
(72002,28164,'action complete via WP Cron','2021-01-16 05:11:12','2021-01-16 00:11:12'),
(72003,28165,'action created','2021-01-16 05:11:12','2021-01-16 00:11:12'),
(72004,28165,'action started via WP Cron','2021-01-16 05:12:47','2021-01-16 00:12:47'),
(72005,28165,'action complete via WP Cron','2021-01-16 05:12:47','2021-01-16 00:12:47'),
(72006,28166,'action created','2021-01-16 05:12:47','2021-01-16 00:12:47'),
(72007,28166,'action started via WP Cron','2021-01-16 05:14:39','2021-01-16 00:14:39'),
(72008,28166,'action complete via WP Cron','2021-01-16 05:14:39','2021-01-16 00:14:39'),
(72009,28167,'action created','2021-01-16 05:14:39','2021-01-16 00:14:39'),
(72010,28167,'action started via WP Cron','2021-01-16 05:16:19','2021-01-16 00:16:19'),
(72011,28167,'action complete via WP Cron','2021-01-16 05:16:19','2021-01-16 00:16:19'),
(72012,28168,'action created','2021-01-16 05:16:19','2021-01-16 00:16:19'),
(72013,28168,'action started via WP Cron','2021-01-16 05:18:09','2021-01-16 00:18:09'),
(72014,28168,'action complete via WP Cron','2021-01-16 05:18:09','2021-01-16 00:18:09'),
(72015,28169,'action created','2021-01-16 05:18:09','2021-01-16 00:18:09'),
(72016,28169,'action started via WP Cron','2021-01-16 05:19:53','2021-01-16 00:19:53'),
(72017,28169,'action complete via WP Cron','2021-01-16 05:19:53','2021-01-16 00:19:53'),
(72018,28170,'action created','2021-01-16 05:19:53','2021-01-16 00:19:53'),
(72019,28170,'action started via WP Cron','2021-01-16 05:21:35','2021-01-16 00:21:35'),
(72020,28170,'action complete via WP Cron','2021-01-16 05:21:35','2021-01-16 00:21:35'),
(72021,28171,'action created','2021-01-16 05:21:35','2021-01-16 00:21:35'),
(72022,28171,'action started via WP Cron','2021-01-16 05:22:30','2021-01-16 00:22:30'),
(72023,28171,'action complete via WP Cron','2021-01-16 05:22:30','2021-01-16 00:22:30'),
(72024,28172,'action created','2021-01-16 05:22:30','2021-01-16 00:22:30'),
(72025,28172,'action started via WP Cron','2021-01-16 05:23:30','2021-01-16 00:23:30'),
(72026,28172,'action complete via WP Cron','2021-01-16 05:23:30','2021-01-16 00:23:30'),
(72027,28173,'action created','2021-01-16 05:23:30','2021-01-16 00:23:30'),
(72028,28173,'action started via WP Cron','2021-01-16 05:24:17','2021-01-16 00:24:17'),
(72029,28173,'action complete via WP Cron','2021-01-16 05:24:17','2021-01-16 00:24:17'),
(72030,28174,'action created','2021-01-16 05:24:17','2021-01-16 00:24:17'),
(72031,28174,'action started via WP Cron','2021-01-16 05:26:39','2021-01-16 00:26:39'),
(72032,28174,'action complete via WP Cron','2021-01-16 05:26:39','2021-01-16 00:26:39'),
(72033,28175,'action created','2021-01-16 05:26:39','2021-01-16 00:26:39'),
(72034,28175,'action started via WP Cron','2021-01-16 05:27:20','2021-01-16 00:27:20'),
(72035,28175,'action complete via WP Cron','2021-01-16 05:27:20','2021-01-16 00:27:20'),
(72036,28176,'action created','2021-01-16 05:27:20','2021-01-16 00:27:20'),
(72037,28176,'action started via WP Cron','2021-01-16 05:28:14','2021-01-16 00:28:14'),
(72038,28176,'action complete via WP Cron','2021-01-16 05:28:14','2021-01-16 00:28:14'),
(72039,28177,'action created','2021-01-16 05:28:14','2021-01-16 00:28:14'),
(72040,28177,'action started via WP Cron','2021-01-16 05:29:14','2021-01-16 00:29:14'),
(72041,28177,'action complete via WP Cron','2021-01-16 05:29:14','2021-01-16 00:29:14'),
(72042,28178,'action created','2021-01-16 05:29:14','2021-01-16 00:29:14'),
(72043,28178,'action started via WP Cron','2021-01-16 05:30:38','2021-01-16 00:30:38'),
(72044,28178,'action complete via WP Cron','2021-01-16 05:30:38','2021-01-16 00:30:38'),
(72045,28179,'action created','2021-01-16 05:30:38','2021-01-16 00:30:38'),
(72046,28179,'action started via WP Cron','2021-01-16 05:31:12','2021-01-16 00:31:12'),
(72047,28179,'action complete via WP Cron','2021-01-16 05:31:12','2021-01-16 00:31:12'),
(72048,28180,'action created','2021-01-16 05:31:12','2021-01-16 00:31:12'),
(72049,28180,'action started via WP Cron','2021-01-16 05:33:06','2021-01-16 00:33:06'),
(72050,28180,'action complete via WP Cron','2021-01-16 05:33:06','2021-01-16 00:33:06'),
(72051,28181,'action created','2021-01-16 05:33:06','2021-01-16 00:33:06'),
(72052,28181,'action started via WP Cron','2021-01-16 05:33:41','2021-01-16 00:33:41'),
(72053,28181,'action complete via WP Cron','2021-01-16 05:33:41','2021-01-16 00:33:41'),
(72054,28182,'action created','2021-01-16 05:33:41','2021-01-16 00:33:41'),
(72055,28182,'action started via WP Cron','2021-01-16 05:35:12','2021-01-16 00:35:12'),
(72056,28182,'action complete via WP Cron','2021-01-16 05:35:12','2021-01-16 00:35:12'),
(72057,28183,'action created','2021-01-16 05:35:12','2021-01-16 00:35:12'),
(72058,28183,'action started via WP Cron','2021-01-16 05:36:37','2021-01-16 00:36:37'),
(72059,28183,'action complete via WP Cron','2021-01-16 05:36:37','2021-01-16 00:36:37'),
(72060,28184,'action created','2021-01-16 05:36:37','2021-01-16 00:36:37'),
(72061,28184,'action started via WP Cron','2021-01-16 05:37:39','2021-01-16 00:37:39'),
(72062,28184,'action complete via WP Cron','2021-01-16 05:37:39','2021-01-16 00:37:39'),
(72063,28185,'action created','2021-01-16 05:37:39','2021-01-16 00:37:39'),
(72064,28185,'action started via WP Cron','2021-01-16 05:38:26','2021-01-16 00:38:26'),
(72065,28185,'action complete via WP Cron','2021-01-16 05:38:26','2021-01-16 00:38:26'),
(72066,28186,'action created','2021-01-16 05:38:27','2021-01-16 00:38:27'),
(72067,28186,'action started via WP Cron','2021-01-16 05:39:36','2021-01-16 00:39:36'),
(72068,28186,'action complete via WP Cron','2021-01-16 05:39:36','2021-01-16 00:39:36'),
(72069,28187,'action created','2021-01-16 05:39:36','2021-01-16 00:39:36'),
(72070,28187,'action started via WP Cron','2021-01-16 05:41:23','2021-01-16 00:41:23'),
(72071,28187,'action complete via WP Cron','2021-01-16 05:41:23','2021-01-16 00:41:23'),
(72072,28188,'action created','2021-01-16 05:41:23','2021-01-16 00:41:23'),
(72073,28188,'action started via WP Cron','2021-01-16 05:42:47','2021-01-16 00:42:47'),
(72074,28188,'action complete via WP Cron','2021-01-16 05:42:47','2021-01-16 00:42:47'),
(72075,28189,'action created','2021-01-16 05:42:47','2021-01-16 00:42:47'),
(72076,28189,'action started via WP Cron','2021-01-16 05:46:00','2021-01-16 00:46:00'),
(72077,28189,'action complete via WP Cron','2021-01-16 05:46:00','2021-01-16 00:46:00'),
(72078,28190,'action created','2021-01-16 05:46:00','2021-01-16 00:46:00'),
(72079,28190,'action started via WP Cron','2021-01-16 05:47:04','2021-01-16 00:47:04'),
(72080,28190,'action complete via WP Cron','2021-01-16 05:47:04','2021-01-16 00:47:04'),
(72081,28191,'action created','2021-01-16 05:47:04','2021-01-16 00:47:04'),
(72082,28191,'action started via WP Cron','2021-01-16 05:47:21','2021-01-16 00:47:21'),
(72083,28191,'action complete via WP Cron','2021-01-16 05:47:21','2021-01-16 00:47:21'),
(72084,28192,'action created','2021-01-16 05:47:21','2021-01-16 00:47:21'),
(72085,28192,'action started via WP Cron','2021-01-16 05:49:41','2021-01-16 00:49:41'),
(72086,28192,'action complete via WP Cron','2021-01-16 05:49:41','2021-01-16 00:49:41'),
(72087,28193,'action created','2021-01-16 05:49:42','2021-01-16 00:49:42'),
(72088,28193,'action started via WP Cron','2021-01-16 05:50:47','2021-01-16 00:50:47'),
(72089,28193,'action complete via WP Cron','2021-01-16 05:50:47','2021-01-16 00:50:47'),
(72090,28194,'action created','2021-01-16 05:50:47','2021-01-16 00:50:47'),
(72091,28194,'action started via WP Cron','2021-01-16 05:51:15','2021-01-16 00:51:15'),
(72092,28194,'action complete via WP Cron','2021-01-16 05:51:15','2021-01-16 00:51:15'),
(72093,28195,'action created','2021-01-16 05:51:15','2021-01-16 00:51:15'),
(72094,28195,'action started via WP Cron','2021-01-16 05:53:43','2021-01-16 00:53:43'),
(72095,28195,'action complete via WP Cron','2021-01-16 05:53:43','2021-01-16 00:53:43'),
(72096,28196,'action created','2021-01-16 05:53:43','2021-01-16 00:53:43'),
(72097,28196,'action started via WP Cron','2021-01-16 05:54:14','2021-01-16 00:54:14'),
(72098,28196,'action complete via WP Cron','2021-01-16 05:54:14','2021-01-16 00:54:14'),
(72099,28197,'action created','2021-01-16 05:54:14','2021-01-16 00:54:14'),
(72100,28197,'action started via WP Cron','2021-01-16 05:55:19','2021-01-16 00:55:19'),
(72101,28197,'action complete via WP Cron','2021-01-16 05:55:19','2021-01-16 00:55:19'),
(72102,28198,'action created','2021-01-16 05:55:19','2021-01-16 00:55:19'),
(72103,28198,'action started via WP Cron','2021-01-16 05:56:15','2021-01-16 00:56:15'),
(72104,28198,'action complete via WP Cron','2021-01-16 05:56:15','2021-01-16 00:56:15'),
(72105,28199,'action created','2021-01-16 05:56:15','2021-01-16 00:56:15'),
(72106,28199,'action started via WP Cron','2021-01-16 05:57:17','2021-01-16 00:57:17'),
(72107,28199,'action complete via WP Cron','2021-01-16 05:57:17','2021-01-16 00:57:17'),
(72108,28200,'action created','2021-01-16 05:57:17','2021-01-16 00:57:17'),
(72109,28200,'action started via WP Cron','2021-01-16 05:58:15','2021-01-16 00:58:15'),
(72110,28200,'action complete via WP Cron','2021-01-16 05:58:15','2021-01-16 00:58:15'),
(72111,28201,'action created','2021-01-16 05:58:15','2021-01-16 00:58:15'),
(72112,28201,'action started via WP Cron','2021-01-16 05:59:13','2021-01-16 00:59:13'),
(72113,28201,'action complete via WP Cron','2021-01-16 05:59:13','2021-01-16 00:59:13'),
(72114,28202,'action created','2021-01-16 05:59:13','2021-01-16 00:59:13'),
(72115,28202,'action started via WP Cron','2021-01-16 06:00:16','2021-01-16 01:00:16'),
(72116,28202,'action complete via WP Cron','2021-01-16 06:00:16','2021-01-16 01:00:16'),
(72117,28203,'action created','2021-01-16 06:00:16','2021-01-16 01:00:16'),
(72118,28203,'action started via WP Cron','2021-01-16 06:01:17','2021-01-16 01:01:17'),
(72119,28203,'action complete via WP Cron','2021-01-16 06:01:17','2021-01-16 01:01:17'),
(72120,28204,'action created','2021-01-16 06:01:17','2021-01-16 01:01:17'),
(72121,28204,'action started via WP Cron','2021-01-16 06:02:12','2021-01-16 01:02:12'),
(72122,28204,'action complete via WP Cron','2021-01-16 06:02:12','2021-01-16 01:02:12'),
(72123,28205,'action created','2021-01-16 06:02:12','2021-01-16 01:02:12'),
(72124,28205,'action started via WP Cron','2021-01-16 06:03:13','2021-01-16 01:03:13'),
(72125,28205,'action complete via WP Cron','2021-01-16 06:03:13','2021-01-16 01:03:13'),
(72126,28206,'action created','2021-01-16 06:03:13','2021-01-16 01:03:13'),
(72127,28206,'action started via WP Cron','2021-01-16 06:04:11','2021-01-16 01:04:11'),
(72128,28206,'action complete via WP Cron','2021-01-16 06:04:11','2021-01-16 01:04:11'),
(72129,28207,'action created','2021-01-16 06:04:11','2021-01-16 01:04:11'),
(72130,28207,'action started via WP Cron','2021-01-16 06:05:18','2021-01-16 01:05:18'),
(72131,28207,'action complete via WP Cron','2021-01-16 06:05:18','2021-01-16 01:05:18'),
(72132,28208,'action created','2021-01-16 06:05:18','2021-01-16 01:05:18'),
(72133,28208,'action started via WP Cron','2021-01-16 06:09:06','2021-01-16 01:09:06'),
(72134,28208,'action complete via WP Cron','2021-01-16 06:09:06','2021-01-16 01:09:06'),
(72135,28209,'action created','2021-01-16 06:09:06','2021-01-16 01:09:06'),
(72136,28209,'action started via WP Cron','2021-01-16 06:09:24','2021-01-16 01:09:24'),
(72137,28209,'action complete via WP Cron','2021-01-16 06:09:24','2021-01-16 01:09:24'),
(72138,28210,'action created','2021-01-16 06:09:24','2021-01-16 01:09:24'),
(72139,28210,'action started via WP Cron','2021-01-16 06:10:35','2021-01-16 01:10:35'),
(72140,28210,'action complete via WP Cron','2021-01-16 06:10:35','2021-01-16 01:10:35'),
(72141,28211,'action created','2021-01-16 06:10:35','2021-01-16 01:10:35'),
(72142,28211,'action started via WP Cron','2021-01-16 06:14:03','2021-01-16 01:14:03'),
(72143,28211,'action complete via WP Cron','2021-01-16 06:14:03','2021-01-16 01:14:03'),
(72144,28212,'action created','2021-01-16 06:14:03','2021-01-16 01:14:03'),
(72145,28212,'action started via WP Cron','2021-01-16 06:15:47','2021-01-16 01:15:47'),
(72146,28212,'action complete via WP Cron','2021-01-16 06:15:47','2021-01-16 01:15:47'),
(72147,28213,'action created','2021-01-16 06:15:47','2021-01-16 01:15:47'),
(72148,28213,'action started via WP Cron','2021-01-16 06:17:26','2021-01-16 01:17:26'),
(72149,28213,'action complete via WP Cron','2021-01-16 06:17:26','2021-01-16 01:17:26'),
(72150,28214,'action created','2021-01-16 06:17:27','2021-01-16 01:17:27'),
(72151,28214,'action started via WP Cron','2021-01-16 06:19:39','2021-01-16 01:19:39'),
(72152,28214,'action complete via WP Cron','2021-01-16 06:19:39','2021-01-16 01:19:39'),
(72153,28215,'action created','2021-01-16 06:19:39','2021-01-16 01:19:39'),
(72154,28215,'action started via WP Cron','2021-01-16 06:20:20','2021-01-16 01:20:20'),
(72155,28215,'action complete via WP Cron','2021-01-16 06:20:21','2021-01-16 01:20:21'),
(72156,28216,'action created','2021-01-16 06:20:21','2021-01-16 01:20:21'),
(72157,28216,'action started via WP Cron','2021-01-16 06:21:44','2021-01-16 01:21:44'),
(72158,28216,'action complete via WP Cron','2021-01-16 06:21:44','2021-01-16 01:21:44'),
(72159,28217,'action created','2021-01-16 06:21:44','2021-01-16 01:21:44'),
(72160,28217,'action started via WP Cron','2021-01-16 06:23:18','2021-01-16 01:23:18'),
(72161,28217,'action complete via WP Cron','2021-01-16 06:23:18','2021-01-16 01:23:18'),
(72162,28218,'action created','2021-01-16 06:23:18','2021-01-16 01:23:18'),
(72163,28218,'action started via WP Cron','2021-01-16 06:24:17','2021-01-16 01:24:17'),
(72164,28218,'action complete via WP Cron','2021-01-16 06:24:17','2021-01-16 01:24:17'),
(72165,28219,'action created','2021-01-16 06:24:17','2021-01-16 01:24:17'),
(72166,28219,'action started via WP Cron','2021-01-16 06:25:38','2021-01-16 01:25:38'),
(72167,28219,'action complete via WP Cron','2021-01-16 06:25:38','2021-01-16 01:25:38'),
(72168,28220,'action created','2021-01-16 06:25:38','2021-01-16 01:25:38'),
(72169,28220,'action started via WP Cron','2021-01-16 06:26:18','2021-01-16 01:26:18'),
(72170,28220,'action complete via WP Cron','2021-01-16 06:26:18','2021-01-16 01:26:18'),
(72171,28221,'action created','2021-01-16 06:26:18','2021-01-16 01:26:18'),
(72172,28221,'action started via WP Cron','2021-01-16 06:27:39','2021-01-16 01:27:39'),
(72173,28221,'action complete via WP Cron','2021-01-16 06:27:39','2021-01-16 01:27:39'),
(72174,28222,'action created','2021-01-16 06:27:39','2021-01-16 01:27:39'),
(72175,28222,'action started via WP Cron','2021-01-16 06:28:34','2021-01-16 01:28:34'),
(72176,28222,'action complete via WP Cron','2021-01-16 06:28:34','2021-01-16 01:28:34'),
(72177,28223,'action created','2021-01-16 06:28:34','2021-01-16 01:28:34'),
(72178,28223,'action started via WP Cron','2021-01-16 06:29:42','2021-01-16 01:29:42'),
(72179,28223,'action complete via WP Cron','2021-01-16 06:29:42','2021-01-16 01:29:42'),
(72180,28224,'action created','2021-01-16 06:29:42','2021-01-16 01:29:42'),
(72181,28224,'action started via WP Cron','2021-01-16 06:30:20','2021-01-16 01:30:20'),
(72182,28224,'action complete via WP Cron','2021-01-16 06:30:20','2021-01-16 01:30:20'),
(72183,28225,'action created','2021-01-16 06:30:20','2021-01-16 01:30:20'),
(72184,28225,'action started via WP Cron','2021-01-16 06:31:37','2021-01-16 01:31:37'),
(72185,28225,'action complete via WP Cron','2021-01-16 06:31:37','2021-01-16 01:31:37'),
(72186,28226,'action created','2021-01-16 06:31:37','2021-01-16 01:31:37'),
(72187,28226,'action started via WP Cron','2021-01-16 06:33:15','2021-01-16 01:33:15'),
(72188,28226,'action complete via WP Cron','2021-01-16 06:33:15','2021-01-16 01:33:15'),
(72189,28227,'action created','2021-01-16 06:33:15','2021-01-16 01:33:15'),
(72190,28227,'action started via WP Cron','2021-01-16 06:34:27','2021-01-16 01:34:27'),
(72191,28227,'action complete via WP Cron','2021-01-16 06:34:27','2021-01-16 01:34:27'),
(72192,28228,'action created','2021-01-16 06:34:28','2021-01-16 01:34:28'),
(72193,28228,'action started via WP Cron','2021-01-16 06:35:12','2021-01-16 01:35:12'),
(72194,28228,'action complete via WP Cron','2021-01-16 06:35:12','2021-01-16 01:35:12'),
(72195,28229,'action created','2021-01-16 06:35:12','2021-01-16 01:35:12'),
(72196,28229,'action started via WP Cron','2021-01-16 06:36:15','2021-01-16 01:36:15'),
(72197,28229,'action complete via WP Cron','2021-01-16 06:36:15','2021-01-16 01:36:15'),
(72198,28230,'action created','2021-01-16 06:36:15','2021-01-16 01:36:15'),
(72199,28230,'action started via WP Cron','2021-01-16 06:37:23','2021-01-16 01:37:23'),
(72200,28230,'action complete via WP Cron','2021-01-16 06:37:23','2021-01-16 01:37:23'),
(72201,28231,'action created','2021-01-16 06:37:23','2021-01-16 01:37:23'),
(72202,28231,'action started via WP Cron','2021-01-16 06:43:34','2021-01-16 01:43:34'),
(72203,28231,'action complete via WP Cron','2021-01-16 06:43:34','2021-01-16 01:43:34'),
(72204,28232,'action created','2021-01-16 06:43:34','2021-01-16 01:43:34'),
(72205,28232,'action started via WP Cron','2021-01-16 06:44:29','2021-01-16 01:44:29'),
(72206,28232,'action complete via WP Cron','2021-01-16 06:44:29','2021-01-16 01:44:29'),
(72207,28233,'action created','2021-01-16 06:44:29','2021-01-16 01:44:29'),
(72208,28233,'action started via WP Cron','2021-01-16 06:46:44','2021-01-16 01:46:44'),
(72209,28233,'action complete via WP Cron','2021-01-16 06:46:44','2021-01-16 01:46:44'),
(72210,28234,'action created','2021-01-16 06:46:44','2021-01-16 01:46:44'),
(72211,28234,'action started via WP Cron','2021-01-16 06:49:22','2021-01-16 01:49:22'),
(72212,28234,'action complete via WP Cron','2021-01-16 06:49:22','2021-01-16 01:49:22'),
(72213,28235,'action created','2021-01-16 06:49:22','2021-01-16 01:49:22'),
(72214,28235,'action started via WP Cron','2021-01-16 06:52:24','2021-01-16 01:52:24'),
(72215,28235,'action complete via WP Cron','2021-01-16 06:52:24','2021-01-16 01:52:24'),
(72216,28236,'action created','2021-01-16 06:52:24','2021-01-16 01:52:24'),
(72217,28236,'action started via WP Cron','2021-01-16 06:53:30','2021-01-16 01:53:30'),
(72218,28236,'action complete via WP Cron','2021-01-16 06:53:30','2021-01-16 01:53:30'),
(72219,28237,'action created','2021-01-16 06:53:30','2021-01-16 01:53:30'),
(72220,28237,'action started via WP Cron','2021-01-16 06:54:31','2021-01-16 01:54:31'),
(72221,28237,'action complete via WP Cron','2021-01-16 06:54:31','2021-01-16 01:54:31'),
(72222,28238,'action created','2021-01-16 06:54:32','2021-01-16 01:54:32'),
(72223,28238,'action started via WP Cron','2021-01-16 06:55:58','2021-01-16 01:55:58'),
(72224,28238,'action complete via WP Cron','2021-01-16 06:55:58','2021-01-16 01:55:58'),
(72225,28239,'action created','2021-01-16 06:55:58','2021-01-16 01:55:58'),
(72226,28239,'action started via WP Cron','2021-01-16 06:57:20','2021-01-16 01:57:20'),
(72227,28239,'action complete via WP Cron','2021-01-16 06:57:20','2021-01-16 01:57:20'),
(72228,28240,'action created','2021-01-16 06:57:21','2021-01-16 01:57:21'),
(72229,28240,'action started via WP Cron','2021-01-16 06:59:19','2021-01-16 01:59:19'),
(72230,28240,'action complete via WP Cron','2021-01-16 06:59:19','2021-01-16 01:59:19'),
(72231,28241,'action created','2021-01-16 06:59:19','2021-01-16 01:59:19'),
(72232,28241,'action started via WP Cron','2021-01-16 07:00:15','2021-01-16 02:00:15'),
(72233,28241,'action complete via WP Cron','2021-01-16 07:00:15','2021-01-16 02:00:15'),
(72234,28242,'action created','2021-01-16 07:00:15','2021-01-16 02:00:15'),
(72235,28242,'action started via WP Cron','2021-01-16 07:01:50','2021-01-16 02:01:50'),
(72236,28242,'action complete via WP Cron','2021-01-16 07:01:50','2021-01-16 02:01:50'),
(72237,28243,'action created','2021-01-16 07:01:50','2021-01-16 02:01:50'),
(72238,28243,'action started via WP Cron','2021-01-16 07:02:55','2021-01-16 02:02:55'),
(72239,28243,'action complete via WP Cron','2021-01-16 07:02:55','2021-01-16 02:02:55'),
(72240,28244,'action created','2021-01-16 07:02:55','2021-01-16 02:02:55'),
(72241,28244,'action started via WP Cron','2021-01-16 07:03:16','2021-01-16 02:03:16'),
(72242,28244,'action complete via WP Cron','2021-01-16 07:03:16','2021-01-16 02:03:16'),
(72243,28245,'action created','2021-01-16 07:03:16','2021-01-16 02:03:16'),
(72244,28245,'action started via WP Cron','2021-01-16 07:04:13','2021-01-16 02:04:13'),
(72245,28245,'action complete via WP Cron','2021-01-16 07:04:13','2021-01-16 02:04:13'),
(72246,28246,'action created','2021-01-16 07:04:13','2021-01-16 02:04:13'),
(72247,28246,'action started via WP Cron','2021-01-16 07:05:16','2021-01-16 02:05:16'),
(72248,28246,'action complete via WP Cron','2021-01-16 07:05:16','2021-01-16 02:05:16'),
(72249,28247,'action created','2021-01-16 07:05:16','2021-01-16 02:05:16'),
(72250,28247,'action started via WP Cron','2021-01-16 07:06:53','2021-01-16 02:06:53'),
(72251,28247,'action complete via WP Cron','2021-01-16 07:06:53','2021-01-16 02:06:53'),
(72252,28248,'action created','2021-01-16 07:06:53','2021-01-16 02:06:53'),
(72253,28248,'action started via WP Cron','2021-01-16 07:07:41','2021-01-16 02:07:41'),
(72254,28248,'action complete via WP Cron','2021-01-16 07:07:41','2021-01-16 02:07:41'),
(72255,28249,'action created','2021-01-16 07:07:41','2021-01-16 02:07:41'),
(72256,28249,'action started via WP Cron','2021-01-16 07:08:15','2021-01-16 02:08:15'),
(72257,28249,'action complete via WP Cron','2021-01-16 07:08:15','2021-01-16 02:08:15'),
(72258,28250,'action created','2021-01-16 07:08:15','2021-01-16 02:08:15'),
(72259,28250,'action started via WP Cron','2021-01-16 07:11:01','2021-01-16 02:11:01'),
(72260,28250,'action complete via WP Cron','2021-01-16 07:11:01','2021-01-16 02:11:01'),
(72261,28251,'action created','2021-01-16 07:11:01','2021-01-16 02:11:01'),
(72262,28251,'action started via WP Cron','2021-01-16 07:12:25','2021-01-16 02:12:25'),
(72263,28251,'action complete via WP Cron','2021-01-16 07:12:25','2021-01-16 02:12:25'),
(72264,28252,'action created','2021-01-16 07:12:25','2021-01-16 02:12:25'),
(72265,28252,'action started via WP Cron','2021-01-16 07:15:19','2021-01-16 02:15:19'),
(72266,28252,'action complete via WP Cron','2021-01-16 07:15:19','2021-01-16 02:15:19'),
(72267,28253,'action created','2021-01-16 07:15:19','2021-01-16 02:15:19'),
(72268,28253,'action started via WP Cron','2021-01-16 07:21:52','2021-01-16 02:21:52'),
(72269,28253,'action complete via WP Cron','2021-01-16 07:21:52','2021-01-16 02:21:52'),
(72270,28254,'action created','2021-01-16 07:21:52','2021-01-16 02:21:52'),
(72271,28254,'action started via WP Cron','2021-01-16 07:27:15','2021-01-16 02:27:15'),
(72272,28254,'action complete via WP Cron','2021-01-16 07:27:15','2021-01-16 02:27:15'),
(72273,28255,'action created','2021-01-16 07:27:15','2021-01-16 02:27:15'),
(72274,28255,'action started via WP Cron','2021-01-16 07:28:48','2021-01-16 02:28:48'),
(72275,28255,'action complete via WP Cron','2021-01-16 07:28:48','2021-01-16 02:28:48'),
(72276,28256,'action created','2021-01-16 07:28:48','2021-01-16 02:28:48'),
(72277,28256,'action started via WP Cron','2021-01-16 07:31:25','2021-01-16 02:31:25'),
(72278,28256,'action complete via WP Cron','2021-01-16 07:31:25','2021-01-16 02:31:25'),
(72279,28257,'action created','2021-01-16 07:31:25','2021-01-16 02:31:25'),
(72280,28257,'action started via WP Cron','2021-01-16 07:33:36','2021-01-16 02:33:36'),
(72281,28257,'action complete via WP Cron','2021-01-16 07:33:36','2021-01-16 02:33:36'),
(72282,28258,'action created','2021-01-16 07:33:36','2021-01-16 02:33:36'),
(72283,28258,'action started via WP Cron','2021-01-16 07:34:34','2021-01-16 02:34:34'),
(72284,28258,'action complete via WP Cron','2021-01-16 07:34:34','2021-01-16 02:34:34'),
(72285,28259,'action created','2021-01-16 07:34:34','2021-01-16 02:34:34'),
(72286,28259,'action started via WP Cron','2021-01-16 07:35:51','2021-01-16 02:35:51'),
(72287,28259,'action complete via WP Cron','2021-01-16 07:35:51','2021-01-16 02:35:51'),
(72288,28260,'action created','2021-01-16 07:35:51','2021-01-16 02:35:51'),
(72289,28260,'action started via WP Cron','2021-01-16 07:36:25','2021-01-16 02:36:25'),
(72290,28260,'action complete via WP Cron','2021-01-16 07:36:25','2021-01-16 02:36:25'),
(72291,28261,'action created','2021-01-16 07:36:25','2021-01-16 02:36:25'),
(72292,28261,'action started via WP Cron','2021-01-16 07:37:12','2021-01-16 02:37:12'),
(72293,28261,'action complete via WP Cron','2021-01-16 07:37:12','2021-01-16 02:37:12'),
(72294,28262,'action created','2021-01-16 07:37:12','2021-01-16 02:37:12'),
(72295,28262,'action started via WP Cron','2021-01-16 07:38:29','2021-01-16 02:38:29'),
(72296,28262,'action complete via WP Cron','2021-01-16 07:38:29','2021-01-16 02:38:29'),
(72297,28263,'action created','2021-01-16 07:38:29','2021-01-16 02:38:29'),
(72298,28263,'action started via WP Cron','2021-01-16 07:39:14','2021-01-16 02:39:14'),
(72299,28263,'action complete via WP Cron','2021-01-16 07:39:14','2021-01-16 02:39:14'),
(72300,28264,'action created','2021-01-16 07:39:14','2021-01-16 02:39:14'),
(72301,28264,'action started via WP Cron','2021-01-16 07:40:32','2021-01-16 02:40:32'),
(72302,28264,'action complete via WP Cron','2021-01-16 07:40:32','2021-01-16 02:40:32'),
(72303,28265,'action created','2021-01-16 07:40:32','2021-01-16 02:40:32'),
(72304,28265,'action started via WP Cron','2021-01-16 07:41:19','2021-01-16 02:41:19'),
(72305,28265,'action complete via WP Cron','2021-01-16 07:41:19','2021-01-16 02:41:19'),
(72306,28266,'action created','2021-01-16 07:41:19','2021-01-16 02:41:19'),
(72307,28266,'action started via WP Cron','2021-01-16 07:42:12','2021-01-16 02:42:12'),
(72308,28266,'action complete via WP Cron','2021-01-16 07:42:12','2021-01-16 02:42:12'),
(72309,28267,'action created','2021-01-16 07:42:12','2021-01-16 02:42:12'),
(72310,28267,'action started via WP Cron','2021-01-16 07:43:23','2021-01-16 02:43:23'),
(72311,28267,'action complete via WP Cron','2021-01-16 07:43:23','2021-01-16 02:43:23'),
(72312,28268,'action created','2021-01-16 07:43:23','2021-01-16 02:43:23'),
(72313,28268,'action started via WP Cron','2021-01-16 07:46:16','2021-01-16 02:46:16'),
(72314,28268,'action complete via WP Cron','2021-01-16 07:46:16','2021-01-16 02:46:16'),
(72315,28269,'action created','2021-01-16 07:46:16','2021-01-16 02:46:16'),
(72316,28269,'action started via WP Cron','2021-01-16 07:47:16','2021-01-16 02:47:16'),
(72317,28269,'action complete via WP Cron','2021-01-16 07:47:16','2021-01-16 02:47:16'),
(72318,28270,'action created','2021-01-16 07:47:16','2021-01-16 02:47:16'),
(72319,28270,'action started via WP Cron','2021-01-16 07:48:33','2021-01-16 02:48:33'),
(72320,28270,'action complete via WP Cron','2021-01-16 07:48:33','2021-01-16 02:48:33'),
(72321,28271,'action created','2021-01-16 07:48:33','2021-01-16 02:48:33'),
(72322,28271,'action started via WP Cron','2021-01-16 07:51:02','2021-01-16 02:51:02'),
(72323,28271,'action complete via WP Cron','2021-01-16 07:51:02','2021-01-16 02:51:02'),
(72324,28272,'action created','2021-01-16 07:51:02','2021-01-16 02:51:02'),
(72325,28272,'action started via WP Cron','2021-01-16 07:54:47','2021-01-16 02:54:47'),
(72326,28272,'action complete via WP Cron','2021-01-16 07:54:47','2021-01-16 02:54:47'),
(72327,28273,'action created','2021-01-16 07:54:48','2021-01-16 02:54:48'),
(72328,28273,'action started via WP Cron','2021-01-16 07:55:24','2021-01-16 02:55:24'),
(72329,28273,'action complete via WP Cron','2021-01-16 07:55:24','2021-01-16 02:55:24'),
(72330,28274,'action created','2021-01-16 07:55:24','2021-01-16 02:55:24'),
(72331,28274,'action started via WP Cron','2021-01-16 07:56:42','2021-01-16 02:56:42'),
(72332,28274,'action complete via WP Cron','2021-01-16 07:56:42','2021-01-16 02:56:42'),
(72333,28275,'action created','2021-01-16 07:56:42','2021-01-16 02:56:42'),
(72334,28275,'action started via WP Cron','2021-01-16 07:57:47','2021-01-16 02:57:47'),
(72335,28275,'action complete via WP Cron','2021-01-16 07:57:47','2021-01-16 02:57:47'),
(72336,28276,'action created','2021-01-16 07:57:47','2021-01-16 02:57:47'),
(72337,28276,'action started via WP Cron','2021-01-16 07:58:40','2021-01-16 02:58:40'),
(72338,28276,'action complete via WP Cron','2021-01-16 07:58:40','2021-01-16 02:58:40'),
(72339,28277,'action created','2021-01-16 07:58:40','2021-01-16 02:58:40'),
(72340,28277,'action started via WP Cron','2021-01-16 07:59:50','2021-01-16 02:59:50'),
(72341,28277,'action complete via WP Cron','2021-01-16 07:59:50','2021-01-16 02:59:50'),
(72342,28278,'action created','2021-01-16 07:59:50','2021-01-16 02:59:50'),
(72343,28278,'action started via WP Cron','2021-01-16 08:01:36','2021-01-16 03:01:36'),
(72344,28278,'action complete via WP Cron','2021-01-16 08:01:36','2021-01-16 03:01:36'),
(72345,28279,'action created','2021-01-16 08:01:36','2021-01-16 03:01:36'),
(72346,28279,'action started via WP Cron','2021-01-16 08:02:36','2021-01-16 03:02:36'),
(72347,28279,'action complete via WP Cron','2021-01-16 08:02:36','2021-01-16 03:02:36'),
(72348,28280,'action created','2021-01-16 08:02:36','2021-01-16 03:02:36'),
(72349,28280,'action started via WP Cron','2021-01-16 08:04:53','2021-01-16 03:04:53'),
(72350,28280,'action complete via WP Cron','2021-01-16 08:04:53','2021-01-16 03:04:53'),
(72351,28281,'action created','2021-01-16 08:04:53','2021-01-16 03:04:53'),
(72352,28281,'action started via WP Cron','2021-01-16 08:06:08','2021-01-16 03:06:08'),
(72353,28281,'action complete via WP Cron','2021-01-16 08:06:08','2021-01-16 03:06:08'),
(72354,28282,'action created','2021-01-16 08:06:08','2021-01-16 03:06:08'),
(72355,28282,'action started via WP Cron','2021-01-16 08:08:39','2021-01-16 03:08:39'),
(72356,28282,'action complete via WP Cron','2021-01-16 08:08:39','2021-01-16 03:08:39'),
(72357,28283,'action created','2021-01-16 08:08:39','2021-01-16 03:08:39'),
(72358,28283,'action started via WP Cron','2021-01-16 08:12:34','2021-01-16 03:12:34'),
(72359,28283,'action complete via WP Cron','2021-01-16 08:12:34','2021-01-16 03:12:34'),
(72360,28284,'action created','2021-01-16 08:12:34','2021-01-16 03:12:34'),
(72361,28284,'action started via WP Cron','2021-01-16 08:15:57','2021-01-16 03:15:57'),
(72362,28284,'action complete via WP Cron','2021-01-16 08:15:57','2021-01-16 03:15:57'),
(72363,28285,'action created','2021-01-16 08:15:57','2021-01-16 03:15:57'),
(72364,28285,'action started via WP Cron','2021-01-16 08:16:52','2021-01-16 03:16:52'),
(72365,28285,'action complete via WP Cron','2021-01-16 08:16:52','2021-01-16 03:16:52'),
(72366,28286,'action created','2021-01-16 08:16:52','2021-01-16 03:16:52'),
(72367,28286,'action started via WP Cron','2021-01-16 08:19:02','2021-01-16 03:19:02'),
(72368,28286,'action complete via WP Cron','2021-01-16 08:19:02','2021-01-16 03:19:02'),
(72369,28287,'action created','2021-01-16 08:19:02','2021-01-16 03:19:02'),
(72370,28287,'action started via WP Cron','2021-01-16 08:19:57','2021-01-16 03:19:57'),
(72371,28287,'action complete via WP Cron','2021-01-16 08:19:57','2021-01-16 03:19:57'),
(72372,28288,'action created','2021-01-16 08:19:57','2021-01-16 03:19:57'),
(72373,28288,'action started via WP Cron','2021-01-16 08:22:25','2021-01-16 03:22:25'),
(72374,28288,'action complete via WP Cron','2021-01-16 08:22:25','2021-01-16 03:22:25'),
(72375,28289,'action created','2021-01-16 08:22:25','2021-01-16 03:22:25'),
(72376,28289,'action started via WP Cron','2021-01-16 08:23:23','2021-01-16 03:23:23'),
(72377,28289,'action complete via WP Cron','2021-01-16 08:23:23','2021-01-16 03:23:23'),
(72378,28290,'action created','2021-01-16 08:23:23','2021-01-16 03:23:23'),
(72379,28290,'action started via WP Cron','2021-01-16 08:25:39','2021-01-16 03:25:39'),
(72380,28290,'action complete via WP Cron','2021-01-16 08:25:39','2021-01-16 03:25:39'),
(72381,28291,'action created','2021-01-16 08:25:39','2021-01-16 03:25:39'),
(72382,28291,'action started via WP Cron','2021-01-16 08:26:12','2021-01-16 03:26:12'),
(72383,28291,'action complete via WP Cron','2021-01-16 08:26:12','2021-01-16 03:26:12'),
(72384,28292,'action created','2021-01-16 08:26:12','2021-01-16 03:26:12'),
(72385,28292,'action started via WP Cron','2021-01-16 08:28:18','2021-01-16 03:28:18'),
(72386,28292,'action complete via WP Cron','2021-01-16 08:28:18','2021-01-16 03:28:18'),
(72387,28293,'action created','2021-01-16 08:28:18','2021-01-16 03:28:18'),
(72388,28293,'action started via WP Cron','2021-01-16 08:29:12','2021-01-16 03:29:12'),
(72389,28293,'action complete via WP Cron','2021-01-16 08:29:12','2021-01-16 03:29:12'),
(72390,28294,'action created','2021-01-16 08:29:12','2021-01-16 03:29:12'),
(72391,28294,'action started via WP Cron','2021-01-16 08:30:13','2021-01-16 03:30:13'),
(72392,28294,'action complete via WP Cron','2021-01-16 08:30:13','2021-01-16 03:30:13'),
(72393,28295,'action created','2021-01-16 08:30:13','2021-01-16 03:30:13'),
(72394,28295,'action started via WP Cron','2021-01-16 08:31:20','2021-01-16 03:31:20'),
(72395,28295,'action complete via WP Cron','2021-01-16 08:31:20','2021-01-16 03:31:20'),
(72396,28296,'action created','2021-01-16 08:31:20','2021-01-16 03:31:20'),
(72397,28296,'action started via WP Cron','2021-01-16 08:32:14','2021-01-16 03:32:14'),
(72398,28296,'action complete via WP Cron','2021-01-16 08:32:14','2021-01-16 03:32:14'),
(72399,28297,'action created','2021-01-16 08:32:14','2021-01-16 03:32:14'),
(72400,28297,'action started via WP Cron','2021-01-16 08:33:13','2021-01-16 03:33:13'),
(72401,28297,'action complete via WP Cron','2021-01-16 08:33:13','2021-01-16 03:33:13'),
(72402,28298,'action created','2021-01-16 08:33:13','2021-01-16 03:33:13'),
(72403,28298,'action started via WP Cron','2021-01-16 08:35:03','2021-01-16 03:35:03'),
(72404,28298,'action complete via WP Cron','2021-01-16 08:35:03','2021-01-16 03:35:03'),
(72405,28299,'action created','2021-01-16 08:35:03','2021-01-16 03:35:03'),
(72406,28299,'action started via WP Cron','2021-01-16 08:36:08','2021-01-16 03:36:08'),
(72407,28299,'action complete via WP Cron','2021-01-16 08:36:08','2021-01-16 03:36:08'),
(72408,28300,'action created','2021-01-16 08:36:08','2021-01-16 03:36:08'),
(72409,28300,'action started via WP Cron','2021-01-16 08:38:18','2021-01-16 03:38:18'),
(72410,28300,'action complete via WP Cron','2021-01-16 08:38:18','2021-01-16 03:38:18'),
(72411,28301,'action created','2021-01-16 08:38:18','2021-01-16 03:38:18'),
(72412,28301,'action started via WP Cron','2021-01-16 08:40:18','2021-01-16 03:40:18'),
(72413,28301,'action complete via WP Cron','2021-01-16 08:40:18','2021-01-16 03:40:18'),
(72414,28302,'action created','2021-01-16 08:40:18','2021-01-16 03:40:18'),
(72415,28302,'action started via WP Cron','2021-01-16 08:42:18','2021-01-16 03:42:18'),
(72416,28302,'action complete via WP Cron','2021-01-16 08:42:19','2021-01-16 03:42:19'),
(72417,28303,'action created','2021-01-16 08:42:19','2021-01-16 03:42:19'),
(72418,28303,'action started via WP Cron','2021-01-16 08:44:16','2021-01-16 03:44:16'),
(72419,28303,'action complete via WP Cron','2021-01-16 08:44:16','2021-01-16 03:44:16'),
(72420,28304,'action created','2021-01-16 08:44:16','2021-01-16 03:44:16'),
(72421,28304,'action started via WP Cron','2021-01-16 08:45:20','2021-01-16 03:45:20'),
(72422,28304,'action complete via WP Cron','2021-01-16 08:45:20','2021-01-16 03:45:20'),
(72423,28305,'action created','2021-01-16 08:45:20','2021-01-16 03:45:20'),
(72424,28305,'action started via WP Cron','2021-01-16 08:46:11','2021-01-16 03:46:11'),
(72425,28305,'action complete via WP Cron','2021-01-16 08:46:11','2021-01-16 03:46:11'),
(72426,28306,'action created','2021-01-16 08:46:11','2021-01-16 03:46:11'),
(72427,28306,'action started via WP Cron','2021-01-16 08:47:58','2021-01-16 03:47:58'),
(72428,28306,'action complete via WP Cron','2021-01-16 08:47:58','2021-01-16 03:47:58'),
(72429,28307,'action created','2021-01-16 08:47:58','2021-01-16 03:47:58'),
(72430,28307,'action started via WP Cron','2021-01-16 08:48:25','2021-01-16 03:48:25'),
(72431,28307,'action complete via WP Cron','2021-01-16 08:48:25','2021-01-16 03:48:25'),
(72432,28308,'action created','2021-01-16 08:48:25','2021-01-16 03:48:25'),
(72433,28308,'action started via WP Cron','2021-01-16 08:49:29','2021-01-16 03:49:29'),
(72434,28308,'action complete via WP Cron','2021-01-16 08:49:29','2021-01-16 03:49:29'),
(72435,28309,'action created','2021-01-16 08:49:29','2021-01-16 03:49:29'),
(72436,28309,'action started via WP Cron','2021-01-16 08:50:15','2021-01-16 03:50:15'),
(72437,28309,'action complete via WP Cron','2021-01-16 08:50:15','2021-01-16 03:50:15'),
(72438,28310,'action created','2021-01-16 08:50:15','2021-01-16 03:50:15'),
(72439,28310,'action started via WP Cron','2021-01-16 08:51:40','2021-01-16 03:51:40'),
(72440,28310,'action complete via WP Cron','2021-01-16 08:51:40','2021-01-16 03:51:40'),
(72441,28311,'action created','2021-01-16 08:51:41','2021-01-16 03:51:41'),
(72442,28311,'action started via WP Cron','2021-01-16 08:53:52','2021-01-16 03:53:52'),
(72443,28311,'action complete via WP Cron','2021-01-16 08:53:52','2021-01-16 03:53:52'),
(72444,28312,'action created','2021-01-16 08:53:52','2021-01-16 03:53:52'),
(72445,28312,'action started via WP Cron','2021-01-16 08:54:15','2021-01-16 03:54:15'),
(72446,28312,'action complete via WP Cron','2021-01-16 08:54:15','2021-01-16 03:54:15'),
(72447,28313,'action created','2021-01-16 08:54:15','2021-01-16 03:54:15'),
(72448,28313,'action started via WP Cron','2021-01-16 08:55:39','2021-01-16 03:55:39'),
(72449,28313,'action complete via WP Cron','2021-01-16 08:55:39','2021-01-16 03:55:39'),
(72450,28314,'action created','2021-01-16 08:55:39','2021-01-16 03:55:39'),
(72451,28314,'action started via WP Cron','2021-01-16 08:56:23','2021-01-16 03:56:23'),
(72452,28314,'action complete via WP Cron','2021-01-16 08:56:23','2021-01-16 03:56:23'),
(72453,28315,'action created','2021-01-16 08:56:23','2021-01-16 03:56:23'),
(72454,28315,'action started via WP Cron','2021-01-16 08:57:18','2021-01-16 03:57:18'),
(72455,28315,'action complete via WP Cron','2021-01-16 08:57:18','2021-01-16 03:57:18'),
(72456,28316,'action created','2021-01-16 08:57:18','2021-01-16 03:57:18'),
(72457,28316,'action started via WP Cron','2021-01-16 08:58:37','2021-01-16 03:58:37'),
(72458,28316,'action complete via WP Cron','2021-01-16 08:58:37','2021-01-16 03:58:37'),
(72459,28317,'action created','2021-01-16 08:58:37','2021-01-16 03:58:37'),
(72460,28317,'action started via WP Cron','2021-01-16 08:59:19','2021-01-16 03:59:19'),
(72461,28317,'action complete via WP Cron','2021-01-16 08:59:19','2021-01-16 03:59:19'),
(72462,28318,'action created','2021-01-16 08:59:19','2021-01-16 03:59:19'),
(72463,28318,'action started via WP Cron','2021-01-16 09:00:18','2021-01-16 04:00:18'),
(72464,28318,'action complete via WP Cron','2021-01-16 09:00:18','2021-01-16 04:00:18'),
(72465,28319,'action created','2021-01-16 09:00:18','2021-01-16 04:00:18'),
(72466,28319,'action started via WP Cron','2021-01-16 09:02:24','2021-01-16 04:02:24'),
(72467,28319,'action complete via WP Cron','2021-01-16 09:02:24','2021-01-16 04:02:24'),
(72468,28320,'action created','2021-01-16 09:02:24','2021-01-16 04:02:24'),
(72469,28320,'action started via WP Cron','2021-01-16 09:04:31','2021-01-16 04:04:31'),
(72470,28320,'action complete via WP Cron','2021-01-16 09:04:31','2021-01-16 04:04:31'),
(72471,28321,'action created','2021-01-16 09:04:31','2021-01-16 04:04:31'),
(72472,28321,'action started via WP Cron','2021-01-16 09:05:13','2021-01-16 04:05:13'),
(72473,28321,'action complete via WP Cron','2021-01-16 09:05:13','2021-01-16 04:05:13'),
(72474,28322,'action created','2021-01-16 09:05:13','2021-01-16 04:05:13'),
(72475,28322,'action started via WP Cron','2021-01-16 09:06:12','2021-01-16 04:06:12'),
(72476,28322,'action complete via WP Cron','2021-01-16 09:06:13','2021-01-16 04:06:13'),
(72477,28323,'action created','2021-01-16 09:06:13','2021-01-16 04:06:13'),
(72478,28323,'action started via WP Cron','2021-01-16 09:08:05','2021-01-16 04:08:05'),
(72479,28323,'action complete via WP Cron','2021-01-16 09:08:05','2021-01-16 04:08:05'),
(72480,28324,'action created','2021-01-16 09:08:05','2021-01-16 04:08:05'),
(72481,28324,'action started via WP Cron','2021-01-16 09:10:38','2021-01-16 04:10:38'),
(72482,28324,'action complete via WP Cron','2021-01-16 09:10:38','2021-01-16 04:10:38'),
(72483,28325,'action created','2021-01-16 09:10:38','2021-01-16 04:10:38'),
(72484,28325,'action started via WP Cron','2021-01-16 09:11:28','2021-01-16 04:11:28'),
(72485,28325,'action complete via WP Cron','2021-01-16 09:11:28','2021-01-16 04:11:28'),
(72486,28326,'action created','2021-01-16 09:11:29','2021-01-16 04:11:29'),
(72487,28326,'action started via WP Cron','2021-01-16 09:12:33','2021-01-16 04:12:33'),
(72488,28326,'action complete via WP Cron','2021-01-16 09:12:33','2021-01-16 04:12:33'),
(72489,28327,'action created','2021-01-16 09:12:33','2021-01-16 04:12:33'),
(72490,28327,'action started via WP Cron','2021-01-16 09:13:20','2021-01-16 04:13:20'),
(72491,28327,'action complete via WP Cron','2021-01-16 09:13:20','2021-01-16 04:13:20'),
(72492,28328,'action created','2021-01-16 09:13:20','2021-01-16 04:13:20'),
(72493,28328,'action started via WP Cron','2021-01-16 09:14:33','2021-01-16 04:14:33'),
(72494,28328,'action complete via WP Cron','2021-01-16 09:14:33','2021-01-16 04:14:33'),
(72495,28329,'action created','2021-01-16 09:14:33','2021-01-16 04:14:33'),
(72496,28329,'action started via WP Cron','2021-01-16 09:15:25','2021-01-16 04:15:25'),
(72497,28329,'action complete via WP Cron','2021-01-16 09:15:25','2021-01-16 04:15:25'),
(72498,28330,'action created','2021-01-16 09:15:25','2021-01-16 04:15:25'),
(72499,28330,'action started via WP Cron','2021-01-16 09:16:13','2021-01-16 04:16:13'),
(72500,28330,'action complete via WP Cron','2021-01-16 09:16:13','2021-01-16 04:16:13'),
(72501,28331,'action created','2021-01-16 09:16:13','2021-01-16 04:16:13'),
(72502,28331,'action started via WP Cron','2021-01-16 09:17:54','2021-01-16 04:17:54'),
(72503,28331,'action complete via WP Cron','2021-01-16 09:17:54','2021-01-16 04:17:54'),
(72504,28332,'action created','2021-01-16 09:17:54','2021-01-16 04:17:54'),
(72505,28332,'action started via WP Cron','2021-01-16 09:19:52','2021-01-16 04:19:52'),
(72506,28332,'action complete via WP Cron','2021-01-16 09:19:52','2021-01-16 04:19:52'),
(72507,28333,'action created','2021-01-16 09:19:52','2021-01-16 04:19:52'),
(72508,28333,'action started via WP Cron','2021-01-16 09:20:20','2021-01-16 04:20:20'),
(72509,28333,'action complete via WP Cron','2021-01-16 09:20:20','2021-01-16 04:20:20'),
(72510,28334,'action created','2021-01-16 09:20:21','2021-01-16 04:20:21'),
(72511,28334,'action started via WP Cron','2021-01-16 09:21:13','2021-01-16 04:21:13'),
(72512,28334,'action complete via WP Cron','2021-01-16 09:21:13','2021-01-16 04:21:13'),
(72513,28335,'action created','2021-01-16 09:21:14','2021-01-16 04:21:14'),
(72514,28335,'action started via WP Cron','2021-01-16 09:23:23','2021-01-16 04:23:23'),
(72515,28335,'action complete via WP Cron','2021-01-16 09:23:23','2021-01-16 04:23:23'),
(72516,28336,'action created','2021-01-16 09:23:23','2021-01-16 04:23:23'),
(72517,28336,'action started via WP Cron','2021-01-16 09:24:44','2021-01-16 04:24:44'),
(72518,28336,'action complete via WP Cron','2021-01-16 09:24:44','2021-01-16 04:24:44'),
(72519,28337,'action created','2021-01-16 09:24:44','2021-01-16 04:24:44'),
(72520,28337,'action started via WP Cron','2021-01-16 09:25:39','2021-01-16 04:25:39'),
(72521,28337,'action complete via WP Cron','2021-01-16 09:25:39','2021-01-16 04:25:39'),
(72522,28338,'action created','2021-01-16 09:25:39','2021-01-16 04:25:39'),
(72523,28338,'action started via WP Cron','2021-01-16 09:26:47','2021-01-16 04:26:47'),
(72524,28338,'action complete via WP Cron','2021-01-16 09:26:47','2021-01-16 04:26:47'),
(72525,28339,'action created','2021-01-16 09:26:47','2021-01-16 04:26:47'),
(72526,28339,'action started via WP Cron','2021-01-16 09:27:19','2021-01-16 04:27:19'),
(72527,28339,'action complete via WP Cron','2021-01-16 09:27:19','2021-01-16 04:27:19'),
(72528,28340,'action created','2021-01-16 09:27:19','2021-01-16 04:27:19'),
(72529,28340,'action started via WP Cron','2021-01-16 09:28:18','2021-01-16 04:28:18'),
(72530,28340,'action complete via WP Cron','2021-01-16 09:28:18','2021-01-16 04:28:18'),
(72531,28341,'action created','2021-01-16 09:28:18','2021-01-16 04:28:18'),
(72532,28341,'action started via WP Cron','2021-01-16 09:29:14','2021-01-16 04:29:14'),
(72533,28341,'action complete via WP Cron','2021-01-16 09:29:14','2021-01-16 04:29:14'),
(72534,28342,'action created','2021-01-16 09:29:14','2021-01-16 04:29:14'),
(72535,28342,'action started via WP Cron','2021-01-16 09:30:12','2021-01-16 04:30:12'),
(72536,28342,'action complete via WP Cron','2021-01-16 09:30:12','2021-01-16 04:30:12'),
(72537,28343,'action created','2021-01-16 09:30:12','2021-01-16 04:30:12'),
(72538,28343,'action started via WP Cron','2021-01-16 09:31:12','2021-01-16 04:31:12'),
(72539,28343,'action complete via WP Cron','2021-01-16 09:31:12','2021-01-16 04:31:12'),
(72540,28344,'action created','2021-01-16 09:31:12','2021-01-16 04:31:12'),
(72541,28344,'action started via WP Cron','2021-01-16 09:32:12','2021-01-16 04:32:12'),
(72542,28344,'action complete via WP Cron','2021-01-16 09:32:12','2021-01-16 04:32:12'),
(72543,28345,'action created','2021-01-16 09:32:12','2021-01-16 04:32:12'),
(72544,28345,'action started via WP Cron','2021-01-16 09:33:11','2021-01-16 04:33:11'),
(72545,28345,'action complete via WP Cron','2021-01-16 09:33:11','2021-01-16 04:33:11'),
(72546,28346,'action created','2021-01-16 09:33:11','2021-01-16 04:33:11'),
(72547,28346,'action started via WP Cron','2021-01-16 09:34:14','2021-01-16 04:34:14'),
(72548,28346,'action complete via WP Cron','2021-01-16 09:34:14','2021-01-16 04:34:14'),
(72549,28347,'action created','2021-01-16 09:34:14','2021-01-16 04:34:14'),
(72550,28347,'action started via WP Cron','2021-01-16 09:35:18','2021-01-16 04:35:18'),
(72551,28347,'action complete via WP Cron','2021-01-16 09:35:18','2021-01-16 04:35:18'),
(72552,28348,'action created','2021-01-16 09:35:18','2021-01-16 04:35:18'),
(72553,28348,'action started via WP Cron','2021-01-16 09:36:14','2021-01-16 04:36:14'),
(72554,28348,'action complete via WP Cron','2021-01-16 09:36:14','2021-01-16 04:36:14'),
(72555,28349,'action created','2021-01-16 09:36:14','2021-01-16 04:36:14'),
(72556,28349,'action started via WP Cron','2021-01-16 09:37:18','2021-01-16 04:37:18'),
(72557,28349,'action complete via WP Cron','2021-01-16 09:37:18','2021-01-16 04:37:18'),
(72558,28350,'action created','2021-01-16 09:37:18','2021-01-16 04:37:18'),
(72559,28350,'action started via WP Cron','2021-01-16 09:38:12','2021-01-16 04:38:12'),
(72560,28350,'action complete via WP Cron','2021-01-16 09:38:12','2021-01-16 04:38:12'),
(72561,28351,'action created','2021-01-16 09:38:12','2021-01-16 04:38:12'),
(72562,28351,'action started via WP Cron','2021-01-16 09:39:25','2021-01-16 04:39:25'),
(72563,28351,'action complete via WP Cron','2021-01-16 09:39:25','2021-01-16 04:39:25'),
(72564,28352,'action created','2021-01-16 09:39:25','2021-01-16 04:39:25'),
(72565,28352,'action started via WP Cron','2021-01-16 09:42:04','2021-01-16 04:42:04'),
(72566,28352,'action complete via WP Cron','2021-01-16 09:42:05','2021-01-16 04:42:05'),
(72567,28353,'action created','2021-01-16 09:42:05','2021-01-16 04:42:05'),
(72568,28353,'action started via WP Cron','2021-01-16 09:42:28','2021-01-16 04:42:28'),
(72569,28353,'action complete via WP Cron','2021-01-16 09:42:28','2021-01-16 04:42:28'),
(72570,28354,'action created','2021-01-16 09:42:28','2021-01-16 04:42:28'),
(72571,28354,'action started via WP Cron','2021-01-16 09:43:31','2021-01-16 04:43:31'),
(72572,28354,'action complete via WP Cron','2021-01-16 09:43:31','2021-01-16 04:43:31'),
(72573,28355,'action created','2021-01-16 09:43:31','2021-01-16 04:43:31'),
(72574,28355,'action started via WP Cron','2021-01-16 09:44:23','2021-01-16 04:44:23'),
(72575,28355,'action complete via WP Cron','2021-01-16 09:44:23','2021-01-16 04:44:23'),
(72576,28356,'action created','2021-01-16 09:44:23','2021-01-16 04:44:23'),
(72577,28356,'action started via WP Cron','2021-01-16 09:45:35','2021-01-16 04:45:35'),
(72578,28356,'action complete via WP Cron','2021-01-16 09:45:35','2021-01-16 04:45:35'),
(72579,28357,'action created','2021-01-16 09:45:35','2021-01-16 04:45:35'),
(72580,28357,'action started via WP Cron','2021-01-16 09:46:39','2021-01-16 04:46:39'),
(72581,28357,'action complete via WP Cron','2021-01-16 09:46:39','2021-01-16 04:46:39'),
(72582,28358,'action created','2021-01-16 09:46:39','2021-01-16 04:46:39'),
(72583,28358,'action started via WP Cron','2021-01-16 09:48:05','2021-01-16 04:48:05'),
(72584,28358,'action complete via WP Cron','2021-01-16 09:48:05','2021-01-16 04:48:05'),
(72585,28359,'action created','2021-01-16 09:48:05','2021-01-16 04:48:05'),
(72586,28359,'action started via WP Cron','2021-01-16 09:49:54','2021-01-16 04:49:54'),
(72587,28359,'action complete via WP Cron','2021-01-16 09:49:54','2021-01-16 04:49:54'),
(72588,28360,'action created','2021-01-16 09:49:54','2021-01-16 04:49:54'),
(72589,28360,'action started via WP Cron','2021-01-16 09:52:21','2021-01-16 04:52:21'),
(72590,28360,'action complete via WP Cron','2021-01-16 09:52:21','2021-01-16 04:52:21'),
(72591,28361,'action created','2021-01-16 09:52:21','2021-01-16 04:52:21'),
(72592,28361,'action started via WP Cron','2021-01-16 09:54:06','2021-01-16 04:54:06'),
(72593,28361,'action complete via WP Cron','2021-01-16 09:54:06','2021-01-16 04:54:06'),
(72594,28362,'action created','2021-01-16 09:54:06','2021-01-16 04:54:06'),
(72595,28362,'action started via WP Cron','2021-01-16 09:54:26','2021-01-16 04:54:26'),
(72596,28362,'action complete via WP Cron','2021-01-16 09:54:26','2021-01-16 04:54:26'),
(72597,28363,'action created','2021-01-16 09:54:26','2021-01-16 04:54:26'),
(72598,28363,'action started via WP Cron','2021-01-16 09:56:43','2021-01-16 04:56:43'),
(72599,28363,'action complete via WP Cron','2021-01-16 09:56:43','2021-01-16 04:56:43'),
(72600,28364,'action created','2021-01-16 09:56:43','2021-01-16 04:56:43'),
(72601,28364,'action started via WP Cron','2021-01-16 09:58:40','2021-01-16 04:58:40'),
(72602,28364,'action complete via WP Cron','2021-01-16 09:58:40','2021-01-16 04:58:40'),
(72603,28365,'action created','2021-01-16 09:58:40','2021-01-16 04:58:40'),
(72604,28365,'action started via WP Cron','2021-01-16 09:59:52','2021-01-16 04:59:52'),
(72605,28365,'action complete via WP Cron','2021-01-16 09:59:52','2021-01-16 04:59:52'),
(72606,28366,'action created','2021-01-16 09:59:52','2021-01-16 04:59:52'),
(72607,28366,'action started via WP Cron','2021-01-16 10:01:13','2021-01-16 05:01:13'),
(72608,28366,'action complete via WP Cron','2021-01-16 10:01:13','2021-01-16 05:01:13'),
(72609,28367,'action created','2021-01-16 10:01:13','2021-01-16 05:01:13'),
(72610,28367,'action started via WP Cron','2021-01-16 10:03:46','2021-01-16 05:03:46'),
(72611,28367,'action complete via WP Cron','2021-01-16 10:03:46','2021-01-16 05:03:46'),
(72612,28368,'action created','2021-01-16 10:03:46','2021-01-16 05:03:46'),
(72613,28368,'action started via WP Cron','2021-01-16 10:05:02','2021-01-16 05:05:02'),
(72614,28368,'action complete via WP Cron','2021-01-16 10:05:02','2021-01-16 05:05:02'),
(72615,28369,'action created','2021-01-16 10:05:23','2021-01-16 05:05:23'),
(72616,28369,'action started via WP Cron','2021-01-16 10:06:35','2021-01-16 05:06:35'),
(72617,28369,'action complete via WP Cron','2021-01-16 10:06:35','2021-01-16 05:06:35'),
(72618,28370,'action created','2021-01-16 10:06:35','2021-01-16 05:06:35'),
(72619,28370,'action started via WP Cron','2021-01-16 10:08:24','2021-01-16 05:08:24'),
(72620,28370,'action complete via WP Cron','2021-01-16 10:08:24','2021-01-16 05:08:24'),
(72621,28371,'action created','2021-01-16 10:08:24','2021-01-16 05:08:24'),
(72622,28371,'action started via WP Cron','2021-01-16 10:09:18','2021-01-16 05:09:18'),
(72623,28371,'action complete via WP Cron','2021-01-16 10:09:18','2021-01-16 05:09:18'),
(72624,28372,'action created','2021-01-16 10:09:18','2021-01-16 05:09:18'),
(72625,28372,'action started via WP Cron','2021-01-16 10:10:27','2021-01-16 05:10:27'),
(72626,28372,'action complete via WP Cron','2021-01-16 10:10:27','2021-01-16 05:10:27'),
(72627,28373,'action created','2021-01-16 10:10:28','2021-01-16 05:10:28'),
(72628,28373,'action started via WP Cron','2021-01-16 10:11:20','2021-01-16 05:11:20'),
(72629,28373,'action complete via WP Cron','2021-01-16 10:11:20','2021-01-16 05:11:20'),
(72630,28374,'action created','2021-01-16 10:11:21','2021-01-16 05:11:21'),
(72631,28374,'action started via WP Cron','2021-01-16 10:12:34','2021-01-16 05:12:34'),
(72632,28374,'action complete via WP Cron','2021-01-16 10:12:34','2021-01-16 05:12:34'),
(72633,28375,'action created','2021-01-16 10:12:34','2021-01-16 05:12:34'),
(72634,28375,'action started via WP Cron','2021-01-16 10:13:33','2021-01-16 05:13:33'),
(72635,28375,'action complete via WP Cron','2021-01-16 10:13:33','2021-01-16 05:13:33'),
(72636,28376,'action created','2021-01-16 10:13:33','2021-01-16 05:13:33'),
(72637,28376,'action started via WP Cron','2021-01-16 10:14:40','2021-01-16 05:14:40'),
(72638,28376,'action complete via WP Cron','2021-01-16 10:14:40','2021-01-16 05:14:40'),
(72639,28377,'action created','2021-01-16 10:14:40','2021-01-16 05:14:40'),
(72640,28377,'action started via WP Cron','2021-01-16 10:15:15','2021-01-16 05:15:15'),
(72641,28377,'action complete via WP Cron','2021-01-16 10:15:15','2021-01-16 05:15:15'),
(72642,28378,'action created','2021-01-16 10:15:15','2021-01-16 05:15:15'),
(72643,28378,'action started via WP Cron','2021-01-16 10:16:44','2021-01-16 05:16:44'),
(72644,28378,'action complete via WP Cron','2021-01-16 10:16:44','2021-01-16 05:16:44'),
(72645,28379,'action created','2021-01-16 10:16:44','2021-01-16 05:16:44'),
(72646,28379,'action started via WP Cron','2021-01-16 10:17:13','2021-01-16 05:17:13'),
(72647,28379,'action complete via WP Cron','2021-01-16 10:17:14','2021-01-16 05:17:14'),
(72648,28380,'action created','2021-01-16 10:17:18','2021-01-16 05:17:18'),
(72649,28380,'action started via WP Cron','2021-01-16 10:18:56','2021-01-16 05:18:56'),
(72650,28380,'action complete via WP Cron','2021-01-16 10:18:56','2021-01-16 05:18:56'),
(72651,28381,'action created','2021-01-16 10:18:56','2021-01-16 05:18:56'),
(72652,28381,'action started via WP Cron','2021-01-16 10:22:48','2021-01-16 05:22:48'),
(72653,28381,'action complete via WP Cron','2021-01-16 10:22:48','2021-01-16 05:22:48'),
(72654,28382,'action created','2021-01-16 10:22:48','2021-01-16 05:22:48'),
(72655,28382,'action started via WP Cron','2021-01-16 10:23:40','2021-01-16 05:23:40'),
(72656,28382,'action complete via WP Cron','2021-01-16 10:23:40','2021-01-16 05:23:40'),
(72657,28383,'action created','2021-01-16 10:23:40','2021-01-16 05:23:40'),
(72658,28383,'action started via WP Cron','2021-01-16 10:25:20','2021-01-16 05:25:20'),
(72659,28383,'action complete via WP Cron','2021-01-16 10:25:20','2021-01-16 05:25:20'),
(72660,28384,'action created','2021-01-16 10:25:20','2021-01-16 05:25:20'),
(72661,28384,'action started via WP Cron','2021-01-16 10:26:41','2021-01-16 05:26:41'),
(72662,28384,'action complete via WP Cron','2021-01-16 10:26:41','2021-01-16 05:26:41'),
(72663,28385,'action created','2021-01-16 10:26:41','2021-01-16 05:26:41'),
(72664,28385,'action started via WP Cron','2021-01-16 10:29:33','2021-01-16 05:29:33'),
(72665,28385,'action complete via WP Cron','2021-01-16 10:29:33','2021-01-16 05:29:33'),
(72666,28386,'action created','2021-01-16 10:29:33','2021-01-16 05:29:33'),
(72667,28386,'action started via WP Cron','2021-01-16 10:30:36','2021-01-16 05:30:36'),
(72668,28386,'action complete via WP Cron','2021-01-16 10:30:36','2021-01-16 05:30:36'),
(72669,28387,'action created','2021-01-16 10:30:36','2021-01-16 05:30:36'),
(72670,28387,'action started via WP Cron','2021-01-16 10:31:37','2021-01-16 05:31:37'),
(72671,28387,'action complete via WP Cron','2021-01-16 10:31:37','2021-01-16 05:31:37'),
(72672,28388,'action created','2021-01-16 10:31:37','2021-01-16 05:31:37'),
(72673,28388,'action started via WP Cron','2021-01-16 10:34:42','2021-01-16 05:34:42'),
(72674,28388,'action complete via WP Cron','2021-01-16 10:34:42','2021-01-16 05:34:42'),
(72675,28389,'action created','2021-01-16 10:34:42','2021-01-16 05:34:42'),
(72676,28389,'action started via WP Cron','2021-01-16 10:38:09','2021-01-16 05:38:09'),
(72677,28389,'action complete via WP Cron','2021-01-16 10:38:09','2021-01-16 05:38:09'),
(72678,28390,'action created','2021-01-16 10:38:09','2021-01-16 05:38:09'),
(72679,28390,'action started via WP Cron','2021-01-16 10:39:41','2021-01-16 05:39:41'),
(72680,28390,'action complete via WP Cron','2021-01-16 10:39:41','2021-01-16 05:39:41'),
(72681,28391,'action created','2021-01-16 10:39:41','2021-01-16 05:39:41'),
(72682,28391,'action started via WP Cron','2021-01-16 10:41:00','2021-01-16 05:41:00'),
(72683,28391,'action complete via WP Cron','2021-01-16 10:41:00','2021-01-16 05:41:00'),
(72684,28392,'action created','2021-01-16 10:41:00','2021-01-16 05:41:00'),
(72685,28392,'action started via WP Cron','2021-01-16 10:43:30','2021-01-16 05:43:30'),
(72686,28392,'action complete via WP Cron','2021-01-16 10:43:30','2021-01-16 05:43:30'),
(72687,28393,'action created','2021-01-16 10:43:30','2021-01-16 05:43:30'),
(72688,28393,'action started via WP Cron','2021-01-16 10:44:20','2021-01-16 05:44:20'),
(72689,28393,'action complete via WP Cron','2021-01-16 10:44:20','2021-01-16 05:44:20'),
(72690,28394,'action created','2021-01-16 10:44:20','2021-01-16 05:44:20'),
(72691,28394,'action started via WP Cron','2021-01-16 10:45:47','2021-01-16 05:45:47'),
(72692,28394,'action complete via WP Cron','2021-01-16 10:45:47','2021-01-16 05:45:47'),
(72693,28395,'action created','2021-01-16 10:45:48','2021-01-16 05:45:48'),
(72694,28395,'action started via WP Cron','2021-01-16 10:46:55','2021-01-16 05:46:55'),
(72695,28395,'action complete via WP Cron','2021-01-16 10:46:55','2021-01-16 05:46:55'),
(72696,28396,'action created','2021-01-16 10:46:55','2021-01-16 05:46:55'),
(72697,28396,'action started via WP Cron','2021-01-16 10:47:21','2021-01-16 05:47:21'),
(72698,28396,'action complete via WP Cron','2021-01-16 10:47:21','2021-01-16 05:47:21'),
(72699,28397,'action created','2021-01-16 10:47:21','2021-01-16 05:47:21'),
(72700,28397,'action started via WP Cron','2021-01-16 10:48:54','2021-01-16 05:48:54'),
(72701,28397,'action complete via WP Cron','2021-01-16 10:48:54','2021-01-16 05:48:54'),
(72702,28398,'action created','2021-01-16 10:48:54','2021-01-16 05:48:54'),
(72703,28398,'action started via WP Cron','2021-01-16 10:49:26','2021-01-16 05:49:26'),
(72704,28398,'action complete via WP Cron','2021-01-16 10:49:26','2021-01-16 05:49:26'),
(72705,28399,'action created','2021-01-16 10:49:26','2021-01-16 05:49:26'),
(72706,28399,'action started via WP Cron','2021-01-16 10:50:14','2021-01-16 05:50:14'),
(72707,28399,'action complete via WP Cron','2021-01-16 10:50:14','2021-01-16 05:50:14'),
(72708,28400,'action created','2021-01-16 10:50:14','2021-01-16 05:50:14'),
(72709,28400,'action started via WP Cron','2021-01-16 10:51:38','2021-01-16 05:51:38'),
(72710,28400,'action complete via WP Cron','2021-01-16 10:51:38','2021-01-16 05:51:38'),
(72711,28401,'action created','2021-01-16 10:51:38','2021-01-16 05:51:38'),
(72712,28401,'action started via WP Cron','2021-01-16 10:52:31','2021-01-16 05:52:31'),
(72713,28401,'action complete via WP Cron','2021-01-16 10:52:31','2021-01-16 05:52:31'),
(72714,28402,'action created','2021-01-16 10:52:31','2021-01-16 05:52:31'),
(72715,28402,'action started via WP Cron','2021-01-16 10:53:48','2021-01-16 05:53:48'),
(72716,28402,'action complete via WP Cron','2021-01-16 10:53:48','2021-01-16 05:53:48'),
(72717,28403,'action created','2021-01-16 10:53:48','2021-01-16 05:53:48'),
(72718,28403,'action started via WP Cron','2021-01-16 10:54:49','2021-01-16 05:54:49'),
(72719,28403,'action complete via WP Cron','2021-01-16 10:54:49','2021-01-16 05:54:49'),
(72720,28404,'action created','2021-01-16 10:54:49','2021-01-16 05:54:49'),
(72721,28404,'action started via WP Cron','2021-01-16 10:55:37','2021-01-16 05:55:37'),
(72722,28404,'action complete via WP Cron','2021-01-16 10:55:37','2021-01-16 05:55:37'),
(72723,28405,'action created','2021-01-16 10:55:37','2021-01-16 05:55:37'),
(72724,28405,'action started via WP Cron','2021-01-16 10:56:26','2021-01-16 05:56:26'),
(72725,28405,'action complete via WP Cron','2021-01-16 10:56:26','2021-01-16 05:56:26'),
(72726,28406,'action created','2021-01-16 10:56:26','2021-01-16 05:56:26'),
(72727,28406,'action started via WP Cron','2021-01-16 10:58:02','2021-01-16 05:58:02'),
(72728,28406,'action complete via WP Cron','2021-01-16 10:58:02','2021-01-16 05:58:02'),
(72729,28407,'action created','2021-01-16 10:58:03','2021-01-16 05:58:03'),
(72730,28407,'action started via WP Cron','2021-01-16 10:58:18','2021-01-16 05:58:18'),
(72731,28407,'action complete via WP Cron','2021-01-16 10:58:18','2021-01-16 05:58:18'),
(72732,28408,'action created','2021-01-16 10:58:18','2021-01-16 05:58:18'),
(72733,28408,'action started via WP Cron','2021-01-16 11:00:53','2021-01-16 06:00:53'),
(72734,28408,'action complete via WP Cron','2021-01-16 11:00:53','2021-01-16 06:00:53'),
(72735,28409,'action created','2021-01-16 11:00:53','2021-01-16 06:00:53'),
(72736,28409,'action started via WP Cron','2021-01-16 11:01:48','2021-01-16 06:01:48'),
(72737,28409,'action complete via WP Cron','2021-01-16 11:01:48','2021-01-16 06:01:48'),
(72738,28410,'action created','2021-01-16 11:01:48','2021-01-16 06:01:48'),
(72739,28410,'action started via WP Cron','2021-01-16 11:02:29','2021-01-16 06:02:29'),
(72740,28410,'action complete via WP Cron','2021-01-16 11:02:29','2021-01-16 06:02:29'),
(72741,28411,'action created','2021-01-16 11:02:29','2021-01-16 06:02:29'),
(72742,28411,'action started via WP Cron','2021-01-16 11:03:29','2021-01-16 06:03:29'),
(72743,28411,'action complete via WP Cron','2021-01-16 11:03:29','2021-01-16 06:03:29'),
(72744,28412,'action created','2021-01-16 11:03:29','2021-01-16 06:03:29'),
(72745,28412,'action started via WP Cron','2021-01-16 11:05:17','2021-01-16 06:05:17'),
(72746,28412,'action complete via WP Cron','2021-01-16 11:05:17','2021-01-16 06:05:17'),
(72747,28413,'action created','2021-01-16 11:05:17','2021-01-16 06:05:17'),
(72748,28413,'action started via WP Cron','2021-01-16 11:06:20','2021-01-16 06:06:20'),
(72749,28413,'action complete via WP Cron','2021-01-16 11:06:20','2021-01-16 06:06:20'),
(72750,28414,'action created','2021-01-16 11:06:20','2021-01-16 06:06:20'),
(72751,28414,'action started via WP Cron','2021-01-16 11:07:58','2021-01-16 06:07:58'),
(72752,28414,'action complete via WP Cron','2021-01-16 11:07:58','2021-01-16 06:07:58'),
(72753,28415,'action created','2021-01-16 11:07:58','2021-01-16 06:07:58'),
(72754,28415,'action started via WP Cron','2021-01-16 11:08:18','2021-01-16 06:08:18'),
(72755,28415,'action complete via WP Cron','2021-01-16 11:08:18','2021-01-16 06:08:18'),
(72756,28416,'action created','2021-01-16 11:08:18','2021-01-16 06:08:18'),
(72757,28416,'action started via WP Cron','2021-01-16 11:10:35','2021-01-16 06:10:35'),
(72758,28416,'action complete via WP Cron','2021-01-16 11:10:35','2021-01-16 06:10:35'),
(72759,28417,'action created','2021-01-16 11:10:35','2021-01-16 06:10:35'),
(72760,28417,'action started via WP Cron','2021-01-16 11:12:51','2021-01-16 06:12:51'),
(72761,28417,'action complete via WP Cron','2021-01-16 11:12:51','2021-01-16 06:12:51'),
(72762,28418,'action created','2021-01-16 11:12:51','2021-01-16 06:12:51'),
(72763,28418,'action started via WP Cron','2021-01-16 11:13:56','2021-01-16 06:13:56'),
(72764,28418,'action complete via WP Cron','2021-01-16 11:13:56','2021-01-16 06:13:56'),
(72765,28419,'action created','2021-01-16 11:13:56','2021-01-16 06:13:56'),
(72766,28419,'action started via WP Cron','2021-01-16 11:15:01','2021-01-16 06:15:01'),
(72767,28419,'action complete via WP Cron','2021-01-16 11:15:01','2021-01-16 06:15:01'),
(72768,28420,'action created','2021-01-16 11:15:01','2021-01-16 06:15:01'),
(72769,28420,'action started via WP Cron','2021-01-16 11:17:09','2021-01-16 06:17:09'),
(72770,28420,'action complete via WP Cron','2021-01-16 11:17:09','2021-01-16 06:17:09'),
(72771,28421,'action created','2021-01-16 11:17:09','2021-01-16 06:17:09'),
(72772,28421,'action started via WP Cron','2021-01-16 11:18:16','2021-01-16 06:18:16'),
(72773,28421,'action complete via WP Cron','2021-01-16 11:18:16','2021-01-16 06:18:16'),
(72774,28422,'action created','2021-01-16 11:18:16','2021-01-16 06:18:16'),
(72775,28422,'action started via WP Cron','2021-01-16 11:19:13','2021-01-16 06:19:13'),
(72776,28422,'action complete via WP Cron','2021-01-16 11:19:13','2021-01-16 06:19:13'),
(72777,28423,'action created','2021-01-16 11:19:13','2021-01-16 06:19:13'),
(72778,28423,'action started via WP Cron','2021-01-16 11:20:27','2021-01-16 06:20:27'),
(72779,28423,'action complete via WP Cron','2021-01-16 11:20:27','2021-01-16 06:20:27'),
(72780,28424,'action created','2021-01-16 11:20:27','2021-01-16 06:20:27'),
(72781,28424,'action started via WP Cron','2021-01-16 11:21:14','2021-01-16 06:21:14'),
(72782,28424,'action complete via WP Cron','2021-01-16 11:21:14','2021-01-16 06:21:14'),
(72783,28425,'action created','2021-01-16 11:21:14','2021-01-16 06:21:14'),
(72784,28425,'action started via WP Cron','2021-01-16 11:23:13','2021-01-16 06:23:13'),
(72785,28425,'action complete via WP Cron','2021-01-16 11:23:13','2021-01-16 06:23:13'),
(72786,28426,'action created','2021-01-16 11:23:13','2021-01-16 06:23:13'),
(72787,28426,'action started via WP Cron','2021-01-16 11:25:03','2021-01-16 06:25:03'),
(72788,28426,'action complete via WP Cron','2021-01-16 11:25:03','2021-01-16 06:25:03'),
(72789,28427,'action created','2021-01-16 11:25:03','2021-01-16 06:25:03'),
(72790,28427,'action started via WP Cron','2021-01-16 11:25:42','2021-01-16 06:25:42'),
(72791,28427,'action complete via WP Cron','2021-01-16 11:25:42','2021-01-16 06:25:42'),
(72792,28428,'action created','2021-01-16 11:25:42','2021-01-16 06:25:42'),
(72793,28428,'action started via WP Cron','2021-01-16 11:26:11','2021-01-16 06:26:11'),
(72794,28428,'action complete via WP Cron','2021-01-16 11:26:11','2021-01-16 06:26:11'),
(72795,28429,'action created','2021-01-16 11:26:11','2021-01-16 06:26:11'),
(72796,28429,'action started via WP Cron','2021-01-16 11:27:39','2021-01-16 06:27:39'),
(72797,28429,'action complete via WP Cron','2021-01-16 11:27:39','2021-01-16 06:27:39'),
(72798,28430,'action created','2021-01-16 11:27:39','2021-01-16 06:27:39'),
(72799,28430,'action started via WP Cron','2021-01-16 11:28:34','2021-01-16 06:28:34'),
(72800,28430,'action complete via WP Cron','2021-01-16 11:28:34','2021-01-16 06:28:34'),
(72801,28431,'action created','2021-01-16 11:28:34','2021-01-16 06:28:34'),
(72802,28431,'action started via WP Cron','2021-01-16 11:29:14','2021-01-16 06:29:14'),
(72803,28431,'action complete via WP Cron','2021-01-16 11:29:14','2021-01-16 06:29:14'),
(72804,28432,'action created','2021-01-16 11:29:14','2021-01-16 06:29:14'),
(72805,28432,'action started via WP Cron','2021-01-16 11:30:27','2021-01-16 06:30:27'),
(72806,28432,'action complete via WP Cron','2021-01-16 11:30:27','2021-01-16 06:30:27'),
(72807,28433,'action created','2021-01-16 11:30:27','2021-01-16 06:30:27'),
(72808,28433,'action started via WP Cron','2021-01-16 11:33:06','2021-01-16 06:33:06'),
(72809,28433,'action complete via WP Cron','2021-01-16 11:33:06','2021-01-16 06:33:06'),
(72810,28434,'action created','2021-01-16 11:33:06','2021-01-16 06:33:06'),
(72811,28434,'action started via WP Cron','2021-01-16 11:33:24','2021-01-16 06:33:24'),
(72812,28434,'action complete via WP Cron','2021-01-16 11:33:24','2021-01-16 06:33:24'),
(72813,28435,'action created','2021-01-16 11:33:24','2021-01-16 06:33:24'),
(72814,28435,'action started via WP Cron','2021-01-16 11:35:51','2021-01-16 06:35:51'),
(72815,28435,'action complete via WP Cron','2021-01-16 11:35:51','2021-01-16 06:35:51'),
(72816,28436,'action created','2021-01-16 11:35:51','2021-01-16 06:35:51'),
(72817,28436,'action started via WP Cron','2021-01-16 11:38:17','2021-01-16 06:38:17'),
(72818,28436,'action complete via WP Cron','2021-01-16 11:38:17','2021-01-16 06:38:17'),
(72819,28437,'action created','2021-01-16 11:38:17','2021-01-16 06:38:17'),
(72820,28437,'action started via WP Cron','2021-01-16 11:39:28','2021-01-16 06:39:28'),
(72821,28437,'action complete via WP Cron','2021-01-16 11:39:28','2021-01-16 06:39:28'),
(72822,28438,'action created','2021-01-16 11:39:28','2021-01-16 06:39:28'),
(72823,28438,'action started via WP Cron','2021-01-16 11:40:31','2021-01-16 06:40:31'),
(72824,28438,'action complete via WP Cron','2021-01-16 11:40:31','2021-01-16 06:40:31'),
(72825,28439,'action created','2021-01-16 11:40:31','2021-01-16 06:40:31'),
(72826,28439,'action started via WP Cron','2021-01-16 11:41:21','2021-01-16 06:41:21'),
(72827,28439,'action complete via WP Cron','2021-01-16 11:41:21','2021-01-16 06:41:21'),
(72828,28440,'action created','2021-01-16 11:41:21','2021-01-16 06:41:21'),
(72829,28440,'action started via WP Cron','2021-01-16 11:42:13','2021-01-16 06:42:13'),
(72830,28440,'action complete via WP Cron','2021-01-16 11:42:13','2021-01-16 06:42:13'),
(72831,28441,'action created','2021-01-16 11:42:13','2021-01-16 06:42:13'),
(72832,28441,'action started via WP Cron','2021-01-16 11:43:12','2021-01-16 06:43:12'),
(72833,28441,'action complete via WP Cron','2021-01-16 11:43:12','2021-01-16 06:43:12'),
(72834,28442,'action created','2021-01-16 11:43:12','2021-01-16 06:43:12'),
(72835,28442,'action started via WP Cron','2021-01-16 11:44:12','2021-01-16 06:44:12'),
(72836,28442,'action complete via WP Cron','2021-01-16 11:44:12','2021-01-16 06:44:12'),
(72837,28443,'action created','2021-01-16 11:44:12','2021-01-16 06:44:12'),
(72838,28443,'action started via WP Cron','2021-01-16 11:45:12','2021-01-16 06:45:12'),
(72839,28443,'action complete via WP Cron','2021-01-16 11:45:12','2021-01-16 06:45:12'),
(72840,28444,'action created','2021-01-16 11:45:12','2021-01-16 06:45:12'),
(72841,28444,'action started via WP Cron','2021-01-16 11:46:21','2021-01-16 06:46:21'),
(72842,28444,'action complete via WP Cron','2021-01-16 11:46:21','2021-01-16 06:46:21'),
(72843,28445,'action created','2021-01-16 11:46:21','2021-01-16 06:46:21'),
(72844,28445,'action started via WP Cron','2021-01-16 11:47:11','2021-01-16 06:47:11'),
(72845,28445,'action complete via WP Cron','2021-01-16 11:47:12','2021-01-16 06:47:12'),
(72846,28446,'action created','2021-01-16 11:47:12','2021-01-16 06:47:12'),
(72847,28446,'action started via WP Cron','2021-01-16 11:48:37','2021-01-16 06:48:37'),
(72848,28446,'action complete via WP Cron','2021-01-16 11:48:37','2021-01-16 06:48:37'),
(72849,28447,'action created','2021-01-16 11:48:37','2021-01-16 06:48:37'),
(72850,28447,'action started via WP Cron','2021-01-16 11:50:25','2021-01-16 06:50:25'),
(72851,28447,'action complete via WP Cron','2021-01-16 11:50:25','2021-01-16 06:50:25'),
(72852,28448,'action created','2021-01-16 11:50:25','2021-01-16 06:50:25'),
(72853,28448,'action started via WP Cron','2021-01-16 11:51:25','2021-01-16 06:51:25'),
(72854,28448,'action complete via WP Cron','2021-01-16 11:51:25','2021-01-16 06:51:25'),
(72855,28449,'action created','2021-01-16 11:51:25','2021-01-16 06:51:25'),
(72856,28449,'action started via WP Cron','2021-01-16 11:52:18','2021-01-16 06:52:18'),
(72857,28449,'action complete via WP Cron','2021-01-16 11:52:18','2021-01-16 06:52:18'),
(72858,28450,'action created','2021-01-16 11:52:18','2021-01-16 06:52:18'),
(72859,28450,'action started via WP Cron','2021-01-16 11:53:18','2021-01-16 06:53:18'),
(72860,28450,'action complete via WP Cron','2021-01-16 11:53:18','2021-01-16 06:53:18'),
(72861,28451,'action created','2021-01-16 11:53:26','2021-01-16 06:53:26'),
(72862,28451,'action started via WP Cron','2021-01-16 11:54:58','2021-01-16 06:54:58'),
(72863,28451,'action complete via WP Cron','2021-01-16 11:54:58','2021-01-16 06:54:58'),
(72864,28452,'action created','2021-01-16 11:54:58','2021-01-16 06:54:58'),
(72865,28452,'action started via WP Cron','2021-01-16 11:55:36','2021-01-16 06:55:36'),
(72866,28452,'action complete via WP Cron','2021-01-16 11:55:36','2021-01-16 06:55:36'),
(72867,28453,'action created','2021-01-16 11:55:36','2021-01-16 06:55:36'),
(72868,28453,'action started via WP Cron','2021-01-16 11:56:25','2021-01-16 06:56:25'),
(72869,28453,'action complete via WP Cron','2021-01-16 11:56:25','2021-01-16 06:56:25'),
(72870,28454,'action created','2021-01-16 11:56:25','2021-01-16 06:56:25'),
(72871,28454,'action started via WP Cron','2021-01-16 11:57:12','2021-01-16 06:57:12'),
(72872,28454,'action complete via WP Cron','2021-01-16 11:57:12','2021-01-16 06:57:12'),
(72873,28455,'action created','2021-01-16 11:57:12','2021-01-16 06:57:12'),
(72874,28455,'action started via WP Cron','2021-01-16 11:58:20','2021-01-16 06:58:20'),
(72875,28455,'action complete via WP Cron','2021-01-16 11:58:20','2021-01-16 06:58:20'),
(72876,28456,'action created','2021-01-16 11:58:20','2021-01-16 06:58:20'),
(72877,28456,'action started via WP Cron','2021-01-16 11:59:16','2021-01-16 06:59:16'),
(72878,28456,'action complete via WP Cron','2021-01-16 11:59:16','2021-01-16 06:59:16'),
(72879,28457,'action created','2021-01-16 11:59:16','2021-01-16 06:59:16'),
(72880,28457,'action started via WP Cron','2021-01-16 12:00:20','2021-01-16 07:00:20'),
(72881,28457,'action complete via WP Cron','2021-01-16 12:00:20','2021-01-16 07:00:20'),
(72882,28458,'action created','2021-01-16 12:00:20','2021-01-16 07:00:20'),
(72883,28458,'action started via WP Cron','2021-01-16 12:01:30','2021-01-16 07:01:30'),
(72884,28458,'action complete via WP Cron','2021-01-16 12:01:30','2021-01-16 07:01:30'),
(72885,28459,'action created','2021-01-16 12:01:30','2021-01-16 07:01:30'),
(72886,28459,'action started via WP Cron','2021-01-16 12:03:06','2021-01-16 07:03:06'),
(72887,28459,'action complete via WP Cron','2021-01-16 12:03:06','2021-01-16 07:03:06'),
(72888,28460,'action created','2021-01-16 12:03:06','2021-01-16 07:03:06'),
(72889,28460,'action started via WP Cron','2021-01-16 12:03:38','2021-01-16 07:03:38'),
(72890,28460,'action complete via WP Cron','2021-01-16 12:03:38','2021-01-16 07:03:38'),
(72891,28461,'action created','2021-01-16 12:03:38','2021-01-16 07:03:38'),
(72892,28461,'action started via WP Cron','2021-01-16 12:04:52','2021-01-16 07:04:52'),
(72893,28461,'action complete via WP Cron','2021-01-16 12:04:52','2021-01-16 07:04:52'),
(72894,28462,'action created','2021-01-16 12:04:52','2021-01-16 07:04:52'),
(72895,28462,'action started via WP Cron','2021-01-16 12:05:53','2021-01-16 07:05:53'),
(72896,28462,'action complete via WP Cron','2021-01-16 12:05:53','2021-01-16 07:05:53'),
(72897,28463,'action created','2021-01-16 12:05:53','2021-01-16 07:05:53'),
(72898,28463,'action started via WP Cron','2021-01-16 12:08:32','2021-01-16 07:08:32'),
(72899,28463,'action complete via WP Cron','2021-01-16 12:08:32','2021-01-16 07:08:32'),
(72900,28464,'action created','2021-01-16 12:08:32','2021-01-16 07:08:32'),
(72901,28464,'action started via WP Cron','2021-01-16 12:10:51','2021-01-16 07:10:51'),
(72902,28464,'action complete via WP Cron','2021-01-16 12:10:51','2021-01-16 07:10:51'),
(72903,28465,'action created','2021-01-16 12:10:51','2021-01-16 07:10:51'),
(72904,28465,'action started via WP Cron','2021-01-16 12:11:17','2021-01-16 07:11:17'),
(72905,28465,'action complete via WP Cron','2021-01-16 12:11:17','2021-01-16 07:11:17'),
(72906,28466,'action created','2021-01-16 12:11:17','2021-01-16 07:11:17'),
(72907,28466,'action started via WP Cron','2021-01-16 12:13:12','2021-01-16 07:13:12'),
(72908,28466,'action complete via WP Cron','2021-01-16 12:13:12','2021-01-16 07:13:12'),
(72909,28467,'action created','2021-01-16 12:13:12','2021-01-16 07:13:12'),
(72910,28467,'action started via WP Cron','2021-01-16 12:15:49','2021-01-16 07:15:49'),
(72911,28467,'action complete via WP Cron','2021-01-16 12:15:49','2021-01-16 07:15:49'),
(72912,28468,'action created','2021-01-16 12:15:49','2021-01-16 07:15:49'),
(72913,28468,'action started via WP Cron','2021-01-16 12:16:29','2021-01-16 07:16:29'),
(72914,28468,'action complete via WP Cron','2021-01-16 12:16:29','2021-01-16 07:16:29'),
(72915,28469,'action created','2021-01-16 12:16:29','2021-01-16 07:16:29'),
(72916,28469,'action started via WP Cron','2021-01-16 12:17:48','2021-01-16 07:17:48'),
(72917,28469,'action complete via WP Cron','2021-01-16 12:17:48','2021-01-16 07:17:48'),
(72918,28470,'action created','2021-01-16 12:17:48','2021-01-16 07:17:48'),
(72919,28470,'action started via WP Cron','2021-01-16 12:18:24','2021-01-16 07:18:24'),
(72920,28470,'action complete via WP Cron','2021-01-16 12:18:24','2021-01-16 07:18:24'),
(72921,28471,'action created','2021-01-16 12:18:24','2021-01-16 07:18:24'),
(72922,28471,'action started via WP Cron','2021-01-16 12:19:19','2021-01-16 07:19:19'),
(72923,28471,'action complete via WP Cron','2021-01-16 12:19:19','2021-01-16 07:19:19'),
(72924,28472,'action created','2021-01-16 12:19:19','2021-01-16 07:19:19'),
(72925,28472,'action started via WP Cron','2021-01-16 12:20:52','2021-01-16 07:20:52'),
(72926,28472,'action complete via WP Cron','2021-01-16 12:20:52','2021-01-16 07:20:52'),
(72927,28473,'action created','2021-01-16 12:20:52','2021-01-16 07:20:52'),
(72928,28473,'action started via WP Cron','2021-01-16 12:21:13','2021-01-16 07:21:13'),
(72929,28473,'action complete via WP Cron','2021-01-16 12:21:13','2021-01-16 07:21:13'),
(72930,28474,'action created','2021-01-16 12:21:13','2021-01-16 07:21:13'),
(72931,28474,'action started via WP Cron','2021-01-16 12:22:37','2021-01-16 07:22:37'),
(72932,28474,'action complete via WP Cron','2021-01-16 12:22:37','2021-01-16 07:22:37'),
(72933,28475,'action created','2021-01-16 12:22:37','2021-01-16 07:22:37'),
(72934,28475,'action started via WP Cron','2021-01-16 12:23:11','2021-01-16 07:23:11'),
(72935,28475,'action complete via WP Cron','2021-01-16 12:23:11','2021-01-16 07:23:11'),
(72936,28476,'action created','2021-01-16 12:23:11','2021-01-16 07:23:11'),
(72937,28476,'action started via WP Cron','2021-01-16 12:24:37','2021-01-16 07:24:37'),
(72938,28476,'action complete via WP Cron','2021-01-16 12:24:37','2021-01-16 07:24:37'),
(72939,28477,'action created','2021-01-16 12:24:37','2021-01-16 07:24:37'),
(72940,28477,'action started via WP Cron','2021-01-16 12:25:30','2021-01-16 07:25:30'),
(72941,28477,'action complete via WP Cron','2021-01-16 12:25:30','2021-01-16 07:25:30'),
(72942,28478,'action created','2021-01-16 12:25:30','2021-01-16 07:25:30'),
(72943,28478,'action started via WP Cron','2021-01-16 12:26:52','2021-01-16 07:26:52'),
(72944,28478,'action complete via WP Cron','2021-01-16 12:26:52','2021-01-16 07:26:52'),
(72945,28479,'action created','2021-01-16 12:26:52','2021-01-16 07:26:52'),
(72946,28479,'action started via WP Cron','2021-01-16 12:27:31','2021-01-16 07:27:31'),
(72947,28479,'action complete via WP Cron','2021-01-16 12:27:31','2021-01-16 07:27:31'),
(72948,28480,'action created','2021-01-16 12:27:31','2021-01-16 07:27:31'),
(72949,28480,'action started via WP Cron','2021-01-16 12:28:48','2021-01-16 07:28:48'),
(72950,28480,'action complete via WP Cron','2021-01-16 12:28:48','2021-01-16 07:28:48'),
(72951,28481,'action created','2021-01-16 12:28:48','2021-01-16 07:28:48'),
(72952,28481,'action started via WP Cron','2021-01-16 12:29:31','2021-01-16 07:29:31'),
(72953,28481,'action complete via WP Cron','2021-01-16 12:29:31','2021-01-16 07:29:31'),
(72954,28482,'action created','2021-01-16 12:29:31','2021-01-16 07:29:31'),
(72955,28482,'action started via WP Cron','2021-01-16 12:31:09','2021-01-16 07:31:09'),
(72956,28482,'action complete via WP Cron','2021-01-16 12:31:09','2021-01-16 07:31:09'),
(72957,28483,'action created','2021-01-16 12:31:09','2021-01-16 07:31:09'),
(72958,28483,'action started via WP Cron','2021-01-16 12:32:24','2021-01-16 07:32:24'),
(72959,28483,'action complete via WP Cron','2021-01-16 12:32:24','2021-01-16 07:32:24'),
(72960,28484,'action created','2021-01-16 12:32:24','2021-01-16 07:32:24'),
(72961,28484,'action started via WP Cron','2021-01-16 12:34:04','2021-01-16 07:34:04'),
(72962,28484,'action complete via WP Cron','2021-01-16 12:34:04','2021-01-16 07:34:04'),
(72963,28485,'action created','2021-01-16 12:34:04','2021-01-16 07:34:04'),
(72964,28485,'action started via WP Cron','2021-01-16 12:34:15','2021-01-16 07:34:15'),
(72965,28485,'action complete via WP Cron','2021-01-16 12:34:15','2021-01-16 07:34:15'),
(72966,28486,'action created','2021-01-16 12:34:15','2021-01-16 07:34:15'),
(72967,28486,'action started via WP Cron','2021-01-16 12:35:25','2021-01-16 07:35:25'),
(72968,28486,'action complete via WP Cron','2021-01-16 12:35:25','2021-01-16 07:35:25'),
(72969,28487,'action created','2021-01-16 12:35:26','2021-01-16 07:35:26'),
(72970,28487,'action started via WP Cron','2021-01-16 12:36:46','2021-01-16 07:36:46'),
(72971,28487,'action complete via WP Cron','2021-01-16 12:36:46','2021-01-16 07:36:46'),
(72972,28488,'action created','2021-01-16 12:36:46','2021-01-16 07:36:46'),
(72973,28488,'action started via WP Cron','2021-01-16 12:37:32','2021-01-16 07:37:32'),
(72974,28488,'action complete via WP Cron','2021-01-16 12:37:32','2021-01-16 07:37:32'),
(72975,28489,'action created','2021-01-16 12:37:33','2021-01-16 07:37:33'),
(72976,28489,'action started via WP Cron','2021-01-16 12:39:52','2021-01-16 07:39:52'),
(72977,28489,'action complete via WP Cron','2021-01-16 12:39:52','2021-01-16 07:39:52'),
(72978,28490,'action created','2021-01-16 12:39:53','2021-01-16 07:39:53'),
(72979,28490,'action started via WP Cron','2021-01-16 12:40:26','2021-01-16 07:40:26'),
(72980,28490,'action complete via WP Cron','2021-01-16 12:40:26','2021-01-16 07:40:26'),
(72981,28491,'action created','2021-01-16 12:40:26','2021-01-16 07:40:26'),
(72982,28491,'action started via WP Cron','2021-01-16 12:41:33','2021-01-16 07:41:33'),
(72983,28491,'action complete via WP Cron','2021-01-16 12:41:33','2021-01-16 07:41:33'),
(72984,28492,'action created','2021-01-16 12:41:33','2021-01-16 07:41:33'),
(72985,28492,'action started via WP Cron','2021-01-16 12:43:11','2021-01-16 07:43:11'),
(72986,28492,'action complete via WP Cron','2021-01-16 12:43:11','2021-01-16 07:43:11'),
(72987,28493,'action created','2021-01-16 12:43:11','2021-01-16 07:43:11'),
(72988,28493,'action started via WP Cron','2021-01-16 12:44:17','2021-01-16 07:44:17'),
(72989,28493,'action complete via WP Cron','2021-01-16 12:44:17','2021-01-16 07:44:17'),
(72990,28494,'action created','2021-01-16 12:44:17','2021-01-16 07:44:17'),
(72991,28494,'action started via WP Cron','2021-01-16 12:45:12','2021-01-16 07:45:12'),
(72992,28494,'action complete via WP Cron','2021-01-16 12:45:12','2021-01-16 07:45:12'),
(72993,28495,'action created','2021-01-16 12:45:12','2021-01-16 07:45:12'),
(72994,28495,'action started via WP Cron','2021-01-16 12:46:14','2021-01-16 07:46:14'),
(72995,28495,'action complete via WP Cron','2021-01-16 12:46:14','2021-01-16 07:46:14'),
(72996,28496,'action created','2021-01-16 12:46:14','2021-01-16 07:46:14'),
(72997,28496,'action started via WP Cron','2021-01-16 12:47:16','2021-01-16 07:47:16'),
(72998,28496,'action complete via WP Cron','2021-01-16 12:47:16','2021-01-16 07:47:16'),
(72999,28497,'action created','2021-01-16 12:47:16','2021-01-16 07:47:16'),
(73000,28497,'action started via WP Cron','2021-01-16 12:48:15','2021-01-16 07:48:15'),
(73001,28497,'action complete via WP Cron','2021-01-16 12:48:15','2021-01-16 07:48:15'),
(73002,28498,'action created','2021-01-16 12:48:15','2021-01-16 07:48:15'),
(73003,28498,'action started via WP Cron','2021-01-16 12:49:14','2021-01-16 07:49:14'),
(73004,28498,'action complete via WP Cron','2021-01-16 12:49:14','2021-01-16 07:49:14'),
(73005,28499,'action created','2021-01-16 12:49:14','2021-01-16 07:49:14'),
(73006,28499,'action started via WP Cron','2021-01-16 12:50:12','2021-01-16 07:50:12'),
(73007,28499,'action complete via WP Cron','2021-01-16 12:50:12','2021-01-16 07:50:12'),
(73008,28500,'action created','2021-01-16 12:50:12','2021-01-16 07:50:12'),
(73009,28500,'action started via WP Cron','2021-01-16 12:51:13','2021-01-16 07:51:13'),
(73010,28500,'action complete via WP Cron','2021-01-16 12:51:13','2021-01-16 07:51:13'),
(73011,28501,'action created','2021-01-16 12:51:13','2021-01-16 07:51:13'),
(73012,28501,'action started via WP Cron','2021-01-16 12:52:17','2021-01-16 07:52:17'),
(73013,28501,'action complete via WP Cron','2021-01-16 12:52:17','2021-01-16 07:52:17'),
(73014,28502,'action created','2021-01-16 12:52:17','2021-01-16 07:52:17'),
(73015,28502,'action started via WP Cron','2021-01-16 12:53:13','2021-01-16 07:53:13'),
(73016,28502,'action complete via WP Cron','2021-01-16 12:53:13','2021-01-16 07:53:13'),
(73017,28503,'action created','2021-01-16 12:53:13','2021-01-16 07:53:13'),
(73018,28503,'action started via WP Cron','2021-01-16 12:54:12','2021-01-16 07:54:12'),
(73019,28503,'action complete via WP Cron','2021-01-16 12:54:12','2021-01-16 07:54:12'),
(73020,28504,'action created','2021-01-16 12:54:12','2021-01-16 07:54:12'),
(73021,28504,'action started via WP Cron','2021-01-16 12:55:16','2021-01-16 07:55:16'),
(73022,28504,'action complete via WP Cron','2021-01-16 12:55:16','2021-01-16 07:55:16'),
(73023,28505,'action created','2021-01-16 12:55:16','2021-01-16 07:55:16'),
(73024,28505,'action started via WP Cron','2021-01-16 12:56:19','2021-01-16 07:56:19'),
(73025,28505,'action complete via WP Cron','2021-01-16 12:56:19','2021-01-16 07:56:19'),
(73026,28506,'action created','2021-01-16 12:56:19','2021-01-16 07:56:19'),
(73027,28506,'action started via WP Cron','2021-01-16 12:57:13','2021-01-16 07:57:13'),
(73028,28506,'action complete via WP Cron','2021-01-16 12:57:13','2021-01-16 07:57:13'),
(73029,28507,'action created','2021-01-16 12:57:13','2021-01-16 07:57:13'),
(73030,28507,'action started via WP Cron','2021-01-16 12:58:58','2021-01-16 07:58:58'),
(73031,28507,'action complete via WP Cron','2021-01-16 12:58:58','2021-01-16 07:58:58'),
(73032,28508,'action created','2021-01-16 12:58:58','2021-01-16 07:58:58'),
(73033,28508,'action started via WP Cron','2021-01-16 12:59:46','2021-01-16 07:59:46'),
(73034,28508,'action complete via WP Cron','2021-01-16 12:59:46','2021-01-16 07:59:46'),
(73035,28509,'action created','2021-01-16 12:59:47','2021-01-16 07:59:47'),
(73036,28509,'action started via WP Cron','2021-01-16 13:00:23','2021-01-16 08:00:23'),
(73037,28509,'action complete via WP Cron','2021-01-16 13:00:23','2021-01-16 08:00:23'),
(73038,28510,'action created','2021-01-16 13:00:23','2021-01-16 08:00:23'),
(73039,28510,'action started via WP Cron','2021-01-16 13:01:35','2021-01-16 08:01:35'),
(73040,28510,'action complete via WP Cron','2021-01-16 13:01:35','2021-01-16 08:01:35'),
(73041,27423,'action started via WP Cron','2021-01-16 13:01:35','2021-01-16 08:01:35'),
(73042,27423,'action complete via WP Cron','2021-01-16 13:01:35','2021-01-16 08:01:35'),
(73043,28511,'action created','2021-01-16 13:01:35','2021-01-16 08:01:35'),
(73044,28512,'action created','2021-01-16 13:01:35','2021-01-16 08:01:35'),
(73045,28512,'action started via WP Cron','2021-01-16 13:02:30','2021-01-16 08:02:30'),
(73046,28512,'action complete via WP Cron','2021-01-16 13:02:30','2021-01-16 08:02:30'),
(73047,28513,'action created','2021-01-16 13:02:30','2021-01-16 08:02:30'),
(73048,28513,'action started via WP Cron','2021-01-16 13:03:13','2021-01-16 08:03:13'),
(73049,28513,'action complete via WP Cron','2021-01-16 13:03:13','2021-01-16 08:03:13'),
(73050,28514,'action created','2021-01-16 13:03:13','2021-01-16 08:03:13'),
(73051,28514,'action started via WP Cron','2021-01-16 13:04:21','2021-01-16 08:04:21'),
(73052,28514,'action complete via WP Cron','2021-01-16 13:04:21','2021-01-16 08:04:21'),
(73053,28515,'action created','2021-01-16 13:04:21','2021-01-16 08:04:21'),
(73054,28515,'action started via WP Cron','2021-01-16 13:05:23','2021-01-16 08:05:23'),
(73055,28515,'action complete via WP Cron','2021-01-16 13:05:23','2021-01-16 08:05:23'),
(73056,28516,'action created','2021-01-16 13:05:24','2021-01-16 08:05:24'),
(73057,28516,'action started via WP Cron','2021-01-16 13:06:38','2021-01-16 08:06:38'),
(73058,28516,'action complete via WP Cron','2021-01-16 13:06:38','2021-01-16 08:06:38'),
(73059,28517,'action created','2021-01-16 13:06:38','2021-01-16 08:06:38'),
(73060,28517,'action started via WP Cron','2021-01-16 13:07:46','2021-01-16 08:07:46'),
(73061,28517,'action complete via WP Cron','2021-01-16 13:07:46','2021-01-16 08:07:46'),
(73062,28518,'action created','2021-01-16 13:07:46','2021-01-16 08:07:46'),
(73063,28518,'action started via WP Cron','2021-01-16 13:08:19','2021-01-16 08:08:19'),
(73064,28518,'action complete via WP Cron','2021-01-16 13:08:19','2021-01-16 08:08:19'),
(73065,28519,'action created','2021-01-16 13:08:19','2021-01-16 08:08:19'),
(73066,28519,'action started via WP Cron','2021-01-16 13:10:44','2021-01-16 08:10:44'),
(73067,28519,'action complete via WP Cron','2021-01-16 13:10:44','2021-01-16 08:10:44'),
(73068,28520,'action created','2021-01-16 13:10:44','2021-01-16 08:10:44'),
(73069,28520,'action started via WP Cron','2021-01-16 13:12:01','2021-01-16 08:12:01'),
(73070,28520,'action complete via WP Cron','2021-01-16 13:12:01','2021-01-16 08:12:01'),
(73071,28521,'action created','2021-01-16 13:12:01','2021-01-16 08:12:01'),
(73072,28521,'action started via WP Cron','2021-01-16 13:12:15','2021-01-16 08:12:15'),
(73073,28521,'action complete via WP Cron','2021-01-16 13:12:15','2021-01-16 08:12:15'),
(73074,28522,'action created','2021-01-16 13:12:15','2021-01-16 08:12:15'),
(73075,28522,'action started via WP Cron','2021-01-16 13:13:53','2021-01-16 08:13:53'),
(73076,28522,'action complete via WP Cron','2021-01-16 13:13:53','2021-01-16 08:13:53'),
(73077,28523,'action created','2021-01-16 13:13:53','2021-01-16 08:13:53'),
(73078,28523,'action started via WP Cron','2021-01-16 13:14:16','2021-01-16 08:14:16'),
(73079,28523,'action complete via WP Cron','2021-01-16 13:14:16','2021-01-16 08:14:16'),
(73080,28524,'action created','2021-01-16 13:14:16','2021-01-16 08:14:16'),
(73081,28524,'action started via WP Cron','2021-01-16 13:16:10','2021-01-16 08:16:10'),
(73082,28524,'action complete via WP Cron','2021-01-16 13:16:10','2021-01-16 08:16:10'),
(73083,28525,'action created','2021-01-16 13:16:10','2021-01-16 08:16:10'),
(73084,28525,'action started via WP Cron','2021-01-16 13:17:13','2021-01-16 08:17:13'),
(73085,28525,'action complete via WP Cron','2021-01-16 13:17:13','2021-01-16 08:17:13'),
(73086,28526,'action created','2021-01-16 13:17:13','2021-01-16 08:17:13'),
(73087,28526,'action started via WP Cron','2021-01-16 13:18:11','2021-01-16 08:18:11'),
(73088,28526,'action complete via WP Cron','2021-01-16 13:18:11','2021-01-16 08:18:11'),
(73089,28527,'action created','2021-01-16 13:18:11','2021-01-16 08:18:11'),
(73090,28527,'action started via WP Cron','2021-01-16 13:19:19','2021-01-16 08:19:19'),
(73091,28527,'action complete via WP Cron','2021-01-16 13:19:19','2021-01-16 08:19:19'),
(73092,28528,'action created','2021-01-16 13:19:19','2021-01-16 08:19:19'),
(73093,28528,'action started via WP Cron','2021-01-16 13:21:22','2021-01-16 08:21:22'),
(73094,28528,'action complete via WP Cron','2021-01-16 13:21:22','2021-01-16 08:21:22'),
(73095,28529,'action created','2021-01-16 13:21:22','2021-01-16 08:21:22'),
(73096,28529,'action started via WP Cron','2021-01-16 13:22:27','2021-01-16 08:22:27'),
(73097,28529,'action complete via WP Cron','2021-01-16 13:22:27','2021-01-16 08:22:27'),
(73098,28530,'action created','2021-01-16 13:22:27','2021-01-16 08:22:27'),
(73099,28530,'action started via WP Cron','2021-01-16 13:23:46','2021-01-16 08:23:46'),
(73100,28530,'action complete via WP Cron','2021-01-16 13:23:46','2021-01-16 08:23:46'),
(73101,28531,'action created','2021-01-16 13:23:46','2021-01-16 08:23:46'),
(73102,28531,'action started via WP Cron','2021-01-16 13:25:56','2021-01-16 08:25:56'),
(73103,28531,'action complete via WP Cron','2021-01-16 13:25:57','2021-01-16 08:25:57'),
(73104,28532,'action created','2021-01-16 13:25:57','2021-01-16 08:25:57'),
(73105,28532,'action started via WP Cron','2021-01-16 13:27:28','2021-01-16 08:27:28'),
(73106,28532,'action complete via WP Cron','2021-01-16 13:27:28','2021-01-16 08:27:28'),
(73107,28533,'action created','2021-01-16 13:27:28','2021-01-16 08:27:28'),
(73108,28533,'action started via WP Cron','2021-01-16 13:28:25','2021-01-16 08:28:25'),
(73109,28533,'action complete via WP Cron','2021-01-16 13:28:25','2021-01-16 08:28:25'),
(73110,28534,'action created','2021-01-16 13:28:25','2021-01-16 08:28:25'),
(73111,28534,'action started via WP Cron','2021-01-16 13:31:03','2021-01-16 08:31:03'),
(73112,28534,'action complete via WP Cron','2021-01-16 13:31:03','2021-01-16 08:31:03'),
(73113,28535,'action created','2021-01-16 13:31:03','2021-01-16 08:31:03'),
(73114,28535,'action started via WP Cron','2021-01-16 13:32:14','2021-01-16 08:32:14'),
(73115,28535,'action complete via WP Cron','2021-01-16 13:32:14','2021-01-16 08:32:14'),
(73116,28536,'action created','2021-01-16 13:32:14','2021-01-16 08:32:14'),
(73117,28536,'action started via WP Cron','2021-01-16 13:33:12','2021-01-16 08:33:12'),
(73118,28536,'action complete via WP Cron','2021-01-16 13:33:13','2021-01-16 08:33:13'),
(73119,28537,'action created','2021-01-16 13:33:13','2021-01-16 08:33:13'),
(73120,28537,'action started via WP Cron','2021-01-16 13:34:46','2021-01-16 08:34:46'),
(73121,28537,'action complete via WP Cron','2021-01-16 13:34:46','2021-01-16 08:34:46'),
(73122,28538,'action created','2021-01-16 13:34:46','2021-01-16 08:34:46'),
(73123,28538,'action started via WP Cron','2021-01-16 13:35:21','2021-01-16 08:35:21'),
(73124,28538,'action complete via WP Cron','2021-01-16 13:35:21','2021-01-16 08:35:21'),
(73125,28539,'action created','2021-01-16 13:35:21','2021-01-16 08:35:21'),
(73126,28539,'action started via WP Cron','2021-01-16 13:37:37','2021-01-16 08:37:37'),
(73127,28539,'action complete via WP Cron','2021-01-16 13:37:37','2021-01-16 08:37:37'),
(73128,28540,'action created','2021-01-16 13:37:37','2021-01-16 08:37:37'),
(73129,28540,'action started via WP Cron','2021-01-16 13:39:19','2021-01-16 08:39:19'),
(73130,28540,'action complete via WP Cron','2021-01-16 13:39:19','2021-01-16 08:39:19'),
(73131,28541,'action created','2021-01-16 13:39:19','2021-01-16 08:39:19'),
(73132,28541,'action started via WP Cron','2021-01-16 13:41:52','2021-01-16 08:41:52'),
(73133,28541,'action complete via WP Cron','2021-01-16 13:41:52','2021-01-16 08:41:52'),
(73134,28542,'action created','2021-01-16 13:41:52','2021-01-16 08:41:52'),
(73135,28542,'action started via WP Cron','2021-01-16 13:42:24','2021-01-16 08:42:24'),
(73136,28542,'action complete via WP Cron','2021-01-16 13:42:25','2021-01-16 08:42:25'),
(73137,28543,'action created','2021-01-16 13:42:25','2021-01-16 08:42:25'),
(73138,28543,'action started via WP Cron','2021-01-16 13:43:34','2021-01-16 08:43:34'),
(73139,28543,'action complete via WP Cron','2021-01-16 13:43:34','2021-01-16 08:43:34'),
(73140,28544,'action created','2021-01-16 13:43:34','2021-01-16 08:43:34'),
(73141,28544,'action started via WP Cron','2021-01-16 13:45:09','2021-01-16 08:45:09'),
(73142,28544,'action complete via WP Cron','2021-01-16 13:45:09','2021-01-16 08:45:09'),
(73143,28545,'action created','2021-01-16 13:45:09','2021-01-16 08:45:09'),
(73144,28545,'action started via WP Cron','2021-01-16 13:46:07','2021-01-16 08:46:07'),
(73145,28545,'action complete via WP Cron','2021-01-16 13:46:07','2021-01-16 08:46:07'),
(73146,28546,'action created','2021-01-16 13:46:07','2021-01-16 08:46:07'),
(73147,28546,'action started via WP Cron','2021-01-16 13:47:17','2021-01-16 08:47:17'),
(73148,28546,'action complete via WP Cron','2021-01-16 13:47:17','2021-01-16 08:47:17'),
(73149,28547,'action created','2021-01-16 13:47:17','2021-01-16 08:47:17'),
(73150,28547,'action started via WP Cron','2021-01-16 13:48:14','2021-01-16 08:48:14'),
(73151,28547,'action complete via WP Cron','2021-01-16 13:48:14','2021-01-16 08:48:14'),
(73152,28548,'action created','2021-01-16 13:48:14','2021-01-16 08:48:14'),
(73153,28548,'action started via WP Cron','2021-01-16 13:51:20','2021-01-16 08:51:20'),
(73154,28548,'action complete via WP Cron','2021-01-16 13:51:20','2021-01-16 08:51:20'),
(73155,28549,'action created','2021-01-16 13:51:20','2021-01-16 08:51:20'),
(73156,28549,'action started via WP Cron','2021-01-16 13:52:14','2021-01-16 08:52:14'),
(73157,28549,'action complete via WP Cron','2021-01-16 13:52:14','2021-01-16 08:52:14'),
(73158,28550,'action created','2021-01-16 13:52:14','2021-01-16 08:52:14'),
(73159,28550,'action started via WP Cron','2021-01-16 13:53:35','2021-01-16 08:53:35'),
(73160,28550,'action complete via WP Cron','2021-01-16 13:53:35','2021-01-16 08:53:35'),
(73161,28551,'action created','2021-01-16 13:53:35','2021-01-16 08:53:35'),
(73162,28551,'action started via WP Cron','2021-01-16 13:54:48','2021-01-16 08:54:48'),
(73163,28551,'action complete via WP Cron','2021-01-16 13:54:48','2021-01-16 08:54:48'),
(73164,28552,'action created','2021-01-16 13:54:48','2021-01-16 08:54:48'),
(73165,28552,'action started via WP Cron','2021-01-16 13:55:51','2021-01-16 08:55:51'),
(73166,28552,'action complete via WP Cron','2021-01-16 13:55:51','2021-01-16 08:55:51'),
(73167,28553,'action created','2021-01-16 13:55:51','2021-01-16 08:55:51'),
(73168,28553,'action started via WP Cron','2021-01-16 13:56:47','2021-01-16 08:56:47'),
(73169,28553,'action complete via WP Cron','2021-01-16 13:56:47','2021-01-16 08:56:47'),
(73170,28554,'action created','2021-01-16 13:56:47','2021-01-16 08:56:47'),
(73171,28554,'action started via WP Cron','2021-01-16 13:57:31','2021-01-16 08:57:31'),
(73172,28554,'action complete via WP Cron','2021-01-16 13:57:31','2021-01-16 08:57:31'),
(73173,28555,'action created','2021-01-16 13:57:31','2021-01-16 08:57:31'),
(73174,28555,'action started via WP Cron','2021-01-16 13:58:53','2021-01-16 08:58:53'),
(73175,28555,'action complete via WP Cron','2021-01-16 13:58:53','2021-01-16 08:58:53'),
(73176,28556,'action created','2021-01-16 13:58:53','2021-01-16 08:58:53'),
(73177,28556,'action started via WP Cron','2021-01-16 14:00:59','2021-01-16 09:00:59'),
(73178,28556,'action complete via WP Cron','2021-01-16 14:00:59','2021-01-16 09:00:59'),
(73179,28557,'action created','2021-01-16 14:00:59','2021-01-16 09:00:59'),
(73180,28557,'action started via WP Cron','2021-01-16 14:01:34','2021-01-16 09:01:34'),
(73181,28557,'action complete via WP Cron','2021-01-16 14:01:34','2021-01-16 09:01:34'),
(73182,28558,'action created','2021-01-16 14:01:34','2021-01-16 09:01:34'),
(73183,28558,'action started via WP Cron','2021-01-16 14:02:15','2021-01-16 09:02:15'),
(73184,28558,'action complete via WP Cron','2021-01-16 14:02:15','2021-01-16 09:02:15'),
(73185,28559,'action created','2021-01-16 14:02:15','2021-01-16 09:02:15'),
(73186,28559,'action started via WP Cron','2021-01-16 14:03:55','2021-01-16 09:03:55'),
(73187,28559,'action complete via WP Cron','2021-01-16 14:03:55','2021-01-16 09:03:55'),
(73188,28560,'action created','2021-01-16 14:03:55','2021-01-16 09:03:55'),
(73189,28560,'action started via WP Cron','2021-01-16 14:04:29','2021-01-16 09:04:29'),
(73190,28560,'action complete via WP Cron','2021-01-16 14:04:29','2021-01-16 09:04:29'),
(73191,28561,'action created','2021-01-16 14:04:29','2021-01-16 09:04:29'),
(73192,28561,'action started via WP Cron','2021-01-16 14:05:11','2021-01-16 09:05:11'),
(73193,28561,'action complete via WP Cron','2021-01-16 14:05:11','2021-01-16 09:05:11'),
(73194,28562,'action created','2021-01-16 14:05:11','2021-01-16 09:05:11'),
(73195,28562,'action started via WP Cron','2021-01-16 14:07:27','2021-01-16 09:07:27'),
(73196,28562,'action complete via WP Cron','2021-01-16 14:07:27','2021-01-16 09:07:27'),
(73197,28563,'action created','2021-01-16 14:07:27','2021-01-16 09:07:27'),
(73198,28563,'action started via WP Cron','2021-01-16 14:08:44','2021-01-16 09:08:44'),
(73199,28563,'action complete via WP Cron','2021-01-16 14:08:44','2021-01-16 09:08:44'),
(73200,28564,'action created','2021-01-16 14:08:44','2021-01-16 09:08:44'),
(73201,28564,'action started via WP Cron','2021-01-16 14:10:04','2021-01-16 09:10:04'),
(73202,28564,'action complete via WP Cron','2021-01-16 14:10:04','2021-01-16 09:10:04'),
(73203,28565,'action created','2021-01-16 14:10:04','2021-01-16 09:10:04'),
(73204,28565,'action started via WP Cron','2021-01-16 14:12:28','2021-01-16 09:12:28'),
(73205,28565,'action complete via WP Cron','2021-01-16 14:12:28','2021-01-16 09:12:28'),
(73206,28566,'action created','2021-01-16 14:12:29','2021-01-16 09:12:29'),
(73207,28566,'action started via WP Cron','2021-01-16 14:13:14','2021-01-16 09:13:14'),
(73208,28566,'action complete via WP Cron','2021-01-16 14:13:14','2021-01-16 09:13:14'),
(73209,28567,'action created','2021-01-16 14:13:14','2021-01-16 09:13:14'),
(73210,28567,'action started via WP Cron','2021-01-16 14:14:51','2021-01-16 09:14:51'),
(73211,28567,'action complete via WP Cron','2021-01-16 14:14:51','2021-01-16 09:14:51'),
(73212,28568,'action created','2021-01-16 14:14:51','2021-01-16 09:14:51'),
(73213,28568,'action started via WP Cron','2021-01-16 14:17:08','2021-01-16 09:17:08'),
(73214,28568,'action complete via WP Cron','2021-01-16 14:17:08','2021-01-16 09:17:08'),
(73215,28569,'action created','2021-01-16 14:17:08','2021-01-16 09:17:08'),
(73216,28569,'action started via WP Cron','2021-01-16 14:17:58','2021-01-16 09:17:58'),
(73217,28569,'action complete via WP Cron','2021-01-16 14:17:58','2021-01-16 09:17:58'),
(73218,28570,'action created','2021-01-16 14:17:58','2021-01-16 09:17:58'),
(73219,28570,'action started via WP Cron','2021-01-16 14:18:52','2021-01-16 09:18:52'),
(73220,28570,'action complete via WP Cron','2021-01-16 14:18:52','2021-01-16 09:18:52'),
(73221,28571,'action created','2021-01-16 14:18:52','2021-01-16 09:18:52'),
(73222,28571,'action started via WP Cron','2021-01-16 14:19:12','2021-01-16 09:19:12'),
(73223,28571,'action complete via WP Cron','2021-01-16 14:19:12','2021-01-16 09:19:12'),
(73224,28572,'action created','2021-01-16 14:19:12','2021-01-16 09:19:12'),
(73225,28572,'action started via WP Cron','2021-01-16 14:20:43','2021-01-16 09:20:43'),
(73226,28572,'action complete via WP Cron','2021-01-16 14:20:43','2021-01-16 09:20:43'),
(73227,28573,'action created','2021-01-16 14:20:43','2021-01-16 09:20:43'),
(73228,28573,'action started via WP Cron','2021-01-16 14:21:40','2021-01-16 09:21:40'),
(73229,28573,'action complete via WP Cron','2021-01-16 14:21:40','2021-01-16 09:21:40'),
(73230,28574,'action created','2021-01-16 14:21:40','2021-01-16 09:21:40'),
(73231,28574,'action started via WP Cron','2021-01-16 14:22:30','2021-01-16 09:22:30'),
(73232,28574,'action complete via WP Cron','2021-01-16 14:22:30','2021-01-16 09:22:30'),
(73233,28575,'action created','2021-01-16 14:22:30','2021-01-16 09:22:30'),
(73234,28575,'action started via WP Cron','2021-01-16 14:23:47','2021-01-16 09:23:47'),
(73235,28575,'action complete via WP Cron','2021-01-16 14:23:47','2021-01-16 09:23:47'),
(73236,28576,'action created','2021-01-16 14:23:47','2021-01-16 09:23:47'),
(73237,28576,'action started via WP Cron','2021-01-16 14:24:16','2021-01-16 09:24:16'),
(73238,28576,'action complete via WP Cron','2021-01-16 14:24:16','2021-01-16 09:24:16'),
(73239,28577,'action created','2021-01-16 14:24:16','2021-01-16 09:24:16'),
(73240,28577,'action started via WP Cron','2021-01-16 14:25:55','2021-01-16 09:25:55'),
(73241,28577,'action complete via WP Cron','2021-01-16 14:25:55','2021-01-16 09:25:55'),
(73242,28578,'action created','2021-01-16 14:25:55','2021-01-16 09:25:55'),
(73243,28578,'action started via WP Cron','2021-01-16 14:27:04','2021-01-16 09:27:04'),
(73244,28578,'action complete via WP Cron','2021-01-16 14:27:04','2021-01-16 09:27:04'),
(73245,28579,'action created','2021-01-16 14:27:04','2021-01-16 09:27:04'),
(73246,28579,'action started via WP Cron','2021-01-16 14:27:29','2021-01-16 09:27:29'),
(73247,28579,'action complete via WP Cron','2021-01-16 14:27:29','2021-01-16 09:27:29'),
(73248,28580,'action created','2021-01-16 14:27:29','2021-01-16 09:27:29'),
(73249,28580,'action started via WP Cron','2021-01-16 14:28:12','2021-01-16 09:28:12'),
(73250,28580,'action complete via WP Cron','2021-01-16 14:28:12','2021-01-16 09:28:12'),
(73251,28581,'action created','2021-01-16 14:28:12','2021-01-16 09:28:12'),
(73252,28581,'action started via WP Cron','2021-01-16 14:29:48','2021-01-16 09:29:48'),
(73253,28581,'action complete via WP Cron','2021-01-16 14:29:48','2021-01-16 09:29:48'),
(73254,28582,'action created','2021-01-16 14:29:48','2021-01-16 09:29:48'),
(73255,28582,'action started via WP Cron','2021-01-16 14:31:26','2021-01-16 09:31:26'),
(73256,28582,'action complete via WP Cron','2021-01-16 14:31:26','2021-01-16 09:31:26'),
(73257,28583,'action created','2021-01-16 14:31:26','2021-01-16 09:31:26'),
(73258,28583,'action started via WP Cron','2021-01-16 14:32:57','2021-01-16 09:32:57'),
(73259,28583,'action complete via WP Cron','2021-01-16 14:32:57','2021-01-16 09:32:57'),
(73260,28584,'action created','2021-01-16 14:32:57','2021-01-16 09:32:57'),
(73261,28584,'action started via WP Cron','2021-01-16 14:33:18','2021-01-16 09:33:18'),
(73262,28584,'action complete via WP Cron','2021-01-16 14:33:18','2021-01-16 09:33:18'),
(73263,28585,'action created','2021-01-16 14:33:18','2021-01-16 09:33:18'),
(73264,28585,'action started via WP Cron','2021-01-16 14:35:19','2021-01-16 09:35:19'),
(73265,28585,'action complete via WP Cron','2021-01-16 14:35:19','2021-01-16 09:35:19'),
(73266,28586,'action created','2021-01-16 14:35:19','2021-01-16 09:35:19'),
(73267,28586,'action started via WP Cron','2021-01-16 14:36:43','2021-01-16 09:36:43'),
(73268,28586,'action complete via WP Cron','2021-01-16 14:36:43','2021-01-16 09:36:43'),
(73269,28587,'action created','2021-01-16 14:36:57','2021-01-16 09:36:57'),
(73270,28587,'action started via WP Cron','2021-01-16 14:38:11','2021-01-16 09:38:11'),
(73271,28587,'action complete via WP Cron','2021-01-16 14:38:11','2021-01-16 09:38:11'),
(73272,28588,'action created','2021-01-16 14:38:11','2021-01-16 09:38:11'),
(73273,28588,'action started via WP Cron','2021-01-16 14:39:58','2021-01-16 09:39:58'),
(73274,28588,'action complete via WP Cron','2021-01-16 14:39:59','2021-01-16 09:39:59'),
(73275,28589,'action created','2021-01-16 14:39:59','2021-01-16 09:39:59'),
(73276,28589,'action started via WP Cron','2021-01-16 14:41:17','2021-01-16 09:41:17'),
(73277,28589,'action complete via WP Cron','2021-01-16 14:41:17','2021-01-16 09:41:17'),
(73278,28590,'action created','2021-01-16 14:41:17','2021-01-16 09:41:17'),
(73279,28590,'action started via WP Cron','2021-01-16 14:42:42','2021-01-16 09:42:42'),
(73280,28590,'action complete via WP Cron','2021-01-16 14:42:42','2021-01-16 09:42:42'),
(73281,28591,'action created','2021-01-16 14:42:42','2021-01-16 09:42:42'),
(73282,28591,'action started via WP Cron','2021-01-16 14:43:12','2021-01-16 09:43:12'),
(73283,28591,'action complete via WP Cron','2021-01-16 14:43:12','2021-01-16 09:43:12'),
(73284,28592,'action created','2021-01-16 14:43:12','2021-01-16 09:43:12'),
(73285,28592,'action started via WP Cron','2021-01-16 14:44:44','2021-01-16 09:44:44'),
(73286,28592,'action complete via WP Cron','2021-01-16 14:44:44','2021-01-16 09:44:44'),
(73287,28593,'action created','2021-01-16 14:44:44','2021-01-16 09:44:44'),
(73288,28593,'action started via WP Cron','2021-01-16 14:46:22','2021-01-16 09:46:22'),
(73289,28593,'action complete via WP Cron','2021-01-16 14:46:22','2021-01-16 09:46:22'),
(73290,28594,'action created','2021-01-16 14:46:22','2021-01-16 09:46:22'),
(73291,28594,'action started via WP Cron','2021-01-16 14:47:39','2021-01-16 09:47:39'),
(73292,28594,'action complete via WP Cron','2021-01-16 14:47:39','2021-01-16 09:47:39'),
(73293,28595,'action created','2021-01-16 14:47:39','2021-01-16 09:47:39'),
(73294,28595,'action started via WP Cron','2021-01-16 14:48:44','2021-01-16 09:48:44'),
(73295,28595,'action complete via WP Cron','2021-01-16 14:48:44','2021-01-16 09:48:44'),
(73296,28596,'action created','2021-01-16 14:48:45','2021-01-16 09:48:45'),
(73297,28596,'action started via WP Cron','2021-01-16 14:51:16','2021-01-16 09:51:16'),
(73298,28596,'action complete via WP Cron','2021-01-16 14:51:16','2021-01-16 09:51:16'),
(73299,28597,'action created','2021-01-16 14:51:16','2021-01-16 09:51:16'),
(73300,28597,'action started via WP Cron','2021-01-16 14:52:13','2021-01-16 09:52:13'),
(73301,28597,'action complete via WP Cron','2021-01-16 14:52:13','2021-01-16 09:52:13'),
(73302,28598,'action created','2021-01-16 14:52:13','2021-01-16 09:52:13'),
(73303,28598,'action started via WP Cron','2021-01-16 14:53:27','2021-01-16 09:53:27'),
(73304,28598,'action complete via WP Cron','2021-01-16 14:53:27','2021-01-16 09:53:27'),
(73305,28599,'action created','2021-01-16 14:53:27','2021-01-16 09:53:27'),
(73306,28599,'action started via WP Cron','2021-01-16 14:55:58','2021-01-16 09:55:58'),
(73307,28599,'action complete via WP Cron','2021-01-16 14:55:58','2021-01-16 09:55:58'),
(73308,28600,'action created','2021-01-16 14:55:58','2021-01-16 09:55:58'),
(73309,28600,'action started via WP Cron','2021-01-16 14:57:28','2021-01-16 09:57:28'),
(73310,28600,'action complete via WP Cron','2021-01-16 14:57:28','2021-01-16 09:57:28'),
(73311,28601,'action created','2021-01-16 14:57:28','2021-01-16 09:57:28'),
(73312,28601,'action started via WP Cron','2021-01-16 14:58:52','2021-01-16 09:58:52'),
(73313,28601,'action complete via WP Cron','2021-01-16 14:58:52','2021-01-16 09:58:52'),
(73314,28602,'action created','2021-01-16 14:58:52','2021-01-16 09:58:52'),
(73315,28602,'action started via WP Cron','2021-01-16 14:59:30','2021-01-16 09:59:30'),
(73316,28602,'action complete via WP Cron','2021-01-16 14:59:30','2021-01-16 09:59:30'),
(73317,28603,'action created','2021-01-16 14:59:30','2021-01-16 09:59:30'),
(73318,28603,'action started via WP Cron','2021-01-16 15:02:09','2021-01-16 10:02:09'),
(73319,28603,'action complete via WP Cron','2021-01-16 15:02:09','2021-01-16 10:02:09'),
(73320,28604,'action created','2021-01-16 15:02:09','2021-01-16 10:02:09'),
(73321,28604,'action started via WP Cron','2021-01-16 15:03:14','2021-01-16 10:03:14'),
(73322,28604,'action complete via WP Cron','2021-01-16 15:03:14','2021-01-16 10:03:14'),
(73323,28605,'action created','2021-01-16 15:03:14','2021-01-16 10:03:14'),
(73324,28605,'action started via WP Cron','2021-01-16 15:04:53','2021-01-16 10:04:53'),
(73325,28605,'action complete via WP Cron','2021-01-16 15:04:53','2021-01-16 10:04:53'),
(73326,28606,'action created','2021-01-16 15:04:53','2021-01-16 10:04:53'),
(73327,28606,'action started via WP Cron','2021-01-16 15:05:31','2021-01-16 10:05:31'),
(73328,28606,'action complete via WP Cron','2021-01-16 15:05:31','2021-01-16 10:05:31'),
(73329,28607,'action created','2021-01-16 15:05:31','2021-01-16 10:05:31'),
(73330,28607,'action started via WP Cron','2021-01-16 15:06:29','2021-01-16 10:06:29'),
(73331,28607,'action complete via WP Cron','2021-01-16 15:06:29','2021-01-16 10:06:29'),
(73332,28608,'action created','2021-01-16 15:06:29','2021-01-16 10:06:29'),
(73333,28608,'action started via WP Cron','2021-01-16 15:07:21','2021-01-16 10:07:21'),
(73334,28608,'action complete via WP Cron','2021-01-16 15:07:21','2021-01-16 10:07:21'),
(73335,28609,'action created','2021-01-16 15:07:21','2021-01-16 10:07:21'),
(73336,28609,'action started via WP Cron','2021-01-16 15:08:17','2021-01-16 10:08:17'),
(73337,28609,'action complete via WP Cron','2021-01-16 15:08:17','2021-01-16 10:08:17'),
(73338,28610,'action created','2021-01-16 15:08:17','2021-01-16 10:08:17'),
(73339,28610,'action started via WP Cron','2021-01-16 15:09:54','2021-01-16 10:09:54'),
(73340,28610,'action complete via WP Cron','2021-01-16 15:09:54','2021-01-16 10:09:54'),
(73341,28611,'action created','2021-01-16 15:09:54','2021-01-16 10:09:54'),
(73342,28611,'action started via WP Cron','2021-01-16 15:10:30','2021-01-16 10:10:30'),
(73343,28611,'action complete via WP Cron','2021-01-16 15:10:30','2021-01-16 10:10:30'),
(73344,28612,'action created','2021-01-16 15:10:30','2021-01-16 10:10:30'),
(73345,28612,'action started via WP Cron','2021-01-16 15:11:28','2021-01-16 10:11:28'),
(73346,28612,'action complete via WP Cron','2021-01-16 15:11:28','2021-01-16 10:11:28'),
(73347,28613,'action created','2021-01-16 15:11:28','2021-01-16 10:11:28'),
(73348,28613,'action started via WP Cron','2021-01-16 15:12:45','2021-01-16 10:12:45'),
(73349,28613,'action complete via WP Cron','2021-01-16 15:12:45','2021-01-16 10:12:45'),
(73350,28614,'action created','2021-01-16 15:12:45','2021-01-16 10:12:45'),
(73351,28614,'action started via WP Cron','2021-01-16 15:13:29','2021-01-16 10:13:29'),
(73352,28614,'action complete via WP Cron','2021-01-16 15:13:29','2021-01-16 10:13:29'),
(73353,28615,'action created','2021-01-16 15:13:30','2021-01-16 10:13:30'),
(73354,28615,'action started via WP Cron','2021-01-16 15:14:14','2021-01-16 10:14:14'),
(73355,28615,'action complete via WP Cron','2021-01-16 15:14:14','2021-01-16 10:14:14'),
(73356,28616,'action created','2021-01-16 15:14:36','2021-01-16 10:14:36'),
(73357,28616,'action started via WP Cron','2021-01-16 15:15:25','2021-01-16 10:15:25'),
(73358,28616,'action complete via WP Cron','2021-01-16 15:15:25','2021-01-16 10:15:25'),
(73359,28617,'action created','2021-01-16 15:15:25','2021-01-16 10:15:25'),
(73360,28617,'action started via WP Cron','2021-01-16 15:16:29','2021-01-16 10:16:29'),
(73361,28617,'action complete via WP Cron','2021-01-16 15:16:29','2021-01-16 10:16:29'),
(73362,28618,'action created','2021-01-16 15:16:29','2021-01-16 10:16:29'),
(73363,28618,'action started via WP Cron','2021-01-16 15:17:25','2021-01-16 10:17:25'),
(73364,28618,'action complete via WP Cron','2021-01-16 15:17:25','2021-01-16 10:17:25'),
(73365,28619,'action created','2021-01-16 15:17:25','2021-01-16 10:17:25'),
(73366,28619,'action started via WP Cron','2021-01-16 15:18:30','2021-01-16 10:18:30'),
(73367,28619,'action complete via WP Cron','2021-01-16 15:18:30','2021-01-16 10:18:30'),
(73368,28620,'action created','2021-01-16 15:18:30','2021-01-16 10:18:30'),
(73369,28620,'action started via WP Cron','2021-01-16 15:19:13','2021-01-16 10:19:13'),
(73370,28620,'action complete via WP Cron','2021-01-16 15:19:13','2021-01-16 10:19:13'),
(73371,28621,'action created','2021-01-16 15:19:13','2021-01-16 10:19:13'),
(73372,28621,'action started via WP Cron','2021-01-16 15:20:16','2021-01-16 10:20:16'),
(73373,28621,'action complete via WP Cron','2021-01-16 15:20:16','2021-01-16 10:20:16'),
(73374,28622,'action created','2021-01-16 15:20:16','2021-01-16 10:20:16'),
(73375,28622,'action started via WP Cron','2021-01-16 15:22:30','2021-01-16 10:22:30'),
(73376,28622,'action complete via WP Cron','2021-01-16 15:22:30','2021-01-16 10:22:30'),
(73377,28623,'action created','2021-01-16 15:22:30','2021-01-16 10:22:30'),
(73378,28623,'action started via WP Cron','2021-01-16 15:23:15','2021-01-16 10:23:15'),
(73379,28623,'action complete via WP Cron','2021-01-16 15:23:15','2021-01-16 10:23:15'),
(73380,28624,'action created','2021-01-16 15:23:15','2021-01-16 10:23:15'),
(73381,28624,'action started via WP Cron','2021-01-16 15:24:15','2021-01-16 10:24:15'),
(73382,28624,'action complete via WP Cron','2021-01-16 15:24:15','2021-01-16 10:24:15'),
(73383,28625,'action created','2021-01-16 15:24:15','2021-01-16 10:24:15'),
(73384,28625,'action started via WP Cron','2021-01-16 15:25:11','2021-01-16 10:25:11'),
(73385,28625,'action complete via WP Cron','2021-01-16 15:25:11','2021-01-16 10:25:11'),
(73386,28626,'action created','2021-01-16 15:25:11','2021-01-16 10:25:11'),
(73387,28626,'action started via WP Cron','2021-01-16 15:26:14','2021-01-16 10:26:14'),
(73388,28626,'action complete via WP Cron','2021-01-16 15:26:14','2021-01-16 10:26:14'),
(73389,28627,'action created','2021-01-16 15:26:14','2021-01-16 10:26:14'),
(73390,28627,'action started via WP Cron','2021-01-16 15:27:13','2021-01-16 10:27:13'),
(73391,28627,'action complete via WP Cron','2021-01-16 15:27:13','2021-01-16 10:27:13'),
(73392,28628,'action created','2021-01-16 15:27:13','2021-01-16 10:27:13'),
(73393,28628,'action started via WP Cron','2021-01-16 15:28:18','2021-01-16 10:28:18'),
(73394,28628,'action complete via WP Cron','2021-01-16 15:28:18','2021-01-16 10:28:18'),
(73395,28629,'action created','2021-01-16 15:28:18','2021-01-16 10:28:18'),
(73396,28629,'action started via WP Cron','2021-01-16 15:29:25','2021-01-16 10:29:25'),
(73397,28629,'action complete via WP Cron','2021-01-16 15:29:25','2021-01-16 10:29:25'),
(73398,28630,'action created','2021-01-16 15:29:25','2021-01-16 10:29:25'),
(73399,28630,'action started via WP Cron','2021-01-16 15:30:50','2021-01-16 10:30:50'),
(73400,28630,'action complete via WP Cron','2021-01-16 15:30:50','2021-01-16 10:30:50'),
(73401,28631,'action created','2021-01-16 15:30:50','2021-01-16 10:30:50'),
(73402,28631,'action started via WP Cron','2021-01-16 15:31:58','2021-01-16 10:31:58'),
(73403,28631,'action complete via WP Cron','2021-01-16 15:31:58','2021-01-16 10:31:58'),
(73404,28632,'action created','2021-01-16 15:31:58','2021-01-16 10:31:58'),
(73405,28632,'action started via WP Cron','2021-01-16 15:32:12','2021-01-16 10:32:12'),
(73406,28632,'action complete via WP Cron','2021-01-16 15:32:12','2021-01-16 10:32:12'),
(73407,28633,'action created','2021-01-16 15:32:12','2021-01-16 10:32:12'),
(73408,28633,'action started via WP Cron','2021-01-16 15:33:20','2021-01-16 10:33:20'),
(73409,28633,'action complete via WP Cron','2021-01-16 15:33:20','2021-01-16 10:33:20'),
(73410,28634,'action created','2021-01-16 15:33:20','2021-01-16 10:33:20'),
(73411,28634,'action started via WP Cron','2021-01-16 15:35:32','2021-01-16 10:35:32'),
(73412,28634,'action complete via WP Cron','2021-01-16 15:35:32','2021-01-16 10:35:32'),
(73413,28635,'action created','2021-01-16 15:35:32','2021-01-16 10:35:32'),
(73414,28635,'action started via WP Cron','2021-01-16 15:36:18','2021-01-16 10:36:18'),
(73415,28635,'action complete via WP Cron','2021-01-16 15:36:18','2021-01-16 10:36:18'),
(73416,28636,'action created','2021-01-16 15:36:18','2021-01-16 10:36:18'),
(73417,28636,'action started via WP Cron','2021-01-16 15:37:29','2021-01-16 10:37:29'),
(73418,28636,'action complete via WP Cron','2021-01-16 15:37:29','2021-01-16 10:37:29'),
(73419,28637,'action created','2021-01-16 15:37:29','2021-01-16 10:37:29'),
(73420,28637,'action started via WP Cron','2021-01-16 15:38:45','2021-01-16 10:38:45'),
(73421,28637,'action complete via WP Cron','2021-01-16 15:38:45','2021-01-16 10:38:45'),
(73422,28638,'action created','2021-01-16 15:38:45','2021-01-16 10:38:45'),
(73423,28638,'action started via WP Cron','2021-01-16 15:39:18','2021-01-16 10:39:18'),
(73424,28638,'action complete via WP Cron','2021-01-16 15:39:18','2021-01-16 10:39:18'),
(73425,28639,'action created','2021-01-16 15:39:18','2021-01-16 10:39:18'),
(73426,28639,'action started via WP Cron','2021-01-16 15:40:37','2021-01-16 10:40:37'),
(73427,28639,'action complete via WP Cron','2021-01-16 15:40:37','2021-01-16 10:40:37'),
(73428,28640,'action created','2021-01-16 15:40:37','2021-01-16 10:40:37'),
(73429,28640,'action started via WP Cron','2021-01-16 15:41:19','2021-01-16 10:41:19'),
(73430,28640,'action complete via WP Cron','2021-01-16 15:41:19','2021-01-16 10:41:19'),
(73431,28641,'action created','2021-01-16 15:41:19','2021-01-16 10:41:19'),
(73432,28641,'action started via WP Cron','2021-01-16 15:42:20','2021-01-16 10:42:20'),
(73433,28641,'action complete via WP Cron','2021-01-16 15:42:20','2021-01-16 10:42:20'),
(73434,28642,'action created','2021-01-16 15:42:20','2021-01-16 10:42:20'),
(73435,28642,'action started via WP Cron','2021-01-16 15:43:27','2021-01-16 10:43:27'),
(73436,28642,'action complete via WP Cron','2021-01-16 15:43:27','2021-01-16 10:43:27'),
(73437,28643,'action created','2021-01-16 15:43:27','2021-01-16 10:43:27'),
(73438,28643,'action started via WP Cron','2021-01-16 15:44:18','2021-01-16 10:44:18'),
(73439,28643,'action complete via WP Cron','2021-01-16 15:44:18','2021-01-16 10:44:18'),
(73440,28644,'action created','2021-01-16 15:44:18','2021-01-16 10:44:18'),
(73441,28644,'action started via WP Cron','2021-01-16 15:45:23','2021-01-16 10:45:23'),
(73442,28644,'action complete via WP Cron','2021-01-16 15:45:23','2021-01-16 10:45:23'),
(73443,28645,'action created','2021-01-16 15:45:23','2021-01-16 10:45:23'),
(73444,28645,'action started via WP Cron','2021-01-16 15:47:11','2021-01-16 10:47:11'),
(73445,28645,'action complete via WP Cron','2021-01-16 15:47:11','2021-01-16 10:47:11'),
(73446,28646,'action created','2021-01-16 15:47:11','2021-01-16 10:47:11'),
(73447,28646,'action started via WP Cron','2021-01-16 15:49:34','2021-01-16 10:49:34'),
(73448,28646,'action complete via WP Cron','2021-01-16 15:49:34','2021-01-16 10:49:34'),
(73449,28647,'action created','2021-01-16 15:49:34','2021-01-16 10:49:34'),
(73450,28647,'action started via WP Cron','2021-01-16 15:50:39','2021-01-16 10:50:39'),
(73451,28647,'action complete via WP Cron','2021-01-16 15:50:39','2021-01-16 10:50:39'),
(73452,28648,'action created','2021-01-16 15:50:39','2021-01-16 10:50:39'),
(73453,28648,'action started via WP Cron','2021-01-16 15:51:28','2021-01-16 10:51:28'),
(73454,28648,'action complete via WP Cron','2021-01-16 15:51:28','2021-01-16 10:51:28'),
(73455,28649,'action created','2021-01-16 15:51:28','2021-01-16 10:51:28'),
(73456,28649,'action started via WP Cron','2021-01-16 15:52:21','2021-01-16 10:52:21'),
(73457,28649,'action complete via WP Cron','2021-01-16 15:52:21','2021-01-16 10:52:21'),
(73458,28650,'action created','2021-01-16 15:52:21','2021-01-16 10:52:21'),
(73459,28650,'action started via WP Cron','2021-01-16 15:53:31','2021-01-16 10:53:31'),
(73460,28650,'action complete via WP Cron','2021-01-16 15:53:31','2021-01-16 10:53:31'),
(73461,28651,'action created','2021-01-16 15:53:31','2021-01-16 10:53:31'),
(73462,28651,'action started via WP Cron','2021-01-16 15:55:33','2021-01-16 10:55:33'),
(73463,28651,'action complete via WP Cron','2021-01-16 15:55:33','2021-01-16 10:55:33'),
(73464,28652,'action created','2021-01-16 15:55:34','2021-01-16 10:55:34'),
(73465,28652,'action started via WP Cron','2021-01-16 15:56:12','2021-01-16 10:56:12'),
(73466,28652,'action complete via WP Cron','2021-01-16 15:56:12','2021-01-16 10:56:12'),
(73467,28653,'action created','2021-01-16 15:56:13','2021-01-16 10:56:13'),
(73468,28653,'action started via WP Cron','2021-01-16 15:57:24','2021-01-16 10:57:24'),
(73469,28653,'action complete via WP Cron','2021-01-16 15:57:24','2021-01-16 10:57:24'),
(73470,28654,'action created','2021-01-16 15:57:24','2021-01-16 10:57:24'),
(73471,28654,'action started via WP Cron','2021-01-16 15:58:24','2021-01-16 10:58:24'),
(73472,28654,'action complete via WP Cron','2021-01-16 15:58:24','2021-01-16 10:58:24'),
(73473,28655,'action created','2021-01-16 15:58:24','2021-01-16 10:58:24'),
(73474,28655,'action started via WP Cron','2021-01-16 15:59:19','2021-01-16 10:59:19'),
(73475,28655,'action complete via WP Cron','2021-01-16 15:59:19','2021-01-16 10:59:19'),
(73476,28656,'action created','2021-01-16 15:59:19','2021-01-16 10:59:19'),
(73477,28656,'action started via WP Cron','2021-01-16 16:00:20','2021-01-16 11:00:20'),
(73478,28656,'action complete via WP Cron','2021-01-16 16:00:20','2021-01-16 11:00:20'),
(73479,28657,'action created','2021-01-16 16:00:20','2021-01-16 11:00:20'),
(73480,28657,'action started via WP Cron','2021-01-16 16:01:29','2021-01-16 11:01:29'),
(73481,28657,'action complete via WP Cron','2021-01-16 16:01:29','2021-01-16 11:01:29'),
(73482,28658,'action created','2021-01-16 16:01:29','2021-01-16 11:01:29'),
(73483,28658,'action started via WP Cron','2021-01-16 16:02:39','2021-01-16 11:02:39'),
(73484,28658,'action complete via WP Cron','2021-01-16 16:02:39','2021-01-16 11:02:39'),
(73485,28659,'action created','2021-01-16 16:02:39','2021-01-16 11:02:39'),
(73486,28659,'action started via WP Cron','2021-01-16 16:03:18','2021-01-16 11:03:18'),
(73487,28659,'action complete via WP Cron','2021-01-16 16:03:18','2021-01-16 11:03:18'),
(73488,28660,'action created','2021-01-16 16:03:18','2021-01-16 11:03:18'),
(73489,28660,'action started via WP Cron','2021-01-16 16:04:23','2021-01-16 11:04:23'),
(73490,28660,'action complete via WP Cron','2021-01-16 16:04:23','2021-01-16 11:04:23'),
(73491,28661,'action created','2021-01-16 16:04:23','2021-01-16 11:04:23'),
(73492,28661,'action started via WP Cron','2021-01-16 16:05:16','2021-01-16 11:05:16'),
(73493,28661,'action complete via WP Cron','2021-01-16 16:05:16','2021-01-16 11:05:16'),
(73494,28662,'action created','2021-01-16 16:05:16','2021-01-16 11:05:16'),
(73495,28662,'action started via WP Cron','2021-01-16 16:06:25','2021-01-16 11:06:25'),
(73496,28662,'action complete via WP Cron','2021-01-16 16:06:25','2021-01-16 11:06:25'),
(73497,28663,'action created','2021-01-16 16:06:25','2021-01-16 11:06:25'),
(73498,28663,'action started via WP Cron','2021-01-16 16:07:24','2021-01-16 11:07:24'),
(73499,28663,'action complete via WP Cron','2021-01-16 16:07:24','2021-01-16 11:07:24'),
(73500,28664,'action created','2021-01-16 16:07:24','2021-01-16 11:07:24'),
(73501,28664,'action started via WP Cron','2021-01-16 16:08:18','2021-01-16 11:08:18'),
(73502,28664,'action complete via WP Cron','2021-01-16 16:08:18','2021-01-16 11:08:18'),
(73503,28665,'action created','2021-01-16 16:08:18','2021-01-16 11:08:18'),
(73504,28665,'action started via WP Cron','2021-01-16 16:10:41','2021-01-16 11:10:41'),
(73505,28665,'action complete via WP Cron','2021-01-16 16:10:41','2021-01-16 11:10:41'),
(73506,28666,'action created','2021-01-16 16:10:41','2021-01-16 11:10:41'),
(73507,28666,'action started via WP Cron','2021-01-16 16:11:12','2021-01-16 11:11:12'),
(73508,28666,'action complete via WP Cron','2021-01-16 16:11:12','2021-01-16 11:11:12'),
(73509,28667,'action created','2021-01-16 16:11:13','2021-01-16 11:11:13'),
(73510,28667,'action started via WP Cron','2021-01-16 16:13:04','2021-01-16 11:13:04'),
(73511,28667,'action complete via WP Cron','2021-01-16 16:13:04','2021-01-16 11:13:04'),
(73512,28668,'action created','2021-01-16 16:13:04','2021-01-16 11:13:04'),
(73513,28668,'action started via WP Cron','2021-01-16 16:13:38','2021-01-16 11:13:38'),
(73514,28668,'action complete via WP Cron','2021-01-16 16:13:38','2021-01-16 11:13:38'),
(73515,28669,'action created','2021-01-16 16:13:38','2021-01-16 11:13:38'),
(73516,28669,'action started via WP Cron','2021-01-16 16:14:25','2021-01-16 11:14:25'),
(73517,28669,'action complete via WP Cron','2021-01-16 16:14:25','2021-01-16 11:14:25'),
(73518,28670,'action created','2021-01-16 16:14:25','2021-01-16 11:14:25'),
(73519,28670,'action started via WP Cron','2021-01-16 16:15:31','2021-01-16 11:15:31'),
(73520,28670,'action complete via WP Cron','2021-01-16 16:15:31','2021-01-16 11:15:31'),
(73521,28671,'action created','2021-01-16 16:15:31','2021-01-16 11:15:31'),
(73522,28671,'action started via WP Cron','2021-01-16 16:16:34','2021-01-16 11:16:34'),
(73523,28671,'action complete via WP Cron','2021-01-16 16:16:34','2021-01-16 11:16:34'),
(73524,28672,'action created','2021-01-16 16:16:34','2021-01-16 11:16:34'),
(73525,28672,'action started via WP Cron','2021-01-16 16:17:45','2021-01-16 11:17:45'),
(73526,28672,'action complete via WP Cron','2021-01-16 16:17:45','2021-01-16 11:17:45'),
(73527,28673,'action created','2021-01-16 16:17:45','2021-01-16 11:17:45'),
(73528,28673,'action started via WP Cron','2021-01-16 16:21:14','2021-01-16 11:21:14'),
(73529,28673,'action complete via WP Cron','2021-01-16 16:21:14','2021-01-16 11:21:14'),
(73530,28674,'action created','2021-01-16 16:21:14','2021-01-16 11:21:14'),
(73531,28674,'action started via WP Cron','2021-01-16 16:22:37','2021-01-16 11:22:37'),
(73532,28674,'action complete via WP Cron','2021-01-16 16:22:37','2021-01-16 11:22:37'),
(73533,28675,'action created','2021-01-16 16:22:37','2021-01-16 11:22:37'),
(73534,28675,'action started via WP Cron','2021-01-16 16:24:50','2021-01-16 11:24:50'),
(73535,28675,'action complete via WP Cron','2021-01-16 16:24:50','2021-01-16 11:24:50'),
(73536,28676,'action created','2021-01-16 16:24:50','2021-01-16 11:24:50'),
(73537,28676,'action started via WP Cron','2021-01-16 16:25:15','2021-01-16 11:25:15'),
(73538,28676,'action complete via WP Cron','2021-01-16 16:25:15','2021-01-16 11:25:15'),
(73539,28677,'action created','2021-01-16 16:25:15','2021-01-16 11:25:15'),
(73540,28677,'action started via WP Cron','2021-01-16 16:26:47','2021-01-16 11:26:47'),
(73541,28677,'action complete via WP Cron','2021-01-16 16:26:47','2021-01-16 11:26:47'),
(73542,28678,'action created','2021-01-16 16:26:47','2021-01-16 11:26:47'),
(73543,28678,'action started via WP Cron','2021-01-16 16:27:16','2021-01-16 11:27:16'),
(73544,28678,'action complete via WP Cron','2021-01-16 16:27:16','2021-01-16 11:27:16'),
(73545,28679,'action created','2021-01-16 16:27:16','2021-01-16 11:27:16'),
(73546,28679,'action started via WP Cron','2021-01-16 16:30:16','2021-01-16 11:30:16'),
(73547,28679,'action complete via WP Cron','2021-01-16 16:30:16','2021-01-16 11:30:16'),
(73548,28680,'action created','2021-01-16 16:30:16','2021-01-16 11:30:16'),
(73549,28680,'action started via WP Cron','2021-01-16 16:31:24','2021-01-16 11:31:24'),
(73550,28680,'action complete via WP Cron','2021-01-16 16:31:24','2021-01-16 11:31:24'),
(73551,28681,'action created','2021-01-16 16:31:24','2021-01-16 11:31:24'),
(73552,28681,'action started via WP Cron','2021-01-16 16:33:18','2021-01-16 11:33:18'),
(73553,28681,'action complete via WP Cron','2021-01-16 16:33:18','2021-01-16 11:33:18'),
(73554,28682,'action created','2021-01-16 16:33:18','2021-01-16 11:33:18'),
(73555,28682,'action started via WP Cron','2021-01-16 16:34:27','2021-01-16 11:34:27'),
(73556,28682,'action complete via WP Cron','2021-01-16 16:34:27','2021-01-16 11:34:27'),
(73557,28683,'action created','2021-01-16 16:34:27','2021-01-16 11:34:27'),
(73558,28683,'action started via WP Cron','2021-01-16 16:36:14','2021-01-16 11:36:14'),
(73559,28683,'action complete via WP Cron','2021-01-16 16:36:14','2021-01-16 11:36:14'),
(73560,28684,'action created','2021-01-16 16:36:15','2021-01-16 11:36:15'),
(73561,28684,'action started via WP Cron','2021-01-16 16:37:12','2021-01-16 11:37:12'),
(73562,28684,'action complete via WP Cron','2021-01-16 16:37:12','2021-01-16 11:37:12'),
(73563,28685,'action created','2021-01-16 16:37:12','2021-01-16 11:37:12'),
(73564,28685,'action started via WP Cron','2021-01-16 16:39:11','2021-01-16 11:39:11'),
(73565,28685,'action complete via WP Cron','2021-01-16 16:39:11','2021-01-16 11:39:11'),
(73566,28686,'action created','2021-01-16 16:39:11','2021-01-16 11:39:11'),
(73567,28686,'action started via WP Cron','2021-01-16 16:40:19','2021-01-16 11:40:19'),
(73568,28686,'action complete via WP Cron','2021-01-16 16:40:19','2021-01-16 11:40:19'),
(73569,28687,'action created','2021-01-16 16:40:19','2021-01-16 11:40:19'),
(73570,28687,'action started via WP Cron','2021-01-16 16:44:05','2021-01-16 11:44:05'),
(73571,28687,'action complete via WP Cron','2021-01-16 16:44:05','2021-01-16 11:44:05'),
(73572,28688,'action created','2021-01-16 16:44:06','2021-01-16 11:44:06'),
(73573,28688,'action started via WP Cron','2021-01-16 16:45:01','2021-01-16 11:45:01'),
(73574,28688,'action complete via WP Cron','2021-01-16 16:45:01','2021-01-16 11:45:01'),
(73575,28689,'action created','2021-01-16 16:45:01','2021-01-16 11:45:01'),
(73576,28689,'action started via WP Cron','2021-01-16 16:45:59','2021-01-16 11:45:59'),
(73577,28689,'action complete via WP Cron','2021-01-16 16:45:59','2021-01-16 11:45:59'),
(73578,28690,'action created','2021-01-16 16:45:59','2021-01-16 11:45:59'),
(73579,28690,'action started via WP Cron','2021-01-16 16:47:10','2021-01-16 11:47:10'),
(73580,28690,'action complete via WP Cron','2021-01-16 16:47:10','2021-01-16 11:47:10'),
(73581,28691,'action created','2021-01-16 16:47:10','2021-01-16 11:47:10'),
(73582,28691,'action started via WP Cron','2021-01-16 16:47:34','2021-01-16 11:47:34'),
(73583,28691,'action complete via WP Cron','2021-01-16 16:47:34','2021-01-16 11:47:34'),
(73584,28692,'action created','2021-01-16 16:47:34','2021-01-16 11:47:34'),
(73585,28692,'action started via WP Cron','2021-01-16 16:48:18','2021-01-16 11:48:18'),
(73586,28692,'action complete via WP Cron','2021-01-16 16:48:18','2021-01-16 11:48:18'),
(73587,28693,'action created','2021-01-16 16:48:18','2021-01-16 11:48:18'),
(73588,28693,'action started via WP Cron','2021-01-16 16:50:23','2021-01-16 11:50:23'),
(73589,28693,'action complete via WP Cron','2021-01-16 16:50:23','2021-01-16 11:50:23'),
(73590,28694,'action created','2021-01-16 16:50:23','2021-01-16 11:50:23'),
(73591,28694,'action started via WP Cron','2021-01-16 16:51:38','2021-01-16 11:51:38'),
(73592,28694,'action complete via WP Cron','2021-01-16 16:51:38','2021-01-16 11:51:38'),
(73593,28695,'action created','2021-01-16 16:51:38','2021-01-16 11:51:38'),
(73594,28695,'action started via WP Cron','2021-01-16 16:52:35','2021-01-16 11:52:35'),
(73595,28695,'action complete via WP Cron','2021-01-16 16:52:35','2021-01-16 11:52:35'),
(73596,28696,'action created','2021-01-16 16:52:35','2021-01-16 11:52:35'),
(73597,28696,'action started via WP Cron','2021-01-16 16:54:32','2021-01-16 11:54:32'),
(73598,28696,'action complete via WP Cron','2021-01-16 16:54:32','2021-01-16 11:54:32'),
(73599,28697,'action created','2021-01-16 16:54:32','2021-01-16 11:54:32'),
(73600,28697,'action started via WP Cron','2021-01-16 16:56:07','2021-01-16 11:56:07'),
(73601,28697,'action complete via WP Cron','2021-01-16 16:56:07','2021-01-16 11:56:07'),
(73602,28698,'action created','2021-01-16 16:56:07','2021-01-16 11:56:07'),
(73603,28698,'action started via WP Cron','2021-01-16 16:58:45','2021-01-16 11:58:45'),
(73604,28698,'action complete via WP Cron','2021-01-16 16:58:46','2021-01-16 11:58:46'),
(73605,28699,'action created','2021-01-16 16:58:46','2021-01-16 11:58:46'),
(73606,28699,'action started via WP Cron','2021-01-16 16:59:12','2021-01-16 11:59:12'),
(73607,28699,'action complete via WP Cron','2021-01-16 16:59:12','2021-01-16 11:59:12'),
(73608,28700,'action created','2021-01-16 16:59:12','2021-01-16 11:59:12'),
(73609,28700,'action started via WP Cron','2021-01-16 17:00:56','2021-01-16 12:00:56'),
(73610,28700,'action complete via WP Cron','2021-01-16 17:00:56','2021-01-16 12:00:56'),
(73611,28701,'action created','2021-01-16 17:00:56','2021-01-16 12:00:56'),
(73612,28701,'action started via WP Cron','2021-01-16 17:02:17','2021-01-16 12:02:17'),
(73613,28701,'action complete via WP Cron','2021-01-16 17:02:17','2021-01-16 12:02:17'),
(73614,28702,'action created','2021-01-16 17:02:17','2021-01-16 12:02:17'),
(73615,28702,'action started via WP Cron','2021-01-16 17:03:13','2021-01-16 12:03:13'),
(73616,28702,'action complete via WP Cron','2021-01-16 17:03:13','2021-01-16 12:03:13'),
(73617,28703,'action created','2021-01-16 17:03:13','2021-01-16 12:03:13'),
(73618,28703,'action started via WP Cron','2021-01-16 17:04:24','2021-01-16 12:04:24'),
(73619,28703,'action complete via WP Cron','2021-01-16 17:04:24','2021-01-16 12:04:24'),
(73620,28704,'action created','2021-01-16 17:04:24','2021-01-16 12:04:24'),
(73621,28704,'action started via WP Cron','2021-01-16 17:05:39','2021-01-16 12:05:39'),
(73622,28704,'action complete via WP Cron','2021-01-16 17:05:39','2021-01-16 12:05:39'),
(73623,28705,'action created','2021-01-16 17:05:39','2021-01-16 12:05:39'),
(73624,28705,'action started via WP Cron','2021-01-16 17:06:16','2021-01-16 12:06:16'),
(73625,28705,'action complete via WP Cron','2021-01-16 17:06:16','2021-01-16 12:06:16'),
(73626,28706,'action created','2021-01-16 17:06:16','2021-01-16 12:06:16'),
(73627,28706,'action started via WP Cron','2021-01-16 17:08:21','2021-01-16 12:08:21'),
(73628,28706,'action complete via WP Cron','2021-01-16 17:08:21','2021-01-16 12:08:21'),
(73629,28707,'action created','2021-01-16 17:08:21','2021-01-16 12:08:21'),
(73630,28707,'action started via WP Cron','2021-01-16 17:09:35','2021-01-16 12:09:35'),
(73631,28707,'action complete via WP Cron','2021-01-16 17:09:35','2021-01-16 12:09:35'),
(73632,28708,'action created','2021-01-16 17:09:35','2021-01-16 12:09:35'),
(73633,28708,'action started via WP Cron','2021-01-16 17:11:20','2021-01-16 12:11:20'),
(73634,28708,'action complete via WP Cron','2021-01-16 17:11:20','2021-01-16 12:11:20'),
(73635,28709,'action created','2021-01-16 17:11:20','2021-01-16 12:11:20'),
(73636,28709,'action started via WP Cron','2021-01-16 17:14:06','2021-01-16 12:14:06'),
(73637,28709,'action complete via WP Cron','2021-01-16 17:14:06','2021-01-16 12:14:06'),
(73638,28710,'action created','2021-01-16 17:14:06','2021-01-16 12:14:06'),
(73639,28710,'action started via WP Cron','2021-01-16 17:14:21','2021-01-16 12:14:21'),
(73640,28710,'action complete via WP Cron','2021-01-16 17:14:21','2021-01-16 12:14:21'),
(73641,28711,'action created','2021-01-16 17:14:21','2021-01-16 12:14:21'),
(73642,28711,'action started via WP Cron','2021-01-16 17:15:27','2021-01-16 12:15:27'),
(73643,28711,'action complete via WP Cron','2021-01-16 17:15:27','2021-01-16 12:15:27'),
(73644,28712,'action created','2021-01-16 17:15:27','2021-01-16 12:15:27'),
(73645,28712,'action started via WP Cron','2021-01-16 17:16:25','2021-01-16 12:16:25'),
(73646,28712,'action complete via WP Cron','2021-01-16 17:16:25','2021-01-16 12:16:25'),
(73647,28713,'action created','2021-01-16 17:16:25','2021-01-16 12:16:25'),
(73648,28713,'action started via WP Cron','2021-01-16 17:17:15','2021-01-16 12:17:15'),
(73649,28713,'action complete via WP Cron','2021-01-16 17:17:15','2021-01-16 12:17:15'),
(73650,28714,'action created','2021-01-16 17:17:15','2021-01-16 12:17:15'),
(73651,28714,'action started via WP Cron','2021-01-16 17:18:27','2021-01-16 12:18:27'),
(73652,28714,'action complete via WP Cron','2021-01-16 17:18:27','2021-01-16 12:18:27'),
(73653,28715,'action created','2021-01-16 17:18:27','2021-01-16 12:18:27'),
(73654,28715,'action started via WP Cron','2021-01-16 17:19:18','2021-01-16 12:19:18'),
(73655,28715,'action complete via WP Cron','2021-01-16 17:19:18','2021-01-16 12:19:18'),
(73656,28716,'action created','2021-01-16 17:19:18','2021-01-16 12:19:18'),
(73657,28716,'action started via WP Cron','2021-01-16 17:20:39','2021-01-16 12:20:39'),
(73658,28716,'action complete via WP Cron','2021-01-16 17:20:39','2021-01-16 12:20:39'),
(73659,28717,'action created','2021-01-16 17:20:39','2021-01-16 12:20:39'),
(73660,28717,'action started via WP Cron','2021-01-16 17:21:21','2021-01-16 12:21:21'),
(73661,28717,'action complete via WP Cron','2021-01-16 17:21:21','2021-01-16 12:21:21'),
(73662,28718,'action created','2021-01-16 17:21:21','2021-01-16 12:21:21'),
(73663,28718,'action started via WP Cron','2021-01-16 17:22:35','2021-01-16 12:22:35'),
(73664,28718,'action complete via WP Cron','2021-01-16 17:22:35','2021-01-16 12:22:35'),
(73665,28719,'action created','2021-01-16 17:22:35','2021-01-16 12:22:35'),
(73666,28719,'action started via WP Cron','2021-01-16 17:24:08','2021-01-16 12:24:08'),
(73667,28719,'action complete via WP Cron','2021-01-16 17:24:08','2021-01-16 12:24:08'),
(73668,28720,'action created','2021-01-16 17:24:08','2021-01-16 12:24:08'),
(73669,28720,'action started via WP Cron','2021-01-16 17:27:55','2021-01-16 12:27:55'),
(73670,28720,'action complete via WP Cron','2021-01-16 17:27:55','2021-01-16 12:27:55'),
(73671,28721,'action created','2021-01-16 17:27:55','2021-01-16 12:27:55'),
(73672,28721,'action started via WP Cron','2021-01-16 17:28:44','2021-01-16 12:28:44'),
(73673,28721,'action complete via WP Cron','2021-01-16 17:28:44','2021-01-16 12:28:44'),
(73674,28722,'action created','2021-01-16 17:28:44','2021-01-16 12:28:44'),
(73675,28722,'action started via WP Cron','2021-01-16 17:29:23','2021-01-16 12:29:23'),
(73676,28722,'action complete via WP Cron','2021-01-16 17:29:23','2021-01-16 12:29:23'),
(73677,28723,'action created','2021-01-16 17:29:23','2021-01-16 12:29:23'),
(73678,28723,'action started via WP Cron','2021-01-16 17:30:16','2021-01-16 12:30:16'),
(73679,28723,'action complete via WP Cron','2021-01-16 17:30:16','2021-01-16 12:30:16'),
(73680,28724,'action created','2021-01-16 17:30:17','2021-01-16 12:30:17'),
(73681,28724,'action started via WP Cron','2021-01-16 17:32:30','2021-01-16 12:32:30'),
(73682,28724,'action complete via WP Cron','2021-01-16 17:32:30','2021-01-16 12:32:30'),
(73683,28725,'action created','2021-01-16 17:32:30','2021-01-16 12:32:30'),
(73684,28725,'action started via WP Cron','2021-01-16 17:33:24','2021-01-16 12:33:24'),
(73685,28725,'action complete via WP Cron','2021-01-16 17:33:24','2021-01-16 12:33:24'),
(73686,28726,'action created','2021-01-16 17:33:24','2021-01-16 12:33:24'),
(73687,28726,'action started via WP Cron','2021-01-16 17:34:14','2021-01-16 12:34:14'),
(73688,28726,'action complete via WP Cron','2021-01-16 17:34:14','2021-01-16 12:34:14'),
(73689,28727,'action created','2021-01-16 17:34:14','2021-01-16 12:34:14'),
(73690,28727,'action started via WP Cron','2021-01-16 17:36:37','2021-01-16 12:36:37'),
(73691,28727,'action complete via WP Cron','2021-01-16 17:36:37','2021-01-16 12:36:37'),
(73692,28728,'action created','2021-01-16 17:36:37','2021-01-16 12:36:37'),
(73693,28728,'action started via WP Cron','2021-01-16 17:37:17','2021-01-16 12:37:17'),
(73694,28728,'action complete via WP Cron','2021-01-16 17:37:17','2021-01-16 12:37:17'),
(73695,28729,'action created','2021-01-16 17:37:17','2021-01-16 12:37:17'),
(73696,28729,'action started via WP Cron','2021-01-16 17:38:17','2021-01-16 12:38:17'),
(73697,28729,'action complete via WP Cron','2021-01-16 17:38:17','2021-01-16 12:38:17'),
(73698,28730,'action created','2021-01-16 17:38:18','2021-01-16 12:38:18'),
(73699,28730,'action started via WP Cron','2021-01-16 17:39:21','2021-01-16 12:39:21'),
(73700,28730,'action complete via WP Cron','2021-01-16 17:39:21','2021-01-16 12:39:21'),
(73701,28731,'action created','2021-01-16 17:39:21','2021-01-16 12:39:21'),
(73702,28731,'action started via WP Cron','2021-01-16 17:40:55','2021-01-16 12:40:55'),
(73703,28731,'action complete via WP Cron','2021-01-16 17:40:55','2021-01-16 12:40:55'),
(73704,28732,'action created','2021-01-16 17:40:55','2021-01-16 12:40:55'),
(73705,28732,'action started via WP Cron','2021-01-16 17:41:56','2021-01-16 12:41:56'),
(73706,28732,'action complete via WP Cron','2021-01-16 17:41:56','2021-01-16 12:41:56'),
(73707,28733,'action created','2021-01-16 17:41:57','2021-01-16 12:41:57'),
(73708,28733,'action started via WP Cron','2021-01-16 17:42:31','2021-01-16 12:42:31'),
(73709,28733,'action complete via WP Cron','2021-01-16 17:42:31','2021-01-16 12:42:31'),
(73710,28734,'action created','2021-01-16 17:42:31','2021-01-16 12:42:31'),
(73711,28734,'action started via WP Cron','2021-01-16 17:43:35','2021-01-16 12:43:35'),
(73712,28734,'action complete via WP Cron','2021-01-16 17:43:35','2021-01-16 12:43:35'),
(73713,28735,'action created','2021-01-16 17:43:35','2021-01-16 12:43:35'),
(73714,28735,'action started via WP Cron','2021-01-16 17:44:12','2021-01-16 12:44:12'),
(73715,28735,'action complete via WP Cron','2021-01-16 17:44:12','2021-01-16 12:44:12'),
(73716,28736,'action created','2021-01-16 17:44:12','2021-01-16 12:44:12'),
(73717,28736,'action started via WP Cron','2021-01-16 17:45:25','2021-01-16 12:45:25'),
(73718,28736,'action complete via WP Cron','2021-01-16 17:45:25','2021-01-16 12:45:25'),
(73719,28737,'action created','2021-01-16 17:45:25','2021-01-16 12:45:25'),
(73720,28737,'action started via WP Cron','2021-01-16 17:46:21','2021-01-16 12:46:21'),
(73721,28737,'action complete via WP Cron','2021-01-16 17:46:21','2021-01-16 12:46:21'),
(73722,28738,'action created','2021-01-16 17:46:21','2021-01-16 12:46:21'),
(73723,28738,'action started via WP Cron','2021-01-16 17:47:33','2021-01-16 12:47:33'),
(73724,28738,'action complete via WP Cron','2021-01-16 17:47:33','2021-01-16 12:47:33'),
(73725,28739,'action created','2021-01-16 17:47:33','2021-01-16 12:47:33'),
(73726,28739,'action started via WP Cron','2021-01-16 17:48:24','2021-01-16 12:48:24'),
(73727,28739,'action complete via WP Cron','2021-01-16 17:48:24','2021-01-16 12:48:24'),
(73728,28740,'action created','2021-01-16 17:48:24','2021-01-16 12:48:24'),
(73729,28740,'action started via WP Cron','2021-01-16 17:49:12','2021-01-16 12:49:12'),
(73730,28740,'action complete via WP Cron','2021-01-16 17:49:12','2021-01-16 12:49:12'),
(73731,28741,'action created','2021-01-16 17:49:12','2021-01-16 12:49:12'),
(73732,28741,'action started via WP Cron','2021-01-16 17:50:40','2021-01-16 12:50:40'),
(73733,28741,'action complete via WP Cron','2021-01-16 17:50:40','2021-01-16 12:50:40'),
(73734,28742,'action created','2021-01-16 17:50:40','2021-01-16 12:50:40'),
(73735,28742,'action started via WP Cron','2021-01-16 17:51:13','2021-01-16 12:51:13'),
(73736,28742,'action complete via WP Cron','2021-01-16 17:51:13','2021-01-16 12:51:13'),
(73737,28743,'action created','2021-01-16 17:51:13','2021-01-16 12:51:13'),
(73738,28743,'action started via WP Cron','2021-01-16 17:52:17','2021-01-16 12:52:17'),
(73739,28743,'action complete via WP Cron','2021-01-16 17:52:17','2021-01-16 12:52:17'),
(73740,28744,'action created','2021-01-16 17:52:17','2021-01-16 12:52:17'),
(73741,28744,'action started via WP Cron','2021-01-16 17:53:21','2021-01-16 12:53:21'),
(73742,28744,'action complete via WP Cron','2021-01-16 17:53:21','2021-01-16 12:53:21'),
(73743,28745,'action created','2021-01-16 17:53:21','2021-01-16 12:53:21'),
(73744,28745,'action started via WP Cron','2021-01-16 17:54:13','2021-01-16 12:54:13'),
(73745,28745,'action complete via WP Cron','2021-01-16 17:54:13','2021-01-16 12:54:13'),
(73746,28746,'action created','2021-01-16 17:54:13','2021-01-16 12:54:13'),
(73747,28746,'action started via WP Cron','2021-01-16 17:55:45','2021-01-16 12:55:45'),
(73748,28746,'action complete via WP Cron','2021-01-16 17:55:45','2021-01-16 12:55:45'),
(73749,28747,'action created','2021-01-16 17:55:45','2021-01-16 12:55:45'),
(73750,28747,'action started via WP Cron','2021-01-16 17:56:21','2021-01-16 12:56:21'),
(73751,28747,'action complete via WP Cron','2021-01-16 17:56:21','2021-01-16 12:56:21'),
(73752,28748,'action created','2021-01-16 17:56:21','2021-01-16 12:56:21'),
(73753,28748,'action started via WP Cron','2021-01-16 17:57:28','2021-01-16 12:57:28'),
(73754,28748,'action complete via WP Cron','2021-01-16 17:57:28','2021-01-16 12:57:28'),
(73755,28749,'action created','2021-01-16 17:57:28','2021-01-16 12:57:28'),
(73756,28749,'action started via WP Cron','2021-01-16 17:58:33','2021-01-16 12:58:33'),
(73757,28749,'action complete via WP Cron','2021-01-16 17:58:33','2021-01-16 12:58:33'),
(73758,28750,'action created','2021-01-16 17:58:33','2021-01-16 12:58:33'),
(73759,28750,'action started via WP Cron','2021-01-16 17:59:40','2021-01-16 12:59:40'),
(73760,28750,'action complete via WP Cron','2021-01-16 17:59:40','2021-01-16 12:59:40'),
(73761,28751,'action created','2021-01-16 17:59:40','2021-01-16 12:59:40'),
(73762,28751,'action started via WP Cron','2021-01-16 18:02:56','2021-01-16 13:02:56'),
(73763,28751,'action complete via WP Cron','2021-01-16 18:02:56','2021-01-16 13:02:56'),
(73764,28752,'action created','2021-01-16 18:02:57','2021-01-16 13:02:57'),
(73765,28752,'action started via WP Cron','2021-01-16 18:03:18','2021-01-16 13:03:18'),
(73766,28752,'action complete via WP Cron','2021-01-16 18:03:18','2021-01-16 13:03:18'),
(73767,28753,'action created','2021-01-16 18:03:19','2021-01-16 13:03:19'),
(73768,28753,'action started via WP Cron','2021-01-16 18:04:43','2021-01-16 13:04:43'),
(73769,28753,'action complete via WP Cron','2021-01-16 18:04:43','2021-01-16 13:04:43'),
(73770,28754,'action created','2021-01-16 18:04:43','2021-01-16 13:04:43'),
(73771,28754,'action started via WP Cron','2021-01-16 18:05:25','2021-01-16 13:05:25'),
(73772,28754,'action complete via WP Cron','2021-01-16 18:05:25','2021-01-16 13:05:25'),
(73773,28755,'action created','2021-01-16 18:05:25','2021-01-16 13:05:25'),
(73774,28755,'action started via WP Cron','2021-01-16 18:08:15','2021-01-16 13:08:15'),
(73775,28755,'action complete via WP Cron','2021-01-16 18:08:15','2021-01-16 13:08:15'),
(73776,28756,'action created','2021-01-16 18:08:15','2021-01-16 13:08:15'),
(73777,28756,'action started via WP Cron','2021-01-16 18:10:38','2021-01-16 13:10:38'),
(73778,28756,'action complete via WP Cron','2021-01-16 18:10:38','2021-01-16 13:10:38'),
(73779,28757,'action created','2021-01-16 18:10:38','2021-01-16 13:10:38'),
(73780,28757,'action started via WP Cron','2021-01-16 18:11:37','2021-01-16 13:11:37'),
(73781,28757,'action complete via WP Cron','2021-01-16 18:11:37','2021-01-16 13:11:37'),
(73782,28758,'action created','2021-01-16 18:11:37','2021-01-16 13:11:37'),
(73783,28758,'action started via WP Cron','2021-01-16 18:14:37','2021-01-16 13:14:37'),
(73784,28758,'action complete via WP Cron','2021-01-16 18:14:37','2021-01-16 13:14:37'),
(73785,28759,'action created','2021-01-16 18:14:37','2021-01-16 13:14:37'),
(73786,28759,'action started via WP Cron','2021-01-16 18:15:30','2021-01-16 13:15:30'),
(73787,28759,'action complete via WP Cron','2021-01-16 18:15:30','2021-01-16 13:15:30'),
(73788,28760,'action created','2021-01-16 18:15:30','2021-01-16 13:15:30'),
(73789,28760,'action started via WP Cron','2021-01-16 18:16:22','2021-01-16 13:16:22'),
(73790,28760,'action complete via WP Cron','2021-01-16 18:16:22','2021-01-16 13:16:22'),
(73791,28761,'action created','2021-01-16 18:16:22','2021-01-16 13:16:22'),
(73792,28761,'action started via WP Cron','2021-01-16 18:18:40','2021-01-16 13:18:40'),
(73793,28761,'action complete via WP Cron','2021-01-16 18:18:40','2021-01-16 13:18:40'),
(73794,28762,'action created','2021-01-16 18:18:40','2021-01-16 13:18:40'),
(73795,28762,'action started via WP Cron','2021-01-16 18:19:16','2021-01-16 13:19:16'),
(73796,28762,'action complete via WP Cron','2021-01-16 18:19:16','2021-01-16 13:19:16'),
(73797,28763,'action created','2021-01-16 18:19:16','2021-01-16 13:19:16'),
(73798,28763,'action started via WP Cron','2021-01-16 18:22:08','2021-01-16 13:22:08'),
(73799,28763,'action complete via WP Cron','2021-01-16 18:22:08','2021-01-16 13:22:08'),
(73800,28764,'action created','2021-01-16 18:22:08','2021-01-16 13:22:08'),
(73801,28764,'action started via WP Cron','2021-01-16 18:23:40','2021-01-16 13:23:40'),
(73802,28764,'action complete via WP Cron','2021-01-16 18:23:40','2021-01-16 13:23:40'),
(73803,28765,'action created','2021-01-16 18:23:40','2021-01-16 13:23:40'),
(73804,28765,'action started via WP Cron','2021-01-16 18:24:36','2021-01-16 13:24:36'),
(73805,28765,'action complete via WP Cron','2021-01-16 18:24:36','2021-01-16 13:24:36'),
(73806,28766,'action created','2021-01-16 18:24:36','2021-01-16 13:24:36'),
(73807,28766,'action started via WP Cron','2021-01-16 18:25:26','2021-01-16 13:25:26'),
(73808,28766,'action complete via WP Cron','2021-01-16 18:25:26','2021-01-16 13:25:26'),
(73809,28767,'action created','2021-01-16 18:25:26','2021-01-16 13:25:26'),
(73810,28767,'action started via WP Cron','2021-01-16 18:27:00','2021-01-16 13:27:00'),
(73811,28767,'action complete via WP Cron','2021-01-16 18:27:00','2021-01-16 13:27:00'),
(73812,28768,'action created','2021-01-16 18:27:00','2021-01-16 13:27:00'),
(73813,28768,'action started via WP Cron','2021-01-16 18:27:13','2021-01-16 13:27:13'),
(73814,28768,'action complete via WP Cron','2021-01-16 18:27:13','2021-01-16 13:27:13'),
(73815,28769,'action created','2021-01-16 18:27:13','2021-01-16 13:27:13'),
(73816,28769,'action started via WP Cron','2021-01-16 18:28:24','2021-01-16 13:28:24'),
(73817,28769,'action complete via WP Cron','2021-01-16 18:28:24','2021-01-16 13:28:24'),
(73818,28770,'action created','2021-01-16 18:28:24','2021-01-16 13:28:24'),
(73819,28770,'action started via WP Cron','2021-01-16 18:29:15','2021-01-16 13:29:15'),
(73820,28770,'action complete via WP Cron','2021-01-16 18:29:15','2021-01-16 13:29:15'),
(73821,28771,'action created','2021-01-16 18:29:15','2021-01-16 13:29:15'),
(73822,28771,'action started via WP Cron','2021-01-16 18:30:25','2021-01-16 13:30:25'),
(73823,28771,'action complete via WP Cron','2021-01-16 18:30:25','2021-01-16 13:30:25'),
(73824,28772,'action created','2021-01-16 18:30:25','2021-01-16 13:30:25'),
(73825,28772,'action started via WP Cron','2021-01-16 18:31:19','2021-01-16 13:31:19'),
(73826,28772,'action complete via WP Cron','2021-01-16 18:31:19','2021-01-16 13:31:19'),
(73827,28773,'action created','2021-01-16 18:31:19','2021-01-16 13:31:19'),
(73828,28773,'action started via WP Cron','2021-01-16 18:32:14','2021-01-16 13:32:14'),
(73829,28773,'action complete via WP Cron','2021-01-16 18:32:14','2021-01-16 13:32:14'),
(73830,28774,'action created','2021-01-16 18:32:14','2021-01-16 13:32:14'),
(73831,28774,'action started via WP Cron','2021-01-16 18:33:58','2021-01-16 13:33:58'),
(73832,28774,'action complete via WP Cron','2021-01-16 18:33:58','2021-01-16 13:33:58'),
(73833,28775,'action created','2021-01-16 18:33:58','2021-01-16 13:33:58'),
(73834,28775,'action started via WP Cron','2021-01-16 18:34:56','2021-01-16 13:34:56'),
(73835,28775,'action complete via WP Cron','2021-01-16 18:34:56','2021-01-16 13:34:56'),
(73836,28776,'action created','2021-01-16 18:34:56','2021-01-16 13:34:56'),
(73837,28776,'action started via WP Cron','2021-01-16 18:35:13','2021-01-16 13:35:13'),
(73838,28776,'action complete via WP Cron','2021-01-16 18:35:13','2021-01-16 13:35:13'),
(73839,28777,'action created','2021-01-16 18:35:13','2021-01-16 13:35:13'),
(73840,28777,'action started via WP Cron','2021-01-16 18:36:14','2021-01-16 13:36:14'),
(73841,28777,'action complete via WP Cron','2021-01-16 18:36:14','2021-01-16 13:36:14'),
(73842,28778,'action created','2021-01-16 18:36:14','2021-01-16 13:36:14'),
(73843,28778,'action started via WP Cron','2021-01-16 18:37:12','2021-01-16 13:37:12'),
(73844,28778,'action complete via WP Cron','2021-01-16 18:37:12','2021-01-16 13:37:12'),
(73845,28779,'action created','2021-01-16 18:37:12','2021-01-16 13:37:12'),
(73846,28779,'action started via WP Cron','2021-01-16 18:39:17','2021-01-16 13:39:17'),
(73847,28779,'action complete via WP Cron','2021-01-16 18:39:17','2021-01-16 13:39:17'),
(73848,28780,'action created','2021-01-16 18:39:17','2021-01-16 13:39:17'),
(73849,28780,'action started via WP Cron','2021-01-16 18:40:13','2021-01-16 13:40:13'),
(73850,28780,'action complete via WP Cron','2021-01-16 18:40:13','2021-01-16 13:40:13'),
(73851,28781,'action created','2021-01-16 18:40:13','2021-01-16 13:40:13'),
(73852,28781,'action started via WP Cron','2021-01-16 18:42:04','2021-01-16 13:42:04'),
(73853,28781,'action complete via WP Cron','2021-01-16 18:42:04','2021-01-16 13:42:04'),
(73854,28782,'action created','2021-01-16 18:42:04','2021-01-16 13:42:04'),
(73855,28782,'action started via WP Cron','2021-01-16 18:43:59','2021-01-16 13:43:59'),
(73856,28782,'action complete via WP Cron','2021-01-16 18:43:59','2021-01-16 13:43:59'),
(73857,28783,'action created','2021-01-16 18:43:59','2021-01-16 13:43:59'),
(73858,28783,'action started via WP Cron','2021-01-16 18:44:13','2021-01-16 13:44:13'),
(73859,28783,'action complete via WP Cron','2021-01-16 18:44:13','2021-01-16 13:44:13'),
(73860,28784,'action created','2021-01-16 18:44:13','2021-01-16 13:44:13'),
(73861,28784,'action started via WP Cron','2021-01-16 18:45:11','2021-01-16 13:45:11'),
(73862,28784,'action complete via WP Cron','2021-01-16 18:45:11','2021-01-16 13:45:11'),
(73863,28785,'action created','2021-01-16 18:45:11','2021-01-16 13:45:11'),
(73864,28785,'action started via WP Cron','2021-01-16 18:46:29','2021-01-16 13:46:29'),
(73865,28785,'action complete via WP Cron','2021-01-16 18:46:29','2021-01-16 13:46:29'),
(73866,28786,'action created','2021-01-16 18:46:29','2021-01-16 13:46:29'),
(73867,28786,'action started via WP Cron','2021-01-16 18:47:15','2021-01-16 13:47:15'),
(73868,28786,'action complete via WP Cron','2021-01-16 18:47:15','2021-01-16 13:47:15'),
(73869,28787,'action created','2021-01-16 18:47:15','2021-01-16 13:47:15'),
(73870,28787,'action started via WP Cron','2021-01-16 18:48:52','2021-01-16 13:48:52'),
(73871,28787,'action complete via WP Cron','2021-01-16 18:48:52','2021-01-16 13:48:52'),
(73872,28788,'action created','2021-01-16 18:48:52','2021-01-16 13:48:52'),
(73873,28788,'action started via WP Cron','2021-01-16 18:49:12','2021-01-16 13:49:12'),
(73874,28788,'action complete via WP Cron','2021-01-16 18:49:12','2021-01-16 13:49:12'),
(73875,28789,'action created','2021-01-16 18:49:12','2021-01-16 13:49:12'),
(73876,28789,'action started via WP Cron','2021-01-16 18:50:51','2021-01-16 13:50:51'),
(73877,28789,'action complete via WP Cron','2021-01-16 18:50:51','2021-01-16 13:50:51'),
(73878,28790,'action created','2021-01-16 18:50:51','2021-01-16 13:50:51'),
(73879,28790,'action started via WP Cron','2021-01-16 18:51:13','2021-01-16 13:51:13'),
(73880,28790,'action complete via WP Cron','2021-01-16 18:51:13','2021-01-16 13:51:13'),
(73881,28791,'action created','2021-01-16 18:51:13','2021-01-16 13:51:13'),
(73882,28791,'action started via WP Cron','2021-01-16 18:52:44','2021-01-16 13:52:44'),
(73883,28791,'action complete via WP Cron','2021-01-16 18:52:44','2021-01-16 13:52:44'),
(73884,28792,'action created','2021-01-16 18:52:44','2021-01-16 13:52:44'),
(73885,28792,'action started via WP Cron','2021-01-16 18:53:28','2021-01-16 13:53:28'),
(73886,28792,'action complete via WP Cron','2021-01-16 18:53:28','2021-01-16 13:53:28'),
(73887,28793,'action created','2021-01-16 18:53:28','2021-01-16 13:53:28'),
(73888,28793,'action started via WP Cron','2021-01-16 18:54:17','2021-01-16 13:54:17'),
(73889,28793,'action complete via WP Cron','2021-01-16 18:54:17','2021-01-16 13:54:17'),
(73890,28794,'action created','2021-01-16 18:54:17','2021-01-16 13:54:17'),
(73891,28794,'action started via WP Cron','2021-01-16 18:56:30','2021-01-16 13:56:30'),
(73892,28794,'action complete via WP Cron','2021-01-16 18:56:30','2021-01-16 13:56:30'),
(73893,28795,'action created','2021-01-16 18:56:30','2021-01-16 13:56:30'),
(73894,28795,'action started via WP Cron','2021-01-16 18:57:27','2021-01-16 13:57:27'),
(73895,28795,'action complete via WP Cron','2021-01-16 18:57:27','2021-01-16 13:57:27'),
(73896,28796,'action created','2021-01-16 18:57:27','2021-01-16 13:57:27'),
(73897,28796,'action started via WP Cron','2021-01-16 18:58:18','2021-01-16 13:58:18'),
(73898,28796,'action complete via WP Cron','2021-01-16 18:58:18','2021-01-16 13:58:18'),
(73899,28797,'action created','2021-01-16 18:58:18','2021-01-16 13:58:18'),
(73900,28797,'action started via WP Cron','2021-01-16 18:59:12','2021-01-16 13:59:12'),
(73901,28797,'action complete via WP Cron','2021-01-16 18:59:12','2021-01-16 13:59:12'),
(73902,28798,'action created','2021-01-16 18:59:12','2021-01-16 13:59:12'),
(73903,28798,'action started via WP Cron','2021-01-16 19:00:13','2021-01-16 14:00:13'),
(73904,28798,'action complete via WP Cron','2021-01-16 19:00:13','2021-01-16 14:00:13'),
(73905,28799,'action created','2021-01-16 19:00:13','2021-01-16 14:00:13'),
(73906,28799,'action started via WP Cron','2021-01-16 19:01:38','2021-01-16 14:01:38'),
(73907,28799,'action complete via WP Cron','2021-01-16 19:01:38','2021-01-16 14:01:38'),
(73908,28800,'action created','2021-01-16 19:01:38','2021-01-16 14:01:38'),
(73909,28800,'action started via WP Cron','2021-01-16 19:02:30','2021-01-16 14:02:30'),
(73910,28800,'action complete via WP Cron','2021-01-16 19:02:30','2021-01-16 14:02:30'),
(73911,28801,'action created','2021-01-16 19:02:30','2021-01-16 14:02:30'),
(73912,28801,'action started via WP Cron','2021-01-16 19:03:15','2021-01-16 14:03:15'),
(73913,28801,'action complete via WP Cron','2021-01-16 19:03:15','2021-01-16 14:03:15'),
(73914,28802,'action created','2021-01-16 19:03:15','2021-01-16 14:03:15'),
(73915,28802,'action started via WP Cron','2021-01-16 19:04:11','2021-01-16 14:04:11'),
(73916,28802,'action complete via WP Cron','2021-01-16 19:04:11','2021-01-16 14:04:11'),
(73917,28803,'action created','2021-01-16 19:04:11','2021-01-16 14:04:11'),
(73918,28803,'action started via WP Cron','2021-01-16 19:05:20','2021-01-16 14:05:20'),
(73919,28803,'action complete via WP Cron','2021-01-16 19:05:20','2021-01-16 14:05:20'),
(73920,28804,'action created','2021-01-16 19:05:20','2021-01-16 14:05:20'),
(73921,28804,'action started via WP Cron','2021-01-16 19:06:40','2021-01-16 14:06:40'),
(73922,28804,'action complete via WP Cron','2021-01-16 19:06:40','2021-01-16 14:06:40'),
(73923,28805,'action created','2021-01-16 19:06:40','2021-01-16 14:06:40'),
(73924,28805,'action started via WP Cron','2021-01-16 19:08:31','2021-01-16 14:08:31'),
(73925,28805,'action complete via WP Cron','2021-01-16 19:08:31','2021-01-16 14:08:31'),
(73926,28806,'action created','2021-01-16 19:08:32','2021-01-16 14:08:32'),
(73927,28806,'action started via WP Cron','2021-01-16 19:09:12','2021-01-16 14:09:12'),
(73928,28806,'action complete via WP Cron','2021-01-16 19:09:12','2021-01-16 14:09:12'),
(73929,28807,'action created','2021-01-16 19:09:12','2021-01-16 14:09:12'),
(73930,28807,'action started via WP Cron','2021-01-16 19:10:37','2021-01-16 14:10:37'),
(73931,28807,'action complete via WP Cron','2021-01-16 19:10:37','2021-01-16 14:10:37'),
(73932,28808,'action created','2021-01-16 19:10:37','2021-01-16 14:10:37'),
(73933,28808,'action started via WP Cron','2021-01-16 19:11:45','2021-01-16 14:11:45'),
(73934,28808,'action complete via WP Cron','2021-01-16 19:11:45','2021-01-16 14:11:45'),
(73935,28809,'action created','2021-01-16 19:11:45','2021-01-16 14:11:45'),
(73936,28809,'action started via WP Cron','2021-01-16 19:13:21','2021-01-16 14:13:21'),
(73937,28809,'action complete via WP Cron','2021-01-16 19:13:21','2021-01-16 14:13:21'),
(73938,28810,'action created','2021-01-16 19:13:21','2021-01-16 14:13:21'),
(73939,28810,'action started via WP Cron','2021-01-16 19:15:28','2021-01-16 14:15:28'),
(73940,28810,'action complete via WP Cron','2021-01-16 19:15:28','2021-01-16 14:15:28'),
(73941,28811,'action created','2021-01-16 19:15:29','2021-01-16 14:15:29'),
(73942,28811,'action started via WP Cron','2021-01-16 19:16:15','2021-01-16 14:16:15'),
(73943,28811,'action complete via WP Cron','2021-01-16 19:16:15','2021-01-16 14:16:15'),
(73944,28812,'action created','2021-01-16 19:16:15','2021-01-16 14:16:15'),
(73945,28812,'action started via WP Cron','2021-01-16 19:17:59','2021-01-16 14:17:59'),
(73946,28812,'action complete via WP Cron','2021-01-16 19:17:59','2021-01-16 14:17:59'),
(73947,28813,'action created','2021-01-16 19:17:59','2021-01-16 14:17:59'),
(73948,28813,'action started via WP Cron','2021-01-16 19:19:45','2021-01-16 14:19:45'),
(73949,28813,'action complete via WP Cron','2021-01-16 19:19:45','2021-01-16 14:19:45'),
(73950,28814,'action created','2021-01-16 19:19:45','2021-01-16 14:19:45'),
(73951,28814,'action started via WP Cron','2021-01-16 19:20:35','2021-01-16 14:20:35'),
(73952,28814,'action complete via WP Cron','2021-01-16 19:20:35','2021-01-16 14:20:35'),
(73953,28815,'action created','2021-01-16 19:20:35','2021-01-16 14:20:35'),
(73954,28815,'action started via WP Cron','2021-01-16 19:21:43','2021-01-16 14:21:43'),
(73955,28815,'action complete via WP Cron','2021-01-16 19:21:43','2021-01-16 14:21:43'),
(73956,28816,'action created','2021-01-16 19:21:43','2021-01-16 14:21:43'),
(73957,28816,'action started via WP Cron','2021-01-16 19:22:43','2021-01-16 14:22:43'),
(73958,28816,'action complete via WP Cron','2021-01-16 19:22:43','2021-01-16 14:22:43'),
(73959,28817,'action created','2021-01-16 19:22:44','2021-01-16 14:22:44'),
(73960,28817,'action started via WP Cron','2021-01-16 19:24:25','2021-01-16 14:24:25'),
(73961,28817,'action complete via WP Cron','2021-01-16 19:24:25','2021-01-16 14:24:25'),
(73962,28818,'action created','2021-01-16 19:24:25','2021-01-16 14:24:25'),
(73963,28818,'action started via WP Cron','2021-01-16 19:25:13','2021-01-16 14:25:13'),
(73964,28818,'action complete via WP Cron','2021-01-16 19:25:13','2021-01-16 14:25:13'),
(73965,28819,'action created','2021-01-16 19:25:14','2021-01-16 14:25:14'),
(73966,28819,'action started via WP Cron','2021-01-16 19:27:04','2021-01-16 14:27:04'),
(73967,28819,'action complete via WP Cron','2021-01-16 19:27:04','2021-01-16 14:27:04'),
(73968,28820,'action created','2021-01-16 19:27:04','2021-01-16 14:27:04'),
(73969,28820,'action started via WP Cron','2021-01-16 19:27:17','2021-01-16 14:27:17'),
(73970,28820,'action complete via WP Cron','2021-01-16 19:27:17','2021-01-16 14:27:17'),
(73971,28821,'action created','2021-01-16 19:27:17','2021-01-16 14:27:17'),
(73972,28821,'action started via WP Cron','2021-01-16 19:28:12','2021-01-16 14:28:12'),
(73973,28821,'action complete via WP Cron','2021-01-16 19:28:12','2021-01-16 14:28:12'),
(73974,28822,'action created','2021-01-16 19:28:12','2021-01-16 14:28:12'),
(73975,28822,'action started via WP Cron','2021-01-16 19:29:25','2021-01-16 14:29:25'),
(73976,28822,'action complete via WP Cron','2021-01-16 19:29:25','2021-01-16 14:29:25'),
(73977,28823,'action created','2021-01-16 19:29:25','2021-01-16 14:29:25'),
(73978,28823,'action started via WP Cron','2021-01-16 19:30:30','2021-01-16 14:30:30'),
(73979,28823,'action complete via WP Cron','2021-01-16 19:30:30','2021-01-16 14:30:30'),
(73980,28824,'action created','2021-01-16 19:30:30','2021-01-16 14:30:30'),
(73981,28824,'action started via WP Cron','2021-01-16 19:31:16','2021-01-16 14:31:16'),
(73982,28824,'action complete via WP Cron','2021-01-16 19:31:16','2021-01-16 14:31:16'),
(73983,28825,'action created','2021-01-16 19:31:16','2021-01-16 14:31:16'),
(73984,28825,'action started via WP Cron','2021-01-16 19:32:22','2021-01-16 14:32:22'),
(73985,28825,'action complete via WP Cron','2021-01-16 19:32:22','2021-01-16 14:32:22'),
(73986,28826,'action created','2021-01-16 19:32:22','2021-01-16 14:32:22'),
(73987,28826,'action started via WP Cron','2021-01-16 19:34:10','2021-01-16 14:34:10'),
(73988,28826,'action complete via WP Cron','2021-01-16 19:34:10','2021-01-16 14:34:10'),
(73989,28827,'action created','2021-01-16 19:34:10','2021-01-16 14:34:10'),
(73990,28827,'action started via WP Cron','2021-01-16 19:34:20','2021-01-16 14:34:20'),
(73991,28827,'action complete via WP Cron','2021-01-16 19:34:20','2021-01-16 14:34:20'),
(73992,28828,'action created','2021-01-16 19:34:20','2021-01-16 14:34:20'),
(73993,28828,'action started via WP Cron','2021-01-16 19:35:21','2021-01-16 14:35:21'),
(73994,28828,'action complete via WP Cron','2021-01-16 19:35:21','2021-01-16 14:35:21'),
(73995,28829,'action created','2021-01-16 19:35:21','2021-01-16 14:35:21'),
(73996,28829,'action started via WP Cron','2021-01-16 19:37:16','2021-01-16 14:37:16'),
(73997,28829,'action complete via WP Cron','2021-01-16 19:37:16','2021-01-16 14:37:16'),
(73998,28830,'action created','2021-01-16 19:37:16','2021-01-16 14:37:16'),
(73999,28830,'action started via WP Cron','2021-01-16 19:38:12','2021-01-16 14:38:12'),
(74000,28830,'action complete via WP Cron','2021-01-16 19:38:12','2021-01-16 14:38:12'),
(74001,28831,'action created','2021-01-16 19:38:12','2021-01-16 14:38:12'),
(74002,28831,'action started via WP Cron','2021-01-16 19:40:03','2021-01-16 14:40:03'),
(74003,28831,'action complete via WP Cron','2021-01-16 19:40:03','2021-01-16 14:40:03'),
(74004,28832,'action created','2021-01-16 19:40:03','2021-01-16 14:40:03'),
(74005,28832,'action started via WP Cron','2021-01-16 19:40:57','2021-01-16 14:40:57'),
(74006,28832,'action complete via WP Cron','2021-01-16 19:40:57','2021-01-16 14:40:57'),
(74007,28833,'action created','2021-01-16 19:40:57','2021-01-16 14:40:57'),
(74008,28833,'action started via WP Cron','2021-01-16 19:41:59','2021-01-16 14:41:59'),
(74009,28833,'action complete via WP Cron','2021-01-16 19:41:59','2021-01-16 14:41:59'),
(74010,28834,'action created','2021-01-16 19:41:59','2021-01-16 14:41:59'),
(74011,28834,'action started via WP Cron','2021-01-16 19:42:52','2021-01-16 14:42:52'),
(74012,28834,'action complete via WP Cron','2021-01-16 19:42:52','2021-01-16 14:42:52'),
(74013,28835,'action created','2021-01-16 19:42:53','2021-01-16 14:42:53'),
(74014,28835,'action started via WP Cron','2021-01-16 19:43:40','2021-01-16 14:43:40'),
(74015,28835,'action complete via WP Cron','2021-01-16 19:43:40','2021-01-16 14:43:40'),
(74016,28836,'action created','2021-01-16 19:43:40','2021-01-16 14:43:40'),
(74017,28836,'action started via WP Cron','2021-01-16 19:47:31','2021-01-16 14:47:31'),
(74018,28836,'action complete via WP Cron','2021-01-16 19:47:31','2021-01-16 14:47:31'),
(74019,28837,'action created','2021-01-16 19:47:31','2021-01-16 14:47:31'),
(74020,28837,'action started via WP Cron','2021-01-16 19:48:57','2021-01-16 14:48:57'),
(74021,28837,'action complete via WP Cron','2021-01-16 19:48:57','2021-01-16 14:48:57'),
(74022,28838,'action created','2021-01-16 19:48:57','2021-01-16 14:48:57'),
(74023,28838,'action started via WP Cron','2021-01-16 19:49:20','2021-01-16 14:49:20'),
(74024,28838,'action complete via WP Cron','2021-01-16 19:49:20','2021-01-16 14:49:20'),
(74025,28839,'action created','2021-01-16 19:49:20','2021-01-16 14:49:20'),
(74026,28839,'action started via WP Cron','2021-01-16 19:52:33','2021-01-16 14:52:33'),
(74027,28839,'action complete via WP Cron','2021-01-16 19:52:33','2021-01-16 14:52:33'),
(74028,28840,'action created','2021-01-16 19:52:33','2021-01-16 14:52:33'),
(74029,28840,'action started via WP Cron','2021-01-16 19:53:18','2021-01-16 14:53:18'),
(74030,28840,'action complete via WP Cron','2021-01-16 19:53:18','2021-01-16 14:53:18'),
(74031,28841,'action created','2021-01-16 19:53:18','2021-01-16 14:53:18'),
(74032,28841,'action started via WP Cron','2021-01-16 19:54:45','2021-01-16 14:54:45'),
(74033,28841,'action complete via WP Cron','2021-01-16 19:54:45','2021-01-16 14:54:45'),
(74034,28842,'action created','2021-01-16 19:54:45','2021-01-16 14:54:45'),
(74035,28842,'action started via WP Cron','2021-01-16 19:58:46','2021-01-16 14:58:46'),
(74036,28842,'action complete via WP Cron','2021-01-16 19:58:46','2021-01-16 14:58:46'),
(74037,28843,'action created','2021-01-16 19:58:46','2021-01-16 14:58:46'),
(74038,28843,'action started via WP Cron','2021-01-16 19:59:24','2021-01-16 14:59:24'),
(74039,28843,'action complete via WP Cron','2021-01-16 19:59:24','2021-01-16 14:59:24'),
(74040,28844,'action created','2021-01-16 19:59:24','2021-01-16 14:59:24'),
(74041,28844,'action started via WP Cron','2021-01-16 20:01:05','2021-01-16 15:01:05'),
(74042,28844,'action complete via WP Cron','2021-01-16 20:01:05','2021-01-16 15:01:05'),
(74043,28845,'action created','2021-01-16 20:01:05','2021-01-16 15:01:05'),
(74044,28845,'action started via WP Cron','2021-01-16 20:02:21','2021-01-16 15:02:21'),
(74045,28845,'action complete via WP Cron','2021-01-16 20:02:21','2021-01-16 15:02:21'),
(74046,28846,'action created','2021-01-16 20:02:21','2021-01-16 15:02:21'),
(74047,28846,'action started via WP Cron','2021-01-16 20:03:23','2021-01-16 15:03:23'),
(74048,28846,'action complete via WP Cron','2021-01-16 20:03:23','2021-01-16 15:03:23'),
(74049,28847,'action created','2021-01-16 20:03:23','2021-01-16 15:03:23'),
(74050,28847,'action started via WP Cron','2021-01-16 20:04:14','2021-01-16 15:04:14'),
(74051,28847,'action complete via WP Cron','2021-01-16 20:04:14','2021-01-16 15:04:14'),
(74052,28848,'action created','2021-01-16 20:04:14','2021-01-16 15:04:14'),
(74053,28848,'action started via WP Cron','2021-01-16 20:07:08','2021-01-16 15:07:08'),
(74054,28848,'action complete via WP Cron','2021-01-16 20:07:08','2021-01-16 15:07:08'),
(74055,28849,'action created','2021-01-16 20:07:08','2021-01-16 15:07:08'),
(74056,28849,'action started via WP Cron','2021-01-16 20:07:24','2021-01-16 15:07:24'),
(74057,28849,'action complete via WP Cron','2021-01-16 20:07:24','2021-01-16 15:07:24'),
(74058,28850,'action created','2021-01-16 20:07:24','2021-01-16 15:07:24'),
(74059,28850,'action started via WP Cron','2021-01-16 20:09:32','2021-01-16 15:09:32'),
(74060,28850,'action complete via WP Cron','2021-01-16 20:09:32','2021-01-16 15:09:32'),
(74061,28851,'action created','2021-01-16 20:09:32','2021-01-16 15:09:32'),
(74062,28851,'action started via WP Cron','2021-01-16 20:12:19','2021-01-16 15:12:19'),
(74063,28851,'action complete via WP Cron','2021-01-16 20:12:19','2021-01-16 15:12:19'),
(74064,28852,'action created','2021-01-16 20:12:19','2021-01-16 15:12:19'),
(74065,28852,'action started via WP Cron','2021-01-16 20:13:40','2021-01-16 15:13:40'),
(74066,28852,'action complete via WP Cron','2021-01-16 20:13:40','2021-01-16 15:13:40'),
(74067,28853,'action created','2021-01-16 20:13:40','2021-01-16 15:13:40'),
(74068,28853,'action started via WP Cron','2021-01-16 20:14:22','2021-01-16 15:14:22'),
(74069,28853,'action complete via WP Cron','2021-01-16 20:14:22','2021-01-16 15:14:22'),
(74070,28854,'action created','2021-01-16 20:14:22','2021-01-16 15:14:22'),
(74071,28854,'action started via WP Cron','2021-01-16 20:15:16','2021-01-16 15:15:16'),
(74072,28854,'action complete via WP Cron','2021-01-16 20:15:16','2021-01-16 15:15:16'),
(74073,28855,'action created','2021-01-16 20:15:16','2021-01-16 15:15:16'),
(74074,28855,'action started via WP Cron','2021-01-16 20:16:26','2021-01-16 15:16:26'),
(74075,28855,'action complete via WP Cron','2021-01-16 20:16:26','2021-01-16 15:16:26'),
(74076,28856,'action created','2021-01-16 20:16:26','2021-01-16 15:16:26'),
(74077,28856,'action started via WP Cron','2021-01-16 20:17:50','2021-01-16 15:17:50'),
(74078,28856,'action complete via WP Cron','2021-01-16 20:17:50','2021-01-16 15:17:50'),
(74079,28857,'action created','2021-01-16 20:17:50','2021-01-16 15:17:50'),
(74080,28857,'action started via WP Cron','2021-01-16 20:18:56','2021-01-16 15:18:56'),
(74081,28857,'action complete via WP Cron','2021-01-16 20:18:56','2021-01-16 15:18:56'),
(74082,28858,'action created','2021-01-16 20:18:56','2021-01-16 15:18:56'),
(74083,28858,'action started via WP Cron','2021-01-16 20:19:31','2021-01-16 15:19:31'),
(74084,28858,'action complete via WP Cron','2021-01-16 20:19:31','2021-01-16 15:19:31'),
(74085,28859,'action created','2021-01-16 20:19:31','2021-01-16 15:19:31'),
(74086,28859,'action started via WP Cron','2021-01-16 20:20:12','2021-01-16 15:20:12'),
(74087,28859,'action complete via WP Cron','2021-01-16 20:20:12','2021-01-16 15:20:12'),
(74088,28860,'action created','2021-01-16 20:20:12','2021-01-16 15:20:12'),
(74089,28860,'action started via WP Cron','2021-01-16 20:21:20','2021-01-16 15:21:20'),
(74090,28860,'action complete via WP Cron','2021-01-16 20:21:20','2021-01-16 15:21:20'),
(74091,28861,'action created','2021-01-16 20:21:20','2021-01-16 15:21:20'),
(74092,28861,'action started via WP Cron','2021-01-16 20:22:27','2021-01-16 15:22:27'),
(74093,28861,'action complete via WP Cron','2021-01-16 20:22:27','2021-01-16 15:22:27'),
(74094,28862,'action created','2021-01-16 20:22:27','2021-01-16 15:22:27'),
(74095,28862,'action started via WP Cron','2021-01-16 20:23:15','2021-01-16 15:23:15'),
(74096,28862,'action complete via WP Cron','2021-01-16 20:23:15','2021-01-16 15:23:15'),
(74097,28863,'action created','2021-01-16 20:23:15','2021-01-16 15:23:15'),
(74098,28863,'action started via WP Cron','2021-01-16 20:24:15','2021-01-16 15:24:15'),
(74099,28863,'action complete via WP Cron','2021-01-16 20:24:15','2021-01-16 15:24:15'),
(74100,28864,'action created','2021-01-16 20:24:15','2021-01-16 15:24:15'),
(74101,28864,'action started via WP Cron','2021-01-16 20:25:34','2021-01-16 15:25:34'),
(74102,28864,'action complete via WP Cron','2021-01-16 20:25:34','2021-01-16 15:25:34'),
(74103,28865,'action created','2021-01-16 20:25:34','2021-01-16 15:25:34'),
(74104,28865,'action started via WP Cron','2021-01-16 20:26:24','2021-01-16 15:26:24'),
(74105,28865,'action complete via WP Cron','2021-01-16 20:26:24','2021-01-16 15:26:24'),
(74106,28866,'action created','2021-01-16 20:26:24','2021-01-16 15:26:24'),
(74107,28866,'action started via WP Cron','2021-01-16 20:28:15','2021-01-16 15:28:15'),
(74108,28866,'action complete via WP Cron','2021-01-16 20:28:15','2021-01-16 15:28:15'),
(74109,28867,'action created','2021-01-16 20:28:15','2021-01-16 15:28:15'),
(74110,28867,'action started via WP Cron','2021-01-16 20:29:19','2021-01-16 15:29:19'),
(74111,28867,'action complete via WP Cron','2021-01-16 20:29:19','2021-01-16 15:29:19'),
(74112,28868,'action created','2021-01-16 20:29:19','2021-01-16 15:29:19'),
(74113,28868,'action started via WP Cron','2021-01-16 20:30:15','2021-01-16 15:30:15'),
(74114,28868,'action complete via WP Cron','2021-01-16 20:30:15','2021-01-16 15:30:15'),
(74115,28869,'action created','2021-01-16 20:30:15','2021-01-16 15:30:15'),
(74116,28869,'action started via WP Cron','2021-01-16 20:31:35','2021-01-16 15:31:35'),
(74117,28869,'action complete via WP Cron','2021-01-16 20:31:35','2021-01-16 15:31:35'),
(74118,28870,'action created','2021-01-16 20:31:35','2021-01-16 15:31:35'),
(74119,28870,'action started via WP Cron','2021-01-16 20:32:14','2021-01-16 15:32:14'),
(74120,28870,'action complete via WP Cron','2021-01-16 20:32:14','2021-01-16 15:32:14'),
(74121,28871,'action created','2021-01-16 20:32:14','2021-01-16 15:32:14'),
(74122,28871,'action started via WP Cron','2021-01-16 20:33:15','2021-01-16 15:33:15'),
(74123,28871,'action complete via WP Cron','2021-01-16 20:33:15','2021-01-16 15:33:15'),
(74124,28872,'action created','2021-01-16 20:33:15','2021-01-16 15:33:15'),
(74125,28872,'action started via WP Cron','2021-01-16 20:34:34','2021-01-16 15:34:34'),
(74126,28872,'action complete via WP Cron','2021-01-16 20:34:34','2021-01-16 15:34:34'),
(74127,28873,'action created','2021-01-16 20:34:34','2021-01-16 15:34:34'),
(74128,28873,'action started via WP Cron','2021-01-16 20:35:27','2021-01-16 15:35:27'),
(74129,28873,'action complete via WP Cron','2021-01-16 20:35:27','2021-01-16 15:35:27'),
(74130,28874,'action created','2021-01-16 20:35:27','2021-01-16 15:35:27'),
(74131,28874,'action started via WP Cron','2021-01-16 20:37:30','2021-01-16 15:37:30'),
(74132,28874,'action complete via WP Cron','2021-01-16 20:37:30','2021-01-16 15:37:30'),
(74133,28875,'action created','2021-01-16 20:37:30','2021-01-16 15:37:30'),
(74134,28875,'action started via WP Cron','2021-01-16 20:38:26','2021-01-16 15:38:26'),
(74135,28875,'action complete via WP Cron','2021-01-16 20:38:26','2021-01-16 15:38:26'),
(74136,28876,'action created','2021-01-16 20:38:26','2021-01-16 15:38:26'),
(74137,28876,'action started via WP Cron','2021-01-16 20:39:12','2021-01-16 15:39:12'),
(74138,28876,'action complete via WP Cron','2021-01-16 20:39:12','2021-01-16 15:39:12'),
(74139,28877,'action created','2021-01-16 20:39:12','2021-01-16 15:39:12'),
(74140,28877,'action started via WP Cron','2021-01-16 20:40:37','2021-01-16 15:40:37'),
(74141,28877,'action complete via WP Cron','2021-01-16 20:40:37','2021-01-16 15:40:37'),
(74142,28878,'action created','2021-01-16 20:40:37','2021-01-16 15:40:37'),
(74143,28878,'action started via WP Cron','2021-01-16 20:41:42','2021-01-16 15:41:42'),
(74144,28878,'action complete via WP Cron','2021-01-16 20:41:42','2021-01-16 15:41:42'),
(74145,28879,'action created','2021-01-16 20:41:42','2021-01-16 15:41:42'),
(74146,28879,'action started via WP Cron','2021-01-16 20:42:35','2021-01-16 15:42:35'),
(74147,28879,'action complete via WP Cron','2021-01-16 20:42:35','2021-01-16 15:42:35'),
(74148,28880,'action created','2021-01-16 20:42:35','2021-01-16 15:42:35'),
(74149,28880,'action started via WP Cron','2021-01-16 20:44:05','2021-01-16 15:44:05'),
(74150,28880,'action complete via WP Cron','2021-01-16 20:44:05','2021-01-16 15:44:05'),
(74151,28881,'action created','2021-01-16 20:44:05','2021-01-16 15:44:05'),
(74152,28881,'action started via WP Cron','2021-01-16 20:44:37','2021-01-16 15:44:37'),
(74153,28881,'action complete via WP Cron','2021-01-16 20:44:37','2021-01-16 15:44:37'),
(74154,28882,'action created','2021-01-16 20:44:37','2021-01-16 15:44:37'),
(74155,28882,'action started via WP Cron','2021-01-16 20:45:22','2021-01-16 15:45:22'),
(74156,28882,'action complete via WP Cron','2021-01-16 20:45:22','2021-01-16 15:45:22'),
(74157,28883,'action created','2021-01-16 20:45:22','2021-01-16 15:45:22'),
(74158,28883,'action started via WP Cron','2021-01-16 20:46:40','2021-01-16 15:46:40'),
(74159,28883,'action complete via WP Cron','2021-01-16 20:46:40','2021-01-16 15:46:40'),
(74160,28884,'action created','2021-01-16 20:46:41','2021-01-16 15:46:41'),
(74161,28884,'action started via WP Cron','2021-01-16 20:47:44','2021-01-16 15:47:44'),
(74162,28884,'action complete via WP Cron','2021-01-16 20:47:44','2021-01-16 15:47:44'),
(74163,28885,'action created','2021-01-16 20:47:44','2021-01-16 15:47:44'),
(74164,28885,'action started via WP Cron','2021-01-16 20:49:01','2021-01-16 15:49:01'),
(74165,28885,'action complete via WP Cron','2021-01-16 20:49:01','2021-01-16 15:49:01'),
(74166,28886,'action created','2021-01-16 20:49:01','2021-01-16 15:49:01'),
(74167,28886,'action started via WP Cron','2021-01-16 20:49:20','2021-01-16 15:49:20'),
(74168,28886,'action complete via WP Cron','2021-01-16 20:49:20','2021-01-16 15:49:20'),
(74169,28887,'action created','2021-01-16 20:49:21','2021-01-16 15:49:21'),
(74170,28887,'action started via WP Cron','2021-01-16 20:50:16','2021-01-16 15:50:16'),
(74171,28887,'action complete via WP Cron','2021-01-16 20:50:16','2021-01-16 15:50:16'),
(74172,28888,'action created','2021-01-16 20:50:16','2021-01-16 15:50:16'),
(74173,28888,'action started via WP Cron','2021-01-16 20:51:31','2021-01-16 15:51:31'),
(74174,28888,'action complete via WP Cron','2021-01-16 20:51:31','2021-01-16 15:51:31'),
(74175,28889,'action created','2021-01-16 20:51:31','2021-01-16 15:51:31'),
(74176,28889,'action started via WP Cron','2021-01-16 20:53:17','2021-01-16 15:53:17'),
(74177,28889,'action complete via WP Cron','2021-01-16 20:53:17','2021-01-16 15:53:17'),
(74178,28890,'action created','2021-01-16 20:53:17','2021-01-16 15:53:17'),
(74179,28890,'action started via WP Cron','2021-01-16 20:54:29','2021-01-16 15:54:29'),
(74180,28890,'action complete via WP Cron','2021-01-16 20:54:29','2021-01-16 15:54:29'),
(74181,28891,'action created','2021-01-16 20:54:29','2021-01-16 15:54:29'),
(74182,28891,'action started via WP Cron','2021-01-16 20:55:11','2021-01-16 15:55:11'),
(74183,28891,'action complete via WP Cron','2021-01-16 20:55:11','2021-01-16 15:55:11'),
(74184,28892,'action created','2021-01-16 20:55:11','2021-01-16 15:55:11'),
(74185,28892,'action started via WP Cron','2021-01-16 20:56:34','2021-01-16 15:56:34'),
(74186,28892,'action complete via WP Cron','2021-01-16 20:56:34','2021-01-16 15:56:34'),
(74187,28893,'action created','2021-01-16 20:56:34','2021-01-16 15:56:34'),
(74188,28893,'action started via WP Cron','2021-01-16 20:57:46','2021-01-16 15:57:46'),
(74189,28893,'action complete via WP Cron','2021-01-16 20:57:46','2021-01-16 15:57:46'),
(74190,28894,'action created','2021-01-16 20:57:46','2021-01-16 15:57:46'),
(74191,28894,'action started via WP Cron','2021-01-16 20:58:15','2021-01-16 15:58:15'),
(74192,28894,'action complete via WP Cron','2021-01-16 20:58:15','2021-01-16 15:58:15'),
(74193,28895,'action created','2021-01-16 20:58:15','2021-01-16 15:58:15'),
(74194,28895,'action started via WP Cron','2021-01-16 20:59:18','2021-01-16 15:59:18'),
(74195,28895,'action complete via WP Cron','2021-01-16 20:59:18','2021-01-16 15:59:18'),
(74196,28896,'action created','2021-01-16 20:59:18','2021-01-16 15:59:18'),
(74197,28896,'action started via WP Cron','2021-01-16 21:00:20','2021-01-16 16:00:20'),
(74198,28896,'action complete via WP Cron','2021-01-16 21:00:20','2021-01-16 16:00:20'),
(74199,28897,'action created','2021-01-16 21:00:20','2021-01-16 16:00:20'),
(74200,28897,'action started via WP Cron','2021-01-16 21:01:14','2021-01-16 16:01:14'),
(74201,28897,'action complete via WP Cron','2021-01-16 21:01:14','2021-01-16 16:01:14'),
(74202,28898,'action created','2021-01-16 21:01:14','2021-01-16 16:01:14'),
(74203,28898,'action started via WP Cron','2021-01-16 21:02:17','2021-01-16 16:02:17'),
(74204,28898,'action complete via WP Cron','2021-01-16 21:02:17','2021-01-16 16:02:17'),
(74205,28899,'action created','2021-01-16 21:02:17','2021-01-16 16:02:17'),
(74206,28899,'action started via WP Cron','2021-01-16 21:04:17','2021-01-16 16:04:17'),
(74207,28899,'action complete via WP Cron','2021-01-16 21:04:17','2021-01-16 16:04:17'),
(74208,28900,'action created','2021-01-16 21:04:17','2021-01-16 16:04:17'),
(74209,28900,'action started via WP Cron','2021-01-16 21:05:23','2021-01-16 16:05:23'),
(74210,28900,'action complete via WP Cron','2021-01-16 21:05:23','2021-01-16 16:05:23'),
(74211,28901,'action created','2021-01-16 21:05:23','2021-01-16 16:05:23'),
(74212,28901,'action started via WP Cron','2021-01-16 21:07:15','2021-01-16 16:07:15'),
(74213,28901,'action complete via WP Cron','2021-01-16 21:07:15','2021-01-16 16:07:15'),
(74214,28902,'action created','2021-01-16 21:07:15','2021-01-16 16:07:15'),
(74215,28902,'action started via WP Cron','2021-01-16 21:08:26','2021-01-16 16:08:26'),
(74216,28902,'action complete via WP Cron','2021-01-16 21:08:26','2021-01-16 16:08:26'),
(74217,28903,'action created','2021-01-16 21:08:26','2021-01-16 16:08:26'),
(74218,28903,'action started via WP Cron','2021-01-16 21:09:55','2021-01-16 16:09:55'),
(74219,28903,'action complete via WP Cron','2021-01-16 21:09:55','2021-01-16 16:09:55'),
(74220,28904,'action created','2021-01-16 21:09:55','2021-01-16 16:09:55'),
(74221,28904,'action started via WP Cron','2021-01-16 21:10:30','2021-01-16 16:10:30'),
(74222,28904,'action complete via WP Cron','2021-01-16 21:10:30','2021-01-16 16:10:30'),
(74223,28905,'action created','2021-01-16 21:10:30','2021-01-16 16:10:30'),
(74224,28905,'action started via WP Cron','2021-01-16 21:11:35','2021-01-16 16:11:35'),
(74225,28905,'action complete via WP Cron','2021-01-16 21:11:35','2021-01-16 16:11:35'),
(74226,28906,'action created','2021-01-16 21:11:35','2021-01-16 16:11:35'),
(74227,28906,'action started via WP Cron','2021-01-16 21:12:18','2021-01-16 16:12:18'),
(74228,28906,'action complete via WP Cron','2021-01-16 21:12:18','2021-01-16 16:12:18'),
(74229,28907,'action created','2021-01-16 21:12:18','2021-01-16 16:12:18'),
(74230,28907,'action started via WP Cron','2021-01-16 21:13:16','2021-01-16 16:13:16'),
(74231,28907,'action complete via WP Cron','2021-01-16 21:13:16','2021-01-16 16:13:16'),
(74232,28908,'action created','2021-01-16 21:13:16','2021-01-16 16:13:16'),
(74233,28908,'action started via WP Cron','2021-01-16 21:14:11','2021-01-16 16:14:11'),
(74234,28908,'action complete via WP Cron','2021-01-16 21:14:11','2021-01-16 16:14:11'),
(74235,28909,'action created','2021-01-16 21:14:11','2021-01-16 16:14:11'),
(74236,28909,'action started via WP Cron','2021-01-16 21:15:13','2021-01-16 16:15:13'),
(74237,28909,'action complete via WP Cron','2021-01-16 21:15:13','2021-01-16 16:15:13'),
(74238,28910,'action created','2021-01-16 21:15:13','2021-01-16 16:15:13'),
(74239,28910,'action started via WP Cron','2021-01-16 21:16:21','2021-01-16 16:16:21'),
(74240,28910,'action complete via WP Cron','2021-01-16 21:16:21','2021-01-16 16:16:21'),
(74241,28911,'action created','2021-01-16 21:16:21','2021-01-16 16:16:21'),
(74242,28911,'action started via WP Cron','2021-01-16 21:19:18','2021-01-16 16:19:18'),
(74243,28911,'action complete via WP Cron','2021-01-16 21:19:18','2021-01-16 16:19:18'),
(74244,28912,'action created','2021-01-16 21:19:18','2021-01-16 16:19:18'),
(74245,28912,'action started via WP Cron','2021-01-16 21:20:39','2021-01-16 16:20:39'),
(74246,28912,'action complete via WP Cron','2021-01-16 21:20:39','2021-01-16 16:20:39'),
(74247,28913,'action created','2021-01-16 21:20:46','2021-01-16 16:20:46'),
(74248,28913,'action started via WP Cron','2021-01-16 21:22:24','2021-01-16 16:22:24'),
(74249,28913,'action complete via WP Cron','2021-01-16 21:22:24','2021-01-16 16:22:24'),
(74250,28914,'action created','2021-01-16 21:22:24','2021-01-16 16:22:24'),
(74251,28914,'action started via WP Cron','2021-01-16 21:23:17','2021-01-16 16:23:17'),
(74252,28914,'action complete via WP Cron','2021-01-16 21:23:17','2021-01-16 16:23:17'),
(74253,28915,'action created','2021-01-16 21:23:17','2021-01-16 16:23:17'),
(74254,28915,'action started via WP Cron','2021-01-16 21:24:34','2021-01-16 16:24:34'),
(74255,28915,'action complete via WP Cron','2021-01-16 21:24:34','2021-01-16 16:24:34'),
(74256,28916,'action created','2021-01-16 21:24:34','2021-01-16 16:24:34'),
(74257,28916,'action started via WP Cron','2021-01-16 21:25:40','2021-01-16 16:25:40'),
(74258,28916,'action complete via WP Cron','2021-01-16 21:25:40','2021-01-16 16:25:40'),
(74259,28917,'action created','2021-01-16 21:25:40','2021-01-16 16:25:40'),
(74260,28917,'action started via WP Cron','2021-01-16 21:26:21','2021-01-16 16:26:21'),
(74261,28917,'action complete via WP Cron','2021-01-16 21:26:21','2021-01-16 16:26:21'),
(74262,28918,'action created','2021-01-16 21:26:21','2021-01-16 16:26:21'),
(74263,28918,'action started via WP Cron','2021-01-16 21:29:12','2021-01-16 16:29:12'),
(74264,28918,'action complete via WP Cron','2021-01-16 21:29:12','2021-01-16 16:29:12'),
(74265,28919,'action created','2021-01-16 21:29:12','2021-01-16 16:29:12'),
(74266,28919,'action started via WP Cron','2021-01-16 21:30:45','2021-01-16 16:30:45'),
(74267,28919,'action complete via WP Cron','2021-01-16 21:30:45','2021-01-16 16:30:45'),
(74268,28920,'action created','2021-01-16 21:30:45','2021-01-16 16:30:45'),
(74269,28920,'action started via WP Cron','2021-01-16 21:31:32','2021-01-16 16:31:32'),
(74270,28920,'action complete via WP Cron','2021-01-16 21:31:32','2021-01-16 16:31:32'),
(74271,28921,'action created','2021-01-16 21:31:32','2021-01-16 16:31:32'),
(74272,28921,'action started via WP Cron','2021-01-16 21:33:07','2021-01-16 16:33:07'),
(74273,28921,'action complete via WP Cron','2021-01-16 21:33:07','2021-01-16 16:33:07'),
(74274,28922,'action created','2021-01-16 21:33:08','2021-01-16 16:33:08'),
(74275,28922,'action started via WP Cron','2021-01-16 21:33:27','2021-01-16 16:33:27'),
(74276,28922,'action complete via WP Cron','2021-01-16 21:33:27','2021-01-16 16:33:27'),
(74277,28923,'action created','2021-01-16 21:33:27','2021-01-16 16:33:27'),
(74278,28923,'action started via WP Cron','2021-01-16 21:34:17','2021-01-16 16:34:17'),
(74279,28923,'action complete via WP Cron','2021-01-16 21:34:17','2021-01-16 16:34:17'),
(74280,28924,'action created','2021-01-16 21:34:17','2021-01-16 16:34:17'),
(74281,28924,'action started via WP Cron','2021-01-16 21:35:12','2021-01-16 16:35:12'),
(74282,28924,'action complete via WP Cron','2021-01-16 21:35:12','2021-01-16 16:35:12'),
(74283,28925,'action created','2021-01-16 21:35:12','2021-01-16 16:35:12'),
(74284,28925,'action started via WP Cron','2021-01-16 21:36:20','2021-01-16 16:36:20'),
(74285,28925,'action complete via WP Cron','2021-01-16 21:36:20','2021-01-16 16:36:20'),
(74286,28926,'action created','2021-01-16 21:36:20','2021-01-16 16:36:20'),
(74287,28926,'action started via WP Cron','2021-01-16 21:37:16','2021-01-16 16:37:16'),
(74288,28926,'action complete via WP Cron','2021-01-16 21:37:16','2021-01-16 16:37:16'),
(74289,28927,'action created','2021-01-16 21:37:16','2021-01-16 16:37:16'),
(74290,28927,'action started via WP Cron','2021-01-16 21:38:24','2021-01-16 16:38:24'),
(74291,28927,'action complete via WP Cron','2021-01-16 21:38:24','2021-01-16 16:38:24'),
(74292,28928,'action created','2021-01-16 21:38:24','2021-01-16 16:38:24'),
(74293,28928,'action started via WP Cron','2021-01-16 21:39:56','2021-01-16 16:39:56'),
(74294,28928,'action complete via WP Cron','2021-01-16 21:39:56','2021-01-16 16:39:56'),
(74295,28929,'action created','2021-01-16 21:39:56','2021-01-16 16:39:56'),
(74296,28929,'action started via WP Cron','2021-01-16 21:40:21','2021-01-16 16:40:21'),
(74297,28929,'action complete via WP Cron','2021-01-16 21:40:21','2021-01-16 16:40:21'),
(74298,28930,'action created','2021-01-16 21:40:21','2021-01-16 16:40:21'),
(74299,28930,'action started via WP Cron','2021-01-16 21:41:18','2021-01-16 16:41:18'),
(74300,28930,'action complete via WP Cron','2021-01-16 21:41:18','2021-01-16 16:41:18'),
(74301,28931,'action created','2021-01-16 21:41:18','2021-01-16 16:41:18'),
(74302,28931,'action started via WP Cron','2021-01-16 21:42:13','2021-01-16 16:42:13'),
(74303,28931,'action complete via WP Cron','2021-01-16 21:42:13','2021-01-16 16:42:13'),
(74304,28932,'action created','2021-01-16 21:42:13','2021-01-16 16:42:13'),
(74305,28932,'action started via WP Cron','2021-01-16 21:44:00','2021-01-16 16:44:00'),
(74306,28932,'action complete via WP Cron','2021-01-16 21:44:00','2021-01-16 16:44:00'),
(74307,28933,'action created','2021-01-16 21:44:00','2021-01-16 16:44:00'),
(74308,28933,'action started via WP Cron','2021-01-16 21:44:16','2021-01-16 16:44:16'),
(74309,28933,'action complete via WP Cron','2021-01-16 21:44:16','2021-01-16 16:44:16'),
(74310,28934,'action created','2021-01-16 21:44:16','2021-01-16 16:44:16'),
(74311,28934,'action started via WP Cron','2021-01-16 21:45:19','2021-01-16 16:45:19'),
(74312,28934,'action complete via WP Cron','2021-01-16 21:45:19','2021-01-16 16:45:19'),
(74313,28935,'action created','2021-01-16 21:45:19','2021-01-16 16:45:19'),
(74314,28935,'action started via WP Cron','2021-01-16 21:46:33','2021-01-16 16:46:33'),
(74315,28935,'action complete via WP Cron','2021-01-16 21:46:33','2021-01-16 16:46:33'),
(74316,28936,'action created','2021-01-16 21:46:33','2021-01-16 16:46:33'),
(74317,28936,'action started via WP Cron','2021-01-16 21:47:34','2021-01-16 16:47:34'),
(74318,28936,'action complete via WP Cron','2021-01-16 21:47:34','2021-01-16 16:47:34'),
(74319,28937,'action created','2021-01-16 21:47:34','2021-01-16 16:47:34'),
(74320,28937,'action started via WP Cron','2021-01-16 21:48:12','2021-01-16 16:48:12'),
(74321,28937,'action complete via WP Cron','2021-01-16 21:48:12','2021-01-16 16:48:12'),
(74322,28938,'action created','2021-01-16 21:48:12','2021-01-16 16:48:12'),
(74323,28938,'action started via WP Cron','2021-01-16 21:49:12','2021-01-16 16:49:12'),
(74324,28938,'action complete via WP Cron','2021-01-16 21:49:12','2021-01-16 16:49:12'),
(74325,28939,'action created','2021-01-16 21:49:12','2021-01-16 16:49:12'),
(74326,28939,'action started via WP Cron','2021-01-16 21:50:53','2021-01-16 16:50:53'),
(74327,28939,'action complete via WP Cron','2021-01-16 21:50:53','2021-01-16 16:50:53'),
(74328,28940,'action created','2021-01-16 21:50:53','2021-01-16 16:50:53'),
(74329,28940,'action started via WP Cron','2021-01-16 21:51:20','2021-01-16 16:51:20'),
(74330,28940,'action complete via WP Cron','2021-01-16 21:51:20','2021-01-16 16:51:20'),
(74331,28941,'action created','2021-01-16 21:51:20','2021-01-16 16:51:20'),
(74332,28941,'action started via WP Cron','2021-01-16 21:52:25','2021-01-16 16:52:25'),
(74333,28941,'action complete via WP Cron','2021-01-16 21:52:25','2021-01-16 16:52:25'),
(74334,28942,'action created','2021-01-16 21:52:25','2021-01-16 16:52:25'),
(74335,28942,'action started via WP Cron','2021-01-16 21:53:20','2021-01-16 16:53:20'),
(74336,28942,'action complete via WP Cron','2021-01-16 21:53:20','2021-01-16 16:53:20'),
(74337,28943,'action created','2021-01-16 21:53:20','2021-01-16 16:53:20'),
(74338,28943,'action started via WP Cron','2021-01-16 21:54:41','2021-01-16 16:54:41'),
(74339,28943,'action complete via WP Cron','2021-01-16 21:54:41','2021-01-16 16:54:41'),
(74340,28944,'action created','2021-01-16 21:54:41','2021-01-16 16:54:41'),
(74341,28944,'action started via WP Cron','2021-01-16 21:55:16','2021-01-16 16:55:16'),
(74342,28944,'action complete via WP Cron','2021-01-16 21:55:16','2021-01-16 16:55:16'),
(74343,28945,'action created','2021-01-16 21:55:16','2021-01-16 16:55:16'),
(74344,28945,'action started via WP Cron','2021-01-16 21:56:18','2021-01-16 16:56:18'),
(74345,28945,'action complete via WP Cron','2021-01-16 21:56:18','2021-01-16 16:56:18'),
(74346,28946,'action created','2021-01-16 21:56:18','2021-01-16 16:56:18'),
(74347,28946,'action started via WP Cron','2021-01-16 21:57:19','2021-01-16 16:57:19'),
(74348,28946,'action complete via WP Cron','2021-01-16 21:57:19','2021-01-16 16:57:19'),
(74349,28947,'action created','2021-01-16 21:57:20','2021-01-16 16:57:20'),
(74350,28947,'action started via WP Cron','2021-01-16 21:58:14','2021-01-16 16:58:14'),
(74351,28947,'action complete via WP Cron','2021-01-16 21:58:14','2021-01-16 16:58:14'),
(74352,28948,'action created','2021-01-16 21:58:14','2021-01-16 16:58:14'),
(74353,28948,'action started via WP Cron','2021-01-16 22:00:05','2021-01-16 17:00:05'),
(74354,28948,'action complete via WP Cron','2021-01-16 22:00:05','2021-01-16 17:00:05'),
(74355,28949,'action created','2021-01-16 22:00:05','2021-01-16 17:00:05'),
(74356,28949,'action started via WP Cron','2021-01-16 22:00:39','2021-01-16 17:00:39'),
(74357,28949,'action complete via WP Cron','2021-01-16 22:00:39','2021-01-16 17:00:39'),
(74358,28950,'action created','2021-01-16 22:00:39','2021-01-16 17:00:39'),
(74359,28950,'action started via WP Cron','2021-01-16 22:01:40','2021-01-16 17:01:40'),
(74360,28950,'action complete via WP Cron','2021-01-16 22:01:40','2021-01-16 17:01:40'),
(74361,28951,'action created','2021-01-16 22:01:40','2021-01-16 17:01:40'),
(74362,28951,'action started via WP Cron','2021-01-16 22:02:29','2021-01-16 17:02:29'),
(74363,28951,'action complete via WP Cron','2021-01-16 22:02:29','2021-01-16 17:02:29'),
(74364,28952,'action created','2021-01-16 22:02:29','2021-01-16 17:02:29'),
(74365,28952,'action started via WP Cron','2021-01-16 22:03:14','2021-01-16 17:03:14'),
(74366,28952,'action complete via WP Cron','2021-01-16 22:03:14','2021-01-16 17:03:14'),
(74367,28953,'action created','2021-01-16 22:03:14','2021-01-16 17:03:14'),
(74368,28953,'action started via WP Cron','2021-01-16 22:04:42','2021-01-16 17:04:42'),
(74369,28953,'action complete via WP Cron','2021-01-16 22:04:42','2021-01-16 17:04:42'),
(74370,28954,'action created','2021-01-16 22:04:42','2021-01-16 17:04:42'),
(74371,28954,'action started via WP Cron','2021-01-16 22:05:47','2021-01-16 17:05:47'),
(74372,28954,'action complete via WP Cron','2021-01-16 22:05:47','2021-01-16 17:05:47'),
(74373,28955,'action created','2021-01-16 22:05:47','2021-01-16 17:05:47'),
(74374,28955,'action started via WP Cron','2021-01-16 22:07:32','2021-01-16 17:07:32'),
(74375,28955,'action complete via WP Cron','2021-01-16 22:07:32','2021-01-16 17:07:32'),
(74376,28956,'action created','2021-01-16 22:07:32','2021-01-16 17:07:32'),
(74377,28956,'action started via WP Cron','2021-01-16 22:08:20','2021-01-16 17:08:20'),
(74378,28956,'action complete via WP Cron','2021-01-16 22:08:20','2021-01-16 17:08:20'),
(74379,28957,'action created','2021-01-16 22:08:20','2021-01-16 17:08:20'),
(74380,28957,'action started via WP Cron','2021-01-16 22:09:30','2021-01-16 17:09:30'),
(74381,28957,'action complete via WP Cron','2021-01-16 22:09:30','2021-01-16 17:09:30'),
(74382,28958,'action created','2021-01-16 22:09:30','2021-01-16 17:09:30'),
(74383,28958,'action started via WP Cron','2021-01-16 22:10:26','2021-01-16 17:10:26'),
(74384,28958,'action complete via WP Cron','2021-01-16 22:10:26','2021-01-16 17:10:26'),
(74385,28959,'action created','2021-01-16 22:10:26','2021-01-16 17:10:26'),
(74386,28959,'action started via WP Cron','2021-01-16 22:11:18','2021-01-16 17:11:18'),
(74387,28959,'action complete via WP Cron','2021-01-16 22:11:18','2021-01-16 17:11:18'),
(74388,28960,'action created','2021-01-16 22:11:18','2021-01-16 17:11:18'),
(74389,28960,'action started via WP Cron','2021-01-16 22:12:16','2021-01-16 17:12:16'),
(74390,28960,'action complete via WP Cron','2021-01-16 22:12:16','2021-01-16 17:12:16'),
(74391,28961,'action created','2021-01-16 22:12:16','2021-01-16 17:12:16'),
(74392,28961,'action started via WP Cron','2021-01-16 22:14:06','2021-01-16 17:14:06'),
(74393,28961,'action complete via WP Cron','2021-01-16 22:14:06','2021-01-16 17:14:06'),
(74394,28962,'action created','2021-01-16 22:14:06','2021-01-16 17:14:06'),
(74395,28962,'action started via WP Cron','2021-01-16 22:14:33','2021-01-16 17:14:33'),
(74396,28962,'action complete via WP Cron','2021-01-16 22:14:33','2021-01-16 17:14:33'),
(74397,28963,'action created','2021-01-16 22:14:33','2021-01-16 17:14:33'),
(74398,28963,'action started via WP Cron','2021-01-16 22:15:36','2021-01-16 17:15:36'),
(74399,28963,'action complete via WP Cron','2021-01-16 22:15:36','2021-01-16 17:15:36'),
(74400,28964,'action created','2021-01-16 22:15:36','2021-01-16 17:15:36'),
(74401,28964,'action started via WP Cron','2021-01-16 22:16:12','2021-01-16 17:16:12'),
(74402,28964,'action complete via WP Cron','2021-01-16 22:16:13','2021-01-16 17:16:13'),
(74403,28965,'action created','2021-01-16 22:16:13','2021-01-16 17:16:13'),
(74404,28965,'action started via WP Cron','2021-01-16 22:19:01','2021-01-16 17:19:01'),
(74405,28965,'action complete via WP Cron','2021-01-16 22:19:01','2021-01-16 17:19:01'),
(74406,28966,'action created','2021-01-16 22:19:01','2021-01-16 17:19:01'),
(74407,28966,'action started via WP Cron','2021-01-16 22:20:03','2021-01-16 17:20:03'),
(74408,28966,'action complete via WP Cron','2021-01-16 22:20:03','2021-01-16 17:20:03'),
(74409,28967,'action created','2021-01-16 22:20:03','2021-01-16 17:20:03'),
(74410,28967,'action started via WP Cron','2021-01-16 22:20:15','2021-01-16 17:20:15'),
(74411,28967,'action complete via WP Cron','2021-01-16 22:20:15','2021-01-16 17:20:15'),
(74412,28968,'action created','2021-01-16 22:20:15','2021-01-16 17:20:15'),
(74413,28968,'action started via WP Cron','2021-01-16 22:21:16','2021-01-16 17:21:16'),
(74414,28968,'action complete via WP Cron','2021-01-16 22:21:16','2021-01-16 17:21:16'),
(74415,28969,'action created','2021-01-16 22:21:16','2021-01-16 17:21:16'),
(74416,28969,'action started via WP Cron','2021-01-16 22:22:21','2021-01-16 17:22:21'),
(74417,28969,'action complete via WP Cron','2021-01-16 22:22:21','2021-01-16 17:22:21'),
(74418,28970,'action created','2021-01-16 22:22:21','2021-01-16 17:22:21'),
(74419,28970,'action started via WP Cron','2021-01-16 22:23:35','2021-01-16 17:23:35'),
(74420,28970,'action complete via WP Cron','2021-01-16 22:23:35','2021-01-16 17:23:35'),
(74421,28971,'action created','2021-01-16 22:23:36','2021-01-16 17:23:36'),
(74422,28971,'action started via WP Cron','2021-01-16 22:25:03','2021-01-16 17:25:03'),
(74423,28971,'action complete via WP Cron','2021-01-16 22:25:03','2021-01-16 17:25:03'),
(74424,28972,'action created','2021-01-16 22:25:03','2021-01-16 17:25:03'),
(74425,28972,'action started via WP Cron','2021-01-16 22:25:52','2021-01-16 17:25:52'),
(74426,28972,'action complete via WP Cron','2021-01-16 22:25:52','2021-01-16 17:25:52'),
(74427,28973,'action created','2021-01-16 22:25:52','2021-01-16 17:25:52'),
(74428,28973,'action started via WP Cron','2021-01-16 22:27:22','2021-01-16 17:27:22'),
(74429,28973,'action complete via WP Cron','2021-01-16 22:27:22','2021-01-16 17:27:22'),
(74430,28974,'action created','2021-01-16 22:27:22','2021-01-16 17:27:22'),
(74431,28974,'action started via WP Cron','2021-01-16 22:29:47','2021-01-16 17:29:47'),
(74432,28974,'action complete via WP Cron','2021-01-16 22:29:47','2021-01-16 17:29:47'),
(74433,28975,'action created','2021-01-16 22:29:47','2021-01-16 17:29:47'),
(74434,28975,'action started via WP Cron','2021-01-16 22:30:22','2021-01-16 17:30:22'),
(74435,28975,'action complete via WP Cron','2021-01-16 22:30:22','2021-01-16 17:30:22'),
(74436,28976,'action created','2021-01-16 22:30:22','2021-01-16 17:30:22'),
(74437,28976,'action started via WP Cron','2021-01-16 22:31:33','2021-01-16 17:31:33'),
(74438,28976,'action complete via WP Cron','2021-01-16 22:31:33','2021-01-16 17:31:33'),
(74439,28977,'action created','2021-01-16 22:31:33','2021-01-16 17:31:33'),
(74440,28977,'action started via WP Cron','2021-01-16 22:32:13','2021-01-16 17:32:13'),
(74441,28977,'action complete via WP Cron','2021-01-16 22:32:13','2021-01-16 17:32:13'),
(74442,28978,'action created','2021-01-16 22:32:13','2021-01-16 17:32:13'),
(74443,28978,'action started via WP Cron','2021-01-16 22:33:54','2021-01-16 17:33:54'),
(74444,28978,'action complete via WP Cron','2021-01-16 22:33:54','2021-01-16 17:33:54'),
(74445,28979,'action created','2021-01-16 22:33:54','2021-01-16 17:33:54'),
(74446,28979,'action started via WP Cron','2021-01-16 22:34:37','2021-01-16 17:34:37'),
(74447,28979,'action complete via WP Cron','2021-01-16 22:34:37','2021-01-16 17:34:37'),
(74448,28980,'action created','2021-01-16 22:34:37','2021-01-16 17:34:37'),
(74449,28980,'action started via WP Cron','2021-01-16 22:35:18','2021-01-16 17:35:18'),
(74450,28980,'action complete via WP Cron','2021-01-16 22:35:18','2021-01-16 17:35:18'),
(74451,28981,'action created','2021-01-16 22:35:18','2021-01-16 17:35:18'),
(74452,28981,'action started via WP Cron','2021-01-16 22:37:24','2021-01-16 17:37:24'),
(74453,28981,'action complete via WP Cron','2021-01-16 22:37:24','2021-01-16 17:37:24'),
(74454,28982,'action created','2021-01-16 22:37:24','2021-01-16 17:37:24'),
(74455,28982,'action started via WP Cron','2021-01-16 22:38:29','2021-01-16 17:38:29'),
(74456,28982,'action complete via WP Cron','2021-01-16 22:38:29','2021-01-16 17:38:29'),
(74457,28983,'action created','2021-01-16 22:38:29','2021-01-16 17:38:29'),
(74458,28983,'action started via WP Cron','2021-01-16 22:40:09','2021-01-16 17:40:09'),
(74459,28983,'action complete via WP Cron','2021-01-16 22:40:09','2021-01-16 17:40:09'),
(74460,28984,'action created','2021-01-16 22:40:09','2021-01-16 17:40:09'),
(74461,28984,'action started via WP Cron','2021-01-16 22:42:30','2021-01-16 17:42:30'),
(74462,28984,'action complete via WP Cron','2021-01-16 22:42:30','2021-01-16 17:42:30'),
(74463,28985,'action created','2021-01-16 22:42:30','2021-01-16 17:42:30'),
(74464,28985,'action started via WP Cron','2021-01-16 22:45:03','2021-01-16 17:45:03'),
(74465,28985,'action complete via WP Cron','2021-01-16 22:45:03','2021-01-16 17:45:03'),
(74466,28986,'action created','2021-01-16 22:46:59','2021-01-16 17:46:59'),
(74467,28986,'action started via WP Cron','2021-01-16 22:47:45','2021-01-16 17:47:45'),
(74468,28986,'action complete via WP Cron','2021-01-16 22:47:45','2021-01-16 17:47:45'),
(74469,28987,'action created','2021-01-16 22:47:45','2021-01-16 17:47:45'),
(74470,28987,'action started via WP Cron','2021-01-16 22:48:30','2021-01-16 17:48:30'),
(74471,28987,'action complete via WP Cron','2021-01-16 22:48:30','2021-01-16 17:48:30'),
(74472,28988,'action created','2021-01-16 22:48:30','2021-01-16 17:48:30'),
(74473,28988,'action started via WP Cron','2021-01-16 22:49:45','2021-01-16 17:49:45'),
(74474,28988,'action complete via WP Cron','2021-01-16 22:49:45','2021-01-16 17:49:45'),
(74475,28989,'action created','2021-01-16 22:49:46','2021-01-16 17:49:46'),
(74476,28989,'action started via WP Cron','2021-01-16 22:50:13','2021-01-16 17:50:13'),
(74477,28989,'action complete via WP Cron','2021-01-16 22:50:13','2021-01-16 17:50:13'),
(74478,28990,'action created','2021-01-16 22:50:13','2021-01-16 17:50:13'),
(74479,28990,'action started via WP Cron','2021-01-16 22:51:39','2021-01-16 17:51:39'),
(74480,28990,'action complete via WP Cron','2021-01-16 22:51:39','2021-01-16 17:51:39'),
(74481,28991,'action created','2021-01-16 22:51:39','2021-01-16 17:51:39'),
(74482,28991,'action started via WP Cron','2021-01-16 22:52:19','2021-01-16 17:52:19'),
(74483,28991,'action complete via WP Cron','2021-01-16 22:52:19','2021-01-16 17:52:19'),
(74484,28992,'action created','2021-01-16 22:52:19','2021-01-16 17:52:19'),
(74485,28992,'action started via WP Cron','2021-01-16 22:53:30','2021-01-16 17:53:30'),
(74486,28992,'action complete via WP Cron','2021-01-16 22:53:30','2021-01-16 17:53:30'),
(74487,28993,'action created','2021-01-16 22:53:30','2021-01-16 17:53:30'),
(74488,28993,'action started via WP Cron','2021-01-16 22:54:20','2021-01-16 17:54:20'),
(74489,28993,'action complete via WP Cron','2021-01-16 22:54:20','2021-01-16 17:54:20'),
(74490,28994,'action created','2021-01-16 22:54:20','2021-01-16 17:54:20'),
(74491,28994,'action started via WP Cron','2021-01-16 22:55:32','2021-01-16 17:55:32'),
(74492,28994,'action complete via WP Cron','2021-01-16 22:55:32','2021-01-16 17:55:32'),
(74493,28995,'action created','2021-01-16 22:55:32','2021-01-16 17:55:32'),
(74494,28995,'action started via WP Cron','2021-01-16 22:56:43','2021-01-16 17:56:43'),
(74495,28995,'action complete via WP Cron','2021-01-16 22:56:43','2021-01-16 17:56:43'),
(74496,28996,'action created','2021-01-16 22:56:43','2021-01-16 17:56:43'),
(74497,28996,'action started via WP Cron','2021-01-16 22:57:18','2021-01-16 17:57:18'),
(74498,28996,'action complete via WP Cron','2021-01-16 22:57:18','2021-01-16 17:57:18'),
(74499,28997,'action created','2021-01-16 22:57:18','2021-01-16 17:57:18'),
(74500,28997,'action started via WP Cron','2021-01-16 22:58:14','2021-01-16 17:58:14'),
(74501,28997,'action complete via WP Cron','2021-01-16 22:58:14','2021-01-16 17:58:14'),
(74502,28998,'action created','2021-01-16 22:58:14','2021-01-16 17:58:14'),
(74503,28998,'action started via WP Cron','2021-01-16 22:59:12','2021-01-16 17:59:12'),
(74504,28998,'action complete via WP Cron','2021-01-16 22:59:12','2021-01-16 17:59:12'),
(74505,28999,'action created','2021-01-16 22:59:12','2021-01-16 17:59:12'),
(74506,28999,'action started via WP Cron','2021-01-16 23:01:26','2021-01-16 18:01:26'),
(74507,28999,'action complete via WP Cron','2021-01-16 23:01:26','2021-01-16 18:01:26'),
(74508,29000,'action created','2021-01-16 23:01:26','2021-01-16 18:01:26'),
(74509,29000,'action started via WP Cron','2021-01-16 23:02:15','2021-01-16 18:02:15'),
(74510,29000,'action complete via WP Cron','2021-01-16 23:02:15','2021-01-16 18:02:15'),
(74511,29001,'action created','2021-01-16 23:02:15','2021-01-16 18:02:15'),
(74512,29001,'action started via WP Cron','2021-01-16 23:03:58','2021-01-16 18:03:58'),
(74513,29001,'action complete via WP Cron','2021-01-16 23:03:58','2021-01-16 18:03:58'),
(74514,29002,'action created','2021-01-16 23:03:58','2021-01-16 18:03:58'),
(74515,29002,'action started via WP Cron','2021-01-16 23:04:15','2021-01-16 18:04:15'),
(74516,29002,'action complete via WP Cron','2021-01-16 23:04:15','2021-01-16 18:04:15'),
(74517,29003,'action created','2021-01-16 23:04:15','2021-01-16 18:04:15'),
(74518,29003,'action started via WP Cron','2021-01-16 23:06:26','2021-01-16 18:06:26'),
(74519,29003,'action complete via WP Cron','2021-01-16 23:06:26','2021-01-16 18:06:26'),
(74520,29004,'action created','2021-01-16 23:06:26','2021-01-16 18:06:26'),
(74521,29004,'action started via WP Cron','2021-01-16 23:07:13','2021-01-16 18:07:13'),
(74522,29004,'action complete via WP Cron','2021-01-16 23:07:13','2021-01-16 18:07:13'),
(74523,29005,'action created','2021-01-16 23:07:13','2021-01-16 18:07:13'),
(74524,29005,'action started via WP Cron','2021-01-16 23:08:36','2021-01-16 18:08:36'),
(74525,29005,'action complete via WP Cron','2021-01-16 23:08:36','2021-01-16 18:08:36'),
(74526,29006,'action created','2021-01-16 23:08:37','2021-01-16 18:08:37'),
(74527,29006,'action started via WP Cron','2021-01-16 23:10:39','2021-01-16 18:10:39'),
(74528,29006,'action complete via WP Cron','2021-01-16 23:10:39','2021-01-16 18:10:39'),
(74529,29007,'action created','2021-01-16 23:10:40','2021-01-16 18:10:40'),
(74530,29007,'action started via WP Cron','2021-01-16 23:12:02','2021-01-16 18:12:02'),
(74531,29007,'action complete via WP Cron','2021-01-16 23:12:02','2021-01-16 18:12:02'),
(74532,29008,'action created','2021-01-16 23:12:03','2021-01-16 18:12:03'),
(74533,29008,'action started via WP Cron','2021-01-16 23:12:26','2021-01-16 18:12:26'),
(74534,29008,'action complete via WP Cron','2021-01-16 23:12:26','2021-01-16 18:12:26'),
(74535,29009,'action created','2021-01-16 23:12:26','2021-01-16 18:12:26'),
(74536,29009,'action started via WP Cron','2021-01-16 23:13:17','2021-01-16 18:13:17'),
(74537,29009,'action complete via WP Cron','2021-01-16 23:13:17','2021-01-16 18:13:17'),
(74538,29010,'action created','2021-01-16 23:13:17','2021-01-16 18:13:17'),
(74539,29010,'action started via WP Cron','2021-01-16 23:14:31','2021-01-16 18:14:31'),
(74540,29010,'action complete via WP Cron','2021-01-16 23:14:31','2021-01-16 18:14:31'),
(74541,29011,'action created','2021-01-16 23:14:31','2021-01-16 18:14:31'),
(74542,29011,'action started via WP Cron','2021-01-16 23:15:17','2021-01-16 18:15:17'),
(74543,29011,'action complete via WP Cron','2021-01-16 23:15:17','2021-01-16 18:15:17'),
(74544,29012,'action created','2021-01-16 23:15:17','2021-01-16 18:15:17'),
(74545,29012,'action started via WP Cron','2021-01-16 23:17:46','2021-01-16 18:17:46'),
(74546,29012,'action complete via WP Cron','2021-01-16 23:17:46','2021-01-16 18:17:46'),
(74547,29013,'action created','2021-01-16 23:17:46','2021-01-16 18:17:46'),
(74548,29013,'action started via WP Cron','2021-01-16 23:19:24','2021-01-16 18:19:24'),
(74549,29013,'action complete via WP Cron','2021-01-16 23:19:24','2021-01-16 18:19:24'),
(74550,29014,'action created','2021-01-16 23:19:24','2021-01-16 18:19:24'),
(74551,29014,'action started via WP Cron','2021-01-16 23:21:03','2021-01-16 18:21:03'),
(74552,29014,'action complete via WP Cron','2021-01-16 23:21:03','2021-01-16 18:21:03'),
(74553,29015,'action created','2021-01-16 23:21:03','2021-01-16 18:21:03'),
(74554,29015,'action started via WP Cron','2021-01-16 23:21:43','2021-01-16 18:21:43'),
(74555,29015,'action complete via WP Cron','2021-01-16 23:21:43','2021-01-16 18:21:43'),
(74556,29016,'action created','2021-01-16 23:21:43','2021-01-16 18:21:43'),
(74557,29016,'action started via WP Cron','2021-01-16 23:22:15','2021-01-16 18:22:15'),
(74558,29016,'action complete via WP Cron','2021-01-16 23:22:15','2021-01-16 18:22:15'),
(74559,29017,'action created','2021-01-16 23:22:15','2021-01-16 18:22:15'),
(74560,29017,'action started via WP Cron','2021-01-16 23:23:37','2021-01-16 18:23:37'),
(74561,29017,'action complete via WP Cron','2021-01-16 23:23:37','2021-01-16 18:23:37'),
(74562,29018,'action created','2021-01-16 23:23:37','2021-01-16 18:23:37'),
(74563,29018,'action started via WP Cron','2021-01-16 23:24:38','2021-01-16 18:24:38'),
(74564,29018,'action complete via WP Cron','2021-01-16 23:24:38','2021-01-16 18:24:38'),
(74565,29019,'action created','2021-01-16 23:24:38','2021-01-16 18:24:38'),
(74566,29019,'action started via WP Cron','2021-01-16 23:26:37','2021-01-16 18:26:37'),
(74567,29019,'action complete via WP Cron','2021-01-16 23:26:37','2021-01-16 18:26:37'),
(74568,29020,'action created','2021-01-16 23:26:37','2021-01-16 18:26:37'),
(74569,29020,'action started via WP Cron','2021-01-16 23:28:00','2021-01-16 18:28:00'),
(74570,29020,'action complete via WP Cron','2021-01-16 23:28:00','2021-01-16 18:28:00'),
(74571,29021,'action created','2021-01-16 23:28:00','2021-01-16 18:28:00'),
(74572,29021,'action started via WP Cron','2021-01-16 23:28:48','2021-01-16 18:28:48'),
(74573,29021,'action complete via WP Cron','2021-01-16 23:28:48','2021-01-16 18:28:48'),
(74574,29022,'action created','2021-01-16 23:28:48','2021-01-16 18:28:48'),
(74575,29022,'action started via WP Cron','2021-01-16 23:30:05','2021-01-16 18:30:05'),
(74576,29022,'action complete via WP Cron','2021-01-16 23:30:06','2021-01-16 18:30:06'),
(74577,29023,'action created','2021-01-16 23:30:06','2021-01-16 18:30:06'),
(74578,29023,'action started via WP Cron','2021-01-16 23:30:30','2021-01-16 18:30:30'),
(74579,29023,'action complete via WP Cron','2021-01-16 23:30:30','2021-01-16 18:30:30'),
(74580,29024,'action created','2021-01-16 23:30:30','2021-01-16 18:30:30'),
(74581,29024,'action started via WP Cron','2021-01-16 23:31:28','2021-01-16 18:31:28'),
(74582,29024,'action complete via WP Cron','2021-01-16 23:31:28','2021-01-16 18:31:28'),
(74583,29025,'action created','2021-01-16 23:31:28','2021-01-16 18:31:28'),
(74584,29025,'action started via WP Cron','2021-01-16 23:33:01','2021-01-16 18:33:01'),
(74585,29025,'action complete via WP Cron','2021-01-16 23:33:01','2021-01-16 18:33:01'),
(74586,29026,'action created','2021-01-16 23:33:01','2021-01-16 18:33:01'),
(74587,29026,'action started via WP Cron','2021-01-16 23:33:44','2021-01-16 18:33:44'),
(74588,29026,'action complete via WP Cron','2021-01-16 23:33:44','2021-01-16 18:33:44'),
(74589,29027,'action created','2021-01-16 23:33:44','2021-01-16 18:33:44'),
(74590,29027,'action started via WP Cron','2021-01-16 23:36:03','2021-01-16 18:36:03'),
(74591,29027,'action complete via WP Cron','2021-01-16 23:36:03','2021-01-16 18:36:03'),
(74592,29028,'action created','2021-01-16 23:36:04','2021-01-16 18:36:04'),
(74593,29028,'action started via WP Cron','2021-01-16 23:36:26','2021-01-16 18:36:26'),
(74594,29028,'action complete via WP Cron','2021-01-16 23:36:26','2021-01-16 18:36:26'),
(74595,29029,'action created','2021-01-16 23:36:26','2021-01-16 18:36:26'),
(74596,29029,'action started via WP Cron','2021-01-16 23:37:53','2021-01-16 18:37:53'),
(74597,29029,'action complete via WP Cron','2021-01-16 23:37:53','2021-01-16 18:37:53'),
(74598,29030,'action created','2021-01-16 23:37:53','2021-01-16 18:37:53'),
(74599,29030,'action started via WP Cron','2021-01-16 23:38:17','2021-01-16 18:38:17'),
(74600,29030,'action complete via WP Cron','2021-01-16 23:38:17','2021-01-16 18:38:17'),
(74601,29031,'action created','2021-01-16 23:38:18','2021-01-16 18:38:18'),
(74602,29031,'action started via WP Cron','2021-01-16 23:40:25','2021-01-16 18:40:25'),
(74603,29031,'action complete via WP Cron','2021-01-16 23:40:25','2021-01-16 18:40:25'),
(74604,29032,'action created','2021-01-16 23:40:25','2021-01-16 18:40:25'),
(74605,29032,'action started via WP Cron','2021-01-16 23:41:16','2021-01-16 18:41:16'),
(74606,29032,'action complete via WP Cron','2021-01-16 23:41:16','2021-01-16 18:41:16'),
(74607,29033,'action created','2021-01-16 23:41:17','2021-01-16 18:41:17'),
(74608,29033,'action started via WP Cron','2021-01-16 23:42:20','2021-01-16 18:42:20'),
(74609,29033,'action complete via WP Cron','2021-01-16 23:42:20','2021-01-16 18:42:20'),
(74610,29034,'action created','2021-01-16 23:42:20','2021-01-16 18:42:20'),
(74611,29034,'action started via WP Cron','2021-01-16 23:43:37','2021-01-16 18:43:37'),
(74612,29034,'action complete via WP Cron','2021-01-16 23:43:37','2021-01-16 18:43:37'),
(74613,29035,'action created','2021-01-16 23:43:37','2021-01-16 18:43:37'),
(74614,29035,'action started via WP Cron','2021-01-16 23:44:17','2021-01-16 18:44:17'),
(74615,29035,'action complete via WP Cron','2021-01-16 23:44:17','2021-01-16 18:44:17'),
(74616,29036,'action created','2021-01-16 23:44:17','2021-01-16 18:44:17'),
(74617,29036,'action started via WP Cron','2021-01-16 23:45:44','2021-01-16 18:45:44'),
(74618,29036,'action complete via WP Cron','2021-01-16 23:45:44','2021-01-16 18:45:44'),
(74619,29037,'action created','2021-01-16 23:45:45','2021-01-16 18:45:45'),
(74620,29037,'action started via WP Cron','2021-01-16 23:46:14','2021-01-16 18:46:14'),
(74621,29037,'action complete via WP Cron','2021-01-16 23:46:14','2021-01-16 18:46:14'),
(74622,29038,'action created','2021-01-16 23:46:14','2021-01-16 18:46:14'),
(74623,29038,'action started via WP Cron','2021-01-16 23:47:46','2021-01-16 18:47:46'),
(74624,29038,'action complete via WP Cron','2021-01-16 23:47:46','2021-01-16 18:47:46'),
(74625,29039,'action created','2021-01-16 23:47:46','2021-01-16 18:47:46'),
(74626,29039,'action started via WP Cron','2021-01-16 23:48:16','2021-01-16 18:48:16'),
(74627,29039,'action complete via WP Cron','2021-01-16 23:48:17','2021-01-16 18:48:17'),
(74628,29040,'action created','2021-01-16 23:48:17','2021-01-16 18:48:17'),
(74629,29040,'action started via WP Cron','2021-01-16 23:49:19','2021-01-16 18:49:19'),
(74630,29040,'action complete via WP Cron','2021-01-16 23:49:19','2021-01-16 18:49:19'),
(74631,29041,'action created','2021-01-16 23:49:19','2021-01-16 18:49:19'),
(74632,29041,'action started via WP Cron','2021-01-16 23:50:28','2021-01-16 18:50:28'),
(74633,29041,'action complete via WP Cron','2021-01-16 23:50:28','2021-01-16 18:50:28'),
(74634,29042,'action created','2021-01-16 23:50:28','2021-01-16 18:50:28'),
(74635,29042,'action started via WP Cron','2021-01-16 23:51:42','2021-01-16 18:51:42'),
(74636,29042,'action complete via WP Cron','2021-01-16 23:51:42','2021-01-16 18:51:42'),
(74637,29043,'action created','2021-01-16 23:51:42','2021-01-16 18:51:42'),
(74638,29043,'action started via WP Cron','2021-01-16 23:52:13','2021-01-16 18:52:13'),
(74639,29043,'action complete via WP Cron','2021-01-16 23:52:13','2021-01-16 18:52:13'),
(74640,29044,'action created','2021-01-16 23:52:13','2021-01-16 18:52:13'),
(74641,29044,'action started via WP Cron','2021-01-16 23:53:28','2021-01-16 18:53:28'),
(74642,29044,'action complete via WP Cron','2021-01-16 23:53:28','2021-01-16 18:53:28'),
(74643,29045,'action created','2021-01-16 23:53:28','2021-01-16 18:53:28'),
(74644,29045,'action started via WP Cron','2021-01-16 23:54:55','2021-01-16 18:54:55'),
(74645,29045,'action complete via WP Cron','2021-01-16 23:54:55','2021-01-16 18:54:55'),
(74646,29046,'action created','2021-01-16 23:54:55','2021-01-16 18:54:55'),
(74647,29046,'action started via WP Cron','2021-01-16 23:55:44','2021-01-16 18:55:44'),
(74648,29046,'action complete via WP Cron','2021-01-16 23:55:44','2021-01-16 18:55:44'),
(74649,29047,'action created','2021-01-16 23:55:44','2021-01-16 18:55:44'),
(74650,29047,'action started via WP Cron','2021-01-16 23:58:08','2021-01-16 18:58:08'),
(74651,29047,'action complete via WP Cron','2021-01-16 23:58:08','2021-01-16 18:58:08'),
(74652,29048,'action created','2021-01-16 23:58:08','2021-01-16 18:58:08'),
(74653,29048,'action started via WP Cron','2021-01-16 23:59:21','2021-01-16 18:59:21'),
(74654,29048,'action complete via WP Cron','2021-01-16 23:59:21','2021-01-16 18:59:21'),
(74655,29049,'action created','2021-01-16 23:59:21','2021-01-16 18:59:21'),
(74656,29049,'action started via WP Cron','2021-01-17 00:02:06','2021-01-16 19:02:06'),
(74657,29049,'action complete via WP Cron','2021-01-17 00:02:06','2021-01-16 19:02:06'),
(74658,29050,'action created','2021-01-17 00:02:06','2021-01-16 19:02:06'),
(74659,29050,'action started via WP Cron','2021-01-17 00:02:30','2021-01-16 19:02:30'),
(74660,29050,'action complete via WP Cron','2021-01-17 00:02:30','2021-01-16 19:02:30'),
(74661,29051,'action created','2021-01-17 00:02:31','2021-01-16 19:02:31'),
(74662,29051,'action started via WP Cron','2021-01-17 00:03:12','2021-01-16 19:03:12'),
(74663,29051,'action complete via WP Cron','2021-01-17 00:03:12','2021-01-16 19:03:12'),
(74664,29052,'action created','2021-01-17 00:03:12','2021-01-16 19:03:12'),
(74665,29052,'action started via WP Cron','2021-01-17 00:04:15','2021-01-16 19:04:15'),
(74666,29052,'action complete via WP Cron','2021-01-17 00:04:15','2021-01-16 19:04:15'),
(74667,29053,'action created','2021-01-17 00:04:15','2021-01-16 19:04:15'),
(74668,29053,'action started via WP Cron','2021-01-17 00:05:35','2021-01-16 19:05:35'),
(74669,29053,'action complete via WP Cron','2021-01-17 00:05:35','2021-01-16 19:05:35'),
(74670,29054,'action created','2021-01-17 00:05:35','2021-01-16 19:05:35'),
(74671,29054,'action started via WP Cron','2021-01-17 00:06:12','2021-01-16 19:06:12'),
(74672,29054,'action complete via WP Cron','2021-01-17 00:06:12','2021-01-16 19:06:12'),
(74673,29055,'action created','2021-01-17 00:06:12','2021-01-16 19:06:12'),
(74674,29055,'action started via WP Cron','2021-01-17 00:07:18','2021-01-16 19:07:18'),
(74675,29055,'action complete via WP Cron','2021-01-17 00:07:18','2021-01-16 19:07:18'),
(74676,29056,'action created','2021-01-17 00:07:18','2021-01-16 19:07:18'),
(74677,29056,'action started via WP Cron','2021-01-17 00:08:30','2021-01-16 19:08:30'),
(74678,29056,'action complete via WP Cron','2021-01-17 00:08:30','2021-01-16 19:08:30'),
(74679,29057,'action created','2021-01-17 00:08:30','2021-01-16 19:08:30'),
(74680,29057,'action started via WP Cron','2021-01-17 00:09:16','2021-01-16 19:09:16'),
(74681,29057,'action complete via WP Cron','2021-01-17 00:09:16','2021-01-16 19:09:16'),
(74682,29058,'action created','2021-01-17 00:09:16','2021-01-16 19:09:16'),
(74683,29058,'action started via WP Cron','2021-01-17 00:10:25','2021-01-16 19:10:25'),
(74684,29058,'action complete via WP Cron','2021-01-17 00:10:25','2021-01-16 19:10:25'),
(74685,29059,'action created','2021-01-17 00:10:25','2021-01-16 19:10:25'),
(74686,29059,'action started via WP Cron','2021-01-17 00:12:03','2021-01-16 19:12:03'),
(74687,29059,'action complete via WP Cron','2021-01-17 00:12:03','2021-01-16 19:12:03'),
(74688,29060,'action created','2021-01-17 00:12:03','2021-01-16 19:12:03'),
(74689,29060,'action started via WP Cron','2021-01-17 00:13:21','2021-01-16 19:13:21'),
(74690,29060,'action complete via WP Cron','2021-01-17 00:13:21','2021-01-16 19:13:21'),
(74691,29061,'action created','2021-01-17 00:13:21','2021-01-16 19:13:21'),
(74692,29061,'action started via WP Cron','2021-01-17 00:14:12','2021-01-16 19:14:12'),
(74693,29061,'action complete via WP Cron','2021-01-17 00:14:12','2021-01-16 19:14:12'),
(74694,29062,'action created','2021-01-17 00:14:12','2021-01-16 19:14:12'),
(74695,29062,'action started via WP Cron','2021-01-17 00:15:12','2021-01-16 19:15:12'),
(74696,29062,'action complete via WP Cron','2021-01-17 00:15:12','2021-01-16 19:15:12'),
(74697,29063,'action created','2021-01-17 00:15:12','2021-01-16 19:15:12'),
(74698,29063,'action started via WP Cron','2021-01-17 00:16:12','2021-01-16 19:16:12'),
(74699,29063,'action complete via WP Cron','2021-01-17 00:16:12','2021-01-16 19:16:12'),
(74700,29064,'action created','2021-01-17 00:16:12','2021-01-16 19:16:12'),
(74701,29064,'action started via WP Cron','2021-01-17 00:17:18','2021-01-16 19:17:18'),
(74702,29064,'action complete via WP Cron','2021-01-17 00:17:18','2021-01-16 19:17:18'),
(74703,29065,'action created','2021-01-17 00:17:18','2021-01-16 19:17:18'),
(74704,29065,'action started via WP Cron','2021-01-17 00:18:21','2021-01-16 19:18:21'),
(74705,29065,'action complete via WP Cron','2021-01-17 00:18:21','2021-01-16 19:18:21'),
(74706,29066,'action created','2021-01-17 00:18:21','2021-01-16 19:18:21'),
(74707,29066,'action started via WP Cron','2021-01-17 00:21:01','2021-01-16 19:21:01'),
(74708,29066,'action complete via WP Cron','2021-01-17 00:21:01','2021-01-16 19:21:01'),
(74709,29067,'action created','2021-01-17 00:21:01','2021-01-16 19:21:01'),
(74710,29067,'action started via WP Cron','2021-01-17 00:21:42','2021-01-16 19:21:42'),
(74711,29067,'action complete via WP Cron','2021-01-17 00:21:42','2021-01-16 19:21:42'),
(74712,29068,'action created','2021-01-17 00:21:42','2021-01-16 19:21:42'),
(74713,29068,'action started via WP Cron','2021-01-17 00:22:13','2021-01-16 19:22:13'),
(74714,29068,'action complete via WP Cron','2021-01-17 00:22:13','2021-01-16 19:22:13'),
(74715,29069,'action created','2021-01-17 00:22:13','2021-01-16 19:22:13'),
(74716,29069,'action started via WP Cron','2021-01-17 00:23:28','2021-01-16 19:23:28'),
(74717,29069,'action complete via WP Cron','2021-01-17 00:23:28','2021-01-16 19:23:28'),
(74718,29070,'action created','2021-01-17 00:23:28','2021-01-16 19:23:28'),
(74719,29070,'action started via WP Cron','2021-01-17 00:24:31','2021-01-16 19:24:31'),
(74720,29070,'action complete via WP Cron','2021-01-17 00:24:31','2021-01-16 19:24:31'),
(74721,29071,'action created','2021-01-17 00:24:31','2021-01-16 19:24:31'),
(74722,29071,'action started via WP Cron','2021-01-17 00:25:34','2021-01-16 19:25:34'),
(74723,29071,'action complete via WP Cron','2021-01-17 00:25:34','2021-01-16 19:25:34'),
(74724,29072,'action created','2021-01-17 00:25:34','2021-01-16 19:25:34'),
(74725,29072,'action started via WP Cron','2021-01-17 00:26:24','2021-01-16 19:26:24'),
(74726,29072,'action complete via WP Cron','2021-01-17 00:26:24','2021-01-16 19:26:24'),
(74727,29073,'action created','2021-01-17 00:26:24','2021-01-16 19:26:24'),
(74728,29073,'action started via WP Cron','2021-01-17 00:27:20','2021-01-16 19:27:20'),
(74729,29073,'action complete via WP Cron','2021-01-17 00:27:20','2021-01-16 19:27:20'),
(74730,29074,'action created','2021-01-17 00:27:20','2021-01-16 19:27:20'),
(74731,29074,'action started via WP Cron','2021-01-17 00:28:39','2021-01-16 19:28:39'),
(74732,29074,'action complete via WP Cron','2021-01-17 00:28:39','2021-01-16 19:28:39'),
(74733,29075,'action created','2021-01-17 00:28:39','2021-01-16 19:28:39'),
(74734,29075,'action started via WP Cron','2021-01-17 00:29:56','2021-01-16 19:29:56'),
(74735,29075,'action complete via WP Cron','2021-01-17 00:29:56','2021-01-16 19:29:56'),
(74736,29076,'action created','2021-01-17 00:29:56','2021-01-16 19:29:56'),
(74737,29076,'action started via WP Cron','2021-01-17 00:30:41','2021-01-16 19:30:41'),
(74738,29076,'action complete via WP Cron','2021-01-17 00:30:41','2021-01-16 19:30:41'),
(74739,29077,'action created','2021-01-17 00:30:41','2021-01-16 19:30:41'),
(74740,29077,'action started via WP Cron','2021-01-17 00:31:20','2021-01-16 19:31:20'),
(74741,29077,'action complete via WP Cron','2021-01-17 00:31:20','2021-01-16 19:31:20'),
(74742,29078,'action created','2021-01-17 00:31:20','2021-01-16 19:31:20'),
(74743,29078,'action started via WP Cron','2021-01-17 00:32:59','2021-01-16 19:32:59'),
(74744,29078,'action complete via WP Cron','2021-01-17 00:32:59','2021-01-16 19:32:59'),
(74745,29079,'action created','2021-01-17 00:32:59','2021-01-16 19:32:59'),
(74746,29079,'action started via WP Cron','2021-01-17 00:33:30','2021-01-16 19:33:30'),
(74747,29079,'action complete via WP Cron','2021-01-17 00:33:30','2021-01-16 19:33:30'),
(74748,29080,'action created','2021-01-17 00:33:30','2021-01-16 19:33:30'),
(74749,29080,'action started via WP Cron','2021-01-17 00:34:23','2021-01-16 19:34:23'),
(74750,29080,'action complete via WP Cron','2021-01-17 00:34:23','2021-01-16 19:34:23'),
(74751,29081,'action created','2021-01-17 00:34:23','2021-01-16 19:34:23'),
(74752,29081,'action started via WP Cron','2021-01-17 00:35:20','2021-01-16 19:35:20'),
(74753,29081,'action complete via WP Cron','2021-01-17 00:35:20','2021-01-16 19:35:20'),
(74754,29082,'action created','2021-01-17 00:35:20','2021-01-16 19:35:20'),
(74755,29082,'action started via WP Cron','2021-01-17 00:36:23','2021-01-16 19:36:23'),
(74756,29082,'action complete via WP Cron','2021-01-17 00:36:23','2021-01-16 19:36:23'),
(74757,29083,'action created','2021-01-17 00:36:23','2021-01-16 19:36:23'),
(74758,29083,'action started via WP Cron','2021-01-17 00:37:17','2021-01-16 19:37:17'),
(74759,29083,'action complete via WP Cron','2021-01-17 00:37:17','2021-01-16 19:37:17'),
(74760,29084,'action created','2021-01-17 00:37:17','2021-01-16 19:37:17'),
(74761,29084,'action started via WP Cron','2021-01-17 00:38:12','2021-01-16 19:38:12'),
(74762,29084,'action complete via WP Cron','2021-01-17 00:38:12','2021-01-16 19:38:12'),
(74763,29085,'action created','2021-01-17 00:38:12','2021-01-16 19:38:12'),
(74764,29085,'action started via WP Cron','2021-01-17 00:39:24','2021-01-16 19:39:24'),
(74765,29085,'action complete via WP Cron','2021-01-17 00:39:24','2021-01-16 19:39:24'),
(74766,29086,'action created','2021-01-17 00:39:24','2021-01-16 19:39:24'),
(74767,29086,'action started via WP Cron','2021-01-17 00:40:46','2021-01-16 19:40:46'),
(74768,29086,'action complete via WP Cron','2021-01-17 00:40:46','2021-01-16 19:40:46'),
(74769,29087,'action created','2021-01-17 00:40:46','2021-01-16 19:40:46'),
(74770,29087,'action started via WP Cron','2021-01-17 00:41:42','2021-01-16 19:41:42'),
(74771,29087,'action complete via WP Cron','2021-01-17 00:41:42','2021-01-16 19:41:42'),
(74772,29088,'action created','2021-01-17 00:41:42','2021-01-16 19:41:42'),
(74773,29088,'action started via WP Cron','2021-01-17 00:42:34','2021-01-16 19:42:34'),
(74774,29088,'action complete via WP Cron','2021-01-17 00:42:34','2021-01-16 19:42:34'),
(74775,29089,'action created','2021-01-17 00:42:35','2021-01-16 19:42:35'),
(74776,29089,'action started via WP Cron','2021-01-17 00:43:34','2021-01-16 19:43:34'),
(74777,29089,'action complete via WP Cron','2021-01-17 00:43:34','2021-01-16 19:43:34'),
(74778,29090,'action created','2021-01-17 00:43:34','2021-01-16 19:43:34'),
(74779,29090,'action started via WP Cron','2021-01-17 00:44:21','2021-01-16 19:44:21'),
(74780,29090,'action complete via WP Cron','2021-01-17 00:44:21','2021-01-16 19:44:21'),
(74781,29091,'action created','2021-01-17 00:44:21','2021-01-16 19:44:21');
INSERT INTO `wp_actionscheduler_logs` VALUES
(74782,29091,'action started via WP Cron','2021-01-17 00:45:32','2021-01-16 19:45:32'),
(74783,29091,'action complete via WP Cron','2021-01-17 00:45:32','2021-01-16 19:45:32'),
(74784,29092,'action created','2021-01-17 00:45:32','2021-01-16 19:45:32'),
(74785,29092,'action started via WP Cron','2021-01-17 00:46:24','2021-01-16 19:46:24'),
(74786,29092,'action complete via WP Cron','2021-01-17 00:46:24','2021-01-16 19:46:24'),
(74787,29093,'action created','2021-01-17 00:46:24','2021-01-16 19:46:24'),
(74788,29093,'action started via WP Cron','2021-01-17 00:47:12','2021-01-16 19:47:12'),
(74789,29093,'action complete via WP Cron','2021-01-17 00:47:12','2021-01-16 19:47:12'),
(74790,29094,'action created','2021-01-17 00:47:12','2021-01-16 19:47:12'),
(74791,29094,'action started via WP Cron','2021-01-17 00:49:12','2021-01-16 19:49:12'),
(74792,29094,'action complete via WP Cron','2021-01-17 00:49:12','2021-01-16 19:49:12'),
(74793,29095,'action created','2021-01-17 00:49:12','2021-01-16 19:49:12'),
(74794,29095,'action started via WP Cron','2021-01-17 00:51:24','2021-01-16 19:51:24'),
(74795,29095,'action complete via WP Cron','2021-01-17 00:51:24','2021-01-16 19:51:24'),
(74796,29096,'action created','2021-01-17 00:51:24','2021-01-16 19:51:24'),
(74797,29096,'action started via WP Cron','2021-01-17 00:52:22','2021-01-16 19:52:22'),
(74798,29096,'action complete via WP Cron','2021-01-17 00:52:22','2021-01-16 19:52:22'),
(74799,29097,'action created','2021-01-17 00:52:22','2021-01-16 19:52:22'),
(74800,29097,'action started via WP Cron','2021-01-17 00:53:51','2021-01-16 19:53:51'),
(74801,29097,'action complete via WP Cron','2021-01-17 00:53:51','2021-01-16 19:53:51'),
(74802,29098,'action created','2021-01-17 00:53:51','2021-01-16 19:53:51'),
(74803,29098,'action started via WP Cron','2021-01-17 00:55:00','2021-01-16 19:55:00'),
(74804,29098,'action complete via WP Cron','2021-01-17 00:55:00','2021-01-16 19:55:00'),
(74805,29099,'action created','2021-01-17 00:55:00','2021-01-16 19:55:00'),
(74806,29099,'action started via WP Cron','2021-01-17 00:55:58','2021-01-16 19:55:58'),
(74807,29099,'action complete via WP Cron','2021-01-17 00:55:58','2021-01-16 19:55:58'),
(74808,29100,'action created','2021-01-17 00:55:58','2021-01-16 19:55:58'),
(74809,29100,'action started via WP Cron','2021-01-17 00:56:14','2021-01-16 19:56:14'),
(74810,29100,'action complete via WP Cron','2021-01-17 00:56:14','2021-01-16 19:56:14'),
(74811,29101,'action created','2021-01-17 00:56:14','2021-01-16 19:56:14'),
(74812,29101,'action started via WP Cron','2021-01-17 00:57:24','2021-01-16 19:57:24'),
(74813,29101,'action complete via WP Cron','2021-01-17 00:57:24','2021-01-16 19:57:24'),
(74814,29102,'action created','2021-01-17 00:57:24','2021-01-16 19:57:24'),
(74815,29102,'action started via WP Cron','2021-01-17 00:58:30','2021-01-16 19:58:30'),
(74816,29102,'action complete via WP Cron','2021-01-17 00:58:30','2021-01-16 19:58:30'),
(74817,29103,'action created','2021-01-17 00:58:30','2021-01-16 19:58:30'),
(74818,29103,'action started via WP Cron','2021-01-17 00:59:13','2021-01-16 19:59:13'),
(74819,29103,'action complete via WP Cron','2021-01-17 00:59:13','2021-01-16 19:59:13'),
(74820,29104,'action created','2021-01-17 00:59:13','2021-01-16 19:59:13'),
(74821,29104,'action started via WP Cron','2021-01-17 01:00:18','2021-01-16 20:00:18'),
(74822,29104,'action complete via WP Cron','2021-01-17 01:00:18','2021-01-16 20:00:18'),
(74823,29105,'action created','2021-01-17 01:00:18','2021-01-16 20:00:18'),
(74824,29105,'action started via WP Cron','2021-01-17 01:01:18','2021-01-16 20:01:18'),
(74825,29105,'action complete via WP Cron','2021-01-17 01:01:19','2021-01-16 20:01:19'),
(74826,29106,'action created','2021-01-17 01:01:19','2021-01-16 20:01:19'),
(74827,29106,'action started via WP Cron','2021-01-17 01:02:45','2021-01-16 20:02:45'),
(74828,29106,'action complete via WP Cron','2021-01-17 01:02:45','2021-01-16 20:02:45'),
(74829,29107,'action created','2021-01-17 01:02:45','2021-01-16 20:02:45'),
(74830,29107,'action started via WP Cron','2021-01-17 01:03:18','2021-01-16 20:03:18'),
(74831,29107,'action complete via WP Cron','2021-01-17 01:03:18','2021-01-16 20:03:18'),
(74832,29108,'action created','2021-01-17 01:03:18','2021-01-16 20:03:18'),
(74833,29108,'action started via WP Cron','2021-01-17 01:04:40','2021-01-16 20:04:40'),
(74834,29108,'action complete via WP Cron','2021-01-17 01:04:40','2021-01-16 20:04:40'),
(74835,29109,'action created','2021-01-17 01:04:40','2021-01-16 20:04:40'),
(74836,29109,'action started via WP Cron','2021-01-17 01:05:23','2021-01-16 20:05:23'),
(74837,29109,'action complete via WP Cron','2021-01-17 01:05:23','2021-01-16 20:05:23'),
(74838,29110,'action created','2021-01-17 01:05:24','2021-01-16 20:05:24'),
(74839,29110,'action started via WP Cron','2021-01-17 01:06:21','2021-01-16 20:06:21'),
(74840,29110,'action complete via WP Cron','2021-01-17 01:06:21','2021-01-16 20:06:21'),
(74841,29111,'action created','2021-01-17 01:06:22','2021-01-16 20:06:22'),
(74842,29111,'action started via WP Cron','2021-01-17 01:07:49','2021-01-16 20:07:49'),
(74843,29111,'action complete via WP Cron','2021-01-17 01:07:49','2021-01-16 20:07:49'),
(74844,29112,'action created','2021-01-17 01:07:49','2021-01-16 20:07:49'),
(74845,29112,'action started via WP Cron','2021-01-17 01:09:20','2021-01-16 20:09:20'),
(74846,29112,'action complete via WP Cron','2021-01-17 01:09:20','2021-01-16 20:09:20'),
(74847,29113,'action created','2021-01-17 01:09:20','2021-01-16 20:09:20'),
(74848,29113,'action started via WP Cron','2021-01-17 01:11:29','2021-01-16 20:11:29'),
(74849,29113,'action complete via WP Cron','2021-01-17 01:11:29','2021-01-16 20:11:29'),
(74850,29114,'action created','2021-01-17 01:11:34','2021-01-16 20:11:34'),
(74851,29114,'action started via WP Cron','2021-01-17 01:12:18','2021-01-16 20:12:18'),
(74852,29114,'action complete via WP Cron','2021-01-17 01:12:18','2021-01-16 20:12:18'),
(74853,29115,'action created','2021-01-17 01:12:18','2021-01-16 20:12:18'),
(74854,29115,'action started via WP Cron','2021-01-17 01:13:35','2021-01-16 20:13:35'),
(74855,29115,'action complete via WP Cron','2021-01-17 01:13:35','2021-01-16 20:13:35'),
(74856,29116,'action created','2021-01-17 01:13:35','2021-01-16 20:13:35'),
(74857,29116,'action started via WP Cron','2021-01-17 01:14:33','2021-01-16 20:14:33'),
(74858,29116,'action complete via WP Cron','2021-01-17 01:14:33','2021-01-16 20:14:33'),
(74859,29117,'action created','2021-01-17 01:14:33','2021-01-16 20:14:33'),
(74860,29117,'action started via WP Cron','2021-01-17 01:15:22','2021-01-16 20:15:22'),
(74861,29117,'action complete via WP Cron','2021-01-17 01:15:22','2021-01-16 20:15:22'),
(74862,29118,'action created','2021-01-17 01:15:22','2021-01-16 20:15:22'),
(74863,29118,'action started via WP Cron','2021-01-17 01:16:14','2021-01-16 20:16:14'),
(74864,29118,'action complete via WP Cron','2021-01-17 01:16:14','2021-01-16 20:16:14'),
(74865,29119,'action created','2021-01-17 01:16:14','2021-01-16 20:16:14'),
(74866,29119,'action started via WP Cron','2021-01-17 01:19:00','2021-01-16 20:19:00'),
(74867,29119,'action complete via WP Cron','2021-01-17 01:19:00','2021-01-16 20:19:00'),
(74868,29120,'action created','2021-01-17 01:19:00','2021-01-16 20:19:00'),
(74869,29120,'action started via WP Cron','2021-01-17 01:19:36','2021-01-16 20:19:36'),
(74870,29120,'action complete via WP Cron','2021-01-17 01:19:36','2021-01-16 20:19:36'),
(74871,29121,'action created','2021-01-17 01:19:36','2021-01-16 20:19:36'),
(74872,29121,'action started via WP Cron','2021-01-17 01:20:25','2021-01-16 20:20:25'),
(74873,29121,'action complete via WP Cron','2021-01-17 01:20:25','2021-01-16 20:20:25'),
(74874,29122,'action created','2021-01-17 01:20:25','2021-01-16 20:20:25'),
(74875,29122,'action started via WP Cron','2021-01-17 01:21:25','2021-01-16 20:21:25'),
(74876,29122,'action complete via WP Cron','2021-01-17 01:21:25','2021-01-16 20:21:25'),
(74877,29123,'action created','2021-01-17 01:21:25','2021-01-16 20:21:25'),
(74878,29123,'action started via WP Cron','2021-01-17 01:22:59','2021-01-16 20:22:59'),
(74879,29123,'action complete via WP Cron','2021-01-17 01:22:59','2021-01-16 20:22:59'),
(74880,29124,'action created','2021-01-17 01:22:59','2021-01-16 20:22:59'),
(74881,29124,'action started via WP Cron','2021-01-17 01:24:05','2021-01-16 20:24:05'),
(74882,29124,'action complete via WP Cron','2021-01-17 01:24:05','2021-01-16 20:24:05'),
(74883,29125,'action created','2021-01-17 01:24:05','2021-01-16 20:24:05'),
(74884,29125,'action started via WP Cron','2021-01-17 01:24:30','2021-01-16 20:24:30'),
(74885,29125,'action complete via WP Cron','2021-01-17 01:24:30','2021-01-16 20:24:30'),
(74886,29126,'action created','2021-01-17 01:24:30','2021-01-16 20:24:30'),
(74887,29126,'action started via WP Cron','2021-01-17 01:25:34','2021-01-16 20:25:34'),
(74888,29126,'action complete via WP Cron','2021-01-17 01:25:34','2021-01-16 20:25:34'),
(74889,27994,'action started via WP Cron','2021-01-17 01:25:34','2021-01-16 20:25:34'),
(74890,27994,'action complete via WP Cron','2021-01-17 01:25:34','2021-01-16 20:25:34'),
(74891,29127,'action created','2021-01-17 01:25:34','2021-01-16 20:25:34'),
(74892,29128,'action created','2021-01-17 01:25:35','2021-01-16 20:25:35'),
(74893,29128,'action started via WP Cron','2021-01-17 01:26:25','2021-01-16 20:26:25'),
(74894,29128,'action complete via WP Cron','2021-01-17 01:26:25','2021-01-16 20:26:25'),
(74895,29129,'action created','2021-01-17 01:26:25','2021-01-16 20:26:25'),
(74896,29129,'action started via WP Cron','2021-01-17 01:27:14','2021-01-16 20:27:14'),
(74897,29129,'action complete via WP Cron','2021-01-17 01:27:14','2021-01-16 20:27:14'),
(74898,29130,'action created','2021-01-17 01:27:14','2021-01-16 20:27:14'),
(74899,29130,'action started via WP Cron','2021-01-17 01:28:34','2021-01-16 20:28:34'),
(74900,29130,'action complete via WP Cron','2021-01-17 01:28:34','2021-01-16 20:28:34'),
(74901,29131,'action created','2021-01-17 01:28:34','2021-01-16 20:28:34'),
(74902,29131,'action started via WP Cron','2021-01-17 01:31:40','2021-01-16 20:31:40'),
(74903,29131,'action complete via WP Cron','2021-01-17 01:31:40','2021-01-16 20:31:40'),
(74904,29132,'action created','2021-01-17 01:31:40','2021-01-16 20:31:40'),
(74905,29132,'action started via WP Cron','2021-01-17 01:32:48','2021-01-16 20:32:48'),
(74906,29132,'action complete via WP Cron','2021-01-17 01:32:48','2021-01-16 20:32:48'),
(74907,29133,'action created','2021-01-17 01:32:48','2021-01-16 20:32:48'),
(74908,29133,'action started via WP Cron','2021-01-17 01:33:43','2021-01-16 20:33:43'),
(74909,29133,'action complete via WP Cron','2021-01-17 01:33:43','2021-01-16 20:33:43'),
(74910,29134,'action created','2021-01-17 01:33:44','2021-01-16 20:33:44'),
(74911,29134,'action started via WP Cron','2021-01-17 01:34:37','2021-01-16 20:34:37'),
(74912,29134,'action complete via WP Cron','2021-01-17 01:34:37','2021-01-16 20:34:37'),
(74913,29135,'action created','2021-01-17 01:34:38','2021-01-16 20:34:38'),
(74914,29135,'action started via WP Cron','2021-01-17 01:36:16','2021-01-16 20:36:16'),
(74915,29135,'action complete via WP Cron','2021-01-17 01:36:16','2021-01-16 20:36:16'),
(74916,29136,'action created','2021-01-17 01:36:16','2021-01-16 20:36:16'),
(74917,29136,'action started via WP Cron','2021-01-17 01:37:26','2021-01-16 20:37:26'),
(74918,29136,'action complete via WP Cron','2021-01-17 01:37:26','2021-01-16 20:37:26'),
(74919,29137,'action created','2021-01-17 01:37:26','2021-01-16 20:37:26'),
(74920,29137,'action started via WP Cron','2021-01-17 01:38:36','2021-01-16 20:38:36'),
(74921,29137,'action complete via WP Cron','2021-01-17 01:38:36','2021-01-16 20:38:36'),
(74922,29138,'action created','2021-01-17 01:38:36','2021-01-16 20:38:36'),
(74923,29138,'action started via WP Cron','2021-01-17 01:39:11','2021-01-16 20:39:11'),
(74924,29138,'action complete via WP Cron','2021-01-17 01:39:11','2021-01-16 20:39:11'),
(74925,29139,'action created','2021-01-17 01:39:11','2021-01-16 20:39:11'),
(74926,29139,'action started via WP Cron','2021-01-17 01:40:40','2021-01-16 20:40:40'),
(74927,29139,'action complete via WP Cron','2021-01-17 01:40:40','2021-01-16 20:40:40'),
(74928,29140,'action created','2021-01-17 01:40:40','2021-01-16 20:40:40'),
(74929,29140,'action started via WP Cron','2021-01-17 01:41:18','2021-01-16 20:41:18'),
(74930,29140,'action complete via WP Cron','2021-01-17 01:41:18','2021-01-16 20:41:18'),
(74931,29141,'action created','2021-01-17 01:41:18','2021-01-16 20:41:18'),
(74932,29141,'action started via WP Cron','2021-01-17 01:42:36','2021-01-16 20:42:36'),
(74933,29141,'action complete via WP Cron','2021-01-17 01:42:36','2021-01-16 20:42:36'),
(74934,29142,'action created','2021-01-17 01:42:36','2021-01-16 20:42:36'),
(74935,29142,'action started via WP Cron','2021-01-17 01:43:36','2021-01-16 20:43:36'),
(74936,29142,'action complete via WP Cron','2021-01-17 01:43:36','2021-01-16 20:43:36'),
(74937,29143,'action created','2021-01-17 01:43:36','2021-01-16 20:43:36'),
(74938,29143,'action started via WP Cron','2021-01-17 01:44:21','2021-01-16 20:44:21'),
(74939,29143,'action complete via WP Cron','2021-01-17 01:44:21','2021-01-16 20:44:21'),
(74940,29144,'action created','2021-01-17 01:44:21','2021-01-16 20:44:21'),
(74941,29144,'action started via WP Cron','2021-01-17 01:45:15','2021-01-16 20:45:15'),
(74942,29144,'action complete via WP Cron','2021-01-17 01:45:15','2021-01-16 20:45:15'),
(74943,29145,'action created','2021-01-17 01:45:15','2021-01-16 20:45:15'),
(74944,29145,'action started via WP Cron','2021-01-17 01:46:23','2021-01-16 20:46:23'),
(74945,29145,'action complete via WP Cron','2021-01-17 01:46:23','2021-01-16 20:46:23'),
(74946,29146,'action created','2021-01-17 01:46:23','2021-01-16 20:46:23'),
(74947,29146,'action started via WP Cron','2021-01-17 01:48:19','2021-01-16 20:48:19'),
(74948,29146,'action complete via WP Cron','2021-01-17 01:48:19','2021-01-16 20:48:19'),
(74949,29147,'action created','2021-01-17 01:48:19','2021-01-16 20:48:19'),
(74950,29147,'action started via WP Cron','2021-01-17 01:50:17','2021-01-16 20:50:17'),
(74951,29147,'action complete via WP Cron','2021-01-17 01:50:17','2021-01-16 20:50:17'),
(74952,29148,'action created','2021-01-17 01:50:18','2021-01-16 20:50:18'),
(74953,29148,'action started via WP Cron','2021-01-17 01:51:31','2021-01-16 20:51:31'),
(74954,29148,'action complete via WP Cron','2021-01-17 01:51:31','2021-01-16 20:51:31'),
(74955,29149,'action created','2021-01-17 01:51:31','2021-01-16 20:51:31'),
(74956,29149,'action started via WP Cron','2021-01-17 01:54:33','2021-01-16 20:54:33'),
(74957,29149,'action complete via WP Cron','2021-01-17 01:54:33','2021-01-16 20:54:33'),
(74958,29150,'action created','2021-01-17 01:54:33','2021-01-16 20:54:33'),
(74959,29150,'action started via WP Cron','2021-01-17 01:55:28','2021-01-16 20:55:28'),
(74960,29150,'action complete via WP Cron','2021-01-17 01:55:28','2021-01-16 20:55:28'),
(74961,29151,'action created','2021-01-17 01:55:28','2021-01-16 20:55:28'),
(74962,29151,'action started via WP Cron','2021-01-17 01:56:18','2021-01-16 20:56:18'),
(74963,29151,'action complete via WP Cron','2021-01-17 01:56:18','2021-01-16 20:56:18'),
(74964,29152,'action created','2021-01-17 01:56:18','2021-01-16 20:56:18'),
(74965,29152,'action started via WP Cron','2021-01-17 01:58:47','2021-01-16 20:58:47'),
(74966,29152,'action complete via WP Cron','2021-01-17 01:58:47','2021-01-16 20:58:47'),
(74967,29153,'action created','2021-01-17 01:58:47','2021-01-16 20:58:47'),
(74968,29153,'action started via WP Cron','2021-01-17 01:59:38','2021-01-16 20:59:38'),
(74969,29153,'action complete via WP Cron','2021-01-17 01:59:38','2021-01-16 20:59:38'),
(74970,29154,'action created','2021-01-17 01:59:38','2021-01-16 20:59:38'),
(74971,29154,'action started via WP Cron','2021-01-17 02:01:46','2021-01-16 21:01:46'),
(74972,29154,'action complete via WP Cron','2021-01-17 02:01:46','2021-01-16 21:01:46'),
(74973,29155,'action created','2021-01-17 02:01:46','2021-01-16 21:01:46'),
(74974,29155,'action started via WP Cron','2021-01-17 02:02:15','2021-01-16 21:02:15'),
(74975,29155,'action complete via WP Cron','2021-01-17 02:02:15','2021-01-16 21:02:15'),
(74976,29156,'action created','2021-01-17 02:02:15','2021-01-16 21:02:15'),
(74977,29156,'action started via WP Cron','2021-01-17 02:03:37','2021-01-16 21:03:37'),
(74978,29156,'action complete via WP Cron','2021-01-17 02:03:37','2021-01-16 21:03:37'),
(74979,29157,'action created','2021-01-17 02:03:37','2021-01-16 21:03:37'),
(74980,29157,'action started via WP Cron','2021-01-17 02:04:25','2021-01-16 21:04:25'),
(74981,29157,'action complete via WP Cron','2021-01-17 02:04:25','2021-01-16 21:04:25'),
(74982,29158,'action created','2021-01-17 02:04:25','2021-01-16 21:04:25'),
(74983,29158,'action started via WP Cron','2021-01-17 02:05:26','2021-01-16 21:05:26'),
(74984,29158,'action complete via WP Cron','2021-01-17 02:05:26','2021-01-16 21:05:26'),
(74985,29159,'action created','2021-01-17 02:05:26','2021-01-16 21:05:26'),
(74986,29159,'action started via WP Cron','2021-01-17 02:06:20','2021-01-16 21:06:20'),
(74987,29159,'action complete via WP Cron','2021-01-17 02:06:20','2021-01-16 21:06:20'),
(74988,29160,'action created','2021-01-17 02:06:20','2021-01-16 21:06:20'),
(74989,29160,'action started via WP Cron','2021-01-17 02:07:50','2021-01-16 21:07:50'),
(74990,29160,'action complete via WP Cron','2021-01-17 02:07:50','2021-01-16 21:07:50'),
(74991,29161,'action created','2021-01-17 02:07:50','2021-01-16 21:07:50'),
(74992,29161,'action started via WP Cron','2021-01-17 02:08:32','2021-01-16 21:08:32'),
(74993,29161,'action complete via WP Cron','2021-01-17 02:08:32','2021-01-16 21:08:32'),
(74994,29162,'action created','2021-01-17 02:08:32','2021-01-16 21:08:32'),
(74995,29162,'action started via WP Cron','2021-01-17 02:09:36','2021-01-16 21:09:36'),
(74996,29162,'action complete via WP Cron','2021-01-17 02:09:36','2021-01-16 21:09:36'),
(74997,29163,'action created','2021-01-17 02:09:36','2021-01-16 21:09:36'),
(74998,29163,'action started via WP Cron','2021-01-17 02:12:03','2021-01-16 21:12:03'),
(74999,29163,'action complete via WP Cron','2021-01-17 02:12:03','2021-01-16 21:12:03'),
(75000,29164,'action created','2021-01-17 02:12:03','2021-01-16 21:12:03'),
(75001,29164,'action started via WP Cron','2021-01-17 02:12:25','2021-01-16 21:12:25'),
(75002,29164,'action complete via WP Cron','2021-01-17 02:12:25','2021-01-16 21:12:25'),
(75003,29165,'action created','2021-01-17 02:12:25','2021-01-16 21:12:25'),
(75004,29165,'action started via WP Cron','2021-01-17 02:13:39','2021-01-16 21:13:39'),
(75005,29165,'action complete via WP Cron','2021-01-17 02:13:39','2021-01-16 21:13:39'),
(75006,29166,'action created','2021-01-17 02:13:39','2021-01-16 21:13:39'),
(75007,29166,'action started via WP Cron','2021-01-17 02:15:27','2021-01-16 21:15:27'),
(75008,29166,'action complete via WP Cron','2021-01-17 02:15:27','2021-01-16 21:15:27'),
(75009,29167,'action created','2021-01-17 02:15:27','2021-01-16 21:15:27'),
(75010,29167,'action started via WP Cron','2021-01-17 02:17:32','2021-01-16 21:17:32'),
(75011,29167,'action complete via WP Cron','2021-01-17 02:17:32','2021-01-16 21:17:32'),
(75012,29168,'action created','2021-01-17 02:17:32','2021-01-16 21:17:32'),
(75013,29168,'action started via WP Cron','2021-01-17 02:19:07','2021-01-16 21:19:07'),
(75014,29168,'action complete via WP Cron','2021-01-17 02:19:07','2021-01-16 21:19:07'),
(75015,29169,'action created','2021-01-17 02:19:07','2021-01-16 21:19:07'),
(75016,29169,'action started via WP Cron','2021-01-17 02:19:46','2021-01-16 21:19:46'),
(75017,29169,'action complete via WP Cron','2021-01-17 02:19:46','2021-01-16 21:19:46'),
(75018,29170,'action created','2021-01-17 02:19:46','2021-01-16 21:19:46'),
(75019,29170,'action started via WP Cron','2021-01-17 02:22:05','2021-01-16 21:22:05'),
(75020,29170,'action complete via WP Cron','2021-01-17 02:22:05','2021-01-16 21:22:05'),
(75021,29171,'action created','2021-01-17 02:22:05','2021-01-16 21:22:05'),
(75022,29171,'action started via WP Cron','2021-01-17 02:22:24','2021-01-16 21:22:24'),
(75023,29171,'action complete via WP Cron','2021-01-17 02:22:24','2021-01-16 21:22:24'),
(75024,29172,'action created','2021-01-17 02:22:24','2021-01-16 21:22:24'),
(75025,29172,'action started via WP Cron','2021-01-17 02:24:13','2021-01-16 21:24:13'),
(75026,29172,'action complete via WP Cron','2021-01-17 02:24:13','2021-01-16 21:24:13'),
(75027,29173,'action created','2021-01-17 02:24:13','2021-01-16 21:24:13'),
(75028,29173,'action started via WP Cron','2021-01-17 02:25:27','2021-01-16 21:25:27'),
(75029,29173,'action complete via WP Cron','2021-01-17 02:25:27','2021-01-16 21:25:27'),
(75030,29174,'action created','2021-01-17 02:25:27','2021-01-16 21:25:27'),
(75031,29174,'action started via WP Cron','2021-01-17 02:26:37','2021-01-16 21:26:37'),
(75032,29174,'action complete via WP Cron','2021-01-17 02:26:37','2021-01-16 21:26:37'),
(75033,29175,'action created','2021-01-17 02:26:37','2021-01-16 21:26:37'),
(75034,29175,'action started via WP Cron','2021-01-17 02:27:22','2021-01-16 21:27:22'),
(75035,29175,'action complete via WP Cron','2021-01-17 02:27:22','2021-01-16 21:27:22'),
(75036,29176,'action created','2021-01-17 02:27:22','2021-01-16 21:27:22'),
(75037,29176,'action started via WP Cron','2021-01-17 02:28:20','2021-01-16 21:28:20'),
(75038,29176,'action complete via WP Cron','2021-01-17 02:28:20','2021-01-16 21:28:20'),
(75039,29177,'action created','2021-01-17 02:28:20','2021-01-16 21:28:20'),
(75040,29177,'action started via WP Cron','2021-01-17 02:29:27','2021-01-16 21:29:27'),
(75041,29177,'action complete via WP Cron','2021-01-17 02:29:27','2021-01-16 21:29:27'),
(75042,29178,'action created','2021-01-17 02:29:27','2021-01-16 21:29:27'),
(75043,29178,'action started via WP Cron','2021-01-17 02:30:17','2021-01-16 21:30:17'),
(75044,29178,'action complete via WP Cron','2021-01-17 02:30:17','2021-01-16 21:30:17'),
(75045,29179,'action created','2021-01-17 02:30:17','2021-01-16 21:30:17'),
(75046,29179,'action started via WP Cron','2021-01-17 02:31:19','2021-01-16 21:31:19'),
(75047,29179,'action complete via WP Cron','2021-01-17 02:31:19','2021-01-16 21:31:19'),
(75048,29180,'action created','2021-01-17 02:31:19','2021-01-16 21:31:19'),
(75049,29180,'action started via WP Cron','2021-01-17 02:33:55','2021-01-16 21:33:55'),
(75050,29180,'action complete via WP Cron','2021-01-17 02:33:55','2021-01-16 21:33:55'),
(75051,29181,'action created','2021-01-17 02:33:55','2021-01-16 21:33:55'),
(75052,29181,'action started via WP Cron','2021-01-17 02:35:15','2021-01-16 21:35:15'),
(75053,29181,'action complete via WP Cron','2021-01-17 02:35:15','2021-01-16 21:35:15'),
(75054,29182,'action created','2021-01-17 02:35:15','2021-01-16 21:35:15'),
(75055,29182,'action started via WP Cron','2021-01-17 02:36:18','2021-01-16 21:36:18'),
(75056,29182,'action complete via WP Cron','2021-01-17 02:36:18','2021-01-16 21:36:18'),
(75057,29183,'action created','2021-01-17 02:36:18','2021-01-16 21:36:18'),
(75058,29183,'action started via WP Cron','2021-01-17 02:38:14','2021-01-16 21:38:14'),
(75059,29183,'action complete via WP Cron','2021-01-17 02:38:14','2021-01-16 21:38:14'),
(75060,29184,'action created','2021-01-17 02:38:15','2021-01-16 21:38:15'),
(75061,29184,'action started via WP Cron','2021-01-17 02:39:27','2021-01-16 21:39:27'),
(75062,29184,'action complete via WP Cron','2021-01-17 02:39:27','2021-01-16 21:39:27'),
(75063,29185,'action created','2021-01-17 02:39:27','2021-01-16 21:39:27'),
(75064,29185,'action started via WP Cron','2021-01-17 02:40:14','2021-01-16 21:40:14'),
(75065,29185,'action complete via WP Cron','2021-01-17 02:40:14','2021-01-16 21:40:14'),
(75066,29186,'action created','2021-01-17 02:40:14','2021-01-16 21:40:14'),
(75067,29186,'action started via WP Cron','2021-01-17 02:41:41','2021-01-16 21:41:41'),
(75068,29186,'action complete via WP Cron','2021-01-17 02:41:41','2021-01-16 21:41:41'),
(75069,29187,'action created','2021-01-17 02:41:41','2021-01-16 21:41:41'),
(75070,29187,'action started via WP Cron','2021-01-17 02:44:31','2021-01-16 21:44:31'),
(75071,29187,'action complete via WP Cron','2021-01-17 02:44:31','2021-01-16 21:44:31'),
(75072,29188,'action created','2021-01-17 02:44:31','2021-01-16 21:44:31'),
(75073,29188,'action started via WP Cron','2021-01-17 02:45:18','2021-01-16 21:45:18'),
(75074,29188,'action complete via WP Cron','2021-01-17 02:45:18','2021-01-16 21:45:18'),
(75075,29189,'action created','2021-01-17 02:45:18','2021-01-16 21:45:18'),
(75076,29189,'action started via WP Cron','2021-01-17 02:46:23','2021-01-16 21:46:23'),
(75077,29189,'action complete via WP Cron','2021-01-17 02:46:23','2021-01-16 21:46:23'),
(75078,29190,'action created','2021-01-17 02:46:23','2021-01-16 21:46:23'),
(75079,29190,'action started via WP Cron','2021-01-17 02:47:20','2021-01-16 21:47:20'),
(75080,29190,'action complete via WP Cron','2021-01-17 02:47:20','2021-01-16 21:47:20'),
(75081,29191,'action created','2021-01-17 02:47:21','2021-01-16 21:47:21'),
(75082,29191,'action started via WP Cron','2021-01-17 02:49:11','2021-01-16 21:49:11'),
(75083,29191,'action complete via WP Cron','2021-01-17 02:49:11','2021-01-16 21:49:11'),
(75084,29192,'action created','2021-01-17 02:49:11','2021-01-16 21:49:11'),
(75085,29192,'action started via WP Cron','2021-01-17 02:50:23','2021-01-16 21:50:23'),
(75086,29192,'action complete via WP Cron','2021-01-17 02:50:23','2021-01-16 21:50:23'),
(75087,29193,'action created','2021-01-17 02:50:23','2021-01-16 21:50:23'),
(75088,29193,'action started via WP Cron','2021-01-17 02:53:35','2021-01-16 21:53:35'),
(75089,29193,'action complete via WP Cron','2021-01-17 02:53:35','2021-01-16 21:53:35'),
(75090,29194,'action created','2021-01-17 02:53:35','2021-01-16 21:53:35'),
(75091,29194,'action started via WP Cron','2021-01-17 02:54:56','2021-01-16 21:54:56'),
(75092,29194,'action complete via WP Cron','2021-01-17 02:54:56','2021-01-16 21:54:56'),
(75093,29195,'action created','2021-01-17 02:54:56','2021-01-16 21:54:56'),
(75094,29195,'action started via WP Cron','2021-01-17 02:55:32','2021-01-16 21:55:32'),
(75095,29195,'action complete via WP Cron','2021-01-17 02:55:32','2021-01-16 21:55:32'),
(75096,29196,'action created','2021-01-17 02:55:32','2021-01-16 21:55:32'),
(75097,29196,'action started via WP Cron','2021-01-17 02:56:16','2021-01-16 21:56:16'),
(75098,29196,'action complete via WP Cron','2021-01-17 02:56:16','2021-01-16 21:56:16'),
(75099,29197,'action created','2021-01-17 02:56:16','2021-01-16 21:56:16'),
(75100,29197,'action started via WP Cron','2021-01-17 02:57:28','2021-01-16 21:57:28'),
(75101,29197,'action complete via WP Cron','2021-01-17 02:57:28','2021-01-16 21:57:28'),
(75102,29198,'action created','2021-01-17 02:57:28','2021-01-16 21:57:28'),
(75103,29198,'action started via WP Cron','2021-01-17 02:58:13','2021-01-16 21:58:13'),
(75104,29198,'action complete via WP Cron','2021-01-17 02:58:13','2021-01-16 21:58:13'),
(75105,29199,'action created','2021-01-17 02:58:13','2021-01-16 21:58:13'),
(75106,29199,'action started via WP Cron','2021-01-17 02:59:11','2021-01-16 21:59:11'),
(75107,29199,'action complete via WP Cron','2021-01-17 02:59:11','2021-01-16 21:59:11'),
(75108,29200,'action created','2021-01-17 02:59:11','2021-01-16 21:59:11'),
(75109,29200,'action started via WP Cron','2021-01-17 03:01:08','2021-01-16 22:01:08'),
(75110,29200,'action complete via WP Cron','2021-01-17 03:01:08','2021-01-16 22:01:08'),
(75111,29201,'action created','2021-01-17 03:01:08','2021-01-16 22:01:08'),
(75112,29201,'action started via WP Cron','2021-01-17 03:02:15','2021-01-16 22:02:15'),
(75113,29201,'action complete via WP Cron','2021-01-17 03:02:15','2021-01-16 22:02:15'),
(75114,29202,'action created','2021-01-17 03:02:15','2021-01-16 22:02:15'),
(75115,29202,'action started via WP Cron','2021-01-17 03:03:54','2021-01-16 22:03:54'),
(75116,29202,'action complete via WP Cron','2021-01-17 03:03:54','2021-01-16 22:03:54'),
(75117,29203,'action created','2021-01-17 03:03:54','2021-01-16 22:03:54'),
(75118,29203,'action started via WP Cron','2021-01-17 03:05:12','2021-01-16 22:05:12'),
(75119,29203,'action complete via WP Cron','2021-01-17 03:05:12','2021-01-16 22:05:12'),
(75120,29204,'action created','2021-01-17 03:05:12','2021-01-16 22:05:12'),
(75121,29204,'action started via WP Cron','2021-01-17 03:06:16','2021-01-16 22:06:16'),
(75122,29204,'action complete via WP Cron','2021-01-17 03:06:16','2021-01-16 22:06:16'),
(75123,29205,'action created','2021-01-17 03:06:16','2021-01-16 22:06:16'),
(75124,29205,'action started via WP Cron','2021-01-17 03:07:12','2021-01-16 22:07:12'),
(75125,29205,'action complete via WP Cron','2021-01-17 03:07:12','2021-01-16 22:07:12'),
(75126,29206,'action created','2021-01-17 03:07:12','2021-01-16 22:07:12'),
(75127,29206,'action started via WP Cron','2021-01-17 03:10:44','2021-01-16 22:10:44'),
(75128,29206,'action complete via WP Cron','2021-01-17 03:10:44','2021-01-16 22:10:44'),
(75129,29207,'action created','2021-01-17 03:10:44','2021-01-16 22:10:44'),
(75130,29207,'action started via WP Cron','2021-01-17 03:11:51','2021-01-16 22:11:51'),
(75131,29207,'action complete via WP Cron','2021-01-17 03:11:51','2021-01-16 22:11:51'),
(75132,29208,'action created','2021-01-17 03:11:51','2021-01-16 22:11:51'),
(75133,29208,'action started via WP Cron','2021-01-17 03:13:18','2021-01-16 22:13:18'),
(75134,29208,'action complete via WP Cron','2021-01-17 03:13:18','2021-01-16 22:13:18'),
(75135,29209,'action created','2021-01-17 03:13:18','2021-01-16 22:13:18'),
(75136,29209,'action started via WP Cron','2021-01-17 03:14:52','2021-01-16 22:14:52'),
(75137,29209,'action complete via WP Cron','2021-01-17 03:14:52','2021-01-16 22:14:52'),
(75138,29210,'action created','2021-01-17 03:14:52','2021-01-16 22:14:52'),
(75139,29210,'action started via WP Cron','2021-01-17 03:16:21','2021-01-16 22:16:21'),
(75140,29210,'action complete via WP Cron','2021-01-17 03:16:21','2021-01-16 22:16:21'),
(75141,29211,'action created','2021-01-17 03:16:21','2021-01-16 22:16:21'),
(75142,29211,'action started via WP Cron','2021-01-17 03:17:41','2021-01-16 22:17:41'),
(75143,29211,'action complete via WP Cron','2021-01-17 03:17:41','2021-01-16 22:17:41'),
(75144,29212,'action created','2021-01-17 03:17:41','2021-01-16 22:17:41'),
(75145,29212,'action started via WP Cron','2021-01-17 03:18:42','2021-01-16 22:18:42'),
(75146,29212,'action complete via WP Cron','2021-01-17 03:18:42','2021-01-16 22:18:42'),
(75147,29213,'action created','2021-01-17 03:18:42','2021-01-16 22:18:42'),
(75148,29213,'action started via WP Cron','2021-01-17 03:19:22','2021-01-16 22:19:22'),
(75149,29213,'action complete via WP Cron','2021-01-17 03:19:22','2021-01-16 22:19:22'),
(75150,29214,'action created','2021-01-17 03:19:22','2021-01-16 22:19:22'),
(75151,29214,'action started via WP Cron','2021-01-17 03:20:44','2021-01-16 22:20:44'),
(75152,29214,'action complete via WP Cron','2021-01-17 03:20:44','2021-01-16 22:20:44'),
(75153,29215,'action created','2021-01-17 03:20:44','2021-01-16 22:20:44'),
(75154,29215,'action started via WP Cron','2021-01-17 03:21:41','2021-01-16 22:21:41'),
(75155,29215,'action complete via WP Cron','2021-01-17 03:21:41','2021-01-16 22:21:41'),
(75156,29216,'action created','2021-01-17 03:21:41','2021-01-16 22:21:41'),
(75157,29216,'action started via WP Cron','2021-01-17 03:23:08','2021-01-16 22:23:08'),
(75158,29216,'action complete via WP Cron','2021-01-17 03:23:08','2021-01-16 22:23:08'),
(75159,29217,'action created','2021-01-17 03:23:08','2021-01-16 22:23:08'),
(75160,29217,'action started via WP Cron','2021-01-17 03:24:29','2021-01-16 22:24:29'),
(75161,29217,'action complete via WP Cron','2021-01-17 03:24:29','2021-01-16 22:24:29'),
(75162,29218,'action created','2021-01-17 03:24:29','2021-01-16 22:24:29'),
(75163,29218,'action started via WP Cron','2021-01-17 03:25:11','2021-01-16 22:25:11'),
(75164,29218,'action complete via WP Cron','2021-01-17 03:25:11','2021-01-16 22:25:11'),
(75165,29219,'action created','2021-01-17 03:25:11','2021-01-16 22:25:11'),
(75166,29219,'action started via WP Cron','2021-01-17 03:26:50','2021-01-16 22:26:50'),
(75167,29219,'action complete via WP Cron','2021-01-17 03:26:50','2021-01-16 22:26:50'),
(75168,29220,'action created','2021-01-17 03:26:50','2021-01-16 22:26:50'),
(75169,29220,'action started via WP Cron','2021-01-17 03:27:21','2021-01-16 22:27:21'),
(75170,29220,'action complete via WP Cron','2021-01-17 03:27:21','2021-01-16 22:27:21'),
(75171,29221,'action created','2021-01-17 03:27:21','2021-01-16 22:27:21'),
(75172,29221,'action started via WP Cron','2021-01-17 03:28:22','2021-01-16 22:28:22'),
(75173,29221,'action complete via WP Cron','2021-01-17 03:28:22','2021-01-16 22:28:22'),
(75174,29222,'action created','2021-01-17 03:28:22','2021-01-16 22:28:22'),
(75175,29222,'action started via WP Cron','2021-01-17 03:29:25','2021-01-16 22:29:25'),
(75176,29222,'action complete via WP Cron','2021-01-17 03:29:25','2021-01-16 22:29:25'),
(75177,29223,'action created','2021-01-17 03:29:25','2021-01-16 22:29:25'),
(75178,29223,'action started via WP Cron','2021-01-17 03:30:31','2021-01-16 22:30:31'),
(75179,29223,'action complete via WP Cron','2021-01-17 03:30:31','2021-01-16 22:30:31'),
(75180,29224,'action created','2021-01-17 03:30:31','2021-01-16 22:30:31'),
(75181,29224,'action started via WP Cron','2021-01-17 03:31:12','2021-01-16 22:31:12'),
(75182,29224,'action complete via WP Cron','2021-01-17 03:31:12','2021-01-16 22:31:12'),
(75183,29225,'action created','2021-01-17 03:31:12','2021-01-16 22:31:12'),
(75184,29225,'action started via WP Cron','2021-01-17 03:33:34','2021-01-16 22:33:34'),
(75185,29225,'action complete via WP Cron','2021-01-17 03:33:34','2021-01-16 22:33:34'),
(75186,29226,'action created','2021-01-17 03:33:35','2021-01-16 22:33:35'),
(75187,29226,'action started via WP Cron','2021-01-17 03:34:23','2021-01-16 22:34:23'),
(75188,29226,'action complete via WP Cron','2021-01-17 03:34:23','2021-01-16 22:34:23'),
(75189,29227,'action created','2021-01-17 03:34:23','2021-01-16 22:34:23'),
(75190,29227,'action started via WP Cron','2021-01-17 03:35:11','2021-01-16 22:35:11'),
(75191,29227,'action complete via WP Cron','2021-01-17 03:35:11','2021-01-16 22:35:11'),
(75192,29228,'action created','2021-01-17 03:35:11','2021-01-16 22:35:11'),
(75193,29228,'action started via WP Cron','2021-01-17 03:36:27','2021-01-16 22:36:27'),
(75194,29228,'action complete via WP Cron','2021-01-17 03:36:27','2021-01-16 22:36:27'),
(75195,29229,'action created','2021-01-17 03:36:27','2021-01-16 22:36:27'),
(75196,29229,'action started via WP Cron','2021-01-17 03:37:26','2021-01-16 22:37:26'),
(75197,29229,'action complete via WP Cron','2021-01-17 03:37:26','2021-01-16 22:37:26'),
(75198,29230,'action created','2021-01-17 03:37:26','2021-01-16 22:37:26'),
(75199,29230,'action started via WP Cron','2021-01-17 03:38:38','2021-01-16 22:38:38'),
(75200,29230,'action complete via WP Cron','2021-01-17 03:38:38','2021-01-16 22:38:38'),
(75201,29231,'action created','2021-01-17 03:38:38','2021-01-16 22:38:38'),
(75202,29231,'action started via WP Cron','2021-01-17 03:39:16','2021-01-16 22:39:16'),
(75203,29231,'action complete via WP Cron','2021-01-17 03:39:16','2021-01-16 22:39:16'),
(75204,29232,'action created','2021-01-17 03:39:17','2021-01-16 22:39:17'),
(75205,29232,'action started via WP Cron','2021-01-17 03:40:39','2021-01-16 22:40:39'),
(75206,29232,'action complete via WP Cron','2021-01-17 03:40:39','2021-01-16 22:40:39'),
(75207,29233,'action created','2021-01-17 03:40:39','2021-01-16 22:40:39'),
(75208,29233,'action started via WP Cron','2021-01-17 03:41:13','2021-01-16 22:41:13'),
(75209,29233,'action complete via WP Cron','2021-01-17 03:41:13','2021-01-16 22:41:13'),
(75210,29234,'action created','2021-01-17 03:41:13','2021-01-16 22:41:13'),
(75211,29234,'action started via WP Cron','2021-01-17 03:42:50','2021-01-16 22:42:50'),
(75212,29234,'action complete via WP Cron','2021-01-17 03:42:50','2021-01-16 22:42:50'),
(75213,29235,'action created','2021-01-17 03:42:50','2021-01-16 22:42:50'),
(75214,29235,'action started via WP Cron','2021-01-17 03:43:26','2021-01-16 22:43:26'),
(75215,29235,'action complete via WP Cron','2021-01-17 03:43:26','2021-01-16 22:43:26'),
(75216,29236,'action created','2021-01-17 03:43:26','2021-01-16 22:43:26'),
(75217,29236,'action started via WP Cron','2021-01-17 03:44:23','2021-01-16 22:44:23'),
(75218,29236,'action complete via WP Cron','2021-01-17 03:44:23','2021-01-16 22:44:23'),
(75219,29237,'action created','2021-01-17 03:44:23','2021-01-16 22:44:23'),
(75220,29237,'action started via WP Cron','2021-01-17 03:45:15','2021-01-16 22:45:15'),
(75221,29237,'action complete via WP Cron','2021-01-17 03:45:15','2021-01-16 22:45:15'),
(75222,29238,'action created','2021-01-17 03:45:15','2021-01-16 22:45:15'),
(75223,29238,'action started via WP Cron','2021-01-17 03:47:26','2021-01-16 22:47:26'),
(75224,29238,'action complete via WP Cron','2021-01-17 03:47:26','2021-01-16 22:47:26'),
(75225,29239,'action created','2021-01-17 03:47:26','2021-01-16 22:47:26'),
(75226,29239,'action started via WP Cron','2021-01-17 03:48:18','2021-01-16 22:48:18'),
(75227,29239,'action complete via WP Cron','2021-01-17 03:48:18','2021-01-16 22:48:18'),
(75228,29240,'action created','2021-01-17 03:48:18','2021-01-16 22:48:18'),
(75229,29240,'action started via WP Cron','2021-01-17 03:49:31','2021-01-16 22:49:31'),
(75230,29240,'action complete via WP Cron','2021-01-17 03:49:31','2021-01-16 22:49:31'),
(75231,29241,'action created','2021-01-17 03:49:31','2021-01-16 22:49:31'),
(75232,29241,'action started via WP Cron','2021-01-17 03:50:27','2021-01-16 22:50:27'),
(75233,29241,'action complete via WP Cron','2021-01-17 03:50:27','2021-01-16 22:50:27'),
(75234,29242,'action created','2021-01-17 03:50:27','2021-01-16 22:50:27'),
(75235,29242,'action started via WP Cron','2021-01-17 03:51:50','2021-01-16 22:51:50'),
(75236,29242,'action complete via WP Cron','2021-01-17 03:51:50','2021-01-16 22:51:50'),
(75237,29243,'action created','2021-01-17 03:51:50','2021-01-16 22:51:50'),
(75238,29243,'action started via WP Cron','2021-01-17 03:52:16','2021-01-16 22:52:16'),
(75239,29243,'action complete via WP Cron','2021-01-17 03:52:16','2021-01-16 22:52:16'),
(75240,29244,'action created','2021-01-17 03:52:16','2021-01-16 22:52:16'),
(75241,29244,'action started via WP Cron','2021-01-17 03:54:25','2021-01-16 22:54:25'),
(75242,29244,'action complete via WP Cron','2021-01-17 03:54:25','2021-01-16 22:54:25'),
(75243,29245,'action created','2021-01-17 03:54:25','2021-01-16 22:54:25'),
(75244,29245,'action started via WP Cron','2021-01-17 03:55:20','2021-01-16 22:55:20'),
(75245,29245,'action complete via WP Cron','2021-01-17 03:55:20','2021-01-16 22:55:20'),
(75246,29246,'action created','2021-01-17 03:55:20','2021-01-16 22:55:20'),
(75247,29246,'action started via WP Cron','2021-01-17 03:56:34','2021-01-16 22:56:34'),
(75248,29246,'action complete via WP Cron','2021-01-17 03:56:34','2021-01-16 22:56:34'),
(75249,29247,'action created','2021-01-17 03:56:34','2021-01-16 22:56:34'),
(75250,29247,'action started via WP Cron','2021-01-17 03:57:47','2021-01-16 22:57:47'),
(75251,29247,'action complete via WP Cron','2021-01-17 03:57:47','2021-01-16 22:57:47'),
(75252,29248,'action created','2021-01-17 03:57:47','2021-01-16 22:57:47'),
(75253,29248,'action started via WP Cron','2021-01-17 03:58:18','2021-01-16 22:58:18'),
(75254,29248,'action complete via WP Cron','2021-01-17 03:58:18','2021-01-16 22:58:18'),
(75255,29249,'action created','2021-01-17 03:58:18','2021-01-16 22:58:18'),
(75256,29249,'action started via WP Cron','2021-01-17 03:59:55','2021-01-16 22:59:55'),
(75257,29249,'action complete via WP Cron','2021-01-17 03:59:55','2021-01-16 22:59:55'),
(75258,29250,'action created','2021-01-17 03:59:55','2021-01-16 22:59:55'),
(75259,29250,'action started via WP Cron','2021-01-17 04:00:12','2021-01-16 23:00:12'),
(75260,29250,'action complete via WP Cron','2021-01-17 04:00:12','2021-01-16 23:00:12'),
(75261,29251,'action created','2021-01-17 04:00:12','2021-01-16 23:00:12'),
(75262,29251,'action started via WP Cron','2021-01-17 04:01:26','2021-01-16 23:01:26'),
(75263,29251,'action complete via WP Cron','2021-01-17 04:01:26','2021-01-16 23:01:26'),
(75264,29252,'action created','2021-01-17 04:01:26','2021-01-16 23:01:26'),
(75265,29252,'action started via WP Cron','2021-01-17 04:02:17','2021-01-16 23:02:17'),
(75266,29252,'action complete via WP Cron','2021-01-17 04:02:17','2021-01-16 23:02:17'),
(75267,29253,'action created','2021-01-17 04:02:17','2021-01-16 23:02:17'),
(75268,29253,'action started via WP Cron','2021-01-17 04:03:18','2021-01-16 23:03:18'),
(75269,29253,'action complete via WP Cron','2021-01-17 04:03:18','2021-01-16 23:03:18'),
(75270,29254,'action created','2021-01-17 04:03:18','2021-01-16 23:03:18'),
(75271,29254,'action started via WP Cron','2021-01-17 04:04:21','2021-01-16 23:04:21'),
(75272,29254,'action complete via WP Cron','2021-01-17 04:04:21','2021-01-16 23:04:21'),
(75273,29255,'action created','2021-01-17 04:04:21','2021-01-16 23:04:21'),
(75274,29255,'action started via WP Cron','2021-01-17 04:06:32','2021-01-16 23:06:32'),
(75275,29255,'action complete via WP Cron','2021-01-17 04:06:32','2021-01-16 23:06:32'),
(75276,29256,'action created','2021-01-17 04:06:32','2021-01-16 23:06:32'),
(75277,29256,'action started via WP Cron','2021-01-17 04:07:20','2021-01-16 23:07:20'),
(75278,29256,'action complete via WP Cron','2021-01-17 04:07:20','2021-01-16 23:07:20'),
(75279,29257,'action created','2021-01-17 04:07:20','2021-01-16 23:07:20'),
(75280,29257,'action started via WP Cron','2021-01-17 04:08:15','2021-01-16 23:08:15'),
(75281,29257,'action complete via WP Cron','2021-01-17 04:08:15','2021-01-16 23:08:15'),
(75282,29258,'action created','2021-01-17 04:08:15','2021-01-16 23:08:15'),
(75283,29258,'action started via WP Cron','2021-01-17 04:09:11','2021-01-16 23:09:11'),
(75284,29258,'action complete via WP Cron','2021-01-17 04:09:11','2021-01-16 23:09:11'),
(75285,29259,'action created','2021-01-17 04:09:11','2021-01-16 23:09:11'),
(75286,29259,'action started via WP Cron','2021-01-17 04:11:14','2021-01-16 23:11:14'),
(75287,29259,'action complete via WP Cron','2021-01-17 04:11:14','2021-01-16 23:11:14'),
(75288,29260,'action created','2021-01-17 04:11:14','2021-01-16 23:11:14'),
(75289,29260,'action started via WP Cron','2021-01-17 04:12:14','2021-01-16 23:12:14'),
(75290,29260,'action complete via WP Cron','2021-01-17 04:12:14','2021-01-16 23:12:14'),
(75291,29261,'action created','2021-01-17 04:12:14','2021-01-16 23:12:14'),
(75292,29261,'action started via WP Cron','2021-01-17 04:13:29','2021-01-16 23:13:29'),
(75293,29261,'action complete via WP Cron','2021-01-17 04:13:29','2021-01-16 23:13:29'),
(75294,29262,'action created','2021-01-17 04:13:29','2021-01-16 23:13:29'),
(75295,29262,'action started via WP Cron','2021-01-17 04:15:01','2021-01-16 23:15:01'),
(75296,29262,'action complete via WP Cron','2021-01-17 04:15:01','2021-01-16 23:15:01'),
(75297,29263,'action created','2021-01-17 04:15:01','2021-01-16 23:15:01'),
(75298,29263,'action started via WP Cron','2021-01-17 04:15:37','2021-01-16 23:15:37'),
(75299,29263,'action complete via WP Cron','2021-01-17 04:15:37','2021-01-16 23:15:37'),
(75300,29264,'action created','2021-01-17 04:15:37','2021-01-16 23:15:37'),
(75301,29264,'action started via WP Cron','2021-01-17 04:16:16','2021-01-16 23:16:16'),
(75302,29264,'action complete via WP Cron','2021-01-17 04:16:16','2021-01-16 23:16:16'),
(75303,29265,'action created','2021-01-17 04:16:16','2021-01-16 23:16:16'),
(75304,29265,'action started via WP Cron','2021-01-17 04:18:14','2021-01-16 23:18:14'),
(75305,29265,'action complete via WP Cron','2021-01-17 04:18:14','2021-01-16 23:18:14'),
(75306,29266,'action created','2021-01-17 04:18:14','2021-01-16 23:18:14'),
(75307,29266,'action started via WP Cron','2021-01-17 04:19:40','2021-01-16 23:19:40'),
(75308,29266,'action complete via WP Cron','2021-01-17 04:19:40','2021-01-16 23:19:40'),
(75309,29267,'action created','2021-01-17 04:19:40','2021-01-16 23:19:40'),
(75310,29267,'action started via WP Cron','2021-01-17 04:20:17','2021-01-16 23:20:17'),
(75311,29267,'action complete via WP Cron','2021-01-17 04:20:17','2021-01-16 23:20:17'),
(75312,29268,'action created','2021-01-17 04:20:17','2021-01-16 23:20:17'),
(75313,29268,'action started via WP Cron','2021-01-17 04:21:27','2021-01-16 23:21:27'),
(75314,29268,'action complete via WP Cron','2021-01-17 04:21:27','2021-01-16 23:21:27'),
(75315,29269,'action created','2021-01-17 04:21:27','2021-01-16 23:21:27'),
(75316,29269,'action started via WP Cron','2021-01-17 04:23:22','2021-01-16 23:23:22'),
(75317,29269,'action complete via WP Cron','2021-01-17 04:23:22','2021-01-16 23:23:22'),
(75318,29270,'action created','2021-01-17 04:23:22','2021-01-16 23:23:22'),
(75319,29270,'action started via WP Cron','2021-01-17 04:24:48','2021-01-16 23:24:48'),
(75320,29270,'action complete via WP Cron','2021-01-17 04:24:48','2021-01-16 23:24:48'),
(75321,29271,'action created','2021-01-17 04:24:48','2021-01-16 23:24:48'),
(75322,29271,'action started via WP Cron','2021-01-17 04:25:31','2021-01-16 23:25:31'),
(75323,29271,'action complete via WP Cron','2021-01-17 04:25:31','2021-01-16 23:25:31'),
(75324,29272,'action created','2021-01-17 04:25:31','2021-01-16 23:25:31'),
(75325,29272,'action started via WP Cron','2021-01-17 04:26:19','2021-01-16 23:26:19'),
(75326,29272,'action complete via WP Cron','2021-01-17 04:26:19','2021-01-16 23:26:19'),
(75327,29273,'action created','2021-01-17 04:26:19','2021-01-16 23:26:19'),
(75328,29273,'action started via WP Cron','2021-01-17 04:27:21','2021-01-16 23:27:21'),
(75329,29273,'action complete via WP Cron','2021-01-17 04:27:21','2021-01-16 23:27:21'),
(75330,29274,'action created','2021-01-17 04:27:21','2021-01-16 23:27:21'),
(75331,29274,'action started via WP Cron','2021-01-17 04:28:41','2021-01-16 23:28:41'),
(75332,29274,'action complete via WP Cron','2021-01-17 04:28:41','2021-01-16 23:28:41'),
(75333,29275,'action created','2021-01-17 04:28:41','2021-01-16 23:28:41'),
(75334,29275,'action started via WP Cron','2021-01-17 04:29:21','2021-01-16 23:29:21'),
(75335,29275,'action complete via WP Cron','2021-01-17 04:29:21','2021-01-16 23:29:21'),
(75336,29276,'action created','2021-01-17 04:29:21','2021-01-16 23:29:21'),
(75337,29276,'action started via WP Cron','2021-01-17 04:30:54','2021-01-16 23:30:54'),
(75338,29276,'action complete via WP Cron','2021-01-17 04:30:54','2021-01-16 23:30:54'),
(75339,29277,'action created','2021-01-17 04:30:54','2021-01-16 23:30:54'),
(75340,29277,'action started via WP Cron','2021-01-17 04:31:23','2021-01-16 23:31:23'),
(75341,29277,'action complete via WP Cron','2021-01-17 04:31:23','2021-01-16 23:31:23'),
(75342,29278,'action created','2021-01-17 04:31:23','2021-01-16 23:31:23'),
(75343,29278,'action started via WP Cron','2021-01-17 04:32:13','2021-01-16 23:32:13'),
(75344,29278,'action complete via WP Cron','2021-01-17 04:32:13','2021-01-16 23:32:13'),
(75345,29279,'action created','2021-01-17 04:32:13','2021-01-16 23:32:13'),
(75346,29279,'action started via WP Cron','2021-01-17 04:33:25','2021-01-16 23:33:25'),
(75347,29279,'action complete via WP Cron','2021-01-17 04:33:25','2021-01-16 23:33:25'),
(75348,29280,'action created','2021-01-17 04:33:25','2021-01-16 23:33:25'),
(75349,29280,'action started via WP Cron','2021-01-17 04:35:04','2021-01-16 23:35:04'),
(75350,29280,'action complete via WP Cron','2021-01-17 04:35:04','2021-01-16 23:35:04'),
(75351,29281,'action created','2021-01-17 04:35:04','2021-01-16 23:35:04'),
(75352,29281,'action started via WP Cron','2021-01-17 04:35:15','2021-01-16 23:35:15'),
(75353,29281,'action complete via WP Cron','2021-01-17 04:35:15','2021-01-16 23:35:15'),
(75354,29282,'action created','2021-01-17 04:35:15','2021-01-16 23:35:15'),
(75355,29282,'action started via WP Cron','2021-01-17 04:36:18','2021-01-16 23:36:18'),
(75356,29282,'action complete via WP Cron','2021-01-17 04:36:18','2021-01-16 23:36:18'),
(75357,29283,'action created','2021-01-17 04:36:18','2021-01-16 23:36:18'),
(75358,29283,'action started via WP Cron','2021-01-17 04:38:02','2021-01-16 23:38:02'),
(75359,29283,'action complete via WP Cron','2021-01-17 04:38:02','2021-01-16 23:38:02'),
(75360,29284,'action created','2021-01-17 04:38:03','2021-01-16 23:38:03'),
(75361,29284,'action started via WP Cron','2021-01-17 04:38:43','2021-01-16 23:38:43'),
(75362,29284,'action complete via WP Cron','2021-01-17 04:38:43','2021-01-16 23:38:43'),
(75363,29285,'action created','2021-01-17 04:38:43','2021-01-16 23:38:43'),
(75364,29285,'action started via WP Cron','2021-01-17 04:39:25','2021-01-16 23:39:25'),
(75365,29285,'action complete via WP Cron','2021-01-17 04:39:25','2021-01-16 23:39:25'),
(75366,29286,'action created','2021-01-17 04:39:25','2021-01-16 23:39:25'),
(75367,29286,'action started via WP Cron','2021-01-17 04:40:15','2021-01-16 23:40:15'),
(75368,29286,'action complete via WP Cron','2021-01-17 04:40:15','2021-01-16 23:40:15'),
(75369,29287,'action created','2021-01-17 04:40:15','2021-01-16 23:40:15'),
(75370,29287,'action started via WP Cron','2021-01-17 04:41:11','2021-01-16 23:41:11'),
(75371,29287,'action complete via WP Cron','2021-01-17 04:41:11','2021-01-16 23:41:11'),
(75372,29288,'action created','2021-01-17 04:41:11','2021-01-16 23:41:11'),
(75373,29288,'action started via WP Cron','2021-01-17 04:43:58','2021-01-16 23:43:58'),
(75374,29288,'action complete via WP Cron','2021-01-17 04:43:58','2021-01-16 23:43:58'),
(75375,29289,'action created','2021-01-17 04:43:58','2021-01-16 23:43:58'),
(75376,29289,'action started via WP Cron','2021-01-17 04:45:12','2021-01-16 23:45:12'),
(75377,29289,'action complete via WP Cron','2021-01-17 04:45:12','2021-01-16 23:45:12'),
(75378,29290,'action created','2021-01-17 04:45:12','2021-01-16 23:45:12'),
(75379,29290,'action started via WP Cron','2021-01-17 04:46:30','2021-01-16 23:46:30'),
(75380,29290,'action complete via WP Cron','2021-01-17 04:46:30','2021-01-16 23:46:30'),
(75381,29291,'action created','2021-01-17 04:46:30','2021-01-16 23:46:30'),
(75382,29291,'action started via WP Cron','2021-01-17 04:47:16','2021-01-16 23:47:16'),
(75383,29291,'action complete via WP Cron','2021-01-17 04:47:16','2021-01-16 23:47:16'),
(75384,29292,'action created','2021-01-17 04:47:16','2021-01-16 23:47:16'),
(75385,29292,'action started via WP Cron','2021-01-17 04:48:32','2021-01-16 23:48:32'),
(75386,29292,'action complete via WP Cron','2021-01-17 04:48:32','2021-01-16 23:48:32'),
(75387,29293,'action created','2021-01-17 04:48:32','2021-01-16 23:48:32'),
(75388,29293,'action started via WP Cron','2021-01-17 04:49:41','2021-01-16 23:49:41'),
(75389,29293,'action complete via WP Cron','2021-01-17 04:49:41','2021-01-16 23:49:41'),
(75390,29294,'action created','2021-01-17 04:49:42','2021-01-16 23:49:42'),
(75391,29294,'action started via WP Cron','2021-01-17 04:50:13','2021-01-16 23:50:13'),
(75392,29294,'action complete via WP Cron','2021-01-17 04:50:13','2021-01-16 23:50:13'),
(75393,29295,'action created','2021-01-17 04:50:14','2021-01-16 23:50:14'),
(75394,29295,'action started via WP Cron','2021-01-17 04:51:18','2021-01-16 23:51:18'),
(75395,29295,'action complete via WP Cron','2021-01-17 04:51:18','2021-01-16 23:51:18'),
(75396,29296,'action created','2021-01-17 04:51:18','2021-01-16 23:51:18'),
(75397,29296,'action started via WP Cron','2021-01-17 04:52:19','2021-01-16 23:52:19'),
(75398,29296,'action complete via WP Cron','2021-01-17 04:52:19','2021-01-16 23:52:19'),
(75399,29297,'action created','2021-01-17 04:52:19','2021-01-16 23:52:19'),
(75400,29297,'action started via WP Cron','2021-01-17 04:54:14','2021-01-16 23:54:14'),
(75401,29297,'action complete via WP Cron','2021-01-17 04:54:14','2021-01-16 23:54:14'),
(75402,29298,'action created','2021-01-17 04:54:14','2021-01-16 23:54:14'),
(75403,29298,'action started via WP Cron','2021-01-17 04:56:04','2021-01-16 23:56:04'),
(75404,29298,'action complete via WP Cron','2021-01-17 04:56:05','2021-01-16 23:56:05'),
(75405,29299,'action created','2021-01-17 04:56:05','2021-01-16 23:56:05'),
(75406,29299,'action started via WP Cron','2021-01-17 04:56:17','2021-01-16 23:56:17'),
(75407,29299,'action complete via WP Cron','2021-01-17 04:56:17','2021-01-16 23:56:17'),
(75408,29300,'action created','2021-01-17 04:56:17','2021-01-16 23:56:17'),
(75409,29300,'action started via WP Cron','2021-01-17 04:57:57','2021-01-16 23:57:57'),
(75410,29300,'action complete via WP Cron','2021-01-17 04:57:57','2021-01-16 23:57:57'),
(75411,29301,'action created','2021-01-17 04:57:57','2021-01-16 23:57:57'),
(75412,29301,'action started via WP Cron','2021-01-17 04:58:17','2021-01-16 23:58:17'),
(75413,29301,'action complete via WP Cron','2021-01-17 04:58:17','2021-01-16 23:58:17'),
(75414,29302,'action created','2021-01-17 04:58:17','2021-01-16 23:58:17'),
(75415,29302,'action started via WP Cron','2021-01-17 04:59:15','2021-01-16 23:59:15'),
(75416,29302,'action complete via WP Cron','2021-01-17 04:59:15','2021-01-16 23:59:15'),
(75417,29303,'action created','2021-01-17 04:59:15','2021-01-16 23:59:15'),
(75418,29303,'action started via WP Cron','2021-01-17 05:00:14','2021-01-17 00:00:14'),
(75419,29303,'action complete via WP Cron','2021-01-17 05:00:14','2021-01-17 00:00:14'),
(75420,29304,'action created','2021-01-17 05:00:14','2021-01-17 00:00:14'),
(75421,29304,'action started via WP Cron','2021-01-17 05:01:12','2021-01-17 00:01:12'),
(75422,29304,'action complete via WP Cron','2021-01-17 05:01:12','2021-01-17 00:01:12'),
(75423,29305,'action created','2021-01-17 05:01:12','2021-01-17 00:01:12'),
(75424,29305,'action started via WP Cron','2021-01-17 05:02:12','2021-01-17 00:02:12'),
(75425,29305,'action complete via WP Cron','2021-01-17 05:02:12','2021-01-17 00:02:12'),
(75426,29306,'action created','2021-01-17 05:02:12','2021-01-17 00:02:12'),
(75427,29306,'action started via WP Cron','2021-01-17 05:03:11','2021-01-17 00:03:11'),
(75428,29306,'action complete via WP Cron','2021-01-17 05:03:11','2021-01-17 00:03:11'),
(75429,29307,'action created','2021-01-17 05:03:11','2021-01-17 00:03:11'),
(75430,29307,'action started via WP Cron','2021-01-17 05:04:11','2021-01-17 00:04:11'),
(75431,29307,'action complete via WP Cron','2021-01-17 05:04:11','2021-01-17 00:04:11'),
(75432,29308,'action created','2021-01-17 05:04:11','2021-01-17 00:04:11'),
(75433,29308,'action started via WP Cron','2021-01-17 05:05:14','2021-01-17 00:05:14'),
(75434,29308,'action complete via WP Cron','2021-01-17 05:05:14','2021-01-17 00:05:14'),
(75435,29309,'action created','2021-01-17 05:05:14','2021-01-17 00:05:14'),
(75436,29309,'action started via WP Cron','2021-01-17 05:06:13','2021-01-17 00:06:13'),
(75437,29309,'action complete via WP Cron','2021-01-17 05:06:13','2021-01-17 00:06:13'),
(75438,29310,'action created','2021-01-17 05:06:13','2021-01-17 00:06:13'),
(75439,29310,'action started via WP Cron','2021-01-17 05:07:14','2021-01-17 00:07:14'),
(75440,29310,'action complete via WP Cron','2021-01-17 05:07:14','2021-01-17 00:07:14'),
(75441,29311,'action created','2021-01-17 05:07:14','2021-01-17 00:07:14'),
(75442,29311,'action started via WP Cron','2021-01-17 05:08:15','2021-01-17 00:08:15'),
(75443,29311,'action complete via WP Cron','2021-01-17 05:08:15','2021-01-17 00:08:15'),
(75444,29312,'action created','2021-01-17 05:08:15','2021-01-17 00:08:15'),
(75445,29312,'action started via WP Cron','2021-01-17 05:09:51','2021-01-17 00:09:51'),
(75446,29312,'action complete via WP Cron','2021-01-17 05:09:51','2021-01-17 00:09:51'),
(75447,29313,'action created','2021-01-17 05:09:51','2021-01-17 00:09:51'),
(75448,29313,'action started via WP Cron','2021-01-17 05:10:29','2021-01-17 00:10:29'),
(75449,29313,'action complete via WP Cron','2021-01-17 05:10:29','2021-01-17 00:10:29'),
(75450,29314,'action created','2021-01-17 05:10:29','2021-01-17 00:10:29'),
(75451,29314,'action started via WP Cron','2021-01-17 05:11:30','2021-01-17 00:11:30'),
(75452,29314,'action complete via WP Cron','2021-01-17 05:11:30','2021-01-17 00:11:30'),
(75453,29315,'action created','2021-01-17 05:11:30','2021-01-17 00:11:30'),
(75454,29315,'action started via WP Cron','2021-01-17 05:12:16','2021-01-17 00:12:16'),
(75455,29315,'action complete via WP Cron','2021-01-17 05:12:16','2021-01-17 00:12:16'),
(75456,29316,'action created','2021-01-17 05:12:16','2021-01-17 00:12:16'),
(75457,29316,'action started via WP Cron','2021-01-17 05:14:05','2021-01-17 00:14:05'),
(75458,29316,'action complete via WP Cron','2021-01-17 05:14:05','2021-01-17 00:14:05'),
(75459,29317,'action created','2021-01-17 05:14:05','2021-01-17 00:14:05'),
(75460,29317,'action started via WP Cron','2021-01-17 05:14:47','2021-01-17 00:14:47'),
(75461,29317,'action complete via WP Cron','2021-01-17 05:14:47','2021-01-17 00:14:47'),
(75462,29318,'action created','2021-01-17 05:14:47','2021-01-17 00:14:47'),
(75463,29318,'action started via WP Cron','2021-01-17 05:15:12','2021-01-17 00:15:12'),
(75464,29318,'action complete via WP Cron','2021-01-17 05:15:12','2021-01-17 00:15:12'),
(75465,29319,'action created','2021-01-17 05:15:12','2021-01-17 00:15:12'),
(75466,29319,'action started via WP Cron','2021-01-17 05:16:17','2021-01-17 00:16:17'),
(75467,29319,'action complete via WP Cron','2021-01-17 05:16:17','2021-01-17 00:16:17'),
(75468,29320,'action created','2021-01-17 05:16:17','2021-01-17 00:16:17'),
(75469,29320,'action started via WP Cron','2021-01-17 05:17:24','2021-01-17 00:17:24'),
(75470,29320,'action complete via WP Cron','2021-01-17 05:17:25','2021-01-17 00:17:25'),
(75471,29321,'action created','2021-01-17 05:17:25','2021-01-17 00:17:25'),
(75472,29321,'action started via WP Cron','2021-01-17 05:18:18','2021-01-17 00:18:18'),
(75473,29321,'action complete via WP Cron','2021-01-17 05:18:18','2021-01-17 00:18:18'),
(75474,29322,'action created','2021-01-17 05:18:18','2021-01-17 00:18:18'),
(75475,29322,'action started via WP Cron','2021-01-17 05:19:13','2021-01-17 00:19:13'),
(75476,29322,'action complete via WP Cron','2021-01-17 05:19:13','2021-01-17 00:19:13'),
(75477,29323,'action created','2021-01-17 05:19:13','2021-01-17 00:19:13'),
(75478,29323,'action started via WP Cron','2021-01-17 05:21:52','2021-01-17 00:21:52'),
(75479,29323,'action complete via WP Cron','2021-01-17 05:21:52','2021-01-17 00:21:52'),
(75480,29324,'action created','2021-01-17 05:21:52','2021-01-17 00:21:52'),
(75481,29324,'action started via WP Cron','2021-01-17 05:22:11','2021-01-17 00:22:11'),
(75482,29324,'action complete via WP Cron','2021-01-17 05:22:11','2021-01-17 00:22:11'),
(75483,29325,'action created','2021-01-17 05:22:11','2021-01-17 00:22:11'),
(75484,29325,'action started via WP Cron','2021-01-17 05:23:33','2021-01-17 00:23:33'),
(75485,29325,'action complete via WP Cron','2021-01-17 05:23:33','2021-01-17 00:23:33'),
(75486,29326,'action created','2021-01-17 05:23:33','2021-01-17 00:23:33'),
(75487,29326,'action started via WP Cron','2021-01-17 05:24:25','2021-01-17 00:24:25'),
(75488,29326,'action complete via WP Cron','2021-01-17 05:24:25','2021-01-17 00:24:25'),
(75489,29327,'action created','2021-01-17 05:24:25','2021-01-17 00:24:25'),
(75490,29327,'action started via WP Cron','2021-01-17 05:26:08','2021-01-17 00:26:08'),
(75491,29327,'action complete via WP Cron','2021-01-17 05:26:08','2021-01-17 00:26:08'),
(75492,29328,'action created','2021-01-17 05:26:08','2021-01-17 00:26:08'),
(75493,29328,'action started via WP Cron','2021-01-17 05:27:12','2021-01-17 00:27:12'),
(75494,29328,'action complete via WP Cron','2021-01-17 05:27:12','2021-01-17 00:27:12'),
(75495,29329,'action created','2021-01-17 05:27:12','2021-01-17 00:27:12'),
(75496,29329,'action started via WP Cron','2021-01-17 05:28:36','2021-01-17 00:28:36'),
(75497,29329,'action complete via WP Cron','2021-01-17 05:28:36','2021-01-17 00:28:36'),
(75498,29330,'action created','2021-01-17 05:28:36','2021-01-17 00:28:36'),
(75499,29330,'action started via WP Cron','2021-01-17 05:29:49','2021-01-17 00:29:49'),
(75500,29330,'action complete via WP Cron','2021-01-17 05:29:49','2021-01-17 00:29:49'),
(75501,29331,'action created','2021-01-17 05:29:49','2021-01-17 00:29:49'),
(75502,29331,'action started via WP Cron','2021-01-17 05:30:29','2021-01-17 00:30:29'),
(75503,29331,'action complete via WP Cron','2021-01-17 05:30:30','2021-01-17 00:30:30'),
(75504,29332,'action created','2021-01-17 05:30:30','2021-01-17 00:30:30'),
(75505,29332,'action started via WP Cron','2021-01-17 05:31:20','2021-01-17 00:31:20'),
(75506,29332,'action complete via WP Cron','2021-01-17 05:31:20','2021-01-17 00:31:20'),
(75507,29333,'action created','2021-01-17 05:31:20','2021-01-17 00:31:20'),
(75508,29333,'action started via WP Cron','2021-01-17 05:32:14','2021-01-17 00:32:14'),
(75509,29333,'action complete via WP Cron','2021-01-17 05:32:14','2021-01-17 00:32:14'),
(75510,29334,'action created','2021-01-17 05:32:14','2021-01-17 00:32:14'),
(75511,29334,'action started via WP Cron','2021-01-17 05:33:15','2021-01-17 00:33:15'),
(75512,29334,'action complete via WP Cron','2021-01-17 05:33:15','2021-01-17 00:33:15'),
(75513,29335,'action created','2021-01-17 05:33:15','2021-01-17 00:33:15'),
(75514,29335,'action started via WP Cron','2021-01-17 05:34:19','2021-01-17 00:34:19'),
(75515,29335,'action complete via WP Cron','2021-01-17 05:34:19','2021-01-17 00:34:19'),
(75516,29336,'action created','2021-01-17 05:34:19','2021-01-17 00:34:19'),
(75517,29336,'action started via WP Cron','2021-01-17 05:35:20','2021-01-17 00:35:20'),
(75518,29336,'action complete via WP Cron','2021-01-17 05:35:20','2021-01-17 00:35:20'),
(75519,29337,'action created','2021-01-17 05:35:20','2021-01-17 00:35:20'),
(75520,29337,'action started via WP Cron','2021-01-17 05:36:23','2021-01-17 00:36:23'),
(75521,29337,'action complete via WP Cron','2021-01-17 05:36:24','2021-01-17 00:36:24'),
(75522,29338,'action created','2021-01-17 05:36:24','2021-01-17 00:36:24'),
(75523,29338,'action started via WP Cron','2021-01-17 05:37:24','2021-01-17 00:37:24'),
(75524,29338,'action complete via WP Cron','2021-01-17 05:37:24','2021-01-17 00:37:24'),
(75525,29339,'action created','2021-01-17 05:37:24','2021-01-17 00:37:24'),
(75526,29339,'action started via WP Cron','2021-01-17 05:38:14','2021-01-17 00:38:14'),
(75527,29339,'action complete via WP Cron','2021-01-17 05:38:14','2021-01-17 00:38:14'),
(75528,29340,'action created','2021-01-17 05:38:14','2021-01-17 00:38:14'),
(75529,29340,'action started via WP Cron','2021-01-17 05:39:31','2021-01-17 00:39:31'),
(75530,29340,'action complete via WP Cron','2021-01-17 05:39:31','2021-01-17 00:39:31'),
(75531,29341,'action created','2021-01-17 05:39:31','2021-01-17 00:39:31'),
(75532,29341,'action started via WP Cron','2021-01-17 05:40:34','2021-01-17 00:40:34'),
(75533,29341,'action complete via WP Cron','2021-01-17 05:40:34','2021-01-17 00:40:34'),
(75534,29342,'action created','2021-01-17 05:40:34','2021-01-17 00:40:34'),
(75535,29342,'action started via WP Cron','2021-01-17 05:41:17','2021-01-17 00:41:17'),
(75536,29342,'action complete via WP Cron','2021-01-17 05:41:17','2021-01-17 00:41:17'),
(75537,29343,'action created','2021-01-17 05:41:17','2021-01-17 00:41:17'),
(75538,29343,'action started via WP Cron','2021-01-17 05:43:48','2021-01-17 00:43:48'),
(75539,29343,'action complete via WP Cron','2021-01-17 05:43:48','2021-01-17 00:43:48'),
(75540,29344,'action created','2021-01-17 05:43:48','2021-01-17 00:43:48'),
(75541,29344,'action started via WP Cron','2021-01-17 05:44:54','2021-01-17 00:44:54'),
(75542,29344,'action complete via WP Cron','2021-01-17 05:44:54','2021-01-17 00:44:54'),
(75543,29345,'action created','2021-01-17 05:44:55','2021-01-17 00:44:55'),
(75544,29345,'action started via WP Cron','2021-01-17 05:45:21','2021-01-17 00:45:21'),
(75545,29345,'action complete via WP Cron','2021-01-17 05:45:21','2021-01-17 00:45:21'),
(75546,29346,'action created','2021-01-17 05:45:21','2021-01-17 00:45:21'),
(75547,29346,'action started via WP Cron','2021-01-17 05:46:39','2021-01-17 00:46:39'),
(75548,29346,'action complete via WP Cron','2021-01-17 05:46:39','2021-01-17 00:46:39'),
(75549,29347,'action created','2021-01-17 05:46:39','2021-01-17 00:46:39'),
(75550,29347,'action started via WP Cron','2021-01-17 05:48:22','2021-01-17 00:48:22'),
(75551,29347,'action complete via WP Cron','2021-01-17 05:48:22','2021-01-17 00:48:22'),
(75552,29348,'action created','2021-01-17 05:48:22','2021-01-17 00:48:22'),
(75553,29348,'action started via WP Cron','2021-01-17 05:49:25','2021-01-17 00:49:25'),
(75554,29348,'action complete via WP Cron','2021-01-17 05:49:25','2021-01-17 00:49:25'),
(75555,29349,'action created','2021-01-17 05:49:25','2021-01-17 00:49:25'),
(75556,29349,'action started via WP Cron','2021-01-17 05:51:15','2021-01-17 00:51:15'),
(75557,29349,'action complete via WP Cron','2021-01-17 05:51:15','2021-01-17 00:51:15'),
(75558,29350,'action created','2021-01-17 05:51:15','2021-01-17 00:51:15'),
(75559,29350,'action started via WP Cron','2021-01-17 05:52:22','2021-01-17 00:52:22'),
(75560,29350,'action complete via WP Cron','2021-01-17 05:52:22','2021-01-17 00:52:22'),
(75561,29351,'action created','2021-01-17 05:52:22','2021-01-17 00:52:22'),
(75562,29351,'action started via WP Cron','2021-01-17 05:53:34','2021-01-17 00:53:34'),
(75563,29351,'action complete via WP Cron','2021-01-17 05:53:34','2021-01-17 00:53:34'),
(75564,29352,'action created','2021-01-17 05:53:34','2021-01-17 00:53:34'),
(75565,29352,'action started via WP Cron','2021-01-17 05:54:56','2021-01-17 00:54:56'),
(75566,29352,'action complete via WP Cron','2021-01-17 05:54:56','2021-01-17 00:54:56'),
(75567,29353,'action created','2021-01-17 05:54:56','2021-01-17 00:54:56'),
(75568,29353,'action started via WP Cron','2021-01-17 05:55:15','2021-01-17 00:55:15'),
(75569,29353,'action complete via WP Cron','2021-01-17 05:55:15','2021-01-17 00:55:15'),
(75570,29354,'action created','2021-01-17 05:55:15','2021-01-17 00:55:15'),
(75571,29354,'action started via WP Cron','2021-01-17 05:56:14','2021-01-17 00:56:14'),
(75572,29354,'action complete via WP Cron','2021-01-17 05:56:14','2021-01-17 00:56:14'),
(75573,29355,'action created','2021-01-17 05:56:14','2021-01-17 00:56:14'),
(75574,29355,'action started via WP Cron','2021-01-17 05:57:16','2021-01-17 00:57:16'),
(75575,29355,'action complete via WP Cron','2021-01-17 05:57:16','2021-01-17 00:57:16'),
(75576,29356,'action created','2021-01-17 05:57:16','2021-01-17 00:57:16'),
(75577,29356,'action started via WP Cron','2021-01-17 05:58:14','2021-01-17 00:58:14'),
(75578,29356,'action complete via WP Cron','2021-01-17 05:58:14','2021-01-17 00:58:14'),
(75579,29357,'action created','2021-01-17 05:58:14','2021-01-17 00:58:14'),
(75580,29357,'action started via WP Cron','2021-01-17 05:59:11','2021-01-17 00:59:11'),
(75581,29357,'action complete via WP Cron','2021-01-17 05:59:11','2021-01-17 00:59:11'),
(75582,29358,'action created','2021-01-17 05:59:11','2021-01-17 00:59:11'),
(75583,29358,'action started via WP Cron','2021-01-17 06:00:14','2021-01-17 01:00:14'),
(75584,29358,'action complete via WP Cron','2021-01-17 06:00:14','2021-01-17 01:00:14'),
(75585,29359,'action created','2021-01-17 06:00:14','2021-01-17 01:00:14'),
(75586,29359,'action started via WP Cron','2021-01-17 06:01:12','2021-01-17 01:01:12'),
(75587,29359,'action complete via WP Cron','2021-01-17 06:01:12','2021-01-17 01:01:12'),
(75588,29360,'action created','2021-01-17 06:01:12','2021-01-17 01:01:12'),
(75589,29360,'action started via WP Cron','2021-01-17 06:02:13','2021-01-17 01:02:13'),
(75590,29360,'action complete via WP Cron','2021-01-17 06:02:13','2021-01-17 01:02:13'),
(75591,29361,'action created','2021-01-17 06:02:14','2021-01-17 01:02:14'),
(75592,29361,'action started via WP Cron','2021-01-17 06:03:16','2021-01-17 01:03:16'),
(75593,29361,'action complete via WP Cron','2021-01-17 06:03:16','2021-01-17 01:03:16'),
(75594,29362,'action created','2021-01-17 06:03:16','2021-01-17 01:03:16'),
(75595,29362,'action started via WP Cron','2021-01-17 06:04:12','2021-01-17 01:04:12'),
(75596,29362,'action complete via WP Cron','2021-01-17 06:04:12','2021-01-17 01:04:12'),
(75597,29363,'action created','2021-01-17 06:04:12','2021-01-17 01:04:12'),
(75598,29363,'action started via WP Cron','2021-01-17 06:05:12','2021-01-17 01:05:12'),
(75599,29363,'action complete via WP Cron','2021-01-17 06:05:12','2021-01-17 01:05:12'),
(75600,29364,'action created','2021-01-17 06:05:12','2021-01-17 01:05:12'),
(75601,29364,'action started via WP Cron','2021-01-17 06:06:17','2021-01-17 01:06:17'),
(75602,29364,'action complete via WP Cron','2021-01-17 06:06:17','2021-01-17 01:06:17'),
(75603,29365,'action created','2021-01-17 06:06:17','2021-01-17 01:06:17'),
(75604,29365,'action started via WP Cron','2021-01-17 06:07:14','2021-01-17 01:07:14'),
(75605,29365,'action complete via WP Cron','2021-01-17 06:07:14','2021-01-17 01:07:14'),
(75606,29366,'action created','2021-01-17 06:07:14','2021-01-17 01:07:14'),
(75607,29366,'action started via WP Cron','2021-01-17 06:09:13','2021-01-17 01:09:13'),
(75608,29366,'action complete via WP Cron','2021-01-17 06:09:13','2021-01-17 01:09:13'),
(75609,29367,'action created','2021-01-17 06:09:13','2021-01-17 01:09:13'),
(75610,29367,'action started via WP Cron','2021-01-17 06:10:11','2021-01-17 01:10:11'),
(75611,29367,'action complete via WP Cron','2021-01-17 06:10:11','2021-01-17 01:10:11'),
(75612,29368,'action created','2021-01-17 06:10:11','2021-01-17 01:10:11'),
(75613,29368,'action started via WP Cron','2021-01-17 06:11:23','2021-01-17 01:11:23'),
(75614,29368,'action complete via WP Cron','2021-01-17 06:11:23','2021-01-17 01:11:23'),
(75615,29369,'action created','2021-01-17 06:11:23','2021-01-17 01:11:23'),
(75616,29369,'action started via WP Cron','2021-01-17 06:12:50','2021-01-17 01:12:50'),
(75617,29369,'action complete via WP Cron','2021-01-17 06:12:50','2021-01-17 01:12:50'),
(75618,29370,'action created','2021-01-17 06:12:50','2021-01-17 01:12:50'),
(75619,29370,'action started via WP Cron','2021-01-17 06:13:13','2021-01-17 01:13:13'),
(75620,29370,'action complete via WP Cron','2021-01-17 06:13:13','2021-01-17 01:13:13'),
(75621,29371,'action created','2021-01-17 06:13:13','2021-01-17 01:13:13'),
(75622,29371,'action started via WP Cron','2021-01-17 06:14:28','2021-01-17 01:14:28'),
(75623,29371,'action complete via WP Cron','2021-01-17 06:14:28','2021-01-17 01:14:28'),
(75624,29372,'action created','2021-01-17 06:14:28','2021-01-17 01:14:28'),
(75625,29372,'action started via WP Cron','2021-01-17 06:15:24','2021-01-17 01:15:24'),
(75626,29372,'action complete via WP Cron','2021-01-17 06:15:24','2021-01-17 01:15:24'),
(75627,29373,'action created','2021-01-17 06:15:24','2021-01-17 01:15:24'),
(75628,29373,'action started via WP Cron','2021-01-17 06:16:26','2021-01-17 01:16:26'),
(75629,29373,'action complete via WP Cron','2021-01-17 06:16:26','2021-01-17 01:16:26'),
(75630,29374,'action created','2021-01-17 06:16:26','2021-01-17 01:16:26'),
(75631,29374,'action started via WP Cron','2021-01-17 06:17:22','2021-01-17 01:17:22'),
(75632,29374,'action complete via WP Cron','2021-01-17 06:17:22','2021-01-17 01:17:22'),
(75633,29375,'action created','2021-01-17 06:17:22','2021-01-17 01:17:22'),
(75634,29375,'action started via WP Cron','2021-01-17 06:18:14','2021-01-17 01:18:14'),
(75635,29375,'action complete via WP Cron','2021-01-17 06:18:14','2021-01-17 01:18:14'),
(75636,29376,'action created','2021-01-17 06:18:14','2021-01-17 01:18:14'),
(75637,29376,'action started via WP Cron','2021-01-17 06:19:18','2021-01-17 01:19:18'),
(75638,29376,'action complete via WP Cron','2021-01-17 06:19:18','2021-01-17 01:19:18'),
(75639,29377,'action created','2021-01-17 06:19:18','2021-01-17 01:19:18'),
(75640,29377,'action started via WP Cron','2021-01-17 06:21:02','2021-01-17 01:21:02'),
(75641,29377,'action complete via WP Cron','2021-01-17 06:21:02','2021-01-17 01:21:02'),
(75642,29378,'action created','2021-01-17 06:21:02','2021-01-17 01:21:02'),
(75643,29378,'action started via WP Cron','2021-01-17 06:22:31','2021-01-17 01:22:31'),
(75644,29378,'action complete via WP Cron','2021-01-17 06:22:31','2021-01-17 01:22:31'),
(75645,29379,'action created','2021-01-17 06:22:31','2021-01-17 01:22:31'),
(75646,29379,'action started via WP Cron','2021-01-17 06:23:28','2021-01-17 01:23:28'),
(75647,29379,'action complete via WP Cron','2021-01-17 06:23:28','2021-01-17 01:23:28'),
(75648,29380,'action created','2021-01-17 06:23:28','2021-01-17 01:23:28'),
(75649,29380,'action started via WP Cron','2021-01-17 06:24:41','2021-01-17 01:24:41'),
(75650,29380,'action complete via WP Cron','2021-01-17 06:24:41','2021-01-17 01:24:41'),
(75651,29381,'action created','2021-01-17 06:24:41','2021-01-17 01:24:41'),
(75652,29381,'action started via WP Cron','2021-01-17 06:26:18','2021-01-17 01:26:18'),
(75653,29381,'action complete via WP Cron','2021-01-17 06:26:18','2021-01-17 01:26:18'),
(75654,29382,'action created','2021-01-17 06:26:18','2021-01-17 01:26:18'),
(75655,29382,'action started via WP Cron','2021-01-17 06:27:44','2021-01-17 01:27:44'),
(75656,29382,'action complete via WP Cron','2021-01-17 06:27:44','2021-01-17 01:27:44'),
(75657,29383,'action created','2021-01-17 06:27:44','2021-01-17 01:27:44'),
(75658,29383,'action started via WP Cron','2021-01-17 06:28:39','2021-01-17 01:28:39'),
(75659,29383,'action complete via WP Cron','2021-01-17 06:28:39','2021-01-17 01:28:39'),
(75660,29384,'action created','2021-01-17 06:28:39','2021-01-17 01:28:39'),
(75661,29384,'action started via WP Cron','2021-01-17 06:29:17','2021-01-17 01:29:17'),
(75662,29384,'action complete via WP Cron','2021-01-17 06:29:17','2021-01-17 01:29:17'),
(75663,29385,'action created','2021-01-17 06:29:17','2021-01-17 01:29:17'),
(75664,29385,'action started via WP Cron','2021-01-17 06:30:23','2021-01-17 01:30:23'),
(75665,29385,'action complete via WP Cron','2021-01-17 06:30:23','2021-01-17 01:30:23'),
(75666,29386,'action created','2021-01-17 06:30:23','2021-01-17 01:30:23'),
(75667,29386,'action started via WP Cron','2021-01-17 06:32:11','2021-01-17 01:32:11'),
(75668,29386,'action complete via WP Cron','2021-01-17 06:32:11','2021-01-17 01:32:11'),
(75669,29387,'action created','2021-01-17 06:32:11','2021-01-17 01:32:11'),
(75670,29387,'action started via WP Cron','2021-01-17 06:33:11','2021-01-17 01:33:11'),
(75671,29387,'action complete via WP Cron','2021-01-17 06:33:11','2021-01-17 01:33:11'),
(75672,29388,'action created','2021-01-17 06:33:11','2021-01-17 01:33:11'),
(75673,29388,'action started via WP Cron','2021-01-17 06:34:27','2021-01-17 01:34:27'),
(75674,29388,'action complete via WP Cron','2021-01-17 06:34:27','2021-01-17 01:34:27'),
(75675,29389,'action created','2021-01-17 06:34:27','2021-01-17 01:34:27'),
(75676,29389,'action started via WP Cron','2021-01-17 06:35:14','2021-01-17 01:35:14'),
(75677,29389,'action complete via WP Cron','2021-01-17 06:35:14','2021-01-17 01:35:14'),
(75678,29390,'action created','2021-01-17 06:35:14','2021-01-17 01:35:14'),
(75679,29390,'action started via WP Cron','2021-01-17 06:36:47','2021-01-17 01:36:47'),
(75680,29390,'action complete via WP Cron','2021-01-17 06:36:48','2021-01-17 01:36:48'),
(75681,29391,'action created','2021-01-17 06:36:48','2021-01-17 01:36:48'),
(75682,29391,'action started via WP Cron','2021-01-17 06:39:18','2021-01-17 01:39:18'),
(75683,29391,'action complete via WP Cron','2021-01-17 06:39:18','2021-01-17 01:39:18'),
(75684,29392,'action created','2021-01-17 06:39:19','2021-01-17 01:39:19'),
(75685,29392,'action started via WP Cron','2021-01-17 06:41:04','2021-01-17 01:41:04'),
(75686,29392,'action complete via WP Cron','2021-01-17 06:41:04','2021-01-17 01:41:04'),
(75687,29393,'action created','2021-01-17 06:41:04','2021-01-17 01:41:04'),
(75688,29393,'action started via WP Cron','2021-01-17 06:41:41','2021-01-17 01:41:41'),
(75689,29393,'action complete via WP Cron','2021-01-17 06:41:41','2021-01-17 01:41:41'),
(75690,29394,'action created','2021-01-17 06:41:41','2021-01-17 01:41:41'),
(75691,29394,'action started via WP Cron','2021-01-17 06:43:48','2021-01-17 01:43:48'),
(75692,29394,'action complete via WP Cron','2021-01-17 06:43:48','2021-01-17 01:43:48'),
(75693,29395,'action created','2021-01-17 06:43:48','2021-01-17 01:43:48'),
(75694,29395,'action started via WP Cron','2021-01-17 06:44:44','2021-01-17 01:44:44'),
(75695,29395,'action complete via WP Cron','2021-01-17 06:44:44','2021-01-17 01:44:44'),
(75696,29396,'action created','2021-01-17 06:44:44','2021-01-17 01:44:44'),
(75697,29396,'action started via WP Cron','2021-01-17 06:45:13','2021-01-17 01:45:13'),
(75698,29396,'action complete via WP Cron','2021-01-17 06:45:13','2021-01-17 01:45:13'),
(75699,29397,'action created','2021-01-17 06:45:13','2021-01-17 01:45:13'),
(75700,29397,'action started via WP Cron','2021-01-17 06:46:25','2021-01-17 01:46:25'),
(75701,29397,'action complete via WP Cron','2021-01-17 06:46:25','2021-01-17 01:46:25'),
(75702,29398,'action created','2021-01-17 06:46:25','2021-01-17 01:46:25'),
(75703,29398,'action started via WP Cron','2021-01-17 06:48:59','2021-01-17 01:48:59'),
(75704,29398,'action complete via WP Cron','2021-01-17 06:48:59','2021-01-17 01:48:59'),
(75705,29399,'action created','2021-01-17 06:48:59','2021-01-17 01:48:59'),
(75706,29399,'action started via WP Cron','2021-01-17 06:50:18','2021-01-17 01:50:18'),
(75707,29399,'action complete via WP Cron','2021-01-17 06:50:18','2021-01-17 01:50:18'),
(75708,29400,'action created','2021-01-17 06:50:18','2021-01-17 01:50:18'),
(75709,29400,'action started via WP Cron','2021-01-17 06:51:20','2021-01-17 01:51:20'),
(75710,29400,'action complete via WP Cron','2021-01-17 06:51:20','2021-01-17 01:51:20'),
(75711,29401,'action created','2021-01-17 06:51:20','2021-01-17 01:51:20'),
(75712,29401,'action started via WP Cron','2021-01-17 06:52:13','2021-01-17 01:52:13'),
(75713,29401,'action complete via WP Cron','2021-01-17 06:52:13','2021-01-17 01:52:13'),
(75714,29402,'action created','2021-01-17 06:52:13','2021-01-17 01:52:13'),
(75715,29402,'action started via WP Cron','2021-01-17 06:53:15','2021-01-17 01:53:15'),
(75716,29402,'action complete via WP Cron','2021-01-17 06:53:15','2021-01-17 01:53:15'),
(75717,29403,'action created','2021-01-17 06:53:15','2021-01-17 01:53:15'),
(75718,29403,'action started via WP Cron','2021-01-17 06:54:27','2021-01-17 01:54:27'),
(75719,29403,'action complete via WP Cron','2021-01-17 06:54:27','2021-01-17 01:54:27'),
(75720,29404,'action created','2021-01-17 06:54:27','2021-01-17 01:54:27'),
(75721,29404,'action started via WP Cron','2021-01-17 06:55:14','2021-01-17 01:55:14'),
(75722,29404,'action complete via WP Cron','2021-01-17 06:55:14','2021-01-17 01:55:14'),
(75723,29405,'action created','2021-01-17 06:55:14','2021-01-17 01:55:14'),
(75724,29405,'action started via WP Cron','2021-01-17 06:57:33','2021-01-17 01:57:33'),
(75725,29405,'action complete via WP Cron','2021-01-17 06:57:33','2021-01-17 01:57:33'),
(75726,29406,'action created','2021-01-17 06:57:33','2021-01-17 01:57:33'),
(75727,29406,'action started via WP Cron','2021-01-17 06:58:28','2021-01-17 01:58:28'),
(75728,29406,'action complete via WP Cron','2021-01-17 06:58:28','2021-01-17 01:58:28'),
(75729,29407,'action created','2021-01-17 06:58:29','2021-01-17 01:58:29'),
(75730,29407,'action started via WP Cron','2021-01-17 06:59:13','2021-01-17 01:59:13'),
(75731,29407,'action complete via WP Cron','2021-01-17 06:59:13','2021-01-17 01:59:13'),
(75732,29408,'action created','2021-01-17 06:59:13','2021-01-17 01:59:13'),
(75733,29408,'action started via WP Cron','2021-01-17 07:00:38','2021-01-17 02:00:38'),
(75734,29408,'action complete via WP Cron','2021-01-17 07:00:38','2021-01-17 02:00:38'),
(75735,29409,'action created','2021-01-17 07:00:38','2021-01-17 02:00:38'),
(75736,29409,'action started via WP Cron','2021-01-17 07:01:38','2021-01-17 02:01:38'),
(75737,29409,'action complete via WP Cron','2021-01-17 07:01:38','2021-01-17 02:01:38'),
(75738,29410,'action created','2021-01-17 07:01:38','2021-01-17 02:01:38'),
(75739,29410,'action started via WP Cron','2021-01-17 07:03:21','2021-01-17 02:03:21'),
(75740,29410,'action complete via WP Cron','2021-01-17 07:03:21','2021-01-17 02:03:21'),
(75741,29411,'action created','2021-01-17 07:03:21','2021-01-17 02:03:21'),
(75742,29411,'action started via WP Cron','2021-01-17 07:04:12','2021-01-17 02:04:12'),
(75743,29411,'action complete via WP Cron','2021-01-17 07:04:12','2021-01-17 02:04:12'),
(75744,29412,'action created','2021-01-17 07:04:12','2021-01-17 02:04:12'),
(75745,29412,'action started via WP Cron','2021-01-17 07:05:12','2021-01-17 02:05:12'),
(75746,29412,'action complete via WP Cron','2021-01-17 07:05:12','2021-01-17 02:05:12'),
(75747,29413,'action created','2021-01-17 07:05:13','2021-01-17 02:05:13'),
(75748,29413,'action started via WP Cron','2021-01-17 07:07:04','2021-01-17 02:07:04'),
(75749,29413,'action complete via WP Cron','2021-01-17 07:07:04','2021-01-17 02:07:04'),
(75750,29414,'action created','2021-01-17 07:07:04','2021-01-17 02:07:04'),
(75751,29414,'action started via WP Cron','2021-01-17 07:08:33','2021-01-17 02:08:33'),
(75752,29414,'action complete via WP Cron','2021-01-17 07:08:33','2021-01-17 02:08:33'),
(75753,29415,'action created','2021-01-17 07:08:33','2021-01-17 02:08:33'),
(75754,29415,'action started via WP Cron','2021-01-17 07:09:12','2021-01-17 02:09:12'),
(75755,29415,'action complete via WP Cron','2021-01-17 07:09:12','2021-01-17 02:09:12'),
(75756,29416,'action created','2021-01-17 07:09:12','2021-01-17 02:09:12'),
(75757,29416,'action started via WP Cron','2021-01-17 07:10:13','2021-01-17 02:10:13'),
(75758,29416,'action complete via WP Cron','2021-01-17 07:10:13','2021-01-17 02:10:13'),
(75759,29417,'action created','2021-01-17 07:10:13','2021-01-17 02:10:13'),
(75760,29417,'action started via WP Cron','2021-01-17 07:12:09','2021-01-17 02:12:09'),
(75761,29417,'action complete via WP Cron','2021-01-17 07:12:09','2021-01-17 02:12:09'),
(75762,29418,'action created','2021-01-17 07:12:09','2021-01-17 02:12:09'),
(75763,29418,'action started via WP Cron','2021-01-17 07:13:18','2021-01-17 02:13:18'),
(75764,29418,'action complete via WP Cron','2021-01-17 07:13:18','2021-01-17 02:13:18'),
(75765,29419,'action created','2021-01-17 07:13:18','2021-01-17 02:13:18'),
(75766,29419,'action started via WP Cron','2021-01-17 07:15:03','2021-01-17 02:15:03'),
(75767,29419,'action complete via WP Cron','2021-01-17 07:15:03','2021-01-17 02:15:03'),
(75768,29420,'action created','2021-01-17 07:15:03','2021-01-17 02:15:03'),
(75769,29420,'action started via WP Cron','2021-01-17 07:15:25','2021-01-17 02:15:25'),
(75770,29420,'action complete via WP Cron','2021-01-17 07:15:25','2021-01-17 02:15:25'),
(75771,29421,'action created','2021-01-17 07:15:25','2021-01-17 02:15:25'),
(75772,29421,'action started via WP Cron','2021-01-17 07:16:23','2021-01-17 02:16:23'),
(75773,29421,'action complete via WP Cron','2021-01-17 07:16:23','2021-01-17 02:16:23'),
(75774,29422,'action created','2021-01-17 07:16:23','2021-01-17 02:16:23'),
(75775,29422,'action started via WP Cron','2021-01-17 07:17:19','2021-01-17 02:17:19'),
(75776,29422,'action complete via WP Cron','2021-01-17 07:17:19','2021-01-17 02:17:19'),
(75777,29423,'action created','2021-01-17 07:17:20','2021-01-17 02:17:20'),
(75778,29423,'action started via WP Cron','2021-01-17 07:18:17','2021-01-17 02:18:17'),
(75779,29423,'action complete via WP Cron','2021-01-17 07:18:17','2021-01-17 02:18:17'),
(75780,29424,'action created','2021-01-17 07:18:17','2021-01-17 02:18:17'),
(75781,29424,'action started via WP Cron','2021-01-17 07:19:42','2021-01-17 02:19:42'),
(75782,29424,'action complete via WP Cron','2021-01-17 07:19:42','2021-01-17 02:19:42'),
(75783,29425,'action created','2021-01-17 07:19:42','2021-01-17 02:19:42'),
(75784,29425,'action started via WP Cron','2021-01-17 07:20:24','2021-01-17 02:20:24'),
(75785,29425,'action complete via WP Cron','2021-01-17 07:20:24','2021-01-17 02:20:24'),
(75786,29426,'action created','2021-01-17 07:20:24','2021-01-17 02:20:24'),
(75787,29426,'action started via WP Cron','2021-01-17 07:21:28','2021-01-17 02:21:28'),
(75788,29426,'action complete via WP Cron','2021-01-17 07:21:28','2021-01-17 02:21:28'),
(75789,29427,'action created','2021-01-17 07:21:28','2021-01-17 02:21:28'),
(75790,29427,'action started via WP Cron','2021-01-17 07:25:12','2021-01-17 02:25:12'),
(75791,29427,'action complete via WP Cron','2021-01-17 07:25:12','2021-01-17 02:25:12'),
(75792,29428,'action created','2021-01-17 07:25:12','2021-01-17 02:25:12'),
(75793,29428,'action started via WP Cron','2021-01-17 07:26:13','2021-01-17 02:26:13'),
(75794,29428,'action complete via WP Cron','2021-01-17 07:26:13','2021-01-17 02:26:13'),
(75795,29429,'action created','2021-01-17 07:26:13','2021-01-17 02:26:13'),
(75796,29429,'action started via WP Cron','2021-01-17 07:28:43','2021-01-17 02:28:43'),
(75797,29429,'action complete via WP Cron','2021-01-17 07:28:43','2021-01-17 02:28:43'),
(75798,29430,'action created','2021-01-17 07:28:43','2021-01-17 02:28:43'),
(75799,29430,'action started via WP Cron','2021-01-17 07:29:25','2021-01-17 02:29:25'),
(75800,29430,'action complete via WP Cron','2021-01-17 07:29:25','2021-01-17 02:29:25'),
(75801,29431,'action created','2021-01-17 07:29:25','2021-01-17 02:29:25'),
(75802,29431,'action started via WP Cron','2021-01-17 07:31:22','2021-01-17 02:31:22'),
(75803,29431,'action complete via WP Cron','2021-01-17 07:31:22','2021-01-17 02:31:22'),
(75804,29432,'action created','2021-01-17 07:31:22','2021-01-17 02:31:22'),
(75805,29432,'action started via WP Cron','2021-01-17 07:33:35','2021-01-17 02:33:35'),
(75806,29432,'action complete via WP Cron','2021-01-17 07:33:35','2021-01-17 02:33:35'),
(75807,29433,'action created','2021-01-17 07:33:35','2021-01-17 02:33:35'),
(75808,29433,'action started via WP Cron','2021-01-17 07:35:37','2021-01-17 02:35:37'),
(75809,29433,'action complete via WP Cron','2021-01-17 07:35:37','2021-01-17 02:35:37'),
(75810,29434,'action created','2021-01-17 07:35:37','2021-01-17 02:35:37'),
(75811,29434,'action started via WP Cron','2021-01-17 07:36:43','2021-01-17 02:36:43'),
(75812,29434,'action complete via WP Cron','2021-01-17 07:36:43','2021-01-17 02:36:43'),
(75813,29435,'action created','2021-01-17 07:36:43','2021-01-17 02:36:43'),
(75814,29435,'action started via WP Cron','2021-01-17 07:37:23','2021-01-17 02:37:23'),
(75815,29435,'action complete via WP Cron','2021-01-17 07:37:23','2021-01-17 02:37:23'),
(75816,29436,'action created','2021-01-17 07:37:23','2021-01-17 02:37:23'),
(75817,29436,'action started via WP Cron','2021-01-17 07:39:31','2021-01-17 02:39:31'),
(75818,29436,'action complete via WP Cron','2021-01-17 07:39:31','2021-01-17 02:39:31'),
(75819,29437,'action created','2021-01-17 07:39:31','2021-01-17 02:39:31'),
(75820,29437,'action started via WP Cron','2021-01-17 07:40:12','2021-01-17 02:40:12'),
(75821,29437,'action complete via WP Cron','2021-01-17 07:40:12','2021-01-17 02:40:12'),
(75822,29438,'action created','2021-01-17 07:40:12','2021-01-17 02:40:12'),
(75823,29438,'action started via WP Cron','2021-01-17 07:41:13','2021-01-17 02:41:13'),
(75824,29438,'action complete via WP Cron','2021-01-17 07:41:13','2021-01-17 02:41:13'),
(75825,29439,'action created','2021-01-17 07:41:13','2021-01-17 02:41:13'),
(75826,29439,'action started via WP Cron','2021-01-17 07:43:11','2021-01-17 02:43:11'),
(75827,29439,'action complete via WP Cron','2021-01-17 07:43:11','2021-01-17 02:43:11'),
(75828,29440,'action created','2021-01-17 07:43:11','2021-01-17 02:43:11'),
(75829,29440,'action started via WP Cron','2021-01-17 07:44:36','2021-01-17 02:44:36'),
(75830,29440,'action complete via WP Cron','2021-01-17 07:44:36','2021-01-17 02:44:36'),
(75831,29441,'action created','2021-01-17 07:44:36','2021-01-17 02:44:36'),
(75832,29441,'action started via WP Cron','2021-01-17 07:46:42','2021-01-17 02:46:42'),
(75833,29441,'action complete via WP Cron','2021-01-17 07:46:42','2021-01-17 02:46:42'),
(75834,29442,'action created','2021-01-17 07:46:42','2021-01-17 02:46:42'),
(75835,29442,'action started via WP Cron','2021-01-17 07:47:21','2021-01-17 02:47:21'),
(75836,29442,'action complete via WP Cron','2021-01-17 07:47:21','2021-01-17 02:47:21'),
(75837,29443,'action created','2021-01-17 07:47:21','2021-01-17 02:47:21'),
(75838,29443,'action started via WP Cron','2021-01-17 07:48:50','2021-01-17 02:48:50'),
(75839,29443,'action complete via WP Cron','2021-01-17 07:48:51','2021-01-17 02:48:51'),
(75840,29444,'action created','2021-01-17 07:48:51','2021-01-17 02:48:51'),
(75841,29444,'action started via WP Cron','2021-01-17 07:49:30','2021-01-17 02:49:30'),
(75842,29444,'action complete via WP Cron','2021-01-17 07:49:30','2021-01-17 02:49:30'),
(75843,29445,'action created','2021-01-17 07:49:30','2021-01-17 02:49:30'),
(75844,29445,'action started via WP Cron','2021-01-17 07:50:30','2021-01-17 02:50:30'),
(75845,29445,'action complete via WP Cron','2021-01-17 07:50:30','2021-01-17 02:50:30'),
(75846,29446,'action created','2021-01-17 07:50:30','2021-01-17 02:50:30'),
(75847,29446,'action started via WP Cron','2021-01-17 07:52:09','2021-01-17 02:52:09'),
(75848,29446,'action complete via WP Cron','2021-01-17 07:52:09','2021-01-17 02:52:09'),
(75849,29447,'action created','2021-01-17 07:52:09','2021-01-17 02:52:09'),
(75850,29447,'action started via WP Cron','2021-01-17 07:52:42','2021-01-17 02:52:42'),
(75851,29447,'action complete via WP Cron','2021-01-17 07:52:42','2021-01-17 02:52:42'),
(75852,29448,'action created','2021-01-17 07:52:42','2021-01-17 02:52:42'),
(75853,29448,'action started via WP Cron','2021-01-17 07:53:29','2021-01-17 02:53:29'),
(75854,29448,'action complete via WP Cron','2021-01-17 07:53:29','2021-01-17 02:53:29'),
(75855,29449,'action created','2021-01-17 07:53:29','2021-01-17 02:53:29'),
(75856,29449,'action started via WP Cron','2021-01-17 07:54:50','2021-01-17 02:54:50'),
(75857,29449,'action complete via WP Cron','2021-01-17 07:54:50','2021-01-17 02:54:50'),
(75858,29450,'action created','2021-01-17 07:54:50','2021-01-17 02:54:50'),
(75859,29450,'action started via WP Cron','2021-01-17 07:56:01','2021-01-17 02:56:01'),
(75860,29450,'action complete via WP Cron','2021-01-17 07:56:01','2021-01-17 02:56:01'),
(75861,29451,'action created','2021-01-17 07:56:01','2021-01-17 02:56:01'),
(75862,29451,'action started via WP Cron','2021-01-17 07:56:49','2021-01-17 02:56:49'),
(75863,29451,'action complete via WP Cron','2021-01-17 07:56:49','2021-01-17 02:56:49'),
(75864,29452,'action created','2021-01-17 07:56:49','2021-01-17 02:56:49'),
(75865,29452,'action started via WP Cron','2021-01-17 07:57:11','2021-01-17 02:57:11'),
(75866,29452,'action complete via WP Cron','2021-01-17 07:57:11','2021-01-17 02:57:11'),
(75867,29453,'action created','2021-01-17 07:57:11','2021-01-17 02:57:11'),
(75868,29453,'action started via WP Cron','2021-01-17 07:58:28','2021-01-17 02:58:28'),
(75869,29453,'action complete via WP Cron','2021-01-17 07:58:28','2021-01-17 02:58:28'),
(75870,29454,'action created','2021-01-17 07:58:28','2021-01-17 02:58:28'),
(75871,29454,'action started via WP Cron','2021-01-17 07:59:32','2021-01-17 02:59:32'),
(75872,29454,'action complete via WP Cron','2021-01-17 07:59:32','2021-01-17 02:59:32'),
(75873,29455,'action created','2021-01-17 07:59:32','2021-01-17 02:59:32'),
(75874,29455,'action started via WP Cron','2021-01-17 08:00:11','2021-01-17 03:00:11'),
(75875,29455,'action complete via WP Cron','2021-01-17 08:00:11','2021-01-17 03:00:11'),
(75876,29456,'action created','2021-01-17 08:00:11','2021-01-17 03:00:11'),
(75877,29456,'action started via WP Cron','2021-01-17 08:01:30','2021-01-17 03:01:30'),
(75878,29456,'action complete via WP Cron','2021-01-17 08:01:30','2021-01-17 03:01:30'),
(75879,29457,'action created','2021-01-17 08:01:30','2021-01-17 03:01:30'),
(75880,29457,'action started via WP Cron','2021-01-17 08:02:43','2021-01-17 03:02:43'),
(75881,29457,'action complete via WP Cron','2021-01-17 08:02:43','2021-01-17 03:02:43'),
(75882,29458,'action created','2021-01-17 08:02:43','2021-01-17 03:02:43'),
(75883,29458,'action started via WP Cron','2021-01-17 08:03:38','2021-01-17 03:03:38'),
(75884,29458,'action complete via WP Cron','2021-01-17 08:03:38','2021-01-17 03:03:38'),
(75885,29459,'action created','2021-01-17 08:03:38','2021-01-17 03:03:38'),
(75886,29459,'action started via WP Cron','2021-01-17 08:04:15','2021-01-17 03:04:15'),
(75887,29459,'action complete via WP Cron','2021-01-17 08:04:15','2021-01-17 03:04:15'),
(75888,29460,'action created','2021-01-17 08:04:15','2021-01-17 03:04:15'),
(75889,29460,'action started via WP Cron','2021-01-17 08:05:18','2021-01-17 03:05:18'),
(75890,29460,'action complete via WP Cron','2021-01-17 08:05:18','2021-01-17 03:05:18'),
(75891,29461,'action created','2021-01-17 08:05:18','2021-01-17 03:05:18'),
(75892,29461,'action started via WP Cron','2021-01-17 08:06:20','2021-01-17 03:06:20'),
(75893,29461,'action complete via WP Cron','2021-01-17 08:06:20','2021-01-17 03:06:20'),
(75894,29462,'action created','2021-01-17 08:06:20','2021-01-17 03:06:20'),
(75895,29462,'action started via WP Cron','2021-01-17 08:07:24','2021-01-17 03:07:24'),
(75896,29462,'action complete via WP Cron','2021-01-17 08:07:25','2021-01-17 03:07:25'),
(75897,29463,'action created','2021-01-17 08:07:25','2021-01-17 03:07:25'),
(75898,29463,'action started via WP Cron','2021-01-17 08:08:15','2021-01-17 03:08:15'),
(75899,29463,'action complete via WP Cron','2021-01-17 08:08:15','2021-01-17 03:08:15'),
(75900,29464,'action created','2021-01-17 08:08:15','2021-01-17 03:08:15'),
(75901,29464,'action started via WP Cron','2021-01-17 08:09:18','2021-01-17 03:09:18'),
(75902,29464,'action complete via WP Cron','2021-01-17 08:09:18','2021-01-17 03:09:18'),
(75903,29465,'action created','2021-01-17 08:09:18','2021-01-17 03:09:18'),
(75904,29465,'action started via WP Cron','2021-01-17 08:10:13','2021-01-17 03:10:13'),
(75905,29465,'action complete via WP Cron','2021-01-17 08:10:13','2021-01-17 03:10:13'),
(75906,29466,'action created','2021-01-17 08:10:13','2021-01-17 03:10:13'),
(75907,29466,'action started via WP Cron','2021-01-17 08:11:15','2021-01-17 03:11:15'),
(75908,29466,'action complete via WP Cron','2021-01-17 08:11:15','2021-01-17 03:11:15'),
(75909,29467,'action created','2021-01-17 08:11:15','2021-01-17 03:11:15'),
(75910,29467,'action started via WP Cron','2021-01-17 08:12:13','2021-01-17 03:12:13'),
(75911,29467,'action complete via WP Cron','2021-01-17 08:12:13','2021-01-17 03:12:13'),
(75912,29468,'action created','2021-01-17 08:12:13','2021-01-17 03:12:13'),
(75913,29468,'action started via WP Cron','2021-01-17 08:14:11','2021-01-17 03:14:11'),
(75914,29468,'action complete via WP Cron','2021-01-17 08:14:11','2021-01-17 03:14:11'),
(75915,29469,'action created','2021-01-17 08:14:11','2021-01-17 03:14:11'),
(75916,29469,'action started via WP Cron','2021-01-17 08:15:20','2021-01-17 03:15:20'),
(75917,29469,'action complete via WP Cron','2021-01-17 08:15:20','2021-01-17 03:15:20'),
(75918,29470,'action created','2021-01-17 08:15:20','2021-01-17 03:15:20'),
(75919,29470,'action started via WP Cron','2021-01-17 08:16:36','2021-01-17 03:16:36'),
(75920,29470,'action complete via WP Cron','2021-01-17 08:16:36','2021-01-17 03:16:36'),
(75921,29471,'action created','2021-01-17 08:16:36','2021-01-17 03:16:36'),
(75922,29471,'action started via WP Cron','2021-01-17 08:17:13','2021-01-17 03:17:13'),
(75923,29471,'action complete via WP Cron','2021-01-17 08:17:13','2021-01-17 03:17:13'),
(75924,29472,'action created','2021-01-17 08:17:13','2021-01-17 03:17:13'),
(75925,29472,'action started via WP Cron','2021-01-17 08:18:42','2021-01-17 03:18:42'),
(75926,29472,'action complete via WP Cron','2021-01-17 08:18:42','2021-01-17 03:18:42'),
(75927,29473,'action created','2021-01-17 08:18:42','2021-01-17 03:18:42'),
(75928,29473,'action started via WP Cron','2021-01-17 08:21:23','2021-01-17 03:21:23'),
(75929,29473,'action complete via WP Cron','2021-01-17 08:21:23','2021-01-17 03:21:23'),
(75930,29474,'action created','2021-01-17 08:21:23','2021-01-17 03:21:23'),
(75931,29474,'action started via WP Cron','2021-01-17 08:22:36','2021-01-17 03:22:36'),
(75932,29474,'action complete via WP Cron','2021-01-17 08:22:36','2021-01-17 03:22:36'),
(75933,29475,'action created','2021-01-17 08:22:36','2021-01-17 03:22:36'),
(75934,29475,'action started via WP Cron','2021-01-17 08:23:29','2021-01-17 03:23:29'),
(75935,29475,'action complete via WP Cron','2021-01-17 08:23:29','2021-01-17 03:23:29'),
(75936,29476,'action created','2021-01-17 08:23:29','2021-01-17 03:23:29'),
(75937,29476,'action started via WP Cron','2021-01-17 08:24:12','2021-01-17 03:24:12'),
(75938,29476,'action complete via WP Cron','2021-01-17 08:24:12','2021-01-17 03:24:12'),
(75939,29477,'action created','2021-01-17 08:24:12','2021-01-17 03:24:12'),
(75940,29477,'action started via WP Cron','2021-01-17 08:25:18','2021-01-17 03:25:18'),
(75941,29477,'action complete via WP Cron','2021-01-17 08:25:18','2021-01-17 03:25:18'),
(75942,29478,'action created','2021-01-17 08:25:18','2021-01-17 03:25:18'),
(75943,29478,'action started via WP Cron','2021-01-17 08:27:32','2021-01-17 03:27:32'),
(75944,29478,'action complete via WP Cron','2021-01-17 08:27:32','2021-01-17 03:27:32'),
(75945,29479,'action created','2021-01-17 08:27:32','2021-01-17 03:27:32'),
(75946,29479,'action started via WP Cron','2021-01-17 08:28:43','2021-01-17 03:28:43'),
(75947,29479,'action complete via WP Cron','2021-01-17 08:28:43','2021-01-17 03:28:43'),
(75948,29480,'action created','2021-01-17 08:28:43','2021-01-17 03:28:43'),
(75949,29480,'action started via WP Cron','2021-01-17 08:29:28','2021-01-17 03:29:28'),
(75950,29480,'action complete via WP Cron','2021-01-17 08:29:28','2021-01-17 03:29:28'),
(75951,29481,'action created','2021-01-17 08:29:28','2021-01-17 03:29:28'),
(75952,29481,'action started via WP Cron','2021-01-17 08:31:32','2021-01-17 03:31:32'),
(75953,29481,'action complete via WP Cron','2021-01-17 08:31:32','2021-01-17 03:31:32'),
(75954,29482,'action created','2021-01-17 08:31:32','2021-01-17 03:31:32'),
(75955,29482,'action started via WP Cron','2021-01-17 08:32:27','2021-01-17 03:32:27'),
(75956,29482,'action complete via WP Cron','2021-01-17 08:32:27','2021-01-17 03:32:27'),
(75957,29483,'action created','2021-01-17 08:32:27','2021-01-17 03:32:27'),
(75958,29483,'action started via WP Cron','2021-01-17 08:33:35','2021-01-17 03:33:35'),
(75959,29483,'action complete via WP Cron','2021-01-17 08:33:35','2021-01-17 03:33:35'),
(75960,29484,'action created','2021-01-17 08:33:35','2021-01-17 03:33:35'),
(75961,29484,'action started via WP Cron','2021-01-17 08:34:25','2021-01-17 03:34:25'),
(75962,29484,'action complete via WP Cron','2021-01-17 08:34:25','2021-01-17 03:34:25'),
(75963,29485,'action created','2021-01-17 08:34:25','2021-01-17 03:34:25'),
(75964,29485,'action started via WP Cron','2021-01-17 08:36:17','2021-01-17 03:36:17'),
(75965,29485,'action complete via WP Cron','2021-01-17 08:36:17','2021-01-17 03:36:17'),
(75966,29486,'action created','2021-01-17 08:36:17','2021-01-17 03:36:17'),
(75967,29486,'action started via WP Cron','2021-01-17 08:37:12','2021-01-17 03:37:12'),
(75968,29486,'action complete via WP Cron','2021-01-17 08:37:12','2021-01-17 03:37:12'),
(75969,29487,'action created','2021-01-17 08:37:12','2021-01-17 03:37:12'),
(75970,29487,'action started via WP Cron','2021-01-17 08:38:15','2021-01-17 03:38:15'),
(75971,29487,'action complete via WP Cron','2021-01-17 08:38:15','2021-01-17 03:38:15'),
(75972,29488,'action created','2021-01-17 08:38:15','2021-01-17 03:38:15'),
(75973,29488,'action started via WP Cron','2021-01-17 08:39:15','2021-01-17 03:39:15'),
(75974,29488,'action complete via WP Cron','2021-01-17 08:39:15','2021-01-17 03:39:15'),
(75975,29489,'action created','2021-01-17 08:39:15','2021-01-17 03:39:15'),
(75976,29489,'action started via WP Cron','2021-01-17 08:40:15','2021-01-17 03:40:15'),
(75977,29489,'action complete via WP Cron','2021-01-17 08:40:15','2021-01-17 03:40:15'),
(75978,29490,'action created','2021-01-17 08:40:15','2021-01-17 03:40:15'),
(75979,29490,'action started via WP Cron','2021-01-17 08:41:13','2021-01-17 03:41:13'),
(75980,29490,'action complete via WP Cron','2021-01-17 08:41:13','2021-01-17 03:41:13'),
(75981,29491,'action created','2021-01-17 08:41:13','2021-01-17 03:41:13'),
(75982,29491,'action started via WP Cron','2021-01-17 08:42:13','2021-01-17 03:42:13'),
(75983,29491,'action complete via WP Cron','2021-01-17 08:42:13','2021-01-17 03:42:13'),
(75984,29492,'action created','2021-01-17 08:42:13','2021-01-17 03:42:13'),
(75985,29492,'action started via WP Cron','2021-01-17 08:43:12','2021-01-17 03:43:12'),
(75986,29492,'action complete via WP Cron','2021-01-17 08:43:12','2021-01-17 03:43:12'),
(75987,29493,'action created','2021-01-17 08:43:12','2021-01-17 03:43:12'),
(75988,29493,'action started via WP Cron','2021-01-17 08:44:12','2021-01-17 03:44:12'),
(75989,29493,'action complete via WP Cron','2021-01-17 08:44:12','2021-01-17 03:44:12'),
(75990,29494,'action created','2021-01-17 08:44:12','2021-01-17 03:44:12'),
(75991,29494,'action started via WP Cron','2021-01-17 08:45:21','2021-01-17 03:45:21'),
(75992,29494,'action complete via WP Cron','2021-01-17 08:45:21','2021-01-17 03:45:21'),
(75993,29495,'action created','2021-01-17 08:45:21','2021-01-17 03:45:21'),
(75994,29495,'action started via WP Cron','2021-01-17 08:46:12','2021-01-17 03:46:12'),
(75995,29495,'action complete via WP Cron','2021-01-17 08:46:12','2021-01-17 03:46:12'),
(75996,29496,'action created','2021-01-17 08:46:12','2021-01-17 03:46:12'),
(75997,29496,'action started via WP Cron','2021-01-17 08:47:15','2021-01-17 03:47:15'),
(75998,29496,'action complete via WP Cron','2021-01-17 08:47:15','2021-01-17 03:47:15'),
(75999,29497,'action created','2021-01-17 08:47:15','2021-01-17 03:47:15'),
(76000,29497,'action started via WP Cron','2021-01-17 08:48:16','2021-01-17 03:48:16'),
(76001,29497,'action complete via WP Cron','2021-01-17 08:48:16','2021-01-17 03:48:16'),
(76002,29498,'action created','2021-01-17 08:48:16','2021-01-17 03:48:16'),
(76003,29498,'action started via WP Cron','2021-01-17 08:49:14','2021-01-17 03:49:14'),
(76004,29498,'action complete via WP Cron','2021-01-17 08:49:14','2021-01-17 03:49:14'),
(76005,29499,'action created','2021-01-17 08:49:14','2021-01-17 03:49:14'),
(76006,29499,'action started via WP Cron','2021-01-17 08:50:11','2021-01-17 03:50:11'),
(76007,29499,'action complete via WP Cron','2021-01-17 08:50:11','2021-01-17 03:50:11'),
(76008,29500,'action created','2021-01-17 08:50:11','2021-01-17 03:50:11'),
(76009,29500,'action started via WP Cron','2021-01-17 08:51:13','2021-01-17 03:51:13'),
(76010,29500,'action complete via WP Cron','2021-01-17 08:51:13','2021-01-17 03:51:13'),
(76011,29501,'action created','2021-01-17 08:51:13','2021-01-17 03:51:13'),
(76012,29501,'action started via WP Cron','2021-01-17 08:52:12','2021-01-17 03:52:12'),
(76013,29501,'action complete via WP Cron','2021-01-17 08:52:12','2021-01-17 03:52:12'),
(76014,29502,'action created','2021-01-17 08:52:12','2021-01-17 03:52:12'),
(76015,29502,'action started via WP Cron','2021-01-17 08:53:21','2021-01-17 03:53:21'),
(76016,29502,'action complete via WP Cron','2021-01-17 08:53:21','2021-01-17 03:53:21'),
(76017,29503,'action created','2021-01-17 08:53:22','2021-01-17 03:53:22'),
(76018,29503,'action started via WP Cron','2021-01-17 08:54:21','2021-01-17 03:54:21'),
(76019,29503,'action complete via WP Cron','2021-01-17 08:54:21','2021-01-17 03:54:21'),
(76020,29504,'action created','2021-01-17 08:54:22','2021-01-17 03:54:22'),
(76021,29504,'action started via WP Cron','2021-01-17 08:55:18','2021-01-17 03:55:18'),
(76022,29504,'action complete via WP Cron','2021-01-17 08:55:18','2021-01-17 03:55:18'),
(76023,29505,'action created','2021-01-17 08:55:18','2021-01-17 03:55:18'),
(76024,29505,'action started via WP Cron','2021-01-17 08:56:16','2021-01-17 03:56:16'),
(76025,29505,'action complete via WP Cron','2021-01-17 08:56:16','2021-01-17 03:56:16'),
(76026,29506,'action created','2021-01-17 08:56:16','2021-01-17 03:56:16'),
(76027,29506,'action started via WP Cron','2021-01-17 08:57:15','2021-01-17 03:57:15'),
(76028,29506,'action complete via WP Cron','2021-01-17 08:57:16','2021-01-17 03:57:16'),
(76029,29507,'action created','2021-01-17 08:57:16','2021-01-17 03:57:16'),
(76030,29507,'action started via WP Cron','2021-01-17 08:58:14','2021-01-17 03:58:14'),
(76031,29507,'action complete via WP Cron','2021-01-17 08:58:14','2021-01-17 03:58:14'),
(76032,29508,'action created','2021-01-17 08:58:14','2021-01-17 03:58:14'),
(76033,29508,'action started via WP Cron','2021-01-17 08:59:15','2021-01-17 03:59:15'),
(76034,29508,'action complete via WP Cron','2021-01-17 08:59:15','2021-01-17 03:59:15'),
(76035,29509,'action created','2021-01-17 08:59:15','2021-01-17 03:59:15'),
(76036,29509,'action started via WP Cron','2021-01-17 09:00:15','2021-01-17 04:00:15'),
(76037,29509,'action complete via WP Cron','2021-01-17 09:00:15','2021-01-17 04:00:15'),
(76038,29510,'action created','2021-01-17 09:00:15','2021-01-17 04:00:15'),
(76039,29510,'action started via WP Cron','2021-01-17 09:01:13','2021-01-17 04:01:13'),
(76040,29510,'action complete via WP Cron','2021-01-17 09:01:13','2021-01-17 04:01:13'),
(76041,29511,'action created','2021-01-17 09:01:13','2021-01-17 04:01:13'),
(76042,29511,'action started via WP Cron','2021-01-17 09:02:12','2021-01-17 04:02:12'),
(76043,29511,'action complete via WP Cron','2021-01-17 09:02:12','2021-01-17 04:02:12'),
(76044,29512,'action created','2021-01-17 09:02:12','2021-01-17 04:02:12'),
(76045,29512,'action started via WP Cron','2021-01-17 09:03:12','2021-01-17 04:03:12'),
(76046,29512,'action complete via WP Cron','2021-01-17 09:03:12','2021-01-17 04:03:12'),
(76047,29513,'action created','2021-01-17 09:03:12','2021-01-17 04:03:12'),
(76048,29513,'action started via WP Cron','2021-01-17 09:04:12','2021-01-17 04:04:12'),
(76049,29513,'action complete via WP Cron','2021-01-17 09:04:12','2021-01-17 04:04:12'),
(76050,29514,'action created','2021-01-17 09:04:12','2021-01-17 04:04:12'),
(76051,29514,'action started via WP Cron','2021-01-17 09:05:12','2021-01-17 04:05:12'),
(76052,29514,'action complete via WP Cron','2021-01-17 09:05:12','2021-01-17 04:05:12'),
(76053,29515,'action created','2021-01-17 09:05:12','2021-01-17 04:05:12'),
(76054,29515,'action started via WP Cron','2021-01-17 09:06:12','2021-01-17 04:06:12'),
(76055,29515,'action complete via WP Cron','2021-01-17 09:06:12','2021-01-17 04:06:12'),
(76056,29516,'action created','2021-01-17 09:06:12','2021-01-17 04:06:12'),
(76057,29516,'action started via WP Cron','2021-01-17 09:07:20','2021-01-17 04:07:20'),
(76058,29516,'action complete via WP Cron','2021-01-17 09:07:20','2021-01-17 04:07:20'),
(76059,29517,'action created','2021-01-17 09:07:20','2021-01-17 04:07:20'),
(76060,29517,'action started via WP Cron','2021-01-17 09:08:20','2021-01-17 04:08:20'),
(76061,29517,'action complete via WP Cron','2021-01-17 09:08:20','2021-01-17 04:08:20'),
(76062,29518,'action created','2021-01-17 09:08:20','2021-01-17 04:08:20'),
(76063,29518,'action started via WP Cron','2021-01-17 09:09:18','2021-01-17 04:09:18'),
(76064,29518,'action complete via WP Cron','2021-01-17 09:09:18','2021-01-17 04:09:18'),
(76065,29519,'action created','2021-01-17 09:09:18','2021-01-17 04:09:18'),
(76066,29519,'action started via WP Cron','2021-01-17 09:10:17','2021-01-17 04:10:17'),
(76067,29519,'action complete via WP Cron','2021-01-17 09:10:17','2021-01-17 04:10:17'),
(76068,29520,'action created','2021-01-17 09:10:17','2021-01-17 04:10:17'),
(76069,29520,'action started via WP Cron','2021-01-17 09:11:16','2021-01-17 04:11:16'),
(76070,29520,'action complete via WP Cron','2021-01-17 09:11:16','2021-01-17 04:11:16'),
(76071,29521,'action created','2021-01-17 09:11:16','2021-01-17 04:11:16'),
(76072,29521,'action started via WP Cron','2021-01-17 09:12:15','2021-01-17 04:12:15'),
(76073,29521,'action complete via WP Cron','2021-01-17 09:12:15','2021-01-17 04:12:15'),
(76074,29522,'action created','2021-01-17 09:12:15','2021-01-17 04:12:15'),
(76075,29522,'action started via WP Cron','2021-01-17 09:13:14','2021-01-17 04:13:14'),
(76076,29522,'action complete via WP Cron','2021-01-17 09:13:14','2021-01-17 04:13:14'),
(76077,29523,'action created','2021-01-17 09:13:14','2021-01-17 04:13:14'),
(76078,29523,'action started via WP Cron','2021-01-17 09:15:06','2021-01-17 04:15:06'),
(76079,29523,'action complete via WP Cron','2021-01-17 09:15:06','2021-01-17 04:15:06'),
(76080,29524,'action created','2021-01-17 09:15:06','2021-01-17 04:15:06'),
(76081,29524,'action started via WP Cron','2021-01-17 09:15:43','2021-01-17 04:15:43'),
(76082,29524,'action complete via WP Cron','2021-01-17 09:15:43','2021-01-17 04:15:43'),
(76083,29525,'action created','2021-01-17 09:15:43','2021-01-17 04:15:43'),
(76084,29525,'action started via WP Cron','2021-01-17 09:16:11','2021-01-17 04:16:11'),
(76085,29525,'action complete via WP Cron','2021-01-17 09:16:11','2021-01-17 04:16:11'),
(76086,29526,'action created','2021-01-17 09:16:11','2021-01-17 04:16:11'),
(76087,29526,'action started via WP Cron','2021-01-17 09:17:44','2021-01-17 04:17:44'),
(76088,29526,'action complete via WP Cron','2021-01-17 09:17:44','2021-01-17 04:17:44'),
(76089,29527,'action created','2021-01-17 09:17:44','2021-01-17 04:17:44'),
(76090,29527,'action started via WP Cron','2021-01-17 09:18:21','2021-01-17 04:18:21'),
(76091,29527,'action complete via WP Cron','2021-01-17 09:18:21','2021-01-17 04:18:21'),
(76092,29528,'action created','2021-01-17 09:18:21','2021-01-17 04:18:21'),
(76093,29528,'action started via WP Cron','2021-01-17 09:19:32','2021-01-17 04:19:32'),
(76094,29528,'action complete via WP Cron','2021-01-17 09:19:32','2021-01-17 04:19:32'),
(76095,29529,'action created','2021-01-17 09:19:32','2021-01-17 04:19:32'),
(76096,29529,'action started via WP Cron','2021-01-17 09:21:09','2021-01-17 04:21:09'),
(76097,29529,'action complete via WP Cron','2021-01-17 09:21:09','2021-01-17 04:21:09'),
(76098,29530,'action created','2021-01-17 09:21:09','2021-01-17 04:21:09'),
(76099,29530,'action started via WP Cron','2021-01-17 09:21:33','2021-01-17 04:21:33'),
(76100,29530,'action complete via WP Cron','2021-01-17 09:21:33','2021-01-17 04:21:33'),
(76101,29531,'action created','2021-01-17 09:21:33','2021-01-17 04:21:33'),
(76102,29531,'action started via WP Cron','2021-01-17 09:22:34','2021-01-17 04:22:34'),
(76103,29531,'action complete via WP Cron','2021-01-17 09:22:34','2021-01-17 04:22:34'),
(76104,29532,'action created','2021-01-17 09:22:35','2021-01-17 04:22:35'),
(76105,29532,'action started via WP Cron','2021-01-17 09:24:37','2021-01-17 04:24:37'),
(76106,29532,'action complete via WP Cron','2021-01-17 09:24:37','2021-01-17 04:24:37'),
(76107,29533,'action created','2021-01-17 09:24:38','2021-01-17 04:24:38'),
(76108,29533,'action started via WP Cron','2021-01-17 09:25:38','2021-01-17 04:25:38'),
(76109,29533,'action complete via WP Cron','2021-01-17 09:25:38','2021-01-17 04:25:38'),
(76110,29534,'action created','2021-01-17 09:25:38','2021-01-17 04:25:38'),
(76111,29534,'action started via WP Cron','2021-01-17 09:27:39','2021-01-17 04:27:39'),
(76112,29534,'action complete via WP Cron','2021-01-17 09:27:39','2021-01-17 04:27:39'),
(76113,29535,'action created','2021-01-17 09:27:39','2021-01-17 04:27:39'),
(76114,29535,'action started via WP Cron','2021-01-17 09:29:01','2021-01-17 04:29:01'),
(76115,29535,'action complete via WP Cron','2021-01-17 09:29:01','2021-01-17 04:29:01'),
(76116,29536,'action created','2021-01-17 09:29:01','2021-01-17 04:29:01'),
(76117,29536,'action started via WP Cron','2021-01-17 09:29:14','2021-01-17 04:29:14'),
(76118,29536,'action complete via WP Cron','2021-01-17 09:29:14','2021-01-17 04:29:14'),
(76119,29537,'action created','2021-01-17 09:29:14','2021-01-17 04:29:14'),
(76120,29537,'action started via WP Cron','2021-01-17 09:30:24','2021-01-17 04:30:24'),
(76121,29537,'action complete via WP Cron','2021-01-17 09:30:24','2021-01-17 04:30:24'),
(76122,29538,'action created','2021-01-17 09:30:24','2021-01-17 04:30:24'),
(76123,29538,'action started via WP Cron','2021-01-17 09:31:13','2021-01-17 04:31:13'),
(76124,29538,'action complete via WP Cron','2021-01-17 09:31:13','2021-01-17 04:31:13'),
(76125,29539,'action created','2021-01-17 09:31:13','2021-01-17 04:31:13'),
(76126,29539,'action started via WP Cron','2021-01-17 09:32:37','2021-01-17 04:32:37'),
(76127,29539,'action complete via WP Cron','2021-01-17 09:32:37','2021-01-17 04:32:37'),
(76128,29540,'action created','2021-01-17 09:32:37','2021-01-17 04:32:37'),
(76129,29540,'action started via WP Cron','2021-01-17 09:33:36','2021-01-17 04:33:36'),
(76130,29540,'action complete via WP Cron','2021-01-17 09:33:36','2021-01-17 04:33:36'),
(76131,29541,'action created','2021-01-17 09:33:36','2021-01-17 04:33:36'),
(76132,29541,'action started via WP Cron','2021-01-17 09:34:39','2021-01-17 04:34:39'),
(76133,29541,'action complete via WP Cron','2021-01-17 09:34:39','2021-01-17 04:34:39'),
(76134,29542,'action created','2021-01-17 09:34:39','2021-01-17 04:34:39'),
(76135,29542,'action started via WP Cron','2021-01-17 09:35:23','2021-01-17 04:35:23'),
(76136,29542,'action complete via WP Cron','2021-01-17 09:35:23','2021-01-17 04:35:23'),
(76137,29543,'action created','2021-01-17 09:35:23','2021-01-17 04:35:23'),
(76138,29543,'action started via WP Cron','2021-01-17 09:36:17','2021-01-17 04:36:17'),
(76139,29543,'action complete via WP Cron','2021-01-17 09:36:17','2021-01-17 04:36:17'),
(76140,29544,'action created','2021-01-17 09:36:17','2021-01-17 04:36:17'),
(76141,29544,'action started via WP Cron','2021-01-17 09:39:34','2021-01-17 04:39:34'),
(76142,29544,'action complete via WP Cron','2021-01-17 09:39:34','2021-01-17 04:39:34'),
(76143,29545,'action created','2021-01-17 09:39:34','2021-01-17 04:39:34'),
(76144,29545,'action started via WP Cron','2021-01-17 09:40:24','2021-01-17 04:40:24'),
(76145,29545,'action complete via WP Cron','2021-01-17 09:40:24','2021-01-17 04:40:24'),
(76146,29546,'action created','2021-01-17 09:40:24','2021-01-17 04:40:24'),
(76147,29546,'action started via WP Cron','2021-01-17 09:42:08','2021-01-17 04:42:08'),
(76148,29546,'action complete via WP Cron','2021-01-17 09:42:08','2021-01-17 04:42:08'),
(76149,29547,'action created','2021-01-17 09:42:08','2021-01-17 04:42:08'),
(76150,29547,'action started via WP Cron','2021-01-17 09:42:42','2021-01-17 04:42:42'),
(76151,29547,'action complete via WP Cron','2021-01-17 09:42:42','2021-01-17 04:42:42'),
(76152,29548,'action created','2021-01-17 09:42:42','2021-01-17 04:42:42'),
(76153,29548,'action started via WP Cron','2021-01-17 09:44:49','2021-01-17 04:44:49'),
(76154,29548,'action complete via WP Cron','2021-01-17 09:44:49','2021-01-17 04:44:49'),
(76155,29549,'action created','2021-01-17 09:44:49','2021-01-17 04:44:49'),
(76156,29549,'action started via WP Cron','2021-01-17 09:45:24','2021-01-17 04:45:24'),
(76157,29549,'action complete via WP Cron','2021-01-17 09:45:24','2021-01-17 04:45:24'),
(76158,29550,'action created','2021-01-17 09:45:24','2021-01-17 04:45:24'),
(76159,29550,'action started via WP Cron','2021-01-17 09:46:22','2021-01-17 04:46:22'),
(76160,29550,'action complete via WP Cron','2021-01-17 09:46:22','2021-01-17 04:46:22'),
(76161,29551,'action created','2021-01-17 09:46:22','2021-01-17 04:46:22'),
(76162,29551,'action started via WP Cron','2021-01-17 09:47:32','2021-01-17 04:47:32'),
(76163,29551,'action complete via WP Cron','2021-01-17 09:47:32','2021-01-17 04:47:32'),
(76164,29552,'action created','2021-01-17 09:47:32','2021-01-17 04:47:32'),
(76165,29552,'action started via WP Cron','2021-01-17 09:48:26','2021-01-17 04:48:26'),
(76166,29552,'action complete via WP Cron','2021-01-17 09:48:26','2021-01-17 04:48:26'),
(76167,29553,'action created','2021-01-17 09:48:26','2021-01-17 04:48:26'),
(76168,29553,'action started via WP Cron','2021-01-17 09:49:30','2021-01-17 04:49:30'),
(76169,29553,'action complete via WP Cron','2021-01-17 09:49:30','2021-01-17 04:49:30'),
(76170,29554,'action created','2021-01-17 09:49:30','2021-01-17 04:49:30'),
(76171,29554,'action started via WP Cron','2021-01-17 09:50:28','2021-01-17 04:50:28'),
(76172,29554,'action complete via WP Cron','2021-01-17 09:50:28','2021-01-17 04:50:28'),
(76173,29555,'action created','2021-01-17 09:50:28','2021-01-17 04:50:28'),
(76174,29555,'action started via WP Cron','2021-01-17 09:51:15','2021-01-17 04:51:15'),
(76175,29555,'action complete via WP Cron','2021-01-17 09:51:15','2021-01-17 04:51:15'),
(76176,29556,'action created','2021-01-17 09:51:15','2021-01-17 04:51:15'),
(76177,29556,'action started via WP Cron','2021-01-17 09:52:15','2021-01-17 04:52:15'),
(76178,29556,'action complete via WP Cron','2021-01-17 09:52:15','2021-01-17 04:52:15'),
(76179,29557,'action created','2021-01-17 09:52:15','2021-01-17 04:52:15'),
(76180,29557,'action started via WP Cron','2021-01-17 09:54:50','2021-01-17 04:54:50'),
(76181,29557,'action complete via WP Cron','2021-01-17 09:54:50','2021-01-17 04:54:50'),
(76182,29558,'action created','2021-01-17 09:54:50','2021-01-17 04:54:50'),
(76183,29558,'action started via WP Cron','2021-01-17 09:55:56','2021-01-17 04:55:56'),
(76184,29558,'action complete via WP Cron','2021-01-17 09:55:56','2021-01-17 04:55:56'),
(76185,29559,'action created','2021-01-17 09:55:56','2021-01-17 04:55:56'),
(76186,29559,'action started via WP Cron','2021-01-17 09:58:55','2021-01-17 04:58:55'),
(76187,29559,'action complete via WP Cron','2021-01-17 09:58:55','2021-01-17 04:58:55'),
(76188,29560,'action created','2021-01-17 09:58:55','2021-01-17 04:58:55'),
(76189,29560,'action started via WP Cron','2021-01-17 10:01:03','2021-01-17 05:01:03'),
(76190,29560,'action complete via WP Cron','2021-01-17 10:01:03','2021-01-17 05:01:03'),
(76191,29561,'action created','2021-01-17 10:01:03','2021-01-17 05:01:03'),
(76192,29561,'action started via WP Cron','2021-01-17 10:04:27','2021-01-17 05:04:27'),
(76193,29561,'action complete via WP Cron','2021-01-17 10:04:27','2021-01-17 05:04:27'),
(76194,29562,'action created','2021-01-17 10:04:27','2021-01-17 05:04:27'),
(76195,29562,'action started via WP Cron','2021-01-17 10:05:51','2021-01-17 05:05:51'),
(76196,29562,'action complete via WP Cron','2021-01-17 10:05:51','2021-01-17 05:05:51'),
(76197,29563,'action created','2021-01-17 10:05:51','2021-01-17 05:05:51'),
(76198,29563,'action started via WP Cron','2021-01-17 10:06:31','2021-01-17 05:06:31'),
(76199,29563,'action complete via WP Cron','2021-01-17 10:06:31','2021-01-17 05:06:31'),
(76200,29564,'action created','2021-01-17 10:06:31','2021-01-17 05:06:31'),
(76201,29564,'action started via WP Cron','2021-01-17 10:07:13','2021-01-17 05:07:13'),
(76202,29564,'action complete via WP Cron','2021-01-17 10:07:13','2021-01-17 05:07:13'),
(76203,29565,'action created','2021-01-17 10:07:13','2021-01-17 05:07:13'),
(76204,29565,'action started via WP Cron','2021-01-17 10:08:58','2021-01-17 05:08:58'),
(76205,29565,'action complete via WP Cron','2021-01-17 10:08:58','2021-01-17 05:08:58'),
(76206,29566,'action created','2021-01-17 10:08:58','2021-01-17 05:08:58'),
(76207,29566,'action started via WP Cron','2021-01-17 10:09:20','2021-01-17 05:09:20'),
(76208,29566,'action complete via WP Cron','2021-01-17 10:09:20','2021-01-17 05:09:20'),
(76209,29567,'action created','2021-01-17 10:09:20','2021-01-17 05:09:20'),
(76210,29567,'action started via WP Cron','2021-01-17 10:10:37','2021-01-17 05:10:37'),
(76211,29567,'action complete via WP Cron','2021-01-17 10:10:37','2021-01-17 05:10:37'),
(76212,29568,'action created','2021-01-17 10:10:37','2021-01-17 05:10:37'),
(76213,29568,'action started via WP Cron','2021-01-17 10:11:30','2021-01-17 05:11:30'),
(76214,29568,'action complete via WP Cron','2021-01-17 10:11:31','2021-01-17 05:11:31'),
(76215,29569,'action created','2021-01-17 10:11:31','2021-01-17 05:11:31'),
(76216,29569,'action started via WP Cron','2021-01-17 10:12:14','2021-01-17 05:12:14'),
(76217,29569,'action complete via WP Cron','2021-01-17 10:12:14','2021-01-17 05:12:14'),
(76218,29570,'action created','2021-01-17 10:12:14','2021-01-17 05:12:14'),
(76219,29570,'action started via WP Cron','2021-01-17 10:15:01','2021-01-17 05:15:01'),
(76220,29570,'action complete via WP Cron','2021-01-17 10:15:01','2021-01-17 05:15:01'),
(76221,29571,'action created','2021-01-17 10:15:01','2021-01-17 05:15:01'),
(76222,29571,'action started via WP Cron','2021-01-17 10:15:12','2021-01-17 05:15:12'),
(76223,29571,'action complete via WP Cron','2021-01-17 10:15:12','2021-01-17 05:15:12'),
(76224,29572,'action created','2021-01-17 10:15:12','2021-01-17 05:15:12'),
(76225,29572,'action started via WP Cron','2021-01-17 10:17:16','2021-01-17 05:17:16'),
(76226,29572,'action complete via WP Cron','2021-01-17 10:17:16','2021-01-17 05:17:16'),
(76227,29573,'action created','2021-01-17 10:17:16','2021-01-17 05:17:16'),
(76228,29573,'action started via WP Cron','2021-01-17 10:18:15','2021-01-17 05:18:15'),
(76229,29573,'action complete via WP Cron','2021-01-17 10:18:15','2021-01-17 05:18:15'),
(76230,29574,'action created','2021-01-17 10:18:15','2021-01-17 05:18:15'),
(76231,29574,'action started via WP Cron','2021-01-17 10:19:20','2021-01-17 05:19:20'),
(76232,29574,'action complete via WP Cron','2021-01-17 10:19:20','2021-01-17 05:19:20'),
(76233,29575,'action created','2021-01-17 10:19:20','2021-01-17 05:19:20'),
(76234,29575,'action started via WP Cron','2021-01-17 10:20:15','2021-01-17 05:20:15'),
(76235,29575,'action complete via WP Cron','2021-01-17 10:20:15','2021-01-17 05:20:15'),
(76236,29576,'action created','2021-01-17 10:20:15','2021-01-17 05:20:15'),
(76237,29576,'action started via WP Cron','2021-01-17 10:21:38','2021-01-17 05:21:38'),
(76238,29576,'action complete via WP Cron','2021-01-17 10:21:38','2021-01-17 05:21:38'),
(76239,29577,'action created','2021-01-17 10:21:38','2021-01-17 05:21:38'),
(76240,29577,'action started via WP Cron','2021-01-17 10:22:22','2021-01-17 05:22:22'),
(76241,29577,'action complete via WP Cron','2021-01-17 10:22:22','2021-01-17 05:22:22'),
(76242,29578,'action created','2021-01-17 10:22:22','2021-01-17 05:22:22'),
(76243,29578,'action started via WP Cron','2021-01-17 10:23:56','2021-01-17 05:23:56'),
(76244,29578,'action complete via WP Cron','2021-01-17 10:23:56','2021-01-17 05:23:56'),
(76245,29579,'action created','2021-01-17 10:23:56','2021-01-17 05:23:56'),
(76246,29579,'action started via WP Cron','2021-01-17 10:24:36','2021-01-17 05:24:36'),
(76247,29579,'action complete via WP Cron','2021-01-17 10:24:36','2021-01-17 05:24:36'),
(76248,29580,'action created','2021-01-17 10:24:36','2021-01-17 05:24:36'),
(76249,29580,'action started via WP Cron','2021-01-17 10:25:26','2021-01-17 05:25:26'),
(76250,29580,'action complete via WP Cron','2021-01-17 10:25:26','2021-01-17 05:25:26'),
(76251,29581,'action created','2021-01-17 10:25:26','2021-01-17 05:25:26'),
(76252,29581,'action started via WP Cron','2021-01-17 10:27:11','2021-01-17 05:27:11'),
(76253,29581,'action complete via WP Cron','2021-01-17 10:27:11','2021-01-17 05:27:11'),
(76254,29582,'action created','2021-01-17 10:27:11','2021-01-17 05:27:11'),
(76255,29582,'action started via WP Cron','2021-01-17 10:28:11','2021-01-17 05:28:11'),
(76256,29582,'action complete via WP Cron','2021-01-17 10:28:11','2021-01-17 05:28:11'),
(76257,29583,'action created','2021-01-17 10:28:11','2021-01-17 05:28:11'),
(76258,29583,'action started via WP Cron','2021-01-17 10:31:00','2021-01-17 05:31:00'),
(76259,29583,'action complete via WP Cron','2021-01-17 10:31:00','2021-01-17 05:31:00'),
(76260,29584,'action created','2021-01-17 10:31:00','2021-01-17 05:31:00'),
(76261,29584,'action started via WP Cron','2021-01-17 10:31:46','2021-01-17 05:31:46'),
(76262,29584,'action complete via WP Cron','2021-01-17 10:31:46','2021-01-17 05:31:46'),
(76263,29585,'action created','2021-01-17 10:31:46','2021-01-17 05:31:46'),
(76264,29585,'action started via WP Cron','2021-01-17 10:33:13','2021-01-17 05:33:13'),
(76265,29585,'action complete via WP Cron','2021-01-17 10:33:13','2021-01-17 05:33:13'),
(76266,29586,'action created','2021-01-17 10:33:13','2021-01-17 05:33:13'),
(76267,29586,'action started via WP Cron','2021-01-17 10:34:28','2021-01-17 05:34:28'),
(76268,29586,'action complete via WP Cron','2021-01-17 10:34:28','2021-01-17 05:34:28'),
(76269,29587,'action created','2021-01-17 10:34:28','2021-01-17 05:34:28'),
(76270,29587,'action started via WP Cron','2021-01-17 10:35:24','2021-01-17 05:35:24'),
(76271,29587,'action complete via WP Cron','2021-01-17 10:35:24','2021-01-17 05:35:24'),
(76272,29588,'action created','2021-01-17 10:35:24','2021-01-17 05:35:24'),
(76273,29588,'action started via WP Cron','2021-01-17 10:36:36','2021-01-17 05:36:36'),
(76274,29588,'action complete via WP Cron','2021-01-17 10:36:37','2021-01-17 05:36:37'),
(76275,29589,'action created','2021-01-17 10:36:37','2021-01-17 05:36:37'),
(76276,29589,'action started via WP Cron','2021-01-17 10:40:28','2021-01-17 05:40:28'),
(76277,29589,'action complete via WP Cron','2021-01-17 10:40:28','2021-01-17 05:40:28'),
(76278,29590,'action created','2021-01-17 10:40:28','2021-01-17 05:40:28'),
(76279,29590,'action started via WP Cron','2021-01-17 10:41:21','2021-01-17 05:41:21'),
(76280,29590,'action complete via WP Cron','2021-01-17 10:41:21','2021-01-17 05:41:21'),
(76281,29591,'action created','2021-01-17 10:41:21','2021-01-17 05:41:21'),
(76282,29591,'action started via WP Cron','2021-01-17 10:42:27','2021-01-17 05:42:27'),
(76283,29591,'action complete via WP Cron','2021-01-17 10:42:27','2021-01-17 05:42:27'),
(76284,29592,'action created','2021-01-17 10:42:27','2021-01-17 05:42:27'),
(76285,29592,'action started via WP Cron','2021-01-17 10:43:11','2021-01-17 05:43:11'),
(76286,29592,'action complete via WP Cron','2021-01-17 10:43:11','2021-01-17 05:43:11'),
(76287,29593,'action created','2021-01-17 10:43:11','2021-01-17 05:43:11'),
(76288,29593,'action started via WP Cron','2021-01-17 10:45:14','2021-01-17 05:45:14'),
(76289,29593,'action complete via WP Cron','2021-01-17 10:45:14','2021-01-17 05:45:14'),
(76290,29594,'action created','2021-01-17 10:45:14','2021-01-17 05:45:14'),
(76291,29594,'action started via WP Cron','2021-01-17 10:46:13','2021-01-17 05:46:13'),
(76292,29594,'action complete via WP Cron','2021-01-17 10:46:13','2021-01-17 05:46:13'),
(76293,29595,'action created','2021-01-17 10:46:13','2021-01-17 05:46:13'),
(76294,29595,'action started via WP Cron','2021-01-17 10:47:22','2021-01-17 05:47:22'),
(76295,29595,'action complete via WP Cron','2021-01-17 10:47:22','2021-01-17 05:47:22'),
(76296,29596,'action created','2021-01-17 10:47:22','2021-01-17 05:47:22'),
(76297,29596,'action started via WP Cron','2021-01-17 10:48:13','2021-01-17 05:48:13'),
(76298,29596,'action complete via WP Cron','2021-01-17 10:48:13','2021-01-17 05:48:13'),
(76299,29597,'action created','2021-01-17 10:48:13','2021-01-17 05:48:13'),
(76300,29597,'action started via WP Cron','2021-01-17 10:49:16','2021-01-17 05:49:16'),
(76301,29597,'action complete via WP Cron','2021-01-17 10:49:17','2021-01-17 05:49:17'),
(76302,29598,'action created','2021-01-17 10:49:17','2021-01-17 05:49:17'),
(76303,29598,'action started via WP Cron','2021-01-17 10:50:21','2021-01-17 05:50:21'),
(76304,29598,'action complete via WP Cron','2021-01-17 10:50:21','2021-01-17 05:50:21'),
(76305,29599,'action created','2021-01-17 10:50:21','2021-01-17 05:50:21'),
(76306,29599,'action started via WP Cron','2021-01-17 10:51:15','2021-01-17 05:51:15'),
(76307,29599,'action complete via WP Cron','2021-01-17 10:51:15','2021-01-17 05:51:15'),
(76308,29600,'action created','2021-01-17 10:51:15','2021-01-17 05:51:15'),
(76309,29600,'action started via WP Cron','2021-01-17 10:52:23','2021-01-17 05:52:23'),
(76310,29600,'action complete via WP Cron','2021-01-17 10:52:23','2021-01-17 05:52:23'),
(76311,29601,'action created','2021-01-17 10:52:23','2021-01-17 05:52:23'),
(76312,29601,'action started via WP Cron','2021-01-17 10:53:16','2021-01-17 05:53:16'),
(76313,29601,'action complete via WP Cron','2021-01-17 10:53:16','2021-01-17 05:53:16'),
(76314,29602,'action created','2021-01-17 10:53:16','2021-01-17 05:53:16'),
(76315,29602,'action started via WP Cron','2021-01-17 10:54:12','2021-01-17 05:54:12'),
(76316,29602,'action complete via WP Cron','2021-01-17 10:54:12','2021-01-17 05:54:12'),
(76317,29603,'action created','2021-01-17 10:54:12','2021-01-17 05:54:12'),
(76318,29603,'action started via WP Cron','2021-01-17 10:55:12','2021-01-17 05:55:12'),
(76319,29603,'action complete via WP Cron','2021-01-17 10:55:12','2021-01-17 05:55:12'),
(76320,29604,'action created','2021-01-17 10:55:12','2021-01-17 05:55:12'),
(76321,29604,'action started via WP Cron','2021-01-17 10:56:48','2021-01-17 05:56:48'),
(76322,29604,'action complete via WP Cron','2021-01-17 10:56:48','2021-01-17 05:56:48'),
(76323,29605,'action created','2021-01-17 10:56:48','2021-01-17 05:56:48'),
(76324,29605,'action started via WP Cron','2021-01-17 10:57:29','2021-01-17 05:57:29'),
(76325,29605,'action complete via WP Cron','2021-01-17 10:57:29','2021-01-17 05:57:29'),
(76326,29606,'action created','2021-01-17 10:57:29','2021-01-17 05:57:29'),
(76327,29606,'action started via WP Cron','2021-01-17 10:58:24','2021-01-17 05:58:24'),
(76328,29606,'action complete via WP Cron','2021-01-17 10:58:24','2021-01-17 05:58:24'),
(76329,29607,'action created','2021-01-17 10:58:24','2021-01-17 05:58:24'),
(76330,29607,'action started via WP Cron','2021-01-17 10:59:14','2021-01-17 05:59:14'),
(76331,29607,'action complete via WP Cron','2021-01-17 10:59:14','2021-01-17 05:59:14'),
(76332,29608,'action created','2021-01-17 10:59:14','2021-01-17 05:59:14'),
(76333,29608,'action started via WP Cron','2021-01-17 11:00:14','2021-01-17 06:00:14'),
(76334,29608,'action complete via WP Cron','2021-01-17 11:00:14','2021-01-17 06:00:14'),
(76335,29609,'action created','2021-01-17 11:00:14','2021-01-17 06:00:14'),
(76336,29609,'action started via WP Cron','2021-01-17 11:01:15','2021-01-17 06:01:15'),
(76337,29609,'action complete via WP Cron','2021-01-17 11:01:15','2021-01-17 06:01:15'),
(76338,29610,'action created','2021-01-17 11:01:15','2021-01-17 06:01:15'),
(76339,29610,'action started via WP Cron','2021-01-17 11:02:17','2021-01-17 06:02:17'),
(76340,29610,'action complete via WP Cron','2021-01-17 11:02:17','2021-01-17 06:02:17'),
(76341,29611,'action created','2021-01-17 11:02:17','2021-01-17 06:02:17'),
(76342,29611,'action started via WP Cron','2021-01-17 11:04:34','2021-01-17 06:04:34'),
(76343,29611,'action complete via WP Cron','2021-01-17 11:04:34','2021-01-17 06:04:34'),
(76344,29612,'action created','2021-01-17 11:04:34','2021-01-17 06:04:34'),
(76345,29612,'action started via WP Cron','2021-01-17 11:05:16','2021-01-17 06:05:16'),
(76346,29612,'action complete via WP Cron','2021-01-17 11:05:16','2021-01-17 06:05:16'),
(76347,29613,'action created','2021-01-17 11:05:16','2021-01-17 06:05:16'),
(76348,29613,'action started via WP Cron','2021-01-17 11:06:15','2021-01-17 06:06:15'),
(76349,29613,'action complete via WP Cron','2021-01-17 11:06:15','2021-01-17 06:06:15'),
(76350,29614,'action created','2021-01-17 11:06:15','2021-01-17 06:06:15'),
(76351,29614,'action started via WP Cron','2021-01-17 11:08:55','2021-01-17 06:08:55'),
(76352,29614,'action complete via WP Cron','2021-01-17 11:08:55','2021-01-17 06:08:55'),
(76353,29615,'action created','2021-01-17 11:08:55','2021-01-17 06:08:55'),
(76354,29615,'action started via WP Cron','2021-01-17 11:09:17','2021-01-17 06:09:17'),
(76355,29615,'action complete via WP Cron','2021-01-17 11:09:17','2021-01-17 06:09:17'),
(76356,29616,'action created','2021-01-17 11:09:18','2021-01-17 06:09:18'),
(76357,29616,'action started via WP Cron','2021-01-17 11:11:20','2021-01-17 06:11:20'),
(76358,29616,'action complete via WP Cron','2021-01-17 11:11:20','2021-01-17 06:11:20'),
(76359,29617,'action created','2021-01-17 11:11:20','2021-01-17 06:11:20'),
(76360,29617,'action started via WP Cron','2021-01-17 11:12:14','2021-01-17 06:12:14'),
(76361,29617,'action complete via WP Cron','2021-01-17 11:12:14','2021-01-17 06:12:14'),
(76362,29618,'action created','2021-01-17 11:12:14','2021-01-17 06:12:14'),
(76363,29618,'action started via WP Cron','2021-01-17 11:13:35','2021-01-17 06:13:35'),
(76364,29618,'action complete via WP Cron','2021-01-17 11:13:35','2021-01-17 06:13:35'),
(76365,29619,'action created','2021-01-17 11:13:35','2021-01-17 06:13:35'),
(76366,29619,'action started via WP Cron','2021-01-17 11:14:27','2021-01-17 06:14:27'),
(76367,29619,'action complete via WP Cron','2021-01-17 11:14:27','2021-01-17 06:14:27'),
(76368,29620,'action created','2021-01-17 11:14:27','2021-01-17 06:14:27'),
(76369,29620,'action started via WP Cron','2021-01-17 11:16:33','2021-01-17 06:16:33'),
(76370,29620,'action complete via WP Cron','2021-01-17 11:16:33','2021-01-17 06:16:33'),
(76371,29621,'action created','2021-01-17 11:16:33','2021-01-17 06:16:33'),
(76372,29621,'action started via WP Cron','2021-01-17 11:17:27','2021-01-17 06:17:27'),
(76373,29621,'action complete via WP Cron','2021-01-17 11:17:27','2021-01-17 06:17:27'),
(76374,29622,'action created','2021-01-17 11:17:27','2021-01-17 06:17:27'),
(76375,29622,'action started via WP Cron','2021-01-17 11:18:26','2021-01-17 06:18:26'),
(76376,29622,'action complete via WP Cron','2021-01-17 11:18:26','2021-01-17 06:18:26'),
(76377,29623,'action created','2021-01-17 11:18:26','2021-01-17 06:18:26'),
(76378,29623,'action started via WP Cron','2021-01-17 11:21:26','2021-01-17 06:21:26'),
(76379,29623,'action complete via WP Cron','2021-01-17 11:21:26','2021-01-17 06:21:26'),
(76380,29624,'action created','2021-01-17 11:21:27','2021-01-17 06:21:27'),
(76381,29624,'action started via WP Cron','2021-01-17 11:22:44','2021-01-17 06:22:44'),
(76382,29624,'action complete via WP Cron','2021-01-17 11:22:44','2021-01-17 06:22:44'),
(76383,29625,'action created','2021-01-17 11:22:44','2021-01-17 06:22:44'),
(76384,29625,'action started via WP Cron','2021-01-17 11:23:11','2021-01-17 06:23:11'),
(76385,29625,'action complete via WP Cron','2021-01-17 11:23:11','2021-01-17 06:23:11'),
(76386,29626,'action created','2021-01-17 11:23:11','2021-01-17 06:23:11'),
(76387,29626,'action started via WP Cron','2021-01-17 11:24:29','2021-01-17 06:24:29'),
(76388,29626,'action complete via WP Cron','2021-01-17 11:24:29','2021-01-17 06:24:29'),
(76389,29627,'action created','2021-01-17 11:24:29','2021-01-17 06:24:29'),
(76390,29627,'action started via WP Cron','2021-01-17 11:25:30','2021-01-17 06:25:30'),
(76391,29627,'action complete via WP Cron','2021-01-17 11:25:30','2021-01-17 06:25:30'),
(76392,29628,'action created','2021-01-17 11:25:30','2021-01-17 06:25:30'),
(76393,29628,'action started via WP Cron','2021-01-17 11:28:14','2021-01-17 06:28:14'),
(76394,29628,'action complete via WP Cron','2021-01-17 11:28:14','2021-01-17 06:28:14'),
(76395,29629,'action created','2021-01-17 11:28:14','2021-01-17 06:28:14'),
(76396,29629,'action started via WP Cron','2021-01-17 11:30:34','2021-01-17 06:30:34'),
(76397,29629,'action complete via WP Cron','2021-01-17 11:30:34','2021-01-17 06:30:34'),
(76398,29630,'action created','2021-01-17 11:30:34','2021-01-17 06:30:34'),
(76399,29630,'action started via WP Cron','2021-01-17 11:31:21','2021-01-17 06:31:21'),
(76400,29630,'action complete via WP Cron','2021-01-17 11:31:21','2021-01-17 06:31:21'),
(76401,29631,'action created','2021-01-17 11:31:21','2021-01-17 06:31:21'),
(76402,29631,'action started via WP Cron','2021-01-17 11:32:24','2021-01-17 06:32:24'),
(76403,29631,'action complete via WP Cron','2021-01-17 11:32:24','2021-01-17 06:32:24'),
(76404,29632,'action created','2021-01-17 11:32:24','2021-01-17 06:32:24'),
(76405,29632,'action started via WP Cron','2021-01-17 11:34:01','2021-01-17 06:34:01'),
(76406,29632,'action complete via WP Cron','2021-01-17 11:34:01','2021-01-17 06:34:01'),
(76407,29633,'action created','2021-01-17 11:34:01','2021-01-17 06:34:01'),
(76408,29633,'action started via WP Cron','2021-01-17 11:34:15','2021-01-17 06:34:15'),
(76409,29633,'action complete via WP Cron','2021-01-17 11:34:15','2021-01-17 06:34:15'),
(76410,29634,'action created','2021-01-17 11:34:15','2021-01-17 06:34:15'),
(76411,29634,'action started via WP Cron','2021-01-17 11:35:24','2021-01-17 06:35:24'),
(76412,29634,'action complete via WP Cron','2021-01-17 11:35:24','2021-01-17 06:35:24'),
(76413,29635,'action created','2021-01-17 11:35:24','2021-01-17 06:35:24'),
(76414,29635,'action started via WP Cron','2021-01-17 11:37:05','2021-01-17 06:37:05'),
(76415,29635,'action complete via WP Cron','2021-01-17 11:37:05','2021-01-17 06:37:05'),
(76416,29636,'action created','2021-01-17 11:37:05','2021-01-17 06:37:05'),
(76417,29636,'action started via WP Cron','2021-01-17 11:37:19','2021-01-17 06:37:19'),
(76418,29636,'action complete via WP Cron','2021-01-17 11:37:19','2021-01-17 06:37:19'),
(76419,29637,'action created','2021-01-17 11:37:19','2021-01-17 06:37:19'),
(76420,29637,'action started via WP Cron','2021-01-17 11:38:21','2021-01-17 06:38:21'),
(76421,29637,'action complete via WP Cron','2021-01-17 11:38:21','2021-01-17 06:38:21'),
(76422,29638,'action created','2021-01-17 11:38:21','2021-01-17 06:38:21'),
(76423,29638,'action started via WP Cron','2021-01-17 11:39:36','2021-01-17 06:39:36'),
(76424,29638,'action complete via WP Cron','2021-01-17 11:39:36','2021-01-17 06:39:36'),
(76425,29639,'action created','2021-01-17 11:39:36','2021-01-17 06:39:36'),
(76426,29639,'action started via WP Cron','2021-01-17 11:40:24','2021-01-17 06:40:24'),
(76427,29639,'action complete via WP Cron','2021-01-17 11:40:24','2021-01-17 06:40:24'),
(76428,29640,'action created','2021-01-17 11:40:24','2021-01-17 06:40:24'),
(76429,29640,'action started via WP Cron','2021-01-17 11:41:28','2021-01-17 06:41:28'),
(76430,29640,'action complete via WP Cron','2021-01-17 11:41:28','2021-01-17 06:41:28'),
(76431,29641,'action created','2021-01-17 11:41:28','2021-01-17 06:41:28'),
(76432,29641,'action started via WP Cron','2021-01-17 11:42:14','2021-01-17 06:42:14'),
(76433,29641,'action complete via WP Cron','2021-01-17 11:42:14','2021-01-17 06:42:14'),
(76434,29642,'action created','2021-01-17 11:42:14','2021-01-17 06:42:14'),
(76435,29642,'action started via WP Cron','2021-01-17 11:43:18','2021-01-17 06:43:18'),
(76436,29642,'action complete via WP Cron','2021-01-17 11:43:18','2021-01-17 06:43:18'),
(76437,29643,'action created','2021-01-17 11:43:18','2021-01-17 06:43:18'),
(76438,29643,'action started via WP Cron','2021-01-17 11:44:25','2021-01-17 06:44:25'),
(76439,29643,'action complete via WP Cron','2021-01-17 11:44:25','2021-01-17 06:44:25'),
(76440,29644,'action created','2021-01-17 11:44:26','2021-01-17 06:44:26'),
(76441,29644,'action started via WP Cron','2021-01-17 11:45:11','2021-01-17 06:45:11'),
(76442,29644,'action complete via WP Cron','2021-01-17 11:45:11','2021-01-17 06:45:11'),
(76443,29645,'action created','2021-01-17 11:45:11','2021-01-17 06:45:11'),
(76444,29645,'action started via WP Cron','2021-01-17 11:46:45','2021-01-17 06:46:45'),
(76445,29645,'action complete via WP Cron','2021-01-17 11:46:45','2021-01-17 06:46:45'),
(76446,29646,'action created','2021-01-17 11:46:45','2021-01-17 06:46:45'),
(76447,29646,'action started via WP Cron','2021-01-17 11:47:38','2021-01-17 06:47:38'),
(76448,29646,'action complete via WP Cron','2021-01-17 11:47:38','2021-01-17 06:47:38'),
(76449,29647,'action created','2021-01-17 11:47:38','2021-01-17 06:47:38'),
(76450,29647,'action started via WP Cron','2021-01-17 11:48:31','2021-01-17 06:48:31'),
(76451,29647,'action complete via WP Cron','2021-01-17 11:48:31','2021-01-17 06:48:31'),
(76452,29648,'action created','2021-01-17 11:48:31','2021-01-17 06:48:31'),
(76453,29648,'action started via WP Cron','2021-01-17 11:50:00','2021-01-17 06:50:00'),
(76454,29648,'action complete via WP Cron','2021-01-17 11:50:00','2021-01-17 06:50:00'),
(76455,29649,'action created','2021-01-17 11:50:00','2021-01-17 06:50:00'),
(76456,29649,'action started via WP Cron','2021-01-17 11:50:54','2021-01-17 06:50:54'),
(76457,29649,'action complete via WP Cron','2021-01-17 11:50:54','2021-01-17 06:50:54'),
(76458,29650,'action created','2021-01-17 11:50:54','2021-01-17 06:50:54'),
(76459,29650,'action started via WP Cron','2021-01-17 11:51:13','2021-01-17 06:51:13'),
(76460,29650,'action complete via WP Cron','2021-01-17 11:51:13','2021-01-17 06:51:13'),
(76461,29651,'action created','2021-01-17 11:51:13','2021-01-17 06:51:13'),
(76462,29651,'action started via WP Cron','2021-01-17 11:52:17','2021-01-17 06:52:17'),
(76463,29651,'action complete via WP Cron','2021-01-17 11:52:17','2021-01-17 06:52:17'),
(76464,29652,'action created','2021-01-17 11:52:17','2021-01-17 06:52:17'),
(76465,29652,'action started via WP Cron','2021-01-17 11:53:44','2021-01-17 06:53:44'),
(76466,29652,'action complete via WP Cron','2021-01-17 11:53:44','2021-01-17 06:53:44'),
(76467,29653,'action created','2021-01-17 11:53:44','2021-01-17 06:53:44'),
(76468,29653,'action started via WP Cron','2021-01-17 11:54:15','2021-01-17 06:54:15'),
(76469,29653,'action complete via WP Cron','2021-01-17 11:54:15','2021-01-17 06:54:15'),
(76470,29654,'action created','2021-01-17 11:54:15','2021-01-17 06:54:15'),
(76471,29654,'action started via WP Cron','2021-01-17 11:55:29','2021-01-17 06:55:29'),
(76472,29654,'action complete via WP Cron','2021-01-17 11:55:29','2021-01-17 06:55:29'),
(76473,29655,'action created','2021-01-17 11:55:29','2021-01-17 06:55:29'),
(76474,29655,'action started via WP Cron','2021-01-17 11:56:19','2021-01-17 06:56:19'),
(76475,29655,'action complete via WP Cron','2021-01-17 11:56:19','2021-01-17 06:56:19'),
(76476,29656,'action created','2021-01-17 11:56:19','2021-01-17 06:56:19'),
(76477,29656,'action started via WP Cron','2021-01-17 11:57:13','2021-01-17 06:57:13'),
(76478,29656,'action complete via WP Cron','2021-01-17 11:57:13','2021-01-17 06:57:13'),
(76479,29657,'action created','2021-01-17 11:57:13','2021-01-17 06:57:13'),
(76480,29657,'action started via WP Cron','2021-01-17 11:58:12','2021-01-17 06:58:12'),
(76481,29657,'action complete via WP Cron','2021-01-17 11:58:12','2021-01-17 06:58:12'),
(76482,29658,'action created','2021-01-17 11:58:12','2021-01-17 06:58:12'),
(76483,29658,'action started via WP Cron','2021-01-17 11:59:47','2021-01-17 06:59:47'),
(76484,29658,'action complete via WP Cron','2021-01-17 11:59:47','2021-01-17 06:59:47'),
(76485,29659,'action created','2021-01-17 11:59:47','2021-01-17 06:59:47'),
(76486,29659,'action started via WP Cron','2021-01-17 12:00:20','2021-01-17 07:00:20'),
(76487,29659,'action complete via WP Cron','2021-01-17 12:00:20','2021-01-17 07:00:20'),
(76488,29660,'action created','2021-01-17 12:00:20','2021-01-17 07:00:20'),
(76489,29660,'action started via WP Cron','2021-01-17 12:01:40','2021-01-17 07:01:40'),
(76490,29660,'action complete via WP Cron','2021-01-17 12:01:40','2021-01-17 07:01:40'),
(76491,29661,'action created','2021-01-17 12:01:41','2021-01-17 07:01:41'),
(76492,29661,'action started via WP Cron','2021-01-17 12:02:44','2021-01-17 07:02:44'),
(76493,29661,'action complete via WP Cron','2021-01-17 12:02:44','2021-01-17 07:02:44'),
(76494,29662,'action created','2021-01-17 12:02:44','2021-01-17 07:02:44'),
(76495,29662,'action started via WP Cron','2021-01-17 12:03:19','2021-01-17 07:03:19'),
(76496,29662,'action complete via WP Cron','2021-01-17 12:03:19','2021-01-17 07:03:19'),
(76497,29663,'action created','2021-01-17 12:03:19','2021-01-17 07:03:19'),
(76498,29663,'action started via WP Cron','2021-01-17 12:04:42','2021-01-17 07:04:42'),
(76499,29663,'action complete via WP Cron','2021-01-17 12:04:42','2021-01-17 07:04:42'),
(76500,29664,'action created','2021-01-17 12:04:42','2021-01-17 07:04:42'),
(76501,29664,'action started via WP Cron','2021-01-17 12:05:19','2021-01-17 07:05:19'),
(76502,29664,'action complete via WP Cron','2021-01-17 12:05:19','2021-01-17 07:05:19'),
(76503,29665,'action created','2021-01-17 12:05:19','2021-01-17 07:05:19'),
(76504,29665,'action started via WP Cron','2021-01-17 12:06:53','2021-01-17 07:06:53'),
(76505,29665,'action complete via WP Cron','2021-01-17 12:06:53','2021-01-17 07:06:53'),
(76506,29666,'action created','2021-01-17 12:06:53','2021-01-17 07:06:53'),
(76507,29666,'action started via WP Cron','2021-01-17 12:07:13','2021-01-17 07:07:13'),
(76508,29666,'action complete via WP Cron','2021-01-17 12:07:13','2021-01-17 07:07:13'),
(76509,29667,'action created','2021-01-17 12:07:13','2021-01-17 07:07:13'),
(76510,29667,'action started via WP Cron','2021-01-17 12:08:30','2021-01-17 07:08:30'),
(76511,29667,'action complete via WP Cron','2021-01-17 12:08:30','2021-01-17 07:08:30'),
(76512,29668,'action created','2021-01-17 12:08:30','2021-01-17 07:08:30'),
(76513,29668,'action started via WP Cron','2021-01-17 12:09:26','2021-01-17 07:09:26'),
(76514,29668,'action complete via WP Cron','2021-01-17 12:09:26','2021-01-17 07:09:26'),
(76515,29669,'action created','2021-01-17 12:09:26','2021-01-17 07:09:26'),
(76516,29669,'action started via WP Cron','2021-01-17 12:10:12','2021-01-17 07:10:12'),
(76517,29669,'action complete via WP Cron','2021-01-17 12:10:12','2021-01-17 07:10:12'),
(76518,29670,'action created','2021-01-17 12:10:12','2021-01-17 07:10:12'),
(76519,29670,'action started via WP Cron','2021-01-17 12:11:19','2021-01-17 07:11:19'),
(76520,29670,'action complete via WP Cron','2021-01-17 12:11:19','2021-01-17 07:11:19'),
(76521,29671,'action created','2021-01-17 12:11:19','2021-01-17 07:11:19'),
(76522,29671,'action started via WP Cron','2021-01-17 12:13:01','2021-01-17 07:13:01'),
(76523,29671,'action complete via WP Cron','2021-01-17 12:13:01','2021-01-17 07:13:01'),
(76524,29672,'action created','2021-01-17 12:13:01','2021-01-17 07:13:01'),
(76525,29672,'action started via WP Cron','2021-01-17 12:13:26','2021-01-17 07:13:26'),
(76526,29672,'action complete via WP Cron','2021-01-17 12:13:26','2021-01-17 07:13:26'),
(76527,29673,'action created','2021-01-17 12:13:26','2021-01-17 07:13:26'),
(76528,29673,'action started via WP Cron','2021-01-17 12:14:12','2021-01-17 07:14:12'),
(76529,29673,'action complete via WP Cron','2021-01-17 12:14:12','2021-01-17 07:14:12'),
(76530,29674,'action created','2021-01-17 12:14:12','2021-01-17 07:14:12'),
(76531,29674,'action started via WP Cron','2021-01-17 12:15:21','2021-01-17 07:15:21'),
(76532,29674,'action complete via WP Cron','2021-01-17 12:15:21','2021-01-17 07:15:21'),
(76533,29675,'action created','2021-01-17 12:15:21','2021-01-17 07:15:21'),
(76534,29675,'action started via WP Cron','2021-01-17 12:16:21','2021-01-17 07:16:21'),
(76535,29675,'action complete via WP Cron','2021-01-17 12:16:21','2021-01-17 07:16:21'),
(76536,29676,'action created','2021-01-17 12:16:21','2021-01-17 07:16:21'),
(76537,29676,'action started via WP Cron','2021-01-17 12:17:37','2021-01-17 07:17:37'),
(76538,29676,'action complete via WP Cron','2021-01-17 12:17:37','2021-01-17 07:17:37'),
(76539,29677,'action created','2021-01-17 12:17:37','2021-01-17 07:17:37'),
(76540,29677,'action started via WP Cron','2021-01-17 12:18:54','2021-01-17 07:18:54'),
(76541,29677,'action complete via WP Cron','2021-01-17 12:18:54','2021-01-17 07:18:54'),
(76542,29678,'action created','2021-01-17 12:18:54','2021-01-17 07:18:54'),
(76543,29678,'action started via WP Cron','2021-01-17 12:19:11','2021-01-17 07:19:11'),
(76544,29678,'action complete via WP Cron','2021-01-17 12:19:11','2021-01-17 07:19:11'),
(76545,29679,'action created','2021-01-17 12:19:11','2021-01-17 07:19:11'),
(76546,29679,'action started via WP Cron','2021-01-17 12:20:17','2021-01-17 07:20:17'),
(76547,29679,'action complete via WP Cron','2021-01-17 12:20:17','2021-01-17 07:20:17'),
(76548,29680,'action created','2021-01-17 12:20:17','2021-01-17 07:20:17'),
(76549,29680,'action started via WP Cron','2021-01-17 12:21:18','2021-01-17 07:21:18'),
(76550,29680,'action complete via WP Cron','2021-01-17 12:21:18','2021-01-17 07:21:18'),
(76551,29681,'action created','2021-01-17 12:21:18','2021-01-17 07:21:18'),
(76552,29681,'action started via WP Cron','2021-01-17 12:22:12','2021-01-17 07:22:12'),
(76553,29681,'action complete via WP Cron','2021-01-17 12:22:12','2021-01-17 07:22:12'),
(76554,29682,'action created','2021-01-17 12:22:12','2021-01-17 07:22:12'),
(76555,29682,'action started via WP Cron','2021-01-17 12:23:12','2021-01-17 07:23:12'),
(76556,29682,'action complete via WP Cron','2021-01-17 12:23:12','2021-01-17 07:23:12'),
(76557,29683,'action created','2021-01-17 12:23:12','2021-01-17 07:23:12'),
(76558,29683,'action started via WP Cron','2021-01-17 12:24:19','2021-01-17 07:24:19'),
(76559,29683,'action complete via WP Cron','2021-01-17 12:24:19','2021-01-17 07:24:19'),
(76560,29684,'action created','2021-01-17 12:24:19','2021-01-17 07:24:19'),
(76561,29684,'action started via WP Cron','2021-01-17 12:25:14','2021-01-17 07:25:14'),
(76562,29684,'action complete via WP Cron','2021-01-17 12:25:14','2021-01-17 07:25:14'),
(76563,29685,'action created','2021-01-17 12:25:14','2021-01-17 07:25:14'),
(76564,29685,'action started via WP Cron','2021-01-17 12:26:14','2021-01-17 07:26:14'),
(76565,29685,'action complete via WP Cron','2021-01-17 12:26:14','2021-01-17 07:26:14'),
(76566,29686,'action created','2021-01-17 12:26:14','2021-01-17 07:26:14'),
(76567,29686,'action started via WP Cron','2021-01-17 12:27:15','2021-01-17 07:27:15'),
(76568,29686,'action complete via WP Cron','2021-01-17 12:27:15','2021-01-17 07:27:15'),
(76569,29687,'action created','2021-01-17 12:27:15','2021-01-17 07:27:15'),
(76570,29687,'action started via WP Cron','2021-01-17 12:28:30','2021-01-17 07:28:30'),
(76571,29687,'action complete via WP Cron','2021-01-17 12:28:30','2021-01-17 07:28:30'),
(76572,29688,'action created','2021-01-17 12:28:30','2021-01-17 07:28:30'),
(76573,29688,'action started via WP Cron','2021-01-17 12:29:11','2021-01-17 07:29:11'),
(76574,29688,'action complete via WP Cron','2021-01-17 12:29:11','2021-01-17 07:29:11'),
(76575,29689,'action created','2021-01-17 12:29:11','2021-01-17 07:29:11'),
(76576,29689,'action started via WP Cron','2021-01-17 12:30:12','2021-01-17 07:30:12'),
(76577,29689,'action complete via WP Cron','2021-01-17 12:30:12','2021-01-17 07:30:12'),
(76578,29690,'action created','2021-01-17 12:30:12','2021-01-17 07:30:12'),
(76579,29690,'action started via WP Cron','2021-01-17 12:31:20','2021-01-17 07:31:20'),
(76580,29690,'action complete via WP Cron','2021-01-17 12:31:20','2021-01-17 07:31:20'),
(76581,29691,'action created','2021-01-17 12:31:20','2021-01-17 07:31:20'),
(76582,29691,'action started via Async Request','2021-01-17 12:31:38','2021-01-17 07:31:38'),
(76583,29691,'action complete via Async Request','2021-01-17 12:31:38','2021-01-17 07:31:38'),
(76584,29692,'action created','2021-01-17 12:31:39','2021-01-17 07:31:39'),
(76585,29692,'action started via WP Cron','2021-01-17 12:32:33','2021-01-17 07:32:33'),
(76586,29692,'action complete via WP Cron','2021-01-17 12:32:33','2021-01-17 07:32:33'),
(76587,29693,'action created','2021-01-17 12:32:33','2021-01-17 07:32:33'),
(76588,29693,'action started via WP Cron','2021-01-17 12:33:24','2021-01-17 07:33:24'),
(76589,29693,'action complete via WP Cron','2021-01-17 12:33:24','2021-01-17 07:33:24'),
(76590,29694,'action created','2021-01-17 12:33:24','2021-01-17 07:33:24'),
(76591,29694,'action started via WP Cron','2021-01-17 12:34:26','2021-01-17 07:34:26'),
(76592,29694,'action complete via WP Cron','2021-01-17 12:34:26','2021-01-17 07:34:26'),
(76593,29695,'action created','2021-01-17 12:34:27','2021-01-17 07:34:27'),
(76594,29695,'action started via WP Cron','2021-01-17 12:35:42','2021-01-17 07:35:42'),
(76595,29695,'action complete via WP Cron','2021-01-17 12:35:42','2021-01-17 07:35:42'),
(76596,29696,'action created','2021-01-17 12:35:42','2021-01-17 07:35:42'),
(76597,29696,'action started via WP Cron','2021-01-17 12:36:26','2021-01-17 07:36:26'),
(76598,29696,'action complete via WP Cron','2021-01-17 12:36:26','2021-01-17 07:36:26'),
(76599,29697,'action created','2021-01-17 12:36:26','2021-01-17 07:36:26'),
(76600,29697,'action started via WP Cron','2021-01-17 12:38:13','2021-01-17 07:38:13'),
(76601,29697,'action complete via WP Cron','2021-01-17 12:38:13','2021-01-17 07:38:13'),
(76602,29698,'action created','2021-01-17 12:38:13','2021-01-17 07:38:13'),
(76603,29698,'action started via WP Cron','2021-01-17 12:39:15','2021-01-17 07:39:15'),
(76604,29698,'action complete via WP Cron','2021-01-17 12:39:15','2021-01-17 07:39:15'),
(76605,29699,'action created','2021-01-17 12:39:15','2021-01-17 07:39:15'),
(76606,29699,'action started via WP Cron','2021-01-17 12:40:44','2021-01-17 07:40:44'),
(76607,29699,'action complete via WP Cron','2021-01-17 12:40:44','2021-01-17 07:40:44'),
(76608,29700,'action created','2021-01-17 12:40:44','2021-01-17 07:40:44'),
(76609,29700,'action started via WP Cron','2021-01-17 12:42:12','2021-01-17 07:42:12'),
(76610,29700,'action complete via WP Cron','2021-01-17 12:42:12','2021-01-17 07:42:12'),
(76611,29701,'action created','2021-01-17 12:42:12','2021-01-17 07:42:12'),
(76612,29701,'action started via WP Cron','2021-01-17 12:43:41','2021-01-17 07:43:41'),
(76613,29701,'action complete via WP Cron','2021-01-17 12:43:41','2021-01-17 07:43:41'),
(76614,29702,'action created','2021-01-17 12:43:42','2021-01-17 07:43:42'),
(76615,29702,'action started via WP Cron','2021-01-17 12:44:19','2021-01-17 07:44:19'),
(76616,29702,'action complete via WP Cron','2021-01-17 12:44:19','2021-01-17 07:44:19'),
(76617,29703,'action created','2021-01-17 12:44:19','2021-01-17 07:44:19'),
(76618,29703,'action started via WP Cron','2021-01-17 12:45:16','2021-01-17 07:45:16'),
(76619,29703,'action complete via WP Cron','2021-01-17 12:45:16','2021-01-17 07:45:16'),
(76620,29704,'action created','2021-01-17 12:45:16','2021-01-17 07:45:16'),
(76621,29704,'action started via WP Cron','2021-01-17 12:46:19','2021-01-17 07:46:19'),
(76622,29704,'action complete via WP Cron','2021-01-17 12:46:19','2021-01-17 07:46:19'),
(76623,29705,'action created','2021-01-17 12:46:19','2021-01-17 07:46:19'),
(76624,29705,'action started via WP Cron','2021-01-17 12:48:28','2021-01-17 07:48:28'),
(76625,29705,'action complete via WP Cron','2021-01-17 12:48:28','2021-01-17 07:48:28'),
(76626,29706,'action created','2021-01-17 12:48:28','2021-01-17 07:48:28'),
(76627,29706,'action started via WP Cron','2021-01-17 12:50:45','2021-01-17 07:50:45'),
(76628,29706,'action complete via WP Cron','2021-01-17 12:50:45','2021-01-17 07:50:45'),
(76629,29707,'action created','2021-01-17 12:50:45','2021-01-17 07:50:45'),
(76630,29707,'action started via WP Cron','2021-01-17 12:51:58','2021-01-17 07:51:58'),
(76631,29707,'action complete via WP Cron','2021-01-17 12:51:58','2021-01-17 07:51:58'),
(76632,29708,'action created','2021-01-17 12:51:58','2021-01-17 07:51:58'),
(76633,29708,'action started via WP Cron','2021-01-17 12:52:33','2021-01-17 07:52:33'),
(76634,29708,'action complete via WP Cron','2021-01-17 12:52:33','2021-01-17 07:52:33'),
(76635,29709,'action created','2021-01-17 12:52:33','2021-01-17 07:52:33'),
(76636,29709,'action started via WP Cron','2021-01-17 12:54:42','2021-01-17 07:54:42'),
(76637,29709,'action complete via WP Cron','2021-01-17 12:54:42','2021-01-17 07:54:42'),
(76638,29710,'action created','2021-01-17 12:54:42','2021-01-17 07:54:42'),
(76639,29710,'action started via WP Cron','2021-01-17 12:55:42','2021-01-17 07:55:42'),
(76640,29710,'action complete via WP Cron','2021-01-17 12:55:42','2021-01-17 07:55:42'),
(76641,29711,'action created','2021-01-17 12:55:42','2021-01-17 07:55:42'),
(76642,29711,'action started via WP Cron','2021-01-17 12:56:16','2021-01-17 07:56:16'),
(76643,29711,'action complete via WP Cron','2021-01-17 12:56:16','2021-01-17 07:56:16'),
(76644,29712,'action created','2021-01-17 12:56:16','2021-01-17 07:56:16'),
(76645,29712,'action started via WP Cron','2021-01-17 12:57:12','2021-01-17 07:57:12'),
(76646,29712,'action complete via WP Cron','2021-01-17 12:57:12','2021-01-17 07:57:12'),
(76647,29713,'action created','2021-01-17 12:57:12','2021-01-17 07:57:12'),
(76648,29713,'action started via WP Cron','2021-01-17 12:58:15','2021-01-17 07:58:15'),
(76649,29713,'action complete via WP Cron','2021-01-17 12:58:15','2021-01-17 07:58:15'),
(76650,29714,'action created','2021-01-17 12:58:15','2021-01-17 07:58:15'),
(76651,29714,'action started via WP Cron','2021-01-17 12:59:11','2021-01-17 07:59:11'),
(76652,29714,'action complete via WP Cron','2021-01-17 12:59:11','2021-01-17 07:59:11'),
(76653,29715,'action created','2021-01-17 12:59:11','2021-01-17 07:59:11'),
(76654,29715,'action started via WP Cron','2021-01-17 13:00:49','2021-01-17 08:00:49'),
(76655,29715,'action complete via WP Cron','2021-01-17 13:00:50','2021-01-17 08:00:50'),
(76656,29716,'action created','2021-01-17 13:00:50','2021-01-17 08:00:50'),
(76657,29716,'action started via WP Cron','2021-01-17 13:01:34','2021-01-17 08:01:34'),
(76658,29716,'action complete via WP Cron','2021-01-17 13:01:34','2021-01-17 08:01:34'),
(76659,29717,'action created','2021-01-17 13:01:35','2021-01-17 08:01:35'),
(76660,29717,'action started via WP Cron','2021-01-17 13:02:17','2021-01-17 08:02:17'),
(76661,29717,'action complete via WP Cron','2021-01-17 13:02:17','2021-01-17 08:02:17'),
(76662,28511,'action started via WP Cron','2021-01-17 13:02:17','2021-01-17 08:02:17'),
(76663,28511,'action complete via WP Cron','2021-01-17 13:02:17','2021-01-17 08:02:17'),
(76664,29718,'action created','2021-01-17 13:02:17','2021-01-17 08:02:17'),
(76665,29719,'action created','2021-01-17 13:02:17','2021-01-17 08:02:17'),
(76666,29719,'action started via WP Cron','2021-01-17 13:03:26','2021-01-17 08:03:26'),
(76667,29719,'action complete via WP Cron','2021-01-17 13:03:26','2021-01-17 08:03:26'),
(76668,29720,'action created','2021-01-17 13:03:26','2021-01-17 08:03:26'),
(76669,29720,'action started via WP Cron','2021-01-17 13:04:56','2021-01-17 08:04:56'),
(76670,29720,'action complete via WP Cron','2021-01-17 13:04:56','2021-01-17 08:04:56'),
(76671,29721,'action created','2021-01-17 13:04:56','2021-01-17 08:04:56'),
(76672,29721,'action started via WP Cron','2021-01-17 13:05:33','2021-01-17 08:05:33'),
(76673,29721,'action complete via WP Cron','2021-01-17 13:05:33','2021-01-17 08:05:33'),
(76674,29722,'action created','2021-01-17 13:05:33','2021-01-17 08:05:33'),
(76675,29722,'action started via WP Cron','2021-01-17 13:06:17','2021-01-17 08:06:17'),
(76676,29722,'action complete via WP Cron','2021-01-17 13:06:17','2021-01-17 08:06:17'),
(76677,29723,'action created','2021-01-17 13:06:18','2021-01-17 08:06:18'),
(76678,29723,'action started via WP Cron','2021-01-17 13:07:20','2021-01-17 08:07:20'),
(76679,29723,'action complete via WP Cron','2021-01-17 13:07:20','2021-01-17 08:07:20'),
(76680,29724,'action created','2021-01-17 13:07:20','2021-01-17 08:07:20'),
(76681,29724,'action started via WP Cron','2021-01-17 13:08:11','2021-01-17 08:08:11'),
(76682,29724,'action complete via WP Cron','2021-01-17 13:08:11','2021-01-17 08:08:11'),
(76683,29725,'action created','2021-01-17 13:08:11','2021-01-17 08:08:11'),
(76684,29725,'action started via WP Cron','2021-01-17 13:09:59','2021-01-17 08:09:59'),
(76685,29725,'action complete via WP Cron','2021-01-17 13:09:59','2021-01-17 08:09:59'),
(76686,29726,'action created','2021-01-17 13:09:59','2021-01-17 08:09:59'),
(76687,29726,'action started via WP Cron','2021-01-17 13:10:26','2021-01-17 08:10:26'),
(76688,29726,'action complete via WP Cron','2021-01-17 13:10:26','2021-01-17 08:10:26'),
(76689,29727,'action created','2021-01-17 13:10:26','2021-01-17 08:10:26'),
(76690,29727,'action started via WP Cron','2021-01-17 13:11:59','2021-01-17 08:11:59'),
(76691,29727,'action complete via WP Cron','2021-01-17 13:11:59','2021-01-17 08:11:59'),
(76692,29728,'action created','2021-01-17 13:11:59','2021-01-17 08:11:59'),
(76693,29728,'action started via WP Cron','2021-01-17 13:12:54','2021-01-17 08:12:54'),
(76694,29728,'action complete via WP Cron','2021-01-17 13:12:54','2021-01-17 08:12:54'),
(76695,29729,'action created','2021-01-17 13:12:54','2021-01-17 08:12:54'),
(76696,29729,'action started via WP Cron','2021-01-17 13:14:17','2021-01-17 08:14:17'),
(76697,29729,'action complete via WP Cron','2021-01-17 13:14:17','2021-01-17 08:14:17'),
(76698,29730,'action created','2021-01-17 13:14:17','2021-01-17 08:14:17'),
(76699,29730,'action started via WP Cron','2021-01-17 13:15:13','2021-01-17 08:15:13'),
(76700,29730,'action complete via WP Cron','2021-01-17 13:15:13','2021-01-17 08:15:13'),
(76701,29731,'action created','2021-01-17 13:15:13','2021-01-17 08:15:13'),
(76702,29731,'action started via WP Cron','2021-01-17 13:16:16','2021-01-17 08:16:16'),
(76703,29731,'action complete via WP Cron','2021-01-17 13:16:16','2021-01-17 08:16:16'),
(76704,29732,'action created','2021-01-17 13:16:16','2021-01-17 08:16:16'),
(76705,29732,'action started via WP Cron','2021-01-17 13:17:12','2021-01-17 08:17:12'),
(76706,29732,'action complete via WP Cron','2021-01-17 13:17:12','2021-01-17 08:17:12'),
(76707,29733,'action created','2021-01-17 13:17:12','2021-01-17 08:17:12'),
(76708,29733,'action started via WP Cron','2021-01-17 13:18:11','2021-01-17 08:18:11'),
(76709,29733,'action complete via WP Cron','2021-01-17 13:18:11','2021-01-17 08:18:11'),
(76710,29734,'action created','2021-01-17 13:18:11','2021-01-17 08:18:11'),
(76711,29734,'action started via WP Cron','2021-01-17 13:19:18','2021-01-17 08:19:18'),
(76712,29734,'action complete via WP Cron','2021-01-17 13:19:18','2021-01-17 08:19:18'),
(76713,29735,'action created','2021-01-17 13:19:18','2021-01-17 08:19:18'),
(76714,29735,'action started via WP Cron','2021-01-17 13:21:10','2021-01-17 08:21:10'),
(76715,29735,'action complete via WP Cron','2021-01-17 13:21:10','2021-01-17 08:21:10'),
(76716,29736,'action created','2021-01-17 13:21:10','2021-01-17 08:21:10'),
(76717,29736,'action started via WP Cron','2021-01-17 13:22:39','2021-01-17 08:22:39'),
(76718,29736,'action complete via WP Cron','2021-01-17 13:22:39','2021-01-17 08:22:39'),
(76719,29737,'action created','2021-01-17 13:22:39','2021-01-17 08:22:39'),
(76720,29737,'action started via WP Cron','2021-01-17 13:24:25','2021-01-17 08:24:25'),
(76721,29737,'action complete via WP Cron','2021-01-17 13:24:25','2021-01-17 08:24:25'),
(76722,29738,'action created','2021-01-17 13:24:26','2021-01-17 08:24:26'),
(76723,29738,'action started via WP Cron','2021-01-17 13:26:35','2021-01-17 08:26:35'),
(76724,29738,'action complete via WP Cron','2021-01-17 13:26:35','2021-01-17 08:26:35'),
(76725,29739,'action created','2021-01-17 13:26:35','2021-01-17 08:26:35'),
(76726,29739,'action started via WP Cron','2021-01-17 13:27:15','2021-01-17 08:27:15'),
(76727,29739,'action complete via WP Cron','2021-01-17 13:27:15','2021-01-17 08:27:15'),
(76728,29740,'action created','2021-01-17 13:27:15','2021-01-17 08:27:15'),
(76729,29740,'action started via WP Cron','2021-01-17 13:28:25','2021-01-17 08:28:25'),
(76730,29740,'action complete via WP Cron','2021-01-17 13:28:25','2021-01-17 08:28:25'),
(76731,29741,'action created','2021-01-17 13:28:25','2021-01-17 08:28:25'),
(76732,29741,'action started via WP Cron','2021-01-17 13:29:34','2021-01-17 08:29:34'),
(76733,29741,'action complete via WP Cron','2021-01-17 13:29:34','2021-01-17 08:29:34'),
(76734,29742,'action created','2021-01-17 13:29:34','2021-01-17 08:29:34'),
(76735,29742,'action started via WP Cron','2021-01-17 13:30:15','2021-01-17 08:30:15'),
(76736,29742,'action complete via WP Cron','2021-01-17 13:30:15','2021-01-17 08:30:15'),
(76737,29743,'action created','2021-01-17 13:30:15','2021-01-17 08:30:15'),
(76738,29743,'action started via WP Cron','2021-01-17 13:31:30','2021-01-17 08:31:30'),
(76739,29743,'action complete via WP Cron','2021-01-17 13:31:30','2021-01-17 08:31:30'),
(76740,29744,'action created','2021-01-17 13:31:30','2021-01-17 08:31:30'),
(76741,29744,'action started via WP Cron','2021-01-17 13:33:07','2021-01-17 08:33:07'),
(76742,29744,'action complete via WP Cron','2021-01-17 13:33:07','2021-01-17 08:33:07'),
(76743,29745,'action created','2021-01-17 13:33:07','2021-01-17 08:33:07'),
(76744,29745,'action started via WP Cron','2021-01-17 13:34:22','2021-01-17 08:34:22'),
(76745,29745,'action complete via WP Cron','2021-01-17 13:34:22','2021-01-17 08:34:22'),
(76746,29746,'action created','2021-01-17 13:34:22','2021-01-17 08:34:22'),
(76747,29746,'action started via WP Cron','2021-01-17 13:35:12','2021-01-17 08:35:12'),
(76748,29746,'action complete via WP Cron','2021-01-17 13:35:12','2021-01-17 08:35:12'),
(76749,29747,'action created','2021-01-17 13:35:12','2021-01-17 08:35:12'),
(76750,29747,'action started via WP Cron','2021-01-17 13:36:29','2021-01-17 08:36:29'),
(76751,29747,'action complete via WP Cron','2021-01-17 13:36:29','2021-01-17 08:36:29'),
(76752,29748,'action created','2021-01-17 13:36:29','2021-01-17 08:36:29'),
(76753,29748,'action started via WP Cron','2021-01-17 13:37:37','2021-01-17 08:37:37'),
(76754,29748,'action complete via WP Cron','2021-01-17 13:37:37','2021-01-17 08:37:37'),
(76755,29749,'action created','2021-01-17 13:37:37','2021-01-17 08:37:37'),
(76756,29749,'action started via WP Cron','2021-01-17 13:38:26','2021-01-17 08:38:26'),
(76757,29749,'action complete via WP Cron','2021-01-17 13:38:26','2021-01-17 08:38:26'),
(76758,29750,'action created','2021-01-17 13:38:26','2021-01-17 08:38:26'),
(76759,29750,'action started via WP Cron','2021-01-17 13:39:15','2021-01-17 08:39:15'),
(76760,29750,'action complete via WP Cron','2021-01-17 13:39:15','2021-01-17 08:39:15'),
(76761,29751,'action created','2021-01-17 13:39:16','2021-01-17 08:39:16'),
(76762,29751,'action started via WP Cron','2021-01-17 13:40:38','2021-01-17 08:40:38'),
(76763,29751,'action complete via WP Cron','2021-01-17 13:40:38','2021-01-17 08:40:38'),
(76764,29752,'action created','2021-01-17 13:40:38','2021-01-17 08:40:38'),
(76765,29752,'action started via WP Cron','2021-01-17 13:41:21','2021-01-17 08:41:21'),
(76766,29752,'action complete via WP Cron','2021-01-17 13:41:21','2021-01-17 08:41:21'),
(76767,29753,'action created','2021-01-17 13:41:21','2021-01-17 08:41:21'),
(76768,29753,'action started via WP Cron','2021-01-17 13:42:12','2021-01-17 08:42:12'),
(76769,29753,'action complete via WP Cron','2021-01-17 13:42:12','2021-01-17 08:42:12'),
(76770,29754,'action created','2021-01-17 13:42:12','2021-01-17 08:42:12'),
(76771,29754,'action started via WP Cron','2021-01-17 13:43:38','2021-01-17 08:43:38'),
(76772,29754,'action complete via WP Cron','2021-01-17 13:43:38','2021-01-17 08:43:38'),
(76773,29755,'action created','2021-01-17 13:43:38','2021-01-17 08:43:38'),
(76774,29755,'action started via WP Cron','2021-01-17 13:44:14','2021-01-17 08:44:14'),
(76775,29755,'action complete via WP Cron','2021-01-17 13:44:14','2021-01-17 08:44:14'),
(76776,29756,'action created','2021-01-17 13:44:14','2021-01-17 08:44:14'),
(76777,29756,'action started via WP Cron','2021-01-17 13:45:59','2021-01-17 08:45:59'),
(76778,29756,'action complete via WP Cron','2021-01-17 13:45:59','2021-01-17 08:45:59'),
(76779,29757,'action created','2021-01-17 13:45:59','2021-01-17 08:45:59'),
(76780,29757,'action started via WP Cron','2021-01-17 13:46:26','2021-01-17 08:46:26'),
(76781,29757,'action complete via WP Cron','2021-01-17 13:46:26','2021-01-17 08:46:26'),
(76782,29758,'action created','2021-01-17 13:46:26','2021-01-17 08:46:26'),
(76783,29758,'action started via WP Cron','2021-01-17 13:47:31','2021-01-17 08:47:31'),
(76784,29758,'action complete via WP Cron','2021-01-17 13:47:31','2021-01-17 08:47:31'),
(76785,29759,'action created','2021-01-17 13:47:31','2021-01-17 08:47:31'),
(76786,29759,'action started via WP Cron','2021-01-17 13:48:19','2021-01-17 08:48:19'),
(76787,29759,'action complete via WP Cron','2021-01-17 13:48:19','2021-01-17 08:48:19'),
(76788,29760,'action created','2021-01-17 13:48:19','2021-01-17 08:48:19'),
(76789,29760,'action started via WP Cron','2021-01-17 13:49:19','2021-01-17 08:49:19'),
(76790,29760,'action complete via WP Cron','2021-01-17 13:49:19','2021-01-17 08:49:19'),
(76791,29761,'action created','2021-01-17 13:49:19','2021-01-17 08:49:19'),
(76792,29761,'action started via WP Cron','2021-01-17 13:50:29','2021-01-17 08:50:29'),
(76793,29761,'action complete via WP Cron','2021-01-17 13:50:29','2021-01-17 08:50:29'),
(76794,29762,'action created','2021-01-17 13:50:29','2021-01-17 08:50:29'),
(76795,29762,'action started via WP Cron','2021-01-17 13:51:17','2021-01-17 08:51:17'),
(76796,29762,'action complete via WP Cron','2021-01-17 13:51:17','2021-01-17 08:51:17'),
(76797,29763,'action created','2021-01-17 13:51:17','2021-01-17 08:51:17'),
(76798,29763,'action started via WP Cron','2021-01-17 13:52:58','2021-01-17 08:52:58'),
(76799,29763,'action complete via WP Cron','2021-01-17 13:52:58','2021-01-17 08:52:58'),
(76800,29764,'action created','2021-01-17 13:52:58','2021-01-17 08:52:58'),
(76801,29764,'action started via WP Cron','2021-01-17 13:54:32','2021-01-17 08:54:32'),
(76802,29764,'action complete via WP Cron','2021-01-17 13:54:32','2021-01-17 08:54:32'),
(76803,29765,'action created','2021-01-17 13:54:32','2021-01-17 08:54:32'),
(76804,29765,'action started via WP Cron','2021-01-17 13:56:13','2021-01-17 08:56:13'),
(76805,29765,'action complete via WP Cron','2021-01-17 13:56:13','2021-01-17 08:56:13'),
(76806,29766,'action created','2021-01-17 13:56:13','2021-01-17 08:56:13'),
(76807,29766,'action started via WP Cron','2021-01-17 13:57:17','2021-01-17 08:57:17'),
(76808,29766,'action complete via WP Cron','2021-01-17 13:57:17','2021-01-17 08:57:17'),
(76809,29767,'action created','2021-01-17 13:57:18','2021-01-17 08:57:18'),
(76810,29767,'action started via WP Cron','2021-01-17 13:58:21','2021-01-17 08:58:21'),
(76811,29767,'action complete via WP Cron','2021-01-17 13:58:21','2021-01-17 08:58:21'),
(76812,29768,'action created','2021-01-17 13:58:21','2021-01-17 08:58:21'),
(76813,29768,'action started via WP Cron','2021-01-17 13:59:45','2021-01-17 08:59:45'),
(76814,29768,'action complete via WP Cron','2021-01-17 13:59:45','2021-01-17 08:59:45'),
(76815,29769,'action created','2021-01-17 13:59:45','2021-01-17 08:59:45'),
(76816,29769,'action started via WP Cron','2021-01-17 14:00:16','2021-01-17 09:00:16'),
(76817,29769,'action complete via WP Cron','2021-01-17 14:00:16','2021-01-17 09:00:16'),
(76818,29770,'action created','2021-01-17 14:00:16','2021-01-17 09:00:16'),
(76819,29770,'action started via WP Cron','2021-01-17 14:01:15','2021-01-17 09:01:15'),
(76820,29770,'action complete via WP Cron','2021-01-17 14:01:15','2021-01-17 09:01:15'),
(76821,29771,'action created','2021-01-17 14:01:15','2021-01-17 09:01:15'),
(76822,29771,'action started via WP Cron','2021-01-17 14:02:16','2021-01-17 09:02:16'),
(76823,29771,'action complete via WP Cron','2021-01-17 14:02:16','2021-01-17 09:02:16'),
(76824,29772,'action created','2021-01-17 14:02:16','2021-01-17 09:02:16'),
(76825,29772,'action started via WP Cron','2021-01-17 14:03:25','2021-01-17 09:03:25'),
(76826,29772,'action complete via WP Cron','2021-01-17 14:03:25','2021-01-17 09:03:25'),
(76827,29773,'action created','2021-01-17 14:03:25','2021-01-17 09:03:25'),
(76828,29773,'action started via WP Cron','2021-01-17 14:05:15','2021-01-17 09:05:15'),
(76829,29773,'action complete via WP Cron','2021-01-17 14:05:15','2021-01-17 09:05:15'),
(76830,29774,'action created','2021-01-17 14:05:15','2021-01-17 09:05:15'),
(76831,29774,'action started via WP Cron','2021-01-17 14:06:34','2021-01-17 09:06:34'),
(76832,29774,'action complete via WP Cron','2021-01-17 14:06:34','2021-01-17 09:06:34'),
(76833,29775,'action created','2021-01-17 14:06:34','2021-01-17 09:06:34'),
(76834,29775,'action started via WP Cron','2021-01-17 14:07:46','2021-01-17 09:07:46'),
(76835,29775,'action complete via WP Cron','2021-01-17 14:07:46','2021-01-17 09:07:46'),
(76836,29776,'action created','2021-01-17 14:07:46','2021-01-17 09:07:46'),
(76837,29776,'action started via WP Cron','2021-01-17 14:08:39','2021-01-17 09:08:39'),
(76838,29776,'action complete via WP Cron','2021-01-17 14:08:39','2021-01-17 09:08:39'),
(76839,29777,'action created','2021-01-17 14:08:39','2021-01-17 09:08:39'),
(76840,29777,'action started via WP Cron','2021-01-17 14:09:21','2021-01-17 09:09:21'),
(76841,29777,'action complete via WP Cron','2021-01-17 14:09:21','2021-01-17 09:09:21'),
(76842,29778,'action created','2021-01-17 14:09:21','2021-01-17 09:09:21'),
(76843,29778,'action started via WP Cron','2021-01-17 14:10:20','2021-01-17 09:10:20'),
(76844,29778,'action complete via WP Cron','2021-01-17 14:10:20','2021-01-17 09:10:20'),
(76845,29779,'action created','2021-01-17 14:10:20','2021-01-17 09:10:20'),
(76846,29779,'action started via WP Cron','2021-01-17 14:12:38','2021-01-17 09:12:38'),
(76847,29779,'action complete via WP Cron','2021-01-17 14:12:38','2021-01-17 09:12:38'),
(76848,29780,'action created','2021-01-17 14:12:38','2021-01-17 09:12:38'),
(76849,29780,'action started via WP Cron','2021-01-17 14:13:12','2021-01-17 09:13:12'),
(76850,29780,'action complete via WP Cron','2021-01-17 14:13:12','2021-01-17 09:13:12'),
(76851,29781,'action created','2021-01-17 14:13:12','2021-01-17 09:13:12'),
(76852,29781,'action started via WP Cron','2021-01-17 14:14:52','2021-01-17 09:14:52'),
(76853,29781,'action complete via WP Cron','2021-01-17 14:14:52','2021-01-17 09:14:52'),
(76854,29782,'action created','2021-01-17 14:14:52','2021-01-17 09:14:52'),
(76855,29782,'action started via WP Cron','2021-01-17 14:15:16','2021-01-17 09:15:16'),
(76856,29782,'action complete via WP Cron','2021-01-17 14:15:16','2021-01-17 09:15:16'),
(76857,29783,'action created','2021-01-17 14:15:16','2021-01-17 09:15:16'),
(76858,29783,'action started via WP Cron','2021-01-17 14:16:28','2021-01-17 09:16:28'),
(76859,29783,'action complete via WP Cron','2021-01-17 14:16:28','2021-01-17 09:16:28'),
(76860,29784,'action created','2021-01-17 14:16:28','2021-01-17 09:16:28'),
(76861,29784,'action started via WP Cron','2021-01-17 14:17:12','2021-01-17 09:17:12'),
(76862,29784,'action complete via WP Cron','2021-01-17 14:17:12','2021-01-17 09:17:12'),
(76863,29785,'action created','2021-01-17 14:17:12','2021-01-17 09:17:12'),
(76864,29785,'action started via WP Cron','2021-01-17 14:18:12','2021-01-17 09:18:12'),
(76865,29785,'action complete via WP Cron','2021-01-17 14:18:12','2021-01-17 09:18:12'),
(76866,29786,'action created','2021-01-17 14:18:12','2021-01-17 09:18:12'),
(76867,29786,'action started via WP Cron','2021-01-17 14:20:04','2021-01-17 09:20:04'),
(76868,29786,'action complete via WP Cron','2021-01-17 14:20:04','2021-01-17 09:20:04'),
(76869,29787,'action created','2021-01-17 14:20:04','2021-01-17 09:20:04'),
(76870,29787,'action started via WP Cron','2021-01-17 14:20:55','2021-01-17 09:20:55'),
(76871,29787,'action complete via WP Cron','2021-01-17 14:20:55','2021-01-17 09:20:55'),
(76872,29788,'action created','2021-01-17 14:20:55','2021-01-17 09:20:55'),
(76873,29788,'action started via WP Cron','2021-01-17 14:21:11','2021-01-17 09:21:11'),
(76874,29788,'action complete via WP Cron','2021-01-17 14:21:11','2021-01-17 09:21:11'),
(76875,29789,'action created','2021-01-17 14:21:12','2021-01-17 09:21:12'),
(76876,29789,'action started via WP Cron','2021-01-17 14:22:27','2021-01-17 09:22:27'),
(76877,29789,'action complete via WP Cron','2021-01-17 14:22:27','2021-01-17 09:22:27'),
(76878,29790,'action created','2021-01-17 14:22:27','2021-01-17 09:22:27'),
(76879,29790,'action started via WP Cron','2021-01-17 14:23:29','2021-01-17 09:23:29'),
(76880,29790,'action complete via WP Cron','2021-01-17 14:23:29','2021-01-17 09:23:29'),
(76881,29791,'action created','2021-01-17 14:23:29','2021-01-17 09:23:29'),
(76882,29791,'action started via WP Cron','2021-01-17 14:24:31','2021-01-17 09:24:31'),
(76883,29791,'action complete via WP Cron','2021-01-17 14:24:31','2021-01-17 09:24:31'),
(76884,29792,'action created','2021-01-17 14:24:31','2021-01-17 09:24:31'),
(76885,29792,'action started via WP Cron','2021-01-17 14:26:01','2021-01-17 09:26:01'),
(76886,29792,'action complete via WP Cron','2021-01-17 14:26:01','2021-01-17 09:26:01'),
(76887,29793,'action created','2021-01-17 14:26:01','2021-01-17 09:26:01'),
(76888,29793,'action started via WP Cron','2021-01-17 14:26:48','2021-01-17 09:26:48'),
(76889,29793,'action complete via WP Cron','2021-01-17 14:26:48','2021-01-17 09:26:48'),
(76890,29794,'action created','2021-01-17 14:26:48','2021-01-17 09:26:48'),
(76891,29794,'action started via WP Cron','2021-01-17 14:27:18','2021-01-17 09:27:18'),
(76892,29794,'action complete via WP Cron','2021-01-17 14:27:18','2021-01-17 09:27:18'),
(76893,29795,'action created','2021-01-17 14:27:18','2021-01-17 09:27:18'),
(76894,29795,'action started via WP Cron','2021-01-17 14:28:24','2021-01-17 09:28:24'),
(76895,29795,'action complete via WP Cron','2021-01-17 14:28:24','2021-01-17 09:28:24'),
(76896,29796,'action created','2021-01-17 14:28:24','2021-01-17 09:28:24'),
(76897,29796,'action started via WP Cron','2021-01-17 14:29:46','2021-01-17 09:29:46'),
(76898,29796,'action complete via WP Cron','2021-01-17 14:29:46','2021-01-17 09:29:46'),
(76899,29797,'action created','2021-01-17 14:29:46','2021-01-17 09:29:46'),
(76900,29797,'action started via WP Cron','2021-01-17 14:30:16','2021-01-17 09:30:16'),
(76901,29797,'action complete via WP Cron','2021-01-17 14:30:16','2021-01-17 09:30:16'),
(76902,29798,'action created','2021-01-17 14:30:16','2021-01-17 09:30:16'),
(76903,29798,'action started via WP Cron','2021-01-17 14:31:13','2021-01-17 09:31:13'),
(76904,29798,'action complete via WP Cron','2021-01-17 14:31:13','2021-01-17 09:31:13'),
(76905,29799,'action created','2021-01-17 14:31:13','2021-01-17 09:31:13'),
(76906,29799,'action started via WP Cron','2021-01-17 14:32:14','2021-01-17 09:32:14'),
(76907,29799,'action complete via WP Cron','2021-01-17 14:32:14','2021-01-17 09:32:14'),
(76908,29800,'action created','2021-01-17 14:32:14','2021-01-17 09:32:14'),
(76909,29800,'action started via WP Cron','2021-01-17 14:33:36','2021-01-17 09:33:36'),
(76910,29800,'action complete via WP Cron','2021-01-17 14:33:36','2021-01-17 09:33:36'),
(76911,29801,'action created','2021-01-17 14:33:36','2021-01-17 09:33:36'),
(76912,29801,'action started via WP Cron','2021-01-17 14:34:29','2021-01-17 09:34:29'),
(76913,29801,'action complete via WP Cron','2021-01-17 14:34:29','2021-01-17 09:34:29'),
(76914,29802,'action created','2021-01-17 14:34:29','2021-01-17 09:34:29'),
(76915,29802,'action started via WP Cron','2021-01-17 14:35:27','2021-01-17 09:35:27'),
(76916,29802,'action complete via WP Cron','2021-01-17 14:35:27','2021-01-17 09:35:27'),
(76917,29803,'action created','2021-01-17 14:35:27','2021-01-17 09:35:27'),
(76918,29803,'action started via WP Cron','2021-01-17 14:36:21','2021-01-17 09:36:21'),
(76919,29803,'action complete via WP Cron','2021-01-17 14:36:21','2021-01-17 09:36:21'),
(76920,29804,'action created','2021-01-17 14:36:21','2021-01-17 09:36:21'),
(76921,29804,'action started via WP Cron','2021-01-17 14:37:17','2021-01-17 09:37:17'),
(76922,29804,'action complete via WP Cron','2021-01-17 14:37:17','2021-01-17 09:37:17'),
(76923,29805,'action created','2021-01-17 14:37:17','2021-01-17 09:37:17'),
(76924,29805,'action started via WP Cron','2021-01-17 14:38:14','2021-01-17 09:38:14'),
(76925,29805,'action complete via WP Cron','2021-01-17 14:38:14','2021-01-17 09:38:14'),
(76926,29806,'action created','2021-01-17 14:38:14','2021-01-17 09:38:14'),
(76927,29806,'action started via WP Cron','2021-01-17 14:39:27','2021-01-17 09:39:27'),
(76928,29806,'action complete via WP Cron','2021-01-17 14:39:27','2021-01-17 09:39:27'),
(76929,29807,'action created','2021-01-17 14:39:27','2021-01-17 09:39:27'),
(76930,29807,'action started via WP Cron','2021-01-17 14:40:51','2021-01-17 09:40:51'),
(76931,29807,'action complete via WP Cron','2021-01-17 14:40:51','2021-01-17 09:40:51'),
(76932,29808,'action created','2021-01-17 14:40:51','2021-01-17 09:40:51'),
(76933,29808,'action started via WP Cron','2021-01-17 14:41:29','2021-01-17 09:41:29'),
(76934,29808,'action complete via WP Cron','2021-01-17 14:41:29','2021-01-17 09:41:29'),
(76935,29809,'action created','2021-01-17 14:41:30','2021-01-17 09:41:30'),
(76936,29809,'action started via WP Cron','2021-01-17 14:43:37','2021-01-17 09:43:37'),
(76937,29809,'action complete via WP Cron','2021-01-17 14:43:37','2021-01-17 09:43:37'),
(76938,29810,'action created','2021-01-17 14:43:37','2021-01-17 09:43:37'),
(76939,29810,'action started via WP Cron','2021-01-17 14:44:37','2021-01-17 09:44:37'),
(76940,29810,'action complete via WP Cron','2021-01-17 14:44:37','2021-01-17 09:44:37'),
(76941,29811,'action created','2021-01-17 14:44:37','2021-01-17 09:44:37'),
(76942,29811,'action started via WP Cron','2021-01-17 14:45:17','2021-01-17 09:45:17'),
(76943,29811,'action complete via WP Cron','2021-01-17 14:45:17','2021-01-17 09:45:17'),
(76944,29812,'action created','2021-01-17 14:45:17','2021-01-17 09:45:17'),
(76945,29812,'action started via WP Cron','2021-01-17 14:46:24','2021-01-17 09:46:24'),
(76946,29812,'action complete via WP Cron','2021-01-17 14:46:24','2021-01-17 09:46:24'),
(76947,29813,'action created','2021-01-17 14:46:24','2021-01-17 09:46:24'),
(76948,29813,'action started via WP Cron','2021-01-17 14:47:18','2021-01-17 09:47:18'),
(76949,29813,'action complete via WP Cron','2021-01-17 14:47:18','2021-01-17 09:47:18'),
(76950,29814,'action created','2021-01-17 14:47:18','2021-01-17 09:47:18'),
(76951,29814,'action started via WP Cron','2021-01-17 14:48:54','2021-01-17 09:48:54'),
(76952,29814,'action complete via WP Cron','2021-01-17 14:48:54','2021-01-17 09:48:54'),
(76953,29815,'action created','2021-01-17 14:48:54','2021-01-17 09:48:54'),
(76954,29815,'action started via WP Cron','2021-01-17 14:49:43','2021-01-17 09:49:43'),
(76955,29815,'action complete via WP Cron','2021-01-17 14:49:43','2021-01-17 09:49:43'),
(76956,29816,'action created','2021-01-17 14:49:43','2021-01-17 09:49:43'),
(76957,29816,'action started via WP Cron','2021-01-17 14:50:27','2021-01-17 09:50:27'),
(76958,29816,'action complete via WP Cron','2021-01-17 14:50:27','2021-01-17 09:50:27'),
(76959,29817,'action created','2021-01-17 14:50:27','2021-01-17 09:50:27'),
(76960,29817,'action started via WP Cron','2021-01-17 14:51:26','2021-01-17 09:51:26'),
(76961,29817,'action complete via WP Cron','2021-01-17 14:51:26','2021-01-17 09:51:26'),
(76962,29818,'action created','2021-01-17 14:51:26','2021-01-17 09:51:26'),
(76963,29818,'action started via WP Cron','2021-01-17 14:52:18','2021-01-17 09:52:18'),
(76964,29818,'action complete via WP Cron','2021-01-17 14:52:18','2021-01-17 09:52:18'),
(76965,29819,'action created','2021-01-17 14:52:19','2021-01-17 09:52:19'),
(76966,29819,'action started via WP Cron','2021-01-17 14:53:13','2021-01-17 09:53:13'),
(76967,29819,'action complete via WP Cron','2021-01-17 14:53:13','2021-01-17 09:53:13'),
(76968,29820,'action created','2021-01-17 14:53:13','2021-01-17 09:53:13'),
(76969,29820,'action started via WP Cron','2021-01-17 14:54:18','2021-01-17 09:54:18'),
(76970,29820,'action complete via WP Cron','2021-01-17 14:54:18','2021-01-17 09:54:18'),
(76971,29821,'action created','2021-01-17 14:54:18','2021-01-17 09:54:18'),
(76972,29821,'action started via WP Cron','2021-01-17 14:55:17','2021-01-17 09:55:17'),
(76973,29821,'action complete via WP Cron','2021-01-17 14:55:17','2021-01-17 09:55:17'),
(76974,29822,'action created','2021-01-17 14:55:17','2021-01-17 09:55:17'),
(76975,29822,'action started via WP Cron','2021-01-17 14:56:13','2021-01-17 09:56:13'),
(76976,29822,'action complete via WP Cron','2021-01-17 14:56:13','2021-01-17 09:56:13'),
(76977,29823,'action created','2021-01-17 14:56:13','2021-01-17 09:56:13'),
(76978,29823,'action started via WP Cron','2021-01-17 14:57:26','2021-01-17 09:57:26'),
(76979,29823,'action complete via WP Cron','2021-01-17 14:57:26','2021-01-17 09:57:26'),
(76980,29824,'action created','2021-01-17 14:57:26','2021-01-17 09:57:26'),
(76981,29824,'action started via WP Cron','2021-01-17 14:58:16','2021-01-17 09:58:16'),
(76982,29824,'action complete via WP Cron','2021-01-17 14:58:16','2021-01-17 09:58:16'),
(76983,29825,'action created','2021-01-17 14:58:16','2021-01-17 09:58:16'),
(76984,29825,'action started via WP Cron','2021-01-17 14:59:13','2021-01-17 09:59:13'),
(76985,29825,'action complete via WP Cron','2021-01-17 14:59:13','2021-01-17 09:59:13'),
(76986,29826,'action created','2021-01-17 14:59:13','2021-01-17 09:59:13'),
(76987,29826,'action started via WP Cron','2021-01-17 15:00:23','2021-01-17 10:00:23'),
(76988,29826,'action complete via WP Cron','2021-01-17 15:00:23','2021-01-17 10:00:23'),
(76989,29827,'action created','2021-01-17 15:00:23','2021-01-17 10:00:23'),
(76990,29827,'action started via WP Cron','2021-01-17 15:01:22','2021-01-17 10:01:22'),
(76991,29827,'action complete via WP Cron','2021-01-17 15:01:22','2021-01-17 10:01:22'),
(76992,29828,'action created','2021-01-17 15:01:22','2021-01-17 10:01:22'),
(76993,29828,'action started via WP Cron','2021-01-17 15:02:36','2021-01-17 10:02:36'),
(76994,29828,'action complete via WP Cron','2021-01-17 15:02:36','2021-01-17 10:02:36'),
(76995,29829,'action created','2021-01-17 15:02:36','2021-01-17 10:02:36'),
(76996,29829,'action started via WP Cron','2021-01-17 15:03:28','2021-01-17 10:03:28'),
(76997,29829,'action complete via WP Cron','2021-01-17 15:03:28','2021-01-17 10:03:28'),
(76998,29830,'action created','2021-01-17 15:03:28','2021-01-17 10:03:28'),
(76999,29830,'action started via WP Cron','2021-01-17 15:04:23','2021-01-17 10:04:23'),
(77000,29830,'action complete via WP Cron','2021-01-17 15:04:23','2021-01-17 10:04:23'),
(77001,29831,'action created','2021-01-17 15:04:23','2021-01-17 10:04:23'),
(77002,29831,'action started via WP Cron','2021-01-17 15:05:15','2021-01-17 10:05:15'),
(77003,29831,'action complete via WP Cron','2021-01-17 15:05:15','2021-01-17 10:05:15'),
(77004,29832,'action created','2021-01-17 15:05:15','2021-01-17 10:05:15'),
(77005,29832,'action started via WP Cron','2021-01-17 15:06:44','2021-01-17 10:06:44'),
(77006,29832,'action complete via WP Cron','2021-01-17 15:06:44','2021-01-17 10:06:44'),
(77007,29833,'action created','2021-01-17 15:06:45','2021-01-17 10:06:45'),
(77008,29833,'action started via WP Cron','2021-01-17 15:07:44','2021-01-17 10:07:44'),
(77009,29833,'action complete via WP Cron','2021-01-17 15:07:44','2021-01-17 10:07:44'),
(77010,29834,'action created','2021-01-17 15:07:44','2021-01-17 10:07:44'),
(77011,29834,'action started via WP Cron','2021-01-17 15:08:19','2021-01-17 10:08:19'),
(77012,29834,'action complete via WP Cron','2021-01-17 15:08:20','2021-01-17 10:08:20'),
(77013,29835,'action created','2021-01-17 15:08:20','2021-01-17 10:08:20'),
(77014,29835,'action started via WP Cron','2021-01-17 15:09:42','2021-01-17 10:09:42'),
(77015,29835,'action complete via WP Cron','2021-01-17 15:09:42','2021-01-17 10:09:42'),
(77016,29836,'action created','2021-01-17 15:09:43','2021-01-17 10:09:43'),
(77017,29836,'action started via WP Cron','2021-01-17 15:10:26','2021-01-17 10:10:26'),
(77018,29836,'action complete via WP Cron','2021-01-17 15:10:26','2021-01-17 10:10:26'),
(77019,29837,'action created','2021-01-17 15:10:26','2021-01-17 10:10:26'),
(77020,29837,'action started via WP Cron','2021-01-17 15:11:20','2021-01-17 10:11:20'),
(77021,29837,'action complete via WP Cron','2021-01-17 15:11:20','2021-01-17 10:11:20'),
(77022,29838,'action created','2021-01-17 15:11:20','2021-01-17 10:11:20'),
(77023,29838,'action started via WP Cron','2021-01-17 15:12:29','2021-01-17 10:12:29'),
(77024,29838,'action complete via WP Cron','2021-01-17 15:12:29','2021-01-17 10:12:29'),
(77025,29839,'action created','2021-01-17 15:12:29','2021-01-17 10:12:29'),
(77026,29839,'action started via WP Cron','2021-01-17 15:13:22','2021-01-17 10:13:22'),
(77027,29839,'action complete via WP Cron','2021-01-17 15:13:22','2021-01-17 10:13:22'),
(77028,29840,'action created','2021-01-17 15:13:22','2021-01-17 10:13:22'),
(77029,29840,'action started via WP Cron','2021-01-17 15:14:36','2021-01-17 10:14:36'),
(77030,29840,'action complete via WP Cron','2021-01-17 15:14:36','2021-01-17 10:14:36'),
(77031,29841,'action created','2021-01-17 15:14:36','2021-01-17 10:14:36'),
(77032,29841,'action started via WP Cron','2021-01-17 15:16:44','2021-01-17 10:16:44'),
(77033,29841,'action complete via WP Cron','2021-01-17 15:16:44','2021-01-17 10:16:44'),
(77034,29842,'action created','2021-01-17 15:16:44','2021-01-17 10:16:44'),
(77035,29842,'action started via WP Cron','2021-01-17 15:17:50','2021-01-17 10:17:50'),
(77036,29842,'action complete via WP Cron','2021-01-17 15:17:50','2021-01-17 10:17:50'),
(77037,29843,'action created','2021-01-17 15:17:50','2021-01-17 10:17:50'),
(77038,29843,'action started via WP Cron','2021-01-17 15:18:22','2021-01-17 10:18:22'),
(77039,29843,'action complete via WP Cron','2021-01-17 15:18:22','2021-01-17 10:18:22'),
(77040,29844,'action created','2021-01-17 15:18:22','2021-01-17 10:18:22'),
(77041,29844,'action started via WP Cron','2021-01-17 15:19:34','2021-01-17 10:19:34'),
(77042,29844,'action complete via WP Cron','2021-01-17 15:19:34','2021-01-17 10:19:34'),
(77043,29845,'action created','2021-01-17 15:19:34','2021-01-17 10:19:34'),
(77044,29845,'action started via WP Cron','2021-01-17 15:20:13','2021-01-17 10:20:13'),
(77045,29845,'action complete via WP Cron','2021-01-17 15:20:13','2021-01-17 10:20:13'),
(77046,29846,'action created','2021-01-17 15:20:13','2021-01-17 10:20:13'),
(77047,29846,'action started via WP Cron','2021-01-17 15:21:21','2021-01-17 10:21:21'),
(77048,29846,'action complete via WP Cron','2021-01-17 15:21:21','2021-01-17 10:21:21'),
(77049,29847,'action created','2021-01-17 15:21:21','2021-01-17 10:21:21'),
(77050,29847,'action started via WP Cron','2021-01-17 15:22:58','2021-01-17 10:22:58'),
(77051,29847,'action complete via WP Cron','2021-01-17 15:22:58','2021-01-17 10:22:58'),
(77052,29848,'action created','2021-01-17 15:22:58','2021-01-17 10:22:58'),
(77053,29848,'action started via WP Cron','2021-01-17 15:23:49','2021-01-17 10:23:49'),
(77054,29848,'action complete via WP Cron','2021-01-17 15:23:49','2021-01-17 10:23:49'),
(77055,29849,'action created','2021-01-17 15:23:49','2021-01-17 10:23:49'),
(77056,29849,'action started via WP Cron','2021-01-17 15:24:18','2021-01-17 10:24:18'),
(77057,29849,'action complete via WP Cron','2021-01-17 15:24:18','2021-01-17 10:24:18'),
(77058,29850,'action created','2021-01-17 15:24:18','2021-01-17 10:24:18'),
(77059,29850,'action started via WP Cron','2021-01-17 15:25:19','2021-01-17 10:25:19'),
(77060,29850,'action complete via WP Cron','2021-01-17 15:25:19','2021-01-17 10:25:19'),
(77061,29851,'action created','2021-01-17 15:25:19','2021-01-17 10:25:19'),
(77062,29851,'action started via WP Cron','2021-01-17 15:26:22','2021-01-17 10:26:22'),
(77063,29851,'action complete via WP Cron','2021-01-17 15:26:22','2021-01-17 10:26:22'),
(77064,29852,'action created','2021-01-17 15:26:22','2021-01-17 10:26:22'),
(77065,29852,'action started via WP Cron','2021-01-17 15:27:15','2021-01-17 10:27:15'),
(77066,29852,'action complete via WP Cron','2021-01-17 15:27:15','2021-01-17 10:27:15'),
(77067,29853,'action created','2021-01-17 15:27:15','2021-01-17 10:27:15'),
(77068,29853,'action started via WP Cron','2021-01-17 15:28:17','2021-01-17 10:28:17'),
(77069,29853,'action complete via WP Cron','2021-01-17 15:28:17','2021-01-17 10:28:17'),
(77070,29854,'action created','2021-01-17 15:28:17','2021-01-17 10:28:17'),
(77071,29854,'action started via WP Cron','2021-01-17 15:29:12','2021-01-17 10:29:12'),
(77072,29854,'action complete via WP Cron','2021-01-17 15:29:12','2021-01-17 10:29:12'),
(77073,29855,'action created','2021-01-17 15:29:12','2021-01-17 10:29:12'),
(77074,29855,'action started via WP Cron','2021-01-17 15:30:29','2021-01-17 10:30:29'),
(77075,29855,'action complete via WP Cron','2021-01-17 15:30:29','2021-01-17 10:30:29'),
(77076,29856,'action created','2021-01-17 15:30:29','2021-01-17 10:30:29'),
(77077,29856,'action started via WP Cron','2021-01-17 15:33:17','2021-01-17 10:33:17'),
(77078,29856,'action complete via WP Cron','2021-01-17 15:33:17','2021-01-17 10:33:17'),
(77079,29857,'action created','2021-01-17 15:33:17','2021-01-17 10:33:17'),
(77080,29857,'action started via WP Cron','2021-01-17 15:34:16','2021-01-17 10:34:16'),
(77081,29857,'action complete via WP Cron','2021-01-17 15:34:16','2021-01-17 10:34:16'),
(77082,29858,'action created','2021-01-17 15:34:16','2021-01-17 10:34:16'),
(77083,29858,'action started via WP Cron','2021-01-17 15:35:15','2021-01-17 10:35:15'),
(77084,29858,'action complete via WP Cron','2021-01-17 15:35:15','2021-01-17 10:35:15'),
(77085,29859,'action created','2021-01-17 15:35:15','2021-01-17 10:35:15'),
(77086,29859,'action started via WP Cron','2021-01-17 15:36:20','2021-01-17 10:36:20'),
(77087,29859,'action complete via WP Cron','2021-01-17 15:36:20','2021-01-17 10:36:20'),
(77088,29860,'action created','2021-01-17 15:36:20','2021-01-17 10:36:20'),
(77089,29860,'action started via WP Cron','2021-01-17 15:37:20','2021-01-17 10:37:20'),
(77090,29860,'action complete via WP Cron','2021-01-17 15:37:20','2021-01-17 10:37:20'),
(77091,29861,'action created','2021-01-17 15:37:20','2021-01-17 10:37:20'),
(77092,29861,'action started via WP Cron','2021-01-17 15:38:44','2021-01-17 10:38:44'),
(77093,29861,'action complete via WP Cron','2021-01-17 15:38:44','2021-01-17 10:38:44'),
(77094,29862,'action created','2021-01-17 15:38:44','2021-01-17 10:38:44'),
(77095,29862,'action started via WP Cron','2021-01-17 15:40:05','2021-01-17 10:40:05'),
(77096,29862,'action complete via WP Cron','2021-01-17 15:40:05','2021-01-17 10:40:05'),
(77097,29863,'action created','2021-01-17 15:40:05','2021-01-17 10:40:05'),
(77098,29863,'action started via WP Cron','2021-01-17 15:40:17','2021-01-17 10:40:17'),
(77099,29863,'action complete via WP Cron','2021-01-17 15:40:17','2021-01-17 10:40:17'),
(77100,29864,'action created','2021-01-17 15:40:17','2021-01-17 10:40:17'),
(77101,29864,'action started via WP Cron','2021-01-17 15:41:11','2021-01-17 10:41:11'),
(77102,29864,'action complete via WP Cron','2021-01-17 15:41:11','2021-01-17 10:41:11'),
(77103,29865,'action created','2021-01-17 15:41:11','2021-01-17 10:41:11'),
(77104,29865,'action started via WP Cron','2021-01-17 15:42:11','2021-01-17 10:42:11'),
(77105,29865,'action complete via WP Cron','2021-01-17 15:42:11','2021-01-17 10:42:11'),
(77106,29866,'action created','2021-01-17 15:42:11','2021-01-17 10:42:11'),
(77107,29866,'action started via WP Cron','2021-01-17 15:43:15','2021-01-17 10:43:15'),
(77108,29866,'action complete via WP Cron','2021-01-17 15:43:15','2021-01-17 10:43:15'),
(77109,29867,'action created','2021-01-17 15:43:15','2021-01-17 10:43:15'),
(77110,29867,'action started via WP Cron','2021-01-17 15:45:06','2021-01-17 10:45:06'),
(77111,29867,'action complete via WP Cron','2021-01-17 15:45:06','2021-01-17 10:45:06'),
(77112,29868,'action created','2021-01-17 15:45:06','2021-01-17 10:45:06'),
(77113,29868,'action started via WP Cron','2021-01-17 15:45:19','2021-01-17 10:45:19'),
(77114,29868,'action complete via WP Cron','2021-01-17 15:45:19','2021-01-17 10:45:19'),
(77115,29869,'action created','2021-01-17 15:45:19','2021-01-17 10:45:19'),
(77116,29869,'action started via WP Cron','2021-01-17 15:46:44','2021-01-17 10:46:44'),
(77117,29869,'action complete via WP Cron','2021-01-17 15:46:45','2021-01-17 10:46:45'),
(77118,29870,'action created','2021-01-17 15:46:45','2021-01-17 10:46:45'),
(77119,29870,'action started via WP Cron','2021-01-17 15:47:35','2021-01-17 10:47:35'),
(77120,29870,'action complete via WP Cron','2021-01-17 15:47:35','2021-01-17 10:47:35'),
(77121,29871,'action created','2021-01-17 15:47:35','2021-01-17 10:47:35'),
(77122,29871,'action started via WP Cron','2021-01-17 15:48:19','2021-01-17 10:48:19'),
(77123,29871,'action complete via WP Cron','2021-01-17 15:48:19','2021-01-17 10:48:19'),
(77124,29872,'action created','2021-01-17 15:48:19','2021-01-17 10:48:19'),
(77125,29872,'action started via WP Cron','2021-01-17 15:49:58','2021-01-17 10:49:58'),
(77126,29872,'action complete via WP Cron','2021-01-17 15:49:58','2021-01-17 10:49:58'),
(77127,29873,'action created','2021-01-17 15:49:58','2021-01-17 10:49:58'),
(77128,29873,'action started via WP Cron','2021-01-17 15:51:15','2021-01-17 10:51:15'),
(77129,29873,'action complete via WP Cron','2021-01-17 15:51:16','2021-01-17 10:51:16'),
(77130,29874,'action created','2021-01-17 15:51:16','2021-01-17 10:51:16'),
(77131,29874,'action started via WP Cron','2021-01-17 15:52:13','2021-01-17 10:52:13'),
(77132,29874,'action complete via WP Cron','2021-01-17 15:52:13','2021-01-17 10:52:13'),
(77133,29875,'action created','2021-01-17 15:52:13','2021-01-17 10:52:13'),
(77134,29875,'action started via WP Cron','2021-01-17 15:53:58','2021-01-17 10:53:58'),
(77135,29875,'action complete via WP Cron','2021-01-17 15:53:58','2021-01-17 10:53:58'),
(77136,29876,'action created','2021-01-17 15:53:58','2021-01-17 10:53:58'),
(77137,29876,'action started via WP Cron','2021-01-17 15:54:41','2021-01-17 10:54:41'),
(77138,29876,'action complete via WP Cron','2021-01-17 15:54:41','2021-01-17 10:54:41'),
(77139,29877,'action created','2021-01-17 15:54:41','2021-01-17 10:54:41'),
(77140,29877,'action started via WP Cron','2021-01-17 15:55:33','2021-01-17 10:55:33'),
(77141,29877,'action complete via WP Cron','2021-01-17 15:55:33','2021-01-17 10:55:33'),
(77142,29878,'action created','2021-01-17 15:55:33','2021-01-17 10:55:33'),
(77143,29878,'action started via WP Cron','2021-01-17 15:56:22','2021-01-17 10:56:22'),
(77144,29878,'action complete via WP Cron','2021-01-17 15:56:22','2021-01-17 10:56:22'),
(77145,29879,'action created','2021-01-17 15:56:22','2021-01-17 10:56:22'),
(77146,29879,'action started via WP Cron','2021-01-17 15:57:32','2021-01-17 10:57:32'),
(77147,29879,'action complete via WP Cron','2021-01-17 15:57:32','2021-01-17 10:57:32'),
(77148,29880,'action created','2021-01-17 15:57:32','2021-01-17 10:57:32'),
(77149,29880,'action started via WP Cron','2021-01-17 15:58:54','2021-01-17 10:58:54'),
(77150,29880,'action complete via WP Cron','2021-01-17 15:58:54','2021-01-17 10:58:54'),
(77151,29881,'action created','2021-01-17 15:58:55','2021-01-17 10:58:55'),
(77152,29881,'action started via WP Cron','2021-01-17 15:59:21','2021-01-17 10:59:21'),
(77153,29881,'action complete via WP Cron','2021-01-17 15:59:21','2021-01-17 10:59:21'),
(77154,29882,'action created','2021-01-17 15:59:21','2021-01-17 10:59:21'),
(77155,29882,'action started via WP Cron','2021-01-17 16:00:19','2021-01-17 11:00:19'),
(77156,29882,'action complete via WP Cron','2021-01-17 16:00:19','2021-01-17 11:00:19'),
(77157,29883,'action created','2021-01-17 16:00:19','2021-01-17 11:00:19'),
(77158,29883,'action started via WP Cron','2021-01-17 16:03:26','2021-01-17 11:03:26'),
(77159,29883,'action complete via WP Cron','2021-01-17 16:03:26','2021-01-17 11:03:26'),
(77160,29884,'action created','2021-01-17 16:03:26','2021-01-17 11:03:26'),
(77161,29884,'action started via WP Cron','2021-01-17 16:05:03','2021-01-17 11:05:03'),
(77162,29884,'action complete via WP Cron','2021-01-17 16:05:03','2021-01-17 11:05:03'),
(77163,29885,'action created','2021-01-17 16:05:04','2021-01-17 11:05:04'),
(77164,29885,'action started via WP Cron','2021-01-17 16:05:32','2021-01-17 11:05:32'),
(77165,29885,'action complete via WP Cron','2021-01-17 16:05:32','2021-01-17 11:05:32'),
(77166,29886,'action created','2021-01-17 16:05:32','2021-01-17 11:05:32'),
(77167,29886,'action started via WP Cron','2021-01-17 16:06:29','2021-01-17 11:06:29'),
(77168,29886,'action complete via WP Cron','2021-01-17 16:06:29','2021-01-17 11:06:29'),
(77169,29887,'action created','2021-01-17 16:06:29','2021-01-17 11:06:29'),
(77170,29887,'action started via WP Cron','2021-01-17 16:07:13','2021-01-17 11:07:13'),
(77171,29887,'action complete via WP Cron','2021-01-17 16:07:13','2021-01-17 11:07:13'),
(77172,29888,'action created','2021-01-17 16:07:13','2021-01-17 11:07:13'),
(77173,29888,'action started via WP Cron','2021-01-17 16:08:21','2021-01-17 11:08:21'),
(77174,29888,'action complete via WP Cron','2021-01-17 16:08:21','2021-01-17 11:08:21'),
(77175,29889,'action created','2021-01-17 16:08:21','2021-01-17 11:08:21'),
(77176,29889,'action started via WP Cron','2021-01-17 16:09:12','2021-01-17 11:09:12'),
(77177,29889,'action complete via WP Cron','2021-01-17 16:09:12','2021-01-17 11:09:12'),
(77178,29890,'action created','2021-01-17 16:09:12','2021-01-17 11:09:12'),
(77179,29890,'action started via WP Cron','2021-01-17 16:10:26','2021-01-17 11:10:26'),
(77180,29890,'action complete via WP Cron','2021-01-17 16:10:26','2021-01-17 11:10:26'),
(77181,29891,'action created','2021-01-17 16:10:26','2021-01-17 11:10:26'),
(77182,29891,'action started via WP Cron','2021-01-17 16:11:56','2021-01-17 11:11:56'),
(77183,29891,'action complete via WP Cron','2021-01-17 16:11:56','2021-01-17 11:11:56'),
(77184,29892,'action created','2021-01-17 16:11:56','2021-01-17 11:11:56'),
(77185,29892,'action started via WP Cron','2021-01-17 16:12:44','2021-01-17 11:12:44'),
(77186,29892,'action complete via WP Cron','2021-01-17 16:12:44','2021-01-17 11:12:44'),
(77187,29893,'action created','2021-01-17 16:12:44','2021-01-17 11:12:44'),
(77188,29893,'action started via WP Cron','2021-01-17 16:13:16','2021-01-17 11:13:16'),
(77189,29893,'action complete via WP Cron','2021-01-17 16:13:17','2021-01-17 11:13:17'),
(77190,29894,'action created','2021-01-17 16:13:24','2021-01-17 11:13:24'),
(77191,29894,'action started via WP Cron','2021-01-17 16:14:34','2021-01-17 11:14:34'),
(77192,29894,'action complete via WP Cron','2021-01-17 16:14:34','2021-01-17 11:14:34'),
(77193,29895,'action created','2021-01-17 16:14:34','2021-01-17 11:14:34'),
(77194,29895,'action started via WP Cron','2021-01-17 16:15:16','2021-01-17 11:15:16'),
(77195,29895,'action complete via WP Cron','2021-01-17 16:15:16','2021-01-17 11:15:16'),
(77196,29896,'action created','2021-01-17 16:15:16','2021-01-17 11:15:16'),
(77197,29896,'action started via WP Cron','2021-01-17 16:16:47','2021-01-17 11:16:47'),
(77198,29896,'action complete via WP Cron','2021-01-17 16:16:47','2021-01-17 11:16:47'),
(77199,29897,'action created','2021-01-17 16:16:47','2021-01-17 11:16:47'),
(77200,29897,'action started via WP Cron','2021-01-17 16:18:05','2021-01-17 11:18:05'),
(77201,29897,'action complete via WP Cron','2021-01-17 16:18:05','2021-01-17 11:18:05'),
(77202,29898,'action created','2021-01-17 16:18:05','2021-01-17 11:18:05'),
(77203,29898,'action started via WP Cron','2021-01-17 16:18:37','2021-01-17 11:18:37'),
(77204,29898,'action complete via WP Cron','2021-01-17 16:18:37','2021-01-17 11:18:37'),
(77205,29899,'action created','2021-01-17 16:18:37','2021-01-17 11:18:37'),
(77206,29899,'action started via WP Cron','2021-01-17 16:19:25','2021-01-17 11:19:25'),
(77207,29899,'action complete via WP Cron','2021-01-17 16:19:25','2021-01-17 11:19:25'),
(77208,29900,'action created','2021-01-17 16:19:25','2021-01-17 11:19:25'),
(77209,29900,'action started via WP Cron','2021-01-17 16:20:38','2021-01-17 11:20:38'),
(77210,29900,'action complete via WP Cron','2021-01-17 16:20:38','2021-01-17 11:20:38'),
(77211,29901,'action created','2021-01-17 16:20:38','2021-01-17 11:20:38'),
(77212,29901,'action started via WP Cron','2021-01-17 16:21:14','2021-01-17 11:21:14'),
(77213,29901,'action complete via WP Cron','2021-01-17 16:21:15','2021-01-17 11:21:15'),
(77214,29902,'action created','2021-01-17 16:21:15','2021-01-17 11:21:15'),
(77215,29902,'action started via WP Cron','2021-01-17 16:22:12','2021-01-17 11:22:12'),
(77216,29902,'action complete via WP Cron','2021-01-17 16:22:12','2021-01-17 11:22:12'),
(77217,29903,'action created','2021-01-17 16:22:12','2021-01-17 11:22:12'),
(77218,29903,'action started via WP Cron','2021-01-17 16:23:37','2021-01-17 11:23:37'),
(77219,29903,'action complete via WP Cron','2021-01-17 16:23:37','2021-01-17 11:23:37'),
(77220,29904,'action created','2021-01-17 16:23:38','2021-01-17 11:23:38'),
(77221,29904,'action started via WP Cron','2021-01-17 16:24:59','2021-01-17 11:24:59'),
(77222,29904,'action complete via WP Cron','2021-01-17 16:24:59','2021-01-17 11:24:59'),
(77223,29905,'action created','2021-01-17 16:24:59','2021-01-17 11:24:59'),
(77224,29905,'action started via WP Cron','2021-01-17 16:25:29','2021-01-17 11:25:29'),
(77225,29905,'action complete via WP Cron','2021-01-17 16:25:29','2021-01-17 11:25:29'),
(77226,29906,'action created','2021-01-17 16:25:29','2021-01-17 11:25:29'),
(77227,29906,'action started via WP Cron','2021-01-17 16:26:18','2021-01-17 11:26:18'),
(77228,29906,'action complete via WP Cron','2021-01-17 16:26:19','2021-01-17 11:26:19'),
(77229,29907,'action created','2021-01-17 16:26:19','2021-01-17 11:26:19'),
(77230,29907,'action started via WP Cron','2021-01-17 16:28:05','2021-01-17 11:28:05'),
(77231,29907,'action complete via WP Cron','2021-01-17 16:28:05','2021-01-17 11:28:05'),
(77232,29908,'action created','2021-01-17 16:28:05','2021-01-17 11:28:05'),
(77233,29908,'action started via WP Cron','2021-01-17 16:28:48','2021-01-17 11:28:48'),
(77234,29908,'action complete via WP Cron','2021-01-17 16:28:48','2021-01-17 11:28:48'),
(77235,29909,'action created','2021-01-17 16:28:48','2021-01-17 11:28:48'),
(77236,29909,'action started via WP Cron','2021-01-17 16:29:46','2021-01-17 11:29:46'),
(77237,29909,'action complete via WP Cron','2021-01-17 16:29:46','2021-01-17 11:29:46'),
(77238,29910,'action created','2021-01-17 16:29:46','2021-01-17 11:29:46'),
(77239,29910,'action started via WP Cron','2021-01-17 16:30:17','2021-01-17 11:30:17'),
(77240,29910,'action complete via WP Cron','2021-01-17 16:30:17','2021-01-17 11:30:17'),
(77241,29911,'action created','2021-01-17 16:30:17','2021-01-17 11:30:17'),
(77242,29911,'action started via WP Cron','2021-01-17 16:31:16','2021-01-17 11:31:16'),
(77243,29911,'action complete via WP Cron','2021-01-17 16:31:16','2021-01-17 11:31:16'),
(77244,29912,'action created','2021-01-17 16:31:16','2021-01-17 11:31:16'),
(77245,29912,'action started via WP Cron','2021-01-17 16:32:16','2021-01-17 11:32:16'),
(77246,29912,'action complete via WP Cron','2021-01-17 16:32:16','2021-01-17 11:32:16'),
(77247,29913,'action created','2021-01-17 16:32:16','2021-01-17 11:32:16'),
(77248,29913,'action started via WP Cron','2021-01-17 16:33:21','2021-01-17 11:33:21'),
(77249,29913,'action complete via WP Cron','2021-01-17 16:33:21','2021-01-17 11:33:21'),
(77250,29914,'action created','2021-01-17 16:33:21','2021-01-17 11:33:21'),
(77251,29914,'action started via WP Cron','2021-01-17 16:34:11','2021-01-17 11:34:11'),
(77252,29914,'action complete via WP Cron','2021-01-17 16:34:11','2021-01-17 11:34:11'),
(77253,29915,'action created','2021-01-17 16:34:11','2021-01-17 11:34:11'),
(77254,29915,'action started via WP Cron','2021-01-17 16:35:18','2021-01-17 11:35:18'),
(77255,29915,'action complete via WP Cron','2021-01-17 16:35:18','2021-01-17 11:35:18'),
(77256,29916,'action created','2021-01-17 16:35:19','2021-01-17 11:35:19'),
(77257,29916,'action started via WP Cron','2021-01-17 16:36:22','2021-01-17 11:36:22'),
(77258,29916,'action complete via WP Cron','2021-01-17 16:36:22','2021-01-17 11:36:22'),
(77259,29917,'action created','2021-01-17 16:36:22','2021-01-17 11:36:22'),
(77260,29917,'action started via WP Cron','2021-01-17 16:37:33','2021-01-17 11:37:33'),
(77261,29917,'action complete via WP Cron','2021-01-17 16:37:33','2021-01-17 11:37:33'),
(77262,29918,'action created','2021-01-17 16:37:33','2021-01-17 11:37:33'),
(77263,29918,'action started via WP Cron','2021-01-17 16:38:12','2021-01-17 11:38:12'),
(77264,29918,'action complete via WP Cron','2021-01-17 16:38:12','2021-01-17 11:38:12'),
(77265,29919,'action created','2021-01-17 16:38:12','2021-01-17 11:38:12'),
(77266,29919,'action started via WP Cron','2021-01-17 16:39:43','2021-01-17 11:39:43'),
(77267,29919,'action complete via WP Cron','2021-01-17 16:39:43','2021-01-17 11:39:43'),
(77268,29920,'action created','2021-01-17 16:39:43','2021-01-17 11:39:43'),
(77269,29920,'action started via WP Cron','2021-01-17 16:40:14','2021-01-17 11:40:14'),
(77270,29920,'action complete via WP Cron','2021-01-17 16:40:14','2021-01-17 11:40:14'),
(77271,29921,'action created','2021-01-17 16:40:15','2021-01-17 11:40:15'),
(77272,29921,'action started via WP Cron','2021-01-17 16:41:50','2021-01-17 11:41:50'),
(77273,29921,'action complete via WP Cron','2021-01-17 16:41:50','2021-01-17 11:41:50'),
(77274,29922,'action created','2021-01-17 16:41:50','2021-01-17 11:41:50'),
(77275,29922,'action started via WP Cron','2021-01-17 16:42:19','2021-01-17 11:42:19'),
(77276,29922,'action complete via WP Cron','2021-01-17 16:42:19','2021-01-17 11:42:19'),
(77277,29923,'action created','2021-01-17 16:42:19','2021-01-17 11:42:19'),
(77278,29923,'action started via WP Cron','2021-01-17 16:43:13','2021-01-17 11:43:13'),
(77279,29923,'action complete via WP Cron','2021-01-17 16:43:13','2021-01-17 11:43:13'),
(77280,29924,'action created','2021-01-17 16:43:13','2021-01-17 11:43:13'),
(77281,29924,'action started via WP Cron','2021-01-17 16:44:56','2021-01-17 11:44:56'),
(77282,29924,'action complete via WP Cron','2021-01-17 16:44:56','2021-01-17 11:44:56'),
(77283,29925,'action created','2021-01-17 16:44:56','2021-01-17 11:44:56'),
(77284,29925,'action started via WP Cron','2021-01-17 16:47:19','2021-01-17 11:47:19'),
(77285,29925,'action complete via WP Cron','2021-01-17 16:47:19','2021-01-17 11:47:19'),
(77286,29926,'action created','2021-01-17 16:47:19','2021-01-17 11:47:19'),
(77287,29926,'action started via WP Cron','2021-01-17 16:48:20','2021-01-17 11:48:20'),
(77288,29926,'action complete via WP Cron','2021-01-17 16:48:20','2021-01-17 11:48:20'),
(77289,29927,'action created','2021-01-17 16:48:20','2021-01-17 11:48:20'),
(77290,29927,'action started via WP Cron','2021-01-17 16:49:15','2021-01-17 11:49:15'),
(77291,29927,'action complete via WP Cron','2021-01-17 16:49:15','2021-01-17 11:49:15'),
(77292,29928,'action created','2021-01-17 16:49:15','2021-01-17 11:49:15'),
(77293,29928,'action started via WP Cron','2021-01-17 16:50:22','2021-01-17 11:50:22'),
(77294,29928,'action complete via WP Cron','2021-01-17 16:50:22','2021-01-17 11:50:22'),
(77295,29929,'action created','2021-01-17 16:50:22','2021-01-17 11:50:22'),
(77296,29929,'action started via WP Cron','2021-01-17 16:51:21','2021-01-17 11:51:21'),
(77297,29929,'action complete via WP Cron','2021-01-17 16:51:21','2021-01-17 11:51:21'),
(77298,29930,'action created','2021-01-17 16:51:21','2021-01-17 11:51:21'),
(77299,29930,'action started via WP Cron','2021-01-17 16:52:53','2021-01-17 11:52:53'),
(77300,29930,'action complete via WP Cron','2021-01-17 16:52:53','2021-01-17 11:52:53'),
(77301,29931,'action created','2021-01-17 16:52:53','2021-01-17 11:52:53'),
(77302,29931,'action started via WP Cron','2021-01-17 16:53:21','2021-01-17 11:53:21'),
(77303,29931,'action complete via WP Cron','2021-01-17 16:53:21','2021-01-17 11:53:21'),
(77304,29932,'action created','2021-01-17 16:53:21','2021-01-17 11:53:21'),
(77305,29932,'action started via WP Cron','2021-01-17 16:54:14','2021-01-17 11:54:14'),
(77306,29932,'action complete via WP Cron','2021-01-17 16:54:14','2021-01-17 11:54:14'),
(77307,29933,'action created','2021-01-17 16:54:14','2021-01-17 11:54:14'),
(77308,29933,'action started via WP Cron','2021-01-17 16:55:13','2021-01-17 11:55:13'),
(77309,29933,'action complete via WP Cron','2021-01-17 16:55:13','2021-01-17 11:55:13'),
(77310,29934,'action created','2021-01-17 16:55:13','2021-01-17 11:55:13'),
(77311,29934,'action started via WP Cron','2021-01-17 16:56:23','2021-01-17 11:56:23'),
(77312,29934,'action complete via WP Cron','2021-01-17 16:56:23','2021-01-17 11:56:23'),
(77313,29935,'action created','2021-01-17 16:56:23','2021-01-17 11:56:23'),
(77314,29935,'action started via WP Cron','2021-01-17 16:57:22','2021-01-17 11:57:22'),
(77315,29935,'action complete via WP Cron','2021-01-17 16:57:22','2021-01-17 11:57:22'),
(77316,29936,'action created','2021-01-17 16:57:22','2021-01-17 11:57:22'),
(77317,29936,'action started via WP Cron','2021-01-17 16:58:12','2021-01-17 11:58:12'),
(77318,29936,'action complete via WP Cron','2021-01-17 16:58:12','2021-01-17 11:58:12'),
(77319,29937,'action created','2021-01-17 16:58:12','2021-01-17 11:58:12'),
(77320,29937,'action started via WP Cron','2021-01-17 16:59:12','2021-01-17 11:59:12'),
(77321,29937,'action complete via WP Cron','2021-01-17 16:59:12','2021-01-17 11:59:12'),
(77322,29938,'action created','2021-01-17 16:59:12','2021-01-17 11:59:12'),
(77323,29938,'action started via WP Cron','2021-01-17 17:00:14','2021-01-17 12:00:14'),
(77324,29938,'action complete via WP Cron','2021-01-17 17:00:14','2021-01-17 12:00:14'),
(77325,29939,'action created','2021-01-17 17:00:14','2021-01-17 12:00:14'),
(77326,29939,'action started via WP Cron','2021-01-17 17:01:12','2021-01-17 12:01:12'),
(77327,29939,'action complete via WP Cron','2021-01-17 17:01:12','2021-01-17 12:01:12'),
(77328,29940,'action created','2021-01-17 17:01:12','2021-01-17 12:01:12'),
(77329,29940,'action started via WP Cron','2021-01-17 17:02:14','2021-01-17 12:02:14'),
(77330,29940,'action complete via WP Cron','2021-01-17 17:02:14','2021-01-17 12:02:14'),
(77331,29941,'action created','2021-01-17 17:02:14','2021-01-17 12:02:14'),
(77332,29941,'action started via WP Cron','2021-01-17 17:03:15','2021-01-17 12:03:15'),
(77333,29941,'action complete via WP Cron','2021-01-17 17:03:15','2021-01-17 12:03:15'),
(77334,29942,'action created','2021-01-17 17:03:15','2021-01-17 12:03:15'),
(77335,29942,'action started via WP Cron','2021-01-17 17:04:15','2021-01-17 12:04:15'),
(77336,29942,'action complete via WP Cron','2021-01-17 17:04:15','2021-01-17 12:04:15'),
(77337,29943,'action created','2021-01-17 17:04:15','2021-01-17 12:04:15'),
(77338,29943,'action started via WP Cron','2021-01-17 17:05:23','2021-01-17 12:05:23'),
(77339,29943,'action complete via WP Cron','2021-01-17 17:05:23','2021-01-17 12:05:23'),
(77340,29944,'action created','2021-01-17 17:05:23','2021-01-17 12:05:23'),
(77341,29944,'action started via WP Cron','2021-01-17 17:07:28','2021-01-17 12:07:28'),
(77342,29944,'action complete via WP Cron','2021-01-17 17:07:28','2021-01-17 12:07:28'),
(77343,29945,'action created','2021-01-17 17:07:28','2021-01-17 12:07:28'),
(77344,29945,'action started via WP Cron','2021-01-17 17:08:11','2021-01-17 12:08:11'),
(77345,29945,'action complete via WP Cron','2021-01-17 17:08:11','2021-01-17 12:08:11'),
(77346,29946,'action created','2021-01-17 17:08:11','2021-01-17 12:08:11'),
(77347,29946,'action started via WP Cron','2021-01-17 17:10:39','2021-01-17 12:10:39'),
(77348,29946,'action complete via WP Cron','2021-01-17 17:10:39','2021-01-17 12:10:39'),
(77349,29947,'action created','2021-01-17 17:10:39','2021-01-17 12:10:39'),
(77350,29947,'action started via WP Cron','2021-01-17 17:11:27','2021-01-17 12:11:27'),
(77351,29947,'action complete via WP Cron','2021-01-17 17:11:27','2021-01-17 12:11:27'),
(77352,29948,'action created','2021-01-17 17:11:27','2021-01-17 12:11:27'),
(77353,29948,'action started via WP Cron','2021-01-17 17:12:30','2021-01-17 12:12:30'),
(77354,29948,'action complete via WP Cron','2021-01-17 17:12:30','2021-01-17 12:12:30'),
(77355,29949,'action created','2021-01-17 17:12:30','2021-01-17 12:12:30'),
(77356,29949,'action started via WP Cron','2021-01-17 17:15:04','2021-01-17 12:15:04'),
(77357,29949,'action complete via WP Cron','2021-01-17 17:15:04','2021-01-17 12:15:04'),
(77358,29950,'action created','2021-01-17 17:15:04','2021-01-17 12:15:04'),
(77359,29950,'action started via WP Cron','2021-01-17 17:15:31','2021-01-17 12:15:31'),
(77360,29950,'action complete via WP Cron','2021-01-17 17:15:31','2021-01-17 12:15:31'),
(77361,29951,'action created','2021-01-17 17:15:31','2021-01-17 12:15:31'),
(77362,29951,'action started via WP Cron','2021-01-17 17:16:37','2021-01-17 12:16:37'),
(77363,29951,'action complete via WP Cron','2021-01-17 17:16:37','2021-01-17 12:16:37'),
(77364,29952,'action created','2021-01-17 17:16:37','2021-01-17 12:16:37'),
(77365,29952,'action started via WP Cron','2021-01-17 17:17:37','2021-01-17 12:17:37'),
(77366,29952,'action complete via WP Cron','2021-01-17 17:17:37','2021-01-17 12:17:37'),
(77367,29953,'action created','2021-01-17 17:17:37','2021-01-17 12:17:37'),
(77368,29953,'action started via WP Cron','2021-01-17 17:18:18','2021-01-17 12:18:18'),
(77369,29953,'action complete via WP Cron','2021-01-17 17:18:18','2021-01-17 12:18:18'),
(77370,29954,'action created','2021-01-17 17:18:18','2021-01-17 12:18:18'),
(77371,29954,'action started via WP Cron','2021-01-17 17:19:12','2021-01-17 12:19:12'),
(77372,29954,'action complete via WP Cron','2021-01-17 17:19:12','2021-01-17 12:19:12'),
(77373,29955,'action created','2021-01-17 17:19:12','2021-01-17 12:19:12'),
(77374,29955,'action started via WP Cron','2021-01-17 17:20:16','2021-01-17 12:20:16'),
(77375,29955,'action complete via WP Cron','2021-01-17 17:20:16','2021-01-17 12:20:16'),
(77376,29956,'action created','2021-01-17 17:20:16','2021-01-17 12:20:16'),
(77377,29956,'action started via WP Cron','2021-01-17 17:21:22','2021-01-17 12:21:22'),
(77378,29956,'action complete via WP Cron','2021-01-17 17:21:22','2021-01-17 12:21:22'),
(77379,29957,'action created','2021-01-17 17:21:22','2021-01-17 12:21:22'),
(77380,29957,'action started via WP Cron','2021-01-17 17:22:11','2021-01-17 12:22:11'),
(77381,29957,'action complete via WP Cron','2021-01-17 17:22:11','2021-01-17 12:22:11'),
(77382,29958,'action created','2021-01-17 17:22:11','2021-01-17 12:22:11'),
(77383,29958,'action started via WP Cron','2021-01-17 17:23:15','2021-01-17 12:23:15'),
(77384,29958,'action complete via WP Cron','2021-01-17 17:23:15','2021-01-17 12:23:15'),
(77385,29959,'action created','2021-01-17 17:23:15','2021-01-17 12:23:15'),
(77386,29959,'action started via WP Cron','2021-01-17 17:24:18','2021-01-17 12:24:18'),
(77387,29959,'action complete via WP Cron','2021-01-17 17:24:18','2021-01-17 12:24:18'),
(77388,29960,'action created','2021-01-17 17:24:18','2021-01-17 12:24:18'),
(77389,29960,'action started via WP Cron','2021-01-17 17:25:11','2021-01-17 12:25:11'),
(77390,29960,'action complete via WP Cron','2021-01-17 17:25:11','2021-01-17 12:25:11'),
(77391,29961,'action created','2021-01-17 17:25:12','2021-01-17 12:25:12'),
(77392,29961,'action started via WP Cron','2021-01-17 17:26:21','2021-01-17 12:26:21'),
(77393,29961,'action complete via WP Cron','2021-01-17 17:26:21','2021-01-17 12:26:21'),
(77394,29962,'action created','2021-01-17 17:26:21','2021-01-17 12:26:21'),
(77395,29962,'action started via WP Cron','2021-01-17 17:27:17','2021-01-17 12:27:17'),
(77396,29962,'action complete via WP Cron','2021-01-17 17:27:17','2021-01-17 12:27:17'),
(77397,29963,'action created','2021-01-17 17:27:17','2021-01-17 12:27:17'),
(77398,29963,'action started via WP Cron','2021-01-17 17:28:19','2021-01-17 12:28:19'),
(77399,29963,'action complete via WP Cron','2021-01-17 17:28:19','2021-01-17 12:28:19'),
(77400,29964,'action created','2021-01-17 17:28:19','2021-01-17 12:28:19'),
(77401,29964,'action started via WP Cron','2021-01-17 17:29:20','2021-01-17 12:29:20'),
(77402,29964,'action complete via WP Cron','2021-01-17 17:29:20','2021-01-17 12:29:20'),
(77403,29965,'action created','2021-01-17 17:29:20','2021-01-17 12:29:20'),
(77404,29965,'action started via WP Cron','2021-01-17 17:30:21','2021-01-17 12:30:21'),
(77405,29965,'action complete via WP Cron','2021-01-17 17:30:21','2021-01-17 12:30:21'),
(77406,29966,'action created','2021-01-17 17:30:21','2021-01-17 12:30:21'),
(77407,29966,'action started via WP Cron','2021-01-17 17:31:41','2021-01-17 12:31:41'),
(77408,29966,'action complete via WP Cron','2021-01-17 17:31:41','2021-01-17 12:31:41'),
(77409,29967,'action created','2021-01-17 17:31:41','2021-01-17 12:31:41'),
(77410,29967,'action started via WP Cron','2021-01-17 17:32:17','2021-01-17 12:32:17'),
(77411,29967,'action complete via WP Cron','2021-01-17 17:32:17','2021-01-17 12:32:17'),
(77412,29968,'action created','2021-01-17 17:32:17','2021-01-17 12:32:17'),
(77413,29968,'action started via WP Cron','2021-01-17 17:33:26','2021-01-17 12:33:26'),
(77414,29968,'action complete via WP Cron','2021-01-17 17:33:26','2021-01-17 12:33:26'),
(77415,29969,'action created','2021-01-17 17:33:26','2021-01-17 12:33:26'),
(77416,29969,'action started via WP Cron','2021-01-17 17:35:07','2021-01-17 12:35:07'),
(77417,29969,'action complete via WP Cron','2021-01-17 17:35:07','2021-01-17 12:35:07'),
(77418,29970,'action created','2021-01-17 17:35:07','2021-01-17 12:35:07'),
(77419,29970,'action started via WP Cron','2021-01-17 17:36:46','2021-01-17 12:36:46'),
(77420,29970,'action complete via WP Cron','2021-01-17 17:36:46','2021-01-17 12:36:46'),
(77421,29971,'action created','2021-01-17 17:36:46','2021-01-17 12:36:46'),
(77422,29971,'action started via WP Cron','2021-01-17 17:37:39','2021-01-17 12:37:39'),
(77423,29971,'action complete via WP Cron','2021-01-17 17:37:39','2021-01-17 12:37:39'),
(77424,29972,'action created','2021-01-17 17:37:39','2021-01-17 12:37:39'),
(77425,29972,'action started via WP Cron','2021-01-17 17:39:25','2021-01-17 12:39:25'),
(77426,29972,'action complete via WP Cron','2021-01-17 17:39:25','2021-01-17 12:39:25'),
(77427,29973,'action created','2021-01-17 17:39:25','2021-01-17 12:39:25'),
(77428,29973,'action started via WP Cron','2021-01-17 17:40:23','2021-01-17 12:40:23'),
(77429,29973,'action complete via WP Cron','2021-01-17 17:40:23','2021-01-17 12:40:23'),
(77430,29974,'action created','2021-01-17 17:40:23','2021-01-17 12:40:23'),
(77431,29974,'action started via WP Cron','2021-01-17 17:41:30','2021-01-17 12:41:30'),
(77432,29974,'action complete via WP Cron','2021-01-17 17:41:30','2021-01-17 12:41:30'),
(77433,29975,'action created','2021-01-17 17:41:30','2021-01-17 12:41:30'),
(77434,29975,'action started via WP Cron','2021-01-17 17:42:25','2021-01-17 12:42:25'),
(77435,29975,'action complete via WP Cron','2021-01-17 17:42:25','2021-01-17 12:42:25'),
(77436,29976,'action created','2021-01-17 17:42:25','2021-01-17 12:42:25'),
(77437,29976,'action started via WP Cron','2021-01-17 17:44:12','2021-01-17 12:44:12'),
(77438,29976,'action complete via WP Cron','2021-01-17 17:44:12','2021-01-17 12:44:12'),
(77439,29977,'action created','2021-01-17 17:44:12','2021-01-17 12:44:12'),
(77440,29977,'action started via WP Cron','2021-01-17 17:45:45','2021-01-17 12:45:45'),
(77441,29977,'action complete via WP Cron','2021-01-17 17:45:45','2021-01-17 12:45:45'),
(77442,29978,'action created','2021-01-17 17:45:45','2021-01-17 12:45:45'),
(77443,29978,'action started via WP Cron','2021-01-17 17:46:43','2021-01-17 12:46:43'),
(77444,29978,'action complete via WP Cron','2021-01-17 17:46:43','2021-01-17 12:46:43'),
(77445,29979,'action created','2021-01-17 17:46:43','2021-01-17 12:46:43'),
(77446,29979,'action started via WP Cron','2021-01-17 17:47:16','2021-01-17 12:47:16'),
(77447,29979,'action complete via WP Cron','2021-01-17 17:47:16','2021-01-17 12:47:16'),
(77448,29980,'action created','2021-01-17 17:47:16','2021-01-17 12:47:16'),
(77449,29980,'action started via WP Cron','2021-01-17 17:49:02','2021-01-17 12:49:02'),
(77450,29980,'action complete via WP Cron','2021-01-17 17:49:02','2021-01-17 12:49:02'),
(77451,29981,'action created','2021-01-17 17:49:03','2021-01-17 12:49:03'),
(77452,29981,'action started via WP Cron','2021-01-17 17:49:29','2021-01-17 12:49:29'),
(77453,29981,'action complete via WP Cron','2021-01-17 17:49:29','2021-01-17 12:49:29'),
(77454,29982,'action created','2021-01-17 17:49:29','2021-01-17 12:49:29'),
(77455,29982,'action started via WP Cron','2021-01-17 17:50:25','2021-01-17 12:50:25'),
(77456,29982,'action complete via WP Cron','2021-01-17 17:50:25','2021-01-17 12:50:25'),
(77457,29983,'action created','2021-01-17 17:50:25','2021-01-17 12:50:25'),
(77458,29983,'action started via WP Cron','2021-01-17 17:51:11','2021-01-17 12:51:11'),
(77459,29983,'action complete via WP Cron','2021-01-17 17:51:11','2021-01-17 12:51:11'),
(77460,29984,'action created','2021-01-17 17:51:11','2021-01-17 12:51:11'),
(77461,29984,'action started via WP Cron','2021-01-17 17:52:24','2021-01-17 12:52:24'),
(77462,29984,'action complete via WP Cron','2021-01-17 17:52:24','2021-01-17 12:52:24'),
(77463,29985,'action created','2021-01-17 17:52:24','2021-01-17 12:52:24'),
(77464,29985,'action started via WP Cron','2021-01-17 17:53:13','2021-01-17 12:53:13'),
(77465,29985,'action complete via WP Cron','2021-01-17 17:53:13','2021-01-17 12:53:13'),
(77466,29986,'action created','2021-01-17 17:53:13','2021-01-17 12:53:13'),
(77467,29986,'action started via WP Cron','2021-01-17 17:54:23','2021-01-17 12:54:23'),
(77468,29986,'action complete via WP Cron','2021-01-17 17:54:23','2021-01-17 12:54:23'),
(77469,29987,'action created','2021-01-17 17:54:23','2021-01-17 12:54:23'),
(77470,29987,'action started via WP Cron','2021-01-17 17:55:47','2021-01-17 12:55:47'),
(77471,29987,'action complete via WP Cron','2021-01-17 17:55:47','2021-01-17 12:55:47'),
(77472,29988,'action created','2021-01-17 17:55:47','2021-01-17 12:55:47'),
(77473,29988,'action started via WP Cron','2021-01-17 17:56:22','2021-01-17 12:56:22'),
(77474,29988,'action complete via WP Cron','2021-01-17 17:56:22','2021-01-17 12:56:22'),
(77475,29989,'action created','2021-01-17 17:56:22','2021-01-17 12:56:22'),
(77476,29989,'action started via WP Cron','2021-01-17 17:57:55','2021-01-17 12:57:55'),
(77477,29989,'action complete via WP Cron','2021-01-17 17:57:55','2021-01-17 12:57:55'),
(77478,29990,'action created','2021-01-17 17:57:55','2021-01-17 12:57:55'),
(77479,29990,'action started via WP Cron','2021-01-17 17:58:12','2021-01-17 12:58:12'),
(77480,29990,'action complete via WP Cron','2021-01-17 17:58:12','2021-01-17 12:58:12'),
(77481,29991,'action created','2021-01-17 17:58:12','2021-01-17 12:58:12'),
(77482,29991,'action started via WP Cron','2021-01-17 17:59:22','2021-01-17 12:59:22'),
(77483,29991,'action complete via WP Cron','2021-01-17 17:59:22','2021-01-17 12:59:22'),
(77484,29992,'action created','2021-01-17 17:59:22','2021-01-17 12:59:22'),
(77485,29992,'action started via WP Cron','2021-01-17 18:00:49','2021-01-17 13:00:49'),
(77486,29992,'action complete via WP Cron','2021-01-17 18:00:49','2021-01-17 13:00:49'),
(77487,29993,'action created','2021-01-17 18:00:50','2021-01-17 13:00:50'),
(77488,29993,'action started via WP Cron','2021-01-17 18:02:25','2021-01-17 13:02:25'),
(77489,29993,'action complete via WP Cron','2021-01-17 18:02:25','2021-01-17 13:02:25'),
(77490,29994,'action created','2021-01-17 18:02:25','2021-01-17 13:02:25'),
(77491,29994,'action started via WP Cron','2021-01-17 18:04:03','2021-01-17 13:04:03'),
(77492,29994,'action complete via WP Cron','2021-01-17 18:04:03','2021-01-17 13:04:03'),
(77493,29995,'action created','2021-01-17 18:04:03','2021-01-17 13:04:03'),
(77494,29995,'action started via WP Cron','2021-01-17 18:04:23','2021-01-17 13:04:23'),
(77495,29995,'action complete via WP Cron','2021-01-17 18:04:23','2021-01-17 13:04:23'),
(77496,29996,'action created','2021-01-17 18:04:23','2021-01-17 13:04:23'),
(77497,29996,'action started via WP Cron','2021-01-17 18:05:18','2021-01-17 13:05:18'),
(77498,29996,'action complete via WP Cron','2021-01-17 18:05:18','2021-01-17 13:05:18'),
(77499,29997,'action created','2021-01-17 18:05:19','2021-01-17 13:05:19'),
(77500,29997,'action started via WP Cron','2021-01-17 18:06:33','2021-01-17 13:06:33'),
(77501,29997,'action complete via WP Cron','2021-01-17 18:06:33','2021-01-17 13:06:33'),
(77502,29998,'action created','2021-01-17 18:06:33','2021-01-17 13:06:33'),
(77503,29998,'action started via WP Cron','2021-01-17 18:10:25','2021-01-17 13:10:25'),
(77504,29998,'action complete via WP Cron','2021-01-17 18:10:25','2021-01-17 13:10:25'),
(77505,29999,'action created','2021-01-17 18:10:25','2021-01-17 13:10:25'),
(77506,29999,'action started via WP Cron','2021-01-17 18:11:11','2021-01-17 13:11:11'),
(77507,29999,'action complete via WP Cron','2021-01-17 18:11:11','2021-01-17 13:11:11'),
(77508,30000,'action created','2021-01-17 18:11:11','2021-01-17 13:11:11'),
(77509,30000,'action started via WP Cron','2021-01-17 18:12:21','2021-01-17 13:12:21'),
(77510,30000,'action complete via WP Cron','2021-01-17 18:12:21','2021-01-17 13:12:21'),
(77511,30001,'action created','2021-01-17 18:12:21','2021-01-17 13:12:21'),
(77512,30001,'action started via WP Cron','2021-01-17 18:13:39','2021-01-17 13:13:39'),
(77513,30001,'action complete via WP Cron','2021-01-17 18:13:39','2021-01-17 13:13:39'),
(77514,30002,'action created','2021-01-17 18:13:39','2021-01-17 13:13:39'),
(77515,30002,'action started via WP Cron','2021-01-17 18:16:36','2021-01-17 13:16:36'),
(77516,30002,'action complete via WP Cron','2021-01-17 18:16:36','2021-01-17 13:16:36'),
(77517,30003,'action created','2021-01-17 18:16:36','2021-01-17 13:16:36'),
(77518,30003,'action started via WP Cron','2021-01-17 18:17:22','2021-01-17 13:17:22'),
(77519,30003,'action complete via WP Cron','2021-01-17 18:17:22','2021-01-17 13:17:22'),
(77520,30004,'action created','2021-01-17 18:17:22','2021-01-17 13:17:22'),
(77521,30004,'action started via WP Cron','2021-01-17 18:18:34','2021-01-17 13:18:34'),
(77522,30004,'action complete via WP Cron','2021-01-17 18:18:34','2021-01-17 13:18:34'),
(77523,30005,'action created','2021-01-17 18:18:34','2021-01-17 13:18:34'),
(77524,30005,'action started via WP Cron','2021-01-17 18:19:16','2021-01-17 13:19:16'),
(77525,30005,'action complete via WP Cron','2021-01-17 18:19:16','2021-01-17 13:19:16'),
(77526,30006,'action created','2021-01-17 18:19:16','2021-01-17 13:19:16'),
(77527,30006,'action started via WP Cron','2021-01-17 18:20:32','2021-01-17 13:20:32'),
(77528,30006,'action complete via WP Cron','2021-01-17 18:20:32','2021-01-17 13:20:32'),
(77529,30007,'action created','2021-01-17 18:20:32','2021-01-17 13:20:32'),
(77530,30007,'action started via WP Cron','2021-01-17 18:21:54','2021-01-17 13:21:54'),
(77531,30007,'action complete via WP Cron','2021-01-17 18:21:54','2021-01-17 13:21:54'),
(77532,30008,'action created','2021-01-17 18:21:54','2021-01-17 13:21:54'),
(77533,30008,'action started via WP Cron','2021-01-17 18:22:13','2021-01-17 13:22:13'),
(77534,30008,'action complete via WP Cron','2021-01-17 18:22:13','2021-01-17 13:22:13'),
(77535,30009,'action created','2021-01-17 18:22:13','2021-01-17 13:22:13'),
(77536,30009,'action started via WP Cron','2021-01-17 18:23:21','2021-01-17 13:23:21'),
(77537,30009,'action complete via WP Cron','2021-01-17 18:23:21','2021-01-17 13:23:21'),
(77538,30010,'action created','2021-01-17 18:23:21','2021-01-17 13:23:21'),
(77539,30010,'action started via WP Cron','2021-01-17 18:24:58','2021-01-17 13:24:58'),
(77540,30010,'action complete via WP Cron','2021-01-17 18:24:58','2021-01-17 13:24:58'),
(77541,30011,'action created','2021-01-17 18:24:58','2021-01-17 13:24:58'),
(77542,30011,'action started via WP Cron','2021-01-17 18:25:18','2021-01-17 13:25:18'),
(77543,30011,'action complete via WP Cron','2021-01-17 18:25:18','2021-01-17 13:25:18'),
(77544,30012,'action created','2021-01-17 18:25:18','2021-01-17 13:25:18'),
(77545,30012,'action started via WP Cron','2021-01-17 18:27:02','2021-01-17 13:27:02'),
(77546,30012,'action complete via WP Cron','2021-01-17 18:27:02','2021-01-17 13:27:02'),
(77547,30013,'action created','2021-01-17 18:27:02','2021-01-17 13:27:02'),
(77548,30013,'action started via WP Cron','2021-01-17 18:27:41','2021-01-17 13:27:41'),
(77549,30013,'action complete via WP Cron','2021-01-17 18:27:41','2021-01-17 13:27:41'),
(77550,30014,'action created','2021-01-17 18:27:41','2021-01-17 13:27:41'),
(77551,30014,'action started via WP Cron','2021-01-17 18:28:15','2021-01-17 13:28:15'),
(77552,30014,'action complete via WP Cron','2021-01-17 18:28:15','2021-01-17 13:28:15'),
(77553,30015,'action created','2021-01-17 18:28:16','2021-01-17 13:28:16'),
(77554,30015,'action started via WP Cron','2021-01-17 18:29:22','2021-01-17 13:29:22'),
(77555,30015,'action complete via WP Cron','2021-01-17 18:29:22','2021-01-17 13:29:22'),
(77556,30016,'action created','2021-01-17 18:29:22','2021-01-17 13:29:22'),
(77557,30016,'action started via WP Cron','2021-01-17 18:30:13','2021-01-17 13:30:13'),
(77558,30016,'action complete via WP Cron','2021-01-17 18:30:13','2021-01-17 13:30:13'),
(77559,30017,'action created','2021-01-17 18:30:13','2021-01-17 13:30:13'),
(77560,30017,'action started via WP Cron','2021-01-17 18:31:25','2021-01-17 13:31:25'),
(77561,30017,'action complete via WP Cron','2021-01-17 18:31:25','2021-01-17 13:31:25'),
(77562,30018,'action created','2021-01-17 18:31:25','2021-01-17 13:31:25'),
(77563,30018,'action started via WP Cron','2021-01-17 18:32:43','2021-01-17 13:32:43'),
(77564,30018,'action complete via WP Cron','2021-01-17 18:32:43','2021-01-17 13:32:43'),
(77565,30019,'action created','2021-01-17 18:32:43','2021-01-17 13:32:43'),
(77566,30019,'action started via WP Cron','2021-01-17 18:33:51','2021-01-17 13:33:51'),
(77567,30019,'action complete via WP Cron','2021-01-17 18:33:51','2021-01-17 13:33:51'),
(77568,30020,'action created','2021-01-17 18:33:51','2021-01-17 13:33:51'),
(77569,30020,'action started via WP Cron','2021-01-17 18:34:18','2021-01-17 13:34:18'),
(77570,30020,'action complete via WP Cron','2021-01-17 18:34:18','2021-01-17 13:34:18'),
(77571,30021,'action created','2021-01-17 18:34:18','2021-01-17 13:34:18'),
(77572,30021,'action started via WP Cron','2021-01-17 18:35:16','2021-01-17 13:35:16'),
(77573,30021,'action complete via WP Cron','2021-01-17 18:35:16','2021-01-17 13:35:16'),
(77574,30022,'action created','2021-01-17 18:35:16','2021-01-17 13:35:16'),
(77575,30022,'action started via WP Cron','2021-01-17 18:36:13','2021-01-17 13:36:13'),
(77576,30022,'action complete via WP Cron','2021-01-17 18:36:13','2021-01-17 13:36:13'),
(77577,30023,'action created','2021-01-17 18:36:13','2021-01-17 13:36:13'),
(77578,30023,'action started via WP Cron','2021-01-17 18:38:04','2021-01-17 13:38:04'),
(77579,30023,'action complete via WP Cron','2021-01-17 18:38:04','2021-01-17 13:38:04'),
(77580,30024,'action created','2021-01-17 18:38:04','2021-01-17 13:38:04'),
(77581,30024,'action started via WP Cron','2021-01-17 18:38:20','2021-01-17 13:38:20'),
(77582,30024,'action complete via WP Cron','2021-01-17 18:38:20','2021-01-17 13:38:20'),
(77583,30025,'action created','2021-01-17 18:38:20','2021-01-17 13:38:20'),
(77584,30025,'action started via WP Cron','2021-01-17 18:39:35','2021-01-17 13:39:35'),
(77585,30025,'action complete via WP Cron','2021-01-17 18:39:35','2021-01-17 13:39:35'),
(77586,30026,'action created','2021-01-17 18:39:35','2021-01-17 13:39:35'),
(77587,30026,'action started via WP Cron','2021-01-17 18:40:23','2021-01-17 13:40:23'),
(77588,30026,'action complete via WP Cron','2021-01-17 18:40:23','2021-01-17 13:40:23'),
(77589,30027,'action created','2021-01-17 18:40:23','2021-01-17 13:40:23'),
(77590,30027,'action started via WP Cron','2021-01-17 18:41:25','2021-01-17 13:41:25'),
(77591,30027,'action complete via WP Cron','2021-01-17 18:41:25','2021-01-17 13:41:25'),
(77592,30028,'action created','2021-01-17 18:41:25','2021-01-17 13:41:25'),
(77593,30028,'action started via WP Cron','2021-01-17 18:42:38','2021-01-17 13:42:38'),
(77594,30028,'action complete via WP Cron','2021-01-17 18:42:38','2021-01-17 13:42:38'),
(77595,30029,'action created','2021-01-17 18:42:38','2021-01-17 13:42:38'),
(77596,30029,'action started via WP Cron','2021-01-17 18:43:26','2021-01-17 13:43:26'),
(77597,30029,'action complete via WP Cron','2021-01-17 18:43:26','2021-01-17 13:43:26'),
(77598,30030,'action created','2021-01-17 18:43:26','2021-01-17 13:43:26'),
(77599,30030,'action started via WP Cron','2021-01-17 18:44:15','2021-01-17 13:44:15'),
(77600,30030,'action complete via WP Cron','2021-01-17 18:44:15','2021-01-17 13:44:15'),
(77601,30031,'action created','2021-01-17 18:44:15','2021-01-17 13:44:15'),
(77602,30031,'action started via WP Cron','2021-01-17 18:45:59','2021-01-17 13:45:59'),
(77603,30031,'action complete via WP Cron','2021-01-17 18:45:59','2021-01-17 13:45:59'),
(77604,30032,'action created','2021-01-17 18:45:59','2021-01-17 13:45:59'),
(77605,30032,'action started via WP Cron','2021-01-17 18:46:24','2021-01-17 13:46:24'),
(77606,30032,'action complete via WP Cron','2021-01-17 18:46:24','2021-01-17 13:46:24'),
(77607,30033,'action created','2021-01-17 18:46:24','2021-01-17 13:46:24'),
(77608,30033,'action started via WP Cron','2021-01-17 18:47:24','2021-01-17 13:47:24'),
(77609,30033,'action complete via WP Cron','2021-01-17 18:47:24','2021-01-17 13:47:24'),
(77610,30034,'action created','2021-01-17 18:47:24','2021-01-17 13:47:24'),
(77611,30034,'action started via WP Cron','2021-01-17 18:48:24','2021-01-17 13:48:24'),
(77612,30034,'action complete via WP Cron','2021-01-17 18:48:24','2021-01-17 13:48:24'),
(77613,30035,'action created','2021-01-17 18:48:24','2021-01-17 13:48:24'),
(77614,30035,'action started via WP Cron','2021-01-17 18:49:19','2021-01-17 13:49:19'),
(77615,30035,'action complete via WP Cron','2021-01-17 18:49:19','2021-01-17 13:49:19'),
(77616,30036,'action created','2021-01-17 18:49:19','2021-01-17 13:49:19'),
(77617,30036,'action started via WP Cron','2021-01-17 18:50:55','2021-01-17 13:50:55'),
(77618,30036,'action complete via WP Cron','2021-01-17 18:50:55','2021-01-17 13:50:55'),
(77619,30037,'action created','2021-01-17 18:50:55','2021-01-17 13:50:55'),
(77620,30037,'action started via WP Cron','2021-01-17 18:51:17','2021-01-17 13:51:17'),
(77621,30037,'action complete via WP Cron','2021-01-17 18:51:17','2021-01-17 13:51:17'),
(77622,30038,'action created','2021-01-17 18:51:17','2021-01-17 13:51:17'),
(77623,30038,'action started via WP Cron','2021-01-17 18:52:44','2021-01-17 13:52:44'),
(77624,30038,'action complete via WP Cron','2021-01-17 18:52:44','2021-01-17 13:52:44'),
(77625,30039,'action created','2021-01-17 18:52:44','2021-01-17 13:52:44'),
(77626,30039,'action started via WP Cron','2021-01-17 18:54:46','2021-01-17 13:54:46'),
(77627,30039,'action complete via WP Cron','2021-01-17 18:54:46','2021-01-17 13:54:46'),
(77628,30040,'action created','2021-01-17 18:54:46','2021-01-17 13:54:46'),
(77629,30040,'action started via WP Cron','2021-01-17 18:55:12','2021-01-17 13:55:12'),
(77630,30040,'action complete via WP Cron','2021-01-17 18:55:12','2021-01-17 13:55:12'),
(77631,30041,'action created','2021-01-17 18:55:12','2021-01-17 13:55:12'),
(77632,30041,'action started via WP Cron','2021-01-17 18:56:59','2021-01-17 13:56:59'),
(77633,30041,'action complete via WP Cron','2021-01-17 18:56:59','2021-01-17 13:56:59'),
(77634,30042,'action created','2021-01-17 18:56:59','2021-01-17 13:56:59'),
(77635,30042,'action started via WP Cron','2021-01-17 18:57:42','2021-01-17 13:57:42'),
(77636,30042,'action complete via WP Cron','2021-01-17 18:57:42','2021-01-17 13:57:42'),
(77637,30043,'action created','2021-01-17 18:57:42','2021-01-17 13:57:42'),
(77638,30043,'action started via WP Cron','2021-01-17 18:58:27','2021-01-17 13:58:27'),
(77639,30043,'action complete via WP Cron','2021-01-17 18:58:27','2021-01-17 13:58:27'),
(77640,30044,'action created','2021-01-17 18:58:27','2021-01-17 13:58:27'),
(77641,30044,'action started via WP Cron','2021-01-17 18:59:17','2021-01-17 13:59:17'),
(77642,30044,'action complete via WP Cron','2021-01-17 18:59:17','2021-01-17 13:59:17'),
(77643,30045,'action created','2021-01-17 18:59:17','2021-01-17 13:59:17'),
(77644,30045,'action started via WP Cron','2021-01-17 19:00:19','2021-01-17 14:00:19'),
(77645,30045,'action complete via WP Cron','2021-01-17 19:00:19','2021-01-17 14:00:19'),
(77646,30046,'action created','2021-01-17 19:00:19','2021-01-17 14:00:19'),
(77647,30046,'action started via WP Cron','2021-01-17 19:01:20','2021-01-17 14:01:20'),
(77648,30046,'action complete via WP Cron','2021-01-17 19:01:20','2021-01-17 14:01:20'),
(77649,30047,'action created','2021-01-17 19:01:20','2021-01-17 14:01:20'),
(77650,30047,'action started via WP Cron','2021-01-17 19:02:32','2021-01-17 14:02:32'),
(77651,30047,'action complete via WP Cron','2021-01-17 19:02:32','2021-01-17 14:02:32'),
(77652,30048,'action created','2021-01-17 19:02:32','2021-01-17 14:02:32'),
(77653,30048,'action started via WP Cron','2021-01-17 19:03:36','2021-01-17 14:03:36'),
(77654,30048,'action complete via WP Cron','2021-01-17 19:03:36','2021-01-17 14:03:36'),
(77655,30049,'action created','2021-01-17 19:03:37','2021-01-17 14:03:37'),
(77656,30049,'action started via WP Cron','2021-01-17 19:05:00','2021-01-17 14:05:00'),
(77657,30049,'action complete via WP Cron','2021-01-17 19:05:00','2021-01-17 14:05:00'),
(77658,30050,'action created','2021-01-17 19:05:00','2021-01-17 14:05:00'),
(77659,30050,'action started via WP Cron','2021-01-17 19:05:14','2021-01-17 14:05:14'),
(77660,30050,'action complete via WP Cron','2021-01-17 19:05:14','2021-01-17 14:05:14'),
(77661,30051,'action created','2021-01-17 19:05:14','2021-01-17 14:05:14'),
(77662,30051,'action started via WP Cron','2021-01-17 19:06:15','2021-01-17 14:06:15'),
(77663,30051,'action complete via WP Cron','2021-01-17 19:06:15','2021-01-17 14:06:15'),
(77664,30052,'action created','2021-01-17 19:06:15','2021-01-17 14:06:15'),
(77665,30052,'action started via WP Cron','2021-01-17 19:07:12','2021-01-17 14:07:12'),
(77666,30052,'action complete via WP Cron','2021-01-17 19:07:13','2021-01-17 14:07:13'),
(77667,30053,'action created','2021-01-17 19:07:13','2021-01-17 14:07:13'),
(77668,30053,'action started via WP Cron','2021-01-17 19:08:18','2021-01-17 14:08:18'),
(77669,30053,'action complete via WP Cron','2021-01-17 19:08:18','2021-01-17 14:08:18'),
(77670,30054,'action created','2021-01-17 19:08:18','2021-01-17 14:08:18'),
(77671,30054,'action started via WP Cron','2021-01-17 19:09:39','2021-01-17 14:09:39'),
(77672,30054,'action complete via WP Cron','2021-01-17 19:09:39','2021-01-17 14:09:39'),
(77673,30055,'action created','2021-01-17 19:09:39','2021-01-17 14:09:39'),
(77674,30055,'action started via WP Cron','2021-01-17 19:10:29','2021-01-17 14:10:29'),
(77675,30055,'action complete via WP Cron','2021-01-17 19:10:29','2021-01-17 14:10:29'),
(77676,30056,'action created','2021-01-17 19:10:29','2021-01-17 14:10:29'),
(77677,30056,'action started via WP Cron','2021-01-17 19:11:29','2021-01-17 14:11:29'),
(77678,30056,'action complete via WP Cron','2021-01-17 19:11:29','2021-01-17 14:11:29'),
(77679,30057,'action created','2021-01-17 19:11:29','2021-01-17 14:11:29'),
(77680,30057,'action started via WP Cron','2021-01-17 19:12:11','2021-01-17 14:12:11'),
(77681,30057,'action complete via WP Cron','2021-01-17 19:12:11','2021-01-17 14:12:11'),
(77682,30058,'action created','2021-01-17 19:12:11','2021-01-17 14:12:11'),
(77683,30058,'action started via WP Cron','2021-01-17 19:13:17','2021-01-17 14:13:17'),
(77684,30058,'action complete via WP Cron','2021-01-17 19:13:17','2021-01-17 14:13:17'),
(77685,30059,'action created','2021-01-17 19:13:17','2021-01-17 14:13:17'),
(77686,30059,'action started via WP Cron','2021-01-17 19:14:16','2021-01-17 14:14:16'),
(77687,30059,'action complete via WP Cron','2021-01-17 19:14:16','2021-01-17 14:14:16'),
(77688,30060,'action created','2021-01-17 19:14:16','2021-01-17 14:14:16'),
(77689,30060,'action started via WP Cron','2021-01-17 19:15:13','2021-01-17 14:15:13'),
(77690,30060,'action complete via WP Cron','2021-01-17 19:15:13','2021-01-17 14:15:13'),
(77691,30061,'action created','2021-01-17 19:15:13','2021-01-17 14:15:13'),
(77692,30061,'action started via WP Cron','2021-01-17 19:17:14','2021-01-17 14:17:14'),
(77693,30061,'action complete via WP Cron','2021-01-17 19:17:15','2021-01-17 14:17:15'),
(77694,30062,'action created','2021-01-17 19:17:15','2021-01-17 14:17:15'),
(77695,30062,'action started via WP Cron','2021-01-17 19:18:12','2021-01-17 14:18:12'),
(77696,30062,'action complete via WP Cron','2021-01-17 19:18:12','2021-01-17 14:18:12'),
(77697,30063,'action created','2021-01-17 19:18:12','2021-01-17 14:18:12'),
(77698,30063,'action started via WP Cron','2021-01-17 19:19:29','2021-01-17 14:19:29'),
(77699,30063,'action complete via WP Cron','2021-01-17 19:19:29','2021-01-17 14:19:29'),
(77700,30064,'action created','2021-01-17 19:19:29','2021-01-17 14:19:29'),
(77701,30064,'action started via WP Cron','2021-01-17 19:20:33','2021-01-17 14:20:33'),
(77702,30064,'action complete via WP Cron','2021-01-17 19:20:33','2021-01-17 14:20:33'),
(77703,30065,'action created','2021-01-17 19:20:33','2021-01-17 14:20:33'),
(77704,30065,'action started via WP Cron','2021-01-17 19:21:24','2021-01-17 14:21:24'),
(77705,30065,'action complete via WP Cron','2021-01-17 19:21:24','2021-01-17 14:21:24'),
(77706,30066,'action created','2021-01-17 19:21:24','2021-01-17 14:21:24'),
(77707,30066,'action started via WP Cron','2021-01-17 19:22:17','2021-01-17 14:22:17'),
(77708,30066,'action complete via WP Cron','2021-01-17 19:22:17','2021-01-17 14:22:17'),
(77709,30067,'action created','2021-01-17 19:22:17','2021-01-17 14:22:17'),
(77710,30067,'action started via WP Cron','2021-01-17 19:23:20','2021-01-17 14:23:20'),
(77711,30067,'action complete via WP Cron','2021-01-17 19:23:20','2021-01-17 14:23:20'),
(77712,30068,'action created','2021-01-17 19:23:20','2021-01-17 14:23:20'),
(77713,30068,'action started via WP Cron','2021-01-17 19:24:20','2021-01-17 14:24:20'),
(77714,30068,'action complete via WP Cron','2021-01-17 19:24:20','2021-01-17 14:24:20'),
(77715,30069,'action created','2021-01-17 19:24:20','2021-01-17 14:24:20'),
(77716,30069,'action started via WP Cron','2021-01-17 19:25:16','2021-01-17 14:25:16'),
(77717,30069,'action complete via WP Cron','2021-01-17 19:25:16','2021-01-17 14:25:16'),
(77718,30070,'action created','2021-01-17 19:25:16','2021-01-17 14:25:16'),
(77719,30070,'action started via WP Cron','2021-01-17 19:26:17','2021-01-17 14:26:17'),
(77720,30070,'action complete via WP Cron','2021-01-17 19:26:17','2021-01-17 14:26:17'),
(77721,30071,'action created','2021-01-17 19:26:17','2021-01-17 14:26:17'),
(77722,30071,'action started via WP Cron','2021-01-17 19:27:44','2021-01-17 14:27:44'),
(77723,30071,'action complete via WP Cron','2021-01-17 19:27:44','2021-01-17 14:27:44'),
(77724,30072,'action created','2021-01-17 19:27:44','2021-01-17 14:27:44'),
(77725,30072,'action started via WP Cron','2021-01-17 19:28:14','2021-01-17 14:28:14'),
(77726,30072,'action complete via WP Cron','2021-01-17 19:28:14','2021-01-17 14:28:14'),
(77727,30073,'action created','2021-01-17 19:28:14','2021-01-17 14:28:14'),
(77728,30073,'action started via WP Cron','2021-01-17 19:29:12','2021-01-17 14:29:12'),
(77729,30073,'action complete via WP Cron','2021-01-17 19:29:12','2021-01-17 14:29:12'),
(77730,30074,'action created','2021-01-17 19:29:12','2021-01-17 14:29:12'),
(77731,30074,'action started via WP Cron','2021-01-17 19:30:24','2021-01-17 14:30:24'),
(77732,30074,'action complete via WP Cron','2021-01-17 19:30:24','2021-01-17 14:30:24'),
(77733,30075,'action created','2021-01-17 19:30:24','2021-01-17 14:30:24'),
(77734,30075,'action started via WP Cron','2021-01-17 19:31:46','2021-01-17 14:31:46'),
(77735,30075,'action complete via WP Cron','2021-01-17 19:31:46','2021-01-17 14:31:46'),
(77736,30076,'action created','2021-01-17 19:31:46','2021-01-17 14:31:46'),
(77737,30076,'action started via WP Cron','2021-01-17 19:32:13','2021-01-17 14:32:13'),
(77738,30076,'action complete via WP Cron','2021-01-17 19:32:13','2021-01-17 14:32:13'),
(77739,30077,'action created','2021-01-17 19:32:13','2021-01-17 14:32:13'),
(77740,30077,'action started via WP Cron','2021-01-17 19:33:39','2021-01-17 14:33:39'),
(77741,30077,'action complete via WP Cron','2021-01-17 19:33:39','2021-01-17 14:33:39'),
(77742,30078,'action created','2021-01-17 19:33:40','2021-01-17 14:33:40'),
(77743,30078,'action started via WP Cron','2021-01-17 19:35:03','2021-01-17 14:35:03'),
(77744,30078,'action complete via WP Cron','2021-01-17 19:35:03','2021-01-17 14:35:03'),
(77745,30079,'action created','2021-01-17 19:35:03','2021-01-17 14:35:03'),
(77746,30079,'action started via WP Cron','2021-01-17 19:35:25','2021-01-17 14:35:25'),
(77747,30079,'action complete via WP Cron','2021-01-17 19:35:25','2021-01-17 14:35:25'),
(77748,30080,'action created','2021-01-17 19:35:25','2021-01-17 14:35:25'),
(77749,30080,'action started via WP Cron','2021-01-17 19:37:14','2021-01-17 14:37:14'),
(77750,30080,'action complete via WP Cron','2021-01-17 19:37:14','2021-01-17 14:37:14'),
(77751,30081,'action created','2021-01-17 19:37:14','2021-01-17 14:37:14'),
(77752,30081,'action started via WP Cron','2021-01-17 19:38:22','2021-01-17 14:38:22'),
(77753,30081,'action complete via WP Cron','2021-01-17 19:38:22','2021-01-17 14:38:22'),
(77754,30082,'action created','2021-01-17 19:38:22','2021-01-17 14:38:22'),
(77755,30082,'action started via WP Cron','2021-01-17 19:39:26','2021-01-17 14:39:26'),
(77756,30082,'action complete via WP Cron','2021-01-17 19:39:26','2021-01-17 14:39:26'),
(77757,30083,'action created','2021-01-17 19:39:27','2021-01-17 14:39:27'),
(77758,30083,'action started via WP Cron','2021-01-17 19:40:47','2021-01-17 14:40:47'),
(77759,30083,'action complete via WP Cron','2021-01-17 19:40:47','2021-01-17 14:40:47'),
(77760,30084,'action created','2021-01-17 19:40:47','2021-01-17 14:40:47'),
(77761,30084,'action started via WP Cron','2021-01-17 19:41:21','2021-01-17 14:41:21'),
(77762,30084,'action complete via WP Cron','2021-01-17 19:41:21','2021-01-17 14:41:21'),
(77763,30085,'action created','2021-01-17 19:41:21','2021-01-17 14:41:21'),
(77764,30085,'action started via WP Cron','2021-01-17 19:42:23','2021-01-17 14:42:23'),
(77765,30085,'action complete via WP Cron','2021-01-17 19:42:23','2021-01-17 14:42:23'),
(77766,30086,'action created','2021-01-17 19:42:24','2021-01-17 14:42:24'),
(77767,30086,'action started via WP Cron','2021-01-17 19:43:55','2021-01-17 14:43:55'),
(77768,30086,'action complete via WP Cron','2021-01-17 19:43:55','2021-01-17 14:43:55'),
(77769,30087,'action created','2021-01-17 19:43:55','2021-01-17 14:43:55'),
(77770,30087,'action started via WP Cron','2021-01-17 19:44:11','2021-01-17 14:44:11'),
(77771,30087,'action complete via WP Cron','2021-01-17 19:44:11','2021-01-17 14:44:11'),
(77772,30088,'action created','2021-01-17 19:44:11','2021-01-17 14:44:11'),
(77773,30088,'action started via WP Cron','2021-01-17 19:45:14','2021-01-17 14:45:14'),
(77774,30088,'action complete via WP Cron','2021-01-17 19:45:14','2021-01-17 14:45:14'),
(77775,30089,'action created','2021-01-17 19:45:14','2021-01-17 14:45:14'),
(77776,30089,'action started via WP Cron','2021-01-17 19:46:33','2021-01-17 14:46:33'),
(77777,30089,'action complete via WP Cron','2021-01-17 19:46:33','2021-01-17 14:46:33'),
(77778,30090,'action created','2021-01-17 19:46:33','2021-01-17 14:46:33'),
(77779,30090,'action started via WP Cron','2021-01-17 19:48:35','2021-01-17 14:48:35'),
(77780,30090,'action complete via WP Cron','2021-01-17 19:48:35','2021-01-17 14:48:35'),
(77781,30091,'action created','2021-01-17 19:48:35','2021-01-17 14:48:35'),
(77782,30091,'action started via WP Cron','2021-01-17 19:49:46','2021-01-17 14:49:46'),
(77783,30091,'action complete via WP Cron','2021-01-17 19:49:46','2021-01-17 14:49:46'),
(77784,30092,'action created','2021-01-17 19:49:46','2021-01-17 14:49:46'),
(77785,30092,'action started via WP Cron','2021-01-17 19:50:50','2021-01-17 14:50:50'),
(77786,30092,'action complete via WP Cron','2021-01-17 19:50:50','2021-01-17 14:50:50'),
(77787,30093,'action created','2021-01-17 19:50:50','2021-01-17 14:50:50'),
(77788,30093,'action started via WP Cron','2021-01-17 19:51:32','2021-01-17 14:51:32'),
(77789,30093,'action complete via WP Cron','2021-01-17 19:51:32','2021-01-17 14:51:32'),
(77790,30094,'action created','2021-01-17 19:51:32','2021-01-17 14:51:32'),
(77791,30094,'action started via WP Cron','2021-01-17 19:53:34','2021-01-17 14:53:34'),
(77792,30094,'action complete via WP Cron','2021-01-17 19:53:34','2021-01-17 14:53:34'),
(77793,30095,'action created','2021-01-17 19:53:34','2021-01-17 14:53:34'),
(77794,30095,'action started via WP Cron','2021-01-17 19:54:19','2021-01-17 14:54:19'),
(77795,30095,'action complete via WP Cron','2021-01-17 19:54:19','2021-01-17 14:54:19'),
(77796,30096,'action created','2021-01-17 19:54:19','2021-01-17 14:54:19'),
(77797,30096,'action started via WP Cron','2021-01-17 19:55:36','2021-01-17 14:55:36'),
(77798,30096,'action complete via WP Cron','2021-01-17 19:55:36','2021-01-17 14:55:36'),
(77799,30097,'action created','2021-01-17 19:55:36','2021-01-17 14:55:36'),
(77800,30097,'action started via WP Cron','2021-01-17 19:56:36','2021-01-17 14:56:36'),
(77801,30097,'action complete via WP Cron','2021-01-17 19:56:36','2021-01-17 14:56:36'),
(77802,30098,'action created','2021-01-17 19:56:36','2021-01-17 14:56:36'),
(77803,30098,'action started via WP Cron','2021-01-17 19:57:30','2021-01-17 14:57:30'),
(77804,30098,'action complete via WP Cron','2021-01-17 19:57:30','2021-01-17 14:57:30'),
(77805,30099,'action created','2021-01-17 19:57:30','2021-01-17 14:57:30'),
(77806,30099,'action started via WP Cron','2021-01-17 19:59:44','2021-01-17 14:59:44'),
(77807,30099,'action complete via WP Cron','2021-01-17 19:59:44','2021-01-17 14:59:44'),
(77808,30100,'action created','2021-01-17 19:59:44','2021-01-17 14:59:44'),
(77809,30100,'action started via WP Cron','2021-01-17 20:00:50','2021-01-17 15:00:50'),
(77810,30100,'action complete via WP Cron','2021-01-17 20:00:50','2021-01-17 15:00:50'),
(77811,30101,'action created','2021-01-17 20:00:50','2021-01-17 15:00:50'),
(77812,30101,'action started via WP Cron','2021-01-17 20:01:20','2021-01-17 15:01:20'),
(77813,30101,'action complete via WP Cron','2021-01-17 20:01:20','2021-01-17 15:01:20'),
(77814,30102,'action created','2021-01-17 20:01:20','2021-01-17 15:01:20'),
(77815,30102,'action started via WP Cron','2021-01-17 20:02:31','2021-01-17 15:02:31'),
(77816,30102,'action complete via WP Cron','2021-01-17 20:02:31','2021-01-17 15:02:31'),
(77817,30103,'action created','2021-01-17 20:02:31','2021-01-17 15:02:31'),
(77818,30103,'action started via WP Cron','2021-01-17 20:03:25','2021-01-17 15:03:25'),
(77819,30103,'action complete via WP Cron','2021-01-17 20:03:25','2021-01-17 15:03:25'),
(77820,30104,'action created','2021-01-17 20:03:25','2021-01-17 15:03:25'),
(77821,30104,'action started via WP Cron','2021-01-17 20:04:12','2021-01-17 15:04:12'),
(77822,30104,'action complete via WP Cron','2021-01-17 20:04:12','2021-01-17 15:04:12'),
(77823,30105,'action created','2021-01-17 20:04:12','2021-01-17 15:04:12'),
(77824,30105,'action started via WP Cron','2021-01-17 20:05:13','2021-01-17 15:05:13'),
(77825,30105,'action complete via WP Cron','2021-01-17 20:05:13','2021-01-17 15:05:13'),
(77826,30106,'action created','2021-01-17 20:05:13','2021-01-17 15:05:13'),
(77827,30106,'action started via WP Cron','2021-01-17 20:06:20','2021-01-17 15:06:20'),
(77828,30106,'action complete via WP Cron','2021-01-17 20:06:20','2021-01-17 15:06:20'),
(77829,30107,'action created','2021-01-17 20:06:20','2021-01-17 15:06:20'),
(77830,30107,'action started via WP Cron','2021-01-17 20:07:13','2021-01-17 15:07:13'),
(77831,30107,'action complete via WP Cron','2021-01-17 20:07:13','2021-01-17 15:07:13'),
(77832,30108,'action created','2021-01-17 20:07:13','2021-01-17 15:07:13'),
(77833,30108,'action started via WP Cron','2021-01-17 20:08:19','2021-01-17 15:08:19'),
(77834,30108,'action complete via WP Cron','2021-01-17 20:08:19','2021-01-17 15:08:19'),
(77835,30109,'action created','2021-01-17 20:08:19','2021-01-17 15:08:19'),
(77836,30109,'action started via WP Cron','2021-01-17 20:11:34','2021-01-17 15:11:34'),
(77837,30109,'action complete via WP Cron','2021-01-17 20:11:34','2021-01-17 15:11:34'),
(77838,30110,'action created','2021-01-17 20:11:34','2021-01-17 15:11:34'),
(77839,30110,'action started via WP Cron','2021-01-17 20:12:52','2021-01-17 15:12:52'),
(77840,30110,'action complete via WP Cron','2021-01-17 20:12:52','2021-01-17 15:12:52'),
(77841,30111,'action created','2021-01-17 20:12:52','2021-01-17 15:12:52'),
(77842,30111,'action started via WP Cron','2021-01-17 20:13:18','2021-01-17 15:13:18'),
(77843,30111,'action complete via WP Cron','2021-01-17 20:13:18','2021-01-17 15:13:18'),
(77844,30112,'action created','2021-01-17 20:13:18','2021-01-17 15:13:18'),
(77845,30112,'action started via WP Cron','2021-01-17 20:14:18','2021-01-17 15:14:18'),
(77846,30112,'action complete via WP Cron','2021-01-17 20:14:18','2021-01-17 15:14:18'),
(77847,30113,'action created','2021-01-17 20:14:19','2021-01-17 15:14:19'),
(77848,30113,'action started via WP Cron','2021-01-17 20:15:11','2021-01-17 15:15:11'),
(77849,30113,'action complete via WP Cron','2021-01-17 20:15:12','2021-01-17 15:15:12'),
(77850,30114,'action created','2021-01-17 20:15:12','2021-01-17 15:15:12'),
(77851,30114,'action started via WP Cron','2021-01-17 20:16:54','2021-01-17 15:16:54'),
(77852,30114,'action complete via WP Cron','2021-01-17 20:16:54','2021-01-17 15:16:54'),
(77853,30115,'action created','2021-01-17 20:16:54','2021-01-17 15:16:54'),
(77854,30115,'action started via WP Cron','2021-01-17 20:17:46','2021-01-17 15:17:46'),
(77855,30115,'action complete via WP Cron','2021-01-17 20:17:46','2021-01-17 15:17:46'),
(77856,30116,'action created','2021-01-17 20:17:46','2021-01-17 15:17:46'),
(77857,30116,'action started via WP Cron','2021-01-17 20:18:57','2021-01-17 15:18:57'),
(77858,30116,'action complete via WP Cron','2021-01-17 20:18:57','2021-01-17 15:18:57'),
(77859,30117,'action created','2021-01-17 20:18:57','2021-01-17 15:18:57'),
(77860,30117,'action started via WP Cron','2021-01-17 20:20:19','2021-01-17 15:20:19'),
(77861,30117,'action complete via WP Cron','2021-01-17 20:20:19','2021-01-17 15:20:19'),
(77862,30118,'action created','2021-01-17 20:20:19','2021-01-17 15:20:19'),
(77863,30118,'action started via WP Cron','2021-01-17 20:21:34','2021-01-17 15:21:34'),
(77864,30118,'action complete via WP Cron','2021-01-17 20:21:34','2021-01-17 15:21:34'),
(77865,30119,'action created','2021-01-17 20:21:34','2021-01-17 15:21:34'),
(77866,30119,'action started via WP Cron','2021-01-17 20:22:30','2021-01-17 15:22:30'),
(77867,30119,'action complete via WP Cron','2021-01-17 20:22:30','2021-01-17 15:22:30'),
(77868,30120,'action created','2021-01-17 20:22:30','2021-01-17 15:22:30'),
(77869,30120,'action started via WP Cron','2021-01-17 20:23:23','2021-01-17 15:23:23'),
(77870,30120,'action complete via WP Cron','2021-01-17 20:23:23','2021-01-17 15:23:23'),
(77871,30121,'action created','2021-01-17 20:23:23','2021-01-17 15:23:23'),
(77872,30121,'action started via WP Cron','2021-01-17 20:24:16','2021-01-17 15:24:16'),
(77873,30121,'action complete via WP Cron','2021-01-17 20:24:16','2021-01-17 15:24:16'),
(77874,30122,'action created','2021-01-17 20:24:16','2021-01-17 15:24:16'),
(77875,30122,'action started via WP Cron','2021-01-17 20:25:23','2021-01-17 15:25:23'),
(77876,30122,'action complete via WP Cron','2021-01-17 20:25:23','2021-01-17 15:25:23'),
(77877,30123,'action created','2021-01-17 20:25:23','2021-01-17 15:25:23'),
(77878,30123,'action started via WP Cron','2021-01-17 20:26:29','2021-01-17 15:26:29'),
(77879,30123,'action complete via WP Cron','2021-01-17 20:26:29','2021-01-17 15:26:29'),
(77880,30124,'action created','2021-01-17 20:26:30','2021-01-17 15:26:30'),
(77881,30124,'action started via WP Cron','2021-01-17 20:28:07','2021-01-17 15:28:07'),
(77882,30124,'action complete via WP Cron','2021-01-17 20:28:07','2021-01-17 15:28:07'),
(77883,30125,'action created','2021-01-17 20:28:07','2021-01-17 15:28:07'),
(77884,30125,'action started via WP Cron','2021-01-17 20:28:41','2021-01-17 15:28:41'),
(77885,30125,'action complete via WP Cron','2021-01-17 20:28:41','2021-01-17 15:28:41'),
(77886,30126,'action created','2021-01-17 20:28:41','2021-01-17 15:28:41'),
(77887,30126,'action started via WP Cron','2021-01-17 20:29:41','2021-01-17 15:29:41'),
(77888,30126,'action complete via WP Cron','2021-01-17 20:29:41','2021-01-17 15:29:41'),
(77889,30127,'action created','2021-01-17 20:29:41','2021-01-17 15:29:41'),
(77890,30127,'action started via WP Cron','2021-01-17 20:31:11','2021-01-17 15:31:11'),
(77891,30127,'action complete via WP Cron','2021-01-17 20:31:11','2021-01-17 15:31:11'),
(77892,30128,'action created','2021-01-17 20:31:11','2021-01-17 15:31:11'),
(77893,30128,'action started via WP Cron','2021-01-17 20:32:14','2021-01-17 15:32:14'),
(77894,30128,'action complete via WP Cron','2021-01-17 20:32:14','2021-01-17 15:32:14'),
(77895,30129,'action created','2021-01-17 20:32:14','2021-01-17 15:32:14'),
(77896,30129,'action started via WP Cron','2021-01-17 20:33:27','2021-01-17 15:33:27'),
(77897,30129,'action complete via WP Cron','2021-01-17 20:33:27','2021-01-17 15:33:27'),
(77898,30130,'action created','2021-01-17 20:33:27','2021-01-17 15:33:27'),
(77899,30130,'action started via WP Cron','2021-01-17 20:34:41','2021-01-17 15:34:41'),
(77900,30130,'action complete via WP Cron','2021-01-17 20:34:41','2021-01-17 15:34:41'),
(77901,30131,'action created','2021-01-17 20:34:41','2021-01-17 15:34:41'),
(77902,30131,'action started via WP Cron','2021-01-17 20:35:12','2021-01-17 15:35:12'),
(77903,30131,'action complete via WP Cron','2021-01-17 20:35:12','2021-01-17 15:35:12'),
(77904,30132,'action created','2021-01-17 20:35:12','2021-01-17 15:35:12'),
(77905,30132,'action started via WP Cron','2021-01-17 20:36:23','2021-01-17 15:36:23'),
(77906,30132,'action complete via WP Cron','2021-01-17 20:36:23','2021-01-17 15:36:23'),
(77907,30133,'action created','2021-01-17 20:36:23','2021-01-17 15:36:23'),
(77908,30133,'action started via WP Cron','2021-01-17 20:37:50','2021-01-17 15:37:50'),
(77909,30133,'action complete via WP Cron','2021-01-17 20:37:50','2021-01-17 15:37:50'),
(77910,30134,'action created','2021-01-17 20:37:50','2021-01-17 15:37:50'),
(77911,30134,'action started via WP Cron','2021-01-17 20:38:18','2021-01-17 15:38:18'),
(77912,30134,'action complete via WP Cron','2021-01-17 20:38:18','2021-01-17 15:38:18'),
(77913,30135,'action created','2021-01-17 20:38:18','2021-01-17 15:38:18'),
(77914,30135,'action started via WP Cron','2021-01-17 20:40:12','2021-01-17 15:40:12'),
(77915,30135,'action complete via WP Cron','2021-01-17 20:40:12','2021-01-17 15:40:12'),
(77916,30136,'action created','2021-01-17 20:40:12','2021-01-17 15:40:12'),
(77917,30136,'action started via WP Cron','2021-01-17 20:41:30','2021-01-17 15:41:30'),
(77918,30136,'action complete via WP Cron','2021-01-17 20:41:30','2021-01-17 15:41:30'),
(77919,30137,'action created','2021-01-17 20:41:30','2021-01-17 15:41:30'),
(77920,30137,'action started via WP Cron','2021-01-17 20:43:25','2021-01-17 15:43:25'),
(77921,30137,'action complete via WP Cron','2021-01-17 20:43:25','2021-01-17 15:43:25'),
(77922,30138,'action created','2021-01-17 20:43:25','2021-01-17 15:43:25'),
(77923,30138,'action started via WP Cron','2021-01-17 20:44:11','2021-01-17 15:44:11'),
(77924,30138,'action complete via WP Cron','2021-01-17 20:44:11','2021-01-17 15:44:11'),
(77925,30139,'action created','2021-01-17 20:44:11','2021-01-17 15:44:11'),
(77926,30139,'action started via WP Cron','2021-01-17 20:45:15','2021-01-17 15:45:15'),
(77927,30139,'action complete via WP Cron','2021-01-17 20:45:15','2021-01-17 15:45:15'),
(77928,30140,'action created','2021-01-17 20:45:15','2021-01-17 15:45:15'),
(77929,30140,'action started via WP Cron','2021-01-17 20:48:44','2021-01-17 15:48:44'),
(77930,30140,'action complete via WP Cron','2021-01-17 20:48:44','2021-01-17 15:48:44'),
(77931,30141,'action created','2021-01-17 20:48:45','2021-01-17 15:48:45'),
(77932,30141,'action started via WP Cron','2021-01-17 20:49:39','2021-01-17 15:49:39'),
(77933,30141,'action complete via WP Cron','2021-01-17 20:49:39','2021-01-17 15:49:39'),
(77934,30142,'action created','2021-01-17 20:49:39','2021-01-17 15:49:39'),
(77935,30142,'action started via WP Cron','2021-01-17 20:50:14','2021-01-17 15:50:14'),
(77936,30142,'action complete via WP Cron','2021-01-17 20:50:14','2021-01-17 15:50:14'),
(77937,30143,'action created','2021-01-17 20:50:14','2021-01-17 15:50:14'),
(77938,30143,'action started via WP Cron','2021-01-17 20:51:12','2021-01-17 15:51:12'),
(77939,30143,'action complete via WP Cron','2021-01-17 20:51:12','2021-01-17 15:51:12'),
(77940,30144,'action created','2021-01-17 20:51:12','2021-01-17 15:51:12'),
(77941,30144,'action started via WP Cron','2021-01-17 20:52:21','2021-01-17 15:52:21'),
(77942,30144,'action complete via WP Cron','2021-01-17 20:52:21','2021-01-17 15:52:21'),
(77943,30145,'action created','2021-01-17 20:52:21','2021-01-17 15:52:21'),
(77944,30145,'action started via WP Cron','2021-01-17 20:53:15','2021-01-17 15:53:15'),
(77945,30145,'action complete via WP Cron','2021-01-17 20:53:15','2021-01-17 15:53:15'),
(77946,30146,'action created','2021-01-17 20:53:15','2021-01-17 15:53:15'),
(77947,30146,'action started via WP Cron','2021-01-17 20:55:12','2021-01-17 15:55:12'),
(77948,30146,'action complete via WP Cron','2021-01-17 20:55:12','2021-01-17 15:55:12'),
(77949,30147,'action created','2021-01-17 20:55:12','2021-01-17 15:55:12'),
(77950,30147,'action started via WP Cron','2021-01-17 20:56:30','2021-01-17 15:56:30'),
(77951,30147,'action complete via WP Cron','2021-01-17 20:56:30','2021-01-17 15:56:30'),
(77952,30148,'action created','2021-01-17 20:56:30','2021-01-17 15:56:30'),
(77953,30148,'action started via WP Cron','2021-01-17 20:57:23','2021-01-17 15:57:23'),
(77954,30148,'action complete via WP Cron','2021-01-17 20:57:23','2021-01-17 15:57:23'),
(77955,30149,'action created','2021-01-17 20:57:23','2021-01-17 15:57:23'),
(77956,30149,'action started via WP Cron','2021-01-17 20:58:51','2021-01-17 15:58:51'),
(77957,30149,'action complete via WP Cron','2021-01-17 20:58:51','2021-01-17 15:58:51'),
(77958,30150,'action created','2021-01-17 20:58:52','2021-01-17 15:58:52'),
(77959,30150,'action started via WP Cron','2021-01-17 20:59:23','2021-01-17 15:59:23'),
(77960,30150,'action complete via WP Cron','2021-01-17 20:59:23','2021-01-17 15:59:23'),
(77961,30151,'action created','2021-01-17 20:59:23','2021-01-17 15:59:23'),
(77962,30151,'action started via WP Cron','2021-01-17 21:01:06','2021-01-17 16:01:06'),
(77963,30151,'action complete via WP Cron','2021-01-17 21:01:06','2021-01-17 16:01:06'),
(77964,30152,'action created','2021-01-17 21:01:06','2021-01-17 16:01:06'),
(77965,30152,'action started via WP Cron','2021-01-17 21:01:22','2021-01-17 16:01:22'),
(77966,30152,'action complete via WP Cron','2021-01-17 21:01:22','2021-01-17 16:01:22'),
(77967,30153,'action created','2021-01-17 21:01:22','2021-01-17 16:01:22'),
(77968,30153,'action started via WP Cron','2021-01-17 21:02:44','2021-01-17 16:02:44'),
(77969,30153,'action complete via WP Cron','2021-01-17 21:02:44','2021-01-17 16:02:44'),
(77970,30154,'action created','2021-01-17 21:02:44','2021-01-17 16:02:44'),
(77971,30154,'action started via WP Cron','2021-01-17 21:03:22','2021-01-17 16:03:22'),
(77972,30154,'action complete via WP Cron','2021-01-17 21:03:22','2021-01-17 16:03:22'),
(77973,30155,'action created','2021-01-17 21:03:22','2021-01-17 16:03:22'),
(77974,30155,'action started via WP Cron','2021-01-17 21:04:23','2021-01-17 16:04:23'),
(77975,30155,'action complete via WP Cron','2021-01-17 21:04:23','2021-01-17 16:04:23'),
(77976,30156,'action created','2021-01-17 21:04:23','2021-01-17 16:04:23'),
(77977,30156,'action started via WP Cron','2021-01-17 21:05:28','2021-01-17 16:05:28'),
(77978,30156,'action complete via WP Cron','2021-01-17 21:05:28','2021-01-17 16:05:28'),
(77979,30157,'action created','2021-01-17 21:05:28','2021-01-17 16:05:28'),
(77980,30157,'action started via WP Cron','2021-01-17 21:06:28','2021-01-17 16:06:28'),
(77981,30157,'action complete via WP Cron','2021-01-17 21:06:28','2021-01-17 16:06:28'),
(77982,30158,'action created','2021-01-17 21:06:28','2021-01-17 16:06:28'),
(77983,30158,'action started via WP Cron','2021-01-17 21:07:45','2021-01-17 16:07:45'),
(77984,30158,'action complete via WP Cron','2021-01-17 21:07:45','2021-01-17 16:07:45'),
(77985,30159,'action created','2021-01-17 21:07:45','2021-01-17 16:07:45'),
(77986,30159,'action started via WP Cron','2021-01-17 21:09:09','2021-01-17 16:09:09'),
(77987,30159,'action complete via WP Cron','2021-01-17 21:09:09','2021-01-17 16:09:09'),
(77988,30160,'action created','2021-01-17 21:09:09','2021-01-17 16:09:09'),
(77989,30160,'action started via WP Cron','2021-01-17 21:09:37','2021-01-17 16:09:37'),
(77990,30160,'action complete via WP Cron','2021-01-17 21:09:37','2021-01-17 16:09:37'),
(77991,30161,'action created','2021-01-17 21:09:37','2021-01-17 16:09:37'),
(77992,30161,'action started via WP Cron','2021-01-17 21:10:16','2021-01-17 16:10:16'),
(77993,30161,'action complete via WP Cron','2021-01-17 21:10:16','2021-01-17 16:10:16'),
(77994,30162,'action created','2021-01-17 21:10:16','2021-01-17 16:10:16'),
(77995,30162,'action started via WP Cron','2021-01-17 21:11:12','2021-01-17 16:11:12'),
(77996,30162,'action complete via WP Cron','2021-01-17 21:11:13','2021-01-17 16:11:13'),
(77997,30163,'action created','2021-01-17 21:11:13','2021-01-17 16:11:13'),
(77998,30163,'action started via WP Cron','2021-01-17 21:13:42','2021-01-17 16:13:42'),
(77999,30163,'action complete via WP Cron','2021-01-17 21:13:42','2021-01-17 16:13:42'),
(78000,30164,'action created','2021-01-17 21:13:42','2021-01-17 16:13:42'),
(78001,30164,'action started via WP Cron','2021-01-17 21:14:26','2021-01-17 16:14:26'),
(78002,30164,'action complete via WP Cron','2021-01-17 21:14:26','2021-01-17 16:14:26'),
(78003,30165,'action created','2021-01-17 21:14:26','2021-01-17 16:14:26'),
(78004,30165,'action started via WP Cron','2021-01-17 21:17:17','2021-01-17 16:17:17'),
(78005,30165,'action complete via WP Cron','2021-01-17 21:17:17','2021-01-17 16:17:17'),
(78006,30166,'action created','2021-01-17 21:17:17','2021-01-17 16:17:17'),
(78007,30166,'action started via WP Cron','2021-01-17 21:20:41','2021-01-17 16:20:41'),
(78008,30166,'action complete via WP Cron','2021-01-17 21:20:41','2021-01-17 16:20:41'),
(78009,30167,'action created','2021-01-17 21:20:41','2021-01-17 16:20:41'),
(78010,30167,'action started via WP Cron','2021-01-17 21:21:24','2021-01-17 16:21:24'),
(78011,30167,'action complete via WP Cron','2021-01-17 21:21:24','2021-01-17 16:21:24'),
(78012,30168,'action created','2021-01-17 21:21:24','2021-01-17 16:21:24'),
(78013,30168,'action started via WP Cron','2021-01-17 21:23:05','2021-01-17 16:23:05'),
(78014,30168,'action complete via WP Cron','2021-01-17 21:23:05','2021-01-17 16:23:05'),
(78015,30169,'action created','2021-01-17 21:23:05','2021-01-17 16:23:05'),
(78016,30169,'action started via WP Cron','2021-01-17 21:23:17','2021-01-17 16:23:17'),
(78017,30169,'action complete via WP Cron','2021-01-17 21:23:17','2021-01-17 16:23:17'),
(78018,30170,'action created','2021-01-17 21:23:17','2021-01-17 16:23:17'),
(78019,30170,'action started via WP Cron','2021-01-17 21:24:38','2021-01-17 16:24:38'),
(78020,30170,'action complete via WP Cron','2021-01-17 21:24:38','2021-01-17 16:24:38'),
(78021,30171,'action created','2021-01-17 21:24:38','2021-01-17 16:24:38'),
(78022,30171,'action started via WP Cron','2021-01-17 21:25:40','2021-01-17 16:25:40'),
(78023,30171,'action complete via WP Cron','2021-01-17 21:25:40','2021-01-17 16:25:40'),
(78024,30172,'action created','2021-01-17 21:25:40','2021-01-17 16:25:40'),
(78025,30172,'action started via WP Cron','2021-01-17 21:26:31','2021-01-17 16:26:31'),
(78026,30172,'action complete via WP Cron','2021-01-17 21:26:31','2021-01-17 16:26:31'),
(78027,30173,'action created','2021-01-17 21:26:31','2021-01-17 16:26:31'),
(78028,30173,'action started via WP Cron','2021-01-17 21:27:36','2021-01-17 16:27:36'),
(78029,30173,'action complete via WP Cron','2021-01-17 21:27:36','2021-01-17 16:27:36'),
(78030,30174,'action created','2021-01-17 21:27:36','2021-01-17 16:27:36'),
(78031,30174,'action started via WP Cron','2021-01-17 21:28:15','2021-01-17 16:28:15'),
(78032,30174,'action complete via WP Cron','2021-01-17 21:28:15','2021-01-17 16:28:15'),
(78033,30175,'action created','2021-01-17 21:28:15','2021-01-17 16:28:15'),
(78034,30175,'action started via WP Cron','2021-01-17 21:30:03','2021-01-17 16:30:03'),
(78035,30175,'action complete via WP Cron','2021-01-17 21:30:04','2021-01-17 16:30:04'),
(78036,30176,'action created','2021-01-17 21:30:48','2021-01-17 16:30:48'),
(78037,30176,'action started via WP Cron','2021-01-17 21:31:30','2021-01-17 16:31:30'),
(78038,30176,'action complete via WP Cron','2021-01-17 21:31:30','2021-01-17 16:31:30'),
(78039,30177,'action created','2021-01-17 21:31:30','2021-01-17 16:31:30'),
(78040,30177,'action started via WP Cron','2021-01-17 21:32:12','2021-01-17 16:32:12'),
(78041,30177,'action complete via WP Cron','2021-01-17 21:32:12','2021-01-17 16:32:12'),
(78042,30178,'action created','2021-01-17 21:32:12','2021-01-17 16:32:12'),
(78043,30178,'action started via WP Cron','2021-01-17 21:34:27','2021-01-17 16:34:27'),
(78044,30178,'action complete via WP Cron','2021-01-17 21:34:27','2021-01-17 16:34:27'),
(78045,30179,'action created','2021-01-17 21:34:27','2021-01-17 16:34:27'),
(78046,30179,'action started via WP Cron','2021-01-17 21:35:27','2021-01-17 16:35:27'),
(78047,30179,'action complete via WP Cron','2021-01-17 21:35:27','2021-01-17 16:35:27'),
(78048,30180,'action created','2021-01-17 21:35:27','2021-01-17 16:35:27'),
(78049,30180,'action started via WP Cron','2021-01-17 21:36:25','2021-01-17 16:36:25'),
(78050,30180,'action complete via WP Cron','2021-01-17 21:36:25','2021-01-17 16:36:25'),
(78051,30181,'action created','2021-01-17 21:36:25','2021-01-17 16:36:25'),
(78052,30181,'action started via WP Cron','2021-01-17 21:38:09','2021-01-17 16:38:09'),
(78053,30181,'action complete via WP Cron','2021-01-17 21:38:09','2021-01-17 16:38:09'),
(78054,30182,'action created','2021-01-17 21:38:09','2021-01-17 16:38:09'),
(78055,30182,'action started via WP Cron','2021-01-17 21:42:20','2021-01-17 16:42:20'),
(78056,30182,'action complete via WP Cron','2021-01-17 21:42:20','2021-01-17 16:42:20'),
(78057,30183,'action created','2021-01-17 21:42:20','2021-01-17 16:42:20'),
(78058,30183,'action started via WP Cron','2021-01-17 21:44:02','2021-01-17 16:44:02'),
(78059,30183,'action complete via WP Cron','2021-01-17 21:44:02','2021-01-17 16:44:02'),
(78060,30184,'action created','2021-01-17 21:44:02','2021-01-17 16:44:02'),
(78061,30184,'action started via WP Cron','2021-01-17 21:44:47','2021-01-17 16:44:47'),
(78062,30184,'action complete via WP Cron','2021-01-17 21:44:47','2021-01-17 16:44:47'),
(78063,30185,'action created','2021-01-17 21:44:47','2021-01-17 16:44:47'),
(78064,30185,'action started via WP Cron','2021-01-17 21:45:30','2021-01-17 16:45:30'),
(78065,30185,'action complete via WP Cron','2021-01-17 21:45:30','2021-01-17 16:45:30'),
(78066,30186,'action created','2021-01-17 21:45:30','2021-01-17 16:45:30'),
(78067,30186,'action started via WP Cron','2021-01-17 21:46:14','2021-01-17 16:46:14'),
(78068,30186,'action complete via WP Cron','2021-01-17 21:46:14','2021-01-17 16:46:14'),
(78069,30187,'action created','2021-01-17 21:46:14','2021-01-17 16:46:14'),
(78070,30187,'action started via WP Cron','2021-01-17 21:47:59','2021-01-17 16:47:59'),
(78071,30187,'action complete via WP Cron','2021-01-17 21:47:59','2021-01-17 16:47:59'),
(78072,30188,'action created','2021-01-17 21:47:59','2021-01-17 16:47:59'),
(78073,30188,'action started via WP Cron','2021-01-17 21:48:16','2021-01-17 16:48:16'),
(78074,30188,'action complete via WP Cron','2021-01-17 21:48:16','2021-01-17 16:48:16'),
(78075,30189,'action created','2021-01-17 21:48:16','2021-01-17 16:48:16'),
(78076,30189,'action started via WP Cron','2021-01-17 21:50:30','2021-01-17 16:50:30'),
(78077,30189,'action complete via WP Cron','2021-01-17 21:50:30','2021-01-17 16:50:30'),
(78078,30190,'action created','2021-01-17 21:50:30','2021-01-17 16:50:30'),
(78079,30190,'action started via WP Cron','2021-01-17 21:51:14','2021-01-17 16:51:14'),
(78080,30190,'action complete via WP Cron','2021-01-17 21:51:14','2021-01-17 16:51:14'),
(78081,30191,'action created','2021-01-17 21:51:14','2021-01-17 16:51:14'),
(78082,30191,'action started via WP Cron','2021-01-17 21:52:28','2021-01-17 16:52:28'),
(78083,30191,'action complete via WP Cron','2021-01-17 21:52:28','2021-01-17 16:52:28'),
(78084,30192,'action created','2021-01-17 21:52:28','2021-01-17 16:52:28'),
(78085,30192,'action started via WP Cron','2021-01-17 21:53:14','2021-01-17 16:53:14'),
(78086,30192,'action complete via WP Cron','2021-01-17 21:53:14','2021-01-17 16:53:14'),
(78087,30193,'action created','2021-01-17 21:53:14','2021-01-17 16:53:14'),
(78088,30193,'action started via WP Cron','2021-01-17 21:54:14','2021-01-17 16:54:14'),
(78089,30193,'action complete via WP Cron','2021-01-17 21:54:14','2021-01-17 16:54:14'),
(78090,30194,'action created','2021-01-17 21:54:14','2021-01-17 16:54:14'),
(78091,30194,'action started via WP Cron','2021-01-17 21:55:30','2021-01-17 16:55:30'),
(78092,30194,'action complete via WP Cron','2021-01-17 21:55:30','2021-01-17 16:55:30'),
(78093,30195,'action created','2021-01-17 21:55:30','2021-01-17 16:55:30'),
(78094,30195,'action started via WP Cron','2021-01-17 21:56:32','2021-01-17 16:56:32'),
(78095,30195,'action complete via WP Cron','2021-01-17 21:56:33','2021-01-17 16:56:33'),
(78096,30196,'action created','2021-01-17 21:56:33','2021-01-17 16:56:33'),
(78097,30196,'action started via WP Cron','2021-01-17 21:57:43','2021-01-17 16:57:43'),
(78098,30196,'action complete via WP Cron','2021-01-17 21:57:43','2021-01-17 16:57:43'),
(78099,30197,'action created','2021-01-17 21:57:43','2021-01-17 16:57:43'),
(78100,30197,'action started via WP Cron','2021-01-17 21:58:32','2021-01-17 16:58:32'),
(78101,30197,'action complete via WP Cron','2021-01-17 21:58:32','2021-01-17 16:58:32'),
(78102,30198,'action created','2021-01-17 21:58:32','2021-01-17 16:58:32'),
(78103,30198,'action started via WP Cron','2021-01-17 21:59:32','2021-01-17 16:59:32'),
(78104,30198,'action complete via WP Cron','2021-01-17 21:59:32','2021-01-17 16:59:32'),
(78105,30199,'action created','2021-01-17 21:59:32','2021-01-17 16:59:32'),
(78106,30199,'action started via WP Cron','2021-01-17 22:00:20','2021-01-17 17:00:20'),
(78107,30199,'action complete via WP Cron','2021-01-17 22:00:20','2021-01-17 17:00:20'),
(78108,30200,'action created','2021-01-17 22:00:20','2021-01-17 17:00:20'),
(78109,30200,'action started via WP Cron','2021-01-17 22:01:13','2021-01-17 17:01:13'),
(78110,30200,'action complete via WP Cron','2021-01-17 22:01:13','2021-01-17 17:01:13'),
(78111,30201,'action created','2021-01-17 22:01:13','2021-01-17 17:01:13'),
(78112,30201,'action started via WP Cron','2021-01-17 22:02:25','2021-01-17 17:02:25'),
(78113,30201,'action complete via WP Cron','2021-01-17 22:02:25','2021-01-17 17:02:25'),
(78114,30202,'action created','2021-01-17 22:02:25','2021-01-17 17:02:25'),
(78115,30202,'action started via WP Cron','2021-01-17 22:03:50','2021-01-17 17:03:50'),
(78116,30202,'action complete via WP Cron','2021-01-17 22:03:50','2021-01-17 17:03:50'),
(78117,30203,'action created','2021-01-17 22:03:50','2021-01-17 17:03:50'),
(78118,30203,'action started via WP Cron','2021-01-17 22:04:48','2021-01-17 17:04:48'),
(78119,30203,'action complete via WP Cron','2021-01-17 22:04:48','2021-01-17 17:04:48'),
(78120,30204,'action created','2021-01-17 22:04:48','2021-01-17 17:04:48'),
(78121,30204,'action started via WP Cron','2021-01-17 22:05:59','2021-01-17 17:05:59'),
(78122,30204,'action complete via WP Cron','2021-01-17 22:05:59','2021-01-17 17:05:59'),
(78123,30205,'action created','2021-01-17 22:05:59','2021-01-17 17:05:59'),
(78124,30205,'action started via WP Cron','2021-01-17 22:07:13','2021-01-17 17:07:13'),
(78125,30205,'action complete via WP Cron','2021-01-17 22:07:13','2021-01-17 17:07:13'),
(78126,30206,'action created','2021-01-17 22:07:13','2021-01-17 17:07:13'),
(78127,30206,'action started via WP Cron','2021-01-17 22:10:28','2021-01-17 17:10:28'),
(78128,30206,'action complete via WP Cron','2021-01-17 22:10:28','2021-01-17 17:10:28'),
(78129,30207,'action created','2021-01-17 22:10:28','2021-01-17 17:10:28'),
(78130,30207,'action started via WP Cron','2021-01-17 22:11:14','2021-01-17 17:11:14'),
(78131,30207,'action complete via WP Cron','2021-01-17 22:11:14','2021-01-17 17:11:14'),
(78132,30208,'action created','2021-01-17 22:11:14','2021-01-17 17:11:14'),
(78133,30208,'action started via WP Cron','2021-01-17 22:12:35','2021-01-17 17:12:35'),
(78134,30208,'action complete via WP Cron','2021-01-17 22:12:35','2021-01-17 17:12:35'),
(78135,30209,'action created','2021-01-17 22:12:35','2021-01-17 17:12:35'),
(78136,30209,'action started via WP Cron','2021-01-17 22:15:04','2021-01-17 17:15:04'),
(78137,30209,'action complete via WP Cron','2021-01-17 22:15:04','2021-01-17 17:15:04'),
(78138,30210,'action created','2021-01-17 22:15:04','2021-01-17 17:15:04'),
(78139,30210,'action started via WP Cron','2021-01-17 22:15:24','2021-01-17 17:15:24'),
(78140,30210,'action complete via WP Cron','2021-01-17 22:15:24','2021-01-17 17:15:24'),
(78141,30211,'action created','2021-01-17 22:15:24','2021-01-17 17:15:24'),
(78142,30211,'action started via WP Cron','2021-01-17 22:16:45','2021-01-17 17:16:45'),
(78143,30211,'action complete via WP Cron','2021-01-17 22:16:45','2021-01-17 17:16:45'),
(78144,30212,'action created','2021-01-17 22:16:45','2021-01-17 17:16:45'),
(78145,30212,'action started via WP Cron','2021-01-17 22:17:22','2021-01-17 17:17:22'),
(78146,30212,'action complete via WP Cron','2021-01-17 22:17:22','2021-01-17 17:17:22'),
(78147,30213,'action created','2021-01-17 22:17:22','2021-01-17 17:17:22'),
(78148,30213,'action started via WP Cron','2021-01-17 22:18:30','2021-01-17 17:18:30'),
(78149,30213,'action complete via WP Cron','2021-01-17 22:18:30','2021-01-17 17:18:30'),
(78150,30214,'action created','2021-01-17 22:18:30','2021-01-17 17:18:30'),
(78151,30214,'action started via WP Cron','2021-01-17 22:19:11','2021-01-17 17:19:11'),
(78152,30214,'action complete via WP Cron','2021-01-17 22:19:11','2021-01-17 17:19:11'),
(78153,30215,'action created','2021-01-17 22:19:11','2021-01-17 17:19:11'),
(78154,30215,'action started via WP Cron','2021-01-17 22:20:47','2021-01-17 17:20:47'),
(78155,30215,'action complete via WP Cron','2021-01-17 22:20:47','2021-01-17 17:20:47'),
(78156,30216,'action created','2021-01-17 22:20:47','2021-01-17 17:20:47'),
(78157,30216,'action started via WP Cron','2021-01-17 22:21:11','2021-01-17 17:21:11'),
(78158,30216,'action complete via WP Cron','2021-01-17 22:21:11','2021-01-17 17:21:11'),
(78159,30217,'action created','2021-01-17 22:21:11','2021-01-17 17:21:11'),
(78160,30217,'action started via WP Cron','2021-01-17 22:22:35','2021-01-17 17:22:35'),
(78161,30217,'action complete via WP Cron','2021-01-17 22:22:35','2021-01-17 17:22:35'),
(78162,30218,'action created','2021-01-17 22:22:35','2021-01-17 17:22:35'),
(78163,30218,'action started via WP Cron','2021-01-17 22:23:51','2021-01-17 17:23:51'),
(78164,30218,'action complete via WP Cron','2021-01-17 22:23:51','2021-01-17 17:23:51'),
(78165,30219,'action created','2021-01-17 22:23:51','2021-01-17 17:23:51'),
(78166,30219,'action started via WP Cron','2021-01-17 22:24:14','2021-01-17 17:24:14'),
(78167,30219,'action complete via WP Cron','2021-01-17 22:24:14','2021-01-17 17:24:14'),
(78168,30220,'action created','2021-01-17 22:24:14','2021-01-17 17:24:14'),
(78169,30220,'action started via WP Cron','2021-01-17 22:25:32','2021-01-17 17:25:32'),
(78170,30220,'action complete via WP Cron','2021-01-17 22:25:32','2021-01-17 17:25:32'),
(78171,30221,'action created','2021-01-17 22:25:32','2021-01-17 17:25:32'),
(78172,30221,'action started via WP Cron','2021-01-17 22:26:25','2021-01-17 17:26:25'),
(78173,30221,'action complete via WP Cron','2021-01-17 22:26:25','2021-01-17 17:26:25'),
(78174,30222,'action created','2021-01-17 22:26:25','2021-01-17 17:26:25'),
(78175,30222,'action started via WP Cron','2021-01-17 22:27:23','2021-01-17 17:27:23'),
(78176,30222,'action complete via WP Cron','2021-01-17 22:27:23','2021-01-17 17:27:23'),
(78177,30223,'action created','2021-01-17 22:27:23','2021-01-17 17:27:23'),
(78178,30223,'action started via WP Cron','2021-01-17 22:28:48','2021-01-17 17:28:48'),
(78179,30223,'action complete via WP Cron','2021-01-17 22:28:48','2021-01-17 17:28:48'),
(78180,30224,'action created','2021-01-17 22:28:48','2021-01-17 17:28:48'),
(78181,30224,'action started via WP Cron','2021-01-17 22:29:56','2021-01-17 17:29:56'),
(78182,30224,'action complete via WP Cron','2021-01-17 22:29:56','2021-01-17 17:29:56'),
(78183,30225,'action created','2021-01-17 22:29:56','2021-01-17 17:29:56'),
(78184,30225,'action started via WP Cron','2021-01-17 22:30:22','2021-01-17 17:30:22'),
(78185,30225,'action complete via WP Cron','2021-01-17 22:30:22','2021-01-17 17:30:22'),
(78186,30226,'action created','2021-01-17 22:30:22','2021-01-17 17:30:22'),
(78187,30226,'action started via WP Cron','2021-01-17 22:31:19','2021-01-17 17:31:19'),
(78188,30226,'action complete via WP Cron','2021-01-17 22:31:19','2021-01-17 17:31:19'),
(78189,30227,'action created','2021-01-17 22:31:19','2021-01-17 17:31:19'),
(78190,30227,'action started via WP Cron','2021-01-17 22:32:23','2021-01-17 17:32:23'),
(78191,30227,'action complete via WP Cron','2021-01-17 22:32:23','2021-01-17 17:32:23'),
(78192,30228,'action created','2021-01-17 22:32:23','2021-01-17 17:32:23'),
(78193,30228,'action started via WP Cron','2021-01-17 22:34:01','2021-01-17 17:34:01'),
(78194,30228,'action complete via WP Cron','2021-01-17 22:34:01','2021-01-17 17:34:01'),
(78195,30229,'action created','2021-01-17 22:34:01','2021-01-17 17:34:01'),
(78196,30229,'action started via WP Cron','2021-01-17 22:34:16','2021-01-17 17:34:16'),
(78197,30229,'action complete via WP Cron','2021-01-17 22:34:16','2021-01-17 17:34:16'),
(78198,30230,'action created','2021-01-17 22:34:16','2021-01-17 17:34:16'),
(78199,30230,'action started via WP Cron','2021-01-17 22:36:46','2021-01-17 17:36:46'),
(78200,30230,'action complete via WP Cron','2021-01-17 22:36:46','2021-01-17 17:36:46'),
(78201,30231,'action created','2021-01-17 22:36:46','2021-01-17 17:36:46'),
(78202,30231,'action started via WP Cron','2021-01-17 22:37:35','2021-01-17 17:37:35'),
(78203,30231,'action complete via WP Cron','2021-01-17 22:37:35','2021-01-17 17:37:35'),
(78204,30232,'action created','2021-01-17 22:37:35','2021-01-17 17:37:35'),
(78205,30232,'action started via WP Cron','2021-01-17 22:38:27','2021-01-17 17:38:27'),
(78206,30232,'action complete via WP Cron','2021-01-17 22:38:27','2021-01-17 17:38:27'),
(78207,30233,'action created','2021-01-17 22:38:27','2021-01-17 17:38:27'),
(78208,30233,'action started via WP Cron','2021-01-17 22:39:50','2021-01-17 17:39:50'),
(78209,30233,'action complete via WP Cron','2021-01-17 22:39:50','2021-01-17 17:39:50'),
(78210,30234,'action created','2021-01-17 22:39:50','2021-01-17 17:39:50'),
(78211,30234,'action started via WP Cron','2021-01-17 22:40:15','2021-01-17 17:40:15'),
(78212,30234,'action complete via WP Cron','2021-01-17 22:40:15','2021-01-17 17:40:15'),
(78213,30235,'action created','2021-01-17 22:40:15','2021-01-17 17:40:15'),
(78214,30235,'action started via WP Cron','2021-01-17 22:41:15','2021-01-17 17:41:15'),
(78215,30235,'action complete via WP Cron','2021-01-17 22:41:15','2021-01-17 17:41:15'),
(78216,30236,'action created','2021-01-17 22:41:15','2021-01-17 17:41:15'),
(78217,30236,'action started via WP Cron','2021-01-17 22:42:18','2021-01-17 17:42:18'),
(78218,30236,'action complete via WP Cron','2021-01-17 22:42:18','2021-01-17 17:42:18'),
(78219,30237,'action created','2021-01-17 22:42:18','2021-01-17 17:42:18'),
(78220,30237,'action started via WP Cron','2021-01-17 22:43:43','2021-01-17 17:43:43'),
(78221,30237,'action complete via WP Cron','2021-01-17 22:43:43','2021-01-17 17:43:43'),
(78222,30238,'action created','2021-01-17 22:43:43','2021-01-17 17:43:43'),
(78223,30238,'action started via WP Cron','2021-01-17 22:44:20','2021-01-17 17:44:20'),
(78224,30238,'action complete via WP Cron','2021-01-17 22:44:20','2021-01-17 17:44:20'),
(78225,30239,'action created','2021-01-17 22:44:20','2021-01-17 17:44:20'),
(78226,30239,'action started via WP Cron','2021-01-17 22:45:32','2021-01-17 17:45:32'),
(78227,30239,'action complete via WP Cron','2021-01-17 22:45:32','2021-01-17 17:45:32'),
(78228,30240,'action created','2021-01-17 22:45:32','2021-01-17 17:45:32'),
(78229,30240,'action started via WP Cron','2021-01-17 22:46:18','2021-01-17 17:46:18'),
(78230,30240,'action complete via WP Cron','2021-01-17 22:46:18','2021-01-17 17:46:18'),
(78231,30241,'action created','2021-01-17 22:46:18','2021-01-17 17:46:18'),
(78232,30241,'action started via WP Cron','2021-01-17 22:48:19','2021-01-17 17:48:19'),
(78233,30241,'action complete via WP Cron','2021-01-17 22:48:19','2021-01-17 17:48:19'),
(78234,30242,'action created','2021-01-17 22:48:19','2021-01-17 17:48:19'),
(78235,30242,'action started via WP Cron','2021-01-17 22:49:42','2021-01-17 17:49:42'),
(78236,30242,'action complete via WP Cron','2021-01-17 22:49:42','2021-01-17 17:49:42'),
(78237,30243,'action created','2021-01-17 22:49:42','2021-01-17 17:49:42'),
(78238,30243,'action started via WP Cron','2021-01-17 22:50:39','2021-01-17 17:50:39'),
(78239,30243,'action complete via WP Cron','2021-01-17 22:50:39','2021-01-17 17:50:39'),
(78240,30244,'action created','2021-01-17 22:50:39','2021-01-17 17:50:39'),
(78241,30244,'action started via WP Cron','2021-01-17 22:51:12','2021-01-17 17:51:12'),
(78242,30244,'action complete via WP Cron','2021-01-17 22:51:12','2021-01-17 17:51:12'),
(78243,30245,'action created','2021-01-17 22:51:12','2021-01-17 17:51:12'),
(78244,30245,'action started via WP Cron','2021-01-17 22:52:47','2021-01-17 17:52:47'),
(78245,30245,'action complete via WP Cron','2021-01-17 22:52:47','2021-01-17 17:52:47'),
(78246,30246,'action created','2021-01-17 22:52:47','2021-01-17 17:52:47'),
(78247,30246,'action started via WP Cron','2021-01-17 22:53:15','2021-01-17 17:53:15'),
(78248,30246,'action complete via WP Cron','2021-01-17 22:53:15','2021-01-17 17:53:15'),
(78249,30247,'action created','2021-01-17 22:53:15','2021-01-17 17:53:15'),
(78250,30247,'action started via WP Cron','2021-01-17 22:54:20','2021-01-17 17:54:20'),
(78251,30247,'action complete via WP Cron','2021-01-17 22:54:20','2021-01-17 17:54:20'),
(78252,30248,'action created','2021-01-17 22:54:20','2021-01-17 17:54:20'),
(78253,30248,'action started via WP Cron','2021-01-17 22:55:16','2021-01-17 17:55:16'),
(78254,30248,'action complete via WP Cron','2021-01-17 22:55:16','2021-01-17 17:55:16'),
(78255,30249,'action created','2021-01-17 22:55:16','2021-01-17 17:55:16'),
(78256,30249,'action started via WP Cron','2021-01-17 22:56:43','2021-01-17 17:56:43'),
(78257,30249,'action complete via WP Cron','2021-01-17 22:56:43','2021-01-17 17:56:43'),
(78258,30250,'action created','2021-01-17 22:56:43','2021-01-17 17:56:43'),
(78259,30250,'action started via WP Cron','2021-01-17 22:57:13','2021-01-17 17:57:13'),
(78260,30250,'action complete via WP Cron','2021-01-17 22:57:13','2021-01-17 17:57:13'),
(78261,30251,'action created','2021-01-17 22:57:13','2021-01-17 17:57:13'),
(78262,30251,'action started via WP Cron','2021-01-17 22:58:13','2021-01-17 17:58:13'),
(78263,30251,'action complete via WP Cron','2021-01-17 22:58:13','2021-01-17 17:58:13'),
(78264,30252,'action created','2021-01-17 22:58:13','2021-01-17 17:58:13'),
(78265,30252,'action started via WP Cron','2021-01-17 22:59:47','2021-01-17 17:59:47'),
(78266,30252,'action complete via WP Cron','2021-01-17 22:59:47','2021-01-17 17:59:47'),
(78267,30253,'action created','2021-01-17 22:59:47','2021-01-17 17:59:47'),
(78268,30253,'action started via WP Cron','2021-01-17 23:00:25','2021-01-17 18:00:25'),
(78269,30253,'action complete via WP Cron','2021-01-17 23:00:25','2021-01-17 18:00:25'),
(78270,30254,'action created','2021-01-17 23:00:25','2021-01-17 18:00:25'),
(78271,30254,'action started via WP Cron','2021-01-17 23:01:17','2021-01-17 18:01:17'),
(78272,30254,'action complete via WP Cron','2021-01-17 23:01:17','2021-01-17 18:01:17'),
(78273,30255,'action created','2021-01-17 23:01:18','2021-01-17 18:01:18'),
(78274,30255,'action started via WP Cron','2021-01-17 23:02:55','2021-01-17 18:02:55'),
(78275,30255,'action complete via WP Cron','2021-01-17 23:02:55','2021-01-17 18:02:55'),
(78276,30256,'action created','2021-01-17 23:02:55','2021-01-17 18:02:55'),
(78277,30256,'action started via WP Cron','2021-01-17 23:03:31','2021-01-17 18:03:31'),
(78278,30256,'action complete via WP Cron','2021-01-17 23:03:31','2021-01-17 18:03:31'),
(78279,30257,'action created','2021-01-17 23:03:31','2021-01-17 18:03:31'),
(78280,30257,'action started via WP Cron','2021-01-17 23:04:43','2021-01-17 18:04:43'),
(78281,30257,'action complete via WP Cron','2021-01-17 23:04:43','2021-01-17 18:04:43'),
(78282,30258,'action created','2021-01-17 23:04:43','2021-01-17 18:04:43'),
(78283,30258,'action started via WP Cron','2021-01-17 23:05:14','2021-01-17 18:05:14'),
(78284,30258,'action complete via WP Cron','2021-01-17 23:05:14','2021-01-17 18:05:14'),
(78285,30259,'action created','2021-01-17 23:05:15','2021-01-17 18:05:15'),
(78286,30259,'action started via WP Cron','2021-01-17 23:06:12','2021-01-17 18:06:12'),
(78287,30259,'action complete via WP Cron','2021-01-17 23:06:12','2021-01-17 18:06:12'),
(78288,30260,'action created','2021-01-17 23:06:12','2021-01-17 18:06:12'),
(78289,30260,'action started via WP Cron','2021-01-17 23:07:59','2021-01-17 18:07:59'),
(78290,30260,'action complete via WP Cron','2021-01-17 23:07:59','2021-01-17 18:07:59'),
(78291,30261,'action created','2021-01-17 23:07:59','2021-01-17 18:07:59'),
(78292,30261,'action started via WP Cron','2021-01-17 23:08:39','2021-01-17 18:08:39'),
(78293,30261,'action complete via WP Cron','2021-01-17 23:08:39','2021-01-17 18:08:39'),
(78294,30262,'action created','2021-01-17 23:08:39','2021-01-17 18:08:39'),
(78295,30262,'action started via WP Cron','2021-01-17 23:09:13','2021-01-17 18:09:13'),
(78296,30262,'action complete via WP Cron','2021-01-17 23:09:13','2021-01-17 18:09:13'),
(78297,30263,'action created','2021-01-17 23:09:13','2021-01-17 18:09:13'),
(78298,30263,'action started via WP Cron','2021-01-17 23:10:23','2021-01-17 18:10:23'),
(78299,30263,'action complete via WP Cron','2021-01-17 23:10:23','2021-01-17 18:10:23'),
(78300,30264,'action created','2021-01-17 23:10:23','2021-01-17 18:10:23'),
(78301,30264,'action started via WP Cron','2021-01-17 23:11:28','2021-01-17 18:11:28'),
(78302,30264,'action complete via WP Cron','2021-01-17 23:11:28','2021-01-17 18:11:28'),
(78303,30265,'action created','2021-01-17 23:11:28','2021-01-17 18:11:28'),
(78304,30265,'action started via WP Cron','2021-01-17 23:13:13','2021-01-17 18:13:13'),
(78305,30265,'action complete via WP Cron','2021-01-17 23:13:13','2021-01-17 18:13:13'),
(78306,30266,'action created','2021-01-17 23:13:13','2021-01-17 18:13:13'),
(78307,30266,'action started via WP Cron','2021-01-17 23:14:24','2021-01-17 18:14:24'),
(78308,30266,'action complete via WP Cron','2021-01-17 23:14:24','2021-01-17 18:14:24'),
(78309,30267,'action created','2021-01-17 23:14:24','2021-01-17 18:14:24'),
(78310,30267,'action started via WP Cron','2021-01-17 23:15:18','2021-01-17 18:15:18'),
(78311,30267,'action complete via WP Cron','2021-01-17 23:15:18','2021-01-17 18:15:18'),
(78312,30268,'action created','2021-01-17 23:15:18','2021-01-17 18:15:18'),
(78313,30268,'action started via WP Cron','2021-01-17 23:16:13','2021-01-17 18:16:13'),
(78314,30268,'action complete via WP Cron','2021-01-17 23:16:13','2021-01-17 18:16:13'),
(78315,30269,'action created','2021-01-17 23:16:13','2021-01-17 18:16:13'),
(78316,30269,'action started via WP Cron','2021-01-17 23:17:36','2021-01-17 18:17:36'),
(78317,30269,'action complete via WP Cron','2021-01-17 23:17:36','2021-01-17 18:17:36'),
(78318,30270,'action created','2021-01-17 23:17:36','2021-01-17 18:17:36'),
(78319,30270,'action started via WP Cron','2021-01-17 23:18:13','2021-01-17 18:18:13'),
(78320,30270,'action complete via WP Cron','2021-01-17 23:18:13','2021-01-17 18:18:13'),
(78321,30271,'action created','2021-01-17 23:18:13','2021-01-17 18:18:13'),
(78322,30271,'action started via WP Cron','2021-01-17 23:19:16','2021-01-17 18:19:16'),
(78323,30271,'action complete via WP Cron','2021-01-17 23:19:16','2021-01-17 18:19:16'),
(78324,30272,'action created','2021-01-17 23:19:16','2021-01-17 18:19:16'),
(78325,30272,'action started via WP Cron','2021-01-17 23:20:17','2021-01-17 18:20:17'),
(78326,30272,'action complete via WP Cron','2021-01-17 23:20:17','2021-01-17 18:20:17'),
(78327,30273,'action created','2021-01-17 23:20:17','2021-01-17 18:20:17'),
(78328,30273,'action started via WP Cron','2021-01-17 23:21:53','2021-01-17 18:21:53'),
(78329,30273,'action complete via WP Cron','2021-01-17 23:21:53','2021-01-17 18:21:53'),
(78330,30274,'action created','2021-01-17 23:21:53','2021-01-17 18:21:53'),
(78331,30274,'action started via WP Cron','2021-01-17 23:22:15','2021-01-17 18:22:15'),
(78332,30274,'action complete via WP Cron','2021-01-17 23:22:15','2021-01-17 18:22:15'),
(78333,30275,'action created','2021-01-17 23:22:15','2021-01-17 18:22:15'),
(78334,30275,'action started via WP Cron','2021-01-17 23:24:29','2021-01-17 18:24:29'),
(78335,30275,'action complete via WP Cron','2021-01-17 23:24:29','2021-01-17 18:24:29'),
(78336,30276,'action created','2021-01-17 23:24:29','2021-01-17 18:24:29'),
(78337,30276,'action started via WP Cron','2021-01-17 23:27:19','2021-01-17 18:27:19'),
(78338,30276,'action complete via WP Cron','2021-01-17 23:27:19','2021-01-17 18:27:19'),
(78339,30277,'action created','2021-01-17 23:27:19','2021-01-17 18:27:19'),
(78340,30277,'action started via WP Cron','2021-01-17 23:29:37','2021-01-17 18:29:37'),
(78341,30277,'action complete via WP Cron','2021-01-17 23:29:37','2021-01-17 18:29:37'),
(78342,30278,'action created','2021-01-17 23:29:37','2021-01-17 18:29:37'),
(78343,30278,'action started via WP Cron','2021-01-17 23:30:37','2021-01-17 18:30:37'),
(78344,30278,'action complete via WP Cron','2021-01-17 23:30:37','2021-01-17 18:30:37'),
(78345,30279,'action created','2021-01-17 23:30:37','2021-01-17 18:30:37'),
(78346,30279,'action started via WP Cron','2021-01-17 23:31:55','2021-01-17 18:31:55'),
(78347,30279,'action complete via WP Cron','2021-01-17 23:31:55','2021-01-17 18:31:55'),
(78348,30280,'action created','2021-01-17 23:31:55','2021-01-17 18:31:55'),
(78349,30280,'action started via WP Cron','2021-01-17 23:32:46','2021-01-17 18:32:46'),
(78350,30280,'action complete via WP Cron','2021-01-17 23:32:46','2021-01-17 18:32:46'),
(78351,30281,'action created','2021-01-17 23:32:46','2021-01-17 18:32:46'),
(78352,30281,'action started via WP Cron','2021-01-17 23:33:33','2021-01-17 18:33:33'),
(78353,30281,'action complete via WP Cron','2021-01-17 23:33:33','2021-01-17 18:33:33'),
(78354,30282,'action created','2021-01-17 23:33:33','2021-01-17 18:33:33'),
(78355,30282,'action started via WP Cron','2021-01-17 23:34:43','2021-01-17 18:34:43'),
(78356,30282,'action complete via WP Cron','2021-01-17 23:34:43','2021-01-17 18:34:43'),
(78357,30283,'action created','2021-01-17 23:34:43','2021-01-17 18:34:43'),
(78358,30283,'action started via WP Cron','2021-01-17 23:35:29','2021-01-17 18:35:29'),
(78359,30283,'action complete via WP Cron','2021-01-17 23:35:29','2021-01-17 18:35:29'),
(78360,30284,'action created','2021-01-17 23:35:29','2021-01-17 18:35:29'),
(78361,30284,'action started via WP Cron','2021-01-17 23:36:31','2021-01-17 18:36:31'),
(78362,30284,'action complete via WP Cron','2021-01-17 23:36:31','2021-01-17 18:36:31'),
(78363,30285,'action created','2021-01-17 23:36:31','2021-01-17 18:36:31'),
(78364,30285,'action started via WP Cron','2021-01-17 23:37:19','2021-01-17 18:37:19'),
(78365,30285,'action complete via WP Cron','2021-01-17 23:37:19','2021-01-17 18:37:19'),
(78366,30286,'action created','2021-01-17 23:37:20','2021-01-17 18:37:20'),
(78367,30286,'action started via WP Cron','2021-01-17 23:38:12','2021-01-17 18:38:12'),
(78368,30286,'action complete via WP Cron','2021-01-17 23:38:12','2021-01-17 18:38:12'),
(78369,30287,'action created','2021-01-17 23:38:13','2021-01-17 18:38:13'),
(78370,30287,'action started via WP Cron','2021-01-17 23:39:13','2021-01-17 18:39:13'),
(78371,30287,'action complete via WP Cron','2021-01-17 23:39:13','2021-01-17 18:39:13'),
(78372,30288,'action created','2021-01-17 23:39:13','2021-01-17 18:39:13'),
(78373,30288,'action started via WP Cron','2021-01-17 23:40:46','2021-01-17 18:40:46'),
(78374,30288,'action complete via WP Cron','2021-01-17 23:40:46','2021-01-17 18:40:46'),
(78375,30289,'action created','2021-01-17 23:40:46','2021-01-17 18:40:46'),
(78376,30289,'action started via WP Cron','2021-01-17 23:42:13','2021-01-17 18:42:13'),
(78377,30289,'action complete via WP Cron','2021-01-17 23:42:13','2021-01-17 18:42:13'),
(78378,30290,'action created','2021-01-17 23:42:13','2021-01-17 18:42:13'),
(78379,30290,'action started via WP Cron','2021-01-17 23:43:42','2021-01-17 18:43:42'),
(78380,30290,'action complete via WP Cron','2021-01-17 23:43:42','2021-01-17 18:43:42'),
(78381,30291,'action created','2021-01-17 23:43:42','2021-01-17 18:43:42'),
(78382,30291,'action started via WP Cron','2021-01-17 23:44:36','2021-01-17 18:44:36'),
(78383,30291,'action complete via WP Cron','2021-01-17 23:44:36','2021-01-17 18:44:36'),
(78384,30292,'action created','2021-01-17 23:44:36','2021-01-17 18:44:36'),
(78385,30292,'action started via WP Cron','2021-01-17 23:45:24','2021-01-17 18:45:24'),
(78386,30292,'action complete via WP Cron','2021-01-17 23:45:24','2021-01-17 18:45:24'),
(78387,30293,'action created','2021-01-17 23:45:24','2021-01-17 18:45:24'),
(78388,30293,'action started via WP Cron','2021-01-17 23:46:36','2021-01-17 18:46:36'),
(78389,30293,'action complete via WP Cron','2021-01-17 23:46:36','2021-01-17 18:46:36'),
(78390,30294,'action created','2021-01-17 23:46:36','2021-01-17 18:46:36'),
(78391,30294,'action started via WP Cron','2021-01-17 23:48:04','2021-01-17 18:48:04'),
(78392,30294,'action complete via WP Cron','2021-01-17 23:48:04','2021-01-17 18:48:04'),
(78393,30295,'action created','2021-01-17 23:48:04','2021-01-17 18:48:04'),
(78394,30295,'action started via WP Cron','2021-01-17 23:50:36','2021-01-17 18:50:36'),
(78395,30295,'action complete via WP Cron','2021-01-17 23:50:36','2021-01-17 18:50:36'),
(78396,30296,'action created','2021-01-17 23:50:36','2021-01-17 18:50:36'),
(78397,30296,'action started via WP Cron','2021-01-17 23:51:46','2021-01-17 18:51:46'),
(78398,30296,'action complete via WP Cron','2021-01-17 23:51:46','2021-01-17 18:51:46'),
(78399,30297,'action created','2021-01-17 23:51:46','2021-01-17 18:51:46'),
(78400,30297,'action started via WP Cron','2021-01-17 23:52:51','2021-01-17 18:52:51'),
(78401,30297,'action complete via WP Cron','2021-01-17 23:52:51','2021-01-17 18:52:51'),
(78402,30298,'action created','2021-01-17 23:52:51','2021-01-17 18:52:51'),
(78403,30298,'action started via WP Cron','2021-01-17 23:53:16','2021-01-17 18:53:16'),
(78404,30298,'action complete via WP Cron','2021-01-17 23:53:16','2021-01-17 18:53:16'),
(78405,30299,'action created','2021-01-17 23:53:16','2021-01-17 18:53:16'),
(78406,30299,'action started via WP Cron','2021-01-17 23:54:29','2021-01-17 18:54:29'),
(78407,30299,'action complete via WP Cron','2021-01-17 23:54:29','2021-01-17 18:54:29'),
(78408,30300,'action created','2021-01-17 23:54:29','2021-01-17 18:54:29'),
(78409,30300,'action started via WP Cron','2021-01-17 23:57:07','2021-01-17 18:57:07'),
(78410,30300,'action complete via WP Cron','2021-01-17 23:57:07','2021-01-17 18:57:07'),
(78411,30301,'action created','2021-01-17 23:57:07','2021-01-17 18:57:07'),
(78412,30301,'action started via WP Cron','2021-01-17 23:58:18','2021-01-17 18:58:18'),
(78413,30301,'action complete via WP Cron','2021-01-17 23:58:18','2021-01-17 18:58:18'),
(78414,30302,'action created','2021-01-17 23:58:18','2021-01-17 18:58:18'),
(78415,30302,'action started via WP Cron','2021-01-17 23:59:11','2021-01-17 18:59:11'),
(78416,30302,'action complete via WP Cron','2021-01-17 23:59:11','2021-01-17 18:59:11'),
(78417,30303,'action created','2021-01-17 23:59:11','2021-01-17 18:59:11'),
(78418,30303,'action started via WP Cron','2021-01-18 00:01:11','2021-01-17 19:01:11'),
(78419,30303,'action complete via WP Cron','2021-01-18 00:01:11','2021-01-17 19:01:11'),
(78420,30304,'action created','2021-01-18 00:01:11','2021-01-17 19:01:11'),
(78421,30304,'action started via WP Cron','2021-01-18 00:02:15','2021-01-17 19:02:15'),
(78422,30304,'action complete via WP Cron','2021-01-18 00:02:15','2021-01-17 19:02:15'),
(78423,30305,'action created','2021-01-18 00:02:15','2021-01-17 19:02:15'),
(78424,30305,'action started via WP Cron','2021-01-18 00:05:38','2021-01-17 19:05:38'),
(78425,30305,'action complete via WP Cron','2021-01-18 00:05:38','2021-01-17 19:05:38'),
(78426,30306,'action created','2021-01-18 00:05:38','2021-01-17 19:05:38'),
(78427,30306,'action started via WP Cron','2021-01-18 00:06:23','2021-01-17 19:06:23'),
(78428,30306,'action complete via WP Cron','2021-01-18 00:06:23','2021-01-17 19:06:23'),
(78429,30307,'action created','2021-01-18 00:06:23','2021-01-17 19:06:23'),
(78430,30307,'action started via WP Cron','2021-01-18 00:07:24','2021-01-17 19:07:24'),
(78431,30307,'action complete via WP Cron','2021-01-18 00:07:24','2021-01-17 19:07:24'),
(78432,30308,'action created','2021-01-18 00:07:24','2021-01-17 19:07:24'),
(78433,30308,'action started via WP Cron','2021-01-18 00:10:03','2021-01-17 19:10:03'),
(78434,30308,'action complete via WP Cron','2021-01-18 00:10:03','2021-01-17 19:10:03'),
(78435,30309,'action created','2021-01-18 00:10:03','2021-01-17 19:10:03'),
(78436,30309,'action started via WP Cron','2021-01-18 00:10:19','2021-01-17 19:10:19'),
(78437,30309,'action complete via WP Cron','2021-01-18 00:10:19','2021-01-17 19:10:19'),
(78438,30310,'action created','2021-01-18 00:10:19','2021-01-17 19:10:19'),
(78439,30310,'action started via WP Cron','2021-01-18 00:11:30','2021-01-17 19:11:30'),
(78440,30310,'action complete via WP Cron','2021-01-18 00:11:30','2021-01-17 19:11:30'),
(78441,30311,'action created','2021-01-18 00:11:30','2021-01-17 19:11:30'),
(78442,30311,'action started via WP Cron','2021-01-18 00:12:19','2021-01-17 19:12:19'),
(78443,30311,'action complete via WP Cron','2021-01-18 00:12:19','2021-01-17 19:12:19'),
(78444,30312,'action created','2021-01-18 00:12:19','2021-01-17 19:12:19'),
(78445,30312,'action started via WP Cron','2021-01-18 00:14:14','2021-01-17 19:14:14'),
(78446,30312,'action complete via WP Cron','2021-01-18 00:14:14','2021-01-17 19:14:14'),
(78447,30313,'action created','2021-01-18 00:14:14','2021-01-17 19:14:14'),
(78448,30313,'action started via WP Cron','2021-01-18 00:15:29','2021-01-17 19:15:29'),
(78449,30313,'action complete via WP Cron','2021-01-18 00:15:29','2021-01-17 19:15:29'),
(78450,30314,'action created','2021-01-18 00:15:29','2021-01-17 19:15:29'),
(78451,30314,'action started via WP Cron','2021-01-18 00:16:16','2021-01-17 19:16:16'),
(78452,30314,'action complete via WP Cron','2021-01-18 00:16:16','2021-01-17 19:16:16'),
(78453,30315,'action created','2021-01-18 00:16:16','2021-01-17 19:16:16'),
(78454,30315,'action started via WP Cron','2021-01-18 00:17:51','2021-01-17 19:17:51'),
(78455,30315,'action complete via WP Cron','2021-01-18 00:17:51','2021-01-17 19:17:51'),
(78456,30316,'action created','2021-01-18 00:17:51','2021-01-17 19:17:51'),
(78457,30316,'action started via WP Cron','2021-01-18 00:18:26','2021-01-17 19:18:26'),
(78458,30316,'action complete via WP Cron','2021-01-18 00:18:26','2021-01-17 19:18:26'),
(78459,30317,'action created','2021-01-18 00:18:26','2021-01-17 19:18:26'),
(78460,30317,'action started via WP Cron','2021-01-18 00:19:14','2021-01-17 19:19:14'),
(78461,30317,'action complete via WP Cron','2021-01-18 00:19:14','2021-01-17 19:19:14'),
(78462,30318,'action created','2021-01-18 00:19:14','2021-01-17 19:19:14'),
(78463,30318,'action started via WP Cron','2021-01-18 00:22:17','2021-01-17 19:22:17'),
(78464,30318,'action complete via WP Cron','2021-01-18 00:22:17','2021-01-17 19:22:17'),
(78465,30319,'action created','2021-01-18 00:22:17','2021-01-17 19:22:17'),
(78466,30319,'action started via WP Cron','2021-01-18 00:23:35','2021-01-17 19:23:35'),
(78467,30319,'action complete via WP Cron','2021-01-18 00:23:35','2021-01-17 19:23:35'),
(78468,30320,'action created','2021-01-18 00:23:35','2021-01-17 19:23:35'),
(78469,30320,'action started via WP Cron','2021-01-18 00:24:17','2021-01-17 19:24:17'),
(78470,30320,'action complete via WP Cron','2021-01-18 00:24:17','2021-01-17 19:24:17'),
(78471,30321,'action created','2021-01-18 00:24:17','2021-01-17 19:24:17'),
(78472,30321,'action started via WP Cron','2021-01-18 00:25:48','2021-01-17 19:25:48'),
(78473,30321,'action complete via WP Cron','2021-01-18 00:25:48','2021-01-17 19:25:48'),
(78474,30322,'action created','2021-01-18 00:25:48','2021-01-17 19:25:48'),
(78475,30322,'action started via WP Cron','2021-01-18 00:27:42','2021-01-17 19:27:42'),
(78476,30322,'action complete via WP Cron','2021-01-18 00:27:42','2021-01-17 19:27:42'),
(78477,30323,'action created','2021-01-18 00:27:42','2021-01-17 19:27:42'),
(78478,30323,'action started via WP Cron','2021-01-18 00:29:31','2021-01-17 19:29:31'),
(78479,30323,'action complete via WP Cron','2021-01-18 00:29:31','2021-01-17 19:29:31'),
(78480,30324,'action created','2021-01-18 00:29:31','2021-01-17 19:29:31'),
(78481,30324,'action started via WP Cron','2021-01-18 00:33:09','2021-01-17 19:33:09'),
(78482,30324,'action complete via WP Cron','2021-01-18 00:33:09','2021-01-17 19:33:09'),
(78483,30325,'action created','2021-01-18 00:33:09','2021-01-17 19:33:09'),
(78484,30325,'action started via WP Cron','2021-01-18 00:35:31','2021-01-17 19:35:31'),
(78485,30325,'action complete via WP Cron','2021-01-18 00:35:31','2021-01-17 19:35:31'),
(78486,30326,'action created','2021-01-18 00:35:31','2021-01-17 19:35:31'),
(78487,30326,'action started via WP Cron','2021-01-18 00:36:31','2021-01-17 19:36:31'),
(78488,30326,'action complete via WP Cron','2021-01-18 00:36:31','2021-01-17 19:36:31'),
(78489,30327,'action created','2021-01-18 00:36:31','2021-01-17 19:36:31'),
(78490,30327,'action started via WP Cron','2021-01-18 00:37:39','2021-01-17 19:37:39'),
(78491,30327,'action complete via WP Cron','2021-01-18 00:37:39','2021-01-17 19:37:39'),
(78492,30328,'action created','2021-01-18 00:37:39','2021-01-17 19:37:39'),
(78493,30328,'action started via WP Cron','2021-01-18 00:39:25','2021-01-17 19:39:25'),
(78494,30328,'action complete via WP Cron','2021-01-18 00:39:25','2021-01-17 19:39:25'),
(78495,30329,'action created','2021-01-18 00:39:25','2021-01-17 19:39:25'),
(78496,30329,'action started via WP Cron','2021-01-18 00:40:33','2021-01-17 19:40:33'),
(78497,30329,'action complete via WP Cron','2021-01-18 00:40:33','2021-01-17 19:40:33'),
(78498,30330,'action created','2021-01-18 00:40:34','2021-01-17 19:40:34'),
(78499,30330,'action started via WP Cron','2021-01-18 00:41:27','2021-01-17 19:41:27'),
(78500,30330,'action complete via WP Cron','2021-01-18 00:41:27','2021-01-17 19:41:27'),
(78501,30331,'action created','2021-01-18 00:41:27','2021-01-17 19:41:27'),
(78502,30331,'action started via WP Cron','2021-01-18 00:42:33','2021-01-17 19:42:33'),
(78503,30331,'action complete via WP Cron','2021-01-18 00:42:33','2021-01-17 19:42:33'),
(78504,30332,'action created','2021-01-18 00:42:33','2021-01-17 19:42:33'),
(78505,30332,'action started via WP Cron','2021-01-18 00:44:05','2021-01-17 19:44:05'),
(78506,30332,'action complete via WP Cron','2021-01-18 00:44:05','2021-01-17 19:44:05'),
(78507,30333,'action created','2021-01-18 00:44:05','2021-01-17 19:44:05'),
(78508,30333,'action started via WP Cron','2021-01-18 00:48:29','2021-01-17 19:48:29'),
(78509,30333,'action complete via WP Cron','2021-01-18 00:48:29','2021-01-17 19:48:29'),
(78510,30334,'action created','2021-01-18 00:48:29','2021-01-17 19:48:29'),
(78511,30334,'action started via WP Cron','2021-01-18 00:49:20','2021-01-17 19:49:20'),
(78512,30334,'action complete via WP Cron','2021-01-18 00:49:20','2021-01-17 19:49:20'),
(78513,30335,'action created','2021-01-18 00:49:20','2021-01-17 19:49:20'),
(78514,30335,'action started via WP Cron','2021-01-18 00:50:17','2021-01-17 19:50:17'),
(78515,30335,'action complete via WP Cron','2021-01-18 00:50:17','2021-01-17 19:50:17'),
(78516,30336,'action created','2021-01-18 00:50:17','2021-01-17 19:50:17'),
(78517,30336,'action started via WP Cron','2021-01-18 00:52:49','2021-01-17 19:52:49'),
(78518,30336,'action complete via WP Cron','2021-01-18 00:52:49','2021-01-17 19:52:49'),
(78519,30337,'action created','2021-01-18 00:52:49','2021-01-17 19:52:49'),
(78520,30337,'action started via WP Cron','2021-01-18 00:57:35','2021-01-17 19:57:35'),
(78521,30337,'action complete via WP Cron','2021-01-18 00:57:35','2021-01-17 19:57:35'),
(78522,30338,'action created','2021-01-18 00:57:35','2021-01-17 19:57:35'),
(78523,30338,'action started via WP Cron','2021-01-18 00:58:17','2021-01-17 19:58:17'),
(78524,30338,'action complete via WP Cron','2021-01-18 00:58:17','2021-01-17 19:58:17'),
(78525,30339,'action created','2021-01-18 00:58:17','2021-01-17 19:58:17'),
(78526,30339,'action started via WP Cron','2021-01-18 00:59:18','2021-01-17 19:59:18'),
(78527,30339,'action complete via WP Cron','2021-01-18 00:59:18','2021-01-17 19:59:18'),
(78528,30340,'action created','2021-01-18 00:59:18','2021-01-17 19:59:18'),
(78529,30340,'action started via WP Cron','2021-01-18 01:00:39','2021-01-17 20:00:39'),
(78530,30340,'action complete via WP Cron','2021-01-18 01:00:39','2021-01-17 20:00:39'),
(78531,30341,'action created','2021-01-18 01:00:39','2021-01-17 20:00:39'),
(78532,30341,'action started via WP Cron','2021-01-18 01:03:00','2021-01-17 20:03:00'),
(78533,30341,'action complete via WP Cron','2021-01-18 01:03:00','2021-01-17 20:03:00'),
(78534,30342,'action created','2021-01-18 01:03:00','2021-01-17 20:03:00'),
(78535,30342,'action started via WP Cron','2021-01-18 01:06:04','2021-01-17 20:06:04'),
(78536,30342,'action complete via WP Cron','2021-01-18 01:06:04','2021-01-17 20:06:04'),
(78537,30343,'action created','2021-01-18 01:06:04','2021-01-17 20:06:04'),
(78538,30343,'action started via WP Cron','2021-01-18 01:06:23','2021-01-17 20:06:23'),
(78539,30343,'action complete via WP Cron','2021-01-18 01:06:23','2021-01-17 20:06:23'),
(78540,30344,'action created','2021-01-18 01:06:23','2021-01-17 20:06:23'),
(78541,30344,'action started via WP Cron','2021-01-18 01:07:21','2021-01-17 20:07:21'),
(78542,30344,'action complete via WP Cron','2021-01-18 01:07:21','2021-01-17 20:07:21'),
(78543,30345,'action created','2021-01-18 01:07:21','2021-01-17 20:07:21'),
(78544,30345,'action started via WP Cron','2021-01-18 01:08:34','2021-01-17 20:08:34'),
(78545,30345,'action complete via WP Cron','2021-01-18 01:08:34','2021-01-17 20:08:34'),
(78546,30346,'action created','2021-01-18 01:08:34','2021-01-17 20:08:34'),
(78547,30346,'action started via WP Cron','2021-01-18 01:10:32','2021-01-17 20:10:32'),
(78548,30346,'action complete via WP Cron','2021-01-18 01:10:32','2021-01-17 20:10:32'),
(78549,30347,'action created','2021-01-18 01:10:32','2021-01-17 20:10:32'),
(78550,30347,'action started via WP Cron','2021-01-18 01:11:16','2021-01-17 20:11:16'),
(78551,30347,'action complete via WP Cron','2021-01-18 01:11:16','2021-01-17 20:11:16'),
(78552,30348,'action created','2021-01-18 01:11:16','2021-01-17 20:11:16'),
(78553,30348,'action started via WP Cron','2021-01-18 01:12:48','2021-01-17 20:12:48'),
(78554,30348,'action complete via WP Cron','2021-01-18 01:12:48','2021-01-17 20:12:48'),
(78555,30349,'action created','2021-01-18 01:12:48','2021-01-17 20:12:48'),
(78556,30349,'action started via WP Cron','2021-01-18 01:13:28','2021-01-17 20:13:28'),
(78557,30349,'action complete via WP Cron','2021-01-18 01:13:28','2021-01-17 20:13:28'),
(78558,30350,'action created','2021-01-18 01:13:28','2021-01-17 20:13:28'),
(78559,30350,'action started via WP Cron','2021-01-18 01:14:43','2021-01-17 20:14:43'),
(78560,30350,'action complete via WP Cron','2021-01-18 01:14:43','2021-01-17 20:14:43'),
(78561,30351,'action created','2021-01-18 01:14:43','2021-01-17 20:14:43'),
(78562,30351,'action started via WP Cron','2021-01-18 01:15:12','2021-01-17 20:15:12'),
(78563,30351,'action complete via WP Cron','2021-01-18 01:15:12','2021-01-17 20:15:12'),
(78564,30352,'action created','2021-01-18 01:15:12','2021-01-17 20:15:12'),
(78565,30352,'action started via WP Cron','2021-01-18 01:17:43','2021-01-17 20:17:43'),
(78566,30352,'action complete via WP Cron','2021-01-18 01:17:43','2021-01-17 20:17:43'),
(78567,30353,'action created','2021-01-18 01:17:43','2021-01-17 20:17:43'),
(78568,30353,'action started via WP Cron','2021-01-18 01:19:23','2021-01-17 20:19:23'),
(78569,30353,'action complete via WP Cron','2021-01-18 01:19:23','2021-01-17 20:19:23'),
(78570,30354,'action created','2021-01-18 01:19:23','2021-01-17 20:19:23'),
(78571,30354,'action started via WP Cron','2021-01-18 01:21:11','2021-01-17 20:21:11'),
(78572,30354,'action complete via WP Cron','2021-01-18 01:21:11','2021-01-17 20:21:11'),
(78573,30355,'action created','2021-01-18 01:21:11','2021-01-17 20:21:11'),
(78574,30355,'action started via WP Cron','2021-01-18 01:22:53','2021-01-17 20:22:53'),
(78575,30355,'action complete via WP Cron','2021-01-18 01:22:53','2021-01-17 20:22:53'),
(78576,30356,'action created','2021-01-18 01:22:53','2021-01-17 20:22:53'),
(78577,30356,'action started via WP Cron','2021-01-18 01:23:18','2021-01-17 20:23:18'),
(78578,30356,'action complete via WP Cron','2021-01-18 01:23:18','2021-01-17 20:23:18'),
(78579,30357,'action created','2021-01-18 01:23:18','2021-01-17 20:23:18'),
(78580,30357,'action started via WP Cron','2021-01-18 01:24:17','2021-01-17 20:24:17'),
(78581,30357,'action complete via WP Cron','2021-01-18 01:24:17','2021-01-17 20:24:17'),
(78582,30358,'action created','2021-01-18 01:24:17','2021-01-17 20:24:17'),
(78583,30358,'action started via WP Cron','2021-01-18 01:25:15','2021-01-17 20:25:15'),
(78584,30358,'action complete via WP Cron','2021-01-18 01:25:15','2021-01-17 20:25:15'),
(78585,30359,'action created','2021-01-18 01:25:15','2021-01-17 20:25:15'),
(78586,30359,'action started via WP Cron','2021-01-18 01:26:12','2021-01-17 20:26:12'),
(78587,30359,'action complete via WP Cron','2021-01-18 01:26:12','2021-01-17 20:26:12'),
(78588,29127,'action started via WP Cron','2021-01-18 01:26:12','2021-01-17 20:26:12'),
(78589,29127,'action complete via WP Cron','2021-01-18 01:26:12','2021-01-17 20:26:12'),
(78590,30360,'action created','2021-01-18 01:26:12','2021-01-17 20:26:12'),
(78591,30361,'action created','2021-01-18 01:26:12','2021-01-17 20:26:12'),
(78592,30361,'action started via WP Cron','2021-01-18 01:27:40','2021-01-17 20:27:40'),
(78593,30361,'action complete via WP Cron','2021-01-18 01:27:40','2021-01-17 20:27:40'),
(78594,30362,'action created','2021-01-18 01:27:40','2021-01-17 20:27:40'),
(78595,30362,'action started via WP Cron','2021-01-18 01:28:32','2021-01-17 20:28:32'),
(78596,30362,'action complete via WP Cron','2021-01-18 01:28:32','2021-01-17 20:28:32'),
(78597,30363,'action created','2021-01-18 01:28:32','2021-01-17 20:28:32'),
(78598,30363,'action started via WP Cron','2021-01-18 01:29:24','2021-01-17 20:29:24'),
(78599,30363,'action complete via WP Cron','2021-01-18 01:29:24','2021-01-17 20:29:24'),
(78600,30364,'action created','2021-01-18 01:29:24','2021-01-17 20:29:24'),
(78601,30364,'action started via WP Cron','2021-01-18 01:30:23','2021-01-17 20:30:23'),
(78602,30364,'action complete via WP Cron','2021-01-18 01:30:23','2021-01-17 20:30:23'),
(78603,30365,'action created','2021-01-18 01:30:23','2021-01-17 20:30:23'),
(78604,30365,'action started via WP Cron','2021-01-18 01:31:17','2021-01-17 20:31:17'),
(78605,30365,'action complete via WP Cron','2021-01-18 01:31:17','2021-01-17 20:31:17'),
(78606,30366,'action created','2021-01-18 01:31:17','2021-01-17 20:31:17'),
(78607,30366,'action started via WP Cron','2021-01-18 01:32:13','2021-01-17 20:32:13'),
(78608,30366,'action complete via WP Cron','2021-01-18 01:32:13','2021-01-17 20:32:13'),
(78609,30367,'action created','2021-01-18 01:32:13','2021-01-17 20:32:13'),
(78610,30367,'action started via WP Cron','2021-01-18 01:34:17','2021-01-17 20:34:17'),
(78611,30367,'action complete via WP Cron','2021-01-18 01:34:17','2021-01-17 20:34:17'),
(78612,30368,'action created','2021-01-18 01:34:17','2021-01-17 20:34:17'),
(78613,30368,'action started via WP Cron','2021-01-18 01:36:03','2021-01-17 20:36:03'),
(78614,30368,'action complete via WP Cron','2021-01-18 01:36:03','2021-01-17 20:36:03'),
(78615,30369,'action created','2021-01-18 01:36:03','2021-01-17 20:36:03'),
(78616,30369,'action started via WP Cron','2021-01-18 01:38:20','2021-01-17 20:38:20'),
(78617,30369,'action complete via WP Cron','2021-01-18 01:38:20','2021-01-17 20:38:20'),
(78618,30370,'action created','2021-01-18 01:38:20','2021-01-17 20:38:20'),
(78619,30370,'action started via WP Cron','2021-01-18 01:39:32','2021-01-17 20:39:32'),
(78620,30370,'action complete via WP Cron','2021-01-18 01:39:32','2021-01-17 20:39:32'),
(78621,30371,'action created','2021-01-18 01:39:32','2021-01-17 20:39:32'),
(78622,30371,'action started via WP Cron','2021-01-18 01:40:41','2021-01-17 20:40:41'),
(78623,30371,'action complete via WP Cron','2021-01-18 01:40:41','2021-01-17 20:40:41'),
(78624,30372,'action created','2021-01-18 01:40:41','2021-01-17 20:40:41'),
(78625,30372,'action started via WP Cron','2021-01-18 01:42:02','2021-01-17 20:42:02'),
(78626,30372,'action complete via WP Cron','2021-01-18 01:42:02','2021-01-17 20:42:02'),
(78627,30373,'action created','2021-01-18 01:42:02','2021-01-17 20:42:02'),
(78628,30373,'action started via WP Cron','2021-01-18 01:42:12','2021-01-17 20:42:12'),
(78629,30373,'action complete via WP Cron','2021-01-18 01:42:12','2021-01-17 20:42:12'),
(78630,30374,'action created','2021-01-18 01:42:12','2021-01-17 20:42:12'),
(78631,30374,'action started via WP Cron','2021-01-18 01:43:22','2021-01-17 20:43:22'),
(78632,30374,'action complete via WP Cron','2021-01-18 01:43:22','2021-01-17 20:43:22'),
(78633,30375,'action created','2021-01-18 01:43:22','2021-01-17 20:43:22'),
(78634,30375,'action started via WP Cron','2021-01-18 01:44:21','2021-01-17 20:44:21'),
(78635,30375,'action complete via WP Cron','2021-01-18 01:44:21','2021-01-17 20:44:21'),
(78636,30376,'action created','2021-01-18 01:44:21','2021-01-17 20:44:21'),
(78637,30376,'action started via WP Cron','2021-01-18 01:47:14','2021-01-17 20:47:14'),
(78638,30376,'action complete via WP Cron','2021-01-18 01:47:14','2021-01-17 20:47:14'),
(78639,30377,'action created','2021-01-18 01:47:14','2021-01-17 20:47:14'),
(78640,30377,'action started via WP Cron','2021-01-18 01:48:14','2021-01-17 20:48:14'),
(78641,30377,'action complete via WP Cron','2021-01-18 01:48:14','2021-01-17 20:48:14'),
(78642,30378,'action created','2021-01-18 01:48:14','2021-01-17 20:48:14'),
(78643,30378,'action started via WP Cron','2021-01-18 01:49:18','2021-01-17 20:49:18'),
(78644,30378,'action complete via WP Cron','2021-01-18 01:49:18','2021-01-17 20:49:18'),
(78645,30379,'action created','2021-01-18 01:49:18','2021-01-17 20:49:18'),
(78646,30379,'action started via WP Cron','2021-01-18 01:50:13','2021-01-17 20:50:13'),
(78647,30379,'action complete via WP Cron','2021-01-18 01:50:13','2021-01-17 20:50:13'),
(78648,30380,'action created','2021-01-18 01:50:15','2021-01-17 20:50:15'),
(78649,30380,'action started via WP Cron','2021-01-18 01:51:18','2021-01-17 20:51:18'),
(78650,30380,'action complete via WP Cron','2021-01-18 01:51:18','2021-01-17 20:51:18'),
(78651,30381,'action created','2021-01-18 01:51:18','2021-01-17 20:51:18'),
(78652,30381,'action started via WP Cron','2021-01-18 01:53:04','2021-01-17 20:53:04'),
(78653,30381,'action complete via WP Cron','2021-01-18 01:53:04','2021-01-17 20:53:04'),
(78654,30382,'action created','2021-01-18 01:53:04','2021-01-17 20:53:04'),
(78655,30382,'action started via WP Cron','2021-01-18 01:53:46','2021-01-17 20:53:46'),
(78656,30382,'action complete via WP Cron','2021-01-18 01:53:46','2021-01-17 20:53:46'),
(78657,30383,'action created','2021-01-18 01:53:46','2021-01-17 20:53:46'),
(78658,30383,'action started via WP Cron','2021-01-18 01:54:36','2021-01-17 20:54:36'),
(78659,30383,'action complete via WP Cron','2021-01-18 01:54:36','2021-01-17 20:54:36'),
(78660,30384,'action created','2021-01-18 01:54:36','2021-01-17 20:54:36'),
(78661,30384,'action started via WP Cron','2021-01-18 01:55:21','2021-01-17 20:55:21'),
(78662,30384,'action complete via WP Cron','2021-01-18 01:55:21','2021-01-17 20:55:21'),
(78663,30385,'action created','2021-01-18 01:55:21','2021-01-17 20:55:21'),
(78664,30385,'action started via WP Cron','2021-01-18 01:56:13','2021-01-17 20:56:13'),
(78665,30385,'action complete via WP Cron','2021-01-18 01:56:13','2021-01-17 20:56:13'),
(78666,30386,'action created','2021-01-18 01:56:13','2021-01-17 20:56:13'),
(78667,30386,'action started via WP Cron','2021-01-18 01:57:45','2021-01-17 20:57:45'),
(78668,30386,'action complete via WP Cron','2021-01-18 01:57:45','2021-01-17 20:57:45'),
(78669,30387,'action created','2021-01-18 01:57:45','2021-01-17 20:57:45'),
(78670,30387,'action started via WP Cron','2021-01-18 01:58:14','2021-01-17 20:58:14'),
(78671,30387,'action complete via WP Cron','2021-01-18 01:58:14','2021-01-17 20:58:14'),
(78672,30388,'action created','2021-01-18 01:58:14','2021-01-17 20:58:14'),
(78673,30388,'action started via WP Cron','2021-01-18 02:00:14','2021-01-17 21:00:14'),
(78674,30388,'action complete via WP Cron','2021-01-18 02:00:14','2021-01-17 21:00:14'),
(78675,30389,'action created','2021-01-18 02:00:14','2021-01-17 21:00:14'),
(78676,30389,'action started via WP Cron','2021-01-18 02:01:18','2021-01-17 21:01:18'),
(78677,30389,'action complete via WP Cron','2021-01-18 02:01:18','2021-01-17 21:01:18'),
(78678,30390,'action created','2021-01-18 02:01:18','2021-01-17 21:01:18'),
(78679,30390,'action started via WP Cron','2021-01-18 02:02:13','2021-01-17 21:02:13'),
(78680,30390,'action complete via WP Cron','2021-01-18 02:02:13','2021-01-17 21:02:13'),
(78681,30391,'action created','2021-01-18 02:02:13','2021-01-17 21:02:13'),
(78682,30391,'action started via WP Cron','2021-01-18 02:03:37','2021-01-17 21:03:37'),
(78683,30391,'action complete via WP Cron','2021-01-18 02:03:37','2021-01-17 21:03:37'),
(78684,30392,'action created','2021-01-18 02:03:37','2021-01-17 21:03:37'),
(78685,30392,'action started via WP Cron','2021-01-18 02:04:11','2021-01-17 21:04:11'),
(78686,30392,'action complete via WP Cron','2021-01-18 02:04:11','2021-01-17 21:04:11'),
(78687,30393,'action created','2021-01-18 02:04:11','2021-01-17 21:04:11'),
(78688,30393,'action started via WP Cron','2021-01-18 02:05:42','2021-01-17 21:05:42'),
(78689,30393,'action complete via WP Cron','2021-01-18 02:05:42','2021-01-17 21:05:42'),
(78690,30394,'action created','2021-01-18 02:05:42','2021-01-17 21:05:42'),
(78691,30394,'action started via WP Cron','2021-01-18 02:06:26','2021-01-17 21:06:26'),
(78692,30394,'action complete via WP Cron','2021-01-18 02:06:26','2021-01-17 21:06:26'),
(78693,30395,'action created','2021-01-18 02:06:26','2021-01-17 21:06:26'),
(78694,30395,'action started via WP Cron','2021-01-18 02:07:15','2021-01-17 21:07:15'),
(78695,30395,'action complete via WP Cron','2021-01-18 02:07:15','2021-01-17 21:07:15'),
(78696,30396,'action created','2021-01-18 02:07:15','2021-01-17 21:07:15'),
(78697,30396,'action started via WP Cron','2021-01-18 02:09:54','2021-01-17 21:09:54'),
(78698,30396,'action complete via WP Cron','2021-01-18 02:09:54','2021-01-17 21:09:54'),
(78699,30397,'action created','2021-01-18 02:09:54','2021-01-17 21:09:54'),
(78700,30397,'action started via WP Cron','2021-01-18 02:10:27','2021-01-17 21:10:27'),
(78701,30397,'action complete via WP Cron','2021-01-18 02:10:27','2021-01-17 21:10:27'),
(78702,30398,'action created','2021-01-18 02:10:27','2021-01-17 21:10:27'),
(78703,30398,'action started via WP Cron','2021-01-18 02:11:24','2021-01-17 21:11:24'),
(78704,30398,'action complete via WP Cron','2021-01-18 02:11:24','2021-01-17 21:11:24'),
(78705,30399,'action created','2021-01-18 02:11:24','2021-01-17 21:11:24'),
(78706,30399,'action started via WP Cron','2021-01-18 02:12:23','2021-01-17 21:12:23'),
(78707,30399,'action complete via WP Cron','2021-01-18 02:12:23','2021-01-17 21:12:23'),
(78708,30400,'action created','2021-01-18 02:12:23','2021-01-17 21:12:23'),
(78709,30400,'action started via WP Cron','2021-01-18 02:13:14','2021-01-17 21:13:14'),
(78710,30400,'action complete via WP Cron','2021-01-18 02:13:14','2021-01-17 21:13:14'),
(78711,30401,'action created','2021-01-18 02:13:14','2021-01-17 21:13:14'),
(78712,30401,'action started via WP Cron','2021-01-18 02:14:36','2021-01-17 21:14:36'),
(78713,30401,'action complete via WP Cron','2021-01-18 02:14:36','2021-01-17 21:14:36'),
(78714,30402,'action created','2021-01-18 02:14:36','2021-01-17 21:14:36'),
(78715,30402,'action started via WP Cron','2021-01-18 02:15:44','2021-01-17 21:15:44'),
(78716,30402,'action complete via WP Cron','2021-01-18 02:15:44','2021-01-17 21:15:44'),
(78717,30403,'action created','2021-01-18 02:15:44','2021-01-17 21:15:44'),
(78718,30403,'action started via WP Cron','2021-01-18 02:16:41','2021-01-17 21:16:41'),
(78719,30403,'action complete via WP Cron','2021-01-18 02:16:41','2021-01-17 21:16:41'),
(78720,30404,'action created','2021-01-18 02:16:41','2021-01-17 21:16:41'),
(78721,30404,'action started via WP Cron','2021-01-18 02:17:12','2021-01-17 21:17:12'),
(78722,30404,'action complete via WP Cron','2021-01-18 02:17:13','2021-01-17 21:17:13'),
(78723,30405,'action created','2021-01-18 02:17:13','2021-01-17 21:17:13'),
(78724,30405,'action started via WP Cron','2021-01-18 02:19:23','2021-01-17 21:19:23'),
(78725,30405,'action complete via WP Cron','2021-01-18 02:19:23','2021-01-17 21:19:23'),
(78726,30406,'action created','2021-01-18 02:19:23','2021-01-17 21:19:23'),
(78727,30406,'action started via WP Cron','2021-01-18 02:20:12','2021-01-17 21:20:12'),
(78728,30406,'action complete via WP Cron','2021-01-18 02:20:12','2021-01-17 21:20:12'),
(78729,30407,'action created','2021-01-18 02:20:12','2021-01-17 21:20:12'),
(78730,30407,'action started via WP Cron','2021-01-18 02:21:43','2021-01-17 21:21:43'),
(78731,30407,'action complete via WP Cron','2021-01-18 02:21:43','2021-01-17 21:21:43'),
(78732,30408,'action created','2021-01-18 02:21:43','2021-01-17 21:21:43'),
(78733,30408,'action started via WP Cron','2021-01-18 02:22:27','2021-01-17 21:22:27'),
(78734,30408,'action complete via WP Cron','2021-01-18 02:22:27','2021-01-17 21:22:27'),
(78735,30409,'action created','2021-01-18 02:22:27','2021-01-17 21:22:27'),
(78736,30409,'action started via WP Cron','2021-01-18 02:23:34','2021-01-17 21:23:34'),
(78737,30409,'action complete via WP Cron','2021-01-18 02:23:34','2021-01-17 21:23:34'),
(78738,30410,'action created','2021-01-18 02:23:34','2021-01-17 21:23:34'),
(78739,30410,'action started via WP Cron','2021-01-18 02:24:53','2021-01-17 21:24:53'),
(78740,30410,'action complete via WP Cron','2021-01-18 02:24:53','2021-01-17 21:24:53'),
(78741,30411,'action created','2021-01-18 02:24:54','2021-01-17 21:24:54'),
(78742,30411,'action started via WP Cron','2021-01-18 02:25:33','2021-01-17 21:25:33'),
(78743,30411,'action complete via WP Cron','2021-01-18 02:25:33','2021-01-17 21:25:33'),
(78744,30412,'action created','2021-01-18 02:25:33','2021-01-17 21:25:33'),
(78745,30412,'action started via WP Cron','2021-01-18 02:26:42','2021-01-17 21:26:42'),
(78746,30412,'action complete via WP Cron','2021-01-18 02:26:42','2021-01-17 21:26:42'),
(78747,30413,'action created','2021-01-18 02:26:42','2021-01-17 21:26:42'),
(78748,30413,'action started via WP Cron','2021-01-18 02:28:02','2021-01-17 21:28:02'),
(78749,30413,'action complete via WP Cron','2021-01-18 02:28:02','2021-01-17 21:28:02'),
(78750,30414,'action created','2021-01-18 02:28:02','2021-01-17 21:28:02'),
(78751,30414,'action started via WP Cron','2021-01-18 02:29:12','2021-01-17 21:29:12'),
(78752,30414,'action complete via WP Cron','2021-01-18 02:29:12','2021-01-17 21:29:12'),
(78753,30415,'action created','2021-01-18 02:29:12','2021-01-17 21:29:12'),
(78754,30415,'action started via WP Cron','2021-01-18 02:32:38','2021-01-17 21:32:38'),
(78755,30415,'action complete via WP Cron','2021-01-18 02:32:38','2021-01-17 21:32:38'),
(78756,30416,'action created','2021-01-18 02:32:38','2021-01-17 21:32:38'),
(78757,30416,'action started via WP Cron','2021-01-18 02:33:15','2021-01-17 21:33:15'),
(78758,30416,'action complete via WP Cron','2021-01-18 02:33:15','2021-01-17 21:33:15'),
(78759,30417,'action created','2021-01-18 02:33:15','2021-01-17 21:33:15'),
(78760,30417,'action started via WP Cron','2021-01-18 02:34:28','2021-01-17 21:34:28'),
(78761,30417,'action complete via WP Cron','2021-01-18 02:34:28','2021-01-17 21:34:28'),
(78762,30418,'action created','2021-01-18 02:34:28','2021-01-17 21:34:28'),
(78763,30418,'action started via WP Cron','2021-01-18 02:35:23','2021-01-17 21:35:23'),
(78764,30418,'action complete via WP Cron','2021-01-18 02:35:23','2021-01-17 21:35:23'),
(78765,30419,'action created','2021-01-18 02:35:23','2021-01-17 21:35:23'),
(78766,30419,'action started via WP Cron','2021-01-18 02:36:23','2021-01-17 21:36:23'),
(78767,30419,'action complete via WP Cron','2021-01-18 02:36:23','2021-01-17 21:36:23'),
(78768,30420,'action created','2021-01-18 02:36:23','2021-01-17 21:36:23'),
(78769,30420,'action started via WP Cron','2021-01-18 02:37:21','2021-01-17 21:37:21'),
(78770,30420,'action complete via WP Cron','2021-01-18 02:37:21','2021-01-17 21:37:21'),
(78771,30421,'action created','2021-01-18 02:37:21','2021-01-17 21:37:21'),
(78772,30421,'action started via WP Cron','2021-01-18 02:38:14','2021-01-17 21:38:14'),
(78773,30421,'action complete via WP Cron','2021-01-18 02:38:14','2021-01-17 21:38:14'),
(78774,30422,'action created','2021-01-18 02:38:14','2021-01-17 21:38:14'),
(78775,30422,'action started via WP Cron','2021-01-18 02:41:00','2021-01-17 21:41:00'),
(78776,30422,'action complete via WP Cron','2021-01-18 02:41:00','2021-01-17 21:41:00'),
(78777,30423,'action created','2021-01-18 02:41:00','2021-01-17 21:41:00'),
(78778,30423,'action started via WP Cron','2021-01-18 02:42:39','2021-01-17 21:42:39'),
(78779,30423,'action complete via WP Cron','2021-01-18 02:42:39','2021-01-17 21:42:39'),
(78780,30424,'action created','2021-01-18 02:42:39','2021-01-17 21:42:39'),
(78781,30424,'action started via WP Cron','2021-01-18 02:43:31','2021-01-17 21:43:31'),
(78782,30424,'action complete via WP Cron','2021-01-18 02:43:31','2021-01-17 21:43:31'),
(78783,30425,'action created','2021-01-18 02:43:31','2021-01-17 21:43:31'),
(78784,30425,'action started via WP Cron','2021-01-18 02:44:33','2021-01-17 21:44:33'),
(78785,30425,'action complete via WP Cron','2021-01-18 02:44:33','2021-01-17 21:44:33'),
(78786,30426,'action created','2021-01-18 02:44:33','2021-01-17 21:44:33'),
(78787,30426,'action started via WP Cron','2021-01-18 02:46:02','2021-01-17 21:46:02'),
(78788,30426,'action complete via WP Cron','2021-01-18 02:46:02','2021-01-17 21:46:02'),
(78789,30427,'action created','2021-01-18 02:46:02','2021-01-17 21:46:02'),
(78790,30427,'action started via WP Cron','2021-01-18 02:46:30','2021-01-17 21:46:30'),
(78791,30427,'action complete via WP Cron','2021-01-18 02:46:30','2021-01-17 21:46:30'),
(78792,30428,'action created','2021-01-18 02:46:30','2021-01-17 21:46:30'),
(78793,30428,'action started via WP Cron','2021-01-18 02:47:15','2021-01-17 21:47:15'),
(78794,30428,'action complete via WP Cron','2021-01-18 02:47:15','2021-01-17 21:47:15'),
(78795,30429,'action created','2021-01-18 02:47:16','2021-01-17 21:47:16'),
(78796,30429,'action started via WP Cron','2021-01-18 02:48:21','2021-01-17 21:48:21'),
(78797,30429,'action complete via WP Cron','2021-01-18 02:48:21','2021-01-17 21:48:21'),
(78798,30430,'action created','2021-01-18 02:48:21','2021-01-17 21:48:21'),
(78799,30430,'action started via WP Cron','2021-01-18 02:49:24','2021-01-17 21:49:24'),
(78800,30430,'action complete via WP Cron','2021-01-18 02:49:24','2021-01-17 21:49:24'),
(78801,30431,'action created','2021-01-18 02:49:24','2021-01-17 21:49:24'),
(78802,30431,'action started via WP Cron','2021-01-18 02:50:23','2021-01-17 21:50:23'),
(78803,30431,'action complete via WP Cron','2021-01-18 02:50:23','2021-01-17 21:50:23'),
(78804,30432,'action created','2021-01-18 02:50:23','2021-01-17 21:50:23'),
(78805,30432,'action started via WP Cron','2021-01-18 02:52:24','2021-01-17 21:52:24'),
(78806,30432,'action complete via WP Cron','2021-01-18 02:52:24','2021-01-17 21:52:24'),
(78807,30433,'action created','2021-01-18 02:52:24','2021-01-17 21:52:24'),
(78808,30433,'action started via WP Cron','2021-01-18 02:53:17','2021-01-17 21:53:17'),
(78809,30433,'action complete via WP Cron','2021-01-18 02:53:17','2021-01-17 21:53:17'),
(78810,30434,'action created','2021-01-18 02:53:17','2021-01-17 21:53:17'),
(78811,30434,'action started via WP Cron','2021-01-18 02:54:13','2021-01-17 21:54:13'),
(78812,30434,'action complete via WP Cron','2021-01-18 02:54:13','2021-01-17 21:54:13'),
(78813,30435,'action created','2021-01-18 02:54:13','2021-01-17 21:54:13'),
(78814,30435,'action started via WP Cron','2021-01-18 02:56:33','2021-01-17 21:56:33'),
(78815,30435,'action complete via WP Cron','2021-01-18 02:56:33','2021-01-17 21:56:33'),
(78816,30436,'action created','2021-01-18 02:56:33','2021-01-17 21:56:33'),
(78817,30436,'action started via WP Cron','2021-01-18 02:57:17','2021-01-17 21:57:17'),
(78818,30436,'action complete via WP Cron','2021-01-18 02:57:17','2021-01-17 21:57:17'),
(78819,30437,'action created','2021-01-18 02:57:17','2021-01-17 21:57:17'),
(78820,30437,'action started via WP Cron','2021-01-18 02:58:43','2021-01-17 21:58:43'),
(78821,30437,'action complete via WP Cron','2021-01-18 02:58:43','2021-01-17 21:58:43'),
(78822,30438,'action created','2021-01-18 02:58:43','2021-01-17 21:58:43'),
(78823,30438,'action started via WP Cron','2021-01-18 02:59:57','2021-01-17 21:59:57'),
(78824,30438,'action complete via WP Cron','2021-01-18 02:59:57','2021-01-17 21:59:57'),
(78825,30439,'action created','2021-01-18 02:59:57','2021-01-17 21:59:57'),
(78826,30439,'action started via WP Cron','2021-01-18 03:01:53','2021-01-17 22:01:53'),
(78827,30439,'action complete via WP Cron','2021-01-18 03:01:53','2021-01-17 22:01:53'),
(78828,30440,'action created','2021-01-18 03:01:53','2021-01-17 22:01:53'),
(78829,30440,'action started via WP Cron','2021-01-18 03:02:32','2021-01-17 22:02:32'),
(78830,30440,'action complete via WP Cron','2021-01-18 03:02:32','2021-01-17 22:02:32'),
(78831,30441,'action created','2021-01-18 03:02:32','2021-01-17 22:02:32'),
(78832,30441,'action started via WP Cron','2021-01-18 03:03:18','2021-01-17 22:03:18'),
(78833,30441,'action complete via WP Cron','2021-01-18 03:03:18','2021-01-17 22:03:18'),
(78834,30442,'action created','2021-01-18 03:03:18','2021-01-17 22:03:18'),
(78835,30442,'action started via WP Cron','2021-01-18 03:04:26','2021-01-17 22:04:26'),
(78836,30442,'action complete via WP Cron','2021-01-18 03:04:26','2021-01-17 22:04:26'),
(78837,30443,'action created','2021-01-18 03:04:26','2021-01-17 22:04:26'),
(78838,30443,'action started via WP Cron','2021-01-18 03:05:14','2021-01-17 22:05:14'),
(78839,30443,'action complete via WP Cron','2021-01-18 03:05:14','2021-01-17 22:05:14'),
(78840,30444,'action created','2021-01-18 03:05:14','2021-01-17 22:05:14'),
(78841,30444,'action started via WP Cron','2021-01-18 03:06:51','2021-01-17 22:06:51'),
(78842,30444,'action complete via WP Cron','2021-01-18 03:06:51','2021-01-17 22:06:51'),
(78843,30445,'action created','2021-01-18 03:06:51','2021-01-17 22:06:51'),
(78844,30445,'action started via WP Cron','2021-01-18 03:07:14','2021-01-17 22:07:14'),
(78845,30445,'action complete via WP Cron','2021-01-18 03:07:14','2021-01-17 22:07:14'),
(78846,30446,'action created','2021-01-18 03:07:14','2021-01-17 22:07:14'),
(78847,30446,'action started via WP Cron','2021-01-18 03:08:21','2021-01-17 22:08:21'),
(78848,30446,'action complete via WP Cron','2021-01-18 03:08:21','2021-01-17 22:08:21'),
(78849,30447,'action created','2021-01-18 03:08:21','2021-01-17 22:08:21'),
(78850,30447,'action started via WP Cron','2021-01-18 03:09:35','2021-01-17 22:09:35'),
(78851,30447,'action complete via WP Cron','2021-01-18 03:09:35','2021-01-17 22:09:35'),
(78852,30448,'action created','2021-01-18 03:09:35','2021-01-17 22:09:35'),
(78853,30448,'action started via WP Cron','2021-01-18 03:10:41','2021-01-17 22:10:41'),
(78854,30448,'action complete via WP Cron','2021-01-18 03:10:41','2021-01-17 22:10:41'),
(78855,30449,'action created','2021-01-18 03:10:41','2021-01-17 22:10:41'),
(78856,30449,'action started via WP Cron','2021-01-18 03:11:12','2021-01-17 22:11:12'),
(78857,30449,'action complete via WP Cron','2021-01-18 03:11:12','2021-01-17 22:11:12'),
(78858,30450,'action created','2021-01-18 03:11:14','2021-01-17 22:11:14'),
(78859,30450,'action started via WP Cron','2021-01-18 03:12:21','2021-01-17 22:12:21'),
(78860,30450,'action complete via WP Cron','2021-01-18 03:12:21','2021-01-17 22:12:21'),
(78861,30451,'action created','2021-01-18 03:12:21','2021-01-17 22:12:21'),
(78862,30451,'action started via WP Cron','2021-01-18 03:13:37','2021-01-17 22:13:37'),
(78863,30451,'action complete via WP Cron','2021-01-18 03:13:37','2021-01-17 22:13:37'),
(78864,30452,'action created','2021-01-18 03:13:37','2021-01-17 22:13:37'),
(78865,30452,'action started via WP Cron','2021-01-18 03:14:21','2021-01-17 22:14:21'),
(78866,30452,'action complete via WP Cron','2021-01-18 03:14:21','2021-01-17 22:14:21'),
(78867,30453,'action created','2021-01-18 03:14:21','2021-01-17 22:14:21'),
(78868,30453,'action started via WP Cron','2021-01-18 03:15:31','2021-01-17 22:15:31'),
(78869,30453,'action complete via WP Cron','2021-01-18 03:15:31','2021-01-17 22:15:31'),
(78870,30454,'action created','2021-01-18 03:15:31','2021-01-17 22:15:31'),
(78871,30454,'action started via WP Cron','2021-01-18 03:16:14','2021-01-17 22:16:14'),
(78872,30454,'action complete via WP Cron','2021-01-18 03:16:14','2021-01-17 22:16:14'),
(78873,30455,'action created','2021-01-18 03:16:14','2021-01-17 22:16:14'),
(78874,30455,'action started via WP Cron','2021-01-18 03:17:16','2021-01-17 22:17:16'),
(78875,30455,'action complete via WP Cron','2021-01-18 03:17:16','2021-01-17 22:17:16'),
(78876,30456,'action created','2021-01-18 03:17:16','2021-01-17 22:17:16'),
(78877,30456,'action started via WP Cron','2021-01-18 03:18:13','2021-01-17 22:18:13'),
(78878,30456,'action complete via WP Cron','2021-01-18 03:18:13','2021-01-17 22:18:13'),
(78879,30457,'action created','2021-01-18 03:18:13','2021-01-17 22:18:13'),
(78880,30457,'action started via WP Cron','2021-01-18 03:19:23','2021-01-17 22:19:23'),
(78881,30457,'action complete via WP Cron','2021-01-18 03:19:23','2021-01-17 22:19:23'),
(78882,30458,'action created','2021-01-18 03:19:23','2021-01-17 22:19:23'),
(78883,30458,'action started via WP Cron','2021-01-18 03:20:16','2021-01-17 22:20:16'),
(78884,30458,'action complete via WP Cron','2021-01-18 03:20:16','2021-01-17 22:20:16'),
(78885,30459,'action created','2021-01-18 03:20:16','2021-01-17 22:20:16'),
(78886,30459,'action started via WP Cron','2021-01-18 03:21:15','2021-01-17 22:21:15'),
(78887,30459,'action complete via WP Cron','2021-01-18 03:21:15','2021-01-17 22:21:15'),
(78888,30460,'action created','2021-01-18 03:21:15','2021-01-17 22:21:15'),
(78889,30460,'action started via WP Cron','2021-01-18 03:22:18','2021-01-17 22:22:18'),
(78890,30460,'action complete via WP Cron','2021-01-18 03:22:18','2021-01-17 22:22:18'),
(78891,30461,'action created','2021-01-18 03:22:18','2021-01-17 22:22:18'),
(78892,30461,'action started via WP Cron','2021-01-18 03:23:20','2021-01-17 22:23:20'),
(78893,30461,'action complete via WP Cron','2021-01-18 03:23:20','2021-01-17 22:23:20'),
(78894,30462,'action created','2021-01-18 03:23:20','2021-01-17 22:23:20'),
(78895,30462,'action started via WP Cron','2021-01-18 03:24:23','2021-01-17 22:24:23'),
(78896,30462,'action complete via WP Cron','2021-01-18 03:24:23','2021-01-17 22:24:23'),
(78897,30463,'action created','2021-01-18 03:24:23','2021-01-17 22:24:23'),
(78898,30463,'action started via WP Cron','2021-01-18 03:25:40','2021-01-17 22:25:40'),
(78899,30463,'action complete via WP Cron','2021-01-18 03:25:41','2021-01-17 22:25:41'),
(78900,30464,'action created','2021-01-18 03:25:41','2021-01-17 22:25:41'),
(78901,30464,'action started via WP Cron','2021-01-18 03:26:33','2021-01-17 22:26:33'),
(78902,30464,'action complete via WP Cron','2021-01-18 03:26:33','2021-01-17 22:26:33'),
(78903,30465,'action created','2021-01-18 03:26:33','2021-01-17 22:26:33'),
(78904,30465,'action started via WP Cron','2021-01-18 03:27:13','2021-01-17 22:27:13'),
(78905,30465,'action complete via WP Cron','2021-01-18 03:27:13','2021-01-17 22:27:13'),
(78906,30466,'action created','2021-01-18 03:27:14','2021-01-17 22:27:14'),
(78907,30466,'action started via WP Cron','2021-01-18 03:28:15','2021-01-17 22:28:15'),
(78908,30466,'action complete via WP Cron','2021-01-18 03:28:15','2021-01-17 22:28:15'),
(78909,30467,'action created','2021-01-18 03:28:15','2021-01-17 22:28:15'),
(78910,30467,'action started via WP Cron','2021-01-18 03:29:26','2021-01-17 22:29:26'),
(78911,30467,'action complete via WP Cron','2021-01-18 03:29:26','2021-01-17 22:29:26'),
(78912,30468,'action created','2021-01-18 03:29:26','2021-01-17 22:29:26'),
(78913,30468,'action started via WP Cron','2021-01-18 03:30:29','2021-01-17 22:30:29'),
(78914,30468,'action complete via WP Cron','2021-01-18 03:30:29','2021-01-17 22:30:29'),
(78915,30469,'action created','2021-01-18 03:30:29','2021-01-17 22:30:29'),
(78916,30469,'action started via WP Cron','2021-01-18 03:32:28','2021-01-17 22:32:28'),
(78917,30469,'action complete via WP Cron','2021-01-18 03:32:28','2021-01-17 22:32:28'),
(78918,30470,'action created','2021-01-18 03:32:28','2021-01-17 22:32:28'),
(78919,30470,'action started via WP Cron','2021-01-18 03:33:22','2021-01-17 22:33:22'),
(78920,30470,'action complete via WP Cron','2021-01-18 03:33:22','2021-01-17 22:33:22'),
(78921,30471,'action created','2021-01-18 03:33:22','2021-01-17 22:33:22'),
(78922,30471,'action started via WP Cron','2021-01-18 03:34:40','2021-01-17 22:34:40'),
(78923,30471,'action complete via WP Cron','2021-01-18 03:34:40','2021-01-17 22:34:40'),
(78924,30472,'action created','2021-01-18 03:34:40','2021-01-17 22:34:40'),
(78925,30472,'action started via WP Cron','2021-01-18 03:35:14','2021-01-17 22:35:14'),
(78926,30472,'action complete via WP Cron','2021-01-18 03:35:14','2021-01-17 22:35:14'),
(78927,30473,'action created','2021-01-18 03:35:14','2021-01-17 22:35:14'),
(78928,30473,'action started via WP Cron','2021-01-18 03:36:57','2021-01-17 22:36:57'),
(78929,30473,'action complete via WP Cron','2021-01-18 03:36:57','2021-01-17 22:36:57'),
(78930,30474,'action created','2021-01-18 03:36:57','2021-01-17 22:36:57'),
(78931,30474,'action started via WP Cron','2021-01-18 03:37:19','2021-01-17 22:37:19'),
(78932,30474,'action complete via WP Cron','2021-01-18 03:37:19','2021-01-17 22:37:19'),
(78933,30475,'action created','2021-01-18 03:37:19','2021-01-17 22:37:19'),
(78934,30475,'action started via WP Cron','2021-01-18 03:38:13','2021-01-17 22:38:13'),
(78935,30475,'action complete via WP Cron','2021-01-18 03:38:13','2021-01-17 22:38:13'),
(78936,30476,'action created','2021-01-18 03:38:13','2021-01-17 22:38:13'),
(78937,30476,'action started via WP Cron','2021-01-18 03:39:48','2021-01-17 22:39:48'),
(78938,30476,'action complete via WP Cron','2021-01-18 03:39:48','2021-01-17 22:39:48'),
(78939,30477,'action created','2021-01-18 03:39:48','2021-01-17 22:39:48'),
(78940,30477,'action started via WP Cron','2021-01-18 03:41:33','2021-01-17 22:41:33'),
(78941,30477,'action complete via WP Cron','2021-01-18 03:41:33','2021-01-17 22:41:33'),
(78942,30478,'action created','2021-01-18 03:41:33','2021-01-17 22:41:33'),
(78943,30478,'action started via WP Cron','2021-01-18 03:42:14','2021-01-17 22:42:14'),
(78944,30478,'action complete via WP Cron','2021-01-18 03:42:14','2021-01-17 22:42:14'),
(78945,30479,'action created','2021-01-18 03:42:15','2021-01-17 22:42:15'),
(78946,30479,'action started via WP Cron','2021-01-18 03:43:18','2021-01-17 22:43:18'),
(78947,30479,'action complete via WP Cron','2021-01-18 03:43:18','2021-01-17 22:43:18'),
(78948,30480,'action created','2021-01-18 03:43:18','2021-01-17 22:43:18'),
(78949,30480,'action started via WP Cron','2021-01-18 03:44:23','2021-01-17 22:44:23'),
(78950,30480,'action complete via WP Cron','2021-01-18 03:44:23','2021-01-17 22:44:23'),
(78951,30481,'action created','2021-01-18 03:44:23','2021-01-17 22:44:23'),
(78952,30481,'action started via WP Cron','2021-01-18 03:45:20','2021-01-17 22:45:20'),
(78953,30481,'action complete via WP Cron','2021-01-18 03:45:20','2021-01-17 22:45:20'),
(78954,30482,'action created','2021-01-18 03:45:20','2021-01-17 22:45:20'),
(78955,30482,'action started via WP Cron','2021-01-18 03:46:25','2021-01-17 22:46:25'),
(78956,30482,'action complete via WP Cron','2021-01-18 03:46:25','2021-01-17 22:46:25'),
(78957,30483,'action created','2021-01-18 03:46:25','2021-01-17 22:46:25'),
(78958,30483,'action started via WP Cron','2021-01-18 03:50:03','2021-01-17 22:50:03'),
(78959,30483,'action complete via WP Cron','2021-01-18 03:50:03','2021-01-17 22:50:03'),
(78960,30484,'action created','2021-01-18 03:50:03','2021-01-17 22:50:03'),
(78961,30484,'action started via WP Cron','2021-01-18 03:50:54','2021-01-17 22:50:54'),
(78962,30484,'action complete via WP Cron','2021-01-18 03:50:54','2021-01-17 22:50:54'),
(78963,30485,'action created','2021-01-18 03:50:54','2021-01-17 22:50:54'),
(78964,30485,'action started via WP Cron','2021-01-18 03:51:21','2021-01-17 22:51:21'),
(78965,30485,'action complete via WP Cron','2021-01-18 03:51:21','2021-01-17 22:51:21'),
(78966,30486,'action created','2021-01-18 03:51:21','2021-01-17 22:51:21'),
(78967,30486,'action started via WP Cron','2021-01-18 03:52:54','2021-01-17 22:52:54'),
(78968,30486,'action complete via WP Cron','2021-01-18 03:52:54','2021-01-17 22:52:54'),
(78969,30487,'action created','2021-01-18 03:52:54','2021-01-17 22:52:54'),
(78970,30487,'action started via WP Cron','2021-01-18 03:53:17','2021-01-17 22:53:17'),
(78971,30487,'action complete via WP Cron','2021-01-18 03:53:17','2021-01-17 22:53:17'),
(78972,30488,'action created','2021-01-18 03:53:17','2021-01-17 22:53:17'),
(78973,30488,'action started via WP Cron','2021-01-18 03:54:30','2021-01-17 22:54:30'),
(78974,30488,'action complete via WP Cron','2021-01-18 03:54:30','2021-01-17 22:54:30'),
(78975,30489,'action created','2021-01-18 03:54:31','2021-01-17 22:54:31'),
(78976,30489,'action started via WP Cron','2021-01-18 03:56:04','2021-01-17 22:56:04'),
(78977,30489,'action complete via WP Cron','2021-01-18 03:56:04','2021-01-17 22:56:04'),
(78978,30490,'action created','2021-01-18 03:56:04','2021-01-17 22:56:04'),
(78979,30490,'action started via WP Cron','2021-01-18 03:56:52','2021-01-17 22:56:52'),
(78980,30490,'action complete via WP Cron','2021-01-18 03:56:52','2021-01-17 22:56:52'),
(78981,30491,'action created','2021-01-18 03:56:52','2021-01-17 22:56:52'),
(78982,30491,'action started via WP Cron','2021-01-18 03:57:36','2021-01-17 22:57:36'),
(78983,30491,'action complete via WP Cron','2021-01-18 03:57:36','2021-01-17 22:57:36'),
(78984,30492,'action created','2021-01-18 03:57:36','2021-01-17 22:57:36'),
(78985,30492,'action started via WP Cron','2021-01-18 03:58:15','2021-01-17 22:58:15'),
(78986,30492,'action complete via WP Cron','2021-01-18 03:58:15','2021-01-17 22:58:15'),
(78987,30493,'action created','2021-01-18 03:58:15','2021-01-17 22:58:15'),
(78988,30493,'action started via WP Cron','2021-01-18 03:59:12','2021-01-17 22:59:12'),
(78989,30493,'action complete via WP Cron','2021-01-18 03:59:12','2021-01-17 22:59:12'),
(78990,30494,'action created','2021-01-18 03:59:12','2021-01-17 22:59:12'),
(78991,30494,'action started via WP Cron','2021-01-18 04:00:12','2021-01-17 23:00:12'),
(78992,30494,'action complete via WP Cron','2021-01-18 04:00:12','2021-01-17 23:00:12'),
(78993,30495,'action created','2021-01-18 04:00:12','2021-01-17 23:00:12'),
(78994,30495,'action started via WP Cron','2021-01-18 04:01:39','2021-01-17 23:01:39'),
(78995,30495,'action complete via WP Cron','2021-01-18 04:01:39','2021-01-17 23:01:39'),
(78996,30496,'action created','2021-01-18 04:01:39','2021-01-17 23:01:39'),
(78997,30496,'action started via WP Cron','2021-01-18 04:02:56','2021-01-17 23:02:56'),
(78998,30496,'action complete via WP Cron','2021-01-18 04:02:56','2021-01-17 23:02:56'),
(78999,30497,'action created','2021-01-18 04:02:56','2021-01-17 23:02:56'),
(79000,30497,'action started via WP Cron','2021-01-18 04:03:21','2021-01-17 23:03:21'),
(79001,30497,'action complete via WP Cron','2021-01-18 04:03:21','2021-01-17 23:03:21'),
(79002,30498,'action created','2021-01-18 04:03:21','2021-01-17 23:03:21'),
(79003,30498,'action started via WP Cron','2021-01-18 04:04:30','2021-01-17 23:04:30'),
(79004,30498,'action complete via WP Cron','2021-01-18 04:04:30','2021-01-17 23:04:30'),
(79005,30499,'action created','2021-01-18 04:04:30','2021-01-17 23:04:30'),
(79006,30499,'action started via WP Cron','2021-01-18 04:05:21','2021-01-17 23:05:21'),
(79007,30499,'action complete via WP Cron','2021-01-18 04:05:21','2021-01-17 23:05:21'),
(79008,30500,'action created','2021-01-18 04:05:21','2021-01-17 23:05:21'),
(79009,30500,'action started via WP Cron','2021-01-18 04:06:35','2021-01-17 23:06:35'),
(79010,30500,'action complete via WP Cron','2021-01-18 04:06:35','2021-01-17 23:06:35'),
(79011,30501,'action created','2021-01-18 04:06:35','2021-01-17 23:06:35'),
(79012,30501,'action started via WP Cron','2021-01-18 04:07:35','2021-01-17 23:07:35'),
(79013,30501,'action complete via WP Cron','2021-01-18 04:07:35','2021-01-17 23:07:35'),
(79014,30502,'action created','2021-01-18 04:07:35','2021-01-17 23:07:35'),
(79015,30502,'action started via WP Cron','2021-01-18 04:08:21','2021-01-17 23:08:21'),
(79016,30502,'action complete via WP Cron','2021-01-18 04:08:21','2021-01-17 23:08:21'),
(79017,30503,'action created','2021-01-18 04:08:21','2021-01-17 23:08:21'),
(79018,30503,'action started via WP Cron','2021-01-18 04:09:28','2021-01-17 23:09:28'),
(79019,30503,'action complete via WP Cron','2021-01-18 04:09:28','2021-01-17 23:09:28'),
(79020,30504,'action created','2021-01-18 04:09:28','2021-01-17 23:09:28'),
(79021,30504,'action started via WP Cron','2021-01-18 04:10:15','2021-01-17 23:10:15'),
(79022,30504,'action complete via WP Cron','2021-01-18 04:10:15','2021-01-17 23:10:15'),
(79023,30505,'action created','2021-01-18 04:10:15','2021-01-17 23:10:15'),
(79024,30505,'action started via WP Cron','2021-01-18 04:12:01','2021-01-17 23:12:01'),
(79025,30505,'action complete via WP Cron','2021-01-18 04:12:01','2021-01-17 23:12:01'),
(79026,30506,'action created','2021-01-18 04:12:01','2021-01-17 23:12:01'),
(79027,30506,'action started via WP Cron','2021-01-18 04:12:16','2021-01-17 23:12:16'),
(79028,30506,'action complete via WP Cron','2021-01-18 04:12:16','2021-01-17 23:12:16'),
(79029,30507,'action created','2021-01-18 04:12:16','2021-01-17 23:12:16'),
(79030,30507,'action started via WP Cron','2021-01-18 04:13:37','2021-01-17 23:13:37'),
(79031,30507,'action complete via WP Cron','2021-01-18 04:13:37','2021-01-17 23:13:37'),
(79032,30508,'action created','2021-01-18 04:13:37','2021-01-17 23:13:37'),
(79033,30508,'action started via WP Cron','2021-01-18 04:14:23','2021-01-17 23:14:23'),
(79034,30508,'action complete via WP Cron','2021-01-18 04:14:23','2021-01-17 23:14:23'),
(79035,30509,'action created','2021-01-18 04:14:23','2021-01-17 23:14:23'),
(79036,30509,'action started via WP Cron','2021-01-18 04:15:55','2021-01-17 23:15:55'),
(79037,30509,'action complete via WP Cron','2021-01-18 04:15:55','2021-01-17 23:15:55'),
(79038,30510,'action created','2021-01-18 04:15:55','2021-01-17 23:15:55'),
(79039,30510,'action started via WP Cron','2021-01-18 04:16:15','2021-01-17 23:16:15'),
(79040,30510,'action complete via WP Cron','2021-01-18 04:16:15','2021-01-17 23:16:15'),
(79041,30511,'action created','2021-01-18 04:16:15','2021-01-17 23:16:15'),
(79042,30511,'action started via WP Cron','2021-01-18 04:17:17','2021-01-17 23:17:17'),
(79043,30511,'action complete via WP Cron','2021-01-18 04:17:17','2021-01-17 23:17:17'),
(79044,30512,'action created','2021-01-18 04:17:17','2021-01-17 23:17:17'),
(79045,30512,'action started via WP Cron','2021-01-18 04:18:48','2021-01-17 23:18:48'),
(79046,30512,'action complete via WP Cron','2021-01-18 04:18:48','2021-01-17 23:18:48'),
(79047,30513,'action created','2021-01-18 04:18:48','2021-01-17 23:18:48'),
(79048,30513,'action started via WP Cron','2021-01-18 04:20:06','2021-01-17 23:20:06'),
(79049,30513,'action complete via WP Cron','2021-01-18 04:20:06','2021-01-17 23:20:06'),
(79050,30514,'action created','2021-01-18 04:20:06','2021-01-17 23:20:06'),
(79051,30514,'action started via WP Cron','2021-01-18 04:20:28','2021-01-17 23:20:28'),
(79052,30514,'action complete via WP Cron','2021-01-18 04:20:28','2021-01-17 23:20:28'),
(79053,30515,'action created','2021-01-18 04:20:28','2021-01-17 23:20:28'),
(79054,30515,'action started via WP Cron','2021-01-18 04:21:19','2021-01-17 23:21:19'),
(79055,30515,'action complete via WP Cron','2021-01-18 04:21:19','2021-01-17 23:21:19'),
(79056,30516,'action created','2021-01-18 04:21:19','2021-01-17 23:21:19'),
(79057,30516,'action started via WP Cron','2021-01-18 04:22:34','2021-01-17 23:22:34'),
(79058,30516,'action complete via WP Cron','2021-01-18 04:22:34','2021-01-17 23:22:34'),
(79059,30517,'action created','2021-01-18 04:22:34','2021-01-17 23:22:34'),
(79060,30517,'action started via WP Cron','2021-01-18 04:23:14','2021-01-17 23:23:14'),
(79061,30517,'action complete via WP Cron','2021-01-18 04:23:14','2021-01-17 23:23:14'),
(79062,30518,'action created','2021-01-18 04:23:14','2021-01-17 23:23:14'),
(79063,30518,'action started via WP Cron','2021-01-18 04:27:11','2021-01-17 23:27:11'),
(79064,30518,'action complete via WP Cron','2021-01-18 04:27:11','2021-01-17 23:27:11'),
(79065,30519,'action created','2021-01-18 04:27:11','2021-01-17 23:27:11'),
(79066,30519,'action started via WP Cron','2021-01-18 04:28:50','2021-01-17 23:28:50'),
(79067,30519,'action complete via WP Cron','2021-01-18 04:28:50','2021-01-17 23:28:50'),
(79068,30520,'action created','2021-01-18 04:28:50','2021-01-17 23:28:50'),
(79069,30520,'action started via WP Cron','2021-01-18 04:29:11','2021-01-17 23:29:11'),
(79070,30520,'action complete via WP Cron','2021-01-18 04:29:11','2021-01-17 23:29:11'),
(79071,30521,'action created','2021-01-18 04:29:11','2021-01-17 23:29:11'),
(79072,30521,'action started via WP Cron','2021-01-18 04:30:12','2021-01-17 23:30:12'),
(79073,30521,'action complete via WP Cron','2021-01-18 04:30:12','2021-01-17 23:30:12'),
(79074,30522,'action created','2021-01-18 04:30:12','2021-01-17 23:30:12'),
(79075,30522,'action started via WP Cron','2021-01-18 04:31:17','2021-01-17 23:31:17'),
(79076,30522,'action complete via WP Cron','2021-01-18 04:31:17','2021-01-17 23:31:17'),
(79077,30523,'action created','2021-01-18 04:31:17','2021-01-17 23:31:17'),
(79078,30523,'action started via WP Cron','2021-01-18 04:32:35','2021-01-17 23:32:35'),
(79079,30523,'action complete via WP Cron','2021-01-18 04:32:35','2021-01-17 23:32:35'),
(79080,30524,'action created','2021-01-18 04:32:35','2021-01-17 23:32:35'),
(79081,30524,'action started via WP Cron','2021-01-18 04:33:15','2021-01-17 23:33:15'),
(79082,30524,'action complete via WP Cron','2021-01-18 04:33:15','2021-01-17 23:33:15'),
(79083,30525,'action created','2021-01-18 04:33:15','2021-01-17 23:33:15'),
(79084,30525,'action started via WP Cron','2021-01-18 04:34:12','2021-01-17 23:34:12'),
(79085,30525,'action complete via WP Cron','2021-01-18 04:34:12','2021-01-17 23:34:12'),
(79086,30526,'action created','2021-01-18 04:34:12','2021-01-17 23:34:12'),
(79087,30526,'action started via WP Cron','2021-01-18 04:35:15','2021-01-17 23:35:15'),
(79088,30526,'action complete via WP Cron','2021-01-18 04:35:15','2021-01-17 23:35:15'),
(79089,30527,'action created','2021-01-18 04:35:15','2021-01-17 23:35:15'),
(79090,30527,'action started via WP Cron','2021-01-18 04:37:00','2021-01-17 23:37:00'),
(79091,30527,'action complete via WP Cron','2021-01-18 04:37:00','2021-01-17 23:37:00'),
(79092,30528,'action created','2021-01-18 04:37:01','2021-01-17 23:37:01'),
(79093,30528,'action started via WP Cron','2021-01-18 04:37:53','2021-01-17 23:37:53'),
(79094,30528,'action complete via WP Cron','2021-01-18 04:37:53','2021-01-17 23:37:53'),
(79095,30529,'action created','2021-01-18 04:37:53','2021-01-17 23:37:53'),
(79096,30529,'action started via WP Cron','2021-01-18 04:38:29','2021-01-17 23:38:29'),
(79097,30529,'action complete via WP Cron','2021-01-18 04:38:29','2021-01-17 23:38:29'),
(79098,30530,'action created','2021-01-18 04:38:29','2021-01-17 23:38:29'),
(79099,30530,'action started via WP Cron','2021-01-18 04:40:32','2021-01-17 23:40:32'),
(79100,30530,'action complete via WP Cron','2021-01-18 04:40:32','2021-01-17 23:40:32'),
(79101,30531,'action created','2021-01-18 04:40:32','2021-01-17 23:40:32'),
(79102,30531,'action started via WP Cron','2021-01-18 04:41:53','2021-01-17 23:41:53'),
(79103,30531,'action complete via WP Cron','2021-01-18 04:41:53','2021-01-17 23:41:53'),
(79104,30532,'action created','2021-01-18 04:41:53','2021-01-17 23:41:53'),
(79105,30532,'action started via WP Cron','2021-01-18 04:42:26','2021-01-17 23:42:26'),
(79106,30532,'action complete via WP Cron','2021-01-18 04:42:26','2021-01-17 23:42:26'),
(79107,30533,'action created','2021-01-18 04:42:26','2021-01-17 23:42:26'),
(79108,30533,'action started via WP Cron','2021-01-18 04:43:12','2021-01-17 23:43:12'),
(79109,30533,'action complete via WP Cron','2021-01-18 04:43:12','2021-01-17 23:43:12'),
(79110,30534,'action created','2021-01-18 04:43:13','2021-01-17 23:43:13'),
(79111,30534,'action started via WP Cron','2021-01-18 04:44:23','2021-01-17 23:44:23'),
(79112,30534,'action complete via WP Cron','2021-01-18 04:44:23','2021-01-17 23:44:23'),
(79113,30535,'action created','2021-01-18 04:44:23','2021-01-17 23:44:23'),
(79114,30535,'action started via WP Cron','2021-01-18 04:45:11','2021-01-17 23:45:11'),
(79115,30535,'action complete via WP Cron','2021-01-18 04:45:11','2021-01-17 23:45:11'),
(79116,30536,'action created','2021-01-18 04:45:11','2021-01-17 23:45:11'),
(79117,30536,'action started via WP Cron','2021-01-18 04:46:30','2021-01-17 23:46:30'),
(79118,30536,'action complete via WP Cron','2021-01-18 04:46:30','2021-01-17 23:46:30'),
(79119,30537,'action created','2021-01-18 04:46:30','2021-01-17 23:46:30'),
(79120,30537,'action started via WP Cron','2021-01-18 04:47:24','2021-01-17 23:47:24'),
(79121,30537,'action complete via WP Cron','2021-01-18 04:47:24','2021-01-17 23:47:24'),
(79122,30538,'action created','2021-01-18 04:47:24','2021-01-17 23:47:24'),
(79123,30538,'action started via WP Cron','2021-01-18 04:48:13','2021-01-17 23:48:13'),
(79124,30538,'action complete via WP Cron','2021-01-18 04:48:13','2021-01-17 23:48:13'),
(79125,30539,'action created','2021-01-18 04:48:13','2021-01-17 23:48:13'),
(79126,30539,'action started via WP Cron','2021-01-18 04:49:42','2021-01-17 23:49:42'),
(79127,30539,'action complete via WP Cron','2021-01-18 04:49:42','2021-01-17 23:49:42'),
(79128,30540,'action created','2021-01-18 04:49:42','2021-01-17 23:49:42'),
(79129,30540,'action started via WP Cron','2021-01-18 04:50:35','2021-01-17 23:50:35'),
(79130,30540,'action complete via WP Cron','2021-01-18 04:50:35','2021-01-17 23:50:35'),
(79131,30541,'action created','2021-01-18 04:50:35','2021-01-17 23:50:35'),
(79132,30541,'action started via WP Cron','2021-01-18 04:52:36','2021-01-17 23:52:36'),
(79133,30541,'action complete via WP Cron','2021-01-18 04:52:36','2021-01-17 23:52:36'),
(79134,30542,'action created','2021-01-18 04:52:36','2021-01-17 23:52:36'),
(79135,30542,'action started via WP Cron','2021-01-18 04:53:48','2021-01-17 23:53:48'),
(79136,30542,'action complete via WP Cron','2021-01-18 04:53:48','2021-01-17 23:53:48'),
(79137,30543,'action created','2021-01-18 04:53:48','2021-01-17 23:53:48'),
(79138,30543,'action started via WP Cron','2021-01-18 04:55:14','2021-01-17 23:55:14'),
(79139,30543,'action complete via WP Cron','2021-01-18 04:55:14','2021-01-17 23:55:14'),
(79140,30544,'action created','2021-01-18 04:55:15','2021-01-17 23:55:15'),
(79141,30544,'action started via WP Cron','2021-01-18 04:56:25','2021-01-17 23:56:25'),
(79142,30544,'action complete via WP Cron','2021-01-18 04:56:25','2021-01-17 23:56:25'),
(79143,30545,'action created','2021-01-18 04:56:25','2021-01-17 23:56:25'),
(79144,30545,'action started via WP Cron','2021-01-18 04:57:24','2021-01-17 23:57:24'),
(79145,30545,'action complete via WP Cron','2021-01-18 04:57:24','2021-01-17 23:57:24'),
(79146,30546,'action created','2021-01-18 04:57:24','2021-01-17 23:57:24'),
(79147,30546,'action started via WP Cron','2021-01-18 04:59:35','2021-01-17 23:59:35'),
(79148,30546,'action complete via WP Cron','2021-01-18 04:59:35','2021-01-17 23:59:35'),
(79149,30547,'action created','2021-01-18 04:59:35','2021-01-17 23:59:35'),
(79150,30547,'action started via WP Cron','2021-01-18 05:01:02','2021-01-18 00:01:02'),
(79151,30547,'action complete via WP Cron','2021-01-18 05:01:02','2021-01-18 00:01:02'),
(79152,30548,'action created','2021-01-18 05:01:03','2021-01-18 00:01:03'),
(79153,30548,'action started via WP Cron','2021-01-18 05:01:14','2021-01-18 00:01:14'),
(79154,30548,'action complete via WP Cron','2021-01-18 05:01:14','2021-01-18 00:01:14'),
(79155,30549,'action created','2021-01-18 05:01:15','2021-01-18 00:01:15'),
(79156,30549,'action started via WP Cron','2021-01-18 05:02:21','2021-01-18 00:02:21'),
(79157,30549,'action complete via WP Cron','2021-01-18 05:02:21','2021-01-18 00:02:21'),
(79158,30550,'action created','2021-01-18 05:02:33','2021-01-18 00:02:33'),
(79159,30550,'action started via WP Cron','2021-01-18 05:03:55','2021-01-18 00:03:55'),
(79160,30550,'action complete via WP Cron','2021-01-18 05:03:55','2021-01-18 00:03:55'),
(79161,30551,'action created','2021-01-18 05:03:55','2021-01-18 00:03:55'),
(79162,30551,'action started via WP Cron','2021-01-18 05:04:59','2021-01-18 00:04:59'),
(79163,30551,'action complete via WP Cron','2021-01-18 05:04:59','2021-01-18 00:04:59'),
(79164,30552,'action created','2021-01-18 05:04:59','2021-01-18 00:04:59'),
(79165,30552,'action started via WP Cron','2021-01-18 05:05:19','2021-01-18 00:05:19'),
(79166,30552,'action complete via WP Cron','2021-01-18 05:05:19','2021-01-18 00:05:19'),
(79167,30553,'action created','2021-01-18 05:05:19','2021-01-18 00:05:19'),
(79168,30553,'action started via WP Cron','2021-01-18 05:06:27','2021-01-18 00:06:27'),
(79169,30553,'action complete via WP Cron','2021-01-18 05:06:27','2021-01-18 00:06:27'),
(79170,30554,'action created','2021-01-18 05:06:27','2021-01-18 00:06:27'),
(79171,30554,'action started via WP Cron','2021-01-18 05:07:12','2021-01-18 00:07:12'),
(79172,30554,'action complete via WP Cron','2021-01-18 05:07:12','2021-01-18 00:07:12'),
(79173,30555,'action created','2021-01-18 05:07:12','2021-01-18 00:07:12'),
(79174,30555,'action started via WP Cron','2021-01-18 05:09:24','2021-01-18 00:09:24'),
(79175,30555,'action complete via WP Cron','2021-01-18 05:09:24','2021-01-18 00:09:24'),
(79176,30556,'action created','2021-01-18 05:09:24','2021-01-18 00:09:24'),
(79177,30556,'action started via WP Cron','2021-01-18 05:10:18','2021-01-18 00:10:18'),
(79178,30556,'action complete via WP Cron','2021-01-18 05:10:18','2021-01-18 00:10:18'),
(79179,30557,'action created','2021-01-18 05:10:18','2021-01-18 00:10:18'),
(79180,30557,'action started via WP Cron','2021-01-18 05:12:36','2021-01-18 00:12:36'),
(79181,30557,'action complete via WP Cron','2021-01-18 05:12:36','2021-01-18 00:12:36'),
(79182,30558,'action created','2021-01-18 05:12:36','2021-01-18 00:12:36'),
(79183,30558,'action started via WP Cron','2021-01-18 05:13:11','2021-01-18 00:13:11'),
(79184,30558,'action complete via WP Cron','2021-01-18 05:13:11','2021-01-18 00:13:11'),
(79185,30559,'action created','2021-01-18 05:13:12','2021-01-18 00:13:12'),
(79186,30559,'action started via WP Cron','2021-01-18 05:14:26','2021-01-18 00:14:26'),
(79187,30559,'action complete via WP Cron','2021-01-18 05:14:26','2021-01-18 00:14:26'),
(79188,30560,'action created','2021-01-18 05:14:26','2021-01-18 00:14:26'),
(79189,30560,'action started via WP Cron','2021-01-18 05:15:15','2021-01-18 00:15:15'),
(79190,30560,'action complete via WP Cron','2021-01-18 05:15:15','2021-01-18 00:15:15'),
(79191,30561,'action created','2021-01-18 05:15:15','2021-01-18 00:15:15'),
(79192,30561,'action started via WP Cron','2021-01-18 05:17:47','2021-01-18 00:17:47'),
(79193,30561,'action complete via WP Cron','2021-01-18 05:17:47','2021-01-18 00:17:47'),
(79194,30562,'action created','2021-01-18 05:17:47','2021-01-18 00:17:47'),
(79195,30562,'action started via WP Cron','2021-01-18 05:18:30','2021-01-18 00:18:30'),
(79196,30562,'action complete via WP Cron','2021-01-18 05:18:30','2021-01-18 00:18:30'),
(79197,30563,'action created','2021-01-18 05:18:31','2021-01-18 00:18:31'),
(79198,30563,'action started via WP Cron','2021-01-18 05:19:53','2021-01-18 00:19:53'),
(79199,30563,'action complete via WP Cron','2021-01-18 05:19:53','2021-01-18 00:19:53'),
(79200,30564,'action created','2021-01-18 05:19:54','2021-01-18 00:19:54'),
(79201,30564,'action started via WP Cron','2021-01-18 05:20:46','2021-01-18 00:20:46'),
(79202,30564,'action complete via WP Cron','2021-01-18 05:20:46','2021-01-18 00:20:46'),
(79203,30565,'action created','2021-01-18 05:20:46','2021-01-18 00:20:46'),
(79204,30565,'action started via WP Cron','2021-01-18 05:22:58','2021-01-18 00:22:58'),
(79205,30565,'action complete via WP Cron','2021-01-18 05:22:58','2021-01-18 00:22:58'),
(79206,30566,'action created','2021-01-18 05:22:58','2021-01-18 00:22:58'),
(79207,30566,'action started via WP Cron','2021-01-18 05:25:13','2021-01-18 00:25:13'),
(79208,30566,'action complete via WP Cron','2021-01-18 05:25:13','2021-01-18 00:25:13'),
(79209,30567,'action created','2021-01-18 05:25:13','2021-01-18 00:25:13'),
(79210,30567,'action started via WP Cron','2021-01-18 05:26:15','2021-01-18 00:26:15'),
(79211,30567,'action complete via WP Cron','2021-01-18 05:26:15','2021-01-18 00:26:15'),
(79212,30568,'action created','2021-01-18 05:26:15','2021-01-18 00:26:15'),
(79213,30568,'action started via WP Cron','2021-01-18 05:27:58','2021-01-18 00:27:58'),
(79214,30568,'action complete via WP Cron','2021-01-18 05:27:58','2021-01-18 00:27:58'),
(79215,30569,'action created','2021-01-18 05:27:58','2021-01-18 00:27:58'),
(79216,30569,'action started via WP Cron','2021-01-18 05:28:26','2021-01-18 00:28:26'),
(79217,30569,'action complete via WP Cron','2021-01-18 05:28:26','2021-01-18 00:28:26'),
(79218,30570,'action created','2021-01-18 05:28:26','2021-01-18 00:28:26'),
(79219,30570,'action started via WP Cron','2021-01-18 05:29:27','2021-01-18 00:29:27'),
(79220,30570,'action complete via WP Cron','2021-01-18 05:29:27','2021-01-18 00:29:27'),
(79221,30571,'action created','2021-01-18 05:29:27','2021-01-18 00:29:27'),
(79222,30571,'action started via WP Cron','2021-01-18 05:30:53','2021-01-18 00:30:53'),
(79223,30571,'action complete via WP Cron','2021-01-18 05:30:53','2021-01-18 00:30:53'),
(79224,30572,'action created','2021-01-18 05:30:53','2021-01-18 00:30:53'),
(79225,30572,'action started via WP Cron','2021-01-18 05:31:18','2021-01-18 00:31:18'),
(79226,30572,'action complete via WP Cron','2021-01-18 05:31:18','2021-01-18 00:31:18'),
(79227,30573,'action created','2021-01-18 05:31:18','2021-01-18 00:31:18'),
(79228,30573,'action started via WP Cron','2021-01-18 05:34:08','2021-01-18 00:34:08'),
(79229,30573,'action complete via WP Cron','2021-01-18 05:34:08','2021-01-18 00:34:08'),
(79230,30574,'action created','2021-01-18 05:34:08','2021-01-18 00:34:08'),
(79231,30574,'action started via WP Cron','2021-01-18 05:34:26','2021-01-18 00:34:26'),
(79232,30574,'action complete via WP Cron','2021-01-18 05:34:26','2021-01-18 00:34:26'),
(79233,30575,'action created','2021-01-18 05:34:26','2021-01-18 00:34:26'),
(79234,30575,'action started via WP Cron','2021-01-18 05:36:19','2021-01-18 00:36:19'),
(79235,30575,'action complete via WP Cron','2021-01-18 05:36:19','2021-01-18 00:36:19'),
(79236,30576,'action created','2021-01-18 05:36:19','2021-01-18 00:36:19'),
(79237,30576,'action started via WP Cron','2021-01-18 05:37:16','2021-01-18 00:37:16'),
(79238,30576,'action complete via WP Cron','2021-01-18 05:37:16','2021-01-18 00:37:16'),
(79239,30577,'action created','2021-01-18 05:37:16','2021-01-18 00:37:16'),
(79240,30577,'action started via WP Cron','2021-01-18 05:38:11','2021-01-18 00:38:11'),
(79241,30577,'action complete via WP Cron','2021-01-18 05:38:12','2021-01-18 00:38:12'),
(79242,30578,'action created','2021-01-18 05:38:12','2021-01-18 00:38:12'),
(79243,30578,'action started via WP Cron','2021-01-18 05:39:19','2021-01-18 00:39:19'),
(79244,30578,'action complete via WP Cron','2021-01-18 05:39:19','2021-01-18 00:39:19'),
(79245,30579,'action created','2021-01-18 05:39:19','2021-01-18 00:39:19'),
(79246,30579,'action started via WP Cron','2021-01-18 05:40:53','2021-01-18 00:40:53'),
(79247,30579,'action complete via WP Cron','2021-01-18 05:40:53','2021-01-18 00:40:53'),
(79248,30580,'action created','2021-01-18 05:40:53','2021-01-18 00:40:53'),
(79249,30580,'action started via WP Cron','2021-01-18 05:41:21','2021-01-18 00:41:21'),
(79250,30580,'action complete via WP Cron','2021-01-18 05:41:21','2021-01-18 00:41:21'),
(79251,30581,'action created','2021-01-18 05:41:21','2021-01-18 00:41:21'),
(79252,30581,'action started via WP Cron','2021-01-18 05:42:17','2021-01-18 00:42:17'),
(79253,30581,'action complete via WP Cron','2021-01-18 05:42:17','2021-01-18 00:42:17'),
(79254,30582,'action created','2021-01-18 05:43:56','2021-01-18 00:43:56'),
(79255,30582,'action started via WP Cron','2021-01-18 05:44:47','2021-01-18 00:44:47'),
(79256,30582,'action complete via WP Cron','2021-01-18 05:44:47','2021-01-18 00:44:47'),
(79257,30583,'action created','2021-01-18 05:44:47','2021-01-18 00:44:47'),
(79258,30583,'action started via WP Cron','2021-01-18 05:46:01','2021-01-18 00:46:01'),
(79259,30583,'action complete via WP Cron','2021-01-18 05:46:01','2021-01-18 00:46:01'),
(79260,30584,'action created','2021-01-18 05:46:01','2021-01-18 00:46:01'),
(79261,30584,'action started via WP Cron','2021-01-18 05:46:42','2021-01-18 00:46:42'),
(79262,30584,'action complete via WP Cron','2021-01-18 05:46:42','2021-01-18 00:46:42'),
(79263,30585,'action created','2021-01-18 05:46:42','2021-01-18 00:46:42'),
(79264,30585,'action started via WP Cron','2021-01-18 05:47:11','2021-01-18 00:47:11'),
(79265,30585,'action complete via WP Cron','2021-01-18 05:47:11','2021-01-18 00:47:11'),
(79266,30586,'action created','2021-01-18 05:47:11','2021-01-18 00:47:11'),
(79267,30586,'action started via WP Cron','2021-01-18 05:49:02','2021-01-18 00:49:02'),
(79268,30586,'action complete via WP Cron','2021-01-18 05:49:02','2021-01-18 00:49:02'),
(79269,30587,'action created','2021-01-18 05:49:02','2021-01-18 00:49:02'),
(79270,30587,'action started via WP Cron','2021-01-18 05:49:43','2021-01-18 00:49:43'),
(79271,30587,'action complete via WP Cron','2021-01-18 05:49:43','2021-01-18 00:49:43'),
(79272,30588,'action created','2021-01-18 05:49:44','2021-01-18 00:49:44'),
(79273,30588,'action started via WP Cron','2021-01-18 05:50:12','2021-01-18 00:50:12'),
(79274,30588,'action complete via WP Cron','2021-01-18 05:50:12','2021-01-18 00:50:12'),
(79275,30589,'action created','2021-01-18 05:50:12','2021-01-18 00:50:12'),
(79276,30589,'action started via WP Cron','2021-01-18 05:51:42','2021-01-18 00:51:42'),
(79277,30589,'action complete via WP Cron','2021-01-18 05:51:42','2021-01-18 00:51:42'),
(79278,30590,'action created','2021-01-18 05:51:42','2021-01-18 00:51:42'),
(79279,30590,'action started via WP Cron','2021-01-18 05:52:53','2021-01-18 00:52:53'),
(79280,30590,'action complete via WP Cron','2021-01-18 05:52:53','2021-01-18 00:52:53'),
(79281,30591,'action created','2021-01-18 05:52:54','2021-01-18 00:52:54'),
(79282,30591,'action started via WP Cron','2021-01-18 05:53:43','2021-01-18 00:53:43'),
(79283,30591,'action complete via WP Cron','2021-01-18 05:53:43','2021-01-18 00:53:43'),
(79284,30592,'action created','2021-01-18 05:53:43','2021-01-18 00:53:43'),
(79285,30592,'action started via WP Cron','2021-01-18 05:54:43','2021-01-18 00:54:43'),
(79286,30592,'action complete via WP Cron','2021-01-18 05:54:44','2021-01-18 00:54:44'),
(79287,30593,'action created','2021-01-18 05:54:44','2021-01-18 00:54:44'),
(79288,30593,'action started via WP Cron','2021-01-18 05:57:24','2021-01-18 00:57:24'),
(79289,30593,'action complete via WP Cron','2021-01-18 05:57:24','2021-01-18 00:57:24'),
(79290,30594,'action created','2021-01-18 05:57:24','2021-01-18 00:57:24'),
(79291,30594,'action started via WP Cron','2021-01-18 05:58:20','2021-01-18 00:58:20'),
(79292,30594,'action complete via WP Cron','2021-01-18 05:58:20','2021-01-18 00:58:20'),
(79293,30595,'action created','2021-01-18 05:58:20','2021-01-18 00:58:20'),
(79294,30595,'action started via WP Cron','2021-01-18 05:59:12','2021-01-18 00:59:12'),
(79295,30595,'action complete via WP Cron','2021-01-18 05:59:12','2021-01-18 00:59:12'),
(79296,30596,'action created','2021-01-18 05:59:13','2021-01-18 00:59:13'),
(79297,30596,'action started via WP Cron','2021-01-18 06:00:30','2021-01-18 01:00:30'),
(79298,30596,'action complete via WP Cron','2021-01-18 06:00:30','2021-01-18 01:00:30'),
(79299,30597,'action created','2021-01-18 06:00:30','2021-01-18 01:00:30'),
(79300,30597,'action started via WP Cron','2021-01-18 06:01:21','2021-01-18 01:01:21'),
(79301,30597,'action complete via WP Cron','2021-01-18 06:01:21','2021-01-18 01:01:21'),
(79302,30598,'action created','2021-01-18 06:01:21','2021-01-18 01:01:21'),
(79303,30598,'action started via WP Cron','2021-01-18 06:02:23','2021-01-18 01:02:23'),
(79304,30598,'action complete via WP Cron','2021-01-18 06:02:23','2021-01-18 01:02:23'),
(79305,30599,'action created','2021-01-18 06:02:23','2021-01-18 01:02:23'),
(79306,30599,'action started via WP Cron','2021-01-18 06:03:53','2021-01-18 01:03:53'),
(79307,30599,'action complete via WP Cron','2021-01-18 06:03:53','2021-01-18 01:03:53'),
(79308,30600,'action created','2021-01-18 06:03:53','2021-01-18 01:03:53'),
(79309,30600,'action started via WP Cron','2021-01-18 06:04:54','2021-01-18 01:04:54'),
(79310,30600,'action complete via WP Cron','2021-01-18 06:04:54','2021-01-18 01:04:54'),
(79311,30601,'action created','2021-01-18 06:04:54','2021-01-18 01:04:54'),
(79312,30601,'action started via WP Cron','2021-01-18 06:05:22','2021-01-18 01:05:22'),
(79313,30601,'action complete via WP Cron','2021-01-18 06:05:22','2021-01-18 01:05:22'),
(79314,30602,'action created','2021-01-18 06:05:22','2021-01-18 01:05:22'),
(79315,30602,'action started via WP Cron','2021-01-18 06:06:20','2021-01-18 01:06:20'),
(79316,30602,'action complete via WP Cron','2021-01-18 06:06:20','2021-01-18 01:06:20'),
(79317,30603,'action created','2021-01-18 06:06:20','2021-01-18 01:06:20'),
(79318,30603,'action started via WP Cron','2021-01-18 06:07:14','2021-01-18 01:07:14'),
(79319,30603,'action complete via WP Cron','2021-01-18 06:07:14','2021-01-18 01:07:14'),
(79320,30604,'action created','2021-01-18 06:07:14','2021-01-18 01:07:14'),
(79321,30604,'action started via WP Cron','2021-01-18 06:08:30','2021-01-18 01:08:30'),
(79322,30604,'action complete via WP Cron','2021-01-18 06:08:30','2021-01-18 01:08:30'),
(79323,30605,'action created','2021-01-18 06:08:30','2021-01-18 01:08:30'),
(79324,30605,'action started via WP Cron','2021-01-18 06:09:27','2021-01-18 01:09:27'),
(79325,30605,'action complete via WP Cron','2021-01-18 06:09:27','2021-01-18 01:09:27'),
(79326,30606,'action created','2021-01-18 06:09:27','2021-01-18 01:09:27'),
(79327,30606,'action started via WP Cron','2021-01-18 06:10:37','2021-01-18 01:10:37'),
(79328,30606,'action complete via WP Cron','2021-01-18 06:10:37','2021-01-18 01:10:37'),
(79329,30607,'action created','2021-01-18 06:10:37','2021-01-18 01:10:37'),
(79330,30607,'action started via WP Cron','2021-01-18 06:12:36','2021-01-18 01:12:36'),
(79331,30607,'action complete via WP Cron','2021-01-18 06:12:36','2021-01-18 01:12:36'),
(79332,30608,'action created','2021-01-18 06:12:36','2021-01-18 01:12:36'),
(79333,30608,'action started via WP Cron','2021-01-18 06:14:07','2021-01-18 01:14:07'),
(79334,30608,'action complete via WP Cron','2021-01-18 06:14:07','2021-01-18 01:14:07'),
(79335,30609,'action created','2021-01-18 06:14:08','2021-01-18 01:14:08'),
(79336,30609,'action started via WP Cron','2021-01-18 06:14:22','2021-01-18 01:14:22'),
(79337,30609,'action complete via WP Cron','2021-01-18 06:14:22','2021-01-18 01:14:22'),
(79338,30610,'action created','2021-01-18 06:14:22','2021-01-18 01:14:22'),
(79339,30610,'action started via WP Cron','2021-01-18 06:15:15','2021-01-18 01:15:15'),
(79340,30610,'action complete via WP Cron','2021-01-18 06:15:15','2021-01-18 01:15:15'),
(79341,30611,'action created','2021-01-18 06:15:15','2021-01-18 01:15:15'),
(79342,30611,'action started via WP Cron','2021-01-18 06:16:55','2021-01-18 01:16:55'),
(79343,30611,'action complete via WP Cron','2021-01-18 06:16:55','2021-01-18 01:16:55'),
(79344,30612,'action created','2021-01-18 06:16:55','2021-01-18 01:16:55'),
(79345,30612,'action started via WP Cron','2021-01-18 06:17:21','2021-01-18 01:17:21'),
(79346,30612,'action complete via WP Cron','2021-01-18 06:17:21','2021-01-18 01:17:21'),
(79347,30613,'action created','2021-01-18 06:17:21','2021-01-18 01:17:21'),
(79348,30613,'action started via WP Cron','2021-01-18 06:18:55','2021-01-18 01:18:55'),
(79349,30613,'action complete via WP Cron','2021-01-18 06:18:55','2021-01-18 01:18:55'),
(79350,30614,'action created','2021-01-18 06:18:55','2021-01-18 01:18:55'),
(79351,30614,'action started via WP Cron','2021-01-18 06:19:24','2021-01-18 01:19:24'),
(79352,30614,'action complete via WP Cron','2021-01-18 06:19:24','2021-01-18 01:19:24'),
(79353,30615,'action created','2021-01-18 06:19:25','2021-01-18 01:19:25'),
(79354,30615,'action started via WP Cron','2021-01-18 06:20:28','2021-01-18 01:20:28'),
(79355,30615,'action complete via WP Cron','2021-01-18 06:20:28','2021-01-18 01:20:28'),
(79356,30616,'action created','2021-01-18 06:20:28','2021-01-18 01:20:28'),
(79357,30616,'action started via WP Cron','2021-01-18 06:22:17','2021-01-18 01:22:17'),
(79358,30616,'action complete via WP Cron','2021-01-18 06:22:17','2021-01-18 01:22:17'),
(79359,30617,'action created','2021-01-18 06:22:17','2021-01-18 01:22:17'),
(79360,30617,'action started via WP Cron','2021-01-18 06:23:33','2021-01-18 01:23:33'),
(79361,30617,'action complete via WP Cron','2021-01-18 06:23:33','2021-01-18 01:23:33'),
(79362,30618,'action created','2021-01-18 06:23:34','2021-01-18 01:23:34'),
(79363,30618,'action started via WP Cron','2021-01-18 06:25:15','2021-01-18 01:25:15'),
(79364,30618,'action complete via WP Cron','2021-01-18 06:25:15','2021-01-18 01:25:15'),
(79365,30619,'action created','2021-01-18 06:25:15','2021-01-18 01:25:15'),
(79366,30619,'action started via WP Cron','2021-01-18 06:27:13','2021-01-18 01:27:13'),
(79367,30619,'action complete via WP Cron','2021-01-18 06:27:13','2021-01-18 01:27:13'),
(79368,30620,'action created','2021-01-18 06:27:13','2021-01-18 01:27:13'),
(79369,30620,'action started via WP Cron','2021-01-18 06:30:01','2021-01-18 01:30:01'),
(79370,30620,'action complete via WP Cron','2021-01-18 06:30:01','2021-01-18 01:30:01'),
(79371,30621,'action created','2021-01-18 06:30:01','2021-01-18 01:30:01'),
(79372,30621,'action started via WP Cron','2021-01-18 06:30:32','2021-01-18 01:30:32'),
(79373,30621,'action complete via WP Cron','2021-01-18 06:30:32','2021-01-18 01:30:32'),
(79374,30622,'action created','2021-01-18 06:30:32','2021-01-18 01:30:32'),
(79375,30622,'action started via WP Cron','2021-01-18 06:31:54','2021-01-18 01:31:54'),
(79376,30622,'action complete via WP Cron','2021-01-18 06:31:54','2021-01-18 01:31:54'),
(79377,30623,'action created','2021-01-18 06:31:54','2021-01-18 01:31:54'),
(79378,30623,'action started via WP Cron','2021-01-18 06:32:13','2021-01-18 01:32:13'),
(79379,30623,'action complete via WP Cron','2021-01-18 06:32:13','2021-01-18 01:32:13'),
(79380,30624,'action created','2021-01-18 06:32:13','2021-01-18 01:32:13'),
(79381,30624,'action started via WP Cron','2021-01-18 06:34:10','2021-01-18 01:34:10'),
(79382,30624,'action complete via WP Cron','2021-01-18 06:34:10','2021-01-18 01:34:10'),
(79383,30625,'action created','2021-01-18 06:34:10','2021-01-18 01:34:10'),
(79384,30625,'action started via WP Cron','2021-01-18 06:36:12','2021-01-18 01:36:12'),
(79385,30625,'action complete via WP Cron','2021-01-18 06:36:12','2021-01-18 01:36:12'),
(79386,30626,'action created','2021-01-18 06:36:12','2021-01-18 01:36:12'),
(79387,30626,'action started via WP Cron','2021-01-18 06:38:52','2021-01-18 01:38:52'),
(79388,30626,'action complete via WP Cron','2021-01-18 06:38:52','2021-01-18 01:38:52'),
(79389,30627,'action created','2021-01-18 06:38:52','2021-01-18 01:38:52'),
(79390,30627,'action started via WP Cron','2021-01-18 06:41:32','2021-01-18 01:41:32'),
(79391,30627,'action complete via WP Cron','2021-01-18 06:41:32','2021-01-18 01:41:32'),
(79392,30628,'action created','2021-01-18 06:41:32','2021-01-18 01:41:32'),
(79393,30628,'action started via WP Cron','2021-01-18 06:42:13','2021-01-18 01:42:13'),
(79394,30628,'action complete via WP Cron','2021-01-18 06:42:13','2021-01-18 01:42:13'),
(79395,30629,'action created','2021-01-18 06:42:13','2021-01-18 01:42:13'),
(79396,30629,'action started via WP Cron','2021-01-18 06:43:12','2021-01-18 01:43:12'),
(79397,30629,'action complete via WP Cron','2021-01-18 06:43:12','2021-01-18 01:43:12'),
(79398,30630,'action created','2021-01-18 06:43:12','2021-01-18 01:43:12'),
(79399,30630,'action started via WP Cron','2021-01-18 06:44:21','2021-01-18 01:44:21'),
(79400,30630,'action complete via WP Cron','2021-01-18 06:44:21','2021-01-18 01:44:21'),
(79401,30631,'action created','2021-01-18 06:44:22','2021-01-18 01:44:22'),
(79402,30631,'action started via WP Cron','2021-01-18 06:45:51','2021-01-18 01:45:51'),
(79403,30631,'action complete via WP Cron','2021-01-18 06:45:51','2021-01-18 01:45:51'),
(79404,30632,'action created','2021-01-18 06:45:51','2021-01-18 01:45:51'),
(79405,30632,'action started via WP Cron','2021-01-18 06:46:26','2021-01-18 01:46:26'),
(79406,30632,'action complete via WP Cron','2021-01-18 06:46:26','2021-01-18 01:46:26'),
(79407,30633,'action created','2021-01-18 06:46:29','2021-01-18 01:46:29'),
(79408,30633,'action started via WP Cron','2021-01-18 06:47:52','2021-01-18 01:47:52'),
(79409,30633,'action complete via WP Cron','2021-01-18 06:47:52','2021-01-18 01:47:52'),
(79410,30634,'action created','2021-01-18 06:47:52','2021-01-18 01:47:52'),
(79411,30634,'action started via WP Cron','2021-01-18 06:50:01','2021-01-18 01:50:01'),
(79412,30634,'action complete via WP Cron','2021-01-18 06:50:01','2021-01-18 01:50:01'),
(79413,30635,'action created','2021-01-18 06:50:01','2021-01-18 01:50:01'),
(79414,30635,'action started via WP Cron','2021-01-18 06:50:27','2021-01-18 01:50:27'),
(79415,30635,'action complete via WP Cron','2021-01-18 06:50:27','2021-01-18 01:50:27'),
(79416,30636,'action created','2021-01-18 06:50:27','2021-01-18 01:50:27'),
(79417,30636,'action started via WP Cron','2021-01-18 06:51:13','2021-01-18 01:51:13'),
(79418,30636,'action complete via WP Cron','2021-01-18 06:51:13','2021-01-18 01:51:13'),
(79419,30637,'action created','2021-01-18 06:51:13','2021-01-18 01:51:13'),
(79420,30637,'action started via WP Cron','2021-01-18 06:52:22','2021-01-18 01:52:22'),
(79421,30637,'action complete via WP Cron','2021-01-18 06:52:22','2021-01-18 01:52:22'),
(79422,30638,'action created','2021-01-18 06:52:22','2021-01-18 01:52:22'),
(79423,30638,'action started via WP Cron','2021-01-18 06:53:37','2021-01-18 01:53:37'),
(79424,30638,'action complete via WP Cron','2021-01-18 06:53:37','2021-01-18 01:53:37'),
(79425,30639,'action created','2021-01-18 06:53:37','2021-01-18 01:53:37'),
(79426,30639,'action started via WP Cron','2021-01-18 06:54:13','2021-01-18 01:54:13'),
(79427,30639,'action complete via WP Cron','2021-01-18 06:54:13','2021-01-18 01:54:13'),
(79428,30640,'action created','2021-01-18 06:54:13','2021-01-18 01:54:13'),
(79429,30640,'action started via WP Cron','2021-01-18 06:55:20','2021-01-18 01:55:20'),
(79430,30640,'action complete via WP Cron','2021-01-18 06:55:20','2021-01-18 01:55:20'),
(79431,30641,'action created','2021-01-18 06:55:20','2021-01-18 01:55:20'),
(79432,30641,'action started via WP Cron','2021-01-18 06:57:20','2021-01-18 01:57:20'),
(79433,30641,'action complete via WP Cron','2021-01-18 06:57:20','2021-01-18 01:57:20'),
(79434,30642,'action created','2021-01-18 06:57:20','2021-01-18 01:57:20'),
(79435,30642,'action started via WP Cron','2021-01-18 06:58:29','2021-01-18 01:58:29'),
(79436,30642,'action complete via WP Cron','2021-01-18 06:58:29','2021-01-18 01:58:29'),
(79437,30643,'action created','2021-01-18 06:58:29','2021-01-18 01:58:29'),
(79438,30643,'action started via WP Cron','2021-01-18 06:59:14','2021-01-18 01:59:14'),
(79439,30643,'action complete via WP Cron','2021-01-18 06:59:14','2021-01-18 01:59:14'),
(79440,30644,'action created','2021-01-18 06:59:15','2021-01-18 01:59:15'),
(79441,30644,'action started via WP Cron','2021-01-18 07:00:15','2021-01-18 02:00:15'),
(79442,30644,'action complete via WP Cron','2021-01-18 07:00:15','2021-01-18 02:00:15'),
(79443,30645,'action created','2021-01-18 07:00:16','2021-01-18 02:00:16'),
(79444,30645,'action started via WP Cron','2021-01-18 07:01:23','2021-01-18 02:01:23'),
(79445,30645,'action complete via WP Cron','2021-01-18 07:01:23','2021-01-18 02:01:23'),
(79446,30646,'action created','2021-01-18 07:01:23','2021-01-18 02:01:23'),
(79447,30646,'action started via WP Cron','2021-01-18 07:02:13','2021-01-18 02:02:13'),
(79448,30646,'action complete via WP Cron','2021-01-18 07:02:13','2021-01-18 02:02:13'),
(79449,30647,'action created','2021-01-18 07:02:14','2021-01-18 02:02:14'),
(79450,30647,'action started via WP Cron','2021-01-18 07:03:21','2021-01-18 02:03:21'),
(79451,30647,'action complete via WP Cron','2021-01-18 07:03:21','2021-01-18 02:03:21'),
(79452,30648,'action created','2021-01-18 07:03:21','2021-01-18 02:03:21'),
(79453,30648,'action started via WP Cron','2021-01-18 07:05:21','2021-01-18 02:05:21'),
(79454,30648,'action complete via WP Cron','2021-01-18 07:05:21','2021-01-18 02:05:21'),
(79455,30649,'action created','2021-01-18 07:05:21','2021-01-18 02:05:21'),
(79456,30649,'action started via WP Cron','2021-01-18 07:06:56','2021-01-18 02:06:56'),
(79457,30649,'action complete via WP Cron','2021-01-18 07:06:56','2021-01-18 02:06:56'),
(79458,30650,'action created','2021-01-18 07:06:56','2021-01-18 02:06:56'),
(79459,30650,'action started via WP Cron','2021-01-18 07:07:23','2021-01-18 02:07:23'),
(79460,30650,'action complete via WP Cron','2021-01-18 07:07:23','2021-01-18 02:07:23'),
(79461,30651,'action created','2021-01-18 07:07:23','2021-01-18 02:07:23'),
(79462,30651,'action started via WP Cron','2021-01-18 07:09:48','2021-01-18 02:09:48'),
(79463,30651,'action complete via WP Cron','2021-01-18 07:09:48','2021-01-18 02:09:48'),
(79464,30652,'action created','2021-01-18 07:09:48','2021-01-18 02:09:48'),
(79465,30652,'action started via WP Cron','2021-01-18 07:10:16','2021-01-18 02:10:16'),
(79466,30652,'action complete via WP Cron','2021-01-18 07:10:16','2021-01-18 02:10:16'),
(79467,30653,'action created','2021-01-18 07:10:16','2021-01-18 02:10:16'),
(79468,30653,'action started via WP Cron','2021-01-18 07:12:17','2021-01-18 02:12:17'),
(79469,30653,'action complete via WP Cron','2021-01-18 07:12:17','2021-01-18 02:12:17'),
(79470,30654,'action created','2021-01-18 07:12:17','2021-01-18 02:12:17'),
(79471,30654,'action started via WP Cron','2021-01-18 07:14:34','2021-01-18 02:14:34'),
(79472,30654,'action complete via WP Cron','2021-01-18 07:14:34','2021-01-18 02:14:34'),
(79473,30655,'action created','2021-01-18 07:14:34','2021-01-18 02:14:34'),
(79474,30655,'action started via WP Cron','2021-01-18 07:16:04','2021-01-18 02:16:04'),
(79475,30655,'action complete via WP Cron','2021-01-18 07:16:04','2021-01-18 02:16:04'),
(79476,30656,'action created','2021-01-18 07:16:04','2021-01-18 02:16:04'),
(79477,30656,'action started via WP Cron','2021-01-18 07:17:17','2021-01-18 02:17:17'),
(79478,30656,'action complete via WP Cron','2021-01-18 07:17:17','2021-01-18 02:17:17'),
(79479,30657,'action created','2021-01-18 07:17:17','2021-01-18 02:17:17'),
(79480,30657,'action started via WP Cron','2021-01-18 07:19:24','2021-01-18 02:19:24'),
(79481,30657,'action complete via WP Cron','2021-01-18 07:19:24','2021-01-18 02:19:24'),
(79482,30658,'action created','2021-01-18 07:19:24','2021-01-18 02:19:24'),
(79483,30658,'action started via WP Cron','2021-01-18 07:20:40','2021-01-18 02:20:40'),
(79484,30658,'action complete via WP Cron','2021-01-18 07:20:40','2021-01-18 02:20:40'),
(79485,30659,'action created','2021-01-18 07:20:40','2021-01-18 02:20:40'),
(79486,30659,'action started via WP Cron','2021-01-18 07:22:32','2021-01-18 02:22:32'),
(79487,30659,'action complete via WP Cron','2021-01-18 07:22:32','2021-01-18 02:22:32'),
(79488,30660,'action created','2021-01-18 07:22:32','2021-01-18 02:22:32'),
(79489,30660,'action started via WP Cron','2021-01-18 07:24:23','2021-01-18 02:24:23'),
(79490,30660,'action complete via WP Cron','2021-01-18 07:24:23','2021-01-18 02:24:23'),
(79491,30661,'action created','2021-01-18 07:24:23','2021-01-18 02:24:23'),
(79492,30661,'action started via WP Cron','2021-01-18 07:25:41','2021-01-18 02:25:41'),
(79493,30661,'action complete via WP Cron','2021-01-18 07:25:41','2021-01-18 02:25:41'),
(79494,30662,'action created','2021-01-18 07:25:41','2021-01-18 02:25:41'),
(79495,30662,'action started via WP Cron','2021-01-18 07:26:26','2021-01-18 02:26:26'),
(79496,30662,'action complete via WP Cron','2021-01-18 07:26:26','2021-01-18 02:26:26'),
(79497,30663,'action created','2021-01-18 07:26:26','2021-01-18 02:26:26'),
(79498,30663,'action started via WP Cron','2021-01-18 07:28:29','2021-01-18 02:28:29'),
(79499,30663,'action complete via WP Cron','2021-01-18 07:28:29','2021-01-18 02:28:29'),
(79500,30664,'action created','2021-01-18 07:28:29','2021-01-18 02:28:29'),
(79501,30664,'action started via WP Cron','2021-01-18 07:29:26','2021-01-18 02:29:26'),
(79502,30664,'action complete via WP Cron','2021-01-18 07:29:26','2021-01-18 02:29:26'),
(79503,30665,'action created','2021-01-18 07:30:27','2021-01-18 02:30:27'),
(79504,30665,'action started via WP Cron','2021-01-18 07:31:47','2021-01-18 02:31:47'),
(79505,30665,'action complete via WP Cron','2021-01-18 07:31:47','2021-01-18 02:31:47'),
(79506,30666,'action created','2021-01-18 07:31:47','2021-01-18 02:31:47'),
(79507,30666,'action started via WP Cron','2021-01-18 07:32:34','2021-01-18 02:32:34'),
(79508,30666,'action complete via WP Cron','2021-01-18 07:32:34','2021-01-18 02:32:34'),
(79509,30667,'action created','2021-01-18 07:32:34','2021-01-18 02:32:34'),
(79510,30667,'action started via WP Cron','2021-01-18 07:33:58','2021-01-18 02:33:58'),
(79511,30667,'action complete via WP Cron','2021-01-18 07:33:58','2021-01-18 02:33:58'),
(79512,30668,'action created','2021-01-18 07:33:58','2021-01-18 02:33:58'),
(79513,30668,'action started via WP Cron','2021-01-18 07:34:14','2021-01-18 02:34:14'),
(79514,30668,'action complete via WP Cron','2021-01-18 07:34:14','2021-01-18 02:34:14'),
(79515,30669,'action created','2021-01-18 07:34:14','2021-01-18 02:34:14'),
(79516,30669,'action started via WP Cron','2021-01-18 07:36:50','2021-01-18 02:36:50'),
(79517,30669,'action complete via WP Cron','2021-01-18 07:36:50','2021-01-18 02:36:50'),
(79518,30670,'action created','2021-01-18 07:36:50','2021-01-18 02:36:50'),
(79519,30670,'action started via WP Cron','2021-01-18 07:39:15','2021-01-18 02:39:15'),
(79520,30670,'action complete via WP Cron','2021-01-18 07:39:15','2021-01-18 02:39:15'),
(79521,30671,'action created','2021-01-18 07:39:15','2021-01-18 02:39:15'),
(79522,30671,'action started via WP Cron','2021-01-18 07:40:30','2021-01-18 02:40:30'),
(79523,30671,'action complete via WP Cron','2021-01-18 07:40:30','2021-01-18 02:40:30'),
(79524,30672,'action created','2021-01-18 07:40:30','2021-01-18 02:40:30'),
(79525,30672,'action started via WP Cron','2021-01-18 07:41:46','2021-01-18 02:41:46'),
(79526,30672,'action complete via WP Cron','2021-01-18 07:41:46','2021-01-18 02:41:46'),
(79527,30673,'action created','2021-01-18 07:41:46','2021-01-18 02:41:46'),
(79528,30673,'action started via WP Cron','2021-01-18 07:44:06','2021-01-18 02:44:06'),
(79529,30673,'action complete via WP Cron','2021-01-18 07:44:06','2021-01-18 02:44:06'),
(79530,30674,'action created','2021-01-18 07:44:06','2021-01-18 02:44:06'),
(79531,30674,'action started via WP Cron','2021-01-18 07:45:13','2021-01-18 02:45:13'),
(79532,30674,'action complete via WP Cron','2021-01-18 07:45:13','2021-01-18 02:45:13'),
(79533,30675,'action created','2021-01-18 07:46:40','2021-01-18 02:46:40'),
(79534,30675,'action started via WP Cron','2021-01-18 07:47:14','2021-01-18 02:47:14'),
(79535,30675,'action complete via WP Cron','2021-01-18 07:47:14','2021-01-18 02:47:14'),
(79536,30676,'action created','2021-01-18 07:47:14','2021-01-18 02:47:14'),
(79537,30676,'action started via WP Cron','2021-01-18 07:48:51','2021-01-18 02:48:51'),
(79538,30676,'action complete via WP Cron','2021-01-18 07:48:51','2021-01-18 02:48:51'),
(79539,30677,'action created','2021-01-18 07:48:51','2021-01-18 02:48:51'),
(79540,30677,'action started via WP Cron','2021-01-18 07:50:07','2021-01-18 02:50:07'),
(79541,30677,'action complete via WP Cron','2021-01-18 07:50:07','2021-01-18 02:50:07'),
(79542,30678,'action created','2021-01-18 07:50:07','2021-01-18 02:50:07'),
(79543,30678,'action started via WP Cron','2021-01-18 07:50:24','2021-01-18 02:50:24'),
(79544,30678,'action complete via WP Cron','2021-01-18 07:50:24','2021-01-18 02:50:24'),
(79545,30679,'action created','2021-01-18 07:50:24','2021-01-18 02:50:24'),
(79546,30679,'action started via WP Cron','2021-01-18 07:51:31','2021-01-18 02:51:31'),
(79547,30679,'action complete via WP Cron','2021-01-18 07:51:31','2021-01-18 02:51:31'),
(79548,30680,'action created','2021-01-18 07:51:32','2021-01-18 02:51:32'),
(79549,30680,'action started via WP Cron','2021-01-18 07:53:07','2021-01-18 02:53:07'),
(79550,30680,'action complete via WP Cron','2021-01-18 07:53:07','2021-01-18 02:53:07'),
(79551,30681,'action created','2021-01-18 07:53:07','2021-01-18 02:53:07'),
(79552,30681,'action started via WP Cron','2021-01-18 07:53:23','2021-01-18 02:53:23'),
(79553,30681,'action complete via WP Cron','2021-01-18 07:53:23','2021-01-18 02:53:23'),
(79554,30682,'action created','2021-01-18 07:53:23','2021-01-18 02:53:23'),
(79555,30682,'action started via WP Cron','2021-01-18 07:54:32','2021-01-18 02:54:32'),
(79556,30682,'action complete via WP Cron','2021-01-18 07:54:32','2021-01-18 02:54:32'),
(79557,30683,'action created','2021-01-18 07:54:32','2021-01-18 02:54:32'),
(79558,30683,'action started via WP Cron','2021-01-18 07:55:33','2021-01-18 02:55:33'),
(79559,30683,'action complete via WP Cron','2021-01-18 07:55:33','2021-01-18 02:55:33'),
(79560,30684,'action created','2021-01-18 07:55:33','2021-01-18 02:55:33'),
(79561,30684,'action started via WP Cron','2021-01-18 07:56:39','2021-01-18 02:56:39'),
(79562,30684,'action complete via WP Cron','2021-01-18 07:56:39','2021-01-18 02:56:39'),
(79563,30685,'action created','2021-01-18 07:56:39','2021-01-18 02:56:39'),
(79564,30685,'action started via WP Cron','2021-01-18 07:57:13','2021-01-18 02:57:13'),
(79565,30685,'action complete via WP Cron','2021-01-18 07:57:13','2021-01-18 02:57:13'),
(79566,30686,'action created','2021-01-18 07:57:13','2021-01-18 02:57:13'),
(79567,30686,'action started via WP Cron','2021-01-18 07:58:22','2021-01-18 02:58:22'),
(79568,30686,'action complete via WP Cron','2021-01-18 07:58:22','2021-01-18 02:58:22'),
(79569,30687,'action created','2021-01-18 07:58:22','2021-01-18 02:58:22'),
(79570,30687,'action started via WP Cron','2021-01-18 07:59:27','2021-01-18 02:59:27'),
(79571,30687,'action complete via WP Cron','2021-01-18 07:59:27','2021-01-18 02:59:27'),
(79572,30688,'action created','2021-01-18 07:59:27','2021-01-18 02:59:27'),
(79573,30688,'action started via WP Cron','2021-01-18 08:01:48','2021-01-18 03:01:48'),
(79574,30688,'action complete via WP Cron','2021-01-18 08:01:48','2021-01-18 03:01:48'),
(79575,30689,'action created','2021-01-18 08:01:48','2021-01-18 03:01:48'),
(79576,30689,'action started via WP Cron','2021-01-18 08:02:50','2021-01-18 03:02:50'),
(79577,30689,'action complete via WP Cron','2021-01-18 08:02:50','2021-01-18 03:02:50'),
(79578,30690,'action created','2021-01-18 08:02:50','2021-01-18 03:02:50'),
(79579,30690,'action started via WP Cron','2021-01-18 08:03:14','2021-01-18 03:03:14'),
(79580,30690,'action complete via WP Cron','2021-01-18 08:03:14','2021-01-18 03:03:14'),
(79581,30691,'action created','2021-01-18 08:03:14','2021-01-18 03:03:14'),
(79582,30691,'action started via WP Cron','2021-01-18 08:06:08','2021-01-18 03:06:08'),
(79583,30691,'action complete via WP Cron','2021-01-18 08:06:08','2021-01-18 03:06:08'),
(79584,30692,'action created','2021-01-18 08:06:08','2021-01-18 03:06:08'),
(79585,30692,'action started via WP Cron','2021-01-18 08:06:20','2021-01-18 03:06:20'),
(79586,30692,'action complete via WP Cron','2021-01-18 08:06:20','2021-01-18 03:06:20'),
(79587,30693,'action created','2021-01-18 08:06:20','2021-01-18 03:06:20'),
(79588,30693,'action started via WP Cron','2021-01-18 08:07:57','2021-01-18 03:07:57'),
(79589,30693,'action complete via WP Cron','2021-01-18 08:07:57','2021-01-18 03:07:57'),
(79590,30694,'action created','2021-01-18 08:07:57','2021-01-18 03:07:57'),
(79591,30694,'action started via WP Cron','2021-01-18 08:08:24','2021-01-18 03:08:24'),
(79592,30694,'action complete via WP Cron','2021-01-18 08:08:24','2021-01-18 03:08:24'),
(79593,30695,'action created','2021-01-18 08:08:25','2021-01-18 03:08:25'),
(79594,30695,'action started via WP Cron','2021-01-18 08:09:49','2021-01-18 03:09:49'),
(79595,30695,'action complete via WP Cron','2021-01-18 08:09:49','2021-01-18 03:09:49'),
(79596,30696,'action created','2021-01-18 08:09:49','2021-01-18 03:09:49'),
(79597,30696,'action started via WP Cron','2021-01-18 08:11:30','2021-01-18 03:11:30'),
(79598,30696,'action complete via WP Cron','2021-01-18 08:11:30','2021-01-18 03:11:30'),
(79599,30697,'action created','2021-01-18 08:11:30','2021-01-18 03:11:30'),
(79600,30697,'action started via WP Cron','2021-01-18 08:13:05','2021-01-18 03:13:05'),
(79601,30697,'action complete via WP Cron','2021-01-18 08:13:05','2021-01-18 03:13:05'),
(79602,30698,'action created','2021-01-18 08:13:05','2021-01-18 03:13:05'),
(79603,30698,'action started via WP Cron','2021-01-18 08:15:05','2021-01-18 03:15:05'),
(79604,30698,'action complete via WP Cron','2021-01-18 08:15:05','2021-01-18 03:15:05'),
(79605,30699,'action created','2021-01-18 08:15:05','2021-01-18 03:15:05'),
(79606,30699,'action started via WP Cron','2021-01-18 08:15:16','2021-01-18 03:15:16'),
(79607,30699,'action complete via WP Cron','2021-01-18 08:15:16','2021-01-18 03:15:16'),
(79608,30700,'action created','2021-01-18 08:15:16','2021-01-18 03:15:16'),
(79609,30700,'action started via WP Cron','2021-01-18 08:16:13','2021-01-18 03:16:13'),
(79610,30700,'action complete via WP Cron','2021-01-18 08:16:13','2021-01-18 03:16:13'),
(79611,30701,'action created','2021-01-18 08:16:13','2021-01-18 03:16:13'),
(79612,30701,'action started via WP Cron','2021-01-18 08:17:47','2021-01-18 03:17:47'),
(79613,30701,'action complete via WP Cron','2021-01-18 08:17:47','2021-01-18 03:17:47'),
(79614,30702,'action created','2021-01-18 08:17:47','2021-01-18 03:17:47'),
(79615,30702,'action started via WP Cron','2021-01-18 08:19:51','2021-01-18 03:19:51'),
(79616,30702,'action complete via WP Cron','2021-01-18 08:19:51','2021-01-18 03:19:51'),
(79617,30703,'action created','2021-01-18 08:19:51','2021-01-18 03:19:51'),
(79618,30703,'action started via WP Cron','2021-01-18 08:22:25','2021-01-18 03:22:25'),
(79619,30703,'action complete via WP Cron','2021-01-18 08:22:25','2021-01-18 03:22:25'),
(79620,30704,'action created','2021-01-18 08:22:25','2021-01-18 03:22:25'),
(79621,30704,'action started via WP Cron','2021-01-18 08:23:42','2021-01-18 03:23:42'),
(79622,30704,'action complete via WP Cron','2021-01-18 08:23:42','2021-01-18 03:23:42'),
(79623,30705,'action created','2021-01-18 08:23:42','2021-01-18 03:23:42'),
(79624,30705,'action started via WP Cron','2021-01-18 08:25:37','2021-01-18 03:25:37'),
(79625,30705,'action complete via WP Cron','2021-01-18 08:25:37','2021-01-18 03:25:37'),
(79626,30706,'action created','2021-01-18 08:25:37','2021-01-18 03:25:37'),
(79627,30706,'action started via WP Cron','2021-01-18 08:27:36','2021-01-18 03:27:36'),
(79628,30706,'action complete via WP Cron','2021-01-18 08:27:36','2021-01-18 03:27:36'),
(79629,30707,'action created','2021-01-18 08:27:36','2021-01-18 03:27:36'),
(79630,30707,'action started via WP Cron','2021-01-18 08:28:23','2021-01-18 03:28:23'),
(79631,30707,'action complete via WP Cron','2021-01-18 08:28:23','2021-01-18 03:28:23'),
(79632,30708,'action created','2021-01-18 08:28:23','2021-01-18 03:28:23'),
(79633,30708,'action started via WP Cron','2021-01-18 08:29:24','2021-01-18 03:29:24'),
(79634,30708,'action complete via WP Cron','2021-01-18 08:29:24','2021-01-18 03:29:24'),
(79635,30709,'action created','2021-01-18 08:29:24','2021-01-18 03:29:24'),
(79636,30709,'action started via WP Cron','2021-01-18 08:30:36','2021-01-18 03:30:36'),
(79637,30709,'action complete via WP Cron','2021-01-18 08:30:37','2021-01-18 03:30:37'),
(79638,30710,'action created','2021-01-18 08:30:37','2021-01-18 03:30:37'),
(79639,30710,'action started via WP Cron','2021-01-18 08:31:49','2021-01-18 03:31:49'),
(79640,30710,'action complete via WP Cron','2021-01-18 08:31:49','2021-01-18 03:31:49'),
(79641,30711,'action created','2021-01-18 08:31:49','2021-01-18 03:31:49'),
(79642,30711,'action started via WP Cron','2021-01-18 08:32:28','2021-01-18 03:32:28'),
(79643,30711,'action complete via WP Cron','2021-01-18 08:32:28','2021-01-18 03:32:28'),
(79644,30712,'action created','2021-01-18 08:32:28','2021-01-18 03:32:28'),
(79645,30712,'action started via WP Cron','2021-01-18 08:33:29','2021-01-18 03:33:29'),
(79646,30712,'action complete via WP Cron','2021-01-18 08:33:29','2021-01-18 03:33:29'),
(79647,30713,'action created','2021-01-18 08:33:29','2021-01-18 03:33:29'),
(79648,30713,'action started via WP Cron','2021-01-18 08:34:44','2021-01-18 03:34:44'),
(79649,30713,'action complete via WP Cron','2021-01-18 08:34:44','2021-01-18 03:34:44'),
(79650,30714,'action created','2021-01-18 08:34:44','2021-01-18 03:34:44'),
(79651,30714,'action started via WP Cron','2021-01-18 08:35:23','2021-01-18 03:35:23'),
(79652,30714,'action complete via WP Cron','2021-01-18 08:35:23','2021-01-18 03:35:23'),
(79653,30715,'action created','2021-01-18 08:35:23','2021-01-18 03:35:23'),
(79654,30715,'action started via WP Cron','2021-01-18 08:36:45','2021-01-18 03:36:45'),
(79655,30715,'action complete via WP Cron','2021-01-18 08:36:45','2021-01-18 03:36:45'),
(79656,30716,'action created','2021-01-18 08:36:45','2021-01-18 03:36:45'),
(79657,30716,'action started via WP Cron','2021-01-18 08:37:12','2021-01-18 03:37:12'),
(79658,30716,'action complete via WP Cron','2021-01-18 08:37:12','2021-01-18 03:37:12'),
(79659,30717,'action created','2021-01-18 08:37:12','2021-01-18 03:37:12'),
(79660,30717,'action started via WP Cron','2021-01-18 08:38:13','2021-01-18 03:38:13'),
(79661,30717,'action complete via WP Cron','2021-01-18 08:38:13','2021-01-18 03:38:13'),
(79662,30718,'action created','2021-01-18 08:38:13','2021-01-18 03:38:13'),
(79663,30718,'action started via WP Cron','2021-01-18 08:39:22','2021-01-18 03:39:22'),
(79664,30718,'action complete via WP Cron','2021-01-18 08:39:22','2021-01-18 03:39:22'),
(79665,30719,'action created','2021-01-18 08:39:22','2021-01-18 03:39:22'),
(79666,30719,'action started via WP Cron','2021-01-18 08:40:20','2021-01-18 03:40:20'),
(79667,30719,'action complete via WP Cron','2021-01-18 08:40:20','2021-01-18 03:40:20'),
(79668,30720,'action created','2021-01-18 08:40:20','2021-01-18 03:40:20'),
(79669,30720,'action started via WP Cron','2021-01-18 08:42:54','2021-01-18 03:42:54'),
(79670,30720,'action complete via WP Cron','2021-01-18 08:42:54','2021-01-18 03:42:54'),
(79671,30721,'action created','2021-01-18 08:42:54','2021-01-18 03:42:54'),
(79672,30721,'action started via WP Cron','2021-01-18 08:44:14','2021-01-18 03:44:14'),
(79673,30721,'action complete via WP Cron','2021-01-18 08:44:14','2021-01-18 03:44:14'),
(79674,30722,'action created','2021-01-18 08:44:14','2021-01-18 03:44:14'),
(79675,30722,'action started via WP Cron','2021-01-18 08:45:36','2021-01-18 03:45:36'),
(79676,30722,'action complete via WP Cron','2021-01-18 08:45:37','2021-01-18 03:45:37'),
(79677,30723,'action created','2021-01-18 08:45:37','2021-01-18 03:45:37'),
(79678,30723,'action started via WP Cron','2021-01-18 08:46:46','2021-01-18 03:46:46'),
(79679,30723,'action complete via WP Cron','2021-01-18 08:46:46','2021-01-18 03:46:46'),
(79680,30724,'action created','2021-01-18 08:46:46','2021-01-18 03:46:46'),
(79681,30724,'action started via WP Cron','2021-01-18 08:47:42','2021-01-18 03:47:42'),
(79682,30724,'action complete via WP Cron','2021-01-18 08:47:42','2021-01-18 03:47:42'),
(79683,30725,'action created','2021-01-18 08:47:42','2021-01-18 03:47:42'),
(79684,30725,'action started via WP Cron','2021-01-18 08:49:10','2021-01-18 03:49:10'),
(79685,30725,'action complete via WP Cron','2021-01-18 08:49:10','2021-01-18 03:49:10'),
(79686,30726,'action created','2021-01-18 08:49:10','2021-01-18 03:49:10'),
(79687,30726,'action started via WP Cron','2021-01-18 08:50:15','2021-01-18 03:50:15'),
(79688,30726,'action complete via WP Cron','2021-01-18 08:50:15','2021-01-18 03:50:15'),
(79689,30727,'action created','2021-01-18 08:50:15','2021-01-18 03:50:15'),
(79690,30727,'action started via WP Cron','2021-01-18 08:53:46','2021-01-18 03:53:46'),
(79691,30727,'action complete via WP Cron','2021-01-18 08:53:46','2021-01-18 03:53:46'),
(79692,30728,'action created','2021-01-18 08:53:46','2021-01-18 03:53:46'),
(79693,30728,'action started via WP Cron','2021-01-18 08:54:14','2021-01-18 03:54:14'),
(79694,30728,'action complete via WP Cron','2021-01-18 08:54:14','2021-01-18 03:54:14'),
(79695,30729,'action created','2021-01-18 08:54:14','2021-01-18 03:54:14'),
(79696,30729,'action started via WP Cron','2021-01-18 08:55:47','2021-01-18 03:55:47'),
(79697,30729,'action complete via WP Cron','2021-01-18 08:55:47','2021-01-18 03:55:47'),
(79698,30730,'action created','2021-01-18 08:55:47','2021-01-18 03:55:47'),
(79699,30730,'action started via WP Cron','2021-01-18 08:57:24','2021-01-18 03:57:24'),
(79700,30730,'action complete via WP Cron','2021-01-18 08:57:24','2021-01-18 03:57:24'),
(79701,30731,'action created','2021-01-18 08:57:24','2021-01-18 03:57:24'),
(79702,30731,'action started via WP Cron','2021-01-18 08:58:46','2021-01-18 03:58:46'),
(79703,30731,'action complete via WP Cron','2021-01-18 08:58:46','2021-01-18 03:58:46'),
(79704,30732,'action created','2021-01-18 08:58:46','2021-01-18 03:58:46'),
(79705,30732,'action started via WP Cron','2021-01-18 08:59:19','2021-01-18 03:59:19'),
(79706,30732,'action complete via WP Cron','2021-01-18 08:59:19','2021-01-18 03:59:19'),
(79707,30733,'action created','2021-01-18 08:59:19','2021-01-18 03:59:19'),
(79708,30733,'action started via WP Cron','2021-01-18 09:00:12','2021-01-18 04:00:12'),
(79709,30733,'action complete via WP Cron','2021-01-18 09:00:12','2021-01-18 04:00:12'),
(79710,30734,'action created','2021-01-18 09:00:13','2021-01-18 04:00:13'),
(79711,30734,'action started via WP Cron','2021-01-18 09:01:57','2021-01-18 04:01:57'),
(79712,30734,'action complete via WP Cron','2021-01-18 09:01:57','2021-01-18 04:01:57'),
(79713,30735,'action created','2021-01-18 09:01:57','2021-01-18 04:01:57'),
(79714,30735,'action started via WP Cron','2021-01-18 09:03:18','2021-01-18 04:03:18'),
(79715,30735,'action complete via WP Cron','2021-01-18 09:03:18','2021-01-18 04:03:18'),
(79716,30736,'action created','2021-01-18 09:03:18','2021-01-18 04:03:18'),
(79717,30736,'action started via WP Cron','2021-01-18 09:06:04','2021-01-18 04:06:04'),
(79718,30736,'action complete via WP Cron','2021-01-18 09:06:04','2021-01-18 04:06:04'),
(79719,30737,'action created','2021-01-18 09:06:04','2021-01-18 04:06:04'),
(79720,30737,'action started via WP Cron','2021-01-18 09:06:30','2021-01-18 04:06:30'),
(79721,30737,'action complete via WP Cron','2021-01-18 09:06:30','2021-01-18 04:06:30'),
(79722,30738,'action created','2021-01-18 09:06:31','2021-01-18 04:06:31'),
(79723,30738,'action started via WP Cron','2021-01-18 09:07:53','2021-01-18 04:07:53'),
(79724,30738,'action complete via WP Cron','2021-01-18 09:07:53','2021-01-18 04:07:53'),
(79725,30739,'action created','2021-01-18 09:07:53','2021-01-18 04:07:53'),
(79726,30739,'action started via WP Cron','2021-01-18 09:08:18','2021-01-18 04:08:18'),
(79727,30739,'action complete via WP Cron','2021-01-18 09:08:18','2021-01-18 04:08:18'),
(79728,30740,'action created','2021-01-18 09:08:18','2021-01-18 04:08:18'),
(79729,30740,'action started via WP Cron','2021-01-18 09:11:19','2021-01-18 04:11:19'),
(79730,30740,'action complete via WP Cron','2021-01-18 09:11:19','2021-01-18 04:11:19'),
(79731,30741,'action created','2021-01-18 09:11:19','2021-01-18 04:11:19'),
(79732,30741,'action started via WP Cron','2021-01-18 09:13:00','2021-01-18 04:13:00'),
(79733,30741,'action complete via WP Cron','2021-01-18 09:13:00','2021-01-18 04:13:00'),
(79734,30742,'action created','2021-01-18 09:13:00','2021-01-18 04:13:00'),
(79735,30742,'action started via WP Cron','2021-01-18 09:13:55','2021-01-18 04:13:55'),
(79736,30742,'action complete via WP Cron','2021-01-18 09:13:55','2021-01-18 04:13:55'),
(79737,30743,'action created','2021-01-18 09:13:55','2021-01-18 04:13:55'),
(79738,30743,'action started via WP Cron','2021-01-18 09:14:28','2021-01-18 04:14:28'),
(79739,30743,'action complete via WP Cron','2021-01-18 09:14:28','2021-01-18 04:14:28'),
(79740,30744,'action created','2021-01-18 09:14:28','2021-01-18 04:14:28'),
(79741,30744,'action started via WP Cron','2021-01-18 09:15:16','2021-01-18 04:15:16'),
(79742,30744,'action complete via WP Cron','2021-01-18 09:15:16','2021-01-18 04:15:16'),
(79743,30745,'action created','2021-01-18 09:15:16','2021-01-18 04:15:16'),
(79744,30745,'action started via WP Cron','2021-01-18 09:16:12','2021-01-18 04:16:12'),
(79745,30745,'action complete via WP Cron','2021-01-18 09:16:12','2021-01-18 04:16:12'),
(79746,30746,'action created','2021-01-18 09:16:12','2021-01-18 04:16:12'),
(79747,30746,'action started via WP Cron','2021-01-18 09:17:17','2021-01-18 04:17:17'),
(79748,30746,'action complete via WP Cron','2021-01-18 09:17:17','2021-01-18 04:17:17'),
(79749,30747,'action created','2021-01-18 09:17:17','2021-01-18 04:17:17'),
(79750,30747,'action started via WP Cron','2021-01-18 09:19:26','2021-01-18 04:19:26'),
(79751,30747,'action complete via WP Cron','2021-01-18 09:19:26','2021-01-18 04:19:26'),
(79752,30748,'action created','2021-01-18 09:19:26','2021-01-18 04:19:26'),
(79753,30748,'action started via WP Cron','2021-01-18 09:20:13','2021-01-18 04:20:13'),
(79754,30748,'action complete via WP Cron','2021-01-18 09:20:13','2021-01-18 04:20:13'),
(79755,30749,'action created','2021-01-18 09:20:13','2021-01-18 04:20:13'),
(79756,30749,'action started via WP Cron','2021-01-18 09:21:32','2021-01-18 04:21:32'),
(79757,30749,'action complete via WP Cron','2021-01-18 09:21:32','2021-01-18 04:21:32'),
(79758,30750,'action created','2021-01-18 09:21:32','2021-01-18 04:21:32'),
(79759,30750,'action started via WP Cron','2021-01-18 09:22:31','2021-01-18 04:22:31'),
(79760,30750,'action complete via WP Cron','2021-01-18 09:22:31','2021-01-18 04:22:31'),
(79761,30751,'action created','2021-01-18 09:22:31','2021-01-18 04:22:31'),
(79762,30751,'action started via WP Cron','2021-01-18 09:24:41','2021-01-18 04:24:41'),
(79763,30751,'action complete via WP Cron','2021-01-18 09:24:41','2021-01-18 04:24:41'),
(79764,30752,'action created','2021-01-18 09:24:41','2021-01-18 04:24:41'),
(79765,30752,'action started via WP Cron','2021-01-18 09:26:01','2021-01-18 04:26:01'),
(79766,30752,'action complete via WP Cron','2021-01-18 09:26:01','2021-01-18 04:26:01'),
(79767,30753,'action created','2021-01-18 09:26:01','2021-01-18 04:26:01'),
(79768,30753,'action started via WP Cron','2021-01-18 09:27:00','2021-01-18 04:27:00'),
(79769,30753,'action complete via WP Cron','2021-01-18 09:27:00','2021-01-18 04:27:00'),
(79770,30754,'action created','2021-01-18 09:27:00','2021-01-18 04:27:00'),
(79771,30754,'action started via WP Cron','2021-01-18 09:27:30','2021-01-18 04:27:30'),
(79772,30754,'action complete via WP Cron','2021-01-18 09:27:30','2021-01-18 04:27:30'),
(79773,30755,'action created','2021-01-18 09:27:30','2021-01-18 04:27:30'),
(79774,30755,'action started via WP Cron','2021-01-18 09:28:41','2021-01-18 04:28:41'),
(79775,30755,'action complete via WP Cron','2021-01-18 09:28:41','2021-01-18 04:28:41'),
(79776,30756,'action created','2021-01-18 09:28:41','2021-01-18 04:28:41'),
(79777,30756,'action started via WP Cron','2021-01-18 09:30:07','2021-01-18 04:30:07'),
(79778,30756,'action complete via WP Cron','2021-01-18 09:30:07','2021-01-18 04:30:07'),
(79779,30757,'action created','2021-01-18 09:30:07','2021-01-18 04:30:07'),
(79780,30757,'action started via WP Cron','2021-01-18 09:30:18','2021-01-18 04:30:18'),
(79781,30757,'action complete via WP Cron','2021-01-18 09:30:18','2021-01-18 04:30:18'),
(79782,30758,'action created','2021-01-18 09:30:18','2021-01-18 04:30:18'),
(79783,30758,'action started via WP Cron','2021-01-18 09:31:25','2021-01-18 04:31:25'),
(79784,30758,'action complete via WP Cron','2021-01-18 09:31:25','2021-01-18 04:31:25'),
(79785,30759,'action created','2021-01-18 09:31:25','2021-01-18 04:31:25'),
(79786,30759,'action started via WP Cron','2021-01-18 09:32:25','2021-01-18 04:32:25'),
(79787,30759,'action complete via WP Cron','2021-01-18 09:32:25','2021-01-18 04:32:25'),
(79788,30760,'action created','2021-01-18 09:32:25','2021-01-18 04:32:25'),
(79789,30760,'action started via WP Cron','2021-01-18 09:33:26','2021-01-18 04:33:26'),
(79790,30760,'action complete via WP Cron','2021-01-18 09:33:26','2021-01-18 04:33:26'),
(79791,30761,'action created','2021-01-18 09:33:26','2021-01-18 04:33:26'),
(79792,30761,'action started via WP Cron','2021-01-18 09:34:45','2021-01-18 04:34:45'),
(79793,30761,'action complete via WP Cron','2021-01-18 09:34:45','2021-01-18 04:34:45'),
(79794,30762,'action created','2021-01-18 09:34:45','2021-01-18 04:34:45'),
(79795,30762,'action started via WP Cron','2021-01-18 09:35:34','2021-01-18 04:35:34'),
(79796,30762,'action complete via WP Cron','2021-01-18 09:35:34','2021-01-18 04:35:34'),
(79797,30763,'action created','2021-01-18 09:35:34','2021-01-18 04:35:34'),
(79798,30763,'action started via WP Cron','2021-01-18 09:36:34','2021-01-18 04:36:34'),
(79799,30763,'action complete via WP Cron','2021-01-18 09:36:34','2021-01-18 04:36:34'),
(79800,30764,'action created','2021-01-18 09:36:34','2021-01-18 04:36:34'),
(79801,30764,'action started via WP Cron','2021-01-18 09:37:29','2021-01-18 04:37:29'),
(79802,30764,'action complete via WP Cron','2021-01-18 09:37:29','2021-01-18 04:37:29'),
(79803,30765,'action created','2021-01-18 09:37:29','2021-01-18 04:37:29'),
(79804,30765,'action started via WP Cron','2021-01-18 09:38:51','2021-01-18 04:38:51'),
(79805,30765,'action complete via WP Cron','2021-01-18 09:38:51','2021-01-18 04:38:51'),
(79806,30766,'action created','2021-01-18 09:38:51','2021-01-18 04:38:51'),
(79807,30766,'action started via WP Cron','2021-01-18 09:40:29','2021-01-18 04:40:29'),
(79808,30766,'action complete via WP Cron','2021-01-18 09:40:29','2021-01-18 04:40:29'),
(79809,30767,'action created','2021-01-18 09:40:29','2021-01-18 04:40:29'),
(79810,30767,'action started via WP Cron','2021-01-18 09:41:25','2021-01-18 04:41:25'),
(79811,30767,'action complete via WP Cron','2021-01-18 09:41:25','2021-01-18 04:41:25'),
(79812,30768,'action created','2021-01-18 09:41:25','2021-01-18 04:41:25'),
(79813,30768,'action started via WP Cron','2021-01-18 09:42:47','2021-01-18 04:42:47'),
(79814,30768,'action complete via WP Cron','2021-01-18 09:42:47','2021-01-18 04:42:47'),
(79815,30769,'action created','2021-01-18 09:42:47','2021-01-18 04:42:47'),
(79816,30769,'action started via WP Cron','2021-01-18 09:43:20','2021-01-18 04:43:20'),
(79817,30769,'action complete via WP Cron','2021-01-18 09:43:20','2021-01-18 04:43:20'),
(79818,30770,'action created','2021-01-18 09:43:21','2021-01-18 04:43:21'),
(79819,30770,'action started via WP Cron','2021-01-18 09:45:27','2021-01-18 04:45:27'),
(79820,30770,'action complete via WP Cron','2021-01-18 09:45:27','2021-01-18 04:45:27'),
(79821,30771,'action created','2021-01-18 09:45:27','2021-01-18 04:45:27'),
(79822,30771,'action started via WP Cron','2021-01-18 09:46:24','2021-01-18 04:46:24'),
(79823,30771,'action complete via WP Cron','2021-01-18 09:46:24','2021-01-18 04:46:24'),
(79824,30772,'action created','2021-01-18 09:46:24','2021-01-18 04:46:24'),
(79825,30772,'action started via WP Cron','2021-01-18 09:47:31','2021-01-18 04:47:31'),
(79826,30772,'action complete via WP Cron','2021-01-18 09:47:31','2021-01-18 04:47:31'),
(79827,30773,'action created','2021-01-18 09:47:31','2021-01-18 04:47:31'),
(79828,30773,'action started via WP Cron','2021-01-18 09:49:36','2021-01-18 04:49:36'),
(79829,30773,'action complete via WP Cron','2021-01-18 09:49:36','2021-01-18 04:49:36'),
(79830,30774,'action created','2021-01-18 09:49:36','2021-01-18 04:49:36'),
(79831,30774,'action started via WP Cron','2021-01-18 09:50:14','2021-01-18 04:50:14'),
(79832,30774,'action complete via WP Cron','2021-01-18 09:50:14','2021-01-18 04:50:14'),
(79833,30775,'action created','2021-01-18 09:50:14','2021-01-18 04:50:14'),
(79834,30775,'action started via WP Cron','2021-01-18 09:51:39','2021-01-18 04:51:39'),
(79835,30775,'action complete via WP Cron','2021-01-18 09:51:39','2021-01-18 04:51:39'),
(79836,30776,'action created','2021-01-18 09:51:39','2021-01-18 04:51:39'),
(79837,30776,'action started via WP Cron','2021-01-18 09:52:23','2021-01-18 04:52:23'),
(79838,30776,'action complete via WP Cron','2021-01-18 09:52:23','2021-01-18 04:52:23'),
(79839,30777,'action created','2021-01-18 09:52:23','2021-01-18 04:52:23'),
(79840,30777,'action started via WP Cron','2021-01-18 09:53:32','2021-01-18 04:53:32'),
(79841,30777,'action complete via WP Cron','2021-01-18 09:53:32','2021-01-18 04:53:32'),
(79842,30778,'action created','2021-01-18 09:53:32','2021-01-18 04:53:32'),
(79843,30778,'action started via WP Cron','2021-01-18 09:55:03','2021-01-18 04:55:03'),
(79844,30778,'action complete via WP Cron','2021-01-18 09:55:03','2021-01-18 04:55:03'),
(79845,30779,'action created','2021-01-18 09:55:03','2021-01-18 04:55:03'),
(79846,30779,'action started via WP Cron','2021-01-18 09:55:34','2021-01-18 04:55:34'),
(79847,30779,'action complete via WP Cron','2021-01-18 09:55:34','2021-01-18 04:55:34'),
(79848,30780,'action created','2021-01-18 09:55:34','2021-01-18 04:55:34'),
(79849,30780,'action started via WP Cron','2021-01-18 09:56:26','2021-01-18 04:56:26'),
(79850,30780,'action complete via WP Cron','2021-01-18 09:56:26','2021-01-18 04:56:26'),
(79851,30781,'action created','2021-01-18 09:56:26','2021-01-18 04:56:26'),
(79852,30781,'action started via WP Cron','2021-01-18 09:57:24','2021-01-18 04:57:24'),
(79853,30781,'action complete via WP Cron','2021-01-18 09:57:24','2021-01-18 04:57:24'),
(79854,30782,'action created','2021-01-18 09:57:24','2021-01-18 04:57:24'),
(79855,30782,'action started via WP Cron','2021-01-18 09:58:18','2021-01-18 04:58:18'),
(79856,30782,'action complete via WP Cron','2021-01-18 09:58:18','2021-01-18 04:58:18'),
(79857,30783,'action created','2021-01-18 09:58:18','2021-01-18 04:58:18'),
(79858,30783,'action started via WP Cron','2021-01-18 09:59:14','2021-01-18 04:59:14'),
(79859,30783,'action complete via WP Cron','2021-01-18 09:59:14','2021-01-18 04:59:14'),
(79860,30784,'action created','2021-01-18 09:59:14','2021-01-18 04:59:14'),
(79861,30784,'action started via WP Cron','2021-01-18 10:01:02','2021-01-18 05:01:02'),
(79862,30784,'action complete via WP Cron','2021-01-18 10:01:02','2021-01-18 05:01:02'),
(79863,30785,'action created','2021-01-18 10:01:02','2021-01-18 05:01:02'),
(79864,30785,'action started via WP Cron','2021-01-18 10:01:20','2021-01-18 05:01:20'),
(79865,30785,'action complete via WP Cron','2021-01-18 10:01:20','2021-01-18 05:01:20'),
(79866,30786,'action created','2021-01-18 10:01:20','2021-01-18 05:01:20'),
(79867,30786,'action started via WP Cron','2021-01-18 10:02:48','2021-01-18 05:02:48'),
(79868,30786,'action complete via WP Cron','2021-01-18 10:02:48','2021-01-18 05:02:48'),
(79869,30787,'action created','2021-01-18 10:02:48','2021-01-18 05:02:48'),
(79870,30787,'action started via WP Cron','2021-01-18 10:03:17','2021-01-18 05:03:17'),
(79871,30787,'action complete via WP Cron','2021-01-18 10:03:17','2021-01-18 05:03:17'),
(79872,30788,'action created','2021-01-18 10:03:17','2021-01-18 05:03:17'),
(79873,30788,'action started via WP Cron','2021-01-18 10:04:22','2021-01-18 05:04:22'),
(79874,30788,'action complete via WP Cron','2021-01-18 10:04:22','2021-01-18 05:04:22'),
(79875,30789,'action created','2021-01-18 10:04:22','2021-01-18 05:04:22'),
(79876,30789,'action started via WP Cron','2021-01-18 10:05:23','2021-01-18 05:05:23'),
(79877,30789,'action complete via WP Cron','2021-01-18 10:05:23','2021-01-18 05:05:23'),
(79878,30790,'action created','2021-01-18 10:05:23','2021-01-18 05:05:23'),
(79879,30790,'action started via WP Cron','2021-01-18 10:06:33','2021-01-18 05:06:33'),
(79880,30790,'action complete via WP Cron','2021-01-18 10:06:33','2021-01-18 05:06:33'),
(79881,30791,'action created','2021-01-18 10:06:33','2021-01-18 05:06:33'),
(79882,30791,'action started via WP Cron','2021-01-18 10:07:33','2021-01-18 05:07:33'),
(79883,30791,'action complete via WP Cron','2021-01-18 10:07:33','2021-01-18 05:07:33'),
(79884,30792,'action created','2021-01-18 10:07:33','2021-01-18 05:07:33'),
(79885,30792,'action started via WP Cron','2021-01-18 10:08:16','2021-01-18 05:08:16'),
(79886,30792,'action complete via WP Cron','2021-01-18 10:08:16','2021-01-18 05:08:16'),
(79887,30793,'action created','2021-01-18 10:08:17','2021-01-18 05:08:17'),
(79888,30793,'action started via WP Cron','2021-01-18 10:09:38','2021-01-18 05:09:38'),
(79889,30793,'action complete via WP Cron','2021-01-18 10:09:38','2021-01-18 05:09:38'),
(79890,30794,'action created','2021-01-18 10:09:38','2021-01-18 05:09:38'),
(79891,30794,'action started via WP Cron','2021-01-18 10:10:18','2021-01-18 05:10:18'),
(79892,30794,'action complete via WP Cron','2021-01-18 10:10:18','2021-01-18 05:10:18'),
(79893,30795,'action created','2021-01-18 10:10:18','2021-01-18 05:10:18'),
(79894,30795,'action started via WP Cron','2021-01-18 10:11:38','2021-01-18 05:11:38'),
(79895,30795,'action complete via WP Cron','2021-01-18 10:11:38','2021-01-18 05:11:38'),
(79896,30796,'action created','2021-01-18 10:11:38','2021-01-18 05:11:38'),
(79897,30796,'action started via WP Cron','2021-01-18 10:12:49','2021-01-18 05:12:49'),
(79898,30796,'action complete via WP Cron','2021-01-18 10:12:49','2021-01-18 05:12:49'),
(79899,30797,'action created','2021-01-18 10:12:49','2021-01-18 05:12:49'),
(79900,30797,'action started via WP Cron','2021-01-18 10:14:01','2021-01-18 05:14:01'),
(79901,30797,'action complete via WP Cron','2021-01-18 10:14:01','2021-01-18 05:14:01'),
(79902,30798,'action created','2021-01-18 10:14:01','2021-01-18 05:14:01'),
(79903,30798,'action started via WP Cron','2021-01-18 10:14:12','2021-01-18 05:14:12'),
(79904,30798,'action complete via WP Cron','2021-01-18 10:14:12','2021-01-18 05:14:12'),
(79905,30799,'action created','2021-01-18 10:14:12','2021-01-18 05:14:12'),
(79906,30799,'action started via WP Cron','2021-01-18 10:15:12','2021-01-18 05:15:12'),
(79907,30799,'action complete via WP Cron','2021-01-18 10:15:12','2021-01-18 05:15:12'),
(79908,30800,'action created','2021-01-18 10:15:12','2021-01-18 05:15:12'),
(79909,30800,'action started via WP Cron','2021-01-18 10:16:27','2021-01-18 05:16:27'),
(79910,30800,'action complete via WP Cron','2021-01-18 10:16:27','2021-01-18 05:16:27'),
(79911,30801,'action created','2021-01-18 10:16:27','2021-01-18 05:16:27'),
(79912,30801,'action started via WP Cron','2021-01-18 10:17:32','2021-01-18 05:17:32'),
(79913,30801,'action complete via WP Cron','2021-01-18 10:17:32','2021-01-18 05:17:32'),
(79914,30802,'action created','2021-01-18 10:17:32','2021-01-18 05:17:32'),
(79915,30802,'action started via WP Cron','2021-01-18 10:18:26','2021-01-18 05:18:26'),
(79916,30802,'action complete via WP Cron','2021-01-18 10:18:26','2021-01-18 05:18:26'),
(79917,30803,'action created','2021-01-18 10:18:26','2021-01-18 05:18:26'),
(79918,30803,'action started via WP Cron','2021-01-18 10:19:14','2021-01-18 05:19:14'),
(79919,30803,'action complete via WP Cron','2021-01-18 10:19:14','2021-01-18 05:19:14'),
(79920,30804,'action created','2021-01-18 10:19:14','2021-01-18 05:19:14'),
(79921,30804,'action started via WP Cron','2021-01-18 10:20:14','2021-01-18 05:20:14'),
(79922,30804,'action complete via WP Cron','2021-01-18 10:20:14','2021-01-18 05:20:14'),
(79923,30805,'action created','2021-01-18 10:20:14','2021-01-18 05:20:14'),
(79924,30805,'action started via WP Cron','2021-01-18 10:21:24','2021-01-18 05:21:24'),
(79925,30805,'action complete via WP Cron','2021-01-18 10:21:24','2021-01-18 05:21:24'),
(79926,30806,'action created','2021-01-18 10:21:24','2021-01-18 05:21:24'),
(79927,30806,'action started via WP Cron','2021-01-18 10:22:31','2021-01-18 05:22:31'),
(79928,30806,'action complete via WP Cron','2021-01-18 10:22:31','2021-01-18 05:22:31'),
(79929,30807,'action created','2021-01-18 10:22:31','2021-01-18 05:22:31'),
(79930,30807,'action started via WP Cron','2021-01-18 10:23:20','2021-01-18 05:23:20'),
(79931,30807,'action complete via WP Cron','2021-01-18 10:23:20','2021-01-18 05:23:20'),
(79932,30808,'action created','2021-01-18 10:23:20','2021-01-18 05:23:20'),
(79933,30808,'action started via WP Cron','2021-01-18 10:24:40','2021-01-18 05:24:40'),
(79934,30808,'action complete via WP Cron','2021-01-18 10:24:40','2021-01-18 05:24:40'),
(79935,30809,'action created','2021-01-18 10:24:40','2021-01-18 05:24:40'),
(79936,30809,'action started via WP Cron','2021-01-18 10:25:27','2021-01-18 05:25:27'),
(79937,30809,'action complete via WP Cron','2021-01-18 10:25:27','2021-01-18 05:25:27'),
(79938,30810,'action created','2021-01-18 10:25:27','2021-01-18 05:25:27'),
(79939,30810,'action started via WP Cron','2021-01-18 10:26:18','2021-01-18 05:26:18'),
(79940,30810,'action complete via WP Cron','2021-01-18 10:26:18','2021-01-18 05:26:18'),
(79941,30811,'action created','2021-01-18 10:26:18','2021-01-18 05:26:18'),
(79942,30811,'action started via WP Cron','2021-01-18 10:27:24','2021-01-18 05:27:24'),
(79943,30811,'action complete via WP Cron','2021-01-18 10:27:24','2021-01-18 05:27:24'),
(79944,30812,'action created','2021-01-18 10:27:24','2021-01-18 05:27:24'),
(79945,30812,'action started via WP Cron','2021-01-18 10:28:27','2021-01-18 05:28:27'),
(79946,30812,'action complete via WP Cron','2021-01-18 10:28:27','2021-01-18 05:28:27'),
(79947,30813,'action created','2021-01-18 10:28:27','2021-01-18 05:28:27'),
(79948,30813,'action started via WP Cron','2021-01-18 10:29:21','2021-01-18 05:29:21'),
(79949,30813,'action complete via WP Cron','2021-01-18 10:29:21','2021-01-18 05:29:21'),
(79950,30814,'action created','2021-01-18 10:29:21','2021-01-18 05:29:21'),
(79951,30814,'action started via WP Cron','2021-01-18 10:30:18','2021-01-18 05:30:18'),
(79952,30814,'action complete via WP Cron','2021-01-18 10:30:18','2021-01-18 05:30:18'),
(79953,30815,'action created','2021-01-18 10:30:18','2021-01-18 05:30:18'),
(79954,30815,'action started via WP Cron','2021-01-18 10:32:36','2021-01-18 05:32:36'),
(79955,30815,'action complete via WP Cron','2021-01-18 10:32:36','2021-01-18 05:32:36'),
(79956,30816,'action created','2021-01-18 10:32:36','2021-01-18 05:32:36'),
(79957,30816,'action started via WP Cron','2021-01-18 10:33:24','2021-01-18 05:33:24'),
(79958,30816,'action complete via WP Cron','2021-01-18 10:33:24','2021-01-18 05:33:24'),
(79959,30817,'action created','2021-01-18 10:33:24','2021-01-18 05:33:24'),
(79960,30817,'action started via WP Cron','2021-01-18 10:34:41','2021-01-18 05:34:41'),
(79961,30817,'action complete via WP Cron','2021-01-18 10:34:41','2021-01-18 05:34:41'),
(79962,30818,'action created','2021-01-18 10:34:41','2021-01-18 05:34:41'),
(79963,30818,'action started via WP Cron','2021-01-18 10:35:15','2021-01-18 05:35:15'),
(79964,30818,'action complete via WP Cron','2021-01-18 10:35:15','2021-01-18 05:35:15'),
(79965,30819,'action created','2021-01-18 10:35:15','2021-01-18 05:35:15'),
(79966,30819,'action started via WP Cron','2021-01-18 10:36:34','2021-01-18 05:36:34'),
(79967,30819,'action complete via WP Cron','2021-01-18 10:36:34','2021-01-18 05:36:34'),
(79968,30820,'action created','2021-01-18 10:36:34','2021-01-18 05:36:34'),
(79969,30820,'action started via WP Cron','2021-01-18 10:37:34','2021-01-18 05:37:34'),
(79970,30820,'action complete via WP Cron','2021-01-18 10:37:34','2021-01-18 05:37:34'),
(79971,30821,'action created','2021-01-18 10:37:34','2021-01-18 05:37:34'),
(79972,30821,'action started via WP Cron','2021-01-18 10:38:19','2021-01-18 05:38:19'),
(79973,30821,'action complete via WP Cron','2021-01-18 10:38:19','2021-01-18 05:38:19'),
(79974,30822,'action created','2021-01-18 10:38:19','2021-01-18 05:38:19'),
(79975,30822,'action started via WP Cron','2021-01-18 10:39:12','2021-01-18 05:39:12'),
(79976,30822,'action complete via WP Cron','2021-01-18 10:39:12','2021-01-18 05:39:12'),
(79977,30823,'action created','2021-01-18 10:39:12','2021-01-18 05:39:12'),
(79978,30823,'action started via WP Cron','2021-01-18 10:40:41','2021-01-18 05:40:41'),
(79979,30823,'action complete via WP Cron','2021-01-18 10:40:41','2021-01-18 05:40:41'),
(79980,30824,'action created','2021-01-18 10:40:41','2021-01-18 05:40:41'),
(79981,30824,'action started via WP Cron','2021-01-18 10:41:16','2021-01-18 05:41:16'),
(79982,30824,'action complete via WP Cron','2021-01-18 10:41:16','2021-01-18 05:41:16'),
(79983,30825,'action created','2021-01-18 10:41:16','2021-01-18 05:41:16'),
(79984,30825,'action started via WP Cron','2021-01-18 10:42:28','2021-01-18 05:42:28'),
(79985,30825,'action complete via WP Cron','2021-01-18 10:42:28','2021-01-18 05:42:28'),
(79986,30826,'action created','2021-01-18 10:42:28','2021-01-18 05:42:28'),
(79987,30826,'action started via WP Cron','2021-01-18 10:44:37','2021-01-18 05:44:37'),
(79988,30826,'action complete via WP Cron','2021-01-18 10:44:37','2021-01-18 05:44:37'),
(79989,30827,'action created','2021-01-18 10:44:37','2021-01-18 05:44:37'),
(79990,30827,'action started via WP Cron','2021-01-18 10:45:30','2021-01-18 05:45:30'),
(79991,30827,'action complete via WP Cron','2021-01-18 10:45:30','2021-01-18 05:45:30'),
(79992,30828,'action created','2021-01-18 10:45:30','2021-01-18 05:45:30'),
(79993,30828,'action started via WP Cron','2021-01-18 10:46:17','2021-01-18 05:46:17'),
(79994,30828,'action complete via WP Cron','2021-01-18 10:46:17','2021-01-18 05:46:17'),
(79995,30829,'action created','2021-01-18 10:46:17','2021-01-18 05:46:17'),
(79996,30829,'action started via WP Cron','2021-01-18 10:49:23','2021-01-18 05:49:23'),
(79997,30829,'action complete via WP Cron','2021-01-18 10:49:23','2021-01-18 05:49:23'),
(79998,30830,'action created','2021-01-18 10:49:23','2021-01-18 05:49:23'),
(79999,30830,'action started via WP Cron','2021-01-18 10:51:04','2021-01-18 05:51:04'),
(80000,30830,'action complete via WP Cron','2021-01-18 10:51:04','2021-01-18 05:51:04'),
(80001,30831,'action created','2021-01-18 10:51:04','2021-01-18 05:51:04'),
(80002,30831,'action started via WP Cron','2021-01-18 10:51:16','2021-01-18 05:51:16'),
(80003,30831,'action complete via WP Cron','2021-01-18 10:51:16','2021-01-18 05:51:16'),
(80004,30832,'action created','2021-01-18 10:51:16','2021-01-18 05:51:16'),
(80005,30832,'action started via WP Cron','2021-01-18 10:52:18','2021-01-18 05:52:18'),
(80006,30832,'action complete via WP Cron','2021-01-18 10:52:18','2021-01-18 05:52:18'),
(80007,30833,'action created','2021-01-18 10:52:18','2021-01-18 05:52:18'),
(80008,30833,'action started via WP Cron','2021-01-18 10:53:26','2021-01-18 05:53:26'),
(80009,30833,'action complete via WP Cron','2021-01-18 10:53:26','2021-01-18 05:53:26'),
(80010,30834,'action created','2021-01-18 10:53:27','2021-01-18 05:53:27'),
(80011,30834,'action started via WP Cron','2021-01-18 10:55:43','2021-01-18 05:55:43'),
(80012,30834,'action complete via WP Cron','2021-01-18 10:55:43','2021-01-18 05:55:43'),
(80013,30835,'action created','2021-01-18 10:55:43','2021-01-18 05:55:43'),
(80014,30835,'action started via WP Cron','2021-01-18 10:57:42','2021-01-18 05:57:42'),
(80015,30835,'action complete via WP Cron','2021-01-18 10:57:42','2021-01-18 05:57:42'),
(80016,30836,'action created','2021-01-18 10:57:42','2021-01-18 05:57:42'),
(80017,30836,'action started via WP Cron','2021-01-18 10:59:27','2021-01-18 05:59:27'),
(80018,30836,'action complete via WP Cron','2021-01-18 10:59:27','2021-01-18 05:59:27'),
(80019,30837,'action created','2021-01-18 10:59:27','2021-01-18 05:59:27'),
(80020,30837,'action started via WP Cron','2021-01-18 11:01:05','2021-01-18 06:01:05'),
(80021,30837,'action complete via WP Cron','2021-01-18 11:01:05','2021-01-18 06:01:05'),
(80022,30838,'action created','2021-01-18 11:01:05','2021-01-18 06:01:05'),
(80023,30838,'action started via WP Cron','2021-01-18 11:02:12','2021-01-18 06:02:12'),
(80024,30838,'action complete via WP Cron','2021-01-18 11:02:12','2021-01-18 06:02:12'),
(80025,30839,'action created','2021-01-18 11:02:13','2021-01-18 06:02:13'),
(80026,30839,'action started via WP Cron','2021-01-18 11:03:19','2021-01-18 06:03:19'),
(80027,30839,'action complete via WP Cron','2021-01-18 11:03:19','2021-01-18 06:03:19'),
(80028,30840,'action created','2021-01-18 11:03:19','2021-01-18 06:03:19'),
(80029,30840,'action started via WP Cron','2021-01-18 11:04:18','2021-01-18 06:04:18'),
(80030,30840,'action complete via WP Cron','2021-01-18 11:04:18','2021-01-18 06:04:18'),
(80031,30841,'action created','2021-01-18 11:04:18','2021-01-18 06:04:18'),
(80032,30841,'action started via WP Cron','2021-01-18 11:05:15','2021-01-18 06:05:15'),
(80033,30841,'action complete via WP Cron','2021-01-18 11:05:15','2021-01-18 06:05:15'),
(80034,30842,'action created','2021-01-18 11:05:15','2021-01-18 06:05:15'),
(80035,30842,'action started via WP Cron','2021-01-18 11:07:18','2021-01-18 06:07:18'),
(80036,30842,'action complete via WP Cron','2021-01-18 11:07:18','2021-01-18 06:07:18'),
(80037,30843,'action created','2021-01-18 11:07:18','2021-01-18 06:07:18'),
(80038,30843,'action started via WP Cron','2021-01-18 11:08:40','2021-01-18 06:08:40'),
(80039,30843,'action complete via WP Cron','2021-01-18 11:08:40','2021-01-18 06:08:40'),
(80040,30844,'action created','2021-01-18 11:08:40','2021-01-18 06:08:40'),
(80041,30844,'action started via WP Cron','2021-01-18 11:09:46','2021-01-18 06:09:46'),
(80042,30844,'action complete via WP Cron','2021-01-18 11:09:46','2021-01-18 06:09:46'),
(80043,30845,'action created','2021-01-18 11:09:46','2021-01-18 06:09:46'),
(80044,30845,'action started via WP Cron','2021-01-18 11:10:15','2021-01-18 06:10:15'),
(80045,30845,'action complete via WP Cron','2021-01-18 11:10:15','2021-01-18 06:10:15'),
(80046,30846,'action created','2021-01-18 11:10:15','2021-01-18 06:10:15'),
(80047,30846,'action started via WP Cron','2021-01-18 11:11:22','2021-01-18 06:11:22'),
(80048,30846,'action complete via WP Cron','2021-01-18 11:11:22','2021-01-18 06:11:22'),
(80049,30847,'action created','2021-01-18 11:11:22','2021-01-18 06:11:22'),
(80050,30847,'action started via WP Cron','2021-01-18 11:13:26','2021-01-18 06:13:26'),
(80051,30847,'action complete via WP Cron','2021-01-18 11:13:26','2021-01-18 06:13:26'),
(80052,30848,'action created','2021-01-18 11:13:26','2021-01-18 06:13:26'),
(80053,30848,'action started via WP Cron','2021-01-18 11:15:29','2021-01-18 06:15:29'),
(80054,30848,'action complete via WP Cron','2021-01-18 11:15:29','2021-01-18 06:15:29'),
(80055,30849,'action created','2021-01-18 11:15:29','2021-01-18 06:15:29'),
(80056,30849,'action started via WP Cron','2021-01-18 11:16:45','2021-01-18 06:16:45'),
(80057,30849,'action complete via WP Cron','2021-01-18 11:16:45','2021-01-18 06:16:45'),
(80058,30850,'action created','2021-01-18 11:16:45','2021-01-18 06:16:45'),
(80059,30850,'action started via WP Cron','2021-01-18 11:17:59','2021-01-18 06:17:59'),
(80060,30850,'action complete via WP Cron','2021-01-18 11:17:59','2021-01-18 06:17:59'),
(80061,30851,'action created','2021-01-18 11:17:59','2021-01-18 06:17:59'),
(80062,30851,'action started via WP Cron','2021-01-18 11:19:02','2021-01-18 06:19:02'),
(80063,30851,'action complete via WP Cron','2021-01-18 11:19:02','2021-01-18 06:19:02'),
(80064,30852,'action created','2021-01-18 11:19:02','2021-01-18 06:19:02'),
(80065,30852,'action started via WP Cron','2021-01-18 11:21:30','2021-01-18 06:21:30'),
(80066,30852,'action complete via WP Cron','2021-01-18 11:21:30','2021-01-18 06:21:30'),
(80067,30853,'action created','2021-01-18 11:21:30','2021-01-18 06:21:30'),
(80068,30853,'action started via WP Cron','2021-01-18 11:22:44','2021-01-18 06:22:44'),
(80069,30853,'action complete via WP Cron','2021-01-18 11:22:44','2021-01-18 06:22:44'),
(80070,30854,'action created','2021-01-18 11:22:45','2021-01-18 06:22:45'),
(80071,30854,'action started via WP Cron','2021-01-18 11:23:19','2021-01-18 06:23:19'),
(80072,30854,'action complete via WP Cron','2021-01-18 11:23:19','2021-01-18 06:23:19'),
(80073,30855,'action created','2021-01-18 11:23:19','2021-01-18 06:23:19'),
(80074,30855,'action started via WP Cron','2021-01-18 11:24:19','2021-01-18 06:24:19'),
(80075,30855,'action complete via WP Cron','2021-01-18 11:24:19','2021-01-18 06:24:19'),
(80076,30856,'action created','2021-01-18 11:24:19','2021-01-18 06:24:19'),
(80077,30856,'action started via WP Cron','2021-01-18 11:25:20','2021-01-18 06:25:20'),
(80078,30856,'action complete via WP Cron','2021-01-18 11:25:20','2021-01-18 06:25:20'),
(80079,30857,'action created','2021-01-18 11:25:20','2021-01-18 06:25:20'),
(80080,30857,'action started via WP Cron','2021-01-18 11:26:35','2021-01-18 06:26:35'),
(80081,30857,'action complete via WP Cron','2021-01-18 11:26:35','2021-01-18 06:26:35'),
(80082,30858,'action created','2021-01-18 11:26:35','2021-01-18 06:26:35'),
(80083,30858,'action started via WP Cron','2021-01-18 11:27:40','2021-01-18 06:27:40'),
(80084,30858,'action complete via WP Cron','2021-01-18 11:27:40','2021-01-18 06:27:40'),
(80085,30859,'action created','2021-01-18 11:27:40','2021-01-18 06:27:40'),
(80086,30859,'action started via WP Cron','2021-01-18 11:28:12','2021-01-18 06:28:12'),
(80087,30859,'action complete via WP Cron','2021-01-18 11:28:12','2021-01-18 06:28:12'),
(80088,30860,'action created','2021-01-18 11:28:12','2021-01-18 06:28:12'),
(80089,30860,'action started via WP Cron','2021-01-18 11:29:30','2021-01-18 06:29:30'),
(80090,30860,'action complete via WP Cron','2021-01-18 11:29:30','2021-01-18 06:29:30'),
(80091,30861,'action created','2021-01-18 11:29:30','2021-01-18 06:29:30'),
(80092,30861,'action started via WP Cron','2021-01-18 11:31:19','2021-01-18 06:31:19'),
(80093,30861,'action complete via WP Cron','2021-01-18 11:31:19','2021-01-18 06:31:19'),
(80094,30862,'action created','2021-01-18 11:31:19','2021-01-18 06:31:19'),
(80095,30862,'action started via WP Cron','2021-01-18 11:32:43','2021-01-18 06:32:43'),
(80096,30862,'action complete via WP Cron','2021-01-18 11:32:43','2021-01-18 06:32:43'),
(80097,30863,'action created','2021-01-18 11:32:43','2021-01-18 06:32:43'),
(80098,30863,'action started via WP Cron','2021-01-18 11:33:51','2021-01-18 06:33:51'),
(80099,30863,'action complete via WP Cron','2021-01-18 11:33:51','2021-01-18 06:33:51'),
(80100,30864,'action created','2021-01-18 11:33:51','2021-01-18 06:33:51'),
(80101,30864,'action started via WP Cron','2021-01-18 11:34:30','2021-01-18 06:34:30'),
(80102,30864,'action complete via WP Cron','2021-01-18 11:34:30','2021-01-18 06:34:30'),
(80103,30865,'action created','2021-01-18 11:34:30','2021-01-18 06:34:30'),
(80104,30865,'action started via WP Cron','2021-01-18 11:36:00','2021-01-18 06:36:00'),
(80105,30865,'action complete via WP Cron','2021-01-18 11:36:00','2021-01-18 06:36:00'),
(80106,30866,'action created','2021-01-18 11:36:00','2021-01-18 06:36:00'),
(80107,30866,'action started via WP Cron','2021-01-18 11:37:43','2021-01-18 06:37:43'),
(80108,30866,'action complete via WP Cron','2021-01-18 11:37:43','2021-01-18 06:37:43'),
(80109,30867,'action created','2021-01-18 11:37:43','2021-01-18 06:37:43'),
(80110,30867,'action started via WP Cron','2021-01-18 11:39:36','2021-01-18 06:39:36'),
(80111,30867,'action complete via WP Cron','2021-01-18 11:39:36','2021-01-18 06:39:36'),
(80112,30868,'action created','2021-01-18 11:39:36','2021-01-18 06:39:36'),
(80113,30868,'action started via WP Cron','2021-01-18 11:40:17','2021-01-18 06:40:17'),
(80114,30868,'action complete via WP Cron','2021-01-18 11:40:17','2021-01-18 06:40:17'),
(80115,30869,'action created','2021-01-18 11:40:17','2021-01-18 06:40:17'),
(80116,30869,'action started via WP Cron','2021-01-18 11:41:40','2021-01-18 06:41:40'),
(80117,30869,'action complete via WP Cron','2021-01-18 11:41:40','2021-01-18 06:41:40'),
(80118,30870,'action created','2021-01-18 11:41:40','2021-01-18 06:41:40'),
(80119,30870,'action started via WP Cron','2021-01-18 11:42:33','2021-01-18 06:42:33'),
(80120,30870,'action complete via WP Cron','2021-01-18 11:42:33','2021-01-18 06:42:33'),
(80121,30871,'action created','2021-01-18 11:42:33','2021-01-18 06:42:33'),
(80122,30871,'action started via WP Cron','2021-01-18 11:43:12','2021-01-18 06:43:12'),
(80123,30871,'action complete via WP Cron','2021-01-18 11:43:12','2021-01-18 06:43:12'),
(80124,30872,'action created','2021-01-18 11:43:12','2021-01-18 06:43:12'),
(80125,30872,'action started via WP Cron','2021-01-18 11:44:18','2021-01-18 06:44:18'),
(80126,30872,'action complete via WP Cron','2021-01-18 11:44:18','2021-01-18 06:44:18'),
(80127,30873,'action created','2021-01-18 11:44:18','2021-01-18 06:44:18'),
(80128,30873,'action started via WP Cron','2021-01-18 11:45:12','2021-01-18 06:45:12'),
(80129,30873,'action complete via WP Cron','2021-01-18 11:45:12','2021-01-18 06:45:12'),
(80130,30874,'action created','2021-01-18 11:45:12','2021-01-18 06:45:12'),
(80131,30874,'action started via WP Cron','2021-01-18 11:47:26','2021-01-18 06:47:26'),
(80132,30874,'action complete via WP Cron','2021-01-18 11:47:26','2021-01-18 06:47:26'),
(80133,30875,'action created','2021-01-18 11:47:26','2021-01-18 06:47:26'),
(80134,30875,'action started via WP Cron','2021-01-18 11:49:39','2021-01-18 06:49:39'),
(80135,30875,'action complete via WP Cron','2021-01-18 11:49:39','2021-01-18 06:49:39'),
(80136,30876,'action created','2021-01-18 11:49:39','2021-01-18 06:49:39'),
(80137,30876,'action started via WP Cron','2021-01-18 11:50:26','2021-01-18 06:50:26'),
(80138,30876,'action complete via WP Cron','2021-01-18 11:50:26','2021-01-18 06:50:26'),
(80139,30877,'action created','2021-01-18 11:50:26','2021-01-18 06:50:26'),
(80140,30877,'action started via WP Cron','2021-01-18 11:52:42','2021-01-18 06:52:42'),
(80141,30877,'action complete via WP Cron','2021-01-18 11:52:42','2021-01-18 06:52:42'),
(80142,30878,'action created','2021-01-18 11:52:42','2021-01-18 06:52:42'),
(80143,30878,'action started via WP Cron','2021-01-18 11:53:49','2021-01-18 06:53:49'),
(80144,30878,'action complete via WP Cron','2021-01-18 11:53:49','2021-01-18 06:53:49'),
(80145,30879,'action created','2021-01-18 11:53:49','2021-01-18 06:53:49'),
(80146,30879,'action started via WP Cron','2021-01-18 11:55:16','2021-01-18 06:55:16'),
(80147,30879,'action complete via WP Cron','2021-01-18 11:55:16','2021-01-18 06:55:16'),
(80148,30880,'action created','2021-01-18 11:55:16','2021-01-18 06:55:16'),
(80149,30880,'action started via WP Cron','2021-01-18 11:56:18','2021-01-18 06:56:18'),
(80150,30880,'action complete via WP Cron','2021-01-18 11:56:18','2021-01-18 06:56:18'),
(80151,30881,'action created','2021-01-18 11:56:18','2021-01-18 06:56:18'),
(80152,30881,'action started via WP Cron','2021-01-18 11:58:26','2021-01-18 06:58:26'),
(80153,30881,'action complete via WP Cron','2021-01-18 11:58:26','2021-01-18 06:58:26'),
(80154,30882,'action created','2021-01-18 11:58:26','2021-01-18 06:58:26'),
(80155,30882,'action started via WP Cron','2021-01-18 12:00:00','2021-01-18 07:00:00'),
(80156,30882,'action complete via WP Cron','2021-01-18 12:00:00','2021-01-18 07:00:00'),
(80157,30883,'action created','2021-01-18 12:00:00','2021-01-18 07:00:00'),
(80158,30883,'action started via WP Cron','2021-01-18 12:00:12','2021-01-18 07:00:12'),
(80159,30883,'action complete via WP Cron','2021-01-18 12:00:12','2021-01-18 07:00:12'),
(80160,30884,'action created','2021-01-18 12:00:12','2021-01-18 07:00:12'),
(80161,30884,'action started via WP Cron','2021-01-18 12:01:49','2021-01-18 07:01:49'),
(80162,30884,'action complete via WP Cron','2021-01-18 12:01:49','2021-01-18 07:01:49'),
(80163,30885,'action created','2021-01-18 12:01:49','2021-01-18 07:01:49'),
(80164,30885,'action started via WP Cron','2021-01-18 12:02:21','2021-01-18 07:02:21'),
(80165,30885,'action complete via WP Cron','2021-01-18 12:02:21','2021-01-18 07:02:21'),
(80166,30886,'action created','2021-01-18 12:02:21','2021-01-18 07:02:21'),
(80167,30886,'action started via WP Cron','2021-01-18 12:03:42','2021-01-18 07:03:42'),
(80168,30886,'action complete via WP Cron','2021-01-18 12:03:42','2021-01-18 07:03:42'),
(80169,30887,'action created','2021-01-18 12:03:42','2021-01-18 07:03:42'),
(80170,30887,'action started via WP Cron','2021-01-18 12:04:39','2021-01-18 07:04:39'),
(80171,30887,'action complete via WP Cron','2021-01-18 12:04:39','2021-01-18 07:04:39'),
(80172,30888,'action created','2021-01-18 12:04:39','2021-01-18 07:04:39'),
(80173,30888,'action started via WP Cron','2021-01-18 12:05:12','2021-01-18 07:05:12'),
(80174,30888,'action complete via WP Cron','2021-01-18 12:05:12','2021-01-18 07:05:12'),
(80175,30889,'action created','2021-01-18 12:05:12','2021-01-18 07:05:12'),
(80176,30889,'action started via WP Cron','2021-01-18 12:06:33','2021-01-18 07:06:33'),
(80177,30889,'action complete via WP Cron','2021-01-18 12:06:33','2021-01-18 07:06:33'),
(80178,30890,'action created','2021-01-18 12:06:33','2021-01-18 07:06:33'),
(80179,30890,'action started via WP Cron','2021-01-18 12:07:42','2021-01-18 07:07:42'),
(80180,30890,'action complete via WP Cron','2021-01-18 12:07:42','2021-01-18 07:07:42'),
(80181,30891,'action created','2021-01-18 12:07:42','2021-01-18 07:07:42'),
(80182,30891,'action started via WP Cron','2021-01-18 12:08:19','2021-01-18 07:08:19'),
(80183,30891,'action complete via WP Cron','2021-01-18 12:08:19','2021-01-18 07:08:19'),
(80184,30892,'action created','2021-01-18 12:08:19','2021-01-18 07:08:19'),
(80185,30892,'action started via WP Cron','2021-01-18 12:09:32','2021-01-18 07:09:32'),
(80186,30892,'action complete via WP Cron','2021-01-18 12:09:32','2021-01-18 07:09:32'),
(80187,30893,'action created','2021-01-18 12:09:32','2021-01-18 07:09:32'),
(80188,30893,'action started via WP Cron','2021-01-18 12:10:14','2021-01-18 07:10:14'),
(80189,30893,'action complete via WP Cron','2021-01-18 12:10:14','2021-01-18 07:10:14'),
(80190,30894,'action created','2021-01-18 12:10:14','2021-01-18 07:10:14'),
(80191,30894,'action started via WP Cron','2021-01-18 12:11:18','2021-01-18 07:11:18'),
(80192,30894,'action complete via WP Cron','2021-01-18 12:11:18','2021-01-18 07:11:18'),
(80193,30895,'action created','2021-01-18 12:11:18','2021-01-18 07:11:18'),
(80194,30895,'action started via WP Cron','2021-01-18 12:12:30','2021-01-18 07:12:30'),
(80195,30895,'action complete via WP Cron','2021-01-18 12:12:30','2021-01-18 07:12:30'),
(80196,30896,'action created','2021-01-18 12:12:30','2021-01-18 07:12:30'),
(80197,30896,'action started via WP Cron','2021-01-18 12:13:15','2021-01-18 07:13:15'),
(80198,30896,'action complete via WP Cron','2021-01-18 12:13:15','2021-01-18 07:13:15'),
(80199,30897,'action created','2021-01-18 12:13:15','2021-01-18 07:13:15'),
(80200,30897,'action started via WP Cron','2021-01-18 12:14:11','2021-01-18 07:14:11'),
(80201,30897,'action complete via WP Cron','2021-01-18 12:14:11','2021-01-18 07:14:11'),
(80202,30898,'action created','2021-01-18 12:14:11','2021-01-18 07:14:11'),
(80203,30898,'action started via WP Cron','2021-01-18 12:15:27','2021-01-18 07:15:27'),
(80204,30898,'action complete via WP Cron','2021-01-18 12:15:27','2021-01-18 07:15:27'),
(80205,30899,'action created','2021-01-18 12:15:27','2021-01-18 07:15:27'),
(80206,30899,'action started via WP Cron','2021-01-18 12:16:52','2021-01-18 07:16:52'),
(80207,30899,'action complete via WP Cron','2021-01-18 12:16:52','2021-01-18 07:16:52'),
(80208,30900,'action created','2021-01-18 12:16:52','2021-01-18 07:16:52'),
(80209,30900,'action started via WP Cron','2021-01-18 12:18:52','2021-01-18 07:18:52'),
(80210,30900,'action complete via WP Cron','2021-01-18 12:18:52','2021-01-18 07:18:52'),
(80211,30901,'action created','2021-01-18 12:18:52','2021-01-18 07:18:52'),
(80212,30901,'action started via WP Cron','2021-01-18 12:19:45','2021-01-18 07:19:45'),
(80213,30901,'action complete via WP Cron','2021-01-18 12:19:45','2021-01-18 07:19:45'),
(80214,30902,'action created','2021-01-18 12:19:46','2021-01-18 07:19:46'),
(80215,30902,'action started via WP Cron','2021-01-18 12:20:53','2021-01-18 07:20:53'),
(80216,30902,'action complete via WP Cron','2021-01-18 12:20:53','2021-01-18 07:20:53'),
(80217,30903,'action created','2021-01-18 12:20:53','2021-01-18 07:20:53'),
(80218,30903,'action started via WP Cron','2021-01-18 12:21:22','2021-01-18 07:21:22'),
(80219,30903,'action complete via WP Cron','2021-01-18 12:21:22','2021-01-18 07:21:22'),
(80220,30904,'action created','2021-01-18 12:21:22','2021-01-18 07:21:22'),
(80221,30904,'action started via WP Cron','2021-01-18 12:22:41','2021-01-18 07:22:41'),
(80222,30904,'action complete via WP Cron','2021-01-18 12:22:41','2021-01-18 07:22:41'),
(80223,30905,'action created','2021-01-18 12:22:41','2021-01-18 07:22:41'),
(80224,30905,'action started via WP Cron','2021-01-18 12:23:31','2021-01-18 07:23:31'),
(80225,30905,'action complete via WP Cron','2021-01-18 12:23:32','2021-01-18 07:23:32'),
(80226,30906,'action created','2021-01-18 12:23:32','2021-01-18 07:23:32'),
(80227,30906,'action started via WP Cron','2021-01-18 12:25:11','2021-01-18 07:25:11'),
(80228,30906,'action complete via WP Cron','2021-01-18 12:25:11','2021-01-18 07:25:11'),
(80229,30907,'action created','2021-01-18 12:25:11','2021-01-18 07:25:11'),
(80230,30907,'action started via WP Cron','2021-01-18 12:26:13','2021-01-18 07:26:13'),
(80231,30907,'action complete via WP Cron','2021-01-18 12:26:13','2021-01-18 07:26:13'),
(80232,30908,'action created','2021-01-18 12:26:13','2021-01-18 07:26:13'),
(80233,30908,'action started via WP Cron','2021-01-18 12:28:23','2021-01-18 07:28:23'),
(80234,30908,'action complete via WP Cron','2021-01-18 12:28:23','2021-01-18 07:28:23'),
(80235,30909,'action created','2021-01-18 12:28:23','2021-01-18 07:28:23'),
(80236,30909,'action started via WP Cron','2021-01-18 12:29:52','2021-01-18 07:29:52'),
(80237,30909,'action complete via WP Cron','2021-01-18 12:29:52','2021-01-18 07:29:52'),
(80238,30910,'action created','2021-01-18 12:29:52','2021-01-18 07:29:52'),
(80239,30910,'action started via WP Cron','2021-01-18 12:30:37','2021-01-18 07:30:37'),
(80240,30910,'action complete via WP Cron','2021-01-18 12:30:37','2021-01-18 07:30:37'),
(80241,30911,'action created','2021-01-18 12:30:37','2021-01-18 07:30:37'),
(80242,30911,'action started via WP Cron','2021-01-18 12:31:21','2021-01-18 07:31:21'),
(80243,30911,'action complete via WP Cron','2021-01-18 12:31:21','2021-01-18 07:31:21'),
(80244,30912,'action created','2021-01-18 12:31:21','2021-01-18 07:31:21'),
(80245,30912,'action started via WP Cron','2021-01-18 12:33:49','2021-01-18 07:33:49'),
(80246,30912,'action complete via WP Cron','2021-01-18 12:33:49','2021-01-18 07:33:49'),
(80247,30913,'action created','2021-01-18 12:33:49','2021-01-18 07:33:49'),
(80248,30913,'action started via WP Cron','2021-01-18 12:34:11','2021-01-18 07:34:11'),
(80249,30913,'action complete via WP Cron','2021-01-18 12:34:11','2021-01-18 07:34:11'),
(80250,30914,'action created','2021-01-18 12:34:11','2021-01-18 07:34:11'),
(80251,30914,'action started via WP Cron','2021-01-18 12:35:29','2021-01-18 07:35:29'),
(80252,30914,'action complete via WP Cron','2021-01-18 12:35:29','2021-01-18 07:35:29'),
(80253,30915,'action created','2021-01-18 12:35:29','2021-01-18 07:35:29'),
(80254,30915,'action started via WP Cron','2021-01-18 12:36:26','2021-01-18 07:36:26'),
(80255,30915,'action complete via WP Cron','2021-01-18 12:36:26','2021-01-18 07:36:26'),
(80256,30916,'action created','2021-01-18 12:36:26','2021-01-18 07:36:26'),
(80257,30916,'action started via WP Cron','2021-01-18 12:38:04','2021-01-18 07:38:04'),
(80258,30916,'action complete via WP Cron','2021-01-18 12:38:05','2021-01-18 07:38:05'),
(80259,30917,'action created','2021-01-18 12:38:05','2021-01-18 07:38:05'),
(80260,30917,'action started via WP Cron','2021-01-18 12:38:28','2021-01-18 07:38:28'),
(80261,30917,'action complete via WP Cron','2021-01-18 12:38:28','2021-01-18 07:38:28'),
(80262,30918,'action created','2021-01-18 12:38:28','2021-01-18 07:38:28'),
(80263,30918,'action started via WP Cron','2021-01-18 12:39:50','2021-01-18 07:39:50'),
(80264,30918,'action complete via WP Cron','2021-01-18 12:39:50','2021-01-18 07:39:50'),
(80265,30919,'action created','2021-01-18 12:39:50','2021-01-18 07:39:50'),
(80266,30919,'action started via WP Cron','2021-01-18 12:40:59','2021-01-18 07:40:59'),
(80267,30919,'action complete via WP Cron','2021-01-18 12:40:59','2021-01-18 07:40:59'),
(80268,30920,'action created','2021-01-18 12:40:59','2021-01-18 07:40:59'),
(80269,30920,'action started via WP Cron','2021-01-18 12:41:12','2021-01-18 07:41:12'),
(80270,30920,'action complete via WP Cron','2021-01-18 12:41:12','2021-01-18 07:41:12'),
(80271,30921,'action created','2021-01-18 12:41:12','2021-01-18 07:41:12'),
(80272,30921,'action started via WP Cron','2021-01-18 12:42:59','2021-01-18 07:42:59'),
(80273,30921,'action complete via WP Cron','2021-01-18 12:42:59','2021-01-18 07:42:59'),
(80274,30922,'action created','2021-01-18 12:42:59','2021-01-18 07:42:59'),
(80275,30922,'action started via WP Cron','2021-01-18 12:44:11','2021-01-18 07:44:11'),
(80276,30922,'action complete via WP Cron','2021-01-18 12:44:11','2021-01-18 07:44:11'),
(80277,30923,'action created','2021-01-18 12:44:11','2021-01-18 07:44:11'),
(80278,30923,'action started via WP Cron','2021-01-18 12:45:48','2021-01-18 07:45:48'),
(80279,30923,'action complete via WP Cron','2021-01-18 12:45:48','2021-01-18 07:45:48'),
(80280,30924,'action created','2021-01-18 12:45:48','2021-01-18 07:45:48'),
(80281,30924,'action started via WP Cron','2021-01-18 12:46:51','2021-01-18 07:46:51'),
(80282,30924,'action complete via WP Cron','2021-01-18 12:46:51','2021-01-18 07:46:51'),
(80283,30925,'action created','2021-01-18 12:46:51','2021-01-18 07:46:51'),
(80284,30925,'action started via WP Cron','2021-01-18 12:47:21','2021-01-18 07:47:21'),
(80285,30925,'action complete via WP Cron','2021-01-18 12:47:21','2021-01-18 07:47:21'),
(80286,30926,'action created','2021-01-18 12:47:21','2021-01-18 07:47:21'),
(80287,30926,'action started via WP Cron','2021-01-18 12:48:36','2021-01-18 07:48:36'),
(80288,30926,'action complete via WP Cron','2021-01-18 12:48:36','2021-01-18 07:48:36'),
(80289,30927,'action created','2021-01-18 12:48:36','2021-01-18 07:48:36'),
(80290,30927,'action started via WP Cron','2021-01-18 12:50:28','2021-01-18 07:50:28'),
(80291,30927,'action complete via WP Cron','2021-01-18 12:50:28','2021-01-18 07:50:28'),
(80292,30928,'action created','2021-01-18 12:50:28','2021-01-18 07:50:28'),
(80293,30928,'action started via WP Cron','2021-01-18 12:51:15','2021-01-18 07:51:15'),
(80294,30928,'action complete via WP Cron','2021-01-18 12:51:15','2021-01-18 07:51:15'),
(80295,30929,'action created','2021-01-18 12:51:15','2021-01-18 07:51:15'),
(80296,30929,'action started via WP Cron','2021-01-18 12:53:55','2021-01-18 07:53:55'),
(80297,30929,'action complete via WP Cron','2021-01-18 12:53:55','2021-01-18 07:53:55'),
(80298,30930,'action created','2021-01-18 12:53:55','2021-01-18 07:53:55'),
(80299,30930,'action started via WP Cron','2021-01-18 12:57:12','2021-01-18 07:57:12'),
(80300,30930,'action complete via WP Cron','2021-01-18 12:57:12','2021-01-18 07:57:12'),
(80301,30931,'action created','2021-01-18 12:57:12','2021-01-18 07:57:12'),
(80302,30931,'action started via WP Cron','2021-01-18 13:00:24','2021-01-18 08:00:24'),
(80303,30931,'action complete via WP Cron','2021-01-18 13:00:24','2021-01-18 08:00:24'),
(80304,30932,'action created','2021-01-18 13:00:24','2021-01-18 08:00:24'),
(80305,30932,'action started via WP Cron','2021-01-18 13:02:59','2021-01-18 08:02:59'),
(80306,30932,'action complete via WP Cron','2021-01-18 13:02:59','2021-01-18 08:02:59'),
(80307,29718,'action started via WP Cron','2021-01-18 13:02:59','2021-01-18 08:02:59'),
(80308,29718,'action complete via WP Cron','2021-01-18 13:02:59','2021-01-18 08:02:59'),
(80309,30933,'action created','2021-01-18 13:02:59','2021-01-18 08:02:59'),
(80310,30934,'action created','2021-01-18 13:02:59','2021-01-18 08:02:59'),
(80311,30934,'action started via WP Cron','2021-01-18 13:03:11','2021-01-18 08:03:11'),
(80312,30934,'action complete via WP Cron','2021-01-18 13:03:11','2021-01-18 08:03:11'),
(80313,30935,'action created','2021-01-18 13:03:11','2021-01-18 08:03:11'),
(80314,30935,'action started via WP Cron','2021-01-18 13:04:17','2021-01-18 08:04:17'),
(80315,30935,'action complete via WP Cron','2021-01-18 13:04:17','2021-01-18 08:04:17'),
(80316,30936,'action created','2021-01-18 13:04:17','2021-01-18 08:04:17'),
(80317,30936,'action started via WP Cron','2021-01-18 13:06:16','2021-01-18 08:06:16'),
(80318,30936,'action complete via WP Cron','2021-01-18 13:06:16','2021-01-18 08:06:16'),
(80319,30937,'action created','2021-01-18 13:06:16','2021-01-18 08:06:16'),
(80320,30937,'action started via WP Cron','2021-01-18 13:07:27','2021-01-18 08:07:27'),
(80321,30937,'action complete via WP Cron','2021-01-18 13:07:27','2021-01-18 08:07:27'),
(80322,30938,'action created','2021-01-18 13:07:27','2021-01-18 08:07:27'),
(80323,30938,'action started via WP Cron','2021-01-18 13:09:28','2021-01-18 08:09:28'),
(80324,30938,'action complete via WP Cron','2021-01-18 13:09:28','2021-01-18 08:09:28'),
(80325,30939,'action created','2021-01-18 13:09:28','2021-01-18 08:09:28'),
(80326,30939,'action started via WP Cron','2021-01-18 13:10:28','2021-01-18 08:10:28'),
(80327,30939,'action complete via WP Cron','2021-01-18 13:10:28','2021-01-18 08:10:28'),
(80328,30940,'action created','2021-01-18 13:10:28','2021-01-18 08:10:28'),
(80329,30940,'action started via WP Cron','2021-01-18 13:11:31','2021-01-18 08:11:31'),
(80330,30940,'action complete via WP Cron','2021-01-18 13:11:31','2021-01-18 08:11:31'),
(80331,30941,'action created','2021-01-18 13:11:31','2021-01-18 08:11:31'),
(80332,30941,'action started via WP Cron','2021-01-18 13:12:23','2021-01-18 08:12:23'),
(80333,30941,'action complete via WP Cron','2021-01-18 13:12:23','2021-01-18 08:12:23'),
(80334,30942,'action created','2021-01-18 13:12:23','2021-01-18 08:12:23'),
(80335,30942,'action started via WP Cron','2021-01-18 13:14:00','2021-01-18 08:14:00'),
(80336,30942,'action complete via WP Cron','2021-01-18 13:14:00','2021-01-18 08:14:00'),
(80337,30943,'action created','2021-01-18 13:14:00','2021-01-18 08:14:00'),
(80338,30943,'action started via WP Cron','2021-01-18 13:15:58','2021-01-18 08:15:58'),
(80339,30943,'action complete via WP Cron','2021-01-18 13:15:58','2021-01-18 08:15:58'),
(80340,30944,'action created','2021-01-18 13:15:58','2021-01-18 08:15:58'),
(80341,30944,'action started via WP Cron','2021-01-18 13:17:35','2021-01-18 08:17:35'),
(80342,30944,'action complete via WP Cron','2021-01-18 13:17:35','2021-01-18 08:17:35'),
(80343,30945,'action created','2021-01-18 13:17:35','2021-01-18 08:17:35'),
(80344,30945,'action started via WP Cron','2021-01-18 13:18:14','2021-01-18 08:18:14'),
(80345,30945,'action complete via WP Cron','2021-01-18 13:18:14','2021-01-18 08:18:14'),
(80346,30946,'action created','2021-01-18 13:18:14','2021-01-18 08:18:14'),
(80347,30946,'action started via WP Cron','2021-01-18 13:22:10','2021-01-18 08:22:10'),
(80348,30946,'action complete via WP Cron','2021-01-18 13:22:10','2021-01-18 08:22:10'),
(80349,30947,'action created','2021-01-18 13:22:10','2021-01-18 08:22:10'),
(80350,30947,'action started via WP Cron','2021-01-18 13:25:17','2021-01-18 08:25:17'),
(80351,30947,'action complete via WP Cron','2021-01-18 13:25:17','2021-01-18 08:25:17'),
(80352,30948,'action created','2021-01-18 13:25:17','2021-01-18 08:25:17'),
(80353,30948,'action started via WP Cron','2021-01-18 13:26:58','2021-01-18 08:26:58'),
(80354,30948,'action complete via WP Cron','2021-01-18 13:26:58','2021-01-18 08:26:58'),
(80355,30949,'action created','2021-01-18 13:26:58','2021-01-18 08:26:58'),
(80356,30949,'action started via WP Cron','2021-01-18 13:27:39','2021-01-18 08:27:39'),
(80357,30949,'action complete via WP Cron','2021-01-18 13:27:39','2021-01-18 08:27:39'),
(80358,30950,'action created','2021-01-18 13:27:39','2021-01-18 08:27:39'),
(80359,30950,'action started via WP Cron','2021-01-18 13:28:30','2021-01-18 08:28:30'),
(80360,30950,'action complete via WP Cron','2021-01-18 13:28:30','2021-01-18 08:28:30'),
(80361,30951,'action created','2021-01-18 13:28:30','2021-01-18 08:28:30'),
(80362,30951,'action started via WP Cron','2021-01-18 13:29:26','2021-01-18 08:29:26'),
(80363,30951,'action complete via WP Cron','2021-01-18 13:29:26','2021-01-18 08:29:26'),
(80364,30952,'action created','2021-01-18 13:29:26','2021-01-18 08:29:26'),
(80365,30952,'action started via WP Cron','2021-01-18 13:31:40','2021-01-18 08:31:40'),
(80366,30952,'action complete via WP Cron','2021-01-18 13:31:40','2021-01-18 08:31:40'),
(80367,30953,'action created','2021-01-18 13:31:40','2021-01-18 08:31:40'),
(80368,30953,'action started via WP Cron','2021-01-18 13:32:23','2021-01-18 08:32:23'),
(80369,30953,'action complete via WP Cron','2021-01-18 13:32:23','2021-01-18 08:32:23'),
(80370,30954,'action created','2021-01-18 13:32:23','2021-01-18 08:32:23'),
(80371,30954,'action started via WP Cron','2021-01-18 13:34:41','2021-01-18 08:34:41'),
(80372,30954,'action complete via WP Cron','2021-01-18 13:34:41','2021-01-18 08:34:41'),
(80373,30955,'action created','2021-01-18 13:34:41','2021-01-18 08:34:41'),
(80374,30955,'action started via WP Cron','2021-01-18 13:35:59','2021-01-18 08:35:59'),
(80375,30955,'action complete via WP Cron','2021-01-18 13:35:59','2021-01-18 08:35:59'),
(80376,30956,'action created','2021-01-18 13:35:59','2021-01-18 08:35:59'),
(80377,30956,'action started via WP Cron','2021-01-18 13:36:53','2021-01-18 08:36:53'),
(80378,30956,'action complete via WP Cron','2021-01-18 13:36:53','2021-01-18 08:36:53'),
(80379,30957,'action created','2021-01-18 13:36:53','2021-01-18 08:36:53'),
(80380,30957,'action started via WP Cron','2021-01-18 13:37:50','2021-01-18 08:37:50'),
(80381,30957,'action complete via WP Cron','2021-01-18 13:37:50','2021-01-18 08:37:50'),
(80382,30958,'action created','2021-01-18 13:37:50','2021-01-18 08:37:50'),
(80383,30958,'action started via WP Cron','2021-01-18 13:38:27','2021-01-18 08:38:27'),
(80384,30958,'action complete via WP Cron','2021-01-18 13:38:27','2021-01-18 08:38:27'),
(80385,30959,'action created','2021-01-18 13:38:27','2021-01-18 08:38:27'),
(80386,30959,'action started via WP Cron','2021-01-18 13:40:26','2021-01-18 08:40:26'),
(80387,30959,'action complete via WP Cron','2021-01-18 13:40:26','2021-01-18 08:40:26'),
(80388,30960,'action created','2021-01-18 13:40:26','2021-01-18 08:40:26'),
(80389,30960,'action started via WP Cron','2021-01-18 13:44:09','2021-01-18 08:44:09'),
(80390,30960,'action complete via WP Cron','2021-01-18 13:44:09','2021-01-18 08:44:09'),
(80391,30961,'action created','2021-01-18 13:44:10','2021-01-18 08:44:10'),
(80392,30961,'action started via WP Cron','2021-01-18 13:44:40','2021-01-18 08:44:40'),
(80393,30961,'action complete via WP Cron','2021-01-18 13:44:40','2021-01-18 08:44:40'),
(80394,30962,'action created','2021-01-18 13:44:40','2021-01-18 08:44:40'),
(80395,30962,'action started via WP Cron','2021-01-18 13:45:20','2021-01-18 08:45:20'),
(80396,30962,'action complete via WP Cron','2021-01-18 13:45:20','2021-01-18 08:45:20'),
(80397,30963,'action created','2021-01-18 13:45:20','2021-01-18 08:45:20'),
(80398,30963,'action started via WP Cron','2021-01-18 13:46:14','2021-01-18 08:46:14'),
(80399,30963,'action complete via WP Cron','2021-01-18 13:46:14','2021-01-18 08:46:14'),
(80400,30964,'action created','2021-01-18 13:46:14','2021-01-18 08:46:14'),
(80401,30964,'action started via WP Cron','2021-01-18 13:47:11','2021-01-18 08:47:11'),
(80402,30964,'action complete via WP Cron','2021-01-18 13:47:11','2021-01-18 08:47:11'),
(80403,30965,'action created','2021-01-18 13:47:11','2021-01-18 08:47:11'),
(80404,30965,'action started via WP Cron','2021-01-18 13:48:18','2021-01-18 08:48:18'),
(80405,30965,'action complete via WP Cron','2021-01-18 13:48:18','2021-01-18 08:48:18'),
(80406,30966,'action created','2021-01-18 13:48:18','2021-01-18 08:48:18'),
(80407,30966,'action started via WP Cron','2021-01-18 13:49:16','2021-01-18 08:49:16'),
(80408,30966,'action complete via WP Cron','2021-01-18 13:49:16','2021-01-18 08:49:16'),
(80409,30967,'action created','2021-01-18 13:49:17','2021-01-18 08:49:17'),
(80410,30967,'action started via WP Cron','2021-01-18 13:50:18','2021-01-18 08:50:18'),
(80411,30967,'action complete via WP Cron','2021-01-18 13:50:18','2021-01-18 08:50:18'),
(80412,30968,'action created','2021-01-18 13:50:18','2021-01-18 08:50:18'),
(80413,30968,'action started via WP Cron','2021-01-18 13:51:24','2021-01-18 08:51:24'),
(80414,30968,'action complete via WP Cron','2021-01-18 13:51:24','2021-01-18 08:51:24'),
(80415,30969,'action created','2021-01-18 13:51:24','2021-01-18 08:51:24'),
(80416,30969,'action started via WP Cron','2021-01-18 13:53:01','2021-01-18 08:53:01'),
(80417,30969,'action complete via WP Cron','2021-01-18 13:53:01','2021-01-18 08:53:01'),
(80418,30970,'action created','2021-01-18 13:53:01','2021-01-18 08:53:01'),
(80419,30970,'action started via WP Cron','2021-01-18 13:53:29','2021-01-18 08:53:29'),
(80420,30970,'action complete via WP Cron','2021-01-18 13:53:29','2021-01-18 08:53:29'),
(80421,30971,'action created','2021-01-18 13:53:29','2021-01-18 08:53:29'),
(80422,30971,'action started via WP Cron','2021-01-18 13:54:11','2021-01-18 08:54:11'),
(80423,30971,'action complete via WP Cron','2021-01-18 13:54:11','2021-01-18 08:54:11'),
(80424,30972,'action created','2021-01-18 13:54:11','2021-01-18 08:54:11'),
(80425,30972,'action started via WP Cron','2021-01-18 13:56:36','2021-01-18 08:56:36'),
(80426,30972,'action complete via WP Cron','2021-01-18 13:56:36','2021-01-18 08:56:36'),
(80427,30973,'action created','2021-01-18 13:56:36','2021-01-18 08:56:36'),
(80428,30973,'action started via WP Cron','2021-01-18 13:58:08','2021-01-18 08:58:08'),
(80429,30973,'action complete via WP Cron','2021-01-18 13:58:08','2021-01-18 08:58:08'),
(80430,30974,'action created','2021-01-18 13:58:08','2021-01-18 08:58:08'),
(80431,30974,'action started via WP Cron','2021-01-18 13:58:44','2021-01-18 08:58:44'),
(80432,30974,'action complete via WP Cron','2021-01-18 13:58:44','2021-01-18 08:58:44'),
(80433,30975,'action created','2021-01-18 13:58:44','2021-01-18 08:58:44'),
(80434,30975,'action started via WP Cron','2021-01-18 13:59:28','2021-01-18 08:59:28'),
(80435,30975,'action complete via WP Cron','2021-01-18 13:59:28','2021-01-18 08:59:28'),
(80436,30976,'action created','2021-01-18 13:59:28','2021-01-18 08:59:28'),
(80437,30976,'action started via WP Cron','2021-01-18 14:01:26','2021-01-18 09:01:26'),
(80438,30976,'action complete via WP Cron','2021-01-18 14:01:26','2021-01-18 09:01:26'),
(80439,30977,'action created','2021-01-18 14:01:26','2021-01-18 09:01:26'),
(80440,30977,'action started via WP Cron','2021-01-18 14:02:12','2021-01-18 09:02:12'),
(80441,30977,'action complete via WP Cron','2021-01-18 14:02:12','2021-01-18 09:02:12'),
(80442,30978,'action created','2021-01-18 14:02:12','2021-01-18 09:02:12'),
(80443,30978,'action started via WP Cron','2021-01-18 14:03:49','2021-01-18 09:03:49'),
(80444,30978,'action complete via WP Cron','2021-01-18 14:03:49','2021-01-18 09:03:49'),
(80445,30979,'action created','2021-01-18 14:03:49','2021-01-18 09:03:49'),
(80446,30979,'action started via WP Cron','2021-01-18 14:04:12','2021-01-18 09:04:12'),
(80447,30979,'action complete via WP Cron','2021-01-18 14:04:12','2021-01-18 09:04:12'),
(80448,30980,'action created','2021-01-18 14:04:12','2021-01-18 09:04:12'),
(80449,30980,'action started via WP Cron','2021-01-18 14:05:53','2021-01-18 09:05:53'),
(80450,30980,'action complete via WP Cron','2021-01-18 14:05:53','2021-01-18 09:05:53'),
(80451,30981,'action created','2021-01-18 14:05:53','2021-01-18 09:05:53'),
(80452,30981,'action started via WP Cron','2021-01-18 14:06:16','2021-01-18 09:06:16'),
(80453,30981,'action complete via WP Cron','2021-01-18 14:06:16','2021-01-18 09:06:16'),
(80454,30982,'action created','2021-01-18 14:06:16','2021-01-18 09:06:16'),
(80455,30982,'action started via WP Cron','2021-01-18 14:09:38','2021-01-18 09:09:38'),
(80456,30982,'action complete via WP Cron','2021-01-18 14:09:38','2021-01-18 09:09:38'),
(80457,30983,'action created','2021-01-18 14:09:38','2021-01-18 09:09:38'),
(80458,30983,'action started via WP Cron','2021-01-18 14:12:51','2021-01-18 09:12:51'),
(80459,30983,'action complete via WP Cron','2021-01-18 14:12:51','2021-01-18 09:12:51'),
(80460,30984,'action created','2021-01-18 14:12:51','2021-01-18 09:12:51'),
(80461,30984,'action started via WP Cron','2021-01-18 14:13:20','2021-01-18 09:13:20'),
(80462,30984,'action complete via WP Cron','2021-01-18 14:13:20','2021-01-18 09:13:20'),
(80463,30985,'action created','2021-01-18 14:13:20','2021-01-18 09:13:20'),
(80464,30985,'action started via WP Cron','2021-01-18 14:14:24','2021-01-18 09:14:24'),
(80465,30985,'action complete via WP Cron','2021-01-18 14:14:24','2021-01-18 09:14:24'),
(80466,30986,'action created','2021-01-18 14:14:24','2021-01-18 09:14:24'),
(80467,30986,'action started via WP Cron','2021-01-18 14:15:38','2021-01-18 09:15:38'),
(80468,30986,'action complete via WP Cron','2021-01-18 14:15:38','2021-01-18 09:15:38'),
(80469,30987,'action created','2021-01-18 14:15:38','2021-01-18 09:15:38'),
(80470,30987,'action started via WP Cron','2021-01-18 14:16:15','2021-01-18 09:16:15'),
(80471,30987,'action complete via WP Cron','2021-01-18 14:16:15','2021-01-18 09:16:15'),
(80472,30988,'action created','2021-01-18 14:16:15','2021-01-18 09:16:15'),
(80473,30988,'action started via WP Cron','2021-01-18 14:18:54','2021-01-18 09:18:54'),
(80474,30988,'action complete via WP Cron','2021-01-18 14:18:54','2021-01-18 09:18:54'),
(80475,30989,'action created','2021-01-18 14:18:54','2021-01-18 09:18:54'),
(80476,30989,'action started via WP Cron','2021-01-18 14:19:49','2021-01-18 09:19:49'),
(80477,30989,'action complete via WP Cron','2021-01-18 14:19:49','2021-01-18 09:19:49'),
(80478,30990,'action created','2021-01-18 14:19:49','2021-01-18 09:19:49'),
(80479,30990,'action started via WP Cron','2021-01-18 14:20:18','2021-01-18 09:20:18'),
(80480,30990,'action complete via WP Cron','2021-01-18 14:20:18','2021-01-18 09:20:18'),
(80481,30991,'action created','2021-01-18 14:20:18','2021-01-18 09:20:18'),
(80482,30991,'action started via WP Cron','2021-01-18 14:21:59','2021-01-18 09:21:59'),
(80483,30991,'action complete via WP Cron','2021-01-18 14:21:59','2021-01-18 09:21:59'),
(80484,30992,'action created','2021-01-18 14:21:59','2021-01-18 09:21:59'),
(80485,30992,'action started via WP Cron','2021-01-18 14:23:30','2021-01-18 09:23:30'),
(80486,30992,'action complete via WP Cron','2021-01-18 14:23:30','2021-01-18 09:23:30'),
(80487,30993,'action created','2021-01-18 14:23:30','2021-01-18 09:23:30'),
(80488,30993,'action started via WP Cron','2021-01-18 14:25:03','2021-01-18 09:25:03'),
(80489,30993,'action complete via WP Cron','2021-01-18 14:25:03','2021-01-18 09:25:03'),
(80490,30994,'action created','2021-01-18 14:25:03','2021-01-18 09:25:03'),
(80491,30994,'action started via WP Cron','2021-01-18 14:25:42','2021-01-18 09:25:42'),
(80492,30994,'action complete via WP Cron','2021-01-18 14:25:42','2021-01-18 09:25:42'),
(80493,30995,'action created','2021-01-18 14:25:43','2021-01-18 09:25:43'),
(80494,30995,'action started via WP Cron','2021-01-18 14:26:24','2021-01-18 09:26:24'),
(80495,30995,'action complete via WP Cron','2021-01-18 14:26:24','2021-01-18 09:26:24'),
(80496,30996,'action created','2021-01-18 14:26:24','2021-01-18 09:26:24'),
(80497,30996,'action started via WP Cron','2021-01-18 14:27:41','2021-01-18 09:27:41'),
(80498,30996,'action complete via WP Cron','2021-01-18 14:27:41','2021-01-18 09:27:41'),
(80499,30997,'action created','2021-01-18 14:27:41','2021-01-18 09:27:41'),
(80500,30997,'action started via WP Cron','2021-01-18 14:28:37','2021-01-18 09:28:37'),
(80501,30997,'action complete via WP Cron','2021-01-18 14:28:37','2021-01-18 09:28:37'),
(80502,30998,'action created','2021-01-18 14:28:37','2021-01-18 09:28:37'),
(80503,30998,'action started via WP Cron','2021-01-18 14:29:27','2021-01-18 09:29:27'),
(80504,30998,'action complete via WP Cron','2021-01-18 14:29:27','2021-01-18 09:29:27'),
(80505,30999,'action created','2021-01-18 14:29:27','2021-01-18 09:29:27'),
(80506,30999,'action started via WP Cron','2021-01-18 14:30:13','2021-01-18 09:30:13'),
(80507,30999,'action complete via WP Cron','2021-01-18 14:30:13','2021-01-18 09:30:13'),
(80508,31000,'action created','2021-01-18 14:30:13','2021-01-18 09:30:13'),
(80509,31000,'action started via WP Cron','2021-01-18 14:31:15','2021-01-18 09:31:15'),
(80510,31000,'action complete via WP Cron','2021-01-18 14:31:15','2021-01-18 09:31:15'),
(80511,31001,'action created','2021-01-18 14:31:15','2021-01-18 09:31:15'),
(80512,31001,'action started via WP Cron','2021-01-18 14:32:14','2021-01-18 09:32:14'),
(80513,31001,'action complete via WP Cron','2021-01-18 14:32:14','2021-01-18 09:32:14'),
(80514,31002,'action created','2021-01-18 14:32:14','2021-01-18 09:32:14'),
(80515,31002,'action started via WP Cron','2021-01-18 14:33:16','2021-01-18 09:33:16'),
(80516,31002,'action complete via WP Cron','2021-01-18 14:33:16','2021-01-18 09:33:16'),
(80517,31003,'action created','2021-01-18 14:33:16','2021-01-18 09:33:16'),
(80518,31003,'action started via WP Cron','2021-01-18 14:34:23','2021-01-18 09:34:23'),
(80519,31003,'action complete via WP Cron','2021-01-18 14:34:23','2021-01-18 09:34:23'),
(80520,31004,'action created','2021-01-18 14:34:23','2021-01-18 09:34:23'),
(80521,31004,'action started via WP Cron','2021-01-18 14:35:19','2021-01-18 09:35:19'),
(80522,31004,'action complete via WP Cron','2021-01-18 14:35:19','2021-01-18 09:35:19'),
(80523,31005,'action created','2021-01-18 14:35:19','2021-01-18 09:35:19'),
(80524,31005,'action started via WP Cron','2021-01-18 14:36:15','2021-01-18 09:36:15'),
(80525,31005,'action complete via WP Cron','2021-01-18 14:36:16','2021-01-18 09:36:16'),
(80526,31006,'action created','2021-01-18 14:36:16','2021-01-18 09:36:16'),
(80527,31006,'action started via WP Cron','2021-01-18 14:37:15','2021-01-18 09:37:15'),
(80528,31006,'action complete via WP Cron','2021-01-18 14:37:15','2021-01-18 09:37:15'),
(80529,31007,'action created','2021-01-18 14:37:15','2021-01-18 09:37:15'),
(80530,31007,'action started via WP Cron','2021-01-18 14:38:14','2021-01-18 09:38:14'),
(80531,31007,'action complete via WP Cron','2021-01-18 14:38:14','2021-01-18 09:38:14'),
(80532,31008,'action created','2021-01-18 14:38:14','2021-01-18 09:38:14'),
(80533,31008,'action started via WP Cron','2021-01-18 14:39:54','2021-01-18 09:39:54'),
(80534,31008,'action complete via WP Cron','2021-01-18 14:39:54','2021-01-18 09:39:54'),
(80535,31009,'action created','2021-01-18 14:39:54','2021-01-18 09:39:54'),
(80536,31009,'action started via WP Cron','2021-01-18 14:40:29','2021-01-18 09:40:29'),
(80537,31009,'action complete via WP Cron','2021-01-18 14:40:30','2021-01-18 09:40:30'),
(80538,31010,'action created','2021-01-18 14:40:30','2021-01-18 09:40:30'),
(80539,31010,'action started via WP Cron','2021-01-18 14:41:12','2021-01-18 09:41:12'),
(80540,31010,'action complete via WP Cron','2021-01-18 14:41:12','2021-01-18 09:41:12'),
(80541,31011,'action created','2021-01-18 14:41:14','2021-01-18 09:41:14'),
(80542,31011,'action started via WP Cron','2021-01-18 14:43:21','2021-01-18 09:43:21'),
(80543,31011,'action complete via WP Cron','2021-01-18 14:43:21','2021-01-18 09:43:21'),
(80544,31012,'action created','2021-01-18 14:43:21','2021-01-18 09:43:21'),
(80545,31012,'action started via WP Cron','2021-01-18 14:44:48','2021-01-18 09:44:48'),
(80546,31012,'action complete via WP Cron','2021-01-18 14:44:48','2021-01-18 09:44:48'),
(80547,31013,'action created','2021-01-18 14:44:48','2021-01-18 09:44:48'),
(80548,31013,'action started via WP Cron','2021-01-18 14:45:22','2021-01-18 09:45:22'),
(80549,31013,'action complete via WP Cron','2021-01-18 14:45:22','2021-01-18 09:45:22'),
(80550,31014,'action created','2021-01-18 14:45:22','2021-01-18 09:45:22'),
(80551,31014,'action started via WP Cron','2021-01-18 14:46:46','2021-01-18 09:46:46'),
(80552,31014,'action complete via WP Cron','2021-01-18 14:46:46','2021-01-18 09:46:46'),
(80553,31015,'action created','2021-01-18 14:46:46','2021-01-18 09:46:46'),
(80554,31015,'action started via WP Cron','2021-01-18 14:48:46','2021-01-18 09:48:46'),
(80555,31015,'action complete via WP Cron','2021-01-18 14:48:46','2021-01-18 09:48:46'),
(80556,31016,'action created','2021-01-18 14:48:46','2021-01-18 09:48:46'),
(80557,31016,'action started via WP Cron','2021-01-18 14:49:23','2021-01-18 09:49:23'),
(80558,31016,'action complete via WP Cron','2021-01-18 14:49:23','2021-01-18 09:49:23'),
(80559,31017,'action created','2021-01-18 14:49:23','2021-01-18 09:49:23'),
(80560,31017,'action started via WP Cron','2021-01-18 14:51:00','2021-01-18 09:51:00'),
(80561,31017,'action complete via WP Cron','2021-01-18 14:51:00','2021-01-18 09:51:00'),
(80562,31018,'action created','2021-01-18 14:51:00','2021-01-18 09:51:00'),
(80563,31018,'action started via WP Cron','2021-01-18 14:52:05','2021-01-18 09:52:05'),
(80564,31018,'action complete via WP Cron','2021-01-18 14:52:05','2021-01-18 09:52:05'),
(80565,31019,'action created','2021-01-18 14:52:05','2021-01-18 09:52:05'),
(80566,31019,'action started via WP Cron','2021-01-18 14:52:29','2021-01-18 09:52:29'),
(80567,31019,'action complete via WP Cron','2021-01-18 14:52:29','2021-01-18 09:52:29'),
(80568,31020,'action created','2021-01-18 14:52:29','2021-01-18 09:52:29'),
(80569,31020,'action started via WP Cron','2021-01-18 14:53:16','2021-01-18 09:53:16'),
(80570,31020,'action complete via WP Cron','2021-01-18 14:53:16','2021-01-18 09:53:16'),
(80571,31021,'action created','2021-01-18 14:53:16','2021-01-18 09:53:16'),
(80572,31021,'action started via WP Cron','2021-01-18 14:55:27','2021-01-18 09:55:27'),
(80573,31021,'action complete via WP Cron','2021-01-18 14:55:27','2021-01-18 09:55:27'),
(80574,31022,'action created','2021-01-18 14:55:27','2021-01-18 09:55:27'),
(80575,31022,'action started via WP Cron','2021-01-18 14:56:14','2021-01-18 09:56:14'),
(80576,31022,'action complete via WP Cron','2021-01-18 14:56:14','2021-01-18 09:56:14'),
(80577,31023,'action created','2021-01-18 14:56:15','2021-01-18 09:56:15'),
(80578,31023,'action started via WP Cron','2021-01-18 14:58:00','2021-01-18 09:58:00'),
(80579,31023,'action complete via WP Cron','2021-01-18 14:58:00','2021-01-18 09:58:00'),
(80580,31024,'action created','2021-01-18 14:58:00','2021-01-18 09:58:00'),
(80581,31024,'action started via WP Cron','2021-01-18 14:58:27','2021-01-18 09:58:27'),
(80582,31024,'action complete via WP Cron','2021-01-18 14:58:27','2021-01-18 09:58:27'),
(80583,31025,'action created','2021-01-18 14:58:27','2021-01-18 09:58:27'),
(80584,31025,'action started via WP Cron','2021-01-18 14:59:21','2021-01-18 09:59:21'),
(80585,31025,'action complete via WP Cron','2021-01-18 14:59:21','2021-01-18 09:59:21'),
(80586,31026,'action created','2021-01-18 14:59:21','2021-01-18 09:59:21'),
(80587,31026,'action started via WP Cron','2021-01-18 15:00:40','2021-01-18 10:00:40'),
(80588,31026,'action complete via WP Cron','2021-01-18 15:00:40','2021-01-18 10:00:40'),
(80589,31027,'action created','2021-01-18 15:00:40','2021-01-18 10:00:40'),
(80590,31027,'action started via WP Cron','2021-01-18 15:02:37','2021-01-18 10:02:37'),
(80591,31027,'action complete via WP Cron','2021-01-18 15:02:37','2021-01-18 10:02:37'),
(80592,31028,'action created','2021-01-18 15:02:37','2021-01-18 10:02:37'),
(80593,31028,'action started via WP Cron','2021-01-18 15:04:58','2021-01-18 10:04:58'),
(80594,31028,'action complete via WP Cron','2021-01-18 15:04:58','2021-01-18 10:04:58'),
(80595,31029,'action created','2021-01-18 15:04:58','2021-01-18 10:04:58'),
(80596,31029,'action started via WP Cron','2021-01-18 15:05:15','2021-01-18 10:05:15'),
(80597,31029,'action complete via WP Cron','2021-01-18 15:05:15','2021-01-18 10:05:15'),
(80598,31030,'action created','2021-01-18 15:05:16','2021-01-18 10:05:16'),
(80599,31030,'action started via WP Cron','2021-01-18 15:07:21','2021-01-18 10:07:21'),
(80600,31030,'action complete via WP Cron','2021-01-18 15:07:21','2021-01-18 10:07:21'),
(80601,31031,'action created','2021-01-18 15:07:21','2021-01-18 10:07:21'),
(80602,31031,'action started via WP Cron','2021-01-18 15:08:17','2021-01-18 10:08:17'),
(80603,31031,'action complete via WP Cron','2021-01-18 15:08:17','2021-01-18 10:08:17'),
(80604,31032,'action created','2021-01-18 15:08:17','2021-01-18 10:08:17'),
(80605,31032,'action started via WP Cron','2021-01-18 15:10:14','2021-01-18 10:10:14'),
(80606,31032,'action complete via WP Cron','2021-01-18 15:10:14','2021-01-18 10:10:14'),
(80607,31033,'action created','2021-01-18 15:10:14','2021-01-18 10:10:14'),
(80608,31033,'action started via WP Cron','2021-01-18 15:11:20','2021-01-18 10:11:20'),
(80609,31033,'action complete via WP Cron','2021-01-18 15:11:20','2021-01-18 10:11:20'),
(80610,31034,'action created','2021-01-18 15:11:20','2021-01-18 10:11:20'),
(80611,31034,'action started via WP Cron','2021-01-18 15:13:00','2021-01-18 10:13:00'),
(80612,31034,'action complete via WP Cron','2021-01-18 15:13:01','2021-01-18 10:13:01'),
(80613,31035,'action created','2021-01-18 15:13:01','2021-01-18 10:13:01'),
(80614,31035,'action started via WP Cron','2021-01-18 15:14:05','2021-01-18 10:14:05'),
(80615,31035,'action complete via WP Cron','2021-01-18 15:14:06','2021-01-18 10:14:06'),
(80616,31036,'action created','2021-01-18 15:14:06','2021-01-18 10:14:06'),
(80617,31036,'action started via WP Cron','2021-01-18 15:14:17','2021-01-18 10:14:17'),
(80618,31036,'action complete via WP Cron','2021-01-18 15:14:17','2021-01-18 10:14:17'),
(80619,31037,'action created','2021-01-18 15:14:17','2021-01-18 10:14:17'),
(80620,31037,'action started via WP Cron','2021-01-18 15:15:46','2021-01-18 10:15:46'),
(80621,31037,'action complete via WP Cron','2021-01-18 15:15:46','2021-01-18 10:15:46'),
(80622,31038,'action created','2021-01-18 15:15:46','2021-01-18 10:15:46'),
(80623,31038,'action started via WP Cron','2021-01-18 15:16:43','2021-01-18 10:16:43'),
(80624,31038,'action complete via WP Cron','2021-01-18 15:16:43','2021-01-18 10:16:43'),
(80625,31039,'action created','2021-01-18 15:16:44','2021-01-18 10:16:44'),
(80626,31039,'action started via WP Cron','2021-01-18 15:17:30','2021-01-18 10:17:30'),
(80627,31039,'action complete via WP Cron','2021-01-18 15:17:30','2021-01-18 10:17:30'),
(80628,31040,'action created','2021-01-18 15:17:30','2021-01-18 10:17:30'),
(80629,31040,'action started via WP Cron','2021-01-18 15:18:21','2021-01-18 10:18:21'),
(80630,31040,'action complete via WP Cron','2021-01-18 15:18:21','2021-01-18 10:18:21'),
(80631,31041,'action created','2021-01-18 15:18:22','2021-01-18 10:18:22'),
(80632,31041,'action started via WP Cron','2021-01-18 15:19:31','2021-01-18 10:19:31'),
(80633,31041,'action complete via WP Cron','2021-01-18 15:19:31','2021-01-18 10:19:31'),
(80634,31042,'action created','2021-01-18 15:19:31','2021-01-18 10:19:31'),
(80635,31042,'action started via WP Cron','2021-01-18 15:20:43','2021-01-18 10:20:43'),
(80636,31042,'action complete via WP Cron','2021-01-18 15:20:43','2021-01-18 10:20:43'),
(80637,31043,'action created','2021-01-18 15:20:43','2021-01-18 10:20:43'),
(80638,31043,'action started via WP Cron','2021-01-18 15:21:24','2021-01-18 10:21:24'),
(80639,31043,'action complete via WP Cron','2021-01-18 15:21:24','2021-01-18 10:21:24'),
(80640,31044,'action created','2021-01-18 15:21:24','2021-01-18 10:21:24'),
(80641,31044,'action started via WP Cron','2021-01-18 15:22:15','2021-01-18 10:22:15'),
(80642,31044,'action complete via WP Cron','2021-01-18 15:22:15','2021-01-18 10:22:15'),
(80643,31045,'action created','2021-01-18 15:22:15','2021-01-18 10:22:15'),
(80644,31045,'action started via WP Cron','2021-01-18 15:23:31','2021-01-18 10:23:31'),
(80645,31045,'action complete via WP Cron','2021-01-18 15:23:31','2021-01-18 10:23:31'),
(80646,31046,'action created','2021-01-18 15:23:32','2021-01-18 10:23:32'),
(80647,31046,'action started via WP Cron','2021-01-18 15:24:31','2021-01-18 10:24:31'),
(80648,31046,'action complete via WP Cron','2021-01-18 15:24:31','2021-01-18 10:24:31'),
(80649,31047,'action created','2021-01-18 15:24:31','2021-01-18 10:24:31'),
(80650,31047,'action started via WP Cron','2021-01-18 15:25:18','2021-01-18 10:25:18'),
(80651,31047,'action complete via WP Cron','2021-01-18 15:25:18','2021-01-18 10:25:18'),
(80652,31048,'action created','2021-01-18 15:25:18','2021-01-18 10:25:18'),
(80653,31048,'action started via WP Cron','2021-01-18 15:26:39','2021-01-18 10:26:39'),
(80654,31048,'action complete via WP Cron','2021-01-18 15:26:39','2021-01-18 10:26:39'),
(80655,31049,'action created','2021-01-18 15:26:39','2021-01-18 10:26:39'),
(80656,31049,'action started via WP Cron','2021-01-18 15:27:24','2021-01-18 10:27:24'),
(80657,31049,'action complete via WP Cron','2021-01-18 15:27:24','2021-01-18 10:27:24'),
(80658,31050,'action created','2021-01-18 15:27:24','2021-01-18 10:27:24'),
(80659,31050,'action started via WP Cron','2021-01-18 15:28:32','2021-01-18 10:28:32'),
(80660,31050,'action complete via WP Cron','2021-01-18 15:28:32','2021-01-18 10:28:32'),
(80661,31051,'action created','2021-01-18 15:28:32','2021-01-18 10:28:32'),
(80662,31051,'action started via WP Cron','2021-01-18 15:29:24','2021-01-18 10:29:24'),
(80663,31051,'action complete via WP Cron','2021-01-18 15:29:24','2021-01-18 10:29:24'),
(80664,31052,'action created','2021-01-18 15:29:24','2021-01-18 10:29:24'),
(80665,31052,'action started via WP Cron','2021-01-18 15:30:52','2021-01-18 10:30:52'),
(80666,31052,'action complete via WP Cron','2021-01-18 15:30:52','2021-01-18 10:30:52'),
(80667,31053,'action created','2021-01-18 15:30:52','2021-01-18 10:30:52'),
(80668,31053,'action started via WP Cron','2021-01-18 15:31:57','2021-01-18 10:31:57'),
(80669,31053,'action complete via WP Cron','2021-01-18 15:31:57','2021-01-18 10:31:57'),
(80670,31054,'action created','2021-01-18 15:31:57','2021-01-18 10:31:57'),
(80671,31054,'action started via WP Cron','2021-01-18 15:32:20','2021-01-18 10:32:20'),
(80672,31054,'action complete via WP Cron','2021-01-18 15:32:20','2021-01-18 10:32:20'),
(80673,31055,'action created','2021-01-18 15:32:20','2021-01-18 10:32:20'),
(80674,31055,'action started via WP Cron','2021-01-18 15:33:25','2021-01-18 10:33:25'),
(80675,31055,'action complete via WP Cron','2021-01-18 15:33:25','2021-01-18 10:33:25'),
(80676,31056,'action created','2021-01-18 15:33:25','2021-01-18 10:33:25'),
(80677,31056,'action started via WP Cron','2021-01-18 15:35:15','2021-01-18 10:35:15'),
(80678,31056,'action complete via WP Cron','2021-01-18 15:35:15','2021-01-18 10:35:15'),
(80679,31057,'action created','2021-01-18 15:35:15','2021-01-18 10:35:15'),
(80680,31057,'action started via WP Cron','2021-01-18 15:38:10','2021-01-18 10:38:10'),
(80681,31057,'action complete via WP Cron','2021-01-18 15:38:10','2021-01-18 10:38:10'),
(80682,31058,'action created','2021-01-18 15:38:11','2021-01-18 10:38:11'),
(80683,31058,'action started via WP Cron','2021-01-18 15:39:17','2021-01-18 10:39:17'),
(80684,31058,'action complete via WP Cron','2021-01-18 15:39:17','2021-01-18 10:39:17'),
(80685,31059,'action created','2021-01-18 15:39:17','2021-01-18 10:39:17'),
(80686,31059,'action started via WP Cron','2021-01-18 15:40:53','2021-01-18 10:40:53'),
(80687,31059,'action complete via WP Cron','2021-01-18 15:40:53','2021-01-18 10:40:53'),
(80688,31060,'action created','2021-01-18 15:40:53','2021-01-18 10:40:53'),
(80689,31060,'action started via WP Cron','2021-01-18 15:41:49','2021-01-18 10:41:49'),
(80690,31060,'action complete via WP Cron','2021-01-18 15:41:49','2021-01-18 10:41:49'),
(80691,31061,'action created','2021-01-18 15:41:49','2021-01-18 10:41:49'),
(80692,31061,'action started via WP Cron','2021-01-18 15:42:14','2021-01-18 10:42:14'),
(80693,31061,'action complete via WP Cron','2021-01-18 15:42:14','2021-01-18 10:42:14'),
(80694,31062,'action created','2021-01-18 15:42:14','2021-01-18 10:42:14'),
(80695,31062,'action started via WP Cron','2021-01-18 15:43:41','2021-01-18 10:43:41'),
(80696,31062,'action complete via WP Cron','2021-01-18 15:43:41','2021-01-18 10:43:41'),
(80697,31063,'action created','2021-01-18 15:43:41','2021-01-18 10:43:41'),
(80698,31063,'action started via WP Cron','2021-01-18 15:44:46','2021-01-18 10:44:46'),
(80699,31063,'action complete via WP Cron','2021-01-18 15:44:46','2021-01-18 10:44:46'),
(80700,31064,'action created','2021-01-18 15:44:46','2021-01-18 10:44:46'),
(80701,31064,'action started via WP Cron','2021-01-18 15:45:46','2021-01-18 10:45:46'),
(80702,31064,'action complete via WP Cron','2021-01-18 15:45:46','2021-01-18 10:45:46'),
(80703,31065,'action created','2021-01-18 15:45:46','2021-01-18 10:45:46'),
(80704,31065,'action started via WP Cron','2021-01-18 15:46:37','2021-01-18 10:46:37'),
(80705,31065,'action complete via WP Cron','2021-01-18 15:46:38','2021-01-18 10:46:38'),
(80706,31066,'action created','2021-01-18 15:46:38','2021-01-18 10:46:38'),
(80707,31066,'action started via WP Cron','2021-01-18 15:47:13','2021-01-18 10:47:13'),
(80708,31066,'action complete via WP Cron','2021-01-18 15:47:13','2021-01-18 10:47:13'),
(80709,31067,'action created','2021-01-18 15:47:13','2021-01-18 10:47:13'),
(80710,31067,'action started via WP Cron','2021-01-18 15:49:22','2021-01-18 10:49:22'),
(80711,31067,'action complete via WP Cron','2021-01-18 15:49:22','2021-01-18 10:49:22'),
(80712,31068,'action created','2021-01-18 15:49:22','2021-01-18 10:49:22'),
(80713,31068,'action started via WP Cron','2021-01-18 15:51:42','2021-01-18 10:51:42'),
(80714,31068,'action complete via WP Cron','2021-01-18 15:51:42','2021-01-18 10:51:42'),
(80715,31069,'action created','2021-01-18 15:51:42','2021-01-18 10:51:42'),
(80716,31069,'action started via WP Cron','2021-01-18 15:52:14','2021-01-18 10:52:14'),
(80717,31069,'action complete via WP Cron','2021-01-18 15:52:14','2021-01-18 10:52:14'),
(80718,31070,'action created','2021-01-18 15:52:14','2021-01-18 10:52:14'),
(80719,31070,'action started via WP Cron','2021-01-18 15:53:15','2021-01-18 10:53:15'),
(80720,31070,'action complete via WP Cron','2021-01-18 15:53:15','2021-01-18 10:53:15'),
(80721,31071,'action created','2021-01-18 15:53:15','2021-01-18 10:53:15'),
(80722,31071,'action started via WP Cron','2021-01-18 15:54:40','2021-01-18 10:54:40'),
(80723,31071,'action complete via WP Cron','2021-01-18 15:54:40','2021-01-18 10:54:40'),
(80724,31072,'action created','2021-01-18 15:54:40','2021-01-18 10:54:40'),
(80725,31072,'action started via WP Cron','2021-01-18 15:56:14','2021-01-18 10:56:14'),
(80726,31072,'action complete via WP Cron','2021-01-18 15:56:14','2021-01-18 10:56:14'),
(80727,31073,'action created','2021-01-18 15:56:14','2021-01-18 10:56:14'),
(80728,31073,'action started via WP Cron','2021-01-18 15:57:22','2021-01-18 10:57:22'),
(80729,31073,'action complete via WP Cron','2021-01-18 15:57:22','2021-01-18 10:57:22'),
(80730,31074,'action created','2021-01-18 15:57:22','2021-01-18 10:57:22'),
(80731,31074,'action started via WP Cron','2021-01-18 15:59:38','2021-01-18 10:59:38'),
(80732,31074,'action complete via WP Cron','2021-01-18 15:59:38','2021-01-18 10:59:38'),
(80733,31075,'action created','2021-01-18 15:59:38','2021-01-18 10:59:38'),
(80734,31075,'action started via WP Cron','2021-01-18 16:00:19','2021-01-18 11:00:19'),
(80735,31075,'action complete via WP Cron','2021-01-18 16:00:19','2021-01-18 11:00:19'),
(80736,31076,'action created','2021-01-18 16:00:19','2021-01-18 11:00:19'),
(80737,31076,'action started via WP Cron','2021-01-18 16:01:38','2021-01-18 11:01:38'),
(80738,31076,'action complete via WP Cron','2021-01-18 16:01:38','2021-01-18 11:01:38'),
(80739,31077,'action created','2021-01-18 16:01:38','2021-01-18 11:01:38'),
(80740,31077,'action started via WP Cron','2021-01-18 16:02:44','2021-01-18 11:02:44'),
(80741,31077,'action complete via WP Cron','2021-01-18 16:02:44','2021-01-18 11:02:44'),
(80742,31078,'action created','2021-01-18 16:02:44','2021-01-18 11:02:44'),
(80743,31078,'action started via WP Cron','2021-01-18 16:03:31','2021-01-18 11:03:31'),
(80744,31078,'action complete via WP Cron','2021-01-18 16:03:31','2021-01-18 11:03:31'),
(80745,31079,'action created','2021-01-18 16:03:31','2021-01-18 11:03:31'),
(80746,31079,'action started via WP Cron','2021-01-18 16:04:21','2021-01-18 11:04:21'),
(80747,31079,'action complete via WP Cron','2021-01-18 16:04:21','2021-01-18 11:04:21'),
(80748,31080,'action created','2021-01-18 16:04:21','2021-01-18 11:04:21'),
(80749,31080,'action started via WP Cron','2021-01-18 16:05:18','2021-01-18 11:05:18'),
(80750,31080,'action complete via WP Cron','2021-01-18 16:05:18','2021-01-18 11:05:18'),
(80751,31081,'action created','2021-01-18 16:05:18','2021-01-18 11:05:18'),
(80752,31081,'action started via WP Cron','2021-01-18 16:07:26','2021-01-18 11:07:26'),
(80753,31081,'action complete via WP Cron','2021-01-18 16:07:26','2021-01-18 11:07:26'),
(80754,31082,'action created','2021-01-18 16:07:26','2021-01-18 11:07:26'),
(80755,31082,'action started via WP Cron','2021-01-18 16:08:25','2021-01-18 11:08:25'),
(80756,31082,'action complete via WP Cron','2021-01-18 16:08:25','2021-01-18 11:08:25'),
(80757,31083,'action created','2021-01-18 16:08:25','2021-01-18 11:08:25'),
(80758,31083,'action started via WP Cron','2021-01-18 16:09:27','2021-01-18 11:09:27'),
(80759,31083,'action complete via WP Cron','2021-01-18 16:09:27','2021-01-18 11:09:27'),
(80760,31084,'action created','2021-01-18 16:09:27','2021-01-18 11:09:27'),
(80761,31084,'action started via WP Cron','2021-01-18 16:10:13','2021-01-18 11:10:13'),
(80762,31084,'action complete via WP Cron','2021-01-18 16:10:13','2021-01-18 11:10:13'),
(80763,31085,'action created','2021-01-18 16:10:13','2021-01-18 11:10:13'),
(80764,31085,'action started via WP Cron','2021-01-18 16:12:47','2021-01-18 11:12:47'),
(80765,31085,'action complete via WP Cron','2021-01-18 16:12:47','2021-01-18 11:12:47'),
(80766,31086,'action created','2021-01-18 16:12:47','2021-01-18 11:12:47'),
(80767,31086,'action started via WP Cron','2021-01-18 16:15:36','2021-01-18 11:15:36'),
(80768,31086,'action complete via WP Cron','2021-01-18 16:15:36','2021-01-18 11:15:36'),
(80769,31087,'action created','2021-01-18 16:15:36','2021-01-18 11:15:36'),
(80770,31087,'action started via WP Cron','2021-01-18 16:18:24','2021-01-18 11:18:24'),
(80771,31087,'action complete via WP Cron','2021-01-18 16:18:24','2021-01-18 11:18:24'),
(80772,31088,'action created','2021-01-18 16:18:25','2021-01-18 11:18:25'),
(80773,31088,'action started via WP Cron','2021-01-18 16:19:33','2021-01-18 11:19:33'),
(80774,31088,'action complete via WP Cron','2021-01-18 16:19:33','2021-01-18 11:19:33'),
(80775,31089,'action created','2021-01-18 16:19:33','2021-01-18 11:19:33'),
(80776,31089,'action started via WP Cron','2021-01-18 16:20:47','2021-01-18 11:20:47'),
(80777,31089,'action complete via WP Cron','2021-01-18 16:20:47','2021-01-18 11:20:47'),
(80778,31090,'action created','2021-01-18 16:20:47','2021-01-18 11:20:47'),
(80779,31090,'action started via WP Cron','2021-01-18 16:23:11','2021-01-18 11:23:11'),
(80780,31090,'action complete via WP Cron','2021-01-18 16:23:11','2021-01-18 11:23:11'),
(80781,31091,'action created','2021-01-18 16:23:11','2021-01-18 11:23:11'),
(80782,31091,'action started via WP Cron','2021-01-18 16:25:38','2021-01-18 11:25:38'),
(80783,31091,'action complete via WP Cron','2021-01-18 16:25:38','2021-01-18 11:25:38'),
(80784,31092,'action created','2021-01-18 16:25:38','2021-01-18 11:25:38'),
(80785,31092,'action started via WP Cron','2021-01-18 16:26:22','2021-01-18 11:26:22'),
(80786,31092,'action complete via WP Cron','2021-01-18 16:26:22','2021-01-18 11:26:22'),
(80787,31093,'action created','2021-01-18 16:26:22','2021-01-18 11:26:22'),
(80788,31093,'action started via WP Cron','2021-01-18 16:27:26','2021-01-18 11:27:26'),
(80789,31093,'action complete via WP Cron','2021-01-18 16:27:26','2021-01-18 11:27:26'),
(80790,31094,'action created','2021-01-18 16:27:26','2021-01-18 11:27:26'),
(80791,31094,'action started via WP Cron','2021-01-18 16:28:56','2021-01-18 11:28:56'),
(80792,31094,'action complete via WP Cron','2021-01-18 16:28:56','2021-01-18 11:28:56'),
(80793,31095,'action created','2021-01-18 16:28:56','2021-01-18 11:28:56'),
(80794,31095,'action started via WP Cron','2021-01-18 16:31:16','2021-01-18 11:31:16'),
(80795,31095,'action complete via WP Cron','2021-01-18 16:31:16','2021-01-18 11:31:16'),
(80796,31096,'action created','2021-01-18 16:31:16','2021-01-18 11:31:16'),
(80797,31096,'action started via WP Cron','2021-01-18 16:34:28','2021-01-18 11:34:28'),
(80798,31096,'action complete via WP Cron','2021-01-18 16:34:28','2021-01-18 11:34:28'),
(80799,31097,'action created','2021-01-18 16:34:28','2021-01-18 11:34:28'),
(80800,31097,'action started via WP Cron','2021-01-18 16:35:51','2021-01-18 11:35:51'),
(80801,31097,'action complete via WP Cron','2021-01-18 16:35:51','2021-01-18 11:35:51'),
(80802,31098,'action created','2021-01-18 16:35:51','2021-01-18 11:35:51'),
(80803,31098,'action started via WP Cron','2021-01-18 16:37:15','2021-01-18 11:37:15'),
(80804,31098,'action complete via WP Cron','2021-01-18 16:37:15','2021-01-18 11:37:15'),
(80805,31099,'action created','2021-01-18 16:37:15','2021-01-18 11:37:15'),
(80806,31099,'action started via WP Cron','2021-01-18 16:40:10','2021-01-18 11:40:10'),
(80807,31099,'action complete via WP Cron','2021-01-18 16:40:10','2021-01-18 11:40:10'),
(80808,31100,'action created','2021-01-18 16:40:10','2021-01-18 11:40:10'),
(80809,31100,'action started via WP Cron','2021-01-18 16:43:00','2021-01-18 11:43:00'),
(80810,31100,'action complete via WP Cron','2021-01-18 16:43:00','2021-01-18 11:43:00'),
(80811,31101,'action created','2021-01-18 16:43:00','2021-01-18 11:43:00'),
(80812,31101,'action started via WP Cron','2021-01-18 16:43:30','2021-01-18 11:43:30'),
(80813,31101,'action complete via WP Cron','2021-01-18 16:43:30','2021-01-18 11:43:30'),
(80814,31102,'action created','2021-01-18 16:43:30','2021-01-18 11:43:30'),
(80815,31102,'action started via WP Cron','2021-01-18 16:45:52','2021-01-18 11:45:52'),
(80816,31102,'action complete via WP Cron','2021-01-18 16:45:52','2021-01-18 11:45:52'),
(80817,31103,'action created','2021-01-18 16:45:52','2021-01-18 11:45:52'),
(80818,31103,'action started via WP Cron','2021-01-18 16:46:15','2021-01-18 11:46:15'),
(80819,31103,'action complete via WP Cron','2021-01-18 16:46:15','2021-01-18 11:46:15'),
(80820,31104,'action created','2021-01-18 16:46:15','2021-01-18 11:46:15'),
(80821,31104,'action started via WP Cron','2021-01-18 16:48:33','2021-01-18 11:48:33'),
(80822,31104,'action complete via WP Cron','2021-01-18 16:48:33','2021-01-18 11:48:33'),
(80823,31105,'action created','2021-01-18 16:48:33','2021-01-18 11:48:33'),
(80824,31105,'action started via WP Cron','2021-01-18 16:50:36','2021-01-18 11:50:36'),
(80825,31105,'action complete via WP Cron','2021-01-18 16:50:36','2021-01-18 11:50:36'),
(80826,31106,'action created','2021-01-18 16:50:36','2021-01-18 11:50:36'),
(80827,31106,'action started via WP Cron','2021-01-18 16:51:38','2021-01-18 11:51:38'),
(80828,31106,'action complete via WP Cron','2021-01-18 16:51:38','2021-01-18 11:51:38'),
(80829,31107,'action created','2021-01-18 16:51:38','2021-01-18 11:51:38'),
(80830,31107,'action started via WP Cron','2021-01-18 16:53:32','2021-01-18 11:53:32'),
(80831,31107,'action complete via WP Cron','2021-01-18 16:53:32','2021-01-18 11:53:32'),
(80832,31108,'action created','2021-01-18 16:53:32','2021-01-18 11:53:32'),
(80833,31108,'action started via WP Cron','2021-01-18 16:55:10','2021-01-18 11:55:10'),
(80834,31108,'action complete via WP Cron','2021-01-18 16:55:10','2021-01-18 11:55:10'),
(80835,31109,'action created','2021-01-18 16:55:10','2021-01-18 11:55:10'),
(80836,31109,'action started via WP Cron','2021-01-18 16:56:16','2021-01-18 11:56:16'),
(80837,31109,'action complete via WP Cron','2021-01-18 16:56:16','2021-01-18 11:56:16'),
(80838,31110,'action created','2021-01-18 16:56:17','2021-01-18 11:56:17'),
(80839,31110,'action started via WP Cron','2021-01-18 16:57:30','2021-01-18 11:57:30'),
(80840,31110,'action complete via WP Cron','2021-01-18 16:57:30','2021-01-18 11:57:30'),
(80841,31111,'action created','2021-01-18 16:57:30','2021-01-18 11:57:30'),
(80842,31111,'action started via WP Cron','2021-01-18 16:58:58','2021-01-18 11:58:58'),
(80843,31111,'action complete via WP Cron','2021-01-18 16:58:58','2021-01-18 11:58:58'),
(80844,31112,'action created','2021-01-18 16:58:58','2021-01-18 11:58:58'),
(80845,31112,'action started via WP Cron','2021-01-18 16:59:14','2021-01-18 11:59:14'),
(80846,31112,'action complete via WP Cron','2021-01-18 16:59:14','2021-01-18 11:59:14'),
(80847,31113,'action created','2021-01-18 16:59:14','2021-01-18 11:59:14'),
(80848,31113,'action started via WP Cron','2021-01-18 17:01:06','2021-01-18 12:01:06'),
(80849,31113,'action complete via WP Cron','2021-01-18 17:01:06','2021-01-18 12:01:06'),
(80850,31114,'action created','2021-01-18 17:01:06','2021-01-18 12:01:06'),
(80851,31114,'action started via WP Cron','2021-01-18 17:03:20','2021-01-18 12:03:20'),
(80852,31114,'action complete via WP Cron','2021-01-18 17:03:20','2021-01-18 12:03:20'),
(80853,31115,'action created','2021-01-18 17:03:20','2021-01-18 12:03:20'),
(80854,31115,'action started via WP Cron','2021-01-18 17:04:37','2021-01-18 12:04:37'),
(80855,31115,'action complete via WP Cron','2021-01-18 17:04:37','2021-01-18 12:04:37'),
(80856,31116,'action created','2021-01-18 17:04:37','2021-01-18 12:04:37'),
(80857,31116,'action started via WP Cron','2021-01-18 17:06:28','2021-01-18 12:06:28'),
(80858,31116,'action complete via WP Cron','2021-01-18 17:06:28','2021-01-18 12:06:28'),
(80859,31117,'action created','2021-01-18 17:06:28','2021-01-18 12:06:28'),
(80860,31117,'action started via WP Cron','2021-01-18 17:07:23','2021-01-18 12:07:23'),
(80861,31117,'action complete via WP Cron','2021-01-18 17:07:23','2021-01-18 12:07:23'),
(80862,31118,'action created','2021-01-18 17:07:23','2021-01-18 12:07:23'),
(80863,31118,'action started via WP Cron','2021-01-18 17:08:17','2021-01-18 12:08:17'),
(80864,31118,'action complete via WP Cron','2021-01-18 17:08:17','2021-01-18 12:08:17'),
(80865,31119,'action created','2021-01-18 17:08:17','2021-01-18 12:08:17'),
(80866,31119,'action started via WP Cron','2021-01-18 17:09:18','2021-01-18 12:09:18'),
(80867,31119,'action complete via WP Cron','2021-01-18 17:09:18','2021-01-18 12:09:18'),
(80868,31120,'action created','2021-01-18 17:09:18','2021-01-18 12:09:18'),
(80869,31120,'action started via WP Cron','2021-01-18 17:10:14','2021-01-18 12:10:14'),
(80870,31120,'action complete via WP Cron','2021-01-18 17:10:14','2021-01-18 12:10:14'),
(80871,31121,'action created','2021-01-18 17:10:14','2021-01-18 12:10:14'),
(80872,31121,'action started via WP Cron','2021-01-18 17:11:18','2021-01-18 12:11:18'),
(80873,31121,'action complete via WP Cron','2021-01-18 17:11:18','2021-01-18 12:11:18'),
(80874,31122,'action created','2021-01-18 17:11:18','2021-01-18 12:11:18'),
(80875,31122,'action started via WP Cron','2021-01-18 17:12:16','2021-01-18 12:12:16'),
(80876,31122,'action complete via WP Cron','2021-01-18 17:12:16','2021-01-18 12:12:16'),
(80877,31123,'action created','2021-01-18 17:12:16','2021-01-18 12:12:16'),
(80878,31123,'action started via WP Cron','2021-01-18 17:14:16','2021-01-18 12:14:16'),
(80879,31123,'action complete via WP Cron','2021-01-18 17:14:16','2021-01-18 12:14:16'),
(80880,31124,'action created','2021-01-18 17:14:16','2021-01-18 12:14:16'),
(80881,31124,'action started via WP Cron','2021-01-18 17:15:12','2021-01-18 12:15:12'),
(80882,31124,'action complete via WP Cron','2021-01-18 17:15:12','2021-01-18 12:15:12'),
(80883,31125,'action created','2021-01-18 17:15:12','2021-01-18 12:15:12'),
(80884,31125,'action started via WP Cron','2021-01-18 17:16:25','2021-01-18 12:16:25'),
(80885,31125,'action complete via WP Cron','2021-01-18 17:16:25','2021-01-18 12:16:25'),
(80886,31126,'action created','2021-01-18 17:16:25','2021-01-18 12:16:25'),
(80887,31126,'action started via WP Cron','2021-01-18 17:18:06','2021-01-18 12:18:06'),
(80888,31126,'action complete via WP Cron','2021-01-18 17:18:06','2021-01-18 12:18:06'),
(80889,31127,'action created','2021-01-18 17:18:06','2021-01-18 12:18:06'),
(80890,31127,'action started via WP Cron','2021-01-18 17:19:35','2021-01-18 12:19:35'),
(80891,31127,'action complete via WP Cron','2021-01-18 17:19:35','2021-01-18 12:19:35'),
(80892,31128,'action created','2021-01-18 17:19:35','2021-01-18 12:19:35'),
(80893,31128,'action started via WP Cron','2021-01-18 17:20:33','2021-01-18 12:20:33'),
(80894,31128,'action complete via WP Cron','2021-01-18 17:20:33','2021-01-18 12:20:33'),
(80895,31129,'action created','2021-01-18 17:20:33','2021-01-18 12:20:33'),
(80896,31129,'action started via WP Cron','2021-01-18 17:21:18','2021-01-18 12:21:18'),
(80897,31129,'action complete via WP Cron','2021-01-18 17:21:19','2021-01-18 12:21:19'),
(80898,31130,'action created','2021-01-18 17:21:19','2021-01-18 12:21:19'),
(80899,31130,'action started via WP Cron','2021-01-18 17:22:40','2021-01-18 12:22:40'),
(80900,31130,'action complete via WP Cron','2021-01-18 17:22:40','2021-01-18 12:22:40'),
(80901,31131,'action created','2021-01-18 17:22:40','2021-01-18 12:22:40'),
(80902,31131,'action started via WP Cron','2021-01-18 17:23:35','2021-01-18 12:23:35'),
(80903,31131,'action complete via WP Cron','2021-01-18 17:23:35','2021-01-18 12:23:35'),
(80904,31132,'action created','2021-01-18 17:23:35','2021-01-18 12:23:35'),
(80905,31132,'action started via WP Cron','2021-01-18 17:25:51','2021-01-18 12:25:51'),
(80906,31132,'action complete via WP Cron','2021-01-18 17:25:51','2021-01-18 12:25:51'),
(80907,31133,'action created','2021-01-18 17:25:51','2021-01-18 12:25:51'),
(80908,31133,'action started via WP Cron','2021-01-18 17:26:29','2021-01-18 12:26:29'),
(80909,31133,'action complete via WP Cron','2021-01-18 17:26:29','2021-01-18 12:26:29'),
(80910,31134,'action created','2021-01-18 17:26:29','2021-01-18 12:26:29'),
(80911,31134,'action started via WP Cron','2021-01-18 17:28:26','2021-01-18 12:28:26'),
(80912,31134,'action complete via WP Cron','2021-01-18 17:28:26','2021-01-18 12:28:26'),
(80913,31135,'action created','2021-01-18 17:28:26','2021-01-18 12:28:26'),
(80914,31135,'action started via WP Cron','2021-01-18 17:31:26','2021-01-18 12:31:26'),
(80915,31135,'action complete via WP Cron','2021-01-18 17:31:26','2021-01-18 12:31:26'),
(80916,31136,'action created','2021-01-18 17:31:26','2021-01-18 12:31:26'),
(80917,31136,'action started via WP Cron','2021-01-18 17:32:38','2021-01-18 12:32:38'),
(80918,31136,'action complete via WP Cron','2021-01-18 17:32:38','2021-01-18 12:32:38'),
(80919,31137,'action created','2021-01-18 17:32:38','2021-01-18 12:32:38'),
(80920,31137,'action started via WP Cron','2021-01-18 17:33:44','2021-01-18 12:33:44'),
(80921,31137,'action complete via WP Cron','2021-01-18 17:33:44','2021-01-18 12:33:44'),
(80922,31138,'action created','2021-01-18 17:33:44','2021-01-18 12:33:44'),
(80923,31138,'action started via WP Cron','2021-01-18 17:34:48','2021-01-18 12:34:48'),
(80924,31138,'action complete via WP Cron','2021-01-18 17:34:48','2021-01-18 12:34:48'),
(80925,31139,'action created','2021-01-18 17:34:48','2021-01-18 12:34:48'),
(80926,31139,'action started via WP Cron','2021-01-18 17:36:33','2021-01-18 12:36:33'),
(80927,31139,'action complete via WP Cron','2021-01-18 17:36:33','2021-01-18 12:36:33'),
(80928,31140,'action created','2021-01-18 17:36:33','2021-01-18 12:36:33'),
(80929,31140,'action started via WP Cron','2021-01-18 17:37:37','2021-01-18 12:37:37'),
(80930,31140,'action complete via WP Cron','2021-01-18 17:37:37','2021-01-18 12:37:37'),
(80931,31141,'action created','2021-01-18 17:37:37','2021-01-18 12:37:37'),
(80932,31141,'action started via WP Cron','2021-01-18 17:38:19','2021-01-18 12:38:19'),
(80933,31141,'action complete via WP Cron','2021-01-18 17:38:19','2021-01-18 12:38:19'),
(80934,31142,'action created','2021-01-18 17:38:19','2021-01-18 12:38:19'),
(80935,31142,'action started via WP Cron','2021-01-18 17:40:31','2021-01-18 12:40:31'),
(80936,31142,'action complete via WP Cron','2021-01-18 17:40:31','2021-01-18 12:40:31'),
(80937,31143,'action created','2021-01-18 17:40:31','2021-01-18 12:40:31'),
(80938,31143,'action started via WP Cron','2021-01-18 17:42:14','2021-01-18 12:42:14'),
(80939,31143,'action complete via WP Cron','2021-01-18 17:42:14','2021-01-18 12:42:14'),
(80940,31144,'action created','2021-01-18 17:42:14','2021-01-18 12:42:14'),
(80941,31144,'action started via WP Cron','2021-01-18 17:43:16','2021-01-18 12:43:16'),
(80942,31144,'action complete via WP Cron','2021-01-18 17:43:16','2021-01-18 12:43:16'),
(80943,31145,'action created','2021-01-18 17:43:16','2021-01-18 12:43:16'),
(80944,31145,'action started via WP Cron','2021-01-18 17:46:06','2021-01-18 12:46:06'),
(80945,31145,'action complete via WP Cron','2021-01-18 17:46:06','2021-01-18 12:46:06'),
(80946,31146,'action created','2021-01-18 17:46:06','2021-01-18 12:46:06'),
(80947,31146,'action started via WP Cron','2021-01-18 17:46:45','2021-01-18 12:46:45'),
(80948,31146,'action complete via WP Cron','2021-01-18 17:46:45','2021-01-18 12:46:45'),
(80949,31147,'action created','2021-01-18 17:46:45','2021-01-18 12:46:45'),
(80950,31147,'action started via WP Cron','2021-01-18 17:47:40','2021-01-18 12:47:40'),
(80951,31147,'action complete via WP Cron','2021-01-18 17:47:40','2021-01-18 12:47:40'),
(80952,31148,'action created','2021-01-18 17:47:40','2021-01-18 12:47:40'),
(80953,31148,'action started via WP Cron','2021-01-18 17:48:46','2021-01-18 12:48:46'),
(80954,31148,'action complete via WP Cron','2021-01-18 17:48:46','2021-01-18 12:48:46'),
(80955,31149,'action created','2021-01-18 17:48:46','2021-01-18 12:48:46'),
(80956,31149,'action started via WP Cron','2021-01-18 17:49:42','2021-01-18 12:49:42'),
(80957,31149,'action complete via WP Cron','2021-01-18 17:49:42','2021-01-18 12:49:42'),
(80958,31150,'action created','2021-01-18 17:49:42','2021-01-18 12:49:42'),
(80959,31150,'action started via WP Cron','2021-01-18 17:51:37','2021-01-18 12:51:37'),
(80960,31150,'action complete via WP Cron','2021-01-18 17:51:37','2021-01-18 12:51:37'),
(80961,31151,'action created','2021-01-18 17:51:37','2021-01-18 12:51:37'),
(80962,31151,'action started via WP Cron','2021-01-18 17:54:32','2021-01-18 12:54:32'),
(80963,31151,'action complete via WP Cron','2021-01-18 17:54:32','2021-01-18 12:54:32'),
(80964,31152,'action created','2021-01-18 17:54:32','2021-01-18 12:54:32'),
(80965,31152,'action started via WP Cron','2021-01-18 17:56:09','2021-01-18 12:56:09'),
(80966,31152,'action complete via WP Cron','2021-01-18 17:56:09','2021-01-18 12:56:09'),
(80967,31153,'action created','2021-01-18 17:56:09','2021-01-18 12:56:09'),
(80968,31153,'action started via WP Cron','2021-01-18 17:57:26','2021-01-18 12:57:26'),
(80969,31153,'action complete via WP Cron','2021-01-18 17:57:26','2021-01-18 12:57:26'),
(80970,31154,'action created','2021-01-18 17:57:26','2021-01-18 12:57:26'),
(80971,31154,'action started via WP Cron','2021-01-18 17:58:20','2021-01-18 12:58:20'),
(80972,31154,'action complete via WP Cron','2021-01-18 17:58:20','2021-01-18 12:58:20'),
(80973,31155,'action created','2021-01-18 17:58:20','2021-01-18 12:58:20'),
(80974,31155,'action started via WP Cron','2021-01-18 18:00:02','2021-01-18 13:00:02'),
(80975,31155,'action complete via WP Cron','2021-01-18 18:00:02','2021-01-18 13:00:02'),
(80976,31156,'action created','2021-01-18 18:00:14','2021-01-18 13:00:14'),
(80977,31156,'action started via WP Cron','2021-01-18 18:01:21','2021-01-18 13:01:21'),
(80978,31156,'action complete via WP Cron','2021-01-18 18:01:21','2021-01-18 13:01:21'),
(80979,31157,'action created','2021-01-18 18:01:21','2021-01-18 13:01:21'),
(80980,31157,'action started via WP Cron','2021-01-18 18:02:27','2021-01-18 13:02:27'),
(80981,31157,'action complete via WP Cron','2021-01-18 18:02:27','2021-01-18 13:02:27'),
(80982,31158,'action created','2021-01-18 18:02:27','2021-01-18 13:02:27'),
(80983,31158,'action started via WP Cron','2021-01-18 18:03:37','2021-01-18 13:03:37'),
(80984,31158,'action complete via WP Cron','2021-01-18 18:03:37','2021-01-18 13:03:37'),
(80985,31159,'action created','2021-01-18 18:03:38','2021-01-18 13:03:38'),
(80986,31159,'action started via WP Cron','2021-01-18 18:05:47','2021-01-18 13:05:47'),
(80987,31159,'action complete via WP Cron','2021-01-18 18:05:47','2021-01-18 13:05:47'),
(80988,31160,'action created','2021-01-18 18:05:47','2021-01-18 13:05:47'),
(80989,31160,'action started via WP Cron','2021-01-18 18:07:38','2021-01-18 13:07:38'),
(80990,31160,'action complete via WP Cron','2021-01-18 18:07:38','2021-01-18 13:07:38'),
(80991,31161,'action created','2021-01-18 18:07:38','2021-01-18 13:07:38'),
(80992,31161,'action started via WP Cron','2021-01-18 18:08:29','2021-01-18 13:08:29'),
(80993,31161,'action complete via WP Cron','2021-01-18 18:08:29','2021-01-18 13:08:29'),
(80994,31162,'action created','2021-01-18 18:08:29','2021-01-18 13:08:29'),
(80995,31162,'action started via WP Cron','2021-01-18 18:10:49','2021-01-18 13:10:49'),
(80996,31162,'action complete via WP Cron','2021-01-18 18:10:49','2021-01-18 13:10:49'),
(80997,31163,'action created','2021-01-18 18:10:49','2021-01-18 13:10:49'),
(80998,31163,'action started via WP Cron','2021-01-18 18:11:12','2021-01-18 13:11:12'),
(80999,31163,'action complete via WP Cron','2021-01-18 18:11:12','2021-01-18 13:11:12'),
(81000,31164,'action created','2021-01-18 18:11:12','2021-01-18 13:11:12'),
(81001,31164,'action started via WP Cron','2021-01-18 18:13:42','2021-01-18 13:13:42'),
(81002,31164,'action complete via WP Cron','2021-01-18 18:13:42','2021-01-18 13:13:42'),
(81003,31165,'action created','2021-01-18 18:13:42','2021-01-18 13:13:42'),
(81004,31165,'action started via WP Cron','2021-01-18 18:14:17','2021-01-18 13:14:17'),
(81005,31165,'action complete via WP Cron','2021-01-18 18:14:17','2021-01-18 13:14:17'),
(81006,31166,'action created','2021-01-18 18:14:17','2021-01-18 13:14:17'),
(81007,31166,'action started via WP Cron','2021-01-18 18:16:30','2021-01-18 13:16:30'),
(81008,31166,'action complete via WP Cron','2021-01-18 18:16:30','2021-01-18 13:16:30'),
(81009,31167,'action created','2021-01-18 18:16:30','2021-01-18 13:16:30'),
(81010,31167,'action started via WP Cron','2021-01-18 18:17:20','2021-01-18 13:17:20'),
(81011,31167,'action complete via WP Cron','2021-01-18 18:17:20','2021-01-18 13:17:20'),
(81012,31168,'action created','2021-01-18 18:17:20','2021-01-18 13:17:20'),
(81013,31168,'action started via WP Cron','2021-01-18 18:18:12','2021-01-18 13:18:12'),
(81014,31168,'action complete via WP Cron','2021-01-18 18:18:12','2021-01-18 13:18:12'),
(81015,31169,'action created','2021-01-18 18:18:12','2021-01-18 13:18:12'),
(81016,31169,'action started via WP Cron','2021-01-18 18:19:18','2021-01-18 13:19:18'),
(81017,31169,'action complete via WP Cron','2021-01-18 18:19:19','2021-01-18 13:19:19'),
(81018,31170,'action created','2021-01-18 18:19:19','2021-01-18 13:19:19'),
(81019,31170,'action started via WP Cron','2021-01-18 18:20:29','2021-01-18 13:20:29'),
(81020,31170,'action complete via WP Cron','2021-01-18 18:20:29','2021-01-18 13:20:29'),
(81021,31171,'action created','2021-01-18 18:20:29','2021-01-18 13:20:29'),
(81022,31171,'action started via WP Cron','2021-01-18 18:21:22','2021-01-18 13:21:22'),
(81023,31171,'action complete via WP Cron','2021-01-18 18:21:22','2021-01-18 13:21:22'),
(81024,31172,'action created','2021-01-18 18:21:22','2021-01-18 13:21:22'),
(81025,31172,'action started via WP Cron','2021-01-18 18:22:25','2021-01-18 13:22:25'),
(81026,31172,'action complete via WP Cron','2021-01-18 18:22:25','2021-01-18 13:22:25'),
(81027,31173,'action created','2021-01-18 18:22:25','2021-01-18 13:22:25'),
(81028,31173,'action started via WP Cron','2021-01-18 18:23:54','2021-01-18 13:23:54'),
(81029,31173,'action complete via WP Cron','2021-01-18 18:23:54','2021-01-18 13:23:54'),
(81030,31174,'action created','2021-01-18 18:23:54','2021-01-18 13:23:54'),
(81031,31174,'action started via WP Cron','2021-01-18 18:24:32','2021-01-18 13:24:32'),
(81032,31174,'action complete via WP Cron','2021-01-18 18:24:32','2021-01-18 13:24:32'),
(81033,31175,'action created','2021-01-18 18:24:32','2021-01-18 13:24:32'),
(81034,31175,'action started via WP Cron','2021-01-18 18:26:05','2021-01-18 13:26:05'),
(81035,31175,'action complete via WP Cron','2021-01-18 18:26:05','2021-01-18 13:26:05'),
(81036,31176,'action created','2021-01-18 18:26:05','2021-01-18 13:26:05'),
(81037,31176,'action started via WP Cron','2021-01-18 18:27:38','2021-01-18 13:27:38'),
(81038,31176,'action complete via WP Cron','2021-01-18 18:27:38','2021-01-18 13:27:38'),
(81039,31177,'action created','2021-01-18 18:27:38','2021-01-18 13:27:38'),
(81040,31177,'action started via WP Cron','2021-01-18 18:28:32','2021-01-18 13:28:32'),
(81041,31177,'action complete via WP Cron','2021-01-18 18:28:32','2021-01-18 13:28:32'),
(81042,31178,'action created','2021-01-18 18:28:32','2021-01-18 13:28:32'),
(81043,31178,'action started via WP Cron','2021-01-18 18:29:12','2021-01-18 13:29:12'),
(81044,31178,'action complete via WP Cron','2021-01-18 18:29:12','2021-01-18 13:29:12'),
(81045,31179,'action created','2021-01-18 18:29:12','2021-01-18 13:29:12'),
(81046,31179,'action started via WP Cron','2021-01-18 18:31:00','2021-01-18 13:31:00'),
(81047,31179,'action complete via WP Cron','2021-01-18 18:31:00','2021-01-18 13:31:00'),
(81048,31180,'action created','2021-01-18 18:31:00','2021-01-18 13:31:00'),
(81049,31180,'action started via WP Cron','2021-01-18 18:32:15','2021-01-18 13:32:15'),
(81050,31180,'action complete via WP Cron','2021-01-18 18:32:15','2021-01-18 13:32:15'),
(81051,31181,'action created','2021-01-18 18:32:16','2021-01-18 13:32:16'),
(81052,31181,'action started via WP Cron','2021-01-18 18:34:27','2021-01-18 13:34:27'),
(81053,31181,'action complete via WP Cron','2021-01-18 18:34:27','2021-01-18 13:34:27'),
(81054,31182,'action created','2021-01-18 18:34:27','2021-01-18 13:34:27'),
(81055,31182,'action started via WP Cron','2021-01-18 18:36:56','2021-01-18 13:36:56'),
(81056,31182,'action complete via WP Cron','2021-01-18 18:36:56','2021-01-18 13:36:56'),
(81057,31183,'action created','2021-01-18 18:36:56','2021-01-18 13:36:56'),
(81058,31183,'action started via WP Cron','2021-01-18 18:37:24','2021-01-18 13:37:24'),
(81059,31183,'action complete via WP Cron','2021-01-18 18:37:24','2021-01-18 13:37:24'),
(81060,31184,'action created','2021-01-18 18:37:24','2021-01-18 13:37:24'),
(81061,31184,'action started via WP Cron','2021-01-18 18:38:22','2021-01-18 13:38:22'),
(81062,31184,'action complete via WP Cron','2021-01-18 18:38:22','2021-01-18 13:38:22'),
(81063,31185,'action created','2021-01-18 18:38:22','2021-01-18 13:38:22'),
(81064,31185,'action started via WP Cron','2021-01-18 18:40:20','2021-01-18 13:40:20'),
(81065,31185,'action complete via WP Cron','2021-01-18 18:40:20','2021-01-18 13:40:20'),
(81066,31186,'action created','2021-01-18 18:40:20','2021-01-18 13:40:20'),
(81067,31186,'action started via WP Cron','2021-01-18 18:42:01','2021-01-18 13:42:01'),
(81068,31186,'action complete via WP Cron','2021-01-18 18:42:01','2021-01-18 13:42:01'),
(81069,31187,'action created','2021-01-18 18:42:01','2021-01-18 13:42:01'),
(81070,31187,'action started via WP Cron','2021-01-18 18:42:41','2021-01-18 13:42:41'),
(81071,31187,'action complete via WP Cron','2021-01-18 18:42:41','2021-01-18 13:42:41'),
(81072,31188,'action created','2021-01-18 18:42:41','2021-01-18 13:42:41'),
(81073,31188,'action started via WP Cron','2021-01-18 18:44:58','2021-01-18 13:44:58'),
(81074,31188,'action complete via WP Cron','2021-01-18 18:44:58','2021-01-18 13:44:58'),
(81075,31189,'action created','2021-01-18 18:44:58','2021-01-18 13:44:58'),
(81076,31189,'action started via WP Cron','2021-01-18 18:47:20','2021-01-18 13:47:20'),
(81077,31189,'action complete via WP Cron','2021-01-18 18:47:20','2021-01-18 13:47:20'),
(81078,31190,'action created','2021-01-18 18:47:21','2021-01-18 13:47:21'),
(81079,31190,'action started via WP Cron','2021-01-18 18:48:56','2021-01-18 13:48:56'),
(81080,31190,'action complete via WP Cron','2021-01-18 18:48:56','2021-01-18 13:48:56'),
(81081,31191,'action created','2021-01-18 18:48:56','2021-01-18 13:48:56'),
(81082,31191,'action started via WP Cron','2021-01-18 18:49:35','2021-01-18 13:49:35'),
(81083,31191,'action complete via WP Cron','2021-01-18 18:49:35','2021-01-18 13:49:35'),
(81084,31192,'action created','2021-01-18 18:49:35','2021-01-18 13:49:35'),
(81085,31192,'action started via WP Cron','2021-01-18 18:51:47','2021-01-18 13:51:47'),
(81086,31192,'action complete via WP Cron','2021-01-18 18:51:47','2021-01-18 13:51:47'),
(81087,31193,'action created','2021-01-18 18:51:47','2021-01-18 13:51:47'),
(81088,31193,'action started via WP Cron','2021-01-18 18:53:17','2021-01-18 13:53:17'),
(81089,31193,'action complete via WP Cron','2021-01-18 18:53:17','2021-01-18 13:53:17'),
(81090,31194,'action created','2021-01-18 18:53:17','2021-01-18 13:53:17'),
(81091,31194,'action started via WP Cron','2021-01-18 18:54:29','2021-01-18 13:54:29'),
(81092,31194,'action complete via WP Cron','2021-01-18 18:54:29','2021-01-18 13:54:29'),
(81093,31195,'action created','2021-01-18 18:54:29','2021-01-18 13:54:29'),
(81094,31195,'action started via WP Cron','2021-01-18 18:55:19','2021-01-18 13:55:19'),
(81095,31195,'action complete via WP Cron','2021-01-18 18:55:19','2021-01-18 13:55:19'),
(81096,31196,'action created','2021-01-18 18:55:19','2021-01-18 13:55:19'),
(81097,31196,'action started via WP Cron','2021-01-18 18:56:19','2021-01-18 13:56:19'),
(81098,31196,'action complete via WP Cron','2021-01-18 18:56:19','2021-01-18 13:56:19'),
(81099,31197,'action created','2021-01-18 18:56:19','2021-01-18 13:56:19'),
(81100,31197,'action started via WP Cron','2021-01-18 18:57:31','2021-01-18 13:57:31'),
(81101,31197,'action complete via WP Cron','2021-01-18 18:57:31','2021-01-18 13:57:31'),
(81102,31198,'action created','2021-01-18 18:57:31','2021-01-18 13:57:31'),
(81103,31198,'action started via WP Cron','2021-01-18 18:58:15','2021-01-18 13:58:15'),
(81104,31198,'action complete via WP Cron','2021-01-18 18:58:15','2021-01-18 13:58:15'),
(81105,31199,'action created','2021-01-18 18:58:15','2021-01-18 13:58:15'),
(81106,31199,'action started via WP Cron','2021-01-18 18:59:23','2021-01-18 13:59:23'),
(81107,31199,'action complete via WP Cron','2021-01-18 18:59:23','2021-01-18 13:59:23'),
(81108,31200,'action created','2021-01-18 18:59:23','2021-01-18 13:59:23'),
(81109,31200,'action started via WP Cron','2021-01-18 19:00:35','2021-01-18 14:00:35'),
(81110,31200,'action complete via WP Cron','2021-01-18 19:00:35','2021-01-18 14:00:35'),
(81111,31201,'action created','2021-01-18 19:00:36','2021-01-18 14:00:36'),
(81112,31201,'action started via WP Cron','2021-01-18 19:01:55','2021-01-18 14:01:55'),
(81113,31201,'action complete via WP Cron','2021-01-18 19:01:55','2021-01-18 14:01:55'),
(81114,31202,'action created','2021-01-18 19:01:55','2021-01-18 14:01:55'),
(81115,31202,'action started via WP Cron','2021-01-18 19:02:58','2021-01-18 14:02:58'),
(81116,31202,'action complete via WP Cron','2021-01-18 19:02:58','2021-01-18 14:02:58'),
(81117,31203,'action created','2021-01-18 19:02:58','2021-01-18 14:02:58'),
(81118,31203,'action started via WP Cron','2021-01-18 19:03:29','2021-01-18 14:03:29'),
(81119,31203,'action complete via WP Cron','2021-01-18 19:03:29','2021-01-18 14:03:29'),
(81120,31204,'action created','2021-01-18 19:03:29','2021-01-18 14:03:29'),
(81121,31204,'action started via WP Cron','2021-01-18 19:04:15','2021-01-18 14:04:15'),
(81122,31204,'action complete via WP Cron','2021-01-18 19:04:15','2021-01-18 14:04:15'),
(81123,31205,'action created','2021-01-18 19:04:15','2021-01-18 14:04:15'),
(81124,31205,'action started via WP Cron','2021-01-18 19:06:11','2021-01-18 14:06:11'),
(81125,31205,'action complete via WP Cron','2021-01-18 19:06:11','2021-01-18 14:06:11'),
(81126,31206,'action created','2021-01-18 19:06:11','2021-01-18 14:06:11'),
(81127,31206,'action started via WP Cron','2021-01-18 19:07:35','2021-01-18 14:07:35'),
(81128,31206,'action complete via WP Cron','2021-01-18 19:07:35','2021-01-18 14:07:35'),
(81129,31207,'action created','2021-01-18 19:07:35','2021-01-18 14:07:35'),
(81130,31207,'action started via WP Cron','2021-01-18 19:08:49','2021-01-18 14:08:49'),
(81131,31207,'action complete via WP Cron','2021-01-18 19:08:49','2021-01-18 14:08:49'),
(81132,31208,'action created','2021-01-18 19:08:49','2021-01-18 14:08:49'),
(81133,31208,'action started via WP Cron','2021-01-18 19:09:32','2021-01-18 14:09:32'),
(81134,31208,'action complete via WP Cron','2021-01-18 19:09:32','2021-01-18 14:09:32'),
(81135,31209,'action created','2021-01-18 19:09:32','2021-01-18 14:09:32'),
(81136,31209,'action started via WP Cron','2021-01-18 19:11:18','2021-01-18 14:11:18'),
(81137,31209,'action complete via WP Cron','2021-01-18 19:11:18','2021-01-18 14:11:18'),
(81138,31210,'action created','2021-01-18 19:11:22','2021-01-18 14:11:22'),
(81139,31210,'action started via WP Cron','2021-01-18 19:12:25','2021-01-18 14:12:25'),
(81140,31210,'action complete via WP Cron','2021-01-18 19:12:25','2021-01-18 14:12:25'),
(81141,31211,'action created','2021-01-18 19:12:25','2021-01-18 14:12:25'),
(81142,31211,'action started via WP Cron','2021-01-18 19:13:47','2021-01-18 14:13:47'),
(81143,31211,'action complete via WP Cron','2021-01-18 19:13:47','2021-01-18 14:13:47'),
(81144,31212,'action created','2021-01-18 19:13:48','2021-01-18 14:13:48'),
(81145,31212,'action started via WP Cron','2021-01-18 19:14:57','2021-01-18 14:14:57'),
(81146,31212,'action complete via WP Cron','2021-01-18 19:14:57','2021-01-18 14:14:57'),
(81147,31213,'action created','2021-01-18 19:14:57','2021-01-18 14:14:57'),
(81148,31213,'action started via WP Cron','2021-01-18 19:16:11','2021-01-18 14:16:11'),
(81149,31213,'action complete via WP Cron','2021-01-18 19:16:11','2021-01-18 14:16:11'),
(81150,31214,'action created','2021-01-18 19:16:11','2021-01-18 14:16:11'),
(81151,31214,'action started via WP Cron','2021-01-18 19:17:28','2021-01-18 14:17:28'),
(81152,31214,'action complete via WP Cron','2021-01-18 19:17:28','2021-01-18 14:17:28'),
(81153,31215,'action created','2021-01-18 19:17:28','2021-01-18 14:17:28'),
(81154,31215,'action started via WP Cron','2021-01-18 19:18:16','2021-01-18 14:18:16'),
(81155,31215,'action complete via WP Cron','2021-01-18 19:18:16','2021-01-18 14:18:16'),
(81156,31216,'action created','2021-01-18 19:18:16','2021-01-18 14:18:16'),
(81157,31216,'action started via WP Cron','2021-01-18 19:20:22','2021-01-18 14:20:22'),
(81158,31216,'action complete via WP Cron','2021-01-18 19:20:22','2021-01-18 14:20:22'),
(81159,31217,'action created','2021-01-18 19:20:22','2021-01-18 14:20:22'),
(81160,31217,'action started via WP Cron','2021-01-18 19:21:25','2021-01-18 14:21:25'),
(81161,31217,'action complete via WP Cron','2021-01-18 19:21:25','2021-01-18 14:21:25'),
(81162,31218,'action created','2021-01-18 19:21:25','2021-01-18 14:21:25'),
(81163,31218,'action started via WP Cron','2021-01-18 19:22:20','2021-01-18 14:22:20'),
(81164,31218,'action complete via WP Cron','2021-01-18 19:22:20','2021-01-18 14:22:20'),
(81165,31219,'action created','2021-01-18 19:22:20','2021-01-18 14:22:20'),
(81166,31219,'action started via WP Cron','2021-01-18 19:23:13','2021-01-18 14:23:13'),
(81167,31219,'action complete via WP Cron','2021-01-18 19:23:13','2021-01-18 14:23:13'),
(81168,31220,'action created','2021-01-18 19:23:13','2021-01-18 14:23:13'),
(81169,31220,'action started via WP Cron','2021-01-18 19:24:44','2021-01-18 14:24:44'),
(81170,31220,'action complete via WP Cron','2021-01-18 19:24:44','2021-01-18 14:24:44'),
(81171,31221,'action created','2021-01-18 19:24:44','2021-01-18 14:24:44'),
(81172,31221,'action started via WP Cron','2021-01-18 19:25:16','2021-01-18 14:25:16'),
(81173,31221,'action complete via WP Cron','2021-01-18 19:25:16','2021-01-18 14:25:16'),
(81174,31222,'action created','2021-01-18 19:25:16','2021-01-18 14:25:16'),
(81175,31222,'action started via WP Cron','2021-01-18 19:27:21','2021-01-18 14:27:21'),
(81176,31222,'action complete via WP Cron','2021-01-18 19:27:21','2021-01-18 14:27:21'),
(81177,31223,'action created','2021-01-18 19:27:21','2021-01-18 14:27:21'),
(81178,31223,'action started via WP Cron','2021-01-18 19:28:21','2021-01-18 14:28:21'),
(81179,31223,'action complete via WP Cron','2021-01-18 19:28:21','2021-01-18 14:28:21'),
(81180,31224,'action created','2021-01-18 19:28:21','2021-01-18 14:28:21'),
(81181,31224,'action started via WP Cron','2021-01-18 19:29:23','2021-01-18 14:29:23'),
(81182,31224,'action complete via WP Cron','2021-01-18 19:29:23','2021-01-18 14:29:23'),
(81183,31225,'action created','2021-01-18 19:29:23','2021-01-18 14:29:23'),
(81184,31225,'action started via WP Cron','2021-01-18 19:30:48','2021-01-18 14:30:48'),
(81185,31225,'action complete via WP Cron','2021-01-18 19:30:48','2021-01-18 14:30:48'),
(81186,31226,'action created','2021-01-18 19:30:48','2021-01-18 14:30:48'),
(81187,31226,'action started via WP Cron','2021-01-18 19:31:21','2021-01-18 14:31:21'),
(81188,31226,'action complete via WP Cron','2021-01-18 19:31:21','2021-01-18 14:31:21'),
(81189,31227,'action created','2021-01-18 19:31:21','2021-01-18 14:31:21'),
(81190,31227,'action started via WP Cron','2021-01-18 19:33:25','2021-01-18 14:33:25'),
(81191,31227,'action complete via WP Cron','2021-01-18 19:33:25','2021-01-18 14:33:25'),
(81192,31228,'action created','2021-01-18 19:33:25','2021-01-18 14:33:25'),
(81193,31228,'action started via WP Cron','2021-01-18 19:34:49','2021-01-18 14:34:49'),
(81194,31228,'action complete via WP Cron','2021-01-18 19:34:49','2021-01-18 14:34:49'),
(81195,31229,'action created','2021-01-18 19:34:49','2021-01-18 14:34:49'),
(81196,31229,'action started via WP Cron','2021-01-18 19:35:12','2021-01-18 14:35:12'),
(81197,31229,'action complete via WP Cron','2021-01-18 19:35:12','2021-01-18 14:35:12'),
(81198,31230,'action created','2021-01-18 19:35:12','2021-01-18 14:35:12'),
(81199,31230,'action started via WP Cron','2021-01-18 19:38:38','2021-01-18 14:38:38'),
(81200,31230,'action complete via WP Cron','2021-01-18 19:38:38','2021-01-18 14:38:38'),
(81201,31231,'action created','2021-01-18 19:38:38','2021-01-18 14:38:38'),
(81202,31231,'action started via WP Cron','2021-01-18 19:39:17','2021-01-18 14:39:17'),
(81203,31231,'action complete via WP Cron','2021-01-18 19:39:17','2021-01-18 14:39:17'),
(81204,31232,'action created','2021-01-18 19:39:17','2021-01-18 14:39:17'),
(81205,31232,'action started via WP Cron','2021-01-18 19:40:13','2021-01-18 14:40:13'),
(81206,31232,'action complete via WP Cron','2021-01-18 19:40:13','2021-01-18 14:40:13'),
(81207,31233,'action created','2021-01-18 19:40:13','2021-01-18 14:40:13'),
(81208,31233,'action started via WP Cron','2021-01-18 19:41:12','2021-01-18 14:41:12'),
(81209,31233,'action complete via WP Cron','2021-01-18 19:41:12','2021-01-18 14:41:12'),
(81210,31234,'action created','2021-01-18 19:41:12','2021-01-18 14:41:12'),
(81211,31234,'action started via WP Cron','2021-01-18 19:42:48','2021-01-18 14:42:48'),
(81212,31234,'action complete via WP Cron','2021-01-18 19:42:48','2021-01-18 14:42:48'),
(81213,31235,'action created','2021-01-18 19:42:48','2021-01-18 14:42:48'),
(81214,31235,'action started via WP Cron','2021-01-18 19:43:55','2021-01-18 14:43:55'),
(81215,31235,'action complete via WP Cron','2021-01-18 19:43:55','2021-01-18 14:43:55'),
(81216,31236,'action created','2021-01-18 19:43:55','2021-01-18 14:43:55'),
(81217,31236,'action started via WP Cron','2021-01-18 19:45:36','2021-01-18 14:45:36'),
(81218,31236,'action complete via WP Cron','2021-01-18 19:45:36','2021-01-18 14:45:36'),
(81219,31237,'action created','2021-01-18 19:45:36','2021-01-18 14:45:36'),
(81220,31237,'action started via WP Cron','2021-01-18 19:46:41','2021-01-18 14:46:41'),
(81221,31237,'action complete via WP Cron','2021-01-18 19:46:41','2021-01-18 14:46:41'),
(81222,31238,'action created','2021-01-18 19:46:41','2021-01-18 14:46:41'),
(81223,31238,'action started via WP Cron','2021-01-18 19:47:12','2021-01-18 14:47:12'),
(81224,31238,'action complete via WP Cron','2021-01-18 19:47:12','2021-01-18 14:47:12'),
(81225,31239,'action created','2021-01-18 19:47:12','2021-01-18 14:47:12'),
(81226,31239,'action started via WP Cron','2021-01-18 19:48:12','2021-01-18 14:48:12'),
(81227,31239,'action complete via WP Cron','2021-01-18 19:48:12','2021-01-18 14:48:12'),
(81228,31240,'action created','2021-01-18 19:48:12','2021-01-18 14:48:12'),
(81229,31240,'action started via WP Cron','2021-01-18 19:49:23','2021-01-18 14:49:23'),
(81230,31240,'action complete via WP Cron','2021-01-18 19:49:23','2021-01-18 14:49:23'),
(81231,31241,'action created','2021-01-18 19:49:23','2021-01-18 14:49:23'),
(81232,31241,'action started via WP Cron','2021-01-18 19:50:52','2021-01-18 14:50:52'),
(81233,31241,'action complete via WP Cron','2021-01-18 19:50:52','2021-01-18 14:50:52'),
(81234,31242,'action created','2021-01-18 19:50:52','2021-01-18 14:50:52'),
(81235,31242,'action started via WP Cron','2021-01-18 19:51:50','2021-01-18 14:51:50'),
(81236,31242,'action complete via WP Cron','2021-01-18 19:51:50','2021-01-18 14:51:50'),
(81237,31243,'action created','2021-01-18 19:51:50','2021-01-18 14:51:50'),
(81238,31243,'action started via WP Cron','2021-01-18 19:52:12','2021-01-18 14:52:12'),
(81239,31243,'action complete via WP Cron','2021-01-18 19:52:12','2021-01-18 14:52:12'),
(81240,31244,'action created','2021-01-18 19:52:12','2021-01-18 14:52:12'),
(81241,31244,'action started via WP Cron','2021-01-18 19:53:27','2021-01-18 14:53:27'),
(81242,31244,'action complete via WP Cron','2021-01-18 19:53:27','2021-01-18 14:53:27'),
(81243,31245,'action created','2021-01-18 19:53:27','2021-01-18 14:53:27'),
(81244,31245,'action started via WP Cron','2021-01-18 19:54:29','2021-01-18 14:54:29'),
(81245,31245,'action complete via WP Cron','2021-01-18 19:54:29','2021-01-18 14:54:29'),
(81246,31246,'action created','2021-01-18 19:54:29','2021-01-18 14:54:29'),
(81247,31246,'action started via WP Cron','2021-01-18 19:55:34','2021-01-18 14:55:34'),
(81248,31246,'action complete via WP Cron','2021-01-18 19:55:34','2021-01-18 14:55:34'),
(81249,31247,'action created','2021-01-18 19:55:34','2021-01-18 14:55:34'),
(81250,31247,'action started via WP Cron','2021-01-18 19:57:36','2021-01-18 14:57:36'),
(81251,31247,'action complete via WP Cron','2021-01-18 19:57:36','2021-01-18 14:57:36'),
(81252,31248,'action created','2021-01-18 19:57:36','2021-01-18 14:57:36'),
(81253,31248,'action started via WP Cron','2021-01-18 19:58:57','2021-01-18 14:58:57'),
(81254,31248,'action complete via WP Cron','2021-01-18 19:58:57','2021-01-18 14:58:57'),
(81255,31249,'action created','2021-01-18 19:58:57','2021-01-18 14:58:57'),
(81256,31249,'action started via WP Cron','2021-01-18 20:00:10','2021-01-18 15:00:10'),
(81257,31249,'action complete via WP Cron','2021-01-18 20:00:10','2021-01-18 15:00:10'),
(81258,31250,'action created','2021-01-18 20:00:10','2021-01-18 15:00:10'),
(81259,31250,'action started via WP Cron','2021-01-18 20:01:54','2021-01-18 15:01:54'),
(81260,31250,'action complete via WP Cron','2021-01-18 20:01:54','2021-01-18 15:01:54'),
(81261,31251,'action created','2021-01-18 20:01:54','2021-01-18 15:01:54'),
(81262,31251,'action started via WP Cron','2021-01-18 20:02:12','2021-01-18 15:02:12'),
(81263,31251,'action complete via WP Cron','2021-01-18 20:02:12','2021-01-18 15:02:12'),
(81264,31252,'action created','2021-01-18 20:02:12','2021-01-18 15:02:12'),
(81265,31252,'action started via WP Cron','2021-01-18 20:03:17','2021-01-18 15:03:17'),
(81266,31252,'action complete via WP Cron','2021-01-18 20:03:17','2021-01-18 15:03:17'),
(81267,31253,'action created','2021-01-18 20:03:17','2021-01-18 15:03:17'),
(81268,31253,'action started via WP Cron','2021-01-18 20:04:15','2021-01-18 15:04:15'),
(81269,31253,'action complete via WP Cron','2021-01-18 20:04:15','2021-01-18 15:04:15'),
(81270,31254,'action created','2021-01-18 20:04:15','2021-01-18 15:04:15'),
(81271,31254,'action started via WP Cron','2021-01-18 20:05:20','2021-01-18 15:05:20'),
(81272,31254,'action complete via WP Cron','2021-01-18 20:05:20','2021-01-18 15:05:20'),
(81273,31255,'action created','2021-01-18 20:05:20','2021-01-18 15:05:20'),
(81274,31255,'action started via WP Cron','2021-01-18 20:07:02','2021-01-18 15:07:02'),
(81275,31255,'action complete via WP Cron','2021-01-18 20:07:02','2021-01-18 15:07:02'),
(81276,31256,'action created','2021-01-18 20:07:02','2021-01-18 15:07:02'),
(81277,31256,'action started via WP Cron','2021-01-18 20:07:35','2021-01-18 15:07:35'),
(81278,31256,'action complete via WP Cron','2021-01-18 20:07:35','2021-01-18 15:07:35'),
(81279,31257,'action created','2021-01-18 20:07:35','2021-01-18 15:07:35'),
(81280,31257,'action started via WP Cron','2021-01-18 20:08:12','2021-01-18 15:08:12'),
(81281,31257,'action complete via WP Cron','2021-01-18 20:08:12','2021-01-18 15:08:12'),
(81282,31258,'action created','2021-01-18 20:08:12','2021-01-18 15:08:12'),
(81283,31258,'action started via WP Cron','2021-01-18 20:09:33','2021-01-18 15:09:33'),
(81284,31258,'action complete via WP Cron','2021-01-18 20:09:33','2021-01-18 15:09:33'),
(81285,31259,'action created','2021-01-18 20:09:33','2021-01-18 15:09:33'),
(81286,31259,'action started via WP Cron','2021-01-18 20:10:46','2021-01-18 15:10:46'),
(81287,31259,'action complete via WP Cron','2021-01-18 20:10:46','2021-01-18 15:10:46'),
(81288,31260,'action created','2021-01-18 20:10:46','2021-01-18 15:10:46'),
(81289,31260,'action started via WP Cron','2021-01-18 20:11:36','2021-01-18 15:11:36'),
(81290,31260,'action complete via WP Cron','2021-01-18 20:11:36','2021-01-18 15:11:36'),
(81291,31261,'action created','2021-01-18 20:11:36','2021-01-18 15:11:36'),
(81292,31261,'action started via WP Cron','2021-01-18 20:12:28','2021-01-18 15:12:28'),
(81293,31261,'action complete via WP Cron','2021-01-18 20:12:28','2021-01-18 15:12:28'),
(81294,31262,'action created','2021-01-18 20:12:28','2021-01-18 15:12:28'),
(81295,31262,'action started via WP Cron','2021-01-18 20:13:19','2021-01-18 15:13:19'),
(81296,31262,'action complete via WP Cron','2021-01-18 20:13:19','2021-01-18 15:13:19'),
(81297,31263,'action created','2021-01-18 20:13:19','2021-01-18 15:13:19'),
(81298,31263,'action started via WP Cron','2021-01-18 20:14:21','2021-01-18 15:14:21'),
(81299,31263,'action complete via WP Cron','2021-01-18 20:14:21','2021-01-18 15:14:21'),
(81300,31264,'action created','2021-01-18 20:14:21','2021-01-18 15:14:21'),
(81301,31264,'action started via WP Cron','2021-01-18 20:15:29','2021-01-18 15:15:29'),
(81302,31264,'action complete via WP Cron','2021-01-18 20:15:29','2021-01-18 15:15:29'),
(81303,31265,'action created','2021-01-18 20:15:29','2021-01-18 15:15:29'),
(81304,31265,'action started via WP Cron','2021-01-18 20:18:10','2021-01-18 15:18:10'),
(81305,31265,'action complete via WP Cron','2021-01-18 20:18:10','2021-01-18 15:18:10'),
(81306,31266,'action created','2021-01-18 20:18:10','2021-01-18 15:18:10'),
(81307,31266,'action started via WP Cron','2021-01-18 20:18:57','2021-01-18 15:18:57'),
(81308,31266,'action complete via WP Cron','2021-01-18 20:18:57','2021-01-18 15:18:57'),
(81309,31267,'action created','2021-01-18 20:18:57','2021-01-18 15:18:57'),
(81310,31267,'action started via WP Cron','2021-01-18 20:19:35','2021-01-18 15:19:35'),
(81311,31267,'action complete via WP Cron','2021-01-18 20:19:35','2021-01-18 15:19:35'),
(81312,31268,'action created','2021-01-18 20:19:35','2021-01-18 15:19:35'),
(81313,31268,'action started via WP Cron','2021-01-18 20:20:52','2021-01-18 15:20:52'),
(81314,31268,'action complete via WP Cron','2021-01-18 20:20:52','2021-01-18 15:20:52'),
(81315,31269,'action created','2021-01-18 20:20:52','2021-01-18 15:20:52'),
(81316,31269,'action started via WP Cron','2021-01-18 20:21:46','2021-01-18 15:21:46'),
(81317,31269,'action complete via WP Cron','2021-01-18 20:21:47','2021-01-18 15:21:47'),
(81318,31270,'action created','2021-01-18 20:21:47','2021-01-18 15:21:47'),
(81319,31270,'action started via WP Cron','2021-01-18 20:23:07','2021-01-18 15:23:07'),
(81320,31270,'action complete via WP Cron','2021-01-18 20:23:07','2021-01-18 15:23:07'),
(81321,31271,'action created','2021-01-18 20:23:07','2021-01-18 15:23:07'),
(81322,31271,'action started via WP Cron','2021-01-18 20:24:05','2021-01-18 15:24:05'),
(81323,31271,'action complete via WP Cron','2021-01-18 20:24:05','2021-01-18 15:24:05'),
(81324,31272,'action created','2021-01-18 20:24:05','2021-01-18 15:24:05'),
(81325,31272,'action started via WP Cron','2021-01-18 20:24:17','2021-01-18 15:24:17'),
(81326,31272,'action complete via WP Cron','2021-01-18 20:24:17','2021-01-18 15:24:17'),
(81327,31273,'action created','2021-01-18 20:24:17','2021-01-18 15:24:17'),
(81328,31273,'action started via WP Cron','2021-01-18 20:26:49','2021-01-18 15:26:49'),
(81329,31273,'action complete via WP Cron','2021-01-18 20:26:49','2021-01-18 15:26:49'),
(81330,31274,'action created','2021-01-18 20:26:49','2021-01-18 15:26:49'),
(81331,31274,'action started via WP Cron','2021-01-18 20:27:14','2021-01-18 15:27:14'),
(81332,31274,'action complete via WP Cron','2021-01-18 20:27:14','2021-01-18 15:27:14'),
(81333,31275,'action created','2021-01-18 20:27:14','2021-01-18 15:27:14'),
(81334,31275,'action started via WP Cron','2021-01-18 20:29:19','2021-01-18 15:29:19'),
(81335,31275,'action complete via WP Cron','2021-01-18 20:29:19','2021-01-18 15:29:19'),
(81336,31276,'action created','2021-01-18 20:29:19','2021-01-18 15:29:19'),
(81337,31276,'action started via WP Cron','2021-01-18 20:31:03','2021-01-18 15:31:03'),
(81338,31276,'action complete via WP Cron','2021-01-18 20:31:03','2021-01-18 15:31:03'),
(81339,31277,'action created','2021-01-18 20:31:03','2021-01-18 15:31:03'),
(81340,31277,'action started via WP Cron','2021-01-18 20:31:14','2021-01-18 15:31:14'),
(81341,31277,'action complete via WP Cron','2021-01-18 20:31:14','2021-01-18 15:31:14'),
(81342,31278,'action created','2021-01-18 20:31:14','2021-01-18 15:31:14'),
(81343,31278,'action started via WP Cron','2021-01-18 20:32:12','2021-01-18 15:32:12'),
(81344,31278,'action complete via WP Cron','2021-01-18 20:32:12','2021-01-18 15:32:12'),
(81345,31279,'action created','2021-01-18 20:32:12','2021-01-18 15:32:12'),
(81346,31279,'action started via WP Cron','2021-01-18 20:33:25','2021-01-18 15:33:25'),
(81347,31279,'action complete via WP Cron','2021-01-18 20:33:25','2021-01-18 15:33:25'),
(81348,31280,'action created','2021-01-18 20:33:25','2021-01-18 15:33:25'),
(81349,31280,'action started via WP Cron','2021-01-18 20:35:28','2021-01-18 15:35:28'),
(81350,31280,'action complete via WP Cron','2021-01-18 20:35:28','2021-01-18 15:35:28'),
(81351,31281,'action created','2021-01-18 20:35:28','2021-01-18 15:35:28'),
(81352,31281,'action started via WP Cron','2021-01-18 20:36:21','2021-01-18 15:36:21'),
(81353,31281,'action complete via WP Cron','2021-01-18 20:36:21','2021-01-18 15:36:21'),
(81354,31282,'action created','2021-01-18 20:36:21','2021-01-18 15:36:21'),
(81355,31282,'action started via WP Cron','2021-01-18 20:37:24','2021-01-18 15:37:24'),
(81356,31282,'action complete via WP Cron','2021-01-18 20:37:24','2021-01-18 15:37:24'),
(81357,31283,'action created','2021-01-18 20:37:24','2021-01-18 15:37:24'),
(81358,31283,'action started via WP Cron','2021-01-18 20:39:36','2021-01-18 15:39:36'),
(81359,31283,'action complete via WP Cron','2021-01-18 20:39:36','2021-01-18 15:39:36'),
(81360,31284,'action created','2021-01-18 20:39:36','2021-01-18 15:39:36'),
(81361,31284,'action started via WP Cron','2021-01-18 20:41:02','2021-01-18 15:41:02'),
(81362,31284,'action complete via WP Cron','2021-01-18 20:41:02','2021-01-18 15:41:02'),
(81363,31285,'action created','2021-01-18 20:41:02','2021-01-18 15:41:02'),
(81364,31285,'action started via WP Cron','2021-01-18 20:41:31','2021-01-18 15:41:31'),
(81365,31285,'action complete via WP Cron','2021-01-18 20:41:31','2021-01-18 15:41:31'),
(81366,31286,'action created','2021-01-18 20:41:31','2021-01-18 15:41:31'),
(81367,31286,'action started via WP Cron','2021-01-18 20:42:16','2021-01-18 15:42:16'),
(81368,31286,'action complete via WP Cron','2021-01-18 20:42:16','2021-01-18 15:42:16'),
(81369,31287,'action created','2021-01-18 20:42:16','2021-01-18 15:42:16'),
(81370,31287,'action started via WP Cron','2021-01-18 20:43:16','2021-01-18 15:43:16'),
(81371,31287,'action complete via WP Cron','2021-01-18 20:43:16','2021-01-18 15:43:16'),
(81372,31288,'action created','2021-01-18 20:43:16','2021-01-18 15:43:16'),
(81373,31288,'action started via WP Cron','2021-01-18 20:44:18','2021-01-18 15:44:18'),
(81374,31288,'action complete via WP Cron','2021-01-18 20:44:18','2021-01-18 15:44:18'),
(81375,31289,'action created','2021-01-18 20:44:18','2021-01-18 15:44:18'),
(81376,31289,'action started via WP Cron','2021-01-18 20:45:32','2021-01-18 15:45:32'),
(81377,31289,'action complete via WP Cron','2021-01-18 20:45:32','2021-01-18 15:45:32'),
(81378,31290,'action created','2021-01-18 20:45:32','2021-01-18 15:45:32'),
(81379,31290,'action started via WP Cron','2021-01-18 20:46:25','2021-01-18 15:46:25'),
(81380,31290,'action complete via WP Cron','2021-01-18 20:46:25','2021-01-18 15:46:25'),
(81381,31291,'action created','2021-01-18 20:46:26','2021-01-18 15:46:26'),
(81382,31291,'action started via WP Cron','2021-01-18 20:47:49','2021-01-18 15:47:49'),
(81383,31291,'action complete via WP Cron','2021-01-18 20:47:49','2021-01-18 15:47:49'),
(81384,31292,'action created','2021-01-18 20:47:49','2021-01-18 15:47:49'),
(81385,31292,'action started via WP Cron','2021-01-18 20:48:37','2021-01-18 15:48:37'),
(81386,31292,'action complete via WP Cron','2021-01-18 20:48:37','2021-01-18 15:48:37'),
(81387,31293,'action created','2021-01-18 20:48:37','2021-01-18 15:48:37'),
(81388,31293,'action started via WP Cron','2021-01-18 20:49:22','2021-01-18 15:49:22'),
(81389,31293,'action complete via WP Cron','2021-01-18 20:49:22','2021-01-18 15:49:22'),
(81390,31294,'action created','2021-01-18 20:49:22','2021-01-18 15:49:22'),
(81391,31294,'action started via WP Cron','2021-01-18 20:50:41','2021-01-18 15:50:41'),
(81392,31294,'action complete via WP Cron','2021-01-18 20:50:41','2021-01-18 15:50:41'),
(81393,31295,'action created','2021-01-18 20:50:41','2021-01-18 15:50:41'),
(81394,31295,'action started via WP Cron','2021-01-18 20:51:40','2021-01-18 15:51:40'),
(81395,31295,'action complete via WP Cron','2021-01-18 20:51:40','2021-01-18 15:51:40'),
(81396,31296,'action created','2021-01-18 20:51:40','2021-01-18 15:51:40'),
(81397,31296,'action started via WP Cron','2021-01-18 20:52:40','2021-01-18 15:52:40'),
(81398,31296,'action complete via WP Cron','2021-01-18 20:52:40','2021-01-18 15:52:40'),
(81399,31297,'action created','2021-01-18 20:52:40','2021-01-18 15:52:40'),
(81400,31297,'action started via WP Cron','2021-01-18 20:53:25','2021-01-18 15:53:25'),
(81401,31297,'action complete via WP Cron','2021-01-18 20:53:25','2021-01-18 15:53:25'),
(81402,31298,'action created','2021-01-18 20:53:25','2021-01-18 15:53:25'),
(81403,31298,'action started via WP Cron','2021-01-18 20:54:40','2021-01-18 15:54:40'),
(81404,31298,'action complete via WP Cron','2021-01-18 20:54:40','2021-01-18 15:54:40'),
(81405,31299,'action created','2021-01-18 20:54:40','2021-01-18 15:54:40'),
(81406,31299,'action started via WP Cron','2021-01-18 20:55:44','2021-01-18 15:55:44'),
(81407,31299,'action complete via WP Cron','2021-01-18 20:55:44','2021-01-18 15:55:44'),
(81408,31300,'action created','2021-01-18 20:55:44','2021-01-18 15:55:44'),
(81409,31300,'action started via WP Cron','2021-01-18 20:56:56','2021-01-18 15:56:56'),
(81410,31300,'action complete via WP Cron','2021-01-18 20:56:56','2021-01-18 15:56:56'),
(81411,31301,'action created','2021-01-18 20:56:56','2021-01-18 15:56:56'),
(81412,31301,'action started via WP Cron','2021-01-18 20:57:37','2021-01-18 15:57:37'),
(81413,31301,'action complete via WP Cron','2021-01-18 20:57:37','2021-01-18 15:57:37'),
(81414,31302,'action created','2021-01-18 20:57:37','2021-01-18 15:57:37'),
(81415,31302,'action started via WP Cron','2021-01-18 20:59:35','2021-01-18 15:59:35'),
(81416,31302,'action complete via WP Cron','2021-01-18 20:59:35','2021-01-18 15:59:35'),
(81417,31303,'action created','2021-01-18 20:59:35','2021-01-18 15:59:35'),
(81418,31303,'action started via WP Cron','2021-01-18 21:01:30','2021-01-18 16:01:30'),
(81419,31303,'action complete via WP Cron','2021-01-18 21:01:30','2021-01-18 16:01:30'),
(81420,31304,'action created','2021-01-18 21:01:30','2021-01-18 16:01:30'),
(81421,31304,'action started via WP Cron','2021-01-18 21:02:50','2021-01-18 16:02:50'),
(81422,31304,'action complete via WP Cron','2021-01-18 21:02:50','2021-01-18 16:02:50'),
(81423,31305,'action created','2021-01-18 21:02:50','2021-01-18 16:02:50'),
(81424,31305,'action started via WP Cron','2021-01-18 21:03:17','2021-01-18 16:03:17'),
(81425,31305,'action complete via WP Cron','2021-01-18 21:03:17','2021-01-18 16:03:17'),
(81426,31306,'action created','2021-01-18 21:03:17','2021-01-18 16:03:17'),
(81427,31306,'action started via WP Cron','2021-01-18 21:04:49','2021-01-18 16:04:49'),
(81428,31306,'action complete via WP Cron','2021-01-18 21:04:49','2021-01-18 16:04:49'),
(81429,31307,'action created','2021-01-18 21:04:49','2021-01-18 16:04:49'),
(81430,31307,'action started via WP Cron','2021-01-18 21:05:12','2021-01-18 16:05:12'),
(81431,31307,'action complete via WP Cron','2021-01-18 21:05:12','2021-01-18 16:05:12'),
(81432,31308,'action created','2021-01-18 21:05:12','2021-01-18 16:05:12'),
(81433,31308,'action started via WP Cron','2021-01-18 21:06:39','2021-01-18 16:06:39'),
(81434,31308,'action complete via WP Cron','2021-01-18 21:06:39','2021-01-18 16:06:39'),
(81435,31309,'action created','2021-01-18 21:06:39','2021-01-18 16:06:39'),
(81436,31309,'action started via WP Cron','2021-01-18 21:07:16','2021-01-18 16:07:16'),
(81437,31309,'action complete via WP Cron','2021-01-18 21:07:16','2021-01-18 16:07:16'),
(81438,31310,'action created','2021-01-18 21:07:16','2021-01-18 16:07:16'),
(81439,31310,'action started via WP Cron','2021-01-18 21:08:17','2021-01-18 16:08:17'),
(81440,31310,'action complete via WP Cron','2021-01-18 21:08:17','2021-01-18 16:08:17'),
(81441,31311,'action created','2021-01-18 21:08:17','2021-01-18 16:08:17'),
(81442,31311,'action started via WP Cron','2021-01-18 21:09:32','2021-01-18 16:09:32'),
(81443,31311,'action complete via WP Cron','2021-01-18 21:09:32','2021-01-18 16:09:32'),
(81444,31312,'action created','2021-01-18 21:09:32','2021-01-18 16:09:32'),
(81445,31312,'action started via WP Cron','2021-01-18 21:11:32','2021-01-18 16:11:32'),
(81446,31312,'action complete via WP Cron','2021-01-18 21:11:32','2021-01-18 16:11:32'),
(81447,31313,'action created','2021-01-18 21:11:32','2021-01-18 16:11:32'),
(81448,31313,'action started via WP Cron','2021-01-18 21:12:56','2021-01-18 16:12:56'),
(81449,31313,'action complete via WP Cron','2021-01-18 21:12:56','2021-01-18 16:12:56'),
(81450,31314,'action created','2021-01-18 21:12:56','2021-01-18 16:12:56'),
(81451,31314,'action started via WP Cron','2021-01-18 21:13:13','2021-01-18 16:13:13'),
(81452,31314,'action complete via WP Cron','2021-01-18 21:13:13','2021-01-18 16:13:13'),
(81453,31315,'action created','2021-01-18 21:13:13','2021-01-18 16:13:13'),
(81454,31315,'action started via WP Cron','2021-01-18 21:14:53','2021-01-18 16:14:53'),
(81455,31315,'action complete via WP Cron','2021-01-18 21:14:53','2021-01-18 16:14:53'),
(81456,31316,'action created','2021-01-18 21:14:53','2021-01-18 16:14:53'),
(81457,31316,'action started via WP Cron','2021-01-18 21:15:28','2021-01-18 16:15:28'),
(81458,31316,'action complete via WP Cron','2021-01-18 21:15:28','2021-01-18 16:15:28'),
(81459,31317,'action created','2021-01-18 21:15:28','2021-01-18 16:15:28'),
(81460,31317,'action started via WP Cron','2021-01-18 21:16:52','2021-01-18 16:16:52'),
(81461,31317,'action complete via WP Cron','2021-01-18 21:16:52','2021-01-18 16:16:52'),
(81462,31318,'action created','2021-01-18 21:16:52','2021-01-18 16:16:52'),
(81463,31318,'action started via WP Cron','2021-01-18 21:17:24','2021-01-18 16:17:24'),
(81464,31318,'action complete via WP Cron','2021-01-18 21:17:24','2021-01-18 16:17:24'),
(81465,31319,'action created','2021-01-18 21:17:25','2021-01-18 16:17:25'),
(81466,31319,'action started via WP Cron','2021-01-18 21:18:35','2021-01-18 16:18:35'),
(81467,31319,'action complete via WP Cron','2021-01-18 21:18:35','2021-01-18 16:18:35'),
(81468,31320,'action created','2021-01-18 21:18:35','2021-01-18 16:18:35'),
(81469,31320,'action started via WP Cron','2021-01-18 21:19:19','2021-01-18 16:19:19'),
(81470,31320,'action complete via WP Cron','2021-01-18 21:19:19','2021-01-18 16:19:19'),
(81471,31321,'action created','2021-01-18 21:19:19','2021-01-18 16:19:19'),
(81472,31321,'action started via WP Cron','2021-01-18 21:20:12','2021-01-18 16:20:12'),
(81473,31321,'action complete via WP Cron','2021-01-18 21:20:12','2021-01-18 16:20:12'),
(81474,31322,'action created','2021-01-18 21:20:12','2021-01-18 16:20:12'),
(81475,31322,'action started via WP Cron','2021-01-18 21:21:22','2021-01-18 16:21:22'),
(81476,31322,'action complete via WP Cron','2021-01-18 21:21:22','2021-01-18 16:21:22'),
(81477,31323,'action created','2021-01-18 21:21:22','2021-01-18 16:21:22'),
(81478,31323,'action started via WP Cron','2021-01-18 21:22:23','2021-01-18 16:22:23'),
(81479,31323,'action complete via WP Cron','2021-01-18 21:22:23','2021-01-18 16:22:23'),
(81480,31324,'action created','2021-01-18 21:22:23','2021-01-18 16:22:23'),
(81481,31324,'action started via WP Cron','2021-01-18 21:23:21','2021-01-18 16:23:21'),
(81482,31324,'action complete via WP Cron','2021-01-18 21:23:21','2021-01-18 16:23:21'),
(81483,31325,'action created','2021-01-18 21:23:21','2021-01-18 16:23:21'),
(81484,31325,'action started via WP Cron','2021-01-18 21:24:58','2021-01-18 16:24:58'),
(81485,31325,'action complete via WP Cron','2021-01-18 21:24:58','2021-01-18 16:24:58'),
(81486,31326,'action created','2021-01-18 21:24:58','2021-01-18 16:24:58'),
(81487,31326,'action started via WP Cron','2021-01-18 21:25:17','2021-01-18 16:25:17'),
(81488,31326,'action complete via WP Cron','2021-01-18 21:25:17','2021-01-18 16:25:17'),
(81489,31327,'action created','2021-01-18 21:25:17','2021-01-18 16:25:17'),
(81490,31327,'action started via WP Cron','2021-01-18 21:26:55','2021-01-18 16:26:55'),
(81491,31327,'action complete via WP Cron','2021-01-18 21:26:55','2021-01-18 16:26:55'),
(81492,31328,'action created','2021-01-18 21:26:55','2021-01-18 16:26:55'),
(81493,31328,'action started via WP Cron','2021-01-18 21:27:12','2021-01-18 16:27:12'),
(81494,31328,'action complete via WP Cron','2021-01-18 21:27:12','2021-01-18 16:27:12'),
(81495,31329,'action created','2021-01-18 21:27:12','2021-01-18 16:27:12'),
(81496,31329,'action started via WP Cron','2021-01-18 21:28:28','2021-01-18 16:28:28'),
(81497,31329,'action complete via WP Cron','2021-01-18 21:28:28','2021-01-18 16:28:28'),
(81498,31330,'action created','2021-01-18 21:28:28','2021-01-18 16:28:28'),
(81499,31330,'action started via WP Cron','2021-01-18 21:29:12','2021-01-18 16:29:12'),
(81500,31330,'action complete via WP Cron','2021-01-18 21:29:12','2021-01-18 16:29:12'),
(81501,31331,'action created','2021-01-18 21:29:12','2021-01-18 16:29:12'),
(81502,31331,'action started via WP Cron','2021-01-18 21:30:51','2021-01-18 16:30:51'),
(81503,31331,'action complete via WP Cron','2021-01-18 21:30:51','2021-01-18 16:30:51'),
(81504,31332,'action created','2021-01-18 21:30:51','2021-01-18 16:30:51'),
(81505,31332,'action started via WP Cron','2021-01-18 21:31:14','2021-01-18 16:31:14'),
(81506,31332,'action complete via WP Cron','2021-01-18 21:31:14','2021-01-18 16:31:14'),
(81507,31333,'action created','2021-01-18 21:31:14','2021-01-18 16:31:14'),
(81508,31333,'action started via WP Cron','2021-01-18 21:32:16','2021-01-18 16:32:16'),
(81509,31333,'action complete via WP Cron','2021-01-18 21:32:16','2021-01-18 16:32:16'),
(81510,31334,'action created','2021-01-18 21:32:16','2021-01-18 16:32:16'),
(81511,31334,'action started via WP Cron','2021-01-18 21:33:13','2021-01-18 16:33:13'),
(81512,31334,'action complete via WP Cron','2021-01-18 21:33:13','2021-01-18 16:33:13'),
(81513,31335,'action created','2021-01-18 21:33:13','2021-01-18 16:33:13'),
(81514,31335,'action started via WP Cron','2021-01-18 21:34:56','2021-01-18 16:34:56'),
(81515,31335,'action complete via WP Cron','2021-01-18 21:34:56','2021-01-18 16:34:56'),
(81516,31336,'action created','2021-01-18 21:34:57','2021-01-18 16:34:57'),
(81517,31336,'action started via WP Cron','2021-01-18 21:36:54','2021-01-18 16:36:54'),
(81518,31336,'action complete via WP Cron','2021-01-18 21:36:54','2021-01-18 16:36:54'),
(81519,31337,'action created','2021-01-18 21:36:54','2021-01-18 16:36:54'),
(81520,31337,'action started via WP Cron','2021-01-18 21:38:46','2021-01-18 16:38:46'),
(81521,31337,'action complete via WP Cron','2021-01-18 21:38:46','2021-01-18 16:38:46'),
(81522,31338,'action created','2021-01-18 21:38:46','2021-01-18 16:38:46'),
(81523,31338,'action started via WP Cron','2021-01-18 21:39:25','2021-01-18 16:39:25'),
(81524,31338,'action complete via WP Cron','2021-01-18 21:39:25','2021-01-18 16:39:25'),
(81525,31339,'action created','2021-01-18 21:39:25','2021-01-18 16:39:25'),
(81526,31339,'action started via WP Cron','2021-01-18 21:40:19','2021-01-18 16:40:19'),
(81527,31339,'action complete via WP Cron','2021-01-18 21:40:19','2021-01-18 16:40:19'),
(81528,31340,'action created','2021-01-18 21:40:19','2021-01-18 16:40:19'),
(81529,31340,'action started via WP Cron','2021-01-18 21:42:33','2021-01-18 16:42:33'),
(81530,31340,'action complete via WP Cron','2021-01-18 21:42:33','2021-01-18 16:42:33'),
(81531,31341,'action created','2021-01-18 21:42:33','2021-01-18 16:42:33'),
(81532,31341,'action started via WP Cron','2021-01-18 21:43:16','2021-01-18 16:43:16'),
(81533,31341,'action complete via WP Cron','2021-01-18 21:43:16','2021-01-18 16:43:16'),
(81534,31342,'action created','2021-01-18 21:43:16','2021-01-18 16:43:16'),
(81535,31342,'action started via WP Cron','2021-01-18 21:44:23','2021-01-18 16:44:23'),
(81536,31342,'action complete via WP Cron','2021-01-18 21:44:23','2021-01-18 16:44:23'),
(81537,31343,'action created','2021-01-18 21:44:23','2021-01-18 16:44:23'),
(81538,31343,'action started via WP Cron','2021-01-18 21:45:29','2021-01-18 16:45:29'),
(81539,31343,'action complete via WP Cron','2021-01-18 21:45:29','2021-01-18 16:45:29'),
(81540,31344,'action created','2021-01-18 21:45:29','2021-01-18 16:45:29'),
(81541,31344,'action started via WP Cron','2021-01-18 21:46:18','2021-01-18 16:46:18'),
(81542,31344,'action complete via WP Cron','2021-01-18 21:46:18','2021-01-18 16:46:18'),
(81543,31345,'action created','2021-01-18 21:46:18','2021-01-18 16:46:18'),
(81544,31345,'action started via WP Cron','2021-01-18 21:47:12','2021-01-18 16:47:12'),
(81545,31345,'action complete via WP Cron','2021-01-18 21:47:12','2021-01-18 16:47:12'),
(81546,31346,'action created','2021-01-18 21:47:13','2021-01-18 16:47:13'),
(81547,31346,'action started via WP Cron','2021-01-18 21:49:48','2021-01-18 16:49:48'),
(81548,31346,'action complete via WP Cron','2021-01-18 21:49:48','2021-01-18 16:49:48'),
(81549,31347,'action created','2021-01-18 21:49:48','2021-01-18 16:49:48'),
(81550,31347,'action started via WP Cron','2021-01-18 21:51:38','2021-01-18 16:51:38'),
(81551,31347,'action complete via WP Cron','2021-01-18 21:51:38','2021-01-18 16:51:38'),
(81552,31348,'action created','2021-01-18 21:51:38','2021-01-18 16:51:38'),
(81553,31348,'action started via WP Cron','2021-01-18 21:52:33','2021-01-18 16:52:33'),
(81554,31348,'action complete via WP Cron','2021-01-18 21:52:33','2021-01-18 16:52:33'),
(81555,31349,'action created','2021-01-18 21:52:33','2021-01-18 16:52:33'),
(81556,31349,'action started via WP Cron','2021-01-18 21:53:13','2021-01-18 16:53:13'),
(81557,31349,'action complete via WP Cron','2021-01-18 21:53:13','2021-01-18 16:53:13'),
(81558,31350,'action created','2021-01-18 21:53:13','2021-01-18 16:53:13'),
(81559,31350,'action started via WP Cron','2021-01-18 21:54:38','2021-01-18 16:54:38'),
(81560,31350,'action complete via WP Cron','2021-01-18 21:54:38','2021-01-18 16:54:38'),
(81561,31351,'action created','2021-01-18 21:54:38','2021-01-18 16:54:38'),
(81562,31351,'action started via WP Cron','2021-01-18 21:55:22','2021-01-18 16:55:22'),
(81563,31351,'action complete via WP Cron','2021-01-18 21:55:22','2021-01-18 16:55:22'),
(81564,31352,'action created','2021-01-18 21:55:22','2021-01-18 16:55:22'),
(81565,31352,'action started via WP Cron','2021-01-18 21:57:20','2021-01-18 16:57:20'),
(81566,31352,'action complete via WP Cron','2021-01-18 21:57:20','2021-01-18 16:57:20'),
(81567,31353,'action created','2021-01-18 21:57:20','2021-01-18 16:57:20'),
(81568,31353,'action started via WP Cron','2021-01-18 21:59:10','2021-01-18 16:59:10'),
(81569,31353,'action complete via WP Cron','2021-01-18 21:59:10','2021-01-18 16:59:10'),
(81570,31354,'action created','2021-01-18 21:59:10','2021-01-18 16:59:10'),
(81571,31354,'action started via WP Cron','2021-01-18 22:00:53','2021-01-18 17:00:53'),
(81572,31354,'action complete via WP Cron','2021-01-18 22:00:53','2021-01-18 17:00:53'),
(81573,31355,'action created','2021-01-18 22:00:53','2021-01-18 17:00:53'),
(81574,31355,'action started via WP Cron','2021-01-18 22:03:05','2021-01-18 17:03:05'),
(81575,31355,'action complete via WP Cron','2021-01-18 22:03:05','2021-01-18 17:03:05'),
(81576,31356,'action created','2021-01-18 22:03:05','2021-01-18 17:03:05'),
(81577,31356,'action started via WP Cron','2021-01-18 22:03:41','2021-01-18 17:03:41'),
(81578,31356,'action complete via WP Cron','2021-01-18 22:03:41','2021-01-18 17:03:41'),
(81579,31357,'action created','2021-01-18 22:03:41','2021-01-18 17:03:41'),
(81580,31357,'action started via WP Cron','2021-01-18 22:04:32','2021-01-18 17:04:32'),
(81581,31357,'action complete via WP Cron','2021-01-18 22:04:32','2021-01-18 17:04:32'),
(81582,31358,'action created','2021-01-18 22:04:33','2021-01-18 17:04:33'),
(81583,31358,'action started via WP Cron','2021-01-18 22:05:29','2021-01-18 17:05:29'),
(81584,31358,'action complete via WP Cron','2021-01-18 22:05:29','2021-01-18 17:05:29'),
(81585,31359,'action created','2021-01-18 22:05:29','2021-01-18 17:05:29'),
(81586,31359,'action started via WP Cron','2021-01-18 22:06:12','2021-01-18 17:06:12'),
(81587,31359,'action complete via WP Cron','2021-01-18 22:06:12','2021-01-18 17:06:12'),
(81588,31360,'action created','2021-01-18 22:06:12','2021-01-18 17:06:12'),
(81589,31360,'action started via WP Cron','2021-01-18 22:08:13','2021-01-18 17:08:13'),
(81590,31360,'action complete via WP Cron','2021-01-18 22:08:13','2021-01-18 17:08:13'),
(81591,31361,'action created','2021-01-18 22:08:13','2021-01-18 17:08:13'),
(81592,31361,'action started via WP Cron','2021-01-18 22:10:20','2021-01-18 17:10:20'),
(81593,31361,'action complete via WP Cron','2021-01-18 22:10:20','2021-01-18 17:10:20'),
(81594,31362,'action created','2021-01-18 22:10:21','2021-01-18 17:10:21'),
(81595,31362,'action started via WP Cron','2021-01-18 22:12:03','2021-01-18 17:12:03'),
(81596,31362,'action complete via WP Cron','2021-01-18 22:12:03','2021-01-18 17:12:03'),
(81597,31363,'action created','2021-01-18 22:12:04','2021-01-18 17:12:04'),
(81598,31363,'action started via WP Cron','2021-01-18 22:12:26','2021-01-18 17:12:26'),
(81599,31363,'action complete via WP Cron','2021-01-18 22:12:26','2021-01-18 17:12:26'),
(81600,31364,'action created','2021-01-18 22:12:26','2021-01-18 17:12:26'),
(81601,31364,'action started via WP Cron','2021-01-18 22:13:25','2021-01-18 17:13:25'),
(81602,31364,'action complete via WP Cron','2021-01-18 22:13:25','2021-01-18 17:13:25'),
(81603,31365,'action created','2021-01-18 22:13:25','2021-01-18 17:13:25'),
(81604,31365,'action started via WP Cron','2021-01-18 22:15:47','2021-01-18 17:15:47'),
(81605,31365,'action complete via WP Cron','2021-01-18 22:15:47','2021-01-18 17:15:47'),
(81606,31366,'action created','2021-01-18 22:15:47','2021-01-18 17:15:47'),
(81607,31366,'action started via WP Cron','2021-01-18 22:16:59','2021-01-18 17:16:59'),
(81608,31366,'action complete via WP Cron','2021-01-18 22:16:59','2021-01-18 17:16:59'),
(81609,31367,'action created','2021-01-18 22:16:59','2021-01-18 17:16:59'),
(81610,31367,'action started via WP Cron','2021-01-18 22:17:29','2021-01-18 17:17:29'),
(81611,31367,'action complete via WP Cron','2021-01-18 22:17:29','2021-01-18 17:17:29'),
(81612,31368,'action created','2021-01-18 22:17:29','2021-01-18 17:17:29'),
(81613,31368,'action started via WP Cron','2021-01-18 22:18:26','2021-01-18 17:18:26'),
(81614,31368,'action complete via WP Cron','2021-01-18 22:18:26','2021-01-18 17:18:26'),
(81615,31369,'action created','2021-01-18 22:18:26','2021-01-18 17:18:26'),
(81616,31369,'action started via WP Cron','2021-01-18 22:19:12','2021-01-18 17:19:12'),
(81617,31369,'action complete via WP Cron','2021-01-18 22:19:12','2021-01-18 17:19:12'),
(81618,31370,'action created','2021-01-18 22:19:12','2021-01-18 17:19:12'),
(81619,31370,'action started via WP Cron','2021-01-18 22:20:32','2021-01-18 17:20:32'),
(81620,31370,'action complete via WP Cron','2021-01-18 22:20:32','2021-01-18 17:20:32'),
(81621,31371,'action created','2021-01-18 22:20:32','2021-01-18 17:20:32'),
(81622,31371,'action started via WP Cron','2021-01-18 22:21:31','2021-01-18 17:21:31'),
(81623,31371,'action complete via WP Cron','2021-01-18 22:21:31','2021-01-18 17:21:31'),
(81624,31372,'action created','2021-01-18 22:21:31','2021-01-18 17:21:31'),
(81625,31372,'action started via WP Cron','2021-01-18 22:22:26','2021-01-18 17:22:26'),
(81626,31372,'action complete via WP Cron','2021-01-18 22:22:26','2021-01-18 17:22:26'),
(81627,31373,'action created','2021-01-18 22:22:26','2021-01-18 17:22:26'),
(81628,31373,'action started via WP Cron','2021-01-18 22:24:05','2021-01-18 17:24:05'),
(81629,31373,'action complete via WP Cron','2021-01-18 22:24:05','2021-01-18 17:24:05'),
(81630,31374,'action created','2021-01-18 22:24:05','2021-01-18 17:24:05'),
(81631,31374,'action started via WP Cron','2021-01-18 22:25:57','2021-01-18 17:25:57'),
(81632,31374,'action complete via WP Cron','2021-01-18 22:25:57','2021-01-18 17:25:57'),
(81633,31375,'action created','2021-01-18 22:25:57','2021-01-18 17:25:57'),
(81634,31375,'action started via WP Cron','2021-01-18 22:27:00','2021-01-18 17:27:00'),
(81635,31375,'action complete via WP Cron','2021-01-18 22:27:00','2021-01-18 17:27:00'),
(81636,31376,'action created','2021-01-18 22:27:00','2021-01-18 17:27:00'),
(81637,31376,'action started via WP Cron','2021-01-18 22:27:43','2021-01-18 17:27:43'),
(81638,31376,'action complete via WP Cron','2021-01-18 22:27:43','2021-01-18 17:27:43'),
(81639,31377,'action created','2021-01-18 22:27:43','2021-01-18 17:27:43'),
(81640,31377,'action started via WP Cron','2021-01-18 22:28:29','2021-01-18 17:28:29'),
(81641,31377,'action complete via WP Cron','2021-01-18 22:28:29','2021-01-18 17:28:29'),
(81642,31378,'action created','2021-01-18 22:28:29','2021-01-18 17:28:29'),
(81643,31378,'action started via WP Cron','2021-01-18 22:29:24','2021-01-18 17:29:24'),
(81644,31378,'action complete via WP Cron','2021-01-18 22:29:24','2021-01-18 17:29:24'),
(81645,31379,'action created','2021-01-18 22:29:24','2021-01-18 17:29:24'),
(81646,31379,'action started via WP Cron','2021-01-18 22:30:31','2021-01-18 17:30:31'),
(81647,31379,'action complete via WP Cron','2021-01-18 22:30:31','2021-01-18 17:30:31'),
(81648,31380,'action created','2021-01-18 22:30:31','2021-01-18 17:30:31'),
(81649,31380,'action started via WP Cron','2021-01-18 22:31:21','2021-01-18 17:31:21'),
(81650,31380,'action complete via WP Cron','2021-01-18 22:31:21','2021-01-18 17:31:21'),
(81651,31381,'action created','2021-01-18 22:31:21','2021-01-18 17:31:21'),
(81652,31381,'action started via WP Cron','2021-01-18 22:33:19','2021-01-18 17:33:19'),
(81653,31381,'action complete via WP Cron','2021-01-18 22:33:19','2021-01-18 17:33:19'),
(81654,31382,'action created','2021-01-18 22:33:19','2021-01-18 17:33:19'),
(81655,31382,'action started via WP Cron','2021-01-18 22:35:16','2021-01-18 17:35:16'),
(81656,31382,'action complete via WP Cron','2021-01-18 22:35:16','2021-01-18 17:35:16'),
(81657,31383,'action created','2021-01-18 22:35:16','2021-01-18 17:35:16'),
(81658,31383,'action started via WP Cron','2021-01-18 22:37:03','2021-01-18 17:37:03'),
(81659,31383,'action complete via WP Cron','2021-01-18 22:37:03','2021-01-18 17:37:03'),
(81660,31384,'action created','2021-01-18 22:37:03','2021-01-18 17:37:03'),
(81661,31384,'action started via WP Cron','2021-01-18 22:38:02','2021-01-18 17:38:02'),
(81662,31384,'action complete via WP Cron','2021-01-18 22:38:02','2021-01-18 17:38:02'),
(81663,31385,'action created','2021-01-18 22:38:02','2021-01-18 17:38:02'),
(81664,31385,'action started via WP Cron','2021-01-18 22:38:20','2021-01-18 17:38:20'),
(81665,31385,'action complete via WP Cron','2021-01-18 22:38:20','2021-01-18 17:38:20'),
(81666,31386,'action created','2021-01-18 22:38:20','2021-01-18 17:38:20'),
(81667,31386,'action started via WP Cron','2021-01-18 22:39:20','2021-01-18 17:39:20'),
(81668,31386,'action complete via WP Cron','2021-01-18 22:39:20','2021-01-18 17:39:20'),
(81669,31387,'action created','2021-01-18 22:39:21','2021-01-18 17:39:21'),
(81670,31387,'action started via WP Cron','2021-01-18 22:40:39','2021-01-18 17:40:39'),
(81671,31387,'action complete via WP Cron','2021-01-18 22:40:39','2021-01-18 17:40:39'),
(81672,31388,'action created','2021-01-18 22:40:39','2021-01-18 17:40:39'),
(81673,31388,'action started via WP Cron','2021-01-18 22:41:44','2021-01-18 17:41:44'),
(81674,31388,'action complete via WP Cron','2021-01-18 22:41:44','2021-01-18 17:41:44'),
(81675,31389,'action created','2021-01-18 22:41:44','2021-01-18 17:41:44'),
(81676,31389,'action started via WP Cron','2021-01-18 22:42:31','2021-01-18 17:42:31'),
(81677,31389,'action complete via WP Cron','2021-01-18 22:42:31','2021-01-18 17:42:31'),
(81678,31390,'action created','2021-01-18 22:42:31','2021-01-18 17:42:31'),
(81679,31390,'action started via WP Cron','2021-01-18 22:44:11','2021-01-18 17:44:11'),
(81680,31390,'action complete via WP Cron','2021-01-18 22:44:11','2021-01-18 17:44:11'),
(81681,31391,'action created','2021-01-18 22:44:11','2021-01-18 17:44:11'),
(81682,31391,'action started via WP Cron','2021-01-18 22:45:29','2021-01-18 17:45:29'),
(81683,31391,'action complete via WP Cron','2021-01-18 22:45:29','2021-01-18 17:45:29'),
(81684,31392,'action created','2021-01-18 22:45:29','2021-01-18 17:45:29'),
(81685,31392,'action started via WP Cron','2021-01-18 22:46:28','2021-01-18 17:46:28'),
(81686,31392,'action complete via WP Cron','2021-01-18 22:46:28','2021-01-18 17:46:28'),
(81687,31393,'action created','2021-01-18 22:46:28','2021-01-18 17:46:28'),
(81688,31393,'action started via WP Cron','2021-01-18 22:47:29','2021-01-18 17:47:29'),
(81689,31393,'action complete via WP Cron','2021-01-18 22:47:29','2021-01-18 17:47:29'),
(81690,31394,'action created','2021-01-18 22:47:29','2021-01-18 17:47:29'),
(81691,31394,'action started via WP Cron','2021-01-18 22:49:01','2021-01-18 17:49:01'),
(81692,31394,'action complete via WP Cron','2021-01-18 22:49:01','2021-01-18 17:49:01'),
(81693,31395,'action created','2021-01-18 22:49:01','2021-01-18 17:49:01'),
(81694,31395,'action started via WP Cron','2021-01-18 22:49:45','2021-01-18 17:49:45'),
(81695,31395,'action complete via WP Cron','2021-01-18 22:49:45','2021-01-18 17:49:45'),
(81696,31396,'action created','2021-01-18 22:49:45','2021-01-18 17:49:45'),
(81697,31396,'action started via WP Cron','2021-01-18 22:51:17','2021-01-18 17:51:17'),
(81698,31396,'action complete via WP Cron','2021-01-18 22:51:17','2021-01-18 17:51:17'),
(81699,31397,'action created','2021-01-18 22:51:17','2021-01-18 17:51:17'),
(81700,31397,'action started via WP Cron','2021-01-18 22:52:17','2021-01-18 17:52:17'),
(81701,31397,'action complete via WP Cron','2021-01-18 22:52:18','2021-01-18 17:52:18'),
(81702,31398,'action created','2021-01-18 22:52:18','2021-01-18 17:52:18'),
(81703,31398,'action started via WP Cron','2021-01-18 22:53:22','2021-01-18 17:53:22'),
(81704,31398,'action complete via WP Cron','2021-01-18 22:53:22','2021-01-18 17:53:22'),
(81705,31399,'action created','2021-01-18 22:53:22','2021-01-18 17:53:22'),
(81706,31399,'action started via WP Cron','2021-01-18 22:54:46','2021-01-18 17:54:46'),
(81707,31399,'action complete via WP Cron','2021-01-18 22:54:46','2021-01-18 17:54:46'),
(81708,31400,'action created','2021-01-18 22:54:46','2021-01-18 17:54:46'),
(81709,31400,'action started via WP Cron','2021-01-18 22:55:20','2021-01-18 17:55:20'),
(81710,31400,'action complete via WP Cron','2021-01-18 22:55:20','2021-01-18 17:55:20'),
(81711,31401,'action created','2021-01-18 22:55:20','2021-01-18 17:55:20'),
(81712,31401,'action started via WP Cron','2021-01-18 22:57:16','2021-01-18 17:57:16'),
(81713,31401,'action complete via WP Cron','2021-01-18 22:57:16','2021-01-18 17:57:16'),
(81714,31402,'action created','2021-01-18 22:57:16','2021-01-18 17:57:16'),
(81715,31402,'action started via WP Cron','2021-01-18 22:59:09','2021-01-18 17:59:09'),
(81716,31402,'action complete via WP Cron','2021-01-18 22:59:09','2021-01-18 17:59:09'),
(81717,31403,'action created','2021-01-18 22:59:09','2021-01-18 17:59:09'),
(81718,31403,'action started via WP Cron','2021-01-18 23:00:53','2021-01-18 18:00:53'),
(81719,31403,'action complete via WP Cron','2021-01-18 23:00:53','2021-01-18 18:00:53'),
(81720,31404,'action created','2021-01-18 23:00:53','2021-01-18 18:00:53'),
(81721,31404,'action started via WP Cron','2021-01-18 23:01:34','2021-01-18 18:01:34'),
(81722,31404,'action complete via WP Cron','2021-01-18 23:01:34','2021-01-18 18:01:34'),
(81723,31405,'action created','2021-01-18 23:01:34','2021-01-18 18:01:34'),
(81724,31405,'action started via WP Cron','2021-01-18 23:02:27','2021-01-18 18:02:27'),
(81725,31405,'action complete via WP Cron','2021-01-18 23:02:27','2021-01-18 18:02:27'),
(81726,31406,'action created','2021-01-18 23:02:28','2021-01-18 18:02:28'),
(81727,31406,'action started via WP Cron','2021-01-18 23:03:49','2021-01-18 18:03:49'),
(81728,31406,'action complete via WP Cron','2021-01-18 23:03:49','2021-01-18 18:03:49'),
(81729,31407,'action created','2021-01-18 23:03:49','2021-01-18 18:03:49'),
(81730,31407,'action started via WP Cron','2021-01-18 23:04:30','2021-01-18 18:04:30'),
(81731,31407,'action complete via WP Cron','2021-01-18 23:04:30','2021-01-18 18:04:30'),
(81732,31408,'action created','2021-01-18 23:04:30','2021-01-18 18:04:30'),
(81733,31408,'action started via WP Cron','2021-01-18 23:05:51','2021-01-18 18:05:51'),
(81734,31408,'action complete via WP Cron','2021-01-18 23:05:51','2021-01-18 18:05:51'),
(81735,31409,'action created','2021-01-18 23:05:51','2021-01-18 18:05:51'),
(81736,31409,'action started via WP Cron','2021-01-18 23:06:27','2021-01-18 18:06:27'),
(81737,31409,'action complete via WP Cron','2021-01-18 23:06:27','2021-01-18 18:06:27'),
(81738,31410,'action created','2021-01-18 23:06:27','2021-01-18 18:06:27'),
(81739,31410,'action started via WP Cron','2021-01-18 23:08:18','2021-01-18 18:08:18'),
(81740,31410,'action complete via WP Cron','2021-01-18 23:08:18','2021-01-18 18:08:18'),
(81741,31411,'action created','2021-01-18 23:08:18','2021-01-18 18:08:18'),
(81742,31411,'action started via WP Cron','2021-01-18 23:10:04','2021-01-18 18:10:04'),
(81743,31411,'action complete via WP Cron','2021-01-18 23:10:04','2021-01-18 18:10:04'),
(81744,31412,'action created','2021-01-18 23:10:49','2021-01-18 18:10:49'),
(81745,31412,'action started via WP Cron','2021-01-18 23:11:21','2021-01-18 18:11:21'),
(81746,31412,'action complete via WP Cron','2021-01-18 23:11:21','2021-01-18 18:11:21'),
(81747,31413,'action created','2021-01-18 23:11:21','2021-01-18 18:11:21'),
(81748,31413,'action started via WP Cron','2021-01-18 23:12:41','2021-01-18 18:12:41'),
(81749,31413,'action complete via WP Cron','2021-01-18 23:12:41','2021-01-18 18:12:41'),
(81750,31414,'action created','2021-01-18 23:12:41','2021-01-18 18:12:41'),
(81751,31414,'action started via WP Cron','2021-01-18 23:13:42','2021-01-18 18:13:42'),
(81752,31414,'action complete via WP Cron','2021-01-18 23:13:42','2021-01-18 18:13:42'),
(81753,31415,'action created','2021-01-18 23:13:42','2021-01-18 18:13:42'),
(81754,31415,'action started via WP Cron','2021-01-18 23:14:47','2021-01-18 18:14:47'),
(81755,31415,'action complete via WP Cron','2021-01-18 23:14:47','2021-01-18 18:14:47'),
(81756,31416,'action created','2021-01-18 23:14:47','2021-01-18 18:14:47'),
(81757,31416,'action started via WP Cron','2021-01-18 23:15:25','2021-01-18 18:15:25'),
(81758,31416,'action complete via WP Cron','2021-01-18 23:15:25','2021-01-18 18:15:25'),
(81759,31417,'action created','2021-01-18 23:15:25','2021-01-18 18:15:25'),
(81760,31417,'action started via WP Cron','2021-01-18 23:17:08','2021-01-18 18:17:08'),
(81761,31417,'action complete via WP Cron','2021-01-18 23:17:08','2021-01-18 18:17:08'),
(81762,31418,'action created','2021-01-18 23:17:08','2021-01-18 18:17:08'),
(81763,31418,'action started via WP Cron','2021-01-18 23:17:40','2021-01-18 18:17:40'),
(81764,31418,'action complete via WP Cron','2021-01-18 23:17:40','2021-01-18 18:17:40'),
(81765,31419,'action created','2021-01-18 23:17:40','2021-01-18 18:17:40'),
(81766,31419,'action started via WP Cron','2021-01-18 23:18:53','2021-01-18 18:18:53'),
(81767,31419,'action complete via WP Cron','2021-01-18 23:18:53','2021-01-18 18:18:53'),
(81768,31420,'action created','2021-01-18 23:18:53','2021-01-18 18:18:53'),
(81769,31420,'action started via WP Cron','2021-01-18 23:20:36','2021-01-18 18:20:36'),
(81770,31420,'action complete via WP Cron','2021-01-18 23:20:36','2021-01-18 18:20:36'),
(81771,31421,'action created','2021-01-18 23:20:37','2021-01-18 18:20:37'),
(81772,31421,'action started via WP Cron','2021-01-18 23:22:28','2021-01-18 18:22:28'),
(81773,31421,'action complete via WP Cron','2021-01-18 23:22:28','2021-01-18 18:22:28'),
(81774,31422,'action created','2021-01-18 23:22:28','2021-01-18 18:22:28'),
(81775,31422,'action started via WP Cron','2021-01-18 23:23:54','2021-01-18 18:23:54'),
(81776,31422,'action complete via WP Cron','2021-01-18 23:23:54','2021-01-18 18:23:54'),
(81777,31423,'action created','2021-01-18 23:23:55','2021-01-18 18:23:55'),
(81778,31423,'action started via WP Cron','2021-01-18 23:24:16','2021-01-18 18:24:16'),
(81779,31423,'action complete via WP Cron','2021-01-18 23:24:16','2021-01-18 18:24:16'),
(81780,31424,'action created','2021-01-18 23:24:16','2021-01-18 18:24:16'),
(81781,31424,'action started via WP Cron','2021-01-18 23:25:41','2021-01-18 18:25:41'),
(81782,31424,'action complete via WP Cron','2021-01-18 23:25:41','2021-01-18 18:25:41'),
(81783,31425,'action created','2021-01-18 23:25:41','2021-01-18 18:25:41'),
(81784,31425,'action started via WP Cron','2021-01-18 23:26:40','2021-01-18 18:26:40'),
(81785,31425,'action complete via WP Cron','2021-01-18 23:26:40','2021-01-18 18:26:40'),
(81786,31426,'action created','2021-01-18 23:26:40','2021-01-18 18:26:40'),
(81787,31426,'action started via WP Cron','2021-01-18 23:27:21','2021-01-18 18:27:21'),
(81788,31426,'action complete via WP Cron','2021-01-18 23:27:21','2021-01-18 18:27:21'),
(81789,31427,'action created','2021-01-18 23:27:21','2021-01-18 18:27:21'),
(81790,31427,'action started via WP Cron','2021-01-18 23:28:42','2021-01-18 18:28:42'),
(81791,31427,'action complete via WP Cron','2021-01-18 23:28:42','2021-01-18 18:28:42'),
(81792,31428,'action created','2021-01-18 23:28:42','2021-01-18 18:28:42'),
(81793,31428,'action started via WP Cron','2021-01-18 23:29:45','2021-01-18 18:29:45'),
(81794,31428,'action complete via WP Cron','2021-01-18 23:29:45','2021-01-18 18:29:45'),
(81795,31429,'action created','2021-01-18 23:29:45','2021-01-18 18:29:45'),
(81796,31429,'action started via WP Cron','2021-01-18 23:31:24','2021-01-18 18:31:24'),
(81797,31429,'action complete via WP Cron','2021-01-18 23:31:24','2021-01-18 18:31:24'),
(81798,31430,'action created','2021-01-18 23:31:24','2021-01-18 18:31:24'),
(81799,31430,'action started via WP Cron','2021-01-18 23:32:55','2021-01-18 18:32:55'),
(81800,31430,'action complete via WP Cron','2021-01-18 23:32:55','2021-01-18 18:32:55'),
(81801,31431,'action created','2021-01-18 23:32:55','2021-01-18 18:32:55'),
(81802,31431,'action started via WP Cron','2021-01-18 23:33:22','2021-01-18 18:33:22'),
(81803,31431,'action complete via WP Cron','2021-01-18 23:33:22','2021-01-18 18:33:22'),
(81804,31432,'action created','2021-01-18 23:33:22','2021-01-18 18:33:22'),
(81805,31432,'action started via WP Cron','2021-01-18 23:34:34','2021-01-18 18:34:34'),
(81806,31432,'action complete via WP Cron','2021-01-18 23:34:34','2021-01-18 18:34:34'),
(81807,31433,'action created','2021-01-18 23:34:34','2021-01-18 18:34:34'),
(81808,31433,'action started via WP Cron','2021-01-18 23:35:23','2021-01-18 18:35:23'),
(81809,31433,'action complete via WP Cron','2021-01-18 23:35:23','2021-01-18 18:35:23'),
(81810,31434,'action created','2021-01-18 23:35:23','2021-01-18 18:35:23'),
(81811,31434,'action started via WP Cron','2021-01-18 23:37:16','2021-01-18 18:37:16'),
(81812,31434,'action complete via WP Cron','2021-01-18 23:37:16','2021-01-18 18:37:16'),
(81813,31435,'action created','2021-01-18 23:37:16','2021-01-18 18:37:16'),
(81814,31435,'action started via WP Cron','2021-01-18 23:38:53','2021-01-18 18:38:53'),
(81815,31435,'action complete via WP Cron','2021-01-18 23:38:53','2021-01-18 18:38:53'),
(81816,31436,'action created','2021-01-18 23:38:53','2021-01-18 18:38:53'),
(81817,31436,'action started via WP Cron','2021-01-18 23:39:15','2021-01-18 18:39:15'),
(81818,31436,'action complete via WP Cron','2021-01-18 23:39:15','2021-01-18 18:39:15'),
(81819,31437,'action created','2021-01-18 23:39:15','2021-01-18 18:39:15'),
(81820,31437,'action started via WP Cron','2021-01-18 23:40:59','2021-01-18 18:40:59'),
(81821,31437,'action complete via WP Cron','2021-01-18 23:40:59','2021-01-18 18:40:59'),
(81822,31438,'action created','2021-01-18 23:40:59','2021-01-18 18:40:59'),
(81823,31438,'action started via WP Cron','2021-01-18 23:42:13','2021-01-18 18:42:13'),
(81824,31438,'action complete via WP Cron','2021-01-18 23:42:13','2021-01-18 18:42:13'),
(81825,31439,'action created','2021-01-18 23:42:13','2021-01-18 18:42:13'),
(81826,31439,'action started via WP Cron','2021-01-18 23:44:11','2021-01-18 18:44:11'),
(81827,31439,'action complete via WP Cron','2021-01-18 23:44:11','2021-01-18 18:44:11'),
(81828,31440,'action created','2021-01-18 23:44:11','2021-01-18 18:44:11'),
(81829,31440,'action started via WP Cron','2021-01-18 23:46:18','2021-01-18 18:46:18'),
(81830,31440,'action complete via WP Cron','2021-01-18 23:46:18','2021-01-18 18:46:18'),
(81831,31441,'action created','2021-01-18 23:46:18','2021-01-18 18:46:18'),
(81832,31441,'action started via WP Cron','2021-01-18 23:47:47','2021-01-18 18:47:47'),
(81833,31441,'action complete via WP Cron','2021-01-18 23:47:47','2021-01-18 18:47:47'),
(81834,31442,'action created','2021-01-18 23:47:47','2021-01-18 18:47:47'),
(81835,31442,'action started via WP Cron','2021-01-18 23:48:58','2021-01-18 18:48:58'),
(81836,31442,'action complete via WP Cron','2021-01-18 23:48:58','2021-01-18 18:48:58'),
(81837,31443,'action created','2021-01-18 23:48:58','2021-01-18 18:48:58'),
(81838,31443,'action started via WP Cron','2021-01-18 23:49:43','2021-01-18 18:49:43'),
(81839,31443,'action complete via WP Cron','2021-01-18 23:49:43','2021-01-18 18:49:43'),
(81840,31444,'action created','2021-01-18 23:50:57','2021-01-18 18:50:57'),
(81841,31444,'action started via WP Cron','2021-01-18 23:52:54','2021-01-18 18:52:54'),
(81842,31444,'action complete via WP Cron','2021-01-18 23:52:54','2021-01-18 18:52:54'),
(81843,31445,'action created','2021-01-18 23:52:54','2021-01-18 18:52:54'),
(81844,31445,'action started via WP Cron','2021-01-18 23:53:44','2021-01-18 18:53:44'),
(81845,31445,'action complete via WP Cron','2021-01-18 23:53:44','2021-01-18 18:53:44'),
(81846,31446,'action created','2021-01-18 23:53:44','2021-01-18 18:53:44'),
(81847,31446,'action started via WP Cron','2021-01-18 23:54:47','2021-01-18 18:54:47'),
(81848,31446,'action complete via WP Cron','2021-01-18 23:54:47','2021-01-18 18:54:47'),
(81849,31447,'action created','2021-01-18 23:54:47','2021-01-18 18:54:47'),
(81850,31447,'action started via WP Cron','2021-01-18 23:55:24','2021-01-18 18:55:24'),
(81851,31447,'action complete via WP Cron','2021-01-18 23:55:24','2021-01-18 18:55:24'),
(81852,31448,'action created','2021-01-18 23:55:24','2021-01-18 18:55:24'),
(81853,31448,'action started via WP Cron','2021-01-18 23:56:22','2021-01-18 18:56:22'),
(81854,31448,'action complete via WP Cron','2021-01-18 23:56:22','2021-01-18 18:56:22'),
(81855,31449,'action created','2021-01-18 23:56:22','2021-01-18 18:56:22'),
(81856,31449,'action started via WP Cron','2021-01-18 23:58:26','2021-01-18 18:58:26'),
(81857,31449,'action complete via WP Cron','2021-01-18 23:58:26','2021-01-18 18:58:26'),
(81858,31450,'action created','2021-01-18 23:58:26','2021-01-18 18:58:26'),
(81859,31450,'action started via WP Cron','2021-01-18 23:59:27','2021-01-18 18:59:27'),
(81860,31450,'action complete via WP Cron','2021-01-18 23:59:27','2021-01-18 18:59:27'),
(81861,31451,'action created','2021-01-18 23:59:27','2021-01-18 18:59:27'),
(81862,31451,'action started via WP Cron','2021-01-19 00:02:00','2021-01-18 19:02:00'),
(81863,31451,'action complete via WP Cron','2021-01-19 00:02:00','2021-01-18 19:02:00'),
(81864,31452,'action created','2021-01-19 00:02:00','2021-01-18 19:02:00'),
(81865,31452,'action started via WP Cron','2021-01-19 00:02:36','2021-01-18 19:02:36'),
(81866,31452,'action complete via WP Cron','2021-01-19 00:02:36','2021-01-18 19:02:36'),
(81867,31453,'action created','2021-01-19 00:02:36','2021-01-18 19:02:36'),
(81868,31453,'action started via WP Cron','2021-01-19 00:03:37','2021-01-18 19:03:37'),
(81869,31453,'action complete via WP Cron','2021-01-19 00:03:37','2021-01-18 19:03:37'),
(81870,31454,'action created','2021-01-19 00:03:38','2021-01-18 19:03:38'),
(81871,31454,'action started via WP Cron','2021-01-19 00:04:36','2021-01-18 19:04:36'),
(81872,31454,'action complete via WP Cron','2021-01-19 00:04:36','2021-01-18 19:04:36'),
(81873,31455,'action created','2021-01-19 00:04:36','2021-01-18 19:04:36'),
(81874,31455,'action started via WP Cron','2021-01-19 00:05:36','2021-01-18 19:05:36'),
(81875,31455,'action complete via WP Cron','2021-01-19 00:05:36','2021-01-18 19:05:36'),
(81876,31456,'action created','2021-01-19 00:05:36','2021-01-18 19:05:36'),
(81877,31456,'action started via WP Cron','2021-01-19 00:06:23','2021-01-18 19:06:23'),
(81878,31456,'action complete via WP Cron','2021-01-19 00:06:23','2021-01-18 19:06:23'),
(81879,31457,'action created','2021-01-19 00:06:23','2021-01-18 19:06:23'),
(81880,31457,'action started via WP Cron','2021-01-19 00:07:26','2021-01-18 19:07:26'),
(81881,31457,'action complete via WP Cron','2021-01-19 00:07:26','2021-01-18 19:07:26'),
(81882,31458,'action created','2021-01-19 00:07:26','2021-01-18 19:07:26'),
(81883,31458,'action started via WP Cron','2021-01-19 00:08:42','2021-01-18 19:08:42'),
(81884,31458,'action complete via WP Cron','2021-01-19 00:08:42','2021-01-18 19:08:42'),
(81885,31459,'action created','2021-01-19 00:08:42','2021-01-18 19:08:42'),
(81886,31459,'action started via WP Cron','2021-01-19 00:09:16','2021-01-18 19:09:16'),
(81887,31459,'action complete via WP Cron','2021-01-19 00:09:16','2021-01-18 19:09:16'),
(81888,31460,'action created','2021-01-19 00:09:16','2021-01-18 19:09:16'),
(81889,31460,'action started via WP Cron','2021-01-19 00:10:20','2021-01-18 19:10:20'),
(81890,31460,'action complete via WP Cron','2021-01-19 00:10:20','2021-01-18 19:10:20'),
(81891,31461,'action created','2021-01-19 00:10:20','2021-01-18 19:10:20'),
(81892,31461,'action started via WP Cron','2021-01-19 00:11:27','2021-01-18 19:11:27'),
(81893,31461,'action complete via WP Cron','2021-01-19 00:11:27','2021-01-18 19:11:27'),
(81894,31462,'action created','2021-01-19 00:11:28','2021-01-18 19:11:28'),
(81895,31462,'action started via WP Cron','2021-01-19 00:12:35','2021-01-18 19:12:35'),
(81896,31462,'action complete via WP Cron','2021-01-19 00:12:35','2021-01-18 19:12:35'),
(81897,31463,'action created','2021-01-19 00:12:35','2021-01-18 19:12:35'),
(81898,31463,'action started via WP Cron','2021-01-19 00:13:26','2021-01-18 19:13:26'),
(81899,31463,'action complete via WP Cron','2021-01-19 00:13:26','2021-01-18 19:13:26'),
(81900,31464,'action created','2021-01-19 00:13:26','2021-01-18 19:13:26'),
(81901,31464,'action started via WP Cron','2021-01-19 00:14:15','2021-01-18 19:14:15'),
(81902,31464,'action complete via WP Cron','2021-01-19 00:14:15','2021-01-18 19:14:15'),
(81903,31465,'action created','2021-01-19 00:14:15','2021-01-18 19:14:15'),
(81904,31465,'action started via WP Cron','2021-01-19 00:15:25','2021-01-18 19:15:25'),
(81905,31465,'action complete via WP Cron','2021-01-19 00:15:25','2021-01-18 19:15:25'),
(81906,31466,'action created','2021-01-19 00:15:25','2021-01-18 19:15:25'),
(81907,31466,'action started via WP Cron','2021-01-19 00:16:22','2021-01-18 19:16:22'),
(81908,31466,'action complete via WP Cron','2021-01-19 00:16:22','2021-01-18 19:16:22'),
(81909,31467,'action created','2021-01-19 00:16:22','2021-01-18 19:16:22'),
(81910,31467,'action started via WP Cron','2021-01-19 00:17:39','2021-01-18 19:17:39'),
(81911,31467,'action complete via WP Cron','2021-01-19 00:17:39','2021-01-18 19:17:39'),
(81912,31468,'action created','2021-01-19 00:17:39','2021-01-18 19:17:39'),
(81913,31468,'action started via WP Cron','2021-01-19 00:18:31','2021-01-18 19:18:31'),
(81914,31468,'action complete via WP Cron','2021-01-19 00:18:31','2021-01-18 19:18:31'),
(81915,31469,'action created','2021-01-19 00:18:31','2021-01-18 19:18:31'),
(81916,31469,'action started via WP Cron','2021-01-19 00:19:37','2021-01-18 19:19:37'),
(81917,31469,'action complete via WP Cron','2021-01-19 00:19:37','2021-01-18 19:19:37'),
(81918,31470,'action created','2021-01-19 00:19:37','2021-01-18 19:19:37'),
(81919,31470,'action started via WP Cron','2021-01-19 00:21:18','2021-01-18 19:21:18'),
(81920,31470,'action complete via WP Cron','2021-01-19 00:21:18','2021-01-18 19:21:18'),
(81921,31471,'action created','2021-01-19 00:21:18','2021-01-18 19:21:18'),
(81922,31471,'action started via WP Cron','2021-01-19 00:23:22','2021-01-18 19:23:22'),
(81923,31471,'action complete via WP Cron','2021-01-19 00:23:22','2021-01-18 19:23:22'),
(81924,31472,'action created','2021-01-19 00:23:22','2021-01-18 19:23:22'),
(81925,31472,'action started via WP Cron','2021-01-19 00:24:39','2021-01-18 19:24:39'),
(81926,31472,'action complete via WP Cron','2021-01-19 00:24:39','2021-01-18 19:24:39'),
(81927,31473,'action created','2021-01-19 00:24:39','2021-01-18 19:24:39'),
(81928,31473,'action started via WP Cron','2021-01-19 00:25:36','2021-01-18 19:25:36'),
(81929,31473,'action complete via WP Cron','2021-01-19 00:25:36','2021-01-18 19:25:36'),
(81930,31474,'action created','2021-01-19 00:25:36','2021-01-18 19:25:36'),
(81931,31474,'action started via WP Cron','2021-01-19 00:26:41','2021-01-18 19:26:41'),
(81932,31474,'action complete via WP Cron','2021-01-19 00:26:41','2021-01-18 19:26:41'),
(81933,31475,'action created','2021-01-19 00:26:41','2021-01-18 19:26:41'),
(81934,31475,'action started via WP Cron','2021-01-19 00:27:23','2021-01-18 19:27:23'),
(81935,31475,'action complete via WP Cron','2021-01-19 00:27:23','2021-01-18 19:27:23'),
(81936,31476,'action created','2021-01-19 00:27:23','2021-01-18 19:27:23'),
(81937,31476,'action started via WP Cron','2021-01-19 00:29:10','2021-01-18 19:29:10'),
(81938,31476,'action complete via WP Cron','2021-01-19 00:29:10','2021-01-18 19:29:10'),
(81939,31477,'action created','2021-01-19 00:29:10','2021-01-18 19:29:10'),
(81940,31477,'action started via WP Cron','2021-01-19 00:30:37','2021-01-18 19:30:37'),
(81941,31477,'action complete via WP Cron','2021-01-19 00:30:37','2021-01-18 19:30:37'),
(81942,31478,'action created','2021-01-19 00:30:37','2021-01-18 19:30:37'),
(81943,31478,'action started via WP Cron','2021-01-19 00:32:41','2021-01-18 19:32:41'),
(81944,31478,'action complete via WP Cron','2021-01-19 00:32:41','2021-01-18 19:32:41'),
(81945,31479,'action created','2021-01-19 00:32:41','2021-01-18 19:32:41'),
(81946,31479,'action started via WP Cron','2021-01-19 00:33:40','2021-01-18 19:33:40'),
(81947,31479,'action complete via WP Cron','2021-01-19 00:33:40','2021-01-18 19:33:40'),
(81948,31480,'action created','2021-01-19 00:33:40','2021-01-18 19:33:40'),
(81949,31480,'action started via WP Cron','2021-01-19 00:34:14','2021-01-18 19:34:14'),
(81950,31480,'action complete via WP Cron','2021-01-19 00:34:14','2021-01-18 19:34:14'),
(81951,31481,'action created','2021-01-19 00:34:14','2021-01-18 19:34:14'),
(81952,31481,'action started via WP Cron','2021-01-19 00:35:40','2021-01-18 19:35:40'),
(81953,31481,'action complete via WP Cron','2021-01-19 00:35:40','2021-01-18 19:35:40'),
(81954,31482,'action created','2021-01-19 00:35:40','2021-01-18 19:35:40'),
(81955,31482,'action started via WP Cron','2021-01-19 00:36:44','2021-01-18 19:36:44'),
(81956,31482,'action complete via WP Cron','2021-01-19 00:36:44','2021-01-18 19:36:44'),
(81957,31483,'action created','2021-01-19 00:36:44','2021-01-18 19:36:44'),
(81958,31483,'action started via WP Cron','2021-01-19 00:38:46','2021-01-18 19:38:46'),
(81959,31483,'action complete via WP Cron','2021-01-19 00:38:46','2021-01-18 19:38:46'),
(81960,31484,'action created','2021-01-19 00:38:46','2021-01-18 19:38:46'),
(81961,31484,'action started via WP Cron','2021-01-19 00:39:46','2021-01-18 19:39:46'),
(81962,31484,'action complete via WP Cron','2021-01-19 00:39:46','2021-01-18 19:39:46'),
(81963,31485,'action created','2021-01-19 00:39:46','2021-01-18 19:39:46'),
(81964,31485,'action started via WP Cron','2021-01-19 00:40:22','2021-01-18 19:40:22'),
(81965,31485,'action complete via WP Cron','2021-01-19 00:40:22','2021-01-18 19:40:22'),
(81966,31486,'action created','2021-01-19 00:40:22','2021-01-18 19:40:22'),
(81967,31486,'action started via WP Cron','2021-01-19 00:42:29','2021-01-18 19:42:29'),
(81968,31486,'action complete via WP Cron','2021-01-19 00:42:29','2021-01-18 19:42:29'),
(81969,31487,'action created','2021-01-19 00:42:29','2021-01-18 19:42:29'),
(81970,31487,'action started via WP Cron','2021-01-19 00:43:19','2021-01-18 19:43:19'),
(81971,31487,'action complete via WP Cron','2021-01-19 00:43:19','2021-01-18 19:43:19'),
(81972,31488,'action created','2021-01-19 00:43:19','2021-01-18 19:43:19'),
(81973,31488,'action started via WP Cron','2021-01-19 00:44:12','2021-01-18 19:44:12'),
(81974,31488,'action complete via WP Cron','2021-01-19 00:44:12','2021-01-18 19:44:12'),
(81975,31489,'action created','2021-01-19 00:44:12','2021-01-18 19:44:12'),
(81976,31489,'action started via WP Cron','2021-01-19 00:45:15','2021-01-18 19:45:15'),
(81977,31489,'action complete via WP Cron','2021-01-19 00:45:15','2021-01-18 19:45:15'),
(81978,31490,'action created','2021-01-19 00:45:15','2021-01-18 19:45:15'),
(81979,31490,'action started via WP Cron','2021-01-19 00:46:17','2021-01-18 19:46:17'),
(81980,31490,'action complete via WP Cron','2021-01-19 00:46:17','2021-01-18 19:46:17'),
(81981,31491,'action created','2021-01-19 00:46:17','2021-01-18 19:46:17'),
(81982,31491,'action started via WP Cron','2021-01-19 00:47:39','2021-01-18 19:47:39'),
(81983,31491,'action complete via WP Cron','2021-01-19 00:47:39','2021-01-18 19:47:39'),
(81984,31492,'action created','2021-01-19 00:47:39','2021-01-18 19:47:39'),
(81985,31492,'action started via WP Cron','2021-01-19 00:48:13','2021-01-18 19:48:13'),
(81986,31492,'action complete via WP Cron','2021-01-19 00:48:13','2021-01-18 19:48:13'),
(81987,31493,'action created','2021-01-19 00:48:13','2021-01-18 19:48:13'),
(81988,31493,'action started via WP Cron','2021-01-19 00:49:39','2021-01-18 19:49:39'),
(81989,31493,'action complete via WP Cron','2021-01-19 00:49:39','2021-01-18 19:49:39'),
(81990,31494,'action created','2021-01-19 00:49:39','2021-01-18 19:49:39'),
(81991,31494,'action started via WP Cron','2021-01-19 00:50:27','2021-01-18 19:50:27'),
(81992,31494,'action complete via WP Cron','2021-01-19 00:50:27','2021-01-18 19:50:27'),
(81993,31495,'action created','2021-01-19 00:50:27','2021-01-18 19:50:27'),
(81994,31495,'action started via WP Cron','2021-01-19 00:51:55','2021-01-18 19:51:55'),
(81995,31495,'action complete via WP Cron','2021-01-19 00:51:55','2021-01-18 19:51:55'),
(81996,31496,'action created','2021-01-19 00:51:55','2021-01-18 19:51:55'),
(81997,31496,'action started via WP Cron','2021-01-19 00:53:44','2021-01-18 19:53:44'),
(81998,31496,'action complete via WP Cron','2021-01-19 00:53:44','2021-01-18 19:53:44'),
(81999,31497,'action created','2021-01-19 00:53:44','2021-01-18 19:53:44'),
(82000,31497,'action started via WP Cron','2021-01-19 00:54:37','2021-01-18 19:54:37'),
(82001,31497,'action complete via WP Cron','2021-01-19 00:54:37','2021-01-18 19:54:37'),
(82002,31498,'action created','2021-01-19 00:54:37','2021-01-18 19:54:37'),
(82003,31498,'action started via WP Cron','2021-01-19 00:55:34','2021-01-18 19:55:34'),
(82004,31498,'action complete via WP Cron','2021-01-19 00:55:34','2021-01-18 19:55:34'),
(82005,31499,'action created','2021-01-19 00:55:34','2021-01-18 19:55:34'),
(82006,31499,'action started via WP Cron','2021-01-19 00:56:14','2021-01-18 19:56:14'),
(82007,31499,'action complete via WP Cron','2021-01-19 00:56:14','2021-01-18 19:56:14'),
(82008,31500,'action created','2021-01-19 00:56:14','2021-01-18 19:56:14'),
(82009,31500,'action started via WP Cron','2021-01-19 00:57:15','2021-01-18 19:57:15'),
(82010,31500,'action complete via WP Cron','2021-01-19 00:57:15','2021-01-18 19:57:15'),
(82011,31501,'action created','2021-01-19 00:57:15','2021-01-18 19:57:15'),
(82012,31501,'action started via WP Cron','2021-01-19 00:59:06','2021-01-18 19:59:06'),
(82013,31501,'action complete via WP Cron','2021-01-19 00:59:06','2021-01-18 19:59:06'),
(82014,31502,'action created','2021-01-19 00:59:06','2021-01-18 19:59:06'),
(82015,31502,'action started via WP Cron','2021-01-19 01:00:27','2021-01-18 20:00:27'),
(82016,31502,'action complete via WP Cron','2021-01-19 01:00:27','2021-01-18 20:00:27'),
(82017,31503,'action created','2021-01-19 01:00:27','2021-01-18 20:00:27'),
(82018,31503,'action started via WP Cron','2021-01-19 01:01:14','2021-01-18 20:01:14'),
(82019,31503,'action complete via WP Cron','2021-01-19 01:01:14','2021-01-18 20:01:14'),
(82020,31504,'action created','2021-01-19 01:01:14','2021-01-18 20:01:14'),
(82021,31504,'action started via WP Cron','2021-01-19 01:02:39','2021-01-18 20:02:39'),
(82022,31504,'action complete via WP Cron','2021-01-19 01:02:39','2021-01-18 20:02:39'),
(82023,31505,'action created','2021-01-19 01:02:39','2021-01-18 20:02:39'),
(82024,31505,'action started via WP Cron','2021-01-19 01:04:24','2021-01-18 20:04:24'),
(82025,31505,'action complete via WP Cron','2021-01-19 01:04:24','2021-01-18 20:04:24'),
(82026,31506,'action created','2021-01-19 01:04:24','2021-01-18 20:04:24'),
(82027,31506,'action started via WP Cron','2021-01-19 01:05:27','2021-01-18 20:05:27'),
(82028,31506,'action complete via WP Cron','2021-01-19 01:05:27','2021-01-18 20:05:27'),
(82029,31507,'action created','2021-01-19 01:05:27','2021-01-18 20:05:27'),
(82030,31507,'action started via WP Cron','2021-01-19 01:06:20','2021-01-18 20:06:20'),
(82031,31507,'action complete via WP Cron','2021-01-19 01:06:20','2021-01-18 20:06:20'),
(82032,31508,'action created','2021-01-19 01:06:20','2021-01-18 20:06:20'),
(82033,31508,'action started via WP Cron','2021-01-19 01:07:25','2021-01-18 20:07:25'),
(82034,31508,'action complete via WP Cron','2021-01-19 01:07:25','2021-01-18 20:07:25'),
(82035,31509,'action created','2021-01-19 01:07:25','2021-01-18 20:07:25'),
(82036,31509,'action started via WP Cron','2021-01-19 01:08:14','2021-01-18 20:08:14'),
(82037,31509,'action complete via WP Cron','2021-01-19 01:08:14','2021-01-18 20:08:14'),
(82038,31510,'action created','2021-01-19 01:08:14','2021-01-18 20:08:14'),
(82039,31510,'action started via WP Cron','2021-01-19 01:10:05','2021-01-18 20:10:05'),
(82040,31510,'action complete via WP Cron','2021-01-19 01:10:05','2021-01-18 20:10:05'),
(82041,31511,'action created','2021-01-19 01:10:05','2021-01-18 20:10:05'),
(82042,31511,'action started via WP Cron','2021-01-19 01:10:21','2021-01-18 20:10:21'),
(82043,31511,'action complete via WP Cron','2021-01-19 01:10:21','2021-01-18 20:10:21'),
(82044,31512,'action created','2021-01-19 01:10:21','2021-01-18 20:10:21'),
(82045,31512,'action started via WP Cron','2021-01-19 01:11:45','2021-01-18 20:11:45'),
(82046,31512,'action complete via WP Cron','2021-01-19 01:11:45','2021-01-18 20:11:45'),
(82047,31513,'action created','2021-01-19 01:11:45','2021-01-18 20:11:45'),
(82048,31513,'action started via WP Cron','2021-01-19 01:12:51','2021-01-18 20:12:51'),
(82049,31513,'action complete via WP Cron','2021-01-19 01:12:51','2021-01-18 20:12:51'),
(82050,31514,'action created','2021-01-19 01:12:51','2021-01-18 20:12:51'),
(82051,31514,'action started via WP Cron','2021-01-19 01:13:40','2021-01-18 20:13:40'),
(82052,31514,'action complete via WP Cron','2021-01-19 01:13:40','2021-01-18 20:13:40'),
(82053,31515,'action created','2021-01-19 01:13:40','2021-01-18 20:13:40'),
(82054,31515,'action started via WP Cron','2021-01-19 01:15:21','2021-01-18 20:15:21'),
(82055,31515,'action complete via WP Cron','2021-01-19 01:15:21','2021-01-18 20:15:21'),
(82056,31516,'action created','2021-01-19 01:15:21','2021-01-18 20:15:21'),
(82057,31516,'action started via WP Cron','2021-01-19 01:16:31','2021-01-18 20:16:31'),
(82058,31516,'action complete via WP Cron','2021-01-19 01:16:31','2021-01-18 20:16:31'),
(82059,31517,'action created','2021-01-19 01:16:31','2021-01-18 20:16:31'),
(82060,31517,'action started via WP Cron','2021-01-19 01:17:12','2021-01-18 20:17:12'),
(82061,31517,'action complete via WP Cron','2021-01-19 01:17:12','2021-01-18 20:17:12'),
(82062,31518,'action created','2021-01-19 01:17:12','2021-01-18 20:17:12'),
(82063,31518,'action started via WP Cron','2021-01-19 01:19:03','2021-01-18 20:19:03'),
(82064,31518,'action complete via WP Cron','2021-01-19 01:19:03','2021-01-18 20:19:03'),
(82065,31519,'action created','2021-01-19 01:19:03','2021-01-18 20:19:03'),
(82066,31519,'action started via WP Cron','2021-01-19 01:19:26','2021-01-18 20:19:26'),
(82067,31519,'action complete via WP Cron','2021-01-19 01:19:26','2021-01-18 20:19:26'),
(82068,31520,'action created','2021-01-19 01:19:27','2021-01-18 20:19:27'),
(82069,31520,'action started via WP Cron','2021-01-19 01:20:47','2021-01-18 20:20:47'),
(82070,31520,'action complete via WP Cron','2021-01-19 01:20:47','2021-01-18 20:20:47'),
(82071,31521,'action created','2021-01-19 01:20:47','2021-01-18 20:20:47'),
(82072,31521,'action started via WP Cron','2021-01-19 01:21:56','2021-01-18 20:21:56'),
(82073,31521,'action complete via WP Cron','2021-01-19 01:21:56','2021-01-18 20:21:56'),
(82074,31522,'action created','2021-01-19 01:21:57','2021-01-18 20:21:57'),
(82075,31522,'action started via WP Cron','2021-01-19 01:22:27','2021-01-18 20:22:27'),
(82076,31522,'action complete via WP Cron','2021-01-19 01:22:27','2021-01-18 20:22:27'),
(82077,31523,'action created','2021-01-19 01:22:27','2021-01-18 20:22:27'),
(82078,31523,'action started via WP Cron','2021-01-19 01:24:11','2021-01-18 20:24:11'),
(82079,31523,'action complete via WP Cron','2021-01-19 01:24:11','2021-01-18 20:24:11'),
(82080,31524,'action created','2021-01-19 01:24:11','2021-01-18 20:24:11'),
(82081,31524,'action started via WP Cron','2021-01-19 01:26:07','2021-01-18 20:26:07'),
(82082,31524,'action complete via WP Cron','2021-01-19 01:26:07','2021-01-18 20:26:07'),
(82083,31525,'action created','2021-01-19 01:26:07','2021-01-18 20:26:07'),
(82084,30360,'action started via WP Cron','2021-01-19 01:26:21','2021-01-18 20:26:21'),
(82085,30360,'action complete via WP Cron','2021-01-19 01:26:21','2021-01-18 20:26:21'),
(82086,31526,'action created','2021-01-19 01:26:21','2021-01-18 20:26:21'),
(82087,31525,'action started via WP Cron','2021-01-19 01:26:21','2021-01-18 20:26:21'),
(82088,31525,'action complete via WP Cron','2021-01-19 01:26:21','2021-01-18 20:26:21'),
(82089,31527,'action created','2021-01-19 01:26:21','2021-01-18 20:26:21'),
(82090,31527,'action started via WP Cron','2021-01-19 01:27:57','2021-01-18 20:27:57'),
(82091,31527,'action complete via WP Cron','2021-01-19 01:27:57','2021-01-18 20:27:57'),
(82092,31528,'action created','2021-01-19 01:27:57','2021-01-18 20:27:57'),
(82093,31528,'action started via WP Cron','2021-01-19 01:29:42','2021-01-18 20:29:42'),
(82094,31528,'action complete via WP Cron','2021-01-19 01:29:42','2021-01-18 20:29:42'),
(82095,31529,'action created','2021-01-19 01:29:42','2021-01-18 20:29:42'),
(82096,31529,'action started via WP Cron','2021-01-19 01:30:30','2021-01-18 20:30:30'),
(82097,31529,'action complete via WP Cron','2021-01-19 01:30:30','2021-01-18 20:30:30'),
(82098,31530,'action created','2021-01-19 01:30:30','2021-01-18 20:30:30'),
(82099,31530,'action started via WP Cron','2021-01-19 01:31:31','2021-01-18 20:31:31'),
(82100,31530,'action complete via WP Cron','2021-01-19 01:31:31','2021-01-18 20:31:31'),
(82101,31531,'action created','2021-01-19 01:31:31','2021-01-18 20:31:31'),
(82102,31531,'action started via WP Cron','2021-01-19 01:33:22','2021-01-18 20:33:22'),
(82103,31531,'action complete via WP Cron','2021-01-19 01:33:22','2021-01-18 20:33:22'),
(82104,31532,'action created','2021-01-19 01:33:22','2021-01-18 20:33:22'),
(82105,31532,'action started via WP Cron','2021-01-19 01:35:11','2021-01-18 20:35:11'),
(82106,31532,'action complete via WP Cron','2021-01-19 01:35:11','2021-01-18 20:35:11'),
(82107,31533,'action created','2021-01-19 01:35:11','2021-01-18 20:35:11'),
(82108,31533,'action started via WP Cron','2021-01-19 01:36:13','2021-01-18 20:36:13'),
(82109,31533,'action complete via WP Cron','2021-01-19 01:36:13','2021-01-18 20:36:13'),
(82110,31534,'action created','2021-01-19 01:36:13','2021-01-18 20:36:13'),
(82111,31534,'action started via WP Cron','2021-01-19 01:37:19','2021-01-18 20:37:19'),
(82112,31534,'action complete via WP Cron','2021-01-19 01:37:19','2021-01-18 20:37:19'),
(82113,31535,'action created','2021-01-19 01:37:19','2021-01-18 20:37:19'),
(82114,31535,'action started via WP Cron','2021-01-19 01:38:25','2021-01-18 20:38:25'),
(82115,31535,'action complete via WP Cron','2021-01-19 01:38:25','2021-01-18 20:38:25'),
(82116,31536,'action created','2021-01-19 01:38:25','2021-01-18 20:38:25'),
(82117,31536,'action started via WP Cron','2021-01-19 01:39:27','2021-01-18 20:39:27'),
(82118,31536,'action complete via WP Cron','2021-01-19 01:39:27','2021-01-18 20:39:27'),
(82119,31537,'action created','2021-01-19 01:39:27','2021-01-18 20:39:27'),
(82120,31537,'action started via WP Cron','2021-01-19 01:40:43','2021-01-18 20:40:43'),
(82121,31537,'action complete via WP Cron','2021-01-19 01:40:43','2021-01-18 20:40:43'),
(82122,31538,'action created','2021-01-19 01:40:43','2021-01-18 20:40:43'),
(82123,31538,'action started via WP Cron','2021-01-19 01:41:35','2021-01-18 20:41:35'),
(82124,31538,'action complete via WP Cron','2021-01-19 01:41:35','2021-01-18 20:41:35'),
(82125,31539,'action created','2021-01-19 01:41:35','2021-01-18 20:41:35'),
(82126,31539,'action started via WP Cron','2021-01-19 01:42:34','2021-01-18 20:42:34'),
(82127,31539,'action complete via WP Cron','2021-01-19 01:42:34','2021-01-18 20:42:34'),
(82128,31540,'action created','2021-01-19 01:42:34','2021-01-18 20:42:34'),
(82129,31540,'action started via WP Cron','2021-01-19 01:43:51','2021-01-18 20:43:51'),
(82130,31540,'action complete via WP Cron','2021-01-19 01:43:51','2021-01-18 20:43:51'),
(82131,31541,'action created','2021-01-19 01:43:51','2021-01-18 20:43:51'),
(82132,31541,'action started via WP Cron','2021-01-19 01:44:24','2021-01-18 20:44:24'),
(82133,31541,'action complete via WP Cron','2021-01-19 01:44:24','2021-01-18 20:44:24'),
(82134,31542,'action created','2021-01-19 01:44:24','2021-01-18 20:44:24'),
(82135,31542,'action started via WP Cron','2021-01-19 01:45:16','2021-01-18 20:45:16'),
(82136,31542,'action complete via WP Cron','2021-01-19 01:45:16','2021-01-18 20:45:16'),
(82137,31543,'action created','2021-01-19 01:45:16','2021-01-18 20:45:16'),
(82138,31543,'action started via WP Cron','2021-01-19 01:47:54','2021-01-18 20:47:54'),
(82139,31543,'action complete via WP Cron','2021-01-19 01:47:54','2021-01-18 20:47:54'),
(82140,31544,'action created','2021-01-19 01:47:54','2021-01-18 20:47:54'),
(82141,31544,'action started via WP Cron','2021-01-19 01:48:51','2021-01-18 20:48:51'),
(82142,31544,'action complete via WP Cron','2021-01-19 01:48:51','2021-01-18 20:48:51'),
(82143,31545,'action created','2021-01-19 01:48:51','2021-01-18 20:48:51'),
(82144,31545,'action started via WP Cron','2021-01-19 01:49:32','2021-01-18 20:49:32'),
(82145,31545,'action complete via WP Cron','2021-01-19 01:49:32','2021-01-18 20:49:32'),
(82146,31546,'action created','2021-01-19 01:49:32','2021-01-18 20:49:32'),
(82147,31546,'action started via WP Cron','2021-01-19 01:51:13','2021-01-18 20:51:13'),
(82148,31546,'action complete via WP Cron','2021-01-19 01:51:13','2021-01-18 20:51:13'),
(82149,31547,'action created','2021-01-19 01:51:13','2021-01-18 20:51:13'),
(82150,31547,'action started via WP Cron','2021-01-19 01:52:27','2021-01-18 20:52:27'),
(82151,31547,'action complete via WP Cron','2021-01-19 01:52:27','2021-01-18 20:52:27'),
(82152,31548,'action created','2021-01-19 01:52:27','2021-01-18 20:52:27'),
(82153,31548,'action started via WP Cron','2021-01-19 01:54:53','2021-01-18 20:54:53'),
(82154,31548,'action complete via WP Cron','2021-01-19 01:54:53','2021-01-18 20:54:53'),
(82155,31549,'action created','2021-01-19 01:54:53','2021-01-18 20:54:53'),
(82156,31549,'action started via WP Cron','2021-01-19 01:55:55','2021-01-18 20:55:55'),
(82157,31549,'action complete via WP Cron','2021-01-19 01:55:55','2021-01-18 20:55:55'),
(82158,31550,'action created','2021-01-19 01:55:55','2021-01-18 20:55:55'),
(82159,31550,'action started via WP Cron','2021-01-19 01:56:51','2021-01-18 20:56:51'),
(82160,31550,'action complete via WP Cron','2021-01-19 01:56:51','2021-01-18 20:56:51'),
(82161,31551,'action created','2021-01-19 01:56:51','2021-01-18 20:56:51'),
(82162,31551,'action started via WP Cron','2021-01-19 01:58:42','2021-01-18 20:58:42'),
(82163,31551,'action complete via WP Cron','2021-01-19 01:58:42','2021-01-18 20:58:42'),
(82164,31552,'action created','2021-01-19 01:58:42','2021-01-18 20:58:42'),
(82165,31552,'action started via WP Cron','2021-01-19 02:00:08','2021-01-18 21:00:08'),
(82166,31552,'action complete via WP Cron','2021-01-19 02:00:08','2021-01-18 21:00:08'),
(82167,31553,'action created','2021-01-19 02:00:08','2021-01-18 21:00:08'),
(82168,31553,'action started via WP Cron','2021-01-19 02:01:51','2021-01-18 21:01:51'),
(82169,31553,'action complete via WP Cron','2021-01-19 02:01:51','2021-01-18 21:01:51'),
(82170,31554,'action created','2021-01-19 02:01:51','2021-01-18 21:01:51'),
(82171,31554,'action started via WP Cron','2021-01-19 02:02:34','2021-01-18 21:02:34'),
(82172,31554,'action complete via WP Cron','2021-01-19 02:02:34','2021-01-18 21:02:34'),
(82173,31555,'action created','2021-01-19 02:02:34','2021-01-18 21:02:34'),
(82174,31555,'action started via WP Cron','2021-01-19 02:03:25','2021-01-18 21:03:25'),
(82175,31555,'action complete via WP Cron','2021-01-19 02:03:25','2021-01-18 21:03:25'),
(82176,31556,'action created','2021-01-19 02:03:25','2021-01-18 21:03:25'),
(82177,31556,'action started via WP Cron','2021-01-19 02:04:31','2021-01-18 21:04:31'),
(82178,31556,'action complete via WP Cron','2021-01-19 02:04:31','2021-01-18 21:04:31'),
(82179,31557,'action created','2021-01-19 02:04:31','2021-01-18 21:04:31'),
(82180,31557,'action started via WP Cron','2021-01-19 02:05:23','2021-01-18 21:05:23'),
(82181,31557,'action complete via WP Cron','2021-01-19 02:05:23','2021-01-18 21:05:23'),
(82182,31558,'action created','2021-01-19 02:05:23','2021-01-18 21:05:23'),
(82183,31558,'action started via WP Cron','2021-01-19 02:06:25','2021-01-18 21:06:25'),
(82184,31558,'action complete via WP Cron','2021-01-19 02:06:25','2021-01-18 21:06:25'),
(82185,31559,'action created','2021-01-19 02:06:25','2021-01-18 21:06:25'),
(82186,31559,'action started via WP Cron','2021-01-19 02:07:36','2021-01-18 21:07:36'),
(82187,31559,'action complete via WP Cron','2021-01-19 02:07:36','2021-01-18 21:07:36'),
(82188,31560,'action created','2021-01-19 02:07:36','2021-01-18 21:07:36'),
(82189,31560,'action started via WP Cron','2021-01-19 02:08:25','2021-01-18 21:08:25'),
(82190,31560,'action complete via WP Cron','2021-01-19 02:08:25','2021-01-18 21:08:25'),
(82191,31561,'action created','2021-01-19 02:08:25','2021-01-18 21:08:25'),
(82192,31561,'action started via WP Cron','2021-01-19 02:10:38','2021-01-18 21:10:38'),
(82193,31561,'action complete via WP Cron','2021-01-19 02:10:38','2021-01-18 21:10:38'),
(82194,31562,'action created','2021-01-19 02:10:38','2021-01-18 21:10:38'),
(82195,31562,'action started via WP Cron','2021-01-19 02:12:48','2021-01-18 21:12:48'),
(82196,31562,'action complete via WP Cron','2021-01-19 02:12:48','2021-01-18 21:12:48'),
(82197,31563,'action created','2021-01-19 02:12:48','2021-01-18 21:12:48'),
(82198,31563,'action started via WP Cron','2021-01-19 02:13:31','2021-01-18 21:13:31'),
(82199,31563,'action complete via WP Cron','2021-01-19 02:13:31','2021-01-18 21:13:31'),
(82200,31564,'action created','2021-01-19 02:13:31','2021-01-18 21:13:31'),
(82201,31564,'action started via WP Cron','2021-01-19 02:14:53','2021-01-18 21:14:53'),
(82202,31564,'action complete via WP Cron','2021-01-19 02:14:53','2021-01-18 21:14:53'),
(82203,31565,'action created','2021-01-19 02:14:53','2021-01-18 21:14:53'),
(82204,31565,'action started via WP Cron','2021-01-19 02:16:44','2021-01-18 21:16:44'),
(82205,31565,'action complete via WP Cron','2021-01-19 02:16:44','2021-01-18 21:16:44'),
(82206,31566,'action created','2021-01-19 02:16:44','2021-01-18 21:16:44'),
(82207,31566,'action started via WP Cron','2021-01-19 02:18:34','2021-01-18 21:18:34'),
(82208,31566,'action complete via WP Cron','2021-01-19 02:18:34','2021-01-18 21:18:34'),
(82209,31567,'action created','2021-01-19 02:18:35','2021-01-18 21:18:35'),
(82210,31567,'action started via WP Cron','2021-01-19 02:20:33','2021-01-18 21:20:33'),
(82211,31567,'action complete via WP Cron','2021-01-19 02:20:33','2021-01-18 21:20:33'),
(82212,31568,'action created','2021-01-19 02:20:33','2021-01-18 21:20:33'),
(82213,31568,'action started via WP Cron','2021-01-19 02:22:22','2021-01-18 21:22:22'),
(82214,31568,'action complete via WP Cron','2021-01-19 02:22:22','2021-01-18 21:22:22'),
(82215,31569,'action created','2021-01-19 02:22:22','2021-01-18 21:22:22'),
(82216,31569,'action started via WP Cron','2021-01-19 02:24:16','2021-01-18 21:24:16'),
(82217,31569,'action complete via WP Cron','2021-01-19 02:24:16','2021-01-18 21:24:16'),
(82218,31570,'action created','2021-01-19 02:24:16','2021-01-18 21:24:16'),
(82219,31570,'action started via WP Cron','2021-01-19 02:25:47','2021-01-18 21:25:47'),
(82220,31570,'action complete via WP Cron','2021-01-19 02:25:47','2021-01-18 21:25:47'),
(82221,31571,'action created','2021-01-19 02:25:48','2021-01-18 21:25:48'),
(82222,31571,'action started via WP Cron','2021-01-19 02:26:26','2021-01-18 21:26:26'),
(82223,31571,'action complete via WP Cron','2021-01-19 02:26:26','2021-01-18 21:26:26'),
(82224,31572,'action created','2021-01-19 02:26:26','2021-01-18 21:26:26'),
(82225,31572,'action started via WP Cron','2021-01-19 02:27:38','2021-01-18 21:27:38'),
(82226,31572,'action complete via WP Cron','2021-01-19 02:27:38','2021-01-18 21:27:38'),
(82227,31573,'action created','2021-01-19 02:27:38','2021-01-18 21:27:38'),
(82228,31573,'action started via WP Cron','2021-01-19 02:28:24','2021-01-18 21:28:24'),
(82229,31573,'action complete via WP Cron','2021-01-19 02:28:24','2021-01-18 21:28:24'),
(82230,31574,'action created','2021-01-19 02:28:24','2021-01-18 21:28:24'),
(82231,31574,'action started via WP Cron','2021-01-19 02:29:28','2021-01-18 21:29:28'),
(82232,31574,'action complete via WP Cron','2021-01-19 02:29:28','2021-01-18 21:29:28'),
(82233,31575,'action created','2021-01-19 02:29:28','2021-01-18 21:29:28'),
(82234,31575,'action started via WP Cron','2021-01-19 02:30:27','2021-01-18 21:30:27'),
(82235,31575,'action complete via WP Cron','2021-01-19 02:30:27','2021-01-18 21:30:27'),
(82236,31576,'action created','2021-01-19 02:30:27','2021-01-18 21:30:27'),
(82237,31576,'action started via WP Cron','2021-01-19 02:31:49','2021-01-18 21:31:49'),
(82238,31576,'action complete via WP Cron','2021-01-19 02:31:49','2021-01-18 21:31:49'),
(82239,31577,'action created','2021-01-19 02:31:49','2021-01-18 21:31:49'),
(82240,31577,'action started via WP Cron','2021-01-19 02:32:28','2021-01-18 21:32:28'),
(82241,31577,'action complete via WP Cron','2021-01-19 02:32:28','2021-01-18 21:32:28'),
(82242,31578,'action created','2021-01-19 02:32:28','2021-01-18 21:32:28'),
(82243,31578,'action started via WP Cron','2021-01-19 02:33:44','2021-01-18 21:33:44'),
(82244,31578,'action complete via WP Cron','2021-01-19 02:33:44','2021-01-18 21:33:44'),
(82245,31579,'action created','2021-01-19 02:33:44','2021-01-18 21:33:44'),
(82246,31579,'action started via WP Cron','2021-01-19 02:34:29','2021-01-18 21:34:29'),
(82247,31579,'action complete via WP Cron','2021-01-19 02:34:29','2021-01-18 21:34:29'),
(82248,31580,'action created','2021-01-19 02:34:29','2021-01-18 21:34:29'),
(82249,31580,'action started via WP Cron','2021-01-19 02:36:21','2021-01-18 21:36:21'),
(82250,31580,'action complete via WP Cron','2021-01-19 02:36:21','2021-01-18 21:36:21'),
(82251,31581,'action created','2021-01-19 02:36:21','2021-01-18 21:36:21'),
(82252,31581,'action started via WP Cron','2021-01-19 02:37:16','2021-01-18 21:37:16'),
(82253,31581,'action complete via WP Cron','2021-01-19 02:37:16','2021-01-18 21:37:16'),
(82254,31582,'action created','2021-01-19 02:37:16','2021-01-18 21:37:16'),
(82255,31582,'action started via WP Cron','2021-01-19 02:38:20','2021-01-18 21:38:20'),
(82256,31582,'action complete via WP Cron','2021-01-19 02:38:20','2021-01-18 21:38:20'),
(82257,31583,'action created','2021-01-19 02:38:20','2021-01-18 21:38:20'),
(82258,31583,'action started via WP Cron','2021-01-19 02:39:18','2021-01-18 21:39:18'),
(82259,31583,'action complete via WP Cron','2021-01-19 02:39:18','2021-01-18 21:39:18'),
(82260,31584,'action created','2021-01-19 02:39:18','2021-01-18 21:39:18'),
(82261,31584,'action started via WP Cron','2021-01-19 02:40:23','2021-01-18 21:40:23'),
(82262,31584,'action complete via WP Cron','2021-01-19 02:40:23','2021-01-18 21:40:23'),
(82263,31585,'action created','2021-01-19 02:40:23','2021-01-18 21:40:23'),
(82264,31585,'action started via WP Cron','2021-01-19 02:41:46','2021-01-18 21:41:46'),
(82265,31585,'action complete via WP Cron','2021-01-19 02:41:46','2021-01-18 21:41:46'),
(82266,31586,'action created','2021-01-19 02:41:46','2021-01-18 21:41:46'),
(82267,31586,'action started via WP Cron','2021-01-19 02:42:15','2021-01-18 21:42:15'),
(82268,31586,'action complete via WP Cron','2021-01-19 02:42:15','2021-01-18 21:42:15'),
(82269,31587,'action created','2021-01-19 02:42:15','2021-01-18 21:42:15'),
(82270,31587,'action started via WP Cron','2021-01-19 02:43:36','2021-01-18 21:43:36'),
(82271,31587,'action complete via WP Cron','2021-01-19 02:43:36','2021-01-18 21:43:36'),
(82272,31588,'action created','2021-01-19 02:43:36','2021-01-18 21:43:36'),
(82273,31588,'action started via WP Cron','2021-01-19 02:44:19','2021-01-18 21:44:19'),
(82274,31588,'action complete via WP Cron','2021-01-19 02:44:19','2021-01-18 21:44:19'),
(82275,31589,'action created','2021-01-19 02:44:19','2021-01-18 21:44:19'),
(82276,31589,'action started via WP Cron','2021-01-19 02:46:03','2021-01-18 21:46:03'),
(82277,31589,'action complete via WP Cron','2021-01-19 02:46:03','2021-01-18 21:46:03'),
(82278,31590,'action created','2021-01-19 02:46:03','2021-01-18 21:46:03'),
(82279,31590,'action started via WP Cron','2021-01-19 02:46:22','2021-01-18 21:46:22'),
(82280,31590,'action complete via WP Cron','2021-01-19 02:46:22','2021-01-18 21:46:22'),
(82281,31591,'action created','2021-01-19 02:46:22','2021-01-18 21:46:22'),
(82282,31591,'action started via WP Cron','2021-01-19 02:47:47','2021-01-18 21:47:47'),
(82283,31591,'action complete via WP Cron','2021-01-19 02:47:47','2021-01-18 21:47:47'),
(82284,31592,'action created','2021-01-19 02:47:47','2021-01-18 21:47:47'),
(82285,31592,'action started via WP Cron','2021-01-19 02:48:32','2021-01-18 21:48:32'),
(82286,31592,'action complete via WP Cron','2021-01-19 02:48:32','2021-01-18 21:48:32'),
(82287,31593,'action created','2021-01-19 02:48:32','2021-01-18 21:48:32'),
(82288,31593,'action started via WP Cron','2021-01-19 02:49:37','2021-01-18 21:49:37'),
(82289,31593,'action complete via WP Cron','2021-01-19 02:49:37','2021-01-18 21:49:37'),
(82290,31594,'action created','2021-01-19 02:49:37','2021-01-18 21:49:37'),
(82291,31594,'action started via WP Cron','2021-01-19 02:50:35','2021-01-18 21:50:35'),
(82292,31594,'action complete via WP Cron','2021-01-19 02:50:35','2021-01-18 21:50:35'),
(82293,31595,'action created','2021-01-19 02:50:35','2021-01-18 21:50:35'),
(82294,31595,'action started via WP Cron','2021-01-19 02:52:42','2021-01-18 21:52:42'),
(82295,31595,'action complete via WP Cron','2021-01-19 02:52:42','2021-01-18 21:52:42'),
(82296,31596,'action created','2021-01-19 02:52:42','2021-01-18 21:52:42'),
(82297,31596,'action started via WP Cron','2021-01-19 02:54:28','2021-01-18 21:54:28'),
(82298,31596,'action complete via WP Cron','2021-01-19 02:54:28','2021-01-18 21:54:28'),
(82299,31597,'action created','2021-01-19 02:54:28','2021-01-18 21:54:28'),
(82300,31597,'action started via WP Cron','2021-01-19 02:56:19','2021-01-18 21:56:19'),
(82301,31597,'action complete via WP Cron','2021-01-19 02:56:19','2021-01-18 21:56:19'),
(82302,31598,'action created','2021-01-19 02:56:19','2021-01-18 21:56:19'),
(82303,31598,'action started via WP Cron','2021-01-19 02:58:32','2021-01-18 21:58:32'),
(82304,31598,'action complete via WP Cron','2021-01-19 02:58:32','2021-01-18 21:58:32'),
(82305,31599,'action created','2021-01-19 02:58:32','2021-01-18 21:58:32'),
(82306,31599,'action started via WP Cron','2021-01-19 03:00:17','2021-01-18 22:00:17'),
(82307,31599,'action complete via WP Cron','2021-01-19 03:00:17','2021-01-18 22:00:17'),
(82308,31600,'action created','2021-01-19 03:00:17','2021-01-18 22:00:17'),
(82309,31600,'action started via WP Cron','2021-01-19 03:02:37','2021-01-18 22:02:37'),
(82310,31600,'action complete via WP Cron','2021-01-19 03:02:37','2021-01-18 22:02:37'),
(82311,31601,'action created','2021-01-19 03:02:37','2021-01-18 22:02:37'),
(82312,31601,'action started via WP Cron','2021-01-19 03:03:37','2021-01-18 22:03:37'),
(82313,31601,'action complete via WP Cron','2021-01-19 03:03:37','2021-01-18 22:03:37'),
(82314,31602,'action created','2021-01-19 03:03:37','2021-01-18 22:03:37'),
(82315,31602,'action started via WP Cron','2021-01-19 03:04:55','2021-01-18 22:04:55'),
(82316,31602,'action complete via WP Cron','2021-01-19 03:04:55','2021-01-18 22:04:55'),
(82317,31603,'action created','2021-01-19 03:04:55','2021-01-18 22:04:55'),
(82318,31603,'action started via WP Cron','2021-01-19 03:05:59','2021-01-18 22:05:59'),
(82319,31603,'action complete via WP Cron','2021-01-19 03:05:59','2021-01-18 22:05:59'),
(82320,31604,'action created','2021-01-19 03:05:59','2021-01-18 22:05:59'),
(82321,31604,'action started via WP Cron','2021-01-19 03:06:13','2021-01-18 22:06:13'),
(82322,31604,'action complete via WP Cron','2021-01-19 03:06:13','2021-01-18 22:06:13'),
(82323,31605,'action created','2021-01-19 03:06:13','2021-01-18 22:06:13'),
(82324,31605,'action started via WP Cron','2021-01-19 03:07:48','2021-01-18 22:07:48'),
(82325,31605,'action complete via WP Cron','2021-01-19 03:07:48','2021-01-18 22:07:48'),
(82326,31606,'action created','2021-01-19 03:07:48','2021-01-18 22:07:48'),
(82327,31606,'action started via WP Cron','2021-01-19 03:08:56','2021-01-18 22:08:56'),
(82328,31606,'action complete via WP Cron','2021-01-19 03:08:56','2021-01-18 22:08:56'),
(82329,31607,'action created','2021-01-19 03:08:56','2021-01-18 22:08:56'),
(82330,31607,'action started via WP Cron','2021-01-19 03:09:27','2021-01-18 22:09:27'),
(82331,31607,'action complete via WP Cron','2021-01-19 03:09:27','2021-01-18 22:09:27'),
(82332,31608,'action created','2021-01-19 03:09:27','2021-01-18 22:09:27'),
(82333,31608,'action started via WP Cron','2021-01-19 03:10:58','2021-01-18 22:10:58'),
(82334,31608,'action complete via WP Cron','2021-01-19 03:10:58','2021-01-18 22:10:58'),
(82335,31609,'action created','2021-01-19 03:10:58','2021-01-18 22:10:58'),
(82336,31609,'action started via WP Cron','2021-01-19 03:11:14','2021-01-18 22:11:14'),
(82337,31609,'action complete via WP Cron','2021-01-19 03:11:14','2021-01-18 22:11:14'),
(82338,31610,'action created','2021-01-19 03:11:14','2021-01-18 22:11:14'),
(82339,31610,'action started via WP Cron','2021-01-19 03:12:39','2021-01-18 22:12:39'),
(82340,31610,'action complete via WP Cron','2021-01-19 03:12:39','2021-01-18 22:12:39'),
(82341,31611,'action created','2021-01-19 03:12:39','2021-01-18 22:12:39'),
(82342,31611,'action started via WP Cron','2021-01-19 03:14:09','2021-01-18 22:14:09'),
(82343,31611,'action complete via WP Cron','2021-01-19 03:14:09','2021-01-18 22:14:09'),
(82344,31612,'action created','2021-01-19 03:14:09','2021-01-18 22:14:09'),
(82345,31612,'action started via WP Cron','2021-01-19 03:16:57','2021-01-18 22:16:57'),
(82346,31612,'action complete via WP Cron','2021-01-19 03:16:57','2021-01-18 22:16:57'),
(82347,31613,'action created','2021-01-19 03:16:57','2021-01-18 22:16:57'),
(82348,31613,'action started via WP Cron','2021-01-19 03:17:12','2021-01-18 22:17:12'),
(82349,31613,'action complete via WP Cron','2021-01-19 03:17:12','2021-01-18 22:17:12'),
(82350,31614,'action created','2021-01-19 03:17:12','2021-01-18 22:17:12'),
(82351,31614,'action started via WP Cron','2021-01-19 03:19:15','2021-01-18 22:19:15'),
(82352,31614,'action complete via WP Cron','2021-01-19 03:19:15','2021-01-18 22:19:15'),
(82353,31615,'action created','2021-01-19 03:19:15','2021-01-18 22:19:15'),
(82354,31615,'action started via WP Cron','2021-01-19 03:21:35','2021-01-18 22:21:35'),
(82355,31615,'action complete via WP Cron','2021-01-19 03:21:35','2021-01-18 22:21:35'),
(82356,31616,'action created','2021-01-19 03:21:35','2021-01-18 22:21:35'),
(82357,31616,'action started via WP Cron','2021-01-19 03:23:46','2021-01-18 22:23:46'),
(82358,31616,'action complete via WP Cron','2021-01-19 03:23:46','2021-01-18 22:23:46'),
(82359,31617,'action created','2021-01-19 03:23:46','2021-01-18 22:23:46'),
(82360,31617,'action started via WP Cron','2021-01-19 03:25:51','2021-01-18 22:25:51'),
(82361,31617,'action complete via WP Cron','2021-01-19 03:25:51','2021-01-18 22:25:51'),
(82362,31618,'action created','2021-01-19 03:25:51','2021-01-18 22:25:51'),
(82363,31618,'action started via WP Cron','2021-01-19 03:27:35','2021-01-18 22:27:35'),
(82364,31618,'action complete via WP Cron','2021-01-19 03:27:35','2021-01-18 22:27:35'),
(82365,31619,'action created','2021-01-19 03:27:35','2021-01-18 22:27:35'),
(82366,31619,'action started via WP Cron','2021-01-19 03:28:11','2021-01-18 22:28:11'),
(82367,31619,'action complete via WP Cron','2021-01-19 03:28:11','2021-01-18 22:28:11'),
(82368,31620,'action created','2021-01-19 03:28:11','2021-01-18 22:28:11'),
(82369,31620,'action started via WP Cron','2021-01-19 03:30:04','2021-01-18 22:30:04'),
(82370,31620,'action complete via WP Cron','2021-01-19 03:30:04','2021-01-18 22:30:04'),
(82371,31621,'action created','2021-01-19 03:30:04','2021-01-18 22:30:04'),
(82372,31621,'action started via WP Cron','2021-01-19 03:31:35','2021-01-18 22:31:35'),
(82373,31621,'action complete via WP Cron','2021-01-19 03:31:35','2021-01-18 22:31:35'),
(82374,31622,'action created','2021-01-19 03:31:35','2021-01-18 22:31:35'),
(82375,31622,'action started via WP Cron','2021-01-19 03:32:23','2021-01-18 22:32:23'),
(82376,31622,'action complete via WP Cron','2021-01-19 03:32:23','2021-01-18 22:32:23'),
(82377,31623,'action created','2021-01-19 03:32:23','2021-01-18 22:32:23'),
(82378,31623,'action started via WP Cron','2021-01-19 03:33:20','2021-01-18 22:33:20'),
(82379,31623,'action complete via WP Cron','2021-01-19 03:33:20','2021-01-18 22:33:20'),
(82380,31624,'action created','2021-01-19 03:33:20','2021-01-18 22:33:20'),
(82381,31624,'action started via WP Cron','2021-01-19 03:34:41','2021-01-18 22:34:41'),
(82382,31624,'action complete via WP Cron','2021-01-19 03:34:41','2021-01-18 22:34:41'),
(82383,31625,'action created','2021-01-19 03:34:41','2021-01-18 22:34:41'),
(82384,31625,'action started via WP Cron','2021-01-19 03:35:36','2021-01-18 22:35:36'),
(82385,31625,'action complete via WP Cron','2021-01-19 03:35:36','2021-01-18 22:35:36'),
(82386,31626,'action created','2021-01-19 03:35:36','2021-01-18 22:35:36'),
(82387,31626,'action started via WP Cron','2021-01-19 03:36:48','2021-01-18 22:36:48'),
(82388,31626,'action complete via WP Cron','2021-01-19 03:36:48','2021-01-18 22:36:48'),
(82389,31627,'action created','2021-01-19 03:36:48','2021-01-18 22:36:48'),
(82390,31627,'action started via WP Cron','2021-01-19 03:38:15','2021-01-18 22:38:15'),
(82391,31627,'action complete via WP Cron','2021-01-19 03:38:15','2021-01-18 22:38:15'),
(82392,31628,'action created','2021-01-19 03:38:15','2021-01-18 22:38:15'),
(82393,31628,'action started via WP Cron','2021-01-19 03:39:38','2021-01-18 22:39:38'),
(82394,31628,'action complete via WP Cron','2021-01-19 03:39:38','2021-01-18 22:39:38'),
(82395,31629,'action created','2021-01-19 03:39:38','2021-01-18 22:39:38'),
(82396,31629,'action started via WP Cron','2021-01-19 03:40:32','2021-01-18 22:40:32'),
(82397,31629,'action complete via WP Cron','2021-01-19 03:40:32','2021-01-18 22:40:32'),
(82398,31630,'action created','2021-01-19 03:40:32','2021-01-18 22:40:32'),
(82399,31630,'action started via WP Cron','2021-01-19 03:41:20','2021-01-18 22:41:20'),
(82400,31630,'action complete via WP Cron','2021-01-19 03:41:20','2021-01-18 22:41:20'),
(82401,31631,'action created','2021-01-19 03:41:20','2021-01-18 22:41:20'),
(82402,31631,'action started via WP Cron','2021-01-19 03:42:31','2021-01-18 22:42:31'),
(82403,31631,'action complete via WP Cron','2021-01-19 03:42:31','2021-01-18 22:42:31'),
(82404,31632,'action created','2021-01-19 03:42:31','2021-01-18 22:42:31'),
(82405,31632,'action started via WP Cron','2021-01-19 03:44:32','2021-01-18 22:44:32'),
(82406,31632,'action complete via WP Cron','2021-01-19 03:44:32','2021-01-18 22:44:32'),
(82407,31633,'action created','2021-01-19 03:44:32','2021-01-18 22:44:32'),
(82408,31633,'action started via WP Cron','2021-01-19 03:46:31','2021-01-18 22:46:31'),
(82409,31633,'action complete via WP Cron','2021-01-19 03:46:31','2021-01-18 22:46:31'),
(82410,31634,'action created','2021-01-19 03:46:31','2021-01-18 22:46:31'),
(82411,31634,'action started via WP Cron','2021-01-19 03:48:07','2021-01-18 22:48:07'),
(82412,31634,'action complete via WP Cron','2021-01-19 03:48:07','2021-01-18 22:48:07'),
(82413,31635,'action created','2021-01-19 03:48:07','2021-01-18 22:48:07'),
(82414,31635,'action started via WP Cron','2021-01-19 03:48:29','2021-01-18 22:48:29'),
(82415,31635,'action complete via WP Cron','2021-01-19 03:48:29','2021-01-18 22:48:29'),
(82416,31636,'action created','2021-01-19 03:48:29','2021-01-18 22:48:29'),
(82417,31636,'action started via WP Cron','2021-01-19 03:50:27','2021-01-18 22:50:27'),
(82418,31636,'action complete via WP Cron','2021-01-19 03:50:27','2021-01-18 22:50:27'),
(82419,31637,'action created','2021-01-19 03:50:27','2021-01-18 22:50:27'),
(82420,31637,'action started via WP Cron','2021-01-19 03:52:20','2021-01-18 22:52:20'),
(82421,31637,'action complete via WP Cron','2021-01-19 03:52:20','2021-01-18 22:52:20'),
(82422,31638,'action created','2021-01-19 03:52:20','2021-01-18 22:52:20'),
(82423,31638,'action started via WP Cron','2021-01-19 03:53:43','2021-01-18 22:53:43'),
(82424,31638,'action complete via WP Cron','2021-01-19 03:53:43','2021-01-18 22:53:43'),
(82425,31639,'action created','2021-01-19 03:53:43','2021-01-18 22:53:43'),
(82426,31639,'action started via WP Cron','2021-01-19 03:54:41','2021-01-18 22:54:41'),
(82427,31639,'action complete via WP Cron','2021-01-19 03:54:41','2021-01-18 22:54:41'),
(82428,31640,'action created','2021-01-19 03:54:41','2021-01-18 22:54:41'),
(82429,31640,'action started via WP Cron','2021-01-19 03:56:44','2021-01-18 22:56:44'),
(82430,31640,'action complete via WP Cron','2021-01-19 03:56:44','2021-01-18 22:56:44'),
(82431,31641,'action created','2021-01-19 03:56:44','2021-01-18 22:56:44'),
(82432,31641,'action started via WP Cron','2021-01-19 03:58:48','2021-01-18 22:58:48'),
(82433,31641,'action complete via WP Cron','2021-01-19 03:58:48','2021-01-18 22:58:48'),
(82434,31642,'action created','2021-01-19 03:58:48','2021-01-18 22:58:48'),
(82435,31642,'action started via WP Cron','2021-01-19 04:00:53','2021-01-18 23:00:53'),
(82436,31642,'action complete via WP Cron','2021-01-19 04:00:53','2021-01-18 23:00:53'),
(82437,31643,'action created','2021-01-19 04:00:53','2021-01-18 23:00:53'),
(82438,31643,'action started via WP Cron','2021-01-19 04:02:07','2021-01-18 23:02:07'),
(82439,31643,'action complete via WP Cron','2021-01-19 04:02:07','2021-01-18 23:02:07'),
(82440,31644,'action created','2021-01-19 04:02:07','2021-01-18 23:02:07'),
(82441,31644,'action started via WP Cron','2021-01-19 04:02:28','2021-01-18 23:02:28'),
(82442,31644,'action complete via WP Cron','2021-01-19 04:02:28','2021-01-18 23:02:28'),
(82443,31645,'action created','2021-01-19 04:02:28','2021-01-18 23:02:28'),
(82444,31645,'action started via WP Cron','2021-01-19 04:03:20','2021-01-18 23:03:20'),
(82445,31645,'action complete via WP Cron','2021-01-19 04:03:20','2021-01-18 23:03:20'),
(82446,31646,'action created','2021-01-19 04:03:20','2021-01-18 23:03:20'),
(82447,31646,'action started via WP Cron','2021-01-19 04:04:25','2021-01-18 23:04:25'),
(82448,31646,'action complete via WP Cron','2021-01-19 04:04:25','2021-01-18 23:04:25'),
(82449,31647,'action created','2021-01-19 04:04:25','2021-01-18 23:04:25'),
(82450,31647,'action started via WP Cron','2021-01-19 04:07:06','2021-01-18 23:07:06'),
(82451,31647,'action complete via WP Cron','2021-01-19 04:07:06','2021-01-18 23:07:06'),
(82452,31648,'action created','2021-01-19 04:07:06','2021-01-18 23:07:06'),
(82453,31648,'action started via WP Cron','2021-01-19 04:10:54','2021-01-18 23:10:54'),
(82454,31648,'action complete via WP Cron','2021-01-19 04:10:54','2021-01-18 23:10:54'),
(82455,31649,'action created','2021-01-19 04:10:54','2021-01-18 23:10:54'),
(82456,31649,'action started via WP Cron','2021-01-19 04:11:12','2021-01-18 23:11:12'),
(82457,31649,'action complete via WP Cron','2021-01-19 04:11:12','2021-01-18 23:11:12'),
(82458,31650,'action created','2021-01-19 04:11:12','2021-01-18 23:11:12'),
(82459,31650,'action started via WP Cron','2021-01-19 04:12:16','2021-01-18 23:12:16'),
(82460,31650,'action complete via WP Cron','2021-01-19 04:12:16','2021-01-18 23:12:16'),
(82461,31651,'action created','2021-01-19 04:12:16','2021-01-18 23:12:16'),
(82462,31651,'action started via WP Cron','2021-01-19 04:13:15','2021-01-18 23:13:15'),
(82463,31651,'action complete via WP Cron','2021-01-19 04:13:15','2021-01-18 23:13:15'),
(82464,31652,'action created','2021-01-19 04:13:15','2021-01-18 23:13:15'),
(82465,31652,'action started via WP Cron','2021-01-19 04:15:06','2021-01-18 23:15:06'),
(82466,31652,'action complete via WP Cron','2021-01-19 04:15:06','2021-01-18 23:15:06'),
(82467,31653,'action created','2021-01-19 04:15:06','2021-01-18 23:15:06'),
(82468,31653,'action started via WP Cron','2021-01-19 04:17:01','2021-01-18 23:17:01'),
(82469,31653,'action complete via WP Cron','2021-01-19 04:17:01','2021-01-18 23:17:01'),
(82470,31654,'action created','2021-01-19 04:17:01','2021-01-18 23:17:01'),
(82471,31654,'action started via WP Cron','2021-01-19 04:17:24','2021-01-18 23:17:24'),
(82472,31654,'action complete via WP Cron','2021-01-19 04:17:24','2021-01-18 23:17:24'),
(82473,31655,'action created','2021-01-19 04:17:24','2021-01-18 23:17:24'),
(82474,31655,'action started via WP Cron','2021-01-19 04:19:25','2021-01-18 23:19:25'),
(82475,31655,'action complete via WP Cron','2021-01-19 04:19:25','2021-01-18 23:19:25'),
(82476,31656,'action created','2021-01-19 04:19:25','2021-01-18 23:19:25'),
(82477,31656,'action started via WP Cron','2021-01-19 04:21:27','2021-01-18 23:21:27'),
(82478,31656,'action complete via WP Cron','2021-01-19 04:21:27','2021-01-18 23:21:27'),
(82479,31657,'action created','2021-01-19 04:21:27','2021-01-18 23:21:27'),
(82480,31657,'action started via WP Cron','2021-01-19 04:23:22','2021-01-18 23:23:22'),
(82481,31657,'action complete via WP Cron','2021-01-19 04:23:22','2021-01-18 23:23:22'),
(82482,31658,'action created','2021-01-19 04:23:23','2021-01-18 23:23:23'),
(82483,31658,'action started via WP Cron','2021-01-19 04:24:13','2021-01-18 23:24:13'),
(82484,31658,'action complete via WP Cron','2021-01-19 04:24:13','2021-01-18 23:24:13'),
(82485,31659,'action created','2021-01-19 04:24:13','2021-01-18 23:24:13'),
(82486,31659,'action started via WP Cron','2021-01-19 04:25:25','2021-01-18 23:25:25'),
(82487,31659,'action complete via WP Cron','2021-01-19 04:25:25','2021-01-18 23:25:25'),
(82488,31660,'action created','2021-01-19 04:25:25','2021-01-18 23:25:25'),
(82489,31660,'action started via WP Cron','2021-01-19 04:27:20','2021-01-18 23:27:20'),
(82490,31660,'action complete via WP Cron','2021-01-19 04:27:20','2021-01-18 23:27:20'),
(82491,31661,'action created','2021-01-19 04:27:20','2021-01-18 23:27:20'),
(82492,31661,'action started via WP Cron','2021-01-19 04:29:24','2021-01-18 23:29:24'),
(82493,31661,'action complete via WP Cron','2021-01-19 04:29:24','2021-01-18 23:29:24'),
(82494,31662,'action created','2021-01-19 04:29:24','2021-01-18 23:29:24'),
(82495,31662,'action started via WP Cron','2021-01-19 04:30:48','2021-01-18 23:30:48'),
(82496,31662,'action complete via WP Cron','2021-01-19 04:30:48','2021-01-18 23:30:48'),
(82497,31663,'action created','2021-01-19 04:30:48','2021-01-18 23:30:48'),
(82498,31663,'action started via WP Cron','2021-01-19 04:31:11','2021-01-18 23:31:11'),
(82499,31663,'action complete via WP Cron','2021-01-19 04:31:11','2021-01-18 23:31:11'),
(82500,31664,'action created','2021-01-19 04:31:11','2021-01-18 23:31:11'),
(82501,31664,'action started via WP Cron','2021-01-19 04:32:51','2021-01-18 23:32:51'),
(82502,31664,'action complete via WP Cron','2021-01-19 04:32:51','2021-01-18 23:32:51'),
(82503,31665,'action created','2021-01-19 04:32:51','2021-01-18 23:32:51'),
(82504,31665,'action started via WP Cron','2021-01-19 04:33:18','2021-01-18 23:33:18'),
(82505,31665,'action complete via WP Cron','2021-01-19 04:33:18','2021-01-18 23:33:18'),
(82506,31666,'action created','2021-01-19 04:33:18','2021-01-18 23:33:18'),
(82507,31666,'action started via WP Cron','2021-01-19 04:34:33','2021-01-18 23:34:33'),
(82508,31666,'action complete via WP Cron','2021-01-19 04:34:33','2021-01-18 23:34:33'),
(82509,31667,'action created','2021-01-19 04:34:33','2021-01-18 23:34:33'),
(82510,31667,'action started via WP Cron','2021-01-19 04:35:34','2021-01-18 23:35:34'),
(82511,31667,'action complete via WP Cron','2021-01-19 04:35:34','2021-01-18 23:35:34'),
(82512,31668,'action created','2021-01-19 04:35:34','2021-01-18 23:35:34'),
(82513,31668,'action started via WP Cron','2021-01-19 04:36:12','2021-01-18 23:36:12'),
(82514,31668,'action complete via WP Cron','2021-01-19 04:36:12','2021-01-18 23:36:12'),
(82515,31669,'action created','2021-01-19 04:36:13','2021-01-18 23:36:13'),
(82516,31669,'action started via WP Cron','2021-01-19 04:37:27','2021-01-18 23:37:27'),
(82517,31669,'action complete via WP Cron','2021-01-19 04:37:27','2021-01-18 23:37:27'),
(82518,31670,'action created','2021-01-19 04:37:27','2021-01-18 23:37:27'),
(82519,31670,'action started via WP Cron','2021-01-19 04:39:21','2021-01-18 23:39:21'),
(82520,31670,'action complete via WP Cron','2021-01-19 04:39:21','2021-01-18 23:39:21'),
(82521,31671,'action created','2021-01-19 04:39:21','2021-01-18 23:39:21'),
(82522,31671,'action started via WP Cron','2021-01-19 04:40:56','2021-01-18 23:40:56'),
(82523,31671,'action complete via WP Cron','2021-01-19 04:40:56','2021-01-18 23:40:56'),
(82524,31672,'action created','2021-01-19 04:40:56','2021-01-18 23:40:56'),
(82525,31672,'action started via WP Cron','2021-01-19 04:41:25','2021-01-18 23:41:25'),
(82526,31672,'action complete via WP Cron','2021-01-19 04:41:25','2021-01-18 23:41:25'),
(82527,31673,'action created','2021-01-19 04:41:25','2021-01-18 23:41:25'),
(82528,31673,'action started via WP Cron','2021-01-19 04:42:41','2021-01-18 23:42:41'),
(82529,31673,'action complete via WP Cron','2021-01-19 04:42:41','2021-01-18 23:42:41'),
(82530,31674,'action created','2021-01-19 04:42:41','2021-01-18 23:42:41'),
(82531,31674,'action started via WP Cron','2021-01-19 04:44:13','2021-01-18 23:44:13'),
(82532,31674,'action complete via WP Cron','2021-01-19 04:44:13','2021-01-18 23:44:13'),
(82533,31675,'action created','2021-01-19 04:44:13','2021-01-18 23:44:13'),
(82534,31675,'action started via WP Cron','2021-01-19 04:46:19','2021-01-18 23:46:19'),
(82535,31675,'action complete via WP Cron','2021-01-19 04:46:19','2021-01-18 23:46:19'),
(82536,31676,'action created','2021-01-19 04:46:19','2021-01-18 23:46:19'),
(82537,31676,'action started via WP Cron','2021-01-19 04:48:20','2021-01-18 23:48:20'),
(82538,31676,'action complete via WP Cron','2021-01-19 04:48:20','2021-01-18 23:48:20'),
(82539,31677,'action created','2021-01-19 04:48:20','2021-01-18 23:48:20'),
(82540,31677,'action started via WP Cron','2021-01-19 04:49:27','2021-01-18 23:49:27'),
(82541,31677,'action complete via WP Cron','2021-01-19 04:49:27','2021-01-18 23:49:27'),
(82542,31678,'action created','2021-01-19 04:49:28','2021-01-18 23:49:28'),
(82543,31678,'action started via WP Cron','2021-01-19 04:51:41','2021-01-18 23:51:41'),
(82544,31678,'action complete via WP Cron','2021-01-19 04:51:41','2021-01-18 23:51:41'),
(82545,31679,'action created','2021-01-19 04:51:41','2021-01-18 23:51:41'),
(82546,31679,'action started via WP Cron','2021-01-19 04:52:41','2021-01-18 23:52:41'),
(82547,31679,'action complete via WP Cron','2021-01-19 04:52:41','2021-01-18 23:52:41'),
(82548,31680,'action created','2021-01-19 04:52:42','2021-01-18 23:52:42'),
(82549,31680,'action started via WP Cron','2021-01-19 04:53:55','2021-01-18 23:53:55'),
(82550,31680,'action complete via WP Cron','2021-01-19 04:53:55','2021-01-18 23:53:55'),
(82551,31681,'action created','2021-01-19 04:53:55','2021-01-18 23:53:55'),
(82552,31681,'action started via WP Cron','2021-01-19 04:54:53','2021-01-18 23:54:53'),
(82553,31681,'action complete via WP Cron','2021-01-19 04:54:53','2021-01-18 23:54:53'),
(82554,31682,'action created','2021-01-19 04:54:54','2021-01-18 23:54:54'),
(82555,31682,'action started via WP Cron','2021-01-19 04:55:44','2021-01-18 23:55:44'),
(82556,31682,'action complete via WP Cron','2021-01-19 04:55:44','2021-01-18 23:55:44'),
(82557,31683,'action created','2021-01-19 04:55:44','2021-01-18 23:55:44'),
(82558,31683,'action started via WP Cron','2021-01-19 04:57:01','2021-01-18 23:57:01'),
(82559,31683,'action complete via WP Cron','2021-01-19 04:57:01','2021-01-18 23:57:01'),
(82560,31684,'action created','2021-01-19 04:57:01','2021-01-18 23:57:01'),
(82561,31684,'action started via WP Cron','2021-01-19 04:57:23','2021-01-18 23:57:23'),
(82562,31684,'action complete via WP Cron','2021-01-19 04:57:23','2021-01-18 23:57:23'),
(82563,31685,'action created','2021-01-19 04:57:23','2021-01-18 23:57:23'),
(82564,31685,'action started via WP Cron','2021-01-19 04:58:54','2021-01-18 23:58:54'),
(82565,31685,'action complete via WP Cron','2021-01-19 04:58:54','2021-01-18 23:58:54'),
(82566,31686,'action created','2021-01-19 04:58:54','2021-01-18 23:58:54'),
(82567,31686,'action started via WP Cron','2021-01-19 05:01:16','2021-01-19 00:01:16'),
(82568,31686,'action complete via WP Cron','2021-01-19 05:01:16','2021-01-19 00:01:16'),
(82569,31687,'action created','2021-01-19 05:01:16','2021-01-19 00:01:16'),
(82570,31687,'action started via WP Cron','2021-01-19 05:02:36','2021-01-19 00:02:36'),
(82571,31687,'action complete via WP Cron','2021-01-19 05:02:36','2021-01-19 00:02:36'),
(82572,31688,'action created','2021-01-19 05:02:36','2021-01-19 00:02:36'),
(82573,31688,'action started via WP Cron','2021-01-19 05:03:11','2021-01-19 00:03:11'),
(82574,31688,'action complete via WP Cron','2021-01-19 05:03:11','2021-01-19 00:03:11'),
(82575,31689,'action created','2021-01-19 05:03:11','2021-01-19 00:03:11'),
(82576,31689,'action started via WP Cron','2021-01-19 05:05:12','2021-01-19 00:05:12'),
(82577,31689,'action complete via WP Cron','2021-01-19 05:05:12','2021-01-19 00:05:12'),
(82578,31690,'action created','2021-01-19 05:05:12','2021-01-19 00:05:12'),
(82579,31690,'action started via WP Cron','2021-01-19 05:06:46','2021-01-19 00:06:46'),
(82580,31690,'action complete via WP Cron','2021-01-19 05:06:46','2021-01-19 00:06:46'),
(82581,31691,'action created','2021-01-19 05:06:46','2021-01-19 00:06:46'),
(82582,31691,'action started via WP Cron','2021-01-19 05:07:51','2021-01-19 00:07:51'),
(82583,31691,'action complete via WP Cron','2021-01-19 05:07:51','2021-01-19 00:07:51'),
(82584,31692,'action created','2021-01-19 05:07:51','2021-01-19 00:07:51'),
(82585,31692,'action started via WP Cron','2021-01-19 05:09:03','2021-01-19 00:09:03'),
(82586,31692,'action complete via WP Cron','2021-01-19 05:09:03','2021-01-19 00:09:03'),
(82587,31693,'action created','2021-01-19 05:09:03','2021-01-19 00:09:03'),
(82588,31693,'action started via WP Cron','2021-01-19 05:10:57','2021-01-19 00:10:57'),
(82589,31693,'action complete via WP Cron','2021-01-19 05:10:57','2021-01-19 00:10:57'),
(82590,31694,'action created','2021-01-19 05:10:57','2021-01-19 00:10:57'),
(82591,31694,'action started via WP Cron','2021-01-19 05:11:24','2021-01-19 00:11:24'),
(82592,31694,'action complete via WP Cron','2021-01-19 05:11:24','2021-01-19 00:11:24'),
(82593,31695,'action created','2021-01-19 05:11:24','2021-01-19 00:11:24'),
(82594,31695,'action started via WP Cron','2021-01-19 05:12:51','2021-01-19 00:12:51'),
(82595,31695,'action complete via WP Cron','2021-01-19 05:12:51','2021-01-19 00:12:51'),
(82596,31696,'action created','2021-01-19 05:12:51','2021-01-19 00:12:51'),
(82597,31696,'action started via WP Cron','2021-01-19 05:13:26','2021-01-19 00:13:26'),
(82598,31696,'action complete via WP Cron','2021-01-19 05:13:26','2021-01-19 00:13:26'),
(82599,31697,'action created','2021-01-19 05:13:26','2021-01-19 00:13:26'),
(82600,31697,'action started via WP Cron','2021-01-19 05:14:33','2021-01-19 00:14:33'),
(82601,31697,'action complete via WP Cron','2021-01-19 05:14:33','2021-01-19 00:14:33'),
(82602,31698,'action created','2021-01-19 05:14:33','2021-01-19 00:14:33'),
(82603,31698,'action started via WP Cron','2021-01-19 05:16:02','2021-01-19 00:16:02'),
(82604,31698,'action complete via WP Cron','2021-01-19 05:16:02','2021-01-19 00:16:02'),
(82605,31699,'action created','2021-01-19 05:16:02','2021-01-19 00:16:02'),
(82606,31699,'action started via WP Cron','2021-01-19 05:16:18','2021-01-19 00:16:18'),
(82607,31699,'action complete via WP Cron','2021-01-19 05:16:18','2021-01-19 00:16:18'),
(82608,31700,'action created','2021-01-19 05:16:18','2021-01-19 00:16:18'),
(82609,31700,'action started via WP Cron','2021-01-19 05:17:25','2021-01-19 00:17:25'),
(82610,31700,'action complete via WP Cron','2021-01-19 05:17:25','2021-01-19 00:17:25'),
(82611,31701,'action created','2021-01-19 05:17:25','2021-01-19 00:17:25'),
(82612,31701,'action started via WP Cron','2021-01-19 05:18:20','2021-01-19 00:18:20'),
(82613,31701,'action complete via WP Cron','2021-01-19 05:18:20','2021-01-19 00:18:20'),
(82614,31702,'action created','2021-01-19 05:18:20','2021-01-19 00:18:20'),
(82615,31702,'action started via WP Cron','2021-01-19 05:19:29','2021-01-19 00:19:29'),
(82616,31702,'action complete via WP Cron','2021-01-19 05:19:29','2021-01-19 00:19:29'),
(82617,31703,'action created','2021-01-19 05:19:29','2021-01-19 00:19:29'),
(82618,31703,'action started via WP Cron','2021-01-19 05:20:56','2021-01-19 00:20:56'),
(82619,31703,'action complete via WP Cron','2021-01-19 05:20:56','2021-01-19 00:20:56'),
(82620,31704,'action created','2021-01-19 05:20:56','2021-01-19 00:20:56'),
(82621,31704,'action started via WP Cron','2021-01-19 05:21:39','2021-01-19 00:21:39'),
(82622,31704,'action complete via WP Cron','2021-01-19 05:21:39','2021-01-19 00:21:39'),
(82623,31705,'action created','2021-01-19 05:21:39','2021-01-19 00:21:39'),
(82624,31705,'action started via WP Cron','2021-01-19 05:22:58','2021-01-19 00:22:58'),
(82625,31705,'action complete via WP Cron','2021-01-19 05:22:58','2021-01-19 00:22:58'),
(82626,31706,'action created','2021-01-19 05:22:58','2021-01-19 00:22:58'),
(82627,31706,'action started via WP Cron','2021-01-19 05:23:38','2021-01-19 00:23:38'),
(82628,31706,'action complete via WP Cron','2021-01-19 05:23:38','2021-01-19 00:23:38'),
(82629,31707,'action created','2021-01-19 05:23:38','2021-01-19 00:23:38'),
(82630,31707,'action started via WP Cron','2021-01-19 05:25:28','2021-01-19 00:25:28'),
(82631,31707,'action complete via WP Cron','2021-01-19 05:25:28','2021-01-19 00:25:28'),
(82632,31708,'action created','2021-01-19 05:25:28','2021-01-19 00:25:28'),
(82633,31708,'action started via WP Cron','2021-01-19 05:27:22','2021-01-19 00:27:22'),
(82634,31708,'action complete via WP Cron','2021-01-19 05:27:22','2021-01-19 00:27:22'),
(82635,31709,'action created','2021-01-19 05:27:22','2021-01-19 00:27:22'),
(82636,31709,'action started via WP Cron','2021-01-19 05:28:40','2021-01-19 00:28:40'),
(82637,31709,'action complete via WP Cron','2021-01-19 05:28:40','2021-01-19 00:28:40'),
(82638,31710,'action created','2021-01-19 05:28:40','2021-01-19 00:28:40'),
(82639,31710,'action started via WP Cron','2021-01-19 05:29:12','2021-01-19 00:29:12'),
(82640,31710,'action complete via WP Cron','2021-01-19 05:29:12','2021-01-19 00:29:12'),
(82641,31711,'action created','2021-01-19 05:29:12','2021-01-19 00:29:12'),
(82642,31711,'action started via WP Cron','2021-01-19 05:30:51','2021-01-19 00:30:51'),
(82643,31711,'action complete via WP Cron','2021-01-19 05:30:51','2021-01-19 00:30:51'),
(82644,31712,'action created','2021-01-19 05:30:51','2021-01-19 00:30:51'),
(82645,31712,'action started via WP Cron','2021-01-19 05:31:31','2021-01-19 00:31:31'),
(82646,31712,'action complete via WP Cron','2021-01-19 05:31:31','2021-01-19 00:31:31'),
(82647,31713,'action created','2021-01-19 05:31:31','2021-01-19 00:31:31'),
(82648,31713,'action started via WP Cron','2021-01-19 05:32:46','2021-01-19 00:32:46'),
(82649,31713,'action complete via WP Cron','2021-01-19 05:32:46','2021-01-19 00:32:46'),
(82650,31714,'action created','2021-01-19 05:32:46','2021-01-19 00:32:46'),
(82651,31714,'action started via WP Cron','2021-01-19 05:33:39','2021-01-19 00:33:39'),
(82652,31714,'action complete via WP Cron','2021-01-19 05:33:39','2021-01-19 00:33:39'),
(82653,31715,'action created','2021-01-19 05:33:39','2021-01-19 00:33:39'),
(82654,31715,'action started via WP Cron','2021-01-19 05:34:15','2021-01-19 00:34:15'),
(82655,31715,'action complete via WP Cron','2021-01-19 05:34:15','2021-01-19 00:34:15'),
(82656,31716,'action created','2021-01-19 05:34:15','2021-01-19 00:34:15'),
(82657,31716,'action started via WP Cron','2021-01-19 05:35:37','2021-01-19 00:35:37'),
(82658,31716,'action complete via WP Cron','2021-01-19 05:35:37','2021-01-19 00:35:37'),
(82659,31717,'action created','2021-01-19 05:35:37','2021-01-19 00:35:37'),
(82660,31717,'action started via WP Cron','2021-01-19 05:37:02','2021-01-19 00:37:02'),
(82661,31717,'action complete via WP Cron','2021-01-19 05:37:02','2021-01-19 00:37:02'),
(82662,31718,'action created','2021-01-19 05:37:02','2021-01-19 00:37:02'),
(82663,31718,'action started via WP Cron','2021-01-19 05:38:03','2021-01-19 00:38:03'),
(82664,31718,'action complete via WP Cron','2021-01-19 05:38:03','2021-01-19 00:38:03'),
(82665,31719,'action created','2021-01-19 05:38:03','2021-01-19 00:38:03'),
(82666,31719,'action started via WP Cron','2021-01-19 05:39:02','2021-01-19 00:39:02'),
(82667,31719,'action complete via WP Cron','2021-01-19 05:39:02','2021-01-19 00:39:02'),
(82668,31720,'action created','2021-01-19 05:39:02','2021-01-19 00:39:02'),
(82669,31720,'action started via WP Cron','2021-01-19 05:40:06','2021-01-19 00:40:06'),
(82670,31720,'action complete via WP Cron','2021-01-19 05:40:06','2021-01-19 00:40:06'),
(82671,31721,'action created','2021-01-19 05:40:06','2021-01-19 00:40:06'),
(82672,31721,'action started via WP Cron','2021-01-19 05:42:16','2021-01-19 00:42:16'),
(82673,31721,'action complete via WP Cron','2021-01-19 05:42:16','2021-01-19 00:42:16'),
(82674,31722,'action created','2021-01-19 05:42:16','2021-01-19 00:42:16'),
(82675,31722,'action started via WP Cron','2021-01-19 05:43:31','2021-01-19 00:43:31'),
(82676,31722,'action complete via WP Cron','2021-01-19 05:43:31','2021-01-19 00:43:31'),
(82677,31723,'action created','2021-01-19 05:43:32','2021-01-19 00:43:32'),
(82678,31723,'action started via WP Cron','2021-01-19 05:44:14','2021-01-19 00:44:14'),
(82679,31723,'action complete via WP Cron','2021-01-19 05:44:14','2021-01-19 00:44:14'),
(82680,31724,'action created','2021-01-19 05:44:14','2021-01-19 00:44:14'),
(82681,31724,'action started via WP Cron','2021-01-19 05:45:45','2021-01-19 00:45:45'),
(82682,31724,'action complete via WP Cron','2021-01-19 05:45:45','2021-01-19 00:45:45'),
(82683,31725,'action created','2021-01-19 05:45:45','2021-01-19 00:45:45'),
(82684,31725,'action started via WP Cron','2021-01-19 05:46:30','2021-01-19 00:46:30'),
(82685,31725,'action complete via WP Cron','2021-01-19 05:46:30','2021-01-19 00:46:30'),
(82686,31726,'action created','2021-01-19 05:46:30','2021-01-19 00:46:30'),
(82687,31726,'action started via WP Cron','2021-01-19 05:47:19','2021-01-19 00:47:19'),
(82688,31726,'action complete via WP Cron','2021-01-19 05:47:19','2021-01-19 00:47:19'),
(82689,31727,'action created','2021-01-19 05:47:19','2021-01-19 00:47:19'),
(82690,31727,'action started via WP Cron','2021-01-19 05:48:57','2021-01-19 00:48:57'),
(82691,31727,'action complete via WP Cron','2021-01-19 05:48:57','2021-01-19 00:48:57'),
(82692,31728,'action created','2021-01-19 05:48:57','2021-01-19 00:48:57'),
(82693,31728,'action started via WP Cron','2021-01-19 05:49:39','2021-01-19 00:49:39'),
(82694,31728,'action complete via WP Cron','2021-01-19 05:49:39','2021-01-19 00:49:39'),
(82695,31729,'action created','2021-01-19 05:49:40','2021-01-19 00:49:40'),
(82696,31729,'action started via WP Cron','2021-01-19 05:50:15','2021-01-19 00:50:15'),
(82697,31729,'action complete via WP Cron','2021-01-19 05:50:15','2021-01-19 00:50:15'),
(82698,31730,'action created','2021-01-19 05:50:15','2021-01-19 00:50:15'),
(82699,31730,'action started via WP Cron','2021-01-19 05:51:16','2021-01-19 00:51:16'),
(82700,31730,'action complete via WP Cron','2021-01-19 05:51:16','2021-01-19 00:51:16'),
(82701,31731,'action created','2021-01-19 05:51:16','2021-01-19 00:51:16'),
(82702,31731,'action started via WP Cron','2021-01-19 05:52:14','2021-01-19 00:52:14'),
(82703,31731,'action complete via WP Cron','2021-01-19 05:52:14','2021-01-19 00:52:14'),
(82704,31732,'action created','2021-01-19 05:52:14','2021-01-19 00:52:14'),
(82705,31732,'action started via WP Cron','2021-01-19 05:53:22','2021-01-19 00:53:22'),
(82706,31732,'action complete via WP Cron','2021-01-19 05:53:22','2021-01-19 00:53:22'),
(82707,31733,'action created','2021-01-19 05:53:22','2021-01-19 00:53:22'),
(82708,31733,'action started via WP Cron','2021-01-19 05:54:37','2021-01-19 00:54:37'),
(82709,31733,'action complete via WP Cron','2021-01-19 05:54:37','2021-01-19 00:54:37'),
(82710,31734,'action created','2021-01-19 05:54:37','2021-01-19 00:54:37'),
(82711,31734,'action started via WP Cron','2021-01-19 05:55:19','2021-01-19 00:55:19'),
(82712,31734,'action complete via WP Cron','2021-01-19 05:55:19','2021-01-19 00:55:19'),
(82713,31735,'action created','2021-01-19 05:55:20','2021-01-19 00:55:20'),
(82714,31735,'action started via WP Cron','2021-01-19 05:56:12','2021-01-19 00:56:12'),
(82715,31735,'action complete via WP Cron','2021-01-19 05:56:12','2021-01-19 00:56:12'),
(82716,31736,'action created','2021-01-19 05:56:12','2021-01-19 00:56:12'),
(82717,31736,'action started via WP Cron','2021-01-19 05:57:12','2021-01-19 00:57:12'),
(82718,31736,'action complete via WP Cron','2021-01-19 05:57:12','2021-01-19 00:57:12'),
(82719,31737,'action created','2021-01-19 05:57:12','2021-01-19 00:57:12'),
(82720,31737,'action started via WP Cron','2021-01-19 05:58:16','2021-01-19 00:58:16'),
(82721,31737,'action complete via WP Cron','2021-01-19 05:58:16','2021-01-19 00:58:16'),
(82722,31738,'action created','2021-01-19 05:58:16','2021-01-19 00:58:16'),
(82723,31738,'action started via WP Cron','2021-01-19 05:59:33','2021-01-19 00:59:33'),
(82724,31738,'action complete via WP Cron','2021-01-19 05:59:33','2021-01-19 00:59:33'),
(82725,31739,'action created','2021-01-19 05:59:33','2021-01-19 00:59:33'),
(82726,31739,'action started via WP Cron','2021-01-19 06:00:16','2021-01-19 01:00:16'),
(82727,31739,'action complete via WP Cron','2021-01-19 06:00:16','2021-01-19 01:00:16'),
(82728,31740,'action created','2021-01-19 06:00:16','2021-01-19 01:00:16'),
(82729,31740,'action started via WP Cron','2021-01-19 06:01:25','2021-01-19 01:01:25'),
(82730,31740,'action complete via WP Cron','2021-01-19 06:01:25','2021-01-19 01:01:25'),
(82731,31741,'action created','2021-01-19 06:01:25','2021-01-19 01:01:25'),
(82732,31741,'action started via WP Cron','2021-01-19 06:02:30','2021-01-19 01:02:30'),
(82733,31741,'action complete via WP Cron','2021-01-19 06:02:30','2021-01-19 01:02:30'),
(82734,31742,'action created','2021-01-19 06:02:30','2021-01-19 01:02:30'),
(82735,31742,'action started via WP Cron','2021-01-19 06:03:21','2021-01-19 01:03:21'),
(82736,31742,'action complete via WP Cron','2021-01-19 06:03:21','2021-01-19 01:03:21'),
(82737,31743,'action created','2021-01-19 06:03:21','2021-01-19 01:03:21'),
(82738,31743,'action started via WP Cron','2021-01-19 06:04:27','2021-01-19 01:04:27'),
(82739,31743,'action complete via WP Cron','2021-01-19 06:04:27','2021-01-19 01:04:27'),
(82740,31744,'action created','2021-01-19 06:04:27','2021-01-19 01:04:27'),
(82741,31744,'action started via WP Cron','2021-01-19 06:05:14','2021-01-19 01:05:14'),
(82742,31744,'action complete via WP Cron','2021-01-19 06:05:14','2021-01-19 01:05:14'),
(82743,31745,'action created','2021-01-19 06:05:14','2021-01-19 01:05:14'),
(82744,31745,'action started via WP Cron','2021-01-19 06:06:53','2021-01-19 01:06:53'),
(82745,31745,'action complete via WP Cron','2021-01-19 06:06:53','2021-01-19 01:06:53'),
(82746,31746,'action created','2021-01-19 06:06:53','2021-01-19 01:06:53'),
(82747,31746,'action started via WP Cron','2021-01-19 06:07:53','2021-01-19 01:07:53'),
(82748,31746,'action complete via WP Cron','2021-01-19 06:07:53','2021-01-19 01:07:53'),
(82749,31747,'action created','2021-01-19 06:07:53','2021-01-19 01:07:53'),
(82750,31747,'action started via WP Cron','2021-01-19 06:08:22','2021-01-19 01:08:22'),
(82751,31747,'action complete via WP Cron','2021-01-19 06:08:22','2021-01-19 01:08:22'),
(82752,31748,'action created','2021-01-19 06:08:22','2021-01-19 01:08:22'),
(82753,31748,'action started via WP Cron','2021-01-19 06:09:19','2021-01-19 01:09:19'),
(82754,31748,'action complete via WP Cron','2021-01-19 06:09:19','2021-01-19 01:09:19'),
(82755,31749,'action created','2021-01-19 06:09:19','2021-01-19 01:09:19'),
(82756,31749,'action started via WP Cron','2021-01-19 06:10:46','2021-01-19 01:10:46'),
(82757,31749,'action complete via WP Cron','2021-01-19 06:10:46','2021-01-19 01:10:46'),
(82758,31750,'action created','2021-01-19 06:10:46','2021-01-19 01:10:46'),
(82759,31750,'action started via WP Cron','2021-01-19 06:11:31','2021-01-19 01:11:31'),
(82760,31750,'action complete via WP Cron','2021-01-19 06:11:31','2021-01-19 01:11:31'),
(82761,31751,'action created','2021-01-19 06:11:31','2021-01-19 01:11:31'),
(82762,31751,'action started via WP Cron','2021-01-19 06:12:29','2021-01-19 01:12:29'),
(82763,31751,'action complete via WP Cron','2021-01-19 06:12:29','2021-01-19 01:12:29'),
(82764,31752,'action created','2021-01-19 06:12:29','2021-01-19 01:12:29'),
(82765,31752,'action started via WP Cron','2021-01-19 06:13:19','2021-01-19 01:13:19'),
(82766,31752,'action complete via WP Cron','2021-01-19 06:13:19','2021-01-19 01:13:19'),
(82767,31753,'action created','2021-01-19 06:13:19','2021-01-19 01:13:19'),
(82768,31753,'action started via WP Cron','2021-01-19 06:14:46','2021-01-19 01:14:46'),
(82769,31753,'action complete via WP Cron','2021-01-19 06:14:46','2021-01-19 01:14:46'),
(82770,31754,'action created','2021-01-19 06:14:46','2021-01-19 01:14:46'),
(82771,31754,'action started via WP Cron','2021-01-19 06:16:36','2021-01-19 01:16:36'),
(82772,31754,'action complete via WP Cron','2021-01-19 06:16:36','2021-01-19 01:16:36'),
(82773,31755,'action created','2021-01-19 06:16:36','2021-01-19 01:16:36'),
(82774,31755,'action started via WP Cron','2021-01-19 06:17:23','2021-01-19 01:17:23'),
(82775,31755,'action complete via WP Cron','2021-01-19 06:17:23','2021-01-19 01:17:23'),
(82776,31756,'action created','2021-01-19 06:17:23','2021-01-19 01:17:23'),
(82777,31756,'action started via WP Cron','2021-01-19 06:19:21','2021-01-19 01:19:21'),
(82778,31756,'action complete via WP Cron','2021-01-19 06:19:21','2021-01-19 01:19:21'),
(82779,31757,'action created','2021-01-19 06:19:21','2021-01-19 01:19:21'),
(82780,31757,'action started via WP Cron','2021-01-19 06:20:44','2021-01-19 01:20:44'),
(82781,31757,'action complete via WP Cron','2021-01-19 06:20:44','2021-01-19 01:20:44'),
(82782,31758,'action created','2021-01-19 06:20:44','2021-01-19 01:20:44'),
(82783,31758,'action started via WP Cron','2021-01-19 06:21:20','2021-01-19 01:21:20'),
(82784,31758,'action complete via WP Cron','2021-01-19 06:21:20','2021-01-19 01:21:20'),
(82785,31759,'action created','2021-01-19 06:21:20','2021-01-19 01:21:20'),
(82786,31759,'action started via WP Cron','2021-01-19 06:23:21','2021-01-19 01:23:21'),
(82787,31759,'action complete via WP Cron','2021-01-19 06:23:21','2021-01-19 01:23:21'),
(82788,31760,'action created','2021-01-19 06:23:21','2021-01-19 01:23:21'),
(82789,31760,'action started via WP Cron','2021-01-19 06:24:20','2021-01-19 01:24:20'),
(82790,31760,'action complete via WP Cron','2021-01-19 06:24:20','2021-01-19 01:24:20'),
(82791,31761,'action created','2021-01-19 06:24:20','2021-01-19 01:24:20'),
(82792,31761,'action started via WP Cron','2021-01-19 06:25:21','2021-01-19 01:25:21'),
(82793,31761,'action complete via WP Cron','2021-01-19 06:25:21','2021-01-19 01:25:21'),
(82794,31762,'action created','2021-01-19 06:25:21','2021-01-19 01:25:21'),
(82795,31762,'action started via WP Cron','2021-01-19 06:26:23','2021-01-19 01:26:23'),
(82796,31762,'action complete via WP Cron','2021-01-19 06:26:23','2021-01-19 01:26:23'),
(82797,31763,'action created','2021-01-19 06:26:23','2021-01-19 01:26:23'),
(82798,31763,'action started via WP Cron','2021-01-19 06:27:26','2021-01-19 01:27:26'),
(82799,31763,'action complete via WP Cron','2021-01-19 06:27:26','2021-01-19 01:27:26'),
(82800,31764,'action created','2021-01-19 06:27:27','2021-01-19 01:27:27'),
(82801,31764,'action started via WP Cron','2021-01-19 06:28:18','2021-01-19 01:28:18'),
(82802,31764,'action complete via WP Cron','2021-01-19 06:28:18','2021-01-19 01:28:18'),
(82803,31765,'action created','2021-01-19 06:28:18','2021-01-19 01:28:18'),
(82804,31765,'action started via WP Cron','2021-01-19 06:29:28','2021-01-19 01:29:28'),
(82805,31765,'action complete via WP Cron','2021-01-19 06:29:28','2021-01-19 01:29:28'),
(82806,31766,'action created','2021-01-19 06:29:28','2021-01-19 01:29:28'),
(82807,31766,'action started via WP Cron','2021-01-19 06:31:31','2021-01-19 01:31:31'),
(82808,31766,'action complete via WP Cron','2021-01-19 06:31:31','2021-01-19 01:31:31'),
(82809,31767,'action created','2021-01-19 06:31:31','2021-01-19 01:31:31'),
(82810,31767,'action started via WP Cron','2021-01-19 06:33:33','2021-01-19 01:33:33'),
(82811,31767,'action complete via WP Cron','2021-01-19 06:33:33','2021-01-19 01:33:33'),
(82812,31768,'action created','2021-01-19 06:33:33','2021-01-19 01:33:33'),
(82813,31768,'action started via WP Cron','2021-01-19 06:35:37','2021-01-19 01:35:37'),
(82814,31768,'action complete via WP Cron','2021-01-19 06:35:37','2021-01-19 01:35:37'),
(82815,31769,'action created','2021-01-19 06:35:37','2021-01-19 01:35:37'),
(82816,31769,'action started via WP Cron','2021-01-19 06:37:36','2021-01-19 01:37:36'),
(82817,31769,'action complete via WP Cron','2021-01-19 06:37:36','2021-01-19 01:37:36'),
(82818,31770,'action created','2021-01-19 06:37:36','2021-01-19 01:37:36'),
(82819,31770,'action started via WP Cron','2021-01-19 06:39:40','2021-01-19 01:39:40'),
(82820,31770,'action complete via WP Cron','2021-01-19 06:39:40','2021-01-19 01:39:40'),
(82821,31771,'action created','2021-01-19 06:39:40','2021-01-19 01:39:40'),
(82822,31771,'action started via WP Cron','2021-01-19 06:41:15','2021-01-19 01:41:15'),
(82823,31771,'action complete via WP Cron','2021-01-19 06:41:15','2021-01-19 01:41:15'),
(82824,31772,'action created','2021-01-19 06:41:15','2021-01-19 01:41:15'),
(82825,31772,'action started via WP Cron','2021-01-19 06:42:21','2021-01-19 01:42:21'),
(82826,31772,'action complete via WP Cron','2021-01-19 06:42:21','2021-01-19 01:42:21'),
(82827,31773,'action created','2021-01-19 06:42:21','2021-01-19 01:42:21'),
(82828,31773,'action started via WP Cron','2021-01-19 06:43:42','2021-01-19 01:43:42'),
(82829,31773,'action complete via WP Cron','2021-01-19 06:43:42','2021-01-19 01:43:42'),
(82830,31774,'action created','2021-01-19 06:43:42','2021-01-19 01:43:42'),
(82831,31774,'action started via WP Cron','2021-01-19 06:44:27','2021-01-19 01:44:27'),
(82832,31774,'action complete via WP Cron','2021-01-19 06:44:27','2021-01-19 01:44:27'),
(82833,31775,'action created','2021-01-19 06:44:27','2021-01-19 01:44:27'),
(82834,31775,'action started via WP Cron','2021-01-19 06:45:37','2021-01-19 01:45:37'),
(82835,31775,'action complete via WP Cron','2021-01-19 06:45:37','2021-01-19 01:45:37'),
(82836,31776,'action created','2021-01-19 06:45:37','2021-01-19 01:45:37'),
(82837,31776,'action started via WP Cron','2021-01-19 06:46:36','2021-01-19 01:46:36'),
(82838,31776,'action complete via WP Cron','2021-01-19 06:46:36','2021-01-19 01:46:36'),
(82839,31777,'action created','2021-01-19 06:46:36','2021-01-19 01:46:36'),
(82840,31777,'action started via WP Cron','2021-01-19 06:47:34','2021-01-19 01:47:34'),
(82841,31777,'action complete via WP Cron','2021-01-19 06:47:34','2021-01-19 01:47:34'),
(82842,31778,'action created','2021-01-19 06:47:34','2021-01-19 01:47:34'),
(82843,31778,'action started via WP Cron','2021-01-19 06:49:30','2021-01-19 01:49:30'),
(82844,31778,'action complete via WP Cron','2021-01-19 06:49:30','2021-01-19 01:49:30'),
(82845,31779,'action created','2021-01-19 06:49:30','2021-01-19 01:49:30'),
(82846,31779,'action started via WP Cron','2021-01-19 06:51:30','2021-01-19 01:51:30'),
(82847,31779,'action complete via WP Cron','2021-01-19 06:51:30','2021-01-19 01:51:30'),
(82848,31780,'action created','2021-01-19 06:51:30','2021-01-19 01:51:30'),
(82849,31780,'action started via WP Cron','2021-01-19 06:52:12','2021-01-19 01:52:12'),
(82850,31780,'action complete via WP Cron','2021-01-19 06:52:12','2021-01-19 01:52:12'),
(82851,31781,'action created','2021-01-19 06:52:12','2021-01-19 01:52:12'),
(82852,31781,'action started via WP Cron','2021-01-19 06:53:40','2021-01-19 01:53:40'),
(82853,31781,'action complete via WP Cron','2021-01-19 06:53:40','2021-01-19 01:53:40'),
(82854,31782,'action created','2021-01-19 06:53:40','2021-01-19 01:53:40'),
(82855,31782,'action started via WP Cron','2021-01-19 06:54:20','2021-01-19 01:54:20'),
(82856,31782,'action complete via WP Cron','2021-01-19 06:54:20','2021-01-19 01:54:20'),
(82857,31783,'action created','2021-01-19 06:54:21','2021-01-19 01:54:21'),
(82858,31783,'action started via WP Cron','2021-01-19 06:55:45','2021-01-19 01:55:45'),
(82859,31783,'action complete via WP Cron','2021-01-19 06:55:45','2021-01-19 01:55:45'),
(82860,31784,'action created','2021-01-19 06:55:45','2021-01-19 01:55:45'),
(82861,31784,'action started via WP Cron','2021-01-19 06:57:13','2021-01-19 01:57:13'),
(82862,31784,'action complete via WP Cron','2021-01-19 06:57:13','2021-01-19 01:57:13'),
(82863,31785,'action created','2021-01-19 06:57:13','2021-01-19 01:57:13'),
(82864,31785,'action started via WP Cron','2021-01-19 06:59:08','2021-01-19 01:59:08'),
(82865,31785,'action complete via WP Cron','2021-01-19 06:59:08','2021-01-19 01:59:08'),
(82866,31786,'action created','2021-01-19 06:59:08','2021-01-19 01:59:08'),
(82867,31786,'action started via WP Cron','2021-01-19 07:01:26','2021-01-19 02:01:26'),
(82868,31786,'action complete via WP Cron','2021-01-19 07:01:26','2021-01-19 02:01:26'),
(82869,31787,'action created','2021-01-19 07:01:26','2021-01-19 02:01:26'),
(82870,31787,'action started via WP Cron','2021-01-19 07:03:18','2021-01-19 02:03:18'),
(82871,31787,'action complete via WP Cron','2021-01-19 07:03:18','2021-01-19 02:03:18'),
(82872,31788,'action created','2021-01-19 07:03:18','2021-01-19 02:03:18'),
(82873,31788,'action started via WP Cron','2021-01-19 07:05:10','2021-01-19 02:05:10'),
(82874,31788,'action complete via WP Cron','2021-01-19 07:05:10','2021-01-19 02:05:10'),
(82875,31789,'action created','2021-01-19 07:05:10','2021-01-19 02:05:10'),
(82876,31789,'action started via WP Cron','2021-01-19 07:07:03','2021-01-19 02:07:03'),
(82877,31789,'action complete via WP Cron','2021-01-19 07:07:03','2021-01-19 02:07:03'),
(82878,31790,'action created','2021-01-19 07:07:04','2021-01-19 02:07:04'),
(82879,31790,'action started via WP Cron','2021-01-19 07:07:14','2021-01-19 02:07:14'),
(82880,31790,'action complete via WP Cron','2021-01-19 07:07:14','2021-01-19 02:07:14'),
(82881,31791,'action created','2021-01-19 07:07:14','2021-01-19 02:07:14'),
(82882,31791,'action started via WP Cron','2021-01-19 07:09:09','2021-01-19 02:09:09'),
(82883,31791,'action complete via WP Cron','2021-01-19 07:09:09','2021-01-19 02:09:09'),
(82884,31792,'action created','2021-01-19 07:09:09','2021-01-19 02:09:09'),
(82885,31792,'action started via WP Cron','2021-01-19 07:10:04','2021-01-19 02:10:04'),
(82886,31792,'action complete via WP Cron','2021-01-19 07:10:04','2021-01-19 02:10:04'),
(82887,31793,'action created','2021-01-19 07:10:04','2021-01-19 02:10:04'),
(82888,31793,'action started via WP Cron','2021-01-19 07:10:16','2021-01-19 02:10:16'),
(82889,31793,'action complete via WP Cron','2021-01-19 07:10:16','2021-01-19 02:10:16'),
(82890,31794,'action created','2021-01-19 07:10:16','2021-01-19 02:10:16'),
(82891,31794,'action started via WP Cron','2021-01-19 07:11:36','2021-01-19 02:11:36'),
(82892,31794,'action complete via WP Cron','2021-01-19 07:11:36','2021-01-19 02:11:36'),
(82893,31795,'action created','2021-01-19 07:11:36','2021-01-19 02:11:36'),
(82894,31795,'action started via WP Cron','2021-01-19 07:12:55','2021-01-19 02:12:55'),
(82895,31795,'action complete via WP Cron','2021-01-19 07:12:55','2021-01-19 02:12:55'),
(82896,31796,'action created','2021-01-19 07:12:55','2021-01-19 02:12:55'),
(82897,31796,'action started via WP Cron','2021-01-19 07:14:31','2021-01-19 02:14:31'),
(82898,31796,'action complete via WP Cron','2021-01-19 07:14:31','2021-01-19 02:14:31'),
(82899,31797,'action created','2021-01-19 07:14:31','2021-01-19 02:14:31'),
(82900,31797,'action started via WP Cron','2021-01-19 07:16:48','2021-01-19 02:16:48'),
(82901,31797,'action complete via WP Cron','2021-01-19 07:16:48','2021-01-19 02:16:48'),
(82902,31798,'action created','2021-01-19 07:16:48','2021-01-19 02:16:48'),
(82903,31798,'action started via WP Cron','2021-01-19 07:18:43','2021-01-19 02:18:43'),
(82904,31798,'action complete via WP Cron','2021-01-19 07:18:43','2021-01-19 02:18:43'),
(82905,31799,'action created','2021-01-19 07:18:43','2021-01-19 02:18:43'),
(82906,31799,'action started via WP Cron','2021-01-19 07:19:22','2021-01-19 02:19:22'),
(82907,31799,'action complete via WP Cron','2021-01-19 07:19:22','2021-01-19 02:19:22'),
(82908,31800,'action created','2021-01-19 07:19:22','2021-01-19 02:19:22'),
(82909,31800,'action started via WP Cron','2021-01-19 07:20:38','2021-01-19 02:20:38'),
(82910,31800,'action complete via WP Cron','2021-01-19 07:20:38','2021-01-19 02:20:38'),
(82911,31801,'action created','2021-01-19 07:20:38','2021-01-19 02:20:38'),
(82912,31801,'action started via WP Cron','2021-01-19 07:21:25','2021-01-19 02:21:25'),
(82913,31801,'action complete via WP Cron','2021-01-19 07:21:25','2021-01-19 02:21:25'),
(82914,31802,'action created','2021-01-19 07:21:25','2021-01-19 02:21:25'),
(82915,31802,'action started via WP Cron','2021-01-19 07:22:20','2021-01-19 02:22:20'),
(82916,31802,'action complete via WP Cron','2021-01-19 07:22:20','2021-01-19 02:22:20'),
(82917,31803,'action created','2021-01-19 07:22:20','2021-01-19 02:22:20'),
(82918,31803,'action started via WP Cron','2021-01-19 07:23:19','2021-01-19 02:23:19'),
(82919,31803,'action complete via WP Cron','2021-01-19 07:23:20','2021-01-19 02:23:20'),
(82920,31804,'action created','2021-01-19 07:23:20','2021-01-19 02:23:20'),
(82921,31804,'action started via WP Cron','2021-01-19 07:24:27','2021-01-19 02:24:27'),
(82922,31804,'action complete via WP Cron','2021-01-19 07:24:27','2021-01-19 02:24:27'),
(82923,31805,'action created','2021-01-19 07:24:27','2021-01-19 02:24:27'),
(82924,31805,'action started via WP Cron','2021-01-19 07:25:14','2021-01-19 02:25:14'),
(82925,31805,'action complete via WP Cron','2021-01-19 07:25:14','2021-01-19 02:25:14'),
(82926,31806,'action created','2021-01-19 07:25:14','2021-01-19 02:25:14'),
(82927,31806,'action started via WP Cron','2021-01-19 07:26:13','2021-01-19 02:26:13'),
(82928,31806,'action complete via WP Cron','2021-01-19 07:26:13','2021-01-19 02:26:13'),
(82929,31807,'action created','2021-01-19 07:26:13','2021-01-19 02:26:13'),
(82930,31807,'action started via WP Cron','2021-01-19 07:27:15','2021-01-19 02:27:15'),
(82931,31807,'action complete via WP Cron','2021-01-19 07:27:15','2021-01-19 02:27:15'),
(82932,31808,'action created','2021-01-19 07:27:15','2021-01-19 02:27:15'),
(82933,31808,'action started via WP Cron','2021-01-19 07:30:04','2021-01-19 02:30:04'),
(82934,31808,'action complete via WP Cron','2021-01-19 07:30:04','2021-01-19 02:30:04'),
(82935,31809,'action created','2021-01-19 07:30:04','2021-01-19 02:30:04'),
(82936,31809,'action started via WP Cron','2021-01-19 07:31:01','2021-01-19 02:31:01'),
(82937,31809,'action complete via WP Cron','2021-01-19 07:31:01','2021-01-19 02:31:01'),
(82938,31810,'action created','2021-01-19 07:31:01','2021-01-19 02:31:01'),
(82939,31810,'action started via WP Cron','2021-01-19 07:31:36','2021-01-19 02:31:36'),
(82940,31810,'action complete via WP Cron','2021-01-19 07:31:36','2021-01-19 02:31:36'),
(82941,31811,'action created','2021-01-19 07:31:36','2021-01-19 02:31:36'),
(82942,31811,'action started via WP Cron','2021-01-19 07:32:58','2021-01-19 02:32:58'),
(82943,31811,'action complete via WP Cron','2021-01-19 07:32:58','2021-01-19 02:32:58'),
(82944,31812,'action created','2021-01-19 07:32:58','2021-01-19 02:32:58'),
(82945,31812,'action started via WP Cron','2021-01-19 07:33:55','2021-01-19 02:33:55'),
(82946,31812,'action complete via WP Cron','2021-01-19 07:33:55','2021-01-19 02:33:55'),
(82947,31813,'action created','2021-01-19 07:33:55','2021-01-19 02:33:55'),
(82948,31813,'action started via WP Cron','2021-01-19 07:34:33','2021-01-19 02:34:33'),
(82949,31813,'action complete via WP Cron','2021-01-19 07:34:33','2021-01-19 02:34:33'),
(82950,31814,'action created','2021-01-19 07:34:33','2021-01-19 02:34:33'),
(82951,31814,'action started via WP Cron','2021-01-19 07:35:24','2021-01-19 02:35:24'),
(82952,31814,'action complete via WP Cron','2021-01-19 07:35:24','2021-01-19 02:35:24'),
(82953,31815,'action created','2021-01-19 07:35:24','2021-01-19 02:35:24'),
(82954,31815,'action started via WP Cron','2021-01-19 07:37:30','2021-01-19 02:37:30'),
(82955,31815,'action complete via WP Cron','2021-01-19 07:37:30','2021-01-19 02:37:30'),
(82956,31816,'action created','2021-01-19 07:37:30','2021-01-19 02:37:30'),
(82957,31816,'action started via WP Cron','2021-01-19 07:38:16','2021-01-19 02:38:16'),
(82958,31816,'action complete via WP Cron','2021-01-19 07:38:16','2021-01-19 02:38:16'),
(82959,31817,'action created','2021-01-19 07:39:20','2021-01-19 02:39:20'),
(82960,31817,'action started via WP Cron','2021-01-19 07:41:10','2021-01-19 02:41:10'),
(82961,31817,'action complete via WP Cron','2021-01-19 07:41:10','2021-01-19 02:41:10'),
(82962,31818,'action created','2021-01-19 07:41:10','2021-01-19 02:41:10'),
(82963,31818,'action started via WP Cron','2021-01-19 07:43:04','2021-01-19 02:43:04'),
(82964,31818,'action complete via WP Cron','2021-01-19 07:43:04','2021-01-19 02:43:04'),
(82965,31819,'action created','2021-01-19 07:43:04','2021-01-19 02:43:04'),
(82966,31819,'action started via WP Cron','2021-01-19 07:43:26','2021-01-19 02:43:26'),
(82967,31819,'action complete via WP Cron','2021-01-19 07:43:26','2021-01-19 02:43:26'),
(82968,31820,'action created','2021-01-19 07:43:26','2021-01-19 02:43:26'),
(82969,31820,'action started via WP Cron','2021-01-19 07:44:59','2021-01-19 02:44:59'),
(82970,31820,'action complete via WP Cron','2021-01-19 07:44:59','2021-01-19 02:44:59'),
(82971,31821,'action created','2021-01-19 07:44:59','2021-01-19 02:44:59'),
(82972,31821,'action started via WP Cron','2021-01-19 07:45:45','2021-01-19 02:45:45'),
(82973,31821,'action complete via WP Cron','2021-01-19 07:45:45','2021-01-19 02:45:45'),
(82974,31822,'action created','2021-01-19 07:45:45','2021-01-19 02:45:45'),
(82975,31822,'action started via WP Cron','2021-01-19 07:46:59','2021-01-19 02:46:59'),
(82976,31822,'action complete via WP Cron','2021-01-19 07:46:59','2021-01-19 02:46:59'),
(82977,31823,'action created','2021-01-19 07:46:59','2021-01-19 02:46:59'),
(82978,31823,'action started via WP Cron','2021-01-19 07:47:54','2021-01-19 02:47:54'),
(82979,31823,'action complete via WP Cron','2021-01-19 07:47:54','2021-01-19 02:47:54'),
(82980,31824,'action created','2021-01-19 07:47:54','2021-01-19 02:47:54'),
(82981,31824,'action started via WP Cron','2021-01-19 07:48:18','2021-01-19 02:48:18'),
(82982,31824,'action complete via WP Cron','2021-01-19 07:48:18','2021-01-19 02:48:18'),
(82983,31825,'action created','2021-01-19 07:48:18','2021-01-19 02:48:18'),
(82984,31825,'action started via WP Cron','2021-01-19 07:49:18','2021-01-19 02:49:18'),
(82985,31825,'action complete via WP Cron','2021-01-19 07:49:18','2021-01-19 02:49:18'),
(82986,31826,'action created','2021-01-19 07:49:18','2021-01-19 02:49:18'),
(82987,31826,'action started via WP Cron','2021-01-19 07:50:13','2021-01-19 02:50:13'),
(82988,31826,'action complete via WP Cron','2021-01-19 07:50:13','2021-01-19 02:50:13'),
(82989,31827,'action created','2021-01-19 07:50:13','2021-01-19 02:50:13'),
(82990,31827,'action started via WP Cron','2021-01-19 07:52:34','2021-01-19 02:52:34'),
(82991,31827,'action complete via WP Cron','2021-01-19 07:52:34','2021-01-19 02:52:34'),
(82992,31828,'action created','2021-01-19 07:52:34','2021-01-19 02:52:34'),
(82993,31828,'action started via WP Cron','2021-01-19 07:54:10','2021-01-19 02:54:10'),
(82994,31828,'action complete via WP Cron','2021-01-19 07:54:10','2021-01-19 02:54:10'),
(82995,31829,'action created','2021-01-19 07:54:11','2021-01-19 02:54:11'),
(82996,31829,'action started via WP Cron','2021-01-19 07:56:21','2021-01-19 02:56:21'),
(82997,31829,'action complete via WP Cron','2021-01-19 07:56:21','2021-01-19 02:56:21'),
(82998,31830,'action created','2021-01-19 07:56:21','2021-01-19 02:56:21'),
(82999,31830,'action started via WP Cron','2021-01-19 07:57:28','2021-01-19 02:57:28'),
(83000,31830,'action complete via WP Cron','2021-01-19 07:57:28','2021-01-19 02:57:28'),
(83001,31831,'action created','2021-01-19 07:57:28','2021-01-19 02:57:28'),
(83002,31831,'action started via WP Cron','2021-01-19 07:58:20','2021-01-19 02:58:20'),
(83003,31831,'action complete via WP Cron','2021-01-19 07:58:20','2021-01-19 02:58:20'),
(83004,31832,'action created','2021-01-19 07:58:20','2021-01-19 02:58:20'),
(83005,31832,'action started via WP Cron','2021-01-19 08:00:18','2021-01-19 03:00:18'),
(83006,31832,'action complete via WP Cron','2021-01-19 08:00:18','2021-01-19 03:00:18'),
(83007,31833,'action created','2021-01-19 08:00:18','2021-01-19 03:00:18'),
(83008,31833,'action started via WP Cron','2021-01-19 08:01:22','2021-01-19 03:01:22'),
(83009,31833,'action complete via WP Cron','2021-01-19 08:01:22','2021-01-19 03:01:22'),
(83010,31834,'action created','2021-01-19 08:01:22','2021-01-19 03:01:22'),
(83011,31834,'action started via WP Cron','2021-01-19 08:02:28','2021-01-19 03:02:28'),
(83012,31834,'action complete via WP Cron','2021-01-19 08:02:28','2021-01-19 03:02:28'),
(83013,31835,'action created','2021-01-19 08:02:28','2021-01-19 03:02:28'),
(83014,31835,'action started via WP Cron','2021-01-19 08:03:46','2021-01-19 03:03:46'),
(83015,31835,'action complete via WP Cron','2021-01-19 08:03:46','2021-01-19 03:03:46'),
(83016,31836,'action created','2021-01-19 08:03:46','2021-01-19 03:03:46'),
(83017,31836,'action started via WP Cron','2021-01-19 08:05:46','2021-01-19 03:05:46'),
(83018,31836,'action complete via WP Cron','2021-01-19 08:05:46','2021-01-19 03:05:46'),
(83019,31837,'action created','2021-01-19 08:05:46','2021-01-19 03:05:46'),
(83020,31837,'action started via WP Cron','2021-01-19 08:06:47','2021-01-19 03:06:47'),
(83021,31837,'action complete via WP Cron','2021-01-19 08:06:47','2021-01-19 03:06:47'),
(83022,31838,'action created','2021-01-19 08:06:47','2021-01-19 03:06:47'),
(83023,31838,'action started via WP Cron','2021-01-19 08:07:16','2021-01-19 03:07:16'),
(83024,31838,'action complete via WP Cron','2021-01-19 08:07:16','2021-01-19 03:07:16'),
(83025,31839,'action created','2021-01-19 08:07:16','2021-01-19 03:07:16'),
(83026,31839,'action started via WP Cron','2021-01-19 08:08:12','2021-01-19 03:08:12'),
(83027,31839,'action complete via WP Cron','2021-01-19 08:08:12','2021-01-19 03:08:12'),
(83028,31840,'action created','2021-01-19 08:08:12','2021-01-19 03:08:12'),
(83029,31840,'action started via WP Cron','2021-01-19 08:09:25','2021-01-19 03:09:25'),
(83030,31840,'action complete via WP Cron','2021-01-19 08:09:25','2021-01-19 03:09:25'),
(83031,31841,'action created','2021-01-19 08:09:25','2021-01-19 03:09:25'),
(83032,31841,'action started via WP Cron','2021-01-19 08:10:50','2021-01-19 03:10:50'),
(83033,31841,'action complete via WP Cron','2021-01-19 08:10:50','2021-01-19 03:10:50'),
(83034,31842,'action created','2021-01-19 08:10:50','2021-01-19 03:10:50'),
(83035,31842,'action started via WP Cron','2021-01-19 08:11:23','2021-01-19 03:11:23'),
(83036,31842,'action complete via WP Cron','2021-01-19 08:11:23','2021-01-19 03:11:23'),
(83037,31843,'action created','2021-01-19 08:11:23','2021-01-19 03:11:23'),
(83038,31843,'action started via WP Cron','2021-01-19 08:12:52','2021-01-19 03:12:52'),
(83039,31843,'action complete via WP Cron','2021-01-19 08:12:52','2021-01-19 03:12:52'),
(83040,31844,'action created','2021-01-19 08:12:53','2021-01-19 03:12:53'),
(83041,31844,'action started via WP Cron','2021-01-19 08:13:17','2021-01-19 03:13:17'),
(83042,31844,'action complete via WP Cron','2021-01-19 08:13:18','2021-01-19 03:13:18'),
(83043,31845,'action created','2021-01-19 08:13:18','2021-01-19 03:13:18'),
(83044,31845,'action started via WP Cron','2021-01-19 08:14:36','2021-01-19 03:14:36'),
(83045,31845,'action complete via WP Cron','2021-01-19 08:14:36','2021-01-19 03:14:36'),
(83046,31846,'action created','2021-01-19 08:14:36','2021-01-19 03:14:36'),
(83047,31846,'action started via WP Cron','2021-01-19 08:15:19','2021-01-19 03:15:19'),
(83048,31846,'action complete via WP Cron','2021-01-19 08:15:19','2021-01-19 03:15:19'),
(83049,31847,'action created','2021-01-19 08:15:19','2021-01-19 03:15:19'),
(83050,31847,'action started via WP Cron','2021-01-19 08:16:25','2021-01-19 03:16:25'),
(83051,31847,'action complete via WP Cron','2021-01-19 08:16:25','2021-01-19 03:16:25'),
(83052,31848,'action created','2021-01-19 08:16:25','2021-01-19 03:16:25'),
(83053,31848,'action started via WP Cron','2021-01-19 08:17:47','2021-01-19 03:17:47'),
(83054,31848,'action complete via WP Cron','2021-01-19 08:17:47','2021-01-19 03:17:47'),
(83055,31849,'action created','2021-01-19 08:17:47','2021-01-19 03:17:47'),
(83056,31849,'action started via WP Cron','2021-01-19 08:18:25','2021-01-19 03:18:25'),
(83057,31849,'action complete via WP Cron','2021-01-19 08:18:25','2021-01-19 03:18:25'),
(83058,31850,'action created','2021-01-19 08:18:25','2021-01-19 03:18:25'),
(83059,31850,'action started via WP Cron','2021-01-19 08:19:41','2021-01-19 03:19:41'),
(83060,31850,'action complete via WP Cron','2021-01-19 08:19:41','2021-01-19 03:19:41'),
(83061,31851,'action created','2021-01-19 08:19:41','2021-01-19 03:19:41'),
(83062,31851,'action started via WP Cron','2021-01-19 08:20:45','2021-01-19 03:20:45'),
(83063,31851,'action complete via WP Cron','2021-01-19 08:20:45','2021-01-19 03:20:45'),
(83064,31852,'action created','2021-01-19 08:20:45','2021-01-19 03:20:45'),
(83065,31852,'action started via WP Cron','2021-01-19 08:21:16','2021-01-19 03:21:16'),
(83066,31852,'action complete via WP Cron','2021-01-19 08:21:16','2021-01-19 03:21:16'),
(83067,31853,'action created','2021-01-19 08:21:16','2021-01-19 03:21:16'),
(83068,31853,'action started via WP Cron','2021-01-19 08:22:53','2021-01-19 03:22:53'),
(83069,31853,'action complete via WP Cron','2021-01-19 08:22:53','2021-01-19 03:22:53'),
(83070,31854,'action created','2021-01-19 08:22:53','2021-01-19 03:22:53'),
(83071,31854,'action started via WP Cron','2021-01-19 08:24:03','2021-01-19 03:24:03'),
(83072,31854,'action complete via WP Cron','2021-01-19 08:24:03','2021-01-19 03:24:03'),
(83073,31855,'action created','2021-01-19 08:24:03','2021-01-19 03:24:03'),
(83074,31855,'action started via WP Cron','2021-01-19 08:24:59','2021-01-19 03:24:59'),
(83075,31855,'action complete via WP Cron','2021-01-19 08:24:59','2021-01-19 03:24:59'),
(83076,31856,'action created','2021-01-19 08:24:59','2021-01-19 03:24:59'),
(83077,31856,'action started via WP Cron','2021-01-19 08:25:31','2021-01-19 03:25:31'),
(83078,31856,'action complete via WP Cron','2021-01-19 08:25:31','2021-01-19 03:25:31'),
(83079,31857,'action created','2021-01-19 08:25:31','2021-01-19 03:25:31'),
(83080,31857,'action started via WP Cron','2021-01-19 08:26:31','2021-01-19 03:26:31'),
(83081,31857,'action complete via WP Cron','2021-01-19 08:26:31','2021-01-19 03:26:31'),
(83082,31858,'action created','2021-01-19 08:26:31','2021-01-19 03:26:31'),
(83083,31858,'action started via WP Cron','2021-01-19 08:27:35','2021-01-19 03:27:35'),
(83084,31858,'action complete via WP Cron','2021-01-19 08:27:36','2021-01-19 03:27:36'),
(83085,31859,'action created','2021-01-19 08:27:36','2021-01-19 03:27:36'),
(83086,31859,'action started via WP Cron','2021-01-19 08:28:11','2021-01-19 03:28:11'),
(83087,31859,'action complete via WP Cron','2021-01-19 08:28:11','2021-01-19 03:28:11'),
(83088,31860,'action created','2021-01-19 08:28:11','2021-01-19 03:28:11'),
(83089,31860,'action started via WP Cron','2021-01-19 08:30:30','2021-01-19 03:30:30'),
(83090,31860,'action complete via WP Cron','2021-01-19 08:30:30','2021-01-19 03:30:30'),
(83091,31861,'action created','2021-01-19 08:30:30','2021-01-19 03:30:30'),
(83092,31861,'action started via WP Cron','2021-01-19 08:31:57','2021-01-19 03:31:57'),
(83093,31861,'action complete via WP Cron','2021-01-19 08:31:57','2021-01-19 03:31:57'),
(83094,31862,'action created','2021-01-19 08:31:57','2021-01-19 03:31:57'),
(83095,31862,'action started via WP Cron','2021-01-19 08:32:47','2021-01-19 03:32:47'),
(83096,31862,'action complete via WP Cron','2021-01-19 08:32:47','2021-01-19 03:32:47'),
(83097,31863,'action created','2021-01-19 08:32:47','2021-01-19 03:32:47'),
(83098,31863,'action started via WP Cron','2021-01-19 08:34:36','2021-01-19 03:34:36'),
(83099,31863,'action complete via WP Cron','2021-01-19 08:34:36','2021-01-19 03:34:36'),
(83100,31864,'action created','2021-01-19 08:34:36','2021-01-19 03:34:36'),
(83101,31864,'action started via WP Cron','2021-01-19 08:35:37','2021-01-19 03:35:37'),
(83102,31864,'action complete via WP Cron','2021-01-19 08:35:37','2021-01-19 03:35:37'),
(83103,31865,'action created','2021-01-19 08:35:37','2021-01-19 03:35:37'),
(83104,31865,'action started via WP Cron','2021-01-19 08:36:25','2021-01-19 03:36:25'),
(83105,31865,'action complete via WP Cron','2021-01-19 08:36:25','2021-01-19 03:36:25'),
(83106,31866,'action created','2021-01-19 08:36:25','2021-01-19 03:36:25'),
(83107,31866,'action started via WP Cron','2021-01-19 08:39:45','2021-01-19 03:39:45'),
(83108,31866,'action complete via WP Cron','2021-01-19 08:39:45','2021-01-19 03:39:45'),
(83109,31867,'action created','2021-01-19 08:39:45','2021-01-19 03:39:45'),
(83110,31867,'action started via WP Cron','2021-01-19 08:41:16','2021-01-19 03:41:16'),
(83111,31867,'action complete via WP Cron','2021-01-19 08:41:16','2021-01-19 03:41:16'),
(83112,31868,'action created','2021-01-19 08:41:16','2021-01-19 03:41:16'),
(83113,31868,'action started via WP Cron','2021-01-19 08:42:36','2021-01-19 03:42:36'),
(83114,31868,'action complete via WP Cron','2021-01-19 08:42:37','2021-01-19 03:42:37'),
(83115,31869,'action created','2021-01-19 08:42:37','2021-01-19 03:42:37'),
(83116,31869,'action started via WP Cron','2021-01-19 08:43:24','2021-01-19 03:43:24'),
(83117,31869,'action complete via WP Cron','2021-01-19 08:43:24','2021-01-19 03:43:24'),
(83118,31870,'action created','2021-01-19 08:43:24','2021-01-19 03:43:24'),
(83119,31870,'action started via WP Cron','2021-01-19 08:44:13','2021-01-19 03:44:13'),
(83120,31870,'action complete via WP Cron','2021-01-19 08:44:13','2021-01-19 03:44:13'),
(83121,31871,'action created','2021-01-19 08:44:13','2021-01-19 03:44:13'),
(83122,31871,'action started via WP Cron','2021-01-19 08:45:14','2021-01-19 03:45:14'),
(83123,31871,'action complete via WP Cron','2021-01-19 08:45:14','2021-01-19 03:45:14'),
(83124,31872,'action created','2021-01-19 08:45:14','2021-01-19 03:45:14'),
(83125,31872,'action started via WP Cron','2021-01-19 08:47:08','2021-01-19 03:47:08'),
(83126,31872,'action complete via WP Cron','2021-01-19 08:47:08','2021-01-19 03:47:08'),
(83127,31873,'action created','2021-01-19 08:47:08','2021-01-19 03:47:08'),
(83128,31873,'action started via WP Cron','2021-01-19 08:49:00','2021-01-19 03:49:00'),
(83129,31873,'action complete via WP Cron','2021-01-19 08:49:00','2021-01-19 03:49:00'),
(83130,31874,'action created','2021-01-19 08:49:00','2021-01-19 03:49:00'),
(83131,31874,'action started via WP Cron','2021-01-19 08:49:15','2021-01-19 03:49:15'),
(83132,31874,'action complete via WP Cron','2021-01-19 08:49:15','2021-01-19 03:49:15'),
(83133,31875,'action created','2021-01-19 08:49:15','2021-01-19 03:49:15'),
(83134,31875,'action started via WP Cron','2021-01-19 08:51:16','2021-01-19 03:51:16'),
(83135,31875,'action complete via WP Cron','2021-01-19 08:51:16','2021-01-19 03:51:16'),
(83136,31876,'action created','2021-01-19 08:51:16','2021-01-19 03:51:16'),
(83137,31876,'action started via WP Cron','2021-01-19 08:52:19','2021-01-19 03:52:19'),
(83138,31876,'action complete via WP Cron','2021-01-19 08:52:19','2021-01-19 03:52:19'),
(83139,31877,'action created','2021-01-19 08:52:19','2021-01-19 03:52:19'),
(83140,31877,'action started via WP Cron','2021-01-19 08:53:29','2021-01-19 03:53:29'),
(83141,31877,'action complete via WP Cron','2021-01-19 08:53:29','2021-01-19 03:53:29'),
(83142,31878,'action created','2021-01-19 08:53:29','2021-01-19 03:53:29'),
(83143,31878,'action started via WP Cron','2021-01-19 08:55:01','2021-01-19 03:55:01'),
(83144,31878,'action complete via WP Cron','2021-01-19 08:55:01','2021-01-19 03:55:01'),
(83145,31879,'action created','2021-01-19 08:55:02','2021-01-19 03:55:02'),
(83146,31879,'action started via WP Cron','2021-01-19 08:55:18','2021-01-19 03:55:18'),
(83147,31879,'action complete via WP Cron','2021-01-19 08:55:18','2021-01-19 03:55:18'),
(83148,31880,'action created','2021-01-19 08:55:18','2021-01-19 03:55:18'),
(83149,31880,'action started via WP Cron','2021-01-19 08:56:25','2021-01-19 03:56:25'),
(83150,31880,'action complete via WP Cron','2021-01-19 08:56:25','2021-01-19 03:56:25'),
(83151,31881,'action created','2021-01-19 08:56:25','2021-01-19 03:56:25'),
(83152,31881,'action started via WP Cron','2021-01-19 08:57:33','2021-01-19 03:57:33'),
(83153,31881,'action complete via WP Cron','2021-01-19 08:57:33','2021-01-19 03:57:33'),
(83154,31882,'action created','2021-01-19 08:57:33','2021-01-19 03:57:33'),
(83155,31882,'action started via WP Cron','2021-01-19 08:58:37','2021-01-19 03:58:37'),
(83156,31882,'action complete via WP Cron','2021-01-19 08:58:37','2021-01-19 03:58:37'),
(83157,31883,'action created','2021-01-19 08:58:37','2021-01-19 03:58:37'),
(83158,31883,'action started via WP Cron','2021-01-19 08:59:39','2021-01-19 03:59:39'),
(83159,31883,'action complete via WP Cron','2021-01-19 08:59:39','2021-01-19 03:59:39'),
(83160,31884,'action created','2021-01-19 08:59:39','2021-01-19 03:59:39'),
(83161,31884,'action started via WP Cron','2021-01-19 09:02:18','2021-01-19 04:02:18'),
(83162,31884,'action complete via WP Cron','2021-01-19 09:02:18','2021-01-19 04:02:18'),
(83163,31885,'action created','2021-01-19 09:02:18','2021-01-19 04:02:18'),
(83164,31885,'action started via WP Cron','2021-01-19 09:05:29','2021-01-19 04:05:29'),
(83165,31885,'action complete via WP Cron','2021-01-19 09:05:29','2021-01-19 04:05:29'),
(83166,31886,'action created','2021-01-19 09:05:29','2021-01-19 04:05:29'),
(83167,31886,'action started via WP Cron','2021-01-19 09:08:01','2021-01-19 04:08:01'),
(83168,31886,'action complete via WP Cron','2021-01-19 09:08:01','2021-01-19 04:08:01'),
(83169,31887,'action created','2021-01-19 09:08:01','2021-01-19 04:08:01'),
(83170,31887,'action started via WP Cron','2021-01-19 09:09:00','2021-01-19 04:09:00'),
(83171,31887,'action complete via WP Cron','2021-01-19 09:09:00','2021-01-19 04:09:00'),
(83172,31888,'action created','2021-01-19 09:09:01','2021-01-19 04:09:01'),
(83173,31888,'action started via WP Cron','2021-01-19 09:09:42','2021-01-19 04:09:42'),
(83174,31888,'action complete via WP Cron','2021-01-19 09:09:42','2021-01-19 04:09:42'),
(83175,31889,'action created','2021-01-19 09:09:42','2021-01-19 04:09:42'),
(83176,31889,'action started via WP Cron','2021-01-19 09:11:23','2021-01-19 04:11:23'),
(83177,31889,'action complete via WP Cron','2021-01-19 09:11:23','2021-01-19 04:11:23'),
(83178,31890,'action created','2021-01-19 09:11:23','2021-01-19 04:11:23'),
(83179,31890,'action started via WP Cron','2021-01-19 09:12:46','2021-01-19 04:12:46'),
(83180,31890,'action complete via WP Cron','2021-01-19 09:12:46','2021-01-19 04:12:46'),
(83181,31891,'action created','2021-01-19 09:12:46','2021-01-19 04:12:46'),
(83182,31891,'action started via WP Cron','2021-01-19 09:13:36','2021-01-19 04:13:36'),
(83183,31891,'action complete via WP Cron','2021-01-19 09:13:36','2021-01-19 04:13:36'),
(83184,31892,'action created','2021-01-19 09:13:36','2021-01-19 04:13:36'),
(83185,31892,'action started via WP Cron','2021-01-19 09:14:15','2021-01-19 04:14:15'),
(83186,31892,'action complete via WP Cron','2021-01-19 09:14:15','2021-01-19 04:14:15'),
(83187,31893,'action created','2021-01-19 09:14:15','2021-01-19 04:14:15'),
(83188,31893,'action started via WP Cron','2021-01-19 09:15:15','2021-01-19 04:15:15'),
(83189,31893,'action complete via WP Cron','2021-01-19 09:15:15','2021-01-19 04:15:15'),
(83190,31894,'action created','2021-01-19 09:15:15','2021-01-19 04:15:15'),
(83191,31894,'action started via WP Cron','2021-01-19 09:16:18','2021-01-19 04:16:18'),
(83192,31894,'action complete via WP Cron','2021-01-19 09:16:18','2021-01-19 04:16:18'),
(83193,31895,'action created','2021-01-19 09:16:19','2021-01-19 04:16:19'),
(83194,31895,'action started via WP Cron','2021-01-19 09:17:30','2021-01-19 04:17:30'),
(83195,31895,'action complete via WP Cron','2021-01-19 09:17:30','2021-01-19 04:17:30'),
(83196,31896,'action created','2021-01-19 09:17:30','2021-01-19 04:17:30'),
(83197,31896,'action started via WP Cron','2021-01-19 09:20:08','2021-01-19 04:20:08'),
(83198,31896,'action complete via WP Cron','2021-01-19 09:20:08','2021-01-19 04:20:08'),
(83199,31897,'action created','2021-01-19 09:20:09','2021-01-19 04:20:09'),
(83200,31897,'action started via WP Cron','2021-01-19 09:20:41','2021-01-19 04:20:41'),
(83201,31897,'action complete via WP Cron','2021-01-19 09:20:41','2021-01-19 04:20:41'),
(83202,31898,'action created','2021-01-19 09:20:41','2021-01-19 04:20:41'),
(83203,31898,'action started via WP Cron','2021-01-19 09:22:43','2021-01-19 04:22:43'),
(83204,31898,'action complete via WP Cron','2021-01-19 09:22:43','2021-01-19 04:22:43'),
(83205,31899,'action created','2021-01-19 09:22:43','2021-01-19 04:22:43'),
(83206,31899,'action started via WP Cron','2021-01-19 09:23:53','2021-01-19 04:23:53'),
(83207,31899,'action complete via WP Cron','2021-01-19 09:23:53','2021-01-19 04:23:53'),
(83208,31900,'action created','2021-01-19 09:23:53','2021-01-19 04:23:53'),
(83209,31900,'action started via WP Cron','2021-01-19 09:24:54','2021-01-19 04:24:54'),
(83210,31900,'action complete via WP Cron','2021-01-19 09:24:54','2021-01-19 04:24:54'),
(83211,31901,'action created','2021-01-19 09:24:54','2021-01-19 04:24:54'),
(83212,31901,'action started via WP Cron','2021-01-19 09:25:26','2021-01-19 04:25:26'),
(83213,31901,'action complete via WP Cron','2021-01-19 09:25:26','2021-01-19 04:25:26'),
(83214,31902,'action created','2021-01-19 09:25:26','2021-01-19 04:25:26'),
(83215,31902,'action started via WP Cron','2021-01-19 09:26:28','2021-01-19 04:26:28'),
(83216,31902,'action complete via WP Cron','2021-01-19 09:26:28','2021-01-19 04:26:28'),
(83217,31903,'action created','2021-01-19 09:26:28','2021-01-19 04:26:28'),
(83218,31903,'action started via WP Cron','2021-01-19 09:27:19','2021-01-19 04:27:19'),
(83219,31903,'action complete via WP Cron','2021-01-19 09:27:19','2021-01-19 04:27:19'),
(83220,31904,'action created','2021-01-19 09:27:19','2021-01-19 04:27:19'),
(83221,31904,'action started via WP Cron','2021-01-19 09:29:22','2021-01-19 04:29:22'),
(83222,31904,'action complete via WP Cron','2021-01-19 09:29:22','2021-01-19 04:29:22'),
(83223,31905,'action created','2021-01-19 09:29:22','2021-01-19 04:29:22'),
(83224,31905,'action started via WP Cron','2021-01-19 09:30:12','2021-01-19 04:30:12'),
(83225,31905,'action complete via WP Cron','2021-01-19 09:30:12','2021-01-19 04:30:12'),
(83226,31906,'action created','2021-01-19 09:31:05','2021-01-19 04:31:05'),
(83227,31906,'action started via WP Cron','2021-01-19 09:31:22','2021-01-19 04:31:22'),
(83228,31906,'action complete via WP Cron','2021-01-19 09:31:23','2021-01-19 04:31:23'),
(83229,31907,'action created','2021-01-19 09:31:23','2021-01-19 04:31:23'),
(83230,31907,'action started via WP Cron','2021-01-19 09:33:10','2021-01-19 04:33:10'),
(83231,31907,'action complete via WP Cron','2021-01-19 09:33:10','2021-01-19 04:33:10'),
(83232,31908,'action created','2021-01-19 09:33:10','2021-01-19 04:33:10'),
(83233,31908,'action started via WP Cron','2021-01-19 09:34:15','2021-01-19 04:34:15'),
(83234,31908,'action complete via WP Cron','2021-01-19 09:34:15','2021-01-19 04:34:15'),
(83235,31909,'action created','2021-01-19 09:34:15','2021-01-19 04:34:15'),
(83236,31909,'action started via WP Cron','2021-01-19 09:35:18','2021-01-19 04:35:18'),
(83237,31909,'action complete via WP Cron','2021-01-19 09:35:18','2021-01-19 04:35:18'),
(83238,31910,'action created','2021-01-19 09:35:18','2021-01-19 04:35:18'),
(83239,31910,'action started via WP Cron','2021-01-19 09:36:42','2021-01-19 04:36:42'),
(83240,31910,'action complete via WP Cron','2021-01-19 09:36:42','2021-01-19 04:36:42'),
(83241,31911,'action created','2021-01-19 09:36:42','2021-01-19 04:36:42'),
(83242,31911,'action started via WP Cron','2021-01-19 09:38:14','2021-01-19 04:38:14'),
(83243,31911,'action complete via WP Cron','2021-01-19 09:38:14','2021-01-19 04:38:14'),
(83244,31912,'action created','2021-01-19 09:38:15','2021-01-19 04:38:15'),
(83245,31912,'action started via WP Cron','2021-01-19 09:39:47','2021-01-19 04:39:47'),
(83246,31912,'action complete via WP Cron','2021-01-19 09:39:47','2021-01-19 04:39:47'),
(83247,31913,'action created','2021-01-19 09:39:47','2021-01-19 04:39:47'),
(83248,31913,'action started via WP Cron','2021-01-19 09:41:05','2021-01-19 04:41:05'),
(83249,31913,'action complete via WP Cron','2021-01-19 09:41:05','2021-01-19 04:41:05'),
(83250,31914,'action created','2021-01-19 09:41:05','2021-01-19 04:41:05'),
(83251,31914,'action started via WP Cron','2021-01-19 09:42:53','2021-01-19 04:42:53'),
(83252,31914,'action complete via WP Cron','2021-01-19 09:42:53','2021-01-19 04:42:53'),
(83253,31915,'action created','2021-01-19 09:42:53','2021-01-19 04:42:53'),
(83254,31915,'action started via WP Cron','2021-01-19 09:43:26','2021-01-19 04:43:26'),
(83255,31915,'action complete via WP Cron','2021-01-19 09:43:26','2021-01-19 04:43:26'),
(83256,31916,'action created','2021-01-19 09:43:26','2021-01-19 04:43:26'),
(83257,31916,'action started via WP Cron','2021-01-19 09:45:50','2021-01-19 04:45:50'),
(83258,31916,'action complete via WP Cron','2021-01-19 09:45:50','2021-01-19 04:45:50'),
(83259,31917,'action created','2021-01-19 09:45:50','2021-01-19 04:45:50'),
(83260,31917,'action started via WP Cron','2021-01-19 09:47:31','2021-01-19 04:47:31'),
(83261,31917,'action complete via WP Cron','2021-01-19 09:47:31','2021-01-19 04:47:31'),
(83262,31918,'action created','2021-01-19 09:47:31','2021-01-19 04:47:31'),
(83263,31918,'action started via WP Cron','2021-01-19 09:48:24','2021-01-19 04:48:24'),
(83264,31918,'action complete via WP Cron','2021-01-19 09:48:24','2021-01-19 04:48:24'),
(83265,31919,'action created','2021-01-19 09:48:25','2021-01-19 04:48:25'),
(83266,31919,'action started via WP Cron','2021-01-19 09:50:18','2021-01-19 04:50:18'),
(83267,31919,'action complete via WP Cron','2021-01-19 09:50:18','2021-01-19 04:50:18'),
(83268,31920,'action created','2021-01-19 09:50:18','2021-01-19 04:50:18'),
(83269,31920,'action started via WP Cron','2021-01-19 09:52:05','2021-01-19 04:52:05'),
(83270,31920,'action complete via WP Cron','2021-01-19 09:52:05','2021-01-19 04:52:05'),
(83271,31921,'action created','2021-01-19 09:52:05','2021-01-19 04:52:05'),
(83272,31921,'action started via WP Cron','2021-01-19 09:52:16','2021-01-19 04:52:16'),
(83273,31921,'action complete via WP Cron','2021-01-19 09:52:16','2021-01-19 04:52:16'),
(83274,31922,'action created','2021-01-19 09:52:16','2021-01-19 04:52:16'),
(83275,31922,'action started via WP Cron','2021-01-19 09:53:14','2021-01-19 04:53:14'),
(83276,31922,'action complete via WP Cron','2021-01-19 09:53:14','2021-01-19 04:53:14'),
(83277,31923,'action created','2021-01-19 09:53:14','2021-01-19 04:53:14'),
(83278,31923,'action started via WP Cron','2021-01-19 09:54:54','2021-01-19 04:54:54'),
(83279,31923,'action complete via WP Cron','2021-01-19 09:54:54','2021-01-19 04:54:54'),
(83280,31924,'action created','2021-01-19 09:54:54','2021-01-19 04:54:54'),
(83281,31924,'action started via WP Cron','2021-01-19 09:55:48','2021-01-19 04:55:48'),
(83282,31924,'action complete via WP Cron','2021-01-19 09:55:48','2021-01-19 04:55:48'),
(83283,31925,'action created','2021-01-19 09:55:48','2021-01-19 04:55:48'),
(83284,31925,'action started via WP Cron','2021-01-19 09:57:18','2021-01-19 04:57:18'),
(83285,31925,'action complete via WP Cron','2021-01-19 09:57:18','2021-01-19 04:57:18'),
(83286,31926,'action created','2021-01-19 09:57:18','2021-01-19 04:57:18'),
(83287,31926,'action started via WP Cron','2021-01-19 09:58:33','2021-01-19 04:58:33'),
(83288,31926,'action complete via WP Cron','2021-01-19 09:58:33','2021-01-19 04:58:33'),
(83289,31927,'action created','2021-01-19 09:58:33','2021-01-19 04:58:33'),
(83290,31927,'action started via WP Cron','2021-01-19 09:59:38','2021-01-19 04:59:38'),
(83291,31927,'action complete via WP Cron','2021-01-19 09:59:38','2021-01-19 04:59:38'),
(83292,31928,'action created','2021-01-19 09:59:38','2021-01-19 04:59:38'),
(83293,31928,'action started via WP Cron','2021-01-19 10:00:16','2021-01-19 05:00:16'),
(83294,31928,'action complete via WP Cron','2021-01-19 10:00:16','2021-01-19 05:00:16'),
(83295,31929,'action created','2021-01-19 10:00:17','2021-01-19 05:00:17'),
(83296,31929,'action started via WP Cron','2021-01-19 10:01:19','2021-01-19 05:01:19'),
(83297,31929,'action complete via WP Cron','2021-01-19 10:01:19','2021-01-19 05:01:19'),
(83298,31930,'action created','2021-01-19 10:01:19','2021-01-19 05:01:19'),
(83299,31930,'action started via WP Cron','2021-01-19 10:03:17','2021-01-19 05:03:17'),
(83300,31930,'action complete via WP Cron','2021-01-19 10:03:17','2021-01-19 05:03:17'),
(83301,31931,'action created','2021-01-19 10:03:17','2021-01-19 05:03:17'),
(83302,31931,'action started via WP Cron','2021-01-19 10:04:33','2021-01-19 05:04:33'),
(83303,31931,'action complete via WP Cron','2021-01-19 10:04:33','2021-01-19 05:04:33'),
(83304,31932,'action created','2021-01-19 10:04:33','2021-01-19 05:04:33'),
(83305,31932,'action started via WP Cron','2021-01-19 10:07:08','2021-01-19 05:07:08'),
(83306,31932,'action complete via WP Cron','2021-01-19 10:07:08','2021-01-19 05:07:08'),
(83307,31933,'action created','2021-01-19 10:07:08','2021-01-19 05:07:08'),
(83308,31933,'action started via WP Cron','2021-01-19 10:07:20','2021-01-19 05:07:20'),
(83309,31933,'action complete via WP Cron','2021-01-19 10:07:20','2021-01-19 05:07:20'),
(83310,31934,'action created','2021-01-19 10:07:20','2021-01-19 05:07:20'),
(83311,31934,'action started via WP Cron','2021-01-19 10:09:32','2021-01-19 05:09:32'),
(83312,31934,'action complete via WP Cron','2021-01-19 10:09:32','2021-01-19 05:09:32'),
(83313,31935,'action created','2021-01-19 10:09:32','2021-01-19 05:09:32'),
(83314,31935,'action started via WP Cron','2021-01-19 10:11:49','2021-01-19 05:11:49'),
(83315,31935,'action complete via WP Cron','2021-01-19 10:11:49','2021-01-19 05:11:49'),
(83316,31936,'action created','2021-01-19 10:11:49','2021-01-19 05:11:49'),
(83317,31936,'action started via WP Cron','2021-01-19 10:12:20','2021-01-19 05:12:20'),
(83318,31936,'action complete via WP Cron','2021-01-19 10:12:20','2021-01-19 05:12:20'),
(83319,31937,'action created','2021-01-19 10:12:20','2021-01-19 05:12:20'),
(83320,31937,'action started via WP Cron','2021-01-19 10:13:13','2021-01-19 05:13:13'),
(83321,31937,'action complete via WP Cron','2021-01-19 10:13:13','2021-01-19 05:13:13'),
(83322,31938,'action created','2021-01-19 10:13:13','2021-01-19 05:13:13'),
(83323,31938,'action started via WP Cron','2021-01-19 10:14:13','2021-01-19 05:14:13'),
(83324,31938,'action complete via WP Cron','2021-01-19 10:14:13','2021-01-19 05:14:13'),
(83325,31939,'action created','2021-01-19 10:14:13','2021-01-19 05:14:13'),
(83326,31939,'action started via WP Cron','2021-01-19 10:15:46','2021-01-19 05:15:46'),
(83327,31939,'action complete via WP Cron','2021-01-19 10:15:46','2021-01-19 05:15:46'),
(83328,31940,'action created','2021-01-19 10:15:46','2021-01-19 05:15:46'),
(83329,31940,'action started via WP Cron','2021-01-19 10:16:14','2021-01-19 05:16:14'),
(83330,31940,'action complete via WP Cron','2021-01-19 10:16:14','2021-01-19 05:16:14'),
(83331,31941,'action created','2021-01-19 10:16:14','2021-01-19 05:16:14'),
(83332,31941,'action started via WP Cron','2021-01-19 10:17:34','2021-01-19 05:17:34'),
(83333,31941,'action complete via WP Cron','2021-01-19 10:17:34','2021-01-19 05:17:34'),
(83334,31942,'action created','2021-01-19 10:17:34','2021-01-19 05:17:34'),
(83335,31942,'action started via WP Cron','2021-01-19 10:18:22','2021-01-19 05:18:22'),
(83336,31942,'action complete via WP Cron','2021-01-19 10:18:22','2021-01-19 05:18:22'),
(83337,31943,'action created','2021-01-19 10:18:22','2021-01-19 05:18:22'),
(83338,31943,'action started via WP Cron','2021-01-19 10:19:56','2021-01-19 05:19:56'),
(83339,31943,'action complete via WP Cron','2021-01-19 10:19:56','2021-01-19 05:19:56'),
(83340,31944,'action created','2021-01-19 10:19:56','2021-01-19 05:19:56'),
(83341,31944,'action started via WP Cron','2021-01-19 10:20:42','2021-01-19 05:20:42'),
(83342,31944,'action complete via WP Cron','2021-01-19 10:20:42','2021-01-19 05:20:42'),
(83343,31945,'action created','2021-01-19 10:20:42','2021-01-19 05:20:42'),
(83344,31945,'action started via WP Cron','2021-01-19 10:22:01','2021-01-19 05:22:01'),
(83345,31945,'action complete via WP Cron','2021-01-19 10:22:01','2021-01-19 05:22:01'),
(83346,31946,'action created','2021-01-19 10:22:01','2021-01-19 05:22:01'),
(83347,31946,'action started via WP Cron','2021-01-19 10:22:37','2021-01-19 05:22:37'),
(83348,31946,'action complete via WP Cron','2021-01-19 10:22:37','2021-01-19 05:22:37'),
(83349,31947,'action created','2021-01-19 10:22:37','2021-01-19 05:22:37'),
(83350,31947,'action started via WP Cron','2021-01-19 10:23:26','2021-01-19 05:23:26'),
(83351,31947,'action complete via WP Cron','2021-01-19 10:23:26','2021-01-19 05:23:26'),
(83352,31948,'action created','2021-01-19 10:23:26','2021-01-19 05:23:26'),
(83353,31948,'action started via WP Cron','2021-01-19 10:25:04','2021-01-19 05:25:04'),
(83354,31948,'action complete via WP Cron','2021-01-19 10:25:04','2021-01-19 05:25:04'),
(83355,31949,'action created','2021-01-19 10:25:04','2021-01-19 05:25:04'),
(83356,31949,'action started via WP Cron','2021-01-19 10:27:23','2021-01-19 05:27:23'),
(83357,31949,'action complete via WP Cron','2021-01-19 10:27:23','2021-01-19 05:27:23'),
(83358,31950,'action created','2021-01-19 10:27:23','2021-01-19 05:27:23'),
(83359,31950,'action started via WP Cron','2021-01-19 10:29:15','2021-01-19 05:29:15'),
(83360,31950,'action complete via WP Cron','2021-01-19 10:29:15','2021-01-19 05:29:15'),
(83361,31951,'action created','2021-01-19 10:29:15','2021-01-19 05:29:15'),
(83362,31951,'action started via WP Cron','2021-01-19 10:31:51','2021-01-19 05:31:51'),
(83363,31951,'action complete via WP Cron','2021-01-19 10:31:51','2021-01-19 05:31:51'),
(83364,31952,'action created','2021-01-19 10:31:51','2021-01-19 05:31:51'),
(83365,31952,'action started via WP Cron','2021-01-19 10:33:40','2021-01-19 05:33:40'),
(83366,31952,'action complete via WP Cron','2021-01-19 10:33:40','2021-01-19 05:33:40'),
(83367,31953,'action created','2021-01-19 10:33:40','2021-01-19 05:33:40'),
(83368,31953,'action started via WP Cron','2021-01-19 10:34:43','2021-01-19 05:34:43'),
(83369,31953,'action complete via WP Cron','2021-01-19 10:34:43','2021-01-19 05:34:43'),
(83370,31954,'action created','2021-01-19 10:34:44','2021-01-19 05:34:44'),
(83371,31954,'action started via WP Cron','2021-01-19 10:36:35','2021-01-19 05:36:35'),
(83372,31954,'action complete via WP Cron','2021-01-19 10:36:35','2021-01-19 05:36:35'),
(83373,31955,'action created','2021-01-19 10:36:35','2021-01-19 05:36:35'),
(83374,31955,'action started via WP Cron','2021-01-19 10:37:11','2021-01-19 05:37:11'),
(83375,31955,'action complete via WP Cron','2021-01-19 10:37:11','2021-01-19 05:37:11'),
(83376,31956,'action created','2021-01-19 10:37:11','2021-01-19 05:37:11'),
(83377,31956,'action started via WP Cron','2021-01-19 10:39:36','2021-01-19 05:39:36'),
(83378,31956,'action complete via WP Cron','2021-01-19 10:39:36','2021-01-19 05:39:36'),
(83379,31957,'action created','2021-01-19 10:39:36','2021-01-19 05:39:36'),
(83380,31957,'action started via WP Cron','2021-01-19 10:41:36','2021-01-19 05:41:36'),
(83381,31957,'action complete via WP Cron','2021-01-19 10:41:36','2021-01-19 05:41:36'),
(83382,31958,'action created','2021-01-19 10:41:36','2021-01-19 05:41:36'),
(83383,31958,'action started via WP Cron','2021-01-19 10:42:19','2021-01-19 05:42:19'),
(83384,31958,'action complete via WP Cron','2021-01-19 10:42:19','2021-01-19 05:42:19'),
(83385,31959,'action created','2021-01-19 10:42:19','2021-01-19 05:42:19'),
(83386,31959,'action started via WP Cron','2021-01-19 10:43:19','2021-01-19 05:43:19'),
(83387,31959,'action complete via WP Cron','2021-01-19 10:43:19','2021-01-19 05:43:19'),
(83388,31960,'action created','2021-01-19 10:43:19','2021-01-19 05:43:19'),
(83389,31960,'action started via WP Cron','2021-01-19 10:44:32','2021-01-19 05:44:32'),
(83390,31960,'action complete via WP Cron','2021-01-19 10:44:32','2021-01-19 05:44:32'),
(83391,31961,'action created','2021-01-19 10:44:32','2021-01-19 05:44:32'),
(83392,31961,'action started via WP Cron','2021-01-19 10:46:58','2021-01-19 05:46:58'),
(83393,31961,'action complete via WP Cron','2021-01-19 10:46:58','2021-01-19 05:46:58'),
(83394,31962,'action created','2021-01-19 10:46:58','2021-01-19 05:46:58'),
(83395,31962,'action started via WP Cron','2021-01-19 10:47:23','2021-01-19 05:47:23'),
(83396,31962,'action complete via WP Cron','2021-01-19 10:47:23','2021-01-19 05:47:23'),
(83397,31963,'action created','2021-01-19 10:47:23','2021-01-19 05:47:23'),
(83398,31963,'action started via WP Cron','2021-01-19 10:48:43','2021-01-19 05:48:43'),
(83399,31963,'action complete via WP Cron','2021-01-19 10:48:43','2021-01-19 05:48:43'),
(83400,31964,'action created','2021-01-19 10:48:43','2021-01-19 05:48:43'),
(83401,31964,'action started via WP Cron','2021-01-19 10:49:27','2021-01-19 05:49:27'),
(83402,31964,'action complete via WP Cron','2021-01-19 10:49:27','2021-01-19 05:49:27'),
(83403,31965,'action created','2021-01-19 10:49:27','2021-01-19 05:49:27'),
(83404,31965,'action started via WP Cron','2021-01-19 10:51:53','2021-01-19 05:51:53'),
(83405,31965,'action complete via WP Cron','2021-01-19 10:51:53','2021-01-19 05:51:53'),
(83406,31966,'action created','2021-01-19 10:51:53','2021-01-19 05:51:53'),
(83407,31966,'action started via WP Cron','2021-01-19 10:53:13','2021-01-19 05:53:13'),
(83408,31966,'action complete via WP Cron','2021-01-19 10:53:13','2021-01-19 05:53:13'),
(83409,31967,'action created','2021-01-19 10:53:13','2021-01-19 05:53:13'),
(83410,31967,'action started via WP Cron','2021-01-19 10:54:15','2021-01-19 05:54:15'),
(83411,31967,'action complete via WP Cron','2021-01-19 10:54:15','2021-01-19 05:54:15'),
(83412,31968,'action created','2021-01-19 10:54:15','2021-01-19 05:54:15'),
(83413,31968,'action started via WP Cron','2021-01-19 10:55:31','2021-01-19 05:55:31'),
(83414,31968,'action complete via WP Cron','2021-01-19 10:55:31','2021-01-19 05:55:31'),
(83415,31969,'action created','2021-01-19 10:55:31','2021-01-19 05:55:31'),
(83416,31969,'action started via WP Cron','2021-01-19 10:56:48','2021-01-19 05:56:48'),
(83417,31969,'action complete via WP Cron','2021-01-19 10:56:48','2021-01-19 05:56:48'),
(83418,31970,'action created','2021-01-19 10:56:48','2021-01-19 05:56:48'),
(83419,31970,'action started via WP Cron','2021-01-19 10:57:27','2021-01-19 05:57:27'),
(83420,31970,'action complete via WP Cron','2021-01-19 10:57:27','2021-01-19 05:57:27'),
(83421,31971,'action created','2021-01-19 10:57:27','2021-01-19 05:57:27'),
(83422,31971,'action started via WP Cron','2021-01-19 10:59:03','2021-01-19 05:59:03'),
(83423,31971,'action complete via WP Cron','2021-01-19 10:59:03','2021-01-19 05:59:03'),
(83424,31972,'action created','2021-01-19 10:59:03','2021-01-19 05:59:03'),
(83425,31972,'action started via WP Cron','2021-01-19 10:59:28','2021-01-19 05:59:28'),
(83426,31972,'action complete via WP Cron','2021-01-19 10:59:28','2021-01-19 05:59:28'),
(83427,31973,'action created','2021-01-19 10:59:28','2021-01-19 05:59:28'),
(83428,31973,'action started via WP Cron','2021-01-19 11:00:21','2021-01-19 06:00:21'),
(83429,31973,'action complete via WP Cron','2021-01-19 11:00:21','2021-01-19 06:00:21'),
(83430,31974,'action created','2021-01-19 11:00:21','2021-01-19 06:00:21'),
(83431,31974,'action started via WP Cron','2021-01-19 11:01:40','2021-01-19 06:01:40'),
(83432,31974,'action complete via WP Cron','2021-01-19 11:01:40','2021-01-19 06:01:40'),
(83433,31975,'action created','2021-01-19 11:01:40','2021-01-19 06:01:40'),
(83434,31975,'action started via WP Cron','2021-01-19 11:02:43','2021-01-19 06:02:43'),
(83435,31975,'action complete via WP Cron','2021-01-19 11:02:43','2021-01-19 06:02:43'),
(83436,31976,'action created','2021-01-19 11:02:43','2021-01-19 06:02:43'),
(83437,31976,'action started via WP Cron','2021-01-19 11:04:10','2021-01-19 06:04:10'),
(83438,31976,'action complete via WP Cron','2021-01-19 11:04:10','2021-01-19 06:04:10'),
(83439,31977,'action created','2021-01-19 11:04:10','2021-01-19 06:04:10'),
(83440,31977,'action started via WP Cron','2021-01-19 11:04:26','2021-01-19 06:04:26'),
(83441,31977,'action complete via WP Cron','2021-01-19 11:04:26','2021-01-19 06:04:26'),
(83442,31978,'action created','2021-01-19 11:04:26','2021-01-19 06:04:26'),
(83443,31978,'action started via WP Cron','2021-01-19 11:06:17','2021-01-19 06:06:17'),
(83444,31978,'action complete via WP Cron','2021-01-19 11:06:17','2021-01-19 06:06:17'),
(83445,31979,'action created','2021-01-19 11:06:17','2021-01-19 06:06:17'),
(83446,31979,'action started via WP Cron','2021-01-19 11:08:41','2021-01-19 06:08:41'),
(83447,31979,'action complete via WP Cron','2021-01-19 11:08:41','2021-01-19 06:08:41'),
(83448,31980,'action created','2021-01-19 11:08:41','2021-01-19 06:08:41'),
(83449,31980,'action started via WP Cron','2021-01-19 11:11:06','2021-01-19 06:11:06'),
(83450,31980,'action complete via WP Cron','2021-01-19 11:11:06','2021-01-19 06:11:06'),
(83451,31981,'action created','2021-01-19 11:11:06','2021-01-19 06:11:06'),
(83452,31981,'action started via WP Cron','2021-01-19 11:11:18','2021-01-19 06:11:18'),
(83453,31981,'action complete via WP Cron','2021-01-19 11:11:18','2021-01-19 06:11:18'),
(83454,31982,'action created','2021-01-19 11:11:18','2021-01-19 06:11:18'),
(83455,31982,'action started via WP Cron','2021-01-19 11:12:28','2021-01-19 06:12:28'),
(83456,31982,'action complete via WP Cron','2021-01-19 11:12:28','2021-01-19 06:12:28'),
(83457,31983,'action created','2021-01-19 11:12:28','2021-01-19 06:12:28'),
(83458,31983,'action started via WP Cron','2021-01-19 11:13:20','2021-01-19 06:13:20'),
(83459,31983,'action complete via WP Cron','2021-01-19 11:13:20','2021-01-19 06:13:20'),
(83460,31984,'action created','2021-01-19 11:13:20','2021-01-19 06:13:20'),
(83461,31984,'action started via WP Cron','2021-01-19 11:14:13','2021-01-19 06:14:13'),
(83462,31984,'action complete via WP Cron','2021-01-19 11:14:13','2021-01-19 06:14:13'),
(83463,31985,'action created','2021-01-19 11:14:13','2021-01-19 06:14:13'),
(83464,31985,'action started via WP Cron','2021-01-19 11:16:10','2021-01-19 06:16:10'),
(83465,31985,'action complete via WP Cron','2021-01-19 11:16:10','2021-01-19 06:16:10'),
(83466,31986,'action created','2021-01-19 11:16:10','2021-01-19 06:16:10'),
(83467,31986,'action started via WP Cron','2021-01-19 11:17:01','2021-01-19 06:17:01'),
(83468,31986,'action complete via WP Cron','2021-01-19 11:17:01','2021-01-19 06:17:01'),
(83469,31987,'action created','2021-01-19 11:17:01','2021-01-19 06:17:01'),
(83470,31987,'action started via WP Cron','2021-01-19 11:18:02','2021-01-19 06:18:02'),
(83471,31987,'action complete via WP Cron','2021-01-19 11:18:02','2021-01-19 06:18:02'),
(83472,31988,'action created','2021-01-19 11:18:02','2021-01-19 06:18:02'),
(83473,31988,'action started via WP Cron','2021-01-19 11:18:36','2021-01-19 06:18:36'),
(83474,31988,'action complete via WP Cron','2021-01-19 11:18:36','2021-01-19 06:18:36'),
(83475,31989,'action created','2021-01-19 11:18:36','2021-01-19 06:18:36'),
(83476,31989,'action started via WP Cron','2021-01-19 11:19:57','2021-01-19 06:19:57'),
(83477,31989,'action complete via WP Cron','2021-01-19 11:19:57','2021-01-19 06:19:57'),
(83478,31990,'action created','2021-01-19 11:19:57','2021-01-19 06:19:57'),
(83479,31990,'action started via WP Cron','2021-01-19 11:20:19','2021-01-19 06:20:19'),
(83480,31990,'action complete via WP Cron','2021-01-19 11:20:19','2021-01-19 06:20:19'),
(83481,31991,'action created','2021-01-19 11:20:19','2021-01-19 06:20:19'),
(83482,31991,'action started via WP Cron','2021-01-19 11:21:20','2021-01-19 06:21:20'),
(83483,31991,'action complete via WP Cron','2021-01-19 11:21:20','2021-01-19 06:21:20'),
(83484,31992,'action created','2021-01-19 11:21:20','2021-01-19 06:21:20'),
(83485,31992,'action started via WP Cron','2021-01-19 11:22:28','2021-01-19 06:22:28'),
(83486,31992,'action complete via WP Cron','2021-01-19 11:22:28','2021-01-19 06:22:28'),
(83487,31993,'action created','2021-01-19 11:22:28','2021-01-19 06:22:28'),
(83488,31993,'action started via WP Cron','2021-01-19 11:23:11','2021-01-19 06:23:11'),
(83489,31993,'action complete via WP Cron','2021-01-19 11:23:11','2021-01-19 06:23:11'),
(83490,31994,'action created','2021-01-19 11:23:11','2021-01-19 06:23:11'),
(83491,31994,'action started via WP Cron','2021-01-19 11:24:27','2021-01-19 06:24:27'),
(83492,31994,'action complete via WP Cron','2021-01-19 11:24:27','2021-01-19 06:24:27'),
(83493,31995,'action created','2021-01-19 11:24:27','2021-01-19 06:24:27'),
(83494,31995,'action started via WP Cron','2021-01-19 11:25:50','2021-01-19 06:25:50'),
(83495,31995,'action complete via WP Cron','2021-01-19 11:25:50','2021-01-19 06:25:50'),
(83496,31996,'action created','2021-01-19 11:25:50','2021-01-19 06:25:50'),
(83497,31996,'action started via WP Cron','2021-01-19 11:26:24','2021-01-19 06:26:24'),
(83498,31996,'action complete via WP Cron','2021-01-19 11:26:24','2021-01-19 06:26:24'),
(83499,31997,'action created','2021-01-19 11:26:24','2021-01-19 06:26:24'),
(83500,31997,'action started via WP Cron','2021-01-19 11:27:12','2021-01-19 06:27:12'),
(83501,31997,'action complete via WP Cron','2021-01-19 11:27:12','2021-01-19 06:27:12'),
(83502,31998,'action created','2021-01-19 11:27:12','2021-01-19 06:27:12'),
(83503,31998,'action started via WP Cron','2021-01-19 11:28:30','2021-01-19 06:28:30'),
(83504,31998,'action complete via WP Cron','2021-01-19 11:28:30','2021-01-19 06:28:30'),
(83505,31999,'action created','2021-01-19 11:28:30','2021-01-19 06:28:30'),
(83506,31999,'action started via WP Cron','2021-01-19 11:29:43','2021-01-19 06:29:43'),
(83507,31999,'action complete via WP Cron','2021-01-19 11:29:43','2021-01-19 06:29:43'),
(83508,32000,'action created','2021-01-19 11:29:43','2021-01-19 06:29:43'),
(83509,32000,'action started via WP Cron','2021-01-19 11:30:56','2021-01-19 06:30:56'),
(83510,32000,'action complete via WP Cron','2021-01-19 11:30:56','2021-01-19 06:30:56'),
(83511,32001,'action created','2021-01-19 11:30:57','2021-01-19 06:30:57'),
(83512,32001,'action started via WP Cron','2021-01-19 11:31:12','2021-01-19 06:31:12'),
(83513,32001,'action complete via WP Cron','2021-01-19 11:31:12','2021-01-19 06:31:12'),
(83514,32002,'action created','2021-01-19 11:31:12','2021-01-19 06:31:12'),
(83515,32002,'action started via WP Cron','2021-01-19 11:32:23','2021-01-19 06:32:23'),
(83516,32002,'action complete via WP Cron','2021-01-19 11:32:23','2021-01-19 06:32:23'),
(83517,32003,'action created','2021-01-19 11:32:23','2021-01-19 06:32:23'),
(83518,32003,'action started via WP Cron','2021-01-19 11:33:12','2021-01-19 06:33:12'),
(83519,32003,'action complete via WP Cron','2021-01-19 11:33:12','2021-01-19 06:33:12'),
(83520,32004,'action created','2021-01-19 11:33:12','2021-01-19 06:33:12'),
(83521,32004,'action started via WP Cron','2021-01-19 11:35:34','2021-01-19 06:35:34'),
(83522,32004,'action complete via WP Cron','2021-01-19 11:35:34','2021-01-19 06:35:34'),
(83523,32005,'action created','2021-01-19 11:35:34','2021-01-19 06:35:34'),
(83524,32005,'action started via WP Cron','2021-01-19 11:36:56','2021-01-19 06:36:56'),
(83525,32005,'action complete via WP Cron','2021-01-19 11:36:56','2021-01-19 06:36:56'),
(83526,32006,'action created','2021-01-19 11:36:56','2021-01-19 06:36:56'),
(83527,32006,'action started via WP Cron','2021-01-19 11:37:53','2021-01-19 06:37:53'),
(83528,32006,'action complete via WP Cron','2021-01-19 11:37:53','2021-01-19 06:37:53'),
(83529,32007,'action created','2021-01-19 11:37:53','2021-01-19 06:37:53'),
(83530,32007,'action started via WP Cron','2021-01-19 11:38:41','2021-01-19 06:38:41'),
(83531,32007,'action complete via WP Cron','2021-01-19 11:38:41','2021-01-19 06:38:41'),
(83532,32008,'action created','2021-01-19 11:38:41','2021-01-19 06:38:41'),
(83533,32008,'action started via WP Cron','2021-01-19 11:39:25','2021-01-19 06:39:25'),
(83534,32008,'action complete via WP Cron','2021-01-19 11:39:25','2021-01-19 06:39:25'),
(83535,32009,'action created','2021-01-19 11:39:25','2021-01-19 06:39:25'),
(83536,32009,'action started via WP Cron','2021-01-19 11:40:30','2021-01-19 06:40:30'),
(83537,32009,'action complete via WP Cron','2021-01-19 11:40:30','2021-01-19 06:40:30'),
(83538,32010,'action created','2021-01-19 11:40:30','2021-01-19 06:40:30'),
(83539,32010,'action started via WP Cron','2021-01-19 11:41:13','2021-01-19 06:41:13'),
(83540,32010,'action complete via WP Cron','2021-01-19 11:41:13','2021-01-19 06:41:13'),
(83541,32011,'action created','2021-01-19 11:41:13','2021-01-19 06:41:13'),
(83542,32011,'action started via WP Cron','2021-01-19 11:42:43','2021-01-19 06:42:43'),
(83543,32011,'action complete via WP Cron','2021-01-19 11:42:43','2021-01-19 06:42:43'),
(83544,32012,'action created','2021-01-19 11:42:43','2021-01-19 06:42:43'),
(83545,32012,'action started via WP Cron','2021-01-19 11:43:17','2021-01-19 06:43:17'),
(83546,32012,'action complete via WP Cron','2021-01-19 11:43:17','2021-01-19 06:43:17'),
(83547,32013,'action created','2021-01-19 11:43:17','2021-01-19 06:43:17'),
(83548,32013,'action started via WP Cron','2021-01-19 11:44:58','2021-01-19 06:44:58'),
(83549,32013,'action complete via WP Cron','2021-01-19 11:44:58','2021-01-19 06:44:58'),
(83550,32014,'action created','2021-01-19 11:44:58','2021-01-19 06:44:58'),
(83551,32014,'action started via WP Cron','2021-01-19 11:45:22','2021-01-19 06:45:22'),
(83552,32014,'action complete via WP Cron','2021-01-19 11:45:22','2021-01-19 06:45:22'),
(83553,32015,'action created','2021-01-19 11:45:22','2021-01-19 06:45:22'),
(83554,32015,'action started via WP Cron','2021-01-19 11:47:00','2021-01-19 06:47:00'),
(83555,32015,'action complete via WP Cron','2021-01-19 11:47:00','2021-01-19 06:47:00'),
(83556,32016,'action created','2021-01-19 11:47:00','2021-01-19 06:47:00'),
(83557,32016,'action started via WP Cron','2021-01-19 11:47:11','2021-01-19 06:47:11'),
(83558,32016,'action complete via WP Cron','2021-01-19 11:47:11','2021-01-19 06:47:11'),
(83559,32017,'action created','2021-01-19 11:47:11','2021-01-19 06:47:11'),
(83560,32017,'action started via WP Cron','2021-01-19 11:48:13','2021-01-19 06:48:13'),
(83561,32017,'action complete via WP Cron','2021-01-19 11:48:13','2021-01-19 06:48:13'),
(83562,32018,'action created','2021-01-19 11:48:13','2021-01-19 06:48:13'),
(83563,32018,'action started via WP Cron','2021-01-19 11:50:09','2021-01-19 06:50:09'),
(83564,32018,'action complete via WP Cron','2021-01-19 11:50:09','2021-01-19 06:50:09'),
(83565,32019,'action created','2021-01-19 11:50:09','2021-01-19 06:50:09'),
(83566,32019,'action started via WP Cron','2021-01-19 11:50:28','2021-01-19 06:50:28'),
(83567,32019,'action complete via WP Cron','2021-01-19 11:50:28','2021-01-19 06:50:28'),
(83568,32020,'action created','2021-01-19 11:50:28','2021-01-19 06:50:28'),
(83569,32020,'action started via WP Cron','2021-01-19 11:51:18','2021-01-19 06:51:18'),
(83570,32020,'action complete via WP Cron','2021-01-19 11:51:18','2021-01-19 06:51:18'),
(83571,32021,'action created','2021-01-19 11:51:18','2021-01-19 06:51:18'),
(83572,32021,'action started via WP Cron','2021-01-19 11:52:34','2021-01-19 06:52:34'),
(83573,32021,'action complete via WP Cron','2021-01-19 11:52:34','2021-01-19 06:52:34'),
(83574,32022,'action created','2021-01-19 11:52:34','2021-01-19 06:52:34'),
(83575,32022,'action started via WP Cron','2021-01-19 11:53:15','2021-01-19 06:53:15'),
(83576,32022,'action complete via WP Cron','2021-01-19 11:53:15','2021-01-19 06:53:15'),
(83577,32023,'action created','2021-01-19 11:53:15','2021-01-19 06:53:15'),
(83578,32023,'action started via WP Cron','2021-01-19 11:54:18','2021-01-19 06:54:18'),
(83579,32023,'action complete via WP Cron','2021-01-19 11:54:18','2021-01-19 06:54:18'),
(83580,32024,'action created','2021-01-19 11:54:18','2021-01-19 06:54:18'),
(83581,32024,'action started via WP Cron','2021-01-19 11:55:11','2021-01-19 06:55:11'),
(83582,32024,'action complete via WP Cron','2021-01-19 11:55:11','2021-01-19 06:55:11'),
(83583,32025,'action created','2021-01-19 11:55:11','2021-01-19 06:55:11'),
(83584,32025,'action started via WP Cron','2021-01-19 11:56:57','2021-01-19 06:56:57'),
(83585,32025,'action complete via WP Cron','2021-01-19 11:56:57','2021-01-19 06:56:57'),
(83586,32026,'action created','2021-01-19 11:56:57','2021-01-19 06:56:57'),
(83587,32026,'action started via WP Cron','2021-01-19 11:57:11','2021-01-19 06:57:11'),
(83588,32026,'action complete via WP Cron','2021-01-19 11:57:11','2021-01-19 06:57:11'),
(83589,32027,'action created','2021-01-19 11:57:11','2021-01-19 06:57:11'),
(83590,32027,'action started via WP Cron','2021-01-19 11:59:02','2021-01-19 06:59:02'),
(83591,32027,'action complete via WP Cron','2021-01-19 11:59:02','2021-01-19 06:59:02'),
(83592,32028,'action created','2021-01-19 11:59:02','2021-01-19 06:59:02'),
(83593,32028,'action started via WP Cron','2021-01-19 11:59:44','2021-01-19 06:59:44'),
(83594,32028,'action complete via WP Cron','2021-01-19 11:59:44','2021-01-19 06:59:44'),
(83595,32029,'action created','2021-01-19 11:59:44','2021-01-19 06:59:44'),
(83596,32029,'action started via WP Cron','2021-01-19 12:01:52','2021-01-19 07:01:52'),
(83597,32029,'action complete via WP Cron','2021-01-19 12:01:52','2021-01-19 07:01:52'),
(83598,32030,'action created','2021-01-19 12:01:52','2021-01-19 07:01:52'),
(83599,32030,'action started via WP Cron','2021-01-19 12:03:58','2021-01-19 07:03:58'),
(83600,32030,'action complete via WP Cron','2021-01-19 12:03:58','2021-01-19 07:03:58'),
(83601,32031,'action created','2021-01-19 12:03:58','2021-01-19 07:03:58'),
(83602,32031,'action started via WP Cron','2021-01-19 12:06:03','2021-01-19 07:06:03'),
(83603,32031,'action complete via WP Cron','2021-01-19 12:06:03','2021-01-19 07:06:03'),
(83604,32032,'action created','2021-01-19 12:06:03','2021-01-19 07:06:03'),
(83605,32032,'action started via WP Cron','2021-01-19 12:07:05','2021-01-19 07:07:05'),
(83606,32032,'action complete via WP Cron','2021-01-19 12:07:05','2021-01-19 07:07:05'),
(83607,32033,'action created','2021-01-19 12:07:05','2021-01-19 07:07:05'),
(83608,32033,'action started via WP Cron','2021-01-19 12:07:51','2021-01-19 07:07:51'),
(83609,32033,'action complete via WP Cron','2021-01-19 12:07:51','2021-01-19 07:07:51'),
(83610,32034,'action created','2021-01-19 12:07:51','2021-01-19 07:07:51'),
(83611,32034,'action started via WP Cron','2021-01-19 12:08:19','2021-01-19 07:08:19'),
(83612,32034,'action complete via WP Cron','2021-01-19 12:08:19','2021-01-19 07:08:19'),
(83613,32035,'action created','2021-01-19 12:08:19','2021-01-19 07:08:19'),
(83614,32035,'action started via WP Cron','2021-01-19 12:09:30','2021-01-19 07:09:30'),
(83615,32035,'action complete via WP Cron','2021-01-19 12:09:30','2021-01-19 07:09:30'),
(83616,32036,'action created','2021-01-19 12:09:30','2021-01-19 07:09:30'),
(83617,32036,'action started via WP Cron','2021-01-19 12:10:34','2021-01-19 07:10:34'),
(83618,32036,'action complete via WP Cron','2021-01-19 12:10:34','2021-01-19 07:10:34'),
(83619,32037,'action created','2021-01-19 12:10:34','2021-01-19 07:10:34'),
(83620,32037,'action started via WP Cron','2021-01-19 12:12:03','2021-01-19 07:12:03'),
(83621,32037,'action complete via WP Cron','2021-01-19 12:12:03','2021-01-19 07:12:03'),
(83622,32038,'action created','2021-01-19 12:12:03','2021-01-19 07:12:03'),
(83623,32038,'action started via WP Cron','2021-01-19 12:12:42','2021-01-19 07:12:42'),
(83624,32038,'action complete via WP Cron','2021-01-19 12:12:42','2021-01-19 07:12:42'),
(83625,32039,'action created','2021-01-19 12:12:42','2021-01-19 07:12:42'),
(83626,32039,'action started via WP Cron','2021-01-19 12:13:21','2021-01-19 07:13:21'),
(83627,32039,'action complete via WP Cron','2021-01-19 12:13:21','2021-01-19 07:13:21'),
(83628,32040,'action created','2021-01-19 12:13:21','2021-01-19 07:13:21'),
(83629,32040,'action started via WP Cron','2021-01-19 12:14:45','2021-01-19 07:14:45'),
(83630,32040,'action complete via WP Cron','2021-01-19 12:14:45','2021-01-19 07:14:45'),
(83631,32041,'action created','2021-01-19 12:14:45','2021-01-19 07:14:45'),
(83632,32041,'action started via WP Cron','2021-01-19 12:16:56','2021-01-19 07:16:56'),
(83633,32041,'action complete via WP Cron','2021-01-19 12:16:56','2021-01-19 07:16:56'),
(83634,32042,'action created','2021-01-19 12:16:56','2021-01-19 07:16:56'),
(83635,32042,'action started via WP Cron','2021-01-19 12:18:39','2021-01-19 07:18:39'),
(83636,32042,'action complete via WP Cron','2021-01-19 12:18:39','2021-01-19 07:18:39'),
(83637,32043,'action created','2021-01-19 12:18:39','2021-01-19 07:18:39'),
(83638,32043,'action started via WP Cron','2021-01-19 12:19:20','2021-01-19 07:19:20'),
(83639,32043,'action complete via WP Cron','2021-01-19 12:19:20','2021-01-19 07:19:20'),
(83640,32044,'action created','2021-01-19 12:19:20','2021-01-19 07:19:20'),
(83641,32044,'action started via WP Cron','2021-01-19 12:20:16','2021-01-19 07:20:16'),
(83642,32044,'action complete via WP Cron','2021-01-19 12:20:16','2021-01-19 07:20:16'),
(83643,32045,'action created','2021-01-19 12:20:16','2021-01-19 07:20:16'),
(83644,32045,'action started via WP Cron','2021-01-19 12:21:22','2021-01-19 07:21:22'),
(83645,32045,'action complete via WP Cron','2021-01-19 12:21:22','2021-01-19 07:21:22'),
(83646,32046,'action created','2021-01-19 12:21:22','2021-01-19 07:21:22'),
(83647,32046,'action started via WP Cron','2021-01-19 12:22:39','2021-01-19 07:22:39'),
(83648,32046,'action complete via WP Cron','2021-01-19 12:22:39','2021-01-19 07:22:39'),
(83649,32047,'action created','2021-01-19 12:22:39','2021-01-19 07:22:39'),
(83650,32047,'action started via WP Cron','2021-01-19 12:23:18','2021-01-19 07:23:18'),
(83651,32047,'action complete via WP Cron','2021-01-19 12:23:18','2021-01-19 07:23:18'),
(83652,32048,'action created','2021-01-19 12:23:18','2021-01-19 07:23:18'),
(83653,32048,'action started via WP Cron','2021-01-19 12:24:53','2021-01-19 07:24:53'),
(83654,32048,'action complete via WP Cron','2021-01-19 12:24:53','2021-01-19 07:24:53'),
(83655,32049,'action created','2021-01-19 12:24:53','2021-01-19 07:24:53'),
(83656,32049,'action started via WP Cron','2021-01-19 12:25:18','2021-01-19 07:25:18'),
(83657,32049,'action complete via WP Cron','2021-01-19 12:25:18','2021-01-19 07:25:18'),
(83658,32050,'action created','2021-01-19 12:25:18','2021-01-19 07:25:18'),
(83659,32050,'action started via WP Cron','2021-01-19 12:26:31','2021-01-19 07:26:31'),
(83660,32050,'action complete via WP Cron','2021-01-19 12:26:31','2021-01-19 07:26:31'),
(83661,32051,'action created','2021-01-19 12:26:31','2021-01-19 07:26:31'),
(83662,32051,'action started via WP Cron','2021-01-19 12:27:12','2021-01-19 07:27:12'),
(83663,32051,'action complete via WP Cron','2021-01-19 12:27:12','2021-01-19 07:27:12'),
(83664,32052,'action created','2021-01-19 12:27:12','2021-01-19 07:27:12'),
(83665,32052,'action started via WP Cron','2021-01-19 12:29:17','2021-01-19 07:29:17'),
(83666,32052,'action complete via WP Cron','2021-01-19 12:29:17','2021-01-19 07:29:17'),
(83667,32053,'action created','2021-01-19 12:29:17','2021-01-19 07:29:17'),
(83668,32053,'action started via WP Cron','2021-01-19 12:30:47','2021-01-19 07:30:47'),
(83669,32053,'action complete via WP Cron','2021-01-19 12:30:47','2021-01-19 07:30:47'),
(83670,32054,'action created','2021-01-19 12:30:47','2021-01-19 07:30:47'),
(83671,32054,'action started via WP Cron','2021-01-19 12:31:31','2021-01-19 07:31:31'),
(83672,32054,'action complete via WP Cron','2021-01-19 12:31:31','2021-01-19 07:31:31'),
(83673,32055,'action created','2021-01-19 12:31:31','2021-01-19 07:31:31'),
(83674,32055,'action started via WP Cron','2021-01-19 12:33:39','2021-01-19 07:33:39'),
(83675,32055,'action complete via WP Cron','2021-01-19 12:33:39','2021-01-19 07:33:39'),
(83676,32056,'action created','2021-01-19 12:33:39','2021-01-19 07:33:39'),
(83677,32056,'action started via WP Cron','2021-01-19 12:35:59','2021-01-19 07:35:59'),
(83678,32056,'action complete via WP Cron','2021-01-19 12:35:59','2021-01-19 07:35:59'),
(83679,32057,'action created','2021-01-19 12:35:59','2021-01-19 07:35:59'),
(83680,32057,'action started via WP Cron','2021-01-19 12:38:00','2021-01-19 07:38:00'),
(83681,32057,'action complete via WP Cron','2021-01-19 12:38:00','2021-01-19 07:38:00'),
(83682,32058,'action created','2021-01-19 12:38:00','2021-01-19 07:38:00'),
(83683,32058,'action started via WP Cron','2021-01-19 12:38:18','2021-01-19 07:38:18'),
(83684,32058,'action complete via WP Cron','2021-01-19 12:38:18','2021-01-19 07:38:18'),
(83685,32059,'action created','2021-01-19 12:38:18','2021-01-19 07:38:18'),
(83686,32059,'action started via WP Cron','2021-01-19 12:39:35','2021-01-19 07:39:35'),
(83687,32059,'action complete via WP Cron','2021-01-19 12:39:35','2021-01-19 07:39:35'),
(83688,32060,'action created','2021-01-19 12:39:35','2021-01-19 07:39:35'),
(83689,32060,'action started via WP Cron','2021-01-19 12:40:21','2021-01-19 07:40:21'),
(83690,32060,'action complete via WP Cron','2021-01-19 12:40:21','2021-01-19 07:40:21'),
(83691,32061,'action created','2021-01-19 12:40:21','2021-01-19 07:40:21'),
(83692,32061,'action started via WP Cron','2021-01-19 12:41:22','2021-01-19 07:41:22'),
(83693,32061,'action complete via WP Cron','2021-01-19 12:41:22','2021-01-19 07:41:22'),
(83694,32062,'action created','2021-01-19 12:41:23','2021-01-19 07:41:23'),
(83695,32062,'action started via WP Cron','2021-01-19 12:42:40','2021-01-19 07:42:40'),
(83696,32062,'action complete via WP Cron','2021-01-19 12:42:40','2021-01-19 07:42:40'),
(83697,32063,'action created','2021-01-19 12:42:40','2021-01-19 07:42:40'),
(83698,32063,'action started via WP Cron','2021-01-19 12:44:58','2021-01-19 07:44:58'),
(83699,32063,'action complete via WP Cron','2021-01-19 12:44:58','2021-01-19 07:44:58'),
(83700,32064,'action created','2021-01-19 12:44:58','2021-01-19 07:44:58'),
(83701,32064,'action started via WP Cron','2021-01-19 12:46:54','2021-01-19 07:46:54'),
(83702,32064,'action complete via WP Cron','2021-01-19 12:46:54','2021-01-19 07:46:54'),
(83703,32065,'action created','2021-01-19 12:46:54','2021-01-19 07:46:54'),
(83704,32065,'action started via WP Cron','2021-01-19 12:48:59','2021-01-19 07:48:59'),
(83705,32065,'action complete via WP Cron','2021-01-19 12:48:59','2021-01-19 07:48:59'),
(83706,32066,'action created','2021-01-19 12:48:59','2021-01-19 07:48:59'),
(83707,32066,'action started via WP Cron','2021-01-19 12:50:28','2021-01-19 07:50:28'),
(83708,32066,'action complete via WP Cron','2021-01-19 12:50:28','2021-01-19 07:50:28'),
(83709,32067,'action created','2021-01-19 12:50:28','2021-01-19 07:50:28'),
(83710,32067,'action started via WP Cron','2021-01-19 12:53:04','2021-01-19 07:53:04'),
(83711,32067,'action complete via WP Cron','2021-01-19 12:53:04','2021-01-19 07:53:04'),
(83712,32068,'action created','2021-01-19 12:53:04','2021-01-19 07:53:04'),
(83713,32068,'action started via WP Cron','2021-01-19 12:53:17','2021-01-19 07:53:17'),
(83714,32068,'action complete via WP Cron','2021-01-19 12:53:17','2021-01-19 07:53:17'),
(83715,32069,'action created','2021-01-19 12:53:17','2021-01-19 07:53:17'),
(83716,32069,'action started via WP Cron','2021-01-19 12:54:32','2021-01-19 07:54:32'),
(83717,32069,'action complete via WP Cron','2021-01-19 12:54:32','2021-01-19 07:54:32'),
(83718,32070,'action created','2021-01-19 12:54:32','2021-01-19 07:54:32'),
(83719,32070,'action started via WP Cron','2021-01-19 12:55:35','2021-01-19 07:55:35'),
(83720,32070,'action complete via WP Cron','2021-01-19 12:55:36','2021-01-19 07:55:36'),
(83721,32071,'action created','2021-01-19 12:55:36','2021-01-19 07:55:36'),
(83722,32071,'action started via WP Cron','2021-01-19 12:56:40','2021-01-19 07:56:40'),
(83723,32071,'action complete via WP Cron','2021-01-19 12:56:40','2021-01-19 07:56:40'),
(83724,32072,'action created','2021-01-19 12:56:40','2021-01-19 07:56:40'),
(83725,32072,'action started via WP Cron','2021-01-19 12:57:53','2021-01-19 07:57:53'),
(83726,32072,'action complete via WP Cron','2021-01-19 12:57:53','2021-01-19 07:57:53'),
(83727,32073,'action created','2021-01-19 12:57:53','2021-01-19 07:57:53'),
(83728,32073,'action started via WP Cron','2021-01-19 12:59:59','2021-01-19 07:59:59'),
(83729,32073,'action complete via WP Cron','2021-01-19 12:59:59','2021-01-19 07:59:59'),
(83730,32074,'action created','2021-01-19 12:59:59','2021-01-19 07:59:59'),
(83731,32074,'action started via WP Cron','2021-01-19 13:00:12','2021-01-19 08:00:12'),
(83732,32074,'action complete via WP Cron','2021-01-19 13:00:12','2021-01-19 08:00:12'),
(83733,32075,'action created','2021-01-19 13:00:12','2021-01-19 08:00:12'),
(83734,32075,'action started via WP Cron','2021-01-19 13:01:50','2021-01-19 08:01:50'),
(83735,32075,'action complete via WP Cron','2021-01-19 13:01:50','2021-01-19 08:01:50'),
(83736,32076,'action created','2021-01-19 13:01:50','2021-01-19 08:01:50'),
(83737,32076,'action started via WP Cron','2021-01-19 13:02:23','2021-01-19 08:02:23'),
(83738,32076,'action complete via WP Cron','2021-01-19 13:02:23','2021-01-19 08:02:23'),
(83739,32077,'action created','2021-01-19 13:02:23','2021-01-19 08:02:23'),
(83740,30933,'action started via WP Cron','2021-01-19 13:03:48','2021-01-19 08:03:48'),
(83741,30933,'action complete via WP Cron','2021-01-19 13:03:48','2021-01-19 08:03:48'),
(83742,32078,'action created','2021-01-19 13:03:48','2021-01-19 08:03:48'),
(83743,32077,'action started via WP Cron','2021-01-19 13:03:48','2021-01-19 08:03:48'),
(83744,32077,'action complete via WP Cron','2021-01-19 13:03:48','2021-01-19 08:03:48'),
(83745,32079,'action created','2021-01-19 13:03:48','2021-01-19 08:03:48'),
(83746,32079,'action started via WP Cron','2021-01-19 13:04:32','2021-01-19 08:04:32'),
(83747,32079,'action complete via WP Cron','2021-01-19 13:04:32','2021-01-19 08:04:32'),
(83748,32080,'action created','2021-01-19 13:04:32','2021-01-19 08:04:32'),
(83749,32080,'action started via WP Cron','2021-01-19 13:06:18','2021-01-19 08:06:18'),
(83750,32080,'action complete via WP Cron','2021-01-19 13:06:18','2021-01-19 08:06:18'),
(83751,32081,'action created','2021-01-19 13:06:18','2021-01-19 08:06:18'),
(83752,32081,'action started via WP Cron','2021-01-19 13:07:51','2021-01-19 08:07:51'),
(83753,32081,'action complete via WP Cron','2021-01-19 13:07:51','2021-01-19 08:07:51'),
(83754,32082,'action created','2021-01-19 13:07:51','2021-01-19 08:07:51'),
(83755,32082,'action started via WP Cron','2021-01-19 13:08:28','2021-01-19 08:08:28'),
(83756,32082,'action complete via WP Cron','2021-01-19 13:08:28','2021-01-19 08:08:28'),
(83757,32083,'action created','2021-01-19 13:08:28','2021-01-19 08:08:28'),
(83758,32083,'action started via WP Cron','2021-01-19 13:09:13','2021-01-19 08:09:13'),
(83759,32083,'action complete via WP Cron','2021-01-19 13:09:13','2021-01-19 08:09:13'),
(83760,32084,'action created','2021-01-19 13:09:13','2021-01-19 08:09:13'),
(83761,32084,'action started via WP Cron','2021-01-19 13:11:07','2021-01-19 08:11:07'),
(83762,32084,'action complete via WP Cron','2021-01-19 13:11:07','2021-01-19 08:11:07'),
(83763,32085,'action created','2021-01-19 13:11:07','2021-01-19 08:11:07'),
(83764,32085,'action started via WP Cron','2021-01-19 13:11:22','2021-01-19 08:11:22'),
(83765,32085,'action complete via WP Cron','2021-01-19 13:11:22','2021-01-19 08:11:22'),
(83766,32086,'action created','2021-01-19 13:11:22','2021-01-19 08:11:22'),
(83767,32086,'action started via WP Cron','2021-01-19 13:12:42','2021-01-19 08:12:42'),
(83768,32086,'action complete via WP Cron','2021-01-19 13:12:42','2021-01-19 08:12:42'),
(83769,32087,'action created','2021-01-19 13:12:42','2021-01-19 08:12:42'),
(83770,32087,'action started via WP Cron','2021-01-19 13:13:41','2021-01-19 08:13:41'),
(83771,32087,'action complete via WP Cron','2021-01-19 13:13:41','2021-01-19 08:13:41'),
(83772,32088,'action created','2021-01-19 13:13:41','2021-01-19 08:13:41'),
(83773,32088,'action started via WP Cron','2021-01-19 13:14:17','2021-01-19 08:14:17'),
(83774,32088,'action complete via WP Cron','2021-01-19 13:14:17','2021-01-19 08:14:17'),
(83775,32089,'action created','2021-01-19 13:14:18','2021-01-19 08:14:18'),
(83776,32089,'action started via WP Cron','2021-01-19 13:15:58','2021-01-19 08:15:58'),
(83777,32089,'action complete via WP Cron','2021-01-19 13:15:58','2021-01-19 08:15:58'),
(83778,32090,'action created','2021-01-19 13:15:58','2021-01-19 08:15:58'),
(83779,32090,'action started via WP Cron','2021-01-19 13:16:13','2021-01-19 08:16:13'),
(83780,32090,'action complete via WP Cron','2021-01-19 13:16:13','2021-01-19 08:16:13'),
(83781,32091,'action created','2021-01-19 13:16:13','2021-01-19 08:16:13'),
(83782,32091,'action started via WP Cron','2021-01-19 13:18:44','2021-01-19 08:18:44'),
(83783,32091,'action complete via WP Cron','2021-01-19 13:18:44','2021-01-19 08:18:44'),
(83784,32092,'action created','2021-01-19 13:18:44','2021-01-19 08:18:44'),
(83785,32092,'action started via WP Cron','2021-01-19 13:19:22','2021-01-19 08:19:22'),
(83786,32092,'action complete via WP Cron','2021-01-19 13:19:22','2021-01-19 08:19:22'),
(83787,32093,'action created','2021-01-19 13:19:22','2021-01-19 08:19:22'),
(83788,32093,'action started via WP Cron','2021-01-19 13:22:15','2021-01-19 08:22:15'),
(83789,32093,'action complete via WP Cron','2021-01-19 13:22:15','2021-01-19 08:22:15'),
(83790,32094,'action created','2021-01-19 13:22:15','2021-01-19 08:22:15'),
(83791,32094,'action started via WP Cron','2021-01-19 13:24:03','2021-01-19 08:24:03'),
(83792,32094,'action complete via WP Cron','2021-01-19 13:24:03','2021-01-19 08:24:03'),
(83793,32095,'action created','2021-01-19 13:24:03','2021-01-19 08:24:03'),
(83794,32095,'action started via WP Cron','2021-01-19 13:25:31','2021-01-19 08:25:31'),
(83795,32095,'action complete via WP Cron','2021-01-19 13:25:31','2021-01-19 08:25:31'),
(83796,32096,'action created','2021-01-19 13:25:32','2021-01-19 08:25:32'),
(83797,32096,'action started via WP Cron','2021-01-19 13:27:47','2021-01-19 08:27:47'),
(83798,32096,'action complete via WP Cron','2021-01-19 13:27:47','2021-01-19 08:27:47'),
(83799,32097,'action created','2021-01-19 13:27:47','2021-01-19 08:27:47'),
(83800,32097,'action started via WP Cron','2021-01-19 13:28:14','2021-01-19 08:28:14'),
(83801,32097,'action complete via WP Cron','2021-01-19 13:28:14','2021-01-19 08:28:14'),
(83802,32098,'action created','2021-01-19 13:28:14','2021-01-19 08:28:14'),
(83803,32098,'action started via WP Cron','2021-01-19 13:29:27','2021-01-19 08:29:27'),
(83804,32098,'action complete via WP Cron','2021-01-19 13:29:27','2021-01-19 08:29:27'),
(83805,32099,'action created','2021-01-19 13:29:27','2021-01-19 08:29:27'),
(83806,32099,'action started via WP Cron','2021-01-19 13:31:09','2021-01-19 08:31:09'),
(83807,32099,'action complete via WP Cron','2021-01-19 13:31:09','2021-01-19 08:31:09'),
(83808,32100,'action created','2021-01-19 13:31:09','2021-01-19 08:31:09'),
(83809,32100,'action started via WP Cron','2021-01-19 13:32:13','2021-01-19 08:32:13'),
(83810,32100,'action complete via WP Cron','2021-01-19 13:32:13','2021-01-19 08:32:13'),
(83811,32101,'action created','2021-01-19 13:32:13','2021-01-19 08:32:13'),
(83812,32101,'action started via WP Cron','2021-01-19 13:33:11','2021-01-19 08:33:11'),
(83813,32101,'action complete via WP Cron','2021-01-19 13:33:11','2021-01-19 08:33:11'),
(83814,32102,'action created','2021-01-19 13:33:11','2021-01-19 08:33:11'),
(83815,32102,'action started via WP Cron','2021-01-19 13:34:12','2021-01-19 08:34:12'),
(83816,32102,'action complete via WP Cron','2021-01-19 13:34:12','2021-01-19 08:34:12'),
(83817,32103,'action created','2021-01-19 13:34:12','2021-01-19 08:34:12'),
(83818,32103,'action started via WP Cron','2021-01-19 13:35:12','2021-01-19 08:35:12'),
(83819,32103,'action complete via WP Cron','2021-01-19 13:35:12','2021-01-19 08:35:12'),
(83820,32104,'action created','2021-01-19 13:35:12','2021-01-19 08:35:12'),
(83821,32104,'action started via WP Cron','2021-01-19 13:36:36','2021-01-19 08:36:36'),
(83822,32104,'action complete via WP Cron','2021-01-19 13:36:36','2021-01-19 08:36:36'),
(83823,32105,'action created','2021-01-19 13:36:36','2021-01-19 08:36:36'),
(83824,32105,'action started via WP Cron','2021-01-19 13:37:23','2021-01-19 08:37:23'),
(83825,32105,'action complete via WP Cron','2021-01-19 13:37:23','2021-01-19 08:37:23'),
(83826,32106,'action created','2021-01-19 13:37:23','2021-01-19 08:37:23'),
(83827,32106,'action started via WP Cron','2021-01-19 13:39:17','2021-01-19 08:39:17'),
(83828,32106,'action complete via WP Cron','2021-01-19 13:39:17','2021-01-19 08:39:17'),
(83829,32107,'action created','2021-01-19 13:39:17','2021-01-19 08:39:17'),
(83830,32107,'action started via WP Cron','2021-01-19 13:41:25','2021-01-19 08:41:25'),
(83831,32107,'action complete via WP Cron','2021-01-19 13:41:25','2021-01-19 08:41:25'),
(83832,32108,'action created','2021-01-19 13:41:25','2021-01-19 08:41:25'),
(83833,32108,'action started via WP Cron','2021-01-19 13:43:02','2021-01-19 08:43:02'),
(83834,32108,'action complete via WP Cron','2021-01-19 13:43:02','2021-01-19 08:43:02'),
(83835,32109,'action created','2021-01-19 13:43:02','2021-01-19 08:43:02'),
(83836,32109,'action started via WP Cron','2021-01-19 13:46:05','2021-01-19 08:46:05'),
(83837,32109,'action complete via WP Cron','2021-01-19 13:46:06','2021-01-19 08:46:06'),
(83838,32110,'action created','2021-01-19 13:46:06','2021-01-19 08:46:06'),
(83839,32110,'action started via WP Cron','2021-01-19 13:46:19','2021-01-19 08:46:19'),
(83840,32110,'action complete via WP Cron','2021-01-19 13:46:19','2021-01-19 08:46:19'),
(83841,32111,'action created','2021-01-19 13:46:19','2021-01-19 08:46:19'),
(83842,32111,'action started via WP Cron','2021-01-19 13:47:25','2021-01-19 08:47:25'),
(83843,32111,'action complete via WP Cron','2021-01-19 13:47:25','2021-01-19 08:47:25'),
(83844,32112,'action created','2021-01-19 13:47:25','2021-01-19 08:47:25'),
(83845,32112,'action started via WP Cron','2021-01-19 13:48:23','2021-01-19 08:48:23'),
(83846,32112,'action complete via WP Cron','2021-01-19 13:48:23','2021-01-19 08:48:23'),
(83847,32113,'action created','2021-01-19 13:48:23','2021-01-19 08:48:23'),
(83848,32113,'action started via WP Cron','2021-01-19 13:49:15','2021-01-19 08:49:15'),
(83849,32113,'action complete via WP Cron','2021-01-19 13:49:15','2021-01-19 08:49:15'),
(83850,32114,'action created','2021-01-19 13:49:15','2021-01-19 08:49:15'),
(83851,32114,'action started via WP Cron','2021-01-19 13:50:43','2021-01-19 08:50:43'),
(83852,32114,'action complete via WP Cron','2021-01-19 13:50:43','2021-01-19 08:50:43'),
(83853,32115,'action created','2021-01-19 13:50:43','2021-01-19 08:50:43'),
(83854,32115,'action started via WP Cron','2021-01-19 13:51:27','2021-01-19 08:51:27'),
(83855,32115,'action complete via WP Cron','2021-01-19 13:51:27','2021-01-19 08:51:27'),
(83856,32116,'action created','2021-01-19 13:51:27','2021-01-19 08:51:27'),
(83857,32116,'action started via WP Cron','2021-01-19 13:52:30','2021-01-19 08:52:30'),
(83858,32116,'action complete via WP Cron','2021-01-19 13:52:30','2021-01-19 08:52:30'),
(83859,32117,'action created','2021-01-19 13:52:30','2021-01-19 08:52:30'),
(83860,32117,'action started via WP Cron','2021-01-19 13:53:37','2021-01-19 08:53:37'),
(83861,32117,'action complete via WP Cron','2021-01-19 13:53:37','2021-01-19 08:53:37'),
(83862,32118,'action created','2021-01-19 13:53:37','2021-01-19 08:53:37'),
(83863,32118,'action started via WP Cron','2021-01-19 13:55:08','2021-01-19 08:55:08'),
(83864,32118,'action complete via WP Cron','2021-01-19 13:55:08','2021-01-19 08:55:08'),
(83865,32119,'action created','2021-01-19 13:55:08','2021-01-19 08:55:08'),
(83866,32119,'action started via WP Cron','2021-01-19 13:55:30','2021-01-19 08:55:30'),
(83867,32119,'action complete via WP Cron','2021-01-19 13:55:30','2021-01-19 08:55:30'),
(83868,32120,'action created','2021-01-19 13:55:30','2021-01-19 08:55:30'),
(83869,32120,'action started via WP Cron','2021-01-19 13:56:20','2021-01-19 08:56:20'),
(83870,32120,'action complete via WP Cron','2021-01-19 13:56:20','2021-01-19 08:56:20'),
(83871,32121,'action created','2021-01-19 13:56:20','2021-01-19 08:56:20'),
(83872,32121,'action started via WP Cron','2021-01-19 13:57:19','2021-01-19 08:57:19'),
(83873,32121,'action complete via WP Cron','2021-01-19 13:57:19','2021-01-19 08:57:19'),
(83874,32122,'action created','2021-01-19 13:57:19','2021-01-19 08:57:19'),
(83875,32122,'action started via WP Cron','2021-01-19 13:59:02','2021-01-19 08:59:02'),
(83876,32122,'action complete via WP Cron','2021-01-19 13:59:02','2021-01-19 08:59:02'),
(83877,32123,'action created','2021-01-19 13:59:02','2021-01-19 08:59:02'),
(83878,32123,'action started via WP Cron','2021-01-19 14:02:11','2021-01-19 09:02:11'),
(83879,32123,'action complete via WP Cron','2021-01-19 14:02:11','2021-01-19 09:02:11'),
(83880,32124,'action created','2021-01-19 14:02:11','2021-01-19 09:02:11'),
(83881,32124,'action started via WP Cron','2021-01-19 14:03:45','2021-01-19 09:03:45'),
(83882,32124,'action complete via WP Cron','2021-01-19 14:03:45','2021-01-19 09:03:45'),
(83883,32125,'action created','2021-01-19 14:03:45','2021-01-19 09:03:45'),
(83884,32125,'action started via WP Cron','2021-01-19 14:04:29','2021-01-19 09:04:29'),
(83885,32125,'action complete via WP Cron','2021-01-19 14:04:29','2021-01-19 09:04:29'),
(83886,32126,'action created','2021-01-19 14:04:29','2021-01-19 09:04:29'),
(83887,32126,'action started via WP Cron','2021-01-19 14:05:15','2021-01-19 09:05:15'),
(83888,32126,'action complete via WP Cron','2021-01-19 14:05:16','2021-01-19 09:05:16'),
(83889,32127,'action created','2021-01-19 14:05:16','2021-01-19 09:05:16'),
(83890,32127,'action started via WP Cron','2021-01-19 14:07:23','2021-01-19 09:07:23'),
(83891,32127,'action complete via WP Cron','2021-01-19 14:07:23','2021-01-19 09:07:23'),
(83892,32128,'action created','2021-01-19 14:07:23','2021-01-19 09:07:23'),
(83893,32128,'action started via WP Cron','2021-01-19 14:08:29','2021-01-19 09:08:29'),
(83894,32128,'action complete via WP Cron','2021-01-19 14:08:29','2021-01-19 09:08:29'),
(83895,32129,'action created','2021-01-19 14:08:29','2021-01-19 09:08:29'),
(83896,32129,'action started via WP Cron','2021-01-19 14:09:37','2021-01-19 09:09:37'),
(83897,32129,'action complete via WP Cron','2021-01-19 14:09:37','2021-01-19 09:09:37'),
(83898,32130,'action created','2021-01-19 14:09:37','2021-01-19 09:09:37'),
(83899,32130,'action started via WP Cron','2021-01-19 14:11:02','2021-01-19 09:11:02'),
(83900,32130,'action complete via WP Cron','2021-01-19 14:11:02','2021-01-19 09:11:02'),
(83901,32131,'action created','2021-01-19 14:11:02','2021-01-19 09:11:02'),
(83902,32131,'action started via WP Cron','2021-01-19 14:11:35','2021-01-19 09:11:35'),
(83903,32131,'action complete via WP Cron','2021-01-19 14:11:35','2021-01-19 09:11:35'),
(83904,32132,'action created','2021-01-19 14:11:35','2021-01-19 09:11:35'),
(83905,32132,'action started via WP Cron','2021-01-19 14:13:49','2021-01-19 09:13:49'),
(83906,32132,'action complete via WP Cron','2021-01-19 14:13:49','2021-01-19 09:13:49'),
(83907,32133,'action created','2021-01-19 14:13:49','2021-01-19 09:13:49'),
(83908,32133,'action started via WP Cron','2021-01-19 14:15:53','2021-01-19 09:15:53'),
(83909,32133,'action complete via WP Cron','2021-01-19 14:15:53','2021-01-19 09:15:53'),
(83910,32134,'action created','2021-01-19 14:15:53','2021-01-19 09:15:53'),
(83911,32134,'action started via WP Cron','2021-01-19 14:16:46','2021-01-19 09:16:46'),
(83912,32134,'action complete via WP Cron','2021-01-19 14:16:46','2021-01-19 09:16:46'),
(83913,32135,'action created','2021-01-19 14:16:46','2021-01-19 09:16:46'),
(83914,32135,'action started via WP Cron','2021-01-19 14:17:35','2021-01-19 09:17:35'),
(83915,32135,'action complete via WP Cron','2021-01-19 14:17:35','2021-01-19 09:17:35'),
(83916,32136,'action created','2021-01-19 14:17:35','2021-01-19 09:17:35'),
(83917,32136,'action started via WP Cron','2021-01-19 14:18:18','2021-01-19 09:18:18'),
(83918,32136,'action complete via WP Cron','2021-01-19 14:18:18','2021-01-19 09:18:18'),
(83919,32137,'action created','2021-01-19 14:18:18','2021-01-19 09:18:18'),
(83920,32137,'action started via WP Cron','2021-01-19 14:19:42','2021-01-19 09:19:42'),
(83921,32137,'action complete via WP Cron','2021-01-19 14:19:42','2021-01-19 09:19:42'),
(83922,32138,'action created','2021-01-19 14:19:42','2021-01-19 09:19:42'),
(83923,32138,'action started via WP Cron','2021-01-19 14:20:18','2021-01-19 09:20:18'),
(83924,32138,'action complete via WP Cron','2021-01-19 14:20:18','2021-01-19 09:20:18'),
(83925,32139,'action created','2021-01-19 14:20:18','2021-01-19 09:20:18'),
(83926,32139,'action started via WP Cron','2021-01-19 14:21:15','2021-01-19 09:21:15'),
(83927,32139,'action complete via WP Cron','2021-01-19 14:21:15','2021-01-19 09:21:15'),
(83928,32140,'action created','2021-01-19 14:21:15','2021-01-19 09:21:15'),
(83929,32140,'action started via WP Cron','2021-01-19 14:22:28','2021-01-19 09:22:28'),
(83930,32140,'action complete via WP Cron','2021-01-19 14:22:28','2021-01-19 09:22:28'),
(83931,32141,'action created','2021-01-19 14:22:28','2021-01-19 09:22:28'),
(83932,32141,'action started via WP Cron','2021-01-19 14:25:29','2021-01-19 09:25:29'),
(83933,32141,'action complete via WP Cron','2021-01-19 14:25:29','2021-01-19 09:25:29'),
(83934,32142,'action created','2021-01-19 14:25:29','2021-01-19 09:25:29'),
(83935,32142,'action started via WP Cron','2021-01-19 14:26:28','2021-01-19 09:26:28'),
(83936,32142,'action complete via WP Cron','2021-01-19 14:26:28','2021-01-19 09:26:28'),
(83937,32143,'action created','2021-01-19 14:26:28','2021-01-19 09:26:28'),
(83938,32143,'action started via WP Cron','2021-01-19 14:27:12','2021-01-19 09:27:12'),
(83939,32143,'action complete via WP Cron','2021-01-19 14:27:12','2021-01-19 09:27:12'),
(83940,32144,'action created','2021-01-19 14:27:12','2021-01-19 09:27:12'),
(83941,32144,'action started via WP Cron','2021-01-19 14:28:19','2021-01-19 09:28:19'),
(83942,32144,'action complete via WP Cron','2021-01-19 14:28:19','2021-01-19 09:28:19'),
(83943,32145,'action created','2021-01-19 14:28:19','2021-01-19 09:28:19'),
(83944,32145,'action started via WP Cron','2021-01-19 14:31:03','2021-01-19 09:31:03'),
(83945,32145,'action complete via WP Cron','2021-01-19 14:31:03','2021-01-19 09:31:03'),
(83946,32146,'action created','2021-01-19 14:31:03','2021-01-19 09:31:03'),
(83947,32146,'action started via WP Cron','2021-01-19 14:31:19','2021-01-19 09:31:19'),
(83948,32146,'action complete via WP Cron','2021-01-19 14:31:19','2021-01-19 09:31:19'),
(83949,32147,'action created','2021-01-19 14:31:19','2021-01-19 09:31:19'),
(83950,32147,'action started via WP Cron','2021-01-19 14:33:15','2021-01-19 09:33:15'),
(83951,32147,'action complete via WP Cron','2021-01-19 14:33:15','2021-01-19 09:33:15'),
(83952,32148,'action created','2021-01-19 14:33:15','2021-01-19 09:33:15'),
(83953,32148,'action started via WP Cron','2021-01-19 14:34:11','2021-01-19 09:34:11'),
(83954,32148,'action complete via WP Cron','2021-01-19 14:34:11','2021-01-19 09:34:11'),
(83955,32149,'action created','2021-01-19 14:34:11','2021-01-19 09:34:11'),
(83956,32149,'action started via WP Cron','2021-01-19 14:35:14','2021-01-19 09:35:14'),
(83957,32149,'action complete via WP Cron','2021-01-19 14:35:14','2021-01-19 09:35:14'),
(83958,32150,'action created','2021-01-19 14:35:14','2021-01-19 09:35:14'),
(83959,32150,'action started via WP Cron','2021-01-19 14:36:11','2021-01-19 09:36:11'),
(83960,32150,'action complete via WP Cron','2021-01-19 14:36:11','2021-01-19 09:36:11'),
(83961,32151,'action created','2021-01-19 14:36:11','2021-01-19 09:36:11'),
(83962,32151,'action started via WP Cron','2021-01-19 14:37:42','2021-01-19 09:37:42'),
(83963,32151,'action complete via WP Cron','2021-01-19 14:37:42','2021-01-19 09:37:42'),
(83964,32152,'action created','2021-01-19 14:37:42','2021-01-19 09:37:42'),
(83965,32152,'action started via WP Cron','2021-01-19 14:39:29','2021-01-19 09:39:29'),
(83966,32152,'action complete via WP Cron','2021-01-19 14:39:29','2021-01-19 09:39:29'),
(83967,32153,'action created','2021-01-19 14:39:29','2021-01-19 09:39:29'),
(83968,32153,'action started via WP Cron','2021-01-19 14:40:36','2021-01-19 09:40:36'),
(83969,32153,'action complete via WP Cron','2021-01-19 14:40:36','2021-01-19 09:40:36'),
(83970,32154,'action created','2021-01-19 14:40:36','2021-01-19 09:40:36'),
(83971,32154,'action started via WP Cron','2021-01-19 14:41:23','2021-01-19 09:41:23'),
(83972,32154,'action complete via WP Cron','2021-01-19 14:41:23','2021-01-19 09:41:23'),
(83973,32155,'action created','2021-01-19 14:41:23','2021-01-19 09:41:23'),
(83974,32155,'action started via WP Cron','2021-01-19 14:42:13','2021-01-19 09:42:13'),
(83975,32155,'action complete via WP Cron','2021-01-19 14:42:13','2021-01-19 09:42:13'),
(83976,32156,'action created','2021-01-19 14:42:13','2021-01-19 09:42:13'),
(83977,32156,'action started via WP Cron','2021-01-19 14:44:09','2021-01-19 09:44:09'),
(83978,32156,'action complete via WP Cron','2021-01-19 14:44:09','2021-01-19 09:44:09'),
(83979,32157,'action created','2021-01-19 14:44:09','2021-01-19 09:44:09'),
(83980,32157,'action started via WP Cron','2021-01-19 14:45:01','2021-01-19 09:45:01'),
(83981,32157,'action complete via WP Cron','2021-01-19 14:45:01','2021-01-19 09:45:01'),
(83982,32158,'action created','2021-01-19 14:45:01','2021-01-19 09:45:01'),
(83983,32158,'action started via WP Cron','2021-01-19 14:45:14','2021-01-19 09:45:14'),
(83984,32158,'action complete via WP Cron','2021-01-19 14:45:14','2021-01-19 09:45:14'),
(83985,32159,'action created','2021-01-19 14:45:14','2021-01-19 09:45:14'),
(83986,32159,'action started via WP Cron','2021-01-19 14:46:48','2021-01-19 09:46:48'),
(83987,32159,'action complete via WP Cron','2021-01-19 14:46:48','2021-01-19 09:46:48'),
(83988,32160,'action created','2021-01-19 14:46:48','2021-01-19 09:46:48'),
(83989,32160,'action started via WP Cron','2021-01-19 14:47:33','2021-01-19 09:47:33'),
(83990,32160,'action complete via WP Cron','2021-01-19 14:47:33','2021-01-19 09:47:33'),
(83991,32161,'action created','2021-01-19 14:47:33','2021-01-19 09:47:33'),
(83992,32161,'action started via WP Cron','2021-01-19 14:49:28','2021-01-19 09:49:28'),
(83993,32161,'action complete via WP Cron','2021-01-19 14:49:28','2021-01-19 09:49:28'),
(83994,32162,'action created','2021-01-19 14:49:29','2021-01-19 09:49:29'),
(83995,32162,'action started via WP Cron','2021-01-19 14:50:18','2021-01-19 09:50:18'),
(83996,32162,'action complete via WP Cron','2021-01-19 14:50:18','2021-01-19 09:50:18'),
(83997,32163,'action created','2021-01-19 14:50:18','2021-01-19 09:50:18'),
(83998,32163,'action started via WP Cron','2021-01-19 14:52:55','2021-01-19 09:52:55'),
(83999,32163,'action complete via WP Cron','2021-01-19 14:52:55','2021-01-19 09:52:55'),
(84000,32164,'action created','2021-01-19 14:52:55','2021-01-19 09:52:55'),
(84001,32164,'action started via WP Cron','2021-01-19 14:53:26','2021-01-19 09:53:26'),
(84002,32164,'action complete via WP Cron','2021-01-19 14:53:26','2021-01-19 09:53:26'),
(84003,32165,'action created','2021-01-19 14:53:26','2021-01-19 09:53:26'),
(84004,32165,'action started via WP Cron','2021-01-19 14:56:10','2021-01-19 09:56:10'),
(84005,32165,'action complete via WP Cron','2021-01-19 14:56:10','2021-01-19 09:56:10'),
(84006,32166,'action created','2021-01-19 14:56:10','2021-01-19 09:56:10'),
(84007,32166,'action started via WP Cron','2021-01-19 14:58:56','2021-01-19 09:58:56'),
(84008,32166,'action complete via WP Cron','2021-01-19 14:58:56','2021-01-19 09:58:56'),
(84009,32167,'action created','2021-01-19 14:58:56','2021-01-19 09:58:56'),
(84010,32167,'action started via WP Cron','2021-01-19 15:00:18','2021-01-19 10:00:18'),
(84011,32167,'action complete via WP Cron','2021-01-19 15:00:18','2021-01-19 10:00:18'),
(84012,32168,'action created','2021-01-19 15:00:18','2021-01-19 10:00:18'),
(84013,32168,'action started via WP Cron','2021-01-19 15:01:27','2021-01-19 10:01:27'),
(84014,32168,'action complete via WP Cron','2021-01-19 15:01:27','2021-01-19 10:01:27'),
(84015,32169,'action created','2021-01-19 15:01:27','2021-01-19 10:01:27'),
(84016,32169,'action started via WP Cron','2021-01-19 15:02:38','2021-01-19 10:02:38'),
(84017,32169,'action complete via WP Cron','2021-01-19 15:02:38','2021-01-19 10:02:38'),
(84018,32170,'action created','2021-01-19 15:02:38','2021-01-19 10:02:38'),
(84019,32170,'action started via WP Cron','2021-01-19 15:03:15','2021-01-19 10:03:15'),
(84020,32170,'action complete via WP Cron','2021-01-19 15:03:15','2021-01-19 10:03:15'),
(84021,32171,'action created','2021-01-19 15:03:15','2021-01-19 10:03:15'),
(84022,32171,'action started via WP Cron','2021-01-19 15:04:27','2021-01-19 10:04:27'),
(84023,32171,'action complete via WP Cron','2021-01-19 15:04:27','2021-01-19 10:04:27'),
(84024,32172,'action created','2021-01-19 15:04:27','2021-01-19 10:04:27'),
(84025,32172,'action started via WP Cron','2021-01-19 15:06:03','2021-01-19 10:06:03'),
(84026,32172,'action complete via WP Cron','2021-01-19 15:06:03','2021-01-19 10:06:03'),
(84027,32173,'action created','2021-01-19 15:06:04','2021-01-19 10:06:04'),
(84028,32173,'action started via WP Cron','2021-01-19 15:06:33','2021-01-19 10:06:33'),
(84029,32173,'action complete via WP Cron','2021-01-19 15:06:33','2021-01-19 10:06:33'),
(84030,32174,'action created','2021-01-19 15:06:33','2021-01-19 10:06:33'),
(84031,32174,'action started via WP Cron','2021-01-19 15:07:19','2021-01-19 10:07:19'),
(84032,32174,'action complete via WP Cron','2021-01-19 15:07:19','2021-01-19 10:07:19'),
(84033,32175,'action created','2021-01-19 15:07:19','2021-01-19 10:07:19'),
(84034,32175,'action started via WP Cron','2021-01-19 15:09:15','2021-01-19 10:09:15'),
(84035,32175,'action complete via WP Cron','2021-01-19 15:09:15','2021-01-19 10:09:15'),
(84036,32176,'action created','2021-01-19 15:09:15','2021-01-19 10:09:15'),
(84037,32176,'action started via WP Cron','2021-01-19 15:12:41','2021-01-19 10:12:41'),
(84038,32176,'action complete via WP Cron','2021-01-19 15:12:41','2021-01-19 10:12:41'),
(84039,32177,'action created','2021-01-19 15:12:41','2021-01-19 10:12:41'),
(84040,32177,'action started via WP Cron','2021-01-19 15:14:30','2021-01-19 10:14:30'),
(84041,32177,'action complete via WP Cron','2021-01-19 15:14:30','2021-01-19 10:14:30'),
(84042,32178,'action created','2021-01-19 15:14:30','2021-01-19 10:14:30'),
(84043,32178,'action started via WP Cron','2021-01-19 15:15:22','2021-01-19 10:15:22'),
(84044,32178,'action complete via WP Cron','2021-01-19 15:15:22','2021-01-19 10:15:22'),
(84045,32179,'action created','2021-01-19 15:15:22','2021-01-19 10:15:22'),
(84046,32179,'action started via WP Cron','2021-01-19 15:16:17','2021-01-19 10:16:17'),
(84047,32179,'action complete via WP Cron','2021-01-19 15:16:17','2021-01-19 10:16:17'),
(84048,32180,'action created','2021-01-19 15:16:17','2021-01-19 10:16:17'),
(84049,32180,'action started via WP Cron','2021-01-19 15:18:12','2021-01-19 10:18:12'),
(84050,32180,'action complete via WP Cron','2021-01-19 15:18:12','2021-01-19 10:18:12'),
(84051,32181,'action created','2021-01-19 15:18:12','2021-01-19 10:18:12'),
(84052,32181,'action started via WP Cron','2021-01-19 15:19:13','2021-01-19 10:19:13'),
(84053,32181,'action complete via WP Cron','2021-01-19 15:19:13','2021-01-19 10:19:13'),
(84054,32182,'action created','2021-01-19 15:19:13','2021-01-19 10:19:13'),
(84055,32182,'action started via WP Cron','2021-01-19 15:20:23','2021-01-19 10:20:23'),
(84056,32182,'action complete via WP Cron','2021-01-19 15:20:23','2021-01-19 10:20:23'),
(84057,32183,'action created','2021-01-19 15:20:23','2021-01-19 10:20:23'),
(84058,32183,'action started via WP Cron','2021-01-19 15:21:47','2021-01-19 10:21:47'),
(84059,32183,'action complete via WP Cron','2021-01-19 15:21:47','2021-01-19 10:21:47'),
(84060,32184,'action created','2021-01-19 15:21:47','2021-01-19 10:21:47'),
(84061,32184,'action started via WP Cron','2021-01-19 15:23:26','2021-01-19 10:23:26'),
(84062,32184,'action complete via WP Cron','2021-01-19 15:23:26','2021-01-19 10:23:26'),
(84063,32185,'action created','2021-01-19 15:23:26','2021-01-19 10:23:26'),
(84064,32185,'action started via WP Cron','2021-01-19 15:24:19','2021-01-19 10:24:19'),
(84065,32185,'action complete via WP Cron','2021-01-19 15:24:19','2021-01-19 10:24:19'),
(84066,32186,'action created','2021-01-19 15:24:19','2021-01-19 10:24:19'),
(84067,32186,'action started via WP Cron','2021-01-19 15:25:59','2021-01-19 10:25:59'),
(84068,32186,'action complete via WP Cron','2021-01-19 15:25:59','2021-01-19 10:25:59'),
(84069,32187,'action created','2021-01-19 15:25:59','2021-01-19 10:25:59'),
(84070,32187,'action started via WP Cron','2021-01-19 15:27:29','2021-01-19 10:27:29'),
(84071,32187,'action complete via WP Cron','2021-01-19 15:27:29','2021-01-19 10:27:29'),
(84072,32188,'action created','2021-01-19 15:27:29','2021-01-19 10:27:29'),
(84073,32188,'action started via WP Cron','2021-01-19 15:28:29','2021-01-19 10:28:29'),
(84074,32188,'action complete via WP Cron','2021-01-19 15:28:29','2021-01-19 10:28:29'),
(84075,32189,'action created','2021-01-19 15:28:29','2021-01-19 10:28:29'),
(84076,32189,'action started via WP Cron','2021-01-19 15:29:12','2021-01-19 10:29:12'),
(84077,32189,'action complete via WP Cron','2021-01-19 15:29:12','2021-01-19 10:29:12'),
(84078,32190,'action created','2021-01-19 15:29:12','2021-01-19 10:29:12'),
(84079,32190,'action started via WP Cron','2021-01-19 15:30:14','2021-01-19 10:30:14'),
(84080,32190,'action complete via WP Cron','2021-01-19 15:30:14','2021-01-19 10:30:14'),
(84081,32191,'action created','2021-01-19 15:30:14','2021-01-19 10:30:14'),
(84082,32191,'action started via WP Cron','2021-01-19 15:31:49','2021-01-19 10:31:49'),
(84083,32191,'action complete via WP Cron','2021-01-19 15:31:49','2021-01-19 10:31:49'),
(84084,32192,'action created','2021-01-19 15:31:49','2021-01-19 10:31:49'),
(84085,32192,'action started via WP Cron','2021-01-19 15:32:18','2021-01-19 10:32:18'),
(84086,32192,'action complete via WP Cron','2021-01-19 15:32:18','2021-01-19 10:32:18'),
(84087,32193,'action created','2021-01-19 15:32:18','2021-01-19 10:32:18'),
(84088,32193,'action started via WP Cron','2021-01-19 15:33:38','2021-01-19 10:33:38'),
(84089,32193,'action complete via WP Cron','2021-01-19 15:33:38','2021-01-19 10:33:38'),
(84090,32194,'action created','2021-01-19 15:33:38','2021-01-19 10:33:38'),
(84091,32194,'action started via WP Cron','2021-01-19 15:34:35','2021-01-19 10:34:35'),
(84092,32194,'action complete via WP Cron','2021-01-19 15:34:35','2021-01-19 10:34:35'),
(84093,32195,'action created','2021-01-19 15:34:35','2021-01-19 10:34:35'),
(84094,32195,'action started via WP Cron','2021-01-19 15:35:21','2021-01-19 10:35:21'),
(84095,32195,'action complete via WP Cron','2021-01-19 15:35:21','2021-01-19 10:35:21'),
(84096,32196,'action created','2021-01-19 15:35:21','2021-01-19 10:35:21'),
(84097,32196,'action started via WP Cron','2021-01-19 15:36:14','2021-01-19 10:36:14'),
(84098,32196,'action complete via WP Cron','2021-01-19 15:36:14','2021-01-19 10:36:14'),
(84099,32197,'action created','2021-01-19 15:36:14','2021-01-19 10:36:14'),
(84100,32197,'action started via WP Cron','2021-01-19 15:37:22','2021-01-19 10:37:22'),
(84101,32197,'action complete via WP Cron','2021-01-19 15:37:22','2021-01-19 10:37:22'),
(84102,32198,'action created','2021-01-19 15:37:22','2021-01-19 10:37:22'),
(84103,32198,'action started via WP Cron','2021-01-19 15:38:41','2021-01-19 10:38:41'),
(84104,32198,'action complete via WP Cron','2021-01-19 15:38:41','2021-01-19 10:38:41'),
(84105,32199,'action created','2021-01-19 15:38:41','2021-01-19 10:38:41'),
(84106,32199,'action started via WP Cron','2021-01-19 15:41:32','2021-01-19 10:41:32'),
(84107,32199,'action complete via WP Cron','2021-01-19 15:41:32','2021-01-19 10:41:32'),
(84108,32200,'action created','2021-01-19 15:41:32','2021-01-19 10:41:32'),
(84109,32200,'action started via WP Cron','2021-01-19 15:42:48','2021-01-19 10:42:48'),
(84110,32200,'action complete via WP Cron','2021-01-19 15:42:48','2021-01-19 10:42:48'),
(84111,32201,'action created','2021-01-19 15:42:48','2021-01-19 10:42:48'),
(84112,32201,'action started via WP Cron','2021-01-19 15:43:15','2021-01-19 10:43:15'),
(84113,32201,'action complete via WP Cron','2021-01-19 15:43:15','2021-01-19 10:43:15'),
(84114,32202,'action created','2021-01-19 15:43:15','2021-01-19 10:43:15'),
(84115,32202,'action started via WP Cron','2021-01-19 15:45:29','2021-01-19 10:45:29'),
(84116,32202,'action complete via WP Cron','2021-01-19 15:45:29','2021-01-19 10:45:29'),
(84117,32203,'action created','2021-01-19 15:45:29','2021-01-19 10:45:29'),
(84118,32203,'action started via WP Cron','2021-01-19 15:46:36','2021-01-19 10:46:36'),
(84119,32203,'action complete via WP Cron','2021-01-19 15:46:36','2021-01-19 10:46:36'),
(84120,32204,'action created','2021-01-19 15:46:36','2021-01-19 10:46:36'),
(84121,32204,'action started via WP Cron','2021-01-19 15:47:38','2021-01-19 10:47:38'),
(84122,32204,'action complete via WP Cron','2021-01-19 15:47:38','2021-01-19 10:47:38'),
(84123,32205,'action created','2021-01-19 15:47:38','2021-01-19 10:47:38'),
(84124,32205,'action started via WP Cron','2021-01-19 15:48:38','2021-01-19 10:48:38'),
(84125,32205,'action complete via WP Cron','2021-01-19 15:48:38','2021-01-19 10:48:38'),
(84126,32206,'action created','2021-01-19 15:48:38','2021-01-19 10:48:38'),
(84127,32206,'action started via WP Cron','2021-01-19 15:49:25','2021-01-19 10:49:25'),
(84128,32206,'action complete via WP Cron','2021-01-19 15:49:25','2021-01-19 10:49:25'),
(84129,32207,'action created','2021-01-19 15:49:25','2021-01-19 10:49:25'),
(84130,32207,'action started via WP Cron','2021-01-19 15:50:32','2021-01-19 10:50:32'),
(84131,32207,'action complete via WP Cron','2021-01-19 15:50:32','2021-01-19 10:50:32'),
(84132,32208,'action created','2021-01-19 15:50:32','2021-01-19 10:50:32'),
(84133,32208,'action started via WP Cron','2021-01-19 15:51:31','2021-01-19 10:51:31'),
(84134,32208,'action complete via WP Cron','2021-01-19 15:51:31','2021-01-19 10:51:31'),
(84135,32209,'action created','2021-01-19 15:51:31','2021-01-19 10:51:31'),
(84136,32209,'action started via WP Cron','2021-01-19 15:52:37','2021-01-19 10:52:37'),
(84137,32209,'action complete via WP Cron','2021-01-19 15:52:37','2021-01-19 10:52:37'),
(84138,32210,'action created','2021-01-19 15:52:37','2021-01-19 10:52:37'),
(84139,32210,'action started via WP Cron','2021-01-19 15:54:56','2021-01-19 10:54:56'),
(84140,32210,'action complete via WP Cron','2021-01-19 15:54:56','2021-01-19 10:54:56'),
(84141,32211,'action created','2021-01-19 15:54:56','2021-01-19 10:54:56'),
(84142,32211,'action started via WP Cron','2021-01-19 15:55:32','2021-01-19 10:55:32'),
(84143,32211,'action complete via WP Cron','2021-01-19 15:55:32','2021-01-19 10:55:32'),
(84144,32212,'action created','2021-01-19 15:55:32','2021-01-19 10:55:32'),
(84145,32212,'action started via WP Cron','2021-01-19 15:56:45','2021-01-19 10:56:45'),
(84146,32212,'action complete via WP Cron','2021-01-19 15:56:45','2021-01-19 10:56:45'),
(84147,32213,'action created','2021-01-19 15:56:45','2021-01-19 10:56:45'),
(84148,32213,'action started via WP Cron','2021-01-19 15:57:18','2021-01-19 10:57:18'),
(84149,32213,'action complete via WP Cron','2021-01-19 15:57:18','2021-01-19 10:57:18'),
(84150,32214,'action created','2021-01-19 15:57:18','2021-01-19 10:57:18'),
(84151,32214,'action started via WP Cron','2021-01-19 15:58:33','2021-01-19 10:58:33'),
(84152,32214,'action complete via WP Cron','2021-01-19 15:58:33','2021-01-19 10:58:33'),
(84153,32215,'action created','2021-01-19 15:58:33','2021-01-19 10:58:33'),
(84154,32215,'action started via WP Cron','2021-01-19 15:59:30','2021-01-19 10:59:30'),
(84155,32215,'action complete via WP Cron','2021-01-19 15:59:30','2021-01-19 10:59:30'),
(84156,32216,'action created','2021-01-19 15:59:30','2021-01-19 10:59:30'),
(84157,32216,'action started via WP Cron','2021-01-19 16:00:13','2021-01-19 11:00:13'),
(84158,32216,'action complete via WP Cron','2021-01-19 16:00:13','2021-01-19 11:00:13'),
(84159,32217,'action created','2021-01-19 16:00:13','2021-01-19 11:00:13'),
(84160,32217,'action started via WP Cron','2021-01-19 16:01:55','2021-01-19 11:01:55'),
(84161,32217,'action complete via WP Cron','2021-01-19 16:01:55','2021-01-19 11:01:55'),
(84162,32218,'action created','2021-01-19 16:01:55','2021-01-19 11:01:55'),
(84163,32218,'action started via WP Cron','2021-01-19 16:03:03','2021-01-19 11:03:03'),
(84164,32218,'action complete via WP Cron','2021-01-19 16:03:03','2021-01-19 11:03:03'),
(84165,32219,'action created','2021-01-19 16:03:03','2021-01-19 11:03:03'),
(84166,32219,'action started via WP Cron','2021-01-19 16:04:17','2021-01-19 11:04:17'),
(84167,32219,'action complete via WP Cron','2021-01-19 16:04:17','2021-01-19 11:04:17'),
(84168,32220,'action created','2021-01-19 16:04:17','2021-01-19 11:04:17'),
(84169,32220,'action started via WP Cron','2021-01-19 16:05:45','2021-01-19 11:05:45'),
(84170,32220,'action complete via WP Cron','2021-01-19 16:05:45','2021-01-19 11:05:45'),
(84171,32221,'action created','2021-01-19 16:05:45','2021-01-19 11:05:45'),
(84172,32221,'action started via WP Cron','2021-01-19 16:06:41','2021-01-19 11:06:41'),
(84173,32221,'action complete via WP Cron','2021-01-19 16:06:41','2021-01-19 11:06:41'),
(84174,32222,'action created','2021-01-19 16:06:41','2021-01-19 11:06:41'),
(84175,32222,'action started via WP Cron','2021-01-19 16:07:46','2021-01-19 11:07:46'),
(84176,32222,'action complete via WP Cron','2021-01-19 16:07:46','2021-01-19 11:07:46'),
(84177,32223,'action created','2021-01-19 16:07:55','2021-01-19 11:07:55'),
(84178,32223,'action started via WP Cron','2021-01-19 16:08:59','2021-01-19 11:08:59'),
(84179,32223,'action complete via WP Cron','2021-01-19 16:08:59','2021-01-19 11:08:59'),
(84180,32224,'action created','2021-01-19 16:08:59','2021-01-19 11:08:59'),
(84181,32224,'action started via WP Cron','2021-01-19 16:09:45','2021-01-19 11:09:45'),
(84182,32224,'action complete via WP Cron','2021-01-19 16:09:45','2021-01-19 11:09:45'),
(84183,32225,'action created','2021-01-19 16:09:45','2021-01-19 11:09:45'),
(84184,32225,'action started via WP Cron','2021-01-19 16:10:13','2021-01-19 11:10:13'),
(84185,32225,'action complete via WP Cron','2021-01-19 16:10:13','2021-01-19 11:10:13'),
(84186,32226,'action created','2021-01-19 16:10:14','2021-01-19 11:10:14'),
(84187,32226,'action started via WP Cron','2021-01-19 16:12:30','2021-01-19 11:12:30'),
(84188,32226,'action complete via WP Cron','2021-01-19 16:12:30','2021-01-19 11:12:30'),
(84189,32227,'action created','2021-01-19 16:12:30','2021-01-19 11:12:30'),
(84190,32227,'action started via WP Cron','2021-01-19 16:15:05','2021-01-19 11:15:05'),
(84191,32227,'action complete via WP Cron','2021-01-19 16:15:05','2021-01-19 11:15:05'),
(84192,32228,'action created','2021-01-19 16:15:05','2021-01-19 11:15:05'),
(84193,32228,'action started via WP Cron','2021-01-19 16:17:24','2021-01-19 11:17:24'),
(84194,32228,'action complete via WP Cron','2021-01-19 16:17:24','2021-01-19 11:17:24'),
(84195,32229,'action created','2021-01-19 16:17:24','2021-01-19 11:17:24'),
(84196,32229,'action started via WP Cron','2021-01-19 16:19:26','2021-01-19 11:19:26'),
(84197,32229,'action complete via WP Cron','2021-01-19 16:19:26','2021-01-19 11:19:26'),
(84198,32230,'action created','2021-01-19 16:19:26','2021-01-19 11:19:26'),
(84199,32230,'action started via WP Cron','2021-01-19 16:20:18','2021-01-19 11:20:18'),
(84200,32230,'action complete via WP Cron','2021-01-19 16:20:19','2021-01-19 11:20:19'),
(84201,32231,'action created','2021-01-19 16:20:19','2021-01-19 11:20:19'),
(84202,32231,'action started via WP Cron','2021-01-19 16:22:16','2021-01-19 11:22:16'),
(84203,32231,'action complete via WP Cron','2021-01-19 16:22:16','2021-01-19 11:22:16'),
(84204,32232,'action created','2021-01-19 16:22:16','2021-01-19 11:22:16'),
(84205,32232,'action started via WP Cron','2021-01-19 16:24:01','2021-01-19 11:24:01'),
(84206,32232,'action complete via WP Cron','2021-01-19 16:24:01','2021-01-19 11:24:01'),
(84207,32233,'action created','2021-01-19 16:24:01','2021-01-19 11:24:01'),
(84208,32233,'action started via WP Cron','2021-01-19 16:24:20','2021-01-19 11:24:20'),
(84209,32233,'action complete via WP Cron','2021-01-19 16:24:20','2021-01-19 11:24:20'),
(84210,32234,'action created','2021-01-19 16:24:20','2021-01-19 11:24:20'),
(84211,32234,'action started via WP Cron','2021-01-19 16:25:14','2021-01-19 11:25:14'),
(84212,32234,'action complete via WP Cron','2021-01-19 16:25:14','2021-01-19 11:25:14'),
(84213,32235,'action created','2021-01-19 16:25:14','2021-01-19 11:25:14'),
(84214,32235,'action started via WP Cron','2021-01-19 16:26:19','2021-01-19 11:26:19'),
(84215,32235,'action complete via WP Cron','2021-01-19 16:26:19','2021-01-19 11:26:19'),
(84216,32236,'action created','2021-01-19 16:26:19','2021-01-19 11:26:19'),
(84217,32236,'action started via WP Cron','2021-01-19 16:27:35','2021-01-19 11:27:35'),
(84218,32236,'action complete via WP Cron','2021-01-19 16:27:35','2021-01-19 11:27:35'),
(84219,32237,'action created','2021-01-19 16:27:35','2021-01-19 11:27:35'),
(84220,32237,'action started via WP Cron','2021-01-19 16:28:40','2021-01-19 11:28:40'),
(84221,32237,'action complete via WP Cron','2021-01-19 16:28:40','2021-01-19 11:28:40'),
(84222,32238,'action created','2021-01-19 16:28:40','2021-01-19 11:28:40'),
(84223,32238,'action started via WP Cron','2021-01-19 16:29:58','2021-01-19 11:29:58'),
(84224,32238,'action complete via WP Cron','2021-01-19 16:29:58','2021-01-19 11:29:58'),
(84225,32239,'action created','2021-01-19 16:29:58','2021-01-19 11:29:58'),
(84226,32239,'action started via WP Cron','2021-01-19 16:30:26','2021-01-19 11:30:26'),
(84227,32239,'action complete via WP Cron','2021-01-19 16:30:26','2021-01-19 11:30:26'),
(84228,32240,'action created','2021-01-19 16:30:26','2021-01-19 11:30:26'),
(84229,32240,'action started via WP Cron','2021-01-19 16:31:49','2021-01-19 11:31:49'),
(84230,32240,'action complete via WP Cron','2021-01-19 16:31:49','2021-01-19 11:31:49'),
(84231,32241,'action created','2021-01-19 16:31:49','2021-01-19 11:31:49'),
(84232,32241,'action started via WP Cron','2021-01-19 16:32:25','2021-01-19 11:32:25'),
(84233,32241,'action complete via WP Cron','2021-01-19 16:32:25','2021-01-19 11:32:25'),
(84234,32242,'action created','2021-01-19 16:32:25','2021-01-19 11:32:25'),
(84235,32242,'action started via WP Cron','2021-01-19 16:33:16','2021-01-19 11:33:16'),
(84236,32242,'action complete via WP Cron','2021-01-19 16:33:16','2021-01-19 11:33:16'),
(84237,32243,'action created','2021-01-19 16:33:16','2021-01-19 11:33:16'),
(84238,32243,'action started via WP Cron','2021-01-19 16:34:39','2021-01-19 11:34:39'),
(84239,32243,'action complete via WP Cron','2021-01-19 16:34:39','2021-01-19 11:34:39'),
(84240,32244,'action created','2021-01-19 16:34:39','2021-01-19 11:34:39'),
(84241,32244,'action started via WP Cron','2021-01-19 16:35:36','2021-01-19 11:35:36'),
(84242,32244,'action complete via WP Cron','2021-01-19 16:35:36','2021-01-19 11:35:36'),
(84243,32245,'action created','2021-01-19 16:35:36','2021-01-19 11:35:36'),
(84244,32245,'action started via WP Cron','2021-01-19 16:36:24','2021-01-19 11:36:24'),
(84245,32245,'action complete via WP Cron','2021-01-19 16:36:24','2021-01-19 11:36:24'),
(84246,32246,'action created','2021-01-19 16:36:24','2021-01-19 11:36:24'),
(84247,32246,'action started via WP Cron','2021-01-19 16:37:25','2021-01-19 11:37:25'),
(84248,32246,'action complete via WP Cron','2021-01-19 16:37:25','2021-01-19 11:37:25'),
(84249,32247,'action created','2021-01-19 16:37:25','2021-01-19 11:37:25'),
(84250,32247,'action started via WP Cron','2021-01-19 16:38:20','2021-01-19 11:38:20'),
(84251,32247,'action complete via WP Cron','2021-01-19 16:38:20','2021-01-19 11:38:20'),
(84252,32248,'action created','2021-01-19 16:38:20','2021-01-19 11:38:20'),
(84253,32248,'action started via WP Cron','2021-01-19 16:39:50','2021-01-19 11:39:50'),
(84254,32248,'action complete via WP Cron','2021-01-19 16:39:50','2021-01-19 11:39:50'),
(84255,32249,'action created','2021-01-19 16:39:50','2021-01-19 11:39:50'),
(84256,32249,'action started via WP Cron','2021-01-19 16:40:16','2021-01-19 11:40:16'),
(84257,32249,'action complete via WP Cron','2021-01-19 16:40:16','2021-01-19 11:40:16'),
(84258,32250,'action created','2021-01-19 16:40:16','2021-01-19 11:40:16'),
(84259,32250,'action started via WP Cron','2021-01-19 16:41:31','2021-01-19 11:41:31'),
(84260,32250,'action complete via WP Cron','2021-01-19 16:41:31','2021-01-19 11:41:31'),
(84261,32251,'action created','2021-01-19 16:41:31','2021-01-19 11:41:31'),
(84262,32251,'action started via WP Cron','2021-01-19 16:42:24','2021-01-19 11:42:24'),
(84263,32251,'action complete via WP Cron','2021-01-19 16:42:24','2021-01-19 11:42:24'),
(84264,32252,'action created','2021-01-19 16:42:24','2021-01-19 11:42:24'),
(84265,32252,'action started via WP Cron','2021-01-19 16:43:57','2021-01-19 11:43:57'),
(84266,32252,'action complete via WP Cron','2021-01-19 16:43:57','2021-01-19 11:43:57'),
(84267,32253,'action created','2021-01-19 16:43:57','2021-01-19 11:43:57'),
(84268,32253,'action started via WP Cron','2021-01-19 16:44:31','2021-01-19 11:44:31'),
(84269,32253,'action complete via WP Cron','2021-01-19 16:44:31','2021-01-19 11:44:31'),
(84270,32254,'action created','2021-01-19 16:44:31','2021-01-19 11:44:31'),
(84271,32254,'action started via WP Cron','2021-01-19 16:47:24','2021-01-19 11:47:24'),
(84272,32254,'action complete via WP Cron','2021-01-19 16:47:24','2021-01-19 11:47:24'),
(84273,32255,'action created','2021-01-19 16:47:24','2021-01-19 11:47:24'),
(84274,32255,'action started via WP Cron','2021-01-19 16:49:55','2021-01-19 11:49:55'),
(84275,32255,'action complete via WP Cron','2021-01-19 16:49:55','2021-01-19 11:49:55'),
(84276,32256,'action created','2021-01-19 16:49:55','2021-01-19 11:49:55'),
(84277,32256,'action started via WP Cron','2021-01-19 16:50:56','2021-01-19 11:50:56'),
(84278,32256,'action complete via WP Cron','2021-01-19 16:50:56','2021-01-19 11:50:56'),
(84279,32257,'action created','2021-01-19 16:50:56','2021-01-19 11:50:56'),
(84280,32257,'action started via WP Cron','2021-01-19 16:51:23','2021-01-19 11:51:23'),
(84281,32257,'action complete via WP Cron','2021-01-19 16:51:23','2021-01-19 11:51:23'),
(84282,32258,'action created','2021-01-19 16:51:23','2021-01-19 11:51:23'),
(84283,32258,'action started via WP Cron','2021-01-19 16:52:11','2021-01-19 11:52:11'),
(84284,32258,'action complete via WP Cron','2021-01-19 16:52:11','2021-01-19 11:52:11'),
(84285,32259,'action created','2021-01-19 16:52:11','2021-01-19 11:52:11'),
(84286,32259,'action started via WP Cron','2021-01-19 16:53:51','2021-01-19 11:53:51'),
(84287,32259,'action complete via WP Cron','2021-01-19 16:53:51','2021-01-19 11:53:51'),
(84288,32260,'action created','2021-01-19 16:53:51','2021-01-19 11:53:51'),
(84289,32260,'action started via WP Cron','2021-01-19 16:54:40','2021-01-19 11:54:40'),
(84290,32260,'action complete via WP Cron','2021-01-19 16:54:40','2021-01-19 11:54:40'),
(84291,32261,'action created','2021-01-19 16:54:40','2021-01-19 11:54:40'),
(84292,32261,'action started via WP Cron','2021-01-19 16:56:33','2021-01-19 11:56:33'),
(84293,32261,'action complete via WP Cron','2021-01-19 16:56:33','2021-01-19 11:56:33'),
(84294,32262,'action created','2021-01-19 16:56:33','2021-01-19 11:56:33'),
(84295,32262,'action started via WP Cron','2021-01-19 16:57:36','2021-01-19 11:57:36'),
(84296,32262,'action complete via WP Cron','2021-01-19 16:57:36','2021-01-19 11:57:36'),
(84297,32263,'action created','2021-01-19 16:57:36','2021-01-19 11:57:36'),
(84298,32263,'action started via WP Cron','2021-01-19 16:59:40','2021-01-19 11:59:40'),
(84299,32263,'action complete via WP Cron','2021-01-19 16:59:40','2021-01-19 11:59:40'),
(84300,32264,'action created','2021-01-19 16:59:40','2021-01-19 11:59:40'),
(84301,32264,'action started via WP Cron','2021-01-19 17:00:23','2021-01-19 12:00:23'),
(84302,32264,'action complete via WP Cron','2021-01-19 17:00:23','2021-01-19 12:00:23'),
(84303,32265,'action created','2021-01-19 17:00:23','2021-01-19 12:00:23'),
(84304,32265,'action started via WP Cron','2021-01-19 17:02:03','2021-01-19 12:02:03'),
(84305,32265,'action complete via WP Cron','2021-01-19 17:02:03','2021-01-19 12:02:03'),
(84306,32266,'action created','2021-01-19 17:02:03','2021-01-19 12:02:03'),
(84307,32266,'action started via WP Cron','2021-01-19 17:02:36','2021-01-19 12:02:36'),
(84308,32266,'action complete via WP Cron','2021-01-19 17:02:36','2021-01-19 12:02:36'),
(84309,32267,'action created','2021-01-19 17:02:36','2021-01-19 12:02:36'),
(84310,32267,'action started via WP Cron','2021-01-19 17:04:03','2021-01-19 12:04:03'),
(84311,32267,'action complete via WP Cron','2021-01-19 17:04:03','2021-01-19 12:04:03'),
(84312,32268,'action created','2021-01-19 17:04:04','2021-01-19 12:04:04'),
(84313,32268,'action started via WP Cron','2021-01-19 17:04:16','2021-01-19 12:04:16'),
(84314,32268,'action complete via WP Cron','2021-01-19 17:04:16','2021-01-19 12:04:16'),
(84315,32269,'action created','2021-01-19 17:04:16','2021-01-19 12:04:16'),
(84316,32269,'action started via WP Cron','2021-01-19 17:05:23','2021-01-19 12:05:23'),
(84317,32269,'action complete via WP Cron','2021-01-19 17:05:23','2021-01-19 12:05:23'),
(84318,32270,'action created','2021-01-19 17:05:23','2021-01-19 12:05:23'),
(84319,32270,'action started via WP Cron','2021-01-19 17:06:17','2021-01-19 12:06:17'),
(84320,32270,'action complete via WP Cron','2021-01-19 17:06:17','2021-01-19 12:06:17'),
(84321,32271,'action created','2021-01-19 17:06:17','2021-01-19 12:06:17'),
(84322,32271,'action started via WP Cron','2021-01-19 17:07:14','2021-01-19 12:07:14'),
(84323,32271,'action complete via WP Cron','2021-01-19 17:07:14','2021-01-19 12:07:14'),
(84324,32272,'action created','2021-01-19 17:07:14','2021-01-19 12:07:14'),
(84325,32272,'action started via WP Cron','2021-01-19 17:08:26','2021-01-19 12:08:26'),
(84326,32272,'action complete via WP Cron','2021-01-19 17:08:26','2021-01-19 12:08:26'),
(84327,32273,'action created','2021-01-19 17:08:26','2021-01-19 12:08:26'),
(84328,32273,'action started via WP Cron','2021-01-19 17:09:45','2021-01-19 12:09:45'),
(84329,32273,'action complete via WP Cron','2021-01-19 17:09:45','2021-01-19 12:09:45'),
(84330,32274,'action created','2021-01-19 17:09:45','2021-01-19 12:09:45'),
(84331,32274,'action started via WP Cron','2021-01-19 17:10:20','2021-01-19 12:10:20'),
(84332,32274,'action complete via WP Cron','2021-01-19 17:10:20','2021-01-19 12:10:20'),
(84333,32275,'action created','2021-01-19 17:10:20','2021-01-19 12:10:20'),
(84334,32275,'action started via WP Cron','2021-01-19 17:11:25','2021-01-19 12:11:25'),
(84335,32275,'action complete via WP Cron','2021-01-19 17:11:25','2021-01-19 12:11:25'),
(84336,32276,'action created','2021-01-19 17:11:25','2021-01-19 12:11:25'),
(84337,32276,'action started via WP Cron','2021-01-19 17:12:16','2021-01-19 12:12:16'),
(84338,32276,'action complete via WP Cron','2021-01-19 17:12:16','2021-01-19 12:12:16'),
(84339,32277,'action created','2021-01-19 17:12:16','2021-01-19 12:12:16'),
(84340,32277,'action started via WP Cron','2021-01-19 17:14:17','2021-01-19 12:14:17'),
(84341,32277,'action complete via WP Cron','2021-01-19 17:14:17','2021-01-19 12:14:17'),
(84342,32278,'action created','2021-01-19 17:14:17','2021-01-19 12:14:17'),
(84343,32278,'action started via WP Cron','2021-01-19 17:15:35','2021-01-19 12:15:35'),
(84344,32278,'action complete via WP Cron','2021-01-19 17:15:35','2021-01-19 12:15:35'),
(84345,32279,'action created','2021-01-19 17:15:35','2021-01-19 12:15:35'),
(84346,32279,'action started via WP Cron','2021-01-19 17:17:00','2021-01-19 12:17:00'),
(84347,32279,'action complete via WP Cron','2021-01-19 17:17:00','2021-01-19 12:17:00'),
(84348,32280,'action created','2021-01-19 17:17:00','2021-01-19 12:17:00'),
(84349,32280,'action started via WP Cron','2021-01-19 17:17:17','2021-01-19 12:17:17'),
(84350,32280,'action complete via WP Cron','2021-01-19 17:17:17','2021-01-19 12:17:17'),
(84351,32281,'action created','2021-01-19 17:17:17','2021-01-19 12:17:17'),
(84352,32281,'action started via WP Cron','2021-01-19 17:18:13','2021-01-19 12:18:13'),
(84353,32281,'action complete via WP Cron','2021-01-19 17:18:13','2021-01-19 12:18:13'),
(84354,32282,'action created','2021-01-19 17:18:13','2021-01-19 12:18:13'),
(84355,32282,'action started via WP Cron','2021-01-19 17:19:43','2021-01-19 12:19:43'),
(84356,32282,'action complete via WP Cron','2021-01-19 17:19:43','2021-01-19 12:19:43'),
(84357,32283,'action created','2021-01-19 17:19:43','2021-01-19 12:19:43'),
(84358,32283,'action started via WP Cron','2021-01-19 17:20:59','2021-01-19 12:20:59'),
(84359,32283,'action complete via WP Cron','2021-01-19 17:20:59','2021-01-19 12:20:59'),
(84360,32284,'action created','2021-01-19 17:20:59','2021-01-19 12:20:59'),
(84361,32284,'action started via WP Cron','2021-01-19 17:21:12','2021-01-19 12:21:12'),
(84362,32284,'action complete via WP Cron','2021-01-19 17:21:12','2021-01-19 12:21:12'),
(84363,32285,'action created','2021-01-19 17:21:12','2021-01-19 12:21:12'),
(84364,32285,'action started via WP Cron','2021-01-19 17:23:19','2021-01-19 12:23:19'),
(84365,32285,'action complete via WP Cron','2021-01-19 17:23:19','2021-01-19 12:23:19'),
(84366,32286,'action created','2021-01-19 17:23:19','2021-01-19 12:23:19'),
(84367,32286,'action started via WP Cron','2021-01-19 17:24:25','2021-01-19 12:24:25'),
(84368,32286,'action complete via WP Cron','2021-01-19 17:24:25','2021-01-19 12:24:25'),
(84369,32287,'action created','2021-01-19 17:24:25','2021-01-19 12:24:25'),
(84370,32287,'action started via WP Cron','2021-01-19 17:26:51','2021-01-19 12:26:51'),
(84371,32287,'action complete via WP Cron','2021-01-19 17:26:51','2021-01-19 12:26:51'),
(84372,32288,'action created','2021-01-19 17:26:51','2021-01-19 12:26:51'),
(84373,32288,'action started via WP Cron','2021-01-19 17:28:24','2021-01-19 12:28:24'),
(84374,32288,'action complete via WP Cron','2021-01-19 17:28:24','2021-01-19 12:28:24'),
(84375,32289,'action created','2021-01-19 17:28:24','2021-01-19 12:28:24'),
(84376,32289,'action started via WP Cron','2021-01-19 17:29:13','2021-01-19 12:29:13'),
(84377,32289,'action complete via WP Cron','2021-01-19 17:29:13','2021-01-19 12:29:13'),
(84378,32290,'action created','2021-01-19 17:29:13','2021-01-19 12:29:13'),
(84379,32290,'action started via WP Cron','2021-01-19 17:30:23','2021-01-19 12:30:23'),
(84380,32290,'action complete via WP Cron','2021-01-19 17:30:24','2021-01-19 12:30:24'),
(84381,32291,'action created','2021-01-19 17:30:24','2021-01-19 12:30:24'),
(84382,32291,'action started via WP Cron','2021-01-19 17:31:18','2021-01-19 12:31:18'),
(84383,32291,'action complete via WP Cron','2021-01-19 17:31:18','2021-01-19 12:31:18'),
(84384,32292,'action created','2021-01-19 17:31:18','2021-01-19 12:31:18'),
(84385,32292,'action started via WP Cron','2021-01-19 17:32:12','2021-01-19 12:32:12'),
(84386,32292,'action complete via WP Cron','2021-01-19 17:32:12','2021-01-19 12:32:12'),
(84387,32293,'action created','2021-01-19 17:32:12','2021-01-19 12:32:12'),
(84388,32293,'action started via WP Cron','2021-01-19 17:33:22','2021-01-19 12:33:22'),
(84389,32293,'action complete via WP Cron','2021-01-19 17:33:22','2021-01-19 12:33:22'),
(84390,32294,'action created','2021-01-19 17:33:22','2021-01-19 12:33:22'),
(84391,32294,'action started via WP Cron','2021-01-19 17:36:11','2021-01-19 12:36:11'),
(84392,32294,'action complete via WP Cron','2021-01-19 17:36:11','2021-01-19 12:36:11'),
(84393,32295,'action created','2021-01-19 17:36:11','2021-01-19 12:36:11'),
(84394,32295,'action started via WP Cron','2021-01-19 17:37:17','2021-01-19 12:37:17'),
(84395,32295,'action complete via WP Cron','2021-01-19 17:37:17','2021-01-19 12:37:17'),
(84396,32296,'action created','2021-01-19 17:37:17','2021-01-19 12:37:17'),
(84397,32296,'action started via WP Cron','2021-01-19 17:38:21','2021-01-19 12:38:21'),
(84398,32296,'action complete via WP Cron','2021-01-19 17:38:21','2021-01-19 12:38:21'),
(84399,32297,'action created','2021-01-19 17:38:21','2021-01-19 12:38:21'),
(84400,32297,'action started via WP Cron','2021-01-19 17:40:13','2021-01-19 12:40:13'),
(84401,32297,'action complete via WP Cron','2021-01-19 17:40:13','2021-01-19 12:40:13'),
(84402,32298,'action created','2021-01-19 17:40:13','2021-01-19 12:40:13'),
(84403,32298,'action started via WP Cron','2021-01-19 17:44:16','2021-01-19 12:44:16'),
(84404,32298,'action complete via WP Cron','2021-01-19 17:44:16','2021-01-19 12:44:16'),
(84405,32299,'action created','2021-01-19 17:44:16','2021-01-19 12:44:16'),
(84406,32299,'action started via WP Cron','2021-01-19 17:45:20','2021-01-19 12:45:20'),
(84407,32299,'action complete via WP Cron','2021-01-19 17:45:20','2021-01-19 12:45:20'),
(84408,32300,'action created','2021-01-19 17:45:20','2021-01-19 12:45:20'),
(84409,32300,'action started via WP Cron','2021-01-19 17:46:46','2021-01-19 12:46:46'),
(84410,32300,'action complete via WP Cron','2021-01-19 17:46:46','2021-01-19 12:46:46'),
(84411,32301,'action created','2021-01-19 17:46:46','2021-01-19 12:46:46'),
(84412,32301,'action started via WP Cron','2021-01-19 17:47:40','2021-01-19 12:47:40'),
(84413,32301,'action complete via WP Cron','2021-01-19 17:47:40','2021-01-19 12:47:40'),
(84414,32302,'action created','2021-01-19 17:47:40','2021-01-19 12:47:40'),
(84415,32302,'action started via WP Cron','2021-01-19 17:48:51','2021-01-19 12:48:51'),
(84416,32302,'action complete via WP Cron','2021-01-19 17:48:51','2021-01-19 12:48:51'),
(84417,32303,'action created','2021-01-19 17:48:51','2021-01-19 12:48:51'),
(84418,32303,'action started via WP Cron','2021-01-19 17:50:32','2021-01-19 12:50:32'),
(84419,32303,'action complete via WP Cron','2021-01-19 17:50:32','2021-01-19 12:50:32'),
(84420,32304,'action created','2021-01-19 17:50:32','2021-01-19 12:50:32'),
(84421,32304,'action started via WP Cron','2021-01-19 17:51:41','2021-01-19 12:51:41'),
(84422,32304,'action complete via WP Cron','2021-01-19 17:51:41','2021-01-19 12:51:41'),
(84423,32305,'action created','2021-01-19 17:51:41','2021-01-19 12:51:41'),
(84424,32305,'action started via WP Cron','2021-01-19 17:52:24','2021-01-19 12:52:24'),
(84425,32305,'action complete via WP Cron','2021-01-19 17:52:24','2021-01-19 12:52:24'),
(84426,32306,'action created','2021-01-19 17:52:24','2021-01-19 12:52:24'),
(84427,32306,'action started via WP Cron','2021-01-19 17:55:46','2021-01-19 12:55:46'),
(84428,32306,'action complete via WP Cron','2021-01-19 17:55:46','2021-01-19 12:55:46'),
(84429,32307,'action created','2021-01-19 17:55:46','2021-01-19 12:55:46'),
(84430,32307,'action started via WP Cron','2021-01-19 17:56:13','2021-01-19 12:56:13'),
(84431,32307,'action complete via WP Cron','2021-01-19 17:56:13','2021-01-19 12:56:13'),
(84432,32308,'action created','2021-01-19 17:56:13','2021-01-19 12:56:13'),
(84433,32308,'action started via WP Cron','2021-01-19 17:58:08','2021-01-19 12:58:08'),
(84434,32308,'action complete via WP Cron','2021-01-19 17:58:08','2021-01-19 12:58:08'),
(84435,32309,'action created','2021-01-19 17:58:08','2021-01-19 12:58:08'),
(84436,32309,'action started via WP Cron','2021-01-19 17:59:33','2021-01-19 12:59:33'),
(84437,32309,'action complete via WP Cron','2021-01-19 17:59:33','2021-01-19 12:59:33'),
(84438,32310,'action created','2021-01-19 17:59:33','2021-01-19 12:59:33'),
(84439,32310,'action started via WP Cron','2021-01-19 18:00:18','2021-01-19 13:00:18'),
(84440,32310,'action complete via WP Cron','2021-01-19 18:00:18','2021-01-19 13:00:18'),
(84441,32311,'action created','2021-01-19 18:00:18','2021-01-19 13:00:18'),
(84442,32311,'action started via WP Cron','2021-01-19 18:01:11','2021-01-19 13:01:11'),
(84443,32311,'action complete via WP Cron','2021-01-19 18:01:11','2021-01-19 13:01:11'),
(84444,32312,'action created','2021-01-19 18:01:11','2021-01-19 13:01:11'),
(84445,32312,'action started via WP Cron','2021-01-19 18:02:48','2021-01-19 13:02:48'),
(84446,32312,'action complete via WP Cron','2021-01-19 18:02:48','2021-01-19 13:02:48'),
(84447,32313,'action created','2021-01-19 18:02:48','2021-01-19 13:02:48'),
(84448,32313,'action started via WP Cron','2021-01-19 18:03:23','2021-01-19 13:03:23'),
(84449,32313,'action complete via WP Cron','2021-01-19 18:03:24','2021-01-19 13:03:24'),
(84450,32314,'action created','2021-01-19 18:03:24','2021-01-19 13:03:24'),
(84451,32314,'action started via WP Cron','2021-01-19 18:04:28','2021-01-19 13:04:28'),
(84452,32314,'action complete via WP Cron','2021-01-19 18:04:28','2021-01-19 13:04:28'),
(84453,32315,'action created','2021-01-19 18:04:28','2021-01-19 13:04:28'),
(84454,32315,'action started via WP Cron','2021-01-19 18:06:20','2021-01-19 13:06:20'),
(84455,32315,'action complete via WP Cron','2021-01-19 18:06:20','2021-01-19 13:06:20'),
(84456,32316,'action created','2021-01-19 18:06:20','2021-01-19 13:06:20'),
(84457,32316,'action started via WP Cron','2021-01-19 18:07:33','2021-01-19 13:07:33'),
(84458,32316,'action complete via WP Cron','2021-01-19 18:07:33','2021-01-19 13:07:33'),
(84459,32317,'action created','2021-01-19 18:07:34','2021-01-19 13:07:34'),
(84460,32317,'action started via WP Cron','2021-01-19 18:09:26','2021-01-19 13:09:26'),
(84461,32317,'action complete via WP Cron','2021-01-19 18:09:26','2021-01-19 13:09:26'),
(84462,32318,'action created','2021-01-19 18:09:26','2021-01-19 13:09:26'),
(84463,32318,'action started via WP Cron','2021-01-19 18:10:47','2021-01-19 13:10:47'),
(84464,32318,'action complete via WP Cron','2021-01-19 18:10:47','2021-01-19 13:10:47'),
(84465,32319,'action created','2021-01-19 18:10:47','2021-01-19 13:10:47'),
(84466,32319,'action started via WP Cron','2021-01-19 18:11:27','2021-01-19 13:11:27'),
(84467,32319,'action complete via WP Cron','2021-01-19 18:11:27','2021-01-19 13:11:27'),
(84468,32320,'action created','2021-01-19 18:11:27','2021-01-19 13:11:27'),
(84469,32320,'action started via WP Cron','2021-01-19 18:12:25','2021-01-19 13:12:25'),
(84470,32320,'action complete via WP Cron','2021-01-19 18:12:25','2021-01-19 13:12:25'),
(84471,32321,'action created','2021-01-19 18:12:25','2021-01-19 13:12:25'),
(84472,32321,'action started via WP Cron','2021-01-19 18:13:20','2021-01-19 13:13:20'),
(84473,32321,'action complete via WP Cron','2021-01-19 18:13:20','2021-01-19 13:13:20'),
(84474,32322,'action created','2021-01-19 18:13:20','2021-01-19 13:13:20'),
(84475,32322,'action started via WP Cron','2021-01-19 18:14:30','2021-01-19 13:14:30'),
(84476,32322,'action complete via WP Cron','2021-01-19 18:14:30','2021-01-19 13:14:30'),
(84477,32323,'action created','2021-01-19 18:14:30','2021-01-19 13:14:30'),
(84478,32323,'action started via WP Cron','2021-01-19 18:15:16','2021-01-19 13:15:16'),
(84479,32323,'action complete via WP Cron','2021-01-19 18:15:16','2021-01-19 13:15:16'),
(84480,32324,'action created','2021-01-19 18:15:16','2021-01-19 13:15:16'),
(84481,32324,'action started via WP Cron','2021-01-19 18:16:52','2021-01-19 13:16:52'),
(84482,32324,'action complete via WP Cron','2021-01-19 18:16:52','2021-01-19 13:16:52'),
(84483,32325,'action created','2021-01-19 18:16:52','2021-01-19 13:16:52'),
(84484,32325,'action started via WP Cron','2021-01-19 18:17:25','2021-01-19 13:17:25'),
(84485,32325,'action complete via WP Cron','2021-01-19 18:17:25','2021-01-19 13:17:25'),
(84486,32326,'action created','2021-01-19 18:17:26','2021-01-19 13:17:26'),
(84487,32326,'action started via WP Cron','2021-01-19 18:18:14','2021-01-19 13:18:14'),
(84488,32326,'action complete via WP Cron','2021-01-19 18:18:14','2021-01-19 13:18:14'),
(84489,32327,'action created','2021-01-19 18:18:15','2021-01-19 13:18:15'),
(84490,32327,'action started via WP Cron','2021-01-19 18:19:16','2021-01-19 13:19:16'),
(84491,32327,'action complete via WP Cron','2021-01-19 18:19:16','2021-01-19 13:19:16'),
(84492,32328,'action created','2021-01-19 18:19:16','2021-01-19 13:19:16'),
(84493,32328,'action started via WP Cron','2021-01-19 18:20:35','2021-01-19 13:20:35'),
(84494,32328,'action complete via WP Cron','2021-01-19 18:20:35','2021-01-19 13:20:35'),
(84495,32329,'action created','2021-01-19 18:20:35','2021-01-19 13:20:35'),
(84496,32329,'action started via WP Cron','2021-01-19 18:21:50','2021-01-19 13:21:50'),
(84497,32329,'action complete via WP Cron','2021-01-19 18:21:50','2021-01-19 13:21:50'),
(84498,32330,'action created','2021-01-19 18:21:50','2021-01-19 13:21:50'),
(84499,32330,'action started via WP Cron','2021-01-19 18:22:41','2021-01-19 13:22:41'),
(84500,32330,'action complete via WP Cron','2021-01-19 18:22:41','2021-01-19 13:22:41'),
(84501,32331,'action created','2021-01-19 18:22:42','2021-01-19 13:22:42'),
(84502,32331,'action started via WP Cron','2021-01-19 18:24:06','2021-01-19 13:24:06'),
(84503,32331,'action complete via WP Cron','2021-01-19 18:24:06','2021-01-19 13:24:06'),
(84504,32332,'action created','2021-01-19 18:24:06','2021-01-19 13:24:06'),
(84505,32332,'action started via WP Cron','2021-01-19 18:25:22','2021-01-19 13:25:22'),
(84506,32332,'action complete via WP Cron','2021-01-19 18:25:22','2021-01-19 13:25:22'),
(84507,32333,'action created','2021-01-19 18:25:22','2021-01-19 13:25:22'),
(84508,32333,'action started via WP Cron','2021-01-19 18:27:31','2021-01-19 13:27:31'),
(84509,32333,'action complete via WP Cron','2021-01-19 18:27:31','2021-01-19 13:27:31'),
(84510,32334,'action created','2021-01-19 18:27:31','2021-01-19 13:27:31'),
(84511,32334,'action started via WP Cron','2021-01-19 18:29:16','2021-01-19 13:29:16'),
(84512,32334,'action complete via WP Cron','2021-01-19 18:29:16','2021-01-19 13:29:16'),
(84513,32335,'action created','2021-01-19 18:29:16','2021-01-19 13:29:16'),
(84514,32335,'action started via WP Cron','2021-01-19 18:30:28','2021-01-19 13:30:28'),
(84515,32335,'action complete via WP Cron','2021-01-19 18:30:28','2021-01-19 13:30:28'),
(84516,32336,'action created','2021-01-19 18:30:28','2021-01-19 13:30:28'),
(84517,32336,'action started via WP Cron','2021-01-19 18:31:46','2021-01-19 13:31:46'),
(84518,32336,'action complete via WP Cron','2021-01-19 18:31:46','2021-01-19 13:31:46'),
(84519,32337,'action created','2021-01-19 18:31:46','2021-01-19 13:31:46'),
(84520,32337,'action started via WP Cron','2021-01-19 18:32:22','2021-01-19 13:32:22'),
(84521,32337,'action complete via WP Cron','2021-01-19 18:32:22','2021-01-19 13:32:22'),
(84522,32338,'action created','2021-01-19 18:32:22','2021-01-19 13:32:22'),
(84523,32338,'action started via WP Cron','2021-01-19 18:33:14','2021-01-19 13:33:14'),
(84524,32338,'action complete via WP Cron','2021-01-19 18:33:14','2021-01-19 13:33:14'),
(84525,32339,'action created','2021-01-19 18:33:14','2021-01-19 13:33:14'),
(84526,32339,'action started via WP Cron','2021-01-19 18:34:22','2021-01-19 13:34:22'),
(84527,32339,'action complete via WP Cron','2021-01-19 18:34:22','2021-01-19 13:34:22'),
(84528,32340,'action created','2021-01-19 18:34:22','2021-01-19 13:34:22'),
(84529,32340,'action started via WP Cron','2021-01-19 18:36:27','2021-01-19 13:36:27'),
(84530,32340,'action complete via WP Cron','2021-01-19 18:36:27','2021-01-19 13:36:27'),
(84531,32341,'action created','2021-01-19 18:36:27','2021-01-19 13:36:27'),
(84532,32341,'action started via WP Cron','2021-01-19 18:37:36','2021-01-19 13:37:36'),
(84533,32341,'action complete via WP Cron','2021-01-19 18:37:36','2021-01-19 13:37:36'),
(84534,32342,'action created','2021-01-19 18:37:36','2021-01-19 13:37:36'),
(84535,32342,'action started via WP Cron','2021-01-19 18:41:07','2021-01-19 13:41:07'),
(84536,32342,'action complete via WP Cron','2021-01-19 18:41:07','2021-01-19 13:41:07'),
(84537,32343,'action created','2021-01-19 18:41:07','2021-01-19 13:41:07'),
(84538,32343,'action started via WP Cron','2021-01-19 18:41:40','2021-01-19 13:41:40'),
(84539,32343,'action complete via WP Cron','2021-01-19 18:41:40','2021-01-19 13:41:40'),
(84540,32344,'action created','2021-01-19 18:41:40','2021-01-19 13:41:40'),
(84541,32344,'action started via WP Cron','2021-01-19 18:42:33','2021-01-19 13:42:33'),
(84542,32344,'action complete via WP Cron','2021-01-19 18:42:33','2021-01-19 13:42:33'),
(84543,32345,'action created','2021-01-19 18:42:33','2021-01-19 13:42:33'),
(84544,32345,'action started via WP Cron','2021-01-19 18:43:55','2021-01-19 13:43:55'),
(84545,32345,'action complete via WP Cron','2021-01-19 18:43:55','2021-01-19 13:43:55'),
(84546,32346,'action created','2021-01-19 18:43:55','2021-01-19 13:43:55'),
(84547,32346,'action started via WP Cron','2021-01-19 18:44:25','2021-01-19 13:44:25'),
(84548,32346,'action complete via WP Cron','2021-01-19 18:44:25','2021-01-19 13:44:25'),
(84549,32347,'action created','2021-01-19 18:44:25','2021-01-19 13:44:25'),
(84550,32347,'action started via WP Cron','2021-01-19 18:45:22','2021-01-19 13:45:22'),
(84551,32347,'action complete via WP Cron','2021-01-19 18:45:22','2021-01-19 13:45:22'),
(84552,32348,'action created','2021-01-19 18:45:22','2021-01-19 13:45:22'),
(84553,32348,'action started via WP Cron','2021-01-19 18:46:57','2021-01-19 13:46:57'),
(84554,32348,'action complete via WP Cron','2021-01-19 18:46:57','2021-01-19 13:46:57'),
(84555,32349,'action created','2021-01-19 18:46:57','2021-01-19 13:46:57'),
(84556,32349,'action started via WP Cron','2021-01-19 18:47:43','2021-01-19 13:47:43'),
(84557,32349,'action complete via WP Cron','2021-01-19 18:47:43','2021-01-19 13:47:43'),
(84558,32350,'action created','2021-01-19 18:47:43','2021-01-19 13:47:43'),
(84559,32350,'action started via WP Cron','2021-01-19 18:49:20','2021-01-19 13:49:20'),
(84560,32350,'action complete via WP Cron','2021-01-19 18:49:20','2021-01-19 13:49:20'),
(84561,32351,'action created','2021-01-19 18:49:20','2021-01-19 13:49:20'),
(84562,32351,'action started via WP Cron','2021-01-19 18:50:23','2021-01-19 13:50:23'),
(84563,32351,'action complete via WP Cron','2021-01-19 18:50:23','2021-01-19 13:50:23'),
(84564,32352,'action created','2021-01-19 18:50:24','2021-01-19 13:50:24'),
(84565,32352,'action started via WP Cron','2021-01-19 18:52:11','2021-01-19 13:52:11'),
(84566,32352,'action complete via WP Cron','2021-01-19 18:52:11','2021-01-19 13:52:11'),
(84567,32353,'action created','2021-01-19 18:52:11','2021-01-19 13:52:11'),
(84568,32353,'action started via WP Cron','2021-01-19 18:53:18','2021-01-19 13:53:18'),
(84569,32353,'action complete via WP Cron','2021-01-19 18:53:18','2021-01-19 13:53:18'),
(84570,32354,'action created','2021-01-19 18:53:18','2021-01-19 13:53:18'),
(84571,32354,'action started via WP Cron','2021-01-19 18:54:17','2021-01-19 13:54:17'),
(84572,32354,'action complete via WP Cron','2021-01-19 18:54:17','2021-01-19 13:54:17'),
(84573,32355,'action created','2021-01-19 18:54:17','2021-01-19 13:54:17'),
(84574,32355,'action started via WP Cron','2021-01-19 18:55:54','2021-01-19 13:55:54'),
(84575,32355,'action complete via WP Cron','2021-01-19 18:55:54','2021-01-19 13:55:54'),
(84576,32356,'action created','2021-01-19 18:55:54','2021-01-19 13:55:54'),
(84577,32356,'action started via WP Cron','2021-01-19 18:57:41','2021-01-19 13:57:41'),
(84578,32356,'action complete via WP Cron','2021-01-19 18:57:41','2021-01-19 13:57:41'),
(84579,32357,'action created','2021-01-19 18:57:41','2021-01-19 13:57:41'),
(84580,32357,'action started via WP Cron','2021-01-19 18:58:14','2021-01-19 13:58:14'),
(84581,32357,'action complete via WP Cron','2021-01-19 18:58:14','2021-01-19 13:58:14'),
(84582,32358,'action created','2021-01-19 18:58:14','2021-01-19 13:58:14'),
(84583,32358,'action started via WP Cron','2021-01-19 19:00:02','2021-01-19 14:00:02'),
(84584,32358,'action complete via WP Cron','2021-01-19 19:00:02','2021-01-19 14:00:02'),
(84585,32359,'action created','2021-01-19 19:00:41','2021-01-19 14:00:41'),
(84586,32359,'action started via WP Cron','2021-01-19 19:01:35','2021-01-19 14:01:35'),
(84587,32359,'action complete via WP Cron','2021-01-19 19:01:35','2021-01-19 14:01:35'),
(84588,32360,'action created','2021-01-19 19:01:35','2021-01-19 14:01:35'),
(84589,32360,'action started via WP Cron','2021-01-19 19:02:57','2021-01-19 14:02:57'),
(84590,32360,'action complete via WP Cron','2021-01-19 19:02:57','2021-01-19 14:02:57'),
(84591,32361,'action created','2021-01-19 19:02:57','2021-01-19 14:02:57'),
(84592,32361,'action started via WP Cron','2021-01-19 19:04:03','2021-01-19 14:04:03'),
(84593,32361,'action complete via WP Cron','2021-01-19 19:04:03','2021-01-19 14:04:03'),
(84594,32362,'action created','2021-01-19 19:04:03','2021-01-19 14:04:03'),
(84595,32362,'action started via WP Cron','2021-01-19 19:04:41','2021-01-19 14:04:41'),
(84596,32362,'action complete via WP Cron','2021-01-19 19:04:41','2021-01-19 14:04:41'),
(84597,32363,'action created','2021-01-19 19:04:41','2021-01-19 14:04:41'),
(84598,32363,'action started via WP Cron','2021-01-19 19:08:03','2021-01-19 14:08:03'),
(84599,32363,'action complete via WP Cron','2021-01-19 19:08:03','2021-01-19 14:08:03'),
(84600,32364,'action created','2021-01-19 19:08:03','2021-01-19 14:08:03'),
(84601,32364,'action started via WP Cron','2021-01-19 19:09:13','2021-01-19 14:09:13'),
(84602,32364,'action complete via WP Cron','2021-01-19 19:09:13','2021-01-19 14:09:13'),
(84603,32365,'action created','2021-01-19 19:09:13','2021-01-19 14:09:13'),
(84604,32365,'action started via WP Cron','2021-01-19 19:11:15','2021-01-19 14:11:15'),
(84605,32365,'action complete via WP Cron','2021-01-19 19:11:15','2021-01-19 14:11:15'),
(84606,32366,'action created','2021-01-19 19:11:15','2021-01-19 14:11:15'),
(84607,32366,'action started via WP Cron','2021-01-19 19:12:12','2021-01-19 14:12:12'),
(84608,32366,'action complete via WP Cron','2021-01-19 19:12:12','2021-01-19 14:12:12'),
(84609,32367,'action created','2021-01-19 19:12:12','2021-01-19 14:12:12'),
(84610,32367,'action started via WP Cron','2021-01-19 19:13:14','2021-01-19 14:13:14'),
(84611,32367,'action complete via WP Cron','2021-01-19 19:13:14','2021-01-19 14:13:14'),
(84612,32368,'action created','2021-01-19 19:13:14','2021-01-19 14:13:14'),
(84613,32368,'action started via WP Cron','2021-01-19 19:14:41','2021-01-19 14:14:41'),
(84614,32368,'action complete via WP Cron','2021-01-19 19:14:41','2021-01-19 14:14:41'),
(84615,32369,'action created','2021-01-19 19:14:41','2021-01-19 14:14:41'),
(84616,32369,'action started via WP Cron','2021-01-19 19:15:27','2021-01-19 14:15:27'),
(84617,32369,'action complete via WP Cron','2021-01-19 19:15:27','2021-01-19 14:15:27'),
(84618,32370,'action created','2021-01-19 19:15:27','2021-01-19 14:15:27'),
(84619,32370,'action started via WP Cron','2021-01-19 19:16:56','2021-01-19 14:16:56'),
(84620,32370,'action complete via WP Cron','2021-01-19 19:16:56','2021-01-19 14:16:56'),
(84621,32371,'action created','2021-01-19 19:16:56','2021-01-19 14:16:56'),
(84622,32371,'action started via WP Cron','2021-01-19 19:17:45','2021-01-19 14:17:45'),
(84623,32371,'action complete via WP Cron','2021-01-19 19:17:45','2021-01-19 14:17:45'),
(84624,32372,'action created','2021-01-19 19:17:45','2021-01-19 14:17:45'),
(84625,32372,'action started via WP Cron','2021-01-19 19:18:38','2021-01-19 14:18:38'),
(84626,32372,'action complete via WP Cron','2021-01-19 19:18:38','2021-01-19 14:18:38'),
(84627,32373,'action created','2021-01-19 19:18:38','2021-01-19 14:18:38'),
(84628,32373,'action started via WP Cron','2021-01-19 19:19:57','2021-01-19 14:19:57'),
(84629,32373,'action complete via WP Cron','2021-01-19 19:19:57','2021-01-19 14:19:57'),
(84630,32374,'action created','2021-01-19 19:19:57','2021-01-19 14:19:57'),
(84631,32374,'action started via WP Cron','2021-01-19 19:20:56','2021-01-19 14:20:56'),
(84632,32374,'action complete via WP Cron','2021-01-19 19:20:56','2021-01-19 14:20:56'),
(84633,32375,'action created','2021-01-19 19:20:56','2021-01-19 14:20:56'),
(84634,32375,'action started via WP Cron','2021-01-19 19:21:41','2021-01-19 14:21:41'),
(84635,32375,'action complete via WP Cron','2021-01-19 19:21:41','2021-01-19 14:21:41'),
(84636,32376,'action created','2021-01-19 19:21:41','2021-01-19 14:21:41'),
(84637,32376,'action started via WP Cron','2021-01-19 19:22:31','2021-01-19 14:22:31'),
(84638,32376,'action complete via WP Cron','2021-01-19 19:22:31','2021-01-19 14:22:31'),
(84639,32377,'action created','2021-01-19 19:22:31','2021-01-19 14:22:31'),
(84640,32377,'action started via WP Cron','2021-01-19 19:24:19','2021-01-19 14:24:19'),
(84641,32377,'action complete via WP Cron','2021-01-19 19:24:19','2021-01-19 14:24:19'),
(84642,32378,'action created','2021-01-19 19:24:19','2021-01-19 14:24:19'),
(84643,32378,'action started via WP Cron','2021-01-19 19:25:41','2021-01-19 14:25:41'),
(84644,32378,'action complete via WP Cron','2021-01-19 19:25:41','2021-01-19 14:25:41'),
(84645,32379,'action created','2021-01-19 19:25:41','2021-01-19 14:25:41'),
(84646,32379,'action started via WP Cron','2021-01-19 19:26:33','2021-01-19 14:26:33'),
(84647,32379,'action complete via WP Cron','2021-01-19 19:26:33','2021-01-19 14:26:33'),
(84648,32380,'action created','2021-01-19 19:26:33','2021-01-19 14:26:33'),
(84649,32380,'action started via WP Cron','2021-01-19 19:27:25','2021-01-19 14:27:25'),
(84650,32380,'action complete via WP Cron','2021-01-19 19:27:25','2021-01-19 14:27:25'),
(84651,32381,'action created','2021-01-19 19:27:26','2021-01-19 14:27:26'),
(84652,32381,'action started via WP Cron','2021-01-19 19:28:47','2021-01-19 14:28:47'),
(84653,32381,'action complete via WP Cron','2021-01-19 19:28:47','2021-01-19 14:28:47'),
(84654,32382,'action created','2021-01-19 19:28:47','2021-01-19 14:28:47'),
(84655,32382,'action started via WP Cron','2021-01-19 19:29:23','2021-01-19 14:29:23'),
(84656,32382,'action complete via WP Cron','2021-01-19 19:29:23','2021-01-19 14:29:23'),
(84657,32383,'action created','2021-01-19 19:29:23','2021-01-19 14:29:23'),
(84658,32383,'action started via WP Cron','2021-01-19 19:30:20','2021-01-19 14:30:20'),
(84659,32383,'action complete via WP Cron','2021-01-19 19:30:20','2021-01-19 14:30:20'),
(84660,32384,'action created','2021-01-19 19:30:20','2021-01-19 14:30:20'),
(84661,32384,'action started via WP Cron','2021-01-19 19:31:31','2021-01-19 14:31:31'),
(84662,32384,'action complete via WP Cron','2021-01-19 19:31:31','2021-01-19 14:31:31'),
(84663,32385,'action created','2021-01-19 19:31:32','2021-01-19 14:31:32'),
(84664,32385,'action started via WP Cron','2021-01-19 19:33:56','2021-01-19 14:33:56'),
(84665,32385,'action complete via WP Cron','2021-01-19 19:33:56','2021-01-19 14:33:56'),
(84666,32386,'action created','2021-01-19 19:33:56','2021-01-19 14:33:56'),
(84667,32386,'action started via WP Cron','2021-01-19 19:34:11','2021-01-19 14:34:11'),
(84668,32386,'action complete via WP Cron','2021-01-19 19:34:11','2021-01-19 14:34:11'),
(84669,32387,'action created','2021-01-19 19:34:11','2021-01-19 14:34:11'),
(84670,32387,'action started via WP Cron','2021-01-19 19:37:19','2021-01-19 14:37:19'),
(84671,32387,'action complete via WP Cron','2021-01-19 19:37:19','2021-01-19 14:37:19'),
(84672,32388,'action created','2021-01-19 19:37:19','2021-01-19 14:37:19'),
(84673,32388,'action started via WP Cron','2021-01-19 19:39:47','2021-01-19 14:39:47'),
(84674,32388,'action complete via WP Cron','2021-01-19 19:39:47','2021-01-19 14:39:47'),
(84675,32389,'action created','2021-01-19 19:39:47','2021-01-19 14:39:47'),
(84676,32389,'action started via WP Cron','2021-01-19 19:40:15','2021-01-19 14:40:15'),
(84677,32389,'action complete via WP Cron','2021-01-19 19:40:15','2021-01-19 14:40:15'),
(84678,32390,'action created','2021-01-19 19:40:15','2021-01-19 14:40:15'),
(84679,32390,'action started via WP Cron','2021-01-19 19:41:11','2021-01-19 14:41:11'),
(84680,32390,'action complete via WP Cron','2021-01-19 19:41:11','2021-01-19 14:41:11'),
(84681,32391,'action created','2021-01-19 19:41:11','2021-01-19 14:41:11'),
(84682,32391,'action started via WP Cron','2021-01-19 19:42:56','2021-01-19 14:42:56'),
(84683,32391,'action complete via WP Cron','2021-01-19 19:42:56','2021-01-19 14:42:56'),
(84684,32392,'action created','2021-01-19 19:42:56','2021-01-19 14:42:56'),
(84685,32392,'action started via WP Cron','2021-01-19 19:43:18','2021-01-19 14:43:18'),
(84686,32392,'action complete via WP Cron','2021-01-19 19:43:18','2021-01-19 14:43:18'),
(84687,32393,'action created','2021-01-19 19:43:18','2021-01-19 14:43:18'),
(84688,32393,'action started via WP Cron','2021-01-19 19:44:23','2021-01-19 14:44:23'),
(84689,32393,'action complete via WP Cron','2021-01-19 19:44:23','2021-01-19 14:44:23'),
(84690,32394,'action created','2021-01-19 19:44:23','2021-01-19 14:44:23'),
(84691,32394,'action started via WP Cron','2021-01-19 19:45:53','2021-01-19 14:45:53'),
(84692,32394,'action complete via WP Cron','2021-01-19 19:45:53','2021-01-19 14:45:53'),
(84693,32395,'action created','2021-01-19 19:45:53','2021-01-19 14:45:53'),
(84694,32395,'action started via WP Cron','2021-01-19 19:47:49','2021-01-19 14:47:49'),
(84695,32395,'action complete via WP Cron','2021-01-19 19:47:49','2021-01-19 14:47:49'),
(84696,32396,'action created','2021-01-19 19:47:50','2021-01-19 14:47:50'),
(84697,32396,'action started via WP Cron','2021-01-19 19:48:28','2021-01-19 14:48:28'),
(84698,32396,'action complete via WP Cron','2021-01-19 19:48:28','2021-01-19 14:48:28'),
(84699,32397,'action created','2021-01-19 19:48:28','2021-01-19 14:48:28'),
(84700,32397,'action started via WP Cron','2021-01-19 19:49:38','2021-01-19 14:49:38'),
(84701,32397,'action complete via WP Cron','2021-01-19 19:49:38','2021-01-19 14:49:38'),
(84702,32398,'action created','2021-01-19 19:49:39','2021-01-19 14:49:39'),
(84703,32398,'action started via WP Cron','2021-01-19 19:50:12','2021-01-19 14:50:12'),
(84704,32398,'action complete via WP Cron','2021-01-19 19:50:12','2021-01-19 14:50:12'),
(84705,32399,'action created','2021-01-19 19:50:12','2021-01-19 14:50:12'),
(84706,32399,'action started via WP Cron','2021-01-19 19:51:34','2021-01-19 14:51:34'),
(84707,32399,'action complete via WP Cron','2021-01-19 19:51:34','2021-01-19 14:51:34'),
(84708,32400,'action created','2021-01-19 19:51:34','2021-01-19 14:51:34'),
(84709,32400,'action started via WP Cron','2021-01-19 19:53:44','2021-01-19 14:53:44'),
(84710,32400,'action complete via WP Cron','2021-01-19 19:53:44','2021-01-19 14:53:44'),
(84711,32401,'action created','2021-01-19 19:53:44','2021-01-19 14:53:44'),
(84712,32401,'action started via WP Cron','2021-01-19 19:54:17','2021-01-19 14:54:17'),
(84713,32401,'action complete via WP Cron','2021-01-19 19:54:17','2021-01-19 14:54:17'),
(84714,32402,'action created','2021-01-19 19:54:17','2021-01-19 14:54:17'),
(84715,32402,'action started via WP Cron','2021-01-19 19:56:32','2021-01-19 14:56:32'),
(84716,32402,'action complete via WP Cron','2021-01-19 19:56:32','2021-01-19 14:56:32'),
(84717,32403,'action created','2021-01-19 19:56:33','2021-01-19 14:56:33'),
(84718,32403,'action started via WP Cron','2021-01-19 19:57:49','2021-01-19 14:57:49'),
(84719,32403,'action complete via WP Cron','2021-01-19 19:57:49','2021-01-19 14:57:49'),
(84720,32404,'action created','2021-01-19 19:57:49','2021-01-19 14:57:49'),
(84721,32404,'action started via WP Cron','2021-01-19 20:01:13','2021-01-19 15:01:13'),
(84722,32404,'action complete via WP Cron','2021-01-19 20:01:13','2021-01-19 15:01:13'),
(84723,32405,'action created','2021-01-19 20:01:13','2021-01-19 15:01:13'),
(84724,32405,'action started via WP Cron','2021-01-19 20:03:12','2021-01-19 15:03:12'),
(84725,32405,'action complete via WP Cron','2021-01-19 20:03:12','2021-01-19 15:03:12'),
(84726,32406,'action created','2021-01-19 20:03:12','2021-01-19 15:03:12'),
(84727,32406,'action started via WP Cron','2021-01-19 20:04:35','2021-01-19 15:04:35'),
(84728,32406,'action complete via WP Cron','2021-01-19 20:04:35','2021-01-19 15:04:35'),
(84729,32407,'action created','2021-01-19 20:04:35','2021-01-19 15:04:35'),
(84730,32407,'action started via WP Cron','2021-01-19 20:07:20','2021-01-19 15:07:20'),
(84731,32407,'action complete via WP Cron','2021-01-19 20:07:20','2021-01-19 15:07:20'),
(84732,32408,'action created','2021-01-19 20:07:20','2021-01-19 15:07:20'),
(84733,32408,'action started via WP Cron','2021-01-19 20:09:12','2021-01-19 15:09:12'),
(84734,32408,'action complete via WP Cron','2021-01-19 20:09:12','2021-01-19 15:09:12'),
(84735,32409,'action created','2021-01-19 20:09:12','2021-01-19 15:09:12'),
(84736,32409,'action started via WP Cron','2021-01-19 20:10:16','2021-01-19 15:10:16'),
(84737,32409,'action complete via WP Cron','2021-01-19 20:10:16','2021-01-19 15:10:16'),
(84738,32410,'action created','2021-01-19 20:10:16','2021-01-19 15:10:16'),
(84739,32410,'action started via WP Cron','2021-01-19 20:11:22','2021-01-19 15:11:22'),
(84740,32410,'action complete via WP Cron','2021-01-19 20:11:22','2021-01-19 15:11:22'),
(84741,32411,'action created','2021-01-19 20:11:22','2021-01-19 15:11:22'),
(84742,32411,'action started via WP Cron','2021-01-19 20:14:10','2021-01-19 15:14:10'),
(84743,32411,'action complete via WP Cron','2021-01-19 20:14:10','2021-01-19 15:14:10'),
(84744,32412,'action created','2021-01-19 20:14:11','2021-01-19 15:14:11'),
(84745,32412,'action started via WP Cron','2021-01-19 20:15:14','2021-01-19 15:15:14'),
(84746,32412,'action complete via WP Cron','2021-01-19 20:15:14','2021-01-19 15:15:14'),
(84747,32413,'action created','2021-01-19 20:15:15','2021-01-19 15:15:15'),
(84748,32413,'action started via WP Cron','2021-01-19 20:16:23','2021-01-19 15:16:23'),
(84749,32413,'action complete via WP Cron','2021-01-19 20:16:23','2021-01-19 15:16:23'),
(84750,32414,'action created','2021-01-19 20:16:23','2021-01-19 15:16:23'),
(84751,32414,'action started via WP Cron','2021-01-19 20:18:11','2021-01-19 15:18:11'),
(84752,32414,'action complete via WP Cron','2021-01-19 20:18:11','2021-01-19 15:18:11'),
(84753,32415,'action created','2021-01-19 20:18:11','2021-01-19 15:18:11'),
(84754,32415,'action started via WP Cron','2021-01-19 20:20:01','2021-01-19 15:20:01'),
(84755,32415,'action complete via WP Cron','2021-01-19 20:20:01','2021-01-19 15:20:01'),
(84756,32416,'action created','2021-01-19 20:20:41','2021-01-19 15:20:41'),
(84757,32416,'action started via WP Cron','2021-01-19 20:21:26','2021-01-19 15:21:26'),
(84758,32416,'action complete via WP Cron','2021-01-19 20:21:26','2021-01-19 15:21:26'),
(84759,32417,'action created','2021-01-19 20:21:26','2021-01-19 15:21:26'),
(84760,32417,'action started via WP Cron','2021-01-19 20:22:52','2021-01-19 15:22:52'),
(84761,32417,'action complete via WP Cron','2021-01-19 20:22:52','2021-01-19 15:22:52'),
(84762,32418,'action created','2021-01-19 20:22:53','2021-01-19 15:22:53'),
(84763,32418,'action started via WP Cron','2021-01-19 20:23:13','2021-01-19 15:23:13'),
(84764,32418,'action complete via WP Cron','2021-01-19 20:23:13','2021-01-19 15:23:13'),
(84765,32419,'action created','2021-01-19 20:23:13','2021-01-19 15:23:13'),
(84766,32419,'action started via WP Cron','2021-01-19 20:24:21','2021-01-19 15:24:21'),
(84767,32419,'action complete via WP Cron','2021-01-19 20:24:21','2021-01-19 15:24:21'),
(84768,32420,'action created','2021-01-19 20:24:21','2021-01-19 15:24:21'),
(84769,32420,'action started via WP Cron','2021-01-19 20:26:04','2021-01-19 15:26:04'),
(84770,32420,'action complete via WP Cron','2021-01-19 20:26:04','2021-01-19 15:26:04'),
(84771,32421,'action created','2021-01-19 20:26:05','2021-01-19 15:26:05'),
(84772,32421,'action started via WP Cron','2021-01-19 20:27:36','2021-01-19 15:27:36'),
(84773,32421,'action complete via WP Cron','2021-01-19 20:27:36','2021-01-19 15:27:36'),
(84774,32422,'action created','2021-01-19 20:27:36','2021-01-19 15:27:36'),
(84775,32422,'action started via WP Cron','2021-01-19 20:28:26','2021-01-19 15:28:26'),
(84776,32422,'action complete via WP Cron','2021-01-19 20:28:26','2021-01-19 15:28:26'),
(84777,32423,'action created','2021-01-19 20:28:26','2021-01-19 15:28:26'),
(84778,32423,'action started via WP Cron','2021-01-19 20:29:36','2021-01-19 15:29:36'),
(84779,32423,'action complete via WP Cron','2021-01-19 20:29:36','2021-01-19 15:29:36'),
(84780,32424,'action created','2021-01-19 20:29:36','2021-01-19 15:29:36'),
(84781,32424,'action started via WP Cron','2021-01-19 20:30:38','2021-01-19 15:30:38'),
(84782,32424,'action complete via WP Cron','2021-01-19 20:30:38','2021-01-19 15:30:38'),
(84783,32425,'action created','2021-01-19 20:30:38','2021-01-19 15:30:38'),
(84784,32425,'action started via WP Cron','2021-01-19 20:31:56','2021-01-19 15:31:56'),
(84785,32425,'action complete via WP Cron','2021-01-19 20:31:56','2021-01-19 15:31:56'),
(84786,32426,'action created','2021-01-19 20:31:56','2021-01-19 15:31:56'),
(84787,32426,'action started via WP Cron','2021-01-19 20:32:16','2021-01-19 15:32:16'),
(84788,32426,'action complete via WP Cron','2021-01-19 20:32:16','2021-01-19 15:32:16'),
(84789,32427,'action created','2021-01-19 20:32:16','2021-01-19 15:32:16'),
(84790,32427,'action started via WP Cron','2021-01-19 20:33:17','2021-01-19 15:33:17'),
(84791,32427,'action complete via WP Cron','2021-01-19 20:33:17','2021-01-19 15:33:17'),
(84792,32428,'action created','2021-01-19 20:33:17','2021-01-19 15:33:17'),
(84793,32428,'action started via WP Cron','2021-01-19 20:34:40','2021-01-19 15:34:40'),
(84794,32428,'action complete via WP Cron','2021-01-19 20:34:40','2021-01-19 15:34:40'),
(84795,32429,'action created','2021-01-19 20:34:40','2021-01-19 15:34:40'),
(84796,32429,'action started via WP Cron','2021-01-19 20:35:23','2021-01-19 15:35:23'),
(84797,32429,'action complete via WP Cron','2021-01-19 20:35:23','2021-01-19 15:35:23'),
(84798,32430,'action created','2021-01-19 20:35:23','2021-01-19 15:35:23'),
(84799,32430,'action started via WP Cron','2021-01-19 20:37:36','2021-01-19 15:37:36'),
(84800,32430,'action complete via WP Cron','2021-01-19 20:37:36','2021-01-19 15:37:36'),
(84801,32431,'action created','2021-01-19 20:37:36','2021-01-19 15:37:36'),
(84802,32431,'action started via WP Cron','2021-01-19 20:38:21','2021-01-19 15:38:21'),
(84803,32431,'action complete via WP Cron','2021-01-19 20:38:21','2021-01-19 15:38:21'),
(84804,32432,'action created','2021-01-19 20:38:21','2021-01-19 15:38:21'),
(84805,32432,'action started via WP Cron','2021-01-19 20:39:13','2021-01-19 15:39:13'),
(84806,32432,'action complete via WP Cron','2021-01-19 20:39:13','2021-01-19 15:39:13'),
(84807,32433,'action created','2021-01-19 20:39:13','2021-01-19 15:39:13'),
(84808,32433,'action started via WP Cron','2021-01-19 20:40:30','2021-01-19 15:40:30'),
(84809,32433,'action complete via WP Cron','2021-01-19 20:40:30','2021-01-19 15:40:30'),
(84810,32434,'action created','2021-01-19 20:40:30','2021-01-19 15:40:30'),
(84811,32434,'action started via WP Cron','2021-01-19 20:41:21','2021-01-19 15:41:21'),
(84812,32434,'action complete via WP Cron','2021-01-19 20:41:21','2021-01-19 15:41:21'),
(84813,32435,'action created','2021-01-19 20:41:21','2021-01-19 15:41:21'),
(84814,32435,'action started via WP Cron','2021-01-19 20:42:36','2021-01-19 15:42:36'),
(84815,32435,'action complete via WP Cron','2021-01-19 20:42:36','2021-01-19 15:42:36'),
(84816,32436,'action created','2021-01-19 20:42:36','2021-01-19 15:42:36'),
(84817,32436,'action started via WP Cron','2021-01-19 20:44:29','2021-01-19 15:44:29'),
(84818,32436,'action complete via WP Cron','2021-01-19 20:44:29','2021-01-19 15:44:29'),
(84819,32437,'action created','2021-01-19 20:44:29','2021-01-19 15:44:29'),
(84820,32437,'action started via WP Cron','2021-01-19 20:45:39','2021-01-19 15:45:39'),
(84821,32437,'action complete via WP Cron','2021-01-19 20:45:39','2021-01-19 15:45:39'),
(84822,32438,'action created','2021-01-19 20:45:39','2021-01-19 15:45:39'),
(84823,32438,'action started via WP Cron','2021-01-19 20:47:56','2021-01-19 15:47:56'),
(84824,32438,'action complete via WP Cron','2021-01-19 20:47:56','2021-01-19 15:47:56'),
(84825,32439,'action created','2021-01-19 20:47:56','2021-01-19 15:47:56'),
(84826,32439,'action started via WP Cron','2021-01-19 20:48:45','2021-01-19 15:48:45'),
(84827,32439,'action complete via WP Cron','2021-01-19 20:48:45','2021-01-19 15:48:45'),
(84828,32440,'action created','2021-01-19 20:48:47','2021-01-19 15:48:47'),
(84829,32440,'action started via WP Cron','2021-01-19 20:49:27','2021-01-19 15:49:27'),
(84830,32440,'action complete via WP Cron','2021-01-19 20:49:27','2021-01-19 15:49:27'),
(84831,32441,'action created','2021-01-19 20:49:27','2021-01-19 15:49:27'),
(84832,32441,'action started via WP Cron','2021-01-19 20:50:16','2021-01-19 15:50:16'),
(84833,32441,'action complete via WP Cron','2021-01-19 20:50:16','2021-01-19 15:50:16'),
(84834,32442,'action created','2021-01-19 20:50:16','2021-01-19 15:50:16'),
(84835,32442,'action started via WP Cron','2021-01-19 20:52:11','2021-01-19 15:52:11'),
(84836,32442,'action complete via WP Cron','2021-01-19 20:52:11','2021-01-19 15:52:11'),
(84837,32443,'action created','2021-01-19 20:52:11','2021-01-19 15:52:11'),
(84838,32443,'action started via WP Cron','2021-01-19 20:53:27','2021-01-19 15:53:27'),
(84839,32443,'action complete via WP Cron','2021-01-19 20:53:27','2021-01-19 15:53:27'),
(84840,32444,'action created','2021-01-19 20:53:27','2021-01-19 15:53:27'),
(84841,32444,'action started via WP Cron','2021-01-19 20:54:14','2021-01-19 15:54:14'),
(84842,32444,'action complete via WP Cron','2021-01-19 20:54:14','2021-01-19 15:54:14'),
(84843,32445,'action created','2021-01-19 20:54:14','2021-01-19 15:54:14'),
(84844,32445,'action started via WP Cron','2021-01-19 20:56:42','2021-01-19 15:56:42'),
(84845,32445,'action complete via WP Cron','2021-01-19 20:56:42','2021-01-19 15:56:42'),
(84846,32446,'action created','2021-01-19 20:56:42','2021-01-19 15:56:42'),
(84847,32446,'action started via WP Cron','2021-01-19 20:57:22','2021-01-19 15:57:22'),
(84848,32446,'action complete via WP Cron','2021-01-19 20:57:22','2021-01-19 15:57:22'),
(84849,32447,'action created','2021-01-19 20:57:22','2021-01-19 15:57:22'),
(84850,32447,'action started via WP Cron','2021-01-19 20:58:30','2021-01-19 15:58:30'),
(84851,32447,'action complete via WP Cron','2021-01-19 20:58:30','2021-01-19 15:58:30'),
(84852,32448,'action created','2021-01-19 20:58:30','2021-01-19 15:58:30'),
(84853,32448,'action started via WP Cron','2021-01-19 20:59:22','2021-01-19 15:59:22'),
(84854,32448,'action complete via WP Cron','2021-01-19 20:59:22','2021-01-19 15:59:22'),
(84855,32449,'action created','2021-01-19 20:59:22','2021-01-19 15:59:22'),
(84856,32449,'action started via WP Cron','2021-01-19 21:00:14','2021-01-19 16:00:14'),
(84857,32449,'action complete via WP Cron','2021-01-19 21:00:14','2021-01-19 16:00:14'),
(84858,32450,'action created','2021-01-19 21:00:14','2021-01-19 16:00:14'),
(84859,32450,'action started via WP Cron','2021-01-19 21:01:53','2021-01-19 16:01:53'),
(84860,32450,'action complete via WP Cron','2021-01-19 21:01:53','2021-01-19 16:01:53'),
(84861,32451,'action created','2021-01-19 21:01:53','2021-01-19 16:01:53'),
(84862,32451,'action started via WP Cron','2021-01-19 21:02:50','2021-01-19 16:02:50'),
(84863,32451,'action complete via WP Cron','2021-01-19 21:02:50','2021-01-19 16:02:50'),
(84864,32452,'action created','2021-01-19 21:02:50','2021-01-19 16:02:50'),
(84865,32452,'action started via WP Cron','2021-01-19 21:03:12','2021-01-19 16:03:12'),
(84866,32452,'action complete via WP Cron','2021-01-19 21:03:12','2021-01-19 16:03:12'),
(84867,32453,'action created','2021-01-19 21:03:12','2021-01-19 16:03:12'),
(84868,32453,'action started via WP Cron','2021-01-19 21:04:34','2021-01-19 16:04:34'),
(84869,32453,'action complete via WP Cron','2021-01-19 21:04:34','2021-01-19 16:04:34'),
(84870,32454,'action created','2021-01-19 21:04:34','2021-01-19 16:04:34'),
(84871,32454,'action started via WP Cron','2021-01-19 21:05:26','2021-01-19 16:05:26'),
(84872,32454,'action complete via WP Cron','2021-01-19 21:05:26','2021-01-19 16:05:26'),
(84873,32455,'action created','2021-01-19 21:05:26','2021-01-19 16:05:26'),
(84874,32455,'action started via WP Cron','2021-01-19 21:06:51','2021-01-19 16:06:51'),
(84875,32455,'action complete via WP Cron','2021-01-19 21:06:51','2021-01-19 16:06:51'),
(84876,32456,'action created','2021-01-19 21:06:51','2021-01-19 16:06:51'),
(84877,32456,'action started via WP Cron','2021-01-19 21:07:52','2021-01-19 16:07:52'),
(84878,32456,'action complete via WP Cron','2021-01-19 21:07:52','2021-01-19 16:07:52'),
(84879,32457,'action created','2021-01-19 21:07:52','2021-01-19 16:07:52'),
(84880,32457,'action started via WP Cron','2021-01-19 21:08:18','2021-01-19 16:08:18'),
(84881,32457,'action complete via WP Cron','2021-01-19 21:08:18','2021-01-19 16:08:18'),
(84882,32458,'action created','2021-01-19 21:08:18','2021-01-19 16:08:18'),
(84883,32458,'action started via WP Cron','2021-01-19 21:09:14','2021-01-19 16:09:14'),
(84884,32458,'action complete via WP Cron','2021-01-19 21:09:14','2021-01-19 16:09:14'),
(84885,32459,'action created','2021-01-19 21:09:14','2021-01-19 16:09:14'),
(84886,32459,'action started via WP Cron','2021-01-19 21:11:58','2021-01-19 16:11:58'),
(84887,32459,'action complete via WP Cron','2021-01-19 21:11:58','2021-01-19 16:11:58'),
(84888,32460,'action created','2021-01-19 21:11:58','2021-01-19 16:11:58'),
(84889,32460,'action started via WP Cron','2021-01-19 21:12:24','2021-01-19 16:12:24'),
(84890,32460,'action complete via WP Cron','2021-01-19 21:12:24','2021-01-19 16:12:24'),
(84891,32461,'action created','2021-01-19 21:12:24','2021-01-19 16:12:24'),
(84892,32461,'action started via WP Cron','2021-01-19 21:13:15','2021-01-19 16:13:15'),
(84893,32461,'action complete via WP Cron','2021-01-19 21:13:15','2021-01-19 16:13:15'),
(84894,32462,'action created','2021-01-19 21:13:15','2021-01-19 16:13:15'),
(84895,32462,'action started via WP Cron','2021-01-19 21:14:26','2021-01-19 16:14:26'),
(84896,32462,'action complete via WP Cron','2021-01-19 21:14:26','2021-01-19 16:14:26'),
(84897,32463,'action created','2021-01-19 21:14:26','2021-01-19 16:14:26'),
(84898,32463,'action started via WP Cron','2021-01-19 21:17:07','2021-01-19 16:17:07'),
(84899,32463,'action complete via WP Cron','2021-01-19 21:17:07','2021-01-19 16:17:07'),
(84900,32464,'action created','2021-01-19 21:17:07','2021-01-19 16:17:07'),
(84901,32464,'action started via WP Cron','2021-01-19 21:17:36','2021-01-19 16:17:36'),
(84902,32464,'action complete via WP Cron','2021-01-19 21:17:36','2021-01-19 16:17:36'),
(84903,32465,'action created','2021-01-19 21:17:36','2021-01-19 16:17:36'),
(84904,32465,'action started via WP Cron','2021-01-19 21:18:35','2021-01-19 16:18:35'),
(84905,32465,'action complete via WP Cron','2021-01-19 21:18:35','2021-01-19 16:18:35'),
(84906,32466,'action created','2021-01-19 21:18:35','2021-01-19 16:18:35'),
(84907,32466,'action started via WP Cron','2021-01-19 21:21:16','2021-01-19 16:21:16'),
(84908,32466,'action complete via WP Cron','2021-01-19 21:21:16','2021-01-19 16:21:16'),
(84909,32467,'action created','2021-01-19 21:21:16','2021-01-19 16:21:16'),
(84910,32467,'action started via WP Cron','2021-01-19 21:22:16','2021-01-19 16:22:16'),
(84911,32467,'action complete via WP Cron','2021-01-19 21:22:16','2021-01-19 16:22:16'),
(84912,32468,'action created','2021-01-19 21:22:16','2021-01-19 16:22:16'),
(84913,32468,'action started via WP Cron','2021-01-19 21:23:11','2021-01-19 16:23:11'),
(84914,32468,'action complete via WP Cron','2021-01-19 21:23:11','2021-01-19 16:23:11'),
(84915,32469,'action created','2021-01-19 21:23:11','2021-01-19 16:23:11'),
(84916,32469,'action started via WP Cron','2021-01-19 21:24:16','2021-01-19 16:24:16'),
(84917,32469,'action complete via WP Cron','2021-01-19 21:24:16','2021-01-19 16:24:16'),
(84918,32470,'action created','2021-01-19 21:24:16','2021-01-19 16:24:16'),
(84919,32470,'action started via WP Cron','2021-01-19 21:25:14','2021-01-19 16:25:14'),
(84920,32470,'action complete via WP Cron','2021-01-19 21:25:14','2021-01-19 16:25:14'),
(84921,32471,'action created','2021-01-19 21:25:14','2021-01-19 16:25:14'),
(84922,32471,'action started via WP Cron','2021-01-19 21:26:38','2021-01-19 16:26:38'),
(84923,32471,'action complete via WP Cron','2021-01-19 21:26:38','2021-01-19 16:26:38'),
(84924,32472,'action created','2021-01-19 21:26:38','2021-01-19 16:26:38'),
(84925,32472,'action started via WP Cron','2021-01-19 21:28:19','2021-01-19 16:28:19'),
(84926,32472,'action complete via WP Cron','2021-01-19 21:28:19','2021-01-19 16:28:19'),
(84927,32473,'action created','2021-01-19 21:28:19','2021-01-19 16:28:19'),
(84928,32473,'action started via WP Cron','2021-01-19 21:29:12','2021-01-19 16:29:12'),
(84929,32473,'action complete via WP Cron','2021-01-19 21:29:12','2021-01-19 16:29:12'),
(84930,32474,'action created','2021-01-19 21:29:12','2021-01-19 16:29:12'),
(84931,32474,'action started via WP Cron','2021-01-19 21:31:06','2021-01-19 16:31:06'),
(84932,32474,'action complete via WP Cron','2021-01-19 21:31:06','2021-01-19 16:31:06'),
(84933,32475,'action created','2021-01-19 21:31:06','2021-01-19 16:31:06'),
(84934,32475,'action started via WP Cron','2021-01-19 21:31:46','2021-01-19 16:31:46'),
(84935,32475,'action complete via WP Cron','2021-01-19 21:31:46','2021-01-19 16:31:46'),
(84936,32476,'action created','2021-01-19 21:31:46','2021-01-19 16:31:46'),
(84937,32476,'action started via WP Cron','2021-01-19 21:32:57','2021-01-19 16:32:57'),
(84938,32476,'action complete via WP Cron','2021-01-19 21:32:57','2021-01-19 16:32:57'),
(84939,32477,'action created','2021-01-19 21:32:57','2021-01-19 16:32:57'),
(84940,32477,'action started via WP Cron','2021-01-19 21:33:23','2021-01-19 16:33:23'),
(84941,32477,'action complete via WP Cron','2021-01-19 21:33:23','2021-01-19 16:33:23'),
(84942,32478,'action created','2021-01-19 21:33:23','2021-01-19 16:33:23'),
(84943,32478,'action started via WP Cron','2021-01-19 21:34:37','2021-01-19 16:34:37'),
(84944,32478,'action complete via WP Cron','2021-01-19 21:34:37','2021-01-19 16:34:37'),
(84945,32479,'action created','2021-01-19 21:34:37','2021-01-19 16:34:37'),
(84946,32479,'action started via WP Cron','2021-01-19 21:35:31','2021-01-19 16:35:31'),
(84947,32479,'action complete via WP Cron','2021-01-19 21:35:31','2021-01-19 16:35:31'),
(84948,32480,'action created','2021-01-19 21:35:31','2021-01-19 16:35:31'),
(84949,32480,'action started via WP Cron','2021-01-19 21:37:03','2021-01-19 16:37:03'),
(84950,32480,'action complete via WP Cron','2021-01-19 21:37:03','2021-01-19 16:37:03'),
(84951,32481,'action created','2021-01-19 21:37:03','2021-01-19 16:37:03'),
(84952,32481,'action started via WP Cron','2021-01-19 21:37:17','2021-01-19 16:37:17'),
(84953,32481,'action complete via WP Cron','2021-01-19 21:37:17','2021-01-19 16:37:17'),
(84954,32482,'action created','2021-01-19 21:37:18','2021-01-19 16:37:18'),
(84955,32482,'action started via WP Cron','2021-01-19 21:38:45','2021-01-19 16:38:45'),
(84956,32482,'action complete via WP Cron','2021-01-19 21:38:45','2021-01-19 16:38:45'),
(84957,32483,'action created','2021-01-19 21:38:45','2021-01-19 16:38:45'),
(84958,32483,'action started via WP Cron','2021-01-19 21:39:51','2021-01-19 16:39:51'),
(84959,32483,'action complete via WP Cron','2021-01-19 21:39:51','2021-01-19 16:39:51'),
(84960,32484,'action created','2021-01-19 21:39:51','2021-01-19 16:39:51'),
(84961,32484,'action started via WP Cron','2021-01-19 21:41:08','2021-01-19 16:41:08'),
(84962,32484,'action complete via WP Cron','2021-01-19 21:41:08','2021-01-19 16:41:08'),
(84963,32485,'action created','2021-01-19 21:41:08','2021-01-19 16:41:08'),
(84964,32485,'action started via WP Cron','2021-01-19 21:41:34','2021-01-19 16:41:34'),
(84965,32485,'action complete via WP Cron','2021-01-19 21:41:34','2021-01-19 16:41:34'),
(84966,32486,'action created','2021-01-19 21:41:34','2021-01-19 16:41:34'),
(84967,32486,'action started via WP Cron','2021-01-19 21:42:36','2021-01-19 16:42:36'),
(84968,32486,'action complete via WP Cron','2021-01-19 21:42:36','2021-01-19 16:42:36'),
(84969,32487,'action created','2021-01-19 21:42:36','2021-01-19 16:42:36'),
(84970,32487,'action started via WP Cron','2021-01-19 21:43:16','2021-01-19 16:43:16'),
(84971,32487,'action complete via WP Cron','2021-01-19 21:43:16','2021-01-19 16:43:16'),
(84972,32488,'action created','2021-01-19 21:43:17','2021-01-19 16:43:17'),
(84973,32488,'action started via WP Cron','2021-01-19 21:44:46','2021-01-19 16:44:46'),
(84974,32488,'action complete via WP Cron','2021-01-19 21:44:46','2021-01-19 16:44:46'),
(84975,32489,'action created','2021-01-19 21:44:46','2021-01-19 16:44:46'),
(84976,32489,'action started via WP Cron','2021-01-19 21:45:23','2021-01-19 16:45:23'),
(84977,32489,'action complete via WP Cron','2021-01-19 21:45:23','2021-01-19 16:45:23'),
(84978,32490,'action created','2021-01-19 21:45:23','2021-01-19 16:45:23'),
(84979,32490,'action started via WP Cron','2021-01-19 21:46:25','2021-01-19 16:46:25'),
(84980,32490,'action complete via WP Cron','2021-01-19 21:46:25','2021-01-19 16:46:25'),
(84981,32491,'action created','2021-01-19 21:46:25','2021-01-19 16:46:25'),
(84982,32491,'action started via WP Cron','2021-01-19 21:47:50','2021-01-19 16:47:50'),
(84983,32491,'action complete via WP Cron','2021-01-19 21:47:50','2021-01-19 16:47:50'),
(84984,32492,'action created','2021-01-19 21:47:50','2021-01-19 16:47:50'),
(84985,32492,'action started via WP Cron','2021-01-19 21:48:33','2021-01-19 16:48:33'),
(84986,32492,'action complete via WP Cron','2021-01-19 21:48:33','2021-01-19 16:48:33'),
(84987,32493,'action created','2021-01-19 21:48:33','2021-01-19 16:48:33'),
(84988,32493,'action started via WP Cron','2021-01-19 21:49:32','2021-01-19 16:49:32'),
(84989,32493,'action complete via WP Cron','2021-01-19 21:49:32','2021-01-19 16:49:32'),
(84990,32494,'action created','2021-01-19 21:49:32','2021-01-19 16:49:32'),
(84991,32494,'action started via WP Cron','2021-01-19 21:52:06','2021-01-19 16:52:06'),
(84992,32494,'action complete via WP Cron','2021-01-19 21:52:06','2021-01-19 16:52:06'),
(84993,32495,'action created','2021-01-19 21:52:06','2021-01-19 16:52:06'),
(84994,32495,'action started via WP Cron','2021-01-19 21:52:47','2021-01-19 16:52:47'),
(84995,32495,'action complete via WP Cron','2021-01-19 21:52:47','2021-01-19 16:52:47'),
(84996,32496,'action created','2021-01-19 21:52:47','2021-01-19 16:52:47'),
(84997,32496,'action started via WP Cron','2021-01-19 21:53:29','2021-01-19 16:53:29'),
(84998,32496,'action complete via WP Cron','2021-01-19 21:53:29','2021-01-19 16:53:29'),
(84999,32497,'action created','2021-01-19 21:53:30','2021-01-19 16:53:30'),
(85000,32497,'action started via WP Cron','2021-01-19 21:54:45','2021-01-19 16:54:45'),
(85001,32497,'action complete via WP Cron','2021-01-19 21:54:45','2021-01-19 16:54:45'),
(85002,32498,'action created','2021-01-19 21:54:45','2021-01-19 16:54:45'),
(85003,32498,'action started via WP Cron','2021-01-19 21:55:39','2021-01-19 16:55:39'),
(85004,32498,'action complete via WP Cron','2021-01-19 21:55:39','2021-01-19 16:55:39'),
(85005,32499,'action created','2021-01-19 21:55:39','2021-01-19 16:55:39'),
(85006,32499,'action started via WP Cron','2021-01-19 21:56:14','2021-01-19 16:56:14'),
(85007,32499,'action complete via WP Cron','2021-01-19 21:56:14','2021-01-19 16:56:14'),
(85008,32500,'action created','2021-01-19 21:56:14','2021-01-19 16:56:14'),
(85009,32500,'action started via WP Cron','2021-01-19 21:59:22','2021-01-19 16:59:22'),
(85010,32500,'action complete via WP Cron','2021-01-19 21:59:22','2021-01-19 16:59:22'),
(85011,32501,'action created','2021-01-19 21:59:22','2021-01-19 16:59:22'),
(85012,32501,'action started via WP Cron','2021-01-19 22:00:35','2021-01-19 17:00:35'),
(85013,32501,'action complete via WP Cron','2021-01-19 22:00:35','2021-01-19 17:00:35'),
(85014,32502,'action created','2021-01-19 22:00:35','2021-01-19 17:00:35'),
(85015,32502,'action started via WP Cron','2021-01-19 22:02:15','2021-01-19 17:02:15'),
(85016,32502,'action complete via WP Cron','2021-01-19 22:02:15','2021-01-19 17:02:15'),
(85017,32503,'action created','2021-01-19 22:02:15','2021-01-19 17:02:15'),
(85018,32503,'action started via WP Cron','2021-01-19 22:03:21','2021-01-19 17:03:21'),
(85019,32503,'action complete via WP Cron','2021-01-19 22:03:21','2021-01-19 17:03:21'),
(85020,32504,'action created','2021-01-19 22:03:21','2021-01-19 17:03:21'),
(85021,32504,'action started via WP Cron','2021-01-19 22:04:26','2021-01-19 17:04:26'),
(85022,32504,'action complete via WP Cron','2021-01-19 22:04:26','2021-01-19 17:04:26'),
(85023,32505,'action created','2021-01-19 22:04:26','2021-01-19 17:04:26'),
(85024,32505,'action started via WP Cron','2021-01-19 22:06:02','2021-01-19 17:06:02'),
(85025,32505,'action complete via WP Cron','2021-01-19 22:06:02','2021-01-19 17:06:02'),
(85026,32506,'action created','2021-01-19 22:06:02','2021-01-19 17:06:02'),
(85027,32506,'action started via WP Cron','2021-01-19 22:06:39','2021-01-19 17:06:39'),
(85028,32506,'action complete via WP Cron','2021-01-19 22:06:39','2021-01-19 17:06:39'),
(85029,32507,'action created','2021-01-19 22:06:39','2021-01-19 17:06:39'),
(85030,32507,'action started via WP Cron','2021-01-19 22:07:25','2021-01-19 17:07:25'),
(85031,32507,'action complete via WP Cron','2021-01-19 22:07:25','2021-01-19 17:07:25'),
(85032,32508,'action created','2021-01-19 22:07:25','2021-01-19 17:07:25'),
(85033,32508,'action started via WP Cron','2021-01-19 22:08:27','2021-01-19 17:08:27'),
(85034,32508,'action complete via WP Cron','2021-01-19 22:08:28','2021-01-19 17:08:28'),
(85035,32509,'action created','2021-01-19 22:08:28','2021-01-19 17:08:28'),
(85036,32509,'action started via WP Cron','2021-01-19 22:09:15','2021-01-19 17:09:15'),
(85037,32509,'action complete via WP Cron','2021-01-19 22:09:15','2021-01-19 17:09:15'),
(85038,32510,'action created','2021-01-19 22:09:15','2021-01-19 17:09:15'),
(85039,32510,'action started via WP Cron','2021-01-19 22:10:12','2021-01-19 17:10:12'),
(85040,32510,'action complete via WP Cron','2021-01-19 22:10:12','2021-01-19 17:10:12'),
(85041,32511,'action created','2021-01-19 22:10:12','2021-01-19 17:10:12'),
(85042,32511,'action started via WP Cron','2021-01-19 22:11:12','2021-01-19 17:11:12'),
(85043,32511,'action complete via WP Cron','2021-01-19 22:11:12','2021-01-19 17:11:12'),
(85044,32512,'action created','2021-01-19 22:11:12','2021-01-19 17:11:12'),
(85045,32512,'action started via WP Cron','2021-01-19 22:12:39','2021-01-19 17:12:39'),
(85046,32512,'action complete via WP Cron','2021-01-19 22:12:39','2021-01-19 17:12:39'),
(85047,32513,'action created','2021-01-19 22:12:39','2021-01-19 17:12:39'),
(85048,32513,'action started via WP Cron','2021-01-19 22:13:37','2021-01-19 17:13:37'),
(85049,32513,'action complete via WP Cron','2021-01-19 22:13:37','2021-01-19 17:13:37'),
(85050,32514,'action created','2021-01-19 22:13:37','2021-01-19 17:13:37'),
(85051,32514,'action started via WP Cron','2021-01-19 22:15:27','2021-01-19 17:15:27'),
(85052,32514,'action complete via WP Cron','2021-01-19 22:15:27','2021-01-19 17:15:27'),
(85053,32515,'action created','2021-01-19 22:15:27','2021-01-19 17:15:27'),
(85054,32515,'action started via WP Cron','2021-01-19 22:17:03','2021-01-19 17:17:03'),
(85055,32515,'action complete via WP Cron','2021-01-19 22:17:03','2021-01-19 17:17:03'),
(85056,32516,'action created','2021-01-19 22:17:04','2021-01-19 17:17:04'),
(85057,32516,'action started via WP Cron','2021-01-19 22:17:23','2021-01-19 17:17:23'),
(85058,32516,'action complete via WP Cron','2021-01-19 22:17:23','2021-01-19 17:17:23'),
(85059,32517,'action created','2021-01-19 22:17:23','2021-01-19 17:17:23'),
(85060,32517,'action started via WP Cron','2021-01-19 22:20:47','2021-01-19 17:20:47'),
(85061,32517,'action complete via WP Cron','2021-01-19 22:20:47','2021-01-19 17:20:47'),
(85062,32518,'action created','2021-01-19 22:20:47','2021-01-19 17:20:47'),
(85063,32518,'action started via WP Cron','2021-01-19 22:21:14','2021-01-19 17:21:14'),
(85064,32518,'action complete via WP Cron','2021-01-19 22:21:14','2021-01-19 17:21:14'),
(85065,32519,'action created','2021-01-19 22:21:15','2021-01-19 17:21:15'),
(85066,32519,'action started via WP Cron','2021-01-19 22:22:30','2021-01-19 17:22:30'),
(85067,32519,'action complete via WP Cron','2021-01-19 22:22:30','2021-01-19 17:22:30'),
(85068,32520,'action created','2021-01-19 22:22:30','2021-01-19 17:22:30'),
(85069,32520,'action started via WP Cron','2021-01-19 22:24:05','2021-01-19 17:24:05'),
(85070,32520,'action complete via WP Cron','2021-01-19 22:24:05','2021-01-19 17:24:05'),
(85071,32521,'action created','2021-01-19 22:24:05','2021-01-19 17:24:05'),
(85072,32521,'action started via WP Cron','2021-01-19 22:24:52','2021-01-19 17:24:52'),
(85073,32521,'action complete via WP Cron','2021-01-19 22:24:52','2021-01-19 17:24:52'),
(85074,32522,'action created','2021-01-19 22:24:52','2021-01-19 17:24:52'),
(85075,32522,'action started via WP Cron','2021-01-19 22:25:27','2021-01-19 17:25:27'),
(85076,32522,'action complete via WP Cron','2021-01-19 22:25:27','2021-01-19 17:25:27'),
(85077,32523,'action created','2021-01-19 22:25:27','2021-01-19 17:25:27'),
(85078,32523,'action started via WP Cron','2021-01-19 22:26:32','2021-01-19 17:26:32'),
(85079,32523,'action complete via WP Cron','2021-01-19 22:26:32','2021-01-19 17:26:32'),
(85080,32524,'action created','2021-01-19 22:26:32','2021-01-19 17:26:32'),
(85081,32524,'action started via WP Cron','2021-01-19 22:27:18','2021-01-19 17:27:18'),
(85082,32524,'action complete via WP Cron','2021-01-19 22:27:18','2021-01-19 17:27:18'),
(85083,32525,'action created','2021-01-19 22:27:18','2021-01-19 17:27:18'),
(85084,32525,'action started via WP Cron','2021-01-19 22:28:17','2021-01-19 17:28:17'),
(85085,32525,'action complete via WP Cron','2021-01-19 22:28:17','2021-01-19 17:28:17'),
(85086,32526,'action created','2021-01-19 22:28:18','2021-01-19 17:28:18'),
(85087,32526,'action started via WP Cron','2021-01-19 22:29:47','2021-01-19 17:29:47'),
(85088,32526,'action complete via WP Cron','2021-01-19 22:29:47','2021-01-19 17:29:47'),
(85089,32527,'action created','2021-01-19 22:29:47','2021-01-19 17:29:47'),
(85090,32527,'action started via WP Cron','2021-01-19 22:31:18','2021-01-19 17:31:18'),
(85091,32527,'action complete via WP Cron','2021-01-19 22:31:18','2021-01-19 17:31:18'),
(85092,32528,'action created','2021-01-19 22:31:18','2021-01-19 17:31:18'),
(85093,32528,'action started via WP Cron','2021-01-19 22:32:32','2021-01-19 17:32:32'),
(85094,32528,'action complete via WP Cron','2021-01-19 22:32:32','2021-01-19 17:32:32'),
(85095,32529,'action created','2021-01-19 22:32:32','2021-01-19 17:32:32'),
(85096,32529,'action started via WP Cron','2021-01-19 22:33:54','2021-01-19 17:33:54'),
(85097,32529,'action complete via WP Cron','2021-01-19 22:33:54','2021-01-19 17:33:54'),
(85098,32530,'action created','2021-01-19 22:33:54','2021-01-19 17:33:54'),
(85099,32530,'action started via WP Cron','2021-01-19 22:35:22','2021-01-19 17:35:22'),
(85100,32530,'action complete via WP Cron','2021-01-19 22:35:22','2021-01-19 17:35:22'),
(85101,32531,'action created','2021-01-19 22:35:22','2021-01-19 17:35:22'),
(85102,32531,'action started via WP Cron','2021-01-19 22:36:17','2021-01-19 17:36:17'),
(85103,32531,'action complete via WP Cron','2021-01-19 22:36:17','2021-01-19 17:36:17'),
(85104,32532,'action created','2021-01-19 22:36:17','2021-01-19 17:36:17'),
(85105,32532,'action started via WP Cron','2021-01-19 22:37:41','2021-01-19 17:37:41'),
(85106,32532,'action complete via WP Cron','2021-01-19 22:37:41','2021-01-19 17:37:41'),
(85107,32533,'action created','2021-01-19 22:37:41','2021-01-19 17:37:41'),
(85108,32533,'action started via WP Cron','2021-01-19 22:38:43','2021-01-19 17:38:43'),
(85109,32533,'action complete via WP Cron','2021-01-19 22:38:43','2021-01-19 17:38:43'),
(85110,32534,'action created','2021-01-19 22:38:43','2021-01-19 17:38:43'),
(85111,32534,'action started via WP Cron','2021-01-19 22:39:20','2021-01-19 17:39:20'),
(85112,32534,'action complete via WP Cron','2021-01-19 22:39:20','2021-01-19 17:39:20'),
(85113,32535,'action created','2021-01-19 22:39:20','2021-01-19 17:39:20'),
(85114,32535,'action started via WP Cron','2021-01-19 22:40:18','2021-01-19 17:40:18'),
(85115,32535,'action complete via WP Cron','2021-01-19 22:40:18','2021-01-19 17:40:18'),
(85116,32536,'action created','2021-01-19 22:40:18','2021-01-19 17:40:18'),
(85117,32536,'action started via WP Cron','2021-01-19 22:42:18','2021-01-19 17:42:18'),
(85118,32536,'action complete via WP Cron','2021-01-19 22:42:18','2021-01-19 17:42:18'),
(85119,32537,'action created','2021-01-19 22:42:18','2021-01-19 17:42:18'),
(85120,32537,'action started via WP Cron','2021-01-19 22:43:47','2021-01-19 17:43:47'),
(85121,32537,'action complete via WP Cron','2021-01-19 22:43:47','2021-01-19 17:43:47'),
(85122,32538,'action created','2021-01-19 22:43:47','2021-01-19 17:43:47'),
(85123,32538,'action started via WP Cron','2021-01-19 22:45:14','2021-01-19 17:45:14'),
(85124,32538,'action complete via WP Cron','2021-01-19 22:45:14','2021-01-19 17:45:14'),
(85125,32539,'action created','2021-01-19 22:45:14','2021-01-19 17:45:14'),
(85126,32539,'action started via WP Cron','2021-01-19 22:46:30','2021-01-19 17:46:30'),
(85127,32539,'action complete via WP Cron','2021-01-19 22:46:30','2021-01-19 17:46:30'),
(85128,32540,'action created','2021-01-19 22:46:30','2021-01-19 17:46:30'),
(85129,32540,'action started via WP Cron','2021-01-19 22:47:13','2021-01-19 17:47:13'),
(85130,32540,'action complete via WP Cron','2021-01-19 22:47:13','2021-01-19 17:47:13'),
(85131,32541,'action created','2021-01-19 22:47:13','2021-01-19 17:47:13'),
(85132,32541,'action started via WP Cron','2021-01-19 22:48:12','2021-01-19 17:48:12'),
(85133,32541,'action complete via WP Cron','2021-01-19 22:48:12','2021-01-19 17:48:12'),
(85134,32542,'action created','2021-01-19 22:48:12','2021-01-19 17:48:12'),
(85135,32542,'action started via WP Cron','2021-01-19 22:49:57','2021-01-19 17:49:57'),
(85136,32542,'action complete via WP Cron','2021-01-19 22:49:57','2021-01-19 17:49:57'),
(85137,32543,'action created','2021-01-19 22:49:57','2021-01-19 17:49:57'),
(85138,32543,'action started via WP Cron','2021-01-19 22:50:15','2021-01-19 17:50:15'),
(85139,32543,'action complete via WP Cron','2021-01-19 22:50:15','2021-01-19 17:50:15'),
(85140,32544,'action created','2021-01-19 22:50:15','2021-01-19 17:50:15'),
(85141,32544,'action started via WP Cron','2021-01-19 22:51:27','2021-01-19 17:51:27'),
(85142,32544,'action complete via WP Cron','2021-01-19 22:51:27','2021-01-19 17:51:27'),
(85143,32545,'action created','2021-01-19 22:51:27','2021-01-19 17:51:27'),
(85144,32545,'action started via WP Cron','2021-01-19 22:54:23','2021-01-19 17:54:23'),
(85145,32545,'action complete via WP Cron','2021-01-19 22:54:23','2021-01-19 17:54:23'),
(85146,32546,'action created','2021-01-19 22:54:23','2021-01-19 17:54:23'),
(85147,32546,'action started via WP Cron','2021-01-19 22:57:25','2021-01-19 17:57:25'),
(85148,32546,'action complete via WP Cron','2021-01-19 22:57:25','2021-01-19 17:57:25'),
(85149,32547,'action created','2021-01-19 22:57:25','2021-01-19 17:57:25'),
(85150,32547,'action started via WP Cron','2021-01-19 22:58:12','2021-01-19 17:58:12'),
(85151,32547,'action complete via WP Cron','2021-01-19 22:58:12','2021-01-19 17:58:12'),
(85152,32548,'action created','2021-01-19 22:58:12','2021-01-19 17:58:12'),
(85153,32548,'action started via WP Cron','2021-01-19 22:59:13','2021-01-19 17:59:13'),
(85154,32548,'action complete via WP Cron','2021-01-19 22:59:13','2021-01-19 17:59:13'),
(85155,32549,'action created','2021-01-19 22:59:13','2021-01-19 17:59:13'),
(85156,32549,'action started via WP Cron','2021-01-19 23:00:52','2021-01-19 18:00:52'),
(85157,32549,'action complete via WP Cron','2021-01-19 23:00:52','2021-01-19 18:00:52'),
(85158,32550,'action created','2021-01-19 23:00:52','2021-01-19 18:00:52'),
(85159,32550,'action started via WP Cron','2021-01-19 23:01:24','2021-01-19 18:01:24'),
(85160,32550,'action complete via WP Cron','2021-01-19 23:01:24','2021-01-19 18:01:24'),
(85161,32551,'action created','2021-01-19 23:01:24','2021-01-19 18:01:24'),
(85162,32551,'action started via WP Cron','2021-01-19 23:03:01','2021-01-19 18:03:01'),
(85163,32551,'action complete via WP Cron','2021-01-19 23:03:01','2021-01-19 18:03:01'),
(85164,32552,'action created','2021-01-19 23:03:02','2021-01-19 18:03:02'),
(85165,32552,'action started via WP Cron','2021-01-19 23:03:29','2021-01-19 18:03:29'),
(85166,32552,'action complete via WP Cron','2021-01-19 23:03:29','2021-01-19 18:03:29'),
(85167,32553,'action created','2021-01-19 23:03:29','2021-01-19 18:03:29'),
(85168,32553,'action started via WP Cron','2021-01-19 23:04:51','2021-01-19 18:04:51'),
(85169,32553,'action complete via WP Cron','2021-01-19 23:04:51','2021-01-19 18:04:51'),
(85170,32554,'action created','2021-01-19 23:04:51','2021-01-19 18:04:51'),
(85171,32554,'action started via WP Cron','2021-01-19 23:05:27','2021-01-19 18:05:27'),
(85172,32554,'action complete via WP Cron','2021-01-19 23:05:27','2021-01-19 18:05:27'),
(85173,32555,'action created','2021-01-19 23:05:27','2021-01-19 18:05:27'),
(85174,32555,'action started via WP Cron','2021-01-19 23:08:08','2021-01-19 18:08:08'),
(85175,32555,'action complete via WP Cron','2021-01-19 23:08:08','2021-01-19 18:08:08'),
(85176,32556,'action created','2021-01-19 23:08:08','2021-01-19 18:08:08'),
(85177,32556,'action started via WP Cron','2021-01-19 23:08:40','2021-01-19 18:08:40'),
(85178,32556,'action complete via WP Cron','2021-01-19 23:08:40','2021-01-19 18:08:40'),
(85179,32557,'action created','2021-01-19 23:08:40','2021-01-19 18:08:40'),
(85180,32557,'action started via WP Cron','2021-01-19 23:09:24','2021-01-19 18:09:24'),
(85181,32557,'action complete via WP Cron','2021-01-19 23:09:24','2021-01-19 18:09:24'),
(85182,32558,'action created','2021-01-19 23:09:24','2021-01-19 18:09:24'),
(85183,32558,'action started via WP Cron','2021-01-19 23:12:06','2021-01-19 18:12:06'),
(85184,32558,'action complete via WP Cron','2021-01-19 23:12:06','2021-01-19 18:12:06'),
(85185,32559,'action created','2021-01-19 23:12:06','2021-01-19 18:12:06'),
(85186,32559,'action started via WP Cron','2021-01-19 23:13:40','2021-01-19 18:13:40'),
(85187,32559,'action complete via WP Cron','2021-01-19 23:13:40','2021-01-19 18:13:40'),
(85188,32560,'action created','2021-01-19 23:13:40','2021-01-19 18:13:40'),
(85189,32560,'action started via WP Cron','2021-01-19 23:14:54','2021-01-19 18:14:54'),
(85190,32560,'action complete via WP Cron','2021-01-19 23:14:54','2021-01-19 18:14:54'),
(85191,32561,'action created','2021-01-19 23:14:54','2021-01-19 18:14:54'),
(85192,32561,'action started via WP Cron','2021-01-19 23:15:28','2021-01-19 18:15:28'),
(85193,32561,'action complete via WP Cron','2021-01-19 23:15:28','2021-01-19 18:15:28'),
(85194,32562,'action created','2021-01-19 23:15:28','2021-01-19 18:15:28'),
(85195,32562,'action started via WP Cron','2021-01-19 23:17:46','2021-01-19 18:17:46'),
(85196,32562,'action complete via WP Cron','2021-01-19 23:17:46','2021-01-19 18:17:46'),
(85197,32563,'action created','2021-01-19 23:17:46','2021-01-19 18:17:46'),
(85198,32563,'action started via WP Cron','2021-01-19 23:18:17','2021-01-19 18:18:17'),
(85199,32563,'action complete via WP Cron','2021-01-19 23:18:17','2021-01-19 18:18:17'),
(85200,32564,'action created','2021-01-19 23:18:17','2021-01-19 18:18:17'),
(85201,32564,'action started via WP Cron','2021-01-19 23:19:18','2021-01-19 18:19:18'),
(85202,32564,'action complete via WP Cron','2021-01-19 23:19:18','2021-01-19 18:19:18'),
(85203,32565,'action created','2021-01-19 23:19:18','2021-01-19 18:19:18'),
(85204,32565,'action started via WP Cron','2021-01-19 23:20:34','2021-01-19 18:20:34'),
(85205,32565,'action complete via WP Cron','2021-01-19 23:20:34','2021-01-19 18:20:34'),
(85206,32566,'action created','2021-01-19 23:20:34','2021-01-19 18:20:34'),
(85207,32566,'action started via WP Cron','2021-01-19 23:21:17','2021-01-19 18:21:17'),
(85208,32566,'action complete via WP Cron','2021-01-19 23:21:17','2021-01-19 18:21:17'),
(85209,32567,'action created','2021-01-19 23:21:17','2021-01-19 18:21:17'),
(85210,32567,'action started via WP Cron','2021-01-19 23:23:56','2021-01-19 18:23:56'),
(85211,32567,'action complete via WP Cron','2021-01-19 23:23:56','2021-01-19 18:23:56'),
(85212,32568,'action created','2021-01-19 23:23:56','2021-01-19 18:23:56'),
(85213,32568,'action started via WP Cron','2021-01-19 23:25:09','2021-01-19 18:25:09'),
(85214,32568,'action complete via WP Cron','2021-01-19 23:25:09','2021-01-19 18:25:09'),
(85215,32569,'action created','2021-01-19 23:25:09','2021-01-19 18:25:09'),
(85216,32569,'action started via WP Cron','2021-01-19 23:25:36','2021-01-19 18:25:36'),
(85217,32569,'action complete via WP Cron','2021-01-19 23:25:36','2021-01-19 18:25:36'),
(85218,32570,'action created','2021-01-19 23:25:36','2021-01-19 18:25:36'),
(85219,32570,'action started via WP Cron','2021-01-19 23:26:12','2021-01-19 18:26:12'),
(85220,32570,'action complete via WP Cron','2021-01-19 23:26:12','2021-01-19 18:26:12'),
(85221,32571,'action created','2021-01-19 23:26:12','2021-01-19 18:26:12'),
(85222,32571,'action started via WP Cron','2021-01-19 23:27:17','2021-01-19 18:27:17'),
(85223,32571,'action complete via WP Cron','2021-01-19 23:27:17','2021-01-19 18:27:17'),
(85224,32572,'action created','2021-01-19 23:27:18','2021-01-19 18:27:18'),
(85225,32572,'action started via WP Cron','2021-01-19 23:28:30','2021-01-19 18:28:30'),
(85226,32572,'action complete via WP Cron','2021-01-19 23:28:30','2021-01-19 18:28:30'),
(85227,32573,'action created','2021-01-19 23:28:30','2021-01-19 18:28:30'),
(85228,32573,'action started via WP Cron','2021-01-19 23:29:36','2021-01-19 18:29:36'),
(85229,32573,'action complete via WP Cron','2021-01-19 23:29:36','2021-01-19 18:29:36'),
(85230,32574,'action created','2021-01-19 23:29:36','2021-01-19 18:29:36'),
(85231,32574,'action started via WP Cron','2021-01-19 23:31:07','2021-01-19 18:31:07'),
(85232,32574,'action complete via WP Cron','2021-01-19 23:31:07','2021-01-19 18:31:07'),
(85233,32575,'action created','2021-01-19 23:31:07','2021-01-19 18:31:07'),
(85234,32575,'action started via WP Cron','2021-01-19 23:31:41','2021-01-19 18:31:41'),
(85235,32575,'action complete via WP Cron','2021-01-19 23:31:41','2021-01-19 18:31:41'),
(85236,32576,'action created','2021-01-19 23:31:41','2021-01-19 18:31:41'),
(85237,32576,'action started via WP Cron','2021-01-19 23:32:56','2021-01-19 18:32:56'),
(85238,32576,'action complete via WP Cron','2021-01-19 23:32:56','2021-01-19 18:32:56'),
(85239,32577,'action created','2021-01-19 23:32:56','2021-01-19 18:32:56'),
(85240,32577,'action started via WP Cron','2021-01-19 23:34:23','2021-01-19 18:34:23'),
(85241,32577,'action complete via WP Cron','2021-01-19 23:34:23','2021-01-19 18:34:23'),
(85242,32578,'action created','2021-01-19 23:34:23','2021-01-19 18:34:23'),
(85243,32578,'action started via WP Cron','2021-01-19 23:35:16','2021-01-19 18:35:16'),
(85244,32578,'action complete via WP Cron','2021-01-19 23:35:16','2021-01-19 18:35:16'),
(85245,32579,'action created','2021-01-19 23:35:16','2021-01-19 18:35:16'),
(85246,32579,'action started via WP Cron','2021-01-19 23:37:18','2021-01-19 18:37:18'),
(85247,32579,'action complete via WP Cron','2021-01-19 23:37:18','2021-01-19 18:37:18'),
(85248,32580,'action created','2021-01-19 23:37:18','2021-01-19 18:37:18'),
(85249,32580,'action started via WP Cron','2021-01-19 23:38:27','2021-01-19 18:38:27'),
(85250,32580,'action complete via WP Cron','2021-01-19 23:38:27','2021-01-19 18:38:27'),
(85251,32581,'action created','2021-01-19 23:38:27','2021-01-19 18:38:27'),
(85252,32581,'action started via WP Cron','2021-01-19 23:40:36','2021-01-19 18:40:36'),
(85253,32581,'action complete via WP Cron','2021-01-19 23:40:36','2021-01-19 18:40:36'),
(85254,32582,'action created','2021-01-19 23:40:36','2021-01-19 18:40:36'),
(85255,32582,'action started via WP Cron','2021-01-19 23:41:47','2021-01-19 18:41:47'),
(85256,32582,'action complete via WP Cron','2021-01-19 23:41:47','2021-01-19 18:41:47'),
(85257,32583,'action created','2021-01-19 23:41:47','2021-01-19 18:41:47'),
(85258,32583,'action started via WP Cron','2021-01-19 23:42:26','2021-01-19 18:42:26'),
(85259,32583,'action complete via WP Cron','2021-01-19 23:42:26','2021-01-19 18:42:26'),
(85260,32584,'action created','2021-01-19 23:42:26','2021-01-19 18:42:26'),
(85261,32584,'action started via WP Cron','2021-01-19 23:43:52','2021-01-19 18:43:52'),
(85262,32584,'action complete via WP Cron','2021-01-19 23:43:52','2021-01-19 18:43:52'),
(85263,32585,'action created','2021-01-19 23:43:52','2021-01-19 18:43:52'),
(85264,32585,'action started via WP Cron','2021-01-19 23:44:55','2021-01-19 18:44:55'),
(85265,32585,'action complete via WP Cron','2021-01-19 23:44:55','2021-01-19 18:44:55'),
(85266,32586,'action created','2021-01-19 23:44:55','2021-01-19 18:44:55'),
(85267,32586,'action started via WP Cron','2021-01-19 23:45:24','2021-01-19 18:45:24'),
(85268,32586,'action complete via WP Cron','2021-01-19 23:45:24','2021-01-19 18:45:24'),
(85269,32587,'action created','2021-01-19 23:45:24','2021-01-19 18:45:24'),
(85270,32587,'action started via WP Cron','2021-01-19 23:47:38','2021-01-19 18:47:38'),
(85271,32587,'action complete via WP Cron','2021-01-19 23:47:38','2021-01-19 18:47:38'),
(85272,32588,'action created','2021-01-19 23:47:38','2021-01-19 18:47:38'),
(85273,32588,'action started via WP Cron','2021-01-19 23:48:56','2021-01-19 18:48:56'),
(85274,32588,'action complete via WP Cron','2021-01-19 23:48:56','2021-01-19 18:48:56'),
(85275,32589,'action created','2021-01-19 23:48:56','2021-01-19 18:48:56'),
(85276,32589,'action started via WP Cron','2021-01-19 23:49:48','2021-01-19 18:49:48'),
(85277,32589,'action complete via WP Cron','2021-01-19 23:49:48','2021-01-19 18:49:48'),
(85278,32590,'action created','2021-01-19 23:49:48','2021-01-19 18:49:48'),
(85279,32590,'action started via WP Cron','2021-01-19 23:51:26','2021-01-19 18:51:26'),
(85280,32590,'action complete via WP Cron','2021-01-19 23:51:26','2021-01-19 18:51:26'),
(85281,32591,'action created','2021-01-19 23:51:26','2021-01-19 18:51:26'),
(85282,32591,'action started via WP Cron','2021-01-19 23:52:49','2021-01-19 18:52:49'),
(85283,32591,'action complete via WP Cron','2021-01-19 23:52:49','2021-01-19 18:52:49'),
(85284,32592,'action created','2021-01-19 23:52:49','2021-01-19 18:52:49'),
(85285,32592,'action started via WP Cron','2021-01-19 23:53:17','2021-01-19 18:53:17'),
(85286,32592,'action complete via WP Cron','2021-01-19 23:53:17','2021-01-19 18:53:17'),
(85287,32593,'action created','2021-01-19 23:53:17','2021-01-19 18:53:17'),
(85288,32593,'action started via WP Cron','2021-01-19 23:55:05','2021-01-19 18:55:05'),
(85289,32593,'action complete via WP Cron','2021-01-19 23:55:05','2021-01-19 18:55:05'),
(85290,32594,'action created','2021-01-19 23:55:05','2021-01-19 18:55:05'),
(85291,32594,'action started via WP Cron','2021-01-19 23:56:30','2021-01-19 18:56:30'),
(85292,32594,'action complete via WP Cron','2021-01-19 23:56:30','2021-01-19 18:56:30'),
(85293,32595,'action created','2021-01-19 23:56:30','2021-01-19 18:56:30'),
(85294,32595,'action started via WP Cron','2021-01-19 23:57:26','2021-01-19 18:57:26'),
(85295,32595,'action complete via WP Cron','2021-01-19 23:57:26','2021-01-19 18:57:26'),
(85296,32596,'action created','2021-01-19 23:57:26','2021-01-19 18:57:26'),
(85297,32596,'action started via WP Cron','2021-01-19 23:58:22','2021-01-19 18:58:22'),
(85298,32596,'action complete via WP Cron','2021-01-19 23:58:22','2021-01-19 18:58:22'),
(85299,32597,'action created','2021-01-19 23:58:22','2021-01-19 18:58:22'),
(85300,32597,'action started via WP Cron','2021-01-19 23:59:52','2021-01-19 18:59:52'),
(85301,32597,'action complete via WP Cron','2021-01-19 23:59:52','2021-01-19 18:59:52'),
(85302,32598,'action created','2021-01-19 23:59:52','2021-01-19 18:59:52'),
(85303,32598,'action started via WP Cron','2021-01-20 00:01:34','2021-01-19 19:01:34'),
(85304,32598,'action complete via WP Cron','2021-01-20 00:01:34','2021-01-19 19:01:34'),
(85305,32599,'action created','2021-01-20 00:01:34','2021-01-19 19:01:34'),
(85306,32599,'action started via WP Cron','2021-01-20 00:02:17','2021-01-19 19:02:17'),
(85307,32599,'action complete via WP Cron','2021-01-20 00:02:17','2021-01-19 19:02:17'),
(85308,32600,'action created','2021-01-20 00:02:17','2021-01-19 19:02:17'),
(85309,32600,'action started via WP Cron','2021-01-20 00:03:12','2021-01-19 19:03:12'),
(85310,32600,'action complete via WP Cron','2021-01-20 00:03:12','2021-01-19 19:03:12'),
(85311,32601,'action created','2021-01-20 00:03:12','2021-01-19 19:03:12'),
(85312,32601,'action started via WP Cron','2021-01-20 00:04:49','2021-01-19 19:04:49'),
(85313,32601,'action complete via WP Cron','2021-01-20 00:04:49','2021-01-19 19:04:49'),
(85314,32602,'action created','2021-01-20 00:04:49','2021-01-19 19:04:49'),
(85315,32602,'action started via WP Cron','2021-01-20 00:05:26','2021-01-19 19:05:26'),
(85316,32602,'action complete via WP Cron','2021-01-20 00:05:26','2021-01-19 19:05:26'),
(85317,32603,'action created','2021-01-20 00:05:26','2021-01-19 19:05:26'),
(85318,32603,'action started via WP Cron','2021-01-20 00:06:15','2021-01-19 19:06:15'),
(85319,32603,'action complete via WP Cron','2021-01-20 00:06:15','2021-01-19 19:06:15'),
(85320,32604,'action created','2021-01-20 00:06:15','2021-01-19 19:06:15'),
(85321,32604,'action started via WP Cron','2021-01-20 00:07:17','2021-01-19 19:07:17'),
(85322,32604,'action complete via WP Cron','2021-01-20 00:07:17','2021-01-19 19:07:17'),
(85323,32605,'action created','2021-01-20 00:07:17','2021-01-19 19:07:17'),
(85324,32605,'action started via WP Cron','2021-01-20 00:08:44','2021-01-19 19:08:44'),
(85325,32605,'action complete via WP Cron','2021-01-20 00:08:44','2021-01-19 19:08:44'),
(85326,32606,'action created','2021-01-20 00:08:45','2021-01-19 19:08:45'),
(85327,32606,'action started via WP Cron','2021-01-20 00:09:48','2021-01-19 19:09:48'),
(85328,32606,'action complete via WP Cron','2021-01-20 00:09:48','2021-01-19 19:09:48'),
(85329,32607,'action created','2021-01-20 00:09:48','2021-01-19 19:09:48'),
(85330,32607,'action started via WP Cron','2021-01-20 00:10:13','2021-01-19 19:10:13'),
(85331,32607,'action complete via WP Cron','2021-01-20 00:10:13','2021-01-19 19:10:13'),
(85332,32608,'action created','2021-01-20 00:10:13','2021-01-19 19:10:13'),
(85333,32608,'action started via WP Cron','2021-01-20 00:11:12','2021-01-19 19:11:12'),
(85334,32608,'action complete via WP Cron','2021-01-20 00:11:12','2021-01-19 19:11:12'),
(85335,32609,'action created','2021-01-20 00:11:12','2021-01-19 19:11:12'),
(85336,32609,'action started via WP Cron','2021-01-20 00:12:25','2021-01-19 19:12:25'),
(85337,32609,'action complete via WP Cron','2021-01-20 00:12:25','2021-01-19 19:12:25'),
(85338,32610,'action created','2021-01-20 00:12:25','2021-01-19 19:12:25'),
(85339,32610,'action started via WP Cron','2021-01-20 00:14:24','2021-01-19 19:14:24'),
(85340,32610,'action complete via WP Cron','2021-01-20 00:14:24','2021-01-19 19:14:24'),
(85341,32611,'action created','2021-01-20 00:14:24','2021-01-19 19:14:24'),
(85342,32611,'action started via WP Cron','2021-01-20 00:16:40','2021-01-19 19:16:40'),
(85343,32611,'action complete via WP Cron','2021-01-20 00:16:41','2021-01-19 19:16:41'),
(85344,32612,'action created','2021-01-20 00:16:41','2021-01-19 19:16:41'),
(85345,32612,'action started via WP Cron','2021-01-20 00:17:45','2021-01-19 19:17:45'),
(85346,32612,'action complete via WP Cron','2021-01-20 00:17:46','2021-01-19 19:17:46'),
(85347,32613,'action created','2021-01-20 00:17:46','2021-01-19 19:17:46'),
(85348,32613,'action started via WP Cron','2021-01-20 00:18:57','2021-01-19 19:18:57'),
(85349,32613,'action complete via WP Cron','2021-01-20 00:18:57','2021-01-19 19:18:57'),
(85350,32614,'action created','2021-01-20 00:18:57','2021-01-19 19:18:57'),
(85351,32614,'action started via WP Cron','2021-01-20 00:20:05','2021-01-19 19:20:05'),
(85352,32614,'action complete via WP Cron','2021-01-20 00:20:05','2021-01-19 19:20:05'),
(85353,32615,'action created','2021-01-20 00:20:05','2021-01-19 19:20:05'),
(85354,32615,'action started via WP Cron','2021-01-20 00:21:22','2021-01-19 19:21:22'),
(85355,32615,'action complete via WP Cron','2021-01-20 00:21:22','2021-01-19 19:21:22'),
(85356,32616,'action created','2021-01-20 00:21:22','2021-01-19 19:21:22'),
(85357,32616,'action started via WP Cron','2021-01-20 00:22:30','2021-01-19 19:22:30'),
(85358,32616,'action complete via WP Cron','2021-01-20 00:22:30','2021-01-19 19:22:30'),
(85359,32617,'action created','2021-01-20 00:22:30','2021-01-19 19:22:30'),
(85360,32617,'action started via WP Cron','2021-01-20 00:23:25','2021-01-19 19:23:25'),
(85361,32617,'action complete via WP Cron','2021-01-20 00:23:25','2021-01-19 19:23:25'),
(85362,32618,'action created','2021-01-20 00:23:25','2021-01-19 19:23:25'),
(85363,32618,'action started via WP Cron','2021-01-20 00:24:36','2021-01-19 19:24:36'),
(85364,32618,'action complete via WP Cron','2021-01-20 00:24:36','2021-01-19 19:24:36'),
(85365,32619,'action created','2021-01-20 00:24:36','2021-01-19 19:24:36'),
(85366,32619,'action started via WP Cron','2021-01-20 00:25:22','2021-01-19 19:25:22'),
(85367,32619,'action complete via WP Cron','2021-01-20 00:25:22','2021-01-19 19:25:22'),
(85368,32620,'action created','2021-01-20 00:25:22','2021-01-19 19:25:22'),
(85369,32620,'action started via WP Cron','2021-01-20 00:26:27','2021-01-19 19:26:27'),
(85370,32620,'action complete via WP Cron','2021-01-20 00:26:27','2021-01-19 19:26:27'),
(85371,32621,'action created','2021-01-20 00:26:27','2021-01-19 19:26:27'),
(85372,32621,'action started via WP Cron','2021-01-20 00:27:11','2021-01-19 19:27:11'),
(85373,32621,'action complete via WP Cron','2021-01-20 00:27:11','2021-01-19 19:27:11'),
(85374,32622,'action created','2021-01-20 00:27:11','2021-01-19 19:27:11'),
(85375,32622,'action started via WP Cron','2021-01-20 00:28:49','2021-01-19 19:28:49'),
(85376,32622,'action complete via WP Cron','2021-01-20 00:28:49','2021-01-19 19:28:49'),
(85377,32623,'action created','2021-01-20 00:28:49','2021-01-19 19:28:49'),
(85378,32623,'action started via WP Cron','2021-01-20 00:29:19','2021-01-19 19:29:19'),
(85379,32623,'action complete via WP Cron','2021-01-20 00:29:19','2021-01-19 19:29:19'),
(85380,32624,'action created','2021-01-20 00:29:19','2021-01-19 19:29:19'),
(85381,32624,'action started via WP Cron','2021-01-20 00:30:13','2021-01-19 19:30:13'),
(85382,32624,'action complete via WP Cron','2021-01-20 00:30:13','2021-01-19 19:30:13'),
(85383,32625,'action created','2021-01-20 00:30:13','2021-01-19 19:30:13'),
(85384,32625,'action started via WP Cron','2021-01-20 00:31:27','2021-01-19 19:31:27'),
(85385,32625,'action complete via WP Cron','2021-01-20 00:31:27','2021-01-19 19:31:27'),
(85386,32626,'action created','2021-01-20 00:31:27','2021-01-19 19:31:27'),
(85387,32626,'action started via WP Cron','2021-01-20 00:33:53','2021-01-19 19:33:53'),
(85388,32626,'action complete via WP Cron','2021-01-20 00:33:53','2021-01-19 19:33:53'),
(85389,32627,'action created','2021-01-20 00:33:53','2021-01-19 19:33:53'),
(85390,32627,'action started via WP Cron','2021-01-20 00:35:13','2021-01-19 19:35:13'),
(85391,32627,'action complete via WP Cron','2021-01-20 00:35:13','2021-01-19 19:35:13'),
(85392,32628,'action created','2021-01-20 00:35:13','2021-01-19 19:35:13'),
(85393,32628,'action started via WP Cron','2021-01-20 00:36:33','2021-01-19 19:36:33'),
(85394,32628,'action complete via WP Cron','2021-01-20 00:36:33','2021-01-19 19:36:33'),
(85395,32629,'action created','2021-01-20 00:36:33','2021-01-19 19:36:33'),
(85396,32629,'action started via WP Cron','2021-01-20 00:37:24','2021-01-19 19:37:24'),
(85397,32629,'action complete via WP Cron','2021-01-20 00:37:24','2021-01-19 19:37:24'),
(85398,32630,'action created','2021-01-20 00:37:24','2021-01-19 19:37:24'),
(85399,32630,'action started via WP Cron','2021-01-20 00:38:20','2021-01-19 19:38:20'),
(85400,32630,'action complete via WP Cron','2021-01-20 00:38:20','2021-01-19 19:38:20'),
(85401,32631,'action created','2021-01-20 00:38:20','2021-01-19 19:38:20'),
(85402,32631,'action started via WP Cron','2021-01-20 00:39:29','2021-01-19 19:39:29'),
(85403,32631,'action complete via WP Cron','2021-01-20 00:39:29','2021-01-19 19:39:29'),
(85404,32632,'action created','2021-01-20 00:39:29','2021-01-19 19:39:29'),
(85405,32632,'action started via WP Cron','2021-01-20 00:40:34','2021-01-19 19:40:34'),
(85406,32632,'action complete via WP Cron','2021-01-20 00:40:34','2021-01-19 19:40:34'),
(85407,32633,'action created','2021-01-20 00:40:34','2021-01-19 19:40:34'),
(85408,32633,'action started via WP Cron','2021-01-20 00:41:16','2021-01-19 19:41:16'),
(85409,32633,'action complete via WP Cron','2021-01-20 00:41:16','2021-01-19 19:41:16'),
(85410,32634,'action created','2021-01-20 00:41:16','2021-01-19 19:41:16'),
(85411,32634,'action started via WP Cron','2021-01-20 00:42:27','2021-01-19 19:42:27'),
(85412,32634,'action complete via WP Cron','2021-01-20 00:42:27','2021-01-19 19:42:27'),
(85413,32635,'action created','2021-01-20 00:42:27','2021-01-19 19:42:27'),
(85414,32635,'action started via WP Cron','2021-01-20 00:43:46','2021-01-19 19:43:46'),
(85415,32635,'action complete via WP Cron','2021-01-20 00:43:46','2021-01-19 19:43:46'),
(85416,32636,'action created','2021-01-20 00:43:46','2021-01-19 19:43:46'),
(85417,32636,'action started via WP Cron','2021-01-20 00:46:07','2021-01-19 19:46:07'),
(85418,32636,'action complete via WP Cron','2021-01-20 00:46:07','2021-01-19 19:46:07'),
(85419,32637,'action created','2021-01-20 00:46:07','2021-01-19 19:46:07'),
(85420,32637,'action started via WP Cron','2021-01-20 00:46:56','2021-01-19 19:46:56'),
(85421,32637,'action complete via WP Cron','2021-01-20 00:46:56','2021-01-19 19:46:56'),
(85422,32638,'action created','2021-01-20 00:46:56','2021-01-19 19:46:56'),
(85423,32638,'action started via WP Cron','2021-01-20 00:47:25','2021-01-19 19:47:25'),
(85424,32638,'action complete via WP Cron','2021-01-20 00:47:25','2021-01-19 19:47:25'),
(85425,32639,'action created','2021-01-20 00:47:25','2021-01-19 19:47:25'),
(85426,32639,'action started via WP Cron','2021-01-20 00:48:17','2021-01-19 19:48:17'),
(85427,32639,'action complete via WP Cron','2021-01-20 00:48:17','2021-01-19 19:48:17'),
(85428,32640,'action created','2021-01-20 00:48:17','2021-01-19 19:48:17'),
(85429,32640,'action started via WP Cron','2021-01-20 00:49:11','2021-01-19 19:49:11'),
(85430,32640,'action complete via WP Cron','2021-01-20 00:49:11','2021-01-19 19:49:11'),
(85431,32641,'action created','2021-01-20 00:49:11','2021-01-19 19:49:11'),
(85432,32641,'action started via WP Cron','2021-01-20 00:50:13','2021-01-19 19:50:13'),
(85433,32641,'action complete via WP Cron','2021-01-20 00:50:13','2021-01-19 19:50:13'),
(85434,32642,'action created','2021-01-20 00:50:13','2021-01-19 19:50:13'),
(85435,32642,'action started via WP Cron','2021-01-20 00:51:16','2021-01-19 19:51:16'),
(85436,32642,'action complete via WP Cron','2021-01-20 00:51:16','2021-01-19 19:51:16'),
(85437,32643,'action created','2021-01-20 00:51:16','2021-01-19 19:51:16'),
(85438,32643,'action started via WP Cron','2021-01-20 00:52:12','2021-01-19 19:52:12'),
(85439,32643,'action complete via WP Cron','2021-01-20 00:52:12','2021-01-19 19:52:12'),
(85440,32644,'action created','2021-01-20 00:52:13','2021-01-19 19:52:13'),
(85441,32644,'action started via WP Cron','2021-01-20 00:53:20','2021-01-19 19:53:20'),
(85442,32644,'action complete via WP Cron','2021-01-20 00:53:20','2021-01-19 19:53:20'),
(85443,32645,'action created','2021-01-20 00:53:20','2021-01-19 19:53:20'),
(85444,32645,'action started via WP Cron','2021-01-20 00:54:19','2021-01-19 19:54:19'),
(85445,32645,'action complete via WP Cron','2021-01-20 00:54:19','2021-01-19 19:54:19'),
(85446,32646,'action created','2021-01-20 00:54:19','2021-01-19 19:54:19'),
(85447,32646,'action started via WP Cron','2021-01-20 00:55:19','2021-01-19 19:55:19'),
(85448,32646,'action complete via WP Cron','2021-01-20 00:55:19','2021-01-19 19:55:19'),
(85449,32647,'action created','2021-01-20 00:55:19','2021-01-19 19:55:19'),
(85450,32647,'action started via WP Cron','2021-01-20 00:56:18','2021-01-19 19:56:18'),
(85451,32647,'action complete via WP Cron','2021-01-20 00:56:18','2021-01-19 19:56:18'),
(85452,32648,'action created','2021-01-20 00:56:18','2021-01-19 19:56:18'),
(85453,32648,'action started via WP Cron','2021-01-20 00:57:13','2021-01-19 19:57:13'),
(85454,32648,'action complete via WP Cron','2021-01-20 00:57:13','2021-01-19 19:57:13'),
(85455,32649,'action created','2021-01-20 00:57:13','2021-01-19 19:57:13'),
(85456,32649,'action started via WP Cron','2021-01-20 00:58:15','2021-01-19 19:58:15'),
(85457,32649,'action complete via WP Cron','2021-01-20 00:58:15','2021-01-19 19:58:15'),
(85458,32650,'action created','2021-01-20 00:58:15','2021-01-19 19:58:15'),
(85459,32650,'action started via WP Cron','2021-01-20 00:59:14','2021-01-19 19:59:14'),
(85460,32650,'action complete via WP Cron','2021-01-20 00:59:14','2021-01-19 19:59:14'),
(85461,32651,'action created','2021-01-20 00:59:14','2021-01-19 19:59:14'),
(85462,32651,'action started via WP Cron','2021-01-20 01:00:15','2021-01-19 20:00:15'),
(85463,32651,'action complete via WP Cron','2021-01-20 01:00:15','2021-01-19 20:00:15'),
(85464,32652,'action created','2021-01-20 01:00:15','2021-01-19 20:00:15'),
(85465,32652,'action started via WP Cron','2021-01-20 01:01:17','2021-01-19 20:01:17'),
(85466,32652,'action complete via WP Cron','2021-01-20 01:01:17','2021-01-19 20:01:17'),
(85467,32653,'action created','2021-01-20 01:01:17','2021-01-19 20:01:17'),
(85468,32653,'action started via WP Cron','2021-01-20 01:02:16','2021-01-19 20:02:16'),
(85469,32653,'action complete via WP Cron','2021-01-20 01:02:16','2021-01-19 20:02:16'),
(85470,32654,'action created','2021-01-20 01:02:16','2021-01-19 20:02:16'),
(85471,32654,'action started via WP Cron','2021-01-20 01:03:12','2021-01-19 20:03:12'),
(85472,32654,'action complete via WP Cron','2021-01-20 01:03:12','2021-01-19 20:03:12'),
(85473,32655,'action created','2021-01-20 01:03:13','2021-01-19 20:03:13'),
(85474,32655,'action started via WP Cron','2021-01-20 01:04:12','2021-01-19 20:04:12'),
(85475,32655,'action complete via WP Cron','2021-01-20 01:04:12','2021-01-19 20:04:12'),
(85476,32656,'action created','2021-01-20 01:04:12','2021-01-19 20:04:12'),
(85477,32656,'action started via WP Cron','2021-01-20 01:05:19','2021-01-19 20:05:19'),
(85478,32656,'action complete via WP Cron','2021-01-20 01:05:19','2021-01-19 20:05:19'),
(85479,32657,'action created','2021-01-20 01:05:19','2021-01-19 20:05:19'),
(85480,32657,'action started via WP Cron','2021-01-20 01:06:17','2021-01-19 20:06:17'),
(85481,32657,'action complete via WP Cron','2021-01-20 01:06:17','2021-01-19 20:06:17'),
(85482,32658,'action created','2021-01-20 01:06:17','2021-01-19 20:06:17'),
(85483,32658,'action started via WP Cron','2021-01-20 01:07:16','2021-01-19 20:07:16'),
(85484,32658,'action complete via WP Cron','2021-01-20 01:07:16','2021-01-19 20:07:16'),
(85485,32659,'action created','2021-01-20 01:07:16','2021-01-19 20:07:16'),
(85486,32659,'action started via WP Cron','2021-01-20 01:08:19','2021-01-19 20:08:19'),
(85487,32659,'action complete via WP Cron','2021-01-20 01:08:19','2021-01-19 20:08:19'),
(85488,32660,'action created','2021-01-20 01:08:19','2021-01-19 20:08:19'),
(85489,32660,'action started via WP Cron','2021-01-20 01:09:12','2021-01-19 20:09:12'),
(85490,32660,'action complete via WP Cron','2021-01-20 01:09:12','2021-01-19 20:09:12'),
(85491,32661,'action created','2021-01-20 01:09:12','2021-01-19 20:09:12'),
(85492,32661,'action started via WP Cron','2021-01-20 01:10:13','2021-01-19 20:10:13'),
(85493,32661,'action complete via WP Cron','2021-01-20 01:10:13','2021-01-19 20:10:13'),
(85494,32662,'action created','2021-01-20 01:10:13','2021-01-19 20:10:13'),
(85495,32662,'action started via WP Cron','2021-01-20 01:11:11','2021-01-19 20:11:11'),
(85496,32662,'action complete via WP Cron','2021-01-20 01:11:11','2021-01-19 20:11:11'),
(85497,32663,'action created','2021-01-20 01:11:12','2021-01-19 20:11:12'),
(85498,32663,'action started via WP Cron','2021-01-20 01:12:13','2021-01-19 20:12:13'),
(85499,32663,'action complete via WP Cron','2021-01-20 01:12:13','2021-01-19 20:12:13'),
(85500,32664,'action created','2021-01-20 01:12:13','2021-01-19 20:12:13'),
(85501,32664,'action started via WP Cron','2021-01-20 01:13:13','2021-01-19 20:13:13'),
(85502,32664,'action complete via WP Cron','2021-01-20 01:13:13','2021-01-19 20:13:13'),
(85503,32665,'action created','2021-01-20 01:13:13','2021-01-19 20:13:13'),
(85504,32665,'action started via WP Cron','2021-01-20 01:14:12','2021-01-19 20:14:12'),
(85505,32665,'action complete via WP Cron','2021-01-20 01:14:12','2021-01-19 20:14:12'),
(85506,32666,'action created','2021-01-20 01:14:12','2021-01-19 20:14:12'),
(85507,32666,'action started via WP Cron','2021-01-20 01:15:11','2021-01-19 20:15:11'),
(85508,32666,'action complete via WP Cron','2021-01-20 01:15:11','2021-01-19 20:15:11'),
(85509,32667,'action created','2021-01-20 01:15:11','2021-01-19 20:15:11'),
(85510,32667,'action started via WP Cron','2021-01-20 01:16:11','2021-01-19 20:16:11'),
(85511,32667,'action complete via WP Cron','2021-01-20 01:16:11','2021-01-19 20:16:11'),
(85512,32668,'action created','2021-01-20 01:16:11','2021-01-19 20:16:11'),
(85513,32668,'action started via WP Cron','2021-01-20 01:17:17','2021-01-19 20:17:17'),
(85514,32668,'action complete via WP Cron','2021-01-20 01:17:17','2021-01-19 20:17:17'),
(85515,32669,'action created','2021-01-20 01:17:17','2021-01-19 20:17:17'),
(85516,32669,'action started via WP Cron','2021-01-20 01:18:20','2021-01-19 20:18:20'),
(85517,32669,'action complete via WP Cron','2021-01-20 01:18:20','2021-01-19 20:18:20'),
(85518,32670,'action created','2021-01-20 01:18:24','2021-01-19 20:18:24'),
(85519,32670,'action started via WP Cron','2021-01-20 01:19:15','2021-01-19 20:19:15'),
(85520,32670,'action complete via WP Cron','2021-01-20 01:19:15','2021-01-19 20:19:15'),
(85521,32671,'action created','2021-01-20 01:19:15','2021-01-19 20:19:15'),
(85522,32671,'action started via WP Cron','2021-01-20 01:20:14','2021-01-19 20:20:14'),
(85523,32671,'action complete via WP Cron','2021-01-20 01:20:14','2021-01-19 20:20:14'),
(85524,32672,'action created','2021-01-20 01:20:14','2021-01-19 20:20:14'),
(85525,32672,'action started via WP Cron','2021-01-20 01:21:11','2021-01-19 20:21:11'),
(85526,32672,'action complete via WP Cron','2021-01-20 01:21:11','2021-01-19 20:21:11'),
(85527,32673,'action created','2021-01-20 01:21:12','2021-01-19 20:21:12'),
(85528,32673,'action started via WP Cron','2021-01-20 01:22:13','2021-01-19 20:22:13'),
(85529,32673,'action complete via WP Cron','2021-01-20 01:22:13','2021-01-19 20:22:13'),
(85530,32674,'action created','2021-01-20 01:22:13','2021-01-19 20:22:13'),
(85531,32674,'action started via WP Cron','2021-01-20 01:23:13','2021-01-19 20:23:13'),
(85532,32674,'action complete via WP Cron','2021-01-20 01:23:14','2021-01-19 20:23:14'),
(85533,32675,'action created','2021-01-20 01:23:14','2021-01-19 20:23:14'),
(85534,32675,'action started via WP Cron','2021-01-20 01:24:17','2021-01-19 20:24:17'),
(85535,32675,'action complete via WP Cron','2021-01-20 01:24:17','2021-01-19 20:24:17'),
(85536,32676,'action created','2021-01-20 01:24:17','2021-01-19 20:24:17'),
(85537,32676,'action started via WP Cron','2021-01-20 01:25:25','2021-01-19 20:25:25'),
(85538,32676,'action complete via WP Cron','2021-01-20 01:25:25','2021-01-19 20:25:25'),
(85539,32677,'action created','2021-01-20 01:25:25','2021-01-19 20:25:25'),
(85540,32677,'action started via WP Cron','2021-01-20 01:26:19','2021-01-19 20:26:19'),
(85541,32677,'action complete via WP Cron','2021-01-20 01:26:19','2021-01-19 20:26:19'),
(85542,32678,'action created','2021-01-20 01:26:19','2021-01-19 20:26:19'),
(85543,31526,'action started via WP Cron','2021-01-20 01:27:42','2021-01-19 20:27:42'),
(85544,31526,'action complete via WP Cron','2021-01-20 01:27:42','2021-01-19 20:27:42'),
(85545,32679,'action created','2021-01-20 01:27:42','2021-01-19 20:27:42'),
(85546,32678,'action started via WP Cron','2021-01-20 01:27:42','2021-01-19 20:27:42'),
(85547,32678,'action complete via WP Cron','2021-01-20 01:27:42','2021-01-19 20:27:42'),
(85548,32680,'action created','2021-01-20 01:27:42','2021-01-19 20:27:42'),
(85549,32680,'action started via WP Cron','2021-01-20 01:29:39','2021-01-19 20:29:39'),
(85550,32680,'action complete via WP Cron','2021-01-20 01:29:39','2021-01-19 20:29:39'),
(85551,32681,'action created','2021-01-20 01:29:39','2021-01-19 20:29:39'),
(85552,32681,'action started via WP Cron','2021-01-20 01:31:50','2021-01-19 20:31:50'),
(85553,32681,'action complete via WP Cron','2021-01-20 01:31:50','2021-01-19 20:31:50'),
(85554,32682,'action created','2021-01-20 01:31:51','2021-01-19 20:31:51'),
(85555,32682,'action started via WP Cron','2021-01-20 01:32:16','2021-01-19 20:32:16'),
(85556,32682,'action complete via WP Cron','2021-01-20 01:32:16','2021-01-19 20:32:16'),
(85557,32683,'action created','2021-01-20 01:32:16','2021-01-19 20:32:16'),
(85558,32683,'action started via WP Cron','2021-01-20 01:33:12','2021-01-19 20:33:12'),
(85559,32683,'action complete via WP Cron','2021-01-20 01:33:12','2021-01-19 20:33:12'),
(85560,32684,'action created','2021-01-20 01:33:12','2021-01-19 20:33:12'),
(85561,32684,'action started via WP Cron','2021-01-20 01:34:19','2021-01-19 20:34:19'),
(85562,32684,'action complete via WP Cron','2021-01-20 01:34:19','2021-01-19 20:34:19'),
(85563,32685,'action created','2021-01-20 01:34:19','2021-01-19 20:34:19'),
(85564,32685,'action started via WP Cron','2021-01-20 01:36:25','2021-01-19 20:36:25'),
(85565,32685,'action complete via WP Cron','2021-01-20 01:36:25','2021-01-19 20:36:25'),
(85566,32686,'action created','2021-01-20 01:36:26','2021-01-19 20:36:26'),
(85567,32686,'action started via WP Cron','2021-01-20 01:38:15','2021-01-19 20:38:15'),
(85568,32686,'action complete via WP Cron','2021-01-20 01:38:15','2021-01-19 20:38:15'),
(85569,32687,'action created','2021-01-20 01:38:15','2021-01-19 20:38:15'),
(85570,32687,'action started via WP Cron','2021-01-20 01:42:19','2021-01-19 20:42:19'),
(85571,32687,'action complete via WP Cron','2021-01-20 01:42:19','2021-01-19 20:42:19'),
(85572,32688,'action created','2021-01-20 01:42:19','2021-01-19 20:42:19'),
(85573,32688,'action started via WP Cron','2021-01-20 01:44:15','2021-01-19 20:44:15'),
(85574,32688,'action complete via WP Cron','2021-01-20 01:44:15','2021-01-19 20:44:15'),
(85575,32689,'action created','2021-01-20 01:44:15','2021-01-19 20:44:15'),
(85576,32689,'action started via WP Cron','2021-01-20 01:45:26','2021-01-19 20:45:26'),
(85577,32689,'action complete via WP Cron','2021-01-20 01:45:26','2021-01-19 20:45:26'),
(85578,32690,'action created','2021-01-20 01:45:26','2021-01-19 20:45:26'),
(85579,32690,'action started via WP Cron','2021-01-20 01:46:11','2021-01-19 20:46:11'),
(85580,32690,'action complete via WP Cron','2021-01-20 01:46:11','2021-01-19 20:46:11'),
(85581,32691,'action created','2021-01-20 01:46:11','2021-01-19 20:46:11'),
(85582,32691,'action started via WP Cron','2021-01-20 01:47:43','2021-01-19 20:47:43'),
(85583,32691,'action complete via WP Cron','2021-01-20 01:47:43','2021-01-19 20:47:43'),
(85584,32692,'action created','2021-01-20 01:47:43','2021-01-19 20:47:43'),
(85585,32692,'action started via WP Cron','2021-01-20 01:48:54','2021-01-19 20:48:54'),
(85586,32692,'action complete via WP Cron','2021-01-20 01:48:54','2021-01-19 20:48:54'),
(85587,32693,'action created','2021-01-20 01:48:54','2021-01-19 20:48:54'),
(85588,32693,'action started via WP Cron','2021-01-20 01:50:06','2021-01-19 20:50:06'),
(85589,32693,'action complete via WP Cron','2021-01-20 01:50:06','2021-01-19 20:50:06'),
(85590,32694,'action created','2021-01-20 01:50:06','2021-01-19 20:50:06'),
(85591,32694,'action started via WP Cron','2021-01-20 01:51:03','2021-01-19 20:51:03'),
(85592,32694,'action complete via WP Cron','2021-01-20 01:51:03','2021-01-19 20:51:03'),
(85593,32695,'action created','2021-01-20 01:51:03','2021-01-19 20:51:03'),
(85594,32695,'action started via WP Cron','2021-01-20 01:53:51','2021-01-19 20:53:51'),
(85595,32695,'action complete via WP Cron','2021-01-20 01:53:51','2021-01-19 20:53:51'),
(85596,32696,'action created','2021-01-20 01:53:51','2021-01-19 20:53:51'),
(85597,32696,'action started via WP Cron','2021-01-20 01:54:34','2021-01-19 20:54:34'),
(85598,32696,'action complete via WP Cron','2021-01-20 01:54:34','2021-01-19 20:54:34'),
(85599,32697,'action created','2021-01-20 01:54:34','2021-01-19 20:54:34'),
(85600,32697,'action started via WP Cron','2021-01-20 01:57:58','2021-01-19 20:57:58'),
(85601,32697,'action complete via WP Cron','2021-01-20 01:57:58','2021-01-19 20:57:58'),
(85602,32698,'action created','2021-01-20 01:57:58','2021-01-19 20:57:58'),
(85603,32698,'action started via WP Cron','2021-01-20 01:59:19','2021-01-19 20:59:19'),
(85604,32698,'action complete via WP Cron','2021-01-20 01:59:19','2021-01-19 20:59:19'),
(85605,32699,'action created','2021-01-20 01:59:19','2021-01-19 20:59:19'),
(85606,32699,'action started via WP Cron','2021-01-20 02:01:53','2021-01-19 21:01:53'),
(85607,32699,'action complete via WP Cron','2021-01-20 02:01:53','2021-01-19 21:01:53'),
(85608,32700,'action created','2021-01-20 02:01:53','2021-01-19 21:01:53'),
(85609,32700,'action started via WP Cron','2021-01-20 02:02:27','2021-01-19 21:02:27'),
(85610,32700,'action complete via WP Cron','2021-01-20 02:02:27','2021-01-19 21:02:27'),
(85611,32701,'action created','2021-01-20 02:02:27','2021-01-19 21:02:27'),
(85612,32701,'action started via WP Cron','2021-01-20 02:03:43','2021-01-19 21:03:43'),
(85613,32701,'action complete via WP Cron','2021-01-20 02:03:43','2021-01-19 21:03:43'),
(85614,32702,'action created','2021-01-20 02:03:43','2021-01-19 21:03:43'),
(85615,32702,'action started via WP Cron','2021-01-20 02:04:35','2021-01-19 21:04:35'),
(85616,32702,'action complete via WP Cron','2021-01-20 02:04:35','2021-01-19 21:04:35'),
(85617,32703,'action created','2021-01-20 02:04:35','2021-01-19 21:04:35'),
(85618,32703,'action started via WP Cron','2021-01-20 02:05:49','2021-01-19 21:05:49'),
(85619,32703,'action complete via WP Cron','2021-01-20 02:05:49','2021-01-19 21:05:49'),
(85620,32704,'action created','2021-01-20 02:05:49','2021-01-19 21:05:49'),
(85621,32704,'action started via WP Cron','2021-01-20 02:08:18','2021-01-19 21:08:18'),
(85622,32704,'action complete via WP Cron','2021-01-20 02:08:18','2021-01-19 21:08:18'),
(85623,32705,'action created','2021-01-20 02:08:18','2021-01-19 21:08:18'),
(85624,32705,'action started via WP Cron','2021-01-20 02:09:43','2021-01-19 21:09:43'),
(85625,32705,'action complete via WP Cron','2021-01-20 02:09:43','2021-01-19 21:09:43'),
(85626,32706,'action created','2021-01-20 02:09:43','2021-01-19 21:09:43'),
(85627,32706,'action started via WP Cron','2021-01-20 02:10:33','2021-01-19 21:10:33'),
(85628,32706,'action complete via WP Cron','2021-01-20 02:10:33','2021-01-19 21:10:33'),
(85629,32707,'action created','2021-01-20 02:10:33','2021-01-19 21:10:33'),
(85630,32707,'action started via WP Cron','2021-01-20 02:11:23','2021-01-19 21:11:23'),
(85631,32707,'action complete via WP Cron','2021-01-20 02:11:23','2021-01-19 21:11:23'),
(85632,32708,'action created','2021-01-20 02:11:23','2021-01-19 21:11:23'),
(85633,32708,'action started via WP Cron','2021-01-20 02:13:28','2021-01-19 21:13:28'),
(85634,32708,'action complete via WP Cron','2021-01-20 02:13:28','2021-01-19 21:13:28'),
(85635,32709,'action created','2021-01-20 02:13:28','2021-01-19 21:13:28'),
(85636,32709,'action started via WP Cron','2021-01-20 02:14:44','2021-01-19 21:14:44'),
(85637,32709,'action complete via WP Cron','2021-01-20 02:14:44','2021-01-19 21:14:44'),
(85638,32710,'action created','2021-01-20 02:14:44','2021-01-19 21:14:44'),
(85639,32710,'action started via WP Cron','2021-01-20 02:16:04','2021-01-19 21:16:04'),
(85640,32710,'action complete via WP Cron','2021-01-20 02:16:04','2021-01-19 21:16:04'),
(85641,32711,'action created','2021-01-20 02:16:04','2021-01-19 21:16:04'),
(85642,32711,'action started via WP Cron','2021-01-20 02:17:19','2021-01-19 21:17:19'),
(85643,32711,'action complete via WP Cron','2021-01-20 02:17:19','2021-01-19 21:17:19'),
(85644,32712,'action created','2021-01-20 02:17:19','2021-01-19 21:17:19'),
(85645,32712,'action started via WP Cron','2021-01-20 02:18:41','2021-01-19 21:18:41'),
(85646,32712,'action complete via WP Cron','2021-01-20 02:18:41','2021-01-19 21:18:41'),
(85647,32713,'action created','2021-01-20 02:18:41','2021-01-19 21:18:41'),
(85648,32713,'action started via WP Cron','2021-01-20 02:19:19','2021-01-19 21:19:19'),
(85649,32713,'action complete via WP Cron','2021-01-20 02:19:19','2021-01-19 21:19:19'),
(85650,32714,'action created','2021-01-20 02:19:19','2021-01-19 21:19:19'),
(85651,32714,'action started via WP Cron','2021-01-20 02:20:20','2021-01-19 21:20:20'),
(85652,32714,'action complete via WP Cron','2021-01-20 02:20:20','2021-01-19 21:20:20'),
(85653,32715,'action created','2021-01-20 02:20:20','2021-01-19 21:20:20'),
(85654,32715,'action started via WP Cron','2021-01-20 02:21:15','2021-01-19 21:21:15'),
(85655,32715,'action complete via WP Cron','2021-01-20 02:21:15','2021-01-19 21:21:15'),
(85656,32716,'action created','2021-01-20 02:21:15','2021-01-19 21:21:15'),
(85657,32716,'action started via WP Cron','2021-01-20 02:23:46','2021-01-19 21:23:46'),
(85658,32716,'action complete via WP Cron','2021-01-20 02:23:46','2021-01-19 21:23:46'),
(85659,32717,'action created','2021-01-20 02:23:46','2021-01-19 21:23:46'),
(85660,32717,'action started via WP Cron','2021-01-20 02:25:00','2021-01-19 21:25:00'),
(85661,32717,'action complete via WP Cron','2021-01-20 02:25:00','2021-01-19 21:25:00'),
(85662,32718,'action created','2021-01-20 02:25:00','2021-01-19 21:25:00'),
(85663,32718,'action started via WP Cron','2021-01-20 02:25:32','2021-01-19 21:25:32'),
(85664,32718,'action complete via WP Cron','2021-01-20 02:25:32','2021-01-19 21:25:32'),
(85665,32719,'action created','2021-01-20 02:25:32','2021-01-19 21:25:32'),
(85666,32719,'action started via WP Cron','2021-01-20 02:26:11','2021-01-19 21:26:11'),
(85667,32719,'action complete via WP Cron','2021-01-20 02:26:11','2021-01-19 21:26:11'),
(85668,32720,'action created','2021-01-20 02:26:12','2021-01-19 21:26:12'),
(85669,32720,'action started via WP Cron','2021-01-20 02:27:12','2021-01-19 21:27:12'),
(85670,32720,'action complete via WP Cron','2021-01-20 02:27:12','2021-01-19 21:27:12'),
(85671,32721,'action created','2021-01-20 02:27:12','2021-01-19 21:27:12'),
(85672,32721,'action started via WP Cron','2021-01-20 02:28:13','2021-01-19 21:28:13'),
(85673,32721,'action complete via WP Cron','2021-01-20 02:28:13','2021-01-19 21:28:13'),
(85674,32722,'action created','2021-01-20 02:28:13','2021-01-19 21:28:13'),
(85675,32722,'action started via WP Cron','2021-01-20 02:29:13','2021-01-19 21:29:13'),
(85676,32722,'action complete via WP Cron','2021-01-20 02:29:13','2021-01-19 21:29:13'),
(85677,32723,'action created','2021-01-20 02:29:13','2021-01-19 21:29:13'),
(85678,32723,'action started via WP Cron','2021-01-20 02:30:14','2021-01-19 21:30:14'),
(85679,32723,'action complete via WP Cron','2021-01-20 02:30:14','2021-01-19 21:30:14'),
(85680,32724,'action created','2021-01-20 02:30:17','2021-01-19 21:30:17'),
(85681,32724,'action started via WP Cron','2021-01-20 02:31:12','2021-01-19 21:31:12'),
(85682,32724,'action complete via WP Cron','2021-01-20 02:31:12','2021-01-19 21:31:12'),
(85683,32725,'action created','2021-01-20 02:31:12','2021-01-19 21:31:12'),
(85684,32725,'action started via WP Cron','2021-01-20 02:32:50','2021-01-19 21:32:50'),
(85685,32725,'action complete via WP Cron','2021-01-20 02:32:50','2021-01-19 21:32:50'),
(85686,32726,'action created','2021-01-20 02:32:50','2021-01-19 21:32:50'),
(85687,32726,'action started via WP Cron','2021-01-20 02:33:55','2021-01-19 21:33:55'),
(85688,32726,'action complete via WP Cron','2021-01-20 02:33:55','2021-01-19 21:33:55'),
(85689,32727,'action created','2021-01-20 02:33:55','2021-01-19 21:33:55'),
(85690,32727,'action started via WP Cron','2021-01-20 02:35:27','2021-01-19 21:35:27'),
(85691,32727,'action complete via WP Cron','2021-01-20 02:35:27','2021-01-19 21:35:27'),
(85692,32728,'action created','2021-01-20 02:35:27','2021-01-19 21:35:27'),
(85693,32728,'action started via WP Cron','2021-01-20 02:36:53','2021-01-19 21:36:53'),
(85694,32728,'action complete via WP Cron','2021-01-20 02:36:53','2021-01-19 21:36:53'),
(85695,32729,'action created','2021-01-20 02:36:53','2021-01-19 21:36:53'),
(85696,32729,'action started via WP Cron','2021-01-20 02:39:17','2021-01-19 21:39:17'),
(85697,32729,'action complete via WP Cron','2021-01-20 02:39:17','2021-01-19 21:39:17'),
(85698,32730,'action created','2021-01-20 02:39:18','2021-01-19 21:39:18'),
(85699,32730,'action started via WP Cron','2021-01-20 02:41:04','2021-01-19 21:41:04'),
(85700,32730,'action complete via WP Cron','2021-01-20 02:41:04','2021-01-19 21:41:04'),
(85701,32731,'action created','2021-01-20 02:41:04','2021-01-19 21:41:04'),
(85702,32731,'action started via WP Cron','2021-01-20 02:42:31','2021-01-19 21:42:31'),
(85703,32731,'action complete via WP Cron','2021-01-20 02:42:31','2021-01-19 21:42:31'),
(85704,32732,'action created','2021-01-20 02:42:31','2021-01-19 21:42:31'),
(85705,32732,'action started via WP Cron','2021-01-20 02:44:36','2021-01-19 21:44:36'),
(85706,32732,'action complete via WP Cron','2021-01-20 02:44:36','2021-01-19 21:44:36'),
(85707,32733,'action created','2021-01-20 02:44:36','2021-01-19 21:44:36'),
(85708,32733,'action started via WP Cron','2021-01-20 02:49:19','2021-01-19 21:49:19'),
(85709,32733,'action complete via WP Cron','2021-01-20 02:49:19','2021-01-19 21:49:19'),
(85710,32734,'action created','2021-01-20 02:49:19','2021-01-19 21:49:19'),
(85711,32734,'action started via WP Cron','2021-01-20 02:51:21','2021-01-19 21:51:21'),
(85712,32734,'action complete via WP Cron','2021-01-20 02:51:21','2021-01-19 21:51:21'),
(85713,32735,'action created','2021-01-20 02:51:22','2021-01-19 21:51:22'),
(85714,32735,'action started via WP Cron','2021-01-20 02:53:23','2021-01-19 21:53:23'),
(85715,32735,'action complete via WP Cron','2021-01-20 02:53:23','2021-01-19 21:53:23'),
(85716,32736,'action created','2021-01-20 02:53:23','2021-01-19 21:53:23'),
(85717,32736,'action started via WP Cron','2021-01-20 02:56:28','2021-01-19 21:56:28'),
(85718,32736,'action complete via WP Cron','2021-01-20 02:56:28','2021-01-19 21:56:28'),
(85719,32737,'action created','2021-01-20 02:56:28','2021-01-19 21:56:28'),
(85720,32737,'action started via WP Cron','2021-01-20 02:57:17','2021-01-19 21:57:17'),
(85721,32737,'action complete via WP Cron','2021-01-20 02:57:17','2021-01-19 21:57:17'),
(85722,32738,'action created','2021-01-20 02:57:17','2021-01-19 21:57:17'),
(85723,32738,'action started via WP Cron','2021-01-20 02:59:07','2021-01-19 21:59:07'),
(85724,32738,'action complete via WP Cron','2021-01-20 02:59:07','2021-01-19 21:59:07'),
(85725,32739,'action created','2021-01-20 02:59:07','2021-01-19 21:59:07'),
(85726,32739,'action started via WP Cron','2021-01-20 02:59:43','2021-01-19 21:59:43'),
(85727,32739,'action complete via WP Cron','2021-01-20 02:59:43','2021-01-19 21:59:43'),
(85728,32740,'action created','2021-01-20 02:59:43','2021-01-19 21:59:43'),
(85729,32740,'action started via WP Cron','2021-01-20 03:01:03','2021-01-19 22:01:03'),
(85730,32740,'action complete via WP Cron','2021-01-20 03:01:03','2021-01-19 22:01:03'),
(85731,32741,'action created','2021-01-20 03:01:03','2021-01-19 22:01:03'),
(85732,32741,'action started via WP Cron','2021-01-20 03:01:23','2021-01-19 22:01:23'),
(85733,32741,'action complete via WP Cron','2021-01-20 03:01:23','2021-01-19 22:01:23'),
(85734,32742,'action created','2021-01-20 03:01:23','2021-01-19 22:01:23'),
(85735,32742,'action started via WP Cron','2021-01-20 03:03:24','2021-01-19 22:03:24'),
(85736,32742,'action complete via WP Cron','2021-01-20 03:03:24','2021-01-19 22:03:24'),
(85737,32743,'action created','2021-01-20 03:03:24','2021-01-19 22:03:24'),
(85738,32743,'action started via WP Cron','2021-01-20 03:04:45','2021-01-19 22:04:45'),
(85739,32743,'action complete via WP Cron','2021-01-20 03:04:45','2021-01-19 22:04:45'),
(85740,32744,'action created','2021-01-20 03:04:45','2021-01-19 22:04:45'),
(85741,32744,'action started via WP Cron','2021-01-20 03:05:15','2021-01-19 22:05:15'),
(85742,32744,'action complete via WP Cron','2021-01-20 03:05:15','2021-01-19 22:05:15'),
(85743,32745,'action created','2021-01-20 03:05:16','2021-01-19 22:05:16'),
(85744,32745,'action started via WP Cron','2021-01-20 03:07:05','2021-01-19 22:07:05'),
(85745,32745,'action complete via WP Cron','2021-01-20 03:07:05','2021-01-19 22:07:05'),
(85746,32746,'action created','2021-01-20 03:07:05','2021-01-19 22:07:05'),
(85747,32746,'action started via WP Cron','2021-01-20 03:07:51','2021-01-19 22:07:51'),
(85748,32746,'action complete via WP Cron','2021-01-20 03:07:51','2021-01-19 22:07:51'),
(85749,32747,'action created','2021-01-20 03:07:51','2021-01-19 22:07:51'),
(85750,32747,'action started via WP Cron','2021-01-20 03:08:31','2021-01-19 22:08:31'),
(85751,32747,'action complete via WP Cron','2021-01-20 03:08:31','2021-01-19 22:08:31'),
(85752,32748,'action created','2021-01-20 03:08:31','2021-01-19 22:08:31'),
(85753,32748,'action started via WP Cron','2021-01-20 03:09:14','2021-01-19 22:09:14'),
(85754,32748,'action complete via WP Cron','2021-01-20 03:09:14','2021-01-19 22:09:14'),
(85755,32749,'action created','2021-01-20 03:09:14','2021-01-19 22:09:14'),
(85756,32749,'action started via WP Cron','2021-01-20 03:10:44','2021-01-19 22:10:44'),
(85757,32749,'action complete via WP Cron','2021-01-20 03:10:44','2021-01-19 22:10:44'),
(85758,32750,'action created','2021-01-20 03:10:44','2021-01-19 22:10:44'),
(85759,32750,'action started via WP Cron','2021-01-20 03:12:09','2021-01-19 22:12:09'),
(85760,32750,'action complete via WP Cron','2021-01-20 03:12:09','2021-01-19 22:12:09'),
(85761,32751,'action created','2021-01-20 03:12:09','2021-01-19 22:12:09'),
(85762,32751,'action started via WP Cron','2021-01-20 03:13:47','2021-01-19 22:13:47'),
(85763,32751,'action complete via WP Cron','2021-01-20 03:13:47','2021-01-19 22:13:47'),
(85764,32752,'action created','2021-01-20 03:13:47','2021-01-19 22:13:47'),
(85765,32752,'action started via WP Cron','2021-01-20 03:14:30','2021-01-19 22:14:30'),
(85766,32752,'action complete via WP Cron','2021-01-20 03:14:30','2021-01-19 22:14:30'),
(85767,32753,'action created','2021-01-20 03:14:30','2021-01-19 22:14:30'),
(85768,32753,'action started via WP Cron','2021-01-20 03:15:45','2021-01-19 22:15:45'),
(85769,32753,'action complete via WP Cron','2021-01-20 03:15:45','2021-01-19 22:15:45'),
(85770,32754,'action created','2021-01-20 03:15:45','2021-01-19 22:15:45'),
(85771,32754,'action started via WP Cron','2021-01-20 03:16:14','2021-01-19 22:16:14'),
(85772,32754,'action complete via WP Cron','2021-01-20 03:16:14','2021-01-19 22:16:14'),
(85773,32755,'action created','2021-01-20 03:16:14','2021-01-19 22:16:14'),
(85774,32755,'action started via WP Cron','2021-01-20 03:17:14','2021-01-19 22:17:14'),
(85775,32755,'action complete via WP Cron','2021-01-20 03:17:14','2021-01-19 22:17:14'),
(85776,32756,'action created','2021-01-20 03:17:14','2021-01-19 22:17:14'),
(85777,32756,'action started via WP Cron','2021-01-20 03:18:17','2021-01-19 22:18:17'),
(85778,32756,'action complete via WP Cron','2021-01-20 03:18:17','2021-01-19 22:18:17'),
(85779,32757,'action created','2021-01-20 03:18:17','2021-01-19 22:18:17'),
(85780,32757,'action started via WP Cron','2021-01-20 03:19:27','2021-01-19 22:19:27'),
(85781,32757,'action complete via WP Cron','2021-01-20 03:19:27','2021-01-19 22:19:27'),
(85782,32758,'action created','2021-01-20 03:19:27','2021-01-19 22:19:27'),
(85783,32758,'action started via WP Cron','2021-01-20 03:20:13','2021-01-19 22:20:13'),
(85784,32758,'action complete via WP Cron','2021-01-20 03:20:13','2021-01-19 22:20:13'),
(85785,32759,'action created','2021-01-20 03:20:13','2021-01-19 22:20:13'),
(85786,32759,'action started via WP Cron','2021-01-20 03:22:26','2021-01-19 22:22:26'),
(85787,32759,'action complete via WP Cron','2021-01-20 03:22:26','2021-01-19 22:22:26'),
(85788,32760,'action created','2021-01-20 03:22:26','2021-01-19 22:22:26'),
(85789,32760,'action started via WP Cron','2021-01-20 03:23:45','2021-01-19 22:23:45'),
(85790,32760,'action complete via WP Cron','2021-01-20 03:23:45','2021-01-19 22:23:45'),
(85791,32761,'action created','2021-01-20 03:23:45','2021-01-19 22:23:45'),
(85792,32761,'action started via WP Cron','2021-01-20 03:25:58','2021-01-19 22:25:58'),
(85793,32761,'action complete via WP Cron','2021-01-20 03:25:58','2021-01-19 22:25:58'),
(85794,32762,'action created','2021-01-20 03:25:58','2021-01-19 22:25:58'),
(85795,32762,'action started via WP Cron','2021-01-20 03:26:16','2021-01-19 22:26:16'),
(85796,32762,'action complete via WP Cron','2021-01-20 03:26:16','2021-01-19 22:26:16'),
(85797,32763,'action created','2021-01-20 03:26:16','2021-01-19 22:26:16'),
(85798,32763,'action started via WP Cron','2021-01-20 03:27:25','2021-01-19 22:27:25'),
(85799,32763,'action complete via WP Cron','2021-01-20 03:27:25','2021-01-19 22:27:25'),
(85800,32764,'action created','2021-01-20 03:27:25','2021-01-19 22:27:25'),
(85801,32764,'action started via WP Cron','2021-01-20 03:28:32','2021-01-19 22:28:32'),
(85802,32764,'action complete via WP Cron','2021-01-20 03:28:32','2021-01-19 22:28:32'),
(85803,32765,'action created','2021-01-20 03:28:32','2021-01-19 22:28:32'),
(85804,32765,'action started via WP Cron','2021-01-20 03:29:35','2021-01-19 22:29:35'),
(85805,32765,'action complete via WP Cron','2021-01-20 03:29:35','2021-01-19 22:29:35'),
(85806,32766,'action created','2021-01-20 03:29:35','2021-01-19 22:29:35'),
(85807,32766,'action started via WP Cron','2021-01-20 03:30:38','2021-01-19 22:30:38'),
(85808,32766,'action complete via WP Cron','2021-01-20 03:30:38','2021-01-19 22:30:38'),
(85809,32767,'action created','2021-01-20 03:30:38','2021-01-19 22:30:38'),
(85810,32767,'action started via WP Cron','2021-01-20 03:31:16','2021-01-19 22:31:16'),
(85811,32767,'action complete via WP Cron','2021-01-20 03:31:16','2021-01-19 22:31:16'),
(85812,32768,'action created','2021-01-20 03:31:16','2021-01-19 22:31:16'),
(85813,32768,'action started via WP Cron','2021-01-20 03:32:11','2021-01-19 22:32:11'),
(85814,32768,'action complete via WP Cron','2021-01-20 03:32:11','2021-01-19 22:32:11'),
(85815,32769,'action created','2021-01-20 03:32:11','2021-01-19 22:32:11'),
(85816,32769,'action started via WP Cron','2021-01-20 03:35:16','2021-01-19 22:35:16'),
(85817,32769,'action complete via WP Cron','2021-01-20 03:35:16','2021-01-19 22:35:16'),
(85818,32770,'action created','2021-01-20 03:35:16','2021-01-19 22:35:16'),
(85819,32770,'action started via WP Cron','2021-01-20 03:36:54','2021-01-19 22:36:54'),
(85820,32770,'action complete via WP Cron','2021-01-20 03:36:54','2021-01-19 22:36:54'),
(85821,32771,'action created','2021-01-20 03:36:54','2021-01-19 22:36:54'),
(85822,32771,'action started via WP Cron','2021-01-20 03:39:17','2021-01-19 22:39:17'),
(85823,32771,'action complete via WP Cron','2021-01-20 03:39:17','2021-01-19 22:39:17'),
(85824,32772,'action created','2021-01-20 03:39:17','2021-01-19 22:39:17'),
(85825,32772,'action started via WP Cron','2021-01-20 03:43:13','2021-01-19 22:43:13'),
(85826,32772,'action complete via WP Cron','2021-01-20 03:43:13','2021-01-19 22:43:13'),
(85827,32773,'action created','2021-01-20 03:43:13','2021-01-19 22:43:13'),
(85828,32773,'action started via WP Cron','2021-01-20 03:44:23','2021-01-19 22:44:23'),
(85829,32773,'action complete via WP Cron','2021-01-20 03:44:23','2021-01-19 22:44:23'),
(85830,32774,'action created','2021-01-20 03:44:23','2021-01-19 22:44:23'),
(85831,32774,'action started via WP Cron','2021-01-20 03:45:17','2021-01-19 22:45:17'),
(85832,32774,'action complete via WP Cron','2021-01-20 03:45:17','2021-01-19 22:45:17'),
(85833,32775,'action created','2021-01-20 03:45:17','2021-01-19 22:45:17'),
(85834,32775,'action started via WP Cron','2021-01-20 03:47:17','2021-01-19 22:47:17'),
(85835,32775,'action complete via WP Cron','2021-01-20 03:47:17','2021-01-19 22:47:17'),
(85836,32776,'action created','2021-01-20 03:47:17','2021-01-19 22:47:17'),
(85837,32776,'action started via WP Cron','2021-01-20 03:48:29','2021-01-19 22:48:29'),
(85838,32776,'action complete via WP Cron','2021-01-20 03:48:29','2021-01-19 22:48:29'),
(85839,32777,'action created','2021-01-20 03:48:29','2021-01-19 22:48:29'),
(85840,32777,'action started via WP Cron','2021-01-20 03:50:18','2021-01-19 22:50:18'),
(85841,32777,'action complete via WP Cron','2021-01-20 03:50:18','2021-01-19 22:50:18'),
(85842,32778,'action created','2021-01-20 03:50:18','2021-01-19 22:50:18'),
(85843,32778,'action started via WP Cron','2021-01-20 03:53:25','2021-01-19 22:53:25'),
(85844,32778,'action complete via WP Cron','2021-01-20 03:53:25','2021-01-19 22:53:25'),
(85845,32779,'action created','2021-01-20 03:53:25','2021-01-19 22:53:25'),
(85846,32779,'action started via WP Cron','2021-01-20 03:55:32','2021-01-19 22:55:32'),
(85847,32779,'action complete via WP Cron','2021-01-20 03:55:32','2021-01-19 22:55:32'),
(85848,32780,'action created','2021-01-20 03:55:32','2021-01-19 22:55:32'),
(85849,32780,'action started via WP Cron','2021-01-20 03:56:16','2021-01-19 22:56:16'),
(85850,32780,'action complete via WP Cron','2021-01-20 03:56:16','2021-01-19 22:56:16'),
(85851,32781,'action created','2021-01-20 03:56:16','2021-01-19 22:56:16'),
(85852,32781,'action started via WP Cron','2021-01-20 03:58:01','2021-01-19 22:58:01'),
(85853,32781,'action complete via WP Cron','2021-01-20 03:58:01','2021-01-19 22:58:01'),
(85854,32782,'action created','2021-01-20 03:58:01','2021-01-19 22:58:01'),
(85855,32782,'action started via WP Cron','2021-01-20 04:00:50','2021-01-19 23:00:50'),
(85856,32782,'action complete via WP Cron','2021-01-20 04:00:50','2021-01-19 23:00:50'),
(85857,32783,'action created','2021-01-20 04:00:50','2021-01-19 23:00:50'),
(85858,32783,'action started via WP Cron','2021-01-20 04:01:33','2021-01-19 23:01:33'),
(85859,32783,'action complete via WP Cron','2021-01-20 04:01:33','2021-01-19 23:01:33'),
(85860,32784,'action created','2021-01-20 04:01:33','2021-01-19 23:01:33'),
(85861,32784,'action started via WP Cron','2021-01-20 04:02:13','2021-01-19 23:02:13'),
(85862,32784,'action complete via WP Cron','2021-01-20 04:02:13','2021-01-19 23:02:13'),
(85863,32785,'action created','2021-01-20 04:02:13','2021-01-19 23:02:13'),
(85864,32785,'action started via WP Cron','2021-01-20 04:04:53','2021-01-19 23:04:53'),
(85865,32785,'action complete via WP Cron','2021-01-20 04:04:53','2021-01-19 23:04:53'),
(85866,32786,'action created','2021-01-20 04:04:53','2021-01-19 23:04:53'),
(85867,32786,'action started via WP Cron','2021-01-20 04:07:51','2021-01-19 23:07:51'),
(85868,32786,'action complete via WP Cron','2021-01-20 04:07:51','2021-01-19 23:07:51'),
(85869,32787,'action created','2021-01-20 04:07:51','2021-01-19 23:07:51'),
(85870,32787,'action started via WP Cron','2021-01-20 04:08:17','2021-01-19 23:08:17'),
(85871,32787,'action complete via WP Cron','2021-01-20 04:08:17','2021-01-19 23:08:17'),
(85872,32788,'action created','2021-01-20 04:08:17','2021-01-19 23:08:17'),
(85873,32788,'action started via WP Cron','2021-01-20 04:09:37','2021-01-19 23:09:37'),
(85874,32788,'action complete via WP Cron','2021-01-20 04:09:37','2021-01-19 23:09:37'),
(85875,32789,'action created','2021-01-20 04:09:37','2021-01-19 23:09:37'),
(85876,32789,'action started via WP Cron','2021-01-20 04:11:31','2021-01-19 23:11:31'),
(85877,32789,'action complete via WP Cron','2021-01-20 04:11:31','2021-01-19 23:11:31'),
(85878,32790,'action created','2021-01-20 04:11:31','2021-01-19 23:11:31'),
(85879,32790,'action started via WP Cron','2021-01-20 04:12:47','2021-01-19 23:12:47'),
(85880,32790,'action complete via WP Cron','2021-01-20 04:12:47','2021-01-19 23:12:47'),
(85881,32791,'action created','2021-01-20 04:12:47','2021-01-19 23:12:47'),
(85882,32791,'action started via WP Cron','2021-01-20 04:15:20','2021-01-19 23:15:20'),
(85883,32791,'action complete via WP Cron','2021-01-20 04:15:20','2021-01-19 23:15:20'),
(85884,32792,'action created','2021-01-20 04:15:20','2021-01-19 23:15:20'),
(85885,32792,'action started via WP Cron','2021-01-20 04:16:20','2021-01-19 23:16:20'),
(85886,32792,'action complete via WP Cron','2021-01-20 04:16:20','2021-01-19 23:16:20'),
(85887,32793,'action created','2021-01-20 04:16:20','2021-01-19 23:16:20'),
(85888,32793,'action started via WP Cron','2021-01-20 04:17:24','2021-01-19 23:17:24'),
(85889,32793,'action complete via WP Cron','2021-01-20 04:17:24','2021-01-19 23:17:24'),
(85890,32794,'action created','2021-01-20 04:17:24','2021-01-19 23:17:24'),
(85891,32794,'action started via WP Cron','2021-01-20 04:18:37','2021-01-19 23:18:37'),
(85892,32794,'action complete via WP Cron','2021-01-20 04:18:37','2021-01-19 23:18:37'),
(85893,32795,'action created','2021-01-20 04:18:37','2021-01-19 23:18:37'),
(85894,32795,'action started via WP Cron','2021-01-20 04:19:22','2021-01-19 23:19:22'),
(85895,32795,'action complete via WP Cron','2021-01-20 04:19:22','2021-01-19 23:19:22'),
(85896,32796,'action created','2021-01-20 04:19:22','2021-01-19 23:19:22'),
(85897,32796,'action started via WP Cron','2021-01-20 04:20:35','2021-01-19 23:20:35'),
(85898,32796,'action complete via WP Cron','2021-01-20 04:20:35','2021-01-19 23:20:35'),
(85899,32797,'action created','2021-01-20 04:20:35','2021-01-19 23:20:35'),
(85900,32797,'action started via WP Cron','2021-01-20 04:22:38','2021-01-19 23:22:38'),
(85901,32797,'action complete via WP Cron','2021-01-20 04:22:38','2021-01-19 23:22:38'),
(85902,32798,'action created','2021-01-20 04:22:38','2021-01-19 23:22:38'),
(85903,32798,'action started via WP Cron','2021-01-20 04:23:20','2021-01-19 23:23:20'),
(85904,32798,'action complete via WP Cron','2021-01-20 04:23:20','2021-01-19 23:23:20'),
(85905,32799,'action created','2021-01-20 04:23:20','2021-01-19 23:23:20'),
(85906,32799,'action started via WP Cron','2021-01-20 04:24:18','2021-01-19 23:24:18'),
(85907,32799,'action complete via WP Cron','2021-01-20 04:24:18','2021-01-19 23:24:18'),
(85908,32800,'action created','2021-01-20 04:24:18','2021-01-19 23:24:18'),
(85909,32800,'action started via WP Cron','2021-01-20 04:28:18','2021-01-19 23:28:18'),
(85910,32800,'action complete via WP Cron','2021-01-20 04:28:19','2021-01-19 23:28:19'),
(85911,32801,'action created','2021-01-20 04:28:19','2021-01-19 23:28:19'),
(85912,32801,'action started via WP Cron','2021-01-20 04:29:11','2021-01-19 23:29:11'),
(85913,32801,'action complete via WP Cron','2021-01-20 04:29:11','2021-01-19 23:29:11'),
(85914,32802,'action created','2021-01-20 04:29:11','2021-01-19 23:29:11'),
(85915,32802,'action started via WP Cron','2021-01-20 04:31:38','2021-01-19 23:31:38'),
(85916,32802,'action complete via WP Cron','2021-01-20 04:31:38','2021-01-19 23:31:38'),
(85917,32803,'action created','2021-01-20 04:31:38','2021-01-19 23:31:38'),
(85918,32803,'action started via WP Cron','2021-01-20 04:33:04','2021-01-19 23:33:04'),
(85919,32803,'action complete via WP Cron','2021-01-20 04:33:04','2021-01-19 23:33:04'),
(85920,32804,'action created','2021-01-20 04:33:04','2021-01-19 23:33:04'),
(85921,32804,'action started via WP Cron','2021-01-20 04:35:04','2021-01-19 23:35:04'),
(85922,32804,'action complete via WP Cron','2021-01-20 04:35:04','2021-01-19 23:35:04'),
(85923,32805,'action created','2021-01-20 04:35:04','2021-01-19 23:35:04'),
(85924,32805,'action started via WP Cron','2021-01-20 04:35:39','2021-01-19 23:35:39'),
(85925,32805,'action complete via WP Cron','2021-01-20 04:35:40','2021-01-19 23:35:40'),
(85926,32806,'action created','2021-01-20 04:35:40','2021-01-19 23:35:40'),
(85927,32806,'action started via WP Cron','2021-01-20 04:36:17','2021-01-19 23:36:17'),
(85928,32806,'action complete via WP Cron','2021-01-20 04:36:17','2021-01-19 23:36:17'),
(85929,32807,'action created','2021-01-20 04:36:17','2021-01-19 23:36:17'),
(85930,32807,'action started via WP Cron','2021-01-20 04:37:27','2021-01-19 23:37:27'),
(85931,32807,'action complete via WP Cron','2021-01-20 04:37:27','2021-01-19 23:37:27'),
(85932,32808,'action created','2021-01-20 04:37:27','2021-01-19 23:37:27'),
(85933,32808,'action started via WP Cron','2021-01-20 04:41:34','2021-01-19 23:41:34'),
(85934,32808,'action complete via WP Cron','2021-01-20 04:41:34','2021-01-19 23:41:34'),
(85935,32809,'action created','2021-01-20 04:41:34','2021-01-19 23:41:34'),
(85936,32809,'action started via WP Cron','2021-01-20 04:42:11','2021-01-19 23:42:11'),
(85937,32809,'action complete via WP Cron','2021-01-20 04:42:11','2021-01-19 23:42:11'),
(85938,32810,'action created','2021-01-20 04:42:11','2021-01-19 23:42:11'),
(85939,32810,'action started via WP Cron','2021-01-20 04:43:44','2021-01-19 23:43:44'),
(85940,32810,'action complete via WP Cron','2021-01-20 04:43:44','2021-01-19 23:43:44'),
(85941,32811,'action created','2021-01-20 04:43:44','2021-01-19 23:43:44'),
(85942,32811,'action started via WP Cron','2021-01-20 04:46:15','2021-01-19 23:46:15'),
(85943,32811,'action complete via WP Cron','2021-01-20 04:46:15','2021-01-19 23:46:15'),
(85944,32812,'action created','2021-01-20 04:46:15','2021-01-19 23:46:15'),
(85945,32812,'action started via WP Cron','2021-01-20 04:51:21','2021-01-19 23:51:21'),
(85946,32812,'action complete via WP Cron','2021-01-20 04:51:21','2021-01-19 23:51:21'),
(85947,32813,'action created','2021-01-20 04:51:21','2021-01-19 23:51:21'),
(85948,32813,'action started via WP Cron','2021-01-20 04:52:24','2021-01-19 23:52:24'),
(85949,32813,'action complete via WP Cron','2021-01-20 04:52:24','2021-01-19 23:52:24'),
(85950,32814,'action created','2021-01-20 04:52:24','2021-01-19 23:52:24'),
(85951,32814,'action started via WP Cron','2021-01-20 04:54:23','2021-01-19 23:54:23'),
(85952,32814,'action complete via WP Cron','2021-01-20 04:54:23','2021-01-19 23:54:23'),
(85953,32815,'action created','2021-01-20 04:54:23','2021-01-19 23:54:23'),
(85954,32815,'action started via WP Cron','2021-01-20 04:55:14','2021-01-19 23:55:14'),
(85955,32815,'action complete via WP Cron','2021-01-20 04:55:14','2021-01-19 23:55:14'),
(85956,32816,'action created','2021-01-20 04:55:14','2021-01-19 23:55:14'),
(85957,32816,'action started via WP Cron','2021-01-20 04:57:00','2021-01-19 23:57:00'),
(85958,32816,'action complete via WP Cron','2021-01-20 04:57:00','2021-01-19 23:57:00'),
(85959,32817,'action created','2021-01-20 04:57:00','2021-01-19 23:57:00'),
(85960,32817,'action started via WP Cron','2021-01-20 04:58:06','2021-01-19 23:58:06'),
(85961,32817,'action complete via WP Cron','2021-01-20 04:58:06','2021-01-19 23:58:06'),
(85962,32818,'action created','2021-01-20 04:58:06','2021-01-19 23:58:06'),
(85963,32818,'action started via WP Cron','2021-01-20 04:59:22','2021-01-19 23:59:22'),
(85964,32818,'action complete via WP Cron','2021-01-20 04:59:22','2021-01-19 23:59:22'),
(85965,32819,'action created','2021-01-20 04:59:22','2021-01-19 23:59:22'),
(85966,32819,'action started via WP Cron','2021-01-20 05:00:52','2021-01-20 00:00:52'),
(85967,32819,'action complete via WP Cron','2021-01-20 05:00:52','2021-01-20 00:00:52'),
(85968,32820,'action created','2021-01-20 05:01:17','2021-01-20 00:01:17'),
(85969,32820,'action started via WP Cron','2021-01-20 05:03:35','2021-01-20 00:03:35'),
(85970,32820,'action complete via WP Cron','2021-01-20 05:03:35','2021-01-20 00:03:35'),
(85971,32821,'action created','2021-01-20 05:03:35','2021-01-20 00:03:35'),
(85972,32821,'action started via WP Cron','2021-01-20 05:04:15','2021-01-20 00:04:15'),
(85973,32821,'action complete via WP Cron','2021-01-20 05:04:15','2021-01-20 00:04:15'),
(85974,32822,'action created','2021-01-20 05:04:15','2021-01-20 00:04:15'),
(85975,32822,'action started via WP Cron','2021-01-20 05:05:57','2021-01-20 00:05:57'),
(85976,32822,'action complete via WP Cron','2021-01-20 05:05:57','2021-01-20 00:05:57'),
(85977,32823,'action created','2021-01-20 05:05:57','2021-01-20 00:05:57'),
(85978,32823,'action started via WP Cron','2021-01-20 05:06:17','2021-01-20 00:06:17'),
(85979,32823,'action complete via WP Cron','2021-01-20 05:06:17','2021-01-20 00:06:17'),
(85980,32824,'action created','2021-01-20 05:06:17','2021-01-20 00:06:17'),
(85981,32824,'action started via WP Cron','2021-01-20 05:07:18','2021-01-20 00:07:18'),
(85982,32824,'action complete via WP Cron','2021-01-20 05:07:18','2021-01-20 00:07:18'),
(85983,32825,'action created','2021-01-20 05:07:18','2021-01-20 00:07:18'),
(85984,32825,'action started via WP Cron','2021-01-20 05:10:36','2021-01-20 00:10:36'),
(85985,32825,'action complete via WP Cron','2021-01-20 05:10:36','2021-01-20 00:10:36'),
(85986,32826,'action created','2021-01-20 05:10:36','2021-01-20 00:10:36'),
(85987,32826,'action started via WP Cron','2021-01-20 05:13:18','2021-01-20 00:13:18'),
(85988,32826,'action complete via WP Cron','2021-01-20 05:13:18','2021-01-20 00:13:18'),
(85989,32827,'action created','2021-01-20 05:13:18','2021-01-20 00:13:18'),
(85990,32827,'action started via WP Cron','2021-01-20 05:15:26','2021-01-20 00:15:26'),
(85991,32827,'action complete via WP Cron','2021-01-20 05:15:26','2021-01-20 00:15:26'),
(85992,32828,'action created','2021-01-20 05:15:26','2021-01-20 00:15:26'),
(85993,32828,'action started via WP Cron','2021-01-20 05:19:06','2021-01-20 00:19:06'),
(85994,32828,'action complete via WP Cron','2021-01-20 05:19:06','2021-01-20 00:19:06'),
(85995,32829,'action created','2021-01-20 05:19:06','2021-01-20 00:19:06'),
(85996,32829,'action started via WP Cron','2021-01-20 05:19:25','2021-01-20 00:19:25'),
(85997,32829,'action complete via WP Cron','2021-01-20 05:19:25','2021-01-20 00:19:25'),
(85998,32830,'action created','2021-01-20 05:19:26','2021-01-20 00:19:26'),
(85999,32830,'action started via WP Cron','2021-01-20 05:20:14','2021-01-20 00:20:14'),
(86000,32830,'action complete via WP Cron','2021-01-20 05:20:14','2021-01-20 00:20:14'),
(86001,32831,'action created','2021-01-20 05:20:14','2021-01-20 00:20:14'),
(86002,32831,'action started via WP Cron','2021-01-20 05:21:45','2021-01-20 00:21:45'),
(86003,32831,'action complete via WP Cron','2021-01-20 05:21:45','2021-01-20 00:21:45'),
(86004,32832,'action created','2021-01-20 05:21:45','2021-01-20 00:21:45'),
(86005,32832,'action started via WP Cron','2021-01-20 05:22:47','2021-01-20 00:22:47'),
(86006,32832,'action complete via WP Cron','2021-01-20 05:22:47','2021-01-20 00:22:47'),
(86007,32833,'action created','2021-01-20 05:22:47','2021-01-20 00:22:47'),
(86008,32833,'action started via WP Cron','2021-01-20 05:23:50','2021-01-20 00:23:50'),
(86009,32833,'action complete via WP Cron','2021-01-20 05:23:50','2021-01-20 00:23:50'),
(86010,32834,'action created','2021-01-20 05:23:50','2021-01-20 00:23:50'),
(86011,32834,'action started via WP Cron','2021-01-20 05:24:53','2021-01-20 00:24:53'),
(86012,32834,'action complete via WP Cron','2021-01-20 05:24:53','2021-01-20 00:24:53'),
(86013,32835,'action created','2021-01-20 05:24:53','2021-01-20 00:24:53'),
(86014,32835,'action started via WP Cron','2021-01-20 05:25:49','2021-01-20 00:25:49'),
(86015,32835,'action complete via WP Cron','2021-01-20 05:25:49','2021-01-20 00:25:49'),
(86016,32836,'action created','2021-01-20 05:25:50','2021-01-20 00:25:50'),
(86017,32836,'action started via WP Cron','2021-01-20 05:26:42','2021-01-20 00:26:42'),
(86018,32836,'action complete via WP Cron','2021-01-20 05:26:42','2021-01-20 00:26:42'),
(86019,32837,'action created','2021-01-20 05:26:42','2021-01-20 00:26:42'),
(86020,32837,'action started via WP Cron','2021-01-20 05:27:12','2021-01-20 00:27:12'),
(86021,32837,'action complete via WP Cron','2021-01-20 05:27:12','2021-01-20 00:27:12'),
(86022,32838,'action created','2021-01-20 05:27:12','2021-01-20 00:27:12'),
(86023,32838,'action started via WP Cron','2021-01-20 05:28:14','2021-01-20 00:28:14'),
(86024,32838,'action complete via WP Cron','2021-01-20 05:28:14','2021-01-20 00:28:14'),
(86025,32839,'action created','2021-01-20 05:28:14','2021-01-20 00:28:14'),
(86026,32839,'action started via WP Cron','2021-01-20 05:29:12','2021-01-20 00:29:12'),
(86027,32839,'action complete via WP Cron','2021-01-20 05:29:12','2021-01-20 00:29:12'),
(86028,32840,'action created','2021-01-20 05:29:12','2021-01-20 00:29:12'),
(86029,32840,'action started via WP Cron','2021-01-20 05:30:26','2021-01-20 00:30:26'),
(86030,32840,'action complete via WP Cron','2021-01-20 05:30:26','2021-01-20 00:30:26'),
(86031,32841,'action created','2021-01-20 05:30:26','2021-01-20 00:30:26'),
(86032,32841,'action started via WP Cron','2021-01-20 05:31:47','2021-01-20 00:31:47'),
(86033,32841,'action complete via WP Cron','2021-01-20 05:31:47','2021-01-20 00:31:47'),
(86034,32842,'action created','2021-01-20 05:31:47','2021-01-20 00:31:47'),
(86035,32842,'action started via WP Cron','2021-01-20 05:34:03','2021-01-20 00:34:03'),
(86036,32842,'action complete via WP Cron','2021-01-20 05:34:03','2021-01-20 00:34:03'),
(86037,32843,'action created','2021-01-20 05:34:03','2021-01-20 00:34:03'),
(86038,32843,'action started via WP Cron','2021-01-20 05:35:50','2021-01-20 00:35:50'),
(86039,32843,'action complete via WP Cron','2021-01-20 05:35:50','2021-01-20 00:35:50'),
(86040,32844,'action created','2021-01-20 05:35:50','2021-01-20 00:35:50'),
(86041,32844,'action started via WP Cron','2021-01-20 05:36:33','2021-01-20 00:36:33'),
(86042,32844,'action complete via WP Cron','2021-01-20 05:36:33','2021-01-20 00:36:33'),
(86043,32845,'action created','2021-01-20 05:36:33','2021-01-20 00:36:33'),
(86044,32845,'action started via WP Cron','2021-01-20 05:38:24','2021-01-20 00:38:24'),
(86045,32845,'action complete via WP Cron','2021-01-20 05:38:24','2021-01-20 00:38:24'),
(86046,32846,'action created','2021-01-20 05:38:24','2021-01-20 00:38:24'),
(86047,32846,'action started via WP Cron','2021-01-20 05:39:49','2021-01-20 00:39:49'),
(86048,32846,'action complete via WP Cron','2021-01-20 05:39:49','2021-01-20 00:39:49'),
(86049,32847,'action created','2021-01-20 05:39:49','2021-01-20 00:39:49'),
(86050,32847,'action started via WP Cron','2021-01-20 05:43:02','2021-01-20 00:43:02'),
(86051,32847,'action complete via WP Cron','2021-01-20 05:43:02','2021-01-20 00:43:02'),
(86052,32848,'action created','2021-01-20 05:43:02','2021-01-20 00:43:02'),
(86053,32848,'action started via WP Cron','2021-01-20 05:45:34','2021-01-20 00:45:34'),
(86054,32848,'action complete via WP Cron','2021-01-20 05:45:34','2021-01-20 00:45:34'),
(86055,32849,'action created','2021-01-20 05:45:34','2021-01-20 00:45:34'),
(86056,32849,'action started via WP Cron','2021-01-20 05:46:31','2021-01-20 00:46:31'),
(86057,32849,'action complete via WP Cron','2021-01-20 05:46:31','2021-01-20 00:46:31'),
(86058,32850,'action created','2021-01-20 05:46:31','2021-01-20 00:46:31'),
(86059,32850,'action started via WP Cron','2021-01-20 05:47:14','2021-01-20 00:47:14'),
(86060,32850,'action complete via WP Cron','2021-01-20 05:47:14','2021-01-20 00:47:14'),
(86061,32851,'action created','2021-01-20 05:47:14','2021-01-20 00:47:14'),
(86062,32851,'action started via WP Cron','2021-01-20 05:48:14','2021-01-20 00:48:14'),
(86063,32851,'action complete via WP Cron','2021-01-20 05:48:14','2021-01-20 00:48:14'),
(86064,32852,'action created','2021-01-20 05:48:14','2021-01-20 00:48:14'),
(86065,32852,'action started via WP Cron','2021-01-20 05:49:43','2021-01-20 00:49:43'),
(86066,32852,'action complete via WP Cron','2021-01-20 05:49:43','2021-01-20 00:49:43'),
(86067,32853,'action created','2021-01-20 05:49:43','2021-01-20 00:49:43'),
(86068,32853,'action started via WP Cron','2021-01-20 05:50:48','2021-01-20 00:50:48'),
(86069,32853,'action complete via WP Cron','2021-01-20 05:50:48','2021-01-20 00:50:48'),
(86070,32854,'action created','2021-01-20 05:50:48','2021-01-20 00:50:48'),
(86071,32854,'action started via WP Cron','2021-01-20 05:51:54','2021-01-20 00:51:54'),
(86072,32854,'action complete via WP Cron','2021-01-20 05:51:54','2021-01-20 00:51:54'),
(86073,32855,'action created','2021-01-20 05:51:54','2021-01-20 00:51:54'),
(86074,32855,'action started via WP Cron','2021-01-20 05:52:29','2021-01-20 00:52:29'),
(86075,32855,'action complete via WP Cron','2021-01-20 05:52:29','2021-01-20 00:52:29'),
(86076,32856,'action created','2021-01-20 05:52:29','2021-01-20 00:52:29'),
(86077,32856,'action started via WP Cron','2021-01-20 05:53:30','2021-01-20 00:53:30'),
(86078,32856,'action complete via WP Cron','2021-01-20 05:53:30','2021-01-20 00:53:30'),
(86079,32857,'action created','2021-01-20 05:53:30','2021-01-20 00:53:30'),
(86080,32857,'action started via WP Cron','2021-01-20 05:54:23','2021-01-20 00:54:23'),
(86081,32857,'action complete via WP Cron','2021-01-20 05:54:23','2021-01-20 00:54:23'),
(86082,32858,'action created','2021-01-20 05:54:23','2021-01-20 00:54:23'),
(86083,32858,'action started via WP Cron','2021-01-20 05:56:04','2021-01-20 00:56:04'),
(86084,32858,'action complete via WP Cron','2021-01-20 05:56:04','2021-01-20 00:56:04'),
(86085,32859,'action created','2021-01-20 05:56:04','2021-01-20 00:56:04'),
(86086,32859,'action started via WP Cron','2021-01-20 05:56:20','2021-01-20 00:56:20'),
(86087,32859,'action complete via WP Cron','2021-01-20 05:56:21','2021-01-20 00:56:21'),
(86088,32860,'action created','2021-01-20 05:56:21','2021-01-20 00:56:21'),
(86089,32860,'action started via WP Cron','2021-01-20 06:00:38','2021-01-20 01:00:38'),
(86090,32860,'action complete via WP Cron','2021-01-20 06:00:38','2021-01-20 01:00:38'),
(86091,32861,'action created','2021-01-20 06:00:38','2021-01-20 01:00:38'),
(86092,32861,'action started via WP Cron','2021-01-20 06:01:14','2021-01-20 01:01:14'),
(86093,32861,'action complete via WP Cron','2021-01-20 06:01:14','2021-01-20 01:01:14'),
(86094,32862,'action created','2021-01-20 06:01:14','2021-01-20 01:01:14'),
(86095,32862,'action started via WP Cron','2021-01-20 06:02:27','2021-01-20 01:02:27'),
(86096,32862,'action complete via WP Cron','2021-01-20 06:02:27','2021-01-20 01:02:27'),
(86097,32863,'action created','2021-01-20 06:02:27','2021-01-20 01:02:27'),
(86098,32863,'action started via WP Cron','2021-01-20 06:05:08','2021-01-20 01:05:08'),
(86099,32863,'action complete via WP Cron','2021-01-20 06:05:08','2021-01-20 01:05:08'),
(86100,32864,'action created','2021-01-20 06:05:08','2021-01-20 01:05:08'),
(86101,32864,'action started via WP Cron','2021-01-20 06:07:27','2021-01-20 01:07:27'),
(86102,32864,'action complete via WP Cron','2021-01-20 06:07:27','2021-01-20 01:07:27'),
(86103,32865,'action created','2021-01-20 06:07:27','2021-01-20 01:07:27'),
(86104,32865,'action started via WP Cron','2021-01-20 06:09:00','2021-01-20 01:09:00'),
(86105,32865,'action complete via WP Cron','2021-01-20 06:09:00','2021-01-20 01:09:00'),
(86106,32866,'action created','2021-01-20 06:09:00','2021-01-20 01:09:00'),
(86107,32866,'action started via WP Cron','2021-01-20 06:09:25','2021-01-20 01:09:25'),
(86108,32866,'action complete via WP Cron','2021-01-20 06:09:25','2021-01-20 01:09:25'),
(86109,32867,'action created','2021-01-20 06:09:25','2021-01-20 01:09:25'),
(86110,32867,'action started via WP Cron','2021-01-20 06:10:37','2021-01-20 01:10:37'),
(86111,32867,'action complete via WP Cron','2021-01-20 06:10:37','2021-01-20 01:10:37'),
(86112,32868,'action created','2021-01-20 06:10:37','2021-01-20 01:10:37'),
(86113,32868,'action started via WP Cron','2021-01-20 06:11:31','2021-01-20 01:11:31'),
(86114,32868,'action complete via WP Cron','2021-01-20 06:11:31','2021-01-20 01:11:31'),
(86115,32869,'action created','2021-01-20 06:11:31','2021-01-20 01:11:31'),
(86116,32869,'action started via WP Cron','2021-01-20 06:12:58','2021-01-20 01:12:58'),
(86117,32869,'action complete via WP Cron','2021-01-20 06:12:58','2021-01-20 01:12:58'),
(86118,32870,'action created','2021-01-20 06:12:58','2021-01-20 01:12:58'),
(86119,32870,'action started via WP Cron','2021-01-20 06:13:15','2021-01-20 01:13:15'),
(86120,32870,'action complete via WP Cron','2021-01-20 06:13:15','2021-01-20 01:13:15'),
(86121,32871,'action created','2021-01-20 06:13:15','2021-01-20 01:13:15'),
(86122,32871,'action started via WP Cron','2021-01-20 06:14:12','2021-01-20 01:14:12'),
(86123,32871,'action complete via WP Cron','2021-01-20 06:14:12','2021-01-20 01:14:12'),
(86124,32872,'action created','2021-01-20 06:14:12','2021-01-20 01:14:12'),
(86125,32872,'action started via WP Cron','2021-01-20 06:15:12','2021-01-20 01:15:12'),
(86126,32872,'action complete via WP Cron','2021-01-20 06:15:12','2021-01-20 01:15:12'),
(86127,32873,'action created','2021-01-20 06:15:12','2021-01-20 01:15:12'),
(86128,32873,'action started via WP Cron','2021-01-20 06:17:10','2021-01-20 01:17:10'),
(86129,32873,'action complete via WP Cron','2021-01-20 06:17:10','2021-01-20 01:17:10'),
(86130,32874,'action created','2021-01-20 06:17:10','2021-01-20 01:17:10'),
(86131,32874,'action started via WP Cron','2021-01-20 06:18:02','2021-01-20 01:18:02'),
(86132,32874,'action complete via WP Cron','2021-01-20 06:18:02','2021-01-20 01:18:02'),
(86133,32875,'action created','2021-01-20 06:18:02','2021-01-20 01:18:02'),
(86134,32875,'action started via WP Cron','2021-01-20 06:18:22','2021-01-20 01:18:22'),
(86135,32875,'action complete via WP Cron','2021-01-20 06:18:23','2021-01-20 01:18:23'),
(86136,32876,'action created','2021-01-20 06:18:23','2021-01-20 01:18:23'),
(86137,32876,'action started via WP Cron','2021-01-20 06:20:21','2021-01-20 01:20:21'),
(86138,32876,'action complete via WP Cron','2021-01-20 06:20:21','2021-01-20 01:20:21'),
(86139,32877,'action created','2021-01-20 06:20:21','2021-01-20 01:20:21'),
(86140,32877,'action started via WP Cron','2021-01-20 06:21:39','2021-01-20 01:21:39'),
(86141,32877,'action complete via WP Cron','2021-01-20 06:21:39','2021-01-20 01:21:39'),
(86142,32878,'action created','2021-01-20 06:21:39','2021-01-20 01:21:39'),
(86143,32878,'action started via WP Cron','2021-01-20 06:22:24','2021-01-20 01:22:24'),
(86144,32878,'action complete via WP Cron','2021-01-20 06:22:24','2021-01-20 01:22:24'),
(86145,32879,'action created','2021-01-20 06:22:25','2021-01-20 01:22:25'),
(86146,32879,'action started via WP Cron','2021-01-20 06:23:20','2021-01-20 01:23:20'),
(86147,32879,'action complete via WP Cron','2021-01-20 06:23:20','2021-01-20 01:23:20'),
(86148,32880,'action created','2021-01-20 06:23:20','2021-01-20 01:23:20'),
(86149,32880,'action started via WP Cron','2021-01-20 06:24:24','2021-01-20 01:24:24'),
(86150,32880,'action complete via WP Cron','2021-01-20 06:24:24','2021-01-20 01:24:24'),
(86151,32881,'action created','2021-01-20 06:24:24','2021-01-20 01:24:24'),
(86152,32881,'action started via WP Cron','2021-01-20 06:26:16','2021-01-20 01:26:16'),
(86153,32881,'action complete via WP Cron','2021-01-20 06:26:16','2021-01-20 01:26:16'),
(86154,32882,'action created','2021-01-20 06:26:16','2021-01-20 01:26:16'),
(86155,32882,'action started via WP Cron','2021-01-20 06:28:03','2021-01-20 01:28:03'),
(86156,32882,'action complete via WP Cron','2021-01-20 06:28:03','2021-01-20 01:28:03'),
(86157,32883,'action created','2021-01-20 06:28:03','2021-01-20 01:28:03'),
(86158,32883,'action started via WP Cron','2021-01-20 06:29:37','2021-01-20 01:29:37'),
(86159,32883,'action complete via WP Cron','2021-01-20 06:29:37','2021-01-20 01:29:37'),
(86160,32884,'action created','2021-01-20 06:29:37','2021-01-20 01:29:37'),
(86161,32884,'action started via WP Cron','2021-01-20 06:31:26','2021-01-20 01:31:26'),
(86162,32884,'action complete via WP Cron','2021-01-20 06:31:26','2021-01-20 01:31:26'),
(86163,32885,'action created','2021-01-20 06:31:26','2021-01-20 01:31:26'),
(86164,32885,'action started via WP Cron','2021-01-20 06:34:12','2021-01-20 01:34:12'),
(86165,32885,'action complete via WP Cron','2021-01-20 06:34:12','2021-01-20 01:34:12'),
(86166,32886,'action created','2021-01-20 06:34:12','2021-01-20 01:34:12'),
(86167,32886,'action started via WP Cron','2021-01-20 06:35:59','2021-01-20 01:35:59'),
(86168,32886,'action complete via WP Cron','2021-01-20 06:35:59','2021-01-20 01:35:59'),
(86169,32887,'action created','2021-01-20 06:35:59','2021-01-20 01:35:59'),
(86170,32887,'action started via WP Cron','2021-01-20 06:36:16','2021-01-20 01:36:16'),
(86171,32887,'action complete via WP Cron','2021-01-20 06:36:16','2021-01-20 01:36:16'),
(86172,32888,'action created','2021-01-20 06:36:16','2021-01-20 01:36:16'),
(86173,32888,'action started via WP Cron','2021-01-20 06:38:17','2021-01-20 01:38:17'),
(86174,32888,'action complete via WP Cron','2021-01-20 06:38:17','2021-01-20 01:38:17'),
(86175,32889,'action created','2021-01-20 06:38:17','2021-01-20 01:38:17'),
(86176,32889,'action started via WP Cron','2021-01-20 06:40:23','2021-01-20 01:40:23'),
(86177,32889,'action complete via WP Cron','2021-01-20 06:40:23','2021-01-20 01:40:23'),
(86178,32890,'action created','2021-01-20 06:40:23','2021-01-20 01:40:23'),
(86179,32890,'action started via WP Cron','2021-01-20 06:41:23','2021-01-20 01:41:23'),
(86180,32890,'action complete via WP Cron','2021-01-20 06:41:23','2021-01-20 01:41:23'),
(86181,32891,'action created','2021-01-20 06:41:23','2021-01-20 01:41:23'),
(86182,32891,'action started via WP Cron','2021-01-20 06:42:27','2021-01-20 01:42:27'),
(86183,32891,'action complete via WP Cron','2021-01-20 06:42:27','2021-01-20 01:42:27'),
(86184,32892,'action created','2021-01-20 06:42:27','2021-01-20 01:42:27'),
(86185,32892,'action started via WP Cron','2021-01-20 06:44:05','2021-01-20 01:44:05'),
(86186,32892,'action complete via WP Cron','2021-01-20 06:44:05','2021-01-20 01:44:05'),
(86187,32893,'action created','2021-01-20 06:44:05','2021-01-20 01:44:05'),
(86188,32893,'action started via WP Cron','2021-01-20 06:45:05','2021-01-20 01:45:05'),
(86189,32893,'action complete via WP Cron','2021-01-20 06:45:05','2021-01-20 01:45:05'),
(86190,32894,'action created','2021-01-20 06:45:05','2021-01-20 01:45:05'),
(86191,32894,'action started via WP Cron','2021-01-20 06:45:40','2021-01-20 01:45:40'),
(86192,32894,'action complete via WP Cron','2021-01-20 06:45:40','2021-01-20 01:45:40'),
(86193,32895,'action created','2021-01-20 06:45:40','2021-01-20 01:45:40'),
(86194,32895,'action started via WP Cron','2021-01-20 06:46:31','2021-01-20 01:46:31'),
(86195,32895,'action complete via WP Cron','2021-01-20 06:46:31','2021-01-20 01:46:31'),
(86196,32896,'action created','2021-01-20 06:46:31','2021-01-20 01:46:31'),
(86197,32896,'action started via WP Cron','2021-01-20 06:47:34','2021-01-20 01:47:34'),
(86198,32896,'action complete via WP Cron','2021-01-20 06:47:34','2021-01-20 01:47:34'),
(86199,32897,'action created','2021-01-20 06:47:34','2021-01-20 01:47:34'),
(86200,32897,'action started via WP Cron','2021-01-20 06:49:47','2021-01-20 01:49:47'),
(86201,32897,'action complete via WP Cron','2021-01-20 06:49:47','2021-01-20 01:49:47'),
(86202,32898,'action created','2021-01-20 06:49:47','2021-01-20 01:49:47'),
(86203,32898,'action started via WP Cron','2021-01-20 06:50:50','2021-01-20 01:50:50'),
(86204,32898,'action complete via WP Cron','2021-01-20 06:50:50','2021-01-20 01:50:50'),
(86205,32899,'action created','2021-01-20 06:50:50','2021-01-20 01:50:50'),
(86206,32899,'action started via WP Cron','2021-01-20 06:53:14','2021-01-20 01:53:14'),
(86207,32899,'action complete via WP Cron','2021-01-20 06:53:14','2021-01-20 01:53:14'),
(86208,32900,'action created','2021-01-20 06:53:14','2021-01-20 01:53:14'),
(86209,32900,'action started via WP Cron','2021-01-20 06:54:23','2021-01-20 01:54:23'),
(86210,32900,'action complete via WP Cron','2021-01-20 06:54:23','2021-01-20 01:54:23'),
(86211,32901,'action created','2021-01-20 06:54:24','2021-01-20 01:54:24'),
(86212,32901,'action started via WP Cron','2021-01-20 06:55:54','2021-01-20 01:55:54'),
(86213,32901,'action complete via WP Cron','2021-01-20 06:55:54','2021-01-20 01:55:54'),
(86214,32902,'action created','2021-01-20 06:55:54','2021-01-20 01:55:54'),
(86215,32902,'action started via WP Cron','2021-01-20 06:56:19','2021-01-20 01:56:19'),
(86216,32902,'action complete via WP Cron','2021-01-20 06:56:19','2021-01-20 01:56:19'),
(86217,32903,'action created','2021-01-20 06:56:19','2021-01-20 01:56:19'),
(86218,32903,'action started via WP Cron','2021-01-20 06:57:53','2021-01-20 01:57:53'),
(86219,32903,'action complete via WP Cron','2021-01-20 06:57:53','2021-01-20 01:57:53'),
(86220,32904,'action created','2021-01-20 06:57:54','2021-01-20 01:57:54'),
(86221,32904,'action started via WP Cron','2021-01-20 06:58:46','2021-01-20 01:58:46'),
(86222,32904,'action complete via WP Cron','2021-01-20 06:58:46','2021-01-20 01:58:46'),
(86223,32905,'action created','2021-01-20 06:58:46','2021-01-20 01:58:46'),
(86224,32905,'action started via WP Cron','2021-01-20 06:59:13','2021-01-20 01:59:13'),
(86225,32905,'action complete via WP Cron','2021-01-20 06:59:13','2021-01-20 01:59:13'),
(86226,32906,'action created','2021-01-20 06:59:13','2021-01-20 01:59:13'),
(86227,32906,'action started via WP Cron','2021-01-20 07:00:14','2021-01-20 02:00:14'),
(86228,32906,'action complete via WP Cron','2021-01-20 07:00:14','2021-01-20 02:00:14'),
(86229,32907,'action created','2021-01-20 07:00:14','2021-01-20 02:00:14'),
(86230,32907,'action started via WP Cron','2021-01-20 07:02:10','2021-01-20 02:02:10'),
(86231,32907,'action complete via WP Cron','2021-01-20 07:02:10','2021-01-20 02:02:10'),
(86232,32908,'action created','2021-01-20 07:02:10','2021-01-20 02:02:10'),
(86233,32908,'action started via WP Cron','2021-01-20 07:03:25','2021-01-20 02:03:25'),
(86234,32908,'action complete via WP Cron','2021-01-20 07:03:25','2021-01-20 02:03:25'),
(86235,32909,'action created','2021-01-20 07:03:25','2021-01-20 02:03:25'),
(86236,32909,'action started via WP Cron','2021-01-20 07:05:18','2021-01-20 02:05:18'),
(86237,32909,'action complete via WP Cron','2021-01-20 07:05:18','2021-01-20 02:05:18'),
(86238,32910,'action created','2021-01-20 07:05:18','2021-01-20 02:05:18'),
(86239,32910,'action started via WP Cron','2021-01-20 07:06:20','2021-01-20 02:06:20'),
(86240,32910,'action complete via WP Cron','2021-01-20 07:06:20','2021-01-20 02:06:20'),
(86241,32911,'action created','2021-01-20 07:06:20','2021-01-20 02:06:20'),
(86242,32911,'action started via WP Cron','2021-01-20 07:07:59','2021-01-20 02:07:59'),
(86243,32911,'action complete via WP Cron','2021-01-20 07:07:59','2021-01-20 02:07:59'),
(86244,32912,'action created','2021-01-20 07:07:59','2021-01-20 02:07:59'),
(86245,32912,'action started via WP Cron','2021-01-20 07:10:48','2021-01-20 02:10:48'),
(86246,32912,'action complete via WP Cron','2021-01-20 07:10:48','2021-01-20 02:10:48'),
(86247,32913,'action created','2021-01-20 07:10:48','2021-01-20 02:10:48'),
(86248,32913,'action started via WP Cron','2021-01-20 07:12:54','2021-01-20 02:12:54'),
(86249,32913,'action complete via WP Cron','2021-01-20 07:12:54','2021-01-20 02:12:54'),
(86250,32914,'action created','2021-01-20 07:12:54','2021-01-20 02:12:54'),
(86251,32914,'action started via WP Cron','2021-01-20 07:13:56','2021-01-20 02:13:56'),
(86252,32914,'action complete via WP Cron','2021-01-20 07:13:56','2021-01-20 02:13:56'),
(86253,32915,'action created','2021-01-20 07:13:56','2021-01-20 02:13:56'),
(86254,32915,'action started via WP Cron','2021-01-20 07:14:41','2021-01-20 02:14:41'),
(86255,32915,'action complete via WP Cron','2021-01-20 07:14:41','2021-01-20 02:14:41'),
(86256,32916,'action created','2021-01-20 07:14:41','2021-01-20 02:14:41'),
(86257,32916,'action started via WP Cron','2021-01-20 07:15:12','2021-01-20 02:15:12'),
(86258,32916,'action complete via WP Cron','2021-01-20 07:15:12','2021-01-20 02:15:12'),
(86259,32917,'action created','2021-01-20 07:15:12','2021-01-20 02:15:12'),
(86260,32917,'action started via WP Cron','2021-01-20 07:16:21','2021-01-20 02:16:21'),
(86261,32917,'action complete via WP Cron','2021-01-20 07:16:21','2021-01-20 02:16:21'),
(86262,32918,'action created','2021-01-20 07:16:21','2021-01-20 02:16:21'),
(86263,32918,'action started via WP Cron','2021-01-20 07:17:24','2021-01-20 02:17:24'),
(86264,32918,'action complete via WP Cron','2021-01-20 07:17:24','2021-01-20 02:17:24'),
(86265,32919,'action created','2021-01-20 07:17:24','2021-01-20 02:17:24'),
(86266,32919,'action started via WP Cron','2021-01-20 07:19:11','2021-01-20 02:19:11'),
(86267,32919,'action complete via WP Cron','2021-01-20 07:19:11','2021-01-20 02:19:11'),
(86268,32920,'action created','2021-01-20 07:19:11','2021-01-20 02:19:11'),
(86269,32920,'action started via WP Cron','2021-01-20 07:20:19','2021-01-20 02:20:19'),
(86270,32920,'action complete via WP Cron','2021-01-20 07:20:19','2021-01-20 02:20:19'),
(86271,32921,'action created','2021-01-20 07:20:19','2021-01-20 02:20:19'),
(86272,32921,'action started via WP Cron','2021-01-20 07:21:20','2021-01-20 02:21:20'),
(86273,32921,'action complete via WP Cron','2021-01-20 07:21:20','2021-01-20 02:21:20'),
(86274,32922,'action created','2021-01-20 07:21:20','2021-01-20 02:21:20'),
(86275,32922,'action started via WP Cron','2021-01-20 07:22:29','2021-01-20 02:22:29'),
(86276,32922,'action complete via WP Cron','2021-01-20 07:22:29','2021-01-20 02:22:29'),
(86277,32923,'action created','2021-01-20 07:22:29','2021-01-20 02:22:29'),
(86278,32923,'action started via WP Cron','2021-01-20 07:23:26','2021-01-20 02:23:26'),
(86279,32923,'action complete via WP Cron','2021-01-20 07:23:26','2021-01-20 02:23:26'),
(86280,32924,'action created','2021-01-20 07:23:26','2021-01-20 02:23:26'),
(86281,32924,'action started via WP Cron','2021-01-20 07:26:19','2021-01-20 02:26:19'),
(86282,32924,'action complete via WP Cron','2021-01-20 07:26:19','2021-01-20 02:26:19'),
(86283,32925,'action created','2021-01-20 07:26:19','2021-01-20 02:26:19'),
(86284,32925,'action started via WP Cron','2021-01-20 07:27:23','2021-01-20 02:27:23'),
(86285,32925,'action complete via WP Cron','2021-01-20 07:27:23','2021-01-20 02:27:23'),
(86286,32926,'action created','2021-01-20 07:27:23','2021-01-20 02:27:23'),
(86287,32926,'action started via WP Cron','2021-01-20 07:28:25','2021-01-20 02:28:25'),
(86288,32926,'action complete via WP Cron','2021-01-20 07:28:25','2021-01-20 02:28:25'),
(86289,32927,'action created','2021-01-20 07:28:25','2021-01-20 02:28:25'),
(86290,32927,'action started via WP Cron','2021-01-20 07:29:23','2021-01-20 02:29:23'),
(86291,32927,'action complete via WP Cron','2021-01-20 07:29:23','2021-01-20 02:29:23'),
(86292,32928,'action created','2021-01-20 07:29:23','2021-01-20 02:29:23'),
(86293,32928,'action started via WP Cron','2021-01-20 07:30:35','2021-01-20 02:30:35'),
(86294,32928,'action complete via WP Cron','2021-01-20 07:30:35','2021-01-20 02:30:35'),
(86295,32929,'action created','2021-01-20 07:30:35','2021-01-20 02:30:35'),
(86296,32929,'action started via WP Cron','2021-01-20 07:31:35','2021-01-20 02:31:35'),
(86297,32929,'action complete via WP Cron','2021-01-20 07:31:35','2021-01-20 02:31:35'),
(86298,32930,'action created','2021-01-20 07:31:35','2021-01-20 02:31:35'),
(86299,32930,'action started via WP Cron','2021-01-20 07:32:16','2021-01-20 02:32:16'),
(86300,32930,'action complete via WP Cron','2021-01-20 07:32:16','2021-01-20 02:32:16'),
(86301,32931,'action created','2021-01-20 07:32:16','2021-01-20 02:32:16'),
(86302,32931,'action started via WP Cron','2021-01-20 07:34:23','2021-01-20 02:34:23'),
(86303,32931,'action complete via WP Cron','2021-01-20 07:34:23','2021-01-20 02:34:23'),
(86304,32932,'action created','2021-01-20 07:34:23','2021-01-20 02:34:23'),
(86305,32932,'action started via WP Cron','2021-01-20 07:36:28','2021-01-20 02:36:28'),
(86306,32932,'action complete via WP Cron','2021-01-20 07:36:28','2021-01-20 02:36:28'),
(86307,32933,'action created','2021-01-20 07:36:28','2021-01-20 02:36:28'),
(86308,32933,'action started via WP Cron','2021-01-20 07:39:42','2021-01-20 02:39:42'),
(86309,32933,'action complete via WP Cron','2021-01-20 07:39:42','2021-01-20 02:39:42'),
(86310,32934,'action created','2021-01-20 07:39:42','2021-01-20 02:39:42'),
(86311,32934,'action started via WP Cron','2021-01-20 07:40:47','2021-01-20 02:40:47'),
(86312,32934,'action complete via WP Cron','2021-01-20 07:40:47','2021-01-20 02:40:47'),
(86313,32935,'action created','2021-01-20 07:40:47','2021-01-20 02:40:47'),
(86314,32935,'action started via WP Cron','2021-01-20 07:44:18','2021-01-20 02:44:18'),
(86315,32935,'action complete via WP Cron','2021-01-20 07:44:18','2021-01-20 02:44:18'),
(86316,32936,'action created','2021-01-20 07:44:18','2021-01-20 02:44:18'),
(86317,32936,'action started via WP Cron','2021-01-20 07:45:12','2021-01-20 02:45:12'),
(86318,32936,'action complete via WP Cron','2021-01-20 07:45:12','2021-01-20 02:45:12'),
(86319,32937,'action created','2021-01-20 07:45:12','2021-01-20 02:45:12'),
(86320,32937,'action started via WP Cron','2021-01-20 07:46:36','2021-01-20 02:46:36'),
(86321,32937,'action complete via WP Cron','2021-01-20 07:46:36','2021-01-20 02:46:36'),
(86322,32938,'action created','2021-01-20 07:46:37','2021-01-20 02:46:37'),
(86323,32938,'action started via WP Cron','2021-01-20 07:48:47','2021-01-20 02:48:47'),
(86324,32938,'action complete via WP Cron','2021-01-20 07:48:47','2021-01-20 02:48:47'),
(86325,32939,'action created','2021-01-20 07:48:47','2021-01-20 02:48:47'),
(86326,32939,'action started via WP Cron','2021-01-20 07:49:41','2021-01-20 02:49:41'),
(86327,32939,'action complete via WP Cron','2021-01-20 07:49:41','2021-01-20 02:49:41'),
(86328,32940,'action created','2021-01-20 07:49:41','2021-01-20 02:49:41'),
(86329,32940,'action started via WP Cron','2021-01-20 07:50:17','2021-01-20 02:50:17'),
(86330,32940,'action complete via WP Cron','2021-01-20 07:50:17','2021-01-20 02:50:17'),
(86331,32941,'action created','2021-01-20 07:50:17','2021-01-20 02:50:17'),
(86332,32941,'action started via WP Cron','2021-01-20 07:51:23','2021-01-20 02:51:23'),
(86333,32941,'action complete via WP Cron','2021-01-20 07:51:23','2021-01-20 02:51:23'),
(86334,32942,'action created','2021-01-20 07:51:23','2021-01-20 02:51:23'),
(86335,32942,'action started via WP Cron','2021-01-20 07:52:51','2021-01-20 02:52:51'),
(86336,32942,'action complete via WP Cron','2021-01-20 07:52:51','2021-01-20 02:52:51'),
(86337,32943,'action created','2021-01-20 07:52:51','2021-01-20 02:52:51'),
(86338,32943,'action started via WP Cron','2021-01-20 07:53:31','2021-01-20 02:53:31'),
(86339,32943,'action complete via WP Cron','2021-01-20 07:53:31','2021-01-20 02:53:31'),
(86340,32944,'action created','2021-01-20 07:53:31','2021-01-20 02:53:31'),
(86341,32944,'action started via WP Cron','2021-01-20 07:55:08','2021-01-20 02:55:08'),
(86342,32944,'action complete via WP Cron','2021-01-20 07:55:08','2021-01-20 02:55:08'),
(86343,32945,'action created','2021-01-20 07:56:02','2021-01-20 02:56:02'),
(86344,32945,'action started via WP Cron','2021-01-20 07:57:16','2021-01-20 02:57:16'),
(86345,32945,'action complete via WP Cron','2021-01-20 07:57:16','2021-01-20 02:57:16'),
(86346,32946,'action created','2021-01-20 07:57:16','2021-01-20 02:57:16'),
(86347,32946,'action started via WP Cron','2021-01-20 07:58:48','2021-01-20 02:58:48'),
(86348,32946,'action complete via WP Cron','2021-01-20 07:58:48','2021-01-20 02:58:48'),
(86349,32947,'action created','2021-01-20 07:58:48','2021-01-20 02:58:48'),
(86350,32947,'action started via WP Cron','2021-01-20 07:59:31','2021-01-20 02:59:31'),
(86351,32947,'action complete via WP Cron','2021-01-20 07:59:31','2021-01-20 02:59:31'),
(86352,32948,'action created','2021-01-20 07:59:31','2021-01-20 02:59:31'),
(86353,32948,'action started via WP Cron','2021-01-20 08:00:18','2021-01-20 03:00:18'),
(86354,32948,'action complete via WP Cron','2021-01-20 08:00:18','2021-01-20 03:00:18'),
(86355,32949,'action created','2021-01-20 08:00:19','2021-01-20 03:00:19'),
(86356,32949,'action started via WP Cron','2021-01-20 08:01:26','2021-01-20 03:01:26'),
(86357,32949,'action complete via WP Cron','2021-01-20 08:01:26','2021-01-20 03:01:26'),
(86358,32950,'action created','2021-01-20 08:01:26','2021-01-20 03:01:26'),
(86359,32950,'action started via WP Cron','2021-01-20 08:03:33','2021-01-20 03:03:33'),
(86360,32950,'action complete via WP Cron','2021-01-20 08:03:33','2021-01-20 03:03:33'),
(86361,32951,'action created','2021-01-20 08:03:33','2021-01-20 03:03:33'),
(86362,32951,'action started via WP Cron','2021-01-20 08:04:17','2021-01-20 03:04:17'),
(86363,32951,'action complete via WP Cron','2021-01-20 08:04:17','2021-01-20 03:04:17'),
(86364,32952,'action created','2021-01-20 08:04:17','2021-01-20 03:04:17'),
(86365,32952,'action started via WP Cron','2021-01-20 08:05:26','2021-01-20 03:05:26'),
(86366,32952,'action complete via WP Cron','2021-01-20 08:05:26','2021-01-20 03:05:26'),
(86367,32953,'action created','2021-01-20 08:05:26','2021-01-20 03:05:26'),
(86368,32953,'action started via WP Cron','2021-01-20 08:08:18','2021-01-20 03:08:18'),
(86369,32953,'action complete via WP Cron','2021-01-20 08:08:18','2021-01-20 03:08:18'),
(86370,32954,'action created','2021-01-20 08:08:18','2021-01-20 03:08:18'),
(86371,32954,'action started via WP Cron','2021-01-20 08:09:35','2021-01-20 03:09:35'),
(86372,32954,'action complete via WP Cron','2021-01-20 08:09:35','2021-01-20 03:09:35'),
(86373,32955,'action created','2021-01-20 08:09:35','2021-01-20 03:09:35'),
(86374,32955,'action started via WP Cron','2021-01-20 08:12:26','2021-01-20 03:12:26'),
(86375,32955,'action complete via WP Cron','2021-01-20 08:12:26','2021-01-20 03:12:26'),
(86376,32956,'action created','2021-01-20 08:12:26','2021-01-20 03:12:26'),
(86377,32956,'action started via WP Cron','2021-01-20 08:13:24','2021-01-20 03:13:24'),
(86378,32956,'action complete via WP Cron','2021-01-20 08:13:24','2021-01-20 03:13:24'),
(86379,32957,'action created','2021-01-20 08:13:24','2021-01-20 03:13:24'),
(86380,32957,'action started via WP Cron','2021-01-20 08:14:12','2021-01-20 03:14:12'),
(86381,32957,'action complete via WP Cron','2021-01-20 08:14:12','2021-01-20 03:14:12'),
(86382,32958,'action created','2021-01-20 08:14:12','2021-01-20 03:14:12'),
(86383,32958,'action started via WP Cron','2021-01-20 08:16:10','2021-01-20 03:16:10'),
(86384,32958,'action complete via WP Cron','2021-01-20 08:16:10','2021-01-20 03:16:10'),
(86385,32959,'action created','2021-01-20 08:16:11','2021-01-20 03:16:11'),
(86386,32959,'action started via WP Cron','2021-01-20 08:16:41','2021-01-20 03:16:41'),
(86387,32959,'action complete via WP Cron','2021-01-20 08:16:41','2021-01-20 03:16:41'),
(86388,32960,'action created','2021-01-20 08:16:41','2021-01-20 03:16:41'),
(86389,32960,'action started via WP Cron','2021-01-20 08:19:10','2021-01-20 03:19:10'),
(86390,32960,'action complete via WP Cron','2021-01-20 08:19:10','2021-01-20 03:19:10'),
(86391,32961,'action created','2021-01-20 08:19:10','2021-01-20 03:19:10'),
(86392,32961,'action started via WP Cron','2021-01-20 08:19:30','2021-01-20 03:19:30'),
(86393,32961,'action complete via WP Cron','2021-01-20 08:19:30','2021-01-20 03:19:30'),
(86394,32962,'action created','2021-01-20 08:19:30','2021-01-20 03:19:30'),
(86395,32962,'action started via WP Cron','2021-01-20 08:20:27','2021-01-20 03:20:27'),
(86396,32962,'action complete via WP Cron','2021-01-20 08:20:27','2021-01-20 03:20:27'),
(86397,32963,'action created','2021-01-20 08:20:27','2021-01-20 03:20:27'),
(86398,32963,'action started via WP Cron','2021-01-20 08:21:43','2021-01-20 03:21:43'),
(86399,32963,'action complete via WP Cron','2021-01-20 08:21:43','2021-01-20 03:21:43'),
(86400,32964,'action created','2021-01-20 08:21:43','2021-01-20 03:21:43'),
(86401,32964,'action started via WP Cron','2021-01-20 08:23:00','2021-01-20 03:23:00'),
(86402,32964,'action complete via WP Cron','2021-01-20 08:23:00','2021-01-20 03:23:00'),
(86403,32965,'action created','2021-01-20 08:23:00','2021-01-20 03:23:00'),
(86404,32965,'action started via WP Cron','2021-01-20 08:23:17','2021-01-20 03:23:17'),
(86405,32965,'action complete via WP Cron','2021-01-20 08:23:17','2021-01-20 03:23:17'),
(86406,32966,'action created','2021-01-20 08:23:17','2021-01-20 03:23:17'),
(86407,32966,'action started via WP Cron','2021-01-20 08:24:13','2021-01-20 03:24:13'),
(86408,32966,'action complete via WP Cron','2021-01-20 08:24:13','2021-01-20 03:24:13'),
(86409,32967,'action created','2021-01-20 08:24:13','2021-01-20 03:24:13'),
(86410,32967,'action started via WP Cron','2021-01-20 08:26:15','2021-01-20 03:26:15'),
(86411,32967,'action complete via WP Cron','2021-01-20 08:26:15','2021-01-20 03:26:15'),
(86412,32968,'action created','2021-01-20 08:26:15','2021-01-20 03:26:15'),
(86413,32968,'action started via WP Cron','2021-01-20 08:28:00','2021-01-20 03:28:00'),
(86414,32968,'action complete via WP Cron','2021-01-20 08:28:00','2021-01-20 03:28:00'),
(86415,32969,'action created','2021-01-20 08:28:00','2021-01-20 03:28:00'),
(86416,32969,'action started via WP Cron','2021-01-20 08:28:18','2021-01-20 03:28:18'),
(86417,32969,'action complete via WP Cron','2021-01-20 08:28:18','2021-01-20 03:28:18'),
(86418,32970,'action created','2021-01-20 08:28:18','2021-01-20 03:28:18'),
(86419,32970,'action started via WP Cron','2021-01-20 08:29:15','2021-01-20 03:29:15'),
(86420,32970,'action complete via WP Cron','2021-01-20 08:29:15','2021-01-20 03:29:15'),
(86421,32971,'action created','2021-01-20 08:29:15','2021-01-20 03:29:15'),
(86422,32971,'action started via WP Cron','2021-01-20 08:30:23','2021-01-20 03:30:23'),
(86423,32971,'action complete via WP Cron','2021-01-20 08:30:23','2021-01-20 03:30:23'),
(86424,32972,'action created','2021-01-20 08:30:23','2021-01-20 03:30:23'),
(86425,32972,'action started via WP Cron','2021-01-20 08:31:26','2021-01-20 03:31:26'),
(86426,32972,'action complete via WP Cron','2021-01-20 08:31:26','2021-01-20 03:31:26'),
(86427,32973,'action created','2021-01-20 08:31:26','2021-01-20 03:31:26'),
(86428,32973,'action started via WP Cron','2021-01-20 08:32:49','2021-01-20 03:32:49'),
(86429,32973,'action complete via WP Cron','2021-01-20 08:32:49','2021-01-20 03:32:49'),
(86430,32974,'action created','2021-01-20 08:32:49','2021-01-20 03:32:49'),
(86431,32974,'action started via WP Cron','2021-01-20 08:33:52','2021-01-20 03:33:52'),
(86432,32974,'action complete via WP Cron','2021-01-20 08:33:52','2021-01-20 03:33:52'),
(86433,32975,'action created','2021-01-20 08:33:52','2021-01-20 03:33:52'),
(86434,32975,'action started via WP Cron','2021-01-20 08:34:52','2021-01-20 03:34:52'),
(86435,32975,'action complete via WP Cron','2021-01-20 08:34:52','2021-01-20 03:34:52'),
(86436,32976,'action created','2021-01-20 08:34:52','2021-01-20 03:34:52'),
(86437,32976,'action started via WP Cron','2021-01-20 08:36:37','2021-01-20 03:36:37'),
(86438,32976,'action complete via WP Cron','2021-01-20 08:36:37','2021-01-20 03:36:37'),
(86439,32977,'action created','2021-01-20 08:36:38','2021-01-20 03:36:38'),
(86440,32977,'action started via WP Cron','2021-01-20 08:37:39','2021-01-20 03:37:39'),
(86441,32977,'action complete via WP Cron','2021-01-20 08:37:39','2021-01-20 03:37:39'),
(86442,32978,'action created','2021-01-20 08:37:39','2021-01-20 03:37:39'),
(86443,32978,'action started via WP Cron','2021-01-20 08:39:15','2021-01-20 03:39:15'),
(86444,32978,'action complete via WP Cron','2021-01-20 08:39:15','2021-01-20 03:39:15'),
(86445,32979,'action created','2021-01-20 08:39:15','2021-01-20 03:39:15'),
(86446,32979,'action started via WP Cron','2021-01-20 08:40:43','2021-01-20 03:40:43'),
(86447,32979,'action complete via WP Cron','2021-01-20 08:40:43','2021-01-20 03:40:43'),
(86448,32980,'action created','2021-01-20 08:40:43','2021-01-20 03:40:43'),
(86449,32980,'action started via WP Cron','2021-01-20 08:42:24','2021-01-20 03:42:24'),
(86450,32980,'action complete via WP Cron','2021-01-20 08:42:24','2021-01-20 03:42:24'),
(86451,32981,'action created','2021-01-20 08:42:24','2021-01-20 03:42:24'),
(86452,32981,'action started via WP Cron','2021-01-20 08:43:15','2021-01-20 03:43:15'),
(86453,32981,'action complete via WP Cron','2021-01-20 08:43:15','2021-01-20 03:43:15'),
(86454,32982,'action created','2021-01-20 08:43:15','2021-01-20 03:43:15'),
(86455,32982,'action started via WP Cron','2021-01-20 08:44:55','2021-01-20 03:44:55'),
(86456,32982,'action complete via WP Cron','2021-01-20 08:44:55','2021-01-20 03:44:55'),
(86457,32983,'action created','2021-01-20 08:44:55','2021-01-20 03:44:55'),
(86458,32983,'action started via WP Cron','2021-01-20 08:45:23','2021-01-20 03:45:23'),
(86459,32983,'action complete via WP Cron','2021-01-20 08:45:23','2021-01-20 03:45:23'),
(86460,32984,'action created','2021-01-20 08:45:23','2021-01-20 03:45:23'),
(86461,32984,'action started via WP Cron','2021-01-20 08:46:52','2021-01-20 03:46:52'),
(86462,32984,'action complete via WP Cron','2021-01-20 08:46:52','2021-01-20 03:46:52'),
(86463,32985,'action created','2021-01-20 08:46:52','2021-01-20 03:46:52'),
(86464,32985,'action started via WP Cron','2021-01-20 08:48:29','2021-01-20 03:48:29'),
(86465,32985,'action complete via WP Cron','2021-01-20 08:48:29','2021-01-20 03:48:29'),
(86466,32986,'action created','2021-01-20 08:48:29','2021-01-20 03:48:29'),
(86467,32986,'action started via WP Cron','2021-01-20 08:50:22','2021-01-20 03:50:22'),
(86468,32986,'action complete via WP Cron','2021-01-20 08:50:22','2021-01-20 03:50:22'),
(86469,32987,'action created','2021-01-20 08:50:22','2021-01-20 03:50:22'),
(86470,32987,'action started via WP Cron','2021-01-20 08:51:39','2021-01-20 03:51:39'),
(86471,32987,'action complete via WP Cron','2021-01-20 08:51:39','2021-01-20 03:51:39'),
(86472,32988,'action created','2021-01-20 08:51:39','2021-01-20 03:51:39'),
(86473,32988,'action started via WP Cron','2021-01-20 08:53:58','2021-01-20 03:53:58'),
(86474,32988,'action complete via WP Cron','2021-01-20 08:53:58','2021-01-20 03:53:58'),
(86475,32989,'action created','2021-01-20 08:53:58','2021-01-20 03:53:58'),
(86476,32989,'action started via WP Cron','2021-01-20 08:54:17','2021-01-20 03:54:17'),
(86477,32989,'action complete via WP Cron','2021-01-20 08:54:17','2021-01-20 03:54:17'),
(86478,32990,'action created','2021-01-20 08:54:17','2021-01-20 03:54:17'),
(86479,32990,'action started via WP Cron','2021-01-20 08:55:51','2021-01-20 03:55:51'),
(86480,32990,'action complete via WP Cron','2021-01-20 08:55:51','2021-01-20 03:55:51'),
(86481,32991,'action created','2021-01-20 08:55:51','2021-01-20 03:55:51'),
(86482,32991,'action started via WP Cron','2021-01-20 08:56:21','2021-01-20 03:56:21'),
(86483,32991,'action complete via WP Cron','2021-01-20 08:56:21','2021-01-20 03:56:21'),
(86484,32992,'action created','2021-01-20 08:56:21','2021-01-20 03:56:21'),
(86485,32992,'action started via WP Cron','2021-01-20 08:58:27','2021-01-20 03:58:27'),
(86486,32992,'action complete via WP Cron','2021-01-20 08:58:27','2021-01-20 03:58:27'),
(86487,32993,'action created','2021-01-20 08:58:27','2021-01-20 03:58:27'),
(86488,32993,'action started via WP Cron','2021-01-20 08:59:27','2021-01-20 03:59:27'),
(86489,32993,'action complete via WP Cron','2021-01-20 08:59:27','2021-01-20 03:59:27'),
(86490,32994,'action created','2021-01-20 08:59:27','2021-01-20 03:59:27'),
(86491,32994,'action started via WP Cron','2021-01-20 09:00:51','2021-01-20 04:00:51'),
(86492,32994,'action complete via WP Cron','2021-01-20 09:00:51','2021-01-20 04:00:51'),
(86493,32995,'action created','2021-01-20 09:00:51','2021-01-20 04:00:51'),
(86494,32995,'action started via WP Cron','2021-01-20 09:01:22','2021-01-20 04:01:22'),
(86495,32995,'action complete via WP Cron','2021-01-20 09:01:22','2021-01-20 04:01:22'),
(86496,32996,'action created','2021-01-20 09:01:22','2021-01-20 04:01:22'),
(86497,32996,'action started via WP Cron','2021-01-20 09:02:11','2021-01-20 04:02:11'),
(86498,32996,'action complete via WP Cron','2021-01-20 09:02:11','2021-01-20 04:02:11'),
(86499,32997,'action created','2021-01-20 09:02:11','2021-01-20 04:02:11'),
(86500,32997,'action started via WP Cron','2021-01-20 09:03:26','2021-01-20 04:03:26'),
(86501,32997,'action complete via WP Cron','2021-01-20 09:03:26','2021-01-20 04:03:26'),
(86502,32998,'action created','2021-01-20 09:03:26','2021-01-20 04:03:26'),
(86503,32998,'action started via WP Cron','2021-01-20 09:05:11','2021-01-20 04:05:11'),
(86504,32998,'action complete via WP Cron','2021-01-20 09:05:11','2021-01-20 04:05:11'),
(86505,32999,'action created','2021-01-20 09:05:11','2021-01-20 04:05:11'),
(86506,32999,'action started via WP Cron','2021-01-20 09:06:58','2021-01-20 04:06:58'),
(86507,32999,'action complete via WP Cron','2021-01-20 09:06:58','2021-01-20 04:06:58'),
(86508,33000,'action created','2021-01-20 09:06:58','2021-01-20 04:06:58'),
(86509,33000,'action started via WP Cron','2021-01-20 09:07:15','2021-01-20 04:07:15'),
(86510,33000,'action complete via WP Cron','2021-01-20 09:07:15','2021-01-20 04:07:15'),
(86511,33001,'action created','2021-01-20 09:07:15','2021-01-20 04:07:15'),
(86512,33001,'action started via WP Cron','2021-01-20 09:08:36','2021-01-20 04:08:36'),
(86513,33001,'action complete via WP Cron','2021-01-20 09:08:36','2021-01-20 04:08:36'),
(86514,33002,'action created','2021-01-20 09:08:36','2021-01-20 04:08:36'),
(86515,33002,'action started via WP Cron','2021-01-20 09:10:10','2021-01-20 04:10:10'),
(86516,33002,'action complete via WP Cron','2021-01-20 09:10:10','2021-01-20 04:10:10'),
(86517,33003,'action created','2021-01-20 09:10:10','2021-01-20 04:10:10'),
(86518,33003,'action started via WP Cron','2021-01-20 09:10:22','2021-01-20 04:10:22'),
(86519,33003,'action complete via WP Cron','2021-01-20 09:10:22','2021-01-20 04:10:22'),
(86520,33004,'action created','2021-01-20 09:10:22','2021-01-20 04:10:22'),
(86521,33004,'action started via WP Cron','2021-01-20 09:12:14','2021-01-20 04:12:14'),
(86522,33004,'action complete via WP Cron','2021-01-20 09:12:14','2021-01-20 04:12:14'),
(86523,33005,'action created','2021-01-20 09:12:14','2021-01-20 04:12:14'),
(86524,33005,'action started via WP Cron','2021-01-20 09:13:12','2021-01-20 04:13:12'),
(86525,33005,'action complete via WP Cron','2021-01-20 09:13:12','2021-01-20 04:13:12'),
(86526,33006,'action created','2021-01-20 09:13:12','2021-01-20 04:13:12'),
(86527,33006,'action started via WP Cron','2021-01-20 09:14:27','2021-01-20 04:14:27'),
(86528,33006,'action complete via WP Cron','2021-01-20 09:14:27','2021-01-20 04:14:27'),
(86529,33007,'action created','2021-01-20 09:14:28','2021-01-20 04:14:28'),
(86530,33007,'action started via WP Cron','2021-01-20 09:15:18','2021-01-20 04:15:18'),
(86531,33007,'action complete via WP Cron','2021-01-20 09:15:18','2021-01-20 04:15:18'),
(86532,33008,'action created','2021-01-20 09:15:18','2021-01-20 04:15:18'),
(86533,33008,'action started via WP Cron','2021-01-20 09:16:53','2021-01-20 04:16:53'),
(86534,33008,'action complete via WP Cron','2021-01-20 09:16:53','2021-01-20 04:16:53'),
(86535,33009,'action created','2021-01-20 09:16:53','2021-01-20 04:16:53'),
(86536,33009,'action started via WP Cron','2021-01-20 09:18:16','2021-01-20 04:18:16'),
(86537,33009,'action complete via WP Cron','2021-01-20 09:18:16','2021-01-20 04:18:16'),
(86538,33010,'action created','2021-01-20 09:18:16','2021-01-20 04:18:16'),
(86539,33010,'action started via WP Cron','2021-01-20 09:19:21','2021-01-20 04:19:21'),
(86540,33010,'action complete via WP Cron','2021-01-20 09:19:21','2021-01-20 04:19:21'),
(86541,33011,'action created','2021-01-20 09:19:21','2021-01-20 04:19:21'),
(86542,33011,'action started via WP Cron','2021-01-20 09:20:11','2021-01-20 04:20:11'),
(86543,33011,'action complete via WP Cron','2021-01-20 09:20:11','2021-01-20 04:20:11'),
(86544,33012,'action created','2021-01-20 09:20:11','2021-01-20 04:20:11'),
(86545,33012,'action started via WP Cron','2021-01-20 09:21:27','2021-01-20 04:21:27'),
(86546,33012,'action complete via WP Cron','2021-01-20 09:21:27','2021-01-20 04:21:27'),
(86547,33013,'action created','2021-01-20 09:21:28','2021-01-20 04:21:28'),
(86548,33013,'action started via WP Cron','2021-01-20 09:23:52','2021-01-20 04:23:52'),
(86549,33013,'action complete via WP Cron','2021-01-20 09:23:52','2021-01-20 04:23:52'),
(86550,33014,'action created','2021-01-20 09:23:52','2021-01-20 04:23:52'),
(86551,33014,'action started via WP Cron','2021-01-20 09:25:06','2021-01-20 04:25:06'),
(86552,33014,'action complete via WP Cron','2021-01-20 09:25:06','2021-01-20 04:25:06'),
(86553,33015,'action created','2021-01-20 09:25:06','2021-01-20 04:25:06'),
(86554,33015,'action started via WP Cron','2021-01-20 09:26:32','2021-01-20 04:26:32'),
(86555,33015,'action complete via WP Cron','2021-01-20 09:26:32','2021-01-20 04:26:32'),
(86556,33016,'action created','2021-01-20 09:26:32','2021-01-20 04:26:32'),
(86557,33016,'action started via WP Cron','2021-01-20 09:27:19','2021-01-20 04:27:19'),
(86558,33016,'action complete via WP Cron','2021-01-20 09:27:19','2021-01-20 04:27:19'),
(86559,33017,'action created','2021-01-20 09:27:20','2021-01-20 04:27:20'),
(86560,33017,'action started via WP Cron','2021-01-20 09:28:12','2021-01-20 04:28:12'),
(86561,33017,'action complete via WP Cron','2021-01-20 09:28:12','2021-01-20 04:28:12'),
(86562,33018,'action created','2021-01-20 09:28:12','2021-01-20 04:28:12'),
(86563,33018,'action started via WP Cron','2021-01-20 09:29:21','2021-01-20 04:29:21'),
(86564,33018,'action complete via WP Cron','2021-01-20 09:29:21','2021-01-20 04:29:21'),
(86565,33019,'action created','2021-01-20 09:29:21','2021-01-20 04:29:21'),
(86566,33019,'action started via WP Cron','2021-01-20 09:30:22','2021-01-20 04:30:22'),
(86567,33019,'action complete via WP Cron','2021-01-20 09:30:22','2021-01-20 04:30:22'),
(86568,33020,'action created','2021-01-20 09:30:22','2021-01-20 04:30:22'),
(86569,33020,'action started via WP Cron','2021-01-20 09:31:37','2021-01-20 04:31:37'),
(86570,33020,'action complete via WP Cron','2021-01-20 09:31:37','2021-01-20 04:31:37'),
(86571,33021,'action created','2021-01-20 09:31:37','2021-01-20 04:31:37'),
(86572,33021,'action started via WP Cron','2021-01-20 09:32:49','2021-01-20 04:32:49'),
(86573,33021,'action complete via WP Cron','2021-01-20 09:32:49','2021-01-20 04:32:49'),
(86574,33022,'action created','2021-01-20 09:32:49','2021-01-20 04:32:49'),
(86575,33022,'action started via WP Cron','2021-01-20 09:34:11','2021-01-20 04:34:11'),
(86576,33022,'action complete via WP Cron','2021-01-20 09:34:11','2021-01-20 04:34:11'),
(86577,33023,'action created','2021-01-20 09:34:11','2021-01-20 04:34:11'),
(86578,33023,'action started via WP Cron','2021-01-20 09:36:06','2021-01-20 04:36:06'),
(86579,33023,'action complete via WP Cron','2021-01-20 09:36:06','2021-01-20 04:36:06'),
(86580,33024,'action created','2021-01-20 09:36:06','2021-01-20 04:36:06'),
(86581,33024,'action started via WP Cron','2021-01-20 09:36:16','2021-01-20 04:36:16'),
(86582,33024,'action complete via WP Cron','2021-01-20 09:36:16','2021-01-20 04:36:16'),
(86583,33025,'action created','2021-01-20 09:36:16','2021-01-20 04:36:16'),
(86584,33025,'action started via WP Cron','2021-01-20 09:38:33','2021-01-20 04:38:33'),
(86585,33025,'action complete via WP Cron','2021-01-20 09:38:33','2021-01-20 04:38:33'),
(86586,33026,'action created','2021-01-20 09:38:33','2021-01-20 04:38:33'),
(86587,33026,'action started via WP Cron','2021-01-20 09:39:12','2021-01-20 04:39:12'),
(86588,33026,'action complete via WP Cron','2021-01-20 09:39:12','2021-01-20 04:39:12'),
(86589,33027,'action created','2021-01-20 09:39:12','2021-01-20 04:39:12'),
(86590,33027,'action started via WP Cron','2021-01-20 09:40:40','2021-01-20 04:40:40'),
(86591,33027,'action complete via WP Cron','2021-01-20 09:40:40','2021-01-20 04:40:40'),
(86592,33028,'action created','2021-01-20 09:40:40','2021-01-20 04:40:40'),
(86593,33028,'action started via WP Cron','2021-01-20 09:41:33','2021-01-20 04:41:33'),
(86594,33028,'action complete via WP Cron','2021-01-20 09:41:33','2021-01-20 04:41:33'),
(86595,33029,'action created','2021-01-20 09:41:33','2021-01-20 04:41:33'),
(86596,33029,'action started via WP Cron','2021-01-20 09:42:37','2021-01-20 04:42:37'),
(86597,33029,'action complete via WP Cron','2021-01-20 09:42:37','2021-01-20 04:42:37'),
(86598,33030,'action created','2021-01-20 09:42:37','2021-01-20 04:42:37'),
(86599,33030,'action started via WP Cron','2021-01-20 09:43:22','2021-01-20 04:43:22'),
(86600,33030,'action complete via WP Cron','2021-01-20 09:43:22','2021-01-20 04:43:22'),
(86601,33031,'action created','2021-01-20 09:43:22','2021-01-20 04:43:22'),
(86602,33031,'action started via WP Cron','2021-01-20 09:44:14','2021-01-20 04:44:14'),
(86603,33031,'action complete via WP Cron','2021-01-20 09:44:14','2021-01-20 04:44:14'),
(86604,33032,'action created','2021-01-20 09:44:14','2021-01-20 04:44:14'),
(86605,33032,'action started via WP Cron','2021-01-20 09:45:25','2021-01-20 04:45:25'),
(86606,33032,'action complete via WP Cron','2021-01-20 09:45:25','2021-01-20 04:45:25'),
(86607,33033,'action created','2021-01-20 09:45:25','2021-01-20 04:45:25'),
(86608,33033,'action started via WP Cron','2021-01-20 09:47:33','2021-01-20 04:47:33'),
(86609,33033,'action complete via WP Cron','2021-01-20 09:47:33','2021-01-20 04:47:33'),
(86610,33034,'action created','2021-01-20 09:47:33','2021-01-20 04:47:33'),
(86611,33034,'action started via WP Cron','2021-01-20 09:48:43','2021-01-20 04:48:43'),
(86612,33034,'action complete via WP Cron','2021-01-20 09:48:43','2021-01-20 04:48:43'),
(86613,33035,'action created','2021-01-20 09:48:43','2021-01-20 04:48:43'),
(86614,33035,'action started via WP Cron','2021-01-20 09:49:54','2021-01-20 04:49:54'),
(86615,33035,'action complete via WP Cron','2021-01-20 09:49:54','2021-01-20 04:49:54'),
(86616,33036,'action created','2021-01-20 09:49:55','2021-01-20 04:49:55'),
(86617,33036,'action started via WP Cron','2021-01-20 09:51:44','2021-01-20 04:51:44'),
(86618,33036,'action complete via WP Cron','2021-01-20 09:51:44','2021-01-20 04:51:44'),
(86619,33037,'action created','2021-01-20 09:51:44','2021-01-20 04:51:44'),
(86620,33037,'action started via WP Cron','2021-01-20 09:53:32','2021-01-20 04:53:32'),
(86621,33037,'action complete via WP Cron','2021-01-20 09:53:32','2021-01-20 04:53:32'),
(86622,33038,'action created','2021-01-20 09:53:32','2021-01-20 04:53:32'),
(86623,33038,'action started via WP Cron','2021-01-20 09:55:19','2021-01-20 04:55:19'),
(86624,33038,'action complete via WP Cron','2021-01-20 09:55:19','2021-01-20 04:55:19'),
(86625,33039,'action created','2021-01-20 09:55:19','2021-01-20 04:55:19'),
(86626,33039,'action started via WP Cron','2021-01-20 09:57:01','2021-01-20 04:57:01'),
(86627,33039,'action complete via WP Cron','2021-01-20 09:57:01','2021-01-20 04:57:01'),
(86628,33040,'action created','2021-01-20 09:57:01','2021-01-20 04:57:01'),
(86629,33040,'action started via WP Cron','2021-01-20 09:58:17','2021-01-20 04:58:17'),
(86630,33040,'action complete via WP Cron','2021-01-20 09:58:17','2021-01-20 04:58:17'),
(86631,33041,'action created','2021-01-20 09:58:17','2021-01-20 04:58:17'),
(86632,33041,'action started via WP Cron','2021-01-20 09:59:11','2021-01-20 04:59:11'),
(86633,33041,'action complete via WP Cron','2021-01-20 09:59:11','2021-01-20 04:59:11'),
(86634,33042,'action created','2021-01-20 09:59:11','2021-01-20 04:59:11'),
(86635,33042,'action started via WP Cron','2021-01-20 10:00:20','2021-01-20 05:00:20'),
(86636,33042,'action complete via WP Cron','2021-01-20 10:00:20','2021-01-20 05:00:20'),
(86637,33043,'action created','2021-01-20 10:00:20','2021-01-20 05:00:20'),
(86638,33043,'action started via WP Cron','2021-01-20 10:02:54','2021-01-20 05:02:54'),
(86639,33043,'action complete via WP Cron','2021-01-20 10:02:54','2021-01-20 05:02:54'),
(86640,33044,'action created','2021-01-20 10:02:54','2021-01-20 05:02:54'),
(86641,33044,'action started via WP Cron','2021-01-20 10:04:34','2021-01-20 05:04:34'),
(86642,33044,'action complete via WP Cron','2021-01-20 10:04:34','2021-01-20 05:04:34'),
(86643,33045,'action created','2021-01-20 10:04:34','2021-01-20 05:04:34'),
(86644,33045,'action started via WP Cron','2021-01-20 10:05:59','2021-01-20 05:05:59'),
(86645,33045,'action complete via WP Cron','2021-01-20 10:05:59','2021-01-20 05:05:59'),
(86646,33046,'action created','2021-01-20 10:05:59','2021-01-20 05:05:59'),
(86647,33046,'action started via WP Cron','2021-01-20 10:06:38','2021-01-20 05:06:38'),
(86648,33046,'action complete via WP Cron','2021-01-20 10:06:38','2021-01-20 05:06:38'),
(86649,33047,'action created','2021-01-20 10:06:38','2021-01-20 05:06:38'),
(86650,33047,'action started via WP Cron','2021-01-20 10:07:20','2021-01-20 05:07:20'),
(86651,33047,'action complete via WP Cron','2021-01-20 10:07:20','2021-01-20 05:07:20'),
(86652,33048,'action created','2021-01-20 10:07:20','2021-01-20 05:07:20'),
(86653,33048,'action started via WP Cron','2021-01-20 10:10:48','2021-01-20 05:10:48'),
(86654,33048,'action complete via WP Cron','2021-01-20 10:10:48','2021-01-20 05:10:48'),
(86655,33049,'action created','2021-01-20 10:10:48','2021-01-20 05:10:48'),
(86656,33049,'action started via WP Cron','2021-01-20 10:11:49','2021-01-20 05:11:49'),
(86657,33049,'action complete via WP Cron','2021-01-20 10:11:49','2021-01-20 05:11:49'),
(86658,33050,'action created','2021-01-20 10:11:49','2021-01-20 05:11:49'),
(86659,33050,'action started via WP Cron','2021-01-20 10:13:02','2021-01-20 05:13:02'),
(86660,33050,'action complete via WP Cron','2021-01-20 10:13:02','2021-01-20 05:13:02'),
(86661,33051,'action created','2021-01-20 10:13:02','2021-01-20 05:13:02'),
(86662,33051,'action started via WP Cron','2021-01-20 10:14:23','2021-01-20 05:14:23'),
(86663,33051,'action complete via WP Cron','2021-01-20 10:14:23','2021-01-20 05:14:23'),
(86664,33052,'action created','2021-01-20 10:14:23','2021-01-20 05:14:23'),
(86665,33052,'action started via WP Cron','2021-01-20 10:15:11','2021-01-20 05:15:11'),
(86666,33052,'action complete via WP Cron','2021-01-20 10:15:11','2021-01-20 05:15:11'),
(86667,33053,'action created','2021-01-20 10:15:11','2021-01-20 05:15:11'),
(86668,33053,'action started via WP Cron','2021-01-20 10:16:15','2021-01-20 05:16:15'),
(86669,33053,'action complete via WP Cron','2021-01-20 10:16:15','2021-01-20 05:16:15'),
(86670,33054,'action created','2021-01-20 10:16:15','2021-01-20 05:16:15'),
(86671,33054,'action started via WP Cron','2021-01-20 10:21:05','2021-01-20 05:21:05'),
(86672,33054,'action complete via WP Cron','2021-01-20 10:21:05','2021-01-20 05:21:05'),
(86673,33055,'action created','2021-01-20 10:21:05','2021-01-20 05:21:05'),
(86674,33055,'action started via WP Cron','2021-01-20 10:24:24','2021-01-20 05:24:24'),
(86675,33055,'action complete via WP Cron','2021-01-20 10:24:24','2021-01-20 05:24:24'),
(86676,33056,'action created','2021-01-20 10:24:24','2021-01-20 05:24:24'),
(86677,33056,'action started via WP Cron','2021-01-20 10:25:51','2021-01-20 05:25:51'),
(86678,33056,'action complete via WP Cron','2021-01-20 10:25:52','2021-01-20 05:25:52'),
(86679,33057,'action created','2021-01-20 10:25:52','2021-01-20 05:25:52'),
(86680,33057,'action started via WP Cron','2021-01-20 10:26:46','2021-01-20 05:26:46'),
(86681,33057,'action complete via WP Cron','2021-01-20 10:26:46','2021-01-20 05:26:46'),
(86682,33058,'action created','2021-01-20 10:26:46','2021-01-20 05:26:46'),
(86683,33058,'action started via WP Cron','2021-01-20 10:27:27','2021-01-20 05:27:27'),
(86684,33058,'action complete via WP Cron','2021-01-20 10:27:27','2021-01-20 05:27:27'),
(86685,33059,'action created','2021-01-20 10:27:27','2021-01-20 05:27:27'),
(86686,33059,'action started via WP Cron','2021-01-20 10:30:10','2021-01-20 05:30:10'),
(86687,33059,'action complete via WP Cron','2021-01-20 10:30:10','2021-01-20 05:30:10'),
(86688,33060,'action created','2021-01-20 10:30:10','2021-01-20 05:30:10'),
(86689,33060,'action started via WP Cron','2021-01-20 10:30:20','2021-01-20 05:30:20'),
(86690,33060,'action complete via WP Cron','2021-01-20 10:30:20','2021-01-20 05:30:20'),
(86691,33061,'action created','2021-01-20 10:30:20','2021-01-20 05:30:20'),
(86692,33061,'action started via WP Cron','2021-01-20 10:31:23','2021-01-20 05:31:23'),
(86693,33061,'action complete via WP Cron','2021-01-20 10:31:23','2021-01-20 05:31:23'),
(86694,33062,'action created','2021-01-20 10:31:23','2021-01-20 05:31:23'),
(86695,33062,'action started via WP Cron','2021-01-20 10:32:28','2021-01-20 05:32:28'),
(86696,33062,'action complete via WP Cron','2021-01-20 10:32:28','2021-01-20 05:32:28'),
(86697,33063,'action created','2021-01-20 10:32:28','2021-01-20 05:32:28'),
(86698,33063,'action started via WP Cron','2021-01-20 10:34:22','2021-01-20 05:34:22'),
(86699,33063,'action complete via WP Cron','2021-01-20 10:34:22','2021-01-20 05:34:22'),
(86700,33064,'action created','2021-01-20 10:34:22','2021-01-20 05:34:22'),
(86701,33064,'action started via WP Cron','2021-01-20 10:35:34','2021-01-20 05:35:34'),
(86702,33064,'action complete via WP Cron','2021-01-20 10:35:34','2021-01-20 05:35:34'),
(86703,33065,'action created','2021-01-20 10:35:34','2021-01-20 05:35:34'),
(86704,33065,'action started via WP Cron','2021-01-20 10:36:24','2021-01-20 05:36:24'),
(86705,33065,'action complete via WP Cron','2021-01-20 10:36:24','2021-01-20 05:36:24'),
(86706,33066,'action created','2021-01-20 10:36:24','2021-01-20 05:36:24'),
(86707,33066,'action started via WP Cron','2021-01-20 10:38:01','2021-01-20 05:38:01'),
(86708,33066,'action complete via WP Cron','2021-01-20 10:38:01','2021-01-20 05:38:01'),
(86709,33067,'action created','2021-01-20 10:38:01','2021-01-20 05:38:01'),
(86710,33067,'action started via WP Cron','2021-01-20 10:38:44','2021-01-20 05:38:44'),
(86711,33067,'action complete via WP Cron','2021-01-20 10:38:44','2021-01-20 05:38:44'),
(86712,33068,'action created','2021-01-20 10:38:44','2021-01-20 05:38:44'),
(86713,33068,'action started via WP Cron','2021-01-20 10:39:21','2021-01-20 05:39:21'),
(86714,33068,'action complete via WP Cron','2021-01-20 10:39:21','2021-01-20 05:39:21'),
(86715,33069,'action created','2021-01-20 10:39:22','2021-01-20 05:39:22'),
(86716,33069,'action started via WP Cron','2021-01-20 10:40:37','2021-01-20 05:40:37'),
(86717,33069,'action complete via WP Cron','2021-01-20 10:40:37','2021-01-20 05:40:37'),
(86718,33070,'action created','2021-01-20 10:40:37','2021-01-20 05:40:37'),
(86719,33070,'action started via WP Cron','2021-01-20 10:42:52','2021-01-20 05:42:52'),
(86720,33070,'action complete via WP Cron','2021-01-20 10:42:52','2021-01-20 05:42:52'),
(86721,33071,'action created','2021-01-20 10:42:52','2021-01-20 05:42:52'),
(86722,33071,'action started via WP Cron','2021-01-20 10:43:22','2021-01-20 05:43:22'),
(86723,33071,'action complete via WP Cron','2021-01-20 10:43:22','2021-01-20 05:43:22'),
(86724,33072,'action created','2021-01-20 10:43:22','2021-01-20 05:43:22'),
(86725,33072,'action started via WP Cron','2021-01-20 10:44:13','2021-01-20 05:44:13'),
(86726,33072,'action complete via WP Cron','2021-01-20 10:44:13','2021-01-20 05:44:13'),
(86727,33073,'action created','2021-01-20 10:44:13','2021-01-20 05:44:13'),
(86728,33073,'action started via WP Cron','2021-01-20 10:45:17','2021-01-20 05:45:17'),
(86729,33073,'action complete via WP Cron','2021-01-20 10:45:17','2021-01-20 05:45:17'),
(86730,33074,'action created','2021-01-20 10:45:17','2021-01-20 05:45:17'),
(86731,33074,'action started via WP Cron','2021-01-20 10:46:53','2021-01-20 05:46:53'),
(86732,33074,'action complete via WP Cron','2021-01-20 10:46:53','2021-01-20 05:46:53'),
(86733,33075,'action created','2021-01-20 10:46:54','2021-01-20 05:46:54'),
(86734,33075,'action started via WP Cron','2021-01-20 10:47:23','2021-01-20 05:47:23'),
(86735,33075,'action complete via WP Cron','2021-01-20 10:47:23','2021-01-20 05:47:23'),
(86736,33076,'action created','2021-01-20 10:47:23','2021-01-20 05:47:23'),
(86737,33076,'action started via WP Cron','2021-01-20 10:48:27','2021-01-20 05:48:27'),
(86738,33076,'action complete via WP Cron','2021-01-20 10:48:27','2021-01-20 05:48:27'),
(86739,33077,'action created','2021-01-20 10:48:27','2021-01-20 05:48:27'),
(86740,33077,'action started via WP Cron','2021-01-20 10:49:15','2021-01-20 05:49:15'),
(86741,33077,'action complete via WP Cron','2021-01-20 10:49:15','2021-01-20 05:49:15'),
(86742,33078,'action created','2021-01-20 10:49:15','2021-01-20 05:49:15'),
(86743,33078,'action started via WP Cron','2021-01-20 10:51:29','2021-01-20 05:51:29'),
(86744,33078,'action complete via WP Cron','2021-01-20 10:51:29','2021-01-20 05:51:29'),
(86745,33079,'action created','2021-01-20 10:51:29','2021-01-20 05:51:29'),
(86746,33079,'action started via WP Cron','2021-01-20 10:52:28','2021-01-20 05:52:28'),
(86747,33079,'action complete via WP Cron','2021-01-20 10:52:28','2021-01-20 05:52:28'),
(86748,33080,'action created','2021-01-20 10:52:28','2021-01-20 05:52:28'),
(86749,33080,'action started via WP Cron','2021-01-20 10:54:09','2021-01-20 05:54:09'),
(86750,33080,'action complete via WP Cron','2021-01-20 10:54:09','2021-01-20 05:54:09'),
(86751,33081,'action created','2021-01-20 10:54:09','2021-01-20 05:54:09'),
(86752,33081,'action started via WP Cron','2021-01-20 10:55:23','2021-01-20 05:55:23'),
(86753,33081,'action complete via WP Cron','2021-01-20 10:55:23','2021-01-20 05:55:23'),
(86754,33082,'action created','2021-01-20 10:55:23','2021-01-20 05:55:23'),
(86755,33082,'action started via WP Cron','2021-01-20 10:56:40','2021-01-20 05:56:40'),
(86756,33082,'action complete via WP Cron','2021-01-20 10:56:40','2021-01-20 05:56:40'),
(86757,33083,'action created','2021-01-20 10:56:41','2021-01-20 05:56:41'),
(86758,33083,'action started via WP Cron','2021-01-20 10:58:03','2021-01-20 05:58:03'),
(86759,33083,'action complete via WP Cron','2021-01-20 10:58:03','2021-01-20 05:58:03'),
(86760,33084,'action created','2021-01-20 10:58:03','2021-01-20 05:58:03'),
(86761,33084,'action started via WP Cron','2021-01-20 11:00:06','2021-01-20 06:00:06'),
(86762,33084,'action complete via WP Cron','2021-01-20 11:00:06','2021-01-20 06:00:06'),
(86763,33085,'action created','2021-01-20 11:00:06','2021-01-20 06:00:06'),
(86764,33085,'action started via WP Cron','2021-01-20 11:00:21','2021-01-20 06:00:21'),
(86765,33085,'action complete via WP Cron','2021-01-20 11:00:21','2021-01-20 06:00:21'),
(86766,33086,'action created','2021-01-20 11:00:21','2021-01-20 06:00:21'),
(86767,33086,'action started via WP Cron','2021-01-20 11:01:22','2021-01-20 06:01:22'),
(86768,33086,'action complete via WP Cron','2021-01-20 11:01:22','2021-01-20 06:01:22'),
(86769,33087,'action created','2021-01-20 11:01:22','2021-01-20 06:01:22'),
(86770,33087,'action started via WP Cron','2021-01-20 11:03:06','2021-01-20 06:03:06'),
(86771,33087,'action complete via WP Cron','2021-01-20 11:03:06','2021-01-20 06:03:06'),
(86772,33088,'action created','2021-01-20 11:03:06','2021-01-20 06:03:06'),
(86773,33088,'action started via WP Cron','2021-01-20 11:03:49','2021-01-20 06:03:49'),
(86774,33088,'action complete via WP Cron','2021-01-20 11:03:49','2021-01-20 06:03:49'),
(86775,33089,'action created','2021-01-20 11:03:49','2021-01-20 06:03:49'),
(86776,33089,'action started via WP Cron','2021-01-20 11:04:38','2021-01-20 06:04:38'),
(86777,33089,'action complete via WP Cron','2021-01-20 11:04:38','2021-01-20 06:04:38'),
(86778,33090,'action created','2021-01-20 11:04:38','2021-01-20 06:04:38'),
(86779,33090,'action started via WP Cron','2021-01-20 11:06:10','2021-01-20 06:06:10'),
(86780,33090,'action complete via WP Cron','2021-01-20 11:06:10','2021-01-20 06:06:10'),
(86781,33091,'action created','2021-01-20 11:06:10','2021-01-20 06:06:10'),
(86782,33091,'action started via WP Cron','2021-01-20 11:08:09','2021-01-20 06:08:09'),
(86783,33091,'action complete via WP Cron','2021-01-20 11:08:09','2021-01-20 06:08:09'),
(86784,33092,'action created','2021-01-20 11:08:09','2021-01-20 06:08:09'),
(86785,33092,'action started via WP Cron','2021-01-20 11:08:44','2021-01-20 06:08:44'),
(86786,33092,'action complete via WP Cron','2021-01-20 11:08:44','2021-01-20 06:08:44'),
(86787,33093,'action created','2021-01-20 11:08:44','2021-01-20 06:08:44'),
(86788,33093,'action started via WP Cron','2021-01-20 11:09:23','2021-01-20 06:09:23'),
(86789,33093,'action complete via WP Cron','2021-01-20 11:09:23','2021-01-20 06:09:23'),
(86790,33094,'action created','2021-01-20 11:09:23','2021-01-20 06:09:23'),
(86791,33094,'action started via WP Cron','2021-01-20 11:12:32','2021-01-20 06:12:32'),
(86792,33094,'action complete via WP Cron','2021-01-20 11:12:32','2021-01-20 06:12:32'),
(86793,33095,'action created','2021-01-20 11:12:32','2021-01-20 06:12:32'),
(86794,33095,'action started via WP Cron','2021-01-20 11:13:44','2021-01-20 06:13:44'),
(86795,33095,'action complete via WP Cron','2021-01-20 11:13:44','2021-01-20 06:13:44'),
(86796,33096,'action created','2021-01-20 11:13:44','2021-01-20 06:13:44'),
(86797,33096,'action started via WP Cron','2021-01-20 11:15:59','2021-01-20 06:15:59'),
(86798,33096,'action complete via WP Cron','2021-01-20 11:15:59','2021-01-20 06:15:59'),
(86799,33097,'action created','2021-01-20 11:15:59','2021-01-20 06:15:59'),
(86800,33097,'action started via WP Cron','2021-01-20 11:17:17','2021-01-20 06:17:17'),
(86801,33097,'action complete via WP Cron','2021-01-20 11:17:17','2021-01-20 06:17:17'),
(86802,33098,'action created','2021-01-20 11:17:17','2021-01-20 06:17:17'),
(86803,33098,'action started via WP Cron','2021-01-20 11:18:23','2021-01-20 06:18:23'),
(86804,33098,'action complete via WP Cron','2021-01-20 11:18:23','2021-01-20 06:18:23'),
(86805,33099,'action created','2021-01-20 11:18:23','2021-01-20 06:18:23'),
(86806,33099,'action started via WP Cron','2021-01-20 11:19:11','2021-01-20 06:19:11'),
(86807,33099,'action complete via WP Cron','2021-01-20 11:19:11','2021-01-20 06:19:11'),
(86808,33100,'action created','2021-01-20 11:19:11','2021-01-20 06:19:11'),
(86809,33100,'action started via WP Cron','2021-01-20 11:20:40','2021-01-20 06:20:40'),
(86810,33100,'action complete via WP Cron','2021-01-20 11:20:40','2021-01-20 06:20:40'),
(86811,33101,'action created','2021-01-20 11:20:40','2021-01-20 06:20:40'),
(86812,33101,'action started via WP Cron','2021-01-20 11:22:09','2021-01-20 06:22:09'),
(86813,33101,'action complete via WP Cron','2021-01-20 11:22:09','2021-01-20 06:22:09'),
(86814,33102,'action created','2021-01-20 11:22:09','2021-01-20 06:22:09'),
(86815,33102,'action started via WP Cron','2021-01-20 11:22:19','2021-01-20 06:22:19'),
(86816,33102,'action complete via WP Cron','2021-01-20 11:22:19','2021-01-20 06:22:19'),
(86817,33103,'action created','2021-01-20 11:22:19','2021-01-20 06:22:19'),
(86818,33103,'action started via WP Cron','2021-01-20 11:23:37','2021-01-20 06:23:37'),
(86819,33103,'action complete via WP Cron','2021-01-20 11:23:37','2021-01-20 06:23:37'),
(86820,33104,'action created','2021-01-20 11:23:38','2021-01-20 06:23:38'),
(86821,33104,'action started via WP Cron','2021-01-20 11:24:28','2021-01-20 06:24:28'),
(86822,33104,'action complete via WP Cron','2021-01-20 11:24:28','2021-01-20 06:24:28'),
(86823,33105,'action created','2021-01-20 11:24:28','2021-01-20 06:24:28'),
(86824,33105,'action started via WP Cron','2021-01-20 11:26:08','2021-01-20 06:26:08'),
(86825,33105,'action complete via WP Cron','2021-01-20 11:26:08','2021-01-20 06:26:08'),
(86826,33106,'action created','2021-01-20 11:26:08','2021-01-20 06:26:08'),
(86827,33106,'action started via WP Cron','2021-01-20 11:27:53','2021-01-20 06:27:53'),
(86828,33106,'action complete via WP Cron','2021-01-20 11:27:53','2021-01-20 06:27:53'),
(86829,33107,'action created','2021-01-20 11:27:53','2021-01-20 06:27:53'),
(86830,33107,'action started via WP Cron','2021-01-20 11:29:01','2021-01-20 06:29:01'),
(86831,33107,'action complete via WP Cron','2021-01-20 11:29:01','2021-01-20 06:29:01'),
(86832,33108,'action created','2021-01-20 11:29:01','2021-01-20 06:29:01'),
(86833,33108,'action started via WP Cron','2021-01-20 11:29:56','2021-01-20 06:29:56'),
(86834,33108,'action complete via WP Cron','2021-01-20 11:29:56','2021-01-20 06:29:56'),
(86835,33109,'action created','2021-01-20 11:29:56','2021-01-20 06:29:56'),
(86836,33109,'action started via WP Cron','2021-01-20 11:31:05','2021-01-20 06:31:05'),
(86837,33109,'action complete via WP Cron','2021-01-20 11:31:05','2021-01-20 06:31:05'),
(86838,33110,'action created','2021-01-20 11:31:05','2021-01-20 06:31:05'),
(86839,33110,'action started via WP Cron','2021-01-20 11:32:18','2021-01-20 06:32:18'),
(86840,33110,'action complete via WP Cron','2021-01-20 11:32:18','2021-01-20 06:32:18'),
(86841,33111,'action created','2021-01-20 11:32:18','2021-01-20 06:32:18'),
(86842,33111,'action started via WP Cron','2021-01-20 11:35:55','2021-01-20 06:35:55'),
(86843,33111,'action complete via WP Cron','2021-01-20 11:35:56','2021-01-20 06:35:56'),
(86844,33112,'action created','2021-01-20 11:35:56','2021-01-20 06:35:56'),
(86845,33112,'action started via WP Cron','2021-01-20 11:37:16','2021-01-20 06:37:16'),
(86846,33112,'action complete via WP Cron','2021-01-20 11:37:16','2021-01-20 06:37:16'),
(86847,33113,'action created','2021-01-20 11:37:16','2021-01-20 06:37:16'),
(86848,33113,'action started via WP Cron','2021-01-20 11:39:25','2021-01-20 06:39:25'),
(86849,33113,'action complete via WP Cron','2021-01-20 11:39:26','2021-01-20 06:39:26'),
(86850,33114,'action created','2021-01-20 11:39:26','2021-01-20 06:39:26'),
(86851,33114,'action started via WP Cron','2021-01-20 11:41:44','2021-01-20 06:41:44'),
(86852,33114,'action complete via WP Cron','2021-01-20 11:41:44','2021-01-20 06:41:44'),
(86853,33115,'action created','2021-01-20 11:41:44','2021-01-20 06:41:44'),
(86854,33115,'action started via WP Cron','2021-01-20 11:42:33','2021-01-20 06:42:33'),
(86855,33115,'action complete via WP Cron','2021-01-20 11:42:33','2021-01-20 06:42:33'),
(86856,33116,'action created','2021-01-20 11:42:33','2021-01-20 06:42:33'),
(86857,33116,'action started via WP Cron','2021-01-20 11:43:41','2021-01-20 06:43:41'),
(86858,33116,'action complete via WP Cron','2021-01-20 11:43:41','2021-01-20 06:43:41'),
(86859,33117,'action created','2021-01-20 11:43:41','2021-01-20 06:43:41'),
(86860,33117,'action started via WP Cron','2021-01-20 11:46:22','2021-01-20 06:46:22'),
(86861,33117,'action complete via WP Cron','2021-01-20 11:46:22','2021-01-20 06:46:22'),
(86862,33118,'action created','2021-01-20 11:46:22','2021-01-20 06:46:22'),
(86863,33118,'action started via WP Cron','2021-01-20 11:49:43','2021-01-20 06:49:43'),
(86864,33118,'action complete via WP Cron','2021-01-20 11:49:43','2021-01-20 06:49:43'),
(86865,33119,'action created','2021-01-20 11:49:43','2021-01-20 06:49:43'),
(86866,33119,'action started via WP Cron','2021-01-20 11:50:17','2021-01-20 06:50:17'),
(86867,33119,'action complete via WP Cron','2021-01-20 11:50:17','2021-01-20 06:50:17'),
(86868,33120,'action created','2021-01-20 11:50:17','2021-01-20 06:50:17'),
(86869,33120,'action started via WP Cron','2021-01-20 11:52:33','2021-01-20 06:52:33'),
(86870,33120,'action complete via WP Cron','2021-01-20 11:52:33','2021-01-20 06:52:33'),
(86871,33121,'action created','2021-01-20 11:52:33','2021-01-20 06:52:33'),
(86872,33121,'action started via WP Cron','2021-01-20 11:54:44','2021-01-20 06:54:44'),
(86873,33121,'action complete via WP Cron','2021-01-20 11:54:44','2021-01-20 06:54:44'),
(86874,33122,'action created','2021-01-20 11:54:44','2021-01-20 06:54:44'),
(86875,33122,'action started via WP Cron','2021-01-20 11:55:18','2021-01-20 06:55:18'),
(86876,33122,'action complete via WP Cron','2021-01-20 11:55:18','2021-01-20 06:55:18'),
(86877,33123,'action created','2021-01-20 11:55:18','2021-01-20 06:55:18'),
(86878,33123,'action started via WP Cron','2021-01-20 11:56:29','2021-01-20 06:56:29'),
(86879,33123,'action complete via WP Cron','2021-01-20 11:56:29','2021-01-20 06:56:29'),
(86880,33124,'action created','2021-01-20 11:56:29','2021-01-20 06:56:29'),
(86881,33124,'action started via WP Cron','2021-01-20 11:58:29','2021-01-20 06:58:29'),
(86882,33124,'action complete via WP Cron','2021-01-20 11:58:29','2021-01-20 06:58:29'),
(86883,33125,'action created','2021-01-20 11:58:29','2021-01-20 06:58:29'),
(86884,33125,'action started via WP Cron','2021-01-20 11:59:18','2021-01-20 06:59:18'),
(86885,33125,'action complete via WP Cron','2021-01-20 11:59:18','2021-01-20 06:59:18'),
(86886,33126,'action created','2021-01-20 11:59:18','2021-01-20 06:59:18'),
(86887,33126,'action started via WP Cron','2021-01-20 12:01:31','2021-01-20 07:01:31'),
(86888,33126,'action complete via WP Cron','2021-01-20 12:01:31','2021-01-20 07:01:31'),
(86889,33127,'action created','2021-01-20 12:01:31','2021-01-20 07:01:31'),
(86890,33127,'action started via WP Cron','2021-01-20 12:02:28','2021-01-20 07:02:28'),
(86891,33127,'action complete via WP Cron','2021-01-20 12:02:28','2021-01-20 07:02:28'),
(86892,33128,'action created','2021-01-20 12:02:28','2021-01-20 07:02:28'),
(86893,33128,'action started via WP Cron','2021-01-20 12:04:20','2021-01-20 07:04:20'),
(86894,33128,'action complete via WP Cron','2021-01-20 12:04:20','2021-01-20 07:04:20'),
(86895,33129,'action created','2021-01-20 12:04:20','2021-01-20 07:04:20'),
(86896,33129,'action started via WP Cron','2021-01-20 12:05:36','2021-01-20 07:05:36'),
(86897,33129,'action complete via WP Cron','2021-01-20 12:05:36','2021-01-20 07:05:36'),
(86898,33130,'action created','2021-01-20 12:05:36','2021-01-20 07:05:36'),
(86899,33130,'action started via WP Cron','2021-01-20 12:06:50','2021-01-20 07:06:50'),
(86900,33130,'action complete via WP Cron','2021-01-20 12:06:50','2021-01-20 07:06:50'),
(86901,33131,'action created','2021-01-20 12:06:50','2021-01-20 07:06:50'),
(86902,33131,'action started via WP Cron','2021-01-20 12:07:22','2021-01-20 07:07:22'),
(86903,33131,'action complete via WP Cron','2021-01-20 12:07:22','2021-01-20 07:07:22'),
(86904,33132,'action created','2021-01-20 12:07:22','2021-01-20 07:07:22'),
(86905,33132,'action started via WP Cron','2021-01-20 12:08:30','2021-01-20 07:08:30'),
(86906,33132,'action complete via WP Cron','2021-01-20 12:08:30','2021-01-20 07:08:30'),
(86907,33133,'action created','2021-01-20 12:08:30','2021-01-20 07:08:30'),
(86908,33133,'action started via WP Cron','2021-01-20 12:09:12','2021-01-20 07:09:12'),
(86909,33133,'action complete via WP Cron','2021-01-20 12:09:12','2021-01-20 07:09:12'),
(86910,33134,'action created','2021-01-20 12:09:12','2021-01-20 07:09:12'),
(86911,33134,'action started via WP Cron','2021-01-20 12:11:09','2021-01-20 07:11:09'),
(86912,33134,'action complete via WP Cron','2021-01-20 12:11:09','2021-01-20 07:11:09'),
(86913,33135,'action created','2021-01-20 12:11:09','2021-01-20 07:11:09'),
(86914,33135,'action started via WP Cron','2021-01-20 12:11:52','2021-01-20 07:11:52'),
(86915,33135,'action complete via WP Cron','2021-01-20 12:11:52','2021-01-20 07:11:52'),
(86916,33136,'action created','2021-01-20 12:11:52','2021-01-20 07:11:52'),
(86917,33136,'action started via WP Cron','2021-01-20 12:13:08','2021-01-20 07:13:08'),
(86918,33136,'action complete via WP Cron','2021-01-20 12:13:08','2021-01-20 07:13:08'),
(86919,33137,'action created','2021-01-20 12:13:08','2021-01-20 07:13:08'),
(86920,33137,'action started via WP Cron','2021-01-20 12:14:31','2021-01-20 07:14:31'),
(86921,33137,'action complete via WP Cron','2021-01-20 12:14:31','2021-01-20 07:14:31'),
(86922,33138,'action created','2021-01-20 12:14:31','2021-01-20 07:14:31'),
(86923,33138,'action started via WP Cron','2021-01-20 12:15:13','2021-01-20 07:15:13'),
(86924,33138,'action complete via WP Cron','2021-01-20 12:15:13','2021-01-20 07:15:13'),
(86925,33139,'action created','2021-01-20 12:15:13','2021-01-20 07:15:13'),
(86926,33139,'action started via WP Cron','2021-01-20 12:17:13','2021-01-20 07:17:13'),
(86927,33139,'action complete via WP Cron','2021-01-20 12:17:13','2021-01-20 07:17:13'),
(86928,33140,'action created','2021-01-20 12:17:13','2021-01-20 07:17:13'),
(86929,33140,'action started via WP Cron','2021-01-20 12:18:13','2021-01-20 07:18:13'),
(86930,33140,'action complete via WP Cron','2021-01-20 12:18:13','2021-01-20 07:18:13'),
(86931,33141,'action created','2021-01-20 12:18:14','2021-01-20 07:18:14'),
(86932,33141,'action started via WP Cron','2021-01-20 12:19:29','2021-01-20 07:19:29'),
(86933,33141,'action complete via WP Cron','2021-01-20 12:19:29','2021-01-20 07:19:29'),
(86934,33142,'action created','2021-01-20 12:19:29','2021-01-20 07:19:29'),
(86935,33142,'action started via WP Cron','2021-01-20 12:21:08','2021-01-20 07:21:08'),
(86936,33142,'action complete via WP Cron','2021-01-20 12:21:08','2021-01-20 07:21:08'),
(86937,33143,'action created','2021-01-20 12:21:08','2021-01-20 07:21:08'),
(86938,33143,'action started via WP Cron','2021-01-20 12:21:24','2021-01-20 07:21:24'),
(86939,33143,'action complete via WP Cron','2021-01-20 12:21:24','2021-01-20 07:21:24'),
(86940,33144,'action created','2021-01-20 12:21:24','2021-01-20 07:21:24'),
(86941,33144,'action started via WP Cron','2021-01-20 12:23:48','2021-01-20 07:23:48'),
(86942,33144,'action complete via WP Cron','2021-01-20 12:23:48','2021-01-20 07:23:48'),
(86943,33145,'action created','2021-01-20 12:23:48','2021-01-20 07:23:48'),
(86944,33145,'action started via WP Cron','2021-01-20 12:24:18','2021-01-20 07:24:18'),
(86945,33145,'action complete via WP Cron','2021-01-20 12:24:18','2021-01-20 07:24:18'),
(86946,33146,'action created','2021-01-20 12:24:18','2021-01-20 07:24:18'),
(86947,33146,'action started via WP Cron','2021-01-20 12:25:28','2021-01-20 07:25:28'),
(86948,33146,'action complete via WP Cron','2021-01-20 12:25:28','2021-01-20 07:25:28'),
(86949,33147,'action created','2021-01-20 12:25:28','2021-01-20 07:25:28'),
(86950,33147,'action started via WP Cron','2021-01-20 12:26:12','2021-01-20 07:26:12'),
(86951,33147,'action complete via WP Cron','2021-01-20 12:26:12','2021-01-20 07:26:12'),
(86952,33148,'action created','2021-01-20 12:26:12','2021-01-20 07:26:12'),
(86953,33148,'action started via WP Cron','2021-01-20 12:27:11','2021-01-20 07:27:11'),
(86954,33148,'action complete via WP Cron','2021-01-20 12:27:11','2021-01-20 07:27:11'),
(86955,33149,'action created','2021-01-20 12:27:11','2021-01-20 07:27:11'),
(86956,33149,'action started via WP Cron','2021-01-20 12:28:44','2021-01-20 07:28:44'),
(86957,33149,'action complete via WP Cron','2021-01-20 12:28:44','2021-01-20 07:28:44'),
(86958,33150,'action created','2021-01-20 12:28:44','2021-01-20 07:28:44'),
(86959,33150,'action started via WP Cron','2021-01-20 12:29:16','2021-01-20 07:29:16'),
(86960,33150,'action complete via WP Cron','2021-01-20 12:29:16','2021-01-20 07:29:16'),
(86961,33151,'action created','2021-01-20 12:29:16','2021-01-20 07:29:16'),
(86962,33151,'action started via WP Cron','2021-01-20 12:31:20','2021-01-20 07:31:20'),
(86963,33151,'action complete via WP Cron','2021-01-20 12:31:20','2021-01-20 07:31:20'),
(86964,33152,'action created','2021-01-20 12:31:20','2021-01-20 07:31:20'),
(86965,33152,'action started via WP Cron','2021-01-20 12:32:22','2021-01-20 07:32:22'),
(86966,33152,'action complete via WP Cron','2021-01-20 12:32:22','2021-01-20 07:32:22'),
(86967,33153,'action created','2021-01-20 12:32:22','2021-01-20 07:32:22'),
(86968,33153,'action started via WP Cron','2021-01-20 12:33:30','2021-01-20 07:33:30'),
(86969,33153,'action complete via WP Cron','2021-01-20 12:33:30','2021-01-20 07:33:30'),
(86970,33154,'action created','2021-01-20 12:33:30','2021-01-20 07:33:30'),
(86971,33154,'action started via WP Cron','2021-01-20 12:34:21','2021-01-20 07:34:21'),
(86972,33154,'action complete via WP Cron','2021-01-20 12:34:21','2021-01-20 07:34:21'),
(86973,33155,'action created','2021-01-20 12:34:21','2021-01-20 07:34:21'),
(86974,33155,'action started via WP Cron','2021-01-20 12:35:18','2021-01-20 07:35:18'),
(86975,33155,'action complete via WP Cron','2021-01-20 12:35:18','2021-01-20 07:35:18'),
(86976,33156,'action created','2021-01-20 12:35:18','2021-01-20 07:35:18'),
(86977,33156,'action started via WP Cron','2021-01-20 12:37:00','2021-01-20 07:37:00'),
(86978,33156,'action complete via WP Cron','2021-01-20 12:37:01','2021-01-20 07:37:01'),
(86979,33157,'action created','2021-01-20 12:37:01','2021-01-20 07:37:01'),
(86980,33157,'action started via WP Cron','2021-01-20 12:38:04','2021-01-20 07:38:04'),
(86981,33157,'action complete via WP Cron','2021-01-20 12:38:04','2021-01-20 07:38:04'),
(86982,33158,'action created','2021-01-20 12:38:04','2021-01-20 07:38:04'),
(86983,33158,'action started via WP Cron','2021-01-20 12:39:22','2021-01-20 07:39:22'),
(86984,33158,'action complete via WP Cron','2021-01-20 12:39:22','2021-01-20 07:39:22'),
(86985,33159,'action created','2021-01-20 12:39:22','2021-01-20 07:39:22'),
(86986,33159,'action started via WP Cron','2021-01-20 12:41:49','2021-01-20 07:41:49'),
(86987,33159,'action complete via WP Cron','2021-01-20 12:41:49','2021-01-20 07:41:49'),
(86988,33160,'action created','2021-01-20 12:41:49','2021-01-20 07:41:49'),
(86989,33160,'action started via WP Cron','2021-01-20 12:42:24','2021-01-20 07:42:24'),
(86990,33160,'action complete via WP Cron','2021-01-20 12:42:24','2021-01-20 07:42:24'),
(86991,33161,'action created','2021-01-20 12:42:24','2021-01-20 07:42:24'),
(86992,33161,'action started via WP Cron','2021-01-20 12:43:12','2021-01-20 07:43:12'),
(86993,33161,'action complete via WP Cron','2021-01-20 12:43:12','2021-01-20 07:43:12'),
(86994,33162,'action created','2021-01-20 12:43:12','2021-01-20 07:43:12'),
(86995,33162,'action started via WP Cron','2021-01-20 12:44:59','2021-01-20 07:44:59'),
(86996,33162,'action complete via WP Cron','2021-01-20 12:44:59','2021-01-20 07:44:59'),
(86997,33163,'action created','2021-01-20 12:45:00','2021-01-20 07:45:00'),
(86998,33163,'action started via WP Cron','2021-01-20 12:46:50','2021-01-20 07:46:50'),
(86999,33163,'action complete via WP Cron','2021-01-20 12:46:50','2021-01-20 07:46:50'),
(87000,33164,'action created','2021-01-20 12:46:50','2021-01-20 07:46:50'),
(87001,33164,'action started via WP Cron','2021-01-20 12:48:03','2021-01-20 07:48:03'),
(87002,33164,'action complete via WP Cron','2021-01-20 12:48:03','2021-01-20 07:48:03'),
(87003,33165,'action created','2021-01-20 12:48:03','2021-01-20 07:48:03'),
(87004,33165,'action started via WP Cron','2021-01-20 12:49:37','2021-01-20 07:49:37'),
(87005,33165,'action complete via WP Cron','2021-01-20 12:49:37','2021-01-20 07:49:37'),
(87006,33166,'action created','2021-01-20 12:49:37','2021-01-20 07:49:37'),
(87007,33166,'action started via WP Cron','2021-01-20 12:51:11','2021-01-20 07:51:11'),
(87008,33166,'action complete via WP Cron','2021-01-20 12:51:11','2021-01-20 07:51:11'),
(87009,33167,'action created','2021-01-20 12:51:11','2021-01-20 07:51:11'),
(87010,33167,'action started via WP Cron','2021-01-20 12:52:30','2021-01-20 07:52:30'),
(87011,33167,'action complete via WP Cron','2021-01-20 12:52:30','2021-01-20 07:52:30'),
(87012,33168,'action created','2021-01-20 12:52:31','2021-01-20 07:52:31'),
(87013,33168,'action started via WP Cron','2021-01-20 12:53:56','2021-01-20 07:53:56'),
(87014,33168,'action complete via WP Cron','2021-01-20 12:53:56','2021-01-20 07:53:56'),
(87015,33169,'action created','2021-01-20 12:53:56','2021-01-20 07:53:56'),
(87016,33169,'action started via WP Cron','2021-01-20 12:54:12','2021-01-20 07:54:12'),
(87017,33169,'action complete via WP Cron','2021-01-20 12:54:12','2021-01-20 07:54:12'),
(87018,33170,'action created','2021-01-20 12:54:12','2021-01-20 07:54:12'),
(87019,33170,'action started via WP Cron','2021-01-20 12:56:00','2021-01-20 07:56:00'),
(87020,33170,'action complete via WP Cron','2021-01-20 12:56:00','2021-01-20 07:56:00'),
(87021,33171,'action created','2021-01-20 12:56:00','2021-01-20 07:56:00'),
(87022,33171,'action started via WP Cron','2021-01-20 12:56:24','2021-01-20 07:56:24'),
(87023,33171,'action complete via WP Cron','2021-01-20 12:56:24','2021-01-20 07:56:24'),
(87024,33172,'action created','2021-01-20 12:56:24','2021-01-20 07:56:24'),
(87025,33172,'action started via WP Cron','2021-01-20 13:00:11','2021-01-20 08:00:11'),
(87026,33172,'action complete via WP Cron','2021-01-20 13:00:11','2021-01-20 08:00:11'),
(87027,33173,'action created','2021-01-20 13:00:11','2021-01-20 08:00:11'),
(87028,33173,'action started via WP Cron','2021-01-20 13:01:52','2021-01-20 08:01:52'),
(87029,33173,'action complete via WP Cron','2021-01-20 13:01:52','2021-01-20 08:01:52'),
(87030,33174,'action created','2021-01-20 13:01:52','2021-01-20 08:01:52'),
(87031,33174,'action started via WP Cron','2021-01-20 13:03:41','2021-01-20 08:03:41'),
(87032,33174,'action complete via WP Cron','2021-01-20 13:03:41','2021-01-20 08:03:41'),
(87033,33175,'action created','2021-01-20 13:03:41','2021-01-20 08:03:41'),
(87034,33175,'action started via WP Cron','2021-01-20 13:04:34','2021-01-20 08:04:34'),
(87035,33175,'action complete via WP Cron','2021-01-20 13:04:34','2021-01-20 08:04:34'),
(87036,32078,'action started via WP Cron','2021-01-20 13:04:34','2021-01-20 08:04:34'),
(87037,32078,'action complete via WP Cron','2021-01-20 13:04:34','2021-01-20 08:04:34'),
(87038,33176,'action created','2021-01-20 13:04:34','2021-01-20 08:04:34'),
(87039,33177,'action created','2021-01-20 13:04:34','2021-01-20 08:04:34'),
(87040,33177,'action started via WP Cron','2021-01-20 13:06:05','2021-01-20 08:06:05'),
(87041,33177,'action complete via WP Cron','2021-01-20 13:06:05','2021-01-20 08:06:05'),
(87042,33178,'action created','2021-01-20 13:06:05','2021-01-20 08:06:05'),
(87043,33178,'action started via WP Cron','2021-01-20 13:06:29','2021-01-20 08:06:29'),
(87044,33178,'action complete via WP Cron','2021-01-20 13:06:29','2021-01-20 08:06:29'),
(87045,33179,'action created','2021-01-20 13:06:29','2021-01-20 08:06:29'),
(87046,33179,'action started via WP Cron','2021-01-20 13:07:28','2021-01-20 08:07:28'),
(87047,33179,'action complete via WP Cron','2021-01-20 13:07:28','2021-01-20 08:07:28'),
(87048,33180,'action created','2021-01-20 13:07:29','2021-01-20 08:07:29'),
(87049,33180,'action started via WP Cron','2021-01-20 13:08:24','2021-01-20 08:08:24'),
(87050,33180,'action complete via WP Cron','2021-01-20 13:08:24','2021-01-20 08:08:24'),
(87051,33181,'action created','2021-01-20 13:08:24','2021-01-20 08:08:24'),
(87052,33181,'action started via WP Cron','2021-01-20 13:10:21','2021-01-20 08:10:21'),
(87053,33181,'action complete via WP Cron','2021-01-20 13:10:21','2021-01-20 08:10:21'),
(87054,33182,'action created','2021-01-20 13:10:21','2021-01-20 08:10:21'),
(87055,33182,'action started via WP Cron','2021-01-20 13:11:19','2021-01-20 08:11:19'),
(87056,33182,'action complete via WP Cron','2021-01-20 13:11:19','2021-01-20 08:11:19'),
(87057,33183,'action created','2021-01-20 13:11:19','2021-01-20 08:11:19'),
(87058,33183,'action started via WP Cron','2021-01-20 13:16:19','2021-01-20 08:16:19'),
(87059,33183,'action complete via WP Cron','2021-01-20 13:16:19','2021-01-20 08:16:19'),
(87060,33184,'action created','2021-01-20 13:16:19','2021-01-20 08:16:19'),
(87061,33184,'action started via WP Cron','2021-01-20 13:17:30','2021-01-20 08:17:30'),
(87062,33184,'action complete via WP Cron','2021-01-20 13:17:30','2021-01-20 08:17:30'),
(87063,33185,'action created','2021-01-20 13:17:31','2021-01-20 08:17:31'),
(87064,33185,'action started via WP Cron','2021-01-20 13:18:17','2021-01-20 08:18:17'),
(87065,33185,'action complete via WP Cron','2021-01-20 13:18:17','2021-01-20 08:18:17'),
(87066,33186,'action created','2021-01-20 13:18:18','2021-01-20 08:18:18'),
(87067,33186,'action started via WP Cron','2021-01-20 13:19:40','2021-01-20 08:19:40'),
(87068,33186,'action complete via WP Cron','2021-01-20 13:19:40','2021-01-20 08:19:40'),
(87069,33187,'action created','2021-01-20 13:19:40','2021-01-20 08:19:40'),
(87070,33187,'action started via WP Cron','2021-01-20 13:21:41','2021-01-20 08:21:41'),
(87071,33187,'action complete via WP Cron','2021-01-20 13:21:41','2021-01-20 08:21:41'),
(87072,33188,'action created','2021-01-20 13:21:41','2021-01-20 08:21:41'),
(87073,33188,'action started via WP Cron','2021-01-20 13:22:37','2021-01-20 08:22:37'),
(87074,33188,'action complete via WP Cron','2021-01-20 13:22:37','2021-01-20 08:22:37'),
(87075,33189,'action created','2021-01-20 13:22:37','2021-01-20 08:22:37'),
(87076,33189,'action started via WP Cron','2021-01-20 13:24:58','2021-01-20 08:24:58'),
(87077,33189,'action complete via WP Cron','2021-01-20 13:24:58','2021-01-20 08:24:58'),
(87078,33190,'action created','2021-01-20 13:24:58','2021-01-20 08:24:58'),
(87079,33190,'action started via WP Cron','2021-01-20 13:25:29','2021-01-20 08:25:29'),
(87080,33190,'action complete via WP Cron','2021-01-20 13:25:29','2021-01-20 08:25:29'),
(87081,33191,'action created','2021-01-20 13:25:29','2021-01-20 08:25:29'),
(87082,33191,'action started via WP Cron','2021-01-20 13:26:13','2021-01-20 08:26:13'),
(87083,33191,'action complete via WP Cron','2021-01-20 13:26:13','2021-01-20 08:26:13'),
(87084,33192,'action created','2021-01-20 13:26:13','2021-01-20 08:26:13'),
(87085,33192,'action started via WP Cron','2021-01-20 13:28:30','2021-01-20 08:28:30'),
(87086,33192,'action complete via WP Cron','2021-01-20 13:28:30','2021-01-20 08:28:30'),
(87087,33193,'action created','2021-01-20 13:28:30','2021-01-20 08:28:30'),
(87088,33193,'action started via WP Cron','2021-01-20 13:29:52','2021-01-20 08:29:52'),
(87089,33193,'action complete via WP Cron','2021-01-20 13:29:52','2021-01-20 08:29:52'),
(87090,33194,'action created','2021-01-20 13:29:52','2021-01-20 08:29:52'),
(87091,33194,'action started via WP Cron','2021-01-20 13:31:35','2021-01-20 08:31:35'),
(87092,33194,'action complete via WP Cron','2021-01-20 13:31:35','2021-01-20 08:31:35'),
(87093,33195,'action created','2021-01-20 13:31:35','2021-01-20 08:31:35'),
(87094,33195,'action started via WP Cron','2021-01-20 13:32:11','2021-01-20 08:32:11'),
(87095,33195,'action complete via WP Cron','2021-01-20 13:32:11','2021-01-20 08:32:11'),
(87096,33196,'action created','2021-01-20 13:32:11','2021-01-20 08:32:11'),
(87097,33196,'action started via WP Cron','2021-01-20 13:33:12','2021-01-20 08:33:12'),
(87098,33196,'action complete via WP Cron','2021-01-20 13:33:12','2021-01-20 08:33:12'),
(87099,33197,'action created','2021-01-20 13:33:12','2021-01-20 08:33:12'),
(87100,33197,'action started via WP Cron','2021-01-20 13:34:33','2021-01-20 08:34:33'),
(87101,33197,'action complete via WP Cron','2021-01-20 13:34:33','2021-01-20 08:34:33'),
(87102,33198,'action created','2021-01-20 13:34:33','2021-01-20 08:34:33'),
(87103,33198,'action started via WP Cron','2021-01-20 13:35:29','2021-01-20 08:35:29'),
(87104,33198,'action complete via WP Cron','2021-01-20 13:35:29','2021-01-20 08:35:29'),
(87105,33199,'action created','2021-01-20 13:35:29','2021-01-20 08:35:29'),
(87106,33199,'action started via WP Cron','2021-01-20 13:37:40','2021-01-20 08:37:40'),
(87107,33199,'action complete via WP Cron','2021-01-20 13:37:40','2021-01-20 08:37:40'),
(87108,33200,'action created','2021-01-20 13:37:40','2021-01-20 08:37:40'),
(87109,33200,'action started via WP Cron','2021-01-20 13:38:39','2021-01-20 08:38:39'),
(87110,33200,'action complete via WP Cron','2021-01-20 13:38:39','2021-01-20 08:38:39'),
(87111,33201,'action created','2021-01-20 13:38:39','2021-01-20 08:38:39'),
(87112,33201,'action started via WP Cron','2021-01-20 13:39:17','2021-01-20 08:39:17'),
(87113,33201,'action complete via WP Cron','2021-01-20 13:39:17','2021-01-20 08:39:17'),
(87114,33202,'action created','2021-01-20 13:39:17','2021-01-20 08:39:17'),
(87115,33202,'action started via WP Cron','2021-01-20 13:40:17','2021-01-20 08:40:17'),
(87116,33202,'action complete via WP Cron','2021-01-20 13:40:18','2021-01-20 08:40:18'),
(87117,33203,'action created','2021-01-20 13:40:18','2021-01-20 08:40:18'),
(87118,33203,'action started via WP Cron','2021-01-20 13:43:54','2021-01-20 08:43:54'),
(87119,33203,'action complete via WP Cron','2021-01-20 13:43:54','2021-01-20 08:43:54'),
(87120,33204,'action created','2021-01-20 13:43:54','2021-01-20 08:43:54'),
(87121,33204,'action started via WP Cron','2021-01-20 13:45:15','2021-01-20 08:45:15'),
(87122,33204,'action complete via WP Cron','2021-01-20 13:45:15','2021-01-20 08:45:15'),
(87123,33205,'action created','2021-01-20 13:45:15','2021-01-20 08:45:15'),
(87124,33205,'action started via WP Cron','2021-01-20 13:47:05','2021-01-20 08:47:05'),
(87125,33205,'action complete via WP Cron','2021-01-20 13:47:05','2021-01-20 08:47:05'),
(87126,33206,'action created','2021-01-20 13:47:05','2021-01-20 08:47:05'),
(87127,33206,'action started via WP Cron','2021-01-20 13:48:09','2021-01-20 08:48:09'),
(87128,33206,'action complete via WP Cron','2021-01-20 13:48:09','2021-01-20 08:48:09'),
(87129,33207,'action created','2021-01-20 13:48:09','2021-01-20 08:48:09'),
(87130,33207,'action started via WP Cron','2021-01-20 13:48:37','2021-01-20 08:48:37'),
(87131,33207,'action complete via WP Cron','2021-01-20 13:48:37','2021-01-20 08:48:37'),
(87132,33208,'action created','2021-01-20 13:48:37','2021-01-20 08:48:37'),
(87133,33208,'action started via WP Cron','2021-01-20 13:50:27','2021-01-20 08:50:27'),
(87134,33208,'action complete via WP Cron','2021-01-20 13:50:27','2021-01-20 08:50:27'),
(87135,33209,'action created','2021-01-20 13:50:27','2021-01-20 08:50:27'),
(87136,33209,'action started via WP Cron','2021-01-20 13:51:46','2021-01-20 08:51:46'),
(87137,33209,'action complete via WP Cron','2021-01-20 13:51:46','2021-01-20 08:51:46'),
(87138,33210,'action created','2021-01-20 13:51:46','2021-01-20 08:51:46'),
(87139,33210,'action started via WP Cron','2021-01-20 13:52:21','2021-01-20 08:52:21'),
(87140,33210,'action complete via WP Cron','2021-01-20 13:52:21','2021-01-20 08:52:21'),
(87141,33211,'action created','2021-01-20 13:52:21','2021-01-20 08:52:21'),
(87142,33211,'action started via WP Cron','2021-01-20 13:54:30','2021-01-20 08:54:30'),
(87143,33211,'action complete via WP Cron','2021-01-20 13:54:30','2021-01-20 08:54:30'),
(87144,33212,'action created','2021-01-20 13:54:30','2021-01-20 08:54:30'),
(87145,33212,'action started via WP Cron','2021-01-20 13:55:35','2021-01-20 08:55:35'),
(87146,33212,'action complete via WP Cron','2021-01-20 13:55:35','2021-01-20 08:55:35'),
(87147,33213,'action created','2021-01-20 13:55:35','2021-01-20 08:55:35'),
(87148,33213,'action started via WP Cron','2021-01-20 13:58:09','2021-01-20 08:58:09'),
(87149,33213,'action complete via WP Cron','2021-01-20 13:58:09','2021-01-20 08:58:09'),
(87150,33214,'action created','2021-01-20 13:58:09','2021-01-20 08:58:09'),
(87151,33214,'action started via WP Cron','2021-01-20 13:58:27','2021-01-20 08:58:27'),
(87152,33214,'action complete via WP Cron','2021-01-20 13:58:27','2021-01-20 08:58:27'),
(87153,33215,'action created','2021-01-20 13:58:28','2021-01-20 08:58:28'),
(87154,33215,'action started via WP Cron','2021-01-20 13:59:17','2021-01-20 08:59:17'),
(87155,33215,'action complete via WP Cron','2021-01-20 13:59:17','2021-01-20 08:59:17'),
(87156,33216,'action created','2021-01-20 13:59:17','2021-01-20 08:59:17'),
(87157,33216,'action started via WP Cron','2021-01-20 14:00:46','2021-01-20 09:00:46'),
(87158,33216,'action complete via WP Cron','2021-01-20 14:00:46','2021-01-20 09:00:46'),
(87159,33217,'action created','2021-01-20 14:00:46','2021-01-20 09:00:46'),
(87160,33217,'action started via WP Cron','2021-01-20 14:01:39','2021-01-20 09:01:39'),
(87161,33217,'action complete via WP Cron','2021-01-20 14:01:39','2021-01-20 09:01:39'),
(87162,33218,'action created','2021-01-20 14:01:39','2021-01-20 09:01:39'),
(87163,33218,'action started via WP Cron','2021-01-20 14:02:26','2021-01-20 09:02:26'),
(87164,33218,'action complete via WP Cron','2021-01-20 14:02:26','2021-01-20 09:02:26'),
(87165,33219,'action created','2021-01-20 14:02:26','2021-01-20 09:02:26'),
(87166,33219,'action started via WP Cron','2021-01-20 14:03:12','2021-01-20 09:03:12'),
(87167,33219,'action complete via WP Cron','2021-01-20 14:03:12','2021-01-20 09:03:12'),
(87168,33220,'action created','2021-01-20 14:03:12','2021-01-20 09:03:12'),
(87169,33220,'action started via WP Cron','2021-01-20 14:04:16','2021-01-20 09:04:16'),
(87170,33220,'action complete via WP Cron','2021-01-20 14:04:16','2021-01-20 09:04:16'),
(87171,33221,'action created','2021-01-20 14:04:16','2021-01-20 09:04:16'),
(87172,33221,'action started via WP Cron','2021-01-20 14:05:36','2021-01-20 09:05:36'),
(87173,33221,'action complete via WP Cron','2021-01-20 14:05:36','2021-01-20 09:05:36'),
(87174,33222,'action created','2021-01-20 14:05:36','2021-01-20 09:05:36'),
(87175,33222,'action started via WP Cron','2021-01-20 14:06:11','2021-01-20 09:06:11'),
(87176,33222,'action complete via WP Cron','2021-01-20 14:06:11','2021-01-20 09:06:11'),
(87177,33223,'action created','2021-01-20 14:06:11','2021-01-20 09:06:11'),
(87178,33223,'action started via WP Cron','2021-01-20 14:07:12','2021-01-20 09:07:12'),
(87179,33223,'action complete via WP Cron','2021-01-20 14:07:12','2021-01-20 09:07:12'),
(87180,33224,'action created','2021-01-20 14:07:12','2021-01-20 09:07:12'),
(87181,33224,'action started via WP Cron','2021-01-20 14:08:16','2021-01-20 09:08:16'),
(87182,33224,'action complete via WP Cron','2021-01-20 14:08:16','2021-01-20 09:08:16'),
(87183,33225,'action created','2021-01-20 14:08:16','2021-01-20 09:08:16'),
(87184,33225,'action started via WP Cron','2021-01-20 14:10:49','2021-01-20 09:10:49'),
(87185,33225,'action complete via WP Cron','2021-01-20 14:10:49','2021-01-20 09:10:49'),
(87186,33226,'action created','2021-01-20 14:10:49','2021-01-20 09:10:49'),
(87187,33226,'action started via WP Cron','2021-01-20 14:12:17','2021-01-20 09:12:17'),
(87188,33226,'action complete via WP Cron','2021-01-20 14:12:17','2021-01-20 09:12:17'),
(87189,33227,'action created','2021-01-20 14:12:17','2021-01-20 09:12:17');
INSERT INTO `wp_actionscheduler_logs` VALUES
(87190,33227,'action started via WP Cron','2021-01-20 14:14:09','2021-01-20 09:14:09'),
(87191,33227,'action complete via WP Cron','2021-01-20 14:14:09','2021-01-20 09:14:09'),
(87192,33228,'action created','2021-01-20 14:14:09','2021-01-20 09:14:09'),
(87193,33228,'action started via WP Cron','2021-01-20 14:14:31','2021-01-20 09:14:31'),
(87194,33228,'action complete via WP Cron','2021-01-20 14:14:31','2021-01-20 09:14:31'),
(87195,33229,'action created','2021-01-20 14:14:31','2021-01-20 09:14:31'),
(87196,33229,'action started via WP Cron','2021-01-20 14:15:11','2021-01-20 09:15:11'),
(87197,33229,'action complete via WP Cron','2021-01-20 14:15:11','2021-01-20 09:15:11'),
(87198,33230,'action created','2021-01-20 14:15:11','2021-01-20 09:15:11'),
(87199,33230,'action started via WP Cron','2021-01-20 14:16:23','2021-01-20 09:16:23'),
(87200,33230,'action complete via WP Cron','2021-01-20 14:16:23','2021-01-20 09:16:23'),
(87201,33231,'action created','2021-01-20 14:16:23','2021-01-20 09:16:23'),
(87202,33231,'action started via WP Cron','2021-01-20 14:18:24','2021-01-20 09:18:24'),
(87203,33231,'action complete via WP Cron','2021-01-20 14:18:24','2021-01-20 09:18:24'),
(87204,33232,'action created','2021-01-20 14:18:24','2021-01-20 09:18:24'),
(87205,33232,'action started via WP Cron','2021-01-20 14:19:25','2021-01-20 09:19:25'),
(87206,33232,'action complete via WP Cron','2021-01-20 14:19:25','2021-01-20 09:19:25'),
(87207,33233,'action created','2021-01-20 14:19:25','2021-01-20 09:19:25'),
(87208,33233,'action started via WP Cron','2021-01-20 14:20:34','2021-01-20 09:20:34'),
(87209,33233,'action complete via WP Cron','2021-01-20 14:20:34','2021-01-20 09:20:34'),
(87210,33234,'action created','2021-01-20 14:20:34','2021-01-20 09:20:34'),
(87211,33234,'action started via WP Cron','2021-01-20 14:22:06','2021-01-20 09:22:06'),
(87212,33234,'action complete via WP Cron','2021-01-20 14:22:06','2021-01-20 09:22:06'),
(87213,33235,'action created','2021-01-20 14:22:06','2021-01-20 09:22:06'),
(87214,33235,'action started via WP Cron','2021-01-20 14:22:46','2021-01-20 09:22:46'),
(87215,33235,'action complete via WP Cron','2021-01-20 14:22:46','2021-01-20 09:22:46'),
(87216,33236,'action created','2021-01-20 14:22:46','2021-01-20 09:22:46'),
(87217,33236,'action started via WP Cron','2021-01-20 14:24:26','2021-01-20 09:24:26'),
(87218,33236,'action complete via WP Cron','2021-01-20 14:24:26','2021-01-20 09:24:26'),
(87219,33237,'action created','2021-01-20 14:24:26','2021-01-20 09:24:26'),
(87220,33237,'action started via WP Cron','2021-01-20 14:25:52','2021-01-20 09:25:52'),
(87221,33237,'action complete via WP Cron','2021-01-20 14:25:52','2021-01-20 09:25:52'),
(87222,33238,'action created','2021-01-20 14:25:52','2021-01-20 09:25:52'),
(87223,33238,'action started via WP Cron','2021-01-20 14:28:22','2021-01-20 09:28:22'),
(87224,33238,'action complete via WP Cron','2021-01-20 14:28:22','2021-01-20 09:28:22'),
(87225,33239,'action created','2021-01-20 14:28:22','2021-01-20 09:28:22'),
(87226,33239,'action started via WP Cron','2021-01-20 14:30:16','2021-01-20 09:30:16'),
(87227,33239,'action complete via WP Cron','2021-01-20 14:30:16','2021-01-20 09:30:16'),
(87228,33240,'action created','2021-01-20 14:30:16','2021-01-20 09:30:16'),
(87229,33240,'action started via WP Cron','2021-01-20 14:31:23','2021-01-20 09:31:23'),
(87230,33240,'action complete via WP Cron','2021-01-20 14:31:23','2021-01-20 09:31:23'),
(87231,33241,'action created','2021-01-20 14:31:23','2021-01-20 09:31:23'),
(87232,33241,'action started via WP Cron','2021-01-20 14:32:35','2021-01-20 09:32:35'),
(87233,33241,'action complete via WP Cron','2021-01-20 14:32:35','2021-01-20 09:32:35'),
(87234,33242,'action created','2021-01-20 14:32:35','2021-01-20 09:32:35'),
(87235,33242,'action started via WP Cron','2021-01-20 14:33:44','2021-01-20 09:33:44'),
(87236,33242,'action complete via WP Cron','2021-01-20 14:33:44','2021-01-20 09:33:44'),
(87237,33243,'action created','2021-01-20 14:33:45','2021-01-20 09:33:45'),
(87238,33243,'action started via WP Cron','2021-01-20 14:34:56','2021-01-20 09:34:56'),
(87239,33243,'action complete via WP Cron','2021-01-20 14:34:56','2021-01-20 09:34:56'),
(87240,33244,'action created','2021-01-20 14:34:56','2021-01-20 09:34:56'),
(87241,33244,'action started via WP Cron','2021-01-20 14:35:18','2021-01-20 09:35:18'),
(87242,33244,'action complete via WP Cron','2021-01-20 14:35:18','2021-01-20 09:35:18'),
(87243,33245,'action created','2021-01-20 14:35:19','2021-01-20 09:35:19'),
(87244,33245,'action started via WP Cron','2021-01-20 14:36:53','2021-01-20 09:36:53'),
(87245,33245,'action complete via WP Cron','2021-01-20 14:36:53','2021-01-20 09:36:53'),
(87246,33246,'action created','2021-01-20 14:36:53','2021-01-20 09:36:53'),
(87247,33246,'action started via WP Cron','2021-01-20 14:37:31','2021-01-20 09:37:31'),
(87248,33246,'action complete via WP Cron','2021-01-20 14:37:32','2021-01-20 09:37:32'),
(87249,33247,'action created','2021-01-20 14:37:32','2021-01-20 09:37:32'),
(87250,33247,'action started via WP Cron','2021-01-20 14:38:22','2021-01-20 09:38:22'),
(87251,33247,'action complete via WP Cron','2021-01-20 14:38:22','2021-01-20 09:38:22'),
(87252,33248,'action created','2021-01-20 14:38:22','2021-01-20 09:38:22'),
(87253,33248,'action started via WP Cron','2021-01-20 14:40:26','2021-01-20 09:40:26'),
(87254,33248,'action complete via WP Cron','2021-01-20 14:40:26','2021-01-20 09:40:26'),
(87255,33249,'action created','2021-01-20 14:40:26','2021-01-20 09:40:26'),
(87256,33249,'action started via WP Cron','2021-01-20 14:42:03','2021-01-20 09:42:03'),
(87257,33249,'action complete via WP Cron','2021-01-20 14:42:03','2021-01-20 09:42:03'),
(87258,33250,'action created','2021-01-20 14:42:03','2021-01-20 09:42:03'),
(87259,33250,'action started via WP Cron','2021-01-20 14:42:29','2021-01-20 09:42:29'),
(87260,33250,'action complete via WP Cron','2021-01-20 14:42:29','2021-01-20 09:42:29'),
(87261,33251,'action created','2021-01-20 14:42:29','2021-01-20 09:42:29'),
(87262,33251,'action started via WP Cron','2021-01-20 14:43:55','2021-01-20 09:43:55'),
(87263,33251,'action complete via WP Cron','2021-01-20 14:43:55','2021-01-20 09:43:55'),
(87264,33252,'action created','2021-01-20 14:43:55','2021-01-20 09:43:55'),
(87265,33252,'action started via WP Cron','2021-01-20 14:45:23','2021-01-20 09:45:23'),
(87266,33252,'action complete via WP Cron','2021-01-20 14:45:23','2021-01-20 09:45:23'),
(87267,33253,'action created','2021-01-20 14:45:23','2021-01-20 09:45:23'),
(87268,33253,'action started via WP Cron','2021-01-20 14:46:23','2021-01-20 09:46:23'),
(87269,33253,'action complete via WP Cron','2021-01-20 14:46:23','2021-01-20 09:46:23'),
(87270,33254,'action created','2021-01-20 14:46:23','2021-01-20 09:46:23'),
(87271,33254,'action started via WP Cron','2021-01-20 14:48:02','2021-01-20 09:48:02'),
(87272,33254,'action complete via WP Cron','2021-01-20 14:48:02','2021-01-20 09:48:02'),
(87273,33255,'action created','2021-01-20 14:48:02','2021-01-20 09:48:02'),
(87274,33255,'action started via WP Cron','2021-01-20 14:48:22','2021-01-20 09:48:22'),
(87275,33255,'action complete via WP Cron','2021-01-20 14:48:22','2021-01-20 09:48:22'),
(87276,33256,'action created','2021-01-20 14:48:22','2021-01-20 09:48:22'),
(87277,33256,'action started via WP Cron','2021-01-20 14:49:25','2021-01-20 09:49:25'),
(87278,33256,'action complete via WP Cron','2021-01-20 14:49:25','2021-01-20 09:49:25'),
(87279,33257,'action created','2021-01-20 14:49:25','2021-01-20 09:49:25'),
(87280,33257,'action started via WP Cron','2021-01-20 14:50:12','2021-01-20 09:50:12'),
(87281,33257,'action complete via WP Cron','2021-01-20 14:50:12','2021-01-20 09:50:12'),
(87282,33258,'action created','2021-01-20 14:50:12','2021-01-20 09:50:12'),
(87283,33258,'action started via WP Cron','2021-01-20 14:51:11','2021-01-20 09:51:11'),
(87284,33258,'action complete via WP Cron','2021-01-20 14:51:11','2021-01-20 09:51:11'),
(87285,33259,'action created','2021-01-20 14:51:11','2021-01-20 09:51:11'),
(87286,33259,'action started via WP Cron','2021-01-20 14:52:27','2021-01-20 09:52:27'),
(87287,33259,'action complete via WP Cron','2021-01-20 14:52:27','2021-01-20 09:52:27'),
(87288,33260,'action created','2021-01-20 14:52:27','2021-01-20 09:52:27'),
(87289,33260,'action started via WP Cron','2021-01-20 14:53:55','2021-01-20 09:53:55'),
(87290,33260,'action complete via WP Cron','2021-01-20 14:53:55','2021-01-20 09:53:55'),
(87291,33261,'action created','2021-01-20 14:53:55','2021-01-20 09:53:55'),
(87292,33261,'action started via WP Cron','2021-01-20 14:54:42','2021-01-20 09:54:42'),
(87293,33261,'action complete via WP Cron','2021-01-20 14:54:42','2021-01-20 09:54:42'),
(87294,33262,'action created','2021-01-20 14:54:42','2021-01-20 09:54:42'),
(87295,33262,'action started via WP Cron','2021-01-20 14:55:17','2021-01-20 09:55:17'),
(87296,33262,'action complete via WP Cron','2021-01-20 14:55:17','2021-01-20 09:55:17'),
(87297,33263,'action created','2021-01-20 14:55:17','2021-01-20 09:55:17'),
(87298,33263,'action started via WP Cron','2021-01-20 14:56:23','2021-01-20 09:56:23'),
(87299,33263,'action complete via WP Cron','2021-01-20 14:56:23','2021-01-20 09:56:23'),
(87300,33264,'action created','2021-01-20 14:56:23','2021-01-20 09:56:23'),
(87301,33264,'action started via WP Cron','2021-01-20 14:57:25','2021-01-20 09:57:25'),
(87302,33264,'action complete via WP Cron','2021-01-20 14:57:25','2021-01-20 09:57:25'),
(87303,33265,'action created','2021-01-20 14:57:25','2021-01-20 09:57:25'),
(87304,33265,'action started via WP Cron','2021-01-20 14:59:00','2021-01-20 09:59:00'),
(87305,33265,'action complete via WP Cron','2021-01-20 14:59:00','2021-01-20 09:59:00'),
(87306,33266,'action created','2021-01-20 14:59:00','2021-01-20 09:59:00'),
(87307,33266,'action started via WP Cron','2021-01-20 15:00:15','2021-01-20 10:00:15'),
(87308,33266,'action complete via WP Cron','2021-01-20 15:00:15','2021-01-20 10:00:15'),
(87309,33267,'action created','2021-01-20 15:00:15','2021-01-20 10:00:15'),
(87310,33267,'action started via WP Cron','2021-01-20 15:01:22','2021-01-20 10:01:22'),
(87311,33267,'action complete via WP Cron','2021-01-20 15:01:22','2021-01-20 10:01:22'),
(87312,33268,'action created','2021-01-20 15:01:22','2021-01-20 10:01:22'),
(87313,33268,'action started via WP Cron','2021-01-20 15:03:24','2021-01-20 10:03:24'),
(87314,33268,'action complete via WP Cron','2021-01-20 15:03:24','2021-01-20 10:03:24'),
(87315,33269,'action created','2021-01-20 15:03:24','2021-01-20 10:03:24'),
(87316,33269,'action started via WP Cron','2021-01-20 15:04:19','2021-01-20 10:04:19'),
(87317,33269,'action complete via WP Cron','2021-01-20 15:04:19','2021-01-20 10:04:19'),
(87318,33270,'action created','2021-01-20 15:04:19','2021-01-20 10:04:19'),
(87319,33270,'action started via WP Cron','2021-01-20 15:05:12','2021-01-20 10:05:12'),
(87320,33270,'action complete via WP Cron','2021-01-20 15:05:12','2021-01-20 10:05:12'),
(87321,33271,'action created','2021-01-20 15:05:12','2021-01-20 10:05:12'),
(87322,33271,'action started via WP Cron','2021-01-20 15:06:34','2021-01-20 10:06:34'),
(87323,33271,'action complete via WP Cron','2021-01-20 15:06:34','2021-01-20 10:06:34'),
(87324,33272,'action created','2021-01-20 15:06:34','2021-01-20 10:06:34'),
(87325,33272,'action started via WP Cron','2021-01-20 15:08:32','2021-01-20 10:08:32'),
(87326,33272,'action complete via WP Cron','2021-01-20 15:08:32','2021-01-20 10:08:32'),
(87327,33273,'action created','2021-01-20 15:08:32','2021-01-20 10:08:32'),
(87328,33273,'action started via WP Cron','2021-01-20 15:09:32','2021-01-20 10:09:32'),
(87329,33273,'action complete via WP Cron','2021-01-20 15:09:32','2021-01-20 10:09:32'),
(87330,33274,'action created','2021-01-20 15:09:32','2021-01-20 10:09:32'),
(87331,33274,'action started via WP Cron','2021-01-20 15:10:36','2021-01-20 10:10:36'),
(87332,33274,'action complete via WP Cron','2021-01-20 15:10:36','2021-01-20 10:10:36'),
(87333,33275,'action created','2021-01-20 15:10:38','2021-01-20 10:10:38'),
(87334,33275,'action started via WP Cron','2021-01-20 15:11:50','2021-01-20 10:11:50'),
(87335,33275,'action complete via WP Cron','2021-01-20 15:11:50','2021-01-20 10:11:50'),
(87336,33276,'action created','2021-01-20 15:12:02','2021-01-20 10:12:02'),
(87337,33276,'action started via WP Cron','2021-01-20 15:12:57','2021-01-20 10:12:57'),
(87338,33276,'action complete via WP Cron','2021-01-20 15:12:57','2021-01-20 10:12:57'),
(87339,33277,'action created','2021-01-20 15:12:57','2021-01-20 10:12:57'),
(87340,33277,'action started via WP Cron','2021-01-20 15:13:16','2021-01-20 10:13:16'),
(87341,33277,'action complete via WP Cron','2021-01-20 15:13:16','2021-01-20 10:13:16'),
(87342,33278,'action created','2021-01-20 15:13:16','2021-01-20 10:13:16'),
(87343,33278,'action started via Async Request','2021-01-20 15:13:49','2021-01-20 10:13:49'),
(87344,33278,'action complete via Async Request','2021-01-20 15:13:49','2021-01-20 10:13:49'),
(87345,33279,'action created','2021-01-20 15:13:59','2021-01-20 10:13:59'),
(87346,33279,'action started via WP Cron','2021-01-20 15:14:25','2021-01-20 10:14:25'),
(87347,33279,'action complete via WP Cron','2021-01-20 15:14:25','2021-01-20 10:14:25'),
(87348,33280,'action created','2021-01-20 15:14:26','2021-01-20 10:14:26'),
(87349,33280,'action started via WP Cron','2021-01-20 15:15:18','2021-01-20 10:15:18'),
(87350,33280,'action complete via WP Cron','2021-01-20 15:15:18','2021-01-20 10:15:18'),
(87351,33281,'action created','2021-01-20 15:15:18','2021-01-20 10:15:18'),
(87352,33281,'action started via Async Request','2021-01-20 15:15:49','2021-01-20 10:15:49'),
(87353,33281,'action complete via Async Request','2021-01-20 15:15:50','2021-01-20 10:15:50'),
(87354,33282,'action created','2021-01-20 15:17:32','2021-01-20 10:17:32'),
(87355,33282,'action started via Async Request','2021-01-20 15:17:49','2021-01-20 10:17:49'),
(87356,33282,'action complete via Async Request','2021-01-20 15:17:49','2021-01-20 10:17:49'),
(87357,33283,'action created','2021-01-20 15:18:01','2021-01-20 10:18:01'),
(87358,33283,'action started via WP Cron','2021-01-20 15:19:49','2021-01-20 10:19:49'),
(87359,33283,'action complete via WP Cron','2021-01-20 15:19:49','2021-01-20 10:19:49'),
(87360,33284,'action created','2021-01-20 15:20:28','2021-01-20 10:20:28'),
(87361,33284,'action started via WP Cron','2021-01-20 15:21:26','2021-01-20 10:21:26'),
(87362,33284,'action complete via WP Cron','2021-01-20 15:21:26','2021-01-20 10:21:26'),
(87363,33285,'action created','2021-01-20 15:21:26','2021-01-20 10:21:26'),
(87364,33285,'action started via WP Cron','2021-01-20 15:22:23','2021-01-20 10:22:23'),
(87365,33285,'action complete via WP Cron','2021-01-20 15:22:23','2021-01-20 10:22:23'),
(87366,33286,'action created','2021-01-20 15:22:23','2021-01-20 10:22:23'),
(87367,33286,'action started via WP Cron','2021-01-20 15:23:33','2021-01-20 10:23:33'),
(87368,33286,'action complete via WP Cron','2021-01-20 15:23:33','2021-01-20 10:23:33'),
(87369,33287,'action created','2021-01-20 15:23:33','2021-01-20 10:23:33'),
(87370,33287,'action started via WP Cron','2021-01-20 15:24:18','2021-01-20 10:24:18'),
(87371,33287,'action complete via WP Cron','2021-01-20 15:24:18','2021-01-20 10:24:18'),
(87372,33288,'action created','2021-01-20 15:24:18','2021-01-20 10:24:18'),
(87373,33288,'action started via WP Cron','2021-01-20 15:26:11','2021-01-20 10:26:11'),
(87374,33288,'action complete via WP Cron','2021-01-20 15:26:11','2021-01-20 10:26:11'),
(87375,33289,'action created','2021-01-20 15:26:11','2021-01-20 10:26:11'),
(87376,33289,'action started via WP Cron','2021-01-20 15:28:26','2021-01-20 10:28:26'),
(87377,33289,'action complete via WP Cron','2021-01-20 15:28:26','2021-01-20 10:28:26'),
(87378,33290,'action created','2021-01-20 15:28:26','2021-01-20 10:28:26'),
(87379,33290,'action started via WP Cron','2021-01-20 15:31:02','2021-01-20 10:31:02'),
(87380,33290,'action complete via WP Cron','2021-01-20 15:31:02','2021-01-20 10:31:02'),
(87381,33291,'action created','2021-01-20 15:31:02','2021-01-20 10:31:02'),
(87382,33291,'action started via WP Cron','2021-01-20 15:32:46','2021-01-20 10:32:46'),
(87383,33291,'action complete via WP Cron','2021-01-20 15:32:46','2021-01-20 10:32:46'),
(87384,33292,'action created','2021-01-20 15:32:46','2021-01-20 10:32:46'),
(87385,33292,'action started via WP Cron','2021-01-20 15:33:48','2021-01-20 10:33:48'),
(87386,33292,'action complete via WP Cron','2021-01-20 15:33:48','2021-01-20 10:33:48'),
(87387,33293,'action created','2021-01-20 15:33:48','2021-01-20 10:33:48'),
(87388,33293,'action started via WP Cron','2021-01-20 15:35:03','2021-01-20 10:35:03'),
(87389,33293,'action complete via WP Cron','2021-01-20 15:35:03','2021-01-20 10:35:03'),
(87390,33294,'action created','2021-01-20 15:35:03','2021-01-20 10:35:03'),
(87391,33294,'action started via WP Cron','2021-01-20 15:35:53','2021-01-20 10:35:53'),
(87392,33294,'action complete via WP Cron','2021-01-20 15:35:53','2021-01-20 10:35:53'),
(87393,33295,'action created','2021-01-20 15:37:35','2021-01-20 10:37:35'),
(87394,33295,'action started via WP Cron','2021-01-20 15:38:34','2021-01-20 10:38:34'),
(87395,33295,'action complete via WP Cron','2021-01-20 15:38:34','2021-01-20 10:38:34'),
(87396,33296,'action created','2021-01-20 15:38:34','2021-01-20 10:38:34'),
(87397,33296,'action started via WP Cron','2021-01-20 15:39:19','2021-01-20 10:39:19'),
(87398,33296,'action complete via WP Cron','2021-01-20 15:39:19','2021-01-20 10:39:19'),
(87399,33297,'action created','2021-01-20 15:39:19','2021-01-20 10:39:19'),
(87400,33297,'action started via WP Cron','2021-01-20 15:40:19','2021-01-20 10:40:19'),
(87401,33297,'action complete via WP Cron','2021-01-20 15:40:19','2021-01-20 10:40:19'),
(87402,33298,'action created','2021-01-20 15:40:19','2021-01-20 10:40:19'),
(87403,33298,'action started via WP Cron','2021-01-20 15:41:16','2021-01-20 10:41:16'),
(87404,33298,'action complete via WP Cron','2021-01-20 15:41:16','2021-01-20 10:41:16'),
(87405,33299,'action created','2021-01-20 15:41:16','2021-01-20 10:41:16'),
(87406,33299,'action started via WP Cron','2021-01-20 15:42:49','2021-01-20 10:42:49'),
(87407,33299,'action complete via WP Cron','2021-01-20 15:42:49','2021-01-20 10:42:49'),
(87408,33300,'action created','2021-01-20 15:42:49','2021-01-20 10:42:49'),
(87409,33300,'action started via WP Cron','2021-01-20 15:43:47','2021-01-20 10:43:47'),
(87410,33300,'action complete via WP Cron','2021-01-20 15:43:47','2021-01-20 10:43:47'),
(87411,33301,'action created','2021-01-20 15:43:47','2021-01-20 10:43:47'),
(87412,33301,'action started via WP Cron','2021-01-20 15:44:36','2021-01-20 10:44:36'),
(87413,33301,'action complete via WP Cron','2021-01-20 15:44:36','2021-01-20 10:44:36'),
(87414,33302,'action created','2021-01-20 15:44:36','2021-01-20 10:44:36'),
(87415,33302,'action started via WP Cron','2021-01-20 15:47:50','2021-01-20 10:47:50'),
(87416,33302,'action complete via WP Cron','2021-01-20 15:47:50','2021-01-20 10:47:50'),
(87417,33303,'action created','2021-01-20 15:47:50','2021-01-20 10:47:50'),
(87418,33303,'action started via WP Cron','2021-01-20 15:49:33','2021-01-20 10:49:33'),
(87419,33303,'action complete via WP Cron','2021-01-20 15:49:33','2021-01-20 10:49:33'),
(87420,33304,'action created','2021-01-20 15:49:33','2021-01-20 10:49:33'),
(87421,33304,'action started via WP Cron','2021-01-20 15:51:08','2021-01-20 10:51:08'),
(87422,33304,'action complete via WP Cron','2021-01-20 15:51:08','2021-01-20 10:51:08'),
(87423,33305,'action created','2021-01-20 15:51:08','2021-01-20 10:51:08'),
(87424,33305,'action started via WP Cron','2021-01-20 15:52:59','2021-01-20 10:52:59'),
(87425,33305,'action complete via WP Cron','2021-01-20 15:52:59','2021-01-20 10:52:59'),
(87426,33306,'action created','2021-01-20 15:52:59','2021-01-20 10:52:59'),
(87427,33306,'action started via WP Cron','2021-01-20 15:54:22','2021-01-20 10:54:22'),
(87428,33306,'action complete via WP Cron','2021-01-20 15:54:22','2021-01-20 10:54:22'),
(87429,33307,'action created','2021-01-20 15:54:22','2021-01-20 10:54:22'),
(87430,33307,'action started via WP Cron','2021-01-20 15:55:17','2021-01-20 10:55:17'),
(87431,33307,'action complete via WP Cron','2021-01-20 15:55:17','2021-01-20 10:55:17'),
(87432,33308,'action created','2021-01-20 15:55:17','2021-01-20 10:55:17'),
(87433,33308,'action started via WP Cron','2021-01-20 15:57:29','2021-01-20 10:57:29'),
(87434,33308,'action complete via WP Cron','2021-01-20 15:57:29','2021-01-20 10:57:29'),
(87435,33309,'action created','2021-01-20 15:57:29','2021-01-20 10:57:29'),
(87436,33309,'action started via WP Cron','2021-01-20 15:58:23','2021-01-20 10:58:23'),
(87437,33309,'action complete via WP Cron','2021-01-20 15:58:23','2021-01-20 10:58:23'),
(87438,33310,'action created','2021-01-20 15:58:23','2021-01-20 10:58:23'),
(87439,33310,'action started via WP Cron','2021-01-20 16:00:28','2021-01-20 11:00:28'),
(87440,33310,'action complete via WP Cron','2021-01-20 16:00:28','2021-01-20 11:00:28'),
(87441,33311,'action created','2021-01-20 16:00:28','2021-01-20 11:00:28'),
(87442,33311,'action started via WP Cron','2021-01-20 16:01:59','2021-01-20 11:01:59'),
(87443,33311,'action complete via WP Cron','2021-01-20 16:01:59','2021-01-20 11:01:59'),
(87444,33312,'action created','2021-01-20 16:01:59','2021-01-20 11:01:59'),
(87445,33312,'action started via WP Cron','2021-01-20 16:02:58','2021-01-20 11:02:58'),
(87446,33312,'action complete via WP Cron','2021-01-20 16:02:58','2021-01-20 11:02:58'),
(87447,33313,'action created','2021-01-20 16:02:58','2021-01-20 11:02:58'),
(87448,33313,'action started via WP Cron','2021-01-20 16:03:51','2021-01-20 11:03:51'),
(87449,33313,'action complete via WP Cron','2021-01-20 16:03:51','2021-01-20 11:03:51'),
(87450,33314,'action created','2021-01-20 16:03:51','2021-01-20 11:03:51'),
(87451,33314,'action started via WP Cron','2021-01-20 16:05:47','2021-01-20 11:05:47'),
(87452,33314,'action complete via WP Cron','2021-01-20 16:05:47','2021-01-20 11:05:47'),
(87453,33315,'action created','2021-01-20 16:05:47','2021-01-20 11:05:47'),
(87454,33315,'action started via WP Cron','2021-01-20 16:06:17','2021-01-20 11:06:17'),
(87455,33315,'action complete via WP Cron','2021-01-20 16:06:17','2021-01-20 11:06:17'),
(87456,33316,'action created','2021-01-20 16:06:17','2021-01-20 11:06:17'),
(87457,33316,'action started via WP Cron','2021-01-20 16:07:28','2021-01-20 11:07:28'),
(87458,33316,'action complete via WP Cron','2021-01-20 16:07:28','2021-01-20 11:07:28'),
(87459,33317,'action created','2021-01-20 16:07:28','2021-01-20 11:07:28'),
(87460,33317,'action started via WP Cron','2021-01-20 16:09:17','2021-01-20 11:09:17'),
(87461,33317,'action complete via WP Cron','2021-01-20 16:09:17','2021-01-20 11:09:17'),
(87462,33318,'action created','2021-01-20 16:09:17','2021-01-20 11:09:17'),
(87463,33318,'action started via WP Cron','2021-01-20 16:10:39','2021-01-20 11:10:39'),
(87464,33318,'action complete via WP Cron','2021-01-20 16:10:39','2021-01-20 11:10:39'),
(87465,33319,'action created','2021-01-20 16:10:39','2021-01-20 11:10:39'),
(87466,33319,'action started via WP Cron','2021-01-20 16:11:32','2021-01-20 11:11:32'),
(87467,33319,'action complete via WP Cron','2021-01-20 16:11:32','2021-01-20 11:11:32'),
(87468,33320,'action created','2021-01-20 16:11:32','2021-01-20 11:11:32'),
(87469,33320,'action started via WP Cron','2021-01-20 16:12:12','2021-01-20 11:12:12'),
(87470,33320,'action complete via WP Cron','2021-01-20 16:12:12','2021-01-20 11:12:12'),
(87471,33321,'action created','2021-01-20 16:12:12','2021-01-20 11:12:12'),
(87472,33321,'action started via WP Cron','2021-01-20 16:14:05','2021-01-20 11:14:05'),
(87473,33321,'action complete via WP Cron','2021-01-20 16:14:05','2021-01-20 11:14:05'),
(87474,33322,'action created','2021-01-20 16:14:05','2021-01-20 11:14:05'),
(87475,33322,'action started via WP Cron','2021-01-20 16:14:35','2021-01-20 11:14:35'),
(87476,33322,'action complete via WP Cron','2021-01-20 16:14:35','2021-01-20 11:14:35'),
(87477,33323,'action created','2021-01-20 16:14:35','2021-01-20 11:14:35'),
(87478,33323,'action started via WP Cron','2021-01-20 16:16:38','2021-01-20 11:16:38'),
(87479,33323,'action complete via WP Cron','2021-01-20 16:16:38','2021-01-20 11:16:38'),
(87480,33324,'action created','2021-01-20 16:16:39','2021-01-20 11:16:39'),
(87481,33324,'action started via WP Cron','2021-01-20 16:20:54','2021-01-20 11:20:54'),
(87482,33324,'action complete via WP Cron','2021-01-20 16:20:54','2021-01-20 11:20:54'),
(87483,33325,'action created','2021-01-20 16:20:54','2021-01-20 11:20:54'),
(87484,33325,'action started via WP Cron','2021-01-20 16:22:15','2021-01-20 11:22:15'),
(87485,33325,'action complete via WP Cron','2021-01-20 16:22:15','2021-01-20 11:22:15'),
(87486,33326,'action created','2021-01-20 16:22:15','2021-01-20 11:22:15'),
(87487,33326,'action started via WP Cron','2021-01-20 16:23:26','2021-01-20 11:23:26'),
(87488,33326,'action complete via WP Cron','2021-01-20 16:23:26','2021-01-20 11:23:26'),
(87489,33327,'action created','2021-01-20 16:23:27','2021-01-20 11:23:27'),
(87490,33327,'action started via WP Cron','2021-01-20 16:25:26','2021-01-20 11:25:26'),
(87491,33327,'action complete via WP Cron','2021-01-20 16:25:26','2021-01-20 11:25:26'),
(87492,33328,'action created','2021-01-20 16:25:26','2021-01-20 11:25:26'),
(87493,33328,'action started via WP Cron','2021-01-20 16:26:34','2021-01-20 11:26:34'),
(87494,33328,'action complete via WP Cron','2021-01-20 16:26:34','2021-01-20 11:26:34'),
(87495,33329,'action created','2021-01-20 16:26:34','2021-01-20 11:26:34'),
(87496,33329,'action started via WP Cron','2021-01-20 16:27:37','2021-01-20 11:27:37'),
(87497,33329,'action complete via WP Cron','2021-01-20 16:27:37','2021-01-20 11:27:37'),
(87498,33330,'action created','2021-01-20 16:27:37','2021-01-20 11:27:37'),
(87499,33330,'action started via WP Cron','2021-01-20 16:28:12','2021-01-20 11:28:12'),
(87500,33330,'action complete via WP Cron','2021-01-20 16:28:12','2021-01-20 11:28:12'),
(87501,33331,'action created','2021-01-20 16:28:12','2021-01-20 11:28:12'),
(87502,33331,'action started via WP Cron','2021-01-20 16:29:47','2021-01-20 11:29:47'),
(87503,33331,'action complete via WP Cron','2021-01-20 16:29:47','2021-01-20 11:29:47'),
(87504,33332,'action created','2021-01-20 16:29:47','2021-01-20 11:29:47'),
(87505,33332,'action started via WP Cron','2021-01-20 16:30:22','2021-01-20 11:30:22'),
(87506,33332,'action complete via WP Cron','2021-01-20 16:30:22','2021-01-20 11:30:22'),
(87507,33333,'action created','2021-01-20 16:30:22','2021-01-20 11:30:22'),
(87508,33333,'action started via WP Cron','2021-01-20 16:32:26','2021-01-20 11:32:26'),
(87509,33333,'action complete via WP Cron','2021-01-20 16:32:26','2021-01-20 11:32:26'),
(87510,33334,'action created','2021-01-20 16:32:26','2021-01-20 11:32:26'),
(87511,33334,'action started via WP Cron','2021-01-20 16:35:03','2021-01-20 11:35:03'),
(87512,33334,'action complete via WP Cron','2021-01-20 16:35:03','2021-01-20 11:35:03'),
(87513,33335,'action created','2021-01-20 16:35:03','2021-01-20 11:35:03'),
(87514,33335,'action started via WP Cron','2021-01-20 16:35:44','2021-01-20 11:35:44'),
(87515,33335,'action complete via WP Cron','2021-01-20 16:35:44','2021-01-20 11:35:44'),
(87516,33336,'action created','2021-01-20 16:35:44','2021-01-20 11:35:44'),
(87517,33336,'action started via WP Cron','2021-01-20 16:36:14','2021-01-20 11:36:14'),
(87518,33336,'action complete via WP Cron','2021-01-20 16:36:14','2021-01-20 11:36:14'),
(87519,33337,'action created','2021-01-20 16:36:14','2021-01-20 11:36:14'),
(87520,33337,'action started via WP Cron','2021-01-20 16:37:11','2021-01-20 11:37:11'),
(87521,33337,'action complete via WP Cron','2021-01-20 16:37:11','2021-01-20 11:37:11'),
(87522,33338,'action created','2021-01-20 16:37:11','2021-01-20 11:37:11'),
(87523,33338,'action started via WP Cron','2021-01-20 16:38:29','2021-01-20 11:38:29'),
(87524,33338,'action complete via WP Cron','2021-01-20 16:38:29','2021-01-20 11:38:29'),
(87525,33339,'action created','2021-01-20 16:38:29','2021-01-20 11:38:29'),
(87526,33339,'action started via WP Cron','2021-01-20 16:40:50','2021-01-20 11:40:50'),
(87527,33339,'action complete via WP Cron','2021-01-20 16:40:50','2021-01-20 11:40:50'),
(87528,33340,'action created','2021-01-20 16:40:50','2021-01-20 11:40:50'),
(87529,33340,'action started via WP Cron','2021-01-20 16:41:12','2021-01-20 11:41:12'),
(87530,33340,'action complete via WP Cron','2021-01-20 16:41:12','2021-01-20 11:41:12'),
(87531,33341,'action created','2021-01-20 16:41:12','2021-01-20 11:41:12'),
(87532,33341,'action started via WP Cron','2021-01-20 16:42:42','2021-01-20 11:42:42'),
(87533,33341,'action complete via WP Cron','2021-01-20 16:42:42','2021-01-20 11:42:42'),
(87534,33342,'action created','2021-01-20 16:42:42','2021-01-20 11:42:42'),
(87535,33342,'action started via WP Cron','2021-01-20 16:43:11','2021-01-20 11:43:11'),
(87536,33342,'action complete via WP Cron','2021-01-20 16:43:11','2021-01-20 11:43:11'),
(87537,33343,'action created','2021-01-20 16:43:11','2021-01-20 11:43:11'),
(87538,33343,'action started via WP Cron','2021-01-20 16:44:14','2021-01-20 11:44:14'),
(87539,33343,'action complete via WP Cron','2021-01-20 16:44:14','2021-01-20 11:44:14'),
(87540,33344,'action created','2021-01-20 16:44:14','2021-01-20 11:44:14'),
(87541,33344,'action started via WP Cron','2021-01-20 16:46:04','2021-01-20 11:46:04'),
(87542,33344,'action complete via WP Cron','2021-01-20 16:46:04','2021-01-20 11:46:04'),
(87543,33345,'action created','2021-01-20 16:46:04','2021-01-20 11:46:04'),
(87544,33345,'action started via WP Cron','2021-01-20 16:46:29','2021-01-20 11:46:29'),
(87545,33345,'action complete via WP Cron','2021-01-20 16:46:30','2021-01-20 11:46:30'),
(87546,33346,'action created','2021-01-20 16:46:30','2021-01-20 11:46:30'),
(87547,33346,'action started via WP Cron','2021-01-20 16:48:22','2021-01-20 11:48:22'),
(87548,33346,'action complete via WP Cron','2021-01-20 16:48:22','2021-01-20 11:48:22'),
(87549,33347,'action created','2021-01-20 16:48:22','2021-01-20 11:48:22'),
(87550,33347,'action started via WP Cron','2021-01-20 16:49:52','2021-01-20 11:49:52'),
(87551,33347,'action complete via WP Cron','2021-01-20 16:49:52','2021-01-20 11:49:52'),
(87552,33348,'action created','2021-01-20 16:49:52','2021-01-20 11:49:52'),
(87553,33348,'action started via WP Cron','2021-01-20 16:51:03','2021-01-20 11:51:03'),
(87554,33348,'action complete via WP Cron','2021-01-20 16:51:03','2021-01-20 11:51:03'),
(87555,33349,'action created','2021-01-20 16:51:03','2021-01-20 11:51:03'),
(87556,33349,'action started via WP Cron','2021-01-20 16:51:16','2021-01-20 11:51:16'),
(87557,33349,'action complete via WP Cron','2021-01-20 16:51:16','2021-01-20 11:51:16'),
(87558,33350,'action created','2021-01-20 16:51:16','2021-01-20 11:51:16'),
(87559,33350,'action started via WP Cron','2021-01-20 16:53:11','2021-01-20 11:53:11'),
(87560,33350,'action complete via WP Cron','2021-01-20 16:53:11','2021-01-20 11:53:11'),
(87561,33351,'action created','2021-01-20 16:53:11','2021-01-20 11:53:11'),
(87562,33351,'action started via WP Cron','2021-01-20 16:54:12','2021-01-20 11:54:12'),
(87563,33351,'action complete via WP Cron','2021-01-20 16:54:12','2021-01-20 11:54:12'),
(87564,33352,'action created','2021-01-20 16:54:12','2021-01-20 11:54:12'),
(87565,33352,'action started via WP Cron','2021-01-20 16:55:54','2021-01-20 11:55:54'),
(87566,33352,'action complete via WP Cron','2021-01-20 16:55:54','2021-01-20 11:55:54'),
(87567,33353,'action created','2021-01-20 16:55:54','2021-01-20 11:55:54'),
(87568,33353,'action started via WP Cron','2021-01-20 16:57:36','2021-01-20 11:57:36'),
(87569,33353,'action complete via WP Cron','2021-01-20 16:57:36','2021-01-20 11:57:36'),
(87570,33354,'action created','2021-01-20 16:57:36','2021-01-20 11:57:36'),
(87571,33354,'action started via WP Cron','2021-01-20 16:58:12','2021-01-20 11:58:12'),
(87572,33354,'action complete via WP Cron','2021-01-20 16:58:13','2021-01-20 11:58:13'),
(87573,33355,'action created','2021-01-20 16:58:13','2021-01-20 11:58:13'),
(87574,33355,'action started via WP Cron','2021-01-20 16:59:27','2021-01-20 11:59:27'),
(87575,33355,'action complete via WP Cron','2021-01-20 16:59:27','2021-01-20 11:59:27'),
(87576,33356,'action created','2021-01-20 16:59:27','2021-01-20 11:59:27'),
(87577,33356,'action started via WP Cron','2021-01-20 17:00:57','2021-01-20 12:00:57'),
(87578,33356,'action complete via WP Cron','2021-01-20 17:00:57','2021-01-20 12:00:57'),
(87579,33357,'action created','2021-01-20 17:00:57','2021-01-20 12:00:57'),
(87580,33357,'action started via WP Cron','2021-01-20 17:01:18','2021-01-20 12:01:18'),
(87581,33357,'action complete via WP Cron','2021-01-20 17:01:18','2021-01-20 12:01:18'),
(87582,33358,'action created','2021-01-20 17:01:18','2021-01-20 12:01:18'),
(87583,33358,'action started via WP Cron','2021-01-20 17:03:18','2021-01-20 12:03:18'),
(87584,33358,'action complete via WP Cron','2021-01-20 17:03:18','2021-01-20 12:03:18'),
(87585,33359,'action created','2021-01-20 17:03:18','2021-01-20 12:03:18'),
(87586,33359,'action started via WP Cron','2021-01-20 17:06:26','2021-01-20 12:06:26'),
(87587,33359,'action complete via WP Cron','2021-01-20 17:06:26','2021-01-20 12:06:26'),
(87588,33360,'action created','2021-01-20 17:06:26','2021-01-20 12:06:26'),
(87589,33360,'action started via WP Cron','2021-01-20 17:07:24','2021-01-20 12:07:24'),
(87590,33360,'action complete via WP Cron','2021-01-20 17:07:24','2021-01-20 12:07:24'),
(87591,33361,'action created','2021-01-20 17:07:24','2021-01-20 12:07:24'),
(87592,33361,'action started via WP Cron','2021-01-20 17:08:47','2021-01-20 12:08:47'),
(87593,33361,'action complete via WP Cron','2021-01-20 17:08:47','2021-01-20 12:08:47'),
(87594,33362,'action created','2021-01-20 17:08:47','2021-01-20 12:08:47'),
(87595,33362,'action started via WP Cron','2021-01-20 17:09:59','2021-01-20 12:09:59'),
(87596,33362,'action complete via WP Cron','2021-01-20 17:09:59','2021-01-20 12:09:59'),
(87597,33363,'action created','2021-01-20 17:09:59','2021-01-20 12:09:59'),
(87598,33363,'action started via WP Cron','2021-01-20 17:11:41','2021-01-20 12:11:41'),
(87599,33363,'action complete via WP Cron','2021-01-20 17:11:41','2021-01-20 12:11:41'),
(87600,33364,'action created','2021-01-20 17:11:41','2021-01-20 12:11:41'),
(87601,33364,'action started via WP Cron','2021-01-20 17:13:07','2021-01-20 12:13:07'),
(87602,33364,'action complete via WP Cron','2021-01-20 17:13:07','2021-01-20 12:13:07'),
(87603,33365,'action created','2021-01-20 17:13:07','2021-01-20 12:13:07'),
(87604,33365,'action started via WP Cron','2021-01-20 17:13:58','2021-01-20 12:13:58'),
(87605,33365,'action complete via WP Cron','2021-01-20 17:13:58','2021-01-20 12:13:58'),
(87606,33366,'action created','2021-01-20 17:13:59','2021-01-20 12:13:59'),
(87607,33366,'action started via WP Cron','2021-01-20 17:14:23','2021-01-20 12:14:23'),
(87608,33366,'action complete via WP Cron','2021-01-20 17:14:23','2021-01-20 12:14:23'),
(87609,33367,'action created','2021-01-20 17:14:23','2021-01-20 12:14:23'),
(87610,33367,'action started via WP Cron','2021-01-20 17:15:48','2021-01-20 12:15:48'),
(87611,33367,'action complete via WP Cron','2021-01-20 17:15:48','2021-01-20 12:15:48'),
(87612,33368,'action created','2021-01-20 17:15:48','2021-01-20 12:15:48'),
(87613,33368,'action started via WP Cron','2021-01-20 17:18:47','2021-01-20 12:18:47'),
(87614,33368,'action complete via WP Cron','2021-01-20 17:18:47','2021-01-20 12:18:47'),
(87615,33369,'action created','2021-01-20 17:18:47','2021-01-20 12:18:47'),
(87616,33369,'action started via WP Cron','2021-01-20 17:20:17','2021-01-20 12:20:17'),
(87617,33369,'action complete via WP Cron','2021-01-20 17:20:17','2021-01-20 12:20:17'),
(87618,33370,'action created','2021-01-20 17:20:17','2021-01-20 12:20:17'),
(87619,33370,'action started via WP Cron','2021-01-20 17:22:35','2021-01-20 12:22:35'),
(87620,33370,'action complete via WP Cron','2021-01-20 17:22:35','2021-01-20 12:22:35'),
(87621,33371,'action created','2021-01-20 17:22:35','2021-01-20 12:22:35'),
(87622,33371,'action started via WP Cron','2021-01-20 17:23:24','2021-01-20 12:23:24'),
(87623,33371,'action complete via WP Cron','2021-01-20 17:23:24','2021-01-20 12:23:24'),
(87624,33372,'action created','2021-01-20 17:23:24','2021-01-20 12:23:24'),
(87625,33372,'action started via WP Cron','2021-01-20 17:24:47','2021-01-20 12:24:47'),
(87626,33372,'action complete via WP Cron','2021-01-20 17:24:47','2021-01-20 12:24:47'),
(87627,33373,'action created','2021-01-20 17:24:47','2021-01-20 12:24:47'),
(87628,33373,'action started via WP Cron','2021-01-20 17:27:09','2021-01-20 12:27:09'),
(87629,33373,'action complete via WP Cron','2021-01-20 17:27:09','2021-01-20 12:27:09'),
(87630,33374,'action created','2021-01-20 17:27:09','2021-01-20 12:27:09'),
(87631,33374,'action started via WP Cron','2021-01-20 17:28:40','2021-01-20 12:28:40'),
(87632,33374,'action complete via WP Cron','2021-01-20 17:28:40','2021-01-20 12:28:40'),
(87633,33375,'action created','2021-01-20 17:28:40','2021-01-20 12:28:40'),
(87634,33375,'action started via WP Cron','2021-01-20 17:29:24','2021-01-20 12:29:24'),
(87635,33375,'action complete via WP Cron','2021-01-20 17:29:24','2021-01-20 12:29:24'),
(87636,33376,'action created','2021-01-20 17:29:24','2021-01-20 12:29:24'),
(87637,33376,'action started via WP Cron','2021-01-20 17:30:21','2021-01-20 12:30:21'),
(87638,33376,'action complete via WP Cron','2021-01-20 17:30:21','2021-01-20 12:30:21'),
(87639,33377,'action created','2021-01-20 17:30:21','2021-01-20 12:30:21'),
(87640,33377,'action started via WP Cron','2021-01-20 17:31:30','2021-01-20 12:31:30'),
(87641,33377,'action complete via WP Cron','2021-01-20 17:31:30','2021-01-20 12:31:30'),
(87642,33378,'action created','2021-01-20 17:31:30','2021-01-20 12:31:30'),
(87643,33378,'action started via WP Cron','2021-01-20 17:33:05','2021-01-20 12:33:05'),
(87644,33378,'action complete via WP Cron','2021-01-20 17:33:05','2021-01-20 12:33:05'),
(87645,33379,'action created','2021-01-20 17:33:05','2021-01-20 12:33:05'),
(87646,33379,'action started via WP Cron','2021-01-20 17:33:26','2021-01-20 12:33:26'),
(87647,33379,'action complete via WP Cron','2021-01-20 17:33:26','2021-01-20 12:33:26'),
(87648,33380,'action created','2021-01-20 17:33:26','2021-01-20 12:33:26'),
(87649,33380,'action started via WP Cron','2021-01-20 17:35:13','2021-01-20 12:35:13'),
(87650,33380,'action complete via WP Cron','2021-01-20 17:35:13','2021-01-20 12:35:13'),
(87651,33381,'action created','2021-01-20 17:35:13','2021-01-20 12:35:13'),
(87652,33381,'action started via WP Cron','2021-01-20 17:36:18','2021-01-20 12:36:18'),
(87653,33381,'action complete via WP Cron','2021-01-20 17:36:18','2021-01-20 12:36:18'),
(87654,33382,'action created','2021-01-20 17:36:18','2021-01-20 12:36:18'),
(87655,33382,'action started via WP Cron','2021-01-20 17:38:30','2021-01-20 12:38:30'),
(87656,33382,'action complete via WP Cron','2021-01-20 17:38:30','2021-01-20 12:38:30'),
(87657,33383,'action created','2021-01-20 17:38:30','2021-01-20 12:38:30'),
(87658,33383,'action started via WP Cron','2021-01-20 17:39:22','2021-01-20 12:39:22'),
(87659,33383,'action complete via WP Cron','2021-01-20 17:39:22','2021-01-20 12:39:22'),
(87660,33384,'action created','2021-01-20 17:39:22','2021-01-20 12:39:22'),
(87661,33384,'action started via WP Cron','2021-01-20 17:41:28','2021-01-20 12:41:28'),
(87662,33384,'action complete via WP Cron','2021-01-20 17:41:28','2021-01-20 12:41:28'),
(87663,33385,'action created','2021-01-20 17:41:28','2021-01-20 12:41:28'),
(87664,33385,'action started via WP Cron','2021-01-20 17:42:49','2021-01-20 12:42:49'),
(87665,33385,'action complete via WP Cron','2021-01-20 17:42:49','2021-01-20 12:42:49'),
(87666,33386,'action created','2021-01-20 17:42:50','2021-01-20 12:42:50'),
(87667,33386,'action started via WP Cron','2021-01-20 17:43:54','2021-01-20 12:43:54'),
(87668,33386,'action complete via WP Cron','2021-01-20 17:43:54','2021-01-20 12:43:54'),
(87669,33387,'action created','2021-01-20 17:43:54','2021-01-20 12:43:54'),
(87670,33387,'action started via WP Cron','2021-01-20 17:45:47','2021-01-20 12:45:47'),
(87671,33387,'action complete via WP Cron','2021-01-20 17:45:47','2021-01-20 12:45:47'),
(87672,33388,'action created','2021-01-20 17:45:47','2021-01-20 12:45:47'),
(87673,33388,'action started via WP Cron','2021-01-20 17:46:23','2021-01-20 12:46:23'),
(87674,33388,'action complete via WP Cron','2021-01-20 17:46:23','2021-01-20 12:46:23'),
(87675,33389,'action created','2021-01-20 17:46:23','2021-01-20 12:46:23'),
(87676,33389,'action started via WP Cron','2021-01-20 17:47:33','2021-01-20 12:47:33'),
(87677,33389,'action complete via WP Cron','2021-01-20 17:47:33','2021-01-20 12:47:33'),
(87678,33390,'action created','2021-01-20 17:47:33','2021-01-20 12:47:33'),
(87679,33390,'action started via WP Cron','2021-01-20 17:48:15','2021-01-20 12:48:15'),
(87680,33390,'action complete via WP Cron','2021-01-20 17:48:15','2021-01-20 12:48:15'),
(87681,33391,'action created','2021-01-20 17:48:16','2021-01-20 12:48:16'),
(87682,33391,'action started via WP Cron','2021-01-20 17:50:54','2021-01-20 12:50:54'),
(87683,33391,'action complete via WP Cron','2021-01-20 17:50:54','2021-01-20 12:50:54'),
(87684,33392,'action created','2021-01-20 17:50:54','2021-01-20 12:50:54'),
(87685,33392,'action started via WP Cron','2021-01-20 17:51:12','2021-01-20 12:51:12'),
(87686,33392,'action complete via WP Cron','2021-01-20 17:51:12','2021-01-20 12:51:12'),
(87687,33393,'action created','2021-01-20 17:51:12','2021-01-20 12:51:12'),
(87688,33393,'action started via WP Cron','2021-01-20 17:54:23','2021-01-20 12:54:23'),
(87689,33393,'action complete via WP Cron','2021-01-20 17:54:23','2021-01-20 12:54:23'),
(87690,33394,'action created','2021-01-20 17:54:23','2021-01-20 12:54:23'),
(87691,33394,'action started via WP Cron','2021-01-20 17:55:19','2021-01-20 12:55:19'),
(87692,33394,'action complete via WP Cron','2021-01-20 17:55:19','2021-01-20 12:55:19'),
(87693,33395,'action created','2021-01-20 17:55:19','2021-01-20 12:55:19'),
(87694,33395,'action started via WP Cron','2021-01-20 17:56:12','2021-01-20 12:56:12'),
(87695,33395,'action complete via WP Cron','2021-01-20 17:56:12','2021-01-20 12:56:12'),
(87696,33396,'action created','2021-01-20 17:56:12','2021-01-20 12:56:12'),
(87697,33396,'action started via WP Cron','2021-01-20 17:57:19','2021-01-20 12:57:19'),
(87698,33396,'action complete via WP Cron','2021-01-20 17:57:19','2021-01-20 12:57:19'),
(87699,33397,'action created','2021-01-20 17:57:19','2021-01-20 12:57:19'),
(87700,33397,'action started via WP Cron','2021-01-20 17:58:18','2021-01-20 12:58:18'),
(87701,33397,'action complete via WP Cron','2021-01-20 17:58:18','2021-01-20 12:58:18'),
(87702,33398,'action created','2021-01-20 17:58:18','2021-01-20 12:58:18'),
(87703,33398,'action started via WP Cron','2021-01-20 17:59:12','2021-01-20 12:59:12'),
(87704,33398,'action complete via WP Cron','2021-01-20 17:59:12','2021-01-20 12:59:12'),
(87705,33399,'action created','2021-01-20 17:59:12','2021-01-20 12:59:12'),
(87706,33399,'action started via WP Cron','2021-01-20 18:00:31','2021-01-20 13:00:31'),
(87707,33399,'action complete via WP Cron','2021-01-20 18:00:31','2021-01-20 13:00:31'),
(87708,33400,'action created','2021-01-20 18:00:31','2021-01-20 13:00:31'),
(87709,33400,'action started via WP Cron','2021-01-20 18:01:28','2021-01-20 13:01:28'),
(87710,33400,'action complete via WP Cron','2021-01-20 18:01:28','2021-01-20 13:01:28'),
(87711,33401,'action created','2021-01-20 18:01:28','2021-01-20 13:01:28'),
(87712,33401,'action started via WP Cron','2021-01-20 18:03:02','2021-01-20 13:03:02'),
(87713,33401,'action complete via WP Cron','2021-01-20 18:03:02','2021-01-20 13:03:02'),
(87714,33402,'action created','2021-01-20 18:03:02','2021-01-20 13:03:02'),
(87715,33402,'action started via WP Cron','2021-01-20 18:05:32','2021-01-20 13:05:32'),
(87716,33402,'action complete via WP Cron','2021-01-20 18:05:32','2021-01-20 13:05:32'),
(87717,33403,'action created','2021-01-20 18:05:32','2021-01-20 13:05:32'),
(87718,33403,'action started via WP Cron','2021-01-20 18:07:07','2021-01-20 13:07:07'),
(87719,33403,'action complete via WP Cron','2021-01-20 18:07:07','2021-01-20 13:07:07'),
(87720,33404,'action created','2021-01-20 18:07:07','2021-01-20 13:07:07'),
(87721,33404,'action started via WP Cron','2021-01-20 18:08:30','2021-01-20 13:08:30'),
(87722,33404,'action complete via WP Cron','2021-01-20 18:08:30','2021-01-20 13:08:30'),
(87723,33405,'action created','2021-01-20 18:08:30','2021-01-20 13:08:30'),
(87724,33405,'action started via WP Cron','2021-01-20 18:09:28','2021-01-20 13:09:28'),
(87725,33405,'action complete via WP Cron','2021-01-20 18:09:28','2021-01-20 13:09:28'),
(87726,33406,'action created','2021-01-20 18:09:28','2021-01-20 13:09:28'),
(87727,33406,'action started via WP Cron','2021-01-20 18:10:12','2021-01-20 13:10:12'),
(87728,33406,'action complete via WP Cron','2021-01-20 18:10:13','2021-01-20 13:10:13'),
(87729,33407,'action created','2021-01-20 18:10:13','2021-01-20 13:10:13'),
(87730,33407,'action started via WP Cron','2021-01-20 18:11:29','2021-01-20 13:11:29'),
(87731,33407,'action complete via WP Cron','2021-01-20 18:11:29','2021-01-20 13:11:29'),
(87732,33408,'action created','2021-01-20 18:11:29','2021-01-20 13:11:29'),
(87733,33408,'action started via WP Cron','2021-01-20 18:18:04','2021-01-20 13:18:04'),
(87734,33408,'action complete via WP Cron','2021-01-20 18:18:04','2021-01-20 13:18:04'),
(87735,33409,'action created','2021-01-20 18:18:04','2021-01-20 13:18:04'),
(87736,33409,'action started via WP Cron','2021-01-20 18:20:15','2021-01-20 13:20:15'),
(87737,33409,'action complete via WP Cron','2021-01-20 18:20:15','2021-01-20 13:20:15'),
(87738,33410,'action created','2021-01-20 18:20:15','2021-01-20 13:20:15'),
(87739,33410,'action started via WP Cron','2021-01-20 18:21:14','2021-01-20 13:21:14'),
(87740,33410,'action complete via WP Cron','2021-01-20 18:21:14','2021-01-20 13:21:14'),
(87741,33411,'action created','2021-01-20 18:21:15','2021-01-20 13:21:15'),
(87742,33411,'action started via WP Cron','2021-01-20 18:24:29','2021-01-20 13:24:29'),
(87743,33411,'action complete via WP Cron','2021-01-20 18:24:29','2021-01-20 13:24:29'),
(87744,33412,'action created','2021-01-20 18:24:29','2021-01-20 13:24:29'),
(87745,33412,'action started via WP Cron','2021-01-20 18:25:57','2021-01-20 13:25:57'),
(87746,33412,'action complete via WP Cron','2021-01-20 18:25:57','2021-01-20 13:25:57'),
(87747,33413,'action created','2021-01-20 18:25:57','2021-01-20 13:25:57'),
(87748,33413,'action started via WP Cron','2021-01-20 18:26:38','2021-01-20 13:26:38'),
(87749,33413,'action complete via WP Cron','2021-01-20 18:26:38','2021-01-20 13:26:38'),
(87750,33414,'action created','2021-01-20 18:26:39','2021-01-20 13:26:39'),
(87751,33414,'action started via WP Cron','2021-01-20 18:28:05','2021-01-20 13:28:05'),
(87752,33414,'action complete via WP Cron','2021-01-20 18:28:05','2021-01-20 13:28:05'),
(87753,33415,'action created','2021-01-20 18:28:05','2021-01-20 13:28:05'),
(87754,33415,'action started via WP Cron','2021-01-20 18:28:54','2021-01-20 13:28:54'),
(87755,33415,'action complete via WP Cron','2021-01-20 18:28:54','2021-01-20 13:28:54'),
(87756,33416,'action created','2021-01-20 18:28:55','2021-01-20 13:28:55'),
(87757,33416,'action started via WP Cron','2021-01-20 18:30:17','2021-01-20 13:30:17'),
(87758,33416,'action complete via WP Cron','2021-01-20 18:30:17','2021-01-20 13:30:17'),
(87759,33417,'action created','2021-01-20 18:30:17','2021-01-20 13:30:17'),
(87760,33417,'action started via WP Cron','2021-01-20 18:31:13','2021-01-20 13:31:13'),
(87761,33417,'action complete via WP Cron','2021-01-20 18:31:13','2021-01-20 13:31:13'),
(87762,33418,'action created','2021-01-20 18:31:13','2021-01-20 13:31:13'),
(87763,33418,'action started via WP Cron','2021-01-20 18:33:57','2021-01-20 13:33:57'),
(87764,33418,'action complete via WP Cron','2021-01-20 18:33:57','2021-01-20 13:33:57'),
(87765,33419,'action created','2021-01-20 18:33:57','2021-01-20 13:33:57'),
(87766,33419,'action started via WP Cron','2021-01-20 18:35:07','2021-01-20 13:35:07'),
(87767,33419,'action complete via WP Cron','2021-01-20 18:35:07','2021-01-20 13:35:07'),
(87768,33420,'action created','2021-01-20 18:35:07','2021-01-20 13:35:07'),
(87769,33420,'action started via WP Cron','2021-01-20 18:36:35','2021-01-20 13:36:35'),
(87770,33420,'action complete via WP Cron','2021-01-20 18:36:35','2021-01-20 13:36:35'),
(87771,33421,'action created','2021-01-20 18:36:35','2021-01-20 13:36:35'),
(87772,33421,'action started via WP Cron','2021-01-20 18:37:21','2021-01-20 13:37:21'),
(87773,33421,'action complete via WP Cron','2021-01-20 18:37:21','2021-01-20 13:37:21'),
(87774,33422,'action created','2021-01-20 18:37:21','2021-01-20 13:37:21'),
(87775,33422,'action started via WP Cron','2021-01-20 18:38:18','2021-01-20 13:38:18'),
(87776,33422,'action complete via WP Cron','2021-01-20 18:38:18','2021-01-20 13:38:18'),
(87777,33423,'action created','2021-01-20 18:38:18','2021-01-20 13:38:18'),
(87778,33423,'action started via WP Cron','2021-01-20 18:39:39','2021-01-20 13:39:39'),
(87779,33423,'action complete via WP Cron','2021-01-20 18:39:39','2021-01-20 13:39:39'),
(87780,33424,'action created','2021-01-20 18:39:39','2021-01-20 13:39:39'),
(87781,33424,'action started via WP Cron','2021-01-20 18:40:24','2021-01-20 13:40:24'),
(87782,33424,'action complete via WP Cron','2021-01-20 18:40:24','2021-01-20 13:40:24'),
(87783,33425,'action created','2021-01-20 18:40:24','2021-01-20 13:40:24'),
(87784,33425,'action started via WP Cron','2021-01-20 18:41:12','2021-01-20 13:41:12'),
(87785,33425,'action complete via WP Cron','2021-01-20 18:41:12','2021-01-20 13:41:12'),
(87786,33426,'action created','2021-01-20 18:41:12','2021-01-20 13:41:12'),
(87787,33426,'action started via WP Cron','2021-01-20 18:43:39','2021-01-20 13:43:39'),
(87788,33426,'action complete via WP Cron','2021-01-20 18:43:39','2021-01-20 13:43:39'),
(87789,33427,'action created','2021-01-20 18:43:39','2021-01-20 13:43:39'),
(87790,33427,'action started via WP Cron','2021-01-20 18:44:16','2021-01-20 13:44:16'),
(87791,33427,'action complete via WP Cron','2021-01-20 18:44:16','2021-01-20 13:44:16'),
(87792,33428,'action created','2021-01-20 18:44:16','2021-01-20 13:44:16'),
(87793,33428,'action started via WP Cron','2021-01-20 18:45:53','2021-01-20 13:45:53'),
(87794,33428,'action complete via WP Cron','2021-01-20 18:45:53','2021-01-20 13:45:53'),
(87795,33429,'action created','2021-01-20 18:45:53','2021-01-20 13:45:53'),
(87796,33429,'action started via WP Cron','2021-01-20 18:47:09','2021-01-20 13:47:09'),
(87797,33429,'action complete via WP Cron','2021-01-20 18:47:09','2021-01-20 13:47:09'),
(87798,33430,'action created','2021-01-20 18:47:09','2021-01-20 13:47:09'),
(87799,33430,'action started via WP Cron','2021-01-20 18:47:49','2021-01-20 13:47:49'),
(87800,33430,'action complete via WP Cron','2021-01-20 18:47:49','2021-01-20 13:47:49'),
(87801,33431,'action created','2021-01-20 18:47:49','2021-01-20 13:47:49'),
(87802,33431,'action started via WP Cron','2021-01-20 18:49:18','2021-01-20 13:49:18'),
(87803,33431,'action complete via WP Cron','2021-01-20 18:49:18','2021-01-20 13:49:18'),
(87804,33432,'action created','2021-01-20 18:49:18','2021-01-20 13:49:18'),
(87805,33432,'action started via WP Cron','2021-01-20 18:51:47','2021-01-20 13:51:47'),
(87806,33432,'action complete via WP Cron','2021-01-20 18:51:47','2021-01-20 13:51:47'),
(87807,33433,'action created','2021-01-20 18:51:47','2021-01-20 13:51:47'),
(87808,33433,'action started via WP Cron','2021-01-20 18:52:12','2021-01-20 13:52:12'),
(87809,33433,'action complete via WP Cron','2021-01-20 18:52:12','2021-01-20 13:52:12'),
(87810,33434,'action created','2021-01-20 18:52:13','2021-01-20 13:52:13'),
(87811,33434,'action started via WP Cron','2021-01-20 18:54:13','2021-01-20 13:54:13'),
(87812,33434,'action complete via WP Cron','2021-01-20 18:54:13','2021-01-20 13:54:13'),
(87813,33435,'action created','2021-01-20 18:54:13','2021-01-20 13:54:13'),
(87814,33435,'action started via WP Cron','2021-01-20 18:55:16','2021-01-20 13:55:16'),
(87815,33435,'action complete via WP Cron','2021-01-20 18:55:16','2021-01-20 13:55:16'),
(87816,33436,'action created','2021-01-20 18:55:16','2021-01-20 13:55:16'),
(87817,33436,'action started via WP Cron','2021-01-20 18:56:17','2021-01-20 13:56:17'),
(87818,33436,'action complete via WP Cron','2021-01-20 18:56:17','2021-01-20 13:56:17'),
(87819,33437,'action created','2021-01-20 18:56:17','2021-01-20 13:56:17'),
(87820,33437,'action started via WP Cron','2021-01-20 18:57:16','2021-01-20 13:57:16'),
(87821,33437,'action complete via WP Cron','2021-01-20 18:57:16','2021-01-20 13:57:16'),
(87822,33438,'action created','2021-01-20 18:57:56','2021-01-20 13:57:56'),
(87823,33438,'action started via WP Cron','2021-01-20 18:59:09','2021-01-20 13:59:09'),
(87824,33438,'action complete via WP Cron','2021-01-20 18:59:09','2021-01-20 13:59:09'),
(87825,33439,'action created','2021-01-20 18:59:09','2021-01-20 13:59:09'),
(87826,33439,'action started via WP Cron','2021-01-20 18:59:29','2021-01-20 13:59:29'),
(87827,33439,'action complete via WP Cron','2021-01-20 18:59:29','2021-01-20 13:59:29'),
(87828,33440,'action created','2021-01-20 18:59:29','2021-01-20 13:59:29'),
(87829,33440,'action started via WP Cron','2021-01-20 19:00:48','2021-01-20 14:00:48'),
(87830,33440,'action complete via WP Cron','2021-01-20 19:00:48','2021-01-20 14:00:48'),
(87831,33441,'action created','2021-01-20 19:00:48','2021-01-20 14:00:48'),
(87832,33441,'action started via WP Cron','2021-01-20 19:01:23','2021-01-20 14:01:23'),
(87833,33441,'action complete via WP Cron','2021-01-20 19:01:23','2021-01-20 14:01:23'),
(87834,33442,'action created','2021-01-20 19:01:23','2021-01-20 14:01:23'),
(87835,33442,'action started via WP Cron','2021-01-20 19:03:33','2021-01-20 14:03:33'),
(87836,33442,'action complete via WP Cron','2021-01-20 19:03:33','2021-01-20 14:03:33'),
(87837,33443,'action created','2021-01-20 19:03:34','2021-01-20 14:03:34'),
(87838,33443,'action started via WP Cron','2021-01-20 19:04:17','2021-01-20 14:04:17'),
(87839,33443,'action complete via WP Cron','2021-01-20 19:04:17','2021-01-20 14:04:17'),
(87840,33444,'action created','2021-01-20 19:04:18','2021-01-20 14:04:18'),
(87841,33444,'action started via WP Cron','2021-01-20 19:05:16','2021-01-20 14:05:16'),
(87842,33444,'action complete via WP Cron','2021-01-20 19:05:16','2021-01-20 14:05:16'),
(87843,33445,'action created','2021-01-20 19:05:17','2021-01-20 14:05:17'),
(87844,33445,'action started via WP Cron','2021-01-20 19:06:53','2021-01-20 14:06:53'),
(87845,33445,'action complete via WP Cron','2021-01-20 19:06:53','2021-01-20 14:06:53'),
(87846,33446,'action created','2021-01-20 19:06:53','2021-01-20 14:06:53'),
(87847,33446,'action started via WP Cron','2021-01-20 19:08:27','2021-01-20 14:08:27'),
(87848,33446,'action complete via WP Cron','2021-01-20 19:08:27','2021-01-20 14:08:27'),
(87849,33447,'action created','2021-01-20 19:08:27','2021-01-20 14:08:27'),
(87850,33447,'action started via WP Cron','2021-01-20 19:09:35','2021-01-20 14:09:35'),
(87851,33447,'action complete via WP Cron','2021-01-20 19:09:35','2021-01-20 14:09:35'),
(87852,33448,'action created','2021-01-20 19:09:35','2021-01-20 14:09:35'),
(87853,33448,'action started via WP Cron','2021-01-20 19:10:22','2021-01-20 14:10:22'),
(87854,33448,'action complete via WP Cron','2021-01-20 19:10:22','2021-01-20 14:10:22'),
(87855,33449,'action created','2021-01-20 19:10:22','2021-01-20 14:10:22'),
(87856,33449,'action started via WP Cron','2021-01-20 19:11:54','2021-01-20 14:11:54'),
(87857,33449,'action complete via WP Cron','2021-01-20 19:11:54','2021-01-20 14:11:54'),
(87858,33450,'action created','2021-01-20 19:11:54','2021-01-20 14:11:54'),
(87859,33450,'action started via WP Cron','2021-01-20 19:12:57','2021-01-20 14:12:57'),
(87860,33450,'action complete via WP Cron','2021-01-20 19:12:57','2021-01-20 14:12:57'),
(87861,33451,'action created','2021-01-20 19:12:57','2021-01-20 14:12:57'),
(87862,33451,'action started via WP Cron','2021-01-20 19:14:14','2021-01-20 14:14:14'),
(87863,33451,'action complete via WP Cron','2021-01-20 19:14:14','2021-01-20 14:14:14'),
(87864,33452,'action created','2021-01-20 19:14:14','2021-01-20 14:14:14'),
(87865,33452,'action started via WP Cron','2021-01-20 19:15:11','2021-01-20 14:15:11'),
(87866,33452,'action complete via WP Cron','2021-01-20 19:15:11','2021-01-20 14:15:11'),
(87867,33453,'action created','2021-01-20 19:15:12','2021-01-20 14:15:12'),
(87868,33453,'action started via WP Cron','2021-01-20 19:16:15','2021-01-20 14:16:15'),
(87869,33453,'action complete via WP Cron','2021-01-20 19:16:15','2021-01-20 14:16:15'),
(87870,33454,'action created','2021-01-20 19:16:15','2021-01-20 14:16:15'),
(87871,33454,'action started via WP Cron','2021-01-20 19:18:46','2021-01-20 14:18:46'),
(87872,33454,'action complete via WP Cron','2021-01-20 19:18:46','2021-01-20 14:18:46'),
(87873,33455,'action created','2021-01-20 19:18:46','2021-01-20 14:18:46'),
(87874,33455,'action started via WP Cron','2021-01-20 19:19:37','2021-01-20 14:19:37'),
(87875,33455,'action complete via WP Cron','2021-01-20 19:19:37','2021-01-20 14:19:37'),
(87876,33456,'action created','2021-01-20 19:19:37','2021-01-20 14:19:37'),
(87877,33456,'action started via WP Cron','2021-01-20 19:20:29','2021-01-20 14:20:29'),
(87878,33456,'action complete via WP Cron','2021-01-20 19:20:29','2021-01-20 14:20:29'),
(87879,33457,'action created','2021-01-20 19:20:29','2021-01-20 14:20:29'),
(87880,33457,'action started via WP Cron','2021-01-20 19:22:03','2021-01-20 14:22:03'),
(87881,33457,'action complete via WP Cron','2021-01-20 19:22:03','2021-01-20 14:22:03'),
(87882,33458,'action created','2021-01-20 19:22:03','2021-01-20 14:22:03'),
(87883,33458,'action started via WP Cron','2021-01-20 19:22:14','2021-01-20 14:22:14'),
(87884,33458,'action complete via WP Cron','2021-01-20 19:22:14','2021-01-20 14:22:14'),
(87885,33459,'action created','2021-01-20 19:22:14','2021-01-20 14:22:14'),
(87886,33459,'action started via WP Cron','2021-01-20 19:23:16','2021-01-20 14:23:16'),
(87887,33459,'action complete via WP Cron','2021-01-20 19:23:16','2021-01-20 14:23:16'),
(87888,33460,'action created','2021-01-20 19:23:16','2021-01-20 14:23:16'),
(87889,33460,'action started via WP Cron','2021-01-20 19:24:23','2021-01-20 14:24:23'),
(87890,33460,'action complete via WP Cron','2021-01-20 19:24:23','2021-01-20 14:24:23'),
(87891,33461,'action created','2021-01-20 19:24:23','2021-01-20 14:24:23'),
(87892,33461,'action started via WP Cron','2021-01-20 19:26:51','2021-01-20 14:26:51'),
(87893,33461,'action complete via WP Cron','2021-01-20 19:26:51','2021-01-20 14:26:51'),
(87894,33462,'action created','2021-01-20 19:26:51','2021-01-20 14:26:51'),
(87895,33462,'action started via WP Cron','2021-01-20 19:27:44','2021-01-20 14:27:44'),
(87896,33462,'action complete via WP Cron','2021-01-20 19:27:44','2021-01-20 14:27:44'),
(87897,33463,'action created','2021-01-20 19:27:44','2021-01-20 14:27:44'),
(87898,33463,'action started via WP Cron','2021-01-20 19:28:43','2021-01-20 14:28:43'),
(87899,33463,'action complete via WP Cron','2021-01-20 19:28:43','2021-01-20 14:28:43'),
(87900,33464,'action created','2021-01-20 19:28:43','2021-01-20 14:28:43'),
(87901,33464,'action started via WP Cron','2021-01-20 19:29:32','2021-01-20 14:29:32'),
(87902,33464,'action complete via WP Cron','2021-01-20 19:29:32','2021-01-20 14:29:32'),
(87903,33465,'action created','2021-01-20 19:29:32','2021-01-20 14:29:32'),
(87904,33465,'action started via WP Cron','2021-01-20 19:31:47','2021-01-20 14:31:47'),
(87905,33465,'action complete via WP Cron','2021-01-20 19:31:47','2021-01-20 14:31:47'),
(87906,33466,'action created','2021-01-20 19:31:47','2021-01-20 14:31:47'),
(87907,33466,'action started via WP Cron','2021-01-20 19:32:21','2021-01-20 14:32:21'),
(87908,33466,'action complete via WP Cron','2021-01-20 19:32:21','2021-01-20 14:32:21'),
(87909,33467,'action created','2021-01-20 19:32:21','2021-01-20 14:32:21'),
(87910,33467,'action started via WP Cron','2021-01-20 19:33:41','2021-01-20 14:33:41'),
(87911,33467,'action complete via WP Cron','2021-01-20 19:33:41','2021-01-20 14:33:41'),
(87912,33468,'action created','2021-01-20 19:33:41','2021-01-20 14:33:41'),
(87913,33468,'action started via WP Cron','2021-01-20 19:35:07','2021-01-20 14:35:07'),
(87914,33468,'action complete via WP Cron','2021-01-20 19:35:07','2021-01-20 14:35:07'),
(87915,33469,'action created','2021-01-20 19:35:07','2021-01-20 14:35:07'),
(87916,33469,'action started via WP Cron','2021-01-20 19:35:36','2021-01-20 14:35:36'),
(87917,33469,'action complete via WP Cron','2021-01-20 19:35:36','2021-01-20 14:35:36'),
(87918,33470,'action created','2021-01-20 19:35:37','2021-01-20 14:35:37'),
(87919,33470,'action started via WP Cron','2021-01-20 19:37:14','2021-01-20 14:37:14'),
(87920,33470,'action complete via WP Cron','2021-01-20 19:37:14','2021-01-20 14:37:14'),
(87921,33471,'action created','2021-01-20 19:37:14','2021-01-20 14:37:14'),
(87922,33471,'action started via WP Cron','2021-01-20 19:38:18','2021-01-20 14:38:18'),
(87923,33471,'action complete via WP Cron','2021-01-20 19:38:18','2021-01-20 14:38:18'),
(87924,33472,'action created','2021-01-20 19:38:18','2021-01-20 14:38:18'),
(87925,33472,'action started via WP Cron','2021-01-20 19:39:13','2021-01-20 14:39:13'),
(87926,33472,'action complete via WP Cron','2021-01-20 19:39:13','2021-01-20 14:39:13'),
(87927,33473,'action created','2021-01-20 19:39:13','2021-01-20 14:39:13'),
(87928,33473,'action started via WP Cron','2021-01-20 19:40:25','2021-01-20 14:40:25'),
(87929,33473,'action complete via WP Cron','2021-01-20 19:40:25','2021-01-20 14:40:25'),
(87930,33474,'action created','2021-01-20 19:40:25','2021-01-20 14:40:25'),
(87931,33474,'action started via WP Cron','2021-01-20 19:43:00','2021-01-20 14:43:00'),
(87932,33474,'action complete via WP Cron','2021-01-20 19:43:00','2021-01-20 14:43:00'),
(87933,33475,'action created','2021-01-20 19:43:00','2021-01-20 14:43:00'),
(87934,33475,'action started via WP Cron','2021-01-20 19:43:20','2021-01-20 14:43:20'),
(87935,33475,'action complete via WP Cron','2021-01-20 19:43:20','2021-01-20 14:43:20'),
(87936,33476,'action created','2021-01-20 19:43:20','2021-01-20 14:43:20'),
(87937,33476,'action started via WP Cron','2021-01-20 19:44:11','2021-01-20 14:44:11'),
(87938,33476,'action complete via WP Cron','2021-01-20 19:44:11','2021-01-20 14:44:11'),
(87939,33477,'action created','2021-01-20 19:44:11','2021-01-20 14:44:11'),
(87940,33477,'action started via WP Cron','2021-01-20 19:45:32','2021-01-20 14:45:32'),
(87941,33477,'action complete via WP Cron','2021-01-20 19:45:32','2021-01-20 14:45:32'),
(87942,33478,'action created','2021-01-20 19:45:32','2021-01-20 14:45:32'),
(87943,33478,'action started via WP Cron','2021-01-20 19:46:49','2021-01-20 14:46:49'),
(87944,33478,'action complete via WP Cron','2021-01-20 19:46:49','2021-01-20 14:46:49'),
(87945,33479,'action created','2021-01-20 19:46:49','2021-01-20 14:46:49'),
(87946,33479,'action started via WP Cron','2021-01-20 19:47:15','2021-01-20 14:47:15'),
(87947,33479,'action complete via WP Cron','2021-01-20 19:47:15','2021-01-20 14:47:15'),
(87948,33480,'action created','2021-01-20 19:47:15','2021-01-20 14:47:15'),
(87949,33480,'action started via WP Cron','2021-01-20 19:49:10','2021-01-20 14:49:10'),
(87950,33480,'action complete via WP Cron','2021-01-20 19:49:10','2021-01-20 14:49:10'),
(87951,33481,'action created','2021-01-20 19:49:10','2021-01-20 14:49:10'),
(87952,33481,'action started via WP Cron','2021-01-20 19:50:55','2021-01-20 14:50:55'),
(87953,33481,'action complete via WP Cron','2021-01-20 19:50:55','2021-01-20 14:50:55'),
(87954,33482,'action created','2021-01-20 19:50:55','2021-01-20 14:50:55'),
(87955,33482,'action started via WP Cron','2021-01-20 19:51:15','2021-01-20 14:51:15'),
(87956,33482,'action complete via WP Cron','2021-01-20 19:51:15','2021-01-20 14:51:15'),
(87957,33483,'action created','2021-01-20 19:51:15','2021-01-20 14:51:15'),
(87958,33483,'action started via WP Cron','2021-01-20 19:52:17','2021-01-20 14:52:17'),
(87959,33483,'action complete via WP Cron','2021-01-20 19:52:17','2021-01-20 14:52:17'),
(87960,33484,'action created','2021-01-20 19:52:18','2021-01-20 14:52:18'),
(87961,33484,'action started via WP Cron','2021-01-20 19:53:34','2021-01-20 14:53:34'),
(87962,33484,'action complete via WP Cron','2021-01-20 19:53:34','2021-01-20 14:53:34'),
(87963,33485,'action created','2021-01-20 19:53:34','2021-01-20 14:53:34'),
(87964,33485,'action started via WP Cron','2021-01-20 19:54:14','2021-01-20 14:54:14'),
(87965,33485,'action complete via WP Cron','2021-01-20 19:54:14','2021-01-20 14:54:14'),
(87966,33486,'action created','2021-01-20 19:54:14','2021-01-20 14:54:14'),
(87967,33486,'action started via Async Request','2021-01-20 19:55:07','2021-01-20 14:55:07'),
(87968,33486,'action complete via Async Request','2021-01-20 19:55:07','2021-01-20 14:55:07'),
(87969,33487,'action created','2021-01-20 19:56:10','2021-01-20 14:56:10'),
(87970,33487,'action started via WP Cron','2021-01-20 19:56:46','2021-01-20 14:56:46'),
(87971,33487,'action complete via WP Cron','2021-01-20 19:56:46','2021-01-20 14:56:46'),
(87972,33488,'action created','2021-01-20 19:56:46','2021-01-20 14:56:46'),
(87973,33488,'action started via WP Cron','2021-01-20 19:57:21','2021-01-20 14:57:21'),
(87974,33488,'action complete via WP Cron','2021-01-20 19:57:21','2021-01-20 14:57:21'),
(87975,33489,'action created','2021-01-20 19:57:21','2021-01-20 14:57:21'),
(87976,33489,'action started via WP Cron','2021-01-20 20:01:48','2021-01-20 15:01:48'),
(87977,33489,'action complete via WP Cron','2021-01-20 20:01:48','2021-01-20 15:01:48'),
(87978,33490,'action created','2021-01-20 20:01:48','2021-01-20 15:01:48'),
(87979,33490,'action started via WP Cron','2021-01-20 20:03:23','2021-01-20 15:03:23'),
(87980,33490,'action complete via WP Cron','2021-01-20 20:03:23','2021-01-20 15:03:23'),
(87981,33491,'action created','2021-01-20 20:03:23','2021-01-20 15:03:23'),
(87982,33491,'action started via WP Cron','2021-01-20 20:04:14','2021-01-20 15:04:14'),
(87983,33491,'action complete via WP Cron','2021-01-20 20:04:14','2021-01-20 15:04:14'),
(87984,33492,'action created','2021-01-20 20:04:14','2021-01-20 15:04:14'),
(87985,33492,'action started via WP Cron','2021-01-20 20:06:24','2021-01-20 15:06:24'),
(87986,33492,'action complete via WP Cron','2021-01-20 20:06:24','2021-01-20 15:06:24'),
(87987,33493,'action created','2021-01-20 20:06:24','2021-01-20 15:06:24'),
(87988,33493,'action started via WP Cron','2021-01-20 20:07:30','2021-01-20 15:07:30'),
(87989,33493,'action complete via WP Cron','2021-01-20 20:07:30','2021-01-20 15:07:30'),
(87990,33494,'action created','2021-01-20 20:07:30','2021-01-20 15:07:30'),
(87991,33494,'action started via WP Cron','2021-01-20 20:09:04','2021-01-20 15:09:04'),
(87992,33494,'action complete via WP Cron','2021-01-20 20:09:04','2021-01-20 15:09:04'),
(87993,33495,'action created','2021-01-20 20:09:04','2021-01-20 15:09:04'),
(87994,33495,'action started via WP Cron','2021-01-20 20:10:34','2021-01-20 15:10:34'),
(87995,33495,'action complete via WP Cron','2021-01-20 20:10:34','2021-01-20 15:10:34'),
(87996,33496,'action created','2021-01-20 20:10:34','2021-01-20 15:10:34'),
(87997,33496,'action started via WP Cron','2021-01-20 20:11:28','2021-01-20 15:11:28'),
(87998,33496,'action complete via WP Cron','2021-01-20 20:11:28','2021-01-20 15:11:28'),
(87999,33497,'action created','2021-01-20 20:11:28','2021-01-20 15:11:28'),
(88000,33497,'action started via WP Cron','2021-01-20 20:12:16','2021-01-20 15:12:16'),
(88001,33497,'action complete via WP Cron','2021-01-20 20:12:16','2021-01-20 15:12:16'),
(88002,33498,'action created','2021-01-20 20:12:16','2021-01-20 15:12:16'),
(88003,33498,'action started via WP Cron','2021-01-20 20:13:29','2021-01-20 15:13:29'),
(88004,33498,'action complete via WP Cron','2021-01-20 20:13:29','2021-01-20 15:13:29'),
(88005,33499,'action created','2021-01-20 20:13:29','2021-01-20 15:13:29'),
(88006,33499,'action started via WP Cron','2021-01-20 20:14:15','2021-01-20 15:14:15'),
(88007,33499,'action complete via WP Cron','2021-01-20 20:14:16','2021-01-20 15:14:16'),
(88008,33500,'action created','2021-01-20 20:14:16','2021-01-20 15:14:16'),
(88009,33500,'action started via WP Cron','2021-01-20 20:15:20','2021-01-20 15:15:20'),
(88010,33500,'action complete via WP Cron','2021-01-20 20:15:20','2021-01-20 15:15:20'),
(88011,33501,'action created','2021-01-20 20:15:20','2021-01-20 15:15:20'),
(88012,33501,'action started via WP Cron','2021-01-20 20:17:45','2021-01-20 15:17:45'),
(88013,33501,'action complete via WP Cron','2021-01-20 20:17:45','2021-01-20 15:17:45'),
(88014,33502,'action created','2021-01-20 20:17:45','2021-01-20 15:17:45'),
(88015,33502,'action started via WP Cron','2021-01-20 20:19:11','2021-01-20 15:19:11'),
(88016,33502,'action complete via WP Cron','2021-01-20 20:19:11','2021-01-20 15:19:11'),
(88017,33503,'action created','2021-01-20 20:19:12','2021-01-20 15:19:12'),
(88018,33503,'action started via WP Cron','2021-01-20 20:20:20','2021-01-20 15:20:20'),
(88019,33503,'action complete via WP Cron','2021-01-20 20:20:21','2021-01-20 15:20:21'),
(88020,33504,'action created','2021-01-20 20:20:21','2021-01-20 15:20:21'),
(88021,33504,'action started via WP Cron','2021-01-20 20:21:56','2021-01-20 15:21:56'),
(88022,33504,'action complete via WP Cron','2021-01-20 20:21:56','2021-01-20 15:21:56'),
(88023,33505,'action created','2021-01-20 20:21:56','2021-01-20 15:21:56'),
(88024,33505,'action started via WP Cron','2021-01-20 20:24:12','2021-01-20 15:24:12'),
(88025,33505,'action complete via WP Cron','2021-01-20 20:24:12','2021-01-20 15:24:12'),
(88026,33506,'action created','2021-01-20 20:24:12','2021-01-20 15:24:12'),
(88027,33506,'action started via WP Cron','2021-01-20 20:25:24','2021-01-20 15:25:24'),
(88028,33506,'action complete via WP Cron','2021-01-20 20:25:24','2021-01-20 15:25:24'),
(88029,33507,'action created','2021-01-20 20:25:24','2021-01-20 15:25:24'),
(88030,33507,'action started via WP Cron','2021-01-20 20:27:27','2021-01-20 15:27:27'),
(88031,33507,'action complete via WP Cron','2021-01-20 20:27:27','2021-01-20 15:27:27'),
(88032,33508,'action created','2021-01-20 20:27:27','2021-01-20 15:27:27'),
(88033,33508,'action started via WP Cron','2021-01-20 20:30:30','2021-01-20 15:30:30'),
(88034,33508,'action complete via WP Cron','2021-01-20 20:30:30','2021-01-20 15:30:30'),
(88035,33509,'action created','2021-01-20 20:30:30','2021-01-20 15:30:30'),
(88036,33509,'action started via WP Cron','2021-01-20 20:31:47','2021-01-20 15:31:47'),
(88037,33509,'action complete via WP Cron','2021-01-20 20:31:48','2021-01-20 15:31:48'),
(88038,33510,'action created','2021-01-20 20:31:48','2021-01-20 15:31:48'),
(88039,33510,'action started via WP Cron','2021-01-20 20:32:38','2021-01-20 15:32:38'),
(88040,33510,'action complete via WP Cron','2021-01-20 20:32:38','2021-01-20 15:32:38'),
(88041,33511,'action created','2021-01-20 20:33:10','2021-01-20 15:33:10'),
(88042,33511,'action started via WP Cron','2021-01-20 20:34:07','2021-01-20 15:34:07'),
(88043,33511,'action complete via WP Cron','2021-01-20 20:34:07','2021-01-20 15:34:07'),
(88044,33512,'action created','2021-01-20 20:34:07','2021-01-20 15:34:07'),
(88045,33512,'action started via WP Cron','2021-01-20 20:36:15','2021-01-20 15:36:15'),
(88046,33512,'action complete via WP Cron','2021-01-20 20:36:15','2021-01-20 15:36:15'),
(88047,33513,'action created','2021-01-20 20:36:15','2021-01-20 15:36:15'),
(88048,33513,'action started via WP Cron','2021-01-20 20:37:31','2021-01-20 15:37:31'),
(88049,33513,'action complete via WP Cron','2021-01-20 20:37:31','2021-01-20 15:37:31'),
(88050,33514,'action created','2021-01-20 20:37:31','2021-01-20 15:37:31'),
(88051,33514,'action started via WP Cron','2021-01-20 20:38:32','2021-01-20 15:38:32'),
(88052,33514,'action complete via WP Cron','2021-01-20 20:38:32','2021-01-20 15:38:32'),
(88053,33515,'action created','2021-01-20 20:38:32','2021-01-20 15:38:32'),
(88054,33515,'action started via WP Cron','2021-01-20 20:41:20','2021-01-20 15:41:20'),
(88055,33515,'action complete via WP Cron','2021-01-20 20:41:20','2021-01-20 15:41:20'),
(88056,33516,'action created','2021-01-20 20:41:20','2021-01-20 15:41:20'),
(88057,33516,'action started via WP Cron','2021-01-20 20:43:01','2021-01-20 15:43:01'),
(88058,33516,'action complete via WP Cron','2021-01-20 20:43:01','2021-01-20 15:43:01'),
(88059,33517,'action created','2021-01-20 20:43:01','2021-01-20 15:43:01'),
(88060,33517,'action started via WP Cron','2021-01-20 20:43:47','2021-01-20 15:43:47'),
(88061,33517,'action complete via WP Cron','2021-01-20 20:43:47','2021-01-20 15:43:47'),
(88062,33518,'action created','2021-01-20 20:43:47','2021-01-20 15:43:47'),
(88063,33518,'action started via WP Cron','2021-01-20 20:44:46','2021-01-20 15:44:46'),
(88064,33518,'action complete via WP Cron','2021-01-20 20:44:46','2021-01-20 15:44:46'),
(88065,33519,'action created','2021-01-20 20:44:46','2021-01-20 15:44:46'),
(88066,33519,'action started via WP Cron','2021-01-20 20:46:13','2021-01-20 15:46:13'),
(88067,33519,'action complete via WP Cron','2021-01-20 20:46:13','2021-01-20 15:46:13'),
(88068,33520,'action created','2021-01-20 20:46:13','2021-01-20 15:46:13'),
(88069,33520,'action started via WP Cron','2021-01-20 20:49:00','2021-01-20 15:49:00'),
(88070,33520,'action complete via WP Cron','2021-01-20 20:49:00','2021-01-20 15:49:00'),
(88071,33521,'action created','2021-01-20 20:49:01','2021-01-20 15:49:01'),
(88072,33521,'action started via WP Cron','2021-01-20 20:49:48','2021-01-20 15:49:48'),
(88073,33521,'action complete via WP Cron','2021-01-20 20:49:48','2021-01-20 15:49:48'),
(88074,33522,'action created','2021-01-20 20:49:48','2021-01-20 15:49:48'),
(88075,33522,'action started via WP Cron','2021-01-20 20:50:17','2021-01-20 15:50:17'),
(88076,33522,'action complete via WP Cron','2021-01-20 20:50:17','2021-01-20 15:50:17'),
(88077,33523,'action created','2021-01-20 20:50:17','2021-01-20 15:50:17'),
(88078,33523,'action started via WP Cron','2021-01-20 20:52:49','2021-01-20 15:52:49'),
(88079,33523,'action complete via WP Cron','2021-01-20 20:52:49','2021-01-20 15:52:49'),
(88080,33524,'action created','2021-01-20 20:52:49','2021-01-20 15:52:49'),
(88081,33524,'action started via WP Cron','2021-01-20 20:53:31','2021-01-20 15:53:31'),
(88082,33524,'action complete via WP Cron','2021-01-20 20:53:31','2021-01-20 15:53:31'),
(88083,33525,'action created','2021-01-20 20:53:31','2021-01-20 15:53:31'),
(88084,33525,'action started via WP Cron','2021-01-20 20:54:41','2021-01-20 15:54:41'),
(88085,33525,'action complete via WP Cron','2021-01-20 20:54:41','2021-01-20 15:54:41'),
(88086,33526,'action created','2021-01-20 20:54:41','2021-01-20 15:54:41'),
(88087,33526,'action started via WP Cron','2021-01-20 20:55:31','2021-01-20 15:55:31'),
(88088,33526,'action complete via WP Cron','2021-01-20 20:55:31','2021-01-20 15:55:31'),
(88089,33527,'action created','2021-01-20 20:55:32','2021-01-20 15:55:32'),
(88090,33527,'action started via WP Cron','2021-01-20 20:56:41','2021-01-20 15:56:41'),
(88091,33527,'action complete via WP Cron','2021-01-20 20:56:41','2021-01-20 15:56:41'),
(88092,33528,'action created','2021-01-20 20:56:41','2021-01-20 15:56:41'),
(88093,33528,'action started via WP Cron','2021-01-20 20:57:34','2021-01-20 15:57:34'),
(88094,33528,'action complete via WP Cron','2021-01-20 20:57:34','2021-01-20 15:57:34'),
(88095,33529,'action created','2021-01-20 20:57:34','2021-01-20 15:57:34'),
(88096,33529,'action started via WP Cron','2021-01-20 20:58:38','2021-01-20 15:58:38'),
(88097,33529,'action complete via WP Cron','2021-01-20 20:58:38','2021-01-20 15:58:38'),
(88098,33530,'action created','2021-01-20 20:58:38','2021-01-20 15:58:38'),
(88099,33530,'action started via WP Cron','2021-01-20 20:59:28','2021-01-20 15:59:28'),
(88100,33530,'action complete via WP Cron','2021-01-20 20:59:28','2021-01-20 15:59:28'),
(88101,33531,'action created','2021-01-20 20:59:28','2021-01-20 15:59:28'),
(88102,33531,'action started via WP Cron','2021-01-20 21:00:13','2021-01-20 16:00:13'),
(88103,33531,'action complete via WP Cron','2021-01-20 21:00:13','2021-01-20 16:00:13'),
(88104,33532,'action created','2021-01-20 21:00:13','2021-01-20 16:00:13'),
(88105,33532,'action started via WP Cron','2021-01-20 21:02:16','2021-01-20 16:02:16'),
(88106,33532,'action complete via WP Cron','2021-01-20 21:02:16','2021-01-20 16:02:16'),
(88107,33533,'action created','2021-01-20 21:02:17','2021-01-20 16:02:17'),
(88108,33533,'action started via WP Cron','2021-01-20 21:03:22','2021-01-20 16:03:22'),
(88109,33533,'action complete via WP Cron','2021-01-20 21:03:22','2021-01-20 16:03:22'),
(88110,33534,'action created','2021-01-20 21:03:22','2021-01-20 16:03:22'),
(88111,33534,'action started via WP Cron','2021-01-20 21:04:29','2021-01-20 16:04:29'),
(88112,33534,'action complete via WP Cron','2021-01-20 21:04:29','2021-01-20 16:04:29'),
(88113,33535,'action created','2021-01-20 21:04:49','2021-01-20 16:04:49'),
(88114,33535,'action started via WP Cron','2021-01-20 21:05:16','2021-01-20 16:05:16'),
(88115,33535,'action complete via WP Cron','2021-01-20 21:05:17','2021-01-20 16:05:17'),
(88116,33536,'action created','2021-01-20 21:05:17','2021-01-20 16:05:17'),
(88117,33536,'action started via Async Request','2021-01-20 21:05:58','2021-01-20 16:05:58'),
(88118,33536,'action complete via Async Request','2021-01-20 21:05:58','2021-01-20 16:05:58'),
(88119,33537,'action created','2021-01-20 21:06:42','2021-01-20 16:06:42'),
(88120,33537,'action started via WP Cron','2021-01-20 21:07:16','2021-01-20 16:07:16'),
(88121,33537,'action complete via WP Cron','2021-01-20 21:07:16','2021-01-20 16:07:16'),
(88122,33538,'action created','2021-01-20 21:07:16','2021-01-20 16:07:16'),
(88123,33538,'action started via WP Cron','2021-01-20 21:09:47','2021-01-20 16:09:47'),
(88124,33538,'action complete via WP Cron','2021-01-20 21:09:47','2021-01-20 16:09:47'),
(88125,33539,'action created','2021-01-20 21:09:47','2021-01-20 16:09:47'),
(88126,33539,'action started via WP Cron','2021-01-20 21:10:39','2021-01-20 16:10:39'),
(88127,33539,'action complete via WP Cron','2021-01-20 21:10:39','2021-01-20 16:10:39'),
(88128,33540,'action created','2021-01-20 21:10:39','2021-01-20 16:10:39'),
(88129,33540,'action started via WP Cron','2021-01-20 21:11:41','2021-01-20 16:11:41'),
(88130,33540,'action complete via WP Cron','2021-01-20 21:11:41','2021-01-20 16:11:41'),
(88131,33541,'action created','2021-01-20 21:11:41','2021-01-20 16:11:41'),
(88132,33541,'action started via WP Cron','2021-01-20 21:14:04','2021-01-20 16:14:04'),
(88133,33541,'action complete via WP Cron','2021-01-20 21:14:04','2021-01-20 16:14:04'),
(88134,33542,'action created','2021-01-20 21:14:04','2021-01-20 16:14:04'),
(88135,33542,'action started via WP Cron','2021-01-20 21:15:54','2021-01-20 16:15:54'),
(88136,33542,'action complete via WP Cron','2021-01-20 21:15:54','2021-01-20 16:15:54'),
(88137,33543,'action created','2021-01-20 21:15:54','2021-01-20 16:15:54'),
(88138,33543,'action started via WP Cron','2021-01-20 21:17:20','2021-01-20 16:17:20'),
(88139,33543,'action complete via WP Cron','2021-01-20 21:17:20','2021-01-20 16:17:20'),
(88140,33544,'action created','2021-01-20 21:17:20','2021-01-20 16:17:20'),
(88141,33544,'action started via WP Cron','2021-01-20 21:19:16','2021-01-20 16:19:16'),
(88142,33544,'action complete via WP Cron','2021-01-20 21:19:16','2021-01-20 16:19:16'),
(88143,33545,'action created','2021-01-20 21:19:16','2021-01-20 16:19:16'),
(88144,33545,'action started via WP Cron','2021-01-20 21:21:12','2021-01-20 16:21:12'),
(88145,33545,'action complete via WP Cron','2021-01-20 21:21:12','2021-01-20 16:21:12'),
(88146,33546,'action created','2021-01-20 21:21:12','2021-01-20 16:21:12'),
(88147,33546,'action started via WP Cron','2021-01-20 21:22:43','2021-01-20 16:22:43'),
(88148,33546,'action complete via WP Cron','2021-01-20 21:22:43','2021-01-20 16:22:43'),
(88149,33547,'action created','2021-01-20 21:22:43','2021-01-20 16:22:43'),
(88150,33547,'action started via WP Cron','2021-01-20 21:23:40','2021-01-20 16:23:40'),
(88151,33547,'action complete via WP Cron','2021-01-20 21:23:40','2021-01-20 16:23:40'),
(88152,33548,'action created','2021-01-20 21:23:40','2021-01-20 16:23:40'),
(88153,33548,'action started via WP Cron','2021-01-20 21:25:34','2021-01-20 16:25:34'),
(88154,33548,'action complete via WP Cron','2021-01-20 21:25:34','2021-01-20 16:25:34'),
(88155,33549,'action created','2021-01-20 21:25:34','2021-01-20 16:25:34'),
(88156,33549,'action started via WP Cron','2021-01-20 21:27:57','2021-01-20 16:27:57'),
(88157,33549,'action complete via WP Cron','2021-01-20 21:27:57','2021-01-20 16:27:57'),
(88158,33550,'action created','2021-01-20 21:27:57','2021-01-20 16:27:57'),
(88159,33550,'action started via WP Cron','2021-01-20 21:30:16','2021-01-20 16:30:16'),
(88160,33550,'action complete via WP Cron','2021-01-20 21:30:16','2021-01-20 16:30:16'),
(88161,33551,'action created','2021-01-20 21:30:16','2021-01-20 16:30:16'),
(88162,33551,'action started via WP Cron','2021-01-20 21:31:15','2021-01-20 16:31:15'),
(88163,33551,'action complete via WP Cron','2021-01-20 21:31:15','2021-01-20 16:31:15'),
(88164,33552,'action created','2021-01-20 21:31:15','2021-01-20 16:31:15'),
(88165,33552,'action started via WP Cron','2021-01-20 21:33:43','2021-01-20 16:33:43'),
(88166,33552,'action complete via WP Cron','2021-01-20 21:33:43','2021-01-20 16:33:43'),
(88167,33553,'action created','2021-01-20 21:33:43','2021-01-20 16:33:43'),
(88168,33553,'action started via WP Cron','2021-01-20 21:37:57','2021-01-20 16:37:57'),
(88169,33553,'action complete via WP Cron','2021-01-20 21:37:57','2021-01-20 16:37:57'),
(88170,33554,'action created','2021-01-20 21:37:57','2021-01-20 16:37:57'),
(88171,33554,'action started via WP Cron','2021-01-20 21:40:27','2021-01-20 16:40:27'),
(88172,33554,'action complete via WP Cron','2021-01-20 21:40:27','2021-01-20 16:40:27'),
(88173,33555,'action created','2021-01-20 21:40:27','2021-01-20 16:40:27'),
(88174,33555,'action started via WP Cron','2021-01-20 21:43:26','2021-01-20 16:43:26'),
(88175,33555,'action complete via WP Cron','2021-01-20 21:43:26','2021-01-20 16:43:26'),
(88176,33556,'action created','2021-01-20 21:43:26','2021-01-20 16:43:26'),
(88177,33556,'action started via WP Cron','2021-01-20 21:46:15','2021-01-20 16:46:15'),
(88178,33556,'action complete via WP Cron','2021-01-20 21:46:15','2021-01-20 16:46:15'),
(88179,33557,'action created','2021-01-20 21:46:16','2021-01-20 16:46:16'),
(88180,33557,'action started via WP Cron','2021-01-20 21:48:02','2021-01-20 16:48:02'),
(88181,33557,'action complete via WP Cron','2021-01-20 21:48:02','2021-01-20 16:48:02'),
(88182,33558,'action created','2021-01-20 21:48:02','2021-01-20 16:48:02'),
(88183,33558,'action started via WP Cron','2021-01-20 21:49:16','2021-01-20 16:49:16'),
(88184,33558,'action complete via WP Cron','2021-01-20 21:49:16','2021-01-20 16:49:16'),
(88185,33559,'action created','2021-01-20 21:49:16','2021-01-20 16:49:16'),
(88186,33559,'action started via WP Cron','2021-01-20 21:50:11','2021-01-20 16:50:11'),
(88187,33559,'action complete via WP Cron','2021-01-20 21:50:11','2021-01-20 16:50:11'),
(88188,33560,'action created','2021-01-20 21:50:11','2021-01-20 16:50:11'),
(88189,33560,'action started via WP Cron','2021-01-20 21:51:49','2021-01-20 16:51:49'),
(88190,33560,'action complete via WP Cron','2021-01-20 21:51:49','2021-01-20 16:51:49'),
(88191,33561,'action created','2021-01-20 21:51:49','2021-01-20 16:51:49'),
(88192,33561,'action started via WP Cron','2021-01-20 21:52:36','2021-01-20 16:52:36'),
(88193,33561,'action complete via WP Cron','2021-01-20 21:52:36','2021-01-20 16:52:36'),
(88194,33562,'action created','2021-01-20 21:52:36','2021-01-20 16:52:36'),
(88195,33562,'action started via WP Cron','2021-01-20 21:53:15','2021-01-20 16:53:15'),
(88196,33562,'action complete via WP Cron','2021-01-20 21:53:15','2021-01-20 16:53:15'),
(88197,33563,'action created','2021-01-20 21:53:15','2021-01-20 16:53:15'),
(88198,33563,'action started via WP Cron','2021-01-20 21:55:03','2021-01-20 16:55:03'),
(88199,33563,'action complete via WP Cron','2021-01-20 21:55:03','2021-01-20 16:55:03'),
(88200,33564,'action created','2021-01-20 21:55:05','2021-01-20 16:55:05'),
(88201,33564,'action started via WP Cron','2021-01-20 21:55:19','2021-01-20 16:55:19'),
(88202,33564,'action complete via WP Cron','2021-01-20 21:55:19','2021-01-20 16:55:19'),
(88203,33565,'action created','2021-01-20 21:55:19','2021-01-20 16:55:19'),
(88204,33565,'action started via WP Cron','2021-01-20 21:56:46','2021-01-20 16:56:46'),
(88205,33565,'action complete via WP Cron','2021-01-20 21:56:46','2021-01-20 16:56:46'),
(88206,33566,'action created','2021-01-20 21:56:46','2021-01-20 16:56:46'),
(88207,33566,'action started via WP Cron','2021-01-20 21:57:26','2021-01-20 16:57:26'),
(88208,33566,'action complete via WP Cron','2021-01-20 21:57:26','2021-01-20 16:57:26'),
(88209,33567,'action created','2021-01-20 21:57:26','2021-01-20 16:57:26'),
(88210,33567,'action started via WP Cron','2021-01-20 21:58:31','2021-01-20 16:58:31'),
(88211,33567,'action complete via WP Cron','2021-01-20 21:58:31','2021-01-20 16:58:31'),
(88212,33568,'action created','2021-01-20 21:58:31','2021-01-20 16:58:31'),
(88213,33568,'action started via WP Cron','2021-01-20 21:59:33','2021-01-20 16:59:33'),
(88214,33568,'action complete via WP Cron','2021-01-20 21:59:33','2021-01-20 16:59:33'),
(88215,33569,'action created','2021-01-20 21:59:33','2021-01-20 16:59:33'),
(88216,33569,'action started via WP Cron','2021-01-20 22:00:53','2021-01-20 17:00:53'),
(88217,33569,'action complete via WP Cron','2021-01-20 22:00:53','2021-01-20 17:00:53'),
(88218,33570,'action created','2021-01-20 22:00:53','2021-01-20 17:00:53'),
(88219,33570,'action started via WP Cron','2021-01-20 22:01:16','2021-01-20 17:01:16'),
(88220,33570,'action complete via WP Cron','2021-01-20 22:01:16','2021-01-20 17:01:16'),
(88221,33571,'action created','2021-01-20 22:01:16','2021-01-20 17:01:16'),
(88222,33571,'action started via WP Cron','2021-01-20 22:02:47','2021-01-20 17:02:47'),
(88223,33571,'action complete via WP Cron','2021-01-20 22:02:47','2021-01-20 17:02:47'),
(88224,33572,'action created','2021-01-20 22:02:47','2021-01-20 17:02:47'),
(88225,33572,'action started via WP Cron','2021-01-20 22:03:40','2021-01-20 17:03:40'),
(88226,33572,'action complete via WP Cron','2021-01-20 22:03:40','2021-01-20 17:03:40'),
(88227,33573,'action created','2021-01-20 22:03:40','2021-01-20 17:03:40'),
(88228,33573,'action started via WP Cron','2021-01-20 22:04:12','2021-01-20 17:04:12'),
(88229,33573,'action complete via WP Cron','2021-01-20 22:04:12','2021-01-20 17:04:12'),
(88230,33574,'action created','2021-01-20 22:04:12','2021-01-20 17:04:12'),
(88231,33574,'action started via WP Cron','2021-01-20 22:06:23','2021-01-20 17:06:23'),
(88232,33574,'action complete via WP Cron','2021-01-20 22:06:23','2021-01-20 17:06:23'),
(88233,33575,'action created','2021-01-20 22:06:23','2021-01-20 17:06:23'),
(88234,33575,'action started via WP Cron','2021-01-20 22:09:54','2021-01-20 17:09:54'),
(88235,33575,'action complete via WP Cron','2021-01-20 22:09:54','2021-01-20 17:09:54'),
(88236,33576,'action created','2021-01-20 22:09:54','2021-01-20 17:09:54'),
(88237,33576,'action started via WP Cron','2021-01-20 22:13:33','2021-01-20 17:13:33'),
(88238,33576,'action complete via WP Cron','2021-01-20 22:13:33','2021-01-20 17:13:33'),
(88239,33577,'action created','2021-01-20 22:13:33','2021-01-20 17:13:33'),
(88240,33577,'action started via WP Cron','2021-01-20 22:14:57','2021-01-20 17:14:57'),
(88241,33577,'action complete via WP Cron','2021-01-20 22:14:57','2021-01-20 17:14:57'),
(88242,33578,'action created','2021-01-20 22:14:57','2021-01-20 17:14:57'),
(88243,33578,'action started via WP Cron','2021-01-20 22:15:46','2021-01-20 17:15:46'),
(88244,33578,'action complete via WP Cron','2021-01-20 22:15:46','2021-01-20 17:15:46'),
(88245,33579,'action created','2021-01-20 22:15:46','2021-01-20 17:15:46'),
(88246,33579,'action started via WP Cron','2021-01-20 22:16:13','2021-01-20 17:16:13'),
(88247,33579,'action complete via WP Cron','2021-01-20 22:16:13','2021-01-20 17:16:13'),
(88248,33580,'action created','2021-01-20 22:16:13','2021-01-20 17:16:13'),
(88249,33580,'action started via WP Cron','2021-01-20 22:18:53','2021-01-20 17:18:53'),
(88250,33580,'action complete via WP Cron','2021-01-20 22:18:53','2021-01-20 17:18:53'),
(88251,33581,'action created','2021-01-20 22:18:53','2021-01-20 17:18:53'),
(88252,33581,'action started via WP Cron','2021-01-20 22:19:51','2021-01-20 17:19:51'),
(88253,33581,'action complete via WP Cron','2021-01-20 22:19:51','2021-01-20 17:19:51'),
(88254,33582,'action created','2021-01-20 22:19:51','2021-01-20 17:19:51'),
(88255,33582,'action started via WP Cron','2021-01-20 22:20:55','2021-01-20 17:20:55'),
(88256,33582,'action complete via WP Cron','2021-01-20 22:20:55','2021-01-20 17:20:55'),
(88257,33583,'action created','2021-01-20 22:20:55','2021-01-20 17:20:55'),
(88258,33583,'action started via WP Cron','2021-01-20 22:21:34','2021-01-20 17:21:34'),
(88259,33583,'action complete via WP Cron','2021-01-20 22:21:34','2021-01-20 17:21:34'),
(88260,33584,'action created','2021-01-20 22:21:34','2021-01-20 17:21:34'),
(88261,33584,'action started via WP Cron','2021-01-20 22:25:12','2021-01-20 17:25:12'),
(88262,33584,'action complete via WP Cron','2021-01-20 22:25:12','2021-01-20 17:25:12'),
(88263,33585,'action created','2021-01-20 22:25:12','2021-01-20 17:25:12'),
(88264,33585,'action started via WP Cron','2021-01-20 22:30:08','2021-01-20 17:30:08'),
(88265,33585,'action complete via WP Cron','2021-01-20 22:30:08','2021-01-20 17:30:08'),
(88266,33586,'action created','2021-01-20 22:30:08','2021-01-20 17:30:08'),
(88267,33586,'action started via WP Cron','2021-01-20 22:31:29','2021-01-20 17:31:29'),
(88268,33586,'action complete via WP Cron','2021-01-20 22:31:29','2021-01-20 17:31:29'),
(88269,33587,'action created','2021-01-20 22:31:29','2021-01-20 17:31:29'),
(88270,33587,'action started via WP Cron','2021-01-20 22:32:42','2021-01-20 17:32:42'),
(88271,33587,'action complete via WP Cron','2021-01-20 22:32:42','2021-01-20 17:32:42'),
(88272,33588,'action created','2021-01-20 22:32:42','2021-01-20 17:32:42'),
(88273,33588,'action started via WP Cron','2021-01-20 22:33:35','2021-01-20 17:33:35'),
(88274,33588,'action complete via WP Cron','2021-01-20 22:33:35','2021-01-20 17:33:35'),
(88275,33589,'action created','2021-01-20 22:33:35','2021-01-20 17:33:35'),
(88276,33589,'action started via WP Cron','2021-01-20 22:34:55','2021-01-20 17:34:55'),
(88277,33589,'action complete via WP Cron','2021-01-20 22:34:55','2021-01-20 17:34:55'),
(88278,33590,'action created','2021-01-20 22:34:55','2021-01-20 17:34:55'),
(88279,33590,'action started via WP Cron','2021-01-20 22:35:57','2021-01-20 17:35:57'),
(88280,33590,'action complete via WP Cron','2021-01-20 22:35:57','2021-01-20 17:35:57'),
(88281,33591,'action created','2021-01-20 22:37:02','2021-01-20 17:37:02'),
(88282,33591,'action started via WP Cron','2021-01-20 22:38:22','2021-01-20 17:38:22'),
(88283,33591,'action complete via WP Cron','2021-01-20 22:38:22','2021-01-20 17:38:22'),
(88284,33592,'action created','2021-01-20 22:38:22','2021-01-20 17:38:22'),
(88285,33592,'action started via WP Cron','2021-01-20 22:41:04','2021-01-20 17:41:04'),
(88286,33592,'action complete via WP Cron','2021-01-20 22:41:04','2021-01-20 17:41:04'),
(88287,33593,'action created','2021-01-20 22:41:04','2021-01-20 17:41:04'),
(88288,33593,'action started via WP Cron','2021-01-20 22:41:46','2021-01-20 17:41:46'),
(88289,33593,'action complete via WP Cron','2021-01-20 22:41:46','2021-01-20 17:41:46'),
(88290,33594,'action created','2021-01-20 22:41:46','2021-01-20 17:41:46'),
(88291,33594,'action started via WP Cron','2021-01-20 22:42:21','2021-01-20 17:42:21'),
(88292,33594,'action complete via WP Cron','2021-01-20 22:42:21','2021-01-20 17:42:21'),
(88293,33595,'action created','2021-01-20 22:42:21','2021-01-20 17:42:21'),
(88294,33595,'action started via WP Cron','2021-01-20 22:43:59','2021-01-20 17:43:59'),
(88295,33595,'action complete via WP Cron','2021-01-20 22:43:59','2021-01-20 17:43:59'),
(88296,33596,'action created','2021-01-20 22:43:59','2021-01-20 17:43:59'),
(88297,33596,'action started via WP Cron','2021-01-20 22:44:13','2021-01-20 17:44:13'),
(88298,33596,'action complete via WP Cron','2021-01-20 22:44:13','2021-01-20 17:44:13'),
(88299,33597,'action created','2021-01-20 22:44:13','2021-01-20 17:44:13'),
(88300,33597,'action started via WP Cron','2021-01-20 22:45:13','2021-01-20 17:45:13'),
(88301,33597,'action complete via WP Cron','2021-01-20 22:45:13','2021-01-20 17:45:13'),
(88302,33598,'action created','2021-01-20 22:45:13','2021-01-20 17:45:13'),
(88303,33598,'action started via WP Cron','2021-01-20 22:46:46','2021-01-20 17:46:46'),
(88304,33598,'action complete via WP Cron','2021-01-20 22:46:46','2021-01-20 17:46:46'),
(88305,33599,'action created','2021-01-20 22:46:46','2021-01-20 17:46:46'),
(88306,33599,'action started via WP Cron','2021-01-20 22:49:09','2021-01-20 17:49:09'),
(88307,33599,'action complete via WP Cron','2021-01-20 22:49:09','2021-01-20 17:49:09'),
(88308,33600,'action created','2021-01-20 22:49:09','2021-01-20 17:49:09'),
(88309,33600,'action started via WP Cron','2021-01-20 22:50:29','2021-01-20 17:50:29'),
(88310,33600,'action complete via WP Cron','2021-01-20 22:50:29','2021-01-20 17:50:29'),
(88311,33601,'action created','2021-01-20 22:50:29','2021-01-20 17:50:29'),
(88312,33601,'action started via WP Cron','2021-01-20 22:52:36','2021-01-20 17:52:36'),
(88313,33601,'action complete via WP Cron','2021-01-20 22:52:36','2021-01-20 17:52:36'),
(88314,33602,'action created','2021-01-20 22:52:36','2021-01-20 17:52:36'),
(88315,33602,'action started via WP Cron','2021-01-20 22:53:26','2021-01-20 17:53:26'),
(88316,33602,'action complete via WP Cron','2021-01-20 22:53:26','2021-01-20 17:53:26'),
(88317,33603,'action created','2021-01-20 22:53:26','2021-01-20 17:53:26'),
(88318,33603,'action started via WP Cron','2021-01-20 22:56:32','2021-01-20 17:56:32'),
(88319,33603,'action complete via WP Cron','2021-01-20 22:56:32','2021-01-20 17:56:32'),
(88320,33604,'action created','2021-01-20 22:56:32','2021-01-20 17:56:32'),
(88321,33604,'action started via WP Cron','2021-01-20 22:58:18','2021-01-20 17:58:18'),
(88322,33604,'action complete via WP Cron','2021-01-20 22:58:18','2021-01-20 17:58:18'),
(88323,33605,'action created','2021-01-20 22:58:18','2021-01-20 17:58:18'),
(88324,33605,'action started via WP Cron','2021-01-20 23:00:25','2021-01-20 18:00:25'),
(88325,33605,'action complete via WP Cron','2021-01-20 23:00:25','2021-01-20 18:00:25'),
(88326,33606,'action created','2021-01-20 23:00:25','2021-01-20 18:00:25'),
(88327,33606,'action started via WP Cron','2021-01-20 23:02:26','2021-01-20 18:02:26'),
(88328,33606,'action complete via WP Cron','2021-01-20 23:02:26','2021-01-20 18:02:26'),
(88329,33607,'action created','2021-01-20 23:02:26','2021-01-20 18:02:26'),
(88330,33607,'action started via WP Cron','2021-01-20 23:03:38','2021-01-20 18:03:38'),
(88331,33607,'action complete via WP Cron','2021-01-20 23:03:38','2021-01-20 18:03:38'),
(88332,33608,'action created','2021-01-20 23:03:38','2021-01-20 18:03:38'),
(88333,33608,'action started via WP Cron','2021-01-20 23:05:25','2021-01-20 18:05:25'),
(88334,33608,'action complete via WP Cron','2021-01-20 23:05:25','2021-01-20 18:05:25'),
(88335,33609,'action created','2021-01-20 23:05:25','2021-01-20 18:05:25'),
(88336,33609,'action started via WP Cron','2021-01-20 23:09:41','2021-01-20 18:09:41'),
(88337,33609,'action complete via WP Cron','2021-01-20 23:09:41','2021-01-20 18:09:41'),
(88338,33610,'action created','2021-01-20 23:09:41','2021-01-20 18:09:41'),
(88339,33610,'action started via WP Cron','2021-01-20 23:10:37','2021-01-20 18:10:37'),
(88340,33610,'action complete via WP Cron','2021-01-20 23:10:37','2021-01-20 18:10:37'),
(88341,33611,'action created','2021-01-20 23:10:37','2021-01-20 18:10:37'),
(88342,33611,'action started via WP Cron','2021-01-20 23:12:52','2021-01-20 18:12:52'),
(88343,33611,'action complete via WP Cron','2021-01-20 23:12:52','2021-01-20 18:12:52'),
(88344,33612,'action created','2021-01-20 23:12:52','2021-01-20 18:12:52'),
(88345,33612,'action started via WP Cron','2021-01-20 23:13:22','2021-01-20 18:13:22'),
(88346,33612,'action complete via WP Cron','2021-01-20 23:13:22','2021-01-20 18:13:22'),
(88347,33613,'action created','2021-01-20 23:13:22','2021-01-20 18:13:22'),
(88348,33613,'action started via WP Cron','2021-01-20 23:15:10','2021-01-20 18:15:10'),
(88349,33613,'action complete via WP Cron','2021-01-20 23:15:10','2021-01-20 18:15:10'),
(88350,33614,'action created','2021-01-20 23:15:10','2021-01-20 18:15:10'),
(88351,33614,'action started via WP Cron','2021-01-20 23:15:52','2021-01-20 18:15:52'),
(88352,33614,'action complete via WP Cron','2021-01-20 23:15:52','2021-01-20 18:15:52'),
(88353,33615,'action created','2021-01-20 23:15:52','2021-01-20 18:15:52'),
(88354,33615,'action started via WP Cron','2021-01-20 23:16:17','2021-01-20 18:16:17'),
(88355,33615,'action complete via WP Cron','2021-01-20 23:16:17','2021-01-20 18:16:17'),
(88356,33616,'action created','2021-01-20 23:16:17','2021-01-20 18:16:17'),
(88357,33616,'action started via WP Cron','2021-01-20 23:17:22','2021-01-20 18:17:22'),
(88358,33616,'action complete via WP Cron','2021-01-20 23:17:22','2021-01-20 18:17:22'),
(88359,33617,'action created','2021-01-20 23:17:22','2021-01-20 18:17:22'),
(88360,33617,'action started via WP Cron','2021-01-20 23:18:17','2021-01-20 18:18:17'),
(88361,33617,'action complete via WP Cron','2021-01-20 23:18:17','2021-01-20 18:18:17'),
(88362,33618,'action created','2021-01-20 23:18:17','2021-01-20 18:18:17'),
(88363,33618,'action started via WP Cron','2021-01-20 23:20:29','2021-01-20 18:20:29'),
(88364,33618,'action complete via WP Cron','2021-01-20 23:20:29','2021-01-20 18:20:29'),
(88365,33619,'action created','2021-01-20 23:20:29','2021-01-20 18:20:29'),
(88366,33619,'action started via WP Cron','2021-01-20 23:21:14','2021-01-20 18:21:14'),
(88367,33619,'action complete via WP Cron','2021-01-20 23:21:14','2021-01-20 18:21:14'),
(88368,33620,'action created','2021-01-20 23:21:14','2021-01-20 18:21:14'),
(88369,33620,'action started via WP Cron','2021-01-20 23:22:19','2021-01-20 18:22:19'),
(88370,33620,'action complete via WP Cron','2021-01-20 23:22:19','2021-01-20 18:22:19'),
(88371,33621,'action created','2021-01-20 23:22:19','2021-01-20 18:22:19'),
(88372,33621,'action started via WP Cron','2021-01-20 23:23:18','2021-01-20 18:23:18'),
(88373,33621,'action complete via WP Cron','2021-01-20 23:23:18','2021-01-20 18:23:18'),
(88374,33622,'action created','2021-01-20 23:23:18','2021-01-20 18:23:18'),
(88375,33622,'action started via WP Cron','2021-01-20 23:24:30','2021-01-20 18:24:30'),
(88376,33622,'action complete via WP Cron','2021-01-20 23:24:30','2021-01-20 18:24:30'),
(88377,33623,'action created','2021-01-20 23:24:30','2021-01-20 18:24:30'),
(88378,33623,'action started via WP Cron','2021-01-20 23:26:20','2021-01-20 18:26:20'),
(88379,33623,'action complete via WP Cron','2021-01-20 23:26:20','2021-01-20 18:26:20'),
(88380,33624,'action created','2021-01-20 23:26:20','2021-01-20 18:26:20'),
(88381,33624,'action started via WP Cron','2021-01-20 23:32:25','2021-01-20 18:32:25'),
(88382,33624,'action complete via WP Cron','2021-01-20 23:32:25','2021-01-20 18:32:25'),
(88383,33625,'action created','2021-01-20 23:32:25','2021-01-20 18:32:25'),
(88384,33625,'action started via WP Cron','2021-01-20 23:33:22','2021-01-20 18:33:22'),
(88385,33625,'action complete via WP Cron','2021-01-20 23:33:22','2021-01-20 18:33:22'),
(88386,33626,'action created','2021-01-20 23:33:22','2021-01-20 18:33:22'),
(88387,33626,'action started via WP Cron','2021-01-20 23:34:12','2021-01-20 18:34:12'),
(88388,33626,'action complete via WP Cron','2021-01-20 23:34:12','2021-01-20 18:34:12'),
(88389,33627,'action created','2021-01-20 23:34:12','2021-01-20 18:34:12'),
(88390,33627,'action started via WP Cron','2021-01-20 23:35:22','2021-01-20 18:35:22'),
(88391,33627,'action complete via WP Cron','2021-01-20 23:35:22','2021-01-20 18:35:22'),
(88392,33628,'action created','2021-01-20 23:35:22','2021-01-20 18:35:22'),
(88393,33628,'action started via WP Cron','2021-01-20 23:36:18','2021-01-20 18:36:18'),
(88394,33628,'action complete via WP Cron','2021-01-20 23:36:18','2021-01-20 18:36:18'),
(88395,33629,'action created','2021-01-20 23:36:18','2021-01-20 18:36:18'),
(88396,33629,'action started via WP Cron','2021-01-20 23:38:40','2021-01-20 18:38:40'),
(88397,33629,'action complete via WP Cron','2021-01-20 23:38:40','2021-01-20 18:38:40'),
(88398,33630,'action created','2021-01-20 23:38:40','2021-01-20 18:38:40'),
(88399,33630,'action started via WP Cron','2021-01-20 23:39:34','2021-01-20 18:39:34'),
(88400,33630,'action complete via WP Cron','2021-01-20 23:39:34','2021-01-20 18:39:34'),
(88401,33631,'action created','2021-01-20 23:39:34','2021-01-20 18:39:34'),
(88402,33631,'action started via WP Cron','2021-01-20 23:42:11','2021-01-20 18:42:11'),
(88403,33631,'action complete via WP Cron','2021-01-20 23:42:11','2021-01-20 18:42:11'),
(88404,33632,'action created','2021-01-20 23:42:11','2021-01-20 18:42:11'),
(88405,33632,'action started via WP Cron','2021-01-20 23:43:37','2021-01-20 18:43:37'),
(88406,33632,'action complete via WP Cron','2021-01-20 23:43:37','2021-01-20 18:43:37'),
(88407,33633,'action created','2021-01-20 23:43:37','2021-01-20 18:43:37'),
(88408,33633,'action started via WP Cron','2021-01-20 23:44:54','2021-01-20 18:44:54'),
(88409,33633,'action complete via WP Cron','2021-01-20 23:44:54','2021-01-20 18:44:54'),
(88410,33634,'action created','2021-01-20 23:44:54','2021-01-20 18:44:54'),
(88411,33634,'action started via WP Cron','2021-01-20 23:45:24','2021-01-20 18:45:24'),
(88412,33634,'action complete via WP Cron','2021-01-20 23:45:24','2021-01-20 18:45:24'),
(88413,33635,'action created','2021-01-20 23:45:25','2021-01-20 18:45:25'),
(88414,33635,'action started via WP Cron','2021-01-20 23:47:27','2021-01-20 18:47:27'),
(88415,33635,'action complete via WP Cron','2021-01-20 23:47:27','2021-01-20 18:47:27'),
(88416,33636,'action created','2021-01-20 23:47:27','2021-01-20 18:47:27'),
(88417,33636,'action started via WP Cron','2021-01-20 23:49:42','2021-01-20 18:49:42'),
(88418,33636,'action complete via WP Cron','2021-01-20 23:49:42','2021-01-20 18:49:42'),
(88419,33637,'action created','2021-01-20 23:49:42','2021-01-20 18:49:42'),
(88420,33637,'action started via WP Cron','2021-01-20 23:51:46','2021-01-20 18:51:46'),
(88421,33637,'action complete via WP Cron','2021-01-20 23:51:46','2021-01-20 18:51:46'),
(88422,33638,'action created','2021-01-20 23:51:46','2021-01-20 18:51:46'),
(88423,33638,'action started via WP Cron','2021-01-20 23:52:50','2021-01-20 18:52:50'),
(88424,33638,'action complete via WP Cron','2021-01-20 23:52:50','2021-01-20 18:52:50'),
(88425,33639,'action created','2021-01-20 23:52:50','2021-01-20 18:52:50'),
(88426,33639,'action started via WP Cron','2021-01-20 23:53:16','2021-01-20 18:53:16'),
(88427,33639,'action complete via WP Cron','2021-01-20 23:53:16','2021-01-20 18:53:16'),
(88428,33640,'action created','2021-01-20 23:53:16','2021-01-20 18:53:16'),
(88429,33640,'action started via WP Cron','2021-01-20 23:55:33','2021-01-20 18:55:33'),
(88430,33640,'action complete via WP Cron','2021-01-20 23:55:33','2021-01-20 18:55:33'),
(88431,33641,'action created','2021-01-20 23:55:33','2021-01-20 18:55:33'),
(88432,33641,'action started via WP Cron','2021-01-20 23:57:34','2021-01-20 18:57:34'),
(88433,33641,'action complete via WP Cron','2021-01-20 23:57:34','2021-01-20 18:57:34'),
(88434,33642,'action created','2021-01-20 23:57:34','2021-01-20 18:57:34'),
(88435,33642,'action started via WP Cron','2021-01-20 23:58:54','2021-01-20 18:58:54'),
(88436,33642,'action complete via WP Cron','2021-01-20 23:58:54','2021-01-20 18:58:54'),
(88437,33643,'action created','2021-01-20 23:58:54','2021-01-20 18:58:54'),
(88438,33643,'action started via WP Cron','2021-01-20 23:59:18','2021-01-20 18:59:18'),
(88439,33643,'action complete via WP Cron','2021-01-20 23:59:18','2021-01-20 18:59:18'),
(88440,33644,'action created','2021-01-20 23:59:19','2021-01-20 18:59:19'),
(88441,33644,'action started via WP Cron','2021-01-21 00:00:16','2021-01-20 19:00:16'),
(88442,33644,'action complete via WP Cron','2021-01-21 00:00:16','2021-01-20 19:00:16'),
(88443,33645,'action created','2021-01-21 00:00:16','2021-01-20 19:00:16'),
(88444,33645,'action started via WP Cron','2021-01-21 00:01:42','2021-01-20 19:01:42'),
(88445,33645,'action complete via WP Cron','2021-01-21 00:01:42','2021-01-20 19:01:42'),
(88446,33646,'action created','2021-01-21 00:01:42','2021-01-20 19:01:42'),
(88447,33646,'action started via WP Cron','2021-01-21 00:03:03','2021-01-20 19:03:03'),
(88448,33646,'action complete via WP Cron','2021-01-21 00:03:03','2021-01-20 19:03:03'),
(88449,33647,'action created','2021-01-21 00:03:03','2021-01-20 19:03:03'),
(88450,33647,'action started via WP Cron','2021-01-21 00:03:17','2021-01-20 19:03:17'),
(88451,33647,'action complete via WP Cron','2021-01-21 00:03:17','2021-01-20 19:03:17'),
(88452,33648,'action created','2021-01-21 00:03:17','2021-01-20 19:03:17'),
(88453,33648,'action started via WP Cron','2021-01-21 00:04:13','2021-01-20 19:04:13'),
(88454,33648,'action complete via WP Cron','2021-01-21 00:04:13','2021-01-20 19:04:13'),
(88455,33649,'action created','2021-01-21 00:04:13','2021-01-20 19:04:13'),
(88456,33649,'action started via WP Cron','2021-01-21 00:05:47','2021-01-20 19:05:47'),
(88457,33649,'action complete via WP Cron','2021-01-21 00:05:47','2021-01-20 19:05:47'),
(88458,33650,'action created','2021-01-21 00:05:47','2021-01-20 19:05:47'),
(88459,33650,'action started via WP Cron','2021-01-21 00:06:11','2021-01-20 19:06:11'),
(88460,33650,'action complete via WP Cron','2021-01-21 00:06:11','2021-01-20 19:06:11'),
(88461,33651,'action created','2021-01-21 00:06:12','2021-01-20 19:06:12'),
(88462,33651,'action started via WP Cron','2021-01-21 00:07:12','2021-01-20 19:07:12'),
(88463,33651,'action complete via WP Cron','2021-01-21 00:07:12','2021-01-20 19:07:12'),
(88464,33652,'action created','2021-01-21 00:07:12','2021-01-20 19:07:12'),
(88465,33652,'action started via WP Cron','2021-01-21 00:08:28','2021-01-20 19:08:28'),
(88466,33652,'action complete via WP Cron','2021-01-21 00:08:28','2021-01-20 19:08:28'),
(88467,33653,'action created','2021-01-21 00:08:28','2021-01-20 19:08:28'),
(88468,33653,'action started via WP Cron','2021-01-21 00:09:21','2021-01-20 19:09:21'),
(88469,33653,'action complete via WP Cron','2021-01-21 00:09:21','2021-01-20 19:09:21'),
(88470,33654,'action created','2021-01-21 00:09:21','2021-01-20 19:09:21'),
(88471,33654,'action started via WP Cron','2021-01-21 00:10:33','2021-01-20 19:10:33'),
(88472,33654,'action complete via WP Cron','2021-01-21 00:10:33','2021-01-20 19:10:33'),
(88473,33655,'action created','2021-01-21 00:10:33','2021-01-20 19:10:33'),
(88474,33655,'action started via WP Cron','2021-01-21 00:11:44','2021-01-20 19:11:44'),
(88475,33655,'action complete via WP Cron','2021-01-21 00:11:44','2021-01-20 19:11:44'),
(88476,33656,'action created','2021-01-21 00:11:44','2021-01-20 19:11:44'),
(88477,33656,'action started via WP Cron','2021-01-21 00:12:51','2021-01-20 19:12:51'),
(88478,33656,'action complete via WP Cron','2021-01-21 00:12:51','2021-01-20 19:12:51'),
(88479,33657,'action created','2021-01-21 00:12:51','2021-01-20 19:12:51'),
(88480,33657,'action started via WP Cron','2021-01-21 00:13:59','2021-01-20 19:13:59'),
(88481,33657,'action complete via WP Cron','2021-01-21 00:13:59','2021-01-20 19:13:59'),
(88482,33658,'action created','2021-01-21 00:13:59','2021-01-20 19:13:59'),
(88483,33658,'action started via WP Cron','2021-01-21 00:14:39','2021-01-20 19:14:39'),
(88484,33658,'action complete via WP Cron','2021-01-21 00:14:39','2021-01-20 19:14:39'),
(88485,33659,'action created','2021-01-21 00:14:39','2021-01-20 19:14:39'),
(88486,33659,'action started via WP Cron','2021-01-21 00:15:19','2021-01-20 19:15:19'),
(88487,33659,'action complete via WP Cron','2021-01-21 00:15:19','2021-01-20 19:15:19'),
(88488,33660,'action created','2021-01-21 00:15:19','2021-01-20 19:15:19'),
(88489,33660,'action started via WP Cron','2021-01-21 00:16:17','2021-01-20 19:16:17'),
(88490,33660,'action complete via WP Cron','2021-01-21 00:16:17','2021-01-20 19:16:17'),
(88491,33661,'action created','2021-01-21 00:16:17','2021-01-20 19:16:17'),
(88492,33661,'action started via WP Cron','2021-01-21 00:17:11','2021-01-20 19:17:11'),
(88493,33661,'action complete via WP Cron','2021-01-21 00:17:11','2021-01-20 19:17:11'),
(88494,33662,'action created','2021-01-21 00:17:11','2021-01-20 19:17:11'),
(88495,33662,'action started via WP Cron','2021-01-21 00:19:07','2021-01-20 19:19:07'),
(88496,33662,'action complete via WP Cron','2021-01-21 00:19:07','2021-01-20 19:19:07'),
(88497,33663,'action created','2021-01-21 00:19:07','2021-01-20 19:19:07'),
(88498,33663,'action started via WP Cron','2021-01-21 00:21:37','2021-01-20 19:21:37'),
(88499,33663,'action complete via WP Cron','2021-01-21 00:21:37','2021-01-20 19:21:37'),
(88500,33664,'action created','2021-01-21 00:21:37','2021-01-20 19:21:37'),
(88501,33664,'action started via WP Cron','2021-01-21 00:23:08','2021-01-20 19:23:08'),
(88502,33664,'action complete via WP Cron','2021-01-21 00:23:08','2021-01-20 19:23:08'),
(88503,33665,'action created','2021-01-21 00:23:08','2021-01-20 19:23:08'),
(88504,33665,'action started via WP Cron','2021-01-21 00:23:32','2021-01-20 19:23:32'),
(88505,33665,'action complete via WP Cron','2021-01-21 00:23:32','2021-01-20 19:23:32'),
(88506,33666,'action created','2021-01-21 00:23:32','2021-01-20 19:23:32'),
(88507,33666,'action started via WP Cron','2021-01-21 00:25:05','2021-01-20 19:25:05'),
(88508,33666,'action complete via WP Cron','2021-01-21 00:25:05','2021-01-20 19:25:05'),
(88509,33667,'action created','2021-01-21 00:25:05','2021-01-20 19:25:05'),
(88510,33667,'action started via WP Cron','2021-01-21 00:27:57','2021-01-20 19:27:57'),
(88511,33667,'action complete via WP Cron','2021-01-21 00:27:57','2021-01-20 19:27:57'),
(88512,33668,'action created','2021-01-21 00:27:57','2021-01-20 19:27:57'),
(88513,33668,'action started via WP Cron','2021-01-21 00:28:20','2021-01-20 19:28:20'),
(88514,33668,'action complete via WP Cron','2021-01-21 00:28:20','2021-01-20 19:28:20'),
(88515,33669,'action created','2021-01-21 00:28:20','2021-01-20 19:28:20'),
(88516,33669,'action started via WP Cron','2021-01-21 00:29:49','2021-01-20 19:29:49'),
(88517,33669,'action complete via WP Cron','2021-01-21 00:29:49','2021-01-20 19:29:49'),
(88518,33670,'action created','2021-01-21 00:29:49','2021-01-20 19:29:49'),
(88519,33670,'action started via WP Cron','2021-01-21 00:30:27','2021-01-20 19:30:27'),
(88520,33670,'action complete via WP Cron','2021-01-21 00:30:27','2021-01-20 19:30:27'),
(88521,33671,'action created','2021-01-21 00:30:27','2021-01-20 19:30:27'),
(88522,33671,'action started via WP Cron','2021-01-21 00:32:03','2021-01-20 19:32:03'),
(88523,33671,'action complete via WP Cron','2021-01-21 00:32:03','2021-01-20 19:32:03'),
(88524,33672,'action created','2021-01-21 00:32:03','2021-01-20 19:32:03'),
(88525,33672,'action started via WP Cron','2021-01-21 00:32:19','2021-01-20 19:32:19'),
(88526,33672,'action complete via WP Cron','2021-01-21 00:32:19','2021-01-20 19:32:19'),
(88527,33673,'action created','2021-01-21 00:32:19','2021-01-20 19:32:19'),
(88528,33673,'action started via WP Cron','2021-01-21 00:34:42','2021-01-20 19:34:42'),
(88529,33673,'action complete via WP Cron','2021-01-21 00:34:42','2021-01-20 19:34:42'),
(88530,33674,'action created','2021-01-21 00:34:42','2021-01-20 19:34:42'),
(88531,33674,'action started via WP Cron','2021-01-21 00:36:02','2021-01-20 19:36:02'),
(88532,33674,'action complete via WP Cron','2021-01-21 00:36:02','2021-01-20 19:36:02'),
(88533,33675,'action created','2021-01-21 00:36:02','2021-01-20 19:36:02'),
(88534,33675,'action started via WP Cron','2021-01-21 00:37:25','2021-01-20 19:37:25'),
(88535,33675,'action complete via WP Cron','2021-01-21 00:37:25','2021-01-20 19:37:25'),
(88536,33676,'action created','2021-01-21 00:37:25','2021-01-20 19:37:25'),
(88537,33676,'action started via WP Cron','2021-01-21 00:40:22','2021-01-20 19:40:22'),
(88538,33676,'action complete via WP Cron','2021-01-21 00:40:22','2021-01-20 19:40:22'),
(88539,33677,'action created','2021-01-21 00:40:22','2021-01-20 19:40:22'),
(88540,33677,'action started via WP Cron','2021-01-21 00:41:23','2021-01-20 19:41:23'),
(88541,33677,'action complete via WP Cron','2021-01-21 00:41:23','2021-01-20 19:41:23'),
(88542,33678,'action created','2021-01-21 00:41:23','2021-01-20 19:41:23'),
(88543,33678,'action started via WP Cron','2021-01-21 00:43:02','2021-01-20 19:43:02'),
(88544,33678,'action complete via WP Cron','2021-01-21 00:43:02','2021-01-20 19:43:02'),
(88545,33679,'action created','2021-01-21 00:43:02','2021-01-20 19:43:02'),
(88546,33679,'action started via WP Cron','2021-01-21 00:43:26','2021-01-20 19:43:26'),
(88547,33679,'action complete via WP Cron','2021-01-21 00:43:26','2021-01-20 19:43:26'),
(88548,33680,'action created','2021-01-21 00:43:26','2021-01-20 19:43:26'),
(88549,33680,'action started via WP Cron','2021-01-21 00:44:18','2021-01-20 19:44:18'),
(88550,33680,'action complete via WP Cron','2021-01-21 00:44:18','2021-01-20 19:44:18'),
(88551,33681,'action created','2021-01-21 00:44:18','2021-01-20 19:44:18'),
(88552,33681,'action started via WP Cron','2021-01-21 00:45:30','2021-01-20 19:45:30'),
(88553,33681,'action complete via WP Cron','2021-01-21 00:45:30','2021-01-20 19:45:30'),
(88554,33682,'action created','2021-01-21 00:45:30','2021-01-20 19:45:30'),
(88555,33682,'action started via WP Cron','2021-01-21 00:47:49','2021-01-20 19:47:49'),
(88556,33682,'action complete via WP Cron','2021-01-21 00:47:49','2021-01-20 19:47:49'),
(88557,33683,'action created','2021-01-21 00:47:49','2021-01-20 19:47:49'),
(88558,33683,'action started via WP Cron','2021-01-21 00:48:22','2021-01-20 19:48:22'),
(88559,33683,'action complete via WP Cron','2021-01-21 00:48:22','2021-01-20 19:48:22'),
(88560,33684,'action created','2021-01-21 00:48:22','2021-01-20 19:48:22'),
(88561,33684,'action started via WP Cron','2021-01-21 00:49:21','2021-01-20 19:49:21'),
(88562,33684,'action complete via WP Cron','2021-01-21 00:49:21','2021-01-20 19:49:21'),
(88563,33685,'action created','2021-01-21 00:49:21','2021-01-20 19:49:21'),
(88564,33685,'action started via WP Cron','2021-01-21 00:50:12','2021-01-20 19:50:12'),
(88565,33685,'action complete via WP Cron','2021-01-21 00:50:12','2021-01-20 19:50:12'),
(88566,33686,'action created','2021-01-21 00:50:12','2021-01-20 19:50:12'),
(88567,33686,'action started via WP Cron','2021-01-21 00:51:49','2021-01-20 19:51:49'),
(88568,33686,'action complete via WP Cron','2021-01-21 00:51:49','2021-01-20 19:51:49'),
(88569,33687,'action created','2021-01-21 00:51:49','2021-01-20 19:51:49'),
(88570,33687,'action started via WP Cron','2021-01-21 00:53:01','2021-01-20 19:53:01'),
(88571,33687,'action complete via WP Cron','2021-01-21 00:53:01','2021-01-20 19:53:01'),
(88572,33688,'action created','2021-01-21 00:53:01','2021-01-20 19:53:01'),
(88573,33688,'action started via WP Cron','2021-01-21 00:53:40','2021-01-20 19:53:40'),
(88574,33688,'action complete via WP Cron','2021-01-21 00:53:40','2021-01-20 19:53:40'),
(88575,33689,'action created','2021-01-21 00:53:40','2021-01-20 19:53:40'),
(88576,33689,'action started via WP Cron','2021-01-21 00:55:06','2021-01-20 19:55:06'),
(88577,33689,'action complete via WP Cron','2021-01-21 00:55:06','2021-01-20 19:55:06'),
(88578,33690,'action created','2021-01-21 00:55:06','2021-01-20 19:55:06'),
(88579,33690,'action started via WP Cron','2021-01-21 00:55:23','2021-01-20 19:55:23'),
(88580,33690,'action complete via WP Cron','2021-01-21 00:55:24','2021-01-20 19:55:24'),
(88581,33691,'action created','2021-01-21 00:55:24','2021-01-20 19:55:24'),
(88582,33691,'action started via WP Cron','2021-01-21 00:56:31','2021-01-20 19:56:31'),
(88583,33691,'action complete via WP Cron','2021-01-21 00:56:31','2021-01-20 19:56:31'),
(88584,33692,'action created','2021-01-21 00:56:31','2021-01-20 19:56:31'),
(88585,33692,'action started via WP Cron','2021-01-21 00:57:21','2021-01-20 19:57:21'),
(88586,33692,'action complete via WP Cron','2021-01-21 00:57:21','2021-01-20 19:57:21'),
(88587,33693,'action created','2021-01-21 00:57:21','2021-01-20 19:57:21'),
(88588,33693,'action started via WP Cron','2021-01-21 00:58:44','2021-01-20 19:58:44'),
(88589,33693,'action complete via WP Cron','2021-01-21 00:58:44','2021-01-20 19:58:44'),
(88590,33694,'action created','2021-01-21 00:58:44','2021-01-20 19:58:44'),
(88591,33694,'action started via WP Cron','2021-01-21 01:00:03','2021-01-20 20:00:03'),
(88592,33694,'action complete via WP Cron','2021-01-21 01:00:03','2021-01-20 20:00:03'),
(88593,33695,'action created','2021-01-21 01:00:03','2021-01-20 20:00:03'),
(88594,33695,'action started via WP Cron','2021-01-21 01:00:15','2021-01-20 20:00:15'),
(88595,33695,'action complete via WP Cron','2021-01-21 01:00:15','2021-01-20 20:00:15'),
(88596,33696,'action created','2021-01-21 01:00:15','2021-01-20 20:00:15'),
(88597,33696,'action started via WP Cron','2021-01-21 01:02:41','2021-01-20 20:02:41'),
(88598,33696,'action complete via WP Cron','2021-01-21 01:02:41','2021-01-20 20:02:41'),
(88599,33697,'action created','2021-01-21 01:02:41','2021-01-20 20:02:41'),
(88600,33697,'action started via WP Cron','2021-01-21 01:03:19','2021-01-20 20:03:19'),
(88601,33697,'action complete via WP Cron','2021-01-21 01:03:19','2021-01-20 20:03:19'),
(88602,33698,'action created','2021-01-21 01:03:19','2021-01-20 20:03:19'),
(88603,33698,'action started via WP Cron','2021-01-21 01:04:30','2021-01-20 20:04:30'),
(88604,33698,'action complete via WP Cron','2021-01-21 01:04:30','2021-01-20 20:04:30'),
(88605,33699,'action created','2021-01-21 01:04:30','2021-01-20 20:04:30'),
(88606,33699,'action started via WP Cron','2021-01-21 01:05:50','2021-01-20 20:05:50'),
(88607,33699,'action complete via WP Cron','2021-01-21 01:05:50','2021-01-20 20:05:50'),
(88608,33700,'action created','2021-01-21 01:05:50','2021-01-20 20:05:50'),
(88609,33700,'action started via WP Cron','2021-01-21 01:06:20','2021-01-20 20:06:20'),
(88610,33700,'action complete via WP Cron','2021-01-21 01:06:20','2021-01-20 20:06:20'),
(88611,33701,'action created','2021-01-21 01:06:20','2021-01-20 20:06:20'),
(88612,33701,'action started via WP Cron','2021-01-21 01:07:20','2021-01-20 20:07:20'),
(88613,33701,'action complete via WP Cron','2021-01-21 01:07:20','2021-01-20 20:07:20'),
(88614,33702,'action created','2021-01-21 01:07:20','2021-01-20 20:07:20'),
(88615,33702,'action started via WP Cron','2021-01-21 01:08:24','2021-01-20 20:08:24'),
(88616,33702,'action complete via WP Cron','2021-01-21 01:08:24','2021-01-20 20:08:24'),
(88617,33703,'action created','2021-01-21 01:08:24','2021-01-20 20:08:24'),
(88618,33703,'action started via WP Cron','2021-01-21 01:09:41','2021-01-20 20:09:41'),
(88619,33703,'action complete via WP Cron','2021-01-21 01:09:41','2021-01-20 20:09:41'),
(88620,33704,'action created','2021-01-21 01:09:41','2021-01-20 20:09:41'),
(88621,33704,'action started via WP Cron','2021-01-21 01:12:04','2021-01-20 20:12:04'),
(88622,33704,'action complete via WP Cron','2021-01-21 01:12:04','2021-01-20 20:12:04'),
(88623,33705,'action created','2021-01-21 01:12:04','2021-01-20 20:12:04'),
(88624,33705,'action started via WP Cron','2021-01-21 01:13:17','2021-01-20 20:13:17'),
(88625,33705,'action complete via WP Cron','2021-01-21 01:13:17','2021-01-20 20:13:17'),
(88626,33706,'action created','2021-01-21 01:13:17','2021-01-20 20:13:17'),
(88627,33706,'action started via WP Cron','2021-01-21 01:14:51','2021-01-20 20:14:51'),
(88628,33706,'action complete via WP Cron','2021-01-21 01:14:51','2021-01-20 20:14:51'),
(88629,33707,'action created','2021-01-21 01:14:51','2021-01-20 20:14:51'),
(88630,33707,'action started via WP Cron','2021-01-21 01:15:28','2021-01-20 20:15:28'),
(88631,33707,'action complete via WP Cron','2021-01-21 01:15:28','2021-01-20 20:15:28'),
(88632,33708,'action created','2021-01-21 01:15:28','2021-01-20 20:15:28'),
(88633,33708,'action started via WP Cron','2021-01-21 01:16:24','2021-01-20 20:16:24'),
(88634,33708,'action complete via WP Cron','2021-01-21 01:16:24','2021-01-20 20:16:24'),
(88635,33709,'action created','2021-01-21 01:16:24','2021-01-20 20:16:24'),
(88636,33709,'action started via WP Cron','2021-01-21 01:17:12','2021-01-20 20:17:12'),
(88637,33709,'action complete via WP Cron','2021-01-21 01:17:12','2021-01-20 20:17:12'),
(88638,33710,'action created','2021-01-21 01:17:12','2021-01-20 20:17:12'),
(88639,33710,'action started via WP Cron','2021-01-21 01:18:15','2021-01-20 20:18:15'),
(88640,33710,'action complete via WP Cron','2021-01-21 01:18:15','2021-01-20 20:18:15'),
(88641,33711,'action created','2021-01-21 01:18:15','2021-01-20 20:18:15'),
(88642,33711,'action started via WP Cron','2021-01-21 01:19:13','2021-01-20 20:19:13'),
(88643,33711,'action complete via WP Cron','2021-01-21 01:19:13','2021-01-20 20:19:13'),
(88644,33712,'action created','2021-01-21 01:19:13','2021-01-20 20:19:13'),
(88645,33712,'action started via WP Cron','2021-01-21 01:22:19','2021-01-20 20:22:19'),
(88646,33712,'action complete via WP Cron','2021-01-21 01:22:19','2021-01-20 20:22:19'),
(88647,33713,'action created','2021-01-21 01:22:19','2021-01-20 20:22:19'),
(88648,33713,'action started via WP Cron','2021-01-21 01:23:57','2021-01-20 20:23:57'),
(88649,33713,'action complete via WP Cron','2021-01-21 01:23:57','2021-01-20 20:23:57'),
(88650,33714,'action created','2021-01-21 01:23:57','2021-01-20 20:23:57'),
(88651,33714,'action started via WP Cron','2021-01-21 01:25:01','2021-01-20 20:25:01'),
(88652,33714,'action complete via WP Cron','2021-01-21 01:25:01','2021-01-20 20:25:01'),
(88653,33715,'action created','2021-01-21 01:25:01','2021-01-20 20:25:01'),
(88654,33715,'action started via WP Cron','2021-01-21 01:26:16','2021-01-20 20:26:16'),
(88655,33715,'action complete via WP Cron','2021-01-21 01:26:16','2021-01-20 20:26:16'),
(88656,33716,'action created','2021-01-21 01:26:16','2021-01-20 20:26:16'),
(88657,32679,'action started via WP Cron','2021-01-21 01:28:21','2021-01-20 20:28:21'),
(88658,32679,'action complete via WP Cron','2021-01-21 01:28:21','2021-01-20 20:28:21'),
(88659,33717,'action created','2021-01-21 01:28:21','2021-01-20 20:28:21'),
(88660,33716,'action started via WP Cron','2021-01-21 01:28:21','2021-01-20 20:28:21'),
(88661,33716,'action complete via WP Cron','2021-01-21 01:28:21','2021-01-20 20:28:21'),
(88662,33718,'action created','2021-01-21 01:28:21','2021-01-20 20:28:21'),
(88663,33718,'action started via WP Cron','2021-01-21 01:30:05','2021-01-20 20:30:05'),
(88664,33718,'action complete via WP Cron','2021-01-21 01:30:05','2021-01-20 20:30:05'),
(88665,33719,'action created','2021-01-21 01:30:05','2021-01-20 20:30:05'),
(88666,33719,'action started via WP Cron','2021-01-21 01:30:37','2021-01-20 20:30:37'),
(88667,33719,'action complete via WP Cron','2021-01-21 01:30:37','2021-01-20 20:30:37'),
(88668,33720,'action created','2021-01-21 01:30:37','2021-01-20 20:30:37'),
(88669,33720,'action started via WP Cron','2021-01-21 01:31:53','2021-01-20 20:31:53'),
(88670,33720,'action complete via WP Cron','2021-01-21 01:31:53','2021-01-20 20:31:53'),
(88671,33721,'action created','2021-01-21 01:31:53','2021-01-20 20:31:53'),
(88672,33721,'action started via WP Cron','2021-01-21 01:34:51','2021-01-20 20:34:51'),
(88673,33721,'action complete via WP Cron','2021-01-21 01:34:51','2021-01-20 20:34:51'),
(88674,33722,'action created','2021-01-21 01:34:51','2021-01-20 20:34:51'),
(88675,33722,'action started via WP Cron','2021-01-21 01:35:38','2021-01-20 20:35:38'),
(88676,33722,'action complete via WP Cron','2021-01-21 01:35:38','2021-01-20 20:35:38'),
(88677,33723,'action created','2021-01-21 01:35:38','2021-01-20 20:35:38'),
(88678,33723,'action started via WP Cron','2021-01-21 01:39:48','2021-01-20 20:39:48'),
(88679,33723,'action complete via WP Cron','2021-01-21 01:39:48','2021-01-20 20:39:48'),
(88680,33724,'action created','2021-01-21 01:39:48','2021-01-20 20:39:48'),
(88681,33724,'action started via WP Cron','2021-01-21 01:40:12','2021-01-20 20:40:12'),
(88682,33724,'action complete via WP Cron','2021-01-21 01:40:12','2021-01-20 20:40:12'),
(88683,33725,'action created','2021-01-21 01:40:12','2021-01-20 20:40:12'),
(88684,33725,'action started via WP Cron','2021-01-21 01:41:40','2021-01-20 20:41:40'),
(88685,33725,'action complete via WP Cron','2021-01-21 01:41:40','2021-01-20 20:41:40'),
(88686,33726,'action created','2021-01-21 01:41:40','2021-01-20 20:41:40'),
(88687,33726,'action started via WP Cron','2021-01-21 01:44:23','2021-01-20 20:44:23'),
(88688,33726,'action complete via WP Cron','2021-01-21 01:44:23','2021-01-20 20:44:23'),
(88689,33727,'action created','2021-01-21 01:44:23','2021-01-20 20:44:23'),
(88690,33727,'action started via WP Cron','2021-01-21 01:46:17','2021-01-20 20:46:17'),
(88691,33727,'action complete via WP Cron','2021-01-21 01:46:17','2021-01-20 20:46:17'),
(88692,33728,'action created','2021-01-21 01:46:17','2021-01-20 20:46:17'),
(88693,33728,'action started via WP Cron','2021-01-21 01:47:13','2021-01-20 20:47:13'),
(88694,33728,'action complete via WP Cron','2021-01-21 01:47:13','2021-01-20 20:47:13'),
(88695,33729,'action created','2021-01-21 01:47:13','2021-01-20 20:47:13'),
(88696,33729,'action started via WP Cron','2021-01-21 01:49:17','2021-01-20 20:49:17'),
(88697,33729,'action complete via WP Cron','2021-01-21 01:49:17','2021-01-20 20:49:17'),
(88698,33730,'action created','2021-01-21 01:49:17','2021-01-20 20:49:17'),
(88699,33730,'action started via WP Cron','2021-01-21 01:50:24','2021-01-20 20:50:24'),
(88700,33730,'action complete via WP Cron','2021-01-21 01:50:24','2021-01-20 20:50:24'),
(88701,33731,'action created','2021-01-21 01:50:24','2021-01-20 20:50:24'),
(88702,33731,'action started via WP Cron','2021-01-21 01:52:23','2021-01-20 20:52:23'),
(88703,33731,'action complete via WP Cron','2021-01-21 01:52:23','2021-01-20 20:52:23'),
(88704,33732,'action created','2021-01-21 01:52:23','2021-01-20 20:52:23'),
(88705,33732,'action started via WP Cron','2021-01-21 01:53:34','2021-01-20 20:53:34'),
(88706,33732,'action complete via WP Cron','2021-01-21 01:53:34','2021-01-20 20:53:34'),
(88707,33733,'action created','2021-01-21 01:53:34','2021-01-20 20:53:34'),
(88708,33733,'action started via WP Cron','2021-01-21 01:54:23','2021-01-20 20:54:23'),
(88709,33733,'action complete via WP Cron','2021-01-21 01:54:23','2021-01-20 20:54:23'),
(88710,33734,'action created','2021-01-21 01:54:23','2021-01-20 20:54:23'),
(88711,33734,'action started via WP Cron','2021-01-21 01:55:51','2021-01-20 20:55:51'),
(88712,33734,'action complete via WP Cron','2021-01-21 01:55:52','2021-01-20 20:55:52'),
(88713,33735,'action created','2021-01-21 01:55:52','2021-01-20 20:55:52'),
(88714,33735,'action started via WP Cron','2021-01-21 01:56:52','2021-01-20 20:56:52'),
(88715,33735,'action complete via WP Cron','2021-01-21 01:56:52','2021-01-20 20:56:52'),
(88716,33736,'action created','2021-01-21 01:56:52','2021-01-20 20:56:52'),
(88717,33736,'action started via WP Cron','2021-01-21 01:57:33','2021-01-20 20:57:33'),
(88718,33736,'action complete via WP Cron','2021-01-21 01:57:33','2021-01-20 20:57:33'),
(88719,33737,'action created','2021-01-21 01:57:33','2021-01-20 20:57:33'),
(88720,33737,'action started via WP Cron','2021-01-21 01:58:40','2021-01-20 20:58:40'),
(88721,33737,'action complete via WP Cron','2021-01-21 01:58:40','2021-01-20 20:58:40'),
(88722,33738,'action created','2021-01-21 01:58:41','2021-01-20 20:58:41'),
(88723,33738,'action started via WP Cron','2021-01-21 01:59:39','2021-01-20 20:59:39'),
(88724,33738,'action complete via WP Cron','2021-01-21 01:59:39','2021-01-20 20:59:39'),
(88725,33739,'action created','2021-01-21 01:59:39','2021-01-20 20:59:39'),
(88726,33739,'action started via WP Cron','2021-01-21 02:00:29','2021-01-20 21:00:29'),
(88727,33739,'action complete via WP Cron','2021-01-21 02:00:29','2021-01-20 21:00:29'),
(88728,33740,'action created','2021-01-21 02:00:29','2021-01-20 21:00:29'),
(88729,33740,'action started via WP Cron','2021-01-21 02:01:53','2021-01-20 21:01:53'),
(88730,33740,'action complete via WP Cron','2021-01-21 02:01:53','2021-01-20 21:01:53'),
(88731,33741,'action created','2021-01-21 02:01:53','2021-01-20 21:01:53'),
(88732,33741,'action started via WP Cron','2021-01-21 02:02:50','2021-01-20 21:02:50'),
(88733,33741,'action complete via WP Cron','2021-01-21 02:02:50','2021-01-20 21:02:50'),
(88734,33742,'action created','2021-01-21 02:02:50','2021-01-20 21:02:50'),
(88735,33742,'action started via WP Cron','2021-01-21 02:03:46','2021-01-20 21:03:46'),
(88736,33742,'action complete via WP Cron','2021-01-21 02:03:46','2021-01-20 21:03:46'),
(88737,33743,'action created','2021-01-21 02:03:46','2021-01-20 21:03:46'),
(88738,33743,'action started via WP Cron','2021-01-21 02:05:54','2021-01-20 21:05:54'),
(88739,33743,'action complete via WP Cron','2021-01-21 02:05:54','2021-01-20 21:05:54'),
(88740,33744,'action created','2021-01-21 02:05:54','2021-01-20 21:05:54'),
(88741,33744,'action started via WP Cron','2021-01-21 02:06:36','2021-01-20 21:06:36'),
(88742,33744,'action complete via WP Cron','2021-01-21 02:06:36','2021-01-20 21:06:36'),
(88743,33745,'action created','2021-01-21 02:06:36','2021-01-20 21:06:36'),
(88744,33745,'action started via WP Cron','2021-01-21 02:07:23','2021-01-20 21:07:23'),
(88745,33745,'action complete via WP Cron','2021-01-21 02:07:23','2021-01-20 21:07:23'),
(88746,33746,'action created','2021-01-21 02:07:23','2021-01-20 21:07:23'),
(88747,33746,'action started via WP Cron','2021-01-21 02:08:24','2021-01-20 21:08:24'),
(88748,33746,'action complete via WP Cron','2021-01-21 02:08:24','2021-01-20 21:08:24'),
(88749,33747,'action created','2021-01-21 02:08:24','2021-01-20 21:08:24'),
(88750,33747,'action started via WP Cron','2021-01-21 02:10:49','2021-01-20 21:10:49'),
(88751,33747,'action complete via WP Cron','2021-01-21 02:10:49','2021-01-20 21:10:49'),
(88752,33748,'action created','2021-01-21 02:10:49','2021-01-20 21:10:49'),
(88753,33748,'action started via WP Cron','2021-01-21 02:11:24','2021-01-20 21:11:24'),
(88754,33748,'action complete via WP Cron','2021-01-21 02:11:24','2021-01-20 21:11:24'),
(88755,33749,'action created','2021-01-21 02:11:24','2021-01-20 21:11:24'),
(88756,33749,'action started via WP Cron','2021-01-21 02:12:43','2021-01-20 21:12:43'),
(88757,33749,'action complete via WP Cron','2021-01-21 02:12:43','2021-01-20 21:12:43'),
(88758,33750,'action created','2021-01-21 02:12:43','2021-01-20 21:12:43'),
(88759,33750,'action started via WP Cron','2021-01-21 02:13:17','2021-01-20 21:13:17'),
(88760,33750,'action complete via WP Cron','2021-01-21 02:13:17','2021-01-20 21:13:17'),
(88761,33751,'action created','2021-01-21 02:13:17','2021-01-20 21:13:17'),
(88762,33751,'action started via WP Cron','2021-01-21 02:16:08','2021-01-20 21:16:08'),
(88763,33751,'action complete via WP Cron','2021-01-21 02:16:08','2021-01-20 21:16:08'),
(88764,33752,'action created','2021-01-21 02:16:08','2021-01-20 21:16:08'),
(88765,33752,'action started via WP Cron','2021-01-21 02:17:36','2021-01-20 21:17:36'),
(88766,33752,'action complete via WP Cron','2021-01-21 02:17:36','2021-01-20 21:17:36'),
(88767,33753,'action created','2021-01-21 02:17:36','2021-01-20 21:17:36'),
(88768,33753,'action started via WP Cron','2021-01-21 02:18:28','2021-01-20 21:18:28'),
(88769,33753,'action complete via WP Cron','2021-01-21 02:18:28','2021-01-20 21:18:28'),
(88770,33754,'action created','2021-01-21 02:18:28','2021-01-20 21:18:28'),
(88771,33754,'action started via WP Cron','2021-01-21 02:19:14','2021-01-20 21:19:14'),
(88772,33754,'action complete via WP Cron','2021-01-21 02:19:14','2021-01-20 21:19:14'),
(88773,33755,'action created','2021-01-21 02:19:14','2021-01-20 21:19:14'),
(88774,33755,'action started via WP Cron','2021-01-21 02:20:22','2021-01-20 21:20:22'),
(88775,33755,'action complete via WP Cron','2021-01-21 02:20:22','2021-01-20 21:20:22'),
(88776,33756,'action created','2021-01-21 02:20:22','2021-01-20 21:20:22'),
(88777,33756,'action started via WP Cron','2021-01-21 02:21:37','2021-01-20 21:21:37'),
(88778,33756,'action complete via WP Cron','2021-01-21 02:21:37','2021-01-20 21:21:37'),
(88779,33757,'action created','2021-01-21 02:21:37','2021-01-20 21:21:37'),
(88780,33757,'action started via WP Cron','2021-01-21 02:23:26','2021-01-20 21:23:26'),
(88781,33757,'action complete via WP Cron','2021-01-21 02:23:26','2021-01-20 21:23:26'),
(88782,33758,'action created','2021-01-21 02:23:26','2021-01-20 21:23:26'),
(88783,33758,'action started via WP Cron','2021-01-21 02:24:49','2021-01-20 21:24:49'),
(88784,33758,'action complete via WP Cron','2021-01-21 02:24:49','2021-01-20 21:24:49'),
(88785,33759,'action created','2021-01-21 02:24:49','2021-01-20 21:24:49'),
(88786,33759,'action started via WP Cron','2021-01-21 02:28:46','2021-01-20 21:28:46'),
(88787,33759,'action complete via WP Cron','2021-01-21 02:28:46','2021-01-20 21:28:46'),
(88788,33760,'action created','2021-01-21 02:28:46','2021-01-20 21:28:46'),
(88789,33760,'action started via WP Cron','2021-01-21 02:29:15','2021-01-20 21:29:15'),
(88790,33760,'action complete via WP Cron','2021-01-21 02:29:15','2021-01-20 21:29:15'),
(88791,33761,'action created','2021-01-21 02:29:15','2021-01-20 21:29:15'),
(88792,33761,'action started via WP Cron','2021-01-21 02:30:15','2021-01-20 21:30:15'),
(88793,33761,'action complete via WP Cron','2021-01-21 02:30:15','2021-01-20 21:30:15'),
(88794,33762,'action created','2021-01-21 02:30:15','2021-01-20 21:30:15'),
(88795,33762,'action started via WP Cron','2021-01-21 02:32:09','2021-01-20 21:32:09'),
(88796,33762,'action complete via WP Cron','2021-01-21 02:32:09','2021-01-20 21:32:09'),
(88797,33763,'action created','2021-01-21 02:32:10','2021-01-20 21:32:10'),
(88798,33763,'action started via WP Cron','2021-01-21 02:32:43','2021-01-20 21:32:43'),
(88799,33763,'action complete via WP Cron','2021-01-21 02:32:43','2021-01-20 21:32:43'),
(88800,33764,'action created','2021-01-21 02:32:43','2021-01-20 21:32:43'),
(88801,33764,'action started via WP Cron','2021-01-21 02:33:16','2021-01-20 21:33:16'),
(88802,33764,'action complete via WP Cron','2021-01-21 02:33:16','2021-01-20 21:33:16'),
(88803,33765,'action created','2021-01-21 02:33:16','2021-01-20 21:33:16'),
(88804,33765,'action started via WP Cron','2021-01-21 02:38:34','2021-01-20 21:38:34'),
(88805,33765,'action complete via WP Cron','2021-01-21 02:38:34','2021-01-20 21:38:34'),
(88806,33766,'action created','2021-01-21 02:38:34','2021-01-20 21:38:34'),
(88807,33766,'action started via WP Cron','2021-01-21 02:40:14','2021-01-20 21:40:14'),
(88808,33766,'action complete via WP Cron','2021-01-21 02:40:14','2021-01-20 21:40:14'),
(88809,33767,'action created','2021-01-21 02:40:14','2021-01-20 21:40:14'),
(88810,33767,'action started via WP Cron','2021-01-21 02:41:13','2021-01-20 21:41:13'),
(88811,33767,'action complete via WP Cron','2021-01-21 02:41:13','2021-01-20 21:41:13'),
(88812,33768,'action created','2021-01-21 02:41:13','2021-01-20 21:41:13'),
(88813,33768,'action started via WP Cron','2021-01-21 02:42:26','2021-01-20 21:42:26'),
(88814,33768,'action complete via WP Cron','2021-01-21 02:42:26','2021-01-20 21:42:26'),
(88815,33769,'action created','2021-01-21 02:42:26','2021-01-20 21:42:26'),
(88816,33769,'action started via WP Cron','2021-01-21 02:43:31','2021-01-20 21:43:31'),
(88817,33769,'action complete via WP Cron','2021-01-21 02:43:31','2021-01-20 21:43:31'),
(88818,33770,'action created','2021-01-21 02:43:31','2021-01-20 21:43:31'),
(88819,33770,'action started via WP Cron','2021-01-21 02:47:34','2021-01-20 21:47:34'),
(88820,33770,'action complete via WP Cron','2021-01-21 02:47:34','2021-01-20 21:47:34'),
(88821,33771,'action created','2021-01-21 02:47:34','2021-01-20 21:47:34'),
(88822,33771,'action started via WP Cron','2021-01-21 02:48:41','2021-01-20 21:48:41'),
(88823,33771,'action complete via WP Cron','2021-01-21 02:48:41','2021-01-20 21:48:41'),
(88824,33772,'action created','2021-01-21 02:48:41','2021-01-20 21:48:41'),
(88825,33772,'action started via WP Cron','2021-01-21 02:50:11','2021-01-20 21:50:11'),
(88826,33772,'action complete via WP Cron','2021-01-21 02:50:11','2021-01-20 21:50:11'),
(88827,33773,'action created','2021-01-21 02:50:11','2021-01-20 21:50:11'),
(88828,33773,'action started via WP Cron','2021-01-21 02:51:20','2021-01-20 21:51:20'),
(88829,33773,'action complete via WP Cron','2021-01-21 02:51:20','2021-01-20 21:51:20'),
(88830,33774,'action created','2021-01-21 02:51:20','2021-01-20 21:51:20'),
(88831,33774,'action started via WP Cron','2021-01-21 02:53:36','2021-01-20 21:53:36'),
(88832,33774,'action complete via WP Cron','2021-01-21 02:53:36','2021-01-20 21:53:36'),
(88833,33775,'action created','2021-01-21 02:53:36','2021-01-20 21:53:36'),
(88834,33775,'action started via WP Cron','2021-01-21 02:54:26','2021-01-20 21:54:26'),
(88835,33775,'action complete via WP Cron','2021-01-21 02:54:26','2021-01-20 21:54:26'),
(88836,33776,'action created','2021-01-21 02:54:26','2021-01-20 21:54:26'),
(88837,33776,'action started via WP Cron','2021-01-21 02:55:14','2021-01-20 21:55:14'),
(88838,33776,'action complete via WP Cron','2021-01-21 02:55:14','2021-01-20 21:55:14'),
(88839,33777,'action created','2021-01-21 02:55:14','2021-01-20 21:55:14'),
(88840,33777,'action started via WP Cron','2021-01-21 02:57:10','2021-01-20 21:57:10'),
(88841,33777,'action complete via WP Cron','2021-01-21 02:57:10','2021-01-20 21:57:10'),
(88842,33778,'action created','2021-01-21 02:57:10','2021-01-20 21:57:10'),
(88843,33778,'action started via WP Cron','2021-01-21 02:57:26','2021-01-20 21:57:26'),
(88844,33778,'action complete via WP Cron','2021-01-21 02:57:26','2021-01-20 21:57:26'),
(88845,33779,'action created','2021-01-21 02:57:26','2021-01-20 21:57:26'),
(88846,33779,'action started via WP Cron','2021-01-21 02:58:38','2021-01-20 21:58:38'),
(88847,33779,'action complete via WP Cron','2021-01-21 02:58:38','2021-01-20 21:58:38'),
(88848,33780,'action created','2021-01-21 02:58:38','2021-01-20 21:58:38'),
(88849,33780,'action started via WP Cron','2021-01-21 02:59:27','2021-01-20 21:59:27'),
(88850,33780,'action complete via WP Cron','2021-01-21 02:59:27','2021-01-20 21:59:27'),
(88851,33781,'action created','2021-01-21 02:59:27','2021-01-20 21:59:27'),
(88852,33781,'action started via WP Cron','2021-01-21 03:00:53','2021-01-20 22:00:53'),
(88853,33781,'action complete via WP Cron','2021-01-21 03:00:53','2021-01-20 22:00:53'),
(88854,33782,'action created','2021-01-21 03:00:53','2021-01-20 22:00:53'),
(88855,33782,'action started via WP Cron','2021-01-21 03:04:57','2021-01-20 22:04:57'),
(88856,33782,'action complete via WP Cron','2021-01-21 03:04:57','2021-01-20 22:04:57'),
(88857,33783,'action created','2021-01-21 03:04:57','2021-01-20 22:04:57'),
(88858,33783,'action started via WP Cron','2021-01-21 03:05:12','2021-01-20 22:05:12'),
(88859,33783,'action complete via WP Cron','2021-01-21 03:05:12','2021-01-20 22:05:12'),
(88860,33784,'action created','2021-01-21 03:05:12','2021-01-20 22:05:12'),
(88861,33784,'action started via WP Cron','2021-01-21 03:06:15','2021-01-20 22:06:15'),
(88862,33784,'action complete via WP Cron','2021-01-21 03:06:15','2021-01-20 22:06:15'),
(88863,33785,'action created','2021-01-21 03:06:15','2021-01-20 22:06:15'),
(88864,33785,'action started via WP Cron','2021-01-21 03:07:22','2021-01-20 22:07:22'),
(88865,33785,'action complete via WP Cron','2021-01-21 03:07:22','2021-01-20 22:07:22'),
(88866,33786,'action created','2021-01-21 03:07:22','2021-01-20 22:07:22'),
(88867,33786,'action started via WP Cron','2021-01-21 03:09:35','2021-01-20 22:09:35'),
(88868,33786,'action complete via WP Cron','2021-01-21 03:09:35','2021-01-20 22:09:35'),
(88869,33787,'action created','2021-01-21 03:09:35','2021-01-20 22:09:35'),
(88870,33787,'action started via WP Cron','2021-01-21 03:11:07','2021-01-20 22:11:07'),
(88871,33787,'action complete via WP Cron','2021-01-21 03:11:07','2021-01-20 22:11:07'),
(88872,33788,'action created','2021-01-21 03:11:07','2021-01-20 22:11:07'),
(88873,33788,'action started via WP Cron','2021-01-21 03:12:31','2021-01-20 22:12:31'),
(88874,33788,'action complete via WP Cron','2021-01-21 03:12:31','2021-01-20 22:12:31'),
(88875,33789,'action created','2021-01-21 03:12:31','2021-01-20 22:12:31'),
(88876,33789,'action started via WP Cron','2021-01-21 03:13:56','2021-01-20 22:13:56'),
(88877,33789,'action complete via WP Cron','2021-01-21 03:13:56','2021-01-20 22:13:56'),
(88878,33790,'action created','2021-01-21 03:13:56','2021-01-20 22:13:56'),
(88879,33790,'action started via WP Cron','2021-01-21 03:15:54','2021-01-20 22:15:54'),
(88880,33790,'action complete via WP Cron','2021-01-21 03:15:54','2021-01-20 22:15:54'),
(88881,33791,'action created','2021-01-21 03:15:54','2021-01-20 22:15:54'),
(88882,33791,'action started via WP Cron','2021-01-21 03:18:17','2021-01-20 22:18:17'),
(88883,33791,'action complete via WP Cron','2021-01-21 03:18:18','2021-01-20 22:18:18'),
(88884,33792,'action created','2021-01-21 03:18:18','2021-01-20 22:18:18'),
(88885,33792,'action started via WP Cron','2021-01-21 03:20:27','2021-01-20 22:20:27'),
(88886,33792,'action complete via WP Cron','2021-01-21 03:20:27','2021-01-20 22:20:27'),
(88887,33793,'action created','2021-01-21 03:20:27','2021-01-20 22:20:27'),
(88888,33793,'action started via WP Cron','2021-01-21 03:21:26','2021-01-20 22:21:26'),
(88889,33793,'action complete via WP Cron','2021-01-21 03:21:26','2021-01-20 22:21:26'),
(88890,33794,'action created','2021-01-21 03:21:26','2021-01-20 22:21:26'),
(88891,33794,'action started via WP Cron','2021-01-21 03:22:18','2021-01-20 22:22:18'),
(88892,33794,'action complete via WP Cron','2021-01-21 03:22:18','2021-01-20 22:22:18'),
(88893,33795,'action created','2021-01-21 03:22:18','2021-01-20 22:22:18'),
(88894,33795,'action started via WP Cron','2021-01-21 03:23:23','2021-01-20 22:23:23'),
(88895,33795,'action complete via WP Cron','2021-01-21 03:23:23','2021-01-20 22:23:23'),
(88896,33796,'action created','2021-01-21 03:23:23','2021-01-20 22:23:23'),
(88897,33796,'action started via WP Cron','2021-01-21 03:24:12','2021-01-20 22:24:12'),
(88898,33796,'action complete via WP Cron','2021-01-21 03:24:12','2021-01-20 22:24:12'),
(88899,33797,'action created','2021-01-21 03:24:12','2021-01-20 22:24:12'),
(88900,33797,'action started via WP Cron','2021-01-21 03:25:38','2021-01-20 22:25:38'),
(88901,33797,'action complete via WP Cron','2021-01-21 03:25:38','2021-01-20 22:25:38'),
(88902,33798,'action created','2021-01-21 03:25:38','2021-01-20 22:25:38'),
(88903,33798,'action started via WP Cron','2021-01-21 03:26:36','2021-01-20 22:26:36'),
(88904,33798,'action complete via WP Cron','2021-01-21 03:26:36','2021-01-20 22:26:36'),
(88905,33799,'action created','2021-01-21 03:26:36','2021-01-20 22:26:36'),
(88906,33799,'action started via WP Cron','2021-01-21 03:27:15','2021-01-20 22:27:15'),
(88907,33799,'action complete via WP Cron','2021-01-21 03:27:15','2021-01-20 22:27:15'),
(88908,33800,'action created','2021-01-21 03:27:15','2021-01-20 22:27:15'),
(88909,33800,'action started via WP Cron','2021-01-21 03:28:55','2021-01-20 22:28:55'),
(88910,33800,'action complete via WP Cron','2021-01-21 03:28:55','2021-01-20 22:28:55'),
(88911,33801,'action created','2021-01-21 03:28:55','2021-01-20 22:28:55'),
(88912,33801,'action started via WP Cron','2021-01-21 03:30:41','2021-01-20 22:30:41'),
(88913,33801,'action complete via WP Cron','2021-01-21 03:30:41','2021-01-20 22:30:41'),
(88914,33802,'action created','2021-01-21 03:30:41','2021-01-20 22:30:41'),
(88915,33802,'action started via WP Cron','2021-01-21 03:31:49','2021-01-20 22:31:49'),
(88916,33802,'action complete via WP Cron','2021-01-21 03:31:49','2021-01-20 22:31:49'),
(88917,33803,'action created','2021-01-21 03:31:49','2021-01-20 22:31:49'),
(88918,33803,'action started via WP Cron','2021-01-21 03:33:25','2021-01-20 22:33:25'),
(88919,33803,'action complete via WP Cron','2021-01-21 03:33:25','2021-01-20 22:33:25'),
(88920,33804,'action created','2021-01-21 03:33:25','2021-01-20 22:33:25'),
(88921,33804,'action started via WP Cron','2021-01-21 03:35:04','2021-01-20 22:35:04'),
(88922,33804,'action complete via WP Cron','2021-01-21 03:35:04','2021-01-20 22:35:04'),
(88923,33805,'action created','2021-01-21 03:35:04','2021-01-20 22:35:04'),
(88924,33805,'action started via WP Cron','2021-01-21 03:36:14','2021-01-20 22:36:14'),
(88925,33805,'action complete via WP Cron','2021-01-21 03:36:14','2021-01-20 22:36:14'),
(88926,33806,'action created','2021-01-21 03:36:14','2021-01-20 22:36:14'),
(88927,33806,'action started via WP Cron','2021-01-21 03:37:29','2021-01-20 22:37:29'),
(88928,33806,'action complete via WP Cron','2021-01-21 03:37:29','2021-01-20 22:37:29'),
(88929,33807,'action created','2021-01-21 03:37:29','2021-01-20 22:37:29'),
(88930,33807,'action started via WP Cron','2021-01-21 03:39:50','2021-01-20 22:39:50'),
(88931,33807,'action complete via WP Cron','2021-01-21 03:39:50','2021-01-20 22:39:50'),
(88932,33808,'action created','2021-01-21 03:39:50','2021-01-20 22:39:50'),
(88933,33808,'action started via WP Cron','2021-01-21 03:42:20','2021-01-20 22:42:20'),
(88934,33808,'action complete via WP Cron','2021-01-21 03:42:20','2021-01-20 22:42:20'),
(88935,33809,'action created','2021-01-21 03:42:20','2021-01-20 22:42:20'),
(88936,33809,'action started via WP Cron','2021-01-21 03:44:11','2021-01-20 22:44:11'),
(88937,33809,'action complete via WP Cron','2021-01-21 03:44:11','2021-01-20 22:44:11'),
(88938,33810,'action created','2021-01-21 03:44:11','2021-01-20 22:44:11'),
(88939,33810,'action started via WP Cron','2021-01-21 03:46:37','2021-01-20 22:46:37'),
(88940,33810,'action complete via WP Cron','2021-01-21 03:46:37','2021-01-20 22:46:37'),
(88941,33811,'action created','2021-01-21 03:46:37','2021-01-20 22:46:37'),
(88942,33811,'action started via WP Cron','2021-01-21 03:47:12','2021-01-20 22:47:12'),
(88943,33811,'action complete via WP Cron','2021-01-21 03:47:12','2021-01-20 22:47:12'),
(88944,33812,'action created','2021-01-21 03:47:12','2021-01-20 22:47:12'),
(88945,33812,'action started via WP Cron','2021-01-21 03:49:15','2021-01-20 22:49:15'),
(88946,33812,'action complete via WP Cron','2021-01-21 03:49:15','2021-01-20 22:49:15'),
(88947,33813,'action created','2021-01-21 03:49:15','2021-01-20 22:49:15'),
(88948,33813,'action started via WP Cron','2021-01-21 03:51:29','2021-01-20 22:51:29'),
(88949,33813,'action complete via WP Cron','2021-01-21 03:51:29','2021-01-20 22:51:29'),
(88950,33814,'action created','2021-01-21 03:51:29','2021-01-20 22:51:29'),
(88951,33814,'action started via WP Cron','2021-01-21 03:52:41','2021-01-20 22:52:41'),
(88952,33814,'action complete via WP Cron','2021-01-21 03:52:41','2021-01-20 22:52:41'),
(88953,33815,'action created','2021-01-21 03:52:41','2021-01-20 22:52:41'),
(88954,33815,'action started via WP Cron','2021-01-21 03:54:34','2021-01-20 22:54:34'),
(88955,33815,'action complete via WP Cron','2021-01-21 03:54:34','2021-01-20 22:54:34'),
(88956,33816,'action created','2021-01-21 03:54:34','2021-01-20 22:54:34'),
(88957,33816,'action started via WP Cron','2021-01-21 04:03:50','2021-01-20 23:03:50'),
(88958,33816,'action complete via WP Cron','2021-01-21 04:03:50','2021-01-20 23:03:50'),
(88959,33817,'action created','2021-01-21 04:03:50','2021-01-20 23:03:50'),
(88960,33817,'action started via WP Cron','2021-01-21 04:06:25','2021-01-20 23:06:25'),
(88961,33817,'action complete via WP Cron','2021-01-21 04:06:25','2021-01-20 23:06:25'),
(88962,33818,'action created','2021-01-21 04:06:25','2021-01-20 23:06:25'),
(88963,33818,'action started via WP Cron','2021-01-21 04:13:27','2021-01-20 23:13:27'),
(88964,33818,'action complete via WP Cron','2021-01-21 04:13:27','2021-01-20 23:13:27'),
(88965,33819,'action created','2021-01-21 04:13:27','2021-01-20 23:13:27'),
(88966,33819,'action started via WP Cron','2021-01-21 04:14:34','2021-01-20 23:14:34'),
(88967,33819,'action complete via WP Cron','2021-01-21 04:14:34','2021-01-20 23:14:34'),
(88968,33820,'action created','2021-01-21 04:14:34','2021-01-20 23:14:34'),
(88969,33820,'action started via WP Cron','2021-01-21 04:15:23','2021-01-20 23:15:23'),
(88970,33820,'action complete via WP Cron','2021-01-21 04:15:23','2021-01-20 23:15:23'),
(88971,33821,'action created','2021-01-21 04:15:23','2021-01-20 23:15:23'),
(88972,33821,'action started via WP Cron','2021-01-21 04:16:39','2021-01-20 23:16:39'),
(88973,33821,'action complete via WP Cron','2021-01-21 04:16:39','2021-01-20 23:16:39'),
(88974,33822,'action created','2021-01-21 04:16:40','2021-01-20 23:16:40'),
(88975,33822,'action started via WP Cron','2021-01-21 04:18:11','2021-01-20 23:18:11'),
(88976,33822,'action complete via WP Cron','2021-01-21 04:18:11','2021-01-20 23:18:11'),
(88977,33823,'action created','2021-01-21 04:18:11','2021-01-20 23:18:11'),
(88978,33823,'action started via WP Cron','2021-01-21 04:20:36','2021-01-20 23:20:36'),
(88979,33823,'action complete via WP Cron','2021-01-21 04:20:36','2021-01-20 23:20:36'),
(88980,33824,'action created','2021-01-21 04:20:36','2021-01-20 23:20:36'),
(88981,33824,'action started via WP Cron','2021-01-21 04:22:16','2021-01-20 23:22:16'),
(88982,33824,'action complete via WP Cron','2021-01-21 04:22:16','2021-01-20 23:22:16'),
(88983,33825,'action created','2021-01-21 04:22:16','2021-01-20 23:22:16'),
(88984,33825,'action started via WP Cron','2021-01-21 04:23:55','2021-01-20 23:23:55'),
(88985,33825,'action complete via WP Cron','2021-01-21 04:23:55','2021-01-20 23:23:55'),
(88986,33826,'action created','2021-01-21 04:23:55','2021-01-20 23:23:55'),
(88987,33826,'action started via WP Cron','2021-01-21 04:25:36','2021-01-20 23:25:36'),
(88988,33826,'action complete via WP Cron','2021-01-21 04:25:36','2021-01-20 23:25:36'),
(88989,33827,'action created','2021-01-21 04:25:36','2021-01-20 23:25:36'),
(88990,33827,'action started via WP Cron','2021-01-21 04:26:24','2021-01-20 23:26:24'),
(88991,33827,'action complete via WP Cron','2021-01-21 04:26:24','2021-01-20 23:26:24'),
(88992,33828,'action created','2021-01-21 04:26:24','2021-01-20 23:26:24'),
(88993,33828,'action started via WP Cron','2021-01-21 04:27:41','2021-01-20 23:27:41'),
(88994,33828,'action complete via WP Cron','2021-01-21 04:27:41','2021-01-20 23:27:41'),
(88995,33829,'action created','2021-01-21 04:27:41','2021-01-20 23:27:41'),
(88996,33829,'action started via WP Cron','2021-01-21 04:28:24','2021-01-20 23:28:24'),
(88997,33829,'action complete via WP Cron','2021-01-21 04:28:24','2021-01-20 23:28:24'),
(88998,33830,'action created','2021-01-21 04:28:24','2021-01-20 23:28:24'),
(88999,33830,'action started via WP Cron','2021-01-21 04:29:46','2021-01-20 23:29:46'),
(89000,33830,'action complete via WP Cron','2021-01-21 04:29:46','2021-01-20 23:29:46'),
(89001,33831,'action created','2021-01-21 04:29:46','2021-01-20 23:29:46'),
(89002,33831,'action started via WP Cron','2021-01-21 04:30:12','2021-01-20 23:30:12'),
(89003,33831,'action complete via WP Cron','2021-01-21 04:30:12','2021-01-20 23:30:12'),
(89004,33832,'action created','2021-01-21 04:30:12','2021-01-20 23:30:12'),
(89005,33832,'action started via WP Cron','2021-01-21 04:31:27','2021-01-20 23:31:27'),
(89006,33832,'action complete via WP Cron','2021-01-21 04:31:27','2021-01-20 23:31:27'),
(89007,33833,'action created','2021-01-21 04:31:27','2021-01-20 23:31:27'),
(89008,33833,'action started via WP Cron','2021-01-21 04:32:31','2021-01-20 23:32:31'),
(89009,33833,'action complete via WP Cron','2021-01-21 04:32:31','2021-01-20 23:32:31'),
(89010,33834,'action created','2021-01-21 04:32:31','2021-01-20 23:32:31'),
(89011,33834,'action started via WP Cron','2021-01-21 04:33:12','2021-01-20 23:33:12'),
(89012,33834,'action complete via WP Cron','2021-01-21 04:33:12','2021-01-20 23:33:12'),
(89013,33835,'action created','2021-01-21 04:33:12','2021-01-20 23:33:12'),
(89014,33835,'action started via WP Cron','2021-01-21 04:34:17','2021-01-20 23:34:17'),
(89015,33835,'action complete via WP Cron','2021-01-21 04:34:17','2021-01-20 23:34:17'),
(89016,33836,'action created','2021-01-21 04:34:17','2021-01-20 23:34:17'),
(89017,33836,'action started via WP Cron','2021-01-21 04:37:09','2021-01-20 23:37:09'),
(89018,33836,'action complete via WP Cron','2021-01-21 04:37:09','2021-01-20 23:37:09'),
(89019,33837,'action created','2021-01-21 04:37:09','2021-01-20 23:37:09'),
(89020,33837,'action started via WP Cron','2021-01-21 04:39:37','2021-01-20 23:39:37'),
(89021,33837,'action complete via WP Cron','2021-01-21 04:39:37','2021-01-20 23:39:37'),
(89022,33838,'action created','2021-01-21 04:39:37','2021-01-20 23:39:37'),
(89023,33838,'action started via WP Cron','2021-01-21 04:40:42','2021-01-20 23:40:42'),
(89024,33838,'action complete via WP Cron','2021-01-21 04:40:42','2021-01-20 23:40:42'),
(89025,33839,'action created','2021-01-21 04:40:42','2021-01-20 23:40:42'),
(89026,33839,'action started via WP Cron','2021-01-21 04:44:04','2021-01-20 23:44:04'),
(89027,33839,'action complete via WP Cron','2021-01-21 04:44:04','2021-01-20 23:44:04'),
(89028,33840,'action created','2021-01-21 04:44:04','2021-01-20 23:44:04'),
(89029,33840,'action started via WP Cron','2021-01-21 04:47:55','2021-01-20 23:47:55'),
(89030,33840,'action complete via WP Cron','2021-01-21 04:47:55','2021-01-20 23:47:55'),
(89031,33841,'action created','2021-01-21 04:47:55','2021-01-20 23:47:55'),
(89032,33841,'action started via WP Cron','2021-01-21 04:48:13','2021-01-20 23:48:13'),
(89033,33841,'action complete via WP Cron','2021-01-21 04:48:13','2021-01-20 23:48:13'),
(89034,33842,'action created','2021-01-21 04:48:13','2021-01-20 23:48:13'),
(89035,33842,'action started via WP Cron','2021-01-21 04:49:57','2021-01-20 23:49:57'),
(89036,33842,'action complete via WP Cron','2021-01-21 04:49:57','2021-01-20 23:49:57'),
(89037,33843,'action created','2021-01-21 04:49:57','2021-01-20 23:49:57'),
(89038,33843,'action started via WP Cron','2021-01-21 04:50:38','2021-01-20 23:50:38'),
(89039,33843,'action complete via WP Cron','2021-01-21 04:50:38','2021-01-20 23:50:38'),
(89040,33844,'action created','2021-01-21 04:50:38','2021-01-20 23:50:38'),
(89041,33844,'action started via WP Cron','2021-01-21 04:51:30','2021-01-20 23:51:30'),
(89042,33844,'action complete via WP Cron','2021-01-21 04:51:30','2021-01-20 23:51:30'),
(89043,33845,'action created','2021-01-21 04:51:30','2021-01-20 23:51:30'),
(89044,33845,'action started via WP Cron','2021-01-21 04:52:19','2021-01-20 23:52:19'),
(89045,33845,'action complete via WP Cron','2021-01-21 04:52:19','2021-01-20 23:52:19'),
(89046,33846,'action created','2021-01-21 04:52:20','2021-01-20 23:52:20'),
(89047,33846,'action started via WP Cron','2021-01-21 04:53:18','2021-01-20 23:53:18'),
(89048,33846,'action complete via WP Cron','2021-01-21 04:53:18','2021-01-20 23:53:18'),
(89049,33847,'action created','2021-01-21 04:53:18','2021-01-20 23:53:18'),
(89050,33847,'action started via WP Cron','2021-01-21 04:54:46','2021-01-20 23:54:46'),
(89051,33847,'action complete via WP Cron','2021-01-21 04:54:46','2021-01-20 23:54:46'),
(89052,33848,'action created','2021-01-21 04:54:46','2021-01-20 23:54:46'),
(89053,33848,'action started via WP Cron','2021-01-21 04:56:01','2021-01-20 23:56:01'),
(89054,33848,'action complete via WP Cron','2021-01-21 04:56:01','2021-01-20 23:56:01'),
(89055,33849,'action created','2021-01-21 04:56:01','2021-01-20 23:56:01'),
(89056,33849,'action started via WP Cron','2021-01-21 04:56:24','2021-01-20 23:56:24'),
(89057,33849,'action complete via WP Cron','2021-01-21 04:56:24','2021-01-20 23:56:24'),
(89058,33850,'action created','2021-01-21 04:56:24','2021-01-20 23:56:24'),
(89059,33850,'action started via WP Cron','2021-01-21 04:57:32','2021-01-20 23:57:32'),
(89060,33850,'action complete via WP Cron','2021-01-21 04:57:32','2021-01-20 23:57:32'),
(89061,33851,'action created','2021-01-21 04:57:32','2021-01-20 23:57:32'),
(89062,33851,'action started via WP Cron','2021-01-21 04:58:21','2021-01-20 23:58:21'),
(89063,33851,'action complete via WP Cron','2021-01-21 04:58:21','2021-01-20 23:58:21'),
(89064,33852,'action created','2021-01-21 04:58:21','2021-01-20 23:58:21'),
(89065,33852,'action started via WP Cron','2021-01-21 05:00:33','2021-01-21 00:00:33'),
(89066,33852,'action complete via WP Cron','2021-01-21 05:00:33','2021-01-21 00:00:33'),
(89067,33853,'action created','2021-01-21 05:00:33','2021-01-21 00:00:33'),
(89068,33853,'action started via WP Cron','2021-01-21 05:01:28','2021-01-21 00:01:28'),
(89069,33853,'action complete via WP Cron','2021-01-21 05:01:28','2021-01-21 00:01:28'),
(89070,33854,'action created','2021-01-21 05:01:28','2021-01-21 00:01:28'),
(89071,33854,'action started via WP Cron','2021-01-21 05:03:13','2021-01-21 00:03:13'),
(89072,33854,'action complete via WP Cron','2021-01-21 05:03:13','2021-01-21 00:03:13'),
(89073,33855,'action created','2021-01-21 05:03:13','2021-01-21 00:03:13'),
(89074,33855,'action started via WP Cron','2021-01-21 05:04:50','2021-01-21 00:04:50'),
(89075,33855,'action complete via WP Cron','2021-01-21 05:04:50','2021-01-21 00:04:50'),
(89076,33856,'action created','2021-01-21 05:04:50','2021-01-21 00:04:50'),
(89077,33856,'action started via WP Cron','2021-01-21 05:05:45','2021-01-21 00:05:45'),
(89078,33856,'action complete via WP Cron','2021-01-21 05:05:45','2021-01-21 00:05:45'),
(89079,33857,'action created','2021-01-21 05:05:45','2021-01-21 00:05:45'),
(89080,33857,'action started via WP Cron','2021-01-21 05:07:08','2021-01-21 00:07:08'),
(89081,33857,'action complete via WP Cron','2021-01-21 05:07:08','2021-01-21 00:07:08'),
(89082,33858,'action created','2021-01-21 05:07:08','2021-01-21 00:07:08'),
(89083,33858,'action started via WP Cron','2021-01-21 05:07:22','2021-01-21 00:07:22'),
(89084,33858,'action complete via WP Cron','2021-01-21 05:07:22','2021-01-21 00:07:22'),
(89085,33859,'action created','2021-01-21 05:07:22','2021-01-21 00:07:22'),
(89086,33859,'action started via WP Cron','2021-01-21 05:08:12','2021-01-21 00:08:12'),
(89087,33859,'action complete via WP Cron','2021-01-21 05:08:12','2021-01-21 00:08:12'),
(89088,33860,'action created','2021-01-21 05:08:12','2021-01-21 00:08:12'),
(89089,33860,'action started via WP Cron','2021-01-21 05:11:14','2021-01-21 00:11:14'),
(89090,33860,'action complete via WP Cron','2021-01-21 05:11:14','2021-01-21 00:11:14'),
(89091,33861,'action created','2021-01-21 05:11:14','2021-01-21 00:11:14'),
(89092,33861,'action started via WP Cron','2021-01-21 05:13:18','2021-01-21 00:13:18'),
(89093,33861,'action complete via WP Cron','2021-01-21 05:13:18','2021-01-21 00:13:18'),
(89094,33862,'action created','2021-01-21 05:13:18','2021-01-21 00:13:18'),
(89095,33862,'action started via WP Cron','2021-01-21 05:15:02','2021-01-21 00:15:02'),
(89096,33862,'action complete via WP Cron','2021-01-21 05:15:02','2021-01-21 00:15:02'),
(89097,33863,'action created','2021-01-21 05:15:03','2021-01-21 00:15:03'),
(89098,33863,'action started via WP Cron','2021-01-21 05:16:55','2021-01-21 00:16:55'),
(89099,33863,'action complete via WP Cron','2021-01-21 05:16:55','2021-01-21 00:16:55'),
(89100,33864,'action created','2021-01-21 05:16:55','2021-01-21 00:16:55'),
(89101,33864,'action started via WP Cron','2021-01-21 05:17:30','2021-01-21 00:17:30'),
(89102,33864,'action complete via WP Cron','2021-01-21 05:17:30','2021-01-21 00:17:30'),
(89103,33865,'action created','2021-01-21 05:18:29','2021-01-21 00:18:29'),
(89104,33865,'action started via WP Cron','2021-01-21 05:19:59','2021-01-21 00:19:59'),
(89105,33865,'action complete via WP Cron','2021-01-21 05:19:59','2021-01-21 00:19:59'),
(89106,33866,'action created','2021-01-21 05:19:59','2021-01-21 00:19:59'),
(89107,33866,'action started via WP Cron','2021-01-21 05:24:47','2021-01-21 00:24:47'),
(89108,33866,'action complete via WP Cron','2021-01-21 05:24:47','2021-01-21 00:24:47'),
(89109,33867,'action created','2021-01-21 05:24:47','2021-01-21 00:24:47'),
(89110,33867,'action started via WP Cron','2021-01-21 05:26:43','2021-01-21 00:26:43'),
(89111,33867,'action complete via WP Cron','2021-01-21 05:26:43','2021-01-21 00:26:43'),
(89112,33868,'action created','2021-01-21 05:26:43','2021-01-21 00:26:43'),
(89113,33868,'action started via WP Cron','2021-01-21 05:29:02','2021-01-21 00:29:02'),
(89114,33868,'action complete via WP Cron','2021-01-21 05:29:02','2021-01-21 00:29:02'),
(89115,33869,'action created','2021-01-21 05:29:02','2021-01-21 00:29:02'),
(89116,33869,'action started via WP Cron','2021-01-21 05:29:32','2021-01-21 00:29:32'),
(89117,33869,'action complete via WP Cron','2021-01-21 05:29:32','2021-01-21 00:29:32'),
(89118,33870,'action created','2021-01-21 05:29:32','2021-01-21 00:29:32'),
(89119,33870,'action started via WP Cron','2021-01-21 05:31:06','2021-01-21 00:31:06'),
(89120,33870,'action complete via WP Cron','2021-01-21 05:31:06','2021-01-21 00:31:06'),
(89121,33871,'action created','2021-01-21 05:31:06','2021-01-21 00:31:06'),
(89122,33871,'action started via WP Cron','2021-01-21 05:31:27','2021-01-21 00:31:27'),
(89123,33871,'action complete via WP Cron','2021-01-21 05:31:27','2021-01-21 00:31:27'),
(89124,33872,'action created','2021-01-21 05:31:27','2021-01-21 00:31:27'),
(89125,33872,'action started via WP Cron','2021-01-21 05:32:30','2021-01-21 00:32:30'),
(89126,33872,'action complete via WP Cron','2021-01-21 05:32:30','2021-01-21 00:32:30'),
(89127,33873,'action created','2021-01-21 05:32:30','2021-01-21 00:32:30'),
(89128,33873,'action started via WP Cron','2021-01-21 05:34:22','2021-01-21 00:34:22'),
(89129,33873,'action complete via WP Cron','2021-01-21 05:34:22','2021-01-21 00:34:22'),
(89130,33874,'action created','2021-01-21 05:34:22','2021-01-21 00:34:22'),
(89131,33874,'action started via WP Cron','2021-01-21 05:35:31','2021-01-21 00:35:31'),
(89132,33874,'action complete via WP Cron','2021-01-21 05:35:31','2021-01-21 00:35:31'),
(89133,33875,'action created','2021-01-21 05:35:31','2021-01-21 00:35:31'),
(89134,33875,'action started via WP Cron','2021-01-21 05:38:38','2021-01-21 00:38:38'),
(89135,33875,'action complete via WP Cron','2021-01-21 05:38:38','2021-01-21 00:38:38'),
(89136,33876,'action created','2021-01-21 05:38:38','2021-01-21 00:38:38'),
(89137,33876,'action started via WP Cron','2021-01-21 05:39:14','2021-01-21 00:39:14'),
(89138,33876,'action complete via WP Cron','2021-01-21 05:39:14','2021-01-21 00:39:14'),
(89139,33877,'action created','2021-01-21 05:39:14','2021-01-21 00:39:14'),
(89140,33877,'action started via WP Cron','2021-01-21 05:40:47','2021-01-21 00:40:47'),
(89141,33877,'action complete via WP Cron','2021-01-21 05:40:47','2021-01-21 00:40:47'),
(89142,33878,'action created','2021-01-21 05:40:48','2021-01-21 00:40:48'),
(89143,33878,'action started via WP Cron','2021-01-21 05:41:23','2021-01-21 00:41:23'),
(89144,33878,'action complete via WP Cron','2021-01-21 05:41:23','2021-01-21 00:41:23'),
(89145,33879,'action created','2021-01-21 05:41:23','2021-01-21 00:41:23'),
(89146,33879,'action started via WP Cron','2021-01-21 05:46:51','2021-01-21 00:46:51'),
(89147,33879,'action complete via WP Cron','2021-01-21 05:46:51','2021-01-21 00:46:51'),
(89148,33880,'action created','2021-01-21 05:46:51','2021-01-21 00:46:51'),
(89149,33880,'action started via WP Cron','2021-01-21 05:48:12','2021-01-21 00:48:12'),
(89150,33880,'action complete via WP Cron','2021-01-21 05:48:12','2021-01-21 00:48:12'),
(89151,33881,'action created','2021-01-21 05:48:12','2021-01-21 00:48:12'),
(89152,33881,'action started via WP Cron','2021-01-21 05:50:32','2021-01-21 00:50:32'),
(89153,33881,'action complete via WP Cron','2021-01-21 05:50:32','2021-01-21 00:50:32'),
(89154,33882,'action created','2021-01-21 05:50:32','2021-01-21 00:50:32'),
(89155,33882,'action started via WP Cron','2021-01-21 05:53:41','2021-01-21 00:53:41'),
(89156,33882,'action complete via WP Cron','2021-01-21 05:53:42','2021-01-21 00:53:42'),
(89157,33883,'action created','2021-01-21 05:53:42','2021-01-21 00:53:42'),
(89158,33883,'action started via WP Cron','2021-01-21 05:55:23','2021-01-21 00:55:23'),
(89159,33883,'action complete via WP Cron','2021-01-21 05:55:23','2021-01-21 00:55:23'),
(89160,33884,'action created','2021-01-21 05:55:23','2021-01-21 00:55:23'),
(89161,33884,'action started via WP Cron','2021-01-21 05:57:42','2021-01-21 00:57:42'),
(89162,33884,'action complete via WP Cron','2021-01-21 05:57:42','2021-01-21 00:57:42'),
(89163,33885,'action created','2021-01-21 05:57:42','2021-01-21 00:57:42'),
(89164,33885,'action started via WP Cron','2021-01-21 05:58:30','2021-01-21 00:58:30'),
(89165,33885,'action complete via WP Cron','2021-01-21 05:58:30','2021-01-21 00:58:30'),
(89166,33886,'action created','2021-01-21 05:58:30','2021-01-21 00:58:30'),
(89167,33886,'action started via WP Cron','2021-01-21 06:00:41','2021-01-21 01:00:41'),
(89168,33886,'action complete via WP Cron','2021-01-21 06:00:41','2021-01-21 01:00:41'),
(89169,33887,'action created','2021-01-21 06:00:41','2021-01-21 01:00:41'),
(89170,33887,'action started via WP Cron','2021-01-21 06:01:17','2021-01-21 01:01:17'),
(89171,33887,'action complete via WP Cron','2021-01-21 06:01:17','2021-01-21 01:01:17'),
(89172,33888,'action created','2021-01-21 06:01:17','2021-01-21 01:01:17'),
(89173,33888,'action started via WP Cron','2021-01-21 06:03:38','2021-01-21 01:03:38'),
(89174,33888,'action complete via WP Cron','2021-01-21 06:03:38','2021-01-21 01:03:38'),
(89175,33889,'action created','2021-01-21 06:03:39','2021-01-21 01:03:39'),
(89176,33889,'action started via WP Cron','2021-01-21 06:04:52','2021-01-21 01:04:52'),
(89177,33889,'action complete via WP Cron','2021-01-21 06:04:52','2021-01-21 01:04:52'),
(89178,33890,'action created','2021-01-21 06:04:53','2021-01-21 01:04:53'),
(89179,33890,'action started via WP Cron','2021-01-21 06:05:56','2021-01-21 01:05:56'),
(89180,33890,'action complete via WP Cron','2021-01-21 06:05:56','2021-01-21 01:05:56'),
(89181,33891,'action created','2021-01-21 06:05:56','2021-01-21 01:05:56'),
(89182,33891,'action started via WP Cron','2021-01-21 06:06:40','2021-01-21 01:06:40'),
(89183,33891,'action complete via WP Cron','2021-01-21 06:06:40','2021-01-21 01:06:40'),
(89184,33892,'action created','2021-01-21 06:06:41','2021-01-21 01:06:41'),
(89185,33892,'action started via WP Cron','2021-01-21 06:09:10','2021-01-21 01:09:10'),
(89186,33892,'action complete via WP Cron','2021-01-21 06:09:10','2021-01-21 01:09:10'),
(89187,33893,'action created','2021-01-21 06:09:10','2021-01-21 01:09:10'),
(89188,33893,'action started via WP Cron','2021-01-21 06:10:21','2021-01-21 01:10:21'),
(89189,33893,'action complete via WP Cron','2021-01-21 06:10:21','2021-01-21 01:10:21'),
(89190,33894,'action created','2021-01-21 06:10:21','2021-01-21 01:10:21'),
(89191,33894,'action started via WP Cron','2021-01-21 06:13:23','2021-01-21 01:13:23'),
(89192,33894,'action complete via WP Cron','2021-01-21 06:13:23','2021-01-21 01:13:23'),
(89193,33895,'action created','2021-01-21 06:13:23','2021-01-21 01:13:23'),
(89194,33895,'action started via WP Cron','2021-01-21 06:16:32','2021-01-21 01:16:32'),
(89195,33895,'action complete via WP Cron','2021-01-21 06:16:32','2021-01-21 01:16:32'),
(89196,33896,'action created','2021-01-21 06:16:32','2021-01-21 01:16:32'),
(89197,33896,'action started via WP Cron','2021-01-21 06:18:32','2021-01-21 01:18:32'),
(89198,33896,'action complete via WP Cron','2021-01-21 06:18:32','2021-01-21 01:18:32'),
(89199,33897,'action created','2021-01-21 06:18:32','2021-01-21 01:18:32'),
(89200,33897,'action started via WP Cron','2021-01-21 06:20:02','2021-01-21 01:20:02'),
(89201,33897,'action complete via WP Cron','2021-01-21 06:20:02','2021-01-21 01:20:02'),
(89202,33898,'action created','2021-01-21 06:20:02','2021-01-21 01:20:02'),
(89203,33898,'action started via WP Cron','2021-01-21 06:20:13','2021-01-21 01:20:13'),
(89204,33898,'action complete via WP Cron','2021-01-21 06:20:13','2021-01-21 01:20:13'),
(89205,33899,'action created','2021-01-21 06:20:13','2021-01-21 01:20:13'),
(89206,33899,'action started via WP Cron','2021-01-21 06:23:45','2021-01-21 01:23:45'),
(89207,33899,'action complete via WP Cron','2021-01-21 06:23:45','2021-01-21 01:23:45'),
(89208,33900,'action created','2021-01-21 06:23:45','2021-01-21 01:23:45'),
(89209,33900,'action started via WP Cron','2021-01-21 06:25:19','2021-01-21 01:25:19'),
(89210,33900,'action complete via WP Cron','2021-01-21 06:25:19','2021-01-21 01:25:19'),
(89211,33901,'action created','2021-01-21 06:25:19','2021-01-21 01:25:19'),
(89212,33901,'action started via WP Cron','2021-01-21 06:26:16','2021-01-21 01:26:16'),
(89213,33901,'action complete via WP Cron','2021-01-21 06:26:16','2021-01-21 01:26:16'),
(89214,33902,'action created','2021-01-21 06:26:16','2021-01-21 01:26:16'),
(89215,33902,'action started via WP Cron','2021-01-21 06:27:51','2021-01-21 01:27:51'),
(89216,33902,'action complete via WP Cron','2021-01-21 06:27:51','2021-01-21 01:27:51'),
(89217,33903,'action created','2021-01-21 06:27:51','2021-01-21 01:27:51'),
(89218,33903,'action started via WP Cron','2021-01-21 06:29:25','2021-01-21 01:29:25'),
(89219,33903,'action complete via WP Cron','2021-01-21 06:29:25','2021-01-21 01:29:25'),
(89220,33904,'action created','2021-01-21 06:29:25','2021-01-21 01:29:25'),
(89221,33904,'action started via WP Cron','2021-01-21 06:30:15','2021-01-21 01:30:15'),
(89222,33904,'action complete via WP Cron','2021-01-21 06:30:15','2021-01-21 01:30:15'),
(89223,33905,'action created','2021-01-21 06:30:15','2021-01-21 01:30:15'),
(89224,33905,'action started via WP Cron','2021-01-21 06:31:24','2021-01-21 01:31:24'),
(89225,33905,'action complete via WP Cron','2021-01-21 06:31:24','2021-01-21 01:31:24'),
(89226,33906,'action created','2021-01-21 06:31:24','2021-01-21 01:31:24'),
(89227,33906,'action started via WP Cron','2021-01-21 06:34:26','2021-01-21 01:34:26'),
(89228,33906,'action complete via WP Cron','2021-01-21 06:34:26','2021-01-21 01:34:26'),
(89229,33907,'action created','2021-01-21 06:34:26','2021-01-21 01:34:26'),
(89230,33907,'action started via WP Cron','2021-01-21 06:35:50','2021-01-21 01:35:50'),
(89231,33907,'action complete via WP Cron','2021-01-21 06:35:50','2021-01-21 01:35:50'),
(89232,33908,'action created','2021-01-21 06:35:50','2021-01-21 01:35:50'),
(89233,33908,'action started via WP Cron','2021-01-21 06:36:12','2021-01-21 01:36:12'),
(89234,33908,'action complete via WP Cron','2021-01-21 06:36:12','2021-01-21 01:36:12'),
(89235,33909,'action created','2021-01-21 06:36:12','2021-01-21 01:36:12'),
(89236,33909,'action started via WP Cron','2021-01-21 06:37:49','2021-01-21 01:37:49'),
(89237,33909,'action complete via WP Cron','2021-01-21 06:37:49','2021-01-21 01:37:49'),
(89238,33910,'action created','2021-01-21 06:37:49','2021-01-21 01:37:49'),
(89239,33910,'action started via WP Cron','2021-01-21 06:41:12','2021-01-21 01:41:12'),
(89240,33910,'action complete via WP Cron','2021-01-21 06:41:12','2021-01-21 01:41:12'),
(89241,33911,'action created','2021-01-21 06:41:12','2021-01-21 01:41:12'),
(89242,33911,'action started via WP Cron','2021-01-21 06:43:26','2021-01-21 01:43:26'),
(89243,33911,'action complete via WP Cron','2021-01-21 06:43:26','2021-01-21 01:43:26'),
(89244,33912,'action created','2021-01-21 06:43:26','2021-01-21 01:43:26'),
(89245,33912,'action started via WP Cron','2021-01-21 06:45:14','2021-01-21 01:45:14'),
(89246,33912,'action complete via WP Cron','2021-01-21 06:45:14','2021-01-21 01:45:14'),
(89247,33913,'action created','2021-01-21 06:45:14','2021-01-21 01:45:14'),
(89248,33913,'action started via WP Cron','2021-01-21 06:46:34','2021-01-21 01:46:34'),
(89249,33913,'action complete via WP Cron','2021-01-21 06:46:34','2021-01-21 01:46:34'),
(89250,33914,'action created','2021-01-21 06:46:34','2021-01-21 01:46:34'),
(89251,33914,'action started via WP Cron','2021-01-21 06:48:06','2021-01-21 01:48:06'),
(89252,33914,'action complete via WP Cron','2021-01-21 06:48:06','2021-01-21 01:48:06'),
(89253,33915,'action created','2021-01-21 06:48:06','2021-01-21 01:48:06'),
(89254,33915,'action started via WP Cron','2021-01-21 06:48:18','2021-01-21 01:48:18'),
(89255,33915,'action complete via WP Cron','2021-01-21 06:48:18','2021-01-21 01:48:18'),
(89256,33916,'action created','2021-01-21 06:48:18','2021-01-21 01:48:18'),
(89257,33916,'action started via WP Cron','2021-01-21 06:49:49','2021-01-21 01:49:49'),
(89258,33916,'action complete via WP Cron','2021-01-21 06:49:49','2021-01-21 01:49:49'),
(89259,33917,'action created','2021-01-21 06:49:49','2021-01-21 01:49:49'),
(89260,33917,'action started via WP Cron','2021-01-21 06:51:33','2021-01-21 01:51:33'),
(89261,33917,'action complete via WP Cron','2021-01-21 06:51:33','2021-01-21 01:51:33'),
(89262,33918,'action created','2021-01-21 06:51:33','2021-01-21 01:51:33'),
(89263,33918,'action started via WP Cron','2021-01-21 06:52:57','2021-01-21 01:52:57'),
(89264,33918,'action complete via WP Cron','2021-01-21 06:52:57','2021-01-21 01:52:57'),
(89265,33919,'action created','2021-01-21 06:52:57','2021-01-21 01:52:57'),
(89266,33919,'action started via WP Cron','2021-01-21 06:54:26','2021-01-21 01:54:26'),
(89267,33919,'action complete via WP Cron','2021-01-21 06:54:26','2021-01-21 01:54:26'),
(89268,33920,'action created','2021-01-21 06:54:26','2021-01-21 01:54:26'),
(89269,33920,'action started via WP Cron','2021-01-21 06:55:58','2021-01-21 01:55:58'),
(89270,33920,'action complete via WP Cron','2021-01-21 06:55:58','2021-01-21 01:55:58'),
(89271,33921,'action created','2021-01-21 06:55:58','2021-01-21 01:55:58'),
(89272,33921,'action started via WP Cron','2021-01-21 06:56:43','2021-01-21 01:56:43'),
(89273,33921,'action complete via WP Cron','2021-01-21 06:56:43','2021-01-21 01:56:43'),
(89274,33922,'action created','2021-01-21 06:56:43','2021-01-21 01:56:43'),
(89275,33922,'action started via WP Cron','2021-01-21 06:58:37','2021-01-21 01:58:37'),
(89276,33922,'action complete via WP Cron','2021-01-21 06:58:37','2021-01-21 01:58:37'),
(89277,33923,'action created','2021-01-21 06:58:37','2021-01-21 01:58:37'),
(89278,33923,'action started via WP Cron','2021-01-21 06:59:48','2021-01-21 01:59:48'),
(89279,33923,'action complete via WP Cron','2021-01-21 06:59:48','2021-01-21 01:59:48'),
(89280,33924,'action created','2021-01-21 06:59:48','2021-01-21 01:59:48'),
(89281,33924,'action started via WP Cron','2021-01-21 07:01:50','2021-01-21 02:01:50'),
(89282,33924,'action complete via WP Cron','2021-01-21 07:01:50','2021-01-21 02:01:50'),
(89283,33925,'action created','2021-01-21 07:01:50','2021-01-21 02:01:50'),
(89284,33925,'action started via WP Cron','2021-01-21 07:03:01','2021-01-21 02:03:01'),
(89285,33925,'action complete via WP Cron','2021-01-21 07:03:01','2021-01-21 02:03:01'),
(89286,33926,'action created','2021-01-21 07:03:01','2021-01-21 02:03:01'),
(89287,33926,'action started via WP Cron','2021-01-21 07:04:24','2021-01-21 02:04:24'),
(89288,33926,'action complete via WP Cron','2021-01-21 07:04:24','2021-01-21 02:04:24'),
(89289,33927,'action created','2021-01-21 07:04:24','2021-01-21 02:04:24'),
(89290,33927,'action started via WP Cron','2021-01-21 07:07:08','2021-01-21 02:07:08'),
(89291,33927,'action complete via WP Cron','2021-01-21 07:07:08','2021-01-21 02:07:08'),
(89292,33928,'action created','2021-01-21 07:07:08','2021-01-21 02:07:08'),
(89293,33928,'action started via WP Cron','2021-01-21 07:08:41','2021-01-21 02:08:41'),
(89294,33928,'action complete via WP Cron','2021-01-21 07:08:41','2021-01-21 02:08:41'),
(89295,33929,'action created','2021-01-21 07:08:41','2021-01-21 02:08:41'),
(89296,33929,'action started via WP Cron','2021-01-21 07:09:20','2021-01-21 02:09:20'),
(89297,33929,'action complete via WP Cron','2021-01-21 07:09:20','2021-01-21 02:09:20'),
(89298,33930,'action created','2021-01-21 07:09:20','2021-01-21 02:09:20'),
(89299,33930,'action started via WP Cron','2021-01-21 07:10:59','2021-01-21 02:10:59'),
(89300,33930,'action complete via WP Cron','2021-01-21 07:10:59','2021-01-21 02:10:59'),
(89301,33931,'action created','2021-01-21 07:10:59','2021-01-21 02:10:59'),
(89302,33931,'action started via WP Cron','2021-01-21 07:11:12','2021-01-21 02:11:12'),
(89303,33931,'action complete via WP Cron','2021-01-21 07:11:12','2021-01-21 02:11:12'),
(89304,33932,'action created','2021-01-21 07:11:12','2021-01-21 02:11:12'),
(89305,33932,'action started via WP Cron','2021-01-21 07:12:26','2021-01-21 02:12:26'),
(89306,33932,'action complete via WP Cron','2021-01-21 07:12:26','2021-01-21 02:12:26'),
(89307,33933,'action created','2021-01-21 07:12:26','2021-01-21 02:12:26'),
(89308,33933,'action started via WP Cron','2021-01-21 07:14:27','2021-01-21 02:14:27'),
(89309,33933,'action complete via WP Cron','2021-01-21 07:14:27','2021-01-21 02:14:27'),
(89310,33934,'action created','2021-01-21 07:14:27','2021-01-21 02:14:27'),
(89311,33934,'action started via WP Cron','2021-01-21 07:15:37','2021-01-21 02:15:37'),
(89312,33934,'action complete via WP Cron','2021-01-21 07:15:37','2021-01-21 02:15:37'),
(89313,33935,'action created','2021-01-21 07:15:37','2021-01-21 02:15:37'),
(89314,33935,'action started via WP Cron','2021-01-21 07:18:22','2021-01-21 02:18:22'),
(89315,33935,'action complete via WP Cron','2021-01-21 07:18:22','2021-01-21 02:18:22'),
(89316,33936,'action created','2021-01-21 07:18:22','2021-01-21 02:18:22'),
(89317,33936,'action started via WP Cron','2021-01-21 07:20:45','2021-01-21 02:20:45'),
(89318,33936,'action complete via WP Cron','2021-01-21 07:20:45','2021-01-21 02:20:45'),
(89319,33937,'action created','2021-01-21 07:20:45','2021-01-21 02:20:45'),
(89320,33937,'action started via WP Cron','2021-01-21 07:21:33','2021-01-21 02:21:33'),
(89321,33937,'action complete via WP Cron','2021-01-21 07:21:33','2021-01-21 02:21:33'),
(89322,33938,'action created','2021-01-21 07:21:33','2021-01-21 02:21:33'),
(89323,33938,'action started via WP Cron','2021-01-21 07:22:22','2021-01-21 02:22:22'),
(89324,33938,'action complete via WP Cron','2021-01-21 07:22:22','2021-01-21 02:22:22'),
(89325,33939,'action created','2021-01-21 07:22:22','2021-01-21 02:22:22'),
(89326,33939,'action started via WP Cron','2021-01-21 07:25:18','2021-01-21 02:25:18'),
(89327,33939,'action complete via WP Cron','2021-01-21 07:25:18','2021-01-21 02:25:18'),
(89328,33940,'action created','2021-01-21 07:25:18','2021-01-21 02:25:18'),
(89329,33940,'action started via WP Cron','2021-01-21 07:26:33','2021-01-21 02:26:33'),
(89330,33940,'action complete via WP Cron','2021-01-21 07:26:33','2021-01-21 02:26:33'),
(89331,33941,'action created','2021-01-21 07:26:33','2021-01-21 02:26:33'),
(89332,33941,'action started via WP Cron','2021-01-21 07:28:01','2021-01-21 02:28:01'),
(89333,33941,'action complete via WP Cron','2021-01-21 07:28:01','2021-01-21 02:28:01'),
(89334,33942,'action created','2021-01-21 07:28:01','2021-01-21 02:28:01'),
(89335,33942,'action started via WP Cron','2021-01-21 07:29:04','2021-01-21 02:29:04'),
(89336,33942,'action complete via WP Cron','2021-01-21 07:29:04','2021-01-21 02:29:04'),
(89337,33943,'action created','2021-01-21 07:29:05','2021-01-21 02:29:05'),
(89338,33943,'action started via WP Cron','2021-01-21 07:29:32','2021-01-21 02:29:32'),
(89339,33943,'action complete via WP Cron','2021-01-21 07:29:32','2021-01-21 02:29:32'),
(89340,33944,'action created','2021-01-21 07:29:32','2021-01-21 02:29:32'),
(89341,33944,'action started via WP Cron','2021-01-21 07:31:23','2021-01-21 02:31:23'),
(89342,33944,'action complete via WP Cron','2021-01-21 07:31:23','2021-01-21 02:31:23'),
(89343,33945,'action created','2021-01-21 07:31:23','2021-01-21 02:31:23'),
(89344,33945,'action started via WP Cron','2021-01-21 07:33:18','2021-01-21 02:33:18'),
(89345,33945,'action complete via WP Cron','2021-01-21 07:33:18','2021-01-21 02:33:18'),
(89346,33946,'action created','2021-01-21 07:33:18','2021-01-21 02:33:18'),
(89347,33946,'action started via WP Cron','2021-01-21 07:35:13','2021-01-21 02:35:13'),
(89348,33946,'action complete via WP Cron','2021-01-21 07:35:13','2021-01-21 02:35:13'),
(89349,33947,'action created','2021-01-21 07:35:13','2021-01-21 02:35:13'),
(89350,33947,'action started via WP Cron','2021-01-21 07:36:23','2021-01-21 02:36:23'),
(89351,33947,'action complete via WP Cron','2021-01-21 07:36:23','2021-01-21 02:36:23'),
(89352,33948,'action created','2021-01-21 07:36:23','2021-01-21 02:36:23'),
(89353,33948,'action started via WP Cron','2021-01-21 07:38:21','2021-01-21 02:38:21'),
(89354,33948,'action complete via WP Cron','2021-01-21 07:38:21','2021-01-21 02:38:21'),
(89355,33949,'action created','2021-01-21 07:38:21','2021-01-21 02:38:21'),
(89356,33949,'action started via WP Cron','2021-01-21 07:39:32','2021-01-21 02:39:32'),
(89357,33949,'action complete via WP Cron','2021-01-21 07:39:32','2021-01-21 02:39:32'),
(89358,33950,'action created','2021-01-21 07:39:32','2021-01-21 02:39:32'),
(89359,33950,'action started via WP Cron','2021-01-21 07:41:26','2021-01-21 02:41:26'),
(89360,33950,'action complete via WP Cron','2021-01-21 07:41:26','2021-01-21 02:41:26'),
(89361,33951,'action created','2021-01-21 07:41:26','2021-01-21 02:41:26'),
(89362,33951,'action started via WP Cron','2021-01-21 07:47:07','2021-01-21 02:47:07'),
(89363,33951,'action complete via WP Cron','2021-01-21 07:47:07','2021-01-21 02:47:07'),
(89364,33952,'action created','2021-01-21 07:47:07','2021-01-21 02:47:07'),
(89365,33952,'action started via WP Cron','2021-01-21 07:48:23','2021-01-21 02:48:23'),
(89366,33952,'action complete via WP Cron','2021-01-21 07:48:23','2021-01-21 02:48:23'),
(89367,33953,'action created','2021-01-21 07:48:23','2021-01-21 02:48:23'),
(89368,33953,'action started via WP Cron','2021-01-21 07:49:30','2021-01-21 02:49:30'),
(89369,33953,'action complete via WP Cron','2021-01-21 07:49:30','2021-01-21 02:49:30'),
(89370,33954,'action created','2021-01-21 07:49:30','2021-01-21 02:49:30'),
(89371,33954,'action started via WP Cron','2021-01-21 07:51:25','2021-01-21 02:51:25'),
(89372,33954,'action complete via WP Cron','2021-01-21 07:51:25','2021-01-21 02:51:25'),
(89373,33955,'action created','2021-01-21 07:51:25','2021-01-21 02:51:25'),
(89374,33955,'action started via WP Cron','2021-01-21 07:53:13','2021-01-21 02:53:13'),
(89375,33955,'action complete via WP Cron','2021-01-21 07:53:13','2021-01-21 02:53:13'),
(89376,33956,'action created','2021-01-21 07:53:13','2021-01-21 02:53:13'),
(89377,33956,'action started via WP Cron','2021-01-21 07:54:59','2021-01-21 02:54:59'),
(89378,33956,'action complete via WP Cron','2021-01-21 07:54:59','2021-01-21 02:54:59'),
(89379,33957,'action created','2021-01-21 07:54:59','2021-01-21 02:54:59'),
(89380,33957,'action started via WP Cron','2021-01-21 07:56:41','2021-01-21 02:56:41'),
(89381,33957,'action complete via WP Cron','2021-01-21 07:56:41','2021-01-21 02:56:41'),
(89382,33958,'action created','2021-01-21 07:56:41','2021-01-21 02:56:41'),
(89383,33958,'action started via WP Cron','2021-01-21 07:57:23','2021-01-21 02:57:23'),
(89384,33958,'action complete via WP Cron','2021-01-21 07:57:23','2021-01-21 02:57:23'),
(89385,33959,'action created','2021-01-21 07:57:23','2021-01-21 02:57:23'),
(89386,33959,'action started via WP Cron','2021-01-21 07:58:16','2021-01-21 02:58:16'),
(89387,33959,'action complete via WP Cron','2021-01-21 07:58:16','2021-01-21 02:58:16'),
(89388,33960,'action created','2021-01-21 07:58:16','2021-01-21 02:58:16'),
(89389,33960,'action started via WP Cron','2021-01-21 07:59:32','2021-01-21 02:59:32'),
(89390,33960,'action complete via WP Cron','2021-01-21 07:59:32','2021-01-21 02:59:32'),
(89391,33961,'action created','2021-01-21 07:59:32','2021-01-21 02:59:32'),
(89392,33961,'action started via WP Cron','2021-01-21 08:00:23','2021-01-21 03:00:23'),
(89393,33961,'action complete via WP Cron','2021-01-21 08:00:23','2021-01-21 03:00:23'),
(89394,33962,'action created','2021-01-21 08:00:23','2021-01-21 03:00:23'),
(89395,33962,'action started via WP Cron','2021-01-21 08:01:43','2021-01-21 03:01:43'),
(89396,33962,'action complete via WP Cron','2021-01-21 08:01:43','2021-01-21 03:01:43'),
(89397,33963,'action created','2021-01-21 08:01:43','2021-01-21 03:01:43'),
(89398,33963,'action started via WP Cron','2021-01-21 08:03:00','2021-01-21 03:03:00'),
(89399,33963,'action complete via WP Cron','2021-01-21 08:03:00','2021-01-21 03:03:00'),
(89400,33964,'action created','2021-01-21 08:03:00','2021-01-21 03:03:00'),
(89401,33964,'action started via WP Cron','2021-01-21 08:03:30','2021-01-21 03:03:30'),
(89402,33964,'action complete via WP Cron','2021-01-21 08:03:30','2021-01-21 03:03:30'),
(89403,33965,'action created','2021-01-21 08:03:30','2021-01-21 03:03:30'),
(89404,33965,'action started via WP Cron','2021-01-21 08:04:33','2021-01-21 03:04:33'),
(89405,33965,'action complete via WP Cron','2021-01-21 08:04:33','2021-01-21 03:04:33'),
(89406,33966,'action created','2021-01-21 08:04:33','2021-01-21 03:04:33'),
(89407,33966,'action started via WP Cron','2021-01-21 08:05:35','2021-01-21 03:05:35'),
(89408,33966,'action complete via WP Cron','2021-01-21 08:05:35','2021-01-21 03:05:35'),
(89409,33967,'action created','2021-01-21 08:05:35','2021-01-21 03:05:35'),
(89410,33967,'action started via WP Cron','2021-01-21 08:09:03','2021-01-21 03:09:03'),
(89411,33967,'action complete via WP Cron','2021-01-21 08:09:03','2021-01-21 03:09:03'),
(89412,33968,'action created','2021-01-21 08:09:03','2021-01-21 03:09:03'),
(89413,33968,'action started via WP Cron','2021-01-21 08:09:14','2021-01-21 03:09:14'),
(89414,33968,'action complete via WP Cron','2021-01-21 08:09:14','2021-01-21 03:09:14'),
(89415,33969,'action created','2021-01-21 08:09:14','2021-01-21 03:09:14'),
(89416,33969,'action started via WP Cron','2021-01-21 08:12:01','2021-01-21 03:12:01'),
(89417,33969,'action complete via WP Cron','2021-01-21 08:12:01','2021-01-21 03:12:01'),
(89418,33970,'action created','2021-01-21 08:12:01','2021-01-21 03:12:01'),
(89419,33970,'action started via WP Cron','2021-01-21 08:13:24','2021-01-21 03:13:24'),
(89420,33970,'action complete via WP Cron','2021-01-21 08:13:24','2021-01-21 03:13:24'),
(89421,33971,'action created','2021-01-21 08:13:24','2021-01-21 03:13:24'),
(89422,33971,'action started via WP Cron','2021-01-21 08:14:19','2021-01-21 03:14:19'),
(89423,33971,'action complete via WP Cron','2021-01-21 08:14:19','2021-01-21 03:14:19'),
(89424,33972,'action created','2021-01-21 08:14:19','2021-01-21 03:14:19'),
(89425,33972,'action started via WP Cron','2021-01-21 08:16:24','2021-01-21 03:16:24'),
(89426,33972,'action complete via WP Cron','2021-01-21 08:16:24','2021-01-21 03:16:24'),
(89427,33973,'action created','2021-01-21 08:16:25','2021-01-21 03:16:25'),
(89428,33973,'action started via WP Cron','2021-01-21 08:17:14','2021-01-21 03:17:14'),
(89429,33973,'action complete via WP Cron','2021-01-21 08:17:14','2021-01-21 03:17:14'),
(89430,33974,'action created','2021-01-21 08:17:14','2021-01-21 03:17:14'),
(89431,33974,'action started via WP Cron','2021-01-21 08:18:59','2021-01-21 03:18:59'),
(89432,33974,'action complete via WP Cron','2021-01-21 08:19:00','2021-01-21 03:19:00'),
(89433,33975,'action created','2021-01-21 08:19:00','2021-01-21 03:19:00'),
(89434,33975,'action started via WP Cron','2021-01-21 08:19:13','2021-01-21 03:19:13'),
(89435,33975,'action complete via WP Cron','2021-01-21 08:19:13','2021-01-21 03:19:13'),
(89436,33976,'action created','2021-01-21 08:19:13','2021-01-21 03:19:13'),
(89437,33976,'action started via WP Cron','2021-01-21 08:20:35','2021-01-21 03:20:35'),
(89438,33976,'action complete via WP Cron','2021-01-21 08:20:35','2021-01-21 03:20:35'),
(89439,33977,'action created','2021-01-21 08:20:35','2021-01-21 03:20:35'),
(89440,33977,'action started via WP Cron','2021-01-21 08:21:22','2021-01-21 03:21:22'),
(89441,33977,'action complete via WP Cron','2021-01-21 08:21:22','2021-01-21 03:21:22'),
(89442,33978,'action created','2021-01-21 08:21:23','2021-01-21 03:21:23'),
(89443,33978,'action started via WP Cron','2021-01-21 08:24:13','2021-01-21 03:24:13'),
(89444,33978,'action complete via WP Cron','2021-01-21 08:24:13','2021-01-21 03:24:13'),
(89445,33979,'action created','2021-01-21 08:24:13','2021-01-21 03:24:13'),
(89446,33979,'action started via WP Cron','2021-01-21 08:25:22','2021-01-21 03:25:22'),
(89447,33979,'action complete via WP Cron','2021-01-21 08:25:22','2021-01-21 03:25:22'),
(89448,33980,'action created','2021-01-21 08:25:23','2021-01-21 03:25:23'),
(89449,33980,'action started via WP Cron','2021-01-21 08:26:23','2021-01-21 03:26:23'),
(89450,33980,'action complete via WP Cron','2021-01-21 08:26:23','2021-01-21 03:26:23'),
(89451,33981,'action created','2021-01-21 08:26:23','2021-01-21 03:26:23'),
(89452,33981,'action started via WP Cron','2021-01-21 08:27:17','2021-01-21 03:27:17'),
(89453,33981,'action complete via WP Cron','2021-01-21 08:27:17','2021-01-21 03:27:17'),
(89454,33982,'action created','2021-01-21 08:27:17','2021-01-21 03:27:17'),
(89455,33982,'action started via WP Cron','2021-01-21 08:28:12','2021-01-21 03:28:12'),
(89456,33982,'action complete via WP Cron','2021-01-21 08:28:13','2021-01-21 03:28:13'),
(89457,33983,'action created','2021-01-21 08:28:13','2021-01-21 03:28:13'),
(89458,33983,'action started via WP Cron','2021-01-21 08:29:35','2021-01-21 03:29:35'),
(89459,33983,'action complete via WP Cron','2021-01-21 08:29:35','2021-01-21 03:29:35'),
(89460,33984,'action created','2021-01-21 08:29:35','2021-01-21 03:29:35'),
(89461,33984,'action started via WP Cron','2021-01-21 08:30:24','2021-01-21 03:30:24'),
(89462,33984,'action complete via WP Cron','2021-01-21 08:30:24','2021-01-21 03:30:24'),
(89463,33985,'action created','2021-01-21 08:30:24','2021-01-21 03:30:24'),
(89464,33985,'action started via WP Cron','2021-01-21 08:31:21','2021-01-21 03:31:21'),
(89465,33985,'action complete via WP Cron','2021-01-21 08:31:21','2021-01-21 03:31:21'),
(89466,33986,'action created','2021-01-21 08:31:21','2021-01-21 03:31:21'),
(89467,33986,'action started via WP Cron','2021-01-21 08:33:21','2021-01-21 03:33:21'),
(89468,33986,'action complete via WP Cron','2021-01-21 08:33:21','2021-01-21 03:33:21'),
(89469,33987,'action created','2021-01-21 08:33:21','2021-01-21 03:33:21'),
(89470,33987,'action started via WP Cron','2021-01-21 08:34:18','2021-01-21 03:34:18'),
(89471,33987,'action complete via WP Cron','2021-01-21 08:34:18','2021-01-21 03:34:18'),
(89472,33988,'action created','2021-01-21 08:34:18','2021-01-21 03:34:18'),
(89473,33988,'action started via WP Cron','2021-01-21 08:35:46','2021-01-21 03:35:46'),
(89474,33988,'action complete via WP Cron','2021-01-21 08:35:46','2021-01-21 03:35:46'),
(89475,33989,'action created','2021-01-21 08:35:46','2021-01-21 03:35:46'),
(89476,33989,'action started via WP Cron','2021-01-21 08:36:52','2021-01-21 03:36:52'),
(89477,33989,'action complete via WP Cron','2021-01-21 08:36:52','2021-01-21 03:36:52'),
(89478,33990,'action created','2021-01-21 08:36:52','2021-01-21 03:36:52'),
(89479,33990,'action started via WP Cron','2021-01-21 08:38:44','2021-01-21 03:38:44'),
(89480,33990,'action complete via WP Cron','2021-01-21 08:38:44','2021-01-21 03:38:44'),
(89481,33991,'action created','2021-01-21 08:38:44','2021-01-21 03:38:44'),
(89482,33991,'action started via WP Cron','2021-01-21 08:39:13','2021-01-21 03:39:13'),
(89483,33991,'action complete via WP Cron','2021-01-21 08:39:13','2021-01-21 03:39:13'),
(89484,33992,'action created','2021-01-21 08:39:13','2021-01-21 03:39:13'),
(89485,33992,'action started via WP Cron','2021-01-21 08:40:20','2021-01-21 03:40:20'),
(89486,33992,'action complete via WP Cron','2021-01-21 08:40:20','2021-01-21 03:40:20'),
(89487,33993,'action created','2021-01-21 08:40:20','2021-01-21 03:40:20'),
(89488,33993,'action started via WP Cron','2021-01-21 08:41:37','2021-01-21 03:41:37'),
(89489,33993,'action complete via WP Cron','2021-01-21 08:41:37','2021-01-21 03:41:37'),
(89490,33994,'action created','2021-01-21 08:41:37','2021-01-21 03:41:37'),
(89491,33994,'action started via WP Cron','2021-01-21 08:42:21','2021-01-21 03:42:21'),
(89492,33994,'action complete via WP Cron','2021-01-21 08:42:21','2021-01-21 03:42:21'),
(89493,33995,'action created','2021-01-21 08:42:21','2021-01-21 03:42:21'),
(89494,33995,'action started via WP Cron','2021-01-21 08:43:32','2021-01-21 03:43:32'),
(89495,33995,'action complete via WP Cron','2021-01-21 08:43:32','2021-01-21 03:43:32'),
(89496,33996,'action created','2021-01-21 08:43:32','2021-01-21 03:43:32'),
(89497,33996,'action started via WP Cron','2021-01-21 08:44:25','2021-01-21 03:44:25'),
(89498,33996,'action complete via WP Cron','2021-01-21 08:44:25','2021-01-21 03:44:25'),
(89499,33997,'action created','2021-01-21 08:44:25','2021-01-21 03:44:25'),
(89500,33997,'action started via WP Cron','2021-01-21 08:47:00','2021-01-21 03:47:00'),
(89501,33997,'action complete via WP Cron','2021-01-21 08:47:00','2021-01-21 03:47:00'),
(89502,33998,'action created','2021-01-21 08:47:00','2021-01-21 03:47:00'),
(89503,33998,'action started via WP Cron','2021-01-21 08:47:19','2021-01-21 03:47:19'),
(89504,33998,'action complete via WP Cron','2021-01-21 08:47:19','2021-01-21 03:47:19'),
(89505,33999,'action created','2021-01-21 08:47:19','2021-01-21 03:47:19'),
(89506,33999,'action started via WP Cron','2021-01-21 08:48:13','2021-01-21 03:48:13'),
(89507,33999,'action complete via WP Cron','2021-01-21 08:48:13','2021-01-21 03:48:13'),
(89508,34000,'action created','2021-01-21 08:48:13','2021-01-21 03:48:13'),
(89509,34000,'action started via WP Cron','2021-01-21 08:50:50','2021-01-21 03:50:50'),
(89510,34000,'action complete via WP Cron','2021-01-21 08:50:50','2021-01-21 03:50:50'),
(89511,34001,'action created','2021-01-21 08:50:50','2021-01-21 03:50:50'),
(89512,34001,'action started via WP Cron','2021-01-21 08:51:32','2021-01-21 03:51:32'),
(89513,34001,'action complete via WP Cron','2021-01-21 08:51:32','2021-01-21 03:51:32'),
(89514,34002,'action created','2021-01-21 08:51:32','2021-01-21 03:51:32'),
(89515,34002,'action started via WP Cron','2021-01-21 08:53:23','2021-01-21 03:53:23'),
(89516,34002,'action complete via WP Cron','2021-01-21 08:53:23','2021-01-21 03:53:23'),
(89517,34003,'action created','2021-01-21 08:53:23','2021-01-21 03:53:23'),
(89518,34003,'action started via WP Cron','2021-01-21 08:54:27','2021-01-21 03:54:27'),
(89519,34003,'action complete via WP Cron','2021-01-21 08:54:27','2021-01-21 03:54:27'),
(89520,34004,'action created','2021-01-21 08:54:27','2021-01-21 03:54:27'),
(89521,34004,'action started via WP Cron','2021-01-21 08:55:44','2021-01-21 03:55:44'),
(89522,34004,'action complete via WP Cron','2021-01-21 08:55:44','2021-01-21 03:55:44'),
(89523,34005,'action created','2021-01-21 08:55:44','2021-01-21 03:55:44'),
(89524,34005,'action started via WP Cron','2021-01-21 08:57:00','2021-01-21 03:57:00'),
(89525,34005,'action complete via WP Cron','2021-01-21 08:57:00','2021-01-21 03:57:00'),
(89526,34006,'action created','2021-01-21 08:57:00','2021-01-21 03:57:00'),
(89527,34006,'action started via WP Cron','2021-01-21 08:57:48','2021-01-21 03:57:48'),
(89528,34006,'action complete via WP Cron','2021-01-21 08:57:48','2021-01-21 03:57:48'),
(89529,34007,'action created','2021-01-21 08:57:48','2021-01-21 03:57:48'),
(89530,34007,'action started via WP Cron','2021-01-21 08:58:24','2021-01-21 03:58:24'),
(89531,34007,'action complete via WP Cron','2021-01-21 08:58:24','2021-01-21 03:58:24'),
(89532,34008,'action created','2021-01-21 08:58:24','2021-01-21 03:58:24'),
(89533,34008,'action started via WP Cron','2021-01-21 08:59:50','2021-01-21 03:59:50'),
(89534,34008,'action complete via WP Cron','2021-01-21 08:59:51','2021-01-21 03:59:51'),
(89535,34009,'action created','2021-01-21 08:59:51','2021-01-21 03:59:51'),
(89536,34009,'action started via WP Cron','2021-01-21 09:00:23','2021-01-21 04:00:23'),
(89537,34009,'action complete via WP Cron','2021-01-21 09:00:23','2021-01-21 04:00:23'),
(89538,34010,'action created','2021-01-21 09:00:24','2021-01-21 04:00:24'),
(89539,34010,'action started via WP Cron','2021-01-21 09:01:30','2021-01-21 04:01:30'),
(89540,34010,'action complete via WP Cron','2021-01-21 09:01:30','2021-01-21 04:01:30'),
(89541,34011,'action created','2021-01-21 09:01:30','2021-01-21 04:01:30'),
(89542,34011,'action started via WP Cron','2021-01-21 09:02:36','2021-01-21 04:02:36'),
(89543,34011,'action complete via WP Cron','2021-01-21 09:02:36','2021-01-21 04:02:36'),
(89544,34012,'action created','2021-01-21 09:02:36','2021-01-21 04:02:36'),
(89545,34012,'action started via WP Cron','2021-01-21 09:04:17','2021-01-21 04:04:17'),
(89546,34012,'action complete via WP Cron','2021-01-21 09:04:17','2021-01-21 04:04:17'),
(89547,34013,'action created','2021-01-21 09:04:17','2021-01-21 04:04:17'),
(89548,34013,'action started via WP Cron','2021-01-21 09:05:41','2021-01-21 04:05:41'),
(89549,34013,'action complete via WP Cron','2021-01-21 09:05:41','2021-01-21 04:05:41'),
(89550,34014,'action created','2021-01-21 09:05:41','2021-01-21 04:05:41'),
(89551,34014,'action started via WP Cron','2021-01-21 09:06:39','2021-01-21 04:06:39'),
(89552,34014,'action complete via WP Cron','2021-01-21 09:06:39','2021-01-21 04:06:39'),
(89553,34015,'action created','2021-01-21 09:06:39','2021-01-21 04:06:39'),
(89554,34015,'action started via WP Cron','2021-01-21 09:07:22','2021-01-21 04:07:22'),
(89555,34015,'action complete via WP Cron','2021-01-21 09:07:22','2021-01-21 04:07:22'),
(89556,34016,'action created','2021-01-21 09:07:22','2021-01-21 04:07:22'),
(89557,34016,'action started via WP Cron','2021-01-21 09:08:56','2021-01-21 04:08:56'),
(89558,34016,'action complete via WP Cron','2021-01-21 09:08:56','2021-01-21 04:08:56'),
(89559,34017,'action created','2021-01-21 09:08:56','2021-01-21 04:08:56'),
(89560,34017,'action started via WP Cron','2021-01-21 09:09:19','2021-01-21 04:09:19'),
(89561,34017,'action complete via WP Cron','2021-01-21 09:09:19','2021-01-21 04:09:19'),
(89562,34018,'action created','2021-01-21 09:09:19','2021-01-21 04:09:19'),
(89563,34018,'action started via WP Cron','2021-01-21 09:10:36','2021-01-21 04:10:36'),
(89564,34018,'action complete via WP Cron','2021-01-21 09:10:36','2021-01-21 04:10:36'),
(89565,34019,'action created','2021-01-21 09:10:36','2021-01-21 04:10:36'),
(89566,34019,'action started via WP Cron','2021-01-21 09:11:57','2021-01-21 04:11:57'),
(89567,34019,'action complete via WP Cron','2021-01-21 09:11:57','2021-01-21 04:11:57'),
(89568,34020,'action created','2021-01-21 09:11:57','2021-01-21 04:11:57'),
(89569,34020,'action started via WP Cron','2021-01-21 09:12:58','2021-01-21 04:12:58'),
(89570,34020,'action complete via WP Cron','2021-01-21 09:12:58','2021-01-21 04:12:58'),
(89571,34021,'action created','2021-01-21 09:12:58','2021-01-21 04:12:58'),
(89572,34021,'action started via WP Cron','2021-01-21 09:13:27','2021-01-21 04:13:27'),
(89573,34021,'action complete via WP Cron','2021-01-21 09:13:27','2021-01-21 04:13:27'),
(89574,34022,'action created','2021-01-21 09:13:28','2021-01-21 04:13:28'),
(89575,34022,'action started via WP Cron','2021-01-21 09:14:15','2021-01-21 04:14:15'),
(89576,34022,'action complete via WP Cron','2021-01-21 09:14:15','2021-01-21 04:14:15'),
(89577,34023,'action created','2021-01-21 09:14:15','2021-01-21 04:14:15'),
(89578,34023,'action started via WP Cron','2021-01-21 09:15:16','2021-01-21 04:15:16'),
(89579,34023,'action complete via WP Cron','2021-01-21 09:15:16','2021-01-21 04:15:16'),
(89580,34024,'action created','2021-01-21 09:15:16','2021-01-21 04:15:16'),
(89581,34024,'action started via WP Cron','2021-01-21 09:16:48','2021-01-21 04:16:48'),
(89582,34024,'action complete via WP Cron','2021-01-21 09:16:48','2021-01-21 04:16:48'),
(89583,34025,'action created','2021-01-21 09:16:48','2021-01-21 04:16:48'),
(89584,34025,'action started via WP Cron','2021-01-21 09:17:12','2021-01-21 04:17:12'),
(89585,34025,'action complete via WP Cron','2021-01-21 09:17:12','2021-01-21 04:17:12'),
(89586,34026,'action created','2021-01-21 09:17:12','2021-01-21 04:17:12'),
(89587,34026,'action started via WP Cron','2021-01-21 09:19:00','2021-01-21 04:19:00'),
(89588,34026,'action complete via WP Cron','2021-01-21 09:19:00','2021-01-21 04:19:00'),
(89589,34027,'action created','2021-01-21 09:19:00','2021-01-21 04:19:00'),
(89590,34027,'action started via WP Cron','2021-01-21 09:20:00','2021-01-21 04:20:00'),
(89591,34027,'action complete via WP Cron','2021-01-21 09:20:00','2021-01-21 04:20:00'),
(89592,34028,'action created','2021-01-21 09:20:00','2021-01-21 04:20:00'),
(89593,34028,'action started via WP Cron','2021-01-21 09:20:40','2021-01-21 04:20:40'),
(89594,34028,'action complete via WP Cron','2021-01-21 09:20:40','2021-01-21 04:20:40'),
(89595,34029,'action created','2021-01-21 09:20:40','2021-01-21 04:20:40'),
(89596,34029,'action started via WP Cron','2021-01-21 09:21:53','2021-01-21 04:21:53'),
(89597,34029,'action complete via WP Cron','2021-01-21 09:21:53','2021-01-21 04:21:53'),
(89598,34030,'action created','2021-01-21 09:21:53','2021-01-21 04:21:53'),
(89599,34030,'action started via WP Cron','2021-01-21 09:22:30','2021-01-21 04:22:30'),
(89600,34030,'action complete via WP Cron','2021-01-21 09:22:30','2021-01-21 04:22:30'),
(89601,34031,'action created','2021-01-21 09:22:30','2021-01-21 04:22:30'),
(89602,34031,'action started via WP Cron','2021-01-21 09:23:25','2021-01-21 04:23:25'),
(89603,34031,'action complete via WP Cron','2021-01-21 09:23:25','2021-01-21 04:23:25'),
(89604,34032,'action created','2021-01-21 09:23:25','2021-01-21 04:23:25'),
(89605,34032,'action started via WP Cron','2021-01-21 09:24:38','2021-01-21 04:24:38'),
(89606,34032,'action complete via WP Cron','2021-01-21 09:24:38','2021-01-21 04:24:38'),
(89607,34033,'action created','2021-01-21 09:24:38','2021-01-21 04:24:38'),
(89608,34033,'action started via WP Cron','2021-01-21 09:25:56','2021-01-21 04:25:56'),
(89609,34033,'action complete via WP Cron','2021-01-21 09:25:56','2021-01-21 04:25:56'),
(89610,34034,'action created','2021-01-21 09:25:56','2021-01-21 04:25:56'),
(89611,34034,'action started via WP Cron','2021-01-21 09:26:35','2021-01-21 04:26:35'),
(89612,34034,'action complete via WP Cron','2021-01-21 09:26:35','2021-01-21 04:26:35'),
(89613,34035,'action created','2021-01-21 09:26:35','2021-01-21 04:26:35'),
(89614,34035,'action started via WP Cron','2021-01-21 09:28:10','2021-01-21 04:28:10'),
(89615,34035,'action complete via WP Cron','2021-01-21 09:28:10','2021-01-21 04:28:10'),
(89616,34036,'action created','2021-01-21 09:28:10','2021-01-21 04:28:10'),
(89617,34036,'action started via WP Cron','2021-01-21 09:29:21','2021-01-21 04:29:21'),
(89618,34036,'action complete via WP Cron','2021-01-21 09:29:21','2021-01-21 04:29:21'),
(89619,34037,'action created','2021-01-21 09:29:21','2021-01-21 04:29:21'),
(89620,34037,'action started via WP Cron','2021-01-21 09:32:16','2021-01-21 04:32:16'),
(89621,34037,'action complete via WP Cron','2021-01-21 09:32:16','2021-01-21 04:32:16'),
(89622,34038,'action created','2021-01-21 09:32:16','2021-01-21 04:32:16'),
(89623,34038,'action started via WP Cron','2021-01-21 09:33:14','2021-01-21 04:33:14'),
(89624,34038,'action complete via WP Cron','2021-01-21 09:33:14','2021-01-21 04:33:14'),
(89625,34039,'action created','2021-01-21 09:33:14','2021-01-21 04:33:14'),
(89626,34039,'action started via WP Cron','2021-01-21 09:35:21','2021-01-21 04:35:21'),
(89627,34039,'action complete via WP Cron','2021-01-21 09:35:21','2021-01-21 04:35:21'),
(89628,34040,'action created','2021-01-21 09:35:21','2021-01-21 04:35:21'),
(89629,34040,'action started via WP Cron','2021-01-21 09:37:00','2021-01-21 04:37:00'),
(89630,34040,'action complete via WP Cron','2021-01-21 09:37:00','2021-01-21 04:37:00'),
(89631,34041,'action created','2021-01-21 09:37:00','2021-01-21 04:37:00'),
(89632,34041,'action started via WP Cron','2021-01-21 09:38:24','2021-01-21 04:38:24'),
(89633,34041,'action complete via WP Cron','2021-01-21 09:38:24','2021-01-21 04:38:24'),
(89634,34042,'action created','2021-01-21 09:38:24','2021-01-21 04:38:24'),
(89635,34042,'action started via WP Cron','2021-01-21 09:40:18','2021-01-21 04:40:18'),
(89636,34042,'action complete via WP Cron','2021-01-21 09:40:18','2021-01-21 04:40:18'),
(89637,34043,'action created','2021-01-21 09:40:18','2021-01-21 04:40:18'),
(89638,34043,'action started via WP Cron','2021-01-21 09:41:39','2021-01-21 04:41:39'),
(89639,34043,'action complete via WP Cron','2021-01-21 09:41:39','2021-01-21 04:41:39'),
(89640,34044,'action created','2021-01-21 09:41:39','2021-01-21 04:41:39'),
(89641,34044,'action started via WP Cron','2021-01-21 09:44:10','2021-01-21 04:44:10'),
(89642,34044,'action complete via WP Cron','2021-01-21 09:44:10','2021-01-21 04:44:10'),
(89643,34045,'action created','2021-01-21 09:44:10','2021-01-21 04:44:10'),
(89644,34045,'action started via WP Cron','2021-01-21 09:49:09','2021-01-21 04:49:09'),
(89645,34045,'action complete via WP Cron','2021-01-21 09:49:09','2021-01-21 04:49:09'),
(89646,34046,'action created','2021-01-21 09:49:09','2021-01-21 04:49:09'),
(89647,34046,'action started via WP Cron','2021-01-21 09:50:04','2021-01-21 04:50:04'),
(89648,34046,'action complete via WP Cron','2021-01-21 09:50:04','2021-01-21 04:50:04'),
(89649,34047,'action created','2021-01-21 09:50:04','2021-01-21 04:50:04'),
(89650,34047,'action started via WP Cron','2021-01-21 09:51:40','2021-01-21 04:51:40'),
(89651,34047,'action complete via WP Cron','2021-01-21 09:51:40','2021-01-21 04:51:40'),
(89652,34048,'action created','2021-01-21 09:51:40','2021-01-21 04:51:40'),
(89653,34048,'action started via WP Cron','2021-01-21 09:52:50','2021-01-21 04:52:50'),
(89654,34048,'action complete via WP Cron','2021-01-21 09:52:50','2021-01-21 04:52:50'),
(89655,34049,'action created','2021-01-21 09:52:50','2021-01-21 04:52:50'),
(89656,34049,'action started via WP Cron','2021-01-21 09:55:39','2021-01-21 04:55:39'),
(89657,34049,'action complete via WP Cron','2021-01-21 09:55:39','2021-01-21 04:55:39'),
(89658,34050,'action created','2021-01-21 09:55:39','2021-01-21 04:55:39'),
(89659,34050,'action started via WP Cron','2021-01-21 09:57:52','2021-01-21 04:57:52'),
(89660,34050,'action complete via WP Cron','2021-01-21 09:57:52','2021-01-21 04:57:52'),
(89661,34051,'action created','2021-01-21 09:57:52','2021-01-21 04:57:52'),
(89662,34051,'action started via WP Cron','2021-01-21 09:59:45','2021-01-21 04:59:45'),
(89663,34051,'action complete via WP Cron','2021-01-21 09:59:45','2021-01-21 04:59:45'),
(89664,34052,'action created','2021-01-21 09:59:45','2021-01-21 04:59:45'),
(89665,34052,'action started via WP Cron','2021-01-21 10:01:09','2021-01-21 05:01:09'),
(89666,34052,'action complete via WP Cron','2021-01-21 10:01:09','2021-01-21 05:01:09'),
(89667,34053,'action created','2021-01-21 10:01:09','2021-01-21 05:01:09'),
(89668,34053,'action started via WP Cron','2021-01-21 10:01:47','2021-01-21 05:01:47'),
(89669,34053,'action complete via WP Cron','2021-01-21 10:01:47','2021-01-21 05:01:47'),
(89670,34054,'action created','2021-01-21 10:01:47','2021-01-21 05:01:47'),
(89671,34054,'action started via WP Cron','2021-01-21 10:02:36','2021-01-21 05:02:36'),
(89672,34054,'action complete via WP Cron','2021-01-21 10:02:36','2021-01-21 05:02:36'),
(89673,34055,'action created','2021-01-21 10:02:36','2021-01-21 05:02:36'),
(89674,34055,'action started via WP Cron','2021-01-21 10:04:23','2021-01-21 05:04:23'),
(89675,34055,'action complete via WP Cron','2021-01-21 10:04:23','2021-01-21 05:04:23'),
(89676,34056,'action created','2021-01-21 10:04:23','2021-01-21 05:04:23'),
(89677,34056,'action started via WP Cron','2021-01-21 10:06:21','2021-01-21 05:06:21'),
(89678,34056,'action complete via WP Cron','2021-01-21 10:06:21','2021-01-21 05:06:21'),
(89679,34057,'action created','2021-01-21 10:06:21','2021-01-21 05:06:21'),
(89680,34057,'action started via WP Cron','2021-01-21 10:08:38','2021-01-21 05:08:38'),
(89681,34057,'action complete via WP Cron','2021-01-21 10:08:38','2021-01-21 05:08:38'),
(89682,34058,'action created','2021-01-21 10:08:38','2021-01-21 05:08:38'),
(89683,34058,'action started via WP Cron','2021-01-21 10:11:01','2021-01-21 05:11:01'),
(89684,34058,'action complete via WP Cron','2021-01-21 10:11:01','2021-01-21 05:11:01'),
(89685,34059,'action created','2021-01-21 10:11:01','2021-01-21 05:11:01'),
(89686,34059,'action started via WP Cron','2021-01-21 10:11:33','2021-01-21 05:11:33'),
(89687,34059,'action complete via WP Cron','2021-01-21 10:11:33','2021-01-21 05:11:33'),
(89688,34060,'action created','2021-01-21 10:11:33','2021-01-21 05:11:33'),
(89689,34060,'action started via WP Cron','2021-01-21 10:12:24','2021-01-21 05:12:24'),
(89690,34060,'action complete via WP Cron','2021-01-21 10:12:24','2021-01-21 05:12:24'),
(89691,34061,'action created','2021-01-21 10:12:24','2021-01-21 05:12:24'),
(89692,34061,'action started via WP Cron','2021-01-21 10:13:28','2021-01-21 05:13:28'),
(89693,34061,'action complete via WP Cron','2021-01-21 10:13:28','2021-01-21 05:13:28'),
(89694,34062,'action created','2021-01-21 10:13:28','2021-01-21 05:13:28'),
(89695,34062,'action started via WP Cron','2021-01-21 10:14:32','2021-01-21 05:14:32'),
(89696,34062,'action complete via WP Cron','2021-01-21 10:14:32','2021-01-21 05:14:32'),
(89697,34063,'action created','2021-01-21 10:15:32','2021-01-21 05:15:32'),
(89698,34063,'action started via WP Cron','2021-01-21 10:17:15','2021-01-21 05:17:15'),
(89699,34063,'action complete via WP Cron','2021-01-21 10:17:15','2021-01-21 05:17:15'),
(89700,34064,'action created','2021-01-21 10:17:15','2021-01-21 05:17:15'),
(89701,34064,'action started via WP Cron','2021-01-21 10:18:36','2021-01-21 05:18:36'),
(89702,34064,'action complete via WP Cron','2021-01-21 10:18:36','2021-01-21 05:18:36'),
(89703,34065,'action created','2021-01-21 10:18:36','2021-01-21 05:18:36'),
(89704,34065,'action started via WP Cron','2021-01-21 10:19:16','2021-01-21 05:19:16'),
(89705,34065,'action complete via WP Cron','2021-01-21 10:19:16','2021-01-21 05:19:16'),
(89706,34066,'action created','2021-01-21 10:22:34','2021-01-21 05:22:34'),
(89707,34066,'action started via WP Cron','2021-01-21 10:24:17','2021-01-21 05:24:17'),
(89708,34066,'action complete via WP Cron','2021-01-21 10:24:17','2021-01-21 05:24:17'),
(89709,34067,'action created','2021-01-21 10:24:17','2021-01-21 05:24:17'),
(89710,34067,'action started via WP Cron','2021-01-21 10:25:32','2021-01-21 05:25:32'),
(89711,34067,'action complete via WP Cron','2021-01-21 10:25:32','2021-01-21 05:25:32'),
(89712,34068,'action created','2021-01-21 10:25:32','2021-01-21 05:25:32'),
(89713,34068,'action started via WP Cron','2021-01-21 10:27:05','2021-01-21 05:27:05'),
(89714,34068,'action complete via WP Cron','2021-01-21 10:27:05','2021-01-21 05:27:05'),
(89715,34069,'action created','2021-01-21 10:27:05','2021-01-21 05:27:05'),
(89716,34069,'action started via WP Cron','2021-01-21 10:27:40','2021-01-21 05:27:40'),
(89717,34069,'action complete via WP Cron','2021-01-21 10:27:40','2021-01-21 05:27:40'),
(89718,34070,'action created','2021-01-21 10:27:40','2021-01-21 05:27:40'),
(89719,34070,'action started via WP Cron','2021-01-21 10:28:18','2021-01-21 05:28:18'),
(89720,34070,'action complete via WP Cron','2021-01-21 10:28:18','2021-01-21 05:28:18'),
(89721,34071,'action created','2021-01-21 10:28:18','2021-01-21 05:28:18'),
(89722,34071,'action started via WP Cron','2021-01-21 10:29:56','2021-01-21 05:29:56'),
(89723,34071,'action complete via WP Cron','2021-01-21 10:29:56','2021-01-21 05:29:56'),
(89724,34072,'action created','2021-01-21 10:29:56','2021-01-21 05:29:56'),
(89725,34072,'action started via WP Cron','2021-01-21 10:30:59','2021-01-21 05:30:59'),
(89726,34072,'action complete via WP Cron','2021-01-21 10:30:59','2021-01-21 05:30:59'),
(89727,34073,'action created','2021-01-21 10:30:59','2021-01-21 05:30:59'),
(89728,34073,'action started via WP Cron','2021-01-21 10:31:31','2021-01-21 05:31:31'),
(89729,34073,'action complete via WP Cron','2021-01-21 10:31:31','2021-01-21 05:31:31'),
(89730,34074,'action created','2021-01-21 10:31:31','2021-01-21 05:31:31'),
(89731,34074,'action started via WP Cron','2021-01-21 10:33:36','2021-01-21 05:33:36'),
(89732,34074,'action complete via WP Cron','2021-01-21 10:33:36','2021-01-21 05:33:36'),
(89733,34075,'action created','2021-01-21 10:33:36','2021-01-21 05:33:36'),
(89734,34075,'action started via WP Cron','2021-01-21 10:34:26','2021-01-21 05:34:26'),
(89735,34075,'action complete via WP Cron','2021-01-21 10:34:26','2021-01-21 05:34:26'),
(89736,34076,'action created','2021-01-21 10:34:26','2021-01-21 05:34:26'),
(89737,34076,'action started via WP Cron','2021-01-21 10:36:07','2021-01-21 05:36:07'),
(89738,34076,'action complete via WP Cron','2021-01-21 10:36:07','2021-01-21 05:36:07'),
(89739,34077,'action created','2021-01-21 10:36:07','2021-01-21 05:36:07'),
(89740,34077,'action started via WP Cron','2021-01-21 10:37:55','2021-01-21 05:37:55'),
(89741,34077,'action complete via WP Cron','2021-01-21 10:37:55','2021-01-21 05:37:55'),
(89742,34078,'action created','2021-01-21 10:37:55','2021-01-21 05:37:55'),
(89743,34078,'action started via WP Cron','2021-01-21 10:38:39','2021-01-21 05:38:39'),
(89744,34078,'action complete via WP Cron','2021-01-21 10:38:39','2021-01-21 05:38:39'),
(89745,34079,'action created','2021-01-21 10:38:39','2021-01-21 05:38:39'),
(89746,34079,'action started via WP Cron','2021-01-21 10:39:37','2021-01-21 05:39:37'),
(89747,34079,'action complete via WP Cron','2021-01-21 10:39:37','2021-01-21 05:39:37'),
(89748,34080,'action created','2021-01-21 10:39:37','2021-01-21 05:39:37'),
(89749,34080,'action started via WP Cron','2021-01-21 10:40:21','2021-01-21 05:40:21'),
(89750,34080,'action complete via WP Cron','2021-01-21 10:40:21','2021-01-21 05:40:21'),
(89751,34081,'action created','2021-01-21 10:40:21','2021-01-21 05:40:21'),
(89752,34081,'action started via WP Cron','2021-01-21 10:41:25','2021-01-21 05:41:25'),
(89753,34081,'action complete via WP Cron','2021-01-21 10:41:25','2021-01-21 05:41:25'),
(89754,34082,'action created','2021-01-21 10:41:26','2021-01-21 05:41:26'),
(89755,34082,'action started via WP Cron','2021-01-21 10:43:29','2021-01-21 05:43:29'),
(89756,34082,'action complete via WP Cron','2021-01-21 10:43:29','2021-01-21 05:43:29'),
(89757,34083,'action created','2021-01-21 10:43:29','2021-01-21 05:43:29'),
(89758,34083,'action started via WP Cron','2021-01-21 10:44:21','2021-01-21 05:44:21'),
(89759,34083,'action complete via WP Cron','2021-01-21 10:44:21','2021-01-21 05:44:21'),
(89760,34084,'action created','2021-01-21 10:44:21','2021-01-21 05:44:21'),
(89761,34084,'action started via WP Cron','2021-01-21 10:45:43','2021-01-21 05:45:43'),
(89762,34084,'action complete via WP Cron','2021-01-21 10:45:43','2021-01-21 05:45:43'),
(89763,34085,'action created','2021-01-21 10:45:43','2021-01-21 05:45:43'),
(89764,34085,'action started via WP Cron','2021-01-21 10:46:25','2021-01-21 05:46:25'),
(89765,34085,'action complete via WP Cron','2021-01-21 10:46:25','2021-01-21 05:46:25'),
(89766,34086,'action created','2021-01-21 10:46:33','2021-01-21 05:46:33'),
(89767,34086,'action started via WP Cron','2021-01-21 10:47:36','2021-01-21 05:47:36'),
(89768,34086,'action complete via WP Cron','2021-01-21 10:47:36','2021-01-21 05:47:36'),
(89769,34087,'action created','2021-01-21 10:47:36','2021-01-21 05:47:36'),
(89770,34087,'action started via WP Cron','2021-01-21 10:49:25','2021-01-21 05:49:25'),
(89771,34087,'action complete via WP Cron','2021-01-21 10:49:25','2021-01-21 05:49:25'),
(89772,34088,'action created','2021-01-21 10:49:25','2021-01-21 05:49:25'),
(89773,34088,'action started via WP Cron','2021-01-21 10:50:47','2021-01-21 05:50:47'),
(89774,34088,'action complete via WP Cron','2021-01-21 10:50:47','2021-01-21 05:50:47'),
(89775,34089,'action created','2021-01-21 10:50:47','2021-01-21 05:50:47'),
(89776,34089,'action started via WP Cron','2021-01-21 10:51:33','2021-01-21 05:51:33'),
(89777,34089,'action complete via WP Cron','2021-01-21 10:51:33','2021-01-21 05:51:33'),
(89778,34090,'action created','2021-01-21 10:51:33','2021-01-21 05:51:33'),
(89779,34090,'action started via WP Cron','2021-01-21 10:52:45','2021-01-21 05:52:45'),
(89780,34090,'action complete via WP Cron','2021-01-21 10:52:45','2021-01-21 05:52:45'),
(89781,34091,'action created','2021-01-21 10:52:45','2021-01-21 05:52:45'),
(89782,34091,'action started via WP Cron','2021-01-21 10:53:15','2021-01-21 05:53:15'),
(89783,34091,'action complete via WP Cron','2021-01-21 10:53:15','2021-01-21 05:53:15'),
(89784,34092,'action created','2021-01-21 10:53:15','2021-01-21 05:53:15'),
(89785,34092,'action started via WP Cron','2021-01-21 10:54:38','2021-01-21 05:54:38'),
(89786,34092,'action complete via WP Cron','2021-01-21 10:54:38','2021-01-21 05:54:38'),
(89787,34093,'action created','2021-01-21 10:54:38','2021-01-21 05:54:38'),
(89788,34093,'action started via WP Cron','2021-01-21 10:55:28','2021-01-21 05:55:28'),
(89789,34093,'action complete via WP Cron','2021-01-21 10:55:28','2021-01-21 05:55:28'),
(89790,34094,'action created','2021-01-21 10:55:29','2021-01-21 05:55:29'),
(89791,34094,'action started via WP Cron','2021-01-21 10:56:13','2021-01-21 05:56:13'),
(89792,34094,'action complete via WP Cron','2021-01-21 10:56:13','2021-01-21 05:56:13'),
(89793,34095,'action created','2021-01-21 10:56:13','2021-01-21 05:56:13'),
(89794,34095,'action started via WP Cron','2021-01-21 10:57:36','2021-01-21 05:57:36'),
(89795,34095,'action complete via WP Cron','2021-01-21 10:57:36','2021-01-21 05:57:36'),
(89796,34096,'action created','2021-01-21 10:57:36','2021-01-21 05:57:36'),
(89797,34096,'action started via WP Cron','2021-01-21 10:58:34','2021-01-21 05:58:34'),
(89798,34096,'action complete via WP Cron','2021-01-21 10:58:34','2021-01-21 05:58:34'),
(89799,34097,'action created','2021-01-21 10:58:34','2021-01-21 05:58:34'),
(89800,34097,'action started via WP Cron','2021-01-21 10:59:47','2021-01-21 05:59:47'),
(89801,34097,'action complete via WP Cron','2021-01-21 10:59:47','2021-01-21 05:59:47'),
(89802,34098,'action created','2021-01-21 10:59:47','2021-01-21 05:59:47'),
(89803,34098,'action started via WP Cron','2021-01-21 11:00:38','2021-01-21 06:00:38'),
(89804,34098,'action complete via WP Cron','2021-01-21 11:00:38','2021-01-21 06:00:38'),
(89805,34099,'action created','2021-01-21 11:00:38','2021-01-21 06:00:38'),
(89806,34099,'action started via WP Cron','2021-01-21 11:01:16','2021-01-21 06:01:16'),
(89807,34099,'action complete via WP Cron','2021-01-21 11:01:16','2021-01-21 06:01:16'),
(89808,34100,'action created','2021-01-21 11:01:16','2021-01-21 06:01:16'),
(89809,34100,'action started via WP Cron','2021-01-21 11:02:26','2021-01-21 06:02:26'),
(89810,34100,'action complete via WP Cron','2021-01-21 11:02:26','2021-01-21 06:02:26'),
(89811,34101,'action created','2021-01-21 11:02:26','2021-01-21 06:02:26'),
(89812,34101,'action started via WP Cron','2021-01-21 11:03:24','2021-01-21 06:03:24'),
(89813,34101,'action complete via WP Cron','2021-01-21 11:03:24','2021-01-21 06:03:24'),
(89814,34102,'action created','2021-01-21 11:03:24','2021-01-21 06:03:24'),
(89815,34102,'action started via WP Cron','2021-01-21 11:05:07','2021-01-21 06:05:07'),
(89816,34102,'action complete via WP Cron','2021-01-21 11:05:07','2021-01-21 06:05:07'),
(89817,34103,'action created','2021-01-21 11:05:07','2021-01-21 06:05:07'),
(89818,34103,'action started via WP Cron','2021-01-21 11:05:35','2021-01-21 06:05:35'),
(89819,34103,'action complete via WP Cron','2021-01-21 11:05:35','2021-01-21 06:05:35'),
(89820,34104,'action created','2021-01-21 11:05:35','2021-01-21 06:05:35'),
(89821,34104,'action started via WP Cron','2021-01-21 11:06:13','2021-01-21 06:06:13'),
(89822,34104,'action complete via WP Cron','2021-01-21 11:06:13','2021-01-21 06:06:13'),
(89823,34105,'action created','2021-01-21 11:06:13','2021-01-21 06:06:13'),
(89824,34105,'action started via WP Cron','2021-01-21 11:07:14','2021-01-21 06:07:14'),
(89825,34105,'action complete via WP Cron','2021-01-21 11:07:14','2021-01-21 06:07:14'),
(89826,34106,'action created','2021-01-21 11:07:14','2021-01-21 06:07:14'),
(89827,34106,'action started via WP Cron','2021-01-21 11:08:12','2021-01-21 06:08:12'),
(89828,34106,'action complete via WP Cron','2021-01-21 11:08:12','2021-01-21 06:08:12'),
(89829,34107,'action created','2021-01-21 11:08:12','2021-01-21 06:08:12'),
(89830,34107,'action started via WP Cron','2021-01-21 11:09:35','2021-01-21 06:09:35'),
(89831,34107,'action complete via WP Cron','2021-01-21 11:09:35','2021-01-21 06:09:35'),
(89832,34108,'action created','2021-01-21 11:09:35','2021-01-21 06:09:35'),
(89833,34108,'action started via WP Cron','2021-01-21 11:10:55','2021-01-21 06:10:55'),
(89834,34108,'action complete via WP Cron','2021-01-21 11:10:56','2021-01-21 06:10:56'),
(89835,34109,'action created','2021-01-21 11:10:56','2021-01-21 06:10:56'),
(89836,34109,'action started via WP Cron','2021-01-21 11:11:44','2021-01-21 06:11:44'),
(89837,34109,'action complete via WP Cron','2021-01-21 11:11:44','2021-01-21 06:11:44'),
(89838,34110,'action created','2021-01-21 11:11:44','2021-01-21 06:11:44'),
(89839,34110,'action started via WP Cron','2021-01-21 11:13:37','2021-01-21 06:13:37'),
(89840,34110,'action complete via WP Cron','2021-01-21 11:13:37','2021-01-21 06:13:37'),
(89841,34111,'action created','2021-01-21 11:13:37','2021-01-21 06:13:37'),
(89842,34111,'action started via WP Cron','2021-01-21 11:15:04','2021-01-21 06:15:04'),
(89843,34111,'action complete via WP Cron','2021-01-21 11:15:04','2021-01-21 06:15:04'),
(89844,34112,'action created','2021-01-21 11:15:04','2021-01-21 06:15:04'),
(89845,34112,'action started via WP Cron','2021-01-21 11:16:08','2021-01-21 06:16:08'),
(89846,34112,'action complete via WP Cron','2021-01-21 11:16:08','2021-01-21 06:16:08'),
(89847,34113,'action created','2021-01-21 11:16:08','2021-01-21 06:16:08'),
(89848,34113,'action started via WP Cron','2021-01-21 11:16:23','2021-01-21 06:16:23'),
(89849,34113,'action complete via WP Cron','2021-01-21 11:16:23','2021-01-21 06:16:23'),
(89850,34114,'action created','2021-01-21 11:16:23','2021-01-21 06:16:23'),
(89851,34114,'action started via WP Cron','2021-01-21 11:17:15','2021-01-21 06:17:15'),
(89852,34114,'action complete via WP Cron','2021-01-21 11:17:15','2021-01-21 06:17:15'),
(89853,34115,'action created','2021-01-21 11:17:15','2021-01-21 06:17:15'),
(89854,34115,'action started via WP Cron','2021-01-21 11:18:52','2021-01-21 06:18:52'),
(89855,34115,'action complete via WP Cron','2021-01-21 11:18:52','2021-01-21 06:18:52'),
(89856,34116,'action created','2021-01-21 11:18:52','2021-01-21 06:18:52'),
(89857,34116,'action started via WP Cron','2021-01-21 11:19:54','2021-01-21 06:19:54'),
(89858,34116,'action complete via WP Cron','2021-01-21 11:19:54','2021-01-21 06:19:54'),
(89859,34117,'action created','2021-01-21 11:19:54','2021-01-21 06:19:54'),
(89860,34117,'action started via WP Cron','2021-01-21 11:20:22','2021-01-21 06:20:22'),
(89861,34117,'action complete via WP Cron','2021-01-21 11:20:22','2021-01-21 06:20:22'),
(89862,34118,'action created','2021-01-21 11:20:22','2021-01-21 06:20:22'),
(89863,34118,'action started via WP Cron','2021-01-21 11:21:49','2021-01-21 06:21:49'),
(89864,34118,'action complete via WP Cron','2021-01-21 11:21:49','2021-01-21 06:21:49'),
(89865,34119,'action created','2021-01-21 11:21:49','2021-01-21 06:21:49'),
(89866,34119,'action started via WP Cron','2021-01-21 11:22:35','2021-01-21 06:22:35'),
(89867,34119,'action complete via WP Cron','2021-01-21 11:22:35','2021-01-21 06:22:35'),
(89868,34120,'action created','2021-01-21 11:22:35','2021-01-21 06:22:35'),
(89869,34120,'action started via WP Cron','2021-01-21 11:23:26','2021-01-21 06:23:26'),
(89870,34120,'action complete via WP Cron','2021-01-21 11:23:26','2021-01-21 06:23:26'),
(89871,34121,'action created','2021-01-21 11:23:26','2021-01-21 06:23:26'),
(89872,34121,'action started via WP Cron','2021-01-21 11:24:58','2021-01-21 06:24:58'),
(89873,34121,'action complete via WP Cron','2021-01-21 11:24:58','2021-01-21 06:24:58'),
(89874,34122,'action created','2021-01-21 11:24:58','2021-01-21 06:24:58'),
(89875,34122,'action started via WP Cron','2021-01-21 11:25:39','2021-01-21 06:25:39'),
(89876,34122,'action complete via WP Cron','2021-01-21 11:25:39','2021-01-21 06:25:39'),
(89877,34123,'action created','2021-01-21 11:25:39','2021-01-21 06:25:39'),
(89878,34123,'action started via WP Cron','2021-01-21 11:26:42','2021-01-21 06:26:42'),
(89879,34123,'action complete via WP Cron','2021-01-21 11:26:42','2021-01-21 06:26:42'),
(89880,34124,'action created','2021-01-21 11:26:42','2021-01-21 06:26:42'),
(89881,34124,'action started via WP Cron','2021-01-21 11:27:20','2021-01-21 06:27:20'),
(89882,34124,'action complete via WP Cron','2021-01-21 11:27:20','2021-01-21 06:27:20'),
(89883,34125,'action created','2021-01-21 11:27:20','2021-01-21 06:27:20'),
(89884,34125,'action started via WP Cron','2021-01-21 11:28:29','2021-01-21 06:28:29'),
(89885,34125,'action complete via WP Cron','2021-01-21 11:28:29','2021-01-21 06:28:29'),
(89886,34126,'action created','2021-01-21 11:28:29','2021-01-21 06:28:29'),
(89887,34126,'action started via WP Cron','2021-01-21 11:29:33','2021-01-21 06:29:33'),
(89888,34126,'action complete via WP Cron','2021-01-21 11:29:33','2021-01-21 06:29:33'),
(89889,34127,'action created','2021-01-21 11:29:33','2021-01-21 06:29:33'),
(89890,34127,'action started via WP Cron','2021-01-21 11:30:36','2021-01-21 06:30:36'),
(89891,34127,'action complete via WP Cron','2021-01-21 11:30:36','2021-01-21 06:30:36'),
(89892,34128,'action created','2021-01-21 11:30:36','2021-01-21 06:30:36'),
(89893,34128,'action started via WP Cron','2021-01-21 11:31:41','2021-01-21 06:31:41'),
(89894,34128,'action complete via WP Cron','2021-01-21 11:31:41','2021-01-21 06:31:41'),
(89895,34129,'action created','2021-01-21 11:31:41','2021-01-21 06:31:41'),
(89896,34129,'action started via WP Cron','2021-01-21 11:32:11','2021-01-21 06:32:11'),
(89897,34129,'action complete via WP Cron','2021-01-21 11:32:11','2021-01-21 06:32:11'),
(89898,34130,'action created','2021-01-21 11:32:11','2021-01-21 06:32:11'),
(89899,34130,'action started via WP Cron','2021-01-21 11:33:12','2021-01-21 06:33:12'),
(89900,34130,'action complete via WP Cron','2021-01-21 11:33:12','2021-01-21 06:33:12'),
(89901,34131,'action created','2021-01-21 11:33:12','2021-01-21 06:33:12'),
(89902,34131,'action started via WP Cron','2021-01-21 11:34:15','2021-01-21 06:34:15'),
(89903,34131,'action complete via WP Cron','2021-01-21 11:34:15','2021-01-21 06:34:15'),
(89904,34132,'action created','2021-01-21 11:34:15','2021-01-21 06:34:15'),
(89905,34132,'action started via WP Cron','2021-01-21 11:35:34','2021-01-21 06:35:34'),
(89906,34132,'action complete via WP Cron','2021-01-21 11:35:34','2021-01-21 06:35:34'),
(89907,34133,'action created','2021-01-21 11:35:34','2021-01-21 06:35:34'),
(89908,34133,'action started via WP Cron','2021-01-21 11:36:49','2021-01-21 06:36:49'),
(89909,34133,'action complete via WP Cron','2021-01-21 11:36:49','2021-01-21 06:36:49'),
(89910,34134,'action created','2021-01-21 11:36:49','2021-01-21 06:36:49'),
(89911,34134,'action started via WP Cron','2021-01-21 11:38:42','2021-01-21 06:38:42'),
(89912,34134,'action complete via WP Cron','2021-01-21 11:38:42','2021-01-21 06:38:42'),
(89913,34135,'action created','2021-01-21 11:38:42','2021-01-21 06:38:42'),
(89914,34135,'action started via WP Cron','2021-01-21 11:39:17','2021-01-21 06:39:17'),
(89915,34135,'action complete via WP Cron','2021-01-21 11:39:17','2021-01-21 06:39:17'),
(89916,34136,'action created','2021-01-21 11:39:17','2021-01-21 06:39:17'),
(89917,34136,'action started via WP Cron','2021-01-21 11:40:27','2021-01-21 06:40:27'),
(89918,34136,'action complete via WP Cron','2021-01-21 11:40:27','2021-01-21 06:40:27'),
(89919,34137,'action created','2021-01-21 11:40:27','2021-01-21 06:40:27'),
(89920,34137,'action started via WP Cron','2021-01-21 11:41:33','2021-01-21 06:41:33'),
(89921,34137,'action complete via WP Cron','2021-01-21 11:41:33','2021-01-21 06:41:33'),
(89922,34138,'action created','2021-01-21 11:41:33','2021-01-21 06:41:33'),
(89923,34138,'action started via WP Cron','2021-01-21 11:44:51','2021-01-21 06:44:51'),
(89924,34138,'action complete via WP Cron','2021-01-21 11:44:51','2021-01-21 06:44:51'),
(89925,34139,'action created','2021-01-21 11:44:51','2021-01-21 06:44:51'),
(89926,34139,'action started via WP Cron','2021-01-21 11:48:13','2021-01-21 06:48:13'),
(89927,34139,'action complete via WP Cron','2021-01-21 11:48:13','2021-01-21 06:48:13'),
(89928,34140,'action created','2021-01-21 11:48:13','2021-01-21 06:48:13'),
(89929,34140,'action started via WP Cron','2021-01-21 11:50:28','2021-01-21 06:50:28'),
(89930,34140,'action complete via WP Cron','2021-01-21 11:50:28','2021-01-21 06:50:28'),
(89931,34141,'action created','2021-01-21 11:50:28','2021-01-21 06:50:28'),
(89932,34141,'action started via WP Cron','2021-01-21 11:51:25','2021-01-21 06:51:25'),
(89933,34141,'action complete via WP Cron','2021-01-21 11:51:25','2021-01-21 06:51:25'),
(89934,34142,'action created','2021-01-21 11:51:25','2021-01-21 06:51:25'),
(89935,34142,'action started via WP Cron','2021-01-21 11:52:24','2021-01-21 06:52:24'),
(89936,34142,'action complete via WP Cron','2021-01-21 11:52:24','2021-01-21 06:52:24'),
(89937,34143,'action created','2021-01-21 11:52:24','2021-01-21 06:52:24'),
(89938,34143,'action started via WP Cron','2021-01-21 11:54:03','2021-01-21 06:54:03'),
(89939,34143,'action complete via WP Cron','2021-01-21 11:54:03','2021-01-21 06:54:03'),
(89940,34144,'action created','2021-01-21 11:54:03','2021-01-21 06:54:03'),
(89941,34144,'action started via WP Cron','2021-01-21 11:54:48','2021-01-21 06:54:48'),
(89942,34144,'action complete via WP Cron','2021-01-21 11:54:48','2021-01-21 06:54:48'),
(89943,34145,'action created','2021-01-21 11:54:48','2021-01-21 06:54:48'),
(89944,34145,'action started via WP Cron','2021-01-21 11:56:00','2021-01-21 06:56:00'),
(89945,34145,'action complete via WP Cron','2021-01-21 11:56:00','2021-01-21 06:56:00'),
(89946,34146,'action created','2021-01-21 11:56:00','2021-01-21 06:56:00'),
(89947,34146,'action started via WP Cron','2021-01-21 11:56:41','2021-01-21 06:56:41'),
(89948,34146,'action complete via WP Cron','2021-01-21 11:56:41','2021-01-21 06:56:41'),
(89949,34147,'action created','2021-01-21 11:56:41','2021-01-21 06:56:41'),
(89950,34147,'action started via WP Cron','2021-01-21 11:57:18','2021-01-21 06:57:18'),
(89951,34147,'action complete via WP Cron','2021-01-21 11:57:18','2021-01-21 06:57:18'),
(89952,34148,'action created','2021-01-21 11:57:18','2021-01-21 06:57:18'),
(89953,34148,'action started via WP Cron','2021-01-21 11:58:13','2021-01-21 06:58:13'),
(89954,34148,'action complete via WP Cron','2021-01-21 11:58:13','2021-01-21 06:58:13'),
(89955,34149,'action created','2021-01-21 11:58:13','2021-01-21 06:58:13'),
(89956,34149,'action started via WP Cron','2021-01-21 11:59:53','2021-01-21 06:59:53'),
(89957,34149,'action complete via WP Cron','2021-01-21 11:59:53','2021-01-21 06:59:53'),
(89958,34150,'action created','2021-01-21 11:59:53','2021-01-21 06:59:53'),
(89959,34150,'action started via WP Cron','2021-01-21 12:00:50','2021-01-21 07:00:50'),
(89960,34150,'action complete via WP Cron','2021-01-21 12:00:50','2021-01-21 07:00:50'),
(89961,34151,'action created','2021-01-21 12:00:50','2021-01-21 07:00:50'),
(89962,34151,'action started via WP Cron','2021-01-21 12:02:45','2021-01-21 07:02:45'),
(89963,34151,'action complete via WP Cron','2021-01-21 12:02:45','2021-01-21 07:02:45'),
(89964,34152,'action created','2021-01-21 12:02:45','2021-01-21 07:02:45'),
(89965,34152,'action started via WP Cron','2021-01-21 12:03:20','2021-01-21 07:03:20'),
(89966,34152,'action complete via WP Cron','2021-01-21 12:03:20','2021-01-21 07:03:20'),
(89967,34153,'action created','2021-01-21 12:03:20','2021-01-21 07:03:20'),
(89968,34153,'action started via WP Cron','2021-01-21 12:04:15','2021-01-21 07:04:15'),
(89969,34153,'action complete via WP Cron','2021-01-21 12:04:15','2021-01-21 07:04:15'),
(89970,34154,'action created','2021-01-21 12:04:15','2021-01-21 07:04:15'),
(89971,34154,'action started via WP Cron','2021-01-21 12:07:10','2021-01-21 07:07:10'),
(89972,34154,'action complete via WP Cron','2021-01-21 12:07:10','2021-01-21 07:07:10'),
(89973,34155,'action created','2021-01-21 12:07:10','2021-01-21 07:07:10'),
(89974,34155,'action started via WP Cron','2021-01-21 12:07:55','2021-01-21 07:07:55'),
(89975,34155,'action complete via WP Cron','2021-01-21 12:07:55','2021-01-21 07:07:55'),
(89976,34156,'action created','2021-01-21 12:07:55','2021-01-21 07:07:55'),
(89977,34156,'action started via WP Cron','2021-01-21 12:08:15','2021-01-21 07:08:15'),
(89978,34156,'action complete via WP Cron','2021-01-21 12:08:15','2021-01-21 07:08:15'),
(89979,34157,'action created','2021-01-21 12:08:15','2021-01-21 07:08:15'),
(89980,34157,'action started via WP Cron','2021-01-21 12:10:17','2021-01-21 07:10:17'),
(89981,34157,'action complete via WP Cron','2021-01-21 12:10:17','2021-01-21 07:10:17'),
(89982,34158,'action created','2021-01-21 12:10:17','2021-01-21 07:10:17'),
(89983,34158,'action started via WP Cron','2021-01-21 12:11:29','2021-01-21 07:11:29'),
(89984,34158,'action complete via WP Cron','2021-01-21 12:11:29','2021-01-21 07:11:29'),
(89985,34159,'action created','2021-01-21 12:11:29','2021-01-21 07:11:29'),
(89986,34159,'action started via WP Cron','2021-01-21 12:12:22','2021-01-21 07:12:22'),
(89987,34159,'action complete via WP Cron','2021-01-21 12:12:22','2021-01-21 07:12:22'),
(89988,34160,'action created','2021-01-21 12:12:22','2021-01-21 07:12:22'),
(89989,34160,'action started via WP Cron','2021-01-21 12:13:18','2021-01-21 07:13:18'),
(89990,34160,'action complete via WP Cron','2021-01-21 12:13:18','2021-01-21 07:13:18'),
(89991,34161,'action created','2021-01-21 12:13:18','2021-01-21 07:13:18'),
(89992,34161,'action started via WP Cron','2021-01-21 12:14:53','2021-01-21 07:14:53'),
(89993,34161,'action complete via WP Cron','2021-01-21 12:14:53','2021-01-21 07:14:53'),
(89994,34162,'action created','2021-01-21 12:14:53','2021-01-21 07:14:53'),
(89995,34162,'action started via WP Cron','2021-01-21 12:16:20','2021-01-21 07:16:20'),
(89996,34162,'action complete via WP Cron','2021-01-21 12:16:20','2021-01-21 07:16:20'),
(89997,34163,'action created','2021-01-21 12:16:20','2021-01-21 07:16:20'),
(89998,34163,'action started via WP Cron','2021-01-21 12:17:37','2021-01-21 07:17:37'),
(89999,34163,'action complete via WP Cron','2021-01-21 12:17:37','2021-01-21 07:17:37'),
(90000,34164,'action created','2021-01-21 12:17:37','2021-01-21 07:17:37'),
(90001,34164,'action started via WP Cron','2021-01-21 12:19:19','2021-01-21 07:19:19'),
(90002,34164,'action complete via WP Cron','2021-01-21 12:19:19','2021-01-21 07:19:19'),
(90003,34165,'action created','2021-01-21 12:19:19','2021-01-21 07:19:19'),
(90004,34165,'action started via WP Cron','2021-01-21 12:20:15','2021-01-21 07:20:15'),
(90005,34165,'action complete via WP Cron','2021-01-21 12:20:15','2021-01-21 07:20:15'),
(90006,34166,'action created','2021-01-21 12:20:15','2021-01-21 07:20:15'),
(90007,34166,'action started via WP Cron','2021-01-21 12:22:13','2021-01-21 07:22:13'),
(90008,34166,'action complete via WP Cron','2021-01-21 12:22:13','2021-01-21 07:22:13'),
(90009,34167,'action created','2021-01-21 12:22:13','2021-01-21 07:22:13'),
(90010,34167,'action started via WP Cron','2021-01-21 12:23:29','2021-01-21 07:23:29'),
(90011,34167,'action complete via WP Cron','2021-01-21 12:23:29','2021-01-21 07:23:29'),
(90012,34168,'action created','2021-01-21 12:23:29','2021-01-21 07:23:29'),
(90013,34168,'action started via WP Cron','2021-01-21 12:25:57','2021-01-21 07:25:57'),
(90014,34168,'action complete via WP Cron','2021-01-21 12:25:58','2021-01-21 07:25:58'),
(90015,34169,'action created','2021-01-21 12:25:58','2021-01-21 07:25:58'),
(90016,34169,'action started via WP Cron','2021-01-21 12:26:54','2021-01-21 07:26:54'),
(90017,34169,'action complete via WP Cron','2021-01-21 12:26:54','2021-01-21 07:26:54'),
(90018,34170,'action created','2021-01-21 12:26:54','2021-01-21 07:26:54'),
(90019,34170,'action started via WP Cron','2021-01-21 12:27:22','2021-01-21 07:27:22'),
(90020,34170,'action complete via WP Cron','2021-01-21 12:27:22','2021-01-21 07:27:22'),
(90021,34171,'action created','2021-01-21 12:27:22','2021-01-21 07:27:22'),
(90022,34171,'action started via WP Cron','2021-01-21 12:28:21','2021-01-21 07:28:21'),
(90023,34171,'action complete via WP Cron','2021-01-21 12:28:21','2021-01-21 07:28:21'),
(90024,34172,'action created','2021-01-21 12:28:21','2021-01-21 07:28:21'),
(90025,34172,'action started via WP Cron','2021-01-21 12:29:12','2021-01-21 07:29:12'),
(90026,34172,'action complete via WP Cron','2021-01-21 12:29:13','2021-01-21 07:29:13'),
(90027,34173,'action created','2021-01-21 12:29:13','2021-01-21 07:29:13'),
(90028,34173,'action started via WP Cron','2021-01-21 12:30:44','2021-01-21 07:30:44'),
(90029,34173,'action complete via WP Cron','2021-01-21 12:30:44','2021-01-21 07:30:44'),
(90030,34174,'action created','2021-01-21 12:30:44','2021-01-21 07:30:44'),
(90031,34174,'action started via WP Cron','2021-01-21 12:31:49','2021-01-21 07:31:49'),
(90032,34174,'action complete via WP Cron','2021-01-21 12:31:49','2021-01-21 07:31:49'),
(90033,34175,'action created','2021-01-21 12:31:49','2021-01-21 07:31:49'),
(90034,34175,'action started via WP Cron','2021-01-21 12:32:46','2021-01-21 07:32:46'),
(90035,34175,'action complete via WP Cron','2021-01-21 12:32:46','2021-01-21 07:32:46'),
(90036,34176,'action created','2021-01-21 12:32:46','2021-01-21 07:32:46'),
(90037,34176,'action started via WP Cron','2021-01-21 12:33:11','2021-01-21 07:33:11'),
(90038,34176,'action complete via WP Cron','2021-01-21 12:33:11','2021-01-21 07:33:11'),
(90039,34177,'action created','2021-01-21 12:33:11','2021-01-21 07:33:11'),
(90040,34177,'action started via WP Cron','2021-01-21 12:35:36','2021-01-21 07:35:36'),
(90041,34177,'action complete via WP Cron','2021-01-21 12:35:36','2021-01-21 07:35:36'),
(90042,34178,'action created','2021-01-21 12:35:36','2021-01-21 07:35:36'),
(90043,34178,'action started via WP Cron','2021-01-21 12:36:23','2021-01-21 07:36:23'),
(90044,34178,'action complete via WP Cron','2021-01-21 12:36:23','2021-01-21 07:36:23'),
(90045,34179,'action created','2021-01-21 12:36:23','2021-01-21 07:36:23'),
(90046,34179,'action started via WP Cron','2021-01-21 12:37:32','2021-01-21 07:37:32'),
(90047,34179,'action complete via WP Cron','2021-01-21 12:37:32','2021-01-21 07:37:32'),
(90048,34180,'action created','2021-01-21 12:37:33','2021-01-21 07:37:33'),
(90049,34180,'action started via WP Cron','2021-01-21 12:38:37','2021-01-21 07:38:37'),
(90050,34180,'action complete via WP Cron','2021-01-21 12:38:37','2021-01-21 07:38:37'),
(90051,34181,'action created','2021-01-21 12:38:37','2021-01-21 07:38:37'),
(90052,34181,'action started via WP Cron','2021-01-21 12:39:57','2021-01-21 07:39:57'),
(90053,34181,'action complete via WP Cron','2021-01-21 12:39:57','2021-01-21 07:39:57'),
(90054,34182,'action created','2021-01-21 12:39:58','2021-01-21 07:39:58'),
(90055,34182,'action started via WP Cron','2021-01-21 12:40:23','2021-01-21 07:40:23'),
(90056,34182,'action complete via WP Cron','2021-01-21 12:40:23','2021-01-21 07:40:23'),
(90057,34183,'action created','2021-01-21 12:40:24','2021-01-21 07:40:24'),
(90058,34183,'action started via WP Cron','2021-01-21 12:41:33','2021-01-21 07:41:33'),
(90059,34183,'action complete via WP Cron','2021-01-21 12:41:33','2021-01-21 07:41:33'),
(90060,34184,'action created','2021-01-21 12:41:34','2021-01-21 07:41:34'),
(90061,34184,'action started via WP Cron','2021-01-21 12:44:28','2021-01-21 07:44:28'),
(90062,34184,'action complete via WP Cron','2021-01-21 12:44:28','2021-01-21 07:44:28'),
(90063,34185,'action created','2021-01-21 12:44:28','2021-01-21 07:44:28'),
(90064,34185,'action started via WP Cron','2021-01-21 12:45:43','2021-01-21 07:45:43'),
(90065,34185,'action complete via WP Cron','2021-01-21 12:45:43','2021-01-21 07:45:43'),
(90066,34186,'action created','2021-01-21 12:45:43','2021-01-21 07:45:43'),
(90067,34186,'action started via WP Cron','2021-01-21 12:46:22','2021-01-21 07:46:22'),
(90068,34186,'action complete via WP Cron','2021-01-21 12:46:22','2021-01-21 07:46:22'),
(90069,34187,'action created','2021-01-21 12:46:22','2021-01-21 07:46:22'),
(90070,34187,'action started via WP Cron','2021-01-21 12:47:28','2021-01-21 07:47:28'),
(90071,34187,'action complete via WP Cron','2021-01-21 12:47:28','2021-01-21 07:47:28'),
(90072,34188,'action created','2021-01-21 12:47:28','2021-01-21 07:47:28'),
(90073,34188,'action started via WP Cron','2021-01-21 12:49:11','2021-01-21 07:49:11'),
(90074,34188,'action complete via WP Cron','2021-01-21 12:49:11','2021-01-21 07:49:11'),
(90075,34189,'action created','2021-01-21 12:49:11','2021-01-21 07:49:11'),
(90076,34189,'action started via WP Cron','2021-01-21 12:50:11','2021-01-21 07:50:11'),
(90077,34189,'action complete via WP Cron','2021-01-21 12:50:11','2021-01-21 07:50:11'),
(90078,34190,'action created','2021-01-21 12:50:11','2021-01-21 07:50:11'),
(90079,34190,'action started via WP Cron','2021-01-21 12:51:12','2021-01-21 07:51:12'),
(90080,34190,'action complete via WP Cron','2021-01-21 12:51:12','2021-01-21 07:51:12'),
(90081,34191,'action created','2021-01-21 12:51:12','2021-01-21 07:51:12'),
(90082,34191,'action started via WP Cron','2021-01-21 12:52:30','2021-01-21 07:52:30'),
(90083,34191,'action complete via WP Cron','2021-01-21 12:52:30','2021-01-21 07:52:30'),
(90084,34192,'action created','2021-01-21 12:52:30','2021-01-21 07:52:30'),
(90085,34192,'action started via WP Cron','2021-01-21 12:55:58','2021-01-21 07:55:58'),
(90086,34192,'action complete via WP Cron','2021-01-21 12:55:58','2021-01-21 07:55:58'),
(90087,34193,'action created','2021-01-21 12:55:58','2021-01-21 07:55:58'),
(90088,34193,'action started via WP Cron','2021-01-21 12:56:14','2021-01-21 07:56:14'),
(90089,34193,'action complete via WP Cron','2021-01-21 12:56:14','2021-01-21 07:56:14'),
(90090,34194,'action created','2021-01-21 12:56:14','2021-01-21 07:56:14'),
(90091,34194,'action started via WP Cron','2021-01-21 12:57:16','2021-01-21 07:57:16'),
(90092,34194,'action complete via WP Cron','2021-01-21 12:57:16','2021-01-21 07:57:16'),
(90093,34195,'action created','2021-01-21 12:57:16','2021-01-21 07:57:16'),
(90094,34195,'action started via WP Cron','2021-01-21 12:58:17','2021-01-21 07:58:17'),
(90095,34195,'action complete via WP Cron','2021-01-21 12:58:17','2021-01-21 07:58:17'),
(90096,34196,'action created','2021-01-21 12:58:17','2021-01-21 07:58:17'),
(90097,34196,'action started via WP Cron','2021-01-21 12:59:53','2021-01-21 07:59:53'),
(90098,34196,'action complete via WP Cron','2021-01-21 12:59:53','2021-01-21 07:59:53'),
(90099,34197,'action created','2021-01-21 12:59:53','2021-01-21 07:59:53'),
(90100,34197,'action started via WP Cron','2021-01-21 13:00:42','2021-01-21 08:00:42'),
(90101,34197,'action complete via WP Cron','2021-01-21 13:00:42','2021-01-21 08:00:42'),
(90102,34198,'action created','2021-01-21 13:00:42','2021-01-21 08:00:42'),
(90103,34198,'action started via WP Cron','2021-01-21 13:01:33','2021-01-21 08:01:33'),
(90104,34198,'action complete via WP Cron','2021-01-21 13:01:33','2021-01-21 08:01:33'),
(90105,34199,'action created','2021-01-21 13:01:33','2021-01-21 08:01:33'),
(90106,34199,'action started via WP Cron','2021-01-21 13:02:26','2021-01-21 08:02:26'),
(90107,34199,'action complete via WP Cron','2021-01-21 13:02:26','2021-01-21 08:02:26'),
(90108,34200,'action created','2021-01-21 13:02:27','2021-01-21 08:02:27'),
(90109,34200,'action started via WP Cron','2021-01-21 13:03:15','2021-01-21 08:03:15'),
(90110,34200,'action complete via WP Cron','2021-01-21 13:03:15','2021-01-21 08:03:15'),
(90111,34201,'action created','2021-01-21 13:03:15','2021-01-21 08:03:15'),
(90112,34201,'action started via WP Cron','2021-01-21 13:04:18','2021-01-21 08:04:18'),
(90113,34201,'action complete via WP Cron','2021-01-21 13:04:18','2021-01-21 08:04:18'),
(90114,34202,'action created','2021-01-21 13:04:18','2021-01-21 08:04:18'),
(90115,34202,'action started via WP Cron','2021-01-21 13:05:50','2021-01-21 08:05:50'),
(90116,34202,'action complete via WP Cron','2021-01-21 13:05:50','2021-01-21 08:05:50'),
(90117,33176,'action started via WP Cron','2021-01-21 13:05:50','2021-01-21 08:05:50'),
(90118,33176,'action complete via WP Cron','2021-01-21 13:05:50','2021-01-21 08:05:50'),
(90119,34203,'action created','2021-01-21 13:05:50','2021-01-21 08:05:50'),
(90120,34204,'action created','2021-01-21 13:05:50','2021-01-21 08:05:50'),
(90121,34204,'action started via WP Cron','2021-01-21 13:06:30','2021-01-21 08:06:30'),
(90122,34204,'action complete via WP Cron','2021-01-21 13:06:30','2021-01-21 08:06:30'),
(90123,34205,'action created','2021-01-21 13:06:30','2021-01-21 08:06:30'),
(90124,34205,'action started via WP Cron','2021-01-21 13:07:36','2021-01-21 08:07:36'),
(90125,34205,'action complete via WP Cron','2021-01-21 13:07:36','2021-01-21 08:07:36'),
(90126,34206,'action created','2021-01-21 13:07:36','2021-01-21 08:07:36'),
(90127,34206,'action started via WP Cron','2021-01-21 13:08:28','2021-01-21 08:08:28'),
(90128,34206,'action complete via WP Cron','2021-01-21 13:08:28','2021-01-21 08:08:28'),
(90129,34207,'action created','2021-01-21 13:08:28','2021-01-21 08:08:28'),
(90130,34207,'action started via WP Cron','2021-01-21 13:09:42','2021-01-21 08:09:42'),
(90131,34207,'action complete via WP Cron','2021-01-21 13:09:42','2021-01-21 08:09:42'),
(90132,34208,'action created','2021-01-21 13:09:42','2021-01-21 08:09:42'),
(90133,34208,'action started via WP Cron','2021-01-21 13:10:27','2021-01-21 08:10:27'),
(90134,34208,'action complete via WP Cron','2021-01-21 13:10:27','2021-01-21 08:10:27'),
(90135,34209,'action created','2021-01-21 13:10:27','2021-01-21 08:10:27'),
(90136,34209,'action started via WP Cron','2021-01-21 13:11:44','2021-01-21 08:11:44'),
(90137,34209,'action complete via WP Cron','2021-01-21 13:11:44','2021-01-21 08:11:44'),
(90138,34210,'action created','2021-01-21 13:11:44','2021-01-21 08:11:44'),
(90139,34210,'action started via WP Cron','2021-01-21 13:13:34','2021-01-21 08:13:34'),
(90140,34210,'action complete via WP Cron','2021-01-21 13:13:34','2021-01-21 08:13:34'),
(90141,34211,'action created','2021-01-21 13:13:34','2021-01-21 08:13:34'),
(90142,34211,'action started via WP Cron','2021-01-21 13:14:59','2021-01-21 08:14:59'),
(90143,34211,'action complete via WP Cron','2021-01-21 13:14:59','2021-01-21 08:14:59'),
(90144,34212,'action created','2021-01-21 13:14:59','2021-01-21 08:14:59'),
(90145,34212,'action started via WP Cron','2021-01-21 13:15:25','2021-01-21 08:15:25'),
(90146,34212,'action complete via WP Cron','2021-01-21 13:15:25','2021-01-21 08:15:25'),
(90147,34213,'action created','2021-01-21 13:15:25','2021-01-21 08:15:25'),
(90148,34213,'action started via WP Cron','2021-01-21 13:16:14','2021-01-21 08:16:14'),
(90149,34213,'action complete via WP Cron','2021-01-21 13:16:14','2021-01-21 08:16:14'),
(90150,34214,'action created','2021-01-21 13:16:14','2021-01-21 08:16:14'),
(90151,34214,'action started via WP Cron','2021-01-21 13:17:56','2021-01-21 08:17:56'),
(90152,34214,'action complete via WP Cron','2021-01-21 13:17:56','2021-01-21 08:17:56'),
(90153,34215,'action created','2021-01-21 13:17:56','2021-01-21 08:17:56'),
(90154,34215,'action started via WP Cron','2021-01-21 13:18:30','2021-01-21 08:18:30'),
(90155,34215,'action complete via WP Cron','2021-01-21 13:18:30','2021-01-21 08:18:30'),
(90156,34216,'action created','2021-01-21 13:18:30','2021-01-21 08:18:30'),
(90157,34216,'action started via WP Cron','2021-01-21 13:19:59','2021-01-21 08:19:59'),
(90158,34216,'action complete via WP Cron','2021-01-21 13:19:59','2021-01-21 08:19:59'),
(90159,34217,'action created','2021-01-21 13:19:59','2021-01-21 08:19:59'),
(90160,34217,'action started via WP Cron','2021-01-21 13:20:51','2021-01-21 08:20:51'),
(90161,34217,'action complete via WP Cron','2021-01-21 13:20:51','2021-01-21 08:20:51'),
(90162,34218,'action created','2021-01-21 13:20:51','2021-01-21 08:20:51'),
(90163,34218,'action started via WP Cron','2021-01-21 13:22:35','2021-01-21 08:22:35'),
(90164,34218,'action complete via WP Cron','2021-01-21 13:22:35','2021-01-21 08:22:35'),
(90165,34219,'action created','2021-01-21 13:22:35','2021-01-21 08:22:35'),
(90166,34219,'action started via WP Cron','2021-01-21 13:23:53','2021-01-21 08:23:53'),
(90167,34219,'action complete via WP Cron','2021-01-21 13:23:53','2021-01-21 08:23:53'),
(90168,34220,'action created','2021-01-21 13:23:53','2021-01-21 08:23:53'),
(90169,34220,'action started via WP Cron','2021-01-21 13:24:37','2021-01-21 08:24:37'),
(90170,34220,'action complete via WP Cron','2021-01-21 13:24:37','2021-01-21 08:24:37'),
(90171,34221,'action created','2021-01-21 13:24:37','2021-01-21 08:24:37'),
(90172,34221,'action started via WP Cron','2021-01-21 13:25:23','2021-01-21 08:25:23'),
(90173,34221,'action complete via WP Cron','2021-01-21 13:25:24','2021-01-21 08:25:24'),
(90174,34222,'action created','2021-01-21 13:25:24','2021-01-21 08:25:24'),
(90175,34222,'action started via WP Cron','2021-01-21 13:26:12','2021-01-21 08:26:12'),
(90176,34222,'action complete via WP Cron','2021-01-21 13:26:12','2021-01-21 08:26:12'),
(90177,34223,'action created','2021-01-21 13:26:12','2021-01-21 08:26:12'),
(90178,34223,'action started via WP Cron','2021-01-21 13:27:30','2021-01-21 08:27:30'),
(90179,34223,'action complete via WP Cron','2021-01-21 13:27:30','2021-01-21 08:27:30'),
(90180,34224,'action created','2021-01-21 13:27:30','2021-01-21 08:27:30'),
(90181,34224,'action started via WP Cron','2021-01-21 13:28:45','2021-01-21 08:28:45'),
(90182,34224,'action complete via WP Cron','2021-01-21 13:28:45','2021-01-21 08:28:45'),
(90183,34225,'action created','2021-01-21 13:28:45','2021-01-21 08:28:45'),
(90184,34225,'action started via WP Cron','2021-01-21 13:29:51','2021-01-21 08:29:51'),
(90185,34225,'action complete via WP Cron','2021-01-21 13:29:51','2021-01-21 08:29:51'),
(90186,34226,'action created','2021-01-21 13:29:51','2021-01-21 08:29:51'),
(90187,34226,'action started via WP Cron','2021-01-21 13:31:58','2021-01-21 08:31:58'),
(90188,34226,'action complete via WP Cron','2021-01-21 13:31:58','2021-01-21 08:31:58'),
(90189,34227,'action created','2021-01-21 13:31:58','2021-01-21 08:31:58'),
(90190,34227,'action started via WP Cron','2021-01-21 13:32:16','2021-01-21 08:32:16'),
(90191,34227,'action complete via WP Cron','2021-01-21 13:32:16','2021-01-21 08:32:16'),
(90192,34228,'action created','2021-01-21 13:32:16','2021-01-21 08:32:16'),
(90193,34228,'action started via WP Cron','2021-01-21 13:33:41','2021-01-21 08:33:41'),
(90194,34228,'action complete via WP Cron','2021-01-21 13:33:41','2021-01-21 08:33:41'),
(90195,34229,'action created','2021-01-21 13:33:41','2021-01-21 08:33:41'),
(90196,34229,'action started via WP Cron','2021-01-21 13:34:21','2021-01-21 08:34:21'),
(90197,34229,'action complete via WP Cron','2021-01-21 13:34:21','2021-01-21 08:34:21'),
(90198,34230,'action created','2021-01-21 13:34:21','2021-01-21 08:34:21'),
(90199,34230,'action started via WP Cron','2021-01-21 13:35:54','2021-01-21 08:35:54'),
(90200,34230,'action complete via WP Cron','2021-01-21 13:35:54','2021-01-21 08:35:54'),
(90201,34231,'action created','2021-01-21 13:35:54','2021-01-21 08:35:54'),
(90202,34231,'action started via WP Cron','2021-01-21 13:37:40','2021-01-21 08:37:40'),
(90203,34231,'action complete via WP Cron','2021-01-21 13:37:40','2021-01-21 08:37:40'),
(90204,34232,'action created','2021-01-21 13:37:40','2021-01-21 08:37:40'),
(90205,34232,'action started via WP Cron','2021-01-21 13:38:23','2021-01-21 08:38:23'),
(90206,34232,'action complete via WP Cron','2021-01-21 13:38:23','2021-01-21 08:38:23'),
(90207,34233,'action created','2021-01-21 13:38:23','2021-01-21 08:38:23'),
(90208,34233,'action started via WP Cron','2021-01-21 13:39:19','2021-01-21 08:39:19'),
(90209,34233,'action complete via WP Cron','2021-01-21 13:39:19','2021-01-21 08:39:19'),
(90210,34234,'action created','2021-01-21 13:39:19','2021-01-21 08:39:19'),
(90211,34234,'action started via WP Cron','2021-01-21 13:40:29','2021-01-21 08:40:29'),
(90212,34234,'action complete via WP Cron','2021-01-21 13:40:29','2021-01-21 08:40:29'),
(90213,34235,'action created','2021-01-21 13:40:29','2021-01-21 08:40:29'),
(90214,34235,'action started via WP Cron','2021-01-21 13:41:34','2021-01-21 08:41:34'),
(90215,34235,'action complete via WP Cron','2021-01-21 13:41:34','2021-01-21 08:41:34'),
(90216,34236,'action created','2021-01-21 13:41:34','2021-01-21 08:41:34'),
(90217,34236,'action started via WP Cron','2021-01-21 13:43:41','2021-01-21 08:43:41'),
(90218,34236,'action complete via WP Cron','2021-01-21 13:43:41','2021-01-21 08:43:41'),
(90219,34237,'action created','2021-01-21 13:43:41','2021-01-21 08:43:41'),
(90220,34237,'action started via WP Cron','2021-01-21 13:45:19','2021-01-21 08:45:19'),
(90221,34237,'action complete via WP Cron','2021-01-21 13:45:20','2021-01-21 08:45:20'),
(90222,34238,'action created','2021-01-21 13:45:20','2021-01-21 08:45:20'),
(90223,34238,'action started via WP Cron','2021-01-21 13:46:11','2021-01-21 08:46:11'),
(90224,34238,'action complete via WP Cron','2021-01-21 13:46:11','2021-01-21 08:46:11'),
(90225,34239,'action created','2021-01-21 13:46:12','2021-01-21 08:46:12'),
(90226,34239,'action started via WP Cron','2021-01-21 13:47:28','2021-01-21 08:47:28'),
(90227,34239,'action complete via WP Cron','2021-01-21 13:47:28','2021-01-21 08:47:28'),
(90228,34240,'action created','2021-01-21 13:47:28','2021-01-21 08:47:28'),
(90229,34240,'action started via WP Cron','2021-01-21 13:48:30','2021-01-21 08:48:30'),
(90230,34240,'action complete via WP Cron','2021-01-21 13:48:30','2021-01-21 08:48:30'),
(90231,34241,'action created','2021-01-21 13:48:30','2021-01-21 08:48:30'),
(90232,34241,'action started via WP Cron','2021-01-21 13:49:54','2021-01-21 08:49:54'),
(90233,34241,'action complete via WP Cron','2021-01-21 13:49:54','2021-01-21 08:49:54'),
(90234,34242,'action created','2021-01-21 13:49:54','2021-01-21 08:49:54'),
(90235,34242,'action started via WP Cron','2021-01-21 13:51:14','2021-01-21 08:51:14'),
(90236,34242,'action complete via WP Cron','2021-01-21 13:51:14','2021-01-21 08:51:14'),
(90237,34243,'action created','2021-01-21 13:51:14','2021-01-21 08:51:14'),
(90238,34243,'action started via WP Cron','2021-01-21 13:53:07','2021-01-21 08:53:07'),
(90239,34243,'action complete via WP Cron','2021-01-21 13:53:07','2021-01-21 08:53:07'),
(90240,34244,'action created','2021-01-21 13:53:07','2021-01-21 08:53:07'),
(90241,34244,'action started via WP Cron','2021-01-21 13:53:24','2021-01-21 08:53:24'),
(90242,34244,'action complete via WP Cron','2021-01-21 13:53:24','2021-01-21 08:53:24'),
(90243,34245,'action created','2021-01-21 13:53:24','2021-01-21 08:53:24'),
(90244,34245,'action started via WP Cron','2021-01-21 13:54:13','2021-01-21 08:54:13'),
(90245,34245,'action complete via WP Cron','2021-01-21 13:54:13','2021-01-21 08:54:13'),
(90246,34246,'action created','2021-01-21 13:54:13','2021-01-21 08:54:13'),
(90247,34246,'action started via WP Cron','2021-01-21 13:55:34','2021-01-21 08:55:34'),
(90248,34246,'action complete via WP Cron','2021-01-21 13:55:34','2021-01-21 08:55:34'),
(90249,34247,'action created','2021-01-21 13:55:34','2021-01-21 08:55:34'),
(90250,34247,'action started via WP Cron','2021-01-21 13:57:40','2021-01-21 08:57:40'),
(90251,34247,'action complete via WP Cron','2021-01-21 13:57:40','2021-01-21 08:57:40'),
(90252,34248,'action created','2021-01-21 13:57:40','2021-01-21 08:57:40'),
(90253,34248,'action started via WP Cron','2021-01-21 13:58:59','2021-01-21 08:58:59'),
(90254,34248,'action complete via WP Cron','2021-01-21 13:58:59','2021-01-21 08:58:59'),
(90255,34249,'action created','2021-01-21 13:59:00','2021-01-21 08:59:00'),
(90256,34249,'action started via WP Cron','2021-01-21 13:59:58','2021-01-21 08:59:58'),
(90257,34249,'action complete via WP Cron','2021-01-21 13:59:58','2021-01-21 08:59:58'),
(90258,34250,'action created','2021-01-21 13:59:58','2021-01-21 08:59:58'),
(90259,34250,'action started via WP Cron','2021-01-21 14:01:18','2021-01-21 09:01:18'),
(90260,34250,'action complete via WP Cron','2021-01-21 14:01:18','2021-01-21 09:01:18'),
(90261,34251,'action created','2021-01-21 14:01:19','2021-01-21 09:01:19'),
(90262,34251,'action started via WP Cron','2021-01-21 14:02:45','2021-01-21 09:02:45'),
(90263,34251,'action complete via WP Cron','2021-01-21 14:02:45','2021-01-21 09:02:45'),
(90264,34252,'action created','2021-01-21 14:02:45','2021-01-21 09:02:45'),
(90265,34252,'action started via WP Cron','2021-01-21 14:03:24','2021-01-21 09:03:24'),
(90266,34252,'action complete via WP Cron','2021-01-21 14:03:24','2021-01-21 09:03:24'),
(90267,34253,'action created','2021-01-21 14:03:32','2021-01-21 09:03:32'),
(90268,34253,'action started via WP Cron','2021-01-21 14:04:28','2021-01-21 09:04:28'),
(90269,34253,'action complete via WP Cron','2021-01-21 14:04:28','2021-01-21 09:04:28'),
(90270,34254,'action created','2021-01-21 14:04:28','2021-01-21 09:04:28'),
(90271,34254,'action started via WP Cron','2021-01-21 14:06:56','2021-01-21 09:06:56'),
(90272,34254,'action complete via WP Cron','2021-01-21 14:06:56','2021-01-21 09:06:56'),
(90273,34255,'action created','2021-01-21 14:06:56','2021-01-21 09:06:56'),
(90274,34255,'action started via WP Cron','2021-01-21 14:07:47','2021-01-21 09:07:47'),
(90275,34255,'action complete via WP Cron','2021-01-21 14:07:47','2021-01-21 09:07:47'),
(90276,34256,'action created','2021-01-21 14:07:47','2021-01-21 09:07:47'),
(90277,34256,'action started via WP Cron','2021-01-21 14:09:09','2021-01-21 09:09:09'),
(90278,34256,'action complete via WP Cron','2021-01-21 14:09:09','2021-01-21 09:09:09'),
(90279,34257,'action created','2021-01-21 14:09:09','2021-01-21 09:09:09'),
(90280,34257,'action started via WP Cron','2021-01-21 14:10:35','2021-01-21 09:10:35'),
(90281,34257,'action complete via WP Cron','2021-01-21 14:10:35','2021-01-21 09:10:35'),
(90282,34258,'action created','2021-01-21 14:10:35','2021-01-21 09:10:35'),
(90283,34258,'action started via WP Cron','2021-01-21 14:12:50','2021-01-21 09:12:50'),
(90284,34258,'action complete via WP Cron','2021-01-21 14:12:50','2021-01-21 09:12:50'),
(90285,34259,'action created','2021-01-21 14:12:50','2021-01-21 09:12:50'),
(90286,34259,'action started via WP Cron','2021-01-21 14:14:32','2021-01-21 09:14:32'),
(90287,34259,'action complete via WP Cron','2021-01-21 14:14:32','2021-01-21 09:14:32'),
(90288,34260,'action created','2021-01-21 14:14:32','2021-01-21 09:14:32'),
(90289,34260,'action started via WP Cron','2021-01-21 14:17:31','2021-01-21 09:17:31'),
(90290,34260,'action complete via WP Cron','2021-01-21 14:17:31','2021-01-21 09:17:31'),
(90291,34261,'action created','2021-01-21 14:17:31','2021-01-21 09:17:31'),
(90292,34261,'action started via WP Cron','2021-01-21 14:18:18','2021-01-21 09:18:18'),
(90293,34261,'action complete via WP Cron','2021-01-21 14:18:18','2021-01-21 09:18:18'),
(90294,34262,'action created','2021-01-21 14:18:18','2021-01-21 09:18:18'),
(90295,34262,'action started via WP Cron','2021-01-21 14:19:25','2021-01-21 09:19:25'),
(90296,34262,'action complete via WP Cron','2021-01-21 14:19:25','2021-01-21 09:19:25'),
(90297,34263,'action created','2021-01-21 14:19:25','2021-01-21 09:19:25'),
(90298,34263,'action started via WP Cron','2021-01-21 14:20:45','2021-01-21 09:20:45'),
(90299,34263,'action complete via WP Cron','2021-01-21 14:20:45','2021-01-21 09:20:45'),
(90300,34264,'action created','2021-01-21 14:20:45','2021-01-21 09:20:45'),
(90301,34264,'action started via WP Cron','2021-01-21 14:21:27','2021-01-21 09:21:27'),
(90302,34264,'action complete via WP Cron','2021-01-21 14:21:27','2021-01-21 09:21:27'),
(90303,34265,'action created','2021-01-21 14:21:27','2021-01-21 09:21:27'),
(90304,34265,'action started via WP Cron','2021-01-21 14:24:03','2021-01-21 09:24:03'),
(90305,34265,'action complete via WP Cron','2021-01-21 14:24:03','2021-01-21 09:24:03'),
(90306,34266,'action created','2021-01-21 14:24:03','2021-01-21 09:24:03'),
(90307,34266,'action started via WP Cron','2021-01-21 14:24:42','2021-01-21 09:24:42'),
(90308,34266,'action complete via WP Cron','2021-01-21 14:24:42','2021-01-21 09:24:42'),
(90309,34267,'action created','2021-01-21 14:24:42','2021-01-21 09:24:42'),
(90310,34267,'action started via WP Cron','2021-01-21 14:26:52','2021-01-21 09:26:52'),
(90311,34267,'action complete via WP Cron','2021-01-21 14:26:52','2021-01-21 09:26:52'),
(90312,34268,'action created','2021-01-21 14:26:52','2021-01-21 09:26:52'),
(90313,34268,'action started via WP Cron','2021-01-21 14:27:57','2021-01-21 09:27:57'),
(90314,34268,'action complete via WP Cron','2021-01-21 14:27:57','2021-01-21 09:27:57'),
(90315,34269,'action created','2021-01-21 14:27:57','2021-01-21 09:27:57'),
(90316,34269,'action started via WP Cron','2021-01-21 14:28:42','2021-01-21 09:28:42'),
(90317,34269,'action complete via WP Cron','2021-01-21 14:28:42','2021-01-21 09:28:42'),
(90318,34270,'action created','2021-01-21 14:28:42','2021-01-21 09:28:42'),
(90319,34270,'action started via WP Cron','2021-01-21 14:31:35','2021-01-21 09:31:35'),
(90320,34270,'action complete via WP Cron','2021-01-21 14:31:35','2021-01-21 09:31:35'),
(90321,34271,'action created','2021-01-21 14:31:35','2021-01-21 09:31:35'),
(90322,34271,'action started via WP Cron','2021-01-21 14:33:29','2021-01-21 09:33:29'),
(90323,34271,'action complete via WP Cron','2021-01-21 14:33:29','2021-01-21 09:33:29'),
(90324,34272,'action created','2021-01-21 14:33:29','2021-01-21 09:33:29'),
(90325,34272,'action started via WP Cron','2021-01-21 14:34:19','2021-01-21 09:34:19'),
(90326,34272,'action complete via WP Cron','2021-01-21 14:34:19','2021-01-21 09:34:19'),
(90327,34273,'action created','2021-01-21 14:34:19','2021-01-21 09:34:19'),
(90328,34273,'action started via WP Cron','2021-01-21 14:39:08','2021-01-21 09:39:08'),
(90329,34273,'action complete via WP Cron','2021-01-21 14:39:08','2021-01-21 09:39:08'),
(90330,34274,'action created','2021-01-21 14:39:08','2021-01-21 09:39:08'),
(90331,34274,'action started via WP Cron','2021-01-21 14:40:22','2021-01-21 09:40:22'),
(90332,34274,'action complete via WP Cron','2021-01-21 14:40:22','2021-01-21 09:40:22'),
(90333,34275,'action created','2021-01-21 14:40:23','2021-01-21 09:40:23'),
(90334,34275,'action started via WP Cron','2021-01-21 14:42:32','2021-01-21 09:42:32'),
(90335,34275,'action complete via WP Cron','2021-01-21 14:42:32','2021-01-21 09:42:32'),
(90336,34276,'action created','2021-01-21 14:42:32','2021-01-21 09:42:32'),
(90337,34276,'action started via WP Cron','2021-01-21 14:43:13','2021-01-21 09:43:13'),
(90338,34276,'action complete via WP Cron','2021-01-21 14:43:13','2021-01-21 09:43:13'),
(90339,34277,'action created','2021-01-21 14:43:13','2021-01-21 09:43:13'),
(90340,34277,'action started via WP Cron','2021-01-21 14:44:42','2021-01-21 09:44:42'),
(90341,34277,'action complete via WP Cron','2021-01-21 14:44:42','2021-01-21 09:44:42'),
(90342,34278,'action created','2021-01-21 14:44:42','2021-01-21 09:44:42'),
(90343,34278,'action started via WP Cron','2021-01-21 14:45:18','2021-01-21 09:45:18'),
(90344,34278,'action complete via WP Cron','2021-01-21 14:45:19','2021-01-21 09:45:19'),
(90345,34279,'action created','2021-01-21 14:45:19','2021-01-21 09:45:19'),
(90346,34279,'action started via WP Cron','2021-01-21 14:46:21','2021-01-21 09:46:21'),
(90347,34279,'action complete via WP Cron','2021-01-21 14:46:21','2021-01-21 09:46:21'),
(90348,34280,'action created','2021-01-21 14:46:21','2021-01-21 09:46:21'),
(90349,34280,'action started via WP Cron','2021-01-21 14:47:50','2021-01-21 09:47:50'),
(90350,34280,'action complete via WP Cron','2021-01-21 14:47:50','2021-01-21 09:47:50'),
(90351,34281,'action created','2021-01-21 14:47:50','2021-01-21 09:47:50'),
(90352,34281,'action started via WP Cron','2021-01-21 14:49:42','2021-01-21 09:49:42'),
(90353,34281,'action complete via WP Cron','2021-01-21 14:49:42','2021-01-21 09:49:42'),
(90354,34282,'action created','2021-01-21 14:49:42','2021-01-21 09:49:42'),
(90355,34282,'action started via WP Cron','2021-01-21 14:50:24','2021-01-21 09:50:24'),
(90356,34282,'action complete via WP Cron','2021-01-21 14:50:24','2021-01-21 09:50:24'),
(90357,34283,'action created','2021-01-21 14:50:24','2021-01-21 09:50:24'),
(90358,34283,'action started via WP Cron','2021-01-21 14:52:26','2021-01-21 09:52:26'),
(90359,34283,'action complete via WP Cron','2021-01-21 14:52:26','2021-01-21 09:52:26'),
(90360,34284,'action created','2021-01-21 14:52:27','2021-01-21 09:52:27'),
(90361,34284,'action started via WP Cron','2021-01-21 14:53:55','2021-01-21 09:53:55'),
(90362,34284,'action complete via WP Cron','2021-01-21 14:53:55','2021-01-21 09:53:55'),
(90363,34285,'action created','2021-01-21 14:53:55','2021-01-21 09:53:55'),
(90364,34285,'action started via WP Cron','2021-01-21 14:54:33','2021-01-21 09:54:33'),
(90365,34285,'action complete via WP Cron','2021-01-21 14:54:33','2021-01-21 09:54:33'),
(90366,34286,'action created','2021-01-21 14:54:33','2021-01-21 09:54:33'),
(90367,34286,'action started via WP Cron','2021-01-21 14:55:58','2021-01-21 09:55:58'),
(90368,34286,'action complete via WP Cron','2021-01-21 14:55:58','2021-01-21 09:55:58'),
(90369,34287,'action created','2021-01-21 14:55:58','2021-01-21 09:55:58'),
(90370,34287,'action started via WP Cron','2021-01-21 14:56:36','2021-01-21 09:56:36'),
(90371,34287,'action complete via WP Cron','2021-01-21 14:56:36','2021-01-21 09:56:36'),
(90372,34288,'action created','2021-01-21 14:56:36','2021-01-21 09:56:36'),
(90373,34288,'action started via WP Cron','2021-01-21 14:58:58','2021-01-21 09:58:58'),
(90374,34288,'action complete via WP Cron','2021-01-21 14:58:58','2021-01-21 09:58:58'),
(90375,34289,'action created','2021-01-21 14:58:58','2021-01-21 09:58:58'),
(90376,34289,'action started via WP Cron','2021-01-21 14:59:14','2021-01-21 09:59:14'),
(90377,34289,'action complete via WP Cron','2021-01-21 14:59:14','2021-01-21 09:59:14'),
(90378,34290,'action created','2021-01-21 14:59:14','2021-01-21 09:59:14'),
(90379,34290,'action started via WP Cron','2021-01-21 15:01:49','2021-01-21 10:01:49'),
(90380,34290,'action complete via WP Cron','2021-01-21 15:01:49','2021-01-21 10:01:49'),
(90381,34291,'action created','2021-01-21 15:01:49','2021-01-21 10:01:49'),
(90382,34291,'action started via WP Cron','2021-01-21 15:02:37','2021-01-21 10:02:37'),
(90383,34291,'action complete via WP Cron','2021-01-21 15:02:37','2021-01-21 10:02:37'),
(90384,34292,'action created','2021-01-21 15:02:37','2021-01-21 10:02:37'),
(90385,34292,'action started via WP Cron','2021-01-21 15:03:33','2021-01-21 10:03:33'),
(90386,34292,'action complete via WP Cron','2021-01-21 15:03:33','2021-01-21 10:03:33'),
(90387,34293,'action created','2021-01-21 15:03:33','2021-01-21 10:03:33'),
(90388,34293,'action started via WP Cron','2021-01-21 15:04:35','2021-01-21 10:04:35'),
(90389,34293,'action complete via WP Cron','2021-01-21 15:04:35','2021-01-21 10:04:35'),
(90390,34294,'action created','2021-01-21 15:04:35','2021-01-21 10:04:35'),
(90391,34294,'action started via WP Cron','2021-01-21 15:07:41','2021-01-21 10:07:41'),
(90392,34294,'action complete via WP Cron','2021-01-21 15:07:41','2021-01-21 10:07:41'),
(90393,34295,'action created','2021-01-21 15:07:41','2021-01-21 10:07:41'),
(90394,34295,'action started via WP Cron','2021-01-21 15:09:22','2021-01-21 10:09:22'),
(90395,34295,'action complete via WP Cron','2021-01-21 15:09:22','2021-01-21 10:09:22'),
(90396,34296,'action created','2021-01-21 15:09:22','2021-01-21 10:09:22'),
(90397,34296,'action started via WP Cron','2021-01-21 15:11:42','2021-01-21 10:11:42'),
(90398,34296,'action complete via WP Cron','2021-01-21 15:11:42','2021-01-21 10:11:42'),
(90399,34297,'action created','2021-01-21 15:11:42','2021-01-21 10:11:42'),
(90400,34297,'action started via WP Cron','2021-01-21 15:15:50','2021-01-21 10:15:50'),
(90401,34297,'action complete via WP Cron','2021-01-21 15:15:50','2021-01-21 10:15:50'),
(90402,34298,'action created','2021-01-21 15:15:50','2021-01-21 10:15:50'),
(90403,34298,'action started via WP Cron','2021-01-21 15:16:29','2021-01-21 10:16:29'),
(90404,34298,'action complete via WP Cron','2021-01-21 15:16:29','2021-01-21 10:16:29'),
(90405,34299,'action created','2021-01-21 15:16:29','2021-01-21 10:16:29'),
(90406,34299,'action started via WP Cron','2021-01-21 15:17:26','2021-01-21 10:17:26'),
(90407,34299,'action complete via WP Cron','2021-01-21 15:17:26','2021-01-21 10:17:26'),
(90408,34300,'action created','2021-01-21 15:17:26','2021-01-21 10:17:26'),
(90409,34300,'action started via WP Cron','2021-01-21 15:18:35','2021-01-21 10:18:35'),
(90410,34300,'action complete via WP Cron','2021-01-21 15:18:35','2021-01-21 10:18:35'),
(90411,34301,'action created','2021-01-21 15:18:35','2021-01-21 10:18:35'),
(90412,34301,'action started via WP Cron','2021-01-21 15:19:28','2021-01-21 10:19:28'),
(90413,34301,'action complete via WP Cron','2021-01-21 15:19:28','2021-01-21 10:19:28'),
(90414,34302,'action created','2021-01-21 15:19:28','2021-01-21 10:19:28'),
(90415,34302,'action started via WP Cron','2021-01-21 15:21:02','2021-01-21 10:21:02'),
(90416,34302,'action complete via WP Cron','2021-01-21 15:21:02','2021-01-21 10:21:02'),
(90417,34303,'action created','2021-01-21 15:21:02','2021-01-21 10:21:02'),
(90418,34303,'action started via WP Cron','2021-01-21 15:21:50','2021-01-21 10:21:50'),
(90419,34303,'action complete via WP Cron','2021-01-21 15:21:50','2021-01-21 10:21:50'),
(90420,34304,'action created','2021-01-21 15:21:50','2021-01-21 10:21:50'),
(90421,34304,'action started via WP Cron','2021-01-21 15:22:48','2021-01-21 10:22:48'),
(90422,34304,'action complete via WP Cron','2021-01-21 15:22:48','2021-01-21 10:22:48'),
(90423,34305,'action created','2021-01-21 15:22:48','2021-01-21 10:22:48'),
(90424,34305,'action started via WP Cron','2021-01-21 15:23:27','2021-01-21 10:23:27'),
(90425,34305,'action complete via WP Cron','2021-01-21 15:23:27','2021-01-21 10:23:27'),
(90426,34306,'action created','2021-01-21 15:23:27','2021-01-21 10:23:27'),
(90427,34306,'action started via WP Cron','2021-01-21 15:24:17','2021-01-21 10:24:17'),
(90428,34306,'action complete via WP Cron','2021-01-21 15:24:17','2021-01-21 10:24:17'),
(90429,34307,'action created','2021-01-21 15:24:17','2021-01-21 10:24:17'),
(90430,34307,'action started via WP Cron','2021-01-21 15:26:34','2021-01-21 10:26:34'),
(90431,34307,'action complete via WP Cron','2021-01-21 15:26:34','2021-01-21 10:26:34'),
(90432,34308,'action created','2021-01-21 15:26:34','2021-01-21 10:26:34'),
(90433,34308,'action started via WP Cron','2021-01-21 15:28:31','2021-01-21 10:28:31'),
(90434,34308,'action complete via WP Cron','2021-01-21 15:28:31','2021-01-21 10:28:31'),
(90435,34309,'action created','2021-01-21 15:28:31','2021-01-21 10:28:31'),
(90436,34309,'action started via WP Cron','2021-01-21 15:30:46','2021-01-21 10:30:46'),
(90437,34309,'action complete via WP Cron','2021-01-21 15:30:46','2021-01-21 10:30:46'),
(90438,34310,'action created','2021-01-21 15:30:46','2021-01-21 10:30:46'),
(90439,34310,'action started via WP Cron','2021-01-21 15:31:59','2021-01-21 10:31:59'),
(90440,34310,'action complete via WP Cron','2021-01-21 15:31:59','2021-01-21 10:31:59'),
(90441,34311,'action created','2021-01-21 15:31:59','2021-01-21 10:31:59'),
(90442,34311,'action started via WP Cron','2021-01-21 15:34:38','2021-01-21 10:34:38'),
(90443,34311,'action complete via WP Cron','2021-01-21 15:34:38','2021-01-21 10:34:38'),
(90444,34312,'action created','2021-01-21 15:34:38','2021-01-21 10:34:38'),
(90445,34312,'action started via WP Cron','2021-01-21 15:35:30','2021-01-21 10:35:30'),
(90446,34312,'action complete via WP Cron','2021-01-21 15:35:30','2021-01-21 10:35:30'),
(90447,34313,'action created','2021-01-21 15:35:30','2021-01-21 10:35:30'),
(90448,34313,'action started via WP Cron','2021-01-21 15:36:26','2021-01-21 10:36:26'),
(90449,34313,'action complete via WP Cron','2021-01-21 15:36:26','2021-01-21 10:36:26'),
(90450,34314,'action created','2021-01-21 15:36:26','2021-01-21 10:36:26'),
(90451,34314,'action started via WP Cron','2021-01-21 15:38:57','2021-01-21 10:38:57'),
(90452,34314,'action complete via WP Cron','2021-01-21 15:38:57','2021-01-21 10:38:57'),
(90453,34315,'action created','2021-01-21 15:38:57','2021-01-21 10:38:57'),
(90454,34315,'action started via WP Cron','2021-01-21 15:39:24','2021-01-21 10:39:24'),
(90455,34315,'action complete via WP Cron','2021-01-21 15:39:24','2021-01-21 10:39:24'),
(90456,34316,'action created','2021-01-21 15:39:24','2021-01-21 10:39:24'),
(90457,34316,'action started via WP Cron','2021-01-21 15:40:35','2021-01-21 10:40:35'),
(90458,34316,'action complete via WP Cron','2021-01-21 15:40:35','2021-01-21 10:40:35'),
(90459,34317,'action created','2021-01-21 15:40:35','2021-01-21 10:40:35'),
(90460,34317,'action started via WP Cron','2021-01-21 15:41:57','2021-01-21 10:41:57'),
(90461,34317,'action complete via WP Cron','2021-01-21 15:41:57','2021-01-21 10:41:57'),
(90462,34318,'action created','2021-01-21 15:41:57','2021-01-21 10:41:57'),
(90463,34318,'action started via WP Cron','2021-01-21 15:44:34','2021-01-21 10:44:34'),
(90464,34318,'action complete via WP Cron','2021-01-21 15:44:34','2021-01-21 10:44:34'),
(90465,34319,'action created','2021-01-21 15:44:34','2021-01-21 10:44:34'),
(90466,34319,'action started via WP Cron','2021-01-21 15:45:39','2021-01-21 10:45:39'),
(90467,34319,'action complete via WP Cron','2021-01-21 15:45:39','2021-01-21 10:45:39'),
(90468,34320,'action created','2021-01-21 15:45:39','2021-01-21 10:45:39'),
(90469,34320,'action started via WP Cron','2021-01-21 15:46:28','2021-01-21 10:46:28'),
(90470,34320,'action complete via WP Cron','2021-01-21 15:46:28','2021-01-21 10:46:28'),
(90471,34321,'action created','2021-01-21 15:46:28','2021-01-21 10:46:28'),
(90472,34321,'action started via WP Cron','2021-01-21 15:47:19','2021-01-21 10:47:19'),
(90473,34321,'action complete via WP Cron','2021-01-21 15:47:19','2021-01-21 10:47:19'),
(90474,34322,'action created','2021-01-21 15:47:19','2021-01-21 10:47:19'),
(90475,34322,'action started via WP Cron','2021-01-21 15:48:14','2021-01-21 10:48:14'),
(90476,34322,'action complete via WP Cron','2021-01-21 15:48:14','2021-01-21 10:48:14'),
(90477,34323,'action created','2021-01-21 15:48:14','2021-01-21 10:48:14'),
(90478,34323,'action started via WP Cron','2021-01-21 15:49:13','2021-01-21 10:49:13'),
(90479,34323,'action complete via WP Cron','2021-01-21 15:49:13','2021-01-21 10:49:13'),
(90480,34324,'action created','2021-01-21 15:49:13','2021-01-21 10:49:13'),
(90481,34324,'action started via WP Cron','2021-01-21 15:54:15','2021-01-21 10:54:15'),
(90482,34324,'action complete via WP Cron','2021-01-21 15:54:15','2021-01-21 10:54:15'),
(90483,34325,'action created','2021-01-21 15:54:15','2021-01-21 10:54:15'),
(90484,34325,'action started via WP Cron','2021-01-21 15:55:25','2021-01-21 10:55:25'),
(90485,34325,'action complete via WP Cron','2021-01-21 15:55:25','2021-01-21 10:55:25'),
(90486,34326,'action created','2021-01-21 15:55:25','2021-01-21 10:55:25'),
(90487,34326,'action started via WP Cron','2021-01-21 15:58:02','2021-01-21 10:58:02'),
(90488,34326,'action complete via WP Cron','2021-01-21 15:58:02','2021-01-21 10:58:02'),
(90489,34327,'action created','2021-01-21 15:58:02','2021-01-21 10:58:02'),
(90490,34327,'action started via WP Cron','2021-01-21 15:58:37','2021-01-21 10:58:37'),
(90491,34327,'action complete via WP Cron','2021-01-21 15:58:37','2021-01-21 10:58:37'),
(90492,34328,'action created','2021-01-21 15:58:37','2021-01-21 10:58:37'),
(90493,34328,'action started via WP Cron','2021-01-21 15:59:35','2021-01-21 10:59:35'),
(90494,34328,'action complete via WP Cron','2021-01-21 15:59:35','2021-01-21 10:59:35'),
(90495,34329,'action created','2021-01-21 15:59:36','2021-01-21 10:59:36'),
(90496,34329,'action started via WP Cron','2021-01-21 16:00:23','2021-01-21 11:00:23'),
(90497,34329,'action complete via WP Cron','2021-01-21 16:00:23','2021-01-21 11:00:23'),
(90498,34330,'action created','2021-01-21 16:00:23','2021-01-21 11:00:23'),
(90499,34330,'action started via WP Cron','2021-01-21 16:01:22','2021-01-21 11:01:22'),
(90500,34330,'action complete via WP Cron','2021-01-21 16:01:22','2021-01-21 11:01:22'),
(90501,34331,'action created','2021-01-21 16:01:22','2021-01-21 11:01:22'),
(90502,34331,'action started via WP Cron','2021-01-21 16:02:40','2021-01-21 11:02:40'),
(90503,34331,'action complete via WP Cron','2021-01-21 16:02:40','2021-01-21 11:02:40'),
(90504,34332,'action created','2021-01-21 16:02:40','2021-01-21 11:02:40'),
(90505,34332,'action started via WP Cron','2021-01-21 16:03:26','2021-01-21 11:03:26'),
(90506,34332,'action complete via WP Cron','2021-01-21 16:03:26','2021-01-21 11:03:26'),
(90507,34333,'action created','2021-01-21 16:03:26','2021-01-21 11:03:26'),
(90508,34333,'action started via WP Cron','2021-01-21 16:04:18','2021-01-21 11:04:18'),
(90509,34333,'action complete via WP Cron','2021-01-21 16:04:18','2021-01-21 11:04:18'),
(90510,34334,'action created','2021-01-21 16:04:18','2021-01-21 11:04:18'),
(90511,34334,'action started via WP Cron','2021-01-21 16:05:30','2021-01-21 11:05:30'),
(90512,34334,'action complete via WP Cron','2021-01-21 16:05:30','2021-01-21 11:05:30'),
(90513,34335,'action created','2021-01-21 16:05:30','2021-01-21 11:05:30'),
(90514,34335,'action started via WP Cron','2021-01-21 16:06:12','2021-01-21 11:06:12'),
(90515,34335,'action complete via WP Cron','2021-01-21 16:06:13','2021-01-21 11:06:13'),
(90516,34336,'action created','2021-01-21 16:06:13','2021-01-21 11:06:13'),
(90517,34336,'action started via WP Cron','2021-01-21 16:07:55','2021-01-21 11:07:55'),
(90518,34336,'action complete via WP Cron','2021-01-21 16:07:55','2021-01-21 11:07:55'),
(90519,34337,'action created','2021-01-21 16:07:55','2021-01-21 11:07:55'),
(90520,34337,'action started via WP Cron','2021-01-21 16:08:12','2021-01-21 11:08:12'),
(90521,34337,'action complete via WP Cron','2021-01-21 16:08:12','2021-01-21 11:08:12'),
(90522,34338,'action created','2021-01-21 16:08:12','2021-01-21 11:08:12'),
(90523,34338,'action started via WP Cron','2021-01-21 16:09:42','2021-01-21 11:09:42'),
(90524,34338,'action complete via WP Cron','2021-01-21 16:09:42','2021-01-21 11:09:42'),
(90525,34339,'action created','2021-01-21 16:09:42','2021-01-21 11:09:42'),
(90526,34339,'action started via WP Cron','2021-01-21 16:10:42','2021-01-21 11:10:42'),
(90527,34339,'action complete via WP Cron','2021-01-21 16:10:42','2021-01-21 11:10:42'),
(90528,34340,'action created','2021-01-21 16:10:42','2021-01-21 11:10:42'),
(90529,34340,'action started via WP Cron','2021-01-21 16:11:29','2021-01-21 11:11:29'),
(90530,34340,'action complete via WP Cron','2021-01-21 16:11:29','2021-01-21 11:11:29'),
(90531,34341,'action created','2021-01-21 16:11:29','2021-01-21 11:11:29'),
(90532,34341,'action started via WP Cron','2021-01-21 16:12:58','2021-01-21 11:12:58'),
(90533,34341,'action complete via WP Cron','2021-01-21 16:12:58','2021-01-21 11:12:58'),
(90534,34342,'action created','2021-01-21 16:12:58','2021-01-21 11:12:58'),
(90535,34342,'action started via WP Cron','2021-01-21 16:13:13','2021-01-21 11:13:13'),
(90536,34342,'action complete via WP Cron','2021-01-21 16:13:13','2021-01-21 11:13:13'),
(90537,34343,'action created','2021-01-21 16:13:13','2021-01-21 11:13:13'),
(90538,34343,'action started via WP Cron','2021-01-21 16:15:47','2021-01-21 11:15:47'),
(90539,34343,'action complete via WP Cron','2021-01-21 16:15:47','2021-01-21 11:15:47'),
(90540,34344,'action created','2021-01-21 16:15:47','2021-01-21 11:15:47'),
(90541,34344,'action started via WP Cron','2021-01-21 16:16:35','2021-01-21 11:16:35'),
(90542,34344,'action complete via WP Cron','2021-01-21 16:16:35','2021-01-21 11:16:35'),
(90543,34345,'action created','2021-01-21 16:16:35','2021-01-21 11:16:35'),
(90544,34345,'action started via WP Cron','2021-01-21 16:17:37','2021-01-21 11:17:37'),
(90545,34345,'action complete via WP Cron','2021-01-21 16:17:37','2021-01-21 11:17:37'),
(90546,34346,'action created','2021-01-21 16:17:37','2021-01-21 11:17:37'),
(90547,34346,'action started via WP Cron','2021-01-21 16:18:16','2021-01-21 11:18:16'),
(90548,34346,'action complete via WP Cron','2021-01-21 16:18:16','2021-01-21 11:18:16'),
(90549,34347,'action created','2021-01-21 16:18:16','2021-01-21 11:18:16'),
(90550,34347,'action started via WP Cron','2021-01-21 16:19:46','2021-01-21 11:19:46'),
(90551,34347,'action complete via WP Cron','2021-01-21 16:19:46','2021-01-21 11:19:46'),
(90552,34348,'action created','2021-01-21 16:19:46','2021-01-21 11:19:46'),
(90553,34348,'action started via WP Cron','2021-01-21 16:22:33','2021-01-21 11:22:33'),
(90554,34348,'action complete via WP Cron','2021-01-21 16:22:33','2021-01-21 11:22:33'),
(90555,34349,'action created','2021-01-21 16:22:33','2021-01-21 11:22:33'),
(90556,34349,'action started via WP Cron','2021-01-21 16:24:19','2021-01-21 11:24:19'),
(90557,34349,'action complete via WP Cron','2021-01-21 16:24:19','2021-01-21 11:24:19'),
(90558,34350,'action created','2021-01-21 16:24:19','2021-01-21 11:24:19'),
(90559,34350,'action started via WP Cron','2021-01-21 16:26:05','2021-01-21 11:26:05'),
(90560,34350,'action complete via WP Cron','2021-01-21 16:26:05','2021-01-21 11:26:05'),
(90561,34351,'action created','2021-01-21 16:26:05','2021-01-21 11:26:05'),
(90562,34351,'action started via WP Cron','2021-01-21 16:26:21','2021-01-21 11:26:21'),
(90563,34351,'action complete via WP Cron','2021-01-21 16:26:21','2021-01-21 11:26:21'),
(90564,34352,'action created','2021-01-21 16:26:21','2021-01-21 11:26:21'),
(90565,34352,'action started via WP Cron','2021-01-21 16:30:12','2021-01-21 11:30:12'),
(90566,34352,'action complete via WP Cron','2021-01-21 16:30:12','2021-01-21 11:30:12'),
(90567,34353,'action created','2021-01-21 16:30:12','2021-01-21 11:30:12'),
(90568,34353,'action started via WP Cron','2021-01-21 16:31:23','2021-01-21 11:31:23'),
(90569,34353,'action complete via WP Cron','2021-01-21 16:31:23','2021-01-21 11:31:23'),
(90570,34354,'action created','2021-01-21 16:31:23','2021-01-21 11:31:23'),
(90571,34354,'action started via WP Cron','2021-01-21 16:33:04','2021-01-21 11:33:04'),
(90572,34354,'action complete via WP Cron','2021-01-21 16:33:04','2021-01-21 11:33:04'),
(90573,34355,'action created','2021-01-21 16:33:04','2021-01-21 11:33:04'),
(90574,34355,'action started via WP Cron','2021-01-21 16:34:13','2021-01-21 11:34:13'),
(90575,34355,'action complete via WP Cron','2021-01-21 16:34:13','2021-01-21 11:34:13'),
(90576,34356,'action created','2021-01-21 16:34:13','2021-01-21 11:34:13'),
(90577,34356,'action started via WP Cron','2021-01-21 16:36:32','2021-01-21 11:36:32'),
(90578,34356,'action complete via WP Cron','2021-01-21 16:36:32','2021-01-21 11:36:32'),
(90579,34357,'action created','2021-01-21 16:36:32','2021-01-21 11:36:32'),
(90580,34357,'action started via WP Cron','2021-01-21 16:39:50','2021-01-21 11:39:50'),
(90581,34357,'action complete via WP Cron','2021-01-21 16:39:50','2021-01-21 11:39:50'),
(90582,34358,'action created','2021-01-21 16:39:50','2021-01-21 11:39:50'),
(90583,34358,'action started via WP Cron','2021-01-21 16:40:51','2021-01-21 11:40:51'),
(90584,34358,'action complete via WP Cron','2021-01-21 16:40:51','2021-01-21 11:40:51'),
(90585,34359,'action created','2021-01-21 16:40:51','2021-01-21 11:40:51'),
(90586,34359,'action started via WP Cron','2021-01-21 16:42:38','2021-01-21 11:42:38'),
(90587,34359,'action complete via WP Cron','2021-01-21 16:42:38','2021-01-21 11:42:38'),
(90588,34360,'action created','2021-01-21 16:42:39','2021-01-21 11:42:39'),
(90589,34360,'action started via WP Cron','2021-01-21 16:43:41','2021-01-21 11:43:41'),
(90590,34360,'action complete via WP Cron','2021-01-21 16:43:41','2021-01-21 11:43:41'),
(90591,34361,'action created','2021-01-21 16:43:41','2021-01-21 11:43:41'),
(90592,34361,'action started via WP Cron','2021-01-21 16:44:24','2021-01-21 11:44:24'),
(90593,34361,'action complete via WP Cron','2021-01-21 16:44:24','2021-01-21 11:44:24'),
(90594,34362,'action created','2021-01-21 16:44:24','2021-01-21 11:44:24'),
(90595,34362,'action started via WP Cron','2021-01-21 16:47:17','2021-01-21 11:47:17'),
(90596,34362,'action complete via WP Cron','2021-01-21 16:47:17','2021-01-21 11:47:17'),
(90597,34363,'action created','2021-01-21 16:47:17','2021-01-21 11:47:17'),
(90598,34363,'action started via WP Cron','2021-01-21 16:48:16','2021-01-21 11:48:16'),
(90599,34363,'action complete via WP Cron','2021-01-21 16:48:16','2021-01-21 11:48:16'),
(90600,34364,'action created','2021-01-21 16:48:16','2021-01-21 11:48:16'),
(90601,34364,'action started via WP Cron','2021-01-21 16:50:50','2021-01-21 11:50:50'),
(90602,34364,'action complete via WP Cron','2021-01-21 16:50:50','2021-01-21 11:50:50'),
(90603,34365,'action created','2021-01-21 16:50:50','2021-01-21 11:50:50'),
(90604,34365,'action started via WP Cron','2021-01-21 16:51:22','2021-01-21 11:51:22'),
(90605,34365,'action complete via WP Cron','2021-01-21 16:51:22','2021-01-21 11:51:22'),
(90606,34366,'action created','2021-01-21 16:51:22','2021-01-21 11:51:22'),
(90607,34366,'action started via WP Cron','2021-01-21 16:52:24','2021-01-21 11:52:24'),
(90608,34366,'action complete via WP Cron','2021-01-21 16:52:24','2021-01-21 11:52:24'),
(90609,34367,'action created','2021-01-21 16:52:24','2021-01-21 11:52:24'),
(90610,34367,'action started via WP Cron','2021-01-21 16:53:28','2021-01-21 11:53:28'),
(90611,34367,'action complete via WP Cron','2021-01-21 16:53:28','2021-01-21 11:53:28'),
(90612,34368,'action created','2021-01-21 16:53:28','2021-01-21 11:53:28'),
(90613,34368,'action started via WP Cron','2021-01-21 16:56:10','2021-01-21 11:56:10'),
(90614,34368,'action complete via WP Cron','2021-01-21 16:56:10','2021-01-21 11:56:10'),
(90615,34369,'action created','2021-01-21 16:56:10','2021-01-21 11:56:10'),
(90616,34369,'action started via WP Cron','2021-01-21 16:56:45','2021-01-21 11:56:45'),
(90617,34369,'action complete via WP Cron','2021-01-21 16:56:45','2021-01-21 11:56:45'),
(90618,34370,'action created','2021-01-21 16:56:45','2021-01-21 11:56:45'),
(90619,34370,'action started via WP Cron','2021-01-21 16:57:45','2021-01-21 11:57:45'),
(90620,34370,'action complete via WP Cron','2021-01-21 16:57:45','2021-01-21 11:57:45'),
(90621,34371,'action created','2021-01-21 16:57:45','2021-01-21 11:57:45'),
(90622,34371,'action started via WP Cron','2021-01-21 16:58:13','2021-01-21 11:58:13'),
(90623,34371,'action complete via WP Cron','2021-01-21 16:58:13','2021-01-21 11:58:13'),
(90624,34372,'action created','2021-01-21 16:58:13','2021-01-21 11:58:13'),
(90625,34372,'action started via WP Cron','2021-01-21 16:59:31','2021-01-21 11:59:31'),
(90626,34372,'action complete via WP Cron','2021-01-21 16:59:31','2021-01-21 11:59:31'),
(90627,34373,'action created','2021-01-21 16:59:31','2021-01-21 11:59:31'),
(90628,34373,'action started via WP Cron','2021-01-21 17:01:03','2021-01-21 12:01:03'),
(90629,34373,'action complete via WP Cron','2021-01-21 17:01:03','2021-01-21 12:01:03'),
(90630,34374,'action created','2021-01-21 17:01:03','2021-01-21 12:01:03'),
(90631,34374,'action started via WP Cron','2021-01-21 17:01:14','2021-01-21 12:01:14'),
(90632,34374,'action complete via WP Cron','2021-01-21 17:01:14','2021-01-21 12:01:14'),
(90633,34375,'action created','2021-01-21 17:01:14','2021-01-21 12:01:14'),
(90634,34375,'action started via WP Cron','2021-01-21 17:03:48','2021-01-21 12:03:48'),
(90635,34375,'action complete via WP Cron','2021-01-21 17:03:48','2021-01-21 12:03:48'),
(90636,34376,'action created','2021-01-21 17:03:48','2021-01-21 12:03:48'),
(90637,34376,'action started via WP Cron','2021-01-21 17:05:18','2021-01-21 12:05:18'),
(90638,34376,'action complete via WP Cron','2021-01-21 17:05:18','2021-01-21 12:05:18'),
(90639,34377,'action created','2021-01-21 17:05:18','2021-01-21 12:05:18'),
(90640,34377,'action started via WP Cron','2021-01-21 17:06:51','2021-01-21 12:06:51'),
(90641,34377,'action complete via WP Cron','2021-01-21 17:06:51','2021-01-21 12:06:51'),
(90642,34378,'action created','2021-01-21 17:06:51','2021-01-21 12:06:51'),
(90643,34378,'action started via WP Cron','2021-01-21 17:07:44','2021-01-21 12:07:44'),
(90644,34378,'action complete via WP Cron','2021-01-21 17:07:44','2021-01-21 12:07:44'),
(90645,34379,'action created','2021-01-21 17:07:45','2021-01-21 12:07:45'),
(90646,34379,'action started via WP Cron','2021-01-21 17:08:43','2021-01-21 12:08:43'),
(90647,34379,'action complete via WP Cron','2021-01-21 17:08:43','2021-01-21 12:08:43'),
(90648,34380,'action created','2021-01-21 17:08:43','2021-01-21 12:08:43'),
(90649,34380,'action started via WP Cron','2021-01-21 17:09:37','2021-01-21 12:09:37'),
(90650,34380,'action complete via WP Cron','2021-01-21 17:09:37','2021-01-21 12:09:37'),
(90651,34381,'action created','2021-01-21 17:09:38','2021-01-21 12:09:38'),
(90652,34381,'action started via WP Cron','2021-01-21 17:10:30','2021-01-21 12:10:30'),
(90653,34381,'action complete via WP Cron','2021-01-21 17:10:30','2021-01-21 12:10:30'),
(90654,34382,'action created','2021-01-21 17:10:30','2021-01-21 12:10:30'),
(90655,34382,'action started via WP Cron','2021-01-21 17:11:25','2021-01-21 12:11:25'),
(90656,34382,'action complete via WP Cron','2021-01-21 17:11:25','2021-01-21 12:11:25'),
(90657,34383,'action created','2021-01-21 17:11:25','2021-01-21 12:11:25'),
(90658,34383,'action started via WP Cron','2021-01-21 17:12:25','2021-01-21 12:12:25'),
(90659,34383,'action complete via WP Cron','2021-01-21 17:12:25','2021-01-21 12:12:25'),
(90660,34384,'action created','2021-01-21 17:12:25','2021-01-21 12:12:25'),
(90661,34384,'action started via WP Cron','2021-01-21 17:13:30','2021-01-21 12:13:30'),
(90662,34384,'action complete via WP Cron','2021-01-21 17:13:30','2021-01-21 12:13:30'),
(90663,34385,'action created','2021-01-21 17:13:30','2021-01-21 12:13:30'),
(90664,34385,'action started via WP Cron','2021-01-21 17:14:17','2021-01-21 12:14:17'),
(90665,34385,'action complete via WP Cron','2021-01-21 17:14:17','2021-01-21 12:14:17'),
(90666,34386,'action created','2021-01-21 17:14:17','2021-01-21 12:14:17'),
(90667,34386,'action started via WP Cron','2021-01-21 17:15:16','2021-01-21 12:15:16'),
(90668,34386,'action complete via WP Cron','2021-01-21 17:15:16','2021-01-21 12:15:16'),
(90669,34387,'action created','2021-01-21 17:15:16','2021-01-21 12:15:16'),
(90670,34387,'action started via WP Cron','2021-01-21 17:16:44','2021-01-21 12:16:44'),
(90671,34387,'action complete via WP Cron','2021-01-21 17:16:44','2021-01-21 12:16:44'),
(90672,34388,'action created','2021-01-21 17:16:44','2021-01-21 12:16:44'),
(90673,34388,'action started via WP Cron','2021-01-21 17:17:54','2021-01-21 12:17:54'),
(90674,34388,'action complete via WP Cron','2021-01-21 17:17:54','2021-01-21 12:17:54'),
(90675,34389,'action created','2021-01-21 17:17:54','2021-01-21 12:17:54'),
(90676,34389,'action started via WP Cron','2021-01-21 17:18:37','2021-01-21 12:18:37'),
(90677,34389,'action complete via WP Cron','2021-01-21 17:18:37','2021-01-21 12:18:37'),
(90678,34390,'action created','2021-01-21 17:18:37','2021-01-21 12:18:37'),
(90679,34390,'action started via WP Cron','2021-01-21 17:20:49','2021-01-21 12:20:49'),
(90680,34390,'action complete via WP Cron','2021-01-21 17:20:49','2021-01-21 12:20:49'),
(90681,34391,'action created','2021-01-21 17:20:49','2021-01-21 12:20:49'),
(90682,34391,'action started via WP Cron','2021-01-21 17:21:12','2021-01-21 12:21:12'),
(90683,34391,'action complete via WP Cron','2021-01-21 17:21:12','2021-01-21 12:21:12'),
(90684,34392,'action created','2021-01-21 17:21:12','2021-01-21 12:21:12'),
(90685,34392,'action started via WP Cron','2021-01-21 17:24:08','2021-01-21 12:24:08'),
(90686,34392,'action complete via WP Cron','2021-01-21 17:24:08','2021-01-21 12:24:08'),
(90687,34393,'action created','2021-01-21 17:24:08','2021-01-21 12:24:08'),
(90688,34393,'action started via WP Cron','2021-01-21 17:25:58','2021-01-21 12:25:58'),
(90689,34393,'action complete via WP Cron','2021-01-21 17:25:58','2021-01-21 12:25:58'),
(90690,34394,'action created','2021-01-21 17:25:58','2021-01-21 12:25:58'),
(90691,34394,'action started via WP Cron','2021-01-21 17:26:14','2021-01-21 12:26:14'),
(90692,34394,'action complete via WP Cron','2021-01-21 17:26:15','2021-01-21 12:26:15'),
(90693,34395,'action created','2021-01-21 17:26:15','2021-01-21 12:26:15'),
(90694,34395,'action started via WP Cron','2021-01-21 17:27:32','2021-01-21 12:27:32'),
(90695,34395,'action complete via WP Cron','2021-01-21 17:27:32','2021-01-21 12:27:32'),
(90696,34396,'action created','2021-01-21 17:27:32','2021-01-21 12:27:32'),
(90697,34396,'action started via WP Cron','2021-01-21 17:30:29','2021-01-21 12:30:29'),
(90698,34396,'action complete via WP Cron','2021-01-21 17:30:29','2021-01-21 12:30:29'),
(90699,34397,'action created','2021-01-21 17:30:29','2021-01-21 12:30:29'),
(90700,34397,'action started via WP Cron','2021-01-21 17:31:25','2021-01-21 12:31:25'),
(90701,34397,'action complete via WP Cron','2021-01-21 17:31:25','2021-01-21 12:31:25'),
(90702,34398,'action created','2021-01-21 17:31:25','2021-01-21 12:31:25'),
(90703,34398,'action started via WP Cron','2021-01-21 17:32:19','2021-01-21 12:32:19'),
(90704,34398,'action complete via WP Cron','2021-01-21 17:32:19','2021-01-21 12:32:19'),
(90705,34399,'action created','2021-01-21 17:32:19','2021-01-21 12:32:19'),
(90706,34399,'action started via WP Cron','2021-01-21 17:33:39','2021-01-21 12:33:39'),
(90707,34399,'action complete via WP Cron','2021-01-21 17:33:39','2021-01-21 12:33:39'),
(90708,34400,'action created','2021-01-21 17:33:39','2021-01-21 12:33:39'),
(90709,34400,'action started via WP Cron','2021-01-21 17:34:19','2021-01-21 12:34:19'),
(90710,34400,'action complete via WP Cron','2021-01-21 17:34:19','2021-01-21 12:34:19'),
(90711,34401,'action created','2021-01-21 17:34:19','2021-01-21 12:34:19'),
(90712,34401,'action started via WP Cron','2021-01-21 17:35:26','2021-01-21 12:35:26'),
(90713,34401,'action complete via WP Cron','2021-01-21 17:35:26','2021-01-21 12:35:26'),
(90714,34402,'action created','2021-01-21 17:35:26','2021-01-21 12:35:26'),
(90715,34402,'action started via WP Cron','2021-01-21 17:36:33','2021-01-21 12:36:33'),
(90716,34402,'action complete via WP Cron','2021-01-21 17:36:33','2021-01-21 12:36:33'),
(90717,34403,'action created','2021-01-21 17:36:33','2021-01-21 12:36:33'),
(90718,34403,'action started via WP Cron','2021-01-21 17:37:58','2021-01-21 12:37:58'),
(90719,34403,'action complete via WP Cron','2021-01-21 17:37:58','2021-01-21 12:37:58'),
(90720,34404,'action created','2021-01-21 17:37:58','2021-01-21 12:37:58'),
(90721,34404,'action started via WP Cron','2021-01-21 17:38:36','2021-01-21 12:38:36'),
(90722,34404,'action complete via WP Cron','2021-01-21 17:38:36','2021-01-21 12:38:36'),
(90723,34405,'action created','2021-01-21 17:38:36','2021-01-21 12:38:36'),
(90724,34405,'action started via WP Cron','2021-01-21 17:39:16','2021-01-21 12:39:16'),
(90725,34405,'action complete via WP Cron','2021-01-21 17:39:16','2021-01-21 12:39:16'),
(90726,34406,'action created','2021-01-21 17:39:16','2021-01-21 12:39:16'),
(90727,34406,'action started via WP Cron','2021-01-21 17:40:45','2021-01-21 12:40:45'),
(90728,34406,'action complete via WP Cron','2021-01-21 17:40:45','2021-01-21 12:40:45'),
(90729,34407,'action created','2021-01-21 17:40:45','2021-01-21 12:40:45'),
(90730,34407,'action started via WP Cron','2021-01-21 17:41:34','2021-01-21 12:41:34'),
(90731,34407,'action complete via WP Cron','2021-01-21 17:41:34','2021-01-21 12:41:34'),
(90732,34408,'action created','2021-01-21 17:41:34','2021-01-21 12:41:34'),
(90733,34408,'action started via WP Cron','2021-01-21 17:42:16','2021-01-21 12:42:16'),
(90734,34408,'action complete via WP Cron','2021-01-21 17:42:16','2021-01-21 12:42:16'),
(90735,34409,'action created','2021-01-21 17:42:16','2021-01-21 12:42:16'),
(90736,34409,'action started via WP Cron','2021-01-21 17:43:22','2021-01-21 12:43:22'),
(90737,34409,'action complete via WP Cron','2021-01-21 17:43:22','2021-01-21 12:43:22'),
(90738,34410,'action created','2021-01-21 17:43:22','2021-01-21 12:43:22'),
(90739,34410,'action started via WP Cron','2021-01-21 17:46:57','2021-01-21 12:46:57'),
(90740,34410,'action complete via WP Cron','2021-01-21 17:46:57','2021-01-21 12:46:57'),
(90741,34411,'action created','2021-01-21 17:46:57','2021-01-21 12:46:57'),
(90742,34411,'action started via WP Cron','2021-01-21 17:47:23','2021-01-21 12:47:23'),
(90743,34411,'action complete via WP Cron','2021-01-21 17:47:23','2021-01-21 12:47:23'),
(90744,34412,'action created','2021-01-21 17:47:23','2021-01-21 12:47:23'),
(90745,34412,'action started via WP Cron','2021-01-21 17:49:57','2021-01-21 12:49:57'),
(90746,34412,'action complete via WP Cron','2021-01-21 17:49:57','2021-01-21 12:49:57'),
(90747,34413,'action created','2021-01-21 17:49:57','2021-01-21 12:49:57'),
(90748,34413,'action started via WP Cron','2021-01-21 17:51:17','2021-01-21 12:51:17'),
(90749,34413,'action complete via WP Cron','2021-01-21 17:51:17','2021-01-21 12:51:17'),
(90750,34414,'action created','2021-01-21 17:51:17','2021-01-21 12:51:17'),
(90751,34414,'action started via WP Cron','2021-01-21 17:52:53','2021-01-21 12:52:53'),
(90752,34414,'action complete via WP Cron','2021-01-21 17:52:53','2021-01-21 12:52:53'),
(90753,34415,'action created','2021-01-21 17:52:53','2021-01-21 12:52:53'),
(90754,34415,'action started via WP Cron','2021-01-21 17:54:08','2021-01-21 12:54:08'),
(90755,34415,'action complete via WP Cron','2021-01-21 17:54:08','2021-01-21 12:54:08'),
(90756,34416,'action created','2021-01-21 17:54:09','2021-01-21 12:54:09'),
(90757,34416,'action started via WP Cron','2021-01-21 17:54:26','2021-01-21 12:54:26'),
(90758,34416,'action complete via WP Cron','2021-01-21 17:54:26','2021-01-21 12:54:26'),
(90759,34417,'action created','2021-01-21 17:54:26','2021-01-21 12:54:26'),
(90760,34417,'action started via WP Cron','2021-01-21 17:55:50','2021-01-21 12:55:50'),
(90761,34417,'action complete via WP Cron','2021-01-21 17:55:50','2021-01-21 12:55:50'),
(90762,34418,'action created','2021-01-21 17:55:50','2021-01-21 12:55:50'),
(90763,34418,'action started via WP Cron','2021-01-21 17:56:14','2021-01-21 12:56:14'),
(90764,34418,'action complete via WP Cron','2021-01-21 17:56:15','2021-01-21 12:56:15'),
(90765,34419,'action created','2021-01-21 17:56:15','2021-01-21 12:56:15'),
(90766,34419,'action started via WP Cron','2021-01-21 17:57:26','2021-01-21 12:57:26'),
(90767,34419,'action complete via WP Cron','2021-01-21 17:57:26','2021-01-21 12:57:26'),
(90768,34420,'action created','2021-01-21 17:57:26','2021-01-21 12:57:26'),
(90769,34420,'action started via WP Cron','2021-01-21 17:58:13','2021-01-21 12:58:13'),
(90770,34420,'action complete via WP Cron','2021-01-21 17:58:13','2021-01-21 12:58:13'),
(90771,34421,'action created','2021-01-21 17:58:13','2021-01-21 12:58:13'),
(90772,34421,'action started via WP Cron','2021-01-21 17:59:25','2021-01-21 12:59:25'),
(90773,34421,'action complete via WP Cron','2021-01-21 17:59:25','2021-01-21 12:59:25'),
(90774,34422,'action created','2021-01-21 17:59:25','2021-01-21 12:59:25'),
(90775,34422,'action started via WP Cron','2021-01-21 18:06:01','2021-01-21 13:06:01'),
(90776,34422,'action complete via WP Cron','2021-01-21 18:06:01','2021-01-21 13:06:01'),
(90777,34423,'action created','2021-01-21 18:06:01','2021-01-21 13:06:01'),
(90778,34423,'action started via WP Cron','2021-01-21 18:08:53','2021-01-21 13:08:53'),
(90779,34423,'action complete via WP Cron','2021-01-21 18:08:53','2021-01-21 13:08:53'),
(90780,34424,'action created','2021-01-21 18:08:53','2021-01-21 13:08:53'),
(90781,34424,'action started via WP Cron','2021-01-21 18:09:16','2021-01-21 13:09:16'),
(90782,34424,'action complete via WP Cron','2021-01-21 18:09:16','2021-01-21 13:09:16'),
(90783,34425,'action created','2021-01-21 18:09:16','2021-01-21 13:09:16'),
(90784,34425,'action started via WP Cron','2021-01-21 18:11:19','2021-01-21 13:11:19'),
(90785,34425,'action complete via WP Cron','2021-01-21 18:11:19','2021-01-21 13:11:19'),
(90786,34426,'action created','2021-01-21 18:11:19','2021-01-21 13:11:19'),
(90787,34426,'action started via WP Cron','2021-01-21 18:14:12','2021-01-21 13:14:12'),
(90788,34426,'action complete via WP Cron','2021-01-21 18:14:12','2021-01-21 13:14:12'),
(90789,34427,'action created','2021-01-21 18:14:13','2021-01-21 13:14:13'),
(90790,34427,'action started via WP Cron','2021-01-21 18:16:04','2021-01-21 13:16:04'),
(90791,34427,'action complete via WP Cron','2021-01-21 18:16:04','2021-01-21 13:16:04'),
(90792,34428,'action created','2021-01-21 18:16:04','2021-01-21 13:16:04'),
(90793,34428,'action started via WP Cron','2021-01-21 18:18:21','2021-01-21 13:18:21'),
(90794,34428,'action complete via WP Cron','2021-01-21 18:18:21','2021-01-21 13:18:21'),
(90795,34429,'action created','2021-01-21 18:18:21','2021-01-21 13:18:21'),
(90796,34429,'action started via WP Cron','2021-01-21 18:19:29','2021-01-21 13:19:29'),
(90797,34429,'action complete via WP Cron','2021-01-21 18:19:29','2021-01-21 13:19:29'),
(90798,34430,'action created','2021-01-21 18:19:29','2021-01-21 13:19:29'),
(90799,34430,'action started via WP Cron','2021-01-21 18:20:28','2021-01-21 13:20:28'),
(90800,34430,'action complete via WP Cron','2021-01-21 18:20:28','2021-01-21 13:20:28'),
(90801,34431,'action created','2021-01-21 18:20:28','2021-01-21 13:20:28'),
(90802,34431,'action started via WP Cron','2021-01-21 18:21:12','2021-01-21 13:21:12'),
(90803,34431,'action complete via WP Cron','2021-01-21 18:21:12','2021-01-21 13:21:12'),
(90804,34432,'action created','2021-01-21 18:21:12','2021-01-21 13:21:12'),
(90805,34432,'action started via WP Cron','2021-01-21 18:22:26','2021-01-21 13:22:26'),
(90806,34432,'action complete via WP Cron','2021-01-21 18:22:26','2021-01-21 13:22:26'),
(90807,34433,'action created','2021-01-21 18:22:26','2021-01-21 13:22:26'),
(90808,34433,'action started via WP Cron','2021-01-21 18:23:12','2021-01-21 13:23:12'),
(90809,34433,'action complete via WP Cron','2021-01-21 18:23:12','2021-01-21 13:23:12'),
(90810,34434,'action created','2021-01-21 18:23:12','2021-01-21 13:23:12'),
(90811,34434,'action started via WP Cron','2021-01-21 18:24:12','2021-01-21 13:24:12'),
(90812,34434,'action complete via WP Cron','2021-01-21 18:24:12','2021-01-21 13:24:12'),
(90813,34435,'action created','2021-01-21 18:24:12','2021-01-21 13:24:12'),
(90814,34435,'action started via WP Cron','2021-01-21 18:25:31','2021-01-21 13:25:31'),
(90815,34435,'action complete via WP Cron','2021-01-21 18:25:31','2021-01-21 13:25:31'),
(90816,34436,'action created','2021-01-21 18:25:31','2021-01-21 13:25:31'),
(90817,34436,'action started via WP Cron','2021-01-21 18:26:59','2021-01-21 13:26:59'),
(90818,34436,'action complete via WP Cron','2021-01-21 18:26:59','2021-01-21 13:26:59'),
(90819,34437,'action created','2021-01-21 18:26:59','2021-01-21 13:26:59'),
(90820,34437,'action started via WP Cron','2021-01-21 18:27:13','2021-01-21 13:27:13'),
(90821,34437,'action complete via WP Cron','2021-01-21 18:27:13','2021-01-21 13:27:13'),
(90822,34438,'action created','2021-01-21 18:27:13','2021-01-21 13:27:13'),
(90823,34438,'action started via WP Cron','2021-01-21 18:28:27','2021-01-21 13:28:27'),
(90824,34438,'action complete via WP Cron','2021-01-21 18:28:27','2021-01-21 13:28:27'),
(90825,34439,'action created','2021-01-21 18:28:28','2021-01-21 13:28:28'),
(90826,34439,'action started via WP Cron','2021-01-21 18:31:24','2021-01-21 13:31:24'),
(90827,34439,'action complete via WP Cron','2021-01-21 18:31:24','2021-01-21 13:31:24'),
(90828,34440,'action created','2021-01-21 18:31:24','2021-01-21 13:31:24'),
(90829,34440,'action started via WP Cron','2021-01-21 18:32:43','2021-01-21 13:32:43'),
(90830,34440,'action complete via WP Cron','2021-01-21 18:32:43','2021-01-21 13:32:43'),
(90831,34441,'action created','2021-01-21 18:32:43','2021-01-21 13:32:43'),
(90832,34441,'action started via WP Cron','2021-01-21 18:33:44','2021-01-21 13:33:44'),
(90833,34441,'action complete via WP Cron','2021-01-21 18:33:44','2021-01-21 13:33:44'),
(90834,34442,'action created','2021-01-21 18:33:44','2021-01-21 13:33:44'),
(90835,34442,'action started via WP Cron','2021-01-21 18:34:29','2021-01-21 13:34:29'),
(90836,34442,'action complete via WP Cron','2021-01-21 18:34:29','2021-01-21 13:34:29'),
(90837,34443,'action created','2021-01-21 18:34:29','2021-01-21 13:34:29'),
(90838,34443,'action started via WP Cron','2021-01-21 18:37:02','2021-01-21 13:37:02'),
(90839,34443,'action complete via WP Cron','2021-01-21 18:37:02','2021-01-21 13:37:02'),
(90840,34444,'action created','2021-01-21 18:37:02','2021-01-21 13:37:02'),
(90841,34444,'action started via WP Cron','2021-01-21 18:39:13','2021-01-21 13:39:13'),
(90842,34444,'action complete via WP Cron','2021-01-21 18:39:13','2021-01-21 13:39:13'),
(90843,34445,'action created','2021-01-21 18:39:13','2021-01-21 13:39:13'),
(90844,34445,'action started via WP Cron','2021-01-21 18:40:44','2021-01-21 13:40:44'),
(90845,34445,'action complete via WP Cron','2021-01-21 18:40:44','2021-01-21 13:40:44'),
(90846,34446,'action created','2021-01-21 18:40:44','2021-01-21 13:40:44'),
(90847,34446,'action started via WP Cron','2021-01-21 18:43:02','2021-01-21 13:43:02'),
(90848,34446,'action complete via WP Cron','2021-01-21 18:43:02','2021-01-21 13:43:02'),
(90849,34447,'action created','2021-01-21 18:43:02','2021-01-21 13:43:02'),
(90850,34447,'action started via WP Cron','2021-01-21 18:44:43','2021-01-21 13:44:43'),
(90851,34447,'action complete via WP Cron','2021-01-21 18:44:43','2021-01-21 13:44:43'),
(90852,34448,'action created','2021-01-21 18:44:43','2021-01-21 13:44:43'),
(90853,34448,'action started via WP Cron','2021-01-21 18:47:24','2021-01-21 13:47:24'),
(90854,34448,'action complete via WP Cron','2021-01-21 18:47:24','2021-01-21 13:47:24'),
(90855,34449,'action created','2021-01-21 18:47:24','2021-01-21 13:47:24'),
(90856,34449,'action started via WP Cron','2021-01-21 18:48:25','2021-01-21 13:48:25'),
(90857,34449,'action complete via WP Cron','2021-01-21 18:48:25','2021-01-21 13:48:25'),
(90858,34450,'action created','2021-01-21 18:48:25','2021-01-21 13:48:25'),
(90859,34450,'action started via WP Cron','2021-01-21 18:52:11','2021-01-21 13:52:11'),
(90860,34450,'action complete via WP Cron','2021-01-21 18:52:11','2021-01-21 13:52:11'),
(90861,34451,'action created','2021-01-21 18:52:11','2021-01-21 13:52:11'),
(90862,34451,'action started via WP Cron','2021-01-21 18:53:42','2021-01-21 13:53:42'),
(90863,34451,'action complete via WP Cron','2021-01-21 18:53:42','2021-01-21 13:53:42'),
(90864,34452,'action created','2021-01-21 18:53:42','2021-01-21 13:53:42'),
(90865,34452,'action started via WP Cron','2021-01-21 18:55:03','2021-01-21 13:55:03'),
(90866,34452,'action complete via WP Cron','2021-01-21 18:55:03','2021-01-21 13:55:03'),
(90867,34453,'action created','2021-01-21 18:55:03','2021-01-21 13:55:03'),
(90868,34453,'action started via WP Cron','2021-01-21 18:56:13','2021-01-21 13:56:13'),
(90869,34453,'action complete via WP Cron','2021-01-21 18:56:13','2021-01-21 13:56:13'),
(90870,34454,'action created','2021-01-21 18:56:13','2021-01-21 13:56:13'),
(90871,34454,'action started via WP Cron','2021-01-21 18:58:03','2021-01-21 13:58:03'),
(90872,34454,'action complete via WP Cron','2021-01-21 18:58:03','2021-01-21 13:58:03'),
(90873,34455,'action created','2021-01-21 18:58:03','2021-01-21 13:58:03'),
(90874,34455,'action started via WP Cron','2021-01-21 18:58:51','2021-01-21 13:58:51'),
(90875,34455,'action complete via WP Cron','2021-01-21 18:58:51','2021-01-21 13:58:51'),
(90876,34456,'action created','2021-01-21 18:58:51','2021-01-21 13:58:51'),
(90877,34456,'action started via WP Cron','2021-01-21 19:00:31','2021-01-21 14:00:31'),
(90878,34456,'action complete via WP Cron','2021-01-21 19:00:31','2021-01-21 14:00:31'),
(90879,34457,'action created','2021-01-21 19:00:31','2021-01-21 14:00:31'),
(90880,34457,'action started via WP Cron','2021-01-21 19:05:31','2021-01-21 14:05:31'),
(90881,34457,'action complete via WP Cron','2021-01-21 19:05:31','2021-01-21 14:05:31'),
(90882,34458,'action created','2021-01-21 19:05:31','2021-01-21 14:05:31'),
(90883,34458,'action started via WP Cron','2021-01-21 19:07:04','2021-01-21 14:07:04'),
(90884,34458,'action complete via WP Cron','2021-01-21 19:07:04','2021-01-21 14:07:04'),
(90885,34459,'action created','2021-01-21 19:07:04','2021-01-21 14:07:04'),
(90886,34459,'action started via WP Cron','2021-01-21 19:08:50','2021-01-21 14:08:50'),
(90887,34459,'action complete via WP Cron','2021-01-21 19:08:50','2021-01-21 14:08:50'),
(90888,34460,'action created','2021-01-21 19:08:50','2021-01-21 14:08:50'),
(90889,34460,'action started via WP Cron','2021-01-21 19:09:16','2021-01-21 14:09:16'),
(90890,34460,'action complete via WP Cron','2021-01-21 19:09:16','2021-01-21 14:09:16'),
(90891,34461,'action created','2021-01-21 19:09:16','2021-01-21 14:09:16'),
(90892,34461,'action started via WP Cron','2021-01-21 19:10:22','2021-01-21 14:10:22'),
(90893,34461,'action complete via WP Cron','2021-01-21 19:10:22','2021-01-21 14:10:22'),
(90894,34462,'action created','2021-01-21 19:10:22','2021-01-21 14:10:22'),
(90895,34462,'action started via WP Cron','2021-01-21 19:12:21','2021-01-21 14:12:21'),
(90896,34462,'action complete via WP Cron','2021-01-21 19:12:21','2021-01-21 14:12:21'),
(90897,34463,'action created','2021-01-21 19:12:21','2021-01-21 14:12:21'),
(90898,34463,'action started via WP Cron','2021-01-21 19:16:33','2021-01-21 14:16:33'),
(90899,34463,'action complete via WP Cron','2021-01-21 19:16:33','2021-01-21 14:16:33'),
(90900,34464,'action created','2021-01-21 19:16:33','2021-01-21 14:16:33'),
(90901,34464,'action started via WP Cron','2021-01-21 19:18:13','2021-01-21 14:18:13'),
(90902,34464,'action complete via WP Cron','2021-01-21 19:18:14','2021-01-21 14:18:14'),
(90903,34465,'action created','2021-01-21 19:18:14','2021-01-21 14:18:14'),
(90904,34465,'action started via WP Cron','2021-01-21 19:19:27','2021-01-21 14:19:27'),
(90905,34465,'action complete via WP Cron','2021-01-21 19:19:27','2021-01-21 14:19:27'),
(90906,34466,'action created','2021-01-21 19:19:27','2021-01-21 14:19:27'),
(90907,34466,'action started via WP Cron','2021-01-21 19:22:43','2021-01-21 14:22:43'),
(90908,34466,'action complete via WP Cron','2021-01-21 19:22:43','2021-01-21 14:22:43'),
(90909,34467,'action created','2021-01-21 19:22:43','2021-01-21 14:22:43'),
(90910,34467,'action started via WP Cron','2021-01-21 19:25:21','2021-01-21 14:25:21'),
(90911,34467,'action complete via WP Cron','2021-01-21 19:25:21','2021-01-21 14:25:21'),
(90912,34468,'action created','2021-01-21 19:25:21','2021-01-21 14:25:21'),
(90913,34468,'action started via WP Cron','2021-01-21 19:26:12','2021-01-21 14:26:12'),
(90914,34468,'action complete via WP Cron','2021-01-21 19:26:12','2021-01-21 14:26:12'),
(90915,34469,'action created','2021-01-21 19:26:13','2021-01-21 14:26:13'),
(90916,34469,'action started via WP Cron','2021-01-21 19:27:52','2021-01-21 14:27:52'),
(90917,34469,'action complete via WP Cron','2021-01-21 19:27:52','2021-01-21 14:27:52'),
(90918,34470,'action created','2021-01-21 19:27:52','2021-01-21 14:27:52'),
(90919,34470,'action started via WP Cron','2021-01-21 19:28:41','2021-01-21 14:28:41'),
(90920,34470,'action complete via WP Cron','2021-01-21 19:28:41','2021-01-21 14:28:41'),
(90921,34471,'action created','2021-01-21 19:28:41','2021-01-21 14:28:41'),
(90922,34471,'action started via WP Cron','2021-01-21 19:30:05','2021-01-21 14:30:05'),
(90923,34471,'action complete via WP Cron','2021-01-21 19:30:05','2021-01-21 14:30:05'),
(90924,34472,'action created','2021-01-21 19:30:06','2021-01-21 14:30:06'),
(90925,34472,'action started via WP Cron','2021-01-21 19:30:19','2021-01-21 14:30:19'),
(90926,34472,'action complete via WP Cron','2021-01-21 19:30:19','2021-01-21 14:30:19'),
(90927,34473,'action created','2021-01-21 19:30:19','2021-01-21 14:30:19'),
(90928,34473,'action started via WP Cron','2021-01-21 19:32:19','2021-01-21 14:32:19'),
(90929,34473,'action complete via WP Cron','2021-01-21 19:32:19','2021-01-21 14:32:19'),
(90930,34474,'action created','2021-01-21 19:32:19','2021-01-21 14:32:19'),
(90931,34474,'action started via WP Cron','2021-01-21 19:33:12','2021-01-21 14:33:12'),
(90932,34474,'action complete via WP Cron','2021-01-21 19:33:12','2021-01-21 14:33:12'),
(90933,34475,'action created','2021-01-21 19:33:12','2021-01-21 14:33:12'),
(90934,34475,'action started via WP Cron','2021-01-21 19:34:19','2021-01-21 14:34:19'),
(90935,34475,'action complete via WP Cron','2021-01-21 19:34:19','2021-01-21 14:34:19'),
(90936,34476,'action created','2021-01-21 19:34:19','2021-01-21 14:34:19'),
(90937,34476,'action started via WP Cron','2021-01-21 19:35:13','2021-01-21 14:35:13'),
(90938,34476,'action complete via WP Cron','2021-01-21 19:35:14','2021-01-21 14:35:14'),
(90939,34477,'action created','2021-01-21 19:35:14','2021-01-21 14:35:14'),
(90940,34477,'action started via WP Cron','2021-01-21 19:36:42','2021-01-21 14:36:42'),
(90941,34477,'action complete via WP Cron','2021-01-21 19:36:42','2021-01-21 14:36:42'),
(90942,34478,'action created','2021-01-21 19:36:42','2021-01-21 14:36:42'),
(90943,34478,'action started via WP Cron','2021-01-21 19:37:23','2021-01-21 14:37:23'),
(90944,34478,'action complete via WP Cron','2021-01-21 19:37:23','2021-01-21 14:37:23'),
(90945,34479,'action created','2021-01-21 19:37:23','2021-01-21 14:37:23'),
(90946,34479,'action started via WP Cron','2021-01-21 19:39:17','2021-01-21 14:39:17'),
(90947,34479,'action complete via WP Cron','2021-01-21 19:39:17','2021-01-21 14:39:17'),
(90948,34480,'action created','2021-01-21 19:39:17','2021-01-21 14:39:17'),
(90949,34480,'action started via WP Cron','2021-01-21 19:40:33','2021-01-21 14:40:33'),
(90950,34480,'action complete via WP Cron','2021-01-21 19:40:33','2021-01-21 14:40:33'),
(90951,34481,'action created','2021-01-21 19:40:34','2021-01-21 14:40:34'),
(90952,34481,'action started via WP Cron','2021-01-21 19:42:38','2021-01-21 14:42:38'),
(90953,34481,'action complete via WP Cron','2021-01-21 19:42:38','2021-01-21 14:42:38'),
(90954,34482,'action created','2021-01-21 19:42:38','2021-01-21 14:42:38'),
(90955,34482,'action started via WP Cron','2021-01-21 19:43:33','2021-01-21 14:43:33'),
(90956,34482,'action complete via WP Cron','2021-01-21 19:43:33','2021-01-21 14:43:33'),
(90957,34483,'action created','2021-01-21 19:43:33','2021-01-21 14:43:33'),
(90958,34483,'action started via WP Cron','2021-01-21 19:45:34','2021-01-21 14:45:34'),
(90959,34483,'action complete via WP Cron','2021-01-21 19:45:34','2021-01-21 14:45:34'),
(90960,34484,'action created','2021-01-21 19:45:34','2021-01-21 14:45:34'),
(90961,34484,'action started via WP Cron','2021-01-21 19:49:07','2021-01-21 14:49:07'),
(90962,34484,'action complete via WP Cron','2021-01-21 19:49:07','2021-01-21 14:49:07'),
(90963,34485,'action created','2021-01-21 19:49:07','2021-01-21 14:49:07'),
(90964,34485,'action started via WP Cron','2021-01-21 19:49:41','2021-01-21 14:49:41'),
(90965,34485,'action complete via WP Cron','2021-01-21 19:49:41','2021-01-21 14:49:41'),
(90966,34486,'action created','2021-01-21 19:49:45','2021-01-21 14:49:45'),
(90967,34486,'action started via WP Cron','2021-01-21 19:50:16','2021-01-21 14:50:16'),
(90968,34486,'action complete via WP Cron','2021-01-21 19:50:16','2021-01-21 14:50:16'),
(90969,34487,'action created','2021-01-21 19:50:16','2021-01-21 14:50:16'),
(90970,34487,'action started via WP Cron','2021-01-21 19:51:52','2021-01-21 14:51:52'),
(90971,34487,'action complete via WP Cron','2021-01-21 19:51:52','2021-01-21 14:51:52'),
(90972,34488,'action created','2021-01-21 19:51:53','2021-01-21 14:51:53'),
(90973,34488,'action started via WP Cron','2021-01-21 19:52:40','2021-01-21 14:52:40'),
(90974,34488,'action complete via WP Cron','2021-01-21 19:52:40','2021-01-21 14:52:40'),
(90975,34489,'action created','2021-01-21 19:52:40','2021-01-21 14:52:40'),
(90976,34489,'action started via WP Cron','2021-01-21 19:55:04','2021-01-21 14:55:04'),
(90977,34489,'action complete via WP Cron','2021-01-21 19:55:04','2021-01-21 14:55:04'),
(90978,34490,'action created','2021-01-21 19:55:04','2021-01-21 14:55:04'),
(90979,34490,'action started via WP Cron','2021-01-21 19:55:19','2021-01-21 14:55:19'),
(90980,34490,'action complete via WP Cron','2021-01-21 19:55:19','2021-01-21 14:55:19'),
(90981,34491,'action created','2021-01-21 19:55:19','2021-01-21 14:55:19'),
(90982,34491,'action started via WP Cron','2021-01-21 19:56:15','2021-01-21 14:56:15'),
(90983,34491,'action complete via WP Cron','2021-01-21 19:56:15','2021-01-21 14:56:15'),
(90984,34492,'action created','2021-01-21 19:56:16','2021-01-21 14:56:16'),
(90985,34492,'action started via WP Cron','2021-01-21 19:57:52','2021-01-21 14:57:52'),
(90986,34492,'action complete via WP Cron','2021-01-21 19:57:52','2021-01-21 14:57:52'),
(90987,34493,'action created','2021-01-21 19:57:52','2021-01-21 14:57:52'),
(90988,34493,'action started via WP Cron','2021-01-21 19:58:19','2021-01-21 14:58:19'),
(90989,34493,'action complete via WP Cron','2021-01-21 19:58:19','2021-01-21 14:58:19'),
(90990,34494,'action created','2021-01-21 19:58:19','2021-01-21 14:58:19'),
(90991,34494,'action started via WP Cron','2021-01-21 19:59:27','2021-01-21 14:59:27'),
(90992,34494,'action complete via WP Cron','2021-01-21 19:59:27','2021-01-21 14:59:27'),
(90993,34495,'action created','2021-01-21 19:59:27','2021-01-21 14:59:27'),
(90994,34495,'action started via WP Cron','2021-01-21 20:00:21','2021-01-21 15:00:21'),
(90995,34495,'action complete via WP Cron','2021-01-21 20:00:21','2021-01-21 15:00:21'),
(90996,34496,'action created','2021-01-21 20:00:21','2021-01-21 15:00:21'),
(90997,34496,'action started via WP Cron','2021-01-21 20:01:41','2021-01-21 15:01:41'),
(90998,34496,'action complete via WP Cron','2021-01-21 20:01:41','2021-01-21 15:01:41'),
(90999,34497,'action created','2021-01-21 20:01:41','2021-01-21 15:01:41'),
(91000,34497,'action started via WP Cron','2021-01-21 20:02:52','2021-01-21 15:02:52'),
(91001,34497,'action complete via WP Cron','2021-01-21 20:02:52','2021-01-21 15:02:52'),
(91002,34498,'action created','2021-01-21 20:02:52','2021-01-21 15:02:52'),
(91003,34498,'action started via WP Cron','2021-01-21 20:05:16','2021-01-21 15:05:16'),
(91004,34498,'action complete via WP Cron','2021-01-21 20:05:16','2021-01-21 15:05:16'),
(91005,34499,'action created','2021-01-21 20:05:16','2021-01-21 15:05:16'),
(91006,34499,'action started via WP Cron','2021-01-21 20:06:52','2021-01-21 15:06:52'),
(91007,34499,'action complete via WP Cron','2021-01-21 20:06:52','2021-01-21 15:06:52'),
(91008,34500,'action created','2021-01-21 20:06:52','2021-01-21 15:06:52'),
(91009,34500,'action started via WP Cron','2021-01-21 20:07:34','2021-01-21 15:07:34'),
(91010,34500,'action complete via WP Cron','2021-01-21 20:07:34','2021-01-21 15:07:34'),
(91011,34501,'action created','2021-01-21 20:07:34','2021-01-21 15:07:34'),
(91012,34501,'action started via WP Cron','2021-01-21 20:08:17','2021-01-21 15:08:17'),
(91013,34501,'action complete via WP Cron','2021-01-21 20:08:17','2021-01-21 15:08:17'),
(91014,34502,'action created','2021-01-21 20:08:17','2021-01-21 15:08:17'),
(91015,34502,'action started via WP Cron','2021-01-21 20:09:11','2021-01-21 15:09:11'),
(91016,34502,'action complete via WP Cron','2021-01-21 20:09:11','2021-01-21 15:09:11'),
(91017,34503,'action created','2021-01-21 20:09:11','2021-01-21 15:09:11'),
(91018,34503,'action started via WP Cron','2021-01-21 20:10:18','2021-01-21 15:10:18'),
(91019,34503,'action complete via WP Cron','2021-01-21 20:10:18','2021-01-21 15:10:18'),
(91020,34504,'action created','2021-01-21 20:10:18','2021-01-21 15:10:18'),
(91021,34504,'action started via WP Cron','2021-01-21 20:12:03','2021-01-21 15:12:03'),
(91022,34504,'action complete via WP Cron','2021-01-21 20:12:03','2021-01-21 15:12:03'),
(91023,34505,'action created','2021-01-21 20:12:04','2021-01-21 15:12:04'),
(91024,34505,'action started via WP Cron','2021-01-21 20:13:28','2021-01-21 15:13:28'),
(91025,34505,'action complete via WP Cron','2021-01-21 20:13:28','2021-01-21 15:13:28'),
(91026,34506,'action created','2021-01-21 20:13:28','2021-01-21 15:13:28'),
(91027,34506,'action started via WP Cron','2021-01-21 20:14:13','2021-01-21 15:14:13'),
(91028,34506,'action complete via WP Cron','2021-01-21 20:14:13','2021-01-21 15:14:13'),
(91029,34507,'action created','2021-01-21 20:14:13','2021-01-21 15:14:13'),
(91030,34507,'action started via WP Cron','2021-01-21 20:16:07','2021-01-21 15:16:07'),
(91031,34507,'action complete via WP Cron','2021-01-21 20:16:07','2021-01-21 15:16:07'),
(91032,34508,'action created','2021-01-21 20:16:08','2021-01-21 15:16:08'),
(91033,34508,'action started via WP Cron','2021-01-21 20:17:16','2021-01-21 15:17:16'),
(91034,34508,'action complete via WP Cron','2021-01-21 20:17:16','2021-01-21 15:17:16'),
(91035,34509,'action created','2021-01-21 20:17:57','2021-01-21 15:17:57'),
(91036,34509,'action started via WP Cron','2021-01-21 20:18:15','2021-01-21 15:18:15'),
(91037,34509,'action complete via WP Cron','2021-01-21 20:18:15','2021-01-21 15:18:15'),
(91038,34510,'action created','2021-01-21 20:18:15','2021-01-21 15:18:15'),
(91039,34510,'action started via WP Cron','2021-01-21 20:19:42','2021-01-21 15:19:42'),
(91040,34510,'action complete via WP Cron','2021-01-21 20:19:42','2021-01-21 15:19:42'),
(91041,34511,'action created','2021-01-21 20:19:42','2021-01-21 15:19:42'),
(91042,34511,'action started via WP Cron','2021-01-21 20:20:12','2021-01-21 15:20:12'),
(91043,34511,'action complete via WP Cron','2021-01-21 20:20:12','2021-01-21 15:20:12'),
(91044,34512,'action created','2021-01-21 20:20:12','2021-01-21 15:20:12'),
(91045,34512,'action started via WP Cron','2021-01-21 20:22:10','2021-01-21 15:22:10'),
(91046,34512,'action complete via WP Cron','2021-01-21 20:22:10','2021-01-21 15:22:10'),
(91047,34513,'action created','2021-01-21 20:22:10','2021-01-21 15:22:10'),
(91048,34513,'action started via WP Cron','2021-01-21 20:24:09','2021-01-21 15:24:09'),
(91049,34513,'action complete via WP Cron','2021-01-21 20:24:09','2021-01-21 15:24:09'),
(91050,34514,'action created','2021-01-21 20:24:09','2021-01-21 15:24:09'),
(91051,34514,'action started via WP Cron','2021-01-21 20:26:12','2021-01-21 15:26:12'),
(91052,34514,'action complete via WP Cron','2021-01-21 20:26:12','2021-01-21 15:26:12'),
(91053,34515,'action created','2021-01-21 20:26:12','2021-01-21 15:26:12'),
(91054,34515,'action started via WP Cron','2021-01-21 20:28:00','2021-01-21 15:28:00'),
(91055,34515,'action complete via WP Cron','2021-01-21 20:28:00','2021-01-21 15:28:00'),
(91056,34516,'action created','2021-01-21 20:28:00','2021-01-21 15:28:00'),
(91057,34516,'action started via WP Cron','2021-01-21 20:28:20','2021-01-21 15:28:20'),
(91058,34516,'action complete via WP Cron','2021-01-21 20:28:20','2021-01-21 15:28:20'),
(91059,34517,'action created','2021-01-21 20:28:20','2021-01-21 15:28:20'),
(91060,34517,'action started via WP Cron','2021-01-21 20:29:42','2021-01-21 15:29:42'),
(91061,34517,'action complete via WP Cron','2021-01-21 20:29:42','2021-01-21 15:29:42'),
(91062,34518,'action created','2021-01-21 20:29:42','2021-01-21 15:29:42'),
(91063,34518,'action started via WP Cron','2021-01-21 20:30:35','2021-01-21 15:30:35'),
(91064,34518,'action complete via WP Cron','2021-01-21 20:30:35','2021-01-21 15:30:35'),
(91065,34519,'action created','2021-01-21 20:30:35','2021-01-21 15:30:35'),
(91066,34519,'action started via WP Cron','2021-01-21 20:31:22','2021-01-21 15:31:22'),
(91067,34519,'action complete via WP Cron','2021-01-21 20:31:22','2021-01-21 15:31:22'),
(91068,34520,'action created','2021-01-21 20:31:22','2021-01-21 15:31:22'),
(91069,34520,'action started via WP Cron','2021-01-21 20:32:43','2021-01-21 15:32:43'),
(91070,34520,'action complete via WP Cron','2021-01-21 20:32:43','2021-01-21 15:32:43'),
(91071,34521,'action created','2021-01-21 20:32:43','2021-01-21 15:32:43'),
(91072,34521,'action started via WP Cron','2021-01-21 20:34:09','2021-01-21 15:34:09'),
(91073,34521,'action complete via WP Cron','2021-01-21 20:34:09','2021-01-21 15:34:09'),
(91074,34522,'action created','2021-01-21 20:34:09','2021-01-21 15:34:09'),
(91075,34522,'action started via WP Cron','2021-01-21 20:35:51','2021-01-21 15:35:51'),
(91076,34522,'action complete via WP Cron','2021-01-21 20:35:51','2021-01-21 15:35:51'),
(91077,34523,'action created','2021-01-21 20:35:51','2021-01-21 15:35:51'),
(91078,34523,'action started via WP Cron','2021-01-21 20:36:59','2021-01-21 15:36:59'),
(91079,34523,'action complete via WP Cron','2021-01-21 20:36:59','2021-01-21 15:36:59'),
(91080,34524,'action created','2021-01-21 20:36:59','2021-01-21 15:36:59'),
(91081,34524,'action started via WP Cron','2021-01-21 20:38:18','2021-01-21 15:38:18'),
(91082,34524,'action complete via WP Cron','2021-01-21 20:38:18','2021-01-21 15:38:18'),
(91083,34525,'action created','2021-01-21 20:38:18','2021-01-21 15:38:18'),
(91084,34525,'action started via WP Cron','2021-01-21 20:39:38','2021-01-21 15:39:38'),
(91085,34525,'action complete via WP Cron','2021-01-21 20:39:38','2021-01-21 15:39:38'),
(91086,34526,'action created','2021-01-21 20:39:38','2021-01-21 15:39:38'),
(91087,34526,'action started via WP Cron','2021-01-21 20:40:44','2021-01-21 15:40:44'),
(91088,34526,'action complete via WP Cron','2021-01-21 20:40:44','2021-01-21 15:40:44'),
(91089,34527,'action created','2021-01-21 20:40:44','2021-01-21 15:40:44'),
(91090,34527,'action started via WP Cron','2021-01-21 20:41:24','2021-01-21 15:41:24'),
(91091,34527,'action complete via WP Cron','2021-01-21 20:41:24','2021-01-21 15:41:24'),
(91092,34528,'action created','2021-01-21 20:41:24','2021-01-21 15:41:24'),
(91093,34528,'action started via WP Cron','2021-01-21 20:42:59','2021-01-21 15:42:59'),
(91094,34528,'action complete via WP Cron','2021-01-21 20:42:59','2021-01-21 15:42:59'),
(91095,34529,'action created','2021-01-21 20:42:59','2021-01-21 15:42:59'),
(91096,34529,'action started via WP Cron','2021-01-21 20:43:21','2021-01-21 15:43:21'),
(91097,34529,'action complete via WP Cron','2021-01-21 20:43:21','2021-01-21 15:43:21'),
(91098,34530,'action created','2021-01-21 20:43:21','2021-01-21 15:43:21'),
(91099,34530,'action started via WP Cron','2021-01-21 20:44:33','2021-01-21 15:44:33'),
(91100,34530,'action complete via WP Cron','2021-01-21 20:44:33','2021-01-21 15:44:33'),
(91101,34531,'action created','2021-01-21 20:44:33','2021-01-21 15:44:33'),
(91102,34531,'action started via WP Cron','2021-01-21 20:45:45','2021-01-21 15:45:45'),
(91103,34531,'action complete via WP Cron','2021-01-21 20:45:45','2021-01-21 15:45:45'),
(91104,34532,'action created','2021-01-21 20:45:45','2021-01-21 15:45:45'),
(91105,34532,'action started via WP Cron','2021-01-21 20:46:57','2021-01-21 15:46:57'),
(91106,34532,'action complete via WP Cron','2021-01-21 20:46:57','2021-01-21 15:46:57'),
(91107,34533,'action created','2021-01-21 20:46:57','2021-01-21 15:46:57'),
(91108,34533,'action started via WP Cron','2021-01-21 20:47:14','2021-01-21 15:47:14'),
(91109,34533,'action complete via WP Cron','2021-01-21 20:47:14','2021-01-21 15:47:14'),
(91110,34534,'action created','2021-01-21 20:47:14','2021-01-21 15:47:14'),
(91111,34534,'action started via WP Cron','2021-01-21 20:49:04','2021-01-21 15:49:04'),
(91112,34534,'action complete via WP Cron','2021-01-21 20:49:04','2021-01-21 15:49:04'),
(91113,34535,'action created','2021-01-21 20:49:04','2021-01-21 15:49:04'),
(91114,34535,'action started via WP Cron','2021-01-21 20:49:45','2021-01-21 15:49:45'),
(91115,34535,'action complete via WP Cron','2021-01-21 20:49:45','2021-01-21 15:49:45'),
(91116,34536,'action created','2021-01-21 20:49:45','2021-01-21 15:49:45'),
(91117,34536,'action started via WP Cron','2021-01-21 20:50:15','2021-01-21 15:50:15'),
(91118,34536,'action complete via WP Cron','2021-01-21 20:50:15','2021-01-21 15:50:15'),
(91119,34537,'action created','2021-01-21 20:50:15','2021-01-21 15:50:15'),
(91120,34537,'action started via WP Cron','2021-01-21 20:51:26','2021-01-21 15:51:26'),
(91121,34537,'action complete via WP Cron','2021-01-21 20:51:26','2021-01-21 15:51:26'),
(91122,34538,'action created','2021-01-21 20:51:26','2021-01-21 15:51:26'),
(91123,34538,'action started via WP Cron','2021-01-21 20:52:13','2021-01-21 15:52:13'),
(91124,34538,'action complete via WP Cron','2021-01-21 20:52:13','2021-01-21 15:52:13'),
(91125,34539,'action created','2021-01-21 20:52:13','2021-01-21 15:52:13'),
(91126,34539,'action started via WP Cron','2021-01-21 20:54:15','2021-01-21 15:54:15'),
(91127,34539,'action complete via WP Cron','2021-01-21 20:54:15','2021-01-21 15:54:15'),
(91128,34540,'action created','2021-01-21 20:54:15','2021-01-21 15:54:15'),
(91129,34540,'action started via WP Cron','2021-01-21 20:55:29','2021-01-21 15:55:29'),
(91130,34540,'action complete via WP Cron','2021-01-21 20:55:29','2021-01-21 15:55:29'),
(91131,34541,'action created','2021-01-21 20:55:29','2021-01-21 15:55:29'),
(91132,34541,'action started via WP Cron','2021-01-21 20:58:10','2021-01-21 15:58:10'),
(91133,34541,'action complete via WP Cron','2021-01-21 20:58:10','2021-01-21 15:58:10'),
(91134,34542,'action created','2021-01-21 20:58:10','2021-01-21 15:58:10'),
(91135,34542,'action started via WP Cron','2021-01-21 20:59:27','2021-01-21 15:59:27'),
(91136,34542,'action complete via WP Cron','2021-01-21 20:59:27','2021-01-21 15:59:27'),
(91137,34543,'action created','2021-01-21 20:59:27','2021-01-21 15:59:27'),
(91138,34543,'action started via WP Cron','2021-01-21 21:01:17','2021-01-21 16:01:17'),
(91139,34543,'action complete via WP Cron','2021-01-21 21:01:17','2021-01-21 16:01:17'),
(91140,34544,'action created','2021-01-21 21:01:17','2021-01-21 16:01:17'),
(91141,34544,'action started via WP Cron','2021-01-21 21:02:59','2021-01-21 16:02:59'),
(91142,34544,'action complete via WP Cron','2021-01-21 21:02:59','2021-01-21 16:02:59'),
(91143,34545,'action created','2021-01-21 21:02:59','2021-01-21 16:02:59'),
(91144,34545,'action started via WP Cron','2021-01-21 21:03:50','2021-01-21 16:03:50'),
(91145,34545,'action complete via WP Cron','2021-01-21 21:03:50','2021-01-21 16:03:50'),
(91146,34546,'action created','2021-01-21 21:03:50','2021-01-21 16:03:50'),
(91147,34546,'action started via WP Cron','2021-01-21 21:04:38','2021-01-21 16:04:38'),
(91148,34546,'action complete via WP Cron','2021-01-21 21:04:38','2021-01-21 16:04:38'),
(91149,34547,'action created','2021-01-21 21:04:38','2021-01-21 16:04:38'),
(91150,34547,'action started via WP Cron','2021-01-21 21:05:24','2021-01-21 16:05:24'),
(91151,34547,'action complete via WP Cron','2021-01-21 21:05:24','2021-01-21 16:05:24'),
(91152,34548,'action created','2021-01-21 21:05:24','2021-01-21 16:05:24'),
(91153,34548,'action started via WP Cron','2021-01-21 21:07:02','2021-01-21 16:07:02'),
(91154,34548,'action complete via WP Cron','2021-01-21 21:07:02','2021-01-21 16:07:02'),
(91155,34549,'action created','2021-01-21 21:07:02','2021-01-21 16:07:02'),
(91156,34549,'action started via WP Cron','2021-01-21 21:07:58','2021-01-21 16:07:58'),
(91157,34549,'action complete via WP Cron','2021-01-21 21:07:58','2021-01-21 16:07:58'),
(91158,34550,'action created','2021-01-21 21:07:58','2021-01-21 16:07:58'),
(91159,34550,'action started via WP Cron','2021-01-21 21:08:17','2021-01-21 16:08:17'),
(91160,34550,'action complete via WP Cron','2021-01-21 21:08:17','2021-01-21 16:08:17'),
(91161,34551,'action created','2021-01-21 21:08:17','2021-01-21 16:08:17'),
(91162,34551,'action started via WP Cron','2021-01-21 21:09:57','2021-01-21 16:09:57'),
(91163,34551,'action complete via WP Cron','2021-01-21 21:09:57','2021-01-21 16:09:57'),
(91164,34552,'action created','2021-01-21 21:09:57','2021-01-21 16:09:57'),
(91165,34552,'action started via WP Cron','2021-01-21 21:10:20','2021-01-21 16:10:20'),
(91166,34552,'action complete via WP Cron','2021-01-21 21:10:20','2021-01-21 16:10:20'),
(91167,34553,'action created','2021-01-21 21:10:20','2021-01-21 16:10:20'),
(91168,34553,'action started via WP Cron','2021-01-21 21:11:29','2021-01-21 16:11:29'),
(91169,34553,'action complete via WP Cron','2021-01-21 21:11:29','2021-01-21 16:11:29'),
(91170,34554,'action created','2021-01-21 21:11:29','2021-01-21 16:11:29'),
(91171,34554,'action started via WP Cron','2021-01-21 21:12:22','2021-01-21 16:12:22'),
(91172,34554,'action complete via WP Cron','2021-01-21 21:12:22','2021-01-21 16:12:22'),
(91173,34555,'action created','2021-01-21 21:12:22','2021-01-21 16:12:22'),
(91174,34555,'action started via WP Cron','2021-01-21 21:15:36','2021-01-21 16:15:36'),
(91175,34555,'action complete via WP Cron','2021-01-21 21:15:36','2021-01-21 16:15:36'),
(91176,34556,'action created','2021-01-21 21:15:36','2021-01-21 16:15:36'),
(91177,34556,'action started via WP Cron','2021-01-21 21:16:18','2021-01-21 16:16:18'),
(91178,34556,'action complete via WP Cron','2021-01-21 21:16:18','2021-01-21 16:16:18'),
(91179,34557,'action created','2021-01-21 21:16:18','2021-01-21 16:16:18'),
(91180,34557,'action started via WP Cron','2021-01-21 21:17:52','2021-01-21 16:17:52'),
(91181,34557,'action complete via WP Cron','2021-01-21 21:17:52','2021-01-21 16:17:52'),
(91182,34558,'action created','2021-01-21 21:17:52','2021-01-21 16:17:52'),
(91183,34558,'action started via WP Cron','2021-01-21 21:21:19','2021-01-21 16:21:19'),
(91184,34558,'action complete via WP Cron','2021-01-21 21:21:19','2021-01-21 16:21:19'),
(91185,34559,'action created','2021-01-21 21:21:19','2021-01-21 16:21:19'),
(91186,34559,'action started via WP Cron','2021-01-21 21:22:12','2021-01-21 16:22:12'),
(91187,34559,'action complete via WP Cron','2021-01-21 21:22:12','2021-01-21 16:22:12'),
(91188,34560,'action created','2021-01-21 21:22:12','2021-01-21 16:22:12'),
(91189,34560,'action started via WP Cron','2021-01-21 21:24:27','2021-01-21 16:24:27'),
(91190,34560,'action complete via WP Cron','2021-01-21 21:24:27','2021-01-21 16:24:27'),
(91191,34561,'action created','2021-01-21 21:24:28','2021-01-21 16:24:28'),
(91192,34561,'action started via WP Cron','2021-01-21 21:26:00','2021-01-21 16:26:00'),
(91193,34561,'action complete via WP Cron','2021-01-21 21:26:00','2021-01-21 16:26:00'),
(91194,34562,'action created','2021-01-21 21:26:00','2021-01-21 16:26:00'),
(91195,34562,'action started via WP Cron','2021-01-21 21:26:49','2021-01-21 16:26:49'),
(91196,34562,'action complete via WP Cron','2021-01-21 21:26:49','2021-01-21 16:26:49'),
(91197,34563,'action created','2021-01-21 21:26:49','2021-01-21 16:26:49'),
(91198,34563,'action started via WP Cron','2021-01-21 21:27:39','2021-01-21 16:27:39'),
(91199,34563,'action complete via WP Cron','2021-01-21 21:27:39','2021-01-21 16:27:39'),
(91200,34564,'action created','2021-01-21 21:27:39','2021-01-21 16:27:39'),
(91201,34564,'action started via WP Cron','2021-01-21 21:29:15','2021-01-21 16:29:15'),
(91202,34564,'action complete via WP Cron','2021-01-21 21:29:15','2021-01-21 16:29:15'),
(91203,34565,'action created','2021-01-21 21:29:15','2021-01-21 16:29:15'),
(91204,34565,'action started via WP Cron','2021-01-21 21:30:50','2021-01-21 16:30:50'),
(91205,34565,'action complete via WP Cron','2021-01-21 21:30:50','2021-01-21 16:30:50'),
(91206,34566,'action created','2021-01-21 21:30:50','2021-01-21 16:30:50'),
(91207,34566,'action started via WP Cron','2021-01-21 21:31:26','2021-01-21 16:31:26'),
(91208,34566,'action complete via WP Cron','2021-01-21 21:31:26','2021-01-21 16:31:26'),
(91209,34567,'action created','2021-01-21 21:31:26','2021-01-21 16:31:26'),
(91210,34567,'action started via WP Cron','2021-01-21 21:32:18','2021-01-21 16:32:18'),
(91211,34567,'action complete via WP Cron','2021-01-21 21:32:18','2021-01-21 16:32:18'),
(91212,34568,'action created','2021-01-21 21:32:18','2021-01-21 16:32:18'),
(91213,34568,'action started via WP Cron','2021-01-21 21:33:54','2021-01-21 16:33:54'),
(91214,34568,'action complete via WP Cron','2021-01-21 21:33:54','2021-01-21 16:33:54'),
(91215,34569,'action created','2021-01-21 21:33:54','2021-01-21 16:33:54'),
(91216,34569,'action started via WP Cron','2021-01-21 21:34:52','2021-01-21 16:34:52'),
(91217,34569,'action complete via WP Cron','2021-01-21 21:34:52','2021-01-21 16:34:52'),
(91218,34570,'action created','2021-01-21 21:34:52','2021-01-21 16:34:52'),
(91219,34570,'action started via WP Cron','2021-01-21 21:36:20','2021-01-21 16:36:20'),
(91220,34570,'action complete via WP Cron','2021-01-21 21:36:20','2021-01-21 16:36:20'),
(91221,34571,'action created','2021-01-21 21:36:20','2021-01-21 16:36:20'),
(91222,34571,'action started via WP Cron','2021-01-21 21:38:05','2021-01-21 16:38:05'),
(91223,34571,'action complete via WP Cron','2021-01-21 21:38:05','2021-01-21 16:38:05'),
(91224,34572,'action created','2021-01-21 21:38:05','2021-01-21 16:38:05'),
(91225,34572,'action started via WP Cron','2021-01-21 21:40:01','2021-01-21 16:40:01'),
(91226,34572,'action complete via WP Cron','2021-01-21 21:40:01','2021-01-21 16:40:01'),
(91227,34573,'action created','2021-01-21 21:40:01','2021-01-21 16:40:01'),
(91228,34573,'action started via WP Cron','2021-01-21 21:41:00','2021-01-21 16:41:00'),
(91229,34573,'action complete via WP Cron','2021-01-21 21:41:00','2021-01-21 16:41:00'),
(91230,34574,'action created','2021-01-21 21:41:00','2021-01-21 16:41:00'),
(91231,34574,'action started via WP Cron','2021-01-21 21:41:51','2021-01-21 16:41:51'),
(91232,34574,'action complete via WP Cron','2021-01-21 21:41:51','2021-01-21 16:41:51'),
(91233,34575,'action created','2021-01-21 21:41:51','2021-01-21 16:41:51'),
(91234,34575,'action started via WP Cron','2021-01-21 21:42:30','2021-01-21 16:42:30'),
(91235,34575,'action complete via WP Cron','2021-01-21 21:42:30','2021-01-21 16:42:30'),
(91236,34576,'action created','2021-01-21 21:42:30','2021-01-21 16:42:30'),
(91237,34576,'action started via WP Cron','2021-01-21 21:44:06','2021-01-21 16:44:06'),
(91238,34576,'action complete via WP Cron','2021-01-21 21:44:06','2021-01-21 16:44:06'),
(91239,34577,'action created','2021-01-21 21:44:06','2021-01-21 16:44:06'),
(91240,34577,'action started via WP Cron','2021-01-21 21:44:28','2021-01-21 16:44:28'),
(91241,34577,'action complete via WP Cron','2021-01-21 21:44:28','2021-01-21 16:44:28'),
(91242,34578,'action created','2021-01-21 21:44:28','2021-01-21 16:44:28'),
(91243,34578,'action started via WP Cron','2021-01-21 21:45:25','2021-01-21 16:45:25'),
(91244,34578,'action complete via WP Cron','2021-01-21 21:45:25','2021-01-21 16:45:25'),
(91245,34579,'action created','2021-01-21 21:45:25','2021-01-21 16:45:25'),
(91246,34579,'action started via WP Cron','2021-01-21 21:46:22','2021-01-21 16:46:22'),
(91247,34579,'action complete via WP Cron','2021-01-21 21:46:22','2021-01-21 16:46:22'),
(91248,34580,'action created','2021-01-21 21:46:22','2021-01-21 16:46:22'),
(91249,34580,'action started via WP Cron','2021-01-21 21:47:45','2021-01-21 16:47:45'),
(91250,34580,'action complete via WP Cron','2021-01-21 21:47:45','2021-01-21 16:47:45'),
(91251,34581,'action created','2021-01-21 21:47:45','2021-01-21 16:47:45'),
(91252,34581,'action started via WP Cron','2021-01-21 21:48:15','2021-01-21 16:48:15'),
(91253,34581,'action complete via WP Cron','2021-01-21 21:48:15','2021-01-21 16:48:15'),
(91254,34582,'action created','2021-01-21 21:48:15','2021-01-21 16:48:15'),
(91255,34582,'action started via WP Cron','2021-01-21 21:49:22','2021-01-21 16:49:22'),
(91256,34582,'action complete via WP Cron','2021-01-21 21:49:22','2021-01-21 16:49:22'),
(91257,34583,'action created','2021-01-21 21:49:22','2021-01-21 16:49:22'),
(91258,34583,'action started via WP Cron','2021-01-21 21:51:18','2021-01-21 16:51:18'),
(91259,34583,'action complete via WP Cron','2021-01-21 21:51:18','2021-01-21 16:51:18'),
(91260,34584,'action created','2021-01-21 21:51:18','2021-01-21 16:51:18'),
(91261,34584,'action started via WP Cron','2021-01-21 21:52:22','2021-01-21 16:52:22'),
(91262,34584,'action complete via WP Cron','2021-01-21 21:52:22','2021-01-21 16:52:22'),
(91263,34585,'action created','2021-01-21 21:52:23','2021-01-21 16:52:23'),
(91264,34585,'action started via WP Cron','2021-01-21 21:53:32','2021-01-21 16:53:32'),
(91265,34585,'action complete via WP Cron','2021-01-21 21:53:32','2021-01-21 16:53:32'),
(91266,34586,'action created','2021-01-21 21:53:32','2021-01-21 16:53:32'),
(91267,34586,'action started via WP Cron','2021-01-21 21:54:11','2021-01-21 16:54:11'),
(91268,34586,'action complete via WP Cron','2021-01-21 21:54:11','2021-01-21 16:54:11'),
(91269,34587,'action created','2021-01-21 21:54:11','2021-01-21 16:54:11'),
(91270,34587,'action started via WP Cron','2021-01-21 21:55:35','2021-01-21 16:55:35'),
(91271,34587,'action complete via WP Cron','2021-01-21 21:55:35','2021-01-21 16:55:35'),
(91272,34588,'action created','2021-01-21 21:55:35','2021-01-21 16:55:35'),
(91273,34588,'action started via WP Cron','2021-01-21 21:56:18','2021-01-21 16:56:18'),
(91274,34588,'action complete via WP Cron','2021-01-21 21:56:18','2021-01-21 16:56:18'),
(91275,34589,'action created','2021-01-21 21:56:18','2021-01-21 16:56:18'),
(91276,34589,'action started via WP Cron','2021-01-21 21:58:02','2021-01-21 16:58:02'),
(91277,34589,'action complete via WP Cron','2021-01-21 21:58:02','2021-01-21 16:58:02'),
(91278,34590,'action created','2021-01-21 21:58:02','2021-01-21 16:58:02'),
(91279,34590,'action started via WP Cron','2021-01-21 21:58:59','2021-01-21 16:58:59'),
(91280,34590,'action complete via WP Cron','2021-01-21 21:58:59','2021-01-21 16:58:59'),
(91281,34591,'action created','2021-01-21 21:58:59','2021-01-21 16:58:59'),
(91282,34591,'action started via WP Cron','2021-01-21 21:59:41','2021-01-21 16:59:41'),
(91283,34591,'action complete via WP Cron','2021-01-21 21:59:41','2021-01-21 16:59:41'),
(91284,34592,'action created','2021-01-21 21:59:41','2021-01-21 16:59:41'),
(91285,34592,'action started via WP Cron','2021-01-21 22:00:21','2021-01-21 17:00:21'),
(91286,34592,'action complete via WP Cron','2021-01-21 22:00:21','2021-01-21 17:00:21'),
(91287,34593,'action created','2021-01-21 22:00:21','2021-01-21 17:00:21'),
(91288,34593,'action started via WP Cron','2021-01-21 22:04:12','2021-01-21 17:04:12'),
(91289,34593,'action complete via WP Cron','2021-01-21 22:04:12','2021-01-21 17:04:12'),
(91290,34594,'action created','2021-01-21 22:04:12','2021-01-21 17:04:12'),
(91291,34594,'action started via WP Cron','2021-01-21 22:07:27','2021-01-21 17:07:27'),
(91292,34594,'action complete via WP Cron','2021-01-21 22:07:27','2021-01-21 17:07:27'),
(91293,34595,'action created','2021-01-21 22:07:27','2021-01-21 17:07:27'),
(91294,34595,'action started via WP Cron','2021-01-21 22:08:13','2021-01-21 17:08:13'),
(91295,34595,'action complete via WP Cron','2021-01-21 22:08:13','2021-01-21 17:08:13'),
(91296,34596,'action created','2021-01-21 22:08:13','2021-01-21 17:08:13'),
(91297,34596,'action started via WP Cron','2021-01-21 22:12:09','2021-01-21 17:12:09'),
(91298,34596,'action complete via WP Cron','2021-01-21 22:12:09','2021-01-21 17:12:09'),
(91299,34597,'action created','2021-01-21 22:12:09','2021-01-21 17:12:09'),
(91300,34597,'action started via WP Cron','2021-01-21 22:13:59','2021-01-21 17:13:59'),
(91301,34597,'action complete via WP Cron','2021-01-21 22:13:59','2021-01-21 17:13:59'),
(91302,34598,'action created','2021-01-21 22:14:00','2021-01-21 17:14:00'),
(91303,34598,'action started via WP Cron','2021-01-21 22:15:07','2021-01-21 17:15:07'),
(91304,34598,'action complete via WP Cron','2021-01-21 22:15:07','2021-01-21 17:15:07'),
(91305,34599,'action created','2021-01-21 22:15:07','2021-01-21 17:15:07'),
(91306,34599,'action started via WP Cron','2021-01-21 22:16:48','2021-01-21 17:16:48'),
(91307,34599,'action complete via WP Cron','2021-01-21 22:16:48','2021-01-21 17:16:48'),
(91308,34600,'action created','2021-01-21 22:16:48','2021-01-21 17:16:48'),
(91309,34600,'action started via WP Cron','2021-01-21 22:18:24','2021-01-21 17:18:24'),
(91310,34600,'action complete via WP Cron','2021-01-21 22:18:24','2021-01-21 17:18:24'),
(91311,34601,'action created','2021-01-21 22:18:24','2021-01-21 17:18:24'),
(91312,34601,'action started via WP Cron','2021-01-21 22:20:51','2021-01-21 17:20:51'),
(91313,34601,'action complete via WP Cron','2021-01-21 22:20:51','2021-01-21 17:20:51'),
(91314,34602,'action created','2021-01-21 22:20:51','2021-01-21 17:20:51'),
(91315,34602,'action started via WP Cron','2021-01-21 22:22:25','2021-01-21 17:22:25'),
(91316,34602,'action complete via WP Cron','2021-01-21 22:22:25','2021-01-21 17:22:25'),
(91317,34603,'action created','2021-01-21 22:22:25','2021-01-21 17:22:25'),
(91318,34603,'action started via WP Cron','2021-01-21 22:24:03','2021-01-21 17:24:03'),
(91319,34603,'action complete via WP Cron','2021-01-21 22:24:03','2021-01-21 17:24:03'),
(91320,34604,'action created','2021-01-21 22:24:03','2021-01-21 17:24:03'),
(91321,34604,'action started via WP Cron','2021-01-21 22:26:32','2021-01-21 17:26:32'),
(91322,34604,'action complete via WP Cron','2021-01-21 22:26:32','2021-01-21 17:26:32'),
(91323,34605,'action created','2021-01-21 22:26:32','2021-01-21 17:26:32'),
(91324,34605,'action started via WP Cron','2021-01-21 22:29:18','2021-01-21 17:29:18'),
(91325,34605,'action complete via WP Cron','2021-01-21 22:29:18','2021-01-21 17:29:18'),
(91326,34606,'action created','2021-01-21 22:29:18','2021-01-21 17:29:18'),
(91327,34606,'action started via WP Cron','2021-01-21 22:31:19','2021-01-21 17:31:19'),
(91328,34606,'action complete via WP Cron','2021-01-21 22:31:19','2021-01-21 17:31:19'),
(91329,34607,'action created','2021-01-21 22:31:19','2021-01-21 17:31:19'),
(91330,34607,'action started via WP Cron','2021-01-21 22:33:24','2021-01-21 17:33:24'),
(91331,34607,'action complete via WP Cron','2021-01-21 22:33:24','2021-01-21 17:33:24'),
(91332,34608,'action created','2021-01-21 22:33:24','2021-01-21 17:33:24'),
(91333,34608,'action started via WP Cron','2021-01-21 22:34:21','2021-01-21 17:34:21'),
(91334,34608,'action complete via WP Cron','2021-01-21 22:34:21','2021-01-21 17:34:21'),
(91335,34609,'action created','2021-01-21 22:34:21','2021-01-21 17:34:21'),
(91336,34609,'action started via WP Cron','2021-01-21 22:37:12','2021-01-21 17:37:12'),
(91337,34609,'action complete via WP Cron','2021-01-21 22:37:12','2021-01-21 17:37:12'),
(91338,34610,'action created','2021-01-21 22:37:12','2021-01-21 17:37:12'),
(91339,34610,'action started via WP Cron','2021-01-21 22:38:52','2021-01-21 17:38:52'),
(91340,34610,'action complete via WP Cron','2021-01-21 22:38:52','2021-01-21 17:38:52'),
(91341,34611,'action created','2021-01-21 22:38:52','2021-01-21 17:38:52'),
(91342,34611,'action started via WP Cron','2021-01-21 22:39:48','2021-01-21 17:39:48'),
(91343,34611,'action complete via WP Cron','2021-01-21 22:39:48','2021-01-21 17:39:48'),
(91344,34612,'action created','2021-01-21 22:39:48','2021-01-21 17:39:48'),
(91345,34612,'action started via WP Cron','2021-01-21 22:40:55','2021-01-21 17:40:55'),
(91346,34612,'action complete via WP Cron','2021-01-21 22:40:55','2021-01-21 17:40:55'),
(91347,34613,'action created','2021-01-21 22:40:56','2021-01-21 17:40:56'),
(91348,34613,'action started via WP Cron','2021-01-21 22:41:12','2021-01-21 17:41:12'),
(91349,34613,'action complete via WP Cron','2021-01-21 22:41:12','2021-01-21 17:41:12'),
(91350,34614,'action created','2021-01-21 22:41:12','2021-01-21 17:41:12'),
(91351,34614,'action started via WP Cron','2021-01-21 22:42:33','2021-01-21 17:42:33'),
(91352,34614,'action complete via WP Cron','2021-01-21 22:42:33','2021-01-21 17:42:33'),
(91353,34615,'action created','2021-01-21 22:42:33','2021-01-21 17:42:33'),
(91354,34615,'action started via WP Cron','2021-01-21 22:43:23','2021-01-21 17:43:23'),
(91355,34615,'action complete via WP Cron','2021-01-21 22:43:23','2021-01-21 17:43:23'),
(91356,34616,'action created','2021-01-21 22:43:23','2021-01-21 17:43:23'),
(91357,34616,'action started via WP Cron','2021-01-21 22:47:02','2021-01-21 17:47:02'),
(91358,34616,'action complete via WP Cron','2021-01-21 22:47:02','2021-01-21 17:47:02'),
(91359,34617,'action created','2021-01-21 22:47:02','2021-01-21 17:47:02'),
(91360,34617,'action started via WP Cron','2021-01-21 22:49:01','2021-01-21 17:49:01'),
(91361,34617,'action complete via WP Cron','2021-01-21 22:49:01','2021-01-21 17:49:01'),
(91362,34618,'action created','2021-01-21 22:49:01','2021-01-21 17:49:01'),
(91363,34618,'action started via WP Cron','2021-01-21 22:49:31','2021-01-21 17:49:31'),
(91364,34618,'action complete via WP Cron','2021-01-21 22:49:31','2021-01-21 17:49:31'),
(91365,34619,'action created','2021-01-21 22:49:31','2021-01-21 17:49:31'),
(91366,34619,'action started via WP Cron','2021-01-21 22:50:15','2021-01-21 17:50:15'),
(91367,34619,'action complete via WP Cron','2021-01-21 22:50:15','2021-01-21 17:50:15'),
(91368,34620,'action created','2021-01-21 22:50:15','2021-01-21 17:50:15'),
(91369,34620,'action started via WP Cron','2021-01-21 22:51:41','2021-01-21 17:51:41'),
(91370,34620,'action complete via WP Cron','2021-01-21 22:51:41','2021-01-21 17:51:41'),
(91371,34621,'action created','2021-01-21 22:51:41','2021-01-21 17:51:41'),
(91372,34621,'action started via WP Cron','2021-01-21 22:52:40','2021-01-21 17:52:40'),
(91373,34621,'action complete via WP Cron','2021-01-21 22:52:40','2021-01-21 17:52:40'),
(91374,34622,'action created','2021-01-21 22:52:40','2021-01-21 17:52:40'),
(91375,34622,'action started via WP Cron','2021-01-21 22:53:25','2021-01-21 17:53:25'),
(91376,34622,'action complete via WP Cron','2021-01-21 22:53:25','2021-01-21 17:53:25'),
(91377,34623,'action created','2021-01-21 22:53:25','2021-01-21 17:53:25'),
(91378,34623,'action started via WP Cron','2021-01-21 22:55:48','2021-01-21 17:55:48'),
(91379,34623,'action complete via WP Cron','2021-01-21 22:55:48','2021-01-21 17:55:48'),
(91380,34624,'action created','2021-01-21 22:55:48','2021-01-21 17:55:48'),
(91381,34624,'action started via WP Cron','2021-01-21 22:56:57','2021-01-21 17:56:57'),
(91382,34624,'action complete via WP Cron','2021-01-21 22:56:57','2021-01-21 17:56:57'),
(91383,34625,'action created','2021-01-21 22:56:57','2021-01-21 17:56:57'),
(91384,34625,'action started via WP Cron','2021-01-21 22:57:42','2021-01-21 17:57:42'),
(91385,34625,'action complete via WP Cron','2021-01-21 22:57:42','2021-01-21 17:57:42'),
(91386,34626,'action created','2021-01-21 22:57:42','2021-01-21 17:57:42'),
(91387,34626,'action started via WP Cron','2021-01-21 22:58:36','2021-01-21 17:58:36'),
(91388,34626,'action complete via WP Cron','2021-01-21 22:58:36','2021-01-21 17:58:36'),
(91389,34627,'action created','2021-01-21 22:58:36','2021-01-21 17:58:36'),
(91390,34627,'action started via WP Cron','2021-01-21 23:00:42','2021-01-21 18:00:42'),
(91391,34627,'action complete via WP Cron','2021-01-21 23:00:42','2021-01-21 18:00:42'),
(91392,34628,'action created','2021-01-21 23:00:42','2021-01-21 18:00:42'),
(91393,34628,'action started via WP Cron','2021-01-21 23:01:55','2021-01-21 18:01:55'),
(91394,34628,'action complete via WP Cron','2021-01-21 23:01:55','2021-01-21 18:01:55'),
(91395,34629,'action created','2021-01-21 23:01:55','2021-01-21 18:01:55'),
(91396,34629,'action started via WP Cron','2021-01-21 23:02:32','2021-01-21 18:02:32'),
(91397,34629,'action complete via WP Cron','2021-01-21 23:02:32','2021-01-21 18:02:32'),
(91398,34630,'action created','2021-01-21 23:02:32','2021-01-21 18:02:32'),
(91399,34630,'action started via WP Cron','2021-01-21 23:03:50','2021-01-21 18:03:50'),
(91400,34630,'action complete via WP Cron','2021-01-21 23:03:50','2021-01-21 18:03:50'),
(91401,34631,'action created','2021-01-21 23:03:51','2021-01-21 18:03:51'),
(91402,34631,'action started via WP Cron','2021-01-21 23:04:49','2021-01-21 18:04:49'),
(91403,34631,'action complete via WP Cron','2021-01-21 23:04:49','2021-01-21 18:04:49'),
(91404,34632,'action created','2021-01-21 23:04:49','2021-01-21 18:04:49'),
(91405,34632,'action started via WP Cron','2021-01-21 23:05:51','2021-01-21 18:05:51'),
(91406,34632,'action complete via WP Cron','2021-01-21 23:05:51','2021-01-21 18:05:51'),
(91407,34633,'action created','2021-01-21 23:05:52','2021-01-21 18:05:52'),
(91408,34633,'action started via WP Cron','2021-01-21 23:06:36','2021-01-21 18:06:36'),
(91409,34633,'action complete via WP Cron','2021-01-21 23:06:36','2021-01-21 18:06:36'),
(91410,34634,'action created','2021-01-21 23:06:36','2021-01-21 18:06:36'),
(91411,34634,'action started via WP Cron','2021-01-21 23:08:22','2021-01-21 18:08:22'),
(91412,34634,'action complete via WP Cron','2021-01-21 23:08:22','2021-01-21 18:08:22'),
(91413,34635,'action created','2021-01-21 23:08:22','2021-01-21 18:08:22'),
(91414,34635,'action started via WP Cron','2021-01-21 23:09:21','2021-01-21 18:09:21'),
(91415,34635,'action complete via WP Cron','2021-01-21 23:09:21','2021-01-21 18:09:21'),
(91416,34636,'action created','2021-01-21 23:09:21','2021-01-21 18:09:21'),
(91417,34636,'action started via WP Cron','2021-01-21 23:10:46','2021-01-21 18:10:46'),
(91418,34636,'action complete via WP Cron','2021-01-21 23:10:46','2021-01-21 18:10:46'),
(91419,34637,'action created','2021-01-21 23:10:46','2021-01-21 18:10:46'),
(91420,34637,'action started via WP Cron','2021-01-21 23:12:16','2021-01-21 18:12:16'),
(91421,34637,'action complete via WP Cron','2021-01-21 23:12:16','2021-01-21 18:12:16'),
(91422,34638,'action created','2021-01-21 23:12:16','2021-01-21 18:12:16'),
(91423,34638,'action started via WP Cron','2021-01-21 23:13:26','2021-01-21 18:13:26'),
(91424,34638,'action complete via WP Cron','2021-01-21 23:13:26','2021-01-21 18:13:26'),
(91425,34639,'action created','2021-01-21 23:13:26','2021-01-21 18:13:26'),
(91426,34639,'action started via WP Cron','2021-01-21 23:14:53','2021-01-21 18:14:53'),
(91427,34639,'action complete via WP Cron','2021-01-21 23:14:53','2021-01-21 18:14:53'),
(91428,34640,'action created','2021-01-21 23:14:53','2021-01-21 18:14:53'),
(91429,34640,'action started via WP Cron','2021-01-21 23:15:24','2021-01-21 18:15:24'),
(91430,34640,'action complete via WP Cron','2021-01-21 23:15:24','2021-01-21 18:15:24'),
(91431,34641,'action created','2021-01-21 23:15:24','2021-01-21 18:15:24'),
(91432,34641,'action started via WP Cron','2021-01-21 23:17:31','2021-01-21 18:17:31'),
(91433,34641,'action complete via WP Cron','2021-01-21 23:17:31','2021-01-21 18:17:31'),
(91434,34642,'action created','2021-01-21 23:17:31','2021-01-21 18:17:31'),
(91435,34642,'action started via WP Cron','2021-01-21 23:20:35','2021-01-21 18:20:35'),
(91436,34642,'action complete via WP Cron','2021-01-21 23:20:35','2021-01-21 18:20:35'),
(91437,34643,'action created','2021-01-21 23:20:35','2021-01-21 18:20:35'),
(91438,34643,'action started via WP Cron','2021-01-21 23:21:56','2021-01-21 18:21:56'),
(91439,34643,'action complete via WP Cron','2021-01-21 23:21:56','2021-01-21 18:21:56'),
(91440,34644,'action created','2021-01-21 23:21:56','2021-01-21 18:21:56'),
(91441,34644,'action started via WP Cron','2021-01-21 23:22:29','2021-01-21 18:22:29'),
(91442,34644,'action complete via WP Cron','2021-01-21 23:22:29','2021-01-21 18:22:29'),
(91443,34645,'action created','2021-01-21 23:22:29','2021-01-21 18:22:29'),
(91444,34645,'action started via WP Cron','2021-01-21 23:23:58','2021-01-21 18:23:58'),
(91445,34645,'action complete via WP Cron','2021-01-21 23:23:58','2021-01-21 18:23:58'),
(91446,34646,'action created','2021-01-21 23:23:59','2021-01-21 18:23:59'),
(91447,34646,'action started via WP Cron','2021-01-21 23:24:21','2021-01-21 18:24:21'),
(91448,34646,'action complete via WP Cron','2021-01-21 23:24:21','2021-01-21 18:24:21'),
(91449,34647,'action created','2021-01-21 23:24:21','2021-01-21 18:24:21'),
(91450,34647,'action started via WP Cron','2021-01-21 23:25:16','2021-01-21 18:25:16'),
(91451,34647,'action complete via WP Cron','2021-01-21 23:25:16','2021-01-21 18:25:16'),
(91452,34648,'action created','2021-01-21 23:25:16','2021-01-21 18:25:16'),
(91453,34648,'action started via WP Cron','2021-01-21 23:26:38','2021-01-21 18:26:38'),
(91454,34648,'action complete via WP Cron','2021-01-21 23:26:38','2021-01-21 18:26:38'),
(91455,34649,'action created','2021-01-21 23:26:38','2021-01-21 18:26:38'),
(91456,34649,'action started via WP Cron','2021-01-21 23:27:44','2021-01-21 18:27:44'),
(91457,34649,'action complete via WP Cron','2021-01-21 23:27:44','2021-01-21 18:27:44'),
(91458,34650,'action created','2021-01-21 23:27:45','2021-01-21 18:27:45'),
(91459,34650,'action started via WP Cron','2021-01-21 23:28:30','2021-01-21 18:28:30'),
(91460,34650,'action complete via WP Cron','2021-01-21 23:28:30','2021-01-21 18:28:30'),
(91461,34651,'action created','2021-01-21 23:28:30','2021-01-21 18:28:30'),
(91462,34651,'action started via WP Cron','2021-01-21 23:31:21','2021-01-21 18:31:21'),
(91463,34651,'action complete via WP Cron','2021-01-21 23:31:21','2021-01-21 18:31:21'),
(91464,34652,'action created','2021-01-21 23:31:21','2021-01-21 18:31:21'),
(91465,34652,'action started via WP Cron','2021-01-21 23:32:17','2021-01-21 18:32:17'),
(91466,34652,'action complete via WP Cron','2021-01-21 23:32:17','2021-01-21 18:32:17'),
(91467,34653,'action created','2021-01-21 23:32:18','2021-01-21 18:32:18'),
(91468,34653,'action started via WP Cron','2021-01-21 23:33:40','2021-01-21 18:33:40'),
(91469,34653,'action complete via WP Cron','2021-01-21 23:33:40','2021-01-21 18:33:40'),
(91470,34654,'action created','2021-01-21 23:33:40','2021-01-21 18:33:40'),
(91471,34654,'action started via WP Cron','2021-01-21 23:35:27','2021-01-21 18:35:27'),
(91472,34654,'action complete via WP Cron','2021-01-21 23:35:27','2021-01-21 18:35:27'),
(91473,34655,'action created','2021-01-21 23:35:27','2021-01-21 18:35:27'),
(91474,34655,'action started via WP Cron','2021-01-21 23:37:11','2021-01-21 18:37:11'),
(91475,34655,'action complete via WP Cron','2021-01-21 23:37:11','2021-01-21 18:37:11'),
(91476,34656,'action created','2021-01-21 23:37:11','2021-01-21 18:37:11'),
(91477,34656,'action started via WP Cron','2021-01-21 23:38:52','2021-01-21 18:38:52'),
(91478,34656,'action complete via WP Cron','2021-01-21 23:38:52','2021-01-21 18:38:52'),
(91479,34657,'action created','2021-01-21 23:38:52','2021-01-21 18:38:52'),
(91480,34657,'action started via WP Cron','2021-01-21 23:40:06','2021-01-21 18:40:06'),
(91481,34657,'action complete via WP Cron','2021-01-21 23:40:06','2021-01-21 18:40:06'),
(91482,34658,'action created','2021-01-21 23:40:06','2021-01-21 18:40:06'),
(91483,34658,'action started via WP Cron','2021-01-21 23:40:22','2021-01-21 18:40:22'),
(91484,34658,'action complete via WP Cron','2021-01-21 23:40:22','2021-01-21 18:40:22'),
(91485,34659,'action created','2021-01-21 23:40:22','2021-01-21 18:40:22'),
(91486,34659,'action started via WP Cron','2021-01-21 23:42:14','2021-01-21 18:42:14'),
(91487,34659,'action complete via WP Cron','2021-01-21 23:42:14','2021-01-21 18:42:14'),
(91488,34660,'action created','2021-01-21 23:42:14','2021-01-21 18:42:14'),
(91489,34660,'action started via WP Cron','2021-01-21 23:43:28','2021-01-21 18:43:28'),
(91490,34660,'action complete via WP Cron','2021-01-21 23:43:28','2021-01-21 18:43:28'),
(91491,34661,'action created','2021-01-21 23:43:28','2021-01-21 18:43:28'),
(91492,34661,'action started via WP Cron','2021-01-21 23:45:29','2021-01-21 18:45:29'),
(91493,34661,'action complete via WP Cron','2021-01-21 23:45:29','2021-01-21 18:45:29'),
(91494,34662,'action created','2021-01-21 23:45:29','2021-01-21 18:45:29'),
(91495,34662,'action started via WP Cron','2021-01-21 23:46:20','2021-01-21 18:46:20'),
(91496,34662,'action complete via WP Cron','2021-01-21 23:46:20','2021-01-21 18:46:20'),
(91497,34663,'action created','2021-01-21 23:46:20','2021-01-21 18:46:20'),
(91498,34663,'action started via WP Cron','2021-01-21 23:47:13','2021-01-21 18:47:13'),
(91499,34663,'action complete via WP Cron','2021-01-21 23:47:13','2021-01-21 18:47:13'),
(91500,34664,'action created','2021-01-21 23:47:13','2021-01-21 18:47:13'),
(91501,34664,'action started via WP Cron','2021-01-21 23:48:19','2021-01-21 18:48:19'),
(91502,34664,'action complete via WP Cron','2021-01-21 23:48:19','2021-01-21 18:48:19'),
(91503,34665,'action created','2021-01-21 23:48:19','2021-01-21 18:48:19'),
(91504,34665,'action started via WP Cron','2021-01-21 23:49:17','2021-01-21 18:49:17'),
(91505,34665,'action complete via WP Cron','2021-01-21 23:49:17','2021-01-21 18:49:17'),
(91506,34666,'action created','2021-01-21 23:49:18','2021-01-21 18:49:18'),
(91507,34666,'action started via WP Cron','2021-01-21 23:50:41','2021-01-21 18:50:41'),
(91508,34666,'action complete via WP Cron','2021-01-21 23:50:41','2021-01-21 18:50:41'),
(91509,34667,'action created','2021-01-21 23:50:42','2021-01-21 18:50:42'),
(91510,34667,'action started via WP Cron','2021-01-21 23:52:33','2021-01-21 18:52:33'),
(91511,34667,'action complete via WP Cron','2021-01-21 23:52:33','2021-01-21 18:52:33'),
(91512,34668,'action created','2021-01-21 23:52:33','2021-01-21 18:52:33'),
(91513,34668,'action started via WP Cron','2021-01-21 23:53:25','2021-01-21 18:53:25'),
(91514,34668,'action complete via WP Cron','2021-01-21 23:53:25','2021-01-21 18:53:25'),
(91515,34669,'action created','2021-01-21 23:53:25','2021-01-21 18:53:25'),
(91516,34669,'action started via WP Cron','2021-01-21 23:54:19','2021-01-21 18:54:19'),
(91517,34669,'action complete via WP Cron','2021-01-21 23:54:19','2021-01-21 18:54:19'),
(91518,34670,'action created','2021-01-21 23:54:19','2021-01-21 18:54:19'),
(91519,34670,'action started via WP Cron','2021-01-21 23:55:39','2021-01-21 18:55:39'),
(91520,34670,'action complete via WP Cron','2021-01-21 23:55:39','2021-01-21 18:55:39'),
(91521,34671,'action created','2021-01-21 23:55:39','2021-01-21 18:55:39'),
(91522,34671,'action started via WP Cron','2021-01-21 23:56:42','2021-01-21 18:56:42'),
(91523,34671,'action complete via WP Cron','2021-01-21 23:56:42','2021-01-21 18:56:42'),
(91524,34672,'action created','2021-01-21 23:56:42','2021-01-21 18:56:42'),
(91525,34672,'action started via WP Cron','2021-01-21 23:57:21','2021-01-21 18:57:21'),
(91526,34672,'action complete via WP Cron','2021-01-21 23:57:21','2021-01-21 18:57:21'),
(91527,34673,'action created','2021-01-21 23:57:21','2021-01-21 18:57:21'),
(91528,34673,'action started via WP Cron','2021-01-21 23:58:53','2021-01-21 18:58:53'),
(91529,34673,'action complete via WP Cron','2021-01-21 23:58:53','2021-01-21 18:58:53'),
(91530,34674,'action created','2021-01-21 23:58:53','2021-01-21 18:58:53'),
(91531,34674,'action started via WP Cron','2021-01-21 23:59:21','2021-01-21 18:59:21'),
(91532,34674,'action complete via WP Cron','2021-01-21 23:59:21','2021-01-21 18:59:21'),
(91533,34675,'action created','2021-01-21 23:59:21','2021-01-21 18:59:21'),
(91534,34675,'action started via WP Cron','2021-01-22 00:00:17','2021-01-21 19:00:17'),
(91535,34675,'action complete via WP Cron','2021-01-22 00:00:17','2021-01-21 19:00:17'),
(91536,34676,'action created','2021-01-22 00:00:17','2021-01-21 19:00:17'),
(91537,34676,'action started via WP Cron','2021-01-22 00:01:34','2021-01-21 19:01:34'),
(91538,34676,'action complete via WP Cron','2021-01-22 00:01:34','2021-01-21 19:01:34'),
(91539,34677,'action created','2021-01-22 00:01:34','2021-01-21 19:01:34'),
(91540,34677,'action started via WP Cron','2021-01-22 00:03:34','2021-01-21 19:03:34'),
(91541,34677,'action complete via WP Cron','2021-01-22 00:03:34','2021-01-21 19:03:34'),
(91542,34678,'action created','2021-01-22 00:03:34','2021-01-21 19:03:34'),
(91543,34678,'action started via WP Cron','2021-01-22 00:04:30','2021-01-21 19:04:30'),
(91544,34678,'action complete via WP Cron','2021-01-22 00:04:30','2021-01-21 19:04:30'),
(91545,34679,'action created','2021-01-22 00:04:30','2021-01-21 19:04:30'),
(91546,34679,'action started via WP Cron','2021-01-22 00:05:20','2021-01-21 19:05:20'),
(91547,34679,'action complete via WP Cron','2021-01-22 00:05:20','2021-01-21 19:05:20'),
(91548,34680,'action created','2021-01-22 00:05:20','2021-01-21 19:05:20'),
(91549,34680,'action started via WP Cron','2021-01-22 00:06:12','2021-01-21 19:06:12'),
(91550,34680,'action complete via WP Cron','2021-01-22 00:06:12','2021-01-21 19:06:12'),
(91551,34681,'action created','2021-01-22 00:06:12','2021-01-21 19:06:12'),
(91552,34681,'action started via WP Cron','2021-01-22 00:07:13','2021-01-21 19:07:13'),
(91553,34681,'action complete via WP Cron','2021-01-22 00:07:13','2021-01-21 19:07:13'),
(91554,34682,'action created','2021-01-22 00:07:13','2021-01-21 19:07:13'),
(91555,34682,'action started via WP Cron','2021-01-22 00:08:23','2021-01-21 19:08:23'),
(91556,34682,'action complete via WP Cron','2021-01-22 00:08:23','2021-01-21 19:08:23'),
(91557,34683,'action created','2021-01-22 00:08:24','2021-01-21 19:08:24'),
(91558,34683,'action started via WP Cron','2021-01-22 00:09:44','2021-01-21 19:09:44'),
(91559,34683,'action complete via WP Cron','2021-01-22 00:09:44','2021-01-21 19:09:44'),
(91560,34684,'action created','2021-01-22 00:09:44','2021-01-21 19:09:44'),
(91561,34684,'action started via WP Cron','2021-01-22 00:10:53','2021-01-21 19:10:53'),
(91562,34684,'action complete via WP Cron','2021-01-22 00:10:53','2021-01-21 19:10:53'),
(91563,34685,'action created','2021-01-22 00:10:53','2021-01-21 19:10:53'),
(91564,34685,'action started via WP Cron','2021-01-22 00:11:27','2021-01-21 19:11:27'),
(91565,34685,'action complete via WP Cron','2021-01-22 00:11:27','2021-01-21 19:11:27'),
(91566,34686,'action created','2021-01-22 00:11:27','2021-01-21 19:11:27'),
(91567,34686,'action started via WP Cron','2021-01-22 00:12:44','2021-01-21 19:12:44'),
(91568,34686,'action complete via WP Cron','2021-01-22 00:12:44','2021-01-21 19:12:44'),
(91569,34687,'action created','2021-01-22 00:12:44','2021-01-21 19:12:44'),
(91570,34687,'action started via WP Cron','2021-01-22 00:13:26','2021-01-21 19:13:26'),
(91571,34687,'action complete via WP Cron','2021-01-22 00:13:26','2021-01-21 19:13:26'),
(91572,34688,'action created','2021-01-22 00:13:26','2021-01-21 19:13:26'),
(91573,34688,'action started via WP Cron','2021-01-22 00:15:10','2021-01-21 19:15:10'),
(91574,34688,'action complete via WP Cron','2021-01-22 00:15:10','2021-01-21 19:15:10'),
(91575,34689,'action created','2021-01-22 00:15:10','2021-01-21 19:15:10'),
(91576,34689,'action started via WP Cron','2021-01-22 00:15:35','2021-01-21 19:15:35'),
(91577,34689,'action complete via WP Cron','2021-01-22 00:15:35','2021-01-21 19:15:35'),
(91578,34690,'action created','2021-01-22 00:15:35','2021-01-21 19:15:35'),
(91579,34690,'action started via WP Cron','2021-01-22 00:16:15','2021-01-21 19:16:15'),
(91580,34690,'action complete via WP Cron','2021-01-22 00:16:15','2021-01-21 19:16:15'),
(91581,34691,'action created','2021-01-22 00:16:15','2021-01-21 19:16:15'),
(91582,34691,'action started via WP Cron','2021-01-22 00:17:41','2021-01-21 19:17:41'),
(91583,34691,'action complete via WP Cron','2021-01-22 00:17:41','2021-01-21 19:17:41'),
(91584,34692,'action created','2021-01-22 00:17:41','2021-01-21 19:17:41'),
(91585,34692,'action started via WP Cron','2021-01-22 00:18:14','2021-01-21 19:18:14'),
(91586,34692,'action complete via WP Cron','2021-01-22 00:18:14','2021-01-21 19:18:14'),
(91587,34693,'action created','2021-01-22 00:18:14','2021-01-21 19:18:14'),
(91588,34693,'action started via WP Cron','2021-01-22 00:19:11','2021-01-21 19:19:11'),
(91589,34693,'action complete via WP Cron','2021-01-22 00:19:11','2021-01-21 19:19:11'),
(91590,34694,'action created','2021-01-22 00:19:11','2021-01-21 19:19:11'),
(91591,34694,'action started via WP Cron','2021-01-22 00:20:17','2021-01-21 19:20:17'),
(91592,34694,'action complete via WP Cron','2021-01-22 00:20:17','2021-01-21 19:20:17'),
(91593,34695,'action created','2021-01-22 00:20:17','2021-01-21 19:20:17'),
(91594,34695,'action started via WP Cron','2021-01-22 00:21:27','2021-01-21 19:21:27'),
(91595,34695,'action complete via WP Cron','2021-01-22 00:21:27','2021-01-21 19:21:27'),
(91596,34696,'action created','2021-01-22 00:21:27','2021-01-21 19:21:27'),
(91597,34696,'action started via WP Cron','2021-01-22 00:22:14','2021-01-21 19:22:14'),
(91598,34696,'action complete via WP Cron','2021-01-22 00:22:14','2021-01-21 19:22:14'),
(91599,34697,'action created','2021-01-22 00:22:14','2021-01-21 19:22:14'),
(91600,34697,'action started via WP Cron','2021-01-22 00:23:36','2021-01-21 19:23:36'),
(91601,34697,'action complete via WP Cron','2021-01-22 00:23:36','2021-01-21 19:23:36'),
(91602,34698,'action created','2021-01-22 00:23:36','2021-01-21 19:23:36'),
(91603,34698,'action started via WP Cron','2021-01-22 00:24:21','2021-01-21 19:24:21'),
(91604,34698,'action complete via WP Cron','2021-01-22 00:24:21','2021-01-21 19:24:21'),
(91605,34699,'action created','2021-01-22 00:24:21','2021-01-21 19:24:21'),
(91606,34699,'action started via WP Cron','2021-01-22 00:25:18','2021-01-21 19:25:18'),
(91607,34699,'action complete via WP Cron','2021-01-22 00:25:18','2021-01-21 19:25:18'),
(91608,34700,'action created','2021-01-22 00:25:19','2021-01-21 19:25:19'),
(91609,34700,'action started via WP Cron','2021-01-22 00:26:17','2021-01-21 19:26:17'),
(91610,34700,'action complete via WP Cron','2021-01-22 00:26:17','2021-01-21 19:26:17'),
(91611,34701,'action created','2021-01-22 00:26:17','2021-01-21 19:26:17'),
(91612,34701,'action started via WP Cron','2021-01-22 00:27:29','2021-01-21 19:27:29'),
(91613,34701,'action complete via WP Cron','2021-01-22 00:27:29','2021-01-21 19:27:29'),
(91614,34702,'action created','2021-01-22 00:27:30','2021-01-21 19:27:30'),
(91615,34702,'action started via WP Cron','2021-01-22 00:29:16','2021-01-21 19:29:16'),
(91616,34702,'action complete via WP Cron','2021-01-22 00:29:16','2021-01-21 19:29:16'),
(91617,34703,'action created','2021-01-22 00:29:16','2021-01-21 19:29:16'),
(91618,34703,'action started via WP Cron','2021-01-22 00:30:47','2021-01-21 19:30:47'),
(91619,34703,'action complete via WP Cron','2021-01-22 00:30:47','2021-01-21 19:30:47'),
(91620,34704,'action created','2021-01-22 00:30:47','2021-01-21 19:30:47'),
(91621,34704,'action started via WP Cron','2021-01-22 00:31:22','2021-01-21 19:31:22'),
(91622,34704,'action complete via WP Cron','2021-01-22 00:31:22','2021-01-21 19:31:22'),
(91623,34705,'action created','2021-01-22 00:31:22','2021-01-21 19:31:22'),
(91624,34705,'action started via WP Cron','2021-01-22 00:32:11','2021-01-21 19:32:11'),
(91625,34705,'action complete via WP Cron','2021-01-22 00:32:11','2021-01-21 19:32:11'),
(91626,34706,'action created','2021-01-22 00:32:11','2021-01-21 19:32:11'),
(91627,34706,'action started via WP Cron','2021-01-22 00:33:15','2021-01-21 19:33:15'),
(91628,34706,'action complete via WP Cron','2021-01-22 00:33:15','2021-01-21 19:33:15'),
(91629,34707,'action created','2021-01-22 00:33:15','2021-01-21 19:33:15'),
(91630,34707,'action started via WP Cron','2021-01-22 00:34:29','2021-01-21 19:34:29'),
(91631,34707,'action complete via WP Cron','2021-01-22 00:34:29','2021-01-21 19:34:29'),
(91632,34708,'action created','2021-01-22 00:34:29','2021-01-21 19:34:29'),
(91633,34708,'action started via WP Cron','2021-01-22 00:35:43','2021-01-21 19:35:43'),
(91634,34708,'action complete via WP Cron','2021-01-22 00:35:43','2021-01-21 19:35:43'),
(91635,34709,'action created','2021-01-22 00:35:43','2021-01-21 19:35:43'),
(91636,34709,'action started via WP Cron','2021-01-22 00:36:21','2021-01-21 19:36:21'),
(91637,34709,'action complete via WP Cron','2021-01-22 00:36:21','2021-01-21 19:36:21'),
(91638,34710,'action created','2021-01-22 00:36:21','2021-01-21 19:36:21'),
(91639,34710,'action started via WP Cron','2021-01-22 00:37:24','2021-01-21 19:37:24'),
(91640,34710,'action complete via WP Cron','2021-01-22 00:37:24','2021-01-21 19:37:24'),
(91641,34711,'action created','2021-01-22 00:37:24','2021-01-21 19:37:24'),
(91642,34711,'action started via WP Cron','2021-01-22 00:38:44','2021-01-21 19:38:44'),
(91643,34711,'action complete via WP Cron','2021-01-22 00:38:44','2021-01-21 19:38:44'),
(91644,34712,'action created','2021-01-22 00:38:44','2021-01-21 19:38:44'),
(91645,34712,'action started via WP Cron','2021-01-22 00:39:18','2021-01-21 19:39:18'),
(91646,34712,'action complete via WP Cron','2021-01-22 00:39:18','2021-01-21 19:39:18'),
(91647,34713,'action created','2021-01-22 00:39:18','2021-01-21 19:39:18'),
(91648,34713,'action started via WP Cron','2021-01-22 00:41:31','2021-01-21 19:41:31'),
(91649,34713,'action complete via WP Cron','2021-01-22 00:41:31','2021-01-21 19:41:31'),
(91650,34714,'action created','2021-01-22 00:41:31','2021-01-21 19:41:31'),
(91651,34714,'action started via WP Cron','2021-01-22 00:42:43','2021-01-21 19:42:43'),
(91652,34714,'action complete via WP Cron','2021-01-22 00:42:43','2021-01-21 19:42:43'),
(91653,34715,'action created','2021-01-22 00:42:43','2021-01-21 19:42:43'),
(91654,34715,'action started via WP Cron','2021-01-22 00:43:19','2021-01-21 19:43:19'),
(91655,34715,'action complete via WP Cron','2021-01-22 00:43:19','2021-01-21 19:43:19'),
(91656,34716,'action created','2021-01-22 00:43:19','2021-01-21 19:43:19'),
(91657,34716,'action started via WP Cron','2021-01-22 00:45:00','2021-01-21 19:45:00'),
(91658,34716,'action complete via WP Cron','2021-01-22 00:45:00','2021-01-21 19:45:00'),
(91659,34717,'action created','2021-01-22 00:45:00','2021-01-21 19:45:00'),
(91660,34717,'action started via WP Cron','2021-01-22 00:45:45','2021-01-21 19:45:45'),
(91661,34717,'action complete via WP Cron','2021-01-22 00:45:45','2021-01-21 19:45:45'),
(91662,34718,'action created','2021-01-22 00:45:45','2021-01-21 19:45:45'),
(91663,34718,'action started via WP Cron','2021-01-22 00:46:18','2021-01-21 19:46:18'),
(91664,34718,'action complete via WP Cron','2021-01-22 00:46:18','2021-01-21 19:46:18'),
(91665,34719,'action created','2021-01-22 00:46:18','2021-01-21 19:46:18'),
(91666,34719,'action started via WP Cron','2021-01-22 00:48:01','2021-01-21 19:48:01'),
(91667,34719,'action complete via WP Cron','2021-01-22 00:48:01','2021-01-21 19:48:01'),
(91668,34720,'action created','2021-01-22 00:48:01','2021-01-21 19:48:01'),
(91669,34720,'action started via WP Cron','2021-01-22 00:48:19','2021-01-21 19:48:19'),
(91670,34720,'action complete via WP Cron','2021-01-22 00:48:19','2021-01-21 19:48:19'),
(91671,34721,'action created','2021-01-22 00:48:19','2021-01-21 19:48:19'),
(91672,34721,'action started via WP Cron','2021-01-22 00:49:22','2021-01-21 19:49:22'),
(91673,34721,'action complete via WP Cron','2021-01-22 00:49:22','2021-01-21 19:49:22'),
(91674,34722,'action created','2021-01-22 00:49:22','2021-01-21 19:49:22'),
(91675,34722,'action started via WP Cron','2021-01-22 00:50:30','2021-01-21 19:50:30'),
(91676,34722,'action complete via WP Cron','2021-01-22 00:50:30','2021-01-21 19:50:30'),
(91677,34723,'action created','2021-01-22 00:50:30','2021-01-21 19:50:30'),
(91678,34723,'action started via WP Cron','2021-01-22 00:51:13','2021-01-21 19:51:13'),
(91679,34723,'action complete via WP Cron','2021-01-22 00:51:13','2021-01-21 19:51:13'),
(91680,34724,'action created','2021-01-22 00:51:13','2021-01-21 19:51:13'),
(91681,34724,'action started via WP Cron','2021-01-22 00:52:25','2021-01-21 19:52:25'),
(91682,34724,'action complete via WP Cron','2021-01-22 00:52:25','2021-01-21 19:52:25'),
(91683,34725,'action created','2021-01-22 00:52:25','2021-01-21 19:52:25'),
(91684,34725,'action started via WP Cron','2021-01-22 00:53:26','2021-01-21 19:53:26'),
(91685,34725,'action complete via WP Cron','2021-01-22 00:53:26','2021-01-21 19:53:26'),
(91686,34726,'action created','2021-01-22 00:53:26','2021-01-21 19:53:26'),
(91687,34726,'action started via WP Cron','2021-01-22 00:54:20','2021-01-21 19:54:20'),
(91688,34726,'action complete via WP Cron','2021-01-22 00:54:20','2021-01-21 19:54:20'),
(91689,34727,'action created','2021-01-22 00:54:20','2021-01-21 19:54:20'),
(91690,34727,'action started via WP Cron','2021-01-22 00:55:16','2021-01-21 19:55:16'),
(91691,34727,'action complete via WP Cron','2021-01-22 00:55:16','2021-01-21 19:55:16'),
(91692,34728,'action created','2021-01-22 00:55:16','2021-01-21 19:55:16'),
(91693,34728,'action started via WP Cron','2021-01-22 00:57:06','2021-01-21 19:57:06'),
(91694,34728,'action complete via WP Cron','2021-01-22 00:57:06','2021-01-21 19:57:06'),
(91695,34729,'action created','2021-01-22 00:57:06','2021-01-21 19:57:06'),
(91696,34729,'action started via WP Cron','2021-01-22 00:57:50','2021-01-21 19:57:50'),
(91697,34729,'action complete via WP Cron','2021-01-22 00:57:50','2021-01-21 19:57:50'),
(91698,34730,'action created','2021-01-22 00:57:50','2021-01-21 19:57:50'),
(91699,34730,'action started via WP Cron','2021-01-22 00:58:45','2021-01-21 19:58:45'),
(91700,34730,'action complete via WP Cron','2021-01-22 00:58:45','2021-01-21 19:58:45'),
(91701,34731,'action created','2021-01-22 00:58:45','2021-01-21 19:58:45'),
(91702,34731,'action started via WP Cron','2021-01-22 00:59:46','2021-01-21 19:59:46'),
(91703,34731,'action complete via WP Cron','2021-01-22 00:59:46','2021-01-21 19:59:46'),
(91704,34732,'action created','2021-01-22 00:59:46','2021-01-21 19:59:46'),
(91705,34732,'action started via WP Cron','2021-01-22 01:00:29','2021-01-21 20:00:29'),
(91706,34732,'action complete via WP Cron','2021-01-22 01:00:29','2021-01-21 20:00:29'),
(91707,34733,'action created','2021-01-22 01:00:29','2021-01-21 20:00:29'),
(91708,34733,'action started via WP Cron','2021-01-22 01:01:58','2021-01-21 20:01:58'),
(91709,34733,'action complete via WP Cron','2021-01-22 01:01:58','2021-01-21 20:01:58'),
(91710,34734,'action created','2021-01-22 01:01:58','2021-01-21 20:01:58'),
(91711,34734,'action started via WP Cron','2021-01-22 01:02:18','2021-01-21 20:02:18'),
(91712,34734,'action complete via WP Cron','2021-01-22 01:02:18','2021-01-21 20:02:18'),
(91713,34735,'action created','2021-01-22 01:02:18','2021-01-21 20:02:18'),
(91714,34735,'action started via WP Cron','2021-01-22 01:03:34','2021-01-21 20:03:34'),
(91715,34735,'action complete via WP Cron','2021-01-22 01:03:34','2021-01-21 20:03:34'),
(91716,34736,'action created','2021-01-22 01:03:34','2021-01-21 20:03:34'),
(91717,34736,'action started via WP Cron','2021-01-22 01:04:29','2021-01-21 20:04:29'),
(91718,34736,'action complete via WP Cron','2021-01-22 01:04:29','2021-01-21 20:04:29'),
(91719,34737,'action created','2021-01-22 01:04:29','2021-01-21 20:04:29'),
(91720,34737,'action started via WP Cron','2021-01-22 01:05:39','2021-01-21 20:05:39'),
(91721,34737,'action complete via WP Cron','2021-01-22 01:05:39','2021-01-21 20:05:39'),
(91722,34738,'action created','2021-01-22 01:05:39','2021-01-21 20:05:39'),
(91723,34738,'action started via WP Cron','2021-01-22 01:06:20','2021-01-21 20:06:20'),
(91724,34738,'action complete via WP Cron','2021-01-22 01:06:20','2021-01-21 20:06:20'),
(91725,34739,'action created','2021-01-22 01:06:20','2021-01-21 20:06:20'),
(91726,34739,'action started via WP Cron','2021-01-22 01:07:19','2021-01-21 20:07:19'),
(91727,34739,'action complete via WP Cron','2021-01-22 01:07:19','2021-01-21 20:07:19'),
(91728,34740,'action created','2021-01-22 01:07:19','2021-01-21 20:07:19'),
(91729,34740,'action started via WP Cron','2021-01-22 01:08:44','2021-01-21 20:08:44'),
(91730,34740,'action complete via WP Cron','2021-01-22 01:08:44','2021-01-21 20:08:44'),
(91731,34741,'action created','2021-01-22 01:08:44','2021-01-21 20:08:44'),
(91732,34741,'action started via WP Cron','2021-01-22 01:09:30','2021-01-21 20:09:30'),
(91733,34741,'action complete via WP Cron','2021-01-22 01:09:30','2021-01-21 20:09:30'),
(91734,34742,'action created','2021-01-22 01:09:30','2021-01-21 20:09:30'),
(91735,34742,'action started via WP Cron','2021-01-22 01:10:24','2021-01-21 20:10:24'),
(91736,34742,'action complete via WP Cron','2021-01-22 01:10:24','2021-01-21 20:10:24'),
(91737,34743,'action created','2021-01-22 01:10:24','2021-01-21 20:10:24'),
(91738,34743,'action started via WP Cron','2021-01-22 01:12:25','2021-01-21 20:12:25'),
(91739,34743,'action complete via WP Cron','2021-01-22 01:12:25','2021-01-21 20:12:25'),
(91740,34744,'action created','2021-01-22 01:12:25','2021-01-21 20:12:25'),
(91741,34744,'action started via WP Cron','2021-01-22 01:13:31','2021-01-21 20:13:31'),
(91742,34744,'action complete via WP Cron','2021-01-22 01:13:31','2021-01-21 20:13:31'),
(91743,34745,'action created','2021-01-22 01:13:31','2021-01-21 20:13:31'),
(91744,34745,'action started via WP Cron','2021-01-22 01:14:28','2021-01-21 20:14:28'),
(91745,34745,'action complete via WP Cron','2021-01-22 01:14:28','2021-01-21 20:14:28'),
(91746,34746,'action created','2021-01-22 01:14:28','2021-01-21 20:14:28'),
(91747,34746,'action started via WP Cron','2021-01-22 01:15:36','2021-01-21 20:15:36'),
(91748,34746,'action complete via WP Cron','2021-01-22 01:15:36','2021-01-21 20:15:36'),
(91749,34747,'action created','2021-01-22 01:15:36','2021-01-21 20:15:36'),
(91750,34747,'action started via WP Cron','2021-01-22 01:16:14','2021-01-21 20:16:14'),
(91751,34747,'action complete via WP Cron','2021-01-22 01:16:14','2021-01-21 20:16:14'),
(91752,34748,'action created','2021-01-22 01:16:14','2021-01-21 20:16:14'),
(91753,34748,'action started via WP Cron','2021-01-22 01:17:46','2021-01-21 20:17:46'),
(91754,34748,'action complete via WP Cron','2021-01-22 01:17:46','2021-01-21 20:17:46'),
(91755,34749,'action created','2021-01-22 01:17:46','2021-01-21 20:17:46'),
(91756,34749,'action started via WP Cron','2021-01-22 01:19:24','2021-01-21 20:19:24'),
(91757,34749,'action complete via WP Cron','2021-01-22 01:19:24','2021-01-21 20:19:24'),
(91758,34750,'action created','2021-01-22 01:19:24','2021-01-21 20:19:24'),
(91759,34750,'action started via WP Cron','2021-01-22 01:21:09','2021-01-21 20:21:09'),
(91760,34750,'action complete via WP Cron','2021-01-22 01:21:09','2021-01-21 20:21:09'),
(91761,34751,'action created','2021-01-22 01:21:09','2021-01-21 20:21:09'),
(91762,34751,'action started via WP Cron','2021-01-22 01:21:59','2021-01-21 20:21:59'),
(91763,34751,'action complete via WP Cron','2021-01-22 01:21:59','2021-01-21 20:21:59'),
(91764,34752,'action created','2021-01-22 01:21:59','2021-01-21 20:21:59'),
(91765,34752,'action started via WP Cron','2021-01-22 01:22:52','2021-01-21 20:22:52'),
(91766,34752,'action complete via WP Cron','2021-01-22 01:22:52','2021-01-21 20:22:52'),
(91767,34753,'action created','2021-01-22 01:22:52','2021-01-21 20:22:52'),
(91768,34753,'action started via WP Cron','2021-01-22 01:23:29','2021-01-21 20:23:29'),
(91769,34753,'action complete via WP Cron','2021-01-22 01:23:29','2021-01-21 20:23:29'),
(91770,34754,'action created','2021-01-22 01:23:29','2021-01-21 20:23:29'),
(91771,34754,'action started via WP Cron','2021-01-22 01:24:20','2021-01-21 20:24:20'),
(91772,34754,'action complete via WP Cron','2021-01-22 01:24:20','2021-01-21 20:24:20'),
(91773,34755,'action created','2021-01-22 01:24:20','2021-01-21 20:24:20'),
(91774,34755,'action started via WP Cron','2021-01-22 01:25:52','2021-01-21 20:25:52'),
(91775,34755,'action complete via WP Cron','2021-01-22 01:25:52','2021-01-21 20:25:52'),
(91776,34756,'action created','2021-01-22 01:25:52','2021-01-21 20:25:52'),
(91777,34756,'action started via WP Cron','2021-01-22 01:26:20','2021-01-21 20:26:20'),
(91778,34756,'action complete via WP Cron','2021-01-22 01:26:20','2021-01-21 20:26:20'),
(91779,34757,'action created','2021-01-22 01:26:20','2021-01-21 20:26:20'),
(91780,34757,'action started via WP Cron','2021-01-22 01:27:11','2021-01-21 20:27:11'),
(91781,34757,'action complete via WP Cron','2021-01-22 01:27:11','2021-01-21 20:27:11'),
(91782,34758,'action created','2021-01-22 01:27:11','2021-01-21 20:27:11'),
(91783,34758,'action started via WP Cron','2021-01-22 01:28:23','2021-01-21 20:28:23'),
(91784,34758,'action complete via WP Cron','2021-01-22 01:28:23','2021-01-21 20:28:23'),
(91785,33717,'action started via WP Cron','2021-01-22 01:28:23','2021-01-21 20:28:23'),
(91786,33717,'action complete via WP Cron','2021-01-22 01:28:23','2021-01-21 20:28:23'),
(91787,34759,'action created','2021-01-22 01:28:23','2021-01-21 20:28:23'),
(91788,34760,'action created','2021-01-22 01:28:23','2021-01-21 20:28:23'),
(91789,34760,'action started via WP Cron','2021-01-22 01:29:46','2021-01-21 20:29:46'),
(91790,34760,'action complete via WP Cron','2021-01-22 01:29:46','2021-01-21 20:29:46'),
(91791,34761,'action created','2021-01-22 01:29:46','2021-01-21 20:29:46'),
(91792,34761,'action started via WP Cron','2021-01-22 01:30:39','2021-01-21 20:30:39'),
(91793,34761,'action complete via WP Cron','2021-01-22 01:30:39','2021-01-21 20:30:39'),
(91794,34762,'action created','2021-01-22 01:30:39','2021-01-21 20:30:39'),
(91795,34762,'action started via WP Cron','2021-01-22 01:31:36','2021-01-21 20:31:36'),
(91796,34762,'action complete via WP Cron','2021-01-22 01:31:36','2021-01-21 20:31:36'),
(91797,34763,'action created','2021-01-22 01:31:36','2021-01-21 20:31:36'),
(91798,34763,'action started via WP Cron','2021-01-22 01:32:39','2021-01-21 20:32:39'),
(91799,34763,'action complete via WP Cron','2021-01-22 01:32:39','2021-01-21 20:32:39'),
(91800,34764,'action created','2021-01-22 01:32:39','2021-01-21 20:32:39'),
(91801,34764,'action started via WP Cron','2021-01-22 01:33:12','2021-01-21 20:33:12'),
(91802,34764,'action complete via WP Cron','2021-01-22 01:33:12','2021-01-21 20:33:12'),
(91803,34765,'action created','2021-01-22 01:33:12','2021-01-21 20:33:12'),
(91804,34765,'action started via WP Cron','2021-01-22 01:34:34','2021-01-21 20:34:34'),
(91805,34765,'action complete via WP Cron','2021-01-22 01:34:34','2021-01-21 20:34:34'),
(91806,34766,'action created','2021-01-22 01:34:34','2021-01-21 20:34:34'),
(91807,34766,'action started via WP Cron','2021-01-22 01:36:29','2021-01-21 20:36:29'),
(91808,34766,'action complete via WP Cron','2021-01-22 01:36:29','2021-01-21 20:36:29'),
(91809,34767,'action created','2021-01-22 01:36:30','2021-01-21 20:36:30'),
(91810,34767,'action started via WP Cron','2021-01-22 01:37:42','2021-01-21 20:37:42'),
(91811,34767,'action complete via WP Cron','2021-01-22 01:37:42','2021-01-21 20:37:42'),
(91812,34768,'action created','2021-01-22 01:37:42','2021-01-21 20:37:42'),
(91813,34768,'action started via WP Cron','2021-01-22 01:38:31','2021-01-21 20:38:31'),
(91814,34768,'action complete via WP Cron','2021-01-22 01:38:31','2021-01-21 20:38:31'),
(91815,34769,'action created','2021-01-22 01:38:31','2021-01-21 20:38:31'),
(91816,34769,'action started via WP Cron','2021-01-22 01:39:19','2021-01-21 20:39:19'),
(91817,34769,'action complete via WP Cron','2021-01-22 01:39:19','2021-01-21 20:39:19'),
(91818,34770,'action created','2021-01-22 01:39:19','2021-01-21 20:39:19'),
(91819,34770,'action started via WP Cron','2021-01-22 01:41:12','2021-01-21 20:41:12'),
(91820,34770,'action complete via WP Cron','2021-01-22 01:41:12','2021-01-21 20:41:12'),
(91821,34771,'action created','2021-01-22 01:41:12','2021-01-21 20:41:12'),
(91822,34771,'action started via WP Cron','2021-01-22 01:42:35','2021-01-21 20:42:35'),
(91823,34771,'action complete via WP Cron','2021-01-22 01:42:35','2021-01-21 20:42:35'),
(91824,34772,'action created','2021-01-22 01:42:35','2021-01-21 20:42:35'),
(91825,34772,'action started via WP Cron','2021-01-22 01:43:14','2021-01-21 20:43:14'),
(91826,34772,'action complete via WP Cron','2021-01-22 01:43:14','2021-01-21 20:43:14'),
(91827,34773,'action created','2021-01-22 01:43:14','2021-01-21 20:43:14'),
(91828,34773,'action started via WP Cron','2021-01-22 01:44:33','2021-01-21 20:44:33'),
(91829,34773,'action complete via WP Cron','2021-01-22 01:44:33','2021-01-21 20:44:33'),
(91830,34774,'action created','2021-01-22 01:44:33','2021-01-21 20:44:33'),
(91831,34774,'action started via WP Cron','2021-01-22 01:45:15','2021-01-21 20:45:15'),
(91832,34774,'action complete via WP Cron','2021-01-22 01:45:15','2021-01-21 20:45:15'),
(91833,34775,'action created','2021-01-22 01:45:15','2021-01-21 20:45:15'),
(91834,34775,'action started via WP Cron','2021-01-22 01:46:15','2021-01-21 20:46:15'),
(91835,34775,'action complete via WP Cron','2021-01-22 01:46:15','2021-01-21 20:46:15'),
(91836,34776,'action created','2021-01-22 01:46:15','2021-01-21 20:46:15'),
(91837,34776,'action started via WP Cron','2021-01-22 01:47:17','2021-01-21 20:47:17'),
(91838,34776,'action complete via WP Cron','2021-01-22 01:47:17','2021-01-21 20:47:17'),
(91839,34777,'action created','2021-01-22 01:47:17','2021-01-21 20:47:17'),
(91840,34777,'action started via WP Cron','2021-01-22 01:48:12','2021-01-21 20:48:12'),
(91841,34777,'action complete via WP Cron','2021-01-22 01:48:12','2021-01-21 20:48:12'),
(91842,34778,'action created','2021-01-22 01:48:12','2021-01-21 20:48:12'),
(91843,34778,'action started via WP Cron','2021-01-22 01:49:16','2021-01-21 20:49:16'),
(91844,34778,'action complete via WP Cron','2021-01-22 01:49:16','2021-01-21 20:49:16'),
(91845,34779,'action created','2021-01-22 01:49:16','2021-01-21 20:49:16'),
(91846,34779,'action started via WP Cron','2021-01-22 01:50:16','2021-01-21 20:50:16'),
(91847,34779,'action complete via WP Cron','2021-01-22 01:50:16','2021-01-21 20:50:16'),
(91848,34780,'action created','2021-01-22 01:50:16','2021-01-21 20:50:16'),
(91849,34780,'action started via WP Cron','2021-01-22 01:51:15','2021-01-21 20:51:15'),
(91850,34780,'action complete via WP Cron','2021-01-22 01:51:15','2021-01-21 20:51:15'),
(91851,34781,'action created','2021-01-22 01:51:16','2021-01-21 20:51:16'),
(91852,34781,'action started via WP Cron','2021-01-22 01:52:25','2021-01-21 20:52:25'),
(91853,34781,'action complete via WP Cron','2021-01-22 01:52:25','2021-01-21 20:52:25'),
(91854,34782,'action created','2021-01-22 01:52:25','2021-01-21 20:52:25'),
(91855,34782,'action started via WP Cron','2021-01-22 01:54:18','2021-01-21 20:54:18'),
(91856,34782,'action complete via WP Cron','2021-01-22 01:54:18','2021-01-21 20:54:18'),
(91857,34783,'action created','2021-01-22 01:54:18','2021-01-21 20:54:18'),
(91858,34783,'action started via WP Cron','2021-01-22 01:55:56','2021-01-21 20:55:56'),
(91859,34783,'action complete via WP Cron','2021-01-22 01:55:56','2021-01-21 20:55:56'),
(91860,34784,'action created','2021-01-22 01:55:56','2021-01-21 20:55:56'),
(91861,34784,'action started via WP Cron','2021-01-22 01:57:29','2021-01-21 20:57:29'),
(91862,34784,'action complete via WP Cron','2021-01-22 01:57:30','2021-01-21 20:57:30'),
(91863,34785,'action created','2021-01-22 01:57:30','2021-01-21 20:57:30'),
(91864,34785,'action started via WP Cron','2021-01-22 01:58:55','2021-01-21 20:58:55'),
(91865,34785,'action complete via WP Cron','2021-01-22 01:58:55','2021-01-21 20:58:55'),
(91866,34786,'action created','2021-01-22 01:58:55','2021-01-21 20:58:55'),
(91867,34786,'action started via WP Cron','2021-01-22 01:59:12','2021-01-21 20:59:12'),
(91868,34786,'action complete via WP Cron','2021-01-22 01:59:12','2021-01-21 20:59:12'),
(91869,34787,'action created','2021-01-22 01:59:12','2021-01-21 20:59:12'),
(91870,34787,'action started via WP Cron','2021-01-22 02:00:16','2021-01-21 21:00:16'),
(91871,34787,'action complete via WP Cron','2021-01-22 02:00:16','2021-01-21 21:00:16'),
(91872,34788,'action created','2021-01-22 02:00:16','2021-01-21 21:00:16'),
(91873,34788,'action started via WP Cron','2021-01-22 02:02:17','2021-01-21 21:02:17'),
(91874,34788,'action complete via WP Cron','2021-01-22 02:02:17','2021-01-21 21:02:17'),
(91875,34789,'action created','2021-01-22 02:02:17','2021-01-21 21:02:17'),
(91876,34789,'action started via WP Cron','2021-01-22 02:03:58','2021-01-21 21:03:58'),
(91877,34789,'action complete via WP Cron','2021-01-22 02:03:58','2021-01-21 21:03:58'),
(91878,34790,'action created','2021-01-22 02:03:58','2021-01-21 21:03:58'),
(91879,34790,'action started via WP Cron','2021-01-22 02:05:03','2021-01-21 21:05:03'),
(91880,34790,'action complete via WP Cron','2021-01-22 02:05:03','2021-01-21 21:05:03'),
(91881,34791,'action created','2021-01-22 02:05:03','2021-01-21 21:05:03'),
(91882,34791,'action started via WP Cron','2021-01-22 02:05:23','2021-01-21 21:05:23'),
(91883,34791,'action complete via WP Cron','2021-01-22 02:05:23','2021-01-21 21:05:23'),
(91884,34792,'action created','2021-01-22 02:05:23','2021-01-21 21:05:23'),
(91885,34792,'action started via WP Cron','2021-01-22 02:06:57','2021-01-21 21:06:57'),
(91886,34792,'action complete via WP Cron','2021-01-22 02:06:57','2021-01-21 21:06:57'),
(91887,34793,'action created','2021-01-22 02:06:57','2021-01-21 21:06:57'),
(91888,34793,'action started via WP Cron','2021-01-22 02:07:30','2021-01-21 21:07:30'),
(91889,34793,'action complete via WP Cron','2021-01-22 02:07:30','2021-01-21 21:07:30'),
(91890,34794,'action created','2021-01-22 02:07:30','2021-01-21 21:07:30'),
(91891,34794,'action started via WP Cron','2021-01-22 02:08:13','2021-01-21 21:08:13'),
(91892,34794,'action complete via WP Cron','2021-01-22 02:08:13','2021-01-21 21:08:13'),
(91893,34795,'action created','2021-01-22 02:08:13','2021-01-21 21:08:13'),
(91894,34795,'action started via WP Cron','2021-01-22 02:10:53','2021-01-21 21:10:53'),
(91895,34795,'action complete via WP Cron','2021-01-22 02:10:54','2021-01-21 21:10:54'),
(91896,34796,'action created','2021-01-22 02:10:54','2021-01-21 21:10:54'),
(91897,34796,'action started via WP Cron','2021-01-22 02:11:37','2021-01-21 21:11:37'),
(91898,34796,'action complete via WP Cron','2021-01-22 02:11:37','2021-01-21 21:11:37'),
(91899,34797,'action created','2021-01-22 02:11:37','2021-01-21 21:11:37'),
(91900,34797,'action started via WP Cron','2021-01-22 02:12:33','2021-01-21 21:12:33'),
(91901,34797,'action complete via WP Cron','2021-01-22 02:12:33','2021-01-21 21:12:33'),
(91902,34798,'action created','2021-01-22 02:12:33','2021-01-21 21:12:33'),
(91903,34798,'action started via WP Cron','2021-01-22 02:13:42','2021-01-21 21:13:42'),
(91904,34798,'action complete via WP Cron','2021-01-22 02:13:42','2021-01-21 21:13:42'),
(91905,34799,'action created','2021-01-22 02:13:42','2021-01-21 21:13:42'),
(91906,34799,'action started via WP Cron','2021-01-22 02:14:18','2021-01-21 21:14:18'),
(91907,34799,'action complete via WP Cron','2021-01-22 02:14:18','2021-01-21 21:14:18'),
(91908,34800,'action created','2021-01-22 02:14:18','2021-01-21 21:14:18'),
(91909,34800,'action started via WP Cron','2021-01-22 02:16:01','2021-01-21 21:16:01'),
(91910,34800,'action complete via WP Cron','2021-01-22 02:16:01','2021-01-21 21:16:01'),
(91911,34801,'action created','2021-01-22 02:16:01','2021-01-21 21:16:01'),
(91912,34801,'action started via WP Cron','2021-01-22 02:16:11','2021-01-21 21:16:11'),
(91913,34801,'action complete via WP Cron','2021-01-22 02:16:11','2021-01-21 21:16:11'),
(91914,34802,'action created','2021-01-22 02:16:11','2021-01-21 21:16:11'),
(91915,34802,'action started via WP Cron','2021-01-22 02:17:19','2021-01-21 21:17:19'),
(91916,34802,'action complete via WP Cron','2021-01-22 02:17:19','2021-01-21 21:17:19'),
(91917,34803,'action created','2021-01-22 02:17:19','2021-01-21 21:17:19'),
(91918,34803,'action started via WP Cron','2021-01-22 02:19:24','2021-01-21 21:19:24'),
(91919,34803,'action complete via WP Cron','2021-01-22 02:19:24','2021-01-21 21:19:24'),
(91920,34804,'action created','2021-01-22 02:19:24','2021-01-21 21:19:24'),
(91921,34804,'action started via WP Cron','2021-01-22 02:21:04','2021-01-21 21:21:04'),
(91922,34804,'action complete via WP Cron','2021-01-22 02:21:04','2021-01-21 21:21:04'),
(91923,34805,'action created','2021-01-22 02:21:04','2021-01-21 21:21:04'),
(91924,34805,'action started via WP Cron','2021-01-22 02:21:22','2021-01-21 21:21:22'),
(91925,34805,'action complete via WP Cron','2021-01-22 02:21:22','2021-01-21 21:21:22'),
(91926,34806,'action created','2021-01-22 02:21:22','2021-01-21 21:21:22'),
(91927,34806,'action started via WP Cron','2021-01-22 02:23:05','2021-01-21 21:23:05'),
(91928,34806,'action complete via WP Cron','2021-01-22 02:23:05','2021-01-21 21:23:05'),
(91929,34807,'action created','2021-01-22 02:23:05','2021-01-21 21:23:05'),
(91930,34807,'action started via WP Cron','2021-01-22 02:24:44','2021-01-21 21:24:44'),
(91931,34807,'action complete via WP Cron','2021-01-22 02:24:44','2021-01-21 21:24:44'),
(91932,34808,'action created','2021-01-22 02:24:44','2021-01-21 21:24:44'),
(91933,34808,'action started via WP Cron','2021-01-22 02:25:18','2021-01-21 21:25:18'),
(91934,34808,'action complete via WP Cron','2021-01-22 02:25:18','2021-01-21 21:25:18'),
(91935,34809,'action created','2021-01-22 02:25:18','2021-01-21 21:25:18'),
(91936,34809,'action started via WP Cron','2021-01-22 02:26:23','2021-01-21 21:26:23'),
(91937,34809,'action complete via WP Cron','2021-01-22 02:26:23','2021-01-21 21:26:23'),
(91938,34810,'action created','2021-01-22 02:26:23','2021-01-21 21:26:23'),
(91939,34810,'action started via WP Cron','2021-01-22 02:27:35','2021-01-21 21:27:35'),
(91940,34810,'action complete via WP Cron','2021-01-22 02:27:35','2021-01-21 21:27:35'),
(91941,34811,'action created','2021-01-22 02:27:35','2021-01-21 21:27:35'),
(91942,34811,'action started via WP Cron','2021-01-22 02:29:08','2021-01-21 21:29:08'),
(91943,34811,'action complete via WP Cron','2021-01-22 02:29:08','2021-01-21 21:29:08'),
(91944,34812,'action created','2021-01-22 02:29:08','2021-01-21 21:29:08'),
(91945,34812,'action started via WP Cron','2021-01-22 02:29:34','2021-01-21 21:29:34'),
(91946,34812,'action complete via WP Cron','2021-01-22 02:29:34','2021-01-21 21:29:34'),
(91947,34813,'action created','2021-01-22 02:29:34','2021-01-21 21:29:34'),
(91948,34813,'action started via WP Cron','2021-01-22 02:30:43','2021-01-21 21:30:43'),
(91949,34813,'action complete via WP Cron','2021-01-22 02:30:43','2021-01-21 21:30:43'),
(91950,34814,'action created','2021-01-22 02:30:43','2021-01-21 21:30:43'),
(91951,34814,'action started via WP Cron','2021-01-22 02:32:34','2021-01-21 21:32:34'),
(91952,34814,'action complete via WP Cron','2021-01-22 02:32:34','2021-01-21 21:32:34'),
(91953,34815,'action created','2021-01-22 02:32:34','2021-01-21 21:32:34'),
(91954,34815,'action started via WP Cron','2021-01-22 02:33:32','2021-01-21 21:33:32'),
(91955,34815,'action complete via WP Cron','2021-01-22 02:33:32','2021-01-21 21:33:32'),
(91956,34816,'action created','2021-01-22 02:33:32','2021-01-21 21:33:32'),
(91957,34816,'action started via WP Cron','2021-01-22 02:34:13','2021-01-21 21:34:13'),
(91958,34816,'action complete via WP Cron','2021-01-22 02:34:13','2021-01-21 21:34:13'),
(91959,34817,'action created','2021-01-22 02:34:13','2021-01-21 21:34:13'),
(91960,34817,'action started via WP Cron','2021-01-22 02:35:51','2021-01-21 21:35:51'),
(91961,34817,'action complete via WP Cron','2021-01-22 02:35:51','2021-01-21 21:35:51'),
(91962,34818,'action created','2021-01-22 02:35:51','2021-01-21 21:35:51'),
(91963,34818,'action started via WP Cron','2021-01-22 02:37:02','2021-01-21 21:37:02'),
(91964,34818,'action complete via WP Cron','2021-01-22 02:37:02','2021-01-21 21:37:02'),
(91965,34819,'action created','2021-01-22 02:37:02','2021-01-21 21:37:02'),
(91966,34819,'action started via WP Cron','2021-01-22 02:37:28','2021-01-21 21:37:28'),
(91967,34819,'action complete via WP Cron','2021-01-22 02:37:28','2021-01-21 21:37:28'),
(91968,34820,'action created','2021-01-22 02:37:28','2021-01-21 21:37:28'),
(91969,34820,'action started via WP Cron','2021-01-22 02:38:52','2021-01-21 21:38:52'),
(91970,34820,'action complete via WP Cron','2021-01-22 02:38:52','2021-01-21 21:38:52'),
(91971,34821,'action created','2021-01-22 02:38:52','2021-01-21 21:38:52'),
(91972,34821,'action started via WP Cron','2021-01-22 02:39:36','2021-01-21 21:39:36'),
(91973,34821,'action complete via WP Cron','2021-01-22 02:39:36','2021-01-21 21:39:36'),
(91974,34822,'action created','2021-01-22 02:39:36','2021-01-21 21:39:36'),
(91975,34822,'action started via WP Cron','2021-01-22 02:40:12','2021-01-21 21:40:12'),
(91976,34822,'action complete via WP Cron','2021-01-22 02:40:12','2021-01-21 21:40:12'),
(91977,34823,'action created','2021-01-22 02:40:12','2021-01-21 21:40:12'),
(91978,34823,'action started via WP Cron','2021-01-22 02:42:34','2021-01-21 21:42:34'),
(91979,34823,'action complete via WP Cron','2021-01-22 02:42:34','2021-01-21 21:42:34'),
(91980,34824,'action created','2021-01-22 02:42:34','2021-01-21 21:42:34'),
(91981,34824,'action started via WP Cron','2021-01-22 02:44:21','2021-01-21 21:44:21'),
(91982,34824,'action complete via WP Cron','2021-01-22 02:44:21','2021-01-21 21:44:21'),
(91983,34825,'action created','2021-01-22 02:44:22','2021-01-21 21:44:22'),
(91984,34825,'action started via WP Cron','2021-01-22 02:45:39','2021-01-21 21:45:39'),
(91985,34825,'action complete via WP Cron','2021-01-22 02:45:39','2021-01-21 21:45:39'),
(91986,34826,'action created','2021-01-22 02:45:39','2021-01-21 21:45:39'),
(91987,34826,'action started via WP Cron','2021-01-22 02:46:26','2021-01-21 21:46:26'),
(91988,34826,'action complete via WP Cron','2021-01-22 02:46:26','2021-01-21 21:46:26'),
(91989,34827,'action created','2021-01-22 02:46:26','2021-01-21 21:46:26'),
(91990,34827,'action started via WP Cron','2021-01-22 02:47:40','2021-01-21 21:47:40'),
(91991,34827,'action complete via WP Cron','2021-01-22 02:47:40','2021-01-21 21:47:40'),
(91992,34828,'action created','2021-01-22 02:47:40','2021-01-21 21:47:40'),
(91993,34828,'action started via WP Cron','2021-01-22 02:48:49','2021-01-21 21:48:49'),
(91994,34828,'action complete via WP Cron','2021-01-22 02:48:49','2021-01-21 21:48:49'),
(91995,34829,'action created','2021-01-22 02:48:49','2021-01-21 21:48:49'),
(91996,34829,'action started via WP Cron','2021-01-22 02:49:20','2021-01-21 21:49:20'),
(91997,34829,'action complete via WP Cron','2021-01-22 02:49:20','2021-01-21 21:49:20'),
(91998,34830,'action created','2021-01-22 02:49:20','2021-01-21 21:49:20'),
(91999,34830,'action started via WP Cron','2021-01-22 02:50:11','2021-01-21 21:50:11'),
(92000,34830,'action complete via WP Cron','2021-01-22 02:50:11','2021-01-21 21:50:11'),
(92001,34831,'action created','2021-01-22 02:50:11','2021-01-21 21:50:11'),
(92002,34831,'action started via WP Cron','2021-01-22 02:51:20','2021-01-21 21:51:20'),
(92003,34831,'action complete via WP Cron','2021-01-22 02:51:20','2021-01-21 21:51:20'),
(92004,34832,'action created','2021-01-22 02:51:20','2021-01-21 21:51:20'),
(92005,34832,'action started via WP Cron','2021-01-22 02:52:17','2021-01-21 21:52:17'),
(92006,34832,'action complete via WP Cron','2021-01-22 02:52:17','2021-01-21 21:52:17'),
(92007,34833,'action created','2021-01-22 02:52:17','2021-01-21 21:52:17'),
(92008,34833,'action started via WP Cron','2021-01-22 02:54:00','2021-01-21 21:54:00'),
(92009,34833,'action complete via WP Cron','2021-01-22 02:54:00','2021-01-21 21:54:00'),
(92010,34834,'action created','2021-01-22 02:54:00','2021-01-21 21:54:00'),
(92011,34834,'action started via WP Cron','2021-01-22 02:54:14','2021-01-21 21:54:14'),
(92012,34834,'action complete via WP Cron','2021-01-22 02:54:14','2021-01-21 21:54:14'),
(92013,34835,'action created','2021-01-22 02:54:14','2021-01-21 21:54:14'),
(92014,34835,'action started via WP Cron','2021-01-22 02:55:13','2021-01-21 21:55:13'),
(92015,34835,'action complete via WP Cron','2021-01-22 02:55:14','2021-01-21 21:55:14'),
(92016,34836,'action created','2021-01-22 02:55:14','2021-01-21 21:55:14'),
(92017,34836,'action started via WP Cron','2021-01-22 02:56:14','2021-01-21 21:56:14'),
(92018,34836,'action complete via WP Cron','2021-01-22 02:56:14','2021-01-21 21:56:14'),
(92019,34837,'action created','2021-01-22 02:56:14','2021-01-21 21:56:14'),
(92020,34837,'action started via WP Cron','2021-01-22 02:58:01','2021-01-21 21:58:01'),
(92021,34837,'action complete via WP Cron','2021-01-22 02:58:01','2021-01-21 21:58:01'),
(92022,34838,'action created','2021-01-22 02:58:01','2021-01-21 21:58:01'),
(92023,34838,'action started via WP Cron','2021-01-22 02:59:40','2021-01-21 21:59:40'),
(92024,34838,'action complete via WP Cron','2021-01-22 02:59:40','2021-01-21 21:59:40'),
(92025,34839,'action created','2021-01-22 02:59:41','2021-01-21 21:59:41'),
(92026,34839,'action started via WP Cron','2021-01-22 03:01:15','2021-01-21 22:01:15'),
(92027,34839,'action complete via WP Cron','2021-01-22 03:01:15','2021-01-21 22:01:15'),
(92028,34840,'action created','2021-01-22 03:01:15','2021-01-21 22:01:15'),
(92029,34840,'action started via WP Cron','2021-01-22 03:02:20','2021-01-21 22:02:20'),
(92030,34840,'action complete via WP Cron','2021-01-22 03:02:20','2021-01-21 22:02:20'),
(92031,34841,'action created','2021-01-22 03:02:20','2021-01-21 22:02:20'),
(92032,34841,'action started via WP Cron','2021-01-22 03:03:52','2021-01-21 22:03:52'),
(92033,34841,'action complete via WP Cron','2021-01-22 03:03:52','2021-01-21 22:03:52'),
(92034,34842,'action created','2021-01-22 03:03:52','2021-01-21 22:03:52'),
(92035,34842,'action started via WP Cron','2021-01-22 03:04:44','2021-01-21 22:04:44'),
(92036,34842,'action complete via WP Cron','2021-01-22 03:04:44','2021-01-21 22:04:44'),
(92037,34843,'action created','2021-01-22 03:04:44','2021-01-21 22:04:44'),
(92038,34843,'action started via WP Cron','2021-01-22 03:05:42','2021-01-21 22:05:42'),
(92039,34843,'action complete via WP Cron','2021-01-22 03:05:42','2021-01-21 22:05:42'),
(92040,34844,'action created','2021-01-22 03:05:42','2021-01-21 22:05:42'),
(92041,34844,'action started via WP Cron','2021-01-22 03:06:17','2021-01-21 22:06:17'),
(92042,34844,'action complete via WP Cron','2021-01-22 03:06:17','2021-01-21 22:06:17'),
(92043,34845,'action created','2021-01-22 03:06:17','2021-01-21 22:06:17'),
(92044,34845,'action started via WP Cron','2021-01-22 03:07:18','2021-01-21 22:07:18'),
(92045,34845,'action complete via WP Cron','2021-01-22 03:07:18','2021-01-21 22:07:18'),
(92046,34846,'action created','2021-01-22 03:07:18','2021-01-21 22:07:18'),
(92047,34846,'action started via WP Cron','2021-01-22 03:08:25','2021-01-21 22:08:25'),
(92048,34846,'action complete via WP Cron','2021-01-22 03:08:26','2021-01-21 22:08:26'),
(92049,34847,'action created','2021-01-22 03:08:48','2021-01-21 22:08:48'),
(92050,34847,'action started via WP Cron','2021-01-22 03:09:42','2021-01-21 22:09:42'),
(92051,34847,'action complete via WP Cron','2021-01-22 03:09:42','2021-01-21 22:09:42'),
(92052,34848,'action created','2021-01-22 03:09:42','2021-01-21 22:09:42'),
(92053,34848,'action started via WP Cron','2021-01-22 03:10:44','2021-01-21 22:10:44'),
(92054,34848,'action complete via WP Cron','2021-01-22 03:10:44','2021-01-21 22:10:44'),
(92055,34849,'action created','2021-01-22 03:10:44','2021-01-21 22:10:44'),
(92056,34849,'action started via WP Cron','2021-01-22 03:11:28','2021-01-21 22:11:28'),
(92057,34849,'action complete via WP Cron','2021-01-22 03:11:28','2021-01-21 22:11:28'),
(92058,34850,'action created','2021-01-22 03:11:28','2021-01-21 22:11:28'),
(92059,34850,'action started via WP Cron','2021-01-22 03:12:38','2021-01-21 22:12:38'),
(92060,34850,'action complete via WP Cron','2021-01-22 03:12:38','2021-01-21 22:12:38'),
(92061,34851,'action created','2021-01-22 03:12:39','2021-01-21 22:12:39'),
(92062,34851,'action started via WP Cron','2021-01-22 03:13:30','2021-01-21 22:13:30'),
(92063,34851,'action complete via WP Cron','2021-01-22 03:13:30','2021-01-21 22:13:30'),
(92064,34852,'action created','2021-01-22 03:13:30','2021-01-21 22:13:30'),
(92065,34852,'action started via WP Cron','2021-01-22 03:14:24','2021-01-21 22:14:24'),
(92066,34852,'action complete via WP Cron','2021-01-22 03:14:24','2021-01-21 22:14:24'),
(92067,34853,'action created','2021-01-22 03:14:24','2021-01-21 22:14:24'),
(92068,34853,'action started via WP Cron','2021-01-22 03:15:36','2021-01-21 22:15:36'),
(92069,34853,'action complete via WP Cron','2021-01-22 03:15:36','2021-01-21 22:15:36'),
(92070,34854,'action created','2021-01-22 03:15:36','2021-01-21 22:15:36'),
(92071,34854,'action started via WP Cron','2021-01-22 03:17:14','2021-01-21 22:17:14'),
(92072,34854,'action complete via WP Cron','2021-01-22 03:17:14','2021-01-21 22:17:14'),
(92073,34855,'action created','2021-01-22 03:17:14','2021-01-21 22:17:14'),
(92074,34855,'action started via WP Cron','2021-01-22 03:18:53','2021-01-21 22:18:53'),
(92075,34855,'action complete via WP Cron','2021-01-22 03:18:53','2021-01-21 22:18:53'),
(92076,34856,'action created','2021-01-22 03:18:53','2021-01-21 22:18:53'),
(92077,34856,'action started via WP Cron','2021-01-22 03:19:25','2021-01-21 22:19:25'),
(92078,34856,'action complete via WP Cron','2021-01-22 03:19:25','2021-01-21 22:19:25'),
(92079,34857,'action created','2021-01-22 03:19:25','2021-01-21 22:19:25'),
(92080,34857,'action started via WP Cron','2021-01-22 03:20:29','2021-01-21 22:20:29'),
(92081,34857,'action complete via WP Cron','2021-01-22 03:20:29','2021-01-21 22:20:29'),
(92082,34858,'action created','2021-01-22 03:20:29','2021-01-21 22:20:29'),
(92083,34858,'action started via WP Cron','2021-01-22 03:21:15','2021-01-21 22:21:15'),
(92084,34858,'action complete via WP Cron','2021-01-22 03:21:15','2021-01-21 22:21:15'),
(92085,34859,'action created','2021-01-22 03:21:15','2021-01-21 22:21:15'),
(92086,34859,'action started via WP Cron','2021-01-22 03:23:02','2021-01-21 22:23:02'),
(92087,34859,'action complete via WP Cron','2021-01-22 03:23:02','2021-01-21 22:23:02'),
(92088,34860,'action created','2021-01-22 03:23:02','2021-01-21 22:23:02'),
(92089,34860,'action started via WP Cron','2021-01-22 03:24:46','2021-01-21 22:24:46'),
(92090,34860,'action complete via WP Cron','2021-01-22 03:24:46','2021-01-21 22:24:46'),
(92091,34861,'action created','2021-01-22 03:24:46','2021-01-21 22:24:46'),
(92092,34861,'action started via WP Cron','2021-01-22 03:25:32','2021-01-21 22:25:32'),
(92093,34861,'action complete via WP Cron','2021-01-22 03:25:32','2021-01-21 22:25:32'),
(92094,34862,'action created','2021-01-22 03:25:32','2021-01-21 22:25:32'),
(92095,34862,'action started via WP Cron','2021-01-22 03:26:21','2021-01-21 22:26:21'),
(92096,34862,'action complete via WP Cron','2021-01-22 03:26:21','2021-01-21 22:26:21'),
(92097,34863,'action created','2021-01-22 03:26:21','2021-01-21 22:26:21'),
(92098,34863,'action started via WP Cron','2021-01-22 03:27:13','2021-01-21 22:27:13'),
(92099,34863,'action complete via WP Cron','2021-01-22 03:27:13','2021-01-21 22:27:13'),
(92100,34864,'action created','2021-01-22 03:27:13','2021-01-21 22:27:13'),
(92101,34864,'action started via WP Cron','2021-01-22 03:28:17','2021-01-21 22:28:17'),
(92102,34864,'action complete via WP Cron','2021-01-22 03:28:17','2021-01-21 22:28:17'),
(92103,34865,'action created','2021-01-22 03:28:17','2021-01-21 22:28:17'),
(92104,34865,'action started via WP Cron','2021-01-22 03:29:12','2021-01-21 22:29:12'),
(92105,34865,'action complete via WP Cron','2021-01-22 03:29:12','2021-01-21 22:29:12'),
(92106,34866,'action created','2021-01-22 03:29:12','2021-01-21 22:29:12'),
(92107,34866,'action started via WP Cron','2021-01-22 03:31:27','2021-01-21 22:31:27'),
(92108,34866,'action complete via WP Cron','2021-01-22 03:31:27','2021-01-21 22:31:27'),
(92109,34867,'action created','2021-01-22 03:31:27','2021-01-21 22:31:27'),
(92110,34867,'action started via WP Cron','2021-01-22 03:33:06','2021-01-21 22:33:06'),
(92111,34867,'action complete via WP Cron','2021-01-22 03:33:06','2021-01-21 22:33:06'),
(92112,34868,'action created','2021-01-22 03:33:06','2021-01-21 22:33:06'),
(92113,34868,'action started via WP Cron','2021-01-22 03:34:26','2021-01-21 22:34:26'),
(92114,34868,'action complete via WP Cron','2021-01-22 03:34:26','2021-01-21 22:34:26'),
(92115,34869,'action created','2021-01-22 03:34:26','2021-01-21 22:34:26'),
(92116,34869,'action started via WP Cron','2021-01-22 03:35:19','2021-01-21 22:35:19'),
(92117,34869,'action complete via WP Cron','2021-01-22 03:35:19','2021-01-21 22:35:19'),
(92118,34870,'action created','2021-01-22 03:35:19','2021-01-21 22:35:19'),
(92119,34870,'action started via WP Cron','2021-01-22 03:36:37','2021-01-21 22:36:37'),
(92120,34870,'action complete via WP Cron','2021-01-22 03:36:37','2021-01-21 22:36:37'),
(92121,34871,'action created','2021-01-22 03:36:37','2021-01-21 22:36:37'),
(92122,34871,'action started via WP Cron','2021-01-22 03:37:32','2021-01-21 22:37:32'),
(92123,34871,'action complete via WP Cron','2021-01-22 03:37:32','2021-01-21 22:37:32'),
(92124,34872,'action created','2021-01-22 03:37:32','2021-01-21 22:37:32'),
(92125,34872,'action started via WP Cron','2021-01-22 03:38:31','2021-01-21 22:38:31'),
(92126,34872,'action complete via WP Cron','2021-01-22 03:38:31','2021-01-21 22:38:31'),
(92127,34873,'action created','2021-01-22 03:38:31','2021-01-21 22:38:31'),
(92128,34873,'action started via WP Cron','2021-01-22 03:39:56','2021-01-21 22:39:56'),
(92129,34873,'action complete via WP Cron','2021-01-22 03:39:56','2021-01-21 22:39:56'),
(92130,34874,'action created','2021-01-22 03:39:56','2021-01-21 22:39:56'),
(92131,34874,'action started via WP Cron','2021-01-22 03:40:53','2021-01-21 22:40:53'),
(92132,34874,'action complete via WP Cron','2021-01-22 03:40:54','2021-01-21 22:40:54'),
(92133,34875,'action created','2021-01-22 03:40:54','2021-01-21 22:40:54'),
(92134,34875,'action started via WP Cron','2021-01-22 03:41:43','2021-01-21 22:41:43'),
(92135,34875,'action complete via WP Cron','2021-01-22 03:41:43','2021-01-21 22:41:43'),
(92136,34876,'action created','2021-01-22 03:41:43','2021-01-21 22:41:43'),
(92137,34876,'action started via WP Cron','2021-01-22 03:42:26','2021-01-21 22:42:26'),
(92138,34876,'action complete via WP Cron','2021-01-22 03:42:26','2021-01-21 22:42:26'),
(92139,34877,'action created','2021-01-22 03:42:26','2021-01-21 22:42:26'),
(92140,34877,'action started via WP Cron','2021-01-22 03:43:29','2021-01-21 22:43:29'),
(92141,34877,'action complete via WP Cron','2021-01-22 03:43:29','2021-01-21 22:43:29'),
(92142,34878,'action created','2021-01-22 03:43:29','2021-01-21 22:43:29'),
(92143,34878,'action started via WP Cron','2021-01-22 03:44:22','2021-01-21 22:44:22'),
(92144,34878,'action complete via WP Cron','2021-01-22 03:44:22','2021-01-21 22:44:22'),
(92145,34879,'action created','2021-01-22 03:44:22','2021-01-21 22:44:22'),
(92146,34879,'action started via WP Cron','2021-01-22 03:45:14','2021-01-21 22:45:14'),
(92147,34879,'action complete via WP Cron','2021-01-22 03:45:14','2021-01-21 22:45:14'),
(92148,34880,'action created','2021-01-22 03:45:14','2021-01-21 22:45:14'),
(92149,34880,'action started via WP Cron','2021-01-22 03:47:14','2021-01-21 22:47:14'),
(92150,34880,'action complete via WP Cron','2021-01-22 03:47:14','2021-01-21 22:47:14'),
(92151,34881,'action created','2021-01-22 03:47:14','2021-01-21 22:47:14'),
(92152,34881,'action started via WP Cron','2021-01-22 03:49:12','2021-01-21 22:49:12'),
(92153,34881,'action complete via WP Cron','2021-01-22 03:49:12','2021-01-21 22:49:12'),
(92154,34882,'action created','2021-01-22 03:49:12','2021-01-21 22:49:12'),
(92155,34882,'action started via WP Cron','2021-01-22 03:50:57','2021-01-21 22:50:57'),
(92156,34882,'action complete via WP Cron','2021-01-22 03:50:57','2021-01-21 22:50:57'),
(92157,34883,'action created','2021-01-22 03:50:58','2021-01-21 22:50:58'),
(92158,34883,'action started via WP Cron','2021-01-22 03:51:37','2021-01-21 22:51:37'),
(92159,34883,'action complete via WP Cron','2021-01-22 03:51:37','2021-01-21 22:51:37'),
(92160,34884,'action created','2021-01-22 03:51:37','2021-01-21 22:51:37'),
(92161,34884,'action started via WP Cron','2021-01-22 03:52:17','2021-01-21 22:52:17'),
(92162,34884,'action complete via WP Cron','2021-01-22 03:52:18','2021-01-21 22:52:18'),
(92163,34885,'action created','2021-01-22 03:52:18','2021-01-21 22:52:18'),
(92164,34885,'action started via WP Cron','2021-01-22 03:53:57','2021-01-21 22:53:57'),
(92165,34885,'action complete via WP Cron','2021-01-22 03:53:57','2021-01-21 22:53:57'),
(92166,34886,'action created','2021-01-22 03:53:57','2021-01-21 22:53:57'),
(92167,34886,'action started via WP Cron','2021-01-22 03:54:11','2021-01-21 22:54:11'),
(92168,34886,'action complete via WP Cron','2021-01-22 03:54:11','2021-01-21 22:54:11'),
(92169,34887,'action created','2021-01-22 03:54:11','2021-01-21 22:54:11'),
(92170,34887,'action started via WP Cron','2021-01-22 03:55:12','2021-01-21 22:55:12'),
(92171,34887,'action complete via WP Cron','2021-01-22 03:55:12','2021-01-21 22:55:12'),
(92172,34888,'action created','2021-01-22 03:55:12','2021-01-21 22:55:12'),
(92173,34888,'action started via WP Cron','2021-01-22 03:56:22','2021-01-21 22:56:22'),
(92174,34888,'action complete via WP Cron','2021-01-22 03:56:22','2021-01-21 22:56:22'),
(92175,34889,'action created','2021-01-22 03:56:22','2021-01-21 22:56:22'),
(92176,34889,'action started via WP Cron','2021-01-22 03:57:16','2021-01-21 22:57:16'),
(92177,34889,'action complete via WP Cron','2021-01-22 03:57:16','2021-01-21 22:57:16'),
(92178,34890,'action created','2021-01-22 03:57:16','2021-01-21 22:57:16'),
(92179,34890,'action started via WP Cron','2021-01-22 03:58:33','2021-01-21 22:58:33'),
(92180,34890,'action complete via WP Cron','2021-01-22 03:58:33','2021-01-21 22:58:33'),
(92181,34891,'action created','2021-01-22 03:58:33','2021-01-21 22:58:33'),
(92182,34891,'action started via WP Cron','2021-01-22 03:59:35','2021-01-21 22:59:35'),
(92183,34891,'action complete via WP Cron','2021-01-22 03:59:35','2021-01-21 22:59:35'),
(92184,34892,'action created','2021-01-22 03:59:35','2021-01-21 22:59:35'),
(92185,34892,'action started via WP Cron','2021-01-22 04:00:38','2021-01-21 23:00:38'),
(92186,34892,'action complete via WP Cron','2021-01-22 04:00:38','2021-01-21 23:00:38'),
(92187,34893,'action created','2021-01-22 04:00:38','2021-01-21 23:00:38'),
(92188,34893,'action started via WP Cron','2021-01-22 04:01:17','2021-01-21 23:01:17'),
(92189,34893,'action complete via WP Cron','2021-01-22 04:01:17','2021-01-21 23:01:17'),
(92190,34894,'action created','2021-01-22 04:01:17','2021-01-21 23:01:17'),
(92191,34894,'action started via WP Cron','2021-01-22 04:02:14','2021-01-21 23:02:14'),
(92192,34894,'action complete via WP Cron','2021-01-22 04:02:14','2021-01-21 23:02:14'),
(92193,34895,'action created','2021-01-22 04:02:14','2021-01-21 23:02:14'),
(92194,34895,'action started via WP Cron','2021-01-22 04:04:05','2021-01-21 23:04:05'),
(92195,34895,'action complete via WP Cron','2021-01-22 04:04:05','2021-01-21 23:04:05'),
(92196,34896,'action created','2021-01-22 04:04:05','2021-01-21 23:04:05'),
(92197,34896,'action started via WP Cron','2021-01-22 04:04:50','2021-01-21 23:04:50'),
(92198,34896,'action complete via WP Cron','2021-01-22 04:04:50','2021-01-21 23:04:50'),
(92199,34897,'action created','2021-01-22 04:04:50','2021-01-21 23:04:50'),
(92200,34897,'action started via WP Cron','2021-01-22 04:05:12','2021-01-21 23:05:12'),
(92201,34897,'action complete via WP Cron','2021-01-22 04:05:12','2021-01-21 23:05:12'),
(92202,34898,'action created','2021-01-22 04:05:12','2021-01-21 23:05:12'),
(92203,34898,'action started via WP Cron','2021-01-22 04:06:36','2021-01-21 23:06:36'),
(92204,34898,'action complete via WP Cron','2021-01-22 04:06:36','2021-01-21 23:06:36'),
(92205,34899,'action created','2021-01-22 04:06:36','2021-01-21 23:06:36'),
(92206,34899,'action started via WP Cron','2021-01-22 04:07:26','2021-01-21 23:07:26'),
(92207,34899,'action complete via WP Cron','2021-01-22 04:07:26','2021-01-21 23:07:26'),
(92208,34900,'action created','2021-01-22 04:07:26','2021-01-21 23:07:26'),
(92209,34900,'action started via WP Cron','2021-01-22 04:09:02','2021-01-21 23:09:02'),
(92210,34900,'action complete via WP Cron','2021-01-22 04:09:02','2021-01-21 23:09:02'),
(92211,34901,'action created','2021-01-22 04:09:02','2021-01-21 23:09:02'),
(92212,34901,'action started via WP Cron','2021-01-22 04:12:29','2021-01-21 23:12:29'),
(92213,34901,'action complete via WP Cron','2021-01-22 04:12:29','2021-01-21 23:12:29'),
(92214,34902,'action created','2021-01-22 04:12:29','2021-01-21 23:12:29'),
(92215,34902,'action started via WP Cron','2021-01-22 04:14:08','2021-01-21 23:14:08'),
(92216,34902,'action complete via WP Cron','2021-01-22 04:14:08','2021-01-21 23:14:08'),
(92217,34903,'action created','2021-01-22 04:14:08','2021-01-21 23:14:08'),
(92218,34903,'action started via WP Cron','2021-01-22 04:15:15','2021-01-21 23:15:15'),
(92219,34903,'action complete via WP Cron','2021-01-22 04:15:15','2021-01-21 23:15:15'),
(92220,34904,'action created','2021-01-22 04:15:15','2021-01-21 23:15:15'),
(92221,34904,'action started via WP Cron','2021-01-22 04:16:30','2021-01-21 23:16:30'),
(92222,34904,'action complete via WP Cron','2021-01-22 04:16:30','2021-01-21 23:16:30'),
(92223,34905,'action created','2021-01-22 04:16:30','2021-01-21 23:16:30'),
(92224,34905,'action started via WP Cron','2021-01-22 04:17:30','2021-01-21 23:17:30'),
(92225,34905,'action complete via WP Cron','2021-01-22 04:17:30','2021-01-21 23:17:30'),
(92226,34906,'action created','2021-01-22 04:17:30','2021-01-21 23:17:30'),
(92227,34906,'action started via WP Cron','2021-01-22 04:18:26','2021-01-21 23:18:26'),
(92228,34906,'action complete via WP Cron','2021-01-22 04:18:26','2021-01-21 23:18:26'),
(92229,34907,'action created','2021-01-22 04:18:26','2021-01-21 23:18:26'),
(92230,34907,'action started via WP Cron','2021-01-22 04:20:04','2021-01-21 23:20:04'),
(92231,34907,'action complete via WP Cron','2021-01-22 04:20:04','2021-01-21 23:20:04'),
(92232,34908,'action created','2021-01-22 04:20:04','2021-01-21 23:20:04'),
(92233,34908,'action started via WP Cron','2021-01-22 04:20:48','2021-01-21 23:20:48'),
(92234,34908,'action complete via WP Cron','2021-01-22 04:20:48','2021-01-21 23:20:48'),
(92235,34909,'action created','2021-01-22 04:20:48','2021-01-21 23:20:48'),
(92236,34909,'action started via WP Cron','2021-01-22 04:21:31','2021-01-21 23:21:31'),
(92237,34909,'action complete via WP Cron','2021-01-22 04:21:31','2021-01-21 23:21:31'),
(92238,34910,'action created','2021-01-22 04:21:31','2021-01-21 23:21:31'),
(92239,34910,'action started via WP Cron','2021-01-22 04:22:19','2021-01-21 23:22:19'),
(92240,34910,'action complete via WP Cron','2021-01-22 04:22:19','2021-01-21 23:22:19'),
(92241,34911,'action created','2021-01-22 04:22:19','2021-01-21 23:22:19'),
(92242,34911,'action started via WP Cron','2021-01-22 04:24:16','2021-01-21 23:24:16'),
(92243,34911,'action complete via WP Cron','2021-01-22 04:24:16','2021-01-21 23:24:16'),
(92244,34912,'action created','2021-01-22 04:24:16','2021-01-21 23:24:16'),
(92245,34912,'action started via WP Cron','2021-01-22 04:25:12','2021-01-21 23:25:12'),
(92246,34912,'action complete via WP Cron','2021-01-22 04:25:12','2021-01-21 23:25:12'),
(92247,34913,'action created','2021-01-22 04:25:12','2021-01-21 23:25:12'),
(92248,34913,'action started via WP Cron','2021-01-22 04:26:25','2021-01-21 23:26:25'),
(92249,34913,'action complete via WP Cron','2021-01-22 04:26:25','2021-01-21 23:26:25'),
(92250,34914,'action created','2021-01-22 04:26:25','2021-01-21 23:26:25'),
(92251,34914,'action started via WP Cron','2021-01-22 04:27:29','2021-01-21 23:27:29'),
(92252,34914,'action complete via WP Cron','2021-01-22 04:27:29','2021-01-21 23:27:29'),
(92253,34915,'action created','2021-01-22 04:27:29','2021-01-21 23:27:29'),
(92254,34915,'action started via WP Cron','2021-01-22 04:28:17','2021-01-21 23:28:17'),
(92255,34915,'action complete via WP Cron','2021-01-22 04:28:17','2021-01-21 23:28:17'),
(92256,34916,'action created','2021-01-22 04:28:17','2021-01-21 23:28:17'),
(92257,34916,'action started via WP Cron','2021-01-22 04:29:13','2021-01-21 23:29:13'),
(92258,34916,'action complete via WP Cron','2021-01-22 04:29:13','2021-01-21 23:29:13'),
(92259,34917,'action created','2021-01-22 04:29:13','2021-01-21 23:29:13'),
(92260,34917,'action started via WP Cron','2021-01-22 04:30:40','2021-01-21 23:30:40'),
(92261,34917,'action complete via WP Cron','2021-01-22 04:30:40','2021-01-21 23:30:40'),
(92262,34918,'action created','2021-01-22 04:30:40','2021-01-21 23:30:40'),
(92263,34918,'action started via WP Cron','2021-01-22 04:31:59','2021-01-21 23:31:59'),
(92264,34918,'action complete via WP Cron','2021-01-22 04:31:59','2021-01-21 23:31:59'),
(92265,34919,'action created','2021-01-22 04:31:59','2021-01-21 23:31:59'),
(92266,34919,'action started via WP Cron','2021-01-22 04:32:51','2021-01-21 23:32:51'),
(92267,34919,'action complete via WP Cron','2021-01-22 04:32:51','2021-01-21 23:32:51'),
(92268,34920,'action created','2021-01-22 04:32:51','2021-01-21 23:32:51'),
(92269,34920,'action started via WP Cron','2021-01-22 04:34:05','2021-01-21 23:34:05'),
(92270,34920,'action complete via WP Cron','2021-01-22 04:34:05','2021-01-21 23:34:05'),
(92271,34921,'action created','2021-01-22 04:34:05','2021-01-21 23:34:05'),
(92272,34921,'action started via WP Cron','2021-01-22 04:36:01','2021-01-21 23:36:01'),
(92273,34921,'action complete via WP Cron','2021-01-22 04:36:01','2021-01-21 23:36:01'),
(92274,34922,'action created','2021-01-22 04:36:02','2021-01-21 23:36:02'),
(92275,34922,'action started via WP Cron','2021-01-22 04:37:36','2021-01-21 23:37:36'),
(92276,34922,'action complete via WP Cron','2021-01-22 04:37:36','2021-01-21 23:37:36'),
(92277,34923,'action created','2021-01-22 04:37:36','2021-01-21 23:37:36'),
(92278,34923,'action started via WP Cron','2021-01-22 04:38:56','2021-01-21 23:38:56'),
(92279,34923,'action complete via WP Cron','2021-01-22 04:38:56','2021-01-21 23:38:56'),
(92280,34924,'action created','2021-01-22 04:38:56','2021-01-21 23:38:56'),
(92281,34924,'action started via WP Cron','2021-01-22 04:39:39','2021-01-21 23:39:39'),
(92282,34924,'action complete via WP Cron','2021-01-22 04:39:39','2021-01-21 23:39:39'),
(92283,34925,'action created','2021-01-22 04:39:39','2021-01-21 23:39:39'),
(92284,34925,'action started via WP Cron','2021-01-22 04:40:14','2021-01-21 23:40:14'),
(92285,34925,'action complete via WP Cron','2021-01-22 04:40:14','2021-01-21 23:40:14'),
(92286,34926,'action created','2021-01-22 04:40:14','2021-01-21 23:40:14'),
(92287,34926,'action started via WP Cron','2021-01-22 04:41:15','2021-01-21 23:41:15'),
(92288,34926,'action complete via WP Cron','2021-01-22 04:41:15','2021-01-21 23:41:15'),
(92289,34927,'action created','2021-01-22 04:41:16','2021-01-21 23:41:16'),
(92290,34927,'action started via WP Cron','2021-01-22 04:43:05','2021-01-21 23:43:05'),
(92291,34927,'action complete via WP Cron','2021-01-22 04:43:05','2021-01-21 23:43:05'),
(92292,34928,'action created','2021-01-22 04:43:05','2021-01-21 23:43:05'),
(92293,34928,'action started via WP Cron','2021-01-22 04:43:35','2021-01-21 23:43:35'),
(92294,34928,'action complete via WP Cron','2021-01-22 04:43:35','2021-01-21 23:43:35'),
(92295,34929,'action created','2021-01-22 04:43:35','2021-01-21 23:43:35'),
(92296,34929,'action started via WP Cron','2021-01-22 04:44:44','2021-01-21 23:44:44'),
(92297,34929,'action complete via WP Cron','2021-01-22 04:44:44','2021-01-21 23:44:44'),
(92298,34930,'action created','2021-01-22 04:44:44','2021-01-21 23:44:44'),
(92299,34930,'action started via WP Cron','2021-01-22 04:46:26','2021-01-21 23:46:26'),
(92300,34930,'action complete via WP Cron','2021-01-22 04:46:26','2021-01-21 23:46:26'),
(92301,34931,'action created','2021-01-22 04:46:26','2021-01-21 23:46:26'),
(92302,34931,'action started via WP Cron','2021-01-22 04:47:22','2021-01-21 23:47:22'),
(92303,34931,'action complete via WP Cron','2021-01-22 04:47:22','2021-01-21 23:47:22'),
(92304,34932,'action created','2021-01-22 04:47:22','2021-01-21 23:47:22'),
(92305,34932,'action started via WP Cron','2021-01-22 04:49:15','2021-01-21 23:49:15'),
(92306,34932,'action complete via WP Cron','2021-01-22 04:49:15','2021-01-21 23:49:15'),
(92307,34933,'action created','2021-01-22 04:49:15','2021-01-21 23:49:15'),
(92308,34933,'action started via WP Cron','2021-01-22 04:50:35','2021-01-21 23:50:35'),
(92309,34933,'action complete via WP Cron','2021-01-22 04:50:35','2021-01-21 23:50:35'),
(92310,34934,'action created','2021-01-22 04:50:35','2021-01-21 23:50:35'),
(92311,34934,'action started via WP Cron','2021-01-22 04:51:20','2021-01-21 23:51:20'),
(92312,34934,'action complete via WP Cron','2021-01-22 04:51:20','2021-01-21 23:51:20'),
(92313,34935,'action created','2021-01-22 04:51:20','2021-01-21 23:51:20'),
(92314,34935,'action started via WP Cron','2021-01-22 04:53:12','2021-01-21 23:53:12'),
(92315,34935,'action complete via WP Cron','2021-01-22 04:53:12','2021-01-21 23:53:12'),
(92316,34936,'action created','2021-01-22 04:53:12','2021-01-21 23:53:12'),
(92317,34936,'action started via WP Cron','2021-01-22 04:54:59','2021-01-21 23:54:59'),
(92318,34936,'action complete via WP Cron','2021-01-22 04:54:59','2021-01-21 23:54:59'),
(92319,34937,'action created','2021-01-22 04:54:59','2021-01-21 23:54:59'),
(92320,34937,'action started via WP Cron','2021-01-22 04:55:46','2021-01-21 23:55:46'),
(92321,34937,'action complete via WP Cron','2021-01-22 04:55:46','2021-01-21 23:55:46'),
(92322,34938,'action created','2021-01-22 04:55:46','2021-01-21 23:55:46'),
(92323,34938,'action started via WP Cron','2021-01-22 04:56:33','2021-01-21 23:56:33'),
(92324,34938,'action complete via WP Cron','2021-01-22 04:56:33','2021-01-21 23:56:33'),
(92325,34939,'action created','2021-01-22 04:56:33','2021-01-21 23:56:33'),
(92326,34939,'action started via WP Cron','2021-01-22 04:58:11','2021-01-21 23:58:11'),
(92327,34939,'action complete via WP Cron','2021-01-22 04:58:11','2021-01-21 23:58:11'),
(92328,34940,'action created','2021-01-22 04:58:11','2021-01-21 23:58:11'),
(92329,34940,'action started via WP Cron','2021-01-22 04:59:13','2021-01-21 23:59:13'),
(92330,34940,'action complete via WP Cron','2021-01-22 04:59:13','2021-01-21 23:59:13'),
(92331,34941,'action created','2021-01-22 04:59:13','2021-01-21 23:59:13'),
(92332,34941,'action started via WP Cron','2021-01-22 05:00:52','2021-01-22 00:00:52'),
(92333,34941,'action complete via WP Cron','2021-01-22 05:00:52','2021-01-22 00:00:52'),
(92334,34942,'action created','2021-01-22 05:00:52','2021-01-22 00:00:52'),
(92335,34942,'action started via WP Cron','2021-01-22 05:01:11','2021-01-22 00:01:11'),
(92336,34942,'action complete via WP Cron','2021-01-22 05:01:11','2021-01-22 00:01:11'),
(92337,34943,'action created','2021-01-22 05:01:11','2021-01-22 00:01:11'),
(92338,34943,'action started via WP Cron','2021-01-22 05:03:08','2021-01-22 00:03:08'),
(92339,34943,'action complete via WP Cron','2021-01-22 05:03:08','2021-01-22 00:03:08'),
(92340,34944,'action created','2021-01-22 05:03:08','2021-01-22 00:03:08'),
(92341,34944,'action started via WP Cron','2021-01-22 05:04:42','2021-01-22 00:04:42'),
(92342,34944,'action complete via WP Cron','2021-01-22 05:04:42','2021-01-22 00:04:42'),
(92343,34945,'action created','2021-01-22 05:04:42','2021-01-22 00:04:42'),
(92344,34945,'action started via WP Cron','2021-01-22 05:05:46','2021-01-22 00:05:46'),
(92345,34945,'action complete via WP Cron','2021-01-22 05:05:46','2021-01-22 00:05:46'),
(92346,34946,'action created','2021-01-22 05:05:46','2021-01-22 00:05:46'),
(92347,34946,'action started via WP Cron','2021-01-22 05:06:17','2021-01-22 00:06:17'),
(92348,34946,'action complete via WP Cron','2021-01-22 05:06:17','2021-01-22 00:06:17'),
(92349,34947,'action created','2021-01-22 05:06:17','2021-01-22 00:06:17'),
(92350,34947,'action started via WP Cron','2021-01-22 05:07:58','2021-01-22 00:07:58'),
(92351,34947,'action complete via WP Cron','2021-01-22 05:07:58','2021-01-22 00:07:58'),
(92352,34948,'action created','2021-01-22 05:07:58','2021-01-22 00:07:58'),
(92353,34948,'action started via WP Cron','2021-01-22 05:09:08','2021-01-22 00:09:08'),
(92354,34948,'action complete via WP Cron','2021-01-22 05:09:08','2021-01-22 00:09:08'),
(92355,34949,'action created','2021-01-22 05:09:08','2021-01-22 00:09:08'),
(92356,34949,'action started via WP Cron','2021-01-22 05:09:29','2021-01-22 00:09:29'),
(92357,34949,'action complete via WP Cron','2021-01-22 05:09:29','2021-01-22 00:09:29'),
(92358,34950,'action created','2021-01-22 05:09:29','2021-01-22 00:09:29'),
(92359,34950,'action started via WP Cron','2021-01-22 05:10:43','2021-01-22 00:10:43'),
(92360,34950,'action complete via WP Cron','2021-01-22 05:10:43','2021-01-22 00:10:43'),
(92361,34951,'action created','2021-01-22 05:10:43','2021-01-22 00:10:43'),
(92362,34951,'action started via WP Cron','2021-01-22 05:11:18','2021-01-22 00:11:18'),
(92363,34951,'action complete via WP Cron','2021-01-22 05:11:18','2021-01-22 00:11:18'),
(92364,34952,'action created','2021-01-22 05:11:18','2021-01-22 00:11:18'),
(92365,34952,'action started via WP Cron','2021-01-22 05:12:49','2021-01-22 00:12:49'),
(92366,34952,'action complete via WP Cron','2021-01-22 05:12:49','2021-01-22 00:12:49'),
(92367,34953,'action created','2021-01-22 05:12:49','2021-01-22 00:12:49'),
(92368,34953,'action started via WP Cron','2021-01-22 05:13:16','2021-01-22 00:13:16'),
(92369,34953,'action complete via WP Cron','2021-01-22 05:13:16','2021-01-22 00:13:16'),
(92370,34954,'action created','2021-01-22 05:13:16','2021-01-22 00:13:16'),
(92371,34954,'action started via WP Cron','2021-01-22 05:14:28','2021-01-22 00:14:28'),
(92372,34954,'action complete via WP Cron','2021-01-22 05:14:28','2021-01-22 00:14:28'),
(92373,34955,'action created','2021-01-22 05:14:29','2021-01-22 00:14:29'),
(92374,34955,'action started via WP Cron','2021-01-22 05:16:03','2021-01-22 00:16:03'),
(92375,34955,'action complete via WP Cron','2021-01-22 05:16:03','2021-01-22 00:16:03'),
(92376,34956,'action created','2021-01-22 05:16:03','2021-01-22 00:16:03'),
(92377,34956,'action started via WP Cron','2021-01-22 05:16:25','2021-01-22 00:16:25'),
(92378,34956,'action complete via WP Cron','2021-01-22 05:16:25','2021-01-22 00:16:25'),
(92379,34957,'action created','2021-01-22 05:16:25','2021-01-22 00:16:25'),
(92380,34957,'action started via WP Cron','2021-01-22 05:17:19','2021-01-22 00:17:19'),
(92381,34957,'action complete via WP Cron','2021-01-22 05:17:19','2021-01-22 00:17:19'),
(92382,34958,'action created','2021-01-22 05:17:19','2021-01-22 00:17:19'),
(92383,34958,'action started via WP Cron','2021-01-22 05:18:41','2021-01-22 00:18:41'),
(92384,34958,'action complete via WP Cron','2021-01-22 05:18:41','2021-01-22 00:18:41'),
(92385,34959,'action created','2021-01-22 05:18:41','2021-01-22 00:18:41'),
(92386,34959,'action started via WP Cron','2021-01-22 05:19:24','2021-01-22 00:19:24'),
(92387,34959,'action complete via WP Cron','2021-01-22 05:19:24','2021-01-22 00:19:24'),
(92388,34960,'action created','2021-01-22 05:19:24','2021-01-22 00:19:24'),
(92389,34960,'action started via WP Cron','2021-01-22 05:20:30','2021-01-22 00:20:30'),
(92390,34960,'action complete via WP Cron','2021-01-22 05:20:30','2021-01-22 00:20:30'),
(92391,34961,'action created','2021-01-22 05:20:30','2021-01-22 00:20:30'),
(92392,34961,'action started via WP Cron','2021-01-22 05:21:22','2021-01-22 00:21:22'),
(92393,34961,'action complete via WP Cron','2021-01-22 05:21:22','2021-01-22 00:21:22'),
(92394,34962,'action created','2021-01-22 05:21:23','2021-01-22 00:21:23'),
(92395,34962,'action started via WP Cron','2021-01-22 05:22:52','2021-01-22 00:22:52'),
(92396,34962,'action complete via WP Cron','2021-01-22 05:22:52','2021-01-22 00:22:52'),
(92397,34963,'action created','2021-01-22 05:22:52','2021-01-22 00:22:52'),
(92398,34963,'action started via WP Cron','2021-01-22 05:24:23','2021-01-22 00:24:23'),
(92399,34963,'action complete via WP Cron','2021-01-22 05:24:23','2021-01-22 00:24:23'),
(92400,34964,'action created','2021-01-22 05:24:23','2021-01-22 00:24:23'),
(92401,34964,'action started via WP Cron','2021-01-22 05:25:54','2021-01-22 00:25:54'),
(92402,34964,'action complete via WP Cron','2021-01-22 05:25:54','2021-01-22 00:25:54'),
(92403,34965,'action created','2021-01-22 05:25:54','2021-01-22 00:25:54'),
(92404,34965,'action started via WP Cron','2021-01-22 05:26:36','2021-01-22 00:26:36'),
(92405,34965,'action complete via WP Cron','2021-01-22 05:26:36','2021-01-22 00:26:36'),
(92406,34966,'action created','2021-01-22 05:26:36','2021-01-22 00:26:36'),
(92407,34966,'action started via WP Cron','2021-01-22 05:27:37','2021-01-22 00:27:37'),
(92408,34966,'action complete via WP Cron','2021-01-22 05:27:37','2021-01-22 00:27:37'),
(92409,34967,'action created','2021-01-22 05:27:37','2021-01-22 00:27:37'),
(92410,34967,'action started via WP Cron','2021-01-22 05:29:09','2021-01-22 00:29:09'),
(92411,34967,'action complete via WP Cron','2021-01-22 05:29:09','2021-01-22 00:29:09'),
(92412,34968,'action created','2021-01-22 05:29:09','2021-01-22 00:29:09'),
(92413,34968,'action started via WP Cron','2021-01-22 05:29:38','2021-01-22 00:29:38'),
(92414,34968,'action complete via WP Cron','2021-01-22 05:29:38','2021-01-22 00:29:38'),
(92415,34969,'action created','2021-01-22 05:30:15','2021-01-22 00:30:15'),
(92416,34969,'action started via WP Cron','2021-01-22 05:32:19','2021-01-22 00:32:19'),
(92417,34969,'action complete via WP Cron','2021-01-22 05:32:19','2021-01-22 00:32:19'),
(92418,34970,'action created','2021-01-22 05:32:19','2021-01-22 00:32:19'),
(92419,34970,'action started via WP Cron','2021-01-22 05:33:12','2021-01-22 00:33:12'),
(92420,34970,'action complete via WP Cron','2021-01-22 05:33:12','2021-01-22 00:33:12'),
(92421,34971,'action created','2021-01-22 05:33:12','2021-01-22 00:33:12'),
(92422,34971,'action started via WP Cron','2021-01-22 05:34:35','2021-01-22 00:34:35'),
(92423,34971,'action complete via WP Cron','2021-01-22 05:34:35','2021-01-22 00:34:35'),
(92424,34972,'action created','2021-01-22 05:34:35','2021-01-22 00:34:35'),
(92425,34972,'action started via WP Cron','2021-01-22 05:35:43','2021-01-22 00:35:43'),
(92426,34972,'action complete via WP Cron','2021-01-22 05:35:43','2021-01-22 00:35:43'),
(92427,34973,'action created','2021-01-22 05:35:44','2021-01-22 00:35:44'),
(92428,34973,'action started via WP Cron','2021-01-22 05:36:15','2021-01-22 00:36:15'),
(92429,34973,'action complete via WP Cron','2021-01-22 05:36:15','2021-01-22 00:36:15'),
(92430,34974,'action created','2021-01-22 05:36:15','2021-01-22 00:36:15'),
(92431,34974,'action started via WP Cron','2021-01-22 05:37:16','2021-01-22 00:37:16'),
(92432,34974,'action complete via WP Cron','2021-01-22 05:37:16','2021-01-22 00:37:16'),
(92433,34975,'action created','2021-01-22 05:37:16','2021-01-22 00:37:16'),
(92434,34975,'action started via WP Cron','2021-01-22 05:38:13','2021-01-22 00:38:13'),
(92435,34975,'action complete via WP Cron','2021-01-22 05:38:13','2021-01-22 00:38:13'),
(92436,34976,'action created','2021-01-22 05:38:13','2021-01-22 00:38:13'),
(92437,34976,'action started via WP Cron','2021-01-22 05:39:22','2021-01-22 00:39:22'),
(92438,34976,'action complete via WP Cron','2021-01-22 05:39:22','2021-01-22 00:39:22'),
(92439,34977,'action created','2021-01-22 05:39:22','2021-01-22 00:39:22'),
(92440,34977,'action started via WP Cron','2021-01-22 05:40:26','2021-01-22 00:40:26'),
(92441,34977,'action complete via WP Cron','2021-01-22 05:40:26','2021-01-22 00:40:26'),
(92442,34978,'action created','2021-01-22 05:40:26','2021-01-22 00:40:26'),
(92443,34978,'action started via WP Cron','2021-01-22 05:41:57','2021-01-22 00:41:57'),
(92444,34978,'action complete via WP Cron','2021-01-22 05:41:57','2021-01-22 00:41:57'),
(92445,34979,'action created','2021-01-22 05:41:57','2021-01-22 00:41:57'),
(92446,34979,'action started via WP Cron','2021-01-22 05:42:14','2021-01-22 00:42:14'),
(92447,34979,'action complete via WP Cron','2021-01-22 05:42:14','2021-01-22 00:42:14'),
(92448,34980,'action created','2021-01-22 05:42:14','2021-01-22 00:42:14'),
(92449,34980,'action started via WP Cron','2021-01-22 05:44:07','2021-01-22 00:44:07'),
(92450,34980,'action complete via WP Cron','2021-01-22 05:44:07','2021-01-22 00:44:07'),
(92451,34981,'action created','2021-01-22 05:44:07','2021-01-22 00:44:07'),
(92452,34981,'action started via WP Cron','2021-01-22 05:45:00','2021-01-22 00:45:00'),
(92453,34981,'action complete via WP Cron','2021-01-22 05:45:00','2021-01-22 00:45:00'),
(92454,34982,'action created','2021-01-22 05:45:00','2021-01-22 00:45:00'),
(92455,34982,'action started via WP Cron','2021-01-22 05:45:32','2021-01-22 00:45:32'),
(92456,34982,'action complete via WP Cron','2021-01-22 05:45:32','2021-01-22 00:45:32'),
(92457,34983,'action created','2021-01-22 05:45:32','2021-01-22 00:45:32'),
(92458,34983,'action started via WP Cron','2021-01-22 05:47:15','2021-01-22 00:47:15'),
(92459,34983,'action complete via WP Cron','2021-01-22 05:47:15','2021-01-22 00:47:15'),
(92460,34984,'action created','2021-01-22 05:47:15','2021-01-22 00:47:15'),
(92461,34984,'action started via WP Cron','2021-01-22 05:48:17','2021-01-22 00:48:17'),
(92462,34984,'action complete via WP Cron','2021-01-22 05:48:17','2021-01-22 00:48:17'),
(92463,34985,'action created','2021-01-22 05:48:17','2021-01-22 00:48:17'),
(92464,34985,'action started via WP Cron','2021-01-22 05:49:27','2021-01-22 00:49:27'),
(92465,34985,'action complete via WP Cron','2021-01-22 05:49:27','2021-01-22 00:49:27'),
(92466,34986,'action created','2021-01-22 05:49:27','2021-01-22 00:49:27'),
(92467,34986,'action started via WP Cron','2021-01-22 05:50:19','2021-01-22 00:50:19'),
(92468,34986,'action complete via WP Cron','2021-01-22 05:50:19','2021-01-22 00:50:19'),
(92469,34987,'action created','2021-01-22 05:50:19','2021-01-22 00:50:19'),
(92470,34987,'action started via WP Cron','2021-01-22 05:51:26','2021-01-22 00:51:26'),
(92471,34987,'action complete via WP Cron','2021-01-22 05:51:26','2021-01-22 00:51:26'),
(92472,34988,'action created','2021-01-22 05:51:26','2021-01-22 00:51:26'),
(92473,34988,'action started via WP Cron','2021-01-22 05:52:26','2021-01-22 00:52:26'),
(92474,34988,'action complete via WP Cron','2021-01-22 05:52:26','2021-01-22 00:52:26'),
(92475,34989,'action created','2021-01-22 05:52:26','2021-01-22 00:52:26'),
(92476,34989,'action started via WP Cron','2021-01-22 05:53:29','2021-01-22 00:53:29'),
(92477,34989,'action complete via WP Cron','2021-01-22 05:53:29','2021-01-22 00:53:29'),
(92478,34990,'action created','2021-01-22 05:53:29','2021-01-22 00:53:29'),
(92479,34990,'action started via WP Cron','2021-01-22 05:54:13','2021-01-22 00:54:13'),
(92480,34990,'action complete via WP Cron','2021-01-22 05:54:13','2021-01-22 00:54:13'),
(92481,34991,'action created','2021-01-22 05:54:13','2021-01-22 00:54:13'),
(92482,34991,'action started via WP Cron','2021-01-22 05:55:59','2021-01-22 00:55:59'),
(92483,34991,'action complete via WP Cron','2021-01-22 05:55:59','2021-01-22 00:55:59'),
(92484,34992,'action created','2021-01-22 05:55:59','2021-01-22 00:55:59'),
(92485,34992,'action started via WP Cron','2021-01-22 05:56:40','2021-01-22 00:56:40'),
(92486,34992,'action complete via WP Cron','2021-01-22 05:56:40','2021-01-22 00:56:40'),
(92487,34993,'action created','2021-01-22 05:56:40','2021-01-22 00:56:40'),
(92488,34993,'action started via WP Cron','2021-01-22 05:57:31','2021-01-22 00:57:31'),
(92489,34993,'action complete via WP Cron','2021-01-22 05:57:31','2021-01-22 00:57:31'),
(92490,34994,'action created','2021-01-22 05:57:31','2021-01-22 00:57:31'),
(92491,34994,'action started via WP Cron','2021-01-22 05:58:13','2021-01-22 00:58:13'),
(92492,34994,'action complete via WP Cron','2021-01-22 05:58:13','2021-01-22 00:58:13'),
(92493,34995,'action created','2021-01-22 05:58:14','2021-01-22 00:58:14'),
(92494,34995,'action started via WP Cron','2021-01-22 05:59:22','2021-01-22 00:59:22'),
(92495,34995,'action complete via WP Cron','2021-01-22 05:59:22','2021-01-22 00:59:22'),
(92496,34996,'action created','2021-01-22 05:59:22','2021-01-22 00:59:22'),
(92497,34996,'action started via WP Cron','2021-01-22 06:00:50','2021-01-22 01:00:50'),
(92498,34996,'action complete via WP Cron','2021-01-22 06:00:50','2021-01-22 01:00:50'),
(92499,34997,'action created','2021-01-22 06:00:50','2021-01-22 01:00:50'),
(92500,34997,'action started via WP Cron','2021-01-22 06:02:53','2021-01-22 01:02:53'),
(92501,34997,'action complete via WP Cron','2021-01-22 06:02:53','2021-01-22 01:02:53'),
(92502,34998,'action created','2021-01-22 06:02:53','2021-01-22 01:02:53'),
(92503,34998,'action started via WP Cron','2021-01-22 06:04:34','2021-01-22 01:04:34'),
(92504,34998,'action complete via WP Cron','2021-01-22 06:04:34','2021-01-22 01:04:34'),
(92505,34999,'action created','2021-01-22 06:04:34','2021-01-22 01:04:34'),
(92506,34999,'action started via WP Cron','2021-01-22 06:05:39','2021-01-22 01:05:39'),
(92507,34999,'action complete via WP Cron','2021-01-22 06:05:39','2021-01-22 01:05:39'),
(92508,35000,'action created','2021-01-22 06:05:39','2021-01-22 01:05:39'),
(92509,35000,'action started via WP Cron','2021-01-22 06:06:31','2021-01-22 01:06:31'),
(92510,35000,'action complete via WP Cron','2021-01-22 06:06:31','2021-01-22 01:06:31'),
(92511,35001,'action created','2021-01-22 06:06:31','2021-01-22 01:06:31'),
(92512,35001,'action started via WP Cron','2021-01-22 06:07:27','2021-01-22 01:07:27'),
(92513,35001,'action complete via WP Cron','2021-01-22 06:07:27','2021-01-22 01:07:27'),
(92514,35002,'action created','2021-01-22 06:07:28','2021-01-22 01:07:28'),
(92515,35002,'action started via WP Cron','2021-01-22 06:08:55','2021-01-22 01:08:55'),
(92516,35002,'action complete via WP Cron','2021-01-22 06:08:56','2021-01-22 01:08:56'),
(92517,35003,'action created','2021-01-22 06:08:56','2021-01-22 01:08:56'),
(92518,35003,'action started via WP Cron','2021-01-22 06:09:45','2021-01-22 01:09:45'),
(92519,35003,'action complete via WP Cron','2021-01-22 06:09:45','2021-01-22 01:09:45'),
(92520,35004,'action created','2021-01-22 06:09:45','2021-01-22 01:09:45'),
(92521,35004,'action started via WP Cron','2021-01-22 06:11:31','2021-01-22 01:11:31'),
(92522,35004,'action complete via WP Cron','2021-01-22 06:11:31','2021-01-22 01:11:31'),
(92523,35005,'action created','2021-01-22 06:11:31','2021-01-22 01:11:31'),
(92524,35005,'action started via WP Cron','2021-01-22 06:12:23','2021-01-22 01:12:23'),
(92525,35005,'action complete via WP Cron','2021-01-22 06:12:23','2021-01-22 01:12:23'),
(92526,35006,'action created','2021-01-22 06:12:23','2021-01-22 01:12:23'),
(92527,35006,'action started via WP Cron','2021-01-22 06:14:10','2021-01-22 01:14:10'),
(92528,35006,'action complete via WP Cron','2021-01-22 06:14:10','2021-01-22 01:14:10'),
(92529,35007,'action created','2021-01-22 06:14:10','2021-01-22 01:14:10'),
(92530,35007,'action started via WP Cron','2021-01-22 06:16:43','2021-01-22 01:16:43'),
(92531,35007,'action complete via WP Cron','2021-01-22 06:16:43','2021-01-22 01:16:43'),
(92532,35008,'action created','2021-01-22 06:16:43','2021-01-22 01:16:43'),
(92533,35008,'action started via WP Cron','2021-01-22 06:17:22','2021-01-22 01:17:22'),
(92534,35008,'action complete via WP Cron','2021-01-22 06:17:22','2021-01-22 01:17:22'),
(92535,35009,'action created','2021-01-22 06:17:22','2021-01-22 01:17:22'),
(92536,35009,'action started via WP Cron','2021-01-22 06:18:21','2021-01-22 01:18:21'),
(92537,35009,'action complete via WP Cron','2021-01-22 06:18:21','2021-01-22 01:18:21'),
(92538,35010,'action created','2021-01-22 06:18:21','2021-01-22 01:18:21'),
(92539,35010,'action started via WP Cron','2021-01-22 06:19:38','2021-01-22 01:19:38'),
(92540,35010,'action complete via WP Cron','2021-01-22 06:19:38','2021-01-22 01:19:38'),
(92541,35011,'action created','2021-01-22 06:19:38','2021-01-22 01:19:38'),
(92542,35011,'action started via WP Cron','2021-01-22 06:20:35','2021-01-22 01:20:35'),
(92543,35011,'action complete via WP Cron','2021-01-22 06:20:35','2021-01-22 01:20:35'),
(92544,35012,'action created','2021-01-22 06:20:35','2021-01-22 01:20:35'),
(92545,35012,'action started via WP Cron','2021-01-22 06:21:44','2021-01-22 01:21:44'),
(92546,35012,'action complete via WP Cron','2021-01-22 06:21:44','2021-01-22 01:21:44'),
(92547,35013,'action created','2021-01-22 06:21:44','2021-01-22 01:21:44'),
(92548,35013,'action started via WP Cron','2021-01-22 06:22:18','2021-01-22 01:22:18'),
(92549,35013,'action complete via WP Cron','2021-01-22 06:22:18','2021-01-22 01:22:18'),
(92550,35014,'action created','2021-01-22 06:22:18','2021-01-22 01:22:18'),
(92551,35014,'action started via WP Cron','2021-01-22 06:23:17','2021-01-22 01:23:17'),
(92552,35014,'action complete via WP Cron','2021-01-22 06:23:17','2021-01-22 01:23:17'),
(92553,35015,'action created','2021-01-22 06:23:17','2021-01-22 01:23:17'),
(92554,35015,'action started via WP Cron','2021-01-22 06:25:03','2021-01-22 01:25:03'),
(92555,35015,'action complete via WP Cron','2021-01-22 06:25:03','2021-01-22 01:25:03'),
(92556,35016,'action created','2021-01-22 06:25:03','2021-01-22 01:25:03'),
(92557,35016,'action started via WP Cron','2021-01-22 06:26:01','2021-01-22 01:26:01'),
(92558,35016,'action complete via WP Cron','2021-01-22 06:26:01','2021-01-22 01:26:01'),
(92559,35017,'action created','2021-01-22 06:26:01','2021-01-22 01:26:01'),
(92560,35017,'action started via WP Cron','2021-01-22 06:26:15','2021-01-22 01:26:15'),
(92561,35017,'action complete via WP Cron','2021-01-22 06:26:15','2021-01-22 01:26:15'),
(92562,35018,'action created','2021-01-22 06:26:15','2021-01-22 01:26:15'),
(92563,35018,'action started via WP Cron','2021-01-22 06:28:18','2021-01-22 01:28:18'),
(92564,35018,'action complete via WP Cron','2021-01-22 06:28:18','2021-01-22 01:28:18'),
(92565,35019,'action created','2021-01-22 06:28:18','2021-01-22 01:28:18'),
(92566,35019,'action started via WP Cron','2021-01-22 06:29:38','2021-01-22 01:29:38'),
(92567,35019,'action complete via WP Cron','2021-01-22 06:29:38','2021-01-22 01:29:38'),
(92568,35020,'action created','2021-01-22 06:29:38','2021-01-22 01:29:38'),
(92569,35020,'action started via WP Cron','2021-01-22 06:32:08','2021-01-22 01:32:08'),
(92570,35020,'action complete via WP Cron','2021-01-22 06:32:08','2021-01-22 01:32:08'),
(92571,35021,'action created','2021-01-22 06:32:08','2021-01-22 01:32:08'),
(92572,35021,'action started via WP Cron','2021-01-22 06:33:46','2021-01-22 01:33:46'),
(92573,35021,'action complete via WP Cron','2021-01-22 06:33:46','2021-01-22 01:33:46'),
(92574,35022,'action created','2021-01-22 06:33:46','2021-01-22 01:33:46'),
(92575,35022,'action started via WP Cron','2021-01-22 06:34:20','2021-01-22 01:34:20'),
(92576,35022,'action complete via WP Cron','2021-01-22 06:34:20','2021-01-22 01:34:20'),
(92577,35023,'action created','2021-01-22 06:34:20','2021-01-22 01:34:20'),
(92578,35023,'action started via WP Cron','2021-01-22 06:35:32','2021-01-22 01:35:32'),
(92579,35023,'action complete via WP Cron','2021-01-22 06:35:32','2021-01-22 01:35:32'),
(92580,35024,'action created','2021-01-22 06:35:32','2021-01-22 01:35:32'),
(92581,35024,'action started via WP Cron','2021-01-22 06:36:28','2021-01-22 01:36:28'),
(92582,35024,'action complete via WP Cron','2021-01-22 06:36:28','2021-01-22 01:36:28'),
(92583,35025,'action created','2021-01-22 06:36:28','2021-01-22 01:36:28'),
(92584,35025,'action started via WP Cron','2021-01-22 06:38:06','2021-01-22 01:38:06'),
(92585,35025,'action complete via WP Cron','2021-01-22 06:38:06','2021-01-22 01:38:06'),
(92586,35026,'action created','2021-01-22 06:38:06','2021-01-22 01:38:06'),
(92587,35026,'action started via WP Cron','2021-01-22 06:39:47','2021-01-22 01:39:47'),
(92588,35026,'action complete via WP Cron','2021-01-22 06:39:47','2021-01-22 01:39:47'),
(92589,35027,'action created','2021-01-22 06:39:47','2021-01-22 01:39:47'),
(92590,35027,'action started via WP Cron','2021-01-22 06:40:32','2021-01-22 01:40:32'),
(92591,35027,'action complete via WP Cron','2021-01-22 06:40:32','2021-01-22 01:40:32'),
(92592,35028,'action created','2021-01-22 06:40:32','2021-01-22 01:40:32'),
(92593,35028,'action started via WP Cron','2021-01-22 06:41:38','2021-01-22 01:41:38'),
(92594,35028,'action complete via WP Cron','2021-01-22 06:41:38','2021-01-22 01:41:38'),
(92595,35029,'action created','2021-01-22 06:41:38','2021-01-22 01:41:38'),
(92596,35029,'action started via WP Cron','2021-01-22 06:42:56','2021-01-22 01:42:56'),
(92597,35029,'action complete via WP Cron','2021-01-22 06:42:56','2021-01-22 01:42:56'),
(92598,35030,'action created','2021-01-22 06:42:56','2021-01-22 01:42:56'),
(92599,35030,'action started via WP Cron','2021-01-22 06:44:22','2021-01-22 01:44:22'),
(92600,35030,'action complete via WP Cron','2021-01-22 06:44:22','2021-01-22 01:44:22'),
(92601,35031,'action created','2021-01-22 06:44:22','2021-01-22 01:44:22'),
(92602,35031,'action started via WP Cron','2021-01-22 06:46:14','2021-01-22 01:46:14'),
(92603,35031,'action complete via WP Cron','2021-01-22 06:46:14','2021-01-22 01:46:14'),
(92604,35032,'action created','2021-01-22 06:46:14','2021-01-22 01:46:14'),
(92605,35032,'action started via WP Cron','2021-01-22 06:47:39','2021-01-22 01:47:39'),
(92606,35032,'action complete via WP Cron','2021-01-22 06:47:40','2021-01-22 01:47:40'),
(92607,35033,'action created','2021-01-22 06:47:40','2021-01-22 01:47:40'),
(92608,35033,'action started via WP Cron','2021-01-22 06:48:30','2021-01-22 01:48:30'),
(92609,35033,'action complete via WP Cron','2021-01-22 06:48:30','2021-01-22 01:48:30'),
(92610,35034,'action created','2021-01-22 06:48:30','2021-01-22 01:48:30'),
(92611,35034,'action started via WP Cron','2021-01-22 06:51:33','2021-01-22 01:51:33'),
(92612,35034,'action complete via WP Cron','2021-01-22 06:51:33','2021-01-22 01:51:33'),
(92613,35035,'action created','2021-01-22 06:51:33','2021-01-22 01:51:33'),
(92614,35035,'action started via WP Cron','2021-01-22 06:53:11','2021-01-22 01:53:11'),
(92615,35035,'action complete via WP Cron','2021-01-22 06:53:11','2021-01-22 01:53:11'),
(92616,35036,'action created','2021-01-22 06:53:11','2021-01-22 01:53:11'),
(92617,35036,'action started via WP Cron','2021-01-22 06:56:56','2021-01-22 01:56:56'),
(92618,35036,'action complete via WP Cron','2021-01-22 06:56:56','2021-01-22 01:56:56'),
(92619,35037,'action created','2021-01-22 06:56:56','2021-01-22 01:56:56'),
(92620,35037,'action started via WP Cron','2021-01-22 06:57:24','2021-01-22 01:57:24'),
(92621,35037,'action complete via WP Cron','2021-01-22 06:57:24','2021-01-22 01:57:24'),
(92622,35038,'action created','2021-01-22 06:57:24','2021-01-22 01:57:24'),
(92623,35038,'action started via WP Cron','2021-01-22 06:58:48','2021-01-22 01:58:48'),
(92624,35038,'action complete via WP Cron','2021-01-22 06:58:48','2021-01-22 01:58:48'),
(92625,35039,'action created','2021-01-22 06:58:48','2021-01-22 01:58:48'),
(92626,35039,'action started via WP Cron','2021-01-22 06:59:28','2021-01-22 01:59:28'),
(92627,35039,'action complete via WP Cron','2021-01-22 06:59:28','2021-01-22 01:59:28'),
(92628,35040,'action created','2021-01-22 06:59:28','2021-01-22 01:59:28'),
(92629,35040,'action started via WP Cron','2021-01-22 07:00:42','2021-01-22 02:00:42'),
(92630,35040,'action complete via WP Cron','2021-01-22 07:00:42','2021-01-22 02:00:42'),
(92631,35041,'action created','2021-01-22 07:00:42','2021-01-22 02:00:42'),
(92632,35041,'action started via WP Cron','2021-01-22 07:01:28','2021-01-22 02:01:28'),
(92633,35041,'action complete via WP Cron','2021-01-22 07:01:28','2021-01-22 02:01:28'),
(92634,35042,'action created','2021-01-22 07:01:28','2021-01-22 02:01:28'),
(92635,35042,'action started via WP Cron','2021-01-22 07:02:16','2021-01-22 02:02:16'),
(92636,35042,'action complete via WP Cron','2021-01-22 07:02:16','2021-01-22 02:02:16'),
(92637,35043,'action created','2021-01-22 07:02:16','2021-01-22 02:02:16'),
(92638,35043,'action started via WP Cron','2021-01-22 07:03:16','2021-01-22 02:03:16'),
(92639,35043,'action complete via WP Cron','2021-01-22 07:03:16','2021-01-22 02:03:16'),
(92640,35044,'action created','2021-01-22 07:03:16','2021-01-22 02:03:16'),
(92641,35044,'action started via WP Cron','2021-01-22 07:04:52','2021-01-22 02:04:52'),
(92642,35044,'action complete via WP Cron','2021-01-22 07:04:52','2021-01-22 02:04:52'),
(92643,35045,'action created','2021-01-22 07:04:52','2021-01-22 02:04:52'),
(92644,35045,'action started via WP Cron','2021-01-22 07:05:59','2021-01-22 02:05:59'),
(92645,35045,'action complete via WP Cron','2021-01-22 07:05:59','2021-01-22 02:05:59'),
(92646,35046,'action created','2021-01-22 07:06:00','2021-01-22 02:06:00'),
(92647,35046,'action started via WP Cron','2021-01-22 07:06:59','2021-01-22 02:06:59'),
(92648,35046,'action complete via WP Cron','2021-01-22 07:06:59','2021-01-22 02:06:59'),
(92649,35047,'action created','2021-01-22 07:06:59','2021-01-22 02:06:59'),
(92650,35047,'action started via WP Cron','2021-01-22 07:08:05','2021-01-22 02:08:05'),
(92651,35047,'action complete via WP Cron','2021-01-22 07:08:05','2021-01-22 02:08:05'),
(92652,35048,'action created','2021-01-22 07:08:05','2021-01-22 02:08:05'),
(92653,35048,'action started via WP Cron','2021-01-22 07:09:34','2021-01-22 02:09:34'),
(92654,35048,'action complete via WP Cron','2021-01-22 07:09:34','2021-01-22 02:09:34'),
(92655,35049,'action created','2021-01-22 07:09:34','2021-01-22 02:09:34'),
(92656,35049,'action started via WP Cron','2021-01-22 07:10:13','2021-01-22 02:10:13'),
(92657,35049,'action complete via WP Cron','2021-01-22 07:10:13','2021-01-22 02:10:13'),
(92658,35050,'action created','2021-01-22 07:10:13','2021-01-22 02:10:13'),
(92659,35050,'action started via WP Cron','2021-01-22 07:11:29','2021-01-22 02:11:29'),
(92660,35050,'action complete via WP Cron','2021-01-22 07:11:29','2021-01-22 02:11:29'),
(92661,35051,'action created','2021-01-22 07:11:29','2021-01-22 02:11:29'),
(92662,35051,'action started via WP Cron','2021-01-22 07:12:33','2021-01-22 02:12:33'),
(92663,35051,'action complete via WP Cron','2021-01-22 07:12:33','2021-01-22 02:12:33'),
(92664,35052,'action created','2021-01-22 07:12:33','2021-01-22 02:12:33'),
(92665,35052,'action started via WP Cron','2021-01-22 07:13:33','2021-01-22 02:13:33'),
(92666,35052,'action complete via WP Cron','2021-01-22 07:13:33','2021-01-22 02:13:33'),
(92667,35053,'action created','2021-01-22 07:13:33','2021-01-22 02:13:33'),
(92668,35053,'action started via WP Cron','2021-01-22 07:15:39','2021-01-22 02:15:39'),
(92669,35053,'action complete via WP Cron','2021-01-22 07:15:39','2021-01-22 02:15:39'),
(92670,35054,'action created','2021-01-22 07:15:39','2021-01-22 02:15:39'),
(92671,35054,'action started via WP Cron','2021-01-22 07:16:46','2021-01-22 02:16:46'),
(92672,35054,'action complete via WP Cron','2021-01-22 07:16:46','2021-01-22 02:16:46'),
(92673,35055,'action created','2021-01-22 07:16:46','2021-01-22 02:16:46'),
(92674,35055,'action started via WP Cron','2021-01-22 07:18:16','2021-01-22 02:18:16'),
(92675,35055,'action complete via WP Cron','2021-01-22 07:18:16','2021-01-22 02:18:16'),
(92676,35056,'action created','2021-01-22 07:18:16','2021-01-22 02:18:16'),
(92677,35056,'action started via WP Cron','2021-01-22 07:19:24','2021-01-22 02:19:24'),
(92678,35056,'action complete via WP Cron','2021-01-22 07:19:24','2021-01-22 02:19:24'),
(92679,35057,'action created','2021-01-22 07:19:24','2021-01-22 02:19:24'),
(92680,35057,'action started via WP Cron','2021-01-22 07:20:22','2021-01-22 02:20:22'),
(92681,35057,'action complete via WP Cron','2021-01-22 07:20:22','2021-01-22 02:20:22'),
(92682,35058,'action created','2021-01-22 07:20:22','2021-01-22 02:20:22'),
(92683,35058,'action started via WP Cron','2021-01-22 07:21:46','2021-01-22 02:21:46'),
(92684,35058,'action complete via WP Cron','2021-01-22 07:21:46','2021-01-22 02:21:46'),
(92685,35059,'action created','2021-01-22 07:21:46','2021-01-22 02:21:46'),
(92686,35059,'action started via WP Cron','2021-01-22 07:22:43','2021-01-22 02:22:43'),
(92687,35059,'action complete via WP Cron','2021-01-22 07:22:43','2021-01-22 02:22:43'),
(92688,35060,'action created','2021-01-22 07:22:43','2021-01-22 02:22:43'),
(92689,35060,'action started via WP Cron','2021-01-22 07:23:58','2021-01-22 02:23:58'),
(92690,35060,'action complete via WP Cron','2021-01-22 07:23:58','2021-01-22 02:23:58'),
(92691,35061,'action created','2021-01-22 07:23:59','2021-01-22 02:23:59'),
(92692,35061,'action started via WP Cron','2021-01-22 07:24:34','2021-01-22 02:24:34'),
(92693,35061,'action complete via WP Cron','2021-01-22 07:24:34','2021-01-22 02:24:34'),
(92694,35062,'action created','2021-01-22 07:24:34','2021-01-22 02:24:34'),
(92695,35062,'action started via WP Cron','2021-01-22 07:25:35','2021-01-22 02:25:35'),
(92696,35062,'action complete via WP Cron','2021-01-22 07:25:35','2021-01-22 02:25:35'),
(92697,35063,'action created','2021-01-22 07:25:35','2021-01-22 02:25:35'),
(92698,35063,'action started via WP Cron','2021-01-22 07:26:18','2021-01-22 02:26:18'),
(92699,35063,'action complete via WP Cron','2021-01-22 07:26:18','2021-01-22 02:26:18'),
(92700,35064,'action created','2021-01-22 07:26:18','2021-01-22 02:26:18'),
(92701,35064,'action started via WP Cron','2021-01-22 07:27:46','2021-01-22 02:27:46'),
(92702,35064,'action complete via WP Cron','2021-01-22 07:27:46','2021-01-22 02:27:46'),
(92703,35065,'action created','2021-01-22 07:27:46','2021-01-22 02:27:46'),
(92704,35065,'action started via WP Cron','2021-01-22 07:28:37','2021-01-22 02:28:37'),
(92705,35065,'action complete via WP Cron','2021-01-22 07:28:37','2021-01-22 02:28:37'),
(92706,35066,'action created','2021-01-22 07:28:37','2021-01-22 02:28:37'),
(92707,35066,'action started via WP Cron','2021-01-22 07:29:28','2021-01-22 02:29:28'),
(92708,35066,'action complete via WP Cron','2021-01-22 07:29:28','2021-01-22 02:29:28'),
(92709,35067,'action created','2021-01-22 07:29:28','2021-01-22 02:29:28'),
(92710,35067,'action started via WP Cron','2021-01-22 07:31:18','2021-01-22 02:31:18'),
(92711,35067,'action complete via WP Cron','2021-01-22 07:31:18','2021-01-22 02:31:18'),
(92712,35068,'action created','2021-01-22 07:31:19','2021-01-22 02:31:19'),
(92713,35068,'action started via WP Cron','2021-01-22 07:33:16','2021-01-22 02:33:16'),
(92714,35068,'action complete via WP Cron','2021-01-22 07:33:16','2021-01-22 02:33:16'),
(92715,35069,'action created','2021-01-22 07:33:16','2021-01-22 02:33:16'),
(92716,35069,'action started via WP Cron','2021-01-22 07:34:15','2021-01-22 02:34:15'),
(92717,35069,'action complete via WP Cron','2021-01-22 07:34:15','2021-01-22 02:34:15'),
(92718,35070,'action created','2021-01-22 07:34:15','2021-01-22 02:34:15'),
(92719,35070,'action started via WP Cron','2021-01-22 07:35:19','2021-01-22 02:35:19'),
(92720,35070,'action complete via WP Cron','2021-01-22 07:35:19','2021-01-22 02:35:19'),
(92721,35071,'action created','2021-01-22 07:35:19','2021-01-22 02:35:19'),
(92722,35071,'action started via WP Cron','2021-01-22 07:36:31','2021-01-22 02:36:31'),
(92723,35071,'action complete via WP Cron','2021-01-22 07:36:31','2021-01-22 02:36:31'),
(92724,35072,'action created','2021-01-22 07:36:31','2021-01-22 02:36:31'),
(92725,35072,'action started via WP Cron','2021-01-22 07:37:16','2021-01-22 02:37:16'),
(92726,35072,'action complete via WP Cron','2021-01-22 07:37:16','2021-01-22 02:37:16'),
(92727,35073,'action created','2021-01-22 07:37:16','2021-01-22 02:37:16'),
(92728,35073,'action started via WP Cron','2021-01-22 07:38:17','2021-01-22 02:38:17'),
(92729,35073,'action complete via WP Cron','2021-01-22 07:38:17','2021-01-22 02:38:17'),
(92730,35074,'action created','2021-01-22 07:38:17','2021-01-22 02:38:17'),
(92731,35074,'action started via WP Cron','2021-01-22 07:39:50','2021-01-22 02:39:50'),
(92732,35074,'action complete via WP Cron','2021-01-22 07:39:50','2021-01-22 02:39:50'),
(92733,35075,'action created','2021-01-22 07:39:50','2021-01-22 02:39:50'),
(92734,35075,'action started via WP Cron','2021-01-22 07:40:34','2021-01-22 02:40:34'),
(92735,35075,'action complete via WP Cron','2021-01-22 07:40:34','2021-01-22 02:40:34'),
(92736,35076,'action created','2021-01-22 07:40:34','2021-01-22 02:40:34'),
(92737,35076,'action started via WP Cron','2021-01-22 07:41:34','2021-01-22 02:41:34'),
(92738,35076,'action complete via WP Cron','2021-01-22 07:41:34','2021-01-22 02:41:34'),
(92739,35077,'action created','2021-01-22 07:41:34','2021-01-22 02:41:34'),
(92740,35077,'action started via WP Cron','2021-01-22 07:42:39','2021-01-22 02:42:39'),
(92741,35077,'action complete via WP Cron','2021-01-22 07:42:39','2021-01-22 02:42:39'),
(92742,35078,'action created','2021-01-22 07:42:39','2021-01-22 02:42:39'),
(92743,35078,'action started via WP Cron','2021-01-22 07:43:29','2021-01-22 02:43:29'),
(92744,35078,'action complete via WP Cron','2021-01-22 07:43:29','2021-01-22 02:43:29'),
(92745,35079,'action created','2021-01-22 07:43:29','2021-01-22 02:43:29'),
(92746,35079,'action started via WP Cron','2021-01-22 07:45:31','2021-01-22 02:45:31'),
(92747,35079,'action complete via WP Cron','2021-01-22 07:45:31','2021-01-22 02:45:31'),
(92748,35080,'action created','2021-01-22 07:45:31','2021-01-22 02:45:31'),
(92749,35080,'action started via WP Cron','2021-01-22 07:47:30','2021-01-22 02:47:30'),
(92750,35080,'action complete via WP Cron','2021-01-22 07:47:30','2021-01-22 02:47:30'),
(92751,35081,'action created','2021-01-22 07:47:30','2021-01-22 02:47:30'),
(92752,35081,'action started via WP Cron','2021-01-22 07:48:21','2021-01-22 02:48:21'),
(92753,35081,'action complete via WP Cron','2021-01-22 07:48:21','2021-01-22 02:48:21'),
(92754,35082,'action created','2021-01-22 07:48:21','2021-01-22 02:48:21'),
(92755,35082,'action started via WP Cron','2021-01-22 07:49:27','2021-01-22 02:49:27'),
(92756,35082,'action complete via WP Cron','2021-01-22 07:49:27','2021-01-22 02:49:27'),
(92757,35083,'action created','2021-01-22 07:49:27','2021-01-22 02:49:27'),
(92758,35083,'action started via WP Cron','2021-01-22 07:50:27','2021-01-22 02:50:27'),
(92759,35083,'action complete via WP Cron','2021-01-22 07:50:27','2021-01-22 02:50:27'),
(92760,35084,'action created','2021-01-22 07:50:27','2021-01-22 02:50:27'),
(92761,35084,'action started via WP Cron','2021-01-22 07:51:27','2021-01-22 02:51:27'),
(92762,35084,'action complete via WP Cron','2021-01-22 07:51:27','2021-01-22 02:51:27'),
(92763,35085,'action created','2021-01-22 07:51:28','2021-01-22 02:51:28'),
(92764,35085,'action started via WP Cron','2021-01-22 07:52:58','2021-01-22 02:52:58'),
(92765,35085,'action complete via WP Cron','2021-01-22 07:52:58','2021-01-22 02:52:58'),
(92766,35086,'action created','2021-01-22 07:52:58','2021-01-22 02:52:58'),
(92767,35086,'action started via WP Cron','2021-01-22 07:53:23','2021-01-22 02:53:23'),
(92768,35086,'action complete via WP Cron','2021-01-22 07:53:23','2021-01-22 02:53:23'),
(92769,35087,'action created','2021-01-22 07:53:23','2021-01-22 02:53:23'),
(92770,35087,'action started via WP Cron','2021-01-22 07:55:50','2021-01-22 02:55:50'),
(92771,35087,'action complete via WP Cron','2021-01-22 07:55:50','2021-01-22 02:55:50'),
(92772,35088,'action created','2021-01-22 07:55:50','2021-01-22 02:55:50'),
(92773,35088,'action started via WP Cron','2021-01-22 07:57:12','2021-01-22 02:57:12'),
(92774,35088,'action complete via WP Cron','2021-01-22 07:57:12','2021-01-22 02:57:12'),
(92775,35089,'action created','2021-01-22 07:57:12','2021-01-22 02:57:12'),
(92776,35089,'action started via WP Cron','2021-01-22 07:58:50','2021-01-22 02:58:50'),
(92777,35089,'action complete via WP Cron','2021-01-22 07:58:50','2021-01-22 02:58:50'),
(92778,35090,'action created','2021-01-22 07:58:50','2021-01-22 02:58:50'),
(92779,35090,'action started via WP Cron','2021-01-22 07:59:37','2021-01-22 02:59:37'),
(92780,35090,'action complete via WP Cron','2021-01-22 07:59:37','2021-01-22 02:59:37'),
(92781,35091,'action created','2021-01-22 07:59:37','2021-01-22 02:59:37'),
(92782,35091,'action started via WP Cron','2021-01-22 08:01:23','2021-01-22 03:01:23'),
(92783,35091,'action complete via WP Cron','2021-01-22 08:01:23','2021-01-22 03:01:23'),
(92784,35092,'action created','2021-01-22 08:01:23','2021-01-22 03:01:23'),
(92785,35092,'action started via WP Cron','2021-01-22 08:02:28','2021-01-22 03:02:28'),
(92786,35092,'action complete via WP Cron','2021-01-22 08:02:28','2021-01-22 03:02:28'),
(92787,35093,'action created','2021-01-22 08:02:28','2021-01-22 03:02:28'),
(92788,35093,'action started via WP Cron','2021-01-22 08:03:54','2021-01-22 03:03:54'),
(92789,35093,'action complete via WP Cron','2021-01-22 08:03:54','2021-01-22 03:03:54'),
(92790,35094,'action created','2021-01-22 08:03:54','2021-01-22 03:03:54'),
(92791,35094,'action started via WP Cron','2021-01-22 08:05:49','2021-01-22 03:05:49'),
(92792,35094,'action complete via WP Cron','2021-01-22 08:05:49','2021-01-22 03:05:49'),
(92793,35095,'action created','2021-01-22 08:05:49','2021-01-22 03:05:49'),
(92794,35095,'action started via WP Cron','2021-01-22 08:06:20','2021-01-22 03:06:20'),
(92795,35095,'action complete via WP Cron','2021-01-22 08:06:20','2021-01-22 03:06:20'),
(92796,35096,'action created','2021-01-22 08:06:20','2021-01-22 03:06:20'),
(92797,35096,'action started via WP Cron','2021-01-22 08:08:34','2021-01-22 03:08:34'),
(92798,35096,'action complete via WP Cron','2021-01-22 08:08:34','2021-01-22 03:08:34'),
(92799,35097,'action created','2021-01-22 08:08:34','2021-01-22 03:08:34'),
(92800,35097,'action started via WP Cron','2021-01-22 08:10:28','2021-01-22 03:10:28'),
(92801,35097,'action complete via WP Cron','2021-01-22 08:10:28','2021-01-22 03:10:28'),
(92802,35098,'action created','2021-01-22 08:10:28','2021-01-22 03:10:28'),
(92803,35098,'action started via WP Cron','2021-01-22 08:12:42','2021-01-22 03:12:42'),
(92804,35098,'action complete via WP Cron','2021-01-22 08:12:42','2021-01-22 03:12:42'),
(92805,35099,'action created','2021-01-22 08:12:42','2021-01-22 03:12:42'),
(92806,35099,'action started via WP Cron','2021-01-22 08:15:03','2021-01-22 03:15:03'),
(92807,35099,'action complete via WP Cron','2021-01-22 08:15:03','2021-01-22 03:15:03'),
(92808,35100,'action created','2021-01-22 08:15:03','2021-01-22 03:15:03'),
(92809,35100,'action started via WP Cron','2021-01-22 08:16:16','2021-01-22 03:16:16'),
(92810,35100,'action complete via WP Cron','2021-01-22 08:16:16','2021-01-22 03:16:16'),
(92811,35101,'action created','2021-01-22 08:16:16','2021-01-22 03:16:16'),
(92812,35101,'action started via WP Cron','2021-01-22 08:17:27','2021-01-22 03:17:27'),
(92813,35101,'action complete via WP Cron','2021-01-22 08:17:27','2021-01-22 03:17:27'),
(92814,35102,'action created','2021-01-22 08:17:27','2021-01-22 03:17:27'),
(92815,35102,'action started via WP Cron','2021-01-22 08:23:43','2021-01-22 03:23:43'),
(92816,35102,'action complete via WP Cron','2021-01-22 08:23:43','2021-01-22 03:23:43'),
(92817,35103,'action created','2021-01-22 08:23:43','2021-01-22 03:23:43'),
(92818,35103,'action started via WP Cron','2021-01-22 08:25:04','2021-01-22 03:25:04'),
(92819,35103,'action complete via WP Cron','2021-01-22 08:25:04','2021-01-22 03:25:04'),
(92820,35104,'action created','2021-01-22 08:25:04','2021-01-22 03:25:04'),
(92821,35104,'action started via WP Cron','2021-01-22 08:26:24','2021-01-22 03:26:24'),
(92822,35104,'action complete via WP Cron','2021-01-22 08:26:24','2021-01-22 03:26:24'),
(92823,35105,'action created','2021-01-22 08:26:24','2021-01-22 03:26:24'),
(92824,35105,'action started via WP Cron','2021-01-22 08:27:19','2021-01-22 03:27:19'),
(92825,35105,'action complete via WP Cron','2021-01-22 08:27:19','2021-01-22 03:27:19'),
(92826,35106,'action created','2021-01-22 08:27:19','2021-01-22 03:27:19'),
(92827,35106,'action started via WP Cron','2021-01-22 08:29:05','2021-01-22 03:29:05'),
(92828,35106,'action complete via WP Cron','2021-01-22 08:29:05','2021-01-22 03:29:05'),
(92829,35107,'action created','2021-01-22 08:29:05','2021-01-22 03:29:05'),
(92830,35107,'action started via WP Cron','2021-01-22 08:29:46','2021-01-22 03:29:46'),
(92831,35107,'action complete via WP Cron','2021-01-22 08:29:46','2021-01-22 03:29:46'),
(92832,35108,'action created','2021-01-22 08:29:47','2021-01-22 03:29:47'),
(92833,35108,'action started via WP Cron','2021-01-22 08:30:41','2021-01-22 03:30:41'),
(92834,35108,'action complete via WP Cron','2021-01-22 08:30:41','2021-01-22 03:30:41'),
(92835,35109,'action created','2021-01-22 08:30:41','2021-01-22 03:30:41'),
(92836,35109,'action started via WP Cron','2021-01-22 08:31:31','2021-01-22 03:31:31'),
(92837,35109,'action complete via WP Cron','2021-01-22 08:31:31','2021-01-22 03:31:31'),
(92838,35110,'action created','2021-01-22 08:31:31','2021-01-22 03:31:31'),
(92839,35110,'action started via WP Cron','2021-01-22 08:32:38','2021-01-22 03:32:38'),
(92840,35110,'action complete via WP Cron','2021-01-22 08:32:38','2021-01-22 03:32:38'),
(92841,35111,'action created','2021-01-22 08:32:38','2021-01-22 03:32:38'),
(92842,35111,'action started via WP Cron','2021-01-22 08:33:19','2021-01-22 03:33:19'),
(92843,35111,'action complete via WP Cron','2021-01-22 08:33:19','2021-01-22 03:33:19'),
(92844,35112,'action created','2021-01-22 08:33:19','2021-01-22 03:33:19'),
(92845,35112,'action started via WP Cron','2021-01-22 08:35:44','2021-01-22 03:35:44'),
(92846,35112,'action complete via WP Cron','2021-01-22 08:35:44','2021-01-22 03:35:44'),
(92847,35113,'action created','2021-01-22 08:35:44','2021-01-22 03:35:44'),
(92848,35113,'action started via WP Cron','2021-01-22 08:36:38','2021-01-22 03:36:38'),
(92849,35113,'action complete via WP Cron','2021-01-22 08:36:39','2021-01-22 03:36:39'),
(92850,35114,'action created','2021-01-22 08:36:39','2021-01-22 03:36:39'),
(92851,35114,'action started via WP Cron','2021-01-22 08:37:27','2021-01-22 03:37:27'),
(92852,35114,'action complete via WP Cron','2021-01-22 08:37:27','2021-01-22 03:37:27'),
(92853,35115,'action created','2021-01-22 08:37:27','2021-01-22 03:37:27'),
(92854,35115,'action started via WP Cron','2021-01-22 08:38:56','2021-01-22 03:38:56'),
(92855,35115,'action complete via WP Cron','2021-01-22 08:38:56','2021-01-22 03:38:56'),
(92856,35116,'action created','2021-01-22 08:38:56','2021-01-22 03:38:56'),
(92857,35116,'action started via WP Cron','2021-01-22 08:39:21','2021-01-22 03:39:21'),
(92858,35116,'action complete via WP Cron','2021-01-22 08:39:21','2021-01-22 03:39:21'),
(92859,35117,'action created','2021-01-22 08:39:21','2021-01-22 03:39:21'),
(92860,35117,'action started via WP Cron','2021-01-22 08:41:29','2021-01-22 03:41:29'),
(92861,35117,'action complete via WP Cron','2021-01-22 08:41:29','2021-01-22 03:41:29'),
(92862,35118,'action created','2021-01-22 08:41:29','2021-01-22 03:41:29'),
(92863,35118,'action started via WP Cron','2021-01-22 08:43:32','2021-01-22 03:43:32'),
(92864,35118,'action complete via WP Cron','2021-01-22 08:43:32','2021-01-22 03:43:32'),
(92865,35119,'action created','2021-01-22 08:43:32','2021-01-22 03:43:32'),
(92866,35119,'action started via WP Cron','2021-01-22 08:44:28','2021-01-22 03:44:28'),
(92867,35119,'action complete via WP Cron','2021-01-22 08:44:28','2021-01-22 03:44:28'),
(92868,35120,'action created','2021-01-22 08:44:28','2021-01-22 03:44:28'),
(92869,35120,'action started via WP Cron','2021-01-22 08:46:36','2021-01-22 03:46:36'),
(92870,35120,'action complete via WP Cron','2021-01-22 08:46:36','2021-01-22 03:46:36'),
(92871,35121,'action created','2021-01-22 08:46:36','2021-01-22 03:46:36'),
(92872,35121,'action started via WP Cron','2021-01-22 08:47:13','2021-01-22 03:47:13'),
(92873,35121,'action complete via WP Cron','2021-01-22 08:47:13','2021-01-22 03:47:13'),
(92874,35122,'action created','2021-01-22 08:47:13','2021-01-22 03:47:13'),
(92875,35122,'action started via WP Cron','2021-01-22 08:48:16','2021-01-22 03:48:16'),
(92876,35122,'action complete via WP Cron','2021-01-22 08:48:16','2021-01-22 03:48:16'),
(92877,35123,'action created','2021-01-22 08:48:16','2021-01-22 03:48:16'),
(92878,35123,'action started via WP Cron','2021-01-22 08:49:16','2021-01-22 03:49:16'),
(92879,35123,'action complete via WP Cron','2021-01-22 08:49:16','2021-01-22 03:49:16'),
(92880,35124,'action created','2021-01-22 08:49:16','2021-01-22 03:49:16'),
(92881,35124,'action started via WP Cron','2021-01-22 08:51:37','2021-01-22 03:51:37'),
(92882,35124,'action complete via WP Cron','2021-01-22 08:51:37','2021-01-22 03:51:37'),
(92883,35125,'action created','2021-01-22 08:51:37','2021-01-22 03:51:37'),
(92884,35125,'action started via WP Cron','2021-01-22 08:53:19','2021-01-22 03:53:19'),
(92885,35125,'action complete via WP Cron','2021-01-22 08:53:19','2021-01-22 03:53:19'),
(92886,35126,'action created','2021-01-22 08:53:19','2021-01-22 03:53:19'),
(92887,35126,'action started via WP Cron','2021-01-22 08:55:43','2021-01-22 03:55:43'),
(92888,35126,'action complete via WP Cron','2021-01-22 08:55:43','2021-01-22 03:55:43'),
(92889,35127,'action created','2021-01-22 08:55:43','2021-01-22 03:55:43'),
(92890,35127,'action started via WP Cron','2021-01-22 08:56:23','2021-01-22 03:56:23'),
(92891,35127,'action complete via WP Cron','2021-01-22 08:56:23','2021-01-22 03:56:23'),
(92892,35128,'action created','2021-01-22 08:56:23','2021-01-22 03:56:23'),
(92893,35128,'action started via WP Cron','2021-01-22 08:57:36','2021-01-22 03:57:36'),
(92894,35128,'action complete via WP Cron','2021-01-22 08:57:36','2021-01-22 03:57:36'),
(92895,35129,'action created','2021-01-22 08:57:36','2021-01-22 03:57:36'),
(92896,35129,'action started via WP Cron','2021-01-22 08:58:18','2021-01-22 03:58:18'),
(92897,35129,'action complete via WP Cron','2021-01-22 08:58:18','2021-01-22 03:58:18'),
(92898,35130,'action created','2021-01-22 08:58:18','2021-01-22 03:58:18'),
(92899,35130,'action started via WP Cron','2021-01-22 09:00:07','2021-01-22 04:00:07'),
(92900,35130,'action complete via WP Cron','2021-01-22 09:00:08','2021-01-22 04:00:08'),
(92901,35131,'action created','2021-01-22 09:00:08','2021-01-22 04:00:08'),
(92902,35131,'action started via WP Cron','2021-01-22 09:04:37','2021-01-22 04:04:37'),
(92903,35131,'action complete via WP Cron','2021-01-22 09:04:37','2021-01-22 04:04:37'),
(92904,35132,'action created','2021-01-22 09:04:38','2021-01-22 04:04:38'),
(92905,35132,'action started via WP Cron','2021-01-22 09:05:47','2021-01-22 04:05:47'),
(92906,35132,'action complete via WP Cron','2021-01-22 09:05:47','2021-01-22 04:05:47'),
(92907,35133,'action created','2021-01-22 09:05:47','2021-01-22 04:05:47'),
(92908,35133,'action started via WP Cron','2021-01-22 09:08:01','2021-01-22 04:08:01'),
(92909,35133,'action complete via WP Cron','2021-01-22 09:08:01','2021-01-22 04:08:01'),
(92910,35134,'action created','2021-01-22 09:08:01','2021-01-22 04:08:01'),
(92911,35134,'action started via WP Cron','2021-01-22 09:08:32','2021-01-22 04:08:32'),
(92912,35134,'action complete via WP Cron','2021-01-22 09:08:32','2021-01-22 04:08:32'),
(92913,35135,'action created','2021-01-22 09:08:32','2021-01-22 04:08:32'),
(92914,35135,'action started via WP Cron','2021-01-22 09:10:11','2021-01-22 04:10:11'),
(92915,35135,'action complete via WP Cron','2021-01-22 09:10:11','2021-01-22 04:10:11'),
(92916,35136,'action created','2021-01-22 09:10:11','2021-01-22 04:10:11'),
(92917,35136,'action started via WP Cron','2021-01-22 09:11:34','2021-01-22 04:11:34'),
(92918,35136,'action complete via WP Cron','2021-01-22 09:11:34','2021-01-22 04:11:34'),
(92919,35137,'action created','2021-01-22 09:11:34','2021-01-22 04:11:34'),
(92920,35137,'action started via WP Cron','2021-01-22 09:12:23','2021-01-22 04:12:23'),
(92921,35137,'action complete via WP Cron','2021-01-22 09:12:23','2021-01-22 04:12:23'),
(92922,35138,'action created','2021-01-22 09:12:23','2021-01-22 04:12:23'),
(92923,35138,'action started via WP Cron','2021-01-22 09:13:48','2021-01-22 04:13:48'),
(92924,35138,'action complete via WP Cron','2021-01-22 09:13:48','2021-01-22 04:13:48'),
(92925,35139,'action created','2021-01-22 09:13:48','2021-01-22 04:13:48'),
(92926,35139,'action started via WP Cron','2021-01-22 09:14:33','2021-01-22 04:14:33'),
(92927,35139,'action complete via WP Cron','2021-01-22 09:14:33','2021-01-22 04:14:33'),
(92928,35140,'action created','2021-01-22 09:14:33','2021-01-22 04:14:33'),
(92929,35140,'action started via WP Cron','2021-01-22 09:16:27','2021-01-22 04:16:27'),
(92930,35140,'action complete via WP Cron','2021-01-22 09:16:27','2021-01-22 04:16:27'),
(92931,35141,'action created','2021-01-22 09:16:27','2021-01-22 04:16:27'),
(92932,35141,'action started via WP Cron','2021-01-22 09:17:22','2021-01-22 04:17:22'),
(92933,35141,'action complete via WP Cron','2021-01-22 09:17:22','2021-01-22 04:17:22'),
(92934,35142,'action created','2021-01-22 09:17:22','2021-01-22 04:17:22'),
(92935,35142,'action started via WP Cron','2021-01-22 09:21:04','2021-01-22 04:21:04'),
(92936,35142,'action complete via WP Cron','2021-01-22 09:21:04','2021-01-22 04:21:04'),
(92937,35143,'action created','2021-01-22 09:21:04','2021-01-22 04:21:04'),
(92938,35143,'action started via WP Cron','2021-01-22 09:21:30','2021-01-22 04:21:30'),
(92939,35143,'action complete via WP Cron','2021-01-22 09:21:30','2021-01-22 04:21:30'),
(92940,35144,'action created','2021-01-22 09:23:32','2021-01-22 04:23:32'),
(92941,35144,'action started via WP Cron','2021-01-22 09:25:00','2021-01-22 04:25:00'),
(92942,35144,'action complete via WP Cron','2021-01-22 09:25:00','2021-01-22 04:25:00'),
(92943,35145,'action created','2021-01-22 09:25:00','2021-01-22 04:25:00'),
(92944,35145,'action started via WP Cron','2021-01-22 09:25:59','2021-01-22 04:25:59'),
(92945,35145,'action complete via WP Cron','2021-01-22 09:25:59','2021-01-22 04:25:59'),
(92946,35146,'action created','2021-01-22 09:25:59','2021-01-22 04:25:59'),
(92947,35146,'action started via WP Cron','2021-01-22 09:27:25','2021-01-22 04:27:25'),
(92948,35146,'action complete via WP Cron','2021-01-22 09:27:25','2021-01-22 04:27:25'),
(92949,35147,'action created','2021-01-22 09:27:26','2021-01-22 04:27:26'),
(92950,35147,'action started via WP Cron','2021-01-22 09:28:51','2021-01-22 04:28:51'),
(92951,35147,'action complete via WP Cron','2021-01-22 09:28:51','2021-01-22 04:28:51'),
(92952,35148,'action created','2021-01-22 09:28:51','2021-01-22 04:28:51'),
(92953,35148,'action started via WP Cron','2021-01-22 09:29:32','2021-01-22 04:29:32'),
(92954,35148,'action complete via WP Cron','2021-01-22 09:29:32','2021-01-22 04:29:32'),
(92955,35149,'action created','2021-01-22 09:29:32','2021-01-22 04:29:32'),
(92956,35149,'action started via WP Cron','2021-01-22 09:31:00','2021-01-22 04:31:00'),
(92957,35149,'action complete via WP Cron','2021-01-22 09:31:00','2021-01-22 04:31:00'),
(92958,35150,'action created','2021-01-22 09:31:00','2021-01-22 04:31:00'),
(92959,35150,'action started via WP Cron','2021-01-22 09:32:26','2021-01-22 04:32:26'),
(92960,35150,'action complete via WP Cron','2021-01-22 09:32:26','2021-01-22 04:32:26'),
(92961,35151,'action created','2021-01-22 09:32:26','2021-01-22 04:32:26'),
(92962,35151,'action started via WP Cron','2021-01-22 09:33:21','2021-01-22 04:33:21'),
(92963,35151,'action complete via WP Cron','2021-01-22 09:33:21','2021-01-22 04:33:21'),
(92964,35152,'action created','2021-01-22 09:33:21','2021-01-22 04:33:21'),
(92965,35152,'action started via WP Cron','2021-01-22 09:34:23','2021-01-22 04:34:23'),
(92966,35152,'action complete via WP Cron','2021-01-22 09:34:23','2021-01-22 04:34:23'),
(92967,35153,'action created','2021-01-22 09:34:23','2021-01-22 04:34:23'),
(92968,35153,'action started via WP Cron','2021-01-22 09:35:12','2021-01-22 04:35:12'),
(92969,35153,'action complete via WP Cron','2021-01-22 09:35:12','2021-01-22 04:35:12'),
(92970,35154,'action created','2021-01-22 09:35:12','2021-01-22 04:35:12'),
(92971,35154,'action started via WP Cron','2021-01-22 09:37:06','2021-01-22 04:37:06'),
(92972,35154,'action complete via WP Cron','2021-01-22 09:37:06','2021-01-22 04:37:06'),
(92973,35155,'action created','2021-01-22 09:37:06','2021-01-22 04:37:06'),
(92974,35155,'action started via WP Cron','2021-01-22 09:39:44','2021-01-22 04:39:44'),
(92975,35155,'action complete via WP Cron','2021-01-22 09:39:44','2021-01-22 04:39:44'),
(92976,35156,'action created','2021-01-22 09:39:44','2021-01-22 04:39:44'),
(92977,35156,'action started via WP Cron','2021-01-22 09:41:38','2021-01-22 04:41:38'),
(92978,35156,'action complete via WP Cron','2021-01-22 09:41:38','2021-01-22 04:41:38'),
(92979,35157,'action created','2021-01-22 09:41:38','2021-01-22 04:41:38'),
(92980,35157,'action started via WP Cron','2021-01-22 09:42:35','2021-01-22 04:42:35'),
(92981,35157,'action complete via WP Cron','2021-01-22 09:42:35','2021-01-22 04:42:35'),
(92982,35158,'action created','2021-01-22 09:42:35','2021-01-22 04:42:35'),
(92983,35158,'action started via WP Cron','2021-01-22 09:44:13','2021-01-22 04:44:13'),
(92984,35158,'action complete via WP Cron','2021-01-22 09:44:13','2021-01-22 04:44:13'),
(92985,35159,'action created','2021-01-22 09:44:13','2021-01-22 04:44:13'),
(92986,35159,'action started via WP Cron','2021-01-22 09:46:02','2021-01-22 04:46:02'),
(92987,35159,'action complete via WP Cron','2021-01-22 09:46:02','2021-01-22 04:46:02'),
(92988,35160,'action created','2021-01-22 09:46:03','2021-01-22 04:46:03'),
(92989,35160,'action started via WP Cron','2021-01-22 09:46:48','2021-01-22 04:46:48'),
(92990,35160,'action complete via WP Cron','2021-01-22 09:46:48','2021-01-22 04:46:48'),
(92991,35161,'action created','2021-01-22 09:46:48','2021-01-22 04:46:48'),
(92992,35161,'action started via WP Cron','2021-01-22 09:48:31','2021-01-22 04:48:31'),
(92993,35161,'action complete via WP Cron','2021-01-22 09:48:31','2021-01-22 04:48:31'),
(92994,35162,'action created','2021-01-22 09:48:31','2021-01-22 04:48:31'),
(92995,35162,'action started via WP Cron','2021-01-22 09:49:44','2021-01-22 04:49:44'),
(92996,35162,'action complete via WP Cron','2021-01-22 09:49:44','2021-01-22 04:49:44'),
(92997,35163,'action created','2021-01-22 09:49:44','2021-01-22 04:49:44'),
(92998,35163,'action started via WP Cron','2021-01-22 09:50:26','2021-01-22 04:50:26'),
(92999,35163,'action complete via WP Cron','2021-01-22 09:50:26','2021-01-22 04:50:26'),
(93000,35164,'action created','2021-01-22 09:50:26','2021-01-22 04:50:26'),
(93001,35164,'action started via WP Cron','2021-01-22 09:51:17','2021-01-22 04:51:17'),
(93002,35164,'action complete via WP Cron','2021-01-22 09:51:18','2021-01-22 04:51:18'),
(93003,35165,'action created','2021-01-22 09:51:18','2021-01-22 04:51:18'),
(93004,35165,'action started via WP Cron','2021-01-22 09:52:23','2021-01-22 04:52:23'),
(93005,35165,'action complete via WP Cron','2021-01-22 09:52:23','2021-01-22 04:52:23'),
(93006,35166,'action created','2021-01-22 09:52:23','2021-01-22 04:52:23'),
(93007,35166,'action started via WP Cron','2021-01-22 09:53:30','2021-01-22 04:53:30'),
(93008,35166,'action complete via WP Cron','2021-01-22 09:53:30','2021-01-22 04:53:30'),
(93009,35167,'action created','2021-01-22 09:53:30','2021-01-22 04:53:30'),
(93010,35167,'action started via WP Cron','2021-01-22 09:55:38','2021-01-22 04:55:38'),
(93011,35167,'action complete via WP Cron','2021-01-22 09:55:38','2021-01-22 04:55:38'),
(93012,35168,'action created','2021-01-22 09:55:38','2021-01-22 04:55:38'),
(93013,35168,'action started via WP Cron','2021-01-22 09:56:25','2021-01-22 04:56:25'),
(93014,35168,'action complete via WP Cron','2021-01-22 09:56:25','2021-01-22 04:56:25'),
(93015,35169,'action created','2021-01-22 09:56:25','2021-01-22 04:56:25'),
(93016,35169,'action started via WP Cron','2021-01-22 09:57:36','2021-01-22 04:57:36'),
(93017,35169,'action complete via WP Cron','2021-01-22 09:57:36','2021-01-22 04:57:36'),
(93018,35170,'action created','2021-01-22 09:57:36','2021-01-22 04:57:36'),
(93019,35170,'action started via WP Cron','2021-01-22 09:58:16','2021-01-22 04:58:16'),
(93020,35170,'action complete via WP Cron','2021-01-22 09:58:16','2021-01-22 04:58:16'),
(93021,35171,'action created','2021-01-22 09:58:17','2021-01-22 04:58:17'),
(93022,35171,'action started via WP Cron','2021-01-22 09:59:22','2021-01-22 04:59:22'),
(93023,35171,'action complete via WP Cron','2021-01-22 09:59:22','2021-01-22 04:59:22'),
(93024,35172,'action created','2021-01-22 09:59:22','2021-01-22 04:59:22'),
(93025,35172,'action started via WP Cron','2021-01-22 10:00:53','2021-01-22 05:00:53'),
(93026,35172,'action complete via WP Cron','2021-01-22 10:00:53','2021-01-22 05:00:53'),
(93027,35173,'action created','2021-01-22 10:00:53','2021-01-22 05:00:53'),
(93028,35173,'action started via WP Cron','2021-01-22 10:01:21','2021-01-22 05:01:21'),
(93029,35173,'action complete via WP Cron','2021-01-22 10:01:21','2021-01-22 05:01:21'),
(93030,35174,'action created','2021-01-22 10:01:21','2021-01-22 05:01:21'),
(93031,35174,'action started via WP Cron','2021-01-22 10:02:17','2021-01-22 05:02:17'),
(93032,35174,'action complete via WP Cron','2021-01-22 10:02:17','2021-01-22 05:02:17'),
(93033,35175,'action created','2021-01-22 10:02:17','2021-01-22 05:02:17'),
(93034,35175,'action started via WP Cron','2021-01-22 10:03:45','2021-01-22 05:03:45'),
(93035,35175,'action complete via WP Cron','2021-01-22 10:03:45','2021-01-22 05:03:45'),
(93036,35176,'action created','2021-01-22 10:03:45','2021-01-22 05:03:45'),
(93037,35176,'action started via WP Cron','2021-01-22 10:05:20','2021-01-22 05:05:20'),
(93038,35176,'action complete via WP Cron','2021-01-22 10:05:20','2021-01-22 05:05:20'),
(93039,35177,'action created','2021-01-22 10:05:20','2021-01-22 05:05:20'),
(93040,35177,'action started via WP Cron','2021-01-22 10:08:37','2021-01-22 05:08:37'),
(93041,35177,'action complete via WP Cron','2021-01-22 10:08:37','2021-01-22 05:08:37'),
(93042,35178,'action created','2021-01-22 10:08:37','2021-01-22 05:08:37'),
(93043,35178,'action started via WP Cron','2021-01-22 10:10:51','2021-01-22 05:10:51'),
(93044,35178,'action complete via WP Cron','2021-01-22 10:10:51','2021-01-22 05:10:51'),
(93045,35179,'action created','2021-01-22 10:10:51','2021-01-22 05:10:51'),
(93046,35179,'action started via WP Cron','2021-01-22 10:12:23','2021-01-22 05:12:23'),
(93047,35179,'action complete via WP Cron','2021-01-22 10:12:23','2021-01-22 05:12:23'),
(93048,35180,'action created','2021-01-22 10:12:23','2021-01-22 05:12:23'),
(93049,35180,'action started via WP Cron','2021-01-22 10:15:06','2021-01-22 05:15:06'),
(93050,35180,'action complete via WP Cron','2021-01-22 10:15:06','2021-01-22 05:15:06'),
(93051,35181,'action created','2021-01-22 10:15:06','2021-01-22 05:15:06'),
(93052,35181,'action started via WP Cron','2021-01-22 10:15:27','2021-01-22 05:15:27'),
(93053,35181,'action complete via WP Cron','2021-01-22 10:15:27','2021-01-22 05:15:27'),
(93054,35182,'action created','2021-01-22 10:15:27','2021-01-22 05:15:27'),
(93055,35182,'action started via WP Cron','2021-01-22 10:17:33','2021-01-22 05:17:33'),
(93056,35182,'action complete via WP Cron','2021-01-22 10:17:33','2021-01-22 05:17:33'),
(93057,35183,'action created','2021-01-22 10:17:34','2021-01-22 05:17:34'),
(93058,35183,'action started via WP Cron','2021-01-22 10:18:42','2021-01-22 05:18:42'),
(93059,35183,'action complete via WP Cron','2021-01-22 10:18:42','2021-01-22 05:18:42'),
(93060,35184,'action created','2021-01-22 10:18:42','2021-01-22 05:18:42'),
(93061,35184,'action started via WP Cron','2021-01-22 10:19:14','2021-01-22 05:19:14'),
(93062,35184,'action complete via WP Cron','2021-01-22 10:19:14','2021-01-22 05:19:14'),
(93063,35185,'action created','2021-01-22 10:19:14','2021-01-22 05:19:14'),
(93064,35185,'action started via WP Cron','2021-01-22 10:20:41','2021-01-22 05:20:41'),
(93065,35185,'action complete via WP Cron','2021-01-22 10:20:41','2021-01-22 05:20:41'),
(93066,35186,'action created','2021-01-22 10:20:41','2021-01-22 05:20:41'),
(93067,35186,'action started via WP Cron','2021-01-22 10:21:48','2021-01-22 05:21:48'),
(93068,35186,'action complete via WP Cron','2021-01-22 10:21:48','2021-01-22 05:21:48'),
(93069,35187,'action created','2021-01-22 10:21:48','2021-01-22 05:21:48'),
(93070,35187,'action started via WP Cron','2021-01-22 10:22:29','2021-01-22 05:22:29'),
(93071,35187,'action complete via WP Cron','2021-01-22 10:22:29','2021-01-22 05:22:29'),
(93072,35188,'action created','2021-01-22 10:22:29','2021-01-22 05:22:29'),
(93073,35188,'action started via WP Cron','2021-01-22 10:23:13','2021-01-22 05:23:13'),
(93074,35188,'action complete via WP Cron','2021-01-22 10:23:13','2021-01-22 05:23:13'),
(93075,35189,'action created','2021-01-22 10:23:13','2021-01-22 05:23:13'),
(93076,35189,'action started via WP Cron','2021-01-22 10:24:29','2021-01-22 05:24:29'),
(93077,35189,'action complete via WP Cron','2021-01-22 10:24:29','2021-01-22 05:24:29'),
(93078,35190,'action created','2021-01-22 10:24:29','2021-01-22 05:24:29'),
(93079,35190,'action started via WP Cron','2021-01-22 10:25:31','2021-01-22 05:25:31'),
(93080,35190,'action complete via WP Cron','2021-01-22 10:25:31','2021-01-22 05:25:31'),
(93081,35191,'action created','2021-01-22 10:25:31','2021-01-22 05:25:31'),
(93082,35191,'action started via WP Cron','2021-01-22 10:26:31','2021-01-22 05:26:31'),
(93083,35191,'action complete via WP Cron','2021-01-22 10:26:31','2021-01-22 05:26:31'),
(93084,35192,'action created','2021-01-22 10:26:31','2021-01-22 05:26:31'),
(93085,35192,'action started via WP Cron','2021-01-22 10:28:13','2021-01-22 05:28:13'),
(93086,35192,'action complete via WP Cron','2021-01-22 10:28:13','2021-01-22 05:28:13'),
(93087,35193,'action created','2021-01-22 10:28:13','2021-01-22 05:28:13'),
(93088,35193,'action started via WP Cron','2021-01-22 10:29:32','2021-01-22 05:29:32'),
(93089,35193,'action complete via WP Cron','2021-01-22 10:29:32','2021-01-22 05:29:32'),
(93090,35194,'action created','2021-01-22 10:29:32','2021-01-22 05:29:32'),
(93091,35194,'action started via WP Cron','2021-01-22 10:30:19','2021-01-22 05:30:19'),
(93092,35194,'action complete via WP Cron','2021-01-22 10:30:19','2021-01-22 05:30:19'),
(93093,35195,'action created','2021-01-22 10:30:19','2021-01-22 05:30:19'),
(93094,35195,'action started via WP Cron','2021-01-22 10:31:51','2021-01-22 05:31:51'),
(93095,35195,'action complete via WP Cron','2021-01-22 10:31:51','2021-01-22 05:31:51'),
(93096,35196,'action created','2021-01-22 10:31:51','2021-01-22 05:31:51'),
(93097,35196,'action started via WP Cron','2021-01-22 10:32:19','2021-01-22 05:32:19'),
(93098,35196,'action complete via WP Cron','2021-01-22 10:32:19','2021-01-22 05:32:19'),
(93099,35197,'action created','2021-01-22 10:32:19','2021-01-22 05:32:19'),
(93100,35197,'action started via WP Cron','2021-01-22 10:33:22','2021-01-22 05:33:22'),
(93101,35197,'action complete via WP Cron','2021-01-22 10:33:22','2021-01-22 05:33:22'),
(93102,35198,'action created','2021-01-22 10:33:22','2021-01-22 05:33:22'),
(93103,35198,'action started via WP Cron','2021-01-22 10:35:24','2021-01-22 05:35:24'),
(93104,35198,'action complete via WP Cron','2021-01-22 10:35:24','2021-01-22 05:35:24'),
(93105,35199,'action created','2021-01-22 10:35:24','2021-01-22 05:35:24'),
(93106,35199,'action started via WP Cron','2021-01-22 10:36:22','2021-01-22 05:36:22'),
(93107,35199,'action complete via WP Cron','2021-01-22 10:36:22','2021-01-22 05:36:22'),
(93108,35200,'action created','2021-01-22 10:36:22','2021-01-22 05:36:22'),
(93109,35200,'action started via WP Cron','2021-01-22 10:37:22','2021-01-22 05:37:22'),
(93110,35200,'action complete via WP Cron','2021-01-22 10:37:22','2021-01-22 05:37:22'),
(93111,35201,'action created','2021-01-22 10:37:22','2021-01-22 05:37:22'),
(93112,35201,'action started via WP Cron','2021-01-22 10:38:21','2021-01-22 05:38:21'),
(93113,35201,'action complete via WP Cron','2021-01-22 10:38:21','2021-01-22 05:38:21'),
(93114,35202,'action created','2021-01-22 10:38:21','2021-01-22 05:38:21'),
(93115,35202,'action started via WP Cron','2021-01-22 10:40:44','2021-01-22 05:40:44'),
(93116,35202,'action complete via WP Cron','2021-01-22 10:40:44','2021-01-22 05:40:44'),
(93117,35203,'action created','2021-01-22 10:40:44','2021-01-22 05:40:44'),
(93118,35203,'action started via WP Cron','2021-01-22 10:41:18','2021-01-22 05:41:18'),
(93119,35203,'action complete via WP Cron','2021-01-22 10:41:18','2021-01-22 05:41:18'),
(93120,35204,'action created','2021-01-22 10:41:18','2021-01-22 05:41:18'),
(93121,35204,'action started via WP Cron','2021-01-22 10:43:01','2021-01-22 05:43:01'),
(93122,35204,'action complete via WP Cron','2021-01-22 10:43:01','2021-01-22 05:43:01'),
(93123,35205,'action created','2021-01-22 10:43:01','2021-01-22 05:43:01'),
(93124,35205,'action started via WP Cron','2021-01-22 10:43:49','2021-01-22 05:43:49'),
(93125,35205,'action complete via WP Cron','2021-01-22 10:43:49','2021-01-22 05:43:49'),
(93126,35206,'action created','2021-01-22 10:43:50','2021-01-22 05:43:50'),
(93127,35206,'action started via WP Cron','2021-01-22 10:44:18','2021-01-22 05:44:18'),
(93128,35206,'action complete via WP Cron','2021-01-22 10:44:18','2021-01-22 05:44:18'),
(93129,35207,'action created','2021-01-22 10:44:18','2021-01-22 05:44:18'),
(93130,35207,'action started via WP Cron','2021-01-22 10:45:48','2021-01-22 05:45:48'),
(93131,35207,'action complete via WP Cron','2021-01-22 10:45:48','2021-01-22 05:45:48'),
(93132,35208,'action created','2021-01-22 10:45:48','2021-01-22 05:45:48'),
(93133,35208,'action started via WP Cron','2021-01-22 10:49:21','2021-01-22 05:49:21'),
(93134,35208,'action complete via WP Cron','2021-01-22 10:49:21','2021-01-22 05:49:21'),
(93135,35209,'action created','2021-01-22 10:49:21','2021-01-22 05:49:21'),
(93136,35209,'action started via WP Cron','2021-01-22 10:51:16','2021-01-22 05:51:16'),
(93137,35209,'action complete via WP Cron','2021-01-22 10:51:16','2021-01-22 05:51:16'),
(93138,35210,'action created','2021-01-22 10:51:16','2021-01-22 05:51:16'),
(93139,35210,'action started via WP Cron','2021-01-22 10:52:50','2021-01-22 05:52:50'),
(93140,35210,'action complete via WP Cron','2021-01-22 10:52:50','2021-01-22 05:52:50'),
(93141,35211,'action created','2021-01-22 10:52:50','2021-01-22 05:52:50'),
(93142,35211,'action started via WP Cron','2021-01-22 10:55:15','2021-01-22 05:55:15'),
(93143,35211,'action complete via WP Cron','2021-01-22 10:55:15','2021-01-22 05:55:15'),
(93144,35212,'action created','2021-01-22 10:55:15','2021-01-22 05:55:15'),
(93145,35212,'action started via WP Cron','2021-01-22 10:56:28','2021-01-22 05:56:28'),
(93146,35212,'action complete via WP Cron','2021-01-22 10:56:28','2021-01-22 05:56:28'),
(93147,35213,'action created','2021-01-22 10:56:28','2021-01-22 05:56:28'),
(93148,35213,'action started via WP Cron','2021-01-22 10:57:46','2021-01-22 05:57:46'),
(93149,35213,'action complete via WP Cron','2021-01-22 10:57:46','2021-01-22 05:57:46'),
(93150,35214,'action created','2021-01-22 10:57:46','2021-01-22 05:57:46'),
(93151,35214,'action started via WP Cron','2021-01-22 10:58:58','2021-01-22 05:58:58'),
(93152,35214,'action complete via WP Cron','2021-01-22 10:58:58','2021-01-22 05:58:58'),
(93153,35215,'action created','2021-01-22 10:58:58','2021-01-22 05:58:58'),
(93154,35215,'action started via WP Cron','2021-01-22 10:59:52','2021-01-22 05:59:52'),
(93155,35215,'action complete via WP Cron','2021-01-22 10:59:52','2021-01-22 05:59:52'),
(93156,35216,'action created','2021-01-22 10:59:52','2021-01-22 05:59:52'),
(93157,35216,'action started via WP Cron','2021-01-22 11:00:42','2021-01-22 06:00:42'),
(93158,35216,'action complete via WP Cron','2021-01-22 11:00:42','2021-01-22 06:00:42'),
(93159,35217,'action created','2021-01-22 11:00:42','2021-01-22 06:00:42'),
(93160,35217,'action started via WP Cron','2021-01-22 11:01:16','2021-01-22 06:01:16'),
(93161,35217,'action complete via WP Cron','2021-01-22 11:01:16','2021-01-22 06:01:16'),
(93162,35218,'action created','2021-01-22 11:01:16','2021-01-22 06:01:16'),
(93163,35218,'action started via WP Cron','2021-01-22 11:03:37','2021-01-22 06:03:37'),
(93164,35218,'action complete via WP Cron','2021-01-22 11:03:37','2021-01-22 06:03:37'),
(93165,35219,'action created','2021-01-22 11:03:37','2021-01-22 06:03:37'),
(93166,35219,'action started via WP Cron','2021-01-22 11:04:12','2021-01-22 06:04:12'),
(93167,35219,'action complete via WP Cron','2021-01-22 11:04:12','2021-01-22 06:04:12'),
(93168,35220,'action created','2021-01-22 11:04:12','2021-01-22 06:04:12'),
(93169,35220,'action started via WP Cron','2021-01-22 11:06:08','2021-01-22 06:06:08'),
(93170,35220,'action complete via WP Cron','2021-01-22 11:06:08','2021-01-22 06:06:08'),
(93171,35221,'action created','2021-01-22 11:06:08','2021-01-22 06:06:08'),
(93172,35221,'action started via WP Cron','2021-01-22 11:07:29','2021-01-22 06:07:29'),
(93173,35221,'action complete via WP Cron','2021-01-22 11:07:29','2021-01-22 06:07:29'),
(93174,35222,'action created','2021-01-22 11:07:29','2021-01-22 06:07:29'),
(93175,35222,'action started via WP Cron','2021-01-22 11:08:18','2021-01-22 06:08:18'),
(93176,35222,'action complete via WP Cron','2021-01-22 11:08:18','2021-01-22 06:08:18'),
(93177,35223,'action created','2021-01-22 11:08:18','2021-01-22 06:08:18'),
(93178,35223,'action started via WP Cron','2021-01-22 11:09:13','2021-01-22 06:09:13'),
(93179,35223,'action complete via WP Cron','2021-01-22 11:09:13','2021-01-22 06:09:13'),
(93180,35224,'action created','2021-01-22 11:09:13','2021-01-22 06:09:13'),
(93181,35224,'action started via WP Cron','2021-01-22 11:10:17','2021-01-22 06:10:17'),
(93182,35224,'action complete via WP Cron','2021-01-22 11:10:17','2021-01-22 06:10:17'),
(93183,35225,'action created','2021-01-22 11:10:17','2021-01-22 06:10:17'),
(93184,35225,'action started via WP Cron','2021-01-22 11:12:28','2021-01-22 06:12:28'),
(93185,35225,'action complete via WP Cron','2021-01-22 11:12:28','2021-01-22 06:12:28'),
(93186,35226,'action created','2021-01-22 11:12:28','2021-01-22 06:12:28'),
(93187,35226,'action started via WP Cron','2021-01-22 11:13:16','2021-01-22 06:13:16'),
(93188,35226,'action complete via WP Cron','2021-01-22 11:13:16','2021-01-22 06:13:16'),
(93189,35227,'action created','2021-01-22 11:13:16','2021-01-22 06:13:16'),
(93190,35227,'action started via WP Cron','2021-01-22 11:14:47','2021-01-22 06:14:47'),
(93191,35227,'action complete via WP Cron','2021-01-22 11:14:47','2021-01-22 06:14:47'),
(93192,35228,'action created','2021-01-22 11:14:47','2021-01-22 06:14:47'),
(93193,35228,'action started via WP Cron','2021-01-22 11:16:53','2021-01-22 06:16:53'),
(93194,35228,'action complete via WP Cron','2021-01-22 11:16:53','2021-01-22 06:16:53'),
(93195,35229,'action created','2021-01-22 11:16:53','2021-01-22 06:16:53'),
(93196,35229,'action started via WP Cron','2021-01-22 11:17:43','2021-01-22 06:17:43'),
(93197,35229,'action complete via WP Cron','2021-01-22 11:17:43','2021-01-22 06:17:43'),
(93198,35230,'action created','2021-01-22 11:17:43','2021-01-22 06:17:43'),
(93199,35230,'action started via WP Cron','2021-01-22 11:19:46','2021-01-22 06:19:46'),
(93200,35230,'action complete via WP Cron','2021-01-22 11:19:46','2021-01-22 06:19:46'),
(93201,35231,'action created','2021-01-22 11:19:46','2021-01-22 06:19:46'),
(93202,35231,'action started via WP Cron','2021-01-22 11:21:14','2021-01-22 06:21:14'),
(93203,35231,'action complete via WP Cron','2021-01-22 11:21:14','2021-01-22 06:21:14'),
(93204,35232,'action created','2021-01-22 11:21:14','2021-01-22 06:21:14'),
(93205,35232,'action started via WP Cron','2021-01-22 11:22:40','2021-01-22 06:22:40'),
(93206,35232,'action complete via WP Cron','2021-01-22 11:22:40','2021-01-22 06:22:40'),
(93207,35233,'action created','2021-01-22 11:22:40','2021-01-22 06:22:40'),
(93208,35233,'action started via WP Cron','2021-01-22 11:23:36','2021-01-22 06:23:36'),
(93209,35233,'action complete via WP Cron','2021-01-22 11:23:36','2021-01-22 06:23:36'),
(93210,35234,'action created','2021-01-22 11:23:36','2021-01-22 06:23:36'),
(93211,35234,'action started via WP Cron','2021-01-22 11:24:23','2021-01-22 06:24:23'),
(93212,35234,'action complete via WP Cron','2021-01-22 11:24:23','2021-01-22 06:24:23'),
(93213,35235,'action created','2021-01-22 11:24:23','2021-01-22 06:24:23'),
(93214,35235,'action started via WP Cron','2021-01-22 11:25:13','2021-01-22 06:25:13'),
(93215,35235,'action complete via WP Cron','2021-01-22 11:25:13','2021-01-22 06:25:13'),
(93216,35236,'action created','2021-01-22 11:25:13','2021-01-22 06:25:13'),
(93217,35236,'action started via WP Cron','2021-01-22 11:26:20','2021-01-22 06:26:20'),
(93218,35236,'action complete via WP Cron','2021-01-22 11:26:20','2021-01-22 06:26:20'),
(93219,35237,'action created','2021-01-22 11:26:20','2021-01-22 06:26:20'),
(93220,35237,'action started via WP Cron','2021-01-22 11:27:11','2021-01-22 06:27:11'),
(93221,35237,'action complete via WP Cron','2021-01-22 11:27:11','2021-01-22 06:27:11'),
(93222,35238,'action created','2021-01-22 11:27:11','2021-01-22 06:27:11'),
(93223,35238,'action started via WP Cron','2021-01-22 11:29:02','2021-01-22 06:29:02'),
(93224,35238,'action complete via WP Cron','2021-01-22 11:29:02','2021-01-22 06:29:02'),
(93225,35239,'action created','2021-01-22 11:29:02','2021-01-22 06:29:02'),
(93226,35239,'action started via WP Cron','2021-01-22 11:30:18','2021-01-22 06:30:18'),
(93227,35239,'action complete via WP Cron','2021-01-22 11:30:18','2021-01-22 06:30:18'),
(93228,35240,'action created','2021-01-22 11:30:18','2021-01-22 06:30:18'),
(93229,35240,'action started via WP Cron','2021-01-22 11:32:16','2021-01-22 06:32:16'),
(93230,35240,'action complete via WP Cron','2021-01-22 11:32:16','2021-01-22 06:32:16'),
(93231,35241,'action created','2021-01-22 11:32:16','2021-01-22 06:32:16'),
(93232,35241,'action started via WP Cron','2021-01-22 11:33:39','2021-01-22 06:33:39'),
(93233,35241,'action complete via WP Cron','2021-01-22 11:33:39','2021-01-22 06:33:39'),
(93234,35242,'action created','2021-01-22 11:33:39','2021-01-22 06:33:39'),
(93235,35242,'action started via WP Cron','2021-01-22 11:34:39','2021-01-22 06:34:39'),
(93236,35242,'action complete via WP Cron','2021-01-22 11:34:39','2021-01-22 06:34:39'),
(93237,35243,'action created','2021-01-22 11:34:39','2021-01-22 06:34:39'),
(93238,35243,'action started via WP Cron','2021-01-22 11:35:34','2021-01-22 06:35:34'),
(93239,35243,'action complete via WP Cron','2021-01-22 11:35:34','2021-01-22 06:35:34'),
(93240,35244,'action created','2021-01-22 11:35:34','2021-01-22 06:35:34'),
(93241,35244,'action started via WP Cron','2021-01-22 11:37:00','2021-01-22 06:37:00'),
(93242,35244,'action complete via WP Cron','2021-01-22 11:37:00','2021-01-22 06:37:00'),
(93243,35245,'action created','2021-01-22 11:37:00','2021-01-22 06:37:00'),
(93244,35245,'action started via WP Cron','2021-01-22 11:37:16','2021-01-22 06:37:16'),
(93245,35245,'action complete via WP Cron','2021-01-22 11:37:16','2021-01-22 06:37:16'),
(93246,35246,'action created','2021-01-22 11:37:16','2021-01-22 06:37:16'),
(93247,35246,'action started via WP Cron','2021-01-22 11:40:13','2021-01-22 06:40:13'),
(93248,35246,'action complete via WP Cron','2021-01-22 11:40:13','2021-01-22 06:40:13'),
(93249,35247,'action created','2021-01-22 11:40:13','2021-01-22 06:40:13'),
(93250,35247,'action started via WP Cron','2021-01-22 11:41:16','2021-01-22 06:41:16'),
(93251,35247,'action complete via WP Cron','2021-01-22 11:41:16','2021-01-22 06:41:16'),
(93252,35248,'action created','2021-01-22 11:41:16','2021-01-22 06:41:16'),
(93253,35248,'action started via WP Cron','2021-01-22 11:43:57','2021-01-22 06:43:57'),
(93254,35248,'action complete via WP Cron','2021-01-22 11:43:57','2021-01-22 06:43:57'),
(93255,35249,'action created','2021-01-22 11:43:57','2021-01-22 06:43:57'),
(93256,35249,'action started via WP Cron','2021-01-22 11:45:57','2021-01-22 06:45:57'),
(93257,35249,'action complete via WP Cron','2021-01-22 11:45:57','2021-01-22 06:45:57'),
(93258,35250,'action created','2021-01-22 11:45:57','2021-01-22 06:45:57'),
(93259,35250,'action started via WP Cron','2021-01-22 11:46:56','2021-01-22 06:46:56'),
(93260,35250,'action complete via WP Cron','2021-01-22 11:46:56','2021-01-22 06:46:56'),
(93261,35251,'action created','2021-01-22 11:46:56','2021-01-22 06:46:56'),
(93262,35251,'action started via WP Cron','2021-01-22 11:47:20','2021-01-22 06:47:20'),
(93263,35251,'action complete via WP Cron','2021-01-22 11:47:20','2021-01-22 06:47:20'),
(93264,35252,'action created','2021-01-22 11:47:20','2021-01-22 06:47:20'),
(93265,35252,'action started via WP Cron','2021-01-22 11:48:22','2021-01-22 06:48:22'),
(93266,35252,'action complete via WP Cron','2021-01-22 11:48:22','2021-01-22 06:48:22'),
(93267,35253,'action created','2021-01-22 11:48:23','2021-01-22 06:48:23'),
(93268,35253,'action started via WP Cron','2021-01-22 11:49:50','2021-01-22 06:49:50'),
(93269,35253,'action complete via WP Cron','2021-01-22 11:49:50','2021-01-22 06:49:50'),
(93270,35254,'action created','2021-01-22 11:49:50','2021-01-22 06:49:50'),
(93271,35254,'action started via WP Cron','2021-01-22 11:50:53','2021-01-22 06:50:53'),
(93272,35254,'action complete via WP Cron','2021-01-22 11:50:53','2021-01-22 06:50:53'),
(93273,35255,'action created','2021-01-22 11:50:53','2021-01-22 06:50:53'),
(93274,35255,'action started via WP Cron','2021-01-22 11:52:30','2021-01-22 06:52:30'),
(93275,35255,'action complete via WP Cron','2021-01-22 11:52:30','2021-01-22 06:52:30'),
(93276,35256,'action created','2021-01-22 11:52:30','2021-01-22 06:52:30'),
(93277,35256,'action started via WP Cron','2021-01-22 11:55:03','2021-01-22 06:55:03'),
(93278,35256,'action complete via WP Cron','2021-01-22 11:55:03','2021-01-22 06:55:03'),
(93279,35257,'action created','2021-01-22 11:55:03','2021-01-22 06:55:03'),
(93280,35257,'action started via WP Cron','2021-01-22 11:55:29','2021-01-22 06:55:29'),
(93281,35257,'action complete via WP Cron','2021-01-22 11:55:29','2021-01-22 06:55:29'),
(93282,35258,'action created','2021-01-22 11:55:29','2021-01-22 06:55:29'),
(93283,35258,'action started via WP Cron','2021-01-22 11:57:34','2021-01-22 06:57:34'),
(93284,35258,'action complete via WP Cron','2021-01-22 11:57:34','2021-01-22 06:57:34'),
(93285,35259,'action created','2021-01-22 11:57:34','2021-01-22 06:57:34'),
(93286,35259,'action started via WP Cron','2021-01-22 11:58:36','2021-01-22 06:58:36'),
(93287,35259,'action complete via WP Cron','2021-01-22 11:58:36','2021-01-22 06:58:36'),
(93288,35260,'action created','2021-01-22 11:58:36','2021-01-22 06:58:36'),
(93289,35260,'action started via WP Cron','2021-01-22 11:59:57','2021-01-22 06:59:57'),
(93290,35260,'action complete via WP Cron','2021-01-22 11:59:57','2021-01-22 06:59:57'),
(93291,35261,'action created','2021-01-22 11:59:57','2021-01-22 06:59:57'),
(93292,35261,'action started via WP Cron','2021-01-22 12:00:13','2021-01-22 07:00:13'),
(93293,35261,'action complete via WP Cron','2021-01-22 12:00:13','2021-01-22 07:00:13'),
(93294,35262,'action created','2021-01-22 12:00:13','2021-01-22 07:00:13'),
(93295,35262,'action started via WP Cron','2021-01-22 12:02:20','2021-01-22 07:02:20'),
(93296,35262,'action complete via WP Cron','2021-01-22 12:02:20','2021-01-22 07:02:20'),
(93297,35263,'action created','2021-01-22 12:02:20','2021-01-22 07:02:20'),
(93298,35263,'action started via WP Cron','2021-01-22 12:04:38','2021-01-22 07:04:38'),
(93299,35263,'action complete via WP Cron','2021-01-22 12:04:38','2021-01-22 07:04:38'),
(93300,35264,'action created','2021-01-22 12:04:38','2021-01-22 07:04:38'),
(93301,35264,'action started via WP Cron','2021-01-22 12:06:30','2021-01-22 07:06:30'),
(93302,35264,'action complete via WP Cron','2021-01-22 12:06:30','2021-01-22 07:06:30'),
(93303,35265,'action created','2021-01-22 12:06:30','2021-01-22 07:06:30'),
(93304,35265,'action started via WP Cron','2021-01-22 12:07:18','2021-01-22 07:07:18'),
(93305,35265,'action complete via WP Cron','2021-01-22 12:07:18','2021-01-22 07:07:18'),
(93306,35266,'action created','2021-01-22 12:07:18','2021-01-22 07:07:18'),
(93307,35266,'action started via WP Cron','2021-01-22 12:08:11','2021-01-22 07:08:11'),
(93308,35266,'action complete via WP Cron','2021-01-22 12:08:11','2021-01-22 07:08:11'),
(93309,35267,'action created','2021-01-22 12:08:11','2021-01-22 07:08:11'),
(93310,35267,'action started via WP Cron','2021-01-22 12:09:28','2021-01-22 07:09:28'),
(93311,35267,'action complete via WP Cron','2021-01-22 12:09:28','2021-01-22 07:09:28'),
(93312,35268,'action created','2021-01-22 12:09:28','2021-01-22 07:09:28'),
(93313,35268,'action started via WP Cron','2021-01-22 12:10:14','2021-01-22 07:10:14'),
(93314,35268,'action complete via WP Cron','2021-01-22 12:10:14','2021-01-22 07:10:14'),
(93315,35269,'action created','2021-01-22 12:10:14','2021-01-22 07:10:14'),
(93316,35269,'action started via WP Cron','2021-01-22 12:11:14','2021-01-22 07:11:14'),
(93317,35269,'action complete via WP Cron','2021-01-22 12:11:15','2021-01-22 07:11:15'),
(93318,35270,'action created','2021-01-22 12:11:15','2021-01-22 07:11:15'),
(93319,35270,'action started via WP Cron','2021-01-22 12:13:17','2021-01-22 07:13:17'),
(93320,35270,'action complete via WP Cron','2021-01-22 12:13:17','2021-01-22 07:13:17'),
(93321,35271,'action created','2021-01-22 12:13:17','2021-01-22 07:13:17'),
(93322,35271,'action started via WP Cron','2021-01-22 12:14:26','2021-01-22 07:14:26'),
(93323,35271,'action complete via WP Cron','2021-01-22 12:14:26','2021-01-22 07:14:26'),
(93324,35272,'action created','2021-01-22 12:14:27','2021-01-22 07:14:27'),
(93325,35272,'action started via WP Cron','2021-01-22 12:15:19','2021-01-22 07:15:19'),
(93326,35272,'action complete via WP Cron','2021-01-22 12:15:19','2021-01-22 07:15:19'),
(93327,35273,'action created','2021-01-22 12:15:19','2021-01-22 07:15:19'),
(93328,35273,'action started via WP Cron','2021-01-22 12:16:17','2021-01-22 07:16:17'),
(93329,35273,'action complete via WP Cron','2021-01-22 12:16:17','2021-01-22 07:16:17'),
(93330,35274,'action created','2021-01-22 12:16:17','2021-01-22 07:16:17'),
(93331,35274,'action started via WP Cron','2021-01-22 12:17:17','2021-01-22 07:17:17'),
(93332,35274,'action complete via WP Cron','2021-01-22 12:17:17','2021-01-22 07:17:17'),
(93333,35275,'action created','2021-01-22 12:17:17','2021-01-22 07:17:17'),
(93334,35275,'action started via WP Cron','2021-01-22 12:18:22','2021-01-22 07:18:22'),
(93335,35275,'action complete via WP Cron','2021-01-22 12:18:22','2021-01-22 07:18:22'),
(93336,35276,'action created','2021-01-22 12:18:22','2021-01-22 07:18:22'),
(93337,35276,'action started via WP Cron','2021-01-22 12:21:33','2021-01-22 07:21:33'),
(93338,35276,'action complete via WP Cron','2021-01-22 12:21:33','2021-01-22 07:21:33'),
(93339,35277,'action created','2021-01-22 12:21:33','2021-01-22 07:21:33'),
(93340,35277,'action started via WP Cron','2021-01-22 12:22:24','2021-01-22 07:22:24'),
(93341,35277,'action complete via WP Cron','2021-01-22 12:22:24','2021-01-22 07:22:24'),
(93342,35278,'action created','2021-01-22 12:22:24','2021-01-22 07:22:24'),
(93343,35278,'action started via WP Cron','2021-01-22 12:23:13','2021-01-22 07:23:13'),
(93344,35278,'action complete via WP Cron','2021-01-22 12:23:13','2021-01-22 07:23:13'),
(93345,35279,'action created','2021-01-22 12:23:13','2021-01-22 07:23:13'),
(93346,35279,'action started via WP Cron','2021-01-22 12:24:13','2021-01-22 07:24:13'),
(93347,35279,'action complete via WP Cron','2021-01-22 12:24:13','2021-01-22 07:24:13'),
(93348,35280,'action created','2021-01-22 12:24:13','2021-01-22 07:24:13'),
(93349,35280,'action started via WP Cron','2021-01-22 12:25:57','2021-01-22 07:25:57'),
(93350,35280,'action complete via WP Cron','2021-01-22 12:25:57','2021-01-22 07:25:57'),
(93351,35281,'action created','2021-01-22 12:25:57','2021-01-22 07:25:57'),
(93352,35281,'action started via WP Cron','2021-01-22 12:26:51','2021-01-22 07:26:51'),
(93353,35281,'action complete via WP Cron','2021-01-22 12:26:51','2021-01-22 07:26:51'),
(93354,35282,'action created','2021-01-22 12:26:51','2021-01-22 07:26:51'),
(93355,35282,'action started via WP Cron','2021-01-22 12:27:35','2021-01-22 07:27:35'),
(93356,35282,'action complete via WP Cron','2021-01-22 12:27:35','2021-01-22 07:27:35'),
(93357,35283,'action created','2021-01-22 12:27:35','2021-01-22 07:27:35'),
(93358,35283,'action started via WP Cron','2021-01-22 12:28:58','2021-01-22 07:28:58'),
(93359,35283,'action complete via WP Cron','2021-01-22 12:28:58','2021-01-22 07:28:58'),
(93360,35284,'action created','2021-01-22 12:28:58','2021-01-22 07:28:58'),
(93361,35284,'action started via WP Cron','2021-01-22 12:29:35','2021-01-22 07:29:35'),
(93362,35284,'action complete via WP Cron','2021-01-22 12:29:35','2021-01-22 07:29:35'),
(93363,35285,'action created','2021-01-22 12:29:36','2021-01-22 07:29:36'),
(93364,35285,'action started via WP Cron','2021-01-22 12:30:44','2021-01-22 07:30:44'),
(93365,35285,'action complete via WP Cron','2021-01-22 12:30:44','2021-01-22 07:30:44'),
(93366,35286,'action created','2021-01-22 12:30:44','2021-01-22 07:30:44'),
(93367,35286,'action started via WP Cron','2021-01-22 12:31:43','2021-01-22 07:31:43'),
(93368,35286,'action complete via WP Cron','2021-01-22 12:31:43','2021-01-22 07:31:43'),
(93369,35287,'action created','2021-01-22 12:31:43','2021-01-22 07:31:43'),
(93370,35287,'action started via WP Cron','2021-01-22 12:34:51','2021-01-22 07:34:51'),
(93371,35287,'action complete via WP Cron','2021-01-22 12:34:51','2021-01-22 07:34:51'),
(93372,35288,'action created','2021-01-22 12:34:51','2021-01-22 07:34:51'),
(93373,35288,'action started via WP Cron','2021-01-22 12:36:45','2021-01-22 07:36:45'),
(93374,35288,'action complete via WP Cron','2021-01-22 12:36:45','2021-01-22 07:36:45'),
(93375,35289,'action created','2021-01-22 12:36:45','2021-01-22 07:36:45'),
(93376,35289,'action started via WP Cron','2021-01-22 12:37:44','2021-01-22 07:37:44'),
(93377,35289,'action complete via WP Cron','2021-01-22 12:37:44','2021-01-22 07:37:44'),
(93378,35290,'action created','2021-01-22 12:37:44','2021-01-22 07:37:44'),
(93379,35290,'action started via WP Cron','2021-01-22 12:38:12','2021-01-22 07:38:12'),
(93380,35290,'action complete via WP Cron','2021-01-22 12:38:12','2021-01-22 07:38:12'),
(93381,35291,'action created','2021-01-22 12:38:12','2021-01-22 07:38:12'),
(93382,35291,'action started via WP Cron','2021-01-22 12:39:30','2021-01-22 07:39:30'),
(93383,35291,'action complete via WP Cron','2021-01-22 12:39:30','2021-01-22 07:39:30'),
(93384,35292,'action created','2021-01-22 12:39:30','2021-01-22 07:39:30'),
(93385,35292,'action started via WP Cron','2021-01-22 12:40:29','2021-01-22 07:40:29'),
(93386,35292,'action complete via WP Cron','2021-01-22 12:40:29','2021-01-22 07:40:29'),
(93387,35293,'action created','2021-01-22 12:40:29','2021-01-22 07:40:29'),
(93388,35293,'action started via WP Cron','2021-01-22 12:42:29','2021-01-22 07:42:29'),
(93389,35293,'action complete via WP Cron','2021-01-22 12:42:29','2021-01-22 07:42:29'),
(93390,35294,'action created','2021-01-22 12:42:29','2021-01-22 07:42:29'),
(93391,35294,'action started via WP Cron','2021-01-22 12:44:54','2021-01-22 07:44:54'),
(93392,35294,'action complete via WP Cron','2021-01-22 12:44:54','2021-01-22 07:44:54'),
(93393,35295,'action created','2021-01-22 12:44:54','2021-01-22 07:44:54'),
(93394,35295,'action started via WP Cron','2021-01-22 12:46:28','2021-01-22 07:46:28'),
(93395,35295,'action complete via WP Cron','2021-01-22 12:46:28','2021-01-22 07:46:28'),
(93396,35296,'action created','2021-01-22 12:46:28','2021-01-22 07:46:28'),
(93397,35296,'action started via WP Cron','2021-01-22 12:47:24','2021-01-22 07:47:24'),
(93398,35296,'action complete via WP Cron','2021-01-22 12:47:24','2021-01-22 07:47:24'),
(93399,35297,'action created','2021-01-22 12:47:24','2021-01-22 07:47:24'),
(93400,35297,'action started via WP Cron','2021-01-22 12:49:13','2021-01-22 07:49:13'),
(93401,35297,'action complete via WP Cron','2021-01-22 12:49:13','2021-01-22 07:49:13'),
(93402,35298,'action created','2021-01-22 12:49:13','2021-01-22 07:49:13'),
(93406,35299,'action started via WP Cron','2021-01-22 12:51:13','2021-01-22 07:51:13'),
(93407,35299,'action complete via WP Cron','2021-01-22 12:51:13','2021-01-22 07:51:13'),
(93408,35300,'action created','2021-01-22 12:51:13','2021-01-22 07:51:13'),
(93412,35301,'action started via WP Cron','2021-01-22 12:53:57','2021-01-22 07:53:57'),
(93413,35301,'action complete via WP Cron','2021-01-22 12:53:57','2021-01-22 07:53:57'),
(93414,35302,'action created','2021-01-22 12:53:57','2021-01-22 07:53:57'),
(93415,35302,'action started via WP Cron','2021-01-22 12:55:08','2021-01-22 07:55:08'),
(93416,35302,'action complete via WP Cron','2021-01-22 12:55:08','2021-01-22 07:55:08'),
(93417,35303,'action created','2021-01-22 12:55:08','2021-01-22 07:55:08'),
(93418,35303,'action started via WP Cron','2021-01-22 12:56:41','2021-01-22 07:56:41'),
(93419,35303,'action complete via WP Cron','2021-01-22 12:56:41','2021-01-22 07:56:41'),
(93420,35304,'action created','2021-01-22 12:56:41','2021-01-22 07:56:41'),
(93421,35304,'action started via WP Cron','2021-01-22 12:57:23','2021-01-22 07:57:23'),
(93422,35304,'action complete via WP Cron','2021-01-22 12:57:23','2021-01-22 07:57:23'),
(93423,35305,'action created','2021-01-22 12:57:23','2021-01-22 07:57:23'),
(93424,35305,'action started via WP Cron','2021-01-22 12:58:40','2021-01-22 07:58:40'),
(93425,35305,'action complete via WP Cron','2021-01-22 12:58:40','2021-01-22 07:58:40'),
(93426,35306,'action created','2021-01-22 12:58:40','2021-01-22 07:58:40'),
(93427,35306,'action started via WP Cron','2021-01-22 12:59:20','2021-01-22 07:59:20'),
(93428,35306,'action complete via WP Cron','2021-01-22 12:59:20','2021-01-22 07:59:20'),
(93429,35307,'action created','2021-01-22 12:59:20','2021-01-22 07:59:20'),
(93430,35307,'action started via Async Request','2021-01-22 12:59:44','2021-01-22 07:59:44'),
(93431,35307,'action complete via Async Request','2021-01-22 12:59:44','2021-01-22 07:59:44'),
(93432,35308,'action created','2021-01-22 13:00:17','2021-01-22 08:00:17'),
(93433,35308,'action started via WP Cron','2021-01-22 13:01:44','2021-01-22 08:01:44'),
(93434,35308,'action complete via WP Cron','2021-01-22 13:01:44','2021-01-22 08:01:44'),
(93435,35309,'action created','2021-01-22 13:02:05','2021-01-22 08:02:05'),
(93436,35309,'action started via WP Cron','2021-01-22 13:02:44','2021-01-22 08:02:44'),
(93437,35309,'action complete via WP Cron','2021-01-22 13:02:44','2021-01-22 08:02:44'),
(93438,35310,'action created','2021-01-22 13:03:23','2021-01-22 08:03:23'),
(93439,35310,'action started via Async Request','2021-01-22 13:03:44','2021-01-22 08:03:44'),
(93440,35310,'action complete via Async Request','2021-01-22 13:03:44','2021-01-22 08:03:44'),
(93441,35311,'action created','2021-01-22 13:04:20','2021-01-22 08:04:20'),
(93442,35311,'action started via WP Cron','2021-01-22 13:05:44','2021-01-22 08:05:44'),
(93443,35311,'action complete via WP Cron','2021-01-22 13:05:44','2021-01-22 08:05:44'),
(93444,34203,'action started via WP Cron','2021-01-22 13:07:42','2021-01-22 08:07:42'),
(93445,34203,'action complete via WP Cron','2021-01-22 13:07:42','2021-01-22 08:07:42'),
(93446,35312,'action created','2021-01-22 13:07:42','2021-01-22 08:07:42'),
(93447,35313,'action created','2021-01-22 13:07:42','2021-01-22 08:07:42'),
(93448,35313,'action started via WP Cron','2021-01-22 13:08:24','2021-01-22 08:08:24'),
(93449,35313,'action complete via WP Cron','2021-01-22 13:08:24','2021-01-22 08:08:24'),
(93450,35314,'action created','2021-01-22 13:08:24','2021-01-22 08:08:24'),
(93451,35314,'action started via WP Cron','2021-01-22 13:09:14','2021-01-22 08:09:14'),
(93452,35314,'action complete via WP Cron','2021-01-22 13:09:14','2021-01-22 08:09:14'),
(93453,35315,'action created','2021-01-22 13:09:14','2021-01-22 08:09:14'),
(93454,35315,'action started via Async Request','2021-01-22 13:09:45','2021-01-22 08:09:45'),
(93455,35315,'action complete via Async Request','2021-01-22 13:09:45','2021-01-22 08:09:45'),
(93456,35316,'action created','2021-01-22 13:11:00','2021-01-22 08:11:00'),
(93457,35316,'action started via WP Cron','2021-01-22 13:11:16','2021-01-22 08:11:16'),
(93458,35316,'action complete via WP Cron','2021-01-22 13:11:16','2021-01-22 08:11:16'),
(93459,35317,'action created','2021-01-22 13:11:16','2021-01-22 08:11:16'),
(93460,35317,'action started via Async Request','2021-01-22 13:11:45','2021-01-22 08:11:45'),
(93461,35317,'action complete via Async Request','2021-01-22 13:11:45','2021-01-22 08:11:45'),
(93462,35318,'action created','2021-01-22 13:12:42','2021-01-22 08:12:42'),
(93463,35318,'action started via WP Cron','2021-01-22 13:13:27','2021-01-22 08:13:27'),
(93464,35318,'action complete via WP Cron','2021-01-22 13:13:27','2021-01-22 08:13:27'),
(93465,35319,'action created','2021-01-22 13:13:27','2021-01-22 08:13:27'),
(93466,35319,'action started via WP Cron','2021-01-22 13:14:47','2021-01-22 08:14:47'),
(93467,35319,'action complete via WP Cron','2021-01-22 13:14:47','2021-01-22 08:14:47'),
(93468,35320,'action created','2021-01-22 13:14:47','2021-01-22 08:14:47'),
(93469,35320,'action started via WP Cron','2021-01-22 13:15:34','2021-01-22 08:15:34'),
(93470,35320,'action complete via WP Cron','2021-01-22 13:15:34','2021-01-22 08:15:34'),
(93471,35321,'action created','2021-01-22 13:15:34','2021-01-22 08:15:34'),
(93472,35321,'action started via WP Cron','2021-01-22 13:19:34','2021-01-22 08:19:34'),
(93473,35321,'action complete via WP Cron','2021-01-22 13:19:34','2021-01-22 08:19:34'),
(93474,35322,'action created','2021-01-22 13:19:34','2021-01-22 08:19:34'),
(93475,35322,'action started via WP Cron','2021-01-22 13:20:28','2021-01-22 08:20:28'),
(93476,35322,'action complete via WP Cron','2021-01-22 13:20:28','2021-01-22 08:20:28'),
(93477,35323,'action created','2021-01-22 13:20:28','2021-01-22 08:20:28'),
(93478,35323,'action started via WP Cron','2021-01-22 13:21:28','2021-01-22 08:21:28'),
(93479,35323,'action complete via WP Cron','2021-01-22 13:21:28','2021-01-22 08:21:28'),
(93480,35324,'action created','2021-01-22 13:21:28','2021-01-22 08:21:28'),
(93481,35324,'action started via WP Cron','2021-01-22 13:22:40','2021-01-22 08:22:40'),
(93482,35324,'action complete via WP Cron','2021-01-22 13:22:40','2021-01-22 08:22:40'),
(93483,35325,'action created','2021-01-22 13:22:40','2021-01-22 08:22:40'),
(93484,35325,'action started via WP Cron','2021-01-22 13:24:45','2021-01-22 08:24:45'),
(93485,35325,'action complete via WP Cron','2021-01-22 13:24:45','2021-01-22 08:24:45'),
(93486,35326,'action created','2021-01-22 13:24:45','2021-01-22 08:24:45'),
(93487,35326,'action started via WP Cron','2021-01-22 13:26:48','2021-01-22 08:26:48'),
(93488,35326,'action complete via WP Cron','2021-01-22 13:26:48','2021-01-22 08:26:48'),
(93489,35327,'action created','2021-01-22 13:26:48','2021-01-22 08:26:48'),
(93490,35327,'action started via WP Cron','2021-01-22 13:27:52','2021-01-22 08:27:52'),
(93491,35327,'action complete via WP Cron','2021-01-22 13:27:52','2021-01-22 08:27:52'),
(93492,35328,'action created','2021-01-22 13:27:52','2021-01-22 08:27:52'),
(93493,35328,'action started via WP Cron','2021-01-22 13:28:47','2021-01-22 08:28:47'),
(93494,35328,'action complete via WP Cron','2021-01-22 13:28:47','2021-01-22 08:28:47'),
(93495,35329,'action created','2021-01-22 13:29:53','2021-01-22 08:29:53'),
(93496,35329,'action started via WP Cron','2021-01-22 13:30:44','2021-01-22 08:30:44'),
(93497,35329,'action complete via WP Cron','2021-01-22 13:30:44','2021-01-22 08:30:44'),
(93498,35330,'action created','2021-01-22 13:30:44','2021-01-22 08:30:44'),
(93499,35330,'action started via WP Cron','2021-01-22 13:31:19','2021-01-22 08:31:19'),
(93500,35330,'action complete via WP Cron','2021-01-22 13:31:19','2021-01-22 08:31:19'),
(93501,35331,'action created','2021-01-22 13:31:20','2021-01-22 08:31:20'),
(93502,35331,'action started via Async Request','2021-01-22 13:31:48','2021-01-22 08:31:48'),
(93503,35331,'action complete via Async Request','2021-01-22 13:31:48','2021-01-22 08:31:48'),
(93504,35332,'action created','2021-01-22 13:31:49','2021-01-22 08:31:49'),
(93505,35332,'action started via WP Cron','2021-01-22 13:32:44','2021-01-22 08:32:44'),
(93506,35332,'action complete via WP Cron','2021-01-22 13:32:44','2021-01-22 08:32:44'),
(93507,35333,'action created','2021-01-22 13:32:44','2021-01-22 08:32:44'),
(93508,35333,'action started via WP Cron','2021-01-22 13:33:46','2021-01-22 08:33:46'),
(93509,35333,'action complete via WP Cron','2021-01-22 13:33:46','2021-01-22 08:33:46'),
(93510,35334,'action created','2021-01-22 13:33:46','2021-01-22 08:33:46'),
(93511,35334,'action started via WP Cron','2021-01-22 13:34:31','2021-01-22 08:34:31'),
(93512,35334,'action complete via WP Cron','2021-01-22 13:34:31','2021-01-22 08:34:31'),
(93513,35335,'action created','2021-01-22 13:34:31','2021-01-22 08:34:31'),
(93514,35335,'action started via WP Cron','2021-01-22 13:35:18','2021-01-22 08:35:18'),
(93515,35335,'action complete via WP Cron','2021-01-22 13:35:18','2021-01-22 08:35:18'),
(93516,35336,'action created','2021-01-22 13:35:18','2021-01-22 08:35:18'),
(93517,35336,'action started via WP Cron','2021-01-22 13:36:29','2021-01-22 08:36:29'),
(93518,35336,'action complete via WP Cron','2021-01-22 13:36:29','2021-01-22 08:36:29'),
(93519,35337,'action created','2021-01-22 13:36:37','2021-01-22 08:36:37'),
(93520,35337,'action started via WP Cron','2021-01-22 13:37:20','2021-01-22 08:37:20'),
(93521,35337,'action complete via WP Cron','2021-01-22 13:37:20','2021-01-22 08:37:20'),
(93522,35338,'action created','2021-01-22 13:37:20','2021-01-22 08:37:20'),
(93523,35338,'action started via WP Cron','2021-01-22 13:38:22','2021-01-22 08:38:22'),
(93524,35338,'action complete via WP Cron','2021-01-22 13:38:22','2021-01-22 08:38:22'),
(93525,35339,'action created','2021-01-22 13:38:22','2021-01-22 08:38:22'),
(93526,35339,'action started via WP Cron','2021-01-22 13:39:14','2021-01-22 08:39:14'),
(93527,35339,'action complete via WP Cron','2021-01-22 13:39:14','2021-01-22 08:39:14'),
(93528,35340,'action created','2021-01-22 13:39:14','2021-01-22 08:39:14'),
(93529,35340,'action started via WP Cron','2021-01-22 13:40:29','2021-01-22 08:40:29'),
(93530,35340,'action complete via WP Cron','2021-01-22 13:40:29','2021-01-22 08:40:29'),
(93531,35341,'action created','2021-01-22 13:42:12','2021-01-22 08:42:12'),
(93532,35341,'action started via Async Request','2021-01-22 13:42:29','2021-01-22 08:42:29'),
(93533,35341,'action complete via Async Request','2021-01-22 13:42:29','2021-01-22 08:42:29'),
(93534,35342,'action created','2021-01-22 13:43:14','2021-01-22 08:43:14'),
(93535,35342,'action started via WP Cron','2021-01-22 13:44:29','2021-01-22 08:44:29'),
(93536,35342,'action complete via WP Cron','2021-01-22 13:44:29','2021-01-22 08:44:29'),
(93537,35343,'action created','2021-01-22 13:44:44','2021-01-22 08:44:44'),
(93538,35343,'action started via WP Cron','2021-01-22 13:45:59','2021-01-22 08:45:59'),
(93539,35343,'action complete via WP Cron','2021-01-22 13:45:59','2021-01-22 08:45:59'),
(93540,35344,'action created','2021-01-22 13:45:59','2021-01-22 08:45:59'),
(93541,35344,'action started via WP Cron','2021-01-22 13:46:29','2021-01-22 08:46:29'),
(93542,35344,'action complete via WP Cron','2021-01-22 13:46:29','2021-01-22 08:46:29'),
(93543,35345,'action created','2021-01-22 13:48:56','2021-01-22 08:48:56'),
(93544,35345,'action started via WP Cron','2021-01-22 13:49:12','2021-01-22 08:49:12'),
(93545,35345,'action complete via WP Cron','2021-01-22 13:49:12','2021-01-22 08:49:12'),
(93546,35346,'action created','2021-01-22 13:49:12','2021-01-22 08:49:12'),
(93547,35346,'action started via WP Cron','2021-01-22 13:50:11','2021-01-22 08:50:11'),
(93548,35346,'action complete via WP Cron','2021-01-22 13:50:11','2021-01-22 08:50:11'),
(93549,35347,'action created','2021-01-22 13:50:11','2021-01-22 08:50:11'),
(93550,35347,'action started via WP Cron','2021-01-22 13:51:42','2021-01-22 08:51:42'),
(93551,35347,'action complete via WP Cron','2021-01-22 13:51:42','2021-01-22 08:51:42'),
(93552,35348,'action created','2021-01-22 13:51:42','2021-01-22 08:51:42'),
(93553,35348,'action started via WP Cron','2021-01-22 13:53:09','2021-01-22 08:53:09'),
(93554,35348,'action complete via WP Cron','2021-01-22 13:53:09','2021-01-22 08:53:09'),
(93555,35349,'action created','2021-01-22 13:53:10','2021-01-22 08:53:10'),
(93556,35349,'action started via WP Cron','2021-01-22 13:54:26','2021-01-22 08:54:26'),
(93557,35349,'action complete via WP Cron','2021-01-22 13:54:26','2021-01-22 08:54:26'),
(93558,35350,'action created','2021-01-22 13:54:26','2021-01-22 08:54:26'),
(93559,35350,'action started via WP Cron','2021-01-22 13:55:50','2021-01-22 08:55:50'),
(93560,35350,'action complete via WP Cron','2021-01-22 13:55:50','2021-01-22 08:55:50'),
(93561,35351,'action created','2021-01-22 13:55:50','2021-01-22 08:55:50'),
(93562,35351,'action started via WP Cron','2021-01-22 13:56:15','2021-01-22 08:56:15'),
(93563,35351,'action complete via WP Cron','2021-01-22 13:56:15','2021-01-22 08:56:15'),
(93564,35352,'action created','2021-01-22 13:56:15','2021-01-22 08:56:15'),
(93565,35352,'action started via WP Cron','2021-01-22 14:00:06','2021-01-22 09:00:06'),
(93566,35352,'action complete via WP Cron','2021-01-22 14:00:06','2021-01-22 09:00:06'),
(93567,35353,'action created','2021-01-22 14:00:31','2021-01-22 09:00:31'),
(93568,35353,'action started via WP Cron','2021-01-22 14:02:10','2021-01-22 09:02:10'),
(93569,35353,'action complete via WP Cron','2021-01-22 14:02:10','2021-01-22 09:02:10'),
(93570,35354,'action created','2021-01-22 14:02:10','2021-01-22 09:02:10'),
(93571,35354,'action started via WP Cron','2021-01-22 14:03:51','2021-01-22 09:03:51'),
(93572,35354,'action complete via WP Cron','2021-01-22 14:03:51','2021-01-22 09:03:51'),
(93573,35355,'action created','2021-01-22 14:03:51','2021-01-22 09:03:51'),
(93574,35355,'action started via WP Cron','2021-01-22 14:05:54','2021-01-22 09:05:54'),
(93575,35355,'action complete via WP Cron','2021-01-22 14:05:54','2021-01-22 09:05:54'),
(93576,35356,'action created','2021-01-22 14:05:54','2021-01-22 09:05:54'),
(93577,35356,'action started via WP Cron','2021-01-22 14:07:18','2021-01-22 09:07:18'),
(93578,35356,'action complete via WP Cron','2021-01-22 14:07:18','2021-01-22 09:07:18'),
(93579,35357,'action created','2021-01-22 14:07:18','2021-01-22 09:07:18'),
(93580,35357,'action started via WP Cron','2021-01-22 14:08:22','2021-01-22 09:08:22'),
(93581,35357,'action complete via WP Cron','2021-01-22 14:08:22','2021-01-22 09:08:22'),
(93582,35358,'action created','2021-01-22 14:08:23','2021-01-22 09:08:23'),
(93583,35358,'action started via WP Cron','2021-01-22 14:11:15','2021-01-22 09:11:15'),
(93584,35358,'action complete via WP Cron','2021-01-22 14:11:15','2021-01-22 09:11:15'),
(93585,35359,'action created','2021-01-22 14:11:15','2021-01-22 09:11:15'),
(93586,35359,'action started via WP Cron','2021-01-22 14:15:47','2021-01-22 09:15:47'),
(93587,35359,'action complete via WP Cron','2021-01-22 14:15:47','2021-01-22 09:15:47'),
(93588,35360,'action created','2021-01-22 14:15:47','2021-01-22 09:15:47'),
(93589,35360,'action started via WP Cron','2021-01-22 14:16:33','2021-01-22 09:16:33'),
(93590,35360,'action complete via WP Cron','2021-01-22 14:16:33','2021-01-22 09:16:33'),
(93591,35361,'action created','2021-01-22 14:16:33','2021-01-22 09:16:33'),
(93592,35361,'action started via WP Cron','2021-01-22 14:17:30','2021-01-22 09:17:30'),
(93593,35361,'action complete via WP Cron','2021-01-22 14:17:30','2021-01-22 09:17:30'),
(93594,35362,'action created','2021-01-22 14:17:30','2021-01-22 09:17:30'),
(93595,35362,'action started via WP Cron','2021-01-22 14:18:24','2021-01-22 09:18:24'),
(93596,35362,'action complete via WP Cron','2021-01-22 14:18:24','2021-01-22 09:18:24'),
(93597,35363,'action created','2021-01-22 14:18:24','2021-01-22 09:18:24'),
(93598,35363,'action started via WP Cron','2021-01-22 14:21:49','2021-01-22 09:21:49'),
(93599,35363,'action complete via WP Cron','2021-01-22 14:21:49','2021-01-22 09:21:49'),
(93600,35364,'action created','2021-01-22 14:21:49','2021-01-22 09:21:49'),
(93601,35364,'action started via WP Cron','2021-01-22 14:23:14','2021-01-22 09:23:14'),
(93602,35364,'action complete via WP Cron','2021-01-22 14:23:14','2021-01-22 09:23:14'),
(93603,35365,'action created','2021-01-22 14:23:14','2021-01-22 09:23:14'),
(93604,35365,'action started via WP Cron','2021-01-22 14:24:36','2021-01-22 09:24:36'),
(93605,35365,'action complete via WP Cron','2021-01-22 14:24:36','2021-01-22 09:24:36'),
(93606,35366,'action created','2021-01-22 14:24:36','2021-01-22 09:24:36'),
(93607,35366,'action started via WP Cron','2021-01-22 14:26:22','2021-01-22 09:26:22'),
(93608,35366,'action complete via WP Cron','2021-01-22 14:26:22','2021-01-22 09:26:22'),
(93609,35367,'action created','2021-01-22 14:26:22','2021-01-22 09:26:22'),
(93610,35367,'action started via WP Cron','2021-01-22 14:27:17','2021-01-22 09:27:17'),
(93611,35367,'action complete via WP Cron','2021-01-22 14:27:17','2021-01-22 09:27:17'),
(93612,35368,'action created','2021-01-22 14:27:17','2021-01-22 09:27:17'),
(93613,35368,'action started via WP Cron','2021-01-22 14:28:52','2021-01-22 09:28:52'),
(93614,35368,'action complete via WP Cron','2021-01-22 14:28:52','2021-01-22 09:28:52'),
(93615,35369,'action created','2021-01-22 14:28:52','2021-01-22 09:28:52'),
(93616,35369,'action started via WP Cron','2021-01-22 14:30:21','2021-01-22 09:30:21'),
(93617,35369,'action complete via WP Cron','2021-01-22 14:30:21','2021-01-22 09:30:21'),
(93618,35370,'action created','2021-01-22 14:30:21','2021-01-22 09:30:21'),
(93619,35370,'action started via WP Cron','2021-01-22 14:32:03','2021-01-22 09:32:03'),
(93620,35370,'action complete via WP Cron','2021-01-22 14:32:03','2021-01-22 09:32:03'),
(93621,35371,'action created','2021-01-22 14:32:03','2021-01-22 09:32:03'),
(93622,35371,'action started via WP Cron','2021-01-22 14:33:08','2021-01-22 09:33:08'),
(93623,35371,'action complete via WP Cron','2021-01-22 14:33:08','2021-01-22 09:33:08'),
(93624,35372,'action created','2021-01-22 14:33:08','2021-01-22 09:33:08'),
(93625,35372,'action started via WP Cron','2021-01-22 14:33:30','2021-01-22 09:33:30'),
(93626,35372,'action complete via WP Cron','2021-01-22 14:33:30','2021-01-22 09:33:30'),
(93627,35373,'action created','2021-01-22 14:33:31','2021-01-22 09:33:31'),
(93628,35373,'action started via WP Cron','2021-01-22 14:36:52','2021-01-22 09:36:52'),
(93629,35373,'action complete via WP Cron','2021-01-22 14:36:52','2021-01-22 09:36:52'),
(93630,35374,'action created','2021-01-22 14:36:52','2021-01-22 09:36:52'),
(93631,35374,'action started via WP Cron','2021-01-22 14:37:22','2021-01-22 09:37:22'),
(93632,35374,'action complete via WP Cron','2021-01-22 14:37:22','2021-01-22 09:37:22'),
(93633,35375,'action created','2021-01-22 14:37:22','2021-01-22 09:37:22'),
(93634,35375,'action started via WP Cron','2021-01-22 14:39:42','2021-01-22 09:39:42'),
(93635,35375,'action complete via WP Cron','2021-01-22 14:39:42','2021-01-22 09:39:42'),
(93636,35376,'action created','2021-01-22 14:39:42','2021-01-22 09:39:42'),
(93637,35376,'action started via WP Cron','2021-01-22 14:41:09','2021-01-22 09:41:09'),
(93638,35376,'action complete via WP Cron','2021-01-22 14:41:09','2021-01-22 09:41:09'),
(93639,35377,'action created','2021-01-22 14:41:09','2021-01-22 09:41:09'),
(93640,35377,'action started via WP Cron','2021-01-22 14:42:39','2021-01-22 09:42:39'),
(93641,35377,'action complete via WP Cron','2021-01-22 14:42:39','2021-01-22 09:42:39'),
(93642,35378,'action created','2021-01-22 14:42:39','2021-01-22 09:42:39'),
(93643,35378,'action started via WP Cron','2021-01-22 14:44:30','2021-01-22 09:44:30'),
(93644,35378,'action complete via WP Cron','2021-01-22 14:44:30','2021-01-22 09:44:30'),
(93645,35379,'action created','2021-01-22 14:44:30','2021-01-22 09:44:30'),
(93646,35379,'action started via WP Cron','2021-01-22 14:45:24','2021-01-22 09:45:24'),
(93647,35379,'action complete via WP Cron','2021-01-22 14:45:24','2021-01-22 09:45:24'),
(93648,35380,'action created','2021-01-22 14:45:24','2021-01-22 09:45:24'),
(93649,35380,'action started via WP Cron','2021-01-22 14:47:11','2021-01-22 09:47:11'),
(93650,35380,'action complete via WP Cron','2021-01-22 14:47:11','2021-01-22 09:47:11'),
(93651,35381,'action created','2021-01-22 14:47:11','2021-01-22 09:47:11'),
(93652,35381,'action started via WP Cron','2021-01-22 14:49:01','2021-01-22 09:49:01'),
(93653,35381,'action complete via WP Cron','2021-01-22 14:49:01','2021-01-22 09:49:01'),
(93654,35382,'action created','2021-01-22 14:49:01','2021-01-22 09:49:01'),
(93655,35382,'action started via WP Cron','2021-01-22 14:50:31','2021-01-22 09:50:31'),
(93656,35382,'action complete via WP Cron','2021-01-22 14:50:31','2021-01-22 09:50:31'),
(93657,35383,'action created','2021-01-22 14:50:31','2021-01-22 09:50:31'),
(93658,35383,'action started via WP Cron','2021-01-22 14:51:23','2021-01-22 09:51:23'),
(93659,35383,'action complete via WP Cron','2021-01-22 14:51:23','2021-01-22 09:51:23'),
(93660,35384,'action created','2021-01-22 14:51:23','2021-01-22 09:51:23'),
(93661,35384,'action started via WP Cron','2021-01-22 14:55:46','2021-01-22 09:55:46'),
(93662,35384,'action complete via WP Cron','2021-01-22 14:55:46','2021-01-22 09:55:46'),
(93663,35385,'action created','2021-01-22 14:55:46','2021-01-22 09:55:46'),
(93664,35385,'action started via WP Cron','2021-01-22 15:00:17','2021-01-22 10:00:17'),
(93665,35385,'action complete via WP Cron','2021-01-22 15:00:18','2021-01-22 10:00:18'),
(93666,35386,'action created','2021-01-22 15:00:18','2021-01-22 10:00:18'),
(93667,35386,'action started via WP Cron','2021-01-22 15:02:00','2021-01-22 10:02:00'),
(93668,35386,'action complete via WP Cron','2021-01-22 15:02:00','2021-01-22 10:02:00'),
(93669,35387,'action created','2021-01-22 15:02:01','2021-01-22 10:02:01'),
(93670,35387,'action started via WP Cron','2021-01-22 15:03:14','2021-01-22 10:03:14'),
(93671,35387,'action complete via WP Cron','2021-01-22 15:03:14','2021-01-22 10:03:14'),
(93672,35388,'action created','2021-01-22 15:03:14','2021-01-22 10:03:14'),
(93673,35388,'action started via WP Cron','2021-01-22 15:04:45','2021-01-22 10:04:45'),
(93674,35388,'action complete via WP Cron','2021-01-22 15:04:45','2021-01-22 10:04:45'),
(93675,35389,'action created','2021-01-22 15:04:45','2021-01-22 10:04:45'),
(93676,35389,'action started via WP Cron','2021-01-22 15:05:15','2021-01-22 10:05:15'),
(93677,35389,'action complete via WP Cron','2021-01-22 15:05:15','2021-01-22 10:05:15'),
(93678,35390,'action created','2021-01-22 15:05:16','2021-01-22 10:05:16'),
(93679,35390,'action started via WP Cron','2021-01-22 15:07:27','2021-01-22 10:07:27'),
(93680,35390,'action complete via WP Cron','2021-01-22 15:07:27','2021-01-22 10:07:27'),
(93681,35391,'action created','2021-01-22 15:07:27','2021-01-22 10:07:27'),
(93682,35391,'action started via WP Cron','2021-01-22 15:08:16','2021-01-22 10:08:16'),
(93683,35391,'action complete via WP Cron','2021-01-22 15:08:16','2021-01-22 10:08:16'),
(93684,35392,'action created','2021-01-22 15:08:16','2021-01-22 10:08:16'),
(93685,35392,'action started via WP Cron','2021-01-22 15:10:00','2021-01-22 10:10:00'),
(93686,35392,'action complete via WP Cron','2021-01-22 15:10:00','2021-01-22 10:10:00'),
(93687,35393,'action created','2021-01-22 15:10:00','2021-01-22 10:10:00'),
(93688,35393,'action started via WP Cron','2021-01-22 15:10:13','2021-01-22 10:10:13'),
(93689,35393,'action complete via WP Cron','2021-01-22 15:10:14','2021-01-22 10:10:14'),
(93690,35394,'action created','2021-01-22 15:10:14','2021-01-22 10:10:14'),
(93691,35394,'action started via WP Cron','2021-01-22 15:11:56','2021-01-22 10:11:56'),
(93692,35394,'action complete via WP Cron','2021-01-22 15:11:56','2021-01-22 10:11:56'),
(93693,35395,'action created','2021-01-22 15:11:56','2021-01-22 10:11:56'),
(93694,35395,'action started via WP Cron','2021-01-22 15:13:18','2021-01-22 10:13:18'),
(93695,35395,'action complete via WP Cron','2021-01-22 15:13:18','2021-01-22 10:13:18'),
(93696,35396,'action created','2021-01-22 15:13:18','2021-01-22 10:13:18'),
(93697,35396,'action started via WP Cron','2021-01-22 15:14:13','2021-01-22 10:14:13'),
(93698,35396,'action complete via WP Cron','2021-01-22 15:14:13','2021-01-22 10:14:13'),
(93699,35397,'action created','2021-01-22 15:14:13','2021-01-22 10:14:13'),
(93700,35397,'action started via WP Cron','2021-01-22 15:17:45','2021-01-22 10:17:45'),
(93701,35397,'action complete via WP Cron','2021-01-22 15:17:45','2021-01-22 10:17:45'),
(93702,35398,'action created','2021-01-22 15:17:45','2021-01-22 10:17:45'),
(93703,35398,'action started via WP Cron','2021-01-22 15:18:16','2021-01-22 10:18:16'),
(93704,35398,'action complete via WP Cron','2021-01-22 15:18:16','2021-01-22 10:18:16'),
(93705,35399,'action created','2021-01-22 15:18:16','2021-01-22 10:18:16'),
(93706,35399,'action started via WP Cron','2021-01-22 15:21:44','2021-01-22 10:21:44'),
(93707,35399,'action complete via WP Cron','2021-01-22 15:21:44','2021-01-22 10:21:44'),
(93708,35400,'action created','2021-01-22 15:21:44','2021-01-22 10:21:44'),
(93709,35400,'action started via WP Cron','2021-01-22 15:22:28','2021-01-22 10:22:28'),
(93710,35400,'action complete via WP Cron','2021-01-22 15:22:28','2021-01-22 10:22:28'),
(93711,35401,'action created','2021-01-22 15:22:28','2021-01-22 10:22:28'),
(93712,35401,'action started via WP Cron','2021-01-22 15:24:03','2021-01-22 10:24:03'),
(93713,35401,'action complete via WP Cron','2021-01-22 15:24:03','2021-01-22 10:24:03'),
(93714,35402,'action created','2021-01-22 15:24:03','2021-01-22 10:24:03'),
(93715,35402,'action started via WP Cron','2021-01-22 15:24:58','2021-01-22 10:24:58'),
(93716,35402,'action complete via WP Cron','2021-01-22 15:24:58','2021-01-22 10:24:58'),
(93717,35403,'action created','2021-01-22 15:24:58','2021-01-22 10:24:58'),
(93718,35403,'action started via WP Cron','2021-01-22 15:25:27','2021-01-22 10:25:27'),
(93719,35403,'action complete via WP Cron','2021-01-22 15:25:27','2021-01-22 10:25:27'),
(93720,35404,'action created','2021-01-22 15:25:27','2021-01-22 10:25:27'),
(93721,35404,'action started via WP Cron','2021-01-22 15:27:22','2021-01-22 10:27:22'),
(93722,35404,'action complete via WP Cron','2021-01-22 15:27:22','2021-01-22 10:27:22'),
(93723,35405,'action created','2021-01-22 15:27:22','2021-01-22 10:27:22'),
(93724,35405,'action started via WP Cron','2021-01-22 15:28:56','2021-01-22 10:28:56'),
(93725,35405,'action complete via WP Cron','2021-01-22 15:28:56','2021-01-22 10:28:56'),
(93726,35406,'action created','2021-01-22 15:28:56','2021-01-22 10:28:56'),
(93727,35406,'action started via WP Cron','2021-01-22 15:29:38','2021-01-22 10:29:38'),
(93728,35406,'action complete via WP Cron','2021-01-22 15:29:38','2021-01-22 10:29:38'),
(93729,35407,'action created','2021-01-22 15:29:38','2021-01-22 10:29:38'),
(93730,35407,'action started via WP Cron','2021-01-22 15:30:29','2021-01-22 10:30:29'),
(93731,35407,'action complete via WP Cron','2021-01-22 15:30:29','2021-01-22 10:30:29'),
(93732,35408,'action created','2021-01-22 15:30:29','2021-01-22 10:30:29'),
(93733,35408,'action started via WP Cron','2021-01-22 15:31:12','2021-01-22 10:31:12'),
(93734,35408,'action complete via WP Cron','2021-01-22 15:31:12','2021-01-22 10:31:12'),
(93735,35409,'action created','2021-01-22 15:31:12','2021-01-22 10:31:12'),
(93736,35409,'action started via WP Cron','2021-01-22 15:33:32','2021-01-22 10:33:32'),
(93737,35409,'action complete via WP Cron','2021-01-22 15:33:32','2021-01-22 10:33:32'),
(93738,35410,'action created','2021-01-22 15:33:32','2021-01-22 10:33:32'),
(93739,35410,'action started via WP Cron','2021-01-22 15:34:28','2021-01-22 10:34:28'),
(93740,35410,'action complete via WP Cron','2021-01-22 15:34:28','2021-01-22 10:34:28'),
(93741,35411,'action created','2021-01-22 15:34:29','2021-01-22 10:34:29'),
(93742,35411,'action started via WP Cron','2021-01-22 15:35:48','2021-01-22 10:35:48'),
(93743,35411,'action complete via WP Cron','2021-01-22 15:35:48','2021-01-22 10:35:48'),
(93744,35412,'action created','2021-01-22 15:35:49','2021-01-22 10:35:49'),
(93745,35412,'action started via WP Cron','2021-01-22 15:36:43','2021-01-22 10:36:43'),
(93746,35412,'action complete via WP Cron','2021-01-22 15:36:43','2021-01-22 10:36:43'),
(93747,35413,'action created','2021-01-22 15:36:43','2021-01-22 10:36:43'),
(93748,35413,'action started via WP Cron','2021-01-22 15:37:14','2021-01-22 10:37:14'),
(93749,35413,'action complete via WP Cron','2021-01-22 15:37:15','2021-01-22 10:37:15'),
(93750,35414,'action created','2021-01-22 15:37:15','2021-01-22 10:37:15'),
(93751,35414,'action started via WP Cron','2021-01-22 15:39:04','2021-01-22 10:39:04'),
(93752,35414,'action complete via WP Cron','2021-01-22 15:39:04','2021-01-22 10:39:04'),
(93753,35415,'action created','2021-01-22 15:39:04','2021-01-22 10:39:04'),
(93754,35415,'action started via WP Cron','2021-01-22 15:40:28','2021-01-22 10:40:28'),
(93755,35415,'action complete via WP Cron','2021-01-22 15:40:28','2021-01-22 10:40:28'),
(93756,35416,'action created','2021-01-22 15:40:28','2021-01-22 10:40:28'),
(93757,35416,'action started via WP Cron','2021-01-22 15:42:00','2021-01-22 10:42:00'),
(93758,35416,'action complete via WP Cron','2021-01-22 15:42:00','2021-01-22 10:42:00'),
(93759,35417,'action created','2021-01-22 15:42:00','2021-01-22 10:42:00'),
(93760,35417,'action started via WP Cron','2021-01-22 15:42:13','2021-01-22 10:42:13'),
(93761,35417,'action complete via WP Cron','2021-01-22 15:42:13','2021-01-22 10:42:13'),
(93762,35418,'action created','2021-01-22 15:42:13','2021-01-22 10:42:13'),
(93763,35418,'action started via WP Cron','2021-01-22 15:44:04','2021-01-22 10:44:04'),
(93764,35418,'action complete via WP Cron','2021-01-22 15:44:04','2021-01-22 10:44:04'),
(93765,35419,'action created','2021-01-22 15:44:05','2021-01-22 10:44:05'),
(93766,35419,'action started via WP Cron','2021-01-22 15:44:32','2021-01-22 10:44:32'),
(93767,35419,'action complete via WP Cron','2021-01-22 15:44:32','2021-01-22 10:44:32'),
(93768,35420,'action created','2021-01-22 15:44:32','2021-01-22 10:44:32'),
(93769,35420,'action started via WP Cron','2021-01-22 15:45:22','2021-01-22 10:45:22'),
(93770,35420,'action complete via WP Cron','2021-01-22 15:45:22','2021-01-22 10:45:22'),
(93771,35421,'action created','2021-01-22 15:45:22','2021-01-22 10:45:22'),
(93772,35421,'action started via WP Cron','2021-01-22 15:46:12','2021-01-22 10:46:12'),
(93773,35421,'action complete via WP Cron','2021-01-22 15:46:12','2021-01-22 10:46:12'),
(93774,35422,'action created','2021-01-22 15:46:12','2021-01-22 10:46:12'),
(93775,35422,'action started via WP Cron','2021-01-22 15:47:13','2021-01-22 10:47:13'),
(93776,35422,'action complete via WP Cron','2021-01-22 15:47:13','2021-01-22 10:47:13'),
(93777,35423,'action created','2021-01-22 15:47:13','2021-01-22 10:47:13'),
(93778,35423,'action started via WP Cron','2021-01-22 15:48:22','2021-01-22 10:48:22'),
(93779,35423,'action complete via WP Cron','2021-01-22 15:48:22','2021-01-22 10:48:22'),
(93780,35424,'action created','2021-01-22 15:48:22','2021-01-22 10:48:22'),
(93781,35424,'action started via WP Cron','2021-01-22 15:49:13','2021-01-22 10:49:13'),
(93782,35424,'action complete via WP Cron','2021-01-22 15:49:13','2021-01-22 10:49:13'),
(93783,35425,'action created','2021-01-22 15:49:13','2021-01-22 10:49:13'),
(93784,35425,'action started via WP Cron','2021-01-22 15:50:41','2021-01-22 10:50:41'),
(93785,35425,'action complete via WP Cron','2021-01-22 15:50:41','2021-01-22 10:50:41'),
(93786,35426,'action created','2021-01-22 15:50:41','2021-01-22 10:50:41'),
(93787,35426,'action started via WP Cron','2021-01-22 15:52:27','2021-01-22 10:52:27'),
(93788,35426,'action complete via WP Cron','2021-01-22 15:52:27','2021-01-22 10:52:27'),
(93789,35427,'action created','2021-01-22 15:52:27','2021-01-22 10:52:27'),
(93790,35427,'action started via WP Cron','2021-01-22 15:54:00','2021-01-22 10:54:00'),
(93791,35427,'action complete via WP Cron','2021-01-22 15:54:00','2021-01-22 10:54:00'),
(93792,35428,'action created','2021-01-22 15:54:00','2021-01-22 10:54:00'),
(93793,35428,'action started via WP Cron','2021-01-22 15:54:14','2021-01-22 10:54:14'),
(93794,35428,'action complete via WP Cron','2021-01-22 15:54:14','2021-01-22 10:54:14'),
(93795,35429,'action created','2021-01-22 15:54:14','2021-01-22 10:54:14'),
(93796,35429,'action started via WP Cron','2021-01-22 15:55:46','2021-01-22 10:55:46'),
(93797,35429,'action complete via WP Cron','2021-01-22 15:55:46','2021-01-22 10:55:46'),
(93798,35430,'action created','2021-01-22 15:55:46','2021-01-22 10:55:46'),
(93799,35430,'action started via WP Cron','2021-01-22 15:56:12','2021-01-22 10:56:12'),
(93800,35430,'action complete via WP Cron','2021-01-22 15:56:12','2021-01-22 10:56:12'),
(93801,35431,'action created','2021-01-22 15:56:12','2021-01-22 10:56:12'),
(93802,35431,'action started via WP Cron','2021-01-22 15:57:17','2021-01-22 10:57:17'),
(93803,35431,'action complete via WP Cron','2021-01-22 15:57:17','2021-01-22 10:57:17'),
(93804,35432,'action created','2021-01-22 15:57:17','2021-01-22 10:57:17'),
(93805,35432,'action started via WP Cron','2021-01-22 15:58:23','2021-01-22 10:58:23'),
(93806,35432,'action complete via WP Cron','2021-01-22 15:58:23','2021-01-22 10:58:23'),
(93807,35433,'action created','2021-01-22 15:58:23','2021-01-22 10:58:23'),
(93808,35433,'action started via WP Cron','2021-01-22 15:59:32','2021-01-22 10:59:32'),
(93809,35433,'action complete via WP Cron','2021-01-22 15:59:32','2021-01-22 10:59:32'),
(93810,35434,'action created','2021-01-22 15:59:32','2021-01-22 10:59:32'),
(93811,35434,'action started via WP Cron','2021-01-22 16:00:49','2021-01-22 11:00:49'),
(93812,35434,'action complete via WP Cron','2021-01-22 16:00:49','2021-01-22 11:00:49'),
(93813,35435,'action created','2021-01-22 16:00:49','2021-01-22 11:00:49'),
(93814,35435,'action started via WP Cron','2021-01-22 16:02:07','2021-01-22 11:02:07'),
(93815,35435,'action complete via WP Cron','2021-01-22 16:02:07','2021-01-22 11:02:07'),
(93816,35436,'action created','2021-01-22 16:02:07','2021-01-22 11:02:07'),
(93817,35436,'action started via WP Cron','2021-01-22 16:03:43','2021-01-22 11:03:43'),
(93818,35436,'action complete via WP Cron','2021-01-22 16:03:43','2021-01-22 11:03:43'),
(93819,35437,'action created','2021-01-22 16:03:43','2021-01-22 11:03:43'),
(93820,35437,'action started via WP Cron','2021-01-22 16:04:59','2021-01-22 11:04:59'),
(93821,35437,'action complete via WP Cron','2021-01-22 16:04:59','2021-01-22 11:04:59'),
(93822,35438,'action created','2021-01-22 16:04:59','2021-01-22 11:04:59'),
(93823,35438,'action started via WP Cron','2021-01-22 16:05:17','2021-01-22 11:05:17'),
(93824,35438,'action complete via WP Cron','2021-01-22 16:05:17','2021-01-22 11:05:17'),
(93825,35439,'action created','2021-01-22 16:05:17','2021-01-22 11:05:17'),
(93826,35439,'action started via WP Cron','2021-01-22 16:07:18','2021-01-22 11:07:18'),
(93827,35439,'action complete via WP Cron','2021-01-22 16:07:18','2021-01-22 11:07:18'),
(93828,35440,'action created','2021-01-22 16:07:19','2021-01-22 11:07:19'),
(93829,35440,'action started via WP Cron','2021-01-22 16:08:23','2021-01-22 11:08:23'),
(93830,35440,'action complete via WP Cron','2021-01-22 16:08:23','2021-01-22 11:08:23'),
(93831,35441,'action created','2021-01-22 16:08:23','2021-01-22 11:08:23'),
(93832,35441,'action started via WP Cron','2021-01-22 16:09:16','2021-01-22 11:09:16'),
(93833,35441,'action complete via WP Cron','2021-01-22 16:09:16','2021-01-22 11:09:16'),
(93834,35442,'action created','2021-01-22 16:09:16','2021-01-22 11:09:16'),
(93835,35442,'action started via WP Cron','2021-01-22 16:10:14','2021-01-22 11:10:14'),
(93836,35442,'action complete via WP Cron','2021-01-22 16:10:14','2021-01-22 11:10:14'),
(93837,35443,'action created','2021-01-22 16:10:15','2021-01-22 11:10:15'),
(93838,35443,'action started via WP Cron','2021-01-22 16:11:56','2021-01-22 11:11:56'),
(93839,35443,'action complete via WP Cron','2021-01-22 16:11:56','2021-01-22 11:11:56'),
(93840,35444,'action created','2021-01-22 16:11:56','2021-01-22 11:11:56'),
(93841,35444,'action started via WP Cron','2021-01-22 16:13:06','2021-01-22 11:13:06'),
(93842,35444,'action complete via WP Cron','2021-01-22 16:13:06','2021-01-22 11:13:06'),
(93843,35445,'action created','2021-01-22 16:13:06','2021-01-22 11:13:06'),
(93844,35445,'action started via WP Cron','2021-01-22 16:14:35','2021-01-22 11:14:35'),
(93845,35445,'action complete via WP Cron','2021-01-22 16:14:35','2021-01-22 11:14:35'),
(93846,35446,'action created','2021-01-22 16:14:35','2021-01-22 11:14:35'),
(93847,35446,'action started via WP Cron','2021-01-22 16:15:49','2021-01-22 11:15:49'),
(93848,35446,'action complete via WP Cron','2021-01-22 16:15:49','2021-01-22 11:15:49'),
(93849,35447,'action created','2021-01-22 16:15:50','2021-01-22 11:15:50'),
(93850,35447,'action started via WP Cron','2021-01-22 16:16:49','2021-01-22 11:16:49'),
(93851,35447,'action complete via WP Cron','2021-01-22 16:16:49','2021-01-22 11:16:49'),
(93852,35448,'action created','2021-01-22 16:16:49','2021-01-22 11:16:49'),
(93853,35448,'action started via WP Cron','2021-01-22 16:17:35','2021-01-22 11:17:35'),
(93854,35448,'action complete via WP Cron','2021-01-22 16:17:35','2021-01-22 11:17:35'),
(93855,35449,'action created','2021-01-22 16:17:35','2021-01-22 11:17:35'),
(93856,35449,'action started via WP Cron','2021-01-22 16:18:44','2021-01-22 11:18:44'),
(93857,35449,'action complete via WP Cron','2021-01-22 16:18:44','2021-01-22 11:18:44'),
(93858,35450,'action created','2021-01-22 16:18:44','2021-01-22 11:18:44'),
(93859,35450,'action started via WP Cron','2021-01-22 16:19:51','2021-01-22 11:19:51'),
(93860,35450,'action complete via WP Cron','2021-01-22 16:19:51','2021-01-22 11:19:51'),
(93861,35451,'action created','2021-01-22 16:19:51','2021-01-22 11:19:51'),
(93862,35451,'action started via WP Cron','2021-01-22 16:21:17','2021-01-22 11:21:17'),
(93863,35451,'action complete via WP Cron','2021-01-22 16:21:17','2021-01-22 11:21:17'),
(93864,35452,'action created','2021-01-22 16:21:17','2021-01-22 11:21:17'),
(93865,35452,'action started via WP Cron','2021-01-22 16:22:44','2021-01-22 11:22:44'),
(93866,35452,'action complete via WP Cron','2021-01-22 16:22:44','2021-01-22 11:22:44'),
(93867,35453,'action created','2021-01-22 16:22:44','2021-01-22 11:22:44'),
(93868,35453,'action started via WP Cron','2021-01-22 16:24:14','2021-01-22 11:24:14'),
(93869,35453,'action complete via WP Cron','2021-01-22 16:24:14','2021-01-22 11:24:14'),
(93870,35454,'action created','2021-01-22 16:24:14','2021-01-22 11:24:14'),
(93871,35454,'action started via WP Cron','2021-01-22 16:26:19','2021-01-22 11:26:19'),
(93872,35454,'action complete via WP Cron','2021-01-22 16:26:19','2021-01-22 11:26:19'),
(93873,35455,'action created','2021-01-22 16:26:19','2021-01-22 11:26:19'),
(93874,35455,'action started via WP Cron','2021-01-22 16:28:06','2021-01-22 11:28:06'),
(93875,35455,'action complete via WP Cron','2021-01-22 16:28:06','2021-01-22 11:28:06'),
(93876,35456,'action created','2021-01-22 16:28:06','2021-01-22 11:28:06'),
(93877,35456,'action started via WP Cron','2021-01-22 16:28:16','2021-01-22 11:28:16'),
(93878,35456,'action complete via WP Cron','2021-01-22 16:28:16','2021-01-22 11:28:16'),
(93879,35457,'action created','2021-01-22 16:28:16','2021-01-22 11:28:16'),
(93880,35457,'action started via WP Cron','2021-01-22 16:30:22','2021-01-22 11:30:22'),
(93881,35457,'action complete via WP Cron','2021-01-22 16:30:22','2021-01-22 11:30:22'),
(93882,35458,'action created','2021-01-22 16:30:22','2021-01-22 11:30:22'),
(93883,35458,'action started via WP Cron','2021-01-22 16:31:17','2021-01-22 11:31:17'),
(93884,35458,'action complete via WP Cron','2021-01-22 16:31:17','2021-01-22 11:31:17'),
(93885,35459,'action created','2021-01-22 16:31:17','2021-01-22 11:31:17'),
(93886,35459,'action started via WP Cron','2021-01-22 16:33:24','2021-01-22 11:33:24'),
(93887,35459,'action complete via WP Cron','2021-01-22 16:33:24','2021-01-22 11:33:24'),
(93888,35460,'action created','2021-01-22 16:33:24','2021-01-22 11:33:24'),
(93889,35460,'action started via WP Cron','2021-01-22 16:35:54','2021-01-22 11:35:54'),
(93890,35460,'action complete via WP Cron','2021-01-22 16:35:54','2021-01-22 11:35:54'),
(93891,35461,'action created','2021-01-22 16:35:54','2021-01-22 11:35:54'),
(93892,35461,'action started via WP Cron','2021-01-22 16:36:40','2021-01-22 11:36:40'),
(93893,35461,'action complete via WP Cron','2021-01-22 16:36:40','2021-01-22 11:36:40'),
(93894,35462,'action created','2021-01-22 16:36:40','2021-01-22 11:36:40'),
(93895,35462,'action started via WP Cron','2021-01-22 16:37:28','2021-01-22 11:37:28'),
(93896,35462,'action complete via WP Cron','2021-01-22 16:37:28','2021-01-22 11:37:28'),
(93897,35463,'action created','2021-01-22 16:37:28','2021-01-22 11:37:28'),
(93898,35463,'action started via WP Cron','2021-01-22 16:38:19','2021-01-22 11:38:19'),
(93899,35463,'action complete via WP Cron','2021-01-22 16:38:19','2021-01-22 11:38:19'),
(93900,35464,'action created','2021-01-22 16:38:19','2021-01-22 11:38:19'),
(93901,35464,'action started via WP Cron','2021-01-22 16:40:58','2021-01-22 11:40:58'),
(93902,35464,'action complete via WP Cron','2021-01-22 16:40:58','2021-01-22 11:40:58'),
(93903,35465,'action created','2021-01-22 16:40:58','2021-01-22 11:40:58'),
(93904,35465,'action started via WP Cron','2021-01-22 16:41:18','2021-01-22 11:41:18'),
(93905,35465,'action complete via WP Cron','2021-01-22 16:41:18','2021-01-22 11:41:18'),
(93906,35466,'action created','2021-01-22 16:41:18','2021-01-22 11:41:18'),
(93907,35466,'action started via WP Cron','2021-01-22 16:44:04','2021-01-22 11:44:04'),
(93908,35466,'action complete via WP Cron','2021-01-22 16:44:04','2021-01-22 11:44:04'),
(93909,35467,'action created','2021-01-22 16:44:04','2021-01-22 11:44:04'),
(93910,35467,'action started via WP Cron','2021-01-22 16:44:14','2021-01-22 11:44:14'),
(93911,35467,'action complete via WP Cron','2021-01-22 16:44:14','2021-01-22 11:44:14'),
(93912,35468,'action created','2021-01-22 16:44:14','2021-01-22 11:44:14'),
(93913,35468,'action started via WP Cron','2021-01-22 16:45:37','2021-01-22 11:45:37'),
(93914,35468,'action complete via WP Cron','2021-01-22 16:45:37','2021-01-22 11:45:37'),
(93915,35469,'action created','2021-01-22 16:45:37','2021-01-22 11:45:37'),
(93916,35469,'action started via WP Cron','2021-01-22 16:46:14','2021-01-22 11:46:14'),
(93917,35469,'action complete via WP Cron','2021-01-22 16:46:14','2021-01-22 11:46:14'),
(93918,35470,'action created','2021-01-22 16:46:14','2021-01-22 11:46:14'),
(93919,35470,'action started via WP Cron','2021-01-22 16:47:15','2021-01-22 11:47:15'),
(93920,35470,'action complete via WP Cron','2021-01-22 16:47:15','2021-01-22 11:47:15'),
(93921,35471,'action created','2021-01-22 16:47:15','2021-01-22 11:47:15'),
(93922,35471,'action started via WP Cron','2021-01-22 16:48:47','2021-01-22 11:48:47'),
(93923,35471,'action complete via WP Cron','2021-01-22 16:48:47','2021-01-22 11:48:47'),
(93924,35472,'action created','2021-01-22 16:48:47','2021-01-22 11:48:47'),
(93925,35472,'action started via WP Cron','2021-01-22 16:49:40','2021-01-22 11:49:40'),
(93926,35472,'action complete via WP Cron','2021-01-22 16:49:40','2021-01-22 11:49:40'),
(93927,35473,'action created','2021-01-22 16:49:40','2021-01-22 11:49:40'),
(93928,35473,'action started via WP Cron','2021-01-22 16:50:40','2021-01-22 11:50:40'),
(93929,35473,'action complete via WP Cron','2021-01-22 16:50:40','2021-01-22 11:50:40'),
(93930,35474,'action created','2021-01-22 16:50:40','2021-01-22 11:50:40'),
(93931,35474,'action started via WP Cron','2021-01-22 16:51:14','2021-01-22 11:51:14'),
(93932,35474,'action complete via WP Cron','2021-01-22 16:51:14','2021-01-22 11:51:14'),
(93933,35475,'action created','2021-01-22 16:51:14','2021-01-22 11:51:14'),
(93934,35475,'action started via WP Cron','2021-01-22 16:52:14','2021-01-22 11:52:14'),
(93935,35475,'action complete via WP Cron','2021-01-22 16:52:14','2021-01-22 11:52:14'),
(93936,35476,'action created','2021-01-22 16:52:14','2021-01-22 11:52:14'),
(93937,35476,'action started via WP Cron','2021-01-22 16:53:25','2021-01-22 11:53:25'),
(93938,35476,'action complete via WP Cron','2021-01-22 16:53:25','2021-01-22 11:53:25'),
(93939,35477,'action created','2021-01-22 16:53:25','2021-01-22 11:53:25'),
(93940,35477,'action started via WP Cron','2021-01-22 16:54:43','2021-01-22 11:54:43'),
(93941,35477,'action complete via WP Cron','2021-01-22 16:54:43','2021-01-22 11:54:43'),
(93942,35478,'action created','2021-01-22 16:54:43','2021-01-22 11:54:43'),
(93943,35478,'action started via WP Cron','2021-01-22 16:55:17','2021-01-22 11:55:17'),
(93944,35478,'action complete via WP Cron','2021-01-22 16:55:17','2021-01-22 11:55:17'),
(93945,35479,'action created','2021-01-22 16:55:17','2021-01-22 11:55:17'),
(93946,35479,'action started via WP Cron','2021-01-22 16:58:08','2021-01-22 11:58:08'),
(93947,35479,'action complete via WP Cron','2021-01-22 16:58:08','2021-01-22 11:58:08'),
(93948,35480,'action created','2021-01-22 16:58:08','2021-01-22 11:58:08'),
(93949,35480,'action started via WP Cron','2021-01-22 16:58:48','2021-01-22 11:58:48'),
(93950,35480,'action complete via WP Cron','2021-01-22 16:58:48','2021-01-22 11:58:48'),
(93951,35481,'action created','2021-01-22 16:58:48','2021-01-22 11:58:48'),
(93952,35481,'action started via WP Cron','2021-01-22 17:00:22','2021-01-22 12:00:22'),
(93953,35481,'action complete via WP Cron','2021-01-22 17:00:22','2021-01-22 12:00:22'),
(93954,35482,'action created','2021-01-22 17:00:22','2021-01-22 12:00:22'),
(93955,35482,'action started via WP Cron','2021-01-22 17:01:32','2021-01-22 12:01:32'),
(93956,35482,'action complete via WP Cron','2021-01-22 17:01:32','2021-01-22 12:01:32'),
(93957,35483,'action created','2021-01-22 17:01:32','2021-01-22 12:01:32'),
(93958,35483,'action started via WP Cron','2021-01-22 17:03:22','2021-01-22 12:03:22'),
(93959,35483,'action complete via WP Cron','2021-01-22 17:03:22','2021-01-22 12:03:22'),
(93960,35484,'action created','2021-01-22 17:03:22','2021-01-22 12:03:22'),
(93961,35484,'action started via WP Cron','2021-01-22 17:06:28','2021-01-22 12:06:28'),
(93962,35484,'action complete via WP Cron','2021-01-22 17:06:28','2021-01-22 12:06:28'),
(93963,35485,'action created','2021-01-22 17:06:28','2021-01-22 12:06:28'),
(93964,35485,'action started via WP Cron','2021-01-22 17:07:57','2021-01-22 12:07:57'),
(93965,35485,'action complete via WP Cron','2021-01-22 17:07:57','2021-01-22 12:07:57'),
(93966,35486,'action created','2021-01-22 17:07:58','2021-01-22 12:07:58'),
(93967,35486,'action started via WP Cron','2021-01-22 17:08:20','2021-01-22 12:08:20'),
(93968,35486,'action complete via WP Cron','2021-01-22 17:08:20','2021-01-22 12:08:20'),
(93969,35487,'action created','2021-01-22 17:08:20','2021-01-22 12:08:20'),
(93970,35487,'action started via WP Cron','2021-01-22 17:09:21','2021-01-22 12:09:21'),
(93971,35487,'action complete via WP Cron','2021-01-22 17:09:21','2021-01-22 12:09:21'),
(93972,35488,'action created','2021-01-22 17:09:21','2021-01-22 12:09:21'),
(93973,35488,'action started via WP Cron','2021-01-22 17:10:12','2021-01-22 12:10:12'),
(93974,35488,'action complete via WP Cron','2021-01-22 17:10:12','2021-01-22 12:10:12'),
(93975,35489,'action created','2021-01-22 17:10:12','2021-01-22 12:10:12'),
(93976,35489,'action started via WP Cron','2021-01-22 17:11:30','2021-01-22 12:11:30'),
(93977,35489,'action complete via WP Cron','2021-01-22 17:11:30','2021-01-22 12:11:30'),
(93978,35490,'action created','2021-01-22 17:11:30','2021-01-22 12:11:30'),
(93979,35490,'action started via WP Cron','2021-01-22 17:12:30','2021-01-22 12:12:30'),
(93980,35490,'action complete via WP Cron','2021-01-22 17:12:30','2021-01-22 12:12:30'),
(93981,35491,'action created','2021-01-22 17:12:30','2021-01-22 12:12:30'),
(93982,35491,'action started via WP Cron','2021-01-22 17:13:43','2021-01-22 12:13:43'),
(93983,35491,'action complete via WP Cron','2021-01-22 17:13:43','2021-01-22 12:13:43'),
(93984,35492,'action created','2021-01-22 17:13:43','2021-01-22 12:13:43'),
(93985,35492,'action started via WP Cron','2021-01-22 17:14:12','2021-01-22 12:14:12'),
(93986,35492,'action complete via WP Cron','2021-01-22 17:14:12','2021-01-22 12:14:12'),
(93987,35493,'action created','2021-01-22 17:14:12','2021-01-22 12:14:12'),
(93988,35493,'action started via WP Cron','2021-01-22 17:15:12','2021-01-22 12:15:12'),
(93989,35493,'action complete via WP Cron','2021-01-22 17:15:12','2021-01-22 12:15:12'),
(93990,35494,'action created','2021-01-22 17:15:12','2021-01-22 12:15:12'),
(93991,35494,'action started via WP Cron','2021-01-22 17:16:49','2021-01-22 12:16:49'),
(93992,35494,'action complete via WP Cron','2021-01-22 17:16:49','2021-01-22 12:16:49'),
(93993,35495,'action created','2021-01-22 17:16:49','2021-01-22 12:16:49'),
(93994,35495,'action started via WP Cron','2021-01-22 17:17:34','2021-01-22 12:17:34'),
(93995,35495,'action complete via WP Cron','2021-01-22 17:17:34','2021-01-22 12:17:34'),
(93996,35496,'action created','2021-01-22 17:17:34','2021-01-22 12:17:34'),
(93997,35496,'action started via WP Cron','2021-01-22 17:19:01','2021-01-22 12:19:01'),
(93998,35496,'action complete via WP Cron','2021-01-22 17:19:01','2021-01-22 12:19:01'),
(93999,35497,'action created','2021-01-22 17:19:01','2021-01-22 12:19:01'),
(94000,35497,'action started via WP Cron','2021-01-22 17:20:24','2021-01-22 12:20:24'),
(94001,35497,'action complete via WP Cron','2021-01-22 17:20:24','2021-01-22 12:20:24'),
(94002,35498,'action created','2021-01-22 17:20:24','2021-01-22 12:20:24'),
(94003,35498,'action started via WP Cron','2021-01-22 17:21:42','2021-01-22 12:21:42'),
(94004,35498,'action complete via WP Cron','2021-01-22 17:21:42','2021-01-22 12:21:42'),
(94005,35499,'action created','2021-01-22 17:21:42','2021-01-22 12:21:42'),
(94006,35499,'action started via WP Cron','2021-01-22 17:22:35','2021-01-22 12:22:35'),
(94007,35499,'action complete via WP Cron','2021-01-22 17:22:35','2021-01-22 12:22:35'),
(94008,35500,'action created','2021-01-22 17:22:35','2021-01-22 12:22:35'),
(94009,35500,'action started via WP Cron','2021-01-22 17:23:57','2021-01-22 12:23:57'),
(94010,35500,'action complete via WP Cron','2021-01-22 17:23:57','2021-01-22 12:23:57'),
(94011,35501,'action created','2021-01-22 17:23:57','2021-01-22 12:23:57'),
(94012,35501,'action started via WP Cron','2021-01-22 17:24:39','2021-01-22 12:24:39'),
(94013,35501,'action complete via WP Cron','2021-01-22 17:24:39','2021-01-22 12:24:39'),
(94014,35502,'action created','2021-01-22 17:24:39','2021-01-22 12:24:39'),
(94015,35502,'action started via WP Cron','2021-01-22 17:25:32','2021-01-22 12:25:32'),
(94016,35502,'action complete via WP Cron','2021-01-22 17:25:32','2021-01-22 12:25:32'),
(94017,35503,'action created','2021-01-22 17:25:32','2021-01-22 12:25:32'),
(94018,35503,'action started via WP Cron','2021-01-22 17:27:46','2021-01-22 12:27:46'),
(94019,35503,'action complete via WP Cron','2021-01-22 17:27:46','2021-01-22 12:27:46'),
(94020,35504,'action created','2021-01-22 17:27:46','2021-01-22 12:27:46'),
(94021,35504,'action started via WP Cron','2021-01-22 17:28:28','2021-01-22 12:28:28'),
(94022,35504,'action complete via WP Cron','2021-01-22 17:28:28','2021-01-22 12:28:28'),
(94023,35505,'action created','2021-01-22 17:28:29','2021-01-22 12:28:29'),
(94024,35505,'action started via WP Cron','2021-01-22 17:29:20','2021-01-22 12:29:20'),
(94025,35505,'action complete via WP Cron','2021-01-22 17:29:20','2021-01-22 12:29:20'),
(94026,35506,'action created','2021-01-22 17:29:21','2021-01-22 12:29:21'),
(94027,35506,'action started via WP Cron','2021-01-22 17:30:26','2021-01-22 12:30:26'),
(94028,35506,'action complete via WP Cron','2021-01-22 17:30:26','2021-01-22 12:30:26'),
(94029,35507,'action created','2021-01-22 17:30:26','2021-01-22 12:30:26'),
(94030,35507,'action started via WP Cron','2021-01-22 17:31:49','2021-01-22 12:31:49'),
(94031,35507,'action complete via WP Cron','2021-01-22 17:31:49','2021-01-22 12:31:49'),
(94032,35508,'action created','2021-01-22 17:31:49','2021-01-22 12:31:49'),
(94033,35508,'action started via WP Cron','2021-01-22 17:35:24','2021-01-22 12:35:24'),
(94034,35508,'action complete via WP Cron','2021-01-22 17:35:24','2021-01-22 12:35:24'),
(94035,35509,'action created','2021-01-22 17:35:24','2021-01-22 12:35:24'),
(94036,35509,'action started via WP Cron','2021-01-22 17:37:29','2021-01-22 12:37:29'),
(94037,35509,'action complete via WP Cron','2021-01-22 17:37:29','2021-01-22 12:37:29'),
(94038,35510,'action created','2021-01-22 17:37:29','2021-01-22 12:37:29'),
(94039,35510,'action started via WP Cron','2021-01-22 17:40:51','2021-01-22 12:40:51'),
(94040,35510,'action complete via WP Cron','2021-01-22 17:40:51','2021-01-22 12:40:51'),
(94041,35511,'action created','2021-01-22 17:40:51','2021-01-22 12:40:51'),
(94042,35511,'action started via WP Cron','2021-01-22 17:42:19','2021-01-22 12:42:19'),
(94043,35511,'action complete via WP Cron','2021-01-22 17:42:19','2021-01-22 12:42:19'),
(94044,35512,'action created','2021-01-22 17:42:19','2021-01-22 12:42:19'),
(94045,35512,'action started via WP Cron','2021-01-22 17:44:07','2021-01-22 12:44:07'),
(94046,35512,'action complete via WP Cron','2021-01-22 17:44:07','2021-01-22 12:44:07'),
(94047,35513,'action created','2021-01-22 17:44:07','2021-01-22 12:44:07'),
(94048,35513,'action started via WP Cron','2021-01-22 17:45:29','2021-01-22 12:45:29'),
(94049,35513,'action complete via WP Cron','2021-01-22 17:45:29','2021-01-22 12:45:29'),
(94050,35514,'action created','2021-01-22 17:45:29','2021-01-22 12:45:29'),
(94051,35514,'action started via WP Cron','2021-01-22 17:48:01','2021-01-22 12:48:01'),
(94052,35514,'action complete via WP Cron','2021-01-22 17:48:01','2021-01-22 12:48:01'),
(94053,35515,'action created','2021-01-22 17:48:01','2021-01-22 12:48:01'),
(94054,35515,'action started via WP Cron','2021-01-22 17:48:19','2021-01-22 12:48:19'),
(94055,35515,'action complete via WP Cron','2021-01-22 17:48:19','2021-01-22 12:48:19'),
(94056,35516,'action created','2021-01-22 17:48:19','2021-01-22 12:48:19'),
(94057,35516,'action started via WP Cron','2021-01-22 17:49:15','2021-01-22 12:49:15'),
(94058,35516,'action complete via WP Cron','2021-01-22 17:49:15','2021-01-22 12:49:15'),
(94059,35517,'action created','2021-01-22 17:49:15','2021-01-22 12:49:15'),
(94060,35517,'action started via WP Cron','2021-01-22 17:50:28','2021-01-22 12:50:28'),
(94061,35517,'action complete via WP Cron','2021-01-22 17:50:28','2021-01-22 12:50:28'),
(94062,35518,'action created','2021-01-22 17:50:28','2021-01-22 12:50:28'),
(94063,35518,'action started via WP Cron','2021-01-22 17:53:12','2021-01-22 12:53:12'),
(94064,35518,'action complete via WP Cron','2021-01-22 17:53:12','2021-01-22 12:53:12'),
(94065,35519,'action created','2021-01-22 17:53:12','2021-01-22 12:53:12'),
(94066,35519,'action started via WP Cron','2021-01-22 17:54:27','2021-01-22 12:54:27'),
(94067,35519,'action complete via WP Cron','2021-01-22 17:54:27','2021-01-22 12:54:27'),
(94068,35520,'action created','2021-01-22 17:54:27','2021-01-22 12:54:27'),
(94069,35520,'action started via WP Cron','2021-01-22 17:55:55','2021-01-22 12:55:55'),
(94070,35520,'action complete via WP Cron','2021-01-22 17:55:55','2021-01-22 12:55:55'),
(94071,35521,'action created','2021-01-22 17:55:55','2021-01-22 12:55:55'),
(94072,35521,'action started via WP Cron','2021-01-22 17:57:05','2021-01-22 12:57:05'),
(94073,35521,'action complete via WP Cron','2021-01-22 17:57:05','2021-01-22 12:57:05'),
(94074,35522,'action created','2021-01-22 17:57:05','2021-01-22 12:57:05'),
(94075,35522,'action started via WP Cron','2021-01-22 17:58:14','2021-01-22 12:58:14'),
(94076,35522,'action complete via WP Cron','2021-01-22 17:58:14','2021-01-22 12:58:14'),
(94077,35523,'action created','2021-01-22 17:58:14','2021-01-22 12:58:14'),
(94078,35523,'action started via WP Cron','2021-01-22 17:59:49','2021-01-22 12:59:49'),
(94079,35523,'action complete via WP Cron','2021-01-22 17:59:49','2021-01-22 12:59:49'),
(94080,35524,'action created','2021-01-22 17:59:49','2021-01-22 12:59:49'),
(94081,35524,'action started via WP Cron','2021-01-22 18:03:06','2021-01-22 13:03:06'),
(94082,35524,'action complete via WP Cron','2021-01-22 18:03:06','2021-01-22 13:03:06'),
(94083,35525,'action created','2021-01-22 18:03:06','2021-01-22 13:03:06'),
(94084,35525,'action started via WP Cron','2021-01-22 18:03:19','2021-01-22 13:03:19'),
(94085,35525,'action complete via WP Cron','2021-01-22 18:03:19','2021-01-22 13:03:19'),
(94086,35526,'action created','2021-01-22 18:03:19','2021-01-22 13:03:19'),
(94087,35526,'action started via WP Cron','2021-01-22 18:05:05','2021-01-22 13:05:05'),
(94088,35526,'action complete via WP Cron','2021-01-22 18:05:05','2021-01-22 13:05:05'),
(94089,35527,'action created','2021-01-22 18:05:05','2021-01-22 13:05:05'),
(94090,35527,'action started via WP Cron','2021-01-22 18:05:15','2021-01-22 13:05:15'),
(94091,35527,'action complete via WP Cron','2021-01-22 18:05:15','2021-01-22 13:05:15'),
(94092,35528,'action created','2021-01-22 18:05:15','2021-01-22 13:05:15'),
(94093,35528,'action started via WP Cron','2021-01-22 18:06:23','2021-01-22 13:06:23'),
(94094,35528,'action complete via WP Cron','2021-01-22 18:06:23','2021-01-22 13:06:23'),
(94095,35529,'action created','2021-01-22 18:06:23','2021-01-22 13:06:23'),
(94096,35529,'action started via WP Cron','2021-01-22 18:07:15','2021-01-22 13:07:15'),
(94097,35529,'action complete via WP Cron','2021-01-22 18:07:15','2021-01-22 13:07:15'),
(94098,35530,'action created','2021-01-22 18:07:15','2021-01-22 13:07:15'),
(94099,35530,'action started via WP Cron','2021-01-22 18:08:18','2021-01-22 13:08:18'),
(94100,35530,'action complete via WP Cron','2021-01-22 18:08:18','2021-01-22 13:08:18'),
(94101,35531,'action created','2021-01-22 18:08:18','2021-01-22 13:08:18'),
(94102,35531,'action started via WP Cron','2021-01-22 18:10:16','2021-01-22 13:10:16'),
(94103,35531,'action complete via WP Cron','2021-01-22 18:10:16','2021-01-22 13:10:16'),
(94104,35532,'action created','2021-01-22 18:10:16','2021-01-22 13:10:16'),
(94105,35532,'action started via WP Cron','2021-01-22 18:11:48','2021-01-22 13:11:48'),
(94106,35532,'action complete via WP Cron','2021-01-22 18:11:48','2021-01-22 13:11:48'),
(94107,35533,'action created','2021-01-22 18:11:48','2021-01-22 13:11:48'),
(94108,35533,'action started via WP Cron','2021-01-22 18:13:12','2021-01-22 13:13:12'),
(94109,35533,'action complete via WP Cron','2021-01-22 18:13:12','2021-01-22 13:13:12'),
(94110,35534,'action created','2021-01-22 18:13:12','2021-01-22 13:13:12'),
(94111,35534,'action started via WP Cron','2021-01-22 18:16:01','2021-01-22 13:16:01'),
(94112,35534,'action complete via WP Cron','2021-01-22 18:16:01','2021-01-22 13:16:01'),
(94113,35535,'action created','2021-01-22 18:16:01','2021-01-22 13:16:01'),
(94114,35535,'action started via WP Cron','2021-01-22 18:16:55','2021-01-22 13:16:55'),
(94115,35535,'action complete via WP Cron','2021-01-22 18:16:55','2021-01-22 13:16:55'),
(94116,35536,'action created','2021-01-22 18:16:55','2021-01-22 13:16:55'),
(94117,35536,'action started via WP Cron','2021-01-22 18:17:46','2021-01-22 13:17:46'),
(94118,35536,'action complete via WP Cron','2021-01-22 18:17:46','2021-01-22 13:17:46'),
(94119,35537,'action created','2021-01-22 18:17:46','2021-01-22 13:17:46'),
(94120,35537,'action started via WP Cron','2021-01-22 18:19:31','2021-01-22 13:19:31'),
(94121,35537,'action complete via WP Cron','2021-01-22 18:19:31','2021-01-22 13:19:31'),
(94122,35538,'action created','2021-01-22 18:19:31','2021-01-22 13:19:31'),
(94123,35538,'action started via WP Cron','2021-01-22 18:21:39','2021-01-22 13:21:39'),
(94124,35538,'action complete via WP Cron','2021-01-22 18:21:39','2021-01-22 13:21:39'),
(94125,35539,'action created','2021-01-22 18:21:39','2021-01-22 13:21:39'),
(94126,35539,'action started via WP Cron','2021-01-22 18:22:15','2021-01-22 13:22:15'),
(94127,35539,'action complete via WP Cron','2021-01-22 18:22:15','2021-01-22 13:22:15'),
(94128,35540,'action created','2021-01-22 18:22:16','2021-01-22 13:22:16'),
(94129,35540,'action started via WP Cron','2021-01-22 18:27:59','2021-01-22 13:27:59'),
(94130,35540,'action complete via WP Cron','2021-01-22 18:27:59','2021-01-22 13:27:59'),
(94131,35541,'action created','2021-01-22 18:27:59','2021-01-22 13:27:59'),
(94132,35541,'action started via WP Cron','2021-01-22 18:28:53','2021-01-22 13:28:53'),
(94133,35541,'action complete via WP Cron','2021-01-22 18:28:53','2021-01-22 13:28:53'),
(94134,35542,'action created','2021-01-22 18:28:53','2021-01-22 13:28:53'),
(94135,35542,'action started via WP Cron','2021-01-22 18:32:04','2021-01-22 13:32:04'),
(94136,35542,'action complete via WP Cron','2021-01-22 18:32:04','2021-01-22 13:32:04'),
(94137,35543,'action created','2021-01-22 18:32:05','2021-01-22 13:32:05'),
(94138,35543,'action started via WP Cron','2021-01-22 18:32:59','2021-01-22 13:32:59'),
(94139,35543,'action complete via WP Cron','2021-01-22 18:32:59','2021-01-22 13:32:59'),
(94140,35544,'action created','2021-01-22 18:32:59','2021-01-22 13:32:59'),
(94141,35544,'action started via WP Cron','2021-01-22 18:33:26','2021-01-22 13:33:26'),
(94142,35544,'action complete via WP Cron','2021-01-22 18:33:26','2021-01-22 13:33:26'),
(94143,35545,'action created','2021-01-22 18:33:27','2021-01-22 13:33:27'),
(94144,35545,'action started via WP Cron','2021-01-22 18:34:32','2021-01-22 13:34:32'),
(94145,35545,'action complete via WP Cron','2021-01-22 18:34:32','2021-01-22 13:34:32'),
(94146,35546,'action created','2021-01-22 18:34:32','2021-01-22 13:34:32'),
(94147,35546,'action started via WP Cron','2021-01-22 18:37:15','2021-01-22 13:37:15'),
(94148,35546,'action complete via WP Cron','2021-01-22 18:37:15','2021-01-22 13:37:15'),
(94149,35547,'action created','2021-01-22 18:37:16','2021-01-22 13:37:16'),
(94150,35547,'action started via WP Cron','2021-01-22 18:38:39','2021-01-22 13:38:39'),
(94151,35547,'action complete via WP Cron','2021-01-22 18:38:39','2021-01-22 13:38:39'),
(94152,35548,'action created','2021-01-22 18:38:39','2021-01-22 13:38:39'),
(94153,35548,'action started via WP Cron','2021-01-22 18:39:40','2021-01-22 13:39:40'),
(94154,35548,'action complete via WP Cron','2021-01-22 18:39:40','2021-01-22 13:39:40'),
(94155,35549,'action created','2021-01-22 18:39:40','2021-01-22 13:39:40'),
(94156,35549,'action started via WP Cron','2021-01-22 18:43:22','2021-01-22 13:43:22'),
(94157,35549,'action complete via WP Cron','2021-01-22 18:43:22','2021-01-22 13:43:22'),
(94158,35550,'action created','2021-01-22 18:43:22','2021-01-22 13:43:22'),
(94159,35550,'action started via WP Cron','2021-01-22 18:44:33','2021-01-22 13:44:33'),
(94160,35550,'action complete via WP Cron','2021-01-22 18:44:33','2021-01-22 13:44:33'),
(94161,35551,'action created','2021-01-22 18:44:33','2021-01-22 13:44:33'),
(94162,35551,'action started via WP Cron','2021-01-22 18:45:28','2021-01-22 13:45:28'),
(94163,35551,'action complete via WP Cron','2021-01-22 18:45:28','2021-01-22 13:45:28'),
(94164,35552,'action created','2021-01-22 18:45:28','2021-01-22 13:45:28'),
(94165,35552,'action started via WP Cron','2021-01-22 18:50:07','2021-01-22 13:50:07'),
(94166,35552,'action complete via WP Cron','2021-01-22 18:50:07','2021-01-22 13:50:07'),
(94167,35553,'action created','2021-01-22 18:50:07','2021-01-22 13:50:07'),
(94168,35553,'action started via WP Cron','2021-01-22 18:50:19','2021-01-22 13:50:19'),
(94169,35553,'action complete via WP Cron','2021-01-22 18:50:19','2021-01-22 13:50:19'),
(94170,35554,'action created','2021-01-22 18:50:19','2021-01-22 13:50:19'),
(94171,35554,'action started via WP Cron','2021-01-22 18:54:24','2021-01-22 13:54:24'),
(94172,35554,'action complete via WP Cron','2021-01-22 18:54:24','2021-01-22 13:54:24'),
(94173,35555,'action created','2021-01-22 18:54:24','2021-01-22 13:54:24'),
(94174,35555,'action started via WP Cron','2021-01-22 18:55:38','2021-01-22 13:55:38'),
(94175,35555,'action complete via WP Cron','2021-01-22 18:55:38','2021-01-22 13:55:38'),
(94176,35556,'action created','2021-01-22 18:55:38','2021-01-22 13:55:38'),
(94177,35556,'action started via WP Cron','2021-01-22 18:56:27','2021-01-22 13:56:27'),
(94178,35556,'action complete via WP Cron','2021-01-22 18:56:27','2021-01-22 13:56:27'),
(94179,35557,'action created','2021-01-22 18:56:27','2021-01-22 13:56:27'),
(94180,35557,'action started via WP Cron','2021-01-22 18:59:03','2021-01-22 13:59:03'),
(94181,35557,'action complete via WP Cron','2021-01-22 18:59:03','2021-01-22 13:59:03'),
(94182,35558,'action created','2021-01-22 18:59:03','2021-01-22 13:59:03'),
(94183,35558,'action started via WP Cron','2021-01-22 18:59:22','2021-01-22 13:59:22'),
(94184,35558,'action complete via WP Cron','2021-01-22 18:59:22','2021-01-22 13:59:22'),
(94185,35559,'action created','2021-01-22 18:59:22','2021-01-22 13:59:22'),
(94186,35559,'action started via WP Cron','2021-01-22 19:01:09','2021-01-22 14:01:09'),
(94187,35559,'action complete via WP Cron','2021-01-22 19:01:09','2021-01-22 14:01:09'),
(94188,35560,'action created','2021-01-22 19:01:09','2021-01-22 14:01:09'),
(94189,35560,'action started via WP Cron','2021-01-22 19:01:19','2021-01-22 14:01:19'),
(94190,35560,'action complete via WP Cron','2021-01-22 19:01:19','2021-01-22 14:01:19'),
(94191,35561,'action created','2021-01-22 19:01:19','2021-01-22 14:01:19'),
(94192,35561,'action started via WP Cron','2021-01-22 19:05:06','2021-01-22 14:05:06'),
(94193,35561,'action complete via WP Cron','2021-01-22 19:05:06','2021-01-22 14:05:06'),
(94194,35562,'action created','2021-01-22 19:05:06','2021-01-22 14:05:06'),
(94195,35562,'action started via WP Cron','2021-01-22 19:06:31','2021-01-22 14:06:31'),
(94196,35562,'action complete via WP Cron','2021-01-22 19:06:31','2021-01-22 14:06:31'),
(94197,35563,'action created','2021-01-22 19:06:31','2021-01-22 14:06:31'),
(94198,35563,'action started via WP Cron','2021-01-22 19:10:11','2021-01-22 14:10:11'),
(94199,35563,'action complete via WP Cron','2021-01-22 19:10:11','2021-01-22 14:10:11'),
(94200,35564,'action created','2021-01-22 19:10:11','2021-01-22 14:10:11'),
(94201,35564,'action started via WP Cron','2021-01-22 19:12:22','2021-01-22 14:12:22'),
(94202,35564,'action complete via WP Cron','2021-01-22 19:12:22','2021-01-22 14:12:22'),
(94203,35565,'action created','2021-01-22 19:12:22','2021-01-22 14:12:22'),
(94204,35565,'action started via WP Cron','2021-01-22 19:13:25','2021-01-22 14:13:25'),
(94205,35565,'action complete via WP Cron','2021-01-22 19:13:25','2021-01-22 14:13:25'),
(94206,35566,'action created','2021-01-22 19:13:25','2021-01-22 14:13:25'),
(94207,35566,'action started via WP Cron','2021-01-22 19:16:20','2021-01-22 14:16:20'),
(94208,35566,'action complete via WP Cron','2021-01-22 19:16:20','2021-01-22 14:16:20'),
(94209,35567,'action created','2021-01-22 19:16:20','2021-01-22 14:16:20'),
(94210,35567,'action started via WP Cron','2021-01-22 19:17:58','2021-01-22 14:17:58'),
(94211,35567,'action complete via WP Cron','2021-01-22 19:17:58','2021-01-22 14:17:58'),
(94212,35568,'action created','2021-01-22 19:17:58','2021-01-22 14:17:58'),
(94213,35568,'action started via WP Cron','2021-01-22 19:20:30','2021-01-22 14:20:30'),
(94214,35568,'action complete via WP Cron','2021-01-22 19:20:30','2021-01-22 14:20:30'),
(94215,35569,'action created','2021-01-22 19:20:31','2021-01-22 14:20:31'),
(94216,35569,'action started via WP Cron','2021-01-22 19:21:28','2021-01-22 14:21:28'),
(94217,35569,'action complete via WP Cron','2021-01-22 19:21:28','2021-01-22 14:21:28'),
(94218,35570,'action created','2021-01-22 19:21:28','2021-01-22 14:21:28'),
(94219,35570,'action started via WP Cron','2021-01-22 19:23:06','2021-01-22 14:23:06'),
(94220,35570,'action complete via WP Cron','2021-01-22 19:23:06','2021-01-22 14:23:06'),
(94221,35571,'action created','2021-01-22 19:23:06','2021-01-22 14:23:06'),
(94222,35571,'action started via WP Cron','2021-01-22 19:23:23','2021-01-22 14:23:23'),
(94223,35571,'action complete via WP Cron','2021-01-22 19:23:23','2021-01-22 14:23:23'),
(94224,35572,'action created','2021-01-22 19:23:23','2021-01-22 14:23:23'),
(94225,35572,'action started via WP Cron','2021-01-22 19:24:12','2021-01-22 14:24:12'),
(94226,35572,'action complete via WP Cron','2021-01-22 19:24:12','2021-01-22 14:24:12'),
(94227,35573,'action created','2021-01-22 19:24:12','2021-01-22 14:24:12'),
(94228,35573,'action started via WP Cron','2021-01-22 19:25:30','2021-01-22 14:25:30'),
(94229,35573,'action complete via WP Cron','2021-01-22 19:25:30','2021-01-22 14:25:30'),
(94230,35574,'action created','2021-01-22 19:25:30','2021-01-22 14:25:30'),
(94231,35574,'action started via WP Cron','2021-01-22 19:26:40','2021-01-22 14:26:40'),
(94232,35574,'action complete via WP Cron','2021-01-22 19:26:40','2021-01-22 14:26:40'),
(94233,35575,'action created','2021-01-22 19:26:40','2021-01-22 14:26:40'),
(94234,35575,'action started via WP Cron','2021-01-22 19:29:26','2021-01-22 14:29:26'),
(94235,35575,'action complete via WP Cron','2021-01-22 19:29:26','2021-01-22 14:29:26'),
(94236,35576,'action created','2021-01-22 19:29:26','2021-01-22 14:29:26'),
(94237,35576,'action started via WP Cron','2021-01-22 19:30:22','2021-01-22 14:30:22'),
(94238,35576,'action complete via WP Cron','2021-01-22 19:30:22','2021-01-22 14:30:22'),
(94239,35577,'action created','2021-01-22 19:30:22','2021-01-22 14:30:22'),
(94240,35577,'action started via WP Cron','2021-01-22 19:31:23','2021-01-22 14:31:23'),
(94241,35577,'action complete via WP Cron','2021-01-22 19:31:23','2021-01-22 14:31:23'),
(94242,35578,'action created','2021-01-22 19:31:23','2021-01-22 14:31:23'),
(94243,35578,'action started via WP Cron','2021-01-22 19:32:26','2021-01-22 14:32:26'),
(94244,35578,'action complete via WP Cron','2021-01-22 19:32:26','2021-01-22 14:32:26'),
(94245,35579,'action created','2021-01-22 19:32:26','2021-01-22 14:32:26'),
(94246,35579,'action started via WP Cron','2021-01-22 19:33:40','2021-01-22 14:33:40'),
(94247,35579,'action complete via WP Cron','2021-01-22 19:33:40','2021-01-22 14:33:40'),
(94248,35580,'action created','2021-01-22 19:33:40','2021-01-22 14:33:40'),
(94249,35580,'action started via WP Cron','2021-01-22 19:34:17','2021-01-22 14:34:17'),
(94250,35580,'action complete via WP Cron','2021-01-22 19:34:17','2021-01-22 14:34:17'),
(94251,35581,'action created','2021-01-22 19:34:18','2021-01-22 14:34:18'),
(94252,35581,'action started via WP Cron','2021-01-22 19:35:31','2021-01-22 14:35:31'),
(94253,35581,'action complete via WP Cron','2021-01-22 19:35:31','2021-01-22 14:35:31'),
(94254,35582,'action created','2021-01-22 19:35:31','2021-01-22 14:35:31'),
(94255,35582,'action started via WP Cron','2021-01-22 19:36:56','2021-01-22 14:36:56'),
(94256,35582,'action complete via WP Cron','2021-01-22 19:36:56','2021-01-22 14:36:56'),
(94257,35583,'action created','2021-01-22 19:36:56','2021-01-22 14:36:56'),
(94258,35583,'action started via WP Cron','2021-01-22 19:38:59','2021-01-22 14:38:59'),
(94259,35583,'action complete via WP Cron','2021-01-22 19:38:59','2021-01-22 14:38:59'),
(94260,35584,'action created','2021-01-22 19:38:59','2021-01-22 14:38:59'),
(94261,35584,'action started via WP Cron','2021-01-22 19:40:08','2021-01-22 14:40:08'),
(94262,35584,'action complete via WP Cron','2021-01-22 19:40:08','2021-01-22 14:40:08'),
(94263,35585,'action created','2021-01-22 19:40:08','2021-01-22 14:40:08'),
(94264,35585,'action started via WP Cron','2021-01-22 19:41:26','2021-01-22 14:41:26'),
(94265,35585,'action complete via WP Cron','2021-01-22 19:41:26','2021-01-22 14:41:26'),
(94266,35586,'action created','2021-01-22 19:41:26','2021-01-22 14:41:26'),
(94267,35586,'action started via WP Cron','2021-01-22 19:42:18','2021-01-22 14:42:18'),
(94268,35586,'action complete via WP Cron','2021-01-22 19:42:18','2021-01-22 14:42:18'),
(94269,35587,'action created','2021-01-22 19:42:18','2021-01-22 14:42:18'),
(94270,35587,'action started via WP Cron','2021-01-22 19:43:26','2021-01-22 14:43:26'),
(94271,35587,'action complete via WP Cron','2021-01-22 19:43:26','2021-01-22 14:43:26'),
(94272,35588,'action created','2021-01-22 19:43:26','2021-01-22 14:43:26'),
(94273,35588,'action started via WP Cron','2021-01-22 19:46:51','2021-01-22 14:46:51'),
(94274,35588,'action complete via WP Cron','2021-01-22 19:46:51','2021-01-22 14:46:51'),
(94275,35589,'action created','2021-01-22 19:46:51','2021-01-22 14:46:51'),
(94276,35589,'action started via WP Cron','2021-01-22 19:47:23','2021-01-22 14:47:23'),
(94277,35589,'action complete via WP Cron','2021-01-22 19:47:24','2021-01-22 14:47:24'),
(94278,35590,'action created','2021-01-22 19:47:24','2021-01-22 14:47:24'),
(94279,35590,'action started via WP Cron','2021-01-22 19:48:17','2021-01-22 14:48:17'),
(94280,35590,'action complete via WP Cron','2021-01-22 19:48:17','2021-01-22 14:48:17'),
(94281,35591,'action created','2021-01-22 19:48:17','2021-01-22 14:48:17'),
(94282,35591,'action started via WP Cron','2021-01-22 19:49:32','2021-01-22 14:49:32'),
(94283,35591,'action complete via WP Cron','2021-01-22 19:49:33','2021-01-22 14:49:33'),
(94284,35592,'action created','2021-01-22 19:49:33','2021-01-22 14:49:33'),
(94285,35592,'action started via WP Cron','2021-01-22 19:51:46','2021-01-22 14:51:46'),
(94286,35592,'action complete via WP Cron','2021-01-22 19:51:46','2021-01-22 14:51:46'),
(94287,35593,'action created','2021-01-22 19:51:46','2021-01-22 14:51:46'),
(94288,35593,'action started via WP Cron','2021-01-22 19:54:10','2021-01-22 14:54:10'),
(94289,35593,'action complete via WP Cron','2021-01-22 19:54:10','2021-01-22 14:54:10'),
(94290,35594,'action created','2021-01-22 19:54:11','2021-01-22 14:54:11'),
(94291,35594,'action started via WP Cron','2021-01-22 19:55:49','2021-01-22 14:55:49'),
(94292,35594,'action complete via WP Cron','2021-01-22 19:55:49','2021-01-22 14:55:49'),
(94293,35595,'action created','2021-01-22 19:55:49','2021-01-22 14:55:49'),
(94294,35595,'action started via WP Cron','2021-01-22 19:56:43','2021-01-22 14:56:43'),
(94295,35595,'action complete via WP Cron','2021-01-22 19:56:43','2021-01-22 14:56:43'),
(94296,35596,'action created','2021-01-22 19:56:43','2021-01-22 14:56:43'),
(94297,35596,'action started via WP Cron','2021-01-22 19:57:20','2021-01-22 14:57:20'),
(94298,35596,'action complete via WP Cron','2021-01-22 19:57:20','2021-01-22 14:57:20'),
(94299,35597,'action created','2021-01-22 19:57:20','2021-01-22 14:57:20'),
(94300,35597,'action started via WP Cron','2021-01-22 19:58:15','2021-01-22 14:58:15'),
(94301,35597,'action complete via WP Cron','2021-01-22 19:58:15','2021-01-22 14:58:15'),
(94302,35598,'action created','2021-01-22 19:58:15','2021-01-22 14:58:15'),
(94303,35598,'action started via WP Cron','2021-01-22 19:59:18','2021-01-22 14:59:18'),
(94304,35598,'action complete via WP Cron','2021-01-22 19:59:18','2021-01-22 14:59:18'),
(94305,35599,'action created','2021-01-22 19:59:19','2021-01-22 14:59:19'),
(94306,35599,'action started via WP Cron','2021-01-22 20:00:41','2021-01-22 15:00:41'),
(94307,35599,'action complete via WP Cron','2021-01-22 20:00:41','2021-01-22 15:00:41'),
(94308,35600,'action created','2021-01-22 20:00:41','2021-01-22 15:00:41'),
(94309,35600,'action started via WP Cron','2021-01-22 20:01:43','2021-01-22 15:01:43'),
(94310,35600,'action complete via WP Cron','2021-01-22 20:01:43','2021-01-22 15:01:43'),
(94311,35601,'action created','2021-01-22 20:01:43','2021-01-22 15:01:43'),
(94312,35601,'action started via WP Cron','2021-01-22 20:02:23','2021-01-22 15:02:23'),
(94313,35601,'action complete via WP Cron','2021-01-22 20:02:23','2021-01-22 15:02:23'),
(94314,35602,'action created','2021-01-22 20:02:23','2021-01-22 15:02:23'),
(94315,35602,'action started via WP Cron','2021-01-22 20:03:18','2021-01-22 15:03:18'),
(94316,35602,'action complete via WP Cron','2021-01-22 20:03:18','2021-01-22 15:03:18'),
(94317,35603,'action created','2021-01-22 20:03:18','2021-01-22 15:03:18'),
(94318,35603,'action started via WP Cron','2021-01-22 20:06:01','2021-01-22 15:06:01'),
(94319,35603,'action complete via WP Cron','2021-01-22 20:06:01','2021-01-22 15:06:01'),
(94320,35604,'action created','2021-01-22 20:06:01','2021-01-22 15:06:01'),
(94321,35604,'action started via WP Cron','2021-01-22 20:07:36','2021-01-22 15:07:36'),
(94322,35604,'action complete via WP Cron','2021-01-22 20:07:36','2021-01-22 15:07:36'),
(94323,35605,'action created','2021-01-22 20:07:36','2021-01-22 15:07:36'),
(94324,35605,'action started via WP Cron','2021-01-22 20:09:45','2021-01-22 15:09:45'),
(94325,35605,'action complete via WP Cron','2021-01-22 20:09:45','2021-01-22 15:09:45'),
(94326,35606,'action created','2021-01-22 20:09:45','2021-01-22 15:09:45'),
(94327,35606,'action started via WP Cron','2021-01-22 20:10:44','2021-01-22 15:10:44'),
(94328,35606,'action complete via WP Cron','2021-01-22 20:10:44','2021-01-22 15:10:44'),
(94329,35607,'action created','2021-01-22 20:10:44','2021-01-22 15:10:44'),
(94330,35607,'action started via WP Cron','2021-01-22 20:11:13','2021-01-22 15:11:13'),
(94331,35607,'action complete via WP Cron','2021-01-22 20:11:13','2021-01-22 15:11:13'),
(94332,35608,'action created','2021-01-22 20:11:13','2021-01-22 15:11:13'),
(94333,35608,'action started via WP Cron','2021-01-22 20:12:25','2021-01-22 15:12:25'),
(94334,35608,'action complete via WP Cron','2021-01-22 20:12:25','2021-01-22 15:12:25'),
(94335,35609,'action created','2021-01-22 20:12:25','2021-01-22 15:12:25'),
(94336,35609,'action started via WP Cron','2021-01-22 20:14:51','2021-01-22 15:14:51'),
(94337,35609,'action complete via WP Cron','2021-01-22 20:14:51','2021-01-22 15:14:51'),
(94338,35610,'action created','2021-01-22 20:14:51','2021-01-22 15:14:51'),
(94339,35610,'action started via WP Cron','2021-01-22 20:16:37','2021-01-22 15:16:37'),
(94340,35610,'action complete via WP Cron','2021-01-22 20:16:37','2021-01-22 15:16:37'),
(94341,35611,'action created','2021-01-22 20:16:37','2021-01-22 15:16:37'),
(94342,35611,'action started via WP Cron','2021-01-22 20:17:13','2021-01-22 15:17:13'),
(94343,35611,'action complete via WP Cron','2021-01-22 20:17:13','2021-01-22 15:17:13'),
(94344,35612,'action created','2021-01-22 20:17:13','2021-01-22 15:17:13'),
(94345,35612,'action started via WP Cron','2021-01-22 20:18:22','2021-01-22 15:18:22'),
(94346,35612,'action complete via WP Cron','2021-01-22 20:18:22','2021-01-22 15:18:22'),
(94347,35613,'action created','2021-01-22 20:18:22','2021-01-22 15:18:22'),
(94348,35613,'action started via WP Cron','2021-01-22 20:20:50','2021-01-22 15:20:50'),
(94349,35613,'action complete via WP Cron','2021-01-22 20:20:50','2021-01-22 15:20:50'),
(94350,35614,'action created','2021-01-22 20:20:50','2021-01-22 15:20:50'),
(94351,35614,'action started via WP Cron','2021-01-22 20:21:25','2021-01-22 15:21:25'),
(94352,35614,'action complete via WP Cron','2021-01-22 20:21:25','2021-01-22 15:21:25'),
(94353,35615,'action created','2021-01-22 20:21:25','2021-01-22 15:21:25'),
(94354,35615,'action started via WP Cron','2021-01-22 20:23:02','2021-01-22 15:23:02'),
(94355,35615,'action complete via WP Cron','2021-01-22 20:23:02','2021-01-22 15:23:02'),
(94356,35616,'action created','2021-01-22 20:23:02','2021-01-22 15:23:02'),
(94357,35616,'action started via WP Cron','2021-01-22 20:23:31','2021-01-22 15:23:31'),
(94358,35616,'action complete via WP Cron','2021-01-22 20:23:31','2021-01-22 15:23:31'),
(94359,35617,'action created','2021-01-22 20:23:31','2021-01-22 15:23:31'),
(94360,35617,'action started via WP Cron','2021-01-22 20:24:14','2021-01-22 15:24:14'),
(94361,35617,'action complete via WP Cron','2021-01-22 20:24:14','2021-01-22 15:24:14'),
(94362,35618,'action created','2021-01-22 20:24:14','2021-01-22 15:24:14'),
(94363,35618,'action started via WP Cron','2021-01-22 20:25:12','2021-01-22 15:25:12'),
(94364,35618,'action complete via WP Cron','2021-01-22 20:25:12','2021-01-22 15:25:12'),
(94365,35619,'action created','2021-01-22 20:25:12','2021-01-22 15:25:12'),
(94366,35619,'action started via WP Cron','2021-01-22 20:26:23','2021-01-22 15:26:23'),
(94367,35619,'action complete via WP Cron','2021-01-22 20:26:23','2021-01-22 15:26:23'),
(94368,35620,'action created','2021-01-22 20:26:23','2021-01-22 15:26:23'),
(94369,35620,'action started via WP Cron','2021-01-22 20:27:42','2021-01-22 15:27:42'),
(94370,35620,'action complete via WP Cron','2021-01-22 20:27:42','2021-01-22 15:27:42'),
(94371,35621,'action created','2021-01-22 20:27:42','2021-01-22 15:27:42'),
(94372,35621,'action started via WP Cron','2021-01-22 20:28:43','2021-01-22 15:28:43'),
(94373,35621,'action complete via WP Cron','2021-01-22 20:28:43','2021-01-22 15:28:43'),
(94374,35622,'action created','2021-01-22 20:28:43','2021-01-22 15:28:43'),
(94375,35622,'action started via WP Cron','2021-01-22 20:31:12','2021-01-22 15:31:12'),
(94376,35622,'action complete via WP Cron','2021-01-22 20:31:12','2021-01-22 15:31:12'),
(94377,35623,'action created','2021-01-22 20:31:12','2021-01-22 15:31:12'),
(94378,35623,'action started via WP Cron','2021-01-22 20:33:46','2021-01-22 15:33:46'),
(94379,35623,'action complete via WP Cron','2021-01-22 20:33:46','2021-01-22 15:33:46'),
(94380,35624,'action created','2021-01-22 20:33:46','2021-01-22 15:33:46'),
(94381,35624,'action started via WP Cron','2021-01-22 20:35:36','2021-01-22 15:35:36'),
(94382,35624,'action complete via WP Cron','2021-01-22 20:35:36','2021-01-22 15:35:36'),
(94383,35625,'action created','2021-01-22 20:35:36','2021-01-22 15:35:36'),
(94384,35625,'action started via WP Cron','2021-01-22 20:36:20','2021-01-22 15:36:20'),
(94385,35625,'action complete via WP Cron','2021-01-22 20:36:20','2021-01-22 15:36:20'),
(94386,35626,'action created','2021-01-22 20:36:20','2021-01-22 15:36:20'),
(94387,35626,'action started via WP Cron','2021-01-22 20:37:46','2021-01-22 15:37:46'),
(94388,35626,'action complete via WP Cron','2021-01-22 20:37:46','2021-01-22 15:37:46'),
(94389,35627,'action created','2021-01-22 20:37:46','2021-01-22 15:37:46'),
(94390,35627,'action started via WP Cron','2021-01-22 20:39:46','2021-01-22 15:39:46'),
(94391,35627,'action complete via WP Cron','2021-01-22 20:39:46','2021-01-22 15:39:46'),
(94392,35628,'action created','2021-01-22 20:39:46','2021-01-22 15:39:46'),
(94393,35628,'action started via WP Cron','2021-01-22 20:42:18','2021-01-22 15:42:18'),
(94394,35628,'action complete via WP Cron','2021-01-22 20:42:18','2021-01-22 15:42:18'),
(94395,35629,'action created','2021-01-22 20:42:18','2021-01-22 15:42:18'),
(94396,35629,'action started via WP Cron','2021-01-22 20:44:36','2021-01-22 15:44:36'),
(94397,35629,'action complete via WP Cron','2021-01-22 20:44:36','2021-01-22 15:44:36'),
(94398,35630,'action created','2021-01-22 20:44:36','2021-01-22 15:44:36'),
(94399,35630,'action started via WP Cron','2021-01-22 20:46:59','2021-01-22 15:46:59'),
(94400,35630,'action complete via WP Cron','2021-01-22 20:46:59','2021-01-22 15:46:59'),
(94401,35631,'action created','2021-01-22 20:46:59','2021-01-22 15:46:59'),
(94402,35631,'action started via WP Cron','2021-01-22 20:48:13','2021-01-22 15:48:13'),
(94403,35631,'action complete via WP Cron','2021-01-22 20:48:13','2021-01-22 15:48:13'),
(94404,35632,'action created','2021-01-22 20:48:13','2021-01-22 15:48:13'),
(94405,35632,'action started via WP Cron','2021-01-22 20:50:01','2021-01-22 15:50:01'),
(94406,35632,'action complete via WP Cron','2021-01-22 20:50:01','2021-01-22 15:50:01'),
(94407,35633,'action created','2021-01-22 20:50:01','2021-01-22 15:50:01'),
(94408,35633,'action started via WP Cron','2021-01-22 20:51:03','2021-01-22 15:51:03'),
(94409,35633,'action complete via WP Cron','2021-01-22 20:51:03','2021-01-22 15:51:03'),
(94410,35634,'action created','2021-01-22 20:51:03','2021-01-22 15:51:03'),
(94411,35634,'action started via WP Cron','2021-01-22 20:51:26','2021-01-22 15:51:26'),
(94412,35634,'action complete via WP Cron','2021-01-22 20:51:26','2021-01-22 15:51:26'),
(94413,35635,'action created','2021-01-22 20:51:26','2021-01-22 15:51:26'),
(94414,35635,'action started via WP Cron','2021-01-22 20:52:17','2021-01-22 15:52:17'),
(94415,35635,'action complete via WP Cron','2021-01-22 20:52:17','2021-01-22 15:52:17'),
(94416,35636,'action created','2021-01-22 20:52:17','2021-01-22 15:52:17'),
(94417,35636,'action started via WP Cron','2021-01-22 20:53:19','2021-01-22 15:53:19'),
(94418,35636,'action complete via WP Cron','2021-01-22 20:53:19','2021-01-22 15:53:19'),
(94419,35637,'action created','2021-01-22 20:53:19','2021-01-22 15:53:19'),
(94420,35637,'action started via WP Cron','2021-01-22 20:54:13','2021-01-22 15:54:13'),
(94421,35637,'action complete via WP Cron','2021-01-22 20:54:13','2021-01-22 15:54:13'),
(94422,35638,'action created','2021-01-22 20:54:13','2021-01-22 15:54:13'),
(94423,35638,'action started via WP Cron','2021-01-22 20:56:20','2021-01-22 15:56:20'),
(94424,35638,'action complete via WP Cron','2021-01-22 20:56:20','2021-01-22 15:56:20'),
(94425,35639,'action created','2021-01-22 20:56:20','2021-01-22 15:56:20'),
(94426,35639,'action started via WP Cron','2021-01-22 20:57:25','2021-01-22 15:57:25'),
(94427,35639,'action complete via WP Cron','2021-01-22 20:57:25','2021-01-22 15:57:25'),
(94428,35640,'action created','2021-01-22 20:57:25','2021-01-22 15:57:25'),
(94429,35640,'action started via WP Cron','2021-01-22 20:58:44','2021-01-22 15:58:44'),
(94430,35640,'action complete via WP Cron','2021-01-22 20:58:44','2021-01-22 15:58:44'),
(94431,35641,'action created','2021-01-22 20:58:44','2021-01-22 15:58:44'),
(94432,35641,'action started via WP Cron','2021-01-22 20:59:11','2021-01-22 15:59:11'),
(94433,35641,'action complete via WP Cron','2021-01-22 20:59:11','2021-01-22 15:59:11'),
(94434,35642,'action created','2021-01-22 20:59:11','2021-01-22 15:59:11'),
(94435,35642,'action started via WP Cron','2021-01-22 21:01:25','2021-01-22 16:01:25'),
(94436,35642,'action complete via WP Cron','2021-01-22 21:01:25','2021-01-22 16:01:25'),
(94437,35643,'action created','2021-01-22 21:01:25','2021-01-22 16:01:25'),
(94438,35643,'action started via WP Cron','2021-01-22 21:05:38','2021-01-22 16:05:38'),
(94439,35643,'action complete via WP Cron','2021-01-22 21:05:38','2021-01-22 16:05:38'),
(94440,35644,'action created','2021-01-22 21:05:38','2021-01-22 16:05:38'),
(94441,35644,'action started via WP Cron','2021-01-22 21:10:40','2021-01-22 16:10:40'),
(94442,35644,'action complete via WP Cron','2021-01-22 21:10:40','2021-01-22 16:10:40'),
(94443,35645,'action created','2021-01-22 21:10:40','2021-01-22 16:10:40'),
(94444,35645,'action started via WP Cron','2021-01-22 21:13:25','2021-01-22 16:13:25'),
(94445,35645,'action complete via WP Cron','2021-01-22 21:13:25','2021-01-22 16:13:25'),
(94446,35646,'action created','2021-01-22 21:13:25','2021-01-22 16:13:25'),
(94447,35646,'action started via WP Cron','2021-01-22 21:14:25','2021-01-22 16:14:25'),
(94448,35646,'action complete via WP Cron','2021-01-22 21:14:25','2021-01-22 16:14:25'),
(94449,35647,'action created','2021-01-22 21:14:25','2021-01-22 16:14:25'),
(94450,35647,'action started via WP Cron','2021-01-22 21:15:17','2021-01-22 16:15:17'),
(94451,35647,'action complete via WP Cron','2021-01-22 21:15:17','2021-01-22 16:15:17'),
(94452,35648,'action created','2021-01-22 21:15:17','2021-01-22 16:15:17'),
(94453,35648,'action started via WP Cron','2021-01-22 21:16:25','2021-01-22 16:16:25'),
(94454,35648,'action complete via WP Cron','2021-01-22 21:16:25','2021-01-22 16:16:25'),
(94455,35649,'action created','2021-01-22 21:16:25','2021-01-22 16:16:25'),
(94456,35649,'action started via WP Cron','2021-01-22 21:17:38','2021-01-22 16:17:38'),
(94457,35649,'action complete via WP Cron','2021-01-22 21:17:38','2021-01-22 16:17:38'),
(94458,35650,'action created','2021-01-22 21:17:38','2021-01-22 16:17:38'),
(94459,35650,'action started via WP Cron','2021-01-22 21:18:11','2021-01-22 16:18:11'),
(94460,35650,'action complete via WP Cron','2021-01-22 21:18:11','2021-01-22 16:18:11'),
(94461,35651,'action created','2021-01-22 21:18:11','2021-01-22 16:18:11'),
(94462,35651,'action started via WP Cron','2021-01-22 21:19:13','2021-01-22 16:19:13'),
(94463,35651,'action complete via WP Cron','2021-01-22 21:19:13','2021-01-22 16:19:13'),
(94464,35652,'action created','2021-01-22 21:19:13','2021-01-22 16:19:13'),
(94465,35652,'action started via WP Cron','2021-01-22 21:20:53','2021-01-22 16:20:53'),
(94466,35652,'action complete via WP Cron','2021-01-22 21:20:53','2021-01-22 16:20:53'),
(94467,35653,'action created','2021-01-22 21:20:53','2021-01-22 16:20:53'),
(94468,35653,'action started via WP Cron','2021-01-22 21:23:04','2021-01-22 16:23:04'),
(94469,35653,'action complete via WP Cron','2021-01-22 21:23:04','2021-01-22 16:23:04'),
(94470,35654,'action created','2021-01-22 21:23:04','2021-01-22 16:23:04'),
(94471,35654,'action started via WP Cron','2021-01-22 21:24:24','2021-01-22 16:24:24'),
(94472,35654,'action complete via WP Cron','2021-01-22 21:24:24','2021-01-22 16:24:24'),
(94473,35655,'action created','2021-01-22 21:24:24','2021-01-22 16:24:24'),
(94474,35655,'action started via WP Cron','2021-01-22 21:25:59','2021-01-22 16:25:59'),
(94475,35655,'action complete via WP Cron','2021-01-22 21:25:59','2021-01-22 16:25:59'),
(94476,35656,'action created','2021-01-22 21:25:59','2021-01-22 16:25:59'),
(94477,35656,'action started via WP Cron','2021-01-22 21:26:12','2021-01-22 16:26:12'),
(94478,35656,'action complete via WP Cron','2021-01-22 21:26:12','2021-01-22 16:26:12'),
(94479,35657,'action created','2021-01-22 21:26:12','2021-01-22 16:26:12'),
(94480,35657,'action started via WP Cron','2021-01-22 21:30:04','2021-01-22 16:30:04'),
(94481,35657,'action complete via WP Cron','2021-01-22 21:30:04','2021-01-22 16:30:04'),
(94482,35658,'action created','2021-01-22 21:31:19','2021-01-22 16:31:19'),
(94483,35658,'action started via WP Cron','2021-01-22 21:33:43','2021-01-22 16:33:43'),
(94484,35658,'action complete via WP Cron','2021-01-22 21:33:43','2021-01-22 16:33:43'),
(94485,35659,'action created','2021-01-22 21:33:43','2021-01-22 16:33:43'),
(94486,35659,'action started via WP Cron','2021-01-22 21:38:34','2021-01-22 16:38:34'),
(94487,35659,'action complete via WP Cron','2021-01-22 21:38:34','2021-01-22 16:38:34'),
(94488,35660,'action created','2021-01-22 21:38:34','2021-01-22 16:38:34'),
(94489,35660,'action started via WP Cron','2021-01-22 21:39:22','2021-01-22 16:39:22'),
(94490,35660,'action complete via WP Cron','2021-01-22 21:39:22','2021-01-22 16:39:22'),
(94491,35661,'action created','2021-01-22 21:39:22','2021-01-22 16:39:22'),
(94492,35661,'action started via WP Cron','2021-01-22 21:40:57','2021-01-22 16:40:57'),
(94493,35661,'action complete via WP Cron','2021-01-22 21:40:57','2021-01-22 16:40:57'),
(94494,35662,'action created','2021-01-22 21:40:57','2021-01-22 16:40:57'),
(94495,35662,'action started via WP Cron','2021-01-22 21:41:57','2021-01-22 16:41:57'),
(94496,35662,'action complete via WP Cron','2021-01-22 21:41:57','2021-01-22 16:41:57'),
(94497,35663,'action created','2021-01-22 21:41:57','2021-01-22 16:41:57'),
(94498,35663,'action started via WP Cron','2021-01-22 21:42:45','2021-01-22 16:42:45'),
(94499,35663,'action complete via WP Cron','2021-01-22 21:42:45','2021-01-22 16:42:45'),
(94500,35664,'action created','2021-01-22 21:42:45','2021-01-22 16:42:45'),
(94501,35664,'action started via WP Cron','2021-01-22 21:43:27','2021-01-22 16:43:27'),
(94502,35664,'action complete via WP Cron','2021-01-22 21:43:27','2021-01-22 16:43:27'),
(94503,35665,'action created','2021-01-22 21:43:27','2021-01-22 16:43:27'),
(94504,35665,'action started via WP Cron','2021-01-22 21:46:20','2021-01-22 16:46:20'),
(94505,35665,'action complete via WP Cron','2021-01-22 21:46:20','2021-01-22 16:46:20'),
(94506,35666,'action created','2021-01-22 21:46:20','2021-01-22 16:46:20'),
(94507,35666,'action started via WP Cron','2021-01-22 21:48:17','2021-01-22 16:48:17'),
(94508,35666,'action complete via WP Cron','2021-01-22 21:48:17','2021-01-22 16:48:17'),
(94509,35667,'action created','2021-01-22 21:48:17','2021-01-22 16:48:17'),
(94510,35667,'action started via WP Cron','2021-01-22 21:50:22','2021-01-22 16:50:22'),
(94511,35667,'action complete via WP Cron','2021-01-22 21:50:22','2021-01-22 16:50:22'),
(94512,35668,'action created','2021-01-22 21:50:22','2021-01-22 16:50:22'),
(94513,35668,'action started via WP Cron','2021-01-22 21:51:38','2021-01-22 16:51:38'),
(94514,35668,'action complete via WP Cron','2021-01-22 21:51:38','2021-01-22 16:51:38'),
(94515,35669,'action created','2021-01-22 21:51:38','2021-01-22 16:51:38'),
(94516,35669,'action started via WP Cron','2021-01-22 21:53:01','2021-01-22 16:53:01'),
(94517,35669,'action complete via WP Cron','2021-01-22 21:53:01','2021-01-22 16:53:01'),
(94518,35670,'action created','2021-01-22 21:53:01','2021-01-22 16:53:01'),
(94519,35670,'action started via WP Cron','2021-01-22 21:53:21','2021-01-22 16:53:21'),
(94520,35670,'action complete via WP Cron','2021-01-22 21:53:21','2021-01-22 16:53:21'),
(94521,35671,'action created','2021-01-22 21:53:21','2021-01-22 16:53:21'),
(94522,35671,'action started via WP Cron','2021-01-22 21:54:39','2021-01-22 16:54:39'),
(94523,35671,'action complete via WP Cron','2021-01-22 21:54:39','2021-01-22 16:54:39'),
(94524,35672,'action created','2021-01-22 21:54:39','2021-01-22 16:54:39'),
(94525,35672,'action started via WP Cron','2021-01-22 21:55:45','2021-01-22 16:55:45'),
(94526,35672,'action complete via WP Cron','2021-01-22 21:55:45','2021-01-22 16:55:45'),
(94527,35673,'action created','2021-01-22 21:55:45','2021-01-22 16:55:45'),
(94528,35673,'action started via WP Cron','2021-01-22 21:56:34','2021-01-22 16:56:34'),
(94529,35673,'action complete via WP Cron','2021-01-22 21:56:34','2021-01-22 16:56:34'),
(94530,35674,'action created','2021-01-22 21:56:36','2021-01-22 16:56:36'),
(94531,35674,'action started via WP Cron','2021-01-22 21:58:01','2021-01-22 16:58:01'),
(94532,35674,'action complete via WP Cron','2021-01-22 21:58:01','2021-01-22 16:58:01'),
(94533,35675,'action created','2021-01-22 21:58:01','2021-01-22 16:58:01'),
(94534,35675,'action started via WP Cron','2021-01-22 21:58:22','2021-01-22 16:58:22'),
(94535,35675,'action complete via WP Cron','2021-01-22 21:58:22','2021-01-22 16:58:22'),
(94536,35676,'action created','2021-01-22 21:58:22','2021-01-22 16:58:22'),
(94537,35676,'action started via WP Cron','2021-01-22 22:01:40','2021-01-22 17:01:40'),
(94538,35676,'action complete via WP Cron','2021-01-22 22:01:40','2021-01-22 17:01:40'),
(94539,35677,'action created','2021-01-22 22:01:40','2021-01-22 17:01:40'),
(94540,35677,'action started via WP Cron','2021-01-22 22:02:20','2021-01-22 17:02:20'),
(94541,35677,'action complete via WP Cron','2021-01-22 22:02:20','2021-01-22 17:02:20'),
(94542,35678,'action created','2021-01-22 22:02:20','2021-01-22 17:02:20'),
(94543,35678,'action started via WP Cron','2021-01-22 22:03:40','2021-01-22 17:03:40'),
(94544,35678,'action complete via WP Cron','2021-01-22 22:03:40','2021-01-22 17:03:40'),
(94545,35679,'action created','2021-01-22 22:03:40','2021-01-22 17:03:40'),
(94546,35679,'action started via WP Cron','2021-01-22 22:06:34','2021-01-22 17:06:34'),
(94547,35679,'action complete via WP Cron','2021-01-22 22:06:34','2021-01-22 17:06:34'),
(94548,35680,'action created','2021-01-22 22:06:34','2021-01-22 17:06:34'),
(94549,35680,'action started via WP Cron','2021-01-22 22:08:43','2021-01-22 17:08:43'),
(94550,35680,'action complete via WP Cron','2021-01-22 22:08:43','2021-01-22 17:08:43'),
(94551,35681,'action created','2021-01-22 22:08:43','2021-01-22 17:08:43'),
(94552,35681,'action started via WP Cron','2021-01-22 22:09:18','2021-01-22 17:09:18'),
(94553,35681,'action complete via WP Cron','2021-01-22 22:09:18','2021-01-22 17:09:18'),
(94554,35682,'action created','2021-01-22 22:09:18','2021-01-22 17:09:18'),
(94555,35682,'action started via WP Cron','2021-01-22 22:10:15','2021-01-22 17:10:15'),
(94556,35682,'action complete via WP Cron','2021-01-22 22:10:15','2021-01-22 17:10:15'),
(94557,35683,'action created','2021-01-22 22:10:16','2021-01-22 17:10:16'),
(94558,35683,'action started via WP Cron','2021-01-22 22:11:53','2021-01-22 17:11:53'),
(94559,35683,'action complete via WP Cron','2021-01-22 22:11:53','2021-01-22 17:11:53'),
(94560,35684,'action created','2021-01-22 22:11:54','2021-01-22 17:11:54'),
(94561,35684,'action started via WP Cron','2021-01-22 22:12:40','2021-01-22 17:12:40'),
(94562,35684,'action complete via WP Cron','2021-01-22 22:12:40','2021-01-22 17:12:40'),
(94563,35685,'action created','2021-01-22 22:12:40','2021-01-22 17:12:40'),
(94564,35685,'action started via WP Cron','2021-01-22 22:14:13','2021-01-22 17:14:13'),
(94565,35685,'action complete via WP Cron','2021-01-22 22:14:13','2021-01-22 17:14:13'),
(94566,35686,'action created','2021-01-22 22:14:13','2021-01-22 17:14:13'),
(94567,35686,'action started via WP Cron','2021-01-22 22:15:52','2021-01-22 17:15:52'),
(94568,35686,'action complete via WP Cron','2021-01-22 22:15:52','2021-01-22 17:15:52'),
(94569,35687,'action created','2021-01-22 22:15:52','2021-01-22 17:15:52'),
(94570,35687,'action started via WP Cron','2021-01-22 22:16:54','2021-01-22 17:16:54'),
(94571,35687,'action complete via WP Cron','2021-01-22 22:16:54','2021-01-22 17:16:54'),
(94572,35688,'action created','2021-01-22 22:16:54','2021-01-22 17:16:54'),
(94573,35688,'action started via WP Cron','2021-01-22 22:17:17','2021-01-22 17:17:17'),
(94574,35688,'action complete via WP Cron','2021-01-22 22:17:17','2021-01-22 17:17:17'),
(94575,35689,'action created','2021-01-22 22:17:17','2021-01-22 17:17:17'),
(94576,35689,'action started via WP Cron','2021-01-22 22:18:24','2021-01-22 17:18:24'),
(94577,35689,'action complete via WP Cron','2021-01-22 22:18:24','2021-01-22 17:18:24'),
(94578,35690,'action created','2021-01-22 22:18:24','2021-01-22 17:18:24'),
(94579,35690,'action started via WP Cron','2021-01-22 22:19:31','2021-01-22 17:19:31'),
(94580,35690,'action complete via WP Cron','2021-01-22 22:19:31','2021-01-22 17:19:31'),
(94581,35691,'action created','2021-01-22 22:19:31','2021-01-22 17:19:31'),
(94582,35691,'action started via WP Cron','2021-01-22 22:20:14','2021-01-22 17:20:14'),
(94583,35691,'action complete via WP Cron','2021-01-22 22:20:14','2021-01-22 17:20:14'),
(94584,35692,'action created','2021-01-22 22:20:14','2021-01-22 17:20:14'),
(94585,35692,'action started via WP Cron','2021-01-22 22:21:17','2021-01-22 17:21:17'),
(94586,35692,'action complete via WP Cron','2021-01-22 22:21:17','2021-01-22 17:21:17'),
(94587,35693,'action created','2021-01-22 22:21:17','2021-01-22 17:21:17'),
(94588,35693,'action started via WP Cron','2021-01-22 22:22:57','2021-01-22 17:22:57'),
(94589,35693,'action complete via WP Cron','2021-01-22 22:22:57','2021-01-22 17:22:57'),
(94590,35694,'action created','2021-01-22 22:22:57','2021-01-22 17:22:57'),
(94591,35694,'action started via WP Cron','2021-01-22 22:23:30','2021-01-22 17:23:30'),
(94592,35694,'action complete via WP Cron','2021-01-22 22:23:30','2021-01-22 17:23:30'),
(94593,35695,'action created','2021-01-22 22:23:30','2021-01-22 17:23:30'),
(94594,35695,'action started via WP Cron','2021-01-22 22:24:28','2021-01-22 17:24:28'),
(94595,35695,'action complete via WP Cron','2021-01-22 22:24:28','2021-01-22 17:24:28'),
(94596,35696,'action created','2021-01-22 22:24:28','2021-01-22 17:24:28'),
(94597,35696,'action started via WP Cron','2021-01-22 22:25:16','2021-01-22 17:25:16'),
(94598,35696,'action complete via WP Cron','2021-01-22 22:25:16','2021-01-22 17:25:16'),
(94599,35697,'action created','2021-01-22 22:25:16','2021-01-22 17:25:16'),
(94600,35697,'action started via WP Cron','2021-01-22 22:26:15','2021-01-22 17:26:15'),
(94601,35697,'action complete via WP Cron','2021-01-22 22:26:15','2021-01-22 17:26:15'),
(94602,35698,'action created','2021-01-22 22:26:15','2021-01-22 17:26:15'),
(94603,35698,'action started via WP Cron','2021-01-22 22:28:46','2021-01-22 17:28:46'),
(94604,35698,'action complete via WP Cron','2021-01-22 22:28:46','2021-01-22 17:28:46'),
(94605,35699,'action created','2021-01-22 22:28:46','2021-01-22 17:28:46'),
(94606,35699,'action started via WP Cron','2021-01-22 22:30:39','2021-01-22 17:30:39'),
(94607,35699,'action complete via WP Cron','2021-01-22 22:30:39','2021-01-22 17:30:39'),
(94608,35700,'action created','2021-01-22 22:30:39','2021-01-22 17:30:39'),
(94609,35700,'action started via WP Cron','2021-01-22 22:34:05','2021-01-22 17:34:05'),
(94610,35700,'action complete via WP Cron','2021-01-22 22:34:05','2021-01-22 17:34:05'),
(94611,35701,'action created','2021-01-22 22:34:05','2021-01-22 17:34:05'),
(94612,35701,'action started via WP Cron','2021-01-22 22:35:04','2021-01-22 17:35:04'),
(94613,35701,'action complete via WP Cron','2021-01-22 22:35:04','2021-01-22 17:35:04'),
(94614,35702,'action created','2021-01-22 22:35:04','2021-01-22 17:35:04'),
(94615,35702,'action started via WP Cron','2021-01-22 22:35:50','2021-01-22 17:35:50'),
(94616,35702,'action complete via WP Cron','2021-01-22 22:35:50','2021-01-22 17:35:50'),
(94617,35703,'action created','2021-01-22 22:35:50','2021-01-22 17:35:50'),
(94618,35703,'action started via WP Cron','2021-01-22 22:36:24','2021-01-22 17:36:24'),
(94619,35703,'action complete via WP Cron','2021-01-22 22:36:24','2021-01-22 17:36:24'),
(94620,35704,'action created','2021-01-22 22:36:24','2021-01-22 17:36:24'),
(94621,35704,'action started via WP Cron','2021-01-22 22:38:41','2021-01-22 17:38:41'),
(94622,35704,'action complete via WP Cron','2021-01-22 22:38:41','2021-01-22 17:38:41'),
(94623,35705,'action created','2021-01-22 22:38:41','2021-01-22 17:38:41'),
(94624,35705,'action started via WP Cron','2021-01-22 22:41:34','2021-01-22 17:41:34'),
(94625,35705,'action complete via WP Cron','2021-01-22 22:41:34','2021-01-22 17:41:34'),
(94626,35706,'action created','2021-01-22 22:41:34','2021-01-22 17:41:34'),
(94627,35706,'action started via WP Cron','2021-01-22 22:42:50','2021-01-22 17:42:50'),
(94628,35706,'action complete via WP Cron','2021-01-22 22:42:50','2021-01-22 17:42:50'),
(94629,35707,'action created','2021-01-22 22:42:50','2021-01-22 17:42:50'),
(94630,35707,'action started via WP Cron','2021-01-22 22:43:22','2021-01-22 17:43:22'),
(94631,35707,'action complete via WP Cron','2021-01-22 22:43:22','2021-01-22 17:43:22'),
(94632,35708,'action created','2021-01-22 22:43:22','2021-01-22 17:43:22'),
(94633,35708,'action started via WP Cron','2021-01-22 22:44:34','2021-01-22 17:44:34'),
(94634,35708,'action complete via WP Cron','2021-01-22 22:44:34','2021-01-22 17:44:34'),
(94635,35709,'action created','2021-01-22 22:44:34','2021-01-22 17:44:34'),
(94636,35709,'action started via WP Cron','2021-01-22 22:48:51','2021-01-22 17:48:51'),
(94637,35709,'action complete via WP Cron','2021-01-22 22:48:51','2021-01-22 17:48:51'),
(94638,35710,'action created','2021-01-22 22:48:51','2021-01-22 17:48:51'),
(94639,35710,'action started via WP Cron','2021-01-22 22:51:21','2021-01-22 17:51:21'),
(94640,35710,'action complete via WP Cron','2021-01-22 22:51:21','2021-01-22 17:51:21'),
(94641,35711,'action created','2021-01-22 22:51:21','2021-01-22 17:51:21'),
(94642,35711,'action started via WP Cron','2021-01-22 22:52:50','2021-01-22 17:52:50'),
(94643,35711,'action complete via WP Cron','2021-01-22 22:52:50','2021-01-22 17:52:50'),
(94644,35712,'action created','2021-01-22 22:52:50','2021-01-22 17:52:50'),
(94645,35712,'action started via WP Cron','2021-01-22 22:53:58','2021-01-22 17:53:58'),
(94646,35712,'action complete via WP Cron','2021-01-22 22:53:58','2021-01-22 17:53:58'),
(94647,35713,'action created','2021-01-22 22:53:58','2021-01-22 17:53:58'),
(94648,35713,'action started via WP Cron','2021-01-22 22:55:14','2021-01-22 17:55:14'),
(94649,35713,'action complete via WP Cron','2021-01-22 22:55:14','2021-01-22 17:55:14'),
(94650,35714,'action created','2021-01-22 22:55:14','2021-01-22 17:55:14'),
(94651,35714,'action started via WP Cron','2021-01-22 22:57:13','2021-01-22 17:57:13'),
(94652,35714,'action complete via WP Cron','2021-01-22 22:57:13','2021-01-22 17:57:13'),
(94653,35715,'action created','2021-01-22 22:57:13','2021-01-22 17:57:13'),
(94654,35715,'action started via WP Cron','2021-01-22 22:58:30','2021-01-22 17:58:30'),
(94655,35715,'action complete via WP Cron','2021-01-22 22:58:30','2021-01-22 17:58:30'),
(94656,35716,'action created','2021-01-22 22:58:30','2021-01-22 17:58:30'),
(94657,35716,'action started via WP Cron','2021-01-22 23:00:57','2021-01-22 18:00:57'),
(94658,35716,'action complete via WP Cron','2021-01-22 23:00:57','2021-01-22 18:00:57'),
(94659,35717,'action created','2021-01-22 23:00:57','2021-01-22 18:00:57'),
(94660,35717,'action started via WP Cron','2021-01-22 23:01:46','2021-01-22 18:01:46'),
(94661,35717,'action complete via WP Cron','2021-01-22 23:01:46','2021-01-22 18:01:46'),
(94662,35718,'action created','2021-01-22 23:01:46','2021-01-22 18:01:46'),
(94663,35718,'action started via WP Cron','2021-01-22 23:03:00','2021-01-22 18:03:00'),
(94664,35718,'action complete via WP Cron','2021-01-22 23:03:00','2021-01-22 18:03:00'),
(94665,35719,'action created','2021-01-22 23:03:00','2021-01-22 18:03:00'),
(94666,35719,'action started via WP Cron','2021-01-22 23:03:24','2021-01-22 18:03:24'),
(94667,35719,'action complete via WP Cron','2021-01-22 23:03:24','2021-01-22 18:03:24'),
(94668,35720,'action created','2021-01-22 23:03:24','2021-01-22 18:03:24'),
(94669,35720,'action started via WP Cron','2021-01-22 23:04:12','2021-01-22 18:04:12'),
(94670,35720,'action complete via WP Cron','2021-01-22 23:04:12','2021-01-22 18:04:12'),
(94671,35721,'action created','2021-01-22 23:04:12','2021-01-22 18:04:12'),
(94672,35721,'action started via WP Cron','2021-01-22 23:07:37','2021-01-22 18:07:37'),
(94673,35721,'action complete via WP Cron','2021-01-22 23:07:37','2021-01-22 18:07:37'),
(94674,35722,'action created','2021-01-22 23:07:37','2021-01-22 18:07:37'),
(94675,35722,'action started via WP Cron','2021-01-22 23:08:11','2021-01-22 18:08:11'),
(94676,35722,'action complete via WP Cron','2021-01-22 23:08:11','2021-01-22 18:08:11'),
(94677,35723,'action created','2021-01-22 23:08:11','2021-01-22 18:08:11'),
(94678,35723,'action started via WP Cron','2021-01-22 23:11:05','2021-01-22 18:11:05'),
(94679,35723,'action complete via WP Cron','2021-01-22 23:11:05','2021-01-22 18:11:05'),
(94680,35724,'action created','2021-01-22 23:11:05','2021-01-22 18:11:05'),
(94681,35724,'action started via WP Cron','2021-01-22 23:12:26','2021-01-22 18:12:26'),
(94682,35724,'action complete via WP Cron','2021-01-22 23:12:26','2021-01-22 18:12:26'),
(94683,35725,'action created','2021-01-22 23:12:26','2021-01-22 18:12:26'),
(94684,35725,'action started via WP Cron','2021-01-22 23:13:52','2021-01-22 18:13:52'),
(94685,35725,'action complete via WP Cron','2021-01-22 23:13:52','2021-01-22 18:13:52'),
(94686,35726,'action created','2021-01-22 23:13:52','2021-01-22 18:13:52'),
(94687,35726,'action started via WP Cron','2021-01-22 23:14:41','2021-01-22 18:14:41'),
(94688,35726,'action complete via WP Cron','2021-01-22 23:14:41','2021-01-22 18:14:41'),
(94689,35727,'action created','2021-01-22 23:14:41','2021-01-22 18:14:41'),
(94690,35727,'action started via WP Cron','2021-01-22 23:15:12','2021-01-22 18:15:12'),
(94691,35727,'action complete via WP Cron','2021-01-22 23:15:12','2021-01-22 18:15:12'),
(94692,35728,'action created','2021-01-22 23:15:12','2021-01-22 18:15:12'),
(94693,35728,'action started via WP Cron','2021-01-22 23:16:12','2021-01-22 18:16:12'),
(94694,35728,'action complete via WP Cron','2021-01-22 23:16:12','2021-01-22 18:16:12'),
(94695,35729,'action created','2021-01-22 23:16:12','2021-01-22 18:16:12'),
(94696,35729,'action started via WP Cron','2021-01-22 23:17:34','2021-01-22 18:17:34'),
(94697,35729,'action complete via WP Cron','2021-01-22 23:17:34','2021-01-22 18:17:34'),
(94698,35730,'action created','2021-01-22 23:17:34','2021-01-22 18:17:34'),
(94699,35730,'action started via WP Cron','2021-01-22 23:18:22','2021-01-22 18:18:22'),
(94700,35730,'action complete via WP Cron','2021-01-22 23:18:22','2021-01-22 18:18:22'),
(94701,35731,'action created','2021-01-22 23:18:22','2021-01-22 18:18:22'),
(94702,35731,'action started via WP Cron','2021-01-22 23:20:07','2021-01-22 18:20:07'),
(94703,35731,'action complete via WP Cron','2021-01-22 23:20:07','2021-01-22 18:20:07'),
(94704,35732,'action created','2021-01-22 23:20:07','2021-01-22 18:20:07'),
(94705,35732,'action started via WP Cron','2021-01-22 23:21:30','2021-01-22 18:21:30'),
(94706,35732,'action complete via WP Cron','2021-01-22 23:21:30','2021-01-22 18:21:30'),
(94707,35733,'action created','2021-01-22 23:21:30','2021-01-22 18:21:30'),
(94708,35733,'action started via WP Cron','2021-01-22 23:22:16','2021-01-22 18:22:16'),
(94709,35733,'action complete via WP Cron','2021-01-22 23:22:16','2021-01-22 18:22:16'),
(94710,35734,'action created','2021-01-22 23:22:16','2021-01-22 18:22:16'),
(94711,35734,'action started via WP Cron','2021-01-22 23:25:12','2021-01-22 18:25:12'),
(94712,35734,'action complete via WP Cron','2021-01-22 23:25:12','2021-01-22 18:25:12'),
(94713,35735,'action created','2021-01-22 23:25:12','2021-01-22 18:25:12'),
(94714,35735,'action started via WP Cron','2021-01-22 23:26:46','2021-01-22 18:26:46'),
(94715,35735,'action complete via WP Cron','2021-01-22 23:26:46','2021-01-22 18:26:46'),
(94716,35736,'action created','2021-01-22 23:26:46','2021-01-22 18:26:46'),
(94717,35736,'action started via WP Cron','2021-01-22 23:27:19','2021-01-22 18:27:19'),
(94718,35736,'action complete via WP Cron','2021-01-22 23:27:19','2021-01-22 18:27:19'),
(94719,35737,'action created','2021-01-22 23:27:19','2021-01-22 18:27:19'),
(94720,35737,'action started via WP Cron','2021-01-22 23:28:28','2021-01-22 18:28:28'),
(94721,35737,'action complete via WP Cron','2021-01-22 23:28:28','2021-01-22 18:28:28'),
(94722,35738,'action created','2021-01-22 23:28:28','2021-01-22 18:28:28'),
(94723,35738,'action started via WP Cron','2021-01-22 23:29:45','2021-01-22 18:29:45'),
(94724,35738,'action complete via WP Cron','2021-01-22 23:29:45','2021-01-22 18:29:45'),
(94725,35739,'action created','2021-01-22 23:29:45','2021-01-22 18:29:45'),
(94726,35739,'action started via WP Cron','2021-01-22 23:31:34','2021-01-22 18:31:34'),
(94727,35739,'action complete via WP Cron','2021-01-22 23:31:34','2021-01-22 18:31:34'),
(94728,35740,'action created','2021-01-22 23:31:34','2021-01-22 18:31:34'),
(94729,35740,'action started via WP Cron','2021-01-22 23:32:53','2021-01-22 18:32:53'),
(94730,35740,'action complete via WP Cron','2021-01-22 23:32:53','2021-01-22 18:32:53'),
(94731,35741,'action created','2021-01-22 23:32:53','2021-01-22 18:32:53'),
(94732,35741,'action started via WP Cron','2021-01-22 23:34:00','2021-01-22 18:34:00'),
(94733,35741,'action complete via WP Cron','2021-01-22 23:34:00','2021-01-22 18:34:00'),
(94734,35742,'action created','2021-01-22 23:34:00','2021-01-22 18:34:00'),
(94735,35742,'action started via WP Cron','2021-01-22 23:34:24','2021-01-22 18:34:24'),
(94736,35742,'action complete via WP Cron','2021-01-22 23:34:24','2021-01-22 18:34:24'),
(94737,35743,'action created','2021-01-22 23:34:24','2021-01-22 18:34:24'),
(94738,35743,'action started via WP Cron','2021-01-22 23:35:54','2021-01-22 18:35:54'),
(94739,35743,'action complete via WP Cron','2021-01-22 23:35:54','2021-01-22 18:35:54'),
(94740,35744,'action created','2021-01-22 23:35:54','2021-01-22 18:35:54'),
(94741,35744,'action started via WP Cron','2021-01-22 23:36:25','2021-01-22 18:36:25'),
(94742,35744,'action complete via WP Cron','2021-01-22 23:36:25','2021-01-22 18:36:25'),
(94743,35745,'action created','2021-01-22 23:36:25','2021-01-22 18:36:25'),
(94744,35745,'action started via WP Cron','2021-01-22 23:37:56','2021-01-22 18:37:56'),
(94745,35745,'action complete via WP Cron','2021-01-22 23:37:56','2021-01-22 18:37:56'),
(94746,35746,'action created','2021-01-22 23:37:56','2021-01-22 18:37:56'),
(94747,35746,'action started via WP Cron','2021-01-22 23:38:11','2021-01-22 18:38:11'),
(94748,35746,'action complete via WP Cron','2021-01-22 23:38:11','2021-01-22 18:38:11'),
(94749,35747,'action created','2021-01-22 23:38:11','2021-01-22 18:38:11'),
(94750,35747,'action started via WP Cron','2021-01-22 23:40:03','2021-01-22 18:40:03'),
(94751,35747,'action complete via WP Cron','2021-01-22 23:40:03','2021-01-22 18:40:03'),
(94752,35748,'action created','2021-01-22 23:40:03','2021-01-22 18:40:03'),
(94753,35748,'action started via WP Cron','2021-01-22 23:40:26','2021-01-22 18:40:26'),
(94754,35748,'action complete via WP Cron','2021-01-22 23:40:26','2021-01-22 18:40:26'),
(94755,35749,'action created','2021-01-22 23:40:26','2021-01-22 18:40:26'),
(94756,35749,'action started via WP Cron','2021-01-22 23:43:04','2021-01-22 18:43:04'),
(94757,35749,'action complete via WP Cron','2021-01-22 23:43:04','2021-01-22 18:43:04'),
(94758,35750,'action created','2021-01-22 23:43:04','2021-01-22 18:43:04'),
(94759,35750,'action started via WP Cron','2021-01-22 23:44:42','2021-01-22 18:44:42'),
(94760,35750,'action complete via WP Cron','2021-01-22 23:44:42','2021-01-22 18:44:42'),
(94761,35751,'action created','2021-01-22 23:44:42','2021-01-22 18:44:42'),
(94762,35751,'action started via WP Cron','2021-01-22 23:48:02','2021-01-22 18:48:02'),
(94763,35751,'action complete via WP Cron','2021-01-22 23:48:02','2021-01-22 18:48:02'),
(94764,35752,'action created','2021-01-22 23:48:02','2021-01-22 18:48:02'),
(94765,35752,'action started via WP Cron','2021-01-22 23:48:55','2021-01-22 18:48:55'),
(94766,35752,'action complete via WP Cron','2021-01-22 23:48:55','2021-01-22 18:48:55'),
(94767,35753,'action created','2021-01-22 23:48:55','2021-01-22 18:48:55'),
(94768,35753,'action started via WP Cron','2021-01-22 23:49:39','2021-01-22 18:49:39'),
(94769,35753,'action complete via WP Cron','2021-01-22 23:49:39','2021-01-22 18:49:39'),
(94770,35754,'action created','2021-01-22 23:49:39','2021-01-22 18:49:39'),
(94771,35754,'action started via WP Cron','2021-01-22 23:50:52','2021-01-22 18:50:52'),
(94772,35754,'action complete via WP Cron','2021-01-22 23:50:52','2021-01-22 18:50:52'),
(94773,35755,'action created','2021-01-22 23:50:52','2021-01-22 18:50:52'),
(94774,35755,'action started via WP Cron','2021-01-22 23:56:13','2021-01-22 18:56:13'),
(94775,35755,'action complete via WP Cron','2021-01-22 23:56:13','2021-01-22 18:56:13'),
(94776,35756,'action created','2021-01-22 23:56:13','2021-01-22 18:56:13'),
(94777,35756,'action started via WP Cron','2021-01-22 23:58:54','2021-01-22 18:58:54'),
(94778,35756,'action complete via WP Cron','2021-01-22 23:58:55','2021-01-22 18:58:55'),
(94779,35757,'action created','2021-01-22 23:58:55','2021-01-22 18:58:55'),
(94780,35757,'action started via WP Cron','2021-01-22 23:59:50','2021-01-22 18:59:50'),
(94781,35757,'action complete via WP Cron','2021-01-22 23:59:50','2021-01-22 18:59:50'),
(94782,35758,'action created','2021-01-22 23:59:50','2021-01-22 18:59:50'),
(94783,35758,'action started via WP Cron','2021-01-23 00:04:26','2021-01-22 19:04:26'),
(94784,35758,'action complete via WP Cron','2021-01-23 00:04:26','2021-01-22 19:04:26'),
(94785,35759,'action created','2021-01-23 00:04:26','2021-01-22 19:04:26'),
(94786,35759,'action started via WP Cron','2021-01-23 00:06:03','2021-01-22 19:06:03'),
(94787,35759,'action complete via WP Cron','2021-01-23 00:06:03','2021-01-22 19:06:03'),
(94788,35760,'action created','2021-01-23 00:06:03','2021-01-22 19:06:03'),
(94789,35760,'action started via WP Cron','2021-01-23 00:06:19','2021-01-22 19:06:19'),
(94790,35760,'action complete via WP Cron','2021-01-23 00:06:19','2021-01-22 19:06:19'),
(94791,35761,'action created','2021-01-23 00:06:19','2021-01-22 19:06:19'),
(94792,35761,'action started via WP Cron','2021-01-23 00:11:09','2021-01-22 19:11:09'),
(94793,35761,'action complete via WP Cron','2021-01-23 00:11:09','2021-01-22 19:11:09'),
(94794,35762,'action created','2021-01-23 00:11:09','2021-01-22 19:11:09'),
(94795,35762,'action started via WP Cron','2021-01-23 00:12:17','2021-01-22 19:12:17'),
(94796,35762,'action complete via WP Cron','2021-01-23 00:12:17','2021-01-22 19:12:17'),
(94797,35763,'action created','2021-01-23 00:12:17','2021-01-22 19:12:17'),
(94798,35763,'action started via WP Cron','2021-01-23 00:13:29','2021-01-22 19:13:29'),
(94799,35763,'action complete via WP Cron','2021-01-23 00:13:29','2021-01-22 19:13:29'),
(94800,35764,'action created','2021-01-23 00:13:29','2021-01-22 19:13:29'),
(94801,35764,'action started via WP Cron','2021-01-23 00:14:24','2021-01-22 19:14:24'),
(94802,35764,'action complete via WP Cron','2021-01-23 00:14:24','2021-01-22 19:14:24'),
(94803,35765,'action created','2021-01-23 00:14:24','2021-01-22 19:14:24'),
(94804,35765,'action started via WP Cron','2021-01-23 00:18:56','2021-01-22 19:18:56'),
(94805,35765,'action complete via WP Cron','2021-01-23 00:18:56','2021-01-22 19:18:56'),
(94806,35766,'action created','2021-01-23 00:18:56','2021-01-22 19:18:56'),
(94807,35766,'action started via WP Cron','2021-01-23 00:20:31','2021-01-22 19:20:31'),
(94808,35766,'action complete via WP Cron','2021-01-23 00:20:31','2021-01-22 19:20:31'),
(94809,35767,'action created','2021-01-23 00:20:31','2021-01-22 19:20:31'),
(94810,35767,'action started via WP Cron','2021-01-23 00:21:21','2021-01-22 19:21:21'),
(94811,35767,'action complete via WP Cron','2021-01-23 00:21:21','2021-01-22 19:21:21'),
(94812,35768,'action created','2021-01-23 00:21:21','2021-01-22 19:21:21'),
(94813,35768,'action started via WP Cron','2021-01-23 00:23:00','2021-01-22 19:23:00'),
(94814,35768,'action complete via WP Cron','2021-01-23 00:23:00','2021-01-22 19:23:00'),
(94815,35769,'action created','2021-01-23 00:23:00','2021-01-22 19:23:00'),
(94816,35769,'action started via WP Cron','2021-01-23 00:27:58','2021-01-22 19:27:58'),
(94817,35769,'action complete via WP Cron','2021-01-23 00:27:58','2021-01-22 19:27:58'),
(94818,35770,'action created','2021-01-23 00:27:58','2021-01-22 19:27:58'),
(94819,35770,'action started via WP Cron','2021-01-23 00:28:11','2021-01-22 19:28:11'),
(94820,35770,'action complete via WP Cron','2021-01-23 00:28:11','2021-01-22 19:28:11'),
(94821,35771,'action created','2021-01-23 00:28:11','2021-01-22 19:28:11'),
(94822,35771,'action started via WP Cron','2021-01-23 00:29:42','2021-01-22 19:29:42'),
(94823,35771,'action complete via WP Cron','2021-01-23 00:29:42','2021-01-22 19:29:42'),
(94824,35772,'action created','2021-01-23 00:29:42','2021-01-22 19:29:42'),
(94825,35772,'action started via WP Cron','2021-01-23 00:30:40','2021-01-22 19:30:40'),
(94826,35772,'action complete via WP Cron','2021-01-23 00:30:40','2021-01-22 19:30:40'),
(94827,35773,'action created','2021-01-23 00:30:40','2021-01-22 19:30:40'),
(94828,35773,'action started via WP Cron','2021-01-23 00:32:12','2021-01-22 19:32:12'),
(94829,35773,'action complete via WP Cron','2021-01-23 00:32:12','2021-01-22 19:32:12'),
(94830,35774,'action created','2021-01-23 00:32:13','2021-01-22 19:32:13'),
(94831,35774,'action started via WP Cron','2021-01-23 00:33:15','2021-01-22 19:33:15'),
(94832,35774,'action complete via WP Cron','2021-01-23 00:33:15','2021-01-22 19:33:15'),
(94833,35775,'action created','2021-01-23 00:33:15','2021-01-22 19:33:15'),
(94834,35775,'action started via WP Cron','2021-01-23 00:34:27','2021-01-22 19:34:27'),
(94835,35775,'action complete via WP Cron','2021-01-23 00:34:27','2021-01-22 19:34:27'),
(94836,35776,'action created','2021-01-23 00:34:27','2021-01-22 19:34:27'),
(94837,35776,'action started via WP Cron','2021-01-23 00:36:43','2021-01-22 19:36:43'),
(94838,35776,'action complete via WP Cron','2021-01-23 00:36:43','2021-01-22 19:36:43'),
(94839,35777,'action created','2021-01-23 00:36:43','2021-01-22 19:36:43'),
(94840,35777,'action started via WP Cron','2021-01-23 00:37:30','2021-01-22 19:37:30'),
(94841,35777,'action complete via WP Cron','2021-01-23 00:37:30','2021-01-22 19:37:30'),
(94842,35778,'action created','2021-01-23 00:37:30','2021-01-22 19:37:30'),
(94843,35778,'action started via WP Cron','2021-01-23 00:38:43','2021-01-22 19:38:43'),
(94844,35778,'action complete via WP Cron','2021-01-23 00:38:43','2021-01-22 19:38:43'),
(94845,35779,'action created','2021-01-23 00:38:43','2021-01-22 19:38:43'),
(94846,35779,'action started via WP Cron','2021-01-23 00:39:13','2021-01-22 19:39:13'),
(94847,35779,'action complete via WP Cron','2021-01-23 00:39:13','2021-01-22 19:39:13'),
(94848,35780,'action created','2021-01-23 00:39:13','2021-01-22 19:39:13'),
(94849,35780,'action started via WP Cron','2021-01-23 00:41:52','2021-01-22 19:41:52'),
(94850,35780,'action complete via WP Cron','2021-01-23 00:41:52','2021-01-22 19:41:52'),
(94851,35781,'action created','2021-01-23 00:41:52','2021-01-22 19:41:52'),
(94852,35781,'action started via WP Cron','2021-01-23 00:44:17','2021-01-22 19:44:17'),
(94853,35781,'action complete via WP Cron','2021-01-23 00:44:17','2021-01-22 19:44:17'),
(94854,35782,'action created','2021-01-23 00:44:17','2021-01-22 19:44:17'),
(94855,35782,'action started via WP Cron','2021-01-23 00:45:18','2021-01-22 19:45:18'),
(94856,35782,'action complete via WP Cron','2021-01-23 00:45:18','2021-01-22 19:45:18'),
(94857,35783,'action created','2021-01-23 00:45:18','2021-01-22 19:45:18'),
(94858,35783,'action started via WP Cron','2021-01-23 00:47:53','2021-01-22 19:47:53'),
(94859,35783,'action complete via WP Cron','2021-01-23 00:47:53','2021-01-22 19:47:53'),
(94860,35784,'action created','2021-01-23 00:47:54','2021-01-22 19:47:54'),
(94861,35784,'action started via WP Cron','2021-01-23 00:49:25','2021-01-22 19:49:25'),
(94862,35784,'action complete via WP Cron','2021-01-23 00:49:25','2021-01-22 19:49:25'),
(94863,35785,'action created','2021-01-23 00:49:25','2021-01-22 19:49:25'),
(94864,35785,'action started via WP Cron','2021-01-23 00:53:41','2021-01-22 19:53:41'),
(94865,35785,'action complete via WP Cron','2021-01-23 00:53:41','2021-01-22 19:53:41'),
(94866,35786,'action created','2021-01-23 00:53:41','2021-01-22 19:53:41'),
(94867,35786,'action started via WP Cron','2021-01-23 00:55:19','2021-01-22 19:55:19'),
(94868,35786,'action complete via WP Cron','2021-01-23 00:55:19','2021-01-22 19:55:19'),
(94869,35787,'action created','2021-01-23 00:55:19','2021-01-22 19:55:19'),
(94870,35787,'action started via WP Cron','2021-01-23 00:57:37','2021-01-22 19:57:37'),
(94871,35787,'action complete via WP Cron','2021-01-23 00:57:37','2021-01-22 19:57:37'),
(94872,35788,'action created','2021-01-23 00:57:37','2021-01-22 19:57:37'),
(94873,35788,'action started via WP Cron','2021-01-23 00:58:24','2021-01-22 19:58:24'),
(94874,35788,'action complete via WP Cron','2021-01-23 00:58:24','2021-01-22 19:58:24'),
(94875,35789,'action created','2021-01-23 00:58:24','2021-01-22 19:58:24'),
(94876,35789,'action started via WP Cron','2021-01-23 01:01:21','2021-01-22 20:01:21'),
(94877,35789,'action complete via WP Cron','2021-01-23 01:01:21','2021-01-22 20:01:21'),
(94878,35790,'action created','2021-01-23 01:01:22','2021-01-22 20:01:22'),
(94879,35790,'action started via WP Cron','2021-01-23 01:04:11','2021-01-22 20:04:11'),
(94880,35790,'action complete via WP Cron','2021-01-23 01:04:11','2021-01-22 20:04:11'),
(94881,35791,'action created','2021-01-23 01:04:11','2021-01-22 20:04:11'),
(94882,35791,'action started via WP Cron','2021-01-23 01:06:21','2021-01-22 20:06:21'),
(94883,35791,'action complete via WP Cron','2021-01-23 01:06:21','2021-01-22 20:06:21'),
(94884,35792,'action created','2021-01-23 01:06:21','2021-01-22 20:06:21'),
(94885,35792,'action started via WP Cron','2021-01-23 01:08:14','2021-01-22 20:08:14'),
(94886,35792,'action complete via WP Cron','2021-01-23 01:08:14','2021-01-22 20:08:14'),
(94887,35793,'action created','2021-01-23 01:08:15','2021-01-22 20:08:15'),
(94888,35793,'action started via WP Cron','2021-01-23 01:10:23','2021-01-22 20:10:23'),
(94889,35793,'action complete via WP Cron','2021-01-23 01:10:23','2021-01-22 20:10:23'),
(94890,35794,'action created','2021-01-23 01:10:23','2021-01-22 20:10:23'),
(94891,35794,'action started via WP Cron','2021-01-23 01:12:48','2021-01-22 20:12:48'),
(94892,35794,'action complete via WP Cron','2021-01-23 01:12:48','2021-01-22 20:12:48'),
(94893,35795,'action created','2021-01-23 01:12:48','2021-01-22 20:12:48'),
(94894,35795,'action started via WP Cron','2021-01-23 01:13:34','2021-01-22 20:13:34'),
(94895,35795,'action complete via WP Cron','2021-01-23 01:13:34','2021-01-22 20:13:34'),
(94896,35796,'action created','2021-01-23 01:13:34','2021-01-22 20:13:34'),
(94897,35796,'action started via WP Cron','2021-01-23 01:14:23','2021-01-22 20:14:23'),
(94898,35796,'action complete via WP Cron','2021-01-23 01:14:23','2021-01-22 20:14:23'),
(94899,35797,'action created','2021-01-23 01:14:23','2021-01-22 20:14:23'),
(94900,35797,'action started via WP Cron','2021-01-23 01:15:20','2021-01-22 20:15:20'),
(94901,35797,'action complete via WP Cron','2021-01-23 01:15:20','2021-01-22 20:15:20'),
(94902,35798,'action created','2021-01-23 01:15:20','2021-01-22 20:15:20'),
(94903,35798,'action started via WP Cron','2021-01-23 01:16:14','2021-01-22 20:16:14'),
(94904,35798,'action complete via WP Cron','2021-01-23 01:16:14','2021-01-22 20:16:14'),
(94905,35799,'action created','2021-01-23 01:16:14','2021-01-22 20:16:14'),
(94906,35799,'action started via WP Cron','2021-01-23 01:17:42','2021-01-22 20:17:42'),
(94907,35799,'action complete via WP Cron','2021-01-23 01:17:42','2021-01-22 20:17:42'),
(94908,35800,'action created','2021-01-23 01:17:42','2021-01-22 20:17:42'),
(94909,35800,'action started via WP Cron','2021-01-23 01:18:20','2021-01-22 20:18:20'),
(94910,35800,'action complete via WP Cron','2021-01-23 01:18:20','2021-01-22 20:18:20'),
(94911,35801,'action created','2021-01-23 01:18:20','2021-01-22 20:18:20'),
(94912,35801,'action started via WP Cron','2021-01-23 01:21:11','2021-01-22 20:21:11'),
(94913,35801,'action complete via WP Cron','2021-01-23 01:21:11','2021-01-22 20:21:11'),
(94914,35802,'action created','2021-01-23 01:21:11','2021-01-22 20:21:11'),
(94915,35802,'action started via WP Cron','2021-01-23 01:24:23','2021-01-22 20:24:23'),
(94916,35802,'action complete via WP Cron','2021-01-23 01:24:23','2021-01-22 20:24:23'),
(94917,35803,'action created','2021-01-23 01:24:23','2021-01-22 20:24:23'),
(94918,35803,'action started via WP Cron','2021-01-23 01:28:31','2021-01-22 20:28:31'),
(94919,35803,'action complete via WP Cron','2021-01-23 01:28:31','2021-01-22 20:28:31'),
(94920,34759,'action started via WP Cron','2021-01-23 01:28:31','2021-01-22 20:28:31'),
(94921,34759,'action complete via WP Cron','2021-01-23 01:28:31','2021-01-22 20:28:31'),
(94922,35804,'action created','2021-01-23 01:28:31','2021-01-22 20:28:31'),
(94923,35805,'action created','2021-01-23 01:28:31','2021-01-22 20:28:31'),
(94924,35805,'action started via WP Cron','2021-01-23 01:29:44','2021-01-22 20:29:44'),
(94925,35805,'action complete via WP Cron','2021-01-23 01:29:44','2021-01-22 20:29:44'),
(94926,35806,'action created','2021-01-23 01:29:44','2021-01-22 20:29:44'),
(94927,35806,'action started via WP Cron','2021-01-23 01:32:24','2021-01-22 20:32:24'),
(94928,35806,'action complete via WP Cron','2021-01-23 01:32:24','2021-01-22 20:32:24'),
(94929,35807,'action created','2021-01-23 01:32:24','2021-01-22 20:32:24'),
(94930,35807,'action started via WP Cron','2021-01-23 01:33:11','2021-01-22 20:33:11'),
(94931,35807,'action complete via WP Cron','2021-01-23 01:33:11','2021-01-22 20:33:11'),
(94932,35808,'action created','2021-01-23 01:33:11','2021-01-22 20:33:11'),
(94933,35808,'action started via WP Cron','2021-01-23 01:35:52','2021-01-22 20:35:52'),
(94934,35808,'action complete via WP Cron','2021-01-23 01:35:52','2021-01-22 20:35:52'),
(94935,35809,'action created','2021-01-23 01:35:52','2021-01-22 20:35:52'),
(94936,35809,'action started via WP Cron','2021-01-23 01:37:21','2021-01-22 20:37:21'),
(94937,35809,'action complete via WP Cron','2021-01-23 01:37:21','2021-01-22 20:37:21'),
(94938,35810,'action created','2021-01-23 01:37:21','2021-01-22 20:37:21'),
(94939,35810,'action started via WP Cron','2021-01-23 01:39:12','2021-01-22 20:39:12'),
(94940,35810,'action complete via WP Cron','2021-01-23 01:39:12','2021-01-22 20:39:12'),
(94941,35811,'action created','2021-01-23 01:39:12','2021-01-22 20:39:12'),
(94942,35811,'action started via WP Cron','2021-01-23 01:41:44','2021-01-22 20:41:44'),
(94943,35811,'action complete via WP Cron','2021-01-23 01:41:44','2021-01-22 20:41:44'),
(94944,35812,'action created','2021-01-23 01:41:44','2021-01-22 20:41:44'),
(94945,35812,'action started via WP Cron','2021-01-23 01:42:29','2021-01-22 20:42:29'),
(94946,35812,'action complete via WP Cron','2021-01-23 01:42:29','2021-01-22 20:42:29'),
(94947,35813,'action created','2021-01-23 01:42:29','2021-01-22 20:42:29'),
(94948,35813,'action started via WP Cron','2021-01-23 01:43:41','2021-01-22 20:43:41'),
(94949,35813,'action complete via WP Cron','2021-01-23 01:43:41','2021-01-22 20:43:41'),
(94950,35814,'action created','2021-01-23 01:43:41','2021-01-22 20:43:41'),
(94951,35814,'action started via WP Cron','2021-01-23 01:44:59','2021-01-22 20:44:59'),
(94952,35814,'action complete via WP Cron','2021-01-23 01:44:59','2021-01-22 20:44:59'),
(94953,35815,'action created','2021-01-23 01:44:59','2021-01-22 20:44:59'),
(94954,35815,'action started via WP Cron','2021-01-23 01:46:20','2021-01-22 20:46:20'),
(94955,35815,'action complete via WP Cron','2021-01-23 01:46:20','2021-01-22 20:46:20'),
(94956,35816,'action created','2021-01-23 01:46:21','2021-01-22 20:46:21'),
(94957,35816,'action started via WP Cron','2021-01-23 01:47:39','2021-01-22 20:47:39'),
(94958,35816,'action complete via WP Cron','2021-01-23 01:47:39','2021-01-22 20:47:39'),
(94959,35817,'action created','2021-01-23 01:47:39','2021-01-22 20:47:39'),
(94960,35817,'action started via WP Cron','2021-01-23 01:48:16','2021-01-22 20:48:16'),
(94961,35817,'action complete via WP Cron','2021-01-23 01:48:16','2021-01-22 20:48:16'),
(94962,35818,'action created','2021-01-23 01:48:16','2021-01-22 20:48:16'),
(94963,35818,'action started via WP Cron','2021-01-23 01:51:25','2021-01-22 20:51:25'),
(94964,35818,'action complete via WP Cron','2021-01-23 01:51:25','2021-01-22 20:51:25'),
(94965,35819,'action created','2021-01-23 01:51:25','2021-01-22 20:51:25'),
(94966,35819,'action started via WP Cron','2021-01-23 01:52:22','2021-01-22 20:52:22'),
(94967,35819,'action complete via WP Cron','2021-01-23 01:52:22','2021-01-22 20:52:22'),
(94968,35820,'action created','2021-01-23 01:52:23','2021-01-22 20:52:23'),
(94969,35820,'action started via WP Cron','2021-01-23 01:53:30','2021-01-22 20:53:30'),
(94970,35820,'action complete via WP Cron','2021-01-23 01:53:30','2021-01-22 20:53:30'),
(94971,35821,'action created','2021-01-23 01:53:30','2021-01-22 20:53:30'),
(94972,35821,'action started via WP Cron','2021-01-23 01:55:54','2021-01-22 20:55:54'),
(94973,35821,'action complete via WP Cron','2021-01-23 01:55:54','2021-01-22 20:55:54'),
(94974,35822,'action created','2021-01-23 01:55:54','2021-01-22 20:55:54'),
(94975,35822,'action started via WP Cron','2021-01-23 01:56:35','2021-01-22 20:56:35'),
(94976,35822,'action complete via WP Cron','2021-01-23 01:56:35','2021-01-22 20:56:35'),
(94977,35823,'action created','2021-01-23 01:56:35','2021-01-22 20:56:35'),
(94978,35823,'action started via WP Cron','2021-01-23 01:58:28','2021-01-22 20:58:28'),
(94979,35823,'action complete via WP Cron','2021-01-23 01:58:28','2021-01-22 20:58:28'),
(94980,35824,'action created','2021-01-23 01:58:28','2021-01-22 20:58:28'),
(94981,35824,'action started via WP Cron','2021-01-23 01:59:27','2021-01-22 20:59:27'),
(94982,35824,'action complete via WP Cron','2021-01-23 01:59:28','2021-01-22 20:59:28'),
(94983,35825,'action created','2021-01-23 01:59:28','2021-01-22 20:59:28'),
(94984,35825,'action started via WP Cron','2021-01-23 02:00:13','2021-01-22 21:00:13'),
(94985,35825,'action complete via WP Cron','2021-01-23 02:00:15','2021-01-22 21:00:15'),
(94986,35826,'action created','2021-01-23 02:01:16','2021-01-22 21:01:16'),
(94987,35826,'action started via WP Cron','2021-01-23 02:02:37','2021-01-22 21:02:37'),
(94988,35826,'action complete via WP Cron','2021-01-23 02:02:37','2021-01-22 21:02:37'),
(94989,35827,'action created','2021-01-23 02:02:37','2021-01-22 21:02:37'),
(94990,35827,'action started via WP Cron','2021-01-23 02:03:42','2021-01-22 21:03:42'),
(94991,35827,'action complete via WP Cron','2021-01-23 02:03:42','2021-01-22 21:03:42'),
(94992,35828,'action created','2021-01-23 02:03:43','2021-01-22 21:03:43'),
(94993,35828,'action started via WP Cron','2021-01-23 02:07:11','2021-01-22 21:07:11'),
(94994,35828,'action complete via WP Cron','2021-01-23 02:07:11','2021-01-22 21:07:11'),
(94995,35829,'action created','2021-01-23 02:07:11','2021-01-22 21:07:11'),
(94996,35829,'action started via WP Cron','2021-01-23 02:09:24','2021-01-22 21:09:24'),
(94997,35829,'action complete via WP Cron','2021-01-23 02:09:24','2021-01-22 21:09:24'),
(94998,35830,'action created','2021-01-23 02:09:24','2021-01-22 21:09:24'),
(94999,35830,'action started via WP Cron','2021-01-23 02:11:11','2021-01-22 21:11:11'),
(95000,35830,'action complete via WP Cron','2021-01-23 02:11:11','2021-01-22 21:11:11'),
(95001,35831,'action created','2021-01-23 02:11:11','2021-01-22 21:11:11'),
(95002,35831,'action started via WP Cron','2021-01-23 02:12:47','2021-01-22 21:12:47'),
(95003,35831,'action complete via WP Cron','2021-01-23 02:12:47','2021-01-22 21:12:47'),
(95004,35832,'action created','2021-01-23 02:12:47','2021-01-22 21:12:47'),
(95005,35832,'action started via WP Cron','2021-01-23 02:14:18','2021-01-22 21:14:18'),
(95006,35832,'action complete via WP Cron','2021-01-23 02:14:18','2021-01-22 21:14:18'),
(95007,35833,'action created','2021-01-23 02:14:18','2021-01-22 21:14:18'),
(95008,35833,'action started via WP Cron','2021-01-23 02:15:27','2021-01-22 21:15:27'),
(95009,35833,'action complete via WP Cron','2021-01-23 02:15:27','2021-01-22 21:15:27'),
(95010,35834,'action created','2021-01-23 02:15:27','2021-01-22 21:15:27'),
(95011,35834,'action started via WP Cron','2021-01-23 02:16:15','2021-01-22 21:16:15'),
(95012,35834,'action complete via WP Cron','2021-01-23 02:16:15','2021-01-22 21:16:15'),
(95013,35835,'action created','2021-01-23 02:16:15','2021-01-22 21:16:15'),
(95014,35835,'action started via WP Cron','2021-01-23 02:20:38','2021-01-22 21:20:38'),
(95015,35835,'action complete via WP Cron','2021-01-23 02:20:38','2021-01-22 21:20:38'),
(95016,35836,'action created','2021-01-23 02:20:38','2021-01-22 21:20:38'),
(95017,35836,'action started via WP Cron','2021-01-23 02:21:33','2021-01-22 21:21:33'),
(95018,35836,'action complete via WP Cron','2021-01-23 02:21:33','2021-01-22 21:21:33'),
(95019,35837,'action created','2021-01-23 02:21:33','2021-01-22 21:21:33'),
(95020,35837,'action started via WP Cron','2021-01-23 02:23:21','2021-01-22 21:23:21'),
(95021,35837,'action complete via WP Cron','2021-01-23 02:23:21','2021-01-22 21:23:21'),
(95022,35838,'action created','2021-01-23 02:23:21','2021-01-22 21:23:21'),
(95023,35838,'action started via WP Cron','2021-01-23 02:26:44','2021-01-22 21:26:44'),
(95024,35838,'action complete via WP Cron','2021-01-23 02:26:44','2021-01-22 21:26:44'),
(95025,35839,'action created','2021-01-23 02:26:44','2021-01-22 21:26:44'),
(95026,35839,'action started via WP Cron','2021-01-23 02:29:24','2021-01-22 21:29:24'),
(95027,35839,'action complete via WP Cron','2021-01-23 02:29:24','2021-01-22 21:29:24'),
(95028,35840,'action created','2021-01-23 02:29:24','2021-01-22 21:29:24'),
(95029,35840,'action started via WP Cron','2021-01-23 02:30:47','2021-01-22 21:30:47'),
(95030,35840,'action complete via WP Cron','2021-01-23 02:30:47','2021-01-22 21:30:47'),
(95031,35841,'action created','2021-01-23 02:30:47','2021-01-22 21:30:47'),
(95032,35841,'action started via WP Cron','2021-01-23 02:35:46','2021-01-22 21:35:46'),
(95033,35841,'action complete via WP Cron','2021-01-23 02:35:46','2021-01-22 21:35:46'),
(95034,35842,'action created','2021-01-23 02:35:46','2021-01-22 21:35:46'),
(95035,35842,'action started via WP Cron','2021-01-23 02:36:25','2021-01-22 21:36:25'),
(95036,35842,'action complete via WP Cron','2021-01-23 02:36:25','2021-01-22 21:36:25'),
(95037,35843,'action created','2021-01-23 02:36:25','2021-01-22 21:36:25'),
(95038,35843,'action started via WP Cron','2021-01-23 02:37:18','2021-01-22 21:37:18'),
(95039,35843,'action complete via WP Cron','2021-01-23 02:37:18','2021-01-22 21:37:18'),
(95040,35844,'action created','2021-01-23 02:37:18','2021-01-22 21:37:18'),
(95041,35844,'action started via WP Cron','2021-01-23 02:38:20','2021-01-22 21:38:20'),
(95042,35844,'action complete via WP Cron','2021-01-23 02:38:20','2021-01-22 21:38:20'),
(95043,35845,'action created','2021-01-23 02:38:20','2021-01-22 21:38:20'),
(95044,35845,'action started via WP Cron','2021-01-23 02:39:34','2021-01-22 21:39:34'),
(95045,35845,'action complete via WP Cron','2021-01-23 02:39:34','2021-01-22 21:39:34'),
(95046,35846,'action created','2021-01-23 02:39:34','2021-01-22 21:39:34'),
(95047,35846,'action started via WP Cron','2021-01-23 02:42:29','2021-01-22 21:42:29'),
(95048,35846,'action complete via WP Cron','2021-01-23 02:42:29','2021-01-22 21:42:29'),
(95049,35847,'action created','2021-01-23 02:42:29','2021-01-22 21:42:29'),
(95050,35847,'action started via WP Cron','2021-01-23 02:45:05','2021-01-22 21:45:05'),
(95051,35847,'action complete via WP Cron','2021-01-23 02:45:05','2021-01-22 21:45:05'),
(95052,35848,'action created','2021-01-23 02:45:05','2021-01-22 21:45:05'),
(95053,35848,'action started via WP Cron','2021-01-23 02:46:01','2021-01-22 21:46:01'),
(95054,35848,'action complete via WP Cron','2021-01-23 02:46:01','2021-01-22 21:46:01'),
(95055,35849,'action created','2021-01-23 02:46:01','2021-01-22 21:46:01'),
(95056,35849,'action started via WP Cron','2021-01-23 02:47:16','2021-01-22 21:47:16'),
(95057,35849,'action complete via WP Cron','2021-01-23 02:47:16','2021-01-22 21:47:16'),
(95058,35850,'action created','2021-01-23 02:47:16','2021-01-22 21:47:16'),
(95059,35850,'action started via WP Cron','2021-01-23 02:48:36','2021-01-22 21:48:36'),
(95060,35850,'action complete via WP Cron','2021-01-23 02:48:36','2021-01-22 21:48:36'),
(95061,35851,'action created','2021-01-23 02:48:36','2021-01-22 21:48:36'),
(95062,35851,'action started via WP Cron','2021-01-23 02:51:16','2021-01-22 21:51:16'),
(95063,35851,'action complete via WP Cron','2021-01-23 02:51:16','2021-01-22 21:51:16'),
(95064,35852,'action created','2021-01-23 02:51:16','2021-01-22 21:51:16'),
(95065,35852,'action started via WP Cron','2021-01-23 02:53:20','2021-01-22 21:53:20'),
(95066,35852,'action complete via WP Cron','2021-01-23 02:53:20','2021-01-22 21:53:20'),
(95067,35853,'action created','2021-01-23 02:53:20','2021-01-22 21:53:20'),
(95068,35853,'action started via WP Cron','2021-01-23 02:55:14','2021-01-22 21:55:14'),
(95069,35853,'action complete via WP Cron','2021-01-23 02:55:14','2021-01-22 21:55:14'),
(95070,35854,'action created','2021-01-23 02:55:14','2021-01-22 21:55:14'),
(95071,35854,'action started via WP Cron','2021-01-23 02:56:48','2021-01-22 21:56:48'),
(95072,35854,'action complete via WP Cron','2021-01-23 02:56:48','2021-01-22 21:56:48'),
(95073,35855,'action created','2021-01-23 02:56:48','2021-01-22 21:56:48'),
(95074,35855,'action started via WP Cron','2021-01-23 02:57:29','2021-01-22 21:57:29'),
(95075,35855,'action complete via WP Cron','2021-01-23 02:57:29','2021-01-22 21:57:29'),
(95076,35856,'action created','2021-01-23 02:57:29','2021-01-22 21:57:29'),
(95077,35856,'action started via WP Cron','2021-01-23 02:58:16','2021-01-22 21:58:16'),
(95078,35856,'action complete via WP Cron','2021-01-23 02:58:16','2021-01-22 21:58:16'),
(95079,35857,'action created','2021-01-23 02:58:17','2021-01-22 21:58:17'),
(95080,35857,'action started via WP Cron','2021-01-23 02:59:51','2021-01-22 21:59:51'),
(95081,35857,'action complete via WP Cron','2021-01-23 02:59:51','2021-01-22 21:59:51'),
(95082,35858,'action created','2021-01-23 02:59:51','2021-01-22 21:59:51'),
(95083,35858,'action started via WP Cron','2021-01-23 03:00:18','2021-01-22 22:00:18'),
(95084,35858,'action complete via WP Cron','2021-01-23 03:00:18','2021-01-22 22:00:18'),
(95085,35859,'action created','2021-01-23 03:00:18','2021-01-22 22:00:18'),
(95086,35859,'action started via WP Cron','2021-01-23 03:01:25','2021-01-22 22:01:25'),
(95087,35859,'action complete via WP Cron','2021-01-23 03:01:25','2021-01-22 22:01:25'),
(95088,35860,'action created','2021-01-23 03:01:25','2021-01-22 22:01:25'),
(95089,35860,'action started via WP Cron','2021-01-23 03:03:16','2021-01-22 22:03:16'),
(95090,35860,'action complete via WP Cron','2021-01-23 03:03:16','2021-01-22 22:03:16'),
(95091,35861,'action created','2021-01-23 03:03:16','2021-01-22 22:03:16'),
(95092,35861,'action started via WP Cron','2021-01-23 03:04:20','2021-01-22 22:04:20'),
(95093,35861,'action complete via WP Cron','2021-01-23 03:04:20','2021-01-22 22:04:20'),
(95094,35862,'action created','2021-01-23 03:04:20','2021-01-22 22:04:20'),
(95095,35862,'action started via WP Cron','2021-01-23 03:05:18','2021-01-22 22:05:18'),
(95096,35862,'action complete via WP Cron','2021-01-23 03:05:18','2021-01-22 22:05:18'),
(95097,35863,'action created','2021-01-23 03:05:18','2021-01-22 22:05:18'),
(95098,35863,'action started via WP Cron','2021-01-23 03:06:51','2021-01-22 22:06:51'),
(95099,35863,'action complete via WP Cron','2021-01-23 03:06:51','2021-01-22 22:06:51'),
(95100,35864,'action created','2021-01-23 03:06:51','2021-01-22 22:06:51'),
(95101,35864,'action started via WP Cron','2021-01-23 03:08:52','2021-01-22 22:08:52'),
(95102,35864,'action complete via WP Cron','2021-01-23 03:08:52','2021-01-22 22:08:52'),
(95103,35865,'action created','2021-01-23 03:08:52','2021-01-22 22:08:52'),
(95104,35865,'action started via WP Cron','2021-01-23 03:09:18','2021-01-22 22:09:18'),
(95105,35865,'action complete via WP Cron','2021-01-23 03:09:18','2021-01-22 22:09:18'),
(95106,35866,'action created','2021-01-23 03:09:18','2021-01-22 22:09:18'),
(95107,35866,'action started via WP Cron','2021-01-23 03:10:30','2021-01-22 22:10:30'),
(95108,35866,'action complete via WP Cron','2021-01-23 03:10:30','2021-01-22 22:10:30'),
(95109,35867,'action created','2021-01-23 03:10:30','2021-01-22 22:10:30'),
(95110,35867,'action started via WP Cron','2021-01-23 03:12:31','2021-01-22 22:12:31'),
(95111,35867,'action complete via WP Cron','2021-01-23 03:12:31','2021-01-22 22:12:31'),
(95112,35868,'action created','2021-01-23 03:12:31','2021-01-22 22:12:31'),
(95113,35868,'action started via WP Cron','2021-01-23 03:14:34','2021-01-22 22:14:34'),
(95114,35868,'action complete via WP Cron','2021-01-23 03:14:34','2021-01-22 22:14:34'),
(95115,35869,'action created','2021-01-23 03:14:34','2021-01-22 22:14:34'),
(95116,35869,'action started via WP Cron','2021-01-23 03:17:55','2021-01-22 22:17:55'),
(95117,35869,'action complete via WP Cron','2021-01-23 03:17:55','2021-01-22 22:17:55'),
(95118,35870,'action created','2021-01-23 03:17:56','2021-01-22 22:17:56'),
(95119,35870,'action started via WP Cron','2021-01-23 03:18:54','2021-01-22 22:18:54'),
(95120,35870,'action complete via WP Cron','2021-01-23 03:18:54','2021-01-22 22:18:54'),
(95121,35871,'action created','2021-01-23 03:18:54','2021-01-22 22:18:54'),
(95122,35871,'action started via WP Cron','2021-01-23 03:19:48','2021-01-22 22:19:48'),
(95123,35871,'action complete via WP Cron','2021-01-23 03:19:48','2021-01-22 22:19:48'),
(95124,35872,'action created','2021-01-23 03:19:48','2021-01-22 22:19:48'),
(95125,35872,'action started via WP Cron','2021-01-23 03:21:27','2021-01-22 22:21:27'),
(95126,35872,'action complete via WP Cron','2021-01-23 03:21:27','2021-01-22 22:21:27'),
(95127,35873,'action created','2021-01-23 03:21:27','2021-01-22 22:21:27'),
(95128,35873,'action started via WP Cron','2021-01-23 03:23:15','2021-01-22 22:23:15'),
(95129,35873,'action complete via WP Cron','2021-01-23 03:23:15','2021-01-22 22:23:15'),
(95130,35874,'action created','2021-01-23 03:23:15','2021-01-22 22:23:15'),
(95131,35874,'action started via WP Cron','2021-01-23 03:24:38','2021-01-22 22:24:38'),
(95132,35874,'action complete via WP Cron','2021-01-23 03:24:38','2021-01-22 22:24:38'),
(95133,35875,'action created','2021-01-23 03:24:38','2021-01-22 22:24:38'),
(95134,35875,'action started via WP Cron','2021-01-23 03:26:08','2021-01-22 22:26:08'),
(95135,35875,'action complete via WP Cron','2021-01-23 03:26:08','2021-01-22 22:26:08'),
(95136,35876,'action created','2021-01-23 03:26:08','2021-01-22 22:26:08'),
(95137,35876,'action started via WP Cron','2021-01-23 03:26:18','2021-01-22 22:26:18'),
(95138,35876,'action complete via WP Cron','2021-01-23 03:26:18','2021-01-22 22:26:18'),
(95139,35877,'action created','2021-01-23 03:26:18','2021-01-22 22:26:18'),
(95140,35877,'action started via WP Cron','2021-01-23 03:28:08','2021-01-22 22:28:08'),
(95141,35877,'action complete via WP Cron','2021-01-23 03:28:08','2021-01-22 22:28:08'),
(95142,35878,'action created','2021-01-23 03:28:08','2021-01-22 22:28:08'),
(95143,35878,'action started via WP Cron','2021-01-23 03:28:24','2021-01-22 22:28:24'),
(95144,35878,'action complete via WP Cron','2021-01-23 03:28:24','2021-01-22 22:28:24'),
(95145,35879,'action created','2021-01-23 03:28:24','2021-01-22 22:28:24'),
(95146,35879,'action started via WP Cron','2021-01-23 03:30:47','2021-01-22 22:30:47'),
(95147,35879,'action complete via WP Cron','2021-01-23 03:30:47','2021-01-22 22:30:47'),
(95148,35880,'action created','2021-01-23 03:30:47','2021-01-22 22:30:47'),
(95149,35880,'action started via WP Cron','2021-01-23 03:32:40','2021-01-22 22:32:40'),
(95150,35880,'action complete via WP Cron','2021-01-23 03:32:40','2021-01-22 22:32:40'),
(95151,35881,'action created','2021-01-23 03:32:40','2021-01-22 22:32:40'),
(95152,35881,'action started via WP Cron','2021-01-23 03:33:41','2021-01-22 22:33:41'),
(95153,35881,'action complete via WP Cron','2021-01-23 03:33:41','2021-01-22 22:33:41'),
(95154,35882,'action created','2021-01-23 03:33:41','2021-01-22 22:33:41'),
(95155,35882,'action started via WP Cron','2021-01-23 03:34:30','2021-01-22 22:34:30'),
(95156,35882,'action complete via WP Cron','2021-01-23 03:34:31','2021-01-22 22:34:31'),
(95157,35883,'action created','2021-01-23 03:34:31','2021-01-22 22:34:31'),
(95158,35883,'action started via WP Cron','2021-01-23 03:35:32','2021-01-22 22:35:32'),
(95159,35883,'action complete via WP Cron','2021-01-23 03:35:32','2021-01-22 22:35:32'),
(95160,35884,'action created','2021-01-23 03:35:33','2021-01-22 22:35:33'),
(95161,35884,'action started via WP Cron','2021-01-23 03:36:12','2021-01-22 22:36:12'),
(95162,35884,'action complete via WP Cron','2021-01-23 03:36:12','2021-01-22 22:36:12'),
(95163,35885,'action created','2021-01-23 03:36:12','2021-01-22 22:36:12'),
(95164,35885,'action started via WP Cron','2021-01-23 03:37:22','2021-01-22 22:37:22'),
(95165,35885,'action complete via WP Cron','2021-01-23 03:37:22','2021-01-22 22:37:22'),
(95166,35886,'action created','2021-01-23 03:37:22','2021-01-22 22:37:22'),
(95167,35886,'action started via WP Cron','2021-01-23 03:39:09','2021-01-22 22:39:09'),
(95168,35886,'action complete via WP Cron','2021-01-23 03:39:09','2021-01-22 22:39:09'),
(95169,35887,'action created','2021-01-23 03:39:09','2021-01-22 22:39:09'),
(95170,35887,'action started via WP Cron','2021-01-23 03:39:31','2021-01-22 22:39:31'),
(95171,35887,'action complete via WP Cron','2021-01-23 03:39:31','2021-01-22 22:39:31'),
(95172,35888,'action created','2021-01-23 03:39:31','2021-01-22 22:39:31'),
(95173,35888,'action started via WP Cron','2021-01-23 03:40:45','2021-01-22 22:40:45'),
(95174,35888,'action complete via WP Cron','2021-01-23 03:40:45','2021-01-22 22:40:45'),
(95175,35889,'action created','2021-01-23 03:40:45','2021-01-22 22:40:45'),
(95176,35889,'action started via WP Cron','2021-01-23 03:41:39','2021-01-22 22:41:39'),
(95177,35889,'action complete via WP Cron','2021-01-23 03:41:39','2021-01-22 22:41:39'),
(95178,35890,'action created','2021-01-23 03:41:40','2021-01-22 22:41:40'),
(95179,35890,'action started via WP Cron','2021-01-23 03:42:21','2021-01-22 22:42:21'),
(95180,35890,'action complete via WP Cron','2021-01-23 03:42:21','2021-01-22 22:42:21'),
(95181,35891,'action created','2021-01-23 03:42:21','2021-01-22 22:42:21'),
(95182,35891,'action started via WP Cron','2021-01-23 03:43:45','2021-01-22 22:43:45'),
(95183,35891,'action complete via WP Cron','2021-01-23 03:43:45','2021-01-22 22:43:45'),
(95184,35892,'action created','2021-01-23 03:43:45','2021-01-22 22:43:45'),
(95185,35892,'action started via WP Cron','2021-01-23 03:45:50','2021-01-22 22:45:50'),
(95186,35892,'action complete via WP Cron','2021-01-23 03:45:50','2021-01-22 22:45:50'),
(95187,35893,'action created','2021-01-23 03:45:50','2021-01-22 22:45:50'),
(95188,35893,'action started via WP Cron','2021-01-23 03:47:41','2021-01-22 22:47:41'),
(95189,35893,'action complete via WP Cron','2021-01-23 03:47:41','2021-01-22 22:47:41'),
(95190,35894,'action created','2021-01-23 03:47:41','2021-01-22 22:47:41'),
(95191,35894,'action started via WP Cron','2021-01-23 03:48:30','2021-01-22 22:48:30'),
(95192,35894,'action complete via WP Cron','2021-01-23 03:48:30','2021-01-22 22:48:30'),
(95193,35895,'action created','2021-01-23 03:48:30','2021-01-22 22:48:30'),
(95194,35895,'action started via WP Cron','2021-01-23 03:49:13','2021-01-22 22:49:13'),
(95195,35895,'action complete via WP Cron','2021-01-23 03:49:13','2021-01-22 22:49:13'),
(95196,35896,'action created','2021-01-23 03:49:13','2021-01-22 22:49:13'),
(95197,35896,'action started via WP Cron','2021-01-23 03:52:39','2021-01-22 22:52:39'),
(95198,35896,'action complete via WP Cron','2021-01-23 03:52:39','2021-01-22 22:52:39'),
(95199,35897,'action created','2021-01-23 03:52:39','2021-01-22 22:52:39'),
(95200,35897,'action started via WP Cron','2021-01-23 03:53:40','2021-01-22 22:53:40'),
(95201,35897,'action complete via WP Cron','2021-01-23 03:53:40','2021-01-22 22:53:40'),
(95202,35898,'action created','2021-01-23 03:53:40','2021-01-22 22:53:40'),
(95203,35898,'action started via WP Cron','2021-01-23 03:54:46','2021-01-22 22:54:46'),
(95204,35898,'action complete via WP Cron','2021-01-23 03:54:46','2021-01-22 22:54:46'),
(95205,35899,'action created','2021-01-23 03:54:46','2021-01-22 22:54:46'),
(95206,35899,'action started via WP Cron','2021-01-23 03:56:18','2021-01-22 22:56:18'),
(95207,35899,'action complete via WP Cron','2021-01-23 03:56:18','2021-01-22 22:56:18'),
(95208,35900,'action created','2021-01-23 03:56:18','2021-01-22 22:56:18'),
(95209,35900,'action started via WP Cron','2021-01-23 03:57:12','2021-01-22 22:57:12'),
(95210,35900,'action complete via WP Cron','2021-01-23 03:57:12','2021-01-22 22:57:12'),
(95211,35901,'action created','2021-01-23 03:57:12','2021-01-22 22:57:12'),
(95212,35901,'action started via WP Cron','2021-01-23 04:02:07','2021-01-22 23:02:07'),
(95213,35901,'action complete via WP Cron','2021-01-23 04:02:07','2021-01-22 23:02:07'),
(95214,35902,'action created','2021-01-23 04:02:07','2021-01-22 23:02:07'),
(95215,35902,'action started via WP Cron','2021-01-23 04:03:05','2021-01-22 23:03:05'),
(95216,35902,'action complete via WP Cron','2021-01-23 04:03:05','2021-01-22 23:03:05'),
(95217,35903,'action created','2021-01-23 04:03:05','2021-01-22 23:03:05'),
(95218,35903,'action started via WP Cron','2021-01-23 04:03:44','2021-01-22 23:03:44'),
(95219,35903,'action complete via WP Cron','2021-01-23 04:03:44','2021-01-22 23:03:44'),
(95220,35904,'action created','2021-01-23 04:03:44','2021-01-22 23:03:44'),
(95221,35904,'action started via WP Cron','2021-01-23 04:04:14','2021-01-22 23:04:14'),
(95222,35904,'action complete via WP Cron','2021-01-23 04:04:14','2021-01-22 23:04:14'),
(95223,35905,'action created','2021-01-23 04:04:14','2021-01-22 23:04:14'),
(95224,35905,'action started via WP Cron','2021-01-23 04:05:45','2021-01-22 23:05:45'),
(95225,35905,'action complete via WP Cron','2021-01-23 04:05:45','2021-01-22 23:05:45'),
(95226,35906,'action created','2021-01-23 04:05:45','2021-01-22 23:05:45'),
(95227,35906,'action started via WP Cron','2021-01-23 04:06:50','2021-01-22 23:06:50'),
(95228,35906,'action complete via WP Cron','2021-01-23 04:06:50','2021-01-22 23:06:50'),
(95229,35907,'action created','2021-01-23 04:06:50','2021-01-22 23:06:50'),
(95230,35907,'action started via WP Cron','2021-01-23 04:08:35','2021-01-22 23:08:35'),
(95231,35907,'action complete via WP Cron','2021-01-23 04:08:35','2021-01-22 23:08:35'),
(95232,35908,'action created','2021-01-23 04:08:35','2021-01-22 23:08:35'),
(95233,35908,'action started via WP Cron','2021-01-23 04:09:19','2021-01-22 23:09:19'),
(95234,35908,'action complete via WP Cron','2021-01-23 04:09:19','2021-01-22 23:09:19'),
(95235,35909,'action created','2021-01-23 04:09:19','2021-01-22 23:09:19'),
(95236,35909,'action started via WP Cron','2021-01-23 04:10:25','2021-01-22 23:10:25'),
(95237,35909,'action complete via WP Cron','2021-01-23 04:10:25','2021-01-22 23:10:25'),
(95238,35910,'action created','2021-01-23 04:10:25','2021-01-22 23:10:25'),
(95239,35910,'action started via WP Cron','2021-01-23 04:13:06','2021-01-22 23:13:06'),
(95240,35910,'action complete via WP Cron','2021-01-23 04:13:06','2021-01-22 23:13:06'),
(95241,35911,'action created','2021-01-23 04:13:06','2021-01-22 23:13:06'),
(95242,35911,'action started via WP Cron','2021-01-23 04:14:14','2021-01-22 23:14:14'),
(95243,35911,'action complete via WP Cron','2021-01-23 04:14:14','2021-01-22 23:14:14'),
(95244,35912,'action created','2021-01-23 04:14:14','2021-01-22 23:14:14'),
(95245,35912,'action started via WP Cron','2021-01-23 04:15:43','2021-01-22 23:15:43'),
(95246,35912,'action complete via WP Cron','2021-01-23 04:15:43','2021-01-22 23:15:43'),
(95247,35913,'action created','2021-01-23 04:15:43','2021-01-22 23:15:43'),
(95248,35913,'action started via WP Cron','2021-01-23 04:16:33','2021-01-22 23:16:33'),
(95249,35913,'action complete via WP Cron','2021-01-23 04:16:33','2021-01-22 23:16:33'),
(95250,35914,'action created','2021-01-23 04:16:33','2021-01-22 23:16:33'),
(95251,35914,'action started via WP Cron','2021-01-23 04:17:16','2021-01-22 23:17:16'),
(95252,35914,'action complete via WP Cron','2021-01-23 04:17:16','2021-01-22 23:17:16'),
(95253,35915,'action created','2021-01-23 04:17:16','2021-01-22 23:17:16'),
(95254,35915,'action started via WP Cron','2021-01-23 04:18:36','2021-01-22 23:18:36'),
(95255,35915,'action complete via WP Cron','2021-01-23 04:18:36','2021-01-22 23:18:36'),
(95256,35916,'action created','2021-01-23 04:18:36','2021-01-22 23:18:36'),
(95257,35916,'action started via WP Cron','2021-01-23 04:19:32','2021-01-22 23:19:32'),
(95258,35916,'action complete via WP Cron','2021-01-23 04:19:32','2021-01-22 23:19:32'),
(95259,35917,'action created','2021-01-23 04:19:32','2021-01-22 23:19:32'),
(95260,35917,'action started via WP Cron','2021-01-23 04:20:23','2021-01-22 23:20:23'),
(95261,35917,'action complete via WP Cron','2021-01-23 04:20:23','2021-01-22 23:20:23'),
(95262,35918,'action created','2021-01-23 04:20:23','2021-01-22 23:20:23'),
(95263,35918,'action started via WP Cron','2021-01-23 04:21:16','2021-01-22 23:21:16'),
(95264,35918,'action complete via WP Cron','2021-01-23 04:21:16','2021-01-22 23:21:16'),
(95265,35919,'action created','2021-01-23 04:21:16','2021-01-22 23:21:16'),
(95266,35919,'action started via WP Cron','2021-01-23 04:23:40','2021-01-22 23:23:40'),
(95267,35919,'action complete via WP Cron','2021-01-23 04:23:40','2021-01-22 23:23:40'),
(95268,35920,'action created','2021-01-23 04:23:40','2021-01-22 23:23:40'),
(95269,35920,'action started via WP Cron','2021-01-23 04:24:24','2021-01-22 23:24:24'),
(95270,35920,'action complete via WP Cron','2021-01-23 04:24:24','2021-01-22 23:24:24'),
(95271,35921,'action created','2021-01-23 04:24:24','2021-01-22 23:24:24'),
(95272,35921,'action started via WP Cron','2021-01-23 04:26:13','2021-01-22 23:26:13'),
(95273,35921,'action complete via WP Cron','2021-01-23 04:26:13','2021-01-22 23:26:13'),
(95274,35922,'action created','2021-01-23 04:26:13','2021-01-22 23:26:13'),
(95275,35922,'action started via WP Cron','2021-01-23 04:28:15','2021-01-22 23:28:15'),
(95276,35922,'action complete via WP Cron','2021-01-23 04:28:15','2021-01-22 23:28:15'),
(95277,35923,'action created','2021-01-23 04:28:15','2021-01-22 23:28:15'),
(95278,35923,'action started via WP Cron','2021-01-23 04:29:14','2021-01-22 23:29:14'),
(95279,35923,'action complete via WP Cron','2021-01-23 04:29:14','2021-01-22 23:29:14'),
(95280,35924,'action created','2021-01-23 04:29:14','2021-01-22 23:29:14'),
(95281,35924,'action started via WP Cron','2021-01-23 04:31:16','2021-01-22 23:31:16'),
(95282,35924,'action complete via WP Cron','2021-01-23 04:31:16','2021-01-22 23:31:16'),
(95283,35925,'action created','2021-01-23 04:31:16','2021-01-22 23:31:16'),
(95284,35925,'action started via WP Cron','2021-01-23 04:33:10','2021-01-22 23:33:10'),
(95285,35925,'action complete via WP Cron','2021-01-23 04:33:10','2021-01-22 23:33:10'),
(95286,35926,'action created','2021-01-23 04:33:10','2021-01-22 23:33:10'),
(95287,35926,'action started via WP Cron','2021-01-23 04:35:37','2021-01-22 23:35:37'),
(95288,35926,'action complete via WP Cron','2021-01-23 04:35:37','2021-01-22 23:35:37'),
(95289,35927,'action created','2021-01-23 04:35:37','2021-01-22 23:35:37'),
(95290,35927,'action started via WP Cron','2021-01-23 04:37:46','2021-01-22 23:37:46'),
(95291,35927,'action complete via WP Cron','2021-01-23 04:37:46','2021-01-22 23:37:46'),
(95292,35928,'action created','2021-01-23 04:37:46','2021-01-22 23:37:46'),
(95293,35928,'action started via WP Cron','2021-01-23 04:38:53','2021-01-22 23:38:53'),
(95294,35928,'action complete via WP Cron','2021-01-23 04:38:53','2021-01-22 23:38:53'),
(95295,35929,'action created','2021-01-23 04:38:53','2021-01-22 23:38:53'),
(95296,35929,'action started via WP Cron','2021-01-23 04:39:35','2021-01-22 23:39:35'),
(95297,35929,'action complete via WP Cron','2021-01-23 04:39:35','2021-01-22 23:39:35'),
(95298,35930,'action created','2021-01-23 04:39:35','2021-01-22 23:39:35'),
(95299,35930,'action started via WP Cron','2021-01-23 04:40:14','2021-01-22 23:40:14'),
(95300,35930,'action complete via WP Cron','2021-01-23 04:40:14','2021-01-22 23:40:14'),
(95301,35931,'action created','2021-01-23 04:40:15','2021-01-22 23:40:15'),
(95302,35931,'action started via WP Cron','2021-01-23 04:43:01','2021-01-22 23:43:01'),
(95303,35931,'action complete via WP Cron','2021-01-23 04:43:01','2021-01-22 23:43:01'),
(95304,35932,'action created','2021-01-23 04:43:01','2021-01-22 23:43:01'),
(95305,35932,'action started via WP Cron','2021-01-23 04:43:40','2021-01-22 23:43:40'),
(95306,35932,'action complete via WP Cron','2021-01-23 04:43:40','2021-01-22 23:43:40'),
(95307,35933,'action created','2021-01-23 04:43:40','2021-01-22 23:43:40'),
(95308,35933,'action started via WP Cron','2021-01-23 04:44:58','2021-01-22 23:44:58'),
(95309,35933,'action complete via WP Cron','2021-01-23 04:44:58','2021-01-22 23:44:58'),
(95310,35934,'action created','2021-01-23 04:44:58','2021-01-22 23:44:58'),
(95311,35934,'action started via WP Cron','2021-01-23 04:46:12','2021-01-22 23:46:12'),
(95312,35934,'action complete via WP Cron','2021-01-23 04:46:12','2021-01-22 23:46:12'),
(95313,35935,'action created','2021-01-23 04:46:12','2021-01-22 23:46:12'),
(95314,35935,'action started via WP Cron','2021-01-23 04:47:13','2021-01-22 23:47:13'),
(95315,35935,'action complete via WP Cron','2021-01-23 04:47:13','2021-01-22 23:47:13'),
(95316,35936,'action created','2021-01-23 04:47:13','2021-01-22 23:47:13'),
(95317,35936,'action started via WP Cron','2021-01-23 04:48:48','2021-01-22 23:48:48'),
(95318,35936,'action complete via WP Cron','2021-01-23 04:48:48','2021-01-22 23:48:48'),
(95319,35937,'action created','2021-01-23 04:48:48','2021-01-22 23:48:48'),
(95320,35937,'action started via WP Cron','2021-01-23 04:49:32','2021-01-22 23:49:32'),
(95321,35937,'action complete via WP Cron','2021-01-23 04:49:32','2021-01-22 23:49:32'),
(95322,35938,'action created','2021-01-23 04:49:32','2021-01-22 23:49:32'),
(95323,35938,'action started via WP Cron','2021-01-23 04:50:18','2021-01-22 23:50:18'),
(95324,35938,'action complete via WP Cron','2021-01-23 04:50:18','2021-01-22 23:50:18'),
(95325,35939,'action created','2021-01-23 04:50:18','2021-01-22 23:50:18'),
(95326,35939,'action started via WP Cron','2021-01-23 04:52:27','2021-01-22 23:52:27'),
(95327,35939,'action complete via WP Cron','2021-01-23 04:52:27','2021-01-22 23:52:27'),
(95328,35940,'action created','2021-01-23 04:52:27','2021-01-22 23:52:27'),
(95329,35940,'action started via WP Cron','2021-01-23 04:54:45','2021-01-22 23:54:45'),
(95330,35940,'action complete via WP Cron','2021-01-23 04:54:45','2021-01-22 23:54:45'),
(95331,35941,'action created','2021-01-23 04:54:45','2021-01-22 23:54:45'),
(95332,35941,'action started via WP Cron','2021-01-23 05:00:41','2021-01-23 00:00:41'),
(95333,35941,'action complete via WP Cron','2021-01-23 05:00:41','2021-01-23 00:00:41'),
(95334,35942,'action created','2021-01-23 05:00:41','2021-01-23 00:00:41'),
(95335,35942,'action started via WP Cron','2021-01-23 05:01:34','2021-01-23 00:01:34'),
(95336,35942,'action complete via WP Cron','2021-01-23 05:01:34','2021-01-23 00:01:34'),
(95337,35943,'action created','2021-01-23 05:01:34','2021-01-23 00:01:34'),
(95338,35943,'action started via WP Cron','2021-01-23 05:02:26','2021-01-23 00:02:26'),
(95339,35943,'action complete via WP Cron','2021-01-23 05:02:26','2021-01-23 00:02:26'),
(95340,35944,'action created','2021-01-23 05:02:26','2021-01-23 00:02:26'),
(95341,35944,'action started via WP Cron','2021-01-23 05:04:48','2021-01-23 00:04:48'),
(95342,35944,'action complete via WP Cron','2021-01-23 05:04:48','2021-01-23 00:04:48'),
(95343,35945,'action created','2021-01-23 05:04:48','2021-01-23 00:04:48'),
(95344,35945,'action started via WP Cron','2021-01-23 05:05:48','2021-01-23 00:05:48'),
(95345,35945,'action complete via WP Cron','2021-01-23 05:05:48','2021-01-23 00:05:48'),
(95346,35946,'action created','2021-01-23 05:05:48','2021-01-23 00:05:48'),
(95347,35946,'action started via WP Cron','2021-01-23 05:06:26','2021-01-23 00:06:26'),
(95348,35946,'action complete via WP Cron','2021-01-23 05:06:26','2021-01-23 00:06:26'),
(95349,35947,'action created','2021-01-23 05:06:26','2021-01-23 00:06:26'),
(95350,35947,'action started via WP Cron','2021-01-23 05:07:38','2021-01-23 00:07:38'),
(95351,35947,'action complete via WP Cron','2021-01-23 05:07:38','2021-01-23 00:07:38'),
(95352,35948,'action created','2021-01-23 05:07:38','2021-01-23 00:07:38'),
(95353,35948,'action started via WP Cron','2021-01-23 05:08:34','2021-01-23 00:08:34'),
(95354,35948,'action complete via WP Cron','2021-01-23 05:08:34','2021-01-23 00:08:34'),
(95355,35949,'action created','2021-01-23 05:08:34','2021-01-23 00:08:34'),
(95356,35949,'action started via WP Cron','2021-01-23 05:09:28','2021-01-23 00:09:28'),
(95357,35949,'action complete via WP Cron','2021-01-23 05:09:28','2021-01-23 00:09:28'),
(95358,35950,'action created','2021-01-23 05:09:28','2021-01-23 00:09:28'),
(95359,35950,'action started via WP Cron','2021-01-23 05:10:12','2021-01-23 00:10:12'),
(95360,35950,'action complete via WP Cron','2021-01-23 05:10:12','2021-01-23 00:10:12'),
(95361,35951,'action created','2021-01-23 05:10:12','2021-01-23 00:10:12'),
(95362,35951,'action started via WP Cron','2021-01-23 05:11:35','2021-01-23 00:11:35'),
(95363,35951,'action complete via WP Cron','2021-01-23 05:11:35','2021-01-23 00:11:35'),
(95364,35952,'action created','2021-01-23 05:11:35','2021-01-23 00:11:35'),
(95365,35952,'action started via WP Cron','2021-01-23 05:12:17','2021-01-23 00:12:17'),
(95366,35952,'action complete via WP Cron','2021-01-23 05:12:17','2021-01-23 00:12:17'),
(95367,35953,'action created','2021-01-23 05:12:17','2021-01-23 00:12:17'),
(95368,35953,'action started via WP Cron','2021-01-23 05:13:30','2021-01-23 00:13:30'),
(95369,35953,'action complete via WP Cron','2021-01-23 05:13:30','2021-01-23 00:13:30'),
(95370,35954,'action created','2021-01-23 05:13:30','2021-01-23 00:13:30'),
(95371,35954,'action started via WP Cron','2021-01-23 05:14:36','2021-01-23 00:14:36'),
(95372,35954,'action complete via WP Cron','2021-01-23 05:14:36','2021-01-23 00:14:36'),
(95373,35955,'action created','2021-01-23 05:14:36','2021-01-23 00:14:36'),
(95374,35955,'action started via WP Cron','2021-01-23 05:15:15','2021-01-23 00:15:15'),
(95375,35955,'action complete via WP Cron','2021-01-23 05:15:15','2021-01-23 00:15:15'),
(95376,35956,'action created','2021-01-23 05:15:15','2021-01-23 00:15:15'),
(95377,35956,'action started via WP Cron','2021-01-23 05:16:53','2021-01-23 00:16:53'),
(95378,35956,'action complete via WP Cron','2021-01-23 05:16:53','2021-01-23 00:16:53'),
(95379,35957,'action created','2021-01-23 05:16:53','2021-01-23 00:16:53'),
(95380,35957,'action started via WP Cron','2021-01-23 05:19:56','2021-01-23 00:19:56'),
(95381,35957,'action complete via WP Cron','2021-01-23 05:19:56','2021-01-23 00:19:56'),
(95382,35958,'action created','2021-01-23 05:19:56','2021-01-23 00:19:56'),
(95383,35958,'action started via WP Cron','2021-01-23 05:20:16','2021-01-23 00:20:16'),
(95384,35958,'action complete via WP Cron','2021-01-23 05:20:16','2021-01-23 00:20:16'),
(95385,35959,'action created','2021-01-23 05:20:16','2021-01-23 00:20:16'),
(95386,35959,'action started via WP Cron','2021-01-23 05:21:11','2021-01-23 00:21:11'),
(95387,35959,'action complete via WP Cron','2021-01-23 05:21:11','2021-01-23 00:21:11'),
(95388,35960,'action created','2021-01-23 05:21:12','2021-01-23 00:21:12'),
(95389,35960,'action started via WP Cron','2021-01-23 05:23:19','2021-01-23 00:23:19'),
(95390,35960,'action complete via WP Cron','2021-01-23 05:23:19','2021-01-23 00:23:19'),
(95391,35961,'action created','2021-01-23 05:23:20','2021-01-23 00:23:20'),
(95392,35961,'action started via WP Cron','2021-01-23 05:25:55','2021-01-23 00:25:55'),
(95393,35961,'action complete via WP Cron','2021-01-23 05:25:55','2021-01-23 00:25:55'),
(95394,35962,'action created','2021-01-23 05:25:55','2021-01-23 00:25:55'),
(95395,35962,'action started via WP Cron','2021-01-23 05:26:24','2021-01-23 00:26:24'),
(95396,35962,'action complete via WP Cron','2021-01-23 05:26:24','2021-01-23 00:26:24'),
(95397,35963,'action created','2021-01-23 05:26:24','2021-01-23 00:26:24'),
(95398,35963,'action started via WP Cron','2021-01-23 05:27:58','2021-01-23 00:27:58'),
(95399,35963,'action complete via WP Cron','2021-01-23 05:27:58','2021-01-23 00:27:58'),
(95400,35964,'action created','2021-01-23 05:27:58','2021-01-23 00:27:58'),
(95401,35964,'action started via WP Cron','2021-01-23 05:29:08','2021-01-23 00:29:08'),
(95402,35964,'action complete via WP Cron','2021-01-23 05:29:08','2021-01-23 00:29:08'),
(95403,35965,'action created','2021-01-23 05:29:08','2021-01-23 00:29:08'),
(95404,35965,'action started via WP Cron','2021-01-23 05:30:09','2021-01-23 00:30:09'),
(95405,35965,'action complete via WP Cron','2021-01-23 05:30:09','2021-01-23 00:30:09'),
(95406,35966,'action created','2021-01-23 05:30:09','2021-01-23 00:30:09'),
(95407,35966,'action started via WP Cron','2021-01-23 05:31:58','2021-01-23 00:31:58'),
(95408,35966,'action complete via WP Cron','2021-01-23 05:31:58','2021-01-23 00:31:58'),
(95409,35967,'action created','2021-01-23 05:31:58','2021-01-23 00:31:58'),
(95410,35967,'action started via WP Cron','2021-01-23 05:32:18','2021-01-23 00:32:18'),
(95411,35967,'action complete via WP Cron','2021-01-23 05:32:18','2021-01-23 00:32:18'),
(95412,35968,'action created','2021-01-23 05:32:18','2021-01-23 00:32:18'),
(95413,35968,'action started via WP Cron','2021-01-23 05:33:37','2021-01-23 00:33:37'),
(95414,35968,'action complete via WP Cron','2021-01-23 05:33:37','2021-01-23 00:33:37'),
(95415,35969,'action created','2021-01-23 05:33:37','2021-01-23 00:33:37'),
(95416,35969,'action started via WP Cron','2021-01-23 05:34:24','2021-01-23 00:34:24'),
(95417,35969,'action complete via WP Cron','2021-01-23 05:34:24','2021-01-23 00:34:24'),
(95418,35970,'action created','2021-01-23 05:34:24','2021-01-23 00:34:24'),
(95419,35970,'action started via WP Cron','2021-01-23 05:35:14','2021-01-23 00:35:14'),
(95420,35970,'action complete via WP Cron','2021-01-23 05:35:14','2021-01-23 00:35:14'),
(95421,35971,'action created','2021-01-23 05:35:14','2021-01-23 00:35:14'),
(95422,35971,'action started via WP Cron','2021-01-23 05:36:21','2021-01-23 00:36:21'),
(95423,35971,'action complete via WP Cron','2021-01-23 05:36:21','2021-01-23 00:36:21'),
(95424,35972,'action created','2021-01-23 05:36:21','2021-01-23 00:36:21'),
(95425,35972,'action started via WP Cron','2021-01-23 05:38:48','2021-01-23 00:38:48'),
(95426,35972,'action complete via WP Cron','2021-01-23 05:38:48','2021-01-23 00:38:48'),
(95427,35973,'action created','2021-01-23 05:38:48','2021-01-23 00:38:48'),
(95428,35973,'action started via WP Cron','2021-01-23 05:39:26','2021-01-23 00:39:26'),
(95429,35973,'action complete via WP Cron','2021-01-23 05:39:26','2021-01-23 00:39:26'),
(95430,35974,'action created','2021-01-23 05:39:26','2021-01-23 00:39:26'),
(95431,35974,'action started via WP Cron','2021-01-23 05:40:46','2021-01-23 00:40:46'),
(95432,35974,'action complete via WP Cron','2021-01-23 05:40:46','2021-01-23 00:40:46'),
(95433,35975,'action created','2021-01-23 05:40:46','2021-01-23 00:40:46'),
(95434,35975,'action started via WP Cron','2021-01-23 05:41:29','2021-01-23 00:41:29'),
(95435,35975,'action complete via WP Cron','2021-01-23 05:41:29','2021-01-23 00:41:29'),
(95436,35976,'action created','2021-01-23 05:41:29','2021-01-23 00:41:29'),
(95437,35976,'action started via WP Cron','2021-01-23 05:43:53','2021-01-23 00:43:53'),
(95438,35976,'action complete via WP Cron','2021-01-23 05:43:53','2021-01-23 00:43:53'),
(95439,35977,'action created','2021-01-23 05:43:53','2021-01-23 00:43:53'),
(95440,35977,'action started via WP Cron','2021-01-23 05:44:35','2021-01-23 00:44:35'),
(95441,35977,'action complete via WP Cron','2021-01-23 05:44:35','2021-01-23 00:44:35'),
(95442,35978,'action created','2021-01-23 05:44:35','2021-01-23 00:44:35'),
(95443,35978,'action started via WP Cron','2021-01-23 05:45:45','2021-01-23 00:45:45'),
(95444,35978,'action complete via WP Cron','2021-01-23 05:45:45','2021-01-23 00:45:45'),
(95445,35979,'action created','2021-01-23 05:45:46','2021-01-23 00:45:46'),
(95446,35979,'action started via WP Cron','2021-01-23 05:47:04','2021-01-23 00:47:04'),
(95447,35979,'action complete via WP Cron','2021-01-23 05:47:04','2021-01-23 00:47:04'),
(95448,35980,'action created','2021-01-23 05:47:04','2021-01-23 00:47:04'),
(95449,35980,'action started via WP Cron','2021-01-23 05:47:47','2021-01-23 00:47:47'),
(95450,35980,'action complete via WP Cron','2021-01-23 05:47:47','2021-01-23 00:47:47'),
(95451,35981,'action created','2021-01-23 05:47:47','2021-01-23 00:47:47'),
(95452,35981,'action started via WP Cron','2021-01-23 05:49:05','2021-01-23 00:49:05'),
(95453,35981,'action complete via WP Cron','2021-01-23 05:49:05','2021-01-23 00:49:05'),
(95454,35982,'action created','2021-01-23 05:49:05','2021-01-23 00:49:05'),
(95455,35982,'action started via WP Cron','2021-01-23 05:49:42','2021-01-23 00:49:42'),
(95456,35982,'action complete via WP Cron','2021-01-23 05:49:42','2021-01-23 00:49:42'),
(95457,35983,'action created','2021-01-23 05:49:42','2021-01-23 00:49:42'),
(95458,35983,'action started via WP Cron','2021-01-23 05:51:56','2021-01-23 00:51:56'),
(95459,35983,'action complete via WP Cron','2021-01-23 05:51:56','2021-01-23 00:51:56'),
(95460,35984,'action created','2021-01-23 05:51:56','2021-01-23 00:51:56'),
(95461,35984,'action started via WP Cron','2021-01-23 05:53:48','2021-01-23 00:53:48'),
(95462,35984,'action complete via WP Cron','2021-01-23 05:53:48','2021-01-23 00:53:48'),
(95463,35985,'action created','2021-01-23 05:53:48','2021-01-23 00:53:48'),
(95464,35985,'action started via WP Cron','2021-01-23 05:56:11','2021-01-23 00:56:11'),
(95465,35985,'action complete via WP Cron','2021-01-23 05:56:11','2021-01-23 00:56:11'),
(95466,35986,'action created','2021-01-23 05:56:11','2021-01-23 00:56:11'),
(95467,35986,'action started via WP Cron','2021-01-23 05:57:26','2021-01-23 00:57:26'),
(95468,35986,'action complete via WP Cron','2021-01-23 05:57:26','2021-01-23 00:57:26'),
(95469,35987,'action created','2021-01-23 05:57:26','2021-01-23 00:57:26'),
(95470,35987,'action started via WP Cron','2021-01-23 05:58:22','2021-01-23 00:58:22'),
(95471,35987,'action complete via WP Cron','2021-01-23 05:58:22','2021-01-23 00:58:22'),
(95472,35988,'action created','2021-01-23 05:58:22','2021-01-23 00:58:22'),
(95473,35988,'action started via WP Cron','2021-01-23 06:00:57','2021-01-23 01:00:57'),
(95474,35988,'action complete via WP Cron','2021-01-23 06:00:57','2021-01-23 01:00:57'),
(95475,35989,'action created','2021-01-23 06:00:57','2021-01-23 01:00:57'),
(95476,35989,'action started via WP Cron','2021-01-23 06:03:18','2021-01-23 01:03:18'),
(95477,35989,'action complete via WP Cron','2021-01-23 06:03:18','2021-01-23 01:03:18'),
(95478,35990,'action created','2021-01-23 06:03:18','2021-01-23 01:03:18'),
(95479,35990,'action started via WP Cron','2021-01-23 06:05:04','2021-01-23 01:05:04'),
(95480,35990,'action complete via WP Cron','2021-01-23 06:05:04','2021-01-23 01:05:04'),
(95481,35991,'action created','2021-01-23 06:05:04','2021-01-23 01:05:04'),
(95482,35991,'action started via WP Cron','2021-01-23 06:05:33','2021-01-23 01:05:33'),
(95483,35991,'action complete via WP Cron','2021-01-23 06:05:33','2021-01-23 01:05:33'),
(95484,35992,'action created','2021-01-23 06:05:33','2021-01-23 01:05:33'),
(95485,35992,'action started via WP Cron','2021-01-23 06:06:34','2021-01-23 01:06:34'),
(95486,35992,'action complete via WP Cron','2021-01-23 06:06:34','2021-01-23 01:06:34'),
(95487,35993,'action created','2021-01-23 06:06:34','2021-01-23 01:06:34'),
(95488,35993,'action started via WP Cron','2021-01-23 06:07:50','2021-01-23 01:07:50'),
(95489,35993,'action complete via WP Cron','2021-01-23 06:07:50','2021-01-23 01:07:50'),
(95490,35994,'action created','2021-01-23 06:07:50','2021-01-23 01:07:50'),
(95491,35994,'action started via WP Cron','2021-01-23 06:10:15','2021-01-23 01:10:15'),
(95492,35994,'action complete via WP Cron','2021-01-23 06:10:15','2021-01-23 01:10:15'),
(95493,35995,'action created','2021-01-23 06:10:15','2021-01-23 01:10:15'),
(95494,35995,'action started via WP Cron','2021-01-23 06:11:30','2021-01-23 01:11:30'),
(95495,35995,'action complete via WP Cron','2021-01-23 06:11:30','2021-01-23 01:11:30'),
(95496,35996,'action created','2021-01-23 06:11:30','2021-01-23 01:11:30'),
(95497,35996,'action started via WP Cron','2021-01-23 06:12:11','2021-01-23 01:12:11'),
(95498,35996,'action complete via WP Cron','2021-01-23 06:12:11','2021-01-23 01:12:11'),
(95499,35997,'action created','2021-01-23 06:12:11','2021-01-23 01:12:11'),
(95500,35997,'action started via WP Cron','2021-01-23 06:13:47','2021-01-23 01:13:47'),
(95501,35997,'action complete via WP Cron','2021-01-23 06:13:47','2021-01-23 01:13:47'),
(95502,35998,'action created','2021-01-23 06:13:47','2021-01-23 01:13:47'),
(95503,35998,'action started via WP Cron','2021-01-23 06:14:54','2021-01-23 01:14:54'),
(95504,35998,'action complete via WP Cron','2021-01-23 06:14:54','2021-01-23 01:14:54'),
(95505,35999,'action created','2021-01-23 06:14:54','2021-01-23 01:14:54'),
(95506,35999,'action started via WP Cron','2021-01-23 06:16:23','2021-01-23 01:16:23'),
(95507,35999,'action complete via WP Cron','2021-01-23 06:16:23','2021-01-23 01:16:23'),
(95508,36000,'action created','2021-01-23 06:16:23','2021-01-23 01:16:23'),
(95509,36000,'action started via WP Cron','2021-01-23 06:17:59','2021-01-23 01:17:59'),
(95510,36000,'action complete via WP Cron','2021-01-23 06:17:59','2021-01-23 01:17:59'),
(95511,36001,'action created','2021-01-23 06:17:59','2021-01-23 01:17:59'),
(95512,36001,'action started via WP Cron','2021-01-23 06:19:05','2021-01-23 01:19:05'),
(95513,36001,'action complete via WP Cron','2021-01-23 06:19:05','2021-01-23 01:19:05'),
(95514,36002,'action created','2021-01-23 06:19:05','2021-01-23 01:19:05'),
(95515,36002,'action started via WP Cron','2021-01-23 06:19:20','2021-01-23 01:19:20'),
(95516,36002,'action complete via WP Cron','2021-01-23 06:19:20','2021-01-23 01:19:20'),
(95517,36003,'action created','2021-01-23 06:19:20','2021-01-23 01:19:20'),
(95518,36003,'action started via WP Cron','2021-01-23 06:20:38','2021-01-23 01:20:38'),
(95519,36003,'action complete via WP Cron','2021-01-23 06:20:38','2021-01-23 01:20:38'),
(95520,36004,'action created','2021-01-23 06:20:38','2021-01-23 01:20:38'),
(95521,36004,'action started via WP Cron','2021-01-23 06:21:50','2021-01-23 01:21:50'),
(95522,36004,'action complete via WP Cron','2021-01-23 06:21:50','2021-01-23 01:21:50'),
(95523,36005,'action created','2021-01-23 06:21:50','2021-01-23 01:21:50'),
(95524,36005,'action started via WP Cron','2021-01-23 06:23:30','2021-01-23 01:23:30'),
(95525,36005,'action complete via WP Cron','2021-01-23 06:23:31','2021-01-23 01:23:31'),
(95526,36006,'action created','2021-01-23 06:23:31','2021-01-23 01:23:31'),
(95527,36006,'action started via WP Cron','2021-01-23 06:24:23','2021-01-23 01:24:23'),
(95528,36006,'action complete via WP Cron','2021-01-23 06:24:23','2021-01-23 01:24:23'),
(95529,36007,'action created','2021-01-23 06:24:23','2021-01-23 01:24:23'),
(95530,36007,'action started via WP Cron','2021-01-23 06:26:46','2021-01-23 01:26:46'),
(95531,36007,'action complete via WP Cron','2021-01-23 06:26:46','2021-01-23 01:26:46'),
(95532,36008,'action created','2021-01-23 06:26:46','2021-01-23 01:26:46'),
(95533,36008,'action started via WP Cron','2021-01-23 06:27:38','2021-01-23 01:27:38'),
(95534,36008,'action complete via WP Cron','2021-01-23 06:27:38','2021-01-23 01:27:38'),
(95535,36009,'action created','2021-01-23 06:27:38','2021-01-23 01:27:38'),
(95536,36009,'action started via WP Cron','2021-01-23 06:29:51','2021-01-23 01:29:51'),
(95537,36009,'action complete via WP Cron','2021-01-23 06:29:51','2021-01-23 01:29:51'),
(95538,36010,'action created','2021-01-23 06:29:51','2021-01-23 01:29:51'),
(95539,36010,'action started via WP Cron','2021-01-23 06:30:40','2021-01-23 01:30:40'),
(95540,36010,'action complete via WP Cron','2021-01-23 06:30:41','2021-01-23 01:30:41'),
(95541,36011,'action created','2021-01-23 06:30:41','2021-01-23 01:30:41'),
(95542,36011,'action started via WP Cron','2021-01-23 06:32:31','2021-01-23 01:32:31'),
(95543,36011,'action complete via WP Cron','2021-01-23 06:32:31','2021-01-23 01:32:31'),
(95544,36012,'action created','2021-01-23 06:32:31','2021-01-23 01:32:31'),
(95545,36012,'action started via WP Cron','2021-01-23 06:34:25','2021-01-23 01:34:25'),
(95546,36012,'action complete via WP Cron','2021-01-23 06:34:25','2021-01-23 01:34:25'),
(95547,36013,'action created','2021-01-23 06:34:25','2021-01-23 01:34:25'),
(95548,36013,'action started via WP Cron','2021-01-23 06:36:41','2021-01-23 01:36:41'),
(95549,36013,'action complete via WP Cron','2021-01-23 06:36:41','2021-01-23 01:36:41'),
(95550,36014,'action created','2021-01-23 06:36:41','2021-01-23 01:36:41'),
(95551,36014,'action started via WP Cron','2021-01-23 06:38:25','2021-01-23 01:38:25'),
(95552,36014,'action complete via WP Cron','2021-01-23 06:38:25','2021-01-23 01:38:25'),
(95553,36015,'action created','2021-01-23 06:38:25','2021-01-23 01:38:25'),
(95554,36015,'action started via WP Cron','2021-01-23 06:39:56','2021-01-23 01:39:56'),
(95555,36015,'action complete via WP Cron','2021-01-23 06:39:56','2021-01-23 01:39:56'),
(95556,36016,'action created','2021-01-23 06:39:56','2021-01-23 01:39:56'),
(95557,36016,'action started via WP Cron','2021-01-23 06:40:57','2021-01-23 01:40:57'),
(95558,36016,'action complete via WP Cron','2021-01-23 06:40:57','2021-01-23 01:40:57'),
(95559,36017,'action created','2021-01-23 06:40:57','2021-01-23 01:40:57'),
(95560,36017,'action started via WP Cron','2021-01-23 06:41:11','2021-01-23 01:41:11'),
(95561,36017,'action complete via WP Cron','2021-01-23 06:41:11','2021-01-23 01:41:11'),
(95562,36018,'action created','2021-01-23 06:41:11','2021-01-23 01:41:11'),
(95563,36018,'action started via WP Cron','2021-01-23 06:43:12','2021-01-23 01:43:12'),
(95564,36018,'action complete via WP Cron','2021-01-23 06:43:12','2021-01-23 01:43:12'),
(95565,36019,'action created','2021-01-23 06:43:12','2021-01-23 01:43:12'),
(95566,36019,'action started via WP Cron','2021-01-23 06:44:52','2021-01-23 01:44:52'),
(95567,36019,'action complete via WP Cron','2021-01-23 06:44:52','2021-01-23 01:44:52'),
(95568,36020,'action created','2021-01-23 06:44:52','2021-01-23 01:44:52'),
(95569,36020,'action started via WP Cron','2021-01-23 06:45:12','2021-01-23 01:45:12'),
(95570,36020,'action complete via WP Cron','2021-01-23 06:45:12','2021-01-23 01:45:12'),
(95571,36021,'action created','2021-01-23 06:45:12','2021-01-23 01:45:12'),
(95572,36021,'action started via WP Cron','2021-01-23 06:46:25','2021-01-23 01:46:25'),
(95573,36021,'action complete via WP Cron','2021-01-23 06:46:25','2021-01-23 01:46:25'),
(95574,36022,'action created','2021-01-23 06:46:25','2021-01-23 01:46:25'),
(95575,36022,'action started via WP Cron','2021-01-23 06:48:13','2021-01-23 01:48:13'),
(95576,36022,'action complete via WP Cron','2021-01-23 06:48:13','2021-01-23 01:48:13'),
(95577,36023,'action created','2021-01-23 06:48:13','2021-01-23 01:48:13'),
(95578,36023,'action started via WP Cron','2021-01-23 06:49:30','2021-01-23 01:49:30'),
(95579,36023,'action complete via WP Cron','2021-01-23 06:49:30','2021-01-23 01:49:30'),
(95580,36024,'action created','2021-01-23 06:49:30','2021-01-23 01:49:30'),
(95581,36024,'action started via WP Cron','2021-01-23 06:50:30','2021-01-23 01:50:30'),
(95582,36024,'action complete via WP Cron','2021-01-23 06:50:30','2021-01-23 01:50:30'),
(95583,36025,'action created','2021-01-23 06:50:30','2021-01-23 01:50:30'),
(95584,36025,'action started via WP Cron','2021-01-23 06:51:23','2021-01-23 01:51:23'),
(95585,36025,'action complete via WP Cron','2021-01-23 06:51:23','2021-01-23 01:51:23'),
(95586,36026,'action created','2021-01-23 06:51:23','2021-01-23 01:51:23'),
(95587,36026,'action started via WP Cron','2021-01-23 06:52:26','2021-01-23 01:52:26'),
(95588,36026,'action complete via WP Cron','2021-01-23 06:52:26','2021-01-23 01:52:26'),
(95589,36027,'action created','2021-01-23 06:52:26','2021-01-23 01:52:26'),
(95590,36027,'action started via WP Cron','2021-01-23 06:54:09','2021-01-23 01:54:09'),
(95591,36027,'action complete via WP Cron','2021-01-23 06:54:09','2021-01-23 01:54:09'),
(95592,36028,'action created','2021-01-23 06:54:09','2021-01-23 01:54:09'),
(95593,36028,'action started via WP Cron','2021-01-23 06:55:10','2021-01-23 01:55:10'),
(95594,36028,'action complete via WP Cron','2021-01-23 06:55:10','2021-01-23 01:55:10'),
(95595,36029,'action created','2021-01-23 06:55:10','2021-01-23 01:55:10'),
(95596,36029,'action started via WP Cron','2021-01-23 06:55:57','2021-01-23 01:55:57'),
(95597,36029,'action complete via WP Cron','2021-01-23 06:55:57','2021-01-23 01:55:57'),
(95598,36030,'action created','2021-01-23 06:55:57','2021-01-23 01:55:57'),
(95599,36030,'action started via WP Cron','2021-01-23 06:56:45','2021-01-23 01:56:45'),
(95600,36030,'action complete via WP Cron','2021-01-23 06:56:45','2021-01-23 01:56:45'),
(95601,36031,'action created','2021-01-23 06:56:45','2021-01-23 01:56:45'),
(95602,36031,'action started via WP Cron','2021-01-23 06:57:12','2021-01-23 01:57:12'),
(95603,36031,'action complete via WP Cron','2021-01-23 06:57:12','2021-01-23 01:57:12'),
(95604,36032,'action created','2021-01-23 06:57:12','2021-01-23 01:57:12'),
(95605,36032,'action started via WP Cron','2021-01-23 06:58:58','2021-01-23 01:58:58'),
(95606,36032,'action complete via WP Cron','2021-01-23 06:58:58','2021-01-23 01:58:58'),
(95607,36033,'action created','2021-01-23 06:58:58','2021-01-23 01:58:58'),
(95608,36033,'action started via WP Cron','2021-01-23 06:59:11','2021-01-23 01:59:11'),
(95609,36033,'action complete via WP Cron','2021-01-23 06:59:11','2021-01-23 01:59:11'),
(95610,36034,'action created','2021-01-23 06:59:11','2021-01-23 01:59:11'),
(95611,36034,'action started via WP Cron','2021-01-23 07:00:25','2021-01-23 02:00:25'),
(95612,36034,'action complete via WP Cron','2021-01-23 07:00:25','2021-01-23 02:00:25'),
(95613,36035,'action created','2021-01-23 07:00:26','2021-01-23 02:00:26'),
(95614,36035,'action started via WP Cron','2021-01-23 07:01:19','2021-01-23 02:01:19'),
(95615,36035,'action complete via WP Cron','2021-01-23 07:01:19','2021-01-23 02:01:19'),
(95616,36036,'action created','2021-01-23 07:01:19','2021-01-23 02:01:19'),
(95617,36036,'action started via WP Cron','2021-01-23 07:03:06','2021-01-23 02:03:06'),
(95618,36036,'action complete via WP Cron','2021-01-23 07:03:06','2021-01-23 02:03:06'),
(95619,36037,'action created','2021-01-23 07:03:06','2021-01-23 02:03:06'),
(95620,36037,'action started via WP Cron','2021-01-23 07:03:32','2021-01-23 02:03:32'),
(95621,36037,'action complete via WP Cron','2021-01-23 07:03:32','2021-01-23 02:03:32'),
(95622,36038,'action created','2021-01-23 07:03:32','2021-01-23 02:03:32'),
(95623,36038,'action started via WP Cron','2021-01-23 07:04:38','2021-01-23 02:04:38'),
(95624,36038,'action complete via WP Cron','2021-01-23 07:04:38','2021-01-23 02:04:38'),
(95625,36039,'action created','2021-01-23 07:04:38','2021-01-23 02:04:38'),
(95626,36039,'action started via WP Cron','2021-01-23 07:06:42','2021-01-23 02:06:42'),
(95627,36039,'action complete via WP Cron','2021-01-23 07:06:42','2021-01-23 02:06:42'),
(95628,36040,'action created','2021-01-23 07:06:42','2021-01-23 02:06:42'),
(95629,36040,'action started via WP Cron','2021-01-23 07:08:19','2021-01-23 02:08:19'),
(95630,36040,'action complete via WP Cron','2021-01-23 07:08:19','2021-01-23 02:08:19'),
(95631,36041,'action created','2021-01-23 07:08:19','2021-01-23 02:08:19'),
(95632,36041,'action started via WP Cron','2021-01-23 07:10:45','2021-01-23 02:10:45'),
(95633,36041,'action complete via WP Cron','2021-01-23 07:10:45','2021-01-23 02:10:45'),
(95634,36042,'action created','2021-01-23 07:10:45','2021-01-23 02:10:45'),
(95635,36042,'action started via WP Cron','2021-01-23 07:12:12','2021-01-23 02:12:12'),
(95636,36042,'action complete via WP Cron','2021-01-23 07:12:12','2021-01-23 02:12:12'),
(95637,36043,'action created','2021-01-23 07:12:12','2021-01-23 02:12:12'),
(95638,36043,'action started via WP Cron','2021-01-23 07:14:45','2021-01-23 02:14:45'),
(95639,36043,'action complete via WP Cron','2021-01-23 07:14:45','2021-01-23 02:14:45'),
(95640,36044,'action created','2021-01-23 07:14:45','2021-01-23 02:14:45'),
(95641,36044,'action started via WP Cron','2021-01-23 07:15:43','2021-01-23 02:15:43'),
(95642,36044,'action complete via WP Cron','2021-01-23 07:15:43','2021-01-23 02:15:43'),
(95643,36045,'action created','2021-01-23 07:15:43','2021-01-23 02:15:43'),
(95644,36045,'action started via WP Cron','2021-01-23 07:16:39','2021-01-23 02:16:39'),
(95645,36045,'action complete via WP Cron','2021-01-23 07:16:39','2021-01-23 02:16:39'),
(95646,36046,'action created','2021-01-23 07:16:39','2021-01-23 02:16:39'),
(95647,36046,'action started via WP Cron','2021-01-23 07:19:22','2021-01-23 02:19:22'),
(95648,36046,'action complete via WP Cron','2021-01-23 07:19:22','2021-01-23 02:19:22'),
(95649,36047,'action created','2021-01-23 07:19:23','2021-01-23 02:19:23'),
(95650,36047,'action started via WP Cron','2021-01-23 07:21:08','2021-01-23 02:21:08'),
(95651,36047,'action complete via WP Cron','2021-01-23 07:21:08','2021-01-23 02:21:08'),
(95652,36048,'action created','2021-01-23 07:21:08','2021-01-23 02:21:08'),
(95653,36048,'action started via WP Cron','2021-01-23 07:23:36','2021-01-23 02:23:36'),
(95654,36048,'action complete via WP Cron','2021-01-23 07:23:36','2021-01-23 02:23:36'),
(95655,36049,'action created','2021-01-23 07:23:36','2021-01-23 02:23:36'),
(95656,36049,'action started via WP Cron','2021-01-23 07:25:32','2021-01-23 02:25:32'),
(95657,36049,'action complete via WP Cron','2021-01-23 07:25:32','2021-01-23 02:25:32'),
(95658,36050,'action created','2021-01-23 07:25:32','2021-01-23 02:25:32'),
(95659,36050,'action started via WP Cron','2021-01-23 07:26:39','2021-01-23 02:26:39'),
(95660,36050,'action complete via WP Cron','2021-01-23 07:26:39','2021-01-23 02:26:39'),
(95661,36051,'action created','2021-01-23 07:26:39','2021-01-23 02:26:39'),
(95662,36051,'action started via WP Cron','2021-01-23 07:29:39','2021-01-23 02:29:39'),
(95663,36051,'action complete via WP Cron','2021-01-23 07:29:39','2021-01-23 02:29:39'),
(95664,36052,'action created','2021-01-23 07:29:39','2021-01-23 02:29:39'),
(95665,36052,'action started via WP Cron','2021-01-23 07:32:56','2021-01-23 02:32:56'),
(95666,36052,'action complete via WP Cron','2021-01-23 07:32:56','2021-01-23 02:32:56'),
(95667,36053,'action created','2021-01-23 07:32:56','2021-01-23 02:32:56'),
(95668,36053,'action started via WP Cron','2021-01-23 07:33:29','2021-01-23 02:33:29'),
(95669,36053,'action complete via WP Cron','2021-01-23 07:33:29','2021-01-23 02:33:29'),
(95670,36054,'action created','2021-01-23 07:33:29','2021-01-23 02:33:29'),
(95671,36054,'action started via WP Cron','2021-01-23 07:35:54','2021-01-23 02:35:54'),
(95672,36054,'action complete via WP Cron','2021-01-23 07:35:54','2021-01-23 02:35:54'),
(95673,36055,'action created','2021-01-23 07:35:54','2021-01-23 02:35:54'),
(95674,36055,'action started via WP Cron','2021-01-23 07:38:36','2021-01-23 02:38:36'),
(95675,36055,'action complete via WP Cron','2021-01-23 07:38:36','2021-01-23 02:38:36'),
(95676,36056,'action created','2021-01-23 07:38:36','2021-01-23 02:38:36'),
(95677,36056,'action started via WP Cron','2021-01-23 07:39:13','2021-01-23 02:39:13'),
(95678,36056,'action complete via WP Cron','2021-01-23 07:39:13','2021-01-23 02:39:13'),
(95679,36057,'action created','2021-01-23 07:39:13','2021-01-23 02:39:13'),
(95680,36057,'action started via WP Cron','2021-01-23 07:42:25','2021-01-23 02:42:25'),
(95681,36057,'action complete via WP Cron','2021-01-23 07:42:25','2021-01-23 02:42:25'),
(95682,36058,'action created','2021-01-23 07:42:25','2021-01-23 02:42:25'),
(95683,36058,'action started via WP Cron','2021-01-23 07:43:21','2021-01-23 02:43:21'),
(95684,36058,'action complete via WP Cron','2021-01-23 07:43:21','2021-01-23 02:43:21'),
(95685,36059,'action created','2021-01-23 07:43:21','2021-01-23 02:43:21'),
(95686,36059,'action started via WP Cron','2021-01-23 07:44:30','2021-01-23 02:44:30'),
(95687,36059,'action complete via WP Cron','2021-01-23 07:44:30','2021-01-23 02:44:30'),
(95688,36060,'action created','2021-01-23 07:44:30','2021-01-23 02:44:30'),
(95689,36060,'action started via WP Cron','2021-01-23 07:46:16','2021-01-23 02:46:16'),
(95690,36060,'action complete via WP Cron','2021-01-23 07:46:16','2021-01-23 02:46:16'),
(95691,36061,'action created','2021-01-23 07:46:16','2021-01-23 02:46:16'),
(95692,36061,'action started via WP Cron','2021-01-23 07:49:46','2021-01-23 02:49:46'),
(95693,36061,'action complete via WP Cron','2021-01-23 07:49:46','2021-01-23 02:49:46'),
(95694,36062,'action created','2021-01-23 07:49:46','2021-01-23 02:49:46'),
(95695,36062,'action started via WP Cron','2021-01-23 07:51:31','2021-01-23 02:51:31'),
(95696,36062,'action complete via WP Cron','2021-01-23 07:51:31','2021-01-23 02:51:31'),
(95697,36063,'action created','2021-01-23 07:51:31','2021-01-23 02:51:31'),
(95698,36063,'action started via WP Cron','2021-01-23 07:52:44','2021-01-23 02:52:44'),
(95699,36063,'action complete via WP Cron','2021-01-23 07:52:44','2021-01-23 02:52:44'),
(95700,36064,'action created','2021-01-23 07:52:44','2021-01-23 02:52:44'),
(95701,36064,'action started via WP Cron','2021-01-23 07:53:26','2021-01-23 02:53:26'),
(95702,36064,'action complete via WP Cron','2021-01-23 07:53:26','2021-01-23 02:53:26'),
(95703,36065,'action created','2021-01-23 07:53:26','2021-01-23 02:53:26'),
(95704,36065,'action started via WP Cron','2021-01-23 07:54:30','2021-01-23 02:54:30'),
(95705,36065,'action complete via WP Cron','2021-01-23 07:54:30','2021-01-23 02:54:30'),
(95706,36066,'action created','2021-01-23 07:54:30','2021-01-23 02:54:30'),
(95707,36066,'action started via WP Cron','2021-01-23 07:56:01','2021-01-23 02:56:01'),
(95708,36066,'action complete via WP Cron','2021-01-23 07:56:01','2021-01-23 02:56:01'),
(95709,36067,'action created','2021-01-23 07:56:01','2021-01-23 02:56:01'),
(95710,36067,'action started via WP Cron','2021-01-23 07:56:53','2021-01-23 02:56:53'),
(95711,36067,'action complete via WP Cron','2021-01-23 07:56:53','2021-01-23 02:56:53'),
(95712,36068,'action created','2021-01-23 07:56:53','2021-01-23 02:56:53'),
(95713,36068,'action started via WP Cron','2021-01-23 07:58:46','2021-01-23 02:58:46'),
(95714,36068,'action complete via WP Cron','2021-01-23 07:58:46','2021-01-23 02:58:46'),
(95715,36069,'action created','2021-01-23 07:58:47','2021-01-23 02:58:47'),
(95716,36069,'action started via WP Cron','2021-01-23 07:59:36','2021-01-23 02:59:36'),
(95717,36069,'action complete via WP Cron','2021-01-23 07:59:36','2021-01-23 02:59:36'),
(95718,36070,'action created','2021-01-23 07:59:36','2021-01-23 02:59:36'),
(95719,36070,'action started via WP Cron','2021-01-23 08:00:26','2021-01-23 03:00:26'),
(95720,36070,'action complete via WP Cron','2021-01-23 08:00:26','2021-01-23 03:00:26'),
(95721,36071,'action created','2021-01-23 08:00:26','2021-01-23 03:00:26'),
(95722,36071,'action started via WP Cron','2021-01-23 08:01:26','2021-01-23 03:01:26'),
(95723,36071,'action complete via WP Cron','2021-01-23 08:01:26','2021-01-23 03:01:26'),
(95724,36072,'action created','2021-01-23 08:01:26','2021-01-23 03:01:26'),
(95725,36072,'action started via WP Cron','2021-01-23 08:02:26','2021-01-23 03:02:26'),
(95726,36072,'action complete via WP Cron','2021-01-23 08:02:26','2021-01-23 03:02:26'),
(95727,36073,'action created','2021-01-23 08:02:27','2021-01-23 03:02:27'),
(95728,36073,'action started via WP Cron','2021-01-23 08:04:08','2021-01-23 03:04:08'),
(95729,36073,'action complete via WP Cron','2021-01-23 08:04:08','2021-01-23 03:04:08'),
(95730,36074,'action created','2021-01-23 08:04:08','2021-01-23 03:04:08'),
(95731,36074,'action started via WP Cron','2021-01-23 08:04:44','2021-01-23 03:04:44'),
(95732,36074,'action complete via WP Cron','2021-01-23 08:04:44','2021-01-23 03:04:44'),
(95733,36075,'action created','2021-01-23 08:04:44','2021-01-23 03:04:44'),
(95734,36075,'action started via WP Cron','2021-01-23 08:05:22','2021-01-23 03:05:22'),
(95735,36075,'action complete via WP Cron','2021-01-23 08:05:22','2021-01-23 03:05:22'),
(95736,36076,'action created','2021-01-23 08:05:22','2021-01-23 03:05:22'),
(95737,36076,'action started via WP Cron','2021-01-23 08:06:24','2021-01-23 03:06:24'),
(95738,36076,'action complete via WP Cron','2021-01-23 08:06:24','2021-01-23 03:06:24'),
(95739,36077,'action created','2021-01-23 08:06:24','2021-01-23 03:06:24'),
(95740,36077,'action started via WP Cron','2021-01-23 08:07:20','2021-01-23 03:07:20'),
(95741,36077,'action complete via WP Cron','2021-01-23 08:07:20','2021-01-23 03:07:20'),
(95742,36078,'action created','2021-01-23 08:07:20','2021-01-23 03:07:20'),
(95743,36078,'action started via WP Cron','2021-01-23 08:08:22','2021-01-23 03:08:22'),
(95744,36078,'action complete via WP Cron','2021-01-23 08:08:22','2021-01-23 03:08:22'),
(95745,36079,'action created','2021-01-23 08:08:22','2021-01-23 03:08:22'),
(95746,36079,'action started via WP Cron','2021-01-23 08:11:27','2021-01-23 03:11:27'),
(95747,36079,'action complete via WP Cron','2021-01-23 08:11:27','2021-01-23 03:11:27'),
(95748,36080,'action created','2021-01-23 08:11:27','2021-01-23 03:11:27'),
(95749,36080,'action started via WP Cron','2021-01-23 08:12:19','2021-01-23 03:12:19'),
(95750,36080,'action complete via WP Cron','2021-01-23 08:12:19','2021-01-23 03:12:19'),
(95751,36081,'action created','2021-01-23 08:12:19','2021-01-23 03:12:19'),
(95752,36081,'action started via WP Cron','2021-01-23 08:13:26','2021-01-23 03:13:26'),
(95753,36081,'action complete via WP Cron','2021-01-23 08:13:26','2021-01-23 03:13:26'),
(95754,36082,'action created','2021-01-23 08:13:26','2021-01-23 03:13:26'),
(95755,36082,'action started via WP Cron','2021-01-23 08:15:42','2021-01-23 03:15:42'),
(95756,36082,'action complete via WP Cron','2021-01-23 08:15:42','2021-01-23 03:15:42'),
(95757,36083,'action created','2021-01-23 08:15:42','2021-01-23 03:15:42'),
(95758,36083,'action started via WP Cron','2021-01-23 08:17:33','2021-01-23 03:17:33'),
(95759,36083,'action complete via WP Cron','2021-01-23 08:17:33','2021-01-23 03:17:33'),
(95760,36084,'action created','2021-01-23 08:17:33','2021-01-23 03:17:33'),
(95761,36084,'action started via WP Cron','2021-01-23 08:20:22','2021-01-23 03:20:22'),
(95762,36084,'action complete via WP Cron','2021-01-23 08:20:22','2021-01-23 03:20:22'),
(95763,36085,'action created','2021-01-23 08:20:22','2021-01-23 03:20:22'),
(95764,36085,'action started via WP Cron','2021-01-23 08:23:07','2021-01-23 03:23:07'),
(95765,36085,'action complete via WP Cron','2021-01-23 08:23:07','2021-01-23 03:23:07'),
(95766,36086,'action created','2021-01-23 08:23:07','2021-01-23 03:23:07'),
(95767,36086,'action started via WP Cron','2021-01-23 08:24:43','2021-01-23 03:24:43'),
(95768,36086,'action complete via WP Cron','2021-01-23 08:24:43','2021-01-23 03:24:43'),
(95769,36087,'action created','2021-01-23 08:24:43','2021-01-23 03:24:43'),
(95770,36087,'action started via WP Cron','2021-01-23 08:26:40','2021-01-23 03:26:40'),
(95771,36087,'action complete via WP Cron','2021-01-23 08:26:40','2021-01-23 03:26:40'),
(95772,36088,'action created','2021-01-23 08:26:40','2021-01-23 03:26:40'),
(95773,36088,'action started via WP Cron','2021-01-23 08:29:09','2021-01-23 03:29:09'),
(95774,36088,'action complete via WP Cron','2021-01-23 08:29:09','2021-01-23 03:29:09'),
(95775,36089,'action created','2021-01-23 08:29:09','2021-01-23 03:29:09'),
(95776,36089,'action started via WP Cron','2021-01-23 08:29:50','2021-01-23 03:29:50'),
(95777,36089,'action complete via WP Cron','2021-01-23 08:29:50','2021-01-23 03:29:50'),
(95778,36090,'action created','2021-01-23 08:29:50','2021-01-23 03:29:50'),
(95779,36090,'action started via WP Cron','2021-01-23 08:30:31','2021-01-23 03:30:31'),
(95780,36090,'action complete via WP Cron','2021-01-23 08:30:31','2021-01-23 03:30:31'),
(95781,36091,'action created','2021-01-23 08:30:31','2021-01-23 03:30:31'),
(95782,36091,'action started via WP Cron','2021-01-23 08:32:12','2021-01-23 03:32:12'),
(95783,36091,'action complete via WP Cron','2021-01-23 08:32:12','2021-01-23 03:32:12'),
(95784,36092,'action created','2021-01-23 08:32:12','2021-01-23 03:32:12'),
(95785,36092,'action started via WP Cron','2021-01-23 08:33:22','2021-01-23 03:33:22'),
(95786,36092,'action complete via WP Cron','2021-01-23 08:33:22','2021-01-23 03:33:22'),
(95787,36093,'action created','2021-01-23 08:33:22','2021-01-23 03:33:22'),
(95788,36093,'action started via WP Cron','2021-01-23 08:36:55','2021-01-23 03:36:55'),
(95789,36093,'action complete via WP Cron','2021-01-23 08:36:55','2021-01-23 03:36:55'),
(95790,36094,'action created','2021-01-23 08:36:55','2021-01-23 03:36:55'),
(95791,36094,'action started via WP Cron','2021-01-23 08:38:04','2021-01-23 03:38:04'),
(95792,36094,'action complete via WP Cron','2021-01-23 08:38:04','2021-01-23 03:38:04'),
(95793,36095,'action created','2021-01-23 08:38:04','2021-01-23 03:38:04'),
(95794,36095,'action started via WP Cron','2021-01-23 08:38:40','2021-01-23 03:38:40'),
(95795,36095,'action complete via WP Cron','2021-01-23 08:38:40','2021-01-23 03:38:40'),
(95796,36096,'action created','2021-01-23 08:38:40','2021-01-23 03:38:40'),
(95797,36096,'action started via WP Cron','2021-01-23 08:39:17','2021-01-23 03:39:17'),
(95798,36096,'action complete via WP Cron','2021-01-23 08:39:17','2021-01-23 03:39:17'),
(95799,36097,'action created','2021-01-23 08:39:17','2021-01-23 03:39:17'),
(95800,36097,'action started via WP Cron','2021-01-23 08:40:13','2021-01-23 03:40:13'),
(95801,36097,'action complete via WP Cron','2021-01-23 08:40:13','2021-01-23 03:40:13'),
(95802,36098,'action created','2021-01-23 08:40:13','2021-01-23 03:40:13'),
(95803,36098,'action started via WP Cron','2021-01-23 08:41:14','2021-01-23 03:41:14'),
(95804,36098,'action complete via WP Cron','2021-01-23 08:41:14','2021-01-23 03:41:14'),
(95805,36099,'action created','2021-01-23 08:41:14','2021-01-23 03:41:14'),
(95806,36099,'action started via WP Cron','2021-01-23 08:42:12','2021-01-23 03:42:12'),
(95807,36099,'action complete via WP Cron','2021-01-23 08:42:12','2021-01-23 03:42:12'),
(95808,36100,'action created','2021-01-23 08:42:12','2021-01-23 03:42:12'),
(95809,36100,'action started via WP Cron','2021-01-23 08:43:16','2021-01-23 03:43:16'),
(95810,36100,'action complete via WP Cron','2021-01-23 08:43:16','2021-01-23 03:43:16'),
(95811,36101,'action created','2021-01-23 08:43:16','2021-01-23 03:43:16'),
(95812,36101,'action started via WP Cron','2021-01-23 08:44:12','2021-01-23 03:44:12'),
(95813,36101,'action complete via WP Cron','2021-01-23 08:44:12','2021-01-23 03:44:12'),
(95814,36102,'action created','2021-01-23 08:44:12','2021-01-23 03:44:12'),
(95815,36102,'action started via WP Cron','2021-01-23 08:45:16','2021-01-23 03:45:16'),
(95816,36102,'action complete via WP Cron','2021-01-23 08:45:16','2021-01-23 03:45:16'),
(95817,36103,'action created','2021-01-23 08:45:16','2021-01-23 03:45:16'),
(95818,36103,'action started via WP Cron','2021-01-23 08:46:14','2021-01-23 03:46:14'),
(95819,36103,'action complete via WP Cron','2021-01-23 08:46:14','2021-01-23 03:46:14'),
(95820,36104,'action created','2021-01-23 08:46:14','2021-01-23 03:46:14'),
(95821,36104,'action started via WP Cron','2021-01-23 08:47:12','2021-01-23 03:47:12'),
(95822,36104,'action complete via WP Cron','2021-01-23 08:47:12','2021-01-23 03:47:12'),
(95823,36105,'action created','2021-01-23 08:47:12','2021-01-23 03:47:12'),
(95824,36105,'action started via WP Cron','2021-01-23 08:48:16','2021-01-23 03:48:16'),
(95825,36105,'action complete via WP Cron','2021-01-23 08:48:16','2021-01-23 03:48:16'),
(95826,36106,'action created','2021-01-23 08:48:16','2021-01-23 03:48:16'),
(95827,36106,'action started via WP Cron','2021-01-23 08:49:11','2021-01-23 03:49:11'),
(95828,36106,'action complete via WP Cron','2021-01-23 08:49:11','2021-01-23 03:49:11'),
(95829,36107,'action created','2021-01-23 08:49:11','2021-01-23 03:49:11'),
(95830,36107,'action started via WP Cron','2021-01-23 08:50:11','2021-01-23 03:50:11'),
(95831,36107,'action complete via WP Cron','2021-01-23 08:50:11','2021-01-23 03:50:11'),
(95832,36108,'action created','2021-01-23 08:50:11','2021-01-23 03:50:11'),
(95833,36108,'action started via WP Cron','2021-01-23 08:51:17','2021-01-23 03:51:17'),
(95834,36108,'action complete via WP Cron','2021-01-23 08:51:17','2021-01-23 03:51:17'),
(95835,36109,'action created','2021-01-23 08:51:17','2021-01-23 03:51:17'),
(95836,36109,'action started via WP Cron','2021-01-23 08:52:12','2021-01-23 03:52:12'),
(95837,36109,'action complete via WP Cron','2021-01-23 08:52:12','2021-01-23 03:52:12'),
(95838,36110,'action created','2021-01-23 08:52:12','2021-01-23 03:52:12'),
(95839,36110,'action started via WP Cron','2021-01-23 08:53:11','2021-01-23 03:53:11'),
(95840,36110,'action complete via WP Cron','2021-01-23 08:53:11','2021-01-23 03:53:11'),
(95841,36111,'action created','2021-01-23 08:53:11','2021-01-23 03:53:11'),
(95842,36111,'action started via WP Cron','2021-01-23 08:54:15','2021-01-23 03:54:15'),
(95843,36111,'action complete via WP Cron','2021-01-23 08:54:15','2021-01-23 03:54:15'),
(95844,36112,'action created','2021-01-23 08:54:15','2021-01-23 03:54:15'),
(95845,36112,'action started via WP Cron','2021-01-23 08:55:15','2021-01-23 03:55:15'),
(95846,36112,'action complete via WP Cron','2021-01-23 08:55:15','2021-01-23 03:55:15'),
(95847,36113,'action created','2021-01-23 08:55:15','2021-01-23 03:55:15'),
(95848,36113,'action started via WP Cron','2021-01-23 08:56:12','2021-01-23 03:56:12'),
(95849,36113,'action complete via WP Cron','2021-01-23 08:56:12','2021-01-23 03:56:12'),
(95850,36114,'action created','2021-01-23 08:56:12','2021-01-23 03:56:12'),
(95851,36114,'action started via WP Cron','2021-01-23 08:57:11','2021-01-23 03:57:11'),
(95852,36114,'action complete via WP Cron','2021-01-23 08:57:11','2021-01-23 03:57:11'),
(95853,36115,'action created','2021-01-23 08:57:11','2021-01-23 03:57:11'),
(95854,36115,'action started via WP Cron','2021-01-23 08:58:14','2021-01-23 03:58:14'),
(95855,36115,'action complete via WP Cron','2021-01-23 08:58:14','2021-01-23 03:58:14'),
(95856,36116,'action created','2021-01-23 08:58:14','2021-01-23 03:58:14'),
(95857,36116,'action started via WP Cron','2021-01-23 08:59:18','2021-01-23 03:59:18'),
(95858,36116,'action complete via WP Cron','2021-01-23 08:59:18','2021-01-23 03:59:18'),
(95859,36117,'action created','2021-01-23 08:59:18','2021-01-23 03:59:18'),
(95860,36117,'action started via WP Cron','2021-01-23 09:00:36','2021-01-23 04:00:36'),
(95861,36117,'action complete via WP Cron','2021-01-23 09:00:36','2021-01-23 04:00:36'),
(95862,36118,'action created','2021-01-23 09:00:36','2021-01-23 04:00:36'),
(95863,36118,'action started via WP Cron','2021-01-23 09:02:25','2021-01-23 04:02:25'),
(95864,36118,'action complete via WP Cron','2021-01-23 09:02:25','2021-01-23 04:02:25'),
(95865,36119,'action created','2021-01-23 09:02:25','2021-01-23 04:02:25'),
(95866,36119,'action started via WP Cron','2021-01-23 09:04:22','2021-01-23 04:04:22'),
(95867,36119,'action complete via WP Cron','2021-01-23 09:04:22','2021-01-23 04:04:22'),
(95868,36120,'action created','2021-01-23 09:04:22','2021-01-23 04:04:22'),
(95869,36120,'action started via WP Cron','2021-01-23 09:05:30','2021-01-23 04:05:30'),
(95870,36120,'action complete via WP Cron','2021-01-23 09:05:30','2021-01-23 04:05:30'),
(95871,36121,'action created','2021-01-23 09:05:30','2021-01-23 04:05:30'),
(95872,36121,'action started via WP Cron','2021-01-23 09:07:11','2021-01-23 04:07:11'),
(95873,36121,'action complete via WP Cron','2021-01-23 09:07:11','2021-01-23 04:07:11'),
(95874,36122,'action created','2021-01-23 09:07:11','2021-01-23 04:07:11'),
(95875,36122,'action started via WP Cron','2021-01-23 09:08:35','2021-01-23 04:08:35'),
(95876,36122,'action complete via WP Cron','2021-01-23 09:08:35','2021-01-23 04:08:35'),
(95877,36123,'action created','2021-01-23 09:08:35','2021-01-23 04:08:35'),
(95878,36123,'action started via WP Cron','2021-01-23 09:09:58','2021-01-23 04:09:58'),
(95879,36123,'action complete via WP Cron','2021-01-23 09:09:58','2021-01-23 04:09:58'),
(95880,36124,'action created','2021-01-23 09:09:59','2021-01-23 04:09:59'),
(95881,36124,'action started via WP Cron','2021-01-23 09:10:33','2021-01-23 04:10:33'),
(95882,36124,'action complete via WP Cron','2021-01-23 09:10:33','2021-01-23 04:10:33'),
(95883,36125,'action created','2021-01-23 09:10:33','2021-01-23 04:10:33'),
(95884,36125,'action started via WP Cron','2021-01-23 09:11:42','2021-01-23 04:11:42'),
(95885,36125,'action complete via WP Cron','2021-01-23 09:11:42','2021-01-23 04:11:42'),
(95886,36126,'action created','2021-01-23 09:11:42','2021-01-23 04:11:42'),
(95887,36126,'action started via WP Cron','2021-01-23 09:12:28','2021-01-23 04:12:28'),
(95888,36126,'action complete via WP Cron','2021-01-23 09:12:28','2021-01-23 04:12:28'),
(95889,36127,'action created','2021-01-23 09:12:28','2021-01-23 04:12:28'),
(95890,36127,'action started via WP Cron','2021-01-23 09:13:25','2021-01-23 04:13:25'),
(95891,36127,'action complete via WP Cron','2021-01-23 09:13:25','2021-01-23 04:13:25'),
(95892,36128,'action created','2021-01-23 09:13:25','2021-01-23 04:13:25'),
(95893,36128,'action started via WP Cron','2021-01-23 09:15:08','2021-01-23 04:15:08'),
(95894,36128,'action complete via WP Cron','2021-01-23 09:15:08','2021-01-23 04:15:08'),
(95895,36129,'action created','2021-01-23 09:15:08','2021-01-23 04:15:08'),
(95896,36129,'action started via WP Cron','2021-01-23 09:17:10','2021-01-23 04:17:10'),
(95897,36129,'action complete via WP Cron','2021-01-23 09:17:10','2021-01-23 04:17:10'),
(95898,36130,'action created','2021-01-23 09:17:10','2021-01-23 04:17:10'),
(95899,36130,'action started via WP Cron','2021-01-23 09:18:03','2021-01-23 04:18:03'),
(95900,36130,'action complete via WP Cron','2021-01-23 09:18:03','2021-01-23 04:18:03'),
(95901,36131,'action created','2021-01-23 09:18:03','2021-01-23 04:18:03'),
(95902,36131,'action started via WP Cron','2021-01-23 09:18:47','2021-01-23 04:18:47'),
(95903,36131,'action complete via WP Cron','2021-01-23 09:18:47','2021-01-23 04:18:47'),
(95904,36132,'action created','2021-01-23 09:18:47','2021-01-23 04:18:47'),
(95905,36132,'action started via WP Cron','2021-01-23 09:19:29','2021-01-23 04:19:29'),
(95906,36132,'action complete via WP Cron','2021-01-23 09:19:29','2021-01-23 04:19:29'),
(95907,36133,'action created','2021-01-23 09:19:29','2021-01-23 04:19:29'),
(95908,36133,'action started via WP Cron','2021-01-23 09:20:43','2021-01-23 04:20:43'),
(95909,36133,'action complete via WP Cron','2021-01-23 09:20:43','2021-01-23 04:20:43'),
(95910,36134,'action created','2021-01-23 09:20:43','2021-01-23 04:20:43'),
(95911,36134,'action started via WP Cron','2021-01-23 09:21:34','2021-01-23 04:21:34'),
(95912,36134,'action complete via WP Cron','2021-01-23 09:21:34','2021-01-23 04:21:34'),
(95913,36135,'action created','2021-01-23 09:21:34','2021-01-23 04:21:34'),
(95914,36135,'action started via WP Cron','2021-01-23 09:23:16','2021-01-23 04:23:16'),
(95915,36135,'action complete via WP Cron','2021-01-23 09:23:16','2021-01-23 04:23:16'),
(95916,36136,'action created','2021-01-23 09:23:16','2021-01-23 04:23:16'),
(95917,36136,'action started via WP Cron','2021-01-23 09:24:40','2021-01-23 04:24:40'),
(95918,36136,'action complete via WP Cron','2021-01-23 09:24:40','2021-01-23 04:24:40'),
(95919,36137,'action created','2021-01-23 09:24:40','2021-01-23 04:24:40'),
(95920,36137,'action started via WP Cron','2021-01-23 09:25:56','2021-01-23 04:25:56'),
(95921,36137,'action complete via WP Cron','2021-01-23 09:25:56','2021-01-23 04:25:56'),
(95922,36138,'action created','2021-01-23 09:25:56','2021-01-23 04:25:56'),
(95923,36138,'action started via WP Cron','2021-01-23 09:26:38','2021-01-23 04:26:38'),
(95924,36138,'action complete via WP Cron','2021-01-23 09:26:38','2021-01-23 04:26:38'),
(95925,36139,'action created','2021-01-23 09:26:38','2021-01-23 04:26:38'),
(95926,36139,'action started via WP Cron','2021-01-23 09:27:19','2021-01-23 04:27:19'),
(95927,36139,'action complete via WP Cron','2021-01-23 09:27:19','2021-01-23 04:27:19'),
(95928,36140,'action created','2021-01-23 09:27:19','2021-01-23 04:27:19'),
(95929,36140,'action started via WP Cron','2021-01-23 09:29:09','2021-01-23 04:29:09'),
(95930,36140,'action complete via WP Cron','2021-01-23 09:29:09','2021-01-23 04:29:09'),
(95931,36141,'action created','2021-01-23 09:29:09','2021-01-23 04:29:09'),
(95932,36141,'action started via WP Cron','2021-01-23 09:30:41','2021-01-23 04:30:41'),
(95933,36141,'action complete via WP Cron','2021-01-23 09:30:41','2021-01-23 04:30:41'),
(95934,36142,'action created','2021-01-23 09:30:41','2021-01-23 04:30:41'),
(95935,36142,'action started via WP Cron','2021-01-23 09:31:33','2021-01-23 04:31:33'),
(95936,36142,'action complete via WP Cron','2021-01-23 09:31:33','2021-01-23 04:31:33'),
(95937,36143,'action created','2021-01-23 09:31:33','2021-01-23 04:31:33'),
(95938,36143,'action started via WP Cron','2021-01-23 09:34:09','2021-01-23 04:34:09'),
(95939,36143,'action complete via WP Cron','2021-01-23 09:34:09','2021-01-23 04:34:09'),
(95940,36144,'action created','2021-01-23 09:34:09','2021-01-23 04:34:09'),
(95941,36144,'action started via WP Cron','2021-01-23 09:36:24','2021-01-23 04:36:24'),
(95942,36144,'action complete via WP Cron','2021-01-23 09:36:24','2021-01-23 04:36:24'),
(95943,36145,'action created','2021-01-23 09:36:24','2021-01-23 04:36:24'),
(95944,36145,'action started via WP Cron','2021-01-23 09:38:16','2021-01-23 04:38:16'),
(95945,36145,'action complete via WP Cron','2021-01-23 09:38:16','2021-01-23 04:38:16'),
(95946,36146,'action created','2021-01-23 09:38:16','2021-01-23 04:38:16'),
(95947,36146,'action started via WP Cron','2021-01-23 09:40:27','2021-01-23 04:40:27'),
(95948,36146,'action complete via WP Cron','2021-01-23 09:40:27','2021-01-23 04:40:27'),
(95949,36147,'action created','2021-01-23 09:40:27','2021-01-23 04:40:27'),
(95950,36147,'action started via WP Cron','2021-01-23 09:43:45','2021-01-23 04:43:45'),
(95951,36147,'action complete via WP Cron','2021-01-23 09:43:45','2021-01-23 04:43:45'),
(95952,36148,'action created','2021-01-23 09:43:45','2021-01-23 04:43:45'),
(95953,36148,'action started via WP Cron','2021-01-23 09:44:40','2021-01-23 04:44:40'),
(95954,36148,'action complete via WP Cron','2021-01-23 09:44:40','2021-01-23 04:44:40'),
(95955,36149,'action created','2021-01-23 09:44:40','2021-01-23 04:44:40'),
(95956,36149,'action started via WP Cron','2021-01-23 09:45:24','2021-01-23 04:45:24'),
(95957,36149,'action complete via WP Cron','2021-01-23 09:45:24','2021-01-23 04:45:24'),
(95958,36150,'action created','2021-01-23 09:45:24','2021-01-23 04:45:24'),
(95959,36150,'action started via WP Cron','2021-01-23 09:46:48','2021-01-23 04:46:48'),
(95960,36150,'action complete via WP Cron','2021-01-23 09:46:48','2021-01-23 04:46:48'),
(95961,36151,'action created','2021-01-23 09:46:48','2021-01-23 04:46:48'),
(95962,36151,'action started via WP Cron','2021-01-23 09:48:11','2021-01-23 04:48:11'),
(95963,36151,'action complete via WP Cron','2021-01-23 09:48:11','2021-01-23 04:48:11'),
(95964,36152,'action created','2021-01-23 09:48:11','2021-01-23 04:48:11'),
(95965,36152,'action started via WP Cron','2021-01-23 09:49:51','2021-01-23 04:49:51'),
(95966,36152,'action complete via WP Cron','2021-01-23 09:49:51','2021-01-23 04:49:51'),
(95967,36153,'action created','2021-01-23 09:49:51','2021-01-23 04:49:51'),
(95968,36153,'action started via WP Cron','2021-01-23 09:50:56','2021-01-23 04:50:56'),
(95969,36153,'action complete via WP Cron','2021-01-23 09:50:56','2021-01-23 04:50:56'),
(95970,36154,'action created','2021-01-23 09:50:56','2021-01-23 04:50:56'),
(95971,36154,'action started via WP Cron','2021-01-23 09:53:25','2021-01-23 04:53:25'),
(95972,36154,'action complete via WP Cron','2021-01-23 09:53:25','2021-01-23 04:53:25'),
(95973,36155,'action created','2021-01-23 09:53:25','2021-01-23 04:53:25'),
(95974,36155,'action started via WP Cron','2021-01-23 09:54:45','2021-01-23 04:54:45'),
(95975,36155,'action complete via WP Cron','2021-01-23 09:54:45','2021-01-23 04:54:45'),
(95976,36156,'action created','2021-01-23 09:54:45','2021-01-23 04:54:45'),
(95977,36156,'action started via WP Cron','2021-01-23 09:55:35','2021-01-23 04:55:35'),
(95978,36156,'action complete via WP Cron','2021-01-23 09:55:35','2021-01-23 04:55:35'),
(95979,36157,'action created','2021-01-23 09:55:35','2021-01-23 04:55:35'),
(95980,36157,'action started via WP Cron','2021-01-23 09:57:07','2021-01-23 04:57:07'),
(95981,36157,'action complete via WP Cron','2021-01-23 09:57:07','2021-01-23 04:57:07'),
(95982,36158,'action created','2021-01-23 09:57:07','2021-01-23 04:57:07'),
(95983,36158,'action started via WP Cron','2021-01-23 09:58:43','2021-01-23 04:58:43'),
(95984,36158,'action complete via WP Cron','2021-01-23 09:58:43','2021-01-23 04:58:43'),
(95985,36159,'action created','2021-01-23 09:58:43','2021-01-23 04:58:43'),
(95986,36159,'action started via WP Cron','2021-01-23 10:03:08','2021-01-23 05:03:08'),
(95987,36159,'action complete via WP Cron','2021-01-23 10:03:08','2021-01-23 05:03:08'),
(95988,36160,'action created','2021-01-23 10:03:08','2021-01-23 05:03:08'),
(95989,36160,'action started via WP Cron','2021-01-23 10:04:30','2021-01-23 05:04:30'),
(95990,36160,'action complete via WP Cron','2021-01-23 10:04:30','2021-01-23 05:04:30'),
(95991,36161,'action created','2021-01-23 10:04:30','2021-01-23 05:04:30'),
(95992,36161,'action started via WP Cron','2021-01-23 10:06:22','2021-01-23 05:06:22'),
(95993,36161,'action complete via WP Cron','2021-01-23 10:06:22','2021-01-23 05:06:22'),
(95994,36162,'action created','2021-01-23 10:06:22','2021-01-23 05:06:22'),
(95995,36162,'action started via WP Cron','2021-01-23 10:07:41','2021-01-23 05:07:41'),
(95996,36162,'action complete via WP Cron','2021-01-23 10:07:41','2021-01-23 05:07:41'),
(95997,36163,'action created','2021-01-23 10:07:41','2021-01-23 05:07:41'),
(95998,36163,'action started via WP Cron','2021-01-23 10:11:23','2021-01-23 05:11:23'),
(95999,36163,'action complete via WP Cron','2021-01-23 10:11:23','2021-01-23 05:11:23'),
(96000,36164,'action created','2021-01-23 10:11:23','2021-01-23 05:11:23'),
(96001,36164,'action started via WP Cron','2021-01-23 10:14:18','2021-01-23 05:14:18'),
(96002,36164,'action complete via WP Cron','2021-01-23 10:14:18','2021-01-23 05:14:18'),
(96003,36165,'action created','2021-01-23 10:14:19','2021-01-23 05:14:19'),
(96004,36165,'action started via WP Cron','2021-01-23 10:17:00','2021-01-23 05:17:00'),
(96005,36165,'action complete via WP Cron','2021-01-23 10:17:00','2021-01-23 05:17:00'),
(96006,36166,'action created','2021-01-23 10:17:00','2021-01-23 05:17:00'),
(96007,36166,'action started via WP Cron','2021-01-23 10:19:28','2021-01-23 05:19:28'),
(96008,36166,'action complete via WP Cron','2021-01-23 10:19:28','2021-01-23 05:19:28'),
(96009,36167,'action created','2021-01-23 10:19:28','2021-01-23 05:19:28'),
(96010,36167,'action started via WP Cron','2021-01-23 10:20:55','2021-01-23 05:20:55'),
(96011,36167,'action complete via WP Cron','2021-01-23 10:20:55','2021-01-23 05:20:55'),
(96012,36168,'action created','2021-01-23 10:20:55','2021-01-23 05:20:55'),
(96013,36168,'action started via WP Cron','2021-01-23 10:24:47','2021-01-23 05:24:47'),
(96014,36168,'action complete via WP Cron','2021-01-23 10:24:47','2021-01-23 05:24:47'),
(96015,36169,'action created','2021-01-23 10:24:47','2021-01-23 05:24:47'),
(96016,36169,'action started via WP Cron','2021-01-23 10:25:49','2021-01-23 05:25:49'),
(96017,36169,'action complete via WP Cron','2021-01-23 10:25:49','2021-01-23 05:25:49'),
(96018,36170,'action created','2021-01-23 10:25:49','2021-01-23 05:25:49'),
(96019,36170,'action started via WP Cron','2021-01-23 10:27:53','2021-01-23 05:27:53'),
(96020,36170,'action complete via WP Cron','2021-01-23 10:27:53','2021-01-23 05:27:53'),
(96021,36171,'action created','2021-01-23 10:27:53','2021-01-23 05:27:53'),
(96022,36171,'action started via WP Cron','2021-01-23 10:28:14','2021-01-23 05:28:14'),
(96023,36171,'action complete via WP Cron','2021-01-23 10:28:14','2021-01-23 05:28:14'),
(96024,36172,'action created','2021-01-23 10:28:14','2021-01-23 05:28:14'),
(96025,36172,'action started via WP Cron','2021-01-23 10:32:42','2021-01-23 05:32:42'),
(96026,36172,'action complete via WP Cron','2021-01-23 10:32:42','2021-01-23 05:32:42'),
(96027,36173,'action created','2021-01-23 10:32:42','2021-01-23 05:32:42'),
(96028,36173,'action started via WP Cron','2021-01-23 10:34:16','2021-01-23 05:34:16'),
(96029,36173,'action complete via WP Cron','2021-01-23 10:34:16','2021-01-23 05:34:16'),
(96030,36174,'action created','2021-01-23 10:34:16','2021-01-23 05:34:16'),
(96031,36174,'action started via WP Cron','2021-01-23 10:35:15','2021-01-23 05:35:15'),
(96032,36174,'action complete via WP Cron','2021-01-23 10:35:15','2021-01-23 05:35:15'),
(96033,36175,'action created','2021-01-23 10:35:15','2021-01-23 05:35:15'),
(96034,36175,'action started via WP Cron','2021-01-23 10:36:17','2021-01-23 05:36:17'),
(96035,36175,'action complete via WP Cron','2021-01-23 10:36:17','2021-01-23 05:36:17'),
(96036,36176,'action created','2021-01-23 10:36:17','2021-01-23 05:36:17'),
(96037,36176,'action started via WP Cron','2021-01-23 10:37:34','2021-01-23 05:37:34'),
(96038,36176,'action complete via WP Cron','2021-01-23 10:37:34','2021-01-23 05:37:34'),
(96039,36177,'action created','2021-01-23 10:37:34','2021-01-23 05:37:34'),
(96040,36177,'action started via WP Cron','2021-01-23 10:39:00','2021-01-23 05:39:00'),
(96041,36177,'action complete via WP Cron','2021-01-23 10:39:00','2021-01-23 05:39:00'),
(96042,36178,'action created','2021-01-23 10:39:00','2021-01-23 05:39:00'),
(96043,36178,'action started via WP Cron','2021-01-23 10:40:18','2021-01-23 05:40:18'),
(96044,36178,'action complete via WP Cron','2021-01-23 10:40:18','2021-01-23 05:40:18'),
(96045,36179,'action created','2021-01-23 10:40:18','2021-01-23 05:40:18'),
(96046,36179,'action started via WP Cron','2021-01-23 10:41:23','2021-01-23 05:41:23'),
(96047,36179,'action complete via WP Cron','2021-01-23 10:41:23','2021-01-23 05:41:23'),
(96048,36180,'action created','2021-01-23 10:41:23','2021-01-23 05:41:23'),
(96049,36180,'action started via WP Cron','2021-01-23 10:42:49','2021-01-23 05:42:49'),
(96050,36180,'action complete via WP Cron','2021-01-23 10:42:49','2021-01-23 05:42:49'),
(96051,36181,'action created','2021-01-23 10:42:49','2021-01-23 05:42:49'),
(96052,36181,'action started via WP Cron','2021-01-23 10:43:28','2021-01-23 05:43:28'),
(96053,36181,'action complete via WP Cron','2021-01-23 10:43:28','2021-01-23 05:43:28'),
(96054,36182,'action created','2021-01-23 10:43:28','2021-01-23 05:43:28'),
(96055,36182,'action started via WP Cron','2021-01-23 10:44:52','2021-01-23 05:44:52'),
(96056,36182,'action complete via WP Cron','2021-01-23 10:44:52','2021-01-23 05:44:52'),
(96057,36183,'action created','2021-01-23 10:44:52','2021-01-23 05:44:52'),
(96058,36183,'action started via WP Cron','2021-01-23 10:45:29','2021-01-23 05:45:29'),
(96059,36183,'action complete via WP Cron','2021-01-23 10:45:29','2021-01-23 05:45:29'),
(96060,36184,'action created','2021-01-23 10:45:29','2021-01-23 05:45:29'),
(96061,36184,'action started via WP Cron','2021-01-23 10:47:35','2021-01-23 05:47:35'),
(96062,36184,'action complete via WP Cron','2021-01-23 10:47:35','2021-01-23 05:47:35'),
(96063,36185,'action created','2021-01-23 10:47:35','2021-01-23 05:47:35'),
(96064,36185,'action started via WP Cron','2021-01-23 10:50:13','2021-01-23 05:50:13'),
(96065,36185,'action complete via WP Cron','2021-01-23 10:50:13','2021-01-23 05:50:13'),
(96066,36186,'action created','2021-01-23 10:50:13','2021-01-23 05:50:13'),
(96067,36186,'action started via WP Cron','2021-01-23 10:51:30','2021-01-23 05:51:30'),
(96068,36186,'action complete via WP Cron','2021-01-23 10:51:30','2021-01-23 05:51:30'),
(96069,36187,'action created','2021-01-23 10:51:30','2021-01-23 05:51:30'),
(96070,36187,'action started via WP Cron','2021-01-23 10:52:34','2021-01-23 05:52:34'),
(96071,36187,'action complete via WP Cron','2021-01-23 10:52:34','2021-01-23 05:52:34'),
(96072,36188,'action created','2021-01-23 10:52:34','2021-01-23 05:52:34'),
(96073,36188,'action started via WP Cron','2021-01-23 10:58:51','2021-01-23 05:58:51'),
(96074,36188,'action complete via WP Cron','2021-01-23 10:58:51','2021-01-23 05:58:51'),
(96075,36189,'action created','2021-01-23 10:58:51','2021-01-23 05:58:51'),
(96076,36189,'action started via WP Cron','2021-01-23 11:01:18','2021-01-23 06:01:18'),
(96077,36189,'action complete via WP Cron','2021-01-23 11:01:18','2021-01-23 06:01:18'),
(96078,36190,'action created','2021-01-23 11:01:18','2021-01-23 06:01:18'),
(96079,36190,'action started via WP Cron','2021-01-23 11:02:17','2021-01-23 06:02:17'),
(96080,36190,'action complete via WP Cron','2021-01-23 11:02:17','2021-01-23 06:02:17'),
(96081,36191,'action created','2021-01-23 11:02:17','2021-01-23 06:02:17'),
(96082,36191,'action started via WP Cron','2021-01-23 11:04:46','2021-01-23 06:04:46'),
(96083,36191,'action complete via WP Cron','2021-01-23 11:04:46','2021-01-23 06:04:46'),
(96084,36192,'action created','2021-01-23 11:04:46','2021-01-23 06:04:46'),
(96085,36192,'action started via WP Cron','2021-01-23 11:06:28','2021-01-23 06:06:28'),
(96086,36192,'action complete via WP Cron','2021-01-23 11:06:28','2021-01-23 06:06:28'),
(96087,36193,'action created','2021-01-23 11:06:28','2021-01-23 06:06:28'),
(96088,36193,'action started via WP Cron','2021-01-23 11:08:07','2021-01-23 06:08:07'),
(96089,36193,'action complete via WP Cron','2021-01-23 11:08:07','2021-01-23 06:08:07'),
(96090,36194,'action created','2021-01-23 11:08:07','2021-01-23 06:08:07'),
(96091,36194,'action started via WP Cron','2021-01-23 11:08:48','2021-01-23 06:08:48'),
(96092,36194,'action complete via WP Cron','2021-01-23 11:08:48','2021-01-23 06:08:48'),
(96093,36195,'action created','2021-01-23 11:08:48','2021-01-23 06:08:48'),
(96094,36195,'action started via WP Cron','2021-01-23 11:09:47','2021-01-23 06:09:47'),
(96095,36195,'action complete via WP Cron','2021-01-23 11:09:47','2021-01-23 06:09:47'),
(96096,36196,'action created','2021-01-23 11:09:47','2021-01-23 06:09:47'),
(96097,36196,'action started via WP Cron','2021-01-23 11:10:32','2021-01-23 06:10:32'),
(96098,36196,'action complete via WP Cron','2021-01-23 11:10:32','2021-01-23 06:10:32'),
(96099,36197,'action created','2021-01-23 11:10:32','2021-01-23 06:10:32'),
(96100,36197,'action started via WP Cron','2021-01-23 11:13:56','2021-01-23 06:13:56'),
(96101,36197,'action complete via WP Cron','2021-01-23 11:13:56','2021-01-23 06:13:56'),
(96102,36198,'action created','2021-01-23 11:13:56','2021-01-23 06:13:56'),
(96103,36198,'action started via WP Cron','2021-01-23 11:15:54','2021-01-23 06:15:54'),
(96104,36198,'action complete via WP Cron','2021-01-23 11:15:54','2021-01-23 06:15:54'),
(96105,36199,'action created','2021-01-23 11:15:54','2021-01-23 06:15:54'),
(96106,36199,'action started via WP Cron','2021-01-23 11:16:20','2021-01-23 06:16:20'),
(96107,36199,'action complete via WP Cron','2021-01-23 11:16:20','2021-01-23 06:16:20'),
(96108,36200,'action created','2021-01-23 11:16:20','2021-01-23 06:16:20'),
(96109,36200,'action started via WP Cron','2021-01-23 11:18:28','2021-01-23 06:18:28'),
(96110,36200,'action complete via WP Cron','2021-01-23 11:18:28','2021-01-23 06:18:28'),
(96111,36201,'action created','2021-01-23 11:18:28','2021-01-23 06:18:28'),
(96112,36201,'action started via WP Cron','2021-01-23 11:19:17','2021-01-23 06:19:17'),
(96113,36201,'action complete via WP Cron','2021-01-23 11:19:17','2021-01-23 06:19:17'),
(96114,36202,'action created','2021-01-23 11:19:17','2021-01-23 06:19:17'),
(96115,36202,'action started via WP Cron','2021-01-23 11:21:26','2021-01-23 06:21:26'),
(96116,36202,'action complete via WP Cron','2021-01-23 11:21:26','2021-01-23 06:21:26'),
(96117,36203,'action created','2021-01-23 11:21:26','2021-01-23 06:21:26'),
(96118,36203,'action started via WP Cron','2021-01-23 11:23:01','2021-01-23 06:23:01'),
(96119,36203,'action complete via WP Cron','2021-01-23 11:23:01','2021-01-23 06:23:01'),
(96120,36204,'action created','2021-01-23 11:23:01','2021-01-23 06:23:01'),
(96121,36204,'action started via WP Cron','2021-01-23 11:24:18','2021-01-23 06:24:18'),
(96122,36204,'action complete via WP Cron','2021-01-23 11:24:18','2021-01-23 06:24:18'),
(96123,36205,'action created','2021-01-23 11:24:18','2021-01-23 06:24:18'),
(96124,36205,'action started via WP Cron','2021-01-23 11:26:34','2021-01-23 06:26:34'),
(96125,36205,'action complete via WP Cron','2021-01-23 11:26:34','2021-01-23 06:26:34'),
(96126,36206,'action created','2021-01-23 11:26:34','2021-01-23 06:26:34'),
(96127,36206,'action started via WP Cron','2021-01-23 11:27:50','2021-01-23 06:27:50'),
(96128,36206,'action complete via WP Cron','2021-01-23 11:27:50','2021-01-23 06:27:50'),
(96129,36207,'action created','2021-01-23 11:27:50','2021-01-23 06:27:50'),
(96130,36207,'action started via WP Cron','2021-01-23 11:29:42','2021-01-23 06:29:42'),
(96131,36207,'action complete via WP Cron','2021-01-23 11:29:42','2021-01-23 06:29:42'),
(96132,36208,'action created','2021-01-23 11:29:42','2021-01-23 06:29:42'),
(96133,36208,'action started via WP Cron','2021-01-23 11:32:09','2021-01-23 06:32:09'),
(96134,36208,'action complete via WP Cron','2021-01-23 11:32:09','2021-01-23 06:32:09'),
(96135,36209,'action created','2021-01-23 11:32:09','2021-01-23 06:32:09'),
(96136,36209,'action started via WP Cron','2021-01-23 11:32:34','2021-01-23 06:32:34'),
(96137,36209,'action complete via WP Cron','2021-01-23 11:32:34','2021-01-23 06:32:34'),
(96138,36210,'action created','2021-01-23 11:32:34','2021-01-23 06:32:34'),
(96139,36210,'action started via WP Cron','2021-01-23 11:35:27','2021-01-23 06:35:27'),
(96140,36210,'action complete via WP Cron','2021-01-23 11:35:27','2021-01-23 06:35:27'),
(96141,36211,'action created','2021-01-23 11:35:27','2021-01-23 06:35:27'),
(96142,36211,'action started via WP Cron','2021-01-23 11:37:25','2021-01-23 06:37:25'),
(96143,36211,'action complete via WP Cron','2021-01-23 11:37:25','2021-01-23 06:37:25'),
(96144,36212,'action created','2021-01-23 11:37:25','2021-01-23 06:37:25'),
(96145,36212,'action started via WP Cron','2021-01-23 11:38:42','2021-01-23 06:38:42'),
(96146,36212,'action complete via WP Cron','2021-01-23 11:38:42','2021-01-23 06:38:42'),
(96147,36213,'action created','2021-01-23 11:38:42','2021-01-23 06:38:42'),
(96148,36213,'action started via WP Cron','2021-01-23 11:39:20','2021-01-23 06:39:20'),
(96149,36213,'action complete via WP Cron','2021-01-23 11:39:20','2021-01-23 06:39:20'),
(96150,36214,'action created','2021-01-23 11:39:20','2021-01-23 06:39:20'),
(96151,36214,'action started via WP Cron','2021-01-23 11:40:41','2021-01-23 06:40:41'),
(96152,36214,'action complete via WP Cron','2021-01-23 11:40:41','2021-01-23 06:40:41'),
(96153,36215,'action created','2021-01-23 11:40:41','2021-01-23 06:40:41'),
(96154,36215,'action started via WP Cron','2021-01-23 11:41:49','2021-01-23 06:41:49'),
(96155,36215,'action complete via WP Cron','2021-01-23 11:41:49','2021-01-23 06:41:49'),
(96156,36216,'action created','2021-01-23 11:41:49','2021-01-23 06:41:49'),
(96157,36216,'action started via WP Cron','2021-01-23 11:42:50','2021-01-23 06:42:50'),
(96158,36216,'action complete via WP Cron','2021-01-23 11:42:50','2021-01-23 06:42:50'),
(96159,36217,'action created','2021-01-23 11:42:50','2021-01-23 06:42:50'),
(96160,36217,'action started via WP Cron','2021-01-23 11:44:40','2021-01-23 06:44:40'),
(96161,36217,'action complete via WP Cron','2021-01-23 11:44:40','2021-01-23 06:44:40'),
(96162,36218,'action created','2021-01-23 11:44:40','2021-01-23 06:44:40'),
(96163,36218,'action started via WP Cron','2021-01-23 11:45:16','2021-01-23 06:45:16'),
(96164,36218,'action complete via WP Cron','2021-01-23 11:45:16','2021-01-23 06:45:16'),
(96165,36219,'action created','2021-01-23 11:45:17','2021-01-23 06:45:17'),
(96166,36219,'action started via WP Cron','2021-01-23 11:46:29','2021-01-23 06:46:29'),
(96167,36219,'action complete via WP Cron','2021-01-23 11:46:29','2021-01-23 06:46:29'),
(96168,36220,'action created','2021-01-23 11:46:29','2021-01-23 06:46:29'),
(96169,36220,'action started via WP Cron','2021-01-23 11:48:38','2021-01-23 06:48:38'),
(96170,36220,'action complete via WP Cron','2021-01-23 11:48:38','2021-01-23 06:48:38'),
(96171,36221,'action created','2021-01-23 11:48:38','2021-01-23 06:48:38'),
(96172,36221,'action started via WP Cron','2021-01-23 11:50:39','2021-01-23 06:50:39'),
(96173,36221,'action complete via WP Cron','2021-01-23 11:50:39','2021-01-23 06:50:39'),
(96174,36222,'action created','2021-01-23 11:50:39','2021-01-23 06:50:39'),
(96175,36222,'action started via WP Cron','2021-01-23 11:51:50','2021-01-23 06:51:50'),
(96176,36222,'action complete via WP Cron','2021-01-23 11:51:50','2021-01-23 06:51:50'),
(96177,36223,'action created','2021-01-23 11:51:50','2021-01-23 06:51:50'),
(96178,36223,'action started via WP Cron','2021-01-23 11:52:48','2021-01-23 06:52:48'),
(96179,36223,'action complete via WP Cron','2021-01-23 11:52:48','2021-01-23 06:52:48'),
(96180,36224,'action created','2021-01-23 11:52:48','2021-01-23 06:52:48'),
(96181,36224,'action started via WP Cron','2021-01-23 11:53:17','2021-01-23 06:53:17'),
(96182,36224,'action complete via WP Cron','2021-01-23 11:53:17','2021-01-23 06:53:17'),
(96183,36225,'action created','2021-01-23 11:53:17','2021-01-23 06:53:17'),
(96184,36225,'action started via WP Cron','2021-01-23 11:54:11','2021-01-23 06:54:11'),
(96185,36225,'action complete via WP Cron','2021-01-23 11:54:11','2021-01-23 06:54:11'),
(96186,36226,'action created','2021-01-23 11:54:11','2021-01-23 06:54:11'),
(96187,36226,'action started via WP Cron','2021-01-23 11:57:43','2021-01-23 06:57:43'),
(96188,36226,'action complete via WP Cron','2021-01-23 11:57:43','2021-01-23 06:57:43'),
(96189,36227,'action created','2021-01-23 11:57:43','2021-01-23 06:57:43'),
(96190,36227,'action started via WP Cron','2021-01-23 11:58:12','2021-01-23 06:58:12'),
(96191,36227,'action complete via WP Cron','2021-01-23 11:58:12','2021-01-23 06:58:12'),
(96192,36228,'action created','2021-01-23 11:58:12','2021-01-23 06:58:12'),
(96193,36228,'action started via WP Cron','2021-01-23 11:59:26','2021-01-23 06:59:26'),
(96194,36228,'action complete via WP Cron','2021-01-23 11:59:26','2021-01-23 06:59:26'),
(96195,36229,'action created','2021-01-23 11:59:26','2021-01-23 06:59:26'),
(96196,36229,'action started via WP Cron','2021-01-23 12:00:27','2021-01-23 07:00:27'),
(96197,36229,'action complete via WP Cron','2021-01-23 12:00:27','2021-01-23 07:00:27'),
(96198,36230,'action created','2021-01-23 12:00:27','2021-01-23 07:00:27'),
(96199,36230,'action started via WP Cron','2021-01-23 12:02:34','2021-01-23 07:02:34'),
(96200,36230,'action complete via WP Cron','2021-01-23 12:02:34','2021-01-23 07:02:34'),
(96201,36231,'action created','2021-01-23 12:02:34','2021-01-23 07:02:34'),
(96202,36231,'action started via WP Cron','2021-01-23 12:03:26','2021-01-23 07:03:26'),
(96203,36231,'action complete via WP Cron','2021-01-23 12:03:26','2021-01-23 07:03:26'),
(96204,36232,'action created','2021-01-23 12:03:26','2021-01-23 07:03:26'),
(96205,36232,'action started via WP Cron','2021-01-23 12:05:04','2021-01-23 07:05:04'),
(96206,36232,'action complete via WP Cron','2021-01-23 12:05:04','2021-01-23 07:05:04'),
(96207,36233,'action created','2021-01-23 12:05:04','2021-01-23 07:05:04'),
(96208,36233,'action started via WP Cron','2021-01-23 12:09:06','2021-01-23 07:09:06'),
(96209,36233,'action complete via WP Cron','2021-01-23 12:09:06','2021-01-23 07:09:06'),
(96210,36234,'action created','2021-01-23 12:09:06','2021-01-23 07:09:06'),
(96211,36234,'action started via WP Cron','2021-01-23 12:09:18','2021-01-23 07:09:18'),
(96212,36234,'action complete via WP Cron','2021-01-23 12:09:18','2021-01-23 07:09:18'),
(96213,36235,'action created','2021-01-23 12:09:18','2021-01-23 07:09:18'),
(96214,36235,'action started via WP Cron','2021-01-23 12:10:20','2021-01-23 07:10:20'),
(96215,36235,'action complete via WP Cron','2021-01-23 12:10:20','2021-01-23 07:10:20'),
(96216,36236,'action created','2021-01-23 12:10:20','2021-01-23 07:10:20'),
(96217,36236,'action started via WP Cron','2021-01-23 12:12:25','2021-01-23 07:12:25'),
(96218,36236,'action complete via WP Cron','2021-01-23 12:12:25','2021-01-23 07:12:25'),
(96219,36237,'action created','2021-01-23 12:12:25','2021-01-23 07:12:25'),
(96220,36237,'action started via WP Cron','2021-01-23 12:13:14','2021-01-23 07:13:14'),
(96221,36237,'action complete via WP Cron','2021-01-23 12:13:14','2021-01-23 07:13:14'),
(96222,36238,'action created','2021-01-23 12:13:14','2021-01-23 07:13:14'),
(96223,36238,'action started via WP Cron','2021-01-23 12:15:10','2021-01-23 07:15:10'),
(96224,36238,'action complete via WP Cron','2021-01-23 12:15:10','2021-01-23 07:15:10'),
(96225,36239,'action created','2021-01-23 12:15:10','2021-01-23 07:15:10'),
(96226,36239,'action started via WP Cron','2021-01-23 12:15:38','2021-01-23 07:15:38'),
(96227,36239,'action complete via WP Cron','2021-01-23 12:15:38','2021-01-23 07:15:38'),
(96228,36240,'action created','2021-01-23 12:15:38','2021-01-23 07:15:38'),
(96229,36240,'action started via WP Cron','2021-01-23 12:16:13','2021-01-23 07:16:13'),
(96230,36240,'action complete via WP Cron','2021-01-23 12:16:13','2021-01-23 07:16:13'),
(96231,36241,'action created','2021-01-23 12:16:13','2021-01-23 07:16:13'),
(96232,36241,'action started via WP Cron','2021-01-23 12:18:29','2021-01-23 07:18:29'),
(96233,36241,'action complete via WP Cron','2021-01-23 12:18:29','2021-01-23 07:18:29'),
(96234,36242,'action created','2021-01-23 12:18:29','2021-01-23 07:18:29'),
(96235,36242,'action started via WP Cron','2021-01-23 12:19:40','2021-01-23 07:19:40'),
(96236,36242,'action complete via WP Cron','2021-01-23 12:19:40','2021-01-23 07:19:40'),
(96237,36243,'action created','2021-01-23 12:19:40','2021-01-23 07:19:40'),
(96238,36243,'action started via WP Cron','2021-01-23 12:23:14','2021-01-23 07:23:14'),
(96239,36243,'action complete via WP Cron','2021-01-23 12:23:14','2021-01-23 07:23:14'),
(96240,36244,'action created','2021-01-23 12:23:14','2021-01-23 07:23:14'),
(96241,36244,'action started via WP Cron','2021-01-23 12:26:26','2021-01-23 07:26:26'),
(96242,36244,'action complete via WP Cron','2021-01-23 12:26:26','2021-01-23 07:26:26'),
(96243,36245,'action created','2021-01-23 12:26:26','2021-01-23 07:26:26'),
(96244,36245,'action started via WP Cron','2021-01-23 12:27:48','2021-01-23 07:27:48'),
(96245,36245,'action complete via WP Cron','2021-01-23 12:27:48','2021-01-23 07:27:48'),
(96246,36246,'action created','2021-01-23 12:27:48','2021-01-23 07:27:48'),
(96247,36246,'action started via WP Cron','2021-01-23 12:29:57','2021-01-23 07:29:57'),
(96248,36246,'action complete via WP Cron','2021-01-23 12:29:57','2021-01-23 07:29:57'),
(96249,36247,'action created','2021-01-23 12:29:57','2021-01-23 07:29:57'),
(96250,36247,'action started via WP Cron','2021-01-23 12:30:19','2021-01-23 07:30:19'),
(96251,36247,'action complete via WP Cron','2021-01-23 12:30:19','2021-01-23 07:30:19'),
(96252,36248,'action created','2021-01-23 12:30:19','2021-01-23 07:30:19'),
(96253,36248,'action started via WP Cron','2021-01-23 12:35:33','2021-01-23 07:35:33'),
(96254,36248,'action complete via WP Cron','2021-01-23 12:35:33','2021-01-23 07:35:33'),
(96255,36249,'action created','2021-01-23 12:35:33','2021-01-23 07:35:33'),
(96256,36249,'action started via WP Cron','2021-01-23 12:36:12','2021-01-23 07:36:12'),
(96257,36249,'action complete via WP Cron','2021-01-23 12:36:12','2021-01-23 07:36:12'),
(96258,36250,'action created','2021-01-23 12:36:12','2021-01-23 07:36:12'),
(96259,36250,'action started via WP Cron','2021-01-23 12:39:17','2021-01-23 07:39:17'),
(96260,36250,'action complete via WP Cron','2021-01-23 12:39:17','2021-01-23 07:39:17'),
(96261,36251,'action created','2021-01-23 12:39:17','2021-01-23 07:39:17'),
(96262,36251,'action started via WP Cron','2021-01-23 12:40:11','2021-01-23 07:40:11'),
(96263,36251,'action complete via WP Cron','2021-01-23 12:40:11','2021-01-23 07:40:11'),
(96264,36252,'action created','2021-01-23 12:40:11','2021-01-23 07:40:11'),
(96265,36252,'action started via WP Cron','2021-01-23 12:41:16','2021-01-23 07:41:16'),
(96266,36252,'action complete via WP Cron','2021-01-23 12:41:16','2021-01-23 07:41:16'),
(96267,36253,'action created','2021-01-23 12:41:16','2021-01-23 07:41:16'),
(96268,36253,'action started via WP Cron','2021-01-23 12:43:50','2021-01-23 07:43:50'),
(96269,36253,'action complete via WP Cron','2021-01-23 12:43:50','2021-01-23 07:43:50'),
(96270,36254,'action created','2021-01-23 12:43:50','2021-01-23 07:43:50'),
(96271,36254,'action started via WP Cron','2021-01-23 12:45:03','2021-01-23 07:45:03'),
(96272,36254,'action complete via WP Cron','2021-01-23 12:45:03','2021-01-23 07:45:03'),
(96273,36255,'action created','2021-01-23 12:45:06','2021-01-23 07:45:06'),
(96274,36255,'action started via WP Cron','2021-01-23 12:47:25','2021-01-23 07:47:25'),
(96275,36255,'action complete via WP Cron','2021-01-23 12:47:25','2021-01-23 07:47:25'),
(96276,36256,'action created','2021-01-23 12:47:25','2021-01-23 07:47:25'),
(96277,36256,'action started via WP Cron','2021-01-23 12:48:12','2021-01-23 07:48:12'),
(96278,36256,'action complete via WP Cron','2021-01-23 12:48:12','2021-01-23 07:48:12'),
(96279,36257,'action created','2021-01-23 12:48:12','2021-01-23 07:48:12'),
(96280,36257,'action started via WP Cron','2021-01-23 12:50:53','2021-01-23 07:50:53'),
(96281,36257,'action complete via WP Cron','2021-01-23 12:50:53','2021-01-23 07:50:53'),
(96282,36258,'action created','2021-01-23 12:50:53','2021-01-23 07:50:53'),
(96283,36258,'action started via WP Cron','2021-01-23 12:51:32','2021-01-23 07:51:32'),
(96284,36258,'action complete via WP Cron','2021-01-23 12:51:32','2021-01-23 07:51:32'),
(96285,36259,'action created','2021-01-23 12:51:32','2021-01-23 07:51:32'),
(96286,36259,'action started via WP Cron','2021-01-23 12:54:33','2021-01-23 07:54:33'),
(96287,36259,'action complete via WP Cron','2021-01-23 12:54:33','2021-01-23 07:54:33'),
(96288,36260,'action created','2021-01-23 12:54:33','2021-01-23 07:54:33'),
(96289,36260,'action started via WP Cron','2021-01-23 12:55:18','2021-01-23 07:55:18'),
(96290,36260,'action complete via WP Cron','2021-01-23 12:55:18','2021-01-23 07:55:18'),
(96291,36261,'action created','2021-01-23 12:55:18','2021-01-23 07:55:18'),
(96292,36261,'action started via WP Cron','2021-01-23 12:58:02','2021-01-23 07:58:02'),
(96293,36261,'action complete via WP Cron','2021-01-23 12:58:02','2021-01-23 07:58:02'),
(96294,36262,'action created','2021-01-23 12:58:02','2021-01-23 07:58:02'),
(96295,36262,'action started via WP Cron','2021-01-23 12:58:21','2021-01-23 07:58:21'),
(96296,36262,'action complete via WP Cron','2021-01-23 12:58:21','2021-01-23 07:58:21'),
(96297,36263,'action created','2021-01-23 12:58:21','2021-01-23 07:58:21'),
(96298,36263,'action started via WP Cron','2021-01-23 13:01:01','2021-01-23 08:01:01'),
(96299,36263,'action complete via WP Cron','2021-01-23 13:01:01','2021-01-23 08:01:01'),
(96300,36264,'action created','2021-01-23 13:01:01','2021-01-23 08:01:01'),
(96301,36264,'action started via WP Cron','2021-01-23 13:03:22','2021-01-23 08:03:22'),
(96302,36264,'action complete via WP Cron','2021-01-23 13:03:22','2021-01-23 08:03:22'),
(96303,36265,'action created','2021-01-23 13:03:22','2021-01-23 08:03:22'),
(96304,36265,'action started via WP Cron','2021-01-23 13:04:22','2021-01-23 08:04:22'),
(96305,36265,'action complete via WP Cron','2021-01-23 13:04:22','2021-01-23 08:04:22'),
(96306,36266,'action created','2021-01-23 13:04:22','2021-01-23 08:04:22'),
(96307,36266,'action started via WP Cron','2021-01-23 13:05:30','2021-01-23 08:05:30'),
(96308,36266,'action complete via WP Cron','2021-01-23 13:05:30','2021-01-23 08:05:30'),
(96309,36267,'action created','2021-01-23 13:05:30','2021-01-23 08:05:30'),
(96310,35312,'action started via WP Cron','2021-01-23 13:08:37','2021-01-23 08:08:37'),
(96311,35312,'action complete via WP Cron','2021-01-23 13:08:37','2021-01-23 08:08:37'),
(96312,36268,'action created','2021-01-23 13:08:37','2021-01-23 08:08:37'),
(96313,36267,'action started via WP Cron','2021-01-23 13:08:37','2021-01-23 08:08:37'),
(96314,36267,'action complete via WP Cron','2021-01-23 13:08:37','2021-01-23 08:08:37'),
(96315,36269,'action created','2021-01-23 13:08:37','2021-01-23 08:08:37'),
(96316,36269,'action started via WP Cron','2021-01-23 13:09:53','2021-01-23 08:09:53'),
(96317,36269,'action complete via WP Cron','2021-01-23 13:09:53','2021-01-23 08:09:53'),
(96318,36270,'action created','2021-01-23 13:09:53','2021-01-23 08:09:53'),
(96319,36270,'action started via WP Cron','2021-01-23 13:10:26','2021-01-23 08:10:26'),
(96320,36270,'action complete via WP Cron','2021-01-23 13:10:26','2021-01-23 08:10:26'),
(96321,36271,'action created','2021-01-23 13:10:26','2021-01-23 08:10:26'),
(96322,36271,'action started via WP Cron','2021-01-23 13:11:40','2021-01-23 08:11:40'),
(96323,36271,'action complete via WP Cron','2021-01-23 13:11:40','2021-01-23 08:11:40'),
(96324,36272,'action created','2021-01-23 13:11:40','2021-01-23 08:11:40'),
(96325,36272,'action started via WP Cron','2021-01-23 13:12:31','2021-01-23 08:12:31'),
(96326,36272,'action complete via WP Cron','2021-01-23 13:12:31','2021-01-23 08:12:31'),
(96327,36273,'action created','2021-01-23 13:12:31','2021-01-23 08:12:31'),
(96328,36273,'action started via WP Cron','2021-01-23 13:13:50','2021-01-23 08:13:50'),
(96329,36273,'action complete via WP Cron','2021-01-23 13:13:50','2021-01-23 08:13:50'),
(96330,36274,'action created','2021-01-23 13:13:50','2021-01-23 08:13:50'),
(96331,36274,'action started via WP Cron','2021-01-23 13:14:46','2021-01-23 08:14:46'),
(96332,36274,'action complete via WP Cron','2021-01-23 13:14:46','2021-01-23 08:14:46'),
(96333,36275,'action created','2021-01-23 13:14:46','2021-01-23 08:14:46'),
(96334,36275,'action started via WP Cron','2021-01-23 13:15:22','2021-01-23 08:15:22'),
(96335,36275,'action complete via WP Cron','2021-01-23 13:15:22','2021-01-23 08:15:22'),
(96336,36276,'action created','2021-01-23 13:15:22','2021-01-23 08:15:22'),
(96337,36276,'action started via WP Cron','2021-01-23 13:16:40','2021-01-23 08:16:40'),
(96338,36276,'action complete via WP Cron','2021-01-23 13:16:40','2021-01-23 08:16:40'),
(96339,36277,'action created','2021-01-23 13:16:41','2021-01-23 08:16:41'),
(96340,36277,'action started via WP Cron','2021-01-23 13:18:00','2021-01-23 08:18:00'),
(96341,36277,'action complete via WP Cron','2021-01-23 13:18:00','2021-01-23 08:18:00'),
(96342,36278,'action created','2021-01-23 13:18:00','2021-01-23 08:18:00'),
(96343,36278,'action started via WP Cron','2021-01-23 13:18:27','2021-01-23 08:18:27'),
(96344,36278,'action complete via WP Cron','2021-01-23 13:18:27','2021-01-23 08:18:27'),
(96345,36279,'action created','2021-01-23 13:18:27','2021-01-23 08:18:27'),
(96346,36279,'action started via WP Cron','2021-01-23 13:19:20','2021-01-23 08:19:20'),
(96347,36279,'action complete via WP Cron','2021-01-23 13:19:20','2021-01-23 08:19:20'),
(96348,36280,'action created','2021-01-23 13:19:20','2021-01-23 08:19:20'),
(96349,36280,'action started via WP Cron','2021-01-23 13:20:43','2021-01-23 08:20:43'),
(96350,36280,'action complete via WP Cron','2021-01-23 13:20:43','2021-01-23 08:20:43'),
(96351,36281,'action created','2021-01-23 13:20:43','2021-01-23 08:20:43'),
(96352,36281,'action started via WP Cron','2021-01-23 13:23:00','2021-01-23 08:23:00'),
(96353,36281,'action complete via WP Cron','2021-01-23 13:23:00','2021-01-23 08:23:00'),
(96354,36282,'action created','2021-01-23 13:23:00','2021-01-23 08:23:00'),
(96355,36282,'action started via WP Cron','2021-01-23 13:28:00','2021-01-23 08:28:00'),
(96356,36282,'action complete via WP Cron','2021-01-23 13:28:00','2021-01-23 08:28:00'),
(96357,36283,'action created','2021-01-23 13:28:00','2021-01-23 08:28:00'),
(96358,36283,'action started via WP Cron','2021-01-23 13:29:35','2021-01-23 08:29:35'),
(96359,36283,'action complete via WP Cron','2021-01-23 13:29:35','2021-01-23 08:29:35'),
(96360,36284,'action created','2021-01-23 13:29:35','2021-01-23 08:29:35'),
(96361,36284,'action started via WP Cron','2021-01-23 13:30:20','2021-01-23 08:30:20'),
(96362,36284,'action complete via WP Cron','2021-01-23 13:30:20','2021-01-23 08:30:20'),
(96363,36285,'action created','2021-01-23 13:30:21','2021-01-23 08:30:21'),
(96364,36285,'action started via WP Cron','2021-01-23 13:31:48','2021-01-23 08:31:48'),
(96365,36285,'action complete via WP Cron','2021-01-23 13:31:48','2021-01-23 08:31:48'),
(96366,36286,'action created','2021-01-23 13:31:48','2021-01-23 08:31:48'),
(96367,36286,'action started via WP Cron','2021-01-23 13:32:46','2021-01-23 08:32:46'),
(96368,36286,'action complete via WP Cron','2021-01-23 13:32:46','2021-01-23 08:32:46'),
(96369,36287,'action created','2021-01-23 13:32:46','2021-01-23 08:32:46'),
(96370,36287,'action started via WP Cron','2021-01-23 13:35:12','2021-01-23 08:35:12'),
(96371,36287,'action complete via WP Cron','2021-01-23 13:35:12','2021-01-23 08:35:12'),
(96372,36288,'action created','2021-01-23 13:35:12','2021-01-23 08:35:12'),
(96373,36288,'action started via WP Cron','2021-01-23 13:37:25','2021-01-23 08:37:25'),
(96374,36288,'action complete via WP Cron','2021-01-23 13:37:25','2021-01-23 08:37:25'),
(96375,36289,'action created','2021-01-23 13:37:25','2021-01-23 08:37:25'),
(96376,36289,'action started via WP Cron','2021-01-23 13:38:21','2021-01-23 08:38:21'),
(96377,36289,'action complete via WP Cron','2021-01-23 13:38:21','2021-01-23 08:38:21'),
(96378,36290,'action created','2021-01-23 13:38:21','2021-01-23 08:38:21'),
(96379,36290,'action started via WP Cron','2021-01-23 13:40:30','2021-01-23 08:40:30'),
(96380,36290,'action complete via WP Cron','2021-01-23 13:40:30','2021-01-23 08:40:30'),
(96381,36291,'action created','2021-01-23 13:40:30','2021-01-23 08:40:30'),
(96382,36291,'action started via WP Cron','2021-01-23 13:41:40','2021-01-23 08:41:40'),
(96383,36291,'action complete via WP Cron','2021-01-23 13:41:40','2021-01-23 08:41:40'),
(96384,36292,'action created','2021-01-23 13:41:40','2021-01-23 08:41:40'),
(96385,36292,'action started via WP Cron','2021-01-23 13:42:14','2021-01-23 08:42:14'),
(96386,36292,'action complete via WP Cron','2021-01-23 13:42:14','2021-01-23 08:42:14'),
(96387,36293,'action created','2021-01-23 13:42:14','2021-01-23 08:42:14'),
(96388,36293,'action started via WP Cron','2021-01-23 13:43:27','2021-01-23 08:43:27'),
(96389,36293,'action complete via WP Cron','2021-01-23 13:43:27','2021-01-23 08:43:27'),
(96390,36294,'action created','2021-01-23 13:43:27','2021-01-23 08:43:27'),
(96391,36294,'action started via WP Cron','2021-01-23 13:44:33','2021-01-23 08:44:33'),
(96392,36294,'action complete via WP Cron','2021-01-23 13:44:33','2021-01-23 08:44:33'),
(96393,36295,'action created','2021-01-23 13:44:33','2021-01-23 08:44:33'),
(96394,36295,'action started via WP Cron','2021-01-23 13:46:07','2021-01-23 08:46:07'),
(96395,36295,'action complete via WP Cron','2021-01-23 13:46:07','2021-01-23 08:46:07'),
(96396,36296,'action created','2021-01-23 13:46:07','2021-01-23 08:46:07'),
(96397,36296,'action started via WP Cron','2021-01-23 13:47:22','2021-01-23 08:47:22'),
(96398,36296,'action complete via WP Cron','2021-01-23 13:47:22','2021-01-23 08:47:22'),
(96399,36297,'action created','2021-01-23 13:47:22','2021-01-23 08:47:22'),
(96400,36297,'action started via WP Cron','2021-01-23 13:48:11','2021-01-23 08:48:11'),
(96401,36297,'action complete via WP Cron','2021-01-23 13:48:11','2021-01-23 08:48:11'),
(96402,36298,'action created','2021-01-23 13:48:11','2021-01-23 08:48:11'),
(96403,36298,'action started via WP Cron','2021-01-23 13:49:12','2021-01-23 08:49:12'),
(96404,36298,'action complete via WP Cron','2021-01-23 13:49:12','2021-01-23 08:49:12'),
(96405,36299,'action created','2021-01-23 13:49:13','2021-01-23 08:49:13'),
(96406,36299,'action started via WP Cron','2021-01-23 13:50:12','2021-01-23 08:50:12'),
(96407,36299,'action complete via WP Cron','2021-01-23 13:50:12','2021-01-23 08:50:12'),
(96408,36300,'action created','2021-01-23 13:50:12','2021-01-23 08:50:12'),
(96409,36300,'action started via WP Cron','2021-01-23 13:51:13','2021-01-23 08:51:13'),
(96410,36300,'action complete via WP Cron','2021-01-23 13:51:13','2021-01-23 08:51:13'),
(96411,36301,'action created','2021-01-23 13:51:13','2021-01-23 08:51:13'),
(96412,36301,'action started via WP Cron','2021-01-23 13:52:11','2021-01-23 08:52:11'),
(96413,36301,'action complete via WP Cron','2021-01-23 13:52:11','2021-01-23 08:52:11'),
(96414,36302,'action created','2021-01-23 13:52:11','2021-01-23 08:52:11'),
(96415,36302,'action started via WP Cron','2021-01-23 13:53:12','2021-01-23 08:53:12'),
(96416,36302,'action complete via WP Cron','2021-01-23 13:53:12','2021-01-23 08:53:12'),
(96417,36303,'action created','2021-01-23 13:53:12','2021-01-23 08:53:12'),
(96418,36303,'action started via WP Cron','2021-01-23 13:55:23','2021-01-23 08:55:23'),
(96419,36303,'action complete via WP Cron','2021-01-23 13:55:23','2021-01-23 08:55:23'),
(96420,36304,'action created','2021-01-23 13:55:23','2021-01-23 08:55:23'),
(96421,36304,'action started via WP Cron','2021-01-23 13:56:16','2021-01-23 08:56:16'),
(96422,36304,'action complete via WP Cron','2021-01-23 13:56:16','2021-01-23 08:56:16'),
(96423,36305,'action created','2021-01-23 13:56:16','2021-01-23 08:56:16'),
(96424,36305,'action started via WP Cron','2021-01-23 13:57:48','2021-01-23 08:57:48'),
(96425,36305,'action complete via WP Cron','2021-01-23 13:57:48','2021-01-23 08:57:48'),
(96426,36306,'action created','2021-01-23 13:57:48','2021-01-23 08:57:48'),
(96427,36306,'action started via WP Cron','2021-01-23 14:00:33','2021-01-23 09:00:33'),
(96428,36306,'action complete via WP Cron','2021-01-23 14:00:33','2021-01-23 09:00:33'),
(96429,36307,'action created','2021-01-23 14:00:33','2021-01-23 09:00:33'),
(96430,36307,'action started via WP Cron','2021-01-23 14:01:59','2021-01-23 09:01:59'),
(96431,36307,'action complete via WP Cron','2021-01-23 14:01:59','2021-01-23 09:01:59'),
(96432,36308,'action created','2021-01-23 14:01:59','2021-01-23 09:01:59'),
(96433,36308,'action started via WP Cron','2021-01-23 14:02:37','2021-01-23 09:02:37'),
(96434,36308,'action complete via WP Cron','2021-01-23 14:02:37','2021-01-23 09:02:37'),
(96435,36309,'action created','2021-01-23 14:02:37','2021-01-23 09:02:37'),
(96436,36309,'action started via WP Cron','2021-01-23 14:05:10','2021-01-23 09:05:10'),
(96437,36309,'action complete via WP Cron','2021-01-23 14:05:10','2021-01-23 09:05:10'),
(96438,36310,'action created','2021-01-23 14:05:10','2021-01-23 09:05:10'),
(96439,36310,'action started via WP Cron','2021-01-23 14:06:44','2021-01-23 09:06:44'),
(96440,36310,'action complete via WP Cron','2021-01-23 14:06:44','2021-01-23 09:06:44'),
(96441,36311,'action created','2021-01-23 14:06:44','2021-01-23 09:06:44'),
(96442,36311,'action started via WP Cron','2021-01-23 14:09:14','2021-01-23 09:09:14'),
(96443,36311,'action complete via WP Cron','2021-01-23 14:09:14','2021-01-23 09:09:14'),
(96444,36312,'action created','2021-01-23 14:09:14','2021-01-23 09:09:14'),
(96445,36312,'action started via WP Cron','2021-01-23 14:10:38','2021-01-23 09:10:38'),
(96446,36312,'action complete via WP Cron','2021-01-23 14:10:38','2021-01-23 09:10:38'),
(96447,36313,'action created','2021-01-23 14:10:38','2021-01-23 09:10:38'),
(96448,36313,'action started via WP Cron','2021-01-23 14:11:16','2021-01-23 09:11:16'),
(96449,36313,'action complete via WP Cron','2021-01-23 14:11:16','2021-01-23 09:11:16'),
(96450,36314,'action created','2021-01-23 14:11:16','2021-01-23 09:11:16'),
(96451,36314,'action started via WP Cron','2021-01-23 14:12:19','2021-01-23 09:12:19'),
(96452,36314,'action complete via WP Cron','2021-01-23 14:12:19','2021-01-23 09:12:19'),
(96453,36315,'action created','2021-01-23 14:12:19','2021-01-23 09:12:19'),
(96454,36315,'action started via WP Cron','2021-01-23 14:14:53','2021-01-23 09:14:53'),
(96455,36315,'action complete via WP Cron','2021-01-23 14:14:53','2021-01-23 09:14:53'),
(96456,36316,'action created','2021-01-23 14:14:53','2021-01-23 09:14:53'),
(96457,36316,'action started via WP Cron','2021-01-23 14:15:42','2021-01-23 09:15:42'),
(96458,36316,'action complete via WP Cron','2021-01-23 14:15:42','2021-01-23 09:15:42'),
(96459,36317,'action created','2021-01-23 14:15:42','2021-01-23 09:15:42'),
(96460,36317,'action started via WP Cron','2021-01-23 14:16:54','2021-01-23 09:16:54'),
(96461,36317,'action complete via WP Cron','2021-01-23 14:16:54','2021-01-23 09:16:54'),
(96462,36318,'action created','2021-01-23 14:16:54','2021-01-23 09:16:54'),
(96463,36318,'action started via WP Cron','2021-01-23 14:18:15','2021-01-23 09:18:15'),
(96464,36318,'action complete via WP Cron','2021-01-23 14:18:15','2021-01-23 09:18:15'),
(96465,36319,'action created','2021-01-23 14:18:15','2021-01-23 09:18:15'),
(96466,36319,'action started via WP Cron','2021-01-23 14:19:23','2021-01-23 09:19:23'),
(96467,36319,'action complete via WP Cron','2021-01-23 14:19:23','2021-01-23 09:19:23'),
(96468,36320,'action created','2021-01-23 14:19:23','2021-01-23 09:19:23'),
(96469,36320,'action started via WP Cron','2021-01-23 14:23:56','2021-01-23 09:23:56'),
(96470,36320,'action complete via WP Cron','2021-01-23 14:23:56','2021-01-23 09:23:56'),
(96471,36321,'action created','2021-01-23 14:23:56','2021-01-23 09:23:56'),
(96472,36321,'action started via WP Cron','2021-01-23 14:25:25','2021-01-23 09:25:25'),
(96473,36321,'action complete via WP Cron','2021-01-23 14:25:25','2021-01-23 09:25:25'),
(96474,36322,'action created','2021-01-23 14:25:25','2021-01-23 09:25:25'),
(96475,36322,'action started via WP Cron','2021-01-23 14:26:12','2021-01-23 09:26:12'),
(96476,36322,'action complete via WP Cron','2021-01-23 14:26:12','2021-01-23 09:26:12'),
(96477,36323,'action created','2021-01-23 14:26:12','2021-01-23 09:26:12'),
(96478,36323,'action started via WP Cron','2021-01-23 14:27:20','2021-01-23 09:27:20'),
(96479,36323,'action complete via WP Cron','2021-01-23 14:27:20','2021-01-23 09:27:20'),
(96480,36324,'action created','2021-01-23 14:27:20','2021-01-23 09:27:20'),
(96481,36324,'action started via WP Cron','2021-01-23 14:28:23','2021-01-23 09:28:23'),
(96482,36324,'action complete via WP Cron','2021-01-23 14:28:23','2021-01-23 09:28:23'),
(96483,36325,'action created','2021-01-23 14:28:23','2021-01-23 09:28:23'),
(96484,36325,'action started via WP Cron','2021-01-23 14:29:55','2021-01-23 09:29:55'),
(96485,36325,'action complete via WP Cron','2021-01-23 14:29:55','2021-01-23 09:29:55'),
(96486,36326,'action created','2021-01-23 14:29:55','2021-01-23 09:29:55'),
(96487,36326,'action started via WP Cron','2021-01-23 14:30:16','2021-01-23 09:30:16'),
(96488,36326,'action complete via WP Cron','2021-01-23 14:30:16','2021-01-23 09:30:16'),
(96489,36327,'action created','2021-01-23 14:30:16','2021-01-23 09:30:16'),
(96490,36327,'action started via WP Cron','2021-01-23 14:33:02','2021-01-23 09:33:02'),
(96491,36327,'action complete via WP Cron','2021-01-23 14:33:02','2021-01-23 09:33:02'),
(96492,36328,'action created','2021-01-23 14:33:02','2021-01-23 09:33:02'),
(96493,36328,'action started via WP Cron','2021-01-23 14:33:45','2021-01-23 09:33:45'),
(96494,36328,'action complete via WP Cron','2021-01-23 14:33:45','2021-01-23 09:33:45'),
(96495,36329,'action created','2021-01-23 14:33:45','2021-01-23 09:33:45'),
(96496,36329,'action started via WP Cron','2021-01-23 14:35:13','2021-01-23 09:35:13'),
(96497,36329,'action complete via WP Cron','2021-01-23 14:35:13','2021-01-23 09:35:13'),
(96498,36330,'action created','2021-01-23 14:35:13','2021-01-23 09:35:13'),
(96499,36330,'action started via WP Cron','2021-01-23 14:37:23','2021-01-23 09:37:23'),
(96500,36330,'action complete via WP Cron','2021-01-23 14:37:23','2021-01-23 09:37:23'),
(96501,36331,'action created','2021-01-23 14:37:23','2021-01-23 09:37:23'),
(96502,36331,'action started via WP Cron','2021-01-23 14:38:37','2021-01-23 09:38:37'),
(96503,36331,'action complete via WP Cron','2021-01-23 14:38:37','2021-01-23 09:38:37'),
(96504,36332,'action created','2021-01-23 14:38:37','2021-01-23 09:38:37'),
(96505,36332,'action started via WP Cron','2021-01-23 14:40:03','2021-01-23 09:40:03'),
(96506,36332,'action complete via WP Cron','2021-01-23 14:40:03','2021-01-23 09:40:03'),
(96507,36333,'action created','2021-01-23 14:40:03','2021-01-23 09:40:03'),
(96508,36333,'action started via WP Cron','2021-01-23 14:41:34','2021-01-23 09:41:34'),
(96509,36333,'action complete via WP Cron','2021-01-23 14:41:34','2021-01-23 09:41:34'),
(96510,36334,'action created','2021-01-23 14:41:34','2021-01-23 09:41:34'),
(96511,36334,'action started via WP Cron','2021-01-23 14:43:18','2021-01-23 09:43:18'),
(96512,36334,'action complete via WP Cron','2021-01-23 14:43:18','2021-01-23 09:43:18'),
(96513,36335,'action created','2021-01-23 14:43:18','2021-01-23 09:43:18'),
(96514,36335,'action started via WP Cron','2021-01-23 14:44:12','2021-01-23 09:44:12'),
(96515,36335,'action complete via WP Cron','2021-01-23 14:44:12','2021-01-23 09:44:12'),
(96516,36336,'action created','2021-01-23 14:44:13','2021-01-23 09:44:13'),
(96517,36336,'action started via WP Cron','2021-01-23 14:45:20','2021-01-23 09:45:20'),
(96518,36336,'action complete via WP Cron','2021-01-23 14:45:20','2021-01-23 09:45:20'),
(96519,36337,'action created','2021-01-23 14:45:20','2021-01-23 09:45:20'),
(96520,36337,'action started via WP Cron','2021-01-23 14:46:15','2021-01-23 09:46:15'),
(96521,36337,'action complete via WP Cron','2021-01-23 14:46:15','2021-01-23 09:46:15'),
(96522,36338,'action created','2021-01-23 14:46:15','2021-01-23 09:46:15'),
(96523,36338,'action started via WP Cron','2021-01-23 14:48:30','2021-01-23 09:48:30'),
(96524,36338,'action complete via WP Cron','2021-01-23 14:48:30','2021-01-23 09:48:30'),
(96525,36339,'action created','2021-01-23 14:48:30','2021-01-23 09:48:30'),
(96526,36339,'action started via WP Cron','2021-01-23 14:49:46','2021-01-23 09:49:46'),
(96527,36339,'action complete via WP Cron','2021-01-23 14:49:46','2021-01-23 09:49:46'),
(96528,36340,'action created','2021-01-23 14:49:46','2021-01-23 09:49:46'),
(96529,36340,'action started via WP Cron','2021-01-23 14:51:13','2021-01-23 09:51:13'),
(96530,36340,'action complete via WP Cron','2021-01-23 14:51:13','2021-01-23 09:51:13'),
(96531,36341,'action created','2021-01-23 14:51:13','2021-01-23 09:51:13'),
(96532,36341,'action started via WP Cron','2021-01-23 14:54:34','2021-01-23 09:54:34'),
(96533,36341,'action complete via WP Cron','2021-01-23 14:54:34','2021-01-23 09:54:34'),
(96534,36342,'action created','2021-01-23 14:54:34','2021-01-23 09:54:34'),
(96535,36342,'action started via WP Cron','2021-01-23 14:56:06','2021-01-23 09:56:06'),
(96536,36342,'action complete via WP Cron','2021-01-23 14:56:06','2021-01-23 09:56:06'),
(96537,36343,'action created','2021-01-23 14:56:06','2021-01-23 09:56:06'),
(96538,36343,'action started via WP Cron','2021-01-23 14:57:01','2021-01-23 09:57:01'),
(96539,36343,'action complete via WP Cron','2021-01-23 14:57:01','2021-01-23 09:57:01'),
(96540,36344,'action created','2021-01-23 14:57:01','2021-01-23 09:57:01'),
(96541,36344,'action started via WP Cron','2021-01-23 14:57:39','2021-01-23 09:57:39'),
(96542,36344,'action complete via WP Cron','2021-01-23 14:57:39','2021-01-23 09:57:39'),
(96543,36345,'action created','2021-01-23 14:57:39','2021-01-23 09:57:39'),
(96544,36345,'action started via WP Cron','2021-01-23 15:00:06','2021-01-23 10:00:06'),
(96545,36345,'action complete via WP Cron','2021-01-23 15:00:06','2021-01-23 10:00:06'),
(96546,36346,'action created','2021-01-23 15:00:06','2021-01-23 10:00:06'),
(96547,36346,'action started via WP Cron','2021-01-23 15:04:36','2021-01-23 10:04:36'),
(96548,36346,'action complete via WP Cron','2021-01-23 15:04:36','2021-01-23 10:04:36'),
(96549,36347,'action created','2021-01-23 15:04:36','2021-01-23 10:04:36'),
(96550,36347,'action started via WP Cron','2021-01-23 15:05:51','2021-01-23 10:05:51'),
(96551,36347,'action complete via WP Cron','2021-01-23 15:05:51','2021-01-23 10:05:51'),
(96552,36348,'action created','2021-01-23 15:05:51','2021-01-23 10:05:51'),
(96553,36348,'action started via WP Cron','2021-01-23 15:06:21','2021-01-23 10:06:21'),
(96554,36348,'action complete via WP Cron','2021-01-23 15:06:21','2021-01-23 10:06:21'),
(96555,36349,'action created','2021-01-23 15:06:21','2021-01-23 10:06:21'),
(96556,36349,'action started via WP Cron','2021-01-23 15:07:40','2021-01-23 10:07:40'),
(96557,36349,'action complete via WP Cron','2021-01-23 15:07:40','2021-01-23 10:07:40'),
(96558,36350,'action created','2021-01-23 15:07:40','2021-01-23 10:07:40'),
(96559,36350,'action started via WP Cron','2021-01-23 15:08:42','2021-01-23 10:08:42'),
(96560,36350,'action complete via WP Cron','2021-01-23 15:08:42','2021-01-23 10:08:42'),
(96561,36351,'action created','2021-01-23 15:08:42','2021-01-23 10:08:42'),
(96562,36351,'action started via WP Cron','2021-01-23 15:09:45','2021-01-23 10:09:45'),
(96563,36351,'action complete via WP Cron','2021-01-23 15:09:45','2021-01-23 10:09:45'),
(96564,36352,'action created','2021-01-23 15:09:45','2021-01-23 10:09:45'),
(96565,36352,'action started via WP Cron','2021-01-23 15:10:21','2021-01-23 10:10:21'),
(96566,36352,'action complete via WP Cron','2021-01-23 15:10:21','2021-01-23 10:10:21'),
(96567,36353,'action created','2021-01-23 15:16:45','2021-01-23 10:16:45'),
(96568,36353,'action started via WP Cron','2021-01-23 15:17:23','2021-01-23 10:17:23'),
(96569,36353,'action complete via WP Cron','2021-01-23 15:17:23','2021-01-23 10:17:23'),
(96570,36354,'action created','2021-01-23 15:17:23','2021-01-23 10:17:23'),
(96571,36354,'action started via WP Cron','2021-01-23 15:19:08','2021-01-23 10:19:08'),
(96572,36354,'action complete via WP Cron','2021-01-23 15:19:08','2021-01-23 10:19:08'),
(96573,36355,'action created','2021-01-23 15:19:08','2021-01-23 10:19:08'),
(96574,36355,'action started via WP Cron','2021-01-23 15:20:14','2021-01-23 10:20:14'),
(96575,36355,'action complete via WP Cron','2021-01-23 15:20:14','2021-01-23 10:20:14'),
(96576,36356,'action created','2021-01-23 15:20:14','2021-01-23 10:20:14'),
(96577,36356,'action started via WP Cron','2021-01-23 15:22:48','2021-01-23 10:22:48'),
(96578,36356,'action complete via WP Cron','2021-01-23 15:22:48','2021-01-23 10:22:48'),
(96579,36357,'action created','2021-01-23 15:22:48','2021-01-23 10:22:48'),
(96580,36357,'action started via WP Cron','2021-01-23 15:23:17','2021-01-23 10:23:17'),
(96581,36357,'action complete via WP Cron','2021-01-23 15:23:17','2021-01-23 10:23:17'),
(96582,36358,'action created','2021-01-23 15:23:17','2021-01-23 10:23:17'),
(96583,36358,'action started via WP Cron','2021-01-23 15:25:23','2021-01-23 10:25:23'),
(96584,36358,'action complete via WP Cron','2021-01-23 15:25:23','2021-01-23 10:25:23'),
(96585,36359,'action created','2021-01-23 15:25:23','2021-01-23 10:25:23'),
(96586,36359,'action started via WP Cron','2021-01-23 15:29:23','2021-01-23 10:29:23'),
(96587,36359,'action complete via WP Cron','2021-01-23 15:29:23','2021-01-23 10:29:23'),
(96588,36360,'action created','2021-01-23 15:29:23','2021-01-23 10:29:23'),
(96589,36360,'action started via WP Cron','2021-01-23 15:30:58','2021-01-23 10:30:58'),
(96590,36360,'action complete via WP Cron','2021-01-23 15:30:58','2021-01-23 10:30:58'),
(96591,36361,'action created','2021-01-23 15:30:58','2021-01-23 10:30:58'),
(96592,36361,'action started via WP Cron','2021-01-23 15:31:46','2021-01-23 10:31:46'),
(96593,36361,'action complete via WP Cron','2021-01-23 15:31:46','2021-01-23 10:31:46'),
(96594,36362,'action created','2021-01-23 15:31:46','2021-01-23 10:31:46'),
(96595,36362,'action started via WP Cron','2021-01-23 15:33:51','2021-01-23 10:33:51'),
(96596,36362,'action complete via WP Cron','2021-01-23 15:33:51','2021-01-23 10:33:51'),
(96597,36363,'action created','2021-01-23 15:33:52','2021-01-23 10:33:52'),
(96598,36363,'action started via WP Cron','2021-01-23 15:34:45','2021-01-23 10:34:45'),
(96599,36363,'action complete via WP Cron','2021-01-23 15:34:45','2021-01-23 10:34:45'),
(96600,36364,'action created','2021-01-23 15:34:45','2021-01-23 10:34:45'),
(96601,36364,'action started via WP Cron','2021-01-23 15:37:50','2021-01-23 10:37:50'),
(96602,36364,'action complete via WP Cron','2021-01-23 15:37:50','2021-01-23 10:37:50'),
(96603,36365,'action created','2021-01-23 15:37:50','2021-01-23 10:37:50'),
(96604,36365,'action started via WP Cron','2021-01-23 15:40:29','2021-01-23 10:40:29'),
(96605,36365,'action complete via WP Cron','2021-01-23 15:40:29','2021-01-23 10:40:29'),
(96606,36366,'action created','2021-01-23 15:40:29','2021-01-23 10:40:29'),
(96607,36366,'action started via WP Cron','2021-01-23 15:41:52','2021-01-23 10:41:52'),
(96608,36366,'action complete via WP Cron','2021-01-23 15:41:52','2021-01-23 10:41:52'),
(96609,36367,'action created','2021-01-23 15:41:52','2021-01-23 10:41:52'),
(96610,36367,'action started via WP Cron','2021-01-23 15:44:54','2021-01-23 10:44:54'),
(96611,36367,'action complete via WP Cron','2021-01-23 15:44:54','2021-01-23 10:44:54'),
(96612,36368,'action created','2021-01-23 15:44:56','2021-01-23 10:44:56'),
(96613,36368,'action started via WP Cron','2021-01-23 15:45:22','2021-01-23 10:45:22'),
(96614,36368,'action complete via WP Cron','2021-01-23 15:45:23','2021-01-23 10:45:23'),
(96615,36369,'action created','2021-01-23 15:45:46','2021-01-23 10:45:46'),
(96616,36369,'action started via WP Cron','2021-01-23 15:46:23','2021-01-23 10:46:23'),
(96617,36369,'action complete via WP Cron','2021-01-23 15:46:23','2021-01-23 10:46:23'),
(96618,36370,'action created','2021-01-23 15:46:23','2021-01-23 10:46:23'),
(96619,36370,'action started via WP Cron','2021-01-23 15:47:52','2021-01-23 10:47:52'),
(96620,36370,'action complete via WP Cron','2021-01-23 15:47:52','2021-01-23 10:47:52'),
(96621,36371,'action created','2021-01-23 15:47:52','2021-01-23 10:47:52'),
(96622,36371,'action started via WP Cron','2021-01-23 15:48:39','2021-01-23 10:48:39'),
(96623,36371,'action complete via WP Cron','2021-01-23 15:48:39','2021-01-23 10:48:39'),
(96624,36372,'action created','2021-01-23 15:48:39','2021-01-23 10:48:39'),
(96625,36372,'action started via WP Cron','2021-01-23 15:49:12','2021-01-23 10:49:12'),
(96626,36372,'action complete via WP Cron','2021-01-23 15:49:12','2021-01-23 10:49:12'),
(96627,36373,'action created','2021-01-23 15:49:12','2021-01-23 10:49:12'),
(96628,36373,'action started via WP Cron','2021-01-23 15:50:52','2021-01-23 10:50:52'),
(96629,36373,'action complete via WP Cron','2021-01-23 15:50:52','2021-01-23 10:50:52'),
(96630,36374,'action created','2021-01-23 15:50:52','2021-01-23 10:50:52'),
(96631,36374,'action started via WP Cron','2021-01-23 15:55:44','2021-01-23 10:55:44'),
(96632,36374,'action complete via WP Cron','2021-01-23 15:55:44','2021-01-23 10:55:44'),
(96633,36375,'action created','2021-01-23 15:55:44','2021-01-23 10:55:44'),
(96634,36375,'action started via WP Cron','2021-01-23 15:56:30','2021-01-23 10:56:30'),
(96635,36375,'action complete via WP Cron','2021-01-23 15:56:30','2021-01-23 10:56:30'),
(96636,36376,'action created','2021-01-23 15:56:30','2021-01-23 10:56:30'),
(96637,36376,'action started via WP Cron','2021-01-23 15:58:49','2021-01-23 10:58:49'),
(96638,36376,'action complete via WP Cron','2021-01-23 15:58:49','2021-01-23 10:58:49'),
(96639,36377,'action created','2021-01-23 15:58:49','2021-01-23 10:58:49'),
(96640,36377,'action started via WP Cron','2021-01-23 16:00:37','2021-01-23 11:00:37'),
(96641,36377,'action complete via WP Cron','2021-01-23 16:00:37','2021-01-23 11:00:37'),
(96642,36378,'action created','2021-01-23 16:00:37','2021-01-23 11:00:37'),
(96643,36378,'action started via WP Cron','2021-01-23 16:02:11','2021-01-23 11:02:11'),
(96644,36378,'action complete via WP Cron','2021-01-23 16:02:11','2021-01-23 11:02:11'),
(96645,36379,'action created','2021-01-23 16:02:11','2021-01-23 11:02:11'),
(96646,36379,'action started via WP Cron','2021-01-23 16:04:37','2021-01-23 11:04:37'),
(96647,36379,'action complete via WP Cron','2021-01-23 16:04:37','2021-01-23 11:04:37'),
(96648,36380,'action created','2021-01-23 16:04:37','2021-01-23 11:04:37'),
(96649,36380,'action started via WP Cron','2021-01-23 16:07:14','2021-01-23 11:07:14'),
(96650,36380,'action complete via WP Cron','2021-01-23 16:07:14','2021-01-23 11:07:14'),
(96651,36381,'action created','2021-01-23 16:07:14','2021-01-23 11:07:14'),
(96652,36381,'action started via WP Cron','2021-01-23 16:09:39','2021-01-23 11:09:39'),
(96653,36381,'action complete via WP Cron','2021-01-23 16:09:40','2021-01-23 11:09:40'),
(96654,36382,'action created','2021-01-23 16:09:40','2021-01-23 11:09:40'),
(96655,36382,'action started via WP Cron','2021-01-23 16:10:46','2021-01-23 11:10:46'),
(96656,36382,'action complete via WP Cron','2021-01-23 16:10:46','2021-01-23 11:10:46'),
(96657,36383,'action created','2021-01-23 16:10:46','2021-01-23 11:10:46'),
(96658,36383,'action started via WP Cron','2021-01-23 16:11:32','2021-01-23 11:11:32'),
(96659,36383,'action complete via WP Cron','2021-01-23 16:11:32','2021-01-23 11:11:32'),
(96660,36384,'action created','2021-01-23 16:11:32','2021-01-23 11:11:32'),
(96661,36384,'action started via WP Cron','2021-01-23 16:12:48','2021-01-23 11:12:48'),
(96662,36384,'action complete via WP Cron','2021-01-23 16:12:48','2021-01-23 11:12:48'),
(96663,36385,'action created','2021-01-23 16:12:48','2021-01-23 11:12:48'),
(96664,36385,'action started via WP Cron','2021-01-23 16:16:15','2021-01-23 11:16:15'),
(96665,36385,'action complete via WP Cron','2021-01-23 16:16:15','2021-01-23 11:16:15'),
(96666,36386,'action created','2021-01-23 16:16:15','2021-01-23 11:16:15'),
(96667,36386,'action started via WP Cron','2021-01-23 16:17:41','2021-01-23 11:17:41'),
(96668,36386,'action complete via WP Cron','2021-01-23 16:17:41','2021-01-23 11:17:41'),
(96669,36387,'action created','2021-01-23 16:17:41','2021-01-23 11:17:41'),
(96670,36387,'action started via WP Cron','2021-01-23 16:19:02','2021-01-23 11:19:02'),
(96671,36387,'action complete via WP Cron','2021-01-23 16:19:02','2021-01-23 11:19:02'),
(96672,36388,'action created','2021-01-23 16:19:02','2021-01-23 11:19:02'),
(96673,36388,'action started via WP Cron','2021-01-23 16:19:54','2021-01-23 11:19:54'),
(96674,36388,'action complete via WP Cron','2021-01-23 16:19:54','2021-01-23 11:19:54'),
(96675,36389,'action created','2021-01-23 16:19:54','2021-01-23 11:19:54'),
(96676,36389,'action started via WP Cron','2021-01-23 16:21:33','2021-01-23 11:21:33'),
(96677,36389,'action complete via WP Cron','2021-01-23 16:21:33','2021-01-23 11:21:33'),
(96678,36390,'action created','2021-01-23 16:21:33','2021-01-23 11:21:33'),
(96679,36390,'action started via WP Cron','2021-01-23 16:23:39','2021-01-23 11:23:39'),
(96680,36390,'action complete via WP Cron','2021-01-23 16:23:39','2021-01-23 11:23:39'),
(96681,36391,'action created','2021-01-23 16:23:39','2021-01-23 11:23:39'),
(96682,36391,'action started via WP Cron','2021-01-23 16:25:16','2021-01-23 11:25:16'),
(96683,36391,'action complete via WP Cron','2021-01-23 16:25:16','2021-01-23 11:25:16'),
(96684,36392,'action created','2021-01-23 16:25:17','2021-01-23 11:25:17'),
(96685,36392,'action started via WP Cron','2021-01-23 16:26:21','2021-01-23 11:26:21'),
(96686,36392,'action complete via WP Cron','2021-01-23 16:26:21','2021-01-23 11:26:21'),
(96687,36393,'action created','2021-01-23 16:26:22','2021-01-23 11:26:22'),
(96688,36393,'action started via WP Cron','2021-01-23 16:27:17','2021-01-23 11:27:17'),
(96689,36393,'action complete via WP Cron','2021-01-23 16:27:17','2021-01-23 11:27:17'),
(96690,36394,'action created','2021-01-23 16:27:17','2021-01-23 11:27:17'),
(96691,36394,'action started via WP Cron','2021-01-23 16:29:04','2021-01-23 11:29:04'),
(96692,36394,'action complete via WP Cron','2021-01-23 16:29:04','2021-01-23 11:29:04'),
(96693,36395,'action created','2021-01-23 16:29:04','2021-01-23 11:29:04'),
(96694,36395,'action started via WP Cron','2021-01-23 16:31:37','2021-01-23 11:31:37'),
(96695,36395,'action complete via WP Cron','2021-01-23 16:31:37','2021-01-23 11:31:37'),
(96696,36396,'action created','2021-01-23 16:31:37','2021-01-23 11:31:37'),
(96697,36396,'action started via WP Cron','2021-01-23 16:32:24','2021-01-23 11:32:24'),
(96698,36396,'action complete via WP Cron','2021-01-23 16:32:24','2021-01-23 11:32:24'),
(96699,36397,'action created','2021-01-23 16:32:24','2021-01-23 11:32:24'),
(96700,36397,'action started via WP Cron','2021-01-23 16:33:40','2021-01-23 11:33:40'),
(96701,36397,'action complete via WP Cron','2021-01-23 16:33:40','2021-01-23 11:33:40'),
(96702,36398,'action created','2021-01-23 16:33:40','2021-01-23 11:33:40'),
(96703,36398,'action started via WP Cron','2021-01-23 16:34:47','2021-01-23 11:34:47'),
(96704,36398,'action complete via WP Cron','2021-01-23 16:34:47','2021-01-23 11:34:47'),
(96705,36399,'action created','2021-01-23 16:34:47','2021-01-23 11:34:47'),
(96706,36399,'action started via WP Cron','2021-01-23 16:35:16','2021-01-23 11:35:16'),
(96707,36399,'action complete via WP Cron','2021-01-23 16:35:16','2021-01-23 11:35:16'),
(96708,36400,'action created','2021-01-23 16:35:16','2021-01-23 11:35:16'),
(96709,36400,'action started via WP Cron','2021-01-23 16:36:14','2021-01-23 11:36:14'),
(96710,36400,'action complete via WP Cron','2021-01-23 16:36:14','2021-01-23 11:36:14'),
(96711,36401,'action created','2021-01-23 16:36:14','2021-01-23 11:36:14'),
(96712,36401,'action started via WP Cron','2021-01-23 16:38:22','2021-01-23 11:38:22'),
(96713,36401,'action complete via WP Cron','2021-01-23 16:38:22','2021-01-23 11:38:22'),
(96714,36402,'action created','2021-01-23 16:38:23','2021-01-23 11:38:23'),
(96715,36402,'action started via WP Cron','2021-01-23 16:39:59','2021-01-23 11:39:59'),
(96716,36402,'action complete via WP Cron','2021-01-23 16:39:59','2021-01-23 11:39:59'),
(96717,36403,'action created','2021-01-23 16:39:59','2021-01-23 11:39:59'),
(96718,36403,'action started via WP Cron','2021-01-23 16:43:08','2021-01-23 11:43:08'),
(96719,36403,'action complete via WP Cron','2021-01-23 16:43:08','2021-01-23 11:43:08'),
(96720,36404,'action created','2021-01-23 16:43:08','2021-01-23 11:43:08'),
(96721,36404,'action started via WP Cron','2021-01-23 16:43:51','2021-01-23 11:43:51'),
(96722,36404,'action complete via WP Cron','2021-01-23 16:43:51','2021-01-23 11:43:51'),
(96723,36405,'action created','2021-01-23 16:43:51','2021-01-23 11:43:51'),
(96724,36405,'action started via WP Cron','2021-01-23 16:45:35','2021-01-23 11:45:35'),
(96725,36405,'action complete via WP Cron','2021-01-23 16:45:35','2021-01-23 11:45:35'),
(96726,36406,'action created','2021-01-23 16:45:35','2021-01-23 11:45:35'),
(96727,36406,'action started via WP Cron','2021-01-23 16:47:24','2021-01-23 11:47:24'),
(96728,36406,'action complete via WP Cron','2021-01-23 16:47:24','2021-01-23 11:47:24'),
(96729,36407,'action created','2021-01-23 16:47:24','2021-01-23 11:47:24'),
(96730,36407,'action started via WP Cron','2021-01-23 16:48:32','2021-01-23 11:48:32'),
(96731,36407,'action complete via WP Cron','2021-01-23 16:48:32','2021-01-23 11:48:32'),
(96732,36408,'action created','2021-01-23 16:48:33','2021-01-23 11:48:33'),
(96733,36408,'action started via WP Cron','2021-01-23 16:49:20','2021-01-23 11:49:20'),
(96734,36408,'action complete via WP Cron','2021-01-23 16:49:20','2021-01-23 11:49:20'),
(96735,36409,'action created','2021-01-23 16:49:20','2021-01-23 11:49:20'),
(96736,36409,'action started via WP Cron','2021-01-23 16:50:17','2021-01-23 11:50:17'),
(96737,36409,'action complete via WP Cron','2021-01-23 16:50:17','2021-01-23 11:50:17'),
(96738,36410,'action created','2021-01-23 16:50:17','2021-01-23 11:50:17'),
(96739,36410,'action started via WP Cron','2021-01-23 16:51:29','2021-01-23 11:51:29'),
(96740,36410,'action complete via WP Cron','2021-01-23 16:51:29','2021-01-23 11:51:29'),
(96741,36411,'action created','2021-01-23 16:51:29','2021-01-23 11:51:29'),
(96742,36411,'action started via WP Cron','2021-01-23 16:53:08','2021-01-23 11:53:08'),
(96743,36411,'action complete via WP Cron','2021-01-23 16:53:08','2021-01-23 11:53:08'),
(96744,36412,'action created','2021-01-23 16:53:08','2021-01-23 11:53:08'),
(96745,36412,'action started via WP Cron','2021-01-23 16:53:43','2021-01-23 11:53:43'),
(96746,36412,'action complete via WP Cron','2021-01-23 16:53:43','2021-01-23 11:53:43'),
(96747,36413,'action created','2021-01-23 16:53:43','2021-01-23 11:53:43'),
(96748,36413,'action started via WP Cron','2021-01-23 16:55:24','2021-01-23 11:55:24'),
(96749,36413,'action complete via WP Cron','2021-01-23 16:55:24','2021-01-23 11:55:24'),
(96750,36414,'action created','2021-01-23 16:55:24','2021-01-23 11:55:24'),
(96751,36414,'action started via WP Cron','2021-01-23 16:56:12','2021-01-23 11:56:12'),
(96752,36414,'action complete via WP Cron','2021-01-23 16:56:12','2021-01-23 11:56:12'),
(96753,36415,'action created','2021-01-23 16:56:12','2021-01-23 11:56:12'),
(96754,36415,'action started via WP Cron','2021-01-23 16:58:17','2021-01-23 11:58:17'),
(96755,36415,'action complete via WP Cron','2021-01-23 16:58:17','2021-01-23 11:58:17'),
(96756,36416,'action created','2021-01-23 16:58:18','2021-01-23 11:58:18'),
(96757,36416,'action started via WP Cron','2021-01-23 16:59:55','2021-01-23 11:59:55'),
(96758,36416,'action complete via WP Cron','2021-01-23 16:59:55','2021-01-23 11:59:55'),
(96759,36417,'action created','2021-01-23 16:59:55','2021-01-23 11:59:55'),
(96760,36417,'action started via WP Cron','2021-01-23 17:00:15','2021-01-23 12:00:15'),
(96761,36417,'action complete via WP Cron','2021-01-23 17:00:15','2021-01-23 12:00:15'),
(96762,36418,'action created','2021-01-23 17:00:15','2021-01-23 12:00:15'),
(96763,36418,'action started via WP Cron','2021-01-23 17:01:50','2021-01-23 12:01:50'),
(96764,36418,'action complete via WP Cron','2021-01-23 17:01:50','2021-01-23 12:01:50'),
(96765,36419,'action created','2021-01-23 17:01:50','2021-01-23 12:01:50'),
(96766,36419,'action started via WP Cron','2021-01-23 17:03:00','2021-01-23 12:03:00'),
(96767,36419,'action complete via WP Cron','2021-01-23 17:03:00','2021-01-23 12:03:00'),
(96768,36420,'action created','2021-01-23 17:03:00','2021-01-23 12:03:00'),
(96769,36420,'action started via WP Cron','2021-01-23 17:03:18','2021-01-23 12:03:18'),
(96770,36420,'action complete via WP Cron','2021-01-23 17:03:18','2021-01-23 12:03:18'),
(96771,36421,'action created','2021-01-23 17:03:18','2021-01-23 12:03:18'),
(96772,36421,'action started via WP Cron','2021-01-23 17:04:28','2021-01-23 12:04:28'),
(96773,36421,'action complete via WP Cron','2021-01-23 17:04:28','2021-01-23 12:04:28'),
(96774,36422,'action created','2021-01-23 17:04:28','2021-01-23 12:04:28'),
(96775,36422,'action started via WP Cron','2021-01-23 17:05:59','2021-01-23 12:05:59'),
(96776,36422,'action complete via WP Cron','2021-01-23 17:05:59','2021-01-23 12:05:59'),
(96777,36423,'action created','2021-01-23 17:05:59','2021-01-23 12:05:59'),
(96778,36423,'action started via WP Cron','2021-01-23 17:06:55','2021-01-23 12:06:55'),
(96779,36423,'action complete via WP Cron','2021-01-23 17:06:55','2021-01-23 12:06:55'),
(96780,36424,'action created','2021-01-23 17:06:55','2021-01-23 12:06:55'),
(96781,36424,'action started via WP Cron','2021-01-23 17:07:19','2021-01-23 12:07:19'),
(96782,36424,'action complete via WP Cron','2021-01-23 17:07:19','2021-01-23 12:07:19'),
(96783,36425,'action created','2021-01-23 17:07:19','2021-01-23 12:07:19'),
(96784,36425,'action started via WP Cron','2021-01-23 17:08:13','2021-01-23 12:08:13'),
(96785,36425,'action complete via WP Cron','2021-01-23 17:08:13','2021-01-23 12:08:13'),
(96786,36426,'action created','2021-01-23 17:08:13','2021-01-23 12:08:13'),
(96787,36426,'action started via WP Cron','2021-01-23 17:09:11','2021-01-23 12:09:11'),
(96788,36426,'action complete via WP Cron','2021-01-23 17:09:11','2021-01-23 12:09:11'),
(96789,36427,'action created','2021-01-23 17:09:11','2021-01-23 12:09:11'),
(96790,36427,'action started via WP Cron','2021-01-23 17:10:11','2021-01-23 12:10:11'),
(96791,36427,'action complete via WP Cron','2021-01-23 17:10:11','2021-01-23 12:10:11'),
(96792,36428,'action created','2021-01-23 17:10:11','2021-01-23 12:10:11'),
(96793,36428,'action started via WP Cron','2021-01-23 17:13:31','2021-01-23 12:13:31'),
(96794,36428,'action complete via WP Cron','2021-01-23 17:13:31','2021-01-23 12:13:31'),
(96795,36429,'action created','2021-01-23 17:13:31','2021-01-23 12:13:31'),
(96796,36429,'action started via WP Cron','2021-01-23 17:15:11','2021-01-23 12:15:11'),
(96797,36429,'action complete via WP Cron','2021-01-23 17:15:11','2021-01-23 12:15:11'),
(96798,36430,'action created','2021-01-23 17:15:11','2021-01-23 12:15:11'),
(96799,36430,'action started via WP Cron','2021-01-23 17:16:59','2021-01-23 12:16:59'),
(96800,36430,'action complete via WP Cron','2021-01-23 17:16:59','2021-01-23 12:16:59'),
(96801,36431,'action created','2021-01-23 17:16:59','2021-01-23 12:16:59'),
(96802,36431,'action started via WP Cron','2021-01-23 17:17:57','2021-01-23 12:17:57'),
(96803,36431,'action complete via WP Cron','2021-01-23 17:17:57','2021-01-23 12:17:57'),
(96804,36432,'action created','2021-01-23 17:17:57','2021-01-23 12:17:57'),
(96805,36432,'action started via WP Cron','2021-01-23 17:19:24','2021-01-23 12:19:24'),
(96806,36432,'action complete via WP Cron','2021-01-23 17:19:24','2021-01-23 12:19:24'),
(96807,36433,'action created','2021-01-23 17:19:25','2021-01-23 12:19:25'),
(96808,36433,'action started via WP Cron','2021-01-23 17:20:36','2021-01-23 12:20:36'),
(96809,36433,'action complete via WP Cron','2021-01-23 17:20:36','2021-01-23 12:20:36'),
(96810,36434,'action created','2021-01-23 17:20:36','2021-01-23 12:20:36'),
(96811,36434,'action started via WP Cron','2021-01-23 17:21:27','2021-01-23 12:21:27'),
(96812,36434,'action complete via WP Cron','2021-01-23 17:21:27','2021-01-23 12:21:27'),
(96813,36435,'action created','2021-01-23 17:21:27','2021-01-23 12:21:27'),
(96814,36435,'action started via WP Cron','2021-01-23 17:22:18','2021-01-23 12:22:18'),
(96815,36435,'action complete via WP Cron','2021-01-23 17:22:18','2021-01-23 12:22:18'),
(96816,36436,'action created','2021-01-23 17:22:18','2021-01-23 12:22:18'),
(96817,36436,'action started via WP Cron','2021-01-23 17:23:11','2021-01-23 12:23:11'),
(96818,36436,'action complete via WP Cron','2021-01-23 17:23:11','2021-01-23 12:23:11'),
(96819,36437,'action created','2021-01-23 17:23:11','2021-01-23 12:23:11'),
(96820,36437,'action started via WP Cron','2021-01-23 17:25:22','2021-01-23 12:25:22'),
(96821,36437,'action complete via WP Cron','2021-01-23 17:25:22','2021-01-23 12:25:22'),
(96822,36438,'action created','2021-01-23 17:25:22','2021-01-23 12:25:22'),
(96823,36438,'action started via WP Cron','2021-01-23 17:26:40','2021-01-23 12:26:40'),
(96824,36438,'action complete via WP Cron','2021-01-23 17:26:40','2021-01-23 12:26:40'),
(96825,36439,'action created','2021-01-23 17:26:40','2021-01-23 12:26:40'),
(96826,36439,'action started via WP Cron','2021-01-23 17:27:45','2021-01-23 12:27:45'),
(96827,36439,'action complete via WP Cron','2021-01-23 17:27:45','2021-01-23 12:27:45'),
(96828,36440,'action created','2021-01-23 17:27:45','2021-01-23 12:27:45'),
(96829,36440,'action started via WP Cron','2021-01-23 17:31:21','2021-01-23 12:31:21'),
(96830,36440,'action complete via WP Cron','2021-01-23 17:31:21','2021-01-23 12:31:21'),
(96831,36441,'action created','2021-01-23 17:31:21','2021-01-23 12:31:21'),
(96832,36441,'action started via WP Cron','2021-01-23 17:32:24','2021-01-23 12:32:24'),
(96833,36441,'action complete via WP Cron','2021-01-23 17:32:24','2021-01-23 12:32:24'),
(96834,36442,'action created','2021-01-23 17:32:24','2021-01-23 12:32:24'),
(96835,36442,'action started via WP Cron','2021-01-23 17:33:16','2021-01-23 12:33:16'),
(96836,36442,'action complete via WP Cron','2021-01-23 17:33:16','2021-01-23 12:33:16'),
(96837,36443,'action created','2021-01-23 17:33:16','2021-01-23 12:33:16'),
(96838,36443,'action started via WP Cron','2021-01-23 17:35:09','2021-01-23 12:35:09'),
(96839,36443,'action complete via WP Cron','2021-01-23 17:35:09','2021-01-23 12:35:09'),
(96840,36444,'action created','2021-01-23 17:35:09','2021-01-23 12:35:09'),
(96841,36444,'action started via WP Cron','2021-01-23 17:36:42','2021-01-23 12:36:42'),
(96842,36444,'action complete via WP Cron','2021-01-23 17:36:42','2021-01-23 12:36:42'),
(96843,36445,'action created','2021-01-23 17:36:42','2021-01-23 12:36:42'),
(96844,36445,'action started via WP Cron','2021-01-23 17:37:34','2021-01-23 12:37:34'),
(96845,36445,'action complete via WP Cron','2021-01-23 17:37:34','2021-01-23 12:37:34'),
(96846,36446,'action created','2021-01-23 17:37:34','2021-01-23 12:37:34'),
(96847,36446,'action started via WP Cron','2021-01-23 17:40:08','2021-01-23 12:40:08'),
(96848,36446,'action complete via WP Cron','2021-01-23 17:40:08','2021-01-23 12:40:08'),
(96849,36447,'action created','2021-01-23 17:40:08','2021-01-23 12:40:08'),
(96850,36447,'action started via WP Cron','2021-01-23 17:40:19','2021-01-23 12:40:19'),
(96851,36447,'action complete via WP Cron','2021-01-23 17:40:19','2021-01-23 12:40:19'),
(96852,36448,'action created','2021-01-23 17:40:19','2021-01-23 12:40:19'),
(96853,36448,'action started via WP Cron','2021-01-23 17:43:26','2021-01-23 12:43:26'),
(96854,36448,'action complete via WP Cron','2021-01-23 17:43:26','2021-01-23 12:43:26'),
(96855,36449,'action created','2021-01-23 17:43:26','2021-01-23 12:43:26'),
(96856,36449,'action started via WP Cron','2021-01-23 17:44:17','2021-01-23 12:44:17'),
(96857,36449,'action complete via WP Cron','2021-01-23 17:44:17','2021-01-23 12:44:17'),
(96858,36450,'action created','2021-01-23 17:44:17','2021-01-23 12:44:17'),
(96859,36450,'action started via WP Cron','2021-01-23 17:45:57','2021-01-23 12:45:57'),
(96860,36450,'action complete via WP Cron','2021-01-23 17:45:57','2021-01-23 12:45:57'),
(96861,36451,'action created','2021-01-23 17:45:57','2021-01-23 12:45:57'),
(96862,36451,'action started via WP Cron','2021-01-23 17:46:18','2021-01-23 12:46:18'),
(96863,36451,'action complete via WP Cron','2021-01-23 17:46:18','2021-01-23 12:46:18'),
(96864,36452,'action created','2021-01-23 17:46:18','2021-01-23 12:46:18'),
(96865,36452,'action started via WP Cron','2021-01-23 17:48:23','2021-01-23 12:48:23'),
(96866,36452,'action complete via WP Cron','2021-01-23 17:48:23','2021-01-23 12:48:23'),
(96867,36453,'action created','2021-01-23 17:48:23','2021-01-23 12:48:23'),
(96868,36453,'action started via WP Cron','2021-01-23 17:49:31','2021-01-23 12:49:31'),
(96869,36453,'action complete via WP Cron','2021-01-23 17:49:31','2021-01-23 12:49:31'),
(96870,36454,'action created','2021-01-23 17:49:31','2021-01-23 12:49:31'),
(96871,36454,'action started via WP Cron','2021-01-23 17:52:54','2021-01-23 12:52:54'),
(96872,36454,'action complete via WP Cron','2021-01-23 17:52:54','2021-01-23 12:52:54'),
(96873,36455,'action created','2021-01-23 17:52:54','2021-01-23 12:52:54'),
(96874,36455,'action started via WP Cron','2021-01-23 17:53:24','2021-01-23 12:53:24'),
(96875,36455,'action complete via WP Cron','2021-01-23 17:53:24','2021-01-23 12:53:24'),
(96876,36456,'action created','2021-01-23 17:53:24','2021-01-23 12:53:24'),
(96877,36456,'action started via WP Cron','2021-01-23 17:55:29','2021-01-23 12:55:29'),
(96878,36456,'action complete via WP Cron','2021-01-23 17:55:29','2021-01-23 12:55:29'),
(96879,36457,'action created','2021-01-23 17:55:29','2021-01-23 12:55:29'),
(96880,36457,'action started via WP Cron','2021-01-23 17:59:21','2021-01-23 12:59:21'),
(96881,36457,'action complete via WP Cron','2021-01-23 17:59:21','2021-01-23 12:59:21'),
(96882,36458,'action created','2021-01-23 17:59:21','2021-01-23 12:59:21'),
(96883,36458,'action started via WP Cron','2021-01-23 18:01:12','2021-01-23 13:01:12'),
(96884,36458,'action complete via WP Cron','2021-01-23 18:01:12','2021-01-23 13:01:12'),
(96885,36459,'action created','2021-01-23 18:01:12','2021-01-23 13:01:12'),
(96886,36459,'action started via WP Cron','2021-01-23 18:02:11','2021-01-23 13:02:11'),
(96887,36459,'action complete via WP Cron','2021-01-23 18:02:11','2021-01-23 13:02:11'),
(96888,36460,'action created','2021-01-23 18:02:11','2021-01-23 13:02:11'),
(96889,36460,'action started via WP Cron','2021-01-23 18:03:13','2021-01-23 13:03:13'),
(96890,36460,'action complete via WP Cron','2021-01-23 18:03:13','2021-01-23 13:03:13'),
(96891,36461,'action created','2021-01-23 18:03:13','2021-01-23 13:03:13'),
(96892,36461,'action started via WP Cron','2021-01-23 18:07:04','2021-01-23 13:07:04'),
(96893,36461,'action complete via WP Cron','2021-01-23 18:07:04','2021-01-23 13:07:04'),
(96894,36462,'action created','2021-01-23 18:07:04','2021-01-23 13:07:04'),
(96895,36462,'action started via WP Cron','2021-01-23 18:08:43','2021-01-23 13:08:43'),
(96896,36462,'action complete via WP Cron','2021-01-23 18:08:43','2021-01-23 13:08:43'),
(96897,36463,'action created','2021-01-23 18:08:43','2021-01-23 13:08:43'),
(96898,36463,'action started via WP Cron','2021-01-23 18:09:16','2021-01-23 13:09:16'),
(96899,36463,'action complete via WP Cron','2021-01-23 18:09:16','2021-01-23 13:09:16'),
(96900,36464,'action created','2021-01-23 18:09:16','2021-01-23 13:09:16'),
(96901,36464,'action started via WP Cron','2021-01-23 18:10:55','2021-01-23 13:10:55'),
(96902,36464,'action complete via WP Cron','2021-01-23 18:10:55','2021-01-23 13:10:55'),
(96903,36465,'action created','2021-01-23 18:10:55','2021-01-23 13:10:55'),
(96904,36465,'action started via WP Cron','2021-01-23 18:11:12','2021-01-23 13:11:12'),
(96905,36465,'action complete via WP Cron','2021-01-23 18:11:12','2021-01-23 13:11:12'),
(96906,36466,'action created','2021-01-23 18:11:12','2021-01-23 13:11:12'),
(96907,36466,'action started via WP Cron','2021-01-23 18:13:45','2021-01-23 13:13:45'),
(96908,36466,'action complete via WP Cron','2021-01-23 18:13:45','2021-01-23 13:13:45'),
(96909,36467,'action created','2021-01-23 18:13:45','2021-01-23 13:13:45'),
(96910,36467,'action started via WP Cron','2021-01-23 18:14:47','2021-01-23 13:14:47'),
(96911,36467,'action complete via WP Cron','2021-01-23 18:14:47','2021-01-23 13:14:47'),
(96912,36468,'action created','2021-01-23 18:14:47','2021-01-23 13:14:47'),
(96913,36468,'action started via WP Cron','2021-01-23 18:15:33','2021-01-23 13:15:33'),
(96914,36468,'action complete via WP Cron','2021-01-23 18:15:33','2021-01-23 13:15:33'),
(96915,36469,'action created','2021-01-23 18:15:33','2021-01-23 13:15:33'),
(96916,36469,'action started via WP Cron','2021-01-23 18:16:47','2021-01-23 13:16:47'),
(96917,36469,'action complete via WP Cron','2021-01-23 18:16:47','2021-01-23 13:16:47'),
(96918,36470,'action created','2021-01-23 18:16:47','2021-01-23 13:16:47'),
(96919,36470,'action started via WP Cron','2021-01-23 18:17:13','2021-01-23 13:17:13'),
(96920,36470,'action complete via WP Cron','2021-01-23 18:17:13','2021-01-23 13:17:13'),
(96921,36471,'action created','2021-01-23 18:17:13','2021-01-23 13:17:13'),
(96922,36471,'action started via WP Cron','2021-01-23 18:18:12','2021-01-23 13:18:12'),
(96923,36471,'action complete via WP Cron','2021-01-23 18:18:12','2021-01-23 13:18:12'),
(96924,36472,'action created','2021-01-23 18:18:12','2021-01-23 13:18:12'),
(96925,36472,'action started via WP Cron','2021-01-23 18:19:50','2021-01-23 13:19:50'),
(96926,36472,'action complete via WP Cron','2021-01-23 18:19:50','2021-01-23 13:19:50'),
(96927,36473,'action created','2021-01-23 18:19:50','2021-01-23 13:19:50'),
(96928,36473,'action started via WP Cron','2021-01-23 18:20:32','2021-01-23 13:20:32'),
(96929,36473,'action complete via WP Cron','2021-01-23 18:20:32','2021-01-23 13:20:32'),
(96930,36474,'action created','2021-01-23 18:20:32','2021-01-23 13:20:32'),
(96931,36474,'action started via WP Cron','2021-01-23 18:22:37','2021-01-23 13:22:37'),
(96932,36474,'action complete via WP Cron','2021-01-23 18:22:37','2021-01-23 13:22:37'),
(96933,36475,'action created','2021-01-23 18:22:37','2021-01-23 13:22:37'),
(96934,36475,'action started via WP Cron','2021-01-23 18:23:47','2021-01-23 13:23:47'),
(96935,36475,'action complete via WP Cron','2021-01-23 18:23:47','2021-01-23 13:23:47'),
(96936,36476,'action created','2021-01-23 18:23:47','2021-01-23 13:23:47'),
(96937,36476,'action started via WP Cron','2021-01-23 18:24:27','2021-01-23 13:24:27'),
(96938,36476,'action complete via WP Cron','2021-01-23 18:24:27','2021-01-23 13:24:27'),
(96939,36477,'action created','2021-01-23 18:24:27','2021-01-23 13:24:27'),
(96940,36477,'action started via WP Cron','2021-01-23 18:25:36','2021-01-23 13:25:36'),
(96941,36477,'action complete via WP Cron','2021-01-23 18:25:36','2021-01-23 13:25:36'),
(96942,36478,'action created','2021-01-23 18:25:36','2021-01-23 13:25:36'),
(96943,36478,'action started via WP Cron','2021-01-23 18:26:38','2021-01-23 13:26:38'),
(96944,36478,'action complete via WP Cron','2021-01-23 18:26:38','2021-01-23 13:26:38'),
(96945,36479,'action created','2021-01-23 18:26:38','2021-01-23 13:26:38'),
(96946,36479,'action started via WP Cron','2021-01-23 18:27:13','2021-01-23 13:27:13'),
(96947,36479,'action complete via WP Cron','2021-01-23 18:27:13','2021-01-23 13:27:13'),
(96948,36480,'action created','2021-01-23 18:28:07','2021-01-23 13:28:07'),
(96949,36480,'action started via WP Cron','2021-01-23 18:30:09','2021-01-23 13:30:09'),
(96950,36480,'action complete via WP Cron','2021-01-23 18:30:10','2021-01-23 13:30:10'),
(96951,36481,'action created','2021-01-23 18:30:10','2021-01-23 13:30:10'),
(96952,36481,'action started via WP Cron','2021-01-23 18:31:31','2021-01-23 13:31:31'),
(96953,36481,'action complete via WP Cron','2021-01-23 18:31:31','2021-01-23 13:31:31'),
(96954,36482,'action created','2021-01-23 18:31:31','2021-01-23 13:31:31'),
(96955,36482,'action started via WP Cron','2021-01-23 18:32:46','2021-01-23 13:32:46'),
(96956,36482,'action complete via WP Cron','2021-01-23 18:32:46','2021-01-23 13:32:46'),
(96957,36483,'action created','2021-01-23 18:32:46','2021-01-23 13:32:46'),
(96958,36483,'action started via WP Cron','2021-01-23 18:33:50','2021-01-23 13:33:50'),
(96959,36483,'action complete via WP Cron','2021-01-23 18:33:50','2021-01-23 13:33:50'),
(96960,36484,'action created','2021-01-23 18:33:50','2021-01-23 13:33:50'),
(96961,36484,'action started via WP Cron','2021-01-23 18:34:31','2021-01-23 13:34:31'),
(96962,36484,'action complete via WP Cron','2021-01-23 18:34:31','2021-01-23 13:34:31'),
(96963,36485,'action created','2021-01-23 18:34:31','2021-01-23 13:34:31'),
(96964,36485,'action started via WP Cron','2021-01-23 18:35:23','2021-01-23 13:35:23'),
(96965,36485,'action complete via WP Cron','2021-01-23 18:35:23','2021-01-23 13:35:23'),
(96966,36486,'action created','2021-01-23 18:35:23','2021-01-23 13:35:23'),
(96967,36486,'action started via WP Cron','2021-01-23 18:38:48','2021-01-23 13:38:48'),
(96968,36486,'action complete via WP Cron','2021-01-23 18:38:48','2021-01-23 13:38:48'),
(96969,36487,'action created','2021-01-23 18:38:48','2021-01-23 13:38:48'),
(96970,36487,'action started via WP Cron','2021-01-23 18:40:42','2021-01-23 13:40:42'),
(96971,36487,'action complete via WP Cron','2021-01-23 18:40:42','2021-01-23 13:40:42'),
(96972,36488,'action created','2021-01-23 18:40:43','2021-01-23 13:40:43'),
(96973,36488,'action started via WP Cron','2021-01-23 18:43:26','2021-01-23 13:43:26'),
(96974,36488,'action complete via WP Cron','2021-01-23 18:43:26','2021-01-23 13:43:26'),
(96975,36489,'action created','2021-01-23 18:43:26','2021-01-23 13:43:26'),
(96976,36489,'action started via WP Cron','2021-01-23 18:44:43','2021-01-23 13:44:43'),
(96977,36489,'action complete via WP Cron','2021-01-23 18:44:43','2021-01-23 13:44:43'),
(96978,36490,'action created','2021-01-23 18:44:43','2021-01-23 13:44:43'),
(96979,36490,'action started via WP Cron','2021-01-23 18:52:31','2021-01-23 13:52:31'),
(96980,36490,'action complete via WP Cron','2021-01-23 18:52:31','2021-01-23 13:52:31'),
(96981,36491,'action created','2021-01-23 18:52:31','2021-01-23 13:52:31'),
(96982,36491,'action started via WP Cron','2021-01-23 18:54:05','2021-01-23 13:54:05'),
(96983,36491,'action complete via WP Cron','2021-01-23 18:54:05','2021-01-23 13:54:05'),
(96984,36492,'action created','2021-01-23 18:54:05','2021-01-23 13:54:05'),
(96985,36492,'action started via WP Cron','2021-01-23 18:54:30','2021-01-23 13:54:30'),
(96986,36492,'action complete via WP Cron','2021-01-23 18:54:30','2021-01-23 13:54:30'),
(96987,36493,'action created','2021-01-23 18:54:30','2021-01-23 13:54:30'),
(96988,36493,'action started via WP Cron','2021-01-23 18:55:12','2021-01-23 13:55:12'),
(96989,36493,'action complete via WP Cron','2021-01-23 18:55:12','2021-01-23 13:55:12'),
(96990,36494,'action created','2021-01-23 18:55:12','2021-01-23 13:55:12'),
(96991,36494,'action started via WP Cron','2021-01-23 18:57:24','2021-01-23 13:57:24'),
(96992,36494,'action complete via WP Cron','2021-01-23 18:57:24','2021-01-23 13:57:24'),
(96993,36495,'action created','2021-01-23 18:57:24','2021-01-23 13:57:24'),
(96994,36495,'action started via WP Cron','2021-01-23 18:58:47','2021-01-23 13:58:47'),
(96995,36495,'action complete via WP Cron','2021-01-23 18:58:47','2021-01-23 13:58:47'),
(96996,36496,'action created','2021-01-23 18:58:47','2021-01-23 13:58:47'),
(96997,36496,'action started via WP Cron','2021-01-23 19:00:02','2021-01-23 14:00:02'),
(96998,36496,'action complete via WP Cron','2021-01-23 19:00:02','2021-01-23 14:00:02'),
(96999,36497,'action created','2021-01-23 19:00:05','2021-01-23 14:00:05'),
(97000,36497,'action started via WP Cron','2021-01-23 19:00:52','2021-01-23 14:00:52'),
(97001,36497,'action complete via WP Cron','2021-01-23 19:00:52','2021-01-23 14:00:52'),
(97002,36498,'action created','2021-01-23 19:00:52','2021-01-23 14:00:52'),
(97003,36498,'action started via WP Cron','2021-01-23 19:01:54','2021-01-23 14:01:54'),
(97004,36498,'action complete via WP Cron','2021-01-23 19:01:54','2021-01-23 14:01:54'),
(97005,36499,'action created','2021-01-23 19:01:54','2021-01-23 14:01:54'),
(97006,36499,'action started via WP Cron','2021-01-23 19:02:29','2021-01-23 14:02:29'),
(97007,36499,'action complete via WP Cron','2021-01-23 19:02:29','2021-01-23 14:02:29'),
(97008,36500,'action created','2021-01-23 19:02:29','2021-01-23 14:02:29'),
(97009,36500,'action started via WP Cron','2021-01-23 19:03:24','2021-01-23 14:03:24'),
(97010,36500,'action complete via WP Cron','2021-01-23 19:03:24','2021-01-23 14:03:24'),
(97011,36501,'action created','2021-01-23 19:03:24','2021-01-23 14:03:24'),
(97012,36501,'action started via WP Cron','2021-01-23 19:08:54','2021-01-23 14:08:54'),
(97013,36501,'action complete via WP Cron','2021-01-23 19:08:54','2021-01-23 14:08:54'),
(97014,36502,'action created','2021-01-23 19:08:54','2021-01-23 14:08:54'),
(97015,36502,'action started via WP Cron','2021-01-23 19:12:13','2021-01-23 14:12:13'),
(97016,36502,'action complete via WP Cron','2021-01-23 19:12:13','2021-01-23 14:12:13'),
(97017,36503,'action created','2021-01-23 19:12:13','2021-01-23 14:12:13'),
(97018,36503,'action started via WP Cron','2021-01-23 19:14:24','2021-01-23 14:14:24'),
(97019,36503,'action complete via WP Cron','2021-01-23 19:14:24','2021-01-23 14:14:24'),
(97020,36504,'action created','2021-01-23 19:14:24','2021-01-23 14:14:24'),
(97021,36504,'action started via WP Cron','2021-01-23 19:15:25','2021-01-23 14:15:25'),
(97022,36504,'action complete via WP Cron','2021-01-23 19:15:25','2021-01-23 14:15:25'),
(97023,36505,'action created','2021-01-23 19:15:25','2021-01-23 14:15:25'),
(97024,36505,'action started via WP Cron','2021-01-23 19:17:27','2021-01-23 14:17:27'),
(97025,36505,'action complete via WP Cron','2021-01-23 19:17:27','2021-01-23 14:17:27'),
(97026,36506,'action created','2021-01-23 19:17:27','2021-01-23 14:17:27'),
(97027,36506,'action started via WP Cron','2021-01-23 19:18:37','2021-01-23 14:18:37'),
(97028,36506,'action complete via WP Cron','2021-01-23 19:18:37','2021-01-23 14:18:37'),
(97029,36507,'action created','2021-01-23 19:18:37','2021-01-23 14:18:37'),
(97030,36507,'action started via WP Cron','2021-01-23 19:20:01','2021-01-23 14:20:01'),
(97031,36507,'action complete via WP Cron','2021-01-23 19:20:01','2021-01-23 14:20:01'),
(97032,36508,'action created','2021-01-23 19:20:01','2021-01-23 14:20:01'),
(97033,36508,'action started via WP Cron','2021-01-23 19:20:58','2021-01-23 14:20:58'),
(97034,36508,'action complete via WP Cron','2021-01-23 19:20:58','2021-01-23 14:20:58'),
(97035,36509,'action created','2021-01-23 19:20:58','2021-01-23 14:20:58'),
(97036,36509,'action started via WP Cron','2021-01-23 19:21:11','2021-01-23 14:21:11'),
(97037,36509,'action complete via WP Cron','2021-01-23 19:21:11','2021-01-23 14:21:11'),
(97038,36510,'action created','2021-01-23 19:21:11','2021-01-23 14:21:11'),
(97039,36510,'action started via WP Cron','2021-01-23 19:23:15','2021-01-23 14:23:15'),
(97040,36510,'action complete via WP Cron','2021-01-23 19:23:15','2021-01-23 14:23:15'),
(97041,36511,'action created','2021-01-23 19:23:15','2021-01-23 14:23:15'),
(97042,36511,'action started via WP Cron','2021-01-23 19:24:45','2021-01-23 14:24:45'),
(97043,36511,'action complete via WP Cron','2021-01-23 19:24:45','2021-01-23 14:24:45'),
(97044,36512,'action created','2021-01-23 19:24:45','2021-01-23 14:24:45'),
(97045,36512,'action started via WP Cron','2021-01-23 19:27:22','2021-01-23 14:27:22'),
(97046,36512,'action complete via WP Cron','2021-01-23 19:27:22','2021-01-23 14:27:22'),
(97047,36513,'action created','2021-01-23 19:27:22','2021-01-23 14:27:22'),
(97048,36513,'action started via WP Cron','2021-01-23 19:31:20','2021-01-23 14:31:20'),
(97049,36513,'action complete via WP Cron','2021-01-23 19:31:20','2021-01-23 14:31:20'),
(97050,36514,'action created','2021-01-23 19:31:20','2021-01-23 14:31:20'),
(97051,36514,'action started via WP Cron','2021-01-23 19:35:03','2021-01-23 14:35:03'),
(97052,36514,'action complete via WP Cron','2021-01-23 19:35:03','2021-01-23 14:35:03'),
(97053,36515,'action created','2021-01-23 19:35:03','2021-01-23 14:35:03'),
(97054,36515,'action started via WP Cron','2021-01-23 19:38:35','2021-01-23 14:38:35'),
(97055,36515,'action complete via WP Cron','2021-01-23 19:38:35','2021-01-23 14:38:35'),
(97056,36516,'action created','2021-01-23 19:38:35','2021-01-23 14:38:35'),
(97057,36516,'action started via WP Cron','2021-01-23 19:39:20','2021-01-23 14:39:20'),
(97058,36516,'action complete via WP Cron','2021-01-23 19:39:20','2021-01-23 14:39:20'),
(97059,36517,'action created','2021-01-23 19:39:20','2021-01-23 14:39:20'),
(97060,36517,'action started via WP Cron','2021-01-23 19:40:24','2021-01-23 14:40:24'),
(97061,36517,'action complete via WP Cron','2021-01-23 19:40:24','2021-01-23 14:40:24'),
(97062,36518,'action created','2021-01-23 19:40:24','2021-01-23 14:40:24'),
(97063,36518,'action started via WP Cron','2021-01-23 19:41:44','2021-01-23 14:41:44'),
(97064,36518,'action complete via WP Cron','2021-01-23 19:41:44','2021-01-23 14:41:44'),
(97065,36519,'action created','2021-01-23 19:41:44','2021-01-23 14:41:44'),
(97066,36519,'action started via WP Cron','2021-01-23 19:43:42','2021-01-23 14:43:42'),
(97067,36519,'action complete via WP Cron','2021-01-23 19:43:42','2021-01-23 14:43:42'),
(97068,36520,'action created','2021-01-23 19:43:42','2021-01-23 14:43:42'),
(97069,36520,'action started via WP Cron','2021-01-23 19:45:03','2021-01-23 14:45:03'),
(97070,36520,'action complete via WP Cron','2021-01-23 19:45:03','2021-01-23 14:45:03'),
(97071,36521,'action created','2021-01-23 19:45:04','2021-01-23 14:45:04'),
(97072,36521,'action started via WP Cron','2021-01-23 19:46:30','2021-01-23 14:46:30'),
(97073,36521,'action complete via WP Cron','2021-01-23 19:46:30','2021-01-23 14:46:30'),
(97074,36522,'action created','2021-01-23 19:46:30','2021-01-23 14:46:30'),
(97075,36522,'action started via WP Cron','2021-01-23 19:48:17','2021-01-23 14:48:17'),
(97076,36522,'action complete via WP Cron','2021-01-23 19:48:17','2021-01-23 14:48:17'),
(97077,36523,'action created','2021-01-23 19:48:17','2021-01-23 14:48:17'),
(97078,36523,'action started via WP Cron','2021-01-23 19:50:22','2021-01-23 14:50:22'),
(97079,36523,'action complete via WP Cron','2021-01-23 19:50:22','2021-01-23 14:50:22'),
(97080,36524,'action created','2021-01-23 19:50:22','2021-01-23 14:50:22'),
(97081,36524,'action started via WP Cron','2021-01-23 19:51:15','2021-01-23 14:51:15'),
(97082,36524,'action complete via WP Cron','2021-01-23 19:51:15','2021-01-23 14:51:15'),
(97083,36525,'action created','2021-01-23 19:51:15','2021-01-23 14:51:15'),
(97084,36525,'action started via WP Cron','2021-01-23 19:54:48','2021-01-23 14:54:48'),
(97085,36525,'action complete via WP Cron','2021-01-23 19:54:48','2021-01-23 14:54:48'),
(97086,36526,'action created','2021-01-23 19:54:48','2021-01-23 14:54:48'),
(97087,36526,'action started via WP Cron','2021-01-23 19:55:17','2021-01-23 14:55:17'),
(97088,36526,'action complete via WP Cron','2021-01-23 19:55:17','2021-01-23 14:55:17'),
(97089,36527,'action created','2021-01-23 19:55:17','2021-01-23 14:55:17'),
(97090,36527,'action started via WP Cron','2021-01-23 19:57:52','2021-01-23 14:57:52'),
(97091,36527,'action complete via WP Cron','2021-01-23 19:57:52','2021-01-23 14:57:52'),
(97092,36528,'action created','2021-01-23 19:57:52','2021-01-23 14:57:52'),
(97093,36528,'action started via WP Cron','2021-01-23 20:00:40','2021-01-23 15:00:40'),
(97094,36528,'action complete via WP Cron','2021-01-23 20:00:40','2021-01-23 15:00:40'),
(97095,36529,'action created','2021-01-23 20:00:40','2021-01-23 15:00:40'),
(97096,36529,'action started via WP Cron','2021-01-23 20:01:17','2021-01-23 15:01:17'),
(97097,36529,'action complete via WP Cron','2021-01-23 20:01:17','2021-01-23 15:01:17'),
(97098,36530,'action created','2021-01-23 20:01:17','2021-01-23 15:01:17'),
(97099,36530,'action started via WP Cron','2021-01-23 20:02:49','2021-01-23 15:02:49'),
(97100,36530,'action complete via WP Cron','2021-01-23 20:02:49','2021-01-23 15:02:49'),
(97101,36531,'action created','2021-01-23 20:02:49','2021-01-23 15:02:49'),
(97102,36531,'action started via WP Cron','2021-01-23 20:03:18','2021-01-23 15:03:18'),
(97103,36531,'action complete via WP Cron','2021-01-23 20:03:18','2021-01-23 15:03:18'),
(97104,36532,'action created','2021-01-23 20:03:18','2021-01-23 15:03:18'),
(97105,36532,'action started via WP Cron','2021-01-23 20:04:52','2021-01-23 15:04:52'),
(97106,36532,'action complete via WP Cron','2021-01-23 20:04:52','2021-01-23 15:04:52'),
(97107,36533,'action created','2021-01-23 20:04:52','2021-01-23 15:04:52'),
(97108,36533,'action started via WP Cron','2021-01-23 20:06:23','2021-01-23 15:06:23'),
(97109,36533,'action complete via WP Cron','2021-01-23 20:06:23','2021-01-23 15:06:23'),
(97110,36534,'action created','2021-01-23 20:06:23','2021-01-23 15:06:23'),
(97111,36534,'action started via WP Cron','2021-01-23 20:07:18','2021-01-23 15:07:18'),
(97112,36534,'action complete via WP Cron','2021-01-23 20:07:18','2021-01-23 15:07:18'),
(97113,36535,'action created','2021-01-23 20:07:18','2021-01-23 15:07:18'),
(97114,36535,'action started via WP Cron','2021-01-23 20:08:23','2021-01-23 15:08:23'),
(97115,36535,'action complete via WP Cron','2021-01-23 20:08:23','2021-01-23 15:08:23'),
(97116,36536,'action created','2021-01-23 20:08:23','2021-01-23 15:08:23'),
(97117,36536,'action started via WP Cron','2021-01-23 20:09:41','2021-01-23 15:09:41'),
(97118,36536,'action complete via WP Cron','2021-01-23 20:09:41','2021-01-23 15:09:41'),
(97119,36537,'action created','2021-01-23 20:09:41','2021-01-23 15:09:41'),
(97120,36537,'action started via WP Cron','2021-01-23 20:11:01','2021-01-23 15:11:01'),
(97121,36537,'action complete via WP Cron','2021-01-23 20:11:01','2021-01-23 15:11:01'),
(97122,36538,'action created','2021-01-23 20:11:01','2021-01-23 15:11:01'),
(97123,36538,'action started via WP Cron','2021-01-23 20:11:34','2021-01-23 15:11:34'),
(97124,36538,'action complete via WP Cron','2021-01-23 20:11:34','2021-01-23 15:11:34'),
(97125,36539,'action created','2021-01-23 20:11:34','2021-01-23 15:11:34'),
(97126,36539,'action started via WP Cron','2021-01-23 20:14:04','2021-01-23 15:14:04'),
(97127,36539,'action complete via WP Cron','2021-01-23 20:14:04','2021-01-23 15:14:04'),
(97128,36540,'action created','2021-01-23 20:14:04','2021-01-23 15:14:04'),
(97129,36540,'action started via WP Cron','2021-01-23 20:14:44','2021-01-23 15:14:44'),
(97130,36540,'action complete via WP Cron','2021-01-23 20:14:44','2021-01-23 15:14:44'),
(97131,36541,'action created','2021-01-23 20:14:44','2021-01-23 15:14:44'),
(97132,36541,'action started via WP Cron','2021-01-23 20:16:30','2021-01-23 15:16:30'),
(97133,36541,'action complete via WP Cron','2021-01-23 20:16:30','2021-01-23 15:16:30'),
(97134,36542,'action created','2021-01-23 20:16:30','2021-01-23 15:16:30'),
(97135,36542,'action started via WP Cron','2021-01-23 20:18:00','2021-01-23 15:18:00'),
(97136,36542,'action complete via WP Cron','2021-01-23 20:18:00','2021-01-23 15:18:00'),
(97137,36543,'action created','2021-01-23 20:18:00','2021-01-23 15:18:00'),
(97138,36543,'action started via WP Cron','2021-01-23 20:18:55','2021-01-23 15:18:55'),
(97139,36543,'action complete via WP Cron','2021-01-23 20:18:55','2021-01-23 15:18:55'),
(97140,36544,'action created','2021-01-23 20:18:55','2021-01-23 15:18:55'),
(97141,36544,'action started via WP Cron','2021-01-23 20:19:12','2021-01-23 15:19:12'),
(97142,36544,'action complete via WP Cron','2021-01-23 20:19:12','2021-01-23 15:19:12'),
(97143,36545,'action created','2021-01-23 20:19:12','2021-01-23 15:19:12'),
(97144,36545,'action started via WP Cron','2021-01-23 20:21:10','2021-01-23 15:21:10'),
(97145,36545,'action complete via WP Cron','2021-01-23 20:21:10','2021-01-23 15:21:10'),
(97146,36546,'action created','2021-01-23 20:21:10','2021-01-23 15:21:10'),
(97147,36546,'action started via WP Cron','2021-01-23 20:22:07','2021-01-23 15:22:07'),
(97148,36546,'action complete via WP Cron','2021-01-23 20:22:07','2021-01-23 15:22:07'),
(97149,36547,'action created','2021-01-23 20:22:07','2021-01-23 15:22:07'),
(97150,36547,'action started via WP Cron','2021-01-23 20:22:26','2021-01-23 15:22:26'),
(97151,36547,'action complete via WP Cron','2021-01-23 20:22:26','2021-01-23 15:22:26'),
(97152,36548,'action created','2021-01-23 20:22:26','2021-01-23 15:22:26'),
(97153,36548,'action started via WP Cron','2021-01-23 20:23:21','2021-01-23 15:23:21'),
(97154,36548,'action complete via WP Cron','2021-01-23 20:23:21','2021-01-23 15:23:21'),
(97155,36549,'action created','2021-01-23 20:23:21','2021-01-23 15:23:21'),
(97156,36549,'action started via WP Cron','2021-01-23 20:24:42','2021-01-23 15:24:42'),
(97157,36549,'action complete via WP Cron','2021-01-23 20:24:42','2021-01-23 15:24:42'),
(97158,36550,'action created','2021-01-23 20:24:42','2021-01-23 15:24:42'),
(97159,36550,'action started via WP Cron','2021-01-23 20:25:30','2021-01-23 15:25:30'),
(97160,36550,'action complete via WP Cron','2021-01-23 20:25:30','2021-01-23 15:25:30'),
(97161,36551,'action created','2021-01-23 20:25:30','2021-01-23 15:25:30'),
(97162,36551,'action started via WP Cron','2021-01-23 20:27:58','2021-01-23 15:27:58'),
(97163,36551,'action complete via WP Cron','2021-01-23 20:27:58','2021-01-23 15:27:58'),
(97164,36552,'action created','2021-01-23 20:27:58','2021-01-23 15:27:58'),
(97165,36552,'action started via WP Cron','2021-01-23 20:32:54','2021-01-23 15:32:54'),
(97166,36552,'action complete via WP Cron','2021-01-23 20:32:54','2021-01-23 15:32:54'),
(97167,36553,'action created','2021-01-23 20:32:54','2021-01-23 15:32:54'),
(97168,36553,'action started via WP Cron','2021-01-23 20:34:31','2021-01-23 15:34:31'),
(97169,36553,'action complete via WP Cron','2021-01-23 20:34:32','2021-01-23 15:34:32'),
(97170,36554,'action created','2021-01-23 20:34:32','2021-01-23 15:34:32'),
(97171,36554,'action started via WP Cron','2021-01-23 20:35:19','2021-01-23 15:35:19'),
(97172,36554,'action complete via WP Cron','2021-01-23 20:35:19','2021-01-23 15:35:19'),
(97173,36555,'action created','2021-01-23 20:35:19','2021-01-23 15:35:19'),
(97174,36555,'action started via WP Cron','2021-01-23 20:37:11','2021-01-23 15:37:11'),
(97175,36555,'action complete via WP Cron','2021-01-23 20:37:11','2021-01-23 15:37:11'),
(97176,36556,'action created','2021-01-23 20:37:11','2021-01-23 15:37:11'),
(97177,36556,'action started via WP Cron','2021-01-23 20:40:35','2021-01-23 15:40:35'),
(97178,36556,'action complete via WP Cron','2021-01-23 20:40:35','2021-01-23 15:40:35'),
(97179,36557,'action created','2021-01-23 20:40:35','2021-01-23 15:40:35'),
(97180,36557,'action started via WP Cron','2021-01-23 20:41:13','2021-01-23 15:41:13'),
(97181,36557,'action complete via WP Cron','2021-01-23 20:41:13','2021-01-23 15:41:13'),
(97182,36558,'action created','2021-01-23 20:41:13','2021-01-23 15:41:13'),
(97183,36558,'action started via WP Cron','2021-01-23 20:42:45','2021-01-23 15:42:45'),
(97184,36558,'action complete via WP Cron','2021-01-23 20:42:45','2021-01-23 15:42:45'),
(97185,36559,'action created','2021-01-23 20:42:45','2021-01-23 15:42:45'),
(97186,36559,'action started via WP Cron','2021-01-23 20:43:56','2021-01-23 15:43:56'),
(97187,36559,'action complete via WP Cron','2021-01-23 20:43:56','2021-01-23 15:43:56'),
(97188,36560,'action created','2021-01-23 20:43:56','2021-01-23 15:43:56'),
(97189,36560,'action started via WP Cron','2021-01-23 20:44:23','2021-01-23 15:44:23'),
(97190,36560,'action complete via WP Cron','2021-01-23 20:44:23','2021-01-23 15:44:23'),
(97191,36561,'action created','2021-01-23 20:44:23','2021-01-23 15:44:23'),
(97192,36561,'action started via WP Cron','2021-01-23 20:45:15','2021-01-23 15:45:15'),
(97193,36561,'action complete via WP Cron','2021-01-23 20:45:15','2021-01-23 15:45:15'),
(97194,36562,'action created','2021-01-23 20:45:16','2021-01-23 15:45:16'),
(97195,36562,'action started via WP Cron','2021-01-23 20:46:44','2021-01-23 15:46:44'),
(97196,36562,'action complete via WP Cron','2021-01-23 20:46:44','2021-01-23 15:46:44'),
(97197,36563,'action created','2021-01-23 20:46:44','2021-01-23 15:46:44'),
(97198,36563,'action started via WP Cron','2021-01-23 20:48:07','2021-01-23 15:48:07'),
(97199,36563,'action complete via WP Cron','2021-01-23 20:48:07','2021-01-23 15:48:07'),
(97200,36564,'action created','2021-01-23 20:48:07','2021-01-23 15:48:07'),
(97201,36564,'action started via WP Cron','2021-01-23 20:49:47','2021-01-23 15:49:47'),
(97202,36564,'action complete via WP Cron','2021-01-23 20:49:47','2021-01-23 15:49:47'),
(97203,36565,'action created','2021-01-23 20:49:47','2021-01-23 15:49:47'),
(97204,36565,'action started via WP Cron','2021-01-23 20:50:26','2021-01-23 15:50:26'),
(97205,36565,'action complete via WP Cron','2021-01-23 20:50:26','2021-01-23 15:50:26'),
(97206,36566,'action created','2021-01-23 20:50:26','2021-01-23 15:50:26'),
(97207,36566,'action started via WP Cron','2021-01-23 20:51:50','2021-01-23 15:51:50'),
(97208,36566,'action complete via WP Cron','2021-01-23 20:51:50','2021-01-23 15:51:50'),
(97209,36567,'action created','2021-01-23 20:51:50','2021-01-23 15:51:50'),
(97210,36567,'action started via WP Cron','2021-01-23 20:52:26','2021-01-23 15:52:26'),
(97211,36567,'action complete via WP Cron','2021-01-23 20:52:26','2021-01-23 15:52:26'),
(97212,36568,'action created','2021-01-23 20:52:26','2021-01-23 15:52:26'),
(97213,36568,'action started via WP Cron','2021-01-23 20:53:12','2021-01-23 15:53:12'),
(97214,36568,'action complete via WP Cron','2021-01-23 20:53:12','2021-01-23 15:53:12'),
(97215,36569,'action created','2021-01-23 20:53:12','2021-01-23 15:53:12'),
(97216,36569,'action started via WP Cron','2021-01-23 20:56:11','2021-01-23 15:56:11'),
(97217,36569,'action complete via WP Cron','2021-01-23 20:56:11','2021-01-23 15:56:11'),
(97218,36570,'action created','2021-01-23 20:56:11','2021-01-23 15:56:11'),
(97219,36570,'action started via WP Cron','2021-01-23 20:57:27','2021-01-23 15:57:27'),
(97220,36570,'action complete via WP Cron','2021-01-23 20:57:27','2021-01-23 15:57:27'),
(97221,36571,'action created','2021-01-23 20:57:27','2021-01-23 15:57:27'),
(97222,36571,'action started via WP Cron','2021-01-23 20:59:57','2021-01-23 15:59:57'),
(97223,36571,'action complete via WP Cron','2021-01-23 20:59:57','2021-01-23 15:59:57'),
(97224,36572,'action created','2021-01-23 20:59:57','2021-01-23 15:59:57'),
(97225,36572,'action started via WP Cron','2021-01-23 21:01:04','2021-01-23 16:01:04'),
(97226,36572,'action complete via WP Cron','2021-01-23 21:01:04','2021-01-23 16:01:04'),
(97227,36573,'action created','2021-01-23 21:01:04','2021-01-23 16:01:04'),
(97228,36573,'action started via WP Cron','2021-01-23 21:02:44','2021-01-23 16:02:44'),
(97229,36573,'action complete via WP Cron','2021-01-23 21:02:44','2021-01-23 16:02:44'),
(97230,36574,'action created','2021-01-23 21:02:44','2021-01-23 16:02:44'),
(97231,36574,'action started via WP Cron','2021-01-23 21:04:09','2021-01-23 16:04:09'),
(97232,36574,'action complete via WP Cron','2021-01-23 21:04:09','2021-01-23 16:04:09'),
(97233,36575,'action created','2021-01-23 21:04:09','2021-01-23 16:04:09'),
(97234,36575,'action started via WP Cron','2021-01-23 21:04:43','2021-01-23 16:04:43'),
(97235,36575,'action complete via WP Cron','2021-01-23 21:04:43','2021-01-23 16:04:43'),
(97236,36576,'action created','2021-01-23 21:04:43','2021-01-23 16:04:43'),
(97237,36576,'action started via WP Cron','2021-01-23 21:06:08','2021-01-23 16:06:08'),
(97238,36576,'action complete via WP Cron','2021-01-23 21:06:08','2021-01-23 16:06:08'),
(97239,36577,'action created','2021-01-23 21:06:08','2021-01-23 16:06:08'),
(97240,36577,'action started via WP Cron','2021-01-23 21:06:20','2021-01-23 16:06:20'),
(97241,36577,'action complete via WP Cron','2021-01-23 21:06:20','2021-01-23 16:06:20'),
(97242,36578,'action created','2021-01-23 21:06:20','2021-01-23 16:06:20'),
(97243,36578,'action started via WP Cron','2021-01-23 21:09:09','2021-01-23 16:09:09'),
(97244,36578,'action complete via WP Cron','2021-01-23 21:09:09','2021-01-23 16:09:09'),
(97245,36579,'action created','2021-01-23 21:09:09','2021-01-23 16:09:09'),
(97246,36579,'action started via WP Cron','2021-01-23 21:09:38','2021-01-23 16:09:38'),
(97247,36579,'action complete via WP Cron','2021-01-23 21:09:38','2021-01-23 16:09:38'),
(97248,36580,'action created','2021-01-23 21:09:38','2021-01-23 16:09:38'),
(97249,36580,'action started via WP Cron','2021-01-23 21:10:15','2021-01-23 16:10:15'),
(97250,36580,'action complete via WP Cron','2021-01-23 21:10:15','2021-01-23 16:10:15'),
(97251,36581,'action created','2021-01-23 21:10:15','2021-01-23 16:10:15'),
(97252,36581,'action started via WP Cron','2021-01-23 21:11:11','2021-01-23 16:11:11'),
(97253,36581,'action complete via WP Cron','2021-01-23 21:11:11','2021-01-23 16:11:11'),
(97254,36582,'action created','2021-01-23 21:11:11','2021-01-23 16:11:11'),
(97255,36582,'action started via WP Cron','2021-01-23 21:12:47','2021-01-23 16:12:47'),
(97256,36582,'action complete via WP Cron','2021-01-23 21:12:47','2021-01-23 16:12:47'),
(97257,36583,'action created','2021-01-23 21:12:47','2021-01-23 16:12:47'),
(97258,36583,'action started via WP Cron','2021-01-23 21:14:47','2021-01-23 16:14:47'),
(97259,36583,'action complete via WP Cron','2021-01-23 21:14:47','2021-01-23 16:14:47'),
(97260,36584,'action created','2021-01-23 21:14:47','2021-01-23 16:14:47'),
(97261,36584,'action started via WP Cron','2021-01-23 21:15:15','2021-01-23 16:15:15'),
(97262,36584,'action complete via WP Cron','2021-01-23 21:15:15','2021-01-23 16:15:15'),
(97263,36585,'action created','2021-01-23 21:15:15','2021-01-23 16:15:15'),
(97264,36585,'action started via WP Cron','2021-01-23 21:16:38','2021-01-23 16:16:38'),
(97265,36585,'action complete via WP Cron','2021-01-23 21:16:38','2021-01-23 16:16:38'),
(97266,36586,'action created','2021-01-23 21:16:38','2021-01-23 16:16:38'),
(97267,36586,'action started via WP Cron','2021-01-23 21:17:42','2021-01-23 16:17:42'),
(97268,36586,'action complete via WP Cron','2021-01-23 21:17:42','2021-01-23 16:17:42'),
(97269,36587,'action created','2021-01-23 21:17:42','2021-01-23 16:17:42'),
(97270,36587,'action started via WP Cron','2021-01-23 21:18:15','2021-01-23 16:18:15'),
(97271,36587,'action complete via WP Cron','2021-01-23 21:18:15','2021-01-23 16:18:15'),
(97272,36588,'action created','2021-01-23 21:18:15','2021-01-23 16:18:15'),
(97273,36588,'action started via WP Cron','2021-01-23 21:19:13','2021-01-23 16:19:13'),
(97274,36588,'action complete via WP Cron','2021-01-23 21:19:13','2021-01-23 16:19:13'),
(97275,36589,'action created','2021-01-23 21:19:14','2021-01-23 16:19:14'),
(97276,36589,'action started via WP Cron','2021-01-23 21:20:25','2021-01-23 16:20:25'),
(97277,36589,'action complete via WP Cron','2021-01-23 21:20:25','2021-01-23 16:20:25'),
(97278,36590,'action created','2021-01-23 21:20:25','2021-01-23 16:20:25'),
(97279,36590,'action started via WP Cron','2021-01-23 21:23:48','2021-01-23 16:23:48'),
(97280,36590,'action complete via WP Cron','2021-01-23 21:23:48','2021-01-23 16:23:48'),
(97281,36591,'action created','2021-01-23 21:23:48','2021-01-23 16:23:48'),
(97282,36591,'action started via WP Cron','2021-01-23 21:24:33','2021-01-23 16:24:33'),
(97283,36591,'action complete via WP Cron','2021-01-23 21:24:33','2021-01-23 16:24:33'),
(97284,36592,'action created','2021-01-23 21:24:33','2021-01-23 16:24:33'),
(97285,36592,'action started via WP Cron','2021-01-23 21:26:03','2021-01-23 16:26:03'),
(97286,36592,'action complete via WP Cron','2021-01-23 21:26:03','2021-01-23 16:26:03'),
(97287,36593,'action created','2021-01-23 21:26:03','2021-01-23 16:26:03'),
(97288,36593,'action started via WP Cron','2021-01-23 21:26:18','2021-01-23 16:26:18'),
(97289,36593,'action complete via WP Cron','2021-01-23 21:26:18','2021-01-23 16:26:18'),
(97290,36594,'action created','2021-01-23 21:26:18','2021-01-23 16:26:18'),
(97291,36594,'action started via WP Cron','2021-01-23 21:27:37','2021-01-23 16:27:37'),
(97292,36594,'action complete via WP Cron','2021-01-23 21:27:37','2021-01-23 16:27:37'),
(97293,36595,'action created','2021-01-23 21:27:37','2021-01-23 16:27:37'),
(97294,36595,'action started via WP Cron','2021-01-23 21:28:25','2021-01-23 16:28:25'),
(97295,36595,'action complete via WP Cron','2021-01-23 21:28:25','2021-01-23 16:28:25'),
(97296,36596,'action created','2021-01-23 21:28:25','2021-01-23 16:28:25'),
(97297,36596,'action started via WP Cron','2021-01-23 21:29:39','2021-01-23 16:29:39'),
(97298,36596,'action complete via WP Cron','2021-01-23 21:29:39','2021-01-23 16:29:39'),
(97299,36597,'action created','2021-01-23 21:29:40','2021-01-23 16:29:40'),
(97300,36597,'action started via WP Cron','2021-01-23 21:30:52','2021-01-23 16:30:52'),
(97301,36597,'action complete via WP Cron','2021-01-23 21:30:52','2021-01-23 16:30:52'),
(97302,36598,'action created','2021-01-23 21:30:52','2021-01-23 16:30:52'),
(97303,36598,'action started via WP Cron','2021-01-23 21:31:25','2021-01-23 16:31:25'),
(97304,36598,'action complete via WP Cron','2021-01-23 21:31:25','2021-01-23 16:31:25'),
(97305,36599,'action created','2021-01-23 21:31:26','2021-01-23 16:31:26'),
(97306,36599,'action started via WP Cron','2021-01-23 21:32:56','2021-01-23 16:32:56'),
(97307,36599,'action complete via WP Cron','2021-01-23 21:32:56','2021-01-23 16:32:56'),
(97308,36600,'action created','2021-01-23 21:32:56','2021-01-23 16:32:56'),
(97309,36600,'action started via WP Cron','2021-01-23 21:33:53','2021-01-23 16:33:53'),
(97310,36600,'action complete via WP Cron','2021-01-23 21:33:53','2021-01-23 16:33:53'),
(97311,36601,'action created','2021-01-23 21:33:53','2021-01-23 16:33:53'),
(97312,36601,'action started via WP Cron','2021-01-23 21:34:20','2021-01-23 16:34:20'),
(97313,36601,'action complete via WP Cron','2021-01-23 21:34:20','2021-01-23 16:34:20'),
(97314,36602,'action created','2021-01-23 21:34:20','2021-01-23 16:34:20'),
(97315,36602,'action started via WP Cron','2021-01-23 21:36:28','2021-01-23 16:36:28'),
(97316,36602,'action complete via WP Cron','2021-01-23 21:36:28','2021-01-23 16:36:28'),
(97317,36603,'action created','2021-01-23 21:36:28','2021-01-23 16:36:28'),
(97318,36603,'action started via WP Cron','2021-01-23 21:37:26','2021-01-23 16:37:26'),
(97319,36603,'action complete via WP Cron','2021-01-23 21:37:26','2021-01-23 16:37:26'),
(97320,36604,'action created','2021-01-23 21:37:26','2021-01-23 16:37:26'),
(97321,36604,'action started via WP Cron','2021-01-23 21:38:15','2021-01-23 16:38:15'),
(97322,36604,'action complete via WP Cron','2021-01-23 21:38:15','2021-01-23 16:38:15'),
(97323,36605,'action created','2021-01-23 21:38:15','2021-01-23 16:38:15'),
(97324,36605,'action started via WP Cron','2021-01-23 21:39:24','2021-01-23 16:39:24'),
(97325,36605,'action complete via WP Cron','2021-01-23 21:39:24','2021-01-23 16:39:24'),
(97326,36606,'action created','2021-01-23 21:39:24','2021-01-23 16:39:24'),
(97327,36606,'action started via WP Cron','2021-01-23 21:40:29','2021-01-23 16:40:29'),
(97328,36606,'action complete via WP Cron','2021-01-23 21:40:29','2021-01-23 16:40:29'),
(97329,36607,'action created','2021-01-23 21:40:29','2021-01-23 16:40:29'),
(97330,36607,'action started via WP Cron','2021-01-23 21:42:01','2021-01-23 16:42:01'),
(97331,36607,'action complete via WP Cron','2021-01-23 21:42:01','2021-01-23 16:42:01'),
(97332,36608,'action created','2021-01-23 21:42:01','2021-01-23 16:42:01'),
(97333,36608,'action started via WP Cron','2021-01-23 21:42:54','2021-01-23 16:42:54'),
(97334,36608,'action complete via WP Cron','2021-01-23 21:42:54','2021-01-23 16:42:54'),
(97335,36609,'action created','2021-01-23 21:42:54','2021-01-23 16:42:54'),
(97336,36609,'action started via WP Cron','2021-01-23 21:43:31','2021-01-23 16:43:31'),
(97337,36609,'action complete via WP Cron','2021-01-23 21:43:31','2021-01-23 16:43:31'),
(97338,36610,'action created','2021-01-23 21:43:31','2021-01-23 16:43:31'),
(97339,36610,'action started via WP Cron','2021-01-23 21:45:03','2021-01-23 16:45:03'),
(97340,36610,'action complete via WP Cron','2021-01-23 21:45:03','2021-01-23 16:45:03'),
(97341,36611,'action created','2021-01-23 21:45:03','2021-01-23 16:45:03'),
(97342,36611,'action started via WP Cron','2021-01-23 21:45:36','2021-01-23 16:45:36'),
(97343,36611,'action complete via WP Cron','2021-01-23 21:45:36','2021-01-23 16:45:36'),
(97344,36612,'action created','2021-01-23 21:45:36','2021-01-23 16:45:36'),
(97345,36612,'action started via WP Cron','2021-01-23 21:46:52','2021-01-23 16:46:52'),
(97346,36612,'action complete via WP Cron','2021-01-23 21:46:52','2021-01-23 16:46:52'),
(97347,36613,'action created','2021-01-23 21:46:52','2021-01-23 16:46:52'),
(97348,36613,'action started via WP Cron','2021-01-23 21:47:16','2021-01-23 16:47:16'),
(97349,36613,'action complete via WP Cron','2021-01-23 21:47:16','2021-01-23 16:47:16'),
(97350,36614,'action created','2021-01-23 21:47:16','2021-01-23 16:47:16'),
(97351,36614,'action started via WP Cron','2021-01-23 21:49:13','2021-01-23 16:49:13'),
(97352,36614,'action complete via WP Cron','2021-01-23 21:49:13','2021-01-23 16:49:13'),
(97353,36615,'action created','2021-01-23 21:49:13','2021-01-23 16:49:13'),
(97354,36615,'action started via WP Cron','2021-01-23 21:50:13','2021-01-23 16:50:13'),
(97355,36615,'action complete via WP Cron','2021-01-23 21:50:13','2021-01-23 16:50:13'),
(97356,36616,'action created','2021-01-23 21:50:13','2021-01-23 16:50:13'),
(97357,36616,'action started via WP Cron','2021-01-23 21:51:47','2021-01-23 16:51:47'),
(97358,36616,'action complete via WP Cron','2021-01-23 21:51:48','2021-01-23 16:51:48'),
(97359,36617,'action created','2021-01-23 21:51:48','2021-01-23 16:51:48'),
(97360,36617,'action started via WP Cron','2021-01-23 21:52:19','2021-01-23 16:52:19'),
(97361,36617,'action complete via WP Cron','2021-01-23 21:52:19','2021-01-23 16:52:19'),
(97362,36618,'action created','2021-01-23 21:52:20','2021-01-23 16:52:20'),
(97363,36618,'action started via WP Cron','2021-01-23 21:53:19','2021-01-23 16:53:19'),
(97364,36618,'action complete via WP Cron','2021-01-23 21:53:19','2021-01-23 16:53:19'),
(97365,36619,'action created','2021-01-23 21:53:19','2021-01-23 16:53:19'),
(97366,36619,'action started via WP Cron','2021-01-23 21:56:52','2021-01-23 16:56:52'),
(97367,36619,'action complete via WP Cron','2021-01-23 21:56:52','2021-01-23 16:56:52'),
(97368,36620,'action created','2021-01-23 21:56:52','2021-01-23 16:56:52'),
(97369,36620,'action started via WP Cron','2021-01-23 21:57:19','2021-01-23 16:57:19'),
(97370,36620,'action complete via WP Cron','2021-01-23 21:57:19','2021-01-23 16:57:19'),
(97371,36621,'action created','2021-01-23 21:57:19','2021-01-23 16:57:19'),
(97372,36621,'action started via WP Cron','2021-01-23 22:00:45','2021-01-23 17:00:45'),
(97373,36621,'action complete via WP Cron','2021-01-23 22:00:45','2021-01-23 17:00:45'),
(97374,36622,'action created','2021-01-23 22:00:45','2021-01-23 17:00:45'),
(97375,36622,'action started via WP Cron','2021-01-23 22:03:18','2021-01-23 17:03:18'),
(97376,36622,'action complete via WP Cron','2021-01-23 22:03:18','2021-01-23 17:03:18'),
(97377,36623,'action created','2021-01-23 22:03:18','2021-01-23 17:03:18'),
(97378,36623,'action started via WP Cron','2021-01-23 22:06:06','2021-01-23 17:06:06'),
(97379,36623,'action complete via WP Cron','2021-01-23 22:06:06','2021-01-23 17:06:06'),
(97380,36624,'action created','2021-01-23 22:06:06','2021-01-23 17:06:06'),
(97381,36624,'action started via WP Cron','2021-01-23 22:07:34','2021-01-23 17:07:34'),
(97382,36624,'action complete via WP Cron','2021-01-23 22:07:34','2021-01-23 17:07:34'),
(97383,36625,'action created','2021-01-23 22:07:34','2021-01-23 17:07:34'),
(97384,36625,'action started via WP Cron','2021-01-23 22:08:12','2021-01-23 17:08:12'),
(97385,36625,'action complete via WP Cron','2021-01-23 22:08:12','2021-01-23 17:08:12'),
(97386,36626,'action created','2021-01-23 22:08:12','2021-01-23 17:08:12'),
(97387,36626,'action started via WP Cron','2021-01-23 22:12:11','2021-01-23 17:12:11'),
(97388,36626,'action complete via WP Cron','2021-01-23 22:12:11','2021-01-23 17:12:11'),
(97389,36627,'action created','2021-01-23 22:12:11','2021-01-23 17:12:11'),
(97390,36627,'action started via WP Cron','2021-01-23 22:15:50','2021-01-23 17:15:50'),
(97391,36627,'action complete via WP Cron','2021-01-23 22:15:50','2021-01-23 17:15:50'),
(97392,36628,'action created','2021-01-23 22:15:51','2021-01-23 17:15:51'),
(97393,36628,'action started via WP Cron','2021-01-23 22:17:32','2021-01-23 17:17:32'),
(97394,36628,'action complete via WP Cron','2021-01-23 22:17:32','2021-01-23 17:17:32'),
(97395,36629,'action created','2021-01-23 22:17:32','2021-01-23 17:17:32'),
(97396,36629,'action started via WP Cron','2021-01-23 22:18:20','2021-01-23 17:18:20'),
(97397,36629,'action complete via WP Cron','2021-01-23 22:18:20','2021-01-23 17:18:20'),
(97398,36630,'action created','2021-01-23 22:18:20','2021-01-23 17:18:20'),
(97399,36630,'action started via WP Cron','2021-01-23 22:20:05','2021-01-23 17:20:05'),
(97400,36630,'action complete via WP Cron','2021-01-23 22:20:05','2021-01-23 17:20:05'),
(97401,36631,'action created','2021-01-23 22:20:05','2021-01-23 17:20:05'),
(97402,36631,'action started via WP Cron','2021-01-23 22:21:03','2021-01-23 17:21:03'),
(97403,36631,'action complete via WP Cron','2021-01-23 22:21:03','2021-01-23 17:21:03'),
(97404,36632,'action created','2021-01-23 22:21:03','2021-01-23 17:21:03'),
(97405,36632,'action started via WP Cron','2021-01-23 22:21:43','2021-01-23 17:21:43'),
(97406,36632,'action complete via WP Cron','2021-01-23 22:21:43','2021-01-23 17:21:43'),
(97407,36633,'action created','2021-01-23 22:21:43','2021-01-23 17:21:43'),
(97408,36633,'action started via WP Cron','2021-01-23 22:22:13','2021-01-23 17:22:13'),
(97409,36633,'action complete via WP Cron','2021-01-23 22:22:13','2021-01-23 17:22:13'),
(97410,36634,'action created','2021-01-23 22:22:13','2021-01-23 17:22:13'),
(97411,36634,'action started via WP Cron','2021-01-23 22:25:35','2021-01-23 17:25:35'),
(97412,36634,'action complete via WP Cron','2021-01-23 22:25:35','2021-01-23 17:25:35'),
(97413,36635,'action created','2021-01-23 22:25:35','2021-01-23 17:25:35'),
(97414,36635,'action started via WP Cron','2021-01-23 22:27:50','2021-01-23 17:27:50'),
(97415,36635,'action complete via WP Cron','2021-01-23 22:27:50','2021-01-23 17:27:50'),
(97416,36636,'action created','2021-01-23 22:27:52','2021-01-23 17:27:52'),
(97417,36636,'action started via WP Cron','2021-01-23 22:28:16','2021-01-23 17:28:16'),
(97418,36636,'action complete via WP Cron','2021-01-23 22:28:16','2021-01-23 17:28:16'),
(97419,36637,'action created','2021-01-23 22:28:16','2021-01-23 17:28:16'),
(97420,36637,'action started via WP Cron','2021-01-23 22:29:28','2021-01-23 17:29:28'),
(97421,36637,'action complete via WP Cron','2021-01-23 22:29:28','2021-01-23 17:29:28'),
(97422,36638,'action created','2021-01-23 22:29:28','2021-01-23 17:29:28'),
(97423,36638,'action started via WP Cron','2021-01-23 22:30:50','2021-01-23 17:30:50'),
(97424,36638,'action complete via WP Cron','2021-01-23 22:30:50','2021-01-23 17:30:50'),
(97425,36639,'action created','2021-01-23 22:30:50','2021-01-23 17:30:50'),
(97426,36639,'action started via WP Cron','2021-01-23 22:31:28','2021-01-23 17:31:28'),
(97427,36639,'action complete via WP Cron','2021-01-23 22:31:28','2021-01-23 17:31:28'),
(97428,36640,'action created','2021-01-23 22:31:28','2021-01-23 17:31:28'),
(97429,36640,'action started via WP Cron','2021-01-23 22:33:44','2021-01-23 17:33:44'),
(97430,36640,'action complete via WP Cron','2021-01-23 22:33:44','2021-01-23 17:33:44'),
(97431,36641,'action created','2021-01-23 22:33:44','2021-01-23 17:33:44'),
(97432,36641,'action started via WP Cron','2021-01-23 22:34:23','2021-01-23 17:34:23'),
(97433,36641,'action complete via WP Cron','2021-01-23 22:34:23','2021-01-23 17:34:23'),
(97434,36642,'action created','2021-01-23 22:34:23','2021-01-23 17:34:23'),
(97435,36642,'action started via WP Cron','2021-01-23 22:36:12','2021-01-23 17:36:12'),
(97436,36642,'action complete via WP Cron','2021-01-23 22:36:13','2021-01-23 17:36:13'),
(97437,36643,'action created','2021-01-23 22:36:13','2021-01-23 17:36:13'),
(97438,36643,'action started via WP Cron','2021-01-23 22:39:34','2021-01-23 17:39:34'),
(97439,36643,'action complete via WP Cron','2021-01-23 22:39:34','2021-01-23 17:39:34'),
(97440,36644,'action created','2021-01-23 22:39:34','2021-01-23 17:39:34'),
(97441,36644,'action started via WP Cron','2021-01-23 22:40:47','2021-01-23 17:40:47'),
(97442,36644,'action complete via WP Cron','2021-01-23 22:40:47','2021-01-23 17:40:47'),
(97443,36645,'action created','2021-01-23 22:40:47','2021-01-23 17:40:47'),
(97444,36645,'action started via WP Cron','2021-01-23 22:41:37','2021-01-23 17:41:37'),
(97445,36645,'action complete via WP Cron','2021-01-23 22:41:37','2021-01-23 17:41:37'),
(97446,36646,'action created','2021-01-23 22:41:37','2021-01-23 17:41:37'),
(97447,36646,'action started via WP Cron','2021-01-23 22:43:29','2021-01-23 17:43:29'),
(97448,36646,'action complete via WP Cron','2021-01-23 22:43:29','2021-01-23 17:43:29'),
(97449,36647,'action created','2021-01-23 22:43:29','2021-01-23 17:43:29'),
(97450,36647,'action started via WP Cron','2021-01-23 22:45:27','2021-01-23 17:45:27'),
(97451,36647,'action complete via WP Cron','2021-01-23 22:45:27','2021-01-23 17:45:27'),
(97452,36648,'action created','2021-01-23 22:45:27','2021-01-23 17:45:27'),
(97453,36648,'action started via WP Cron','2021-01-23 22:49:04','2021-01-23 17:49:04'),
(97454,36648,'action complete via WP Cron','2021-01-23 22:49:04','2021-01-23 17:49:04'),
(97455,36649,'action created','2021-01-23 22:49:05','2021-01-23 17:49:05'),
(97456,36649,'action started via WP Cron','2021-01-23 22:51:10','2021-01-23 17:51:10'),
(97457,36649,'action complete via WP Cron','2021-01-23 22:51:10','2021-01-23 17:51:10'),
(97458,36650,'action created','2021-01-23 22:51:10','2021-01-23 17:51:10'),
(97459,36650,'action started via WP Cron','2021-01-23 22:53:09','2021-01-23 17:53:09'),
(97460,36650,'action complete via WP Cron','2021-01-23 22:53:09','2021-01-23 17:53:09'),
(97461,36651,'action created','2021-01-23 22:53:09','2021-01-23 17:53:09'),
(97462,36651,'action started via WP Cron','2021-01-23 22:54:52','2021-01-23 17:54:52'),
(97463,36651,'action complete via WP Cron','2021-01-23 22:54:52','2021-01-23 17:54:52'),
(97464,36652,'action created','2021-01-23 22:54:53','2021-01-23 17:54:53'),
(97465,36652,'action started via WP Cron','2021-01-23 22:55:15','2021-01-23 17:55:15'),
(97466,36652,'action complete via WP Cron','2021-01-23 22:55:15','2021-01-23 17:55:15'),
(97467,36653,'action created','2021-01-23 22:55:15','2021-01-23 17:55:15'),
(97468,36653,'action started via WP Cron','2021-01-23 22:56:14','2021-01-23 17:56:14'),
(97469,36653,'action complete via WP Cron','2021-01-23 22:56:14','2021-01-23 17:56:14'),
(97470,36654,'action created','2021-01-23 22:56:14','2021-01-23 17:56:14'),
(97471,36654,'action started via WP Cron','2021-01-23 22:57:12','2021-01-23 17:57:12'),
(97472,36654,'action complete via WP Cron','2021-01-23 22:57:12','2021-01-23 17:57:12'),
(97473,36655,'action created','2021-01-23 22:57:12','2021-01-23 17:57:12'),
(97474,36655,'action started via WP Cron','2021-01-23 22:58:13','2021-01-23 17:58:13'),
(97475,36655,'action complete via WP Cron','2021-01-23 22:58:13','2021-01-23 17:58:13'),
(97476,36656,'action created','2021-01-23 22:58:13','2021-01-23 17:58:13'),
(97477,36656,'action started via WP Cron','2021-01-23 22:59:11','2021-01-23 17:59:11'),
(97478,36656,'action complete via WP Cron','2021-01-23 22:59:11','2021-01-23 17:59:11'),
(97479,36657,'action created','2021-01-23 22:59:12','2021-01-23 17:59:12'),
(97480,36657,'action started via WP Cron','2021-01-23 23:01:22','2021-01-23 18:01:22'),
(97481,36657,'action complete via WP Cron','2021-01-23 23:01:22','2021-01-23 18:01:22'),
(97482,36658,'action created','2021-01-23 23:01:22','2021-01-23 18:01:22'),
(97483,36658,'action started via WP Cron','2021-01-23 23:02:22','2021-01-23 18:02:22'),
(97484,36658,'action complete via WP Cron','2021-01-23 23:02:22','2021-01-23 18:02:22'),
(97485,36659,'action created','2021-01-23 23:02:22','2021-01-23 18:02:22'),
(97486,36659,'action started via WP Cron','2021-01-23 23:03:40','2021-01-23 18:03:40'),
(97487,36659,'action complete via WP Cron','2021-01-23 23:03:40','2021-01-23 18:03:40'),
(97488,36660,'action created','2021-01-23 23:03:40','2021-01-23 18:03:40'),
(97489,36660,'action started via WP Cron','2021-01-23 23:06:40','2021-01-23 18:06:40'),
(97490,36660,'action complete via WP Cron','2021-01-23 23:06:40','2021-01-23 18:06:40'),
(97491,36661,'action created','2021-01-23 23:06:41','2021-01-23 18:06:41'),
(97492,36661,'action started via WP Cron','2021-01-23 23:07:30','2021-01-23 18:07:30'),
(97493,36661,'action complete via WP Cron','2021-01-23 23:07:30','2021-01-23 18:07:30'),
(97494,36662,'action created','2021-01-23 23:07:30','2021-01-23 18:07:30'),
(97495,36662,'action started via WP Cron','2021-01-23 23:09:25','2021-01-23 18:09:25'),
(97496,36662,'action complete via WP Cron','2021-01-23 23:09:25','2021-01-23 18:09:25'),
(97497,36663,'action created','2021-01-23 23:09:25','2021-01-23 18:09:25'),
(97498,36663,'action started via WP Cron','2021-01-23 23:10:14','2021-01-23 18:10:14'),
(97499,36663,'action complete via WP Cron','2021-01-23 23:10:14','2021-01-23 18:10:14'),
(97500,36664,'action created','2021-01-23 23:10:14','2021-01-23 18:10:14'),
(97501,36664,'action started via WP Cron','2021-01-23 23:11:55','2021-01-23 18:11:55'),
(97502,36664,'action complete via WP Cron','2021-01-23 23:11:55','2021-01-23 18:11:55'),
(97503,36665,'action created','2021-01-23 23:11:55','2021-01-23 18:11:55'),
(97504,36665,'action started via WP Cron','2021-01-23 23:13:42','2021-01-23 18:13:42'),
(97505,36665,'action complete via WP Cron','2021-01-23 23:13:42','2021-01-23 18:13:42'),
(97506,36666,'action created','2021-01-23 23:13:42','2021-01-23 18:13:42'),
(97507,36666,'action started via WP Cron','2021-01-23 23:14:42','2021-01-23 18:14:42'),
(97508,36666,'action complete via WP Cron','2021-01-23 23:14:42','2021-01-23 18:14:42'),
(97509,36667,'action created','2021-01-23 23:14:42','2021-01-23 18:14:42'),
(97510,36667,'action started via WP Cron','2021-01-23 23:15:37','2021-01-23 18:15:37'),
(97511,36667,'action complete via WP Cron','2021-01-23 23:15:37','2021-01-23 18:15:37'),
(97512,36668,'action created','2021-01-23 23:15:37','2021-01-23 18:15:37'),
(97513,36668,'action started via WP Cron','2021-01-23 23:18:17','2021-01-23 18:18:17'),
(97514,36668,'action complete via WP Cron','2021-01-23 23:18:17','2021-01-23 18:18:17'),
(97515,36669,'action created','2021-01-23 23:18:17','2021-01-23 18:18:17'),
(97516,36669,'action started via WP Cron','2021-01-23 23:25:37','2021-01-23 18:25:37'),
(97517,36669,'action complete via WP Cron','2021-01-23 23:25:37','2021-01-23 18:25:37'),
(97518,36670,'action created','2021-01-23 23:25:37','2021-01-23 18:25:37'),
(97519,36670,'action started via WP Cron','2021-01-23 23:27:09','2021-01-23 18:27:09'),
(97520,36670,'action complete via WP Cron','2021-01-23 23:27:09','2021-01-23 18:27:09'),
(97521,36671,'action created','2021-01-23 23:27:09','2021-01-23 18:27:09'),
(97522,36671,'action started via WP Cron','2021-01-23 23:27:45','2021-01-23 18:27:45'),
(97523,36671,'action complete via WP Cron','2021-01-23 23:27:45','2021-01-23 18:27:45'),
(97524,36672,'action created','2021-01-23 23:27:45','2021-01-23 18:27:45'),
(97525,36672,'action started via WP Cron','2021-01-23 23:28:19','2021-01-23 18:28:19'),
(97526,36672,'action complete via WP Cron','2021-01-23 23:28:19','2021-01-23 18:28:19'),
(97527,36673,'action created','2021-01-23 23:28:19','2021-01-23 18:28:19'),
(97528,36673,'action started via WP Cron','2021-01-23 23:29:11','2021-01-23 18:29:11'),
(97529,36673,'action complete via WP Cron','2021-01-23 23:29:11','2021-01-23 18:29:11'),
(97530,36674,'action created','2021-01-23 23:29:11','2021-01-23 18:29:11'),
(97531,36674,'action started via WP Cron','2021-01-23 23:31:27','2021-01-23 18:31:27'),
(97532,36674,'action complete via WP Cron','2021-01-23 23:31:27','2021-01-23 18:31:27'),
(97533,36675,'action created','2021-01-23 23:31:27','2021-01-23 18:31:27'),
(97534,36675,'action started via WP Cron','2021-01-23 23:32:18','2021-01-23 18:32:18'),
(97535,36675,'action complete via WP Cron','2021-01-23 23:32:18','2021-01-23 18:32:18'),
(97536,36676,'action created','2021-01-23 23:32:18','2021-01-23 18:32:18'),
(97537,36676,'action started via WP Cron','2021-01-23 23:33:19','2021-01-23 18:33:19'),
(97538,36676,'action complete via WP Cron','2021-01-23 23:33:19','2021-01-23 18:33:19'),
(97539,36677,'action created','2021-01-23 23:33:19','2021-01-23 18:33:19'),
(97540,36677,'action started via WP Cron','2021-01-23 23:34:16','2021-01-23 18:34:16'),
(97541,36677,'action complete via WP Cron','2021-01-23 23:34:16','2021-01-23 18:34:16'),
(97542,36678,'action created','2021-01-23 23:34:16','2021-01-23 18:34:16'),
(97543,36678,'action started via WP Cron','2021-01-23 23:36:15','2021-01-23 18:36:15'),
(97544,36678,'action complete via WP Cron','2021-01-23 23:36:15','2021-01-23 18:36:15'),
(97545,36679,'action created','2021-01-23 23:36:15','2021-01-23 18:36:15'),
(97546,36679,'action started via WP Cron','2021-01-23 23:37:15','2021-01-23 18:37:15'),
(97547,36679,'action complete via WP Cron','2021-01-23 23:37:15','2021-01-23 18:37:15'),
(97548,36680,'action created','2021-01-23 23:37:15','2021-01-23 18:37:15'),
(97549,36680,'action started via WP Cron','2021-01-23 23:38:18','2021-01-23 18:38:18'),
(97550,36680,'action complete via WP Cron','2021-01-23 23:38:18','2021-01-23 18:38:18'),
(97551,36681,'action created','2021-01-23 23:38:18','2021-01-23 18:38:18'),
(97552,36681,'action started via WP Cron','2021-01-23 23:40:13','2021-01-23 18:40:13'),
(97553,36681,'action complete via WP Cron','2021-01-23 23:40:13','2021-01-23 18:40:13'),
(97554,36682,'action created','2021-01-23 23:40:13','2021-01-23 18:40:13'),
(97555,36682,'action started via WP Cron','2021-01-23 23:41:55','2021-01-23 18:41:55'),
(97556,36682,'action complete via WP Cron','2021-01-23 23:41:55','2021-01-23 18:41:55'),
(97557,36683,'action created','2021-01-23 23:41:55','2021-01-23 18:41:55'),
(97558,36683,'action started via WP Cron','2021-01-23 23:42:43','2021-01-23 18:42:43'),
(97559,36683,'action complete via WP Cron','2021-01-23 23:42:43','2021-01-23 18:42:43'),
(97560,36684,'action created','2021-01-23 23:42:43','2021-01-23 18:42:43'),
(97561,36684,'action started via WP Cron','2021-01-23 23:45:22','2021-01-23 18:45:22'),
(97562,36684,'action complete via WP Cron','2021-01-23 23:45:22','2021-01-23 18:45:22'),
(97563,36685,'action created','2021-01-23 23:45:22','2021-01-23 18:45:22'),
(97564,36685,'action started via WP Cron','2021-01-23 23:47:55','2021-01-23 18:47:55'),
(97565,36685,'action complete via WP Cron','2021-01-23 23:47:55','2021-01-23 18:47:55'),
(97566,36686,'action created','2021-01-23 23:47:56','2021-01-23 18:47:56'),
(97567,36686,'action started via WP Cron','2021-01-23 23:48:56','2021-01-23 18:48:56'),
(97568,36686,'action complete via WP Cron','2021-01-23 23:48:56','2021-01-23 18:48:56'),
(97569,36687,'action created','2021-01-23 23:49:12','2021-01-23 18:49:12'),
(97570,36687,'action started via WP Cron','2021-01-23 23:52:27','2021-01-23 18:52:27'),
(97571,36687,'action complete via WP Cron','2021-01-23 23:52:27','2021-01-23 18:52:27'),
(97572,36688,'action created','2021-01-23 23:52:27','2021-01-23 18:52:27'),
(97573,36688,'action started via WP Cron','2021-01-23 23:55:17','2021-01-23 18:55:17'),
(97574,36688,'action complete via WP Cron','2021-01-23 23:55:17','2021-01-23 18:55:17'),
(97575,36689,'action created','2021-01-23 23:57:30','2021-01-23 18:57:30'),
(97576,36689,'action started via WP Cron','2021-01-23 23:58:53','2021-01-23 18:58:53'),
(97577,36689,'action complete via WP Cron','2021-01-23 23:58:53','2021-01-23 18:58:53'),
(97578,36690,'action created','2021-01-23 23:58:53','2021-01-23 18:58:53'),
(97579,36690,'action started via WP Cron','2021-01-23 23:59:40','2021-01-23 18:59:40'),
(97580,36690,'action complete via WP Cron','2021-01-23 23:59:40','2021-01-23 18:59:40'),
(97581,36691,'action created','2021-01-23 23:59:41','2021-01-23 18:59:41'),
(97582,36691,'action started via WP Cron','2021-01-24 00:03:34','2021-01-23 19:03:34'),
(97583,36691,'action complete via WP Cron','2021-01-24 00:03:34','2021-01-23 19:03:34'),
(97584,36692,'action created','2021-01-24 00:03:34','2021-01-23 19:03:34'),
(97585,36692,'action started via WP Cron','2021-01-24 00:04:35','2021-01-23 19:04:35'),
(97586,36692,'action complete via WP Cron','2021-01-24 00:04:35','2021-01-23 19:04:35'),
(97587,36693,'action created','2021-01-24 00:04:35','2021-01-23 19:04:35'),
(97588,36693,'action started via WP Cron','2021-01-24 00:06:48','2021-01-23 19:06:48'),
(97589,36693,'action complete via WP Cron','2021-01-24 00:06:48','2021-01-23 19:06:48'),
(97590,36694,'action created','2021-01-24 00:06:48','2021-01-23 19:06:48'),
(97591,36694,'action started via WP Cron','2021-01-24 00:07:21','2021-01-23 19:07:21'),
(97592,36694,'action complete via WP Cron','2021-01-24 00:07:21','2021-01-23 19:07:21'),
(97593,36695,'action created','2021-01-24 00:07:21','2021-01-23 19:07:21'),
(97594,36695,'action started via WP Cron','2021-01-24 00:10:32','2021-01-23 19:10:32'),
(97595,36695,'action complete via WP Cron','2021-01-24 00:10:32','2021-01-23 19:10:32'),
(97596,36696,'action created','2021-01-24 00:10:32','2021-01-23 19:10:32'),
(97597,36696,'action started via WP Cron','2021-01-24 00:11:56','2021-01-23 19:11:56'),
(97598,36696,'action complete via WP Cron','2021-01-24 00:11:56','2021-01-23 19:11:56'),
(97599,36697,'action created','2021-01-24 00:11:56','2021-01-23 19:11:56'),
(97600,36697,'action started via WP Cron','2021-01-24 00:14:20','2021-01-23 19:14:20'),
(97601,36697,'action complete via WP Cron','2021-01-24 00:14:20','2021-01-23 19:14:20'),
(97602,36698,'action created','2021-01-24 00:14:21','2021-01-23 19:14:21'),
(97603,36698,'action started via WP Cron','2021-01-24 00:16:09','2021-01-23 19:16:09'),
(97604,36698,'action complete via WP Cron','2021-01-24 00:16:09','2021-01-23 19:16:09'),
(97605,36699,'action created','2021-01-24 00:16:09','2021-01-23 19:16:09'),
(97606,36699,'action started via WP Cron','2021-01-24 00:18:24','2021-01-23 19:18:24'),
(97607,36699,'action complete via WP Cron','2021-01-24 00:18:24','2021-01-23 19:18:24'),
(97608,36700,'action created','2021-01-24 00:18:24','2021-01-23 19:18:24'),
(97609,36700,'action started via WP Cron','2021-01-24 00:21:20','2021-01-23 19:21:20'),
(97610,36700,'action complete via WP Cron','2021-01-24 00:21:20','2021-01-23 19:21:20'),
(97611,36701,'action created','2021-01-24 00:21:20','2021-01-23 19:21:20'),
(97612,36701,'action started via WP Cron','2021-01-24 00:23:52','2021-01-23 19:23:52'),
(97613,36701,'action complete via WP Cron','2021-01-24 00:23:52','2021-01-23 19:23:52'),
(97614,36702,'action created','2021-01-24 00:23:52','2021-01-23 19:23:52'),
(97615,36702,'action started via WP Cron','2021-01-24 00:25:35','2021-01-23 19:25:35'),
(97616,36702,'action complete via WP Cron','2021-01-24 00:25:35','2021-01-23 19:25:35'),
(97617,36703,'action created','2021-01-24 00:25:35','2021-01-23 19:25:35'),
(97618,36703,'action started via WP Cron','2021-01-24 00:26:42','2021-01-23 19:26:42'),
(97619,36703,'action complete via WP Cron','2021-01-24 00:26:42','2021-01-23 19:26:42'),
(97620,36704,'action created','2021-01-24 00:26:42','2021-01-23 19:26:42'),
(97621,36704,'action started via WP Cron','2021-01-24 00:28:40','2021-01-23 19:28:40'),
(97622,36704,'action complete via WP Cron','2021-01-24 00:28:40','2021-01-23 19:28:40'),
(97623,36705,'action created','2021-01-24 00:28:40','2021-01-23 19:28:40'),
(97624,36705,'action started via WP Cron','2021-01-24 00:29:53','2021-01-23 19:29:53'),
(97625,36705,'action complete via WP Cron','2021-01-24 00:29:53','2021-01-23 19:29:53'),
(97626,36706,'action created','2021-01-24 00:29:53','2021-01-23 19:29:53'),
(97627,36706,'action started via WP Cron','2021-01-24 00:31:58','2021-01-23 19:31:58'),
(97628,36706,'action complete via WP Cron','2021-01-24 00:31:58','2021-01-23 19:31:58'),
(97629,36707,'action created','2021-01-24 00:31:58','2021-01-23 19:31:58'),
(97630,36707,'action started via WP Cron','2021-01-24 00:33:54','2021-01-23 19:33:54'),
(97631,36707,'action complete via WP Cron','2021-01-24 00:33:54','2021-01-23 19:33:54'),
(97632,36708,'action created','2021-01-24 00:33:54','2021-01-23 19:33:54'),
(97633,36708,'action started via WP Cron','2021-01-24 00:34:14','2021-01-23 19:34:14'),
(97634,36708,'action complete via WP Cron','2021-01-24 00:34:14','2021-01-23 19:34:14'),
(97635,36709,'action created','2021-01-24 00:34:14','2021-01-23 19:34:14'),
(97636,36709,'action started via WP Cron','2021-01-24 00:35:26','2021-01-23 19:35:26'),
(97637,36709,'action complete via WP Cron','2021-01-24 00:35:26','2021-01-23 19:35:26'),
(97638,36710,'action created','2021-01-24 00:35:26','2021-01-23 19:35:26'),
(97639,36710,'action started via WP Cron','2021-01-24 00:36:21','2021-01-23 19:36:21'),
(97640,36710,'action complete via WP Cron','2021-01-24 00:36:21','2021-01-23 19:36:21'),
(97641,36711,'action created','2021-01-24 00:36:21','2021-01-23 19:36:21'),
(97642,36711,'action started via WP Cron','2021-01-24 00:38:06','2021-01-23 19:38:06'),
(97643,36711,'action complete via WP Cron','2021-01-24 00:38:06','2021-01-23 19:38:06'),
(97644,36712,'action created','2021-01-24 00:38:06','2021-01-23 19:38:06'),
(97645,36712,'action started via WP Cron','2021-01-24 00:38:16','2021-01-23 19:38:16'),
(97646,36712,'action complete via WP Cron','2021-01-24 00:38:16','2021-01-23 19:38:16'),
(97647,36713,'action created','2021-01-24 00:38:16','2021-01-23 19:38:16'),
(97648,36713,'action started via WP Cron','2021-01-24 00:39:50','2021-01-23 19:39:50'),
(97649,36713,'action complete via WP Cron','2021-01-24 00:39:50','2021-01-23 19:39:50'),
(97650,36714,'action created','2021-01-24 00:39:50','2021-01-23 19:39:50'),
(97651,36714,'action started via WP Cron','2021-01-24 00:40:58','2021-01-23 19:40:58'),
(97652,36714,'action complete via WP Cron','2021-01-24 00:40:58','2021-01-23 19:40:58'),
(97653,36715,'action created','2021-01-24 00:40:58','2021-01-23 19:40:58'),
(97654,36715,'action started via WP Cron','2021-01-24 00:41:26','2021-01-23 19:41:26'),
(97655,36715,'action complete via WP Cron','2021-01-24 00:41:26','2021-01-23 19:41:26'),
(97656,36716,'action created','2021-01-24 00:41:26','2021-01-23 19:41:26'),
(97657,36716,'action started via WP Cron','2021-01-24 00:43:31','2021-01-23 19:43:31'),
(97658,36716,'action complete via WP Cron','2021-01-24 00:43:31','2021-01-23 19:43:31'),
(97659,36717,'action created','2021-01-24 00:43:31','2021-01-23 19:43:31'),
(97660,36717,'action started via WP Cron','2021-01-24 00:45:12','2021-01-23 19:45:12'),
(97661,36717,'action complete via WP Cron','2021-01-24 00:45:12','2021-01-23 19:45:12'),
(97662,36718,'action created','2021-01-24 00:45:13','2021-01-23 19:45:13'),
(97663,36718,'action started via WP Cron','2021-01-24 00:46:34','2021-01-23 19:46:34'),
(97664,36718,'action complete via WP Cron','2021-01-24 00:46:34','2021-01-23 19:46:34'),
(97665,36719,'action created','2021-01-24 00:46:34','2021-01-23 19:46:34'),
(97666,36719,'action started via WP Cron','2021-01-24 00:48:00','2021-01-23 19:48:00'),
(97667,36719,'action complete via WP Cron','2021-01-24 00:48:00','2021-01-23 19:48:00'),
(97668,36720,'action created','2021-01-24 00:48:00','2021-01-23 19:48:00'),
(97669,36720,'action started via WP Cron','2021-01-24 00:54:22','2021-01-23 19:54:22'),
(97670,36720,'action complete via WP Cron','2021-01-24 00:54:22','2021-01-23 19:54:22'),
(97671,36721,'action created','2021-01-24 00:54:22','2021-01-23 19:54:22'),
(97672,36721,'action started via WP Cron','2021-01-24 00:55:29','2021-01-23 19:55:29'),
(97673,36721,'action complete via WP Cron','2021-01-24 00:55:29','2021-01-23 19:55:29'),
(97674,36722,'action created','2021-01-24 00:55:29','2021-01-23 19:55:29'),
(97675,36722,'action started via WP Cron','2021-01-24 00:56:17','2021-01-23 19:56:17'),
(97676,36722,'action complete via WP Cron','2021-01-24 00:56:17','2021-01-23 19:56:17'),
(97677,36723,'action created','2021-01-24 00:56:17','2021-01-23 19:56:17'),
(97678,36723,'action started via WP Cron','2021-01-24 00:57:17','2021-01-23 19:57:17'),
(97679,36723,'action complete via WP Cron','2021-01-24 00:57:17','2021-01-23 19:57:17'),
(97680,36724,'action created','2021-01-24 00:57:17','2021-01-23 19:57:17'),
(97681,36724,'action started via WP Cron','2021-01-24 00:58:53','2021-01-23 19:58:53'),
(97682,36724,'action complete via WP Cron','2021-01-24 00:58:53','2021-01-23 19:58:53'),
(97683,36725,'action created','2021-01-24 00:58:53','2021-01-23 19:58:53'),
(97684,36725,'action started via WP Cron','2021-01-24 01:00:22','2021-01-23 20:00:22'),
(97685,36725,'action complete via WP Cron','2021-01-24 01:00:22','2021-01-23 20:00:22'),
(97686,36726,'action created','2021-01-24 01:00:22','2021-01-23 20:00:22'),
(97687,36726,'action started via WP Cron','2021-01-24 01:04:52','2021-01-23 20:04:52'),
(97688,36726,'action complete via WP Cron','2021-01-24 01:04:52','2021-01-23 20:04:52'),
(97689,36727,'action created','2021-01-24 01:04:52','2021-01-23 20:04:52'),
(97690,36727,'action started via WP Cron','2021-01-24 01:06:52','2021-01-23 20:06:52'),
(97691,36727,'action complete via WP Cron','2021-01-24 01:06:52','2021-01-23 20:06:52'),
(97692,36728,'action created','2021-01-24 01:06:52','2021-01-23 20:06:52'),
(97693,36728,'action started via WP Cron','2021-01-24 01:07:31','2021-01-23 20:07:31'),
(97694,36728,'action complete via WP Cron','2021-01-24 01:07:31','2021-01-23 20:07:31'),
(97695,36729,'action created','2021-01-24 01:07:31','2021-01-23 20:07:31'),
(97696,36729,'action started via WP Cron','2021-01-24 01:08:42','2021-01-23 20:08:42'),
(97697,36729,'action complete via WP Cron','2021-01-24 01:08:42','2021-01-23 20:08:42'),
(97698,36730,'action created','2021-01-24 01:08:42','2021-01-23 20:08:42'),
(97699,36730,'action started via WP Cron','2021-01-24 01:09:20','2021-01-23 20:09:20'),
(97700,36730,'action complete via WP Cron','2021-01-24 01:09:20','2021-01-23 20:09:20'),
(97701,36731,'action created','2021-01-24 01:09:20','2021-01-23 20:09:20'),
(97702,36731,'action started via WP Cron','2021-01-24 01:11:04','2021-01-23 20:11:04'),
(97703,36731,'action complete via WP Cron','2021-01-24 01:11:04','2021-01-23 20:11:04'),
(97704,36732,'action created','2021-01-24 01:11:04','2021-01-23 20:11:04'),
(97705,36732,'action started via WP Cron','2021-01-24 01:13:18','2021-01-23 20:13:18'),
(97706,36732,'action complete via WP Cron','2021-01-24 01:13:18','2021-01-23 20:13:18'),
(97707,36733,'action created','2021-01-24 01:13:18','2021-01-23 20:13:18'),
(97708,36733,'action started via WP Cron','2021-01-24 01:14:47','2021-01-23 20:14:47'),
(97709,36733,'action complete via WP Cron','2021-01-24 01:14:47','2021-01-23 20:14:47'),
(97710,36734,'action created','2021-01-24 01:14:47','2021-01-23 20:14:47'),
(97711,36734,'action started via WP Cron','2021-01-24 01:16:59','2021-01-23 20:16:59'),
(97712,36734,'action complete via WP Cron','2021-01-24 01:16:59','2021-01-23 20:16:59'),
(97713,36735,'action created','2021-01-24 01:16:59','2021-01-23 20:16:59'),
(97714,36735,'action started via WP Cron','2021-01-24 01:24:04','2021-01-23 20:24:04'),
(97715,36735,'action complete via WP Cron','2021-01-24 01:24:04','2021-01-23 20:24:04'),
(97716,36736,'action created','2021-01-24 01:24:04','2021-01-23 20:24:04'),
(97717,36736,'action started via WP Cron','2021-01-24 01:27:53','2021-01-23 20:27:53'),
(97718,36736,'action complete via WP Cron','2021-01-24 01:27:53','2021-01-23 20:27:53'),
(97719,36737,'action created','2021-01-24 01:27:54','2021-01-23 20:27:54'),
(97720,35804,'action started via WP Cron','2021-01-24 01:29:24','2021-01-23 20:29:24'),
(97721,35804,'action complete via WP Cron','2021-01-24 01:29:24','2021-01-23 20:29:24'),
(97722,36738,'action created','2021-01-24 01:29:24','2021-01-23 20:29:24'),
(97723,36737,'action started via WP Cron','2021-01-24 01:29:24','2021-01-23 20:29:24'),
(97724,36737,'action complete via WP Cron','2021-01-24 01:29:24','2021-01-23 20:29:24'),
(97725,36739,'action created','2021-01-24 01:29:24','2021-01-23 20:29:24'),
(97726,36739,'action started via WP Cron','2021-01-24 01:31:08','2021-01-23 20:31:08'),
(97727,36739,'action complete via WP Cron','2021-01-24 01:31:08','2021-01-23 20:31:08'),
(97728,36740,'action created','2021-01-24 01:31:09','2021-01-23 20:31:09'),
(97729,36740,'action started via WP Cron','2021-01-24 01:32:14','2021-01-23 20:32:14'),
(97730,36740,'action complete via WP Cron','2021-01-24 01:32:14','2021-01-23 20:32:14'),
(97731,36741,'action created','2021-01-24 01:32:14','2021-01-23 20:32:14'),
(97732,36741,'action started via WP Cron','2021-01-24 01:33:27','2021-01-23 20:33:27'),
(97733,36741,'action complete via WP Cron','2021-01-24 01:33:27','2021-01-23 20:33:27'),
(97734,36742,'action created','2021-01-24 01:33:27','2021-01-23 20:33:27'),
(97735,36742,'action started via WP Cron','2021-01-24 01:38:28','2021-01-23 20:38:28'),
(97736,36742,'action complete via WP Cron','2021-01-24 01:38:28','2021-01-23 20:38:28'),
(97737,36743,'action created','2021-01-24 01:38:28','2021-01-23 20:38:28'),
(97738,36743,'action started via WP Cron','2021-01-24 01:39:47','2021-01-23 20:39:47'),
(97739,36743,'action complete via WP Cron','2021-01-24 01:39:47','2021-01-23 20:39:47'),
(97740,36744,'action created','2021-01-24 01:39:47','2021-01-23 20:39:47'),
(97741,36744,'action started via WP Cron','2021-01-24 01:41:30','2021-01-23 20:41:30'),
(97742,36744,'action complete via WP Cron','2021-01-24 01:41:30','2021-01-23 20:41:30'),
(97743,36745,'action created','2021-01-24 01:41:30','2021-01-23 20:41:30'),
(97744,36745,'action started via WP Cron','2021-01-24 01:44:20','2021-01-23 20:44:20'),
(97745,36745,'action complete via WP Cron','2021-01-24 01:44:20','2021-01-23 20:44:20'),
(97746,36746,'action created','2021-01-24 01:44:20','2021-01-23 20:44:20'),
(97747,36746,'action started via WP Cron','2021-01-24 01:45:25','2021-01-23 20:45:25'),
(97748,36746,'action complete via WP Cron','2021-01-24 01:45:25','2021-01-23 20:45:25'),
(97749,36747,'action created','2021-01-24 01:45:25','2021-01-23 20:45:25'),
(97750,36747,'action started via WP Cron','2021-01-24 01:46:18','2021-01-23 20:46:18'),
(97751,36747,'action complete via WP Cron','2021-01-24 01:46:18','2021-01-23 20:46:18'),
(97752,36748,'action created','2021-01-24 01:46:18','2021-01-23 20:46:18'),
(97753,36748,'action started via WP Cron','2021-01-24 01:49:43','2021-01-23 20:49:43'),
(97754,36748,'action complete via WP Cron','2021-01-24 01:49:43','2021-01-23 20:49:43'),
(97755,36749,'action created','2021-01-24 01:49:43','2021-01-23 20:49:43'),
(97756,36749,'action started via WP Cron','2021-01-24 01:50:44','2021-01-23 20:50:44'),
(97757,36749,'action complete via WP Cron','2021-01-24 01:50:44','2021-01-23 20:50:44'),
(97758,36750,'action created','2021-01-24 01:50:44','2021-01-23 20:50:44'),
(97759,36750,'action started via WP Cron','2021-01-24 01:55:10','2021-01-23 20:55:10'),
(97760,36750,'action complete via WP Cron','2021-01-24 01:55:10','2021-01-23 20:55:10'),
(97761,36751,'action created','2021-01-24 01:55:10','2021-01-23 20:55:10'),
(97762,36751,'action started via WP Cron','2021-01-24 01:56:59','2021-01-23 20:56:59'),
(97763,36751,'action complete via WP Cron','2021-01-24 01:56:59','2021-01-23 20:56:59'),
(97764,36752,'action created','2021-01-24 01:56:59','2021-01-23 20:56:59'),
(97765,36752,'action started via WP Cron','2021-01-24 01:57:38','2021-01-23 20:57:38'),
(97766,36752,'action complete via WP Cron','2021-01-24 01:57:38','2021-01-23 20:57:38'),
(97767,36753,'action created','2021-01-24 01:57:38','2021-01-23 20:57:38'),
(97768,36753,'action started via WP Cron','2021-01-24 01:58:27','2021-01-23 20:58:27'),
(97769,36753,'action complete via WP Cron','2021-01-24 01:58:27','2021-01-23 20:58:27'),
(97770,36754,'action created','2021-01-24 01:58:27','2021-01-23 20:58:27'),
(97771,36754,'action started via WP Cron','2021-01-24 02:00:05','2021-01-23 21:00:05'),
(97772,36754,'action complete via WP Cron','2021-01-24 02:00:05','2021-01-23 21:00:05'),
(97773,36755,'action created','2021-01-24 02:00:06','2021-01-23 21:00:06'),
(97774,36755,'action started via WP Cron','2021-01-24 02:00:38','2021-01-23 21:00:38'),
(97775,36755,'action complete via WP Cron','2021-01-24 02:00:38','2021-01-23 21:00:38'),
(97776,36756,'action created','2021-01-24 02:00:38','2021-01-23 21:00:38'),
(97777,36756,'action started via WP Cron','2021-01-24 02:01:57','2021-01-23 21:01:57'),
(97778,36756,'action complete via WP Cron','2021-01-24 02:01:57','2021-01-23 21:01:57'),
(97779,36757,'action created','2021-01-24 02:01:57','2021-01-23 21:01:57'),
(97780,36757,'action started via WP Cron','2021-01-24 02:02:42','2021-01-23 21:02:42'),
(97781,36757,'action complete via WP Cron','2021-01-24 02:02:42','2021-01-23 21:02:42'),
(97782,36758,'action created','2021-01-24 02:02:42','2021-01-23 21:02:42'),
(97783,36758,'action started via WP Cron','2021-01-24 02:03:15','2021-01-23 21:03:15'),
(97784,36758,'action complete via WP Cron','2021-01-24 02:03:15','2021-01-23 21:03:15'),
(97785,36759,'action created','2021-01-24 02:03:16','2021-01-23 21:03:16'),
(97786,36759,'action started via WP Cron','2021-01-24 02:05:18','2021-01-23 21:05:18'),
(97787,36759,'action complete via WP Cron','2021-01-24 02:05:18','2021-01-23 21:05:18'),
(97788,36760,'action created','2021-01-24 02:05:18','2021-01-23 21:05:18'),
(97789,36760,'action started via WP Cron','2021-01-24 02:09:49','2021-01-23 21:09:49'),
(97790,36760,'action complete via WP Cron','2021-01-24 02:09:49','2021-01-23 21:09:49'),
(97791,36761,'action created','2021-01-24 02:09:49','2021-01-23 21:09:49'),
(97792,36761,'action started via WP Cron','2021-01-24 02:10:14','2021-01-23 21:10:14'),
(97793,36761,'action complete via WP Cron','2021-01-24 02:10:14','2021-01-23 21:10:14'),
(97794,36762,'action created','2021-01-24 02:10:14','2021-01-23 21:10:14'),
(97795,36762,'action started via WP Cron','2021-01-24 02:11:45','2021-01-23 21:11:45'),
(97796,36762,'action complete via WP Cron','2021-01-24 02:11:45','2021-01-23 21:11:45'),
(97797,36763,'action created','2021-01-24 02:11:45','2021-01-23 21:11:45'),
(97798,36763,'action started via WP Cron','2021-01-24 02:12:40','2021-01-23 21:12:40'),
(97799,36763,'action complete via WP Cron','2021-01-24 02:12:40','2021-01-23 21:12:40'),
(97800,36764,'action created','2021-01-24 02:12:40','2021-01-23 21:12:40'),
(97801,36764,'action started via WP Cron','2021-01-24 02:13:29','2021-01-23 21:13:29'),
(97802,36764,'action complete via WP Cron','2021-01-24 02:13:29','2021-01-23 21:13:29'),
(97803,36765,'action created','2021-01-24 02:13:29','2021-01-23 21:13:29'),
(97804,36765,'action started via WP Cron','2021-01-24 02:15:04','2021-01-23 21:15:04'),
(97805,36765,'action complete via WP Cron','2021-01-24 02:15:04','2021-01-23 21:15:04'),
(97806,36766,'action created','2021-01-24 02:15:04','2021-01-23 21:15:04'),
(97807,36766,'action started via WP Cron','2021-01-24 02:18:48','2021-01-23 21:18:48'),
(97808,36766,'action complete via WP Cron','2021-01-24 02:18:48','2021-01-23 21:18:48'),
(97809,36767,'action created','2021-01-24 02:18:48','2021-01-23 21:18:48'),
(97810,36767,'action started via WP Cron','2021-01-24 02:19:21','2021-01-23 21:19:21'),
(97811,36767,'action complete via WP Cron','2021-01-24 02:19:21','2021-01-23 21:19:21'),
(97812,36768,'action created','2021-01-24 02:19:21','2021-01-23 21:19:21'),
(97813,36768,'action started via WP Cron','2021-01-24 02:21:37','2021-01-23 21:21:37'),
(97814,36768,'action complete via WP Cron','2021-01-24 02:21:37','2021-01-23 21:21:37'),
(97815,36769,'action created','2021-01-24 02:21:37','2021-01-23 21:21:37'),
(97816,36769,'action started via WP Cron','2021-01-24 02:22:42','2021-01-23 21:22:42'),
(97817,36769,'action complete via WP Cron','2021-01-24 02:22:42','2021-01-23 21:22:42'),
(97818,36770,'action created','2021-01-24 02:22:43','2021-01-23 21:22:43'),
(97819,36770,'action started via WP Cron','2021-01-24 02:23:24','2021-01-23 21:23:24'),
(97820,36770,'action complete via WP Cron','2021-01-24 02:23:24','2021-01-23 21:23:24'),
(97821,36771,'action created','2021-01-24 02:23:24','2021-01-23 21:23:24'),
(97822,36771,'action started via WP Cron','2021-01-24 02:25:20','2021-01-23 21:25:20'),
(97823,36771,'action complete via WP Cron','2021-01-24 02:25:20','2021-01-23 21:25:20'),
(97824,36772,'action created','2021-01-24 02:25:20','2021-01-23 21:25:20'),
(97825,36772,'action started via WP Cron','2021-01-24 02:27:08','2021-01-23 21:27:08'),
(97826,36772,'action complete via WP Cron','2021-01-24 02:27:08','2021-01-23 21:27:08'),
(97827,36773,'action created','2021-01-24 02:27:08','2021-01-23 21:27:08'),
(97828,36773,'action started via WP Cron','2021-01-24 02:29:47','2021-01-23 21:29:47'),
(97829,36773,'action complete via WP Cron','2021-01-24 02:29:47','2021-01-23 21:29:47'),
(97830,36774,'action created','2021-01-24 02:29:47','2021-01-23 21:29:47'),
(97831,36774,'action started via WP Cron','2021-01-24 02:32:34','2021-01-23 21:32:34'),
(97832,36774,'action complete via WP Cron','2021-01-24 02:32:34','2021-01-23 21:32:34'),
(97833,36775,'action created','2021-01-24 02:32:34','2021-01-23 21:32:34'),
(97834,36775,'action started via WP Cron','2021-01-24 02:35:22','2021-01-23 21:35:22'),
(97835,36775,'action complete via WP Cron','2021-01-24 02:35:22','2021-01-23 21:35:22'),
(97836,36776,'action created','2021-01-24 02:35:22','2021-01-23 21:35:22'),
(97837,36776,'action started via WP Cron','2021-01-24 02:38:09','2021-01-23 21:38:09'),
(97838,36776,'action complete via WP Cron','2021-01-24 02:38:09','2021-01-23 21:38:09'),
(97839,36777,'action created','2021-01-24 02:38:09','2021-01-23 21:38:09'),
(97840,36777,'action started via WP Cron','2021-01-24 02:38:30','2021-01-23 21:38:30'),
(97841,36777,'action complete via WP Cron','2021-01-24 02:38:30','2021-01-23 21:38:30'),
(97842,36778,'action created','2021-01-24 02:38:30','2021-01-23 21:38:30'),
(97843,36778,'action started via WP Cron','2021-01-24 02:40:03','2021-01-23 21:40:03'),
(97844,36778,'action complete via WP Cron','2021-01-24 02:40:03','2021-01-23 21:40:03'),
(97845,36779,'action created','2021-01-24 02:40:03','2021-01-23 21:40:03'),
(97846,36779,'action started via WP Cron','2021-01-24 02:41:09','2021-01-23 21:41:09'),
(97847,36779,'action complete via WP Cron','2021-01-24 02:41:09','2021-01-23 21:41:09'),
(97848,36780,'action created','2021-01-24 02:41:09','2021-01-23 21:41:09'),
(97849,36780,'action started via WP Cron','2021-01-24 02:41:47','2021-01-23 21:41:47'),
(97850,36780,'action complete via WP Cron','2021-01-24 02:41:47','2021-01-23 21:41:47'),
(97851,36781,'action created','2021-01-24 02:41:47','2021-01-23 21:41:47'),
(97852,36781,'action started via WP Cron','2021-01-24 02:43:40','2021-01-23 21:43:40'),
(97853,36781,'action complete via WP Cron','2021-01-24 02:43:40','2021-01-23 21:43:40'),
(97854,36782,'action created','2021-01-24 02:43:40','2021-01-23 21:43:40'),
(97855,36782,'action started via WP Cron','2021-01-24 02:45:47','2021-01-23 21:45:47'),
(97856,36782,'action complete via WP Cron','2021-01-24 02:45:47','2021-01-23 21:45:47'),
(97857,36783,'action created','2021-01-24 02:45:47','2021-01-23 21:45:47'),
(97858,36783,'action started via WP Cron','2021-01-24 02:47:58','2021-01-23 21:47:58'),
(97859,36783,'action complete via WP Cron','2021-01-24 02:47:58','2021-01-23 21:47:58'),
(97860,36784,'action created','2021-01-24 02:47:58','2021-01-23 21:47:58'),
(97861,36784,'action started via WP Cron','2021-01-24 02:49:19','2021-01-23 21:49:19'),
(97862,36784,'action complete via WP Cron','2021-01-24 02:49:19','2021-01-23 21:49:19'),
(97863,36785,'action created','2021-01-24 02:49:19','2021-01-23 21:49:19'),
(97864,36785,'action started via WP Cron','2021-01-24 02:50:48','2021-01-23 21:50:48'),
(97865,36785,'action complete via WP Cron','2021-01-24 02:50:48','2021-01-23 21:50:48'),
(97866,36786,'action created','2021-01-24 02:50:48','2021-01-23 21:50:48'),
(97867,36786,'action started via WP Cron','2021-01-24 02:51:44','2021-01-23 21:51:44'),
(97868,36786,'action complete via WP Cron','2021-01-24 02:51:44','2021-01-23 21:51:44'),
(97869,36787,'action created','2021-01-24 02:51:44','2021-01-23 21:51:44'),
(97870,36787,'action started via WP Cron','2021-01-24 02:52:27','2021-01-23 21:52:27'),
(97871,36787,'action complete via WP Cron','2021-01-24 02:52:27','2021-01-23 21:52:27'),
(97872,36788,'action created','2021-01-24 02:52:27','2021-01-23 21:52:27'),
(97873,36788,'action started via WP Cron','2021-01-24 02:53:43','2021-01-23 21:53:43'),
(97874,36788,'action complete via WP Cron','2021-01-24 02:53:43','2021-01-23 21:53:43'),
(97875,36789,'action created','2021-01-24 02:53:43','2021-01-23 21:53:43'),
(97876,36789,'action started via WP Cron','2021-01-24 02:57:01','2021-01-23 21:57:01'),
(97877,36789,'action complete via WP Cron','2021-01-24 02:57:01','2021-01-23 21:57:01'),
(97878,36790,'action created','2021-01-24 02:57:01','2021-01-23 21:57:01'),
(97879,36790,'action started via WP Cron','2021-01-24 02:57:21','2021-01-23 21:57:21'),
(97880,36790,'action complete via WP Cron','2021-01-24 02:57:21','2021-01-23 21:57:21'),
(97881,36791,'action created','2021-01-24 02:57:21','2021-01-23 21:57:21'),
(97882,36791,'action started via WP Cron','2021-01-24 03:02:27','2021-01-23 22:02:27'),
(97883,36791,'action complete via WP Cron','2021-01-24 03:02:27','2021-01-23 22:02:27'),
(97884,36792,'action created','2021-01-24 03:02:27','2021-01-23 22:02:27'),
(97885,36792,'action started via WP Cron','2021-01-24 03:05:46','2021-01-23 22:05:46'),
(97886,36792,'action complete via WP Cron','2021-01-24 03:05:46','2021-01-23 22:05:46'),
(97887,36793,'action created','2021-01-24 03:05:46','2021-01-23 22:05:46'),
(97888,36793,'action started via WP Cron','2021-01-24 03:07:11','2021-01-23 22:07:11'),
(97889,36793,'action complete via WP Cron','2021-01-24 03:07:11','2021-01-23 22:07:11'),
(97890,36794,'action created','2021-01-24 03:07:11','2021-01-23 22:07:11'),
(97891,36794,'action started via WP Cron','2021-01-24 03:08:04','2021-01-23 22:08:04'),
(97892,36794,'action complete via WP Cron','2021-01-24 03:08:04','2021-01-23 22:08:04'),
(97893,36795,'action created','2021-01-24 03:08:04','2021-01-23 22:08:04'),
(97894,36795,'action started via WP Cron','2021-01-24 03:10:26','2021-01-23 22:10:26'),
(97895,36795,'action complete via WP Cron','2021-01-24 03:10:26','2021-01-23 22:10:26'),
(97896,36796,'action created','2021-01-24 03:10:27','2021-01-23 22:10:27'),
(97897,36796,'action started via WP Cron','2021-01-24 03:14:21','2021-01-23 22:14:21'),
(97898,36796,'action complete via WP Cron','2021-01-24 03:14:21','2021-01-23 22:14:21'),
(97899,36797,'action created','2021-01-24 03:14:21','2021-01-23 22:14:21'),
(97900,36797,'action started via WP Cron','2021-01-24 03:16:06','2021-01-23 22:16:06'),
(97901,36797,'action complete via WP Cron','2021-01-24 03:16:06','2021-01-23 22:16:06'),
(97902,36798,'action created','2021-01-24 03:16:06','2021-01-23 22:16:06'),
(97903,36798,'action started via WP Cron','2021-01-24 03:16:22','2021-01-23 22:16:22'),
(97904,36798,'action complete via WP Cron','2021-01-24 03:16:22','2021-01-23 22:16:22'),
(97905,36799,'action created','2021-01-24 03:16:22','2021-01-23 22:16:22'),
(97906,36799,'action started via WP Cron','2021-01-24 03:18:08','2021-01-23 22:18:08'),
(97907,36799,'action complete via WP Cron','2021-01-24 03:18:08','2021-01-23 22:18:08'),
(97908,36800,'action created','2021-01-24 03:18:08','2021-01-23 22:18:08'),
(97909,36800,'action started via WP Cron','2021-01-24 03:18:53','2021-01-23 22:18:53'),
(97910,36800,'action complete via WP Cron','2021-01-24 03:18:53','2021-01-23 22:18:53'),
(97911,36801,'action created','2021-01-24 03:18:53','2021-01-23 22:18:53'),
(97912,36801,'action started via WP Cron','2021-01-24 03:21:38','2021-01-23 22:21:38'),
(97913,36801,'action complete via WP Cron','2021-01-24 03:21:38','2021-01-23 22:21:38'),
(97914,36802,'action created','2021-01-24 03:21:38','2021-01-23 22:21:38'),
(97915,36802,'action started via WP Cron','2021-01-24 03:23:52','2021-01-23 22:23:52'),
(97916,36802,'action complete via WP Cron','2021-01-24 03:23:52','2021-01-23 22:23:52'),
(97917,36803,'action created','2021-01-24 03:23:53','2021-01-23 22:23:53'),
(97918,36803,'action started via WP Cron','2021-01-24 03:27:08','2021-01-23 22:27:08'),
(97919,36803,'action complete via WP Cron','2021-01-24 03:27:08','2021-01-23 22:27:08'),
(97920,36804,'action created','2021-01-24 03:27:08','2021-01-23 22:27:08'),
(97921,36804,'action started via WP Cron','2021-01-24 03:27:30','2021-01-23 22:27:30'),
(97922,36804,'action complete via WP Cron','2021-01-24 03:27:30','2021-01-23 22:27:30'),
(97923,36805,'action created','2021-01-24 03:27:30','2021-01-23 22:27:30'),
(97924,36805,'action started via WP Cron','2021-01-24 03:29:54','2021-01-23 22:29:54'),
(97925,36805,'action complete via WP Cron','2021-01-24 03:29:54','2021-01-23 22:29:54'),
(97926,36806,'action created','2021-01-24 03:29:54','2021-01-23 22:29:54'),
(97927,36806,'action started via WP Cron','2021-01-24 03:30:22','2021-01-23 22:30:22'),
(97928,36806,'action complete via WP Cron','2021-01-24 03:30:22','2021-01-23 22:30:22'),
(97929,36807,'action created','2021-01-24 03:30:22','2021-01-23 22:30:22'),
(97930,36807,'action started via WP Cron','2021-01-24 03:32:18','2021-01-23 22:32:18'),
(97931,36807,'action complete via WP Cron','2021-01-24 03:32:18','2021-01-23 22:32:18'),
(97932,36808,'action created','2021-01-24 03:32:18','2021-01-23 22:32:18'),
(97933,36808,'action started via WP Cron','2021-01-24 03:35:16','2021-01-23 22:35:16'),
(97934,36808,'action complete via WP Cron','2021-01-24 03:35:16','2021-01-23 22:35:16'),
(97935,36809,'action created','2021-01-24 03:35:16','2021-01-23 22:35:16'),
(97936,36809,'action started via WP Cron','2021-01-24 03:36:19','2021-01-23 22:36:19'),
(97937,36809,'action complete via WP Cron','2021-01-24 03:36:19','2021-01-23 22:36:19'),
(97938,36810,'action created','2021-01-24 03:36:19','2021-01-23 22:36:19'),
(97939,36810,'action started via WP Cron','2021-01-24 03:37:17','2021-01-23 22:37:17'),
(97940,36810,'action complete via WP Cron','2021-01-24 03:37:17','2021-01-23 22:37:17'),
(97941,36811,'action created','2021-01-24 03:37:18','2021-01-23 22:37:18'),
(97942,36811,'action started via WP Cron','2021-01-24 03:39:03','2021-01-23 22:39:03'),
(97943,36811,'action complete via WP Cron','2021-01-24 03:39:03','2021-01-23 22:39:03'),
(97944,36812,'action created','2021-01-24 03:39:03','2021-01-23 22:39:03'),
(97945,36812,'action started via WP Cron','2021-01-24 03:39:43','2021-01-23 22:39:43'),
(97946,36812,'action complete via WP Cron','2021-01-24 03:39:43','2021-01-23 22:39:43'),
(97947,36813,'action created','2021-01-24 03:39:43','2021-01-23 22:39:43'),
(97948,36813,'action started via WP Cron','2021-01-24 03:40:25','2021-01-23 22:40:25'),
(97949,36813,'action complete via WP Cron','2021-01-24 03:40:25','2021-01-23 22:40:25'),
(97950,36814,'action created','2021-01-24 03:40:25','2021-01-23 22:40:25'),
(97951,36814,'action started via WP Cron','2021-01-24 03:41:32','2021-01-23 22:41:32'),
(97952,36814,'action complete via WP Cron','2021-01-24 03:41:32','2021-01-23 22:41:32'),
(97953,36815,'action created','2021-01-24 03:41:32','2021-01-23 22:41:32'),
(97954,36815,'action started via WP Cron','2021-01-24 03:42:27','2021-01-23 22:42:27'),
(97955,36815,'action complete via WP Cron','2021-01-24 03:42:27','2021-01-23 22:42:27'),
(97956,36816,'action created','2021-01-24 03:42:27','2021-01-23 22:42:27'),
(97957,36816,'action started via WP Cron','2021-01-24 03:44:46','2021-01-23 22:44:46'),
(97958,36816,'action complete via WP Cron','2021-01-24 03:44:46','2021-01-23 22:44:46'),
(97959,36817,'action created','2021-01-24 03:44:46','2021-01-23 22:44:46'),
(97960,36817,'action started via WP Cron','2021-01-24 03:48:56','2021-01-23 22:48:56'),
(97961,36817,'action complete via WP Cron','2021-01-24 03:48:56','2021-01-23 22:48:56'),
(97962,36818,'action created','2021-01-24 03:48:56','2021-01-23 22:48:56'),
(97963,36818,'action started via WP Cron','2021-01-24 03:50:52','2021-01-23 22:50:52'),
(97964,36818,'action complete via WP Cron','2021-01-24 03:50:52','2021-01-23 22:50:52'),
(97965,36819,'action created','2021-01-24 03:50:52','2021-01-23 22:50:52'),
(97966,36819,'action started via WP Cron','2021-01-24 03:54:14','2021-01-23 22:54:14'),
(97967,36819,'action complete via WP Cron','2021-01-24 03:54:14','2021-01-23 22:54:14'),
(97968,36820,'action created','2021-01-24 03:54:14','2021-01-23 22:54:14'),
(97969,36820,'action started via WP Cron','2021-01-24 03:58:36','2021-01-23 22:58:36'),
(97970,36820,'action complete via WP Cron','2021-01-24 03:58:36','2021-01-23 22:58:36'),
(97971,36821,'action created','2021-01-24 03:58:36','2021-01-23 22:58:36'),
(97972,36821,'action started via WP Cron','2021-01-24 03:59:52','2021-01-23 22:59:52'),
(97973,36821,'action complete via WP Cron','2021-01-24 03:59:52','2021-01-23 22:59:52'),
(97974,36822,'action created','2021-01-24 03:59:52','2021-01-23 22:59:52'),
(97975,36822,'action started via WP Cron','2021-01-24 04:00:28','2021-01-23 23:00:28'),
(97976,36822,'action complete via WP Cron','2021-01-24 04:00:28','2021-01-23 23:00:28'),
(97977,36823,'action created','2021-01-24 04:00:28','2021-01-23 23:00:28'),
(97978,36823,'action started via WP Cron','2021-01-24 04:02:38','2021-01-23 23:02:38'),
(97979,36823,'action complete via WP Cron','2021-01-24 04:02:38','2021-01-23 23:02:38'),
(97980,36824,'action created','2021-01-24 04:02:38','2021-01-23 23:02:38'),
(97981,36824,'action started via WP Cron','2021-01-24 04:03:24','2021-01-23 23:03:24'),
(97982,36824,'action complete via WP Cron','2021-01-24 04:03:24','2021-01-23 23:03:24'),
(97983,36825,'action created','2021-01-24 04:03:24','2021-01-23 23:03:24'),
(97984,36825,'action started via WP Cron','2021-01-24 04:08:27','2021-01-23 23:08:27'),
(97985,36825,'action complete via WP Cron','2021-01-24 04:08:27','2021-01-23 23:08:27'),
(97986,36826,'action created','2021-01-24 04:08:27','2021-01-23 23:08:27'),
(97987,36826,'action started via WP Cron','2021-01-24 04:09:35','2021-01-23 23:09:35'),
(97988,36826,'action complete via WP Cron','2021-01-24 04:09:35','2021-01-23 23:09:35'),
(97989,36827,'action created','2021-01-24 04:09:35','2021-01-23 23:09:35'),
(97990,36827,'action started via WP Cron','2021-01-24 04:14:18','2021-01-23 23:14:18'),
(97991,36827,'action complete via WP Cron','2021-01-24 04:14:18','2021-01-23 23:14:18'),
(97992,36828,'action created','2021-01-24 04:14:18','2021-01-23 23:14:18'),
(97993,36828,'action started via WP Cron','2021-01-24 04:15:14','2021-01-23 23:15:14'),
(97994,36828,'action complete via WP Cron','2021-01-24 04:15:14','2021-01-23 23:15:14'),
(97995,36829,'action created','2021-01-24 04:15:14','2021-01-23 23:15:14'),
(97996,36829,'action started via WP Cron','2021-01-24 04:16:25','2021-01-23 23:16:25'),
(97997,36829,'action complete via WP Cron','2021-01-24 04:16:25','2021-01-23 23:16:25'),
(97998,36830,'action created','2021-01-24 04:16:25','2021-01-23 23:16:25'),
(97999,36830,'action started via WP Cron','2021-01-24 04:17:19','2021-01-23 23:17:19'),
(98000,36830,'action complete via WP Cron','2021-01-24 04:17:19','2021-01-23 23:17:19'),
(98001,36831,'action created','2021-01-24 04:17:19','2021-01-23 23:17:19'),
(98002,36831,'action started via WP Cron','2021-01-24 04:19:22','2021-01-23 23:19:22'),
(98003,36831,'action complete via WP Cron','2021-01-24 04:19:22','2021-01-23 23:19:22'),
(98004,36832,'action created','2021-01-24 04:19:22','2021-01-23 23:19:22'),
(98005,36832,'action started via WP Cron','2021-01-24 04:20:31','2021-01-23 23:20:31'),
(98006,36832,'action complete via WP Cron','2021-01-24 04:20:31','2021-01-23 23:20:31'),
(98007,36833,'action created','2021-01-24 04:20:31','2021-01-23 23:20:31'),
(98008,36833,'action started via WP Cron','2021-01-24 04:21:37','2021-01-23 23:21:37'),
(98009,36833,'action complete via WP Cron','2021-01-24 04:21:37','2021-01-23 23:21:37'),
(98010,36834,'action created','2021-01-24 04:21:37','2021-01-23 23:21:37'),
(98011,36834,'action started via WP Cron','2021-01-24 04:22:38','2021-01-23 23:22:38'),
(98012,36834,'action complete via WP Cron','2021-01-24 04:22:38','2021-01-23 23:22:38'),
(98013,36835,'action created','2021-01-24 04:22:38','2021-01-23 23:22:38'),
(98014,36835,'action started via WP Cron','2021-01-24 04:26:29','2021-01-23 23:26:29'),
(98015,36835,'action complete via WP Cron','2021-01-24 04:26:29','2021-01-23 23:26:29'),
(98016,36836,'action created','2021-01-24 04:26:29','2021-01-23 23:26:29'),
(98017,36836,'action started via WP Cron','2021-01-24 04:29:20','2021-01-23 23:29:20'),
(98018,36836,'action complete via WP Cron','2021-01-24 04:29:21','2021-01-23 23:29:21'),
(98019,36837,'action created','2021-01-24 04:29:21','2021-01-23 23:29:21'),
(98020,36837,'action started via WP Cron','2021-01-24 04:31:06','2021-01-23 23:31:06'),
(98021,36837,'action complete via WP Cron','2021-01-24 04:31:06','2021-01-23 23:31:06'),
(98022,36838,'action created','2021-01-24 04:31:06','2021-01-23 23:31:06'),
(98023,36838,'action started via WP Cron','2021-01-24 04:32:06','2021-01-23 23:32:06'),
(98024,36838,'action complete via WP Cron','2021-01-24 04:32:06','2021-01-23 23:32:06'),
(98025,36839,'action created','2021-01-24 04:32:06','2021-01-23 23:32:06'),
(98026,36839,'action started via WP Cron','2021-01-24 04:33:12','2021-01-23 23:33:12'),
(98027,36839,'action complete via WP Cron','2021-01-24 04:33:12','2021-01-23 23:33:12'),
(98028,36840,'action created','2021-01-24 04:33:12','2021-01-23 23:33:12'),
(98029,36840,'action started via WP Cron','2021-01-24 04:34:59','2021-01-23 23:34:59'),
(98030,36840,'action complete via WP Cron','2021-01-24 04:34:59','2021-01-23 23:34:59'),
(98031,36841,'action created','2021-01-24 04:34:59','2021-01-23 23:34:59'),
(98032,36841,'action started via WP Cron','2021-01-24 04:35:17','2021-01-23 23:35:17'),
(98033,36841,'action complete via WP Cron','2021-01-24 04:35:17','2021-01-23 23:35:17'),
(98034,36842,'action created','2021-01-24 04:35:17','2021-01-23 23:35:17'),
(98035,36842,'action started via WP Cron','2021-01-24 04:37:00','2021-01-23 23:37:00'),
(98036,36842,'action complete via WP Cron','2021-01-24 04:37:00','2021-01-23 23:37:00'),
(98037,36843,'action created','2021-01-24 04:37:00','2021-01-23 23:37:00'),
(98038,36843,'action started via WP Cron','2021-01-24 04:37:12','2021-01-23 23:37:12'),
(98039,36843,'action complete via WP Cron','2021-01-24 04:37:12','2021-01-23 23:37:12'),
(98040,36844,'action created','2021-01-24 04:37:12','2021-01-23 23:37:12'),
(98041,36844,'action started via WP Cron','2021-01-24 04:38:19','2021-01-23 23:38:19'),
(98042,36844,'action complete via WP Cron','2021-01-24 04:38:19','2021-01-23 23:38:19'),
(98043,36845,'action created','2021-01-24 04:38:19','2021-01-23 23:38:19'),
(98044,36845,'action started via WP Cron','2021-01-24 04:40:33','2021-01-23 23:40:33'),
(98045,36845,'action complete via WP Cron','2021-01-24 04:40:33','2021-01-23 23:40:33'),
(98046,36846,'action created','2021-01-24 04:40:33','2021-01-23 23:40:33'),
(98047,36846,'action started via WP Cron','2021-01-24 04:41:31','2021-01-23 23:41:31'),
(98048,36846,'action complete via WP Cron','2021-01-24 04:41:31','2021-01-23 23:41:31'),
(98049,36847,'action created','2021-01-24 04:41:31','2021-01-23 23:41:31'),
(98050,36847,'action started via WP Cron','2021-01-24 04:44:23','2021-01-23 23:44:23'),
(98051,36847,'action complete via WP Cron','2021-01-24 04:44:23','2021-01-23 23:44:23'),
(98052,36848,'action created','2021-01-24 04:44:23','2021-01-23 23:44:23'),
(98053,36848,'action started via WP Cron','2021-01-24 04:48:28','2021-01-23 23:48:28'),
(98054,36848,'action complete via WP Cron','2021-01-24 04:48:28','2021-01-23 23:48:28'),
(98055,36849,'action created','2021-01-24 04:48:29','2021-01-23 23:48:29'),
(98056,36849,'action started via WP Cron','2021-01-24 04:50:04','2021-01-23 23:50:04'),
(98057,36849,'action complete via WP Cron','2021-01-24 04:50:04','2021-01-23 23:50:04'),
(98058,36850,'action created','2021-01-24 04:50:04','2021-01-23 23:50:04'),
(98059,36850,'action started via WP Cron','2021-01-24 04:50:15','2021-01-23 23:50:15'),
(98060,36850,'action complete via WP Cron','2021-01-24 04:50:15','2021-01-23 23:50:15'),
(98061,36851,'action created','2021-01-24 04:50:15','2021-01-23 23:50:15'),
(98062,36851,'action started via WP Cron','2021-01-24 04:52:02','2021-01-23 23:52:02'),
(98063,36851,'action complete via WP Cron','2021-01-24 04:52:02','2021-01-23 23:52:02'),
(98064,36852,'action created','2021-01-24 04:52:02','2021-01-23 23:52:02'),
(98065,36852,'action started via WP Cron','2021-01-24 04:52:43','2021-01-23 23:52:43'),
(98066,36852,'action complete via WP Cron','2021-01-24 04:52:43','2021-01-23 23:52:43'),
(98067,36853,'action created','2021-01-24 04:52:43','2021-01-23 23:52:43'),
(98068,36853,'action started via WP Cron','2021-01-24 04:53:25','2021-01-23 23:53:25'),
(98069,36853,'action complete via WP Cron','2021-01-24 04:53:25','2021-01-23 23:53:25'),
(98070,36854,'action created','2021-01-24 04:53:25','2021-01-23 23:53:25'),
(98071,36854,'action started via WP Cron','2021-01-24 04:55:00','2021-01-23 23:55:00'),
(98072,36854,'action complete via WP Cron','2021-01-24 04:55:01','2021-01-23 23:55:01'),
(98073,36855,'action created','2021-01-24 04:55:01','2021-01-23 23:55:01'),
(98074,36855,'action started via WP Cron','2021-01-24 04:55:12','2021-01-23 23:55:12'),
(98075,36855,'action complete via WP Cron','2021-01-24 04:55:12','2021-01-23 23:55:12'),
(98076,36856,'action created','2021-01-24 04:55:12','2021-01-23 23:55:12'),
(98077,36856,'action started via WP Cron','2021-01-24 04:56:50','2021-01-23 23:56:50'),
(98078,36856,'action complete via WP Cron','2021-01-24 04:56:50','2021-01-23 23:56:50'),
(98079,36857,'action created','2021-01-24 04:56:50','2021-01-23 23:56:50'),
(98080,36857,'action started via WP Cron','2021-01-24 04:57:21','2021-01-23 23:57:21'),
(98081,36857,'action complete via WP Cron','2021-01-24 04:57:21','2021-01-23 23:57:21'),
(98082,36858,'action created','2021-01-24 04:57:21','2021-01-23 23:57:21'),
(98083,36858,'action started via WP Cron','2021-01-24 04:58:30','2021-01-23 23:58:30'),
(98084,36858,'action complete via WP Cron','2021-01-24 04:58:30','2021-01-23 23:58:30'),
(98085,36859,'action created','2021-01-24 04:58:30','2021-01-23 23:58:30'),
(98086,36859,'action started via WP Cron','2021-01-24 05:00:56','2021-01-24 00:00:56'),
(98087,36859,'action complete via WP Cron','2021-01-24 05:00:56','2021-01-24 00:00:56'),
(98088,36860,'action created','2021-01-24 05:00:56','2021-01-24 00:00:56'),
(98089,36860,'action started via WP Cron','2021-01-24 05:01:16','2021-01-24 00:01:16'),
(98090,36860,'action complete via WP Cron','2021-01-24 05:01:16','2021-01-24 00:01:16'),
(98091,36861,'action created','2021-01-24 05:01:16','2021-01-24 00:01:16'),
(98092,36861,'action started via WP Cron','2021-01-24 05:02:28','2021-01-24 00:02:28'),
(98093,36861,'action complete via WP Cron','2021-01-24 05:02:28','2021-01-24 00:02:28'),
(98094,36862,'action created','2021-01-24 05:02:28','2021-01-24 00:02:28'),
(98095,36862,'action started via WP Cron','2021-01-24 05:03:12','2021-01-24 00:03:12'),
(98096,36862,'action complete via WP Cron','2021-01-24 05:03:12','2021-01-24 00:03:12'),
(98097,36863,'action created','2021-01-24 05:03:12','2021-01-24 00:03:12'),
(98098,36863,'action started via WP Cron','2021-01-24 05:04:14','2021-01-24 00:04:14'),
(98099,36863,'action complete via WP Cron','2021-01-24 05:04:14','2021-01-24 00:04:14'),
(98100,36864,'action created','2021-01-24 05:04:14','2021-01-24 00:04:14'),
(98101,36864,'action started via WP Cron','2021-01-24 05:08:07','2021-01-24 00:08:07'),
(98102,36864,'action complete via WP Cron','2021-01-24 05:08:07','2021-01-24 00:08:07'),
(98103,36865,'action created','2021-01-24 05:08:07','2021-01-24 00:08:07'),
(98104,36865,'action started via WP Cron','2021-01-24 05:08:35','2021-01-24 00:08:35'),
(98105,36865,'action complete via WP Cron','2021-01-24 05:08:35','2021-01-24 00:08:35'),
(98106,36866,'action created','2021-01-24 05:08:35','2021-01-24 00:08:35'),
(98107,36866,'action started via WP Cron','2021-01-24 05:09:23','2021-01-24 00:09:23'),
(98108,36866,'action complete via WP Cron','2021-01-24 05:09:23','2021-01-24 00:09:23'),
(98109,36867,'action created','2021-01-24 05:09:23','2021-01-24 00:09:23'),
(98110,36867,'action started via WP Cron','2021-01-24 05:10:44','2021-01-24 00:10:44'),
(98111,36867,'action complete via WP Cron','2021-01-24 05:10:44','2021-01-24 00:10:44'),
(98112,36868,'action created','2021-01-24 05:10:44','2021-01-24 00:10:44'),
(98113,36868,'action started via WP Cron','2021-01-24 05:12:30','2021-01-24 00:12:30'),
(98114,36868,'action complete via WP Cron','2021-01-24 05:12:30','2021-01-24 00:12:30'),
(98115,36869,'action created','2021-01-24 05:12:30','2021-01-24 00:12:30'),
(98116,36869,'action started via WP Cron','2021-01-24 05:14:15','2021-01-24 00:14:15'),
(98117,36869,'action complete via WP Cron','2021-01-24 05:14:15','2021-01-24 00:14:15'),
(98118,36870,'action created','2021-01-24 05:14:15','2021-01-24 00:14:15'),
(98119,36870,'action started via WP Cron','2021-01-24 05:15:28','2021-01-24 00:15:28'),
(98120,36870,'action complete via WP Cron','2021-01-24 05:15:28','2021-01-24 00:15:28'),
(98121,36871,'action created','2021-01-24 05:15:28','2021-01-24 00:15:28'),
(98122,36871,'action started via WP Cron','2021-01-24 05:17:38','2021-01-24 00:17:38'),
(98123,36871,'action complete via WP Cron','2021-01-24 05:17:38','2021-01-24 00:17:38'),
(98124,36872,'action created','2021-01-24 05:17:38','2021-01-24 00:17:38'),
(98125,36872,'action started via WP Cron','2021-01-24 05:18:28','2021-01-24 00:18:28'),
(98126,36872,'action complete via WP Cron','2021-01-24 05:18:28','2021-01-24 00:18:28'),
(98127,36873,'action created','2021-01-24 05:18:28','2021-01-24 00:18:28'),
(98128,36873,'action started via WP Cron','2021-01-24 05:19:40','2021-01-24 00:19:40'),
(98129,36873,'action complete via WP Cron','2021-01-24 05:19:40','2021-01-24 00:19:40'),
(98130,36874,'action created','2021-01-24 05:19:40','2021-01-24 00:19:40'),
(98131,36874,'action started via WP Cron','2021-01-24 05:23:09','2021-01-24 00:23:09'),
(98132,36874,'action complete via WP Cron','2021-01-24 05:23:09','2021-01-24 00:23:09'),
(98133,36875,'action created','2021-01-24 05:23:09','2021-01-24 00:23:09'),
(98134,36875,'action started via WP Cron','2021-01-24 05:24:05','2021-01-24 00:24:05'),
(98135,36875,'action complete via WP Cron','2021-01-24 05:24:05','2021-01-24 00:24:05'),
(98136,36876,'action created','2021-01-24 05:24:05','2021-01-24 00:24:05'),
(98137,36876,'action started via WP Cron','2021-01-24 05:24:24','2021-01-24 00:24:24'),
(98138,36876,'action complete via WP Cron','2021-01-24 05:24:24','2021-01-24 00:24:24'),
(98139,36877,'action created','2021-01-24 05:24:24','2021-01-24 00:24:24'),
(98140,36877,'action started via WP Cron','2021-01-24 05:25:17','2021-01-24 00:25:17'),
(98141,36877,'action complete via WP Cron','2021-01-24 05:25:17','2021-01-24 00:25:17'),
(98142,36878,'action created','2021-01-24 05:25:17','2021-01-24 00:25:17'),
(98143,36878,'action started via WP Cron','2021-01-24 05:27:04','2021-01-24 00:27:04'),
(98144,36878,'action complete via WP Cron','2021-01-24 05:27:04','2021-01-24 00:27:04'),
(98145,36879,'action created','2021-01-24 05:27:04','2021-01-24 00:27:04'),
(98146,36879,'action started via WP Cron','2021-01-24 05:28:12','2021-01-24 00:28:12'),
(98147,36879,'action complete via WP Cron','2021-01-24 05:28:12','2021-01-24 00:28:12'),
(98148,36880,'action created','2021-01-24 05:28:12','2021-01-24 00:28:12'),
(98149,36880,'action started via WP Cron','2021-01-24 05:29:49','2021-01-24 00:29:49'),
(98150,36880,'action complete via WP Cron','2021-01-24 05:29:49','2021-01-24 00:29:49'),
(98151,36881,'action created','2021-01-24 05:29:49','2021-01-24 00:29:49'),
(98152,36881,'action started via WP Cron','2021-01-24 05:32:17','2021-01-24 00:32:17'),
(98153,36881,'action complete via WP Cron','2021-01-24 05:32:17','2021-01-24 00:32:17'),
(98154,36882,'action created','2021-01-24 05:32:18','2021-01-24 00:32:18'),
(98155,36882,'action started via WP Cron','2021-01-24 05:33:39','2021-01-24 00:33:39'),
(98156,36882,'action complete via WP Cron','2021-01-24 05:33:39','2021-01-24 00:33:39'),
(98157,36883,'action created','2021-01-24 05:33:39','2021-01-24 00:33:39'),
(98158,36883,'action started via WP Cron','2021-01-24 05:34:11','2021-01-24 00:34:11'),
(98159,36883,'action complete via WP Cron','2021-01-24 05:34:11','2021-01-24 00:34:11'),
(98160,36884,'action created','2021-01-24 05:34:11','2021-01-24 00:34:11'),
(98161,36884,'action started via WP Cron','2021-01-24 05:37:45','2021-01-24 00:37:45'),
(98162,36884,'action complete via WP Cron','2021-01-24 05:37:46','2021-01-24 00:37:46'),
(98163,36885,'action created','2021-01-24 05:37:46','2021-01-24 00:37:46'),
(98164,36885,'action started via WP Cron','2021-01-24 05:38:22','2021-01-24 00:38:22'),
(98165,36885,'action complete via WP Cron','2021-01-24 05:38:22','2021-01-24 00:38:22'),
(98166,36886,'action created','2021-01-24 05:38:22','2021-01-24 00:38:22'),
(98167,36886,'action started via WP Cron','2021-01-24 05:39:45','2021-01-24 00:39:45'),
(98168,36886,'action complete via WP Cron','2021-01-24 05:39:45','2021-01-24 00:39:45'),
(98169,36887,'action created','2021-01-24 05:39:45','2021-01-24 00:39:45'),
(98170,36887,'action started via WP Cron','2021-01-24 05:40:24','2021-01-24 00:40:24'),
(98171,36887,'action complete via WP Cron','2021-01-24 05:40:24','2021-01-24 00:40:24'),
(98172,36888,'action created','2021-01-24 05:40:24','2021-01-24 00:40:24'),
(98173,36888,'action started via WP Cron','2021-01-24 05:41:19','2021-01-24 00:41:19'),
(98174,36888,'action complete via WP Cron','2021-01-24 05:41:19','2021-01-24 00:41:19'),
(98175,36889,'action created','2021-01-24 05:41:30','2021-01-24 00:41:30'),
(98176,36889,'action started via WP Cron','2021-01-24 05:43:39','2021-01-24 00:43:39'),
(98177,36889,'action complete via WP Cron','2021-01-24 05:43:39','2021-01-24 00:43:39'),
(98178,36890,'action created','2021-01-24 05:43:39','2021-01-24 00:43:39'),
(98179,36890,'action started via WP Cron','2021-01-24 05:44:14','2021-01-24 00:44:14'),
(98180,36890,'action complete via WP Cron','2021-01-24 05:44:14','2021-01-24 00:44:14'),
(98181,36891,'action created','2021-01-24 05:44:14','2021-01-24 00:44:14'),
(98182,36891,'action started via WP Cron','2021-01-24 05:45:25','2021-01-24 00:45:25'),
(98183,36891,'action complete via WP Cron','2021-01-24 05:45:25','2021-01-24 00:45:25'),
(98184,36892,'action created','2021-01-24 05:45:25','2021-01-24 00:45:25'),
(98185,36892,'action started via WP Cron','2021-01-24 05:46:16','2021-01-24 00:46:16'),
(98186,36892,'action complete via WP Cron','2021-01-24 05:46:16','2021-01-24 00:46:16'),
(98187,36893,'action created','2021-01-24 05:46:16','2021-01-24 00:46:16'),
(98188,36893,'action started via WP Cron','2021-01-24 05:47:23','2021-01-24 00:47:23'),
(98189,36893,'action complete via WP Cron','2021-01-24 05:47:23','2021-01-24 00:47:23'),
(98190,36894,'action created','2021-01-24 05:47:23','2021-01-24 00:47:23'),
(98191,36894,'action started via WP Cron','2021-01-24 05:48:34','2021-01-24 00:48:34'),
(98192,36894,'action complete via WP Cron','2021-01-24 05:48:34','2021-01-24 00:48:34'),
(98193,36895,'action created','2021-01-24 05:48:34','2021-01-24 00:48:34'),
(98194,36895,'action started via WP Cron','2021-01-24 05:49:24','2021-01-24 00:49:24'),
(98195,36895,'action complete via WP Cron','2021-01-24 05:49:24','2021-01-24 00:49:24'),
(98196,36896,'action created','2021-01-24 05:49:24','2021-01-24 00:49:24'),
(98197,36896,'action started via WP Cron','2021-01-24 05:50:32','2021-01-24 00:50:32'),
(98198,36896,'action complete via WP Cron','2021-01-24 05:50:32','2021-01-24 00:50:32'),
(98199,36897,'action created','2021-01-24 05:50:32','2021-01-24 00:50:32'),
(98200,36897,'action started via WP Cron','2021-01-24 05:51:42','2021-01-24 00:51:42'),
(98201,36897,'action complete via WP Cron','2021-01-24 05:51:42','2021-01-24 00:51:42'),
(98202,36898,'action created','2021-01-24 05:51:42','2021-01-24 00:51:42'),
(98203,36898,'action started via WP Cron','2021-01-24 05:52:32','2021-01-24 00:52:32'),
(98204,36898,'action complete via WP Cron','2021-01-24 05:52:32','2021-01-24 00:52:32'),
(98205,36899,'action created','2021-01-24 05:52:32','2021-01-24 00:52:32'),
(98206,36899,'action started via WP Cron','2021-01-24 05:54:16','2021-01-24 00:54:16'),
(98207,36899,'action complete via WP Cron','2021-01-24 05:54:16','2021-01-24 00:54:16'),
(98208,36900,'action created','2021-01-24 05:54:16','2021-01-24 00:54:16'),
(98209,36900,'action started via WP Cron','2021-01-24 05:55:37','2021-01-24 00:55:37'),
(98210,36900,'action complete via WP Cron','2021-01-24 05:55:37','2021-01-24 00:55:37'),
(98211,36901,'action created','2021-01-24 05:55:38','2021-01-24 00:55:38'),
(98212,36901,'action started via WP Cron','2021-01-24 05:57:18','2021-01-24 00:57:18'),
(98213,36901,'action complete via WP Cron','2021-01-24 05:57:18','2021-01-24 00:57:18'),
(98214,36902,'action created','2021-01-24 05:57:18','2021-01-24 00:57:18'),
(98215,36902,'action started via WP Cron','2021-01-24 05:58:31','2021-01-24 00:58:31'),
(98216,36902,'action complete via WP Cron','2021-01-24 05:58:31','2021-01-24 00:58:31'),
(98217,36903,'action created','2021-01-24 05:58:31','2021-01-24 00:58:31'),
(98218,36903,'action started via WP Cron','2021-01-24 06:00:44','2021-01-24 01:00:44'),
(98219,36903,'action complete via WP Cron','2021-01-24 06:00:44','2021-01-24 01:00:44'),
(98220,36904,'action created','2021-01-24 06:00:44','2021-01-24 01:00:44'),
(98221,36904,'action started via WP Cron','2021-01-24 06:01:16','2021-01-24 01:01:16'),
(98222,36904,'action complete via WP Cron','2021-01-24 06:01:16','2021-01-24 01:01:16'),
(98223,36905,'action created','2021-01-24 06:01:16','2021-01-24 01:01:16'),
(98224,36905,'action started via WP Cron','2021-01-24 06:03:40','2021-01-24 01:03:40'),
(98225,36905,'action complete via WP Cron','2021-01-24 06:03:40','2021-01-24 01:03:40'),
(98226,36906,'action created','2021-01-24 06:03:40','2021-01-24 01:03:40'),
(98227,36906,'action started via WP Cron','2021-01-24 06:05:25','2021-01-24 01:05:25'),
(98228,36906,'action complete via WP Cron','2021-01-24 06:05:25','2021-01-24 01:05:25'),
(98229,36907,'action created','2021-01-24 06:05:25','2021-01-24 01:05:25'),
(98230,36907,'action started via WP Cron','2021-01-24 06:06:46','2021-01-24 01:06:46'),
(98231,36907,'action complete via WP Cron','2021-01-24 06:06:46','2021-01-24 01:06:46'),
(98232,36908,'action created','2021-01-24 06:06:46','2021-01-24 01:06:46'),
(98233,36908,'action started via WP Cron','2021-01-24 06:07:18','2021-01-24 01:07:18'),
(98234,36908,'action complete via WP Cron','2021-01-24 06:07:18','2021-01-24 01:07:18'),
(98235,36909,'action created','2021-01-24 06:07:19','2021-01-24 01:07:19'),
(98236,36909,'action started via WP Cron','2021-01-24 06:10:35','2021-01-24 01:10:35'),
(98237,36909,'action complete via WP Cron','2021-01-24 06:10:35','2021-01-24 01:10:35'),
(98238,36910,'action created','2021-01-24 06:10:35','2021-01-24 01:10:35'),
(98239,36910,'action started via WP Cron','2021-01-24 06:11:22','2021-01-24 01:11:22'),
(98240,36910,'action complete via WP Cron','2021-01-24 06:11:22','2021-01-24 01:11:22'),
(98241,36911,'action created','2021-01-24 06:11:22','2021-01-24 01:11:22'),
(98242,36911,'action started via WP Cron','2021-01-24 06:12:43','2021-01-24 01:12:43'),
(98243,36911,'action complete via WP Cron','2021-01-24 06:12:44','2021-01-24 01:12:44'),
(98244,36912,'action created','2021-01-24 06:12:44','2021-01-24 01:12:44'),
(98245,36912,'action started via WP Cron','2021-01-24 06:14:48','2021-01-24 01:14:48'),
(98246,36912,'action complete via WP Cron','2021-01-24 06:14:48','2021-01-24 01:14:48'),
(98247,36913,'action created','2021-01-24 06:14:48','2021-01-24 01:14:48'),
(98248,36913,'action started via WP Cron','2021-01-24 06:16:31','2021-01-24 01:16:31'),
(98249,36913,'action complete via WP Cron','2021-01-24 06:16:31','2021-01-24 01:16:31'),
(98250,36914,'action created','2021-01-24 06:16:31','2021-01-24 01:16:31'),
(98251,36914,'action started via WP Cron','2021-01-24 06:17:30','2021-01-24 01:17:30'),
(98252,36914,'action complete via WP Cron','2021-01-24 06:17:30','2021-01-24 01:17:30'),
(98253,36915,'action created','2021-01-24 06:17:30','2021-01-24 01:17:30'),
(98254,36915,'action started via WP Cron','2021-01-24 06:18:51','2021-01-24 01:18:51'),
(98255,36915,'action complete via WP Cron','2021-01-24 06:18:51','2021-01-24 01:18:51'),
(98256,36916,'action created','2021-01-24 06:18:51','2021-01-24 01:18:51'),
(98257,36916,'action started via WP Cron','2021-01-24 06:19:14','2021-01-24 01:19:14'),
(98258,36916,'action complete via WP Cron','2021-01-24 06:19:14','2021-01-24 01:19:14'),
(98259,36917,'action created','2021-01-24 06:19:14','2021-01-24 01:19:14'),
(98260,36917,'action started via WP Cron','2021-01-24 06:21:24','2021-01-24 01:21:24'),
(98261,36917,'action complete via WP Cron','2021-01-24 06:21:24','2021-01-24 01:21:24'),
(98262,36918,'action created','2021-01-24 06:21:24','2021-01-24 01:21:24'),
(98263,36918,'action started via WP Cron','2021-01-24 06:22:29','2021-01-24 01:22:29'),
(98264,36918,'action complete via WP Cron','2021-01-24 06:22:29','2021-01-24 01:22:29'),
(98265,36919,'action created','2021-01-24 06:22:29','2021-01-24 01:22:29'),
(98266,36919,'action started via WP Cron','2021-01-24 06:25:03','2021-01-24 01:25:03'),
(98267,36919,'action complete via WP Cron','2021-01-24 06:25:03','2021-01-24 01:25:03'),
(98268,36920,'action created','2021-01-24 06:25:03','2021-01-24 01:25:03'),
(98269,36920,'action started via WP Cron','2021-01-24 06:25:23','2021-01-24 01:25:23'),
(98270,36920,'action complete via WP Cron','2021-01-24 06:25:23','2021-01-24 01:25:23'),
(98271,36921,'action created','2021-01-24 06:25:23','2021-01-24 01:25:23'),
(98272,36921,'action started via WP Cron','2021-01-24 06:26:40','2021-01-24 01:26:40'),
(98273,36921,'action complete via WP Cron','2021-01-24 06:26:40','2021-01-24 01:26:40'),
(98274,36922,'action created','2021-01-24 06:26:40','2021-01-24 01:26:40'),
(98275,36922,'action started via WP Cron','2021-01-24 06:27:18','2021-01-24 01:27:18'),
(98276,36922,'action complete via WP Cron','2021-01-24 06:27:18','2021-01-24 01:27:18'),
(98277,36923,'action created','2021-01-24 06:27:18','2021-01-24 01:27:18'),
(98278,36923,'action started via WP Cron','2021-01-24 06:28:37','2021-01-24 01:28:37'),
(98279,36923,'action complete via WP Cron','2021-01-24 06:28:37','2021-01-24 01:28:37'),
(98280,36924,'action created','2021-01-24 06:28:37','2021-01-24 01:28:37'),
(98281,36924,'action started via WP Cron','2021-01-24 06:30:14','2021-01-24 01:30:14'),
(98282,36924,'action complete via WP Cron','2021-01-24 06:30:14','2021-01-24 01:30:14'),
(98283,36925,'action created','2021-01-24 06:30:14','2021-01-24 01:30:14'),
(98284,36925,'action started via WP Cron','2021-01-24 06:31:27','2021-01-24 01:31:27'),
(98285,36925,'action complete via WP Cron','2021-01-24 06:31:27','2021-01-24 01:31:27'),
(98286,36926,'action created','2021-01-24 06:31:27','2021-01-24 01:31:27'),
(98287,36926,'action started via WP Cron','2021-01-24 06:33:16','2021-01-24 01:33:16'),
(98288,36926,'action complete via WP Cron','2021-01-24 06:33:16','2021-01-24 01:33:16'),
(98289,36927,'action created','2021-01-24 06:33:16','2021-01-24 01:33:16'),
(98290,36927,'action started via WP Cron','2021-01-24 06:34:34','2021-01-24 01:34:34'),
(98291,36927,'action complete via WP Cron','2021-01-24 06:34:34','2021-01-24 01:34:34'),
(98292,36928,'action created','2021-01-24 06:34:34','2021-01-24 01:34:34'),
(98293,36928,'action started via WP Cron','2021-01-24 06:35:19','2021-01-24 01:35:19'),
(98294,36928,'action complete via WP Cron','2021-01-24 06:35:19','2021-01-24 01:35:19'),
(98295,36929,'action created','2021-01-24 06:35:19','2021-01-24 01:35:19'),
(98296,36929,'action started via WP Cron','2021-01-24 06:37:01','2021-01-24 01:37:01'),
(98297,36929,'action complete via WP Cron','2021-01-24 06:37:01','2021-01-24 01:37:01'),
(98298,36930,'action created','2021-01-24 06:37:01','2021-01-24 01:37:01'),
(98299,36930,'action started via WP Cron','2021-01-24 06:37:12','2021-01-24 01:37:12'),
(98300,36930,'action complete via WP Cron','2021-01-24 06:37:12','2021-01-24 01:37:12'),
(98301,36931,'action created','2021-01-24 06:37:12','2021-01-24 01:37:12'),
(98302,36931,'action started via WP Cron','2021-01-24 06:38:36','2021-01-24 01:38:36'),
(98303,36931,'action complete via WP Cron','2021-01-24 06:38:36','2021-01-24 01:38:36'),
(98304,36932,'action created','2021-01-24 06:38:36','2021-01-24 01:38:36'),
(98305,36932,'action started via WP Cron','2021-01-24 06:39:25','2021-01-24 01:39:25'),
(98306,36932,'action complete via WP Cron','2021-01-24 06:39:25','2021-01-24 01:39:25'),
(98307,36933,'action created','2021-01-24 06:39:25','2021-01-24 01:39:25'),
(98308,36933,'action started via WP Cron','2021-01-24 06:40:39','2021-01-24 01:40:39'),
(98309,36933,'action complete via WP Cron','2021-01-24 06:40:39','2021-01-24 01:40:39'),
(98310,36934,'action created','2021-01-24 06:40:39','2021-01-24 01:40:39'),
(98311,36934,'action started via WP Cron','2021-01-24 06:42:07','2021-01-24 01:42:07'),
(98312,36934,'action complete via WP Cron','2021-01-24 06:42:07','2021-01-24 01:42:07'),
(98313,36935,'action created','2021-01-24 06:42:07','2021-01-24 01:42:07'),
(98314,36935,'action started via WP Cron','2021-01-24 06:43:32','2021-01-24 01:43:32'),
(98315,36935,'action complete via WP Cron','2021-01-24 06:43:32','2021-01-24 01:43:32'),
(98316,36936,'action created','2021-01-24 06:43:32','2021-01-24 01:43:32'),
(98317,36936,'action started via WP Cron','2021-01-24 06:44:29','2021-01-24 01:44:29'),
(98318,36936,'action complete via WP Cron','2021-01-24 06:44:29','2021-01-24 01:44:29'),
(98319,36937,'action created','2021-01-24 06:44:29','2021-01-24 01:44:29'),
(98320,36937,'action started via WP Cron','2021-01-24 06:46:43','2021-01-24 01:46:43'),
(98321,36937,'action complete via WP Cron','2021-01-24 06:46:43','2021-01-24 01:46:43'),
(98322,36938,'action created','2021-01-24 06:46:43','2021-01-24 01:46:43'),
(98323,36938,'action started via WP Cron','2021-01-24 06:47:28','2021-01-24 01:47:28'),
(98324,36938,'action complete via WP Cron','2021-01-24 06:47:28','2021-01-24 01:47:28'),
(98325,36939,'action created','2021-01-24 06:47:28','2021-01-24 01:47:28'),
(98326,36939,'action started via WP Cron','2021-01-24 06:51:28','2021-01-24 01:51:28'),
(98327,36939,'action complete via WP Cron','2021-01-24 06:51:28','2021-01-24 01:51:28'),
(98328,36940,'action created','2021-01-24 06:51:28','2021-01-24 01:51:28'),
(98329,36940,'action started via WP Cron','2021-01-24 06:52:32','2021-01-24 01:52:32'),
(98330,36940,'action complete via WP Cron','2021-01-24 06:52:32','2021-01-24 01:52:32'),
(98331,36941,'action created','2021-01-24 06:52:33','2021-01-24 01:52:33'),
(98332,36941,'action started via WP Cron','2021-01-24 06:53:45','2021-01-24 01:53:45'),
(98333,36941,'action complete via WP Cron','2021-01-24 06:53:45','2021-01-24 01:53:45'),
(98334,36942,'action created','2021-01-24 06:53:45','2021-01-24 01:53:45'),
(98335,36942,'action started via WP Cron','2021-01-24 06:54:30','2021-01-24 01:54:30'),
(98336,36942,'action complete via WP Cron','2021-01-24 06:54:30','2021-01-24 01:54:30'),
(98337,36943,'action created','2021-01-24 06:54:30','2021-01-24 01:54:30'),
(98338,36943,'action started via WP Cron','2021-01-24 06:57:15','2021-01-24 01:57:15'),
(98339,36943,'action complete via WP Cron','2021-01-24 06:57:15','2021-01-24 01:57:15'),
(98340,36944,'action created','2021-01-24 06:57:15','2021-01-24 01:57:15'),
(98341,36944,'action started via WP Cron','2021-01-24 06:59:15','2021-01-24 01:59:15'),
(98342,36944,'action complete via WP Cron','2021-01-24 06:59:15','2021-01-24 01:59:15'),
(98343,36945,'action created','2021-01-24 06:59:15','2021-01-24 01:59:15'),
(98344,36945,'action started via WP Cron','2021-01-24 07:00:28','2021-01-24 02:00:28'),
(98345,36945,'action complete via WP Cron','2021-01-24 07:00:28','2021-01-24 02:00:28'),
(98346,36946,'action created','2021-01-24 07:00:28','2021-01-24 02:00:28'),
(98347,36946,'action started via WP Cron','2021-01-24 07:01:29','2021-01-24 02:01:29'),
(98348,36946,'action complete via WP Cron','2021-01-24 07:01:29','2021-01-24 02:01:29'),
(98349,36947,'action created','2021-01-24 07:01:29','2021-01-24 02:01:29'),
(98350,36947,'action started via WP Cron','2021-01-24 07:02:14','2021-01-24 02:02:14'),
(98351,36947,'action complete via WP Cron','2021-01-24 07:02:14','2021-01-24 02:02:14'),
(98352,36948,'action created','2021-01-24 07:02:14','2021-01-24 02:02:14'),
(98353,36948,'action started via WP Cron','2021-01-24 07:03:11','2021-01-24 02:03:11'),
(98354,36948,'action complete via WP Cron','2021-01-24 07:03:11','2021-01-24 02:03:11'),
(98355,36949,'action created','2021-01-24 07:03:11','2021-01-24 02:03:11'),
(98356,36949,'action started via WP Cron','2021-01-24 07:04:14','2021-01-24 02:04:14'),
(98357,36949,'action complete via WP Cron','2021-01-24 07:04:14','2021-01-24 02:04:14'),
(98358,36950,'action created','2021-01-24 07:04:14','2021-01-24 02:04:14'),
(98359,36950,'action started via WP Cron','2021-01-24 07:05:48','2021-01-24 02:05:48'),
(98360,36950,'action complete via WP Cron','2021-01-24 07:05:48','2021-01-24 02:05:48'),
(98361,36951,'action created','2021-01-24 07:05:48','2021-01-24 02:05:48'),
(98362,36951,'action started via WP Cron','2021-01-24 07:06:20','2021-01-24 02:06:20'),
(98363,36951,'action complete via WP Cron','2021-01-24 07:06:20','2021-01-24 02:06:20'),
(98364,36952,'action created','2021-01-24 07:06:20','2021-01-24 02:06:20'),
(98365,36952,'action started via WP Cron','2021-01-24 07:08:49','2021-01-24 02:08:49'),
(98366,36952,'action complete via WP Cron','2021-01-24 07:08:49','2021-01-24 02:08:49'),
(98367,36953,'action created','2021-01-24 07:08:49','2021-01-24 02:08:49'),
(98368,36953,'action started via WP Cron','2021-01-24 07:09:22','2021-01-24 02:09:22'),
(98369,36953,'action complete via WP Cron','2021-01-24 07:09:22','2021-01-24 02:09:22'),
(98370,36954,'action created','2021-01-24 07:09:22','2021-01-24 02:09:22'),
(98371,36954,'action started via WP Cron','2021-01-24 07:10:30','2021-01-24 02:10:30'),
(98372,36954,'action complete via WP Cron','2021-01-24 07:10:30','2021-01-24 02:10:30'),
(98373,36955,'action created','2021-01-24 07:10:30','2021-01-24 02:10:30'),
(98374,36955,'action started via WP Cron','2021-01-24 07:11:19','2021-01-24 02:11:19'),
(98375,36955,'action complete via WP Cron','2021-01-24 07:11:19','2021-01-24 02:11:19'),
(98376,36956,'action created','2021-01-24 07:11:19','2021-01-24 02:11:19'),
(98377,36956,'action started via WP Cron','2021-01-24 07:13:31','2021-01-24 02:13:31'),
(98378,36956,'action complete via WP Cron','2021-01-24 07:13:31','2021-01-24 02:13:31'),
(98379,36957,'action created','2021-01-24 07:13:31','2021-01-24 02:13:31'),
(98380,36957,'action started via WP Cron','2021-01-24 07:14:26','2021-01-24 02:14:26'),
(98381,36957,'action complete via WP Cron','2021-01-24 07:14:26','2021-01-24 02:14:26'),
(98382,36958,'action created','2021-01-24 07:14:26','2021-01-24 02:14:26'),
(98383,36958,'action started via WP Cron','2021-01-24 07:15:39','2021-01-24 02:15:39'),
(98384,36958,'action complete via WP Cron','2021-01-24 07:15:39','2021-01-24 02:15:39'),
(98385,36959,'action created','2021-01-24 07:15:39','2021-01-24 02:15:39'),
(98386,36959,'action started via WP Cron','2021-01-24 07:19:00','2021-01-24 02:19:00'),
(98387,36959,'action complete via WP Cron','2021-01-24 07:19:00','2021-01-24 02:19:00'),
(98388,36960,'action created','2021-01-24 07:19:00','2021-01-24 02:19:00'),
(98389,36960,'action started via WP Cron','2021-01-24 07:19:37','2021-01-24 02:19:37'),
(98390,36960,'action complete via WP Cron','2021-01-24 07:19:37','2021-01-24 02:19:37'),
(98391,36961,'action created','2021-01-24 07:19:37','2021-01-24 02:19:37'),
(98392,36961,'action started via WP Cron','2021-01-24 07:20:46','2021-01-24 02:20:46'),
(98393,36961,'action complete via WP Cron','2021-01-24 07:20:46','2021-01-24 02:20:46'),
(98394,36962,'action created','2021-01-24 07:20:46','2021-01-24 02:20:46'),
(98395,36962,'action started via WP Cron','2021-01-24 07:25:04','2021-01-24 02:25:04'),
(98396,36962,'action complete via WP Cron','2021-01-24 07:25:04','2021-01-24 02:25:04'),
(98397,36963,'action created','2021-01-24 07:25:05','2021-01-24 02:25:05'),
(98398,36963,'action started via WP Cron','2021-01-24 07:29:15','2021-01-24 02:29:15'),
(98399,36963,'action complete via WP Cron','2021-01-24 07:29:15','2021-01-24 02:29:15'),
(98400,36964,'action created','2021-01-24 07:29:16','2021-01-24 02:29:16'),
(98401,36964,'action started via WP Cron','2021-01-24 07:30:35','2021-01-24 02:30:35'),
(98402,36964,'action complete via WP Cron','2021-01-24 07:30:35','2021-01-24 02:30:35'),
(98403,36965,'action created','2021-01-24 07:30:35','2021-01-24 02:30:35'),
(98404,36965,'action started via WP Cron','2021-01-24 07:31:13','2021-01-24 02:31:13'),
(98405,36965,'action complete via WP Cron','2021-01-24 07:31:13','2021-01-24 02:31:13'),
(98406,36966,'action created','2021-01-24 07:31:13','2021-01-24 02:31:13'),
(98407,36966,'action started via WP Cron','2021-01-24 07:32:24','2021-01-24 02:32:24'),
(98408,36966,'action complete via WP Cron','2021-01-24 07:32:24','2021-01-24 02:32:24'),
(98409,36967,'action created','2021-01-24 07:32:24','2021-01-24 02:32:24'),
(98410,36967,'action started via WP Cron','2021-01-24 07:36:05','2021-01-24 02:36:05'),
(98411,36967,'action complete via WP Cron','2021-01-24 07:36:05','2021-01-24 02:36:05'),
(98412,36968,'action created','2021-01-24 07:36:05','2021-01-24 02:36:05'),
(98413,36968,'action started via WP Cron','2021-01-24 07:36:41','2021-01-24 02:36:41'),
(98414,36968,'action complete via WP Cron','2021-01-24 07:36:41','2021-01-24 02:36:41'),
(98415,36969,'action created','2021-01-24 07:36:41','2021-01-24 02:36:41'),
(98416,36969,'action started via WP Cron','2021-01-24 07:37:34','2021-01-24 02:37:34'),
(98417,36969,'action complete via WP Cron','2021-01-24 07:37:34','2021-01-24 02:37:34'),
(98418,36970,'action created','2021-01-24 07:37:34','2021-01-24 02:37:34'),
(98419,36970,'action started via WP Cron','2021-01-24 07:39:03','2021-01-24 02:39:03'),
(98420,36970,'action complete via WP Cron','2021-01-24 07:39:03','2021-01-24 02:39:03'),
(98421,36971,'action created','2021-01-24 07:39:04','2021-01-24 02:39:04'),
(98422,36971,'action started via WP Cron','2021-01-24 07:39:50','2021-01-24 02:39:50'),
(98423,36971,'action complete via WP Cron','2021-01-24 07:39:50','2021-01-24 02:39:50'),
(98424,36972,'action created','2021-01-24 07:39:51','2021-01-24 02:39:51'),
(98425,36972,'action started via WP Cron','2021-01-24 07:41:26','2021-01-24 02:41:26'),
(98426,36972,'action complete via WP Cron','2021-01-24 07:41:26','2021-01-24 02:41:26'),
(98427,36973,'action created','2021-01-24 07:41:26','2021-01-24 02:41:26'),
(98428,36973,'action started via WP Cron','2021-01-24 07:42:58','2021-01-24 02:42:58'),
(98429,36973,'action complete via WP Cron','2021-01-24 07:42:58','2021-01-24 02:42:58'),
(98430,36974,'action created','2021-01-24 07:42:58','2021-01-24 02:42:58'),
(98431,36974,'action started via WP Cron','2021-01-24 07:43:54','2021-01-24 02:43:54'),
(98432,36974,'action complete via WP Cron','2021-01-24 07:43:54','2021-01-24 02:43:54'),
(98433,36975,'action created','2021-01-24 07:43:54','2021-01-24 02:43:54'),
(98434,36975,'action started via WP Cron','2021-01-24 07:45:28','2021-01-24 02:45:28'),
(98435,36975,'action complete via WP Cron','2021-01-24 07:45:28','2021-01-24 02:45:28'),
(98436,36976,'action created','2021-01-24 07:45:28','2021-01-24 02:45:28'),
(98437,36976,'action started via WP Cron','2021-01-24 07:47:02','2021-01-24 02:47:02'),
(98438,36976,'action complete via WP Cron','2021-01-24 07:47:02','2021-01-24 02:47:02'),
(98439,36977,'action created','2021-01-24 07:47:02','2021-01-24 02:47:02'),
(98440,36977,'action started via WP Cron','2021-01-24 07:47:46','2021-01-24 02:47:46'),
(98441,36977,'action complete via WP Cron','2021-01-24 07:47:46','2021-01-24 02:47:46'),
(98442,36978,'action created','2021-01-24 07:47:46','2021-01-24 02:47:46'),
(98443,36978,'action started via WP Cron','2021-01-24 07:49:21','2021-01-24 02:49:21'),
(98444,36978,'action complete via WP Cron','2021-01-24 07:49:21','2021-01-24 02:49:21'),
(98445,36979,'action created','2021-01-24 07:49:21','2021-01-24 02:49:21'),
(98446,36979,'action started via WP Cron','2021-01-24 07:50:47','2021-01-24 02:50:47'),
(98447,36979,'action complete via WP Cron','2021-01-24 07:50:47','2021-01-24 02:50:47'),
(98448,36980,'action created','2021-01-24 07:50:47','2021-01-24 02:50:47'),
(98449,36980,'action started via WP Cron','2021-01-24 07:51:35','2021-01-24 02:51:35'),
(98450,36980,'action complete via WP Cron','2021-01-24 07:51:35','2021-01-24 02:51:35'),
(98451,36981,'action created','2021-01-24 07:51:35','2021-01-24 02:51:35'),
(98452,36981,'action started via WP Cron','2021-01-24 07:52:47','2021-01-24 02:52:47'),
(98453,36981,'action complete via WP Cron','2021-01-24 07:52:47','2021-01-24 02:52:47'),
(98454,36982,'action created','2021-01-24 07:52:47','2021-01-24 02:52:47'),
(98455,36982,'action started via WP Cron','2021-01-24 07:53:53','2021-01-24 02:53:53'),
(98456,36982,'action complete via WP Cron','2021-01-24 07:53:53','2021-01-24 02:53:53'),
(98457,36983,'action created','2021-01-24 07:53:53','2021-01-24 02:53:53'),
(98458,36983,'action started via WP Cron','2021-01-24 07:55:07','2021-01-24 02:55:07'),
(98459,36983,'action complete via WP Cron','2021-01-24 07:55:07','2021-01-24 02:55:07'),
(98460,36984,'action created','2021-01-24 07:55:07','2021-01-24 02:55:07'),
(98461,36984,'action started via WP Cron','2021-01-24 07:55:41','2021-01-24 02:55:41'),
(98462,36984,'action complete via WP Cron','2021-01-24 07:55:41','2021-01-24 02:55:41'),
(98463,36985,'action created','2021-01-24 07:55:41','2021-01-24 02:55:41'),
(98464,36985,'action started via WP Cron','2021-01-24 07:56:13','2021-01-24 02:56:13'),
(98465,36985,'action complete via WP Cron','2021-01-24 07:56:13','2021-01-24 02:56:13'),
(98466,36986,'action created','2021-01-24 07:56:13','2021-01-24 02:56:13'),
(98467,36986,'action started via WP Cron','2021-01-24 07:59:38','2021-01-24 02:59:38'),
(98468,36986,'action complete via WP Cron','2021-01-24 07:59:38','2021-01-24 02:59:38'),
(98469,36987,'action created','2021-01-24 07:59:38','2021-01-24 02:59:38'),
(98470,36987,'action started via WP Cron','2021-01-24 08:00:12','2021-01-24 03:00:12'),
(98471,36987,'action complete via WP Cron','2021-01-24 08:00:12','2021-01-24 03:00:12'),
(98472,36988,'action created','2021-01-24 08:00:12','2021-01-24 03:00:12'),
(98473,36988,'action started via WP Cron','2021-01-24 08:01:15','2021-01-24 03:01:15'),
(98474,36988,'action complete via WP Cron','2021-01-24 08:01:15','2021-01-24 03:01:15'),
(98475,36989,'action created','2021-01-24 08:01:15','2021-01-24 03:01:15'),
(98476,36989,'action started via WP Cron','2021-01-24 08:04:30','2021-01-24 03:04:30'),
(98477,36989,'action complete via WP Cron','2021-01-24 08:04:30','2021-01-24 03:04:30'),
(98478,36990,'action created','2021-01-24 08:04:30','2021-01-24 03:04:30'),
(98479,36990,'action started via WP Cron','2021-01-24 08:05:47','2021-01-24 03:05:47'),
(98480,36990,'action complete via WP Cron','2021-01-24 08:05:47','2021-01-24 03:05:47'),
(98481,36991,'action created','2021-01-24 08:05:47','2021-01-24 03:05:47'),
(98482,36991,'action started via WP Cron','2021-01-24 08:06:15','2021-01-24 03:06:15'),
(98483,36991,'action complete via WP Cron','2021-01-24 08:06:15','2021-01-24 03:06:15'),
(98484,36992,'action created','2021-01-24 08:06:15','2021-01-24 03:06:15'),
(98485,36992,'action started via WP Cron','2021-01-24 08:07:29','2021-01-24 03:07:29'),
(98486,36992,'action complete via WP Cron','2021-01-24 08:07:29','2021-01-24 03:07:29'),
(98487,36993,'action created','2021-01-24 08:07:29','2021-01-24 03:07:29'),
(98488,36993,'action started via WP Cron','2021-01-24 08:08:19','2021-01-24 03:08:19'),
(98489,36993,'action complete via WP Cron','2021-01-24 08:08:19','2021-01-24 03:08:19'),
(98490,36994,'action created','2021-01-24 08:08:19','2021-01-24 03:08:19'),
(98491,36994,'action started via WP Cron','2021-01-24 08:09:11','2021-01-24 03:09:11'),
(98492,36994,'action complete via WP Cron','2021-01-24 08:09:11','2021-01-24 03:09:11'),
(98493,36995,'action created','2021-01-24 08:09:11','2021-01-24 03:09:11'),
(98494,36995,'action started via WP Cron','2021-01-24 08:10:37','2021-01-24 03:10:37'),
(98495,36995,'action complete via WP Cron','2021-01-24 08:10:37','2021-01-24 03:10:37'),
(98496,36996,'action created','2021-01-24 08:10:37','2021-01-24 03:10:37'),
(98497,36996,'action started via WP Cron','2021-01-24 08:12:04','2021-01-24 03:12:04'),
(98498,36996,'action complete via WP Cron','2021-01-24 08:12:04','2021-01-24 03:12:04'),
(98499,36997,'action created','2021-01-24 08:12:04','2021-01-24 03:12:04'),
(98500,36997,'action started via WP Cron','2021-01-24 08:12:29','2021-01-24 03:12:29'),
(98501,36997,'action complete via WP Cron','2021-01-24 08:12:29','2021-01-24 03:12:29'),
(98502,36998,'action created','2021-01-24 08:12:29','2021-01-24 03:12:29'),
(98503,36998,'action started via WP Cron','2021-01-24 08:14:47','2021-01-24 03:14:47'),
(98504,36998,'action complete via WP Cron','2021-01-24 08:14:47','2021-01-24 03:14:47'),
(98505,36999,'action created','2021-01-24 08:14:47','2021-01-24 03:14:47'),
(98506,36999,'action started via WP Cron','2021-01-24 08:15:11','2021-01-24 03:15:11'),
(98507,36999,'action complete via WP Cron','2021-01-24 08:15:11','2021-01-24 03:15:11'),
(98508,37000,'action created','2021-01-24 08:15:11','2021-01-24 03:15:11'),
(98509,37000,'action started via WP Cron','2021-01-24 08:16:23','2021-01-24 03:16:23'),
(98510,37000,'action complete via WP Cron','2021-01-24 08:16:23','2021-01-24 03:16:23'),
(98511,37001,'action created','2021-01-24 08:16:23','2021-01-24 03:16:23'),
(98512,37001,'action started via WP Cron','2021-01-24 08:18:39','2021-01-24 03:18:39'),
(98513,37001,'action complete via WP Cron','2021-01-24 08:18:39','2021-01-24 03:18:39'),
(98514,37002,'action created','2021-01-24 08:18:39','2021-01-24 03:18:39'),
(98515,37002,'action started via WP Cron','2021-01-24 08:19:18','2021-01-24 03:19:18'),
(98516,37002,'action complete via WP Cron','2021-01-24 08:19:18','2021-01-24 03:19:18'),
(98517,37003,'action created','2021-01-24 08:19:18','2021-01-24 03:19:18'),
(98518,37003,'action started via WP Cron','2021-01-24 08:20:18','2021-01-24 03:20:18'),
(98519,37003,'action complete via WP Cron','2021-01-24 08:20:18','2021-01-24 03:20:18'),
(98520,37004,'action created','2021-01-24 08:20:18','2021-01-24 03:20:18'),
(98521,37004,'action started via WP Cron','2021-01-24 08:22:39','2021-01-24 03:22:39'),
(98522,37004,'action complete via WP Cron','2021-01-24 08:22:39','2021-01-24 03:22:39'),
(98523,37005,'action created','2021-01-24 08:22:39','2021-01-24 03:22:39'),
(98524,37005,'action started via WP Cron','2021-01-24 08:24:56','2021-01-24 03:24:56'),
(98525,37005,'action complete via WP Cron','2021-01-24 08:24:56','2021-01-24 03:24:56'),
(98526,37006,'action created','2021-01-24 08:24:56','2021-01-24 03:24:56'),
(98527,37006,'action started via WP Cron','2021-01-24 08:28:32','2021-01-24 03:28:32'),
(98528,37006,'action complete via WP Cron','2021-01-24 08:28:32','2021-01-24 03:28:32'),
(98529,37007,'action created','2021-01-24 08:28:32','2021-01-24 03:28:32'),
(98530,37007,'action started via WP Cron','2021-01-24 08:30:05','2021-01-24 03:30:05'),
(98531,37007,'action complete via WP Cron','2021-01-24 08:30:05','2021-01-24 03:30:05'),
(98532,37008,'action created','2021-01-24 08:30:05','2021-01-24 03:30:05'),
(98533,37008,'action started via WP Cron','2021-01-24 08:30:37','2021-01-24 03:30:37'),
(98534,37008,'action complete via WP Cron','2021-01-24 08:30:37','2021-01-24 03:30:37'),
(98535,37009,'action created','2021-01-24 08:30:37','2021-01-24 03:30:37'),
(98536,37009,'action started via WP Cron','2021-01-24 08:31:43','2021-01-24 03:31:43'),
(98537,37009,'action complete via WP Cron','2021-01-24 08:31:43','2021-01-24 03:31:43'),
(98538,37010,'action created','2021-01-24 08:31:43','2021-01-24 03:31:43'),
(98539,37010,'action started via WP Cron','2021-01-24 08:32:48','2021-01-24 03:32:48'),
(98540,37010,'action complete via WP Cron','2021-01-24 08:32:48','2021-01-24 03:32:48'),
(98541,37011,'action created','2021-01-24 08:32:48','2021-01-24 03:32:48'),
(98542,37011,'action started via WP Cron','2021-01-24 08:33:40','2021-01-24 03:33:40'),
(98543,37011,'action complete via WP Cron','2021-01-24 08:33:40','2021-01-24 03:33:40'),
(98544,37012,'action created','2021-01-24 08:33:40','2021-01-24 03:33:40'),
(98545,37012,'action started via WP Cron','2021-01-24 08:34:17','2021-01-24 03:34:17'),
(98546,37012,'action complete via WP Cron','2021-01-24 08:34:17','2021-01-24 03:34:17'),
(98547,37013,'action created','2021-01-24 08:34:17','2021-01-24 03:34:17'),
(98548,37013,'action started via WP Cron','2021-01-24 08:37:01','2021-01-24 03:37:01'),
(98549,37013,'action complete via WP Cron','2021-01-24 08:37:01','2021-01-24 03:37:01'),
(98550,37014,'action created','2021-01-24 08:37:01','2021-01-24 03:37:01'),
(98551,37014,'action started via WP Cron','2021-01-24 08:38:14','2021-01-24 03:38:14'),
(98552,37014,'action complete via WP Cron','2021-01-24 08:38:14','2021-01-24 03:38:14'),
(98553,37015,'action created','2021-01-24 08:38:14','2021-01-24 03:38:14'),
(98554,37015,'action started via WP Cron','2021-01-24 08:39:44','2021-01-24 03:39:44'),
(98555,37015,'action complete via WP Cron','2021-01-24 08:39:44','2021-01-24 03:39:44'),
(98556,37016,'action created','2021-01-24 08:39:44','2021-01-24 03:39:44'),
(98557,37016,'action started via WP Cron','2021-01-24 08:40:17','2021-01-24 03:40:17'),
(98558,37016,'action complete via WP Cron','2021-01-24 08:40:17','2021-01-24 03:40:17'),
(98559,37017,'action created','2021-01-24 08:40:17','2021-01-24 03:40:17'),
(98560,37017,'action started via WP Cron','2021-01-24 08:41:13','2021-01-24 03:41:13'),
(98561,37017,'action complete via WP Cron','2021-01-24 08:41:13','2021-01-24 03:41:13'),
(98562,37018,'action created','2021-01-24 08:41:13','2021-01-24 03:41:13'),
(98563,37018,'action started via WP Cron','2021-01-24 08:44:24','2021-01-24 03:44:24'),
(98564,37018,'action complete via WP Cron','2021-01-24 08:44:24','2021-01-24 03:44:24'),
(98565,37019,'action created','2021-01-24 08:44:25','2021-01-24 03:44:25'),
(98566,37019,'action started via WP Cron','2021-01-24 08:46:03','2021-01-24 03:46:03'),
(98567,37019,'action complete via WP Cron','2021-01-24 08:46:03','2021-01-24 03:46:03'),
(98568,37020,'action created','2021-01-24 08:46:03','2021-01-24 03:46:03'),
(98569,37020,'action started via WP Cron','2021-01-24 08:46:15','2021-01-24 03:46:15'),
(98570,37020,'action complete via WP Cron','2021-01-24 08:46:15','2021-01-24 03:46:15'),
(98571,37021,'action created','2021-01-24 08:46:15','2021-01-24 03:46:15'),
(98572,37021,'action started via WP Cron','2021-01-24 08:47:42','2021-01-24 03:47:42'),
(98573,37021,'action complete via WP Cron','2021-01-24 08:47:42','2021-01-24 03:47:42'),
(98574,37022,'action created','2021-01-24 08:47:42','2021-01-24 03:47:42'),
(98575,37022,'action started via WP Cron','2021-01-24 08:49:32','2021-01-24 03:49:32'),
(98576,37022,'action complete via WP Cron','2021-01-24 08:49:32','2021-01-24 03:49:32'),
(98577,37023,'action created','2021-01-24 08:49:33','2021-01-24 03:49:33'),
(98578,37023,'action started via WP Cron','2021-01-24 08:50:39','2021-01-24 03:50:39'),
(98579,37023,'action complete via WP Cron','2021-01-24 08:50:39','2021-01-24 03:50:39'),
(98580,37024,'action created','2021-01-24 08:50:39','2021-01-24 03:50:39'),
(98581,37024,'action started via WP Cron','2021-01-24 08:51:16','2021-01-24 03:51:16'),
(98582,37024,'action complete via WP Cron','2021-01-24 08:51:16','2021-01-24 03:51:16'),
(98583,37025,'action created','2021-01-24 08:51:16','2021-01-24 03:51:16'),
(98584,37025,'action started via WP Cron','2021-01-24 08:52:42','2021-01-24 03:52:42'),
(98585,37025,'action complete via WP Cron','2021-01-24 08:52:42','2021-01-24 03:52:42'),
(98586,37026,'action created','2021-01-24 08:52:42','2021-01-24 03:52:42'),
(98587,37026,'action started via WP Cron','2021-01-24 08:53:48','2021-01-24 03:53:48'),
(98588,37026,'action complete via WP Cron','2021-01-24 08:53:48','2021-01-24 03:53:48'),
(98589,37027,'action created','2021-01-24 08:53:48','2021-01-24 03:53:48'),
(98590,37027,'action started via WP Cron','2021-01-24 08:55:56','2021-01-24 03:55:56'),
(98591,37027,'action complete via WP Cron','2021-01-24 08:55:57','2021-01-24 03:55:57'),
(98592,37028,'action created','2021-01-24 08:55:57','2021-01-24 03:55:57'),
(98593,37028,'action started via WP Cron','2021-01-24 08:56:40','2021-01-24 03:56:40'),
(98594,37028,'action complete via WP Cron','2021-01-24 08:56:40','2021-01-24 03:56:40'),
(98595,37029,'action created','2021-01-24 08:56:40','2021-01-24 03:56:40'),
(98596,37029,'action started via WP Cron','2021-01-24 08:57:18','2021-01-24 03:57:18'),
(98597,37029,'action complete via WP Cron','2021-01-24 08:57:18','2021-01-24 03:57:18'),
(98598,37030,'action created','2021-01-24 08:57:18','2021-01-24 03:57:18'),
(98599,37030,'action started via WP Cron','2021-01-24 08:58:45','2021-01-24 03:58:45'),
(98600,37030,'action complete via WP Cron','2021-01-24 08:58:45','2021-01-24 03:58:45'),
(98601,37031,'action created','2021-01-24 08:58:45','2021-01-24 03:58:45'),
(98602,37031,'action started via WP Cron','2021-01-24 08:59:19','2021-01-24 03:59:19'),
(98603,37031,'action complete via WP Cron','2021-01-24 08:59:19','2021-01-24 03:59:19'),
(98604,37032,'action created','2021-01-24 08:59:19','2021-01-24 03:59:19'),
(98605,37032,'action started via WP Cron','2021-01-24 09:02:18','2021-01-24 04:02:18'),
(98606,37032,'action complete via WP Cron','2021-01-24 09:02:18','2021-01-24 04:02:18'),
(98607,37033,'action created','2021-01-24 09:02:18','2021-01-24 04:02:18'),
(98608,37033,'action started via WP Cron','2021-01-24 09:03:27','2021-01-24 04:03:27'),
(98609,37033,'action complete via WP Cron','2021-01-24 09:03:27','2021-01-24 04:03:27'),
(98610,37034,'action created','2021-01-24 09:03:27','2021-01-24 04:03:27'),
(98611,37034,'action started via WP Cron','2021-01-24 09:05:02','2021-01-24 04:05:02'),
(98612,37034,'action complete via WP Cron','2021-01-24 09:05:02','2021-01-24 04:05:02'),
(98613,37035,'action created','2021-01-24 09:06:50','2021-01-24 04:06:50'),
(98614,37035,'action started via WP Cron','2021-01-24 09:07:33','2021-01-24 04:07:33'),
(98615,37035,'action complete via WP Cron','2021-01-24 09:07:33','2021-01-24 04:07:33'),
(98616,37036,'action created','2021-01-24 09:07:33','2021-01-24 04:07:33'),
(98617,37036,'action started via WP Cron','2021-01-24 09:08:15','2021-01-24 04:08:15'),
(98618,37036,'action complete via WP Cron','2021-01-24 09:08:15','2021-01-24 04:08:15'),
(98619,37037,'action created','2021-01-24 09:08:15','2021-01-24 04:08:15'),
(98620,37037,'action started via WP Cron','2021-01-24 09:09:33','2021-01-24 04:09:33'),
(98621,37037,'action complete via WP Cron','2021-01-24 09:09:33','2021-01-24 04:09:33'),
(98622,37038,'action created','2021-01-24 09:09:33','2021-01-24 04:09:33'),
(98623,37038,'action started via WP Cron','2021-01-24 09:10:44','2021-01-24 04:10:44'),
(98624,37038,'action complete via WP Cron','2021-01-24 09:10:44','2021-01-24 04:10:44'),
(98625,37039,'action created','2021-01-24 09:10:44','2021-01-24 04:10:44'),
(98626,37039,'action started via WP Cron','2021-01-24 09:14:03','2021-01-24 04:14:03'),
(98627,37039,'action complete via WP Cron','2021-01-24 09:14:03','2021-01-24 04:14:03'),
(98628,37040,'action created','2021-01-24 09:14:03','2021-01-24 04:14:03'),
(98629,37040,'action started via WP Cron','2021-01-24 09:14:32','2021-01-24 04:14:32'),
(98630,37040,'action complete via WP Cron','2021-01-24 09:14:32','2021-01-24 04:14:32'),
(98631,37041,'action created','2021-01-24 09:14:33','2021-01-24 04:14:33'),
(98632,37041,'action started via WP Cron','2021-01-24 09:18:08','2021-01-24 04:18:08'),
(98633,37041,'action complete via WP Cron','2021-01-24 09:18:08','2021-01-24 04:18:08'),
(98634,37042,'action created','2021-01-24 09:18:08','2021-01-24 04:18:08'),
(98635,37042,'action started via WP Cron','2021-01-24 09:22:21','2021-01-24 04:22:21'),
(98636,37042,'action complete via WP Cron','2021-01-24 09:22:21','2021-01-24 04:22:21'),
(98637,37043,'action created','2021-01-24 09:22:21','2021-01-24 04:22:21'),
(98638,37043,'action started via WP Cron','2021-01-24 09:23:42','2021-01-24 04:23:42'),
(98639,37043,'action complete via WP Cron','2021-01-24 09:23:42','2021-01-24 04:23:42'),
(98640,37044,'action created','2021-01-24 09:23:42','2021-01-24 04:23:42'),
(98641,37044,'action started via WP Cron','2021-01-24 09:24:47','2021-01-24 04:24:47'),
(98642,37044,'action complete via WP Cron','2021-01-24 09:24:47','2021-01-24 04:24:47'),
(98643,37045,'action created','2021-01-24 09:24:47','2021-01-24 04:24:47'),
(98644,37045,'action started via WP Cron','2021-01-24 09:25:59','2021-01-24 04:25:59'),
(98645,37045,'action complete via WP Cron','2021-01-24 09:25:59','2021-01-24 04:25:59'),
(98646,37046,'action created','2021-01-24 09:25:59','2021-01-24 04:25:59'),
(98647,37046,'action started via WP Cron','2021-01-24 09:29:03','2021-01-24 04:29:03'),
(98648,37046,'action complete via WP Cron','2021-01-24 09:29:03','2021-01-24 04:29:03'),
(98649,37047,'action created','2021-01-24 09:29:03','2021-01-24 04:29:03'),
(98650,37047,'action started via WP Cron','2021-01-24 09:30:30','2021-01-24 04:30:30'),
(98651,37047,'action complete via WP Cron','2021-01-24 09:30:30','2021-01-24 04:30:30'),
(98652,37048,'action created','2021-01-24 09:30:30','2021-01-24 04:30:30'),
(98653,37048,'action started via WP Cron','2021-01-24 09:32:03','2021-01-24 04:32:03'),
(98654,37048,'action complete via WP Cron','2021-01-24 09:32:03','2021-01-24 04:32:03'),
(98655,37049,'action created','2021-01-24 09:32:03','2021-01-24 04:32:03'),
(98656,37049,'action started via WP Cron','2021-01-24 09:33:03','2021-01-24 04:33:03'),
(98657,37049,'action complete via WP Cron','2021-01-24 09:33:03','2021-01-24 04:33:03'),
(98658,37050,'action created','2021-01-24 09:33:03','2021-01-24 04:33:03'),
(98659,37050,'action started via WP Cron','2021-01-24 09:35:03','2021-01-24 04:35:03'),
(98660,37050,'action complete via WP Cron','2021-01-24 09:35:03','2021-01-24 04:35:03'),
(98661,37051,'action created','2021-01-24 09:35:03','2021-01-24 04:35:03'),
(98662,37051,'action started via WP Cron','2021-01-24 09:36:14','2021-01-24 04:36:14'),
(98663,37051,'action complete via WP Cron','2021-01-24 09:36:14','2021-01-24 04:36:14'),
(98664,37052,'action created','2021-01-24 09:36:14','2021-01-24 04:36:14'),
(98665,37052,'action started via WP Cron','2021-01-24 09:37:57','2021-01-24 04:37:57'),
(98666,37052,'action complete via WP Cron','2021-01-24 09:37:57','2021-01-24 04:37:57'),
(98667,37053,'action created','2021-01-24 09:37:57','2021-01-24 04:37:57'),
(98668,37053,'action started via WP Cron','2021-01-24 09:39:03','2021-01-24 04:39:03'),
(98669,37053,'action complete via WP Cron','2021-01-24 09:39:03','2021-01-24 04:39:03'),
(98670,37054,'action created','2021-01-24 09:39:03','2021-01-24 04:39:03'),
(98671,37054,'action started via WP Cron','2021-01-24 09:40:37','2021-01-24 04:40:37'),
(98672,37054,'action complete via WP Cron','2021-01-24 09:40:37','2021-01-24 04:40:37'),
(98673,37055,'action created','2021-01-24 09:40:38','2021-01-24 04:40:38'),
(98674,37055,'action started via WP Cron','2021-01-24 09:42:44','2021-01-24 04:42:44'),
(98675,37055,'action complete via WP Cron','2021-01-24 09:42:44','2021-01-24 04:42:44'),
(98676,37056,'action created','2021-01-24 09:42:44','2021-01-24 04:42:44'),
(98677,37056,'action started via WP Cron','2021-01-24 09:44:30','2021-01-24 04:44:30'),
(98678,37056,'action complete via WP Cron','2021-01-24 09:44:30','2021-01-24 04:44:30'),
(98679,37057,'action created','2021-01-24 09:44:30','2021-01-24 04:44:30'),
(98680,37057,'action started via WP Cron','2021-01-24 09:45:19','2021-01-24 04:45:19'),
(98681,37057,'action complete via WP Cron','2021-01-24 09:45:19','2021-01-24 04:45:19'),
(98682,37058,'action created','2021-01-24 09:45:19','2021-01-24 04:45:19'),
(98683,37058,'action started via WP Cron','2021-01-24 09:47:25','2021-01-24 04:47:25'),
(98684,37058,'action complete via WP Cron','2021-01-24 09:47:25','2021-01-24 04:47:25'),
(98685,37059,'action created','2021-01-24 09:47:26','2021-01-24 04:47:26'),
(98686,37059,'action started via WP Cron','2021-01-24 09:48:41','2021-01-24 04:48:41'),
(98687,37059,'action complete via WP Cron','2021-01-24 09:48:41','2021-01-24 04:48:41'),
(98688,37060,'action created','2021-01-24 09:48:41','2021-01-24 04:48:41'),
(98689,37060,'action started via WP Cron','2021-01-24 09:50:39','2021-01-24 04:50:39'),
(98690,37060,'action complete via WP Cron','2021-01-24 09:50:39','2021-01-24 04:50:39'),
(98691,37061,'action created','2021-01-24 09:50:39','2021-01-24 04:50:39'),
(98692,37061,'action started via WP Cron','2021-01-24 09:51:44','2021-01-24 04:51:44'),
(98693,37061,'action complete via WP Cron','2021-01-24 09:51:44','2021-01-24 04:51:44'),
(98694,37062,'action created','2021-01-24 09:51:44','2021-01-24 04:51:44'),
(98695,37062,'action started via WP Cron','2021-01-24 09:54:02','2021-01-24 04:54:02'),
(98696,37062,'action complete via WP Cron','2021-01-24 09:54:02','2021-01-24 04:54:02'),
(98697,37063,'action created','2021-01-24 09:54:02','2021-01-24 04:54:02'),
(98698,37063,'action started via WP Cron','2021-01-24 09:54:44','2021-01-24 04:54:44'),
(98699,37063,'action complete via WP Cron','2021-01-24 09:54:44','2021-01-24 04:54:44'),
(98700,37064,'action created','2021-01-24 09:54:44','2021-01-24 04:54:44'),
(98701,37064,'action started via WP Cron','2021-01-24 09:56:40','2021-01-24 04:56:40'),
(98702,37064,'action complete via WP Cron','2021-01-24 09:56:40','2021-01-24 04:56:40'),
(98703,37065,'action created','2021-01-24 09:56:40','2021-01-24 04:56:40'),
(98704,37065,'action started via WP Cron','2021-01-24 10:00:04','2021-01-24 05:00:04'),
(98705,37065,'action complete via WP Cron','2021-01-24 10:00:04','2021-01-24 05:00:04'),
(98706,37066,'action created','2021-01-24 10:00:04','2021-01-24 05:00:04'),
(98707,37066,'action started via WP Cron','2021-01-24 10:00:30','2021-01-24 05:00:30'),
(98708,37066,'action complete via WP Cron','2021-01-24 10:00:30','2021-01-24 05:00:30'),
(98709,37067,'action created','2021-01-24 10:00:30','2021-01-24 05:00:30'),
(98710,37067,'action started via WP Cron','2021-01-24 10:01:51','2021-01-24 05:01:51'),
(98711,37067,'action complete via WP Cron','2021-01-24 10:01:51','2021-01-24 05:01:51'),
(98712,37068,'action created','2021-01-24 10:01:51','2021-01-24 05:01:51'),
(98713,37068,'action started via WP Cron','2021-01-24 10:03:26','2021-01-24 05:03:26'),
(98714,37068,'action complete via WP Cron','2021-01-24 10:03:26','2021-01-24 05:03:26'),
(98715,37069,'action created','2021-01-24 10:03:26','2021-01-24 05:03:26'),
(98716,37069,'action started via WP Cron','2021-01-24 10:05:26','2021-01-24 05:05:26'),
(98717,37069,'action complete via WP Cron','2021-01-24 10:05:26','2021-01-24 05:05:26'),
(98718,37070,'action created','2021-01-24 10:05:26','2021-01-24 05:05:26'),
(98719,37070,'action started via WP Cron','2021-01-24 10:07:51','2021-01-24 05:07:51'),
(98720,37070,'action complete via WP Cron','2021-01-24 10:07:51','2021-01-24 05:07:51'),
(98721,37071,'action created','2021-01-24 10:07:51','2021-01-24 05:07:51'),
(98722,37071,'action started via WP Cron','2021-01-24 10:08:17','2021-01-24 05:08:17'),
(98723,37071,'action complete via WP Cron','2021-01-24 10:08:17','2021-01-24 05:08:17'),
(98724,37072,'action created','2021-01-24 10:08:17','2021-01-24 05:08:17'),
(98725,37072,'action started via WP Cron','2021-01-24 10:09:41','2021-01-24 05:09:41'),
(98726,37072,'action complete via WP Cron','2021-01-24 10:09:41','2021-01-24 05:09:41'),
(98727,37073,'action created','2021-01-24 10:09:41','2021-01-24 05:09:41'),
(98728,37073,'action started via WP Cron','2021-01-24 10:11:23','2021-01-24 05:11:23'),
(98729,37073,'action complete via WP Cron','2021-01-24 10:11:23','2021-01-24 05:11:23'),
(98730,37074,'action created','2021-01-24 10:11:23','2021-01-24 05:11:23'),
(98731,37074,'action started via WP Cron','2021-01-24 10:12:12','2021-01-24 05:12:12'),
(98732,37074,'action complete via WP Cron','2021-01-24 10:12:12','2021-01-24 05:12:12'),
(98733,37075,'action created','2021-01-24 10:12:12','2021-01-24 05:12:12'),
(98734,37075,'action started via WP Cron','2021-01-24 10:13:26','2021-01-24 05:13:26'),
(98735,37075,'action complete via WP Cron','2021-01-24 10:13:26','2021-01-24 05:13:26'),
(98736,37076,'action created','2021-01-24 10:13:26','2021-01-24 05:13:26'),
(98737,37076,'action started via WP Cron','2021-01-24 10:14:16','2021-01-24 05:14:16'),
(98738,37076,'action complete via WP Cron','2021-01-24 10:14:16','2021-01-24 05:14:16'),
(98739,37077,'action created','2021-01-24 10:14:16','2021-01-24 05:14:16'),
(98740,37077,'action started via WP Cron','2021-01-24 10:15:37','2021-01-24 05:15:37'),
(98741,37077,'action complete via WP Cron','2021-01-24 10:15:37','2021-01-24 05:15:37'),
(98742,37078,'action created','2021-01-24 10:15:37','2021-01-24 05:15:37'),
(98743,37078,'action started via WP Cron','2021-01-24 10:17:06','2021-01-24 05:17:06'),
(98744,37078,'action complete via WP Cron','2021-01-24 10:17:06','2021-01-24 05:17:06'),
(98745,37079,'action created','2021-01-24 10:17:06','2021-01-24 05:17:06'),
(98746,37079,'action started via WP Cron','2021-01-24 10:17:16','2021-01-24 05:17:16'),
(98747,37079,'action complete via WP Cron','2021-01-24 10:17:16','2021-01-24 05:17:16'),
(98748,37080,'action created','2021-01-24 10:17:16','2021-01-24 05:17:16'),
(98749,37080,'action started via WP Cron','2021-01-24 10:18:15','2021-01-24 05:18:15'),
(98750,37080,'action complete via WP Cron','2021-01-24 10:18:15','2021-01-24 05:18:15'),
(98751,37081,'action created','2021-01-24 10:18:15','2021-01-24 05:18:15'),
(98752,37081,'action started via WP Cron','2021-01-24 10:19:36','2021-01-24 05:19:36'),
(98753,37081,'action complete via WP Cron','2021-01-24 10:19:36','2021-01-24 05:19:36'),
(98754,37082,'action created','2021-01-24 10:19:36','2021-01-24 05:19:36'),
(98755,37082,'action started via WP Cron','2021-01-24 10:20:20','2021-01-24 05:20:20'),
(98756,37082,'action complete via WP Cron','2021-01-24 10:20:20','2021-01-24 05:20:20'),
(98757,37083,'action created','2021-01-24 10:20:20','2021-01-24 05:20:20'),
(98758,37083,'action started via WP Cron','2021-01-24 10:21:40','2021-01-24 05:21:40'),
(98759,37083,'action complete via WP Cron','2021-01-24 10:21:40','2021-01-24 05:21:40'),
(98760,37084,'action created','2021-01-24 10:21:40','2021-01-24 05:21:40'),
(98761,37084,'action started via WP Cron','2021-01-24 10:22:22','2021-01-24 05:22:22'),
(98762,37084,'action complete via WP Cron','2021-01-24 10:22:22','2021-01-24 05:22:22'),
(98763,37085,'action created','2021-01-24 10:22:22','2021-01-24 05:22:22'),
(98764,37085,'action started via WP Cron','2021-01-24 10:23:59','2021-01-24 05:23:59'),
(98765,37085,'action complete via WP Cron','2021-01-24 10:23:59','2021-01-24 05:23:59'),
(98766,37086,'action created','2021-01-24 10:23:59','2021-01-24 05:23:59'),
(98767,37086,'action started via WP Cron','2021-01-24 10:24:34','2021-01-24 05:24:34'),
(98768,37086,'action complete via WP Cron','2021-01-24 10:24:34','2021-01-24 05:24:34'),
(98769,37087,'action created','2021-01-24 10:24:34','2021-01-24 05:24:34'),
(98770,37087,'action started via WP Cron','2021-01-24 10:26:07','2021-01-24 05:26:07'),
(98771,37087,'action complete via WP Cron','2021-01-24 10:26:07','2021-01-24 05:26:07'),
(98772,37088,'action created','2021-01-24 10:26:07','2021-01-24 05:26:07'),
(98773,37088,'action started via WP Cron','2021-01-24 10:28:08','2021-01-24 05:28:08'),
(98774,37088,'action complete via WP Cron','2021-01-24 10:28:08','2021-01-24 05:28:08'),
(98775,37089,'action created','2021-01-24 10:28:08','2021-01-24 05:28:08'),
(98776,37089,'action started via WP Cron','2021-01-24 10:30:07','2021-01-24 05:30:07'),
(98777,37089,'action complete via WP Cron','2021-01-24 10:30:07','2021-01-24 05:30:07'),
(98778,37090,'action created','2021-01-24 10:30:07','2021-01-24 05:30:07'),
(98779,37090,'action started via WP Cron','2021-01-24 10:31:50','2021-01-24 05:31:50'),
(98780,37090,'action complete via WP Cron','2021-01-24 10:31:50','2021-01-24 05:31:50'),
(98781,37091,'action created','2021-01-24 10:31:50','2021-01-24 05:31:50'),
(98782,37091,'action started via WP Cron','2021-01-24 10:33:31','2021-01-24 05:33:31'),
(98783,37091,'action complete via WP Cron','2021-01-24 10:33:31','2021-01-24 05:33:31'),
(98784,37092,'action created','2021-01-24 10:33:31','2021-01-24 05:33:31'),
(98785,37092,'action started via WP Cron','2021-01-24 10:34:20','2021-01-24 05:34:20'),
(98786,37092,'action complete via WP Cron','2021-01-24 10:34:20','2021-01-24 05:34:20'),
(98787,37093,'action created','2021-01-24 10:34:20','2021-01-24 05:34:20'),
(98788,37093,'action started via WP Cron','2021-01-24 10:35:30','2021-01-24 05:35:30'),
(98789,37093,'action complete via WP Cron','2021-01-24 10:35:30','2021-01-24 05:35:30'),
(98790,37094,'action created','2021-01-24 10:35:30','2021-01-24 05:35:30'),
(98791,37094,'action started via WP Cron','2021-01-24 10:36:21','2021-01-24 05:36:21'),
(98792,37094,'action complete via WP Cron','2021-01-24 10:36:21','2021-01-24 05:36:21'),
(98793,37095,'action created','2021-01-24 10:36:22','2021-01-24 05:36:22'),
(98794,37095,'action started via WP Cron','2021-01-24 10:39:05','2021-01-24 05:39:05'),
(98795,37095,'action complete via WP Cron','2021-01-24 10:39:05','2021-01-24 05:39:05'),
(98796,37096,'action created','2021-01-24 10:39:05','2021-01-24 05:39:05'),
(98797,37096,'action started via WP Cron','2021-01-24 10:39:23','2021-01-24 05:39:23'),
(98798,37096,'action complete via WP Cron','2021-01-24 10:39:23','2021-01-24 05:39:23'),
(98799,37097,'action created','2021-01-24 10:39:23','2021-01-24 05:39:23'),
(98800,37097,'action started via WP Cron','2021-01-24 10:40:22','2021-01-24 05:40:22'),
(98801,37097,'action complete via WP Cron','2021-01-24 10:40:22','2021-01-24 05:40:22'),
(98802,37098,'action created','2021-01-24 10:40:22','2021-01-24 05:40:22'),
(98803,37098,'action started via WP Cron','2021-01-24 10:42:12','2021-01-24 05:42:12'),
(98804,37098,'action complete via WP Cron','2021-01-24 10:42:12','2021-01-24 05:42:12'),
(98805,37099,'action created','2021-01-24 10:42:12','2021-01-24 05:42:12'),
(98806,37099,'action started via WP Cron','2021-01-24 10:43:14','2021-01-24 05:43:14'),
(98807,37099,'action complete via WP Cron','2021-01-24 10:43:14','2021-01-24 05:43:14'),
(98808,37100,'action created','2021-01-24 10:43:14','2021-01-24 05:43:14'),
(98809,37100,'action started via WP Cron','2021-01-24 10:44:26','2021-01-24 05:44:26'),
(98810,37100,'action complete via WP Cron','2021-01-24 10:44:26','2021-01-24 05:44:26'),
(98811,37101,'action created','2021-01-24 10:44:26','2021-01-24 05:44:26'),
(98812,37101,'action started via WP Cron','2021-01-24 10:45:32','2021-01-24 05:45:32'),
(98813,37101,'action complete via WP Cron','2021-01-24 10:45:32','2021-01-24 05:45:32'),
(98814,37102,'action created','2021-01-24 10:45:32','2021-01-24 05:45:32'),
(98815,37102,'action started via WP Cron','2021-01-24 10:46:52','2021-01-24 05:46:52'),
(98816,37102,'action complete via WP Cron','2021-01-24 10:46:52','2021-01-24 05:46:52'),
(98817,37103,'action created','2021-01-24 10:46:53','2021-01-24 05:46:53'),
(98818,37103,'action started via WP Cron','2021-01-24 10:47:45','2021-01-24 05:47:45'),
(98819,37103,'action complete via WP Cron','2021-01-24 10:47:45','2021-01-24 05:47:45'),
(98820,37104,'action created','2021-01-24 10:47:45','2021-01-24 05:47:45'),
(98821,37104,'action started via WP Cron','2021-01-24 10:49:17','2021-01-24 05:49:17'),
(98822,37104,'action complete via WP Cron','2021-01-24 10:49:17','2021-01-24 05:49:17'),
(98823,37105,'action created','2021-01-24 10:49:17','2021-01-24 05:49:17'),
(98824,37105,'action started via WP Cron','2021-01-24 10:50:18','2021-01-24 05:50:18'),
(98825,37105,'action complete via WP Cron','2021-01-24 10:50:18','2021-01-24 05:50:18'),
(98826,37106,'action created','2021-01-24 10:50:18','2021-01-24 05:50:18'),
(98827,37106,'action started via WP Cron','2021-01-24 10:51:42','2021-01-24 05:51:42'),
(98828,37106,'action complete via WP Cron','2021-01-24 10:51:42','2021-01-24 05:51:42'),
(98829,37107,'action created','2021-01-24 10:51:42','2021-01-24 05:51:42'),
(98830,37107,'action started via WP Cron','2021-01-24 10:52:35','2021-01-24 05:52:35'),
(98831,37107,'action complete via WP Cron','2021-01-24 10:52:35','2021-01-24 05:52:35'),
(98832,37108,'action created','2021-01-24 10:52:35','2021-01-24 05:52:35'),
(98833,37108,'action started via WP Cron','2021-01-24 10:54:04','2021-01-24 05:54:04'),
(98834,37108,'action complete via WP Cron','2021-01-24 10:54:04','2021-01-24 05:54:04'),
(98835,37109,'action created','2021-01-24 10:54:04','2021-01-24 05:54:04'),
(98836,37109,'action started via WP Cron','2021-01-24 10:55:13','2021-01-24 05:55:13'),
(98837,37109,'action complete via WP Cron','2021-01-24 10:55:13','2021-01-24 05:55:13'),
(98838,37110,'action created','2021-01-24 10:55:13','2021-01-24 05:55:13'),
(98839,37110,'action started via WP Cron','2021-01-24 10:56:17','2021-01-24 05:56:17'),
(98840,37110,'action complete via WP Cron','2021-01-24 10:56:17','2021-01-24 05:56:17'),
(98841,37111,'action created','2021-01-24 10:56:17','2021-01-24 05:56:17'),
(98842,37111,'action started via WP Cron','2021-01-24 10:57:37','2021-01-24 05:57:37'),
(98843,37111,'action complete via WP Cron','2021-01-24 10:57:37','2021-01-24 05:57:37'),
(98844,37112,'action created','2021-01-24 10:57:37','2021-01-24 05:57:37'),
(98845,37112,'action started via WP Cron','2021-01-24 11:01:28','2021-01-24 06:01:28'),
(98846,37112,'action complete via WP Cron','2021-01-24 11:01:28','2021-01-24 06:01:28'),
(98847,37113,'action created','2021-01-24 11:01:28','2021-01-24 06:01:28'),
(98848,37113,'action started via WP Cron','2021-01-24 11:02:37','2021-01-24 06:02:37'),
(98849,37113,'action complete via WP Cron','2021-01-24 11:02:37','2021-01-24 06:02:37'),
(98850,37114,'action created','2021-01-24 11:02:37','2021-01-24 06:02:37'),
(98851,37114,'action started via WP Cron','2021-01-24 11:03:47','2021-01-24 06:03:47'),
(98852,37114,'action complete via WP Cron','2021-01-24 11:03:47','2021-01-24 06:03:47'),
(98853,37115,'action created','2021-01-24 11:03:47','2021-01-24 06:03:47'),
(98854,37115,'action started via WP Cron','2021-01-24 11:04:54','2021-01-24 06:04:54'),
(98855,37115,'action complete via WP Cron','2021-01-24 11:04:54','2021-01-24 06:04:54'),
(98856,37116,'action created','2021-01-24 11:04:54','2021-01-24 06:04:54'),
(98857,37116,'action started via WP Cron','2021-01-24 11:05:22','2021-01-24 06:05:22'),
(98858,37116,'action complete via WP Cron','2021-01-24 11:05:22','2021-01-24 06:05:22'),
(98859,37117,'action created','2021-01-24 11:05:22','2021-01-24 06:05:22'),
(98860,37117,'action started via WP Cron','2021-01-24 11:06:42','2021-01-24 06:06:42'),
(98861,37117,'action complete via WP Cron','2021-01-24 11:06:42','2021-01-24 06:06:42'),
(98862,37118,'action created','2021-01-24 11:06:42','2021-01-24 06:06:42'),
(98863,37118,'action started via WP Cron','2021-01-24 11:07:47','2021-01-24 06:07:47'),
(98864,37118,'action complete via WP Cron','2021-01-24 11:07:47','2021-01-24 06:07:47'),
(98865,37119,'action created','2021-01-24 11:07:47','2021-01-24 06:07:47'),
(98866,37119,'action started via WP Cron','2021-01-24 11:09:42','2021-01-24 06:09:42'),
(98867,37119,'action complete via WP Cron','2021-01-24 11:09:42','2021-01-24 06:09:42'),
(98868,37120,'action created','2021-01-24 11:09:42','2021-01-24 06:09:42'),
(98869,37120,'action started via WP Cron','2021-01-24 11:14:06','2021-01-24 06:14:06'),
(98870,37120,'action complete via WP Cron','2021-01-24 11:14:06','2021-01-24 06:14:06'),
(98871,37121,'action created','2021-01-24 11:14:06','2021-01-24 06:14:06'),
(98872,37121,'action started via WP Cron','2021-01-24 11:14:58','2021-01-24 06:14:58'),
(98873,37121,'action complete via WP Cron','2021-01-24 11:14:58','2021-01-24 06:14:58'),
(98874,37122,'action created','2021-01-24 11:14:58','2021-01-24 06:14:58'),
(98875,37122,'action started via WP Cron','2021-01-24 11:15:23','2021-01-24 06:15:23'),
(98876,37122,'action complete via WP Cron','2021-01-24 11:15:23','2021-01-24 06:15:23'),
(98877,37123,'action created','2021-01-24 11:15:25','2021-01-24 06:15:25'),
(98878,37123,'action started via WP Cron','2021-01-24 11:16:27','2021-01-24 06:16:27'),
(98879,37123,'action complete via WP Cron','2021-01-24 11:16:27','2021-01-24 06:16:27'),
(98880,37124,'action created','2021-01-24 11:16:27','2021-01-24 06:16:27'),
(98881,37124,'action started via WP Cron','2021-01-24 11:17:43','2021-01-24 06:17:43'),
(98882,37124,'action complete via WP Cron','2021-01-24 11:17:43','2021-01-24 06:17:43'),
(98883,37125,'action created','2021-01-24 11:17:43','2021-01-24 06:17:43'),
(98884,37125,'action started via WP Cron','2021-01-24 11:18:32','2021-01-24 06:18:32'),
(98885,37125,'action complete via WP Cron','2021-01-24 11:18:32','2021-01-24 06:18:32'),
(98886,37126,'action created','2021-01-24 11:18:33','2021-01-24 06:18:33'),
(98887,37126,'action started via WP Cron','2021-01-24 11:21:37','2021-01-24 06:21:37'),
(98888,37126,'action complete via WP Cron','2021-01-24 11:21:37','2021-01-24 06:21:37'),
(98889,37127,'action created','2021-01-24 11:21:37','2021-01-24 06:21:37'),
(98890,37127,'action started via WP Cron','2021-01-24 11:22:25','2021-01-24 06:22:25'),
(98891,37127,'action complete via WP Cron','2021-01-24 11:22:25','2021-01-24 06:22:25'),
(98892,37128,'action created','2021-01-24 11:22:25','2021-01-24 06:22:25'),
(98893,37128,'action started via WP Cron','2021-01-24 11:25:11','2021-01-24 06:25:11'),
(98894,37128,'action complete via WP Cron','2021-01-24 11:25:12','2021-01-24 06:25:12'),
(98895,37129,'action created','2021-01-24 11:25:12','2021-01-24 06:25:12'),
(98896,37129,'action started via WP Cron','2021-01-24 11:28:50','2021-01-24 06:28:50'),
(98897,37129,'action complete via WP Cron','2021-01-24 11:28:50','2021-01-24 06:28:50'),
(98898,37130,'action created','2021-01-24 11:28:50','2021-01-24 06:28:50'),
(98899,37130,'action started via WP Cron','2021-01-24 11:30:07','2021-01-24 06:30:07'),
(98900,37130,'action complete via WP Cron','2021-01-24 11:30:07','2021-01-24 06:30:07'),
(98901,37131,'action created','2021-01-24 11:30:07','2021-01-24 06:30:07'),
(98902,37131,'action started via WP Cron','2021-01-24 11:30:50','2021-01-24 06:30:50'),
(98903,37131,'action complete via WP Cron','2021-01-24 11:30:50','2021-01-24 06:30:50'),
(98904,37132,'action created','2021-01-24 11:30:50','2021-01-24 06:30:50'),
(98905,37132,'action started via WP Cron','2021-01-24 11:31:44','2021-01-24 06:31:44'),
(98906,37132,'action complete via WP Cron','2021-01-24 11:31:44','2021-01-24 06:31:44'),
(98907,37133,'action created','2021-01-24 11:31:44','2021-01-24 06:31:44'),
(98908,37133,'action started via WP Cron','2021-01-24 11:32:39','2021-01-24 06:32:39'),
(98909,37133,'action complete via WP Cron','2021-01-24 11:32:39','2021-01-24 06:32:39'),
(98910,37134,'action created','2021-01-24 11:32:39','2021-01-24 06:32:39'),
(98911,37134,'action started via WP Cron','2021-01-24 11:33:57','2021-01-24 06:33:57'),
(98912,37134,'action complete via WP Cron','2021-01-24 11:33:57','2021-01-24 06:33:57'),
(98913,37135,'action created','2021-01-24 11:33:57','2021-01-24 06:33:57'),
(98914,37135,'action started via WP Cron','2021-01-24 11:34:23','2021-01-24 06:34:23'),
(98915,37135,'action complete via WP Cron','2021-01-24 11:34:23','2021-01-24 06:34:23'),
(98916,37136,'action created','2021-01-24 11:34:23','2021-01-24 06:34:23'),
(98917,37136,'action started via WP Cron','2021-01-24 11:36:31','2021-01-24 06:36:31'),
(98918,37136,'action complete via WP Cron','2021-01-24 11:36:31','2021-01-24 06:36:31'),
(98919,37137,'action created','2021-01-24 11:36:31','2021-01-24 06:36:31'),
(98920,37137,'action started via WP Cron','2021-01-24 11:37:14','2021-01-24 06:37:14'),
(98921,37137,'action complete via WP Cron','2021-01-24 11:37:14','2021-01-24 06:37:14'),
(98922,37138,'action created','2021-01-24 11:37:14','2021-01-24 06:37:14'),
(98923,37138,'action started via WP Cron','2021-01-24 11:38:14','2021-01-24 06:38:14'),
(98924,37138,'action complete via WP Cron','2021-01-24 11:38:14','2021-01-24 06:38:14'),
(98925,37139,'action created','2021-01-24 11:38:14','2021-01-24 06:38:14'),
(98926,37139,'action started via WP Cron','2021-01-24 11:42:03','2021-01-24 06:42:03'),
(98927,37139,'action complete via WP Cron','2021-01-24 11:42:03','2021-01-24 06:42:03'),
(98928,37140,'action created','2021-01-24 11:42:03','2021-01-24 06:42:03'),
(98929,37140,'action started via WP Cron','2021-01-24 11:43:47','2021-01-24 06:43:47'),
(98930,37140,'action complete via WP Cron','2021-01-24 11:43:47','2021-01-24 06:43:47'),
(98931,37141,'action created','2021-01-24 11:43:47','2021-01-24 06:43:47'),
(98932,37141,'action started via WP Cron','2021-01-24 11:44:46','2021-01-24 06:44:46'),
(98933,37141,'action complete via WP Cron','2021-01-24 11:44:46','2021-01-24 06:44:46'),
(98934,37142,'action created','2021-01-24 11:46:43','2021-01-24 06:46:43'),
(98935,37142,'action started via WP Cron','2021-01-24 11:47:34','2021-01-24 06:47:34'),
(98936,37142,'action complete via WP Cron','2021-01-24 11:47:34','2021-01-24 06:47:34'),
(98937,37143,'action created','2021-01-24 11:47:34','2021-01-24 06:47:34'),
(98938,37143,'action started via WP Cron','2021-01-24 11:48:25','2021-01-24 06:48:25'),
(98939,37143,'action complete via WP Cron','2021-01-24 11:48:25','2021-01-24 06:48:25'),
(98940,37144,'action created','2021-01-24 11:48:25','2021-01-24 06:48:25'),
(98941,37144,'action started via WP Cron','2021-01-24 11:50:20','2021-01-24 06:50:20'),
(98942,37144,'action complete via WP Cron','2021-01-24 11:50:20','2021-01-24 06:50:20'),
(98943,37145,'action created','2021-01-24 11:50:20','2021-01-24 06:50:20'),
(98944,37145,'action started via WP Cron','2021-01-24 11:53:40','2021-01-24 06:53:40'),
(98945,37145,'action complete via WP Cron','2021-01-24 11:53:40','2021-01-24 06:53:40'),
(98946,37146,'action created','2021-01-24 11:53:40','2021-01-24 06:53:40'),
(98947,37146,'action started via WP Cron','2021-01-24 11:55:03','2021-01-24 06:55:03'),
(98948,37146,'action complete via WP Cron','2021-01-24 11:55:03','2021-01-24 06:55:03'),
(98949,37147,'action created','2021-01-24 11:55:03','2021-01-24 06:55:03'),
(98950,37147,'action started via WP Cron','2021-01-24 11:59:50','2021-01-24 06:59:50'),
(98951,37147,'action complete via WP Cron','2021-01-24 11:59:50','2021-01-24 06:59:50'),
(98952,37148,'action created','2021-01-24 11:59:50','2021-01-24 06:59:50'),
(98953,37148,'action started via WP Cron','2021-01-24 12:00:12','2021-01-24 07:00:12'),
(98954,37148,'action complete via WP Cron','2021-01-24 12:00:12','2021-01-24 07:00:12'),
(98955,37149,'action created','2021-01-24 12:00:12','2021-01-24 07:00:12'),
(98956,37149,'action started via WP Cron','2021-01-24 12:02:13','2021-01-24 07:02:13'),
(98957,37149,'action complete via WP Cron','2021-01-24 12:02:13','2021-01-24 07:02:13'),
(98958,37150,'action created','2021-01-24 12:02:13','2021-01-24 07:02:13'),
(98959,37150,'action started via WP Cron','2021-01-24 12:06:30','2021-01-24 07:06:30'),
(98960,37150,'action complete via WP Cron','2021-01-24 12:06:30','2021-01-24 07:06:30'),
(98961,37151,'action created','2021-01-24 12:06:30','2021-01-24 07:06:30'),
(98962,37151,'action started via WP Cron','2021-01-24 12:09:53','2021-01-24 07:09:53'),
(98963,37151,'action complete via WP Cron','2021-01-24 12:09:53','2021-01-24 07:09:53'),
(98964,37152,'action created','2021-01-24 12:09:53','2021-01-24 07:09:53'),
(98965,37152,'action started via WP Cron','2021-01-24 12:10:21','2021-01-24 07:10:21'),
(98966,37152,'action complete via WP Cron','2021-01-24 12:10:21','2021-01-24 07:10:21'),
(98967,37153,'action created','2021-01-24 12:10:21','2021-01-24 07:10:21'),
(98968,37153,'action started via WP Cron','2021-01-24 12:11:20','2021-01-24 07:11:20'),
(98969,37153,'action complete via WP Cron','2021-01-24 12:11:20','2021-01-24 07:11:20'),
(98970,37154,'action created','2021-01-24 12:11:20','2021-01-24 07:11:20'),
(98971,37154,'action started via WP Cron','2021-01-24 12:12:47','2021-01-24 07:12:47'),
(98972,37154,'action complete via WP Cron','2021-01-24 12:12:47','2021-01-24 07:12:47'),
(98973,37155,'action created','2021-01-24 12:12:47','2021-01-24 07:12:47'),
(98974,37155,'action started via WP Cron','2021-01-24 12:13:28','2021-01-24 07:13:28'),
(98975,37155,'action complete via WP Cron','2021-01-24 12:13:28','2021-01-24 07:13:28'),
(98976,37156,'action created','2021-01-24 12:13:28','2021-01-24 07:13:28'),
(98977,37156,'action started via WP Cron','2021-01-24 12:14:53','2021-01-24 07:14:53'),
(98978,37156,'action complete via WP Cron','2021-01-24 12:14:53','2021-01-24 07:14:53'),
(98979,37157,'action created','2021-01-24 12:14:53','2021-01-24 07:14:53'),
(98980,37157,'action started via WP Cron','2021-01-24 12:16:37','2021-01-24 07:16:37'),
(98981,37157,'action complete via WP Cron','2021-01-24 12:16:37','2021-01-24 07:16:37'),
(98982,37158,'action created','2021-01-24 12:16:38','2021-01-24 07:16:38'),
(98983,37158,'action started via WP Cron','2021-01-24 12:18:09','2021-01-24 07:18:09'),
(98984,37158,'action complete via WP Cron','2021-01-24 12:18:09','2021-01-24 07:18:09'),
(98985,37159,'action created','2021-01-24 12:18:09','2021-01-24 07:18:09'),
(98986,37159,'action started via WP Cron','2021-01-24 12:19:20','2021-01-24 07:19:20'),
(98987,37159,'action complete via WP Cron','2021-01-24 12:19:20','2021-01-24 07:19:20'),
(98988,37160,'action created','2021-01-24 12:19:20','2021-01-24 07:19:20'),
(98989,37160,'action started via WP Cron','2021-01-24 12:20:15','2021-01-24 07:20:15'),
(98990,37160,'action complete via WP Cron','2021-01-24 12:20:15','2021-01-24 07:20:15'),
(98991,37161,'action created','2021-01-24 12:20:15','2021-01-24 07:20:15'),
(98992,37161,'action started via WP Cron','2021-01-24 12:21:55','2021-01-24 07:21:55'),
(98993,37161,'action complete via WP Cron','2021-01-24 12:21:55','2021-01-24 07:21:55'),
(98994,37162,'action created','2021-01-24 12:21:55','2021-01-24 07:21:55'),
(98995,37162,'action started via WP Cron','2021-01-24 12:22:32','2021-01-24 07:22:32'),
(98996,37162,'action complete via WP Cron','2021-01-24 12:22:32','2021-01-24 07:22:32'),
(98997,37163,'action created','2021-01-24 12:22:32','2021-01-24 07:22:32'),
(98998,37163,'action started via WP Cron','2021-01-24 12:26:52','2021-01-24 07:26:52'),
(98999,37163,'action complete via WP Cron','2021-01-24 12:26:52','2021-01-24 07:26:52'),
(99000,37164,'action created','2021-01-24 12:26:52','2021-01-24 07:26:52'),
(99001,37164,'action started via WP Cron','2021-01-24 12:29:03','2021-01-24 07:29:03'),
(99002,37164,'action complete via WP Cron','2021-01-24 12:29:03','2021-01-24 07:29:03'),
(99003,37165,'action created','2021-01-24 12:29:03','2021-01-24 07:29:03'),
(99004,37165,'action started via WP Cron','2021-01-24 12:30:46','2021-01-24 07:30:46'),
(99005,37165,'action complete via WP Cron','2021-01-24 12:30:46','2021-01-24 07:30:46'),
(99006,37166,'action created','2021-01-24 12:30:46','2021-01-24 07:30:46'),
(99007,37166,'action started via WP Cron','2021-01-24 12:31:15','2021-01-24 07:31:15'),
(99008,37166,'action complete via WP Cron','2021-01-24 12:31:15','2021-01-24 07:31:15'),
(99009,37167,'action created','2021-01-24 12:31:15','2021-01-24 07:31:15'),
(99010,37167,'action started via WP Cron','2021-01-24 12:32:40','2021-01-24 07:32:40'),
(99011,37167,'action complete via WP Cron','2021-01-24 12:32:40','2021-01-24 07:32:40'),
(99012,37168,'action created','2021-01-24 12:32:40','2021-01-24 07:32:40'),
(99013,37168,'action started via WP Cron','2021-01-24 12:33:32','2021-01-24 07:33:32'),
(99014,37168,'action complete via WP Cron','2021-01-24 12:33:32','2021-01-24 07:33:32'),
(99015,37169,'action created','2021-01-24 12:33:32','2021-01-24 07:33:32'),
(99016,37169,'action started via WP Cron','2021-01-24 12:34:54','2021-01-24 07:34:54'),
(99017,37169,'action complete via WP Cron','2021-01-24 12:34:54','2021-01-24 07:34:54'),
(99018,37170,'action created','2021-01-24 12:34:54','2021-01-24 07:34:54'),
(99019,37170,'action started via WP Cron','2021-01-24 12:35:49','2021-01-24 07:35:49'),
(99020,37170,'action complete via WP Cron','2021-01-24 12:35:49','2021-01-24 07:35:49'),
(99021,37171,'action created','2021-01-24 12:35:49','2021-01-24 07:35:49'),
(99022,37171,'action started via WP Cron','2021-01-24 12:36:14','2021-01-24 07:36:14'),
(99023,37171,'action complete via WP Cron','2021-01-24 12:36:14','2021-01-24 07:36:14'),
(99024,37172,'action created','2021-01-24 12:36:14','2021-01-24 07:36:14'),
(99025,37172,'action started via WP Cron','2021-01-24 12:37:40','2021-01-24 07:37:40'),
(99026,37172,'action complete via WP Cron','2021-01-24 12:37:40','2021-01-24 07:37:40'),
(99027,37173,'action created','2021-01-24 12:37:41','2021-01-24 07:37:41'),
(99028,37173,'action started via WP Cron','2021-01-24 12:42:36','2021-01-24 07:42:36'),
(99029,37173,'action complete via WP Cron','2021-01-24 12:42:36','2021-01-24 07:42:36'),
(99030,37174,'action created','2021-01-24 12:42:36','2021-01-24 07:42:36'),
(99031,37174,'action started via WP Cron','2021-01-24 12:43:16','2021-01-24 07:43:16'),
(99032,37174,'action complete via WP Cron','2021-01-24 12:43:16','2021-01-24 07:43:16'),
(99033,37175,'action created','2021-01-24 12:43:16','2021-01-24 07:43:16'),
(99034,37175,'action started via WP Cron','2021-01-24 12:44:12','2021-01-24 07:44:12'),
(99035,37175,'action complete via WP Cron','2021-01-24 12:44:12','2021-01-24 07:44:12'),
(99036,37176,'action created','2021-01-24 12:44:12','2021-01-24 07:44:12'),
(99037,37176,'action started via WP Cron','2021-01-24 12:45:46','2021-01-24 07:45:46'),
(99038,37176,'action complete via WP Cron','2021-01-24 12:45:46','2021-01-24 07:45:46'),
(99039,37177,'action created','2021-01-24 12:45:46','2021-01-24 07:45:46'),
(99040,37177,'action started via WP Cron','2021-01-24 12:46:11','2021-01-24 07:46:11'),
(99041,37177,'action complete via WP Cron','2021-01-24 12:46:11','2021-01-24 07:46:11'),
(99042,37178,'action created','2021-01-24 12:46:11','2021-01-24 07:46:11'),
(99043,37178,'action started via WP Cron','2021-01-24 12:48:02','2021-01-24 07:48:02'),
(99044,37178,'action complete via WP Cron','2021-01-24 12:48:02','2021-01-24 07:48:02'),
(99045,37179,'action created','2021-01-24 12:48:03','2021-01-24 07:48:03'),
(99046,37179,'action started via WP Cron','2021-01-24 12:49:46','2021-01-24 07:49:46'),
(99047,37179,'action complete via WP Cron','2021-01-24 12:49:46','2021-01-24 07:49:46'),
(99048,37180,'action created','2021-01-24 12:49:46','2021-01-24 07:49:46'),
(99049,37180,'action started via WP Cron','2021-01-24 12:51:52','2021-01-24 07:51:52'),
(99050,37180,'action complete via WP Cron','2021-01-24 12:51:52','2021-01-24 07:51:52'),
(99051,37181,'action created','2021-01-24 12:51:52','2021-01-24 07:51:52'),
(99052,37181,'action started via WP Cron','2021-01-24 12:54:55','2021-01-24 07:54:55'),
(99053,37181,'action complete via WP Cron','2021-01-24 12:54:55','2021-01-24 07:54:55'),
(99054,37182,'action created','2021-01-24 12:54:55','2021-01-24 07:54:55'),
(99055,37182,'action started via WP Cron','2021-01-24 12:56:11','2021-01-24 07:56:11'),
(99056,37182,'action complete via WP Cron','2021-01-24 12:56:11','2021-01-24 07:56:11'),
(99057,37183,'action created','2021-01-24 12:56:11','2021-01-24 07:56:11'),
(99058,37183,'action started via WP Cron','2021-01-24 12:57:31','2021-01-24 07:57:31'),
(99059,37183,'action complete via WP Cron','2021-01-24 12:57:31','2021-01-24 07:57:31'),
(99060,37184,'action created','2021-01-24 12:57:31','2021-01-24 07:57:31'),
(99061,37184,'action started via WP Cron','2021-01-24 12:59:45','2021-01-24 07:59:45'),
(99062,37184,'action complete via WP Cron','2021-01-24 12:59:45','2021-01-24 07:59:45'),
(99063,37185,'action created','2021-01-24 12:59:46','2021-01-24 07:59:46'),
(99064,37185,'action started via WP Cron','2021-01-24 13:00:14','2021-01-24 08:00:14'),
(99065,37185,'action complete via WP Cron','2021-01-24 13:00:14','2021-01-24 08:00:14'),
(99066,37186,'action created','2021-01-24 13:00:14','2021-01-24 08:00:14'),
(99067,37186,'action started via WP Cron','2021-01-24 13:03:18','2021-01-24 08:03:18'),
(99068,37186,'action complete via WP Cron','2021-01-24 13:03:18','2021-01-24 08:03:18'),
(99069,37187,'action created','2021-01-24 13:03:18','2021-01-24 08:03:18'),
(99070,37187,'action started via WP Cron','2021-01-24 13:04:18','2021-01-24 08:04:18'),
(99071,37187,'action complete via WP Cron','2021-01-24 13:04:18','2021-01-24 08:04:18'),
(99072,37188,'action created','2021-01-24 13:04:18','2021-01-24 08:04:18'),
(99073,37188,'action started via WP Cron','2021-01-24 13:05:20','2021-01-24 08:05:20'),
(99074,37188,'action complete via WP Cron','2021-01-24 13:05:20','2021-01-24 08:05:20'),
(99075,37189,'action created','2021-01-24 13:05:20','2021-01-24 08:05:20'),
(99076,37189,'action started via WP Cron','2021-01-24 13:07:10','2021-01-24 08:07:10'),
(99077,37189,'action complete via WP Cron','2021-01-24 13:07:10','2021-01-24 08:07:10'),
(99078,37190,'action created','2021-01-24 13:07:10','2021-01-24 08:07:10'),
(99079,37190,'action started via WP Cron','2021-01-24 13:07:26','2021-01-24 08:07:26'),
(99080,37190,'action complete via WP Cron','2021-01-24 13:07:26','2021-01-24 08:07:26'),
(99081,37191,'action created','2021-01-24 13:07:26','2021-01-24 08:07:26'),
(99082,37191,'action started via WP Cron','2021-01-24 13:09:26','2021-01-24 08:09:26'),
(99083,37191,'action complete via WP Cron','2021-01-24 13:09:26','2021-01-24 08:09:26'),
(99084,36268,'action started via WP Cron','2021-01-24 13:09:26','2021-01-24 08:09:26'),
(99085,36268,'action complete via WP Cron','2021-01-24 13:09:26','2021-01-24 08:09:26'),
(99086,37192,'action created','2021-01-24 13:09:26','2021-01-24 08:09:26'),
(99087,37193,'action created','2021-01-24 13:09:26','2021-01-24 08:09:26'),
(99088,37193,'action started via WP Cron','2021-01-24 13:12:46','2021-01-24 08:12:46'),
(99089,37193,'action complete via WP Cron','2021-01-24 13:12:46','2021-01-24 08:12:46'),
(99090,37194,'action created','2021-01-24 13:12:46','2021-01-24 08:12:46'),
(99091,37194,'action started via WP Cron','2021-01-24 13:13:25','2021-01-24 08:13:25'),
(99092,37194,'action complete via WP Cron','2021-01-24 13:13:25','2021-01-24 08:13:25'),
(99093,37195,'action created','2021-01-24 13:13:25','2021-01-24 08:13:25'),
(99094,37195,'action started via WP Cron','2021-01-24 13:14:50','2021-01-24 08:14:50'),
(99095,37195,'action complete via WP Cron','2021-01-24 13:14:50','2021-01-24 08:14:50'),
(99096,37196,'action created','2021-01-24 13:14:50','2021-01-24 08:14:50'),
(99097,37196,'action started via WP Cron','2021-01-24 13:15:28','2021-01-24 08:15:28'),
(99098,37196,'action complete via WP Cron','2021-01-24 13:15:28','2021-01-24 08:15:28'),
(99099,37197,'action created','2021-01-24 13:15:28','2021-01-24 08:15:28'),
(99100,37197,'action started via WP Cron','2021-01-24 13:16:18','2021-01-24 08:16:18'),
(99101,37197,'action complete via WP Cron','2021-01-24 13:16:18','2021-01-24 08:16:18'),
(99102,37198,'action created','2021-01-24 13:16:18','2021-01-24 08:16:18'),
(99103,37198,'action started via WP Cron','2021-01-24 13:18:14','2021-01-24 08:18:14'),
(99104,37198,'action complete via WP Cron','2021-01-24 13:18:14','2021-01-24 08:18:14'),
(99105,37199,'action created','2021-01-24 13:18:14','2021-01-24 08:18:14'),
(99106,37199,'action started via WP Cron','2021-01-24 13:19:21','2021-01-24 08:19:21'),
(99107,37199,'action complete via WP Cron','2021-01-24 13:19:21','2021-01-24 08:19:21'),
(99108,37200,'action created','2021-01-24 13:19:21','2021-01-24 08:19:21'),
(99109,37200,'action started via WP Cron','2021-01-24 13:20:43','2021-01-24 08:20:43'),
(99110,37200,'action complete via WP Cron','2021-01-24 13:20:43','2021-01-24 08:20:43'),
(99111,37201,'action created','2021-01-24 13:20:43','2021-01-24 08:20:43'),
(99112,37201,'action started via WP Cron','2021-01-24 13:23:02','2021-01-24 08:23:02'),
(99113,37201,'action complete via WP Cron','2021-01-24 13:23:02','2021-01-24 08:23:02'),
(99114,37202,'action created','2021-01-24 13:23:02','2021-01-24 08:23:02'),
(99115,37202,'action started via WP Cron','2021-01-24 13:25:16','2021-01-24 08:25:16'),
(99116,37202,'action complete via WP Cron','2021-01-24 13:25:16','2021-01-24 08:25:16'),
(99117,37203,'action created','2021-01-24 13:25:16','2021-01-24 08:25:16'),
(99118,37203,'action started via WP Cron','2021-01-24 13:27:02','2021-01-24 08:27:02'),
(99119,37203,'action complete via WP Cron','2021-01-24 13:27:02','2021-01-24 08:27:02'),
(99120,37204,'action created','2021-01-24 13:27:02','2021-01-24 08:27:02'),
(99121,37204,'action started via WP Cron','2021-01-24 13:27:20','2021-01-24 08:27:20'),
(99122,37204,'action complete via WP Cron','2021-01-24 13:27:20','2021-01-24 08:27:20'),
(99123,37205,'action created','2021-01-24 13:27:20','2021-01-24 08:27:20'),
(99124,37205,'action started via WP Cron','2021-01-24 13:29:23','2021-01-24 08:29:23'),
(99125,37205,'action complete via WP Cron','2021-01-24 13:29:23','2021-01-24 08:29:23'),
(99126,37206,'action created','2021-01-24 13:29:25','2021-01-24 08:29:25'),
(99127,37206,'action started via WP Cron','2021-01-24 13:31:42','2021-01-24 08:31:42'),
(99128,37206,'action complete via WP Cron','2021-01-24 13:31:42','2021-01-24 08:31:42'),
(99129,37207,'action created','2021-01-24 13:31:42','2021-01-24 08:31:42'),
(99130,37207,'action started via WP Cron','2021-01-24 13:34:59','2021-01-24 08:34:59'),
(99131,37207,'action complete via WP Cron','2021-01-24 13:34:59','2021-01-24 08:34:59'),
(99132,37208,'action created','2021-01-24 13:34:59','2021-01-24 08:34:59'),
(99133,37208,'action started via WP Cron','2021-01-24 13:35:12','2021-01-24 08:35:12'),
(99134,37208,'action complete via WP Cron','2021-01-24 13:35:12','2021-01-24 08:35:12'),
(99135,37209,'action created','2021-01-24 13:35:12','2021-01-24 08:35:12'),
(99136,37209,'action started via WP Cron','2021-01-24 13:36:11','2021-01-24 08:36:11'),
(99137,37209,'action complete via WP Cron','2021-01-24 13:36:11','2021-01-24 08:36:11'),
(99138,37210,'action created','2021-01-24 13:36:12','2021-01-24 08:36:12'),
(99139,37210,'action started via WP Cron','2021-01-24 13:37:42','2021-01-24 08:37:42'),
(99140,37210,'action complete via WP Cron','2021-01-24 13:37:42','2021-01-24 08:37:42'),
(99141,37211,'action created','2021-01-24 13:37:42','2021-01-24 08:37:42'),
(99142,37211,'action started via WP Cron','2021-01-24 13:39:04','2021-01-24 08:39:04'),
(99143,37211,'action complete via WP Cron','2021-01-24 13:39:04','2021-01-24 08:39:04'),
(99144,37212,'action created','2021-01-24 13:39:05','2021-01-24 08:39:05'),
(99145,37212,'action started via WP Cron','2021-01-24 13:39:18','2021-01-24 08:39:18'),
(99146,37212,'action complete via WP Cron','2021-01-24 13:39:18','2021-01-24 08:39:18'),
(99147,37213,'action created','2021-01-24 13:39:18','2021-01-24 08:39:18'),
(99148,37213,'action started via WP Cron','2021-01-24 13:42:17','2021-01-24 08:42:17'),
(99149,37213,'action complete via WP Cron','2021-01-24 13:42:17','2021-01-24 08:42:17'),
(99150,37214,'action created','2021-01-24 13:42:17','2021-01-24 08:42:17'),
(99151,37214,'action started via WP Cron','2021-01-24 13:43:40','2021-01-24 08:43:40'),
(99152,37214,'action complete via WP Cron','2021-01-24 13:43:40','2021-01-24 08:43:40'),
(99153,37215,'action created','2021-01-24 13:43:40','2021-01-24 08:43:40'),
(99154,37215,'action started via WP Cron','2021-01-24 13:45:26','2021-01-24 08:45:26'),
(99155,37215,'action complete via WP Cron','2021-01-24 13:45:26','2021-01-24 08:45:26'),
(99156,37216,'action created','2021-01-24 13:45:26','2021-01-24 08:45:26'),
(99157,37216,'action started via WP Cron','2021-01-24 13:46:31','2021-01-24 08:46:31'),
(99158,37216,'action complete via WP Cron','2021-01-24 13:46:31','2021-01-24 08:46:31'),
(99159,37217,'action created','2021-01-24 13:46:31','2021-01-24 08:46:31'),
(99160,37217,'action started via WP Cron','2021-01-24 13:47:17','2021-01-24 08:47:17'),
(99161,37217,'action complete via WP Cron','2021-01-24 13:47:17','2021-01-24 08:47:17'),
(99162,37218,'action created','2021-01-24 13:47:17','2021-01-24 08:47:17'),
(99163,37218,'action started via WP Cron','2021-01-24 13:50:40','2021-01-24 08:50:40'),
(99164,37218,'action complete via WP Cron','2021-01-24 13:50:40','2021-01-24 08:50:40'),
(99165,37219,'action created','2021-01-24 13:50:40','2021-01-24 08:50:40'),
(99166,37219,'action started via WP Cron','2021-01-24 13:51:35','2021-01-24 08:51:35'),
(99167,37219,'action complete via WP Cron','2021-01-24 13:51:35','2021-01-24 08:51:35'),
(99168,37220,'action created','2021-01-24 13:51:35','2021-01-24 08:51:35'),
(99169,37220,'action started via WP Cron','2021-01-24 13:54:27','2021-01-24 08:54:27'),
(99170,37220,'action complete via WP Cron','2021-01-24 13:54:27','2021-01-24 08:54:27'),
(99171,37221,'action created','2021-01-24 13:54:27','2021-01-24 08:54:27'),
(99172,37221,'action started via WP Cron','2021-01-24 13:58:39','2021-01-24 08:58:39'),
(99173,37221,'action complete via WP Cron','2021-01-24 13:58:39','2021-01-24 08:58:39'),
(99174,37222,'action created','2021-01-24 13:58:39','2021-01-24 08:58:39'),
(99175,37222,'action started via WP Cron','2021-01-24 14:00:15','2021-01-24 09:00:15'),
(99176,37222,'action complete via WP Cron','2021-01-24 14:00:15','2021-01-24 09:00:15'),
(99177,37223,'action created','2021-01-24 14:00:15','2021-01-24 09:00:15'),
(99178,37223,'action started via WP Cron','2021-01-24 14:01:16','2021-01-24 09:01:16'),
(99179,37223,'action complete via WP Cron','2021-01-24 14:01:16','2021-01-24 09:01:16'),
(99180,37224,'action created','2021-01-24 14:01:16','2021-01-24 09:01:16'),
(99181,37224,'action started via WP Cron','2021-01-24 14:03:03','2021-01-24 09:03:03'),
(99182,37224,'action complete via WP Cron','2021-01-24 14:03:03','2021-01-24 09:03:03'),
(99183,37225,'action created','2021-01-24 14:03:03','2021-01-24 09:03:03'),
(99184,37225,'action started via WP Cron','2021-01-24 14:03:56','2021-01-24 09:03:56'),
(99185,37225,'action complete via WP Cron','2021-01-24 14:03:56','2021-01-24 09:03:56'),
(99186,37226,'action created','2021-01-24 14:03:57','2021-01-24 09:03:57'),
(99187,37226,'action started via WP Cron','2021-01-24 14:05:17','2021-01-24 09:05:17'),
(99188,37226,'action complete via WP Cron','2021-01-24 14:05:17','2021-01-24 09:05:17'),
(99189,37227,'action created','2021-01-24 14:05:17','2021-01-24 09:05:17'),
(99190,37227,'action started via WP Cron','2021-01-24 14:07:36','2021-01-24 09:07:36'),
(99191,37227,'action complete via WP Cron','2021-01-24 14:07:36','2021-01-24 09:07:36'),
(99192,37228,'action created','2021-01-24 14:07:36','2021-01-24 09:07:36'),
(99193,37228,'action started via WP Cron','2021-01-24 14:08:35','2021-01-24 09:08:35'),
(99194,37228,'action complete via WP Cron','2021-01-24 14:08:35','2021-01-24 09:08:35'),
(99195,37229,'action created','2021-01-24 14:08:35','2021-01-24 09:08:35'),
(99196,37229,'action started via WP Cron','2021-01-24 14:09:29','2021-01-24 09:09:29'),
(99197,37229,'action complete via WP Cron','2021-01-24 14:09:29','2021-01-24 09:09:29'),
(99198,37230,'action created','2021-01-24 14:09:29','2021-01-24 09:09:29'),
(99199,37230,'action started via WP Cron','2021-01-24 14:10:15','2021-01-24 09:10:15'),
(99200,37230,'action complete via WP Cron','2021-01-24 14:10:15','2021-01-24 09:10:15'),
(99201,37231,'action created','2021-01-24 14:10:15','2021-01-24 09:10:15'),
(99202,37231,'action started via WP Cron','2021-01-24 14:11:53','2021-01-24 09:11:53'),
(99203,37231,'action complete via WP Cron','2021-01-24 14:11:53','2021-01-24 09:11:53'),
(99204,37232,'action created','2021-01-24 14:11:53','2021-01-24 09:11:53'),
(99205,37232,'action started via WP Cron','2021-01-24 14:12:17','2021-01-24 09:12:17'),
(99206,37232,'action complete via WP Cron','2021-01-24 14:12:17','2021-01-24 09:12:17'),
(99207,37233,'action created','2021-01-24 14:12:17','2021-01-24 09:12:17'),
(99208,37233,'action started via WP Cron','2021-01-24 14:13:44','2021-01-24 09:13:44'),
(99209,37233,'action complete via WP Cron','2021-01-24 14:13:44','2021-01-24 09:13:44'),
(99210,37234,'action created','2021-01-24 14:13:44','2021-01-24 09:13:44'),
(99211,37234,'action started via WP Cron','2021-01-24 14:14:31','2021-01-24 09:14:31'),
(99212,37234,'action complete via WP Cron','2021-01-24 14:14:31','2021-01-24 09:14:31'),
(99213,37235,'action created','2021-01-24 14:14:31','2021-01-24 09:14:31'),
(99214,37235,'action started via WP Cron','2021-01-24 14:16:08','2021-01-24 09:16:08'),
(99215,37235,'action complete via WP Cron','2021-01-24 14:16:08','2021-01-24 09:16:08'),
(99216,37236,'action created','2021-01-24 14:16:08','2021-01-24 09:16:08'),
(99217,37236,'action started via WP Cron','2021-01-24 14:16:27','2021-01-24 09:16:27'),
(99218,37236,'action complete via WP Cron','2021-01-24 14:16:27','2021-01-24 09:16:27'),
(99219,37237,'action created','2021-01-24 14:16:27','2021-01-24 09:16:27'),
(99220,37237,'action started via WP Cron','2021-01-24 14:17:14','2021-01-24 09:17:14'),
(99221,37237,'action complete via WP Cron','2021-01-24 14:17:14','2021-01-24 09:17:14'),
(99222,37238,'action created','2021-01-24 14:17:14','2021-01-24 09:17:14'),
(99223,37238,'action started via WP Cron','2021-01-24 14:18:16','2021-01-24 09:18:16'),
(99224,37238,'action complete via WP Cron','2021-01-24 14:18:16','2021-01-24 09:18:16'),
(99225,37239,'action created','2021-01-24 14:18:16','2021-01-24 09:18:16'),
(99226,37239,'action started via WP Cron','2021-01-24 14:19:31','2021-01-24 09:19:31'),
(99227,37239,'action complete via WP Cron','2021-01-24 14:19:31','2021-01-24 09:19:31'),
(99228,37240,'action created','2021-01-24 14:19:31','2021-01-24 09:19:31'),
(99229,37240,'action started via WP Cron','2021-01-24 14:22:17','2021-01-24 09:22:17'),
(99230,37240,'action complete via WP Cron','2021-01-24 14:22:17','2021-01-24 09:22:17'),
(99231,37241,'action created','2021-01-24 14:22:17','2021-01-24 09:22:17'),
(99232,37241,'action started via WP Cron','2021-01-24 14:23:48','2021-01-24 09:23:48'),
(99233,37241,'action complete via WP Cron','2021-01-24 14:23:48','2021-01-24 09:23:48'),
(99234,37242,'action created','2021-01-24 14:23:48','2021-01-24 09:23:48'),
(99235,37242,'action started via WP Cron','2021-01-24 14:25:35','2021-01-24 09:25:35'),
(99236,37242,'action complete via WP Cron','2021-01-24 14:25:35','2021-01-24 09:25:35'),
(99237,37243,'action created','2021-01-24 14:25:35','2021-01-24 09:25:35'),
(99238,37243,'action started via WP Cron','2021-01-24 14:26:56','2021-01-24 09:26:56'),
(99239,37243,'action complete via WP Cron','2021-01-24 14:26:56','2021-01-24 09:26:56'),
(99240,37244,'action created','2021-01-24 14:26:56','2021-01-24 09:26:56'),
(99241,37244,'action started via WP Cron','2021-01-24 14:28:30','2021-01-24 09:28:30'),
(99242,37244,'action complete via WP Cron','2021-01-24 14:28:30','2021-01-24 09:28:30'),
(99243,37245,'action created','2021-01-24 14:28:30','2021-01-24 09:28:30'),
(99244,37245,'action started via WP Cron','2021-01-24 14:29:46','2021-01-24 09:29:46'),
(99245,37245,'action complete via WP Cron','2021-01-24 14:29:46','2021-01-24 09:29:46'),
(99246,37246,'action created','2021-01-24 14:29:46','2021-01-24 09:29:46'),
(99247,37246,'action started via WP Cron','2021-01-24 14:30:13','2021-01-24 09:30:13'),
(99248,37246,'action complete via WP Cron','2021-01-24 14:30:13','2021-01-24 09:30:13'),
(99249,37247,'action created','2021-01-24 14:30:13','2021-01-24 09:30:13'),
(99250,37247,'action started via WP Cron','2021-01-24 14:31:15','2021-01-24 09:31:15'),
(99251,37247,'action complete via WP Cron','2021-01-24 14:31:15','2021-01-24 09:31:15'),
(99252,37248,'action created','2021-01-24 14:31:15','2021-01-24 09:31:15'),
(99253,37248,'action started via WP Cron','2021-01-24 14:32:12','2021-01-24 09:32:12'),
(99254,37248,'action complete via WP Cron','2021-01-24 14:32:12','2021-01-24 09:32:12'),
(99255,37249,'action created','2021-01-24 14:32:12','2021-01-24 09:32:12'),
(99256,37249,'action started via WP Cron','2021-01-24 14:33:24','2021-01-24 09:33:24'),
(99257,37249,'action complete via WP Cron','2021-01-24 14:33:24','2021-01-24 09:33:24'),
(99258,37250,'action created','2021-01-24 14:33:24','2021-01-24 09:33:24'),
(99259,37250,'action started via WP Cron','2021-01-24 14:35:46','2021-01-24 09:35:46'),
(99260,37250,'action complete via WP Cron','2021-01-24 14:35:46','2021-01-24 09:35:46'),
(99261,37251,'action created','2021-01-24 14:35:46','2021-01-24 09:35:46'),
(99262,37251,'action started via WP Cron','2021-01-24 14:36:44','2021-01-24 09:36:44'),
(99263,37251,'action complete via WP Cron','2021-01-24 14:36:44','2021-01-24 09:36:44'),
(99264,37252,'action created','2021-01-24 14:36:44','2021-01-24 09:36:44'),
(99265,37252,'action started via WP Cron','2021-01-24 14:37:14','2021-01-24 09:37:14'),
(99266,37252,'action complete via WP Cron','2021-01-24 14:37:14','2021-01-24 09:37:14'),
(99267,37253,'action created','2021-01-24 14:37:14','2021-01-24 09:37:14'),
(99268,37253,'action started via WP Cron','2021-01-24 14:38:44','2021-01-24 09:38:44'),
(99269,37253,'action complete via WP Cron','2021-01-24 14:38:44','2021-01-24 09:38:44'),
(99270,37254,'action created','2021-01-24 14:38:44','2021-01-24 09:38:44'),
(99271,37254,'action started via WP Cron','2021-01-24 14:39:41','2021-01-24 09:39:41'),
(99272,37254,'action complete via WP Cron','2021-01-24 14:39:41','2021-01-24 09:39:41'),
(99273,37255,'action created','2021-01-24 14:39:42','2021-01-24 09:39:42'),
(99274,37255,'action started via WP Cron','2021-01-24 14:41:49','2021-01-24 09:41:49'),
(99275,37255,'action complete via WP Cron','2021-01-24 14:41:49','2021-01-24 09:41:49'),
(99276,37256,'action created','2021-01-24 14:41:49','2021-01-24 09:41:49'),
(99277,37256,'action started via WP Cron','2021-01-24 14:42:29','2021-01-24 09:42:29'),
(99278,37256,'action complete via WP Cron','2021-01-24 14:42:29','2021-01-24 09:42:29'),
(99279,37257,'action created','2021-01-24 14:42:29','2021-01-24 09:42:29'),
(99280,37257,'action started via WP Cron','2021-01-24 14:43:18','2021-01-24 09:43:18'),
(99281,37257,'action complete via WP Cron','2021-01-24 14:43:18','2021-01-24 09:43:18'),
(99282,37258,'action created','2021-01-24 14:43:18','2021-01-24 09:43:18'),
(99283,37258,'action started via WP Cron','2021-01-24 14:44:54','2021-01-24 09:44:54'),
(99284,37258,'action complete via WP Cron','2021-01-24 14:44:54','2021-01-24 09:44:54'),
(99285,37259,'action created','2021-01-24 14:44:54','2021-01-24 09:44:54'),
(99286,37259,'action started via WP Cron','2021-01-24 14:46:24','2021-01-24 09:46:24'),
(99287,37259,'action complete via WP Cron','2021-01-24 14:46:24','2021-01-24 09:46:24'),
(99288,37260,'action created','2021-01-24 14:46:24','2021-01-24 09:46:24'),
(99289,37260,'action started via WP Cron','2021-01-24 14:47:26','2021-01-24 09:47:26'),
(99290,37260,'action complete via WP Cron','2021-01-24 14:47:26','2021-01-24 09:47:26'),
(99291,37261,'action created','2021-01-24 14:47:26','2021-01-24 09:47:26'),
(99292,37261,'action started via WP Cron','2021-01-24 14:48:33','2021-01-24 09:48:33'),
(99293,37261,'action complete via WP Cron','2021-01-24 14:48:33','2021-01-24 09:48:33'),
(99294,37262,'action created','2021-01-24 14:48:33','2021-01-24 09:48:33'),
(99295,37262,'action started via WP Cron','2021-01-24 14:49:18','2021-01-24 09:49:18'),
(99296,37262,'action complete via WP Cron','2021-01-24 14:49:18','2021-01-24 09:49:18'),
(99297,37263,'action created','2021-01-24 14:49:18','2021-01-24 09:49:18'),
(99298,37263,'action started via WP Cron','2021-01-24 14:50:59','2021-01-24 09:50:59'),
(99299,37263,'action complete via WP Cron','2021-01-24 14:50:59','2021-01-24 09:50:59'),
(99300,37264,'action created','2021-01-24 14:50:59','2021-01-24 09:50:59'),
(99301,37264,'action started via WP Cron','2021-01-24 14:52:06','2021-01-24 09:52:06'),
(99302,37264,'action complete via WP Cron','2021-01-24 14:52:06','2021-01-24 09:52:06'),
(99303,37265,'action created','2021-01-24 14:52:06','2021-01-24 09:52:06'),
(99304,37265,'action started via WP Cron','2021-01-24 14:53:51','2021-01-24 09:53:51'),
(99305,37265,'action complete via WP Cron','2021-01-24 14:53:51','2021-01-24 09:53:51'),
(99306,37266,'action created','2021-01-24 14:53:51','2021-01-24 09:53:51'),
(99307,37266,'action started via WP Cron','2021-01-24 14:54:34','2021-01-24 09:54:34'),
(99308,37266,'action complete via WP Cron','2021-01-24 14:54:34','2021-01-24 09:54:34'),
(99309,37267,'action created','2021-01-24 14:54:34','2021-01-24 09:54:34'),
(99310,37267,'action started via WP Cron','2021-01-24 14:55:33','2021-01-24 09:55:33'),
(99311,37267,'action complete via WP Cron','2021-01-24 14:55:33','2021-01-24 09:55:33'),
(99312,37268,'action created','2021-01-24 14:55:33','2021-01-24 09:55:33'),
(99313,37268,'action started via WP Cron','2021-01-24 14:56:32','2021-01-24 09:56:32'),
(99314,37268,'action complete via WP Cron','2021-01-24 14:56:32','2021-01-24 09:56:32'),
(99315,37269,'action created','2021-01-24 14:56:32','2021-01-24 09:56:32'),
(99316,37269,'action started via WP Cron','2021-01-24 14:57:39','2021-01-24 09:57:39'),
(99317,37269,'action complete via WP Cron','2021-01-24 14:57:39','2021-01-24 09:57:39'),
(99318,37270,'action created','2021-01-24 14:57:39','2021-01-24 09:57:39'),
(99319,37270,'action started via WP Cron','2021-01-24 14:58:27','2021-01-24 09:58:27'),
(99320,37270,'action complete via WP Cron','2021-01-24 14:58:27','2021-01-24 09:58:27'),
(99321,37271,'action created','2021-01-24 14:58:27','2021-01-24 09:58:27'),
(99322,37271,'action started via WP Cron','2021-01-24 15:02:23','2021-01-24 10:02:23'),
(99323,37271,'action complete via WP Cron','2021-01-24 15:02:23','2021-01-24 10:02:23'),
(99324,37272,'action created','2021-01-24 15:02:23','2021-01-24 10:02:23'),
(99325,37272,'action started via WP Cron','2021-01-24 15:03:40','2021-01-24 10:03:40'),
(99326,37272,'action complete via WP Cron','2021-01-24 15:03:40','2021-01-24 10:03:40'),
(99327,37273,'action created','2021-01-24 15:03:40','2021-01-24 10:03:40'),
(99328,37273,'action started via WP Cron','2021-01-24 15:06:06','2021-01-24 10:06:06'),
(99329,37273,'action complete via WP Cron','2021-01-24 15:06:06','2021-01-24 10:06:06'),
(99330,37274,'action created','2021-01-24 15:06:06','2021-01-24 10:06:06'),
(99331,37274,'action started via WP Cron','2021-01-24 15:07:07','2021-01-24 10:07:07'),
(99332,37274,'action complete via WP Cron','2021-01-24 15:07:07','2021-01-24 10:07:07'),
(99333,37275,'action created','2021-01-24 15:07:07','2021-01-24 10:07:07'),
(99334,37275,'action started via WP Cron','2021-01-24 15:07:21','2021-01-24 10:07:21'),
(99335,37275,'action complete via WP Cron','2021-01-24 15:07:21','2021-01-24 10:07:21'),
(99336,37276,'action created','2021-01-24 15:07:21','2021-01-24 10:07:21'),
(99337,37276,'action started via WP Cron','2021-01-24 15:09:43','2021-01-24 10:09:43'),
(99338,37276,'action complete via WP Cron','2021-01-24 15:09:43','2021-01-24 10:09:43'),
(99339,37277,'action created','2021-01-24 15:09:43','2021-01-24 10:09:43'),
(99340,37277,'action started via WP Cron','2021-01-24 15:11:50','2021-01-24 10:11:50'),
(99341,37277,'action complete via WP Cron','2021-01-24 15:11:50','2021-01-24 10:11:50'),
(99342,37278,'action created','2021-01-24 15:11:50','2021-01-24 10:11:50'),
(99343,37278,'action started via WP Cron','2021-01-24 15:13:53','2021-01-24 10:13:53'),
(99344,37278,'action complete via WP Cron','2021-01-24 15:13:53','2021-01-24 10:13:53'),
(99345,37279,'action created','2021-01-24 15:13:53','2021-01-24 10:13:53'),
(99346,37279,'action started via WP Cron','2021-01-24 15:14:35','2021-01-24 10:14:35'),
(99347,37279,'action complete via WP Cron','2021-01-24 15:14:35','2021-01-24 10:14:35'),
(99348,37280,'action created','2021-01-24 15:14:35','2021-01-24 10:14:35'),
(99349,37280,'action started via WP Cron','2021-01-24 15:17:02','2021-01-24 10:17:02'),
(99350,37280,'action complete via WP Cron','2021-01-24 15:17:02','2021-01-24 10:17:02'),
(99351,37281,'action created','2021-01-24 15:17:02','2021-01-24 10:17:02'),
(99352,37281,'action started via WP Cron','2021-01-24 15:18:27','2021-01-24 10:18:27'),
(99353,37281,'action complete via WP Cron','2021-01-24 15:18:27','2021-01-24 10:18:27'),
(99354,37282,'action created','2021-01-24 15:18:27','2021-01-24 10:18:27'),
(99355,37282,'action started via WP Cron','2021-01-24 15:23:40','2021-01-24 10:23:40'),
(99356,37282,'action complete via WP Cron','2021-01-24 15:23:40','2021-01-24 10:23:40'),
(99357,37283,'action created','2021-01-24 15:23:40','2021-01-24 10:23:40'),
(99358,37283,'action started via WP Cron','2021-01-24 15:27:30','2021-01-24 10:27:30'),
(99359,37283,'action complete via WP Cron','2021-01-24 15:27:30','2021-01-24 10:27:30'),
(99360,37284,'action created','2021-01-24 15:27:30','2021-01-24 10:27:30'),
(99361,37284,'action started via WP Cron','2021-01-24 15:29:06','2021-01-24 10:29:06'),
(99362,37284,'action complete via WP Cron','2021-01-24 15:29:06','2021-01-24 10:29:06'),
(99363,37285,'action created','2021-01-24 15:29:06','2021-01-24 10:29:06'),
(99364,37285,'action started via WP Cron','2021-01-24 15:30:21','2021-01-24 10:30:21'),
(99365,37285,'action complete via WP Cron','2021-01-24 15:30:21','2021-01-24 10:30:21'),
(99366,37286,'action created','2021-01-24 15:30:21','2021-01-24 10:30:21'),
(99367,37286,'action started via WP Cron','2021-01-24 15:32:41','2021-01-24 10:32:41'),
(99368,37286,'action complete via WP Cron','2021-01-24 15:32:41','2021-01-24 10:32:41'),
(99369,37287,'action created','2021-01-24 15:32:41','2021-01-24 10:32:41'),
(99370,37287,'action started via WP Cron','2021-01-24 15:35:26','2021-01-24 10:35:26'),
(99371,37287,'action complete via WP Cron','2021-01-24 15:35:26','2021-01-24 10:35:26'),
(99372,37288,'action created','2021-01-24 15:35:26','2021-01-24 10:35:26'),
(99373,37288,'action started via WP Cron','2021-01-24 15:37:05','2021-01-24 10:37:05'),
(99374,37288,'action complete via WP Cron','2021-01-24 15:37:05','2021-01-24 10:37:05'),
(99375,37289,'action created','2021-01-24 15:37:05','2021-01-24 10:37:05'),
(99376,37289,'action started via WP Cron','2021-01-24 15:38:50','2021-01-24 10:38:50'),
(99377,37289,'action complete via WP Cron','2021-01-24 15:38:50','2021-01-24 10:38:50'),
(99378,37290,'action created','2021-01-24 15:38:50','2021-01-24 10:38:50'),
(99379,37290,'action started via WP Cron','2021-01-24 15:39:58','2021-01-24 10:39:58'),
(99380,37290,'action complete via WP Cron','2021-01-24 15:39:58','2021-01-24 10:39:58'),
(99381,37291,'action created','2021-01-24 15:39:58','2021-01-24 10:39:58'),
(99382,37291,'action started via WP Cron','2021-01-24 15:40:22','2021-01-24 10:40:22'),
(99383,37291,'action complete via WP Cron','2021-01-24 15:40:22','2021-01-24 10:40:22'),
(99384,37292,'action created','2021-01-24 15:40:22','2021-01-24 10:40:22'),
(99385,37292,'action started via WP Cron','2021-01-24 15:41:24','2021-01-24 10:41:24'),
(99386,37292,'action complete via WP Cron','2021-01-24 15:41:24','2021-01-24 10:41:24'),
(99387,37293,'action created','2021-01-24 15:41:25','2021-01-24 10:41:25'),
(99388,37293,'action started via WP Cron','2021-01-24 15:42:14','2021-01-24 10:42:14'),
(99389,37293,'action complete via WP Cron','2021-01-24 15:42:14','2021-01-24 10:42:14'),
(99390,37294,'action created','2021-01-24 15:42:14','2021-01-24 10:42:14'),
(99391,37294,'action started via WP Cron','2021-01-24 15:44:14','2021-01-24 10:44:14'),
(99392,37294,'action complete via WP Cron','2021-01-24 15:44:14','2021-01-24 10:44:14'),
(99393,37295,'action created','2021-01-24 15:44:14','2021-01-24 10:44:14'),
(99394,37295,'action started via WP Cron','2021-01-24 15:45:12','2021-01-24 10:45:12'),
(99395,37295,'action complete via WP Cron','2021-01-24 15:45:12','2021-01-24 10:45:12'),
(99396,37296,'action created','2021-01-24 15:45:12','2021-01-24 10:45:12'),
(99397,37296,'action started via WP Cron','2021-01-24 15:46:33','2021-01-24 10:46:33'),
(99398,37296,'action complete via WP Cron','2021-01-24 15:46:33','2021-01-24 10:46:33'),
(99399,37297,'action created','2021-01-24 15:46:33','2021-01-24 10:46:33'),
(99400,37297,'action started via WP Cron','2021-01-24 15:47:16','2021-01-24 10:47:16'),
(99401,37297,'action complete via WP Cron','2021-01-24 15:47:16','2021-01-24 10:47:16'),
(99402,37298,'action created','2021-01-24 15:47:16','2021-01-24 10:47:16'),
(99403,37298,'action started via WP Cron','2021-01-24 15:49:23','2021-01-24 10:49:23'),
(99404,37298,'action complete via WP Cron','2021-01-24 15:49:23','2021-01-24 10:49:23'),
(99405,37299,'action created','2021-01-24 15:49:23','2021-01-24 10:49:23'),
(99406,37299,'action started via WP Cron','2021-01-24 15:50:12','2021-01-24 10:50:12'),
(99407,37299,'action complete via WP Cron','2021-01-24 15:50:12','2021-01-24 10:50:12'),
(99408,37300,'action created','2021-01-24 15:50:12','2021-01-24 10:50:12'),
(99409,37300,'action started via WP Cron','2021-01-24 15:52:01','2021-01-24 10:52:01'),
(99410,37300,'action complete via WP Cron','2021-01-24 15:52:01','2021-01-24 10:52:01'),
(99411,37301,'action created','2021-01-24 15:52:01','2021-01-24 10:52:01'),
(99412,37301,'action started via WP Cron','2021-01-24 15:54:41','2021-01-24 10:54:41'),
(99413,37301,'action complete via WP Cron','2021-01-24 15:54:41','2021-01-24 10:54:41'),
(99414,37302,'action created','2021-01-24 15:54:41','2021-01-24 10:54:41'),
(99415,37302,'action started via WP Cron','2021-01-24 15:56:26','2021-01-24 10:56:26'),
(99416,37302,'action complete via WP Cron','2021-01-24 15:56:26','2021-01-24 10:56:26'),
(99417,37303,'action created','2021-01-24 15:56:26','2021-01-24 10:56:26'),
(99418,37303,'action started via WP Cron','2021-01-24 15:57:54','2021-01-24 10:57:54'),
(99419,37303,'action complete via WP Cron','2021-01-24 15:57:54','2021-01-24 10:57:54'),
(99420,37304,'action created','2021-01-24 15:57:54','2021-01-24 10:57:54'),
(99421,37304,'action started via WP Cron','2021-01-24 15:58:15','2021-01-24 10:58:15'),
(99422,37304,'action complete via WP Cron','2021-01-24 15:58:15','2021-01-24 10:58:15'),
(99423,37305,'action created','2021-01-24 15:58:15','2021-01-24 10:58:15'),
(99424,37305,'action started via WP Cron','2021-01-24 15:59:29','2021-01-24 10:59:29'),
(99425,37305,'action complete via WP Cron','2021-01-24 15:59:29','2021-01-24 10:59:29'),
(99426,37306,'action created','2021-01-24 15:59:29','2021-01-24 10:59:29'),
(99427,37306,'action started via WP Cron','2021-01-24 16:01:45','2021-01-24 11:01:45'),
(99428,37306,'action complete via WP Cron','2021-01-24 16:01:45','2021-01-24 11:01:45'),
(99429,37307,'action created','2021-01-24 16:01:45','2021-01-24 11:01:45'),
(99430,37307,'action started via WP Cron','2021-01-24 16:03:10','2021-01-24 11:03:10'),
(99431,37307,'action complete via WP Cron','2021-01-24 16:03:10','2021-01-24 11:03:10'),
(99432,37308,'action created','2021-01-24 16:03:10','2021-01-24 11:03:10'),
(99433,37308,'action started via WP Cron','2021-01-24 16:03:27','2021-01-24 11:03:27'),
(99434,37308,'action complete via WP Cron','2021-01-24 16:03:27','2021-01-24 11:03:27'),
(99435,37309,'action created','2021-01-24 16:03:28','2021-01-24 11:03:28'),
(99436,37309,'action started via WP Cron','2021-01-24 16:10:46','2021-01-24 11:10:46'),
(99437,37309,'action complete via WP Cron','2021-01-24 16:10:46','2021-01-24 11:10:46'),
(99438,37310,'action created','2021-01-24 16:10:46','2021-01-24 11:10:46'),
(99439,37310,'action started via WP Cron','2021-01-24 16:15:44','2021-01-24 11:15:44'),
(99440,37310,'action complete via WP Cron','2021-01-24 16:15:44','2021-01-24 11:15:44'),
(99441,37311,'action created','2021-01-24 16:15:45','2021-01-24 11:15:45'),
(99442,37311,'action started via WP Cron','2021-01-24 16:16:35','2021-01-24 11:16:35'),
(99443,37311,'action complete via WP Cron','2021-01-24 16:16:35','2021-01-24 11:16:35'),
(99444,37312,'action created','2021-01-24 16:16:35','2021-01-24 11:16:35'),
(99445,37312,'action started via WP Cron','2021-01-24 16:18:02','2021-01-24 11:18:02'),
(99446,37312,'action complete via WP Cron','2021-01-24 16:18:02','2021-01-24 11:18:02'),
(99447,37313,'action created','2021-01-24 16:18:02','2021-01-24 11:18:02'),
(99448,37313,'action started via WP Cron','2021-01-24 16:19:23','2021-01-24 11:19:23'),
(99449,37313,'action complete via WP Cron','2021-01-24 16:19:23','2021-01-24 11:19:23'),
(99450,37314,'action created','2021-01-24 16:19:23','2021-01-24 11:19:23'),
(99451,37314,'action started via WP Cron','2021-01-24 16:21:17','2021-01-24 11:21:17'),
(99452,37314,'action complete via WP Cron','2021-01-24 16:21:17','2021-01-24 11:21:17'),
(99453,37315,'action created','2021-01-24 16:21:17','2021-01-24 11:21:17'),
(99454,37315,'action started via WP Cron','2021-01-24 16:22:46','2021-01-24 11:22:46'),
(99455,37315,'action complete via WP Cron','2021-01-24 16:22:46','2021-01-24 11:22:46'),
(99456,37316,'action created','2021-01-24 16:22:46','2021-01-24 11:22:46'),
(99457,37316,'action started via WP Cron','2021-01-24 16:23:15','2021-01-24 11:23:15'),
(99458,37316,'action complete via WP Cron','2021-01-24 16:23:15','2021-01-24 11:23:15'),
(99459,37317,'action created','2021-01-24 16:23:16','2021-01-24 11:23:16'),
(99460,37317,'action started via WP Cron','2021-01-24 16:24:34','2021-01-24 11:24:34'),
(99461,37317,'action complete via WP Cron','2021-01-24 16:24:34','2021-01-24 11:24:34'),
(99462,37318,'action created','2021-01-24 16:24:34','2021-01-24 11:24:34'),
(99463,37318,'action started via WP Cron','2021-01-24 16:26:22','2021-01-24 11:26:22'),
(99464,37318,'action complete via WP Cron','2021-01-24 16:26:22','2021-01-24 11:26:22'),
(99465,37319,'action created','2021-01-24 16:26:22','2021-01-24 11:26:22'),
(99466,37319,'action started via WP Cron','2021-01-24 16:28:32','2021-01-24 11:28:32'),
(99467,37319,'action complete via WP Cron','2021-01-24 16:28:32','2021-01-24 11:28:32'),
(99468,37320,'action created','2021-01-24 16:28:32','2021-01-24 11:28:32'),
(99469,37320,'action started via WP Cron','2021-01-24 16:30:40','2021-01-24 11:30:40'),
(99470,37320,'action complete via WP Cron','2021-01-24 16:30:40','2021-01-24 11:30:40'),
(99471,37321,'action created','2021-01-24 16:30:40','2021-01-24 11:30:40'),
(99472,37321,'action started via WP Cron','2021-01-24 16:31:36','2021-01-24 11:31:36'),
(99473,37321,'action complete via WP Cron','2021-01-24 16:31:36','2021-01-24 11:31:36'),
(99474,37322,'action created','2021-01-24 16:31:36','2021-01-24 11:31:36'),
(99475,37322,'action started via WP Cron','2021-01-24 16:32:12','2021-01-24 11:32:12'),
(99476,37322,'action complete via WP Cron','2021-01-24 16:32:12','2021-01-24 11:32:12'),
(99477,37323,'action created','2021-01-24 16:32:12','2021-01-24 11:32:12'),
(99478,37323,'action started via WP Cron','2021-01-24 16:33:32','2021-01-24 11:33:32'),
(99479,37323,'action complete via WP Cron','2021-01-24 16:33:32','2021-01-24 11:33:32'),
(99480,37324,'action created','2021-01-24 16:33:32','2021-01-24 11:33:32'),
(99481,37324,'action started via WP Cron','2021-01-24 16:34:57','2021-01-24 11:34:57'),
(99482,37324,'action complete via WP Cron','2021-01-24 16:34:57','2021-01-24 11:34:57'),
(99483,37325,'action created','2021-01-24 16:34:57','2021-01-24 11:34:57'),
(99484,37325,'action started via WP Cron','2021-01-24 16:35:52','2021-01-24 11:35:52'),
(99485,37325,'action complete via WP Cron','2021-01-24 16:35:52','2021-01-24 11:35:52'),
(99486,37326,'action created','2021-01-24 16:35:52','2021-01-24 11:35:52'),
(99487,37326,'action started via WP Cron','2021-01-24 16:37:04','2021-01-24 11:37:04'),
(99488,37326,'action complete via WP Cron','2021-01-24 16:37:04','2021-01-24 11:37:04'),
(99489,37327,'action created','2021-01-24 16:37:04','2021-01-24 11:37:04'),
(99490,37327,'action started via WP Cron','2021-01-24 16:41:41','2021-01-24 11:41:41'),
(99491,37327,'action complete via WP Cron','2021-01-24 16:41:41','2021-01-24 11:41:41'),
(99492,37328,'action created','2021-01-24 16:41:41','2021-01-24 11:41:41'),
(99493,37328,'action started via WP Cron','2021-01-24 16:42:56','2021-01-24 11:42:56'),
(99494,37328,'action complete via WP Cron','2021-01-24 16:42:56','2021-01-24 11:42:56'),
(99495,37329,'action created','2021-01-24 16:42:56','2021-01-24 11:42:56'),
(99496,37329,'action started via WP Cron','2021-01-24 16:45:03','2021-01-24 11:45:03'),
(99497,37329,'action complete via WP Cron','2021-01-24 16:45:03','2021-01-24 11:45:03'),
(99498,37330,'action created','2021-01-24 16:45:03','2021-01-24 11:45:03'),
(99499,37330,'action started via WP Cron','2021-01-24 16:45:20','2021-01-24 11:45:20'),
(99500,37330,'action complete via WP Cron','2021-01-24 16:45:20','2021-01-24 11:45:20'),
(99501,37331,'action created','2021-01-24 16:45:20','2021-01-24 11:45:20'),
(99502,37331,'action started via WP Cron','2021-01-24 16:46:33','2021-01-24 11:46:33'),
(99503,37331,'action complete via WP Cron','2021-01-24 16:46:33','2021-01-24 11:46:33'),
(99504,37332,'action created','2021-01-24 16:46:33','2021-01-24 11:46:33'),
(99505,37332,'action started via WP Cron','2021-01-24 16:47:38','2021-01-24 11:47:38'),
(99506,37332,'action complete via WP Cron','2021-01-24 16:47:38','2021-01-24 11:47:38'),
(99507,37333,'action created','2021-01-24 16:47:38','2021-01-24 11:47:38'),
(99508,37333,'action started via WP Cron','2021-01-24 16:50:10','2021-01-24 11:50:10'),
(99509,37333,'action complete via WP Cron','2021-01-24 16:50:10','2021-01-24 11:50:10'),
(99510,37334,'action created','2021-01-24 16:50:10','2021-01-24 11:50:10'),
(99511,37334,'action started via WP Cron','2021-01-24 16:50:30','2021-01-24 11:50:30'),
(99512,37334,'action complete via WP Cron','2021-01-24 16:50:30','2021-01-24 11:50:30'),
(99513,37335,'action created','2021-01-24 16:50:30','2021-01-24 11:50:30'),
(99514,37335,'action started via WP Cron','2021-01-24 16:52:56','2021-01-24 11:52:56'),
(99515,37335,'action complete via WP Cron','2021-01-24 16:52:56','2021-01-24 11:52:56'),
(99516,37336,'action created','2021-01-24 16:52:56','2021-01-24 11:52:56'),
(99517,37336,'action started via WP Cron','2021-01-24 16:54:30','2021-01-24 11:54:30'),
(99518,37336,'action complete via WP Cron','2021-01-24 16:54:30','2021-01-24 11:54:30'),
(99519,37337,'action created','2021-01-24 16:54:30','2021-01-24 11:54:30'),
(99520,37337,'action started via WP Cron','2021-01-24 16:56:22','2021-01-24 11:56:22'),
(99521,37337,'action complete via WP Cron','2021-01-24 16:56:22','2021-01-24 11:56:22'),
(99522,37338,'action created','2021-01-24 16:56:22','2021-01-24 11:56:22'),
(99523,37338,'action started via WP Cron','2021-01-24 16:57:30','2021-01-24 11:57:30'),
(99524,37338,'action complete via WP Cron','2021-01-24 16:57:30','2021-01-24 11:57:30'),
(99525,37339,'action created','2021-01-24 16:57:30','2021-01-24 11:57:30'),
(99526,37339,'action started via WP Cron','2021-01-24 16:58:40','2021-01-24 11:58:40'),
(99527,37339,'action complete via WP Cron','2021-01-24 16:58:40','2021-01-24 11:58:40'),
(99528,37340,'action created','2021-01-24 16:58:40','2021-01-24 11:58:40'),
(99529,37340,'action started via WP Cron','2021-01-24 17:01:47','2021-01-24 12:01:47'),
(99530,37340,'action complete via WP Cron','2021-01-24 17:01:47','2021-01-24 12:01:47'),
(99531,37341,'action created','2021-01-24 17:01:47','2021-01-24 12:01:47'),
(99532,37341,'action started via WP Cron','2021-01-24 17:02:35','2021-01-24 12:02:35'),
(99533,37341,'action complete via WP Cron','2021-01-24 17:02:35','2021-01-24 12:02:35'),
(99534,37342,'action created','2021-01-24 17:02:35','2021-01-24 12:02:35'),
(99535,37342,'action started via WP Cron','2021-01-24 17:03:30','2021-01-24 12:03:30'),
(99536,37342,'action complete via WP Cron','2021-01-24 17:03:30','2021-01-24 12:03:30'),
(99537,37343,'action created','2021-01-24 17:03:30','2021-01-24 12:03:30'),
(99538,37343,'action started via WP Cron','2021-01-24 17:04:32','2021-01-24 12:04:32'),
(99539,37343,'action complete via WP Cron','2021-01-24 17:04:32','2021-01-24 12:04:32'),
(99540,37344,'action created','2021-01-24 17:04:32','2021-01-24 12:04:32'),
(99541,37344,'action started via WP Cron','2021-01-24 17:05:16','2021-01-24 12:05:16'),
(99542,37344,'action complete via WP Cron','2021-01-24 17:05:16','2021-01-24 12:05:16'),
(99543,37345,'action created','2021-01-24 17:05:16','2021-01-24 12:05:16'),
(99544,37345,'action started via WP Cron','2021-01-24 17:06:44','2021-01-24 12:06:44'),
(99545,37345,'action complete via WP Cron','2021-01-24 17:06:44','2021-01-24 12:06:44'),
(99546,37346,'action created','2021-01-24 17:06:44','2021-01-24 12:06:44'),
(99547,37346,'action started via WP Cron','2021-01-24 17:08:40','2021-01-24 12:08:40'),
(99548,37346,'action complete via WP Cron','2021-01-24 17:08:40','2021-01-24 12:08:40'),
(99549,37347,'action created','2021-01-24 17:08:40','2021-01-24 12:08:40'),
(99550,37347,'action started via WP Cron','2021-01-24 17:10:05','2021-01-24 12:10:05'),
(99551,37347,'action complete via WP Cron','2021-01-24 17:10:05','2021-01-24 12:10:05'),
(99552,37348,'action created','2021-01-24 17:10:05','2021-01-24 12:10:05'),
(99553,37348,'action started via WP Cron','2021-01-24 17:10:35','2021-01-24 12:10:35'),
(99554,37348,'action complete via WP Cron','2021-01-24 17:10:35','2021-01-24 12:10:35'),
(99555,37349,'action created','2021-01-24 17:10:35','2021-01-24 12:10:35'),
(99556,37349,'action started via WP Cron','2021-01-24 17:11:14','2021-01-24 12:11:14'),
(99557,37349,'action complete via WP Cron','2021-01-24 17:11:14','2021-01-24 12:11:14'),
(99558,37350,'action created','2021-01-24 17:11:15','2021-01-24 12:11:15'),
(99559,37350,'action started via WP Cron','2021-01-24 17:12:11','2021-01-24 12:12:11'),
(99560,37350,'action complete via WP Cron','2021-01-24 17:12:11','2021-01-24 12:12:11'),
(99561,37351,'action created','2021-01-24 17:12:11','2021-01-24 12:12:11'),
(99562,37351,'action started via WP Cron','2021-01-24 17:13:24','2021-01-24 12:13:24'),
(99563,37351,'action complete via WP Cron','2021-01-24 17:13:24','2021-01-24 12:13:24'),
(99564,37352,'action created','2021-01-24 17:13:24','2021-01-24 12:13:24'),
(99565,37352,'action started via WP Cron','2021-01-24 17:16:29','2021-01-24 12:16:29'),
(99566,37352,'action complete via WP Cron','2021-01-24 17:16:29','2021-01-24 12:16:29'),
(99567,37353,'action created','2021-01-24 17:16:29','2021-01-24 12:16:29'),
(99568,37353,'action started via WP Cron','2021-01-24 17:17:52','2021-01-24 12:17:52'),
(99569,37353,'action complete via WP Cron','2021-01-24 17:17:52','2021-01-24 12:17:52'),
(99570,37354,'action created','2021-01-24 17:17:52','2021-01-24 12:17:52'),
(99571,37354,'action started via WP Cron','2021-01-24 17:18:35','2021-01-24 12:18:35'),
(99572,37354,'action complete via WP Cron','2021-01-24 17:18:35','2021-01-24 12:18:35'),
(99573,37355,'action created','2021-01-24 17:18:35','2021-01-24 12:18:35'),
(99574,37355,'action started via WP Cron','2021-01-24 17:20:22','2021-01-24 12:20:22'),
(99575,37355,'action complete via WP Cron','2021-01-24 17:20:22','2021-01-24 12:20:22'),
(99576,37356,'action created','2021-01-24 17:20:23','2021-01-24 12:20:23'),
(99577,37356,'action started via WP Cron','2021-01-24 17:21:39','2021-01-24 12:21:39'),
(99578,37356,'action complete via WP Cron','2021-01-24 17:21:39','2021-01-24 12:21:39'),
(99579,37357,'action created','2021-01-24 17:21:39','2021-01-24 12:21:39'),
(99580,37357,'action started via WP Cron','2021-01-24 17:22:55','2021-01-24 12:22:55'),
(99581,37357,'action complete via WP Cron','2021-01-24 17:22:55','2021-01-24 12:22:55'),
(99582,37358,'action created','2021-01-24 17:22:55','2021-01-24 12:22:55'),
(99583,37358,'action started via WP Cron','2021-01-24 17:23:29','2021-01-24 12:23:29'),
(99584,37358,'action complete via WP Cron','2021-01-24 17:23:29','2021-01-24 12:23:29'),
(99585,37359,'action created','2021-01-24 17:23:29','2021-01-24 12:23:29'),
(99586,37359,'action started via WP Cron','2021-01-24 17:26:27','2021-01-24 12:26:27'),
(99587,37359,'action complete via WP Cron','2021-01-24 17:26:27','2021-01-24 12:26:27'),
(99588,37360,'action created','2021-01-24 17:26:27','2021-01-24 12:26:27'),
(99589,37360,'action started via WP Cron','2021-01-24 17:28:16','2021-01-24 12:28:16'),
(99590,37360,'action complete via WP Cron','2021-01-24 17:28:16','2021-01-24 12:28:16'),
(99591,37361,'action created','2021-01-24 17:28:17','2021-01-24 12:28:17'),
(99592,37361,'action started via WP Cron','2021-01-24 17:30:24','2021-01-24 12:30:24'),
(99593,37361,'action complete via WP Cron','2021-01-24 17:30:24','2021-01-24 12:30:24'),
(99594,37362,'action created','2021-01-24 17:30:24','2021-01-24 12:30:24'),
(99595,37362,'action started via WP Cron','2021-01-24 17:31:38','2021-01-24 12:31:38'),
(99596,37362,'action complete via WP Cron','2021-01-24 17:31:38','2021-01-24 12:31:38'),
(99597,37363,'action created','2021-01-24 17:31:38','2021-01-24 12:31:38'),
(99598,37363,'action started via WP Cron','2021-01-24 17:33:03','2021-01-24 12:33:03'),
(99599,37363,'action complete via WP Cron','2021-01-24 17:33:03','2021-01-24 12:33:03'),
(99600,37364,'action created','2021-01-24 17:33:03','2021-01-24 12:33:03'),
(99601,37364,'action started via WP Cron','2021-01-24 17:34:26','2021-01-24 12:34:26'),
(99602,37364,'action complete via WP Cron','2021-01-24 17:34:26','2021-01-24 12:34:26');
INSERT INTO `wp_actionscheduler_logs` VALUES
(99603,37365,'action created','2021-01-24 17:34:26','2021-01-24 12:34:26'),
(99604,37365,'action started via WP Cron','2021-01-24 17:35:12','2021-01-24 12:35:12'),
(99605,37365,'action complete via WP Cron','2021-01-24 17:35:12','2021-01-24 12:35:12'),
(99606,37366,'action created','2021-01-24 17:35:12','2021-01-24 12:35:12'),
(99607,37366,'action started via WP Cron','2021-01-24 17:36:23','2021-01-24 12:36:23'),
(99608,37366,'action complete via WP Cron','2021-01-24 17:36:23','2021-01-24 12:36:23'),
(99609,37367,'action created','2021-01-24 17:36:23','2021-01-24 12:36:23'),
(99610,37367,'action started via WP Cron','2021-01-24 17:39:33','2021-01-24 12:39:33'),
(99611,37367,'action complete via WP Cron','2021-01-24 17:39:33','2021-01-24 12:39:33'),
(99612,37368,'action created','2021-01-24 17:39:34','2021-01-24 12:39:34'),
(99613,37368,'action started via WP Cron','2021-01-24 17:42:39','2021-01-24 12:42:39'),
(99614,37368,'action complete via WP Cron','2021-01-24 17:42:39','2021-01-24 12:42:39'),
(99615,37369,'action created','2021-01-24 17:42:39','2021-01-24 12:42:39'),
(99616,37369,'action started via WP Cron','2021-01-24 17:43:23','2021-01-24 12:43:23'),
(99617,37369,'action complete via WP Cron','2021-01-24 17:43:23','2021-01-24 12:43:23'),
(99618,37370,'action created','2021-01-24 17:43:23','2021-01-24 12:43:23'),
(99619,37370,'action started via WP Cron','2021-01-24 17:44:38','2021-01-24 12:44:38'),
(99620,37370,'action complete via WP Cron','2021-01-24 17:44:38','2021-01-24 12:44:38'),
(99621,37371,'action created','2021-01-24 17:44:39','2021-01-24 12:44:39'),
(99622,37371,'action started via WP Cron','2021-01-24 17:46:08','2021-01-24 12:46:08'),
(99623,37371,'action complete via WP Cron','2021-01-24 17:46:08','2021-01-24 12:46:08'),
(99624,37372,'action created','2021-01-24 17:46:08','2021-01-24 12:46:08'),
(99625,37372,'action started via WP Cron','2021-01-24 17:47:18','2021-01-24 12:47:18'),
(99626,37372,'action complete via WP Cron','2021-01-24 17:47:18','2021-01-24 12:47:18'),
(99627,37373,'action created','2021-01-24 17:47:18','2021-01-24 12:47:18'),
(99628,37373,'action started via WP Cron','2021-01-24 17:48:36','2021-01-24 12:48:36'),
(99629,37373,'action complete via WP Cron','2021-01-24 17:48:36','2021-01-24 12:48:36'),
(99630,37374,'action created','2021-01-24 17:48:36','2021-01-24 12:48:36'),
(99631,37374,'action started via WP Cron','2021-01-24 17:49:25','2021-01-24 12:49:25'),
(99632,37374,'action complete via WP Cron','2021-01-24 17:49:25','2021-01-24 12:49:25'),
(99633,37375,'action created','2021-01-24 17:49:25','2021-01-24 12:49:25'),
(99634,37375,'action started via WP Cron','2021-01-24 17:52:16','2021-01-24 12:52:16'),
(99635,37375,'action complete via WP Cron','2021-01-24 17:52:16','2021-01-24 12:52:16'),
(99636,37376,'action created','2021-01-24 17:52:16','2021-01-24 12:52:16'),
(99637,37376,'action started via WP Cron','2021-01-24 17:55:03','2021-01-24 12:55:03'),
(99638,37376,'action complete via WP Cron','2021-01-24 17:55:03','2021-01-24 12:55:03'),
(99639,37377,'action created','2021-01-24 17:55:03','2021-01-24 12:55:03'),
(99640,37377,'action started via WP Cron','2021-01-24 17:58:26','2021-01-24 12:58:26'),
(99641,37377,'action complete via WP Cron','2021-01-24 17:58:26','2021-01-24 12:58:26'),
(99642,37378,'action created','2021-01-24 17:58:26','2021-01-24 12:58:26'),
(99643,37378,'action started via WP Cron','2021-01-24 17:59:34','2021-01-24 12:59:34'),
(99644,37378,'action complete via WP Cron','2021-01-24 17:59:34','2021-01-24 12:59:34'),
(99645,37379,'action created','2021-01-24 17:59:34','2021-01-24 12:59:34'),
(99646,37379,'action started via WP Cron','2021-01-24 18:00:33','2021-01-24 13:00:33'),
(99647,37379,'action complete via WP Cron','2021-01-24 18:00:34','2021-01-24 13:00:34'),
(99648,37380,'action created','2021-01-24 18:00:34','2021-01-24 13:00:34'),
(99649,37380,'action started via WP Cron','2021-01-24 18:01:30','2021-01-24 13:01:30'),
(99650,37380,'action complete via WP Cron','2021-01-24 18:01:30','2021-01-24 13:01:30'),
(99651,37381,'action created','2021-01-24 18:01:30','2021-01-24 13:01:30'),
(99652,37381,'action started via WP Cron','2021-01-24 18:02:26','2021-01-24 13:02:26'),
(99653,37381,'action complete via WP Cron','2021-01-24 18:02:26','2021-01-24 13:02:26'),
(99654,37382,'action created','2021-01-24 18:02:26','2021-01-24 13:02:26'),
(99655,37382,'action started via WP Cron','2021-01-24 18:03:17','2021-01-24 13:03:17'),
(99656,37382,'action complete via WP Cron','2021-01-24 18:03:17','2021-01-24 13:03:17'),
(99657,37383,'action created','2021-01-24 18:03:17','2021-01-24 13:03:17'),
(99658,37383,'action started via WP Cron','2021-01-24 18:05:05','2021-01-24 13:05:05'),
(99659,37383,'action complete via WP Cron','2021-01-24 18:05:05','2021-01-24 13:05:05'),
(99660,37384,'action created','2021-01-24 18:05:06','2021-01-24 13:05:06'),
(99661,37384,'action started via WP Cron','2021-01-24 18:06:06','2021-01-24 13:06:06'),
(99662,37384,'action complete via WP Cron','2021-01-24 18:06:06','2021-01-24 13:06:06'),
(99663,37385,'action created','2021-01-24 18:06:07','2021-01-24 13:06:07'),
(99664,37385,'action started via WP Cron','2021-01-24 18:09:44','2021-01-24 13:09:44'),
(99665,37385,'action complete via WP Cron','2021-01-24 18:09:44','2021-01-24 13:09:44'),
(99666,37386,'action created','2021-01-24 18:09:44','2021-01-24 13:09:44'),
(99667,37386,'action started via WP Cron','2021-01-24 18:11:10','2021-01-24 13:11:10'),
(99668,37386,'action complete via WP Cron','2021-01-24 18:11:10','2021-01-24 13:11:10'),
(99669,37387,'action created','2021-01-24 18:11:10','2021-01-24 13:11:10'),
(99670,37387,'action started via WP Cron','2021-01-24 18:12:31','2021-01-24 13:12:31'),
(99671,37387,'action complete via WP Cron','2021-01-24 18:12:31','2021-01-24 13:12:31'),
(99672,37388,'action created','2021-01-24 18:12:31','2021-01-24 13:12:31'),
(99673,37388,'action started via WP Cron','2021-01-24 18:13:18','2021-01-24 13:13:18'),
(99674,37388,'action complete via WP Cron','2021-01-24 18:13:19','2021-01-24 13:13:19'),
(99675,37389,'action created','2021-01-24 18:13:19','2021-01-24 13:13:19'),
(99676,37389,'action started via WP Cron','2021-01-24 18:15:42','2021-01-24 13:15:42'),
(99677,37389,'action complete via WP Cron','2021-01-24 18:15:42','2021-01-24 13:15:42'),
(99678,37390,'action created','2021-01-24 18:15:42','2021-01-24 13:15:42'),
(99679,37390,'action started via WP Cron','2021-01-24 18:17:33','2021-01-24 13:17:33'),
(99680,37390,'action complete via WP Cron','2021-01-24 18:17:33','2021-01-24 13:17:33'),
(99681,37391,'action created','2021-01-24 18:17:33','2021-01-24 13:17:33'),
(99682,37391,'action started via WP Cron','2021-01-24 18:23:10','2021-01-24 13:23:10'),
(99683,37391,'action complete via WP Cron','2021-01-24 18:23:10','2021-01-24 13:23:10'),
(99684,37392,'action created','2021-01-24 18:23:10','2021-01-24 13:23:10'),
(99685,37392,'action started via WP Cron','2021-01-24 18:25:01','2021-01-24 13:25:01'),
(99686,37392,'action complete via WP Cron','2021-01-24 18:25:01','2021-01-24 13:25:01'),
(99687,37393,'action created','2021-01-24 18:25:01','2021-01-24 13:25:01'),
(99688,37393,'action started via WP Cron','2021-01-24 18:25:35','2021-01-24 13:25:35'),
(99689,37393,'action complete via WP Cron','2021-01-24 18:25:35','2021-01-24 13:25:35'),
(99690,37394,'action created','2021-01-24 18:25:35','2021-01-24 13:25:35'),
(99691,37394,'action started via WP Cron','2021-01-24 18:27:29','2021-01-24 13:27:29'),
(99692,37394,'action complete via WP Cron','2021-01-24 18:27:29','2021-01-24 13:27:29'),
(99693,37395,'action created','2021-01-24 18:27:30','2021-01-24 13:27:30'),
(99694,37395,'action started via WP Cron','2021-01-24 18:28:17','2021-01-24 13:28:17'),
(99695,37395,'action complete via WP Cron','2021-01-24 18:28:17','2021-01-24 13:28:17'),
(99696,37396,'action created','2021-01-24 18:28:17','2021-01-24 13:28:17'),
(99697,37396,'action started via WP Cron','2021-01-24 18:29:29','2021-01-24 13:29:29'),
(99698,37396,'action complete via WP Cron','2021-01-24 18:29:29','2021-01-24 13:29:29'),
(99699,37397,'action created','2021-01-24 18:29:29','2021-01-24 13:29:29'),
(99700,37397,'action started via WP Cron','2021-01-24 18:30:50','2021-01-24 13:30:50'),
(99701,37397,'action complete via WP Cron','2021-01-24 18:30:50','2021-01-24 13:30:50'),
(99702,37398,'action created','2021-01-24 18:30:50','2021-01-24 13:30:50'),
(99703,37398,'action started via WP Cron','2021-01-24 18:31:20','2021-01-24 13:31:20'),
(99704,37398,'action complete via WP Cron','2021-01-24 18:31:20','2021-01-24 13:31:20'),
(99705,37399,'action created','2021-01-24 18:31:20','2021-01-24 13:31:20'),
(99706,37399,'action started via WP Cron','2021-01-24 18:32:51','2021-01-24 13:32:51'),
(99707,37399,'action complete via WP Cron','2021-01-24 18:32:51','2021-01-24 13:32:51'),
(99708,37400,'action created','2021-01-24 18:32:51','2021-01-24 13:32:51'),
(99709,37400,'action started via WP Cron','2021-01-24 18:33:22','2021-01-24 13:33:22'),
(99710,37400,'action complete via WP Cron','2021-01-24 18:33:22','2021-01-24 13:33:22'),
(99711,37401,'action created','2021-01-24 18:33:22','2021-01-24 13:33:22'),
(99712,37401,'action started via WP Cron','2021-01-24 18:34:38','2021-01-24 13:34:38'),
(99713,37401,'action complete via WP Cron','2021-01-24 18:34:38','2021-01-24 13:34:38'),
(99714,37402,'action created','2021-01-24 18:34:38','2021-01-24 13:34:38'),
(99715,37402,'action started via WP Cron','2021-01-24 18:36:18','2021-01-24 13:36:18'),
(99716,37402,'action complete via WP Cron','2021-01-24 18:36:18','2021-01-24 13:36:18'),
(99717,37403,'action created','2021-01-24 18:36:18','2021-01-24 13:36:18'),
(99718,37403,'action started via WP Cron','2021-01-24 18:37:13','2021-01-24 13:37:13'),
(99719,37403,'action complete via WP Cron','2021-01-24 18:37:13','2021-01-24 13:37:13'),
(99720,37404,'action created','2021-01-24 18:37:13','2021-01-24 13:37:13'),
(99721,37404,'action started via WP Cron','2021-01-24 18:39:20','2021-01-24 13:39:20'),
(99722,37404,'action complete via WP Cron','2021-01-24 18:39:20','2021-01-24 13:39:20'),
(99723,37405,'action created','2021-01-24 18:39:20','2021-01-24 13:39:20'),
(99724,37405,'action started via WP Cron','2021-01-24 18:40:38','2021-01-24 13:40:38'),
(99725,37405,'action complete via WP Cron','2021-01-24 18:40:38','2021-01-24 13:40:38'),
(99726,37406,'action created','2021-01-24 18:40:38','2021-01-24 13:40:38'),
(99727,37406,'action started via WP Cron','2021-01-24 18:41:19','2021-01-24 13:41:19'),
(99728,37406,'action complete via WP Cron','2021-01-24 18:41:19','2021-01-24 13:41:19'),
(99729,37407,'action created','2021-01-24 18:41:19','2021-01-24 13:41:19'),
(99730,37407,'action started via WP Cron','2021-01-24 18:42:21','2021-01-24 13:42:21'),
(99731,37407,'action complete via WP Cron','2021-01-24 18:42:21','2021-01-24 13:42:21'),
(99732,37408,'action created','2021-01-24 18:42:21','2021-01-24 13:42:21'),
(99733,37408,'action started via WP Cron','2021-01-24 18:44:02','2021-01-24 13:44:02'),
(99734,37408,'action complete via WP Cron','2021-01-24 18:44:02','2021-01-24 13:44:02'),
(99735,37409,'action created','2021-01-24 18:44:02','2021-01-24 13:44:02'),
(99736,37409,'action started via WP Cron','2021-01-24 18:44:57','2021-01-24 13:44:57'),
(99737,37409,'action complete via WP Cron','2021-01-24 18:44:57','2021-01-24 13:44:57'),
(99738,37410,'action created','2021-01-24 18:44:57','2021-01-24 13:44:57'),
(99739,37410,'action started via WP Cron','2021-01-24 18:47:42','2021-01-24 13:47:42'),
(99740,37410,'action complete via WP Cron','2021-01-24 18:47:42','2021-01-24 13:47:42'),
(99741,37411,'action created','2021-01-24 18:47:42','2021-01-24 13:47:42'),
(99742,37411,'action started via WP Cron','2021-01-24 18:48:54','2021-01-24 13:48:54'),
(99743,37411,'action complete via WP Cron','2021-01-24 18:48:54','2021-01-24 13:48:54'),
(99744,37412,'action created','2021-01-24 18:48:54','2021-01-24 13:48:54'),
(99745,37412,'action started via WP Cron','2021-01-24 18:49:40','2021-01-24 13:49:40'),
(99746,37412,'action complete via WP Cron','2021-01-24 18:49:40','2021-01-24 13:49:40'),
(99747,37413,'action created','2021-01-24 18:49:40','2021-01-24 13:49:40'),
(99748,37413,'action started via WP Cron','2021-01-24 18:50:11','2021-01-24 13:50:11'),
(99749,37413,'action complete via WP Cron','2021-01-24 18:50:11','2021-01-24 13:50:11'),
(99750,37414,'action created','2021-01-24 18:50:11','2021-01-24 13:50:11'),
(99751,37414,'action started via WP Cron','2021-01-24 18:51:27','2021-01-24 13:51:27'),
(99752,37414,'action complete via WP Cron','2021-01-24 18:51:27','2021-01-24 13:51:27'),
(99753,37415,'action created','2021-01-24 18:51:27','2021-01-24 13:51:27'),
(99754,37415,'action started via WP Cron','2021-01-24 18:52:38','2021-01-24 13:52:38'),
(99755,37415,'action complete via WP Cron','2021-01-24 18:52:38','2021-01-24 13:52:38'),
(99756,37416,'action created','2021-01-24 18:52:38','2021-01-24 13:52:38'),
(99757,37416,'action started via WP Cron','2021-01-24 18:53:34','2021-01-24 13:53:34'),
(99758,37416,'action complete via WP Cron','2021-01-24 18:53:34','2021-01-24 13:53:34'),
(99759,37417,'action created','2021-01-24 18:53:34','2021-01-24 13:53:34'),
(99760,37417,'action started via WP Cron','2021-01-24 18:54:31','2021-01-24 13:54:31'),
(99761,37417,'action complete via WP Cron','2021-01-24 18:54:31','2021-01-24 13:54:31'),
(99762,37418,'action created','2021-01-24 18:54:31','2021-01-24 13:54:31'),
(99763,37418,'action started via WP Cron','2021-01-24 18:56:02','2021-01-24 13:56:02'),
(99764,37418,'action complete via WP Cron','2021-01-24 18:56:02','2021-01-24 13:56:02'),
(99765,37419,'action created','2021-01-24 18:56:02','2021-01-24 13:56:02'),
(99766,37419,'action started via WP Cron','2021-01-24 18:59:32','2021-01-24 13:59:32'),
(99767,37419,'action complete via WP Cron','2021-01-24 18:59:32','2021-01-24 13:59:32'),
(99768,37420,'action created','2021-01-24 18:59:32','2021-01-24 13:59:32'),
(99769,37420,'action started via WP Cron','2021-01-24 19:00:22','2021-01-24 14:00:22'),
(99770,37420,'action complete via WP Cron','2021-01-24 19:00:22','2021-01-24 14:00:22'),
(99771,37421,'action created','2021-01-24 19:00:22','2021-01-24 14:00:22'),
(99772,37421,'action started via WP Cron','2021-01-24 19:04:56','2021-01-24 14:04:56'),
(99773,37421,'action complete via WP Cron','2021-01-24 19:04:56','2021-01-24 14:04:56'),
(99774,37422,'action created','2021-01-24 19:04:56','2021-01-24 14:04:56'),
(99775,37422,'action started via WP Cron','2021-01-24 19:05:20','2021-01-24 14:05:20'),
(99776,37422,'action complete via WP Cron','2021-01-24 19:05:20','2021-01-24 14:05:20'),
(99777,37423,'action created','2021-01-24 19:05:20','2021-01-24 14:05:20'),
(99778,37423,'action started via WP Cron','2021-01-24 19:09:49','2021-01-24 14:09:49'),
(99779,37423,'action complete via WP Cron','2021-01-24 19:09:49','2021-01-24 14:09:49'),
(99780,37424,'action created','2021-01-24 19:09:49','2021-01-24 14:09:49'),
(99781,37424,'action started via WP Cron','2021-01-24 19:11:59','2021-01-24 14:11:59'),
(99782,37424,'action complete via WP Cron','2021-01-24 19:11:59','2021-01-24 14:11:59'),
(99783,37425,'action created','2021-01-24 19:12:00','2021-01-24 14:12:00'),
(99784,37425,'action started via WP Cron','2021-01-24 19:12:31','2021-01-24 14:12:31'),
(99785,37425,'action complete via WP Cron','2021-01-24 19:12:31','2021-01-24 14:12:31'),
(99786,37426,'action created','2021-01-24 19:12:31','2021-01-24 14:12:31'),
(99787,37426,'action started via WP Cron','2021-01-24 19:13:53','2021-01-24 14:13:53'),
(99788,37426,'action complete via WP Cron','2021-01-24 19:13:53','2021-01-24 14:13:53'),
(99789,37427,'action created','2021-01-24 19:13:53','2021-01-24 14:13:53'),
(99790,37427,'action started via WP Cron','2021-01-24 19:17:54','2021-01-24 14:17:54'),
(99791,37427,'action complete via WP Cron','2021-01-24 19:17:54','2021-01-24 14:17:54'),
(99792,37428,'action created','2021-01-24 19:17:55','2021-01-24 14:17:55'),
(99793,37428,'action started via WP Cron','2021-01-24 19:18:14','2021-01-24 14:18:14'),
(99794,37428,'action complete via WP Cron','2021-01-24 19:18:14','2021-01-24 14:18:14'),
(99795,37429,'action created','2021-01-24 19:18:14','2021-01-24 14:18:14'),
(99796,37429,'action started via WP Cron','2021-01-24 19:19:58','2021-01-24 14:19:58'),
(99797,37429,'action complete via WP Cron','2021-01-24 19:19:58','2021-01-24 14:19:58'),
(99798,37430,'action created','2021-01-24 19:19:58','2021-01-24 14:19:58'),
(99799,37430,'action started via WP Cron','2021-01-24 19:21:02','2021-01-24 14:21:02'),
(99800,37430,'action complete via WP Cron','2021-01-24 19:21:02','2021-01-24 14:21:02'),
(99801,37431,'action created','2021-01-24 19:21:03','2021-01-24 14:21:03'),
(99802,37431,'action started via WP Cron','2021-01-24 19:21:58','2021-01-24 14:21:58'),
(99803,37431,'action complete via WP Cron','2021-01-24 19:21:58','2021-01-24 14:21:58'),
(99804,37432,'action created','2021-01-24 19:21:58','2021-01-24 14:21:58'),
(99805,37432,'action started via WP Cron','2021-01-24 19:22:19','2021-01-24 14:22:19'),
(99806,37432,'action complete via WP Cron','2021-01-24 19:22:19','2021-01-24 14:22:19'),
(99807,37433,'action created','2021-01-24 19:22:19','2021-01-24 14:22:19'),
(99808,37433,'action started via WP Cron','2021-01-24 19:24:46','2021-01-24 14:24:46'),
(99809,37433,'action complete via WP Cron','2021-01-24 19:24:46','2021-01-24 14:24:46'),
(99810,37434,'action created','2021-01-24 19:24:46','2021-01-24 14:24:46'),
(99811,37434,'action started via WP Cron','2021-01-24 19:25:28','2021-01-24 14:25:28'),
(99812,37434,'action complete via WP Cron','2021-01-24 19:25:28','2021-01-24 14:25:28'),
(99813,37435,'action created','2021-01-24 19:25:28','2021-01-24 14:25:28'),
(99814,37435,'action started via WP Cron','2021-01-24 19:26:58','2021-01-24 14:26:58'),
(99815,37435,'action complete via WP Cron','2021-01-24 19:26:58','2021-01-24 14:26:58'),
(99816,37436,'action created','2021-01-24 19:26:58','2021-01-24 14:26:58'),
(99817,37436,'action started via WP Cron','2021-01-24 19:27:47','2021-01-24 14:27:47'),
(99818,37436,'action complete via WP Cron','2021-01-24 19:27:47','2021-01-24 14:27:47'),
(99819,37437,'action created','2021-01-24 19:27:47','2021-01-24 14:27:47'),
(99820,37437,'action started via WP Cron','2021-01-24 19:28:25','2021-01-24 14:28:25'),
(99821,37437,'action complete via WP Cron','2021-01-24 19:28:25','2021-01-24 14:28:25'),
(99822,37438,'action created','2021-01-24 19:28:25','2021-01-24 14:28:25'),
(99823,37438,'action started via WP Cron','2021-01-24 19:29:27','2021-01-24 14:29:27'),
(99824,37438,'action complete via WP Cron','2021-01-24 19:29:27','2021-01-24 14:29:27'),
(99825,37439,'action created','2021-01-24 19:29:27','2021-01-24 14:29:27'),
(99826,37439,'action started via WP Cron','2021-01-24 19:31:23','2021-01-24 14:31:23'),
(99827,37439,'action complete via WP Cron','2021-01-24 19:31:23','2021-01-24 14:31:23'),
(99828,37440,'action created','2021-01-24 19:31:23','2021-01-24 14:31:23'),
(99829,37440,'action started via WP Cron','2021-01-24 19:32:38','2021-01-24 14:32:38'),
(99830,37440,'action complete via WP Cron','2021-01-24 19:32:38','2021-01-24 14:32:38'),
(99831,37441,'action created','2021-01-24 19:32:38','2021-01-24 14:32:38'),
(99832,37441,'action started via WP Cron','2021-01-24 19:33:22','2021-01-24 14:33:22'),
(99833,37441,'action complete via WP Cron','2021-01-24 19:33:22','2021-01-24 14:33:22'),
(99834,37442,'action created','2021-01-24 19:33:22','2021-01-24 14:33:22'),
(99835,37442,'action started via WP Cron','2021-01-24 19:38:56','2021-01-24 14:38:56'),
(99836,37442,'action complete via WP Cron','2021-01-24 19:38:56','2021-01-24 14:38:56'),
(99837,37443,'action created','2021-01-24 19:38:56','2021-01-24 14:38:56'),
(99838,37443,'action started via WP Cron','2021-01-24 19:40:27','2021-01-24 14:40:27'),
(99839,37443,'action complete via WP Cron','2021-01-24 19:40:27','2021-01-24 14:40:27'),
(99840,37444,'action created','2021-01-24 19:40:27','2021-01-24 14:40:27'),
(99841,37444,'action started via WP Cron','2021-01-24 19:43:46','2021-01-24 14:43:46'),
(99842,37444,'action complete via WP Cron','2021-01-24 19:43:46','2021-01-24 14:43:46'),
(99843,37445,'action created','2021-01-24 19:43:46','2021-01-24 14:43:46'),
(99844,37445,'action started via WP Cron','2021-01-24 19:44:26','2021-01-24 14:44:26'),
(99845,37445,'action complete via WP Cron','2021-01-24 19:44:26','2021-01-24 14:44:26'),
(99846,37446,'action created','2021-01-24 19:44:26','2021-01-24 14:44:26'),
(99847,37446,'action started via WP Cron','2021-01-24 19:45:17','2021-01-24 14:45:17'),
(99848,37446,'action complete via WP Cron','2021-01-24 19:45:17','2021-01-24 14:45:17'),
(99849,37447,'action created','2021-01-24 19:45:17','2021-01-24 14:45:17'),
(99850,37447,'action started via WP Cron','2021-01-24 19:46:34','2021-01-24 14:46:34'),
(99851,37447,'action complete via WP Cron','2021-01-24 19:46:34','2021-01-24 14:46:34'),
(99852,37448,'action created','2021-01-24 19:46:34','2021-01-24 14:46:34'),
(99853,37448,'action started via WP Cron','2021-01-24 19:47:45','2021-01-24 14:47:45'),
(99854,37448,'action complete via WP Cron','2021-01-24 19:47:45','2021-01-24 14:47:45'),
(99855,37449,'action created','2021-01-24 19:47:45','2021-01-24 14:47:45'),
(99856,37449,'action started via WP Cron','2021-01-24 19:48:12','2021-01-24 14:48:12'),
(99857,37449,'action complete via WP Cron','2021-01-24 19:48:12','2021-01-24 14:48:12'),
(99858,37450,'action created','2021-01-24 19:48:12','2021-01-24 14:48:12'),
(99859,37450,'action started via WP Cron','2021-01-24 19:50:07','2021-01-24 14:50:07'),
(99860,37450,'action complete via WP Cron','2021-01-24 19:50:07','2021-01-24 14:50:07'),
(99861,37451,'action created','2021-01-24 19:50:07','2021-01-24 14:50:07'),
(99862,37451,'action started via WP Cron','2021-01-24 19:50:23','2021-01-24 14:50:23'),
(99863,37451,'action complete via WP Cron','2021-01-24 19:50:23','2021-01-24 14:50:23'),
(99864,37452,'action created','2021-01-24 19:50:23','2021-01-24 14:50:23'),
(99865,37452,'action started via WP Cron','2021-01-24 19:52:07','2021-01-24 14:52:07'),
(99866,37452,'action complete via WP Cron','2021-01-24 19:52:07','2021-01-24 14:52:07'),
(99867,37453,'action created','2021-01-24 19:52:07','2021-01-24 14:52:07'),
(99868,37453,'action started via WP Cron','2021-01-24 19:53:34','2021-01-24 14:53:34'),
(99869,37453,'action complete via WP Cron','2021-01-24 19:53:34','2021-01-24 14:53:34'),
(99870,37454,'action created','2021-01-24 19:53:34','2021-01-24 14:53:34'),
(99871,37454,'action started via WP Cron','2021-01-24 19:55:32','2021-01-24 14:55:32'),
(99872,37454,'action complete via WP Cron','2021-01-24 19:55:32','2021-01-24 14:55:32'),
(99873,37455,'action created','2021-01-24 19:55:32','2021-01-24 14:55:32'),
(99874,37455,'action started via WP Cron','2021-01-24 19:56:26','2021-01-24 14:56:26'),
(99875,37455,'action complete via WP Cron','2021-01-24 19:56:26','2021-01-24 14:56:26'),
(99876,37456,'action created','2021-01-24 19:56:26','2021-01-24 14:56:26'),
(99877,37456,'action started via WP Cron','2021-01-24 19:57:15','2021-01-24 14:57:15'),
(99878,37456,'action complete via WP Cron','2021-01-24 19:57:15','2021-01-24 14:57:15'),
(99879,37457,'action created','2021-01-24 19:57:15','2021-01-24 14:57:15'),
(99880,37457,'action started via WP Cron','2021-01-24 19:59:11','2021-01-24 14:59:11'),
(99881,37457,'action complete via WP Cron','2021-01-24 19:59:11','2021-01-24 14:59:11'),
(99882,37458,'action created','2021-01-24 19:59:11','2021-01-24 14:59:11'),
(99883,37458,'action started via WP Cron','2021-01-24 20:00:38','2021-01-24 15:00:38'),
(99884,37458,'action complete via WP Cron','2021-01-24 20:00:38','2021-01-24 15:00:38'),
(99885,37459,'action created','2021-01-24 20:00:38','2021-01-24 15:00:38'),
(99886,37459,'action started via WP Cron','2021-01-24 20:01:25','2021-01-24 15:01:25'),
(99887,37459,'action complete via WP Cron','2021-01-24 20:01:25','2021-01-24 15:01:25'),
(99888,37460,'action created','2021-01-24 20:01:26','2021-01-24 15:01:26'),
(99889,37460,'action started via WP Cron','2021-01-24 20:02:44','2021-01-24 15:02:44'),
(99890,37460,'action complete via WP Cron','2021-01-24 20:02:44','2021-01-24 15:02:44'),
(99891,37461,'action created','2021-01-24 20:02:44','2021-01-24 15:02:44'),
(99892,37461,'action started via WP Cron','2021-01-24 20:03:29','2021-01-24 15:03:29'),
(99893,37461,'action complete via WP Cron','2021-01-24 20:03:29','2021-01-24 15:03:29'),
(99894,37462,'action created','2021-01-24 20:03:30','2021-01-24 15:03:30'),
(99895,37462,'action started via WP Cron','2021-01-24 20:06:00','2021-01-24 15:06:00'),
(99896,37462,'action complete via WP Cron','2021-01-24 20:06:00','2021-01-24 15:06:00'),
(99897,37463,'action created','2021-01-24 20:06:00','2021-01-24 15:06:00'),
(99898,37463,'action started via WP Cron','2021-01-24 20:06:41','2021-01-24 15:06:41'),
(99899,37463,'action complete via WP Cron','2021-01-24 20:06:41','2021-01-24 15:06:41'),
(99900,37464,'action created','2021-01-24 20:06:42','2021-01-24 15:06:42'),
(99901,37464,'action started via WP Cron','2021-01-24 20:10:46','2021-01-24 15:10:46'),
(99902,37464,'action complete via WP Cron','2021-01-24 20:10:46','2021-01-24 15:10:46'),
(99903,37465,'action created','2021-01-24 20:10:46','2021-01-24 15:10:46'),
(99904,37465,'action started via WP Cron','2021-01-24 20:11:48','2021-01-24 15:11:48'),
(99905,37465,'action complete via WP Cron','2021-01-24 20:11:48','2021-01-24 15:11:48'),
(99906,37466,'action created','2021-01-24 20:11:48','2021-01-24 15:11:48'),
(99907,37466,'action started via WP Cron','2021-01-24 20:13:09','2021-01-24 15:13:09'),
(99908,37466,'action complete via WP Cron','2021-01-24 20:13:09','2021-01-24 15:13:09'),
(99909,37467,'action created','2021-01-24 20:13:09','2021-01-24 15:13:09'),
(99910,37467,'action started via WP Cron','2021-01-24 20:14:55','2021-01-24 15:14:55'),
(99911,37467,'action complete via WP Cron','2021-01-24 20:14:55','2021-01-24 15:14:55'),
(99912,37468,'action created','2021-01-24 20:14:55','2021-01-24 15:14:55'),
(99913,37468,'action started via WP Cron','2021-01-24 20:16:40','2021-01-24 15:16:40'),
(99914,37468,'action complete via WP Cron','2021-01-24 20:16:40','2021-01-24 15:16:40'),
(99915,37469,'action created','2021-01-24 20:16:40','2021-01-24 15:16:40'),
(99916,37469,'action started via WP Cron','2021-01-24 20:18:42','2021-01-24 15:18:42'),
(99917,37469,'action complete via WP Cron','2021-01-24 20:18:42','2021-01-24 15:18:42'),
(99918,37470,'action created','2021-01-24 20:18:42','2021-01-24 15:18:42'),
(99919,37470,'action started via WP Cron','2021-01-24 20:24:39','2021-01-24 15:24:39'),
(99920,37470,'action complete via WP Cron','2021-01-24 20:24:39','2021-01-24 15:24:39'),
(99921,37471,'action created','2021-01-24 20:24:39','2021-01-24 15:24:39'),
(99922,37471,'action started via WP Cron','2021-01-24 20:27:45','2021-01-24 15:27:45'),
(99923,37471,'action complete via WP Cron','2021-01-24 20:27:45','2021-01-24 15:27:45'),
(99924,37472,'action created','2021-01-24 20:27:45','2021-01-24 15:27:45'),
(99925,37472,'action started via WP Cron','2021-01-24 20:28:14','2021-01-24 15:28:14'),
(99926,37472,'action complete via WP Cron','2021-01-24 20:28:14','2021-01-24 15:28:14'),
(99927,37473,'action created','2021-01-24 20:28:14','2021-01-24 15:28:14'),
(99928,37473,'action started via WP Cron','2021-01-24 20:30:41','2021-01-24 15:30:41'),
(99929,37473,'action complete via WP Cron','2021-01-24 20:30:41','2021-01-24 15:30:41'),
(99930,37474,'action created','2021-01-24 20:30:41','2021-01-24 15:30:41'),
(99931,37474,'action started via WP Cron','2021-01-24 20:35:10','2021-01-24 15:35:10'),
(99932,37474,'action complete via WP Cron','2021-01-24 20:35:10','2021-01-24 15:35:10'),
(99933,37475,'action created','2021-01-24 20:35:15','2021-01-24 15:35:15'),
(99934,37475,'action started via WP Cron','2021-01-24 20:38:27','2021-01-24 15:38:27'),
(99935,37475,'action complete via WP Cron','2021-01-24 20:38:27','2021-01-24 15:38:27'),
(99936,37476,'action created','2021-01-24 20:38:27','2021-01-24 15:38:27'),
(99937,37476,'action started via WP Cron','2021-01-24 20:40:07','2021-01-24 15:40:07'),
(99938,37476,'action complete via WP Cron','2021-01-24 20:40:07','2021-01-24 15:40:07'),
(99939,37477,'action created','2021-01-24 20:40:07','2021-01-24 15:40:07'),
(99940,37477,'action started via WP Cron','2021-01-24 20:42:22','2021-01-24 15:42:22'),
(99941,37477,'action complete via WP Cron','2021-01-24 20:42:22','2021-01-24 15:42:22'),
(99942,37478,'action created','2021-01-24 20:42:22','2021-01-24 15:42:22'),
(99943,37478,'action started via WP Cron','2021-01-24 20:43:12','2021-01-24 15:43:12'),
(99944,37478,'action complete via WP Cron','2021-01-24 20:43:12','2021-01-24 15:43:12'),
(99945,37479,'action created','2021-01-24 20:43:12','2021-01-24 15:43:12'),
(99946,37479,'action started via WP Cron','2021-01-24 20:47:03','2021-01-24 15:47:03'),
(99947,37479,'action complete via WP Cron','2021-01-24 20:47:03','2021-01-24 15:47:03'),
(99948,37480,'action created','2021-01-24 20:47:03','2021-01-24 15:47:03'),
(99949,37480,'action started via WP Cron','2021-01-24 20:47:53','2021-01-24 15:47:53'),
(99950,37480,'action complete via WP Cron','2021-01-24 20:47:53','2021-01-24 15:47:53'),
(99951,37481,'action created','2021-01-24 20:47:53','2021-01-24 15:47:53'),
(99952,37481,'action started via WP Cron','2021-01-24 20:50:07','2021-01-24 15:50:07'),
(99953,37481,'action complete via WP Cron','2021-01-24 20:50:07','2021-01-24 15:50:07'),
(99954,37482,'action created','2021-01-24 20:50:07','2021-01-24 15:50:07'),
(99955,37482,'action started via WP Cron','2021-01-24 20:50:55','2021-01-24 15:50:55'),
(99956,37482,'action complete via WP Cron','2021-01-24 20:50:55','2021-01-24 15:50:55'),
(99957,37483,'action created','2021-01-24 20:50:55','2021-01-24 15:50:55'),
(99958,37483,'action started via WP Cron','2021-01-24 20:51:18','2021-01-24 15:51:18'),
(99959,37483,'action complete via WP Cron','2021-01-24 20:51:18','2021-01-24 15:51:18'),
(99960,37484,'action created','2021-01-24 20:51:18','2021-01-24 15:51:18'),
(99961,37484,'action started via WP Cron','2021-01-24 20:53:16','2021-01-24 15:53:16'),
(99962,37484,'action complete via WP Cron','2021-01-24 20:53:16','2021-01-24 15:53:16'),
(99963,37485,'action created','2021-01-24 20:53:16','2021-01-24 15:53:16'),
(99964,37485,'action started via WP Cron','2021-01-24 20:54:16','2021-01-24 15:54:16'),
(99965,37485,'action complete via WP Cron','2021-01-24 20:54:16','2021-01-24 15:54:16'),
(99966,37486,'action created','2021-01-24 20:54:16','2021-01-24 15:54:16'),
(99967,37486,'action started via WP Cron','2021-01-24 20:56:53','2021-01-24 15:56:53'),
(99968,37486,'action complete via WP Cron','2021-01-24 20:56:53','2021-01-24 15:56:53'),
(99969,37487,'action created','2021-01-24 20:56:53','2021-01-24 15:56:53'),
(99970,37487,'action started via WP Cron','2021-01-24 20:58:38','2021-01-24 15:58:38'),
(99971,37487,'action complete via WP Cron','2021-01-24 20:58:38','2021-01-24 15:58:38'),
(99972,37488,'action created','2021-01-24 20:58:38','2021-01-24 15:58:38'),
(99973,37488,'action started via WP Cron','2021-01-24 20:59:24','2021-01-24 15:59:24'),
(99974,37488,'action complete via WP Cron','2021-01-24 20:59:24','2021-01-24 15:59:24'),
(99975,37489,'action created','2021-01-24 20:59:24','2021-01-24 15:59:24'),
(99976,37489,'action started via WP Cron','2021-01-24 21:03:16','2021-01-24 16:03:16'),
(99977,37489,'action complete via WP Cron','2021-01-24 21:03:16','2021-01-24 16:03:16'),
(99978,37490,'action created','2021-01-24 21:03:16','2021-01-24 16:03:16'),
(99979,37490,'action started via WP Cron','2021-01-24 21:06:48','2021-01-24 16:06:48'),
(99980,37490,'action complete via WP Cron','2021-01-24 21:06:48','2021-01-24 16:06:48'),
(99981,37491,'action created','2021-01-24 21:06:48','2021-01-24 16:06:48'),
(99982,37491,'action started via WP Cron','2021-01-24 21:07:57','2021-01-24 16:07:57'),
(99983,37491,'action complete via WP Cron','2021-01-24 21:07:57','2021-01-24 16:07:57'),
(99984,37492,'action created','2021-01-24 21:07:57','2021-01-24 16:07:57'),
(99985,37492,'action started via WP Cron','2021-01-24 21:10:19','2021-01-24 16:10:19'),
(99986,37492,'action complete via WP Cron','2021-01-24 21:10:19','2021-01-24 16:10:19'),
(99987,37493,'action created','2021-01-24 21:10:20','2021-01-24 16:10:20'),
(99988,37493,'action started via WP Cron','2021-01-24 21:11:22','2021-01-24 16:11:22'),
(99989,37493,'action complete via WP Cron','2021-01-24 21:11:22','2021-01-24 16:11:22'),
(99990,37494,'action created','2021-01-24 21:11:22','2021-01-24 16:11:22'),
(99991,37494,'action started via WP Cron','2021-01-24 21:12:50','2021-01-24 16:12:50'),
(99992,37494,'action complete via WP Cron','2021-01-24 21:12:50','2021-01-24 16:12:50'),
(99993,37495,'action created','2021-01-24 21:12:50','2021-01-24 16:12:50'),
(99994,37495,'action started via WP Cron','2021-01-24 21:13:23','2021-01-24 16:13:23'),
(99995,37495,'action complete via WP Cron','2021-01-24 21:13:23','2021-01-24 16:13:23'),
(99996,37496,'action created','2021-01-24 21:13:23','2021-01-24 16:13:23'),
(99997,37496,'action started via WP Cron','2021-01-24 21:14:17','2021-01-24 16:14:17'),
(99998,37496,'action complete via WP Cron','2021-01-24 21:14:17','2021-01-24 16:14:17'),
(99999,37497,'action created','2021-01-24 21:14:17','2021-01-24 16:14:17'),
(100000,37497,'action started via WP Cron','2021-01-24 21:15:34','2021-01-24 16:15:34'),
(100001,37497,'action complete via WP Cron','2021-01-24 21:15:34','2021-01-24 16:15:34'),
(100002,37498,'action created','2021-01-24 21:15:34','2021-01-24 16:15:34'),
(100003,37498,'action started via WP Cron','2021-01-24 21:16:25','2021-01-24 16:16:25'),
(100004,37498,'action complete via WP Cron','2021-01-24 21:16:25','2021-01-24 16:16:25'),
(100005,37499,'action created','2021-01-24 21:16:25','2021-01-24 16:16:25'),
(100006,37499,'action started via WP Cron','2021-01-24 21:18:29','2021-01-24 16:18:29'),
(100007,37499,'action complete via WP Cron','2021-01-24 21:18:29','2021-01-24 16:18:29'),
(100008,37500,'action created','2021-01-24 21:18:29','2021-01-24 16:18:29'),
(100009,37500,'action started via WP Cron','2021-01-24 21:20:43','2021-01-24 16:20:43'),
(100010,37500,'action complete via WP Cron','2021-01-24 21:20:43','2021-01-24 16:20:43'),
(100011,37501,'action created','2021-01-24 21:20:43','2021-01-24 16:20:43'),
(100012,37501,'action started via WP Cron','2021-01-24 21:21:39','2021-01-24 16:21:39'),
(100013,37501,'action complete via WP Cron','2021-01-24 21:21:39','2021-01-24 16:21:39'),
(100014,37502,'action created','2021-01-24 21:21:40','2021-01-24 16:21:40'),
(100015,37502,'action started via WP Cron','2021-01-24 21:22:23','2021-01-24 16:22:23'),
(100016,37502,'action complete via WP Cron','2021-01-24 21:22:23','2021-01-24 16:22:23'),
(100017,37503,'action created','2021-01-24 21:22:23','2021-01-24 16:22:23'),
(100018,37503,'action started via WP Cron','2021-01-24 21:23:56','2021-01-24 16:23:56'),
(100019,37503,'action complete via WP Cron','2021-01-24 21:23:56','2021-01-24 16:23:56'),
(100020,37504,'action created','2021-01-24 21:23:56','2021-01-24 16:23:56'),
(100021,37504,'action started via WP Cron','2021-01-24 21:25:03','2021-01-24 16:25:03'),
(100022,37504,'action complete via WP Cron','2021-01-24 21:25:03','2021-01-24 16:25:03'),
(100023,37505,'action created','2021-01-24 21:25:03','2021-01-24 16:25:03'),
(100024,37505,'action started via WP Cron','2021-01-24 21:26:09','2021-01-24 16:26:09'),
(100025,37505,'action complete via WP Cron','2021-01-24 21:26:09','2021-01-24 16:26:09'),
(100026,37506,'action created','2021-01-24 21:26:09','2021-01-24 16:26:09'),
(100027,37506,'action started via WP Cron','2021-01-24 21:27:18','2021-01-24 16:27:18'),
(100028,37506,'action complete via WP Cron','2021-01-24 21:27:18','2021-01-24 16:27:18'),
(100029,37507,'action created','2021-01-24 21:27:18','2021-01-24 16:27:18'),
(100030,37507,'action started via WP Cron','2021-01-24 21:28:14','2021-01-24 16:28:14'),
(100031,37507,'action complete via WP Cron','2021-01-24 21:28:14','2021-01-24 16:28:14'),
(100032,37508,'action created','2021-01-24 21:28:14','2021-01-24 16:28:14'),
(100033,37508,'action started via WP Cron','2021-01-24 21:29:48','2021-01-24 16:29:48'),
(100034,37508,'action complete via WP Cron','2021-01-24 21:29:48','2021-01-24 16:29:48'),
(100035,37509,'action created','2021-01-24 21:29:48','2021-01-24 16:29:48'),
(100036,37509,'action started via WP Cron','2021-01-24 21:30:28','2021-01-24 16:30:28'),
(100037,37509,'action complete via WP Cron','2021-01-24 21:30:28','2021-01-24 16:30:28'),
(100038,37510,'action created','2021-01-24 21:30:28','2021-01-24 16:30:28'),
(100039,37510,'action started via WP Cron','2021-01-24 21:33:11','2021-01-24 16:33:11'),
(100040,37510,'action complete via WP Cron','2021-01-24 21:33:11','2021-01-24 16:33:11'),
(100041,37511,'action created','2021-01-24 21:33:11','2021-01-24 16:33:11'),
(100042,37511,'action started via WP Cron','2021-01-24 21:34:26','2021-01-24 16:34:26'),
(100043,37511,'action complete via WP Cron','2021-01-24 21:34:26','2021-01-24 16:34:26'),
(100044,37512,'action created','2021-01-24 21:34:27','2021-01-24 16:34:27'),
(100045,37512,'action started via WP Cron','2021-01-24 21:35:59','2021-01-24 16:35:59'),
(100046,37512,'action complete via WP Cron','2021-01-24 21:35:59','2021-01-24 16:35:59'),
(100047,37513,'action created','2021-01-24 21:35:59','2021-01-24 16:35:59'),
(100048,37513,'action started via WP Cron','2021-01-24 21:36:29','2021-01-24 16:36:29'),
(100049,37513,'action complete via WP Cron','2021-01-24 21:36:29','2021-01-24 16:36:29'),
(100050,37514,'action created','2021-01-24 21:36:29','2021-01-24 16:36:29'),
(100051,37514,'action started via WP Cron','2021-01-24 21:37:27','2021-01-24 16:37:27'),
(100052,37514,'action complete via WP Cron','2021-01-24 21:37:27','2021-01-24 16:37:27'),
(100053,37515,'action created','2021-01-24 21:37:27','2021-01-24 16:37:27'),
(100054,37515,'action started via WP Cron','2021-01-24 21:39:31','2021-01-24 16:39:31'),
(100055,37515,'action complete via WP Cron','2021-01-24 21:39:31','2021-01-24 16:39:31'),
(100056,37516,'action created','2021-01-24 21:39:31','2021-01-24 16:39:31'),
(100057,37516,'action started via WP Cron','2021-01-24 21:40:29','2021-01-24 16:40:29'),
(100058,37516,'action complete via WP Cron','2021-01-24 21:40:29','2021-01-24 16:40:29'),
(100059,37517,'action created','2021-01-24 21:40:29','2021-01-24 16:40:29'),
(100060,37517,'action started via WP Cron','2021-01-24 21:41:22','2021-01-24 16:41:22'),
(100061,37517,'action complete via WP Cron','2021-01-24 21:41:22','2021-01-24 16:41:22'),
(100062,37518,'action created','2021-01-24 21:41:22','2021-01-24 16:41:22'),
(100063,37518,'action started via WP Cron','2021-01-24 21:43:19','2021-01-24 16:43:19'),
(100064,37518,'action complete via WP Cron','2021-01-24 21:43:19','2021-01-24 16:43:19'),
(100065,37519,'action created','2021-01-24 21:43:19','2021-01-24 16:43:19'),
(100066,37519,'action started via WP Cron','2021-01-24 21:45:02','2021-01-24 16:45:02'),
(100067,37519,'action complete via WP Cron','2021-01-24 21:45:02','2021-01-24 16:45:02'),
(100068,37520,'action created','2021-01-24 21:45:02','2021-01-24 16:45:02'),
(100069,37520,'action started via WP Cron','2021-01-24 21:45:27','2021-01-24 16:45:27'),
(100070,37520,'action complete via WP Cron','2021-01-24 21:45:27','2021-01-24 16:45:27'),
(100071,37521,'action created','2021-01-24 21:45:27','2021-01-24 16:45:27'),
(100072,37521,'action started via WP Cron','2021-01-24 21:46:28','2021-01-24 16:46:28'),
(100073,37521,'action complete via WP Cron','2021-01-24 21:46:28','2021-01-24 16:46:28'),
(100074,37522,'action created','2021-01-24 21:46:28','2021-01-24 16:46:28'),
(100075,37522,'action started via WP Cron','2021-01-24 21:47:44','2021-01-24 16:47:44'),
(100076,37522,'action complete via WP Cron','2021-01-24 21:47:44','2021-01-24 16:47:44'),
(100077,37523,'action created','2021-01-24 21:47:44','2021-01-24 16:47:44'),
(100078,37523,'action started via WP Cron','2021-01-24 21:48:46','2021-01-24 16:48:46'),
(100079,37523,'action complete via WP Cron','2021-01-24 21:48:46','2021-01-24 16:48:46'),
(100080,37524,'action created','2021-01-24 21:48:46','2021-01-24 16:48:46'),
(100081,37524,'action started via WP Cron','2021-01-24 21:50:04','2021-01-24 16:50:04'),
(100082,37524,'action complete via WP Cron','2021-01-24 21:50:04','2021-01-24 16:50:04'),
(100083,37525,'action created','2021-01-24 21:50:04','2021-01-24 16:50:04'),
(100084,37525,'action started via WP Cron','2021-01-24 21:50:27','2021-01-24 16:50:27'),
(100085,37525,'action complete via WP Cron','2021-01-24 21:50:27','2021-01-24 16:50:27'),
(100086,37526,'action created','2021-01-24 21:50:28','2021-01-24 16:50:28'),
(100087,37526,'action started via WP Cron','2021-01-24 21:54:36','2021-01-24 16:54:36'),
(100088,37526,'action complete via WP Cron','2021-01-24 21:54:36','2021-01-24 16:54:36'),
(100089,37527,'action created','2021-01-24 21:54:36','2021-01-24 16:54:36'),
(100090,37527,'action started via WP Cron','2021-01-24 21:55:50','2021-01-24 16:55:50'),
(100091,37527,'action complete via WP Cron','2021-01-24 21:55:50','2021-01-24 16:55:50'),
(100092,37528,'action created','2021-01-24 21:55:50','2021-01-24 16:55:50'),
(100093,37528,'action started via WP Cron','2021-01-24 21:56:51','2021-01-24 16:56:51'),
(100094,37528,'action complete via WP Cron','2021-01-24 21:56:51','2021-01-24 16:56:51'),
(100095,37529,'action created','2021-01-24 21:56:51','2021-01-24 16:56:51'),
(100096,37529,'action started via WP Cron','2021-01-24 21:58:36','2021-01-24 16:58:36'),
(100097,37529,'action complete via WP Cron','2021-01-24 21:58:36','2021-01-24 16:58:36'),
(100098,37530,'action created','2021-01-24 21:58:36','2021-01-24 16:58:36'),
(100099,37530,'action started via WP Cron','2021-01-24 21:59:59','2021-01-24 16:59:59'),
(100100,37530,'action complete via WP Cron','2021-01-24 21:59:59','2021-01-24 16:59:59'),
(100101,37531,'action created','2021-01-24 21:59:59','2021-01-24 16:59:59'),
(100102,37531,'action started via WP Cron','2021-01-24 22:02:44','2021-01-24 17:02:44'),
(100103,37531,'action complete via WP Cron','2021-01-24 22:02:44','2021-01-24 17:02:44'),
(100104,37532,'action created','2021-01-24 22:02:44','2021-01-24 17:02:44'),
(100105,37532,'action started via WP Cron','2021-01-24 22:03:41','2021-01-24 17:03:41'),
(100106,37532,'action complete via WP Cron','2021-01-24 22:03:41','2021-01-24 17:03:41'),
(100107,37533,'action created','2021-01-24 22:03:41','2021-01-24 17:03:41'),
(100108,37533,'action started via WP Cron','2021-01-24 22:07:01','2021-01-24 17:07:01'),
(100109,37533,'action complete via WP Cron','2021-01-24 22:07:01','2021-01-24 17:07:01'),
(100110,37534,'action created','2021-01-24 22:07:01','2021-01-24 17:07:01'),
(100111,37534,'action started via WP Cron','2021-01-24 22:07:50','2021-01-24 17:07:50'),
(100112,37534,'action complete via WP Cron','2021-01-24 22:07:50','2021-01-24 17:07:50'),
(100113,37535,'action created','2021-01-24 22:07:50','2021-01-24 17:07:50'),
(100114,37535,'action started via WP Cron','2021-01-24 22:10:00','2021-01-24 17:10:00'),
(100115,37535,'action complete via WP Cron','2021-01-24 22:10:00','2021-01-24 17:10:00'),
(100116,37536,'action created','2021-01-24 22:10:00','2021-01-24 17:10:00'),
(100117,37536,'action started via WP Cron','2021-01-24 22:10:24','2021-01-24 17:10:24'),
(100118,37536,'action complete via WP Cron','2021-01-24 22:10:24','2021-01-24 17:10:24'),
(100119,37537,'action created','2021-01-24 22:10:24','2021-01-24 17:10:24'),
(100120,37537,'action started via WP Cron','2021-01-24 22:13:05','2021-01-24 17:13:05'),
(100121,37537,'action complete via WP Cron','2021-01-24 22:13:05','2021-01-24 17:13:05'),
(100122,37538,'action created','2021-01-24 22:13:05','2021-01-24 17:13:05'),
(100123,37538,'action started via WP Cron','2021-01-24 22:15:12','2021-01-24 17:15:12'),
(100124,37538,'action complete via WP Cron','2021-01-24 22:15:12','2021-01-24 17:15:12'),
(100125,37539,'action created','2021-01-24 22:15:12','2021-01-24 17:15:12'),
(100126,37539,'action started via WP Cron','2021-01-24 22:16:20','2021-01-24 17:16:20'),
(100127,37539,'action complete via WP Cron','2021-01-24 22:16:20','2021-01-24 17:16:20'),
(100128,37540,'action created','2021-01-24 22:16:20','2021-01-24 17:16:20'),
(100129,37540,'action started via WP Cron','2021-01-24 22:18:26','2021-01-24 17:18:26'),
(100130,37540,'action complete via WP Cron','2021-01-24 22:18:26','2021-01-24 17:18:26'),
(100131,37541,'action created','2021-01-24 22:18:26','2021-01-24 17:18:26'),
(100132,37541,'action started via WP Cron','2021-01-24 22:19:31','2021-01-24 17:19:31'),
(100133,37541,'action complete via WP Cron','2021-01-24 22:19:31','2021-01-24 17:19:31'),
(100134,37542,'action created','2021-01-24 22:19:31','2021-01-24 17:19:31'),
(100135,37542,'action started via WP Cron','2021-01-24 22:20:30','2021-01-24 17:20:30'),
(100136,37542,'action complete via WP Cron','2021-01-24 22:20:30','2021-01-24 17:20:30'),
(100137,37543,'action created','2021-01-24 22:20:30','2021-01-24 17:20:30'),
(100138,37543,'action started via WP Cron','2021-01-24 22:21:20','2021-01-24 17:21:20'),
(100139,37543,'action complete via WP Cron','2021-01-24 22:21:20','2021-01-24 17:21:20'),
(100140,37544,'action created','2021-01-24 22:21:20','2021-01-24 17:21:20'),
(100141,37544,'action started via WP Cron','2021-01-24 22:24:16','2021-01-24 17:24:16'),
(100142,37544,'action complete via WP Cron','2021-01-24 22:24:16','2021-01-24 17:24:16'),
(100143,37545,'action created','2021-01-24 22:24:16','2021-01-24 17:24:16'),
(100144,37545,'action started via WP Cron','2021-01-24 22:25:12','2021-01-24 17:25:12'),
(100145,37545,'action complete via WP Cron','2021-01-24 22:25:12','2021-01-24 17:25:12'),
(100146,37546,'action created','2021-01-24 22:25:12','2021-01-24 17:25:12'),
(100147,37546,'action started via WP Cron','2021-01-24 22:26:18','2021-01-24 17:26:18'),
(100148,37546,'action complete via WP Cron','2021-01-24 22:26:18','2021-01-24 17:26:18'),
(100149,37547,'action created','2021-01-24 22:26:18','2021-01-24 17:26:18'),
(100150,37547,'action started via WP Cron','2021-01-24 22:27:13','2021-01-24 17:27:13'),
(100151,37547,'action complete via WP Cron','2021-01-24 22:27:13','2021-01-24 17:27:13'),
(100152,37548,'action created','2021-01-24 22:27:13','2021-01-24 17:27:13'),
(100153,37548,'action started via WP Cron','2021-01-24 22:29:23','2021-01-24 17:29:23'),
(100154,37548,'action complete via WP Cron','2021-01-24 22:29:23','2021-01-24 17:29:23'),
(100155,37549,'action created','2021-01-24 22:29:23','2021-01-24 17:29:23'),
(100156,37549,'action started via WP Cron','2021-01-24 22:30:42','2021-01-24 17:30:42'),
(100157,37549,'action complete via WP Cron','2021-01-24 22:30:42','2021-01-24 17:30:42'),
(100158,37550,'action created','2021-01-24 22:30:42','2021-01-24 17:30:42'),
(100159,37550,'action started via WP Cron','2021-01-24 22:31:18','2021-01-24 17:31:18'),
(100160,37550,'action complete via WP Cron','2021-01-24 22:31:18','2021-01-24 17:31:18'),
(100161,37551,'action created','2021-01-24 22:31:18','2021-01-24 17:31:18'),
(100162,37551,'action started via WP Cron','2021-01-24 22:32:43','2021-01-24 17:32:43'),
(100163,37551,'action complete via WP Cron','2021-01-24 22:32:43','2021-01-24 17:32:43'),
(100164,37552,'action created','2021-01-24 22:32:43','2021-01-24 17:32:43'),
(100165,37552,'action started via WP Cron','2021-01-24 22:33:38','2021-01-24 17:33:38'),
(100166,37552,'action complete via WP Cron','2021-01-24 22:33:38','2021-01-24 17:33:38'),
(100167,37553,'action created','2021-01-24 22:33:38','2021-01-24 17:33:38'),
(100168,37553,'action started via WP Cron','2021-01-24 22:34:20','2021-01-24 17:34:20'),
(100169,37553,'action complete via WP Cron','2021-01-24 22:34:20','2021-01-24 17:34:20'),
(100170,37554,'action created','2021-01-24 22:34:20','2021-01-24 17:34:20'),
(100171,37554,'action started via WP Cron','2021-01-24 22:36:51','2021-01-24 17:36:51'),
(100172,37554,'action complete via WP Cron','2021-01-24 22:36:51','2021-01-24 17:36:51'),
(100173,37555,'action created','2021-01-24 22:36:51','2021-01-24 17:36:51'),
(100174,37555,'action started via WP Cron','2021-01-24 22:37:37','2021-01-24 17:37:37'),
(100175,37555,'action complete via WP Cron','2021-01-24 22:37:37','2021-01-24 17:37:37'),
(100176,37556,'action created','2021-01-24 22:37:38','2021-01-24 17:37:38'),
(100177,37556,'action started via WP Cron','2021-01-24 22:38:25','2021-01-24 17:38:25'),
(100178,37556,'action complete via WP Cron','2021-01-24 22:38:25','2021-01-24 17:38:25'),
(100179,37557,'action created','2021-01-24 22:38:25','2021-01-24 17:38:25'),
(100180,37557,'action started via WP Cron','2021-01-24 22:42:04','2021-01-24 17:42:04'),
(100181,37557,'action complete via WP Cron','2021-01-24 22:42:04','2021-01-24 17:42:04'),
(100182,37558,'action created','2021-01-24 22:42:04','2021-01-24 17:42:04'),
(100183,37558,'action started via WP Cron','2021-01-24 22:45:45','2021-01-24 17:45:45'),
(100184,37558,'action complete via WP Cron','2021-01-24 22:45:45','2021-01-24 17:45:45'),
(100185,37559,'action created','2021-01-24 22:45:45','2021-01-24 17:45:45'),
(100186,37559,'action started via WP Cron','2021-01-24 22:46:18','2021-01-24 17:46:18'),
(100187,37559,'action complete via WP Cron','2021-01-24 22:46:18','2021-01-24 17:46:18'),
(100188,37560,'action created','2021-01-24 22:46:18','2021-01-24 17:46:18'),
(100189,37560,'action started via WP Cron','2021-01-24 22:47:15','2021-01-24 17:47:15'),
(100190,37560,'action complete via WP Cron','2021-01-24 22:47:15','2021-01-24 17:47:15'),
(100191,37561,'action created','2021-01-24 22:47:15','2021-01-24 17:47:15'),
(100192,37561,'action started via WP Cron','2021-01-24 22:49:15','2021-01-24 17:49:15'),
(100193,37561,'action complete via WP Cron','2021-01-24 22:49:15','2021-01-24 17:49:15'),
(100194,37562,'action created','2021-01-24 22:49:15','2021-01-24 17:49:15'),
(100195,37562,'action started via WP Cron','2021-01-24 22:50:18','2021-01-24 17:50:18'),
(100196,37562,'action complete via WP Cron','2021-01-24 22:50:18','2021-01-24 17:50:18'),
(100197,37563,'action created','2021-01-24 22:50:18','2021-01-24 17:50:18'),
(100198,37563,'action started via WP Cron','2021-01-24 22:52:04','2021-01-24 17:52:04'),
(100199,37563,'action complete via WP Cron','2021-01-24 22:52:04','2021-01-24 17:52:04'),
(100200,37564,'action created','2021-01-24 22:52:04','2021-01-24 17:52:04'),
(100201,37564,'action started via WP Cron','2021-01-24 22:53:13','2021-01-24 17:53:13'),
(100202,37564,'action complete via WP Cron','2021-01-24 22:53:13','2021-01-24 17:53:13'),
(100203,37565,'action created','2021-01-24 22:53:13','2021-01-24 17:53:13'),
(100204,37565,'action started via WP Cron','2021-01-24 22:55:01','2021-01-24 17:55:01'),
(100205,37565,'action complete via WP Cron','2021-01-24 22:55:01','2021-01-24 17:55:01'),
(100206,37566,'action created','2021-01-24 22:55:02','2021-01-24 17:55:02'),
(100207,37566,'action started via WP Cron','2021-01-24 22:55:55','2021-01-24 17:55:55'),
(100208,37566,'action complete via WP Cron','2021-01-24 22:55:55','2021-01-24 17:55:55'),
(100209,37567,'action created','2021-01-24 22:55:55','2021-01-24 17:55:55'),
(100210,37567,'action started via WP Cron','2021-01-24 22:56:14','2021-01-24 17:56:14'),
(100211,37567,'action complete via WP Cron','2021-01-24 22:56:14','2021-01-24 17:56:14'),
(100212,37568,'action created','2021-01-24 22:56:14','2021-01-24 17:56:14'),
(100213,37568,'action started via WP Cron','2021-01-24 22:57:37','2021-01-24 17:57:37'),
(100214,37568,'action complete via WP Cron','2021-01-24 22:57:37','2021-01-24 17:57:37'),
(100215,37569,'action created','2021-01-24 22:57:37','2021-01-24 17:57:37'),
(100216,37569,'action started via WP Cron','2021-01-24 22:59:35','2021-01-24 17:59:35'),
(100217,37569,'action complete via WP Cron','2021-01-24 22:59:35','2021-01-24 17:59:35'),
(100218,37570,'action created','2021-01-24 22:59:35','2021-01-24 17:59:35'),
(100219,37570,'action started via WP Cron','2021-01-24 23:00:32','2021-01-24 18:00:32'),
(100220,37570,'action complete via WP Cron','2021-01-24 23:00:32','2021-01-24 18:00:32'),
(100221,37571,'action created','2021-01-24 23:00:32','2021-01-24 18:00:32'),
(100222,37571,'action started via WP Cron','2021-01-24 23:01:26','2021-01-24 18:01:26'),
(100223,37571,'action complete via WP Cron','2021-01-24 23:01:26','2021-01-24 18:01:26'),
(100224,37572,'action created','2021-01-24 23:01:28','2021-01-24 18:01:28'),
(100225,37572,'action started via WP Cron','2021-01-24 23:02:44','2021-01-24 18:02:44'),
(100226,37572,'action complete via WP Cron','2021-01-24 23:02:44','2021-01-24 18:02:44'),
(100227,37573,'action created','2021-01-24 23:02:44','2021-01-24 18:02:44'),
(100228,37573,'action started via WP Cron','2021-01-24 23:04:27','2021-01-24 18:04:27'),
(100229,37573,'action complete via WP Cron','2021-01-24 23:04:27','2021-01-24 18:04:27'),
(100230,37574,'action created','2021-01-24 23:04:27','2021-01-24 18:04:27'),
(100231,37574,'action started via WP Cron','2021-01-24 23:05:12','2021-01-24 18:05:12'),
(100232,37574,'action complete via WP Cron','2021-01-24 23:05:12','2021-01-24 18:05:12'),
(100233,37575,'action created','2021-01-24 23:05:12','2021-01-24 18:05:12'),
(100234,37575,'action started via WP Cron','2021-01-24 23:06:18','2021-01-24 18:06:18'),
(100235,37575,'action complete via WP Cron','2021-01-24 23:06:18','2021-01-24 18:06:18'),
(100236,37576,'action created','2021-01-24 23:06:18','2021-01-24 18:06:18'),
(100237,37576,'action started via WP Cron','2021-01-24 23:08:12','2021-01-24 18:08:12'),
(100238,37576,'action complete via WP Cron','2021-01-24 23:08:12','2021-01-24 18:08:12'),
(100239,37577,'action created','2021-01-24 23:08:12','2021-01-24 18:08:12'),
(100240,37577,'action started via WP Cron','2021-01-24 23:09:50','2021-01-24 18:09:50'),
(100241,37577,'action complete via WP Cron','2021-01-24 23:09:50','2021-01-24 18:09:50'),
(100242,37578,'action created','2021-01-24 23:09:50','2021-01-24 18:09:50'),
(100243,37578,'action started via WP Cron','2021-01-24 23:12:00','2021-01-24 18:12:00'),
(100244,37578,'action complete via WP Cron','2021-01-24 23:12:00','2021-01-24 18:12:00'),
(100245,37579,'action created','2021-01-24 23:12:00','2021-01-24 18:12:00'),
(100246,37579,'action started via WP Cron','2021-01-24 23:12:15','2021-01-24 18:12:15'),
(100247,37579,'action complete via WP Cron','2021-01-24 23:12:15','2021-01-24 18:12:15'),
(100248,37580,'action created','2021-01-24 23:12:15','2021-01-24 18:12:15'),
(100249,37580,'action started via WP Cron','2021-01-24 23:13:11','2021-01-24 18:13:11'),
(100250,37580,'action complete via WP Cron','2021-01-24 23:13:11','2021-01-24 18:13:11'),
(100251,37581,'action created','2021-01-24 23:13:11','2021-01-24 18:13:11'),
(100252,37581,'action started via WP Cron','2021-01-24 23:14:23','2021-01-24 18:14:23'),
(100253,37581,'action complete via WP Cron','2021-01-24 23:14:23','2021-01-24 18:14:23'),
(100254,37582,'action created','2021-01-24 23:14:23','2021-01-24 18:14:23'),
(100255,37582,'action started via WP Cron','2021-01-24 23:15:21','2021-01-24 18:15:21'),
(100256,37582,'action complete via WP Cron','2021-01-24 23:15:21','2021-01-24 18:15:21'),
(100257,37583,'action created','2021-01-24 23:15:21','2021-01-24 18:15:21'),
(100258,37583,'action started via WP Cron','2021-01-24 23:18:38','2021-01-24 18:18:38'),
(100259,37583,'action complete via WP Cron','2021-01-24 23:18:38','2021-01-24 18:18:38'),
(100260,37584,'action created','2021-01-24 23:18:38','2021-01-24 18:18:38'),
(100261,37584,'action started via WP Cron','2021-01-24 23:21:05','2021-01-24 18:21:05'),
(100262,37584,'action complete via WP Cron','2021-01-24 23:21:05','2021-01-24 18:21:05'),
(100263,37585,'action created','2021-01-24 23:21:05','2021-01-24 18:21:05'),
(100264,37585,'action started via WP Cron','2021-01-24 23:21:18','2021-01-24 18:21:18'),
(100265,37585,'action complete via WP Cron','2021-01-24 23:21:18','2021-01-24 18:21:18'),
(100266,37586,'action created','2021-01-24 23:21:18','2021-01-24 18:21:18'),
(100267,37586,'action started via WP Cron','2021-01-24 23:26:07','2021-01-24 18:26:07'),
(100268,37586,'action complete via WP Cron','2021-01-24 23:26:08','2021-01-24 18:26:08'),
(100269,37587,'action created','2021-01-24 23:26:08','2021-01-24 18:26:08'),
(100270,37587,'action started via WP Cron','2021-01-24 23:28:06','2021-01-24 18:28:06'),
(100271,37587,'action complete via WP Cron','2021-01-24 23:28:06','2021-01-24 18:28:06'),
(100272,37588,'action created','2021-01-24 23:28:06','2021-01-24 18:28:06'),
(100273,37588,'action started via WP Cron','2021-01-24 23:28:18','2021-01-24 18:28:18'),
(100274,37588,'action complete via WP Cron','2021-01-24 23:28:18','2021-01-24 18:28:18'),
(100275,37589,'action created','2021-01-24 23:28:18','2021-01-24 18:28:18'),
(100276,37589,'action started via WP Cron','2021-01-24 23:31:02','2021-01-24 18:31:02'),
(100277,37589,'action complete via WP Cron','2021-01-24 23:31:02','2021-01-24 18:31:02'),
(100278,37590,'action created','2021-01-24 23:31:02','2021-01-24 18:31:02'),
(100279,37590,'action started via WP Cron','2021-01-24 23:31:21','2021-01-24 18:31:21'),
(100280,37590,'action complete via WP Cron','2021-01-24 23:31:21','2021-01-24 18:31:21'),
(100281,37591,'action created','2021-01-24 23:31:21','2021-01-24 18:31:21'),
(100282,37591,'action started via WP Cron','2021-01-24 23:35:17','2021-01-24 18:35:17'),
(100283,37591,'action complete via WP Cron','2021-01-24 23:35:17','2021-01-24 18:35:17'),
(100284,37592,'action created','2021-01-24 23:35:17','2021-01-24 18:35:17'),
(100285,37592,'action started via WP Cron','2021-01-24 23:37:07','2021-01-24 18:37:07'),
(100286,37592,'action complete via WP Cron','2021-01-24 23:37:07','2021-01-24 18:37:07'),
(100287,37593,'action created','2021-01-24 23:37:07','2021-01-24 18:37:07'),
(100288,37593,'action started via WP Cron','2021-01-24 23:37:19','2021-01-24 18:37:19'),
(100289,37593,'action complete via WP Cron','2021-01-24 23:37:19','2021-01-24 18:37:19'),
(100290,37594,'action created','2021-01-24 23:37:19','2021-01-24 18:37:19'),
(100291,37594,'action started via WP Cron','2021-01-24 23:38:49','2021-01-24 18:38:49'),
(100292,37594,'action complete via WP Cron','2021-01-24 23:38:49','2021-01-24 18:38:49'),
(100293,37595,'action created','2021-01-24 23:38:49','2021-01-24 18:38:49'),
(100294,37595,'action started via WP Cron','2021-01-24 23:40:11','2021-01-24 18:40:11'),
(100295,37595,'action complete via WP Cron','2021-01-24 23:40:11','2021-01-24 18:40:11'),
(100296,37596,'action created','2021-01-24 23:40:11','2021-01-24 18:40:11'),
(100297,37596,'action started via WP Cron','2021-01-24 23:42:48','2021-01-24 18:42:48'),
(100298,37596,'action complete via WP Cron','2021-01-24 23:42:48','2021-01-24 18:42:48'),
(100299,37597,'action created','2021-01-24 23:42:48','2021-01-24 18:42:48'),
(100300,37597,'action started via WP Cron','2021-01-24 23:43:11','2021-01-24 18:43:11'),
(100301,37597,'action complete via WP Cron','2021-01-24 23:43:11','2021-01-24 18:43:11'),
(100302,37598,'action created','2021-01-24 23:43:11','2021-01-24 18:43:11'),
(100303,37598,'action started via WP Cron','2021-01-24 23:44:46','2021-01-24 18:44:46'),
(100304,37598,'action complete via WP Cron','2021-01-24 23:44:46','2021-01-24 18:44:46'),
(100305,37599,'action created','2021-01-24 23:44:46','2021-01-24 18:44:46'),
(100306,37599,'action started via WP Cron','2021-01-24 23:46:14','2021-01-24 18:46:14'),
(100307,37599,'action complete via WP Cron','2021-01-24 23:46:14','2021-01-24 18:46:14'),
(100308,37600,'action created','2021-01-24 23:46:14','2021-01-24 18:46:14'),
(100309,37600,'action started via WP Cron','2021-01-24 23:49:18','2021-01-24 18:49:18'),
(100310,37600,'action complete via WP Cron','2021-01-24 23:49:18','2021-01-24 18:49:18'),
(100311,37601,'action created','2021-01-24 23:49:18','2021-01-24 18:49:18'),
(100312,37601,'action started via WP Cron','2021-01-24 23:52:52','2021-01-24 18:52:52'),
(100313,37601,'action complete via WP Cron','2021-01-24 23:52:52','2021-01-24 18:52:52'),
(100314,37602,'action created','2021-01-24 23:52:52','2021-01-24 18:52:52'),
(100315,37602,'action started via WP Cron','2021-01-24 23:53:46','2021-01-24 18:53:46'),
(100316,37602,'action complete via WP Cron','2021-01-24 23:53:46','2021-01-24 18:53:46'),
(100317,37603,'action created','2021-01-24 23:53:46','2021-01-24 18:53:46'),
(100318,37603,'action started via WP Cron','2021-01-24 23:55:47','2021-01-24 18:55:47'),
(100319,37603,'action complete via WP Cron','2021-01-24 23:55:47','2021-01-24 18:55:47'),
(100320,37604,'action created','2021-01-24 23:55:47','2021-01-24 18:55:47'),
(100321,37604,'action started via WP Cron','2021-01-24 23:56:35','2021-01-24 18:56:35'),
(100322,37604,'action complete via WP Cron','2021-01-24 23:56:35','2021-01-24 18:56:35'),
(100323,37605,'action created','2021-01-24 23:56:35','2021-01-24 18:56:35'),
(100324,37605,'action started via WP Cron','2021-01-24 23:57:15','2021-01-24 18:57:15'),
(100325,37605,'action complete via WP Cron','2021-01-24 23:57:15','2021-01-24 18:57:15'),
(100326,37606,'action created','2021-01-24 23:57:15','2021-01-24 18:57:15'),
(100327,37606,'action started via WP Cron','2021-01-24 23:58:19','2021-01-24 18:58:19'),
(100328,37606,'action complete via WP Cron','2021-01-24 23:58:19','2021-01-24 18:58:19'),
(100329,37607,'action created','2021-01-24 23:58:19','2021-01-24 18:58:19'),
(100330,37607,'action started via WP Cron','2021-01-24 23:59:44','2021-01-24 18:59:44'),
(100331,37607,'action complete via WP Cron','2021-01-24 23:59:44','2021-01-24 18:59:44'),
(100332,37608,'action created','2021-01-24 23:59:44','2021-01-24 18:59:44'),
(100333,37608,'action started via WP Cron','2021-01-25 00:00:58','2021-01-24 19:00:58'),
(100334,37608,'action complete via WP Cron','2021-01-25 00:00:58','2021-01-24 19:00:58'),
(100335,37609,'action created','2021-01-25 00:00:58','2021-01-24 19:00:58'),
(100336,37609,'action started via WP Cron','2021-01-25 00:01:37','2021-01-24 19:01:37'),
(100337,37609,'action complete via WP Cron','2021-01-25 00:01:37','2021-01-24 19:01:37'),
(100338,37610,'action created','2021-01-25 00:01:37','2021-01-24 19:01:37'),
(100339,37610,'action started via WP Cron','2021-01-25 00:03:17','2021-01-24 19:03:17'),
(100340,37610,'action complete via WP Cron','2021-01-25 00:03:17','2021-01-24 19:03:17'),
(100341,37611,'action created','2021-01-25 00:03:17','2021-01-24 19:03:17'),
(100342,37611,'action started via WP Cron','2021-01-25 00:04:17','2021-01-24 19:04:17'),
(100343,37611,'action complete via WP Cron','2021-01-25 00:04:17','2021-01-24 19:04:17'),
(100344,37612,'action created','2021-01-25 00:04:17','2021-01-24 19:04:17'),
(100345,37612,'action started via WP Cron','2021-01-25 00:05:42','2021-01-24 19:05:42'),
(100346,37612,'action complete via WP Cron','2021-01-25 00:05:42','2021-01-24 19:05:42'),
(100347,37613,'action created','2021-01-25 00:05:42','2021-01-24 19:05:42'),
(100348,37613,'action started via WP Cron','2021-01-25 00:06:45','2021-01-24 19:06:45'),
(100349,37613,'action complete via WP Cron','2021-01-25 00:06:45','2021-01-24 19:06:45'),
(100350,37614,'action created','2021-01-25 00:06:45','2021-01-24 19:06:45'),
(100351,37614,'action started via WP Cron','2021-01-25 00:08:20','2021-01-24 19:08:20'),
(100352,37614,'action complete via WP Cron','2021-01-25 00:08:20','2021-01-24 19:08:20'),
(100353,37615,'action created','2021-01-25 00:08:20','2021-01-24 19:08:20'),
(100354,37615,'action started via WP Cron','2021-01-25 00:09:27','2021-01-24 19:09:27'),
(100355,37615,'action complete via WP Cron','2021-01-25 00:09:27','2021-01-24 19:09:27'),
(100356,37616,'action created','2021-01-25 00:09:27','2021-01-24 19:09:27'),
(100357,37616,'action started via WP Cron','2021-01-25 00:11:03','2021-01-24 19:11:03'),
(100358,37616,'action complete via WP Cron','2021-01-25 00:11:03','2021-01-24 19:11:03'),
(100359,37617,'action created','2021-01-25 00:11:03','2021-01-24 19:11:03'),
(100360,37617,'action started via WP Cron','2021-01-25 00:11:51','2021-01-24 19:11:51'),
(100361,37617,'action complete via WP Cron','2021-01-25 00:11:51','2021-01-24 19:11:51'),
(100362,37618,'action created','2021-01-25 00:11:51','2021-01-24 19:11:51'),
(100363,37618,'action started via WP Cron','2021-01-25 00:12:22','2021-01-24 19:12:22'),
(100364,37618,'action complete via WP Cron','2021-01-25 00:12:22','2021-01-24 19:12:22'),
(100365,37619,'action created','2021-01-25 00:12:22','2021-01-24 19:12:22'),
(100366,37619,'action started via WP Cron','2021-01-25 00:14:12','2021-01-24 19:14:12'),
(100367,37619,'action complete via WP Cron','2021-01-25 00:14:12','2021-01-24 19:14:12'),
(100368,37620,'action created','2021-01-25 00:14:12','2021-01-24 19:14:12'),
(100369,37620,'action started via WP Cron','2021-01-25 00:16:01','2021-01-24 19:16:01'),
(100370,37620,'action complete via WP Cron','2021-01-25 00:16:01','2021-01-24 19:16:01'),
(100371,37621,'action created','2021-01-25 00:16:01','2021-01-24 19:16:01'),
(100372,37621,'action started via WP Cron','2021-01-25 00:16:26','2021-01-24 19:16:26'),
(100373,37621,'action complete via WP Cron','2021-01-25 00:16:26','2021-01-24 19:16:26'),
(100374,37622,'action created','2021-01-25 00:16:26','2021-01-24 19:16:26'),
(100375,37622,'action started via WP Cron','2021-01-25 00:17:23','2021-01-24 19:17:23'),
(100376,37622,'action complete via WP Cron','2021-01-25 00:17:23','2021-01-24 19:17:23'),
(100377,37623,'action created','2021-01-25 00:17:23','2021-01-24 19:17:23'),
(100378,37623,'action started via WP Cron','2021-01-25 00:18:35','2021-01-24 19:18:35'),
(100379,37623,'action complete via WP Cron','2021-01-25 00:18:35','2021-01-24 19:18:35'),
(100380,37624,'action created','2021-01-25 00:18:35','2021-01-24 19:18:35'),
(100381,37624,'action started via WP Cron','2021-01-25 00:20:10','2021-01-24 19:20:10'),
(100382,37624,'action complete via WP Cron','2021-01-25 00:20:10','2021-01-24 19:20:10'),
(100383,37625,'action created','2021-01-25 00:20:10','2021-01-24 19:20:10'),
(100384,37625,'action started via WP Cron','2021-01-25 00:22:10','2021-01-24 19:22:10'),
(100385,37625,'action complete via WP Cron','2021-01-25 00:22:10','2021-01-24 19:22:10'),
(100386,37626,'action created','2021-01-25 00:22:10','2021-01-24 19:22:10'),
(100387,37626,'action started via WP Cron','2021-01-25 00:24:27','2021-01-24 19:24:27'),
(100388,37626,'action complete via WP Cron','2021-01-25 00:24:27','2021-01-24 19:24:27'),
(100389,37627,'action created','2021-01-25 00:24:27','2021-01-24 19:24:27'),
(100390,37627,'action started via WP Cron','2021-01-25 00:25:41','2021-01-24 19:25:41'),
(100391,37627,'action complete via WP Cron','2021-01-25 00:25:41','2021-01-24 19:25:41'),
(100392,37628,'action created','2021-01-25 00:25:41','2021-01-24 19:25:41'),
(100393,37628,'action started via WP Cron','2021-01-25 00:26:35','2021-01-24 19:26:35'),
(100394,37628,'action complete via WP Cron','2021-01-25 00:26:35','2021-01-24 19:26:35'),
(100395,37629,'action created','2021-01-25 00:26:35','2021-01-24 19:26:35'),
(100396,37629,'action started via WP Cron','2021-01-25 00:28:06','2021-01-24 19:28:06'),
(100397,37629,'action complete via WP Cron','2021-01-25 00:28:06','2021-01-24 19:28:06'),
(100398,37630,'action created','2021-01-25 00:28:07','2021-01-24 19:28:07'),
(100399,37630,'action started via WP Cron','2021-01-25 00:28:35','2021-01-24 19:28:35'),
(100400,37630,'action complete via WP Cron','2021-01-25 00:28:35','2021-01-24 19:28:35'),
(100401,37631,'action created','2021-01-25 00:28:35','2021-01-24 19:28:35'),
(100402,37631,'action started via WP Cron','2021-01-25 00:29:45','2021-01-24 19:29:45'),
(100403,37631,'action complete via WP Cron','2021-01-25 00:29:45','2021-01-24 19:29:45'),
(100404,37632,'action created','2021-01-25 00:29:45','2021-01-24 19:29:45'),
(100405,37632,'action started via WP Cron','2021-01-25 00:30:25','2021-01-24 19:30:25'),
(100406,37632,'action complete via WP Cron','2021-01-25 00:30:25','2021-01-24 19:30:25'),
(100407,37633,'action created','2021-01-25 00:30:25','2021-01-24 19:30:25'),
(100408,37633,'action started via WP Cron','2021-01-25 00:31:12','2021-01-24 19:31:12'),
(100409,37633,'action complete via WP Cron','2021-01-25 00:31:12','2021-01-24 19:31:12'),
(100410,37634,'action created','2021-01-25 00:31:12','2021-01-24 19:31:12'),
(100411,37634,'action started via WP Cron','2021-01-25 00:32:38','2021-01-24 19:32:38'),
(100412,37634,'action complete via WP Cron','2021-01-25 00:32:38','2021-01-24 19:32:38'),
(100413,37635,'action created','2021-01-25 00:32:38','2021-01-24 19:32:38'),
(100414,37635,'action started via WP Cron','2021-01-25 00:33:33','2021-01-24 19:33:33'),
(100415,37635,'action complete via WP Cron','2021-01-25 00:33:33','2021-01-24 19:33:33'),
(100416,37636,'action created','2021-01-25 00:33:33','2021-01-24 19:33:33'),
(100417,37636,'action started via WP Cron','2021-01-25 00:34:22','2021-01-24 19:34:22'),
(100418,37636,'action complete via WP Cron','2021-01-25 00:34:22','2021-01-24 19:34:22'),
(100419,37637,'action created','2021-01-25 00:34:22','2021-01-24 19:34:22'),
(100420,37637,'action started via WP Cron','2021-01-25 00:35:47','2021-01-24 19:35:47'),
(100421,37637,'action complete via WP Cron','2021-01-25 00:35:47','2021-01-24 19:35:47'),
(100422,37638,'action created','2021-01-25 00:35:47','2021-01-24 19:35:47'),
(100423,37638,'action started via WP Cron','2021-01-25 00:36:13','2021-01-24 19:36:13'),
(100424,37638,'action complete via WP Cron','2021-01-25 00:36:13','2021-01-24 19:36:13'),
(100425,37639,'action created','2021-01-25 00:36:13','2021-01-24 19:36:13'),
(100426,37639,'action started via WP Cron','2021-01-25 00:37:13','2021-01-24 19:37:13'),
(100427,37639,'action complete via WP Cron','2021-01-25 00:37:13','2021-01-24 19:37:13'),
(100428,37640,'action created','2021-01-25 00:37:13','2021-01-24 19:37:13'),
(100429,37640,'action started via WP Cron','2021-01-25 00:38:33','2021-01-24 19:38:33'),
(100430,37640,'action complete via WP Cron','2021-01-25 00:38:33','2021-01-24 19:38:33'),
(100431,37641,'action created','2021-01-25 00:38:33','2021-01-24 19:38:33'),
(100432,37641,'action started via WP Cron','2021-01-25 00:40:11','2021-01-24 19:40:11'),
(100433,37641,'action complete via WP Cron','2021-01-25 00:40:11','2021-01-24 19:40:11'),
(100434,37642,'action created','2021-01-25 00:40:11','2021-01-24 19:40:11'),
(100435,37642,'action started via WP Cron','2021-01-25 00:41:35','2021-01-24 19:41:35'),
(100436,37642,'action complete via WP Cron','2021-01-25 00:41:35','2021-01-24 19:41:35'),
(100437,37643,'action created','2021-01-25 00:41:35','2021-01-24 19:41:35'),
(100438,37643,'action started via WP Cron','2021-01-25 00:42:51','2021-01-24 19:42:51'),
(100439,37643,'action complete via WP Cron','2021-01-25 00:42:51','2021-01-24 19:42:51'),
(100440,37644,'action created','2021-01-25 00:42:51','2021-01-24 19:42:51'),
(100441,37644,'action started via WP Cron','2021-01-25 00:43:43','2021-01-24 19:43:43'),
(100442,37644,'action complete via WP Cron','2021-01-25 00:43:43','2021-01-24 19:43:43'),
(100443,37645,'action created','2021-01-25 00:43:43','2021-01-24 19:43:43'),
(100444,37645,'action started via WP Cron','2021-01-25 00:47:20','2021-01-24 19:47:20'),
(100445,37645,'action complete via WP Cron','2021-01-25 00:47:20','2021-01-24 19:47:20'),
(100446,37646,'action created','2021-01-25 00:47:20','2021-01-24 19:47:20'),
(100447,37646,'action started via WP Cron','2021-01-25 00:48:37','2021-01-24 19:48:37'),
(100448,37646,'action complete via WP Cron','2021-01-25 00:48:37','2021-01-24 19:48:37'),
(100449,37647,'action created','2021-01-25 00:48:37','2021-01-24 19:48:37'),
(100450,37647,'action started via WP Cron','2021-01-25 00:50:06','2021-01-24 19:50:06'),
(100451,37647,'action complete via WP Cron','2021-01-25 00:50:06','2021-01-24 19:50:06'),
(100452,37648,'action created','2021-01-25 00:50:06','2021-01-24 19:50:06'),
(100453,37648,'action started via WP Cron','2021-01-25 00:53:18','2021-01-24 19:53:18'),
(100454,37648,'action complete via WP Cron','2021-01-25 00:53:18','2021-01-24 19:53:18'),
(100455,37649,'action created','2021-01-25 00:53:18','2021-01-24 19:53:18'),
(100456,37649,'action started via WP Cron','2021-01-25 00:54:35','2021-01-24 19:54:35'),
(100457,37649,'action complete via WP Cron','2021-01-25 00:54:35','2021-01-24 19:54:35'),
(100458,37650,'action created','2021-01-25 00:54:35','2021-01-24 19:54:35'),
(100459,37650,'action started via WP Cron','2021-01-25 00:56:05','2021-01-24 19:56:05'),
(100460,37650,'action complete via WP Cron','2021-01-25 00:56:05','2021-01-24 19:56:05'),
(100461,37651,'action created','2021-01-25 00:56:05','2021-01-24 19:56:05'),
(100462,37651,'action started via WP Cron','2021-01-25 00:56:57','2021-01-24 19:56:57'),
(100463,37651,'action complete via WP Cron','2021-01-25 00:56:57','2021-01-24 19:56:57'),
(100464,37652,'action created','2021-01-25 00:56:57','2021-01-24 19:56:57'),
(100465,37652,'action started via WP Cron','2021-01-25 00:57:42','2021-01-24 19:57:42'),
(100466,37652,'action complete via WP Cron','2021-01-25 00:57:42','2021-01-24 19:57:42'),
(100467,37653,'action created','2021-01-25 00:57:42','2021-01-24 19:57:42'),
(100468,37653,'action started via WP Cron','2021-01-25 00:58:31','2021-01-24 19:58:31'),
(100469,37653,'action complete via WP Cron','2021-01-25 00:58:31','2021-01-24 19:58:31'),
(100470,37654,'action created','2021-01-25 00:58:31','2021-01-24 19:58:31'),
(100471,37654,'action started via WP Cron','2021-01-25 01:00:20','2021-01-24 20:00:20'),
(100472,37654,'action complete via WP Cron','2021-01-25 01:00:20','2021-01-24 20:00:20'),
(100473,37655,'action created','2021-01-25 01:00:20','2021-01-24 20:00:20'),
(100474,37655,'action started via WP Cron','2021-01-25 01:01:18','2021-01-24 20:01:18'),
(100475,37655,'action complete via WP Cron','2021-01-25 01:01:18','2021-01-24 20:01:18'),
(100476,37656,'action created','2021-01-25 01:01:18','2021-01-24 20:01:18'),
(100477,37656,'action started via WP Cron','2021-01-25 01:02:19','2021-01-24 20:02:19'),
(100478,37656,'action complete via WP Cron','2021-01-25 01:02:19','2021-01-24 20:02:19'),
(100479,37657,'action created','2021-01-25 01:02:44','2021-01-24 20:02:44'),
(100480,37657,'action started via WP Cron','2021-01-25 01:03:16','2021-01-24 20:03:16'),
(100481,37657,'action complete via WP Cron','2021-01-25 01:03:16','2021-01-24 20:03:16'),
(100482,37658,'action created','2021-01-25 01:03:16','2021-01-24 20:03:16'),
(100483,37658,'action started via WP Cron','2021-01-25 01:04:16','2021-01-24 20:04:16'),
(100484,37658,'action complete via WP Cron','2021-01-25 01:04:16','2021-01-24 20:04:16'),
(100485,37659,'action created','2021-01-25 01:04:16','2021-01-24 20:04:16'),
(100486,37659,'action started via WP Cron','2021-01-25 01:05:52','2021-01-24 20:05:52'),
(100487,37659,'action complete via WP Cron','2021-01-25 01:05:52','2021-01-24 20:05:52'),
(100488,37660,'action created','2021-01-25 01:05:52','2021-01-24 20:05:52'),
(100489,37660,'action started via WP Cron','2021-01-25 01:06:29','2021-01-24 20:06:29'),
(100490,37660,'action complete via WP Cron','2021-01-25 01:06:29','2021-01-24 20:06:29'),
(100491,37661,'action created','2021-01-25 01:06:29','2021-01-24 20:06:29'),
(100492,37661,'action started via WP Cron','2021-01-25 01:08:25','2021-01-24 20:08:25'),
(100493,37661,'action complete via WP Cron','2021-01-25 01:08:25','2021-01-24 20:08:25'),
(100494,37662,'action created','2021-01-25 01:08:25','2021-01-24 20:08:25'),
(100495,37662,'action started via WP Cron','2021-01-25 01:11:19','2021-01-24 20:11:19'),
(100496,37662,'action complete via WP Cron','2021-01-25 01:11:19','2021-01-24 20:11:19'),
(100497,37663,'action created','2021-01-25 01:11:19','2021-01-24 20:11:19'),
(100498,37663,'action started via WP Cron','2021-01-25 01:12:28','2021-01-24 20:12:28'),
(100499,37663,'action complete via WP Cron','2021-01-25 01:12:28','2021-01-24 20:12:28'),
(100500,37664,'action created','2021-01-25 01:12:29','2021-01-24 20:12:29'),
(100501,37664,'action started via WP Cron','2021-01-25 01:16:21','2021-01-24 20:16:21'),
(100502,37664,'action complete via WP Cron','2021-01-25 01:16:21','2021-01-24 20:16:21'),
(100503,37665,'action created','2021-01-25 01:16:21','2021-01-24 20:16:21'),
(100504,37665,'action started via WP Cron','2021-01-25 01:17:30','2021-01-24 20:17:30'),
(100505,37665,'action complete via WP Cron','2021-01-25 01:17:30','2021-01-24 20:17:30'),
(100506,37666,'action created','2021-01-25 01:17:30','2021-01-24 20:17:30'),
(100507,37666,'action started via WP Cron','2021-01-25 01:19:29','2021-01-24 20:19:29'),
(100508,37666,'action complete via WP Cron','2021-01-25 01:19:29','2021-01-24 20:19:29'),
(100509,37667,'action created','2021-01-25 01:19:29','2021-01-24 20:19:29'),
(100510,37667,'action started via WP Cron','2021-01-25 01:20:49','2021-01-24 20:20:49'),
(100511,37667,'action complete via WP Cron','2021-01-25 01:20:49','2021-01-24 20:20:49'),
(100512,37668,'action created','2021-01-25 01:20:49','2021-01-24 20:20:49'),
(100513,37668,'action started via WP Cron','2021-01-25 01:21:22','2021-01-24 20:21:22'),
(100514,37668,'action complete via WP Cron','2021-01-25 01:21:22','2021-01-24 20:21:22'),
(100515,37669,'action created','2021-01-25 01:21:22','2021-01-24 20:21:22'),
(100516,37669,'action started via WP Cron','2021-01-25 01:22:16','2021-01-24 20:22:16'),
(100517,37669,'action complete via WP Cron','2021-01-25 01:22:16','2021-01-24 20:22:16'),
(100518,37670,'action created','2021-01-25 01:22:16','2021-01-24 20:22:16'),
(100519,37670,'action started via WP Cron','2021-01-25 01:23:35','2021-01-24 20:23:35'),
(100520,37670,'action complete via WP Cron','2021-01-25 01:23:35','2021-01-24 20:23:35'),
(100521,37671,'action created','2021-01-25 01:23:35','2021-01-24 20:23:35'),
(100522,37671,'action started via WP Cron','2021-01-25 01:24:30','2021-01-24 20:24:30'),
(100523,37671,'action complete via WP Cron','2021-01-25 01:24:30','2021-01-24 20:24:30'),
(100524,37672,'action created','2021-01-25 01:24:30','2021-01-24 20:24:30'),
(100525,37672,'action started via WP Cron','2021-01-25 01:25:37','2021-01-24 20:25:37'),
(100526,37672,'action complete via WP Cron','2021-01-25 01:25:37','2021-01-24 20:25:37'),
(100527,37673,'action created','2021-01-25 01:25:38','2021-01-24 20:25:38'),
(100528,37673,'action started via WP Cron','2021-01-25 01:26:57','2021-01-24 20:26:57'),
(100529,37673,'action complete via WP Cron','2021-01-25 01:26:57','2021-01-24 20:26:57'),
(100530,37674,'action created','2021-01-25 01:26:57','2021-01-24 20:26:57'),
(100531,37674,'action started via WP Cron','2021-01-25 01:27:25','2021-01-24 20:27:25'),
(100532,37674,'action complete via WP Cron','2021-01-25 01:27:25','2021-01-24 20:27:25'),
(100533,37675,'action created','2021-01-25 01:27:25','2021-01-24 20:27:25'),
(100534,37675,'action started via WP Cron','2021-01-25 01:29:15','2021-01-24 20:29:15'),
(100535,37675,'action complete via WP Cron','2021-01-25 01:29:15','2021-01-24 20:29:15'),
(100536,37676,'action created','2021-01-25 01:29:15','2021-01-24 20:29:15'),
(100537,36738,'action started via WP Cron','2021-01-25 01:31:59','2021-01-24 20:31:59'),
(100538,36738,'action complete via WP Cron','2021-01-25 01:31:59','2021-01-24 20:31:59'),
(100539,37677,'action created','2021-01-25 01:31:59','2021-01-24 20:31:59'),
(100540,37676,'action started via WP Cron','2021-01-25 01:31:59','2021-01-24 20:31:59'),
(100541,37676,'action complete via WP Cron','2021-01-25 01:31:59','2021-01-24 20:31:59'),
(100542,37678,'action created','2021-01-25 01:31:59','2021-01-24 20:31:59'),
(100543,37678,'action started via WP Cron','2021-01-25 01:33:34','2021-01-24 20:33:34'),
(100544,37678,'action complete via WP Cron','2021-01-25 01:33:34','2021-01-24 20:33:34'),
(100545,37679,'action created','2021-01-25 01:33:34','2021-01-24 20:33:34'),
(100546,37679,'action started via WP Cron','2021-01-25 01:34:25','2021-01-24 20:34:25'),
(100547,37679,'action complete via WP Cron','2021-01-25 01:34:25','2021-01-24 20:34:25'),
(100548,37680,'action created','2021-01-25 01:34:25','2021-01-24 20:34:25'),
(100549,37680,'action started via WP Cron','2021-01-25 01:37:01','2021-01-24 20:37:01'),
(100550,37680,'action complete via WP Cron','2021-01-25 01:37:01','2021-01-24 20:37:01'),
(100551,37681,'action created','2021-01-25 01:37:01','2021-01-24 20:37:01'),
(100552,37681,'action started via WP Cron','2021-01-25 01:38:01','2021-01-24 20:38:01'),
(100553,37681,'action complete via WP Cron','2021-01-25 01:38:01','2021-01-24 20:38:01'),
(100554,37682,'action created','2021-01-25 01:38:01','2021-01-24 20:38:01'),
(100555,37682,'action started via WP Cron','2021-01-25 01:38:56','2021-01-24 20:38:56'),
(100556,37682,'action complete via WP Cron','2021-01-25 01:38:56','2021-01-24 20:38:56'),
(100557,37683,'action created','2021-01-25 01:38:56','2021-01-24 20:38:56'),
(100558,37683,'action started via WP Cron','2021-01-25 01:40:00','2021-01-24 20:40:00'),
(100559,37683,'action complete via WP Cron','2021-01-25 01:40:00','2021-01-24 20:40:00'),
(100560,37684,'action created','2021-01-25 01:40:00','2021-01-24 20:40:00'),
(100561,37684,'action started via WP Cron','2021-01-25 01:40:11','2021-01-24 20:40:11'),
(100562,37684,'action complete via WP Cron','2021-01-25 01:40:11','2021-01-24 20:40:11'),
(100563,37685,'action created','2021-01-25 01:40:12','2021-01-24 20:40:12'),
(100564,37685,'action started via WP Cron','2021-01-25 01:41:21','2021-01-24 20:41:21'),
(100565,37685,'action complete via WP Cron','2021-01-25 01:41:21','2021-01-24 20:41:21'),
(100566,37686,'action created','2021-01-25 01:41:21','2021-01-24 20:41:21'),
(100567,37686,'action started via WP Cron','2021-01-25 01:42:33','2021-01-24 20:42:33'),
(100568,37686,'action complete via WP Cron','2021-01-25 01:42:33','2021-01-24 20:42:33'),
(100569,37687,'action created','2021-01-25 01:42:33','2021-01-24 20:42:33'),
(100570,37687,'action started via WP Cron','2021-01-25 01:44:59','2021-01-24 20:44:59'),
(100571,37687,'action complete via WP Cron','2021-01-25 01:44:59','2021-01-24 20:44:59'),
(100572,37688,'action created','2021-01-25 01:44:59','2021-01-24 20:44:59'),
(100573,37688,'action started via WP Cron','2021-01-25 01:46:43','2021-01-24 20:46:43'),
(100574,37688,'action complete via WP Cron','2021-01-25 01:46:43','2021-01-24 20:46:43'),
(100575,37689,'action created','2021-01-25 01:46:43','2021-01-24 20:46:43'),
(100576,37689,'action started via WP Cron','2021-01-25 01:47:35','2021-01-24 20:47:35'),
(100577,37689,'action complete via WP Cron','2021-01-25 01:47:35','2021-01-24 20:47:35'),
(100578,37690,'action created','2021-01-25 01:47:35','2021-01-24 20:47:35'),
(100579,37690,'action started via WP Cron','2021-01-25 01:48:45','2021-01-24 20:48:45'),
(100580,37690,'action complete via WP Cron','2021-01-25 01:48:45','2021-01-24 20:48:45'),
(100581,37691,'action created','2021-01-25 01:48:45','2021-01-24 20:48:45'),
(100582,37691,'action started via WP Cron','2021-01-25 01:49:12','2021-01-24 20:49:12'),
(100583,37691,'action complete via WP Cron','2021-01-25 01:49:12','2021-01-24 20:49:12'),
(100584,37692,'action created','2021-01-25 01:49:12','2021-01-24 20:49:12'),
(100585,37692,'action started via WP Cron','2021-01-25 01:50:20','2021-01-24 20:50:20'),
(100586,37692,'action complete via WP Cron','2021-01-25 01:50:20','2021-01-24 20:50:20'),
(100587,37693,'action created','2021-01-25 01:50:20','2021-01-24 20:50:20'),
(100588,37693,'action started via WP Cron','2021-01-25 01:51:23','2021-01-24 20:51:23'),
(100589,37693,'action complete via WP Cron','2021-01-25 01:51:24','2021-01-24 20:51:24'),
(100590,37694,'action created','2021-01-25 01:51:24','2021-01-24 20:51:24'),
(100591,37694,'action started via WP Cron','2021-01-25 01:52:42','2021-01-24 20:52:42'),
(100592,37694,'action complete via WP Cron','2021-01-25 01:52:42','2021-01-24 20:52:42'),
(100593,37695,'action created','2021-01-25 01:52:42','2021-01-24 20:52:42'),
(100594,37695,'action started via WP Cron','2021-01-25 01:53:57','2021-01-24 20:53:57'),
(100595,37695,'action complete via WP Cron','2021-01-25 01:53:57','2021-01-24 20:53:57'),
(100596,37696,'action created','2021-01-25 01:53:57','2021-01-24 20:53:57'),
(100597,37696,'action started via WP Cron','2021-01-25 01:54:26','2021-01-24 20:54:26'),
(100598,37696,'action complete via WP Cron','2021-01-25 01:54:26','2021-01-24 20:54:26'),
(100599,37697,'action created','2021-01-25 01:54:27','2021-01-24 20:54:27'),
(100600,37697,'action started via WP Cron','2021-01-25 01:55:33','2021-01-24 20:55:33'),
(100601,37697,'action complete via WP Cron','2021-01-25 01:55:33','2021-01-24 20:55:33'),
(100602,37698,'action created','2021-01-25 01:55:33','2021-01-24 20:55:33'),
(100603,37698,'action started via WP Cron','2021-01-25 01:56:23','2021-01-24 20:56:23'),
(100604,37698,'action complete via WP Cron','2021-01-25 01:56:23','2021-01-24 20:56:23'),
(100605,37699,'action created','2021-01-25 01:56:23','2021-01-24 20:56:23'),
(100606,37699,'action started via WP Cron','2021-01-25 01:57:43','2021-01-24 20:57:43'),
(100607,37699,'action complete via WP Cron','2021-01-25 01:57:43','2021-01-24 20:57:43'),
(100608,37700,'action created','2021-01-25 01:57:43','2021-01-24 20:57:43'),
(100609,37700,'action started via WP Cron','2021-01-25 01:58:33','2021-01-24 20:58:33'),
(100610,37700,'action complete via WP Cron','2021-01-25 01:58:33','2021-01-24 20:58:33'),
(100611,37701,'action created','2021-01-25 01:58:33','2021-01-24 20:58:33'),
(100612,37701,'action started via WP Cron','2021-01-25 01:59:13','2021-01-24 20:59:13'),
(100613,37701,'action complete via WP Cron','2021-01-25 01:59:13','2021-01-24 20:59:13'),
(100614,37702,'action created','2021-01-25 01:59:13','2021-01-24 20:59:13'),
(100615,37702,'action started via WP Cron','2021-01-25 02:01:41','2021-01-24 21:01:41'),
(100616,37702,'action complete via WP Cron','2021-01-25 02:01:41','2021-01-24 21:01:41'),
(100617,37703,'action created','2021-01-25 02:01:41','2021-01-24 21:01:41'),
(100618,37703,'action started via WP Cron','2021-01-25 02:06:16','2021-01-24 21:06:16'),
(100619,37703,'action complete via WP Cron','2021-01-25 02:06:16','2021-01-24 21:06:16'),
(100620,37704,'action created','2021-01-25 02:06:16','2021-01-24 21:06:16'),
(100621,37704,'action started via WP Cron','2021-01-25 02:07:35','2021-01-24 21:07:35'),
(100622,37704,'action complete via WP Cron','2021-01-25 02:07:35','2021-01-24 21:07:35'),
(100623,37705,'action created','2021-01-25 02:07:35','2021-01-24 21:07:35'),
(100624,37705,'action started via WP Cron','2021-01-25 02:08:52','2021-01-24 21:08:52'),
(100625,37705,'action complete via WP Cron','2021-01-25 02:08:52','2021-01-24 21:08:52'),
(100626,37706,'action created','2021-01-25 02:08:52','2021-01-24 21:08:52'),
(100627,37706,'action started via WP Cron','2021-01-25 02:09:49','2021-01-24 21:09:49'),
(100628,37706,'action complete via WP Cron','2021-01-25 02:09:49','2021-01-24 21:09:49'),
(100629,37707,'action created','2021-01-25 02:09:49','2021-01-24 21:09:49'),
(100630,37707,'action started via WP Cron','2021-01-25 02:10:14','2021-01-24 21:10:14'),
(100631,37707,'action complete via WP Cron','2021-01-25 02:10:14','2021-01-24 21:10:14'),
(100632,37708,'action created','2021-01-25 02:10:14','2021-01-24 21:10:14'),
(100633,37708,'action started via WP Cron','2021-01-25 02:11:45','2021-01-24 21:11:45'),
(100634,37708,'action complete via WP Cron','2021-01-25 02:11:45','2021-01-24 21:11:45'),
(100635,37709,'action created','2021-01-25 02:11:45','2021-01-24 21:11:45'),
(100636,37709,'action started via WP Cron','2021-01-25 02:13:29','2021-01-24 21:13:29'),
(100637,37709,'action complete via WP Cron','2021-01-25 02:13:29','2021-01-24 21:13:29'),
(100638,37710,'action created','2021-01-25 02:13:29','2021-01-24 21:13:29'),
(100639,37710,'action started via WP Cron','2021-01-25 02:16:07','2021-01-24 21:16:07'),
(100640,37710,'action complete via WP Cron','2021-01-25 02:16:07','2021-01-24 21:16:07'),
(100641,37711,'action created','2021-01-25 02:16:07','2021-01-24 21:16:07'),
(100642,37711,'action started via WP Cron','2021-01-25 02:17:21','2021-01-24 21:17:21'),
(100643,37711,'action complete via WP Cron','2021-01-25 02:17:21','2021-01-24 21:17:21'),
(100644,37712,'action created','2021-01-25 02:17:21','2021-01-24 21:17:21'),
(100645,37712,'action started via WP Cron','2021-01-25 02:18:30','2021-01-24 21:18:30'),
(100646,37712,'action complete via WP Cron','2021-01-25 02:18:30','2021-01-24 21:18:30'),
(100647,37713,'action created','2021-01-25 02:18:30','2021-01-24 21:18:30'),
(100648,37713,'action started via WP Cron','2021-01-25 02:19:58','2021-01-24 21:19:58'),
(100649,37713,'action complete via WP Cron','2021-01-25 02:19:58','2021-01-24 21:19:58'),
(100650,37714,'action created','2021-01-25 02:19:58','2021-01-24 21:19:58'),
(100651,37714,'action started via WP Cron','2021-01-25 02:23:39','2021-01-24 21:23:39'),
(100652,37714,'action complete via WP Cron','2021-01-25 02:23:39','2021-01-24 21:23:39'),
(100653,37715,'action created','2021-01-25 02:23:39','2021-01-24 21:23:39'),
(100654,37715,'action started via WP Cron','2021-01-25 02:25:55','2021-01-24 21:25:55'),
(100655,37715,'action complete via WP Cron','2021-01-25 02:25:55','2021-01-24 21:25:55'),
(100656,37716,'action created','2021-01-25 02:25:55','2021-01-24 21:25:55'),
(100657,37716,'action started via WP Cron','2021-01-25 02:27:09','2021-01-24 21:27:09'),
(100658,37716,'action complete via WP Cron','2021-01-25 02:27:09','2021-01-24 21:27:09'),
(100659,37717,'action created','2021-01-25 02:27:09','2021-01-24 21:27:09'),
(100660,37717,'action started via WP Cron','2021-01-25 02:27:22','2021-01-24 21:27:22'),
(100661,37717,'action complete via WP Cron','2021-01-25 02:27:22','2021-01-24 21:27:22'),
(100662,37718,'action created','2021-01-25 02:27:23','2021-01-24 21:27:23'),
(100663,37718,'action started via WP Cron','2021-01-25 02:30:05','2021-01-24 21:30:05'),
(100664,37718,'action complete via WP Cron','2021-01-25 02:30:05','2021-01-24 21:30:05'),
(100665,37719,'action created','2021-01-25 02:30:05','2021-01-24 21:30:05'),
(100666,37719,'action started via WP Cron','2021-01-25 02:30:50','2021-01-24 21:30:50'),
(100667,37719,'action complete via WP Cron','2021-01-25 02:30:50','2021-01-24 21:30:50'),
(100668,37720,'action created','2021-01-25 02:30:50','2021-01-24 21:30:50'),
(100669,37720,'action started via WP Cron','2021-01-25 02:33:06','2021-01-24 21:33:06'),
(100670,37720,'action complete via WP Cron','2021-01-25 02:33:06','2021-01-24 21:33:06'),
(100671,37721,'action created','2021-01-25 02:33:06','2021-01-24 21:33:06'),
(100672,37721,'action started via WP Cron','2021-01-25 02:34:21','2021-01-24 21:34:21'),
(100673,37721,'action complete via WP Cron','2021-01-25 02:34:21','2021-01-24 21:34:21'),
(100674,37722,'action created','2021-01-25 02:34:21','2021-01-24 21:34:21'),
(100675,37722,'action started via WP Cron','2021-01-25 02:35:45','2021-01-24 21:35:45'),
(100676,37722,'action complete via WP Cron','2021-01-25 02:35:45','2021-01-24 21:35:45'),
(100677,37723,'action created','2021-01-25 02:35:45','2021-01-24 21:35:45'),
(100678,37723,'action started via WP Cron','2021-01-25 02:36:46','2021-01-24 21:36:46'),
(100679,37723,'action complete via WP Cron','2021-01-25 02:36:46','2021-01-24 21:36:46'),
(100680,37724,'action created','2021-01-25 02:36:46','2021-01-24 21:36:46'),
(100681,37724,'action started via WP Cron','2021-01-25 02:37:26','2021-01-24 21:37:26'),
(100682,37724,'action complete via WP Cron','2021-01-25 02:37:26','2021-01-24 21:37:26'),
(100683,37725,'action created','2021-01-25 02:37:26','2021-01-24 21:37:26'),
(100684,37725,'action started via WP Cron','2021-01-25 02:38:14','2021-01-24 21:38:14'),
(100685,37725,'action complete via WP Cron','2021-01-25 02:38:14','2021-01-24 21:38:14'),
(100686,37726,'action created','2021-01-25 02:38:14','2021-01-24 21:38:14'),
(100687,37726,'action started via WP Cron','2021-01-25 02:40:54','2021-01-24 21:40:54'),
(100688,37726,'action complete via WP Cron','2021-01-25 02:40:54','2021-01-24 21:40:54'),
(100689,37727,'action created','2021-01-25 02:40:55','2021-01-24 21:40:55'),
(100690,37727,'action started via WP Cron','2021-01-25 02:41:33','2021-01-24 21:41:33'),
(100691,37727,'action complete via WP Cron','2021-01-25 02:41:33','2021-01-24 21:41:33'),
(100692,37728,'action created','2021-01-25 02:41:33','2021-01-24 21:41:33'),
(100693,37728,'action started via WP Cron','2021-01-25 02:42:29','2021-01-24 21:42:29'),
(100694,37728,'action complete via WP Cron','2021-01-25 02:42:29','2021-01-24 21:42:29'),
(100695,37729,'action created','2021-01-25 02:42:29','2021-01-24 21:42:29'),
(100696,37729,'action started via WP Cron','2021-01-25 02:43:43','2021-01-24 21:43:43'),
(100697,37729,'action complete via WP Cron','2021-01-25 02:43:43','2021-01-24 21:43:43'),
(100698,37730,'action created','2021-01-25 02:43:43','2021-01-24 21:43:43'),
(100699,37730,'action started via WP Cron','2021-01-25 02:45:20','2021-01-24 21:45:20'),
(100700,37730,'action complete via WP Cron','2021-01-25 02:45:20','2021-01-24 21:45:20'),
(100701,37731,'action created','2021-01-25 02:45:20','2021-01-24 21:45:20'),
(100702,37731,'action started via WP Cron','2021-01-25 02:46:54','2021-01-24 21:46:54'),
(100703,37731,'action complete via WP Cron','2021-01-25 02:46:54','2021-01-24 21:46:54'),
(100704,37732,'action created','2021-01-25 02:46:54','2021-01-24 21:46:54'),
(100705,37732,'action started via WP Cron','2021-01-25 02:47:40','2021-01-24 21:47:40'),
(100706,37732,'action complete via WP Cron','2021-01-25 02:47:40','2021-01-24 21:47:40'),
(100707,37733,'action created','2021-01-25 02:47:40','2021-01-24 21:47:40'),
(100708,37733,'action started via WP Cron','2021-01-25 02:48:12','2021-01-24 21:48:12'),
(100709,37733,'action complete via WP Cron','2021-01-25 02:48:12','2021-01-24 21:48:12'),
(100710,37734,'action created','2021-01-25 02:48:12','2021-01-24 21:48:12'),
(100711,37734,'action started via WP Cron','2021-01-25 02:52:15','2021-01-24 21:52:15'),
(100712,37734,'action complete via WP Cron','2021-01-25 02:52:15','2021-01-24 21:52:15'),
(100713,37735,'action created','2021-01-25 02:52:15','2021-01-24 21:52:15'),
(100714,37735,'action started via WP Cron','2021-01-25 02:53:27','2021-01-24 21:53:27'),
(100715,37735,'action complete via WP Cron','2021-01-25 02:53:27','2021-01-24 21:53:27'),
(100716,37736,'action created','2021-01-25 02:53:27','2021-01-24 21:53:27'),
(100717,37736,'action started via WP Cron','2021-01-25 03:00:31','2021-01-24 22:00:31'),
(100718,37736,'action complete via WP Cron','2021-01-25 03:00:31','2021-01-24 22:00:31'),
(100719,37737,'action created','2021-01-25 03:00:31','2021-01-24 22:00:31'),
(100720,37737,'action started via WP Cron','2021-01-25 03:02:41','2021-01-24 22:02:41'),
(100721,37737,'action complete via WP Cron','2021-01-25 03:02:41','2021-01-24 22:02:41'),
(100722,37738,'action created','2021-01-25 03:02:41','2021-01-24 22:02:41'),
(100723,37738,'action started via WP Cron','2021-01-25 03:03:27','2021-01-24 22:03:27'),
(100724,37738,'action complete via WP Cron','2021-01-25 03:03:27','2021-01-24 22:03:27'),
(100725,37739,'action created','2021-01-25 03:03:27','2021-01-24 22:03:27'),
(100726,37739,'action started via WP Cron','2021-01-25 03:05:10','2021-01-24 22:05:10'),
(100727,37739,'action complete via WP Cron','2021-01-25 03:05:10','2021-01-24 22:05:10'),
(100728,37740,'action created','2021-01-25 03:05:10','2021-01-24 22:05:10'),
(100729,37740,'action started via WP Cron','2021-01-25 03:06:19','2021-01-24 22:06:19'),
(100730,37740,'action complete via WP Cron','2021-01-25 03:06:19','2021-01-24 22:06:19'),
(100731,37741,'action created','2021-01-25 03:06:19','2021-01-24 22:06:19'),
(100732,37741,'action started via WP Cron','2021-01-25 03:09:32','2021-01-24 22:09:32'),
(100733,37741,'action complete via WP Cron','2021-01-25 03:09:32','2021-01-24 22:09:32'),
(100734,37742,'action created','2021-01-25 03:09:33','2021-01-24 22:09:33'),
(100735,37742,'action started via WP Cron','2021-01-25 03:11:50','2021-01-24 22:11:50'),
(100736,37742,'action complete via WP Cron','2021-01-25 03:11:50','2021-01-24 22:11:50'),
(100737,37743,'action created','2021-01-25 03:11:50','2021-01-24 22:11:50'),
(100738,37743,'action started via WP Cron','2021-01-25 03:12:32','2021-01-24 22:12:32'),
(100739,37743,'action complete via WP Cron','2021-01-25 03:12:32','2021-01-24 22:12:32'),
(100740,37744,'action created','2021-01-25 03:12:32','2021-01-24 22:12:32'),
(100741,37744,'action started via WP Cron','2021-01-25 03:13:45','2021-01-24 22:13:45'),
(100742,37744,'action complete via WP Cron','2021-01-25 03:13:45','2021-01-24 22:13:45'),
(100743,37745,'action created','2021-01-25 03:13:45','2021-01-24 22:13:45'),
(100744,37745,'action started via WP Cron','2021-01-25 03:14:57','2021-01-24 22:14:57'),
(100745,37745,'action complete via WP Cron','2021-01-25 03:14:57','2021-01-24 22:14:57'),
(100746,37746,'action created','2021-01-25 03:14:57','2021-01-24 22:14:57'),
(100747,37746,'action started via WP Cron','2021-01-25 03:15:15','2021-01-24 22:15:15'),
(100748,37746,'action complete via WP Cron','2021-01-25 03:15:15','2021-01-24 22:15:15'),
(100749,37747,'action created','2021-01-25 03:15:15','2021-01-24 22:15:15'),
(100750,37747,'action started via WP Cron','2021-01-25 03:16:12','2021-01-24 22:16:12'),
(100751,37747,'action complete via WP Cron','2021-01-25 03:16:12','2021-01-24 22:16:12'),
(100752,37748,'action created','2021-01-25 03:16:12','2021-01-24 22:16:12'),
(100753,37748,'action started via WP Cron','2021-01-25 03:18:18','2021-01-24 22:18:18'),
(100754,37748,'action complete via WP Cron','2021-01-25 03:18:18','2021-01-24 22:18:18'),
(100755,37749,'action created','2021-01-25 03:18:18','2021-01-24 22:18:18'),
(100756,37749,'action started via WP Cron','2021-01-25 03:19:40','2021-01-24 22:19:40'),
(100757,37749,'action complete via WP Cron','2021-01-25 03:19:40','2021-01-24 22:19:40'),
(100758,37750,'action created','2021-01-25 03:19:40','2021-01-24 22:19:40'),
(100759,37750,'action started via WP Cron','2021-01-25 03:20:25','2021-01-24 22:20:25'),
(100760,37750,'action complete via WP Cron','2021-01-25 03:20:25','2021-01-24 22:20:25'),
(100761,37751,'action created','2021-01-25 03:20:25','2021-01-24 22:20:25'),
(100762,37751,'action started via WP Cron','2021-01-25 03:22:15','2021-01-24 22:22:15'),
(100763,37751,'action complete via WP Cron','2021-01-25 03:22:15','2021-01-24 22:22:15'),
(100764,37752,'action created','2021-01-25 03:22:15','2021-01-24 22:22:15'),
(100765,37752,'action started via WP Cron','2021-01-25 03:23:16','2021-01-24 22:23:16'),
(100766,37752,'action complete via WP Cron','2021-01-25 03:23:16','2021-01-24 22:23:16'),
(100767,37753,'action created','2021-01-25 03:23:16','2021-01-24 22:23:16'),
(100768,37753,'action started via WP Cron','2021-01-25 03:24:42','2021-01-24 22:24:42'),
(100769,37753,'action complete via WP Cron','2021-01-25 03:24:42','2021-01-24 22:24:42'),
(100770,37754,'action created','2021-01-25 03:24:42','2021-01-24 22:24:42'),
(100771,37754,'action started via WP Cron','2021-01-25 03:26:09','2021-01-24 22:26:09'),
(100772,37754,'action complete via WP Cron','2021-01-25 03:26:09','2021-01-24 22:26:09'),
(100773,37755,'action created','2021-01-25 03:26:09','2021-01-24 22:26:09'),
(100774,37755,'action started via WP Cron','2021-01-25 03:28:39','2021-01-24 22:28:39'),
(100775,37755,'action complete via WP Cron','2021-01-25 03:28:39','2021-01-24 22:28:39'),
(100776,37756,'action created','2021-01-25 03:28:39','2021-01-24 22:28:39'),
(100777,37756,'action started via WP Cron','2021-01-25 03:31:00','2021-01-24 22:31:00'),
(100778,37756,'action complete via WP Cron','2021-01-25 03:31:00','2021-01-24 22:31:00'),
(100779,37757,'action created','2021-01-25 03:31:00','2021-01-24 22:31:00'),
(100780,37757,'action started via WP Cron','2021-01-25 03:31:31','2021-01-24 22:31:31'),
(100781,37757,'action complete via WP Cron','2021-01-25 03:31:31','2021-01-24 22:31:31'),
(100782,37758,'action created','2021-01-25 03:31:31','2021-01-24 22:31:31'),
(100783,37758,'action started via WP Cron','2021-01-25 03:32:12','2021-01-24 22:32:12'),
(100784,37758,'action complete via WP Cron','2021-01-25 03:32:12','2021-01-24 22:32:12'),
(100785,37759,'action created','2021-01-25 03:32:12','2021-01-24 22:32:12'),
(100786,37759,'action started via WP Cron','2021-01-25 03:33:25','2021-01-24 22:33:25'),
(100787,37759,'action complete via WP Cron','2021-01-25 03:33:25','2021-01-24 22:33:25'),
(100788,37760,'action created','2021-01-25 03:33:25','2021-01-24 22:33:25'),
(100789,37760,'action started via WP Cron','2021-01-25 03:34:14','2021-01-24 22:34:14'),
(100790,37760,'action complete via WP Cron','2021-01-25 03:34:14','2021-01-24 22:34:14'),
(100791,37761,'action created','2021-01-25 03:34:14','2021-01-24 22:34:14'),
(100792,37761,'action started via WP Cron','2021-01-25 03:35:46','2021-01-24 22:35:46'),
(100793,37761,'action complete via WP Cron','2021-01-25 03:35:46','2021-01-24 22:35:46'),
(100794,37762,'action created','2021-01-25 03:35:47','2021-01-24 22:35:47'),
(100795,37762,'action started via WP Cron','2021-01-25 03:36:38','2021-01-24 22:36:38'),
(100796,37762,'action complete via WP Cron','2021-01-25 03:36:38','2021-01-24 22:36:38'),
(100797,37763,'action created','2021-01-25 03:36:38','2021-01-24 22:36:38'),
(100798,37763,'action started via WP Cron','2021-01-25 03:37:12','2021-01-24 22:37:12'),
(100799,37763,'action complete via WP Cron','2021-01-25 03:37:12','2021-01-24 22:37:12'),
(100800,37764,'action created','2021-01-25 03:37:12','2021-01-24 22:37:12'),
(100801,37764,'action started via WP Cron','2021-01-25 03:38:14','2021-01-24 22:38:14'),
(100802,37764,'action complete via WP Cron','2021-01-25 03:38:14','2021-01-24 22:38:14'),
(100803,37765,'action created','2021-01-25 03:38:14','2021-01-24 22:38:14'),
(100804,37765,'action started via WP Cron','2021-01-25 03:40:10','2021-01-24 22:40:10'),
(100805,37765,'action complete via WP Cron','2021-01-25 03:40:10','2021-01-24 22:40:10'),
(100806,37766,'action created','2021-01-25 03:40:10','2021-01-24 22:40:10'),
(100807,37766,'action started via WP Cron','2021-01-25 03:42:22','2021-01-24 22:42:22'),
(100808,37766,'action complete via WP Cron','2021-01-25 03:42:22','2021-01-24 22:42:22'),
(100809,37767,'action created','2021-01-25 03:42:22','2021-01-24 22:42:22'),
(100810,37767,'action started via WP Cron','2021-01-25 03:43:51','2021-01-24 22:43:51'),
(100811,37767,'action complete via WP Cron','2021-01-25 03:43:51','2021-01-24 22:43:51'),
(100812,37768,'action created','2021-01-25 03:43:51','2021-01-24 22:43:51'),
(100813,37768,'action started via WP Cron','2021-01-25 03:44:24','2021-01-24 22:44:24'),
(100814,37768,'action complete via WP Cron','2021-01-25 03:44:24','2021-01-24 22:44:24'),
(100815,37769,'action created','2021-01-25 03:44:25','2021-01-24 22:44:25'),
(100816,37769,'action started via WP Cron','2021-01-25 03:46:25','2021-01-24 22:46:25'),
(100817,37769,'action complete via WP Cron','2021-01-25 03:46:25','2021-01-24 22:46:25'),
(100818,37770,'action created','2021-01-25 03:46:25','2021-01-24 22:46:25'),
(100819,37770,'action started via WP Cron','2021-01-25 03:47:48','2021-01-24 22:47:48'),
(100820,37770,'action complete via WP Cron','2021-01-25 03:47:48','2021-01-24 22:47:48'),
(100821,37771,'action created','2021-01-25 03:47:48','2021-01-24 22:47:48'),
(100822,37771,'action started via WP Cron','2021-01-25 03:48:14','2021-01-24 22:48:14'),
(100823,37771,'action complete via WP Cron','2021-01-25 03:48:14','2021-01-24 22:48:14'),
(100824,37772,'action created','2021-01-25 03:48:14','2021-01-24 22:48:14'),
(100825,37772,'action started via WP Cron','2021-01-25 03:49:27','2021-01-24 22:49:27'),
(100826,37772,'action complete via WP Cron','2021-01-25 03:49:27','2021-01-24 22:49:27'),
(100827,37773,'action created','2021-01-25 03:49:27','2021-01-24 22:49:27'),
(100828,37773,'action started via WP Cron','2021-01-25 03:50:16','2021-01-24 22:50:16'),
(100829,37773,'action complete via WP Cron','2021-01-25 03:50:16','2021-01-24 22:50:16'),
(100830,37774,'action created','2021-01-25 03:50:16','2021-01-24 22:50:16'),
(100831,37774,'action started via WP Cron','2021-01-25 03:51:32','2021-01-24 22:51:32'),
(100832,37774,'action complete via WP Cron','2021-01-25 03:51:32','2021-01-24 22:51:32'),
(100833,37775,'action created','2021-01-25 03:51:32','2021-01-24 22:51:32'),
(100834,37775,'action started via WP Cron','2021-01-25 03:52:13','2021-01-24 22:52:13'),
(100835,37775,'action complete via WP Cron','2021-01-25 03:52:13','2021-01-24 22:52:13'),
(100836,37776,'action created','2021-01-25 03:52:13','2021-01-24 22:52:13'),
(100837,37776,'action started via WP Cron','2021-01-25 03:53:16','2021-01-24 22:53:16'),
(100838,37776,'action complete via WP Cron','2021-01-25 03:53:16','2021-01-24 22:53:16'),
(100839,37777,'action created','2021-01-25 03:53:16','2021-01-24 22:53:16'),
(100840,37777,'action started via WP Cron','2021-01-25 03:54:21','2021-01-24 22:54:21'),
(100841,37777,'action complete via WP Cron','2021-01-25 03:54:21','2021-01-24 22:54:21'),
(100842,37778,'action created','2021-01-25 03:54:21','2021-01-24 22:54:21'),
(100843,37778,'action started via WP Cron','2021-01-25 03:55:36','2021-01-24 22:55:36'),
(100844,37778,'action complete via WP Cron','2021-01-25 03:55:37','2021-01-24 22:55:37'),
(100845,37779,'action created','2021-01-25 03:55:37','2021-01-24 22:55:37'),
(100846,37779,'action started via WP Cron','2021-01-25 03:57:05','2021-01-24 22:57:05'),
(100847,37779,'action complete via WP Cron','2021-01-25 03:57:05','2021-01-24 22:57:05'),
(100848,37780,'action created','2021-01-25 03:57:05','2021-01-24 22:57:05'),
(100849,37780,'action started via WP Cron','2021-01-25 03:57:43','2021-01-24 22:57:43'),
(100850,37780,'action complete via WP Cron','2021-01-25 03:57:43','2021-01-24 22:57:43'),
(100851,37781,'action created','2021-01-25 03:57:43','2021-01-24 22:57:43'),
(100852,37781,'action started via WP Cron','2021-01-25 03:58:39','2021-01-24 22:58:39'),
(100853,37781,'action complete via WP Cron','2021-01-25 03:58:39','2021-01-24 22:58:39'),
(100854,37782,'action created','2021-01-25 03:58:39','2021-01-24 22:58:39'),
(100855,37782,'action started via WP Cron','2021-01-25 03:59:54','2021-01-24 22:59:54'),
(100856,37782,'action complete via WP Cron','2021-01-25 03:59:54','2021-01-24 22:59:54'),
(100857,37783,'action created','2021-01-25 03:59:55','2021-01-24 22:59:55'),
(100858,37783,'action started via WP Cron','2021-01-25 04:02:38','2021-01-24 23:02:38'),
(100859,37783,'action complete via WP Cron','2021-01-25 04:02:38','2021-01-24 23:02:38'),
(100860,37784,'action created','2021-01-25 04:02:38','2021-01-24 23:02:38'),
(100861,37784,'action started via WP Cron','2021-01-25 04:03:15','2021-01-24 23:03:15'),
(100862,37784,'action complete via WP Cron','2021-01-25 04:03:15','2021-01-24 23:03:15'),
(100863,37785,'action created','2021-01-25 04:03:15','2021-01-24 23:03:15'),
(100864,37785,'action started via WP Cron','2021-01-25 04:05:16','2021-01-24 23:05:16'),
(100865,37785,'action complete via WP Cron','2021-01-25 04:05:16','2021-01-24 23:05:16'),
(100866,37786,'action created','2021-01-25 04:05:16','2021-01-24 23:05:16'),
(100867,37786,'action started via WP Cron','2021-01-25 04:06:28','2021-01-24 23:06:28'),
(100868,37786,'action complete via WP Cron','2021-01-25 04:06:28','2021-01-24 23:06:28'),
(100869,37787,'action created','2021-01-25 04:06:28','2021-01-24 23:06:28'),
(100870,37787,'action started via WP Cron','2021-01-25 04:08:35','2021-01-24 23:08:35'),
(100871,37787,'action complete via WP Cron','2021-01-25 04:08:35','2021-01-24 23:08:35'),
(100872,37788,'action created','2021-01-25 04:08:35','2021-01-24 23:08:35'),
(100873,37788,'action started via WP Cron','2021-01-25 04:09:24','2021-01-24 23:09:24'),
(100874,37788,'action complete via WP Cron','2021-01-25 04:09:24','2021-01-24 23:09:24'),
(100875,37789,'action created','2021-01-25 04:09:24','2021-01-24 23:09:24'),
(100876,37789,'action started via WP Cron','2021-01-25 04:10:12','2021-01-24 23:10:12'),
(100877,37789,'action complete via WP Cron','2021-01-25 04:10:12','2021-01-24 23:10:12'),
(100878,37790,'action created','2021-01-25 04:10:12','2021-01-24 23:10:12'),
(100879,37790,'action started via WP Cron','2021-01-25 04:11:13','2021-01-24 23:11:13'),
(100880,37790,'action complete via WP Cron','2021-01-25 04:11:13','2021-01-24 23:11:13'),
(100881,37791,'action created','2021-01-25 04:11:14','2021-01-24 23:11:14'),
(100882,37791,'action started via WP Cron','2021-01-25 04:12:27','2021-01-24 23:12:27'),
(100883,37791,'action complete via WP Cron','2021-01-25 04:12:27','2021-01-24 23:12:27'),
(100884,37792,'action created','2021-01-25 04:12:27','2021-01-24 23:12:27'),
(100885,37792,'action started via WP Cron','2021-01-25 04:13:27','2021-01-24 23:13:27'),
(100886,37792,'action complete via WP Cron','2021-01-25 04:13:27','2021-01-24 23:13:27'),
(100887,37793,'action created','2021-01-25 04:13:27','2021-01-24 23:13:27'),
(100888,37793,'action started via WP Cron','2021-01-25 04:15:09','2021-01-24 23:15:09'),
(100889,37793,'action complete via WP Cron','2021-01-25 04:15:09','2021-01-24 23:15:09'),
(100890,37794,'action created','2021-01-25 04:15:09','2021-01-24 23:15:09'),
(100891,37794,'action started via WP Cron','2021-01-25 04:15:21','2021-01-24 23:15:21'),
(100892,37794,'action complete via WP Cron','2021-01-25 04:15:21','2021-01-24 23:15:21'),
(100893,37795,'action created','2021-01-25 04:15:21','2021-01-24 23:15:21'),
(100894,37795,'action started via WP Cron','2021-01-25 04:19:33','2021-01-24 23:19:33'),
(100895,37795,'action complete via WP Cron','2021-01-25 04:19:33','2021-01-24 23:19:33'),
(100896,37796,'action created','2021-01-25 04:19:33','2021-01-24 23:19:33'),
(100897,37796,'action started via WP Cron','2021-01-25 04:20:49','2021-01-24 23:20:49'),
(100898,37796,'action complete via WP Cron','2021-01-25 04:20:49','2021-01-24 23:20:49'),
(100899,37797,'action created','2021-01-25 04:20:49','2021-01-24 23:20:49'),
(100900,37797,'action started via WP Cron','2021-01-25 04:21:27','2021-01-24 23:21:27'),
(100901,37797,'action complete via WP Cron','2021-01-25 04:21:27','2021-01-24 23:21:27'),
(100902,37798,'action created','2021-01-25 04:21:27','2021-01-24 23:21:27'),
(100903,37798,'action started via WP Cron','2021-01-25 04:23:28','2021-01-24 23:23:28'),
(100904,37798,'action complete via WP Cron','2021-01-25 04:23:28','2021-01-24 23:23:28'),
(100905,37799,'action created','2021-01-25 04:23:28','2021-01-24 23:23:28'),
(100906,37799,'action started via WP Cron','2021-01-25 04:24:36','2021-01-24 23:24:36'),
(100907,37799,'action complete via WP Cron','2021-01-25 04:24:36','2021-01-24 23:24:36'),
(100908,37800,'action created','2021-01-25 04:24:36','2021-01-24 23:24:36'),
(100909,37800,'action started via WP Cron','2021-01-25 04:25:12','2021-01-24 23:25:12'),
(100910,37800,'action complete via WP Cron','2021-01-25 04:25:12','2021-01-24 23:25:12'),
(100911,37801,'action created','2021-01-25 04:25:12','2021-01-24 23:25:12'),
(100912,37801,'action started via WP Cron','2021-01-25 04:26:22','2021-01-24 23:26:22'),
(100913,37801,'action complete via WP Cron','2021-01-25 04:26:22','2021-01-24 23:26:22'),
(100914,37802,'action created','2021-01-25 04:26:22','2021-01-24 23:26:22'),
(100915,37802,'action started via WP Cron','2021-01-25 04:28:17','2021-01-24 23:28:17'),
(100916,37802,'action complete via WP Cron','2021-01-25 04:28:17','2021-01-24 23:28:17'),
(100917,37803,'action created','2021-01-25 04:28:17','2021-01-24 23:28:17'),
(100918,37803,'action started via WP Cron','2021-01-25 04:29:54','2021-01-24 23:29:54'),
(100919,37803,'action complete via WP Cron','2021-01-25 04:29:54','2021-01-24 23:29:54'),
(100920,37804,'action created','2021-01-25 04:29:54','2021-01-24 23:29:54'),
(100921,37804,'action started via WP Cron','2021-01-25 04:30:23','2021-01-24 23:30:23'),
(100922,37804,'action complete via WP Cron','2021-01-25 04:30:23','2021-01-24 23:30:23'),
(100923,37805,'action created','2021-01-25 04:30:23','2021-01-24 23:30:23'),
(100924,37805,'action started via WP Cron','2021-01-25 04:31:12','2021-01-24 23:31:12'),
(100925,37805,'action complete via WP Cron','2021-01-25 04:31:12','2021-01-24 23:31:12'),
(100926,37806,'action created','2021-01-25 04:31:12','2021-01-24 23:31:12'),
(100927,37806,'action started via WP Cron','2021-01-25 04:33:06','2021-01-24 23:33:06'),
(100928,37806,'action complete via WP Cron','2021-01-25 04:33:06','2021-01-24 23:33:06'),
(100929,37807,'action created','2021-01-25 04:33:06','2021-01-24 23:33:06'),
(100930,37807,'action started via WP Cron','2021-01-25 04:35:01','2021-01-24 23:35:01'),
(100931,37807,'action complete via WP Cron','2021-01-25 04:35:01','2021-01-24 23:35:01'),
(100932,37808,'action created','2021-01-25 04:35:01','2021-01-24 23:35:01'),
(100933,37808,'action started via WP Cron','2021-01-25 04:35:12','2021-01-24 23:35:12'),
(100934,37808,'action complete via WP Cron','2021-01-25 04:35:12','2021-01-24 23:35:12'),
(100935,37809,'action created','2021-01-25 04:35:12','2021-01-24 23:35:12'),
(100936,37809,'action started via WP Cron','2021-01-25 04:37:12','2021-01-24 23:37:12'),
(100937,37809,'action complete via WP Cron','2021-01-25 04:37:12','2021-01-24 23:37:12'),
(100938,37810,'action created','2021-01-25 04:37:12','2021-01-24 23:37:12'),
(100939,37810,'action started via WP Cron','2021-01-25 04:38:37','2021-01-24 23:38:37'),
(100940,37810,'action complete via WP Cron','2021-01-25 04:38:37','2021-01-24 23:38:37'),
(100941,37811,'action created','2021-01-25 04:38:37','2021-01-24 23:38:37'),
(100942,37811,'action started via WP Cron','2021-01-25 04:39:31','2021-01-24 23:39:31'),
(100943,37811,'action complete via WP Cron','2021-01-25 04:39:31','2021-01-24 23:39:31'),
(100944,37812,'action created','2021-01-25 04:39:31','2021-01-24 23:39:31'),
(100945,37812,'action started via WP Cron','2021-01-25 04:40:30','2021-01-24 23:40:30'),
(100946,37812,'action complete via WP Cron','2021-01-25 04:40:30','2021-01-24 23:40:30'),
(100947,37813,'action created','2021-01-25 04:40:30','2021-01-24 23:40:30'),
(100948,37813,'action started via WP Cron','2021-01-25 04:41:13','2021-01-24 23:41:13'),
(100949,37813,'action complete via WP Cron','2021-01-25 04:41:13','2021-01-24 23:41:13'),
(100950,37814,'action created','2021-01-25 04:41:13','2021-01-24 23:41:13'),
(100951,37814,'action started via WP Cron','2021-01-25 04:42:34','2021-01-24 23:42:34'),
(100952,37814,'action complete via WP Cron','2021-01-25 04:42:34','2021-01-24 23:42:34'),
(100953,37815,'action created','2021-01-25 04:42:34','2021-01-24 23:42:34'),
(100954,37815,'action started via WP Cron','2021-01-25 04:43:34','2021-01-24 23:43:34'),
(100955,37815,'action complete via WP Cron','2021-01-25 04:43:34','2021-01-24 23:43:34'),
(100956,37816,'action created','2021-01-25 04:43:34','2021-01-24 23:43:34'),
(100957,37816,'action started via WP Cron','2021-01-25 04:44:15','2021-01-24 23:44:15'),
(100958,37816,'action complete via WP Cron','2021-01-25 04:44:15','2021-01-24 23:44:15'),
(100959,37817,'action created','2021-01-25 04:44:15','2021-01-24 23:44:15'),
(100960,37817,'action started via WP Cron','2021-01-25 04:45:50','2021-01-24 23:45:50'),
(100961,37817,'action complete via WP Cron','2021-01-25 04:45:50','2021-01-24 23:45:50'),
(100962,37818,'action created','2021-01-25 04:45:50','2021-01-24 23:45:50'),
(100963,37818,'action started via WP Cron','2021-01-25 04:48:49','2021-01-24 23:48:49'),
(100964,37818,'action complete via WP Cron','2021-01-25 04:48:49','2021-01-24 23:48:49'),
(100965,37819,'action created','2021-01-25 04:48:49','2021-01-24 23:48:49'),
(100966,37819,'action started via WP Cron','2021-01-25 04:49:58','2021-01-24 23:49:58'),
(100967,37819,'action complete via WP Cron','2021-01-25 04:49:58','2021-01-24 23:49:58'),
(100968,37820,'action created','2021-01-25 04:49:58','2021-01-24 23:49:58'),
(100969,37820,'action started via WP Cron','2021-01-25 04:50:33','2021-01-24 23:50:33'),
(100970,37820,'action complete via WP Cron','2021-01-25 04:50:33','2021-01-24 23:50:33'),
(100971,37821,'action created','2021-01-25 04:50:33','2021-01-24 23:50:33'),
(100972,37821,'action started via WP Cron','2021-01-25 04:53:32','2021-01-24 23:53:32'),
(100973,37821,'action complete via WP Cron','2021-01-25 04:53:32','2021-01-24 23:53:32'),
(100974,37822,'action created','2021-01-25 04:53:32','2021-01-24 23:53:32'),
(100975,37822,'action started via WP Cron','2021-01-25 04:54:25','2021-01-24 23:54:25'),
(100976,37822,'action complete via WP Cron','2021-01-25 04:54:25','2021-01-24 23:54:25'),
(100977,37823,'action created','2021-01-25 04:54:25','2021-01-24 23:54:25'),
(100978,37823,'action started via WP Cron','2021-01-25 04:55:28','2021-01-24 23:55:28'),
(100979,37823,'action complete via WP Cron','2021-01-25 04:55:28','2021-01-24 23:55:28'),
(100980,37824,'action created','2021-01-25 04:55:29','2021-01-24 23:55:29'),
(100981,37824,'action started via WP Cron','2021-01-25 04:57:07','2021-01-24 23:57:07'),
(100982,37824,'action complete via WP Cron','2021-01-25 04:57:08','2021-01-24 23:57:08'),
(100983,37825,'action created','2021-01-25 04:57:08','2021-01-24 23:57:08'),
(100984,37825,'action started via WP Cron','2021-01-25 04:58:45','2021-01-24 23:58:45'),
(100985,37825,'action complete via WP Cron','2021-01-25 04:58:45','2021-01-24 23:58:45'),
(100986,37826,'action created','2021-01-25 04:58:45','2021-01-24 23:58:45'),
(100987,37826,'action started via WP Cron','2021-01-25 04:59:26','2021-01-24 23:59:26'),
(100988,37826,'action complete via WP Cron','2021-01-25 04:59:26','2021-01-24 23:59:26'),
(100989,37827,'action created','2021-01-25 04:59:26','2021-01-24 23:59:26'),
(100990,37827,'action started via WP Cron','2021-01-25 05:00:43','2021-01-25 00:00:43'),
(100991,37827,'action complete via WP Cron','2021-01-25 05:00:43','2021-01-25 00:00:43'),
(100992,37828,'action created','2021-01-25 05:00:44','2021-01-25 00:00:44'),
(100993,37828,'action started via WP Cron','2021-01-25 05:03:20','2021-01-25 00:03:20'),
(100994,37828,'action complete via WP Cron','2021-01-25 05:03:20','2021-01-25 00:03:20'),
(100995,37829,'action created','2021-01-25 05:03:20','2021-01-25 00:03:20'),
(100996,37829,'action started via WP Cron','2021-01-25 05:04:23','2021-01-25 00:04:23'),
(100997,37829,'action complete via WP Cron','2021-01-25 05:04:23','2021-01-25 00:04:23'),
(100998,37830,'action created','2021-01-25 05:04:23','2021-01-25 00:04:23'),
(100999,37830,'action started via WP Cron','2021-01-25 05:05:55','2021-01-25 00:05:55'),
(101000,37830,'action complete via WP Cron','2021-01-25 05:05:55','2021-01-25 00:05:55'),
(101001,37831,'action created','2021-01-25 05:05:55','2021-01-25 00:05:55'),
(101002,37831,'action started via WP Cron','2021-01-25 05:06:48','2021-01-25 00:06:48'),
(101003,37831,'action complete via WP Cron','2021-01-25 05:06:48','2021-01-25 00:06:48'),
(101004,37832,'action created','2021-01-25 05:06:48','2021-01-25 00:06:48'),
(101005,37832,'action started via WP Cron','2021-01-25 05:08:49','2021-01-25 00:08:49'),
(101006,37832,'action complete via WP Cron','2021-01-25 05:08:49','2021-01-25 00:08:49'),
(101007,37833,'action created','2021-01-25 05:08:49','2021-01-25 00:08:49'),
(101008,37833,'action started via WP Cron','2021-01-25 05:09:20','2021-01-25 00:09:20'),
(101009,37833,'action complete via WP Cron','2021-01-25 05:09:20','2021-01-25 00:09:20'),
(101010,37834,'action created','2021-01-25 05:09:20','2021-01-25 00:09:20'),
(101011,37834,'action started via WP Cron','2021-01-25 05:10:56','2021-01-25 00:10:56'),
(101012,37834,'action complete via WP Cron','2021-01-25 05:10:56','2021-01-25 00:10:56'),
(101013,37835,'action created','2021-01-25 05:10:56','2021-01-25 00:10:56'),
(101014,37835,'action started via WP Cron','2021-01-25 05:12:21','2021-01-25 00:12:21'),
(101015,37835,'action complete via WP Cron','2021-01-25 05:12:21','2021-01-25 00:12:21'),
(101016,37836,'action created','2021-01-25 05:12:21','2021-01-25 00:12:21'),
(101017,37836,'action started via WP Cron','2021-01-25 05:13:35','2021-01-25 00:13:35'),
(101018,37836,'action complete via WP Cron','2021-01-25 05:13:35','2021-01-25 00:13:35'),
(101019,37837,'action created','2021-01-25 05:13:35','2021-01-25 00:13:35'),
(101020,37837,'action started via WP Cron','2021-01-25 05:14:18','2021-01-25 00:14:18'),
(101021,37837,'action complete via WP Cron','2021-01-25 05:14:18','2021-01-25 00:14:18'),
(101022,37838,'action created','2021-01-25 05:14:18','2021-01-25 00:14:18'),
(101023,37838,'action started via WP Cron','2021-01-25 05:15:37','2021-01-25 00:15:37'),
(101024,37838,'action complete via WP Cron','2021-01-25 05:15:37','2021-01-25 00:15:37'),
(101025,37839,'action created','2021-01-25 05:15:37','2021-01-25 00:15:37'),
(101026,37839,'action started via WP Cron','2021-01-25 05:16:37','2021-01-25 00:16:37'),
(101027,37839,'action complete via WP Cron','2021-01-25 05:16:37','2021-01-25 00:16:37'),
(101028,37840,'action created','2021-01-25 05:16:37','2021-01-25 00:16:37'),
(101029,37840,'action started via WP Cron','2021-01-25 05:17:20','2021-01-25 00:17:20'),
(101030,37840,'action complete via WP Cron','2021-01-25 05:17:20','2021-01-25 00:17:20'),
(101031,37841,'action created','2021-01-25 05:17:20','2021-01-25 00:17:20'),
(101032,37841,'action started via WP Cron','2021-01-25 05:18:16','2021-01-25 00:18:16'),
(101033,37841,'action complete via WP Cron','2021-01-25 05:18:16','2021-01-25 00:18:16'),
(101034,37842,'action created','2021-01-25 05:18:17','2021-01-25 00:18:17'),
(101035,37842,'action started via WP Cron','2021-01-25 05:20:20','2021-01-25 00:20:20'),
(101036,37842,'action complete via WP Cron','2021-01-25 05:20:20','2021-01-25 00:20:20'),
(101037,37843,'action created','2021-01-25 05:20:20','2021-01-25 00:20:20'),
(101038,37843,'action started via WP Cron','2021-01-25 05:21:20','2021-01-25 00:21:20'),
(101039,37843,'action complete via WP Cron','2021-01-25 05:21:20','2021-01-25 00:21:20'),
(101040,37844,'action created','2021-01-25 05:21:20','2021-01-25 00:21:20'),
(101041,37844,'action started via WP Cron','2021-01-25 05:24:04','2021-01-25 00:24:04'),
(101042,37844,'action complete via WP Cron','2021-01-25 05:24:04','2021-01-25 00:24:04'),
(101043,37845,'action created','2021-01-25 05:24:04','2021-01-25 00:24:04'),
(101044,37845,'action started via WP Cron','2021-01-25 05:24:39','2021-01-25 00:24:39'),
(101045,37845,'action complete via WP Cron','2021-01-25 05:24:39','2021-01-25 00:24:39'),
(101046,37846,'action created','2021-01-25 05:24:39','2021-01-25 00:24:39'),
(101047,37846,'action started via WP Cron','2021-01-25 05:25:39','2021-01-25 00:25:39'),
(101048,37846,'action complete via WP Cron','2021-01-25 05:25:39','2021-01-25 00:25:39'),
(101049,37847,'action created','2021-01-25 05:25:39','2021-01-25 00:25:39'),
(101050,37847,'action started via WP Cron','2021-01-25 05:27:50','2021-01-25 00:27:50'),
(101051,37847,'action complete via WP Cron','2021-01-25 05:27:50','2021-01-25 00:27:50'),
(101052,37848,'action created','2021-01-25 05:27:50','2021-01-25 00:27:50'),
(101053,37848,'action started via WP Cron','2021-01-25 05:29:55','2021-01-25 00:29:55'),
(101054,37848,'action complete via WP Cron','2021-01-25 05:29:55','2021-01-25 00:29:55'),
(101055,37849,'action created','2021-01-25 05:29:56','2021-01-25 00:29:56'),
(101056,37849,'action started via WP Cron','2021-01-25 05:31:25','2021-01-25 00:31:25'),
(101057,37849,'action complete via WP Cron','2021-01-25 05:31:25','2021-01-25 00:31:25'),
(101058,37850,'action created','2021-01-25 05:31:25','2021-01-25 00:31:25'),
(101059,37850,'action started via WP Cron','2021-01-25 05:32:33','2021-01-25 00:32:33'),
(101060,37850,'action complete via WP Cron','2021-01-25 05:32:33','2021-01-25 00:32:33'),
(101061,37851,'action created','2021-01-25 05:32:33','2021-01-25 00:32:33'),
(101062,37851,'action started via WP Cron','2021-01-25 05:33:16','2021-01-25 00:33:16'),
(101063,37851,'action complete via WP Cron','2021-01-25 05:33:16','2021-01-25 00:33:16'),
(101064,37852,'action created','2021-01-25 05:33:16','2021-01-25 00:33:16'),
(101065,37852,'action started via WP Cron','2021-01-25 05:34:27','2021-01-25 00:34:27'),
(101066,37852,'action complete via WP Cron','2021-01-25 05:34:27','2021-01-25 00:34:27'),
(101067,37853,'action created','2021-01-25 05:34:27','2021-01-25 00:34:27'),
(101068,37853,'action started via WP Cron','2021-01-25 05:36:59','2021-01-25 00:36:59'),
(101069,37853,'action complete via WP Cron','2021-01-25 05:36:59','2021-01-25 00:36:59'),
(101070,37854,'action created','2021-01-25 05:37:00','2021-01-25 00:37:00'),
(101071,37854,'action started via WP Cron','2021-01-25 05:37:18','2021-01-25 00:37:18'),
(101072,37854,'action complete via WP Cron','2021-01-25 05:37:18','2021-01-25 00:37:18'),
(101073,37855,'action created','2021-01-25 05:37:18','2021-01-25 00:37:18'),
(101074,37855,'action started via WP Cron','2021-01-25 05:39:47','2021-01-25 00:39:47'),
(101075,37855,'action complete via WP Cron','2021-01-25 05:39:47','2021-01-25 00:39:47'),
(101076,37856,'action created','2021-01-25 05:39:47','2021-01-25 00:39:47'),
(101077,37856,'action started via WP Cron','2021-01-25 05:42:51','2021-01-25 00:42:51'),
(101078,37856,'action complete via WP Cron','2021-01-25 05:42:51','2021-01-25 00:42:51'),
(101079,37857,'action created','2021-01-25 05:42:51','2021-01-25 00:42:51'),
(101080,37857,'action started via WP Cron','2021-01-25 05:43:47','2021-01-25 00:43:47'),
(101081,37857,'action complete via WP Cron','2021-01-25 05:43:47','2021-01-25 00:43:47'),
(101082,37858,'action created','2021-01-25 05:43:47','2021-01-25 00:43:47'),
(101083,37858,'action started via WP Cron','2021-01-25 05:44:29','2021-01-25 00:44:29'),
(101084,37858,'action complete via WP Cron','2021-01-25 05:44:29','2021-01-25 00:44:29'),
(101085,37859,'action created','2021-01-25 05:44:29','2021-01-25 00:44:29'),
(101086,37859,'action started via WP Cron','2021-01-25 05:47:02','2021-01-25 00:47:02'),
(101087,37859,'action complete via WP Cron','2021-01-25 05:47:02','2021-01-25 00:47:02'),
(101088,37860,'action created','2021-01-25 05:47:02','2021-01-25 00:47:02'),
(101089,37860,'action started via WP Cron','2021-01-25 05:47:13','2021-01-25 00:47:13'),
(101090,37860,'action complete via WP Cron','2021-01-25 05:47:13','2021-01-25 00:47:13'),
(101091,37861,'action created','2021-01-25 05:47:13','2021-01-25 00:47:13'),
(101092,37861,'action started via WP Cron','2021-01-25 05:48:46','2021-01-25 00:48:46'),
(101093,37861,'action complete via WP Cron','2021-01-25 05:48:46','2021-01-25 00:48:46'),
(101094,37862,'action created','2021-01-25 05:48:46','2021-01-25 00:48:46'),
(101095,37862,'action started via WP Cron','2021-01-25 05:52:20','2021-01-25 00:52:20'),
(101096,37862,'action complete via WP Cron','2021-01-25 05:52:20','2021-01-25 00:52:20'),
(101097,37863,'action created','2021-01-25 05:52:20','2021-01-25 00:52:20'),
(101098,37863,'action started via WP Cron','2021-01-25 05:53:31','2021-01-25 00:53:31'),
(101099,37863,'action complete via WP Cron','2021-01-25 05:53:31','2021-01-25 00:53:31'),
(101100,37864,'action created','2021-01-25 05:53:31','2021-01-25 00:53:31'),
(101101,37864,'action started via WP Cron','2021-01-25 05:54:13','2021-01-25 00:54:13'),
(101102,37864,'action complete via WP Cron','2021-01-25 05:54:13','2021-01-25 00:54:13'),
(101103,37865,'action created','2021-01-25 05:54:13','2021-01-25 00:54:13'),
(101104,37865,'action started via WP Cron','2021-01-25 05:55:21','2021-01-25 00:55:21'),
(101105,37865,'action complete via WP Cron','2021-01-25 05:55:21','2021-01-25 00:55:21'),
(101106,37866,'action created','2021-01-25 05:55:22','2021-01-25 00:55:22'),
(101107,37866,'action started via WP Cron','2021-01-25 05:56:17','2021-01-25 00:56:17'),
(101108,37866,'action complete via WP Cron','2021-01-25 05:56:17','2021-01-25 00:56:17'),
(101109,37867,'action created','2021-01-25 05:56:17','2021-01-25 00:56:17'),
(101110,37867,'action started via WP Cron','2021-01-25 06:01:50','2021-01-25 01:01:50'),
(101111,37867,'action complete via WP Cron','2021-01-25 06:01:50','2021-01-25 01:01:50'),
(101112,37868,'action created','2021-01-25 06:01:50','2021-01-25 01:01:50'),
(101113,37868,'action started via WP Cron','2021-01-25 06:04:24','2021-01-25 01:04:24'),
(101114,37868,'action complete via WP Cron','2021-01-25 06:04:24','2021-01-25 01:04:24'),
(101115,37869,'action created','2021-01-25 06:04:24','2021-01-25 01:04:24'),
(101116,37869,'action started via WP Cron','2021-01-25 06:05:42','2021-01-25 01:05:42'),
(101117,37869,'action complete via WP Cron','2021-01-25 06:05:42','2021-01-25 01:05:42'),
(101118,37870,'action created','2021-01-25 06:05:42','2021-01-25 01:05:42'),
(101119,37870,'action started via WP Cron','2021-01-25 06:06:40','2021-01-25 01:06:40'),
(101120,37870,'action complete via WP Cron','2021-01-25 06:06:40','2021-01-25 01:06:40'),
(101121,37871,'action created','2021-01-25 06:06:40','2021-01-25 01:06:40'),
(101122,37871,'action started via WP Cron','2021-01-25 06:07:53','2021-01-25 01:07:53'),
(101123,37871,'action complete via WP Cron','2021-01-25 06:07:53','2021-01-25 01:07:53'),
(101124,37872,'action created','2021-01-25 06:07:53','2021-01-25 01:07:53'),
(101125,37872,'action started via WP Cron','2021-01-25 06:08:21','2021-01-25 01:08:21'),
(101126,37872,'action complete via WP Cron','2021-01-25 06:08:21','2021-01-25 01:08:21'),
(101127,37873,'action created','2021-01-25 06:08:21','2021-01-25 01:08:21'),
(101128,37873,'action started via WP Cron','2021-01-25 06:10:15','2021-01-25 01:10:15'),
(101129,37873,'action complete via WP Cron','2021-01-25 06:10:15','2021-01-25 01:10:15'),
(101130,37874,'action created','2021-01-25 06:10:15','2021-01-25 01:10:15'),
(101131,37874,'action started via WP Cron','2021-01-25 06:13:54','2021-01-25 01:13:54'),
(101132,37874,'action complete via WP Cron','2021-01-25 06:13:54','2021-01-25 01:13:54'),
(101133,37875,'action created','2021-01-25 06:13:54','2021-01-25 01:13:54'),
(101134,37875,'action started via WP Cron','2021-01-25 06:14:26','2021-01-25 01:14:26'),
(101135,37875,'action complete via WP Cron','2021-01-25 06:14:26','2021-01-25 01:14:26'),
(101136,37876,'action created','2021-01-25 06:14:26','2021-01-25 01:14:26'),
(101137,37876,'action started via WP Cron','2021-01-25 06:15:21','2021-01-25 01:15:21'),
(101138,37876,'action complete via WP Cron','2021-01-25 06:15:21','2021-01-25 01:15:21'),
(101139,37877,'action created','2021-01-25 06:15:21','2021-01-25 01:15:21'),
(101140,37877,'action started via WP Cron','2021-01-25 06:16:28','2021-01-25 01:16:28'),
(101141,37877,'action complete via WP Cron','2021-01-25 06:16:28','2021-01-25 01:16:28'),
(101142,37878,'action created','2021-01-25 06:16:28','2021-01-25 01:16:28'),
(101143,37878,'action started via WP Cron','2021-01-25 06:20:49','2021-01-25 01:20:49'),
(101144,37878,'action complete via WP Cron','2021-01-25 06:20:49','2021-01-25 01:20:49'),
(101145,37879,'action created','2021-01-25 06:20:49','2021-01-25 01:20:49'),
(101146,37879,'action started via WP Cron','2021-01-25 06:21:59','2021-01-25 01:21:59'),
(101147,37879,'action complete via WP Cron','2021-01-25 06:21:59','2021-01-25 01:21:59'),
(101148,37880,'action created','2021-01-25 06:21:59','2021-01-25 01:21:59'),
(101149,37880,'action started via WP Cron','2021-01-25 06:23:40','2021-01-25 01:23:40'),
(101150,37880,'action complete via WP Cron','2021-01-25 06:23:40','2021-01-25 01:23:40'),
(101151,37881,'action created','2021-01-25 06:23:40','2021-01-25 01:23:40'),
(101152,37881,'action started via WP Cron','2021-01-25 06:24:38','2021-01-25 01:24:38'),
(101153,37881,'action complete via WP Cron','2021-01-25 06:24:38','2021-01-25 01:24:38'),
(101154,37882,'action created','2021-01-25 06:24:38','2021-01-25 01:24:38'),
(101155,37882,'action started via WP Cron','2021-01-25 06:28:23','2021-01-25 01:28:23'),
(101156,37882,'action complete via WP Cron','2021-01-25 06:28:23','2021-01-25 01:28:23'),
(101157,37883,'action created','2021-01-25 06:28:23','2021-01-25 01:28:23'),
(101158,37883,'action started via WP Cron','2021-01-25 06:33:24','2021-01-25 01:33:24'),
(101159,37883,'action complete via WP Cron','2021-01-25 06:33:24','2021-01-25 01:33:24'),
(101160,37884,'action created','2021-01-25 06:33:24','2021-01-25 01:33:24'),
(101161,37884,'action started via WP Cron','2021-01-25 06:34:46','2021-01-25 01:34:46'),
(101162,37884,'action complete via WP Cron','2021-01-25 06:34:46','2021-01-25 01:34:46'),
(101163,37885,'action created','2021-01-25 06:34:46','2021-01-25 01:34:46'),
(101164,37885,'action started via WP Cron','2021-01-25 06:38:52','2021-01-25 01:38:52'),
(101165,37885,'action complete via WP Cron','2021-01-25 06:38:52','2021-01-25 01:38:52'),
(101166,37886,'action created','2021-01-25 06:38:52','2021-01-25 01:38:52'),
(101167,37886,'action started via WP Cron','2021-01-25 06:40:54','2021-01-25 01:40:54'),
(101168,37886,'action complete via WP Cron','2021-01-25 06:40:54','2021-01-25 01:40:54'),
(101169,37887,'action created','2021-01-25 06:40:54','2021-01-25 01:40:54'),
(101170,37887,'action started via WP Cron','2021-01-25 06:44:26','2021-01-25 01:44:26'),
(101171,37887,'action complete via WP Cron','2021-01-25 06:44:26','2021-01-25 01:44:26'),
(101172,37888,'action created','2021-01-25 06:44:26','2021-01-25 01:44:26'),
(101173,37888,'action started via WP Cron','2021-01-25 06:45:27','2021-01-25 01:45:27'),
(101174,37888,'action complete via WP Cron','2021-01-25 06:45:27','2021-01-25 01:45:27'),
(101175,37889,'action created','2021-01-25 06:45:27','2021-01-25 01:45:27'),
(101176,37889,'action started via WP Cron','2021-01-25 06:46:57','2021-01-25 01:46:57'),
(101177,37889,'action complete via WP Cron','2021-01-25 06:46:57','2021-01-25 01:46:57'),
(101178,37890,'action created','2021-01-25 06:46:57','2021-01-25 01:46:57'),
(101179,37890,'action started via WP Cron','2021-01-25 06:47:30','2021-01-25 01:47:30'),
(101180,37890,'action complete via WP Cron','2021-01-25 06:47:30','2021-01-25 01:47:30'),
(101181,37891,'action created','2021-01-25 06:47:30','2021-01-25 01:47:30'),
(101182,37891,'action started via WP Cron','2021-01-25 06:49:31','2021-01-25 01:49:31'),
(101183,37891,'action complete via WP Cron','2021-01-25 06:49:31','2021-01-25 01:49:31'),
(101184,37892,'action created','2021-01-25 06:49:31','2021-01-25 01:49:31'),
(101185,37892,'action started via WP Cron','2021-01-25 06:50:52','2021-01-25 01:50:52'),
(101186,37892,'action complete via WP Cron','2021-01-25 06:50:52','2021-01-25 01:50:52'),
(101187,37893,'action created','2021-01-25 06:50:52','2021-01-25 01:50:52'),
(101188,37893,'action started via WP Cron','2021-01-25 06:51:19','2021-01-25 01:51:19'),
(101189,37893,'action complete via WP Cron','2021-01-25 06:51:19','2021-01-25 01:51:19'),
(101190,37894,'action created','2021-01-25 06:51:19','2021-01-25 01:51:19'),
(101191,37894,'action started via WP Cron','2021-01-25 06:52:32','2021-01-25 01:52:32'),
(101192,37894,'action complete via WP Cron','2021-01-25 06:52:32','2021-01-25 01:52:32'),
(101193,37895,'action created','2021-01-25 06:52:32','2021-01-25 01:52:32'),
(101194,37895,'action started via WP Cron','2021-01-25 06:53:18','2021-01-25 01:53:18'),
(101195,37895,'action complete via WP Cron','2021-01-25 06:53:18','2021-01-25 01:53:18'),
(101196,37896,'action created','2021-01-25 06:53:18','2021-01-25 01:53:18'),
(101197,37896,'action started via WP Cron','2021-01-25 06:55:35','2021-01-25 01:55:35'),
(101198,37896,'action complete via WP Cron','2021-01-25 06:55:35','2021-01-25 01:55:35'),
(101199,37897,'action created','2021-01-25 06:55:35','2021-01-25 01:55:35'),
(101200,37897,'action started via WP Cron','2021-01-25 06:56:36','2021-01-25 01:56:36'),
(101201,37897,'action complete via WP Cron','2021-01-25 06:56:36','2021-01-25 01:56:36'),
(101202,37898,'action created','2021-01-25 06:56:36','2021-01-25 01:56:36'),
(101203,37898,'action started via WP Cron','2021-01-25 07:02:22','2021-01-25 02:02:22'),
(101204,37898,'action complete via WP Cron','2021-01-25 07:02:22','2021-01-25 02:02:22'),
(101205,37899,'action created','2021-01-25 07:02:22','2021-01-25 02:02:22'),
(101206,37899,'action started via WP Cron','2021-01-25 07:04:05','2021-01-25 02:04:05'),
(101207,37899,'action complete via WP Cron','2021-01-25 07:04:05','2021-01-25 02:04:05'),
(101208,37900,'action created','2021-01-25 07:04:05','2021-01-25 02:04:05'),
(101209,37900,'action started via WP Cron','2021-01-25 07:06:02','2021-01-25 02:06:02'),
(101210,37900,'action complete via WP Cron','2021-01-25 07:06:02','2021-01-25 02:06:02'),
(101211,37901,'action created','2021-01-25 07:06:02','2021-01-25 02:06:02'),
(101212,37901,'action started via WP Cron','2021-01-25 07:06:15','2021-01-25 02:06:15'),
(101213,37901,'action complete via WP Cron','2021-01-25 07:06:15','2021-01-25 02:06:15'),
(101214,37902,'action created','2021-01-25 07:06:15','2021-01-25 02:06:15'),
(101215,37902,'action started via WP Cron','2021-01-25 07:08:45','2021-01-25 02:08:45'),
(101216,37902,'action complete via WP Cron','2021-01-25 07:08:45','2021-01-25 02:08:45'),
(101217,37903,'action created','2021-01-25 07:08:45','2021-01-25 02:08:45'),
(101218,37903,'action started via WP Cron','2021-01-25 07:10:56','2021-01-25 02:10:56'),
(101219,37903,'action complete via WP Cron','2021-01-25 07:10:56','2021-01-25 02:10:56'),
(101220,37904,'action created','2021-01-25 07:10:56','2021-01-25 02:10:56'),
(101221,37904,'action started via WP Cron','2021-01-25 07:11:11','2021-01-25 02:11:11'),
(101222,37904,'action complete via WP Cron','2021-01-25 07:11:11','2021-01-25 02:11:11'),
(101223,37905,'action created','2021-01-25 07:11:11','2021-01-25 02:11:11'),
(101224,37905,'action started via WP Cron','2021-01-25 07:13:14','2021-01-25 02:13:14'),
(101225,37905,'action complete via WP Cron','2021-01-25 07:13:14','2021-01-25 02:13:14'),
(101226,37906,'action created','2021-01-25 07:13:14','2021-01-25 02:13:14'),
(101227,37906,'action started via WP Cron','2021-01-25 07:14:27','2021-01-25 02:14:27'),
(101228,37906,'action complete via WP Cron','2021-01-25 07:14:27','2021-01-25 02:14:27'),
(101229,37907,'action created','2021-01-25 07:14:27','2021-01-25 02:14:27'),
(101230,37907,'action started via WP Cron','2021-01-25 07:15:40','2021-01-25 02:15:40'),
(101231,37907,'action complete via WP Cron','2021-01-25 07:15:40','2021-01-25 02:15:40'),
(101232,37908,'action created','2021-01-25 07:15:40','2021-01-25 02:15:40'),
(101233,37908,'action started via WP Cron','2021-01-25 07:17:34','2021-01-25 02:17:34'),
(101234,37908,'action complete via WP Cron','2021-01-25 07:17:34','2021-01-25 02:17:34'),
(101235,37909,'action created','2021-01-25 07:17:34','2021-01-25 02:17:34'),
(101236,37909,'action started via WP Cron','2021-01-25 07:19:16','2021-01-25 02:19:16'),
(101237,37909,'action complete via WP Cron','2021-01-25 07:19:16','2021-01-25 02:19:16'),
(101238,37910,'action created','2021-01-25 07:19:16','2021-01-25 02:19:16'),
(101239,37910,'action started via WP Cron','2021-01-25 07:20:38','2021-01-25 02:20:38'),
(101240,37910,'action complete via WP Cron','2021-01-25 07:20:38','2021-01-25 02:20:38'),
(101241,37911,'action created','2021-01-25 07:20:38','2021-01-25 02:20:38'),
(101242,37911,'action started via WP Cron','2021-01-25 07:21:26','2021-01-25 02:21:26'),
(101243,37911,'action complete via WP Cron','2021-01-25 07:21:26','2021-01-25 02:21:26'),
(101244,37912,'action created','2021-01-25 07:21:26','2021-01-25 02:21:26'),
(101245,37912,'action started via WP Cron','2021-01-25 07:22:36','2021-01-25 02:22:36'),
(101246,37912,'action complete via WP Cron','2021-01-25 07:22:36','2021-01-25 02:22:36'),
(101247,37913,'action created','2021-01-25 07:22:36','2021-01-25 02:22:36'),
(101248,37913,'action started via WP Cron','2021-01-25 07:23:41','2021-01-25 02:23:41'),
(101249,37913,'action complete via WP Cron','2021-01-25 07:23:41','2021-01-25 02:23:41'),
(101250,37914,'action created','2021-01-25 07:23:41','2021-01-25 02:23:41'),
(101251,37914,'action started via WP Cron','2021-01-25 07:24:18','2021-01-25 02:24:18'),
(101252,37914,'action complete via WP Cron','2021-01-25 07:24:20','2021-01-25 02:24:20'),
(101253,37915,'action created','2021-01-25 07:24:21','2021-01-25 02:24:21'),
(101254,37915,'action started via WP Cron','2021-01-25 07:25:44','2021-01-25 02:25:44'),
(101255,37915,'action complete via WP Cron','2021-01-25 07:25:44','2021-01-25 02:25:44'),
(101256,37916,'action created','2021-01-25 07:25:44','2021-01-25 02:25:44'),
(101257,37916,'action started via WP Cron','2021-01-25 07:26:37','2021-01-25 02:26:37'),
(101258,37916,'action complete via WP Cron','2021-01-25 07:26:37','2021-01-25 02:26:37'),
(101259,37917,'action created','2021-01-25 07:26:37','2021-01-25 02:26:37'),
(101260,37917,'action started via WP Cron','2021-01-25 07:29:30','2021-01-25 02:29:30'),
(101261,37917,'action complete via WP Cron','2021-01-25 07:29:30','2021-01-25 02:29:30'),
(101262,37918,'action created','2021-01-25 07:29:30','2021-01-25 02:29:30'),
(101263,37918,'action started via WP Cron','2021-01-25 07:30:55','2021-01-25 02:30:55'),
(101264,37918,'action complete via WP Cron','2021-01-25 07:30:55','2021-01-25 02:30:55'),
(101265,37919,'action created','2021-01-25 07:30:55','2021-01-25 02:30:55'),
(101266,37919,'action started via WP Cron','2021-01-25 07:31:36','2021-01-25 02:31:36'),
(101267,37919,'action complete via WP Cron','2021-01-25 07:31:36','2021-01-25 02:31:36'),
(101268,37920,'action created','2021-01-25 07:31:36','2021-01-25 02:31:36'),
(101269,37920,'action started via WP Cron','2021-01-25 07:32:42','2021-01-25 02:32:42'),
(101270,37920,'action complete via WP Cron','2021-01-25 07:32:42','2021-01-25 02:32:42'),
(101271,37921,'action created','2021-01-25 07:32:42','2021-01-25 02:32:42'),
(101272,37921,'action started via WP Cron','2021-01-25 07:33:37','2021-01-25 02:33:37'),
(101273,37921,'action complete via WP Cron','2021-01-25 07:33:37','2021-01-25 02:33:37'),
(101274,37922,'action created','2021-01-25 07:33:37','2021-01-25 02:33:37'),
(101275,37922,'action started via WP Cron','2021-01-25 07:34:41','2021-01-25 02:34:41'),
(101276,37922,'action complete via WP Cron','2021-01-25 07:34:41','2021-01-25 02:34:41'),
(101277,37923,'action created','2021-01-25 07:34:41','2021-01-25 02:34:41'),
(101278,37923,'action started via WP Cron','2021-01-25 07:35:49','2021-01-25 02:35:49'),
(101279,37923,'action complete via WP Cron','2021-01-25 07:35:50','2021-01-25 02:35:50'),
(101280,37924,'action created','2021-01-25 07:35:50','2021-01-25 02:35:50'),
(101281,37924,'action started via WP Cron','2021-01-25 07:36:16','2021-01-25 02:36:16'),
(101282,37924,'action complete via WP Cron','2021-01-25 07:36:16','2021-01-25 02:36:16'),
(101283,37925,'action created','2021-01-25 07:36:16','2021-01-25 02:36:16'),
(101284,37925,'action started via WP Cron','2021-01-25 07:37:15','2021-01-25 02:37:15'),
(101285,37925,'action complete via WP Cron','2021-01-25 07:37:15','2021-01-25 02:37:15'),
(101286,37926,'action created','2021-01-25 07:37:15','2021-01-25 02:37:15'),
(101287,37926,'action started via WP Cron','2021-01-25 07:38:21','2021-01-25 02:38:21'),
(101288,37926,'action complete via WP Cron','2021-01-25 07:38:21','2021-01-25 02:38:21'),
(101289,37927,'action created','2021-01-25 07:38:21','2021-01-25 02:38:21'),
(101290,37927,'action started via WP Cron','2021-01-25 07:40:22','2021-01-25 02:40:22'),
(101291,37927,'action complete via WP Cron','2021-01-25 07:40:22','2021-01-25 02:40:22'),
(101292,37928,'action created','2021-01-25 07:40:22','2021-01-25 02:40:22'),
(101293,37928,'action started via WP Cron','2021-01-25 07:42:15','2021-01-25 02:42:15'),
(101294,37928,'action complete via WP Cron','2021-01-25 07:42:15','2021-01-25 02:42:15'),
(101295,37929,'action created','2021-01-25 07:42:15','2021-01-25 02:42:15'),
(101296,37929,'action started via WP Cron','2021-01-25 07:43:27','2021-01-25 02:43:27'),
(101297,37929,'action complete via WP Cron','2021-01-25 07:43:27','2021-01-25 02:43:27'),
(101298,37930,'action created','2021-01-25 07:43:27','2021-01-25 02:43:27'),
(101299,37930,'action started via WP Cron','2021-01-25 07:45:17','2021-01-25 02:45:17'),
(101300,37930,'action complete via WP Cron','2021-01-25 07:45:17','2021-01-25 02:45:17'),
(101301,37931,'action created','2021-01-25 07:45:17','2021-01-25 02:45:17'),
(101302,37931,'action started via WP Cron','2021-01-25 07:46:35','2021-01-25 02:46:35'),
(101303,37931,'action complete via WP Cron','2021-01-25 07:46:35','2021-01-25 02:46:35'),
(101304,37932,'action created','2021-01-25 07:46:35','2021-01-25 02:46:35'),
(101305,37932,'action started via WP Cron','2021-01-25 07:47:39','2021-01-25 02:47:39'),
(101306,37932,'action complete via WP Cron','2021-01-25 07:47:39','2021-01-25 02:47:39'),
(101307,37933,'action created','2021-01-25 07:47:39','2021-01-25 02:47:39'),
(101308,37933,'action started via WP Cron','2021-01-25 07:49:50','2021-01-25 02:49:50'),
(101309,37933,'action complete via WP Cron','2021-01-25 07:49:50','2021-01-25 02:49:50'),
(101310,37934,'action created','2021-01-25 07:49:50','2021-01-25 02:49:50'),
(101311,37934,'action started via WP Cron','2021-01-25 07:51:21','2021-01-25 02:51:21'),
(101312,37934,'action complete via WP Cron','2021-01-25 07:51:21','2021-01-25 02:51:21'),
(101313,37935,'action created','2021-01-25 07:51:21','2021-01-25 02:51:21'),
(101314,37935,'action started via WP Cron','2021-01-25 07:52:13','2021-01-25 02:52:13'),
(101315,37935,'action complete via WP Cron','2021-01-25 07:52:13','2021-01-25 02:52:13'),
(101316,37936,'action created','2021-01-25 07:52:13','2021-01-25 02:52:13'),
(101317,37936,'action started via WP Cron','2021-01-25 07:53:24','2021-01-25 02:53:24'),
(101318,37936,'action complete via WP Cron','2021-01-25 07:53:24','2021-01-25 02:53:24'),
(101319,37937,'action created','2021-01-25 07:53:25','2021-01-25 02:53:25'),
(101320,37937,'action started via WP Cron','2021-01-25 07:54:17','2021-01-25 02:54:17'),
(101321,37937,'action complete via WP Cron','2021-01-25 07:54:17','2021-01-25 02:54:17'),
(101322,37938,'action created','2021-01-25 07:54:17','2021-01-25 02:54:17'),
(101323,37938,'action started via WP Cron','2021-01-25 07:55:31','2021-01-25 02:55:31'),
(101324,37938,'action complete via WP Cron','2021-01-25 07:55:31','2021-01-25 02:55:31'),
(101325,37939,'action created','2021-01-25 07:55:32','2021-01-25 02:55:32'),
(101326,37939,'action started via WP Cron','2021-01-25 07:56:35','2021-01-25 02:56:35'),
(101327,37939,'action complete via WP Cron','2021-01-25 07:56:35','2021-01-25 02:56:35'),
(101328,37940,'action created','2021-01-25 07:56:35','2021-01-25 02:56:35'),
(101329,37940,'action started via WP Cron','2021-01-25 07:57:20','2021-01-25 02:57:20'),
(101330,37940,'action complete via WP Cron','2021-01-25 07:57:20','2021-01-25 02:57:20'),
(101331,37941,'action created','2021-01-25 07:57:20','2021-01-25 02:57:20'),
(101332,37941,'action started via WP Cron','2021-01-25 07:58:30','2021-01-25 02:58:30'),
(101333,37941,'action complete via WP Cron','2021-01-25 07:58:30','2021-01-25 02:58:30'),
(101334,37942,'action created','2021-01-25 07:58:30','2021-01-25 02:58:30'),
(101335,37942,'action started via WP Cron','2021-01-25 08:00:32','2021-01-25 03:00:32'),
(101336,37942,'action complete via WP Cron','2021-01-25 08:00:32','2021-01-25 03:00:32'),
(101337,37943,'action created','2021-01-25 08:00:32','2021-01-25 03:00:32'),
(101338,37943,'action started via WP Cron','2021-01-25 08:01:16','2021-01-25 03:01:16'),
(101339,37943,'action complete via WP Cron','2021-01-25 08:01:16','2021-01-25 03:01:16'),
(101340,37944,'action created','2021-01-25 08:01:16','2021-01-25 03:01:16'),
(101341,37944,'action started via WP Cron','2021-01-25 08:03:52','2021-01-25 03:03:52'),
(101342,37944,'action complete via WP Cron','2021-01-25 08:03:52','2021-01-25 03:03:52'),
(101343,37945,'action created','2021-01-25 08:03:52','2021-01-25 03:03:52'),
(101344,37945,'action started via WP Cron','2021-01-25 08:05:11','2021-01-25 03:05:11'),
(101345,37945,'action complete via WP Cron','2021-01-25 08:05:11','2021-01-25 03:05:11'),
(101346,37946,'action created','2021-01-25 08:05:11','2021-01-25 03:05:11'),
(101347,37946,'action started via WP Cron','2021-01-25 08:07:07','2021-01-25 03:07:07'),
(101348,37946,'action complete via WP Cron','2021-01-25 08:07:07','2021-01-25 03:07:07'),
(101349,37947,'action created','2021-01-25 08:07:07','2021-01-25 03:07:07'),
(101350,37947,'action started via WP Cron','2021-01-25 08:08:46','2021-01-25 03:08:46'),
(101351,37947,'action complete via WP Cron','2021-01-25 08:08:46','2021-01-25 03:08:46'),
(101352,37948,'action created','2021-01-25 08:08:46','2021-01-25 03:08:46'),
(101353,37948,'action started via WP Cron','2021-01-25 08:10:07','2021-01-25 03:10:07'),
(101354,37948,'action complete via WP Cron','2021-01-25 08:10:07','2021-01-25 03:10:07'),
(101355,37949,'action created','2021-01-25 08:10:07','2021-01-25 03:10:07'),
(101356,37949,'action started via WP Cron','2021-01-25 08:11:03','2021-01-25 03:11:03'),
(101357,37949,'action complete via WP Cron','2021-01-25 08:11:03','2021-01-25 03:11:03'),
(101358,37950,'action created','2021-01-25 08:11:03','2021-01-25 03:11:03'),
(101359,37950,'action started via WP Cron','2021-01-25 08:11:15','2021-01-25 03:11:15'),
(101360,37950,'action complete via WP Cron','2021-01-25 08:11:15','2021-01-25 03:11:15'),
(101361,37951,'action created','2021-01-25 08:11:15','2021-01-25 03:11:15'),
(101362,37951,'action started via WP Cron','2021-01-25 08:15:57','2021-01-25 03:15:57'),
(101363,37951,'action complete via WP Cron','2021-01-25 08:15:57','2021-01-25 03:15:57'),
(101364,37952,'action created','2021-01-25 08:15:57','2021-01-25 03:15:57'),
(101365,37952,'action started via WP Cron','2021-01-25 08:16:27','2021-01-25 03:16:27'),
(101366,37952,'action complete via WP Cron','2021-01-25 08:16:27','2021-01-25 03:16:27'),
(101367,37953,'action created','2021-01-25 08:16:27','2021-01-25 03:16:27'),
(101368,37953,'action started via WP Cron','2021-01-25 08:17:32','2021-01-25 03:17:32'),
(101369,37953,'action complete via WP Cron','2021-01-25 08:17:32','2021-01-25 03:17:32'),
(101370,37954,'action created','2021-01-25 08:17:32','2021-01-25 03:17:32'),
(101371,37954,'action started via WP Cron','2021-01-25 08:18:13','2021-01-25 03:18:13'),
(101372,37954,'action complete via WP Cron','2021-01-25 08:18:13','2021-01-25 03:18:13'),
(101373,37955,'action created','2021-01-25 08:18:13','2021-01-25 03:18:13'),
(101374,37955,'action started via WP Cron','2021-01-25 08:20:10','2021-01-25 03:20:10'),
(101375,37955,'action complete via WP Cron','2021-01-25 08:20:10','2021-01-25 03:20:10'),
(101376,37956,'action created','2021-01-25 08:20:10','2021-01-25 03:20:10'),
(101377,37956,'action started via WP Cron','2021-01-25 08:20:36','2021-01-25 03:20:36'),
(101378,37956,'action complete via WP Cron','2021-01-25 08:20:36','2021-01-25 03:20:36'),
(101379,37957,'action created','2021-01-25 08:20:36','2021-01-25 03:20:36'),
(101380,37957,'action started via WP Cron','2021-01-25 08:21:21','2021-01-25 03:21:21'),
(101381,37957,'action complete via WP Cron','2021-01-25 08:21:21','2021-01-25 03:21:21'),
(101382,37958,'action created','2021-01-25 08:21:21','2021-01-25 03:21:21'),
(101383,37958,'action started via WP Cron','2021-01-25 08:23:06','2021-01-25 03:23:06'),
(101384,37958,'action complete via WP Cron','2021-01-25 08:23:06','2021-01-25 03:23:06'),
(101385,37959,'action created','2021-01-25 08:23:06','2021-01-25 03:23:06'),
(101386,37959,'action started via WP Cron','2021-01-25 08:24:10','2021-01-25 03:24:10'),
(101387,37959,'action complete via WP Cron','2021-01-25 08:24:10','2021-01-25 03:24:10'),
(101388,37960,'action created','2021-01-25 08:24:10','2021-01-25 03:24:10'),
(101389,37960,'action started via WP Cron','2021-01-25 08:26:18','2021-01-25 03:26:18'),
(101390,37960,'action complete via WP Cron','2021-01-25 08:26:18','2021-01-25 03:26:18'),
(101391,37961,'action created','2021-01-25 08:26:18','2021-01-25 03:26:18'),
(101392,37961,'action started via WP Cron','2021-01-25 08:27:42','2021-01-25 03:27:42'),
(101393,37961,'action complete via WP Cron','2021-01-25 08:27:42','2021-01-25 03:27:42'),
(101394,37962,'action created','2021-01-25 08:27:42','2021-01-25 03:27:42'),
(101395,37962,'action started via WP Cron','2021-01-25 08:30:09','2021-01-25 03:30:09'),
(101396,37962,'action complete via WP Cron','2021-01-25 08:30:09','2021-01-25 03:30:09'),
(101397,37963,'action created','2021-01-25 08:30:10','2021-01-25 03:30:10'),
(101398,37963,'action started via WP Cron','2021-01-25 08:31:18','2021-01-25 03:31:18'),
(101399,37963,'action complete via WP Cron','2021-01-25 08:31:18','2021-01-25 03:31:18'),
(101400,37964,'action created','2021-01-25 08:31:18','2021-01-25 03:31:18'),
(101401,37964,'action started via WP Cron','2021-01-25 08:32:44','2021-01-25 03:32:44'),
(101402,37964,'action complete via WP Cron','2021-01-25 08:32:44','2021-01-25 03:32:44'),
(101403,37965,'action created','2021-01-25 08:32:44','2021-01-25 03:32:44'),
(101404,37965,'action started via WP Cron','2021-01-25 08:36:27','2021-01-25 03:36:27'),
(101405,37965,'action complete via WP Cron','2021-01-25 08:36:27','2021-01-25 03:36:27'),
(101406,37966,'action created','2021-01-25 08:36:27','2021-01-25 03:36:27'),
(101407,37966,'action started via WP Cron','2021-01-25 08:39:41','2021-01-25 03:39:41'),
(101408,37966,'action complete via WP Cron','2021-01-25 08:39:41','2021-01-25 03:39:41'),
(101409,37967,'action created','2021-01-25 08:39:41','2021-01-25 03:39:41'),
(101410,37967,'action started via WP Cron','2021-01-25 08:40:38','2021-01-25 03:40:38'),
(101411,37967,'action complete via WP Cron','2021-01-25 08:40:38','2021-01-25 03:40:38'),
(101412,37968,'action created','2021-01-25 08:40:38','2021-01-25 03:40:38'),
(101413,37968,'action started via WP Cron','2021-01-25 08:41:14','2021-01-25 03:41:14'),
(101414,37968,'action complete via WP Cron','2021-01-25 08:41:14','2021-01-25 03:41:14'),
(101415,37969,'action created','2021-01-25 08:41:14','2021-01-25 03:41:14'),
(101416,37969,'action started via WP Cron','2021-01-25 08:42:39','2021-01-25 03:42:39'),
(101417,37969,'action complete via WP Cron','2021-01-25 08:42:39','2021-01-25 03:42:39'),
(101418,37970,'action created','2021-01-25 08:42:39','2021-01-25 03:42:39'),
(101419,37970,'action started via WP Cron','2021-01-25 08:43:22','2021-01-25 03:43:22'),
(101420,37970,'action complete via WP Cron','2021-01-25 08:43:22','2021-01-25 03:43:22'),
(101421,37971,'action created','2021-01-25 08:43:22','2021-01-25 03:43:22'),
(101422,37971,'action started via WP Cron','2021-01-25 08:44:23','2021-01-25 03:44:23'),
(101423,37971,'action complete via WP Cron','2021-01-25 08:44:23','2021-01-25 03:44:23'),
(101424,37972,'action created','2021-01-25 08:44:23','2021-01-25 03:44:23'),
(101425,37972,'action started via WP Cron','2021-01-25 08:46:12','2021-01-25 03:46:12'),
(101426,37972,'action complete via WP Cron','2021-01-25 08:46:12','2021-01-25 03:46:12'),
(101427,37973,'action created','2021-01-25 08:46:12','2021-01-25 03:46:12'),
(101428,37973,'action started via WP Cron','2021-01-25 08:47:51','2021-01-25 03:47:51'),
(101429,37973,'action complete via WP Cron','2021-01-25 08:47:51','2021-01-25 03:47:51'),
(101430,37974,'action created','2021-01-25 08:47:51','2021-01-25 03:47:51'),
(101431,37974,'action started via WP Cron','2021-01-25 08:48:26','2021-01-25 03:48:26'),
(101432,37974,'action complete via WP Cron','2021-01-25 08:48:26','2021-01-25 03:48:26'),
(101433,37975,'action created','2021-01-25 08:48:26','2021-01-25 03:48:26'),
(101434,37975,'action started via WP Cron','2021-01-25 08:49:19','2021-01-25 03:49:19'),
(101435,37975,'action complete via WP Cron','2021-01-25 08:49:19','2021-01-25 03:49:19'),
(101436,37976,'action created','2021-01-25 08:49:19','2021-01-25 03:49:19'),
(101437,37976,'action started via WP Cron','2021-01-25 08:50:42','2021-01-25 03:50:42'),
(101438,37976,'action complete via WP Cron','2021-01-25 08:50:42','2021-01-25 03:50:42'),
(101439,37977,'action created','2021-01-25 08:50:42','2021-01-25 03:50:42'),
(101440,37977,'action started via WP Cron','2021-01-25 08:51:19','2021-01-25 03:51:19'),
(101441,37977,'action complete via WP Cron','2021-01-25 08:51:19','2021-01-25 03:51:19'),
(101442,37978,'action created','2021-01-25 08:51:19','2021-01-25 03:51:19'),
(101443,37978,'action started via WP Cron','2021-01-25 08:52:12','2021-01-25 03:52:12'),
(101444,37978,'action complete via WP Cron','2021-01-25 08:52:12','2021-01-25 03:52:12'),
(101445,37979,'action created','2021-01-25 08:52:12','2021-01-25 03:52:12'),
(101446,37979,'action started via WP Cron','2021-01-25 08:54:59','2021-01-25 03:54:59'),
(101447,37979,'action complete via WP Cron','2021-01-25 08:54:59','2021-01-25 03:54:59'),
(101448,37980,'action created','2021-01-25 08:54:59','2021-01-25 03:54:59'),
(101449,37980,'action started via WP Cron','2021-01-25 08:58:49','2021-01-25 03:58:49'),
(101450,37980,'action complete via WP Cron','2021-01-25 08:58:49','2021-01-25 03:58:49'),
(101451,37981,'action created','2021-01-25 08:58:50','2021-01-25 03:58:50'),
(101452,37981,'action started via WP Cron','2021-01-25 09:00:15','2021-01-25 04:00:15'),
(101453,37981,'action complete via WP Cron','2021-01-25 09:00:15','2021-01-25 04:00:15'),
(101454,37982,'action created','2021-01-25 09:00:15','2021-01-25 04:00:15'),
(101455,37982,'action started via WP Cron','2021-01-25 09:01:24','2021-01-25 04:01:24'),
(101456,37982,'action complete via WP Cron','2021-01-25 09:01:24','2021-01-25 04:01:24'),
(101457,37983,'action created','2021-01-25 09:01:24','2021-01-25 04:01:24'),
(101458,37983,'action started via WP Cron','2021-01-25 09:02:39','2021-01-25 04:02:39'),
(101459,37983,'action complete via WP Cron','2021-01-25 09:02:39','2021-01-25 04:02:39'),
(101460,37984,'action created','2021-01-25 09:02:39','2021-01-25 04:02:39'),
(101461,37984,'action started via WP Cron','2021-01-25 09:03:50','2021-01-25 04:03:50'),
(101462,37984,'action complete via WP Cron','2021-01-25 09:03:50','2021-01-25 04:03:50'),
(101463,37985,'action created','2021-01-25 09:03:50','2021-01-25 04:03:50'),
(101464,37985,'action started via WP Cron','2021-01-25 09:05:28','2021-01-25 04:05:28'),
(101465,37985,'action complete via WP Cron','2021-01-25 09:05:28','2021-01-25 04:05:28'),
(101466,37986,'action created','2021-01-25 09:05:28','2021-01-25 04:05:28'),
(101467,37986,'action started via WP Cron','2021-01-25 09:06:14','2021-01-25 04:06:14'),
(101468,37986,'action complete via WP Cron','2021-01-25 09:06:14','2021-01-25 04:06:14'),
(101469,37987,'action created','2021-01-25 09:06:14','2021-01-25 04:06:14'),
(101470,37987,'action started via WP Cron','2021-01-25 09:08:35','2021-01-25 04:08:35'),
(101471,37987,'action complete via WP Cron','2021-01-25 09:08:35','2021-01-25 04:08:35'),
(101472,37988,'action created','2021-01-25 09:08:35','2021-01-25 04:08:35'),
(101473,37988,'action started via WP Cron','2021-01-25 09:10:06','2021-01-25 04:10:06'),
(101474,37988,'action complete via WP Cron','2021-01-25 09:10:06','2021-01-25 04:10:06'),
(101475,37989,'action created','2021-01-25 09:10:06','2021-01-25 04:10:06'),
(101476,37989,'action started via WP Cron','2021-01-25 09:13:34','2021-01-25 04:13:34'),
(101477,37989,'action complete via WP Cron','2021-01-25 09:13:34','2021-01-25 04:13:34'),
(101478,37990,'action created','2021-01-25 09:13:34','2021-01-25 04:13:34'),
(101479,37990,'action started via WP Cron','2021-01-25 09:17:01','2021-01-25 04:17:01'),
(101480,37990,'action complete via WP Cron','2021-01-25 09:17:01','2021-01-25 04:17:01'),
(101481,37991,'action created','2021-01-25 09:17:02','2021-01-25 04:17:02'),
(101482,37991,'action started via WP Cron','2021-01-25 09:17:24','2021-01-25 04:17:24'),
(101483,37991,'action complete via WP Cron','2021-01-25 09:17:24','2021-01-25 04:17:24'),
(101484,37992,'action created','2021-01-25 09:17:24','2021-01-25 04:17:24'),
(101485,37992,'action started via WP Cron','2021-01-25 09:18:53','2021-01-25 04:18:53'),
(101486,37992,'action complete via WP Cron','2021-01-25 09:18:53','2021-01-25 04:18:53'),
(101487,37993,'action created','2021-01-25 09:18:53','2021-01-25 04:18:53'),
(101488,37993,'action started via WP Cron','2021-01-25 09:20:14','2021-01-25 04:20:14'),
(101489,37993,'action complete via WP Cron','2021-01-25 09:20:14','2021-01-25 04:20:14'),
(101490,37994,'action created','2021-01-25 09:20:14','2021-01-25 04:20:14'),
(101491,37994,'action started via WP Cron','2021-01-25 09:21:48','2021-01-25 04:21:48'),
(101492,37994,'action complete via WP Cron','2021-01-25 09:21:48','2021-01-25 04:21:48'),
(101493,37995,'action created','2021-01-25 09:21:48','2021-01-25 04:21:48'),
(101494,37995,'action started via WP Cron','2021-01-25 09:22:22','2021-01-25 04:22:22'),
(101495,37995,'action complete via WP Cron','2021-01-25 09:22:22','2021-01-25 04:22:22'),
(101496,37996,'action created','2021-01-25 09:22:22','2021-01-25 04:22:22'),
(101497,37996,'action started via WP Cron','2021-01-25 09:23:12','2021-01-25 04:23:12'),
(101498,37996,'action complete via WP Cron','2021-01-25 09:23:12','2021-01-25 04:23:12'),
(101499,37997,'action created','2021-01-25 09:23:12','2021-01-25 04:23:12'),
(101500,37997,'action started via WP Cron','2021-01-25 09:24:27','2021-01-25 04:24:27'),
(101501,37997,'action complete via WP Cron','2021-01-25 09:24:27','2021-01-25 04:24:27'),
(101502,37998,'action created','2021-01-25 09:24:27','2021-01-25 04:24:27'),
(101503,37998,'action started via WP Cron','2021-01-25 09:25:20','2021-01-25 04:25:20'),
(101504,37998,'action complete via WP Cron','2021-01-25 09:25:20','2021-01-25 04:25:20'),
(101505,37999,'action created','2021-01-25 09:25:20','2021-01-25 04:25:20'),
(101506,37999,'action started via WP Cron','2021-01-25 09:27:05','2021-01-25 04:27:05'),
(101507,37999,'action complete via WP Cron','2021-01-25 09:27:05','2021-01-25 04:27:05'),
(101508,38000,'action created','2021-01-25 09:27:05','2021-01-25 04:27:05'),
(101509,38000,'action started via WP Cron','2021-01-25 09:27:53','2021-01-25 04:27:53'),
(101510,38000,'action complete via WP Cron','2021-01-25 09:27:53','2021-01-25 04:27:53'),
(101511,38001,'action created','2021-01-25 09:27:53','2021-01-25 04:27:53'),
(101512,38001,'action started via WP Cron','2021-01-25 09:28:25','2021-01-25 04:28:25'),
(101513,38001,'action complete via WP Cron','2021-01-25 09:28:25','2021-01-25 04:28:25'),
(101514,38002,'action created','2021-01-25 09:28:25','2021-01-25 04:28:25'),
(101515,38002,'action started via WP Cron','2021-01-25 09:30:04','2021-01-25 04:30:04'),
(101516,38002,'action complete via WP Cron','2021-01-25 09:30:04','2021-01-25 04:30:04'),
(101517,38003,'action created','2021-01-25 09:30:04','2021-01-25 04:30:04'),
(101518,38003,'action started via WP Cron','2021-01-25 09:30:48','2021-01-25 04:30:48'),
(101519,38003,'action complete via WP Cron','2021-01-25 09:30:48','2021-01-25 04:30:48'),
(101520,38004,'action created','2021-01-25 09:30:48','2021-01-25 04:30:48'),
(101521,38004,'action started via WP Cron','2021-01-25 09:31:29','2021-01-25 04:31:29'),
(101522,38004,'action complete via WP Cron','2021-01-25 09:31:29','2021-01-25 04:31:29'),
(101523,38005,'action created','2021-01-25 09:31:29','2021-01-25 04:31:29'),
(101524,38005,'action started via WP Cron','2021-01-25 09:32:54','2021-01-25 04:32:54'),
(101525,38005,'action complete via WP Cron','2021-01-25 09:32:54','2021-01-25 04:32:54'),
(101526,38006,'action created','2021-01-25 09:32:54','2021-01-25 04:32:54'),
(101527,38006,'action started via WP Cron','2021-01-25 09:33:37','2021-01-25 04:33:37'),
(101528,38006,'action complete via WP Cron','2021-01-25 09:33:38','2021-01-25 04:33:38'),
(101529,38007,'action created','2021-01-25 09:33:38','2021-01-25 04:33:38'),
(101530,38007,'action started via WP Cron','2021-01-25 09:34:20','2021-01-25 04:34:20'),
(101531,38007,'action complete via WP Cron','2021-01-25 09:34:20','2021-01-25 04:34:20'),
(101532,38008,'action created','2021-01-25 09:34:20','2021-01-25 04:34:20'),
(101533,38008,'action started via WP Cron','2021-01-25 09:35:36','2021-01-25 04:35:36'),
(101534,38008,'action complete via WP Cron','2021-01-25 09:35:36','2021-01-25 04:35:36'),
(101535,38009,'action created','2021-01-25 09:35:36','2021-01-25 04:35:36'),
(101536,38009,'action started via WP Cron','2021-01-25 09:37:45','2021-01-25 04:37:45'),
(101537,38009,'action complete via WP Cron','2021-01-25 09:37:45','2021-01-25 04:37:45'),
(101538,38010,'action created','2021-01-25 09:37:45','2021-01-25 04:37:45'),
(101539,38010,'action started via WP Cron','2021-01-25 09:38:11','2021-01-25 04:38:11'),
(101540,38010,'action complete via WP Cron','2021-01-25 09:38:11','2021-01-25 04:38:11'),
(101541,38011,'action created','2021-01-25 09:38:11','2021-01-25 04:38:11'),
(101542,38011,'action started via WP Cron','2021-01-25 09:39:13','2021-01-25 04:39:13'),
(101543,38011,'action complete via WP Cron','2021-01-25 09:39:13','2021-01-25 04:39:13'),
(101544,38012,'action created','2021-01-25 09:39:13','2021-01-25 04:39:13'),
(101545,38012,'action started via WP Cron','2021-01-25 09:40:36','2021-01-25 04:40:36'),
(101546,38012,'action complete via WP Cron','2021-01-25 09:40:36','2021-01-25 04:40:36'),
(101547,38013,'action created','2021-01-25 09:40:36','2021-01-25 04:40:36'),
(101548,38013,'action started via WP Cron','2021-01-25 09:41:50','2021-01-25 04:41:50'),
(101549,38013,'action complete via WP Cron','2021-01-25 09:41:50','2021-01-25 04:41:50'),
(101550,38014,'action created','2021-01-25 09:41:50','2021-01-25 04:41:50'),
(101551,38014,'action started via WP Cron','2021-01-25 09:42:57','2021-01-25 04:42:57'),
(101552,38014,'action complete via WP Cron','2021-01-25 09:42:57','2021-01-25 04:42:57'),
(101553,38015,'action created','2021-01-25 09:42:57','2021-01-25 04:42:57'),
(101554,38015,'action started via WP Cron','2021-01-25 09:45:17','2021-01-25 04:45:17'),
(101555,38015,'action complete via WP Cron','2021-01-25 09:45:17','2021-01-25 04:45:17'),
(101556,38016,'action created','2021-01-25 09:45:17','2021-01-25 04:45:17'),
(101557,38016,'action started via WP Cron','2021-01-25 09:47:03','2021-01-25 04:47:03'),
(101558,38016,'action complete via WP Cron','2021-01-25 09:47:03','2021-01-25 04:47:03'),
(101559,38017,'action created','2021-01-25 09:47:03','2021-01-25 04:47:03'),
(101560,38017,'action started via WP Cron','2021-01-25 09:47:34','2021-01-25 04:47:34'),
(101561,38017,'action complete via WP Cron','2021-01-25 09:47:34','2021-01-25 04:47:34'),
(101562,38018,'action created','2021-01-25 09:47:34','2021-01-25 04:47:34'),
(101563,38018,'action started via WP Cron','2021-01-25 09:48:31','2021-01-25 04:48:31'),
(101564,38018,'action complete via WP Cron','2021-01-25 09:48:31','2021-01-25 04:48:31'),
(101565,38019,'action created','2021-01-25 09:48:31','2021-01-25 04:48:31'),
(101566,38019,'action started via WP Cron','2021-01-25 09:49:43','2021-01-25 04:49:43'),
(101567,38019,'action complete via WP Cron','2021-01-25 09:49:43','2021-01-25 04:49:43'),
(101568,38020,'action created','2021-01-25 09:49:43','2021-01-25 04:49:43'),
(101569,38020,'action started via WP Cron','2021-01-25 09:51:37','2021-01-25 04:51:37'),
(101570,38020,'action complete via WP Cron','2021-01-25 09:51:37','2021-01-25 04:51:37'),
(101571,38021,'action created','2021-01-25 09:51:37','2021-01-25 04:51:37'),
(101572,38021,'action started via WP Cron','2021-01-25 09:52:17','2021-01-25 04:52:17'),
(101573,38021,'action complete via WP Cron','2021-01-25 09:52:17','2021-01-25 04:52:17'),
(101574,38022,'action created','2021-01-25 09:52:17','2021-01-25 04:52:17'),
(101575,38022,'action started via WP Cron','2021-01-25 09:53:48','2021-01-25 04:53:48'),
(101576,38022,'action complete via WP Cron','2021-01-25 09:53:48','2021-01-25 04:53:48'),
(101577,38023,'action created','2021-01-25 09:53:48','2021-01-25 04:53:48'),
(101578,38023,'action started via WP Cron','2021-01-25 09:54:14','2021-01-25 04:54:14'),
(101579,38023,'action complete via WP Cron','2021-01-25 09:54:14','2021-01-25 04:54:14'),
(101580,38024,'action created','2021-01-25 09:54:15','2021-01-25 04:54:15'),
(101581,38024,'action started via WP Cron','2021-01-25 09:55:47','2021-01-25 04:55:47'),
(101582,38024,'action complete via WP Cron','2021-01-25 09:55:47','2021-01-25 04:55:47'),
(101583,38025,'action created','2021-01-25 09:55:47','2021-01-25 04:55:47'),
(101584,38025,'action started via WP Cron','2021-01-25 09:57:22','2021-01-25 04:57:22'),
(101585,38025,'action complete via WP Cron','2021-01-25 09:57:22','2021-01-25 04:57:22'),
(101586,38026,'action created','2021-01-25 09:57:22','2021-01-25 04:57:22'),
(101587,38026,'action started via WP Cron','2021-01-25 09:59:37','2021-01-25 04:59:37'),
(101588,38026,'action complete via WP Cron','2021-01-25 09:59:37','2021-01-25 04:59:37'),
(101589,38027,'action created','2021-01-25 09:59:37','2021-01-25 04:59:37'),
(101590,38027,'action started via WP Cron','2021-01-25 10:00:20','2021-01-25 05:00:20'),
(101591,38027,'action complete via WP Cron','2021-01-25 10:00:20','2021-01-25 05:00:20'),
(101592,38028,'action created','2021-01-25 10:00:20','2021-01-25 05:00:20'),
(101593,38028,'action started via WP Cron','2021-01-25 10:01:29','2021-01-25 05:01:29'),
(101594,38028,'action complete via WP Cron','2021-01-25 10:01:29','2021-01-25 05:01:29'),
(101595,38029,'action created','2021-01-25 10:01:29','2021-01-25 05:01:29'),
(101596,38029,'action started via WP Cron','2021-01-25 10:03:21','2021-01-25 05:03:21'),
(101597,38029,'action complete via WP Cron','2021-01-25 10:03:21','2021-01-25 05:03:21'),
(101598,38030,'action created','2021-01-25 10:03:21','2021-01-25 05:03:21'),
(101599,38030,'action started via WP Cron','2021-01-25 10:05:08','2021-01-25 05:05:08'),
(101600,38030,'action complete via WP Cron','2021-01-25 10:05:08','2021-01-25 05:05:08'),
(101601,38031,'action created','2021-01-25 10:05:08','2021-01-25 05:05:08'),
(101602,38031,'action started via WP Cron','2021-01-25 10:05:26','2021-01-25 05:05:26'),
(101603,38031,'action complete via WP Cron','2021-01-25 10:05:26','2021-01-25 05:05:26'),
(101604,38032,'action created','2021-01-25 10:05:26','2021-01-25 05:05:26'),
(101605,38032,'action started via WP Cron','2021-01-25 10:06:25','2021-01-25 05:06:25'),
(101606,38032,'action complete via WP Cron','2021-01-25 10:06:25','2021-01-25 05:06:25'),
(101607,38033,'action created','2021-01-25 10:06:25','2021-01-25 05:06:25'),
(101608,38033,'action started via WP Cron','2021-01-25 10:07:31','2021-01-25 05:07:31'),
(101609,38033,'action complete via WP Cron','2021-01-25 10:07:31','2021-01-25 05:07:31'),
(101610,38034,'action created','2021-01-25 10:07:31','2021-01-25 05:07:31'),
(101611,38034,'action started via WP Cron','2021-01-25 10:08:27','2021-01-25 05:08:27'),
(101612,38034,'action complete via WP Cron','2021-01-25 10:08:27','2021-01-25 05:08:27'),
(101613,38035,'action created','2021-01-25 10:08:27','2021-01-25 05:08:27'),
(101614,38035,'action started via WP Cron','2021-01-25 10:10:03','2021-01-25 05:10:03'),
(101615,38035,'action complete via WP Cron','2021-01-25 10:10:03','2021-01-25 05:10:03'),
(101616,38036,'action created','2021-01-25 10:10:03','2021-01-25 05:10:03'),
(101617,38036,'action started via WP Cron','2021-01-25 10:10:20','2021-01-25 05:10:20'),
(101618,38036,'action complete via WP Cron','2021-01-25 10:10:20','2021-01-25 05:10:20'),
(101619,38037,'action created','2021-01-25 10:10:21','2021-01-25 05:10:21'),
(101620,38037,'action started via WP Cron','2021-01-25 10:11:19','2021-01-25 05:11:19'),
(101621,38037,'action complete via WP Cron','2021-01-25 10:11:19','2021-01-25 05:11:19'),
(101622,38038,'action created','2021-01-25 10:11:19','2021-01-25 05:11:19'),
(101623,38038,'action started via WP Cron','2021-01-25 10:12:40','2021-01-25 05:12:40'),
(101624,38038,'action complete via WP Cron','2021-01-25 10:12:40','2021-01-25 05:12:40'),
(101625,38039,'action created','2021-01-25 10:12:40','2021-01-25 05:12:40'),
(101626,38039,'action started via WP Cron','2021-01-25 10:13:49','2021-01-25 05:13:49'),
(101627,38039,'action complete via WP Cron','2021-01-25 10:13:49','2021-01-25 05:13:49'),
(101628,38040,'action created','2021-01-25 10:13:49','2021-01-25 05:13:49'),
(101629,38040,'action started via WP Cron','2021-01-25 10:14:24','2021-01-25 05:14:24'),
(101630,38040,'action complete via WP Cron','2021-01-25 10:14:24','2021-01-25 05:14:24'),
(101631,38041,'action created','2021-01-25 10:14:24','2021-01-25 05:14:24'),
(101632,38041,'action started via WP Cron','2021-01-25 10:15:21','2021-01-25 05:15:21'),
(101633,38041,'action complete via WP Cron','2021-01-25 10:15:21','2021-01-25 05:15:21'),
(101634,38042,'action created','2021-01-25 10:15:21','2021-01-25 05:15:21'),
(101635,38042,'action started via WP Cron','2021-01-25 10:16:13','2021-01-25 05:16:13'),
(101636,38042,'action complete via WP Cron','2021-01-25 10:16:13','2021-01-25 05:16:13'),
(101637,38043,'action created','2021-01-25 10:16:13','2021-01-25 05:16:13'),
(101638,38043,'action started via WP Cron','2021-01-25 10:18:04','2021-01-25 05:18:04'),
(101639,38043,'action complete via WP Cron','2021-01-25 10:18:04','2021-01-25 05:18:04'),
(101640,38044,'action created','2021-01-25 10:18:04','2021-01-25 05:18:04'),
(101641,38044,'action started via WP Cron','2021-01-25 10:19:20','2021-01-25 05:19:20'),
(101642,38044,'action complete via WP Cron','2021-01-25 10:19:20','2021-01-25 05:19:20'),
(101643,38045,'action created','2021-01-25 10:19:20','2021-01-25 05:19:20'),
(101644,38045,'action started via WP Cron','2021-01-25 10:21:13','2021-01-25 05:21:13'),
(101645,38045,'action complete via WP Cron','2021-01-25 10:21:13','2021-01-25 05:21:13'),
(101646,38046,'action created','2021-01-25 10:21:13','2021-01-25 05:21:13'),
(101647,38046,'action started via WP Cron','2021-01-25 10:22:27','2021-01-25 05:22:27'),
(101648,38046,'action complete via WP Cron','2021-01-25 10:22:27','2021-01-25 05:22:27'),
(101649,38047,'action created','2021-01-25 10:22:27','2021-01-25 05:22:27'),
(101650,38047,'action started via WP Cron','2021-01-25 10:23:20','2021-01-25 05:23:20'),
(101651,38047,'action complete via WP Cron','2021-01-25 10:23:20','2021-01-25 05:23:20'),
(101652,38048,'action created','2021-01-25 10:23:20','2021-01-25 05:23:20'),
(101653,38048,'action started via WP Cron','2021-01-25 10:24:38','2021-01-25 05:24:38'),
(101654,38048,'action complete via WP Cron','2021-01-25 10:24:38','2021-01-25 05:24:38'),
(101655,38049,'action created','2021-01-25 10:24:38','2021-01-25 05:24:38'),
(101656,38049,'action started via WP Cron','2021-01-25 10:25:30','2021-01-25 05:25:30'),
(101657,38049,'action complete via WP Cron','2021-01-25 10:25:30','2021-01-25 05:25:30'),
(101658,38050,'action created','2021-01-25 10:25:30','2021-01-25 05:25:30'),
(101659,38050,'action started via WP Cron','2021-01-25 10:26:54','2021-01-25 05:26:54'),
(101660,38050,'action complete via WP Cron','2021-01-25 10:26:54','2021-01-25 05:26:54'),
(101661,38051,'action created','2021-01-25 10:26:54','2021-01-25 05:26:54'),
(101662,38051,'action started via WP Cron','2021-01-25 10:27:11','2021-01-25 05:27:11'),
(101663,38051,'action complete via WP Cron','2021-01-25 10:27:11','2021-01-25 05:27:11'),
(101664,38052,'action created','2021-01-25 10:27:11','2021-01-25 05:27:11'),
(101665,38052,'action started via WP Cron','2021-01-25 10:28:12','2021-01-25 05:28:12'),
(101666,38052,'action complete via WP Cron','2021-01-25 10:28:12','2021-01-25 05:28:12'),
(101667,38053,'action created','2021-01-25 10:28:12','2021-01-25 05:28:12'),
(101668,38053,'action started via WP Cron','2021-01-25 10:29:19','2021-01-25 05:29:19'),
(101669,38053,'action complete via WP Cron','2021-01-25 10:29:19','2021-01-25 05:29:19'),
(101670,38054,'action created','2021-01-25 10:29:19','2021-01-25 05:29:19'),
(101671,38054,'action started via WP Cron','2021-01-25 10:30:51','2021-01-25 05:30:51'),
(101672,38054,'action complete via WP Cron','2021-01-25 10:30:51','2021-01-25 05:30:51'),
(101673,38055,'action created','2021-01-25 10:30:51','2021-01-25 05:30:51'),
(101674,38055,'action started via WP Cron','2021-01-25 10:31:46','2021-01-25 05:31:46'),
(101675,38055,'action complete via WP Cron','2021-01-25 10:31:46','2021-01-25 05:31:46'),
(101676,38056,'action created','2021-01-25 10:31:46','2021-01-25 05:31:46'),
(101677,38056,'action started via WP Cron','2021-01-25 10:33:21','2021-01-25 05:33:21'),
(101678,38056,'action complete via WP Cron','2021-01-25 10:33:21','2021-01-25 05:33:21'),
(101679,38057,'action created','2021-01-25 10:33:21','2021-01-25 05:33:21'),
(101680,38057,'action started via WP Cron','2021-01-25 10:35:43','2021-01-25 05:35:43'),
(101681,38057,'action complete via WP Cron','2021-01-25 10:35:43','2021-01-25 05:35:43'),
(101682,38058,'action created','2021-01-25 10:35:44','2021-01-25 05:35:44'),
(101683,38058,'action started via WP Cron','2021-01-25 10:36:30','2021-01-25 05:36:30'),
(101684,38058,'action complete via WP Cron','2021-01-25 10:36:30','2021-01-25 05:36:30'),
(101685,38059,'action created','2021-01-25 10:36:30','2021-01-25 05:36:30'),
(101686,38059,'action started via WP Cron','2021-01-25 10:37:23','2021-01-25 05:37:23'),
(101687,38059,'action complete via WP Cron','2021-01-25 10:37:23','2021-01-25 05:37:23'),
(101688,38060,'action created','2021-01-25 10:37:23','2021-01-25 05:37:23'),
(101689,38060,'action started via WP Cron','2021-01-25 10:39:59','2021-01-25 05:39:59'),
(101690,38060,'action complete via WP Cron','2021-01-25 10:39:59','2021-01-25 05:39:59'),
(101691,38061,'action created','2021-01-25 10:39:59','2021-01-25 05:39:59'),
(101692,38061,'action started via WP Cron','2021-01-25 10:40:24','2021-01-25 05:40:24'),
(101693,38061,'action complete via WP Cron','2021-01-25 10:40:24','2021-01-25 05:40:24'),
(101694,38062,'action created','2021-01-25 10:40:24','2021-01-25 05:40:24'),
(101695,38062,'action started via WP Cron','2021-01-25 10:41:37','2021-01-25 05:41:37'),
(101696,38062,'action complete via WP Cron','2021-01-25 10:41:37','2021-01-25 05:41:37'),
(101697,38063,'action created','2021-01-25 10:41:37','2021-01-25 05:41:37'),
(101698,38063,'action started via WP Cron','2021-01-25 10:42:26','2021-01-25 05:42:26'),
(101699,38063,'action complete via WP Cron','2021-01-25 10:42:26','2021-01-25 05:42:26'),
(101700,38064,'action created','2021-01-25 10:42:26','2021-01-25 05:42:26'),
(101701,38064,'action started via WP Cron','2021-01-25 10:43:17','2021-01-25 05:43:17'),
(101702,38064,'action complete via WP Cron','2021-01-25 10:43:17','2021-01-25 05:43:17'),
(101703,38065,'action created','2021-01-25 10:43:17','2021-01-25 05:43:17'),
(101704,38065,'action started via WP Cron','2021-01-25 10:45:21','2021-01-25 05:45:21'),
(101705,38065,'action complete via WP Cron','2021-01-25 10:45:21','2021-01-25 05:45:21'),
(101706,38066,'action created','2021-01-25 10:45:21','2021-01-25 05:45:21'),
(101707,38066,'action started via WP Cron','2021-01-25 10:46:17','2021-01-25 05:46:17'),
(101708,38066,'action complete via WP Cron','2021-01-25 10:46:17','2021-01-25 05:46:17'),
(101709,38067,'action created','2021-01-25 10:46:17','2021-01-25 05:46:17'),
(101710,38067,'action started via WP Cron','2021-01-25 10:47:49','2021-01-25 05:47:49'),
(101711,38067,'action complete via WP Cron','2021-01-25 10:47:49','2021-01-25 05:47:49'),
(101712,38068,'action created','2021-01-25 10:47:49','2021-01-25 05:47:49'),
(101713,38068,'action started via WP Cron','2021-01-25 10:49:21','2021-01-25 05:49:21'),
(101714,38068,'action complete via WP Cron','2021-01-25 10:49:21','2021-01-25 05:49:21'),
(101715,38069,'action created','2021-01-25 10:49:21','2021-01-25 05:49:21'),
(101716,38069,'action started via WP Cron','2021-01-25 10:52:07','2021-01-25 05:52:07'),
(101717,38069,'action complete via WP Cron','2021-01-25 10:52:07','2021-01-25 05:52:07'),
(101718,38070,'action created','2021-01-25 10:52:08','2021-01-25 05:52:08'),
(101719,38070,'action started via WP Cron','2021-01-25 10:53:22','2021-01-25 05:53:22'),
(101720,38070,'action complete via WP Cron','2021-01-25 10:53:22','2021-01-25 05:53:22'),
(101721,38071,'action created','2021-01-25 10:53:22','2021-01-25 05:53:22'),
(101722,38071,'action started via WP Cron','2021-01-25 10:54:40','2021-01-25 05:54:40'),
(101723,38071,'action complete via WP Cron','2021-01-25 10:54:40','2021-01-25 05:54:40'),
(101724,38072,'action created','2021-01-25 10:54:40','2021-01-25 05:54:40'),
(101725,38072,'action started via WP Cron','2021-01-25 10:55:13','2021-01-25 05:55:13'),
(101726,38072,'action complete via WP Cron','2021-01-25 10:55:13','2021-01-25 05:55:13'),
(101727,38073,'action created','2021-01-25 10:55:13','2021-01-25 05:55:13'),
(101728,38073,'action started via WP Cron','2021-01-25 10:57:03','2021-01-25 05:57:03'),
(101729,38073,'action complete via WP Cron','2021-01-25 10:57:03','2021-01-25 05:57:03'),
(101730,38074,'action created','2021-01-25 10:57:03','2021-01-25 05:57:03'),
(101731,38074,'action started via WP Cron','2021-01-25 10:58:09','2021-01-25 05:58:09'),
(101732,38074,'action complete via WP Cron','2021-01-25 10:58:09','2021-01-25 05:58:09'),
(101733,38075,'action created','2021-01-25 10:58:09','2021-01-25 05:58:09'),
(101734,38075,'action started via WP Cron','2021-01-25 10:59:14','2021-01-25 05:59:14'),
(101735,38075,'action complete via WP Cron','2021-01-25 10:59:14','2021-01-25 05:59:14'),
(101736,38076,'action created','2021-01-25 10:59:14','2021-01-25 05:59:14'),
(101737,38076,'action started via WP Cron','2021-01-25 11:01:04','2021-01-25 06:01:04'),
(101738,38076,'action complete via WP Cron','2021-01-25 11:01:04','2021-01-25 06:01:04'),
(101739,38077,'action created','2021-01-25 11:01:04','2021-01-25 06:01:04'),
(101740,38077,'action started via WP Cron','2021-01-25 11:01:42','2021-01-25 06:01:42'),
(101741,38077,'action complete via WP Cron','2021-01-25 11:01:42','2021-01-25 06:01:42'),
(101742,38078,'action created','2021-01-25 11:01:42','2021-01-25 06:01:42'),
(101743,38078,'action started via WP Cron','2021-01-25 11:02:24','2021-01-25 06:02:24'),
(101744,38078,'action complete via WP Cron','2021-01-25 11:02:24','2021-01-25 06:02:24'),
(101745,38079,'action created','2021-01-25 11:02:24','2021-01-25 06:02:24'),
(101746,38079,'action started via WP Cron','2021-01-25 11:03:31','2021-01-25 06:03:31'),
(101747,38079,'action complete via WP Cron','2021-01-25 11:03:31','2021-01-25 06:03:31'),
(101748,38080,'action created','2021-01-25 11:03:31','2021-01-25 06:03:31'),
(101749,38080,'action started via WP Cron','2021-01-25 11:04:26','2021-01-25 06:04:26'),
(101750,38080,'action complete via WP Cron','2021-01-25 11:04:26','2021-01-25 06:04:26'),
(101751,38081,'action created','2021-01-25 11:04:26','2021-01-25 06:04:26'),
(101752,38081,'action started via WP Cron','2021-01-25 11:05:11','2021-01-25 06:05:11'),
(101753,38081,'action complete via WP Cron','2021-01-25 11:05:11','2021-01-25 06:05:11'),
(101754,38082,'action created','2021-01-25 11:05:12','2021-01-25 06:05:12'),
(101755,38082,'action started via WP Cron','2021-01-25 11:06:54','2021-01-25 06:06:54'),
(101756,38082,'action complete via WP Cron','2021-01-25 11:06:54','2021-01-25 06:06:54'),
(101757,38083,'action created','2021-01-25 11:06:54','2021-01-25 06:06:54'),
(101758,38083,'action started via WP Cron','2021-01-25 11:07:22','2021-01-25 06:07:22'),
(101759,38083,'action complete via WP Cron','2021-01-25 11:07:22','2021-01-25 06:07:22'),
(101760,38084,'action created','2021-01-25 11:07:22','2021-01-25 06:07:22'),
(101761,38084,'action started via WP Cron','2021-01-25 11:08:22','2021-01-25 06:08:22'),
(101762,38084,'action complete via WP Cron','2021-01-25 11:08:22','2021-01-25 06:08:22'),
(101763,38085,'action created','2021-01-25 11:08:22','2021-01-25 06:08:22'),
(101764,38085,'action started via WP Cron','2021-01-25 11:09:26','2021-01-25 06:09:26'),
(101765,38085,'action complete via WP Cron','2021-01-25 11:09:26','2021-01-25 06:09:26'),
(101766,38086,'action created','2021-01-25 11:09:26','2021-01-25 06:09:26'),
(101767,38086,'action started via WP Cron','2021-01-25 11:10:33','2021-01-25 06:10:33'),
(101768,38086,'action complete via WP Cron','2021-01-25 11:10:33','2021-01-25 06:10:33'),
(101769,38087,'action created','2021-01-25 11:10:33','2021-01-25 06:10:33'),
(101770,38087,'action started via WP Cron','2021-01-25 11:11:42','2021-01-25 06:11:42'),
(101771,38087,'action complete via WP Cron','2021-01-25 11:11:42','2021-01-25 06:11:42'),
(101772,38088,'action created','2021-01-25 11:11:42','2021-01-25 06:11:42'),
(101773,38088,'action started via WP Cron','2021-01-25 11:12:12','2021-01-25 06:12:12'),
(101774,38088,'action complete via WP Cron','2021-01-25 11:12:12','2021-01-25 06:12:12'),
(101775,38089,'action created','2021-01-25 11:12:12','2021-01-25 06:12:12'),
(101776,38089,'action started via WP Cron','2021-01-25 11:14:14','2021-01-25 06:14:14'),
(101777,38089,'action complete via WP Cron','2021-01-25 11:14:14','2021-01-25 06:14:14'),
(101778,38090,'action created','2021-01-25 11:14:14','2021-01-25 06:14:14'),
(101779,38090,'action started via WP Cron','2021-01-25 11:15:33','2021-01-25 06:15:33'),
(101780,38090,'action complete via WP Cron','2021-01-25 11:15:33','2021-01-25 06:15:33'),
(101781,38091,'action created','2021-01-25 11:15:33','2021-01-25 06:15:33'),
(101782,38091,'action started via WP Cron','2021-01-25 11:16:25','2021-01-25 06:16:25'),
(101783,38091,'action complete via WP Cron','2021-01-25 11:16:25','2021-01-25 06:16:25'),
(101784,38092,'action created','2021-01-25 11:16:25','2021-01-25 06:16:25'),
(101785,38092,'action started via WP Cron','2021-01-25 11:17:12','2021-01-25 06:17:12'),
(101786,38092,'action complete via WP Cron','2021-01-25 11:17:12','2021-01-25 06:17:12'),
(101787,38093,'action created','2021-01-25 11:17:12','2021-01-25 06:17:12'),
(101788,38093,'action started via WP Cron','2021-01-25 11:20:44','2021-01-25 06:20:44'),
(101789,38093,'action complete via WP Cron','2021-01-25 11:20:44','2021-01-25 06:20:44'),
(101790,38094,'action created','2021-01-25 11:20:44','2021-01-25 06:20:44'),
(101791,38094,'action started via WP Cron','2021-01-25 11:22:27','2021-01-25 06:22:27'),
(101792,38094,'action complete via WP Cron','2021-01-25 11:22:27','2021-01-25 06:22:27'),
(101793,38095,'action created','2021-01-25 11:22:27','2021-01-25 06:22:27'),
(101794,38095,'action started via WP Cron','2021-01-25 11:27:42','2021-01-25 06:27:42'),
(101795,38095,'action complete via WP Cron','2021-01-25 11:27:42','2021-01-25 06:27:42'),
(101796,38096,'action created','2021-01-25 11:27:42','2021-01-25 06:27:42'),
(101797,38096,'action started via WP Cron','2021-01-25 11:28:34','2021-01-25 06:28:34'),
(101798,38096,'action complete via WP Cron','2021-01-25 11:28:34','2021-01-25 06:28:34'),
(101799,38097,'action created','2021-01-25 11:28:34','2021-01-25 06:28:34'),
(101800,38097,'action started via WP Cron','2021-01-25 11:29:28','2021-01-25 06:29:28'),
(101801,38097,'action complete via WP Cron','2021-01-25 11:29:28','2021-01-25 06:29:28'),
(101802,38098,'action created','2021-01-25 11:29:28','2021-01-25 06:29:28'),
(101803,38098,'action started via WP Cron','2021-01-25 11:31:55','2021-01-25 06:31:55'),
(101804,38098,'action complete via WP Cron','2021-01-25 11:31:55','2021-01-25 06:31:55'),
(101805,38099,'action created','2021-01-25 11:31:55','2021-01-25 06:31:55'),
(101806,38099,'action started via WP Cron','2021-01-25 11:32:18','2021-01-25 06:32:18'),
(101807,38099,'action complete via WP Cron','2021-01-25 11:32:18','2021-01-25 06:32:18'),
(101808,38100,'action created','2021-01-25 11:32:18','2021-01-25 06:32:18'),
(101809,38100,'action started via WP Cron','2021-01-25 11:33:11','2021-01-25 06:33:11'),
(101810,38100,'action complete via WP Cron','2021-01-25 11:33:11','2021-01-25 06:33:11'),
(101811,38101,'action created','2021-01-25 11:33:11','2021-01-25 06:33:11'),
(101812,38101,'action started via WP Cron','2021-01-25 11:34:21','2021-01-25 06:34:21'),
(101813,38101,'action complete via WP Cron','2021-01-25 11:34:21','2021-01-25 06:34:21'),
(101814,38102,'action created','2021-01-25 11:34:21','2021-01-25 06:34:21'),
(101815,38102,'action started via WP Cron','2021-01-25 11:35:15','2021-01-25 06:35:15'),
(101816,38102,'action complete via WP Cron','2021-01-25 11:35:15','2021-01-25 06:35:15'),
(101817,38103,'action created','2021-01-25 11:35:15','2021-01-25 06:35:15'),
(101818,38103,'action started via WP Cron','2021-01-25 11:37:06','2021-01-25 06:37:06'),
(101819,38103,'action complete via WP Cron','2021-01-25 11:37:06','2021-01-25 06:37:06'),
(101820,38104,'action created','2021-01-25 11:37:06','2021-01-25 06:37:06'),
(101821,38104,'action started via WP Cron','2021-01-25 11:39:23','2021-01-25 06:39:23'),
(101822,38104,'action complete via WP Cron','2021-01-25 11:39:23','2021-01-25 06:39:23'),
(101823,38105,'action created','2021-01-25 11:39:23','2021-01-25 06:39:23'),
(101824,38105,'action started via WP Cron','2021-01-25 11:41:02','2021-01-25 06:41:02'),
(101825,38105,'action complete via WP Cron','2021-01-25 11:41:02','2021-01-25 06:41:02'),
(101826,38106,'action created','2021-01-25 11:41:02','2021-01-25 06:41:02'),
(101827,38106,'action started via WP Cron','2021-01-25 11:43:02','2021-01-25 06:43:02'),
(101828,38106,'action complete via WP Cron','2021-01-25 11:43:02','2021-01-25 06:43:02'),
(101829,38107,'action created','2021-01-25 11:43:02','2021-01-25 06:43:02'),
(101830,38107,'action started via WP Cron','2021-01-25 11:43:40','2021-01-25 06:43:40'),
(101831,38107,'action complete via WP Cron','2021-01-25 11:43:40','2021-01-25 06:43:40'),
(101832,38108,'action created','2021-01-25 11:43:40','2021-01-25 06:43:40'),
(101833,38108,'action started via WP Cron','2021-01-25 11:44:42','2021-01-25 06:44:42'),
(101834,38108,'action complete via WP Cron','2021-01-25 11:44:42','2021-01-25 06:44:42'),
(101835,38109,'action created','2021-01-25 11:44:42','2021-01-25 06:44:42'),
(101836,38109,'action started via WP Cron','2021-01-25 11:47:17','2021-01-25 06:47:17'),
(101837,38109,'action complete via WP Cron','2021-01-25 11:47:17','2021-01-25 06:47:17'),
(101838,38110,'action created','2021-01-25 11:47:17','2021-01-25 06:47:17'),
(101839,38110,'action started via WP Cron','2021-01-25 11:49:43','2021-01-25 06:49:43'),
(101840,38110,'action complete via WP Cron','2021-01-25 11:49:43','2021-01-25 06:49:43'),
(101841,38111,'action created','2021-01-25 11:49:43','2021-01-25 06:49:43'),
(101842,38111,'action started via WP Cron','2021-01-25 11:51:08','2021-01-25 06:51:08'),
(101843,38111,'action complete via WP Cron','2021-01-25 11:51:08','2021-01-25 06:51:08'),
(101844,38112,'action created','2021-01-25 11:51:08','2021-01-25 06:51:08'),
(101845,38112,'action started via WP Cron','2021-01-25 11:53:58','2021-01-25 06:53:58'),
(101846,38112,'action complete via WP Cron','2021-01-25 11:53:58','2021-01-25 06:53:58'),
(101847,38113,'action created','2021-01-25 11:53:58','2021-01-25 06:53:58'),
(101848,38113,'action started via WP Cron','2021-01-25 11:54:34','2021-01-25 06:54:34'),
(101849,38113,'action complete via WP Cron','2021-01-25 11:54:34','2021-01-25 06:54:34'),
(101850,38114,'action created','2021-01-25 11:54:34','2021-01-25 06:54:34'),
(101851,38114,'action started via WP Cron','2021-01-25 11:56:42','2021-01-25 06:56:42'),
(101852,38114,'action complete via WP Cron','2021-01-25 11:56:42','2021-01-25 06:56:42'),
(101853,38115,'action created','2021-01-25 11:56:42','2021-01-25 06:56:42'),
(101854,38115,'action started via WP Cron','2021-01-25 11:58:37','2021-01-25 06:58:37'),
(101855,38115,'action complete via WP Cron','2021-01-25 11:58:37','2021-01-25 06:58:37'),
(101856,38116,'action created','2021-01-25 11:58:37','2021-01-25 06:58:37'),
(101857,38116,'action started via WP Cron','2021-01-25 12:00:03','2021-01-25 07:00:03'),
(101858,38116,'action complete via WP Cron','2021-01-25 12:00:03','2021-01-25 07:00:03'),
(101859,38117,'action created','2021-01-25 12:00:03','2021-01-25 07:00:03'),
(101860,38117,'action started via WP Cron','2021-01-25 12:02:37','2021-01-25 07:02:37'),
(101861,38117,'action complete via WP Cron','2021-01-25 12:02:37','2021-01-25 07:02:37'),
(101862,38118,'action created','2021-01-25 12:02:37','2021-01-25 07:02:37'),
(101863,38118,'action started via WP Cron','2021-01-25 12:03:58','2021-01-25 07:03:58'),
(101864,38118,'action complete via WP Cron','2021-01-25 12:03:58','2021-01-25 07:03:58'),
(101865,38119,'action created','2021-01-25 12:03:58','2021-01-25 07:03:58'),
(101866,38119,'action started via WP Cron','2021-01-25 12:05:30','2021-01-25 07:05:30'),
(101867,38119,'action complete via WP Cron','2021-01-25 12:05:30','2021-01-25 07:05:30'),
(101868,38120,'action created','2021-01-25 12:05:30','2021-01-25 07:05:30'),
(101869,38120,'action started via WP Cron','2021-01-25 12:07:42','2021-01-25 07:07:42'),
(101870,38120,'action complete via WP Cron','2021-01-25 12:07:42','2021-01-25 07:07:42'),
(101871,38121,'action created','2021-01-25 12:07:42','2021-01-25 07:07:42'),
(101872,38121,'action started via WP Cron','2021-01-25 12:10:28','2021-01-25 07:10:28'),
(101873,38121,'action complete via WP Cron','2021-01-25 12:10:28','2021-01-25 07:10:28'),
(101874,38122,'action created','2021-01-25 12:10:28','2021-01-25 07:10:28'),
(101875,38122,'action started via WP Cron','2021-01-25 12:13:16','2021-01-25 07:13:16'),
(101876,38122,'action complete via WP Cron','2021-01-25 12:13:16','2021-01-25 07:13:16'),
(101877,38123,'action created','2021-01-25 12:13:16','2021-01-25 07:13:16'),
(101878,38123,'action started via WP Cron','2021-01-25 12:16:50','2021-01-25 07:16:50'),
(101879,38123,'action complete via WP Cron','2021-01-25 12:16:50','2021-01-25 07:16:50'),
(101880,38124,'action created','2021-01-25 12:16:50','2021-01-25 07:16:50'),
(101881,38124,'action started via WP Cron','2021-01-25 12:17:57','2021-01-25 07:17:57'),
(101882,38124,'action complete via WP Cron','2021-01-25 12:17:57','2021-01-25 07:17:57'),
(101883,38125,'action created','2021-01-25 12:17:57','2021-01-25 07:17:57'),
(101884,38125,'action started via WP Cron','2021-01-25 12:18:16','2021-01-25 07:18:16'),
(101885,38125,'action complete via WP Cron','2021-01-25 12:18:16','2021-01-25 07:18:16'),
(101886,38126,'action created','2021-01-25 12:18:16','2021-01-25 07:18:16'),
(101887,38126,'action started via WP Cron','2021-01-25 12:19:18','2021-01-25 07:19:18'),
(101888,38126,'action complete via WP Cron','2021-01-25 12:19:18','2021-01-25 07:19:18'),
(101889,38127,'action created','2021-01-25 12:19:18','2021-01-25 07:19:18'),
(101890,38127,'action started via WP Cron','2021-01-25 12:20:18','2021-01-25 07:20:18'),
(101891,38127,'action complete via WP Cron','2021-01-25 12:20:18','2021-01-25 07:20:18'),
(101892,38128,'action created','2021-01-25 12:20:18','2021-01-25 07:20:18'),
(101893,38128,'action started via WP Cron','2021-01-25 12:21:18','2021-01-25 07:21:18'),
(101894,38128,'action complete via WP Cron','2021-01-25 12:21:18','2021-01-25 07:21:18'),
(101895,38129,'action created','2021-01-25 12:21:18','2021-01-25 07:21:18'),
(101896,38129,'action started via WP Cron','2021-01-25 12:22:11','2021-01-25 07:22:11'),
(101897,38129,'action complete via WP Cron','2021-01-25 12:22:11','2021-01-25 07:22:11'),
(101898,38130,'action created','2021-01-25 12:22:11','2021-01-25 07:22:11'),
(101899,38130,'action started via WP Cron','2021-01-25 12:23:13','2021-01-25 07:23:13'),
(101900,38130,'action complete via WP Cron','2021-01-25 12:23:13','2021-01-25 07:23:13'),
(101901,38131,'action created','2021-01-25 12:23:13','2021-01-25 07:23:13'),
(101902,38131,'action started via WP Cron','2021-01-25 12:24:15','2021-01-25 07:24:15'),
(101903,38131,'action complete via WP Cron','2021-01-25 12:24:15','2021-01-25 07:24:15'),
(101904,38132,'action created','2021-01-25 12:24:15','2021-01-25 07:24:15'),
(101905,38132,'action started via WP Cron','2021-01-25 12:25:15','2021-01-25 07:25:15'),
(101906,38132,'action complete via WP Cron','2021-01-25 12:25:15','2021-01-25 07:25:15'),
(101907,38133,'action created','2021-01-25 12:25:15','2021-01-25 07:25:15'),
(101908,38133,'action started via WP Cron','2021-01-25 12:26:21','2021-01-25 07:26:21'),
(101909,38133,'action complete via WP Cron','2021-01-25 12:26:21','2021-01-25 07:26:21'),
(101910,38134,'action created','2021-01-25 12:26:21','2021-01-25 07:26:21'),
(101911,38134,'action started via WP Cron','2021-01-25 12:27:17','2021-01-25 07:27:17'),
(101912,38134,'action complete via WP Cron','2021-01-25 12:27:17','2021-01-25 07:27:17'),
(101913,38135,'action created','2021-01-25 12:27:17','2021-01-25 07:27:17'),
(101914,38135,'action started via WP Cron','2021-01-25 12:28:15','2021-01-25 07:28:15'),
(101915,38135,'action complete via WP Cron','2021-01-25 12:28:15','2021-01-25 07:28:15'),
(101916,38136,'action created','2021-01-25 12:28:15','2021-01-25 07:28:15'),
(101917,38136,'action started via WP Cron','2021-01-25 12:29:12','2021-01-25 07:29:12'),
(101918,38136,'action complete via WP Cron','2021-01-25 12:29:12','2021-01-25 07:29:12'),
(101919,38137,'action created','2021-01-25 12:29:12','2021-01-25 07:29:12'),
(101920,38137,'action started via WP Cron','2021-01-25 12:30:13','2021-01-25 07:30:13'),
(101921,38137,'action complete via WP Cron','2021-01-25 12:30:13','2021-01-25 07:30:13'),
(101922,38138,'action created','2021-01-25 12:30:13','2021-01-25 07:30:13'),
(101923,38138,'action started via WP Cron','2021-01-25 12:31:17','2021-01-25 07:31:17'),
(101924,38138,'action complete via WP Cron','2021-01-25 12:31:17','2021-01-25 07:31:17'),
(101925,38139,'action created','2021-01-25 12:31:17','2021-01-25 07:31:17'),
(101926,38139,'action started via WP Cron','2021-01-25 12:33:10','2021-01-25 07:33:10'),
(101927,38139,'action complete via WP Cron','2021-01-25 12:33:10','2021-01-25 07:33:10'),
(101928,38140,'action created','2021-01-25 12:33:10','2021-01-25 07:33:10'),
(101929,38140,'action started via WP Cron','2021-01-25 12:34:18','2021-01-25 07:34:18'),
(101930,38140,'action complete via WP Cron','2021-01-25 12:34:18','2021-01-25 07:34:18'),
(101931,38141,'action created','2021-01-25 12:34:18','2021-01-25 07:34:18'),
(101932,38141,'action started via WP Cron','2021-01-25 12:35:22','2021-01-25 07:35:22'),
(101933,38141,'action complete via WP Cron','2021-01-25 12:35:22','2021-01-25 07:35:22'),
(101934,38142,'action created','2021-01-25 12:35:22','2021-01-25 07:35:22'),
(101935,38142,'action started via WP Cron','2021-01-25 12:36:27','2021-01-25 07:36:27'),
(101936,38142,'action complete via WP Cron','2021-01-25 12:36:27','2021-01-25 07:36:27'),
(101937,38143,'action created','2021-01-25 12:36:27','2021-01-25 07:36:27'),
(101938,38143,'action started via WP Cron','2021-01-25 12:37:23','2021-01-25 07:37:23'),
(101939,38143,'action complete via WP Cron','2021-01-25 12:37:23','2021-01-25 07:37:23'),
(101940,38144,'action created','2021-01-25 12:37:23','2021-01-25 07:37:23'),
(101941,38144,'action started via WP Cron','2021-01-25 12:38:58','2021-01-25 07:38:58'),
(101942,38144,'action complete via WP Cron','2021-01-25 12:38:58','2021-01-25 07:38:58'),
(101943,38145,'action created','2021-01-25 12:38:58','2021-01-25 07:38:58'),
(101944,38145,'action started via WP Cron','2021-01-25 12:39:47','2021-01-25 07:39:47'),
(101945,38145,'action complete via WP Cron','2021-01-25 12:39:47','2021-01-25 07:39:47'),
(101946,38146,'action created','2021-01-25 12:39:47','2021-01-25 07:39:47'),
(101947,38146,'action started via WP Cron','2021-01-25 12:40:24','2021-01-25 07:40:24'),
(101948,38146,'action complete via WP Cron','2021-01-25 12:40:24','2021-01-25 07:40:24'),
(101949,38147,'action created','2021-01-25 12:40:24','2021-01-25 07:40:24'),
(101950,38147,'action started via WP Cron','2021-01-25 12:41:18','2021-01-25 07:41:18'),
(101951,38147,'action complete via WP Cron','2021-01-25 12:41:19','2021-01-25 07:41:19'),
(101952,38148,'action created','2021-01-25 12:41:19','2021-01-25 07:41:19'),
(101953,38148,'action started via WP Cron','2021-01-25 12:42:17','2021-01-25 07:42:17'),
(101954,38148,'action complete via WP Cron','2021-01-25 12:42:17','2021-01-25 07:42:17'),
(101955,38149,'action created','2021-01-25 12:42:17','2021-01-25 07:42:17'),
(101956,38149,'action started via WP Cron','2021-01-25 12:43:17','2021-01-25 07:43:17'),
(101957,38149,'action complete via WP Cron','2021-01-25 12:43:17','2021-01-25 07:43:17'),
(101958,38150,'action created','2021-01-25 12:43:17','2021-01-25 07:43:17'),
(101959,38150,'action started via WP Cron','2021-01-25 12:44:21','2021-01-25 07:44:21'),
(101960,38150,'action complete via WP Cron','2021-01-25 12:44:21','2021-01-25 07:44:21'),
(101961,38151,'action created','2021-01-25 12:44:21','2021-01-25 07:44:21'),
(101962,38151,'action started via WP Cron','2021-01-25 12:45:51','2021-01-25 07:45:51'),
(101963,38151,'action complete via WP Cron','2021-01-25 12:45:51','2021-01-25 07:45:51'),
(101964,38152,'action created','2021-01-25 12:45:51','2021-01-25 07:45:51'),
(101965,38152,'action started via WP Cron','2021-01-25 12:46:36','2021-01-25 07:46:36'),
(101966,38152,'action complete via WP Cron','2021-01-25 12:46:36','2021-01-25 07:46:36'),
(101967,38153,'action created','2021-01-25 12:46:36','2021-01-25 07:46:36'),
(101968,38153,'action started via WP Cron','2021-01-25 12:48:20','2021-01-25 07:48:20'),
(101969,38153,'action complete via WP Cron','2021-01-25 12:48:20','2021-01-25 07:48:20'),
(101970,38154,'action created','2021-01-25 12:48:20','2021-01-25 07:48:20'),
(101971,38154,'action started via WP Cron','2021-01-25 12:49:31','2021-01-25 07:49:31'),
(101972,38154,'action complete via WP Cron','2021-01-25 12:49:31','2021-01-25 07:49:31'),
(101973,38155,'action created','2021-01-25 12:49:31','2021-01-25 07:49:31'),
(101974,38155,'action started via WP Cron','2021-01-25 12:50:14','2021-01-25 07:50:14'),
(101975,38155,'action complete via WP Cron','2021-01-25 12:50:14','2021-01-25 07:50:14'),
(101976,38156,'action created','2021-01-25 12:50:14','2021-01-25 07:50:14'),
(101977,38156,'action started via WP Cron','2021-01-25 12:51:16','2021-01-25 07:51:16'),
(101978,38156,'action complete via WP Cron','2021-01-25 12:51:16','2021-01-25 07:51:16'),
(101979,38157,'action created','2021-01-25 12:51:16','2021-01-25 07:51:16'),
(101980,38157,'action started via WP Cron','2021-01-25 12:52:14','2021-01-25 07:52:14'),
(101981,38157,'action complete via WP Cron','2021-01-25 12:52:14','2021-01-25 07:52:14'),
(101982,38158,'action created','2021-01-25 12:52:14','2021-01-25 07:52:14'),
(101983,38158,'action started via WP Cron','2021-01-25 12:53:23','2021-01-25 07:53:23'),
(101984,38158,'action complete via WP Cron','2021-01-25 12:53:23','2021-01-25 07:53:23'),
(101985,38159,'action created','2021-01-25 12:53:23','2021-01-25 07:53:23'),
(101986,38159,'action started via WP Cron','2021-01-25 12:54:25','2021-01-25 07:54:25'),
(101987,38159,'action complete via WP Cron','2021-01-25 12:54:25','2021-01-25 07:54:25'),
(101988,38160,'action created','2021-01-25 12:54:25','2021-01-25 07:54:25'),
(101989,38160,'action started via WP Cron','2021-01-25 12:55:12','2021-01-25 07:55:12'),
(101990,38160,'action complete via WP Cron','2021-01-25 12:55:12','2021-01-25 07:55:12'),
(101991,38161,'action created','2021-01-25 12:55:12','2021-01-25 07:55:12'),
(101992,38161,'action started via WP Cron','2021-01-25 12:56:18','2021-01-25 07:56:18'),
(101993,38161,'action complete via WP Cron','2021-01-25 12:56:18','2021-01-25 07:56:18'),
(101994,38162,'action created','2021-01-25 12:56:18','2021-01-25 07:56:18'),
(101995,38162,'action started via WP Cron','2021-01-25 12:57:13','2021-01-25 07:57:13'),
(101996,38162,'action complete via WP Cron','2021-01-25 12:57:13','2021-01-25 07:57:13'),
(101997,38163,'action created','2021-01-25 12:57:13','2021-01-25 07:57:13'),
(101998,38163,'action started via WP Cron','2021-01-25 12:59:49','2021-01-25 07:59:49'),
(101999,38163,'action complete via WP Cron','2021-01-25 12:59:49','2021-01-25 07:59:49'),
(102000,38164,'action created','2021-01-25 12:59:50','2021-01-25 07:59:50'),
(102001,38164,'action started via WP Cron','2021-01-25 13:00:48','2021-01-25 08:00:48'),
(102002,38164,'action complete via WP Cron','2021-01-25 13:00:48','2021-01-25 08:00:48'),
(102003,38165,'action created','2021-01-25 13:00:48','2021-01-25 08:00:48'),
(102004,38165,'action started via WP Cron','2021-01-25 13:01:37','2021-01-25 08:01:37'),
(102005,38165,'action complete via WP Cron','2021-01-25 13:01:38','2021-01-25 08:01:38'),
(102006,38166,'action created','2021-01-25 13:01:38','2021-01-25 08:01:38'),
(102007,38166,'action started via WP Cron','2021-01-25 13:02:18','2021-01-25 08:02:18'),
(102008,38166,'action complete via WP Cron','2021-01-25 13:02:18','2021-01-25 08:02:18'),
(102009,38167,'action created','2021-01-25 13:02:18','2021-01-25 08:02:18'),
(102010,38167,'action started via WP Cron','2021-01-25 13:05:08','2021-01-25 08:05:08'),
(102011,38167,'action complete via WP Cron','2021-01-25 13:05:08','2021-01-25 08:05:08'),
(102012,38168,'action created','2021-01-25 13:05:08','2021-01-25 08:05:08'),
(102013,38168,'action started via WP Cron','2021-01-25 13:06:07','2021-01-25 08:06:07'),
(102014,38168,'action complete via WP Cron','2021-01-25 13:06:07','2021-01-25 08:06:07'),
(102015,38169,'action created','2021-01-25 13:06:07','2021-01-25 08:06:07'),
(102016,38169,'action started via WP Cron','2021-01-25 13:07:40','2021-01-25 08:07:40'),
(102017,38169,'action complete via WP Cron','2021-01-25 13:07:40','2021-01-25 08:07:40'),
(102018,38170,'action created','2021-01-25 13:07:40','2021-01-25 08:07:40'),
(102019,38170,'action started via WP Cron','2021-01-25 13:08:13','2021-01-25 08:08:13'),
(102020,38170,'action complete via WP Cron','2021-01-25 13:08:13','2021-01-25 08:08:13'),
(102021,38171,'action created','2021-01-25 13:08:13','2021-01-25 08:08:13'),
(102022,38171,'action started via WP Cron','2021-01-25 13:11:30','2021-01-25 08:11:30'),
(102023,38171,'action complete via WP Cron','2021-01-25 13:11:30','2021-01-25 08:11:30'),
(102024,37192,'action started via WP Cron','2021-01-25 13:11:30','2021-01-25 08:11:30'),
(102025,37192,'action complete via WP Cron','2021-01-25 13:11:30','2021-01-25 08:11:30'),
(102026,38172,'action created','2021-01-25 13:11:30','2021-01-25 08:11:30'),
(102027,38173,'action created','2021-01-25 13:11:30','2021-01-25 08:11:30'),
(102028,38173,'action started via WP Cron','2021-01-25 13:16:07','2021-01-25 08:16:07'),
(102029,38173,'action complete via WP Cron','2021-01-25 13:16:07','2021-01-25 08:16:07'),
(102030,38174,'action created','2021-01-25 13:16:07','2021-01-25 08:16:07'),
(102031,38174,'action started via WP Cron','2021-01-25 13:18:01','2021-01-25 08:18:01'),
(102032,38174,'action complete via WP Cron','2021-01-25 13:18:01','2021-01-25 08:18:01'),
(102033,38175,'action created','2021-01-25 13:18:01','2021-01-25 08:18:01'),
(102034,38175,'action started via WP Cron','2021-01-25 13:21:06','2021-01-25 08:21:06'),
(102035,38175,'action complete via WP Cron','2021-01-25 13:21:06','2021-01-25 08:21:06'),
(102036,38176,'action created','2021-01-25 13:21:07','2021-01-25 08:21:07'),
(102037,38176,'action started via WP Cron','2021-01-25 13:23:47','2021-01-25 08:23:47'),
(102038,38176,'action complete via WP Cron','2021-01-25 13:23:47','2021-01-25 08:23:47'),
(102039,38177,'action created','2021-01-25 13:23:47','2021-01-25 08:23:47'),
(102040,38177,'action started via WP Cron','2021-01-25 13:24:26','2021-01-25 08:24:26'),
(102041,38177,'action complete via WP Cron','2021-01-25 13:24:26','2021-01-25 08:24:26'),
(102042,38178,'action created','2021-01-25 13:24:26','2021-01-25 08:24:26'),
(102043,38178,'action started via WP Cron','2021-01-25 13:26:41','2021-01-25 08:26:41'),
(102044,38178,'action complete via WP Cron','2021-01-25 13:26:41','2021-01-25 08:26:41'),
(102045,38179,'action created','2021-01-25 13:26:41','2021-01-25 08:26:41'),
(102046,38179,'action started via WP Cron','2021-01-25 13:31:28','2021-01-25 08:31:28'),
(102047,38179,'action complete via WP Cron','2021-01-25 13:31:28','2021-01-25 08:31:28'),
(102048,38180,'action created','2021-01-25 13:31:28','2021-01-25 08:31:28'),
(102049,38180,'action started via WP Cron','2021-01-25 13:34:19','2021-01-25 08:34:19'),
(102050,38180,'action complete via WP Cron','2021-01-25 13:34:19','2021-01-25 08:34:19'),
(102051,38181,'action created','2021-01-25 13:34:19','2021-01-25 08:34:19'),
(102052,38181,'action started via WP Cron','2021-01-25 13:36:35','2021-01-25 08:36:35'),
(102053,38181,'action complete via WP Cron','2021-01-25 13:36:35','2021-01-25 08:36:35'),
(102054,38182,'action created','2021-01-25 13:36:35','2021-01-25 08:36:35'),
(102055,38182,'action started via WP Cron','2021-01-25 13:38:39','2021-01-25 08:38:39'),
(102056,38182,'action complete via WP Cron','2021-01-25 13:38:39','2021-01-25 08:38:39'),
(102057,38183,'action created','2021-01-25 13:38:39','2021-01-25 08:38:39'),
(102058,38183,'action started via WP Cron','2021-01-25 13:39:33','2021-01-25 08:39:33'),
(102059,38183,'action complete via WP Cron','2021-01-25 13:39:33','2021-01-25 08:39:33'),
(102060,38184,'action created','2021-01-25 13:39:33','2021-01-25 08:39:33'),
(102061,38184,'action started via WP Cron','2021-01-25 13:40:47','2021-01-25 08:40:47'),
(102062,38184,'action complete via WP Cron','2021-01-25 13:40:47','2021-01-25 08:40:47'),
(102063,38185,'action created','2021-01-25 13:40:47','2021-01-25 08:40:47'),
(102064,38185,'action started via WP Cron','2021-01-25 13:43:15','2021-01-25 08:43:15'),
(102065,38185,'action complete via WP Cron','2021-01-25 13:43:15','2021-01-25 08:43:15'),
(102066,38186,'action created','2021-01-25 13:43:15','2021-01-25 08:43:15'),
(102067,38186,'action started via WP Cron','2021-01-25 13:45:51','2021-01-25 08:45:51'),
(102068,38186,'action complete via WP Cron','2021-01-25 13:45:51','2021-01-25 08:45:51'),
(102069,38187,'action created','2021-01-25 13:45:51','2021-01-25 08:45:51'),
(102070,38187,'action started via WP Cron','2021-01-25 13:48:09','2021-01-25 08:48:09'),
(102071,38187,'action complete via WP Cron','2021-01-25 13:48:09','2021-01-25 08:48:09'),
(102072,38188,'action created','2021-01-25 13:48:09','2021-01-25 08:48:09'),
(102073,38188,'action started via WP Cron','2021-01-25 13:49:38','2021-01-25 08:49:38'),
(102074,38188,'action complete via WP Cron','2021-01-25 13:49:38','2021-01-25 08:49:38'),
(102075,38189,'action created','2021-01-25 13:49:38','2021-01-25 08:49:38'),
(102076,38189,'action started via WP Cron','2021-01-25 13:52:29','2021-01-25 08:52:29'),
(102077,38189,'action complete via WP Cron','2021-01-25 13:52:29','2021-01-25 08:52:29'),
(102078,38190,'action created','2021-01-25 13:52:29','2021-01-25 08:52:29'),
(102079,38190,'action started via WP Cron','2021-01-25 13:53:48','2021-01-25 08:53:48'),
(102080,38190,'action complete via WP Cron','2021-01-25 13:53:48','2021-01-25 08:53:48'),
(102081,38191,'action created','2021-01-25 13:53:48','2021-01-25 08:53:48'),
(102082,38191,'action started via WP Cron','2021-01-25 13:54:39','2021-01-25 08:54:39'),
(102083,38191,'action complete via WP Cron','2021-01-25 13:54:39','2021-01-25 08:54:39'),
(102084,38192,'action created','2021-01-25 13:54:39','2021-01-25 08:54:39'),
(102085,38192,'action started via WP Cron','2021-01-25 13:55:37','2021-01-25 08:55:37'),
(102086,38192,'action complete via WP Cron','2021-01-25 13:55:37','2021-01-25 08:55:37'),
(102087,38193,'action created','2021-01-25 13:55:37','2021-01-25 08:55:37'),
(102088,38193,'action started via WP Cron','2021-01-25 13:56:48','2021-01-25 08:56:48'),
(102089,38193,'action complete via WP Cron','2021-01-25 13:56:48','2021-01-25 08:56:48'),
(102090,38194,'action created','2021-01-25 13:56:48','2021-01-25 08:56:48'),
(102091,38194,'action started via WP Cron','2021-01-25 13:57:51','2021-01-25 08:57:51'),
(102092,38194,'action complete via WP Cron','2021-01-25 13:57:51','2021-01-25 08:57:51'),
(102093,38195,'action created','2021-01-25 13:57:51','2021-01-25 08:57:51'),
(102094,38195,'action started via WP Cron','2021-01-25 13:58:13','2021-01-25 08:58:13'),
(102095,38195,'action complete via WP Cron','2021-01-25 13:58:13','2021-01-25 08:58:13'),
(102096,38196,'action created','2021-01-25 13:58:13','2021-01-25 08:58:13'),
(102097,38196,'action started via WP Cron','2021-01-25 13:59:23','2021-01-25 08:59:23'),
(102098,38196,'action complete via WP Cron','2021-01-25 13:59:23','2021-01-25 08:59:23'),
(102099,38197,'action created','2021-01-25 13:59:23','2021-01-25 08:59:23'),
(102100,38197,'action started via WP Cron','2021-01-25 14:00:24','2021-01-25 09:00:24'),
(102101,38197,'action complete via WP Cron','2021-01-25 14:00:24','2021-01-25 09:00:24'),
(102102,38198,'action created','2021-01-25 14:00:24','2021-01-25 09:00:24'),
(102103,38198,'action started via WP Cron','2021-01-25 14:01:16','2021-01-25 09:01:16'),
(102104,38198,'action complete via WP Cron','2021-01-25 14:01:16','2021-01-25 09:01:16'),
(102105,38199,'action created','2021-01-25 14:01:16','2021-01-25 09:01:16'),
(102106,38199,'action started via WP Cron','2021-01-25 14:02:56','2021-01-25 09:02:56'),
(102107,38199,'action complete via WP Cron','2021-01-25 14:02:56','2021-01-25 09:02:56'),
(102108,38200,'action created','2021-01-25 14:02:56','2021-01-25 09:02:56'),
(102109,38200,'action started via WP Cron','2021-01-25 14:03:47','2021-01-25 09:03:47'),
(102110,38200,'action complete via WP Cron','2021-01-25 14:03:47','2021-01-25 09:03:47'),
(102111,38201,'action created','2021-01-25 14:03:47','2021-01-25 09:03:47'),
(102112,38201,'action started via WP Cron','2021-01-25 14:04:21','2021-01-25 09:04:21'),
(102113,38201,'action complete via WP Cron','2021-01-25 14:04:21','2021-01-25 09:04:21'),
(102114,38202,'action created','2021-01-25 14:04:21','2021-01-25 09:04:21'),
(102115,38202,'action started via WP Cron','2021-01-25 14:05:13','2021-01-25 09:05:13'),
(102116,38202,'action complete via WP Cron','2021-01-25 14:05:13','2021-01-25 09:05:13'),
(102117,38203,'action created','2021-01-25 14:05:13','2021-01-25 09:05:13'),
(102118,38203,'action started via WP Cron','2021-01-25 14:06:36','2021-01-25 09:06:36'),
(102119,38203,'action complete via WP Cron','2021-01-25 14:06:36','2021-01-25 09:06:36'),
(102120,38204,'action created','2021-01-25 14:06:36','2021-01-25 09:06:36'),
(102121,38204,'action started via WP Cron','2021-01-25 14:07:37','2021-01-25 09:07:37'),
(102122,38204,'action complete via WP Cron','2021-01-25 14:07:37','2021-01-25 09:07:37'),
(102123,38205,'action created','2021-01-25 14:07:37','2021-01-25 09:07:37'),
(102124,38205,'action started via WP Cron','2021-01-25 14:08:23','2021-01-25 09:08:23'),
(102125,38205,'action complete via WP Cron','2021-01-25 14:08:23','2021-01-25 09:08:23'),
(102126,38206,'action created','2021-01-25 14:08:23','2021-01-25 09:08:23'),
(102127,38206,'action started via WP Cron','2021-01-25 14:11:08','2021-01-25 09:11:08'),
(102128,38206,'action complete via WP Cron','2021-01-25 14:11:08','2021-01-25 09:11:08'),
(102129,38207,'action created','2021-01-25 14:11:08','2021-01-25 09:11:08'),
(102130,38207,'action started via WP Cron','2021-01-25 14:11:27','2021-01-25 09:11:27'),
(102131,38207,'action complete via WP Cron','2021-01-25 14:11:27','2021-01-25 09:11:27'),
(102132,38208,'action created','2021-01-25 14:11:27','2021-01-25 09:11:27'),
(102133,38208,'action started via WP Cron','2021-01-25 14:12:17','2021-01-25 09:12:17'),
(102134,38208,'action complete via WP Cron','2021-01-25 14:12:17','2021-01-25 09:12:17'),
(102135,38209,'action created','2021-01-25 14:12:17','2021-01-25 09:12:17'),
(102136,38209,'action started via WP Cron','2021-01-25 14:13:47','2021-01-25 09:13:47'),
(102137,38209,'action complete via WP Cron','2021-01-25 14:13:47','2021-01-25 09:13:47'),
(102138,38210,'action created','2021-01-25 14:13:47','2021-01-25 09:13:47'),
(102139,38210,'action started via WP Cron','2021-01-25 14:14:13','2021-01-25 09:14:13'),
(102140,38210,'action complete via WP Cron','2021-01-25 14:14:13','2021-01-25 09:14:13'),
(102141,38211,'action created','2021-01-25 14:14:13','2021-01-25 09:14:13'),
(102142,38211,'action started via WP Cron','2021-01-25 14:17:06','2021-01-25 09:17:06'),
(102143,38211,'action complete via WP Cron','2021-01-25 14:17:06','2021-01-25 09:17:06'),
(102144,38212,'action created','2021-01-25 14:17:06','2021-01-25 09:17:06'),
(102145,38212,'action started via WP Cron','2021-01-25 14:18:02','2021-01-25 09:18:02'),
(102146,38212,'action complete via WP Cron','2021-01-25 14:18:02','2021-01-25 09:18:02'),
(102147,38213,'action created','2021-01-25 14:18:02','2021-01-25 09:18:02'),
(102148,38213,'action started via WP Cron','2021-01-25 14:18:54','2021-01-25 09:18:54'),
(102149,38213,'action complete via WP Cron','2021-01-25 14:18:54','2021-01-25 09:18:54'),
(102150,38214,'action created','2021-01-25 14:18:54','2021-01-25 09:18:54'),
(102151,38214,'action started via WP Cron','2021-01-25 14:19:23','2021-01-25 09:19:23'),
(102152,38214,'action complete via WP Cron','2021-01-25 14:19:23','2021-01-25 09:19:23'),
(102153,38215,'action created','2021-01-25 14:19:23','2021-01-25 09:19:23'),
(102154,38215,'action started via WP Cron','2021-01-25 14:21:13','2021-01-25 09:21:13'),
(102155,38215,'action complete via WP Cron','2021-01-25 14:21:13','2021-01-25 09:21:13'),
(102156,38216,'action created','2021-01-25 14:21:13','2021-01-25 09:21:13'),
(102157,38216,'action started via WP Cron','2021-01-25 14:22:37','2021-01-25 09:22:37'),
(102158,38216,'action complete via WP Cron','2021-01-25 14:22:37','2021-01-25 09:22:37'),
(102159,38217,'action created','2021-01-25 14:22:37','2021-01-25 09:22:37'),
(102160,38217,'action started via WP Cron','2021-01-25 14:23:28','2021-01-25 09:23:28'),
(102161,38217,'action complete via WP Cron','2021-01-25 14:23:28','2021-01-25 09:23:28'),
(102162,38218,'action created','2021-01-25 14:23:28','2021-01-25 09:23:28'),
(102163,38218,'action started via WP Cron','2021-01-25 14:24:33','2021-01-25 09:24:33'),
(102164,38218,'action complete via WP Cron','2021-01-25 14:24:33','2021-01-25 09:24:33'),
(102165,38219,'action created','2021-01-25 14:24:33','2021-01-25 09:24:33'),
(102166,38219,'action started via WP Cron','2021-01-25 14:25:40','2021-01-25 09:25:40'),
(102167,38219,'action complete via WP Cron','2021-01-25 14:25:40','2021-01-25 09:25:40'),
(102168,38220,'action created','2021-01-25 14:28:45','2021-01-25 09:28:45'),
(102169,38220,'action started via WP Cron','2021-01-25 14:29:29','2021-01-25 09:29:29'),
(102170,38220,'action complete via WP Cron','2021-01-25 14:29:29','2021-01-25 09:29:29'),
(102171,38221,'action created','2021-01-25 14:29:29','2021-01-25 09:29:29'),
(102172,38221,'action started via WP Cron','2021-01-25 14:30:24','2021-01-25 09:30:24'),
(102173,38221,'action complete via WP Cron','2021-01-25 14:30:24','2021-01-25 09:30:24'),
(102174,38222,'action created','2021-01-25 14:30:25','2021-01-25 09:30:25'),
(102175,38222,'action started via WP Cron','2021-01-25 14:31:12','2021-01-25 09:31:12'),
(102176,38222,'action complete via WP Cron','2021-01-25 14:31:12','2021-01-25 09:31:12'),
(102177,38223,'action created','2021-01-25 14:31:12','2021-01-25 09:31:12'),
(102178,38223,'action started via WP Cron','2021-01-25 14:33:51','2021-01-25 09:33:51'),
(102179,38223,'action complete via WP Cron','2021-01-25 14:33:51','2021-01-25 09:33:51'),
(102180,38224,'action created','2021-01-25 14:33:51','2021-01-25 09:33:51'),
(102181,38224,'action started via WP Cron','2021-01-25 14:34:36','2021-01-25 09:34:36'),
(102182,38224,'action complete via WP Cron','2021-01-25 14:34:36','2021-01-25 09:34:36'),
(102183,38225,'action created','2021-01-25 14:34:36','2021-01-25 09:34:36'),
(102184,38225,'action started via WP Cron','2021-01-25 14:35:23','2021-01-25 09:35:23'),
(102185,38225,'action complete via WP Cron','2021-01-25 14:35:23','2021-01-25 09:35:23'),
(102186,38226,'action created','2021-01-25 14:35:23','2021-01-25 09:35:23'),
(102187,38226,'action started via WP Cron','2021-01-25 14:36:58','2021-01-25 09:36:58'),
(102188,38226,'action complete via WP Cron','2021-01-25 14:36:58','2021-01-25 09:36:58'),
(102189,38227,'action created','2021-01-25 14:36:58','2021-01-25 09:36:58'),
(102190,38227,'action started via WP Cron','2021-01-25 14:37:50','2021-01-25 09:37:50'),
(102191,38227,'action complete via WP Cron','2021-01-25 14:37:50','2021-01-25 09:37:50'),
(102192,38228,'action created','2021-01-25 14:37:50','2021-01-25 09:37:50'),
(102193,38228,'action started via WP Cron','2021-01-25 14:38:57','2021-01-25 09:38:57'),
(102194,38228,'action complete via WP Cron','2021-01-25 14:38:57','2021-01-25 09:38:57'),
(102195,38229,'action created','2021-01-25 14:38:57','2021-01-25 09:38:57'),
(102196,38229,'action started via WP Cron','2021-01-25 14:39:33','2021-01-25 09:39:33'),
(102197,38229,'action complete via WP Cron','2021-01-25 14:39:33','2021-01-25 09:39:33'),
(102198,38230,'action created','2021-01-25 14:39:33','2021-01-25 09:39:33'),
(102199,38230,'action started via WP Cron','2021-01-25 14:41:03','2021-01-25 09:41:03'),
(102200,38230,'action complete via WP Cron','2021-01-25 14:41:03','2021-01-25 09:41:03'),
(102201,38231,'action created','2021-01-25 14:41:03','2021-01-25 09:41:03'),
(102202,38231,'action started via WP Cron','2021-01-25 14:41:25','2021-01-25 09:41:25'),
(102203,38231,'action complete via WP Cron','2021-01-25 14:41:25','2021-01-25 09:41:25'),
(102204,38232,'action created','2021-01-25 14:41:25','2021-01-25 09:41:25'),
(102205,38232,'action started via WP Cron','2021-01-25 14:42:33','2021-01-25 09:42:33'),
(102206,38232,'action complete via WP Cron','2021-01-25 14:42:33','2021-01-25 09:42:33'),
(102207,38233,'action created','2021-01-25 14:42:33','2021-01-25 09:42:33'),
(102208,38233,'action started via WP Cron','2021-01-25 14:43:29','2021-01-25 09:43:29'),
(102209,38233,'action complete via WP Cron','2021-01-25 14:43:29','2021-01-25 09:43:29'),
(102210,38234,'action created','2021-01-25 14:43:29','2021-01-25 09:43:29'),
(102211,38234,'action started via WP Cron','2021-01-25 14:45:24','2021-01-25 09:45:24'),
(102212,38234,'action complete via WP Cron','2021-01-25 14:45:24','2021-01-25 09:45:24'),
(102213,38235,'action created','2021-01-25 14:45:25','2021-01-25 09:45:25'),
(102214,38235,'action started via WP Cron','2021-01-25 14:47:46','2021-01-25 09:47:46'),
(102215,38235,'action complete via WP Cron','2021-01-25 14:47:46','2021-01-25 09:47:46'),
(102216,38236,'action created','2021-01-25 14:47:46','2021-01-25 09:47:46'),
(102217,38236,'action started via WP Cron','2021-01-25 14:48:40','2021-01-25 09:48:40'),
(102218,38236,'action complete via WP Cron','2021-01-25 14:48:40','2021-01-25 09:48:40'),
(102219,38237,'action created','2021-01-25 14:48:40','2021-01-25 09:48:40'),
(102220,38237,'action started via WP Cron','2021-01-25 14:50:09','2021-01-25 09:50:09'),
(102221,38237,'action complete via WP Cron','2021-01-25 14:50:09','2021-01-25 09:50:09'),
(102222,38238,'action created','2021-01-25 14:50:09','2021-01-25 09:50:09'),
(102223,38238,'action started via WP Cron','2021-01-25 14:50:58','2021-01-25 09:50:58'),
(102224,38238,'action complete via WP Cron','2021-01-25 14:50:58','2021-01-25 09:50:58'),
(102225,38239,'action created','2021-01-25 14:50:58','2021-01-25 09:50:58'),
(102226,38239,'action started via WP Cron','2021-01-25 14:53:19','2021-01-25 09:53:19'),
(102227,38239,'action complete via WP Cron','2021-01-25 14:53:19','2021-01-25 09:53:19'),
(102228,38240,'action created','2021-01-25 14:53:19','2021-01-25 09:53:19'),
(102229,38240,'action started via WP Cron','2021-01-25 14:54:32','2021-01-25 09:54:32'),
(102230,38240,'action complete via WP Cron','2021-01-25 14:54:32','2021-01-25 09:54:32'),
(102231,38241,'action created','2021-01-25 14:54:32','2021-01-25 09:54:32'),
(102232,38241,'action started via WP Cron','2021-01-25 14:56:20','2021-01-25 09:56:20'),
(102233,38241,'action complete via WP Cron','2021-01-25 14:56:20','2021-01-25 09:56:20'),
(102234,38242,'action created','2021-01-25 14:56:20','2021-01-25 09:56:20'),
(102235,38242,'action started via WP Cron','2021-01-25 14:58:10','2021-01-25 09:58:10'),
(102236,38242,'action complete via WP Cron','2021-01-25 14:58:10','2021-01-25 09:58:10'),
(102237,38243,'action created','2021-01-25 14:58:10','2021-01-25 09:58:10'),
(102238,38243,'action started via WP Cron','2021-01-25 14:59:54','2021-01-25 09:59:54'),
(102239,38243,'action complete via WP Cron','2021-01-25 14:59:54','2021-01-25 09:59:54'),
(102240,38244,'action created','2021-01-25 14:59:54','2021-01-25 09:59:54'),
(102241,38244,'action started via WP Cron','2021-01-25 15:00:16','2021-01-25 10:00:16'),
(102242,38244,'action complete via WP Cron','2021-01-25 15:00:16','2021-01-25 10:00:16'),
(102243,38245,'action created','2021-01-25 15:00:16','2021-01-25 10:00:16'),
(102244,38245,'action started via WP Cron','2021-01-25 15:01:16','2021-01-25 10:01:16'),
(102245,38245,'action complete via WP Cron','2021-01-25 15:01:16','2021-01-25 10:01:16'),
(102246,38246,'action created','2021-01-25 15:01:17','2021-01-25 10:01:17'),
(102247,38246,'action started via WP Cron','2021-01-25 15:02:11','2021-01-25 10:02:11'),
(102248,38246,'action complete via WP Cron','2021-01-25 15:02:11','2021-01-25 10:02:11'),
(102249,38247,'action created','2021-01-25 15:02:11','2021-01-25 10:02:11'),
(102250,38247,'action started via WP Cron','2021-01-25 15:03:25','2021-01-25 10:03:25'),
(102251,38247,'action complete via WP Cron','2021-01-25 15:03:25','2021-01-25 10:03:25'),
(102252,38248,'action created','2021-01-25 15:03:25','2021-01-25 10:03:25'),
(102253,38248,'action started via WP Cron','2021-01-25 15:04:11','2021-01-25 10:04:11'),
(102254,38248,'action complete via WP Cron','2021-01-25 15:04:11','2021-01-25 10:04:11'),
(102255,38249,'action created','2021-01-25 15:04:11','2021-01-25 10:04:11'),
(102256,38249,'action started via WP Cron','2021-01-25 15:06:59','2021-01-25 10:06:59'),
(102257,38249,'action complete via WP Cron','2021-01-25 15:06:59','2021-01-25 10:06:59'),
(102258,38250,'action created','2021-01-25 15:06:59','2021-01-25 10:06:59'),
(102259,38250,'action started via WP Cron','2021-01-25 15:07:38','2021-01-25 10:07:38'),
(102260,38250,'action complete via WP Cron','2021-01-25 15:07:38','2021-01-25 10:07:38'),
(102261,38251,'action created','2021-01-25 15:07:39','2021-01-25 10:07:39'),
(102262,38251,'action started via WP Cron','2021-01-25 15:09:42','2021-01-25 10:09:42'),
(102263,38251,'action complete via WP Cron','2021-01-25 15:09:42','2021-01-25 10:09:42'),
(102264,38252,'action created','2021-01-25 15:09:42','2021-01-25 10:09:42'),
(102265,38252,'action started via WP Cron','2021-01-25 15:10:41','2021-01-25 10:10:41'),
(102266,38252,'action complete via WP Cron','2021-01-25 15:10:41','2021-01-25 10:10:41'),
(102267,38253,'action created','2021-01-25 15:10:41','2021-01-25 10:10:41'),
(102268,38253,'action started via WP Cron','2021-01-25 15:12:46','2021-01-25 10:12:46'),
(102269,38253,'action complete via WP Cron','2021-01-25 15:12:46','2021-01-25 10:12:46'),
(102270,38254,'action created','2021-01-25 15:12:46','2021-01-25 10:12:46'),
(102271,38254,'action started via WP Cron','2021-01-25 15:16:35','2021-01-25 10:16:35'),
(102272,38254,'action complete via WP Cron','2021-01-25 15:16:35','2021-01-25 10:16:35'),
(102273,38255,'action created','2021-01-25 15:16:35','2021-01-25 10:16:35'),
(102274,38255,'action started via WP Cron','2021-01-25 15:17:14','2021-01-25 10:17:14'),
(102275,38255,'action complete via WP Cron','2021-01-25 15:17:14','2021-01-25 10:17:14'),
(102276,38256,'action created','2021-01-25 15:17:14','2021-01-25 10:17:14'),
(102277,38256,'action started via WP Cron','2021-01-25 15:18:21','2021-01-25 10:18:21'),
(102278,38256,'action complete via WP Cron','2021-01-25 15:18:21','2021-01-25 10:18:21'),
(102279,38257,'action created','2021-01-25 15:18:22','2021-01-25 10:18:22'),
(102280,38257,'action started via WP Cron','2021-01-25 15:19:43','2021-01-25 10:19:43'),
(102281,38257,'action complete via WP Cron','2021-01-25 15:19:43','2021-01-25 10:19:43'),
(102282,38258,'action created','2021-01-25 15:19:43','2021-01-25 10:19:43'),
(102283,38258,'action started via WP Cron','2021-01-25 15:20:21','2021-01-25 10:20:21'),
(102284,38258,'action complete via WP Cron','2021-01-25 15:20:21','2021-01-25 10:20:21'),
(102285,38259,'action created','2021-01-25 15:20:21','2021-01-25 10:20:21'),
(102286,38259,'action started via WP Cron','2021-01-25 15:21:16','2021-01-25 10:21:16'),
(102287,38259,'action complete via WP Cron','2021-01-25 15:21:16','2021-01-25 10:21:16'),
(102288,38260,'action created','2021-01-25 15:21:16','2021-01-25 10:21:16'),
(102289,38260,'action started via WP Cron','2021-01-25 15:22:19','2021-01-25 10:22:19'),
(102290,38260,'action complete via WP Cron','2021-01-25 15:22:19','2021-01-25 10:22:19'),
(102291,38261,'action created','2021-01-25 15:22:19','2021-01-25 10:22:19'),
(102292,38261,'action started via WP Cron','2021-01-25 15:23:11','2021-01-25 10:23:11'),
(102293,38261,'action complete via WP Cron','2021-01-25 15:23:11','2021-01-25 10:23:11'),
(102294,38262,'action created','2021-01-25 15:23:11','2021-01-25 10:23:11'),
(102295,38262,'action started via WP Cron','2021-01-25 15:24:13','2021-01-25 10:24:13'),
(102296,38262,'action complete via WP Cron','2021-01-25 15:24:13','2021-01-25 10:24:13'),
(102297,38263,'action created','2021-01-25 15:24:13','2021-01-25 10:24:13'),
(102298,38263,'action started via WP Cron','2021-01-25 15:26:15','2021-01-25 10:26:15'),
(102299,38263,'action complete via WP Cron','2021-01-25 15:26:15','2021-01-25 10:26:15'),
(102300,38264,'action created','2021-01-25 15:26:15','2021-01-25 10:26:15'),
(102301,38264,'action started via WP Cron','2021-01-25 15:27:52','2021-01-25 10:27:52'),
(102302,38264,'action complete via WP Cron','2021-01-25 15:27:52','2021-01-25 10:27:52'),
(102303,38265,'action created','2021-01-25 15:27:52','2021-01-25 10:27:52'),
(102304,38265,'action started via WP Cron','2021-01-25 15:29:08','2021-01-25 10:29:08'),
(102305,38265,'action complete via WP Cron','2021-01-25 15:29:08','2021-01-25 10:29:08'),
(102306,38266,'action created','2021-01-25 15:29:08','2021-01-25 10:29:08'),
(102307,38266,'action started via WP Cron','2021-01-25 15:29:37','2021-01-25 10:29:37'),
(102308,38266,'action complete via WP Cron','2021-01-25 15:29:37','2021-01-25 10:29:37'),
(102309,38267,'action created','2021-01-25 15:29:37','2021-01-25 10:29:37'),
(102310,38267,'action started via WP Cron','2021-01-25 15:30:25','2021-01-25 10:30:25'),
(102311,38267,'action complete via WP Cron','2021-01-25 15:30:25','2021-01-25 10:30:25'),
(102312,38268,'action created','2021-01-25 15:30:26','2021-01-25 10:30:26'),
(102313,38268,'action started via WP Cron','2021-01-25 15:31:21','2021-01-25 10:31:21'),
(102314,38268,'action complete via WP Cron','2021-01-25 15:31:22','2021-01-25 10:31:22'),
(102315,38269,'action created','2021-01-25 15:31:22','2021-01-25 10:31:22'),
(102316,38269,'action started via WP Cron','2021-01-25 15:32:25','2021-01-25 10:32:25'),
(102317,38269,'action complete via WP Cron','2021-01-25 15:32:25','2021-01-25 10:32:25'),
(102318,38270,'action created','2021-01-25 15:32:25','2021-01-25 10:32:25'),
(102319,38270,'action started via WP Cron','2021-01-25 15:33:46','2021-01-25 10:33:46'),
(102320,38270,'action complete via WP Cron','2021-01-25 15:33:46','2021-01-25 10:33:46'),
(102321,38271,'action created','2021-01-25 15:33:46','2021-01-25 10:33:46'),
(102322,38271,'action started via WP Cron','2021-01-25 15:34:40','2021-01-25 10:34:40'),
(102323,38271,'action complete via WP Cron','2021-01-25 15:34:40','2021-01-25 10:34:40'),
(102324,38272,'action created','2021-01-25 15:34:40','2021-01-25 10:34:40'),
(102325,38272,'action started via WP Cron','2021-01-25 15:35:46','2021-01-25 10:35:46'),
(102326,38272,'action complete via WP Cron','2021-01-25 15:35:46','2021-01-25 10:35:46'),
(102327,38273,'action created','2021-01-25 15:35:46','2021-01-25 10:35:46'),
(102328,38273,'action started via WP Cron','2021-01-25 15:37:52','2021-01-25 10:37:52'),
(102329,38273,'action complete via WP Cron','2021-01-25 15:37:52','2021-01-25 10:37:52'),
(102330,38274,'action created','2021-01-25 15:37:52','2021-01-25 10:37:52'),
(102331,38274,'action started via WP Cron','2021-01-25 15:39:14','2021-01-25 10:39:14'),
(102332,38274,'action complete via WP Cron','2021-01-25 15:39:14','2021-01-25 10:39:14'),
(102333,38275,'action created','2021-01-25 15:39:14','2021-01-25 10:39:14'),
(102334,38275,'action started via WP Cron','2021-01-25 15:41:45','2021-01-25 10:41:45'),
(102335,38275,'action complete via WP Cron','2021-01-25 15:41:45','2021-01-25 10:41:45'),
(102336,38276,'action created','2021-01-25 15:41:45','2021-01-25 10:41:45'),
(102337,38276,'action started via WP Cron','2021-01-25 15:42:14','2021-01-25 10:42:14'),
(102338,38276,'action complete via WP Cron','2021-01-25 15:42:14','2021-01-25 10:42:14'),
(102339,38277,'action created','2021-01-25 15:42:14','2021-01-25 10:42:14'),
(102340,38277,'action started via WP Cron','2021-01-25 15:43:14','2021-01-25 10:43:14'),
(102341,38277,'action complete via WP Cron','2021-01-25 15:43:14','2021-01-25 10:43:14'),
(102342,38278,'action created','2021-01-25 15:43:14','2021-01-25 10:43:14'),
(102343,38278,'action started via WP Cron','2021-01-25 15:47:08','2021-01-25 10:47:08'),
(102344,38278,'action complete via WP Cron','2021-01-25 15:47:08','2021-01-25 10:47:08'),
(102345,38279,'action created','2021-01-25 15:47:08','2021-01-25 10:47:08'),
(102346,38279,'action started via WP Cron','2021-01-25 15:47:44','2021-01-25 10:47:44'),
(102347,38279,'action complete via WP Cron','2021-01-25 15:47:44','2021-01-25 10:47:44'),
(102348,38280,'action created','2021-01-25 15:47:44','2021-01-25 10:47:44'),
(102349,38280,'action started via WP Cron','2021-01-25 15:49:20','2021-01-25 10:49:20'),
(102350,38280,'action complete via WP Cron','2021-01-25 15:49:20','2021-01-25 10:49:20'),
(102351,38281,'action created','2021-01-25 15:49:20','2021-01-25 10:49:20'),
(102352,38281,'action started via WP Cron','2021-01-25 15:50:30','2021-01-25 10:50:30'),
(102353,38281,'action complete via WP Cron','2021-01-25 15:50:30','2021-01-25 10:50:30'),
(102354,38282,'action created','2021-01-25 15:50:30','2021-01-25 10:50:30'),
(102355,38282,'action started via WP Cron','2021-01-25 15:51:33','2021-01-25 10:51:33'),
(102356,38282,'action complete via WP Cron','2021-01-25 15:51:33','2021-01-25 10:51:33'),
(102357,38283,'action created','2021-01-25 15:51:34','2021-01-25 10:51:34'),
(102358,38283,'action started via WP Cron','2021-01-25 15:52:38','2021-01-25 10:52:38'),
(102359,38283,'action complete via WP Cron','2021-01-25 15:52:38','2021-01-25 10:52:38'),
(102360,38284,'action created','2021-01-25 15:52:38','2021-01-25 10:52:38'),
(102361,38284,'action started via WP Cron','2021-01-25 15:54:54','2021-01-25 10:54:54'),
(102362,38284,'action complete via WP Cron','2021-01-25 15:54:54','2021-01-25 10:54:54'),
(102363,38285,'action created','2021-01-25 15:54:54','2021-01-25 10:54:54'),
(102364,38285,'action started via WP Cron','2021-01-25 15:57:26','2021-01-25 10:57:26'),
(102365,38285,'action complete via WP Cron','2021-01-25 15:57:26','2021-01-25 10:57:26'),
(102366,38286,'action created','2021-01-25 15:57:26','2021-01-25 10:57:26'),
(102367,38286,'action started via WP Cron','2021-01-25 15:58:13','2021-01-25 10:58:13'),
(102368,38286,'action complete via WP Cron','2021-01-25 15:58:13','2021-01-25 10:58:13'),
(102369,38287,'action created','2021-01-25 15:58:13','2021-01-25 10:58:13'),
(102370,38287,'action started via WP Cron','2021-01-25 15:59:53','2021-01-25 10:59:53'),
(102371,38287,'action complete via WP Cron','2021-01-25 15:59:53','2021-01-25 10:59:53'),
(102372,38288,'action created','2021-01-25 15:59:53','2021-01-25 10:59:53'),
(102373,38288,'action started via WP Cron','2021-01-25 16:00:46','2021-01-25 11:00:46'),
(102374,38288,'action complete via WP Cron','2021-01-25 16:00:46','2021-01-25 11:00:46'),
(102375,38289,'action created','2021-01-25 16:00:46','2021-01-25 11:00:46'),
(102376,38289,'action started via WP Cron','2021-01-25 16:02:21','2021-01-25 11:02:21'),
(102377,38289,'action complete via WP Cron','2021-01-25 16:02:21','2021-01-25 11:02:21'),
(102378,38290,'action created','2021-01-25 16:02:21','2021-01-25 11:02:21'),
(102379,38290,'action started via WP Cron','2021-01-25 16:03:14','2021-01-25 11:03:14'),
(102380,38290,'action complete via WP Cron','2021-01-25 16:03:14','2021-01-25 11:03:14'),
(102381,38291,'action created','2021-01-25 16:03:14','2021-01-25 11:03:14'),
(102382,38291,'action started via WP Cron','2021-01-25 16:05:57','2021-01-25 11:05:57'),
(102383,38291,'action complete via WP Cron','2021-01-25 16:05:57','2021-01-25 11:05:57'),
(102384,38292,'action created','2021-01-25 16:05:57','2021-01-25 11:05:57'),
(102385,38292,'action started via WP Cron','2021-01-25 16:09:09','2021-01-25 11:09:09'),
(102386,38292,'action complete via WP Cron','2021-01-25 16:09:09','2021-01-25 11:09:09'),
(102387,38293,'action created','2021-01-25 16:09:09','2021-01-25 11:09:09'),
(102388,38293,'action started via WP Cron','2021-01-25 16:09:58','2021-01-25 11:09:58'),
(102389,38293,'action complete via WP Cron','2021-01-25 16:09:58','2021-01-25 11:09:58'),
(102390,38294,'action created','2021-01-25 16:09:58','2021-01-25 11:09:58'),
(102391,38294,'action started via WP Cron','2021-01-25 16:10:26','2021-01-25 11:10:26'),
(102392,38294,'action complete via WP Cron','2021-01-25 16:10:26','2021-01-25 11:10:26'),
(102393,38295,'action created','2021-01-25 16:10:26','2021-01-25 11:10:26'),
(102394,38295,'action started via WP Cron','2021-01-25 16:12:12','2021-01-25 11:12:12'),
(102395,38295,'action complete via WP Cron','2021-01-25 16:12:12','2021-01-25 11:12:12'),
(102396,38296,'action created','2021-01-25 16:12:12','2021-01-25 11:12:12'),
(102397,38296,'action started via WP Cron','2021-01-25 16:13:50','2021-01-25 11:13:50'),
(102398,38296,'action complete via WP Cron','2021-01-25 16:13:50','2021-01-25 11:13:50'),
(102399,38297,'action created','2021-01-25 16:13:50','2021-01-25 11:13:50'),
(102400,38297,'action started via WP Cron','2021-01-25 16:14:14','2021-01-25 11:14:14'),
(102401,38297,'action complete via WP Cron','2021-01-25 16:14:14','2021-01-25 11:14:14'),
(102402,38298,'action created','2021-01-25 16:14:14','2021-01-25 11:14:14'),
(102403,38298,'action started via WP Cron','2021-01-25 16:15:27','2021-01-25 11:15:27'),
(102404,38298,'action complete via WP Cron','2021-01-25 16:15:27','2021-01-25 11:15:27'),
(102405,38299,'action created','2021-01-25 16:15:28','2021-01-25 11:15:28'),
(102406,38299,'action started via WP Cron','2021-01-25 16:16:39','2021-01-25 11:16:39'),
(102407,38299,'action complete via WP Cron','2021-01-25 16:16:39','2021-01-25 11:16:39'),
(102408,38300,'action created','2021-01-25 16:16:39','2021-01-25 11:16:39'),
(102409,38300,'action started via WP Cron','2021-01-25 16:17:41','2021-01-25 11:17:41'),
(102410,38300,'action complete via WP Cron','2021-01-25 16:17:41','2021-01-25 11:17:41'),
(102411,38301,'action created','2021-01-25 16:17:41','2021-01-25 11:17:41'),
(102412,38301,'action started via WP Cron','2021-01-25 16:19:18','2021-01-25 11:19:18'),
(102413,38301,'action complete via WP Cron','2021-01-25 16:19:18','2021-01-25 11:19:18'),
(102414,38302,'action created','2021-01-25 16:19:18','2021-01-25 11:19:18'),
(102415,38302,'action started via WP Cron','2021-01-25 16:21:35','2021-01-25 11:21:35'),
(102416,38302,'action complete via WP Cron','2021-01-25 16:21:35','2021-01-25 11:21:35'),
(102417,38303,'action created','2021-01-25 16:21:35','2021-01-25 11:21:35'),
(102418,38303,'action started via WP Cron','2021-01-25 16:23:45','2021-01-25 11:23:45'),
(102419,38303,'action complete via WP Cron','2021-01-25 16:23:45','2021-01-25 11:23:45'),
(102420,38304,'action created','2021-01-25 16:23:45','2021-01-25 11:23:45'),
(102421,38304,'action started via WP Cron','2021-01-25 16:24:27','2021-01-25 11:24:27'),
(102422,38304,'action complete via WP Cron','2021-01-25 16:24:27','2021-01-25 11:24:27'),
(102423,38305,'action created','2021-01-25 16:24:27','2021-01-25 11:24:27'),
(102424,38305,'action started via WP Cron','2021-01-25 16:25:25','2021-01-25 11:25:25'),
(102425,38305,'action complete via WP Cron','2021-01-25 16:25:25','2021-01-25 11:25:25'),
(102426,38306,'action created','2021-01-25 16:25:25','2021-01-25 11:25:25'),
(102427,38306,'action started via WP Cron','2021-01-25 16:27:00','2021-01-25 11:27:00'),
(102428,38306,'action complete via WP Cron','2021-01-25 16:27:00','2021-01-25 11:27:00'),
(102429,38307,'action created','2021-01-25 16:27:00','2021-01-25 11:27:00'),
(102430,38307,'action started via WP Cron','2021-01-25 16:28:50','2021-01-25 11:28:50'),
(102431,38307,'action complete via WP Cron','2021-01-25 16:28:50','2021-01-25 11:28:50'),
(102432,38308,'action created','2021-01-25 16:28:50','2021-01-25 11:28:50'),
(102433,38308,'action started via WP Cron','2021-01-25 16:30:13','2021-01-25 11:30:13'),
(102434,38308,'action complete via WP Cron','2021-01-25 16:30:13','2021-01-25 11:30:13'),
(102435,38309,'action created','2021-01-25 16:30:14','2021-01-25 11:30:14'),
(102436,38309,'action started via WP Cron','2021-01-25 16:31:38','2021-01-25 11:31:38'),
(102437,38309,'action complete via WP Cron','2021-01-25 16:31:38','2021-01-25 11:31:38'),
(102438,38310,'action created','2021-01-25 16:31:38','2021-01-25 11:31:38'),
(102439,38310,'action started via WP Cron','2021-01-25 16:32:13','2021-01-25 11:32:13'),
(102440,38310,'action complete via WP Cron','2021-01-25 16:32:13','2021-01-25 11:32:13'),
(102441,38311,'action created','2021-01-25 16:32:13','2021-01-25 11:32:13'),
(102442,38311,'action started via WP Cron','2021-01-25 16:33:34','2021-01-25 11:33:34'),
(102443,38311,'action complete via WP Cron','2021-01-25 16:33:34','2021-01-25 11:33:34'),
(102444,38312,'action created','2021-01-25 16:33:34','2021-01-25 11:33:34'),
(102445,38312,'action started via WP Cron','2021-01-25 16:34:29','2021-01-25 11:34:29'),
(102446,38312,'action complete via WP Cron','2021-01-25 16:34:29','2021-01-25 11:34:29'),
(102447,38313,'action created','2021-01-25 16:34:29','2021-01-25 11:34:29'),
(102448,38313,'action started via WP Cron','2021-01-25 16:35:49','2021-01-25 11:35:49'),
(102449,38313,'action complete via WP Cron','2021-01-25 16:35:49','2021-01-25 11:35:49'),
(102450,38314,'action created','2021-01-25 16:35:49','2021-01-25 11:35:49'),
(102451,38314,'action started via WP Cron','2021-01-25 16:36:20','2021-01-25 11:36:20'),
(102452,38314,'action complete via WP Cron','2021-01-25 16:36:20','2021-01-25 11:36:20'),
(102453,38315,'action created','2021-01-25 16:36:20','2021-01-25 11:36:20'),
(102454,38315,'action started via WP Cron','2021-01-25 16:38:20','2021-01-25 11:38:20'),
(102455,38315,'action complete via WP Cron','2021-01-25 16:38:20','2021-01-25 11:38:20'),
(102456,38316,'action created','2021-01-25 16:38:20','2021-01-25 11:38:20'),
(102457,38316,'action started via WP Cron','2021-01-25 16:39:12','2021-01-25 11:39:12'),
(102458,38316,'action complete via WP Cron','2021-01-25 16:39:12','2021-01-25 11:39:12'),
(102459,38317,'action created','2021-01-25 16:39:12','2021-01-25 11:39:12'),
(102460,38317,'action started via WP Cron','2021-01-25 16:40:11','2021-01-25 11:40:11'),
(102461,38317,'action complete via WP Cron','2021-01-25 16:40:11','2021-01-25 11:40:11'),
(102462,38318,'action created','2021-01-25 16:40:11','2021-01-25 11:40:11'),
(102463,38318,'action started via WP Cron','2021-01-25 16:41:21','2021-01-25 11:41:21'),
(102464,38318,'action complete via WP Cron','2021-01-25 16:41:21','2021-01-25 11:41:21'),
(102465,38319,'action created','2021-01-25 16:41:21','2021-01-25 11:41:21'),
(102466,38319,'action started via WP Cron','2021-01-25 16:42:30','2021-01-25 11:42:30'),
(102467,38319,'action complete via WP Cron','2021-01-25 16:42:30','2021-01-25 11:42:30'),
(102468,38320,'action created','2021-01-25 16:42:30','2021-01-25 11:42:30'),
(102469,38320,'action started via WP Cron','2021-01-25 16:44:30','2021-01-25 11:44:30'),
(102470,38320,'action complete via WP Cron','2021-01-25 16:44:30','2021-01-25 11:44:30'),
(102471,38321,'action created','2021-01-25 16:44:30','2021-01-25 11:44:30'),
(102472,38321,'action started via WP Cron','2021-01-25 16:46:37','2021-01-25 11:46:37'),
(102473,38321,'action complete via WP Cron','2021-01-25 16:46:37','2021-01-25 11:46:37'),
(102474,38322,'action created','2021-01-25 16:46:37','2021-01-25 11:46:37'),
(102475,38322,'action started via WP Cron','2021-01-25 16:47:26','2021-01-25 11:47:26'),
(102476,38322,'action complete via WP Cron','2021-01-25 16:47:26','2021-01-25 11:47:26'),
(102477,38323,'action created','2021-01-25 16:47:26','2021-01-25 11:47:26'),
(102478,38323,'action started via WP Cron','2021-01-25 16:48:11','2021-01-25 11:48:11'),
(102479,38323,'action complete via WP Cron','2021-01-25 16:48:11','2021-01-25 11:48:11'),
(102480,38324,'action created','2021-01-25 16:48:12','2021-01-25 11:48:12'),
(102481,38324,'action started via WP Cron','2021-01-25 16:49:30','2021-01-25 11:49:30'),
(102482,38324,'action complete via WP Cron','2021-01-25 16:49:30','2021-01-25 11:49:30'),
(102483,38325,'action created','2021-01-25 16:49:30','2021-01-25 11:49:30'),
(102484,38325,'action started via WP Cron','2021-01-25 16:50:20','2021-01-25 11:50:20'),
(102485,38325,'action complete via WP Cron','2021-01-25 16:50:20','2021-01-25 11:50:20'),
(102486,38326,'action created','2021-01-25 16:50:20','2021-01-25 11:50:20'),
(102487,38326,'action started via WP Cron','2021-01-25 16:51:21','2021-01-25 11:51:21'),
(102488,38326,'action complete via WP Cron','2021-01-25 16:51:21','2021-01-25 11:51:21'),
(102489,38327,'action created','2021-01-25 16:51:21','2021-01-25 11:51:21'),
(102490,38327,'action started via WP Cron','2021-01-25 16:52:14','2021-01-25 11:52:14'),
(102491,38327,'action complete via WP Cron','2021-01-25 16:52:14','2021-01-25 11:52:14'),
(102492,38328,'action created','2021-01-25 16:52:14','2021-01-25 11:52:14'),
(102493,38328,'action started via WP Cron','2021-01-25 16:54:02','2021-01-25 11:54:02'),
(102494,38328,'action complete via WP Cron','2021-01-25 16:54:02','2021-01-25 11:54:02'),
(102495,38329,'action created','2021-01-25 16:54:02','2021-01-25 11:54:02'),
(102496,38329,'action started via WP Cron','2021-01-25 16:54:14','2021-01-25 11:54:14'),
(102497,38329,'action complete via WP Cron','2021-01-25 16:54:14','2021-01-25 11:54:14'),
(102498,38330,'action created','2021-01-25 16:54:14','2021-01-25 11:54:14'),
(102499,38330,'action started via WP Cron','2021-01-25 16:55:37','2021-01-25 11:55:37'),
(102500,38330,'action complete via WP Cron','2021-01-25 16:55:37','2021-01-25 11:55:37'),
(102501,38331,'action created','2021-01-25 16:55:37','2021-01-25 11:55:37'),
(102502,38331,'action started via WP Cron','2021-01-25 16:58:26','2021-01-25 11:58:26'),
(102503,38331,'action complete via WP Cron','2021-01-25 16:58:26','2021-01-25 11:58:26'),
(102504,38332,'action created','2021-01-25 16:58:26','2021-01-25 11:58:26'),
(102505,38332,'action started via WP Cron','2021-01-25 16:59:11','2021-01-25 11:59:11'),
(102506,38332,'action complete via WP Cron','2021-01-25 16:59:11','2021-01-25 11:59:11'),
(102507,38333,'action created','2021-01-25 16:59:11','2021-01-25 11:59:11'),
(102508,38333,'action started via WP Cron','2021-01-25 17:00:38','2021-01-25 12:00:38'),
(102509,38333,'action complete via WP Cron','2021-01-25 17:00:38','2021-01-25 12:00:38'),
(102510,38334,'action created','2021-01-25 17:00:38','2021-01-25 12:00:38'),
(102511,38334,'action started via WP Cron','2021-01-25 17:01:16','2021-01-25 12:01:16'),
(102512,38334,'action complete via WP Cron','2021-01-25 17:01:16','2021-01-25 12:01:16'),
(102513,38335,'action created','2021-01-25 17:01:16','2021-01-25 12:01:16'),
(102514,38335,'action started via WP Cron','2021-01-25 17:02:15','2021-01-25 12:02:15'),
(102515,38335,'action complete via WP Cron','2021-01-25 17:02:15','2021-01-25 12:02:15'),
(102516,38336,'action created','2021-01-25 17:02:15','2021-01-25 12:02:15'),
(102517,38336,'action started via WP Cron','2021-01-25 17:03:34','2021-01-25 12:03:34'),
(102518,38336,'action complete via WP Cron','2021-01-25 17:03:34','2021-01-25 12:03:34'),
(102519,38337,'action created','2021-01-25 17:03:34','2021-01-25 12:03:34'),
(102520,38337,'action started via WP Cron','2021-01-25 17:04:48','2021-01-25 12:04:48'),
(102521,38337,'action complete via WP Cron','2021-01-25 17:04:48','2021-01-25 12:04:48'),
(102522,38338,'action created','2021-01-25 17:04:48','2021-01-25 12:04:48'),
(102523,38338,'action started via WP Cron','2021-01-25 17:05:42','2021-01-25 12:05:42'),
(102524,38338,'action complete via WP Cron','2021-01-25 17:05:42','2021-01-25 12:05:42'),
(102525,38339,'action created','2021-01-25 17:05:42','2021-01-25 12:05:42'),
(102526,38339,'action started via WP Cron','2021-01-25 17:06:16','2021-01-25 12:06:16'),
(102527,38339,'action complete via WP Cron','2021-01-25 17:06:16','2021-01-25 12:06:16'),
(102528,38340,'action created','2021-01-25 17:06:16','2021-01-25 12:06:16'),
(102529,38340,'action started via WP Cron','2021-01-25 17:07:36','2021-01-25 12:07:36'),
(102530,38340,'action complete via WP Cron','2021-01-25 17:07:36','2021-01-25 12:07:36'),
(102531,38341,'action created','2021-01-25 17:07:36','2021-01-25 12:07:36'),
(102532,38341,'action started via WP Cron','2021-01-25 17:08:20','2021-01-25 12:08:20'),
(102533,38341,'action complete via WP Cron','2021-01-25 17:08:20','2021-01-25 12:08:20'),
(102534,38342,'action created','2021-01-25 17:08:20','2021-01-25 12:08:20'),
(102535,38342,'action started via WP Cron','2021-01-25 17:09:43','2021-01-25 12:09:43'),
(102536,38342,'action complete via WP Cron','2021-01-25 17:09:43','2021-01-25 12:09:43'),
(102537,38343,'action created','2021-01-25 17:09:43','2021-01-25 12:09:43'),
(102538,38343,'action started via WP Cron','2021-01-25 17:10:40','2021-01-25 12:10:40'),
(102539,38343,'action complete via WP Cron','2021-01-25 17:10:40','2021-01-25 12:10:40'),
(102540,38344,'action created','2021-01-25 17:10:40','2021-01-25 12:10:40'),
(102541,38344,'action started via WP Cron','2021-01-25 17:12:20','2021-01-25 12:12:20'),
(102542,38344,'action complete via WP Cron','2021-01-25 17:12:20','2021-01-25 12:12:20'),
(102543,38345,'action created','2021-01-25 17:12:20','2021-01-25 12:12:20'),
(102544,38345,'action started via WP Cron','2021-01-25 17:15:39','2021-01-25 12:15:39'),
(102545,38345,'action complete via WP Cron','2021-01-25 17:15:39','2021-01-25 12:15:39'),
(102546,38346,'action created','2021-01-25 17:15:39','2021-01-25 12:15:39'),
(102547,38346,'action started via WP Cron','2021-01-25 17:17:22','2021-01-25 12:17:22'),
(102548,38346,'action complete via WP Cron','2021-01-25 17:17:22','2021-01-25 12:17:22'),
(102549,38347,'action created','2021-01-25 17:17:22','2021-01-25 12:17:22'),
(102550,38347,'action started via WP Cron','2021-01-25 17:18:27','2021-01-25 12:18:27'),
(102551,38347,'action complete via WP Cron','2021-01-25 17:18:27','2021-01-25 12:18:27'),
(102552,38348,'action created','2021-01-25 17:18:27','2021-01-25 12:18:27'),
(102553,38348,'action started via WP Cron','2021-01-25 17:19:21','2021-01-25 12:19:21'),
(102554,38348,'action complete via WP Cron','2021-01-25 17:19:21','2021-01-25 12:19:21'),
(102555,38349,'action created','2021-01-25 17:19:22','2021-01-25 12:19:22'),
(102556,38349,'action started via WP Cron','2021-01-25 17:20:58','2021-01-25 12:20:58'),
(102557,38349,'action complete via WP Cron','2021-01-25 17:20:58','2021-01-25 12:20:58'),
(102558,38350,'action created','2021-01-25 17:20:58','2021-01-25 12:20:58'),
(102559,38350,'action started via WP Cron','2021-01-25 17:21:26','2021-01-25 12:21:26'),
(102560,38350,'action complete via WP Cron','2021-01-25 17:21:26','2021-01-25 12:21:26'),
(102561,38351,'action created','2021-01-25 17:21:26','2021-01-25 12:21:26'),
(102562,38351,'action started via WP Cron','2021-01-25 17:22:35','2021-01-25 12:22:35'),
(102563,38351,'action complete via WP Cron','2021-01-25 17:22:35','2021-01-25 12:22:35'),
(102564,38352,'action created','2021-01-25 17:22:35','2021-01-25 12:22:35'),
(102565,38352,'action started via WP Cron','2021-01-25 17:23:19','2021-01-25 12:23:19'),
(102566,38352,'action complete via WP Cron','2021-01-25 17:23:19','2021-01-25 12:23:19'),
(102567,38353,'action created','2021-01-25 17:23:19','2021-01-25 12:23:19'),
(102568,38353,'action started via WP Cron','2021-01-25 17:24:35','2021-01-25 12:24:35'),
(102569,38353,'action complete via WP Cron','2021-01-25 17:24:35','2021-01-25 12:24:35'),
(102570,38354,'action created','2021-01-25 17:24:36','2021-01-25 12:24:36'),
(102571,38354,'action started via WP Cron','2021-01-25 17:26:10','2021-01-25 12:26:10'),
(102572,38354,'action complete via WP Cron','2021-01-25 17:26:10','2021-01-25 12:26:10'),
(102573,38355,'action created','2021-01-25 17:26:10','2021-01-25 12:26:10'),
(102574,38355,'action started via WP Cron','2021-01-25 17:26:34','2021-01-25 12:26:34'),
(102575,38355,'action complete via WP Cron','2021-01-25 17:26:34','2021-01-25 12:26:34'),
(102576,38356,'action created','2021-01-25 17:26:34','2021-01-25 12:26:34'),
(102577,38356,'action started via WP Cron','2021-01-25 17:27:55','2021-01-25 12:27:55'),
(102578,38356,'action complete via WP Cron','2021-01-25 17:27:55','2021-01-25 12:27:55'),
(102579,38357,'action created','2021-01-25 17:27:55','2021-01-25 12:27:55'),
(102580,38357,'action started via WP Cron','2021-01-25 17:28:18','2021-01-25 12:28:18'),
(102581,38357,'action complete via WP Cron','2021-01-25 17:28:18','2021-01-25 12:28:18'),
(102582,38358,'action created','2021-01-25 17:28:18','2021-01-25 12:28:18'),
(102583,38358,'action started via WP Cron','2021-01-25 17:29:59','2021-01-25 12:29:59'),
(102584,38358,'action complete via WP Cron','2021-01-25 17:29:59','2021-01-25 12:29:59'),
(102585,38359,'action created','2021-01-25 17:29:59','2021-01-25 12:29:59'),
(102586,38359,'action started via WP Cron','2021-01-25 17:30:15','2021-01-25 12:30:15'),
(102587,38359,'action complete via WP Cron','2021-01-25 17:30:15','2021-01-25 12:30:15'),
(102588,38360,'action created','2021-01-25 17:30:15','2021-01-25 12:30:15'),
(102589,38360,'action started via WP Cron','2021-01-25 17:31:18','2021-01-25 12:31:18'),
(102590,38360,'action complete via WP Cron','2021-01-25 17:31:18','2021-01-25 12:31:18'),
(102591,38361,'action created','2021-01-25 17:31:18','2021-01-25 12:31:18'),
(102592,38361,'action started via WP Cron','2021-01-25 17:32:24','2021-01-25 12:32:24'),
(102593,38361,'action complete via WP Cron','2021-01-25 17:32:24','2021-01-25 12:32:24'),
(102594,38362,'action created','2021-01-25 17:32:24','2021-01-25 12:32:24'),
(102595,38362,'action started via WP Cron','2021-01-25 17:33:31','2021-01-25 12:33:31'),
(102596,38362,'action complete via WP Cron','2021-01-25 17:33:31','2021-01-25 12:33:31'),
(102597,38363,'action created','2021-01-25 17:33:31','2021-01-25 12:33:31'),
(102598,38363,'action started via WP Cron','2021-01-25 17:34:48','2021-01-25 12:34:48'),
(102599,38363,'action complete via WP Cron','2021-01-25 17:34:48','2021-01-25 12:34:48'),
(102600,38364,'action created','2021-01-25 17:34:48','2021-01-25 12:34:48'),
(102601,38364,'action started via WP Cron','2021-01-25 17:35:56','2021-01-25 12:35:56'),
(102602,38364,'action complete via WP Cron','2021-01-25 17:35:56','2021-01-25 12:35:56'),
(102603,38365,'action created','2021-01-25 17:35:56','2021-01-25 12:35:56'),
(102604,38365,'action started via WP Cron','2021-01-25 17:36:15','2021-01-25 12:36:15'),
(102605,38365,'action complete via WP Cron','2021-01-25 17:36:15','2021-01-25 12:36:15'),
(102606,38366,'action created','2021-01-25 17:36:15','2021-01-25 12:36:15'),
(102607,38366,'action started via WP Cron','2021-01-25 17:38:39','2021-01-25 12:38:39'),
(102608,38366,'action complete via WP Cron','2021-01-25 17:38:39','2021-01-25 12:38:39'),
(102609,38367,'action created','2021-01-25 17:38:39','2021-01-25 12:38:39'),
(102610,38367,'action started via WP Cron','2021-01-25 17:39:28','2021-01-25 12:39:28'),
(102611,38367,'action complete via WP Cron','2021-01-25 17:39:28','2021-01-25 12:39:28'),
(102612,38368,'action created','2021-01-25 17:39:28','2021-01-25 12:39:28'),
(102613,38368,'action started via WP Cron','2021-01-25 17:40:56','2021-01-25 12:40:56'),
(102614,38368,'action complete via WP Cron','2021-01-25 17:40:56','2021-01-25 12:40:56'),
(102615,38369,'action created','2021-01-25 17:40:56','2021-01-25 12:40:56'),
(102616,38369,'action started via WP Cron','2021-01-25 17:41:50','2021-01-25 12:41:50'),
(102617,38369,'action complete via WP Cron','2021-01-25 17:41:50','2021-01-25 12:41:50'),
(102618,38370,'action created','2021-01-25 17:41:51','2021-01-25 12:41:51'),
(102619,38370,'action started via WP Cron','2021-01-25 17:42:25','2021-01-25 12:42:25'),
(102620,38370,'action complete via WP Cron','2021-01-25 17:42:25','2021-01-25 12:42:25'),
(102621,38371,'action created','2021-01-25 17:42:25','2021-01-25 12:42:25'),
(102622,38371,'action started via WP Cron','2021-01-25 17:43:28','2021-01-25 12:43:28'),
(102623,38371,'action complete via WP Cron','2021-01-25 17:43:28','2021-01-25 12:43:28'),
(102624,38372,'action created','2021-01-25 17:43:28','2021-01-25 12:43:28'),
(102625,38372,'action started via WP Cron','2021-01-25 17:44:21','2021-01-25 12:44:21'),
(102626,38372,'action complete via WP Cron','2021-01-25 17:44:21','2021-01-25 12:44:21'),
(102627,38373,'action created','2021-01-25 17:44:21','2021-01-25 12:44:21'),
(102628,38373,'action started via WP Cron','2021-01-25 17:45:28','2021-01-25 12:45:28'),
(102629,38373,'action complete via WP Cron','2021-01-25 17:45:28','2021-01-25 12:45:28'),
(102630,38374,'action created','2021-01-25 17:45:28','2021-01-25 12:45:28'),
(102631,38374,'action started via WP Cron','2021-01-25 17:46:30','2021-01-25 12:46:30'),
(102632,38374,'action complete via WP Cron','2021-01-25 17:46:30','2021-01-25 12:46:30'),
(102633,38375,'action created','2021-01-25 17:46:30','2021-01-25 12:46:30'),
(102634,38375,'action started via WP Cron','2021-01-25 17:47:34','2021-01-25 12:47:34'),
(102635,38375,'action complete via WP Cron','2021-01-25 17:47:34','2021-01-25 12:47:34'),
(102636,38376,'action created','2021-01-25 17:47:34','2021-01-25 12:47:34'),
(102637,38376,'action started via WP Cron','2021-01-25 17:48:30','2021-01-25 12:48:30'),
(102638,38376,'action complete via WP Cron','2021-01-25 17:48:30','2021-01-25 12:48:30'),
(102639,38377,'action created','2021-01-25 17:48:30','2021-01-25 12:48:30'),
(102640,38377,'action started via WP Cron','2021-01-25 17:49:27','2021-01-25 12:49:27'),
(102641,38377,'action complete via WP Cron','2021-01-25 17:49:27','2021-01-25 12:49:27'),
(102642,38378,'action created','2021-01-25 17:49:27','2021-01-25 12:49:27'),
(102643,38378,'action started via WP Cron','2021-01-25 17:50:23','2021-01-25 12:50:23'),
(102644,38378,'action complete via WP Cron','2021-01-25 17:50:23','2021-01-25 12:50:23'),
(102645,38379,'action created','2021-01-25 17:50:23','2021-01-25 12:50:23'),
(102646,38379,'action started via WP Cron','2021-01-25 17:51:20','2021-01-25 12:51:20'),
(102647,38379,'action complete via WP Cron','2021-01-25 17:51:20','2021-01-25 12:51:20'),
(102648,38380,'action created','2021-01-25 17:51:20','2021-01-25 12:51:20'),
(102649,38380,'action started via WP Cron','2021-01-25 17:52:13','2021-01-25 12:52:13'),
(102650,38380,'action complete via WP Cron','2021-01-25 17:52:13','2021-01-25 12:52:13'),
(102651,38381,'action created','2021-01-25 17:52:13','2021-01-25 12:52:13'),
(102652,38381,'action started via WP Cron','2021-01-25 17:53:13','2021-01-25 12:53:13'),
(102653,38381,'action complete via WP Cron','2021-01-25 17:53:13','2021-01-25 12:53:13'),
(102654,38382,'action created','2021-01-25 17:53:13','2021-01-25 12:53:13'),
(102655,38382,'action started via WP Cron','2021-01-25 17:54:34','2021-01-25 12:54:34'),
(102656,38382,'action complete via WP Cron','2021-01-25 17:54:34','2021-01-25 12:54:34'),
(102657,38383,'action created','2021-01-25 17:54:34','2021-01-25 12:54:34'),
(102658,38383,'action started via WP Cron','2021-01-25 17:55:13','2021-01-25 12:55:13'),
(102659,38383,'action complete via WP Cron','2021-01-25 17:55:13','2021-01-25 12:55:13'),
(102660,38384,'action created','2021-01-25 17:55:13','2021-01-25 12:55:13'),
(102661,38384,'action started via WP Cron','2021-01-25 17:56:27','2021-01-25 12:56:27'),
(102662,38384,'action complete via WP Cron','2021-01-25 17:56:27','2021-01-25 12:56:27'),
(102663,38385,'action created','2021-01-25 17:56:27','2021-01-25 12:56:27'),
(102664,38385,'action started via WP Cron','2021-01-25 17:57:15','2021-01-25 12:57:15'),
(102665,38385,'action complete via WP Cron','2021-01-25 17:57:15','2021-01-25 12:57:15'),
(102666,38386,'action created','2021-01-25 17:57:15','2021-01-25 12:57:15'),
(102667,38386,'action started via WP Cron','2021-01-25 17:58:24','2021-01-25 12:58:24'),
(102668,38386,'action complete via WP Cron','2021-01-25 17:58:24','2021-01-25 12:58:24'),
(102669,38387,'action created','2021-01-25 17:58:24','2021-01-25 12:58:24'),
(102670,38387,'action started via WP Cron','2021-01-25 17:59:14','2021-01-25 12:59:14'),
(102671,38387,'action complete via WP Cron','2021-01-25 17:59:14','2021-01-25 12:59:14'),
(102672,38388,'action created','2021-01-25 17:59:14','2021-01-25 12:59:14'),
(102673,38388,'action started via WP Cron','2021-01-25 18:00:12','2021-01-25 13:00:12'),
(102674,38388,'action complete via WP Cron','2021-01-25 18:00:12','2021-01-25 13:00:12'),
(102675,38389,'action created','2021-01-25 18:00:12','2021-01-25 13:00:12'),
(102676,38389,'action started via WP Cron','2021-01-25 18:01:20','2021-01-25 13:01:20'),
(102677,38389,'action complete via WP Cron','2021-01-25 18:01:20','2021-01-25 13:01:20'),
(102678,38390,'action created','2021-01-25 18:01:20','2021-01-25 13:01:20'),
(102679,38390,'action started via WP Cron','2021-01-25 18:02:28','2021-01-25 13:02:28'),
(102680,38390,'action complete via WP Cron','2021-01-25 18:02:28','2021-01-25 13:02:28'),
(102681,38391,'action created','2021-01-25 18:02:28','2021-01-25 13:02:28'),
(102682,38391,'action started via WP Cron','2021-01-25 18:03:32','2021-01-25 13:03:32'),
(102683,38391,'action complete via WP Cron','2021-01-25 18:03:32','2021-01-25 13:03:32'),
(102684,38392,'action created','2021-01-25 18:03:32','2021-01-25 13:03:32'),
(102685,38392,'action started via WP Cron','2021-01-25 18:04:26','2021-01-25 13:04:26'),
(102686,38392,'action complete via WP Cron','2021-01-25 18:04:26','2021-01-25 13:04:26'),
(102687,38393,'action created','2021-01-25 18:04:26','2021-01-25 13:04:26'),
(102688,38393,'action started via WP Cron','2021-01-25 18:05:14','2021-01-25 13:05:14'),
(102689,38393,'action complete via WP Cron','2021-01-25 18:05:14','2021-01-25 13:05:14'),
(102690,38394,'action created','2021-01-25 18:05:14','2021-01-25 13:05:14'),
(102691,38394,'action started via WP Cron','2021-01-25 18:06:56','2021-01-25 13:06:56'),
(102692,38394,'action complete via WP Cron','2021-01-25 18:06:56','2021-01-25 13:06:56'),
(102693,38395,'action created','2021-01-25 18:06:56','2021-01-25 13:06:56'),
(102694,38395,'action started via WP Cron','2021-01-25 18:09:24','2021-01-25 13:09:24'),
(102695,38395,'action complete via WP Cron','2021-01-25 18:09:24','2021-01-25 13:09:24'),
(102696,38396,'action created','2021-01-25 18:09:24','2021-01-25 13:09:24'),
(102697,38396,'action started via WP Cron','2021-01-25 18:10:28','2021-01-25 13:10:28'),
(102698,38396,'action complete via WP Cron','2021-01-25 18:10:28','2021-01-25 13:10:28'),
(102699,38397,'action created','2021-01-25 18:10:28','2021-01-25 13:10:28'),
(102700,38397,'action started via WP Cron','2021-01-25 18:11:18','2021-01-25 13:11:18'),
(102701,38397,'action complete via WP Cron','2021-01-25 18:11:18','2021-01-25 13:11:18'),
(102702,38398,'action created','2021-01-25 18:11:18','2021-01-25 13:11:18'),
(102703,38398,'action started via WP Cron','2021-01-25 18:12:50','2021-01-25 13:12:50'),
(102704,38398,'action complete via WP Cron','2021-01-25 18:12:50','2021-01-25 13:12:50'),
(102705,38399,'action created','2021-01-25 18:12:50','2021-01-25 13:12:50'),
(102706,38399,'action started via WP Cron','2021-01-25 18:13:29','2021-01-25 13:13:29'),
(102707,38399,'action complete via WP Cron','2021-01-25 18:13:29','2021-01-25 13:13:29'),
(102708,38400,'action created','2021-01-25 18:13:30','2021-01-25 13:13:30'),
(102709,38400,'action started via WP Cron','2021-01-25 18:14:23','2021-01-25 13:14:23'),
(102710,38400,'action complete via WP Cron','2021-01-25 18:14:23','2021-01-25 13:14:23'),
(102711,38401,'action created','2021-01-25 18:14:23','2021-01-25 13:14:23'),
(102712,38401,'action started via WP Cron','2021-01-25 18:16:01','2021-01-25 13:16:01'),
(102713,38401,'action complete via WP Cron','2021-01-25 18:16:01','2021-01-25 13:16:01'),
(102714,38402,'action created','2021-01-25 18:16:01','2021-01-25 13:16:01'),
(102715,38402,'action started via WP Cron','2021-01-25 18:17:04','2021-01-25 13:17:04'),
(102716,38402,'action complete via WP Cron','2021-01-25 18:17:04','2021-01-25 13:17:04'),
(102717,38403,'action created','2021-01-25 18:17:04','2021-01-25 13:17:04'),
(102718,38403,'action started via WP Cron','2021-01-25 18:17:19','2021-01-25 13:17:19'),
(102719,38403,'action complete via WP Cron','2021-01-25 18:17:19','2021-01-25 13:17:19'),
(102720,38404,'action created','2021-01-25 18:17:19','2021-01-25 13:17:19'),
(102721,38404,'action started via WP Cron','2021-01-25 18:19:01','2021-01-25 13:19:01'),
(102722,38404,'action complete via WP Cron','2021-01-25 18:19:01','2021-01-25 13:19:01'),
(102723,38405,'action created','2021-01-25 18:19:01','2021-01-25 13:19:01'),
(102724,38405,'action started via WP Cron','2021-01-25 18:20:24','2021-01-25 13:20:24'),
(102725,38405,'action complete via WP Cron','2021-01-25 18:20:24','2021-01-25 13:20:24'),
(102726,38406,'action created','2021-01-25 18:20:24','2021-01-25 13:20:24'),
(102727,38406,'action started via WP Cron','2021-01-25 18:21:11','2021-01-25 13:21:11'),
(102728,38406,'action complete via WP Cron','2021-01-25 18:21:11','2021-01-25 13:21:11'),
(102729,38407,'action created','2021-01-25 18:21:11','2021-01-25 13:21:11'),
(102730,38407,'action started via WP Cron','2021-01-25 18:23:18','2021-01-25 13:23:18'),
(102731,38407,'action complete via WP Cron','2021-01-25 18:23:18','2021-01-25 13:23:18'),
(102732,38408,'action created','2021-01-25 18:23:18','2021-01-25 13:23:18'),
(102733,38408,'action started via WP Cron','2021-01-25 18:24:20','2021-01-25 13:24:20'),
(102734,38408,'action complete via WP Cron','2021-01-25 18:24:20','2021-01-25 13:24:20'),
(102735,38409,'action created','2021-01-25 18:24:20','2021-01-25 13:24:20'),
(102736,38409,'action started via WP Cron','2021-01-25 18:26:37','2021-01-25 13:26:37'),
(102737,38409,'action complete via WP Cron','2021-01-25 18:26:37','2021-01-25 13:26:37'),
(102738,38410,'action created','2021-01-25 18:26:37','2021-01-25 13:26:37'),
(102739,38410,'action started via WP Cron','2021-01-25 18:28:05','2021-01-25 13:28:05'),
(102740,38410,'action complete via WP Cron','2021-01-25 18:28:05','2021-01-25 13:28:05'),
(102741,38411,'action created','2021-01-25 18:28:05','2021-01-25 13:28:05'),
(102742,38411,'action started via WP Cron','2021-01-25 18:28:19','2021-01-25 13:28:19'),
(102743,38411,'action complete via WP Cron','2021-01-25 18:28:19','2021-01-25 13:28:19'),
(102744,38412,'action created','2021-01-25 18:28:19','2021-01-25 13:28:19'),
(102745,38412,'action started via WP Cron','2021-01-25 18:32:09','2021-01-25 13:32:09'),
(102746,38412,'action complete via WP Cron','2021-01-25 18:32:09','2021-01-25 13:32:09'),
(102747,38413,'action created','2021-01-25 18:32:09','2021-01-25 13:32:09'),
(102748,38413,'action started via WP Cron','2021-01-25 18:37:34','2021-01-25 13:37:34'),
(102749,38413,'action complete via WP Cron','2021-01-25 18:37:34','2021-01-25 13:37:34'),
(102750,38414,'action created','2021-01-25 18:41:20','2021-01-25 13:41:20'),
(102751,38414,'action started via WP Cron','2021-01-25 18:42:39','2021-01-25 13:42:39'),
(102752,38414,'action complete via WP Cron','2021-01-25 18:42:39','2021-01-25 13:42:39'),
(102753,38415,'action created','2021-01-25 18:42:39','2021-01-25 13:42:39'),
(102754,38415,'action started via WP Cron','2021-01-25 18:43:59','2021-01-25 13:43:59'),
(102755,38415,'action complete via WP Cron','2021-01-25 18:43:59','2021-01-25 13:43:59'),
(102756,38416,'action created','2021-01-25 18:43:59','2021-01-25 13:43:59'),
(102757,38416,'action started via WP Cron','2021-01-25 18:44:14','2021-01-25 13:44:14'),
(102758,38416,'action complete via WP Cron','2021-01-25 18:44:14','2021-01-25 13:44:14'),
(102759,38417,'action created','2021-01-25 18:44:14','2021-01-25 13:44:14'),
(102760,38417,'action started via WP Cron','2021-01-25 18:45:16','2021-01-25 13:45:16'),
(102761,38417,'action complete via WP Cron','2021-01-25 18:45:16','2021-01-25 13:45:16'),
(102762,38418,'action created','2021-01-25 18:45:16','2021-01-25 13:45:16'),
(102763,38418,'action started via WP Cron','2021-01-25 18:47:22','2021-01-25 13:47:22'),
(102764,38418,'action complete via WP Cron','2021-01-25 18:47:22','2021-01-25 13:47:22'),
(102765,38419,'action created','2021-01-25 18:47:22','2021-01-25 13:47:22'),
(102766,38419,'action started via WP Cron','2021-01-25 18:48:51','2021-01-25 13:48:51'),
(102767,38419,'action complete via WP Cron','2021-01-25 18:48:51','2021-01-25 13:48:51'),
(102768,38420,'action created','2021-01-25 18:48:51','2021-01-25 13:48:51'),
(102769,38420,'action started via WP Cron','2021-01-25 18:49:14','2021-01-25 13:49:14'),
(102770,38420,'action complete via WP Cron','2021-01-25 18:49:14','2021-01-25 13:49:14'),
(102771,38421,'action created','2021-01-25 18:49:14','2021-01-25 13:49:14'),
(102772,38421,'action started via WP Cron','2021-01-25 18:52:34','2021-01-25 13:52:34'),
(102773,38421,'action complete via WP Cron','2021-01-25 18:52:34','2021-01-25 13:52:34'),
(102774,38422,'action created','2021-01-25 18:52:34','2021-01-25 13:52:34'),
(102775,38422,'action started via WP Cron','2021-01-25 18:53:50','2021-01-25 13:53:50'),
(102776,38422,'action complete via WP Cron','2021-01-25 18:53:50','2021-01-25 13:53:50'),
(102777,38423,'action created','2021-01-25 18:53:50','2021-01-25 13:53:50'),
(102778,38423,'action started via WP Cron','2021-01-25 18:55:36','2021-01-25 13:55:36'),
(102779,38423,'action complete via WP Cron','2021-01-25 18:55:36','2021-01-25 13:55:36'),
(102780,38424,'action created','2021-01-25 18:55:36','2021-01-25 13:55:36'),
(102781,38424,'action started via WP Cron','2021-01-25 18:56:59','2021-01-25 13:56:59'),
(102782,38424,'action complete via WP Cron','2021-01-25 18:56:59','2021-01-25 13:56:59'),
(102783,38425,'action created','2021-01-25 18:56:59','2021-01-25 13:56:59'),
(102784,38425,'action started via WP Cron','2021-01-25 18:57:40','2021-01-25 13:57:40'),
(102785,38425,'action complete via WP Cron','2021-01-25 18:57:40','2021-01-25 13:57:40'),
(102786,38426,'action created','2021-01-25 18:57:40','2021-01-25 13:57:40'),
(102787,38426,'action started via WP Cron','2021-01-25 18:58:48','2021-01-25 13:58:48'),
(102788,38426,'action complete via WP Cron','2021-01-25 18:58:48','2021-01-25 13:58:48'),
(102789,38427,'action created','2021-01-25 18:58:48','2021-01-25 13:58:48'),
(102790,38427,'action started via WP Cron','2021-01-25 18:59:11','2021-01-25 13:59:11'),
(102791,38427,'action complete via WP Cron','2021-01-25 18:59:11','2021-01-25 13:59:11'),
(102792,38428,'action created','2021-01-25 18:59:11','2021-01-25 13:59:11'),
(102793,38428,'action started via WP Cron','2021-01-25 19:00:34','2021-01-25 14:00:34'),
(102794,38428,'action complete via WP Cron','2021-01-25 19:00:34','2021-01-25 14:00:34'),
(102795,38429,'action created','2021-01-25 19:00:34','2021-01-25 14:00:34'),
(102796,38429,'action started via WP Cron','2021-01-25 19:01:15','2021-01-25 14:01:15'),
(102797,38429,'action complete via WP Cron','2021-01-25 19:01:15','2021-01-25 14:01:15'),
(102798,38430,'action created','2021-01-25 19:01:15','2021-01-25 14:01:15'),
(102799,38430,'action started via WP Cron','2021-01-25 19:02:46','2021-01-25 14:02:46'),
(102800,38430,'action complete via WP Cron','2021-01-25 19:02:46','2021-01-25 14:02:46'),
(102801,38431,'action created','2021-01-25 19:02:46','2021-01-25 14:02:46'),
(102802,38431,'action started via WP Cron','2021-01-25 19:03:24','2021-01-25 14:03:24'),
(102803,38431,'action complete via WP Cron','2021-01-25 19:03:24','2021-01-25 14:03:24'),
(102804,38432,'action created','2021-01-25 19:03:24','2021-01-25 14:03:24'),
(102805,38432,'action started via WP Cron','2021-01-25 19:05:49','2021-01-25 14:05:49'),
(102806,38432,'action complete via WP Cron','2021-01-25 19:05:49','2021-01-25 14:05:49'),
(102807,38433,'action created','2021-01-25 19:05:49','2021-01-25 14:05:49'),
(102808,38433,'action started via WP Cron','2021-01-25 19:07:38','2021-01-25 14:07:38'),
(102809,38433,'action complete via WP Cron','2021-01-25 19:07:38','2021-01-25 14:07:38'),
(102810,38434,'action created','2021-01-25 19:07:38','2021-01-25 14:07:38'),
(102811,38434,'action started via WP Cron','2021-01-25 19:09:24','2021-01-25 14:09:24'),
(102812,38434,'action complete via WP Cron','2021-01-25 19:09:24','2021-01-25 14:09:24'),
(102813,38435,'action created','2021-01-25 19:09:24','2021-01-25 14:09:24'),
(102814,38435,'action started via WP Cron','2021-01-25 19:10:25','2021-01-25 14:10:25'),
(102815,38435,'action complete via WP Cron','2021-01-25 19:10:25','2021-01-25 14:10:25'),
(102816,38436,'action created','2021-01-25 19:10:25','2021-01-25 14:10:25'),
(102817,38436,'action started via WP Cron','2021-01-25 19:11:17','2021-01-25 14:11:17'),
(102818,38436,'action complete via WP Cron','2021-01-25 19:11:17','2021-01-25 14:11:17'),
(102819,38437,'action created','2021-01-25 19:11:17','2021-01-25 14:11:17'),
(102820,38437,'action started via WP Cron','2021-01-25 19:12:16','2021-01-25 14:12:16'),
(102821,38437,'action complete via WP Cron','2021-01-25 19:12:16','2021-01-25 14:12:16'),
(102822,38438,'action created','2021-01-25 19:12:16','2021-01-25 14:12:16'),
(102823,38438,'action started via WP Cron','2021-01-25 19:13:42','2021-01-25 14:13:42'),
(102824,38438,'action complete via WP Cron','2021-01-25 19:13:42','2021-01-25 14:13:42'),
(102825,38439,'action created','2021-01-25 19:13:42','2021-01-25 14:13:42'),
(102826,38439,'action started via WP Cron','2021-01-25 19:14:15','2021-01-25 14:14:15'),
(102827,38439,'action complete via WP Cron','2021-01-25 19:14:15','2021-01-25 14:14:15'),
(102828,38440,'action created','2021-01-25 19:14:15','2021-01-25 14:14:15'),
(102829,38440,'action started via WP Cron','2021-01-25 19:15:32','2021-01-25 14:15:32'),
(102830,38440,'action complete via WP Cron','2021-01-25 19:15:32','2021-01-25 14:15:32'),
(102831,38441,'action created','2021-01-25 19:15:32','2021-01-25 14:15:32'),
(102832,38441,'action started via WP Cron','2021-01-25 19:16:20','2021-01-25 14:16:20'),
(102833,38441,'action complete via WP Cron','2021-01-25 19:16:20','2021-01-25 14:16:20'),
(102834,38442,'action created','2021-01-25 19:16:20','2021-01-25 14:16:20'),
(102835,38442,'action started via WP Cron','2021-01-25 19:17:22','2021-01-25 14:17:22'),
(102836,38442,'action complete via WP Cron','2021-01-25 19:17:22','2021-01-25 14:17:22'),
(102837,38443,'action created','2021-01-25 19:17:22','2021-01-25 14:17:22'),
(102838,38443,'action started via WP Cron','2021-01-25 19:18:37','2021-01-25 14:18:37'),
(102839,38443,'action complete via WP Cron','2021-01-25 19:18:37','2021-01-25 14:18:37'),
(102840,38444,'action created','2021-01-25 19:18:37','2021-01-25 14:18:37'),
(102841,38444,'action started via WP Cron','2021-01-25 19:19:15','2021-01-25 14:19:15'),
(102842,38444,'action complete via WP Cron','2021-01-25 19:19:15','2021-01-25 14:19:15'),
(102843,38445,'action created','2021-01-25 19:19:15','2021-01-25 14:19:15'),
(102844,38445,'action started via WP Cron','2021-01-25 19:20:26','2021-01-25 14:20:26'),
(102845,38445,'action complete via WP Cron','2021-01-25 19:20:26','2021-01-25 14:20:26'),
(102846,38446,'action created','2021-01-25 19:20:26','2021-01-25 14:20:26'),
(102847,38446,'action started via WP Cron','2021-01-25 19:21:25','2021-01-25 14:21:25'),
(102848,38446,'action complete via WP Cron','2021-01-25 19:21:25','2021-01-25 14:21:25'),
(102849,38447,'action created','2021-01-25 19:21:25','2021-01-25 14:21:25'),
(102850,38447,'action started via WP Cron','2021-01-25 19:22:45','2021-01-25 14:22:45'),
(102851,38447,'action complete via WP Cron','2021-01-25 19:22:45','2021-01-25 14:22:45'),
(102852,38448,'action created','2021-01-25 19:22:45','2021-01-25 14:22:45'),
(102853,38448,'action started via WP Cron','2021-01-25 19:23:16','2021-01-25 14:23:16'),
(102854,38448,'action complete via WP Cron','2021-01-25 19:23:16','2021-01-25 14:23:16'),
(102855,38449,'action created','2021-01-25 19:23:16','2021-01-25 14:23:16'),
(102856,38449,'action started via WP Cron','2021-01-25 19:24:22','2021-01-25 14:24:22'),
(102857,38449,'action complete via WP Cron','2021-01-25 19:24:22','2021-01-25 14:24:22'),
(102858,38450,'action created','2021-01-25 19:24:22','2021-01-25 14:24:22'),
(102859,38450,'action started via WP Cron','2021-01-25 19:25:12','2021-01-25 14:25:12'),
(102860,38450,'action complete via WP Cron','2021-01-25 19:25:12','2021-01-25 14:25:12'),
(102861,38451,'action created','2021-01-25 19:25:13','2021-01-25 14:25:13'),
(102862,38451,'action started via WP Cron','2021-01-25 19:26:47','2021-01-25 14:26:47'),
(102863,38451,'action complete via WP Cron','2021-01-25 19:26:47','2021-01-25 14:26:47'),
(102864,38452,'action created','2021-01-25 19:26:47','2021-01-25 14:26:47'),
(102865,38452,'action started via WP Cron','2021-01-25 19:27:45','2021-01-25 14:27:45'),
(102866,38452,'action complete via WP Cron','2021-01-25 19:27:45','2021-01-25 14:27:45'),
(102867,38453,'action created','2021-01-25 19:27:45','2021-01-25 14:27:45'),
(102868,38453,'action started via WP Cron','2021-01-25 19:28:14','2021-01-25 14:28:14'),
(102869,38453,'action complete via WP Cron','2021-01-25 19:28:14','2021-01-25 14:28:14'),
(102870,38454,'action created','2021-01-25 19:28:15','2021-01-25 14:28:15'),
(102871,38454,'action started via WP Cron','2021-01-25 19:29:21','2021-01-25 14:29:21'),
(102872,38454,'action complete via WP Cron','2021-01-25 19:29:21','2021-01-25 14:29:21'),
(102873,38455,'action created','2021-01-25 19:29:21','2021-01-25 14:29:21'),
(102874,38455,'action started via WP Cron','2021-01-25 19:30:15','2021-01-25 14:30:15'),
(102875,38455,'action complete via WP Cron','2021-01-25 19:30:15','2021-01-25 14:30:15'),
(102876,38456,'action created','2021-01-25 19:30:15','2021-01-25 14:30:15'),
(102877,38456,'action started via WP Cron','2021-01-25 19:31:40','2021-01-25 14:31:40'),
(102878,38456,'action complete via WP Cron','2021-01-25 19:31:40','2021-01-25 14:31:40'),
(102879,38457,'action created','2021-01-25 19:31:40','2021-01-25 14:31:40'),
(102880,38457,'action started via WP Cron','2021-01-25 19:32:26','2021-01-25 14:32:26'),
(102881,38457,'action complete via WP Cron','2021-01-25 19:32:26','2021-01-25 14:32:26'),
(102882,38458,'action created','2021-01-25 19:32:26','2021-01-25 14:32:26'),
(102883,38458,'action started via WP Cron','2021-01-25 19:33:19','2021-01-25 14:33:19'),
(102884,38458,'action complete via WP Cron','2021-01-25 19:33:19','2021-01-25 14:33:19'),
(102885,38459,'action created','2021-01-25 19:33:19','2021-01-25 14:33:19'),
(102886,38459,'action started via WP Cron','2021-01-25 19:34:20','2021-01-25 14:34:20'),
(102887,38459,'action complete via WP Cron','2021-01-25 19:34:21','2021-01-25 14:34:21'),
(102888,38460,'action created','2021-01-25 19:34:21','2021-01-25 14:34:21'),
(102889,38460,'action started via WP Cron','2021-01-25 19:35:13','2021-01-25 14:35:13'),
(102890,38460,'action complete via WP Cron','2021-01-25 19:35:13','2021-01-25 14:35:13'),
(102891,38461,'action created','2021-01-25 19:35:13','2021-01-25 14:35:13'),
(102892,38461,'action started via WP Cron','2021-01-25 19:36:14','2021-01-25 14:36:14'),
(102893,38461,'action complete via WP Cron','2021-01-25 19:36:14','2021-01-25 14:36:14'),
(102894,38462,'action created','2021-01-25 19:36:14','2021-01-25 14:36:14'),
(102895,38462,'action started via WP Cron','2021-01-25 19:37:19','2021-01-25 14:37:19'),
(102896,38462,'action complete via WP Cron','2021-01-25 19:37:20','2021-01-25 14:37:20'),
(102897,38463,'action created','2021-01-25 19:37:20','2021-01-25 14:37:20'),
(102898,38463,'action started via WP Cron','2021-01-25 19:38:38','2021-01-25 14:38:38'),
(102899,38463,'action complete via WP Cron','2021-01-25 19:38:38','2021-01-25 14:38:38'),
(102900,38464,'action created','2021-01-25 19:38:38','2021-01-25 14:38:38'),
(102901,38464,'action started via WP Cron','2021-01-25 19:39:24','2021-01-25 14:39:24'),
(102902,38464,'action complete via WP Cron','2021-01-25 19:39:24','2021-01-25 14:39:24'),
(102903,38465,'action created','2021-01-25 19:39:24','2021-01-25 14:39:24'),
(102904,38465,'action started via WP Cron','2021-01-25 19:40:37','2021-01-25 14:40:37'),
(102905,38465,'action complete via WP Cron','2021-01-25 19:40:37','2021-01-25 14:40:37'),
(102906,38466,'action created','2021-01-25 19:40:37','2021-01-25 14:40:37'),
(102907,38466,'action started via WP Cron','2021-01-25 19:41:12','2021-01-25 14:41:12'),
(102908,38466,'action complete via WP Cron','2021-01-25 19:41:12','2021-01-25 14:41:12'),
(102909,38467,'action created','2021-01-25 19:41:12','2021-01-25 14:41:12'),
(102910,38467,'action started via WP Cron','2021-01-25 19:42:27','2021-01-25 14:42:27'),
(102911,38467,'action complete via WP Cron','2021-01-25 19:42:27','2021-01-25 14:42:27'),
(102912,38468,'action created','2021-01-25 19:42:27','2021-01-25 14:42:27'),
(102913,38468,'action started via WP Cron','2021-01-25 19:43:13','2021-01-25 14:43:13'),
(102914,38468,'action complete via WP Cron','2021-01-25 19:43:13','2021-01-25 14:43:13'),
(102915,38469,'action created','2021-01-25 19:43:13','2021-01-25 14:43:13'),
(102916,38469,'action started via WP Cron','2021-01-25 19:44:20','2021-01-25 14:44:20'),
(102917,38469,'action complete via WP Cron','2021-01-25 19:44:20','2021-01-25 14:44:20'),
(102918,38470,'action created','2021-01-25 19:44:33','2021-01-25 14:44:33'),
(102919,38470,'action started via WP Cron','2021-01-25 19:45:47','2021-01-25 14:45:47'),
(102920,38470,'action complete via WP Cron','2021-01-25 19:45:47','2021-01-25 14:45:47'),
(102921,38471,'action created','2021-01-25 19:45:47','2021-01-25 14:45:47'),
(102922,38471,'action started via WP Cron','2021-01-25 19:46:43','2021-01-25 14:46:43'),
(102923,38471,'action complete via WP Cron','2021-01-25 19:46:43','2021-01-25 14:46:43'),
(102924,38472,'action created','2021-01-25 19:46:43','2021-01-25 14:46:43'),
(102925,38472,'action started via WP Cron','2021-01-25 19:47:43','2021-01-25 14:47:43'),
(102926,38472,'action complete via WP Cron','2021-01-25 19:47:43','2021-01-25 14:47:43'),
(102927,38473,'action created','2021-01-25 19:47:43','2021-01-25 14:47:43'),
(102928,38473,'action started via WP Cron','2021-01-25 19:48:19','2021-01-25 14:48:19'),
(102929,38473,'action complete via WP Cron','2021-01-25 19:48:19','2021-01-25 14:48:19'),
(102930,38474,'action created','2021-01-25 19:48:19','2021-01-25 14:48:19'),
(102931,38474,'action started via WP Cron','2021-01-25 19:49:19','2021-01-25 14:49:19'),
(102932,38474,'action complete via WP Cron','2021-01-25 19:49:19','2021-01-25 14:49:19'),
(102933,38475,'action created','2021-01-25 19:49:19','2021-01-25 14:49:19'),
(102934,38475,'action started via WP Cron','2021-01-25 19:50:20','2021-01-25 14:50:20'),
(102935,38475,'action complete via WP Cron','2021-01-25 19:50:20','2021-01-25 14:50:20'),
(102936,38476,'action created','2021-01-25 19:50:21','2021-01-25 14:50:21'),
(102937,38476,'action started via WP Cron','2021-01-25 19:51:15','2021-01-25 14:51:15'),
(102938,38476,'action complete via WP Cron','2021-01-25 19:51:15','2021-01-25 14:51:15'),
(102939,38477,'action created','2021-01-25 19:51:15','2021-01-25 14:51:15'),
(102940,38477,'action started via WP Cron','2021-01-25 19:52:15','2021-01-25 14:52:15'),
(102941,38477,'action complete via WP Cron','2021-01-25 19:52:15','2021-01-25 14:52:15'),
(102942,38478,'action created','2021-01-25 19:52:15','2021-01-25 14:52:15'),
(102943,38478,'action started via WP Cron','2021-01-25 19:53:11','2021-01-25 14:53:11'),
(102944,38478,'action complete via WP Cron','2021-01-25 19:53:11','2021-01-25 14:53:11'),
(102945,38479,'action created','2021-01-25 19:53:11','2021-01-25 14:53:11'),
(102946,38479,'action started via WP Cron','2021-01-25 19:54:29','2021-01-25 14:54:29'),
(102947,38479,'action complete via WP Cron','2021-01-25 19:54:29','2021-01-25 14:54:29'),
(102948,38480,'action created','2021-01-25 19:54:29','2021-01-25 14:54:29'),
(102949,38480,'action started via WP Cron','2021-01-25 19:55:32','2021-01-25 14:55:32'),
(102950,38480,'action complete via WP Cron','2021-01-25 19:55:32','2021-01-25 14:55:32'),
(102951,38481,'action created','2021-01-25 19:55:32','2021-01-25 14:55:32'),
(102952,38481,'action started via WP Cron','2021-01-25 19:56:29','2021-01-25 14:56:29'),
(102953,38481,'action complete via WP Cron','2021-01-25 19:56:29','2021-01-25 14:56:29'),
(102954,38482,'action created','2021-01-25 19:56:29','2021-01-25 14:56:29'),
(102955,38482,'action started via WP Cron','2021-01-25 19:57:14','2021-01-25 14:57:14'),
(102956,38482,'action complete via WP Cron','2021-01-25 19:57:14','2021-01-25 14:57:14'),
(102957,38483,'action created','2021-01-25 19:57:14','2021-01-25 14:57:14'),
(102958,38483,'action started via WP Cron','2021-01-25 19:58:23','2021-01-25 14:58:23'),
(102959,38483,'action complete via WP Cron','2021-01-25 19:58:23','2021-01-25 14:58:23'),
(102960,38484,'action created','2021-01-25 19:58:23','2021-01-25 14:58:23'),
(102961,38484,'action started via WP Cron','2021-01-25 19:59:19','2021-01-25 14:59:19'),
(102962,38484,'action complete via WP Cron','2021-01-25 19:59:19','2021-01-25 14:59:19'),
(102963,38485,'action created','2021-01-25 19:59:19','2021-01-25 14:59:19'),
(102964,38485,'action started via WP Cron','2021-01-25 20:01:56','2021-01-25 15:01:56'),
(102965,38485,'action complete via WP Cron','2021-01-25 20:01:56','2021-01-25 15:01:56'),
(102966,38486,'action created','2021-01-25 20:01:56','2021-01-25 15:01:56'),
(102967,38486,'action started via WP Cron','2021-01-25 20:04:41','2021-01-25 15:04:41'),
(102968,38486,'action complete via WP Cron','2021-01-25 20:04:41','2021-01-25 15:04:41'),
(102969,38487,'action created','2021-01-25 20:04:41','2021-01-25 15:04:41'),
(102970,38487,'action started via WP Cron','2021-01-25 20:05:21','2021-01-25 15:05:21'),
(102971,38487,'action complete via WP Cron','2021-01-25 20:05:21','2021-01-25 15:05:21'),
(102972,38488,'action created','2021-01-25 20:05:21','2021-01-25 15:05:21'),
(102973,38488,'action started via WP Cron','2021-01-25 20:06:35','2021-01-25 15:06:35'),
(102974,38488,'action complete via WP Cron','2021-01-25 20:06:35','2021-01-25 15:06:35'),
(102975,38489,'action created','2021-01-25 20:06:35','2021-01-25 15:06:35'),
(102976,38489,'action started via WP Cron','2021-01-25 20:07:13','2021-01-25 15:07:13'),
(102977,38489,'action complete via WP Cron','2021-01-25 20:07:13','2021-01-25 15:07:13'),
(102978,38490,'action created','2021-01-25 20:07:13','2021-01-25 15:07:13'),
(102979,38490,'action started via WP Cron','2021-01-25 20:08:49','2021-01-25 15:08:49'),
(102980,38490,'action complete via WP Cron','2021-01-25 20:08:49','2021-01-25 15:08:49'),
(102981,38491,'action created','2021-01-25 20:08:49','2021-01-25 15:08:49'),
(102982,38491,'action started via WP Cron','2021-01-25 20:11:16','2021-01-25 15:11:16'),
(102983,38491,'action complete via WP Cron','2021-01-25 20:11:16','2021-01-25 15:11:16'),
(102984,38492,'action created','2021-01-25 20:11:16','2021-01-25 15:11:16'),
(102985,38492,'action started via WP Cron','2021-01-25 20:12:44','2021-01-25 15:12:44'),
(102986,38492,'action complete via WP Cron','2021-01-25 20:12:44','2021-01-25 15:12:44'),
(102987,38493,'action created','2021-01-25 20:12:44','2021-01-25 15:12:44'),
(102988,38493,'action started via WP Cron','2021-01-25 20:14:05','2021-01-25 15:14:05'),
(102989,38493,'action complete via WP Cron','2021-01-25 20:14:05','2021-01-25 15:14:05'),
(102990,38494,'action created','2021-01-25 20:14:05','2021-01-25 15:14:05'),
(102991,38494,'action started via WP Cron','2021-01-25 20:15:10','2021-01-25 15:15:10'),
(102992,38494,'action complete via WP Cron','2021-01-25 20:15:10','2021-01-25 15:15:10'),
(102993,38495,'action created','2021-01-25 20:15:10','2021-01-25 15:15:10'),
(102994,38495,'action started via WP Cron','2021-01-25 20:15:38','2021-01-25 15:15:38'),
(102995,38495,'action complete via WP Cron','2021-01-25 20:15:39','2021-01-25 15:15:39'),
(102996,38496,'action created','2021-01-25 20:15:39','2021-01-25 15:15:39'),
(102997,38496,'action started via WP Cron','2021-01-25 20:16:16','2021-01-25 15:16:16'),
(102998,38496,'action complete via WP Cron','2021-01-25 20:16:16','2021-01-25 15:16:16'),
(102999,38497,'action created','2021-01-25 20:16:16','2021-01-25 15:16:16'),
(103000,38497,'action started via WP Cron','2021-01-25 20:17:50','2021-01-25 15:17:50'),
(103001,38497,'action complete via WP Cron','2021-01-25 20:17:50','2021-01-25 15:17:50'),
(103002,38498,'action created','2021-01-25 20:17:50','2021-01-25 15:17:50'),
(103003,38498,'action started via WP Cron','2021-01-25 20:18:24','2021-01-25 15:18:24'),
(103004,38498,'action complete via WP Cron','2021-01-25 20:18:24','2021-01-25 15:18:24'),
(103005,38499,'action created','2021-01-25 20:18:24','2021-01-25 15:18:24'),
(103006,38499,'action started via WP Cron','2021-01-25 20:20:51','2021-01-25 15:20:51'),
(103007,38499,'action complete via WP Cron','2021-01-25 20:20:51','2021-01-25 15:20:51'),
(103008,38500,'action created','2021-01-25 20:20:51','2021-01-25 15:20:51'),
(103009,38500,'action started via WP Cron','2021-01-25 20:22:01','2021-01-25 15:22:01'),
(103010,38500,'action complete via WP Cron','2021-01-25 20:22:01','2021-01-25 15:22:01'),
(103011,38501,'action created','2021-01-25 20:22:01','2021-01-25 15:22:01'),
(103012,38501,'action started via WP Cron','2021-01-25 20:22:39','2021-01-25 15:22:39'),
(103013,38501,'action complete via WP Cron','2021-01-25 20:22:39','2021-01-25 15:22:39'),
(103014,38502,'action created','2021-01-25 20:22:39','2021-01-25 15:22:39'),
(103015,38502,'action started via WP Cron','2021-01-25 20:23:33','2021-01-25 15:23:33'),
(103016,38502,'action complete via WP Cron','2021-01-25 20:23:33','2021-01-25 15:23:33'),
(103017,38503,'action created','2021-01-25 20:23:33','2021-01-25 15:23:33'),
(103018,38503,'action started via WP Cron','2021-01-25 20:24:37','2021-01-25 15:24:37'),
(103019,38503,'action complete via WP Cron','2021-01-25 20:24:37','2021-01-25 15:24:37'),
(103020,38504,'action created','2021-01-25 20:24:37','2021-01-25 15:24:37'),
(103021,38504,'action started via WP Cron','2021-01-25 20:25:57','2021-01-25 15:25:57'),
(103022,38504,'action complete via WP Cron','2021-01-25 20:25:57','2021-01-25 15:25:57'),
(103023,38505,'action created','2021-01-25 20:25:57','2021-01-25 15:25:57'),
(103024,38505,'action started via WP Cron','2021-01-25 20:26:51','2021-01-25 15:26:51'),
(103025,38505,'action complete via WP Cron','2021-01-25 20:26:51','2021-01-25 15:26:51'),
(103026,38506,'action created','2021-01-25 20:26:51','2021-01-25 15:26:51'),
(103027,38506,'action started via WP Cron','2021-01-25 20:27:44','2021-01-25 15:27:44'),
(103028,38506,'action complete via WP Cron','2021-01-25 20:27:44','2021-01-25 15:27:44'),
(103029,38507,'action created','2021-01-25 20:27:45','2021-01-25 15:27:45'),
(103030,38507,'action started via WP Cron','2021-01-25 20:28:12','2021-01-25 15:28:12'),
(103031,38507,'action complete via WP Cron','2021-01-25 20:28:12','2021-01-25 15:28:12'),
(103032,38508,'action created','2021-01-25 20:28:12','2021-01-25 15:28:12'),
(103033,38508,'action started via WP Cron','2021-01-25 20:29:18','2021-01-25 15:29:18'),
(103034,38508,'action complete via WP Cron','2021-01-25 20:29:18','2021-01-25 15:29:18'),
(103035,38509,'action created','2021-01-25 20:29:19','2021-01-25 15:29:19'),
(103036,38509,'action started via WP Cron','2021-01-25 20:30:25','2021-01-25 15:30:25'),
(103037,38509,'action complete via WP Cron','2021-01-25 20:30:25','2021-01-25 15:30:25'),
(103038,38510,'action created','2021-01-25 20:30:25','2021-01-25 15:30:25'),
(103039,38510,'action started via WP Cron','2021-01-25 20:34:10','2021-01-25 15:34:10'),
(103040,38510,'action complete via WP Cron','2021-01-25 20:34:10','2021-01-25 15:34:10'),
(103041,38511,'action created','2021-01-25 20:34:10','2021-01-25 15:34:10'),
(103042,38511,'action started via WP Cron','2021-01-25 20:36:04','2021-01-25 15:36:04'),
(103043,38511,'action complete via WP Cron','2021-01-25 20:36:04','2021-01-25 15:36:04'),
(103044,38512,'action created','2021-01-25 20:36:04','2021-01-25 15:36:04'),
(103045,38512,'action started via WP Cron','2021-01-25 20:38:14','2021-01-25 15:38:14'),
(103046,38512,'action complete via WP Cron','2021-01-25 20:38:14','2021-01-25 15:38:14'),
(103047,38513,'action created','2021-01-25 20:38:14','2021-01-25 15:38:14'),
(103048,38513,'action started via WP Cron','2021-01-25 20:39:44','2021-01-25 15:39:44'),
(103049,38513,'action complete via WP Cron','2021-01-25 20:39:44','2021-01-25 15:39:44'),
(103050,38514,'action created','2021-01-25 20:39:44','2021-01-25 15:39:44'),
(103051,38514,'action started via WP Cron','2021-01-25 20:42:22','2021-01-25 15:42:22'),
(103052,38514,'action complete via WP Cron','2021-01-25 20:42:22','2021-01-25 15:42:22'),
(103053,38515,'action created','2021-01-25 20:42:22','2021-01-25 15:42:22'),
(103054,38515,'action started via WP Cron','2021-01-25 20:45:39','2021-01-25 15:45:39'),
(103055,38515,'action complete via WP Cron','2021-01-25 20:45:39','2021-01-25 15:45:39'),
(103056,38516,'action created','2021-01-25 20:45:39','2021-01-25 15:45:39'),
(103057,38516,'action started via WP Cron','2021-01-25 20:46:14','2021-01-25 15:46:14'),
(103058,38516,'action complete via WP Cron','2021-01-25 20:46:14','2021-01-25 15:46:14'),
(103059,38517,'action created','2021-01-25 20:46:14','2021-01-25 15:46:14'),
(103060,38517,'action started via WP Cron','2021-01-25 20:47:13','2021-01-25 15:47:13'),
(103061,38517,'action complete via WP Cron','2021-01-25 20:47:13','2021-01-25 15:47:13'),
(103062,38518,'action created','2021-01-25 20:47:13','2021-01-25 15:47:13'),
(103063,38518,'action started via WP Cron','2021-01-25 20:49:11','2021-01-25 15:49:11'),
(103064,38518,'action complete via WP Cron','2021-01-25 20:49:11','2021-01-25 15:49:11'),
(103065,38519,'action created','2021-01-25 20:49:11','2021-01-25 15:49:11'),
(103066,38519,'action started via WP Cron','2021-01-25 20:51:53','2021-01-25 15:51:53'),
(103067,38519,'action complete via WP Cron','2021-01-25 20:51:53','2021-01-25 15:51:53'),
(103068,38520,'action created','2021-01-25 20:51:53','2021-01-25 15:51:53'),
(103069,38520,'action started via WP Cron','2021-01-25 20:55:33','2021-01-25 15:55:33'),
(103070,38520,'action complete via WP Cron','2021-01-25 20:55:33','2021-01-25 15:55:33'),
(103071,38521,'action created','2021-01-25 20:55:33','2021-01-25 15:55:33'),
(103072,38521,'action started via WP Cron','2021-01-25 20:56:27','2021-01-25 15:56:27'),
(103073,38521,'action complete via WP Cron','2021-01-25 20:56:27','2021-01-25 15:56:27'),
(103074,38522,'action created','2021-01-25 20:56:27','2021-01-25 15:56:27'),
(103075,38522,'action started via WP Cron','2021-01-25 20:58:11','2021-01-25 15:58:11'),
(103076,38522,'action complete via WP Cron','2021-01-25 20:58:11','2021-01-25 15:58:11'),
(103077,38523,'action created','2021-01-25 20:58:11','2021-01-25 15:58:11'),
(103078,38523,'action started via WP Cron','2021-01-25 20:59:40','2021-01-25 15:59:40'),
(103079,38523,'action complete via WP Cron','2021-01-25 20:59:40','2021-01-25 15:59:40'),
(103080,38524,'action created','2021-01-25 20:59:40','2021-01-25 15:59:40'),
(103081,38524,'action started via WP Cron','2021-01-25 21:01:05','2021-01-25 16:01:05'),
(103082,38524,'action complete via WP Cron','2021-01-25 21:01:05','2021-01-25 16:01:05'),
(103083,38525,'action created','2021-01-25 21:01:05','2021-01-25 16:01:05'),
(103084,38525,'action started via WP Cron','2021-01-25 21:02:34','2021-01-25 16:02:34'),
(103085,38525,'action complete via WP Cron','2021-01-25 21:02:34','2021-01-25 16:02:34'),
(103086,38526,'action created','2021-01-25 21:02:34','2021-01-25 16:02:34'),
(103087,38526,'action started via WP Cron','2021-01-25 21:08:11','2021-01-25 16:08:11'),
(103088,38526,'action complete via WP Cron','2021-01-25 21:08:11','2021-01-25 16:08:11'),
(103089,38527,'action created','2021-01-25 21:08:11','2021-01-25 16:08:11'),
(103090,38527,'action started via WP Cron','2021-01-25 21:10:07','2021-01-25 16:10:07'),
(103091,38527,'action complete via WP Cron','2021-01-25 21:10:07','2021-01-25 16:10:07'),
(103092,38528,'action created','2021-01-25 21:10:07','2021-01-25 16:10:07'),
(103093,38528,'action started via WP Cron','2021-01-25 21:10:17','2021-01-25 16:10:17'),
(103094,38528,'action complete via WP Cron','2021-01-25 21:10:17','2021-01-25 16:10:17'),
(103095,38529,'action created','2021-01-25 21:10:17','2021-01-25 16:10:17'),
(103096,38529,'action started via WP Cron','2021-01-25 21:11:30','2021-01-25 16:11:30'),
(103097,38529,'action complete via WP Cron','2021-01-25 21:11:30','2021-01-25 16:11:30'),
(103098,38530,'action created','2021-01-25 21:11:30','2021-01-25 16:11:30'),
(103099,38530,'action started via WP Cron','2021-01-25 21:12:24','2021-01-25 16:12:24'),
(103100,38530,'action complete via WP Cron','2021-01-25 21:12:24','2021-01-25 16:12:24'),
(103101,38531,'action created','2021-01-25 21:12:24','2021-01-25 16:12:24'),
(103102,38531,'action started via WP Cron','2021-01-25 21:13:44','2021-01-25 16:13:44'),
(103103,38531,'action complete via WP Cron','2021-01-25 21:13:44','2021-01-25 16:13:44'),
(103104,38532,'action created','2021-01-25 21:13:44','2021-01-25 16:13:44'),
(103105,38532,'action started via WP Cron','2021-01-25 21:14:32','2021-01-25 16:14:32'),
(103106,38532,'action complete via WP Cron','2021-01-25 21:14:32','2021-01-25 16:14:32'),
(103107,38533,'action created','2021-01-25 21:14:32','2021-01-25 16:14:32'),
(103108,38533,'action started via WP Cron','2021-01-25 21:16:34','2021-01-25 16:16:34'),
(103109,38533,'action complete via WP Cron','2021-01-25 21:16:34','2021-01-25 16:16:34'),
(103110,38534,'action created','2021-01-25 21:16:34','2021-01-25 16:16:34'),
(103111,38534,'action started via WP Cron','2021-01-25 21:17:59','2021-01-25 16:17:59'),
(103112,38534,'action complete via WP Cron','2021-01-25 21:17:59','2021-01-25 16:17:59'),
(103113,38535,'action created','2021-01-25 21:17:59','2021-01-25 16:17:59'),
(103114,38535,'action started via WP Cron','2021-01-25 21:18:27','2021-01-25 16:18:27'),
(103115,38535,'action complete via WP Cron','2021-01-25 21:18:27','2021-01-25 16:18:27'),
(103116,38536,'action created','2021-01-25 21:18:27','2021-01-25 16:18:27'),
(103117,38536,'action started via WP Cron','2021-01-25 21:19:34','2021-01-25 16:19:34'),
(103118,38536,'action complete via WP Cron','2021-01-25 21:19:34','2021-01-25 16:19:34'),
(103119,38537,'action created','2021-01-25 21:19:34','2021-01-25 16:19:34'),
(103120,38537,'action started via WP Cron','2021-01-25 21:20:18','2021-01-25 16:20:18'),
(103121,38537,'action complete via WP Cron','2021-01-25 21:20:18','2021-01-25 16:20:18'),
(103122,38538,'action created','2021-01-25 21:20:18','2021-01-25 16:20:18'),
(103123,38538,'action started via WP Cron','2021-01-25 21:21:46','2021-01-25 16:21:46'),
(103124,38538,'action complete via WP Cron','2021-01-25 21:21:46','2021-01-25 16:21:46'),
(103125,38539,'action created','2021-01-25 21:21:46','2021-01-25 16:21:46'),
(103126,38539,'action started via WP Cron','2021-01-25 21:23:04','2021-01-25 16:23:04'),
(103127,38539,'action complete via WP Cron','2021-01-25 21:23:04','2021-01-25 16:23:04'),
(103128,38540,'action created','2021-01-25 21:23:04','2021-01-25 16:23:04'),
(103129,38540,'action started via WP Cron','2021-01-25 21:23:57','2021-01-25 16:23:57'),
(103130,38540,'action complete via WP Cron','2021-01-25 21:23:57','2021-01-25 16:23:57'),
(103131,38541,'action created','2021-01-25 21:23:57','2021-01-25 16:23:57'),
(103132,38541,'action started via WP Cron','2021-01-25 21:24:39','2021-01-25 16:24:39'),
(103133,38541,'action complete via WP Cron','2021-01-25 21:24:39','2021-01-25 16:24:39'),
(103134,38542,'action created','2021-01-25 21:24:39','2021-01-25 16:24:39'),
(103135,38542,'action started via WP Cron','2021-01-25 21:25:53','2021-01-25 16:25:53'),
(103136,38542,'action complete via WP Cron','2021-01-25 21:25:53','2021-01-25 16:25:53'),
(103137,38543,'action created','2021-01-25 21:25:53','2021-01-25 16:25:53'),
(103138,38543,'action started via WP Cron','2021-01-25 21:28:25','2021-01-25 16:28:25'),
(103139,38543,'action complete via WP Cron','2021-01-25 21:28:25','2021-01-25 16:28:25'),
(103140,38544,'action created','2021-01-25 21:28:25','2021-01-25 16:28:25'),
(103141,38544,'action started via WP Cron','2021-01-25 21:29:22','2021-01-25 16:29:22'),
(103142,38544,'action complete via WP Cron','2021-01-25 21:29:22','2021-01-25 16:29:22'),
(103143,38545,'action created','2021-01-25 21:29:22','2021-01-25 16:29:22'),
(103144,38545,'action started via WP Cron','2021-01-25 21:30:16','2021-01-25 16:30:16'),
(103145,38545,'action complete via WP Cron','2021-01-25 21:30:16','2021-01-25 16:30:16'),
(103146,38546,'action created','2021-01-25 21:30:16','2021-01-25 16:30:16'),
(103147,38546,'action started via WP Cron','2021-01-25 21:31:16','2021-01-25 16:31:16'),
(103148,38546,'action complete via WP Cron','2021-01-25 21:31:16','2021-01-25 16:31:16'),
(103149,38547,'action created','2021-01-25 21:31:16','2021-01-25 16:31:16'),
(103150,38547,'action started via WP Cron','2021-01-25 21:32:17','2021-01-25 16:32:17'),
(103151,38547,'action complete via WP Cron','2021-01-25 21:32:17','2021-01-25 16:32:17'),
(103152,38548,'action created','2021-01-25 21:32:17','2021-01-25 16:32:17'),
(103153,38548,'action started via WP Cron','2021-01-25 21:33:23','2021-01-25 16:33:23'),
(103154,38548,'action complete via WP Cron','2021-01-25 21:33:23','2021-01-25 16:33:23'),
(103155,38549,'action created','2021-01-25 21:33:23','2021-01-25 16:33:23'),
(103156,38549,'action started via WP Cron','2021-01-25 21:34:25','2021-01-25 16:34:25'),
(103157,38549,'action complete via WP Cron','2021-01-25 21:34:25','2021-01-25 16:34:25'),
(103158,38550,'action created','2021-01-25 21:34:25','2021-01-25 16:34:25'),
(103159,38550,'action started via WP Cron','2021-01-25 21:36:23','2021-01-25 16:36:23'),
(103160,38550,'action complete via WP Cron','2021-01-25 21:36:23','2021-01-25 16:36:23'),
(103161,38551,'action created','2021-01-25 21:36:23','2021-01-25 16:36:23'),
(103162,38551,'action started via WP Cron','2021-01-25 21:37:21','2021-01-25 16:37:21'),
(103163,38551,'action complete via WP Cron','2021-01-25 21:37:21','2021-01-25 16:37:21'),
(103164,38552,'action created','2021-01-25 21:37:21','2021-01-25 16:37:21'),
(103165,38552,'action started via WP Cron','2021-01-25 21:38:52','2021-01-25 16:38:52'),
(103166,38552,'action complete via WP Cron','2021-01-25 21:38:52','2021-01-25 16:38:52'),
(103167,38553,'action created','2021-01-25 21:38:52','2021-01-25 16:38:52'),
(103168,38553,'action started via WP Cron','2021-01-25 21:39:26','2021-01-25 16:39:26'),
(103169,38553,'action complete via WP Cron','2021-01-25 21:39:26','2021-01-25 16:39:26'),
(103170,38554,'action created','2021-01-25 21:39:26','2021-01-25 16:39:26'),
(103171,38554,'action started via WP Cron','2021-01-25 21:41:23','2021-01-25 16:41:23'),
(103172,38554,'action complete via WP Cron','2021-01-25 21:41:23','2021-01-25 16:41:23'),
(103173,38555,'action created','2021-01-25 21:41:23','2021-01-25 16:41:23'),
(103174,38555,'action started via WP Cron','2021-01-25 21:42:16','2021-01-25 16:42:16'),
(103175,38555,'action complete via WP Cron','2021-01-25 21:42:16','2021-01-25 16:42:16'),
(103176,38556,'action created','2021-01-25 21:42:16','2021-01-25 16:42:16'),
(103177,38556,'action started via WP Cron','2021-01-25 21:44:03','2021-01-25 16:44:03'),
(103178,38556,'action complete via WP Cron','2021-01-25 21:44:03','2021-01-25 16:44:03'),
(103179,38557,'action created','2021-01-25 21:44:03','2021-01-25 16:44:03'),
(103180,38557,'action started via WP Cron','2021-01-25 21:44:43','2021-01-25 16:44:43'),
(103181,38557,'action complete via WP Cron','2021-01-25 21:44:43','2021-01-25 16:44:43'),
(103182,38558,'action created','2021-01-25 21:44:43','2021-01-25 16:44:43'),
(103183,38558,'action started via WP Cron','2021-01-25 21:48:17','2021-01-25 16:48:17'),
(103184,38558,'action complete via WP Cron','2021-01-25 21:48:17','2021-01-25 16:48:17'),
(103185,38559,'action created','2021-01-25 21:48:17','2021-01-25 16:48:17'),
(103186,38559,'action started via WP Cron','2021-01-25 21:49:49','2021-01-25 16:49:49'),
(103187,38559,'action complete via WP Cron','2021-01-25 21:49:49','2021-01-25 16:49:49'),
(103188,38560,'action created','2021-01-25 21:49:49','2021-01-25 16:49:49'),
(103189,38560,'action started via WP Cron','2021-01-25 21:50:32','2021-01-25 16:50:32'),
(103190,38560,'action complete via WP Cron','2021-01-25 21:50:32','2021-01-25 16:50:32'),
(103191,38561,'action created','2021-01-25 21:50:32','2021-01-25 16:50:32'),
(103192,38561,'action started via WP Cron','2021-01-25 21:53:36','2021-01-25 16:53:36'),
(103193,38561,'action complete via WP Cron','2021-01-25 21:53:36','2021-01-25 16:53:36'),
(103194,38562,'action created','2021-01-25 21:53:36','2021-01-25 16:53:36'),
(103195,38562,'action started via WP Cron','2021-01-25 21:54:22','2021-01-25 16:54:22'),
(103196,38562,'action complete via WP Cron','2021-01-25 21:54:22','2021-01-25 16:54:22'),
(103197,38563,'action created','2021-01-25 21:54:28','2021-01-25 16:54:28'),
(103198,38563,'action started via WP Cron','2021-01-25 21:55:36','2021-01-25 16:55:36'),
(103199,38563,'action complete via WP Cron','2021-01-25 21:55:36','2021-01-25 16:55:36'),
(103200,38564,'action created','2021-01-25 21:55:36','2021-01-25 16:55:36'),
(103201,38564,'action started via WP Cron','2021-01-25 21:57:46','2021-01-25 16:57:46'),
(103202,38564,'action complete via WP Cron','2021-01-25 21:57:46','2021-01-25 16:57:46'),
(103203,38565,'action created','2021-01-25 21:57:46','2021-01-25 16:57:46'),
(103204,38565,'action started via WP Cron','2021-01-25 21:58:12','2021-01-25 16:58:12'),
(103205,38565,'action complete via WP Cron','2021-01-25 21:58:13','2021-01-25 16:58:13'),
(103206,38566,'action created','2021-01-25 21:58:13','2021-01-25 16:58:13'),
(103207,38566,'action started via WP Cron','2021-01-25 22:00:28','2021-01-25 17:00:28'),
(103208,38566,'action complete via WP Cron','2021-01-25 22:00:28','2021-01-25 17:00:28'),
(103209,38567,'action created','2021-01-25 22:00:28','2021-01-25 17:00:28'),
(103210,38567,'action started via WP Cron','2021-01-25 22:01:57','2021-01-25 17:01:57'),
(103211,38567,'action complete via WP Cron','2021-01-25 22:01:57','2021-01-25 17:01:57'),
(103212,38568,'action created','2021-01-25 22:01:57','2021-01-25 17:01:57'),
(103213,38568,'action started via WP Cron','2021-01-25 22:03:59','2021-01-25 17:03:59'),
(103214,38568,'action complete via WP Cron','2021-01-25 22:03:59','2021-01-25 17:03:59'),
(103215,38569,'action created','2021-01-25 22:04:00','2021-01-25 17:04:00'),
(103216,38569,'action started via WP Cron','2021-01-25 22:04:15','2021-01-25 17:04:15'),
(103217,38569,'action complete via WP Cron','2021-01-25 22:04:15','2021-01-25 17:04:15'),
(103218,38570,'action created','2021-01-25 22:04:15','2021-01-25 17:04:15'),
(103219,38570,'action started via WP Cron','2021-01-25 22:06:52','2021-01-25 17:06:52'),
(103220,38570,'action complete via WP Cron','2021-01-25 22:06:52','2021-01-25 17:06:52'),
(103221,38571,'action created','2021-01-25 22:07:15','2021-01-25 17:07:15'),
(103222,38571,'action started via WP Cron','2021-01-25 22:09:01','2021-01-25 17:09:01'),
(103223,38571,'action complete via WP Cron','2021-01-25 22:09:01','2021-01-25 17:09:01'),
(103224,38572,'action created','2021-01-25 22:09:01','2021-01-25 17:09:01'),
(103225,38572,'action started via WP Cron','2021-01-25 22:09:33','2021-01-25 17:09:33'),
(103226,38572,'action complete via WP Cron','2021-01-25 22:09:33','2021-01-25 17:09:33'),
(103227,38573,'action created','2021-01-25 22:09:33','2021-01-25 17:09:33'),
(103228,38573,'action started via WP Cron','2021-01-25 22:11:57','2021-01-25 17:11:57'),
(103229,38573,'action complete via WP Cron','2021-01-25 22:11:57','2021-01-25 17:11:57'),
(103230,38574,'action created','2021-01-25 22:11:57','2021-01-25 17:11:57'),
(103231,38574,'action started via WP Cron','2021-01-25 22:15:04','2021-01-25 17:15:04'),
(103232,38574,'action complete via WP Cron','2021-01-25 22:15:04','2021-01-25 17:15:04'),
(103233,38575,'action created','2021-01-25 22:15:04','2021-01-25 17:15:04'),
(103234,38575,'action started via WP Cron','2021-01-25 22:16:42','2021-01-25 17:16:42'),
(103235,38575,'action complete via WP Cron','2021-01-25 22:16:42','2021-01-25 17:16:42'),
(103236,38576,'action created','2021-01-25 22:16:42','2021-01-25 17:16:42'),
(103237,38576,'action started via WP Cron','2021-01-25 22:17:48','2021-01-25 17:17:48'),
(103238,38576,'action complete via WP Cron','2021-01-25 22:17:48','2021-01-25 17:17:48'),
(103239,38577,'action created','2021-01-25 22:17:48','2021-01-25 17:17:48'),
(103240,38577,'action started via WP Cron','2021-01-25 22:18:12','2021-01-25 17:18:12'),
(103241,38577,'action complete via WP Cron','2021-01-25 22:18:12','2021-01-25 17:18:12'),
(103242,38578,'action created','2021-01-25 22:18:12','2021-01-25 17:18:12'),
(103243,38578,'action started via WP Cron','2021-01-25 22:19:11','2021-01-25 17:19:11'),
(103244,38578,'action complete via WP Cron','2021-01-25 22:19:11','2021-01-25 17:19:11'),
(103245,38579,'action created','2021-01-25 22:19:11','2021-01-25 17:19:11'),
(103246,38579,'action started via WP Cron','2021-01-25 22:20:20','2021-01-25 17:20:20'),
(103247,38579,'action complete via WP Cron','2021-01-25 22:20:20','2021-01-25 17:20:20'),
(103248,38580,'action created','2021-01-25 22:20:20','2021-01-25 17:20:20'),
(103249,38580,'action started via WP Cron','2021-01-25 22:21:12','2021-01-25 17:21:12'),
(103250,38580,'action complete via WP Cron','2021-01-25 22:21:12','2021-01-25 17:21:12'),
(103251,38581,'action created','2021-01-25 22:21:12','2021-01-25 17:21:12'),
(103252,38581,'action started via WP Cron','2021-01-25 22:22:11','2021-01-25 17:22:11'),
(103253,38581,'action complete via WP Cron','2021-01-25 22:22:11','2021-01-25 17:22:11'),
(103254,38582,'action created','2021-01-25 22:22:11','2021-01-25 17:22:11'),
(103255,38582,'action started via WP Cron','2021-01-25 22:23:14','2021-01-25 17:23:14'),
(103256,38582,'action complete via WP Cron','2021-01-25 22:23:14','2021-01-25 17:23:14'),
(103257,38583,'action created','2021-01-25 22:23:14','2021-01-25 17:23:14'),
(103258,38583,'action started via WP Cron','2021-01-25 22:24:21','2021-01-25 17:24:21'),
(103259,38583,'action complete via WP Cron','2021-01-25 22:24:21','2021-01-25 17:24:21'),
(103260,38584,'action created','2021-01-25 22:24:21','2021-01-25 17:24:21'),
(103261,38584,'action started via WP Cron','2021-01-25 22:25:11','2021-01-25 17:25:11'),
(103262,38584,'action complete via WP Cron','2021-01-25 22:25:11','2021-01-25 17:25:11'),
(103263,38585,'action created','2021-01-25 22:25:11','2021-01-25 17:25:11'),
(103264,38585,'action started via WP Cron','2021-01-25 22:26:19','2021-01-25 17:26:19'),
(103265,38585,'action complete via WP Cron','2021-01-25 22:26:19','2021-01-25 17:26:19'),
(103266,38586,'action created','2021-01-25 22:26:19','2021-01-25 17:26:19'),
(103267,38586,'action started via WP Cron','2021-01-25 22:27:16','2021-01-25 17:27:16'),
(103268,38586,'action complete via WP Cron','2021-01-25 22:27:16','2021-01-25 17:27:16'),
(103269,38587,'action created','2021-01-25 22:27:16','2021-01-25 17:27:16'),
(103270,38587,'action started via WP Cron','2021-01-25 22:28:17','2021-01-25 17:28:17'),
(103271,38587,'action complete via WP Cron','2021-01-25 22:28:17','2021-01-25 17:28:17'),
(103272,38588,'action created','2021-01-25 22:28:17','2021-01-25 17:28:17'),
(103273,38588,'action started via WP Cron','2021-01-25 22:29:20','2021-01-25 17:29:20'),
(103274,38588,'action complete via WP Cron','2021-01-25 22:29:20','2021-01-25 17:29:20'),
(103275,38589,'action created','2021-01-25 22:29:20','2021-01-25 17:29:20'),
(103276,38589,'action started via WP Cron','2021-01-25 22:30:19','2021-01-25 17:30:19'),
(103277,38589,'action complete via WP Cron','2021-01-25 22:30:19','2021-01-25 17:30:19'),
(103278,38590,'action created','2021-01-25 22:30:20','2021-01-25 17:30:20'),
(103279,38590,'action started via WP Cron','2021-01-25 22:31:15','2021-01-25 17:31:15'),
(103280,38590,'action complete via WP Cron','2021-01-25 22:31:15','2021-01-25 17:31:15'),
(103281,38591,'action created','2021-01-25 22:31:15','2021-01-25 17:31:15'),
(103282,38591,'action started via WP Cron','2021-01-25 22:32:12','2021-01-25 17:32:12'),
(103283,38591,'action complete via WP Cron','2021-01-25 22:32:12','2021-01-25 17:32:12'),
(103284,38592,'action created','2021-01-25 22:32:12','2021-01-25 17:32:12'),
(103285,38592,'action started via WP Cron','2021-01-25 22:33:12','2021-01-25 17:33:12'),
(103286,38592,'action complete via WP Cron','2021-01-25 22:33:12','2021-01-25 17:33:12'),
(103287,38593,'action created','2021-01-25 22:33:12','2021-01-25 17:33:12'),
(103288,38593,'action started via WP Cron','2021-01-25 22:34:14','2021-01-25 17:34:14'),
(103289,38593,'action complete via WP Cron','2021-01-25 22:34:14','2021-01-25 17:34:14'),
(103290,38594,'action created','2021-01-25 22:34:14','2021-01-25 17:34:14'),
(103291,38594,'action started via WP Cron','2021-01-25 22:35:24','2021-01-25 17:35:24'),
(103292,38594,'action complete via WP Cron','2021-01-25 22:35:24','2021-01-25 17:35:24'),
(103293,38595,'action created','2021-01-25 22:35:24','2021-01-25 17:35:24'),
(103294,38595,'action started via WP Cron','2021-01-25 22:36:14','2021-01-25 17:36:14'),
(103295,38595,'action complete via WP Cron','2021-01-25 22:36:14','2021-01-25 17:36:14'),
(103296,38596,'action created','2021-01-25 22:36:14','2021-01-25 17:36:14'),
(103297,38596,'action started via WP Cron','2021-01-25 22:37:13','2021-01-25 17:37:13'),
(103298,38596,'action complete via WP Cron','2021-01-25 22:37:13','2021-01-25 17:37:13'),
(103299,38597,'action created','2021-01-25 22:37:13','2021-01-25 17:37:13'),
(103300,38597,'action started via WP Cron','2021-01-25 22:38:12','2021-01-25 17:38:12'),
(103301,38597,'action complete via WP Cron','2021-01-25 22:38:12','2021-01-25 17:38:12'),
(103302,38598,'action created','2021-01-25 22:38:12','2021-01-25 17:38:12'),
(103303,38598,'action started via WP Cron','2021-01-25 22:40:32','2021-01-25 17:40:32'),
(103304,38598,'action complete via WP Cron','2021-01-25 22:40:32','2021-01-25 17:40:32'),
(103305,38599,'action created','2021-01-25 22:40:32','2021-01-25 17:40:32'),
(103306,38599,'action started via WP Cron','2021-01-25 22:41:31','2021-01-25 17:41:31'),
(103307,38599,'action complete via WP Cron','2021-01-25 22:41:31','2021-01-25 17:41:31'),
(103308,38600,'action created','2021-01-25 22:41:31','2021-01-25 17:41:31'),
(103309,38600,'action started via WP Cron','2021-01-25 22:42:45','2021-01-25 17:42:45'),
(103310,38600,'action complete via WP Cron','2021-01-25 22:42:45','2021-01-25 17:42:45'),
(103311,38601,'action created','2021-01-25 22:42:45','2021-01-25 17:42:45'),
(103312,38601,'action started via WP Cron','2021-01-25 22:43:59','2021-01-25 17:43:59'),
(103313,38601,'action complete via WP Cron','2021-01-25 22:43:59','2021-01-25 17:43:59'),
(103314,38602,'action created','2021-01-25 22:43:59','2021-01-25 17:43:59'),
(103315,38602,'action started via WP Cron','2021-01-25 22:44:33','2021-01-25 17:44:33'),
(103316,38602,'action complete via WP Cron','2021-01-25 22:44:33','2021-01-25 17:44:33'),
(103317,38603,'action created','2021-01-25 22:44:33','2021-01-25 17:44:33'),
(103318,38603,'action started via WP Cron','2021-01-25 22:45:18','2021-01-25 17:45:18'),
(103319,38603,'action complete via WP Cron','2021-01-25 22:45:18','2021-01-25 17:45:18'),
(103320,38604,'action created','2021-01-25 22:45:18','2021-01-25 17:45:18'),
(103321,38604,'action started via WP Cron','2021-01-25 22:46:15','2021-01-25 17:46:15'),
(103322,38604,'action complete via WP Cron','2021-01-25 22:46:15','2021-01-25 17:46:15'),
(103323,38605,'action created','2021-01-25 22:46:15','2021-01-25 17:46:15'),
(103324,38605,'action started via WP Cron','2021-01-25 22:47:44','2021-01-25 17:47:44'),
(103325,38605,'action complete via WP Cron','2021-01-25 22:47:44','2021-01-25 17:47:44'),
(103326,38606,'action created','2021-01-25 22:47:44','2021-01-25 17:47:44'),
(103327,38606,'action started via WP Cron','2021-01-25 22:49:51','2021-01-25 17:49:51'),
(103328,38606,'action complete via WP Cron','2021-01-25 22:49:51','2021-01-25 17:49:51'),
(103329,38607,'action created','2021-01-25 22:49:51','2021-01-25 17:49:51'),
(103330,38607,'action started via WP Cron','2021-01-25 22:50:35','2021-01-25 17:50:35'),
(103331,38607,'action complete via WP Cron','2021-01-25 22:50:35','2021-01-25 17:50:35'),
(103332,38608,'action created','2021-01-25 22:50:35','2021-01-25 17:50:35'),
(103333,38608,'action started via WP Cron','2021-01-25 22:51:31','2021-01-25 17:51:31'),
(103334,38608,'action complete via WP Cron','2021-01-25 22:51:31','2021-01-25 17:51:31'),
(103335,38609,'action created','2021-01-25 22:51:31','2021-01-25 17:51:31'),
(103336,38609,'action started via WP Cron','2021-01-25 22:52:25','2021-01-25 17:52:25'),
(103337,38609,'action complete via WP Cron','2021-01-25 22:52:25','2021-01-25 17:52:25'),
(103338,38610,'action created','2021-01-25 22:52:25','2021-01-25 17:52:25'),
(103339,38610,'action started via WP Cron','2021-01-25 22:53:23','2021-01-25 17:53:23'),
(103340,38610,'action complete via WP Cron','2021-01-25 22:53:23','2021-01-25 17:53:23'),
(103341,38611,'action created','2021-01-25 22:53:23','2021-01-25 17:53:23'),
(103342,38611,'action started via WP Cron','2021-01-25 22:54:12','2021-01-25 17:54:12'),
(103343,38611,'action complete via WP Cron','2021-01-25 22:54:12','2021-01-25 17:54:12'),
(103344,38612,'action created','2021-01-25 22:54:12','2021-01-25 17:54:12'),
(103345,38612,'action started via WP Cron','2021-01-25 22:56:55','2021-01-25 17:56:55'),
(103346,38612,'action complete via WP Cron','2021-01-25 22:56:55','2021-01-25 17:56:55'),
(103347,38613,'action created','2021-01-25 22:56:55','2021-01-25 17:56:55'),
(103348,38613,'action started via WP Cron','2021-01-25 22:58:16','2021-01-25 17:58:16'),
(103349,38613,'action complete via WP Cron','2021-01-25 22:58:16','2021-01-25 17:58:16'),
(103350,38614,'action created','2021-01-25 22:58:16','2021-01-25 17:58:16'),
(103351,38614,'action started via WP Cron','2021-01-25 22:59:57','2021-01-25 17:59:57'),
(103352,38614,'action complete via WP Cron','2021-01-25 22:59:57','2021-01-25 17:59:57'),
(103353,38615,'action created','2021-01-25 22:59:57','2021-01-25 17:59:57'),
(103354,38615,'action started via WP Cron','2021-01-25 23:00:16','2021-01-25 18:00:16'),
(103355,38615,'action complete via WP Cron','2021-01-25 23:00:16','2021-01-25 18:00:16'),
(103356,38616,'action created','2021-01-25 23:00:16','2021-01-25 18:00:16'),
(103357,38616,'action started via WP Cron','2021-01-25 23:02:42','2021-01-25 18:02:42'),
(103358,38616,'action complete via WP Cron','2021-01-25 23:02:42','2021-01-25 18:02:42'),
(103359,38617,'action created','2021-01-25 23:02:42','2021-01-25 18:02:42'),
(103360,38617,'action started via WP Cron','2021-01-25 23:04:02','2021-01-25 18:04:02'),
(103361,38617,'action complete via WP Cron','2021-01-25 23:04:02','2021-01-25 18:04:02'),
(103362,38618,'action created','2021-01-25 23:04:02','2021-01-25 18:04:02'),
(103363,38618,'action started via WP Cron','2021-01-25 23:04:35','2021-01-25 18:04:35'),
(103364,38618,'action complete via WP Cron','2021-01-25 23:04:35','2021-01-25 18:04:35'),
(103365,38619,'action created','2021-01-25 23:04:35','2021-01-25 18:04:35'),
(103366,38619,'action started via WP Cron','2021-01-25 23:06:36','2021-01-25 18:06:36'),
(103367,38619,'action complete via WP Cron','2021-01-25 23:06:36','2021-01-25 18:06:36'),
(103368,38620,'action created','2021-01-25 23:06:36','2021-01-25 18:06:36'),
(103369,38620,'action started via WP Cron','2021-01-25 23:07:15','2021-01-25 18:07:15'),
(103370,38620,'action complete via WP Cron','2021-01-25 23:07:15','2021-01-25 18:07:15'),
(103371,38621,'action created','2021-01-25 23:07:15','2021-01-25 18:07:15'),
(103372,38621,'action started via WP Cron','2021-01-25 23:09:28','2021-01-25 18:09:28'),
(103373,38621,'action complete via WP Cron','2021-01-25 23:09:28','2021-01-25 18:09:28'),
(103374,38622,'action created','2021-01-25 23:09:28','2021-01-25 18:09:28'),
(103375,38622,'action started via WP Cron','2021-01-25 23:10:17','2021-01-25 18:10:17'),
(103376,38622,'action complete via WP Cron','2021-01-25 23:10:17','2021-01-25 18:10:17'),
(103377,38623,'action created','2021-01-25 23:10:18','2021-01-25 18:10:18'),
(103378,38623,'action started via WP Cron','2021-01-25 23:13:23','2021-01-25 18:13:23'),
(103379,38623,'action complete via WP Cron','2021-01-25 23:13:23','2021-01-25 18:13:23'),
(103380,38624,'action created','2021-01-25 23:13:23','2021-01-25 18:13:23'),
(103381,38624,'action started via WP Cron','2021-01-25 23:14:12','2021-01-25 18:14:12'),
(103382,38624,'action complete via WP Cron','2021-01-25 23:14:12','2021-01-25 18:14:12'),
(103383,38625,'action created','2021-01-25 23:14:12','2021-01-25 18:14:12'),
(103384,38625,'action started via WP Cron','2021-01-25 23:15:40','2021-01-25 18:15:40'),
(103385,38625,'action complete via WP Cron','2021-01-25 23:15:40','2021-01-25 18:15:40'),
(103386,38626,'action created','2021-01-25 23:15:40','2021-01-25 18:15:40'),
(103387,38626,'action started via WP Cron','2021-01-25 23:16:34','2021-01-25 18:16:34'),
(103388,38626,'action complete via WP Cron','2021-01-25 23:16:34','2021-01-25 18:16:34'),
(103389,38627,'action created','2021-01-25 23:16:34','2021-01-25 18:16:34'),
(103390,38627,'action started via WP Cron','2021-01-25 23:19:12','2021-01-25 18:19:12'),
(103391,38627,'action complete via WP Cron','2021-01-25 23:19:12','2021-01-25 18:19:12'),
(103392,38628,'action created','2021-01-25 23:19:12','2021-01-25 18:19:12'),
(103393,38628,'action started via WP Cron','2021-01-25 23:20:15','2021-01-25 18:20:15'),
(103394,38628,'action complete via WP Cron','2021-01-25 23:20:15','2021-01-25 18:20:15'),
(103395,38629,'action created','2021-01-25 23:20:15','2021-01-25 18:20:15'),
(103396,38629,'action started via WP Cron','2021-01-25 23:21:30','2021-01-25 18:21:30'),
(103397,38629,'action complete via WP Cron','2021-01-25 23:21:30','2021-01-25 18:21:30'),
(103398,38630,'action created','2021-01-25 23:21:30','2021-01-25 18:21:30'),
(103399,38630,'action started via WP Cron','2021-01-25 23:22:27','2021-01-25 18:22:27'),
(103400,38630,'action complete via WP Cron','2021-01-25 23:22:27','2021-01-25 18:22:27'),
(103401,38631,'action created','2021-01-25 23:22:27','2021-01-25 18:22:27'),
(103402,38631,'action started via WP Cron','2021-01-25 23:23:27','2021-01-25 18:23:27'),
(103403,38631,'action complete via WP Cron','2021-01-25 23:23:27','2021-01-25 18:23:27'),
(103404,38632,'action created','2021-01-25 23:23:27','2021-01-25 18:23:27'),
(103405,38632,'action started via WP Cron','2021-01-25 23:26:07','2021-01-25 18:26:07'),
(103406,38632,'action complete via WP Cron','2021-01-25 23:26:07','2021-01-25 18:26:07'),
(103407,38633,'action created','2021-01-25 23:26:08','2021-01-25 18:26:08'),
(103408,38633,'action started via WP Cron','2021-01-25 23:28:22','2021-01-25 18:28:22'),
(103409,38633,'action complete via WP Cron','2021-01-25 23:28:22','2021-01-25 18:28:22'),
(103410,38634,'action created','2021-01-25 23:28:22','2021-01-25 18:28:22'),
(103411,38634,'action started via WP Cron','2021-01-25 23:30:36','2021-01-25 18:30:36'),
(103412,38634,'action complete via WP Cron','2021-01-25 23:30:36','2021-01-25 18:30:36'),
(103413,38635,'action created','2021-01-25 23:30:36','2021-01-25 18:30:36'),
(103414,38635,'action started via WP Cron','2021-01-25 23:32:05','2021-01-25 18:32:05'),
(103415,38635,'action complete via WP Cron','2021-01-25 23:32:05','2021-01-25 18:32:05'),
(103416,38636,'action created','2021-01-25 23:32:05','2021-01-25 18:32:05'),
(103417,38636,'action started via WP Cron','2021-01-25 23:32:26','2021-01-25 18:32:26'),
(103418,38636,'action complete via WP Cron','2021-01-25 23:32:26','2021-01-25 18:32:26'),
(103419,38637,'action created','2021-01-25 23:32:26','2021-01-25 18:32:26'),
(103420,38637,'action started via WP Cron','2021-01-25 23:33:48','2021-01-25 18:33:48'),
(103421,38637,'action complete via WP Cron','2021-01-25 23:33:48','2021-01-25 18:33:48'),
(103422,38638,'action created','2021-01-25 23:33:48','2021-01-25 18:33:48'),
(103423,38638,'action started via WP Cron','2021-01-25 23:34:26','2021-01-25 18:34:26'),
(103424,38638,'action complete via WP Cron','2021-01-25 23:34:26','2021-01-25 18:34:26'),
(103425,38639,'action created','2021-01-25 23:34:26','2021-01-25 18:34:26'),
(103426,38639,'action started via WP Cron','2021-01-25 23:35:30','2021-01-25 18:35:30'),
(103427,38639,'action complete via WP Cron','2021-01-25 23:35:30','2021-01-25 18:35:30'),
(103428,38640,'action created','2021-01-25 23:35:30','2021-01-25 18:35:30'),
(103429,38640,'action started via WP Cron','2021-01-25 23:37:18','2021-01-25 18:37:18'),
(103430,38640,'action complete via WP Cron','2021-01-25 23:37:18','2021-01-25 18:37:18'),
(103431,38641,'action created','2021-01-25 23:37:18','2021-01-25 18:37:18'),
(103432,38641,'action started via WP Cron','2021-01-25 23:38:16','2021-01-25 18:38:16'),
(103433,38641,'action complete via WP Cron','2021-01-25 23:38:16','2021-01-25 18:38:16'),
(103434,38642,'action created','2021-01-25 23:38:16','2021-01-25 18:38:16'),
(103435,38642,'action started via WP Cron','2021-01-25 23:39:18','2021-01-25 18:39:18'),
(103436,38642,'action complete via WP Cron','2021-01-25 23:39:18','2021-01-25 18:39:18'),
(103437,38643,'action created','2021-01-25 23:39:18','2021-01-25 18:39:18'),
(103438,38643,'action started via WP Cron','2021-01-25 23:40:47','2021-01-25 18:40:47'),
(103439,38643,'action complete via WP Cron','2021-01-25 23:40:47','2021-01-25 18:40:47'),
(103440,38644,'action created','2021-01-25 23:40:47','2021-01-25 18:40:47'),
(103441,38644,'action started via WP Cron','2021-01-25 23:41:34','2021-01-25 18:41:34'),
(103442,38644,'action complete via WP Cron','2021-01-25 23:41:34','2021-01-25 18:41:34'),
(103443,38645,'action created','2021-01-25 23:41:34','2021-01-25 18:41:34'),
(103444,38645,'action started via WP Cron','2021-01-25 23:43:01','2021-01-25 18:43:01'),
(103445,38645,'action complete via WP Cron','2021-01-25 23:43:01','2021-01-25 18:43:01'),
(103446,38646,'action created','2021-01-25 23:43:01','2021-01-25 18:43:01'),
(103447,38646,'action started via WP Cron','2021-01-25 23:43:17','2021-01-25 18:43:17'),
(103448,38646,'action complete via WP Cron','2021-01-25 23:43:17','2021-01-25 18:43:17'),
(103449,38647,'action created','2021-01-25 23:43:17','2021-01-25 18:43:17'),
(103450,38647,'action started via WP Cron','2021-01-25 23:44:39','2021-01-25 18:44:39'),
(103451,38647,'action complete via WP Cron','2021-01-25 23:44:39','2021-01-25 18:44:39'),
(103452,38648,'action created','2021-01-25 23:44:39','2021-01-25 18:44:39'),
(103453,38648,'action started via WP Cron','2021-01-25 23:46:21','2021-01-25 18:46:21'),
(103454,38648,'action complete via WP Cron','2021-01-25 23:46:21','2021-01-25 18:46:21'),
(103455,38649,'action created','2021-01-25 23:46:21','2021-01-25 18:46:21'),
(103456,38649,'action started via WP Cron','2021-01-25 23:47:30','2021-01-25 18:47:30'),
(103457,38649,'action complete via WP Cron','2021-01-25 23:47:30','2021-01-25 18:47:30'),
(103458,38650,'action created','2021-01-25 23:47:30','2021-01-25 18:47:30'),
(103459,38650,'action started via WP Cron','2021-01-25 23:49:24','2021-01-25 18:49:24'),
(103460,38650,'action complete via WP Cron','2021-01-25 23:49:24','2021-01-25 18:49:24'),
(103461,38651,'action created','2021-01-25 23:49:24','2021-01-25 18:49:24'),
(103462,38651,'action started via WP Cron','2021-01-25 23:51:22','2021-01-25 18:51:22'),
(103463,38651,'action complete via WP Cron','2021-01-25 23:51:22','2021-01-25 18:51:22'),
(103464,38652,'action created','2021-01-25 23:51:22','2021-01-25 18:51:22'),
(103465,38652,'action started via WP Cron','2021-01-25 23:54:09','2021-01-25 18:54:09'),
(103466,38652,'action complete via WP Cron','2021-01-25 23:54:09','2021-01-25 18:54:09'),
(103467,38653,'action created','2021-01-25 23:54:09','2021-01-25 18:54:09'),
(103468,38653,'action started via WP Cron','2021-01-25 23:57:01','2021-01-25 18:57:01'),
(103469,38653,'action complete via WP Cron','2021-01-25 23:57:01','2021-01-25 18:57:01'),
(103470,38654,'action created','2021-01-25 23:57:01','2021-01-25 18:57:01'),
(103471,38654,'action started via WP Cron','2021-01-25 23:57:45','2021-01-25 18:57:45'),
(103472,38654,'action complete via WP Cron','2021-01-25 23:57:45','2021-01-25 18:57:45'),
(103473,38655,'action created','2021-01-25 23:57:46','2021-01-25 18:57:46'),
(103474,38655,'action started via WP Cron','2021-01-25 23:59:36','2021-01-25 18:59:36'),
(103475,38655,'action complete via WP Cron','2021-01-25 23:59:36','2021-01-25 18:59:36'),
(103476,38656,'action created','2021-01-25 23:59:36','2021-01-25 18:59:36'),
(103477,38656,'action started via WP Cron','2021-01-26 00:02:35','2021-01-25 19:02:35'),
(103478,38656,'action complete via WP Cron','2021-01-26 00:02:35','2021-01-25 19:02:35'),
(103479,38657,'action created','2021-01-26 00:02:35','2021-01-25 19:02:35'),
(103480,38657,'action started via WP Cron','2021-01-26 00:04:48','2021-01-25 19:04:48'),
(103481,38657,'action complete via WP Cron','2021-01-26 00:04:48','2021-01-25 19:04:48'),
(103482,38658,'action created','2021-01-26 00:04:48','2021-01-25 19:04:48'),
(103483,38658,'action started via WP Cron','2021-01-26 00:07:04','2021-01-25 19:07:04'),
(103484,38658,'action complete via WP Cron','2021-01-26 00:07:04','2021-01-25 19:07:04'),
(103485,38659,'action created','2021-01-26 00:07:04','2021-01-25 19:07:04'),
(103486,38659,'action started via WP Cron','2021-01-26 00:07:32','2021-01-25 19:07:32'),
(103487,38659,'action complete via WP Cron','2021-01-26 00:07:32','2021-01-25 19:07:32'),
(103488,38660,'action created','2021-01-26 00:07:32','2021-01-25 19:07:32'),
(103489,38660,'action started via WP Cron','2021-01-26 00:08:50','2021-01-25 19:08:50'),
(103490,38660,'action complete via WP Cron','2021-01-26 00:08:50','2021-01-25 19:08:50'),
(103491,38661,'action created','2021-01-26 00:08:50','2021-01-25 19:08:50'),
(103492,38661,'action started via WP Cron','2021-01-26 00:09:51','2021-01-25 19:09:51'),
(103493,38661,'action complete via WP Cron','2021-01-26 00:09:51','2021-01-25 19:09:51'),
(103494,38662,'action created','2021-01-26 00:09:51','2021-01-25 19:09:51'),
(103495,38662,'action started via WP Cron','2021-01-26 00:12:55','2021-01-25 19:12:55'),
(103496,38662,'action complete via WP Cron','2021-01-26 00:12:55','2021-01-25 19:12:55'),
(103497,38663,'action created','2021-01-26 00:12:55','2021-01-25 19:12:55'),
(103498,38663,'action started via WP Cron','2021-01-26 00:15:12','2021-01-25 19:15:12'),
(103499,38663,'action complete via WP Cron','2021-01-26 00:15:12','2021-01-25 19:15:12'),
(103500,38664,'action created','2021-01-26 00:15:12','2021-01-25 19:15:12'),
(103501,38664,'action started via WP Cron','2021-01-26 00:16:55','2021-01-25 19:16:55'),
(103502,38664,'action complete via WP Cron','2021-01-26 00:16:55','2021-01-25 19:16:55'),
(103503,38665,'action created','2021-01-26 00:16:55','2021-01-25 19:16:55'),
(103504,38665,'action started via WP Cron','2021-01-26 00:18:47','2021-01-25 19:18:47'),
(103505,38665,'action complete via WP Cron','2021-01-26 00:18:47','2021-01-25 19:18:47'),
(103506,38666,'action created','2021-01-26 00:18:47','2021-01-25 19:18:47'),
(103507,38666,'action started via WP Cron','2021-01-26 00:19:37','2021-01-25 19:19:37'),
(103508,38666,'action complete via WP Cron','2021-01-26 00:19:37','2021-01-25 19:19:37'),
(103509,38667,'action created','2021-01-26 00:19:37','2021-01-25 19:19:37'),
(103510,38667,'action started via WP Cron','2021-01-26 00:20:19','2021-01-25 19:20:19'),
(103511,38667,'action complete via WP Cron','2021-01-26 00:20:19','2021-01-25 19:20:19'),
(103512,38668,'action created','2021-01-26 00:20:19','2021-01-25 19:20:19'),
(103513,38668,'action started via WP Cron','2021-01-26 00:21:58','2021-01-25 19:21:58'),
(103514,38668,'action complete via WP Cron','2021-01-26 00:21:58','2021-01-25 19:21:58'),
(103515,38669,'action created','2021-01-26 00:21:58','2021-01-25 19:21:58'),
(103516,38669,'action started via WP Cron','2021-01-26 00:24:32','2021-01-25 19:24:32'),
(103517,38669,'action complete via WP Cron','2021-01-26 00:24:32','2021-01-25 19:24:32'),
(103518,38670,'action created','2021-01-26 00:24:32','2021-01-25 19:24:32'),
(103519,38670,'action started via WP Cron','2021-01-26 00:25:24','2021-01-25 19:25:24'),
(103520,38670,'action complete via WP Cron','2021-01-26 00:25:24','2021-01-25 19:25:24'),
(103521,38671,'action created','2021-01-26 00:25:24','2021-01-25 19:25:24'),
(103522,38671,'action started via WP Cron','2021-01-26 00:26:30','2021-01-25 19:26:30'),
(103523,38671,'action complete via WP Cron','2021-01-26 00:26:30','2021-01-25 19:26:30'),
(103524,38672,'action created','2021-01-26 00:26:30','2021-01-25 19:26:30'),
(103525,38672,'action started via WP Cron','2021-01-26 00:27:43','2021-01-25 19:27:43'),
(103526,38672,'action complete via WP Cron','2021-01-26 00:27:43','2021-01-25 19:27:43'),
(103527,38673,'action created','2021-01-26 00:27:43','2021-01-25 19:27:43'),
(103528,38673,'action started via WP Cron','2021-01-26 00:28:24','2021-01-25 19:28:24'),
(103529,38673,'action complete via WP Cron','2021-01-26 00:28:24','2021-01-25 19:28:24'),
(103530,38674,'action created','2021-01-26 00:28:24','2021-01-25 19:28:24'),
(103531,38674,'action started via WP Cron','2021-01-26 00:29:32','2021-01-25 19:29:32'),
(103532,38674,'action complete via WP Cron','2021-01-26 00:29:32','2021-01-25 19:29:32'),
(103533,38675,'action created','2021-01-26 00:29:32','2021-01-25 19:29:32'),
(103534,38675,'action started via WP Cron','2021-01-26 00:30:41','2021-01-25 19:30:41'),
(103535,38675,'action complete via WP Cron','2021-01-26 00:30:41','2021-01-25 19:30:41'),
(103536,38676,'action created','2021-01-26 00:30:41','2021-01-25 19:30:41'),
(103537,38676,'action started via WP Cron','2021-01-26 00:31:12','2021-01-25 19:31:12'),
(103538,38676,'action complete via WP Cron','2021-01-26 00:31:12','2021-01-25 19:31:12'),
(103539,38677,'action created','2021-01-26 00:31:12','2021-01-25 19:31:12'),
(103540,38677,'action started via WP Cron','2021-01-26 00:32:21','2021-01-25 19:32:21'),
(103541,38677,'action complete via WP Cron','2021-01-26 00:32:21','2021-01-25 19:32:21'),
(103542,38678,'action created','2021-01-26 00:32:21','2021-01-25 19:32:21'),
(103543,38678,'action started via WP Cron','2021-01-26 00:33:29','2021-01-25 19:33:29'),
(103544,38678,'action complete via WP Cron','2021-01-26 00:33:29','2021-01-25 19:33:29'),
(103545,38679,'action created','2021-01-26 00:33:29','2021-01-25 19:33:29'),
(103546,38679,'action started via WP Cron','2021-01-26 00:34:15','2021-01-25 19:34:15'),
(103547,38679,'action complete via WP Cron','2021-01-26 00:34:15','2021-01-25 19:34:15'),
(103548,38680,'action created','2021-01-26 00:34:15','2021-01-25 19:34:15'),
(103549,38680,'action started via WP Cron','2021-01-26 00:35:12','2021-01-25 19:35:12'),
(103550,38680,'action complete via WP Cron','2021-01-26 00:35:12','2021-01-25 19:35:12'),
(103551,38681,'action created','2021-01-26 00:35:12','2021-01-25 19:35:12'),
(103552,38681,'action started via WP Cron','2021-01-26 00:36:13','2021-01-25 19:36:13'),
(103553,38681,'action complete via WP Cron','2021-01-26 00:36:13','2021-01-25 19:36:13'),
(103554,38682,'action created','2021-01-26 00:36:13','2021-01-25 19:36:13'),
(103555,38682,'action started via WP Cron','2021-01-26 00:37:19','2021-01-25 19:37:19'),
(103556,38682,'action complete via WP Cron','2021-01-26 00:37:19','2021-01-25 19:37:19'),
(103557,38683,'action created','2021-01-26 00:37:19','2021-01-25 19:37:19'),
(103558,38683,'action started via WP Cron','2021-01-26 00:38:21','2021-01-25 19:38:21'),
(103559,38683,'action complete via WP Cron','2021-01-26 00:38:21','2021-01-25 19:38:21'),
(103560,38684,'action created','2021-01-26 00:38:21','2021-01-25 19:38:21'),
(103561,38684,'action started via WP Cron','2021-01-26 00:39:34','2021-01-25 19:39:34'),
(103562,38684,'action complete via WP Cron','2021-01-26 00:39:34','2021-01-25 19:39:34'),
(103563,38685,'action created','2021-01-26 00:39:34','2021-01-25 19:39:34'),
(103564,38685,'action started via WP Cron','2021-01-26 00:40:12','2021-01-25 19:40:12'),
(103565,38685,'action complete via WP Cron','2021-01-26 00:40:12','2021-01-25 19:40:12'),
(103566,38686,'action created','2021-01-26 00:40:12','2021-01-25 19:40:12'),
(103567,38686,'action started via WP Cron','2021-01-26 00:41:31','2021-01-25 19:41:31'),
(103568,38686,'action complete via WP Cron','2021-01-26 00:41:31','2021-01-25 19:41:31'),
(103569,38687,'action created','2021-01-26 00:41:31','2021-01-25 19:41:31'),
(103570,38687,'action started via WP Cron','2021-01-26 00:42:56','2021-01-25 19:42:56'),
(103571,38687,'action complete via WP Cron','2021-01-26 00:42:56','2021-01-25 19:42:56'),
(103572,38688,'action created','2021-01-26 00:42:56','2021-01-25 19:42:56'),
(103573,38688,'action started via WP Cron','2021-01-26 00:43:22','2021-01-25 19:43:22'),
(103574,38688,'action complete via WP Cron','2021-01-26 00:43:22','2021-01-25 19:43:22'),
(103575,38689,'action created','2021-01-26 00:43:22','2021-01-25 19:43:22'),
(103576,38689,'action started via WP Cron','2021-01-26 00:44:28','2021-01-25 19:44:28'),
(103577,38689,'action complete via WP Cron','2021-01-26 00:44:28','2021-01-25 19:44:28'),
(103578,38690,'action created','2021-01-26 00:44:28','2021-01-25 19:44:28'),
(103579,38690,'action started via WP Cron','2021-01-26 00:45:12','2021-01-25 19:45:12'),
(103580,38690,'action complete via WP Cron','2021-01-26 00:45:12','2021-01-25 19:45:12'),
(103581,38691,'action created','2021-01-26 00:45:12','2021-01-25 19:45:12'),
(103582,38691,'action started via WP Cron','2021-01-26 00:47:13','2021-01-25 19:47:13'),
(103583,38691,'action complete via WP Cron','2021-01-26 00:47:13','2021-01-25 19:47:13'),
(103584,38692,'action created','2021-01-26 00:47:13','2021-01-25 19:47:13'),
(103585,38692,'action started via WP Cron','2021-01-26 00:48:19','2021-01-25 19:48:19'),
(103586,38692,'action complete via WP Cron','2021-01-26 00:48:19','2021-01-25 19:48:19'),
(103587,38693,'action created','2021-01-26 00:48:19','2021-01-25 19:48:19'),
(103588,38693,'action started via WP Cron','2021-01-26 00:49:34','2021-01-25 19:49:34'),
(103589,38693,'action complete via WP Cron','2021-01-26 00:49:34','2021-01-25 19:49:34'),
(103590,38694,'action created','2021-01-26 00:49:34','2021-01-25 19:49:34'),
(103591,38694,'action started via WP Cron','2021-01-26 00:50:13','2021-01-25 19:50:13'),
(103592,38694,'action complete via WP Cron','2021-01-26 00:50:13','2021-01-25 19:50:13'),
(103593,38695,'action created','2021-01-26 00:50:13','2021-01-25 19:50:13'),
(103594,38695,'action started via WP Cron','2021-01-26 00:51:48','2021-01-25 19:51:48'),
(103595,38695,'action complete via WP Cron','2021-01-26 00:51:48','2021-01-25 19:51:48'),
(103596,38696,'action created','2021-01-26 00:51:48','2021-01-25 19:51:48'),
(103597,38696,'action started via WP Cron','2021-01-26 00:52:18','2021-01-25 19:52:18'),
(103598,38696,'action complete via WP Cron','2021-01-26 00:52:18','2021-01-25 19:52:18'),
(103599,38697,'action created','2021-01-26 00:52:18','2021-01-25 19:52:18'),
(103600,38697,'action started via WP Cron','2021-01-26 00:53:16','2021-01-25 19:53:16'),
(103601,38697,'action complete via WP Cron','2021-01-26 00:53:16','2021-01-25 19:53:16'),
(103602,38698,'action created','2021-01-26 00:53:16','2021-01-25 19:53:16'),
(103603,38698,'action started via WP Cron','2021-01-26 00:54:20','2021-01-25 19:54:20'),
(103604,38698,'action complete via WP Cron','2021-01-26 00:54:20','2021-01-25 19:54:20'),
(103605,38699,'action created','2021-01-26 00:54:20','2021-01-25 19:54:20'),
(103606,38699,'action started via WP Cron','2021-01-26 00:55:16','2021-01-25 19:55:16'),
(103607,38699,'action complete via WP Cron','2021-01-26 00:55:16','2021-01-25 19:55:16'),
(103608,38700,'action created','2021-01-26 00:55:16','2021-01-25 19:55:16'),
(103609,38700,'action started via WP Cron','2021-01-26 00:56:17','2021-01-25 19:56:17'),
(103610,38700,'action complete via WP Cron','2021-01-26 00:56:17','2021-01-25 19:56:17'),
(103611,38701,'action created','2021-01-26 00:56:17','2021-01-25 19:56:17'),
(103612,38701,'action started via WP Cron','2021-01-26 00:57:12','2021-01-25 19:57:12'),
(103613,38701,'action complete via WP Cron','2021-01-26 00:57:12','2021-01-25 19:57:12'),
(103614,38702,'action created','2021-01-26 00:57:12','2021-01-25 19:57:12'),
(103615,38702,'action started via WP Cron','2021-01-26 00:58:12','2021-01-25 19:58:12'),
(103616,38702,'action complete via WP Cron','2021-01-26 00:58:12','2021-01-25 19:58:12'),
(103617,38703,'action created','2021-01-26 00:58:12','2021-01-25 19:58:12'),
(103618,38703,'action started via WP Cron','2021-01-26 00:59:29','2021-01-25 19:59:29'),
(103619,38703,'action complete via WP Cron','2021-01-26 00:59:29','2021-01-25 19:59:29'),
(103620,38704,'action created','2021-01-26 00:59:29','2021-01-25 19:59:29'),
(103621,38704,'action started via WP Cron','2021-01-26 01:00:30','2021-01-25 20:00:30'),
(103622,38704,'action complete via WP Cron','2021-01-26 01:00:30','2021-01-25 20:00:30'),
(103623,38705,'action created','2021-01-26 01:00:31','2021-01-25 20:00:31'),
(103624,38705,'action started via WP Cron','2021-01-26 01:01:17','2021-01-25 20:01:17'),
(103625,38705,'action complete via WP Cron','2021-01-26 01:01:17','2021-01-25 20:01:17'),
(103626,38706,'action created','2021-01-26 01:01:17','2021-01-25 20:01:17'),
(103627,38706,'action started via WP Cron','2021-01-26 01:02:21','2021-01-25 20:02:21'),
(103628,38706,'action complete via WP Cron','2021-01-26 01:02:21','2021-01-25 20:02:21'),
(103629,38707,'action created','2021-01-26 01:02:21','2021-01-25 20:02:21'),
(103630,38707,'action started via WP Cron','2021-01-26 01:03:16','2021-01-25 20:03:16'),
(103631,38707,'action complete via WP Cron','2021-01-26 01:03:16','2021-01-25 20:03:16'),
(103632,38708,'action created','2021-01-26 01:03:16','2021-01-25 20:03:16'),
(103633,38708,'action started via WP Cron','2021-01-26 01:04:12','2021-01-25 20:04:12'),
(103634,38708,'action complete via WP Cron','2021-01-26 01:04:12','2021-01-25 20:04:12'),
(103635,38709,'action created','2021-01-26 01:04:12','2021-01-25 20:04:12'),
(103636,38709,'action started via WP Cron','2021-01-26 01:05:11','2021-01-25 20:05:11'),
(103637,38709,'action complete via WP Cron','2021-01-26 01:05:11','2021-01-25 20:05:11'),
(103638,38710,'action created','2021-01-26 01:05:12','2021-01-25 20:05:12'),
(103639,38710,'action started via WP Cron','2021-01-26 01:06:15','2021-01-25 20:06:15'),
(103640,38710,'action complete via WP Cron','2021-01-26 01:06:15','2021-01-25 20:06:15'),
(103641,38711,'action created','2021-01-26 01:06:16','2021-01-25 20:06:16'),
(103642,38711,'action started via WP Cron','2021-01-26 01:07:45','2021-01-25 20:07:45'),
(103643,38711,'action complete via WP Cron','2021-01-26 01:07:45','2021-01-25 20:07:45'),
(103644,38712,'action created','2021-01-26 01:07:45','2021-01-25 20:07:45'),
(103645,38712,'action started via WP Cron','2021-01-26 01:08:20','2021-01-25 20:08:20'),
(103646,38712,'action complete via WP Cron','2021-01-26 01:08:20','2021-01-25 20:08:20'),
(103647,38713,'action created','2021-01-26 01:08:20','2021-01-25 20:08:20'),
(103648,38713,'action started via WP Cron','2021-01-26 01:09:34','2021-01-25 20:09:34'),
(103649,38713,'action complete via WP Cron','2021-01-26 01:09:34','2021-01-25 20:09:34'),
(103650,38714,'action created','2021-01-26 01:09:34','2021-01-25 20:09:34'),
(103651,38714,'action started via WP Cron','2021-01-26 01:10:34','2021-01-25 20:10:34'),
(103652,38714,'action complete via WP Cron','2021-01-26 01:10:34','2021-01-25 20:10:34'),
(103653,38715,'action created','2021-01-26 01:10:34','2021-01-25 20:10:34'),
(103654,38715,'action started via WP Cron','2021-01-26 01:11:36','2021-01-25 20:11:36'),
(103655,38715,'action complete via WP Cron','2021-01-26 01:11:36','2021-01-25 20:11:36'),
(103656,38716,'action created','2021-01-26 01:11:36','2021-01-25 20:11:36'),
(103657,38716,'action started via WP Cron','2021-01-26 01:12:24','2021-01-25 20:12:24'),
(103658,38716,'action complete via WP Cron','2021-01-26 01:12:24','2021-01-25 20:12:24'),
(103659,38717,'action created','2021-01-26 01:12:24','2021-01-25 20:12:24'),
(103660,38717,'action started via WP Cron','2021-01-26 01:13:16','2021-01-25 20:13:16'),
(103661,38717,'action complete via WP Cron','2021-01-26 01:13:16','2021-01-25 20:13:16'),
(103662,38718,'action created','2021-01-26 01:13:16','2021-01-25 20:13:16'),
(103663,38718,'action started via WP Cron','2021-01-26 01:14:46','2021-01-25 20:14:46'),
(103664,38718,'action complete via WP Cron','2021-01-26 01:14:46','2021-01-25 20:14:46'),
(103665,38719,'action created','2021-01-26 01:14:46','2021-01-25 20:14:46'),
(103666,38719,'action started via WP Cron','2021-01-26 01:15:23','2021-01-25 20:15:23'),
(103667,38719,'action complete via WP Cron','2021-01-26 01:15:23','2021-01-25 20:15:23'),
(103668,38720,'action created','2021-01-26 01:15:23','2021-01-25 20:15:23'),
(103669,38720,'action started via WP Cron','2021-01-26 01:16:12','2021-01-25 20:16:12'),
(103670,38720,'action complete via WP Cron','2021-01-26 01:16:12','2021-01-25 20:16:12'),
(103671,38721,'action created','2021-01-26 01:16:12','2021-01-25 20:16:12'),
(103672,38721,'action started via WP Cron','2021-01-26 01:17:15','2021-01-25 20:17:15'),
(103673,38721,'action complete via WP Cron','2021-01-26 01:17:15','2021-01-25 20:17:15'),
(103674,38722,'action created','2021-01-26 01:17:15','2021-01-25 20:17:15'),
(103675,38722,'action started via WP Cron','2021-01-26 01:18:29','2021-01-25 20:18:29'),
(103676,38722,'action complete via WP Cron','2021-01-26 01:18:29','2021-01-25 20:18:29'),
(103677,38723,'action created','2021-01-26 01:18:29','2021-01-25 20:18:29'),
(103678,38723,'action started via WP Cron','2021-01-26 01:19:30','2021-01-25 20:19:30'),
(103679,38723,'action complete via WP Cron','2021-01-26 01:19:30','2021-01-25 20:19:30'),
(103680,38724,'action created','2021-01-26 01:19:30','2021-01-25 20:19:30'),
(103681,38724,'action started via WP Cron','2021-01-26 01:20:24','2021-01-25 20:20:24'),
(103682,38724,'action complete via WP Cron','2021-01-26 01:20:24','2021-01-25 20:20:24'),
(103683,38725,'action created','2021-01-26 01:20:24','2021-01-25 20:20:24'),
(103684,38725,'action started via WP Cron','2021-01-26 01:21:50','2021-01-25 20:21:50'),
(103685,38725,'action complete via WP Cron','2021-01-26 01:21:50','2021-01-25 20:21:50'),
(103686,38726,'action created','2021-01-26 01:21:51','2021-01-25 20:21:51'),
(103687,38726,'action started via WP Cron','2021-01-26 01:22:24','2021-01-25 20:22:24'),
(103688,38726,'action complete via WP Cron','2021-01-26 01:22:24','2021-01-25 20:22:24'),
(103689,38727,'action created','2021-01-26 01:22:24','2021-01-25 20:22:24'),
(103690,38727,'action started via WP Cron','2021-01-26 01:23:11','2021-01-25 20:23:11'),
(103691,38727,'action complete via WP Cron','2021-01-26 01:23:11','2021-01-25 20:23:11'),
(103692,38728,'action created','2021-01-26 01:23:11','2021-01-25 20:23:11'),
(103693,38728,'action started via WP Cron','2021-01-26 01:24:32','2021-01-25 20:24:32'),
(103694,38728,'action complete via WP Cron','2021-01-26 01:24:32','2021-01-25 20:24:32'),
(103695,38729,'action created','2021-01-26 01:24:32','2021-01-25 20:24:32'),
(103696,38729,'action started via WP Cron','2021-01-26 01:25:35','2021-01-25 20:25:35'),
(103697,38729,'action complete via WP Cron','2021-01-26 01:25:35','2021-01-25 20:25:35'),
(103698,38730,'action created','2021-01-26 01:25:35','2021-01-25 20:25:35'),
(103699,38730,'action started via WP Cron','2021-01-26 01:26:23','2021-01-25 20:26:23'),
(103700,38730,'action complete via WP Cron','2021-01-26 01:26:23','2021-01-25 20:26:23'),
(103701,38731,'action created','2021-01-26 01:26:23','2021-01-25 20:26:23'),
(103702,38731,'action started via WP Cron','2021-01-26 01:27:22','2021-01-25 20:27:22'),
(103703,38731,'action complete via WP Cron','2021-01-26 01:27:22','2021-01-25 20:27:22'),
(103704,38732,'action created','2021-01-26 01:27:22','2021-01-25 20:27:22'),
(103705,38732,'action started via WP Cron','2021-01-26 01:28:45','2021-01-25 20:28:45'),
(103706,38732,'action complete via WP Cron','2021-01-26 01:28:45','2021-01-25 20:28:45'),
(103707,38733,'action created','2021-01-26 01:28:45','2021-01-25 20:28:45'),
(103708,38733,'action started via WP Cron','2021-01-26 01:29:37','2021-01-25 20:29:37'),
(103709,38733,'action complete via WP Cron','2021-01-26 01:29:37','2021-01-25 20:29:37'),
(103710,38734,'action created','2021-01-26 01:29:37','2021-01-25 20:29:37'),
(103711,38734,'action started via WP Cron','2021-01-26 01:30:40','2021-01-25 20:30:40'),
(103712,38734,'action complete via WP Cron','2021-01-26 01:30:40','2021-01-25 20:30:40'),
(103713,38735,'action created','2021-01-26 01:30:40','2021-01-25 20:30:40'),
(103714,38735,'action started via WP Cron','2021-01-26 01:31:12','2021-01-25 20:31:12'),
(103715,38735,'action complete via WP Cron','2021-01-26 01:31:12','2021-01-25 20:31:12'),
(103716,38736,'action created','2021-01-26 01:31:12','2021-01-25 20:31:12'),
(103717,38736,'action started via WP Cron','2021-01-26 01:32:15','2021-01-25 20:32:15'),
(103718,38736,'action complete via WP Cron','2021-01-26 01:32:15','2021-01-25 20:32:15'),
(103719,37677,'action started via WP Cron','2021-01-26 01:32:15','2021-01-25 20:32:15'),
(103720,37677,'action complete via WP Cron','2021-01-26 01:32:15','2021-01-25 20:32:15'),
(103721,38737,'action created','2021-01-26 01:32:15','2021-01-25 20:32:15'),
(103722,38738,'action created','2021-01-26 01:32:15','2021-01-25 20:32:15'),
(103723,38738,'action started via WP Cron','2021-01-26 01:33:21','2021-01-25 20:33:21'),
(103724,38738,'action complete via WP Cron','2021-01-26 01:33:21','2021-01-25 20:33:21'),
(103725,38739,'action created','2021-01-26 01:33:21','2021-01-25 20:33:21'),
(103726,38739,'action started via WP Cron','2021-01-26 01:34:13','2021-01-25 20:34:13'),
(103727,38739,'action complete via WP Cron','2021-01-26 01:34:13','2021-01-25 20:34:13'),
(103728,38740,'action created','2021-01-26 01:34:13','2021-01-25 20:34:13'),
(103729,38740,'action started via WP Cron','2021-01-26 01:35:32','2021-01-25 20:35:32'),
(103730,38740,'action complete via WP Cron','2021-01-26 01:35:32','2021-01-25 20:35:32'),
(103731,38741,'action created','2021-01-26 01:35:32','2021-01-25 20:35:32'),
(103732,38741,'action started via WP Cron','2021-01-26 01:36:33','2021-01-25 20:36:33'),
(103733,38741,'action complete via WP Cron','2021-01-26 01:36:33','2021-01-25 20:36:33'),
(103734,38742,'action created','2021-01-26 01:36:33','2021-01-25 20:36:33'),
(103735,38742,'action started via WP Cron','2021-01-26 01:37:53','2021-01-25 20:37:53'),
(103736,38742,'action complete via WP Cron','2021-01-26 01:37:53','2021-01-25 20:37:53'),
(103737,38743,'action created','2021-01-26 01:37:53','2021-01-25 20:37:53'),
(103738,38743,'action started via WP Cron','2021-01-26 01:38:19','2021-01-25 20:38:19'),
(103739,38743,'action complete via WP Cron','2021-01-26 01:38:19','2021-01-25 20:38:19'),
(103740,38744,'action created','2021-01-26 01:38:19','2021-01-25 20:38:19'),
(103741,38744,'action started via WP Cron','2021-01-26 01:39:12','2021-01-25 20:39:12'),
(103742,38744,'action complete via WP Cron','2021-01-26 01:39:12','2021-01-25 20:39:12'),
(103743,38745,'action created','2021-01-26 01:39:12','2021-01-25 20:39:12'),
(103744,38745,'action started via WP Cron','2021-01-26 01:40:36','2021-01-25 20:40:36'),
(103745,38745,'action complete via WP Cron','2021-01-26 01:40:36','2021-01-25 20:40:36'),
(103746,38746,'action created','2021-01-26 01:40:36','2021-01-25 20:40:36'),
(103747,38746,'action started via WP Cron','2021-01-26 01:41:21','2021-01-25 20:41:21'),
(103748,38746,'action complete via WP Cron','2021-01-26 01:41:21','2021-01-25 20:41:21'),
(103749,38747,'action created','2021-01-26 01:41:21','2021-01-25 20:41:21'),
(103750,38747,'action started via WP Cron','2021-01-26 01:42:46','2021-01-25 20:42:46'),
(103751,38747,'action complete via WP Cron','2021-01-26 01:42:46','2021-01-25 20:42:46'),
(103752,38748,'action created','2021-01-26 01:42:46','2021-01-25 20:42:46'),
(103753,38748,'action started via WP Cron','2021-01-26 01:43:15','2021-01-25 20:43:15'),
(103754,38748,'action complete via WP Cron','2021-01-26 01:43:15','2021-01-25 20:43:15'),
(103755,38749,'action created','2021-01-26 01:43:15','2021-01-25 20:43:15'),
(103756,38749,'action started via WP Cron','2021-01-26 01:44:15','2021-01-25 20:44:15'),
(103757,38749,'action complete via WP Cron','2021-01-26 01:44:15','2021-01-25 20:44:15'),
(103758,38750,'action created','2021-01-26 01:44:15','2021-01-25 20:44:15'),
(103759,38750,'action started via WP Cron','2021-01-26 01:45:25','2021-01-25 20:45:25'),
(103760,38750,'action complete via WP Cron','2021-01-26 01:45:25','2021-01-25 20:45:25'),
(103761,38751,'action created','2021-01-26 01:45:25','2021-01-25 20:45:25'),
(103762,38751,'action started via WP Cron','2021-01-26 01:46:19','2021-01-25 20:46:19'),
(103763,38751,'action complete via WP Cron','2021-01-26 01:46:19','2021-01-25 20:46:19'),
(103764,38752,'action created','2021-01-26 01:46:19','2021-01-25 20:46:19'),
(103765,38752,'action started via WP Cron','2021-01-26 01:47:30','2021-01-25 20:47:30'),
(103766,38752,'action complete via WP Cron','2021-01-26 01:47:30','2021-01-25 20:47:30'),
(103767,38753,'action created','2021-01-26 01:47:30','2021-01-25 20:47:30'),
(103768,38753,'action started via WP Cron','2021-01-26 01:48:52','2021-01-25 20:48:52'),
(103769,38753,'action complete via WP Cron','2021-01-26 01:48:52','2021-01-25 20:48:52'),
(103770,38754,'action created','2021-01-26 01:48:52','2021-01-25 20:48:52'),
(103771,38754,'action started via WP Cron','2021-01-26 01:49:36','2021-01-25 20:49:36'),
(103772,38754,'action complete via WP Cron','2021-01-26 01:49:36','2021-01-25 20:49:36'),
(103773,38755,'action created','2021-01-26 01:49:36','2021-01-25 20:49:36'),
(103774,38755,'action started via WP Cron','2021-01-26 01:51:30','2021-01-25 20:51:30'),
(103775,38755,'action complete via WP Cron','2021-01-26 01:51:30','2021-01-25 20:51:30'),
(103776,38756,'action created','2021-01-26 01:51:30','2021-01-25 20:51:30'),
(103777,38756,'action started via WP Cron','2021-01-26 01:52:58','2021-01-25 20:52:58'),
(103778,38756,'action complete via WP Cron','2021-01-26 01:52:58','2021-01-25 20:52:58'),
(103779,38757,'action created','2021-01-26 01:52:59','2021-01-25 20:52:59'),
(103780,38757,'action started via WP Cron','2021-01-26 01:53:16','2021-01-25 20:53:16'),
(103781,38757,'action complete via WP Cron','2021-01-26 01:53:16','2021-01-25 20:53:16'),
(103782,38758,'action created','2021-01-26 01:53:16','2021-01-25 20:53:16'),
(103783,38758,'action started via WP Cron','2021-01-26 01:54:26','2021-01-25 20:54:26'),
(103784,38758,'action complete via WP Cron','2021-01-26 01:54:26','2021-01-25 20:54:26'),
(103785,38759,'action created','2021-01-26 01:54:26','2021-01-25 20:54:26'),
(103786,38759,'action started via WP Cron','2021-01-26 01:58:14','2021-01-25 20:58:14'),
(103787,38759,'action complete via WP Cron','2021-01-26 01:58:14','2021-01-25 20:58:14'),
(103788,38760,'action created','2021-01-26 01:58:14','2021-01-25 20:58:14'),
(103789,38760,'action started via WP Cron','2021-01-26 01:59:39','2021-01-25 20:59:39'),
(103790,38760,'action complete via WP Cron','2021-01-26 01:59:39','2021-01-25 20:59:39'),
(103791,38761,'action created','2021-01-26 01:59:39','2021-01-25 20:59:39'),
(103792,38761,'action started via WP Cron','2021-01-26 02:00:36','2021-01-25 21:00:36'),
(103793,38761,'action complete via WP Cron','2021-01-26 02:00:36','2021-01-25 21:00:36'),
(103794,38762,'action created','2021-01-26 02:00:37','2021-01-25 21:00:37'),
(103795,38762,'action started via WP Cron','2021-01-26 02:01:40','2021-01-25 21:01:40'),
(103796,38762,'action complete via WP Cron','2021-01-26 02:01:40','2021-01-25 21:01:40'),
(103797,38763,'action created','2021-01-26 02:01:40','2021-01-25 21:01:40'),
(103798,38763,'action started via WP Cron','2021-01-26 02:02:57','2021-01-25 21:02:57'),
(103799,38763,'action complete via WP Cron','2021-01-26 02:02:57','2021-01-25 21:02:57'),
(103800,38764,'action created','2021-01-26 02:02:57','2021-01-25 21:02:57'),
(103801,38764,'action started via WP Cron','2021-01-26 02:03:31','2021-01-25 21:03:31'),
(103802,38764,'action complete via WP Cron','2021-01-26 02:03:31','2021-01-25 21:03:31'),
(103803,38765,'action created','2021-01-26 02:03:31','2021-01-25 21:03:31'),
(103804,38765,'action started via WP Cron','2021-01-26 02:07:11','2021-01-25 21:07:11'),
(103805,38765,'action complete via WP Cron','2021-01-26 02:07:11','2021-01-25 21:07:11'),
(103806,38766,'action created','2021-01-26 02:07:11','2021-01-25 21:07:11'),
(103807,38766,'action started via WP Cron','2021-01-26 02:08:50','2021-01-25 21:08:50'),
(103808,38766,'action complete via WP Cron','2021-01-26 02:08:50','2021-01-25 21:08:50'),
(103809,38767,'action created','2021-01-26 02:08:50','2021-01-25 21:08:50'),
(103810,38767,'action started via WP Cron','2021-01-26 02:09:36','2021-01-25 21:09:36'),
(103811,38767,'action complete via WP Cron','2021-01-26 02:09:36','2021-01-25 21:09:36'),
(103812,38768,'action created','2021-01-26 02:09:36','2021-01-25 21:09:36'),
(103813,38768,'action started via WP Cron','2021-01-26 02:12:42','2021-01-25 21:12:42'),
(103814,38768,'action complete via WP Cron','2021-01-26 02:12:42','2021-01-25 21:12:42'),
(103815,38769,'action created','2021-01-26 02:12:42','2021-01-25 21:12:42'),
(103816,38769,'action started via WP Cron','2021-01-26 02:13:22','2021-01-25 21:13:22'),
(103817,38769,'action complete via WP Cron','2021-01-26 02:13:22','2021-01-25 21:13:22'),
(103818,38770,'action created','2021-01-26 02:13:22','2021-01-25 21:13:22'),
(103819,38770,'action started via WP Cron','2021-01-26 02:14:33','2021-01-25 21:14:33'),
(103820,38770,'action complete via WP Cron','2021-01-26 02:14:33','2021-01-25 21:14:33'),
(103821,38771,'action created','2021-01-26 02:14:33','2021-01-25 21:14:33'),
(103822,38771,'action started via WP Cron','2021-01-26 02:16:02','2021-01-25 21:16:02'),
(103823,38771,'action complete via WP Cron','2021-01-26 02:16:02','2021-01-25 21:16:02'),
(103824,38772,'action created','2021-01-26 02:16:02','2021-01-25 21:16:02'),
(103825,38772,'action started via WP Cron','2021-01-26 02:17:39','2021-01-25 21:17:39'),
(103826,38772,'action complete via WP Cron','2021-01-26 02:17:39','2021-01-25 21:17:39'),
(103827,38773,'action created','2021-01-26 02:17:39','2021-01-25 21:17:39'),
(103828,38773,'action started via WP Cron','2021-01-26 02:18:18','2021-01-25 21:18:18'),
(103829,38773,'action complete via WP Cron','2021-01-26 02:18:18','2021-01-25 21:18:18'),
(103830,38774,'action created','2021-01-26 02:18:18','2021-01-25 21:18:18'),
(103831,38774,'action started via WP Cron','2021-01-26 02:20:14','2021-01-25 21:20:14'),
(103832,38774,'action complete via WP Cron','2021-01-26 02:20:14','2021-01-25 21:20:14'),
(103833,38775,'action created','2021-01-26 02:20:14','2021-01-25 21:20:14'),
(103834,38775,'action started via WP Cron','2021-01-26 02:21:31','2021-01-25 21:21:31'),
(103835,38775,'action complete via WP Cron','2021-01-26 02:21:31','2021-01-25 21:21:31'),
(103836,38776,'action created','2021-01-26 02:21:32','2021-01-25 21:21:32'),
(103837,38776,'action started via WP Cron','2021-01-26 02:22:37','2021-01-25 21:22:37'),
(103838,38776,'action complete via WP Cron','2021-01-26 02:22:37','2021-01-25 21:22:37'),
(103839,38777,'action created','2021-01-26 02:22:37','2021-01-25 21:22:37'),
(103840,38777,'action started via WP Cron','2021-01-26 02:24:33','2021-01-25 21:24:33'),
(103841,38777,'action complete via WP Cron','2021-01-26 02:24:33','2021-01-25 21:24:33'),
(103842,38778,'action created','2021-01-26 02:24:33','2021-01-25 21:24:33'),
(103843,38778,'action started via WP Cron','2021-01-26 02:28:12','2021-01-25 21:28:12'),
(103844,38778,'action complete via WP Cron','2021-01-26 02:28:12','2021-01-25 21:28:12'),
(103845,38779,'action created','2021-01-26 02:28:12','2021-01-25 21:28:12'),
(103846,38779,'action started via WP Cron','2021-01-26 02:29:18','2021-01-25 21:29:18'),
(103847,38779,'action complete via WP Cron','2021-01-26 02:29:18','2021-01-25 21:29:18'),
(103848,38780,'action created','2021-01-26 02:29:18','2021-01-25 21:29:18'),
(103849,38780,'action started via WP Cron','2021-01-26 02:32:18','2021-01-25 21:32:18'),
(103850,38780,'action complete via WP Cron','2021-01-26 02:32:18','2021-01-25 21:32:18'),
(103851,38781,'action created','2021-01-26 02:32:18','2021-01-25 21:32:18'),
(103852,38781,'action started via WP Cron','2021-01-26 02:34:37','2021-01-25 21:34:37'),
(103853,38781,'action complete via WP Cron','2021-01-26 02:34:37','2021-01-25 21:34:37'),
(103854,38782,'action created','2021-01-26 02:34:37','2021-01-25 21:34:37'),
(103855,38782,'action started via WP Cron','2021-01-26 02:35:17','2021-01-25 21:35:17'),
(103856,38782,'action complete via WP Cron','2021-01-26 02:35:17','2021-01-25 21:35:17'),
(103857,38783,'action created','2021-01-26 02:35:17','2021-01-25 21:35:17'),
(103858,38783,'action started via WP Cron','2021-01-26 02:36:14','2021-01-25 21:36:14'),
(103859,38783,'action complete via WP Cron','2021-01-26 02:36:14','2021-01-25 21:36:14'),
(103860,38784,'action created','2021-01-26 02:36:14','2021-01-25 21:36:14'),
(103861,38784,'action started via WP Cron','2021-01-26 02:38:02','2021-01-25 21:38:02'),
(103862,38784,'action complete via WP Cron','2021-01-26 02:38:02','2021-01-25 21:38:02'),
(103863,38785,'action created','2021-01-26 02:38:02','2021-01-25 21:38:02'),
(103864,38785,'action started via WP Cron','2021-01-26 02:38:48','2021-01-25 21:38:48'),
(103865,38785,'action complete via WP Cron','2021-01-26 02:38:48','2021-01-25 21:38:48'),
(103866,38786,'action created','2021-01-26 02:38:48','2021-01-25 21:38:48'),
(103867,38786,'action started via WP Cron','2021-01-26 02:41:22','2021-01-25 21:41:22'),
(103868,38786,'action complete via WP Cron','2021-01-26 02:41:22','2021-01-25 21:41:22'),
(103869,38787,'action created','2021-01-26 02:41:22','2021-01-25 21:41:22'),
(103870,38787,'action started via WP Cron','2021-01-26 02:42:15','2021-01-25 21:42:15'),
(103871,38787,'action complete via WP Cron','2021-01-26 02:42:15','2021-01-25 21:42:15'),
(103872,38788,'action created','2021-01-26 02:42:15','2021-01-25 21:42:15'),
(103873,38788,'action started via WP Cron','2021-01-26 02:44:09','2021-01-25 21:44:09'),
(103874,38788,'action complete via WP Cron','2021-01-26 02:44:09','2021-01-25 21:44:09'),
(103875,38789,'action created','2021-01-26 02:44:09','2021-01-25 21:44:09'),
(103876,38789,'action started via WP Cron','2021-01-26 02:44:34','2021-01-25 21:44:34'),
(103877,38789,'action complete via WP Cron','2021-01-26 02:44:34','2021-01-25 21:44:34'),
(103878,38790,'action created','2021-01-26 02:44:34','2021-01-25 21:44:34'),
(103879,38790,'action started via WP Cron','2021-01-26 02:45:43','2021-01-25 21:45:43'),
(103880,38790,'action complete via WP Cron','2021-01-26 02:45:43','2021-01-25 21:45:43'),
(103881,38791,'action created','2021-01-26 02:45:43','2021-01-25 21:45:43'),
(103882,38791,'action started via WP Cron','2021-01-26 02:46:22','2021-01-25 21:46:22'),
(103883,38791,'action complete via WP Cron','2021-01-26 02:46:22','2021-01-25 21:46:22'),
(103884,38792,'action created','2021-01-26 02:46:22','2021-01-25 21:46:22'),
(103885,38792,'action started via WP Cron','2021-01-26 02:47:57','2021-01-25 21:47:57'),
(103886,38792,'action complete via WP Cron','2021-01-26 02:47:57','2021-01-25 21:47:57'),
(103887,38793,'action created','2021-01-26 02:47:57','2021-01-25 21:47:57'),
(103888,38793,'action started via WP Cron','2021-01-26 02:48:38','2021-01-25 21:48:38'),
(103889,38793,'action complete via WP Cron','2021-01-26 02:48:38','2021-01-25 21:48:38'),
(103890,38794,'action created','2021-01-26 02:48:38','2021-01-25 21:48:38'),
(103891,38794,'action started via WP Cron','2021-01-26 02:49:18','2021-01-25 21:49:18'),
(103892,38794,'action complete via WP Cron','2021-01-26 02:49:18','2021-01-25 21:49:18'),
(103893,38795,'action created','2021-01-26 02:49:18','2021-01-25 21:49:18'),
(103894,38795,'action started via WP Cron','2021-01-26 02:50:49','2021-01-25 21:50:49'),
(103895,38795,'action complete via WP Cron','2021-01-26 02:50:49','2021-01-25 21:50:49'),
(103896,38796,'action created','2021-01-26 02:50:49','2021-01-25 21:50:49'),
(103897,38796,'action started via WP Cron','2021-01-26 02:51:14','2021-01-25 21:51:14'),
(103898,38796,'action complete via WP Cron','2021-01-26 02:51:14','2021-01-25 21:51:14'),
(103899,38797,'action created','2021-01-26 02:51:14','2021-01-25 21:51:14'),
(103900,38797,'action started via WP Cron','2021-01-26 02:52:48','2021-01-25 21:52:48'),
(103901,38797,'action complete via WP Cron','2021-01-26 02:52:48','2021-01-25 21:52:48'),
(103902,38798,'action created','2021-01-26 02:52:48','2021-01-25 21:52:48'),
(103903,38798,'action started via WP Cron','2021-01-26 02:53:45','2021-01-25 21:53:45'),
(103904,38798,'action complete via WP Cron','2021-01-26 02:53:45','2021-01-25 21:53:45'),
(103905,38799,'action created','2021-01-26 02:53:45','2021-01-25 21:53:45'),
(103906,38799,'action started via WP Cron','2021-01-26 02:54:12','2021-01-25 21:54:12'),
(103907,38799,'action complete via WP Cron','2021-01-26 02:54:12','2021-01-25 21:54:12'),
(103908,38800,'action created','2021-01-26 02:54:12','2021-01-25 21:54:12'),
(103909,38800,'action started via WP Cron','2021-01-26 02:57:11','2021-01-25 21:57:11'),
(103910,38800,'action complete via WP Cron','2021-01-26 02:57:11','2021-01-25 21:57:11'),
(103911,38801,'action created','2021-01-26 02:57:11','2021-01-25 21:57:11'),
(103912,38801,'action started via WP Cron','2021-01-26 02:58:14','2021-01-25 21:58:14'),
(103913,38801,'action complete via WP Cron','2021-01-26 02:58:14','2021-01-25 21:58:14'),
(103914,38802,'action created','2021-01-26 02:58:14','2021-01-25 21:58:14'),
(103915,38802,'action started via WP Cron','2021-01-26 02:59:30','2021-01-25 21:59:30'),
(103916,38802,'action complete via WP Cron','2021-01-26 02:59:30','2021-01-25 21:59:30'),
(103917,38803,'action created','2021-01-26 02:59:30','2021-01-25 21:59:30'),
(103918,38803,'action started via WP Cron','2021-01-26 03:00:15','2021-01-25 22:00:15'),
(103919,38803,'action complete via WP Cron','2021-01-26 03:00:15','2021-01-25 22:00:15'),
(103920,38804,'action created','2021-01-26 03:00:15','2021-01-25 22:00:15'),
(103921,38804,'action started via WP Cron','2021-01-26 03:01:58','2021-01-25 22:01:58'),
(103922,38804,'action complete via WP Cron','2021-01-26 03:01:58','2021-01-25 22:01:58'),
(103923,38805,'action created','2021-01-26 03:01:58','2021-01-25 22:01:58'),
(103924,38805,'action started via WP Cron','2021-01-26 03:02:28','2021-01-25 22:02:28'),
(103925,38805,'action complete via WP Cron','2021-01-26 03:02:28','2021-01-25 22:02:28'),
(103926,38806,'action created','2021-01-26 03:02:28','2021-01-25 22:02:28'),
(103927,38806,'action started via WP Cron','2021-01-26 03:04:38','2021-01-25 22:04:38'),
(103928,38806,'action complete via WP Cron','2021-01-26 03:04:38','2021-01-25 22:04:38'),
(103929,38807,'action created','2021-01-26 03:04:38','2021-01-25 22:04:38'),
(103930,38807,'action started via WP Cron','2021-01-26 03:05:17','2021-01-25 22:05:17'),
(103931,38807,'action complete via WP Cron','2021-01-26 03:05:18','2021-01-25 22:05:18'),
(103932,38808,'action created','2021-01-26 03:05:18','2021-01-25 22:05:18'),
(103933,38808,'action started via WP Cron','2021-01-26 03:07:32','2021-01-25 22:07:32'),
(103934,38808,'action complete via WP Cron','2021-01-26 03:07:32','2021-01-25 22:07:32'),
(103935,38809,'action created','2021-01-26 03:07:32','2021-01-25 22:07:32'),
(103936,38809,'action started via WP Cron','2021-01-26 03:09:35','2021-01-25 22:09:35'),
(103937,38809,'action complete via WP Cron','2021-01-26 03:09:35','2021-01-25 22:09:35'),
(103938,38810,'action created','2021-01-26 03:09:35','2021-01-25 22:09:35'),
(103939,38810,'action started via WP Cron','2021-01-26 03:12:20','2021-01-25 22:12:20'),
(103940,38810,'action complete via WP Cron','2021-01-26 03:12:20','2021-01-25 22:12:20'),
(103941,38811,'action created','2021-01-26 03:12:20','2021-01-25 22:12:20'),
(103942,38811,'action started via WP Cron','2021-01-26 03:15:07','2021-01-25 22:15:07'),
(103943,38811,'action complete via WP Cron','2021-01-26 03:15:07','2021-01-25 22:15:07'),
(103944,38812,'action created','2021-01-26 03:15:07','2021-01-25 22:15:07'),
(103945,38812,'action started via WP Cron','2021-01-26 03:16:55','2021-01-25 22:16:55'),
(103946,38812,'action complete via WP Cron','2021-01-26 03:16:55','2021-01-25 22:16:55'),
(103947,38813,'action created','2021-01-26 03:16:55','2021-01-25 22:16:55'),
(103948,38813,'action started via WP Cron','2021-01-26 03:18:03','2021-01-25 22:18:03'),
(103949,38813,'action complete via WP Cron','2021-01-26 03:18:03','2021-01-25 22:18:03'),
(103950,38814,'action created','2021-01-26 03:18:03','2021-01-25 22:18:03'),
(103951,38814,'action started via WP Cron','2021-01-26 03:19:09','2021-01-25 22:19:09'),
(103952,38814,'action complete via WP Cron','2021-01-26 03:19:09','2021-01-25 22:19:09'),
(103953,38815,'action created','2021-01-26 03:19:09','2021-01-25 22:19:09'),
(103954,38815,'action started via WP Cron','2021-01-26 03:19:42','2021-01-25 22:19:42'),
(103955,38815,'action complete via WP Cron','2021-01-26 03:19:42','2021-01-25 22:19:42'),
(103956,38816,'action created','2021-01-26 03:19:42','2021-01-25 22:19:42'),
(103957,38816,'action started via WP Cron','2021-01-26 03:20:44','2021-01-25 22:20:44'),
(103958,38816,'action complete via WP Cron','2021-01-26 03:20:44','2021-01-25 22:20:44'),
(103959,38817,'action created','2021-01-26 03:20:44','2021-01-25 22:20:44'),
(103960,38817,'action started via WP Cron','2021-01-26 03:22:18','2021-01-25 22:22:18'),
(103961,38817,'action complete via WP Cron','2021-01-26 03:22:18','2021-01-25 22:22:18'),
(103962,38818,'action created','2021-01-26 03:22:18','2021-01-25 22:22:18'),
(103963,38818,'action started via WP Cron','2021-01-26 03:23:26','2021-01-25 22:23:26'),
(103964,38818,'action complete via WP Cron','2021-01-26 03:23:26','2021-01-25 22:23:26'),
(103965,38819,'action created','2021-01-26 03:23:26','2021-01-25 22:23:26'),
(103966,38819,'action started via WP Cron','2021-01-26 03:25:46','2021-01-25 22:25:46'),
(103967,38819,'action complete via WP Cron','2021-01-26 03:25:46','2021-01-25 22:25:46'),
(103968,38820,'action created','2021-01-26 03:25:46','2021-01-25 22:25:46'),
(103969,38820,'action started via WP Cron','2021-01-26 03:27:26','2021-01-25 22:27:26'),
(103970,38820,'action complete via WP Cron','2021-01-26 03:27:26','2021-01-25 22:27:26'),
(103971,38821,'action created','2021-01-26 03:27:26','2021-01-25 22:27:26'),
(103972,38821,'action started via WP Cron','2021-01-26 03:28:39','2021-01-25 22:28:39'),
(103973,38821,'action complete via WP Cron','2021-01-26 03:28:39','2021-01-25 22:28:39'),
(103974,38822,'action created','2021-01-26 03:28:39','2021-01-25 22:28:39'),
(103975,38822,'action started via WP Cron','2021-01-26 03:30:04','2021-01-25 22:30:04'),
(103976,38822,'action complete via WP Cron','2021-01-26 03:30:04','2021-01-25 22:30:04'),
(103977,38823,'action created','2021-01-26 03:30:04','2021-01-25 22:30:04'),
(103978,38823,'action started via WP Cron','2021-01-26 03:30:29','2021-01-25 22:30:29'),
(103979,38823,'action complete via WP Cron','2021-01-26 03:30:29','2021-01-25 22:30:29'),
(103980,38824,'action created','2021-01-26 03:30:29','2021-01-25 22:30:29'),
(103981,38824,'action started via WP Cron','2021-01-26 03:32:34','2021-01-25 22:32:34'),
(103982,38824,'action complete via WP Cron','2021-01-26 03:32:34','2021-01-25 22:32:34'),
(103983,38825,'action created','2021-01-26 03:32:34','2021-01-25 22:32:34'),
(103984,38825,'action started via WP Cron','2021-01-26 03:33:41','2021-01-25 22:33:41'),
(103985,38825,'action complete via WP Cron','2021-01-26 03:33:41','2021-01-25 22:33:41'),
(103986,38826,'action created','2021-01-26 03:33:41','2021-01-25 22:33:41'),
(103987,38826,'action started via WP Cron','2021-01-26 03:34:48','2021-01-25 22:34:48'),
(103988,38826,'action complete via WP Cron','2021-01-26 03:34:48','2021-01-25 22:34:48'),
(103989,38827,'action created','2021-01-26 03:34:49','2021-01-25 22:34:49'),
(103990,38827,'action started via WP Cron','2021-01-26 03:35:19','2021-01-25 22:35:19'),
(103991,38827,'action complete via WP Cron','2021-01-26 03:35:19','2021-01-25 22:35:19'),
(103992,38828,'action created','2021-01-26 03:35:19','2021-01-25 22:35:19'),
(103993,38828,'action started via WP Cron','2021-01-26 03:36:16','2021-01-25 22:36:16'),
(103994,38828,'action complete via WP Cron','2021-01-26 03:36:16','2021-01-25 22:36:16'),
(103995,38829,'action created','2021-01-26 03:36:16','2021-01-25 22:36:16'),
(103996,38829,'action started via WP Cron','2021-01-26 03:37:48','2021-01-25 22:37:48'),
(103997,38829,'action complete via WP Cron','2021-01-26 03:37:48','2021-01-25 22:37:48'),
(103998,38830,'action created','2021-01-26 03:37:48','2021-01-25 22:37:48'),
(103999,38830,'action started via WP Cron','2021-01-26 03:40:07','2021-01-25 22:40:07'),
(104000,38830,'action complete via WP Cron','2021-01-26 03:40:07','2021-01-25 22:40:07'),
(104001,38831,'action created','2021-01-26 03:40:07','2021-01-25 22:40:07'),
(104002,38831,'action started via WP Cron','2021-01-26 03:41:11','2021-01-25 22:41:11'),
(104003,38831,'action complete via WP Cron','2021-01-26 03:41:11','2021-01-25 22:41:11'),
(104004,38832,'action created','2021-01-26 03:41:11','2021-01-25 22:41:11'),
(104005,38832,'action started via WP Cron','2021-01-26 03:42:31','2021-01-25 22:42:31'),
(104006,38832,'action complete via WP Cron','2021-01-26 03:42:31','2021-01-25 22:42:31'),
(104007,38833,'action created','2021-01-26 03:42:31','2021-01-25 22:42:31'),
(104008,38833,'action started via WP Cron','2021-01-26 03:47:07','2021-01-25 22:47:07'),
(104009,38833,'action complete via WP Cron','2021-01-26 03:47:07','2021-01-25 22:47:07'),
(104010,38834,'action created','2021-01-26 03:47:07','2021-01-25 22:47:07'),
(104011,38834,'action started via WP Cron','2021-01-26 03:47:23','2021-01-25 22:47:23'),
(104012,38834,'action complete via WP Cron','2021-01-26 03:47:23','2021-01-25 22:47:23'),
(104013,38835,'action created','2021-01-26 03:47:23','2021-01-25 22:47:23'),
(104014,38835,'action started via WP Cron','2021-01-26 03:48:48','2021-01-25 22:48:48'),
(104015,38835,'action complete via WP Cron','2021-01-26 03:48:48','2021-01-25 22:48:48'),
(104016,38836,'action created','2021-01-26 03:48:48','2021-01-25 22:48:48'),
(104017,38836,'action started via WP Cron','2021-01-26 03:49:41','2021-01-25 22:49:41'),
(104018,38836,'action complete via WP Cron','2021-01-26 03:49:41','2021-01-25 22:49:41'),
(104019,38837,'action created','2021-01-26 03:49:41','2021-01-25 22:49:41'),
(104020,38837,'action started via WP Cron','2021-01-26 03:51:00','2021-01-25 22:51:00'),
(104021,38837,'action complete via WP Cron','2021-01-26 03:51:00','2021-01-25 22:51:00'),
(104022,38838,'action created','2021-01-26 03:51:00','2021-01-25 22:51:00'),
(104023,38838,'action started via WP Cron','2021-01-26 03:52:02','2021-01-25 22:52:02'),
(104024,38838,'action complete via WP Cron','2021-01-26 03:52:02','2021-01-25 22:52:02'),
(104025,38839,'action created','2021-01-26 03:52:02','2021-01-25 22:52:02'),
(104026,38839,'action started via WP Cron','2021-01-26 03:52:16','2021-01-25 22:52:16'),
(104027,38839,'action complete via WP Cron','2021-01-26 03:52:16','2021-01-25 22:52:16'),
(104028,38840,'action created','2021-01-26 03:52:16','2021-01-25 22:52:16'),
(104029,38840,'action started via WP Cron','2021-01-26 03:54:12','2021-01-25 22:54:12'),
(104030,38840,'action complete via WP Cron','2021-01-26 03:54:12','2021-01-25 22:54:12'),
(104031,38841,'action created','2021-01-26 03:54:12','2021-01-25 22:54:12'),
(104032,38841,'action started via WP Cron','2021-01-26 03:55:44','2021-01-25 22:55:44'),
(104033,38841,'action complete via WP Cron','2021-01-26 03:55:44','2021-01-25 22:55:44'),
(104034,38842,'action created','2021-01-26 03:55:44','2021-01-25 22:55:44'),
(104035,38842,'action started via WP Cron','2021-01-26 03:57:25','2021-01-25 22:57:25'),
(104036,38842,'action complete via WP Cron','2021-01-26 03:57:25','2021-01-25 22:57:25'),
(104037,38843,'action created','2021-01-26 03:57:25','2021-01-25 22:57:25'),
(104038,38843,'action started via WP Cron','2021-01-26 04:00:57','2021-01-25 23:00:57'),
(104039,38843,'action complete via WP Cron','2021-01-26 04:00:57','2021-01-25 23:00:57'),
(104040,38844,'action created','2021-01-26 04:00:57','2021-01-25 23:00:57'),
(104041,38844,'action started via WP Cron','2021-01-26 04:04:29','2021-01-25 23:04:29'),
(104042,38844,'action complete via WP Cron','2021-01-26 04:04:29','2021-01-25 23:04:29'),
(104043,38845,'action created','2021-01-26 04:04:29','2021-01-25 23:04:29'),
(104044,38845,'action started via WP Cron','2021-01-26 04:06:23','2021-01-25 23:06:23'),
(104045,38845,'action complete via WP Cron','2021-01-26 04:06:23','2021-01-25 23:06:23'),
(104046,38846,'action created','2021-01-26 04:06:23','2021-01-25 23:06:23'),
(104047,38846,'action started via WP Cron','2021-01-26 04:07:29','2021-01-25 23:07:29'),
(104048,38846,'action complete via WP Cron','2021-01-26 04:07:29','2021-01-25 23:07:29'),
(104049,38847,'action created','2021-01-26 04:07:29','2021-01-25 23:07:29'),
(104050,38847,'action started via WP Cron','2021-01-26 04:11:15','2021-01-25 23:11:15'),
(104051,38847,'action complete via WP Cron','2021-01-26 04:11:15','2021-01-25 23:11:15'),
(104052,38848,'action created','2021-01-26 04:11:15','2021-01-25 23:11:15'),
(104053,38848,'action started via WP Cron','2021-01-26 04:12:22','2021-01-25 23:12:22'),
(104054,38848,'action complete via WP Cron','2021-01-26 04:12:22','2021-01-25 23:12:22'),
(104055,38849,'action created','2021-01-26 04:12:22','2021-01-25 23:12:22'),
(104056,38849,'action started via WP Cron','2021-01-26 04:14:21','2021-01-25 23:14:21'),
(104057,38849,'action complete via WP Cron','2021-01-26 04:14:21','2021-01-25 23:14:21'),
(104058,38850,'action created','2021-01-26 04:14:21','2021-01-25 23:14:21'),
(104059,38850,'action started via WP Cron','2021-01-26 04:15:46','2021-01-25 23:15:46'),
(104060,38850,'action complete via WP Cron','2021-01-26 04:15:46','2021-01-25 23:15:46'),
(104061,38851,'action created','2021-01-26 04:15:46','2021-01-25 23:15:46'),
(104062,38851,'action started via WP Cron','2021-01-26 04:16:34','2021-01-25 23:16:34'),
(104063,38851,'action complete via WP Cron','2021-01-26 04:16:34','2021-01-25 23:16:34'),
(104064,38852,'action created','2021-01-26 04:16:34','2021-01-25 23:16:34'),
(104065,38852,'action started via WP Cron','2021-01-26 04:17:37','2021-01-25 23:17:37'),
(104066,38852,'action complete via WP Cron','2021-01-26 04:17:37','2021-01-25 23:17:37'),
(104067,38853,'action created','2021-01-26 04:17:37','2021-01-25 23:17:37'),
(104068,38853,'action started via WP Cron','2021-01-26 04:19:03','2021-01-25 23:19:03'),
(104069,38853,'action complete via WP Cron','2021-01-26 04:19:03','2021-01-25 23:19:03'),
(104070,38854,'action created','2021-01-26 04:19:03','2021-01-25 23:19:03'),
(104071,38854,'action started via WP Cron','2021-01-26 04:20:45','2021-01-25 23:20:45'),
(104072,38854,'action complete via WP Cron','2021-01-26 04:20:45','2021-01-25 23:20:45'),
(104073,38855,'action created','2021-01-26 04:20:45','2021-01-25 23:20:45'),
(104074,38855,'action started via WP Cron','2021-01-26 04:22:28','2021-01-25 23:22:28'),
(104075,38855,'action complete via WP Cron','2021-01-26 04:22:28','2021-01-25 23:22:28'),
(104076,38856,'action created','2021-01-26 04:22:28','2021-01-25 23:22:28'),
(104077,38856,'action started via WP Cron','2021-01-26 04:23:13','2021-01-25 23:23:13'),
(104078,38856,'action complete via WP Cron','2021-01-26 04:23:13','2021-01-25 23:23:13'),
(104079,38857,'action created','2021-01-26 04:23:13','2021-01-25 23:23:13'),
(104080,38857,'action started via WP Cron','2021-01-26 04:24:46','2021-01-25 23:24:46'),
(104081,38857,'action complete via WP Cron','2021-01-26 04:24:46','2021-01-25 23:24:46'),
(104082,38858,'action created','2021-01-26 04:24:46','2021-01-25 23:24:46'),
(104083,38858,'action started via WP Cron','2021-01-26 04:25:31','2021-01-25 23:25:31'),
(104084,38858,'action complete via WP Cron','2021-01-26 04:25:31','2021-01-25 23:25:31'),
(104085,38859,'action created','2021-01-26 04:25:31','2021-01-25 23:25:31'),
(104086,38859,'action started via WP Cron','2021-01-26 04:26:27','2021-01-25 23:26:27'),
(104087,38859,'action complete via WP Cron','2021-01-26 04:26:27','2021-01-25 23:26:27'),
(104088,38860,'action created','2021-01-26 04:26:27','2021-01-25 23:26:27'),
(104089,38860,'action started via WP Cron','2021-01-26 04:28:41','2021-01-25 23:28:41'),
(104090,38860,'action complete via WP Cron','2021-01-26 04:28:41','2021-01-25 23:28:41'),
(104091,38861,'action created','2021-01-26 04:28:41','2021-01-25 23:28:41'),
(104092,38861,'action started via WP Cron','2021-01-26 04:30:50','2021-01-25 23:30:50'),
(104093,38861,'action complete via WP Cron','2021-01-26 04:30:50','2021-01-25 23:30:50'),
(104094,38862,'action created','2021-01-26 04:30:50','2021-01-25 23:30:50'),
(104095,38862,'action started via WP Cron','2021-01-26 04:32:58','2021-01-25 23:32:58'),
(104096,38862,'action complete via WP Cron','2021-01-26 04:32:58','2021-01-25 23:32:58'),
(104097,38863,'action created','2021-01-26 04:32:58','2021-01-25 23:32:58'),
(104098,38863,'action started via WP Cron','2021-01-26 04:33:15','2021-01-25 23:33:15'),
(104099,38863,'action complete via WP Cron','2021-01-26 04:33:15','2021-01-25 23:33:15'),
(104100,38864,'action created','2021-01-26 04:33:15','2021-01-25 23:33:15'),
(104101,38864,'action started via WP Cron','2021-01-26 04:35:28','2021-01-25 23:35:28'),
(104102,38864,'action complete via WP Cron','2021-01-26 04:35:28','2021-01-25 23:35:28'),
(104103,38865,'action created','2021-01-26 04:35:28','2021-01-25 23:35:28'),
(104104,38865,'action started via WP Cron','2021-01-26 04:36:22','2021-01-25 23:36:22'),
(104105,38865,'action complete via WP Cron','2021-01-26 04:36:22','2021-01-25 23:36:22'),
(104106,38866,'action created','2021-01-26 04:36:22','2021-01-25 23:36:22'),
(104107,38866,'action started via WP Cron','2021-01-26 04:37:51','2021-01-25 23:37:51'),
(104108,38866,'action complete via WP Cron','2021-01-26 04:37:51','2021-01-25 23:37:51'),
(104109,38867,'action created','2021-01-26 04:37:51','2021-01-25 23:37:51'),
(104110,38867,'action started via WP Cron','2021-01-26 04:38:58','2021-01-25 23:38:58'),
(104111,38867,'action complete via WP Cron','2021-01-26 04:38:58','2021-01-25 23:38:58'),
(104112,38868,'action created','2021-01-26 04:38:59','2021-01-25 23:38:59'),
(104113,38868,'action started via WP Cron','2021-01-26 04:39:16','2021-01-25 23:39:16'),
(104114,38868,'action complete via WP Cron','2021-01-26 04:39:16','2021-01-25 23:39:16'),
(104115,38869,'action created','2021-01-26 04:39:16','2021-01-25 23:39:16'),
(104116,38869,'action started via WP Cron','2021-01-26 04:41:03','2021-01-25 23:41:03'),
(104117,38869,'action complete via WP Cron','2021-01-26 04:41:03','2021-01-25 23:41:03'),
(104118,38870,'action created','2021-01-26 04:41:03','2021-01-25 23:41:03'),
(104119,38870,'action started via WP Cron','2021-01-26 04:41:54','2021-01-25 23:41:54'),
(104120,38870,'action complete via WP Cron','2021-01-26 04:41:54','2021-01-25 23:41:54'),
(104121,38871,'action created','2021-01-26 04:41:54','2021-01-25 23:41:54'),
(104122,38871,'action started via WP Cron','2021-01-26 04:42:29','2021-01-25 23:42:29'),
(104123,38871,'action complete via WP Cron','2021-01-26 04:42:29','2021-01-25 23:42:29'),
(104124,38872,'action created','2021-01-26 04:42:29','2021-01-25 23:42:29'),
(104125,38872,'action started via WP Cron','2021-01-26 04:46:08','2021-01-25 23:46:08'),
(104126,38872,'action complete via WP Cron','2021-01-26 04:46:08','2021-01-25 23:46:08'),
(104127,38873,'action created','2021-01-26 04:46:08','2021-01-25 23:46:08'),
(104128,38873,'action started via WP Cron','2021-01-26 04:47:18','2021-01-25 23:47:18'),
(104129,38873,'action complete via WP Cron','2021-01-26 04:47:18','2021-01-25 23:47:18'),
(104130,38874,'action created','2021-01-26 04:47:18','2021-01-25 23:47:18'),
(104131,38874,'action started via WP Cron','2021-01-26 04:50:26','2021-01-25 23:50:26'),
(104132,38874,'action complete via WP Cron','2021-01-26 04:50:26','2021-01-25 23:50:26'),
(104133,38875,'action created','2021-01-26 04:50:26','2021-01-25 23:50:26'),
(104134,38875,'action started via WP Cron','2021-01-26 04:51:12','2021-01-25 23:51:12'),
(104135,38875,'action complete via WP Cron','2021-01-26 04:51:12','2021-01-25 23:51:12'),
(104136,38876,'action created','2021-01-26 04:51:12','2021-01-25 23:51:12'),
(104137,38876,'action started via WP Cron','2021-01-26 04:52:26','2021-01-25 23:52:26'),
(104138,38876,'action complete via WP Cron','2021-01-26 04:52:26','2021-01-25 23:52:26'),
(104139,38877,'action created','2021-01-26 04:52:29','2021-01-25 23:52:29'),
(104140,38877,'action started via WP Cron','2021-01-26 04:53:24','2021-01-25 23:53:24'),
(104141,38877,'action complete via WP Cron','2021-01-26 04:53:24','2021-01-25 23:53:24'),
(104142,38878,'action created','2021-01-26 04:53:24','2021-01-25 23:53:24'),
(104143,38878,'action started via WP Cron','2021-01-26 04:54:23','2021-01-25 23:54:23'),
(104144,38878,'action complete via WP Cron','2021-01-26 04:54:23','2021-01-25 23:54:23'),
(104145,38879,'action created','2021-01-26 04:54:23','2021-01-25 23:54:23'),
(104146,38879,'action started via WP Cron','2021-01-26 04:55:15','2021-01-25 23:55:15'),
(104147,38879,'action complete via WP Cron','2021-01-26 04:55:15','2021-01-25 23:55:15'),
(104148,38880,'action created','2021-01-26 04:55:15','2021-01-25 23:55:15'),
(104149,38880,'action started via WP Cron','2021-01-26 04:56:28','2021-01-25 23:56:28'),
(104150,38880,'action complete via WP Cron','2021-01-26 04:56:28','2021-01-25 23:56:28'),
(104151,38881,'action created','2021-01-26 04:56:28','2021-01-25 23:56:28'),
(104152,38881,'action started via WP Cron','2021-01-26 04:57:12','2021-01-25 23:57:12'),
(104153,38881,'action complete via WP Cron','2021-01-26 04:57:12','2021-01-25 23:57:12'),
(104154,38882,'action created','2021-01-26 04:57:12','2021-01-25 23:57:12'),
(104155,38882,'action started via WP Cron','2021-01-26 04:58:14','2021-01-25 23:58:14'),
(104156,38882,'action complete via WP Cron','2021-01-26 04:58:14','2021-01-25 23:58:14'),
(104157,38883,'action created','2021-01-26 04:58:14','2021-01-25 23:58:14'),
(104158,38883,'action started via WP Cron','2021-01-26 04:59:12','2021-01-25 23:59:12'),
(104159,38883,'action complete via WP Cron','2021-01-26 04:59:12','2021-01-25 23:59:12'),
(104160,38884,'action created','2021-01-26 04:59:12','2021-01-25 23:59:12'),
(104161,38884,'action started via WP Cron','2021-01-26 05:00:13','2021-01-26 00:00:13'),
(104162,38884,'action complete via WP Cron','2021-01-26 05:00:13','2021-01-26 00:00:13'),
(104163,38885,'action created','2021-01-26 05:00:13','2021-01-26 00:00:13'),
(104164,38885,'action started via WP Cron','2021-01-26 05:01:12','2021-01-26 00:01:12'),
(104165,38885,'action complete via WP Cron','2021-01-26 05:01:12','2021-01-26 00:01:12'),
(104166,38886,'action created','2021-01-26 05:01:12','2021-01-26 00:01:12'),
(104167,38886,'action started via WP Cron','2021-01-26 05:02:20','2021-01-26 00:02:20'),
(104168,38886,'action complete via WP Cron','2021-01-26 05:02:20','2021-01-26 00:02:20'),
(104169,38887,'action created','2021-01-26 05:02:25','2021-01-26 00:02:25'),
(104170,38887,'action started via WP Cron','2021-01-26 05:03:16','2021-01-26 00:03:16'),
(104171,38887,'action complete via WP Cron','2021-01-26 05:03:16','2021-01-26 00:03:16'),
(104172,38888,'action created','2021-01-26 05:03:16','2021-01-26 00:03:16'),
(104173,38888,'action started via WP Cron','2021-01-26 05:04:11','2021-01-26 00:04:11'),
(104174,38888,'action complete via WP Cron','2021-01-26 05:04:11','2021-01-26 00:04:11'),
(104175,38889,'action created','2021-01-26 05:04:11','2021-01-26 00:04:11'),
(104176,38889,'action started via WP Cron','2021-01-26 05:05:16','2021-01-26 00:05:16'),
(104177,38889,'action complete via WP Cron','2021-01-26 05:05:16','2021-01-26 00:05:16'),
(104178,38890,'action created','2021-01-26 05:05:16','2021-01-26 00:05:16'),
(104179,38890,'action started via WP Cron','2021-01-26 05:06:12','2021-01-26 00:06:12'),
(104180,38890,'action complete via WP Cron','2021-01-26 05:06:12','2021-01-26 00:06:12'),
(104181,38891,'action created','2021-01-26 05:06:12','2021-01-26 00:06:12'),
(104182,38891,'action started via WP Cron','2021-01-26 05:07:16','2021-01-26 00:07:16'),
(104183,38891,'action complete via WP Cron','2021-01-26 05:07:16','2021-01-26 00:07:16'),
(104184,38892,'action created','2021-01-26 05:07:16','2021-01-26 00:07:16'),
(104185,38892,'action started via WP Cron','2021-01-26 05:08:11','2021-01-26 00:08:11'),
(104186,38892,'action complete via WP Cron','2021-01-26 05:08:11','2021-01-26 00:08:11'),
(104187,38893,'action created','2021-01-26 05:08:11','2021-01-26 00:08:11'),
(104188,38893,'action started via WP Cron','2021-01-26 05:09:11','2021-01-26 00:09:11'),
(104189,38893,'action complete via WP Cron','2021-01-26 05:09:11','2021-01-26 00:09:11'),
(104190,38894,'action created','2021-01-26 05:09:11','2021-01-26 00:09:11'),
(104191,38894,'action started via WP Cron','2021-01-26 05:10:19','2021-01-26 00:10:19'),
(104192,38894,'action complete via WP Cron','2021-01-26 05:10:19','2021-01-26 00:10:19'),
(104193,38895,'action created','2021-01-26 05:10:19','2021-01-26 00:10:19'),
(104194,38895,'action started via WP Cron','2021-01-26 05:13:52','2021-01-26 00:13:52'),
(104195,38895,'action complete via WP Cron','2021-01-26 05:13:52','2021-01-26 00:13:52'),
(104196,38896,'action created','2021-01-26 05:13:52','2021-01-26 00:13:52'),
(104197,38896,'action started via WP Cron','2021-01-26 05:14:11','2021-01-26 00:14:11'),
(104198,38896,'action complete via WP Cron','2021-01-26 05:14:11','2021-01-26 00:14:11'),
(104199,38897,'action created','2021-01-26 05:14:11','2021-01-26 00:14:11'),
(104200,38897,'action started via WP Cron','2021-01-26 05:15:23','2021-01-26 00:15:23'),
(104201,38897,'action complete via WP Cron','2021-01-26 05:15:23','2021-01-26 00:15:23'),
(104202,38898,'action created','2021-01-26 05:15:23','2021-01-26 00:15:23'),
(104203,38898,'action started via WP Cron','2021-01-26 05:16:16','2021-01-26 00:16:16'),
(104204,38898,'action complete via WP Cron','2021-01-26 05:16:16','2021-01-26 00:16:16'),
(104205,38899,'action created','2021-01-26 05:16:16','2021-01-26 00:16:16'),
(104206,38899,'action started via WP Cron','2021-01-26 05:17:14','2021-01-26 00:17:14'),
(104207,38899,'action complete via WP Cron','2021-01-26 05:17:14','2021-01-26 00:17:14'),
(104208,38900,'action created','2021-01-26 05:17:14','2021-01-26 00:17:14'),
(104209,38900,'action started via WP Cron','2021-01-26 05:18:23','2021-01-26 00:18:23'),
(104210,38900,'action complete via WP Cron','2021-01-26 05:18:23','2021-01-26 00:18:23'),
(104211,38901,'action created','2021-01-26 05:18:23','2021-01-26 00:18:23'),
(104212,38901,'action started via WP Cron','2021-01-26 05:19:14','2021-01-26 00:19:14'),
(104213,38901,'action complete via WP Cron','2021-01-26 05:19:15','2021-01-26 00:19:15'),
(104214,38902,'action created','2021-01-26 05:19:15','2021-01-26 00:19:15'),
(104215,38902,'action started via WP Cron','2021-01-26 05:20:14','2021-01-26 00:20:14'),
(104216,38902,'action complete via WP Cron','2021-01-26 05:20:14','2021-01-26 00:20:14'),
(104217,38903,'action created','2021-01-26 05:20:14','2021-01-26 00:20:14'),
(104218,38903,'action started via WP Cron','2021-01-26 05:21:13','2021-01-26 00:21:13'),
(104219,38903,'action complete via WP Cron','2021-01-26 05:21:13','2021-01-26 00:21:13'),
(104220,38904,'action created','2021-01-26 05:21:13','2021-01-26 00:21:13'),
(104221,38904,'action started via WP Cron','2021-01-26 05:22:11','2021-01-26 00:22:11'),
(104222,38904,'action complete via WP Cron','2021-01-26 05:22:11','2021-01-26 00:22:11'),
(104223,38905,'action created','2021-01-26 05:22:11','2021-01-26 00:22:11'),
(104224,38905,'action started via WP Cron','2021-01-26 05:23:13','2021-01-26 00:23:13'),
(104225,38905,'action complete via WP Cron','2021-01-26 05:23:13','2021-01-26 00:23:13'),
(104226,38906,'action created','2021-01-26 05:23:13','2021-01-26 00:23:13'),
(104227,38906,'action started via WP Cron','2021-01-26 05:24:18','2021-01-26 00:24:18'),
(104228,38906,'action complete via WP Cron','2021-01-26 05:24:18','2021-01-26 00:24:18'),
(104229,38907,'action created','2021-01-26 05:24:18','2021-01-26 00:24:18'),
(104230,38907,'action started via WP Cron','2021-01-26 05:25:23','2021-01-26 00:25:23'),
(104231,38907,'action complete via WP Cron','2021-01-26 05:25:23','2021-01-26 00:25:23'),
(104232,38908,'action created','2021-01-26 05:25:23','2021-01-26 00:25:23'),
(104233,38908,'action started via WP Cron','2021-01-26 05:26:15','2021-01-26 00:26:15'),
(104234,38908,'action complete via WP Cron','2021-01-26 05:26:15','2021-01-26 00:26:15'),
(104235,38909,'action created','2021-01-26 05:26:15','2021-01-26 00:26:15'),
(104236,38909,'action started via WP Cron','2021-01-26 05:27:19','2021-01-26 00:27:19'),
(104237,38909,'action complete via WP Cron','2021-01-26 05:27:19','2021-01-26 00:27:19'),
(104238,38910,'action created','2021-01-26 05:27:19','2021-01-26 00:27:19'),
(104239,38910,'action started via WP Cron','2021-01-26 05:28:14','2021-01-26 00:28:14'),
(104240,38910,'action complete via WP Cron','2021-01-26 05:28:14','2021-01-26 00:28:14'),
(104241,38911,'action created','2021-01-26 05:28:14','2021-01-26 00:28:14'),
(104242,38911,'action started via WP Cron','2021-01-26 05:29:24','2021-01-26 00:29:24'),
(104243,38911,'action complete via WP Cron','2021-01-26 05:29:24','2021-01-26 00:29:24'),
(104244,38912,'action created','2021-01-26 05:29:24','2021-01-26 00:29:24'),
(104245,38912,'action started via WP Cron','2021-01-26 05:30:16','2021-01-26 00:30:16'),
(104246,38912,'action complete via WP Cron','2021-01-26 05:30:16','2021-01-26 00:30:16'),
(104247,38913,'action created','2021-01-26 05:30:16','2021-01-26 00:30:16'),
(104248,38913,'action started via WP Cron','2021-01-26 05:31:15','2021-01-26 00:31:15'),
(104249,38913,'action complete via WP Cron','2021-01-26 05:31:15','2021-01-26 00:31:15'),
(104250,38914,'action created','2021-01-26 05:31:15','2021-01-26 00:31:15'),
(104251,38914,'action started via WP Cron','2021-01-26 05:32:15','2021-01-26 00:32:15'),
(104252,38914,'action complete via WP Cron','2021-01-26 05:32:15','2021-01-26 00:32:15'),
(104253,38915,'action created','2021-01-26 05:32:15','2021-01-26 00:32:15'),
(104254,38915,'action started via WP Cron','2021-01-26 05:33:18','2021-01-26 00:33:18'),
(104255,38915,'action complete via WP Cron','2021-01-26 05:33:18','2021-01-26 00:33:18'),
(104256,38916,'action created','2021-01-26 05:33:18','2021-01-26 00:33:18'),
(104257,38916,'action started via WP Cron','2021-01-26 05:34:18','2021-01-26 00:34:18'),
(104258,38916,'action complete via WP Cron','2021-01-26 05:34:18','2021-01-26 00:34:18'),
(104259,38917,'action created','2021-01-26 05:34:18','2021-01-26 00:34:18'),
(104260,38917,'action started via WP Cron','2021-01-26 05:35:15','2021-01-26 00:35:15'),
(104261,38917,'action complete via WP Cron','2021-01-26 05:35:15','2021-01-26 00:35:15'),
(104262,38918,'action created','2021-01-26 05:35:16','2021-01-26 00:35:16'),
(104263,38918,'action started via WP Cron','2021-01-26 05:36:14','2021-01-26 00:36:14'),
(104264,38918,'action complete via WP Cron','2021-01-26 05:36:14','2021-01-26 00:36:14'),
(104265,38919,'action created','2021-01-26 05:36:14','2021-01-26 00:36:14'),
(104266,38919,'action started via WP Cron','2021-01-26 05:37:14','2021-01-26 00:37:14'),
(104267,38919,'action complete via WP Cron','2021-01-26 05:37:14','2021-01-26 00:37:14'),
(104268,38920,'action created','2021-01-26 05:37:14','2021-01-26 00:37:14'),
(104269,38920,'action started via WP Cron','2021-01-26 05:38:19','2021-01-26 00:38:19'),
(104270,38920,'action complete via WP Cron','2021-01-26 05:38:19','2021-01-26 00:38:19'),
(104271,38921,'action created','2021-01-26 05:38:19','2021-01-26 00:38:19'),
(104272,38921,'action started via WP Cron','2021-01-26 05:39:14','2021-01-26 00:39:14'),
(104273,38921,'action complete via WP Cron','2021-01-26 05:39:14','2021-01-26 00:39:14'),
(104274,38922,'action created','2021-01-26 05:39:14','2021-01-26 00:39:14'),
(104275,38922,'action started via WP Cron','2021-01-26 05:40:23','2021-01-26 00:40:23'),
(104276,38922,'action complete via WP Cron','2021-01-26 05:40:23','2021-01-26 00:40:23'),
(104277,38923,'action created','2021-01-26 05:40:23','2021-01-26 00:40:23'),
(104278,38923,'action started via WP Cron','2021-01-26 05:41:23','2021-01-26 00:41:23'),
(104279,38923,'action complete via WP Cron','2021-01-26 05:41:23','2021-01-26 00:41:23'),
(104280,38924,'action created','2021-01-26 05:41:23','2021-01-26 00:41:23'),
(104281,38924,'action started via WP Cron','2021-01-26 05:42:20','2021-01-26 00:42:20'),
(104282,38924,'action complete via WP Cron','2021-01-26 05:42:20','2021-01-26 00:42:20'),
(104283,38925,'action created','2021-01-26 05:42:27','2021-01-26 00:42:27'),
(104284,38925,'action started via WP Cron','2021-01-26 05:43:21','2021-01-26 00:43:21'),
(104285,38925,'action complete via WP Cron','2021-01-26 05:43:21','2021-01-26 00:43:21'),
(104286,38926,'action created','2021-01-26 05:43:21','2021-01-26 00:43:21'),
(104287,38926,'action started via WP Cron','2021-01-26 05:44:13','2021-01-26 00:44:13'),
(104288,38926,'action complete via WP Cron','2021-01-26 05:44:13','2021-01-26 00:44:13'),
(104289,38927,'action created','2021-01-26 05:44:13','2021-01-26 00:44:13'),
(104290,38927,'action started via WP Cron','2021-01-26 05:45:13','2021-01-26 00:45:13'),
(104291,38927,'action complete via WP Cron','2021-01-26 05:45:13','2021-01-26 00:45:13'),
(104292,38928,'action created','2021-01-26 05:45:13','2021-01-26 00:45:13'),
(104293,38928,'action started via WP Cron','2021-01-26 05:46:13','2021-01-26 00:46:13'),
(104294,38928,'action complete via WP Cron','2021-01-26 05:46:13','2021-01-26 00:46:13'),
(104295,38929,'action created','2021-01-26 05:46:13','2021-01-26 00:46:13'),
(104296,38929,'action started via WP Cron','2021-01-26 05:47:23','2021-01-26 00:47:23'),
(104297,38929,'action complete via WP Cron','2021-01-26 05:47:23','2021-01-26 00:47:23'),
(104298,38930,'action created','2021-01-26 05:47:23','2021-01-26 00:47:23'),
(104299,38930,'action started via WP Cron','2021-01-26 05:48:14','2021-01-26 00:48:14'),
(104300,38930,'action complete via WP Cron','2021-01-26 05:48:14','2021-01-26 00:48:14'),
(104301,38931,'action created','2021-01-26 05:48:14','2021-01-26 00:48:14'),
(104302,38931,'action started via WP Cron','2021-01-26 05:49:13','2021-01-26 00:49:13'),
(104303,38931,'action complete via WP Cron','2021-01-26 05:49:13','2021-01-26 00:49:13'),
(104304,38932,'action created','2021-01-26 05:49:13','2021-01-26 00:49:13'),
(104305,38932,'action started via WP Cron','2021-01-26 05:50:20','2021-01-26 00:50:20'),
(104306,38932,'action complete via WP Cron','2021-01-26 05:50:20','2021-01-26 00:50:20'),
(104307,38933,'action created','2021-01-26 05:50:20','2021-01-26 00:50:20'),
(104308,38933,'action started via WP Cron','2021-01-26 05:51:22','2021-01-26 00:51:22'),
(104309,38933,'action complete via WP Cron','2021-01-26 05:51:22','2021-01-26 00:51:22'),
(104310,38934,'action created','2021-01-26 05:51:22','2021-01-26 00:51:22'),
(104311,38934,'action started via WP Cron','2021-01-26 05:52:11','2021-01-26 00:52:11'),
(104312,38934,'action complete via WP Cron','2021-01-26 05:52:11','2021-01-26 00:52:11'),
(104313,38935,'action created','2021-01-26 05:52:11','2021-01-26 00:52:11'),
(104314,38935,'action started via WP Cron','2021-01-26 05:53:20','2021-01-26 00:53:20'),
(104315,38935,'action complete via WP Cron','2021-01-26 05:53:20','2021-01-26 00:53:20'),
(104316,38936,'action created','2021-01-26 05:53:20','2021-01-26 00:53:20'),
(104317,38936,'action started via WP Cron','2021-01-26 05:54:12','2021-01-26 00:54:12'),
(104318,38936,'action complete via WP Cron','2021-01-26 05:54:12','2021-01-26 00:54:12'),
(104319,38937,'action created','2021-01-26 05:54:12','2021-01-26 00:54:12'),
(104320,38937,'action started via WP Cron','2021-01-26 05:55:13','2021-01-26 00:55:13'),
(104321,38937,'action complete via WP Cron','2021-01-26 05:55:13','2021-01-26 00:55:13'),
(104322,38938,'action created','2021-01-26 05:55:13','2021-01-26 00:55:13'),
(104323,38938,'action started via WP Cron','2021-01-26 05:56:16','2021-01-26 00:56:16'),
(104324,38938,'action complete via WP Cron','2021-01-26 05:56:16','2021-01-26 00:56:16'),
(104325,38939,'action created','2021-01-26 05:56:16','2021-01-26 00:56:16'),
(104326,38939,'action started via WP Cron','2021-01-26 05:57:14','2021-01-26 00:57:14'),
(104327,38939,'action complete via WP Cron','2021-01-26 05:57:14','2021-01-26 00:57:14'),
(104328,38940,'action created','2021-01-26 05:57:14','2021-01-26 00:57:14'),
(104329,38940,'action started via WP Cron','2021-01-26 05:58:16','2021-01-26 00:58:16'),
(104330,38940,'action complete via WP Cron','2021-01-26 05:58:16','2021-01-26 00:58:16'),
(104331,38941,'action created','2021-01-26 05:58:16','2021-01-26 00:58:16'),
(104332,38941,'action started via WP Cron','2021-01-26 05:59:17','2021-01-26 00:59:17'),
(104333,38941,'action complete via WP Cron','2021-01-26 05:59:17','2021-01-26 00:59:17'),
(104334,38942,'action created','2021-01-26 05:59:17','2021-01-26 00:59:17'),
(104335,38943,'action created','2021-01-26 05:59:17','2021-01-26 00:59:17'),
(104336,38943,'action started via WP Cron','2021-01-26 06:00:15','2021-01-26 01:00:15'),
(104337,38943,'action complete via WP Cron','2021-01-26 06:00:15','2021-01-26 01:00:15'),
(104338,38942,'action started via WP Cron','2021-01-26 06:00:15','2021-01-26 01:00:15'),
(104339,38942,'action complete via WP Cron','2021-01-26 06:00:15','2021-01-26 01:00:15'),
(104340,38944,'action created','2021-01-26 06:00:15','2021-01-26 01:00:15'),
(104341,38944,'action started via WP Cron','2021-01-26 06:01:15','2021-01-26 01:01:15'),
(104342,38944,'action complete via WP Cron','2021-01-26 06:01:15','2021-01-26 01:01:15'),
(104343,38945,'action created','2021-01-26 06:01:15','2021-01-26 01:01:15'),
(104344,38945,'action started via WP Cron','2021-01-26 06:02:14','2021-01-26 01:02:14'),
(104345,38945,'action complete via WP Cron','2021-01-26 06:02:14','2021-01-26 01:02:14'),
(104346,38946,'action created','2021-01-26 06:02:14','2021-01-26 01:02:14'),
(104347,38946,'action started via WP Cron','2021-01-26 06:03:17','2021-01-26 01:03:17'),
(104348,38946,'action complete via WP Cron','2021-01-26 06:03:17','2021-01-26 01:03:17'),
(104349,38947,'action created','2021-01-26 06:03:17','2021-01-26 01:03:17'),
(104350,38947,'action started via WP Cron','2021-01-26 06:04:13','2021-01-26 01:04:13'),
(104351,38947,'action complete via WP Cron','2021-01-26 06:04:13','2021-01-26 01:04:13'),
(104352,38948,'action created','2021-01-26 06:04:13','2021-01-26 01:04:13'),
(104353,38948,'action started via WP Cron','2021-01-26 06:05:14','2021-01-26 01:05:14'),
(104354,38948,'action complete via WP Cron','2021-01-26 06:05:14','2021-01-26 01:05:14'),
(104355,38949,'action created','2021-01-26 06:05:14','2021-01-26 01:05:14'),
(104356,38949,'action started via WP Cron','2021-01-26 06:06:12','2021-01-26 01:06:12'),
(104357,38949,'action complete via WP Cron','2021-01-26 06:06:12','2021-01-26 01:06:12'),
(104358,38950,'action created','2021-01-26 06:06:12','2021-01-26 01:06:12'),
(104359,38950,'action started via WP Cron','2021-01-26 06:07:19','2021-01-26 01:07:19'),
(104360,38950,'action complete via WP Cron','2021-01-26 06:07:19','2021-01-26 01:07:19'),
(104361,38951,'action created','2021-01-26 06:07:20','2021-01-26 01:07:20'),
(104362,38951,'action started via WP Cron','2021-01-26 06:08:24','2021-01-26 01:08:24'),
(104363,38951,'action complete via WP Cron','2021-01-26 06:08:24','2021-01-26 01:08:24'),
(104364,38952,'action created','2021-01-26 06:08:24','2021-01-26 01:08:24'),
(104365,38952,'action started via WP Cron','2021-01-26 06:09:15','2021-01-26 01:09:15'),
(104366,38952,'action complete via WP Cron','2021-01-26 06:09:15','2021-01-26 01:09:15'),
(104367,38953,'action created','2021-01-26 06:09:15','2021-01-26 01:09:15'),
(104368,38953,'action started via WP Cron','2021-01-26 06:10:13','2021-01-26 01:10:13'),
(104369,38953,'action complete via WP Cron','2021-01-26 06:10:13','2021-01-26 01:10:13'),
(104370,38954,'action created','2021-01-26 06:10:13','2021-01-26 01:10:13'),
(104371,38954,'action started via WP Cron','2021-01-26 06:11:19','2021-01-26 01:11:19'),
(104372,38954,'action complete via WP Cron','2021-01-26 06:11:19','2021-01-26 01:11:19'),
(104373,38955,'action created','2021-01-26 06:11:19','2021-01-26 01:11:19'),
(104374,38955,'action started via WP Cron','2021-01-26 06:12:17','2021-01-26 01:12:17'),
(104375,38955,'action complete via WP Cron','2021-01-26 06:12:17','2021-01-26 01:12:17'),
(104376,38956,'action created','2021-01-26 06:12:17','2021-01-26 01:12:17'),
(104377,38956,'action started via WP Cron','2021-01-26 06:13:30','2021-01-26 01:13:30'),
(104378,38956,'action complete via WP Cron','2021-01-26 06:13:30','2021-01-26 01:13:30'),
(104379,38957,'action created','2021-01-26 06:13:30','2021-01-26 01:13:30'),
(104380,38957,'action started via WP Cron','2021-01-26 06:14:32','2021-01-26 01:14:32'),
(104381,38957,'action complete via WP Cron','2021-01-26 06:14:32','2021-01-26 01:14:32'),
(104382,38958,'action created','2021-01-26 06:14:32','2021-01-26 01:14:32'),
(104383,38958,'action started via WP Cron','2021-01-26 06:15:18','2021-01-26 01:15:18'),
(104384,38958,'action complete via WP Cron','2021-01-26 06:15:18','2021-01-26 01:15:18'),
(104385,38959,'action created','2021-01-26 06:15:18','2021-01-26 01:15:18'),
(104386,38959,'action started via WP Cron','2021-01-26 06:16:28','2021-01-26 01:16:28'),
(104387,38959,'action complete via WP Cron','2021-01-26 06:16:28','2021-01-26 01:16:28'),
(104388,38960,'action created','2021-01-26 06:16:28','2021-01-26 01:16:28'),
(104389,38960,'action started via WP Cron','2021-01-26 06:17:32','2021-01-26 01:17:32'),
(104390,38960,'action complete via WP Cron','2021-01-26 06:17:32','2021-01-26 01:17:32'),
(104391,38961,'action created','2021-01-26 06:17:32','2021-01-26 01:17:32'),
(104392,38961,'action started via WP Cron','2021-01-26 06:18:16','2021-01-26 01:18:16'),
(104393,38961,'action complete via WP Cron','2021-01-26 06:18:16','2021-01-26 01:18:16'),
(104394,38962,'action created','2021-01-26 06:18:16','2021-01-26 01:18:16'),
(104395,38962,'action started via WP Cron','2021-01-26 06:19:28','2021-01-26 01:19:28'),
(104396,38962,'action complete via WP Cron','2021-01-26 06:19:28','2021-01-26 01:19:28'),
(104397,38963,'action created','2021-01-26 06:19:28','2021-01-26 01:19:28'),
(104398,38963,'action started via WP Cron','2021-01-26 06:20:28','2021-01-26 01:20:28'),
(104399,38963,'action complete via WP Cron','2021-01-26 06:20:28','2021-01-26 01:20:28'),
(104400,38964,'action created','2021-01-26 06:20:29','2021-01-26 01:20:29'),
(104401,38964,'action started via WP Cron','2021-01-26 06:21:27','2021-01-26 01:21:27'),
(104402,38964,'action complete via WP Cron','2021-01-26 06:21:27','2021-01-26 01:21:27'),
(104403,38965,'action created','2021-01-26 06:21:27','2021-01-26 01:21:27'),
(104404,38965,'action started via WP Cron','2021-01-26 06:22:13','2021-01-26 01:22:13'),
(104405,38965,'action complete via WP Cron','2021-01-26 06:22:13','2021-01-26 01:22:13'),
(104406,38966,'action created','2021-01-26 06:22:14','2021-01-26 01:22:14'),
(104407,38966,'action started via WP Cron','2021-01-26 06:23:22','2021-01-26 01:23:22'),
(104408,38966,'action complete via WP Cron','2021-01-26 06:23:22','2021-01-26 01:23:22'),
(104409,38967,'action created','2021-01-26 06:23:22','2021-01-26 01:23:22'),
(104410,38967,'action started via WP Cron','2021-01-26 06:24:23','2021-01-26 01:24:23'),
(104411,38967,'action complete via WP Cron','2021-01-26 06:24:23','2021-01-26 01:24:23'),
(104412,38968,'action created','2021-01-26 06:24:23','2021-01-26 01:24:23'),
(104413,38968,'action started via WP Cron','2021-01-26 06:25:15','2021-01-26 01:25:15'),
(104414,38968,'action complete via WP Cron','2021-01-26 06:25:15','2021-01-26 01:25:15'),
(104415,38969,'action created','2021-01-26 06:25:15','2021-01-26 01:25:15'),
(104416,38969,'action started via WP Cron','2021-01-26 06:26:25','2021-01-26 01:26:25'),
(104417,38969,'action complete via WP Cron','2021-01-26 06:26:25','2021-01-26 01:26:25'),
(104418,38970,'action created','2021-01-26 06:26:25','2021-01-26 01:26:25'),
(104419,38970,'action started via WP Cron','2021-01-26 06:27:30','2021-01-26 01:27:30'),
(104420,38970,'action complete via WP Cron','2021-01-26 06:27:30','2021-01-26 01:27:30'),
(104421,38971,'action created','2021-01-26 06:27:30','2021-01-26 01:27:30'),
(104422,38971,'action started via WP Cron','2021-01-26 06:28:17','2021-01-26 01:28:17'),
(104423,38971,'action complete via WP Cron','2021-01-26 06:28:17','2021-01-26 01:28:17'),
(104424,38972,'action created','2021-01-26 06:28:17','2021-01-26 01:28:17'),
(104425,38972,'action started via WP Cron','2021-01-26 06:29:16','2021-01-26 01:29:16'),
(104426,38972,'action complete via WP Cron','2021-01-26 06:29:16','2021-01-26 01:29:16'),
(104427,38973,'action created','2021-01-26 06:29:16','2021-01-26 01:29:16'),
(104428,38973,'action started via WP Cron','2021-01-26 06:30:27','2021-01-26 01:30:27'),
(104429,38973,'action complete via WP Cron','2021-01-26 06:30:27','2021-01-26 01:30:27'),
(104430,38974,'action created','2021-01-26 06:30:27','2021-01-26 01:30:27'),
(104431,38974,'action started via WP Cron','2021-01-26 06:31:18','2021-01-26 01:31:18'),
(104432,38974,'action complete via WP Cron','2021-01-26 06:31:18','2021-01-26 01:31:18'),
(104433,38975,'action created','2021-01-26 06:31:18','2021-01-26 01:31:18'),
(104434,38975,'action started via WP Cron','2021-01-26 06:32:19','2021-01-26 01:32:19'),
(104435,38975,'action complete via WP Cron','2021-01-26 06:32:19','2021-01-26 01:32:19'),
(104436,38976,'action created','2021-01-26 06:32:19','2021-01-26 01:32:19'),
(104437,38976,'action started via WP Cron','2021-01-26 06:33:26','2021-01-26 01:33:26'),
(104438,38976,'action complete via WP Cron','2021-01-26 06:33:26','2021-01-26 01:33:26'),
(104439,38977,'action created','2021-01-26 06:33:27','2021-01-26 01:33:27'),
(104440,38977,'action started via WP Cron','2021-01-26 06:34:18','2021-01-26 01:34:18'),
(104441,38977,'action complete via WP Cron','2021-01-26 06:34:18','2021-01-26 01:34:18'),
(104442,38978,'action created','2021-01-26 06:34:18','2021-01-26 01:34:18'),
(104443,38978,'action started via WP Cron','2021-01-26 06:35:17','2021-01-26 01:35:17'),
(104444,38978,'action complete via WP Cron','2021-01-26 06:35:17','2021-01-26 01:35:17'),
(104445,38979,'action created','2021-01-26 06:35:17','2021-01-26 01:35:17'),
(104446,38979,'action started via WP Cron','2021-01-26 06:36:14','2021-01-26 01:36:14'),
(104447,38979,'action complete via WP Cron','2021-01-26 06:36:14','2021-01-26 01:36:14'),
(104448,38980,'action created','2021-01-26 06:36:14','2021-01-26 01:36:14'),
(104449,38980,'action started via WP Cron','2021-01-26 06:37:26','2021-01-26 01:37:26'),
(104450,38980,'action complete via WP Cron','2021-01-26 06:37:26','2021-01-26 01:37:26'),
(104451,38981,'action created','2021-01-26 06:37:26','2021-01-26 01:37:26'),
(104452,38981,'action started via WP Cron','2021-01-26 06:38:18','2021-01-26 01:38:18'),
(104453,38981,'action complete via WP Cron','2021-01-26 06:38:18','2021-01-26 01:38:18'),
(104454,38982,'action created','2021-01-26 06:38:18','2021-01-26 01:38:18'),
(104455,38982,'action started via WP Cron','2021-01-26 06:39:16','2021-01-26 01:39:16'),
(104456,38982,'action complete via WP Cron','2021-01-26 06:39:16','2021-01-26 01:39:16'),
(104457,38983,'action created','2021-01-26 06:39:16','2021-01-26 01:39:16'),
(104458,38983,'action started via WP Cron','2021-01-26 06:40:13','2021-01-26 01:40:13'),
(104459,38983,'action complete via WP Cron','2021-01-26 06:40:13','2021-01-26 01:40:13'),
(104460,38984,'action created','2021-01-26 06:40:13','2021-01-26 01:40:13'),
(104461,38984,'action started via WP Cron','2021-01-26 06:41:18','2021-01-26 01:41:18'),
(104462,38984,'action complete via WP Cron','2021-01-26 06:41:18','2021-01-26 01:41:18'),
(104463,38985,'action created','2021-01-26 06:41:18','2021-01-26 01:41:18'),
(104464,38985,'action started via WP Cron','2021-01-26 06:42:30','2021-01-26 01:42:30'),
(104465,38985,'action complete via WP Cron','2021-01-26 06:42:30','2021-01-26 01:42:30'),
(104466,38986,'action created','2021-01-26 06:42:30','2021-01-26 01:42:30'),
(104467,38986,'action started via WP Cron','2021-01-26 06:43:17','2021-01-26 01:43:17'),
(104468,38986,'action complete via WP Cron','2021-01-26 06:43:17','2021-01-26 01:43:17'),
(104469,38987,'action created','2021-01-26 06:43:17','2021-01-26 01:43:17'),
(104470,38987,'action started via WP Cron','2021-01-26 06:44:29','2021-01-26 01:44:29'),
(104471,38987,'action complete via WP Cron','2021-01-26 06:44:29','2021-01-26 01:44:29'),
(104472,38988,'action created','2021-01-26 06:44:29','2021-01-26 01:44:29'),
(104473,38988,'action started via WP Cron','2021-01-26 06:45:22','2021-01-26 01:45:22'),
(104474,38988,'action complete via WP Cron','2021-01-26 06:45:22','2021-01-26 01:45:22'),
(104475,38989,'action created','2021-01-26 06:45:22','2021-01-26 01:45:22'),
(104476,38989,'action started via WP Cron','2021-01-26 06:46:34','2021-01-26 01:46:34'),
(104477,38989,'action complete via WP Cron','2021-01-26 06:46:34','2021-01-26 01:46:34'),
(104478,38990,'action created','2021-01-26 06:46:34','2021-01-26 01:46:34'),
(104479,38990,'action started via WP Cron','2021-01-26 06:47:42','2021-01-26 01:47:42'),
(104480,38990,'action complete via WP Cron','2021-01-26 06:47:42','2021-01-26 01:47:42'),
(104481,38991,'action created','2021-01-26 06:47:42','2021-01-26 01:47:42'),
(104482,38991,'action started via WP Cron','2021-01-26 06:48:15','2021-01-26 01:48:15'),
(104483,38991,'action complete via WP Cron','2021-01-26 06:48:15','2021-01-26 01:48:15'),
(104484,38992,'action created','2021-01-26 06:48:15','2021-01-26 01:48:15'),
(104485,38992,'action started via WP Cron','2021-01-26 06:49:27','2021-01-26 01:49:27'),
(104486,38992,'action complete via WP Cron','2021-01-26 06:49:27','2021-01-26 01:49:27'),
(104487,38993,'action created','2021-01-26 06:49:27','2021-01-26 01:49:27'),
(104488,38993,'action started via WP Cron','2021-01-26 06:50:12','2021-01-26 01:50:12'),
(104489,38993,'action complete via WP Cron','2021-01-26 06:50:12','2021-01-26 01:50:12'),
(104490,38994,'action created','2021-01-26 06:50:12','2021-01-26 01:50:12'),
(104491,38994,'action started via WP Cron','2021-01-26 06:51:15','2021-01-26 01:51:15'),
(104492,38994,'action complete via WP Cron','2021-01-26 06:51:16','2021-01-26 01:51:16'),
(104493,38995,'action created','2021-01-26 06:51:16','2021-01-26 01:51:16'),
(104494,38995,'action started via WP Cron','2021-01-26 06:52:17','2021-01-26 01:52:17'),
(104495,38995,'action complete via WP Cron','2021-01-26 06:52:17','2021-01-26 01:52:17'),
(104496,38996,'action created','2021-01-26 06:52:17','2021-01-26 01:52:17'),
(104497,38996,'action started via WP Cron','2021-01-26 06:53:26','2021-01-26 01:53:26'),
(104498,38996,'action complete via WP Cron','2021-01-26 06:53:26','2021-01-26 01:53:26'),
(104499,38997,'action created','2021-01-26 06:53:26','2021-01-26 01:53:26'),
(104500,38997,'action started via WP Cron','2021-01-26 06:54:13','2021-01-26 01:54:13'),
(104501,38997,'action complete via WP Cron','2021-01-26 06:54:13','2021-01-26 01:54:13'),
(104502,38998,'action created','2021-01-26 06:54:13','2021-01-26 01:54:13'),
(104503,38998,'action started via WP Cron','2021-01-26 06:55:31','2021-01-26 01:55:31'),
(104504,38998,'action complete via WP Cron','2021-01-26 06:55:31','2021-01-26 01:55:31'),
(104505,38999,'action created','2021-01-26 06:55:31','2021-01-26 01:55:31'),
(104506,38999,'action started via WP Cron','2021-01-26 06:56:12','2021-01-26 01:56:12'),
(104507,38999,'action complete via WP Cron','2021-01-26 06:56:12','2021-01-26 01:56:12'),
(104508,39000,'action created','2021-01-26 06:56:12','2021-01-26 01:56:12'),
(104509,39000,'action started via WP Cron','2021-01-26 06:57:18','2021-01-26 01:57:18'),
(104510,39000,'action complete via WP Cron','2021-01-26 06:57:18','2021-01-26 01:57:18'),
(104511,39001,'action created','2021-01-26 06:57:18','2021-01-26 01:57:18'),
(104512,39001,'action started via WP Cron','2021-01-26 06:58:12','2021-01-26 01:58:12'),
(104513,39001,'action complete via WP Cron','2021-01-26 06:58:12','2021-01-26 01:58:12'),
(104514,39002,'action created','2021-01-26 06:58:12','2021-01-26 01:58:12'),
(104515,39002,'action started via WP Cron','2021-01-26 06:59:38','2021-01-26 01:59:38'),
(104516,39002,'action complete via WP Cron','2021-01-26 06:59:38','2021-01-26 01:59:38'),
(104517,39003,'action created','2021-01-26 06:59:38','2021-01-26 01:59:38'),
(104518,39003,'action started via WP Cron','2021-01-26 07:00:24','2021-01-26 02:00:24'),
(104519,39003,'action complete via WP Cron','2021-01-26 07:00:24','2021-01-26 02:00:24'),
(104520,39004,'action created','2021-01-26 07:00:24','2021-01-26 02:00:24'),
(104521,39004,'action started via WP Cron','2021-01-26 07:03:01','2021-01-26 02:03:01'),
(104522,39004,'action complete via WP Cron','2021-01-26 07:03:01','2021-01-26 02:03:01'),
(104523,39005,'action created','2021-01-26 07:03:01','2021-01-26 02:03:01'),
(104524,39005,'action started via WP Cron','2021-01-26 07:03:23','2021-01-26 02:03:23'),
(104525,39005,'action complete via WP Cron','2021-01-26 07:03:23','2021-01-26 02:03:23'),
(104526,39006,'action created','2021-01-26 07:03:23','2021-01-26 02:03:23'),
(104527,39006,'action started via WP Cron','2021-01-26 07:04:13','2021-01-26 02:04:13'),
(104528,39006,'action complete via WP Cron','2021-01-26 07:04:13','2021-01-26 02:04:13'),
(104529,39007,'action created','2021-01-26 07:04:13','2021-01-26 02:04:13'),
(104530,39007,'action started via WP Cron','2021-01-26 07:06:18','2021-01-26 02:06:18'),
(104531,39007,'action complete via WP Cron','2021-01-26 07:06:18','2021-01-26 02:06:18'),
(104532,39008,'action created','2021-01-26 07:06:18','2021-01-26 02:06:18'),
(104533,39008,'action started via WP Cron','2021-01-26 07:07:40','2021-01-26 02:07:40'),
(104534,39008,'action complete via WP Cron','2021-01-26 07:07:40','2021-01-26 02:07:40'),
(104535,39009,'action created','2021-01-26 07:07:40','2021-01-26 02:07:40'),
(104536,39009,'action started via WP Cron','2021-01-26 07:08:23','2021-01-26 02:08:23'),
(104537,39009,'action complete via WP Cron','2021-01-26 07:08:23','2021-01-26 02:08:23'),
(104538,39010,'action created','2021-01-26 07:08:23','2021-01-26 02:08:23'),
(104539,39010,'action started via WP Cron','2021-01-26 07:09:17','2021-01-26 02:09:17'),
(104540,39010,'action complete via WP Cron','2021-01-26 07:09:17','2021-01-26 02:09:17'),
(104541,39011,'action created','2021-01-26 07:09:18','2021-01-26 02:09:18'),
(104542,39011,'action started via WP Cron','2021-01-26 07:10:50','2021-01-26 02:10:50'),
(104543,39011,'action complete via WP Cron','2021-01-26 07:10:50','2021-01-26 02:10:50'),
(104544,39012,'action created','2021-01-26 07:10:50','2021-01-26 02:10:50'),
(104545,39012,'action started via WP Cron','2021-01-26 07:11:22','2021-01-26 02:11:22'),
(104546,39012,'action complete via WP Cron','2021-01-26 07:11:22','2021-01-26 02:11:22'),
(104547,39013,'action created','2021-01-26 07:11:23','2021-01-26 02:11:23'),
(104548,39013,'action started via WP Cron','2021-01-26 07:13:28','2021-01-26 02:13:28'),
(104549,39013,'action complete via WP Cron','2021-01-26 07:13:28','2021-01-26 02:13:28'),
(104550,39014,'action created','2021-01-26 07:13:28','2021-01-26 02:13:28'),
(104551,39014,'action started via WP Cron','2021-01-26 07:16:20','2021-01-26 02:16:20'),
(104552,39014,'action complete via WP Cron','2021-01-26 07:16:20','2021-01-26 02:16:20'),
(104553,39015,'action created','2021-01-26 07:16:20','2021-01-26 02:16:20'),
(104554,39015,'action started via WP Cron','2021-01-26 07:18:21','2021-01-26 02:18:21'),
(104555,39015,'action complete via WP Cron','2021-01-26 07:18:21','2021-01-26 02:18:21'),
(104556,39016,'action created','2021-01-26 07:18:21','2021-01-26 02:18:21'),
(104557,39016,'action started via WP Cron','2021-01-26 07:19:54','2021-01-26 02:19:54'),
(104558,39016,'action complete via WP Cron','2021-01-26 07:19:54','2021-01-26 02:19:54'),
(104559,39017,'action created','2021-01-26 07:19:54','2021-01-26 02:19:54'),
(104560,39017,'action started via WP Cron','2021-01-26 07:21:43','2021-01-26 02:21:43'),
(104561,39017,'action complete via WP Cron','2021-01-26 07:21:43','2021-01-26 02:21:43'),
(104562,39018,'action created','2021-01-26 07:21:43','2021-01-26 02:21:43'),
(104563,39018,'action started via WP Cron','2021-01-26 07:22:25','2021-01-26 02:22:25'),
(104564,39018,'action complete via WP Cron','2021-01-26 07:22:25','2021-01-26 02:22:25'),
(104565,39019,'action created','2021-01-26 07:22:25','2021-01-26 02:22:25'),
(104566,39019,'action started via WP Cron','2021-01-26 07:24:23','2021-01-26 02:24:23'),
(104567,39019,'action complete via WP Cron','2021-01-26 07:24:24','2021-01-26 02:24:24'),
(104568,39020,'action created','2021-01-26 07:24:24','2021-01-26 02:24:24'),
(104569,39020,'action started via WP Cron','2021-01-26 07:25:21','2021-01-26 02:25:21'),
(104570,39020,'action complete via WP Cron','2021-01-26 07:25:21','2021-01-26 02:25:21'),
(104571,39021,'action created','2021-01-26 07:25:21','2021-01-26 02:25:21'),
(104572,39021,'action started via WP Cron','2021-01-26 07:26:25','2021-01-26 02:26:25'),
(104573,39021,'action complete via WP Cron','2021-01-26 07:26:25','2021-01-26 02:26:25'),
(104574,39022,'action created','2021-01-26 07:26:25','2021-01-26 02:26:25'),
(104575,39022,'action started via WP Cron','2021-01-26 07:27:57','2021-01-26 02:27:57'),
(104576,39022,'action complete via WP Cron','2021-01-26 07:27:57','2021-01-26 02:27:57'),
(104577,39023,'action created','2021-01-26 07:27:57','2021-01-26 02:27:57'),
(104578,39023,'action started via WP Cron','2021-01-26 07:29:03','2021-01-26 02:29:03'),
(104579,39023,'action complete via WP Cron','2021-01-26 07:29:03','2021-01-26 02:29:03'),
(104580,39024,'action created','2021-01-26 07:29:03','2021-01-26 02:29:03'),
(104581,39024,'action started via WP Cron','2021-01-26 07:29:13','2021-01-26 02:29:13'),
(104582,39024,'action complete via WP Cron','2021-01-26 07:29:13','2021-01-26 02:29:13'),
(104583,39025,'action created','2021-01-26 07:29:14','2021-01-26 02:29:14'),
(104584,39025,'action started via WP Cron','2021-01-26 07:30:34','2021-01-26 02:30:34'),
(104585,39025,'action complete via WP Cron','2021-01-26 07:30:34','2021-01-26 02:30:34'),
(104586,39026,'action created','2021-01-26 07:30:34','2021-01-26 02:30:34'),
(104587,39026,'action started via WP Cron','2021-01-26 07:31:59','2021-01-26 02:31:59'),
(104588,39026,'action complete via WP Cron','2021-01-26 07:31:59','2021-01-26 02:31:59'),
(104589,39027,'action created','2021-01-26 07:31:59','2021-01-26 02:31:59'),
(104590,39027,'action started via WP Cron','2021-01-26 07:33:03','2021-01-26 02:33:03'),
(104591,39027,'action complete via WP Cron','2021-01-26 07:33:03','2021-01-26 02:33:03'),
(104592,39028,'action created','2021-01-26 07:33:03','2021-01-26 02:33:03'),
(104593,39028,'action started via WP Cron','2021-01-26 07:34:54','2021-01-26 02:34:54'),
(104594,39028,'action complete via WP Cron','2021-01-26 07:34:54','2021-01-26 02:34:54'),
(104595,39029,'action created','2021-01-26 07:34:54','2021-01-26 02:34:54'),
(104596,39029,'action started via WP Cron','2021-01-26 07:35:35','2021-01-26 02:35:35'),
(104597,39029,'action complete via WP Cron','2021-01-26 07:35:35','2021-01-26 02:35:35'),
(104598,39030,'action created','2021-01-26 07:35:35','2021-01-26 02:35:35'),
(104599,39030,'action started via WP Cron','2021-01-26 07:38:00','2021-01-26 02:38:00'),
(104600,39030,'action complete via WP Cron','2021-01-26 07:38:00','2021-01-26 02:38:00'),
(104601,39031,'action created','2021-01-26 07:38:00','2021-01-26 02:38:00'),
(104602,39031,'action started via WP Cron','2021-01-26 07:38:48','2021-01-26 02:38:48'),
(104603,39031,'action complete via WP Cron','2021-01-26 07:38:48','2021-01-26 02:38:48'),
(104604,39032,'action created','2021-01-26 07:38:48','2021-01-26 02:38:48'),
(104605,39032,'action started via WP Cron','2021-01-26 07:40:57','2021-01-26 02:40:57'),
(104606,39032,'action complete via WP Cron','2021-01-26 07:40:57','2021-01-26 02:40:57'),
(104607,39033,'action created','2021-01-26 07:40:58','2021-01-26 02:40:58'),
(104608,39033,'action started via WP Cron','2021-01-26 07:42:02','2021-01-26 02:42:02'),
(104609,39033,'action complete via WP Cron','2021-01-26 07:42:02','2021-01-26 02:42:02'),
(104610,39034,'action created','2021-01-26 07:42:02','2021-01-26 02:42:02'),
(104611,39034,'action started via WP Cron','2021-01-26 07:43:00','2021-01-26 02:43:00'),
(104612,39034,'action complete via WP Cron','2021-01-26 07:43:00','2021-01-26 02:43:00'),
(104613,39035,'action created','2021-01-26 07:43:00','2021-01-26 02:43:00'),
(104614,39035,'action started via WP Cron','2021-01-26 07:43:39','2021-01-26 02:43:39'),
(104615,39035,'action complete via WP Cron','2021-01-26 07:43:39','2021-01-26 02:43:39'),
(104616,39036,'action created','2021-01-26 07:43:39','2021-01-26 02:43:39'),
(104617,39036,'action started via WP Cron','2021-01-26 07:44:33','2021-01-26 02:44:33'),
(104618,39036,'action complete via WP Cron','2021-01-26 07:44:33','2021-01-26 02:44:33'),
(104619,39037,'action created','2021-01-26 07:44:33','2021-01-26 02:44:33'),
(104620,39037,'action started via WP Cron','2021-01-26 07:47:08','2021-01-26 02:47:08'),
(104621,39037,'action complete via WP Cron','2021-01-26 07:47:08','2021-01-26 02:47:08'),
(104622,39038,'action created','2021-01-26 07:47:08','2021-01-26 02:47:08'),
(104623,39038,'action started via WP Cron','2021-01-26 07:47:45','2021-01-26 02:47:45'),
(104624,39038,'action complete via WP Cron','2021-01-26 07:47:45','2021-01-26 02:47:45'),
(104625,39039,'action created','2021-01-26 07:47:45','2021-01-26 02:47:45'),
(104626,39039,'action started via WP Cron','2021-01-26 07:48:36','2021-01-26 02:48:36'),
(104627,39039,'action complete via WP Cron','2021-01-26 07:48:36','2021-01-26 02:48:36'),
(104628,39040,'action created','2021-01-26 07:48:36','2021-01-26 02:48:36'),
(104629,39040,'action started via WP Cron','2021-01-26 07:51:39','2021-01-26 02:51:39'),
(104630,39040,'action complete via WP Cron','2021-01-26 07:51:39','2021-01-26 02:51:39'),
(104631,39041,'action created','2021-01-26 07:51:39','2021-01-26 02:51:39'),
(104632,39041,'action started via WP Cron','2021-01-26 07:52:54','2021-01-26 02:52:54'),
(104633,39041,'action complete via WP Cron','2021-01-26 07:52:54','2021-01-26 02:52:54'),
(104634,39042,'action created','2021-01-26 07:52:54','2021-01-26 02:52:54'),
(104635,39042,'action started via WP Cron','2021-01-26 07:54:15','2021-01-26 02:54:15'),
(104636,39042,'action complete via WP Cron','2021-01-26 07:54:15','2021-01-26 02:54:15'),
(104637,39043,'action created','2021-01-26 07:54:15','2021-01-26 02:54:15'),
(104638,39043,'action started via WP Cron','2021-01-26 07:55:29','2021-01-26 02:55:29'),
(104639,39043,'action complete via WP Cron','2021-01-26 07:55:29','2021-01-26 02:55:29'),
(104640,39044,'action created','2021-01-26 07:55:29','2021-01-26 02:55:29'),
(104641,39044,'action started via WP Cron','2021-01-26 07:56:13','2021-01-26 02:56:13'),
(104642,39044,'action complete via WP Cron','2021-01-26 07:56:13','2021-01-26 02:56:13'),
(104643,39045,'action created','2021-01-26 07:56:13','2021-01-26 02:56:13'),
(104644,39045,'action started via WP Cron','2021-01-26 08:01:44','2021-01-26 03:01:44'),
(104645,39045,'action complete via WP Cron','2021-01-26 08:01:44','2021-01-26 03:01:44'),
(104646,39046,'action created','2021-01-26 08:01:44','2021-01-26 03:01:44'),
(104647,39046,'action started via WP Cron','2021-01-26 08:03:43','2021-01-26 03:03:43'),
(104648,39046,'action complete via WP Cron','2021-01-26 08:03:43','2021-01-26 03:03:43'),
(104649,39047,'action created','2021-01-26 08:03:43','2021-01-26 03:03:43'),
(104650,39047,'action started via WP Cron','2021-01-26 08:04:40','2021-01-26 03:04:40'),
(104651,39047,'action complete via WP Cron','2021-01-26 08:04:40','2021-01-26 03:04:40'),
(104652,39048,'action created','2021-01-26 08:04:40','2021-01-26 03:04:40'),
(104653,39048,'action started via WP Cron','2021-01-26 08:06:31','2021-01-26 03:06:31'),
(104654,39048,'action complete via WP Cron','2021-01-26 08:06:31','2021-01-26 03:06:31'),
(104655,39049,'action created','2021-01-26 08:06:31','2021-01-26 03:06:31'),
(104656,39049,'action started via WP Cron','2021-01-26 08:08:31','2021-01-26 03:08:31'),
(104657,39049,'action complete via WP Cron','2021-01-26 08:08:31','2021-01-26 03:08:31'),
(104658,39050,'action created','2021-01-26 08:08:31','2021-01-26 03:08:31'),
(104659,39050,'action started via WP Cron','2021-01-26 08:10:23','2021-01-26 03:10:23'),
(104660,39050,'action complete via WP Cron','2021-01-26 08:10:23','2021-01-26 03:10:23'),
(104661,39051,'action created','2021-01-26 08:10:23','2021-01-26 03:10:23'),
(104662,39051,'action started via WP Cron','2021-01-26 08:11:12','2021-01-26 03:11:12'),
(104663,39051,'action complete via WP Cron','2021-01-26 08:11:12','2021-01-26 03:11:12'),
(104664,39052,'action created','2021-01-26 08:11:12','2021-01-26 03:11:12'),
(104665,39052,'action started via WP Cron','2021-01-26 08:12:25','2021-01-26 03:12:25'),
(104666,39052,'action complete via WP Cron','2021-01-26 08:12:25','2021-01-26 03:12:25'),
(104667,39053,'action created','2021-01-26 08:12:25','2021-01-26 03:12:25'),
(104668,39053,'action started via WP Cron','2021-01-26 08:14:42','2021-01-26 03:14:42'),
(104669,39053,'action complete via WP Cron','2021-01-26 08:14:42','2021-01-26 03:14:42'),
(104670,39054,'action created','2021-01-26 08:14:42','2021-01-26 03:14:42'),
(104671,39054,'action started via WP Cron','2021-01-26 08:15:29','2021-01-26 03:15:29'),
(104672,39054,'action complete via WP Cron','2021-01-26 08:15:29','2021-01-26 03:15:29'),
(104673,39055,'action created','2021-01-26 08:15:29','2021-01-26 03:15:29'),
(104674,39055,'action started via WP Cron','2021-01-26 08:16:16','2021-01-26 03:16:16'),
(104675,39055,'action complete via WP Cron','2021-01-26 08:16:16','2021-01-26 03:16:16'),
(104676,39056,'action created','2021-01-26 08:16:16','2021-01-26 03:16:16'),
(104677,39056,'action started via WP Cron','2021-01-26 08:17:30','2021-01-26 03:17:30'),
(104678,39056,'action complete via WP Cron','2021-01-26 08:17:30','2021-01-26 03:17:30'),
(104679,39057,'action created','2021-01-26 08:17:30','2021-01-26 03:17:30'),
(104680,39057,'action started via WP Cron','2021-01-26 08:18:11','2021-01-26 03:18:11'),
(104681,39057,'action complete via WP Cron','2021-01-26 08:18:11','2021-01-26 03:18:11'),
(104682,39058,'action created','2021-01-26 08:18:12','2021-01-26 03:18:12'),
(104683,39058,'action started via WP Cron','2021-01-26 08:19:19','2021-01-26 03:19:19'),
(104684,39058,'action complete via WP Cron','2021-01-26 08:19:19','2021-01-26 03:19:19'),
(104685,39059,'action created','2021-01-26 08:19:19','2021-01-26 03:19:19'),
(104686,39059,'action started via WP Cron','2021-01-26 08:21:36','2021-01-26 03:21:36'),
(104687,39059,'action complete via WP Cron','2021-01-26 08:21:36','2021-01-26 03:21:36'),
(104688,39060,'action created','2021-01-26 08:21:36','2021-01-26 03:21:36'),
(104689,39060,'action started via WP Cron','2021-01-26 08:24:11','2021-01-26 03:24:11'),
(104690,39060,'action complete via WP Cron','2021-01-26 08:24:11','2021-01-26 03:24:11'),
(104691,39061,'action created','2021-01-26 08:24:12','2021-01-26 03:24:12'),
(104692,39061,'action started via WP Cron','2021-01-26 08:27:55','2021-01-26 03:27:55'),
(104693,39061,'action complete via WP Cron','2021-01-26 08:27:55','2021-01-26 03:27:55'),
(104694,39062,'action created','2021-01-26 08:27:55','2021-01-26 03:27:55'),
(104695,39062,'action started via WP Cron','2021-01-26 08:28:32','2021-01-26 03:28:32'),
(104696,39062,'action complete via WP Cron','2021-01-26 08:28:32','2021-01-26 03:28:32'),
(104697,39063,'action created','2021-01-26 08:28:32','2021-01-26 03:28:32'),
(104698,39063,'action started via WP Cron','2021-01-26 08:30:30','2021-01-26 03:30:30'),
(104699,39063,'action complete via WP Cron','2021-01-26 08:30:30','2021-01-26 03:30:30'),
(104700,39064,'action created','2021-01-26 08:30:30','2021-01-26 03:30:30'),
(104701,39064,'action started via WP Cron','2021-01-26 08:31:29','2021-01-26 03:31:29'),
(104702,39064,'action complete via WP Cron','2021-01-26 08:31:29','2021-01-26 03:31:29'),
(104703,39065,'action created','2021-01-26 08:31:29','2021-01-26 03:31:29'),
(104704,39065,'action started via WP Cron','2021-01-26 08:32:37','2021-01-26 03:32:37'),
(104705,39065,'action complete via WP Cron','2021-01-26 08:32:37','2021-01-26 03:32:37'),
(104706,39066,'action created','2021-01-26 08:32:37','2021-01-26 03:32:37'),
(104707,39066,'action started via WP Cron','2021-01-26 08:35:10','2021-01-26 03:35:10'),
(104708,39066,'action complete via WP Cron','2021-01-26 08:35:10','2021-01-26 03:35:10'),
(104709,39067,'action created','2021-01-26 08:35:10','2021-01-26 03:35:10'),
(104710,39067,'action started via WP Cron','2021-01-26 08:36:12','2021-01-26 03:36:12'),
(104711,39067,'action complete via WP Cron','2021-01-26 08:36:12','2021-01-26 03:36:12'),
(104712,39068,'action created','2021-01-26 08:36:12','2021-01-26 03:36:12'),
(104713,39068,'action started via WP Cron','2021-01-26 08:37:28','2021-01-26 03:37:28'),
(104714,39068,'action complete via WP Cron','2021-01-26 08:37:28','2021-01-26 03:37:28'),
(104715,39069,'action created','2021-01-26 08:37:28','2021-01-26 03:37:28'),
(104716,39069,'action started via WP Cron','2021-01-26 08:38:29','2021-01-26 03:38:29'),
(104717,39069,'action complete via WP Cron','2021-01-26 08:38:29','2021-01-26 03:38:29'),
(104718,39070,'action created','2021-01-26 08:38:29','2021-01-26 03:38:29'),
(104719,39070,'action started via WP Cron','2021-01-26 08:39:32','2021-01-26 03:39:32'),
(104720,39070,'action complete via WP Cron','2021-01-26 08:39:32','2021-01-26 03:39:32'),
(104721,39071,'action created','2021-01-26 08:39:33','2021-01-26 03:39:33'),
(104722,39071,'action started via WP Cron','2021-01-26 08:40:48','2021-01-26 03:40:48'),
(104723,39071,'action complete via WP Cron','2021-01-26 08:40:48','2021-01-26 03:40:48'),
(104724,39072,'action created','2021-01-26 08:40:48','2021-01-26 03:40:48'),
(104725,39072,'action started via WP Cron','2021-01-26 08:41:35','2021-01-26 03:41:35'),
(104726,39072,'action complete via WP Cron','2021-01-26 08:41:35','2021-01-26 03:41:35'),
(104727,39073,'action created','2021-01-26 08:41:35','2021-01-26 03:41:35'),
(104728,39073,'action started via WP Cron','2021-01-26 08:45:34','2021-01-26 03:45:34'),
(104729,39073,'action complete via WP Cron','2021-01-26 08:45:34','2021-01-26 03:45:34'),
(104730,39074,'action created','2021-01-26 08:45:34','2021-01-26 03:45:34'),
(104731,39074,'action started via WP Cron','2021-01-26 08:46:21','2021-01-26 03:46:21'),
(104732,39074,'action complete via WP Cron','2021-01-26 08:46:21','2021-01-26 03:46:21'),
(104733,39075,'action created','2021-01-26 08:46:21','2021-01-26 03:46:21'),
(104734,39075,'action started via WP Cron','2021-01-26 08:47:58','2021-01-26 03:47:58'),
(104735,39075,'action complete via WP Cron','2021-01-26 08:47:58','2021-01-26 03:47:58'),
(104736,39076,'action created','2021-01-26 08:47:58','2021-01-26 03:47:58'),
(104737,39076,'action started via WP Cron','2021-01-26 08:49:01','2021-01-26 03:49:01'),
(104738,39076,'action complete via WP Cron','2021-01-26 08:49:01','2021-01-26 03:49:01'),
(104739,39077,'action created','2021-01-26 08:49:01','2021-01-26 03:49:01'),
(104740,39077,'action started via WP Cron','2021-01-26 08:50:31','2021-01-26 03:50:31'),
(104741,39077,'action complete via WP Cron','2021-01-26 08:50:31','2021-01-26 03:50:31'),
(104742,39078,'action created','2021-01-26 08:50:31','2021-01-26 03:50:31'),
(104743,39078,'action started via WP Cron','2021-01-26 08:51:53','2021-01-26 03:51:53'),
(104744,39078,'action complete via WP Cron','2021-01-26 08:51:53','2021-01-26 03:51:53'),
(104745,39079,'action created','2021-01-26 08:51:53','2021-01-26 03:51:53'),
(104746,39079,'action started via WP Cron','2021-01-26 08:52:23','2021-01-26 03:52:23'),
(104747,39079,'action complete via WP Cron','2021-01-26 08:52:23','2021-01-26 03:52:23'),
(104748,39080,'action created','2021-01-26 08:52:23','2021-01-26 03:52:23'),
(104749,39080,'action started via WP Cron','2021-01-26 08:55:26','2021-01-26 03:55:26'),
(104750,39080,'action complete via WP Cron','2021-01-26 08:55:26','2021-01-26 03:55:26'),
(104751,39081,'action created','2021-01-26 08:55:26','2021-01-26 03:55:26'),
(104752,39081,'action started via WP Cron','2021-01-26 08:56:34','2021-01-26 03:56:34'),
(104753,39081,'action complete via WP Cron','2021-01-26 08:56:34','2021-01-26 03:56:34'),
(104754,39082,'action created','2021-01-26 08:56:34','2021-01-26 03:56:34'),
(104755,39082,'action started via WP Cron','2021-01-26 08:58:06','2021-01-26 03:58:06'),
(104756,39082,'action complete via WP Cron','2021-01-26 08:58:06','2021-01-26 03:58:06'),
(104757,39083,'action created','2021-01-26 08:58:06','2021-01-26 03:58:06'),
(104758,39083,'action started via WP Cron','2021-01-26 08:58:19','2021-01-26 03:58:19'),
(104759,39083,'action complete via WP Cron','2021-01-26 08:58:19','2021-01-26 03:58:19'),
(104760,39084,'action created','2021-01-26 08:58:19','2021-01-26 03:58:19'),
(104761,39084,'action started via WP Cron','2021-01-26 08:59:45','2021-01-26 03:59:45'),
(104762,39084,'action complete via WP Cron','2021-01-26 08:59:45','2021-01-26 03:59:45'),
(104763,39085,'action created','2021-01-26 08:59:45','2021-01-26 03:59:45'),
(104764,39085,'action started via WP Cron','2021-01-26 09:00:23','2021-01-26 04:00:23'),
(104765,39085,'action complete via WP Cron','2021-01-26 09:00:23','2021-01-26 04:00:23'),
(104766,39086,'action created','2021-01-26 09:00:23','2021-01-26 04:00:23'),
(104767,39086,'action started via WP Cron','2021-01-26 09:01:25','2021-01-26 04:01:25'),
(104768,39086,'action complete via WP Cron','2021-01-26 09:01:25','2021-01-26 04:01:25'),
(104769,39087,'action created','2021-01-26 09:01:25','2021-01-26 04:01:25'),
(104770,39087,'action started via WP Cron','2021-01-26 09:02:17','2021-01-26 04:02:17'),
(104771,39087,'action complete via WP Cron','2021-01-26 09:02:17','2021-01-26 04:02:17'),
(104772,39088,'action created','2021-01-26 09:02:17','2021-01-26 04:02:17'),
(104773,39088,'action started via WP Cron','2021-01-26 09:04:15','2021-01-26 04:04:15'),
(104774,39088,'action complete via WP Cron','2021-01-26 09:04:15','2021-01-26 04:04:15'),
(104775,39089,'action created','2021-01-26 09:04:15','2021-01-26 04:04:15'),
(104776,39089,'action started via WP Cron','2021-01-26 09:05:58','2021-01-26 04:05:58'),
(104777,39089,'action complete via WP Cron','2021-01-26 09:05:58','2021-01-26 04:05:58'),
(104778,39090,'action created','2021-01-26 09:05:58','2021-01-26 04:05:58'),
(104779,39090,'action started via WP Cron','2021-01-26 09:08:04','2021-01-26 04:08:04'),
(104780,39090,'action complete via WP Cron','2021-01-26 09:08:04','2021-01-26 04:08:04'),
(104781,39091,'action created','2021-01-26 09:08:04','2021-01-26 04:08:04'),
(104782,39091,'action started via WP Cron','2021-01-26 09:09:30','2021-01-26 04:09:30'),
(104783,39091,'action complete via WP Cron','2021-01-26 09:09:30','2021-01-26 04:09:30'),
(104784,39092,'action created','2021-01-26 09:09:30','2021-01-26 04:09:30'),
(104785,39092,'action started via WP Cron','2021-01-26 09:11:03','2021-01-26 04:11:03'),
(104786,39092,'action complete via WP Cron','2021-01-26 09:11:03','2021-01-26 04:11:03'),
(104787,39093,'action created','2021-01-26 09:11:03','2021-01-26 04:11:03'),
(104788,39093,'action started via WP Cron','2021-01-26 09:12:26','2021-01-26 04:12:26'),
(104789,39093,'action complete via WP Cron','2021-01-26 09:12:27','2021-01-26 04:12:27'),
(104790,39094,'action created','2021-01-26 09:12:27','2021-01-26 04:12:27'),
(104791,39094,'action started via WP Cron','2021-01-26 09:13:16','2021-01-26 04:13:16'),
(104792,39094,'action complete via WP Cron','2021-01-26 09:13:16','2021-01-26 04:13:16'),
(104793,39095,'action created','2021-01-26 09:13:16','2021-01-26 04:13:16'),
(104794,39095,'action started via WP Cron','2021-01-26 09:14:17','2021-01-26 04:14:17'),
(104795,39095,'action complete via WP Cron','2021-01-26 09:14:17','2021-01-26 04:14:17'),
(104796,39096,'action created','2021-01-26 09:14:17','2021-01-26 04:14:17'),
(104797,39096,'action started via WP Cron','2021-01-26 09:15:15','2021-01-26 04:15:15'),
(104798,39096,'action complete via WP Cron','2021-01-26 09:15:15','2021-01-26 04:15:15'),
(104799,39097,'action created','2021-01-26 09:15:15','2021-01-26 04:15:15'),
(104800,39097,'action started via WP Cron','2021-01-26 09:16:15','2021-01-26 04:16:15'),
(104801,39097,'action complete via WP Cron','2021-01-26 09:16:15','2021-01-26 04:16:15'),
(104802,39098,'action created','2021-01-26 09:16:15','2021-01-26 04:16:15'),
(104803,39098,'action started via WP Cron','2021-01-26 09:17:20','2021-01-26 04:17:20'),
(104804,39098,'action complete via WP Cron','2021-01-26 09:17:20','2021-01-26 04:17:20'),
(104805,39099,'action created','2021-01-26 09:17:20','2021-01-26 04:17:20'),
(104806,39099,'action started via WP Cron','2021-01-26 09:18:12','2021-01-26 04:18:12'),
(104807,39099,'action complete via WP Cron','2021-01-26 09:18:12','2021-01-26 04:18:12'),
(104808,39100,'action created','2021-01-26 09:18:12','2021-01-26 04:18:12'),
(104809,39100,'action started via WP Cron','2021-01-26 09:19:22','2021-01-26 04:19:22'),
(104810,39100,'action complete via WP Cron','2021-01-26 09:19:22','2021-01-26 04:19:22'),
(104811,39101,'action created','2021-01-26 09:19:22','2021-01-26 04:19:22'),
(104812,39101,'action started via WP Cron','2021-01-26 09:20:21','2021-01-26 04:20:21'),
(104813,39101,'action complete via WP Cron','2021-01-26 09:20:21','2021-01-26 04:20:21'),
(104814,39102,'action created','2021-01-26 09:20:21','2021-01-26 04:20:21'),
(104815,39102,'action started via WP Cron','2021-01-26 09:21:15','2021-01-26 04:21:15'),
(104816,39102,'action complete via WP Cron','2021-01-26 09:21:15','2021-01-26 04:21:15'),
(104817,39103,'action created','2021-01-26 09:21:15','2021-01-26 04:21:15'),
(104818,39103,'action started via WP Cron','2021-01-26 09:22:30','2021-01-26 04:22:30'),
(104819,39103,'action complete via WP Cron','2021-01-26 09:22:30','2021-01-26 04:22:30'),
(104820,39104,'action created','2021-01-26 09:22:30','2021-01-26 04:22:30'),
(104821,39104,'action started via WP Cron','2021-01-26 09:23:22','2021-01-26 04:23:22'),
(104822,39104,'action complete via WP Cron','2021-01-26 09:23:22','2021-01-26 04:23:22'),
(104823,39105,'action created','2021-01-26 09:23:22','2021-01-26 04:23:22'),
(104824,39105,'action started via WP Cron','2021-01-26 09:24:21','2021-01-26 04:24:21'),
(104825,39105,'action complete via WP Cron','2021-01-26 09:24:21','2021-01-26 04:24:21'),
(104826,39106,'action created','2021-01-26 09:24:21','2021-01-26 04:24:21'),
(104827,39106,'action started via WP Cron','2021-01-26 09:25:19','2021-01-26 04:25:19'),
(104828,39106,'action complete via WP Cron','2021-01-26 09:25:19','2021-01-26 04:25:19'),
(104829,39107,'action created','2021-01-26 09:25:19','2021-01-26 04:25:19'),
(104830,39107,'action started via WP Cron','2021-01-26 09:26:11','2021-01-26 04:26:11'),
(104831,39107,'action complete via WP Cron','2021-01-26 09:26:11','2021-01-26 04:26:11'),
(104832,39108,'action created','2021-01-26 09:26:11','2021-01-26 04:26:11'),
(104833,39108,'action started via WP Cron','2021-01-26 09:27:12','2021-01-26 04:27:12'),
(104834,39108,'action complete via WP Cron','2021-01-26 09:27:12','2021-01-26 04:27:12'),
(104835,39109,'action created','2021-01-26 09:27:12','2021-01-26 04:27:12'),
(104836,39109,'action started via WP Cron','2021-01-26 09:28:29','2021-01-26 04:28:29'),
(104837,39109,'action complete via WP Cron','2021-01-26 09:28:29','2021-01-26 04:28:29'),
(104838,39110,'action created','2021-01-26 09:28:29','2021-01-26 04:28:29'),
(104839,39110,'action started via WP Cron','2021-01-26 09:29:14','2021-01-26 04:29:14'),
(104840,39110,'action complete via WP Cron','2021-01-26 09:29:14','2021-01-26 04:29:14'),
(104841,39111,'action created','2021-01-26 09:29:14','2021-01-26 04:29:14'),
(104842,39111,'action started via WP Cron','2021-01-26 09:30:12','2021-01-26 04:30:12'),
(104843,39111,'action complete via WP Cron','2021-01-26 09:30:12','2021-01-26 04:30:12'),
(104844,39112,'action created','2021-01-26 09:30:12','2021-01-26 04:30:12'),
(104845,39112,'action started via WP Cron','2021-01-26 09:31:26','2021-01-26 04:31:26'),
(104846,39112,'action complete via WP Cron','2021-01-26 09:31:26','2021-01-26 04:31:26'),
(104847,39113,'action created','2021-01-26 09:31:26','2021-01-26 04:31:26'),
(104848,39113,'action started via WP Cron','2021-01-26 09:32:12','2021-01-26 04:32:12'),
(104849,39113,'action complete via WP Cron','2021-01-26 09:32:12','2021-01-26 04:32:12'),
(104850,39114,'action created','2021-01-26 09:32:12','2021-01-26 04:32:12'),
(104851,39114,'action started via WP Cron','2021-01-26 09:33:14','2021-01-26 04:33:14'),
(104852,39114,'action complete via WP Cron','2021-01-26 09:33:14','2021-01-26 04:33:14'),
(104853,39115,'action created','2021-01-26 09:33:15','2021-01-26 04:33:15'),
(104854,39115,'action started via WP Cron','2021-01-26 09:34:11','2021-01-26 04:34:11'),
(104855,39115,'action complete via WP Cron','2021-01-26 09:34:11','2021-01-26 04:34:11'),
(104856,39116,'action created','2021-01-26 09:34:11','2021-01-26 04:34:11'),
(104857,39116,'action started via WP Cron','2021-01-26 09:35:13','2021-01-26 04:35:13'),
(104858,39116,'action complete via WP Cron','2021-01-26 09:35:13','2021-01-26 04:35:13'),
(104859,39117,'action created','2021-01-26 09:35:13','2021-01-26 04:35:13'),
(104860,39117,'action started via WP Cron','2021-01-26 09:36:12','2021-01-26 04:36:12'),
(104861,39117,'action complete via WP Cron','2021-01-26 09:36:12','2021-01-26 04:36:12'),
(104862,39118,'action created','2021-01-26 09:36:12','2021-01-26 04:36:12'),
(104863,39118,'action started via WP Cron','2021-01-26 09:37:19','2021-01-26 04:37:19'),
(104864,39118,'action complete via WP Cron','2021-01-26 09:37:19','2021-01-26 04:37:19'),
(104865,39119,'action created','2021-01-26 09:37:19','2021-01-26 04:37:19'),
(104866,39119,'action started via WP Cron','2021-01-26 09:38:24','2021-01-26 04:38:24'),
(104867,39119,'action complete via WP Cron','2021-01-26 09:38:24','2021-01-26 04:38:24'),
(104868,39120,'action created','2021-01-26 09:38:24','2021-01-26 04:38:24'),
(104869,39120,'action started via WP Cron','2021-01-26 09:42:22','2021-01-26 04:42:22'),
(104870,39120,'action complete via WP Cron','2021-01-26 09:42:22','2021-01-26 04:42:22'),
(104871,39121,'action created','2021-01-26 09:42:22','2021-01-26 04:42:22'),
(104872,39121,'action started via WP Cron','2021-01-26 09:43:24','2021-01-26 04:43:24'),
(104873,39121,'action complete via WP Cron','2021-01-26 09:43:24','2021-01-26 04:43:24'),
(104874,39122,'action created','2021-01-26 09:43:24','2021-01-26 04:43:24'),
(104875,39122,'action started via WP Cron','2021-01-26 09:44:34','2021-01-26 04:44:34'),
(104876,39122,'action complete via WP Cron','2021-01-26 09:44:34','2021-01-26 04:44:34'),
(104877,39123,'action created','2021-01-26 09:44:34','2021-01-26 04:44:34'),
(104878,39123,'action started via WP Cron','2021-01-26 09:45:12','2021-01-26 04:45:12'),
(104879,39123,'action complete via WP Cron','2021-01-26 09:45:12','2021-01-26 04:45:12'),
(104880,39124,'action created','2021-01-26 09:45:12','2021-01-26 04:45:12'),
(104881,39124,'action started via WP Cron','2021-01-26 09:47:20','2021-01-26 04:47:20'),
(104882,39124,'action complete via WP Cron','2021-01-26 09:47:20','2021-01-26 04:47:20'),
(104883,39125,'action created','2021-01-26 09:47:21','2021-01-26 04:47:21'),
(104884,39125,'action started via WP Cron','2021-01-26 09:48:27','2021-01-26 04:48:27'),
(104885,39125,'action complete via WP Cron','2021-01-26 09:48:27','2021-01-26 04:48:27'),
(104886,39126,'action created','2021-01-26 09:48:27','2021-01-26 04:48:27'),
(104887,39126,'action started via WP Cron','2021-01-26 09:54:01','2021-01-26 04:54:01'),
(104888,39126,'action complete via WP Cron','2021-01-26 09:54:01','2021-01-26 04:54:01'),
(104889,39127,'action created','2021-01-26 09:54:01','2021-01-26 04:54:01'),
(104890,39127,'action started via WP Cron','2021-01-26 09:54:48','2021-01-26 04:54:48'),
(104891,39127,'action complete via WP Cron','2021-01-26 09:54:48','2021-01-26 04:54:48'),
(104892,39128,'action created','2021-01-26 09:54:48','2021-01-26 04:54:48'),
(104893,39128,'action started via WP Cron','2021-01-26 09:55:12','2021-01-26 04:55:12'),
(104894,39128,'action complete via WP Cron','2021-01-26 09:55:12','2021-01-26 04:55:12'),
(104895,39129,'action created','2021-01-26 09:55:12','2021-01-26 04:55:12'),
(104896,39129,'action started via WP Cron','2021-01-26 09:57:19','2021-01-26 04:57:19'),
(104897,39129,'action complete via WP Cron','2021-01-26 09:57:19','2021-01-26 04:57:19'),
(104898,39130,'action created','2021-01-26 09:57:19','2021-01-26 04:57:19'),
(104899,39130,'action started via WP Cron','2021-01-26 09:58:28','2021-01-26 04:58:28'),
(104900,39130,'action complete via WP Cron','2021-01-26 09:58:28','2021-01-26 04:58:28'),
(104901,39131,'action created','2021-01-26 09:58:28','2021-01-26 04:58:28'),
(104902,39131,'action started via WP Cron','2021-01-26 09:59:20','2021-01-26 04:59:20'),
(104903,39131,'action complete via WP Cron','2021-01-26 09:59:20','2021-01-26 04:59:20'),
(104904,39132,'action created','2021-01-26 09:59:20','2021-01-26 04:59:20'),
(104905,39132,'action started via WP Cron','2021-01-26 10:00:24','2021-01-26 05:00:24'),
(104906,39132,'action complete via WP Cron','2021-01-26 10:00:24','2021-01-26 05:00:24'),
(104907,39133,'action created','2021-01-26 10:00:24','2021-01-26 05:00:24'),
(104908,39133,'action started via WP Cron','2021-01-26 10:01:23','2021-01-26 05:01:23'),
(104909,39133,'action complete via WP Cron','2021-01-26 10:01:23','2021-01-26 05:01:23'),
(104910,39134,'action created','2021-01-26 10:01:23','2021-01-26 05:01:23'),
(104911,39134,'action started via WP Cron','2021-01-26 10:02:17','2021-01-26 05:02:17'),
(104912,39134,'action complete via WP Cron','2021-01-26 10:02:17','2021-01-26 05:02:17'),
(104913,39135,'action created','2021-01-26 10:02:17','2021-01-26 05:02:17'),
(104914,39135,'action started via WP Cron','2021-01-26 10:04:06','2021-01-26 05:04:06'),
(104915,39135,'action complete via WP Cron','2021-01-26 10:04:06','2021-01-26 05:04:06'),
(104916,39136,'action created','2021-01-26 10:04:06','2021-01-26 05:04:06'),
(104917,39136,'action started via WP Cron','2021-01-26 10:05:20','2021-01-26 05:05:20'),
(104918,39136,'action complete via WP Cron','2021-01-26 10:05:20','2021-01-26 05:05:20'),
(104919,39137,'action created','2021-01-26 10:05:20','2021-01-26 05:05:20'),
(104920,39137,'action started via WP Cron','2021-01-26 10:07:55','2021-01-26 05:07:55'),
(104921,39137,'action complete via WP Cron','2021-01-26 10:07:55','2021-01-26 05:07:55'),
(104922,39138,'action created','2021-01-26 10:07:56','2021-01-26 05:07:56'),
(104923,39138,'action started via WP Cron','2021-01-26 10:08:44','2021-01-26 05:08:44'),
(104924,39138,'action complete via WP Cron','2021-01-26 10:08:44','2021-01-26 05:08:44'),
(104925,39139,'action created','2021-01-26 10:08:44','2021-01-26 05:08:44'),
(104926,39139,'action started via WP Cron','2021-01-26 10:11:05','2021-01-26 05:11:05'),
(104927,39139,'action complete via WP Cron','2021-01-26 10:11:05','2021-01-26 05:11:05'),
(104928,39140,'action created','2021-01-26 10:11:05','2021-01-26 05:11:05'),
(104929,39140,'action started via WP Cron','2021-01-26 10:12:04','2021-01-26 05:12:04'),
(104930,39140,'action complete via WP Cron','2021-01-26 10:12:04','2021-01-26 05:12:04'),
(104931,39141,'action created','2021-01-26 10:12:04','2021-01-26 05:12:04'),
(104932,39141,'action started via WP Cron','2021-01-26 10:14:03','2021-01-26 05:14:03'),
(104933,39141,'action complete via WP Cron','2021-01-26 10:14:03','2021-01-26 05:14:03'),
(104934,39142,'action created','2021-01-26 10:14:03','2021-01-26 05:14:03'),
(104935,39142,'action started via WP Cron','2021-01-26 10:16:10','2021-01-26 05:16:10'),
(104936,39142,'action complete via WP Cron','2021-01-26 10:16:10','2021-01-26 05:16:10'),
(104937,39143,'action created','2021-01-26 10:16:10','2021-01-26 05:16:10'),
(104938,39143,'action started via WP Cron','2021-01-26 10:16:27','2021-01-26 05:16:27'),
(104939,39143,'action complete via WP Cron','2021-01-26 10:16:27','2021-01-26 05:16:27'),
(104940,39144,'action created','2021-01-26 10:16:27','2021-01-26 05:16:27'),
(104941,39144,'action started via WP Cron','2021-01-26 10:17:32','2021-01-26 05:17:32'),
(104942,39144,'action complete via WP Cron','2021-01-26 10:17:32','2021-01-26 05:17:32'),
(104943,39145,'action created','2021-01-26 10:17:32','2021-01-26 05:17:32'),
(104944,39145,'action started via WP Cron','2021-01-26 10:20:08','2021-01-26 05:20:08'),
(104945,39145,'action complete via WP Cron','2021-01-26 10:20:08','2021-01-26 05:20:08'),
(104946,39146,'action created','2021-01-26 10:20:08','2021-01-26 05:20:08'),
(104947,39146,'action started via WP Cron','2021-01-26 10:21:34','2021-01-26 05:21:34'),
(104948,39146,'action complete via WP Cron','2021-01-26 10:21:34','2021-01-26 05:21:34'),
(104949,39147,'action created','2021-01-26 10:21:34','2021-01-26 05:21:34'),
(104950,39147,'action started via WP Cron','2021-01-26 10:22:48','2021-01-26 05:22:48'),
(104951,39147,'action complete via WP Cron','2021-01-26 10:22:48','2021-01-26 05:22:48'),
(104952,39148,'action created','2021-01-26 10:22:48','2021-01-26 05:22:48'),
(104953,39148,'action started via WP Cron','2021-01-26 10:25:17','2021-01-26 05:25:17'),
(104954,39148,'action complete via WP Cron','2021-01-26 10:25:17','2021-01-26 05:25:17'),
(104955,39149,'action created','2021-01-26 10:25:17','2021-01-26 05:25:17'),
(104956,39149,'action started via WP Cron','2021-01-26 10:27:20','2021-01-26 05:27:20'),
(104957,39149,'action complete via WP Cron','2021-01-26 10:27:20','2021-01-26 05:27:20'),
(104958,39150,'action created','2021-01-26 10:27:20','2021-01-26 05:27:20'),
(104959,39150,'action started via WP Cron','2021-01-26 10:28:52','2021-01-26 05:28:52'),
(104960,39150,'action complete via WP Cron','2021-01-26 10:28:52','2021-01-26 05:28:52'),
(104961,39151,'action created','2021-01-26 10:28:52','2021-01-26 05:28:52'),
(104962,39151,'action started via WP Cron','2021-01-26 10:29:42','2021-01-26 05:29:42'),
(104963,39151,'action complete via WP Cron','2021-01-26 10:29:42','2021-01-26 05:29:42'),
(104964,39152,'action created','2021-01-26 10:29:42','2021-01-26 05:29:42'),
(104965,39152,'action started via WP Cron','2021-01-26 10:30:16','2021-01-26 05:30:16'),
(104966,39152,'action complete via WP Cron','2021-01-26 10:30:16','2021-01-26 05:30:16'),
(104967,39153,'action created','2021-01-26 10:30:16','2021-01-26 05:30:16'),
(104968,39153,'action started via WP Cron','2021-01-26 10:31:41','2021-01-26 05:31:41'),
(104969,39153,'action complete via WP Cron','2021-01-26 10:31:41','2021-01-26 05:31:41'),
(104970,39154,'action created','2021-01-26 10:31:42','2021-01-26 05:31:42'),
(104971,39154,'action started via WP Cron','2021-01-26 10:33:52','2021-01-26 05:33:52'),
(104972,39154,'action complete via WP Cron','2021-01-26 10:33:52','2021-01-26 05:33:52'),
(104973,39155,'action created','2021-01-26 10:33:52','2021-01-26 05:33:52'),
(104974,39155,'action started via WP Cron','2021-01-26 10:35:11','2021-01-26 05:35:11'),
(104975,39155,'action complete via WP Cron','2021-01-26 10:35:11','2021-01-26 05:35:11'),
(104976,39156,'action created','2021-01-26 10:35:11','2021-01-26 05:35:11'),
(104977,39156,'action started via WP Cron','2021-01-26 10:38:23','2021-01-26 05:38:23'),
(104978,39156,'action complete via WP Cron','2021-01-26 10:38:23','2021-01-26 05:38:23'),
(104979,39157,'action created','2021-01-26 10:38:23','2021-01-26 05:38:23'),
(104980,39157,'action started via WP Cron','2021-01-26 10:39:24','2021-01-26 05:39:24'),
(104981,39157,'action complete via WP Cron','2021-01-26 10:39:24','2021-01-26 05:39:24'),
(104982,39158,'action created','2021-01-26 10:39:24','2021-01-26 05:39:24'),
(104983,39158,'action started via WP Cron','2021-01-26 10:41:32','2021-01-26 05:41:32'),
(104984,39158,'action complete via WP Cron','2021-01-26 10:41:32','2021-01-26 05:41:32'),
(104985,39159,'action created','2021-01-26 10:41:32','2021-01-26 05:41:32'),
(104986,39159,'action started via WP Cron','2021-01-26 10:44:39','2021-01-26 05:44:39'),
(104987,39159,'action complete via WP Cron','2021-01-26 10:44:39','2021-01-26 05:44:39'),
(104988,39160,'action created','2021-01-26 10:44:39','2021-01-26 05:44:39'),
(104989,39160,'action started via WP Cron','2021-01-26 10:45:16','2021-01-26 05:45:16'),
(104990,39160,'action complete via WP Cron','2021-01-26 10:45:16','2021-01-26 05:45:16'),
(104991,39161,'action created','2021-01-26 10:45:16','2021-01-26 05:45:16'),
(104992,39161,'action started via WP Cron','2021-01-26 10:49:37','2021-01-26 05:49:37'),
(104993,39161,'action complete via WP Cron','2021-01-26 10:49:37','2021-01-26 05:49:37'),
(104994,39162,'action created','2021-01-26 10:49:37','2021-01-26 05:49:37'),
(104995,39162,'action started via WP Cron','2021-01-26 10:50:59','2021-01-26 05:50:59'),
(104996,39162,'action complete via WP Cron','2021-01-26 10:50:59','2021-01-26 05:50:59'),
(104997,39163,'action created','2021-01-26 10:50:59','2021-01-26 05:50:59'),
(104998,39163,'action started via WP Cron','2021-01-26 10:52:36','2021-01-26 05:52:36'),
(104999,39163,'action complete via WP Cron','2021-01-26 10:52:36','2021-01-26 05:52:36'),
(105000,39164,'action created','2021-01-26 10:52:36','2021-01-26 05:52:36'),
(105001,39164,'action started via WP Cron','2021-01-26 10:54:38','2021-01-26 05:54:38'),
(105002,39164,'action complete via WP Cron','2021-01-26 10:54:38','2021-01-26 05:54:38'),
(105003,39165,'action created','2021-01-26 10:54:38','2021-01-26 05:54:38'),
(105004,39165,'action started via WP Cron','2021-01-26 10:57:52','2021-01-26 05:57:52'),
(105005,39165,'action complete via WP Cron','2021-01-26 10:57:52','2021-01-26 05:57:52'),
(105006,39166,'action created','2021-01-26 10:57:52','2021-01-26 05:57:52'),
(105007,39166,'action started via WP Cron','2021-01-26 10:58:27','2021-01-26 05:58:27'),
(105008,39166,'action complete via WP Cron','2021-01-26 10:58:27','2021-01-26 05:58:27'),
(105009,39167,'action created','2021-01-26 10:58:27','2021-01-26 05:58:27'),
(105010,39167,'action started via WP Cron','2021-01-26 10:59:19','2021-01-26 05:59:19'),
(105011,39167,'action complete via WP Cron','2021-01-26 10:59:19','2021-01-26 05:59:19'),
(105012,39168,'action created','2021-01-26 10:59:19','2021-01-26 05:59:19'),
(105013,39168,'action started via WP Cron','2021-01-26 11:01:27','2021-01-26 06:01:27'),
(105014,39168,'action complete via WP Cron','2021-01-26 11:01:27','2021-01-26 06:01:27'),
(105015,39169,'action created','2021-01-26 11:01:27','2021-01-26 06:01:27'),
(105016,39169,'action started via WP Cron','2021-01-26 11:03:35','2021-01-26 06:03:35'),
(105017,39169,'action complete via WP Cron','2021-01-26 11:03:35','2021-01-26 06:03:35'),
(105018,39170,'action created','2021-01-26 11:03:35','2021-01-26 06:03:35'),
(105019,39170,'action started via WP Cron','2021-01-26 11:04:22','2021-01-26 06:04:22'),
(105020,39170,'action complete via WP Cron','2021-01-26 11:04:22','2021-01-26 06:04:22'),
(105021,39171,'action created','2021-01-26 11:04:22','2021-01-26 06:04:22'),
(105022,39171,'action started via WP Cron','2021-01-26 11:07:11','2021-01-26 06:07:11'),
(105023,39171,'action complete via WP Cron','2021-01-26 11:07:11','2021-01-26 06:07:11'),
(105024,39172,'action created','2021-01-26 11:07:11','2021-01-26 06:07:11'),
(105025,39172,'action started via WP Cron','2021-01-26 11:08:30','2021-01-26 06:08:30'),
(105026,39172,'action complete via WP Cron','2021-01-26 11:08:30','2021-01-26 06:08:30'),
(105027,39173,'action created','2021-01-26 11:08:30','2021-01-26 06:08:30'),
(105028,39173,'action started via WP Cron','2021-01-26 11:09:27','2021-01-26 06:09:27'),
(105029,39173,'action complete via WP Cron','2021-01-26 11:09:27','2021-01-26 06:09:27'),
(105030,39174,'action created','2021-01-26 11:09:27','2021-01-26 06:09:27'),
(105031,39174,'action started via WP Cron','2021-01-26 11:10:25','2021-01-26 06:10:25'),
(105032,39174,'action complete via WP Cron','2021-01-26 11:10:25','2021-01-26 06:10:25'),
(105033,39175,'action created','2021-01-26 11:10:25','2021-01-26 06:10:25'),
(105034,39175,'action started via WP Cron','2021-01-26 11:11:20','2021-01-26 06:11:20'),
(105035,39175,'action complete via WP Cron','2021-01-26 11:11:20','2021-01-26 06:11:20'),
(105036,39176,'action created','2021-01-26 11:11:20','2021-01-26 06:11:20'),
(105037,39176,'action started via WP Cron','2021-01-26 11:12:49','2021-01-26 06:12:49'),
(105038,39176,'action complete via WP Cron','2021-01-26 11:12:49','2021-01-26 06:12:49'),
(105039,39177,'action created','2021-01-26 11:12:49','2021-01-26 06:12:49'),
(105040,39177,'action started via WP Cron','2021-01-26 11:13:47','2021-01-26 06:13:47'),
(105041,39177,'action complete via WP Cron','2021-01-26 11:13:47','2021-01-26 06:13:47'),
(105042,39178,'action created','2021-01-26 11:13:48','2021-01-26 06:13:48'),
(105043,39178,'action started via WP Cron','2021-01-26 11:15:44','2021-01-26 06:15:44'),
(105044,39178,'action complete via WP Cron','2021-01-26 11:15:44','2021-01-26 06:15:44'),
(105045,39179,'action created','2021-01-26 11:15:44','2021-01-26 06:15:44'),
(105046,39179,'action started via WP Cron','2021-01-26 11:18:44','2021-01-26 06:18:44'),
(105047,39179,'action complete via WP Cron','2021-01-26 11:18:44','2021-01-26 06:18:44'),
(105048,39180,'action created','2021-01-26 11:18:44','2021-01-26 06:18:44'),
(105049,39180,'action started via WP Cron','2021-01-26 11:21:16','2021-01-26 06:21:16'),
(105050,39180,'action complete via WP Cron','2021-01-26 11:21:16','2021-01-26 06:21:16'),
(105051,39181,'action created','2021-01-26 11:21:16','2021-01-26 06:21:16'),
(105052,39181,'action started via WP Cron','2021-01-26 11:22:31','2021-01-26 06:22:31'),
(105053,39181,'action complete via WP Cron','2021-01-26 11:22:31','2021-01-26 06:22:31'),
(105054,39182,'action created','2021-01-26 11:22:31','2021-01-26 06:22:31'),
(105055,39182,'action started via WP Cron','2021-01-26 11:23:11','2021-01-26 06:23:11'),
(105056,39182,'action complete via WP Cron','2021-01-26 11:23:11','2021-01-26 06:23:11'),
(105057,39183,'action created','2021-01-26 11:23:11','2021-01-26 06:23:11'),
(105058,39183,'action started via WP Cron','2021-01-26 11:25:32','2021-01-26 06:25:32'),
(105059,39183,'action complete via WP Cron','2021-01-26 11:25:32','2021-01-26 06:25:32'),
(105060,39184,'action created','2021-01-26 11:25:32','2021-01-26 06:25:32'),
(105061,39184,'action started via WP Cron','2021-01-26 11:26:12','2021-01-26 06:26:12'),
(105062,39184,'action complete via WP Cron','2021-01-26 11:26:12','2021-01-26 06:26:12'),
(105063,39185,'action created','2021-01-26 11:26:12','2021-01-26 06:26:12'),
(105064,39185,'action started via WP Cron','2021-01-26 11:27:43','2021-01-26 06:27:43'),
(105065,39186,'action created','2021-01-26 11:27:43','2021-01-26 06:27:43'),
(105066,39185,'action complete via WP Cron','2021-01-26 11:27:43','2021-01-26 06:27:43'),
(105067,39186,'action started via WP Cron','2021-01-26 11:28:39','2021-01-26 06:28:39'),
(105068,39186,'action complete via WP Cron','2021-01-26 11:28:39','2021-01-26 06:28:39'),
(105069,39187,'action created','2021-01-26 11:28:39','2021-01-26 06:28:39'),
(105070,39187,'action started via WP Cron','2021-01-26 11:30:25','2021-01-26 06:30:25'),
(105071,39187,'action complete via WP Cron','2021-01-26 11:30:25','2021-01-26 06:30:25'),
(105072,39188,'action created','2021-01-26 11:30:25','2021-01-26 06:30:25'),
(105073,39188,'action started via WP Cron','2021-01-26 11:31:59','2021-01-26 06:31:59'),
(105074,39188,'action complete via WP Cron','2021-01-26 11:31:59','2021-01-26 06:31:59'),
(105075,39189,'action created','2021-01-26 11:31:59','2021-01-26 06:31:59'),
(105076,39189,'action started via WP Cron','2021-01-26 11:32:45','2021-01-26 06:32:45'),
(105077,39189,'action complete via WP Cron','2021-01-26 11:32:45','2021-01-26 06:32:45'),
(105078,39190,'action created','2021-01-26 11:32:45','2021-01-26 06:32:45'),
(105079,39190,'action started via WP Cron','2021-01-26 11:33:17','2021-01-26 06:33:17'),
(105080,39190,'action complete via WP Cron','2021-01-26 11:33:17','2021-01-26 06:33:17'),
(105081,39191,'action created','2021-01-26 11:33:17','2021-01-26 06:33:17'),
(105082,39191,'action started via WP Cron','2021-01-26 11:35:42','2021-01-26 06:35:42'),
(105083,39191,'action complete via WP Cron','2021-01-26 11:35:42','2021-01-26 06:35:42'),
(105084,39192,'action created','2021-01-26 11:35:42','2021-01-26 06:35:42'),
(105085,39192,'action started via WP Cron','2021-01-26 11:38:17','2021-01-26 06:38:17'),
(105086,39192,'action complete via WP Cron','2021-01-26 11:38:17','2021-01-26 06:38:17'),
(105087,39193,'action created','2021-01-26 11:38:17','2021-01-26 06:38:17'),
(105088,39193,'action started via WP Cron','2021-01-26 11:40:15','2021-01-26 06:40:15'),
(105089,39193,'action complete via WP Cron','2021-01-26 11:40:15','2021-01-26 06:40:15'),
(105090,39194,'action created','2021-01-26 11:40:15','2021-01-26 06:40:15'),
(105091,39194,'action started via WP Cron','2021-01-26 11:42:11','2021-01-26 06:42:11'),
(105092,39194,'action complete via WP Cron','2021-01-26 11:42:11','2021-01-26 06:42:11'),
(105093,39195,'action created','2021-01-26 11:42:11','2021-01-26 06:42:11'),
(105094,39195,'action started via WP Cron','2021-01-26 11:43:41','2021-01-26 06:43:41'),
(105095,39195,'action complete via WP Cron','2021-01-26 11:43:41','2021-01-26 06:43:41'),
(105096,39196,'action created','2021-01-26 11:43:41','2021-01-26 06:43:41'),
(105097,39196,'action started via WP Cron','2021-01-26 11:44:40','2021-01-26 06:44:40'),
(105098,39196,'action complete via WP Cron','2021-01-26 11:44:40','2021-01-26 06:44:40'),
(105099,39197,'action created','2021-01-26 11:44:40','2021-01-26 06:44:40'),
(105100,39197,'action started via WP Cron','2021-01-26 11:46:23','2021-01-26 06:46:23'),
(105101,39197,'action complete via WP Cron','2021-01-26 11:46:23','2021-01-26 06:46:23'),
(105102,39198,'action created','2021-01-26 11:46:23','2021-01-26 06:46:23'),
(105103,39198,'action started via WP Cron','2021-01-26 11:47:51','2021-01-26 06:47:51'),
(105104,39198,'action complete via WP Cron','2021-01-26 11:47:51','2021-01-26 06:47:51'),
(105105,39199,'action created','2021-01-26 11:47:51','2021-01-26 06:47:51'),
(105106,39199,'action started via WP Cron','2021-01-26 11:48:21','2021-01-26 06:48:21'),
(105107,39199,'action complete via WP Cron','2021-01-26 11:48:21','2021-01-26 06:48:21'),
(105108,39200,'action created','2021-01-26 11:48:21','2021-01-26 06:48:21'),
(105109,39200,'action started via WP Cron','2021-01-26 11:49:21','2021-01-26 06:49:21'),
(105110,39200,'action complete via WP Cron','2021-01-26 11:49:21','2021-01-26 06:49:21'),
(105111,39201,'action created','2021-01-26 11:49:21','2021-01-26 06:49:21'),
(105112,39201,'action started via WP Cron','2021-01-26 11:50:55','2021-01-26 06:50:55'),
(105113,39201,'action complete via WP Cron','2021-01-26 11:50:55','2021-01-26 06:50:55'),
(105114,39202,'action created','2021-01-26 11:50:55','2021-01-26 06:50:55'),
(105115,39202,'action started via WP Cron','2021-01-26 11:51:31','2021-01-26 06:51:31'),
(105116,39202,'action complete via WP Cron','2021-01-26 11:51:31','2021-01-26 06:51:31'),
(105117,39203,'action created','2021-01-26 11:51:31','2021-01-26 06:51:31'),
(105118,39203,'action started via WP Cron','2021-01-26 11:52:15','2021-01-26 06:52:15'),
(105119,39203,'action complete via WP Cron','2021-01-26 11:52:15','2021-01-26 06:52:15'),
(105120,39204,'action created','2021-01-26 11:52:15','2021-01-26 06:52:15'),
(105121,39204,'action started via WP Cron','2021-01-26 11:53:13','2021-01-26 06:53:13'),
(105122,39204,'action complete via WP Cron','2021-01-26 11:53:13','2021-01-26 06:53:13'),
(105123,39205,'action created','2021-01-26 11:53:13','2021-01-26 06:53:13'),
(105124,39205,'action started via WP Cron','2021-01-26 11:54:29','2021-01-26 06:54:29'),
(105125,39205,'action complete via WP Cron','2021-01-26 11:54:29','2021-01-26 06:54:29'),
(105126,39206,'action created','2021-01-26 11:54:30','2021-01-26 06:54:30'),
(105127,39206,'action started via WP Cron','2021-01-26 11:56:31','2021-01-26 06:56:31'),
(105128,39206,'action complete via WP Cron','2021-01-26 11:56:31','2021-01-26 06:56:31'),
(105129,39207,'action created','2021-01-26 11:56:31','2021-01-26 06:56:31'),
(105130,39207,'action started via WP Cron','2021-01-26 11:57:14','2021-01-26 06:57:14'),
(105131,39207,'action complete via WP Cron','2021-01-26 11:57:14','2021-01-26 06:57:14'),
(105132,39208,'action created','2021-01-26 11:57:14','2021-01-26 06:57:14'),
(105133,39208,'action started via WP Cron','2021-01-26 11:58:49','2021-01-26 06:58:49'),
(105134,39208,'action complete via WP Cron','2021-01-26 11:58:49','2021-01-26 06:58:49'),
(105135,39209,'action created','2021-01-26 11:58:49','2021-01-26 06:58:49'),
(105136,39209,'action started via WP Cron','2021-01-26 12:00:07','2021-01-26 07:00:07'),
(105137,39209,'action complete via WP Cron','2021-01-26 12:00:07','2021-01-26 07:00:07'),
(105138,39210,'action created','2021-01-26 12:00:07','2021-01-26 07:00:07'),
(105139,39210,'action started via WP Cron','2021-01-26 12:01:03','2021-01-26 07:01:03'),
(105140,39210,'action complete via WP Cron','2021-01-26 12:01:03','2021-01-26 07:01:03'),
(105141,39211,'action created','2021-01-26 12:01:03','2021-01-26 07:01:03'),
(105142,39211,'action started via WP Cron','2021-01-26 12:03:47','2021-01-26 07:03:47'),
(105143,39211,'action complete via WP Cron','2021-01-26 12:03:47','2021-01-26 07:03:47'),
(105144,39212,'action created','2021-01-26 12:03:47','2021-01-26 07:03:47'),
(105145,39212,'action started via WP Cron','2021-01-26 12:04:14','2021-01-26 07:04:14'),
(105146,39212,'action complete via WP Cron','2021-01-26 12:04:14','2021-01-26 07:04:14'),
(105147,39213,'action created','2021-01-26 12:04:14','2021-01-26 07:04:14'),
(105148,39213,'action started via WP Cron','2021-01-26 12:05:27','2021-01-26 07:05:27'),
(105149,39213,'action complete via WP Cron','2021-01-26 12:05:27','2021-01-26 07:05:27'),
(105150,39214,'action created','2021-01-26 12:05:27','2021-01-26 07:05:27'),
(105151,39214,'action started via WP Cron','2021-01-26 12:06:21','2021-01-26 07:06:21'),
(105152,39214,'action complete via WP Cron','2021-01-26 12:06:21','2021-01-26 07:06:21'),
(105153,39215,'action created','2021-01-26 12:06:21','2021-01-26 07:06:21'),
(105154,39215,'action started via WP Cron','2021-01-26 12:07:22','2021-01-26 07:07:22'),
(105155,39215,'action complete via WP Cron','2021-01-26 12:07:22','2021-01-26 07:07:22'),
(105156,39216,'action created','2021-01-26 12:07:22','2021-01-26 07:07:22'),
(105157,39216,'action started via WP Cron','2021-01-26 12:08:14','2021-01-26 07:08:14'),
(105158,39216,'action complete via WP Cron','2021-01-26 12:08:14','2021-01-26 07:08:14'),
(105159,39217,'action created','2021-01-26 12:08:14','2021-01-26 07:08:14'),
(105160,39217,'action started via WP Cron','2021-01-26 12:09:15','2021-01-26 07:09:15'),
(105161,39217,'action complete via WP Cron','2021-01-26 12:09:15','2021-01-26 07:09:15'),
(105162,39218,'action created','2021-01-26 12:09:15','2021-01-26 07:09:15'),
(105163,39218,'action started via WP Cron','2021-01-26 12:10:20','2021-01-26 07:10:20'),
(105164,39218,'action complete via WP Cron','2021-01-26 12:10:20','2021-01-26 07:10:20'),
(105165,39219,'action created','2021-01-26 12:10:21','2021-01-26 07:10:21'),
(105166,39219,'action started via WP Cron','2021-01-26 12:11:21','2021-01-26 07:11:21'),
(105167,39219,'action complete via WP Cron','2021-01-26 12:11:21','2021-01-26 07:11:21'),
(105168,39220,'action created','2021-01-26 12:11:21','2021-01-26 07:11:21'),
(105169,39220,'action started via WP Cron','2021-01-26 12:12:15','2021-01-26 07:12:15'),
(105170,39220,'action complete via WP Cron','2021-01-26 12:12:15','2021-01-26 07:12:15'),
(105171,39221,'action created','2021-01-26 12:12:15','2021-01-26 07:12:15'),
(105172,39221,'action started via WP Cron','2021-01-26 12:13:12','2021-01-26 07:13:12'),
(105173,39221,'action complete via WP Cron','2021-01-26 12:13:12','2021-01-26 07:13:12'),
(105174,39222,'action created','2021-01-26 12:13:13','2021-01-26 07:13:13'),
(105175,39222,'action started via WP Cron','2021-01-26 12:14:12','2021-01-26 07:14:12'),
(105176,39222,'action complete via WP Cron','2021-01-26 12:14:12','2021-01-26 07:14:12'),
(105177,39223,'action created','2021-01-26 12:14:12','2021-01-26 07:14:12'),
(105178,39223,'action started via WP Cron','2021-01-26 12:15:20','2021-01-26 07:15:20'),
(105179,39223,'action complete via WP Cron','2021-01-26 12:15:20','2021-01-26 07:15:20'),
(105180,39224,'action created','2021-01-26 12:15:20','2021-01-26 07:15:20'),
(105181,39224,'action started via WP Cron','2021-01-26 12:16:13','2021-01-26 07:16:13'),
(105182,39224,'action complete via WP Cron','2021-01-26 12:16:13','2021-01-26 07:16:13'),
(105183,39225,'action created','2021-01-26 12:16:13','2021-01-26 07:16:13'),
(105184,39225,'action started via WP Cron','2021-01-26 12:17:11','2021-01-26 07:17:11'),
(105185,39225,'action complete via WP Cron','2021-01-26 12:17:11','2021-01-26 07:17:11'),
(105186,39226,'action created','2021-01-26 12:17:11','2021-01-26 07:17:11'),
(105187,39226,'action started via WP Cron','2021-01-26 12:18:14','2021-01-26 07:18:14'),
(105188,39226,'action complete via WP Cron','2021-01-26 12:18:14','2021-01-26 07:18:14'),
(105189,39227,'action created','2021-01-26 12:18:15','2021-01-26 07:18:15'),
(105190,39227,'action started via WP Cron','2021-01-26 12:19:14','2021-01-26 07:19:14'),
(105191,39227,'action complete via WP Cron','2021-01-26 12:19:14','2021-01-26 07:19:14'),
(105192,39228,'action created','2021-01-26 12:19:14','2021-01-26 07:19:14'),
(105193,39228,'action started via WP Cron','2021-01-26 12:20:14','2021-01-26 07:20:14'),
(105194,39228,'action complete via WP Cron','2021-01-26 12:20:14','2021-01-26 07:20:14'),
(105195,39229,'action created','2021-01-26 12:20:14','2021-01-26 07:20:14'),
(105196,39229,'action started via WP Cron','2021-01-26 12:21:18','2021-01-26 07:21:18'),
(105197,39229,'action complete via WP Cron','2021-01-26 12:21:18','2021-01-26 07:21:18'),
(105198,39230,'action created','2021-01-26 12:21:18','2021-01-26 07:21:18'),
(105199,39230,'action started via WP Cron','2021-01-26 12:22:16','2021-01-26 07:22:16'),
(105200,39230,'action complete via WP Cron','2021-01-26 12:22:16','2021-01-26 07:22:16'),
(105201,39231,'action created','2021-01-26 12:22:16','2021-01-26 07:22:16'),
(105202,39231,'action started via WP Cron','2021-01-26 12:24:02','2021-01-26 07:24:02'),
(105203,39231,'action complete via WP Cron','2021-01-26 12:24:02','2021-01-26 07:24:02'),
(105204,39232,'action created','2021-01-26 12:24:04','2021-01-26 07:24:04'),
(105205,39232,'action started via WP Cron','2021-01-26 12:24:30','2021-01-26 07:24:30'),
(105206,39232,'action complete via WP Cron','2021-01-26 12:24:30','2021-01-26 07:24:30'),
(105207,39233,'action created','2021-01-26 12:24:30','2021-01-26 07:24:30'),
(105208,39233,'action started via WP Cron','2021-01-26 12:26:04','2021-01-26 07:26:04'),
(105209,39233,'action complete via WP Cron','2021-01-26 12:26:04','2021-01-26 07:26:04'),
(105210,39234,'action created','2021-01-26 12:26:04','2021-01-26 07:26:04'),
(105211,39234,'action started via WP Cron','2021-01-26 12:26:54','2021-01-26 07:26:54'),
(105212,39234,'action complete via WP Cron','2021-01-26 12:26:54','2021-01-26 07:26:54'),
(105213,39235,'action created','2021-01-26 12:26:54','2021-01-26 07:26:54'),
(105214,39235,'action started via WP Cron','2021-01-26 12:27:41','2021-01-26 07:27:41'),
(105215,39235,'action complete via WP Cron','2021-01-26 12:27:41','2021-01-26 07:27:41'),
(105216,39236,'action created','2021-01-26 12:27:41','2021-01-26 07:27:41'),
(105217,39236,'action started via WP Cron','2021-01-26 12:28:47','2021-01-26 07:28:47'),
(105218,39236,'action complete via WP Cron','2021-01-26 12:28:47','2021-01-26 07:28:47'),
(105219,39237,'action created','2021-01-26 12:28:47','2021-01-26 07:28:47'),
(105220,39237,'action started via WP Cron','2021-01-26 12:35:04','2021-01-26 07:35:04'),
(105221,39237,'action complete via WP Cron','2021-01-26 12:35:04','2021-01-26 07:35:04'),
(105222,39238,'action created','2021-01-26 12:35:04','2021-01-26 07:35:04'),
(105223,39238,'action started via WP Cron','2021-01-26 12:38:26','2021-01-26 07:38:26'),
(105224,39238,'action complete via WP Cron','2021-01-26 12:38:26','2021-01-26 07:38:26'),
(105225,39239,'action created','2021-01-26 12:38:26','2021-01-26 07:38:26'),
(105226,39239,'action started via WP Cron','2021-01-26 12:40:41','2021-01-26 07:40:41'),
(105227,39239,'action complete via WP Cron','2021-01-26 12:40:41','2021-01-26 07:40:41'),
(105228,39240,'action created','2021-01-26 12:40:41','2021-01-26 07:40:41'),
(105229,39240,'action started via WP Cron','2021-01-26 12:42:24','2021-01-26 07:42:24'),
(105230,39240,'action complete via WP Cron','2021-01-26 12:42:24','2021-01-26 07:42:24'),
(105231,39241,'action created','2021-01-26 12:42:24','2021-01-26 07:42:24'),
(105232,39241,'action started via WP Cron','2021-01-26 12:43:24','2021-01-26 07:43:24'),
(105233,39241,'action complete via WP Cron','2021-01-26 12:43:24','2021-01-26 07:43:24'),
(105234,39242,'action created','2021-01-26 12:43:24','2021-01-26 07:43:24'),
(105235,39242,'action started via WP Cron','2021-01-26 12:44:48','2021-01-26 07:44:48'),
(105236,39242,'action complete via WP Cron','2021-01-26 12:44:49','2021-01-26 07:44:49'),
(105237,39243,'action created','2021-01-26 12:44:49','2021-01-26 07:44:49'),
(105238,39243,'action started via WP Cron','2021-01-26 12:47:44','2021-01-26 07:47:44'),
(105239,39243,'action complete via WP Cron','2021-01-26 12:47:44','2021-01-26 07:47:44'),
(105240,39244,'action created','2021-01-26 12:47:44','2021-01-26 07:47:44'),
(105241,39244,'action started via WP Cron','2021-01-26 12:48:28','2021-01-26 07:48:28'),
(105242,39244,'action complete via WP Cron','2021-01-26 12:48:28','2021-01-26 07:48:28'),
(105243,39245,'action created','2021-01-26 12:48:28','2021-01-26 07:48:28'),
(105244,39245,'action started via WP Cron','2021-01-26 12:50:39','2021-01-26 07:50:39'),
(105245,39245,'action complete via WP Cron','2021-01-26 12:50:39','2021-01-26 07:50:39'),
(105246,39246,'action created','2021-01-26 12:50:39','2021-01-26 07:50:39'),
(105247,39246,'action started via WP Cron','2021-01-26 12:52:28','2021-01-26 07:52:28'),
(105248,39246,'action complete via WP Cron','2021-01-26 12:52:28','2021-01-26 07:52:28'),
(105249,39247,'action created','2021-01-26 12:52:28','2021-01-26 07:52:28'),
(105250,39247,'action started via WP Cron','2021-01-26 12:54:42','2021-01-26 07:54:42'),
(105251,39247,'action complete via WP Cron','2021-01-26 12:54:42','2021-01-26 07:54:42'),
(105252,39248,'action created','2021-01-26 12:54:42','2021-01-26 07:54:42'),
(105253,39248,'action started via WP Cron','2021-01-26 12:55:12','2021-01-26 07:55:12'),
(105254,39248,'action complete via WP Cron','2021-01-26 12:55:12','2021-01-26 07:55:12'),
(105255,39249,'action created','2021-01-26 12:55:12','2021-01-26 07:55:12'),
(105256,39249,'action started via WP Cron','2021-01-26 12:56:27','2021-01-26 07:56:27'),
(105257,39249,'action complete via WP Cron','2021-01-26 12:56:27','2021-01-26 07:56:27'),
(105258,39250,'action created','2021-01-26 12:56:27','2021-01-26 07:56:27'),
(105259,39250,'action started via WP Cron','2021-01-26 12:57:12','2021-01-26 07:57:12'),
(105260,39250,'action complete via WP Cron','2021-01-26 12:57:12','2021-01-26 07:57:12'),
(105261,39251,'action created','2021-01-26 12:57:12','2021-01-26 07:57:12'),
(105262,39251,'action started via WP Cron','2021-01-26 12:58:32','2021-01-26 07:58:32'),
(105263,39251,'action complete via WP Cron','2021-01-26 12:58:32','2021-01-26 07:58:32'),
(105264,39252,'action created','2021-01-26 12:58:32','2021-01-26 07:58:32'),
(105265,39252,'action started via WP Cron','2021-01-26 12:59:43','2021-01-26 07:59:43'),
(105266,39252,'action complete via WP Cron','2021-01-26 12:59:43','2021-01-26 07:59:43'),
(105267,39253,'action created','2021-01-26 12:59:43','2021-01-26 07:59:43'),
(105268,39253,'action started via WP Cron','2021-01-26 13:02:29','2021-01-26 08:02:29'),
(105269,39253,'action complete via WP Cron','2021-01-26 13:02:29','2021-01-26 08:02:29'),
(105270,39254,'action created','2021-01-26 13:02:29','2021-01-26 08:02:29'),
(105271,39254,'action started via WP Cron','2021-01-26 13:03:47','2021-01-26 08:03:47'),
(105272,39254,'action complete via WP Cron','2021-01-26 13:03:47','2021-01-26 08:03:47'),
(105273,39255,'action created','2021-01-26 13:03:47','2021-01-26 08:03:47'),
(105274,39255,'action started via WP Cron','2021-01-26 13:04:31','2021-01-26 08:04:31'),
(105275,39255,'action complete via WP Cron','2021-01-26 13:04:31','2021-01-26 08:04:31'),
(105276,39256,'action created','2021-01-26 13:04:31','2021-01-26 08:04:31'),
(105277,39256,'action started via WP Cron','2021-01-26 13:06:39','2021-01-26 08:06:39'),
(105278,39256,'action complete via WP Cron','2021-01-26 13:06:39','2021-01-26 08:06:39'),
(105279,39257,'action created','2021-01-26 13:06:39','2021-01-26 08:06:39'),
(105280,39257,'action started via WP Cron','2021-01-26 13:07:56','2021-01-26 08:07:56'),
(105281,39257,'action complete via WP Cron','2021-01-26 13:07:56','2021-01-26 08:07:56'),
(105282,39258,'action created','2021-01-26 13:07:56','2021-01-26 08:07:56'),
(105283,39258,'action started via WP Cron','2021-01-26 13:08:35','2021-01-26 08:08:35'),
(105284,39258,'action complete via WP Cron','2021-01-26 13:08:35','2021-01-26 08:08:35'),
(105285,39259,'action created','2021-01-26 13:08:35','2021-01-26 08:08:35'),
(105286,39259,'action started via WP Cron','2021-01-26 13:09:18','2021-01-26 08:09:18'),
(105287,39259,'action complete via WP Cron','2021-01-26 13:09:18','2021-01-26 08:09:18'),
(105288,39260,'action created','2021-01-26 13:09:18','2021-01-26 08:09:18'),
(105289,39260,'action started via WP Cron','2021-01-26 13:10:30','2021-01-26 08:10:30'),
(105290,39260,'action complete via WP Cron','2021-01-26 13:10:30','2021-01-26 08:10:30'),
(105291,39261,'action created','2021-01-26 13:10:30','2021-01-26 08:10:30'),
(105292,39261,'action started via WP Cron','2021-01-26 13:11:59','2021-01-26 08:11:59'),
(105293,39261,'action complete via WP Cron','2021-01-26 13:11:59','2021-01-26 08:11:59'),
(105294,38172,'action started via WP Cron','2021-01-26 13:11:59','2021-01-26 08:11:59'),
(105295,38172,'action complete via WP Cron','2021-01-26 13:11:59','2021-01-26 08:11:59'),
(105296,39262,'action created','2021-01-26 13:11:59','2021-01-26 08:11:59'),
(105297,39263,'action created','2021-01-26 13:11:59','2021-01-26 08:11:59'),
(105298,39263,'action started via WP Cron','2021-01-26 13:12:13','2021-01-26 08:12:13'),
(105299,39263,'action complete via WP Cron','2021-01-26 13:12:13','2021-01-26 08:12:13'),
(105300,39264,'action created','2021-01-26 13:12:14','2021-01-26 08:12:14'),
(105301,39264,'action started via WP Cron','2021-01-26 13:14:17','2021-01-26 08:14:17'),
(105302,39264,'action complete via WP Cron','2021-01-26 13:14:17','2021-01-26 08:14:17'),
(105303,39265,'action created','2021-01-26 13:14:17','2021-01-26 08:14:17'),
(105304,39265,'action started via WP Cron','2021-01-26 13:15:49','2021-01-26 08:15:49'),
(105305,39265,'action complete via WP Cron','2021-01-26 13:15:49','2021-01-26 08:15:49'),
(105306,39266,'action created','2021-01-26 13:15:49','2021-01-26 08:15:49'),
(105307,39266,'action started via WP Cron','2021-01-26 13:16:31','2021-01-26 08:16:31'),
(105308,39266,'action complete via WP Cron','2021-01-26 13:16:31','2021-01-26 08:16:31'),
(105309,39267,'action created','2021-01-26 13:16:31','2021-01-26 08:16:31'),
(105310,39267,'action started via WP Cron','2021-01-26 13:17:13','2021-01-26 08:17:13'),
(105311,39267,'action complete via WP Cron','2021-01-26 13:17:13','2021-01-26 08:17:13'),
(105312,39268,'action created','2021-01-26 13:17:13','2021-01-26 08:17:13'),
(105313,39268,'action started via WP Cron','2021-01-26 13:19:45','2021-01-26 08:19:45'),
(105314,39268,'action complete via WP Cron','2021-01-26 13:19:45','2021-01-26 08:19:45'),
(105315,39269,'action created','2021-01-26 13:19:45','2021-01-26 08:19:45'),
(105316,39269,'action started via WP Cron','2021-01-26 13:21:35','2021-01-26 08:21:35'),
(105317,39269,'action complete via WP Cron','2021-01-26 13:21:35','2021-01-26 08:21:35'),
(105318,39270,'action created','2021-01-26 13:21:35','2021-01-26 08:21:35'),
(105319,39270,'action started via WP Cron','2021-01-26 13:22:13','2021-01-26 08:22:13'),
(105320,39270,'action complete via WP Cron','2021-01-26 13:22:13','2021-01-26 08:22:13'),
(105321,39271,'action created','2021-01-26 13:22:13','2021-01-26 08:22:13'),
(105322,39271,'action started via WP Cron','2021-01-26 13:23:17','2021-01-26 08:23:17'),
(105323,39271,'action complete via WP Cron','2021-01-26 13:23:17','2021-01-26 08:23:17'),
(105324,39272,'action created','2021-01-26 13:23:17','2021-01-26 08:23:17'),
(105325,39272,'action started via WP Cron','2021-01-26 13:24:14','2021-01-26 08:24:14'),
(105326,39272,'action complete via WP Cron','2021-01-26 13:24:14','2021-01-26 08:24:14'),
(105327,39273,'action created','2021-01-26 13:24:14','2021-01-26 08:24:14'),
(105328,39273,'action started via WP Cron','2021-01-26 13:25:15','2021-01-26 08:25:15'),
(105329,39273,'action complete via WP Cron','2021-01-26 13:25:15','2021-01-26 08:25:15'),
(105330,39274,'action created','2021-01-26 13:25:15','2021-01-26 08:25:15'),
(105331,39274,'action started via WP Cron','2021-01-26 13:26:14','2021-01-26 08:26:14'),
(105332,39274,'action complete via WP Cron','2021-01-26 13:26:14','2021-01-26 08:26:14'),
(105333,39275,'action created','2021-01-26 13:26:14','2021-01-26 08:26:14'),
(105334,39275,'action started via WP Cron','2021-01-26 13:27:17','2021-01-26 08:27:17'),
(105335,39275,'action complete via WP Cron','2021-01-26 13:27:17','2021-01-26 08:27:17'),
(105336,39276,'action created','2021-01-26 13:27:17','2021-01-26 08:27:17'),
(105337,39276,'action started via WP Cron','2021-01-26 13:28:37','2021-01-26 08:28:37'),
(105338,39276,'action complete via WP Cron','2021-01-26 13:28:37','2021-01-26 08:28:37'),
(105339,39277,'action created','2021-01-26 13:28:37','2021-01-26 08:28:37'),
(105340,39277,'action started via WP Cron','2021-01-26 13:29:16','2021-01-26 08:29:16'),
(105341,39277,'action complete via WP Cron','2021-01-26 13:29:16','2021-01-26 08:29:16'),
(105342,39278,'action created','2021-01-26 13:29:16','2021-01-26 08:29:16'),
(105343,39278,'action started via WP Cron','2021-01-26 13:30:27','2021-01-26 08:30:27'),
(105344,39278,'action complete via WP Cron','2021-01-26 13:30:27','2021-01-26 08:30:27'),
(105345,39279,'action created','2021-01-26 13:30:27','2021-01-26 08:30:27'),
(105346,39279,'action started via WP Cron','2021-01-26 13:31:15','2021-01-26 08:31:15'),
(105347,39279,'action complete via WP Cron','2021-01-26 13:31:15','2021-01-26 08:31:15'),
(105348,39280,'action created','2021-01-26 13:31:15','2021-01-26 08:31:15'),
(105349,39280,'action started via WP Cron','2021-01-26 13:32:18','2021-01-26 08:32:18'),
(105350,39280,'action complete via WP Cron','2021-01-26 13:32:18','2021-01-26 08:32:18'),
(105351,39281,'action created','2021-01-26 13:32:18','2021-01-26 08:32:18'),
(105352,39281,'action started via WP Cron','2021-01-26 13:33:15','2021-01-26 08:33:15'),
(105353,39281,'action complete via WP Cron','2021-01-26 13:33:15','2021-01-26 08:33:15'),
(105354,39282,'action created','2021-01-26 13:33:15','2021-01-26 08:33:15'),
(105355,39282,'action started via WP Cron','2021-01-26 13:34:15','2021-01-26 08:34:15'),
(105356,39282,'action complete via WP Cron','2021-01-26 13:34:15','2021-01-26 08:34:15'),
(105357,39283,'action created','2021-01-26 13:34:15','2021-01-26 08:34:15'),
(105358,39283,'action started via WP Cron','2021-01-26 13:35:18','2021-01-26 08:35:18'),
(105359,39283,'action complete via WP Cron','2021-01-26 13:35:18','2021-01-26 08:35:18'),
(105360,39284,'action created','2021-01-26 13:35:18','2021-01-26 08:35:18'),
(105361,39284,'action started via WP Cron','2021-01-26 13:36:21','2021-01-26 08:36:21'),
(105362,39284,'action complete via WP Cron','2021-01-26 13:36:21','2021-01-26 08:36:21'),
(105363,39285,'action created','2021-01-26 13:36:21','2021-01-26 08:36:21'),
(105364,39285,'action started via WP Cron','2021-01-26 13:37:11','2021-01-26 08:37:11'),
(105365,39285,'action complete via WP Cron','2021-01-26 13:37:11','2021-01-26 08:37:11'),
(105366,39286,'action created','2021-01-26 13:37:11','2021-01-26 08:37:11'),
(105367,39286,'action started via WP Cron','2021-01-26 13:38:21','2021-01-26 08:38:21'),
(105368,39286,'action complete via WP Cron','2021-01-26 13:38:21','2021-01-26 08:38:21'),
(105369,39287,'action created','2021-01-26 13:38:21','2021-01-26 08:38:21'),
(105370,39287,'action started via WP Cron','2021-01-26 13:39:23','2021-01-26 08:39:23'),
(105371,39287,'action complete via WP Cron','2021-01-26 13:39:23','2021-01-26 08:39:23'),
(105372,39288,'action created','2021-01-26 13:39:23','2021-01-26 08:39:23'),
(105373,39288,'action started via WP Cron','2021-01-26 13:40:25','2021-01-26 08:40:25'),
(105374,39288,'action complete via WP Cron','2021-01-26 13:40:25','2021-01-26 08:40:25'),
(105375,39289,'action created','2021-01-26 13:40:25','2021-01-26 08:40:25'),
(105376,39289,'action started via WP Cron','2021-01-26 13:41:14','2021-01-26 08:41:14'),
(105377,39289,'action complete via WP Cron','2021-01-26 13:41:14','2021-01-26 08:41:14'),
(105378,39290,'action created','2021-01-26 13:41:14','2021-01-26 08:41:14'),
(105379,39290,'action started via WP Cron','2021-01-26 13:42:24','2021-01-26 08:42:24'),
(105380,39290,'action complete via WP Cron','2021-01-26 13:42:24','2021-01-26 08:42:24'),
(105381,39291,'action created','2021-01-26 13:42:24','2021-01-26 08:42:24'),
(105382,39291,'action started via WP Cron','2021-01-26 13:43:21','2021-01-26 08:43:21'),
(105383,39291,'action complete via WP Cron','2021-01-26 13:43:21','2021-01-26 08:43:21'),
(105384,39292,'action created','2021-01-26 13:43:21','2021-01-26 08:43:21'),
(105385,39292,'action started via WP Cron','2021-01-26 13:45:03','2021-01-26 08:45:03'),
(105386,39292,'action complete via WP Cron','2021-01-26 13:45:03','2021-01-26 08:45:03'),
(105387,39293,'action created','2021-01-26 13:45:04','2021-01-26 08:45:04'),
(105388,39293,'action started via WP Cron','2021-01-26 13:48:22','2021-01-26 08:48:22'),
(105389,39293,'action complete via WP Cron','2021-01-26 13:48:22','2021-01-26 08:48:22'),
(105390,39294,'action created','2021-01-26 13:48:22','2021-01-26 08:48:22'),
(105391,39294,'action started via WP Cron','2021-01-26 13:49:24','2021-01-26 08:49:24'),
(105392,39294,'action complete via WP Cron','2021-01-26 13:49:24','2021-01-26 08:49:24'),
(105393,39295,'action created','2021-01-26 13:49:24','2021-01-26 08:49:24'),
(105394,39295,'action started via WP Cron','2021-01-26 13:50:48','2021-01-26 08:50:48'),
(105395,39295,'action complete via WP Cron','2021-01-26 13:50:49','2021-01-26 08:50:49'),
(105396,39296,'action created','2021-01-26 13:50:49','2021-01-26 08:50:49'),
(105397,39296,'action started via WP Cron','2021-01-26 13:51:28','2021-01-26 08:51:28'),
(105398,39296,'action complete via WP Cron','2021-01-26 13:51:28','2021-01-26 08:51:28'),
(105399,39297,'action created','2021-01-26 13:51:29','2021-01-26 08:51:29'),
(105400,39297,'action started via WP Cron','2021-01-26 13:52:52','2021-01-26 08:52:52'),
(105401,39297,'action complete via WP Cron','2021-01-26 13:52:52','2021-01-26 08:52:52'),
(105402,39298,'action created','2021-01-26 13:52:52','2021-01-26 08:52:52'),
(105403,39298,'action started via WP Cron','2021-01-26 13:53:29','2021-01-26 08:53:29'),
(105404,39298,'action complete via WP Cron','2021-01-26 13:53:29','2021-01-26 08:53:29'),
(105405,39299,'action created','2021-01-26 13:53:29','2021-01-26 08:53:29'),
(105406,39299,'action started via WP Cron','2021-01-26 13:54:52','2021-01-26 08:54:52'),
(105407,39299,'action complete via WP Cron','2021-01-26 13:54:52','2021-01-26 08:54:52'),
(105408,39300,'action created','2021-01-26 13:54:52','2021-01-26 08:54:52'),
(105409,39300,'action started via WP Cron','2021-01-26 13:56:48','2021-01-26 08:56:48'),
(105410,39300,'action complete via WP Cron','2021-01-26 13:56:48','2021-01-26 08:56:48'),
(105411,39301,'action created','2021-01-26 13:56:48','2021-01-26 08:56:48'),
(105412,39301,'action started via WP Cron','2021-01-26 13:57:33','2021-01-26 08:57:33'),
(105413,39301,'action complete via WP Cron','2021-01-26 13:57:33','2021-01-26 08:57:33'),
(105414,39302,'action created','2021-01-26 13:57:33','2021-01-26 08:57:33'),
(105415,39302,'action started via WP Cron','2021-01-26 13:58:30','2021-01-26 08:58:30'),
(105416,39302,'action complete via WP Cron','2021-01-26 13:58:30','2021-01-26 08:58:30'),
(105417,39303,'action created','2021-01-26 13:58:30','2021-01-26 08:58:30'),
(105418,39303,'action started via WP Cron','2021-01-26 13:59:22','2021-01-26 08:59:22'),
(105419,39303,'action complete via WP Cron','2021-01-26 13:59:22','2021-01-26 08:59:22'),
(105420,39304,'action created','2021-01-26 13:59:22','2021-01-26 08:59:22'),
(105421,39304,'action started via WP Cron','2021-01-26 14:01:01','2021-01-26 09:01:01'),
(105422,39304,'action complete via WP Cron','2021-01-26 14:01:01','2021-01-26 09:01:01'),
(105423,39305,'action created','2021-01-26 14:01:01','2021-01-26 09:01:01'),
(105424,39305,'action started via WP Cron','2021-01-26 14:01:25','2021-01-26 09:01:25'),
(105425,39305,'action complete via WP Cron','2021-01-26 14:01:25','2021-01-26 09:01:25'),
(105426,39306,'action created','2021-01-26 14:01:25','2021-01-26 09:01:25'),
(105427,39306,'action started via WP Cron','2021-01-26 14:02:38','2021-01-26 09:02:38'),
(105428,39306,'action complete via WP Cron','2021-01-26 14:02:38','2021-01-26 09:02:38'),
(105429,39307,'action created','2021-01-26 14:02:38','2021-01-26 09:02:38'),
(105430,39307,'action started via WP Cron','2021-01-26 14:03:27','2021-01-26 09:03:27'),
(105431,39307,'action complete via WP Cron','2021-01-26 14:03:27','2021-01-26 09:03:27'),
(105432,39308,'action created','2021-01-26 14:03:27','2021-01-26 09:03:27'),
(105433,39308,'action started via WP Cron','2021-01-26 14:05:17','2021-01-26 09:05:17'),
(105434,39308,'action complete via WP Cron','2021-01-26 14:05:17','2021-01-26 09:05:17'),
(105435,39309,'action created','2021-01-26 14:05:17','2021-01-26 09:05:17'),
(105436,39309,'action started via WP Cron','2021-01-26 14:06:44','2021-01-26 09:06:44'),
(105437,39309,'action complete via WP Cron','2021-01-26 14:06:44','2021-01-26 09:06:44'),
(105438,39310,'action created','2021-01-26 14:06:44','2021-01-26 09:06:44'),
(105439,39310,'action started via WP Cron','2021-01-26 14:07:57','2021-01-26 09:07:57'),
(105440,39310,'action complete via WP Cron','2021-01-26 14:07:58','2021-01-26 09:07:58'),
(105441,39311,'action created','2021-01-26 14:07:58','2021-01-26 09:07:58'),
(105442,39311,'action started via WP Cron','2021-01-26 14:08:23','2021-01-26 09:08:23'),
(105443,39311,'action complete via WP Cron','2021-01-26 14:08:23','2021-01-26 09:08:23'),
(105444,39312,'action created','2021-01-26 14:08:23','2021-01-26 09:08:23'),
(105445,39312,'action started via WP Cron','2021-01-26 14:10:56','2021-01-26 09:10:56'),
(105446,39312,'action complete via WP Cron','2021-01-26 14:10:56','2021-01-26 09:10:56'),
(105447,39313,'action created','2021-01-26 14:10:56','2021-01-26 09:10:56'),
(105448,39313,'action started via WP Cron','2021-01-26 14:11:14','2021-01-26 09:11:14'),
(105449,39313,'action complete via WP Cron','2021-01-26 14:11:14','2021-01-26 09:11:14'),
(105450,39314,'action created','2021-01-26 14:11:14','2021-01-26 09:11:14'),
(105451,39314,'action started via Async Request','2021-01-26 14:12:00','2021-01-26 09:12:00'),
(105452,39314,'action complete via Async Request','2021-01-26 14:12:00','2021-01-26 09:12:00'),
(105453,39315,'action created','2021-01-26 14:12:01','2021-01-26 09:12:01'),
(105454,39315,'action started via WP Cron','2021-01-26 14:12:30','2021-01-26 09:12:30'),
(105455,39315,'action complete via WP Cron','2021-01-26 14:12:30','2021-01-26 09:12:30'),
(105456,39316,'action created','2021-01-26 14:12:31','2021-01-26 09:12:31'),
(105457,39316,'action started via Async Request','2021-01-26 14:13:04','2021-01-26 09:13:04'),
(105458,39316,'action complete via Async Request','2021-01-26 14:13:04','2021-01-26 09:13:04'),
(105459,39317,'action created','2021-01-26 14:13:30','2021-01-26 09:13:30'),
(105460,39317,'action started via WP Cron','2021-01-26 14:14:19','2021-01-26 09:14:19'),
(105461,39317,'action complete via WP Cron','2021-01-26 14:14:19','2021-01-26 09:14:19'),
(105462,39318,'action created','2021-01-26 14:14:20','2021-01-26 09:14:20'),
(105463,39318,'action started via Async Request','2021-01-26 14:15:04','2021-01-26 09:15:04'),
(105464,39318,'action complete via Async Request','2021-01-26 14:15:04','2021-01-26 09:15:04'),
(105465,39319,'action created','2021-01-26 14:16:08','2021-01-26 09:16:08'),
(105466,39319,'action started via WP Cron','2021-01-26 14:17:53','2021-01-26 09:17:53'),
(105467,39319,'action complete via WP Cron','2021-01-26 14:17:53','2021-01-26 09:17:53'),
(105468,39320,'action created','2021-01-26 14:17:53','2021-01-26 09:17:53'),
(105469,39320,'action started via WP Cron','2021-01-26 14:18:29','2021-01-26 09:18:29'),
(105470,39320,'action complete via WP Cron','2021-01-26 14:18:29','2021-01-26 09:18:29'),
(105471,39321,'action created','2021-01-26 14:18:29','2021-01-26 09:18:29'),
(105472,39321,'action started via WP Cron','2021-01-26 14:19:12','2021-01-26 09:19:12'),
(105473,39321,'action complete via WP Cron','2021-01-26 14:19:12','2021-01-26 09:19:12'),
(105474,39322,'action created','2021-01-26 14:19:12','2021-01-26 09:19:12'),
(105475,39322,'action started via WP Cron','2021-01-26 14:21:29','2021-01-26 09:21:29'),
(105476,39322,'action complete via WP Cron','2021-01-26 14:21:29','2021-01-26 09:21:29'),
(105477,39323,'action created','2021-01-26 14:21:29','2021-01-26 09:21:29'),
(105478,39323,'action started via WP Cron','2021-01-26 14:22:23','2021-01-26 09:22:23'),
(105479,39323,'action complete via WP Cron','2021-01-26 14:22:23','2021-01-26 09:22:23'),
(105480,39324,'action created','2021-01-26 14:22:23','2021-01-26 09:22:23'),
(105481,39324,'action started via WP Cron','2021-01-26 14:23:34','2021-01-26 09:23:34'),
(105482,39324,'action complete via WP Cron','2021-01-26 14:23:34','2021-01-26 09:23:34'),
(105483,39325,'action created','2021-01-26 14:23:34','2021-01-26 09:23:34'),
(105484,39325,'action started via WP Cron','2021-01-26 14:25:28','2021-01-26 09:25:28'),
(105485,39325,'action complete via WP Cron','2021-01-26 14:25:28','2021-01-26 09:25:28'),
(105486,39326,'action created','2021-01-26 14:25:28','2021-01-26 09:25:28'),
(105487,39326,'action started via WP Cron','2021-01-26 14:26:23','2021-01-26 09:26:23'),
(105488,39326,'action complete via WP Cron','2021-01-26 14:26:23','2021-01-26 09:26:23'),
(105489,39327,'action created','2021-01-26 14:26:23','2021-01-26 09:26:23'),
(105490,39327,'action started via WP Cron','2021-01-26 14:28:51','2021-01-26 09:28:51'),
(105491,39327,'action complete via WP Cron','2021-01-26 14:28:51','2021-01-26 09:28:51'),
(105492,39328,'action created','2021-01-26 14:28:51','2021-01-26 09:28:51'),
(105493,39328,'action started via WP Cron','2021-01-26 14:29:50','2021-01-26 09:29:50'),
(105494,39328,'action complete via WP Cron','2021-01-26 14:29:50','2021-01-26 09:29:50'),
(105495,39329,'action created','2021-01-26 14:29:51','2021-01-26 09:29:51'),
(105496,39329,'action started via WP Cron','2021-01-26 14:31:03','2021-01-26 09:31:03'),
(105497,39329,'action complete via WP Cron','2021-01-26 14:31:04','2021-01-26 09:31:04'),
(105498,39330,'action created','2021-01-26 14:31:04','2021-01-26 09:31:04'),
(105499,39330,'action started via WP Cron','2021-01-26 14:31:42','2021-01-26 09:31:42'),
(105500,39330,'action complete via WP Cron','2021-01-26 14:31:42','2021-01-26 09:31:42'),
(105501,39331,'action created','2021-01-26 14:31:42','2021-01-26 09:31:42'),
(105502,39331,'action started via WP Cron','2021-01-26 14:33:11','2021-01-26 09:33:11'),
(105503,39331,'action complete via WP Cron','2021-01-26 14:33:11','2021-01-26 09:33:11'),
(105504,39332,'action created','2021-01-26 14:33:11','2021-01-26 09:33:11'),
(105505,39332,'action started via WP Cron','2021-01-26 14:34:11','2021-01-26 09:34:11'),
(105506,39332,'action complete via WP Cron','2021-01-26 14:34:11','2021-01-26 09:34:11'),
(105507,39333,'action created','2021-01-26 14:34:12','2021-01-26 09:34:12'),
(105508,39333,'action started via WP Cron','2021-01-26 14:35:15','2021-01-26 09:35:15'),
(105509,39333,'action complete via WP Cron','2021-01-26 14:35:15','2021-01-26 09:35:15'),
(105510,39334,'action created','2021-01-26 14:35:15','2021-01-26 09:35:15'),
(105511,39334,'action started via WP Cron','2021-01-26 14:36:23','2021-01-26 09:36:23'),
(105512,39334,'action complete via WP Cron','2021-01-26 14:36:23','2021-01-26 09:36:23'),
(105513,39335,'action created','2021-01-26 14:36:23','2021-01-26 09:36:23'),
(105514,39335,'action started via WP Cron','2021-01-26 14:37:19','2021-01-26 09:37:19'),
(105515,39335,'action complete via WP Cron','2021-01-26 14:37:19','2021-01-26 09:37:19'),
(105516,39336,'action created','2021-01-26 14:37:19','2021-01-26 09:37:19'),
(105517,39336,'action started via WP Cron','2021-01-26 14:38:45','2021-01-26 09:38:45'),
(105518,39336,'action complete via WP Cron','2021-01-26 14:38:45','2021-01-26 09:38:45'),
(105519,39337,'action created','2021-01-26 14:38:45','2021-01-26 09:38:45'),
(105520,39337,'action started via WP Cron','2021-01-26 14:39:19','2021-01-26 09:39:19'),
(105521,39337,'action complete via WP Cron','2021-01-26 14:39:19','2021-01-26 09:39:19'),
(105522,39338,'action created','2021-01-26 14:39:19','2021-01-26 09:39:19'),
(105523,39338,'action started via WP Cron','2021-01-26 14:40:11','2021-01-26 09:40:11'),
(105524,39338,'action complete via WP Cron','2021-01-26 14:40:11','2021-01-26 09:40:11'),
(105525,39339,'action created','2021-01-26 14:40:11','2021-01-26 09:40:11'),
(105526,39339,'action started via WP Cron','2021-01-26 14:41:18','2021-01-26 09:41:18'),
(105527,39339,'action complete via WP Cron','2021-01-26 14:41:18','2021-01-26 09:41:18'),
(105528,39340,'action created','2021-01-26 14:41:18','2021-01-26 09:41:18'),
(105529,39340,'action started via WP Cron','2021-01-26 14:42:15','2021-01-26 09:42:15'),
(105530,39340,'action complete via WP Cron','2021-01-26 14:42:15','2021-01-26 09:42:15'),
(105531,39341,'action created','2021-01-26 14:42:15','2021-01-26 09:42:15'),
(105532,39341,'action started via WP Cron','2021-01-26 14:43:13','2021-01-26 09:43:13'),
(105533,39341,'action complete via WP Cron','2021-01-26 14:43:13','2021-01-26 09:43:13'),
(105534,39342,'action created','2021-01-26 14:43:13','2021-01-26 09:43:13'),
(105535,39342,'action started via WP Cron','2021-01-26 14:44:26','2021-01-26 09:44:26'),
(105536,39342,'action complete via WP Cron','2021-01-26 14:44:26','2021-01-26 09:44:26'),
(105537,39343,'action created','2021-01-26 14:44:26','2021-01-26 09:44:26'),
(105538,39343,'action started via WP Cron','2021-01-26 14:45:25','2021-01-26 09:45:25'),
(105539,39343,'action complete via WP Cron','2021-01-26 14:45:25','2021-01-26 09:45:25'),
(105540,39344,'action created','2021-01-26 14:45:25','2021-01-26 09:45:25'),
(105541,39344,'action started via WP Cron','2021-01-26 14:46:22','2021-01-26 09:46:22'),
(105542,39344,'action complete via WP Cron','2021-01-26 14:46:22','2021-01-26 09:46:22'),
(105543,39345,'action created','2021-01-26 14:46:22','2021-01-26 09:46:22'),
(105544,39345,'action started via WP Cron','2021-01-26 14:47:32','2021-01-26 09:47:32'),
(105545,39345,'action complete via WP Cron','2021-01-26 14:47:32','2021-01-26 09:47:32'),
(105546,39346,'action created','2021-01-26 14:47:32','2021-01-26 09:47:32'),
(105547,39346,'action started via WP Cron','2021-01-26 14:48:13','2021-01-26 09:48:13'),
(105548,39346,'action complete via WP Cron','2021-01-26 14:48:13','2021-01-26 09:48:13'),
(105549,39347,'action created','2021-01-26 14:48:13','2021-01-26 09:48:13'),
(105550,39347,'action started via WP Cron','2021-01-26 14:49:20','2021-01-26 09:49:20'),
(105551,39347,'action complete via WP Cron','2021-01-26 14:49:20','2021-01-26 09:49:20'),
(105552,39348,'action created','2021-01-26 14:49:20','2021-01-26 09:49:20'),
(105553,39348,'action started via WP Cron','2021-01-26 14:50:31','2021-01-26 09:50:31'),
(105554,39348,'action complete via WP Cron','2021-01-26 14:50:31','2021-01-26 09:50:31'),
(105555,39349,'action created','2021-01-26 14:50:31','2021-01-26 09:50:31'),
(105556,39349,'action started via WP Cron','2021-01-26 14:51:33','2021-01-26 09:51:33'),
(105557,39349,'action complete via WP Cron','2021-01-26 14:51:33','2021-01-26 09:51:33'),
(105558,39350,'action created','2021-01-26 14:51:33','2021-01-26 09:51:33'),
(105559,39350,'action started via WP Cron','2021-01-26 14:52:20','2021-01-26 09:52:20'),
(105560,39350,'action complete via WP Cron','2021-01-26 14:52:20','2021-01-26 09:52:20'),
(105561,39351,'action created','2021-01-26 14:52:20','2021-01-26 09:52:20'),
(105562,39351,'action started via WP Cron','2021-01-26 14:53:12','2021-01-26 09:53:12'),
(105563,39351,'action complete via WP Cron','2021-01-26 14:53:12','2021-01-26 09:53:12'),
(105564,39352,'action created','2021-01-26 14:53:12','2021-01-26 09:53:12'),
(105565,39352,'action started via WP Cron','2021-01-26 14:54:19','2021-01-26 09:54:19'),
(105566,39352,'action complete via WP Cron','2021-01-26 14:54:19','2021-01-26 09:54:19'),
(105567,39353,'action created','2021-01-26 14:54:19','2021-01-26 09:54:19'),
(105568,39353,'action started via WP Cron','2021-01-26 14:55:12','2021-01-26 09:55:12'),
(105569,39353,'action complete via WP Cron','2021-01-26 14:55:12','2021-01-26 09:55:12'),
(105570,39354,'action created','2021-01-26 14:55:12','2021-01-26 09:55:12'),
(105571,39354,'action started via WP Cron','2021-01-26 14:56:24','2021-01-26 09:56:24'),
(105572,39354,'action complete via WP Cron','2021-01-26 14:56:24','2021-01-26 09:56:24'),
(105573,39355,'action created','2021-01-26 14:56:24','2021-01-26 09:56:24'),
(105574,39355,'action started via WP Cron','2021-01-26 14:57:22','2021-01-26 09:57:22'),
(105575,39355,'action complete via WP Cron','2021-01-26 14:57:22','2021-01-26 09:57:22'),
(105576,39356,'action created','2021-01-26 14:57:22','2021-01-26 09:57:22'),
(105577,39356,'action started via WP Cron','2021-01-26 14:58:13','2021-01-26 09:58:13'),
(105578,39356,'action complete via WP Cron','2021-01-26 14:58:13','2021-01-26 09:58:13'),
(105579,39357,'action created','2021-01-26 14:58:13','2021-01-26 09:58:13'),
(105580,39357,'action started via WP Cron','2021-01-26 14:59:16','2021-01-26 09:59:16'),
(105581,39357,'action complete via WP Cron','2021-01-26 14:59:16','2021-01-26 09:59:16'),
(105582,39358,'action created','2021-01-26 14:59:16','2021-01-26 09:59:16'),
(105583,39358,'action started via WP Cron','2021-01-26 15:00:12','2021-01-26 10:00:12'),
(105584,39358,'action complete via WP Cron','2021-01-26 15:00:12','2021-01-26 10:00:12'),
(105585,39359,'action created','2021-01-26 15:00:12','2021-01-26 10:00:12'),
(105586,39359,'action started via WP Cron','2021-01-26 15:01:19','2021-01-26 10:01:19'),
(105587,39359,'action complete via WP Cron','2021-01-26 15:01:19','2021-01-26 10:01:19'),
(105588,39360,'action created','2021-01-26 15:01:20','2021-01-26 10:01:20'),
(105589,39360,'action started via WP Cron','2021-01-26 15:02:17','2021-01-26 10:02:17'),
(105590,39360,'action complete via WP Cron','2021-01-26 15:02:17','2021-01-26 10:02:17'),
(105591,39361,'action created','2021-01-26 15:02:17','2021-01-26 10:02:17'),
(105592,39361,'action started via WP Cron','2021-01-26 15:03:11','2021-01-26 10:03:11'),
(105593,39361,'action complete via WP Cron','2021-01-26 15:03:11','2021-01-26 10:03:11'),
(105594,39362,'action created','2021-01-26 15:03:12','2021-01-26 10:03:12'),
(105595,39362,'action started via WP Cron','2021-01-26 15:04:14','2021-01-26 10:04:14'),
(105596,39362,'action complete via WP Cron','2021-01-26 15:04:14','2021-01-26 10:04:14'),
(105597,39363,'action created','2021-01-26 15:04:14','2021-01-26 10:04:14'),
(105598,39363,'action started via WP Cron','2021-01-26 15:05:28','2021-01-26 10:05:28'),
(105599,39363,'action complete via WP Cron','2021-01-26 15:05:28','2021-01-26 10:05:28'),
(105600,39364,'action created','2021-01-26 15:05:28','2021-01-26 10:05:28'),
(105601,39364,'action started via WP Cron','2021-01-26 15:06:39','2021-01-26 10:06:39'),
(105602,39364,'action complete via WP Cron','2021-01-26 15:06:39','2021-01-26 10:06:39'),
(105603,39365,'action created','2021-01-26 15:06:39','2021-01-26 10:06:39'),
(105604,39365,'action started via WP Cron','2021-01-26 15:07:40','2021-01-26 10:07:40'),
(105605,39365,'action complete via WP Cron','2021-01-26 15:07:40','2021-01-26 10:07:40'),
(105606,39366,'action created','2021-01-26 15:07:40','2021-01-26 10:07:40'),
(105607,39366,'action started via WP Cron','2021-01-26 15:08:18','2021-01-26 10:08:18'),
(105608,39366,'action complete via WP Cron','2021-01-26 15:08:18','2021-01-26 10:08:18'),
(105609,39367,'action created','2021-01-26 15:08:18','2021-01-26 10:08:18'),
(105610,39367,'action started via WP Cron','2021-01-26 15:09:43','2021-01-26 10:09:43'),
(105611,39367,'action complete via WP Cron','2021-01-26 15:09:43','2021-01-26 10:09:43'),
(105612,39368,'action created','2021-01-26 15:09:43','2021-01-26 10:09:43'),
(105613,39368,'action started via WP Cron','2021-01-26 15:10:47','2021-01-26 10:10:47'),
(105614,39368,'action complete via WP Cron','2021-01-26 15:10:47','2021-01-26 10:10:47'),
(105615,39369,'action created','2021-01-26 15:10:47','2021-01-26 10:10:47'),
(105616,39369,'action started via WP Cron','2021-01-26 15:11:12','2021-01-26 10:11:12'),
(105617,39369,'action complete via WP Cron','2021-01-26 15:11:12','2021-01-26 10:11:12'),
(105618,39370,'action created','2021-01-26 15:11:12','2021-01-26 10:11:12'),
(105619,39370,'action started via WP Cron','2021-01-26 15:13:09','2021-01-26 10:13:09'),
(105620,39370,'action complete via WP Cron','2021-01-26 15:13:09','2021-01-26 10:13:09'),
(105621,39371,'action created','2021-01-26 15:13:09','2021-01-26 10:13:09'),
(105622,39371,'action started via WP Cron','2021-01-26 15:13:31','2021-01-26 10:13:31'),
(105623,39371,'action complete via WP Cron','2021-01-26 15:13:31','2021-01-26 10:13:31'),
(105624,39372,'action created','2021-01-26 15:13:31','2021-01-26 10:13:31'),
(105625,39372,'action started via WP Cron','2021-01-26 15:14:12','2021-01-26 10:14:12'),
(105626,39372,'action complete via WP Cron','2021-01-26 15:14:12','2021-01-26 10:14:12'),
(105627,39373,'action created','2021-01-26 15:14:12','2021-01-26 10:14:12'),
(105628,39373,'action started via WP Cron','2021-01-26 15:15:18','2021-01-26 10:15:18'),
(105629,39373,'action complete via WP Cron','2021-01-26 15:15:18','2021-01-26 10:15:18'),
(105630,39374,'action created','2021-01-26 15:15:18','2021-01-26 10:15:18'),
(105631,39374,'action started via WP Cron','2021-01-26 15:16:12','2021-01-26 10:16:12'),
(105632,39374,'action complete via WP Cron','2021-01-26 15:16:12','2021-01-26 10:16:12'),
(105633,39375,'action created','2021-01-26 15:16:12','2021-01-26 10:16:12'),
(105634,39375,'action started via WP Cron','2021-01-26 15:17:56','2021-01-26 10:17:56'),
(105635,39375,'action complete via WP Cron','2021-01-26 15:17:56','2021-01-26 10:17:56'),
(105636,39376,'action created','2021-01-26 15:17:56','2021-01-26 10:17:56'),
(105637,39376,'action started via WP Cron','2021-01-26 15:18:28','2021-01-26 10:18:28'),
(105638,39376,'action complete via WP Cron','2021-01-26 15:18:28','2021-01-26 10:18:28'),
(105639,39377,'action created','2021-01-26 15:18:28','2021-01-26 10:18:28'),
(105640,39377,'action started via WP Cron','2021-01-26 15:19:11','2021-01-26 10:19:11'),
(105641,39377,'action complete via WP Cron','2021-01-26 15:19:11','2021-01-26 10:19:11'),
(105642,39378,'action created','2021-01-26 15:19:11','2021-01-26 10:19:11'),
(105643,39378,'action started via WP Cron','2021-01-26 15:20:13','2021-01-26 10:20:13'),
(105644,39378,'action complete via WP Cron','2021-01-26 15:20:13','2021-01-26 10:20:13'),
(105645,39379,'action created','2021-01-26 15:20:13','2021-01-26 10:20:13'),
(105646,39379,'action started via WP Cron','2021-01-26 15:21:20','2021-01-26 10:21:20'),
(105647,39379,'action complete via WP Cron','2021-01-26 15:21:20','2021-01-26 10:21:20'),
(105648,39380,'action created','2021-01-26 15:21:20','2021-01-26 10:21:20'),
(105649,39380,'action started via WP Cron','2021-01-26 15:22:38','2021-01-26 10:22:38'),
(105650,39380,'action complete via WP Cron','2021-01-26 15:22:38','2021-01-26 10:22:38'),
(105651,39381,'action created','2021-01-26 15:22:38','2021-01-26 10:22:38'),
(105652,39381,'action started via WP Cron','2021-01-26 15:23:29','2021-01-26 10:23:29'),
(105653,39381,'action complete via WP Cron','2021-01-26 15:23:29','2021-01-26 10:23:29'),
(105654,39382,'action created','2021-01-26 15:23:29','2021-01-26 10:23:29'),
(105655,39382,'action started via WP Cron','2021-01-26 15:24:21','2021-01-26 10:24:21'),
(105656,39382,'action complete via WP Cron','2021-01-26 15:24:21','2021-01-26 10:24:21'),
(105657,39383,'action created','2021-01-26 15:24:21','2021-01-26 10:24:21'),
(105658,39383,'action started via WP Cron','2021-01-26 15:27:49','2021-01-26 10:27:49'),
(105659,39383,'action complete via WP Cron','2021-01-26 15:27:49','2021-01-26 10:27:49'),
(105660,39384,'action created','2021-01-26 15:27:49','2021-01-26 10:27:49'),
(105661,39384,'action started via WP Cron','2021-01-26 15:28:28','2021-01-26 10:28:28'),
(105662,39384,'action complete via WP Cron','2021-01-26 15:28:28','2021-01-26 10:28:28'),
(105663,39385,'action created','2021-01-26 15:28:28','2021-01-26 10:28:28'),
(105664,39385,'action started via WP Cron','2021-01-26 15:29:51','2021-01-26 10:29:51'),
(105665,39385,'action complete via WP Cron','2021-01-26 15:29:51','2021-01-26 10:29:51'),
(105666,39386,'action created','2021-01-26 15:29:51','2021-01-26 10:29:51'),
(105667,39386,'action started via WP Cron','2021-01-26 15:31:00','2021-01-26 10:31:00'),
(105668,39386,'action complete via WP Cron','2021-01-26 15:31:00','2021-01-26 10:31:00'),
(105669,39387,'action created','2021-01-26 15:31:00','2021-01-26 10:31:00'),
(105670,39387,'action started via WP Cron','2021-01-26 15:31:53','2021-01-26 10:31:53'),
(105671,39387,'action complete via WP Cron','2021-01-26 15:31:53','2021-01-26 10:31:53'),
(105672,39388,'action created','2021-01-26 15:31:53','2021-01-26 10:31:53'),
(105673,39388,'action started via WP Cron','2021-01-26 15:32:57','2021-01-26 10:32:57'),
(105674,39388,'action complete via WP Cron','2021-01-26 15:32:57','2021-01-26 10:32:57'),
(105675,39389,'action created','2021-01-26 15:32:57','2021-01-26 10:32:57'),
(105676,39389,'action started via WP Cron','2021-01-26 15:33:38','2021-01-26 10:33:38'),
(105677,39389,'action complete via WP Cron','2021-01-26 15:33:38','2021-01-26 10:33:38'),
(105678,39390,'action created','2021-01-26 15:33:38','2021-01-26 10:33:38'),
(105679,39390,'action started via WP Cron','2021-01-26 15:34:37','2021-01-26 10:34:37'),
(105680,39390,'action complete via WP Cron','2021-01-26 15:34:37','2021-01-26 10:34:37'),
(105681,39391,'action created','2021-01-26 15:34:37','2021-01-26 10:34:37'),
(105682,39391,'action started via WP Cron','2021-01-26 15:35:45','2021-01-26 10:35:45'),
(105683,39391,'action complete via WP Cron','2021-01-26 15:35:45','2021-01-26 10:35:45'),
(105684,39392,'action created','2021-01-26 15:35:46','2021-01-26 10:35:46'),
(105685,39392,'action started via WP Cron','2021-01-26 15:36:20','2021-01-26 10:36:20'),
(105686,39392,'action complete via WP Cron','2021-01-26 15:36:20','2021-01-26 10:36:20'),
(105687,39393,'action created','2021-01-26 15:36:20','2021-01-26 10:36:20'),
(105688,39393,'action started via WP Cron','2021-01-26 15:38:14','2021-01-26 10:38:14'),
(105689,39393,'action complete via WP Cron','2021-01-26 15:38:14','2021-01-26 10:38:14'),
(105690,39394,'action created','2021-01-26 15:38:14','2021-01-26 10:38:14'),
(105691,39394,'action started via WP Cron','2021-01-26 15:39:21','2021-01-26 10:39:21'),
(105692,39394,'action complete via WP Cron','2021-01-26 15:39:21','2021-01-26 10:39:21'),
(105693,39395,'action created','2021-01-26 15:39:21','2021-01-26 10:39:21'),
(105694,39395,'action started via WP Cron','2021-01-26 15:40:54','2021-01-26 10:40:54'),
(105695,39395,'action complete via WP Cron','2021-01-26 15:40:54','2021-01-26 10:40:54'),
(105696,39396,'action created','2021-01-26 15:40:54','2021-01-26 10:40:54'),
(105697,39396,'action started via WP Cron','2021-01-26 15:41:37','2021-01-26 10:41:37'),
(105698,39396,'action complete via WP Cron','2021-01-26 15:41:37','2021-01-26 10:41:37'),
(105699,39397,'action created','2021-01-26 15:41:37','2021-01-26 10:41:37'),
(105700,39397,'action started via WP Cron','2021-01-26 15:42:56','2021-01-26 10:42:56'),
(105701,39397,'action complete via WP Cron','2021-01-26 15:42:56','2021-01-26 10:42:56'),
(105702,39398,'action created','2021-01-26 15:42:56','2021-01-26 10:42:56'),
(105703,39398,'action started via WP Cron','2021-01-26 15:43:26','2021-01-26 10:43:26'),
(105704,39398,'action complete via WP Cron','2021-01-26 15:43:26','2021-01-26 10:43:26'),
(105705,39399,'action created','2021-01-26 15:43:26','2021-01-26 10:43:26'),
(105706,39399,'action started via WP Cron','2021-01-26 15:45:09','2021-01-26 10:45:09'),
(105707,39399,'action complete via WP Cron','2021-01-26 15:45:09','2021-01-26 10:45:09'),
(105708,39400,'action created','2021-01-26 15:45:09','2021-01-26 10:45:09'),
(105709,39400,'action started via WP Cron','2021-01-26 15:45:39','2021-01-26 10:45:39'),
(105710,39400,'action complete via WP Cron','2021-01-26 15:45:39','2021-01-26 10:45:39'),
(105711,39401,'action created','2021-01-26 15:45:39','2021-01-26 10:45:39'),
(105712,39401,'action started via WP Cron','2021-01-26 15:47:35','2021-01-26 10:47:35'),
(105713,39401,'action complete via WP Cron','2021-01-26 15:47:35','2021-01-26 10:47:35'),
(105714,39402,'action created','2021-01-26 15:47:35','2021-01-26 10:47:35'),
(105715,39402,'action started via WP Cron','2021-01-26 15:48:27','2021-01-26 10:48:27'),
(105716,39402,'action complete via WP Cron','2021-01-26 15:48:27','2021-01-26 10:48:27'),
(105717,39403,'action created','2021-01-26 15:48:28','2021-01-26 10:48:28'),
(105718,39403,'action started via WP Cron','2021-01-26 15:50:18','2021-01-26 10:50:18'),
(105719,39403,'action complete via WP Cron','2021-01-26 15:50:18','2021-01-26 10:50:18'),
(105720,39404,'action created','2021-01-26 15:50:18','2021-01-26 10:50:18'),
(105721,39404,'action started via WP Cron','2021-01-26 15:51:23','2021-01-26 10:51:23'),
(105722,39404,'action complete via WP Cron','2021-01-26 15:51:23','2021-01-26 10:51:23'),
(105723,39405,'action created','2021-01-26 15:51:23','2021-01-26 10:51:23'),
(105724,39405,'action started via WP Cron','2021-01-26 15:52:23','2021-01-26 10:52:23'),
(105725,39405,'action complete via WP Cron','2021-01-26 15:52:23','2021-01-26 10:52:23'),
(105726,39406,'action created','2021-01-26 15:52:23','2021-01-26 10:52:23'),
(105727,39406,'action started via WP Cron','2021-01-26 15:53:13','2021-01-26 10:53:13'),
(105728,39406,'action complete via WP Cron','2021-01-26 15:53:13','2021-01-26 10:53:13'),
(105729,39407,'action created','2021-01-26 15:53:13','2021-01-26 10:53:13'),
(105730,39407,'action started via WP Cron','2021-01-26 15:54:12','2021-01-26 10:54:12'),
(105731,39407,'action complete via WP Cron','2021-01-26 15:54:12','2021-01-26 10:54:12'),
(105732,39408,'action created','2021-01-26 15:54:12','2021-01-26 10:54:12'),
(105733,39408,'action started via WP Cron','2021-01-26 15:55:13','2021-01-26 10:55:13'),
(105734,39408,'action complete via WP Cron','2021-01-26 15:55:13','2021-01-26 10:55:13'),
(105735,39409,'action created','2021-01-26 15:55:13','2021-01-26 10:55:13'),
(105736,39409,'action started via WP Cron','2021-01-26 15:56:12','2021-01-26 10:56:12'),
(105737,39409,'action complete via WP Cron','2021-01-26 15:56:12','2021-01-26 10:56:12'),
(105738,39410,'action created','2021-01-26 15:56:12','2021-01-26 10:56:12'),
(105739,39410,'action started via WP Cron','2021-01-26 15:57:52','2021-01-26 10:57:52'),
(105740,39410,'action complete via WP Cron','2021-01-26 15:57:52','2021-01-26 10:57:52'),
(105741,39411,'action created','2021-01-26 15:57:52','2021-01-26 10:57:52'),
(105742,39411,'action started via WP Cron','2021-01-26 15:58:15','2021-01-26 10:58:15'),
(105743,39411,'action complete via WP Cron','2021-01-26 15:58:15','2021-01-26 10:58:15'),
(105744,39412,'action created','2021-01-26 15:58:15','2021-01-26 10:58:15'),
(105745,39412,'action started via WP Cron','2021-01-26 16:00:16','2021-01-26 11:00:16'),
(105746,39412,'action complete via WP Cron','2021-01-26 16:00:16','2021-01-26 11:00:16'),
(105747,39413,'action created','2021-01-26 16:00:16','2021-01-26 11:00:16'),
(105748,39413,'action started via WP Cron','2021-01-26 16:02:00','2021-01-26 11:02:00'),
(105749,39413,'action complete via WP Cron','2021-01-26 16:02:00','2021-01-26 11:02:00'),
(105750,39414,'action created','2021-01-26 16:02:01','2021-01-26 11:02:01'),
(105751,39414,'action started via WP Cron','2021-01-26 16:02:36','2021-01-26 11:02:36'),
(105752,39414,'action complete via WP Cron','2021-01-26 16:02:36','2021-01-26 11:02:36'),
(105753,39415,'action created','2021-01-26 16:02:36','2021-01-26 11:02:36'),
(105754,39415,'action started via WP Cron','2021-01-26 16:03:30','2021-01-26 11:03:30'),
(105755,39415,'action complete via WP Cron','2021-01-26 16:03:30','2021-01-26 11:03:30'),
(105756,39416,'action created','2021-01-26 16:03:30','2021-01-26 11:03:30'),
(105757,39416,'action started via WP Cron','2021-01-26 16:04:26','2021-01-26 11:04:26'),
(105758,39416,'action complete via WP Cron','2021-01-26 16:04:26','2021-01-26 11:04:26'),
(105759,39417,'action created','2021-01-26 16:04:26','2021-01-26 11:04:26'),
(105760,39417,'action started via WP Cron','2021-01-26 16:06:39','2021-01-26 11:06:39'),
(105761,39417,'action complete via WP Cron','2021-01-26 16:06:39','2021-01-26 11:06:39'),
(105762,39418,'action created','2021-01-26 16:06:39','2021-01-26 11:06:39'),
(105763,39418,'action started via WP Cron','2021-01-26 16:07:35','2021-01-26 11:07:35'),
(105764,39418,'action complete via WP Cron','2021-01-26 16:07:35','2021-01-26 11:07:35'),
(105765,39419,'action created','2021-01-26 16:07:35','2021-01-26 11:07:35'),
(105766,39419,'action started via WP Cron','2021-01-26 16:08:12','2021-01-26 11:08:12'),
(105767,39419,'action complete via WP Cron','2021-01-26 16:08:12','2021-01-26 11:08:12'),
(105768,39420,'action created','2021-01-26 16:08:12','2021-01-26 11:08:12'),
(105769,39420,'action started via WP Cron','2021-01-26 16:09:53','2021-01-26 11:09:53'),
(105770,39420,'action complete via WP Cron','2021-01-26 16:09:53','2021-01-26 11:09:53'),
(105771,39421,'action created','2021-01-26 16:09:53','2021-01-26 11:09:53'),
(105772,39421,'action started via WP Cron','2021-01-26 16:10:23','2021-01-26 11:10:23'),
(105773,39421,'action complete via WP Cron','2021-01-26 16:10:23','2021-01-26 11:10:23'),
(105774,39422,'action created','2021-01-26 16:10:23','2021-01-26 11:10:23'),
(105775,39422,'action started via WP Cron','2021-01-26 16:12:01','2021-01-26 11:12:01'),
(105776,39422,'action complete via WP Cron','2021-01-26 16:12:01','2021-01-26 11:12:01'),
(105777,39423,'action created','2021-01-26 16:12:01','2021-01-26 11:12:01'),
(105778,39423,'action started via WP Cron','2021-01-26 16:12:14','2021-01-26 11:12:14'),
(105779,39423,'action complete via WP Cron','2021-01-26 16:12:14','2021-01-26 11:12:14'),
(105780,39424,'action created','2021-01-26 16:12:14','2021-01-26 11:12:14'),
(105781,39424,'action started via WP Cron','2021-01-26 16:13:13','2021-01-26 11:13:13'),
(105782,39424,'action complete via WP Cron','2021-01-26 16:13:13','2021-01-26 11:13:13'),
(105783,39425,'action created','2021-01-26 16:13:13','2021-01-26 11:13:13'),
(105784,39425,'action started via WP Cron','2021-01-26 16:16:42','2021-01-26 11:16:42'),
(105785,39425,'action complete via WP Cron','2021-01-26 16:16:42','2021-01-26 11:16:42'),
(105786,39426,'action created','2021-01-26 16:16:42','2021-01-26 11:16:42'),
(105787,39426,'action started via WP Cron','2021-01-26 16:17:58','2021-01-26 11:17:58'),
(105788,39426,'action complete via WP Cron','2021-01-26 16:17:58','2021-01-26 11:17:58'),
(105789,39427,'action created','2021-01-26 16:17:59','2021-01-26 11:17:59'),
(105790,39427,'action started via WP Cron','2021-01-26 16:18:54','2021-01-26 11:18:54'),
(105791,39427,'action complete via WP Cron','2021-01-26 16:18:55','2021-01-26 11:18:55'),
(105792,39428,'action created','2021-01-26 16:18:55','2021-01-26 11:18:55'),
(105793,39428,'action started via WP Cron','2021-01-26 16:19:21','2021-01-26 11:19:21'),
(105794,39428,'action complete via WP Cron','2021-01-26 16:19:21','2021-01-26 11:19:21'),
(105795,39429,'action created','2021-01-26 16:19:21','2021-01-26 11:19:21'),
(105796,39429,'action started via WP Cron','2021-01-26 16:21:02','2021-01-26 11:21:02'),
(105797,39429,'action complete via WP Cron','2021-01-26 16:21:02','2021-01-26 11:21:02'),
(105798,39430,'action created','2021-01-26 16:21:02','2021-01-26 11:21:02'),
(105799,39430,'action started via WP Cron','2021-01-26 16:21:20','2021-01-26 11:21:20'),
(105800,39430,'action complete via WP Cron','2021-01-26 16:21:20','2021-01-26 11:21:20'),
(105801,39431,'action created','2021-01-26 16:21:20','2021-01-26 11:21:20'),
(105802,39431,'action started via WP Cron','2021-01-26 16:22:36','2021-01-26 11:22:36'),
(105803,39431,'action complete via WP Cron','2021-01-26 16:22:36','2021-01-26 11:22:36'),
(105804,39432,'action created','2021-01-26 16:22:37','2021-01-26 11:22:37'),
(105805,39432,'action started via WP Cron','2021-01-26 16:24:07','2021-01-26 11:24:07'),
(105806,39432,'action complete via WP Cron','2021-01-26 16:24:07','2021-01-26 11:24:07'),
(105807,39433,'action created','2021-01-26 16:24:07','2021-01-26 11:24:07'),
(105808,39433,'action started via WP Cron','2021-01-26 16:24:24','2021-01-26 11:24:24'),
(105809,39433,'action complete via WP Cron','2021-01-26 16:24:24','2021-01-26 11:24:24'),
(105810,39434,'action created','2021-01-26 16:24:24','2021-01-26 11:24:24'),
(105811,39434,'action started via WP Cron','2021-01-26 16:25:23','2021-01-26 11:25:23'),
(105812,39434,'action complete via WP Cron','2021-01-26 16:25:23','2021-01-26 11:25:23'),
(105813,39435,'action created','2021-01-26 16:25:23','2021-01-26 11:25:23'),
(105814,39435,'action started via WP Cron','2021-01-26 16:26:35','2021-01-26 11:26:35'),
(105815,39435,'action complete via WP Cron','2021-01-26 16:26:35','2021-01-26 11:26:35'),
(105816,39436,'action created','2021-01-26 16:26:35','2021-01-26 11:26:35'),
(105817,39436,'action started via WP Cron','2021-01-26 16:30:29','2021-01-26 11:30:29'),
(105818,39436,'action complete via WP Cron','2021-01-26 16:30:29','2021-01-26 11:30:29'),
(105819,39437,'action created','2021-01-26 16:30:29','2021-01-26 11:30:29'),
(105820,39437,'action started via WP Cron','2021-01-26 16:31:12','2021-01-26 11:31:12'),
(105821,39437,'action complete via WP Cron','2021-01-26 16:31:12','2021-01-26 11:31:12'),
(105822,39438,'action created','2021-01-26 16:31:12','2021-01-26 11:31:12'),
(105823,39438,'action started via WP Cron','2021-01-26 16:33:26','2021-01-26 11:33:26'),
(105824,39438,'action complete via WP Cron','2021-01-26 16:33:26','2021-01-26 11:33:26'),
(105825,39439,'action created','2021-01-26 16:33:26','2021-01-26 11:33:26'),
(105826,39439,'action started via WP Cron','2021-01-26 16:34:55','2021-01-26 11:34:55'),
(105827,39439,'action complete via WP Cron','2021-01-26 16:34:55','2021-01-26 11:34:55'),
(105828,39440,'action created','2021-01-26 16:34:55','2021-01-26 11:34:55'),
(105829,39440,'action started via WP Cron','2021-01-26 16:36:11','2021-01-26 11:36:11'),
(105830,39440,'action complete via WP Cron','2021-01-26 16:36:11','2021-01-26 11:36:11'),
(105831,39441,'action created','2021-01-26 16:36:11','2021-01-26 11:36:11'),
(105832,39441,'action started via WP Cron','2021-01-26 16:37:26','2021-01-26 11:37:26'),
(105833,39441,'action complete via WP Cron','2021-01-26 16:37:26','2021-01-26 11:37:26'),
(105834,39442,'action created','2021-01-26 16:37:26','2021-01-26 11:37:26'),
(105835,39442,'action started via WP Cron','2021-01-26 16:39:10','2021-01-26 11:39:10'),
(105836,39442,'action complete via WP Cron','2021-01-26 16:39:10','2021-01-26 11:39:10'),
(105837,39443,'action created','2021-01-26 16:39:10','2021-01-26 11:39:10'),
(105838,39443,'action started via WP Cron','2021-01-26 16:41:02','2021-01-26 11:41:02'),
(105839,39443,'action complete via WP Cron','2021-01-26 16:41:02','2021-01-26 11:41:02'),
(105840,39444,'action created','2021-01-26 16:41:02','2021-01-26 11:41:02'),
(105841,39444,'action started via WP Cron','2021-01-26 16:41:36','2021-01-26 11:41:36'),
(105842,39444,'action complete via WP Cron','2021-01-26 16:41:36','2021-01-26 11:41:36'),
(105843,39445,'action created','2021-01-26 16:41:36','2021-01-26 11:41:36'),
(105844,39445,'action started via WP Cron','2021-01-26 16:42:22','2021-01-26 11:42:22'),
(105845,39445,'action complete via WP Cron','2021-01-26 16:42:22','2021-01-26 11:42:22'),
(105846,39446,'action created','2021-01-26 16:42:22','2021-01-26 11:42:22'),
(105847,39446,'action started via WP Cron','2021-01-26 16:43:54','2021-01-26 11:43:54'),
(105848,39446,'action complete via WP Cron','2021-01-26 16:43:54','2021-01-26 11:43:54'),
(105849,39447,'action created','2021-01-26 16:43:54','2021-01-26 11:43:54'),
(105850,39447,'action started via WP Cron','2021-01-26 16:44:16','2021-01-26 11:44:16'),
(105851,39447,'action complete via WP Cron','2021-01-26 16:44:16','2021-01-26 11:44:16'),
(105852,39448,'action created','2021-01-26 16:44:16','2021-01-26 11:44:16'),
(105853,39448,'action started via WP Cron','2021-01-26 16:45:15','2021-01-26 11:45:15'),
(105854,39448,'action complete via WP Cron','2021-01-26 16:45:15','2021-01-26 11:45:15'),
(105855,39449,'action created','2021-01-26 16:45:15','2021-01-26 11:45:15'),
(105856,39449,'action started via WP Cron','2021-01-26 16:46:18','2021-01-26 11:46:18'),
(105857,39449,'action complete via WP Cron','2021-01-26 16:46:18','2021-01-26 11:46:18'),
(105858,39450,'action created','2021-01-26 16:46:18','2021-01-26 11:46:18'),
(105859,39450,'action started via WP Cron','2021-01-26 16:47:38','2021-01-26 11:47:38'),
(105860,39450,'action complete via WP Cron','2021-01-26 16:47:38','2021-01-26 11:47:38'),
(105861,39451,'action created','2021-01-26 16:47:38','2021-01-26 11:47:38'),
(105862,39451,'action started via WP Cron','2021-01-26 16:49:45','2021-01-26 11:49:45'),
(105863,39451,'action complete via WP Cron','2021-01-26 16:49:45','2021-01-26 11:49:45'),
(105864,39452,'action created','2021-01-26 16:49:45','2021-01-26 11:49:45'),
(105865,39452,'action started via WP Cron','2021-01-26 16:51:36','2021-01-26 11:51:36'),
(105866,39452,'action complete via WP Cron','2021-01-26 16:51:36','2021-01-26 11:51:36'),
(105867,39453,'action created','2021-01-26 16:51:36','2021-01-26 11:51:36'),
(105868,39453,'action started via WP Cron','2021-01-26 16:53:36','2021-01-26 11:53:36'),
(105869,39453,'action complete via WP Cron','2021-01-26 16:53:36','2021-01-26 11:53:36'),
(105870,39454,'action created','2021-01-26 16:53:36','2021-01-26 11:53:36'),
(105871,39454,'action started via WP Cron','2021-01-26 16:55:05','2021-01-26 11:55:05'),
(105872,39454,'action complete via WP Cron','2021-01-26 16:55:05','2021-01-26 11:55:05'),
(105873,39455,'action created','2021-01-26 16:55:05','2021-01-26 11:55:05'),
(105874,39455,'action started via WP Cron','2021-01-26 16:55:22','2021-01-26 11:55:22'),
(105875,39455,'action complete via WP Cron','2021-01-26 16:55:22','2021-01-26 11:55:22'),
(105876,39456,'action created','2021-01-26 16:55:22','2021-01-26 11:55:22'),
(105877,39456,'action started via WP Cron','2021-01-26 16:56:14','2021-01-26 11:56:14'),
(105878,39456,'action complete via WP Cron','2021-01-26 16:56:14','2021-01-26 11:56:14'),
(105879,39457,'action created','2021-01-26 16:56:14','2021-01-26 11:56:14'),
(105880,39457,'action started via WP Cron','2021-01-26 16:57:52','2021-01-26 11:57:52'),
(105881,39457,'action complete via WP Cron','2021-01-26 16:57:52','2021-01-26 11:57:52'),
(105882,39458,'action created','2021-01-26 16:57:52','2021-01-26 11:57:52'),
(105883,39458,'action started via WP Cron','2021-01-26 16:59:10','2021-01-26 11:59:10'),
(105884,39458,'action complete via WP Cron','2021-01-26 16:59:10','2021-01-26 11:59:10'),
(105885,39459,'action created','2021-01-26 16:59:10','2021-01-26 11:59:10'),
(105886,39459,'action started via WP Cron','2021-01-26 17:00:34','2021-01-26 12:00:34'),
(105887,39459,'action complete via WP Cron','2021-01-26 17:00:34','2021-01-26 12:00:34'),
(105888,39460,'action created','2021-01-26 17:00:34','2021-01-26 12:00:34'),
(105889,39460,'action started via WP Cron','2021-01-26 17:01:16','2021-01-26 12:01:16'),
(105890,39460,'action complete via WP Cron','2021-01-26 17:01:16','2021-01-26 12:01:16'),
(105891,39461,'action created','2021-01-26 17:01:16','2021-01-26 12:01:16'),
(105892,39461,'action started via WP Cron','2021-01-26 17:02:12','2021-01-26 12:02:12'),
(105893,39461,'action complete via WP Cron','2021-01-26 17:02:12','2021-01-26 12:02:12'),
(105894,39462,'action created','2021-01-26 17:02:12','2021-01-26 12:02:12'),
(105895,39462,'action started via WP Cron','2021-01-26 17:04:45','2021-01-26 12:04:45'),
(105896,39462,'action complete via WP Cron','2021-01-26 17:04:45','2021-01-26 12:04:45'),
(105897,39463,'action created','2021-01-26 17:04:45','2021-01-26 12:04:45'),
(105898,39463,'action started via WP Cron','2021-01-26 17:05:15','2021-01-26 12:05:15'),
(105899,39463,'action complete via WP Cron','2021-01-26 17:05:15','2021-01-26 12:05:15'),
(105900,39464,'action created','2021-01-26 17:05:15','2021-01-26 12:05:15'),
(105901,39464,'action started via WP Cron','2021-01-26 17:06:34','2021-01-26 12:06:34'),
(105902,39464,'action complete via WP Cron','2021-01-26 17:06:34','2021-01-26 12:06:34'),
(105903,39465,'action created','2021-01-26 17:06:34','2021-01-26 12:06:34'),
(105904,39465,'action started via WP Cron','2021-01-26 17:07:21','2021-01-26 12:07:21'),
(105905,39465,'action complete via WP Cron','2021-01-26 17:07:21','2021-01-26 12:07:21'),
(105906,39466,'action created','2021-01-26 17:07:21','2021-01-26 12:07:21'),
(105907,39466,'action started via WP Cron','2021-01-26 17:08:38','2021-01-26 12:08:38'),
(105908,39466,'action complete via WP Cron','2021-01-26 17:08:38','2021-01-26 12:08:38'),
(105909,39467,'action created','2021-01-26 17:08:38','2021-01-26 12:08:38'),
(105910,39467,'action started via WP Cron','2021-01-26 17:11:54','2021-01-26 12:11:54'),
(105911,39467,'action complete via WP Cron','2021-01-26 17:11:54','2021-01-26 12:11:54'),
(105912,39468,'action created','2021-01-26 17:11:54','2021-01-26 12:11:54'),
(105913,39468,'action started via WP Cron','2021-01-26 17:12:47','2021-01-26 12:12:47'),
(105914,39468,'action complete via WP Cron','2021-01-26 17:12:47','2021-01-26 12:12:47'),
(105915,39469,'action created','2021-01-26 17:12:47','2021-01-26 12:12:47'),
(105916,39469,'action started via WP Cron','2021-01-26 17:13:49','2021-01-26 12:13:49'),
(105917,39469,'action complete via WP Cron','2021-01-26 17:13:49','2021-01-26 12:13:49'),
(105918,39470,'action created','2021-01-26 17:13:50','2021-01-26 12:13:50'),
(105919,39470,'action started via WP Cron','2021-01-26 17:14:55','2021-01-26 12:14:55'),
(105920,39470,'action complete via WP Cron','2021-01-26 17:14:55','2021-01-26 12:14:55'),
(105921,39471,'action created','2021-01-26 17:14:55','2021-01-26 12:14:55'),
(105922,39471,'action started via WP Cron','2021-01-26 17:16:46','2021-01-26 12:16:46'),
(105923,39471,'action complete via WP Cron','2021-01-26 17:16:46','2021-01-26 12:16:46'),
(105924,39472,'action created','2021-01-26 17:16:46','2021-01-26 12:16:46'),
(105925,39472,'action started via WP Cron','2021-01-26 17:17:38','2021-01-26 12:17:38'),
(105926,39472,'action complete via WP Cron','2021-01-26 17:17:38','2021-01-26 12:17:38'),
(105927,39473,'action created','2021-01-26 17:17:38','2021-01-26 12:17:38'),
(105928,39473,'action started via WP Cron','2021-01-26 17:19:11','2021-01-26 12:19:11'),
(105929,39473,'action complete via WP Cron','2021-01-26 17:19:11','2021-01-26 12:19:11'),
(105930,39474,'action created','2021-01-26 17:19:11','2021-01-26 12:19:11'),
(105931,39474,'action started via WP Cron','2021-01-26 17:20:11','2021-01-26 12:20:11'),
(105932,39474,'action complete via WP Cron','2021-01-26 17:20:11','2021-01-26 12:20:11'),
(105933,39475,'action created','2021-01-26 17:20:11','2021-01-26 12:20:11'),
(105934,39475,'action started via WP Cron','2021-01-26 17:21:27','2021-01-26 12:21:27'),
(105935,39475,'action complete via WP Cron','2021-01-26 17:21:27','2021-01-26 12:21:27'),
(105936,39476,'action created','2021-01-26 17:21:27','2021-01-26 12:21:27'),
(105937,39476,'action started via WP Cron','2021-01-26 17:22:15','2021-01-26 12:22:15'),
(105938,39476,'action complete via WP Cron','2021-01-26 17:22:15','2021-01-26 12:22:15'),
(105939,39477,'action created','2021-01-26 17:22:15','2021-01-26 12:22:15'),
(105940,39477,'action started via WP Cron','2021-01-26 17:24:25','2021-01-26 12:24:25'),
(105941,39477,'action complete via WP Cron','2021-01-26 17:24:25','2021-01-26 12:24:25'),
(105942,39478,'action created','2021-01-26 17:24:25','2021-01-26 12:24:25'),
(105943,39478,'action started via WP Cron','2021-01-26 17:25:59','2021-01-26 12:25:59'),
(105944,39478,'action complete via WP Cron','2021-01-26 17:25:59','2021-01-26 12:25:59'),
(105945,39479,'action created','2021-01-26 17:25:59','2021-01-26 12:25:59'),
(105946,39479,'action started via WP Cron','2021-01-26 17:26:13','2021-01-26 12:26:13'),
(105947,39479,'action complete via WP Cron','2021-01-26 17:26:13','2021-01-26 12:26:13'),
(105948,39480,'action created','2021-01-26 17:26:13','2021-01-26 12:26:13'),
(105949,39480,'action started via WP Cron','2021-01-26 17:27:26','2021-01-26 12:27:26'),
(105950,39480,'action complete via WP Cron','2021-01-26 17:27:26','2021-01-26 12:27:26'),
(105951,39481,'action created','2021-01-26 17:27:26','2021-01-26 12:27:26'),
(105952,39481,'action started via WP Cron','2021-01-26 17:28:16','2021-01-26 12:28:16'),
(105953,39481,'action complete via WP Cron','2021-01-26 17:28:16','2021-01-26 12:28:16'),
(105954,39482,'action created','2021-01-26 17:28:16','2021-01-26 12:28:16'),
(105955,39482,'action started via WP Cron','2021-01-26 17:29:40','2021-01-26 12:29:40'),
(105956,39482,'action complete via WP Cron','2021-01-26 17:29:40','2021-01-26 12:29:40'),
(105957,39483,'action created','2021-01-26 17:29:40','2021-01-26 12:29:40'),
(105958,39483,'action started via WP Cron','2021-01-26 17:30:21','2021-01-26 12:30:21'),
(105959,39483,'action complete via WP Cron','2021-01-26 17:30:21','2021-01-26 12:30:21'),
(105960,39484,'action created','2021-01-26 17:30:21','2021-01-26 12:30:21'),
(105961,39484,'action started via WP Cron','2021-01-26 17:31:43','2021-01-26 12:31:43'),
(105962,39484,'action complete via WP Cron','2021-01-26 17:31:43','2021-01-26 12:31:43'),
(105963,39485,'action created','2021-01-26 17:31:43','2021-01-26 12:31:43'),
(105964,39485,'action started via WP Cron','2021-01-26 17:33:25','2021-01-26 12:33:25'),
(105965,39485,'action complete via WP Cron','2021-01-26 17:33:25','2021-01-26 12:33:25'),
(105966,39486,'action created','2021-01-26 17:33:25','2021-01-26 12:33:25'),
(105967,39486,'action started via WP Cron','2021-01-26 17:35:12','2021-01-26 12:35:12'),
(105968,39486,'action complete via WP Cron','2021-01-26 17:35:12','2021-01-26 12:35:12'),
(105969,39487,'action created','2021-01-26 17:35:12','2021-01-26 12:35:12'),
(105970,39487,'action started via WP Cron','2021-01-26 17:38:21','2021-01-26 12:38:21'),
(105971,39487,'action complete via WP Cron','2021-01-26 17:38:21','2021-01-26 12:38:21'),
(105972,39488,'action created','2021-01-26 17:38:21','2021-01-26 12:38:21'),
(105973,39488,'action started via WP Cron','2021-01-26 17:39:29','2021-01-26 12:39:29'),
(105974,39488,'action complete via WP Cron','2021-01-26 17:39:29','2021-01-26 12:39:29'),
(105975,39489,'action created','2021-01-26 17:39:29','2021-01-26 12:39:29'),
(105976,39489,'action started via WP Cron','2021-01-26 17:41:11','2021-01-26 12:41:11'),
(105977,39489,'action complete via WP Cron','2021-01-26 17:41:11','2021-01-26 12:41:11'),
(105978,39490,'action created','2021-01-26 17:41:11','2021-01-26 12:41:11'),
(105979,39490,'action started via WP Cron','2021-01-26 17:44:32','2021-01-26 12:44:32'),
(105980,39490,'action complete via WP Cron','2021-01-26 17:44:32','2021-01-26 12:44:32'),
(105981,39491,'action created','2021-01-26 17:44:32','2021-01-26 12:44:32'),
(105982,39491,'action started via WP Cron','2021-01-26 17:47:14','2021-01-26 12:47:14'),
(105983,39491,'action complete via WP Cron','2021-01-26 17:47:14','2021-01-26 12:47:14'),
(105984,39492,'action created','2021-01-26 17:47:14','2021-01-26 12:47:14'),
(105985,39492,'action started via WP Cron','2021-01-26 17:48:16','2021-01-26 12:48:16'),
(105986,39492,'action complete via WP Cron','2021-01-26 17:48:16','2021-01-26 12:48:16'),
(105987,39493,'action created','2021-01-26 17:48:16','2021-01-26 12:48:16'),
(105988,39493,'action started via WP Cron','2021-01-26 17:49:57','2021-01-26 12:49:57'),
(105989,39493,'action complete via WP Cron','2021-01-26 17:49:57','2021-01-26 12:49:57'),
(105990,39494,'action created','2021-01-26 17:49:57','2021-01-26 12:49:57'),
(105991,39494,'action started via WP Cron','2021-01-26 17:52:17','2021-01-26 12:52:17'),
(105992,39494,'action complete via WP Cron','2021-01-26 17:52:17','2021-01-26 12:52:17'),
(105993,39495,'action created','2021-01-26 17:52:17','2021-01-26 12:52:17'),
(105994,39495,'action started via WP Cron','2021-01-26 17:56:05','2021-01-26 12:56:05'),
(105995,39495,'action complete via WP Cron','2021-01-26 17:56:05','2021-01-26 12:56:05'),
(105996,39496,'action created','2021-01-26 17:56:05','2021-01-26 12:56:05'),
(105997,39496,'action started via WP Cron','2021-01-26 17:58:04','2021-01-26 12:58:04'),
(105998,39496,'action complete via WP Cron','2021-01-26 17:58:04','2021-01-26 12:58:04'),
(105999,39497,'action created','2021-01-26 17:58:04','2021-01-26 12:58:04'),
(106000,39497,'action started via WP Cron','2021-01-26 17:58:38','2021-01-26 12:58:38'),
(106001,39497,'action complete via WP Cron','2021-01-26 17:58:38','2021-01-26 12:58:38'),
(106002,39498,'action created','2021-01-26 17:58:38','2021-01-26 12:58:38'),
(106003,39498,'action started via WP Cron','2021-01-26 18:01:36','2021-01-26 13:01:36'),
(106004,39498,'action complete via WP Cron','2021-01-26 18:01:36','2021-01-26 13:01:36'),
(106005,39499,'action created','2021-01-26 18:01:36','2021-01-26 13:01:36'),
(106006,39499,'action started via WP Cron','2021-01-26 18:02:21','2021-01-26 13:02:21'),
(106007,39499,'action complete via WP Cron','2021-01-26 18:02:21','2021-01-26 13:02:21'),
(106008,39500,'action created','2021-01-26 18:02:21','2021-01-26 13:02:21'),
(106009,39500,'action started via WP Cron','2021-01-26 18:03:25','2021-01-26 13:03:25'),
(106010,39500,'action complete via WP Cron','2021-01-26 18:03:25','2021-01-26 13:03:25'),
(106011,39501,'action created','2021-01-26 18:03:25','2021-01-26 13:03:25'),
(106012,39501,'action started via WP Cron','2021-01-26 18:05:22','2021-01-26 13:05:22'),
(106013,39501,'action complete via WP Cron','2021-01-26 18:05:22','2021-01-26 13:05:22'),
(106014,39502,'action created','2021-01-26 18:05:22','2021-01-26 13:05:22'),
(106015,39502,'action started via WP Cron','2021-01-26 18:07:35','2021-01-26 13:07:35'),
(106016,39502,'action complete via WP Cron','2021-01-26 18:07:35','2021-01-26 13:07:35'),
(106017,39503,'action created','2021-01-26 18:07:35','2021-01-26 13:07:35'),
(106018,39503,'action started via WP Cron','2021-01-26 18:08:11','2021-01-26 13:08:11'),
(106019,39503,'action complete via WP Cron','2021-01-26 18:08:11','2021-01-26 13:08:11'),
(106020,39504,'action created','2021-01-26 18:08:11','2021-01-26 13:08:11'),
(106021,39504,'action started via WP Cron','2021-01-26 18:09:35','2021-01-26 13:09:35'),
(106022,39504,'action complete via WP Cron','2021-01-26 18:09:35','2021-01-26 13:09:35'),
(106023,39505,'action created','2021-01-26 18:09:35','2021-01-26 13:09:35'),
(106024,39505,'action started via WP Cron','2021-01-26 18:12:10','2021-01-26 13:12:10'),
(106025,39505,'action complete via WP Cron','2021-01-26 18:12:10','2021-01-26 13:12:10'),
(106026,39506,'action created','2021-01-26 18:12:10','2021-01-26 13:12:10'),
(106027,39506,'action started via WP Cron','2021-01-26 18:13:38','2021-01-26 13:13:38'),
(106028,39506,'action complete via WP Cron','2021-01-26 18:13:38','2021-01-26 13:13:38'),
(106029,39507,'action created','2021-01-26 18:13:38','2021-01-26 13:13:38'),
(106030,39507,'action started via WP Cron','2021-01-26 18:14:40','2021-01-26 13:14:40'),
(106031,39507,'action complete via WP Cron','2021-01-26 18:14:40','2021-01-26 13:14:40'),
(106032,39508,'action created','2021-01-26 18:14:40','2021-01-26 13:14:40'),
(106033,39508,'action started via WP Cron','2021-01-26 18:15:44','2021-01-26 13:15:44'),
(106034,39508,'action complete via WP Cron','2021-01-26 18:15:44','2021-01-26 13:15:44'),
(106035,39509,'action created','2021-01-26 18:15:44','2021-01-26 13:15:44'),
(106036,39509,'action started via WP Cron','2021-01-26 18:16:24','2021-01-26 13:16:24'),
(106037,39509,'action complete via WP Cron','2021-01-26 18:16:24','2021-01-26 13:16:24'),
(106038,39510,'action created','2021-01-26 18:16:24','2021-01-26 13:16:24'),
(106039,39510,'action started via WP Cron','2021-01-26 18:18:39','2021-01-26 13:18:39'),
(106040,39510,'action complete via WP Cron','2021-01-26 18:18:39','2021-01-26 13:18:39'),
(106041,39511,'action created','2021-01-26 18:18:39','2021-01-26 13:18:39'),
(106042,39511,'action started via WP Cron','2021-01-26 18:19:31','2021-01-26 13:19:31'),
(106043,39511,'action complete via WP Cron','2021-01-26 18:19:31','2021-01-26 13:19:31'),
(106044,39512,'action created','2021-01-26 18:19:31','2021-01-26 13:19:31'),
(106045,39512,'action started via WP Cron','2021-01-26 18:20:55','2021-01-26 13:20:55'),
(106046,39512,'action complete via WP Cron','2021-01-26 18:20:55','2021-01-26 13:20:55'),
(106047,39513,'action created','2021-01-26 18:20:55','2021-01-26 13:20:55'),
(106048,39513,'action started via WP Cron','2021-01-26 18:21:25','2021-01-26 13:21:25'),
(106049,39513,'action complete via WP Cron','2021-01-26 18:21:25','2021-01-26 13:21:25'),
(106050,39514,'action created','2021-01-26 18:21:25','2021-01-26 13:21:25'),
(106051,39514,'action started via WP Cron','2021-01-26 18:22:46','2021-01-26 13:22:46'),
(106052,39514,'action complete via WP Cron','2021-01-26 18:22:46','2021-01-26 13:22:46'),
(106053,39515,'action created','2021-01-26 18:22:46','2021-01-26 13:22:46'),
(106054,39515,'action started via WP Cron','2021-01-26 18:23:49','2021-01-26 13:23:49'),
(106055,39515,'action complete via WP Cron','2021-01-26 18:23:49','2021-01-26 13:23:49'),
(106056,39516,'action created','2021-01-26 18:23:49','2021-01-26 13:23:49'),
(106057,39516,'action started via WP Cron','2021-01-26 18:25:27','2021-01-26 13:25:27'),
(106058,39516,'action complete via WP Cron','2021-01-26 18:25:27','2021-01-26 13:25:27'),
(106059,39517,'action created','2021-01-26 18:25:28','2021-01-26 13:25:28'),
(106060,39517,'action started via WP Cron','2021-01-26 18:26:31','2021-01-26 13:26:31'),
(106061,39517,'action complete via WP Cron','2021-01-26 18:26:31','2021-01-26 13:26:31'),
(106062,39518,'action created','2021-01-26 18:26:31','2021-01-26 13:26:31'),
(106063,39518,'action started via WP Cron','2021-01-26 18:27:21','2021-01-26 13:27:21'),
(106064,39518,'action complete via WP Cron','2021-01-26 18:27:21','2021-01-26 13:27:21'),
(106065,39519,'action created','2021-01-26 18:27:22','2021-01-26 13:27:22'),
(106066,39519,'action started via WP Cron','2021-01-26 18:29:17','2021-01-26 13:29:17'),
(106067,39519,'action complete via WP Cron','2021-01-26 18:29:17','2021-01-26 13:29:17'),
(106068,39520,'action created','2021-01-26 18:29:17','2021-01-26 13:29:17'),
(106069,39520,'action started via WP Cron','2021-01-26 18:30:49','2021-01-26 13:30:49'),
(106070,39520,'action complete via WP Cron','2021-01-26 18:30:49','2021-01-26 13:30:49'),
(106071,39521,'action created','2021-01-26 18:30:50','2021-01-26 13:30:50'),
(106072,39521,'action started via WP Cron','2021-01-26 18:31:19','2021-01-26 13:31:19'),
(106073,39521,'action complete via WP Cron','2021-01-26 18:31:19','2021-01-26 13:31:19'),
(106074,39522,'action created','2021-01-26 18:31:19','2021-01-26 13:31:19'),
(106075,39522,'action started via WP Cron','2021-01-26 18:36:24','2021-01-26 13:36:24'),
(106076,39522,'action complete via WP Cron','2021-01-26 18:36:24','2021-01-26 13:36:24'),
(106077,39523,'action created','2021-01-26 18:36:24','2021-01-26 13:36:24'),
(106078,39523,'action started via WP Cron','2021-01-26 18:37:11','2021-01-26 13:37:11'),
(106079,39523,'action complete via WP Cron','2021-01-26 18:37:11','2021-01-26 13:37:11'),
(106080,39524,'action created','2021-01-26 18:37:11','2021-01-26 13:37:11'),
(106081,39524,'action started via WP Cron','2021-01-26 18:38:52','2021-01-26 13:38:52'),
(106082,39524,'action complete via WP Cron','2021-01-26 18:38:52','2021-01-26 13:38:52'),
(106083,39525,'action created','2021-01-26 18:38:52','2021-01-26 13:38:52'),
(106084,39525,'action started via WP Cron','2021-01-26 18:39:14','2021-01-26 13:39:14'),
(106085,39525,'action complete via WP Cron','2021-01-26 18:39:14','2021-01-26 13:39:14'),
(106086,39526,'action created','2021-01-26 18:39:14','2021-01-26 13:39:14'),
(106087,39526,'action started via WP Cron','2021-01-26 18:41:26','2021-01-26 13:41:26'),
(106088,39526,'action complete via WP Cron','2021-01-26 18:41:26','2021-01-26 13:41:26'),
(106089,39527,'action created','2021-01-26 18:41:26','2021-01-26 13:41:26'),
(106090,39527,'action started via WP Cron','2021-01-26 18:43:02','2021-01-26 13:43:02'),
(106091,39527,'action complete via WP Cron','2021-01-26 18:43:02','2021-01-26 13:43:02'),
(106092,39528,'action created','2021-01-26 18:43:02','2021-01-26 13:43:02'),
(106093,39528,'action started via WP Cron','2021-01-26 18:43:55','2021-01-26 13:43:55'),
(106094,39528,'action complete via WP Cron','2021-01-26 18:43:55','2021-01-26 13:43:55'),
(106095,39529,'action created','2021-01-26 18:43:55','2021-01-26 13:43:55'),
(106096,39529,'action started via WP Cron','2021-01-26 18:44:43','2021-01-26 13:44:43'),
(106097,39529,'action complete via WP Cron','2021-01-26 18:44:43','2021-01-26 13:44:43'),
(106098,39530,'action created','2021-01-26 18:44:43','2021-01-26 13:44:43'),
(106099,39530,'action started via WP Cron','2021-01-26 18:46:15','2021-01-26 13:46:15'),
(106100,39530,'action complete via WP Cron','2021-01-26 18:46:15','2021-01-26 13:46:15'),
(106101,39531,'action created','2021-01-26 18:46:15','2021-01-26 13:46:15'),
(106102,39531,'action started via WP Cron','2021-01-26 18:48:24','2021-01-26 13:48:24'),
(106103,39531,'action complete via WP Cron','2021-01-26 18:48:24','2021-01-26 13:48:24'),
(106104,39532,'action created','2021-01-26 18:48:24','2021-01-26 13:48:24'),
(106105,39532,'action started via WP Cron','2021-01-26 18:52:53','2021-01-26 13:52:53'),
(106106,39532,'action complete via WP Cron','2021-01-26 18:52:53','2021-01-26 13:52:53'),
(106107,39533,'action created','2021-01-26 18:52:53','2021-01-26 13:52:53'),
(106108,39533,'action started via WP Cron','2021-01-26 18:55:40','2021-01-26 13:55:40'),
(106109,39533,'action complete via WP Cron','2021-01-26 18:55:40','2021-01-26 13:55:40'),
(106110,39534,'action created','2021-01-26 18:55:40','2021-01-26 13:55:40'),
(106111,39534,'action started via WP Cron','2021-01-26 18:58:33','2021-01-26 13:58:33'),
(106112,39534,'action complete via WP Cron','2021-01-26 18:58:33','2021-01-26 13:58:33'),
(106113,39535,'action created','2021-01-26 18:58:33','2021-01-26 13:58:33'),
(106114,39535,'action started via WP Cron','2021-01-26 18:59:57','2021-01-26 13:59:57'),
(106115,39535,'action complete via WP Cron','2021-01-26 18:59:57','2021-01-26 13:59:57'),
(106116,39536,'action created','2021-01-26 18:59:57','2021-01-26 13:59:57'),
(106117,39536,'action started via WP Cron','2021-01-26 19:01:25','2021-01-26 14:01:25'),
(106118,39536,'action complete via WP Cron','2021-01-26 19:01:25','2021-01-26 14:01:25'),
(106119,39537,'action created','2021-01-26 19:01:25','2021-01-26 14:01:25'),
(106120,39537,'action started via WP Cron','2021-01-26 19:02:34','2021-01-26 14:02:34'),
(106121,39537,'action complete via WP Cron','2021-01-26 19:02:34','2021-01-26 14:02:34'),
(106122,39538,'action created','2021-01-26 19:02:34','2021-01-26 14:02:34'),
(106123,39538,'action started via WP Cron','2021-01-26 19:05:04','2021-01-26 14:05:04'),
(106124,39538,'action complete via WP Cron','2021-01-26 19:05:04','2021-01-26 14:05:04'),
(106125,39539,'action created','2021-01-26 19:05:04','2021-01-26 14:05:04'),
(106126,39539,'action started via WP Cron','2021-01-26 19:06:10','2021-01-26 14:06:10'),
(106127,39539,'action complete via WP Cron','2021-01-26 19:06:10','2021-01-26 14:06:10'),
(106128,39540,'action created','2021-01-26 19:06:10','2021-01-26 14:06:10'),
(106129,39540,'action started via WP Cron','2021-01-26 19:07:23','2021-01-26 14:07:23'),
(106130,39540,'action complete via WP Cron','2021-01-26 19:07:23','2021-01-26 14:07:23'),
(106131,39541,'action created','2021-01-26 19:07:23','2021-01-26 14:07:23'),
(106132,39541,'action started via WP Cron','2021-01-26 19:09:10','2021-01-26 14:09:10'),
(106133,39541,'action complete via WP Cron','2021-01-26 19:09:11','2021-01-26 14:09:11'),
(106134,39542,'action created','2021-01-26 19:09:11','2021-01-26 14:09:11'),
(106135,39542,'action started via WP Cron','2021-01-26 19:09:22','2021-01-26 14:09:22'),
(106136,39542,'action complete via WP Cron','2021-01-26 19:09:22','2021-01-26 14:09:22'),
(106137,39543,'action created','2021-01-26 19:09:22','2021-01-26 14:09:22'),
(106138,39543,'action started via WP Cron','2021-01-26 19:11:35','2021-01-26 14:11:35'),
(106139,39543,'action complete via WP Cron','2021-01-26 19:11:35','2021-01-26 14:11:35'),
(106140,39544,'action created','2021-01-26 19:11:35','2021-01-26 14:11:35'),
(106141,39544,'action started via WP Cron','2021-01-26 19:12:25','2021-01-26 14:12:25'),
(106142,39544,'action complete via WP Cron','2021-01-26 19:12:25','2021-01-26 14:12:25'),
(106143,39545,'action created','2021-01-26 19:14:27','2021-01-26 14:14:27'),
(106144,39545,'action started via WP Cron','2021-01-26 19:15:13','2021-01-26 14:15:13'),
(106145,39545,'action complete via WP Cron','2021-01-26 19:15:13','2021-01-26 14:15:13'),
(106146,39546,'action created','2021-01-26 19:15:13','2021-01-26 14:15:13'),
(106147,39546,'action started via WP Cron','2021-01-26 19:17:16','2021-01-26 14:17:16'),
(106148,39546,'action complete via WP Cron','2021-01-26 19:17:16','2021-01-26 14:17:16'),
(106149,39547,'action created','2021-01-26 19:17:16','2021-01-26 14:17:16'),
(106150,39547,'action started via WP Cron','2021-01-26 19:18:12','2021-01-26 14:18:12'),
(106151,39547,'action complete via WP Cron','2021-01-26 19:18:12','2021-01-26 14:18:12'),
(106152,39548,'action created','2021-01-26 19:18:12','2021-01-26 14:18:12'),
(106153,39548,'action started via WP Cron','2021-01-26 19:19:45','2021-01-26 14:19:45'),
(106154,39548,'action complete via WP Cron','2021-01-26 19:19:45','2021-01-26 14:19:45'),
(106155,39549,'action created','2021-01-26 19:19:45','2021-01-26 14:19:45'),
(106156,39549,'action started via WP Cron','2021-01-26 19:21:10','2021-01-26 14:21:10'),
(106157,39549,'action complete via WP Cron','2021-01-26 19:21:10','2021-01-26 14:21:10'),
(106158,39550,'action created','2021-01-26 19:21:10','2021-01-26 14:21:10'),
(106159,39550,'action started via WP Cron','2021-01-26 19:24:33','2021-01-26 14:24:33'),
(106160,39550,'action complete via WP Cron','2021-01-26 19:24:33','2021-01-26 14:24:33'),
(106161,39551,'action created','2021-01-26 19:24:33','2021-01-26 14:24:33'),
(106162,39551,'action started via WP Cron','2021-01-26 19:25:19','2021-01-26 14:25:19'),
(106163,39551,'action complete via WP Cron','2021-01-26 19:25:19','2021-01-26 14:25:19'),
(106164,39552,'action created','2021-01-26 19:25:19','2021-01-26 14:25:19'),
(106165,39552,'action started via WP Cron','2021-01-26 19:28:17','2021-01-26 14:28:17'),
(106166,39552,'action complete via WP Cron','2021-01-26 19:28:17','2021-01-26 14:28:17'),
(106167,39553,'action created','2021-01-26 19:28:17','2021-01-26 14:28:17'),
(106168,39553,'action started via WP Cron','2021-01-26 19:29:58','2021-01-26 14:29:58'),
(106169,39553,'action complete via WP Cron','2021-01-26 19:29:58','2021-01-26 14:29:58'),
(106170,39554,'action created','2021-01-26 19:29:58','2021-01-26 14:29:58'),
(106171,39554,'action started via WP Cron','2021-01-26 19:31:44','2021-01-26 14:31:44'),
(106172,39554,'action complete via WP Cron','2021-01-26 19:31:44','2021-01-26 14:31:44'),
(106173,39555,'action created','2021-01-26 19:31:44','2021-01-26 14:31:44'),
(106174,39555,'action started via WP Cron','2021-01-26 19:32:28','2021-01-26 14:32:28'),
(106175,39555,'action complete via WP Cron','2021-01-26 19:32:28','2021-01-26 14:32:28'),
(106176,39556,'action created','2021-01-26 19:32:28','2021-01-26 14:32:28'),
(106177,39556,'action started via WP Cron','2021-01-26 19:34:11','2021-01-26 14:34:11'),
(106178,39556,'action complete via WP Cron','2021-01-26 19:34:11','2021-01-26 14:34:11'),
(106179,39557,'action created','2021-01-26 19:34:11','2021-01-26 14:34:11'),
(106180,39557,'action started via WP Cron','2021-01-26 19:35:26','2021-01-26 14:35:26'),
(106181,39557,'action complete via WP Cron','2021-01-26 19:35:26','2021-01-26 14:35:26'),
(106182,39558,'action created','2021-01-26 19:35:26','2021-01-26 14:35:26'),
(106183,39558,'action started via WP Cron','2021-01-26 19:37:56','2021-01-26 14:37:56'),
(106184,39558,'action complete via WP Cron','2021-01-26 19:37:56','2021-01-26 14:37:56'),
(106185,39559,'action created','2021-01-26 19:37:56','2021-01-26 14:37:56'),
(106186,39559,'action started via WP Cron','2021-01-26 19:39:36','2021-01-26 14:39:36'),
(106187,39559,'action complete via WP Cron','2021-01-26 19:39:36','2021-01-26 14:39:36'),
(106188,39560,'action created','2021-01-26 19:39:36','2021-01-26 14:39:36'),
(106189,39560,'action started via WP Cron','2021-01-26 19:40:13','2021-01-26 14:40:13'),
(106190,39560,'action complete via WP Cron','2021-01-26 19:40:13','2021-01-26 14:40:13'),
(106191,39561,'action created','2021-01-26 19:40:13','2021-01-26 14:40:13'),
(106192,39561,'action started via WP Cron','2021-01-26 19:41:13','2021-01-26 14:41:13'),
(106193,39561,'action complete via WP Cron','2021-01-26 19:41:13','2021-01-26 14:41:13'),
(106194,39562,'action created','2021-01-26 19:41:13','2021-01-26 14:41:13'),
(106195,39562,'action started via WP Cron','2021-01-26 19:42:30','2021-01-26 14:42:30'),
(106196,39562,'action complete via WP Cron','2021-01-26 19:42:30','2021-01-26 14:42:30'),
(106197,39563,'action created','2021-01-26 19:42:30','2021-01-26 14:42:30'),
(106198,39563,'action started via WP Cron','2021-01-26 19:44:16','2021-01-26 14:44:16'),
(106199,39563,'action complete via WP Cron','2021-01-26 19:44:16','2021-01-26 14:44:16'),
(106200,39564,'action created','2021-01-26 19:44:16','2021-01-26 14:44:16'),
(106201,39564,'action started via WP Cron','2021-01-26 19:47:03','2021-01-26 14:47:03'),
(106202,39564,'action complete via WP Cron','2021-01-26 19:47:03','2021-01-26 14:47:03'),
(106203,39565,'action created','2021-01-26 19:47:03','2021-01-26 14:47:03'),
(106204,39565,'action started via WP Cron','2021-01-26 19:48:32','2021-01-26 14:48:32'),
(106205,39565,'action complete via WP Cron','2021-01-26 19:48:32','2021-01-26 14:48:32'),
(106206,39566,'action created','2021-01-26 19:48:33','2021-01-26 14:48:33'),
(106207,39566,'action started via WP Cron','2021-01-26 19:52:45','2021-01-26 14:52:45'),
(106208,39566,'action complete via WP Cron','2021-01-26 19:52:45','2021-01-26 14:52:45'),
(106209,39567,'action created','2021-01-26 19:52:45','2021-01-26 14:52:45'),
(106210,39567,'action started via WP Cron','2021-01-26 19:54:07','2021-01-26 14:54:07'),
(106211,39567,'action complete via WP Cron','2021-01-26 19:54:07','2021-01-26 14:54:07'),
(106212,39568,'action created','2021-01-26 19:54:07','2021-01-26 14:54:07'),
(106213,39568,'action started via WP Cron','2021-01-26 19:54:18','2021-01-26 14:54:18'),
(106214,39568,'action complete via WP Cron','2021-01-26 19:54:18','2021-01-26 14:54:18'),
(106215,39569,'action created','2021-01-26 19:54:18','2021-01-26 14:54:18'),
(106216,39569,'action started via WP Cron','2021-01-26 19:55:50','2021-01-26 14:55:50'),
(106217,39569,'action complete via WP Cron','2021-01-26 19:55:50','2021-01-26 14:55:50'),
(106218,39570,'action created','2021-01-26 19:55:50','2021-01-26 14:55:50'),
(106219,39570,'action started via WP Cron','2021-01-26 19:56:27','2021-01-26 14:56:27'),
(106220,39570,'action complete via WP Cron','2021-01-26 19:56:27','2021-01-26 14:56:27'),
(106221,39571,'action created','2021-01-26 19:56:27','2021-01-26 14:56:27'),
(106222,39571,'action started via WP Cron','2021-01-26 19:58:01','2021-01-26 14:58:01'),
(106223,39571,'action complete via WP Cron','2021-01-26 19:58:01','2021-01-26 14:58:01'),
(106224,39572,'action created','2021-01-26 19:58:01','2021-01-26 14:58:01'),
(106225,39572,'action started via WP Cron','2021-01-26 19:58:40','2021-01-26 14:58:40'),
(106226,39572,'action complete via WP Cron','2021-01-26 19:58:40','2021-01-26 14:58:40'),
(106227,39573,'action created','2021-01-26 19:58:40','2021-01-26 14:58:40'),
(106228,39573,'action started via WP Cron','2021-01-26 19:59:23','2021-01-26 14:59:23'),
(106229,39573,'action complete via WP Cron','2021-01-26 19:59:23','2021-01-26 14:59:23'),
(106230,39574,'action created','2021-01-26 19:59:24','2021-01-26 14:59:24'),
(106231,39574,'action started via WP Cron','2021-01-26 20:01:35','2021-01-26 15:01:35'),
(106232,39574,'action complete via WP Cron','2021-01-26 20:01:36','2021-01-26 15:01:36'),
(106233,39575,'action created','2021-01-26 20:01:36','2021-01-26 15:01:36'),
(106234,39575,'action started via WP Cron','2021-01-26 20:03:11','2021-01-26 15:03:11'),
(106235,39575,'action complete via WP Cron','2021-01-26 20:03:11','2021-01-26 15:03:11'),
(106236,39576,'action created','2021-01-26 20:03:11','2021-01-26 15:03:11'),
(106237,39576,'action started via WP Cron','2021-01-26 20:04:33','2021-01-26 15:04:33'),
(106238,39576,'action complete via WP Cron','2021-01-26 20:04:33','2021-01-26 15:04:33'),
(106239,39577,'action created','2021-01-26 20:04:33','2021-01-26 15:04:33'),
(106240,39577,'action started via WP Cron','2021-01-26 20:05:22','2021-01-26 15:05:22'),
(106241,39577,'action complete via WP Cron','2021-01-26 20:05:22','2021-01-26 15:05:22'),
(106242,39578,'action created','2021-01-26 20:05:22','2021-01-26 15:05:22'),
(106243,39578,'action started via WP Cron','2021-01-26 20:06:17','2021-01-26 15:06:17'),
(106244,39578,'action complete via WP Cron','2021-01-26 20:06:17','2021-01-26 15:06:17'),
(106245,39579,'action created','2021-01-26 20:06:17','2021-01-26 15:06:17'),
(106246,39579,'action started via WP Cron','2021-01-26 20:07:13','2021-01-26 15:07:13'),
(106247,39579,'action complete via WP Cron','2021-01-26 20:07:13','2021-01-26 15:07:13'),
(106248,39580,'action created','2021-01-26 20:07:13','2021-01-26 15:07:13'),
(106249,39580,'action started via WP Cron','2021-01-26 20:08:15','2021-01-26 15:08:15'),
(106250,39580,'action complete via WP Cron','2021-01-26 20:08:15','2021-01-26 15:08:15'),
(106251,39581,'action created','2021-01-26 20:08:15','2021-01-26 15:08:15'),
(106252,39581,'action started via WP Cron','2021-01-26 20:09:18','2021-01-26 15:09:18'),
(106253,39581,'action complete via WP Cron','2021-01-26 20:09:18','2021-01-26 15:09:18'),
(106254,39582,'action created','2021-01-26 20:09:18','2021-01-26 15:09:18'),
(106255,39582,'action started via WP Cron','2021-01-26 20:10:18','2021-01-26 15:10:18'),
(106256,39582,'action complete via WP Cron','2021-01-26 20:10:18','2021-01-26 15:10:18'),
(106257,39583,'action created','2021-01-26 20:10:18','2021-01-26 15:10:18'),
(106258,39583,'action started via WP Cron','2021-01-26 20:11:17','2021-01-26 15:11:17'),
(106259,39583,'action complete via WP Cron','2021-01-26 20:11:17','2021-01-26 15:11:17'),
(106260,39584,'action created','2021-01-26 20:11:17','2021-01-26 15:11:17'),
(106261,39584,'action started via WP Cron','2021-01-26 20:12:16','2021-01-26 15:12:16'),
(106262,39584,'action complete via WP Cron','2021-01-26 20:12:16','2021-01-26 15:12:16'),
(106263,39585,'action created','2021-01-26 20:12:16','2021-01-26 15:12:16'),
(106264,39585,'action started via WP Cron','2021-01-26 20:13:28','2021-01-26 15:13:28'),
(106265,39585,'action complete via WP Cron','2021-01-26 20:13:28','2021-01-26 15:13:28'),
(106266,39586,'action created','2021-01-26 20:13:28','2021-01-26 15:13:28'),
(106267,39586,'action started via WP Cron','2021-01-26 20:14:13','2021-01-26 15:14:13'),
(106268,39586,'action complete via WP Cron','2021-01-26 20:14:13','2021-01-26 15:14:13'),
(106269,39587,'action created','2021-01-26 20:14:13','2021-01-26 15:14:13'),
(106270,39587,'action started via WP Cron','2021-01-26 20:15:24','2021-01-26 15:15:24'),
(106271,39587,'action complete via WP Cron','2021-01-26 20:15:24','2021-01-26 15:15:24'),
(106272,39588,'action created','2021-01-26 20:15:24','2021-01-26 15:15:24'),
(106273,39588,'action started via WP Cron','2021-01-26 20:16:12','2021-01-26 15:16:12'),
(106274,39588,'action complete via WP Cron','2021-01-26 20:16:12','2021-01-26 15:16:12'),
(106275,39589,'action created','2021-01-26 20:16:12','2021-01-26 15:16:12'),
(106276,39589,'action started via WP Cron','2021-01-26 20:17:21','2021-01-26 15:17:21'),
(106277,39589,'action complete via WP Cron','2021-01-26 20:17:21','2021-01-26 15:17:21'),
(106278,39590,'action created','2021-01-26 20:17:21','2021-01-26 15:17:21'),
(106279,39590,'action started via WP Cron','2021-01-26 20:18:25','2021-01-26 15:18:25'),
(106280,39590,'action complete via WP Cron','2021-01-26 20:18:25','2021-01-26 15:18:25'),
(106281,39591,'action created','2021-01-26 20:18:25','2021-01-26 15:18:25'),
(106282,39591,'action started via WP Cron','2021-01-26 20:19:26','2021-01-26 15:19:26'),
(106283,39591,'action complete via WP Cron','2021-01-26 20:19:26','2021-01-26 15:19:26'),
(106284,39592,'action created','2021-01-26 20:19:26','2021-01-26 15:19:26'),
(106285,39592,'action started via WP Cron','2021-01-26 20:20:52','2021-01-26 15:20:52'),
(106286,39592,'action complete via WP Cron','2021-01-26 20:20:52','2021-01-26 15:20:52'),
(106287,39593,'action created','2021-01-26 20:20:52','2021-01-26 15:20:52'),
(106288,39593,'action started via WP Cron','2021-01-26 20:21:22','2021-01-26 15:21:22'),
(106289,39593,'action complete via WP Cron','2021-01-26 20:21:22','2021-01-26 15:21:22'),
(106290,39594,'action created','2021-01-26 20:21:22','2021-01-26 15:21:22'),
(106291,39594,'action started via WP Cron','2021-01-26 20:22:22','2021-01-26 15:22:22'),
(106292,39594,'action complete via WP Cron','2021-01-26 20:22:22','2021-01-26 15:22:22'),
(106293,39595,'action created','2021-01-26 20:22:22','2021-01-26 15:22:22'),
(106294,39595,'action started via WP Cron','2021-01-26 20:23:31','2021-01-26 15:23:31'),
(106295,39595,'action complete via WP Cron','2021-01-26 20:23:31','2021-01-26 15:23:31'),
(106296,39596,'action created','2021-01-26 20:23:31','2021-01-26 15:23:31'),
(106297,39596,'action started via WP Cron','2021-01-26 20:24:12','2021-01-26 15:24:12'),
(106298,39596,'action complete via WP Cron','2021-01-26 20:24:12','2021-01-26 15:24:12'),
(106299,39597,'action created','2021-01-26 20:24:12','2021-01-26 15:24:12'),
(106300,39597,'action started via WP Cron','2021-01-26 20:25:16','2021-01-26 15:25:16'),
(106301,39597,'action complete via WP Cron','2021-01-26 20:25:16','2021-01-26 15:25:16'),
(106302,39598,'action created','2021-01-26 20:25:16','2021-01-26 15:25:16'),
(106303,39598,'action started via WP Cron','2021-01-26 20:26:17','2021-01-26 15:26:17'),
(106304,39598,'action complete via WP Cron','2021-01-26 20:26:17','2021-01-26 15:26:17'),
(106305,39599,'action created','2021-01-26 20:26:18','2021-01-26 15:26:18'),
(106306,39599,'action started via WP Cron','2021-01-26 20:27:14','2021-01-26 15:27:14'),
(106307,39599,'action complete via WP Cron','2021-01-26 20:27:14','2021-01-26 15:27:14'),
(106308,39600,'action created','2021-01-26 20:27:14','2021-01-26 15:27:14'),
(106309,39600,'action started via WP Cron','2021-01-26 20:28:27','2021-01-26 15:28:27'),
(106310,39600,'action complete via WP Cron','2021-01-26 20:28:27','2021-01-26 15:28:27'),
(106311,39601,'action created','2021-01-26 20:28:27','2021-01-26 15:28:27'),
(106312,39601,'action started via WP Cron','2021-01-26 20:29:12','2021-01-26 15:29:12'),
(106313,39601,'action complete via WP Cron','2021-01-26 20:29:12','2021-01-26 15:29:12'),
(106314,39602,'action created','2021-01-26 20:29:12','2021-01-26 15:29:12'),
(106315,39602,'action started via WP Cron','2021-01-26 20:30:24','2021-01-26 15:30:24'),
(106316,39602,'action complete via WP Cron','2021-01-26 20:30:24','2021-01-26 15:30:24'),
(106317,39603,'action created','2021-01-26 20:30:24','2021-01-26 15:30:24'),
(106318,39603,'action started via WP Cron','2021-01-26 20:31:35','2021-01-26 15:31:35'),
(106319,39603,'action complete via WP Cron','2021-01-26 20:31:35','2021-01-26 15:31:35'),
(106320,39604,'action created','2021-01-26 20:31:35','2021-01-26 15:31:35'),
(106321,39604,'action started via WP Cron','2021-01-26 20:32:15','2021-01-26 15:32:15'),
(106322,39604,'action complete via WP Cron','2021-01-26 20:32:15','2021-01-26 15:32:15'),
(106323,39605,'action created','2021-01-26 20:32:15','2021-01-26 15:32:15'),
(106324,39605,'action started via WP Cron','2021-01-26 20:33:15','2021-01-26 15:33:15'),
(106325,39605,'action complete via WP Cron','2021-01-26 20:33:15','2021-01-26 15:33:15'),
(106326,39606,'action created','2021-01-26 20:33:15','2021-01-26 15:33:15'),
(106327,39606,'action started via WP Cron','2021-01-26 20:34:25','2021-01-26 15:34:25'),
(106328,39606,'action complete via WP Cron','2021-01-26 20:34:25','2021-01-26 15:34:25'),
(106329,39607,'action created','2021-01-26 20:34:25','2021-01-26 15:34:25'),
(106330,39607,'action started via WP Cron','2021-01-26 20:35:36','2021-01-26 15:35:36'),
(106331,39607,'action complete via WP Cron','2021-01-26 20:35:36','2021-01-26 15:35:36'),
(106332,39608,'action created','2021-01-26 20:35:36','2021-01-26 15:35:36'),
(106333,39608,'action started via WP Cron','2021-01-26 20:36:14','2021-01-26 15:36:14'),
(106334,39608,'action complete via WP Cron','2021-01-26 20:36:14','2021-01-26 15:36:14'),
(106335,39609,'action created','2021-01-26 20:36:14','2021-01-26 15:36:14'),
(106336,39609,'action started via WP Cron','2021-01-26 20:37:21','2021-01-26 15:37:21'),
(106337,39609,'action complete via WP Cron','2021-01-26 20:37:21','2021-01-26 15:37:21'),
(106338,39610,'action created','2021-01-26 20:37:22','2021-01-26 15:37:22'),
(106339,39610,'action started via WP Cron','2021-01-26 20:38:29','2021-01-26 15:38:29'),
(106340,39610,'action complete via WP Cron','2021-01-26 20:38:29','2021-01-26 15:38:29'),
(106341,39611,'action created','2021-01-26 20:38:29','2021-01-26 15:38:29'),
(106342,39611,'action started via WP Cron','2021-01-26 20:41:03','2021-01-26 15:41:03'),
(106343,39611,'action complete via WP Cron','2021-01-26 20:41:03','2021-01-26 15:41:03'),
(106344,39612,'action created','2021-01-26 20:41:03','2021-01-26 15:41:03'),
(106345,39612,'action started via WP Cron','2021-01-26 20:41:37','2021-01-26 15:41:37'),
(106346,39612,'action complete via WP Cron','2021-01-26 20:41:37','2021-01-26 15:41:37'),
(106347,39613,'action created','2021-01-26 20:41:37','2021-01-26 15:41:37'),
(106348,39613,'action started via WP Cron','2021-01-26 20:43:09','2021-01-26 15:43:09'),
(106349,39613,'action complete via WP Cron','2021-01-26 20:43:09','2021-01-26 15:43:09'),
(106350,39614,'action created','2021-01-26 20:43:09','2021-01-26 15:43:09'),
(106351,39614,'action started via WP Cron','2021-01-26 20:43:39','2021-01-26 15:43:39'),
(106352,39614,'action complete via WP Cron','2021-01-26 20:43:39','2021-01-26 15:43:39'),
(106353,39615,'action created','2021-01-26 20:43:39','2021-01-26 15:43:39'),
(106354,39615,'action started via WP Cron','2021-01-26 20:44:56','2021-01-26 15:44:56'),
(106355,39615,'action complete via WP Cron','2021-01-26 20:44:56','2021-01-26 15:44:56'),
(106356,39616,'action created','2021-01-26 20:44:56','2021-01-26 15:44:56'),
(106357,39616,'action started via WP Cron','2021-01-26 20:45:14','2021-01-26 15:45:14'),
(106358,39616,'action complete via WP Cron','2021-01-26 20:45:14','2021-01-26 15:45:14'),
(106359,39617,'action created','2021-01-26 20:45:14','2021-01-26 15:45:14'),
(106360,39617,'action started via WP Cron','2021-01-26 20:47:26','2021-01-26 15:47:26'),
(106361,39617,'action complete via WP Cron','2021-01-26 20:47:26','2021-01-26 15:47:26'),
(106362,39618,'action created','2021-01-26 20:47:26','2021-01-26 15:47:26'),
(106363,39618,'action started via WP Cron','2021-01-26 20:49:22','2021-01-26 15:49:22'),
(106364,39618,'action complete via WP Cron','2021-01-26 20:49:22','2021-01-26 15:49:22'),
(106365,39619,'action created','2021-01-26 20:49:22','2021-01-26 15:49:22'),
(106366,39619,'action started via WP Cron','2021-01-26 20:51:28','2021-01-26 15:51:28'),
(106367,39619,'action complete via WP Cron','2021-01-26 20:51:28','2021-01-26 15:51:28'),
(106368,39620,'action created','2021-01-26 20:51:28','2021-01-26 15:51:28'),
(106369,39620,'action started via WP Cron','2021-01-26 20:54:37','2021-01-26 15:54:37'),
(106370,39620,'action complete via WP Cron','2021-01-26 20:54:37','2021-01-26 15:54:37'),
(106371,39621,'action created','2021-01-26 20:54:37','2021-01-26 15:54:37'),
(106372,39621,'action started via WP Cron','2021-01-26 20:55:15','2021-01-26 15:55:15'),
(106373,39621,'action complete via WP Cron','2021-01-26 20:55:15','2021-01-26 15:55:15'),
(106374,39622,'action created','2021-01-26 20:55:15','2021-01-26 15:55:15'),
(106375,39622,'action started via WP Cron','2021-01-26 20:57:27','2021-01-26 15:57:27'),
(106376,39622,'action complete via WP Cron','2021-01-26 20:57:27','2021-01-26 15:57:27'),
(106377,39623,'action created','2021-01-26 20:57:27','2021-01-26 15:57:27'),
(106378,39623,'action started via WP Cron','2021-01-26 20:58:58','2021-01-26 15:58:58'),
(106379,39623,'action complete via WP Cron','2021-01-26 20:58:58','2021-01-26 15:58:58'),
(106380,39624,'action created','2021-01-26 20:58:58','2021-01-26 15:58:58'),
(106381,39624,'action started via WP Cron','2021-01-26 20:59:37','2021-01-26 15:59:37'),
(106382,39624,'action complete via WP Cron','2021-01-26 20:59:37','2021-01-26 15:59:37'),
(106383,39625,'action created','2021-01-26 20:59:37','2021-01-26 15:59:37'),
(106384,39625,'action started via WP Cron','2021-01-26 21:02:56','2021-01-26 16:02:56'),
(106385,39625,'action complete via WP Cron','2021-01-26 21:02:56','2021-01-26 16:02:56'),
(106386,39626,'action created','2021-01-26 21:02:56','2021-01-26 16:02:56'),
(106387,39626,'action started via WP Cron','2021-01-26 21:05:26','2021-01-26 16:05:26'),
(106388,39626,'action complete via WP Cron','2021-01-26 21:05:26','2021-01-26 16:05:26'),
(106389,39627,'action created','2021-01-26 21:05:26','2021-01-26 16:05:26'),
(106390,39627,'action started via WP Cron','2021-01-26 21:06:22','2021-01-26 16:06:22'),
(106391,39627,'action complete via WP Cron','2021-01-26 21:06:22','2021-01-26 16:06:22'),
(106392,39628,'action created','2021-01-26 21:06:22','2021-01-26 16:06:22'),
(106393,39628,'action started via WP Cron','2021-01-26 21:09:08','2021-01-26 16:09:08'),
(106394,39628,'action complete via WP Cron','2021-01-26 21:09:08','2021-01-26 16:09:08'),
(106395,39629,'action created','2021-01-26 21:09:08','2021-01-26 16:09:08'),
(106396,39629,'action started via WP Cron','2021-01-26 21:10:13','2021-01-26 16:10:13'),
(106397,39629,'action complete via WP Cron','2021-01-26 21:10:13','2021-01-26 16:10:13'),
(106398,39630,'action created','2021-01-26 21:10:13','2021-01-26 16:10:13'),
(106399,39630,'action started via WP Cron','2021-01-26 21:11:43','2021-01-26 16:11:43'),
(106400,39630,'action complete via WP Cron','2021-01-26 21:11:43','2021-01-26 16:11:43'),
(106401,39631,'action created','2021-01-26 21:11:43','2021-01-26 16:11:43'),
(106402,39631,'action started via WP Cron','2021-01-26 21:12:21','2021-01-26 16:12:21'),
(106403,39631,'action complete via WP Cron','2021-01-26 21:12:21','2021-01-26 16:12:21'),
(106404,39632,'action created','2021-01-26 21:12:21','2021-01-26 16:12:21'),
(106405,39632,'action started via WP Cron','2021-01-26 21:13:54','2021-01-26 16:13:54'),
(106406,39632,'action complete via WP Cron','2021-01-26 21:13:54','2021-01-26 16:13:54'),
(106407,39633,'action created','2021-01-26 21:13:54','2021-01-26 16:13:54'),
(106408,39633,'action started via WP Cron','2021-01-26 21:15:53','2021-01-26 16:15:53'),
(106409,39633,'action complete via WP Cron','2021-01-26 21:15:53','2021-01-26 16:15:53'),
(106410,39634,'action created','2021-01-26 21:15:53','2021-01-26 16:15:53'),
(106411,39634,'action started via WP Cron','2021-01-26 21:16:18','2021-01-26 16:16:18'),
(106412,39634,'action complete via WP Cron','2021-01-26 21:16:18','2021-01-26 16:16:18'),
(106413,39635,'action created','2021-01-26 21:16:18','2021-01-26 16:16:18'),
(106414,39635,'action started via WP Cron','2021-01-26 21:17:55','2021-01-26 16:17:55'),
(106415,39635,'action complete via WP Cron','2021-01-26 21:17:55','2021-01-26 16:17:55'),
(106416,39636,'action created','2021-01-26 21:17:55','2021-01-26 16:17:55'),
(106417,39636,'action started via WP Cron','2021-01-26 21:18:30','2021-01-26 16:18:30'),
(106418,39636,'action complete via WP Cron','2021-01-26 21:18:30','2021-01-26 16:18:30'),
(106419,39637,'action created','2021-01-26 21:18:30','2021-01-26 16:18:30'),
(106420,39637,'action started via WP Cron','2021-01-26 21:19:53','2021-01-26 16:19:53'),
(106421,39637,'action complete via WP Cron','2021-01-26 21:19:53','2021-01-26 16:19:53'),
(106422,39638,'action created','2021-01-26 21:19:53','2021-01-26 16:19:53'),
(106423,39638,'action started via WP Cron','2021-01-26 21:20:17','2021-01-26 16:20:17'),
(106424,39638,'action complete via WP Cron','2021-01-26 21:20:17','2021-01-26 16:20:17'),
(106425,39639,'action created','2021-01-26 21:20:17','2021-01-26 16:20:17'),
(106426,39639,'action started via WP Cron','2021-01-26 21:22:23','2021-01-26 16:22:23'),
(106427,39639,'action complete via WP Cron','2021-01-26 21:22:23','2021-01-26 16:22:23'),
(106428,39640,'action created','2021-01-26 21:22:23','2021-01-26 16:22:23'),
(106429,39640,'action started via WP Cron','2021-01-26 21:23:24','2021-01-26 16:23:24'),
(106430,39640,'action complete via WP Cron','2021-01-26 21:23:24','2021-01-26 16:23:24'),
(106431,39641,'action created','2021-01-26 21:23:24','2021-01-26 16:23:24'),
(106432,39641,'action started via WP Cron','2021-01-26 21:25:51','2021-01-26 16:25:51'),
(106433,39641,'action complete via WP Cron','2021-01-26 21:25:51','2021-01-26 16:25:51'),
(106434,39642,'action created','2021-01-26 21:25:51','2021-01-26 16:25:51'),
(106435,39642,'action started via WP Cron','2021-01-26 21:26:18','2021-01-26 16:26:18'),
(106436,39642,'action complete via WP Cron','2021-01-26 21:26:18','2021-01-26 16:26:18'),
(106437,39643,'action created','2021-01-26 21:26:18','2021-01-26 16:26:18'),
(106438,39643,'action started via WP Cron','2021-01-26 21:28:07','2021-01-26 16:28:07'),
(106439,39643,'action complete via WP Cron','2021-01-26 21:28:07','2021-01-26 16:28:07'),
(106440,39644,'action created','2021-01-26 21:28:07','2021-01-26 16:28:07'),
(106441,39644,'action started via WP Cron','2021-01-26 21:28:23','2021-01-26 16:28:23'),
(106442,39644,'action complete via WP Cron','2021-01-26 21:28:23','2021-01-26 16:28:23'),
(106443,39645,'action created','2021-01-26 21:28:23','2021-01-26 16:28:23'),
(106444,39645,'action started via WP Cron','2021-01-26 21:29:32','2021-01-26 16:29:32'),
(106445,39645,'action complete via WP Cron','2021-01-26 21:29:32','2021-01-26 16:29:32'),
(106446,39646,'action created','2021-01-26 21:29:32','2021-01-26 16:29:32'),
(106447,39646,'action started via WP Cron','2021-01-26 21:30:26','2021-01-26 16:30:26'),
(106448,39646,'action complete via WP Cron','2021-01-26 21:30:26','2021-01-26 16:30:26'),
(106449,39647,'action created','2021-01-26 21:30:26','2021-01-26 16:30:26'),
(106450,39647,'action started via WP Cron','2021-01-26 21:32:24','2021-01-26 16:32:24'),
(106451,39647,'action complete via WP Cron','2021-01-26 21:32:24','2021-01-26 16:32:24'),
(106452,39648,'action created','2021-01-26 21:32:24','2021-01-26 16:32:24'),
(106453,39648,'action started via WP Cron','2021-01-26 21:34:10','2021-01-26 16:34:10'),
(106454,39648,'action complete via WP Cron','2021-01-26 21:34:10','2021-01-26 16:34:10'),
(106455,39649,'action created','2021-01-26 21:34:10','2021-01-26 16:34:10'),
(106456,39649,'action started via WP Cron','2021-01-26 21:34:35','2021-01-26 16:34:35'),
(106457,39649,'action complete via WP Cron','2021-01-26 21:34:35','2021-01-26 16:34:35'),
(106458,39650,'action created','2021-01-26 21:34:36','2021-01-26 16:34:36'),
(106459,39650,'action started via WP Cron','2021-01-26 21:36:03','2021-01-26 16:36:03'),
(106460,39650,'action complete via WP Cron','2021-01-26 21:36:03','2021-01-26 16:36:03'),
(106461,39651,'action created','2021-01-26 21:36:03','2021-01-26 16:36:03'),
(106462,39651,'action started via WP Cron','2021-01-26 21:36:35','2021-01-26 16:36:35'),
(106463,39651,'action complete via WP Cron','2021-01-26 21:36:35','2021-01-26 16:36:35'),
(106464,39652,'action created','2021-01-26 21:36:35','2021-01-26 16:36:35'),
(106465,39652,'action started via WP Cron','2021-01-26 21:37:12','2021-01-26 16:37:12'),
(106466,39652,'action complete via WP Cron','2021-01-26 21:37:12','2021-01-26 16:37:12'),
(106467,39653,'action created','2021-01-26 21:37:12','2021-01-26 16:37:12'),
(106468,39653,'action started via WP Cron','2021-01-26 21:38:12','2021-01-26 16:38:12'),
(106469,39653,'action complete via WP Cron','2021-01-26 21:38:12','2021-01-26 16:38:12'),
(106470,39654,'action created','2021-01-26 21:38:12','2021-01-26 16:38:12'),
(106471,39654,'action started via WP Cron','2021-01-26 21:41:00','2021-01-26 16:41:00'),
(106472,39654,'action complete via WP Cron','2021-01-26 21:41:00','2021-01-26 16:41:00'),
(106473,39655,'action created','2021-01-26 21:41:00','2021-01-26 16:41:00'),
(106474,39655,'action started via WP Cron','2021-01-26 21:42:06','2021-01-26 16:42:06'),
(106475,39655,'action complete via WP Cron','2021-01-26 21:42:06','2021-01-26 16:42:06'),
(106476,39656,'action created','2021-01-26 21:42:06','2021-01-26 16:42:06'),
(106477,39656,'action started via WP Cron','2021-01-26 21:43:18','2021-01-26 16:43:18'),
(106478,39656,'action complete via WP Cron','2021-01-26 21:43:18','2021-01-26 16:43:18'),
(106479,39657,'action created','2021-01-26 21:43:18','2021-01-26 16:43:18'),
(106480,39657,'action started via WP Cron','2021-01-26 21:44:17','2021-01-26 16:44:17'),
(106481,39657,'action complete via WP Cron','2021-01-26 21:44:17','2021-01-26 16:44:17'),
(106482,39658,'action created','2021-01-26 21:44:17','2021-01-26 16:44:17'),
(106483,39658,'action started via WP Cron','2021-01-26 21:45:29','2021-01-26 16:45:29'),
(106484,39658,'action complete via WP Cron','2021-01-26 21:45:29','2021-01-26 16:45:29'),
(106485,39659,'action created','2021-01-26 21:45:29','2021-01-26 16:45:29'),
(106486,39659,'action started via WP Cron','2021-01-26 21:46:41','2021-01-26 16:46:41'),
(106487,39659,'action complete via WP Cron','2021-01-26 21:46:41','2021-01-26 16:46:41'),
(106488,39660,'action created','2021-01-26 21:46:41','2021-01-26 16:46:41'),
(106489,39660,'action started via WP Cron','2021-01-26 21:47:34','2021-01-26 16:47:34'),
(106490,39660,'action complete via WP Cron','2021-01-26 21:47:34','2021-01-26 16:47:34'),
(106491,39661,'action created','2021-01-26 21:47:34','2021-01-26 16:47:34'),
(106492,39661,'action started via WP Cron','2021-01-26 21:49:06','2021-01-26 16:49:06'),
(106493,39661,'action complete via WP Cron','2021-01-26 21:49:06','2021-01-26 16:49:06'),
(106494,39662,'action created','2021-01-26 21:49:06','2021-01-26 16:49:06'),
(106495,39662,'action started via WP Cron','2021-01-26 21:49:47','2021-01-26 16:49:47'),
(106496,39662,'action complete via WP Cron','2021-01-26 21:49:47','2021-01-26 16:49:47'),
(106497,39663,'action created','2021-01-26 21:49:47','2021-01-26 16:49:47'),
(106498,39663,'action started via WP Cron','2021-01-26 21:52:16','2021-01-26 16:52:16'),
(106499,39663,'action complete via WP Cron','2021-01-26 21:52:16','2021-01-26 16:52:16'),
(106500,39664,'action created','2021-01-26 21:52:16','2021-01-26 16:52:16'),
(106501,39664,'action started via WP Cron','2021-01-26 21:53:12','2021-01-26 16:53:12'),
(106502,39664,'action complete via WP Cron','2021-01-26 21:53:12','2021-01-26 16:53:12'),
(106503,39665,'action created','2021-01-26 21:53:12','2021-01-26 16:53:12'),
(106504,39665,'action started via WP Cron','2021-01-26 21:54:50','2021-01-26 16:54:50'),
(106505,39665,'action complete via WP Cron','2021-01-26 21:54:50','2021-01-26 16:54:50'),
(106506,39666,'action created','2021-01-26 21:54:51','2021-01-26 16:54:51'),
(106507,39666,'action started via WP Cron','2021-01-26 21:56:20','2021-01-26 16:56:20'),
(106508,39666,'action complete via WP Cron','2021-01-26 21:56:20','2021-01-26 16:56:20'),
(106509,39667,'action created','2021-01-26 21:56:20','2021-01-26 16:56:20'),
(106510,39667,'action started via WP Cron','2021-01-26 21:57:56','2021-01-26 16:57:56'),
(106511,39667,'action complete via WP Cron','2021-01-26 21:57:56','2021-01-26 16:57:56'),
(106512,39668,'action created','2021-01-26 21:57:56','2021-01-26 16:57:56'),
(106513,39668,'action started via WP Cron','2021-01-26 21:59:37','2021-01-26 16:59:37'),
(106514,39668,'action complete via WP Cron','2021-01-26 21:59:37','2021-01-26 16:59:37'),
(106515,39669,'action created','2021-01-26 21:59:37','2021-01-26 16:59:37'),
(106516,39669,'action started via WP Cron','2021-01-26 22:00:41','2021-01-26 17:00:41'),
(106517,39669,'action complete via WP Cron','2021-01-26 22:00:41','2021-01-26 17:00:41'),
(106518,39670,'action created','2021-01-26 22:00:41','2021-01-26 17:00:41'),
(106519,39670,'action started via WP Cron','2021-01-26 22:01:26','2021-01-26 17:01:26'),
(106520,39670,'action complete via WP Cron','2021-01-26 22:01:26','2021-01-26 17:01:26'),
(106521,39671,'action created','2021-01-26 22:01:26','2021-01-26 17:01:26'),
(106522,39671,'action started via WP Cron','2021-01-26 22:02:20','2021-01-26 17:02:20'),
(106523,39671,'action complete via WP Cron','2021-01-26 22:02:20','2021-01-26 17:02:20'),
(106524,39672,'action created','2021-01-26 22:02:20','2021-01-26 17:02:20'),
(106525,39672,'action started via WP Cron','2021-01-26 22:03:15','2021-01-26 17:03:15'),
(106526,39672,'action complete via WP Cron','2021-01-26 22:03:15','2021-01-26 17:03:15'),
(106527,39673,'action created','2021-01-26 22:03:15','2021-01-26 17:03:15'),
(106528,39673,'action started via WP Cron','2021-01-26 22:05:09','2021-01-26 17:05:09'),
(106529,39673,'action complete via WP Cron','2021-01-26 22:05:09','2021-01-26 17:05:09'),
(106530,39674,'action created','2021-01-26 22:05:09','2021-01-26 17:05:09'),
(106531,39674,'action started via WP Cron','2021-01-26 22:05:38','2021-01-26 17:05:38'),
(106532,39674,'action complete via WP Cron','2021-01-26 22:05:38','2021-01-26 17:05:38'),
(106533,39675,'action created','2021-01-26 22:05:38','2021-01-26 17:05:38'),
(106534,39675,'action started via WP Cron','2021-01-26 22:06:12','2021-01-26 17:06:12'),
(106535,39675,'action complete via WP Cron','2021-01-26 22:06:12','2021-01-26 17:06:12'),
(106536,39676,'action created','2021-01-26 22:06:12','2021-01-26 17:06:12'),
(106537,39676,'action started via WP Cron','2021-01-26 22:07:20','2021-01-26 17:07:20'),
(106538,39676,'action complete via WP Cron','2021-01-26 22:07:20','2021-01-26 17:07:20'),
(106539,39677,'action created','2021-01-26 22:07:20','2021-01-26 17:07:20'),
(106540,39677,'action started via WP Cron','2021-01-26 22:08:31','2021-01-26 17:08:31'),
(106541,39677,'action complete via WP Cron','2021-01-26 22:08:31','2021-01-26 17:08:31'),
(106542,39678,'action created','2021-01-26 22:08:31','2021-01-26 17:08:31'),
(106543,39678,'action started via WP Cron','2021-01-26 22:09:41','2021-01-26 17:09:41'),
(106544,39678,'action complete via WP Cron','2021-01-26 22:09:41','2021-01-26 17:09:41'),
(106545,39679,'action created','2021-01-26 22:09:41','2021-01-26 17:09:41'),
(106546,39679,'action started via WP Cron','2021-01-26 22:10:55','2021-01-26 17:10:55'),
(106547,39679,'action complete via WP Cron','2021-01-26 22:10:55','2021-01-26 17:10:55'),
(106548,39680,'action created','2021-01-26 22:10:55','2021-01-26 17:10:55'),
(106549,39680,'action started via WP Cron','2021-01-26 22:12:05','2021-01-26 17:12:05'),
(106550,39680,'action complete via WP Cron','2021-01-26 22:12:05','2021-01-26 17:12:05'),
(106551,39681,'action created','2021-01-26 22:12:05','2021-01-26 17:12:05'),
(106552,39681,'action started via WP Cron','2021-01-26 22:13:16','2021-01-26 17:13:16'),
(106553,39681,'action complete via WP Cron','2021-01-26 22:13:16','2021-01-26 17:13:16'),
(106554,39682,'action created','2021-01-26 22:13:16','2021-01-26 17:13:16'),
(106555,39682,'action started via WP Cron','2021-01-26 22:14:11','2021-01-26 17:14:11'),
(106556,39682,'action complete via WP Cron','2021-01-26 22:14:11','2021-01-26 17:14:11'),
(106557,39683,'action created','2021-01-26 22:14:12','2021-01-26 17:14:12'),
(106558,39683,'action started via WP Cron','2021-01-26 22:15:18','2021-01-26 17:15:18'),
(106559,39683,'action complete via WP Cron','2021-01-26 22:15:18','2021-01-26 17:15:18'),
(106560,39684,'action created','2021-01-26 22:15:18','2021-01-26 17:15:18'),
(106561,39684,'action started via WP Cron','2021-01-26 22:16:24','2021-01-26 17:16:24'),
(106562,39684,'action complete via WP Cron','2021-01-26 22:16:24','2021-01-26 17:16:24'),
(106563,39685,'action created','2021-01-26 22:16:25','2021-01-26 17:16:25'),
(106564,39685,'action started via WP Cron','2021-01-26 22:17:20','2021-01-26 17:17:20'),
(106565,39685,'action complete via WP Cron','2021-01-26 22:17:20','2021-01-26 17:17:20'),
(106566,39686,'action created','2021-01-26 22:17:20','2021-01-26 17:17:20'),
(106567,39686,'action started via WP Cron','2021-01-26 22:18:28','2021-01-26 17:18:28'),
(106568,39686,'action complete via WP Cron','2021-01-26 22:18:28','2021-01-26 17:18:28'),
(106569,39687,'action created','2021-01-26 22:18:28','2021-01-26 17:18:28'),
(106570,39687,'action started via WP Cron','2021-01-26 22:19:17','2021-01-26 17:19:17'),
(106571,39687,'action complete via WP Cron','2021-01-26 22:19:17','2021-01-26 17:19:17'),
(106572,39688,'action created','2021-01-26 22:19:17','2021-01-26 17:19:17'),
(106573,39688,'action started via WP Cron','2021-01-26 22:20:21','2021-01-26 17:20:21'),
(106574,39688,'action complete via WP Cron','2021-01-26 22:20:21','2021-01-26 17:20:21'),
(106575,39689,'action created','2021-01-26 22:20:21','2021-01-26 17:20:21'),
(106576,39689,'action started via WP Cron','2021-01-26 22:21:25','2021-01-26 17:21:25'),
(106577,39689,'action complete via WP Cron','2021-01-26 22:21:25','2021-01-26 17:21:25'),
(106578,39690,'action created','2021-01-26 22:21:25','2021-01-26 17:21:25'),
(106579,39690,'action started via WP Cron','2021-01-26 22:23:35','2021-01-26 17:23:35'),
(106580,39690,'action complete via WP Cron','2021-01-26 22:23:35','2021-01-26 17:23:35'),
(106581,39691,'action created','2021-01-26 22:23:35','2021-01-26 17:23:35'),
(106582,39691,'action started via WP Cron','2021-01-26 22:25:10','2021-01-26 17:25:10'),
(106583,39691,'action complete via WP Cron','2021-01-26 22:25:10','2021-01-26 17:25:10'),
(106584,39692,'action created','2021-01-26 22:25:10','2021-01-26 17:25:10'),
(106585,39692,'action started via WP Cron','2021-01-26 22:25:43','2021-01-26 17:25:43'),
(106586,39692,'action complete via WP Cron','2021-01-26 22:25:43','2021-01-26 17:25:43'),
(106587,39693,'action created','2021-01-26 22:25:43','2021-01-26 17:25:43'),
(106588,39693,'action started via WP Cron','2021-01-26 22:26:19','2021-01-26 17:26:19'),
(106589,39693,'action complete via WP Cron','2021-01-26 22:26:19','2021-01-26 17:26:19'),
(106590,39694,'action created','2021-01-26 22:26:19','2021-01-26 17:26:19'),
(106591,39694,'action started via WP Cron','2021-01-26 22:27:13','2021-01-26 17:27:13'),
(106592,39694,'action complete via WP Cron','2021-01-26 22:27:13','2021-01-26 17:27:13'),
(106593,39695,'action created','2021-01-26 22:27:13','2021-01-26 17:27:13'),
(106594,39695,'action started via WP Cron','2021-01-26 22:28:45','2021-01-26 17:28:45'),
(106595,39695,'action complete via WP Cron','2021-01-26 22:28:45','2021-01-26 17:28:45'),
(106596,39696,'action created','2021-01-26 22:28:45','2021-01-26 17:28:45'),
(106597,39696,'action started via WP Cron','2021-01-26 22:29:17','2021-01-26 17:29:17'),
(106598,39696,'action complete via WP Cron','2021-01-26 22:29:17','2021-01-26 17:29:17'),
(106599,39697,'action created','2021-01-26 22:29:17','2021-01-26 17:29:17'),
(106600,39697,'action started via WP Cron','2021-01-26 22:32:36','2021-01-26 17:32:36'),
(106601,39697,'action complete via WP Cron','2021-01-26 22:32:36','2021-01-26 17:32:36'),
(106602,39698,'action created','2021-01-26 22:32:36','2021-01-26 17:32:36'),
(106603,39698,'action started via WP Cron','2021-01-26 22:33:19','2021-01-26 17:33:19'),
(106604,39698,'action complete via WP Cron','2021-01-26 22:33:19','2021-01-26 17:33:19'),
(106605,39699,'action created','2021-01-26 22:33:19','2021-01-26 17:33:19'),
(106606,39699,'action started via WP Cron','2021-01-26 22:36:53','2021-01-26 17:36:53'),
(106607,39699,'action complete via WP Cron','2021-01-26 22:36:53','2021-01-26 17:36:53'),
(106608,39700,'action created','2021-01-26 22:36:53','2021-01-26 17:36:53'),
(106609,39700,'action started via WP Cron','2021-01-26 22:38:12','2021-01-26 17:38:12'),
(106610,39700,'action complete via WP Cron','2021-01-26 22:38:12','2021-01-26 17:38:12'),
(106611,39701,'action created','2021-01-26 22:38:12','2021-01-26 17:38:12'),
(106612,39701,'action started via WP Cron','2021-01-26 22:40:17','2021-01-26 17:40:17'),
(106613,39701,'action complete via WP Cron','2021-01-26 22:40:17','2021-01-26 17:40:17'),
(106614,39702,'action created','2021-01-26 22:40:17','2021-01-26 17:40:17'),
(106615,39702,'action started via WP Cron','2021-01-26 22:43:51','2021-01-26 17:43:51'),
(106616,39702,'action complete via WP Cron','2021-01-26 22:43:51','2021-01-26 17:43:51'),
(106617,39703,'action created','2021-01-26 22:43:51','2021-01-26 17:43:51'),
(106618,39703,'action started via WP Cron','2021-01-26 22:45:07','2021-01-26 17:45:07'),
(106619,39703,'action complete via WP Cron','2021-01-26 22:45:07','2021-01-26 17:45:07'),
(106620,39704,'action created','2021-01-26 22:45:07','2021-01-26 17:45:07'),
(106621,39704,'action started via WP Cron','2021-01-26 22:45:37','2021-01-26 17:45:37'),
(106622,39704,'action complete via WP Cron','2021-01-26 22:45:37','2021-01-26 17:45:37'),
(106623,39705,'action created','2021-01-26 22:45:37','2021-01-26 17:45:37'),
(106624,39705,'action started via WP Cron','2021-01-26 22:48:03','2021-01-26 17:48:03'),
(106625,39705,'action complete via WP Cron','2021-01-26 22:48:03','2021-01-26 17:48:03'),
(106626,39706,'action created','2021-01-26 22:48:03','2021-01-26 17:48:03'),
(106627,39706,'action started via WP Cron','2021-01-26 22:49:22','2021-01-26 17:49:22'),
(106628,39706,'action complete via WP Cron','2021-01-26 22:49:22','2021-01-26 17:49:22'),
(106629,39707,'action created','2021-01-26 22:49:22','2021-01-26 17:49:22'),
(106630,39707,'action started via WP Cron','2021-01-26 22:50:22','2021-01-26 17:50:22'),
(106631,39707,'action complete via WP Cron','2021-01-26 22:50:22','2021-01-26 17:50:22'),
(106632,39708,'action created','2021-01-26 22:50:22','2021-01-26 17:50:22'),
(106633,39708,'action started via WP Cron','2021-01-26 22:52:05','2021-01-26 17:52:05'),
(106634,39708,'action complete via WP Cron','2021-01-26 22:52:05','2021-01-26 17:52:05'),
(106635,39709,'action created','2021-01-26 22:52:05','2021-01-26 17:52:05'),
(106636,39709,'action started via WP Cron','2021-01-26 22:52:15','2021-01-26 17:52:15'),
(106637,39709,'action complete via WP Cron','2021-01-26 22:52:15','2021-01-26 17:52:15'),
(106638,39710,'action created','2021-01-26 22:52:15','2021-01-26 17:52:15'),
(106639,39710,'action started via WP Cron','2021-01-26 22:53:26','2021-01-26 17:53:26'),
(106640,39710,'action complete via WP Cron','2021-01-26 22:53:27','2021-01-26 17:53:27'),
(106641,39711,'action created','2021-01-26 22:53:27','2021-01-26 17:53:27'),
(106642,39711,'action started via WP Cron','2021-01-26 22:54:24','2021-01-26 17:54:24'),
(106643,39711,'action complete via WP Cron','2021-01-26 22:54:24','2021-01-26 17:54:24'),
(106644,39712,'action created','2021-01-26 22:54:29','2021-01-26 17:54:29'),
(106645,39712,'action started via WP Cron','2021-01-26 22:55:26','2021-01-26 17:55:26'),
(106646,39712,'action complete via WP Cron','2021-01-26 22:55:26','2021-01-26 17:55:26'),
(106647,39713,'action created','2021-01-26 22:55:26','2021-01-26 17:55:26'),
(106648,39713,'action started via WP Cron','2021-01-26 22:56:40','2021-01-26 17:56:40'),
(106649,39713,'action complete via WP Cron','2021-01-26 22:56:40','2021-01-26 17:56:40'),
(106650,39714,'action created','2021-01-26 22:56:40','2021-01-26 17:56:40'),
(106651,39714,'action started via WP Cron','2021-01-26 22:59:30','2021-01-26 17:59:30'),
(106652,39714,'action complete via WP Cron','2021-01-26 22:59:30','2021-01-26 17:59:30'),
(106653,39715,'action created','2021-01-26 22:59:30','2021-01-26 17:59:30'),
(106654,39715,'action started via WP Cron','2021-01-26 23:00:19','2021-01-26 18:00:19'),
(106655,39715,'action complete via WP Cron','2021-01-26 23:00:19','2021-01-26 18:00:19'),
(106656,39716,'action created','2021-01-26 23:00:19','2021-01-26 18:00:19'),
(106657,39716,'action started via WP Cron','2021-01-26 23:01:14','2021-01-26 18:01:14'),
(106658,39716,'action complete via WP Cron','2021-01-26 23:01:14','2021-01-26 18:01:14'),
(106659,39717,'action created','2021-01-26 23:01:14','2021-01-26 18:01:14'),
(106660,39717,'action started via WP Cron','2021-01-26 23:02:14','2021-01-26 18:02:14'),
(106661,39717,'action complete via WP Cron','2021-01-26 23:02:14','2021-01-26 18:02:14'),
(106662,39718,'action created','2021-01-26 23:02:14','2021-01-26 18:02:14'),
(106663,39718,'action started via WP Cron','2021-01-26 23:03:32','2021-01-26 18:03:32'),
(106664,39718,'action complete via WP Cron','2021-01-26 23:03:32','2021-01-26 18:03:32'),
(106665,39719,'action created','2021-01-26 23:03:32','2021-01-26 18:03:32'),
(106666,39719,'action started via WP Cron','2021-01-26 23:04:23','2021-01-26 18:04:23'),
(106667,39719,'action complete via WP Cron','2021-01-26 23:04:23','2021-01-26 18:04:23'),
(106668,39720,'action created','2021-01-26 23:04:23','2021-01-26 18:04:23'),
(106669,39720,'action started via WP Cron','2021-01-26 23:05:12','2021-01-26 18:05:12'),
(106670,39720,'action complete via WP Cron','2021-01-26 23:05:12','2021-01-26 18:05:12'),
(106671,39721,'action created','2021-01-26 23:05:12','2021-01-26 18:05:12'),
(106672,39721,'action started via WP Cron','2021-01-26 23:06:38','2021-01-26 18:06:38'),
(106673,39721,'action complete via WP Cron','2021-01-26 23:06:38','2021-01-26 18:06:38'),
(106674,39722,'action created','2021-01-26 23:06:38','2021-01-26 18:06:38'),
(106675,39722,'action started via WP Cron','2021-01-26 23:07:26','2021-01-26 18:07:26'),
(106676,39722,'action complete via WP Cron','2021-01-26 23:07:26','2021-01-26 18:07:26'),
(106677,39723,'action created','2021-01-26 23:07:26','2021-01-26 18:07:26'),
(106678,39723,'action started via WP Cron','2021-01-26 23:08:20','2021-01-26 18:08:20'),
(106679,39723,'action complete via WP Cron','2021-01-26 23:08:20','2021-01-26 18:08:20'),
(106680,39724,'action created','2021-01-26 23:08:20','2021-01-26 18:08:20'),
(106681,39724,'action started via WP Cron','2021-01-26 23:09:13','2021-01-26 18:09:13'),
(106682,39724,'action complete via WP Cron','2021-01-26 23:09:13','2021-01-26 18:09:13'),
(106683,39725,'action created','2021-01-26 23:09:13','2021-01-26 18:09:13'),
(106684,39725,'action started via WP Cron','2021-01-26 23:10:20','2021-01-26 18:10:20'),
(106685,39725,'action complete via WP Cron','2021-01-26 23:10:20','2021-01-26 18:10:20'),
(106686,39726,'action created','2021-01-26 23:10:20','2021-01-26 18:10:20'),
(106687,39726,'action started via WP Cron','2021-01-26 23:11:15','2021-01-26 18:11:15'),
(106688,39726,'action complete via WP Cron','2021-01-26 23:11:15','2021-01-26 18:11:15'),
(106689,39727,'action created','2021-01-26 23:11:16','2021-01-26 18:11:16'),
(106690,39727,'action started via WP Cron','2021-01-26 23:12:14','2021-01-26 18:12:14'),
(106691,39727,'action complete via WP Cron','2021-01-26 23:12:14','2021-01-26 18:12:14'),
(106692,39728,'action created','2021-01-26 23:12:14','2021-01-26 18:12:14'),
(106693,39728,'action started via WP Cron','2021-01-26 23:13:18','2021-01-26 18:13:18'),
(106694,39728,'action complete via WP Cron','2021-01-26 23:13:18','2021-01-26 18:13:18'),
(106695,39729,'action created','2021-01-26 23:13:18','2021-01-26 18:13:18'),
(106696,39729,'action started via WP Cron','2021-01-26 23:14:15','2021-01-26 18:14:15'),
(106697,39729,'action complete via WP Cron','2021-01-26 23:14:15','2021-01-26 18:14:15'),
(106698,39730,'action created','2021-01-26 23:14:15','2021-01-26 18:14:15'),
(106699,39730,'action started via WP Cron','2021-01-26 23:15:13','2021-01-26 18:15:13'),
(106700,39730,'action complete via WP Cron','2021-01-26 23:15:13','2021-01-26 18:15:13'),
(106701,39731,'action created','2021-01-26 23:15:13','2021-01-26 18:15:13'),
(106702,39731,'action started via WP Cron','2021-01-26 23:16:31','2021-01-26 18:16:31'),
(106703,39731,'action complete via WP Cron','2021-01-26 23:16:31','2021-01-26 18:16:31'),
(106704,39732,'action created','2021-01-26 23:16:31','2021-01-26 18:16:31'),
(106705,39732,'action started via WP Cron','2021-01-26 23:17:26','2021-01-26 18:17:26'),
(106706,39732,'action complete via WP Cron','2021-01-26 23:17:26','2021-01-26 18:17:26'),
(106707,39733,'action created','2021-01-26 23:17:26','2021-01-26 18:17:26'),
(106708,39733,'action started via WP Cron','2021-01-26 23:19:04','2021-01-26 18:19:04'),
(106709,39733,'action complete via WP Cron','2021-01-26 23:19:04','2021-01-26 18:19:04'),
(106710,39734,'action created','2021-01-26 23:19:04','2021-01-26 18:19:04'),
(106711,39734,'action started via WP Cron','2021-01-26 23:20:49','2021-01-26 18:20:49'),
(106712,39734,'action complete via WP Cron','2021-01-26 23:20:49','2021-01-26 18:20:49'),
(106713,39735,'action created','2021-01-26 23:20:49','2021-01-26 18:20:49'),
(106714,39735,'action started via WP Cron','2021-01-26 23:26:12','2021-01-26 18:26:12'),
(106715,39735,'action complete via WP Cron','2021-01-26 23:26:12','2021-01-26 18:26:12'),
(106716,39736,'action created','2021-01-26 23:26:12','2021-01-26 18:26:12'),
(106717,39736,'action started via WP Cron','2021-01-26 23:27:42','2021-01-26 18:27:42'),
(106718,39736,'action complete via WP Cron','2021-01-26 23:27:42','2021-01-26 18:27:42'),
(106719,39737,'action created','2021-01-26 23:27:42','2021-01-26 18:27:42'),
(106720,39737,'action started via WP Cron','2021-01-26 23:28:15','2021-01-26 18:28:15'),
(106721,39737,'action complete via WP Cron','2021-01-26 23:28:15','2021-01-26 18:28:15'),
(106722,39738,'action created','2021-01-26 23:28:15','2021-01-26 18:28:15'),
(106723,39738,'action started via WP Cron','2021-01-26 23:29:44','2021-01-26 18:29:44'),
(106724,39738,'action complete via WP Cron','2021-01-26 23:29:44','2021-01-26 18:29:44'),
(106725,39739,'action created','2021-01-26 23:29:44','2021-01-26 18:29:44'),
(106726,39739,'action started via WP Cron','2021-01-26 23:31:09','2021-01-26 18:31:09'),
(106727,39739,'action complete via WP Cron','2021-01-26 23:31:09','2021-01-26 18:31:09'),
(106728,39740,'action created','2021-01-26 23:31:09','2021-01-26 18:31:09'),
(106729,39740,'action started via WP Cron','2021-01-26 23:31:27','2021-01-26 18:31:27'),
(106730,39740,'action complete via WP Cron','2021-01-26 23:31:27','2021-01-26 18:31:27'),
(106731,39741,'action created','2021-01-26 23:31:27','2021-01-26 18:31:27'),
(106732,39741,'action started via WP Cron','2021-01-26 23:34:34','2021-01-26 18:34:34'),
(106733,39741,'action complete via WP Cron','2021-01-26 23:34:34','2021-01-26 18:34:34'),
(106734,39742,'action created','2021-01-26 23:34:34','2021-01-26 18:34:34'),
(106735,39742,'action started via WP Cron','2021-01-26 23:36:27','2021-01-26 18:36:27'),
(106736,39742,'action complete via WP Cron','2021-01-26 23:36:27','2021-01-26 18:36:27'),
(106737,39743,'action created','2021-01-26 23:36:27','2021-01-26 18:36:27'),
(106738,39743,'action started via WP Cron','2021-01-26 23:39:03','2021-01-26 18:39:03'),
(106739,39743,'action complete via WP Cron','2021-01-26 23:39:03','2021-01-26 18:39:03'),
(106740,39744,'action created','2021-01-26 23:39:03','2021-01-26 18:39:03'),
(106741,39744,'action started via WP Cron','2021-01-26 23:40:30','2021-01-26 18:40:30'),
(106742,39744,'action complete via WP Cron','2021-01-26 23:40:30','2021-01-26 18:40:30'),
(106743,39745,'action created','2021-01-26 23:40:30','2021-01-26 18:40:30'),
(106744,39745,'action started via WP Cron','2021-01-26 23:41:42','2021-01-26 18:41:42'),
(106745,39745,'action complete via WP Cron','2021-01-26 23:41:42','2021-01-26 18:41:42'),
(106746,39746,'action created','2021-01-26 23:41:42','2021-01-26 18:41:42'),
(106747,39746,'action started via WP Cron','2021-01-26 23:42:32','2021-01-26 18:42:32'),
(106748,39746,'action complete via WP Cron','2021-01-26 23:42:32','2021-01-26 18:42:32'),
(106749,39747,'action created','2021-01-26 23:42:32','2021-01-26 18:42:32'),
(106750,39747,'action started via WP Cron','2021-01-26 23:44:43','2021-01-26 18:44:43'),
(106751,39747,'action complete via WP Cron','2021-01-26 23:44:43','2021-01-26 18:44:43'),
(106752,39748,'action created','2021-01-26 23:44:44','2021-01-26 18:44:44'),
(106753,39748,'action started via WP Cron','2021-01-26 23:46:30','2021-01-26 18:46:30'),
(106754,39748,'action complete via WP Cron','2021-01-26 23:46:30','2021-01-26 18:46:30'),
(106755,39749,'action created','2021-01-26 23:46:31','2021-01-26 18:46:31'),
(106756,39749,'action started via WP Cron','2021-01-26 23:47:16','2021-01-26 18:47:16'),
(106757,39749,'action complete via WP Cron','2021-01-26 23:47:16','2021-01-26 18:47:16'),
(106758,39750,'action created','2021-01-26 23:47:16','2021-01-26 18:47:16'),
(106759,39750,'action started via WP Cron','2021-01-26 23:48:35','2021-01-26 18:48:35'),
(106760,39750,'action complete via WP Cron','2021-01-26 23:48:35','2021-01-26 18:48:35'),
(106761,39751,'action created','2021-01-26 23:48:35','2021-01-26 18:48:35'),
(106762,39751,'action started via WP Cron','2021-01-26 23:49:24','2021-01-26 18:49:24'),
(106763,39751,'action complete via WP Cron','2021-01-26 23:49:24','2021-01-26 18:49:24'),
(106764,39752,'action created','2021-01-26 23:49:25','2021-01-26 18:49:25'),
(106765,39752,'action started via WP Cron','2021-01-26 23:51:27','2021-01-26 18:51:27'),
(106766,39752,'action complete via WP Cron','2021-01-26 23:51:27','2021-01-26 18:51:27'),
(106767,39755,'action created','2021-01-26 23:51:29','2021-01-26 18:51:29'),
(106768,39754,'action created','2021-01-26 23:51:29','2021-01-26 18:51:29'),
(106769,39753,'action created','2021-01-26 23:51:29','2021-01-26 18:51:29'),
(106770,39756,'action created','2021-01-26 23:51:29','2021-01-26 18:51:29'),
(106771,39753,'action started via WP Cron','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106772,39753,'action complete via WP Cron','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106773,39754,'action started via WP Cron','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106774,39754,'action complete via WP Cron','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106775,39755,'action started via WP Cron','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106776,39755,'action complete via WP Cron','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106777,39756,'action started via WP Cron','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106778,39756,'action complete via WP Cron','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106779,39757,'action created','2021-01-26 23:53:54','2021-01-26 18:53:54'),
(106780,39757,'action started via WP Cron','2021-01-26 23:55:03','2021-01-26 18:55:03'),
(106781,39757,'action complete via WP Cron','2021-01-26 23:55:03','2021-01-26 18:55:03'),
(106782,39758,'action created','2021-01-26 23:55:03','2021-01-26 18:55:03'),
(106783,39758,'action started via WP Cron','2021-01-26 23:55:16','2021-01-26 18:55:16'),
(106784,39758,'action complete via WP Cron','2021-01-26 23:55:16','2021-01-26 18:55:16'),
(106785,39759,'action created','2021-01-26 23:55:16','2021-01-26 18:55:16'),
(106786,39759,'action started via WP Cron','2021-01-26 23:57:33','2021-01-26 18:57:33'),
(106787,39759,'action complete via WP Cron','2021-01-26 23:57:33','2021-01-26 18:57:33'),
(106788,39760,'action created','2021-01-26 23:57:33','2021-01-26 18:57:33'),
(106789,39760,'action started via WP Cron','2021-01-26 23:58:58','2021-01-26 18:58:58'),
(106790,39760,'action complete via WP Cron','2021-01-26 23:58:58','2021-01-26 18:58:58'),
(106791,39761,'action created','2021-01-26 23:58:58','2021-01-26 18:58:58'),
(106792,39761,'action started via WP Cron','2021-01-26 23:59:21','2021-01-26 18:59:21'),
(106793,39761,'action complete via WP Cron','2021-01-26 23:59:21','2021-01-26 18:59:21'),
(106794,39762,'action created','2021-01-26 23:59:21','2021-01-26 18:59:21'),
(106795,39762,'action started via WP Cron','2021-01-27 00:00:45','2021-01-26 19:00:45'),
(106796,39762,'action complete via WP Cron','2021-01-27 00:00:45','2021-01-26 19:00:45'),
(106797,39763,'action created','2021-01-27 00:00:45','2021-01-26 19:00:45'),
(106798,39763,'action started via WP Cron','2021-01-27 00:01:34','2021-01-26 19:01:34'),
(106799,39763,'action complete via WP Cron','2021-01-27 00:01:34','2021-01-26 19:01:34'),
(106800,39764,'action created','2021-01-27 00:01:34','2021-01-26 19:01:34'),
(106801,39764,'action started via WP Cron','2021-01-27 00:02:22','2021-01-26 19:02:22'),
(106802,39764,'action complete via WP Cron','2021-01-27 00:02:22','2021-01-26 19:02:22'),
(106803,39765,'action created','2021-01-27 00:02:22','2021-01-26 19:02:22'),
(106804,39765,'action started via WP Cron','2021-01-27 00:03:11','2021-01-26 19:03:11'),
(106805,39765,'action complete via WP Cron','2021-01-27 00:03:11','2021-01-26 19:03:11'),
(106806,39766,'action created','2021-01-27 00:03:11','2021-01-26 19:03:11'),
(106807,39766,'action started via WP Cron','2021-01-27 00:04:11','2021-01-26 19:04:11'),
(106808,39766,'action complete via WP Cron','2021-01-27 00:04:11','2021-01-26 19:04:11'),
(106809,39767,'action created','2021-01-27 00:04:11','2021-01-26 19:04:11'),
(106810,39767,'action started via WP Cron','2021-01-27 00:05:30','2021-01-26 19:05:30'),
(106811,39767,'action complete via WP Cron','2021-01-27 00:05:30','2021-01-26 19:05:30'),
(106812,39768,'action created','2021-01-27 00:05:30','2021-01-26 19:05:30'),
(106813,39768,'action started via WP Cron','2021-01-27 00:06:12','2021-01-26 19:06:12'),
(106814,39768,'action complete via WP Cron','2021-01-27 00:06:12','2021-01-26 19:06:12'),
(106815,39769,'action created','2021-01-27 00:06:12','2021-01-26 19:06:12'),
(106816,39769,'action started via WP Cron','2021-01-27 00:07:12','2021-01-26 19:07:12'),
(106817,39769,'action complete via WP Cron','2021-01-27 00:07:12','2021-01-26 19:07:12'),
(106818,39770,'action created','2021-01-27 00:07:12','2021-01-26 19:07:12'),
(106819,39770,'action started via WP Cron','2021-01-27 00:08:37','2021-01-26 19:08:37'),
(106820,39770,'action complete via WP Cron','2021-01-27 00:08:37','2021-01-26 19:08:37'),
(106821,39771,'action created','2021-01-27 00:08:37','2021-01-26 19:08:37'),
(106822,39771,'action started via WP Cron','2021-01-27 00:09:19','2021-01-26 19:09:19'),
(106823,39771,'action complete via WP Cron','2021-01-27 00:09:19','2021-01-26 19:09:19'),
(106824,39772,'action created','2021-01-27 00:09:19','2021-01-26 19:09:19'),
(106825,39772,'action started via WP Cron','2021-01-27 00:10:19','2021-01-26 19:10:19'),
(106826,39772,'action complete via WP Cron','2021-01-27 00:10:19','2021-01-26 19:10:19'),
(106827,39773,'action created','2021-01-27 00:10:19','2021-01-26 19:10:19'),
(106828,39773,'action started via WP Cron','2021-01-27 00:12:40','2021-01-26 19:12:40'),
(106829,39773,'action complete via WP Cron','2021-01-27 00:12:40','2021-01-26 19:12:40'),
(106830,39774,'action created','2021-01-27 00:12:40','2021-01-26 19:12:40'),
(106831,39774,'action started via WP Cron','2021-01-27 00:13:35','2021-01-26 19:13:35'),
(106832,39774,'action complete via WP Cron','2021-01-27 00:13:35','2021-01-26 19:13:35'),
(106833,39775,'action created','2021-01-27 00:13:35','2021-01-26 19:13:35'),
(106834,39775,'action started via WP Cron','2021-01-27 00:15:06','2021-01-26 19:15:06'),
(106835,39775,'action complete via WP Cron','2021-01-27 00:15:06','2021-01-26 19:15:06'),
(106836,39776,'action created','2021-01-27 00:15:06','2021-01-26 19:15:06'),
(106837,39776,'action started via WP Cron','2021-01-27 00:15:25','2021-01-26 19:15:25'),
(106838,39776,'action complete via WP Cron','2021-01-27 00:15:25','2021-01-26 19:15:25'),
(106839,39777,'action created','2021-01-27 00:15:25','2021-01-26 19:15:25'),
(106840,39777,'action started via WP Cron','2021-01-27 00:16:21','2021-01-26 19:16:21'),
(106841,39777,'action complete via WP Cron','2021-01-27 00:16:21','2021-01-26 19:16:21'),
(106842,39778,'action created','2021-01-27 00:16:21','2021-01-26 19:16:21'),
(106843,39778,'action started via WP Cron','2021-01-27 00:17:14','2021-01-26 19:17:14'),
(106844,39778,'action complete via WP Cron','2021-01-27 00:17:14','2021-01-26 19:17:14'),
(106845,39779,'action created','2021-01-27 00:17:14','2021-01-26 19:17:14'),
(106846,39779,'action started via WP Cron','2021-01-27 00:18:23','2021-01-26 19:18:23'),
(106847,39779,'action complete via WP Cron','2021-01-27 00:18:23','2021-01-26 19:18:23'),
(106848,39780,'action created','2021-01-27 00:18:23','2021-01-26 19:18:23'),
(106849,39780,'action started via WP Cron','2021-01-27 00:19:30','2021-01-26 19:19:30'),
(106850,39780,'action complete via WP Cron','2021-01-27 00:19:30','2021-01-26 19:19:30'),
(106851,39781,'action created','2021-01-27 00:19:30','2021-01-26 19:19:30'),
(106852,39781,'action started via WP Cron','2021-01-27 00:21:00','2021-01-26 19:21:00'),
(106853,39781,'action complete via WP Cron','2021-01-27 00:21:00','2021-01-26 19:21:00'),
(106854,39782,'action created','2021-01-27 00:21:01','2021-01-26 19:21:01'),
(106855,39782,'action started via WP Cron','2021-01-27 00:21:35','2021-01-26 19:21:35'),
(106856,39782,'action complete via WP Cron','2021-01-27 00:21:36','2021-01-26 19:21:36'),
(106857,39783,'action created','2021-01-27 00:21:36','2021-01-26 19:21:36'),
(106858,39783,'action started via WP Cron','2021-01-27 00:23:24','2021-01-26 19:23:24'),
(106859,39783,'action complete via WP Cron','2021-01-27 00:23:24','2021-01-26 19:23:24'),
(106860,39784,'action created','2021-01-27 00:23:24','2021-01-26 19:23:24'),
(106861,39784,'action started via WP Cron','2021-01-27 00:25:36','2021-01-26 19:25:36'),
(106862,39784,'action complete via WP Cron','2021-01-27 00:25:36','2021-01-26 19:25:36'),
(106863,39785,'action created','2021-01-27 00:25:36','2021-01-26 19:25:36'),
(106864,39785,'action started via WP Cron','2021-01-27 00:26:17','2021-01-26 19:26:17'),
(106865,39785,'action complete via WP Cron','2021-01-27 00:26:17','2021-01-26 19:26:17'),
(106866,39786,'action created','2021-01-27 00:26:17','2021-01-26 19:26:17'),
(106867,39786,'action started via WP Cron','2021-01-27 00:27:33','2021-01-26 19:27:33'),
(106868,39786,'action complete via WP Cron','2021-01-27 00:27:33','2021-01-26 19:27:33'),
(106869,39787,'action created','2021-01-27 00:27:33','2021-01-26 19:27:33'),
(106870,39787,'action started via WP Cron','2021-01-27 00:28:15','2021-01-26 19:28:15'),
(106871,39787,'action complete via WP Cron','2021-01-27 00:28:15','2021-01-26 19:28:15'),
(106872,39788,'action created','2021-01-27 00:28:15','2021-01-26 19:28:15'),
(106873,39788,'action started via WP Cron','2021-01-27 00:29:17','2021-01-26 19:29:17'),
(106874,39788,'action complete via WP Cron','2021-01-27 00:29:17','2021-01-26 19:29:17'),
(106875,39789,'action created','2021-01-27 00:29:17','2021-01-26 19:29:17'),
(106876,39789,'action started via WP Cron','2021-01-27 00:31:34','2021-01-26 19:31:34'),
(106877,39789,'action complete via WP Cron','2021-01-27 00:31:34','2021-01-26 19:31:34'),
(106878,39790,'action created','2021-01-27 00:31:34','2021-01-26 19:31:34'),
(106879,39790,'action started via WP Cron','2021-01-27 00:32:38','2021-01-26 19:32:38'),
(106880,39790,'action complete via WP Cron','2021-01-27 00:32:38','2021-01-26 19:32:38'),
(106881,39791,'action created','2021-01-27 00:32:38','2021-01-26 19:32:38'),
(106882,39791,'action started via WP Cron','2021-01-27 00:33:17','2021-01-26 19:33:17'),
(106883,39791,'action complete via WP Cron','2021-01-27 00:33:17','2021-01-26 19:33:17'),
(106884,39792,'action created','2021-01-27 00:33:17','2021-01-26 19:33:17'),
(106885,39792,'action started via WP Cron','2021-01-27 00:37:31','2021-01-26 19:37:31'),
(106886,39792,'action complete via WP Cron','2021-01-27 00:37:31','2021-01-26 19:37:31'),
(106887,39793,'action created','2021-01-27 00:37:31','2021-01-26 19:37:31'),
(106888,39793,'action started via WP Cron','2021-01-27 00:38:30','2021-01-26 19:38:30'),
(106889,39793,'action complete via WP Cron','2021-01-27 00:38:30','2021-01-26 19:38:30'),
(106890,39794,'action created','2021-01-27 00:38:30','2021-01-26 19:38:30'),
(106891,39794,'action started via WP Cron','2021-01-27 00:39:13','2021-01-26 19:39:13'),
(106892,39794,'action complete via WP Cron','2021-01-27 00:39:13','2021-01-26 19:39:13'),
(106893,39795,'action created','2021-01-27 00:39:13','2021-01-26 19:39:13'),
(106894,39795,'action started via WP Cron','2021-01-27 00:42:32','2021-01-26 19:42:32'),
(106895,39795,'action complete via WP Cron','2021-01-27 00:42:32','2021-01-26 19:42:32'),
(106896,39796,'action created','2021-01-27 00:42:32','2021-01-26 19:42:32'),
(106897,39796,'action started via WP Cron','2021-01-27 00:44:40','2021-01-26 19:44:40'),
(106898,39796,'action complete via WP Cron','2021-01-27 00:44:40','2021-01-26 19:44:40'),
(106899,39797,'action created','2021-01-27 00:44:40','2021-01-26 19:44:40'),
(106900,39797,'action started via WP Cron','2021-01-27 00:47:11','2021-01-26 19:47:11'),
(106901,39797,'action complete via WP Cron','2021-01-27 00:47:11','2021-01-26 19:47:11'),
(106902,39798,'action created','2021-01-27 00:47:11','2021-01-26 19:47:11'),
(106903,39798,'action started via WP Cron','2021-01-27 00:48:38','2021-01-26 19:48:38'),
(106904,39798,'action complete via WP Cron','2021-01-27 00:48:38','2021-01-26 19:48:38'),
(106905,39799,'action created','2021-01-27 00:48:38','2021-01-26 19:48:38'),
(106906,39799,'action started via WP Cron','2021-01-27 00:50:14','2021-01-26 19:50:14'),
(106907,39799,'action complete via WP Cron','2021-01-27 00:50:14','2021-01-26 19:50:14'),
(106908,39800,'action created','2021-01-27 00:50:14','2021-01-26 19:50:14'),
(106909,39800,'action started via WP Cron','2021-01-27 00:51:12','2021-01-26 19:51:12'),
(106910,39800,'action complete via WP Cron','2021-01-27 00:51:12','2021-01-26 19:51:12'),
(106911,39801,'action created','2021-01-27 00:51:12','2021-01-26 19:51:12'),
(106912,39801,'action started via WP Cron','2021-01-27 00:53:37','2021-01-26 19:53:37'),
(106913,39801,'action complete via WP Cron','2021-01-27 00:53:37','2021-01-26 19:53:37'),
(106914,39802,'action created','2021-01-27 00:53:37','2021-01-26 19:53:37'),
(106915,39802,'action started via WP Cron','2021-01-27 00:55:26','2021-01-26 19:55:26'),
(106916,39802,'action complete via WP Cron','2021-01-27 00:55:26','2021-01-26 19:55:26'),
(106917,39803,'action created','2021-01-27 00:55:26','2021-01-26 19:55:26'),
(106918,39803,'action started via WP Cron','2021-01-27 00:56:39','2021-01-26 19:56:39'),
(106919,39803,'action complete via WP Cron','2021-01-27 00:56:39','2021-01-26 19:56:39'),
(106920,39804,'action created','2021-01-27 00:56:39','2021-01-26 19:56:39'),
(106921,39804,'action started via WP Cron','2021-01-27 00:59:54','2021-01-26 19:59:54'),
(106922,39804,'action complete via WP Cron','2021-01-27 00:59:54','2021-01-26 19:59:54'),
(106923,39805,'action created','2021-01-27 00:59:54','2021-01-26 19:59:54'),
(106924,39805,'action started via WP Cron','2021-01-27 01:00:52','2021-01-26 20:00:52'),
(106925,39805,'action complete via WP Cron','2021-01-27 01:00:52','2021-01-26 20:00:52'),
(106926,39806,'action created','2021-01-27 01:00:52','2021-01-26 20:00:52'),
(106927,39806,'action started via WP Cron','2021-01-27 01:02:40','2021-01-26 20:02:40'),
(106928,39806,'action complete via WP Cron','2021-01-27 01:02:40','2021-01-26 20:02:40'),
(106929,39807,'action created','2021-01-27 01:02:40','2021-01-26 20:02:40'),
(106930,39807,'action started via WP Cron','2021-01-27 01:03:38','2021-01-26 20:03:38'),
(106931,39807,'action complete via WP Cron','2021-01-27 01:03:38','2021-01-26 20:03:38'),
(106932,39808,'action created','2021-01-27 01:03:38','2021-01-26 20:03:38'),
(106933,39808,'action started via WP Cron','2021-01-27 01:04:12','2021-01-26 20:04:12'),
(106934,39808,'action complete via WP Cron','2021-01-27 01:04:12','2021-01-26 20:04:12'),
(106935,39809,'action created','2021-01-27 01:04:12','2021-01-26 20:04:12'),
(106936,39809,'action started via WP Cron','2021-01-27 01:05:27','2021-01-26 20:05:27'),
(106937,39809,'action complete via WP Cron','2021-01-27 01:05:27','2021-01-26 20:05:27'),
(106938,39810,'action created','2021-01-27 01:05:27','2021-01-26 20:05:27'),
(106939,39810,'action started via WP Cron','2021-01-27 01:06:43','2021-01-26 20:06:43'),
(106940,39810,'action complete via WP Cron','2021-01-27 01:06:43','2021-01-26 20:06:43'),
(106941,39811,'action created','2021-01-27 01:06:44','2021-01-26 20:06:44'),
(106942,39811,'action started via WP Cron','2021-01-27 01:07:23','2021-01-26 20:07:23'),
(106943,39811,'action complete via WP Cron','2021-01-27 01:07:23','2021-01-26 20:07:23'),
(106944,39812,'action created','2021-01-27 01:07:23','2021-01-26 20:07:23'),
(106945,39812,'action started via WP Cron','2021-01-27 01:09:47','2021-01-26 20:09:47'),
(106946,39812,'action complete via WP Cron','2021-01-27 01:09:47','2021-01-26 20:09:47'),
(106947,39813,'action created','2021-01-27 01:09:47','2021-01-26 20:09:47'),
(106948,39813,'action started via WP Cron','2021-01-27 01:10:40','2021-01-26 20:10:40'),
(106949,39813,'action complete via WP Cron','2021-01-27 01:10:40','2021-01-26 20:10:40'),
(106950,39814,'action created','2021-01-27 01:10:40','2021-01-26 20:10:40'),
(106951,39814,'action started via WP Cron','2021-01-27 01:11:50','2021-01-26 20:11:50'),
(106952,39814,'action complete via WP Cron','2021-01-27 01:11:50','2021-01-26 20:11:50'),
(106953,39815,'action created','2021-01-27 01:11:51','2021-01-26 20:11:51'),
(106954,39815,'action started via WP Cron','2021-01-27 01:13:44','2021-01-26 20:13:44'),
(106955,39815,'action complete via WP Cron','2021-01-27 01:13:44','2021-01-26 20:13:44'),
(106956,39816,'action created','2021-01-27 01:13:44','2021-01-26 20:13:44'),
(106957,39816,'action started via WP Cron','2021-01-27 01:15:17','2021-01-26 20:15:17'),
(106958,39816,'action complete via WP Cron','2021-01-27 01:15:17','2021-01-26 20:15:17'),
(106959,39817,'action created','2021-01-27 01:15:17','2021-01-26 20:15:17'),
(106960,39817,'action started via WP Cron','2021-01-27 01:16:21','2021-01-26 20:16:21'),
(106961,39817,'action complete via WP Cron','2021-01-27 01:16:21','2021-01-26 20:16:21'),
(106962,39818,'action created','2021-01-27 01:16:21','2021-01-26 20:16:21'),
(106963,39818,'action started via WP Cron','2021-01-27 01:19:12','2021-01-26 20:19:12'),
(106964,39818,'action complete via WP Cron','2021-01-27 01:19:12','2021-01-26 20:19:12'),
(106965,39819,'action created','2021-01-27 01:19:12','2021-01-26 20:19:12'),
(106966,39819,'action started via WP Cron','2021-01-27 01:21:06','2021-01-26 20:21:06'),
(106967,39819,'action complete via WP Cron','2021-01-27 01:21:06','2021-01-26 20:21:06'),
(106968,39820,'action created','2021-01-27 01:21:06','2021-01-26 20:21:06'),
(106969,39820,'action started via WP Cron','2021-01-27 01:21:51','2021-01-26 20:21:51'),
(106970,39820,'action complete via WP Cron','2021-01-27 01:21:51','2021-01-26 20:21:51'),
(106971,39821,'action created','2021-01-27 01:21:51','2021-01-26 20:21:51'),
(106972,39821,'action started via WP Cron','2021-01-27 01:23:18','2021-01-26 20:23:18'),
(106973,39821,'action complete via WP Cron','2021-01-27 01:23:18','2021-01-26 20:23:18'),
(106974,39822,'action created','2021-01-27 01:23:18','2021-01-26 20:23:18'),
(106975,39822,'action started via WP Cron','2021-01-27 01:24:43','2021-01-26 20:24:43'),
(106976,39822,'action complete via WP Cron','2021-01-27 01:24:43','2021-01-26 20:24:43'),
(106977,39823,'action created','2021-01-27 01:24:43','2021-01-26 20:24:43'),
(106978,39823,'action started via WP Cron','2021-01-27 01:27:21','2021-01-26 20:27:21'),
(106979,39823,'action complete via WP Cron','2021-01-27 01:27:21','2021-01-26 20:27:21'),
(106980,39824,'action created','2021-01-27 01:27:21','2021-01-26 20:27:21'),
(106981,39824,'action started via WP Cron','2021-01-27 01:28:47','2021-01-26 20:28:47'),
(106982,39824,'action complete via WP Cron','2021-01-27 01:28:47','2021-01-26 20:28:47'),
(106983,39825,'action created','2021-01-27 01:28:47','2021-01-26 20:28:47'),
(106984,39825,'action started via WP Cron','2021-01-27 01:30:15','2021-01-26 20:30:15'),
(106985,39825,'action complete via WP Cron','2021-01-27 01:30:15','2021-01-26 20:30:15'),
(106986,39826,'action created','2021-01-27 01:30:16','2021-01-26 20:30:16'),
(106987,39826,'action started via WP Cron','2021-01-27 01:31:11','2021-01-26 20:31:11'),
(106988,39826,'action complete via WP Cron','2021-01-27 01:31:11','2021-01-26 20:31:11'),
(106989,39827,'action created','2021-01-27 01:31:11','2021-01-26 20:31:11'),
(106990,39827,'action started via WP Cron','2021-01-27 01:32:14','2021-01-26 20:32:14'),
(106991,39827,'action complete via WP Cron','2021-01-27 01:32:14','2021-01-26 20:32:14'),
(106992,39828,'action created','2021-01-27 01:32:14','2021-01-26 20:32:14'),
(106993,39828,'action started via WP Cron','2021-01-27 01:34:10','2021-01-26 20:34:10'),
(106994,39828,'action complete via WP Cron','2021-01-27 01:34:10','2021-01-26 20:34:10'),
(106995,38737,'action started via WP Cron','2021-01-27 01:34:10','2021-01-26 20:34:10'),
(106996,38737,'action complete via WP Cron','2021-01-27 01:34:10','2021-01-26 20:34:10'),
(106997,39829,'action created','2021-01-27 01:34:10','2021-01-26 20:34:10'),
(106998,39830,'action created','2021-01-27 01:34:10','2021-01-26 20:34:10'),
(106999,39830,'action started via WP Cron','2021-01-27 01:36:20','2021-01-26 20:36:20'),
(107000,39830,'action complete via WP Cron','2021-01-27 01:36:20','2021-01-26 20:36:20'),
(107001,39831,'action created','2021-01-27 01:36:20','2021-01-26 20:36:20'),
(107002,39831,'action started via WP Cron','2021-01-27 01:38:21','2021-01-26 20:38:21'),
(107003,39831,'action complete via WP Cron','2021-01-27 01:38:21','2021-01-26 20:38:21'),
(107004,39832,'action created','2021-01-27 01:38:21','2021-01-26 20:38:21'),
(107005,39832,'action started via WP Cron','2021-01-27 01:39:42','2021-01-26 20:39:42'),
(107006,39832,'action complete via WP Cron','2021-01-27 01:39:42','2021-01-26 20:39:42'),
(107007,39833,'action created','2021-01-27 01:39:42','2021-01-26 20:39:42'),
(107008,39833,'action started via WP Cron','2021-01-27 01:42:14','2021-01-26 20:42:14'),
(107009,39833,'action complete via WP Cron','2021-01-27 01:42:14','2021-01-26 20:42:14'),
(107010,39834,'action created','2021-01-27 01:42:15','2021-01-26 20:42:15'),
(107011,39834,'action started via WP Cron','2021-01-27 01:43:48','2021-01-26 20:43:48'),
(107012,39834,'action complete via WP Cron','2021-01-27 01:43:48','2021-01-26 20:43:48'),
(107013,39835,'action created','2021-01-27 01:43:48','2021-01-26 20:43:48'),
(107014,39835,'action started via WP Cron','2021-01-27 01:44:32','2021-01-26 20:44:32'),
(107015,39835,'action complete via WP Cron','2021-01-27 01:44:32','2021-01-26 20:44:32'),
(107016,39836,'action created','2021-01-27 01:44:33','2021-01-26 20:44:33'),
(107017,39836,'action started via WP Cron','2021-01-27 01:45:34','2021-01-26 20:45:34'),
(107018,39836,'action complete via WP Cron','2021-01-27 01:45:34','2021-01-26 20:45:34'),
(107019,39837,'action created','2021-01-27 01:45:34','2021-01-26 20:45:34'),
(107020,39837,'action started via WP Cron','2021-01-27 01:48:14','2021-01-26 20:48:14'),
(107021,39837,'action complete via WP Cron','2021-01-27 01:48:14','2021-01-26 20:48:14'),
(107022,39838,'action created','2021-01-27 01:48:14','2021-01-26 20:48:14'),
(107023,39838,'action started via WP Cron','2021-01-27 01:51:07','2021-01-26 20:51:07'),
(107024,39838,'action complete via WP Cron','2021-01-27 01:51:08','2021-01-26 20:51:08'),
(107025,39839,'action created','2021-01-27 01:51:08','2021-01-26 20:51:08'),
(107026,39839,'action started via WP Cron','2021-01-27 01:51:55','2021-01-26 20:51:55'),
(107027,39839,'action complete via WP Cron','2021-01-27 01:51:55','2021-01-26 20:51:55'),
(107028,39840,'action created','2021-01-27 01:51:55','2021-01-26 20:51:55'),
(107029,39840,'action started via WP Cron','2021-01-27 01:52:34','2021-01-26 20:52:34'),
(107030,39840,'action complete via WP Cron','2021-01-27 01:52:34','2021-01-26 20:52:34'),
(107031,39841,'action created','2021-01-27 01:52:34','2021-01-26 20:52:34'),
(107032,39841,'action started via WP Cron','2021-01-27 01:53:27','2021-01-26 20:53:27'),
(107033,39841,'action complete via WP Cron','2021-01-27 01:53:27','2021-01-26 20:53:27'),
(107034,39842,'action created','2021-01-27 01:53:27','2021-01-26 20:53:27'),
(107035,39842,'action started via WP Cron','2021-01-27 01:56:17','2021-01-26 20:56:17'),
(107036,39842,'action complete via WP Cron','2021-01-27 01:56:17','2021-01-26 20:56:17'),
(107037,39843,'action created','2021-01-27 01:56:17','2021-01-26 20:56:17'),
(107038,39843,'action started via WP Cron','2021-01-27 01:59:37','2021-01-26 20:59:37'),
(107039,39843,'action complete via WP Cron','2021-01-27 01:59:37','2021-01-26 20:59:37'),
(107040,39844,'action created','2021-01-27 01:59:37','2021-01-26 20:59:37'),
(107041,39844,'action started via WP Cron','2021-01-27 02:00:31','2021-01-26 21:00:31'),
(107042,39844,'action complete via WP Cron','2021-01-27 02:00:31','2021-01-26 21:00:31'),
(107043,39845,'action created','2021-01-27 02:00:31','2021-01-26 21:00:31'),
(107044,39845,'action started via WP Cron','2021-01-27 02:02:00','2021-01-26 21:02:00'),
(107045,39845,'action complete via WP Cron','2021-01-27 02:02:00','2021-01-26 21:02:00'),
(107046,39846,'action created','2021-01-27 02:02:00','2021-01-26 21:02:00'),
(107047,39846,'action started via WP Cron','2021-01-27 02:02:16','2021-01-26 21:02:16'),
(107048,39846,'action complete via WP Cron','2021-01-27 02:02:16','2021-01-26 21:02:16'),
(107049,39847,'action created','2021-01-27 02:02:16','2021-01-26 21:02:16'),
(107050,39847,'action started via WP Cron','2021-01-27 02:03:42','2021-01-26 21:03:42'),
(107051,39847,'action complete via WP Cron','2021-01-27 02:03:42','2021-01-26 21:03:42'),
(107052,39848,'action created','2021-01-27 02:03:42','2021-01-26 21:03:42'),
(107053,39848,'action started via WP Cron','2021-01-27 02:04:12','2021-01-26 21:04:12'),
(107054,39848,'action complete via WP Cron','2021-01-27 02:04:12','2021-01-26 21:04:12'),
(107055,39849,'action created','2021-01-27 02:04:12','2021-01-26 21:04:12'),
(107056,39849,'action started via WP Cron','2021-01-27 02:06:32','2021-01-26 21:06:32'),
(107057,39849,'action complete via WP Cron','2021-01-27 02:06:32','2021-01-26 21:06:32'),
(107058,39850,'action created','2021-01-27 02:06:32','2021-01-26 21:06:32'),
(107059,39850,'action started via WP Cron','2021-01-27 02:08:05','2021-01-26 21:08:05'),
(107060,39850,'action complete via WP Cron','2021-01-27 02:08:05','2021-01-26 21:08:05'),
(107061,39851,'action created','2021-01-27 02:08:05','2021-01-26 21:08:05'),
(107062,39851,'action started via WP Cron','2021-01-27 02:09:37','2021-01-26 21:09:37'),
(107063,39851,'action complete via WP Cron','2021-01-27 02:09:37','2021-01-26 21:09:37'),
(107064,39852,'action created','2021-01-27 02:09:37','2021-01-26 21:09:37'),
(107065,39852,'action started via WP Cron','2021-01-27 02:12:16','2021-01-26 21:12:16'),
(107066,39852,'action complete via WP Cron','2021-01-27 02:12:16','2021-01-26 21:12:16'),
(107067,39853,'action created','2021-01-27 02:12:16','2021-01-26 21:12:16'),
(107068,39853,'action started via WP Cron','2021-01-27 02:13:13','2021-01-26 21:13:13'),
(107069,39853,'action complete via WP Cron','2021-01-27 02:13:13','2021-01-26 21:13:13'),
(107070,39854,'action created','2021-01-27 02:13:13','2021-01-26 21:13:13'),
(107071,39854,'action started via WP Cron','2021-01-27 02:14:24','2021-01-26 21:14:24'),
(107072,39854,'action complete via WP Cron','2021-01-27 02:14:24','2021-01-26 21:14:24'),
(107073,39855,'action created','2021-01-27 02:14:24','2021-01-26 21:14:24'),
(107074,39855,'action started via WP Cron','2021-01-27 02:16:00','2021-01-26 21:16:00'),
(107075,39855,'action complete via WP Cron','2021-01-27 02:16:00','2021-01-26 21:16:00'),
(107076,39856,'action created','2021-01-27 02:16:00','2021-01-26 21:16:00'),
(107077,39856,'action started via WP Cron','2021-01-27 02:16:14','2021-01-26 21:16:14'),
(107078,39856,'action complete via WP Cron','2021-01-27 02:16:14','2021-01-26 21:16:14'),
(107079,39857,'action created','2021-01-27 02:16:14','2021-01-26 21:16:14'),
(107080,39857,'action started via WP Cron','2021-01-27 02:17:38','2021-01-26 21:17:38'),
(107081,39857,'action complete via WP Cron','2021-01-27 02:17:38','2021-01-26 21:17:38'),
(107082,39858,'action created','2021-01-27 02:17:38','2021-01-26 21:17:38'),
(107083,39858,'action started via WP Cron','2021-01-27 02:23:32','2021-01-26 21:23:32'),
(107084,39858,'action complete via WP Cron','2021-01-27 02:23:32','2021-01-26 21:23:32'),
(107085,39859,'action created','2021-01-27 02:23:33','2021-01-26 21:23:33'),
(107086,39859,'action started via WP Cron','2021-01-27 02:24:42','2021-01-26 21:24:42'),
(107087,39859,'action complete via WP Cron','2021-01-27 02:24:42','2021-01-26 21:24:42'),
(107088,39860,'action created','2021-01-27 02:24:42','2021-01-26 21:24:42'),
(107089,39860,'action started via WP Cron','2021-01-27 02:27:00','2021-01-26 21:27:00'),
(107090,39860,'action complete via WP Cron','2021-01-27 02:27:00','2021-01-26 21:27:00'),
(107091,39861,'action created','2021-01-27 02:27:01','2021-01-26 21:27:01'),
(107092,39861,'action started via WP Cron','2021-01-27 02:27:19','2021-01-26 21:27:19'),
(107093,39861,'action complete via WP Cron','2021-01-27 02:27:19','2021-01-26 21:27:19'),
(107094,39862,'action created','2021-01-27 02:27:19','2021-01-26 21:27:19'),
(107095,39862,'action started via WP Cron','2021-01-27 02:30:26','2021-01-26 21:30:26'),
(107096,39862,'action complete via WP Cron','2021-01-27 02:30:26','2021-01-26 21:30:26'),
(107097,39863,'action created','2021-01-27 02:30:26','2021-01-26 21:30:26'),
(107098,39863,'action started via WP Cron','2021-01-27 02:32:29','2021-01-26 21:32:29'),
(107099,39863,'action complete via WP Cron','2021-01-27 02:32:29','2021-01-26 21:32:29'),
(107100,39864,'action created','2021-01-27 02:32:29','2021-01-26 21:32:29'),
(107101,39864,'action started via WP Cron','2021-01-27 02:33:16','2021-01-26 21:33:16'),
(107102,39864,'action complete via WP Cron','2021-01-27 02:33:16','2021-01-26 21:33:16'),
(107103,39865,'action created','2021-01-27 02:33:16','2021-01-26 21:33:16'),
(107104,39865,'action started via WP Cron','2021-01-27 02:34:37','2021-01-26 21:34:37'),
(107105,39865,'action complete via WP Cron','2021-01-27 02:34:37','2021-01-26 21:34:37'),
(107106,39866,'action created','2021-01-27 02:34:38','2021-01-26 21:34:38'),
(107107,39866,'action started via WP Cron','2021-01-27 02:35:14','2021-01-26 21:35:14'),
(107108,39866,'action complete via WP Cron','2021-01-27 02:35:14','2021-01-26 21:35:14'),
(107109,39867,'action created','2021-01-27 02:35:14','2021-01-26 21:35:14'),
(107110,39867,'action started via WP Cron','2021-01-27 02:36:54','2021-01-26 21:36:54'),
(107111,39867,'action complete via WP Cron','2021-01-27 02:36:54','2021-01-26 21:36:54'),
(107112,39868,'action created','2021-01-27 02:36:54','2021-01-26 21:36:54'),
(107113,39868,'action started via WP Cron','2021-01-27 02:38:31','2021-01-26 21:38:31'),
(107114,39868,'action complete via WP Cron','2021-01-27 02:38:31','2021-01-26 21:38:31'),
(107115,39869,'action created','2021-01-27 02:38:31','2021-01-26 21:38:31'),
(107116,39869,'action started via WP Cron','2021-01-27 02:40:24','2021-01-26 21:40:24'),
(107117,39869,'action complete via WP Cron','2021-01-27 02:40:24','2021-01-26 21:40:24'),
(107118,39870,'action created','2021-01-27 02:40:24','2021-01-26 21:40:24'),
(107119,39870,'action started via WP Cron','2021-01-27 02:42:10','2021-01-26 21:42:10'),
(107120,39870,'action complete via WP Cron','2021-01-27 02:42:10','2021-01-26 21:42:10'),
(107121,39871,'action created','2021-01-27 02:42:10','2021-01-26 21:42:10'),
(107122,39871,'action started via WP Cron','2021-01-27 02:43:18','2021-01-26 21:43:18'),
(107123,39871,'action complete via WP Cron','2021-01-27 02:43:18','2021-01-26 21:43:18'),
(107124,39872,'action created','2021-01-27 02:43:18','2021-01-26 21:43:18'),
(107125,39872,'action started via WP Cron','2021-01-27 02:44:38','2021-01-26 21:44:38'),
(107126,39872,'action complete via WP Cron','2021-01-27 02:44:38','2021-01-26 21:44:38'),
(107127,39873,'action created','2021-01-27 02:44:38','2021-01-26 21:44:38'),
(107128,39873,'action started via WP Cron','2021-01-27 02:45:13','2021-01-26 21:45:13'),
(107129,39873,'action complete via WP Cron','2021-01-27 02:45:13','2021-01-26 21:45:13'),
(107130,39874,'action created','2021-01-27 02:45:13','2021-01-26 21:45:13'),
(107131,39874,'action started via WP Cron','2021-01-27 02:46:13','2021-01-26 21:46:13'),
(107132,39874,'action complete via WP Cron','2021-01-27 02:46:13','2021-01-26 21:46:13'),
(107133,39875,'action created','2021-01-27 02:46:13','2021-01-26 21:46:13'),
(107134,39875,'action started via WP Cron','2021-01-27 02:47:33','2021-01-26 21:47:33'),
(107135,39875,'action complete via WP Cron','2021-01-27 02:47:33','2021-01-26 21:47:33'),
(107136,39876,'action created','2021-01-27 02:47:33','2021-01-26 21:47:33'),
(107137,39876,'action started via WP Cron','2021-01-27 02:48:18','2021-01-26 21:48:18'),
(107138,39876,'action complete via WP Cron','2021-01-27 02:48:18','2021-01-26 21:48:18'),
(107139,39877,'action created','2021-01-27 02:48:19','2021-01-26 21:48:19'),
(107140,39877,'action started via WP Cron','2021-01-27 02:49:19','2021-01-26 21:49:19'),
(107141,39877,'action complete via WP Cron','2021-01-27 02:49:19','2021-01-26 21:49:19'),
(107142,39878,'action created','2021-01-27 02:49:19','2021-01-26 21:49:19'),
(107143,39878,'action started via WP Cron','2021-01-27 02:50:15','2021-01-26 21:50:15'),
(107144,39878,'action complete via WP Cron','2021-01-27 02:50:15','2021-01-26 21:50:15'),
(107145,39879,'action created','2021-01-27 02:50:15','2021-01-26 21:50:15'),
(107146,39879,'action started via WP Cron','2021-01-27 02:51:30','2021-01-26 21:51:30'),
(107147,39879,'action complete via WP Cron','2021-01-27 02:51:30','2021-01-26 21:51:30'),
(107148,39880,'action created','2021-01-27 02:51:30','2021-01-26 21:51:30'),
(107149,39880,'action started via WP Cron','2021-01-27 02:52:12','2021-01-26 21:52:12'),
(107150,39880,'action complete via WP Cron','2021-01-27 02:52:12','2021-01-26 21:52:12'),
(107151,39881,'action created','2021-01-27 02:52:12','2021-01-26 21:52:12'),
(107152,39881,'action started via WP Cron','2021-01-27 02:53:43','2021-01-26 21:53:43'),
(107153,39881,'action complete via WP Cron','2021-01-27 02:53:43','2021-01-26 21:53:43'),
(107154,39882,'action created','2021-01-27 02:53:43','2021-01-26 21:53:43'),
(107155,39882,'action started via WP Cron','2021-01-27 02:54:23','2021-01-26 21:54:23'),
(107156,39882,'action complete via WP Cron','2021-01-27 02:54:23','2021-01-26 21:54:23'),
(107157,39883,'action created','2021-01-27 02:54:23','2021-01-26 21:54:23'),
(107158,39883,'action started via WP Cron','2021-01-27 02:55:33','2021-01-26 21:55:33'),
(107159,39883,'action complete via WP Cron','2021-01-27 02:55:33','2021-01-26 21:55:33'),
(107160,39884,'action created','2021-01-27 02:55:33','2021-01-26 21:55:33'),
(107161,39884,'action started via WP Cron','2021-01-27 02:56:30','2021-01-26 21:56:30'),
(107162,39884,'action complete via WP Cron','2021-01-27 02:56:30','2021-01-26 21:56:30'),
(107163,39885,'action created','2021-01-27 02:56:30','2021-01-26 21:56:30'),
(107164,39885,'action started via WP Cron','2021-01-27 02:57:23','2021-01-26 21:57:23'),
(107165,39885,'action complete via WP Cron','2021-01-27 02:57:23','2021-01-26 21:57:23'),
(107166,39886,'action created','2021-01-27 02:57:23','2021-01-26 21:57:23'),
(107167,39886,'action started via WP Cron','2021-01-27 02:58:42','2021-01-26 21:58:42'),
(107168,39886,'action complete via WP Cron','2021-01-27 02:58:42','2021-01-26 21:58:42'),
(107169,39887,'action created','2021-01-27 02:58:42','2021-01-26 21:58:42'),
(107170,39887,'action started via WP Cron','2021-01-27 02:59:21','2021-01-26 21:59:21'),
(107171,39887,'action complete via WP Cron','2021-01-27 02:59:21','2021-01-26 21:59:21'),
(107172,39888,'action created','2021-01-27 02:59:21','2021-01-26 21:59:21'),
(107173,39888,'action started via WP Cron','2021-01-27 03:00:20','2021-01-26 22:00:20'),
(107174,39888,'action complete via WP Cron','2021-01-27 03:00:20','2021-01-26 22:00:20'),
(107175,39889,'action created','2021-01-27 03:00:20','2021-01-26 22:00:20'),
(107176,39889,'action started via WP Cron','2021-01-27 03:01:22','2021-01-26 22:01:22'),
(107177,39889,'action complete via WP Cron','2021-01-27 03:01:22','2021-01-26 22:01:22'),
(107178,39890,'action created','2021-01-27 03:01:22','2021-01-26 22:01:22'),
(107179,39890,'action started via WP Cron','2021-01-27 03:05:04','2021-01-26 22:05:04'),
(107180,39890,'action complete via WP Cron','2021-01-27 03:05:04','2021-01-26 22:05:04'),
(107181,39891,'action created','2021-01-27 03:05:04','2021-01-26 22:05:04'),
(107182,39891,'action started via WP Cron','2021-01-27 03:06:08','2021-01-26 22:06:08'),
(107183,39891,'action complete via WP Cron','2021-01-27 03:06:08','2021-01-26 22:06:08'),
(107184,39892,'action created','2021-01-27 03:06:08','2021-01-26 22:06:08'),
(107185,39892,'action started via WP Cron','2021-01-27 03:07:34','2021-01-26 22:07:34'),
(107186,39892,'action complete via WP Cron','2021-01-27 03:07:34','2021-01-26 22:07:34'),
(107187,39893,'action created','2021-01-27 03:07:34','2021-01-26 22:07:34'),
(107188,39893,'action started via WP Cron','2021-01-27 03:08:33','2021-01-26 22:08:33'),
(107189,39893,'action complete via WP Cron','2021-01-27 03:08:33','2021-01-26 22:08:33'),
(107190,39894,'action created','2021-01-27 03:08:33','2021-01-26 22:08:33'),
(107191,39894,'action started via WP Cron','2021-01-27 03:09:58','2021-01-26 22:09:58'),
(107192,39894,'action complete via WP Cron','2021-01-27 03:09:58','2021-01-26 22:09:58'),
(107193,39895,'action created','2021-01-27 03:09:58','2021-01-26 22:09:58'),
(107194,39895,'action started via WP Cron','2021-01-27 03:11:39','2021-01-26 22:11:39'),
(107195,39895,'action complete via WP Cron','2021-01-27 03:11:39','2021-01-26 22:11:39'),
(107196,39896,'action created','2021-01-27 03:11:39','2021-01-26 22:11:39'),
(107197,39896,'action started via WP Cron','2021-01-27 03:12:26','2021-01-26 22:12:26'),
(107198,39896,'action complete via WP Cron','2021-01-27 03:12:26','2021-01-26 22:12:26'),
(107199,39897,'action created','2021-01-27 03:12:26','2021-01-26 22:12:26'),
(107200,39897,'action started via WP Cron','2021-01-27 03:13:23','2021-01-26 22:13:23'),
(107201,39897,'action complete via WP Cron','2021-01-27 03:13:23','2021-01-26 22:13:23'),
(107202,39898,'action created','2021-01-27 03:13:24','2021-01-26 22:13:24'),
(107203,39898,'action started via WP Cron','2021-01-27 03:14:38','2021-01-26 22:14:38'),
(107204,39898,'action complete via WP Cron','2021-01-27 03:14:38','2021-01-26 22:14:38'),
(107205,39899,'action created','2021-01-27 03:14:38','2021-01-26 22:14:38'),
(107206,39899,'action started via WP Cron','2021-01-27 03:15:20','2021-01-26 22:15:20'),
(107207,39899,'action complete via WP Cron','2021-01-27 03:15:20','2021-01-26 22:15:20'),
(107208,39900,'action created','2021-01-27 03:15:20','2021-01-26 22:15:20'),
(107209,39900,'action started via WP Cron','2021-01-27 03:16:29','2021-01-26 22:16:29'),
(107210,39900,'action complete via WP Cron','2021-01-27 03:16:29','2021-01-26 22:16:29'),
(107211,39901,'action created','2021-01-27 03:16:29','2021-01-26 22:16:29'),
(107212,39901,'action started via WP Cron','2021-01-27 03:17:55','2021-01-26 22:17:55'),
(107213,39901,'action complete via WP Cron','2021-01-27 03:17:55','2021-01-26 22:17:55'),
(107214,39902,'action created','2021-01-27 03:17:55','2021-01-26 22:17:55'),
(107215,39902,'action started via WP Cron','2021-01-27 03:18:39','2021-01-26 22:18:39'),
(107216,39902,'action complete via WP Cron','2021-01-27 03:18:39','2021-01-26 22:18:39'),
(107217,39903,'action created','2021-01-27 03:18:39','2021-01-26 22:18:39'),
(107218,39903,'action started via WP Cron','2021-01-27 03:19:45','2021-01-26 22:19:45'),
(107219,39903,'action complete via WP Cron','2021-01-27 03:19:45','2021-01-26 22:19:45'),
(107220,39904,'action created','2021-01-27 03:19:45','2021-01-26 22:19:45'),
(107221,39904,'action started via WP Cron','2021-01-27 03:21:38','2021-01-26 22:21:38'),
(107222,39904,'action complete via WP Cron','2021-01-27 03:21:38','2021-01-26 22:21:38'),
(107223,39905,'action created','2021-01-27 03:21:38','2021-01-26 22:21:38'),
(107224,39905,'action started via WP Cron','2021-01-27 03:23:12','2021-01-26 22:23:12'),
(107225,39905,'action complete via WP Cron','2021-01-27 03:23:12','2021-01-26 22:23:12'),
(107226,39906,'action created','2021-01-27 03:23:12','2021-01-26 22:23:12'),
(107227,39906,'action started via WP Cron','2021-01-27 03:24:45','2021-01-26 22:24:45'),
(107228,39906,'action complete via WP Cron','2021-01-27 03:24:45','2021-01-26 22:24:45'),
(107229,39907,'action created','2021-01-27 03:24:45','2021-01-26 22:24:45'),
(107230,39907,'action started via WP Cron','2021-01-27 03:25:22','2021-01-26 22:25:22'),
(107231,39907,'action complete via WP Cron','2021-01-27 03:25:22','2021-01-26 22:25:22'),
(107232,39908,'action created','2021-01-27 03:25:22','2021-01-26 22:25:22'),
(107233,39908,'action started via WP Cron','2021-01-27 03:26:43','2021-01-26 22:26:43'),
(107234,39908,'action complete via WP Cron','2021-01-27 03:26:43','2021-01-26 22:26:43'),
(107235,39909,'action created','2021-01-27 03:26:43','2021-01-26 22:26:43'),
(107236,39909,'action started via WP Cron','2021-01-27 03:27:24','2021-01-26 22:27:24'),
(107237,39909,'action complete via WP Cron','2021-01-27 03:27:24','2021-01-26 22:27:24'),
(107238,39910,'action created','2021-01-27 03:27:24','2021-01-26 22:27:24'),
(107239,39910,'action started via WP Cron','2021-01-27 03:28:20','2021-01-26 22:28:20'),
(107240,39910,'action complete via WP Cron','2021-01-27 03:28:20','2021-01-26 22:28:20'),
(107241,39911,'action created','2021-01-27 03:28:20','2021-01-26 22:28:20'),
(107242,39911,'action started via WP Cron','2021-01-27 03:29:14','2021-01-26 22:29:14'),
(107243,39911,'action complete via WP Cron','2021-01-27 03:29:14','2021-01-26 22:29:14'),
(107244,39912,'action created','2021-01-27 03:29:14','2021-01-26 22:29:14'),
(107245,39912,'action started via WP Cron','2021-01-27 03:30:31','2021-01-26 22:30:31'),
(107246,39912,'action complete via WP Cron','2021-01-27 03:30:31','2021-01-26 22:30:31'),
(107247,39913,'action created','2021-01-27 03:30:31','2021-01-26 22:30:31'),
(107248,39913,'action started via WP Cron','2021-01-27 03:31:31','2021-01-26 22:31:31'),
(107249,39913,'action complete via WP Cron','2021-01-27 03:31:31','2021-01-26 22:31:31'),
(107250,39914,'action created','2021-01-27 03:31:32','2021-01-26 22:31:32'),
(107251,39914,'action started via WP Cron','2021-01-27 03:32:26','2021-01-26 22:32:26'),
(107252,39914,'action complete via WP Cron','2021-01-27 03:32:26','2021-01-26 22:32:26'),
(107253,39915,'action created','2021-01-27 03:32:26','2021-01-26 22:32:26'),
(107254,39915,'action started via WP Cron','2021-01-27 03:33:16','2021-01-26 22:33:16'),
(107255,39915,'action complete via WP Cron','2021-01-27 03:33:16','2021-01-26 22:33:16'),
(107256,39916,'action created','2021-01-27 03:33:16','2021-01-26 22:33:16'),
(107257,39916,'action started via WP Cron','2021-01-27 03:34:20','2021-01-26 22:34:20'),
(107258,39916,'action complete via WP Cron','2021-01-27 03:34:20','2021-01-26 22:34:20'),
(107259,39917,'action created','2021-01-27 03:34:20','2021-01-26 22:34:20'),
(107260,39917,'action started via WP Cron','2021-01-27 03:35:22','2021-01-26 22:35:22'),
(107261,39917,'action complete via WP Cron','2021-01-27 03:35:22','2021-01-26 22:35:22'),
(107262,39918,'action created','2021-01-27 03:35:22','2021-01-26 22:35:22'),
(107263,39918,'action started via WP Cron','2021-01-27 03:36:29','2021-01-26 22:36:29'),
(107264,39918,'action complete via WP Cron','2021-01-27 03:36:29','2021-01-26 22:36:29'),
(107265,39919,'action created','2021-01-27 03:36:29','2021-01-26 22:36:29'),
(107266,39919,'action started via WP Cron','2021-01-27 03:37:33','2021-01-26 22:37:33'),
(107267,39919,'action complete via WP Cron','2021-01-27 03:37:33','2021-01-26 22:37:33'),
(107268,39920,'action created','2021-01-27 03:37:33','2021-01-26 22:37:33'),
(107269,39920,'action started via WP Cron','2021-01-27 03:38:35','2021-01-26 22:38:35'),
(107270,39920,'action complete via WP Cron','2021-01-27 03:38:35','2021-01-26 22:38:35'),
(107271,39921,'action created','2021-01-27 03:38:35','2021-01-26 22:38:35'),
(107272,39921,'action started via WP Cron','2021-01-27 03:39:21','2021-01-26 22:39:21'),
(107273,39921,'action complete via WP Cron','2021-01-27 03:39:21','2021-01-26 22:39:21'),
(107274,39922,'action created','2021-01-27 03:39:21','2021-01-26 22:39:21'),
(107275,39922,'action started via WP Cron','2021-01-27 03:40:15','2021-01-26 22:40:15'),
(107276,39922,'action complete via WP Cron','2021-01-27 03:40:15','2021-01-26 22:40:15'),
(107277,39923,'action created','2021-01-27 03:40:16','2021-01-26 22:40:16'),
(107278,39923,'action started via WP Cron','2021-01-27 03:41:21','2021-01-26 22:41:21'),
(107279,39923,'action complete via WP Cron','2021-01-27 03:41:21','2021-01-26 22:41:21'),
(107280,39924,'action created','2021-01-27 03:41:21','2021-01-26 22:41:21'),
(107281,39924,'action started via Async Request','2021-01-27 03:41:56','2021-01-26 22:41:56'),
(107282,39924,'action complete via Async Request','2021-01-27 03:41:56','2021-01-26 22:41:56'),
(107283,39925,'action created','2021-01-27 03:41:58','2021-01-26 22:41:58'),
(107284,39925,'action started via WP Cron','2021-01-27 03:42:14','2021-01-26 22:42:14'),
(107285,39925,'action complete via WP Cron','2021-01-27 03:42:14','2021-01-26 22:42:14'),
(107286,39926,'action created','2021-01-27 03:42:14','2021-01-26 22:42:14'),
(107287,39926,'action started via WP Cron','2021-01-27 03:43:12','2021-01-26 22:43:12'),
(107288,39926,'action complete via WP Cron','2021-01-27 03:43:12','2021-01-26 22:43:12'),
(107289,39927,'action created','2021-01-27 03:43:13','2021-01-26 22:43:13'),
(107290,39927,'action started via WP Cron','2021-01-27 03:44:11','2021-01-26 22:44:11'),
(107291,39927,'action complete via WP Cron','2021-01-27 03:44:11','2021-01-26 22:44:11'),
(107292,39928,'action created','2021-01-27 03:44:11','2021-01-26 22:44:11'),
(107293,39928,'action started via WP Cron','2021-01-27 03:45:18','2021-01-26 22:45:18'),
(107294,39928,'action complete via WP Cron','2021-01-27 03:45:18','2021-01-26 22:45:18'),
(107295,39929,'action created','2021-01-27 03:45:18','2021-01-26 22:45:18'),
(107296,39929,'action started via WP Cron','2021-01-27 03:46:23','2021-01-26 22:46:23'),
(107297,39929,'action complete via WP Cron','2021-01-27 03:46:23','2021-01-26 22:46:23'),
(107298,39930,'action created','2021-01-27 03:46:23','2021-01-26 22:46:23'),
(107299,39930,'action started via WP Cron','2021-01-27 03:48:59','2021-01-26 22:48:59'),
(107300,39930,'action complete via WP Cron','2021-01-27 03:48:59','2021-01-26 22:48:59'),
(107301,39931,'action created','2021-01-27 03:48:59','2021-01-26 22:48:59'),
(107302,39931,'action started via WP Cron','2021-01-27 03:49:19','2021-01-26 22:49:19'),
(107303,39931,'action complete via WP Cron','2021-01-27 03:49:19','2021-01-26 22:49:19'),
(107304,39932,'action created','2021-01-27 03:49:19','2021-01-26 22:49:19'),
(107305,39932,'action started via WP Cron','2021-01-27 03:50:22','2021-01-26 22:50:22'),
(107306,39932,'action complete via WP Cron','2021-01-27 03:50:22','2021-01-26 22:50:22'),
(107307,39933,'action created','2021-01-27 03:50:22','2021-01-26 22:50:22'),
(107308,39933,'action started via WP Cron','2021-01-27 03:51:14','2021-01-26 22:51:14'),
(107309,39933,'action complete via WP Cron','2021-01-27 03:51:14','2021-01-26 22:51:14'),
(107310,39934,'action created','2021-01-27 03:51:14','2021-01-26 22:51:14'),
(107311,39934,'action started via WP Cron','2021-01-27 03:52:39','2021-01-26 22:52:39'),
(107312,39934,'action complete via WP Cron','2021-01-27 03:52:39','2021-01-26 22:52:39'),
(107313,39935,'action created','2021-01-27 03:52:39','2021-01-26 22:52:39'),
(107314,39935,'action started via WP Cron','2021-01-27 03:54:36','2021-01-26 22:54:36'),
(107315,39935,'action complete via WP Cron','2021-01-27 03:54:36','2021-01-26 22:54:36'),
(107316,39936,'action created','2021-01-27 03:54:36','2021-01-26 22:54:36'),
(107317,39936,'action started via WP Cron','2021-01-27 03:55:27','2021-01-26 22:55:27'),
(107318,39936,'action complete via WP Cron','2021-01-27 03:55:27','2021-01-26 22:55:27'),
(107319,39937,'action created','2021-01-27 03:55:27','2021-01-26 22:55:27'),
(107320,39937,'action started via WP Cron','2021-01-27 03:56:16','2021-01-26 22:56:16'),
(107321,39937,'action complete via WP Cron','2021-01-27 03:56:16','2021-01-26 22:56:16'),
(107322,39938,'action created','2021-01-27 03:56:16','2021-01-26 22:56:16'),
(107323,39938,'action started via WP Cron','2021-01-27 03:57:29','2021-01-26 22:57:29'),
(107324,39938,'action complete via WP Cron','2021-01-27 03:57:29','2021-01-26 22:57:29'),
(107325,39939,'action created','2021-01-27 03:57:29','2021-01-26 22:57:29'),
(107326,39939,'action started via WP Cron','2021-01-27 03:58:35','2021-01-26 22:58:35'),
(107327,39939,'action complete via WP Cron','2021-01-27 03:58:35','2021-01-26 22:58:35'),
(107328,39940,'action created','2021-01-27 03:58:35','2021-01-26 22:58:35'),
(107329,39940,'action started via WP Cron','2021-01-27 03:59:17','2021-01-26 22:59:17'),
(107330,39940,'action complete via WP Cron','2021-01-27 03:59:17','2021-01-26 22:59:17'),
(107331,39941,'action created','2021-01-27 03:59:17','2021-01-26 22:59:17'),
(107332,39941,'action started via WP Cron','2021-01-27 04:00:12','2021-01-26 23:00:12'),
(107333,39941,'action complete via WP Cron','2021-01-27 04:00:12','2021-01-26 23:00:12'),
(107334,39942,'action created','2021-01-27 04:00:12','2021-01-26 23:00:12'),
(107335,39942,'action started via WP Cron','2021-01-27 04:01:42','2021-01-26 23:01:42'),
(107336,39942,'action complete via WP Cron','2021-01-27 04:01:42','2021-01-26 23:01:42'),
(107337,39943,'action created','2021-01-27 04:01:42','2021-01-26 23:01:42'),
(107338,39943,'action started via WP Cron','2021-01-27 04:02:23','2021-01-26 23:02:23'),
(107339,39943,'action complete via WP Cron','2021-01-27 04:02:23','2021-01-26 23:02:23'),
(107340,39944,'action created','2021-01-27 04:02:23','2021-01-26 23:02:23'),
(107341,39944,'action started via WP Cron','2021-01-27 04:04:20','2021-01-26 23:04:20'),
(107342,39944,'action complete via WP Cron','2021-01-27 04:04:20','2021-01-26 23:04:20'),
(107343,39945,'action created','2021-01-27 04:04:20','2021-01-26 23:04:20'),
(107344,39945,'action started via WP Cron','2021-01-27 04:05:11','2021-01-26 23:05:11'),
(107345,39945,'action complete via WP Cron','2021-01-27 04:05:11','2021-01-26 23:05:11'),
(107346,39946,'action created','2021-01-27 04:05:11','2021-01-26 23:05:11'),
(107347,39946,'action started via WP Cron','2021-01-27 04:06:12','2021-01-26 23:06:12'),
(107348,39946,'action complete via WP Cron','2021-01-27 04:06:12','2021-01-26 23:06:12'),
(107349,39947,'action created','2021-01-27 04:06:12','2021-01-26 23:06:12'),
(107350,39947,'action started via WP Cron','2021-01-27 04:07:34','2021-01-26 23:07:34'),
(107351,39947,'action complete via WP Cron','2021-01-27 04:07:34','2021-01-26 23:07:34'),
(107352,39948,'action created','2021-01-27 04:07:34','2021-01-26 23:07:34'),
(107353,39948,'action started via WP Cron','2021-01-27 04:09:07','2021-01-26 23:09:07'),
(107354,39948,'action complete via WP Cron','2021-01-27 04:09:07','2021-01-26 23:09:07'),
(107355,39949,'action created','2021-01-27 04:09:07','2021-01-26 23:09:07'),
(107356,39949,'action started via WP Cron','2021-01-27 04:11:00','2021-01-26 23:11:00'),
(107357,39949,'action complete via WP Cron','2021-01-27 04:11:00','2021-01-26 23:11:00'),
(107358,39950,'action created','2021-01-27 04:11:00','2021-01-26 23:11:00'),
(107359,39950,'action started via WP Cron','2021-01-27 04:11:24','2021-01-26 23:11:24'),
(107360,39950,'action complete via WP Cron','2021-01-27 04:11:24','2021-01-26 23:11:24'),
(107361,39951,'action created','2021-01-27 04:11:24','2021-01-26 23:11:24'),
(107362,39951,'action started via WP Cron','2021-01-27 04:12:46','2021-01-26 23:12:46'),
(107363,39951,'action complete via WP Cron','2021-01-27 04:12:46','2021-01-26 23:12:46'),
(107364,39952,'action created','2021-01-27 04:12:46','2021-01-26 23:12:46'),
(107365,39952,'action started via WP Cron','2021-01-27 04:13:19','2021-01-26 23:13:19'),
(107366,39952,'action complete via WP Cron','2021-01-27 04:13:19','2021-01-26 23:13:19'),
(107367,39953,'action created','2021-01-27 04:13:19','2021-01-26 23:13:19'),
(107368,39953,'action started via WP Cron','2021-01-27 04:14:25','2021-01-26 23:14:25'),
(107369,39953,'action complete via WP Cron','2021-01-27 04:14:25','2021-01-26 23:14:25'),
(107370,39954,'action created','2021-01-27 04:14:25','2021-01-26 23:14:25'),
(107371,39954,'action started via WP Cron','2021-01-27 04:15:12','2021-01-26 23:15:12'),
(107372,39954,'action complete via WP Cron','2021-01-27 04:15:12','2021-01-26 23:15:12'),
(107373,39955,'action created','2021-01-27 04:15:12','2021-01-26 23:15:12'),
(107374,39955,'action started via WP Cron','2021-01-27 04:16:40','2021-01-26 23:16:40'),
(107375,39955,'action complete via WP Cron','2021-01-27 04:16:40','2021-01-26 23:16:40'),
(107376,39956,'action created','2021-01-27 04:16:40','2021-01-26 23:16:40'),
(107377,39956,'action started via WP Cron','2021-01-27 04:17:20','2021-01-26 23:17:20'),
(107378,39956,'action complete via WP Cron','2021-01-27 04:17:20','2021-01-26 23:17:20'),
(107379,39957,'action created','2021-01-27 04:17:20','2021-01-26 23:17:20'),
(107380,39957,'action started via WP Cron','2021-01-27 04:18:20','2021-01-26 23:18:20'),
(107381,39957,'action complete via WP Cron','2021-01-27 04:18:20','2021-01-26 23:18:20'),
(107382,39958,'action created','2021-01-27 04:18:20','2021-01-26 23:18:20'),
(107383,39958,'action started via WP Cron','2021-01-27 04:19:19','2021-01-26 23:19:19'),
(107384,39958,'action complete via WP Cron','2021-01-27 04:19:19','2021-01-26 23:19:19'),
(107385,39959,'action created','2021-01-27 04:19:19','2021-01-26 23:19:19'),
(107386,39959,'action started via WP Cron','2021-01-27 04:25:00','2021-01-26 23:25:00'),
(107387,39959,'action complete via WP Cron','2021-01-27 04:25:00','2021-01-26 23:25:00'),
(107388,39960,'action created','2021-01-27 04:25:00','2021-01-26 23:25:00'),
(107389,39960,'action started via WP Cron','2021-01-27 04:25:36','2021-01-26 23:25:36'),
(107390,39960,'action complete via WP Cron','2021-01-27 04:25:36','2021-01-26 23:25:36'),
(107391,39961,'action created','2021-01-27 04:25:36','2021-01-26 23:25:36'),
(107392,39961,'action started via WP Cron','2021-01-27 04:26:58','2021-01-26 23:26:58'),
(107393,39961,'action complete via WP Cron','2021-01-27 04:26:58','2021-01-26 23:26:58'),
(107394,39962,'action created','2021-01-27 04:26:58','2021-01-26 23:26:58'),
(107395,39962,'action started via WP Cron','2021-01-27 04:29:19','2021-01-26 23:29:19'),
(107396,39962,'action complete via WP Cron','2021-01-27 04:29:19','2021-01-26 23:29:19'),
(107397,39963,'action created','2021-01-27 04:29:19','2021-01-26 23:29:19'),
(107398,39963,'action started via WP Cron','2021-01-27 04:31:12','2021-01-26 23:31:12'),
(107399,39963,'action complete via WP Cron','2021-01-27 04:31:12','2021-01-26 23:31:12'),
(107400,39964,'action created','2021-01-27 04:31:12','2021-01-26 23:31:12'),
(107401,39964,'action started via WP Cron','2021-01-27 04:33:47','2021-01-26 23:33:47'),
(107402,39964,'action complete via WP Cron','2021-01-27 04:33:47','2021-01-26 23:33:47'),
(107403,39965,'action created','2021-01-27 04:33:47','2021-01-26 23:33:47'),
(107404,39965,'action started via WP Cron','2021-01-27 04:34:23','2021-01-26 23:34:23'),
(107405,39965,'action complete via WP Cron','2021-01-27 04:34:23','2021-01-26 23:34:23'),
(107406,39966,'action created','2021-01-27 04:34:23','2021-01-26 23:34:23'),
(107407,39966,'action started via WP Cron','2021-01-27 04:36:21','2021-01-26 23:36:21'),
(107408,39966,'action complete via WP Cron','2021-01-27 04:36:21','2021-01-26 23:36:21'),
(107409,39967,'action created','2021-01-27 04:36:21','2021-01-26 23:36:21'),
(107410,39967,'action started via WP Cron','2021-01-27 04:38:41','2021-01-26 23:38:41'),
(107411,39967,'action complete via WP Cron','2021-01-27 04:38:42','2021-01-26 23:38:42'),
(107412,39968,'action created','2021-01-27 04:38:42','2021-01-26 23:38:42'),
(107413,39968,'action started via WP Cron','2021-01-27 04:39:34','2021-01-26 23:39:34'),
(107414,39968,'action complete via WP Cron','2021-01-27 04:39:34','2021-01-26 23:39:34'),
(107415,39969,'action created','2021-01-27 04:39:34','2021-01-26 23:39:34'),
(107416,39969,'action started via WP Cron','2021-01-27 04:41:07','2021-01-26 23:41:07'),
(107417,39969,'action complete via WP Cron','2021-01-27 04:41:07','2021-01-26 23:41:07'),
(107418,39970,'action created','2021-01-27 04:41:07','2021-01-26 23:41:07'),
(107419,39970,'action started via WP Cron','2021-01-27 04:42:34','2021-01-26 23:42:34'),
(107420,39970,'action complete via WP Cron','2021-01-27 04:42:34','2021-01-26 23:42:34'),
(107421,39971,'action created','2021-01-27 04:42:34','2021-01-26 23:42:34'),
(107422,39971,'action started via WP Cron','2021-01-27 04:43:59','2021-01-26 23:43:59'),
(107423,39971,'action complete via WP Cron','2021-01-27 04:43:59','2021-01-26 23:43:59'),
(107424,39972,'action created','2021-01-27 04:43:59','2021-01-26 23:43:59'),
(107425,39972,'action started via WP Cron','2021-01-27 04:44:38','2021-01-26 23:44:38'),
(107426,39972,'action complete via WP Cron','2021-01-27 04:44:38','2021-01-26 23:44:38'),
(107427,39973,'action created','2021-01-27 04:44:38','2021-01-26 23:44:38'),
(107428,39973,'action started via WP Cron','2021-01-27 04:47:22','2021-01-26 23:47:22'),
(107429,39973,'action complete via WP Cron','2021-01-27 04:47:22','2021-01-26 23:47:22'),
(107430,39974,'action created','2021-01-27 04:47:22','2021-01-26 23:47:22'),
(107431,39974,'action started via WP Cron','2021-01-27 04:48:44','2021-01-26 23:48:44'),
(107432,39974,'action complete via WP Cron','2021-01-27 04:48:44','2021-01-26 23:48:44'),
(107433,39975,'action created','2021-01-27 04:48:44','2021-01-26 23:48:44'),
(107434,39975,'action started via WP Cron','2021-01-27 04:52:23','2021-01-26 23:52:23'),
(107435,39975,'action complete via WP Cron','2021-01-27 04:52:23','2021-01-26 23:52:23'),
(107436,39976,'action created','2021-01-27 04:52:23','2021-01-26 23:52:23'),
(107437,39976,'action started via WP Cron','2021-01-27 04:53:19','2021-01-26 23:53:19'),
(107438,39976,'action complete via WP Cron','2021-01-27 04:53:19','2021-01-26 23:53:19'),
(107439,39977,'action created','2021-01-27 04:53:19','2021-01-26 23:53:19'),
(107440,39977,'action started via WP Cron','2021-01-27 04:54:45','2021-01-26 23:54:45'),
(107441,39977,'action complete via WP Cron','2021-01-27 04:54:45','2021-01-26 23:54:45'),
(107442,39978,'action created','2021-01-27 04:54:45','2021-01-26 23:54:45'),
(107443,39978,'action started via WP Cron','2021-01-27 04:58:05','2021-01-26 23:58:05'),
(107444,39978,'action complete via WP Cron','2021-01-27 04:58:05','2021-01-26 23:58:05'),
(107445,39979,'action created','2021-01-27 04:58:05','2021-01-26 23:58:05'),
(107446,39979,'action started via WP Cron','2021-01-27 04:59:02','2021-01-26 23:59:02'),
(107447,39979,'action complete via WP Cron','2021-01-27 04:59:02','2021-01-26 23:59:02'),
(107448,39980,'action created','2021-01-27 04:59:02','2021-01-26 23:59:02'),
(107449,39980,'action started via WP Cron','2021-01-27 05:00:37','2021-01-27 00:00:37'),
(107450,39980,'action complete via WP Cron','2021-01-27 05:00:37','2021-01-27 00:00:37'),
(107451,39981,'action created','2021-01-27 05:00:37','2021-01-27 00:00:37'),
(107452,39981,'action started via WP Cron','2021-01-27 05:02:37','2021-01-27 00:02:37'),
(107453,39981,'action complete via WP Cron','2021-01-27 05:02:37','2021-01-27 00:02:37'),
(107454,39982,'action created','2021-01-27 05:02:37','2021-01-27 00:02:37'),
(107455,39982,'action started via WP Cron','2021-01-27 05:03:34','2021-01-27 00:03:34'),
(107456,39982,'action complete via WP Cron','2021-01-27 05:03:34','2021-01-27 00:03:34'),
(107457,39983,'action created','2021-01-27 05:03:34','2021-01-27 00:03:34'),
(107458,39983,'action started via WP Cron','2021-01-27 05:05:40','2021-01-27 00:05:40'),
(107459,39983,'action complete via WP Cron','2021-01-27 05:05:40','2021-01-27 00:05:40'),
(107460,39984,'action created','2021-01-27 05:05:40','2021-01-27 00:05:40'),
(107461,39984,'action started via WP Cron','2021-01-27 05:06:58','2021-01-27 00:06:58'),
(107462,39984,'action complete via WP Cron','2021-01-27 05:06:58','2021-01-27 00:06:58'),
(107463,39985,'action created','2021-01-27 05:06:58','2021-01-27 00:06:58'),
(107464,39985,'action started via WP Cron','2021-01-27 05:08:26','2021-01-27 00:08:26'),
(107465,39985,'action complete via WP Cron','2021-01-27 05:08:26','2021-01-27 00:08:26'),
(107466,39986,'action created','2021-01-27 05:08:26','2021-01-27 00:08:26'),
(107467,39986,'action started via WP Cron','2021-01-27 05:10:38','2021-01-27 00:10:38'),
(107468,39986,'action complete via WP Cron','2021-01-27 05:10:38','2021-01-27 00:10:38'),
(107469,39987,'action created','2021-01-27 05:10:38','2021-01-27 00:10:38'),
(107470,39987,'action started via WP Cron','2021-01-27 05:12:08','2021-01-27 00:12:08'),
(107471,39987,'action complete via WP Cron','2021-01-27 05:12:08','2021-01-27 00:12:08'),
(107472,39988,'action created','2021-01-27 05:12:08','2021-01-27 00:12:08'),
(107473,39988,'action started via WP Cron','2021-01-27 05:13:02','2021-01-27 00:13:02'),
(107474,39988,'action complete via WP Cron','2021-01-27 05:13:02','2021-01-27 00:13:02'),
(107475,39989,'action created','2021-01-27 05:13:02','2021-01-27 00:13:02'),
(107476,39989,'action started via WP Cron','2021-01-27 05:13:36','2021-01-27 00:13:36'),
(107477,39989,'action complete via WP Cron','2021-01-27 05:13:36','2021-01-27 00:13:36'),
(107478,39990,'action created','2021-01-27 05:13:36','2021-01-27 00:13:36'),
(107479,39990,'action started via WP Cron','2021-01-27 05:14:21','2021-01-27 00:14:21'),
(107480,39990,'action complete via WP Cron','2021-01-27 05:14:21','2021-01-27 00:14:21'),
(107481,39991,'action created','2021-01-27 05:14:21','2021-01-27 00:14:21'),
(107482,39991,'action started via WP Cron','2021-01-27 05:19:32','2021-01-27 00:19:32'),
(107483,39991,'action complete via WP Cron','2021-01-27 05:19:32','2021-01-27 00:19:32'),
(107484,39992,'action created','2021-01-27 05:19:32','2021-01-27 00:19:32'),
(107485,39992,'action started via WP Cron','2021-01-27 05:20:38','2021-01-27 00:20:38'),
(107486,39992,'action complete via WP Cron','2021-01-27 05:20:38','2021-01-27 00:20:38'),
(107487,39993,'action created','2021-01-27 05:20:38','2021-01-27 00:20:38'),
(107488,39993,'action started via WP Cron','2021-01-27 05:22:06','2021-01-27 00:22:06'),
(107489,39993,'action complete via WP Cron','2021-01-27 05:22:06','2021-01-27 00:22:06'),
(107490,39994,'action created','2021-01-27 05:22:06','2021-01-27 00:22:06'),
(107491,39994,'action started via WP Cron','2021-01-27 05:23:09','2021-01-27 00:23:09'),
(107492,39994,'action complete via WP Cron','2021-01-27 05:23:09','2021-01-27 00:23:09'),
(107493,39995,'action created','2021-01-27 05:23:09','2021-01-27 00:23:09'),
(107494,39995,'action started via WP Cron','2021-01-27 05:24:33','2021-01-27 00:24:33'),
(107495,39995,'action complete via WP Cron','2021-01-27 05:24:33','2021-01-27 00:24:33'),
(107496,39996,'action created','2021-01-27 05:24:33','2021-01-27 00:24:33'),
(107497,39996,'action started via WP Cron','2021-01-27 05:25:57','2021-01-27 00:25:57'),
(107498,39996,'action complete via WP Cron','2021-01-27 05:25:57','2021-01-27 00:25:57'),
(107499,39997,'action created','2021-01-27 05:25:57','2021-01-27 00:25:57'),
(107500,39997,'action started via WP Cron','2021-01-27 05:27:15','2021-01-27 00:27:15'),
(107501,39997,'action complete via WP Cron','2021-01-27 05:27:15','2021-01-27 00:27:15'),
(107502,39998,'action created','2021-01-27 05:27:15','2021-01-27 00:27:15'),
(107503,39998,'action started via WP Cron','2021-01-27 05:30:32','2021-01-27 00:30:32'),
(107504,39998,'action complete via WP Cron','2021-01-27 05:30:32','2021-01-27 00:30:32'),
(107505,39999,'action created','2021-01-27 05:30:32','2021-01-27 00:30:32'),
(107506,39999,'action started via WP Cron','2021-01-27 05:31:11','2021-01-27 00:31:11'),
(107507,39999,'action complete via WP Cron','2021-01-27 05:31:11','2021-01-27 00:31:11'),
(107508,40000,'action created','2021-01-27 05:31:11','2021-01-27 00:31:11'),
(107509,40000,'action started via WP Cron','2021-01-27 05:34:17','2021-01-27 00:34:17'),
(107510,40000,'action complete via WP Cron','2021-01-27 05:34:17','2021-01-27 00:34:17'),
(107511,40001,'action created','2021-01-27 05:34:17','2021-01-27 00:34:17'),
(107512,40001,'action started via WP Cron','2021-01-27 05:35:36','2021-01-27 00:35:36'),
(107513,40001,'action complete via WP Cron','2021-01-27 05:35:36','2021-01-27 00:35:36'),
(107514,40002,'action created','2021-01-27 05:35:36','2021-01-27 00:35:36'),
(107515,40002,'action started via WP Cron','2021-01-27 05:36:22','2021-01-27 00:36:22'),
(107516,40002,'action complete via WP Cron','2021-01-27 05:36:22','2021-01-27 00:36:22'),
(107517,40003,'action created','2021-01-27 05:36:22','2021-01-27 00:36:22'),
(107518,40003,'action started via WP Cron','2021-01-27 05:40:48','2021-01-27 00:40:48'),
(107519,40003,'action complete via WP Cron','2021-01-27 05:40:48','2021-01-27 00:40:48'),
(107520,40004,'action created','2021-01-27 05:40:48','2021-01-27 00:40:48'),
(107521,40004,'action started via WP Cron','2021-01-27 05:41:26','2021-01-27 00:41:26'),
(107522,40004,'action complete via WP Cron','2021-01-27 05:41:26','2021-01-27 00:41:26'),
(107523,40005,'action created','2021-01-27 05:41:26','2021-01-27 00:41:26'),
(107524,40005,'action started via WP Cron','2021-01-27 05:42:42','2021-01-27 00:42:42'),
(107525,40005,'action complete via WP Cron','2021-01-27 05:42:42','2021-01-27 00:42:42'),
(107526,40006,'action created','2021-01-27 05:42:42','2021-01-27 00:42:42'),
(107527,40006,'action started via WP Cron','2021-01-27 05:44:13','2021-01-27 00:44:13'),
(107528,40006,'action complete via WP Cron','2021-01-27 05:44:13','2021-01-27 00:44:13'),
(107529,40007,'action created','2021-01-27 05:44:13','2021-01-27 00:44:13'),
(107530,40007,'action started via WP Cron','2021-01-27 05:46:21','2021-01-27 00:46:21'),
(107531,40007,'action complete via WP Cron','2021-01-27 05:46:21','2021-01-27 00:46:21'),
(107532,40008,'action created','2021-01-27 05:46:22','2021-01-27 00:46:22'),
(107533,40008,'action started via WP Cron','2021-01-27 05:49:33','2021-01-27 00:49:33'),
(107534,40008,'action complete via WP Cron','2021-01-27 05:49:33','2021-01-27 00:49:33'),
(107535,40009,'action created','2021-01-27 05:49:33','2021-01-27 00:49:33'),
(107536,40009,'action started via WP Cron','2021-01-27 05:50:41','2021-01-27 00:50:41'),
(107537,40009,'action complete via WP Cron','2021-01-27 05:50:41','2021-01-27 00:50:41'),
(107538,40010,'action created','2021-01-27 05:50:41','2021-01-27 00:50:41'),
(107539,40010,'action started via WP Cron','2021-01-27 05:53:29','2021-01-27 00:53:29'),
(107540,40010,'action complete via WP Cron','2021-01-27 05:53:29','2021-01-27 00:53:29'),
(107541,40011,'action created','2021-01-27 05:53:29','2021-01-27 00:53:29'),
(107542,40011,'action started via WP Cron','2021-01-27 05:54:32','2021-01-27 00:54:32'),
(107543,40011,'action complete via WP Cron','2021-01-27 05:54:32','2021-01-27 00:54:32'),
(107544,40012,'action created','2021-01-27 05:54:32','2021-01-27 00:54:32'),
(107545,40012,'action started via WP Cron','2021-01-27 05:56:38','2021-01-27 00:56:38'),
(107546,40012,'action complete via WP Cron','2021-01-27 05:56:38','2021-01-27 00:56:38'),
(107547,40013,'action created','2021-01-27 05:56:38','2021-01-27 00:56:38'),
(107548,40013,'action started via WP Cron','2021-01-27 05:58:08','2021-01-27 00:58:08'),
(107549,40013,'action complete via WP Cron','2021-01-27 05:58:08','2021-01-27 00:58:08'),
(107550,40014,'action created','2021-01-27 05:58:08','2021-01-27 00:58:08'),
(107551,40014,'action started via WP Cron','2021-01-27 05:59:35','2021-01-27 00:59:35'),
(107552,40014,'action complete via WP Cron','2021-01-27 05:59:35','2021-01-27 00:59:35'),
(107553,40015,'action created','2021-01-27 05:59:35','2021-01-27 00:59:35'),
(107554,40015,'action started via WP Cron','2021-01-27 06:00:14','2021-01-27 01:00:14'),
(107555,40015,'action complete via WP Cron','2021-01-27 06:00:14','2021-01-27 01:00:14'),
(107556,40016,'action created','2021-01-27 06:00:14','2021-01-27 01:00:14'),
(107557,40016,'action started via WP Cron','2021-01-27 06:02:33','2021-01-27 01:02:33'),
(107558,40016,'action complete via WP Cron','2021-01-27 06:02:33','2021-01-27 01:02:33'),
(107559,40017,'action created','2021-01-27 06:02:33','2021-01-27 01:02:33'),
(107560,40017,'action started via WP Cron','2021-01-27 06:03:34','2021-01-27 01:03:34'),
(107561,40017,'action complete via WP Cron','2021-01-27 06:03:34','2021-01-27 01:03:34'),
(107562,40018,'action created','2021-01-27 06:03:34','2021-01-27 01:03:34'),
(107563,40018,'action started via WP Cron','2021-01-27 06:04:50','2021-01-27 01:04:50'),
(107564,40018,'action complete via WP Cron','2021-01-27 06:04:50','2021-01-27 01:04:50'),
(107565,40019,'action created','2021-01-27 06:04:50','2021-01-27 01:04:50'),
(107566,40019,'action started via WP Cron','2021-01-27 06:05:13','2021-01-27 01:05:13'),
(107567,40019,'action complete via WP Cron','2021-01-27 06:05:13','2021-01-27 01:05:13'),
(107568,40020,'action created','2021-01-27 06:05:13','2021-01-27 01:05:13'),
(107569,40020,'action started via WP Cron','2021-01-27 06:07:10','2021-01-27 01:07:10'),
(107570,40020,'action complete via WP Cron','2021-01-27 06:07:10','2021-01-27 01:07:10'),
(107571,40021,'action created','2021-01-27 06:07:10','2021-01-27 01:07:10'),
(107572,40021,'action started via WP Cron','2021-01-27 06:09:35','2021-01-27 01:09:35'),
(107573,40021,'action complete via WP Cron','2021-01-27 06:09:35','2021-01-27 01:09:35'),
(107574,40022,'action created','2021-01-27 06:09:35','2021-01-27 01:09:35'),
(107575,40022,'action started via WP Cron','2021-01-27 06:11:34','2021-01-27 01:11:34'),
(107576,40022,'action complete via WP Cron','2021-01-27 06:11:34','2021-01-27 01:11:34'),
(107577,40023,'action created','2021-01-27 06:11:34','2021-01-27 01:11:34'),
(107578,40023,'action started via WP Cron','2021-01-27 06:12:54','2021-01-27 01:12:54'),
(107579,40023,'action complete via WP Cron','2021-01-27 06:12:54','2021-01-27 01:12:54'),
(107580,40024,'action created','2021-01-27 06:12:54','2021-01-27 01:12:54'),
(107581,40024,'action started via WP Cron','2021-01-27 06:14:07','2021-01-27 01:14:07'),
(107582,40024,'action complete via WP Cron','2021-01-27 06:14:07','2021-01-27 01:14:07'),
(107583,40025,'action created','2021-01-27 06:14:07','2021-01-27 01:14:07'),
(107584,40025,'action started via WP Cron','2021-01-27 06:15:50','2021-01-27 01:15:50'),
(107585,40025,'action complete via WP Cron','2021-01-27 06:15:50','2021-01-27 01:15:50'),
(107586,40026,'action created','2021-01-27 06:15:50','2021-01-27 01:15:50'),
(107587,40026,'action started via WP Cron','2021-01-27 06:16:18','2021-01-27 01:16:18'),
(107588,40026,'action complete via WP Cron','2021-01-27 06:16:18','2021-01-27 01:16:18'),
(107589,40027,'action created','2021-01-27 06:16:18','2021-01-27 01:16:18'),
(107590,40027,'action started via WP Cron','2021-01-27 06:17:14','2021-01-27 01:17:14'),
(107591,40027,'action complete via WP Cron','2021-01-27 06:17:14','2021-01-27 01:17:14'),
(107592,40028,'action created','2021-01-27 06:17:14','2021-01-27 01:17:14'),
(107593,40028,'action started via WP Cron','2021-01-27 06:18:21','2021-01-27 01:18:21'),
(107594,40028,'action complete via WP Cron','2021-01-27 06:18:21','2021-01-27 01:18:21'),
(107595,40029,'action created','2021-01-27 06:18:21','2021-01-27 01:18:21'),
(107596,40029,'action started via WP Cron','2021-01-27 06:19:38','2021-01-27 01:19:38'),
(107597,40029,'action complete via WP Cron','2021-01-27 06:19:38','2021-01-27 01:19:38'),
(107598,40030,'action created','2021-01-27 06:19:38','2021-01-27 01:19:38'),
(107599,40030,'action started via WP Cron','2021-01-27 06:21:11','2021-01-27 01:21:11'),
(107600,40030,'action complete via WP Cron','2021-01-27 06:21:11','2021-01-27 01:21:11'),
(107601,40031,'action created','2021-01-27 06:21:11','2021-01-27 01:21:11'),
(107602,40031,'action started via WP Cron','2021-01-27 06:22:45','2021-01-27 01:22:45'),
(107603,40031,'action complete via WP Cron','2021-01-27 06:22:45','2021-01-27 01:22:45'),
(107604,40032,'action created','2021-01-27 06:22:45','2021-01-27 01:22:45'),
(107605,40032,'action started via WP Cron','2021-01-27 06:23:23','2021-01-27 01:23:23'),
(107606,40032,'action complete via WP Cron','2021-01-27 06:23:23','2021-01-27 01:23:23'),
(107607,40033,'action created','2021-01-27 06:23:23','2021-01-27 01:23:23'),
(107608,40033,'action started via WP Cron','2021-01-27 06:25:04','2021-01-27 01:25:04'),
(107609,40033,'action complete via WP Cron','2021-01-27 06:25:04','2021-01-27 01:25:04'),
(107610,40034,'action created','2021-01-27 06:25:04','2021-01-27 01:25:04'),
(107611,40034,'action started via WP Cron','2021-01-27 06:26:52','2021-01-27 01:26:52'),
(107612,40034,'action complete via WP Cron','2021-01-27 06:26:52','2021-01-27 01:26:52'),
(107613,40035,'action created','2021-01-27 06:26:52','2021-01-27 01:26:52'),
(107614,40035,'action started via WP Cron','2021-01-27 06:27:33','2021-01-27 01:27:33'),
(107615,40035,'action complete via WP Cron','2021-01-27 06:27:33','2021-01-27 01:27:33'),
(107616,40036,'action created','2021-01-27 06:27:33','2021-01-27 01:27:33'),
(107617,40036,'action started via WP Cron','2021-01-27 06:28:53','2021-01-27 01:28:53'),
(107618,40036,'action complete via WP Cron','2021-01-27 06:28:53','2021-01-27 01:28:53'),
(107619,40037,'action created','2021-01-27 06:28:54','2021-01-27 01:28:54'),
(107620,40037,'action started via WP Cron','2021-01-27 06:29:13','2021-01-27 01:29:13'),
(107621,40037,'action complete via WP Cron','2021-01-27 06:29:13','2021-01-27 01:29:13'),
(107622,40038,'action created','2021-01-27 06:29:13','2021-01-27 01:29:13'),
(107623,40038,'action started via WP Cron','2021-01-27 06:30:48','2021-01-27 01:30:48'),
(107624,40038,'action complete via WP Cron','2021-01-27 06:30:48','2021-01-27 01:30:48'),
(107625,40039,'action created','2021-01-27 06:30:48','2021-01-27 01:30:48'),
(107626,40039,'action started via WP Cron','2021-01-27 06:31:26','2021-01-27 01:31:26'),
(107627,40039,'action complete via WP Cron','2021-01-27 06:31:26','2021-01-27 01:31:26'),
(107628,40040,'action created','2021-01-27 06:31:26','2021-01-27 01:31:26'),
(107629,40040,'action started via WP Cron','2021-01-27 06:34:24','2021-01-27 01:34:24'),
(107630,40040,'action complete via WP Cron','2021-01-27 06:34:24','2021-01-27 01:34:24'),
(107631,40041,'action created','2021-01-27 06:34:24','2021-01-27 01:34:24'),
(107632,40041,'action started via WP Cron','2021-01-27 06:35:25','2021-01-27 01:35:25'),
(107633,40041,'action complete via WP Cron','2021-01-27 06:35:25','2021-01-27 01:35:25'),
(107634,40042,'action created','2021-01-27 06:35:25','2021-01-27 01:35:25'),
(107635,40042,'action started via WP Cron','2021-01-27 06:37:27','2021-01-27 01:37:27'),
(107636,40042,'action complete via WP Cron','2021-01-27 06:37:27','2021-01-27 01:37:27'),
(107637,40043,'action created','2021-01-27 06:37:27','2021-01-27 01:37:27'),
(107638,40043,'action started via WP Cron','2021-01-27 06:38:45','2021-01-27 01:38:45'),
(107639,40043,'action complete via WP Cron','2021-01-27 06:38:45','2021-01-27 01:38:45'),
(107640,40044,'action created','2021-01-27 06:38:45','2021-01-27 01:38:45'),
(107641,40044,'action started via WP Cron','2021-01-27 06:42:00','2021-01-27 01:42:00'),
(107642,40044,'action complete via WP Cron','2021-01-27 06:42:00','2021-01-27 01:42:00'),
(107643,40045,'action created','2021-01-27 06:42:00','2021-01-27 01:42:00'),
(107644,40045,'action started via WP Cron','2021-01-27 06:46:56','2021-01-27 01:46:56'),
(107645,40045,'action complete via WP Cron','2021-01-27 06:46:56','2021-01-27 01:46:56'),
(107646,40046,'action created','2021-01-27 06:46:56','2021-01-27 01:46:56'),
(107647,40046,'action started via WP Cron','2021-01-27 06:47:30','2021-01-27 01:47:30'),
(107648,40046,'action complete via WP Cron','2021-01-27 06:47:30','2021-01-27 01:47:30'),
(107649,40047,'action created','2021-01-27 06:47:30','2021-01-27 01:47:30'),
(107650,40047,'action started via WP Cron','2021-01-27 06:48:17','2021-01-27 01:48:17'),
(107651,40047,'action complete via WP Cron','2021-01-27 06:48:17','2021-01-27 01:48:17'),
(107652,40048,'action created','2021-01-27 06:48:17','2021-01-27 01:48:17'),
(107653,40048,'action started via WP Cron','2021-01-27 06:49:58','2021-01-27 01:49:58'),
(107654,40048,'action complete via WP Cron','2021-01-27 06:49:58','2021-01-27 01:49:58'),
(107655,40049,'action created','2021-01-27 06:49:58','2021-01-27 01:49:58'),
(107656,40049,'action started via WP Cron','2021-01-27 06:54:21','2021-01-27 01:54:21'),
(107657,40049,'action complete via WP Cron','2021-01-27 06:54:21','2021-01-27 01:54:21'),
(107658,40050,'action created','2021-01-27 06:54:21','2021-01-27 01:54:21'),
(107659,40050,'action started via WP Cron','2021-01-27 06:55:11','2021-01-27 01:55:11'),
(107660,40050,'action complete via WP Cron','2021-01-27 06:55:11','2021-01-27 01:55:11'),
(107661,40051,'action created','2021-01-27 06:55:11','2021-01-27 01:55:11'),
(107662,40051,'action started via WP Cron','2021-01-27 06:56:16','2021-01-27 01:56:16'),
(107663,40051,'action complete via WP Cron','2021-01-27 06:56:16','2021-01-27 01:56:16'),
(107664,40052,'action created','2021-01-27 06:56:16','2021-01-27 01:56:16'),
(107665,40052,'action started via WP Cron','2021-01-27 06:57:24','2021-01-27 01:57:24'),
(107666,40052,'action complete via WP Cron','2021-01-27 06:57:24','2021-01-27 01:57:24'),
(107667,40053,'action created','2021-01-27 06:57:25','2021-01-27 01:57:25'),
(107668,40053,'action started via WP Cron','2021-01-27 06:58:26','2021-01-27 01:58:26'),
(107669,40053,'action complete via WP Cron','2021-01-27 06:58:26','2021-01-27 01:58:26'),
(107670,40054,'action created','2021-01-27 06:58:27','2021-01-27 01:58:27'),
(107671,40054,'action started via WP Cron','2021-01-27 07:00:22','2021-01-27 02:00:22'),
(107672,40054,'action complete via WP Cron','2021-01-27 07:00:22','2021-01-27 02:00:22'),
(107673,40055,'action created','2021-01-27 07:00:22','2021-01-27 02:00:22'),
(107674,40055,'action started via WP Cron','2021-01-27 07:01:32','2021-01-27 02:01:32'),
(107675,40055,'action complete via WP Cron','2021-01-27 07:01:32','2021-01-27 02:01:32'),
(107676,40056,'action created','2021-01-27 07:01:33','2021-01-27 02:01:33'),
(107677,40056,'action started via WP Cron','2021-01-27 07:04:41','2021-01-27 02:04:41'),
(107678,40056,'action complete via WP Cron','2021-01-27 07:04:41','2021-01-27 02:04:41'),
(107679,40057,'action created','2021-01-27 07:04:42','2021-01-27 02:04:42'),
(107680,40057,'action started via WP Cron','2021-01-27 07:06:53','2021-01-27 02:06:53'),
(107681,40057,'action complete via WP Cron','2021-01-27 07:06:53','2021-01-27 02:06:53'),
(107682,40058,'action created','2021-01-27 07:06:53','2021-01-27 02:06:53'),
(107683,40058,'action started via WP Cron','2021-01-27 07:09:11','2021-01-27 02:09:11'),
(107684,40058,'action complete via WP Cron','2021-01-27 07:09:11','2021-01-27 02:09:11'),
(107685,40059,'action created','2021-01-27 07:09:11','2021-01-27 02:09:11'),
(107686,40059,'action started via WP Cron','2021-01-27 07:10:20','2021-01-27 02:10:20'),
(107687,40059,'action complete via WP Cron','2021-01-27 07:10:20','2021-01-27 02:10:20'),
(107688,40060,'action created','2021-01-27 07:10:20','2021-01-27 02:10:20'),
(107689,40060,'action started via WP Cron','2021-01-27 07:11:25','2021-01-27 02:11:25'),
(107690,40060,'action complete via WP Cron','2021-01-27 07:11:25','2021-01-27 02:11:25'),
(107691,40061,'action created','2021-01-27 07:11:25','2021-01-27 02:11:25'),
(107692,40061,'action started via WP Cron','2021-01-27 07:14:04','2021-01-27 02:14:04'),
(107693,40061,'action complete via WP Cron','2021-01-27 07:14:04','2021-01-27 02:14:04'),
(107694,40062,'action created','2021-01-27 07:14:04','2021-01-27 02:14:04'),
(107695,40062,'action started via WP Cron','2021-01-27 07:15:35','2021-01-27 02:15:35'),
(107696,40062,'action complete via WP Cron','2021-01-27 07:15:35','2021-01-27 02:15:35'),
(107697,40063,'action created','2021-01-27 07:15:35','2021-01-27 02:15:35'),
(107698,40063,'action started via WP Cron','2021-01-27 07:16:19','2021-01-27 02:16:19'),
(107699,40063,'action complete via WP Cron','2021-01-27 07:16:19','2021-01-27 02:16:19'),
(107700,40064,'action created','2021-01-27 07:16:19','2021-01-27 02:16:19'),
(107701,40064,'action started via WP Cron','2021-01-27 07:21:57','2021-01-27 02:21:57'),
(107702,40064,'action complete via WP Cron','2021-01-27 07:21:57','2021-01-27 02:21:57'),
(107703,40065,'action created','2021-01-27 07:21:57','2021-01-27 02:21:57'),
(107704,40065,'action started via WP Cron','2021-01-27 07:23:42','2021-01-27 02:23:42'),
(107705,40065,'action complete via WP Cron','2021-01-27 07:23:42','2021-01-27 02:23:42'),
(107706,40066,'action created','2021-01-27 07:23:42','2021-01-27 02:23:42'),
(107707,40066,'action started via WP Cron','2021-01-27 07:24:45','2021-01-27 02:24:45'),
(107708,40066,'action complete via WP Cron','2021-01-27 07:24:45','2021-01-27 02:24:45'),
(107709,40067,'action created','2021-01-27 07:24:45','2021-01-27 02:24:45'),
(107710,40067,'action started via WP Cron','2021-01-27 07:27:35','2021-01-27 02:27:35'),
(107711,40067,'action complete via WP Cron','2021-01-27 07:27:35','2021-01-27 02:27:35'),
(107712,40068,'action created','2021-01-27 07:27:35','2021-01-27 02:27:35'),
(107713,40068,'action started via WP Cron','2021-01-27 07:28:35','2021-01-27 02:28:35'),
(107714,40068,'action complete via WP Cron','2021-01-27 07:28:35','2021-01-27 02:28:35'),
(107715,40069,'action created','2021-01-27 07:28:35','2021-01-27 02:28:35'),
(107716,40069,'action started via WP Cron','2021-01-27 07:29:47','2021-01-27 02:29:47'),
(107717,40069,'action complete via WP Cron','2021-01-27 07:29:47','2021-01-27 02:29:47'),
(107718,40070,'action created','2021-01-27 07:29:47','2021-01-27 02:29:47'),
(107719,40070,'action started via WP Cron','2021-01-27 07:30:24','2021-01-27 02:30:24'),
(107720,40070,'action complete via WP Cron','2021-01-27 07:30:24','2021-01-27 02:30:24'),
(107721,40071,'action created','2021-01-27 07:30:24','2021-01-27 02:30:24'),
(107722,40071,'action started via WP Cron','2021-01-27 07:32:28','2021-01-27 02:32:28'),
(107723,40071,'action complete via WP Cron','2021-01-27 07:32:28','2021-01-27 02:32:28'),
(107724,40072,'action created','2021-01-27 07:32:28','2021-01-27 02:32:28'),
(107725,40072,'action started via WP Cron','2021-01-27 07:33:47','2021-01-27 02:33:47'),
(107726,40072,'action complete via WP Cron','2021-01-27 07:33:47','2021-01-27 02:33:47'),
(107727,40073,'action created','2021-01-27 07:33:47','2021-01-27 02:33:47'),
(107728,40073,'action started via WP Cron','2021-01-27 07:34:15','2021-01-27 02:34:15'),
(107729,40073,'action complete via WP Cron','2021-01-27 07:34:15','2021-01-27 02:34:15'),
(107730,40074,'action created','2021-01-27 07:34:15','2021-01-27 02:34:15'),
(107731,40074,'action started via WP Cron','2021-01-27 07:35:30','2021-01-27 02:35:30'),
(107732,40074,'action complete via WP Cron','2021-01-27 07:35:30','2021-01-27 02:35:30'),
(107733,40075,'action created','2021-01-27 07:35:30','2021-01-27 02:35:30'),
(107734,40075,'action started via WP Cron','2021-01-27 07:36:37','2021-01-27 02:36:37'),
(107735,40075,'action complete via WP Cron','2021-01-27 07:36:37','2021-01-27 02:36:37'),
(107736,40076,'action created','2021-01-27 07:36:37','2021-01-27 02:36:37'),
(107737,40076,'action started via WP Cron','2021-01-27 07:39:33','2021-01-27 02:39:33'),
(107738,40076,'action complete via WP Cron','2021-01-27 07:39:33','2021-01-27 02:39:33'),
(107739,40077,'action created','2021-01-27 07:39:33','2021-01-27 02:39:33'),
(107740,40077,'action started via WP Cron','2021-01-27 07:43:43','2021-01-27 02:43:43'),
(107741,40077,'action complete via WP Cron','2021-01-27 07:43:43','2021-01-27 02:43:43'),
(107742,40078,'action created','2021-01-27 07:43:43','2021-01-27 02:43:43'),
(107743,40078,'action started via WP Cron','2021-01-27 07:44:29','2021-01-27 02:44:29'),
(107744,40078,'action complete via WP Cron','2021-01-27 07:44:29','2021-01-27 02:44:29'),
(107745,40079,'action created','2021-01-27 07:44:29','2021-01-27 02:44:29'),
(107746,40079,'action started via WP Cron','2021-01-27 07:46:43','2021-01-27 02:46:43'),
(107747,40079,'action complete via WP Cron','2021-01-27 07:46:43','2021-01-27 02:46:43'),
(107748,40080,'action created','2021-01-27 07:46:43','2021-01-27 02:46:43'),
(107749,40080,'action started via WP Cron','2021-01-27 07:48:15','2021-01-27 02:48:15'),
(107750,40080,'action complete via WP Cron','2021-01-27 07:48:15','2021-01-27 02:48:15'),
(107751,40081,'action created','2021-01-27 07:48:15','2021-01-27 02:48:15'),
(107752,40081,'action started via WP Cron','2021-01-27 07:49:20','2021-01-27 02:49:20'),
(107753,40081,'action complete via WP Cron','2021-01-27 07:49:20','2021-01-27 02:49:20'),
(107754,40082,'action created','2021-01-27 07:49:20','2021-01-27 02:49:20'),
(107755,40082,'action started via WP Cron','2021-01-27 07:51:41','2021-01-27 02:51:41'),
(107756,40082,'action complete via WP Cron','2021-01-27 07:51:41','2021-01-27 02:51:41'),
(107757,40083,'action created','2021-01-27 07:51:41','2021-01-27 02:51:41'),
(107758,40083,'action started via WP Cron','2021-01-27 07:54:15','2021-01-27 02:54:15'),
(107759,40083,'action complete via WP Cron','2021-01-27 07:54:15','2021-01-27 02:54:15'),
(107760,40084,'action created','2021-01-27 07:54:15','2021-01-27 02:54:15'),
(107761,40084,'action started via WP Cron','2021-01-27 07:56:16','2021-01-27 02:56:16'),
(107762,40084,'action complete via WP Cron','2021-01-27 07:56:16','2021-01-27 02:56:16'),
(107763,40085,'action created','2021-01-27 07:56:16','2021-01-27 02:56:16'),
(107764,40085,'action started via WP Cron','2021-01-27 07:58:09','2021-01-27 02:58:09'),
(107765,40085,'action complete via WP Cron','2021-01-27 07:58:09','2021-01-27 02:58:09'),
(107766,40086,'action created','2021-01-27 07:58:09','2021-01-27 02:58:09'),
(107767,40086,'action started via WP Cron','2021-01-27 08:00:57','2021-01-27 03:00:57'),
(107768,40086,'action complete via WP Cron','2021-01-27 08:00:57','2021-01-27 03:00:57'),
(107769,40087,'action created','2021-01-27 08:00:57','2021-01-27 03:00:57'),
(107770,40087,'action started via WP Cron','2021-01-27 08:01:19','2021-01-27 03:01:19'),
(107771,40087,'action complete via WP Cron','2021-01-27 08:01:19','2021-01-27 03:01:19'),
(107772,40088,'action created','2021-01-27 08:01:19','2021-01-27 03:01:19'),
(107773,40088,'action started via WP Cron','2021-01-27 08:02:22','2021-01-27 03:02:22'),
(107774,40088,'action complete via WP Cron','2021-01-27 08:02:22','2021-01-27 03:02:22'),
(107775,40089,'action created','2021-01-27 08:02:22','2021-01-27 03:02:22'),
(107776,40089,'action started via WP Cron','2021-01-27 08:03:26','2021-01-27 03:03:26'),
(107777,40089,'action complete via WP Cron','2021-01-27 08:03:26','2021-01-27 03:03:26'),
(107778,40090,'action created','2021-01-27 08:03:26','2021-01-27 03:03:26'),
(107779,40090,'action started via WP Cron','2021-01-27 08:04:53','2021-01-27 03:04:53'),
(107780,40090,'action complete via WP Cron','2021-01-27 08:04:53','2021-01-27 03:04:53'),
(107781,40091,'action created','2021-01-27 08:04:54','2021-01-27 03:04:54'),
(107782,40091,'action started via WP Cron','2021-01-27 08:06:26','2021-01-27 03:06:26'),
(107783,40091,'action complete via WP Cron','2021-01-27 08:06:26','2021-01-27 03:06:26'),
(107784,40092,'action created','2021-01-27 08:06:26','2021-01-27 03:06:26'),
(107785,40092,'action started via WP Cron','2021-01-27 08:07:12','2021-01-27 03:07:12'),
(107786,40092,'action complete via WP Cron','2021-01-27 08:07:12','2021-01-27 03:07:12'),
(107787,40093,'action created','2021-01-27 08:07:12','2021-01-27 03:07:12'),
(107788,40093,'action started via WP Cron','2021-01-27 08:10:41','2021-01-27 03:10:41'),
(107789,40093,'action complete via WP Cron','2021-01-27 08:10:41','2021-01-27 03:10:41'),
(107790,40094,'action created','2021-01-27 08:10:41','2021-01-27 03:10:41'),
(107791,40094,'action started via WP Cron','2021-01-27 08:11:27','2021-01-27 03:11:27'),
(107792,40094,'action complete via WP Cron','2021-01-27 08:11:27','2021-01-27 03:11:27'),
(107793,40095,'action created','2021-01-27 08:11:27','2021-01-27 03:11:27'),
(107794,40095,'action started via WP Cron','2021-01-27 08:12:25','2021-01-27 03:12:25'),
(107795,40095,'action complete via WP Cron','2021-01-27 08:12:25','2021-01-27 03:12:25'),
(107796,40096,'action created','2021-01-27 08:12:25','2021-01-27 03:12:25'),
(107797,40096,'action started via WP Cron','2021-01-27 08:14:03','2021-01-27 03:14:03'),
(107798,40096,'action complete via WP Cron','2021-01-27 08:14:03','2021-01-27 03:14:03'),
(107799,40097,'action created','2021-01-27 08:14:03','2021-01-27 03:14:03'),
(107800,40097,'action started via WP Cron','2021-01-27 08:14:16','2021-01-27 03:14:16'),
(107801,40097,'action complete via WP Cron','2021-01-27 08:14:16','2021-01-27 03:14:16'),
(107802,40098,'action created','2021-01-27 08:14:16','2021-01-27 03:14:16'),
(107803,40098,'action started via WP Cron','2021-01-27 08:18:36','2021-01-27 03:18:36'),
(107804,40098,'action complete via WP Cron','2021-01-27 08:18:36','2021-01-27 03:18:36'),
(107805,40099,'action created','2021-01-27 08:18:36','2021-01-27 03:18:36'),
(107806,40099,'action started via WP Cron','2021-01-27 08:19:17','2021-01-27 03:19:17'),
(107807,40099,'action complete via WP Cron','2021-01-27 08:19:17','2021-01-27 03:19:17'),
(107808,40100,'action created','2021-01-27 08:19:17','2021-01-27 03:19:17'),
(107809,40100,'action started via WP Cron','2021-01-27 08:21:39','2021-01-27 03:21:39'),
(107810,40100,'action complete via WP Cron','2021-01-27 08:21:39','2021-01-27 03:21:39'),
(107811,40101,'action created','2021-01-27 08:21:40','2021-01-27 03:21:40'),
(107812,40101,'action started via WP Cron','2021-01-27 08:22:59','2021-01-27 03:22:59'),
(107813,40101,'action complete via WP Cron','2021-01-27 08:22:59','2021-01-27 03:22:59'),
(107814,40102,'action created','2021-01-27 08:22:59','2021-01-27 03:22:59'),
(107815,40102,'action started via WP Cron','2021-01-27 08:23:24','2021-01-27 03:23:24'),
(107816,40102,'action complete via WP Cron','2021-01-27 08:23:24','2021-01-27 03:23:24'),
(107817,40103,'action created','2021-01-27 08:23:24','2021-01-27 03:23:24'),
(107818,40103,'action started via WP Cron','2021-01-27 08:25:05','2021-01-27 03:25:05'),
(107819,40103,'action complete via WP Cron','2021-01-27 08:25:06','2021-01-27 03:25:06'),
(107820,40104,'action created','2021-01-27 08:25:06','2021-01-27 03:25:06'),
(107821,40104,'action started via WP Cron','2021-01-27 08:26:24','2021-01-27 03:26:24'),
(107822,40104,'action complete via WP Cron','2021-01-27 08:26:24','2021-01-27 03:26:24'),
(107823,40105,'action created','2021-01-27 08:26:24','2021-01-27 03:26:24'),
(107824,40105,'action started via WP Cron','2021-01-27 08:27:24','2021-01-27 03:27:24'),
(107825,40105,'action complete via WP Cron','2021-01-27 08:27:24','2021-01-27 03:27:24'),
(107826,40106,'action created','2021-01-27 08:27:24','2021-01-27 03:27:24'),
(107827,40106,'action started via WP Cron','2021-01-27 08:28:34','2021-01-27 03:28:34'),
(107828,40106,'action complete via WP Cron','2021-01-27 08:28:34','2021-01-27 03:28:34'),
(107829,40107,'action created','2021-01-27 08:28:34','2021-01-27 03:28:34'),
(107830,40107,'action started via WP Cron','2021-01-27 08:29:13','2021-01-27 03:29:13'),
(107831,40107,'action complete via WP Cron','2021-01-27 08:29:13','2021-01-27 03:29:13'),
(107832,40108,'action created','2021-01-27 08:29:13','2021-01-27 03:29:13'),
(107833,40108,'action started via WP Cron','2021-01-27 08:31:39','2021-01-27 03:31:39'),
(107834,40108,'action complete via WP Cron','2021-01-27 08:31:39','2021-01-27 03:31:39'),
(107835,40109,'action created','2021-01-27 08:31:39','2021-01-27 03:31:39'),
(107836,40109,'action started via WP Cron','2021-01-27 08:37:53','2021-01-27 03:37:53'),
(107837,40109,'action complete via WP Cron','2021-01-27 08:37:53','2021-01-27 03:37:53'),
(107838,40110,'action created','2021-01-27 08:37:53','2021-01-27 03:37:53'),
(107839,40110,'action started via WP Cron','2021-01-27 08:38:51','2021-01-27 03:38:51'),
(107840,40110,'action complete via WP Cron','2021-01-27 08:38:51','2021-01-27 03:38:51'),
(107841,40111,'action created','2021-01-27 08:38:51','2021-01-27 03:38:51'),
(107842,40111,'action started via WP Cron','2021-01-27 08:39:16','2021-01-27 03:39:16'),
(107843,40111,'action complete via WP Cron','2021-01-27 08:39:16','2021-01-27 03:39:16'),
(107844,40112,'action created','2021-01-27 08:39:16','2021-01-27 03:39:16'),
(107845,40112,'action started via WP Cron','2021-01-27 08:40:31','2021-01-27 03:40:31'),
(107846,40112,'action complete via WP Cron','2021-01-27 08:40:31','2021-01-27 03:40:31'),
(107847,40113,'action created','2021-01-27 08:40:31','2021-01-27 03:40:31'),
(107848,40113,'action started via WP Cron','2021-01-27 08:45:50','2021-01-27 03:45:50'),
(107849,40113,'action complete via WP Cron','2021-01-27 08:45:50','2021-01-27 03:45:50'),
(107850,40114,'action created','2021-01-27 08:45:50','2021-01-27 03:45:50'),
(107851,40114,'action started via WP Cron','2021-01-27 08:47:09','2021-01-27 03:47:09'),
(107852,40114,'action complete via WP Cron','2021-01-27 08:47:09','2021-01-27 03:47:09'),
(107853,40115,'action created','2021-01-27 08:47:09','2021-01-27 03:47:09'),
(107854,40115,'action started via WP Cron','2021-01-27 08:48:09','2021-01-27 03:48:09'),
(107855,40115,'action complete via WP Cron','2021-01-27 08:48:09','2021-01-27 03:48:09'),
(107856,40116,'action created','2021-01-27 08:48:09','2021-01-27 03:48:09'),
(107857,40116,'action started via WP Cron','2021-01-27 08:49:59','2021-01-27 03:49:59'),
(107858,40116,'action complete via WP Cron','2021-01-27 08:49:59','2021-01-27 03:49:59'),
(107859,40117,'action created','2021-01-27 08:49:59','2021-01-27 03:49:59'),
(107860,40117,'action started via WP Cron','2021-01-27 08:51:03','2021-01-27 03:51:03'),
(107861,40117,'action complete via WP Cron','2021-01-27 08:51:03','2021-01-27 03:51:03'),
(107862,40118,'action created','2021-01-27 08:51:03','2021-01-27 03:51:03'),
(107863,40118,'action started via WP Cron','2021-01-27 08:51:58','2021-01-27 03:51:58'),
(107864,40118,'action complete via WP Cron','2021-01-27 08:51:58','2021-01-27 03:51:58'),
(107865,40119,'action created','2021-01-27 08:51:58','2021-01-27 03:51:58'),
(107866,40119,'action started via WP Cron','2021-01-27 08:52:15','2021-01-27 03:52:15'),
(107867,40119,'action complete via WP Cron','2021-01-27 08:52:15','2021-01-27 03:52:15'),
(107868,40120,'action created','2021-01-27 08:52:15','2021-01-27 03:52:15'),
(107869,40120,'action started via WP Cron','2021-01-27 08:54:00','2021-01-27 03:54:00'),
(107870,40120,'action complete via WP Cron','2021-01-27 08:54:00','2021-01-27 03:54:00'),
(107871,40121,'action created','2021-01-27 08:54:00','2021-01-27 03:54:00'),
(107872,40121,'action started via WP Cron','2021-01-27 08:54:42','2021-01-27 03:54:42'),
(107873,40121,'action complete via WP Cron','2021-01-27 08:54:42','2021-01-27 03:54:42'),
(107874,40122,'action created','2021-01-27 08:54:42','2021-01-27 03:54:42'),
(107875,40122,'action started via WP Cron','2021-01-27 08:58:29','2021-01-27 03:58:29'),
(107876,40122,'action complete via WP Cron','2021-01-27 08:58:29','2021-01-27 03:58:29'),
(107877,40123,'action created','2021-01-27 08:58:29','2021-01-27 03:58:29'),
(107878,40123,'action started via WP Cron','2021-01-27 09:01:15','2021-01-27 04:01:15'),
(107879,40123,'action complete via WP Cron','2021-01-27 09:01:15','2021-01-27 04:01:15'),
(107880,40124,'action created','2021-01-27 09:01:15','2021-01-27 04:01:15'),
(107881,40124,'action started via WP Cron','2021-01-27 09:05:05','2021-01-27 04:05:05'),
(107882,40124,'action complete via WP Cron','2021-01-27 09:05:05','2021-01-27 04:05:05'),
(107883,40125,'action created','2021-01-27 09:05:05','2021-01-27 04:05:05'),
(107884,40125,'action started via WP Cron','2021-01-27 09:05:48','2021-01-27 04:05:48'),
(107885,40125,'action complete via WP Cron','2021-01-27 09:05:48','2021-01-27 04:05:48'),
(107886,40126,'action created','2021-01-27 09:05:48','2021-01-27 04:05:48'),
(107887,40126,'action started via WP Cron','2021-01-27 09:06:13','2021-01-27 04:06:13'),
(107888,40126,'action complete via WP Cron','2021-01-27 09:06:13','2021-01-27 04:06:13'),
(107889,40127,'action created','2021-01-27 09:06:13','2021-01-27 04:06:13'),
(107890,40127,'action started via WP Cron','2021-01-27 09:08:30','2021-01-27 04:08:30'),
(107891,40127,'action complete via WP Cron','2021-01-27 09:08:30','2021-01-27 04:08:30'),
(107892,40128,'action created','2021-01-27 09:08:30','2021-01-27 04:08:30'),
(107893,40128,'action started via WP Cron','2021-01-27 09:18:23','2021-01-27 04:18:23'),
(107894,40128,'action complete via WP Cron','2021-01-27 09:18:23','2021-01-27 04:18:23'),
(107895,40129,'action created','2021-01-27 09:18:23','2021-01-27 04:18:23'),
(107896,40129,'action started via WP Cron','2021-01-27 09:25:32','2021-01-27 04:25:32'),
(107897,40129,'action complete via WP Cron','2021-01-27 09:25:32','2021-01-27 04:25:32'),
(107898,40130,'action created','2021-01-27 09:25:32','2021-01-27 04:25:32'),
(107899,40130,'action started via WP Cron','2021-01-27 09:26:50','2021-01-27 04:26:50'),
(107900,40130,'action complete via WP Cron','2021-01-27 09:26:50','2021-01-27 04:26:50'),
(107901,40131,'action created','2021-01-27 09:26:50','2021-01-27 04:26:50'),
(107902,40131,'action started via WP Cron','2021-01-27 09:28:08','2021-01-27 04:28:08'),
(107903,40131,'action complete via WP Cron','2021-01-27 09:28:08','2021-01-27 04:28:08'),
(107904,40132,'action created','2021-01-27 09:28:08','2021-01-27 04:28:08'),
(107905,40132,'action started via WP Cron','2021-01-27 09:28:42','2021-01-27 04:28:42'),
(107906,40132,'action complete via WP Cron','2021-01-27 09:28:42','2021-01-27 04:28:42'),
(107907,40133,'action created','2021-01-27 09:28:42','2021-01-27 04:28:42'),
(107908,40133,'action started via WP Cron','2021-01-27 09:29:36','2021-01-27 04:29:36'),
(107909,40133,'action complete via WP Cron','2021-01-27 09:29:36','2021-01-27 04:29:36'),
(107910,40134,'action created','2021-01-27 09:29:36','2021-01-27 04:29:36'),
(107911,40134,'action started via WP Cron','2021-01-27 09:30:43','2021-01-27 04:30:43'),
(107912,40134,'action complete via WP Cron','2021-01-27 09:30:43','2021-01-27 04:30:43'),
(107913,40135,'action created','2021-01-27 09:30:43','2021-01-27 04:30:43'),
(107914,40135,'action started via WP Cron','2021-01-27 09:32:03','2021-01-27 04:32:03'),
(107915,40135,'action complete via WP Cron','2021-01-27 09:32:03','2021-01-27 04:32:03'),
(107916,40136,'action created','2021-01-27 09:32:03','2021-01-27 04:32:03'),
(107917,40136,'action started via WP Cron','2021-01-27 09:32:42','2021-01-27 04:32:42'),
(107918,40136,'action complete via WP Cron','2021-01-27 09:32:42','2021-01-27 04:32:42'),
(107919,40137,'action created','2021-01-27 09:32:42','2021-01-27 04:32:42'),
(107920,40137,'action started via WP Cron','2021-01-27 09:33:25','2021-01-27 04:33:25'),
(107921,40137,'action complete via WP Cron','2021-01-27 09:33:25','2021-01-27 04:33:25'),
(107922,40138,'action created','2021-01-27 09:33:25','2021-01-27 04:33:25'),
(107923,40138,'action started via WP Cron','2021-01-27 09:34:18','2021-01-27 04:34:18'),
(107924,40138,'action complete via WP Cron','2021-01-27 09:34:18','2021-01-27 04:34:18'),
(107925,40139,'action created','2021-01-27 09:34:18','2021-01-27 04:34:18'),
(107926,40139,'action started via WP Cron','2021-01-27 09:36:36','2021-01-27 04:36:36'),
(107927,40139,'action complete via WP Cron','2021-01-27 09:36:36','2021-01-27 04:36:36'),
(107928,40140,'action created','2021-01-27 09:36:36','2021-01-27 04:36:36'),
(107929,40140,'action started via WP Cron','2021-01-27 09:37:19','2021-01-27 04:37:19'),
(107930,40140,'action complete via WP Cron','2021-01-27 09:37:19','2021-01-27 04:37:19'),
(107931,40141,'action created','2021-01-27 09:37:19','2021-01-27 04:37:19'),
(107932,40141,'action started via WP Cron','2021-01-27 09:40:11','2021-01-27 04:40:11'),
(107933,40141,'action complete via WP Cron','2021-01-27 09:40:11','2021-01-27 04:40:11'),
(107934,40142,'action created','2021-01-27 09:40:11','2021-01-27 04:40:11'),
(107935,40142,'action started via WP Cron','2021-01-27 09:41:13','2021-01-27 04:41:13'),
(107936,40142,'action complete via WP Cron','2021-01-27 09:41:13','2021-01-27 04:41:13'),
(107937,40143,'action created','2021-01-27 09:41:13','2021-01-27 04:41:13'),
(107938,40143,'action started via WP Cron','2021-01-27 09:43:48','2021-01-27 04:43:48'),
(107939,40143,'action complete via WP Cron','2021-01-27 09:43:48','2021-01-27 04:43:48'),
(107940,40144,'action created','2021-01-27 09:43:48','2021-01-27 04:43:48'),
(107941,40144,'action started via WP Cron','2021-01-27 09:44:35','2021-01-27 04:44:35'),
(107942,40144,'action complete via WP Cron','2021-01-27 09:44:35','2021-01-27 04:44:35'),
(107943,40145,'action created','2021-01-27 09:44:35','2021-01-27 04:44:35'),
(107944,40145,'action started via WP Cron','2021-01-27 09:46:11','2021-01-27 04:46:11'),
(107945,40145,'action complete via WP Cron','2021-01-27 09:46:11','2021-01-27 04:46:11'),
(107946,40146,'action created','2021-01-27 09:46:11','2021-01-27 04:46:11'),
(107947,40146,'action started via WP Cron','2021-01-27 09:47:41','2021-01-27 04:47:41'),
(107948,40146,'action complete via WP Cron','2021-01-27 09:47:41','2021-01-27 04:47:41'),
(107949,40147,'action created','2021-01-27 09:47:41','2021-01-27 04:47:41'),
(107950,40147,'action started via WP Cron','2021-01-27 09:53:40','2021-01-27 04:53:40'),
(107951,40147,'action complete via WP Cron','2021-01-27 09:53:40','2021-01-27 04:53:40'),
(107952,40148,'action created','2021-01-27 09:53:40','2021-01-27 04:53:40'),
(107953,40148,'action started via WP Cron','2021-01-27 09:54:13','2021-01-27 04:54:13'),
(107954,40148,'action complete via WP Cron','2021-01-27 09:54:13','2021-01-27 04:54:13'),
(107955,40149,'action created','2021-01-27 09:54:13','2021-01-27 04:54:13'),
(107956,40149,'action started via WP Cron','2021-01-27 09:56:15','2021-01-27 04:56:15'),
(107957,40149,'action complete via WP Cron','2021-01-27 09:56:15','2021-01-27 04:56:15'),
(107958,40150,'action created','2021-01-27 09:56:15','2021-01-27 04:56:15'),
(107959,40150,'action started via WP Cron','2021-01-27 09:58:40','2021-01-27 04:58:40'),
(107960,40150,'action complete via WP Cron','2021-01-27 09:58:40','2021-01-27 04:58:40'),
(107961,40151,'action created','2021-01-27 09:58:40','2021-01-27 04:58:40'),
(107962,40151,'action started via WP Cron','2021-01-27 09:59:24','2021-01-27 04:59:24'),
(107963,40151,'action complete via WP Cron','2021-01-27 09:59:24','2021-01-27 04:59:24'),
(107964,40152,'action created','2021-01-27 09:59:24','2021-01-27 04:59:24'),
(107965,40152,'action started via WP Cron','2021-01-27 10:00:54','2021-01-27 05:00:54'),
(107966,40152,'action complete via WP Cron','2021-01-27 10:00:54','2021-01-27 05:00:54'),
(107967,40153,'action created','2021-01-27 10:00:54','2021-01-27 05:00:54'),
(107968,40153,'action started via WP Cron','2021-01-27 10:02:49','2021-01-27 05:02:49'),
(107969,40153,'action complete via WP Cron','2021-01-27 10:02:49','2021-01-27 05:02:49'),
(107970,40154,'action created','2021-01-27 10:02:49','2021-01-27 05:02:49'),
(107971,40154,'action started via WP Cron','2021-01-27 10:04:28','2021-01-27 05:04:28'),
(107972,40154,'action complete via WP Cron','2021-01-27 10:04:28','2021-01-27 05:04:28'),
(107973,40155,'action created','2021-01-27 10:04:28','2021-01-27 05:04:28'),
(107974,40155,'action started via WP Cron','2021-01-27 10:06:26','2021-01-27 05:06:26'),
(107975,40155,'action complete via WP Cron','2021-01-27 10:06:26','2021-01-27 05:06:26'),
(107976,40156,'action created','2021-01-27 10:06:26','2021-01-27 05:06:26'),
(107977,40156,'action started via WP Cron','2021-01-27 10:09:16','2021-01-27 05:09:16'),
(107978,40156,'action complete via WP Cron','2021-01-27 10:09:16','2021-01-27 05:09:16'),
(107979,40157,'action created','2021-01-27 10:09:16','2021-01-27 05:09:16'),
(107980,40157,'action started via WP Cron','2021-01-27 10:10:59','2021-01-27 05:10:59'),
(107981,40157,'action complete via WP Cron','2021-01-27 10:10:59','2021-01-27 05:10:59'),
(107982,40158,'action created','2021-01-27 10:10:59','2021-01-27 05:10:59'),
(107983,40158,'action started via WP Cron','2021-01-27 10:12:08','2021-01-27 05:12:08'),
(107984,40158,'action complete via WP Cron','2021-01-27 10:12:08','2021-01-27 05:12:08'),
(107985,40159,'action created','2021-01-27 10:12:08','2021-01-27 05:12:08'),
(107986,40159,'action started via WP Cron','2021-01-27 10:15:11','2021-01-27 05:15:11'),
(107987,40159,'action complete via WP Cron','2021-01-27 10:15:11','2021-01-27 05:15:11'),
(107988,40160,'action created','2021-01-27 10:15:11','2021-01-27 05:15:11'),
(107989,40160,'action started via WP Cron','2021-01-27 10:17:39','2021-01-27 05:17:39'),
(107990,40160,'action complete via WP Cron','2021-01-27 10:17:39','2021-01-27 05:17:39'),
(107991,40161,'action created','2021-01-27 10:17:39','2021-01-27 05:17:39'),
(107992,40161,'action started via WP Cron','2021-01-27 10:19:25','2021-01-27 05:19:25'),
(107993,40161,'action complete via WP Cron','2021-01-27 10:19:25','2021-01-27 05:19:25'),
(107994,40162,'action created','2021-01-27 10:19:25','2021-01-27 05:19:25'),
(107995,40162,'action started via WP Cron','2021-01-27 10:21:45','2021-01-27 05:21:45'),
(107996,40162,'action complete via WP Cron','2021-01-27 10:21:45','2021-01-27 05:21:45'),
(107997,40163,'action created','2021-01-27 10:21:45','2021-01-27 05:21:45'),
(107998,40163,'action started via WP Cron','2021-01-27 10:24:35','2021-01-27 05:24:35'),
(107999,40163,'action complete via WP Cron','2021-01-27 10:24:35','2021-01-27 05:24:35'),
(108000,40164,'action created','2021-01-27 10:24:35','2021-01-27 05:24:35'),
(108001,40164,'action started via WP Cron','2021-01-27 10:25:14','2021-01-27 05:25:14'),
(108002,40164,'action complete via WP Cron','2021-01-27 10:25:14','2021-01-27 05:25:14'),
(108003,40165,'action created','2021-01-27 10:25:14','2021-01-27 05:25:14'),
(108004,40165,'action started via WP Cron','2021-01-27 10:28:39','2021-01-27 05:28:39'),
(108005,40165,'action complete via WP Cron','2021-01-27 10:28:39','2021-01-27 05:28:39'),
(108006,40166,'action created','2021-01-27 10:28:39','2021-01-27 05:28:39'),
(108007,40166,'action started via WP Cron','2021-01-27 10:31:36','2021-01-27 05:31:36'),
(108008,40166,'action complete via WP Cron','2021-01-27 10:31:36','2021-01-27 05:31:36'),
(108009,40167,'action created','2021-01-27 10:31:36','2021-01-27 05:31:36'),
(108010,40167,'action started via WP Cron','2021-01-27 10:34:07','2021-01-27 05:34:07'),
(108011,40167,'action complete via WP Cron','2021-01-27 10:34:07','2021-01-27 05:34:07'),
(108012,40168,'action created','2021-01-27 10:34:07','2021-01-27 05:34:07'),
(108013,40168,'action started via WP Cron','2021-01-27 10:34:52','2021-01-27 05:34:52'),
(108014,40168,'action complete via WP Cron','2021-01-27 10:34:52','2021-01-27 05:34:52'),
(108015,40169,'action created','2021-01-27 10:34:53','2021-01-27 05:34:53'),
(108016,40169,'action started via WP Cron','2021-01-27 10:35:16','2021-01-27 05:35:16'),
(108017,40169,'action complete via WP Cron','2021-01-27 10:35:16','2021-01-27 05:35:16'),
(108018,40170,'action created','2021-01-27 10:35:16','2021-01-27 05:35:16'),
(108019,40170,'action started via WP Cron','2021-01-27 10:36:44','2021-01-27 05:36:44'),
(108020,40170,'action complete via WP Cron','2021-01-27 10:36:44','2021-01-27 05:36:44'),
(108021,40171,'action created','2021-01-27 10:36:44','2021-01-27 05:36:44'),
(108022,40171,'action started via WP Cron','2021-01-27 10:37:41','2021-01-27 05:37:41'),
(108023,40171,'action complete via WP Cron','2021-01-27 10:37:41','2021-01-27 05:37:41'),
(108024,40172,'action created','2021-01-27 10:37:41','2021-01-27 05:37:41'),
(108025,40172,'action started via WP Cron','2021-01-27 10:38:37','2021-01-27 05:38:37'),
(108026,40172,'action complete via WP Cron','2021-01-27 10:38:37','2021-01-27 05:38:37'),
(108027,40173,'action created','2021-01-27 10:38:37','2021-01-27 05:38:37'),
(108028,40173,'action started via WP Cron','2021-01-27 10:43:35','2021-01-27 05:43:35'),
(108029,40173,'action complete via WP Cron','2021-01-27 10:43:35','2021-01-27 05:43:35'),
(108030,40174,'action created','2021-01-27 10:43:35','2021-01-27 05:43:35'),
(108031,40174,'action started via WP Cron','2021-01-27 10:47:08','2021-01-27 05:47:08'),
(108032,40174,'action complete via WP Cron','2021-01-27 10:47:08','2021-01-27 05:47:08'),
(108033,40175,'action created','2021-01-27 10:47:08','2021-01-27 05:47:08'),
(108034,40175,'action started via WP Cron','2021-01-27 10:50:28','2021-01-27 05:50:28'),
(108035,40175,'action complete via WP Cron','2021-01-27 10:50:28','2021-01-27 05:50:28'),
(108036,40176,'action created','2021-01-27 10:50:28','2021-01-27 05:50:28'),
(108037,40176,'action started via WP Cron','2021-01-27 10:56:33','2021-01-27 05:56:33'),
(108038,40176,'action complete via WP Cron','2021-01-27 10:56:33','2021-01-27 05:56:33'),
(108039,40177,'action created','2021-01-27 10:56:33','2021-01-27 05:56:33'),
(108040,40177,'action started via WP Cron','2021-01-27 10:58:38','2021-01-27 05:58:38'),
(108041,40177,'action complete via WP Cron','2021-01-27 10:58:38','2021-01-27 05:58:38'),
(108042,40178,'action created','2021-01-27 10:58:38','2021-01-27 05:58:38'),
(108043,40178,'action started via WP Cron','2021-01-27 10:59:55','2021-01-27 05:59:55'),
(108044,40178,'action complete via WP Cron','2021-01-27 10:59:55','2021-01-27 05:59:55'),
(108045,40179,'action created','2021-01-27 10:59:55','2021-01-27 05:59:55'),
(108046,40179,'action started via WP Cron','2021-01-27 11:00:23','2021-01-27 06:00:23'),
(108047,40179,'action complete via WP Cron','2021-01-27 11:00:23','2021-01-27 06:00:23'),
(108048,40180,'action created','2021-01-27 11:00:23','2021-01-27 06:00:23'),
(108049,40180,'action started via WP Cron','2021-01-27 11:02:31','2021-01-27 06:02:31'),
(108050,40180,'action complete via WP Cron','2021-01-27 11:02:31','2021-01-27 06:02:31'),
(108051,40181,'action created','2021-01-27 11:02:31','2021-01-27 06:02:31'),
(108052,40181,'action started via WP Cron','2021-01-27 11:04:00','2021-01-27 06:04:00'),
(108053,40181,'action complete via WP Cron','2021-01-27 11:04:00','2021-01-27 06:04:00'),
(108054,40182,'action created','2021-01-27 11:04:00','2021-01-27 06:04:00'),
(108055,40182,'action started via WP Cron','2021-01-27 11:10:59','2021-01-27 06:10:59'),
(108056,40182,'action complete via WP Cron','2021-01-27 11:10:59','2021-01-27 06:10:59'),
(108057,40183,'action created','2021-01-27 11:10:59','2021-01-27 06:10:59'),
(108058,40183,'action started via WP Cron','2021-01-27 11:11:34','2021-01-27 06:11:34'),
(108059,40183,'action complete via WP Cron','2021-01-27 11:11:34','2021-01-27 06:11:34'),
(108060,40184,'action created','2021-01-27 11:11:34','2021-01-27 06:11:34'),
(108061,40184,'action started via WP Cron','2021-01-27 11:13:50','2021-01-27 06:13:50'),
(108062,40184,'action complete via WP Cron','2021-01-27 11:13:50','2021-01-27 06:13:50'),
(108063,40185,'action created','2021-01-27 11:13:50','2021-01-27 06:13:50'),
(108064,40185,'action started via WP Cron','2021-01-27 11:14:24','2021-01-27 06:14:24'),
(108065,40185,'action complete via WP Cron','2021-01-27 11:14:24','2021-01-27 06:14:24'),
(108066,40186,'action created','2021-01-27 11:14:24','2021-01-27 06:14:24'),
(108067,40186,'action started via WP Cron','2021-01-27 11:15:11','2021-01-27 06:15:11'),
(108068,40186,'action complete via WP Cron','2021-01-27 11:15:12','2021-01-27 06:15:12'),
(108069,40187,'action created','2021-01-27 11:15:12','2021-01-27 06:15:12'),
(108070,40187,'action started via WP Cron','2021-01-27 11:17:22','2021-01-27 06:17:22'),
(108071,40187,'action complete via WP Cron','2021-01-27 11:17:22','2021-01-27 06:17:22'),
(108072,40188,'action created','2021-01-27 11:17:22','2021-01-27 06:17:22'),
(108073,40188,'action started via WP Cron','2021-01-27 11:19:10','2021-01-27 06:19:10'),
(108074,40188,'action complete via WP Cron','2021-01-27 11:19:10','2021-01-27 06:19:10'),
(108075,40189,'action created','2021-01-27 11:19:10','2021-01-27 06:19:10'),
(108076,40189,'action started via WP Cron','2021-01-27 11:19:50','2021-01-27 06:19:50'),
(108077,40189,'action complete via WP Cron','2021-01-27 11:19:50','2021-01-27 06:19:50'),
(108078,40190,'action created','2021-01-27 11:19:50','2021-01-27 06:19:50'),
(108079,40190,'action started via WP Cron','2021-01-27 11:21:20','2021-01-27 06:21:20'),
(108080,40190,'action complete via WP Cron','2021-01-27 11:21:20','2021-01-27 06:21:20'),
(108081,40191,'action created','2021-01-27 11:21:20','2021-01-27 06:21:20'),
(108082,40191,'action started via WP Cron','2021-01-27 11:22:15','2021-01-27 06:22:15'),
(108083,40191,'action complete via WP Cron','2021-01-27 11:22:15','2021-01-27 06:22:15'),
(108084,40192,'action created','2021-01-27 11:22:15','2021-01-27 06:22:15'),
(108085,40192,'action started via WP Cron','2021-01-27 11:23:53','2021-01-27 06:23:53'),
(108086,40192,'action complete via WP Cron','2021-01-27 11:23:53','2021-01-27 06:23:53'),
(108087,40193,'action created','2021-01-27 11:23:53','2021-01-27 06:23:53'),
(108088,40193,'action started via WP Cron','2021-01-27 11:28:22','2021-01-27 06:28:22'),
(108089,40193,'action complete via WP Cron','2021-01-27 11:28:22','2021-01-27 06:28:22'),
(108090,40194,'action created','2021-01-27 11:28:22','2021-01-27 06:28:22'),
(108091,40194,'action started via WP Cron','2021-01-27 11:30:16','2021-01-27 06:30:16'),
(108092,40194,'action complete via WP Cron','2021-01-27 11:30:16','2021-01-27 06:30:16'),
(108093,40195,'action created','2021-01-27 11:30:16','2021-01-27 06:30:16'),
(108094,40195,'action started via WP Cron','2021-01-27 11:32:03','2021-01-27 06:32:03'),
(108095,40195,'action complete via WP Cron','2021-01-27 11:32:03','2021-01-27 06:32:03'),
(108096,40196,'action created','2021-01-27 11:32:04','2021-01-27 06:32:04'),
(108097,40196,'action started via WP Cron','2021-01-27 11:32:22','2021-01-27 06:32:22'),
(108098,40196,'action complete via WP Cron','2021-01-27 11:32:22','2021-01-27 06:32:22'),
(108099,40197,'action created','2021-01-27 11:32:22','2021-01-27 06:32:22'),
(108100,40197,'action started via WP Cron','2021-01-27 11:36:00','2021-01-27 06:36:00'),
(108101,40197,'action complete via WP Cron','2021-01-27 11:36:00','2021-01-27 06:36:00'),
(108102,40198,'action created','2021-01-27 11:36:00','2021-01-27 06:36:00'),
(108103,40198,'action started via WP Cron','2021-01-27 11:38:15','2021-01-27 06:38:15'),
(108104,40198,'action complete via WP Cron','2021-01-27 11:38:15','2021-01-27 06:38:15'),
(108105,40199,'action created','2021-01-27 11:38:15','2021-01-27 06:38:15'),
(108106,40199,'action started via WP Cron','2021-01-27 11:39:41','2021-01-27 06:39:41'),
(108107,40199,'action complete via WP Cron','2021-01-27 11:39:41','2021-01-27 06:39:41'),
(108108,40200,'action created','2021-01-27 11:39:41','2021-01-27 06:39:41'),
(108109,40200,'action started via WP Cron','2021-01-27 11:40:51','2021-01-27 06:40:51'),
(108110,40200,'action complete via WP Cron','2021-01-27 11:40:51','2021-01-27 06:40:51'),
(108111,40201,'action created','2021-01-27 11:40:51','2021-01-27 06:40:51'),
(108112,40201,'action started via WP Cron','2021-01-27 11:42:11','2021-01-27 06:42:11'),
(108113,40201,'action complete via WP Cron','2021-01-27 11:42:11','2021-01-27 06:42:11'),
(108114,40202,'action created','2021-01-27 11:43:29','2021-01-27 06:43:29'),
(108115,40202,'action started via WP Cron','2021-01-27 11:44:13','2021-01-27 06:44:13'),
(108116,40202,'action complete via WP Cron','2021-01-27 11:44:14','2021-01-27 06:44:14'),
(108117,40203,'action created','2021-01-27 11:44:14','2021-01-27 06:44:14'),
(108118,40203,'action started via WP Cron','2021-01-27 11:48:37','2021-01-27 06:48:37'),
(108119,40203,'action complete via WP Cron','2021-01-27 11:48:37','2021-01-27 06:48:37'),
(108120,40204,'action created','2021-01-27 11:48:37','2021-01-27 06:48:37'),
(108121,40204,'action started via WP Cron','2021-01-27 11:49:51','2021-01-27 06:49:51'),
(108122,40204,'action complete via WP Cron','2021-01-27 11:49:51','2021-01-27 06:49:51'),
(108123,40205,'action created','2021-01-27 11:49:51','2021-01-27 06:49:51'),
(108124,40205,'action started via WP Cron','2021-01-27 11:50:41','2021-01-27 06:50:41'),
(108125,40205,'action complete via WP Cron','2021-01-27 11:50:41','2021-01-27 06:50:41'),
(108126,40206,'action created','2021-01-27 11:50:41','2021-01-27 06:50:41'),
(108127,40206,'action started via WP Cron','2021-01-27 11:51:23','2021-01-27 06:51:23'),
(108128,40206,'action complete via WP Cron','2021-01-27 11:51:23','2021-01-27 06:51:23'),
(108129,40207,'action created','2021-01-27 11:51:23','2021-01-27 06:51:23'),
(108130,40207,'action started via WP Cron','2021-01-27 11:52:56','2021-01-27 06:52:56'),
(108131,40207,'action complete via WP Cron','2021-01-27 11:52:56','2021-01-27 06:52:56'),
(108132,40208,'action created','2021-01-27 11:52:56','2021-01-27 06:52:56'),
(108133,40208,'action started via WP Cron','2021-01-27 11:54:33','2021-01-27 06:54:33'),
(108134,40208,'action complete via WP Cron','2021-01-27 11:54:33','2021-01-27 06:54:33'),
(108135,40209,'action created','2021-01-27 11:54:33','2021-01-27 06:54:33'),
(108136,40209,'action started via WP Cron','2021-01-27 11:58:36','2021-01-27 06:58:36'),
(108137,40209,'action complete via WP Cron','2021-01-27 11:58:36','2021-01-27 06:58:36'),
(108138,40210,'action created','2021-01-27 11:58:36','2021-01-27 06:58:36'),
(108139,40210,'action started via WP Cron','2021-01-27 11:59:19','2021-01-27 06:59:19'),
(108140,40210,'action complete via WP Cron','2021-01-27 11:59:19','2021-01-27 06:59:19'),
(108141,40211,'action created','2021-01-27 11:59:19','2021-01-27 06:59:19'),
(108142,40211,'action started via WP Cron','2021-01-27 12:02:23','2021-01-27 07:02:23'),
(108143,40211,'action complete via WP Cron','2021-01-27 12:02:23','2021-01-27 07:02:23'),
(108144,40212,'action created','2021-01-27 12:02:23','2021-01-27 07:02:23'),
(108145,40212,'action started via WP Cron','2021-01-27 12:03:44','2021-01-27 07:03:44'),
(108146,40212,'action complete via WP Cron','2021-01-27 12:03:44','2021-01-27 07:03:44'),
(108147,40213,'action created','2021-01-27 12:03:44','2021-01-27 07:03:44'),
(108148,40213,'action started via WP Cron','2021-01-27 12:05:48','2021-01-27 07:05:48'),
(108149,40213,'action complete via WP Cron','2021-01-27 12:05:48','2021-01-27 07:05:48'),
(108150,40214,'action created','2021-01-27 12:05:48','2021-01-27 07:05:48'),
(108151,40214,'action started via WP Cron','2021-01-27 12:07:30','2021-01-27 07:07:30'),
(108152,40214,'action complete via WP Cron','2021-01-27 12:07:30','2021-01-27 07:07:30'),
(108153,40215,'action created','2021-01-27 12:07:30','2021-01-27 07:07:30'),
(108154,40215,'action started via WP Cron','2021-01-27 12:08:47','2021-01-27 07:08:47'),
(108155,40215,'action complete via WP Cron','2021-01-27 12:08:47','2021-01-27 07:08:47'),
(108156,40216,'action created','2021-01-27 12:08:47','2021-01-27 07:08:47'),
(108157,40216,'action started via WP Cron','2021-01-27 12:09:41','2021-01-27 07:09:41'),
(108158,40216,'action complete via WP Cron','2021-01-27 12:09:41','2021-01-27 07:09:41'),
(108159,40217,'action created','2021-01-27 12:09:41','2021-01-27 07:09:41'),
(108160,40217,'action started via WP Cron','2021-01-27 12:12:04','2021-01-27 07:12:04'),
(108161,40217,'action complete via WP Cron','2021-01-27 12:12:04','2021-01-27 07:12:04'),
(108162,40218,'action created','2021-01-27 12:12:04','2021-01-27 07:12:04'),
(108163,40218,'action started via WP Cron','2021-01-27 12:15:17','2021-01-27 07:15:17'),
(108164,40218,'action complete via WP Cron','2021-01-27 12:15:17','2021-01-27 07:15:17'),
(108165,40219,'action created','2021-01-27 12:15:17','2021-01-27 07:15:17'),
(108166,40219,'action started via WP Cron','2021-01-27 12:16:51','2021-01-27 07:16:51'),
(108167,40219,'action complete via WP Cron','2021-01-27 12:16:51','2021-01-27 07:16:51'),
(108168,40220,'action created','2021-01-27 12:16:51','2021-01-27 07:16:51'),
(108169,40220,'action started via WP Cron','2021-01-27 12:17:48','2021-01-27 07:17:48'),
(108170,40220,'action complete via WP Cron','2021-01-27 12:17:48','2021-01-27 07:17:48'),
(108171,40221,'action created','2021-01-27 12:17:48','2021-01-27 07:17:48'),
(108172,40221,'action started via WP Cron','2021-01-27 12:18:15','2021-01-27 07:18:15'),
(108173,40221,'action complete via WP Cron','2021-01-27 12:18:15','2021-01-27 07:18:15'),
(108174,40222,'action created','2021-01-27 12:18:15','2021-01-27 07:18:15'),
(108175,40222,'action started via WP Cron','2021-01-27 12:19:15','2021-01-27 07:19:15'),
(108176,40222,'action complete via WP Cron','2021-01-27 12:19:15','2021-01-27 07:19:15'),
(108177,40223,'action created','2021-01-27 12:19:15','2021-01-27 07:19:15'),
(108178,40223,'action started via WP Cron','2021-01-27 12:22:50','2021-01-27 07:22:50'),
(108179,40223,'action complete via WP Cron','2021-01-27 12:22:50','2021-01-27 07:22:50'),
(108180,40224,'action created','2021-01-27 12:22:50','2021-01-27 07:22:50'),
(108181,40224,'action started via WP Cron','2021-01-27 12:26:04','2021-01-27 07:26:04'),
(108182,40224,'action complete via WP Cron','2021-01-27 12:26:04','2021-01-27 07:26:04'),
(108183,40225,'action created','2021-01-27 12:26:04','2021-01-27 07:26:04'),
(108184,40225,'action started via WP Cron','2021-01-27 12:26:15','2021-01-27 07:26:15'),
(108185,40225,'action complete via WP Cron','2021-01-27 12:26:15','2021-01-27 07:26:15'),
(108186,40226,'action created','2021-01-27 12:26:16','2021-01-27 07:26:16'),
(108187,40226,'action started via WP Cron','2021-01-27 12:28:30','2021-01-27 07:28:30'),
(108188,40226,'action complete via WP Cron','2021-01-27 12:28:30','2021-01-27 07:28:30'),
(108189,40227,'action created','2021-01-27 12:28:30','2021-01-27 07:28:30'),
(108190,40227,'action started via WP Cron','2021-01-27 12:29:12','2021-01-27 07:29:12'),
(108191,40227,'action complete via WP Cron','2021-01-27 12:29:12','2021-01-27 07:29:12'),
(108192,40228,'action created','2021-01-27 12:29:13','2021-01-27 07:29:13'),
(108193,40228,'action started via WP Cron','2021-01-27 12:30:32','2021-01-27 07:30:32'),
(108194,40228,'action complete via WP Cron','2021-01-27 12:30:32','2021-01-27 07:30:32'),
(108195,40229,'action created','2021-01-27 12:30:32','2021-01-27 07:30:32'),
(108196,40229,'action started via WP Cron','2021-01-27 12:31:22','2021-01-27 07:31:22'),
(108197,40229,'action complete via WP Cron','2021-01-27 12:31:22','2021-01-27 07:31:22'),
(108198,40230,'action created','2021-01-27 12:31:22','2021-01-27 07:31:22'),
(108199,40230,'action started via WP Cron','2021-01-27 12:32:16','2021-01-27 07:32:16'),
(108200,40230,'action complete via WP Cron','2021-01-27 12:32:16','2021-01-27 07:32:16'),
(108201,40231,'action created','2021-01-27 12:32:16','2021-01-27 07:32:16'),
(108202,40231,'action started via WP Cron','2021-01-27 12:33:14','2021-01-27 07:33:14'),
(108203,40231,'action complete via WP Cron','2021-01-27 12:33:14','2021-01-27 07:33:14'),
(108204,40232,'action created','2021-01-27 12:33:14','2021-01-27 07:33:14'),
(108205,40232,'action started via WP Cron','2021-01-27 12:34:21','2021-01-27 07:34:21'),
(108206,40232,'action complete via WP Cron','2021-01-27 12:34:21','2021-01-27 07:34:21'),
(108207,40233,'action created','2021-01-27 12:34:21','2021-01-27 07:34:21'),
(108208,40233,'action started via WP Cron','2021-01-27 12:35:12','2021-01-27 07:35:12'),
(108209,40233,'action complete via WP Cron','2021-01-27 12:35:12','2021-01-27 07:35:12'),
(108210,40234,'action created','2021-01-27 12:35:12','2021-01-27 07:35:12'),
(108211,40234,'action started via WP Cron','2021-01-27 12:36:34','2021-01-27 07:36:34'),
(108212,40234,'action complete via WP Cron','2021-01-27 12:36:34','2021-01-27 07:36:34'),
(108213,40235,'action created','2021-01-27 12:36:34','2021-01-27 07:36:34'),
(108214,40235,'action started via WP Cron','2021-01-27 12:37:23','2021-01-27 07:37:23'),
(108215,40235,'action complete via WP Cron','2021-01-27 12:37:23','2021-01-27 07:37:23'),
(108216,40236,'action created','2021-01-27 12:37:23','2021-01-27 07:37:23'),
(108217,40236,'action started via WP Cron','2021-01-27 12:38:25','2021-01-27 07:38:25'),
(108218,40236,'action complete via WP Cron','2021-01-27 12:38:25','2021-01-27 07:38:25'),
(108219,40237,'action created','2021-01-27 12:38:25','2021-01-27 07:38:25'),
(108220,40237,'action started via WP Cron','2021-01-27 12:39:32','2021-01-27 07:39:32'),
(108221,40237,'action complete via WP Cron','2021-01-27 12:39:32','2021-01-27 07:39:32'),
(108222,40238,'action created','2021-01-27 12:39:32','2021-01-27 07:39:32'),
(108223,40238,'action started via WP Cron','2021-01-27 12:40:33','2021-01-27 07:40:33'),
(108224,40238,'action complete via WP Cron','2021-01-27 12:40:33','2021-01-27 07:40:33'),
(108225,40239,'action created','2021-01-27 12:40:33','2021-01-27 07:40:33'),
(108226,40239,'action started via WP Cron','2021-01-27 12:41:51','2021-01-27 07:41:51'),
(108227,40239,'action complete via WP Cron','2021-01-27 12:41:51','2021-01-27 07:41:51'),
(108228,40240,'action created','2021-01-27 12:41:51','2021-01-27 07:41:51'),
(108229,40240,'action started via WP Cron','2021-01-27 12:42:57','2021-01-27 07:42:57'),
(108230,40240,'action complete via WP Cron','2021-01-27 12:42:57','2021-01-27 07:42:57'),
(108231,40241,'action created','2021-01-27 12:42:57','2021-01-27 07:42:57'),
(108232,40241,'action started via WP Cron','2021-01-27 12:43:24','2021-01-27 07:43:24'),
(108233,40241,'action complete via WP Cron','2021-01-27 12:43:24','2021-01-27 07:43:24'),
(108234,40242,'action created','2021-01-27 12:43:24','2021-01-27 07:43:24'),
(108235,40242,'action started via WP Cron','2021-01-27 12:44:12','2021-01-27 07:44:12'),
(108236,40242,'action complete via WP Cron','2021-01-27 12:44:12','2021-01-27 07:44:12'),
(108237,40243,'action created','2021-01-27 12:44:12','2021-01-27 07:44:12'),
(108238,40243,'action started via WP Cron','2021-01-27 12:45:24','2021-01-27 07:45:24'),
(108239,40243,'action complete via WP Cron','2021-01-27 12:45:24','2021-01-27 07:45:24'),
(108240,40244,'action created','2021-01-27 12:45:24','2021-01-27 07:45:24'),
(108241,40244,'action started via WP Cron','2021-01-27 12:46:36','2021-01-27 07:46:36'),
(108242,40244,'action complete via WP Cron','2021-01-27 12:46:36','2021-01-27 07:46:36'),
(108243,40245,'action created','2021-01-27 12:46:36','2021-01-27 07:46:36'),
(108244,40245,'action started via WP Cron','2021-01-27 12:47:30','2021-01-27 07:47:30'),
(108245,40245,'action complete via WP Cron','2021-01-27 12:47:30','2021-01-27 07:47:30'),
(108246,40246,'action created','2021-01-27 12:47:30','2021-01-27 07:47:30'),
(108247,40246,'action started via WP Cron','2021-01-27 12:48:33','2021-01-27 07:48:33'),
(108248,40246,'action complete via WP Cron','2021-01-27 12:48:33','2021-01-27 07:48:33'),
(108249,40247,'action created','2021-01-27 12:48:33','2021-01-27 07:48:33'),
(108250,40247,'action started via WP Cron','2021-01-27 12:49:26','2021-01-27 07:49:26'),
(108251,40247,'action complete via WP Cron','2021-01-27 12:49:26','2021-01-27 07:49:26'),
(108252,40248,'action created','2021-01-27 12:49:26','2021-01-27 07:49:26'),
(108253,40248,'action started via WP Cron','2021-01-27 12:51:03','2021-01-27 07:51:03'),
(108254,40248,'action complete via WP Cron','2021-01-27 12:51:03','2021-01-27 07:51:03'),
(108255,40249,'action created','2021-01-27 12:51:03','2021-01-27 07:51:03'),
(108256,40249,'action started via WP Cron','2021-01-27 12:52:47','2021-01-27 07:52:47'),
(108257,40249,'action complete via WP Cron','2021-01-27 12:52:47','2021-01-27 07:52:47'),
(108258,40250,'action created','2021-01-27 12:52:47','2021-01-27 07:52:47'),
(108259,40250,'action started via WP Cron','2021-01-27 12:53:36','2021-01-27 07:53:36'),
(108260,40250,'action complete via WP Cron','2021-01-27 12:53:36','2021-01-27 07:53:36'),
(108261,40251,'action created','2021-01-27 12:53:36','2021-01-27 07:53:36'),
(108262,40251,'action started via WP Cron','2021-01-27 12:54:13','2021-01-27 07:54:13'),
(108263,40251,'action complete via WP Cron','2021-01-27 12:54:13','2021-01-27 07:54:13'),
(108264,40252,'action created','2021-01-27 12:54:13','2021-01-27 07:54:13'),
(108265,40252,'action started via WP Cron','2021-01-27 12:55:28','2021-01-27 07:55:28'),
(108266,40252,'action complete via WP Cron','2021-01-27 12:55:28','2021-01-27 07:55:28'),
(108267,40253,'action created','2021-01-27 12:55:28','2021-01-27 07:55:28'),
(108268,40253,'action started via WP Cron','2021-01-27 12:57:25','2021-01-27 07:57:25'),
(108269,40253,'action complete via WP Cron','2021-01-27 12:57:25','2021-01-27 07:57:25'),
(108270,40254,'action created','2021-01-27 12:57:25','2021-01-27 07:57:25'),
(108271,40254,'action started via WP Cron','2021-01-27 13:02:52','2021-01-27 08:02:52'),
(108272,40254,'action complete via WP Cron','2021-01-27 13:02:52','2021-01-27 08:02:52'),
(108273,40255,'action created','2021-01-27 13:02:52','2021-01-27 08:02:52'),
(108274,40255,'action started via WP Cron','2021-01-27 13:03:12','2021-01-27 08:03:12'),
(108275,40255,'action complete via WP Cron','2021-01-27 13:03:12','2021-01-27 08:03:12'),
(108276,40256,'action created','2021-01-27 13:03:12','2021-01-27 08:03:12'),
(108277,40256,'action started via WP Cron','2021-01-27 13:04:13','2021-01-27 08:04:13'),
(108278,40256,'action complete via WP Cron','2021-01-27 13:04:13','2021-01-27 08:04:13'),
(108279,40257,'action created','2021-01-27 13:04:13','2021-01-27 08:04:13'),
(108280,40257,'action started via WP Cron','2021-01-27 13:05:35','2021-01-27 08:05:35'),
(108281,40257,'action complete via WP Cron','2021-01-27 13:05:35','2021-01-27 08:05:35'),
(108282,40258,'action created','2021-01-27 13:05:35','2021-01-27 08:05:35'),
(108283,40258,'action started via WP Cron','2021-01-27 13:06:41','2021-01-27 08:06:41'),
(108284,40258,'action complete via WP Cron','2021-01-27 13:06:41','2021-01-27 08:06:41'),
(108285,40259,'action created','2021-01-27 13:06:41','2021-01-27 08:06:41'),
(108286,40259,'action started via WP Cron','2021-01-27 13:08:35','2021-01-27 08:08:35'),
(108287,40259,'action complete via WP Cron','2021-01-27 13:08:35','2021-01-27 08:08:35'),
(108288,40260,'action created','2021-01-27 13:08:35','2021-01-27 08:08:35'),
(108289,40260,'action started via WP Cron','2021-01-27 13:09:25','2021-01-27 08:09:25'),
(108290,40260,'action complete via WP Cron','2021-01-27 13:09:25','2021-01-27 08:09:25'),
(108291,40261,'action created','2021-01-27 13:09:25','2021-01-27 08:09:25'),
(108292,40261,'action started via WP Cron','2021-01-27 13:10:17','2021-01-27 08:10:17'),
(108293,40261,'action complete via WP Cron','2021-01-27 13:10:17','2021-01-27 08:10:17'),
(108294,40262,'action created','2021-01-27 13:10:17','2021-01-27 08:10:17'),
(108295,40262,'action started via WP Cron','2021-01-27 13:11:56','2021-01-27 08:11:56'),
(108296,40262,'action complete via WP Cron','2021-01-27 13:11:56','2021-01-27 08:11:56'),
(108297,40263,'action created','2021-01-27 13:11:56','2021-01-27 08:11:56'),
(108298,39262,'action started via WP Cron','2021-01-27 13:13:47','2021-01-27 08:13:47'),
(108299,39262,'action complete via WP Cron','2021-01-27 13:13:47','2021-01-27 08:13:47'),
(108300,40264,'action created','2021-01-27 13:13:47','2021-01-27 08:13:47'),
(108301,40263,'action started via WP Cron','2021-01-27 13:13:47','2021-01-27 08:13:47'),
(108302,40263,'action complete via WP Cron','2021-01-27 13:13:47','2021-01-27 08:13:47'),
(108303,40265,'action created','2021-01-27 13:13:47','2021-01-27 08:13:47'),
(108304,40265,'action started via WP Cron','2021-01-27 13:15:04','2021-01-27 08:15:04'),
(108305,40265,'action complete via WP Cron','2021-01-27 13:15:04','2021-01-27 08:15:04'),
(108306,40266,'action created','2021-01-27 13:15:04','2021-01-27 08:15:04'),
(108307,40266,'action started via WP Cron','2021-01-27 13:18:48','2021-01-27 08:18:48'),
(108308,40266,'action complete via WP Cron','2021-01-27 13:18:48','2021-01-27 08:18:48'),
(108309,40267,'action created','2021-01-27 13:18:48','2021-01-27 08:18:48'),
(108310,40267,'action started via WP Cron','2021-01-27 13:19:26','2021-01-27 08:19:26'),
(108311,40267,'action complete via WP Cron','2021-01-27 13:19:26','2021-01-27 08:19:26'),
(108312,40268,'action created','2021-01-27 13:19:26','2021-01-27 08:19:26'),
(108313,40268,'action started via WP Cron','2021-01-27 13:21:34','2021-01-27 08:21:34'),
(108314,40268,'action complete via WP Cron','2021-01-27 13:21:34','2021-01-27 08:21:34'),
(108315,40269,'action created','2021-01-27 13:21:34','2021-01-27 08:21:34'),
(108316,40269,'action started via WP Cron','2021-01-27 13:23:16','2021-01-27 08:23:16'),
(108317,40269,'action complete via WP Cron','2021-01-27 13:23:16','2021-01-27 08:23:16'),
(108318,40270,'action created','2021-01-27 13:23:16','2021-01-27 08:23:16'),
(108319,40270,'action started via WP Cron','2021-01-27 13:24:11','2021-01-27 08:24:11'),
(108320,40270,'action complete via WP Cron','2021-01-27 13:24:11','2021-01-27 08:24:11'),
(108321,40271,'action created','2021-01-27 13:24:11','2021-01-27 08:24:11'),
(108322,40271,'action started via WP Cron','2021-01-27 13:25:25','2021-01-27 08:25:25'),
(108323,40271,'action complete via WP Cron','2021-01-27 13:25:25','2021-01-27 08:25:25'),
(108324,40272,'action created','2021-01-27 13:25:25','2021-01-27 08:25:25'),
(108325,40272,'action started via WP Cron','2021-01-27 13:27:04','2021-01-27 08:27:04'),
(108326,40272,'action complete via WP Cron','2021-01-27 13:27:04','2021-01-27 08:27:04'),
(108327,40273,'action created','2021-01-27 13:27:04','2021-01-27 08:27:04'),
(108328,40273,'action started via WP Cron','2021-01-27 13:30:09','2021-01-27 08:30:09'),
(108329,40273,'action complete via WP Cron','2021-01-27 13:30:09','2021-01-27 08:30:09'),
(108330,40274,'action created','2021-01-27 13:30:10','2021-01-27 08:30:10'),
(108331,40274,'action started via WP Cron','2021-01-27 13:32:08','2021-01-27 08:32:08'),
(108332,40274,'action complete via WP Cron','2021-01-27 13:32:08','2021-01-27 08:32:08'),
(108333,40275,'action created','2021-01-27 13:32:08','2021-01-27 08:32:08'),
(108334,40275,'action started via WP Cron','2021-01-27 13:32:27','2021-01-27 08:32:27'),
(108335,40275,'action complete via WP Cron','2021-01-27 13:32:27','2021-01-27 08:32:27'),
(108336,40276,'action created','2021-01-27 13:32:27','2021-01-27 08:32:27'),
(108337,40276,'action started via WP Cron','2021-01-27 13:33:22','2021-01-27 08:33:22'),
(108338,40276,'action complete via WP Cron','2021-01-27 13:33:22','2021-01-27 08:33:22'),
(108339,40277,'action created','2021-01-27 13:33:22','2021-01-27 08:33:22'),
(108340,40277,'action started via WP Cron','2021-01-27 13:35:25','2021-01-27 08:35:25'),
(108341,40277,'action complete via WP Cron','2021-01-27 13:35:25','2021-01-27 08:35:25'),
(108342,40278,'action created','2021-01-27 13:35:25','2021-01-27 08:35:25'),
(108343,40278,'action started via WP Cron','2021-01-27 13:36:54','2021-01-27 08:36:54'),
(108344,40278,'action complete via WP Cron','2021-01-27 13:36:54','2021-01-27 08:36:54'),
(108345,40279,'action created','2021-01-27 13:36:54','2021-01-27 08:36:54'),
(108346,40279,'action started via WP Cron','2021-01-27 13:38:18','2021-01-27 08:38:18'),
(108347,40279,'action complete via WP Cron','2021-01-27 13:38:18','2021-01-27 08:38:18'),
(108348,40280,'action created','2021-01-27 13:38:18','2021-01-27 08:38:18'),
(108349,40280,'action started via WP Cron','2021-01-27 13:39:19','2021-01-27 08:39:19'),
(108350,40280,'action complete via WP Cron','2021-01-27 13:39:19','2021-01-27 08:39:19'),
(108351,40281,'action created','2021-01-27 13:39:19','2021-01-27 08:39:19'),
(108352,40281,'action started via WP Cron','2021-01-27 13:40:20','2021-01-27 08:40:20'),
(108353,40281,'action complete via WP Cron','2021-01-27 13:40:20','2021-01-27 08:40:20'),
(108354,40282,'action created','2021-01-27 13:40:20','2021-01-27 08:40:20'),
(108355,40282,'action started via WP Cron','2021-01-27 13:41:50','2021-01-27 08:41:50'),
(108356,40282,'action complete via WP Cron','2021-01-27 13:41:50','2021-01-27 08:41:50'),
(108357,40283,'action created','2021-01-27 13:41:50','2021-01-27 08:41:50'),
(108358,40283,'action started via WP Cron','2021-01-27 13:42:50','2021-01-27 08:42:50'),
(108359,40283,'action complete via WP Cron','2021-01-27 13:42:50','2021-01-27 08:42:50'),
(108360,40284,'action created','2021-01-27 13:42:50','2021-01-27 08:42:50'),
(108361,40284,'action started via WP Cron','2021-01-27 13:43:27','2021-01-27 08:43:27'),
(108362,40284,'action complete via WP Cron','2021-01-27 13:43:27','2021-01-27 08:43:27'),
(108363,40285,'action created','2021-01-27 13:43:27','2021-01-27 08:43:27'),
(108364,40285,'action started via WP Cron','2021-01-27 13:45:08','2021-01-27 08:45:08'),
(108365,40285,'action complete via WP Cron','2021-01-27 13:45:08','2021-01-27 08:45:08'),
(108366,40286,'action created','2021-01-27 13:45:08','2021-01-27 08:45:08'),
(108367,40286,'action started via WP Cron','2021-01-27 13:46:04','2021-01-27 08:46:04'),
(108368,40286,'action complete via WP Cron','2021-01-27 13:46:04','2021-01-27 08:46:04'),
(108369,40287,'action created','2021-01-27 13:46:04','2021-01-27 08:46:04'),
(108370,40287,'action started via WP Cron','2021-01-27 13:48:41','2021-01-27 08:48:41'),
(108371,40287,'action complete via WP Cron','2021-01-27 13:48:41','2021-01-27 08:48:41'),
(108372,40288,'action created','2021-01-27 13:48:41','2021-01-27 08:48:41'),
(108373,40288,'action started via Async Request','2021-01-27 13:49:14','2021-01-27 08:49:14'),
(108374,40288,'action complete via Async Request','2021-01-27 13:49:14','2021-01-27 08:49:14'),
(108375,40289,'action created','2021-01-27 13:49:15','2021-01-27 08:49:15'),
(108376,40289,'action started via WP Cron','2021-01-27 13:50:31','2021-01-27 08:50:31'),
(108377,40289,'action complete via WP Cron','2021-01-27 13:50:31','2021-01-27 08:50:31'),
(108378,40290,'action created','2021-01-27 13:50:31','2021-01-27 08:50:31'),
(108379,40290,'action started via WP Cron','2021-01-27 13:51:25','2021-01-27 08:51:25'),
(108380,40290,'action complete via WP Cron','2021-01-27 13:51:25','2021-01-27 08:51:25'),
(108381,40291,'action created','2021-01-27 13:51:25','2021-01-27 08:51:25'),
(108382,40291,'action started via WP Cron','2021-01-27 13:52:23','2021-01-27 08:52:23'),
(108383,40291,'action complete via WP Cron','2021-01-27 13:52:23','2021-01-27 08:52:23'),
(108384,40292,'action created','2021-01-27 13:52:23','2021-01-27 08:52:23'),
(108385,40292,'action started via Async Request','2021-01-27 13:52:40','2021-01-27 08:52:40'),
(108386,40292,'action complete via Async Request','2021-01-27 13:52:40','2021-01-27 08:52:40'),
(108387,40293,'action created','2021-01-27 13:52:42','2021-01-27 08:52:42'),
(108388,40293,'action started via WP Cron','2021-01-27 13:53:12','2021-01-27 08:53:12'),
(108389,40293,'action complete via WP Cron','2021-01-27 13:53:12','2021-01-27 08:53:12'),
(108390,40294,'action created','2021-01-27 13:53:12','2021-01-27 08:53:12'),
(108391,40294,'action started via WP Cron','2021-01-27 13:54:22','2021-01-27 08:54:22'),
(108392,40294,'action complete via WP Cron','2021-01-27 13:54:22','2021-01-27 08:54:22'),
(108393,40295,'action created','2021-01-27 13:54:22','2021-01-27 08:54:22'),
(108394,40295,'action started via Async Request','2021-01-27 13:54:40','2021-01-27 08:54:40'),
(108395,40295,'action complete via Async Request','2021-01-27 13:54:40','2021-01-27 08:54:40'),
(108396,40296,'action created','2021-01-27 13:54:57','2021-01-27 08:54:57'),
(108397,40296,'action started via WP Cron','2021-01-27 13:55:32','2021-01-27 08:55:32'),
(108398,40296,'action complete via WP Cron','2021-01-27 13:55:32','2021-01-27 08:55:32'),
(108399,40297,'action created','2021-01-27 13:55:32','2021-01-27 08:55:32'),
(108400,40297,'action started via WP Cron','2021-01-27 13:56:27','2021-01-27 08:56:27'),
(108401,40297,'action complete via WP Cron','2021-01-27 13:56:27','2021-01-27 08:56:27'),
(108402,40298,'action created','2021-01-27 13:56:27','2021-01-27 08:56:27'),
(108403,40298,'action started via Async Request','2021-01-27 13:56:40','2021-01-27 08:56:40'),
(108404,40298,'action complete via Async Request','2021-01-27 13:56:40','2021-01-27 08:56:40'),
(108405,40299,'action created','2021-01-27 13:57:32','2021-01-27 08:57:32'),
(108406,40299,'action started via WP Cron','2021-01-27 13:58:40','2021-01-27 08:58:40'),
(108407,40299,'action complete via WP Cron','2021-01-27 13:58:40','2021-01-27 08:58:40'),
(108408,40300,'action created','2021-01-27 13:58:56','2021-01-27 08:58:56'),
(108409,40300,'action started via WP Cron','2021-01-27 14:00:40','2021-01-27 09:00:40'),
(108410,40300,'action complete via WP Cron','2021-01-27 14:00:40','2021-01-27 09:00:40'),
(108411,40301,'action created','2021-01-27 14:01:01','2021-01-27 09:01:01'),
(108412,40301,'action started via WP Cron','2021-01-27 14:01:11','2021-01-27 09:01:11'),
(108413,40301,'action complete via WP Cron','2021-01-27 14:01:11','2021-01-27 09:01:11'),
(108414,40302,'action created','2021-01-27 14:01:11','2021-01-27 09:01:11'),
(108415,40302,'action started via Async Request','2021-01-27 14:02:08','2021-01-27 09:02:08'),
(108416,40302,'action complete via Async Request','2021-01-27 14:02:08','2021-01-27 09:02:08'),
(108417,40303,'action created','2021-01-27 14:02:09','2021-01-27 09:02:09'),
(108418,40303,'action started via WP Cron','2021-01-27 14:05:07','2021-01-27 09:05:07'),
(108419,40303,'action complete via WP Cron','2021-01-27 14:05:07','2021-01-27 09:05:07'),
(108420,40304,'action created','2021-01-27 14:05:53','2021-01-27 09:05:53'),
(108421,40304,'action started via WP Cron','2021-01-27 14:07:00','2021-01-27 09:07:00'),
(108422,40304,'action complete via WP Cron','2021-01-27 14:07:00','2021-01-27 09:07:00'),
(108423,40305,'action created','2021-01-27 14:07:00','2021-01-27 09:07:00'),
(108424,40305,'action started via WP Cron','2021-01-27 14:08:00','2021-01-27 09:08:00'),
(108425,40305,'action complete via WP Cron','2021-01-27 14:08:00','2021-01-27 09:08:00'),
(108426,40306,'action created','2021-01-27 14:08:00','2021-01-27 09:08:00'),
(108427,40306,'action started via WP Cron','2021-01-27 14:09:07','2021-01-27 09:09:07'),
(108428,40306,'action complete via WP Cron','2021-01-27 14:09:07','2021-01-27 09:09:07'),
(108429,40307,'action created','2021-01-27 14:09:13','2021-01-27 09:09:13'),
(108430,40307,'action started via WP Cron','2021-01-27 14:10:35','2021-01-27 09:10:35'),
(108431,40307,'action complete via WP Cron','2021-01-27 14:10:35','2021-01-27 09:10:35'),
(108432,40308,'action created','2021-01-27 14:10:35','2021-01-27 09:10:35'),
(108433,40308,'action started via WP Cron','2021-01-27 14:12:02','2021-01-27 09:12:02'),
(108434,40308,'action complete via WP Cron','2021-01-27 14:12:02','2021-01-27 09:12:02'),
(108435,40309,'action created','2021-01-27 14:12:02','2021-01-27 09:12:02'),
(108436,40309,'action started via WP Cron','2021-01-27 14:13:08','2021-01-27 09:13:08'),
(108437,40309,'action complete via WP Cron','2021-01-27 14:13:08','2021-01-27 09:13:08'),
(108438,40310,'action created','2021-01-27 14:13:08','2021-01-27 09:13:08'),
(108439,40310,'action started via WP Cron','2021-01-27 14:14:04','2021-01-27 09:14:04'),
(108440,40310,'action complete via WP Cron','2021-01-27 14:14:04','2021-01-27 09:14:04'),
(108441,40311,'action created','2021-01-27 14:14:04','2021-01-27 09:14:04'),
(108442,40311,'action started via WP Cron','2021-01-27 14:14:17','2021-01-27 09:14:17'),
(108443,40311,'action complete via WP Cron','2021-01-27 14:14:17','2021-01-27 09:14:17'),
(108444,40312,'action created','2021-01-27 14:14:17','2021-01-27 09:14:17'),
(108445,40312,'action started via WP Cron','2021-01-27 14:16:09','2021-01-27 09:16:09'),
(108446,40312,'action complete via WP Cron','2021-01-27 14:16:09','2021-01-27 09:16:09'),
(108447,40313,'action created','2021-01-27 14:16:09','2021-01-27 09:16:09'),
(108448,40313,'action started via WP Cron','2021-01-27 14:16:26','2021-01-27 09:16:26'),
(108449,40313,'action complete via WP Cron','2021-01-27 14:16:26','2021-01-27 09:16:26'),
(108450,40314,'action created','2021-01-27 14:16:26','2021-01-27 09:16:26'),
(108451,40314,'action started via WP Cron','2021-01-27 14:17:19','2021-01-27 09:17:19'),
(108452,40314,'action complete via WP Cron','2021-01-27 14:17:19','2021-01-27 09:17:19'),
(108453,40315,'action created','2021-01-27 14:17:19','2021-01-27 09:17:19'),
(108454,40315,'action started via WP Cron','2021-01-27 14:19:07','2021-01-27 09:19:07'),
(108455,40315,'action complete via WP Cron','2021-01-27 14:19:07','2021-01-27 09:19:07'),
(108456,40316,'action created','2021-01-27 14:19:07','2021-01-27 09:19:07'),
(108457,40316,'action started via WP Cron','2021-01-27 14:19:49','2021-01-27 09:19:49'),
(108458,40316,'action complete via WP Cron','2021-01-27 14:19:49','2021-01-27 09:19:49'),
(108459,40317,'action created','2021-01-27 14:19:49','2021-01-27 09:19:49'),
(108460,40317,'action started via WP Cron','2021-01-27 14:20:16','2021-01-27 09:20:16'),
(108461,40317,'action complete via WP Cron','2021-01-27 14:20:16','2021-01-27 09:20:16'),
(108462,40318,'action created','2021-01-27 14:20:16','2021-01-27 09:20:16'),
(108463,40318,'action started via WP Cron','2021-01-27 14:23:11','2021-01-27 09:23:11'),
(108464,40318,'action complete via WP Cron','2021-01-27 14:23:12','2021-01-27 09:23:12'),
(108465,40319,'action created','2021-01-27 14:23:12','2021-01-27 09:23:12'),
(108466,40319,'action started via WP Cron','2021-01-27 14:25:07','2021-01-27 09:25:07'),
(108467,40319,'action complete via WP Cron','2021-01-27 14:25:07','2021-01-27 09:25:07'),
(108468,40320,'action created','2021-01-27 14:25:07','2021-01-27 09:25:07'),
(108469,40320,'action started via WP Cron','2021-01-27 14:25:43','2021-01-27 09:25:43'),
(108470,40320,'action complete via WP Cron','2021-01-27 14:25:43','2021-01-27 09:25:43'),
(108471,40321,'action created','2021-01-27 14:25:43','2021-01-27 09:25:43'),
(108472,40321,'action started via WP Cron','2021-01-27 14:28:01','2021-01-27 09:28:01'),
(108473,40321,'action complete via WP Cron','2021-01-27 14:28:01','2021-01-27 09:28:01'),
(108474,40322,'action created','2021-01-27 14:28:01','2021-01-27 09:28:01'),
(108475,40322,'action started via WP Cron','2021-01-27 14:29:32','2021-01-27 09:29:32'),
(108476,40322,'action complete via WP Cron','2021-01-27 14:29:32','2021-01-27 09:29:32'),
(108477,40323,'action created','2021-01-27 14:29:32','2021-01-27 09:29:32'),
(108478,40323,'action started via WP Cron','2021-01-27 14:30:47','2021-01-27 09:30:47'),
(108479,40323,'action complete via WP Cron','2021-01-27 14:30:47','2021-01-27 09:30:47'),
(108480,40324,'action created','2021-01-27 14:30:47','2021-01-27 09:30:47'),
(108481,40324,'action started via WP Cron','2021-01-27 14:31:25','2021-01-27 09:31:25'),
(108482,40324,'action complete via WP Cron','2021-01-27 14:31:25','2021-01-27 09:31:25'),
(108483,40325,'action created','2021-01-27 14:31:25','2021-01-27 09:31:25'),
(108484,40325,'action started via WP Cron','2021-01-27 14:32:31','2021-01-27 09:32:31'),
(108485,40325,'action complete via WP Cron','2021-01-27 14:32:31','2021-01-27 09:32:31'),
(108486,40326,'action created','2021-01-27 14:32:31','2021-01-27 09:32:31'),
(108487,40326,'action started via WP Cron','2021-01-27 14:33:42','2021-01-27 09:33:42'),
(108488,40326,'action complete via WP Cron','2021-01-27 14:33:42','2021-01-27 09:33:42'),
(108489,40327,'action created','2021-01-27 14:33:43','2021-01-27 09:33:43'),
(108490,40327,'action started via WP Cron','2021-01-27 14:34:30','2021-01-27 09:34:30'),
(108491,40327,'action complete via WP Cron','2021-01-27 14:34:30','2021-01-27 09:34:30'),
(108492,40328,'action created','2021-01-27 14:34:30','2021-01-27 09:34:30'),
(108493,40328,'action started via WP Cron','2021-01-27 14:35:46','2021-01-27 09:35:46'),
(108494,40328,'action complete via WP Cron','2021-01-27 14:35:46','2021-01-27 09:35:46'),
(108495,40329,'action created','2021-01-27 14:35:46','2021-01-27 09:35:46'),
(108496,40329,'action started via WP Cron','2021-01-27 14:36:17','2021-01-27 09:36:17'),
(108497,40329,'action complete via WP Cron','2021-01-27 14:36:17','2021-01-27 09:36:17'),
(108498,40330,'action created','2021-01-27 14:36:17','2021-01-27 09:36:17'),
(108499,40330,'action started via WP Cron','2021-01-27 14:37:40','2021-01-27 09:37:40'),
(108500,40330,'action complete via WP Cron','2021-01-27 14:37:40','2021-01-27 09:37:40'),
(108501,40331,'action created','2021-01-27 14:37:40','2021-01-27 09:37:40'),
(108502,40331,'action started via WP Cron','2021-01-27 14:38:58','2021-01-27 09:38:58'),
(108503,40331,'action complete via WP Cron','2021-01-27 14:38:59','2021-01-27 09:38:59'),
(108504,40332,'action created','2021-01-27 14:38:59','2021-01-27 09:38:59'),
(108505,40332,'action started via WP Cron','2021-01-27 14:39:30','2021-01-27 09:39:30'),
(108506,40332,'action complete via WP Cron','2021-01-27 14:39:30','2021-01-27 09:39:30'),
(108507,40333,'action created','2021-01-27 14:39:30','2021-01-27 09:39:30'),
(108508,40333,'action started via WP Cron','2021-01-27 14:40:15','2021-01-27 09:40:15'),
(108509,40333,'action complete via WP Cron','2021-01-27 14:40:15','2021-01-27 09:40:15'),
(108510,40334,'action created','2021-01-27 14:40:15','2021-01-27 09:40:15'),
(108511,40334,'action started via WP Cron','2021-01-27 14:42:01','2021-01-27 09:42:01'),
(108512,40334,'action complete via WP Cron','2021-01-27 14:42:01','2021-01-27 09:42:01'),
(108513,40335,'action created','2021-01-27 14:42:01','2021-01-27 09:42:01'),
(108514,40335,'action started via WP Cron','2021-01-27 14:42:33','2021-01-27 09:42:33'),
(108515,40335,'action complete via WP Cron','2021-01-27 14:42:33','2021-01-27 09:42:33'),
(108516,40336,'action created','2021-01-27 14:42:33','2021-01-27 09:42:33'),
(108517,40336,'action started via WP Cron','2021-01-27 14:43:37','2021-01-27 09:43:37'),
(108518,40336,'action complete via WP Cron','2021-01-27 14:43:37','2021-01-27 09:43:37'),
(108519,40337,'action created','2021-01-27 14:43:38','2021-01-27 09:43:38'),
(108520,40337,'action started via WP Cron','2021-01-27 14:44:14','2021-01-27 09:44:14'),
(108521,40337,'action complete via WP Cron','2021-01-27 14:44:14','2021-01-27 09:44:14'),
(108522,40338,'action created','2021-01-27 14:44:14','2021-01-27 09:44:14'),
(108523,40338,'action started via WP Cron','2021-01-27 14:45:33','2021-01-27 09:45:33'),
(108524,40338,'action complete via WP Cron','2021-01-27 14:45:33','2021-01-27 09:45:33'),
(108525,40339,'action created','2021-01-27 14:45:33','2021-01-27 09:45:33'),
(108526,40339,'action started via WP Cron','2021-01-27 14:47:01','2021-01-27 09:47:01'),
(108527,40339,'action complete via WP Cron','2021-01-27 14:47:01','2021-01-27 09:47:01'),
(108528,40340,'action created','2021-01-27 14:47:01','2021-01-27 09:47:01'),
(108529,40340,'action started via WP Cron','2021-01-27 14:47:30','2021-01-27 09:47:30'),
(108530,40340,'action complete via WP Cron','2021-01-27 14:47:30','2021-01-27 09:47:30'),
(108531,40341,'action created','2021-01-27 14:47:30','2021-01-27 09:47:30'),
(108532,40341,'action started via WP Cron','2021-01-27 14:48:27','2021-01-27 09:48:27'),
(108533,40341,'action complete via WP Cron','2021-01-27 14:48:27','2021-01-27 09:48:27'),
(108534,40342,'action created','2021-01-27 14:48:27','2021-01-27 09:48:27'),
(108535,40342,'action started via WP Cron','2021-01-27 14:49:23','2021-01-27 09:49:23'),
(108536,40342,'action complete via WP Cron','2021-01-27 14:49:23','2021-01-27 09:49:23'),
(108537,40343,'action created','2021-01-27 14:49:23','2021-01-27 09:49:23'),
(108538,40343,'action started via WP Cron','2021-01-27 14:50:26','2021-01-27 09:50:26'),
(108539,40343,'action complete via WP Cron','2021-01-27 14:50:26','2021-01-27 09:50:26'),
(108540,40344,'action created','2021-01-27 14:50:26','2021-01-27 09:50:26'),
(108541,40344,'action started via WP Cron','2021-01-27 14:51:43','2021-01-27 09:51:43'),
(108542,40344,'action complete via WP Cron','2021-01-27 14:51:43','2021-01-27 09:51:43'),
(108543,40345,'action created','2021-01-27 14:51:43','2021-01-27 09:51:43'),
(108544,40345,'action started via WP Cron','2021-01-27 14:52:40','2021-01-27 09:52:40'),
(108545,40345,'action complete via WP Cron','2021-01-27 14:52:40','2021-01-27 09:52:40'),
(108546,40346,'action created','2021-01-27 14:52:40','2021-01-27 09:52:40'),
(108547,40346,'action started via WP Cron','2021-01-27 14:53:39','2021-01-27 09:53:39'),
(108548,40346,'action complete via WP Cron','2021-01-27 14:53:39','2021-01-27 09:53:39'),
(108549,40347,'action created','2021-01-27 14:53:39','2021-01-27 09:53:39'),
(108550,40347,'action started via WP Cron','2021-01-27 14:54:32','2021-01-27 09:54:32'),
(108551,40347,'action complete via WP Cron','2021-01-27 14:54:32','2021-01-27 09:54:32'),
(108552,40348,'action created','2021-01-27 14:54:32','2021-01-27 09:54:32'),
(108553,40348,'action started via WP Cron','2021-01-27 14:55:31','2021-01-27 09:55:31'),
(108554,40348,'action complete via WP Cron','2021-01-27 14:55:31','2021-01-27 09:55:31'),
(108555,40349,'action created','2021-01-27 14:55:32','2021-01-27 09:55:32'),
(108556,40349,'action started via WP Cron','2021-01-27 14:56:17','2021-01-27 09:56:17'),
(108557,40349,'action complete via WP Cron','2021-01-27 14:56:17','2021-01-27 09:56:17'),
(108558,40350,'action created','2021-01-27 14:56:17','2021-01-27 09:56:17'),
(108559,40350,'action started via WP Cron','2021-01-27 14:57:13','2021-01-27 09:57:13'),
(108560,40350,'action complete via WP Cron','2021-01-27 14:57:13','2021-01-27 09:57:13'),
(108561,40351,'action created','2021-01-27 14:57:13','2021-01-27 09:57:13'),
(108562,40351,'action started via WP Cron','2021-01-27 14:58:11','2021-01-27 09:58:11'),
(108563,40351,'action complete via WP Cron','2021-01-27 14:58:11','2021-01-27 09:58:11'),
(108564,40352,'action created','2021-01-27 14:58:11','2021-01-27 09:58:11'),
(108565,40352,'action started via WP Cron','2021-01-27 14:59:20','2021-01-27 09:59:20'),
(108566,40352,'action complete via WP Cron','2021-01-27 14:59:20','2021-01-27 09:59:20'),
(108567,40353,'action created','2021-01-27 14:59:20','2021-01-27 09:59:20'),
(108568,40353,'action started via WP Cron','2021-01-27 15:00:12','2021-01-27 10:00:12'),
(108569,40353,'action complete via WP Cron','2021-01-27 15:00:12','2021-01-27 10:00:12'),
(108570,40354,'action created','2021-01-27 15:00:12','2021-01-27 10:00:12'),
(108571,40354,'action started via WP Cron','2021-01-27 15:01:18','2021-01-27 10:01:18'),
(108572,40354,'action complete via WP Cron','2021-01-27 15:01:18','2021-01-27 10:01:18'),
(108573,40355,'action created','2021-01-27 15:01:18','2021-01-27 10:01:18'),
(108574,40355,'action started via WP Cron','2021-01-27 15:02:14','2021-01-27 10:02:14'),
(108575,40355,'action complete via WP Cron','2021-01-27 15:02:14','2021-01-27 10:02:14'),
(108576,40356,'action created','2021-01-27 15:02:14','2021-01-27 10:02:14'),
(108577,40356,'action started via WP Cron','2021-01-27 15:03:20','2021-01-27 10:03:20'),
(108578,40356,'action complete via WP Cron','2021-01-27 15:03:20','2021-01-27 10:03:20'),
(108579,40357,'action created','2021-01-27 15:03:20','2021-01-27 10:03:20'),
(108580,40357,'action started via WP Cron','2021-01-27 15:04:15','2021-01-27 10:04:15'),
(108581,40357,'action complete via WP Cron','2021-01-27 15:04:15','2021-01-27 10:04:15'),
(108582,40358,'action created','2021-01-27 15:04:15','2021-01-27 10:04:15'),
(108583,40358,'action started via WP Cron','2021-01-27 15:05:16','2021-01-27 10:05:16'),
(108584,40358,'action complete via WP Cron','2021-01-27 15:05:16','2021-01-27 10:05:16'),
(108585,40359,'action created','2021-01-27 15:05:16','2021-01-27 10:05:16'),
(108586,40359,'action started via WP Cron','2021-01-27 15:06:23','2021-01-27 10:06:23'),
(108587,40359,'action complete via WP Cron','2021-01-27 15:06:23','2021-01-27 10:06:23'),
(108588,40360,'action created','2021-01-27 15:06:23','2021-01-27 10:06:23'),
(108589,40360,'action started via WP Cron','2021-01-27 15:07:14','2021-01-27 10:07:14'),
(108590,40360,'action complete via WP Cron','2021-01-27 15:07:14','2021-01-27 10:07:14'),
(108591,40361,'action created','2021-01-27 15:07:14','2021-01-27 10:07:14'),
(108592,40361,'action started via WP Cron','2021-01-27 15:08:23','2021-01-27 10:08:23'),
(108593,40361,'action complete via WP Cron','2021-01-27 15:08:23','2021-01-27 10:08:23'),
(108594,40362,'action created','2021-01-27 15:08:23','2021-01-27 10:08:23'),
(108595,40362,'action started via WP Cron','2021-01-27 15:09:17','2021-01-27 10:09:17'),
(108596,40362,'action complete via WP Cron','2021-01-27 15:09:17','2021-01-27 10:09:17'),
(108597,40363,'action created','2021-01-27 15:09:17','2021-01-27 10:09:17'),
(108598,40363,'action started via WP Cron','2021-01-27 15:10:22','2021-01-27 10:10:22'),
(108599,40363,'action complete via WP Cron','2021-01-27 15:10:22','2021-01-27 10:10:22'),
(108600,40364,'action created','2021-01-27 15:10:22','2021-01-27 10:10:22'),
(108601,40364,'action started via WP Cron','2021-01-27 15:11:18','2021-01-27 10:11:18'),
(108602,40364,'action complete via WP Cron','2021-01-27 15:11:18','2021-01-27 10:11:18'),
(108603,40365,'action created','2021-01-27 15:11:18','2021-01-27 10:11:18'),
(108604,40365,'action started via WP Cron','2021-01-27 15:12:31','2021-01-27 10:12:31'),
(108605,40365,'action complete via WP Cron','2021-01-27 15:12:31','2021-01-27 10:12:31'),
(108606,40366,'action created','2021-01-27 15:12:31','2021-01-27 10:12:31'),
(108607,40366,'action started via WP Cron','2021-01-27 15:13:21','2021-01-27 10:13:21'),
(108608,40366,'action complete via WP Cron','2021-01-27 15:13:21','2021-01-27 10:13:21'),
(108609,40367,'action created','2021-01-27 15:13:21','2021-01-27 10:13:21'),
(108610,40367,'action started via WP Cron','2021-01-27 15:14:17','2021-01-27 10:14:17'),
(108611,40367,'action complete via WP Cron','2021-01-27 15:14:17','2021-01-27 10:14:17'),
(108612,40368,'action created','2021-01-27 15:14:17','2021-01-27 10:14:17'),
(108613,40368,'action started via WP Cron','2021-01-27 15:15:23','2021-01-27 10:15:23'),
(108614,40368,'action complete via WP Cron','2021-01-27 15:15:23','2021-01-27 10:15:23'),
(108615,40369,'action created','2021-01-27 15:15:23','2021-01-27 10:15:23'),
(108616,40369,'action started via WP Cron','2021-01-27 15:16:16','2021-01-27 10:16:16'),
(108617,40369,'action complete via WP Cron','2021-01-27 15:16:16','2021-01-27 10:16:16'),
(108618,40370,'action created','2021-01-27 15:16:16','2021-01-27 10:16:16'),
(108619,40370,'action started via WP Cron','2021-01-27 15:17:16','2021-01-27 10:17:16'),
(108620,40370,'action complete via WP Cron','2021-01-27 15:17:16','2021-01-27 10:17:16'),
(108621,40371,'action created','2021-01-27 15:17:16','2021-01-27 10:17:16'),
(108622,40371,'action started via WP Cron','2021-01-27 15:18:27','2021-01-27 10:18:27'),
(108623,40371,'action complete via WP Cron','2021-01-27 15:18:27','2021-01-27 10:18:27'),
(108624,40372,'action created','2021-01-27 15:18:27','2021-01-27 10:18:27'),
(108625,40372,'action started via WP Cron','2021-01-27 15:19:14','2021-01-27 10:19:14'),
(108626,40372,'action complete via WP Cron','2021-01-27 15:19:14','2021-01-27 10:19:14'),
(108627,40373,'action created','2021-01-27 15:19:14','2021-01-27 10:19:14'),
(108628,40373,'action started via WP Cron','2021-01-27 15:20:15','2021-01-27 10:20:15'),
(108629,40373,'action complete via WP Cron','2021-01-27 15:20:15','2021-01-27 10:20:15'),
(108630,40374,'action created','2021-01-27 15:20:15','2021-01-27 10:20:15'),
(108631,40374,'action started via WP Cron','2021-01-27 15:21:22','2021-01-27 10:21:22'),
(108632,40374,'action complete via WP Cron','2021-01-27 15:21:22','2021-01-27 10:21:22'),
(108633,40375,'action created','2021-01-27 15:21:22','2021-01-27 10:21:22'),
(108634,40375,'action started via WP Cron','2021-01-27 15:22:11','2021-01-27 10:22:11'),
(108635,40375,'action complete via WP Cron','2021-01-27 15:22:11','2021-01-27 10:22:11'),
(108636,40376,'action created','2021-01-27 15:22:11','2021-01-27 10:22:11'),
(108637,40376,'action started via WP Cron','2021-01-27 15:23:18','2021-01-27 10:23:18'),
(108638,40376,'action complete via WP Cron','2021-01-27 15:23:18','2021-01-27 10:23:18'),
(108639,40377,'action created','2021-01-27 15:23:18','2021-01-27 10:23:18'),
(108640,40377,'action started via WP Cron','2021-01-27 15:24:14','2021-01-27 10:24:14'),
(108641,40377,'action complete via WP Cron','2021-01-27 15:24:14','2021-01-27 10:24:14'),
(108642,40378,'action created','2021-01-27 15:24:14','2021-01-27 10:24:14'),
(108643,40378,'action started via WP Cron','2021-01-27 15:25:13','2021-01-27 10:25:13'),
(108644,40378,'action complete via WP Cron','2021-01-27 15:25:13','2021-01-27 10:25:13'),
(108645,40379,'action created','2021-01-27 15:25:13','2021-01-27 10:25:13'),
(108646,40379,'action started via WP Cron','2021-01-27 15:26:19','2021-01-27 10:26:19'),
(108647,40379,'action complete via WP Cron','2021-01-27 15:26:19','2021-01-27 10:26:19'),
(108648,40380,'action created','2021-01-27 15:26:19','2021-01-27 10:26:19'),
(108649,40380,'action started via WP Cron','2021-01-27 15:27:12','2021-01-27 10:27:12'),
(108650,40380,'action complete via WP Cron','2021-01-27 15:27:12','2021-01-27 10:27:12'),
(108651,40381,'action created','2021-01-27 15:27:12','2021-01-27 10:27:12'),
(108652,40381,'action started via WP Cron','2021-01-27 15:28:20','2021-01-27 10:28:20'),
(108653,40381,'action complete via WP Cron','2021-01-27 15:28:20','2021-01-27 10:28:20'),
(108654,40382,'action created','2021-01-27 15:28:20','2021-01-27 10:28:20'),
(108655,40382,'action started via WP Cron','2021-01-27 15:29:12','2021-01-27 10:29:12'),
(108656,40382,'action complete via WP Cron','2021-01-27 15:29:12','2021-01-27 10:29:12'),
(108657,40383,'action created','2021-01-27 15:29:12','2021-01-27 10:29:12'),
(108658,40383,'action started via WP Cron','2021-01-27 15:30:12','2021-01-27 10:30:12'),
(108659,40383,'action complete via WP Cron','2021-01-27 15:30:12','2021-01-27 10:30:12'),
(108660,40384,'action created','2021-01-27 15:30:12','2021-01-27 10:30:12'),
(108661,40384,'action started via WP Cron','2021-01-27 15:31:16','2021-01-27 10:31:16'),
(108662,40384,'action complete via WP Cron','2021-01-27 15:31:16','2021-01-27 10:31:16'),
(108663,40385,'action created','2021-01-27 15:31:16','2021-01-27 10:31:16'),
(108664,40385,'action started via WP Cron','2021-01-27 15:32:26','2021-01-27 10:32:26'),
(108665,40385,'action complete via WP Cron','2021-01-27 15:32:26','2021-01-27 10:32:26'),
(108666,40386,'action created','2021-01-27 15:32:26','2021-01-27 10:32:26'),
(108667,40386,'action started via WP Cron','2021-01-27 15:33:14','2021-01-27 10:33:14'),
(108668,40386,'action complete via WP Cron','2021-01-27 15:33:14','2021-01-27 10:33:14'),
(108669,40387,'action created','2021-01-27 15:33:14','2021-01-27 10:33:14'),
(108670,40387,'action started via WP Cron','2021-01-27 15:34:18','2021-01-27 10:34:18'),
(108671,40387,'action complete via WP Cron','2021-01-27 15:34:18','2021-01-27 10:34:18'),
(108672,40388,'action created','2021-01-27 15:34:18','2021-01-27 10:34:18'),
(108673,40388,'action started via WP Cron','2021-01-27 15:35:14','2021-01-27 10:35:14'),
(108674,40388,'action complete via WP Cron','2021-01-27 15:35:14','2021-01-27 10:35:14'),
(108675,40389,'action created','2021-01-27 15:35:14','2021-01-27 10:35:14'),
(108676,40389,'action started via WP Cron','2021-01-27 15:36:12','2021-01-27 10:36:12'),
(108677,40389,'action complete via WP Cron','2021-01-27 15:36:12','2021-01-27 10:36:12'),
(108678,40390,'action created','2021-01-27 15:36:12','2021-01-27 10:36:12'),
(108679,40390,'action started via WP Cron','2021-01-27 15:37:11','2021-01-27 10:37:11'),
(108680,40390,'action complete via WP Cron','2021-01-27 15:37:11','2021-01-27 10:37:11'),
(108681,40391,'action created','2021-01-27 15:37:11','2021-01-27 10:37:11'),
(108682,40391,'action started via WP Cron','2021-01-27 15:38:12','2021-01-27 10:38:12'),
(108683,40391,'action complete via WP Cron','2021-01-27 15:38:12','2021-01-27 10:38:12'),
(108684,40392,'action created','2021-01-27 15:38:12','2021-01-27 10:38:12'),
(108685,40392,'action started via WP Cron','2021-01-27 15:39:16','2021-01-27 10:39:16'),
(108686,40392,'action complete via WP Cron','2021-01-27 15:39:16','2021-01-27 10:39:16'),
(108687,40393,'action created','2021-01-27 15:39:16','2021-01-27 10:39:16'),
(108688,40393,'action started via WP Cron','2021-01-27 15:40:13','2021-01-27 10:40:13'),
(108689,40393,'action complete via WP Cron','2021-01-27 15:40:13','2021-01-27 10:40:13'),
(108690,40394,'action created','2021-01-27 15:40:13','2021-01-27 10:40:13'),
(108691,40394,'action started via WP Cron','2021-01-27 15:41:15','2021-01-27 10:41:15'),
(108692,40394,'action complete via WP Cron','2021-01-27 15:41:15','2021-01-27 10:41:15'),
(108693,40395,'action created','2021-01-27 15:41:15','2021-01-27 10:41:15'),
(108694,40395,'action started via WP Cron','2021-01-27 15:42:19','2021-01-27 10:42:19'),
(108695,40395,'action complete via WP Cron','2021-01-27 15:42:19','2021-01-27 10:42:19'),
(108696,40396,'action created','2021-01-27 15:42:19','2021-01-27 10:42:19'),
(108697,40396,'action started via WP Cron','2021-01-27 15:43:13','2021-01-27 10:43:13'),
(108698,40396,'action complete via WP Cron','2021-01-27 15:43:13','2021-01-27 10:43:13'),
(108699,40397,'action created','2021-01-27 15:43:14','2021-01-27 10:43:14'),
(108700,40397,'action started via WP Cron','2021-01-27 15:44:13','2021-01-27 10:44:13'),
(108701,40397,'action complete via WP Cron','2021-01-27 15:44:13','2021-01-27 10:44:13'),
(108702,40398,'action created','2021-01-27 15:44:13','2021-01-27 10:44:13'),
(108703,40398,'action started via WP Cron','2021-01-27 15:45:15','2021-01-27 10:45:15'),
(108704,40398,'action complete via WP Cron','2021-01-27 15:45:15','2021-01-27 10:45:15'),
(108705,40399,'action created','2021-01-27 15:45:15','2021-01-27 10:45:15'),
(108706,40399,'action started via WP Cron','2021-01-27 15:47:30','2021-01-27 10:47:30'),
(108707,40399,'action complete via WP Cron','2021-01-27 15:47:30','2021-01-27 10:47:30'),
(108708,40400,'action created','2021-01-27 15:47:30','2021-01-27 10:47:30'),
(108709,40400,'action started via WP Cron','2021-01-27 15:48:13','2021-01-27 10:48:13'),
(108710,40400,'action complete via WP Cron','2021-01-27 15:48:13','2021-01-27 10:48:13'),
(108711,40401,'action created','2021-01-27 15:48:13','2021-01-27 10:48:13'),
(108712,40401,'action started via WP Cron','2021-01-27 15:49:25','2021-01-27 10:49:25'),
(108713,40401,'action complete via WP Cron','2021-01-27 15:49:25','2021-01-27 10:49:25'),
(108714,40402,'action created','2021-01-27 15:49:25','2021-01-27 10:49:25'),
(108715,40402,'action started via WP Cron','2021-01-27 15:52:19','2021-01-27 10:52:19'),
(108716,40402,'action complete via WP Cron','2021-01-27 15:52:19','2021-01-27 10:52:19'),
(108717,40403,'action created','2021-01-27 15:52:19','2021-01-27 10:52:19'),
(108718,40403,'action started via WP Cron','2021-01-27 15:54:02','2021-01-27 10:54:02'),
(108719,40403,'action complete via WP Cron','2021-01-27 15:54:02','2021-01-27 10:54:02'),
(108720,40404,'action created','2021-01-27 15:54:02','2021-01-27 10:54:02'),
(108721,40404,'action started via WP Cron','2021-01-27 15:54:43','2021-01-27 10:54:43'),
(108722,40404,'action complete via WP Cron','2021-01-27 15:54:43','2021-01-27 10:54:43'),
(108723,40405,'action created','2021-01-27 15:54:43','2021-01-27 10:54:43'),
(108724,40405,'action started via WP Cron','2021-01-27 15:55:59','2021-01-27 10:55:59'),
(108725,40405,'action complete via WP Cron','2021-01-27 15:55:59','2021-01-27 10:55:59'),
(108726,40406,'action created','2021-01-27 15:55:59','2021-01-27 10:55:59'),
(108727,40406,'action started via WP Cron','2021-01-27 15:57:05','2021-01-27 10:57:05'),
(108728,40406,'action complete via WP Cron','2021-01-27 15:57:05','2021-01-27 10:57:05'),
(108729,40407,'action created','2021-01-27 15:57:05','2021-01-27 10:57:05'),
(108730,40407,'action started via WP Cron','2021-01-27 15:57:59','2021-01-27 10:57:59'),
(108731,40407,'action complete via WP Cron','2021-01-27 15:57:59','2021-01-27 10:57:59'),
(108732,40408,'action created','2021-01-27 15:58:00','2021-01-27 10:58:00'),
(108733,40408,'action started via WP Cron','2021-01-27 15:58:36','2021-01-27 10:58:36'),
(108734,40408,'action complete via WP Cron','2021-01-27 15:58:36','2021-01-27 10:58:36'),
(108735,40409,'action created','2021-01-27 15:58:36','2021-01-27 10:58:36'),
(108736,40409,'action started via WP Cron','2021-01-27 15:59:17','2021-01-27 10:59:17'),
(108737,40409,'action complete via WP Cron','2021-01-27 15:59:17','2021-01-27 10:59:17'),
(108738,40410,'action created','2021-01-27 15:59:17','2021-01-27 10:59:17'),
(108739,40410,'action started via WP Cron','2021-01-27 16:00:32','2021-01-27 11:00:32'),
(108740,40410,'action complete via WP Cron','2021-01-27 16:00:32','2021-01-27 11:00:32'),
(108741,40411,'action created','2021-01-27 16:00:32','2021-01-27 11:00:32'),
(108742,40411,'action started via WP Cron','2021-01-27 16:01:18','2021-01-27 11:01:18'),
(108743,40411,'action complete via WP Cron','2021-01-27 16:01:18','2021-01-27 11:01:18'),
(108744,40412,'action created','2021-01-27 16:01:18','2021-01-27 11:01:18'),
(108745,40412,'action started via WP Cron','2021-01-27 16:04:11','2021-01-27 11:04:11'),
(108746,40412,'action complete via WP Cron','2021-01-27 16:04:11','2021-01-27 11:04:11'),
(108747,40413,'action created','2021-01-27 16:04:11','2021-01-27 11:04:11'),
(108748,40413,'action started via WP Cron','2021-01-27 16:05:27','2021-01-27 11:05:27'),
(108749,40413,'action complete via WP Cron','2021-01-27 16:05:27','2021-01-27 11:05:27'),
(108750,40414,'action created','2021-01-27 16:05:27','2021-01-27 11:05:27'),
(108751,40414,'action started via WP Cron','2021-01-27 16:06:15','2021-01-27 11:06:15'),
(108752,40414,'action complete via WP Cron','2021-01-27 16:06:15','2021-01-27 11:06:15'),
(108753,40415,'action created','2021-01-27 16:06:15','2021-01-27 11:06:15'),
(108754,40415,'action started via WP Cron','2021-01-27 16:08:16','2021-01-27 11:08:16'),
(108755,40415,'action complete via WP Cron','2021-01-27 16:08:16','2021-01-27 11:08:16'),
(108756,40416,'action created','2021-01-27 16:08:16','2021-01-27 11:08:16'),
(108757,40416,'action started via WP Cron','2021-01-27 16:09:40','2021-01-27 11:09:40'),
(108758,40416,'action complete via WP Cron','2021-01-27 16:09:40','2021-01-27 11:09:40'),
(108759,40417,'action created','2021-01-27 16:09:40','2021-01-27 11:09:40'),
(108760,40417,'action started via WP Cron','2021-01-27 16:10:19','2021-01-27 11:10:19'),
(108761,40417,'action complete via WP Cron','2021-01-27 16:10:19','2021-01-27 11:10:19'),
(108762,40418,'action created','2021-01-27 16:10:19','2021-01-27 11:10:19'),
(108763,40418,'action started via WP Cron','2021-01-27 16:11:24','2021-01-27 11:11:24'),
(108764,40418,'action complete via WP Cron','2021-01-27 16:11:24','2021-01-27 11:11:24'),
(108765,40419,'action created','2021-01-27 16:11:25','2021-01-27 11:11:25'),
(108766,40419,'action started via WP Cron','2021-01-27 16:13:39','2021-01-27 11:13:39'),
(108767,40419,'action complete via WP Cron','2021-01-27 16:13:39','2021-01-27 11:13:39'),
(108768,40420,'action created','2021-01-27 16:13:39','2021-01-27 11:13:39'),
(108769,40420,'action started via WP Cron','2021-01-27 16:14:34','2021-01-27 11:14:34'),
(108770,40420,'action complete via WP Cron','2021-01-27 16:14:34','2021-01-27 11:14:34'),
(108771,40421,'action created','2021-01-27 16:14:34','2021-01-27 11:14:34'),
(108772,40421,'action started via WP Cron','2021-01-27 16:15:34','2021-01-27 11:15:34'),
(108773,40421,'action complete via WP Cron','2021-01-27 16:15:34','2021-01-27 11:15:34'),
(108774,40422,'action created','2021-01-27 16:15:34','2021-01-27 11:15:34'),
(108775,40422,'action started via WP Cron','2021-01-27 16:16:14','2021-01-27 11:16:14'),
(108776,40422,'action complete via WP Cron','2021-01-27 16:16:14','2021-01-27 11:16:14'),
(108777,40423,'action created','2021-01-27 16:16:14','2021-01-27 11:16:14'),
(108778,40423,'action started via WP Cron','2021-01-27 16:17:29','2021-01-27 11:17:29'),
(108779,40423,'action complete via WP Cron','2021-01-27 16:17:29','2021-01-27 11:17:29'),
(108780,40424,'action created','2021-01-27 16:17:29','2021-01-27 11:17:29'),
(108781,40424,'action started via WP Cron','2021-01-27 16:18:15','2021-01-27 11:18:15'),
(108782,40424,'action complete via WP Cron','2021-01-27 16:18:15','2021-01-27 11:18:15'),
(108783,40425,'action created','2021-01-27 16:18:15','2021-01-27 11:18:15'),
(108784,40425,'action started via WP Cron','2021-01-27 16:22:11','2021-01-27 11:22:11'),
(108785,40425,'action complete via WP Cron','2021-01-27 16:22:11','2021-01-27 11:22:11'),
(108786,40426,'action created','2021-01-27 16:22:11','2021-01-27 11:22:11'),
(108787,40426,'action started via WP Cron','2021-01-27 16:23:39','2021-01-27 11:23:39'),
(108788,40426,'action complete via WP Cron','2021-01-27 16:23:39','2021-01-27 11:23:39'),
(108789,40427,'action created','2021-01-27 16:23:40','2021-01-27 11:23:40'),
(108790,40427,'action started via WP Cron','2021-01-27 16:24:18','2021-01-27 11:24:18'),
(108791,40427,'action complete via WP Cron','2021-01-27 16:24:18','2021-01-27 11:24:18'),
(108792,40428,'action created','2021-01-27 16:24:18','2021-01-27 11:24:18'),
(108793,40428,'action started via WP Cron','2021-01-27 16:25:28','2021-01-27 11:25:28'),
(108794,40428,'action complete via WP Cron','2021-01-27 16:25:28','2021-01-27 11:25:28'),
(108795,40429,'action created','2021-01-27 16:25:28','2021-01-27 11:25:28'),
(108796,40429,'action started via WP Cron','2021-01-27 16:26:19','2021-01-27 11:26:19'),
(108797,40429,'action complete via WP Cron','2021-01-27 16:26:19','2021-01-27 11:26:19'),
(108798,40430,'action created','2021-01-27 16:26:19','2021-01-27 11:26:19'),
(108799,40430,'action started via WP Cron','2021-01-27 16:27:25','2021-01-27 11:27:25'),
(108800,40430,'action complete via WP Cron','2021-01-27 16:27:25','2021-01-27 11:27:25'),
(108801,40431,'action created','2021-01-27 16:27:25','2021-01-27 11:27:25'),
(108802,40431,'action started via WP Cron','2021-01-27 16:28:31','2021-01-27 11:28:31'),
(108803,40431,'action complete via WP Cron','2021-01-27 16:28:31','2021-01-27 11:28:31'),
(108804,40432,'action created','2021-01-27 16:28:31','2021-01-27 11:28:31'),
(108805,40432,'action started via WP Cron','2021-01-27 16:29:18','2021-01-27 11:29:18'),
(108806,40432,'action complete via WP Cron','2021-01-27 16:29:18','2021-01-27 11:29:18'),
(108807,40433,'action created','2021-01-27 16:29:18','2021-01-27 11:29:18'),
(108808,40433,'action started via WP Cron','2021-01-27 16:30:13','2021-01-27 11:30:13'),
(108809,40433,'action complete via WP Cron','2021-01-27 16:30:13','2021-01-27 11:30:13'),
(108810,40434,'action created','2021-01-27 16:30:13','2021-01-27 11:30:13'),
(108811,40434,'action started via WP Cron','2021-01-27 16:31:36','2021-01-27 11:31:36'),
(108812,40434,'action complete via WP Cron','2021-01-27 16:31:36','2021-01-27 11:31:36'),
(108813,40435,'action created','2021-01-27 16:31:36','2021-01-27 11:31:36'),
(108814,40435,'action started via WP Cron','2021-01-27 16:32:21','2021-01-27 11:32:21'),
(108815,40435,'action complete via WP Cron','2021-01-27 16:32:21','2021-01-27 11:32:21'),
(108816,40436,'action created','2021-01-27 16:32:22','2021-01-27 11:32:22'),
(108817,40436,'action started via WP Cron','2021-01-27 16:33:17','2021-01-27 11:33:17'),
(108818,40436,'action complete via WP Cron','2021-01-27 16:33:17','2021-01-27 11:33:17'),
(108819,40437,'action created','2021-01-27 16:33:17','2021-01-27 11:33:17'),
(108820,40437,'action started via WP Cron','2021-01-27 16:34:16','2021-01-27 11:34:16'),
(108821,40437,'action complete via WP Cron','2021-01-27 16:34:16','2021-01-27 11:34:16'),
(108822,40438,'action created','2021-01-27 16:34:16','2021-01-27 11:34:16'),
(108823,40438,'action started via WP Cron','2021-01-27 16:35:21','2021-01-27 11:35:21'),
(108824,40438,'action complete via WP Cron','2021-01-27 16:35:21','2021-01-27 11:35:21'),
(108825,40439,'action created','2021-01-27 16:35:21','2021-01-27 11:35:21'),
(108826,40439,'action started via WP Cron','2021-01-27 16:36:23','2021-01-27 11:36:23'),
(108827,40439,'action complete via WP Cron','2021-01-27 16:36:23','2021-01-27 11:36:23'),
(108828,40440,'action created','2021-01-27 16:36:23','2021-01-27 11:36:23'),
(108829,40440,'action started via WP Cron','2021-01-27 16:37:13','2021-01-27 11:37:13'),
(108830,40440,'action complete via WP Cron','2021-01-27 16:37:13','2021-01-27 11:37:13'),
(108831,40441,'action created','2021-01-27 16:37:14','2021-01-27 11:37:14'),
(108832,40441,'action started via WP Cron','2021-01-27 16:38:14','2021-01-27 11:38:14'),
(108833,40441,'action complete via WP Cron','2021-01-27 16:38:14','2021-01-27 11:38:14'),
(108834,40442,'action created','2021-01-27 16:38:14','2021-01-27 11:38:14'),
(108835,40442,'action started via WP Cron','2021-01-27 16:39:18','2021-01-27 11:39:18'),
(108836,40442,'action complete via WP Cron','2021-01-27 16:39:18','2021-01-27 11:39:18'),
(108837,40443,'action created','2021-01-27 16:39:18','2021-01-27 11:39:18'),
(108838,40443,'action started via WP Cron','2021-01-27 16:40:42','2021-01-27 11:40:42'),
(108839,40443,'action complete via WP Cron','2021-01-27 16:40:42','2021-01-27 11:40:42'),
(108840,40444,'action created','2021-01-27 16:40:42','2021-01-27 11:40:42'),
(108841,40444,'action started via WP Cron','2021-01-27 16:41:22','2021-01-27 11:41:22'),
(108842,40444,'action complete via WP Cron','2021-01-27 16:41:22','2021-01-27 11:41:22'),
(108843,40445,'action created','2021-01-27 16:41:22','2021-01-27 11:41:22'),
(108844,40445,'action started via WP Cron','2021-01-27 16:42:21','2021-01-27 11:42:21'),
(108845,40445,'action complete via WP Cron','2021-01-27 16:42:21','2021-01-27 11:42:21'),
(108846,40446,'action created','2021-01-27 16:42:21','2021-01-27 11:42:21'),
(108847,40446,'action started via WP Cron','2021-01-27 16:43:12','2021-01-27 11:43:12'),
(108848,40446,'action complete via WP Cron','2021-01-27 16:43:12','2021-01-27 11:43:12'),
(108849,40447,'action created','2021-01-27 16:43:12','2021-01-27 11:43:12'),
(108850,40447,'action started via WP Cron','2021-01-27 16:44:13','2021-01-27 11:44:13'),
(108851,40447,'action complete via WP Cron','2021-01-27 16:44:13','2021-01-27 11:44:13'),
(108852,40448,'action created','2021-01-27 16:44:13','2021-01-27 11:44:13'),
(108853,40448,'action started via WP Cron','2021-01-27 16:45:12','2021-01-27 11:45:12'),
(108854,40448,'action complete via WP Cron','2021-01-27 16:45:12','2021-01-27 11:45:12'),
(108855,40449,'action created','2021-01-27 16:45:12','2021-01-27 11:45:12'),
(108856,40449,'action started via WP Cron','2021-01-27 16:46:38','2021-01-27 11:46:38'),
(108857,40449,'action complete via WP Cron','2021-01-27 16:46:38','2021-01-27 11:46:38'),
(108858,40450,'action created','2021-01-27 16:46:38','2021-01-27 11:46:38'),
(108859,40450,'action started via WP Cron','2021-01-27 16:47:58','2021-01-27 11:47:58'),
(108860,40450,'action complete via WP Cron','2021-01-27 16:47:58','2021-01-27 11:47:58'),
(108861,40451,'action created','2021-01-27 16:47:58','2021-01-27 11:47:58'),
(108862,40451,'action started via WP Cron','2021-01-27 16:48:13','2021-01-27 11:48:13'),
(108863,40451,'action complete via WP Cron','2021-01-27 16:48:13','2021-01-27 11:48:13'),
(108864,40452,'action created','2021-01-27 16:48:13','2021-01-27 11:48:13'),
(108865,40452,'action started via WP Cron','2021-01-27 16:50:10','2021-01-27 11:50:10'),
(108866,40452,'action complete via WP Cron','2021-01-27 16:50:10','2021-01-27 11:50:10'),
(108867,40453,'action created','2021-01-27 16:50:10','2021-01-27 11:50:10'),
(108868,40453,'action started via WP Cron','2021-01-27 16:50:51','2021-01-27 11:50:51'),
(108869,40453,'action complete via WP Cron','2021-01-27 16:50:51','2021-01-27 11:50:51'),
(108870,40454,'action created','2021-01-27 16:50:51','2021-01-27 11:50:51'),
(108871,40454,'action started via WP Cron','2021-01-27 16:51:17','2021-01-27 11:51:17'),
(108872,40454,'action complete via WP Cron','2021-01-27 16:51:17','2021-01-27 11:51:17'),
(108873,40455,'action created','2021-01-27 16:51:17','2021-01-27 11:51:17'),
(108874,40455,'action started via WP Cron','2021-01-27 16:52:36','2021-01-27 11:52:36'),
(108875,40455,'action complete via WP Cron','2021-01-27 16:52:36','2021-01-27 11:52:36'),
(108876,40456,'action created','2021-01-27 16:52:36','2021-01-27 11:52:36'),
(108877,40456,'action started via WP Cron','2021-01-27 16:53:21','2021-01-27 11:53:21'),
(108878,40456,'action complete via WP Cron','2021-01-27 16:53:21','2021-01-27 11:53:21'),
(108879,40457,'action created','2021-01-27 16:53:21','2021-01-27 11:53:21'),
(108880,40457,'action started via WP Cron','2021-01-27 16:54:14','2021-01-27 11:54:14'),
(108881,40457,'action complete via WP Cron','2021-01-27 16:54:14','2021-01-27 11:54:14'),
(108882,40458,'action created','2021-01-27 16:54:14','2021-01-27 11:54:14'),
(108883,40458,'action started via WP Cron','2021-01-27 16:55:13','2021-01-27 11:55:13'),
(108884,40458,'action complete via WP Cron','2021-01-27 16:55:13','2021-01-27 11:55:13'),
(108885,40459,'action created','2021-01-27 16:55:13','2021-01-27 11:55:13'),
(108886,40459,'action started via WP Cron','2021-01-27 16:56:11','2021-01-27 11:56:11'),
(108887,40459,'action complete via WP Cron','2021-01-27 16:56:11','2021-01-27 11:56:11'),
(108888,40460,'action created','2021-01-27 16:56:11','2021-01-27 11:56:11'),
(108889,40460,'action started via WP Cron','2021-01-27 16:57:18','2021-01-27 11:57:18'),
(108890,40460,'action complete via WP Cron','2021-01-27 16:57:18','2021-01-27 11:57:18'),
(108891,40461,'action created','2021-01-27 16:57:18','2021-01-27 11:57:18'),
(108892,40461,'action started via WP Cron','2021-01-27 16:58:20','2021-01-27 11:58:20'),
(108893,40461,'action complete via WP Cron','2021-01-27 16:58:20','2021-01-27 11:58:20'),
(108894,40462,'action created','2021-01-27 16:58:20','2021-01-27 11:58:20'),
(108895,40462,'action started via WP Cron','2021-01-27 16:59:16','2021-01-27 11:59:16'),
(108896,40462,'action complete via WP Cron','2021-01-27 16:59:16','2021-01-27 11:59:16'),
(108897,40463,'action created','2021-01-27 16:59:16','2021-01-27 11:59:16'),
(108898,40463,'action started via WP Cron','2021-01-27 17:00:48','2021-01-27 12:00:48'),
(108899,40463,'action complete via WP Cron','2021-01-27 17:00:48','2021-01-27 12:00:48'),
(108900,40464,'action created','2021-01-27 17:00:48','2021-01-27 12:00:48'),
(108901,40464,'action started via WP Cron','2021-01-27 17:02:15','2021-01-27 12:02:15'),
(108902,40464,'action complete via WP Cron','2021-01-27 17:02:15','2021-01-27 12:02:15'),
(108903,40465,'action created','2021-01-27 17:02:15','2021-01-27 12:02:15'),
(108904,40465,'action started via WP Cron','2021-01-27 17:03:34','2021-01-27 12:03:34'),
(108905,40465,'action complete via WP Cron','2021-01-27 17:03:34','2021-01-27 12:03:34'),
(108906,40466,'action created','2021-01-27 17:03:34','2021-01-27 12:03:34'),
(108907,40466,'action started via WP Cron','2021-01-27 17:04:55','2021-01-27 12:04:55'),
(108908,40466,'action complete via WP Cron','2021-01-27 17:04:55','2021-01-27 12:04:55'),
(108909,40467,'action created','2021-01-27 17:04:55','2021-01-27 12:04:55'),
(108910,40467,'action started via WP Cron','2021-01-27 17:06:27','2021-01-27 12:06:27'),
(108911,40467,'action complete via WP Cron','2021-01-27 17:06:27','2021-01-27 12:06:27'),
(108912,40468,'action created','2021-01-27 17:06:27','2021-01-27 12:06:27'),
(108913,40468,'action started via WP Cron','2021-01-27 17:09:36','2021-01-27 12:09:36'),
(108914,40468,'action complete via WP Cron','2021-01-27 17:09:36','2021-01-27 12:09:36'),
(108915,40469,'action created','2021-01-27 17:09:36','2021-01-27 12:09:36'),
(108916,40469,'action started via WP Cron','2021-01-27 17:11:35','2021-01-27 12:11:35'),
(108917,40469,'action complete via WP Cron','2021-01-27 17:11:35','2021-01-27 12:11:35'),
(108918,40470,'action created','2021-01-27 17:11:35','2021-01-27 12:11:35'),
(108919,40470,'action started via WP Cron','2021-01-27 17:12:34','2021-01-27 12:12:34'),
(108920,40470,'action complete via WP Cron','2021-01-27 17:12:34','2021-01-27 12:12:34'),
(108921,40471,'action created','2021-01-27 17:12:34','2021-01-27 12:12:34'),
(108922,40471,'action started via WP Cron','2021-01-27 17:13:21','2021-01-27 12:13:21'),
(108923,40471,'action complete via WP Cron','2021-01-27 17:13:21','2021-01-27 12:13:21'),
(108924,40472,'action created','2021-01-27 17:13:21','2021-01-27 12:13:21'),
(108925,40472,'action started via WP Cron','2021-01-27 17:14:36','2021-01-27 12:14:36'),
(108926,40472,'action complete via WP Cron','2021-01-27 17:14:36','2021-01-27 12:14:36'),
(108927,40473,'action created','2021-01-27 17:14:36','2021-01-27 12:14:36'),
(108928,40473,'action started via WP Cron','2021-01-27 17:15:14','2021-01-27 12:15:14'),
(108929,40473,'action complete via WP Cron','2021-01-27 17:15:14','2021-01-27 12:15:14'),
(108930,40474,'action created','2021-01-27 17:15:14','2021-01-27 12:15:14'),
(108931,40474,'action started via WP Cron','2021-01-27 17:18:10','2021-01-27 12:18:10'),
(108932,40474,'action complete via WP Cron','2021-01-27 17:18:10','2021-01-27 12:18:10'),
(108933,40475,'action created','2021-01-27 17:18:10','2021-01-27 12:18:10'),
(108934,40475,'action started via WP Cron','2021-01-27 17:19:54','2021-01-27 12:19:54'),
(108935,40475,'action complete via WP Cron','2021-01-27 17:19:54','2021-01-27 12:19:54'),
(108936,40476,'action created','2021-01-27 17:19:54','2021-01-27 12:19:54'),
(108937,40476,'action started via WP Cron','2021-01-27 17:20:23','2021-01-27 12:20:23'),
(108938,40476,'action complete via WP Cron','2021-01-27 17:20:23','2021-01-27 12:20:23'),
(108939,40477,'action created','2021-01-27 17:20:23','2021-01-27 12:20:23'),
(108940,40477,'action started via WP Cron','2021-01-27 17:21:59','2021-01-27 12:21:59'),
(108941,40477,'action complete via WP Cron','2021-01-27 17:21:59','2021-01-27 12:21:59'),
(108942,40478,'action created','2021-01-27 17:21:59','2021-01-27 12:21:59'),
(108943,40478,'action started via WP Cron','2021-01-27 17:24:00','2021-01-27 12:24:00'),
(108944,40478,'action complete via WP Cron','2021-01-27 17:24:00','2021-01-27 12:24:00'),
(108945,40479,'action created','2021-01-27 17:24:00','2021-01-27 12:24:00'),
(108946,40479,'action started via WP Cron','2021-01-27 17:24:57','2021-01-27 12:24:57'),
(108947,40479,'action complete via WP Cron','2021-01-27 17:24:57','2021-01-27 12:24:57'),
(108948,40480,'action created','2021-01-27 17:24:57','2021-01-27 12:24:57'),
(108949,40480,'action started via WP Cron','2021-01-27 17:25:17','2021-01-27 12:25:17'),
(108950,40480,'action complete via WP Cron','2021-01-27 17:25:17','2021-01-27 12:25:17'),
(108951,40481,'action created','2021-01-27 17:25:17','2021-01-27 12:25:17'),
(108952,40481,'action started via WP Cron','2021-01-27 17:26:21','2021-01-27 12:26:21'),
(108953,40481,'action complete via WP Cron','2021-01-27 17:26:21','2021-01-27 12:26:21'),
(108954,40482,'action created','2021-01-27 17:26:21','2021-01-27 12:26:21'),
(108955,40482,'action started via WP Cron','2021-01-27 17:27:42','2021-01-27 12:27:42'),
(108956,40482,'action complete via WP Cron','2021-01-27 17:27:42','2021-01-27 12:27:42'),
(108957,40483,'action created','2021-01-27 17:27:42','2021-01-27 12:27:42'),
(108958,40483,'action started via WP Cron','2021-01-27 17:28:39','2021-01-27 12:28:39'),
(108959,40483,'action complete via WP Cron','2021-01-27 17:28:39','2021-01-27 12:28:39'),
(108960,40484,'action created','2021-01-27 17:28:39','2021-01-27 12:28:39'),
(108961,40484,'action started via WP Cron','2021-01-27 17:29:24','2021-01-27 12:29:24'),
(108962,40484,'action complete via WP Cron','2021-01-27 17:29:24','2021-01-27 12:29:24'),
(108963,40485,'action created','2021-01-27 17:29:24','2021-01-27 12:29:24'),
(108964,40485,'action started via WP Cron','2021-01-27 17:30:25','2021-01-27 12:30:25'),
(108965,40485,'action complete via WP Cron','2021-01-27 17:30:25','2021-01-27 12:30:25'),
(108966,40486,'action created','2021-01-27 17:30:25','2021-01-27 12:30:25'),
(108967,40486,'action started via WP Cron','2021-01-27 17:31:27','2021-01-27 12:31:27'),
(108968,40486,'action complete via WP Cron','2021-01-27 17:31:27','2021-01-27 12:31:27'),
(108969,40487,'action created','2021-01-27 17:31:27','2021-01-27 12:31:27'),
(108970,40487,'action started via WP Cron','2021-01-27 17:36:57','2021-01-27 12:36:57'),
(108971,40487,'action complete via WP Cron','2021-01-27 17:36:57','2021-01-27 12:36:57'),
(108972,40488,'action created','2021-01-27 17:36:57','2021-01-27 12:36:57'),
(108973,40488,'action started via WP Cron','2021-01-27 17:37:13','2021-01-27 12:37:13'),
(108974,40488,'action complete via WP Cron','2021-01-27 17:37:13','2021-01-27 12:37:13'),
(108975,40489,'action created','2021-01-27 17:37:14','2021-01-27 12:37:14'),
(108976,40489,'action started via WP Cron','2021-01-27 17:38:13','2021-01-27 12:38:13'),
(108977,40489,'action complete via WP Cron','2021-01-27 17:38:13','2021-01-27 12:38:13'),
(108978,40490,'action created','2021-01-27 17:38:13','2021-01-27 12:38:13'),
(108979,40490,'action started via WP Cron','2021-01-27 17:39:45','2021-01-27 12:39:45'),
(108980,40490,'action complete via WP Cron','2021-01-27 17:39:45','2021-01-27 12:39:45'),
(108981,40491,'action created','2021-01-27 17:39:45','2021-01-27 12:39:45'),
(108982,40491,'action started via WP Cron','2021-01-27 17:40:58','2021-01-27 12:40:58'),
(108983,40491,'action complete via WP Cron','2021-01-27 17:40:58','2021-01-27 12:40:58'),
(108984,40492,'action created','2021-01-27 17:40:58','2021-01-27 12:40:58'),
(108985,40492,'action started via WP Cron','2021-01-27 17:44:20','2021-01-27 12:44:20'),
(108986,40492,'action complete via WP Cron','2021-01-27 17:44:20','2021-01-27 12:44:20'),
(108987,40493,'action created','2021-01-27 17:44:20','2021-01-27 12:44:20'),
(108988,40493,'action started via WP Cron','2021-01-27 17:46:27','2021-01-27 12:46:27'),
(108989,40493,'action complete via WP Cron','2021-01-27 17:46:27','2021-01-27 12:46:27'),
(108990,40494,'action created','2021-01-27 17:46:27','2021-01-27 12:46:27'),
(108991,40494,'action started via WP Cron','2021-01-27 17:49:01','2021-01-27 12:49:01'),
(108992,40494,'action complete via WP Cron','2021-01-27 17:49:01','2021-01-27 12:49:01'),
(108993,40495,'action created','2021-01-27 17:49:01','2021-01-27 12:49:01'),
(108994,40495,'action started via WP Cron','2021-01-27 17:49:35','2021-01-27 12:49:35'),
(108995,40495,'action complete via WP Cron','2021-01-27 17:49:35','2021-01-27 12:49:35'),
(108996,40496,'action created','2021-01-27 17:49:35','2021-01-27 12:49:35'),
(108997,40496,'action started via WP Cron','2021-01-27 17:51:11','2021-01-27 12:51:11'),
(108998,40496,'action complete via WP Cron','2021-01-27 17:51:11','2021-01-27 12:51:11'),
(108999,40497,'action created','2021-01-27 17:51:11','2021-01-27 12:51:11'),
(109000,40497,'action started via WP Cron','2021-01-27 17:52:12','2021-01-27 12:52:12'),
(109001,40497,'action complete via WP Cron','2021-01-27 17:52:12','2021-01-27 12:52:12'),
(109002,40498,'action created','2021-01-27 17:52:12','2021-01-27 12:52:12'),
(109003,40498,'action started via WP Cron','2021-01-27 17:53:13','2021-01-27 12:53:13'),
(109004,40498,'action complete via WP Cron','2021-01-27 17:53:13','2021-01-27 12:53:13'),
(109005,40499,'action created','2021-01-27 17:53:13','2021-01-27 12:53:13'),
(109006,40499,'action started via WP Cron','2021-01-27 17:54:29','2021-01-27 12:54:29'),
(109007,40499,'action complete via WP Cron','2021-01-27 17:54:29','2021-01-27 12:54:29'),
(109008,40500,'action created','2021-01-27 17:54:29','2021-01-27 12:54:29'),
(109009,40500,'action started via WP Cron','2021-01-27 17:55:17','2021-01-27 12:55:17'),
(109010,40500,'action complete via WP Cron','2021-01-27 17:55:17','2021-01-27 12:55:17'),
(109011,40501,'action created','2021-01-27 17:55:18','2021-01-27 12:55:18'),
(109012,40501,'action started via WP Cron','2021-01-27 17:56:30','2021-01-27 12:56:30'),
(109013,40501,'action complete via WP Cron','2021-01-27 17:56:30','2021-01-27 12:56:30'),
(109014,40502,'action created','2021-01-27 17:56:30','2021-01-27 12:56:30'),
(109015,40502,'action started via WP Cron','2021-01-27 17:58:12','2021-01-27 12:58:12'),
(109016,40502,'action complete via WP Cron','2021-01-27 17:58:12','2021-01-27 12:58:12'),
(109017,40503,'action created','2021-01-27 17:58:12','2021-01-27 12:58:12'),
(109018,40503,'action started via WP Cron','2021-01-27 17:59:29','2021-01-27 12:59:29'),
(109019,40503,'action complete via WP Cron','2021-01-27 17:59:30','2021-01-27 12:59:30'),
(109020,40504,'action created','2021-01-27 17:59:30','2021-01-27 12:59:30'),
(109021,40504,'action started via WP Cron','2021-01-27 18:00:19','2021-01-27 13:00:19'),
(109022,40504,'action complete via WP Cron','2021-01-27 18:00:19','2021-01-27 13:00:19'),
(109023,40505,'action created','2021-01-27 18:00:19','2021-01-27 13:00:19'),
(109024,40505,'action started via WP Cron','2021-01-27 18:03:46','2021-01-27 13:03:46'),
(109025,40505,'action complete via WP Cron','2021-01-27 18:03:46','2021-01-27 13:03:46'),
(109026,40506,'action created','2021-01-27 18:03:46','2021-01-27 13:03:46'),
(109027,40506,'action started via WP Cron','2021-01-27 18:04:22','2021-01-27 13:04:22'),
(109028,40506,'action complete via WP Cron','2021-01-27 18:04:22','2021-01-27 13:04:22'),
(109029,40507,'action created','2021-01-27 18:04:22','2021-01-27 13:04:22'),
(109030,40507,'action started via WP Cron','2021-01-27 18:05:42','2021-01-27 13:05:42'),
(109031,40507,'action complete via WP Cron','2021-01-27 18:05:42','2021-01-27 13:05:42'),
(109032,40508,'action created','2021-01-27 18:05:42','2021-01-27 13:05:42'),
(109033,40508,'action started via WP Cron','2021-01-27 18:07:44','2021-01-27 13:07:44'),
(109034,40508,'action complete via WP Cron','2021-01-27 18:07:44','2021-01-27 13:07:44'),
(109035,40509,'action created','2021-01-27 18:07:44','2021-01-27 13:07:44'),
(109036,40509,'action started via WP Cron','2021-01-27 18:08:15','2021-01-27 13:08:15'),
(109037,40509,'action complete via WP Cron','2021-01-27 18:08:15','2021-01-27 13:08:15'),
(109038,40510,'action created','2021-01-27 18:08:15','2021-01-27 13:08:15'),
(109039,40510,'action started via WP Cron','2021-01-27 18:09:19','2021-01-27 13:09:19'),
(109040,40510,'action complete via WP Cron','2021-01-27 18:09:19','2021-01-27 13:09:19'),
(109041,40511,'action created','2021-01-27 18:09:19','2021-01-27 13:09:19'),
(109042,40511,'action started via WP Cron','2021-01-27 18:10:20','2021-01-27 13:10:20'),
(109043,40511,'action complete via WP Cron','2021-01-27 18:10:20','2021-01-27 13:10:20'),
(109044,40512,'action created','2021-01-27 18:10:20','2021-01-27 13:10:20'),
(109045,40512,'action started via WP Cron','2021-01-27 18:11:31','2021-01-27 13:11:31'),
(109046,40512,'action complete via WP Cron','2021-01-27 18:11:31','2021-01-27 13:11:31'),
(109047,40513,'action created','2021-01-27 18:11:31','2021-01-27 13:11:31'),
(109048,40513,'action started via WP Cron','2021-01-27 18:12:29','2021-01-27 13:12:29'),
(109049,40513,'action complete via WP Cron','2021-01-27 18:12:29','2021-01-27 13:12:29'),
(109050,40514,'action created','2021-01-27 18:12:29','2021-01-27 13:12:29'),
(109051,40514,'action started via WP Cron','2021-01-27 18:13:20','2021-01-27 13:13:20'),
(109052,40514,'action complete via WP Cron','2021-01-27 18:13:20','2021-01-27 13:13:20'),
(109053,40515,'action created','2021-01-27 18:13:20','2021-01-27 13:13:20'),
(109054,40515,'action started via WP Cron','2021-01-27 18:15:42','2021-01-27 13:15:42'),
(109055,40515,'action complete via WP Cron','2021-01-27 18:15:42','2021-01-27 13:15:42'),
(109056,40516,'action created','2021-01-27 18:15:42','2021-01-27 13:15:42'),
(109057,40516,'action started via WP Cron','2021-01-27 18:16:15','2021-01-27 13:16:15'),
(109058,40516,'action complete via WP Cron','2021-01-27 18:16:15','2021-01-27 13:16:15'),
(109059,40517,'action created','2021-01-27 18:16:15','2021-01-27 13:16:15'),
(109060,40517,'action started via WP Cron','2021-01-27 18:17:23','2021-01-27 13:17:23'),
(109061,40517,'action complete via WP Cron','2021-01-27 18:17:23','2021-01-27 13:17:23'),
(109062,40518,'action created','2021-01-27 18:17:23','2021-01-27 13:17:23'),
(109063,40518,'action started via WP Cron','2021-01-27 18:18:14','2021-01-27 13:18:14'),
(109064,40518,'action complete via WP Cron','2021-01-27 18:18:14','2021-01-27 13:18:14'),
(109065,40519,'action created','2021-01-27 18:18:14','2021-01-27 13:18:14'),
(109066,40519,'action started via WP Cron','2021-01-27 18:20:08','2021-01-27 13:20:08'),
(109067,40519,'action complete via WP Cron','2021-01-27 18:20:08','2021-01-27 13:20:08'),
(109068,40520,'action created','2021-01-27 18:20:08','2021-01-27 13:20:08'),
(109069,40520,'action started via WP Cron','2021-01-27 18:20:55','2021-01-27 13:20:55'),
(109070,40520,'action complete via WP Cron','2021-01-27 18:20:55','2021-01-27 13:20:55'),
(109071,40521,'action created','2021-01-27 18:20:55','2021-01-27 13:20:55'),
(109072,40521,'action started via WP Cron','2021-01-27 18:22:47','2021-01-27 13:22:47'),
(109073,40521,'action complete via WP Cron','2021-01-27 18:22:47','2021-01-27 13:22:47'),
(109074,40522,'action created','2021-01-27 18:22:47','2021-01-27 13:22:47'),
(109075,40522,'action started via WP Cron','2021-01-27 18:24:39','2021-01-27 13:24:39'),
(109076,40522,'action complete via WP Cron','2021-01-27 18:24:39','2021-01-27 13:24:39'),
(109077,40523,'action created','2021-01-27 18:24:39','2021-01-27 13:24:39'),
(109078,40523,'action started via WP Cron','2021-01-27 18:25:19','2021-01-27 13:25:19'),
(109079,40523,'action complete via WP Cron','2021-01-27 18:25:19','2021-01-27 13:25:19'),
(109080,40524,'action created','2021-01-27 18:25:19','2021-01-27 13:25:19'),
(109081,40524,'action started via WP Cron','2021-01-27 18:26:46','2021-01-27 13:26:46'),
(109082,40524,'action complete via WP Cron','2021-01-27 18:26:46','2021-01-27 13:26:46'),
(109083,40525,'action created','2021-01-27 18:26:46','2021-01-27 13:26:46'),
(109084,40525,'action started via WP Cron','2021-01-27 18:28:29','2021-01-27 13:28:29'),
(109085,40525,'action complete via WP Cron','2021-01-27 18:28:29','2021-01-27 13:28:29'),
(109086,40526,'action created','2021-01-27 18:28:29','2021-01-27 13:28:29'),
(109087,40526,'action started via WP Cron','2021-01-27 18:30:47','2021-01-27 13:30:47'),
(109088,40526,'action complete via WP Cron','2021-01-27 18:30:47','2021-01-27 13:30:47'),
(109089,40527,'action created','2021-01-27 18:30:47','2021-01-27 13:30:47'),
(109090,40527,'action started via WP Cron','2021-01-27 18:31:22','2021-01-27 13:31:22'),
(109091,40527,'action complete via WP Cron','2021-01-27 18:31:22','2021-01-27 13:31:22'),
(109092,40528,'action created','2021-01-27 18:31:22','2021-01-27 13:31:22'),
(109093,40528,'action started via WP Cron','2021-01-27 18:32:18','2021-01-27 13:32:18'),
(109094,40528,'action complete via WP Cron','2021-01-27 18:32:18','2021-01-27 13:32:18'),
(109095,40529,'action created','2021-01-27 18:32:18','2021-01-27 13:32:18'),
(109096,40529,'action started via WP Cron','2021-01-27 18:34:23','2021-01-27 13:34:23'),
(109097,40529,'action complete via WP Cron','2021-01-27 18:34:23','2021-01-27 13:34:23'),
(109098,40530,'action created','2021-01-27 18:34:23','2021-01-27 13:34:23'),
(109099,40530,'action started via WP Cron','2021-01-27 18:35:19','2021-01-27 13:35:19'),
(109100,40530,'action complete via WP Cron','2021-01-27 18:35:19','2021-01-27 13:35:19'),
(109101,40531,'action created','2021-01-27 18:35:19','2021-01-27 13:35:19'),
(109102,40531,'action started via WP Cron','2021-01-27 18:36:49','2021-01-27 13:36:49'),
(109103,40531,'action complete via WP Cron','2021-01-27 18:36:49','2021-01-27 13:36:49'),
(109104,40532,'action created','2021-01-27 18:36:49','2021-01-27 13:36:49'),
(109105,40532,'action started via WP Cron','2021-01-27 18:37:14','2021-01-27 13:37:14'),
(109106,40532,'action complete via WP Cron','2021-01-27 18:37:14','2021-01-27 13:37:14'),
(109107,40533,'action created','2021-01-27 18:37:14','2021-01-27 13:37:14'),
(109108,40533,'action started via WP Cron','2021-01-27 18:39:01','2021-01-27 13:39:01'),
(109109,40533,'action complete via WP Cron','2021-01-27 18:39:01','2021-01-27 13:39:01'),
(109110,40534,'action created','2021-01-27 18:39:01','2021-01-27 13:39:01'),
(109111,40534,'action started via WP Cron','2021-01-27 18:39:54','2021-01-27 13:39:54'),
(109112,40534,'action complete via WP Cron','2021-01-27 18:39:54','2021-01-27 13:39:54'),
(109113,40535,'action created','2021-01-27 18:39:54','2021-01-27 13:39:54'),
(109114,40535,'action started via WP Cron','2021-01-27 18:41:41','2021-01-27 13:41:41'),
(109115,40535,'action complete via WP Cron','2021-01-27 18:41:41','2021-01-27 13:41:41'),
(109116,40536,'action created','2021-01-27 18:41:41','2021-01-27 13:41:41'),
(109117,40536,'action started via WP Cron','2021-01-27 18:42:28','2021-01-27 13:42:28'),
(109118,40536,'action complete via WP Cron','2021-01-27 18:42:28','2021-01-27 13:42:28'),
(109119,40537,'action created','2021-01-27 18:42:28','2021-01-27 13:42:28'),
(109120,40537,'action started via WP Cron','2021-01-27 18:43:41','2021-01-27 13:43:41'),
(109121,40537,'action complete via WP Cron','2021-01-27 18:43:41','2021-01-27 13:43:41'),
(109122,40538,'action created','2021-01-27 18:43:41','2021-01-27 13:43:41'),
(109123,40538,'action started via WP Cron','2021-01-27 18:44:48','2021-01-27 13:44:48'),
(109124,40538,'action complete via WP Cron','2021-01-27 18:44:48','2021-01-27 13:44:48'),
(109125,40539,'action created','2021-01-27 18:44:48','2021-01-27 13:44:48'),
(109126,40539,'action started via WP Cron','2021-01-27 18:46:01','2021-01-27 13:46:01'),
(109127,40539,'action complete via WP Cron','2021-01-27 18:46:01','2021-01-27 13:46:01'),
(109128,40540,'action created','2021-01-27 18:46:01','2021-01-27 13:46:01'),
(109129,40540,'action started via WP Cron','2021-01-27 18:46:23','2021-01-27 13:46:23'),
(109130,40540,'action complete via WP Cron','2021-01-27 18:46:23','2021-01-27 13:46:23'),
(109131,40541,'action created','2021-01-27 18:46:23','2021-01-27 13:46:23'),
(109132,40541,'action started via WP Cron','2021-01-27 18:47:44','2021-01-27 13:47:44'),
(109133,40541,'action complete via WP Cron','2021-01-27 18:47:44','2021-01-27 13:47:44'),
(109134,40542,'action created','2021-01-27 18:47:44','2021-01-27 13:47:44'),
(109135,40542,'action started via WP Cron','2021-01-27 18:48:25','2021-01-27 13:48:25'),
(109136,40542,'action complete via WP Cron','2021-01-27 18:48:25','2021-01-27 13:48:25'),
(109137,40543,'action created','2021-01-27 18:48:25','2021-01-27 13:48:25'),
(109138,40543,'action started via WP Cron','2021-01-27 18:49:33','2021-01-27 13:49:33'),
(109139,40543,'action complete via WP Cron','2021-01-27 18:49:33','2021-01-27 13:49:33'),
(109140,40544,'action created','2021-01-27 18:49:33','2021-01-27 13:49:33'),
(109141,40544,'action started via WP Cron','2021-01-27 18:56:39','2021-01-27 13:56:39'),
(109142,40544,'action complete via WP Cron','2021-01-27 18:56:39','2021-01-27 13:56:39'),
(109143,40545,'action created','2021-01-27 18:56:39','2021-01-27 13:56:39'),
(109144,40545,'action started via WP Cron','2021-01-27 18:57:33','2021-01-27 13:57:33'),
(109145,40545,'action complete via WP Cron','2021-01-27 18:57:33','2021-01-27 13:57:33'),
(109146,40546,'action created','2021-01-27 18:57:33','2021-01-27 13:57:33'),
(109147,40546,'action started via WP Cron','2021-01-27 18:58:18','2021-01-27 13:58:18'),
(109148,40546,'action complete via WP Cron','2021-01-27 18:58:18','2021-01-27 13:58:18'),
(109149,40547,'action created','2021-01-27 18:58:18','2021-01-27 13:58:18'),
(109150,40547,'action started via WP Cron','2021-01-27 18:59:34','2021-01-27 13:59:34'),
(109151,40547,'action complete via WP Cron','2021-01-27 18:59:34','2021-01-27 13:59:34'),
(109152,40548,'action created','2021-01-27 18:59:34','2021-01-27 13:59:34'),
(109153,40548,'action started via WP Cron','2021-01-27 19:00:15','2021-01-27 14:00:15'),
(109154,40548,'action complete via WP Cron','2021-01-27 19:00:15','2021-01-27 14:00:15'),
(109155,40549,'action created','2021-01-27 19:00:15','2021-01-27 14:00:15'),
(109156,40549,'action started via WP Cron','2021-01-27 19:01:13','2021-01-27 14:01:13'),
(109157,40549,'action complete via WP Cron','2021-01-27 19:01:13','2021-01-27 14:01:13'),
(109158,40550,'action created','2021-01-27 19:01:13','2021-01-27 14:01:13'),
(109159,40550,'action started via WP Cron','2021-01-27 19:03:39','2021-01-27 14:03:39'),
(109160,40550,'action complete via WP Cron','2021-01-27 19:03:39','2021-01-27 14:03:39'),
(109161,40551,'action created','2021-01-27 19:03:39','2021-01-27 14:03:39'),
(109162,40551,'action started via WP Cron','2021-01-27 19:04:18','2021-01-27 14:04:18'),
(109163,40551,'action complete via WP Cron','2021-01-27 19:04:18','2021-01-27 14:04:18'),
(109164,40552,'action created','2021-01-27 19:04:18','2021-01-27 14:04:18'),
(109165,40552,'action started via WP Cron','2021-01-27 19:05:43','2021-01-27 14:05:43'),
(109166,40552,'action complete via WP Cron','2021-01-27 19:05:43','2021-01-27 14:05:43'),
(109167,40553,'action created','2021-01-27 19:05:43','2021-01-27 14:05:43'),
(109168,40553,'action started via WP Cron','2021-01-27 19:08:06','2021-01-27 14:08:06'),
(109169,40553,'action complete via WP Cron','2021-01-27 19:08:06','2021-01-27 14:08:06'),
(109170,40554,'action created','2021-01-27 19:08:06','2021-01-27 14:08:06'),
(109171,40554,'action started via WP Cron','2021-01-27 19:08:22','2021-01-27 14:08:22'),
(109172,40554,'action complete via WP Cron','2021-01-27 19:08:22','2021-01-27 14:08:22'),
(109173,40555,'action created','2021-01-27 19:08:22','2021-01-27 14:08:22'),
(109174,40555,'action started via WP Cron','2021-01-27 19:10:09','2021-01-27 14:10:09'),
(109175,40555,'action complete via WP Cron','2021-01-27 19:10:09','2021-01-27 14:10:09'),
(109176,40556,'action created','2021-01-27 19:10:09','2021-01-27 14:10:09'),
(109177,40556,'action started via WP Cron','2021-01-27 19:10:29','2021-01-27 14:10:29'),
(109178,40556,'action complete via WP Cron','2021-01-27 19:10:29','2021-01-27 14:10:29'),
(109179,40557,'action created','2021-01-27 19:10:29','2021-01-27 14:10:29'),
(109180,40557,'action started via WP Cron','2021-01-27 19:12:22','2021-01-27 14:12:22'),
(109181,40557,'action complete via WP Cron','2021-01-27 19:12:22','2021-01-27 14:12:22'),
(109182,40558,'action created','2021-01-27 19:12:22','2021-01-27 14:12:22'),
(109183,40558,'action started via WP Cron','2021-01-27 19:13:56','2021-01-27 14:13:56'),
(109184,40558,'action complete via WP Cron','2021-01-27 19:13:56','2021-01-27 14:13:56'),
(109185,40559,'action created','2021-01-27 19:13:56','2021-01-27 14:13:56'),
(109186,40559,'action started via WP Cron','2021-01-27 19:14:47','2021-01-27 14:14:47'),
(109187,40559,'action complete via WP Cron','2021-01-27 19:14:47','2021-01-27 14:14:47'),
(109188,40560,'action created','2021-01-27 19:14:47','2021-01-27 14:14:47'),
(109189,40560,'action started via WP Cron','2021-01-27 19:16:37','2021-01-27 14:16:37'),
(109190,40560,'action complete via WP Cron','2021-01-27 19:16:37','2021-01-27 14:16:37'),
(109191,40561,'action created','2021-01-27 19:16:37','2021-01-27 14:16:37'),
(109192,40561,'action started via WP Cron','2021-01-27 19:17:31','2021-01-27 14:17:31'),
(109193,40561,'action complete via WP Cron','2021-01-27 19:17:31','2021-01-27 14:17:31'),
(109194,40562,'action created','2021-01-27 19:17:31','2021-01-27 14:17:31'),
(109195,40562,'action started via WP Cron','2021-01-27 19:19:17','2021-01-27 14:19:17'),
(109196,40562,'action complete via WP Cron','2021-01-27 19:19:17','2021-01-27 14:19:17'),
(109197,40563,'action created','2021-01-27 19:19:17','2021-01-27 14:19:17'),
(109198,40563,'action started via WP Cron','2021-01-27 19:22:10','2021-01-27 14:22:10'),
(109199,40563,'action complete via WP Cron','2021-01-27 19:22:10','2021-01-27 14:22:10'),
(109200,40564,'action created','2021-01-27 19:22:10','2021-01-27 14:22:10'),
(109201,40564,'action started via WP Cron','2021-01-27 19:23:27','2021-01-27 14:23:27'),
(109202,40564,'action complete via WP Cron','2021-01-27 19:23:27','2021-01-27 14:23:27'),
(109203,40565,'action created','2021-01-27 19:23:27','2021-01-27 14:23:27'),
(109204,40565,'action started via WP Cron','2021-01-27 19:24:15','2021-01-27 14:24:15'),
(109205,40565,'action complete via WP Cron','2021-01-27 19:24:15','2021-01-27 14:24:15'),
(109206,40566,'action created','2021-01-27 19:24:15','2021-01-27 14:24:15'),
(109207,40566,'action started via WP Cron','2021-01-27 19:25:55','2021-01-27 14:25:55'),
(109208,40566,'action complete via WP Cron','2021-01-27 19:25:55','2021-01-27 14:25:55'),
(109209,40567,'action created','2021-01-27 19:25:55','2021-01-27 14:25:55'),
(109210,40567,'action started via WP Cron','2021-01-27 19:26:54','2021-01-27 14:26:54'),
(109211,40567,'action complete via WP Cron','2021-01-27 19:26:54','2021-01-27 14:26:54'),
(109212,40568,'action created','2021-01-27 19:26:54','2021-01-27 14:26:54'),
(109213,40568,'action started via WP Cron','2021-01-27 19:27:12','2021-01-27 14:27:12'),
(109214,40568,'action complete via WP Cron','2021-01-27 19:27:12','2021-01-27 14:27:12'),
(109215,40569,'action created','2021-01-27 19:27:12','2021-01-27 14:27:12'),
(109216,40569,'action started via WP Cron','2021-01-27 19:28:35','2021-01-27 14:28:35'),
(109217,40569,'action complete via WP Cron','2021-01-27 19:28:35','2021-01-27 14:28:35'),
(109218,40570,'action created','2021-01-27 19:28:35','2021-01-27 14:28:35'),
(109219,40570,'action started via WP Cron','2021-01-27 19:29:26','2021-01-27 14:29:26'),
(109220,40570,'action complete via WP Cron','2021-01-27 19:29:26','2021-01-27 14:29:26'),
(109221,40571,'action created','2021-01-27 19:29:26','2021-01-27 14:29:26'),
(109222,40571,'action started via WP Cron','2021-01-27 19:30:18','2021-01-27 14:30:18'),
(109223,40571,'action complete via WP Cron','2021-01-27 19:30:18','2021-01-27 14:30:18'),
(109224,40572,'action created','2021-01-27 19:30:18','2021-01-27 14:30:18'),
(109225,40572,'action started via WP Cron','2021-01-27 19:31:25','2021-01-27 14:31:25'),
(109226,40572,'action complete via WP Cron','2021-01-27 19:31:25','2021-01-27 14:31:25'),
(109227,40573,'action created','2021-01-27 19:31:25','2021-01-27 14:31:25'),
(109228,40573,'action started via WP Cron','2021-01-27 19:32:21','2021-01-27 14:32:21'),
(109229,40573,'action complete via WP Cron','2021-01-27 19:32:21','2021-01-27 14:32:21'),
(109230,40574,'action created','2021-01-27 19:32:21','2021-01-27 14:32:21'),
(109231,40574,'action started via WP Cron','2021-01-27 19:33:33','2021-01-27 14:33:33'),
(109232,40574,'action complete via WP Cron','2021-01-27 19:33:33','2021-01-27 14:33:33'),
(109233,40575,'action created','2021-01-27 19:33:33','2021-01-27 14:33:33'),
(109234,40575,'action started via WP Cron','2021-01-27 19:34:46','2021-01-27 14:34:46'),
(109235,40575,'action complete via WP Cron','2021-01-27 19:34:46','2021-01-27 14:34:46'),
(109236,40576,'action created','2021-01-27 19:35:19','2021-01-27 14:35:19'),
(109237,40576,'action started via WP Cron','2021-01-27 19:36:16','2021-01-27 14:36:16'),
(109238,40576,'action complete via WP Cron','2021-01-27 19:36:16','2021-01-27 14:36:16'),
(109239,40577,'action created','2021-01-27 19:36:16','2021-01-27 14:36:16'),
(109240,40577,'action started via WP Cron','2021-01-27 19:39:02','2021-01-27 14:39:02'),
(109241,40577,'action complete via WP Cron','2021-01-27 19:39:02','2021-01-27 14:39:02'),
(109242,40578,'action created','2021-01-27 19:39:02','2021-01-27 14:39:02'),
(109243,40578,'action started via WP Cron','2021-01-27 19:39:30','2021-01-27 14:39:30'),
(109244,40578,'action complete via WP Cron','2021-01-27 19:39:30','2021-01-27 14:39:30'),
(109245,40579,'action created','2021-01-27 19:39:30','2021-01-27 14:39:30'),
(109246,40579,'action started via WP Cron','2021-01-27 19:40:15','2021-01-27 14:40:15'),
(109247,40579,'action complete via WP Cron','2021-01-27 19:40:15','2021-01-27 14:40:15'),
(109248,40580,'action created','2021-01-27 19:40:15','2021-01-27 14:40:15'),
(109249,40580,'action started via WP Cron','2021-01-27 19:41:24','2021-01-27 14:41:24'),
(109250,40580,'action complete via WP Cron','2021-01-27 19:41:24','2021-01-27 14:41:24'),
(109251,40581,'action created','2021-01-27 19:41:24','2021-01-27 14:41:24'),
(109252,40581,'action started via WP Cron','2021-01-27 19:42:13','2021-01-27 14:42:13'),
(109253,40581,'action complete via WP Cron','2021-01-27 19:42:13','2021-01-27 14:42:13'),
(109254,40582,'action created','2021-01-27 19:42:13','2021-01-27 14:42:13'),
(109255,40582,'action started via WP Cron','2021-01-27 19:43:12','2021-01-27 14:43:12'),
(109256,40582,'action complete via WP Cron','2021-01-27 19:43:12','2021-01-27 14:43:12'),
(109257,40583,'action created','2021-01-27 19:43:12','2021-01-27 14:43:12'),
(109258,40583,'action started via WP Cron','2021-01-27 19:44:38','2021-01-27 14:44:38'),
(109259,40583,'action complete via WP Cron','2021-01-27 19:44:38','2021-01-27 14:44:38'),
(109260,40584,'action created','2021-01-27 19:44:38','2021-01-27 14:44:38'),
(109261,40584,'action started via WP Cron','2021-01-27 19:45:11','2021-01-27 14:45:11'),
(109262,40584,'action complete via WP Cron','2021-01-27 19:45:11','2021-01-27 14:45:11'),
(109263,40585,'action created','2021-01-27 19:45:11','2021-01-27 14:45:11'),
(109264,40585,'action started via WP Cron','2021-01-27 19:46:13','2021-01-27 14:46:13'),
(109265,40585,'action complete via WP Cron','2021-01-27 19:46:13','2021-01-27 14:46:13'),
(109266,40586,'action created','2021-01-27 19:46:13','2021-01-27 14:46:13'),
(109267,40586,'action started via WP Cron','2021-01-27 19:47:25','2021-01-27 14:47:25'),
(109268,40586,'action complete via WP Cron','2021-01-27 19:47:25','2021-01-27 14:47:25'),
(109269,40587,'action created','2021-01-27 19:47:25','2021-01-27 14:47:25'),
(109270,40587,'action started via WP Cron','2021-01-27 19:48:22','2021-01-27 14:48:22'),
(109271,40587,'action complete via WP Cron','2021-01-27 19:48:22','2021-01-27 14:48:22'),
(109272,40588,'action created','2021-01-27 19:48:22','2021-01-27 14:48:22'),
(109273,40588,'action started via WP Cron','2021-01-27 19:49:12','2021-01-27 14:49:12'),
(109274,40588,'action complete via WP Cron','2021-01-27 19:49:12','2021-01-27 14:49:12'),
(109275,40589,'action created','2021-01-27 19:49:23','2021-01-27 14:49:23'),
(109276,40589,'action started via WP Cron','2021-01-27 19:50:11','2021-01-27 14:50:11'),
(109277,40589,'action complete via WP Cron','2021-01-27 19:50:11','2021-01-27 14:50:11'),
(109278,40590,'action created','2021-01-27 19:50:11','2021-01-27 14:50:11'),
(109279,40590,'action started via WP Cron','2021-01-27 19:51:12','2021-01-27 14:51:12'),
(109280,40590,'action complete via WP Cron','2021-01-27 19:51:12','2021-01-27 14:51:12'),
(109281,40591,'action created','2021-01-27 19:51:12','2021-01-27 14:51:12'),
(109282,40591,'action started via WP Cron','2021-01-27 19:52:14','2021-01-27 14:52:14'),
(109283,40591,'action complete via WP Cron','2021-01-27 19:52:14','2021-01-27 14:52:14'),
(109284,40592,'action created','2021-01-27 19:52:15','2021-01-27 14:52:15'),
(109285,40592,'action started via WP Cron','2021-01-27 19:53:17','2021-01-27 14:53:17'),
(109286,40592,'action complete via WP Cron','2021-01-27 19:53:17','2021-01-27 14:53:17'),
(109287,40593,'action created','2021-01-27 19:53:17','2021-01-27 14:53:17'),
(109288,40593,'action started via WP Cron','2021-01-27 19:54:15','2021-01-27 14:54:15'),
(109289,40593,'action complete via WP Cron','2021-01-27 19:54:15','2021-01-27 14:54:15'),
(109290,40594,'action created','2021-01-27 19:54:15','2021-01-27 14:54:15'),
(109291,40594,'action started via WP Cron','2021-01-27 19:55:13','2021-01-27 14:55:13'),
(109292,40594,'action complete via WP Cron','2021-01-27 19:55:13','2021-01-27 14:55:13'),
(109293,40595,'action created','2021-01-27 19:55:13','2021-01-27 14:55:13'),
(109294,40595,'action started via WP Cron','2021-01-27 19:56:15','2021-01-27 14:56:15'),
(109295,40595,'action complete via WP Cron','2021-01-27 19:56:15','2021-01-27 14:56:15'),
(109296,40596,'action created','2021-01-27 19:56:16','2021-01-27 14:56:16'),
(109297,40596,'action started via WP Cron','2021-01-27 19:57:18','2021-01-27 14:57:18'),
(109298,40596,'action complete via WP Cron','2021-01-27 19:57:18','2021-01-27 14:57:18'),
(109299,40597,'action created','2021-01-27 19:57:18','2021-01-27 14:57:18'),
(109300,40597,'action started via WP Cron','2021-01-27 19:58:12','2021-01-27 14:58:12'),
(109301,40597,'action complete via WP Cron','2021-01-27 19:58:12','2021-01-27 14:58:12'),
(109302,40598,'action created','2021-01-27 19:58:12','2021-01-27 14:58:12'),
(109303,40598,'action started via WP Cron','2021-01-27 19:59:15','2021-01-27 14:59:15'),
(109304,40598,'action complete via WP Cron','2021-01-27 19:59:15','2021-01-27 14:59:15'),
(109305,40599,'action created','2021-01-27 19:59:15','2021-01-27 14:59:15'),
(109306,40599,'action started via WP Cron','2021-01-27 20:00:13','2021-01-27 15:00:13'),
(109307,40599,'action complete via WP Cron','2021-01-27 20:00:13','2021-01-27 15:00:13'),
(109308,40600,'action created','2021-01-27 20:00:13','2021-01-27 15:00:13'),
(109309,40600,'action started via WP Cron','2021-01-27 20:01:11','2021-01-27 15:01:11'),
(109310,40600,'action complete via WP Cron','2021-01-27 20:01:12','2021-01-27 15:01:12'),
(109311,40601,'action created','2021-01-27 20:01:12','2021-01-27 15:01:12'),
(109312,40601,'action started via WP Cron','2021-01-27 20:02:16','2021-01-27 15:02:16'),
(109313,40601,'action complete via WP Cron','2021-01-27 20:02:16','2021-01-27 15:02:16'),
(109314,40602,'action created','2021-01-27 20:02:16','2021-01-27 15:02:16'),
(109315,40602,'action started via WP Cron','2021-01-27 20:03:14','2021-01-27 15:03:14'),
(109316,40602,'action complete via WP Cron','2021-01-27 20:03:14','2021-01-27 15:03:14'),
(109317,40603,'action created','2021-01-27 20:03:14','2021-01-27 15:03:14'),
(109318,40603,'action started via WP Cron','2021-01-27 20:04:14','2021-01-27 15:04:14'),
(109319,40603,'action complete via WP Cron','2021-01-27 20:04:14','2021-01-27 15:04:14'),
(109320,40604,'action created','2021-01-27 20:04:14','2021-01-27 15:04:14'),
(109321,40604,'action started via WP Cron','2021-01-27 20:05:19','2021-01-27 15:05:19'),
(109322,40604,'action complete via WP Cron','2021-01-27 20:05:19','2021-01-27 15:05:19'),
(109323,40605,'action created','2021-01-27 20:05:19','2021-01-27 15:05:19'),
(109324,40605,'action started via WP Cron','2021-01-27 20:06:13','2021-01-27 15:06:13'),
(109325,40605,'action complete via WP Cron','2021-01-27 20:06:13','2021-01-27 15:06:13'),
(109326,40606,'action created','2021-01-27 20:06:13','2021-01-27 15:06:13'),
(109327,40606,'action started via WP Cron','2021-01-27 20:07:12','2021-01-27 15:07:12'),
(109328,40606,'action complete via WP Cron','2021-01-27 20:07:12','2021-01-27 15:07:12'),
(109329,40607,'action created','2021-01-27 20:07:12','2021-01-27 15:07:12'),
(109330,40607,'action started via WP Cron','2021-01-27 20:08:16','2021-01-27 15:08:16'),
(109331,40607,'action complete via WP Cron','2021-01-27 20:08:16','2021-01-27 15:08:16'),
(109332,40608,'action created','2021-01-27 20:08:16','2021-01-27 15:08:16'),
(109333,40608,'action started via WP Cron','2021-01-27 20:10:31','2021-01-27 15:10:31'),
(109334,40608,'action complete via WP Cron','2021-01-27 20:10:31','2021-01-27 15:10:31'),
(109335,40609,'action created','2021-01-27 20:10:31','2021-01-27 15:10:31'),
(109336,40609,'action started via WP Cron','2021-01-27 20:11:12','2021-01-27 15:11:12'),
(109337,40609,'action complete via WP Cron','2021-01-27 20:11:12','2021-01-27 15:11:12'),
(109338,40610,'action created','2021-01-27 20:11:13','2021-01-27 15:11:13'),
(109339,40610,'action started via WP Cron','2021-01-27 20:12:38','2021-01-27 15:12:38'),
(109340,40610,'action complete via WP Cron','2021-01-27 20:12:38','2021-01-27 15:12:38'),
(109341,40611,'action created','2021-01-27 20:12:38','2021-01-27 15:12:38'),
(109342,40611,'action started via WP Cron','2021-01-27 20:13:41','2021-01-27 15:13:41'),
(109343,40611,'action complete via WP Cron','2021-01-27 20:13:41','2021-01-27 15:13:41'),
(109344,40612,'action created','2021-01-27 20:13:41','2021-01-27 15:13:41'),
(109345,40612,'action started via WP Cron','2021-01-27 20:14:31','2021-01-27 15:14:31'),
(109346,40612,'action complete via WP Cron','2021-01-27 20:14:31','2021-01-27 15:14:31'),
(109347,40613,'action created','2021-01-27 20:14:31','2021-01-27 15:14:31'),
(109348,40613,'action started via WP Cron','2021-01-27 20:15:15','2021-01-27 15:15:15'),
(109349,40613,'action complete via WP Cron','2021-01-27 20:15:15','2021-01-27 15:15:15'),
(109350,40614,'action created','2021-01-27 20:15:15','2021-01-27 15:15:15'),
(109351,40614,'action started via WP Cron','2021-01-27 20:16:55','2021-01-27 15:16:55'),
(109352,40614,'action complete via WP Cron','2021-01-27 20:16:55','2021-01-27 15:16:55'),
(109353,40615,'action created','2021-01-27 20:16:55','2021-01-27 15:16:55'),
(109354,40615,'action started via WP Cron','2021-01-27 20:17:38','2021-01-27 15:17:38'),
(109355,40615,'action complete via WP Cron','2021-01-27 20:17:38','2021-01-27 15:17:38'),
(109356,40616,'action created','2021-01-27 20:17:38','2021-01-27 15:17:38'),
(109357,40616,'action started via WP Cron','2021-01-27 20:18:21','2021-01-27 15:18:21'),
(109358,40616,'action complete via WP Cron','2021-01-27 20:18:21','2021-01-27 15:18:21'),
(109359,40617,'action created','2021-01-27 20:18:21','2021-01-27 15:18:21'),
(109360,40617,'action started via WP Cron','2021-01-27 20:19:13','2021-01-27 15:19:13'),
(109361,40617,'action complete via WP Cron','2021-01-27 20:19:13','2021-01-27 15:19:13'),
(109362,40618,'action created','2021-01-27 20:19:13','2021-01-27 15:19:13'),
(109363,40618,'action started via WP Cron','2021-01-27 20:20:56','2021-01-27 15:20:56'),
(109364,40618,'action complete via WP Cron','2021-01-27 20:20:56','2021-01-27 15:20:56'),
(109365,40619,'action created','2021-01-27 20:20:56','2021-01-27 15:20:56'),
(109366,40619,'action started via WP Cron','2021-01-27 20:22:00','2021-01-27 15:22:00'),
(109367,40619,'action complete via WP Cron','2021-01-27 20:22:00','2021-01-27 15:22:00'),
(109368,40620,'action created','2021-01-27 20:22:00','2021-01-27 15:22:00'),
(109369,40620,'action started via WP Cron','2021-01-27 20:22:28','2021-01-27 15:22:28'),
(109370,40620,'action complete via WP Cron','2021-01-27 20:22:28','2021-01-27 15:22:28'),
(109371,40621,'action created','2021-01-27 20:22:28','2021-01-27 15:22:28'),
(109372,40621,'action started via WP Cron','2021-01-27 20:23:42','2021-01-27 15:23:42'),
(109373,40621,'action complete via WP Cron','2021-01-27 20:23:42','2021-01-27 15:23:42'),
(109374,40622,'action created','2021-01-27 20:23:42','2021-01-27 15:23:42'),
(109375,40622,'action started via WP Cron','2021-01-27 20:24:53','2021-01-27 15:24:53'),
(109376,40622,'action complete via WP Cron','2021-01-27 20:24:53','2021-01-27 15:24:53'),
(109377,40623,'action created','2021-01-27 20:24:53','2021-01-27 15:24:53'),
(109378,40623,'action started via WP Cron','2021-01-27 20:25:12','2021-01-27 15:25:12'),
(109379,40623,'action complete via WP Cron','2021-01-27 20:25:13','2021-01-27 15:25:13'),
(109380,40624,'action created','2021-01-27 20:25:13','2021-01-27 15:25:13'),
(109381,40624,'action started via WP Cron','2021-01-27 20:27:02','2021-01-27 15:27:02'),
(109382,40624,'action complete via WP Cron','2021-01-27 20:27:02','2021-01-27 15:27:02'),
(109383,40625,'action created','2021-01-27 20:27:02','2021-01-27 15:27:02'),
(109384,40625,'action started via WP Cron','2021-01-27 20:27:38','2021-01-27 15:27:38'),
(109385,40625,'action complete via WP Cron','2021-01-27 20:27:38','2021-01-27 15:27:38'),
(109386,40626,'action created','2021-01-27 20:27:38','2021-01-27 15:27:38'),
(109387,40626,'action started via WP Cron','2021-01-27 20:28:13','2021-01-27 15:28:13'),
(109388,40626,'action complete via WP Cron','2021-01-27 20:28:13','2021-01-27 15:28:13'),
(109389,40627,'action created','2021-01-27 20:28:13','2021-01-27 15:28:13'),
(109390,40627,'action started via WP Cron','2021-01-27 20:29:25','2021-01-27 15:29:25'),
(109391,40627,'action complete via WP Cron','2021-01-27 20:29:25','2021-01-27 15:29:25'),
(109392,40628,'action created','2021-01-27 20:29:26','2021-01-27 15:29:26'),
(109393,40628,'action started via WP Cron','2021-01-27 20:30:31','2021-01-27 15:30:31'),
(109394,40628,'action complete via WP Cron','2021-01-27 20:30:31','2021-01-27 15:30:31'),
(109395,40629,'action created','2021-01-27 20:30:31','2021-01-27 15:30:31'),
(109396,40629,'action started via WP Cron','2021-01-27 20:31:19','2021-01-27 15:31:19'),
(109397,40629,'action complete via WP Cron','2021-01-27 20:31:19','2021-01-27 15:31:19'),
(109398,40630,'action created','2021-01-27 20:31:19','2021-01-27 15:31:19'),
(109399,40630,'action started via WP Cron','2021-01-27 20:32:28','2021-01-27 15:32:28'),
(109400,40630,'action complete via WP Cron','2021-01-27 20:32:28','2021-01-27 15:32:28'),
(109401,40631,'action created','2021-01-27 20:32:28','2021-01-27 15:32:28'),
(109402,40631,'action started via WP Cron','2021-01-27 20:33:45','2021-01-27 15:33:45'),
(109403,40631,'action complete via WP Cron','2021-01-27 20:33:45','2021-01-27 15:33:45'),
(109404,40632,'action created','2021-01-27 20:33:45','2021-01-27 15:33:45'),
(109405,40632,'action started via WP Cron','2021-01-27 20:34:13','2021-01-27 15:34:13'),
(109406,40632,'action complete via WP Cron','2021-01-27 20:34:13','2021-01-27 15:34:13'),
(109407,40633,'action created','2021-01-27 20:34:13','2021-01-27 15:34:13'),
(109408,40633,'action started via WP Cron','2021-01-27 20:35:37','2021-01-27 15:35:37'),
(109409,40633,'action complete via WP Cron','2021-01-27 20:35:37','2021-01-27 15:35:37'),
(109410,40634,'action created','2021-01-27 20:35:37','2021-01-27 15:35:37'),
(109411,40634,'action started via WP Cron','2021-01-27 20:36:13','2021-01-27 15:36:13'),
(109412,40634,'action complete via WP Cron','2021-01-27 20:36:13','2021-01-27 15:36:13'),
(109413,40635,'action created','2021-01-27 20:36:13','2021-01-27 15:36:13'),
(109414,40635,'action started via WP Cron','2021-01-27 20:40:54','2021-01-27 15:40:54'),
(109415,40635,'action complete via WP Cron','2021-01-27 20:40:54','2021-01-27 15:40:54'),
(109416,40636,'action created','2021-01-27 20:40:54','2021-01-27 15:40:54'),
(109417,40636,'action started via WP Cron','2021-01-27 20:42:26','2021-01-27 15:42:26'),
(109418,40636,'action complete via WP Cron','2021-01-27 20:42:26','2021-01-27 15:42:26'),
(109419,40637,'action created','2021-01-27 20:42:57','2021-01-27 15:42:57'),
(109420,40637,'action started via WP Cron','2021-01-27 20:44:05','2021-01-27 15:44:05'),
(109421,40637,'action complete via WP Cron','2021-01-27 20:44:05','2021-01-27 15:44:05'),
(109422,40638,'action created','2021-01-27 20:44:05','2021-01-27 15:44:05'),
(109423,40638,'action started via WP Cron','2021-01-27 20:45:30','2021-01-27 15:45:30'),
(109424,40638,'action complete via WP Cron','2021-01-27 20:45:30','2021-01-27 15:45:30'),
(109425,40639,'action created','2021-01-27 20:45:30','2021-01-27 15:45:30'),
(109426,40639,'action started via WP Cron','2021-01-27 20:46:24','2021-01-27 15:46:24'),
(109427,40639,'action complete via WP Cron','2021-01-27 20:46:24','2021-01-27 15:46:24'),
(109428,40640,'action created','2021-01-27 20:46:24','2021-01-27 15:46:24'),
(109429,40640,'action started via WP Cron','2021-01-27 20:47:12','2021-01-27 15:47:12'),
(109430,40640,'action complete via WP Cron','2021-01-27 20:47:12','2021-01-27 15:47:12'),
(109431,40641,'action created','2021-01-27 20:47:12','2021-01-27 15:47:12'),
(109432,40641,'action started via WP Cron','2021-01-27 20:49:28','2021-01-27 15:49:28'),
(109433,40641,'action complete via WP Cron','2021-01-27 20:49:28','2021-01-27 15:49:28'),
(109434,40642,'action created','2021-01-27 20:49:28','2021-01-27 15:49:28'),
(109435,40642,'action started via WP Cron','2021-01-27 20:50:15','2021-01-27 15:50:15'),
(109436,40642,'action complete via WP Cron','2021-01-27 20:50:15','2021-01-27 15:50:15'),
(109437,40643,'action created','2021-01-27 20:50:15','2021-01-27 15:50:15'),
(109438,40643,'action started via WP Cron','2021-01-27 20:52:00','2021-01-27 15:52:00'),
(109439,40643,'action complete via WP Cron','2021-01-27 20:52:00','2021-01-27 15:52:00'),
(109440,40644,'action created','2021-01-27 20:52:00','2021-01-27 15:52:00'),
(109441,40644,'action started via WP Cron','2021-01-27 20:52:29','2021-01-27 15:52:29'),
(109442,40644,'action complete via WP Cron','2021-01-27 20:52:29','2021-01-27 15:52:29'),
(109443,40645,'action created','2021-01-27 20:52:29','2021-01-27 15:52:29'),
(109444,40645,'action started via WP Cron','2021-01-27 20:53:27','2021-01-27 15:53:27'),
(109445,40645,'action complete via WP Cron','2021-01-27 20:53:27','2021-01-27 15:53:27'),
(109446,40646,'action created','2021-01-27 20:53:27','2021-01-27 15:53:27'),
(109447,40646,'action started via WP Cron','2021-01-27 20:54:27','2021-01-27 15:54:27'),
(109448,40646,'action complete via WP Cron','2021-01-27 20:54:27','2021-01-27 15:54:27'),
(109449,40647,'action created','2021-01-27 20:54:27','2021-01-27 15:54:27'),
(109450,40647,'action started via WP Cron','2021-01-27 20:55:49','2021-01-27 15:55:49'),
(109451,40647,'action complete via WP Cron','2021-01-27 20:55:49','2021-01-27 15:55:49'),
(109452,40648,'action created','2021-01-27 20:55:49','2021-01-27 15:55:49'),
(109453,40648,'action started via WP Cron','2021-01-27 20:56:52','2021-01-27 15:56:52'),
(109454,40648,'action complete via WP Cron','2021-01-27 20:56:52','2021-01-27 15:56:52'),
(109455,40649,'action created','2021-01-27 20:56:52','2021-01-27 15:56:52'),
(109456,40649,'action started via WP Cron','2021-01-27 20:59:20','2021-01-27 15:59:20'),
(109457,40649,'action complete via WP Cron','2021-01-27 20:59:20','2021-01-27 15:59:20'),
(109458,40650,'action created','2021-01-27 20:59:20','2021-01-27 15:59:20'),
(109459,40650,'action started via WP Cron','2021-01-27 21:02:57','2021-01-27 16:02:57'),
(109460,40650,'action complete via WP Cron','2021-01-27 21:02:57','2021-01-27 16:02:57'),
(109461,40651,'action created','2021-01-27 21:02:57','2021-01-27 16:02:57'),
(109462,40651,'action started via WP Cron','2021-01-27 21:03:54','2021-01-27 16:03:54'),
(109463,40651,'action complete via WP Cron','2021-01-27 21:03:54','2021-01-27 16:03:54'),
(109464,40652,'action created','2021-01-27 21:03:54','2021-01-27 16:03:54'),
(109465,40652,'action started via WP Cron','2021-01-27 21:04:24','2021-01-27 16:04:24'),
(109466,40652,'action complete via WP Cron','2021-01-27 21:04:24','2021-01-27 16:04:24'),
(109467,40653,'action created','2021-01-27 21:04:24','2021-01-27 16:04:24'),
(109468,40653,'action started via WP Cron','2021-01-27 21:05:17','2021-01-27 16:05:17'),
(109469,40653,'action complete via WP Cron','2021-01-27 21:05:17','2021-01-27 16:05:17'),
(109470,40654,'action created','2021-01-27 21:05:18','2021-01-27 16:05:18'),
(109471,40654,'action started via WP Cron','2021-01-27 21:07:39','2021-01-27 16:07:39'),
(109472,40654,'action complete via WP Cron','2021-01-27 21:07:39','2021-01-27 16:07:39'),
(109473,40655,'action created','2021-01-27 21:07:40','2021-01-27 16:07:40'),
(109474,40655,'action started via WP Cron','2021-01-27 21:08:25','2021-01-27 16:08:25'),
(109475,40655,'action complete via WP Cron','2021-01-27 21:08:25','2021-01-27 16:08:25'),
(109476,40656,'action created','2021-01-27 21:09:04','2021-01-27 16:09:04'),
(109477,40656,'action started via WP Cron','2021-01-27 21:09:16','2021-01-27 16:09:16'),
(109478,40656,'action complete via WP Cron','2021-01-27 21:09:16','2021-01-27 16:09:16'),
(109479,40657,'action created','2021-01-27 21:09:16','2021-01-27 16:09:16'),
(109480,40657,'action started via WP Cron','2021-01-27 21:10:23','2021-01-27 16:10:23'),
(109481,40657,'action complete via WP Cron','2021-01-27 21:10:23','2021-01-27 16:10:23'),
(109482,40658,'action created','2021-01-27 21:10:23','2021-01-27 16:10:23'),
(109483,40658,'action started via WP Cron','2021-01-27 21:12:10','2021-01-27 16:12:10'),
(109484,40658,'action complete via WP Cron','2021-01-27 21:12:10','2021-01-27 16:12:10'),
(109485,40659,'action created','2021-01-27 21:12:10','2021-01-27 16:12:10'),
(109486,40659,'action started via WP Cron','2021-01-27 21:13:09','2021-01-27 16:13:09'),
(109487,40659,'action complete via WP Cron','2021-01-27 21:13:09','2021-01-27 16:13:09'),
(109488,40660,'action created','2021-01-27 21:13:09','2021-01-27 16:13:09'),
(109489,40660,'action started via WP Cron','2021-01-27 21:13:19','2021-01-27 16:13:19'),
(109490,40660,'action complete via WP Cron','2021-01-27 21:13:19','2021-01-27 16:13:19'),
(109491,40661,'action created','2021-01-27 21:13:19','2021-01-27 16:13:19'),
(109492,40661,'action started via WP Cron','2021-01-27 21:14:31','2021-01-27 16:14:31'),
(109493,40661,'action complete via WP Cron','2021-01-27 21:14:31','2021-01-27 16:14:31'),
(109494,40662,'action created','2021-01-27 21:14:31','2021-01-27 16:14:31'),
(109495,40662,'action started via WP Cron','2021-01-27 21:15:30','2021-01-27 16:15:30'),
(109496,40662,'action complete via WP Cron','2021-01-27 21:15:30','2021-01-27 16:15:30'),
(109497,40663,'action created','2021-01-27 21:15:30','2021-01-27 16:15:30'),
(109498,40663,'action started via WP Cron','2021-01-27 21:17:54','2021-01-27 16:17:54'),
(109499,40663,'action complete via WP Cron','2021-01-27 21:17:54','2021-01-27 16:17:54'),
(109500,40664,'action created','2021-01-27 21:17:55','2021-01-27 16:17:55'),
(109501,40664,'action started via WP Cron','2021-01-27 21:18:25','2021-01-27 16:18:25'),
(109502,40664,'action complete via WP Cron','2021-01-27 21:18:25','2021-01-27 16:18:25'),
(109503,40665,'action created','2021-01-27 21:18:25','2021-01-27 16:18:25'),
(109504,40665,'action started via WP Cron','2021-01-27 21:19:20','2021-01-27 16:19:20'),
(109505,40665,'action complete via WP Cron','2021-01-27 21:19:20','2021-01-27 16:19:20'),
(109506,40666,'action created','2021-01-27 21:19:20','2021-01-27 16:19:20'),
(109507,40666,'action started via WP Cron','2021-01-27 21:20:23','2021-01-27 16:20:23'),
(109508,40666,'action complete via WP Cron','2021-01-27 21:20:23','2021-01-27 16:20:23'),
(109509,40667,'action created','2021-01-27 21:20:23','2021-01-27 16:20:23'),
(109510,40667,'action started via WP Cron','2021-01-27 21:21:16','2021-01-27 16:21:16'),
(109511,40667,'action complete via WP Cron','2021-01-27 21:21:17','2021-01-27 16:21:17'),
(109512,40668,'action created','2021-01-27 21:21:17','2021-01-27 16:21:17'),
(109513,40668,'action started via WP Cron','2021-01-27 21:22:16','2021-01-27 16:22:16'),
(109514,40668,'action complete via WP Cron','2021-01-27 21:22:16','2021-01-27 16:22:16'),
(109515,40669,'action created','2021-01-27 21:22:16','2021-01-27 16:22:16'),
(109516,40669,'action started via WP Cron','2021-01-27 21:23:28','2021-01-27 16:23:28'),
(109517,40669,'action complete via WP Cron','2021-01-27 21:23:28','2021-01-27 16:23:28'),
(109518,40670,'action created','2021-01-27 21:23:28','2021-01-27 16:23:28'),
(109519,40670,'action started via WP Cron','2021-01-27 21:24:20','2021-01-27 16:24:20'),
(109520,40670,'action complete via WP Cron','2021-01-27 21:24:20','2021-01-27 16:24:20'),
(109521,40671,'action created','2021-01-27 21:24:20','2021-01-27 16:24:20'),
(109522,40671,'action started via WP Cron','2021-01-27 21:25:23','2021-01-27 16:25:23'),
(109523,40671,'action complete via WP Cron','2021-01-27 21:25:23','2021-01-27 16:25:23'),
(109524,40672,'action created','2021-01-27 21:25:23','2021-01-27 16:25:23'),
(109525,40672,'action started via WP Cron','2021-01-27 21:26:17','2021-01-27 16:26:17'),
(109526,40672,'action complete via WP Cron','2021-01-27 21:26:17','2021-01-27 16:26:17'),
(109527,40673,'action created','2021-01-27 21:26:17','2021-01-27 16:26:17'),
(109528,40673,'action started via WP Cron','2021-01-27 21:27:19','2021-01-27 16:27:19'),
(109529,40673,'action complete via WP Cron','2021-01-27 21:27:19','2021-01-27 16:27:19'),
(109530,40674,'action created','2021-01-27 21:27:19','2021-01-27 16:27:19'),
(109531,40674,'action started via WP Cron','2021-01-27 21:28:12','2021-01-27 16:28:12'),
(109532,40674,'action complete via WP Cron','2021-01-27 21:28:12','2021-01-27 16:28:12'),
(109533,40675,'action created','2021-01-27 21:28:12','2021-01-27 16:28:12'),
(109534,40675,'action started via WP Cron','2021-01-27 21:29:39','2021-01-27 16:29:39'),
(109535,40675,'action complete via WP Cron','2021-01-27 21:29:39','2021-01-27 16:29:39'),
(109536,40676,'action created','2021-01-27 21:29:39','2021-01-27 16:29:39'),
(109537,40676,'action started via WP Cron','2021-01-27 21:30:31','2021-01-27 16:30:31'),
(109538,40676,'action complete via WP Cron','2021-01-27 21:30:31','2021-01-27 16:30:31'),
(109539,40677,'action created','2021-01-27 21:30:31','2021-01-27 16:30:31'),
(109540,40677,'action started via WP Cron','2021-01-27 21:31:18','2021-01-27 16:31:18'),
(109541,40677,'action complete via WP Cron','2021-01-27 21:31:18','2021-01-27 16:31:18'),
(109542,40678,'action created','2021-01-27 21:31:18','2021-01-27 16:31:18'),
(109543,40678,'action started via WP Cron','2021-01-27 21:32:16','2021-01-27 16:32:16'),
(109544,40678,'action complete via WP Cron','2021-01-27 21:32:16','2021-01-27 16:32:16'),
(109545,40679,'action created','2021-01-27 21:32:16','2021-01-27 16:32:16'),
(109546,40679,'action started via WP Cron','2021-01-27 21:33:16','2021-01-27 16:33:16'),
(109547,40679,'action complete via WP Cron','2021-01-27 21:33:16','2021-01-27 16:33:16'),
(109548,40680,'action created','2021-01-27 21:33:17','2021-01-27 16:33:17'),
(109549,40680,'action started via WP Cron','2021-01-27 21:34:20','2021-01-27 16:34:20'),
(109550,40680,'action complete via WP Cron','2021-01-27 21:34:20','2021-01-27 16:34:20'),
(109551,40681,'action created','2021-01-27 21:34:20','2021-01-27 16:34:20'),
(109552,40681,'action started via WP Cron','2021-01-27 21:35:13','2021-01-27 16:35:13'),
(109553,40681,'action complete via WP Cron','2021-01-27 21:35:13','2021-01-27 16:35:13'),
(109554,40682,'action created','2021-01-27 21:35:13','2021-01-27 16:35:13'),
(109555,40682,'action started via WP Cron','2021-01-27 21:36:15','2021-01-27 16:36:15'),
(109556,40682,'action complete via WP Cron','2021-01-27 21:36:15','2021-01-27 16:36:15'),
(109557,40683,'action created','2021-01-27 21:36:15','2021-01-27 16:36:15'),
(109558,40683,'action started via WP Cron','2021-01-27 21:37:17','2021-01-27 16:37:17'),
(109559,40683,'action complete via WP Cron','2021-01-27 21:37:17','2021-01-27 16:37:17'),
(109560,40684,'action created','2021-01-27 21:37:17','2021-01-27 16:37:17'),
(109561,40684,'action started via WP Cron','2021-01-27 21:38:31','2021-01-27 16:38:31'),
(109562,40684,'action complete via WP Cron','2021-01-27 21:38:31','2021-01-27 16:38:31'),
(109563,40685,'action created','2021-01-27 21:38:31','2021-01-27 16:38:31'),
(109564,40685,'action started via WP Cron','2021-01-27 21:39:14','2021-01-27 16:39:14'),
(109565,40685,'action complete via WP Cron','2021-01-27 21:39:14','2021-01-27 16:39:14'),
(109566,40686,'action created','2021-01-27 21:39:14','2021-01-27 16:39:14'),
(109567,40686,'action started via WP Cron','2021-01-27 21:40:16','2021-01-27 16:40:16'),
(109568,40686,'action complete via WP Cron','2021-01-27 21:40:16','2021-01-27 16:40:16'),
(109569,40687,'action created','2021-01-27 21:40:16','2021-01-27 16:40:16'),
(109570,40687,'action started via WP Cron','2021-01-27 21:42:02','2021-01-27 16:42:02'),
(109571,40687,'action complete via WP Cron','2021-01-27 21:42:02','2021-01-27 16:42:02'),
(109572,40688,'action created','2021-01-27 21:42:02','2021-01-27 16:42:02'),
(109573,40688,'action started via WP Cron','2021-01-27 21:42:47','2021-01-27 16:42:47'),
(109574,40688,'action complete via WP Cron','2021-01-27 21:42:47','2021-01-27 16:42:47'),
(109575,40689,'action created','2021-01-27 21:42:47','2021-01-27 16:42:47'),
(109576,40689,'action started via WP Cron','2021-01-27 21:44:40','2021-01-27 16:44:40'),
(109577,40689,'action complete via WP Cron','2021-01-27 21:44:40','2021-01-27 16:44:40'),
(109578,40690,'action created','2021-01-27 21:44:40','2021-01-27 16:44:40'),
(109579,40690,'action started via WP Cron','2021-01-27 21:46:15','2021-01-27 16:46:15'),
(109580,40690,'action complete via WP Cron','2021-01-27 21:46:15','2021-01-27 16:46:15'),
(109581,40691,'action created','2021-01-27 21:46:15','2021-01-27 16:46:15'),
(109582,40691,'action started via WP Cron','2021-01-27 21:48:44','2021-01-27 16:48:44'),
(109583,40691,'action complete via WP Cron','2021-01-27 21:48:44','2021-01-27 16:48:44'),
(109584,40692,'action created','2021-01-27 21:48:45','2021-01-27 16:48:45'),
(109585,40692,'action started via WP Cron','2021-01-27 21:49:31','2021-01-27 16:49:31'),
(109586,40692,'action complete via WP Cron','2021-01-27 21:49:31','2021-01-27 16:49:31'),
(109587,40693,'action created','2021-01-27 21:49:31','2021-01-27 16:49:31'),
(109588,40693,'action started via WP Cron','2021-01-27 21:51:07','2021-01-27 16:51:07'),
(109589,40693,'action complete via WP Cron','2021-01-27 21:51:07','2021-01-27 16:51:07'),
(109590,40694,'action created','2021-01-27 21:51:07','2021-01-27 16:51:07'),
(109591,40694,'action started via WP Cron','2021-01-27 21:52:19','2021-01-27 16:52:19'),
(109592,40694,'action complete via WP Cron','2021-01-27 21:52:19','2021-01-27 16:52:19'),
(109593,40695,'action created','2021-01-27 21:52:19','2021-01-27 16:52:19'),
(109594,40695,'action started via WP Cron','2021-01-27 21:53:18','2021-01-27 16:53:18'),
(109595,40695,'action complete via WP Cron','2021-01-27 21:53:18','2021-01-27 16:53:18'),
(109596,40696,'action created','2021-01-27 21:53:18','2021-01-27 16:53:18'),
(109597,40696,'action started via WP Cron','2021-01-27 21:54:31','2021-01-27 16:54:31'),
(109598,40696,'action complete via WP Cron','2021-01-27 21:54:31','2021-01-27 16:54:31'),
(109599,40697,'action created','2021-01-27 21:54:31','2021-01-27 16:54:31'),
(109600,40697,'action started via WP Cron','2021-01-27 21:55:32','2021-01-27 16:55:32'),
(109601,40697,'action complete via WP Cron','2021-01-27 21:55:32','2021-01-27 16:55:32'),
(109602,40698,'action created','2021-01-27 21:55:32','2021-01-27 16:55:32'),
(109603,40698,'action started via WP Cron','2021-01-27 21:56:14','2021-01-27 16:56:14'),
(109604,40698,'action complete via WP Cron','2021-01-27 21:56:14','2021-01-27 16:56:14'),
(109605,40699,'action created','2021-01-27 21:56:14','2021-01-27 16:56:14'),
(109606,40699,'action started via WP Cron','2021-01-27 21:58:53','2021-01-27 16:58:53'),
(109607,40699,'action complete via WP Cron','2021-01-27 21:58:53','2021-01-27 16:58:53'),
(109608,40700,'action created','2021-01-27 21:58:53','2021-01-27 16:58:53'),
(109609,40700,'action started via WP Cron','2021-01-27 21:59:57','2021-01-27 16:59:57'),
(109610,40700,'action complete via WP Cron','2021-01-27 21:59:57','2021-01-27 16:59:57'),
(109611,40701,'action created','2021-01-27 21:59:57','2021-01-27 16:59:57'),
(109612,40701,'action started via WP Cron','2021-01-27 22:01:30','2021-01-27 17:01:30'),
(109613,40701,'action complete via WP Cron','2021-01-27 22:01:30','2021-01-27 17:01:30'),
(109614,40702,'action created','2021-01-27 22:01:30','2021-01-27 17:01:30'),
(109615,40702,'action started via WP Cron','2021-01-27 22:03:30','2021-01-27 17:03:30'),
(109616,40702,'action complete via WP Cron','2021-01-27 22:03:30','2021-01-27 17:03:30'),
(109617,40703,'action created','2021-01-27 22:03:30','2021-01-27 17:03:30'),
(109618,40703,'action started via WP Cron','2021-01-27 22:04:40','2021-01-27 17:04:40'),
(109619,40703,'action complete via WP Cron','2021-01-27 22:04:40','2021-01-27 17:04:40'),
(109620,40704,'action created','2021-01-27 22:04:40','2021-01-27 17:04:40'),
(109621,40704,'action started via WP Cron','2021-01-27 22:05:11','2021-01-27 17:05:11'),
(109622,40704,'action complete via WP Cron','2021-01-27 22:05:11','2021-01-27 17:05:11'),
(109623,40705,'action created','2021-01-27 22:05:11','2021-01-27 17:05:11'),
(109624,40705,'action started via WP Cron','2021-01-27 22:08:15','2021-01-27 17:08:15'),
(109625,40705,'action complete via WP Cron','2021-01-27 22:08:15','2021-01-27 17:08:15'),
(109626,40706,'action created','2021-01-27 22:08:15','2021-01-27 17:08:15'),
(109627,40706,'action started via WP Cron','2021-01-27 22:10:05','2021-01-27 17:10:05'),
(109628,40706,'action complete via WP Cron','2021-01-27 22:10:05','2021-01-27 17:10:05'),
(109629,40707,'action created','2021-01-27 22:10:05','2021-01-27 17:10:05'),
(109630,40707,'action started via WP Cron','2021-01-27 22:10:48','2021-01-27 17:10:48'),
(109631,40707,'action complete via WP Cron','2021-01-27 22:10:48','2021-01-27 17:10:48'),
(109632,40708,'action created','2021-01-27 22:10:48','2021-01-27 17:10:48'),
(109633,40708,'action started via WP Cron','2021-01-27 22:12:17','2021-01-27 17:12:17'),
(109634,40708,'action complete via WP Cron','2021-01-27 22:12:17','2021-01-27 17:12:17'),
(109635,40709,'action created','2021-01-27 22:12:17','2021-01-27 17:12:17'),
(109636,40709,'action started via WP Cron','2021-01-27 22:13:36','2021-01-27 17:13:36'),
(109637,40709,'action complete via WP Cron','2021-01-27 22:13:36','2021-01-27 17:13:36'),
(109638,40710,'action created','2021-01-27 22:13:36','2021-01-27 17:13:36'),
(109639,40710,'action started via WP Cron','2021-01-27 22:15:03','2021-01-27 17:15:03'),
(109640,40710,'action complete via WP Cron','2021-01-27 22:15:03','2021-01-27 17:15:03'),
(109641,40711,'action created','2021-01-27 22:15:03','2021-01-27 17:15:03'),
(109642,40711,'action started via WP Cron','2021-01-27 22:18:18','2021-01-27 17:18:18'),
(109643,40711,'action complete via WP Cron','2021-01-27 22:18:18','2021-01-27 17:18:18'),
(109644,40712,'action created','2021-01-27 22:18:18','2021-01-27 17:18:18'),
(109645,40712,'action started via WP Cron','2021-01-27 22:19:42','2021-01-27 17:19:42'),
(109646,40712,'action complete via WP Cron','2021-01-27 22:19:42','2021-01-27 17:19:42'),
(109647,40713,'action created','2021-01-27 22:19:43','2021-01-27 17:19:43'),
(109648,40713,'action started via WP Cron','2021-01-27 22:22:09','2021-01-27 17:22:09'),
(109649,40713,'action complete via WP Cron','2021-01-27 22:22:09','2021-01-27 17:22:09'),
(109650,40714,'action created','2021-01-27 22:22:09','2021-01-27 17:22:09'),
(109651,40714,'action started via WP Cron','2021-01-27 22:24:07','2021-01-27 17:24:07'),
(109652,40714,'action complete via WP Cron','2021-01-27 22:24:07','2021-01-27 17:24:07'),
(109653,40715,'action created','2021-01-27 22:24:07','2021-01-27 17:24:07'),
(109654,40715,'action started via WP Cron','2021-01-27 22:28:28','2021-01-27 17:28:28'),
(109655,40715,'action complete via WP Cron','2021-01-27 22:28:28','2021-01-27 17:28:28'),
(109656,40716,'action created','2021-01-27 22:28:28','2021-01-27 17:28:28'),
(109657,40716,'action started via WP Cron','2021-01-27 22:29:48','2021-01-27 17:29:48'),
(109658,40716,'action complete via WP Cron','2021-01-27 22:29:48','2021-01-27 17:29:48'),
(109659,40717,'action created','2021-01-27 22:29:48','2021-01-27 17:29:48'),
(109660,40717,'action started via WP Cron','2021-01-27 22:32:01','2021-01-27 17:32:01'),
(109661,40717,'action complete via WP Cron','2021-01-27 22:32:02','2021-01-27 17:32:02'),
(109662,40718,'action created','2021-01-27 22:32:02','2021-01-27 17:32:02'),
(109663,40718,'action started via WP Cron','2021-01-27 22:33:30','2021-01-27 17:33:30'),
(109664,40718,'action complete via WP Cron','2021-01-27 22:33:30','2021-01-27 17:33:30'),
(109665,40719,'action created','2021-01-27 22:33:30','2021-01-27 17:33:30'),
(109666,40719,'action started via WP Cron','2021-01-27 22:34:57','2021-01-27 17:34:57'),
(109667,40719,'action complete via WP Cron','2021-01-27 22:34:57','2021-01-27 17:34:57'),
(109668,40720,'action created','2021-01-27 22:34:57','2021-01-27 17:34:57'),
(109669,40720,'action started via WP Cron','2021-01-27 22:37:18','2021-01-27 17:37:18'),
(109670,40720,'action complete via WP Cron','2021-01-27 22:37:18','2021-01-27 17:37:18'),
(109671,40721,'action created','2021-01-27 22:37:18','2021-01-27 17:37:18'),
(109672,40721,'action started via WP Cron','2021-01-27 22:38:17','2021-01-27 17:38:17'),
(109673,40721,'action complete via WP Cron','2021-01-27 22:38:17','2021-01-27 17:38:17'),
(109674,40722,'action created','2021-01-27 22:38:17','2021-01-27 17:38:17'),
(109675,40722,'action started via WP Cron','2021-01-27 22:39:15','2021-01-27 17:39:15'),
(109676,40722,'action complete via WP Cron','2021-01-27 22:39:15','2021-01-27 17:39:15'),
(109677,40723,'action created','2021-01-27 22:39:15','2021-01-27 17:39:15'),
(109678,40723,'action started via WP Cron','2021-01-27 22:40:15','2021-01-27 17:40:15'),
(109679,40723,'action complete via WP Cron','2021-01-27 22:40:15','2021-01-27 17:40:15'),
(109680,40724,'action created','2021-01-27 22:40:15','2021-01-27 17:40:15'),
(109681,40724,'action started via WP Cron','2021-01-27 22:41:15','2021-01-27 17:41:15'),
(109682,40724,'action complete via WP Cron','2021-01-27 22:41:15','2021-01-27 17:41:15'),
(109683,40725,'action created','2021-01-27 22:41:15','2021-01-27 17:41:15'),
(109684,40725,'action started via WP Cron','2021-01-27 22:42:13','2021-01-27 17:42:13'),
(109685,40725,'action complete via WP Cron','2021-01-27 22:42:13','2021-01-27 17:42:13'),
(109686,40726,'action created','2021-01-27 22:42:13','2021-01-27 17:42:13'),
(109687,40726,'action started via WP Cron','2021-01-27 22:43:12','2021-01-27 17:43:12'),
(109688,40726,'action complete via WP Cron','2021-01-27 22:43:12','2021-01-27 17:43:12'),
(109689,40727,'action created','2021-01-27 22:43:12','2021-01-27 17:43:12'),
(109690,40727,'action started via WP Cron','2021-01-27 22:44:17','2021-01-27 17:44:17'),
(109691,40727,'action complete via WP Cron','2021-01-27 22:44:17','2021-01-27 17:44:17'),
(109692,40728,'action created','2021-01-27 22:44:17','2021-01-27 17:44:17'),
(109693,40728,'action started via WP Cron','2021-01-27 22:45:12','2021-01-27 17:45:12'),
(109694,40728,'action complete via WP Cron','2021-01-27 22:45:12','2021-01-27 17:45:12'),
(109695,40729,'action created','2021-01-27 22:45:12','2021-01-27 17:45:12'),
(109696,40729,'action started via WP Cron','2021-01-27 22:46:12','2021-01-27 17:46:12'),
(109697,40729,'action complete via WP Cron','2021-01-27 22:46:12','2021-01-27 17:46:12'),
(109698,40730,'action created','2021-01-27 22:46:12','2021-01-27 17:46:12'),
(109699,40730,'action started via WP Cron','2021-01-27 22:47:15','2021-01-27 17:47:15'),
(109700,40730,'action complete via WP Cron','2021-01-27 22:47:15','2021-01-27 17:47:15'),
(109701,40731,'action created','2021-01-27 22:47:15','2021-01-27 17:47:15'),
(109702,40731,'action started via WP Cron','2021-01-27 22:48:14','2021-01-27 17:48:14'),
(109703,40731,'action complete via WP Cron','2021-01-27 22:48:14','2021-01-27 17:48:14'),
(109704,40732,'action created','2021-01-27 22:48:14','2021-01-27 17:48:14'),
(109705,40732,'action started via WP Cron','2021-01-27 22:49:22','2021-01-27 17:49:22'),
(109706,40732,'action complete via WP Cron','2021-01-27 22:49:22','2021-01-27 17:49:22'),
(109707,40733,'action created','2021-01-27 22:49:22','2021-01-27 17:49:22'),
(109708,40733,'action started via WP Cron','2021-01-27 22:50:12','2021-01-27 17:50:12'),
(109709,40733,'action complete via WP Cron','2021-01-27 22:50:12','2021-01-27 17:50:12'),
(109710,40734,'action created','2021-01-27 22:50:12','2021-01-27 17:50:12'),
(109711,40734,'action started via WP Cron','2021-01-27 22:52:38','2021-01-27 17:52:38'),
(109712,40734,'action complete via WP Cron','2021-01-27 22:52:38','2021-01-27 17:52:38'),
(109713,40735,'action created','2021-01-27 22:52:38','2021-01-27 17:52:38'),
(109714,40735,'action started via WP Cron','2021-01-27 22:53:21','2021-01-27 17:53:21'),
(109715,40735,'action complete via WP Cron','2021-01-27 22:53:21','2021-01-27 17:53:21'),
(109716,40736,'action created','2021-01-27 22:53:21','2021-01-27 17:53:21'),
(109717,40736,'action started via WP Cron','2021-01-27 22:54:13','2021-01-27 17:54:13'),
(109718,40736,'action complete via WP Cron','2021-01-27 22:54:13','2021-01-27 17:54:13'),
(109719,40737,'action created','2021-01-27 22:54:13','2021-01-27 17:54:13'),
(109720,40737,'action started via WP Cron','2021-01-27 22:55:24','2021-01-27 17:55:24'),
(109721,40737,'action complete via WP Cron','2021-01-27 22:55:24','2021-01-27 17:55:24'),
(109722,40738,'action created','2021-01-27 22:55:24','2021-01-27 17:55:24'),
(109723,40738,'action started via WP Cron','2021-01-27 22:56:11','2021-01-27 17:56:11'),
(109724,40738,'action complete via WP Cron','2021-01-27 22:56:11','2021-01-27 17:56:11'),
(109725,40739,'action created','2021-01-27 22:56:11','2021-01-27 17:56:11'),
(109726,40739,'action started via WP Cron','2021-01-27 22:57:29','2021-01-27 17:57:29'),
(109727,40739,'action complete via WP Cron','2021-01-27 22:57:29','2021-01-27 17:57:29'),
(109728,40740,'action created','2021-01-27 22:57:29','2021-01-27 17:57:29'),
(109729,40740,'action started via WP Cron','2021-01-27 22:58:25','2021-01-27 17:58:25'),
(109730,40740,'action complete via WP Cron','2021-01-27 22:58:25','2021-01-27 17:58:25'),
(109731,40741,'action created','2021-01-27 22:58:25','2021-01-27 17:58:25'),
(109732,40741,'action started via WP Cron','2021-01-27 22:59:20','2021-01-27 17:59:20'),
(109733,40741,'action complete via WP Cron','2021-01-27 22:59:20','2021-01-27 17:59:20'),
(109734,40742,'action created','2021-01-27 22:59:20','2021-01-27 17:59:20'),
(109735,40742,'action started via WP Cron','2021-01-27 23:00:21','2021-01-27 18:00:21'),
(109736,40742,'action complete via WP Cron','2021-01-27 23:00:21','2021-01-27 18:00:21'),
(109737,40743,'action created','2021-01-27 23:00:21','2021-01-27 18:00:21'),
(109738,40743,'action started via WP Cron','2021-01-27 23:01:12','2021-01-27 18:01:12'),
(109739,40743,'action complete via WP Cron','2021-01-27 23:01:12','2021-01-27 18:01:12'),
(109740,40744,'action created','2021-01-27 23:01:13','2021-01-27 18:01:13'),
(109741,40744,'action started via WP Cron','2021-01-27 23:02:30','2021-01-27 18:02:30'),
(109742,40744,'action complete via WP Cron','2021-01-27 23:02:30','2021-01-27 18:02:30'),
(109743,40745,'action created','2021-01-27 23:02:30','2021-01-27 18:02:30'),
(109744,40745,'action started via WP Cron','2021-01-27 23:03:19','2021-01-27 18:03:19'),
(109745,40745,'action complete via WP Cron','2021-01-27 23:03:19','2021-01-27 18:03:19'),
(109746,40746,'action created','2021-01-27 23:03:19','2021-01-27 18:03:19'),
(109747,40746,'action started via WP Cron','2021-01-27 23:04:23','2021-01-27 18:04:23'),
(109748,40746,'action complete via WP Cron','2021-01-27 23:04:23','2021-01-27 18:04:23'),
(109749,40747,'action created','2021-01-27 23:04:23','2021-01-27 18:04:23'),
(109750,40747,'action started via WP Cron','2021-01-27 23:05:17','2021-01-27 18:05:17'),
(109751,40747,'action complete via WP Cron','2021-01-27 23:05:17','2021-01-27 18:05:17'),
(109752,40748,'action created','2021-01-27 23:05:17','2021-01-27 18:05:17'),
(109753,40748,'action started via WP Cron','2021-01-27 23:06:12','2021-01-27 18:06:12'),
(109754,40748,'action complete via WP Cron','2021-01-27 23:06:12','2021-01-27 18:06:12'),
(109755,40749,'action created','2021-01-27 23:06:12','2021-01-27 18:06:12'),
(109756,40749,'action started via WP Cron','2021-01-27 23:07:16','2021-01-27 18:07:16'),
(109757,40749,'action complete via WP Cron','2021-01-27 23:07:16','2021-01-27 18:07:16'),
(109758,40750,'action created','2021-01-27 23:07:17','2021-01-27 18:07:17'),
(109759,40750,'action started via WP Cron','2021-01-27 23:08:23','2021-01-27 18:08:23'),
(109760,40750,'action complete via WP Cron','2021-01-27 23:08:23','2021-01-27 18:08:23'),
(109761,40751,'action created','2021-01-27 23:08:23','2021-01-27 18:08:23'),
(109762,40751,'action started via WP Cron','2021-01-27 23:09:13','2021-01-27 18:09:13'),
(109763,40751,'action complete via WP Cron','2021-01-27 23:09:13','2021-01-27 18:09:13'),
(109764,40752,'action created','2021-01-27 23:09:13','2021-01-27 18:09:13'),
(109765,40752,'action started via WP Cron','2021-01-27 23:10:15','2021-01-27 18:10:15'),
(109766,40752,'action complete via WP Cron','2021-01-27 23:10:15','2021-01-27 18:10:15'),
(109767,40753,'action created','2021-01-27 23:10:15','2021-01-27 18:10:15'),
(109768,40753,'action started via WP Cron','2021-01-27 23:11:12','2021-01-27 18:11:12'),
(109769,40753,'action complete via WP Cron','2021-01-27 23:11:12','2021-01-27 18:11:12'),
(109770,40754,'action created','2021-01-27 23:11:12','2021-01-27 18:11:12'),
(109771,40754,'action started via WP Cron','2021-01-27 23:12:16','2021-01-27 18:12:16'),
(109772,40754,'action complete via WP Cron','2021-01-27 23:12:16','2021-01-27 18:12:16'),
(109773,40755,'action created','2021-01-27 23:12:16','2021-01-27 18:12:16'),
(109774,40755,'action started via WP Cron','2021-01-27 23:13:29','2021-01-27 18:13:29'),
(109775,40755,'action complete via WP Cron','2021-01-27 23:13:29','2021-01-27 18:13:29'),
(109776,40756,'action created','2021-01-27 23:13:29','2021-01-27 18:13:29'),
(109777,40756,'action started via WP Cron','2021-01-27 23:14:15','2021-01-27 18:14:15'),
(109778,40756,'action complete via WP Cron','2021-01-27 23:14:15','2021-01-27 18:14:15'),
(109779,40757,'action created','2021-01-27 23:14:16','2021-01-27 18:14:16'),
(109780,40757,'action started via WP Cron','2021-01-27 23:15:26','2021-01-27 18:15:26'),
(109781,40757,'action complete via WP Cron','2021-01-27 23:15:26','2021-01-27 18:15:26'),
(109782,40758,'action created','2021-01-27 23:15:26','2021-01-27 18:15:26'),
(109783,40758,'action started via WP Cron','2021-01-27 23:16:14','2021-01-27 18:16:14'),
(109784,40758,'action complete via WP Cron','2021-01-27 23:16:14','2021-01-27 18:16:14'),
(109785,40759,'action created','2021-01-27 23:16:14','2021-01-27 18:16:14'),
(109786,40759,'action started via WP Cron','2021-01-27 23:17:12','2021-01-27 18:17:12'),
(109787,40759,'action complete via WP Cron','2021-01-27 23:17:13','2021-01-27 18:17:13'),
(109788,40760,'action created','2021-01-27 23:17:13','2021-01-27 18:17:13'),
(109789,40760,'action started via WP Cron','2021-01-27 23:18:12','2021-01-27 18:18:12'),
(109790,40760,'action complete via WP Cron','2021-01-27 23:18:12','2021-01-27 18:18:12'),
(109791,40761,'action created','2021-01-27 23:18:13','2021-01-27 18:18:13'),
(109792,40761,'action started via WP Cron','2021-01-27 23:19:12','2021-01-27 18:19:12'),
(109793,40761,'action complete via WP Cron','2021-01-27 23:19:12','2021-01-27 18:19:12'),
(109794,40762,'action created','2021-01-27 23:19:12','2021-01-27 18:19:12'),
(109795,40762,'action started via WP Cron','2021-01-27 23:20:16','2021-01-27 18:20:16'),
(109796,40762,'action complete via WP Cron','2021-01-27 23:20:16','2021-01-27 18:20:16'),
(109797,40763,'action created','2021-01-27 23:20:16','2021-01-27 18:20:16'),
(109798,40763,'action started via WP Cron','2021-01-27 23:21:21','2021-01-27 18:21:21'),
(109799,40763,'action complete via WP Cron','2021-01-27 23:21:21','2021-01-27 18:21:21'),
(109800,40764,'action created','2021-01-27 23:21:21','2021-01-27 18:21:21'),
(109801,40764,'action started via WP Cron','2021-01-27 23:22:15','2021-01-27 18:22:15'),
(109802,40764,'action complete via WP Cron','2021-01-27 23:22:15','2021-01-27 18:22:15'),
(109803,40765,'action created','2021-01-27 23:22:15','2021-01-27 18:22:15'),
(109804,40765,'action started via WP Cron','2021-01-27 23:23:26','2021-01-27 18:23:26'),
(109805,40765,'action complete via WP Cron','2021-01-27 23:23:26','2021-01-27 18:23:26'),
(109806,40766,'action created','2021-01-27 23:23:26','2021-01-27 18:23:26'),
(109807,40766,'action started via WP Cron','2021-01-27 23:24:44','2021-01-27 18:24:44'),
(109808,40766,'action complete via WP Cron','2021-01-27 23:24:44','2021-01-27 18:24:44'),
(109809,40767,'action created','2021-01-27 23:24:44','2021-01-27 18:24:44'),
(109810,40767,'action started via WP Cron','2021-01-27 23:26:44','2021-01-27 18:26:44'),
(109811,40767,'action complete via WP Cron','2021-01-27 23:26:44','2021-01-27 18:26:44'),
(109812,40768,'action created','2021-01-27 23:26:44','2021-01-27 18:26:44'),
(109813,40768,'action started via WP Cron','2021-01-27 23:27:29','2021-01-27 18:27:29'),
(109814,40768,'action complete via WP Cron','2021-01-27 23:27:29','2021-01-27 18:27:29'),
(109815,40769,'action created','2021-01-27 23:27:29','2021-01-27 18:27:29'),
(109816,40769,'action started via WP Cron','2021-01-27 23:30:21','2021-01-27 18:30:21'),
(109817,40769,'action complete via WP Cron','2021-01-27 23:30:21','2021-01-27 18:30:21'),
(109818,40770,'action created','2021-01-27 23:30:21','2021-01-27 18:30:21'),
(109819,40770,'action started via WP Cron','2021-01-27 23:31:11','2021-01-27 18:31:11'),
(109820,40770,'action complete via WP Cron','2021-01-27 23:31:11','2021-01-27 18:31:11'),
(109821,40771,'action created','2021-01-27 23:31:11','2021-01-27 18:31:11'),
(109822,40771,'action started via WP Cron','2021-01-27 23:32:13','2021-01-27 18:32:13'),
(109823,40771,'action complete via WP Cron','2021-01-27 23:32:13','2021-01-27 18:32:13'),
(109824,40772,'action created','2021-01-27 23:32:13','2021-01-27 18:32:13'),
(109825,40772,'action started via WP Cron','2021-01-27 23:33:20','2021-01-27 18:33:20'),
(109826,40772,'action complete via WP Cron','2021-01-27 23:33:20','2021-01-27 18:33:20'),
(109827,40773,'action created','2021-01-27 23:33:20','2021-01-27 18:33:20'),
(109828,40773,'action started via WP Cron','2021-01-27 23:34:25','2021-01-27 18:34:25'),
(109829,40773,'action complete via WP Cron','2021-01-27 23:34:25','2021-01-27 18:34:25'),
(109830,40774,'action created','2021-01-27 23:34:25','2021-01-27 18:34:25'),
(109831,40774,'action started via WP Cron','2021-01-27 23:35:30','2021-01-27 18:35:30'),
(109832,40774,'action complete via WP Cron','2021-01-27 23:35:30','2021-01-27 18:35:30'),
(109833,40775,'action created','2021-01-27 23:35:30','2021-01-27 18:35:30'),
(109834,40775,'action started via WP Cron','2021-01-27 23:37:06','2021-01-27 18:37:06'),
(109835,40775,'action complete via WP Cron','2021-01-27 23:37:06','2021-01-27 18:37:06'),
(109836,40776,'action created','2021-01-27 23:37:06','2021-01-27 18:37:06'),
(109837,40776,'action started via WP Cron','2021-01-27 23:37:30','2021-01-27 18:37:30'),
(109838,40776,'action complete via WP Cron','2021-01-27 23:37:30','2021-01-27 18:37:30'),
(109839,40777,'action created','2021-01-27 23:37:31','2021-01-27 18:37:31'),
(109840,40777,'action started via WP Cron','2021-01-27 23:39:51','2021-01-27 18:39:51'),
(109841,40777,'action complete via WP Cron','2021-01-27 23:39:51','2021-01-27 18:39:51'),
(109842,40778,'action created','2021-01-27 23:39:51','2021-01-27 18:39:51'),
(109843,40778,'action started via WP Cron','2021-01-27 23:41:35','2021-01-27 18:41:35'),
(109844,40778,'action complete via WP Cron','2021-01-27 23:41:35','2021-01-27 18:41:35'),
(109845,40779,'action created','2021-01-27 23:41:35','2021-01-27 18:41:35'),
(109846,40779,'action started via WP Cron','2021-01-27 23:42:14','2021-01-27 18:42:14'),
(109847,40779,'action complete via WP Cron','2021-01-27 23:42:14','2021-01-27 18:42:14'),
(109848,40780,'action created','2021-01-27 23:42:14','2021-01-27 18:42:14'),
(109849,40780,'action started via WP Cron','2021-01-27 23:44:21','2021-01-27 18:44:21'),
(109850,40780,'action complete via WP Cron','2021-01-27 23:44:21','2021-01-27 18:44:21'),
(109851,40781,'action created','2021-01-27 23:44:21','2021-01-27 18:44:21'),
(109852,40781,'action started via WP Cron','2021-01-27 23:46:38','2021-01-27 18:46:38'),
(109853,40781,'action complete via WP Cron','2021-01-27 23:46:38','2021-01-27 18:46:38'),
(109854,40782,'action created','2021-01-27 23:46:38','2021-01-27 18:46:38'),
(109855,40782,'action started via WP Cron','2021-01-27 23:47:13','2021-01-27 18:47:13'),
(109856,40782,'action complete via WP Cron','2021-01-27 23:47:13','2021-01-27 18:47:13'),
(109857,40783,'action created','2021-01-27 23:47:13','2021-01-27 18:47:13'),
(109858,40783,'action started via WP Cron','2021-01-27 23:48:20','2021-01-27 18:48:20'),
(109859,40783,'action complete via WP Cron','2021-01-27 23:48:20','2021-01-27 18:48:20'),
(109860,40784,'action created','2021-01-27 23:48:20','2021-01-27 18:48:20'),
(109861,40784,'action started via WP Cron','2021-01-27 23:49:46','2021-01-27 18:49:46'),
(109862,40784,'action complete via WP Cron','2021-01-27 23:49:46','2021-01-27 18:49:46'),
(109863,40785,'action created','2021-01-27 23:49:46','2021-01-27 18:49:46'),
(109864,40785,'action started via WP Cron','2021-01-27 23:51:24','2021-01-27 18:51:24'),
(109865,40785,'action complete via WP Cron','2021-01-27 23:51:25','2021-01-27 18:51:25'),
(109866,40786,'action created','2021-01-27 23:51:25','2021-01-27 18:51:25'),
(109867,40786,'action started via WP Cron','2021-01-27 23:52:54','2021-01-27 18:52:54'),
(109868,40786,'action complete via WP Cron','2021-01-27 23:52:54','2021-01-27 18:52:54'),
(109869,40787,'action created','2021-01-27 23:52:54','2021-01-27 18:52:54'),
(109870,40787,'action started via WP Cron','2021-01-27 23:54:39','2021-01-27 18:54:39'),
(109871,40787,'action complete via WP Cron','2021-01-27 23:54:39','2021-01-27 18:54:39'),
(109872,40788,'action created','2021-01-27 23:54:39','2021-01-27 18:54:39'),
(109873,40788,'action started via WP Cron','2021-01-27 23:55:12','2021-01-27 18:55:12'),
(109874,40788,'action complete via WP Cron','2021-01-27 23:55:12','2021-01-27 18:55:12'),
(109875,40789,'action created','2021-01-27 23:55:12','2021-01-27 18:55:12'),
(109876,40789,'action started via WP Cron','2021-01-27 23:57:12','2021-01-27 18:57:12'),
(109877,40789,'action complete via WP Cron','2021-01-27 23:57:12','2021-01-27 18:57:12'),
(109878,40790,'action created','2021-01-27 23:57:12','2021-01-27 18:57:12'),
(109879,40790,'action started via WP Cron','2021-01-27 23:58:47','2021-01-27 18:58:47'),
(109880,40790,'action complete via WP Cron','2021-01-27 23:58:47','2021-01-27 18:58:47'),
(109881,40791,'action created','2021-01-27 23:58:47','2021-01-27 18:58:47'),
(109882,40791,'action started via WP Cron','2021-01-27 23:59:27','2021-01-27 18:59:27'),
(109883,40791,'action complete via WP Cron','2021-01-27 23:59:27','2021-01-27 18:59:27'),
(109884,40792,'action created','2021-01-27 23:59:27','2021-01-27 18:59:27'),
(109885,40792,'action started via WP Cron','2021-01-28 00:01:13','2021-01-27 19:01:13'),
(109886,40792,'action complete via WP Cron','2021-01-28 00:01:13','2021-01-27 19:01:13'),
(109887,40793,'action created','2021-01-28 00:01:13','2021-01-27 19:01:13'),
(109888,40793,'action started via WP Cron','2021-01-28 00:02:12','2021-01-27 19:02:12'),
(109889,40793,'action complete via WP Cron','2021-01-28 00:02:12','2021-01-27 19:02:12'),
(109890,40794,'action created','2021-01-28 00:02:12','2021-01-27 19:02:12'),
(109891,40794,'action started via WP Cron','2021-01-28 00:03:11','2021-01-27 19:03:11'),
(109892,40794,'action complete via WP Cron','2021-01-28 00:03:11','2021-01-27 19:03:11'),
(109893,40795,'action created','2021-01-28 00:03:11','2021-01-27 19:03:11'),
(109894,40795,'action started via WP Cron','2021-01-28 00:04:11','2021-01-27 19:04:11'),
(109895,40795,'action complete via WP Cron','2021-01-28 00:04:11','2021-01-27 19:04:11'),
(109896,40796,'action created','2021-01-28 00:04:11','2021-01-27 19:04:11'),
(109897,40796,'action started via WP Cron','2021-01-28 00:06:36','2021-01-27 19:06:36'),
(109898,40796,'action complete via WP Cron','2021-01-28 00:06:36','2021-01-27 19:06:36'),
(109899,40797,'action created','2021-01-28 00:06:36','2021-01-27 19:06:36'),
(109900,40797,'action started via WP Cron','2021-01-28 00:07:54','2021-01-27 19:07:54'),
(109901,40797,'action complete via WP Cron','2021-01-28 00:07:54','2021-01-27 19:07:54'),
(109902,40798,'action created','2021-01-28 00:07:54','2021-01-27 19:07:54'),
(109903,40798,'action started via WP Cron','2021-01-28 00:08:18','2021-01-27 19:08:18'),
(109904,40798,'action complete via WP Cron','2021-01-28 00:08:18','2021-01-27 19:08:18'),
(109905,40799,'action created','2021-01-28 00:08:18','2021-01-27 19:08:18'),
(109906,40799,'action started via WP Cron','2021-01-28 00:10:06','2021-01-27 19:10:06'),
(109907,40799,'action complete via WP Cron','2021-01-28 00:10:06','2021-01-27 19:10:06'),
(109908,40800,'action created','2021-01-28 00:10:06','2021-01-27 19:10:06'),
(109909,40800,'action started via WP Cron','2021-01-28 00:12:56','2021-01-27 19:12:56'),
(109910,40800,'action complete via WP Cron','2021-01-28 00:12:56','2021-01-27 19:12:56'),
(109911,40801,'action created','2021-01-28 00:12:56','2021-01-27 19:12:56'),
(109912,40801,'action started via WP Cron','2021-01-28 00:14:43','2021-01-27 19:14:43'),
(109913,40801,'action complete via WP Cron','2021-01-28 00:14:43','2021-01-27 19:14:43'),
(109914,40802,'action created','2021-01-28 00:14:43','2021-01-27 19:14:43'),
(109915,40802,'action started via WP Cron','2021-01-28 00:15:57','2021-01-27 19:15:57'),
(109916,40802,'action complete via WP Cron','2021-01-28 00:15:57','2021-01-27 19:15:57'),
(109917,40803,'action created','2021-01-28 00:15:57','2021-01-27 19:15:57'),
(109918,40803,'action started via WP Cron','2021-01-28 00:17:25','2021-01-27 19:17:25'),
(109919,40803,'action complete via WP Cron','2021-01-28 00:17:25','2021-01-27 19:17:25'),
(109920,40804,'action created','2021-01-28 00:17:25','2021-01-27 19:17:25'),
(109921,40804,'action started via WP Cron','2021-01-28 00:19:54','2021-01-27 19:19:54'),
(109922,40804,'action complete via WP Cron','2021-01-28 00:19:54','2021-01-27 19:19:54'),
(109923,40805,'action created','2021-01-28 00:19:54','2021-01-27 19:19:54'),
(109924,40805,'action started via WP Cron','2021-01-28 00:22:00','2021-01-27 19:22:00'),
(109925,40805,'action complete via WP Cron','2021-01-28 00:22:00','2021-01-27 19:22:00'),
(109926,40806,'action created','2021-01-28 00:22:00','2021-01-27 19:22:00'),
(109927,40806,'action started via WP Cron','2021-01-28 00:24:57','2021-01-27 19:24:57'),
(109928,40806,'action complete via WP Cron','2021-01-28 00:24:57','2021-01-27 19:24:57'),
(109929,40807,'action created','2021-01-28 00:24:57','2021-01-27 19:24:57'),
(109930,40807,'action started via WP Cron','2021-01-28 00:25:14','2021-01-27 19:25:14'),
(109931,40807,'action complete via WP Cron','2021-01-28 00:25:14','2021-01-27 19:25:14'),
(109932,40808,'action created','2021-01-28 00:25:15','2021-01-27 19:25:15'),
(109933,40808,'action started via WP Cron','2021-01-28 00:26:44','2021-01-27 19:26:44'),
(109934,40808,'action complete via WP Cron','2021-01-28 00:26:44','2021-01-27 19:26:44'),
(109935,40809,'action created','2021-01-28 00:26:44','2021-01-27 19:26:44'),
(109936,40809,'action started via WP Cron','2021-01-28 00:27:11','2021-01-27 19:27:11'),
(109937,40809,'action complete via WP Cron','2021-01-28 00:27:11','2021-01-27 19:27:11'),
(109938,40810,'action created','2021-01-28 00:27:11','2021-01-27 19:27:11'),
(109939,40810,'action started via WP Cron','2021-01-28 00:28:16','2021-01-27 19:28:16'),
(109940,40810,'action complete via WP Cron','2021-01-28 00:28:16','2021-01-27 19:28:16'),
(109941,40811,'action created','2021-01-28 00:28:16','2021-01-27 19:28:16'),
(109942,40811,'action started via WP Cron','2021-01-28 00:29:20','2021-01-27 19:29:20'),
(109943,40811,'action complete via WP Cron','2021-01-28 00:29:20','2021-01-27 19:29:20'),
(109944,40812,'action created','2021-01-28 00:29:20','2021-01-27 19:29:20'),
(109945,40812,'action started via WP Cron','2021-01-28 00:31:08','2021-01-27 19:31:08'),
(109946,40812,'action complete via WP Cron','2021-01-28 00:31:08','2021-01-27 19:31:08'),
(109947,40813,'action created','2021-01-28 00:31:08','2021-01-27 19:31:08'),
(109948,40813,'action started via WP Cron','2021-01-28 00:31:59','2021-01-27 19:31:59'),
(109949,40813,'action complete via WP Cron','2021-01-28 00:31:59','2021-01-27 19:31:59'),
(109950,40814,'action created','2021-01-28 00:31:59','2021-01-27 19:31:59'),
(109951,40814,'action started via WP Cron','2021-01-28 00:32:18','2021-01-27 19:32:18'),
(109952,40814,'action complete via WP Cron','2021-01-28 00:32:18','2021-01-27 19:32:18'),
(109953,40815,'action created','2021-01-28 00:32:18','2021-01-27 19:32:18'),
(109954,40815,'action started via WP Cron','2021-01-28 00:33:41','2021-01-27 19:33:41'),
(109955,40815,'action complete via WP Cron','2021-01-28 00:33:41','2021-01-27 19:33:41'),
(109956,40816,'action created','2021-01-28 00:33:41','2021-01-27 19:33:41'),
(109957,40816,'action started via WP Cron','2021-01-28 00:34:47','2021-01-27 19:34:47'),
(109958,40816,'action complete via WP Cron','2021-01-28 00:34:47','2021-01-27 19:34:47'),
(109959,40817,'action created','2021-01-28 00:34:47','2021-01-27 19:34:47'),
(109960,40817,'action started via WP Cron','2021-01-28 00:35:16','2021-01-27 19:35:16'),
(109961,40817,'action complete via WP Cron','2021-01-28 00:35:16','2021-01-27 19:35:16'),
(109962,40818,'action created','2021-01-28 00:35:16','2021-01-27 19:35:16'),
(109963,40818,'action started via WP Cron','2021-01-28 00:37:27','2021-01-27 19:37:27'),
(109964,40818,'action complete via WP Cron','2021-01-28 00:37:27','2021-01-27 19:37:27'),
(109965,40819,'action created','2021-01-28 00:37:27','2021-01-27 19:37:27'),
(109966,40819,'action started via WP Cron','2021-01-28 00:40:46','2021-01-27 19:40:46'),
(109967,40819,'action complete via WP Cron','2021-01-28 00:40:46','2021-01-27 19:40:46'),
(109968,40820,'action created','2021-01-28 00:40:46','2021-01-27 19:40:46'),
(109969,40820,'action started via WP Cron','2021-01-28 00:41:50','2021-01-27 19:41:50'),
(109970,40820,'action complete via WP Cron','2021-01-28 00:41:50','2021-01-27 19:41:50'),
(109971,40821,'action created','2021-01-28 00:41:50','2021-01-27 19:41:50'),
(109972,40821,'action started via WP Cron','2021-01-28 00:42:56','2021-01-27 19:42:56'),
(109973,40821,'action complete via WP Cron','2021-01-28 00:42:56','2021-01-27 19:42:56'),
(109974,40822,'action created','2021-01-28 00:42:56','2021-01-27 19:42:56'),
(109975,40822,'action started via WP Cron','2021-01-28 00:43:25','2021-01-27 19:43:25'),
(109976,40822,'action complete via WP Cron','2021-01-28 00:43:25','2021-01-27 19:43:25'),
(109977,40823,'action created','2021-01-28 00:43:25','2021-01-27 19:43:25'),
(109978,40823,'action started via WP Cron','2021-01-28 00:44:58','2021-01-27 19:44:58'),
(109979,40823,'action complete via WP Cron','2021-01-28 00:44:58','2021-01-27 19:44:58'),
(109980,40824,'action created','2021-01-28 00:44:58','2021-01-27 19:44:58'),
(109981,40824,'action started via WP Cron','2021-01-28 00:46:07','2021-01-27 19:46:07'),
(109982,40824,'action complete via WP Cron','2021-01-28 00:46:07','2021-01-27 19:46:07'),
(109983,40825,'action created','2021-01-28 00:46:07','2021-01-27 19:46:07'),
(109984,40825,'action started via WP Cron','2021-01-28 00:46:40','2021-01-27 19:46:40'),
(109985,40825,'action complete via WP Cron','2021-01-28 00:46:40','2021-01-27 19:46:40'),
(109986,40826,'action created','2021-01-28 00:46:40','2021-01-27 19:46:40'),
(109987,40826,'action started via WP Cron','2021-01-28 00:47:27','2021-01-27 19:47:27'),
(109988,40826,'action complete via WP Cron','2021-01-28 00:47:27','2021-01-27 19:47:27'),
(109989,40827,'action created','2021-01-28 00:47:27','2021-01-27 19:47:27'),
(109990,40827,'action started via WP Cron','2021-01-28 00:48:32','2021-01-27 19:48:32'),
(109991,40827,'action complete via WP Cron','2021-01-28 00:48:32','2021-01-27 19:48:32'),
(109992,40828,'action created','2021-01-28 00:48:32','2021-01-27 19:48:32'),
(109993,40828,'action started via WP Cron','2021-01-28 00:49:15','2021-01-27 19:49:15'),
(109994,40828,'action complete via WP Cron','2021-01-28 00:49:15','2021-01-27 19:49:15'),
(109995,40829,'action created','2021-01-28 00:49:15','2021-01-27 19:49:15'),
(109996,40829,'action started via WP Cron','2021-01-28 00:50:13','2021-01-27 19:50:13'),
(109997,40829,'action complete via WP Cron','2021-01-28 00:50:13','2021-01-27 19:50:13'),
(109998,40830,'action created','2021-01-28 00:50:13','2021-01-27 19:50:13'),
(109999,40830,'action started via WP Cron','2021-01-28 00:51:22','2021-01-27 19:51:22'),
(110000,40830,'action complete via WP Cron','2021-01-28 00:51:22','2021-01-27 19:51:22'),
(110001,40831,'action created','2021-01-28 00:51:22','2021-01-27 19:51:22'),
(110002,40831,'action started via WP Cron','2021-01-28 00:52:25','2021-01-27 19:52:25'),
(110003,40831,'action complete via WP Cron','2021-01-28 00:52:25','2021-01-27 19:52:25'),
(110004,40832,'action created','2021-01-28 00:52:25','2021-01-27 19:52:25'),
(110005,40832,'action started via WP Cron','2021-01-28 00:53:13','2021-01-27 19:53:13'),
(110006,40832,'action complete via WP Cron','2021-01-28 00:53:13','2021-01-27 19:53:13'),
(110007,40833,'action created','2021-01-28 00:53:13','2021-01-27 19:53:13'),
(110008,40833,'action started via WP Cron','2021-01-28 00:54:22','2021-01-27 19:54:22'),
(110009,40833,'action complete via WP Cron','2021-01-28 00:54:22','2021-01-27 19:54:22'),
(110010,40834,'action created','2021-01-28 00:54:22','2021-01-27 19:54:22'),
(110011,40834,'action started via WP Cron','2021-01-28 00:55:15','2021-01-27 19:55:15'),
(110012,40834,'action complete via WP Cron','2021-01-28 00:55:15','2021-01-27 19:55:15'),
(110013,40835,'action created','2021-01-28 00:55:15','2021-01-27 19:55:15'),
(110014,40835,'action started via WP Cron','2021-01-28 00:56:24','2021-01-27 19:56:24'),
(110015,40835,'action complete via WP Cron','2021-01-28 00:56:24','2021-01-27 19:56:24'),
(110016,40836,'action created','2021-01-28 00:56:24','2021-01-27 19:56:24'),
(110017,40836,'action started via WP Cron','2021-01-28 00:57:12','2021-01-27 19:57:12'),
(110018,40836,'action complete via WP Cron','2021-01-28 00:57:12','2021-01-27 19:57:12'),
(110019,40837,'action created','2021-01-28 00:57:12','2021-01-27 19:57:12'),
(110020,40837,'action started via WP Cron','2021-01-28 00:58:12','2021-01-27 19:58:12'),
(110021,40837,'action complete via WP Cron','2021-01-28 00:58:12','2021-01-27 19:58:12'),
(110022,40838,'action created','2021-01-28 00:58:12','2021-01-27 19:58:12'),
(110023,40838,'action started via WP Cron','2021-01-28 00:59:12','2021-01-27 19:59:12'),
(110024,40838,'action complete via WP Cron','2021-01-28 00:59:12','2021-01-27 19:59:12'),
(110025,40839,'action created','2021-01-28 00:59:12','2021-01-27 19:59:12'),
(110026,40839,'action started via WP Cron','2021-01-28 01:00:11','2021-01-27 20:00:11'),
(110027,40839,'action complete via WP Cron','2021-01-28 01:00:11','2021-01-27 20:00:11'),
(110028,40840,'action created','2021-01-28 01:00:11','2021-01-27 20:00:11'),
(110029,40840,'action started via WP Cron','2021-01-28 01:01:14','2021-01-27 20:01:14'),
(110030,40840,'action complete via WP Cron','2021-01-28 01:01:14','2021-01-27 20:01:14'),
(110031,40841,'action created','2021-01-28 01:01:14','2021-01-27 20:01:14'),
(110032,40841,'action started via WP Cron','2021-01-28 01:02:18','2021-01-27 20:02:18'),
(110033,40841,'action complete via WP Cron','2021-01-28 01:02:18','2021-01-27 20:02:18'),
(110034,40842,'action created','2021-01-28 01:02:18','2021-01-27 20:02:18'),
(110035,40842,'action started via WP Cron','2021-01-28 01:03:24','2021-01-27 20:03:24'),
(110036,40842,'action complete via WP Cron','2021-01-28 01:03:24','2021-01-27 20:03:24'),
(110037,40843,'action created','2021-01-28 01:03:25','2021-01-27 20:03:25'),
(110038,40843,'action started via WP Cron','2021-01-28 01:04:16','2021-01-27 20:04:16'),
(110039,40843,'action complete via WP Cron','2021-01-28 01:04:16','2021-01-27 20:04:16'),
(110040,40844,'action created','2021-01-28 01:04:16','2021-01-27 20:04:16'),
(110041,40844,'action started via WP Cron','2021-01-28 01:05:25','2021-01-27 20:05:25'),
(110042,40844,'action complete via WP Cron','2021-01-28 01:05:25','2021-01-27 20:05:25'),
(110043,40845,'action created','2021-01-28 01:05:25','2021-01-27 20:05:25'),
(110044,40845,'action started via WP Cron','2021-01-28 01:06:21','2021-01-27 20:06:21'),
(110045,40845,'action complete via WP Cron','2021-01-28 01:06:21','2021-01-27 20:06:21'),
(110046,40846,'action created','2021-01-28 01:06:21','2021-01-27 20:06:21'),
(110047,40846,'action started via WP Cron','2021-01-28 01:07:38','2021-01-27 20:07:38'),
(110048,40846,'action complete via WP Cron','2021-01-28 01:07:38','2021-01-27 20:07:38'),
(110049,40847,'action created','2021-01-28 01:07:38','2021-01-27 20:07:38'),
(110050,40847,'action started via WP Cron','2021-01-28 01:08:30','2021-01-27 20:08:30'),
(110051,40847,'action complete via WP Cron','2021-01-28 01:08:30','2021-01-27 20:08:30'),
(110052,40848,'action created','2021-01-28 01:08:30','2021-01-27 20:08:30'),
(110053,40848,'action started via WP Cron','2021-01-28 01:11:54','2021-01-27 20:11:54'),
(110054,40848,'action complete via WP Cron','2021-01-28 01:11:54','2021-01-27 20:11:54'),
(110055,40849,'action created','2021-01-28 01:11:55','2021-01-27 20:11:55'),
(110056,40849,'action started via WP Cron','2021-01-28 01:12:27','2021-01-27 20:12:27'),
(110057,40849,'action complete via WP Cron','2021-01-28 01:12:27','2021-01-27 20:12:27'),
(110058,40850,'action created','2021-01-28 01:12:27','2021-01-27 20:12:27'),
(110059,40850,'action started via WP Cron','2021-01-28 01:13:39','2021-01-27 20:13:39'),
(110060,40850,'action complete via WP Cron','2021-01-28 01:13:39','2021-01-27 20:13:39'),
(110061,40851,'action created','2021-01-28 01:13:39','2021-01-27 20:13:39'),
(110062,40851,'action started via WP Cron','2021-01-28 01:15:17','2021-01-27 20:15:17'),
(110063,40851,'action complete via WP Cron','2021-01-28 01:15:17','2021-01-27 20:15:17'),
(110064,40852,'action created','2021-01-28 01:15:17','2021-01-27 20:15:17'),
(110065,40852,'action started via WP Cron','2021-01-28 01:19:11','2021-01-27 20:19:11'),
(110066,40852,'action complete via WP Cron','2021-01-28 01:19:11','2021-01-27 20:19:11'),
(110067,40853,'action created','2021-01-28 01:19:11','2021-01-27 20:19:11'),
(110068,40853,'action started via WP Cron','2021-01-28 01:20:44','2021-01-27 20:20:44'),
(110069,40853,'action complete via WP Cron','2021-01-28 01:20:44','2021-01-27 20:20:44'),
(110070,40854,'action created','2021-01-28 01:20:44','2021-01-27 20:20:44'),
(110071,40854,'action started via WP Cron','2021-01-28 01:21:41','2021-01-27 20:21:41'),
(110072,40854,'action complete via WP Cron','2021-01-28 01:21:41','2021-01-27 20:21:41'),
(110073,40855,'action created','2021-01-28 01:21:41','2021-01-27 20:21:41'),
(110074,40855,'action started via WP Cron','2021-01-28 01:22:11','2021-01-27 20:22:11'),
(110075,40855,'action complete via WP Cron','2021-01-28 01:22:11','2021-01-27 20:22:11'),
(110076,40856,'action created','2021-01-28 01:22:11','2021-01-27 20:22:11'),
(110077,40856,'action started via WP Cron','2021-01-28 01:23:35','2021-01-27 20:23:35'),
(110078,40856,'action complete via WP Cron','2021-01-28 01:23:35','2021-01-27 20:23:35'),
(110079,40857,'action created','2021-01-28 01:23:35','2021-01-27 20:23:35'),
(110080,40857,'action started via WP Cron','2021-01-28 01:24:30','2021-01-27 20:24:30'),
(110081,40857,'action complete via WP Cron','2021-01-28 01:24:30','2021-01-27 20:24:30'),
(110082,40858,'action created','2021-01-28 01:24:30','2021-01-27 20:24:30'),
(110083,40858,'action started via WP Cron','2021-01-28 01:25:13','2021-01-27 20:25:13'),
(110084,40858,'action complete via WP Cron','2021-01-28 01:25:13','2021-01-27 20:25:13'),
(110085,40859,'action created','2021-01-28 01:25:13','2021-01-27 20:25:13'),
(110086,40859,'action started via WP Cron','2021-01-28 01:26:16','2021-01-27 20:26:16'),
(110087,40859,'action complete via WP Cron','2021-01-28 01:26:16','2021-01-27 20:26:16'),
(110088,40860,'action created','2021-01-28 01:26:17','2021-01-27 20:26:17'),
(110089,40860,'action started via WP Cron','2021-01-28 01:27:19','2021-01-27 20:27:19'),
(110090,40860,'action complete via WP Cron','2021-01-28 01:27:19','2021-01-27 20:27:19'),
(110091,40861,'action created','2021-01-28 01:27:19','2021-01-27 20:27:19'),
(110092,40861,'action started via WP Cron','2021-01-28 01:28:12','2021-01-27 20:28:12'),
(110093,40861,'action complete via WP Cron','2021-01-28 01:28:12','2021-01-27 20:28:12'),
(110094,40862,'action created','2021-01-28 01:28:12','2021-01-27 20:28:12'),
(110095,40862,'action started via WP Cron','2021-01-28 01:29:12','2021-01-27 20:29:12'),
(110096,40862,'action complete via WP Cron','2021-01-28 01:29:12','2021-01-27 20:29:12'),
(110097,40863,'action created','2021-01-28 01:29:12','2021-01-27 20:29:12'),
(110098,40863,'action started via WP Cron','2021-01-28 01:30:12','2021-01-27 20:30:12'),
(110099,40863,'action complete via WP Cron','2021-01-28 01:30:12','2021-01-27 20:30:12'),
(110100,40864,'action created','2021-01-28 01:30:12','2021-01-27 20:30:12'),
(110101,40864,'action started via WP Cron','2021-01-28 01:31:17','2021-01-27 20:31:17'),
(110102,40864,'action complete via WP Cron','2021-01-28 01:31:17','2021-01-27 20:31:17'),
(110103,40865,'action created','2021-01-28 01:31:17','2021-01-27 20:31:17'),
(110104,40865,'action started via WP Cron','2021-01-28 01:32:23','2021-01-27 20:32:23'),
(110105,40865,'action complete via WP Cron','2021-01-28 01:32:23','2021-01-27 20:32:23'),
(110106,40866,'action created','2021-01-28 01:32:23','2021-01-27 20:32:23'),
(110107,40866,'action started via WP Cron','2021-01-28 01:33:13','2021-01-27 20:33:13'),
(110108,40866,'action complete via WP Cron','2021-01-28 01:33:13','2021-01-27 20:33:13'),
(110109,40867,'action created','2021-01-28 01:33:13','2021-01-27 20:33:13'),
(110110,39829,'action started via WP Cron','2021-01-28 01:34:21','2021-01-27 20:34:21'),
(110111,39829,'action complete via WP Cron','2021-01-28 01:34:21','2021-01-27 20:34:21'),
(110112,40868,'action created','2021-01-28 01:34:21','2021-01-27 20:34:21'),
(110113,40867,'action started via WP Cron','2021-01-28 01:34:21','2021-01-27 20:34:21'),
(110114,40867,'action complete via WP Cron','2021-01-28 01:34:21','2021-01-27 20:34:21'),
(110115,40869,'action created','2021-01-28 01:34:22','2021-01-27 20:34:22'),
(110116,40869,'action started via WP Cron','2021-01-28 01:35:19','2021-01-27 20:35:19'),
(110117,40869,'action complete via WP Cron','2021-01-28 01:35:19','2021-01-27 20:35:19'),
(110118,40870,'action created','2021-01-28 01:35:19','2021-01-27 20:35:19'),
(110119,40870,'action started via WP Cron','2021-01-28 01:36:15','2021-01-27 20:36:15'),
(110120,40870,'action complete via WP Cron','2021-01-28 01:36:15','2021-01-27 20:36:15'),
(110121,40871,'action created','2021-01-28 01:36:15','2021-01-27 20:36:15'),
(110122,40871,'action started via WP Cron','2021-01-28 01:37:18','2021-01-27 20:37:18'),
(110123,40871,'action complete via WP Cron','2021-01-28 01:37:18','2021-01-27 20:37:18'),
(110124,40872,'action created','2021-01-28 01:37:18','2021-01-27 20:37:18'),
(110125,40872,'action started via WP Cron','2021-01-28 01:38:17','2021-01-27 20:38:17'),
(110126,40872,'action complete via WP Cron','2021-01-28 01:38:17','2021-01-27 20:38:17'),
(110127,40873,'action created','2021-01-28 01:38:17','2021-01-27 20:38:17'),
(110128,40873,'action started via WP Cron','2021-01-28 01:39:29','2021-01-27 20:39:29'),
(110129,40873,'action complete via WP Cron','2021-01-28 01:39:29','2021-01-27 20:39:29'),
(110130,40874,'action created','2021-01-28 01:39:29','2021-01-27 20:39:29'),
(110131,40874,'action started via WP Cron','2021-01-28 01:41:26','2021-01-27 20:41:26'),
(110132,40874,'action complete via WP Cron','2021-01-28 01:41:26','2021-01-27 20:41:26'),
(110133,40875,'action created','2021-01-28 01:41:26','2021-01-27 20:41:26'),
(110134,40875,'action started via WP Cron','2021-01-28 01:42:55','2021-01-27 20:42:55'),
(110135,40875,'action complete via WP Cron','2021-01-28 01:42:55','2021-01-27 20:42:55'),
(110136,40876,'action created','2021-01-28 01:42:55','2021-01-27 20:42:55'),
(110137,40876,'action started via WP Cron','2021-01-28 01:43:19','2021-01-27 20:43:19'),
(110138,40876,'action complete via WP Cron','2021-01-28 01:43:19','2021-01-27 20:43:19'),
(110139,40877,'action created','2021-01-28 01:43:19','2021-01-27 20:43:19'),
(110140,40877,'action started via WP Cron','2021-01-28 01:44:32','2021-01-27 20:44:32'),
(110141,40877,'action complete via WP Cron','2021-01-28 01:44:32','2021-01-27 20:44:32'),
(110142,40878,'action created','2021-01-28 01:44:32','2021-01-27 20:44:32'),
(110143,40878,'action started via WP Cron','2021-01-28 01:45:13','2021-01-27 20:45:13'),
(110144,40878,'action complete via WP Cron','2021-01-28 01:45:13','2021-01-27 20:45:13'),
(110145,40879,'action created','2021-01-28 01:45:13','2021-01-27 20:45:13'),
(110146,40879,'action started via WP Cron','2021-01-28 01:47:43','2021-01-27 20:47:43'),
(110147,40879,'action complete via WP Cron','2021-01-28 01:47:43','2021-01-27 20:47:43'),
(110148,40880,'action created','2021-01-28 01:47:43','2021-01-27 20:47:43'),
(110149,40880,'action started via WP Cron','2021-01-28 01:48:40','2021-01-27 20:48:40'),
(110150,40880,'action complete via WP Cron','2021-01-28 01:48:40','2021-01-27 20:48:40'),
(110151,40881,'action created','2021-01-28 01:48:40','2021-01-27 20:48:40'),
(110152,40881,'action started via WP Cron','2021-01-28 01:49:12','2021-01-27 20:49:12'),
(110153,40881,'action complete via WP Cron','2021-01-28 01:49:12','2021-01-27 20:49:12'),
(110154,40882,'action created','2021-01-28 01:49:12','2021-01-27 20:49:12'),
(110155,40882,'action started via WP Cron','2021-01-28 01:50:13','2021-01-27 20:50:13'),
(110156,40882,'action complete via WP Cron','2021-01-28 01:50:13','2021-01-27 20:50:13'),
(110157,40883,'action created','2021-01-28 01:50:13','2021-01-27 20:50:13'),
(110158,40883,'action started via WP Cron','2021-01-28 01:51:17','2021-01-27 20:51:17'),
(110159,40883,'action complete via WP Cron','2021-01-28 01:51:17','2021-01-27 20:51:17'),
(110160,40884,'action created','2021-01-28 01:51:17','2021-01-27 20:51:17'),
(110161,40884,'action started via WP Cron','2021-01-28 01:52:23','2021-01-27 20:52:23'),
(110162,40884,'action complete via WP Cron','2021-01-28 01:52:23','2021-01-27 20:52:23'),
(110163,40885,'action created','2021-01-28 01:52:23','2021-01-27 20:52:23'),
(110164,40885,'action started via WP Cron','2021-01-28 01:53:28','2021-01-27 20:53:28'),
(110165,40885,'action complete via WP Cron','2021-01-28 01:53:28','2021-01-27 20:53:28'),
(110166,40886,'action created','2021-01-28 01:53:29','2021-01-27 20:53:29'),
(110167,40886,'action started via WP Cron','2021-01-28 01:54:21','2021-01-27 20:54:21'),
(110168,40886,'action complete via WP Cron','2021-01-28 01:54:21','2021-01-27 20:54:21'),
(110169,40887,'action created','2021-01-28 01:54:21','2021-01-27 20:54:21'),
(110170,40887,'action started via WP Cron','2021-01-28 01:55:17','2021-01-27 20:55:17'),
(110171,40887,'action complete via WP Cron','2021-01-28 01:55:17','2021-01-27 20:55:17'),
(110172,40888,'action created','2021-01-28 01:55:17','2021-01-27 20:55:17'),
(110173,40888,'action started via WP Cron','2021-01-28 01:56:23','2021-01-27 20:56:23'),
(110174,40888,'action complete via WP Cron','2021-01-28 01:56:23','2021-01-27 20:56:23'),
(110175,40889,'action created','2021-01-28 01:56:23','2021-01-27 20:56:23'),
(110176,40889,'action started via WP Cron','2021-01-28 01:57:14','2021-01-27 20:57:14'),
(110177,40889,'action complete via WP Cron','2021-01-28 01:57:14','2021-01-27 20:57:14'),
(110178,40890,'action created','2021-01-28 01:57:14','2021-01-27 20:57:14'),
(110179,40890,'action started via WP Cron','2021-01-28 01:58:12','2021-01-27 20:58:12'),
(110180,40890,'action complete via WP Cron','2021-01-28 01:58:12','2021-01-27 20:58:12'),
(110181,40891,'action created','2021-01-28 01:58:12','2021-01-27 20:58:12'),
(110182,40891,'action started via WP Cron','2021-01-28 01:59:12','2021-01-27 20:59:12'),
(110183,40891,'action complete via WP Cron','2021-01-28 01:59:12','2021-01-27 20:59:12'),
(110184,40892,'action created','2021-01-28 01:59:12','2021-01-27 20:59:12'),
(110185,40892,'action started via WP Cron','2021-01-28 02:00:14','2021-01-27 21:00:14'),
(110186,40892,'action complete via WP Cron','2021-01-28 02:00:14','2021-01-27 21:00:14'),
(110187,40893,'action created','2021-01-28 02:00:14','2021-01-27 21:00:14'),
(110188,40893,'action started via WP Cron','2021-01-28 02:01:25','2021-01-27 21:01:25'),
(110189,40893,'action complete via WP Cron','2021-01-28 02:01:25','2021-01-27 21:01:25'),
(110190,40894,'action created','2021-01-28 02:01:25','2021-01-27 21:01:25'),
(110191,40894,'action started via WP Cron','2021-01-28 02:02:20','2021-01-27 21:02:20'),
(110192,40894,'action complete via WP Cron','2021-01-28 02:02:20','2021-01-27 21:02:20'),
(110193,40895,'action created','2021-01-28 02:02:21','2021-01-27 21:02:21'),
(110194,40895,'action started via WP Cron','2021-01-28 02:03:20','2021-01-27 21:03:20'),
(110195,40895,'action complete via WP Cron','2021-01-28 02:03:20','2021-01-27 21:03:20'),
(110196,40896,'action created','2021-01-28 02:03:21','2021-01-27 21:03:21'),
(110197,40896,'action started via WP Cron','2021-01-28 02:04:12','2021-01-27 21:04:12'),
(110198,40896,'action complete via WP Cron','2021-01-28 02:04:12','2021-01-27 21:04:12'),
(110199,40897,'action created','2021-01-28 02:04:12','2021-01-27 21:04:12'),
(110200,40897,'action started via WP Cron','2021-01-28 02:05:11','2021-01-27 21:05:11'),
(110201,40897,'action complete via WP Cron','2021-01-28 02:05:11','2021-01-27 21:05:11'),
(110202,40898,'action created','2021-01-28 02:05:11','2021-01-27 21:05:11'),
(110203,40898,'action started via WP Cron','2021-01-28 02:06:42','2021-01-27 21:06:42'),
(110204,40898,'action complete via WP Cron','2021-01-28 02:06:42','2021-01-27 21:06:42'),
(110205,40899,'action created','2021-01-28 02:06:42','2021-01-27 21:06:42'),
(110206,40899,'action started via WP Cron','2021-01-28 02:07:23','2021-01-27 21:07:23'),
(110207,40899,'action complete via WP Cron','2021-01-28 02:07:23','2021-01-27 21:07:23'),
(110208,40900,'action created','2021-01-28 02:07:23','2021-01-27 21:07:23'),
(110209,40900,'action started via WP Cron','2021-01-28 02:08:28','2021-01-27 21:08:28'),
(110210,40900,'action complete via WP Cron','2021-01-28 02:08:28','2021-01-27 21:08:28'),
(110211,40901,'action created','2021-01-28 02:08:28','2021-01-27 21:08:28'),
(110212,40901,'action started via WP Cron','2021-01-28 02:09:29','2021-01-27 21:09:29'),
(110213,40901,'action complete via WP Cron','2021-01-28 02:09:29','2021-01-27 21:09:29'),
(110214,40902,'action created','2021-01-28 02:09:29','2021-01-27 21:09:29'),
(110215,40902,'action started via WP Cron','2021-01-28 02:10:16','2021-01-27 21:10:16'),
(110216,40902,'action complete via WP Cron','2021-01-28 02:10:16','2021-01-27 21:10:16'),
(110217,40903,'action created','2021-01-28 02:10:16','2021-01-27 21:10:16'),
(110218,40903,'action started via WP Cron','2021-01-28 02:11:17','2021-01-27 21:11:17'),
(110219,40903,'action complete via WP Cron','2021-01-28 02:11:17','2021-01-27 21:11:17'),
(110220,40904,'action created','2021-01-28 02:11:17','2021-01-27 21:11:17'),
(110221,40904,'action started via WP Cron','2021-01-28 02:12:25','2021-01-27 21:12:25'),
(110222,40904,'action complete via WP Cron','2021-01-28 02:12:25','2021-01-27 21:12:25'),
(110223,40905,'action created','2021-01-28 02:12:25','2021-01-27 21:12:25'),
(110224,40905,'action started via WP Cron','2021-01-28 02:13:13','2021-01-27 21:13:13'),
(110225,40905,'action complete via WP Cron','2021-01-28 02:13:13','2021-01-27 21:13:13'),
(110226,40906,'action created','2021-01-28 02:13:13','2021-01-27 21:13:13'),
(110227,40906,'action started via WP Cron','2021-01-28 02:14:12','2021-01-27 21:14:12'),
(110228,40906,'action complete via WP Cron','2021-01-28 02:14:12','2021-01-27 21:14:12'),
(110229,40907,'action created','2021-01-28 02:14:12','2021-01-27 21:14:12'),
(110230,40907,'action started via WP Cron','2021-01-28 02:16:08','2021-01-27 21:16:08'),
(110231,40907,'action complete via WP Cron','2021-01-28 02:16:08','2021-01-27 21:16:08'),
(110232,40908,'action created','2021-01-28 02:16:08','2021-01-27 21:16:08'),
(110233,40908,'action started via WP Cron','2021-01-28 02:18:24','2021-01-27 21:18:24'),
(110234,40908,'action complete via WP Cron','2021-01-28 02:18:24','2021-01-27 21:18:24'),
(110235,40909,'action created','2021-01-28 02:18:24','2021-01-27 21:18:24'),
(110236,40909,'action started via WP Cron','2021-01-28 02:19:45','2021-01-27 21:19:45'),
(110237,40909,'action complete via WP Cron','2021-01-28 02:19:45','2021-01-27 21:19:45'),
(110238,40910,'action created','2021-01-28 02:19:47','2021-01-27 21:19:47'),
(110239,40910,'action started via WP Cron','2021-01-28 02:21:38','2021-01-27 21:21:38'),
(110240,40910,'action complete via WP Cron','2021-01-28 02:21:38','2021-01-27 21:21:38'),
(110241,40911,'action created','2021-01-28 02:21:40','2021-01-27 21:21:40'),
(110242,40911,'action started via WP Cron','2021-01-28 02:27:24','2021-01-27 21:27:24'),
(110243,40911,'action complete via WP Cron','2021-01-28 02:27:24','2021-01-27 21:27:24'),
(110244,40912,'action created','2021-01-28 02:27:24','2021-01-27 21:27:24'),
(110245,40912,'action started via WP Cron','2021-01-28 02:28:59','2021-01-27 21:28:59'),
(110246,40912,'action complete via WP Cron','2021-01-28 02:28:59','2021-01-27 21:28:59'),
(110247,40913,'action created','2021-01-28 02:28:59','2021-01-27 21:28:59'),
(110248,40913,'action started via WP Cron','2021-01-28 02:29:25','2021-01-27 21:29:25'),
(110249,40913,'action complete via WP Cron','2021-01-28 02:29:25','2021-01-27 21:29:25'),
(110250,40914,'action created','2021-01-28 02:29:25','2021-01-27 21:29:25'),
(110251,40914,'action started via WP Cron','2021-01-28 02:30:15','2021-01-27 21:30:15'),
(110252,40914,'action complete via WP Cron','2021-01-28 02:30:15','2021-01-27 21:30:15'),
(110253,40915,'action created','2021-01-28 02:30:15','2021-01-27 21:30:15'),
(110254,40915,'action started via WP Cron','2021-01-28 02:31:36','2021-01-27 21:31:36'),
(110255,40915,'action complete via WP Cron','2021-01-28 02:31:36','2021-01-27 21:31:36'),
(110256,40916,'action created','2021-01-28 02:31:36','2021-01-27 21:31:36'),
(110257,40916,'action started via WP Cron','2021-01-28 02:32:35','2021-01-27 21:32:35'),
(110258,40916,'action complete via WP Cron','2021-01-28 02:32:35','2021-01-27 21:32:35'),
(110259,40917,'action created','2021-01-28 02:32:35','2021-01-27 21:32:35'),
(110260,40917,'action started via WP Cron','2021-01-28 02:33:42','2021-01-27 21:33:42'),
(110261,40917,'action complete via WP Cron','2021-01-28 02:33:42','2021-01-27 21:33:42'),
(110262,40918,'action created','2021-01-28 02:33:42','2021-01-27 21:33:42'),
(110263,40918,'action started via WP Cron','2021-01-28 02:35:04','2021-01-27 21:35:04'),
(110264,40918,'action complete via WP Cron','2021-01-28 02:35:04','2021-01-27 21:35:04'),
(110265,40919,'action created','2021-01-28 02:35:04','2021-01-27 21:35:04'),
(110266,40919,'action started via WP Cron','2021-01-28 02:35:53','2021-01-27 21:35:53'),
(110267,40919,'action complete via WP Cron','2021-01-28 02:35:53','2021-01-27 21:35:53'),
(110268,40920,'action created','2021-01-28 02:35:53','2021-01-27 21:35:53'),
(110269,40920,'action started via WP Cron','2021-01-28 02:36:48','2021-01-27 21:36:48'),
(110270,40920,'action complete via WP Cron','2021-01-28 02:36:48','2021-01-27 21:36:48'),
(110271,40921,'action created','2021-01-28 02:36:48','2021-01-27 21:36:48'),
(110272,40921,'action started via WP Cron','2021-01-28 02:38:24','2021-01-27 21:38:24'),
(110273,40921,'action complete via WP Cron','2021-01-28 02:38:24','2021-01-27 21:38:24'),
(110274,40922,'action created','2021-01-28 02:38:24','2021-01-27 21:38:24'),
(110275,40922,'action started via WP Cron','2021-01-28 02:39:18','2021-01-27 21:39:18'),
(110276,40922,'action complete via WP Cron','2021-01-28 02:39:18','2021-01-27 21:39:18'),
(110277,40923,'action created','2021-01-28 02:39:18','2021-01-27 21:39:18'),
(110278,40923,'action started via WP Cron','2021-01-28 02:40:32','2021-01-27 21:40:32'),
(110279,40923,'action complete via WP Cron','2021-01-28 02:40:32','2021-01-27 21:40:32'),
(110280,40924,'action created','2021-01-28 02:40:32','2021-01-27 21:40:32'),
(110281,40924,'action started via WP Cron','2021-01-28 02:41:43','2021-01-27 21:41:43'),
(110282,40924,'action complete via WP Cron','2021-01-28 02:41:43','2021-01-27 21:41:43'),
(110283,40925,'action created','2021-01-28 02:41:43','2021-01-27 21:41:43'),
(110284,40925,'action started via WP Cron','2021-01-28 02:42:12','2021-01-27 21:42:12'),
(110285,40925,'action complete via WP Cron','2021-01-28 02:42:12','2021-01-27 21:42:12'),
(110286,40926,'action created','2021-01-28 02:42:12','2021-01-27 21:42:12'),
(110287,40926,'action started via WP Cron','2021-01-28 02:43:12','2021-01-27 21:43:12'),
(110288,40926,'action complete via WP Cron','2021-01-28 02:43:12','2021-01-27 21:43:12'),
(110289,40927,'action created','2021-01-28 02:43:12','2021-01-27 21:43:12'),
(110290,40927,'action started via WP Cron','2021-01-28 02:44:20','2021-01-27 21:44:20'),
(110291,40927,'action complete via WP Cron','2021-01-28 02:44:20','2021-01-27 21:44:20'),
(110292,40928,'action created','2021-01-28 02:44:20','2021-01-27 21:44:20'),
(110293,40928,'action started via WP Cron','2021-01-28 02:45:14','2021-01-27 21:45:14'),
(110294,40928,'action complete via WP Cron','2021-01-28 02:45:14','2021-01-27 21:45:14'),
(110295,40929,'action created','2021-01-28 02:46:26','2021-01-27 21:46:26'),
(110296,40929,'action started via WP Cron','2021-01-28 02:47:56','2021-01-27 21:47:56'),
(110297,40929,'action complete via WP Cron','2021-01-28 02:47:57','2021-01-27 21:47:57'),
(110298,40930,'action created','2021-01-28 02:47:57','2021-01-27 21:47:57'),
(110299,40930,'action started via WP Cron','2021-01-28 02:48:26','2021-01-27 21:48:26'),
(110300,40930,'action complete via WP Cron','2021-01-28 02:48:26','2021-01-27 21:48:26'),
(110301,40931,'action created','2021-01-28 02:48:26','2021-01-27 21:48:26'),
(110302,40931,'action started via WP Cron','2021-01-28 02:49:38','2021-01-27 21:49:38'),
(110303,40931,'action complete via WP Cron','2021-01-28 02:49:38','2021-01-27 21:49:38'),
(110304,40932,'action created','2021-01-28 02:49:38','2021-01-27 21:49:38'),
(110305,40932,'action started via WP Cron','2021-01-28 02:51:13','2021-01-27 21:51:13'),
(110306,40932,'action complete via WP Cron','2021-01-28 02:51:13','2021-01-27 21:51:13'),
(110307,40933,'action created','2021-01-28 02:51:13','2021-01-27 21:51:13'),
(110308,40933,'action started via WP Cron','2021-01-28 02:53:11','2021-01-27 21:53:11'),
(110309,40933,'action complete via WP Cron','2021-01-28 02:53:11','2021-01-27 21:53:11'),
(110310,40934,'action created','2021-01-28 02:53:11','2021-01-27 21:53:11'),
(110311,40934,'action started via WP Cron','2021-01-28 02:58:29','2021-01-27 21:58:29'),
(110312,40934,'action complete via WP Cron','2021-01-28 02:58:29','2021-01-27 21:58:29'),
(110313,40935,'action created','2021-01-28 02:58:29','2021-01-27 21:58:29'),
(110314,40935,'action started via WP Cron','2021-01-28 02:59:27','2021-01-27 21:59:27'),
(110315,40935,'action complete via WP Cron','2021-01-28 02:59:27','2021-01-27 21:59:27'),
(110316,40936,'action created','2021-01-28 02:59:27','2021-01-27 21:59:27'),
(110317,40936,'action started via WP Cron','2021-01-28 03:01:06','2021-01-27 22:01:06'),
(110318,40936,'action complete via WP Cron','2021-01-28 03:01:06','2021-01-27 22:01:06'),
(110319,40937,'action created','2021-01-28 03:01:06','2021-01-27 22:01:06'),
(110320,40937,'action started via WP Cron','2021-01-28 03:02:11','2021-01-27 22:02:11'),
(110321,40937,'action complete via WP Cron','2021-01-28 03:02:11','2021-01-27 22:02:11'),
(110322,40938,'action created','2021-01-28 03:02:11','2021-01-27 22:02:11'),
(110323,40938,'action started via WP Cron','2021-01-28 03:03:26','2021-01-27 22:03:26'),
(110324,40938,'action complete via WP Cron','2021-01-28 03:03:26','2021-01-27 22:03:26'),
(110325,40939,'action created','2021-01-28 03:03:26','2021-01-27 22:03:26'),
(110326,40939,'action started via WP Cron','2021-01-28 03:06:07','2021-01-27 22:06:07'),
(110327,40939,'action complete via WP Cron','2021-01-28 03:06:07','2021-01-27 22:06:07'),
(110328,40940,'action created','2021-01-28 03:06:07','2021-01-27 22:06:07'),
(110329,40940,'action started via WP Cron','2021-01-28 03:08:39','2021-01-27 22:08:39'),
(110330,40940,'action complete via WP Cron','2021-01-28 03:08:39','2021-01-27 22:08:39'),
(110331,40941,'action created','2021-01-28 03:08:39','2021-01-27 22:08:39'),
(110332,40941,'action started via WP Cron','2021-01-28 03:10:15','2021-01-27 22:10:15'),
(110333,40941,'action complete via WP Cron','2021-01-28 03:10:15','2021-01-27 22:10:15'),
(110334,40942,'action created','2021-01-28 03:10:15','2021-01-27 22:10:15'),
(110335,40942,'action started via WP Cron','2021-01-28 03:13:56','2021-01-27 22:13:56'),
(110336,40942,'action complete via WP Cron','2021-01-28 03:13:56','2021-01-27 22:13:56'),
(110337,40943,'action created','2021-01-28 03:13:56','2021-01-27 22:13:56'),
(110338,40943,'action started via WP Cron','2021-01-28 03:16:01','2021-01-27 22:16:01'),
(110339,40943,'action complete via WP Cron','2021-01-28 03:16:01','2021-01-27 22:16:01'),
(110340,40944,'action created','2021-01-28 03:16:01','2021-01-27 22:16:01'),
(110341,40944,'action started via WP Cron','2021-01-28 03:16:25','2021-01-27 22:16:25'),
(110342,40944,'action complete via WP Cron','2021-01-28 03:16:25','2021-01-27 22:16:25'),
(110343,40945,'action created','2021-01-28 03:16:25','2021-01-27 22:16:25'),
(110344,40945,'action started via WP Cron','2021-01-28 03:17:53','2021-01-27 22:17:53'),
(110345,40945,'action complete via WP Cron','2021-01-28 03:17:53','2021-01-27 22:17:53'),
(110346,40946,'action created','2021-01-28 03:17:53','2021-01-27 22:17:53'),
(110347,40946,'action started via WP Cron','2021-01-28 03:19:30','2021-01-27 22:19:30'),
(110348,40946,'action complete via WP Cron','2021-01-28 03:19:30','2021-01-27 22:19:30'),
(110349,40947,'action created','2021-01-28 03:19:30','2021-01-27 22:19:30'),
(110350,40947,'action started via WP Cron','2021-01-28 03:20:16','2021-01-27 22:20:16'),
(110351,40947,'action complete via WP Cron','2021-01-28 03:20:16','2021-01-27 22:20:16'),
(110352,40948,'action created','2021-01-28 03:20:16','2021-01-27 22:20:16'),
(110353,40948,'action started via WP Cron','2021-01-28 03:21:23','2021-01-27 22:21:23'),
(110354,40948,'action complete via WP Cron','2021-01-28 03:21:23','2021-01-27 22:21:23'),
(110355,40949,'action created','2021-01-28 03:21:23','2021-01-27 22:21:23'),
(110356,40949,'action started via WP Cron','2021-01-28 03:22:11','2021-01-27 22:22:11'),
(110357,40949,'action complete via WP Cron','2021-01-28 03:22:11','2021-01-27 22:22:11'),
(110358,40950,'action created','2021-01-28 03:22:11','2021-01-27 22:22:11'),
(110359,40950,'action started via WP Cron','2021-01-28 03:23:22','2021-01-27 22:23:22'),
(110360,40950,'action complete via WP Cron','2021-01-28 03:23:22','2021-01-27 22:23:22'),
(110361,40951,'action created','2021-01-28 03:23:23','2021-01-27 22:23:23'),
(110362,40951,'action started via WP Cron','2021-01-28 03:24:13','2021-01-27 22:24:13'),
(110363,40951,'action complete via WP Cron','2021-01-28 03:24:13','2021-01-27 22:24:13'),
(110364,40952,'action created','2021-01-28 03:24:13','2021-01-27 22:24:13'),
(110365,40952,'action started via WP Cron','2021-01-28 03:25:14','2021-01-27 22:25:14'),
(110366,40952,'action complete via WP Cron','2021-01-28 03:25:14','2021-01-27 22:25:14'),
(110367,40953,'action created','2021-01-28 03:25:14','2021-01-27 22:25:14'),
(110368,40953,'action started via WP Cron','2021-01-28 03:26:23','2021-01-27 22:26:23'),
(110369,40953,'action complete via WP Cron','2021-01-28 03:26:23','2021-01-27 22:26:23'),
(110370,40954,'action created','2021-01-28 03:26:23','2021-01-27 22:26:23'),
(110371,40954,'action started via WP Cron','2021-01-28 03:27:12','2021-01-27 22:27:12'),
(110372,40954,'action complete via WP Cron','2021-01-28 03:27:12','2021-01-27 22:27:12'),
(110373,40955,'action created','2021-01-28 03:27:12','2021-01-27 22:27:12'),
(110374,40955,'action started via WP Cron','2021-01-28 03:28:16','2021-01-27 22:28:16'),
(110375,40955,'action complete via WP Cron','2021-01-28 03:28:16','2021-01-27 22:28:16'),
(110376,40956,'action created','2021-01-28 03:28:16','2021-01-27 22:28:16'),
(110377,40956,'action started via WP Cron','2021-01-28 03:29:20','2021-01-27 22:29:20'),
(110378,40956,'action complete via WP Cron','2021-01-28 03:29:20','2021-01-27 22:29:20'),
(110379,40957,'action created','2021-01-28 03:29:20','2021-01-27 22:29:20'),
(110380,40957,'action started via WP Cron','2021-01-28 03:30:22','2021-01-27 22:30:22'),
(110381,40957,'action complete via WP Cron','2021-01-28 03:30:22','2021-01-27 22:30:22'),
(110382,40958,'action created','2021-01-28 03:30:23','2021-01-27 22:30:23'),
(110383,40958,'action started via WP Cron','2021-01-28 03:31:20','2021-01-27 22:31:20'),
(110384,40958,'action complete via WP Cron','2021-01-28 03:31:20','2021-01-27 22:31:20'),
(110385,40959,'action created','2021-01-28 03:31:20','2021-01-27 22:31:20'),
(110386,40959,'action started via WP Cron','2021-01-28 03:32:29','2021-01-27 22:32:29'),
(110387,40959,'action complete via WP Cron','2021-01-28 03:32:29','2021-01-27 22:32:29'),
(110388,40960,'action created','2021-01-28 03:32:29','2021-01-27 22:32:29'),
(110389,40960,'action started via WP Cron','2021-01-28 03:33:24','2021-01-27 22:33:24'),
(110390,40960,'action complete via WP Cron','2021-01-28 03:33:24','2021-01-27 22:33:24'),
(110391,40961,'action created','2021-01-28 03:33:24','2021-01-27 22:33:24'),
(110392,40961,'action started via WP Cron','2021-01-28 03:34:14','2021-01-27 22:34:14'),
(110393,40961,'action complete via WP Cron','2021-01-28 03:34:15','2021-01-27 22:34:15'),
(110394,40962,'action created','2021-01-28 03:34:15','2021-01-27 22:34:15'),
(110395,40962,'action started via WP Cron','2021-01-28 03:35:14','2021-01-27 22:35:14'),
(110396,40962,'action complete via WP Cron','2021-01-28 03:35:14','2021-01-27 22:35:14'),
(110397,40963,'action created','2021-01-28 03:35:14','2021-01-27 22:35:14'),
(110398,40963,'action started via WP Cron','2021-01-28 03:36:27','2021-01-27 22:36:27'),
(110399,40963,'action complete via WP Cron','2021-01-28 03:36:27','2021-01-27 22:36:27'),
(110400,40964,'action created','2021-01-28 03:36:27','2021-01-27 22:36:27'),
(110401,40964,'action started via WP Cron','2021-01-28 03:37:17','2021-01-27 22:37:17'),
(110402,40964,'action complete via WP Cron','2021-01-28 03:37:17','2021-01-27 22:37:17'),
(110403,40965,'action created','2021-01-28 03:37:17','2021-01-27 22:37:17'),
(110404,40965,'action started via WP Cron','2021-01-28 03:38:16','2021-01-27 22:38:16'),
(110405,40965,'action complete via WP Cron','2021-01-28 03:38:16','2021-01-27 22:38:16'),
(110406,40966,'action created','2021-01-28 03:38:17','2021-01-27 22:38:17'),
(110407,40966,'action started via WP Cron','2021-01-28 03:39:14','2021-01-27 22:39:14'),
(110408,40966,'action complete via WP Cron','2021-01-28 03:39:14','2021-01-27 22:39:14'),
(110409,40967,'action created','2021-01-28 03:39:14','2021-01-27 22:39:14'),
(110410,40967,'action started via WP Cron','2021-01-28 03:40:32','2021-01-27 22:40:32'),
(110411,40967,'action complete via WP Cron','2021-01-28 03:40:32','2021-01-27 22:40:32'),
(110412,40968,'action created','2021-01-28 03:40:32','2021-01-27 22:40:32'),
(110413,40968,'action started via WP Cron','2021-01-28 03:41:21','2021-01-27 22:41:21'),
(110414,40968,'action complete via WP Cron','2021-01-28 03:41:21','2021-01-27 22:41:21'),
(110415,40969,'action created','2021-01-28 03:41:21','2021-01-27 22:41:21'),
(110416,40969,'action started via WP Cron','2021-01-28 03:42:24','2021-01-27 22:42:24'),
(110417,40969,'action complete via WP Cron','2021-01-28 03:42:24','2021-01-27 22:42:24'),
(110418,40970,'action created','2021-01-28 03:42:24','2021-01-27 22:42:24'),
(110419,40970,'action started via WP Cron','2021-01-28 03:43:12','2021-01-27 22:43:12'),
(110420,40970,'action complete via WP Cron','2021-01-28 03:43:12','2021-01-27 22:43:12'),
(110421,40971,'action created','2021-01-28 03:43:12','2021-01-27 22:43:12'),
(110422,40971,'action started via WP Cron','2021-01-28 03:44:19','2021-01-27 22:44:19'),
(110423,40971,'action complete via WP Cron','2021-01-28 03:44:19','2021-01-27 22:44:19'),
(110424,40972,'action created','2021-01-28 03:44:19','2021-01-27 22:44:19'),
(110425,40972,'action started via WP Cron','2021-01-28 03:45:11','2021-01-27 22:45:11'),
(110426,40972,'action complete via WP Cron','2021-01-28 03:45:11','2021-01-27 22:45:11'),
(110427,40973,'action created','2021-01-28 03:45:11','2021-01-27 22:45:11'),
(110428,40973,'action started via WP Cron','2021-01-28 03:47:23','2021-01-27 22:47:23'),
(110429,40973,'action complete via WP Cron','2021-01-28 03:47:23','2021-01-27 22:47:23'),
(110430,40974,'action created','2021-01-28 03:47:23','2021-01-27 22:47:23'),
(110431,40974,'action started via WP Cron','2021-01-28 03:48:25','2021-01-27 22:48:25'),
(110432,40974,'action complete via WP Cron','2021-01-28 03:48:25','2021-01-27 22:48:25'),
(110433,40975,'action created','2021-01-28 03:48:25','2021-01-27 22:48:25'),
(110434,40975,'action started via WP Cron','2021-01-28 03:55:27','2021-01-27 22:55:27'),
(110435,40975,'action complete via WP Cron','2021-01-28 03:55:27','2021-01-27 22:55:27'),
(110436,40976,'action created','2021-01-28 03:55:27','2021-01-27 22:55:27'),
(110437,40976,'action started via WP Cron','2021-01-28 03:56:41','2021-01-27 22:56:41'),
(110438,40976,'action complete via WP Cron','2021-01-28 03:56:41','2021-01-27 22:56:41'),
(110439,40977,'action created','2021-01-28 03:56:42','2021-01-27 22:56:42'),
(110440,40977,'action started via WP Cron','2021-01-28 03:59:23','2021-01-27 22:59:23'),
(110441,40977,'action complete via WP Cron','2021-01-28 03:59:23','2021-01-27 22:59:23'),
(110442,40978,'action created','2021-01-28 03:59:23','2021-01-27 22:59:23'),
(110443,40978,'action started via WP Cron','2021-01-28 04:00:13','2021-01-27 23:00:13'),
(110444,40978,'action complete via WP Cron','2021-01-28 04:00:13','2021-01-27 23:00:13'),
(110445,40979,'action created','2021-01-28 04:00:13','2021-01-27 23:00:13'),
(110446,40979,'action started via WP Cron','2021-01-28 04:03:43','2021-01-27 23:03:43'),
(110447,40979,'action complete via WP Cron','2021-01-28 04:03:43','2021-01-27 23:03:43'),
(110448,40980,'action created','2021-01-28 04:03:43','2021-01-27 23:03:43'),
(110449,40980,'action started via WP Cron','2021-01-28 04:05:44','2021-01-27 23:05:44'),
(110450,40980,'action complete via WP Cron','2021-01-28 04:05:44','2021-01-27 23:05:44'),
(110451,40981,'action created','2021-01-28 04:05:45','2021-01-27 23:05:45'),
(110452,40981,'action started via WP Cron','2021-01-28 04:06:24','2021-01-27 23:06:24'),
(110453,40981,'action complete via WP Cron','2021-01-28 04:06:24','2021-01-27 23:06:24'),
(110454,40982,'action created','2021-01-28 04:06:24','2021-01-27 23:06:24'),
(110455,40982,'action started via WP Cron','2021-01-28 04:09:02','2021-01-27 23:09:02'),
(110456,40982,'action complete via WP Cron','2021-01-28 04:09:02','2021-01-27 23:09:02'),
(110457,40983,'action created','2021-01-28 04:09:02','2021-01-27 23:09:02'),
(110458,40983,'action started via WP Cron','2021-01-28 04:12:40','2021-01-27 23:12:40'),
(110459,40983,'action complete via WP Cron','2021-01-28 04:12:40','2021-01-27 23:12:40'),
(110460,40984,'action created','2021-01-28 04:12:40','2021-01-27 23:12:40'),
(110461,40984,'action started via WP Cron','2021-01-28 04:13:12','2021-01-27 23:13:12'),
(110462,40984,'action complete via WP Cron','2021-01-28 04:13:12','2021-01-27 23:13:12'),
(110463,40985,'action created','2021-01-28 04:13:12','2021-01-27 23:13:12'),
(110464,40985,'action started via WP Cron','2021-01-28 04:14:23','2021-01-27 23:14:23'),
(110465,40985,'action complete via WP Cron','2021-01-28 04:14:23','2021-01-27 23:14:23'),
(110466,40986,'action created','2021-01-28 04:14:23','2021-01-27 23:14:23'),
(110467,40986,'action started via WP Cron','2021-01-28 04:15:18','2021-01-27 23:15:18'),
(110468,40986,'action complete via WP Cron','2021-01-28 04:15:18','2021-01-27 23:15:18'),
(110469,40987,'action created','2021-01-28 04:15:18','2021-01-27 23:15:18'),
(110470,40987,'action started via WP Cron','2021-01-28 04:16:29','2021-01-27 23:16:29'),
(110471,40987,'action complete via WP Cron','2021-01-28 04:16:29','2021-01-27 23:16:29'),
(110472,40988,'action created','2021-01-28 04:16:29','2021-01-27 23:16:29'),
(110473,40988,'action started via WP Cron','2021-01-28 04:17:13','2021-01-27 23:17:13'),
(110474,40988,'action complete via WP Cron','2021-01-28 04:17:13','2021-01-27 23:17:13'),
(110475,40989,'action created','2021-01-28 04:17:13','2021-01-27 23:17:13'),
(110476,40989,'action started via WP Cron','2021-01-28 04:18:45','2021-01-27 23:18:45'),
(110477,40989,'action complete via WP Cron','2021-01-28 04:18:45','2021-01-27 23:18:45'),
(110478,40990,'action created','2021-01-28 04:18:45','2021-01-27 23:18:45'),
(110479,40990,'action started via WP Cron','2021-01-28 04:23:08','2021-01-27 23:23:08'),
(110480,40990,'action complete via WP Cron','2021-01-28 04:23:08','2021-01-27 23:23:08'),
(110481,40991,'action created','2021-01-28 04:23:08','2021-01-27 23:23:08'),
(110482,40991,'action started via WP Cron','2021-01-28 04:24:21','2021-01-27 23:24:21'),
(110483,40991,'action complete via WP Cron','2021-01-28 04:24:21','2021-01-27 23:24:21'),
(110484,40992,'action created','2021-01-28 04:24:21','2021-01-27 23:24:21'),
(110485,40992,'action started via WP Cron','2021-01-28 04:25:21','2021-01-27 23:25:21'),
(110486,40992,'action complete via WP Cron','2021-01-28 04:25:21','2021-01-27 23:25:21'),
(110487,40993,'action created','2021-01-28 04:25:21','2021-01-27 23:25:21'),
(110488,40993,'action started via WP Cron','2021-01-28 04:26:26','2021-01-27 23:26:26'),
(110489,40993,'action complete via WP Cron','2021-01-28 04:26:26','2021-01-27 23:26:26'),
(110490,40994,'action created','2021-01-28 04:26:26','2021-01-27 23:26:26'),
(110491,40994,'action started via WP Cron','2021-01-28 04:27:44','2021-01-27 23:27:44'),
(110492,40994,'action complete via WP Cron','2021-01-28 04:27:44','2021-01-27 23:27:44'),
(110493,40995,'action created','2021-01-28 04:27:44','2021-01-27 23:27:44'),
(110494,40995,'action started via WP Cron','2021-01-28 04:29:08','2021-01-27 23:29:08'),
(110495,40995,'action complete via WP Cron','2021-01-28 04:29:08','2021-01-27 23:29:08'),
(110496,40996,'action created','2021-01-28 04:29:08','2021-01-27 23:29:08'),
(110497,40996,'action started via WP Cron','2021-01-28 04:30:13','2021-01-27 23:30:13'),
(110498,40996,'action complete via WP Cron','2021-01-28 04:30:13','2021-01-27 23:30:13'),
(110499,40997,'action created','2021-01-28 04:30:13','2021-01-27 23:30:13'),
(110500,40997,'action started via WP Cron','2021-01-28 04:31:24','2021-01-27 23:31:24'),
(110501,40997,'action complete via WP Cron','2021-01-28 04:31:24','2021-01-27 23:31:24'),
(110502,40998,'action created','2021-01-28 04:31:24','2021-01-27 23:31:24'),
(110503,40998,'action started via WP Cron','2021-01-28 04:32:36','2021-01-27 23:32:36'),
(110504,40998,'action complete via WP Cron','2021-01-28 04:32:36','2021-01-27 23:32:36'),
(110505,40999,'action created','2021-01-28 04:32:36','2021-01-27 23:32:36'),
(110506,40999,'action started via WP Cron','2021-01-28 04:33:19','2021-01-27 23:33:19'),
(110507,40999,'action complete via WP Cron','2021-01-28 04:33:19','2021-01-27 23:33:19'),
(110508,41000,'action created','2021-01-28 04:33:19','2021-01-27 23:33:19'),
(110509,41000,'action started via WP Cron','2021-01-28 04:34:20','2021-01-27 23:34:20'),
(110510,41000,'action complete via WP Cron','2021-01-28 04:34:20','2021-01-27 23:34:20'),
(110511,41001,'action created','2021-01-28 04:34:20','2021-01-27 23:34:20'),
(110512,41001,'action started via WP Cron','2021-01-28 04:35:21','2021-01-27 23:35:21'),
(110513,41001,'action complete via WP Cron','2021-01-28 04:35:21','2021-01-27 23:35:21'),
(110514,41002,'action created','2021-01-28 04:35:21','2021-01-27 23:35:21'),
(110515,41002,'action started via WP Cron','2021-01-28 04:36:32','2021-01-27 23:36:32'),
(110516,41002,'action complete via WP Cron','2021-01-28 04:36:32','2021-01-27 23:36:32'),
(110517,41003,'action created','2021-01-28 04:36:32','2021-01-27 23:36:32'),
(110518,41003,'action started via WP Cron','2021-01-28 04:37:21','2021-01-27 23:37:21'),
(110519,41003,'action complete via WP Cron','2021-01-28 04:37:21','2021-01-27 23:37:21'),
(110520,41004,'action created','2021-01-28 04:37:21','2021-01-27 23:37:21'),
(110521,41004,'action started via WP Cron','2021-01-28 04:39:23','2021-01-27 23:39:23'),
(110522,41004,'action complete via WP Cron','2021-01-28 04:39:23','2021-01-27 23:39:23'),
(110523,41005,'action created','2021-01-28 04:39:23','2021-01-27 23:39:23'),
(110524,41005,'action started via WP Cron','2021-01-28 04:42:04','2021-01-27 23:42:04'),
(110525,41005,'action complete via WP Cron','2021-01-28 04:42:04','2021-01-27 23:42:04'),
(110526,41006,'action created','2021-01-28 04:42:04','2021-01-27 23:42:04'),
(110527,41006,'action started via WP Cron','2021-01-28 04:42:19','2021-01-27 23:42:19'),
(110528,41006,'action complete via WP Cron','2021-01-28 04:42:19','2021-01-27 23:42:19'),
(110529,41007,'action created','2021-01-28 04:42:19','2021-01-27 23:42:19'),
(110530,41007,'action started via WP Cron','2021-01-28 04:44:17','2021-01-27 23:44:17'),
(110531,41007,'action complete via WP Cron','2021-01-28 04:44:17','2021-01-27 23:44:17'),
(110532,41008,'action created','2021-01-28 04:44:17','2021-01-27 23:44:17'),
(110533,41008,'action started via WP Cron','2021-01-28 04:46:01','2021-01-27 23:46:01'),
(110534,41008,'action complete via WP Cron','2021-01-28 04:46:01','2021-01-27 23:46:01'),
(110535,41009,'action created','2021-01-28 04:46:01','2021-01-27 23:46:01'),
(110536,41009,'action started via WP Cron','2021-01-28 04:46:20','2021-01-27 23:46:20'),
(110537,41009,'action complete via WP Cron','2021-01-28 04:46:20','2021-01-27 23:46:20'),
(110538,41010,'action created','2021-01-28 04:46:20','2021-01-27 23:46:20'),
(110539,41010,'action started via WP Cron','2021-01-28 04:47:13','2021-01-27 23:47:13'),
(110540,41010,'action complete via WP Cron','2021-01-28 04:47:13','2021-01-27 23:47:13'),
(110541,41011,'action created','2021-01-28 04:47:14','2021-01-27 23:47:14'),
(110542,41011,'action started via WP Cron','2021-01-28 04:48:34','2021-01-27 23:48:34'),
(110543,41011,'action complete via WP Cron','2021-01-28 04:48:34','2021-01-27 23:48:34'),
(110544,41012,'action created','2021-01-28 04:48:34','2021-01-27 23:48:34'),
(110545,41012,'action started via WP Cron','2021-01-28 04:51:33','2021-01-27 23:51:33'),
(110546,41012,'action complete via WP Cron','2021-01-28 04:51:33','2021-01-27 23:51:33'),
(110547,41013,'action created','2021-01-28 04:51:33','2021-01-27 23:51:33'),
(110548,41013,'action started via WP Cron','2021-01-28 04:52:15','2021-01-27 23:52:15'),
(110549,41013,'action complete via WP Cron','2021-01-28 04:52:15','2021-01-27 23:52:15'),
(110550,41014,'action created','2021-01-28 04:52:15','2021-01-27 23:52:15'),
(110551,41014,'action started via WP Cron','2021-01-28 04:55:15','2021-01-27 23:55:15'),
(110552,41014,'action complete via WP Cron','2021-01-28 04:55:15','2021-01-27 23:55:15'),
(110553,41015,'action created','2021-01-28 04:55:15','2021-01-27 23:55:15'),
(110554,41015,'action started via WP Cron','2021-01-28 05:01:00','2021-01-28 00:01:00'),
(110555,41015,'action complete via WP Cron','2021-01-28 05:01:00','2021-01-28 00:01:00'),
(110556,41016,'action created','2021-01-28 05:01:00','2021-01-28 00:01:00'),
(110557,41016,'action started via WP Cron','2021-01-28 05:01:35','2021-01-28 00:01:35'),
(110558,41016,'action complete via WP Cron','2021-01-28 05:01:35','2021-01-28 00:01:35'),
(110559,41017,'action created','2021-01-28 05:01:35','2021-01-28 00:01:35'),
(110560,41017,'action started via WP Cron','2021-01-28 05:03:27','2021-01-28 00:03:27'),
(110561,41017,'action complete via WP Cron','2021-01-28 05:03:27','2021-01-28 00:03:27'),
(110562,41018,'action created','2021-01-28 05:03:27','2021-01-28 00:03:27'),
(110563,41018,'action started via WP Cron','2021-01-28 05:06:25','2021-01-28 00:06:25'),
(110564,41018,'action complete via WP Cron','2021-01-28 05:06:25','2021-01-28 00:06:25'),
(110565,41019,'action created','2021-01-28 05:06:25','2021-01-28 00:06:25'),
(110566,41019,'action started via WP Cron','2021-01-28 05:07:24','2021-01-28 00:07:24'),
(110567,41019,'action complete via WP Cron','2021-01-28 05:07:24','2021-01-28 00:07:24'),
(110568,41020,'action created','2021-01-28 05:07:24','2021-01-28 00:07:24'),
(110569,41020,'action started via WP Cron','2021-01-28 05:08:30','2021-01-28 00:08:30'),
(110570,41020,'action complete via WP Cron','2021-01-28 05:08:30','2021-01-28 00:08:30'),
(110571,41021,'action created','2021-01-28 05:08:30','2021-01-28 00:08:30'),
(110572,41021,'action started via WP Cron','2021-01-28 05:09:18','2021-01-28 00:09:18'),
(110573,41021,'action complete via WP Cron','2021-01-28 05:09:18','2021-01-28 00:09:18'),
(110574,41022,'action created','2021-01-28 05:09:18','2021-01-28 00:09:18'),
(110575,41022,'action started via WP Cron','2021-01-28 05:10:28','2021-01-28 00:10:28'),
(110576,41022,'action complete via WP Cron','2021-01-28 05:10:28','2021-01-28 00:10:28'),
(110577,41023,'action created','2021-01-28 05:10:28','2021-01-28 00:10:28'),
(110578,41023,'action started via WP Cron','2021-01-28 05:11:53','2021-01-28 00:11:53'),
(110579,41023,'action complete via WP Cron','2021-01-28 05:11:53','2021-01-28 00:11:53'),
(110580,41024,'action created','2021-01-28 05:11:53','2021-01-28 00:11:53'),
(110581,41024,'action started via WP Cron','2021-01-28 05:13:06','2021-01-28 00:13:06'),
(110582,41024,'action complete via WP Cron','2021-01-28 05:13:06','2021-01-28 00:13:06'),
(110583,41025,'action created','2021-01-28 05:13:06','2021-01-28 00:13:06'),
(110584,41025,'action started via WP Cron','2021-01-28 05:13:34','2021-01-28 00:13:34'),
(110585,41025,'action complete via WP Cron','2021-01-28 05:13:34','2021-01-28 00:13:34'),
(110586,41026,'action created','2021-01-28 05:13:55','2021-01-28 00:13:55'),
(110587,41026,'action started via WP Cron','2021-01-28 05:16:06','2021-01-28 00:16:06'),
(110588,41026,'action complete via WP Cron','2021-01-28 05:16:06','2021-01-28 00:16:06'),
(110589,41027,'action created','2021-01-28 05:16:07','2021-01-28 00:16:07'),
(110590,41027,'action started via WP Cron','2021-01-28 05:16:23','2021-01-28 00:16:23'),
(110591,41027,'action complete via WP Cron','2021-01-28 05:16:23','2021-01-28 00:16:23'),
(110592,41028,'action created','2021-01-28 05:16:23','2021-01-28 00:16:23'),
(110593,41028,'action started via WP Cron','2021-01-28 05:18:03','2021-01-28 00:18:03'),
(110594,41028,'action complete via WP Cron','2021-01-28 05:18:03','2021-01-28 00:18:03'),
(110595,41029,'action created','2021-01-28 05:18:24','2021-01-28 00:18:24'),
(110596,41029,'action started via WP Cron','2021-01-28 05:19:56','2021-01-28 00:19:56'),
(110597,41029,'action complete via WP Cron','2021-01-28 05:19:56','2021-01-28 00:19:56'),
(110598,41030,'action created','2021-01-28 05:20:33','2021-01-28 00:20:33'),
(110599,41030,'action started via WP Cron','2021-01-28 05:21:14','2021-01-28 00:21:14'),
(110600,41030,'action complete via WP Cron','2021-01-28 05:21:14','2021-01-28 00:21:14'),
(110601,41031,'action created','2021-01-28 05:21:14','2021-01-28 00:21:14'),
(110602,41031,'action started via WP Cron','2021-01-28 05:22:18','2021-01-28 00:22:18'),
(110603,41031,'action complete via WP Cron','2021-01-28 05:22:18','2021-01-28 00:22:18'),
(110604,41032,'action created','2021-01-28 05:22:18','2021-01-28 00:22:18'),
(110605,41032,'action started via WP Cron','2021-01-28 05:23:28','2021-01-28 00:23:28'),
(110606,41032,'action complete via WP Cron','2021-01-28 05:23:28','2021-01-28 00:23:28'),
(110607,41033,'action created','2021-01-28 05:23:28','2021-01-28 00:23:28'),
(110608,41033,'action started via WP Cron','2021-01-28 05:24:32','2021-01-28 00:24:32'),
(110609,41033,'action complete via WP Cron','2021-01-28 05:24:32','2021-01-28 00:24:32'),
(110610,41034,'action created','2021-01-28 05:24:32','2021-01-28 00:24:32'),
(110611,41034,'action started via WP Cron','2021-01-28 05:25:29','2021-01-28 00:25:29'),
(110612,41034,'action complete via WP Cron','2021-01-28 05:25:29','2021-01-28 00:25:29'),
(110613,41035,'action created','2021-01-28 05:25:30','2021-01-28 00:25:30'),
(110614,41035,'action started via WP Cron','2021-01-28 05:26:20','2021-01-28 00:26:20'),
(110615,41035,'action complete via WP Cron','2021-01-28 05:26:20','2021-01-28 00:26:20'),
(110616,41036,'action created','2021-01-28 05:26:20','2021-01-28 00:26:20'),
(110617,41036,'action started via WP Cron','2021-01-28 05:27:16','2021-01-28 00:27:16'),
(110618,41036,'action complete via WP Cron','2021-01-28 05:27:16','2021-01-28 00:27:16'),
(110619,41037,'action created','2021-01-28 05:27:16','2021-01-28 00:27:16'),
(110620,41037,'action started via WP Cron','2021-01-28 05:28:12','2021-01-28 00:28:12'),
(110621,41037,'action complete via WP Cron','2021-01-28 05:28:12','2021-01-28 00:28:12'),
(110622,41038,'action created','2021-01-28 05:28:12','2021-01-28 00:28:12'),
(110623,41038,'action started via WP Cron','2021-01-28 05:29:16','2021-01-28 00:29:16'),
(110624,41038,'action complete via WP Cron','2021-01-28 05:29:16','2021-01-28 00:29:16'),
(110625,41039,'action created','2021-01-28 05:29:16','2021-01-28 00:29:16'),
(110626,41039,'action started via WP Cron','2021-01-28 05:30:24','2021-01-28 00:30:24'),
(110627,41039,'action complete via WP Cron','2021-01-28 05:30:24','2021-01-28 00:30:24'),
(110628,41040,'action created','2021-01-28 05:30:24','2021-01-28 00:30:24'),
(110629,41040,'action started via WP Cron','2021-01-28 05:31:23','2021-01-28 00:31:23'),
(110630,41040,'action complete via WP Cron','2021-01-28 05:31:23','2021-01-28 00:31:23'),
(110631,41041,'action created','2021-01-28 05:31:23','2021-01-28 00:31:23'),
(110632,41041,'action started via WP Cron','2021-01-28 05:32:18','2021-01-28 00:32:18'),
(110633,41041,'action complete via WP Cron','2021-01-28 05:32:18','2021-01-28 00:32:18'),
(110634,41042,'action created','2021-01-28 05:32:18','2021-01-28 00:32:18'),
(110635,41042,'action started via WP Cron','2021-01-28 05:34:26','2021-01-28 00:34:26'),
(110636,41042,'action complete via WP Cron','2021-01-28 05:34:26','2021-01-28 00:34:26'),
(110637,41043,'action created','2021-01-28 05:34:26','2021-01-28 00:34:26'),
(110638,41043,'action started via WP Cron','2021-01-28 05:35:31','2021-01-28 00:35:31'),
(110639,41043,'action complete via WP Cron','2021-01-28 05:35:31','2021-01-28 00:35:31'),
(110640,41044,'action created','2021-01-28 05:35:31','2021-01-28 00:35:31'),
(110641,41044,'action started via WP Cron','2021-01-28 05:36:27','2021-01-28 00:36:27'),
(110642,41044,'action complete via WP Cron','2021-01-28 05:36:27','2021-01-28 00:36:27'),
(110643,41045,'action created','2021-01-28 05:36:27','2021-01-28 00:36:27'),
(110644,41045,'action started via WP Cron','2021-01-28 05:37:37','2021-01-28 00:37:37'),
(110645,41045,'action complete via WP Cron','2021-01-28 05:37:37','2021-01-28 00:37:37'),
(110646,41046,'action created','2021-01-28 05:37:37','2021-01-28 00:37:37'),
(110647,41046,'action started via WP Cron','2021-01-28 05:38:37','2021-01-28 00:38:37'),
(110648,41046,'action complete via WP Cron','2021-01-28 05:38:37','2021-01-28 00:38:37'),
(110649,41047,'action created','2021-01-28 05:38:37','2021-01-28 00:38:37'),
(110650,41047,'action started via WP Cron','2021-01-28 05:39:41','2021-01-28 00:39:41'),
(110651,41047,'action complete via WP Cron','2021-01-28 05:39:41','2021-01-28 00:39:41'),
(110652,41048,'action created','2021-01-28 05:39:41','2021-01-28 00:39:41'),
(110653,41048,'action started via WP Cron','2021-01-28 05:40:13','2021-01-28 00:40:13'),
(110654,41048,'action complete via WP Cron','2021-01-28 05:40:13','2021-01-28 00:40:13'),
(110655,41049,'action created','2021-01-28 05:40:13','2021-01-28 00:40:13'),
(110656,41049,'action started via WP Cron','2021-01-28 05:41:18','2021-01-28 00:41:18'),
(110657,41049,'action complete via WP Cron','2021-01-28 05:41:18','2021-01-28 00:41:18'),
(110658,41050,'action created','2021-01-28 05:41:18','2021-01-28 00:41:18'),
(110659,41050,'action started via WP Cron','2021-01-28 05:42:20','2021-01-28 00:42:20'),
(110660,41050,'action complete via WP Cron','2021-01-28 05:42:20','2021-01-28 00:42:20'),
(110661,41051,'action created','2021-01-28 05:42:20','2021-01-28 00:42:20'),
(110662,41051,'action started via WP Cron','2021-01-28 05:43:21','2021-01-28 00:43:21'),
(110663,41051,'action complete via WP Cron','2021-01-28 05:43:21','2021-01-28 00:43:21'),
(110664,41052,'action created','2021-01-28 05:43:21','2021-01-28 00:43:21'),
(110665,41052,'action started via WP Cron','2021-01-28 05:44:34','2021-01-28 00:44:34'),
(110666,41052,'action complete via WP Cron','2021-01-28 05:44:34','2021-01-28 00:44:34'),
(110667,41053,'action created','2021-01-28 05:44:34','2021-01-28 00:44:34'),
(110668,41053,'action started via WP Cron','2021-01-28 05:45:15','2021-01-28 00:45:15'),
(110669,41053,'action complete via WP Cron','2021-01-28 05:45:15','2021-01-28 00:45:15'),
(110670,41054,'action created','2021-01-28 05:45:15','2021-01-28 00:45:15'),
(110671,41054,'action started via WP Cron','2021-01-28 05:46:25','2021-01-28 00:46:25'),
(110672,41054,'action complete via WP Cron','2021-01-28 05:46:25','2021-01-28 00:46:25'),
(110673,41055,'action created','2021-01-28 05:46:25','2021-01-28 00:46:25'),
(110674,41055,'action started via WP Cron','2021-01-28 05:47:35','2021-01-28 00:47:35'),
(110675,41055,'action complete via WP Cron','2021-01-28 05:47:35','2021-01-28 00:47:35'),
(110676,41056,'action created','2021-01-28 05:47:35','2021-01-28 00:47:35'),
(110677,41056,'action started via WP Cron','2021-01-28 05:48:19','2021-01-28 00:48:19'),
(110678,41056,'action complete via WP Cron','2021-01-28 05:48:19','2021-01-28 00:48:19'),
(110679,41057,'action created','2021-01-28 05:48:19','2021-01-28 00:48:19'),
(110680,41057,'action started via WP Cron','2021-01-28 05:49:28','2021-01-28 00:49:28'),
(110681,41057,'action complete via WP Cron','2021-01-28 05:49:28','2021-01-28 00:49:28'),
(110682,41058,'action created','2021-01-28 05:49:28','2021-01-28 00:49:28'),
(110683,41058,'action started via WP Cron','2021-01-28 05:50:14','2021-01-28 00:50:14'),
(110684,41058,'action complete via WP Cron','2021-01-28 05:50:14','2021-01-28 00:50:14'),
(110685,41059,'action created','2021-01-28 05:50:14','2021-01-28 00:50:14'),
(110686,41059,'action started via WP Cron','2021-01-28 05:51:18','2021-01-28 00:51:18'),
(110687,41059,'action complete via WP Cron','2021-01-28 05:51:18','2021-01-28 00:51:18'),
(110688,41060,'action created','2021-01-28 05:51:18','2021-01-28 00:51:18'),
(110689,41060,'action started via WP Cron','2021-01-28 05:52:14','2021-01-28 00:52:14'),
(110690,41060,'action complete via WP Cron','2021-01-28 05:52:14','2021-01-28 00:52:14'),
(110691,41061,'action created','2021-01-28 05:52:14','2021-01-28 00:52:14'),
(110692,41061,'action started via WP Cron','2021-01-28 05:53:29','2021-01-28 00:53:29'),
(110693,41061,'action complete via WP Cron','2021-01-28 05:53:29','2021-01-28 00:53:29'),
(110694,41062,'action created','2021-01-28 05:53:30','2021-01-28 00:53:30'),
(110695,41062,'action started via WP Cron','2021-01-28 05:54:28','2021-01-28 00:54:28'),
(110696,41062,'action complete via WP Cron','2021-01-28 05:54:28','2021-01-28 00:54:28'),
(110697,41063,'action created','2021-01-28 05:54:28','2021-01-28 00:54:28'),
(110698,41063,'action started via WP Cron','2021-01-28 05:55:29','2021-01-28 00:55:29'),
(110699,41063,'action complete via WP Cron','2021-01-28 05:55:29','2021-01-28 00:55:29'),
(110700,41064,'action created','2021-01-28 05:55:29','2021-01-28 00:55:29'),
(110701,41064,'action started via WP Cron','2021-01-28 05:56:28','2021-01-28 00:56:28'),
(110702,41064,'action complete via WP Cron','2021-01-28 05:56:28','2021-01-28 00:56:28'),
(110703,41065,'action created','2021-01-28 05:56:28','2021-01-28 00:56:28'),
(110704,41065,'action started via WP Cron','2021-01-28 05:57:12','2021-01-28 00:57:12'),
(110705,41065,'action complete via WP Cron','2021-01-28 05:57:12','2021-01-28 00:57:12'),
(110706,41066,'action created','2021-01-28 05:57:12','2021-01-28 00:57:12'),
(110707,41066,'action started via WP Cron','2021-01-28 05:58:29','2021-01-28 00:58:29'),
(110708,41066,'action complete via WP Cron','2021-01-28 05:58:29','2021-01-28 00:58:29'),
(110709,41067,'action created','2021-01-28 05:58:29','2021-01-28 00:58:29'),
(110710,41067,'action started via WP Cron','2021-01-28 06:00:55','2021-01-28 01:00:55'),
(110711,41067,'action complete via WP Cron','2021-01-28 06:00:56','2021-01-28 01:00:56'),
(110712,41068,'action created','2021-01-28 06:00:56','2021-01-28 01:00:56'),
(110713,41068,'action started via WP Cron','2021-01-28 06:06:03','2021-01-28 01:06:03'),
(110714,41068,'action complete via WP Cron','2021-01-28 06:06:03','2021-01-28 01:06:03'),
(110715,41069,'action created','2021-01-28 06:06:03','2021-01-28 01:06:03'),
(110716,41069,'action started via WP Cron','2021-01-28 06:06:58','2021-01-28 01:06:58'),
(110717,41069,'action complete via WP Cron','2021-01-28 06:06:58','2021-01-28 01:06:58'),
(110718,41070,'action created','2021-01-28 06:06:58','2021-01-28 01:06:58'),
(110719,41070,'action started via WP Cron','2021-01-28 06:07:16','2021-01-28 01:07:16'),
(110720,41070,'action complete via WP Cron','2021-01-28 06:07:16','2021-01-28 01:07:16'),
(110721,41071,'action created','2021-01-28 06:07:16','2021-01-28 01:07:16'),
(110722,41071,'action started via WP Cron','2021-01-28 06:08:53','2021-01-28 01:08:53'),
(110723,41071,'action complete via WP Cron','2021-01-28 06:08:54','2021-01-28 01:08:54'),
(110724,41072,'action created','2021-01-28 06:08:54','2021-01-28 01:08:54'),
(110725,41072,'action started via WP Cron','2021-01-28 06:12:59','2021-01-28 01:12:59'),
(110726,41072,'action complete via WP Cron','2021-01-28 06:12:59','2021-01-28 01:12:59'),
(110727,41073,'action created','2021-01-28 06:12:59','2021-01-28 01:12:59'),
(110728,41073,'action started via WP Cron','2021-01-28 06:13:24','2021-01-28 01:13:24'),
(110729,41073,'action complete via WP Cron','2021-01-28 06:13:24','2021-01-28 01:13:24'),
(110730,41074,'action created','2021-01-28 06:13:24','2021-01-28 01:13:24'),
(110731,41074,'action started via WP Cron','2021-01-28 06:16:47','2021-01-28 01:16:47'),
(110732,41074,'action complete via WP Cron','2021-01-28 06:16:47','2021-01-28 01:16:47'),
(110733,41075,'action created','2021-01-28 06:16:47','2021-01-28 01:16:47'),
(110734,41075,'action started via WP Cron','2021-01-28 06:17:27','2021-01-28 01:17:27'),
(110735,41075,'action complete via WP Cron','2021-01-28 06:17:27','2021-01-28 01:17:27'),
(110736,41076,'action created','2021-01-28 06:17:27','2021-01-28 01:17:27'),
(110737,41076,'action started via WP Cron','2021-01-28 06:18:19','2021-01-28 01:18:19'),
(110738,41076,'action complete via WP Cron','2021-01-28 06:18:19','2021-01-28 01:18:19'),
(110739,41077,'action created','2021-01-28 06:18:19','2021-01-28 01:18:19'),
(110740,41077,'action started via WP Cron','2021-01-28 06:20:21','2021-01-28 01:20:21'),
(110741,41077,'action complete via WP Cron','2021-01-28 06:20:21','2021-01-28 01:20:21'),
(110742,41078,'action created','2021-01-28 06:20:21','2021-01-28 01:20:21'),
(110743,41078,'action started via WP Cron','2021-01-28 06:22:27','2021-01-28 01:22:27'),
(110744,41078,'action complete via WP Cron','2021-01-28 06:22:27','2021-01-28 01:22:27'),
(110745,41079,'action created','2021-01-28 06:22:27','2021-01-28 01:22:27'),
(110746,41079,'action started via WP Cron','2021-01-28 06:25:23','2021-01-28 01:25:23'),
(110747,41079,'action complete via WP Cron','2021-01-28 06:25:23','2021-01-28 01:25:23'),
(110748,41080,'action created','2021-01-28 06:25:23','2021-01-28 01:25:23'),
(110749,41080,'action started via WP Cron','2021-01-28 06:26:13','2021-01-28 01:26:13'),
(110750,41080,'action complete via WP Cron','2021-01-28 06:26:13','2021-01-28 01:26:13'),
(110751,41081,'action created','2021-01-28 06:26:13','2021-01-28 01:26:13'),
(110752,41081,'action started via WP Cron','2021-01-28 06:28:22','2021-01-28 01:28:22'),
(110753,41081,'action complete via WP Cron','2021-01-28 06:28:22','2021-01-28 01:28:22'),
(110754,41082,'action created','2021-01-28 06:28:22','2021-01-28 01:28:22'),
(110755,41082,'action started via WP Cron','2021-01-28 06:32:27','2021-01-28 01:32:27'),
(110756,41082,'action complete via WP Cron','2021-01-28 06:32:27','2021-01-28 01:32:27'),
(110757,41083,'action created','2021-01-28 06:32:27','2021-01-28 01:32:27'),
(110758,41083,'action started via WP Cron','2021-01-28 06:33:55','2021-01-28 01:33:55'),
(110759,41083,'action complete via WP Cron','2021-01-28 06:33:55','2021-01-28 01:33:55'),
(110760,41084,'action created','2021-01-28 06:33:55','2021-01-28 01:33:55'),
(110761,41084,'action started via WP Cron','2021-01-28 06:35:01','2021-01-28 01:35:01'),
(110762,41084,'action complete via WP Cron','2021-01-28 06:35:01','2021-01-28 01:35:01'),
(110763,41085,'action created','2021-01-28 06:35:01','2021-01-28 01:35:01'),
(110764,41085,'action started via WP Cron','2021-01-28 06:35:40','2021-01-28 01:35:40'),
(110765,41085,'action complete via WP Cron','2021-01-28 06:35:40','2021-01-28 01:35:40'),
(110766,41086,'action created','2021-01-28 06:35:40','2021-01-28 01:35:40'),
(110767,41086,'action started via WP Cron','2021-01-28 06:36:27','2021-01-28 01:36:27'),
(110768,41086,'action complete via WP Cron','2021-01-28 06:36:27','2021-01-28 01:36:27'),
(110769,41087,'action created','2021-01-28 06:36:27','2021-01-28 01:36:27'),
(110770,41087,'action started via WP Cron','2021-01-28 06:37:39','2021-01-28 01:37:39'),
(110771,41087,'action complete via WP Cron','2021-01-28 06:37:39','2021-01-28 01:37:39'),
(110772,41088,'action created','2021-01-28 06:37:39','2021-01-28 01:37:39'),
(110773,41088,'action started via WP Cron','2021-01-28 06:38:24','2021-01-28 01:38:24'),
(110774,41088,'action complete via WP Cron','2021-01-28 06:38:24','2021-01-28 01:38:24'),
(110775,41089,'action created','2021-01-28 06:38:24','2021-01-28 01:38:24'),
(110776,41089,'action started via WP Cron','2021-01-28 06:39:37','2021-01-28 01:39:37'),
(110777,41089,'action complete via WP Cron','2021-01-28 06:39:37','2021-01-28 01:39:37'),
(110778,41090,'action created','2021-01-28 06:39:37','2021-01-28 01:39:37'),
(110779,41090,'action started via WP Cron','2021-01-28 06:40:41','2021-01-28 01:40:41'),
(110780,41090,'action complete via WP Cron','2021-01-28 06:40:41','2021-01-28 01:40:41'),
(110781,41091,'action created','2021-01-28 06:40:41','2021-01-28 01:40:41'),
(110782,41091,'action started via WP Cron','2021-01-28 06:41:52','2021-01-28 01:41:52'),
(110783,41091,'action complete via WP Cron','2021-01-28 06:41:52','2021-01-28 01:41:52'),
(110784,41092,'action created','2021-01-28 06:41:52','2021-01-28 01:41:52'),
(110785,41092,'action started via WP Cron','2021-01-28 06:42:40','2021-01-28 01:42:40'),
(110786,41092,'action complete via WP Cron','2021-01-28 06:42:40','2021-01-28 01:42:40'),
(110787,41093,'action created','2021-01-28 06:42:40','2021-01-28 01:42:40'),
(110788,41093,'action started via WP Cron','2021-01-28 06:43:32','2021-01-28 01:43:32'),
(110789,41093,'action complete via WP Cron','2021-01-28 06:43:32','2021-01-28 01:43:32'),
(110790,41094,'action created','2021-01-28 06:43:32','2021-01-28 01:43:32'),
(110791,41094,'action started via WP Cron','2021-01-28 06:44:26','2021-01-28 01:44:26'),
(110792,41094,'action complete via WP Cron','2021-01-28 06:44:26','2021-01-28 01:44:26'),
(110793,41095,'action created','2021-01-28 06:44:26','2021-01-28 01:44:26'),
(110794,41095,'action started via WP Cron','2021-01-28 06:46:40','2021-01-28 01:46:40'),
(110795,41095,'action complete via WP Cron','2021-01-28 06:46:40','2021-01-28 01:46:40'),
(110796,41096,'action created','2021-01-28 06:46:40','2021-01-28 01:46:40'),
(110797,41096,'action started via WP Cron','2021-01-28 06:50:02','2021-01-28 01:50:02'),
(110798,41096,'action complete via WP Cron','2021-01-28 06:50:02','2021-01-28 01:50:02'),
(110799,41097,'action created','2021-01-28 06:50:04','2021-01-28 01:50:04'),
(110800,41097,'action started via WP Cron','2021-01-28 06:50:38','2021-01-28 01:50:38'),
(110801,41097,'action complete via WP Cron','2021-01-28 06:50:38','2021-01-28 01:50:38'),
(110802,41098,'action created','2021-01-28 06:50:38','2021-01-28 01:50:38'),
(110803,41098,'action started via WP Cron','2021-01-28 06:51:11','2021-01-28 01:51:11'),
(110804,41098,'action complete via WP Cron','2021-01-28 06:51:11','2021-01-28 01:51:11'),
(110805,41099,'action created','2021-01-28 06:51:11','2021-01-28 01:51:11'),
(110806,41099,'action started via WP Cron','2021-01-28 06:54:13','2021-01-28 01:54:13'),
(110807,41099,'action complete via WP Cron','2021-01-28 06:54:13','2021-01-28 01:54:13'),
(110808,41100,'action created','2021-01-28 06:54:13','2021-01-28 01:54:13'),
(110809,41100,'action started via WP Cron','2021-01-28 06:55:47','2021-01-28 01:55:47'),
(110810,41100,'action complete via WP Cron','2021-01-28 06:55:47','2021-01-28 01:55:47'),
(110811,41101,'action created','2021-01-28 06:55:47','2021-01-28 01:55:47'),
(110812,41101,'action started via WP Cron','2021-01-28 06:56:12','2021-01-28 01:56:12'),
(110813,41101,'action complete via WP Cron','2021-01-28 06:56:12','2021-01-28 01:56:12'),
(110814,41102,'action created','2021-01-28 06:56:12','2021-01-28 01:56:12'),
(110815,41102,'action started via WP Cron','2021-01-28 06:57:57','2021-01-28 01:57:57'),
(110816,41102,'action complete via WP Cron','2021-01-28 06:57:57','2021-01-28 01:57:57'),
(110817,41103,'action created','2021-01-28 06:57:57','2021-01-28 01:57:57'),
(110818,41103,'action started via WP Cron','2021-01-28 06:58:27','2021-01-28 01:58:27'),
(110819,41103,'action complete via WP Cron','2021-01-28 06:58:27','2021-01-28 01:58:27'),
(110820,41104,'action created','2021-01-28 06:58:27','2021-01-28 01:58:27'),
(110821,41104,'action started via WP Cron','2021-01-28 06:59:37','2021-01-28 01:59:37'),
(110822,41104,'action complete via WP Cron','2021-01-28 06:59:37','2021-01-28 01:59:37'),
(110823,41105,'action created','2021-01-28 06:59:37','2021-01-28 01:59:37'),
(110824,41105,'action started via WP Cron','2021-01-28 07:00:59','2021-01-28 02:00:59'),
(110825,41105,'action complete via WP Cron','2021-01-28 07:00:59','2021-01-28 02:00:59'),
(110826,41106,'action created','2021-01-28 07:00:59','2021-01-28 02:00:59'),
(110827,41106,'action started via WP Cron','2021-01-28 07:01:47','2021-01-28 02:01:47'),
(110828,41106,'action complete via WP Cron','2021-01-28 07:01:47','2021-01-28 02:01:47'),
(110829,41107,'action created','2021-01-28 07:01:47','2021-01-28 02:01:47'),
(110830,41107,'action started via WP Cron','2021-01-28 07:03:01','2021-01-28 02:03:01'),
(110831,41107,'action complete via WP Cron','2021-01-28 07:03:01','2021-01-28 02:03:01'),
(110832,41108,'action created','2021-01-28 07:03:01','2021-01-28 02:03:01'),
(110833,41108,'action started via WP Cron','2021-01-28 07:04:04','2021-01-28 02:04:04'),
(110834,41108,'action complete via WP Cron','2021-01-28 07:04:04','2021-01-28 02:04:04'),
(110835,41109,'action created','2021-01-28 07:04:04','2021-01-28 02:04:04'),
(110836,41109,'action started via WP Cron','2021-01-28 07:05:37','2021-01-28 02:05:37'),
(110837,41109,'action complete via WP Cron','2021-01-28 07:05:37','2021-01-28 02:05:37'),
(110838,41110,'action created','2021-01-28 07:05:37','2021-01-28 02:05:37'),
(110839,41110,'action started via WP Cron','2021-01-28 07:06:45','2021-01-28 02:06:45'),
(110840,41110,'action complete via WP Cron','2021-01-28 07:06:45','2021-01-28 02:06:45'),
(110841,41111,'action created','2021-01-28 07:06:45','2021-01-28 02:06:45'),
(110842,41111,'action started via WP Cron','2021-01-28 07:08:25','2021-01-28 02:08:25'),
(110843,41111,'action complete via WP Cron','2021-01-28 07:08:25','2021-01-28 02:08:25'),
(110844,41112,'action created','2021-01-28 07:08:25','2021-01-28 02:08:25'),
(110845,41112,'action started via WP Cron','2021-01-28 07:09:11','2021-01-28 02:09:11'),
(110846,41112,'action complete via WP Cron','2021-01-28 07:09:12','2021-01-28 02:09:12'),
(110847,41113,'action created','2021-01-28 07:09:12','2021-01-28 02:09:12'),
(110848,41113,'action started via WP Cron','2021-01-28 07:13:00','2021-01-28 02:13:00'),
(110849,41113,'action complete via WP Cron','2021-01-28 07:13:00','2021-01-28 02:13:00'),
(110850,41114,'action created','2021-01-28 07:13:00','2021-01-28 02:13:00'),
(110851,41114,'action started via WP Cron','2021-01-28 07:13:32','2021-01-28 02:13:32'),
(110852,41114,'action complete via WP Cron','2021-01-28 07:13:32','2021-01-28 02:13:32'),
(110853,41115,'action created','2021-01-28 07:13:32','2021-01-28 02:13:32'),
(110854,41115,'action started via WP Cron','2021-01-28 07:14:15','2021-01-28 02:14:15'),
(110855,41115,'action complete via WP Cron','2021-01-28 07:14:15','2021-01-28 02:14:15'),
(110856,41116,'action created','2021-01-28 07:14:15','2021-01-28 02:14:15'),
(110857,41116,'action started via WP Cron','2021-01-28 07:15:18','2021-01-28 02:15:18'),
(110858,41116,'action complete via WP Cron','2021-01-28 07:15:18','2021-01-28 02:15:18'),
(110859,41117,'action created','2021-01-28 07:15:18','2021-01-28 02:15:18'),
(110860,41117,'action started via WP Cron','2021-01-28 07:17:49','2021-01-28 02:17:49'),
(110861,41117,'action complete via WP Cron','2021-01-28 07:17:49','2021-01-28 02:17:49'),
(110862,41118,'action created','2021-01-28 07:17:49','2021-01-28 02:17:49'),
(110863,41118,'action started via WP Cron','2021-01-28 07:19:16','2021-01-28 02:19:16'),
(110864,41118,'action complete via WP Cron','2021-01-28 07:19:16','2021-01-28 02:19:16'),
(110865,41119,'action created','2021-01-28 07:19:16','2021-01-28 02:19:16'),
(110866,41119,'action started via WP Cron','2021-01-28 07:20:23','2021-01-28 02:20:23'),
(110867,41119,'action complete via WP Cron','2021-01-28 07:20:23','2021-01-28 02:20:23'),
(110868,41120,'action created','2021-01-28 07:20:23','2021-01-28 02:20:23'),
(110869,41120,'action started via WP Cron','2021-01-28 07:21:23','2021-01-28 02:21:23'),
(110870,41120,'action complete via WP Cron','2021-01-28 07:21:23','2021-01-28 02:21:23'),
(110871,41121,'action created','2021-01-28 07:21:23','2021-01-28 02:21:23'),
(110872,41121,'action started via WP Cron','2021-01-28 07:23:01','2021-01-28 02:23:01'),
(110873,41121,'action complete via WP Cron','2021-01-28 07:23:01','2021-01-28 02:23:01'),
(110874,41122,'action created','2021-01-28 07:23:01','2021-01-28 02:23:01'),
(110875,41122,'action started via WP Cron','2021-01-28 07:23:43','2021-01-28 02:23:43'),
(110876,41122,'action complete via WP Cron','2021-01-28 07:23:43','2021-01-28 02:23:43'),
(110877,41123,'action created','2021-01-28 07:23:43','2021-01-28 02:23:43'),
(110878,41123,'action started via WP Cron','2021-01-28 07:24:53','2021-01-28 02:24:53'),
(110879,41123,'action complete via WP Cron','2021-01-28 07:24:53','2021-01-28 02:24:53'),
(110880,41124,'action created','2021-01-28 07:24:53','2021-01-28 02:24:53'),
(110881,41124,'action started via WP Cron','2021-01-28 07:27:02','2021-01-28 02:27:02'),
(110882,41124,'action complete via WP Cron','2021-01-28 07:27:02','2021-01-28 02:27:02'),
(110883,41125,'action created','2021-01-28 07:27:02','2021-01-28 02:27:02'),
(110884,41125,'action started via WP Cron','2021-01-28 07:29:40','2021-01-28 02:29:40'),
(110885,41125,'action complete via WP Cron','2021-01-28 07:29:40','2021-01-28 02:29:40'),
(110886,41126,'action created','2021-01-28 07:29:40','2021-01-28 02:29:40'),
(110887,41126,'action started via WP Cron','2021-01-28 07:30:16','2021-01-28 02:30:16'),
(110888,41126,'action complete via WP Cron','2021-01-28 07:30:16','2021-01-28 02:30:16'),
(110889,41127,'action created','2021-01-28 07:30:16','2021-01-28 02:30:16'),
(110890,41127,'action started via WP Cron','2021-01-28 07:32:11','2021-01-28 02:32:11'),
(110891,41127,'action complete via WP Cron','2021-01-28 07:32:11','2021-01-28 02:32:11'),
(110892,41128,'action created','2021-01-28 07:32:11','2021-01-28 02:32:11'),
(110893,41128,'action started via WP Cron','2021-01-28 07:34:04','2021-01-28 02:34:04'),
(110894,41128,'action complete via WP Cron','2021-01-28 07:34:04','2021-01-28 02:34:04'),
(110895,41129,'action created','2021-01-28 07:34:04','2021-01-28 02:34:04'),
(110896,41129,'action started via WP Cron','2021-01-28 07:34:37','2021-01-28 02:34:37'),
(110897,41129,'action complete via WP Cron','2021-01-28 07:34:37','2021-01-28 02:34:37'),
(110898,41130,'action created','2021-01-28 07:34:37','2021-01-28 02:34:37'),
(110899,41130,'action started via WP Cron','2021-01-28 07:36:14','2021-01-28 02:36:14'),
(110900,41130,'action complete via WP Cron','2021-01-28 07:36:14','2021-01-28 02:36:14'),
(110901,41131,'action created','2021-01-28 07:36:14','2021-01-28 02:36:14'),
(110902,41131,'action started via WP Cron','2021-01-28 07:37:26','2021-01-28 02:37:26'),
(110903,41131,'action complete via WP Cron','2021-01-28 07:37:26','2021-01-28 02:37:26'),
(110904,41132,'action created','2021-01-28 07:37:26','2021-01-28 02:37:26'),
(110905,41132,'action started via WP Cron','2021-01-28 07:38:19','2021-01-28 02:38:19'),
(110906,41132,'action complete via WP Cron','2021-01-28 07:38:19','2021-01-28 02:38:19'),
(110907,41133,'action created','2021-01-28 07:38:20','2021-01-28 02:38:20'),
(110908,41133,'action started via WP Cron','2021-01-28 07:39:42','2021-01-28 02:39:42'),
(110909,41133,'action complete via WP Cron','2021-01-28 07:39:42','2021-01-28 02:39:42'),
(110910,41134,'action created','2021-01-28 07:39:42','2021-01-28 02:39:42'),
(110911,41134,'action started via WP Cron','2021-01-28 07:41:57','2021-01-28 02:41:57'),
(110912,41134,'action complete via WP Cron','2021-01-28 07:41:57','2021-01-28 02:41:57'),
(110913,41135,'action created','2021-01-28 07:41:58','2021-01-28 02:41:58'),
(110914,41135,'action started via WP Cron','2021-01-28 07:42:58','2021-01-28 02:42:58'),
(110915,41135,'action complete via WP Cron','2021-01-28 07:42:58','2021-01-28 02:42:58'),
(110916,41136,'action created','2021-01-28 07:42:58','2021-01-28 02:42:58'),
(110917,41136,'action started via WP Cron','2021-01-28 07:47:06','2021-01-28 02:47:06'),
(110918,41136,'action complete via WP Cron','2021-01-28 07:47:06','2021-01-28 02:47:06'),
(110919,41137,'action created','2021-01-28 07:47:06','2021-01-28 02:47:06'),
(110920,41137,'action started via WP Cron','2021-01-28 07:47:37','2021-01-28 02:47:37'),
(110921,41137,'action complete via WP Cron','2021-01-28 07:47:37','2021-01-28 02:47:37'),
(110922,41138,'action created','2021-01-28 07:47:37','2021-01-28 02:47:37'),
(110923,41138,'action started via WP Cron','2021-01-28 07:48:15','2021-01-28 02:48:15'),
(110924,41138,'action complete via WP Cron','2021-01-28 07:48:15','2021-01-28 02:48:15'),
(110925,41139,'action created','2021-01-28 07:48:15','2021-01-28 02:48:15'),
(110926,41139,'action started via WP Cron','2021-01-28 07:49:23','2021-01-28 02:49:23'),
(110927,41139,'action complete via WP Cron','2021-01-28 07:49:23','2021-01-28 02:49:23'),
(110928,41140,'action created','2021-01-28 07:49:23','2021-01-28 02:49:23'),
(110929,41140,'action started via WP Cron','2021-01-28 07:50:20','2021-01-28 02:50:20'),
(110930,41140,'action complete via WP Cron','2021-01-28 07:50:20','2021-01-28 02:50:20'),
(110931,41141,'action created','2021-01-28 07:50:20','2021-01-28 02:50:20'),
(110932,41141,'action started via WP Cron','2021-01-28 07:51:26','2021-01-28 02:51:26'),
(110933,41141,'action complete via WP Cron','2021-01-28 07:51:26','2021-01-28 02:51:26'),
(110934,41142,'action created','2021-01-28 07:51:26','2021-01-28 02:51:26'),
(110935,41142,'action started via WP Cron','2021-01-28 07:54:05','2021-01-28 02:54:05'),
(110936,41142,'action complete via WP Cron','2021-01-28 07:54:05','2021-01-28 02:54:05'),
(110937,41143,'action created','2021-01-28 07:54:05','2021-01-28 02:54:05'),
(110938,41143,'action started via WP Cron','2021-01-28 07:56:00','2021-01-28 02:56:00'),
(110939,41143,'action complete via WP Cron','2021-01-28 07:56:00','2021-01-28 02:56:00'),
(110940,41144,'action created','2021-01-28 07:56:00','2021-01-28 02:56:00'),
(110941,41144,'action started via WP Cron','2021-01-28 08:00:04','2021-01-28 03:00:04'),
(110942,41144,'action complete via WP Cron','2021-01-28 08:00:04','2021-01-28 03:00:04'),
(110943,41145,'action created','2021-01-28 08:00:54','2021-01-28 03:00:54'),
(110944,41145,'action started via WP Cron','2021-01-28 08:01:11','2021-01-28 03:01:11'),
(110945,41145,'action complete via WP Cron','2021-01-28 08:01:11','2021-01-28 03:01:11'),
(110946,41146,'action created','2021-01-28 08:01:11','2021-01-28 03:01:11'),
(110947,41146,'action started via WP Cron','2021-01-28 08:04:02','2021-01-28 03:04:02'),
(110948,41146,'action complete via WP Cron','2021-01-28 08:04:02','2021-01-28 03:04:02'),
(110949,41147,'action created','2021-01-28 08:04:02','2021-01-28 03:04:02'),
(110950,41147,'action started via WP Cron','2021-01-28 08:04:39','2021-01-28 03:04:39'),
(110951,41147,'action complete via WP Cron','2021-01-28 08:04:39','2021-01-28 03:04:39'),
(110952,41148,'action created','2021-01-28 08:04:39','2021-01-28 03:04:39'),
(110953,41148,'action started via WP Cron','2021-01-28 08:05:37','2021-01-28 03:05:37'),
(110954,41148,'action complete via WP Cron','2021-01-28 08:05:37','2021-01-28 03:05:37'),
(110955,41149,'action created','2021-01-28 08:05:37','2021-01-28 03:05:37'),
(110956,41149,'action started via WP Cron','2021-01-28 08:07:34','2021-01-28 03:07:34'),
(110957,41149,'action complete via WP Cron','2021-01-28 08:07:34','2021-01-28 03:07:34'),
(110958,41150,'action created','2021-01-28 08:07:34','2021-01-28 03:07:34'),
(110959,41150,'action started via WP Cron','2021-01-28 08:08:44','2021-01-28 03:08:44'),
(110960,41150,'action complete via WP Cron','2021-01-28 08:08:44','2021-01-28 03:08:44'),
(110961,41151,'action created','2021-01-28 08:08:44','2021-01-28 03:08:44'),
(110962,41151,'action started via WP Cron','2021-01-28 08:09:15','2021-01-28 03:09:15'),
(110963,41151,'action complete via WP Cron','2021-01-28 08:09:15','2021-01-28 03:09:15'),
(110964,41152,'action created','2021-01-28 08:09:15','2021-01-28 03:09:15'),
(110965,41152,'action started via WP Cron','2021-01-28 08:11:03','2021-01-28 03:11:03'),
(110966,41152,'action complete via WP Cron','2021-01-28 08:11:03','2021-01-28 03:11:03'),
(110967,41153,'action created','2021-01-28 08:11:03','2021-01-28 03:11:03'),
(110968,41153,'action started via WP Cron','2021-01-28 08:11:26','2021-01-28 03:11:26'),
(110969,41153,'action complete via WP Cron','2021-01-28 08:11:26','2021-01-28 03:11:26'),
(110970,41154,'action created','2021-01-28 08:11:26','2021-01-28 03:11:26'),
(110971,41154,'action started via WP Cron','2021-01-28 08:13:55','2021-01-28 03:13:55'),
(110972,41154,'action complete via WP Cron','2021-01-28 08:13:55','2021-01-28 03:13:55'),
(110973,41155,'action created','2021-01-28 08:13:55','2021-01-28 03:13:55'),
(110974,41155,'action started via WP Cron','2021-01-28 08:15:27','2021-01-28 03:15:27'),
(110975,41155,'action complete via WP Cron','2021-01-28 08:15:27','2021-01-28 03:15:27'),
(110976,41156,'action created','2021-01-28 08:15:27','2021-01-28 03:15:27'),
(110977,41156,'action started via WP Cron','2021-01-28 08:17:16','2021-01-28 03:17:16'),
(110978,41156,'action complete via WP Cron','2021-01-28 08:17:16','2021-01-28 03:17:16'),
(110979,41157,'action created','2021-01-28 08:17:16','2021-01-28 03:17:16'),
(110980,41157,'action started via WP Cron','2021-01-28 08:19:46','2021-01-28 03:19:46'),
(110981,41157,'action complete via WP Cron','2021-01-28 08:19:46','2021-01-28 03:19:46'),
(110982,41158,'action created','2021-01-28 08:19:46','2021-01-28 03:19:46'),
(110983,41158,'action started via WP Cron','2021-01-28 08:20:12','2021-01-28 03:20:12'),
(110984,41158,'action complete via WP Cron','2021-01-28 08:20:12','2021-01-28 03:20:12'),
(110985,41159,'action created','2021-01-28 08:20:12','2021-01-28 03:20:12'),
(110986,41159,'action started via WP Cron','2021-01-28 08:21:13','2021-01-28 03:21:13'),
(110987,41159,'action complete via WP Cron','2021-01-28 08:21:13','2021-01-28 03:21:13'),
(110988,41160,'action created','2021-01-28 08:21:14','2021-01-28 03:21:14'),
(110989,41160,'action started via WP Cron','2021-01-28 08:22:14','2021-01-28 03:22:14'),
(110990,41160,'action complete via WP Cron','2021-01-28 08:22:14','2021-01-28 03:22:14'),
(110991,41161,'action created','2021-01-28 08:22:14','2021-01-28 03:22:14'),
(110992,41161,'action started via WP Cron','2021-01-28 08:23:22','2021-01-28 03:23:22'),
(110993,41161,'action complete via WP Cron','2021-01-28 08:23:22','2021-01-28 03:23:22'),
(110994,41162,'action created','2021-01-28 08:23:22','2021-01-28 03:23:22'),
(110995,41162,'action started via WP Cron','2021-01-28 08:26:42','2021-01-28 03:26:42'),
(110996,41162,'action complete via WP Cron','2021-01-28 08:26:42','2021-01-28 03:26:42'),
(110997,41163,'action created','2021-01-28 08:26:42','2021-01-28 03:26:42'),
(110998,41163,'action started via WP Cron','2021-01-28 08:28:04','2021-01-28 03:28:04'),
(110999,41163,'action complete via WP Cron','2021-01-28 08:28:04','2021-01-28 03:28:04'),
(111000,41164,'action created','2021-01-28 08:28:04','2021-01-28 03:28:04'),
(111001,41164,'action started via WP Cron','2021-01-28 08:29:18','2021-01-28 03:29:18'),
(111002,41164,'action complete via WP Cron','2021-01-28 08:29:18','2021-01-28 03:29:18'),
(111003,41165,'action created','2021-01-28 08:29:18','2021-01-28 03:29:18'),
(111004,41165,'action started via WP Cron','2021-01-28 08:33:21','2021-01-28 03:33:21'),
(111005,41165,'action complete via WP Cron','2021-01-28 08:33:21','2021-01-28 03:33:21'),
(111006,41166,'action created','2021-01-28 08:33:21','2021-01-28 03:33:21'),
(111007,41166,'action started via WP Cron','2021-01-28 08:35:09','2021-01-28 03:35:09'),
(111008,41166,'action complete via WP Cron','2021-01-28 08:35:09','2021-01-28 03:35:09'),
(111009,41167,'action created','2021-01-28 08:35:09','2021-01-28 03:35:09'),
(111010,41167,'action started via WP Cron','2021-01-28 08:35:51','2021-01-28 03:35:51'),
(111011,41167,'action complete via WP Cron','2021-01-28 08:35:51','2021-01-28 03:35:51'),
(111012,41168,'action created','2021-01-28 08:35:51','2021-01-28 03:35:51'),
(111013,41168,'action started via WP Cron','2021-01-28 08:36:26','2021-01-28 03:36:26'),
(111014,41168,'action complete via WP Cron','2021-01-28 08:36:26','2021-01-28 03:36:26'),
(111015,41169,'action created','2021-01-28 08:36:26','2021-01-28 03:36:26'),
(111016,41169,'action started via WP Cron','2021-01-28 08:37:14','2021-01-28 03:37:14'),
(111017,41169,'action complete via WP Cron','2021-01-28 08:37:14','2021-01-28 03:37:14'),
(111018,41170,'action created','2021-01-28 08:37:14','2021-01-28 03:37:14'),
(111019,41170,'action started via WP Cron','2021-01-28 08:38:45','2021-01-28 03:38:45'),
(111020,41170,'action complete via WP Cron','2021-01-28 08:38:45','2021-01-28 03:38:45'),
(111021,41171,'action created','2021-01-28 08:38:45','2021-01-28 03:38:45'),
(111022,41171,'action started via WP Cron','2021-01-28 08:39:27','2021-01-28 03:39:27'),
(111023,41171,'action complete via WP Cron','2021-01-28 08:39:27','2021-01-28 03:39:27'),
(111024,41172,'action created','2021-01-28 08:39:27','2021-01-28 03:39:27'),
(111025,41172,'action started via WP Cron','2021-01-28 08:40:20','2021-01-28 03:40:20'),
(111026,41172,'action complete via WP Cron','2021-01-28 08:40:20','2021-01-28 03:40:20'),
(111027,41173,'action created','2021-01-28 08:40:20','2021-01-28 03:40:20'),
(111028,41173,'action started via WP Cron','2021-01-28 08:42:34','2021-01-28 03:42:34'),
(111029,41173,'action complete via WP Cron','2021-01-28 08:42:34','2021-01-28 03:42:34'),
(111030,41174,'action created','2021-01-28 08:42:34','2021-01-28 03:42:34'),
(111031,41174,'action started via WP Cron','2021-01-28 08:43:23','2021-01-28 03:43:23'),
(111032,41174,'action complete via WP Cron','2021-01-28 08:43:23','2021-01-28 03:43:23'),
(111033,41175,'action created','2021-01-28 08:43:23','2021-01-28 03:43:23'),
(111034,41175,'action started via WP Cron','2021-01-28 08:45:02','2021-01-28 03:45:02'),
(111035,41175,'action complete via WP Cron','2021-01-28 08:45:02','2021-01-28 03:45:02'),
(111036,41176,'action created','2021-01-28 08:45:02','2021-01-28 03:45:02'),
(111037,41176,'action started via WP Cron','2021-01-28 08:47:08','2021-01-28 03:47:08'),
(111038,41176,'action complete via WP Cron','2021-01-28 08:47:08','2021-01-28 03:47:08'),
(111039,41177,'action created','2021-01-28 08:47:08','2021-01-28 03:47:08'),
(111040,41177,'action started via WP Cron','2021-01-28 08:48:14','2021-01-28 03:48:14'),
(111041,41177,'action complete via WP Cron','2021-01-28 08:48:14','2021-01-28 03:48:14'),
(111042,41178,'action created','2021-01-28 08:48:14','2021-01-28 03:48:14'),
(111043,41178,'action started via WP Cron','2021-01-28 08:49:16','2021-01-28 03:49:16'),
(111044,41178,'action complete via WP Cron','2021-01-28 08:49:16','2021-01-28 03:49:16'),
(111045,41179,'action created','2021-01-28 08:49:16','2021-01-28 03:49:16'),
(111046,41179,'action started via WP Cron','2021-01-28 08:50:13','2021-01-28 03:50:13'),
(111047,41179,'action complete via WP Cron','2021-01-28 08:50:13','2021-01-28 03:50:13'),
(111048,41180,'action created','2021-01-28 08:50:13','2021-01-28 03:50:13'),
(111049,41180,'action started via WP Cron','2021-01-28 08:51:12','2021-01-28 03:51:12'),
(111050,41180,'action complete via WP Cron','2021-01-28 08:51:12','2021-01-28 03:51:12'),
(111051,41181,'action created','2021-01-28 08:51:12','2021-01-28 03:51:12'),
(111052,41181,'action started via WP Cron','2021-01-28 08:53:51','2021-01-28 03:53:51'),
(111053,41181,'action complete via WP Cron','2021-01-28 08:53:51','2021-01-28 03:53:51'),
(111054,41182,'action created','2021-01-28 08:53:52','2021-01-28 03:53:52'),
(111055,41182,'action started via WP Cron','2021-01-28 08:54:34','2021-01-28 03:54:34'),
(111056,41182,'action complete via WP Cron','2021-01-28 08:54:34','2021-01-28 03:54:34'),
(111057,41183,'action created','2021-01-28 08:54:34','2021-01-28 03:54:34'),
(111058,41183,'action started via WP Cron','2021-01-28 08:57:41','2021-01-28 03:57:41'),
(111059,41183,'action complete via WP Cron','2021-01-28 08:57:41','2021-01-28 03:57:41'),
(111060,41184,'action created','2021-01-28 08:57:42','2021-01-28 03:57:42'),
(111061,41184,'action started via WP Cron','2021-01-28 08:58:23','2021-01-28 03:58:23'),
(111062,41184,'action complete via WP Cron','2021-01-28 08:58:23','2021-01-28 03:58:23'),
(111063,41185,'action created','2021-01-28 08:58:23','2021-01-28 03:58:23'),
(111064,41185,'action started via WP Cron','2021-01-28 09:00:10','2021-01-28 04:00:10'),
(111065,41185,'action complete via WP Cron','2021-01-28 09:00:10','2021-01-28 04:00:10'),
(111066,41186,'action created','2021-01-28 09:00:10','2021-01-28 04:00:10'),
(111067,41186,'action started via WP Cron','2021-01-28 09:00:24','2021-01-28 04:00:24'),
(111068,41186,'action complete via WP Cron','2021-01-28 09:00:24','2021-01-28 04:00:24'),
(111069,41187,'action created','2021-01-28 09:00:24','2021-01-28 04:00:24'),
(111070,41187,'action started via WP Cron','2021-01-28 09:01:30','2021-01-28 04:01:30'),
(111071,41187,'action complete via WP Cron','2021-01-28 09:01:30','2021-01-28 04:01:30'),
(111072,41188,'action created','2021-01-28 09:01:30','2021-01-28 04:01:30'),
(111073,41188,'action started via WP Cron','2021-01-28 09:02:37','2021-01-28 04:02:37'),
(111074,41188,'action complete via WP Cron','2021-01-28 09:02:37','2021-01-28 04:02:37'),
(111075,41189,'action created','2021-01-28 09:02:37','2021-01-28 04:02:37'),
(111076,41189,'action started via WP Cron','2021-01-28 09:03:49','2021-01-28 04:03:49'),
(111077,41189,'action complete via WP Cron','2021-01-28 09:03:49','2021-01-28 04:03:49'),
(111078,41190,'action created','2021-01-28 09:03:49','2021-01-28 04:03:49'),
(111079,41190,'action started via WP Cron','2021-01-28 09:04:18','2021-01-28 04:04:18'),
(111080,41190,'action complete via WP Cron','2021-01-28 09:04:18','2021-01-28 04:04:18'),
(111081,41191,'action created','2021-01-28 09:04:18','2021-01-28 04:04:18'),
(111082,41191,'action started via WP Cron','2021-01-28 09:06:18','2021-01-28 04:06:18'),
(111083,41191,'action complete via WP Cron','2021-01-28 09:06:18','2021-01-28 04:06:18'),
(111084,41192,'action created','2021-01-28 09:06:18','2021-01-28 04:06:18'),
(111085,41192,'action started via WP Cron','2021-01-28 09:07:38','2021-01-28 04:07:38'),
(111086,41192,'action complete via WP Cron','2021-01-28 09:07:38','2021-01-28 04:07:38'),
(111087,41193,'action created','2021-01-28 09:07:38','2021-01-28 04:07:38'),
(111088,41193,'action started via WP Cron','2021-01-28 09:08:30','2021-01-28 04:08:30'),
(111089,41193,'action complete via WP Cron','2021-01-28 09:08:30','2021-01-28 04:08:30'),
(111090,41194,'action created','2021-01-28 09:08:30','2021-01-28 04:08:30'),
(111091,41194,'action started via WP Cron','2021-01-28 09:11:19','2021-01-28 04:11:19'),
(111092,41194,'action complete via WP Cron','2021-01-28 09:11:19','2021-01-28 04:11:19'),
(111093,41195,'action created','2021-01-28 09:11:19','2021-01-28 04:11:19'),
(111094,41195,'action started via WP Cron','2021-01-28 09:12:33','2021-01-28 04:12:33'),
(111095,41195,'action complete via WP Cron','2021-01-28 09:12:33','2021-01-28 04:12:33'),
(111096,41196,'action created','2021-01-28 09:12:33','2021-01-28 04:12:33'),
(111097,41196,'action started via WP Cron','2021-01-28 09:13:18','2021-01-28 04:13:18'),
(111098,41196,'action complete via WP Cron','2021-01-28 09:13:18','2021-01-28 04:13:18'),
(111099,41197,'action created','2021-01-28 09:13:18','2021-01-28 04:13:18'),
(111100,41197,'action started via WP Cron','2021-01-28 09:14:23','2021-01-28 04:14:23'),
(111101,41197,'action complete via WP Cron','2021-01-28 09:14:23','2021-01-28 04:14:23'),
(111102,41198,'action created','2021-01-28 09:14:23','2021-01-28 04:14:23'),
(111103,41198,'action started via WP Cron','2021-01-28 09:15:41','2021-01-28 04:15:41'),
(111104,41198,'action complete via WP Cron','2021-01-28 09:15:41','2021-01-28 04:15:41'),
(111105,41199,'action created','2021-01-28 09:15:41','2021-01-28 04:15:41'),
(111106,41199,'action started via WP Cron','2021-01-28 09:16:39','2021-01-28 04:16:39'),
(111107,41199,'action complete via WP Cron','2021-01-28 09:16:39','2021-01-28 04:16:39'),
(111108,41200,'action created','2021-01-28 09:16:39','2021-01-28 04:16:39'),
(111109,41200,'action started via WP Cron','2021-01-28 09:17:19','2021-01-28 04:17:19'),
(111110,41200,'action complete via WP Cron','2021-01-28 09:17:19','2021-01-28 04:17:19'),
(111111,41201,'action created','2021-01-28 09:17:19','2021-01-28 04:17:19'),
(111112,41201,'action started via WP Cron','2021-01-28 09:19:12','2021-01-28 04:19:12'),
(111113,41201,'action complete via WP Cron','2021-01-28 09:19:12','2021-01-28 04:19:12'),
(111114,41202,'action created','2021-01-28 09:19:12','2021-01-28 04:19:12'),
(111115,41202,'action started via WP Cron','2021-01-28 09:21:40','2021-01-28 04:21:40'),
(111116,41202,'action complete via WP Cron','2021-01-28 09:21:40','2021-01-28 04:21:40'),
(111117,41203,'action created','2021-01-28 09:21:40','2021-01-28 04:21:40'),
(111118,41203,'action started via WP Cron','2021-01-28 09:22:12','2021-01-28 04:22:12'),
(111119,41203,'action complete via WP Cron','2021-01-28 09:22:12','2021-01-28 04:22:12'),
(111120,41204,'action created','2021-01-28 09:22:12','2021-01-28 04:22:12'),
(111121,41204,'action started via WP Cron','2021-01-28 09:26:02','2021-01-28 04:26:02'),
(111122,41204,'action complete via WP Cron','2021-01-28 09:26:02','2021-01-28 04:26:02'),
(111123,41205,'action created','2021-01-28 09:26:02','2021-01-28 04:26:02'),
(111124,41205,'action started via WP Cron','2021-01-28 09:26:36','2021-01-28 04:26:36'),
(111125,41205,'action complete via WP Cron','2021-01-28 09:26:36','2021-01-28 04:26:36'),
(111126,41206,'action created','2021-01-28 09:26:36','2021-01-28 04:26:36'),
(111127,41206,'action started via WP Cron','2021-01-28 09:31:22','2021-01-28 04:31:22'),
(111128,41206,'action complete via WP Cron','2021-01-28 09:31:22','2021-01-28 04:31:22'),
(111129,41207,'action created','2021-01-28 09:31:22','2021-01-28 04:31:22'),
(111130,41207,'action started via WP Cron','2021-01-28 09:33:18','2021-01-28 04:33:18'),
(111131,41207,'action complete via WP Cron','2021-01-28 09:33:18','2021-01-28 04:33:18'),
(111132,41208,'action created','2021-01-28 09:33:18','2021-01-28 04:33:18'),
(111133,41208,'action started via WP Cron','2021-01-28 09:34:11','2021-01-28 04:34:11'),
(111134,41208,'action complete via WP Cron','2021-01-28 09:34:11','2021-01-28 04:34:11'),
(111135,41209,'action created','2021-01-28 09:34:11','2021-01-28 04:34:11'),
(111136,41209,'action started via WP Cron','2021-01-28 09:35:34','2021-01-28 04:35:34'),
(111137,41209,'action complete via WP Cron','2021-01-28 09:35:34','2021-01-28 04:35:34'),
(111138,41210,'action created','2021-01-28 09:35:34','2021-01-28 04:35:34'),
(111139,41210,'action started via WP Cron','2021-01-28 09:36:15','2021-01-28 04:36:15'),
(111140,41210,'action complete via WP Cron','2021-01-28 09:36:15','2021-01-28 04:36:15'),
(111141,41211,'action created','2021-01-28 09:36:15','2021-01-28 04:36:15'),
(111142,41211,'action started via WP Cron','2021-01-28 09:37:31','2021-01-28 04:37:31'),
(111143,41211,'action complete via WP Cron','2021-01-28 09:37:31','2021-01-28 04:37:31'),
(111144,41212,'action created','2021-01-28 09:37:31','2021-01-28 04:37:31'),
(111145,41212,'action started via WP Cron','2021-01-28 09:38:24','2021-01-28 04:38:24'),
(111146,41212,'action complete via WP Cron','2021-01-28 09:38:24','2021-01-28 04:38:24'),
(111147,41213,'action created','2021-01-28 09:38:24','2021-01-28 04:38:24'),
(111148,41213,'action started via WP Cron','2021-01-28 09:40:14','2021-01-28 04:40:14'),
(111149,41213,'action complete via WP Cron','2021-01-28 09:40:14','2021-01-28 04:40:14'),
(111150,41214,'action created','2021-01-28 09:40:15','2021-01-28 04:40:15'),
(111151,41214,'action started via WP Cron','2021-01-28 09:42:54','2021-01-28 04:42:54'),
(111152,41214,'action complete via WP Cron','2021-01-28 09:42:54','2021-01-28 04:42:54'),
(111153,41215,'action created','2021-01-28 09:42:54','2021-01-28 04:42:54'),
(111154,41215,'action started via WP Cron','2021-01-28 09:44:19','2021-01-28 04:44:19'),
(111155,41215,'action complete via WP Cron','2021-01-28 09:44:19','2021-01-28 04:44:19'),
(111156,41216,'action created','2021-01-28 09:44:19','2021-01-28 04:44:19'),
(111157,41216,'action started via WP Cron','2021-01-28 09:45:34','2021-01-28 04:45:34'),
(111158,41216,'action complete via WP Cron','2021-01-28 09:45:34','2021-01-28 04:45:34'),
(111159,41217,'action created','2021-01-28 09:45:34','2021-01-28 04:45:34'),
(111160,41217,'action started via WP Cron','2021-01-28 09:49:02','2021-01-28 04:49:02'),
(111161,41217,'action complete via WP Cron','2021-01-28 09:49:02','2021-01-28 04:49:02'),
(111162,41218,'action created','2021-01-28 09:49:02','2021-01-28 04:49:02'),
(111163,41218,'action started via WP Cron','2021-01-28 09:49:29','2021-01-28 04:49:29'),
(111164,41218,'action complete via WP Cron','2021-01-28 09:49:29','2021-01-28 04:49:29'),
(111165,41219,'action created','2021-01-28 09:49:29','2021-01-28 04:49:29'),
(111166,41219,'action started via WP Cron','2021-01-28 09:50:26','2021-01-28 04:50:26'),
(111167,41219,'action complete via WP Cron','2021-01-28 09:50:26','2021-01-28 04:50:26'),
(111168,41220,'action created','2021-01-28 09:50:26','2021-01-28 04:50:26'),
(111169,41220,'action started via WP Cron','2021-01-28 09:52:20','2021-01-28 04:52:20'),
(111170,41220,'action complete via WP Cron','2021-01-28 09:52:20','2021-01-28 04:52:20'),
(111171,41221,'action created','2021-01-28 09:52:20','2021-01-28 04:52:20'),
(111172,41221,'action started via WP Cron','2021-01-28 09:54:29','2021-01-28 04:54:29'),
(111173,41221,'action complete via WP Cron','2021-01-28 09:54:29','2021-01-28 04:54:29'),
(111174,41222,'action created','2021-01-28 09:54:29','2021-01-28 04:54:29'),
(111175,41222,'action started via WP Cron','2021-01-28 09:55:54','2021-01-28 04:55:54'),
(111176,41222,'action complete via WP Cron','2021-01-28 09:55:54','2021-01-28 04:55:54'),
(111177,41223,'action created','2021-01-28 09:55:54','2021-01-28 04:55:54'),
(111178,41223,'action started via WP Cron','2021-01-28 09:56:35','2021-01-28 04:56:35'),
(111179,41223,'action complete via WP Cron','2021-01-28 09:56:35','2021-01-28 04:56:35'),
(111180,41224,'action created','2021-01-28 09:56:35','2021-01-28 04:56:35'),
(111181,41224,'action started via WP Cron','2021-01-28 09:58:00','2021-01-28 04:58:00'),
(111182,41224,'action complete via WP Cron','2021-01-28 09:58:00','2021-01-28 04:58:00'),
(111183,41225,'action created','2021-01-28 09:58:00','2021-01-28 04:58:00'),
(111184,41225,'action started via WP Cron','2021-01-28 09:58:53','2021-01-28 04:58:53'),
(111185,41225,'action complete via WP Cron','2021-01-28 09:58:53','2021-01-28 04:58:53'),
(111186,41226,'action created','2021-01-28 09:58:53','2021-01-28 04:58:53'),
(111187,41226,'action started via WP Cron','2021-01-28 10:03:19','2021-01-28 05:03:19'),
(111188,41226,'action complete via WP Cron','2021-01-28 10:03:19','2021-01-28 05:03:19'),
(111189,41227,'action created','2021-01-28 10:03:19','2021-01-28 05:03:19'),
(111190,41227,'action started via WP Cron','2021-01-28 10:05:35','2021-01-28 05:05:35'),
(111191,41227,'action complete via WP Cron','2021-01-28 10:05:35','2021-01-28 05:05:35'),
(111192,41228,'action created','2021-01-28 10:05:35','2021-01-28 05:05:35'),
(111193,41228,'action started via WP Cron','2021-01-28 10:06:53','2021-01-28 05:06:53'),
(111194,41228,'action complete via WP Cron','2021-01-28 10:06:53','2021-01-28 05:06:53'),
(111195,41229,'action created','2021-01-28 10:06:53','2021-01-28 05:06:53'),
(111196,41229,'action started via WP Cron','2021-01-28 10:07:58','2021-01-28 05:07:58'),
(111197,41229,'action complete via WP Cron','2021-01-28 10:07:58','2021-01-28 05:07:58'),
(111198,41230,'action created','2021-01-28 10:07:58','2021-01-28 05:07:58'),
(111199,41230,'action started via WP Cron','2021-01-28 10:08:11','2021-01-28 05:08:11'),
(111200,41230,'action complete via WP Cron','2021-01-28 10:08:11','2021-01-28 05:08:11'),
(111201,41231,'action created','2021-01-28 10:08:11','2021-01-28 05:08:11'),
(111202,41231,'action started via WP Cron','2021-01-28 10:09:21','2021-01-28 05:09:21'),
(111203,41231,'action complete via WP Cron','2021-01-28 10:09:21','2021-01-28 05:09:21'),
(111204,41232,'action created','2021-01-28 10:09:21','2021-01-28 05:09:21'),
(111205,41232,'action started via WP Cron','2021-01-28 10:10:55','2021-01-28 05:10:55'),
(111206,41232,'action complete via WP Cron','2021-01-28 10:10:55','2021-01-28 05:10:55'),
(111207,41233,'action created','2021-01-28 10:10:55','2021-01-28 05:10:55'),
(111208,41233,'action started via WP Cron','2021-01-28 10:12:21','2021-01-28 05:12:21'),
(111209,41233,'action complete via WP Cron','2021-01-28 10:12:21','2021-01-28 05:12:21'),
(111210,41234,'action created','2021-01-28 10:12:21','2021-01-28 05:12:21'),
(111211,41234,'action started via WP Cron','2021-01-28 10:13:26','2021-01-28 05:13:26'),
(111212,41234,'action complete via WP Cron','2021-01-28 10:13:26','2021-01-28 05:13:26'),
(111213,41235,'action created','2021-01-28 10:13:26','2021-01-28 05:13:26'),
(111214,41235,'action started via WP Cron','2021-01-28 10:19:06','2021-01-28 05:19:06'),
(111215,41235,'action complete via WP Cron','2021-01-28 10:19:06','2021-01-28 05:19:06'),
(111216,41236,'action created','2021-01-28 10:19:06','2021-01-28 05:19:06'),
(111217,41236,'action started via WP Cron','2021-01-28 10:20:48','2021-01-28 05:20:48'),
(111218,41236,'action complete via WP Cron','2021-01-28 10:20:48','2021-01-28 05:20:48'),
(111219,41237,'action created','2021-01-28 10:20:48','2021-01-28 05:20:48'),
(111220,41237,'action started via WP Cron','2021-01-28 10:22:54','2021-01-28 05:22:54'),
(111221,41237,'action complete via WP Cron','2021-01-28 10:22:54','2021-01-28 05:22:54'),
(111222,41238,'action created','2021-01-28 10:22:54','2021-01-28 05:22:54'),
(111223,41238,'action started via WP Cron','2021-01-28 10:23:35','2021-01-28 05:23:35'),
(111224,41238,'action complete via WP Cron','2021-01-28 10:23:35','2021-01-28 05:23:35'),
(111225,41239,'action created','2021-01-28 10:23:35','2021-01-28 05:23:35'),
(111226,41239,'action started via WP Cron','2021-01-28 10:24:20','2021-01-28 05:24:20'),
(111227,41239,'action complete via WP Cron','2021-01-28 10:24:20','2021-01-28 05:24:20'),
(111228,41240,'action created','2021-01-28 10:24:20','2021-01-28 05:24:20'),
(111229,41240,'action started via WP Cron','2021-01-28 10:26:22','2021-01-28 05:26:22'),
(111230,41240,'action complete via WP Cron','2021-01-28 10:26:22','2021-01-28 05:26:22'),
(111231,41241,'action created','2021-01-28 10:26:22','2021-01-28 05:26:22'),
(111232,41241,'action started via WP Cron','2021-01-28 10:28:52','2021-01-28 05:28:52'),
(111233,41241,'action complete via WP Cron','2021-01-28 10:28:52','2021-01-28 05:28:52'),
(111234,41242,'action created','2021-01-28 10:28:52','2021-01-28 05:28:52'),
(111235,41242,'action started via WP Cron','2021-01-28 10:32:22','2021-01-28 05:32:22'),
(111236,41242,'action complete via WP Cron','2021-01-28 10:32:22','2021-01-28 05:32:22'),
(111237,41243,'action created','2021-01-28 10:32:22','2021-01-28 05:32:22'),
(111238,41243,'action started via WP Cron','2021-01-28 10:35:58','2021-01-28 05:35:58'),
(111239,41243,'action complete via WP Cron','2021-01-28 10:35:58','2021-01-28 05:35:58'),
(111240,41244,'action created','2021-01-28 10:35:58','2021-01-28 05:35:58'),
(111241,41244,'action started via WP Cron','2021-01-28 10:36:34','2021-01-28 05:36:34'),
(111242,41244,'action complete via WP Cron','2021-01-28 10:36:34','2021-01-28 05:36:34'),
(111243,41245,'action created','2021-01-28 10:36:34','2021-01-28 05:36:34'),
(111244,41245,'action started via WP Cron','2021-01-28 10:37:33','2021-01-28 05:37:33'),
(111245,41245,'action complete via WP Cron','2021-01-28 10:37:33','2021-01-28 05:37:33'),
(111246,41246,'action created','2021-01-28 10:37:34','2021-01-28 05:37:34'),
(111247,41246,'action started via WP Cron','2021-01-28 10:38:24','2021-01-28 05:38:24'),
(111248,41246,'action complete via WP Cron','2021-01-28 10:38:24','2021-01-28 05:38:24'),
(111249,41247,'action created','2021-01-28 10:38:24','2021-01-28 05:38:24'),
(111250,41247,'action started via WP Cron','2021-01-28 10:40:35','2021-01-28 05:40:35'),
(111251,41247,'action complete via WP Cron','2021-01-28 10:40:35','2021-01-28 05:40:35'),
(111252,41248,'action created','2021-01-28 10:40:35','2021-01-28 05:40:35'),
(111253,41248,'action started via WP Cron','2021-01-28 10:41:53','2021-01-28 05:41:53'),
(111254,41248,'action complete via WP Cron','2021-01-28 10:41:53','2021-01-28 05:41:53'),
(111255,41249,'action created','2021-01-28 10:41:53','2021-01-28 05:41:53'),
(111256,41249,'action started via WP Cron','2021-01-28 10:42:31','2021-01-28 05:42:31'),
(111257,41249,'action complete via WP Cron','2021-01-28 10:42:31','2021-01-28 05:42:31'),
(111258,41250,'action created','2021-01-28 10:42:31','2021-01-28 05:42:31'),
(111259,41250,'action started via WP Cron','2021-01-28 10:43:26','2021-01-28 05:43:26'),
(111260,41250,'action complete via WP Cron','2021-01-28 10:43:26','2021-01-28 05:43:26'),
(111261,41251,'action created','2021-01-28 10:43:26','2021-01-28 05:43:26'),
(111262,41251,'action started via WP Cron','2021-01-28 10:44:41','2021-01-28 05:44:41'),
(111263,41251,'action complete via WP Cron','2021-01-28 10:44:41','2021-01-28 05:44:41'),
(111264,41252,'action created','2021-01-28 10:44:42','2021-01-28 05:44:42'),
(111265,41252,'action started via WP Cron','2021-01-28 10:45:11','2021-01-28 05:45:11'),
(111266,41252,'action complete via WP Cron','2021-01-28 10:45:11','2021-01-28 05:45:11'),
(111267,41253,'action created','2021-01-28 10:45:11','2021-01-28 05:45:11'),
(111268,41253,'action started via WP Cron','2021-01-28 10:46:48','2021-01-28 05:46:48'),
(111269,41253,'action complete via WP Cron','2021-01-28 10:46:48','2021-01-28 05:46:48'),
(111270,41254,'action created','2021-01-28 10:46:48','2021-01-28 05:46:48'),
(111271,41254,'action started via WP Cron','2021-01-28 10:47:30','2021-01-28 05:47:30'),
(111272,41254,'action complete via WP Cron','2021-01-28 10:47:30','2021-01-28 05:47:30'),
(111273,41255,'action created','2021-01-28 10:47:30','2021-01-28 05:47:30'),
(111274,41255,'action started via WP Cron','2021-01-28 10:50:13','2021-01-28 05:50:13'),
(111275,41255,'action complete via WP Cron','2021-01-28 10:50:13','2021-01-28 05:50:13'),
(111276,41256,'action created','2021-01-28 10:50:14','2021-01-28 05:50:14'),
(111277,41256,'action started via WP Cron','2021-01-28 10:51:59','2021-01-28 05:51:59'),
(111278,41256,'action complete via WP Cron','2021-01-28 10:51:59','2021-01-28 05:51:59'),
(111279,41257,'action created','2021-01-28 10:51:59','2021-01-28 05:51:59'),
(111280,41257,'action started via WP Cron','2021-01-28 10:52:21','2021-01-28 05:52:21'),
(111281,41257,'action complete via WP Cron','2021-01-28 10:52:21','2021-01-28 05:52:21'),
(111282,41258,'action created','2021-01-28 10:52:21','2021-01-28 05:52:21'),
(111283,41258,'action started via WP Cron','2021-01-28 10:54:57','2021-01-28 05:54:57'),
(111284,41258,'action complete via WP Cron','2021-01-28 10:54:57','2021-01-28 05:54:57'),
(111285,41259,'action created','2021-01-28 10:54:57','2021-01-28 05:54:57'),
(111286,41259,'action started via WP Cron','2021-01-28 10:55:29','2021-01-28 05:55:29'),
(111287,41259,'action complete via WP Cron','2021-01-28 10:55:29','2021-01-28 05:55:29'),
(111288,41260,'action created','2021-01-28 10:55:29','2021-01-28 05:55:29'),
(111289,41260,'action started via WP Cron','2021-01-28 10:56:47','2021-01-28 05:56:47'),
(111290,41260,'action complete via WP Cron','2021-01-28 10:56:47','2021-01-28 05:56:47'),
(111291,41261,'action created','2021-01-28 10:56:47','2021-01-28 05:56:47'),
(111292,41261,'action started via WP Cron','2021-01-28 10:57:54','2021-01-28 05:57:54'),
(111293,41261,'action complete via WP Cron','2021-01-28 10:57:54','2021-01-28 05:57:54'),
(111294,41262,'action created','2021-01-28 10:57:54','2021-01-28 05:57:54'),
(111295,41262,'action started via WP Cron','2021-01-28 11:00:19','2021-01-28 06:00:19'),
(111296,41262,'action complete via WP Cron','2021-01-28 11:00:19','2021-01-28 06:00:19'),
(111297,41263,'action created','2021-01-28 11:00:19','2021-01-28 06:00:19'),
(111298,41263,'action started via WP Cron','2021-01-28 11:01:20','2021-01-28 06:01:20'),
(111299,41263,'action complete via WP Cron','2021-01-28 11:01:20','2021-01-28 06:01:20'),
(111300,41264,'action created','2021-01-28 11:01:20','2021-01-28 06:01:20'),
(111301,41264,'action started via WP Cron','2021-01-28 11:02:43','2021-01-28 06:02:43'),
(111302,41264,'action complete via WP Cron','2021-01-28 11:02:43','2021-01-28 06:02:43'),
(111303,41265,'action created','2021-01-28 11:02:43','2021-01-28 06:02:43'),
(111304,41265,'action started via WP Cron','2021-01-28 11:04:00','2021-01-28 06:04:00'),
(111305,41265,'action complete via WP Cron','2021-01-28 11:04:00','2021-01-28 06:04:00'),
(111306,41266,'action created','2021-01-28 11:04:00','2021-01-28 06:04:00'),
(111307,41266,'action started via WP Cron','2021-01-28 11:04:58','2021-01-28 06:04:58'),
(111308,41266,'action complete via WP Cron','2021-01-28 11:04:58','2021-01-28 06:04:58'),
(111309,41267,'action created','2021-01-28 11:04:58','2021-01-28 06:04:58'),
(111310,41267,'action started via WP Cron','2021-01-28 11:05:43','2021-01-28 06:05:43'),
(111311,41267,'action complete via WP Cron','2021-01-28 11:05:43','2021-01-28 06:05:43'),
(111312,41268,'action created','2021-01-28 11:05:43','2021-01-28 06:05:43'),
(111313,41268,'action started via WP Cron','2021-01-28 11:06:31','2021-01-28 06:06:31'),
(111314,41268,'action complete via WP Cron','2021-01-28 11:06:31','2021-01-28 06:06:31'),
(111315,41269,'action created','2021-01-28 11:06:31','2021-01-28 06:06:31'),
(111316,41269,'action started via WP Cron','2021-01-28 11:07:21','2021-01-28 06:07:21'),
(111317,41269,'action complete via WP Cron','2021-01-28 11:07:21','2021-01-28 06:07:21'),
(111318,41270,'action created','2021-01-28 11:07:21','2021-01-28 06:07:21'),
(111319,41270,'action started via WP Cron','2021-01-28 11:08:47','2021-01-28 06:08:47'),
(111320,41270,'action complete via WP Cron','2021-01-28 11:08:47','2021-01-28 06:08:47'),
(111321,41271,'action created','2021-01-28 11:08:47','2021-01-28 06:08:47'),
(111322,41271,'action started via WP Cron','2021-01-28 11:09:28','2021-01-28 06:09:28'),
(111323,41271,'action complete via WP Cron','2021-01-28 11:09:28','2021-01-28 06:09:28'),
(111324,41272,'action created','2021-01-28 11:09:28','2021-01-28 06:09:28'),
(111325,41272,'action started via WP Cron','2021-01-28 11:10:15','2021-01-28 06:10:15'),
(111326,41272,'action complete via WP Cron','2021-01-28 11:10:15','2021-01-28 06:10:15'),
(111327,41273,'action created','2021-01-28 11:10:15','2021-01-28 06:10:15'),
(111328,41273,'action started via WP Cron','2021-01-28 11:11:28','2021-01-28 06:11:28'),
(111329,41273,'action complete via WP Cron','2021-01-28 11:11:28','2021-01-28 06:11:28'),
(111330,41274,'action created','2021-01-28 11:11:28','2021-01-28 06:11:28'),
(111331,41274,'action started via WP Cron','2021-01-28 11:13:20','2021-01-28 06:13:20'),
(111332,41274,'action complete via WP Cron','2021-01-28 11:13:20','2021-01-28 06:13:20'),
(111333,41275,'action created','2021-01-28 11:13:20','2021-01-28 06:13:20'),
(111334,41275,'action started via WP Cron','2021-01-28 11:14:22','2021-01-28 06:14:22'),
(111335,41275,'action complete via WP Cron','2021-01-28 11:14:22','2021-01-28 06:14:22'),
(111336,41276,'action created','2021-01-28 11:14:22','2021-01-28 06:14:22'),
(111337,41276,'action started via WP Cron','2021-01-28 11:15:43','2021-01-28 06:15:43'),
(111338,41276,'action complete via WP Cron','2021-01-28 11:15:43','2021-01-28 06:15:43'),
(111339,41277,'action created','2021-01-28 11:15:43','2021-01-28 06:15:43'),
(111340,41277,'action started via WP Cron','2021-01-28 11:17:03','2021-01-28 06:17:03'),
(111341,41277,'action complete via WP Cron','2021-01-28 11:17:03','2021-01-28 06:17:03'),
(111342,41278,'action created','2021-01-28 11:17:03','2021-01-28 06:17:03'),
(111343,41278,'action started via WP Cron','2021-01-28 11:17:25','2021-01-28 06:17:25'),
(111344,41278,'action complete via WP Cron','2021-01-28 11:17:25','2021-01-28 06:17:25'),
(111345,41279,'action created','2021-01-28 11:17:25','2021-01-28 06:17:25'),
(111346,41279,'action started via WP Cron','2021-01-28 11:18:15','2021-01-28 06:18:15'),
(111347,41279,'action complete via WP Cron','2021-01-28 11:18:15','2021-01-28 06:18:15'),
(111348,41280,'action created','2021-01-28 11:18:15','2021-01-28 06:18:15'),
(111349,41280,'action started via WP Cron','2021-01-28 11:19:45','2021-01-28 06:19:45'),
(111350,41280,'action complete via WP Cron','2021-01-28 11:19:45','2021-01-28 06:19:45'),
(111351,41281,'action created','2021-01-28 11:19:45','2021-01-28 06:19:45'),
(111352,41281,'action started via WP Cron','2021-01-28 11:20:11','2021-01-28 06:20:11'),
(111353,41281,'action complete via WP Cron','2021-01-28 11:20:12','2021-01-28 06:20:12'),
(111354,41282,'action created','2021-01-28 11:20:12','2021-01-28 06:20:12'),
(111355,41282,'action started via WP Cron','2021-01-28 11:21:16','2021-01-28 06:21:16'),
(111356,41282,'action complete via WP Cron','2021-01-28 11:21:16','2021-01-28 06:21:16'),
(111357,41283,'action created','2021-01-28 11:21:16','2021-01-28 06:21:16'),
(111358,41283,'action started via WP Cron','2021-01-28 11:22:23','2021-01-28 06:22:23'),
(111359,41283,'action complete via WP Cron','2021-01-28 11:22:23','2021-01-28 06:22:23'),
(111360,41284,'action created','2021-01-28 11:22:23','2021-01-28 06:22:23'),
(111361,41284,'action started via WP Cron','2021-01-28 11:23:13','2021-01-28 06:23:13'),
(111362,41284,'action complete via WP Cron','2021-01-28 11:23:13','2021-01-28 06:23:13'),
(111363,41285,'action created','2021-01-28 11:23:13','2021-01-28 06:23:13'),
(111364,41285,'action started via WP Cron','2021-01-28 11:25:45','2021-01-28 06:25:45'),
(111365,41285,'action complete via WP Cron','2021-01-28 11:25:45','2021-01-28 06:25:45'),
(111366,41286,'action created','2021-01-28 11:25:45','2021-01-28 06:25:45'),
(111367,41286,'action started via WP Cron','2021-01-28 11:26:31','2021-01-28 06:26:31'),
(111368,41286,'action complete via WP Cron','2021-01-28 11:26:32','2021-01-28 06:26:32'),
(111369,41287,'action created','2021-01-28 11:26:32','2021-01-28 06:26:32'),
(111370,41287,'action started via WP Cron','2021-01-28 11:27:20','2021-01-28 06:27:20'),
(111371,41287,'action complete via WP Cron','2021-01-28 11:27:20','2021-01-28 06:27:20'),
(111372,41288,'action created','2021-01-28 11:27:20','2021-01-28 06:27:20'),
(111373,41288,'action started via WP Cron','2021-01-28 11:28:28','2021-01-28 06:28:28'),
(111374,41288,'action complete via WP Cron','2021-01-28 11:28:28','2021-01-28 06:28:28'),
(111375,41289,'action created','2021-01-28 11:28:28','2021-01-28 06:28:28'),
(111376,41289,'action started via WP Cron','2021-01-28 11:29:11','2021-01-28 06:29:11'),
(111377,41289,'action complete via WP Cron','2021-01-28 11:29:12','2021-01-28 06:29:12'),
(111378,41290,'action created','2021-01-28 11:29:12','2021-01-28 06:29:12'),
(111379,41290,'action started via WP Cron','2021-01-28 11:30:22','2021-01-28 06:30:22'),
(111380,41290,'action complete via WP Cron','2021-01-28 11:30:22','2021-01-28 06:30:22'),
(111381,41291,'action created','2021-01-28 11:30:22','2021-01-28 06:30:22'),
(111382,41291,'action started via WP Cron','2021-01-28 11:31:16','2021-01-28 06:31:16'),
(111383,41291,'action complete via WP Cron','2021-01-28 11:31:16','2021-01-28 06:31:16'),
(111384,41292,'action created','2021-01-28 11:31:16','2021-01-28 06:31:16'),
(111385,41292,'action started via WP Cron','2021-01-28 11:32:35','2021-01-28 06:32:35'),
(111386,41292,'action complete via WP Cron','2021-01-28 11:32:35','2021-01-28 06:32:35'),
(111387,41293,'action created','2021-01-28 11:32:35','2021-01-28 06:32:35'),
(111388,41293,'action started via WP Cron','2021-01-28 11:33:21','2021-01-28 06:33:21'),
(111389,41293,'action complete via WP Cron','2021-01-28 11:33:21','2021-01-28 06:33:21'),
(111390,41294,'action created','2021-01-28 11:33:21','2021-01-28 06:33:21'),
(111391,41294,'action started via WP Cron','2021-01-28 11:34:49','2021-01-28 06:34:49'),
(111392,41294,'action complete via WP Cron','2021-01-28 11:34:49','2021-01-28 06:34:49'),
(111393,41295,'action created','2021-01-28 11:34:49','2021-01-28 06:34:49'),
(111394,41295,'action started via WP Cron','2021-01-28 11:35:26','2021-01-28 06:35:26'),
(111395,41295,'action complete via WP Cron','2021-01-28 11:35:26','2021-01-28 06:35:26'),
(111396,41296,'action created','2021-01-28 11:35:26','2021-01-28 06:35:26'),
(111397,41296,'action started via WP Cron','2021-01-28 11:36:49','2021-01-28 06:36:49'),
(111398,41296,'action complete via WP Cron','2021-01-28 11:36:49','2021-01-28 06:36:49'),
(111399,41297,'action created','2021-01-28 11:36:49','2021-01-28 06:36:49'),
(111400,41297,'action started via WP Cron','2021-01-28 11:37:20','2021-01-28 06:37:20'),
(111401,41297,'action complete via WP Cron','2021-01-28 11:37:20','2021-01-28 06:37:20'),
(111402,41298,'action created','2021-01-28 11:37:21','2021-01-28 06:37:21'),
(111403,41298,'action started via WP Cron','2021-01-28 11:38:11','2021-01-28 06:38:11'),
(111404,41298,'action complete via WP Cron','2021-01-28 11:38:11','2021-01-28 06:38:11'),
(111405,41299,'action created','2021-01-28 11:38:11','2021-01-28 06:38:11'),
(111406,41299,'action started via WP Cron','2021-01-28 11:39:19','2021-01-28 06:39:19'),
(111407,41299,'action complete via WP Cron','2021-01-28 11:39:19','2021-01-28 06:39:19'),
(111408,41300,'action created','2021-01-28 11:39:19','2021-01-28 06:39:19'),
(111409,41300,'action started via WP Cron','2021-01-28 11:40:52','2021-01-28 06:40:52'),
(111410,41300,'action complete via WP Cron','2021-01-28 11:40:52','2021-01-28 06:40:52'),
(111411,41301,'action created','2021-01-28 11:40:52','2021-01-28 06:40:52'),
(111412,41301,'action started via WP Cron','2021-01-28 11:41:48','2021-01-28 06:41:48'),
(111413,41301,'action complete via WP Cron','2021-01-28 11:41:48','2021-01-28 06:41:48'),
(111414,41302,'action created','2021-01-28 11:41:49','2021-01-28 06:41:49'),
(111415,41302,'action started via WP Cron','2021-01-28 11:42:20','2021-01-28 06:42:20'),
(111416,41302,'action complete via WP Cron','2021-01-28 11:42:20','2021-01-28 06:42:20'),
(111417,41303,'action created','2021-01-28 11:42:20','2021-01-28 06:42:20'),
(111418,41303,'action started via WP Cron','2021-01-28 11:44:46','2021-01-28 06:44:46'),
(111419,41303,'action complete via WP Cron','2021-01-28 11:44:47','2021-01-28 06:44:47'),
(111420,41304,'action created','2021-01-28 11:44:47','2021-01-28 06:44:47'),
(111421,41304,'action started via WP Cron','2021-01-28 11:45:32','2021-01-28 06:45:32'),
(111422,41304,'action complete via WP Cron','2021-01-28 11:45:32','2021-01-28 06:45:32'),
(111423,41305,'action created','2021-01-28 11:45:32','2021-01-28 06:45:32'),
(111424,41305,'action started via WP Cron','2021-01-28 11:47:03','2021-01-28 06:47:03'),
(111425,41305,'action complete via WP Cron','2021-01-28 11:47:03','2021-01-28 06:47:03'),
(111426,41306,'action created','2021-01-28 11:47:03','2021-01-28 06:47:03'),
(111427,41306,'action started via WP Cron','2021-01-28 11:47:18','2021-01-28 06:47:18'),
(111428,41306,'action complete via WP Cron','2021-01-28 11:47:18','2021-01-28 06:47:18'),
(111429,41307,'action created','2021-01-28 11:47:18','2021-01-28 06:47:18'),
(111430,41307,'action started via WP Cron','2021-01-28 11:48:21','2021-01-28 06:48:21'),
(111431,41307,'action complete via WP Cron','2021-01-28 11:48:21','2021-01-28 06:48:21'),
(111432,41308,'action created','2021-01-28 11:48:21','2021-01-28 06:48:21'),
(111433,41308,'action started via WP Cron','2021-01-28 11:49:33','2021-01-28 06:49:33'),
(111434,41308,'action complete via WP Cron','2021-01-28 11:49:33','2021-01-28 06:49:33'),
(111435,41309,'action created','2021-01-28 11:49:33','2021-01-28 06:49:33'),
(111436,41309,'action started via WP Cron','2021-01-28 11:50:43','2021-01-28 06:50:43'),
(111437,41309,'action complete via WP Cron','2021-01-28 11:50:43','2021-01-28 06:50:43'),
(111438,41310,'action created','2021-01-28 11:50:43','2021-01-28 06:50:43'),
(111439,41310,'action started via WP Cron','2021-01-28 11:51:37','2021-01-28 06:51:37'),
(111440,41310,'action complete via WP Cron','2021-01-28 11:51:37','2021-01-28 06:51:37'),
(111441,41311,'action created','2021-01-28 11:51:37','2021-01-28 06:51:37'),
(111442,41311,'action started via WP Cron','2021-01-28 11:52:12','2021-01-28 06:52:12'),
(111443,41311,'action complete via WP Cron','2021-01-28 11:52:12','2021-01-28 06:52:12'),
(111444,41312,'action created','2021-01-28 11:52:12','2021-01-28 06:52:12'),
(111445,41312,'action started via WP Cron','2021-01-28 11:53:30','2021-01-28 06:53:30'),
(111446,41312,'action complete via WP Cron','2021-01-28 11:53:30','2021-01-28 06:53:30'),
(111447,41313,'action created','2021-01-28 11:53:30','2021-01-28 06:53:30'),
(111448,41313,'action started via WP Cron','2021-01-28 11:56:34','2021-01-28 06:56:34'),
(111449,41313,'action complete via WP Cron','2021-01-28 11:56:34','2021-01-28 06:56:34'),
(111450,41314,'action created','2021-01-28 11:56:34','2021-01-28 06:56:34'),
(111451,41314,'action started via WP Cron','2021-01-28 11:57:37','2021-01-28 06:57:37'),
(111452,41314,'action complete via WP Cron','2021-01-28 11:57:37','2021-01-28 06:57:37'),
(111453,41315,'action created','2021-01-28 11:57:37','2021-01-28 06:57:37'),
(111454,41315,'action started via WP Cron','2021-01-28 11:58:15','2021-01-28 06:58:15'),
(111455,41315,'action complete via WP Cron','2021-01-28 11:58:15','2021-01-28 06:58:15'),
(111456,41316,'action created','2021-01-28 11:58:15','2021-01-28 06:58:15'),
(111457,41316,'action started via WP Cron','2021-01-28 11:59:40','2021-01-28 06:59:40'),
(111458,41316,'action complete via WP Cron','2021-01-28 11:59:40','2021-01-28 06:59:40'),
(111459,41317,'action created','2021-01-28 11:59:40','2021-01-28 06:59:40'),
(111460,41317,'action started via WP Cron','2021-01-28 12:01:32','2021-01-28 07:01:32'),
(111461,41317,'action complete via WP Cron','2021-01-28 12:01:32','2021-01-28 07:01:32'),
(111462,41318,'action created','2021-01-28 12:01:32','2021-01-28 07:01:32'),
(111463,41318,'action started via WP Cron','2021-01-28 12:02:52','2021-01-28 07:02:52'),
(111464,41318,'action complete via WP Cron','2021-01-28 12:02:52','2021-01-28 07:02:52'),
(111465,41319,'action created','2021-01-28 12:02:52','2021-01-28 07:02:52'),
(111466,41319,'action started via WP Cron','2021-01-28 12:04:28','2021-01-28 07:04:28'),
(111467,41319,'action complete via WP Cron','2021-01-28 12:04:28','2021-01-28 07:04:28'),
(111468,41320,'action created','2021-01-28 12:04:28','2021-01-28 07:04:28'),
(111469,41320,'action started via WP Cron','2021-01-28 12:06:02','2021-01-28 07:06:02'),
(111470,41320,'action complete via WP Cron','2021-01-28 12:06:02','2021-01-28 07:06:02'),
(111471,41321,'action created','2021-01-28 12:06:02','2021-01-28 07:06:02'),
(111472,41321,'action started via WP Cron','2021-01-28 12:06:31','2021-01-28 07:06:31'),
(111473,41321,'action complete via WP Cron','2021-01-28 12:06:31','2021-01-28 07:06:31'),
(111474,41322,'action created','2021-01-28 12:06:31','2021-01-28 07:06:31'),
(111475,41322,'action started via WP Cron','2021-01-28 12:07:59','2021-01-28 07:07:59'),
(111476,41322,'action complete via WP Cron','2021-01-28 12:07:59','2021-01-28 07:07:59'),
(111477,41323,'action created','2021-01-28 12:07:59','2021-01-28 07:07:59'),
(111478,41323,'action started via WP Cron','2021-01-28 12:08:37','2021-01-28 07:08:37'),
(111479,41323,'action complete via WP Cron','2021-01-28 12:08:37','2021-01-28 07:08:37'),
(111480,41324,'action created','2021-01-28 12:08:37','2021-01-28 07:08:37'),
(111481,41324,'action started via WP Cron','2021-01-28 12:10:30','2021-01-28 07:10:30'),
(111482,41324,'action complete via WP Cron','2021-01-28 12:10:30','2021-01-28 07:10:30'),
(111483,41325,'action created','2021-01-28 12:10:30','2021-01-28 07:10:30'),
(111484,41325,'action started via WP Cron','2021-01-28 12:11:24','2021-01-28 07:11:24'),
(111485,41325,'action complete via WP Cron','2021-01-28 12:11:24','2021-01-28 07:11:24'),
(111486,41326,'action created','2021-01-28 12:11:24','2021-01-28 07:11:24'),
(111487,41326,'action started via WP Cron','2021-01-28 12:13:17','2021-01-28 07:13:17'),
(111488,41326,'action complete via WP Cron','2021-01-28 12:13:17','2021-01-28 07:13:17'),
(111489,41327,'action created','2021-01-28 12:13:17','2021-01-28 07:13:17'),
(111490,41327,'action started via WP Cron','2021-01-28 12:14:54','2021-01-28 07:14:54'),
(111491,41327,'action complete via WP Cron','2021-01-28 12:14:54','2021-01-28 07:14:54'),
(111492,41328,'action created','2021-01-28 12:14:54','2021-01-28 07:14:54'),
(111493,41328,'action started via WP Cron','2021-01-28 12:16:32','2021-01-28 07:16:32'),
(111494,41328,'action complete via WP Cron','2021-01-28 12:16:32','2021-01-28 07:16:32'),
(111495,41329,'action created','2021-01-28 12:16:32','2021-01-28 07:16:32'),
(111496,41329,'action started via WP Cron','2021-01-28 12:17:49','2021-01-28 07:17:49'),
(111497,41329,'action complete via WP Cron','2021-01-28 12:17:49','2021-01-28 07:17:49'),
(111498,41330,'action created','2021-01-28 12:17:49','2021-01-28 07:17:49'),
(111499,41330,'action started via WP Cron','2021-01-28 12:18:16','2021-01-28 07:18:16'),
(111500,41330,'action complete via WP Cron','2021-01-28 12:18:16','2021-01-28 07:18:16'),
(111501,41331,'action created','2021-01-28 12:18:16','2021-01-28 07:18:16'),
(111502,41331,'action started via WP Cron','2021-01-28 12:19:28','2021-01-28 07:19:28'),
(111503,41331,'action complete via WP Cron','2021-01-28 12:19:28','2021-01-28 07:19:28'),
(111504,41332,'action created','2021-01-28 12:19:28','2021-01-28 07:19:28'),
(111505,41332,'action started via WP Cron','2021-01-28 12:20:36','2021-01-28 07:20:36'),
(111506,41332,'action complete via WP Cron','2021-01-28 12:20:36','2021-01-28 07:20:36'),
(111507,41333,'action created','2021-01-28 12:20:36','2021-01-28 07:20:36'),
(111508,41333,'action started via WP Cron','2021-01-28 12:21:24','2021-01-28 07:21:24'),
(111509,41333,'action complete via WP Cron','2021-01-28 12:21:24','2021-01-28 07:21:24'),
(111510,41334,'action created','2021-01-28 12:21:24','2021-01-28 07:21:24'),
(111511,41334,'action started via WP Cron','2021-01-28 12:23:36','2021-01-28 07:23:36'),
(111512,41334,'action complete via WP Cron','2021-01-28 12:23:36','2021-01-28 07:23:36'),
(111513,41335,'action created','2021-01-28 12:23:36','2021-01-28 07:23:36'),
(111514,41335,'action started via WP Cron','2021-01-28 12:24:54','2021-01-28 07:24:54'),
(111515,41335,'action complete via WP Cron','2021-01-28 12:24:54','2021-01-28 07:24:54'),
(111516,41336,'action created','2021-01-28 12:24:54','2021-01-28 07:24:54'),
(111517,41336,'action started via WP Cron','2021-01-28 12:25:18','2021-01-28 07:25:18'),
(111518,41336,'action complete via WP Cron','2021-01-28 12:25:18','2021-01-28 07:25:18'),
(111519,41337,'action created','2021-01-28 12:25:18','2021-01-28 07:25:18'),
(111520,41337,'action started via WP Cron','2021-01-28 12:26:15','2021-01-28 07:26:15'),
(111521,41337,'action complete via WP Cron','2021-01-28 12:26:15','2021-01-28 07:26:15'),
(111522,41338,'action created','2021-01-28 12:26:15','2021-01-28 07:26:15'),
(111523,41338,'action started via WP Cron','2021-01-28 12:27:35','2021-01-28 07:27:35'),
(111524,41338,'action complete via WP Cron','2021-01-28 12:27:35','2021-01-28 07:27:35'),
(111525,41339,'action created','2021-01-28 12:27:35','2021-01-28 07:27:35'),
(111526,41339,'action started via WP Cron','2021-01-28 12:28:22','2021-01-28 07:28:22'),
(111527,41339,'action complete via WP Cron','2021-01-28 12:28:22','2021-01-28 07:28:22'),
(111528,41340,'action created','2021-01-28 12:28:22','2021-01-28 07:28:22'),
(111529,41340,'action started via WP Cron','2021-01-28 12:30:24','2021-01-28 07:30:24'),
(111530,41340,'action complete via WP Cron','2021-01-28 12:30:24','2021-01-28 07:30:24'),
(111531,41341,'action created','2021-01-28 12:30:24','2021-01-28 07:30:24'),
(111532,41341,'action started via WP Cron','2021-01-28 12:31:33','2021-01-28 07:31:33'),
(111533,41341,'action complete via WP Cron','2021-01-28 12:31:33','2021-01-28 07:31:33'),
(111534,41342,'action created','2021-01-28 12:31:33','2021-01-28 07:31:33'),
(111535,41342,'action started via WP Cron','2021-01-28 12:32:32','2021-01-28 07:32:32'),
(111536,41342,'action complete via WP Cron','2021-01-28 12:32:32','2021-01-28 07:32:32'),
(111537,41343,'action created','2021-01-28 12:32:32','2021-01-28 07:32:32'),
(111538,41343,'action started via WP Cron','2021-01-28 12:33:22','2021-01-28 07:33:22'),
(111539,41343,'action complete via WP Cron','2021-01-28 12:33:22','2021-01-28 07:33:22'),
(111540,41344,'action created','2021-01-28 12:33:22','2021-01-28 07:33:22'),
(111541,41344,'action started via WP Cron','2021-01-28 12:34:12','2021-01-28 07:34:12'),
(111542,41344,'action complete via WP Cron','2021-01-28 12:34:12','2021-01-28 07:34:12'),
(111543,41345,'action created','2021-01-28 12:34:12','2021-01-28 07:34:12'),
(111544,41345,'action started via WP Cron','2021-01-28 12:35:23','2021-01-28 07:35:23'),
(111545,41345,'action complete via WP Cron','2021-01-28 12:35:23','2021-01-28 07:35:23'),
(111546,41346,'action created','2021-01-28 12:35:23','2021-01-28 07:35:23'),
(111547,41346,'action started via WP Cron','2021-01-28 12:37:22','2021-01-28 07:37:22'),
(111548,41346,'action complete via WP Cron','2021-01-28 12:37:22','2021-01-28 07:37:22'),
(111549,41347,'action created','2021-01-28 12:37:22','2021-01-28 07:37:22'),
(111550,41347,'action started via WP Cron','2021-01-28 12:38:43','2021-01-28 07:38:43'),
(111551,41347,'action complete via WP Cron','2021-01-28 12:38:43','2021-01-28 07:38:43'),
(111552,41348,'action created','2021-01-28 12:38:43','2021-01-28 07:38:43'),
(111553,41348,'action started via WP Cron','2021-01-28 12:39:56','2021-01-28 07:39:56'),
(111554,41348,'action complete via WP Cron','2021-01-28 12:39:56','2021-01-28 07:39:56'),
(111555,41349,'action created','2021-01-28 12:39:56','2021-01-28 07:39:56'),
(111556,41349,'action started via WP Cron','2021-01-28 12:41:48','2021-01-28 07:41:48'),
(111557,41349,'action complete via WP Cron','2021-01-28 12:41:48','2021-01-28 07:41:48'),
(111558,41350,'action created','2021-01-28 12:41:48','2021-01-28 07:41:48'),
(111559,41350,'action started via WP Cron','2021-01-28 12:43:55','2021-01-28 07:43:55'),
(111560,41350,'action complete via WP Cron','2021-01-28 12:43:55','2021-01-28 07:43:55'),
(111561,41351,'action created','2021-01-28 12:43:55','2021-01-28 07:43:55'),
(111562,41351,'action started via WP Cron','2021-01-28 12:44:46','2021-01-28 07:44:46'),
(111563,41351,'action complete via WP Cron','2021-01-28 12:44:46','2021-01-28 07:44:46'),
(111564,41352,'action created','2021-01-28 12:44:46','2021-01-28 07:44:46'),
(111565,41352,'action started via WP Cron','2021-01-28 12:45:35','2021-01-28 07:45:35'),
(111566,41352,'action complete via WP Cron','2021-01-28 12:45:35','2021-01-28 07:45:35'),
(111567,41353,'action created','2021-01-28 12:45:36','2021-01-28 07:45:36'),
(111568,41353,'action started via WP Cron','2021-01-28 12:46:44','2021-01-28 07:46:44'),
(111569,41353,'action complete via WP Cron','2021-01-28 12:46:44','2021-01-28 07:46:44'),
(111570,41354,'action created','2021-01-28 12:46:44','2021-01-28 07:46:44'),
(111571,41354,'action started via WP Cron','2021-01-28 12:48:01','2021-01-28 07:48:01'),
(111572,41354,'action complete via WP Cron','2021-01-28 12:48:01','2021-01-28 07:48:01'),
(111573,41355,'action created','2021-01-28 12:48:01','2021-01-28 07:48:01'),
(111574,41355,'action started via WP Cron','2021-01-28 12:48:20','2021-01-28 07:48:20'),
(111575,41355,'action complete via WP Cron','2021-01-28 12:48:20','2021-01-28 07:48:20'),
(111576,41356,'action created','2021-01-28 12:48:20','2021-01-28 07:48:20'),
(111577,41356,'action started via WP Cron','2021-01-28 12:49:22','2021-01-28 07:49:22'),
(111578,41356,'action complete via WP Cron','2021-01-28 12:49:22','2021-01-28 07:49:22'),
(111579,41357,'action created','2021-01-28 12:49:22','2021-01-28 07:49:22'),
(111580,41357,'action started via WP Cron','2021-01-28 12:53:30','2021-01-28 07:53:30'),
(111581,41357,'action complete via WP Cron','2021-01-28 12:53:30','2021-01-28 07:53:30'),
(111582,41358,'action created','2021-01-28 12:53:30','2021-01-28 07:53:30'),
(111583,41358,'action started via WP Cron','2021-01-28 12:54:24','2021-01-28 07:54:24'),
(111584,41358,'action complete via WP Cron','2021-01-28 12:54:24','2021-01-28 07:54:24'),
(111585,41359,'action created','2021-01-28 12:54:24','2021-01-28 07:54:24'),
(111586,41359,'action started via WP Cron','2021-01-28 12:56:35','2021-01-28 07:56:35'),
(111587,41359,'action complete via WP Cron','2021-01-28 12:56:35','2021-01-28 07:56:35'),
(111588,41360,'action created','2021-01-28 12:56:35','2021-01-28 07:56:35'),
(111589,41360,'action started via WP Cron','2021-01-28 12:58:41','2021-01-28 07:58:41'),
(111590,41360,'action complete via WP Cron','2021-01-28 12:58:41','2021-01-28 07:58:41'),
(111591,41361,'action created','2021-01-28 12:58:41','2021-01-28 07:58:41'),
(111592,41361,'action started via WP Cron','2021-01-28 13:00:39','2021-01-28 08:00:39'),
(111593,41361,'action complete via WP Cron','2021-01-28 13:00:39','2021-01-28 08:00:39'),
(111594,41362,'action created','2021-01-28 13:00:39','2021-01-28 08:00:39'),
(111595,41362,'action started via WP Cron','2021-01-28 13:01:13','2021-01-28 08:01:13'),
(111596,41362,'action complete via WP Cron','2021-01-28 13:01:13','2021-01-28 08:01:13'),
(111597,41363,'action created','2021-01-28 13:01:13','2021-01-28 08:01:13'),
(111598,41363,'action started via WP Cron','2021-01-28 13:03:43','2021-01-28 08:03:43'),
(111599,41363,'action complete via WP Cron','2021-01-28 13:03:43','2021-01-28 08:03:43'),
(111600,41364,'action created','2021-01-28 13:03:43','2021-01-28 08:03:43'),
(111601,41364,'action started via WP Cron','2021-01-28 13:04:31','2021-01-28 08:04:31'),
(111602,41364,'action complete via WP Cron','2021-01-28 13:04:31','2021-01-28 08:04:31'),
(111603,41365,'action created','2021-01-28 13:04:31','2021-01-28 08:04:31'),
(111604,41365,'action started via WP Cron','2021-01-28 13:09:20','2021-01-28 08:09:20'),
(111605,41365,'action complete via WP Cron','2021-01-28 13:09:20','2021-01-28 08:09:20'),
(111606,41366,'action created','2021-01-28 13:09:20','2021-01-28 08:09:20'),
(111607,41366,'action started via WP Cron','2021-01-28 13:11:01','2021-01-28 08:11:01'),
(111608,41366,'action complete via WP Cron','2021-01-28 13:11:01','2021-01-28 08:11:01'),
(111609,41367,'action created','2021-01-28 13:11:01','2021-01-28 08:11:01'),
(111610,41367,'action started via WP Cron','2021-01-28 13:12:16','2021-01-28 08:12:16'),
(111611,41367,'action complete via WP Cron','2021-01-28 13:12:16','2021-01-28 08:12:16'),
(111612,41368,'action created','2021-01-28 13:12:16','2021-01-28 08:12:16'),
(111613,41368,'action started via WP Cron','2021-01-28 13:14:00','2021-01-28 08:14:00'),
(111614,41368,'action complete via WP Cron','2021-01-28 13:14:00','2021-01-28 08:14:00'),
(111615,40264,'action started via WP Cron','2021-01-28 13:14:00','2021-01-28 08:14:00'),
(111616,40264,'action complete via WP Cron','2021-01-28 13:14:00','2021-01-28 08:14:00'),
(111617,41369,'action created','2021-01-28 13:14:00','2021-01-28 08:14:00'),
(111618,41370,'action created','2021-01-28 13:14:00','2021-01-28 08:14:00'),
(111619,41370,'action started via WP Cron','2021-01-28 13:16:05','2021-01-28 08:16:05'),
(111620,41370,'action complete via WP Cron','2021-01-28 13:16:05','2021-01-28 08:16:05'),
(111621,41371,'action created','2021-01-28 13:16:05','2021-01-28 08:16:05'),
(111622,41371,'action started via WP Cron','2021-01-28 13:16:31','2021-01-28 08:16:31'),
(111623,41371,'action complete via WP Cron','2021-01-28 13:16:31','2021-01-28 08:16:31'),
(111624,41372,'action created','2021-01-28 13:16:31','2021-01-28 08:16:31'),
(111625,41372,'action started via WP Cron','2021-01-28 13:18:28','2021-01-28 08:18:28'),
(111626,41372,'action complete via WP Cron','2021-01-28 13:18:28','2021-01-28 08:18:28'),
(111627,41373,'action created','2021-01-28 13:18:28','2021-01-28 08:18:28'),
(111628,41373,'action started via WP Cron','2021-01-28 13:19:50','2021-01-28 08:19:50'),
(111629,41373,'action complete via WP Cron','2021-01-28 13:19:50','2021-01-28 08:19:50'),
(111630,41374,'action created','2021-01-28 13:19:50','2021-01-28 08:19:50'),
(111631,41374,'action started via WP Cron','2021-01-28 13:20:28','2021-01-28 08:20:28'),
(111632,41374,'action complete via WP Cron','2021-01-28 13:20:28','2021-01-28 08:20:28'),
(111633,41375,'action created','2021-01-28 13:20:29','2021-01-28 08:20:29'),
(111634,41375,'action started via WP Cron','2021-01-28 13:22:06','2021-01-28 08:22:06'),
(111635,41375,'action complete via WP Cron','2021-01-28 13:22:06','2021-01-28 08:22:06'),
(111636,41376,'action created','2021-01-28 13:22:06','2021-01-28 08:22:06'),
(111637,41376,'action started via WP Cron','2021-01-28 13:24:51','2021-01-28 08:24:51'),
(111638,41376,'action complete via WP Cron','2021-01-28 13:24:51','2021-01-28 08:24:51'),
(111639,41377,'action created','2021-01-28 13:24:51','2021-01-28 08:24:51'),
(111640,41377,'action started via WP Cron','2021-01-28 13:26:37','2021-01-28 08:26:37'),
(111641,41377,'action complete via WP Cron','2021-01-28 13:26:37','2021-01-28 08:26:37'),
(111642,41378,'action created','2021-01-28 13:26:37','2021-01-28 08:26:37'),
(111643,41378,'action started via WP Cron','2021-01-28 13:27:29','2021-01-28 08:27:29'),
(111644,41378,'action complete via WP Cron','2021-01-28 13:27:29','2021-01-28 08:27:29'),
(111645,41379,'action created','2021-01-28 13:27:29','2021-01-28 08:27:29'),
(111646,41379,'action started via WP Cron','2021-01-28 13:29:18','2021-01-28 08:29:18'),
(111647,41379,'action complete via WP Cron','2021-01-28 13:29:18','2021-01-28 08:29:18'),
(111648,41380,'action created','2021-01-28 13:29:18','2021-01-28 08:29:18'),
(111649,41380,'action started via WP Cron','2021-01-28 13:30:36','2021-01-28 08:30:36'),
(111650,41380,'action complete via WP Cron','2021-01-28 13:30:36','2021-01-28 08:30:36'),
(111651,41381,'action created','2021-01-28 13:30:36','2021-01-28 08:30:36'),
(111652,41381,'action started via WP Cron','2021-01-28 13:32:10','2021-01-28 08:32:10'),
(111653,41381,'action complete via WP Cron','2021-01-28 13:32:10','2021-01-28 08:32:10'),
(111654,41382,'action created','2021-01-28 13:32:10','2021-01-28 08:32:10'),
(111655,41382,'action started via WP Cron','2021-01-28 13:33:25','2021-01-28 08:33:25'),
(111656,41382,'action complete via WP Cron','2021-01-28 13:33:25','2021-01-28 08:33:25'),
(111657,41383,'action created','2021-01-28 13:33:25','2021-01-28 08:33:25'),
(111658,41383,'action started via WP Cron','2021-01-28 13:34:39','2021-01-28 08:34:39'),
(111659,41383,'action complete via WP Cron','2021-01-28 13:34:39','2021-01-28 08:34:39'),
(111660,41384,'action created','2021-01-28 13:34:39','2021-01-28 08:34:39'),
(111661,41384,'action started via WP Cron','2021-01-28 13:36:01','2021-01-28 08:36:01'),
(111662,41384,'action complete via WP Cron','2021-01-28 13:36:01','2021-01-28 08:36:01'),
(111663,41385,'action created','2021-01-28 13:36:01','2021-01-28 08:36:01'),
(111664,41385,'action started via WP Cron','2021-01-28 13:36:17','2021-01-28 08:36:17'),
(111665,41385,'action complete via WP Cron','2021-01-28 13:36:17','2021-01-28 08:36:17'),
(111666,41386,'action created','2021-01-28 13:36:17','2021-01-28 08:36:17'),
(111667,41386,'action started via WP Cron','2021-01-28 13:37:25','2021-01-28 08:37:25'),
(111668,41386,'action complete via WP Cron','2021-01-28 13:37:25','2021-01-28 08:37:25'),
(111669,41387,'action created','2021-01-28 13:37:25','2021-01-28 08:37:25'),
(111670,41387,'action started via WP Cron','2021-01-28 13:38:28','2021-01-28 08:38:28'),
(111671,41387,'action complete via WP Cron','2021-01-28 13:38:28','2021-01-28 08:38:28'),
(111672,41388,'action created','2021-01-28 13:38:28','2021-01-28 08:38:28'),
(111673,41388,'action started via WP Cron','2021-01-28 13:39:55','2021-01-28 08:39:55'),
(111674,41388,'action complete via WP Cron','2021-01-28 13:39:55','2021-01-28 08:39:55'),
(111675,41389,'action created','2021-01-28 13:39:55','2021-01-28 08:39:55'),
(111676,41389,'action started via WP Cron','2021-01-28 13:41:17','2021-01-28 08:41:17'),
(111677,41389,'action complete via WP Cron','2021-01-28 13:41:17','2021-01-28 08:41:17'),
(111678,41390,'action created','2021-01-28 13:41:17','2021-01-28 08:41:17'),
(111679,41390,'action started via WP Cron','2021-01-28 13:42:23','2021-01-28 08:42:23'),
(111680,41390,'action complete via WP Cron','2021-01-28 13:42:23','2021-01-28 08:42:23'),
(111681,41391,'action created','2021-01-28 13:42:23','2021-01-28 08:42:23'),
(111682,41391,'action started via WP Cron','2021-01-28 13:43:26','2021-01-28 08:43:26'),
(111683,41391,'action complete via WP Cron','2021-01-28 13:43:26','2021-01-28 08:43:26'),
(111684,41392,'action created','2021-01-28 13:43:26','2021-01-28 08:43:26'),
(111685,41392,'action started via WP Cron','2021-01-28 13:44:29','2021-01-28 08:44:29'),
(111686,41392,'action complete via WP Cron','2021-01-28 13:44:29','2021-01-28 08:44:29'),
(111687,41393,'action created','2021-01-28 13:44:29','2021-01-28 08:44:29'),
(111688,41393,'action started via WP Cron','2021-01-28 13:45:14','2021-01-28 08:45:14'),
(111689,41393,'action complete via WP Cron','2021-01-28 13:45:14','2021-01-28 08:45:14'),
(111690,41394,'action created','2021-01-28 13:45:14','2021-01-28 08:45:14'),
(111691,41394,'action started via WP Cron','2021-01-28 13:48:01','2021-01-28 08:48:01'),
(111692,41394,'action complete via WP Cron','2021-01-28 13:48:01','2021-01-28 08:48:01'),
(111693,41395,'action created','2021-01-28 13:48:01','2021-01-28 08:48:01'),
(111694,41395,'action started via WP Cron','2021-01-28 13:48:20','2021-01-28 08:48:20'),
(111695,41395,'action complete via WP Cron','2021-01-28 13:48:20','2021-01-28 08:48:20'),
(111696,41396,'action created','2021-01-28 13:48:20','2021-01-28 08:48:20'),
(111697,41396,'action started via WP Cron','2021-01-28 13:49:24','2021-01-28 08:49:24'),
(111698,41396,'action complete via WP Cron','2021-01-28 13:49:24','2021-01-28 08:49:24'),
(111699,41397,'action created','2021-01-28 13:49:24','2021-01-28 08:49:24'),
(111700,41397,'action started via WP Cron','2021-01-28 13:50:40','2021-01-28 08:50:40'),
(111701,41397,'action complete via WP Cron','2021-01-28 13:50:40','2021-01-28 08:50:40'),
(111702,41398,'action created','2021-01-28 13:50:40','2021-01-28 08:50:40'),
(111703,41398,'action started via WP Cron','2021-01-28 13:51:14','2021-01-28 08:51:14'),
(111704,41398,'action complete via WP Cron','2021-01-28 13:51:14','2021-01-28 08:51:14'),
(111705,41399,'action created','2021-01-28 13:51:14','2021-01-28 08:51:14'),
(111706,41399,'action started via WP Cron','2021-01-28 13:52:45','2021-01-28 08:52:45'),
(111707,41399,'action complete via WP Cron','2021-01-28 13:52:45','2021-01-28 08:52:45'),
(111708,41400,'action created','2021-01-28 13:52:45','2021-01-28 08:52:45'),
(111709,41400,'action started via WP Cron','2021-01-28 13:53:15','2021-01-28 08:53:15'),
(111710,41400,'action complete via WP Cron','2021-01-28 13:53:15','2021-01-28 08:53:15'),
(111711,41401,'action created','2021-01-28 13:53:15','2021-01-28 08:53:15'),
(111712,41401,'action started via WP Cron','2021-01-28 13:54:24','2021-01-28 08:54:24'),
(111713,41401,'action complete via WP Cron','2021-01-28 13:54:24','2021-01-28 08:54:24'),
(111714,41402,'action created','2021-01-28 13:54:24','2021-01-28 08:54:24'),
(111715,41402,'action started via WP Cron','2021-01-28 13:57:38','2021-01-28 08:57:38'),
(111716,41402,'action complete via WP Cron','2021-01-28 13:57:38','2021-01-28 08:57:38'),
(111717,41403,'action created','2021-01-28 13:57:38','2021-01-28 08:57:38'),
(111718,41403,'action started via WP Cron','2021-01-28 13:58:34','2021-01-28 08:58:34'),
(111719,41403,'action complete via WP Cron','2021-01-28 13:58:34','2021-01-28 08:58:34'),
(111720,41404,'action created','2021-01-28 13:58:34','2021-01-28 08:58:34'),
(111721,41404,'action started via WP Cron','2021-01-28 13:59:20','2021-01-28 08:59:20'),
(111722,41404,'action complete via WP Cron','2021-01-28 13:59:20','2021-01-28 08:59:20'),
(111723,41405,'action created','2021-01-28 13:59:20','2021-01-28 08:59:20'),
(111724,41405,'action started via WP Cron','2021-01-28 14:01:19','2021-01-28 09:01:19'),
(111725,41405,'action complete via WP Cron','2021-01-28 14:01:19','2021-01-28 09:01:19'),
(111726,41406,'action created','2021-01-28 14:01:19','2021-01-28 09:01:19'),
(111727,41406,'action started via WP Cron','2021-01-28 14:02:35','2021-01-28 09:02:35'),
(111728,41406,'action complete via WP Cron','2021-01-28 14:02:35','2021-01-28 09:02:35'),
(111729,41407,'action created','2021-01-28 14:02:35','2021-01-28 09:02:35'),
(111730,41407,'action started via WP Cron','2021-01-28 14:04:06','2021-01-28 09:04:06'),
(111731,41407,'action complete via WP Cron','2021-01-28 14:04:06','2021-01-28 09:04:06'),
(111732,41408,'action created','2021-01-28 14:04:06','2021-01-28 09:04:06'),
(111733,41408,'action started via WP Cron','2021-01-28 14:06:28','2021-01-28 09:06:28'),
(111734,41408,'action complete via WP Cron','2021-01-28 14:06:28','2021-01-28 09:06:28'),
(111735,41409,'action created','2021-01-28 14:06:28','2021-01-28 09:06:28'),
(111736,41409,'action started via WP Cron','2021-01-28 14:07:35','2021-01-28 09:07:35'),
(111737,41409,'action complete via WP Cron','2021-01-28 14:07:35','2021-01-28 09:07:35'),
(111738,41410,'action created','2021-01-28 14:07:35','2021-01-28 09:07:35'),
(111739,41410,'action started via WP Cron','2021-01-28 14:08:33','2021-01-28 09:08:33'),
(111740,41410,'action complete via WP Cron','2021-01-28 14:08:33','2021-01-28 09:08:33'),
(111741,41411,'action created','2021-01-28 14:08:33','2021-01-28 09:08:33'),
(111742,41411,'action started via WP Cron','2021-01-28 14:09:52','2021-01-28 09:09:52'),
(111743,41411,'action complete via WP Cron','2021-01-28 14:09:52','2021-01-28 09:09:52'),
(111744,41412,'action created','2021-01-28 14:09:52','2021-01-28 09:09:52'),
(111745,41412,'action started via WP Cron','2021-01-28 14:10:48','2021-01-28 09:10:48'),
(111746,41412,'action complete via WP Cron','2021-01-28 14:10:48','2021-01-28 09:10:48'),
(111747,41413,'action created','2021-01-28 14:10:48','2021-01-28 09:10:48'),
(111748,41413,'action started via WP Cron','2021-01-28 14:11:23','2021-01-28 09:11:23'),
(111749,41413,'action complete via WP Cron','2021-01-28 14:11:23','2021-01-28 09:11:23'),
(111750,41414,'action created','2021-01-28 14:11:23','2021-01-28 09:11:23'),
(111751,41414,'action started via WP Cron','2021-01-28 14:12:56','2021-01-28 09:12:56'),
(111752,41414,'action complete via WP Cron','2021-01-28 14:12:56','2021-01-28 09:12:56'),
(111753,41415,'action created','2021-01-28 14:12:56','2021-01-28 09:12:56'),
(111754,41415,'action started via WP Cron','2021-01-28 14:14:00','2021-01-28 09:14:00'),
(111755,41415,'action complete via WP Cron','2021-01-28 14:14:00','2021-01-28 09:14:00'),
(111756,41416,'action created','2021-01-28 14:14:00','2021-01-28 09:14:00'),
(111757,41416,'action started via WP Cron','2021-01-28 14:14:52','2021-01-28 09:14:52'),
(111758,41416,'action complete via WP Cron','2021-01-28 14:14:52','2021-01-28 09:14:52'),
(111759,41417,'action created','2021-01-28 14:14:52','2021-01-28 09:14:52'),
(111760,41417,'action started via WP Cron','2021-01-28 14:17:07','2021-01-28 09:17:07'),
(111761,41417,'action complete via WP Cron','2021-01-28 14:17:07','2021-01-28 09:17:07'),
(111762,41418,'action created','2021-01-28 14:17:07','2021-01-28 09:17:07'),
(111763,41418,'action started via WP Cron','2021-01-28 14:17:23','2021-01-28 09:17:23'),
(111764,41418,'action complete via WP Cron','2021-01-28 14:17:23','2021-01-28 09:17:23'),
(111765,41419,'action created','2021-01-28 14:17:23','2021-01-28 09:17:23'),
(111766,41419,'action started via WP Cron','2021-01-28 14:19:37','2021-01-28 09:19:37'),
(111767,41419,'action complete via WP Cron','2021-01-28 14:19:37','2021-01-28 09:19:37'),
(111768,41420,'action created','2021-01-28 14:19:37','2021-01-28 09:19:37'),
(111769,41420,'action started via WP Cron','2021-01-28 14:20:15','2021-01-28 09:20:15'),
(111770,41420,'action complete via WP Cron','2021-01-28 14:20:15','2021-01-28 09:20:15'),
(111771,41421,'action created','2021-01-28 14:20:15','2021-01-28 09:20:15'),
(111772,41421,'action started via WP Cron','2021-01-28 14:21:59','2021-01-28 09:21:59'),
(111773,41421,'action complete via WP Cron','2021-01-28 14:21:59','2021-01-28 09:21:59'),
(111774,41422,'action created','2021-01-28 14:21:59','2021-01-28 09:21:59'),
(111775,41422,'action started via WP Cron','2021-01-28 14:23:37','2021-01-28 09:23:37'),
(111776,41422,'action complete via WP Cron','2021-01-28 14:23:37','2021-01-28 09:23:37'),
(111777,41423,'action created','2021-01-28 14:23:37','2021-01-28 09:23:37'),
(111778,41423,'action started via WP Cron','2021-01-28 14:24:12','2021-01-28 09:24:12'),
(111779,41423,'action complete via WP Cron','2021-01-28 14:24:12','2021-01-28 09:24:12'),
(111780,41424,'action created','2021-01-28 14:24:12','2021-01-28 09:24:12'),
(111781,41424,'action started via WP Cron','2021-01-28 14:25:47','2021-01-28 09:25:47'),
(111782,41424,'action complete via WP Cron','2021-01-28 14:25:47','2021-01-28 09:25:47'),
(111783,41425,'action created','2021-01-28 14:25:47','2021-01-28 09:25:47'),
(111784,41425,'action started via WP Cron','2021-01-28 14:26:22','2021-01-28 09:26:22'),
(111785,41425,'action complete via WP Cron','2021-01-28 14:26:22','2021-01-28 09:26:22'),
(111786,41426,'action created','2021-01-28 14:26:22','2021-01-28 09:26:22'),
(111787,41426,'action started via WP Cron','2021-01-28 14:27:19','2021-01-28 09:27:19'),
(111788,41426,'action complete via WP Cron','2021-01-28 14:27:19','2021-01-28 09:27:19'),
(111789,41427,'action created','2021-01-28 14:27:19','2021-01-28 09:27:19'),
(111790,41427,'action started via WP Cron','2021-01-28 14:28:23','2021-01-28 09:28:23'),
(111791,41427,'action complete via WP Cron','2021-01-28 14:28:23','2021-01-28 09:28:23'),
(111792,41428,'action created','2021-01-28 14:28:23','2021-01-28 09:28:23'),
(111793,41428,'action started via WP Cron','2021-01-28 14:29:43','2021-01-28 09:29:43'),
(111794,41428,'action complete via WP Cron','2021-01-28 14:29:43','2021-01-28 09:29:43'),
(111795,41429,'action created','2021-01-28 14:29:43','2021-01-28 09:29:43'),
(111796,41429,'action started via WP Cron','2021-01-28 14:30:20','2021-01-28 09:30:20'),
(111797,41429,'action complete via WP Cron','2021-01-28 14:30:20','2021-01-28 09:30:20'),
(111798,41430,'action created','2021-01-28 14:30:20','2021-01-28 09:30:20'),
(111799,41430,'action started via WP Cron','2021-01-28 14:34:13','2021-01-28 09:34:13'),
(111800,41430,'action complete via WP Cron','2021-01-28 14:34:13','2021-01-28 09:34:13'),
(111801,41431,'action created','2021-01-28 14:34:13','2021-01-28 09:34:13'),
(111802,41431,'action started via WP Cron','2021-01-28 14:37:57','2021-01-28 09:37:57'),
(111803,41431,'action complete via WP Cron','2021-01-28 14:37:57','2021-01-28 09:37:57'),
(111804,41432,'action created','2021-01-28 14:37:57','2021-01-28 09:37:57'),
(111805,41432,'action started via WP Cron','2021-01-28 14:38:34','2021-01-28 09:38:34'),
(111806,41432,'action complete via WP Cron','2021-01-28 14:38:34','2021-01-28 09:38:34'),
(111807,41433,'action created','2021-01-28 14:38:34','2021-01-28 09:38:34'),
(111808,41433,'action started via WP Cron','2021-01-28 14:39:23','2021-01-28 09:39:23'),
(111809,41433,'action complete via WP Cron','2021-01-28 14:39:23','2021-01-28 09:39:23'),
(111810,41434,'action created','2021-01-28 14:39:23','2021-01-28 09:39:23'),
(111811,41434,'action started via WP Cron','2021-01-28 14:41:30','2021-01-28 09:41:30'),
(111812,41434,'action complete via WP Cron','2021-01-28 14:41:30','2021-01-28 09:41:30'),
(111813,41435,'action created','2021-01-28 14:41:30','2021-01-28 09:41:30'),
(111814,41435,'action started via WP Cron','2021-01-28 14:42:27','2021-01-28 09:42:27'),
(111815,41435,'action complete via WP Cron','2021-01-28 14:42:27','2021-01-28 09:42:27'),
(111816,41436,'action created','2021-01-28 14:42:27','2021-01-28 09:42:27'),
(111817,41436,'action started via WP Cron','2021-01-28 14:43:21','2021-01-28 09:43:21'),
(111818,41436,'action complete via WP Cron','2021-01-28 14:43:21','2021-01-28 09:43:21'),
(111819,41437,'action created','2021-01-28 14:43:21','2021-01-28 09:43:21'),
(111820,41437,'action started via WP Cron','2021-01-28 14:44:25','2021-01-28 09:44:25'),
(111821,41437,'action complete via WP Cron','2021-01-28 14:44:25','2021-01-28 09:44:25'),
(111822,41438,'action created','2021-01-28 14:44:25','2021-01-28 09:44:25'),
(111823,41438,'action started via WP Cron','2021-01-28 14:45:18','2021-01-28 09:45:18'),
(111824,41438,'action complete via WP Cron','2021-01-28 14:45:18','2021-01-28 09:45:18'),
(111825,41439,'action created','2021-01-28 14:45:18','2021-01-28 09:45:18'),
(111826,41439,'action started via WP Cron','2021-01-28 14:46:16','2021-01-28 09:46:16'),
(111827,41439,'action complete via WP Cron','2021-01-28 14:46:16','2021-01-28 09:46:16'),
(111828,41440,'action created','2021-01-28 14:46:17','2021-01-28 09:46:17'),
(111829,41440,'action started via WP Cron','2021-01-28 14:47:16','2021-01-28 09:47:16'),
(111830,41440,'action complete via WP Cron','2021-01-28 14:47:16','2021-01-28 09:47:16'),
(111831,41441,'action created','2021-01-28 14:47:16','2021-01-28 09:47:16'),
(111832,41441,'action started via WP Cron','2021-01-28 14:48:26','2021-01-28 09:48:26'),
(111833,41441,'action complete via WP Cron','2021-01-28 14:48:26','2021-01-28 09:48:26'),
(111834,41442,'action created','2021-01-28 14:48:26','2021-01-28 09:48:26'),
(111835,41442,'action started via WP Cron','2021-01-28 14:50:28','2021-01-28 09:50:28'),
(111836,41442,'action complete via WP Cron','2021-01-28 14:50:28','2021-01-28 09:50:28'),
(111837,41443,'action created','2021-01-28 14:50:28','2021-01-28 09:50:28'),
(111838,41443,'action started via WP Cron','2021-01-28 14:51:50','2021-01-28 09:51:50'),
(111839,41443,'action complete via WP Cron','2021-01-28 14:51:50','2021-01-28 09:51:50'),
(111840,41444,'action created','2021-01-28 14:51:50','2021-01-28 09:51:50'),
(111841,41444,'action started via WP Cron','2021-01-28 14:52:35','2021-01-28 09:52:35'),
(111842,41444,'action complete via WP Cron','2021-01-28 14:52:35','2021-01-28 09:52:35'),
(111843,41445,'action created','2021-01-28 14:52:35','2021-01-28 09:52:35'),
(111844,41445,'action started via WP Cron','2021-01-28 14:54:16','2021-01-28 09:54:16'),
(111845,41445,'action complete via WP Cron','2021-01-28 14:54:16','2021-01-28 09:54:16'),
(111846,41446,'action created','2021-01-28 14:54:16','2021-01-28 09:54:16'),
(111847,41446,'action started via WP Cron','2021-01-28 14:55:14','2021-01-28 09:55:14'),
(111848,41446,'action complete via WP Cron','2021-01-28 14:55:14','2021-01-28 09:55:14'),
(111849,41447,'action created','2021-01-28 14:55:14','2021-01-28 09:55:14'),
(111850,41447,'action started via WP Cron','2021-01-28 14:57:31','2021-01-28 09:57:31'),
(111851,41447,'action complete via WP Cron','2021-01-28 14:57:31','2021-01-28 09:57:31'),
(111852,41448,'action created','2021-01-28 14:57:31','2021-01-28 09:57:31'),
(111853,41448,'action started via Async Request','2021-01-28 14:57:46','2021-01-28 09:57:46'),
(111854,41448,'action complete via Async Request','2021-01-28 14:57:46','2021-01-28 09:57:46'),
(111855,41449,'action created','2021-01-28 14:57:49','2021-01-28 09:57:49'),
(111856,41449,'action started via WP Cron','2021-01-28 15:00:14','2021-01-28 10:00:14'),
(111857,41449,'action complete via WP Cron','2021-01-28 15:00:14','2021-01-28 10:00:14'),
(111858,41450,'action created','2021-01-28 15:00:14','2021-01-28 10:00:14'),
(111859,41450,'action started via WP Cron','2021-01-28 15:02:06','2021-01-28 10:02:06'),
(111860,41450,'action complete via WP Cron','2021-01-28 15:02:06','2021-01-28 10:02:06'),
(111861,41451,'action created','2021-01-28 15:02:06','2021-01-28 10:02:06'),
(111862,41451,'action started via WP Cron','2021-01-28 15:04:26','2021-01-28 10:04:26'),
(111863,41451,'action complete via WP Cron','2021-01-28 15:04:26','2021-01-28 10:04:26'),
(111864,41452,'action created','2021-01-28 15:04:26','2021-01-28 10:04:26'),
(111865,41452,'action started via WP Cron','2021-01-28 15:05:15','2021-01-28 10:05:15'),
(111866,41452,'action complete via WP Cron','2021-01-28 15:05:15','2021-01-28 10:05:15'),
(111867,41453,'action created','2021-01-28 15:05:15','2021-01-28 10:05:15'),
(111868,41453,'action started via WP Cron','2021-01-28 15:06:17','2021-01-28 10:06:17');
INSERT INTO `wp_actionscheduler_logs` VALUES
(111869,41453,'action complete via WP Cron','2021-01-28 15:06:17','2021-01-28 10:06:17'),
(111870,41454,'action created','2021-01-28 15:06:17','2021-01-28 10:06:17'),
(111871,41454,'action started via WP Cron','2021-01-28 15:07:34','2021-01-28 10:07:34'),
(111872,41454,'action complete via WP Cron','2021-01-28 15:07:34','2021-01-28 10:07:34'),
(111873,41455,'action created','2021-01-28 15:07:34','2021-01-28 10:07:34'),
(111874,41455,'action started via WP Cron','2021-01-28 15:08:47','2021-01-28 10:08:47'),
(111875,41455,'action complete via WP Cron','2021-01-28 15:08:47','2021-01-28 10:08:47'),
(111876,41456,'action created','2021-01-28 15:08:47','2021-01-28 10:08:47'),
(111877,41456,'action started via WP Cron','2021-01-28 15:10:43','2021-01-28 10:10:43'),
(111878,41456,'action complete via WP Cron','2021-01-28 15:10:43','2021-01-28 10:10:43'),
(111879,41457,'action created','2021-01-28 15:10:43','2021-01-28 10:10:43'),
(111880,41457,'action started via WP Cron','2021-01-28 15:12:36','2021-01-28 10:12:36'),
(111881,41457,'action complete via WP Cron','2021-01-28 15:12:36','2021-01-28 10:12:36'),
(111882,41458,'action created','2021-01-28 15:12:36','2021-01-28 10:12:36'),
(111883,41458,'action started via WP Cron','2021-01-28 15:15:35','2021-01-28 10:15:35'),
(111884,41458,'action complete via WP Cron','2021-01-28 15:15:35','2021-01-28 10:15:35'),
(111885,41459,'action created','2021-01-28 15:15:35','2021-01-28 10:15:35'),
(111886,41459,'action started via WP Cron','2021-01-28 15:16:12','2021-01-28 10:16:12'),
(111887,41459,'action complete via WP Cron','2021-01-28 15:16:12','2021-01-28 10:16:12'),
(111888,41460,'action created','2021-01-28 15:16:12','2021-01-28 10:16:12'),
(111889,41460,'action started via WP Cron','2021-01-28 15:20:16','2021-01-28 10:20:16'),
(111890,41460,'action complete via WP Cron','2021-01-28 15:20:16','2021-01-28 10:20:16'),
(111891,41461,'action created','2021-01-28 15:20:17','2021-01-28 10:20:17'),
(111892,41461,'action started via WP Cron','2021-01-28 15:23:23','2021-01-28 10:23:23'),
(111893,41461,'action complete via WP Cron','2021-01-28 15:23:23','2021-01-28 10:23:23'),
(111894,41462,'action created','2021-01-28 15:23:23','2021-01-28 10:23:23'),
(111895,41462,'action started via WP Cron','2021-01-28 15:25:32','2021-01-28 10:25:32'),
(111896,41462,'action complete via WP Cron','2021-01-28 15:25:32','2021-01-28 10:25:32'),
(111897,41463,'action created','2021-01-28 15:25:32','2021-01-28 10:25:32'),
(111898,41463,'action started via WP Cron','2021-01-28 15:26:33','2021-01-28 10:26:33'),
(111899,41463,'action complete via WP Cron','2021-01-28 15:26:33','2021-01-28 10:26:33'),
(111900,41464,'action created','2021-01-28 15:26:33','2021-01-28 10:26:33'),
(111901,41464,'action started via WP Cron','2021-01-28 15:27:57','2021-01-28 10:27:57'),
(111902,41464,'action complete via WP Cron','2021-01-28 15:27:57','2021-01-28 10:27:57'),
(111903,41465,'action created','2021-01-28 15:27:57','2021-01-28 10:27:57'),
(111904,41465,'action started via WP Cron','2021-01-28 15:28:27','2021-01-28 10:28:27'),
(111905,41465,'action complete via WP Cron','2021-01-28 15:28:27','2021-01-28 10:28:27'),
(111906,41466,'action created','2021-01-28 15:28:27','2021-01-28 10:28:27'),
(111907,41466,'action started via WP Cron','2021-01-28 15:29:19','2021-01-28 10:29:19'),
(111908,41466,'action complete via WP Cron','2021-01-28 15:29:19','2021-01-28 10:29:19'),
(111909,41467,'action created','2021-01-28 15:29:19','2021-01-28 10:29:19'),
(111910,41467,'action started via WP Cron','2021-01-28 15:31:39','2021-01-28 10:31:39'),
(111911,41467,'action complete via WP Cron','2021-01-28 15:31:39','2021-01-28 10:31:39'),
(111912,41468,'action created','2021-01-28 15:31:39','2021-01-28 10:31:39'),
(111913,41468,'action started via WP Cron','2021-01-28 15:33:29','2021-01-28 10:33:29'),
(111914,41468,'action complete via WP Cron','2021-01-28 15:33:29','2021-01-28 10:33:29'),
(111915,41469,'action created','2021-01-28 15:33:29','2021-01-28 10:33:29'),
(111916,41469,'action started via WP Cron','2021-01-28 15:34:52','2021-01-28 10:34:52'),
(111917,41469,'action complete via WP Cron','2021-01-28 15:34:52','2021-01-28 10:34:52'),
(111918,41470,'action created','2021-01-28 15:34:52','2021-01-28 10:34:52'),
(111919,41470,'action started via WP Cron','2021-01-28 15:35:27','2021-01-28 10:35:27'),
(111920,41470,'action complete via WP Cron','2021-01-28 15:35:27','2021-01-28 10:35:27'),
(111921,41471,'action created','2021-01-28 15:35:27','2021-01-28 10:35:27'),
(111922,41471,'action started via WP Cron','2021-01-28 15:37:54','2021-01-28 10:37:54'),
(111923,41471,'action complete via WP Cron','2021-01-28 15:37:54','2021-01-28 10:37:54'),
(111924,41472,'action created','2021-01-28 15:37:54','2021-01-28 10:37:54'),
(111925,41472,'action started via WP Cron','2021-01-28 15:39:30','2021-01-28 10:39:30'),
(111926,41472,'action complete via WP Cron','2021-01-28 15:39:30','2021-01-28 10:39:30'),
(111927,41473,'action created','2021-01-28 15:39:31','2021-01-28 10:39:31'),
(111928,41473,'action started via WP Cron','2021-01-28 15:42:03','2021-01-28 10:42:03'),
(111929,41473,'action complete via WP Cron','2021-01-28 15:42:03','2021-01-28 10:42:03'),
(111930,41474,'action created','2021-01-28 15:42:03','2021-01-28 10:42:03'),
(111931,41474,'action started via WP Cron','2021-01-28 15:44:15','2021-01-28 10:44:15'),
(111932,41474,'action complete via WP Cron','2021-01-28 15:44:15','2021-01-28 10:44:15'),
(111933,41475,'action created','2021-01-28 15:44:15','2021-01-28 10:44:15'),
(111934,41475,'action started via WP Cron','2021-01-28 15:47:02','2021-01-28 10:47:02'),
(111935,41475,'action complete via WP Cron','2021-01-28 15:47:02','2021-01-28 10:47:02'),
(111936,41476,'action created','2021-01-28 15:47:03','2021-01-28 10:47:03'),
(111937,41476,'action started via WP Cron','2021-01-28 15:47:55','2021-01-28 10:47:55'),
(111938,41476,'action complete via WP Cron','2021-01-28 15:47:55','2021-01-28 10:47:55'),
(111939,41477,'action created','2021-01-28 15:47:55','2021-01-28 10:47:55'),
(111940,41477,'action started via WP Cron','2021-01-28 15:48:27','2021-01-28 10:48:27'),
(111941,41477,'action complete via WP Cron','2021-01-28 15:48:27','2021-01-28 10:48:27'),
(111942,41478,'action created','2021-01-28 15:48:27','2021-01-28 10:48:27'),
(111943,41478,'action started via WP Cron','2021-01-28 15:52:13','2021-01-28 10:52:13'),
(111944,41478,'action complete via WP Cron','2021-01-28 15:52:13','2021-01-28 10:52:13'),
(111945,41479,'action created','2021-01-28 15:52:13','2021-01-28 10:52:13'),
(111946,41479,'action started via WP Cron','2021-01-28 15:53:56','2021-01-28 10:53:56'),
(111947,41479,'action complete via WP Cron','2021-01-28 15:53:56','2021-01-28 10:53:56'),
(111948,41480,'action created','2021-01-28 15:53:56','2021-01-28 10:53:56'),
(111949,41480,'action started via WP Cron','2021-01-28 15:54:20','2021-01-28 10:54:20'),
(111950,41480,'action complete via WP Cron','2021-01-28 15:54:20','2021-01-28 10:54:20'),
(111951,41481,'action created','2021-01-28 15:54:20','2021-01-28 10:54:20'),
(111952,41481,'action started via WP Cron','2021-01-28 15:55:51','2021-01-28 10:55:51'),
(111953,41481,'action complete via WP Cron','2021-01-28 15:55:51','2021-01-28 10:55:51'),
(111954,41482,'action created','2021-01-28 15:55:51','2021-01-28 10:55:51'),
(111955,41482,'action started via WP Cron','2021-01-28 15:56:39','2021-01-28 10:56:39'),
(111956,41482,'action complete via WP Cron','2021-01-28 15:56:39','2021-01-28 10:56:39'),
(111957,41483,'action created','2021-01-28 15:56:39','2021-01-28 10:56:39'),
(111958,41483,'action started via WP Cron','2021-01-28 15:57:56','2021-01-28 10:57:56'),
(111959,41483,'action complete via WP Cron','2021-01-28 15:57:56','2021-01-28 10:57:56'),
(111960,41484,'action created','2021-01-28 15:57:56','2021-01-28 10:57:56'),
(111961,41484,'action started via WP Cron','2021-01-28 15:58:49','2021-01-28 10:58:49'),
(111962,41484,'action complete via WP Cron','2021-01-28 15:58:49','2021-01-28 10:58:49'),
(111963,41485,'action created','2021-01-28 15:58:49','2021-01-28 10:58:49'),
(111964,41485,'action started via WP Cron','2021-01-28 16:03:46','2021-01-28 11:03:46'),
(111965,41485,'action complete via WP Cron','2021-01-28 16:03:46','2021-01-28 11:03:46'),
(111966,41486,'action created','2021-01-28 16:03:47','2021-01-28 11:03:47'),
(111967,41486,'action started via WP Cron','2021-01-28 16:04:23','2021-01-28 11:04:23'),
(111968,41486,'action complete via WP Cron','2021-01-28 16:04:23','2021-01-28 11:04:23'),
(111969,41487,'action created','2021-01-28 16:04:23','2021-01-28 11:04:23'),
(111970,41487,'action started via WP Cron','2021-01-28 16:06:25','2021-01-28 11:06:25'),
(111971,41487,'action complete via WP Cron','2021-01-28 16:06:25','2021-01-28 11:06:25'),
(111972,41488,'action created','2021-01-28 16:06:25','2021-01-28 11:06:25'),
(111973,41488,'action started via WP Cron','2021-01-28 16:08:40','2021-01-28 11:08:40'),
(111974,41488,'action complete via WP Cron','2021-01-28 16:08:40','2021-01-28 11:08:40'),
(111975,41489,'action created','2021-01-28 16:10:09','2021-01-28 11:10:09'),
(111976,41489,'action started via WP Cron','2021-01-28 16:13:14','2021-01-28 11:13:14'),
(111977,41489,'action complete via WP Cron','2021-01-28 16:13:14','2021-01-28 11:13:14'),
(111978,41490,'action created','2021-01-28 16:13:14','2021-01-28 11:13:14'),
(111979,41490,'action started via WP Cron','2021-01-28 16:14:14','2021-01-28 11:14:14'),
(111980,41490,'action complete via WP Cron','2021-01-28 16:14:14','2021-01-28 11:14:14'),
(111981,41491,'action created','2021-01-28 16:14:14','2021-01-28 11:14:14'),
(111982,41491,'action started via WP Cron','2021-01-28 16:15:24','2021-01-28 11:15:24'),
(111983,41491,'action complete via WP Cron','2021-01-28 16:15:24','2021-01-28 11:15:24'),
(111984,41492,'action created','2021-01-28 16:15:24','2021-01-28 11:15:24'),
(111985,41492,'action started via WP Cron','2021-01-28 16:17:15','2021-01-28 11:17:15'),
(111986,41492,'action complete via WP Cron','2021-01-28 16:17:15','2021-01-28 11:17:15'),
(111987,41493,'action created','2021-01-28 16:17:15','2021-01-28 11:17:15'),
(111988,41493,'action started via WP Cron','2021-01-28 16:19:09','2021-01-28 11:19:09'),
(111989,41493,'action complete via WP Cron','2021-01-28 16:19:09','2021-01-28 11:19:09'),
(111990,41494,'action created','2021-01-28 16:19:09','2021-01-28 11:19:09'),
(111991,41494,'action started via WP Cron','2021-01-28 16:21:01','2021-01-28 11:21:01'),
(111992,41494,'action complete via WP Cron','2021-01-28 16:21:01','2021-01-28 11:21:01'),
(111993,41495,'action created','2021-01-28 16:21:01','2021-01-28 11:21:01'),
(111994,41495,'action started via WP Cron','2021-01-28 16:21:44','2021-01-28 11:21:44'),
(111995,41495,'action complete via WP Cron','2021-01-28 16:21:44','2021-01-28 11:21:44'),
(111996,41496,'action created','2021-01-28 16:21:44','2021-01-28 11:21:44'),
(111997,41496,'action started via WP Cron','2021-01-28 16:22:42','2021-01-28 11:22:42'),
(111998,41496,'action complete via WP Cron','2021-01-28 16:22:42','2021-01-28 11:22:42'),
(111999,41497,'action created','2021-01-28 16:22:42','2021-01-28 11:22:42'),
(112000,41497,'action started via WP Cron','2021-01-28 16:24:17','2021-01-28 11:24:17'),
(112001,41497,'action complete via WP Cron','2021-01-28 16:24:17','2021-01-28 11:24:17'),
(112002,41498,'action created','2021-01-28 16:24:17','2021-01-28 11:24:17'),
(112003,41498,'action started via WP Cron','2021-01-28 16:26:03','2021-01-28 11:26:03'),
(112004,41498,'action complete via WP Cron','2021-01-28 16:26:03','2021-01-28 11:26:03'),
(112005,41499,'action created','2021-01-28 16:26:03','2021-01-28 11:26:03'),
(112006,41499,'action started via WP Cron','2021-01-28 16:26:31','2021-01-28 11:26:31'),
(112007,41499,'action complete via WP Cron','2021-01-28 16:26:31','2021-01-28 11:26:31'),
(112008,41500,'action created','2021-01-28 16:26:31','2021-01-28 11:26:31'),
(112009,41500,'action started via WP Cron','2021-01-28 16:27:42','2021-01-28 11:27:42'),
(112010,41500,'action complete via WP Cron','2021-01-28 16:27:42','2021-01-28 11:27:42'),
(112011,41501,'action created','2021-01-28 16:27:42','2021-01-28 11:27:42'),
(112012,41501,'action started via WP Cron','2021-01-28 16:28:16','2021-01-28 11:28:16'),
(112013,41501,'action complete via WP Cron','2021-01-28 16:28:16','2021-01-28 11:28:16'),
(112014,41502,'action created','2021-01-28 16:28:16','2021-01-28 11:28:16'),
(112015,41502,'action started via WP Cron','2021-01-28 16:30:51','2021-01-28 11:30:51'),
(112016,41502,'action complete via WP Cron','2021-01-28 16:30:51','2021-01-28 11:30:51'),
(112017,41503,'action created','2021-01-28 16:30:51','2021-01-28 11:30:51'),
(112018,41503,'action started via WP Cron','2021-01-28 16:31:24','2021-01-28 11:31:24'),
(112019,41503,'action complete via WP Cron','2021-01-28 16:31:24','2021-01-28 11:31:24'),
(112020,41504,'action created','2021-01-28 16:31:24','2021-01-28 11:31:24'),
(112021,41504,'action started via WP Cron','2021-01-28 16:33:44','2021-01-28 11:33:44'),
(112022,41504,'action complete via WP Cron','2021-01-28 16:33:44','2021-01-28 11:33:44'),
(112023,41505,'action created','2021-01-28 16:33:44','2021-01-28 11:33:44'),
(112024,41505,'action started via WP Cron','2021-01-28 16:34:16','2021-01-28 11:34:16'),
(112025,41505,'action complete via WP Cron','2021-01-28 16:34:16','2021-01-28 11:34:16'),
(112026,41506,'action created','2021-01-28 16:34:16','2021-01-28 11:34:16'),
(112027,41506,'action started via WP Cron','2021-01-28 16:35:40','2021-01-28 11:35:40'),
(112028,41506,'action complete via WP Cron','2021-01-28 16:35:40','2021-01-28 11:35:40'),
(112029,41507,'action created','2021-01-28 16:35:40','2021-01-28 11:35:40'),
(112030,41507,'action started via WP Cron','2021-01-28 16:36:53','2021-01-28 11:36:53'),
(112031,41507,'action complete via WP Cron','2021-01-28 16:36:53','2021-01-28 11:36:53'),
(112032,41508,'action created','2021-01-28 16:36:53','2021-01-28 11:36:53'),
(112033,41508,'action started via WP Cron','2021-01-28 16:39:47','2021-01-28 11:39:47'),
(112034,41508,'action complete via WP Cron','2021-01-28 16:39:47','2021-01-28 11:39:47'),
(112035,41509,'action created','2021-01-28 16:39:47','2021-01-28 11:39:47'),
(112036,41509,'action started via WP Cron','2021-01-28 16:40:57','2021-01-28 11:40:57'),
(112037,41509,'action complete via WP Cron','2021-01-28 16:40:57','2021-01-28 11:40:57'),
(112038,41510,'action created','2021-01-28 16:40:57','2021-01-28 11:40:57'),
(112039,41510,'action started via WP Cron','2021-01-28 16:41:16','2021-01-28 11:41:16'),
(112040,41510,'action complete via WP Cron','2021-01-28 16:41:16','2021-01-28 11:41:16'),
(112041,41511,'action created','2021-01-28 16:41:16','2021-01-28 11:41:16'),
(112042,41511,'action started via WP Cron','2021-01-28 16:42:58','2021-01-28 11:42:58'),
(112043,41511,'action complete via WP Cron','2021-01-28 16:42:58','2021-01-28 11:42:58'),
(112044,41512,'action created','2021-01-28 16:42:58','2021-01-28 11:42:58'),
(112045,41512,'action started via WP Cron','2021-01-28 16:43:11','2021-01-28 11:43:11'),
(112046,41512,'action complete via WP Cron','2021-01-28 16:43:11','2021-01-28 11:43:11'),
(112047,41513,'action created','2021-01-28 16:43:11','2021-01-28 11:43:11'),
(112048,41513,'action started via WP Cron','2021-01-28 16:45:31','2021-01-28 11:45:31'),
(112049,41513,'action complete via WP Cron','2021-01-28 16:45:31','2021-01-28 11:45:31'),
(112050,41514,'action created','2021-01-28 16:45:31','2021-01-28 11:45:31'),
(112051,41514,'action started via WP Cron','2021-01-28 16:48:49','2021-01-28 11:48:49'),
(112052,41514,'action complete via WP Cron','2021-01-28 16:48:49','2021-01-28 11:48:49'),
(112053,41515,'action created','2021-01-28 16:48:49','2021-01-28 11:48:49'),
(112054,41515,'action started via WP Cron','2021-01-28 16:49:34','2021-01-28 11:49:34'),
(112055,41515,'action complete via WP Cron','2021-01-28 16:49:34','2021-01-28 11:49:34'),
(112056,41516,'action created','2021-01-28 16:49:34','2021-01-28 11:49:34'),
(112057,41516,'action started via WP Cron','2021-01-28 16:51:06','2021-01-28 11:51:06'),
(112058,41516,'action complete via WP Cron','2021-01-28 16:51:06','2021-01-28 11:51:06'),
(112059,41517,'action created','2021-01-28 16:51:06','2021-01-28 11:51:06'),
(112060,41517,'action started via WP Cron','2021-01-28 16:51:31','2021-01-28 11:51:31'),
(112061,41517,'action complete via WP Cron','2021-01-28 16:51:31','2021-01-28 11:51:31'),
(112062,41518,'action created','2021-01-28 16:51:31','2021-01-28 11:51:31'),
(112063,41518,'action started via WP Cron','2021-01-28 16:52:50','2021-01-28 11:52:50'),
(112064,41518,'action complete via WP Cron','2021-01-28 16:52:50','2021-01-28 11:52:50'),
(112065,41519,'action created','2021-01-28 16:52:50','2021-01-28 11:52:50'),
(112066,41519,'action started via WP Cron','2021-01-28 16:53:40','2021-01-28 11:53:40'),
(112067,41519,'action complete via WP Cron','2021-01-28 16:53:40','2021-01-28 11:53:40'),
(112068,41520,'action created','2021-01-28 16:53:40','2021-01-28 11:53:40'),
(112069,41520,'action started via WP Cron','2021-01-28 16:54:33','2021-01-28 11:54:33'),
(112070,41520,'action complete via WP Cron','2021-01-28 16:54:33','2021-01-28 11:54:33'),
(112071,41521,'action created','2021-01-28 16:54:33','2021-01-28 11:54:33'),
(112072,41521,'action started via WP Cron','2021-01-28 16:55:43','2021-01-28 11:55:43'),
(112073,41521,'action complete via WP Cron','2021-01-28 16:55:43','2021-01-28 11:55:43'),
(112074,41522,'action created','2021-01-28 16:55:43','2021-01-28 11:55:43'),
(112075,41522,'action started via WP Cron','2021-01-28 16:56:11','2021-01-28 11:56:11'),
(112076,41522,'action complete via WP Cron','2021-01-28 16:56:11','2021-01-28 11:56:11'),
(112077,41523,'action created','2021-01-28 16:56:11','2021-01-28 11:56:11'),
(112078,41523,'action started via WP Cron','2021-01-28 16:58:24','2021-01-28 11:58:24'),
(112079,41523,'action complete via WP Cron','2021-01-28 16:58:25','2021-01-28 11:58:25'),
(112080,41524,'action created','2021-01-28 16:58:25','2021-01-28 11:58:25'),
(112081,41524,'action started via WP Cron','2021-01-28 16:59:17','2021-01-28 11:59:17'),
(112082,41524,'action complete via WP Cron','2021-01-28 16:59:17','2021-01-28 11:59:17'),
(112083,41525,'action created','2021-01-28 16:59:17','2021-01-28 11:59:17'),
(112084,41525,'action started via WP Cron','2021-01-28 17:00:28','2021-01-28 12:00:28'),
(112085,41525,'action complete via WP Cron','2021-01-28 17:00:28','2021-01-28 12:00:28'),
(112086,41526,'action created','2021-01-28 17:00:28','2021-01-28 12:00:28'),
(112087,41526,'action started via WP Cron','2021-01-28 17:01:39','2021-01-28 12:01:39'),
(112088,41526,'action complete via WP Cron','2021-01-28 17:01:39','2021-01-28 12:01:39'),
(112089,41527,'action created','2021-01-28 17:01:39','2021-01-28 12:01:39'),
(112090,41527,'action started via WP Cron','2021-01-28 17:02:45','2021-01-28 12:02:45'),
(112091,41527,'action complete via WP Cron','2021-01-28 17:02:45','2021-01-28 12:02:45'),
(112092,41528,'action created','2021-01-28 17:02:45','2021-01-28 12:02:45'),
(112093,41528,'action started via WP Cron','2021-01-28 17:03:23','2021-01-28 12:03:23'),
(112094,41528,'action complete via WP Cron','2021-01-28 17:03:23','2021-01-28 12:03:23'),
(112095,41529,'action created','2021-01-28 17:03:23','2021-01-28 12:03:23'),
(112096,41529,'action started via WP Cron','2021-01-28 17:04:47','2021-01-28 12:04:47'),
(112097,41529,'action complete via WP Cron','2021-01-28 17:04:47','2021-01-28 12:04:47'),
(112098,41530,'action created','2021-01-28 17:04:47','2021-01-28 12:04:47'),
(112099,41530,'action started via WP Cron','2021-01-28 17:06:40','2021-01-28 12:06:40'),
(112100,41530,'action complete via WP Cron','2021-01-28 17:06:40','2021-01-28 12:06:40'),
(112101,41531,'action created','2021-01-28 17:06:40','2021-01-28 12:06:40'),
(112102,41531,'action started via WP Cron','2021-01-28 17:10:04','2021-01-28 12:10:04'),
(112103,41531,'action complete via WP Cron','2021-01-28 17:10:04','2021-01-28 12:10:04'),
(112104,41532,'action created','2021-01-28 17:10:04','2021-01-28 12:10:04'),
(112105,41532,'action started via WP Cron','2021-01-28 17:10:39','2021-01-28 12:10:39'),
(112106,41532,'action complete via WP Cron','2021-01-28 17:10:39','2021-01-28 12:10:39'),
(112107,41533,'action created','2021-01-28 17:10:39','2021-01-28 12:10:39'),
(112108,41533,'action started via WP Cron','2021-01-28 17:12:03','2021-01-28 12:12:03'),
(112109,41533,'action complete via WP Cron','2021-01-28 17:12:03','2021-01-28 12:12:03'),
(112110,41534,'action created','2021-01-28 17:12:03','2021-01-28 12:12:03'),
(112111,41534,'action started via WP Cron','2021-01-28 17:12:53','2021-01-28 12:12:53'),
(112112,41534,'action complete via WP Cron','2021-01-28 17:12:53','2021-01-28 12:12:53'),
(112113,41535,'action created','2021-01-28 17:12:53','2021-01-28 12:12:53'),
(112114,41535,'action started via WP Cron','2021-01-28 17:13:45','2021-01-28 12:13:45'),
(112115,41535,'action complete via WP Cron','2021-01-28 17:13:45','2021-01-28 12:13:45'),
(112116,41536,'action created','2021-01-28 17:13:45','2021-01-28 12:13:45'),
(112117,41536,'action started via WP Cron','2021-01-28 17:14:15','2021-01-28 12:14:15'),
(112118,41536,'action complete via WP Cron','2021-01-28 17:14:15','2021-01-28 12:14:15'),
(112119,41537,'action created','2021-01-28 17:14:15','2021-01-28 12:14:15'),
(112120,41537,'action started via WP Cron','2021-01-28 17:18:28','2021-01-28 12:18:28'),
(112121,41537,'action complete via WP Cron','2021-01-28 17:18:28','2021-01-28 12:18:28'),
(112122,41538,'action created','2021-01-28 17:18:28','2021-01-28 12:18:28'),
(112123,41538,'action started via WP Cron','2021-01-28 17:19:30','2021-01-28 12:19:30'),
(112124,41538,'action complete via WP Cron','2021-01-28 17:19:30','2021-01-28 12:19:30'),
(112125,41539,'action created','2021-01-28 17:19:30','2021-01-28 12:19:30'),
(112126,41539,'action started via WP Cron','2021-01-28 17:26:10','2021-01-28 12:26:10'),
(112127,41539,'action complete via WP Cron','2021-01-28 17:26:10','2021-01-28 12:26:10'),
(112128,41540,'action created','2021-01-28 17:26:10','2021-01-28 12:26:10'),
(112129,41540,'action started via WP Cron','2021-01-28 17:27:46','2021-01-28 12:27:46'),
(112130,41540,'action complete via WP Cron','2021-01-28 17:27:46','2021-01-28 12:27:46'),
(112131,41541,'action created','2021-01-28 17:27:46','2021-01-28 12:27:46'),
(112132,41541,'action started via WP Cron','2021-01-28 17:28:58','2021-01-28 12:28:58'),
(112133,41541,'action complete via WP Cron','2021-01-28 17:28:58','2021-01-28 12:28:58'),
(112134,41542,'action created','2021-01-28 17:28:58','2021-01-28 12:28:58'),
(112135,41542,'action started via WP Cron','2021-01-28 17:32:31','2021-01-28 12:32:31'),
(112136,41542,'action complete via WP Cron','2021-01-28 17:32:31','2021-01-28 12:32:31'),
(112137,41543,'action created','2021-01-28 17:32:32','2021-01-28 12:32:32'),
(112138,41543,'action started via WP Cron','2021-01-28 17:35:55','2021-01-28 12:35:55'),
(112139,41543,'action complete via WP Cron','2021-01-28 17:35:55','2021-01-28 12:35:55'),
(112140,41544,'action created','2021-01-28 17:35:55','2021-01-28 12:35:55'),
(112141,41544,'action started via WP Cron','2021-01-28 17:36:17','2021-01-28 12:36:17'),
(112142,41544,'action complete via WP Cron','2021-01-28 17:36:17','2021-01-28 12:36:17'),
(112143,41545,'action created','2021-01-28 17:36:17','2021-01-28 12:36:17'),
(112144,41545,'action started via WP Cron','2021-01-28 17:37:19','2021-01-28 12:37:19'),
(112145,41545,'action complete via WP Cron','2021-01-28 17:37:19','2021-01-28 12:37:19'),
(112146,41546,'action created','2021-01-28 17:37:19','2021-01-28 12:37:19'),
(112147,41546,'action started via WP Cron','2021-01-28 17:38:24','2021-01-28 12:38:24'),
(112148,41546,'action complete via WP Cron','2021-01-28 17:38:24','2021-01-28 12:38:24'),
(112149,41547,'action created','2021-01-28 17:38:24','2021-01-28 12:38:24'),
(112150,41547,'action started via WP Cron','2021-01-28 17:40:53','2021-01-28 12:40:53'),
(112151,41547,'action complete via WP Cron','2021-01-28 17:40:53','2021-01-28 12:40:53'),
(112152,41548,'action created','2021-01-28 17:40:53','2021-01-28 12:40:53'),
(112153,41548,'action started via WP Cron','2021-01-28 17:41:18','2021-01-28 12:41:18'),
(112154,41548,'action complete via WP Cron','2021-01-28 17:41:18','2021-01-28 12:41:18'),
(112155,41549,'action created','2021-01-28 17:41:18','2021-01-28 12:41:18'),
(112156,41549,'action started via WP Cron','2021-01-28 17:42:25','2021-01-28 12:42:25'),
(112157,41549,'action complete via WP Cron','2021-01-28 17:42:25','2021-01-28 12:42:25'),
(112158,41550,'action created','2021-01-28 17:42:26','2021-01-28 12:42:26'),
(112159,41550,'action started via WP Cron','2021-01-28 17:43:59','2021-01-28 12:43:59'),
(112160,41550,'action complete via WP Cron','2021-01-28 17:43:59','2021-01-28 12:43:59'),
(112161,41551,'action created','2021-01-28 17:43:59','2021-01-28 12:43:59'),
(112162,41551,'action started via WP Cron','2021-01-28 17:45:15','2021-01-28 12:45:15'),
(112163,41551,'action complete via WP Cron','2021-01-28 17:45:15','2021-01-28 12:45:15'),
(112164,41552,'action created','2021-01-28 17:45:15','2021-01-28 12:45:15'),
(112165,41552,'action started via WP Cron','2021-01-28 17:47:33','2021-01-28 12:47:33'),
(112166,41552,'action complete via WP Cron','2021-01-28 17:47:33','2021-01-28 12:47:33'),
(112167,41553,'action created','2021-01-28 17:47:33','2021-01-28 12:47:33'),
(112168,41553,'action started via WP Cron','2021-01-28 17:49:09','2021-01-28 12:49:09'),
(112169,41553,'action complete via WP Cron','2021-01-28 17:49:09','2021-01-28 12:49:09'),
(112170,41554,'action created','2021-01-28 17:49:09','2021-01-28 12:49:09'),
(112171,41554,'action started via WP Cron','2021-01-28 17:50:38','2021-01-28 12:50:38'),
(112172,41554,'action complete via WP Cron','2021-01-28 17:50:39','2021-01-28 12:50:39'),
(112173,41555,'action created','2021-01-28 17:50:39','2021-01-28 12:50:39'),
(112174,41555,'action started via WP Cron','2021-01-28 17:51:53','2021-01-28 12:51:53'),
(112175,41555,'action complete via WP Cron','2021-01-28 17:51:53','2021-01-28 12:51:53'),
(112176,41556,'action created','2021-01-28 17:51:53','2021-01-28 12:51:53'),
(112177,41556,'action started via WP Cron','2021-01-28 17:52:52','2021-01-28 12:52:52'),
(112178,41556,'action complete via WP Cron','2021-01-28 17:52:52','2021-01-28 12:52:52'),
(112179,41557,'action created','2021-01-28 17:52:52','2021-01-28 12:52:52'),
(112180,41557,'action started via WP Cron','2021-01-28 17:54:39','2021-01-28 12:54:39'),
(112181,41557,'action complete via WP Cron','2021-01-28 17:54:39','2021-01-28 12:54:39'),
(112182,41558,'action created','2021-01-28 17:54:39','2021-01-28 12:54:39'),
(112183,41558,'action started via WP Cron','2021-01-28 17:56:03','2021-01-28 12:56:03'),
(112184,41558,'action complete via WP Cron','2021-01-28 17:56:03','2021-01-28 12:56:03'),
(112185,41559,'action created','2021-01-28 17:56:03','2021-01-28 12:56:03'),
(112186,41559,'action started via WP Cron','2021-01-28 17:59:19','2021-01-28 12:59:19'),
(112187,41559,'action complete via WP Cron','2021-01-28 17:59:19','2021-01-28 12:59:19'),
(112188,41560,'action created','2021-01-28 17:59:19','2021-01-28 12:59:19'),
(112189,41560,'action started via WP Cron','2021-01-28 18:00:41','2021-01-28 13:00:41'),
(112190,41560,'action complete via WP Cron','2021-01-28 18:00:41','2021-01-28 13:00:41'),
(112191,41561,'action created','2021-01-28 18:00:41','2021-01-28 13:00:41'),
(112192,41561,'action started via WP Cron','2021-01-28 18:02:04','2021-01-28 13:02:04'),
(112193,41561,'action complete via WP Cron','2021-01-28 18:02:04','2021-01-28 13:02:04'),
(112194,41562,'action created','2021-01-28 18:02:04','2021-01-28 13:02:04'),
(112195,41562,'action started via WP Cron','2021-01-28 18:04:17','2021-01-28 13:04:17'),
(112196,41562,'action complete via WP Cron','2021-01-28 18:04:17','2021-01-28 13:04:17'),
(112197,41563,'action created','2021-01-28 18:04:17','2021-01-28 13:04:17'),
(112198,41563,'action started via WP Cron','2021-01-28 18:05:34','2021-01-28 13:05:34'),
(112199,41563,'action complete via WP Cron','2021-01-28 18:05:34','2021-01-28 13:05:34'),
(112200,41564,'action created','2021-01-28 18:05:34','2021-01-28 13:05:34'),
(112201,41564,'action started via WP Cron','2021-01-28 18:07:27','2021-01-28 13:07:27'),
(112202,41564,'action complete via WP Cron','2021-01-28 18:07:27','2021-01-28 13:07:27'),
(112203,41565,'action created','2021-01-28 18:07:27','2021-01-28 13:07:27'),
(112204,41565,'action started via WP Cron','2021-01-28 18:10:18','2021-01-28 13:10:18'),
(112205,41565,'action complete via WP Cron','2021-01-28 18:10:18','2021-01-28 13:10:18'),
(112206,41566,'action created','2021-01-28 18:10:18','2021-01-28 13:10:18'),
(112207,41566,'action started via WP Cron','2021-01-28 18:12:18','2021-01-28 13:12:18'),
(112208,41566,'action complete via WP Cron','2021-01-28 18:12:18','2021-01-28 13:12:18'),
(112209,41567,'action created','2021-01-28 18:12:18','2021-01-28 13:12:18'),
(112210,41567,'action started via WP Cron','2021-01-28 18:13:16','2021-01-28 13:13:16'),
(112211,41567,'action complete via WP Cron','2021-01-28 18:13:16','2021-01-28 13:13:16'),
(112212,41568,'action created','2021-01-28 18:13:16','2021-01-28 13:13:16'),
(112213,41568,'action started via WP Cron','2021-01-28 18:14:19','2021-01-28 13:14:19'),
(112214,41568,'action complete via WP Cron','2021-01-28 18:14:19','2021-01-28 13:14:19'),
(112215,41569,'action created','2021-01-28 18:14:19','2021-01-28 13:14:19'),
(112216,41569,'action started via WP Cron','2021-01-28 18:15:51','2021-01-28 13:15:51'),
(112217,41569,'action complete via WP Cron','2021-01-28 18:15:51','2021-01-28 13:15:51'),
(112218,41570,'action created','2021-01-28 18:15:51','2021-01-28 13:15:51'),
(112219,41570,'action started via WP Cron','2021-01-28 18:16:44','2021-01-28 13:16:44'),
(112220,41570,'action complete via WP Cron','2021-01-28 18:16:44','2021-01-28 13:16:44'),
(112221,41571,'action created','2021-01-28 18:16:44','2021-01-28 13:16:44'),
(112222,41571,'action started via WP Cron','2021-01-28 18:17:15','2021-01-28 13:17:15'),
(112223,41571,'action complete via WP Cron','2021-01-28 18:17:15','2021-01-28 13:17:15'),
(112224,41572,'action created','2021-01-28 18:17:15','2021-01-28 13:17:15'),
(112225,41572,'action started via WP Cron','2021-01-28 18:18:37','2021-01-28 13:18:37'),
(112226,41572,'action complete via WP Cron','2021-01-28 18:18:37','2021-01-28 13:18:37'),
(112227,41573,'action created','2021-01-28 18:18:37','2021-01-28 13:18:37'),
(112228,41573,'action started via WP Cron','2021-01-28 18:19:27','2021-01-28 13:19:27'),
(112229,41573,'action complete via WP Cron','2021-01-28 18:19:27','2021-01-28 13:19:27'),
(112230,41574,'action created','2021-01-28 18:19:27','2021-01-28 13:19:27'),
(112231,41574,'action started via WP Cron','2021-01-28 18:20:42','2021-01-28 13:20:42'),
(112232,41574,'action complete via WP Cron','2021-01-28 18:20:42','2021-01-28 13:20:42'),
(112233,41575,'action created','2021-01-28 18:20:43','2021-01-28 13:20:43'),
(112234,41575,'action started via WP Cron','2021-01-28 18:21:13','2021-01-28 13:21:13'),
(112235,41575,'action complete via WP Cron','2021-01-28 18:21:13','2021-01-28 13:21:13'),
(112236,41576,'action created','2021-01-28 18:21:13','2021-01-28 13:21:13'),
(112237,41576,'action started via WP Cron','2021-01-28 18:22:19','2021-01-28 13:22:19'),
(112238,41576,'action complete via WP Cron','2021-01-28 18:22:19','2021-01-28 13:22:19'),
(112239,41577,'action created','2021-01-28 18:22:19','2021-01-28 13:22:19'),
(112240,41577,'action started via WP Cron','2021-01-28 18:25:00','2021-01-28 13:25:00'),
(112241,41577,'action complete via WP Cron','2021-01-28 18:25:00','2021-01-28 13:25:00'),
(112242,41578,'action created','2021-01-28 18:25:00','2021-01-28 13:25:00'),
(112243,41578,'action started via WP Cron','2021-01-28 18:25:29','2021-01-28 13:25:29'),
(112244,41578,'action complete via WP Cron','2021-01-28 18:25:29','2021-01-28 13:25:29'),
(112245,41579,'action created','2021-01-28 18:25:29','2021-01-28 13:25:29'),
(112246,41579,'action started via WP Cron','2021-01-28 18:28:29','2021-01-28 13:28:29'),
(112247,41579,'action complete via WP Cron','2021-01-28 18:28:29','2021-01-28 13:28:29'),
(112248,41580,'action created','2021-01-28 18:28:29','2021-01-28 13:28:29'),
(112249,41580,'action started via WP Cron','2021-01-28 18:29:44','2021-01-28 13:29:44'),
(112250,41580,'action complete via WP Cron','2021-01-28 18:29:45','2021-01-28 13:29:45'),
(112251,41581,'action created','2021-01-28 18:29:45','2021-01-28 13:29:45'),
(112252,41581,'action started via WP Cron','2021-01-28 18:31:09','2021-01-28 13:31:09'),
(112253,41581,'action complete via WP Cron','2021-01-28 18:31:09','2021-01-28 13:31:09'),
(112254,41582,'action created','2021-01-28 18:31:09','2021-01-28 13:31:09'),
(112255,41582,'action started via WP Cron','2021-01-28 18:31:30','2021-01-28 13:31:30'),
(112256,41582,'action complete via WP Cron','2021-01-28 18:31:30','2021-01-28 13:31:30'),
(112257,41583,'action created','2021-01-28 18:31:30','2021-01-28 13:31:30'),
(112258,41583,'action started via WP Cron','2021-01-28 18:32:20','2021-01-28 13:32:20'),
(112259,41583,'action complete via WP Cron','2021-01-28 18:32:20','2021-01-28 13:32:20'),
(112260,41584,'action created','2021-01-28 18:32:20','2021-01-28 13:32:20'),
(112261,41584,'action started via WP Cron','2021-01-28 18:33:17','2021-01-28 13:33:17'),
(112262,41584,'action complete via WP Cron','2021-01-28 18:33:17','2021-01-28 13:33:17'),
(112263,41585,'action created','2021-01-28 18:33:17','2021-01-28 13:33:17'),
(112264,41585,'action started via WP Cron','2021-01-28 18:34:14','2021-01-28 13:34:14'),
(112265,41585,'action complete via WP Cron','2021-01-28 18:34:14','2021-01-28 13:34:14'),
(112266,41586,'action created','2021-01-28 18:34:14','2021-01-28 13:34:14'),
(112267,41586,'action started via WP Cron','2021-01-28 18:35:15','2021-01-28 13:35:15'),
(112268,41586,'action complete via WP Cron','2021-01-28 18:35:15','2021-01-28 13:35:15'),
(112269,41587,'action created','2021-01-28 18:35:15','2021-01-28 13:35:15'),
(112270,41587,'action started via WP Cron','2021-01-28 18:36:20','2021-01-28 13:36:20'),
(112271,41587,'action complete via WP Cron','2021-01-28 18:36:20','2021-01-28 13:36:20'),
(112272,41588,'action created','2021-01-28 18:36:20','2021-01-28 13:36:20'),
(112273,41588,'action started via WP Cron','2021-01-28 18:37:33','2021-01-28 13:37:33'),
(112274,41588,'action complete via WP Cron','2021-01-28 18:37:33','2021-01-28 13:37:33'),
(112275,41589,'action created','2021-01-28 18:37:33','2021-01-28 13:37:33'),
(112276,41589,'action started via WP Cron','2021-01-28 18:38:20','2021-01-28 13:38:20'),
(112277,41589,'action complete via WP Cron','2021-01-28 18:38:20','2021-01-28 13:38:20'),
(112278,41590,'action created','2021-01-28 18:38:20','2021-01-28 13:38:20'),
(112279,41590,'action started via WP Cron','2021-01-28 18:39:15','2021-01-28 13:39:15'),
(112280,41590,'action complete via WP Cron','2021-01-28 18:39:15','2021-01-28 13:39:15'),
(112281,41591,'action created','2021-01-28 18:39:15','2021-01-28 13:39:15'),
(112282,41591,'action started via WP Cron','2021-01-28 18:40:45','2021-01-28 13:40:45'),
(112283,41591,'action complete via WP Cron','2021-01-28 18:40:45','2021-01-28 13:40:45'),
(112284,41592,'action created','2021-01-28 18:40:45','2021-01-28 13:40:45'),
(112285,41592,'action started via WP Cron','2021-01-28 18:43:44','2021-01-28 13:43:44'),
(112286,41592,'action complete via WP Cron','2021-01-28 18:43:44','2021-01-28 13:43:44'),
(112287,41593,'action created','2021-01-28 18:43:44','2021-01-28 13:43:44'),
(112288,41593,'action started via WP Cron','2021-01-28 18:45:27','2021-01-28 13:45:27'),
(112289,41593,'action complete via WP Cron','2021-01-28 18:45:27','2021-01-28 13:45:27'),
(112290,41594,'action created','2021-01-28 18:45:27','2021-01-28 13:45:27'),
(112291,41594,'action started via WP Cron','2021-01-28 18:47:08','2021-01-28 13:47:08'),
(112292,41594,'action complete via WP Cron','2021-01-28 18:47:08','2021-01-28 13:47:08'),
(112293,41595,'action created','2021-01-28 18:47:08','2021-01-28 13:47:08'),
(112294,41595,'action started via WP Cron','2021-01-28 18:47:55','2021-01-28 13:47:55'),
(112295,41595,'action complete via WP Cron','2021-01-28 18:47:55','2021-01-28 13:47:55'),
(112296,41596,'action created','2021-01-28 18:47:55','2021-01-28 13:47:55'),
(112297,41596,'action started via WP Cron','2021-01-28 18:48:33','2021-01-28 13:48:33'),
(112298,41596,'action complete via WP Cron','2021-01-28 18:48:33','2021-01-28 13:48:33'),
(112299,41597,'action created','2021-01-28 18:48:34','2021-01-28 13:48:34'),
(112300,41597,'action started via WP Cron','2021-01-28 18:50:51','2021-01-28 13:50:51'),
(112301,41597,'action complete via WP Cron','2021-01-28 18:50:51','2021-01-28 13:50:51'),
(112302,41598,'action created','2021-01-28 18:50:52','2021-01-28 13:50:52'),
(112303,41598,'action started via WP Cron','2021-01-28 18:52:32','2021-01-28 13:52:32'),
(112304,41598,'action complete via WP Cron','2021-01-28 18:52:32','2021-01-28 13:52:32'),
(112305,41599,'action created','2021-01-28 18:52:32','2021-01-28 13:52:32'),
(112306,41599,'action started via WP Cron','2021-01-28 18:53:23','2021-01-28 13:53:23'),
(112307,41599,'action complete via WP Cron','2021-01-28 18:53:23','2021-01-28 13:53:23'),
(112308,41600,'action created','2021-01-28 18:53:23','2021-01-28 13:53:23'),
(112309,41600,'action started via WP Cron','2021-01-28 18:54:15','2021-01-28 13:54:15'),
(112310,41600,'action complete via WP Cron','2021-01-28 18:54:15','2021-01-28 13:54:15'),
(112311,41601,'action created','2021-01-28 18:54:15','2021-01-28 13:54:15'),
(112312,41601,'action started via WP Cron','2021-01-28 18:56:01','2021-01-28 13:56:01'),
(112313,41601,'action complete via WP Cron','2021-01-28 18:56:01','2021-01-28 13:56:01'),
(112314,41602,'action created','2021-01-28 18:56:01','2021-01-28 13:56:01'),
(112315,41602,'action started via WP Cron','2021-01-28 18:56:40','2021-01-28 13:56:40'),
(112316,41602,'action complete via WP Cron','2021-01-28 18:56:40','2021-01-28 13:56:40'),
(112317,41603,'action created','2021-01-28 18:56:40','2021-01-28 13:56:40'),
(112318,41603,'action started via WP Cron','2021-01-28 18:57:31','2021-01-28 13:57:31'),
(112319,41603,'action complete via WP Cron','2021-01-28 18:57:31','2021-01-28 13:57:31'),
(112320,41604,'action created','2021-01-28 18:57:31','2021-01-28 13:57:31'),
(112321,41604,'action started via WP Cron','2021-01-28 18:58:16','2021-01-28 13:58:16'),
(112322,41604,'action complete via WP Cron','2021-01-28 18:58:16','2021-01-28 13:58:16'),
(112323,41605,'action created','2021-01-28 18:58:16','2021-01-28 13:58:16'),
(112324,41605,'action started via WP Cron','2021-01-28 18:59:24','2021-01-28 13:59:24'),
(112325,41605,'action complete via WP Cron','2021-01-28 18:59:24','2021-01-28 13:59:24'),
(112326,41606,'action created','2021-01-28 18:59:24','2021-01-28 13:59:24'),
(112327,41606,'action started via WP Cron','2021-01-28 19:00:23','2021-01-28 14:00:23'),
(112328,41606,'action complete via WP Cron','2021-01-28 19:00:23','2021-01-28 14:00:23'),
(112329,41607,'action created','2021-01-28 19:00:23','2021-01-28 14:00:23'),
(112330,41607,'action started via WP Cron','2021-01-28 19:01:23','2021-01-28 14:01:23'),
(112331,41607,'action complete via WP Cron','2021-01-28 19:01:23','2021-01-28 14:01:23'),
(112332,41608,'action created','2021-01-28 19:01:23','2021-01-28 14:01:23'),
(112333,41608,'action started via WP Cron','2021-01-28 19:02:21','2021-01-28 14:02:21'),
(112334,41608,'action complete via WP Cron','2021-01-28 19:02:21','2021-01-28 14:02:21'),
(112335,41609,'action created','2021-01-28 19:02:21','2021-01-28 14:02:21'),
(112336,41609,'action started via WP Cron','2021-01-28 19:03:21','2021-01-28 14:03:21'),
(112337,41609,'action complete via WP Cron','2021-01-28 19:03:21','2021-01-28 14:03:21'),
(112338,41610,'action created','2021-01-28 19:03:21','2021-01-28 14:03:21'),
(112339,41610,'action started via WP Cron','2021-01-28 19:04:15','2021-01-28 14:04:15'),
(112340,41610,'action complete via WP Cron','2021-01-28 19:04:15','2021-01-28 14:04:15'),
(112341,41611,'action created','2021-01-28 19:04:15','2021-01-28 14:04:15'),
(112342,41611,'action started via WP Cron','2021-01-28 19:05:15','2021-01-28 14:05:15'),
(112343,41611,'action complete via WP Cron','2021-01-28 19:05:15','2021-01-28 14:05:15'),
(112344,41612,'action created','2021-01-28 19:05:15','2021-01-28 14:05:15'),
(112345,41612,'action started via WP Cron','2021-01-28 19:06:27','2021-01-28 14:06:27'),
(112346,41612,'action complete via WP Cron','2021-01-28 19:06:27','2021-01-28 14:06:27'),
(112347,41613,'action created','2021-01-28 19:06:27','2021-01-28 14:06:27'),
(112348,41613,'action started via WP Cron','2021-01-28 19:07:28','2021-01-28 14:07:28'),
(112349,41613,'action complete via WP Cron','2021-01-28 19:07:28','2021-01-28 14:07:28'),
(112350,41614,'action created','2021-01-28 19:07:28','2021-01-28 14:07:28'),
(112351,41614,'action started via WP Cron','2021-01-28 19:08:33','2021-01-28 14:08:33'),
(112352,41614,'action complete via WP Cron','2021-01-28 19:08:33','2021-01-28 14:08:33'),
(112353,41615,'action created','2021-01-28 19:08:33','2021-01-28 14:08:33'),
(112354,41615,'action started via WP Cron','2021-01-28 19:11:23','2021-01-28 14:11:23'),
(112355,41615,'action complete via WP Cron','2021-01-28 19:11:23','2021-01-28 14:11:23'),
(112356,41616,'action created','2021-01-28 19:11:23','2021-01-28 14:11:23'),
(112357,41616,'action started via WP Cron','2021-01-28 19:13:29','2021-01-28 14:13:29'),
(112358,41616,'action complete via WP Cron','2021-01-28 19:13:29','2021-01-28 14:13:29'),
(112359,41617,'action created','2021-01-28 19:13:29','2021-01-28 14:13:29'),
(112360,41617,'action started via WP Cron','2021-01-28 19:14:50','2021-01-28 14:14:50'),
(112361,41617,'action complete via WP Cron','2021-01-28 19:14:50','2021-01-28 14:14:50'),
(112362,41618,'action created','2021-01-28 19:14:50','2021-01-28 14:14:50'),
(112363,41618,'action started via WP Cron','2021-01-28 19:15:54','2021-01-28 14:15:54'),
(112364,41618,'action complete via WP Cron','2021-01-28 19:15:54','2021-01-28 14:15:54'),
(112365,41619,'action created','2021-01-28 19:15:54','2021-01-28 14:15:54'),
(112366,41619,'action started via WP Cron','2021-01-28 19:18:35','2021-01-28 14:18:35'),
(112367,41619,'action complete via WP Cron','2021-01-28 19:18:35','2021-01-28 14:18:35'),
(112368,41620,'action created','2021-01-28 19:18:36','2021-01-28 14:18:36'),
(112369,41620,'action started via WP Cron','2021-01-28 19:19:31','2021-01-28 14:19:31'),
(112370,41620,'action complete via WP Cron','2021-01-28 19:19:31','2021-01-28 14:19:31'),
(112371,41621,'action created','2021-01-28 19:19:32','2021-01-28 14:19:32'),
(112372,41621,'action started via WP Cron','2021-01-28 19:20:55','2021-01-28 14:20:55'),
(112373,41621,'action complete via WP Cron','2021-01-28 19:20:55','2021-01-28 14:20:55'),
(112374,41622,'action created','2021-01-28 19:20:55','2021-01-28 14:20:55'),
(112375,41622,'action started via WP Cron','2021-01-28 19:21:50','2021-01-28 14:21:50'),
(112376,41622,'action complete via WP Cron','2021-01-28 19:21:50','2021-01-28 14:21:50'),
(112377,41623,'action created','2021-01-28 19:21:50','2021-01-28 14:21:50'),
(112378,41623,'action started via WP Cron','2021-01-28 19:22:38','2021-01-28 14:22:38'),
(112379,41623,'action complete via WP Cron','2021-01-28 19:22:38','2021-01-28 14:22:38'),
(112380,41624,'action created','2021-01-28 19:22:39','2021-01-28 14:22:39'),
(112381,41624,'action started via WP Cron','2021-01-28 19:25:26','2021-01-28 14:25:26'),
(112382,41624,'action complete via WP Cron','2021-01-28 19:25:26','2021-01-28 14:25:26'),
(112383,41625,'action created','2021-01-28 19:25:26','2021-01-28 14:25:26'),
(112384,41625,'action started via WP Cron','2021-01-28 19:26:26','2021-01-28 14:26:26'),
(112385,41625,'action complete via WP Cron','2021-01-28 19:26:26','2021-01-28 14:26:26'),
(112386,41626,'action created','2021-01-28 19:26:26','2021-01-28 14:26:26'),
(112387,41626,'action started via WP Cron','2021-01-28 19:27:13','2021-01-28 14:27:13'),
(112388,41626,'action complete via WP Cron','2021-01-28 19:27:13','2021-01-28 14:27:13'),
(112389,41627,'action created','2021-01-28 19:27:14','2021-01-28 14:27:14'),
(112390,41627,'action started via WP Cron','2021-01-28 19:28:13','2021-01-28 14:28:13'),
(112391,41627,'action complete via WP Cron','2021-01-28 19:28:13','2021-01-28 14:28:13'),
(112392,41628,'action created','2021-01-28 19:28:13','2021-01-28 14:28:13'),
(112393,41628,'action started via WP Cron','2021-01-28 19:29:23','2021-01-28 14:29:23'),
(112394,41628,'action complete via WP Cron','2021-01-28 19:29:23','2021-01-28 14:29:23'),
(112395,41629,'action created','2021-01-28 19:29:23','2021-01-28 14:29:23'),
(112396,41629,'action started via WP Cron','2021-01-28 19:30:12','2021-01-28 14:30:12'),
(112397,41629,'action complete via WP Cron','2021-01-28 19:30:12','2021-01-28 14:30:12'),
(112398,41630,'action created','2021-01-28 19:30:12','2021-01-28 14:30:12'),
(112399,41630,'action started via WP Cron','2021-01-28 19:31:12','2021-01-28 14:31:12'),
(112400,41630,'action complete via WP Cron','2021-01-28 19:31:12','2021-01-28 14:31:12'),
(112401,41631,'action created','2021-01-28 19:31:12','2021-01-28 14:31:12'),
(112402,41631,'action started via WP Cron','2021-01-28 19:32:16','2021-01-28 14:32:16'),
(112403,41631,'action complete via WP Cron','2021-01-28 19:32:16','2021-01-28 14:32:16'),
(112404,41632,'action created','2021-01-28 19:32:16','2021-01-28 14:32:16'),
(112405,41632,'action started via WP Cron','2021-01-28 19:33:34','2021-01-28 14:33:34'),
(112406,41632,'action complete via WP Cron','2021-01-28 19:33:34','2021-01-28 14:33:34'),
(112407,41633,'action created','2021-01-28 19:33:34','2021-01-28 14:33:34'),
(112408,41633,'action started via WP Cron','2021-01-28 19:34:11','2021-01-28 14:34:11'),
(112409,41633,'action complete via WP Cron','2021-01-28 19:34:11','2021-01-28 14:34:11'),
(112410,41634,'action created','2021-01-28 19:34:11','2021-01-28 14:34:11'),
(112411,41634,'action started via WP Cron','2021-01-28 19:35:17','2021-01-28 14:35:17'),
(112412,41634,'action complete via WP Cron','2021-01-28 19:35:17','2021-01-28 14:35:17'),
(112413,41635,'action created','2021-01-28 19:35:17','2021-01-28 14:35:17'),
(112414,41635,'action started via WP Cron','2021-01-28 19:36:20','2021-01-28 14:36:20'),
(112415,41635,'action complete via WP Cron','2021-01-28 19:36:20','2021-01-28 14:36:20'),
(112416,41636,'action created','2021-01-28 19:36:20','2021-01-28 14:36:20'),
(112417,41636,'action started via WP Cron','2021-01-28 19:37:26','2021-01-28 14:37:26'),
(112418,41636,'action complete via WP Cron','2021-01-28 19:37:26','2021-01-28 14:37:26'),
(112419,41637,'action created','2021-01-28 19:37:26','2021-01-28 14:37:26'),
(112420,41637,'action started via WP Cron','2021-01-28 19:38:13','2021-01-28 14:38:13'),
(112421,41637,'action complete via WP Cron','2021-01-28 19:38:13','2021-01-28 14:38:13'),
(112422,41638,'action created','2021-01-28 19:38:13','2021-01-28 14:38:13'),
(112423,41638,'action started via WP Cron','2021-01-28 19:39:18','2021-01-28 14:39:18'),
(112424,41638,'action complete via WP Cron','2021-01-28 19:39:18','2021-01-28 14:39:18'),
(112425,41639,'action created','2021-01-28 19:39:18','2021-01-28 14:39:18'),
(112426,41639,'action started via WP Cron','2021-01-28 19:41:27','2021-01-28 14:41:27'),
(112427,41639,'action complete via WP Cron','2021-01-28 19:41:27','2021-01-28 14:41:27'),
(112428,41640,'action created','2021-01-28 19:41:27','2021-01-28 14:41:27'),
(112429,41640,'action started via WP Cron','2021-01-28 19:42:40','2021-01-28 14:42:40'),
(112430,41640,'action complete via WP Cron','2021-01-28 19:42:40','2021-01-28 14:42:40'),
(112431,41641,'action created','2021-01-28 19:42:40','2021-01-28 14:42:40'),
(112432,41641,'action started via WP Cron','2021-01-28 19:43:20','2021-01-28 14:43:20'),
(112433,41641,'action complete via WP Cron','2021-01-28 19:43:20','2021-01-28 14:43:20'),
(112434,41642,'action created','2021-01-28 19:43:20','2021-01-28 14:43:20'),
(112435,41642,'action started via WP Cron','2021-01-28 19:44:55','2021-01-28 14:44:55'),
(112436,41642,'action complete via WP Cron','2021-01-28 19:44:55','2021-01-28 14:44:55'),
(112437,41643,'action created','2021-01-28 19:44:55','2021-01-28 14:44:55'),
(112438,41643,'action started via WP Cron','2021-01-28 19:46:15','2021-01-28 14:46:15'),
(112439,41643,'action complete via WP Cron','2021-01-28 19:46:15','2021-01-28 14:46:15'),
(112440,41644,'action created','2021-01-28 19:46:15','2021-01-28 14:46:15'),
(112441,41644,'action started via WP Cron','2021-01-28 19:47:59','2021-01-28 14:47:59'),
(112442,41644,'action complete via WP Cron','2021-01-28 19:47:59','2021-01-28 14:47:59'),
(112443,41645,'action created','2021-01-28 19:47:59','2021-01-28 14:47:59'),
(112444,41645,'action started via WP Cron','2021-01-28 19:49:09','2021-01-28 14:49:09'),
(112445,41645,'action complete via WP Cron','2021-01-28 19:49:09','2021-01-28 14:49:09'),
(112446,41646,'action created','2021-01-28 19:49:09','2021-01-28 14:49:09'),
(112447,41646,'action started via WP Cron','2021-01-28 19:51:17','2021-01-28 14:51:17'),
(112448,41646,'action complete via WP Cron','2021-01-28 19:51:17','2021-01-28 14:51:17'),
(112449,41647,'action created','2021-01-28 19:51:17','2021-01-28 14:51:17'),
(112450,41647,'action started via WP Cron','2021-01-28 19:52:27','2021-01-28 14:52:27'),
(112451,41647,'action complete via WP Cron','2021-01-28 19:52:27','2021-01-28 14:52:27'),
(112452,41648,'action created','2021-01-28 19:52:27','2021-01-28 14:52:27'),
(112453,41648,'action started via WP Cron','2021-01-28 19:54:12','2021-01-28 14:54:12'),
(112454,41648,'action complete via WP Cron','2021-01-28 19:54:12','2021-01-28 14:54:12'),
(112455,41649,'action created','2021-01-28 19:54:12','2021-01-28 14:54:12'),
(112456,41649,'action started via WP Cron','2021-01-28 19:55:22','2021-01-28 14:55:22'),
(112457,41649,'action complete via WP Cron','2021-01-28 19:55:22','2021-01-28 14:55:22'),
(112458,41650,'action created','2021-01-28 19:55:22','2021-01-28 14:55:22'),
(112459,41650,'action started via WP Cron','2021-01-28 19:56:15','2021-01-28 14:56:15'),
(112460,41650,'action complete via WP Cron','2021-01-28 19:56:15','2021-01-28 14:56:15'),
(112461,41651,'action created','2021-01-28 19:56:15','2021-01-28 14:56:15'),
(112462,41651,'action started via WP Cron','2021-01-28 19:57:13','2021-01-28 14:57:13'),
(112463,41651,'action complete via WP Cron','2021-01-28 19:57:13','2021-01-28 14:57:13'),
(112464,41652,'action created','2021-01-28 19:57:13','2021-01-28 14:57:13'),
(112465,41652,'action started via WP Cron','2021-01-28 19:59:14','2021-01-28 14:59:14'),
(112466,41652,'action complete via WP Cron','2021-01-28 19:59:14','2021-01-28 14:59:14'),
(112467,41653,'action created','2021-01-28 19:59:14','2021-01-28 14:59:14'),
(112468,41653,'action started via WP Cron','2021-01-28 20:02:22','2021-01-28 15:02:22'),
(112469,41653,'action complete via WP Cron','2021-01-28 20:02:22','2021-01-28 15:02:22'),
(112470,41654,'action created','2021-01-28 20:02:22','2021-01-28 15:02:22'),
(112471,41654,'action started via WP Cron','2021-01-28 20:03:34','2021-01-28 15:03:34'),
(112472,41654,'action complete via WP Cron','2021-01-28 20:03:34','2021-01-28 15:03:34'),
(112473,41655,'action created','2021-01-28 20:03:34','2021-01-28 15:03:34'),
(112474,41655,'action started via WP Cron','2021-01-28 20:05:49','2021-01-28 15:05:49'),
(112475,41655,'action complete via WP Cron','2021-01-28 20:05:49','2021-01-28 15:05:49'),
(112476,41656,'action created','2021-01-28 20:05:49','2021-01-28 15:05:49'),
(112477,41656,'action started via WP Cron','2021-01-28 20:06:40','2021-01-28 15:06:40'),
(112478,41656,'action complete via WP Cron','2021-01-28 20:06:40','2021-01-28 15:06:40'),
(112479,41657,'action created','2021-01-28 20:06:40','2021-01-28 15:06:40'),
(112480,41657,'action started via WP Cron','2021-01-28 20:07:36','2021-01-28 15:07:36'),
(112481,41657,'action complete via WP Cron','2021-01-28 20:07:36','2021-01-28 15:07:36'),
(112482,41658,'action created','2021-01-28 20:07:36','2021-01-28 15:07:36'),
(112483,41658,'action started via WP Cron','2021-01-28 20:09:33','2021-01-28 15:09:33'),
(112484,41658,'action complete via WP Cron','2021-01-28 20:09:33','2021-01-28 15:09:33'),
(112485,41659,'action created','2021-01-28 20:09:33','2021-01-28 15:09:33'),
(112486,41659,'action started via WP Cron','2021-01-28 20:10:31','2021-01-28 15:10:31'),
(112487,41659,'action complete via WP Cron','2021-01-28 20:10:31','2021-01-28 15:10:31'),
(112488,41660,'action created','2021-01-28 20:10:31','2021-01-28 15:10:31'),
(112489,41660,'action started via WP Cron','2021-01-28 20:12:07','2021-01-28 15:12:07'),
(112490,41660,'action complete via WP Cron','2021-01-28 20:12:07','2021-01-28 15:12:07'),
(112491,41661,'action created','2021-01-28 20:12:07','2021-01-28 15:12:07'),
(112492,41661,'action started via WP Cron','2021-01-28 20:12:47','2021-01-28 15:12:47'),
(112493,41661,'action complete via WP Cron','2021-01-28 20:12:47','2021-01-28 15:12:47'),
(112494,41662,'action created','2021-01-28 20:12:47','2021-01-28 15:12:47'),
(112495,41662,'action started via WP Cron','2021-01-28 20:14:21','2021-01-28 15:14:21'),
(112496,41662,'action complete via WP Cron','2021-01-28 20:14:21','2021-01-28 15:14:21'),
(112497,41663,'action created','2021-01-28 20:14:21','2021-01-28 15:14:21'),
(112498,41663,'action started via WP Cron','2021-01-28 20:16:51','2021-01-28 15:16:51'),
(112499,41663,'action complete via WP Cron','2021-01-28 20:16:51','2021-01-28 15:16:51'),
(112500,41664,'action created','2021-01-28 20:16:51','2021-01-28 15:16:51'),
(112501,41664,'action started via WP Cron','2021-01-28 20:18:42','2021-01-28 15:18:42'),
(112502,41664,'action complete via WP Cron','2021-01-28 20:18:42','2021-01-28 15:18:42'),
(112503,41665,'action created','2021-01-28 20:18:42','2021-01-28 15:18:42'),
(112504,41665,'action started via WP Cron','2021-01-28 20:19:59','2021-01-28 15:19:59'),
(112505,41665,'action complete via WP Cron','2021-01-28 20:19:59','2021-01-28 15:19:59'),
(112506,41666,'action created','2021-01-28 20:19:59','2021-01-28 15:19:59'),
(112507,41666,'action started via WP Cron','2021-01-28 20:21:54','2021-01-28 15:21:54'),
(112508,41666,'action complete via WP Cron','2021-01-28 20:21:54','2021-01-28 15:21:54'),
(112509,41667,'action created','2021-01-28 20:21:54','2021-01-28 15:21:54'),
(112510,41667,'action started via WP Cron','2021-01-28 20:22:20','2021-01-28 15:22:20'),
(112511,41667,'action complete via WP Cron','2021-01-28 20:22:20','2021-01-28 15:22:20'),
(112512,41668,'action created','2021-01-28 20:22:20','2021-01-28 15:22:20'),
(112513,41668,'action started via WP Cron','2021-01-28 20:23:32','2021-01-28 15:23:32'),
(112514,41668,'action complete via WP Cron','2021-01-28 20:23:32','2021-01-28 15:23:32'),
(112515,41669,'action created','2021-01-28 20:23:32','2021-01-28 15:23:32'),
(112516,41669,'action started via WP Cron','2021-01-28 20:26:27','2021-01-28 15:26:27'),
(112517,41669,'action complete via WP Cron','2021-01-28 20:26:27','2021-01-28 15:26:27'),
(112518,41670,'action created','2021-01-28 20:26:27','2021-01-28 15:26:27'),
(112519,41670,'action started via WP Cron','2021-01-28 20:28:23','2021-01-28 15:28:23'),
(112520,41670,'action complete via WP Cron','2021-01-28 20:28:23','2021-01-28 15:28:23'),
(112521,41671,'action created','2021-01-28 20:28:23','2021-01-28 15:28:23'),
(112522,41671,'action started via WP Cron','2021-01-28 20:30:03','2021-01-28 15:30:03'),
(112523,41671,'action complete via WP Cron','2021-01-28 20:30:03','2021-01-28 15:30:03'),
(112524,41672,'action created','2021-01-28 20:30:03','2021-01-28 15:30:03'),
(112525,41672,'action started via WP Cron','2021-01-28 20:30:29','2021-01-28 15:30:29'),
(112526,41672,'action complete via WP Cron','2021-01-28 20:30:29','2021-01-28 15:30:29'),
(112527,41673,'action created','2021-01-28 20:30:29','2021-01-28 15:30:29'),
(112528,41673,'action started via WP Cron','2021-01-28 20:31:26','2021-01-28 15:31:26'),
(112529,41673,'action complete via WP Cron','2021-01-28 20:31:26','2021-01-28 15:31:26'),
(112530,41674,'action created','2021-01-28 20:31:26','2021-01-28 15:31:26'),
(112531,41674,'action started via WP Cron','2021-01-28 20:32:57','2021-01-28 15:32:57'),
(112532,41674,'action complete via WP Cron','2021-01-28 20:32:57','2021-01-28 15:32:57'),
(112533,41675,'action created','2021-01-28 20:32:57','2021-01-28 15:32:57'),
(112534,41675,'action started via WP Cron','2021-01-28 20:33:18','2021-01-28 15:33:18'),
(112535,41675,'action complete via WP Cron','2021-01-28 20:33:18','2021-01-28 15:33:18'),
(112536,41676,'action created','2021-01-28 20:33:18','2021-01-28 15:33:18'),
(112537,41676,'action started via WP Cron','2021-01-28 20:34:24','2021-01-28 15:34:24'),
(112538,41676,'action complete via WP Cron','2021-01-28 20:34:24','2021-01-28 15:34:24'),
(112539,41677,'action created','2021-01-28 20:34:24','2021-01-28 15:34:24'),
(112540,41677,'action started via WP Cron','2021-01-28 20:36:47','2021-01-28 15:36:47'),
(112541,41677,'action complete via WP Cron','2021-01-28 20:36:47','2021-01-28 15:36:47'),
(112542,41678,'action created','2021-01-28 20:36:47','2021-01-28 15:36:47'),
(112543,41678,'action started via WP Cron','2021-01-28 20:37:31','2021-01-28 15:37:31'),
(112544,41678,'action complete via WP Cron','2021-01-28 20:37:31','2021-01-28 15:37:31'),
(112545,41679,'action created','2021-01-28 20:37:31','2021-01-28 15:37:31'),
(112546,41679,'action started via WP Cron','2021-01-28 20:38:55','2021-01-28 15:38:55'),
(112547,41679,'action complete via WP Cron','2021-01-28 20:38:55','2021-01-28 15:38:55'),
(112548,41680,'action created','2021-01-28 20:38:55','2021-01-28 15:38:55'),
(112549,41680,'action started via WP Cron','2021-01-28 20:39:17','2021-01-28 15:39:17'),
(112550,41680,'action complete via WP Cron','2021-01-28 20:39:17','2021-01-28 15:39:17'),
(112551,41681,'action created','2021-01-28 20:39:17','2021-01-28 15:39:17'),
(112552,41681,'action started via WP Cron','2021-01-28 20:40:13','2021-01-28 15:40:13'),
(112553,41681,'action complete via WP Cron','2021-01-28 20:40:13','2021-01-28 15:40:13'),
(112554,41682,'action created','2021-01-28 20:40:13','2021-01-28 15:40:13'),
(112555,41682,'action started via WP Cron','2021-01-28 20:41:35','2021-01-28 15:41:35'),
(112556,41682,'action complete via WP Cron','2021-01-28 20:41:36','2021-01-28 15:41:36'),
(112557,41683,'action created','2021-01-28 20:41:36','2021-01-28 15:41:36'),
(112558,41683,'action started via WP Cron','2021-01-28 20:45:30','2021-01-28 15:45:30'),
(112559,41683,'action complete via WP Cron','2021-01-28 20:45:30','2021-01-28 15:45:30'),
(112560,41684,'action created','2021-01-28 20:45:30','2021-01-28 15:45:30'),
(112561,41684,'action started via WP Cron','2021-01-28 20:46:24','2021-01-28 15:46:24'),
(112562,41684,'action complete via WP Cron','2021-01-28 20:46:24','2021-01-28 15:46:24'),
(112563,41685,'action created','2021-01-28 20:46:24','2021-01-28 15:46:24'),
(112564,41685,'action started via WP Cron','2021-01-28 20:47:15','2021-01-28 15:47:15'),
(112565,41685,'action complete via WP Cron','2021-01-28 20:47:15','2021-01-28 15:47:15'),
(112566,41686,'action created','2021-01-28 20:47:15','2021-01-28 15:47:15'),
(112567,41686,'action started via WP Cron','2021-01-28 20:48:15','2021-01-28 15:48:15'),
(112568,41686,'action complete via WP Cron','2021-01-28 20:48:15','2021-01-28 15:48:15'),
(112569,41687,'action created','2021-01-28 20:48:15','2021-01-28 15:48:15'),
(112570,41687,'action started via WP Cron','2021-01-28 20:49:27','2021-01-28 15:49:27'),
(112571,41687,'action complete via WP Cron','2021-01-28 20:49:27','2021-01-28 15:49:27'),
(112572,41688,'action created','2021-01-28 20:49:27','2021-01-28 15:49:27'),
(112573,41688,'action started via WP Cron','2021-01-28 20:50:17','2021-01-28 15:50:17'),
(112574,41688,'action complete via WP Cron','2021-01-28 20:50:17','2021-01-28 15:50:17'),
(112575,41689,'action created','2021-01-28 20:50:17','2021-01-28 15:50:17'),
(112576,41689,'action started via WP Cron','2021-01-28 20:52:10','2021-01-28 15:52:10'),
(112577,41689,'action complete via WP Cron','2021-01-28 20:52:10','2021-01-28 15:52:10'),
(112578,41690,'action created','2021-01-28 20:52:11','2021-01-28 15:52:11'),
(112579,41690,'action started via WP Cron','2021-01-28 20:53:21','2021-01-28 15:53:21'),
(112580,41690,'action complete via WP Cron','2021-01-28 20:53:21','2021-01-28 15:53:21'),
(112581,41691,'action created','2021-01-28 20:53:21','2021-01-28 15:53:21'),
(112582,41691,'action started via WP Cron','2021-01-28 20:54:16','2021-01-28 15:54:16'),
(112583,41691,'action complete via WP Cron','2021-01-28 20:54:16','2021-01-28 15:54:16'),
(112584,41692,'action created','2021-01-28 20:54:16','2021-01-28 15:54:16'),
(112585,41692,'action started via WP Cron','2021-01-28 20:55:26','2021-01-28 15:55:26'),
(112586,41692,'action complete via WP Cron','2021-01-28 20:55:26','2021-01-28 15:55:26'),
(112587,41693,'action created','2021-01-28 20:55:26','2021-01-28 15:55:26'),
(112588,41693,'action started via WP Cron','2021-01-28 20:57:16','2021-01-28 15:57:16'),
(112589,41693,'action complete via WP Cron','2021-01-28 20:57:16','2021-01-28 15:57:16'),
(112590,41694,'action created','2021-01-28 20:57:16','2021-01-28 15:57:16'),
(112591,41694,'action started via WP Cron','2021-01-28 20:58:44','2021-01-28 15:58:44'),
(112592,41694,'action complete via WP Cron','2021-01-28 20:58:44','2021-01-28 15:58:44'),
(112593,41695,'action created','2021-01-28 20:58:45','2021-01-28 15:58:45'),
(112594,41695,'action started via WP Cron','2021-01-28 21:00:06','2021-01-28 16:00:06'),
(112595,41695,'action complete via WP Cron','2021-01-28 21:00:06','2021-01-28 16:00:06'),
(112596,41696,'action created','2021-01-28 21:00:07','2021-01-28 16:00:07'),
(112597,41696,'action started via WP Cron','2021-01-28 21:01:30','2021-01-28 16:01:30'),
(112598,41696,'action complete via WP Cron','2021-01-28 21:01:30','2021-01-28 16:01:30'),
(112599,41697,'action created','2021-01-28 21:01:30','2021-01-28 16:01:30'),
(112600,41697,'action started via WP Cron','2021-01-28 21:02:25','2021-01-28 16:02:25'),
(112601,41697,'action complete via WP Cron','2021-01-28 21:02:25','2021-01-28 16:02:25'),
(112602,41698,'action created','2021-01-28 21:02:25','2021-01-28 16:02:25'),
(112603,41698,'action started via WP Cron','2021-01-28 21:04:16','2021-01-28 16:04:16'),
(112604,41698,'action complete via WP Cron','2021-01-28 21:04:16','2021-01-28 16:04:16'),
(112605,41699,'action created','2021-01-28 21:04:16','2021-01-28 16:04:16'),
(112606,41699,'action started via WP Cron','2021-01-28 21:05:15','2021-01-28 16:05:15'),
(112607,41699,'action complete via WP Cron','2021-01-28 21:05:15','2021-01-28 16:05:15'),
(112608,41700,'action created','2021-01-28 21:05:15','2021-01-28 16:05:15'),
(112609,41700,'action started via WP Cron','2021-01-28 21:06:23','2021-01-28 16:06:23'),
(112610,41700,'action complete via WP Cron','2021-01-28 21:06:23','2021-01-28 16:06:23'),
(112611,41701,'action created','2021-01-28 21:06:23','2021-01-28 16:06:23'),
(112612,41701,'action started via WP Cron','2021-01-28 21:09:57','2021-01-28 16:09:57'),
(112613,41701,'action complete via WP Cron','2021-01-28 21:09:57','2021-01-28 16:09:57'),
(112614,41702,'action created','2021-01-28 21:09:57','2021-01-28 16:09:57'),
(112615,41702,'action started via WP Cron','2021-01-28 21:10:34','2021-01-28 16:10:34'),
(112616,41702,'action complete via WP Cron','2021-01-28 21:10:34','2021-01-28 16:10:34'),
(112617,41703,'action created','2021-01-28 21:10:34','2021-01-28 16:10:34'),
(112618,41703,'action started via WP Cron','2021-01-28 21:11:50','2021-01-28 16:11:50'),
(112619,41703,'action complete via WP Cron','2021-01-28 21:11:50','2021-01-28 16:11:50'),
(112620,41704,'action created','2021-01-28 21:11:50','2021-01-28 16:11:50'),
(112621,41704,'action started via WP Cron','2021-01-28 21:13:00','2021-01-28 16:13:00'),
(112622,41704,'action complete via WP Cron','2021-01-28 21:13:00','2021-01-28 16:13:00'),
(112623,41705,'action created','2021-01-28 21:13:00','2021-01-28 16:13:00'),
(112624,41705,'action started via WP Cron','2021-01-28 21:14:28','2021-01-28 16:14:28'),
(112625,41705,'action complete via WP Cron','2021-01-28 21:14:28','2021-01-28 16:14:28'),
(112626,41706,'action created','2021-01-28 21:14:28','2021-01-28 16:14:28'),
(112627,41706,'action started via WP Cron','2021-01-28 21:17:59','2021-01-28 16:17:59'),
(112628,41706,'action complete via WP Cron','2021-01-28 21:17:59','2021-01-28 16:17:59'),
(112629,41707,'action created','2021-01-28 21:17:59','2021-01-28 16:17:59'),
(112630,41707,'action started via WP Cron','2021-01-28 21:20:09','2021-01-28 16:20:09'),
(112631,41707,'action complete via WP Cron','2021-01-28 21:20:09','2021-01-28 16:20:09'),
(112632,41708,'action created','2021-01-28 21:20:09','2021-01-28 16:20:09'),
(112633,41708,'action started via WP Cron','2021-01-28 21:21:30','2021-01-28 16:21:30'),
(112634,41708,'action complete via WP Cron','2021-01-28 21:21:30','2021-01-28 16:21:30'),
(112635,41709,'action created','2021-01-28 21:21:30','2021-01-28 16:21:30'),
(112636,41709,'action started via WP Cron','2021-01-28 21:26:06','2021-01-28 16:26:06'),
(112637,41709,'action complete via WP Cron','2021-01-28 21:26:06','2021-01-28 16:26:06'),
(112638,41710,'action created','2021-01-28 21:26:06','2021-01-28 16:26:06'),
(112639,41710,'action started via WP Cron','2021-01-28 21:27:51','2021-01-28 16:27:51'),
(112640,41710,'action complete via WP Cron','2021-01-28 21:27:51','2021-01-28 16:27:51'),
(112641,41711,'action created','2021-01-28 21:27:51','2021-01-28 16:27:51'),
(112642,41711,'action started via WP Cron','2021-01-28 21:30:54','2021-01-28 16:30:54'),
(112643,41711,'action complete via WP Cron','2021-01-28 21:30:54','2021-01-28 16:30:54'),
(112644,41712,'action created','2021-01-28 21:30:54','2021-01-28 16:30:54'),
(112645,41712,'action started via WP Cron','2021-01-28 21:31:12','2021-01-28 16:31:12'),
(112646,41712,'action complete via WP Cron','2021-01-28 21:31:12','2021-01-28 16:31:12'),
(112647,41713,'action created','2021-01-28 21:31:12','2021-01-28 16:31:12'),
(112648,41713,'action started via WP Cron','2021-01-28 21:32:49','2021-01-28 16:32:49'),
(112649,41713,'action complete via WP Cron','2021-01-28 21:32:49','2021-01-28 16:32:49'),
(112650,41714,'action created','2021-01-28 21:32:49','2021-01-28 16:32:49'),
(112651,41714,'action started via WP Cron','2021-01-28 21:34:26','2021-01-28 16:34:26'),
(112652,41714,'action complete via WP Cron','2021-01-28 21:34:26','2021-01-28 16:34:26'),
(112653,41715,'action created','2021-01-28 21:34:26','2021-01-28 16:34:26'),
(112654,41715,'action started via WP Cron','2021-01-28 21:35:43','2021-01-28 16:35:43'),
(112655,41715,'action complete via WP Cron','2021-01-28 21:35:43','2021-01-28 16:35:43'),
(112656,41716,'action created','2021-01-28 21:35:43','2021-01-28 16:35:43'),
(112657,41716,'action started via WP Cron','2021-01-28 21:38:22','2021-01-28 16:38:22'),
(112658,41716,'action complete via WP Cron','2021-01-28 21:38:22','2021-01-28 16:38:22'),
(112659,41717,'action created','2021-01-28 21:38:22','2021-01-28 16:38:22'),
(112660,41717,'action started via WP Cron','2021-01-28 21:40:40','2021-01-28 16:40:40'),
(112661,41717,'action complete via WP Cron','2021-01-28 21:40:40','2021-01-28 16:40:40'),
(112662,41718,'action created','2021-01-28 21:40:40','2021-01-28 16:40:40'),
(112663,41718,'action started via WP Cron','2021-01-28 21:41:19','2021-01-28 16:41:19'),
(112664,41718,'action complete via WP Cron','2021-01-28 21:41:19','2021-01-28 16:41:19'),
(112665,41719,'action created','2021-01-28 21:41:19','2021-01-28 16:41:19'),
(112666,41719,'action started via WP Cron','2021-01-28 21:42:36','2021-01-28 16:42:36'),
(112667,41719,'action complete via WP Cron','2021-01-28 21:42:36','2021-01-28 16:42:36'),
(112668,41720,'action created','2021-01-28 21:42:36','2021-01-28 16:42:36'),
(112669,41720,'action started via WP Cron','2021-01-28 21:44:02','2021-01-28 16:44:02'),
(112670,41720,'action complete via WP Cron','2021-01-28 21:44:02','2021-01-28 16:44:02'),
(112671,41721,'action created','2021-01-28 21:44:03','2021-01-28 16:44:03'),
(112672,41721,'action started via WP Cron','2021-01-28 21:45:11','2021-01-28 16:45:11'),
(112673,41721,'action complete via WP Cron','2021-01-28 21:45:11','2021-01-28 16:45:11'),
(112674,41722,'action created','2021-01-28 21:45:11','2021-01-28 16:45:11'),
(112675,41722,'action started via WP Cron','2021-01-28 21:46:40','2021-01-28 16:46:40'),
(112676,41722,'action complete via WP Cron','2021-01-28 21:46:40','2021-01-28 16:46:40'),
(112677,41723,'action created','2021-01-28 21:46:40','2021-01-28 16:46:40'),
(112678,41723,'action started via WP Cron','2021-01-28 21:47:17','2021-01-28 16:47:17'),
(112679,41723,'action complete via WP Cron','2021-01-28 21:47:17','2021-01-28 16:47:17'),
(112680,41724,'action created','2021-01-28 21:47:17','2021-01-28 16:47:17'),
(112681,41724,'action started via WP Cron','2021-01-28 21:48:23','2021-01-28 16:48:23'),
(112682,41724,'action complete via WP Cron','2021-01-28 21:48:23','2021-01-28 16:48:23'),
(112683,41725,'action created','2021-01-28 21:48:23','2021-01-28 16:48:23'),
(112684,41725,'action started via WP Cron','2021-01-28 21:49:27','2021-01-28 16:49:27'),
(112685,41725,'action complete via WP Cron','2021-01-28 21:49:27','2021-01-28 16:49:27'),
(112686,41726,'action created','2021-01-28 21:49:27','2021-01-28 16:49:27'),
(112687,41726,'action started via WP Cron','2021-01-28 21:51:04','2021-01-28 16:51:04'),
(112688,41726,'action complete via WP Cron','2021-01-28 21:51:04','2021-01-28 16:51:04'),
(112689,41727,'action created','2021-01-28 21:51:04','2021-01-28 16:51:04'),
(112690,41727,'action started via WP Cron','2021-01-28 21:51:40','2021-01-28 16:51:40'),
(112691,41727,'action complete via WP Cron','2021-01-28 21:51:40','2021-01-28 16:51:40'),
(112692,41728,'action created','2021-01-28 21:51:40','2021-01-28 16:51:40'),
(112693,41728,'action started via WP Cron','2021-01-28 21:54:13','2021-01-28 16:54:13'),
(112694,41728,'action complete via WP Cron','2021-01-28 21:54:13','2021-01-28 16:54:13'),
(112695,41729,'action created','2021-01-28 21:54:13','2021-01-28 16:54:13'),
(112696,41729,'action started via WP Cron','2021-01-28 21:56:06','2021-01-28 16:56:06'),
(112697,41729,'action complete via WP Cron','2021-01-28 21:56:06','2021-01-28 16:56:06'),
(112698,41730,'action created','2021-01-28 21:56:06','2021-01-28 16:56:06'),
(112699,41730,'action started via WP Cron','2021-01-28 21:57:09','2021-01-28 16:57:09'),
(112700,41730,'action complete via WP Cron','2021-01-28 21:57:09','2021-01-28 16:57:09'),
(112701,41731,'action created','2021-01-28 21:57:09','2021-01-28 16:57:09'),
(112702,41731,'action started via WP Cron','2021-01-28 21:58:11','2021-01-28 16:58:11'),
(112703,41731,'action complete via WP Cron','2021-01-28 21:58:11','2021-01-28 16:58:11'),
(112704,41732,'action created','2021-01-28 21:58:11','2021-01-28 16:58:11'),
(112705,41732,'action started via WP Cron','2021-01-28 22:00:28','2021-01-28 17:00:28'),
(112706,41732,'action complete via WP Cron','2021-01-28 22:00:28','2021-01-28 17:00:28'),
(112707,41733,'action created','2021-01-28 22:00:28','2021-01-28 17:00:28'),
(112708,41733,'action started via WP Cron','2021-01-28 22:02:44','2021-01-28 17:02:44'),
(112709,41733,'action complete via WP Cron','2021-01-28 22:02:44','2021-01-28 17:02:44'),
(112710,41734,'action created','2021-01-28 22:02:44','2021-01-28 17:02:44'),
(112711,41734,'action started via WP Cron','2021-01-28 22:03:35','2021-01-28 17:03:35'),
(112712,41734,'action complete via WP Cron','2021-01-28 22:03:35','2021-01-28 17:03:35'),
(112713,41735,'action created','2021-01-28 22:03:35','2021-01-28 17:03:35'),
(112714,41735,'action started via WP Cron','2021-01-28 22:04:51','2021-01-28 17:04:51'),
(112715,41735,'action complete via WP Cron','2021-01-28 22:04:51','2021-01-28 17:04:51'),
(112716,41736,'action created','2021-01-28 22:04:51','2021-01-28 17:04:51'),
(112717,41736,'action started via WP Cron','2021-01-28 22:05:13','2021-01-28 17:05:13'),
(112718,41736,'action complete via WP Cron','2021-01-28 22:05:13','2021-01-28 17:05:13'),
(112719,41737,'action created','2021-01-28 22:05:13','2021-01-28 17:05:13'),
(112720,41737,'action started via WP Cron','2021-01-28 22:09:03','2021-01-28 17:09:03'),
(112721,41737,'action complete via WP Cron','2021-01-28 22:09:03','2021-01-28 17:09:03'),
(112722,41738,'action created','2021-01-28 22:09:03','2021-01-28 17:09:03'),
(112723,41738,'action started via WP Cron','2021-01-28 22:09:40','2021-01-28 17:09:40'),
(112724,41738,'action complete via WP Cron','2021-01-28 22:09:40','2021-01-28 17:09:40'),
(112725,41739,'action created','2021-01-28 22:09:40','2021-01-28 17:09:40'),
(112726,41739,'action started via WP Cron','2021-01-28 22:13:09','2021-01-28 17:13:09'),
(112727,41739,'action complete via WP Cron','2021-01-28 22:13:09','2021-01-28 17:13:09'),
(112728,41740,'action created','2021-01-28 22:13:09','2021-01-28 17:13:09'),
(112729,41740,'action started via WP Cron','2021-01-28 22:13:35','2021-01-28 17:13:35'),
(112730,41740,'action complete via WP Cron','2021-01-28 22:13:35','2021-01-28 17:13:35'),
(112731,41741,'action created','2021-01-28 22:13:35','2021-01-28 17:13:35'),
(112732,41741,'action started via WP Cron','2021-01-28 22:14:34','2021-01-28 17:14:34'),
(112733,41741,'action complete via WP Cron','2021-01-28 22:14:34','2021-01-28 17:14:34'),
(112734,41742,'action created','2021-01-28 22:14:34','2021-01-28 17:14:34'),
(112735,41742,'action started via WP Cron','2021-01-28 22:17:17','2021-01-28 17:17:17'),
(112736,41742,'action complete via WP Cron','2021-01-28 22:17:17','2021-01-28 17:17:17'),
(112737,41743,'action created','2021-01-28 22:17:17','2021-01-28 17:17:17'),
(112738,41743,'action started via WP Cron','2021-01-28 22:20:06','2021-01-28 17:20:06'),
(112739,41743,'action complete via WP Cron','2021-01-28 22:20:06','2021-01-28 17:20:06'),
(112740,41744,'action created','2021-01-28 22:20:06','2021-01-28 17:20:06'),
(112741,41744,'action started via WP Cron','2021-01-28 22:20:49','2021-01-28 17:20:49'),
(112742,41744,'action complete via WP Cron','2021-01-28 22:20:49','2021-01-28 17:20:49'),
(112743,41745,'action created','2021-01-28 22:20:50','2021-01-28 17:20:50'),
(112744,41745,'action started via WP Cron','2021-01-28 22:22:35','2021-01-28 17:22:35'),
(112745,41745,'action complete via WP Cron','2021-01-28 22:22:35','2021-01-28 17:22:35'),
(112746,41746,'action created','2021-01-28 22:22:35','2021-01-28 17:22:35'),
(112747,41746,'action started via WP Cron','2021-01-28 22:24:12','2021-01-28 17:24:12'),
(112748,41746,'action complete via WP Cron','2021-01-28 22:24:12','2021-01-28 17:24:12'),
(112749,41747,'action created','2021-01-28 22:24:12','2021-01-28 17:24:12'),
(112750,41747,'action started via WP Cron','2021-01-28 22:25:12','2021-01-28 17:25:12'),
(112751,41747,'action complete via WP Cron','2021-01-28 22:25:12','2021-01-28 17:25:12'),
(112752,41748,'action created','2021-01-28 22:25:12','2021-01-28 17:25:12'),
(112753,41748,'action started via WP Cron','2021-01-28 22:29:12','2021-01-28 17:29:12'),
(112754,41748,'action complete via WP Cron','2021-01-28 22:29:12','2021-01-28 17:29:12'),
(112755,41749,'action created','2021-01-28 22:29:12','2021-01-28 17:29:12'),
(112756,41749,'action started via WP Cron','2021-01-28 22:30:22','2021-01-28 17:30:22'),
(112757,41749,'action complete via WP Cron','2021-01-28 22:30:22','2021-01-28 17:30:22'),
(112758,41750,'action created','2021-01-28 22:30:22','2021-01-28 17:30:22'),
(112759,41750,'action started via WP Cron','2021-01-28 22:31:44','2021-01-28 17:31:44'),
(112760,41750,'action complete via WP Cron','2021-01-28 22:31:44','2021-01-28 17:31:44'),
(112761,41751,'action created','2021-01-28 22:31:45','2021-01-28 17:31:45'),
(112762,41751,'action started via WP Cron','2021-01-28 22:32:24','2021-01-28 17:32:24'),
(112763,41751,'action complete via WP Cron','2021-01-28 22:32:24','2021-01-28 17:32:24'),
(112764,41752,'action created','2021-01-28 22:32:24','2021-01-28 17:32:24'),
(112765,41752,'action started via WP Cron','2021-01-28 22:33:29','2021-01-28 17:33:29'),
(112766,41752,'action complete via WP Cron','2021-01-28 22:33:29','2021-01-28 17:33:29'),
(112767,41753,'action created','2021-01-28 22:33:29','2021-01-28 17:33:29'),
(112768,41753,'action started via WP Cron','2021-01-28 22:36:29','2021-01-28 17:36:29'),
(112769,41753,'action complete via WP Cron','2021-01-28 22:36:29','2021-01-28 17:36:29'),
(112770,41754,'action created','2021-01-28 22:36:29','2021-01-28 17:36:29'),
(112771,41754,'action started via WP Cron','2021-01-28 22:37:18','2021-01-28 17:37:18'),
(112772,41754,'action complete via WP Cron','2021-01-28 22:37:18','2021-01-28 17:37:18'),
(112773,41755,'action created','2021-01-28 22:37:18','2021-01-28 17:37:18'),
(112774,41755,'action started via WP Cron','2021-01-28 22:41:09','2021-01-28 17:41:09'),
(112775,41755,'action complete via WP Cron','2021-01-28 22:41:09','2021-01-28 17:41:09'),
(112776,41756,'action created','2021-01-28 22:41:09','2021-01-28 17:41:09'),
(112777,41756,'action started via WP Cron','2021-01-28 22:41:32','2021-01-28 17:41:32'),
(112778,41756,'action complete via WP Cron','2021-01-28 22:41:32','2021-01-28 17:41:32'),
(112779,41757,'action created','2021-01-28 22:41:32','2021-01-28 17:41:32'),
(112780,41757,'action started via WP Cron','2021-01-28 22:43:32','2021-01-28 17:43:32'),
(112781,41757,'action complete via WP Cron','2021-01-28 22:43:32','2021-01-28 17:43:32'),
(112782,41758,'action created','2021-01-28 22:43:32','2021-01-28 17:43:32'),
(112783,41758,'action started via WP Cron','2021-01-28 22:44:41','2021-01-28 17:44:41'),
(112784,41758,'action complete via WP Cron','2021-01-28 22:44:41','2021-01-28 17:44:41'),
(112785,41759,'action created','2021-01-28 22:44:41','2021-01-28 17:44:41'),
(112786,41759,'action started via WP Cron','2021-01-28 22:45:32','2021-01-28 17:45:32'),
(112787,41759,'action complete via WP Cron','2021-01-28 22:45:32','2021-01-28 17:45:32'),
(112788,41760,'action created','2021-01-28 22:45:33','2021-01-28 17:45:33'),
(112789,41760,'action started via WP Cron','2021-01-28 22:46:28','2021-01-28 17:46:28'),
(112790,41760,'action complete via WP Cron','2021-01-28 22:46:28','2021-01-28 17:46:28'),
(112791,41761,'action created','2021-01-28 22:46:28','2021-01-28 17:46:28'),
(112792,41761,'action started via WP Cron','2021-01-28 22:48:49','2021-01-28 17:48:49'),
(112793,41761,'action complete via WP Cron','2021-01-28 22:48:49','2021-01-28 17:48:49'),
(112794,41762,'action created','2021-01-28 22:48:49','2021-01-28 17:48:49'),
(112795,41762,'action started via WP Cron','2021-01-28 22:50:51','2021-01-28 17:50:51'),
(112796,41762,'action complete via WP Cron','2021-01-28 22:50:51','2021-01-28 17:50:51'),
(112797,41763,'action created','2021-01-28 22:50:51','2021-01-28 17:50:51'),
(112798,41763,'action started via WP Cron','2021-01-28 22:51:30','2021-01-28 17:51:30'),
(112799,41763,'action complete via WP Cron','2021-01-28 22:51:30','2021-01-28 17:51:30'),
(112800,41764,'action created','2021-01-28 22:51:30','2021-01-28 17:51:30'),
(112801,41764,'action started via WP Cron','2021-01-28 22:54:30','2021-01-28 17:54:30'),
(112802,41764,'action complete via WP Cron','2021-01-28 22:54:30','2021-01-28 17:54:30'),
(112803,41765,'action created','2021-01-28 22:54:30','2021-01-28 17:54:30'),
(112804,41765,'action started via WP Cron','2021-01-28 22:56:46','2021-01-28 17:56:46'),
(112805,41765,'action complete via WP Cron','2021-01-28 22:56:46','2021-01-28 17:56:46'),
(112806,41766,'action created','2021-01-28 22:56:46','2021-01-28 17:56:46'),
(112807,41766,'action started via WP Cron','2021-01-28 22:58:42','2021-01-28 17:58:42'),
(112808,41766,'action complete via WP Cron','2021-01-28 22:58:42','2021-01-28 17:58:42'),
(112809,41767,'action created','2021-01-28 22:58:42','2021-01-28 17:58:42'),
(112810,41767,'action started via WP Cron','2021-01-28 22:59:46','2021-01-28 17:59:46'),
(112811,41767,'action complete via WP Cron','2021-01-28 22:59:46','2021-01-28 17:59:46'),
(112812,41768,'action created','2021-01-28 22:59:46','2021-01-28 17:59:46'),
(112813,41768,'action started via WP Cron','2021-01-28 23:00:28','2021-01-28 18:00:28'),
(112814,41768,'action complete via WP Cron','2021-01-28 23:00:28','2021-01-28 18:00:28'),
(112815,41769,'action created','2021-01-28 23:00:28','2021-01-28 18:00:28'),
(112816,41769,'action started via WP Cron','2021-01-28 23:02:16','2021-01-28 18:02:16'),
(112817,41769,'action complete via WP Cron','2021-01-28 23:02:16','2021-01-28 18:02:16'),
(112818,41770,'action created','2021-01-28 23:02:16','2021-01-28 18:02:16'),
(112819,41770,'action started via WP Cron','2021-01-28 23:03:40','2021-01-28 18:03:40'),
(112820,41770,'action complete via WP Cron','2021-01-28 23:03:40','2021-01-28 18:03:40'),
(112821,41771,'action created','2021-01-28 23:03:40','2021-01-28 18:03:40'),
(112822,41771,'action started via WP Cron','2021-01-28 23:06:03','2021-01-28 18:06:03'),
(112823,41771,'action complete via WP Cron','2021-01-28 23:06:03','2021-01-28 18:06:03'),
(112824,41772,'action created','2021-01-28 23:06:03','2021-01-28 18:06:03'),
(112825,41772,'action started via WP Cron','2021-01-28 23:06:16','2021-01-28 18:06:16'),
(112826,41772,'action complete via WP Cron','2021-01-28 23:06:16','2021-01-28 18:06:16'),
(112827,41773,'action created','2021-01-28 23:06:16','2021-01-28 18:06:16'),
(112828,41773,'action started via WP Cron','2021-01-28 23:09:11','2021-01-28 18:09:11'),
(112829,41773,'action complete via WP Cron','2021-01-28 23:09:11','2021-01-28 18:09:11'),
(112830,41774,'action created','2021-01-28 23:09:11','2021-01-28 18:09:11'),
(112831,41774,'action started via WP Cron','2021-01-28 23:13:47','2021-01-28 18:13:47'),
(112832,41774,'action complete via WP Cron','2021-01-28 23:13:47','2021-01-28 18:13:47'),
(112833,41775,'action created','2021-01-28 23:13:47','2021-01-28 18:13:47'),
(112834,41775,'action started via WP Cron','2021-01-28 23:18:22','2021-01-28 18:18:22'),
(112835,41775,'action complete via WP Cron','2021-01-28 23:18:22','2021-01-28 18:18:22'),
(112836,41776,'action created','2021-01-28 23:18:22','2021-01-28 18:18:22'),
(112837,41776,'action started via WP Cron','2021-01-28 23:19:51','2021-01-28 18:19:51'),
(112838,41776,'action complete via WP Cron','2021-01-28 23:19:51','2021-01-28 18:19:51'),
(112839,41777,'action created','2021-01-28 23:19:51','2021-01-28 18:19:51'),
(112840,41777,'action started via WP Cron','2021-01-28 23:20:59','2021-01-28 18:20:59'),
(112841,41777,'action complete via WP Cron','2021-01-28 23:20:59','2021-01-28 18:20:59'),
(112842,41778,'action created','2021-01-28 23:20:59','2021-01-28 18:20:59'),
(112843,41778,'action started via WP Cron','2021-01-28 23:21:11','2021-01-28 18:21:11'),
(112844,41778,'action complete via WP Cron','2021-01-28 23:21:11','2021-01-28 18:21:11'),
(112845,41779,'action created','2021-01-28 23:21:11','2021-01-28 18:21:11'),
(112846,41779,'action started via WP Cron','2021-01-28 23:22:49','2021-01-28 18:22:49'),
(112847,41779,'action complete via WP Cron','2021-01-28 23:22:49','2021-01-28 18:22:49'),
(112848,41780,'action created','2021-01-28 23:22:49','2021-01-28 18:22:49'),
(112849,41780,'action started via WP Cron','2021-01-28 23:23:25','2021-01-28 18:23:25'),
(112850,41780,'action complete via WP Cron','2021-01-28 23:23:25','2021-01-28 18:23:25'),
(112851,41781,'action created','2021-01-28 23:23:25','2021-01-28 18:23:25'),
(112852,41781,'action started via WP Cron','2021-01-28 23:25:04','2021-01-28 18:25:04'),
(112853,41781,'action complete via WP Cron','2021-01-28 23:25:04','2021-01-28 18:25:04'),
(112854,41782,'action created','2021-01-28 23:25:04','2021-01-28 18:25:04'),
(112855,41782,'action started via WP Cron','2021-01-28 23:25:28','2021-01-28 18:25:28'),
(112856,41782,'action complete via WP Cron','2021-01-28 23:25:28','2021-01-28 18:25:28'),
(112857,41783,'action created','2021-01-28 23:25:28','2021-01-28 18:25:28'),
(112858,41783,'action started via WP Cron','2021-01-28 23:27:29','2021-01-28 18:27:29'),
(112859,41783,'action complete via WP Cron','2021-01-28 23:27:29','2021-01-28 18:27:29'),
(112860,41784,'action created','2021-01-28 23:27:29','2021-01-28 18:27:29'),
(112861,41784,'action started via WP Cron','2021-01-28 23:30:17','2021-01-28 18:30:17'),
(112862,41784,'action complete via WP Cron','2021-01-28 23:30:17','2021-01-28 18:30:17'),
(112863,41785,'action created','2021-01-28 23:30:18','2021-01-28 18:30:18'),
(112864,41785,'action started via WP Cron','2021-01-28 23:31:12','2021-01-28 18:31:12'),
(112865,41785,'action complete via WP Cron','2021-01-28 23:31:12','2021-01-28 18:31:12'),
(112866,41786,'action created','2021-01-28 23:31:12','2021-01-28 18:31:12'),
(112867,41786,'action started via WP Cron','2021-01-28 23:33:40','2021-01-28 18:33:40'),
(112868,41786,'action complete via WP Cron','2021-01-28 23:33:40','2021-01-28 18:33:40'),
(112869,41787,'action created','2021-01-28 23:33:40','2021-01-28 18:33:40'),
(112870,41787,'action started via WP Cron','2021-01-28 23:34:29','2021-01-28 18:34:29'),
(112871,41787,'action complete via WP Cron','2021-01-28 23:34:29','2021-01-28 18:34:29'),
(112872,41788,'action created','2021-01-28 23:34:29','2021-01-28 18:34:29'),
(112873,41788,'action started via WP Cron','2021-01-28 23:35:47','2021-01-28 18:35:47'),
(112874,41788,'action complete via WP Cron','2021-01-28 23:35:47','2021-01-28 18:35:47'),
(112875,41789,'action created','2021-01-28 23:35:47','2021-01-28 18:35:47'),
(112876,41789,'action started via WP Cron','2021-01-28 23:38:21','2021-01-28 18:38:21'),
(112877,41789,'action complete via WP Cron','2021-01-28 23:38:21','2021-01-28 18:38:21'),
(112878,41790,'action created','2021-01-28 23:38:21','2021-01-28 18:38:21'),
(112879,41790,'action started via WP Cron','2021-01-28 23:41:45','2021-01-28 18:41:45'),
(112880,41790,'action complete via WP Cron','2021-01-28 23:41:45','2021-01-28 18:41:45'),
(112881,41791,'action created','2021-01-28 23:41:45','2021-01-28 18:41:45'),
(112882,41791,'action started via WP Cron','2021-01-28 23:42:28','2021-01-28 18:42:28'),
(112883,41791,'action complete via WP Cron','2021-01-28 23:42:28','2021-01-28 18:42:28'),
(112884,41792,'action created','2021-01-28 23:42:28','2021-01-28 18:42:28'),
(112885,41792,'action started via WP Cron','2021-01-28 23:44:08','2021-01-28 18:44:08'),
(112886,41792,'action complete via WP Cron','2021-01-28 23:44:08','2021-01-28 18:44:08'),
(112887,41793,'action created','2021-01-28 23:44:08','2021-01-28 18:44:08'),
(112888,41793,'action started via WP Cron','2021-01-28 23:44:35','2021-01-28 18:44:35'),
(112889,41793,'action complete via WP Cron','2021-01-28 23:44:35','2021-01-28 18:44:35'),
(112890,41794,'action created','2021-01-28 23:44:35','2021-01-28 18:44:35'),
(112891,41794,'action started via WP Cron','2021-01-28 23:45:15','2021-01-28 18:45:15'),
(112892,41794,'action complete via WP Cron','2021-01-28 23:45:15','2021-01-28 18:45:15'),
(112893,41795,'action created','2021-01-28 23:45:16','2021-01-28 18:45:16'),
(112894,41795,'action started via WP Cron','2021-01-28 23:46:24','2021-01-28 18:46:24'),
(112895,41795,'action complete via WP Cron','2021-01-28 23:46:24','2021-01-28 18:46:24'),
(112896,41796,'action created','2021-01-28 23:46:24','2021-01-28 18:46:24'),
(112897,41796,'action started via WP Cron','2021-01-28 23:47:34','2021-01-28 18:47:34'),
(112898,41796,'action complete via WP Cron','2021-01-28 23:47:34','2021-01-28 18:47:34'),
(112899,41797,'action created','2021-01-28 23:47:34','2021-01-28 18:47:34'),
(112900,41797,'action started via WP Cron','2021-01-28 23:48:54','2021-01-28 18:48:54'),
(112901,41797,'action complete via WP Cron','2021-01-28 23:48:54','2021-01-28 18:48:54'),
(112902,41798,'action created','2021-01-28 23:48:54','2021-01-28 18:48:54'),
(112903,41798,'action started via WP Cron','2021-01-28 23:49:13','2021-01-28 18:49:13'),
(112904,41798,'action complete via WP Cron','2021-01-28 23:49:13','2021-01-28 18:49:13'),
(112905,41799,'action created','2021-01-28 23:49:13','2021-01-28 18:49:13'),
(112906,41799,'action started via WP Cron','2021-01-28 23:50:46','2021-01-28 18:50:46'),
(112907,41799,'action complete via WP Cron','2021-01-28 23:50:46','2021-01-28 18:50:46'),
(112908,41800,'action created','2021-01-28 23:50:46','2021-01-28 18:50:46'),
(112909,41800,'action started via WP Cron','2021-01-28 23:51:38','2021-01-28 18:51:38'),
(112910,41800,'action complete via WP Cron','2021-01-28 23:51:38','2021-01-28 18:51:38'),
(112911,41801,'action created','2021-01-28 23:51:38','2021-01-28 18:51:38'),
(112912,41801,'action started via WP Cron','2021-01-28 23:53:30','2021-01-28 18:53:30'),
(112913,41801,'action complete via WP Cron','2021-01-28 23:53:30','2021-01-28 18:53:30'),
(112914,41802,'action created','2021-01-28 23:53:30','2021-01-28 18:53:30'),
(112915,41802,'action started via WP Cron','2021-01-28 23:54:18','2021-01-28 18:54:18'),
(112916,41802,'action complete via WP Cron','2021-01-28 23:54:18','2021-01-28 18:54:18'),
(112917,41803,'action created','2021-01-28 23:54:18','2021-01-28 18:54:18'),
(112918,41803,'action started via WP Cron','2021-01-28 23:55:31','2021-01-28 18:55:31'),
(112919,41803,'action complete via WP Cron','2021-01-28 23:55:32','2021-01-28 18:55:32'),
(112920,41804,'action created','2021-01-28 23:55:32','2021-01-28 18:55:32'),
(112921,41804,'action started via WP Cron','2021-01-28 23:57:41','2021-01-28 18:57:41'),
(112922,41804,'action complete via WP Cron','2021-01-28 23:57:41','2021-01-28 18:57:41'),
(112923,41805,'action created','2021-01-28 23:57:41','2021-01-28 18:57:41'),
(112924,41805,'action started via WP Cron','2021-01-28 23:58:41','2021-01-28 18:58:41'),
(112925,41805,'action complete via WP Cron','2021-01-28 23:58:41','2021-01-28 18:58:41'),
(112926,41806,'action created','2021-01-28 23:58:41','2021-01-28 18:58:41'),
(112927,41806,'action started via WP Cron','2021-01-28 23:59:56','2021-01-28 18:59:56'),
(112928,41806,'action complete via WP Cron','2021-01-28 23:59:56','2021-01-28 18:59:56'),
(112929,41807,'action created','2021-01-28 23:59:56','2021-01-28 18:59:56'),
(112930,41807,'action started via WP Cron','2021-01-29 00:03:05','2021-01-28 19:03:05'),
(112931,41807,'action complete via WP Cron','2021-01-29 00:03:05','2021-01-28 19:03:05'),
(112932,41808,'action created','2021-01-29 00:03:05','2021-01-28 19:03:05'),
(112933,41808,'action started via WP Cron','2021-01-29 00:04:49','2021-01-28 19:04:49'),
(112934,41808,'action complete via WP Cron','2021-01-29 00:04:49','2021-01-28 19:04:49'),
(112935,41809,'action created','2021-01-29 00:04:50','2021-01-28 19:04:50'),
(112936,41809,'action started via WP Cron','2021-01-29 00:06:29','2021-01-28 19:06:29'),
(112937,41809,'action complete via WP Cron','2021-01-29 00:06:29','2021-01-28 19:06:29'),
(112938,41810,'action created','2021-01-29 00:06:29','2021-01-28 19:06:29'),
(112939,41810,'action started via WP Cron','2021-01-29 00:07:54','2021-01-28 19:07:54'),
(112940,41810,'action complete via WP Cron','2021-01-29 00:07:54','2021-01-28 19:07:54'),
(112941,41811,'action created','2021-01-29 00:07:54','2021-01-28 19:07:54'),
(112942,41811,'action started via WP Cron','2021-01-29 00:08:36','2021-01-28 19:08:36'),
(112943,41811,'action complete via WP Cron','2021-01-29 00:08:36','2021-01-28 19:08:36'),
(112944,41812,'action created','2021-01-29 00:08:36','2021-01-28 19:08:36'),
(112945,41812,'action started via WP Cron','2021-01-29 00:09:26','2021-01-28 19:09:26'),
(112946,41812,'action complete via WP Cron','2021-01-29 00:09:26','2021-01-28 19:09:26'),
(112947,41813,'action created','2021-01-29 00:09:26','2021-01-28 19:09:26'),
(112948,41813,'action started via WP Cron','2021-01-29 00:10:14','2021-01-28 19:10:14'),
(112949,41813,'action complete via WP Cron','2021-01-29 00:10:14','2021-01-28 19:10:14'),
(112950,41814,'action created','2021-01-29 00:10:14','2021-01-28 19:10:14'),
(112951,41814,'action started via WP Cron','2021-01-29 00:11:19','2021-01-28 19:11:19'),
(112952,41814,'action complete via WP Cron','2021-01-29 00:11:19','2021-01-28 19:11:19'),
(112953,41815,'action created','2021-01-29 00:11:19','2021-01-28 19:11:19'),
(112954,41815,'action started via WP Cron','2021-01-29 00:12:12','2021-01-28 19:12:12'),
(112955,41815,'action complete via WP Cron','2021-01-29 00:12:12','2021-01-28 19:12:12'),
(112956,41816,'action created','2021-01-29 00:12:12','2021-01-28 19:12:12'),
(112957,41816,'action started via WP Cron','2021-01-29 00:15:04','2021-01-28 19:15:04'),
(112958,41816,'action complete via WP Cron','2021-01-29 00:15:04','2021-01-28 19:15:04'),
(112959,41817,'action created','2021-01-29 00:15:04','2021-01-28 19:15:04'),
(112960,41817,'action started via WP Cron','2021-01-29 00:18:29','2021-01-28 19:18:29'),
(112961,41817,'action complete via WP Cron','2021-01-29 00:18:29','2021-01-28 19:18:29'),
(112962,41818,'action created','2021-01-29 00:18:29','2021-01-28 19:18:29'),
(112963,41818,'action started via WP Cron','2021-01-29 00:19:22','2021-01-28 19:19:22'),
(112964,41818,'action complete via WP Cron','2021-01-29 00:19:22','2021-01-28 19:19:22'),
(112965,41819,'action created','2021-01-29 00:19:22','2021-01-28 19:19:22'),
(112966,41819,'action started via WP Cron','2021-01-29 00:20:42','2021-01-28 19:20:42'),
(112967,41819,'action complete via WP Cron','2021-01-29 00:20:43','2021-01-28 19:20:43'),
(112968,41820,'action created','2021-01-29 00:20:43','2021-01-28 19:20:43'),
(112969,41820,'action started via WP Cron','2021-01-29 00:21:16','2021-01-28 19:21:16'),
(112970,41820,'action complete via WP Cron','2021-01-29 00:21:16','2021-01-28 19:21:16'),
(112971,41821,'action created','2021-01-29 00:21:16','2021-01-28 19:21:16'),
(112972,41821,'action started via WP Cron','2021-01-29 00:22:16','2021-01-28 19:22:16'),
(112973,41821,'action complete via WP Cron','2021-01-29 00:22:16','2021-01-28 19:22:16'),
(112974,41822,'action created','2021-01-29 00:22:16','2021-01-28 19:22:16'),
(112975,41822,'action started via WP Cron','2021-01-29 00:24:23','2021-01-28 19:24:23'),
(112976,41822,'action complete via WP Cron','2021-01-29 00:24:23','2021-01-28 19:24:23'),
(112977,41823,'action created','2021-01-29 00:24:23','2021-01-28 19:24:23'),
(112978,41823,'action started via WP Cron','2021-01-29 00:25:46','2021-01-28 19:25:46'),
(112979,41823,'action complete via WP Cron','2021-01-29 00:25:46','2021-01-28 19:25:46'),
(112980,41824,'action created','2021-01-29 00:25:46','2021-01-28 19:25:46'),
(112981,41824,'action started via WP Cron','2021-01-29 00:27:39','2021-01-28 19:27:39'),
(112982,41824,'action complete via WP Cron','2021-01-29 00:27:39','2021-01-28 19:27:39'),
(112983,41825,'action created','2021-01-29 00:27:39','2021-01-28 19:27:39'),
(112984,41825,'action started via WP Cron','2021-01-29 00:28:25','2021-01-28 19:28:25'),
(112985,41825,'action complete via WP Cron','2021-01-29 00:28:25','2021-01-28 19:28:25'),
(112986,41826,'action created','2021-01-29 00:28:25','2021-01-28 19:28:25'),
(112987,41826,'action started via WP Cron','2021-01-29 00:29:37','2021-01-28 19:29:37'),
(112988,41826,'action complete via WP Cron','2021-01-29 00:29:37','2021-01-28 19:29:37'),
(112989,41827,'action created','2021-01-29 00:29:37','2021-01-28 19:29:37'),
(112990,41827,'action started via WP Cron','2021-01-29 00:31:05','2021-01-28 19:31:05'),
(112991,41827,'action complete via WP Cron','2021-01-29 00:31:05','2021-01-28 19:31:05'),
(112992,41828,'action created','2021-01-29 00:31:06','2021-01-28 19:31:06'),
(112993,41828,'action started via WP Cron','2021-01-29 00:32:25','2021-01-28 19:32:25'),
(112994,41828,'action complete via WP Cron','2021-01-29 00:32:25','2021-01-28 19:32:25'),
(112995,41829,'action created','2021-01-29 00:32:26','2021-01-28 19:32:26'),
(112996,41829,'action started via WP Cron','2021-01-29 00:35:19','2021-01-28 19:35:19'),
(112997,41829,'action complete via WP Cron','2021-01-29 00:35:19','2021-01-28 19:35:19'),
(112998,41830,'action created','2021-01-29 00:35:19','2021-01-28 19:35:19'),
(112999,41830,'action started via WP Cron','2021-01-29 00:36:34','2021-01-28 19:36:34'),
(113000,41830,'action complete via WP Cron','2021-01-29 00:36:34','2021-01-28 19:36:34'),
(113001,41831,'action created','2021-01-29 00:36:34','2021-01-28 19:36:34'),
(113002,41831,'action started via WP Cron','2021-01-29 00:37:18','2021-01-28 19:37:18'),
(113003,41831,'action complete via WP Cron','2021-01-29 00:37:18','2021-01-28 19:37:18'),
(113004,41832,'action created','2021-01-29 00:37:18','2021-01-28 19:37:18'),
(113005,41832,'action started via WP Cron','2021-01-29 00:39:47','2021-01-28 19:39:47'),
(113006,41832,'action complete via WP Cron','2021-01-29 00:39:47','2021-01-28 19:39:47'),
(113007,41833,'action created','2021-01-29 00:39:47','2021-01-28 19:39:47'),
(113008,41833,'action started via WP Cron','2021-01-29 00:40:27','2021-01-28 19:40:27'),
(113009,41833,'action complete via WP Cron','2021-01-29 00:40:27','2021-01-28 19:40:27'),
(113010,41834,'action created','2021-01-29 00:40:27','2021-01-28 19:40:27'),
(113011,41834,'action started via WP Cron','2021-01-29 00:41:59','2021-01-28 19:41:59'),
(113012,41834,'action complete via WP Cron','2021-01-29 00:41:59','2021-01-28 19:41:59'),
(113013,41835,'action created','2021-01-29 00:41:59','2021-01-28 19:41:59'),
(113014,41835,'action started via WP Cron','2021-01-29 00:42:43','2021-01-28 19:42:43'),
(113015,41835,'action complete via WP Cron','2021-01-29 00:42:43','2021-01-28 19:42:43'),
(113016,41836,'action created','2021-01-29 00:42:43','2021-01-28 19:42:43'),
(113017,41836,'action started via WP Cron','2021-01-29 00:43:31','2021-01-28 19:43:31'),
(113018,41836,'action complete via WP Cron','2021-01-29 00:43:31','2021-01-28 19:43:31'),
(113019,41837,'action created','2021-01-29 00:43:31','2021-01-28 19:43:31'),
(113020,41837,'action started via WP Cron','2021-01-29 00:44:27','2021-01-28 19:44:27'),
(113021,41837,'action complete via WP Cron','2021-01-29 00:44:27','2021-01-28 19:44:27'),
(113022,41838,'action created','2021-01-29 00:44:27','2021-01-28 19:44:27'),
(113023,41838,'action started via WP Cron','2021-01-29 00:45:54','2021-01-28 19:45:54'),
(113024,41838,'action complete via WP Cron','2021-01-29 00:45:54','2021-01-28 19:45:54'),
(113025,41839,'action created','2021-01-29 00:45:54','2021-01-28 19:45:54'),
(113026,41839,'action started via WP Cron','2021-01-29 00:48:28','2021-01-28 19:48:28'),
(113027,41839,'action complete via WP Cron','2021-01-29 00:48:28','2021-01-28 19:48:28'),
(113028,41840,'action created','2021-01-29 00:48:28','2021-01-28 19:48:28'),
(113029,41840,'action started via WP Cron','2021-01-29 00:49:42','2021-01-28 19:49:42'),
(113030,41840,'action complete via WP Cron','2021-01-29 00:49:42','2021-01-28 19:49:42'),
(113031,41841,'action created','2021-01-29 00:49:42','2021-01-28 19:49:42'),
(113032,41841,'action started via WP Cron','2021-01-29 00:50:49','2021-01-28 19:50:49'),
(113033,41841,'action complete via WP Cron','2021-01-29 00:50:49','2021-01-28 19:50:49'),
(113034,41842,'action created','2021-01-29 00:50:49','2021-01-28 19:50:49'),
(113035,41842,'action started via WP Cron','2021-01-29 00:52:07','2021-01-28 19:52:07'),
(113036,41842,'action complete via WP Cron','2021-01-29 00:52:07','2021-01-28 19:52:07'),
(113037,41843,'action created','2021-01-29 00:52:07','2021-01-28 19:52:07'),
(113038,41843,'action started via WP Cron','2021-01-29 00:52:18','2021-01-28 19:52:18'),
(113039,41843,'action complete via WP Cron','2021-01-29 00:52:18','2021-01-28 19:52:18'),
(113040,41844,'action created','2021-01-29 00:52:18','2021-01-28 19:52:18'),
(113041,41844,'action started via WP Cron','2021-01-29 00:54:10','2021-01-28 19:54:10'),
(113042,41844,'action complete via WP Cron','2021-01-29 00:54:10','2021-01-28 19:54:10'),
(113043,41845,'action created','2021-01-29 00:54:11','2021-01-28 19:54:11'),
(113044,41845,'action started via WP Cron','2021-01-29 00:54:23','2021-01-28 19:54:23'),
(113045,41845,'action complete via WP Cron','2021-01-29 00:54:23','2021-01-28 19:54:23'),
(113046,41846,'action created','2021-01-29 00:54:23','2021-01-28 19:54:23'),
(113047,41846,'action started via WP Cron','2021-01-29 00:56:02','2021-01-28 19:56:02'),
(113048,41846,'action complete via WP Cron','2021-01-29 00:56:02','2021-01-28 19:56:02'),
(113049,41847,'action created','2021-01-29 00:56:02','2021-01-28 19:56:02'),
(113050,41847,'action started via WP Cron','2021-01-29 00:58:44','2021-01-28 19:58:44'),
(113051,41847,'action complete via WP Cron','2021-01-29 00:58:44','2021-01-28 19:58:44'),
(113052,41848,'action created','2021-01-29 00:58:44','2021-01-28 19:58:44'),
(113053,41848,'action started via WP Cron','2021-01-29 00:59:45','2021-01-28 19:59:45'),
(113054,41848,'action complete via WP Cron','2021-01-29 00:59:45','2021-01-28 19:59:45'),
(113055,41849,'action created','2021-01-29 00:59:45','2021-01-28 19:59:45'),
(113056,41849,'action started via WP Cron','2021-01-29 01:01:26','2021-01-28 20:01:26'),
(113057,41849,'action complete via WP Cron','2021-01-29 01:01:26','2021-01-28 20:01:26'),
(113058,41850,'action created','2021-01-29 01:01:26','2021-01-28 20:01:26'),
(113059,41850,'action started via WP Cron','2021-01-29 01:02:48','2021-01-28 20:02:48'),
(113060,41850,'action complete via WP Cron','2021-01-29 01:02:48','2021-01-28 20:02:48'),
(113061,41851,'action created','2021-01-29 01:02:48','2021-01-28 20:02:48'),
(113062,41851,'action started via WP Cron','2021-01-29 01:03:38','2021-01-28 20:03:38'),
(113063,41851,'action complete via WP Cron','2021-01-29 01:03:38','2021-01-28 20:03:38'),
(113064,41852,'action created','2021-01-29 01:03:38','2021-01-28 20:03:38'),
(113065,41852,'action started via WP Cron','2021-01-29 01:05:28','2021-01-28 20:05:28'),
(113066,41852,'action complete via WP Cron','2021-01-29 01:05:28','2021-01-28 20:05:28'),
(113067,41853,'action created','2021-01-29 01:05:29','2021-01-28 20:05:29'),
(113068,41853,'action started via WP Cron','2021-01-29 01:06:58','2021-01-28 20:06:58'),
(113069,41853,'action complete via WP Cron','2021-01-29 01:06:58','2021-01-28 20:06:58'),
(113070,41854,'action created','2021-01-29 01:06:58','2021-01-28 20:06:58'),
(113071,41854,'action started via WP Cron','2021-01-29 01:07:35','2021-01-28 20:07:35'),
(113072,41854,'action complete via WP Cron','2021-01-29 01:07:35','2021-01-28 20:07:35'),
(113073,41855,'action created','2021-01-29 01:07:35','2021-01-28 20:07:35'),
(113074,41855,'action started via WP Cron','2021-01-29 01:08:14','2021-01-28 20:08:14'),
(113075,41855,'action complete via WP Cron','2021-01-29 01:08:14','2021-01-28 20:08:14'),
(113076,41856,'action created','2021-01-29 01:08:14','2021-01-28 20:08:14'),
(113077,41856,'action started via WP Cron','2021-01-29 01:10:27','2021-01-28 20:10:27'),
(113078,41856,'action complete via WP Cron','2021-01-29 01:10:27','2021-01-28 20:10:27'),
(113079,41857,'action created','2021-01-29 01:10:28','2021-01-28 20:10:28'),
(113080,41857,'action started via WP Cron','2021-01-29 01:12:41','2021-01-28 20:12:41'),
(113081,41857,'action complete via WP Cron','2021-01-29 01:12:41','2021-01-28 20:12:41'),
(113082,41858,'action created','2021-01-29 01:12:41','2021-01-28 20:12:41'),
(113083,41858,'action started via WP Cron','2021-01-29 01:13:12','2021-01-28 20:13:12'),
(113084,41858,'action complete via WP Cron','2021-01-29 01:13:12','2021-01-28 20:13:12'),
(113085,41859,'action created','2021-01-29 01:13:12','2021-01-28 20:13:12'),
(113086,41859,'action started via WP Cron','2021-01-29 01:14:40','2021-01-28 20:14:40'),
(113087,41859,'action complete via WP Cron','2021-01-29 01:14:40','2021-01-28 20:14:40'),
(113088,41860,'action created','2021-01-29 01:14:40','2021-01-28 20:14:40'),
(113089,41860,'action started via WP Cron','2021-01-29 01:15:56','2021-01-28 20:15:56'),
(113090,41860,'action complete via WP Cron','2021-01-29 01:15:56','2021-01-28 20:15:56'),
(113091,41861,'action created','2021-01-29 01:15:56','2021-01-28 20:15:56'),
(113092,41861,'action started via WP Cron','2021-01-29 01:20:30','2021-01-28 20:20:30'),
(113093,41861,'action complete via WP Cron','2021-01-29 01:20:30','2021-01-28 20:20:30'),
(113094,41862,'action created','2021-01-29 01:20:30','2021-01-28 20:20:30'),
(113095,41862,'action started via WP Cron','2021-01-29 01:21:27','2021-01-28 20:21:27'),
(113096,41862,'action complete via WP Cron','2021-01-29 01:21:27','2021-01-28 20:21:27'),
(113097,41863,'action created','2021-01-29 01:21:27','2021-01-28 20:21:27'),
(113098,41863,'action started via WP Cron','2021-01-29 01:22:13','2021-01-28 20:22:13'),
(113099,41863,'action complete via WP Cron','2021-01-29 01:22:14','2021-01-28 20:22:14'),
(113100,41864,'action created','2021-01-29 01:22:14','2021-01-28 20:22:14'),
(113101,41864,'action started via WP Cron','2021-01-29 01:23:49','2021-01-28 20:23:49'),
(113102,41864,'action complete via WP Cron','2021-01-29 01:23:49','2021-01-28 20:23:49'),
(113103,41865,'action created','2021-01-29 01:23:49','2021-01-28 20:23:49'),
(113104,41865,'action started via WP Cron','2021-01-29 01:26:16','2021-01-28 20:26:16'),
(113105,41865,'action complete via WP Cron','2021-01-29 01:26:16','2021-01-28 20:26:16'),
(113106,41866,'action created','2021-01-29 01:26:16','2021-01-28 20:26:16'),
(113107,41866,'action started via WP Cron','2021-01-29 01:27:20','2021-01-28 20:27:20'),
(113108,41866,'action complete via WP Cron','2021-01-29 01:27:20','2021-01-28 20:27:20'),
(113109,41867,'action created','2021-01-29 01:27:20','2021-01-28 20:27:20'),
(113110,41867,'action started via WP Cron','2021-01-29 01:29:06','2021-01-28 20:29:06'),
(113111,41867,'action complete via WP Cron','2021-01-29 01:29:06','2021-01-28 20:29:06'),
(113112,41868,'action created','2021-01-29 01:29:06','2021-01-28 20:29:06'),
(113113,41868,'action started via WP Cron','2021-01-29 01:29:19','2021-01-28 20:29:19'),
(113114,41868,'action complete via WP Cron','2021-01-29 01:29:19','2021-01-28 20:29:19'),
(113115,41869,'action created','2021-01-29 01:29:19','2021-01-28 20:29:19'),
(113116,41869,'action started via WP Cron','2021-01-29 01:30:13','2021-01-28 20:30:13'),
(113117,41869,'action complete via WP Cron','2021-01-29 01:30:13','2021-01-28 20:30:13'),
(113118,41870,'action created','2021-01-29 01:30:13','2021-01-28 20:30:13'),
(113119,41870,'action started via WP Cron','2021-01-29 01:32:03','2021-01-28 20:32:03'),
(113120,41870,'action complete via WP Cron','2021-01-29 01:32:03','2021-01-28 20:32:03'),
(113121,41871,'action created','2021-01-29 01:32:03','2021-01-28 20:32:03'),
(113122,41871,'action started via WP Cron','2021-01-29 01:34:38','2021-01-28 20:34:38'),
(113123,41871,'action complete via WP Cron','2021-01-29 01:34:38','2021-01-28 20:34:38'),
(113124,40868,'action started via WP Cron','2021-01-29 01:34:38','2021-01-28 20:34:38'),
(113125,40868,'action complete via WP Cron','2021-01-29 01:34:38','2021-01-28 20:34:38'),
(113126,41872,'action created','2021-01-29 01:34:38','2021-01-28 20:34:38'),
(113127,41873,'action created','2021-01-29 01:34:38','2021-01-28 20:34:38'),
(113128,41873,'action started via WP Cron','2021-01-29 01:35:51','2021-01-28 20:35:51'),
(113129,41873,'action complete via WP Cron','2021-01-29 01:35:51','2021-01-28 20:35:51'),
(113130,41874,'action created','2021-01-29 01:35:51','2021-01-28 20:35:51'),
(113131,41874,'action started via WP Cron','2021-01-29 01:36:19','2021-01-28 20:36:19'),
(113132,41874,'action complete via WP Cron','2021-01-29 01:36:19','2021-01-28 20:36:19'),
(113133,41875,'action created','2021-01-29 01:36:19','2021-01-28 20:36:19'),
(113134,41875,'action started via WP Cron','2021-01-29 01:38:29','2021-01-28 20:38:29'),
(113135,41875,'action complete via WP Cron','2021-01-29 01:38:29','2021-01-28 20:38:29'),
(113136,41876,'action created','2021-01-29 01:38:29','2021-01-28 20:38:29'),
(113137,41876,'action started via WP Cron','2021-01-29 01:39:47','2021-01-28 20:39:47'),
(113138,41876,'action complete via WP Cron','2021-01-29 01:39:47','2021-01-28 20:39:47'),
(113139,41877,'action created','2021-01-29 01:39:47','2021-01-28 20:39:47'),
(113140,41877,'action started via WP Cron','2021-01-29 01:41:51','2021-01-28 20:41:51'),
(113141,41877,'action complete via WP Cron','2021-01-29 01:41:51','2021-01-28 20:41:51'),
(113142,41878,'action created','2021-01-29 01:41:51','2021-01-28 20:41:51'),
(113143,41878,'action started via WP Cron','2021-01-29 01:42:35','2021-01-28 20:42:35'),
(113144,41878,'action complete via WP Cron','2021-01-29 01:42:35','2021-01-28 20:42:35'),
(113145,41879,'action created','2021-01-29 01:42:35','2021-01-28 20:42:35'),
(113146,41879,'action started via WP Cron','2021-01-29 01:43:44','2021-01-28 20:43:44'),
(113147,41879,'action complete via WP Cron','2021-01-29 01:43:44','2021-01-28 20:43:44'),
(113148,41880,'action created','2021-01-29 01:43:44','2021-01-28 20:43:44'),
(113149,41880,'action started via WP Cron','2021-01-29 01:45:48','2021-01-28 20:45:48'),
(113150,41880,'action complete via WP Cron','2021-01-29 01:45:48','2021-01-28 20:45:48'),
(113151,41881,'action created','2021-01-29 01:45:48','2021-01-28 20:45:48'),
(113152,41881,'action started via WP Cron','2021-01-29 01:47:40','2021-01-28 20:47:40'),
(113153,41881,'action complete via WP Cron','2021-01-29 01:47:40','2021-01-28 20:47:40'),
(113154,41882,'action created','2021-01-29 01:47:40','2021-01-28 20:47:40'),
(113155,41882,'action started via WP Cron','2021-01-29 01:48:20','2021-01-28 20:48:20'),
(113156,41882,'action complete via WP Cron','2021-01-29 01:48:21','2021-01-28 20:48:21'),
(113157,41883,'action created','2021-01-29 01:48:21','2021-01-28 20:48:21'),
(113158,41883,'action started via WP Cron','2021-01-29 01:50:38','2021-01-28 20:50:38'),
(113159,41883,'action complete via WP Cron','2021-01-29 01:50:38','2021-01-28 20:50:38'),
(113160,41884,'action created','2021-01-29 01:50:38','2021-01-28 20:50:38'),
(113161,41884,'action started via WP Cron','2021-01-29 01:51:19','2021-01-28 20:51:19'),
(113162,41884,'action complete via WP Cron','2021-01-29 01:51:19','2021-01-28 20:51:19'),
(113163,41885,'action created','2021-01-29 01:51:19','2021-01-28 20:51:19'),
(113164,41885,'action started via WP Cron','2021-01-29 01:52:23','2021-01-28 20:52:23'),
(113165,41885,'action complete via WP Cron','2021-01-29 01:52:23','2021-01-28 20:52:23'),
(113166,41886,'action created','2021-01-29 01:52:23','2021-01-28 20:52:23'),
(113167,41886,'action started via WP Cron','2021-01-29 01:53:29','2021-01-28 20:53:29'),
(113168,41886,'action complete via WP Cron','2021-01-29 01:53:29','2021-01-28 20:53:29'),
(113169,41887,'action created','2021-01-29 01:53:29','2021-01-28 20:53:29'),
(113170,41887,'action started via WP Cron','2021-01-29 01:55:25','2021-01-28 20:55:25'),
(113171,41887,'action complete via WP Cron','2021-01-29 01:55:25','2021-01-28 20:55:25'),
(113172,41888,'action created','2021-01-29 01:55:25','2021-01-28 20:55:25'),
(113173,41888,'action started via WP Cron','2021-01-29 01:57:33','2021-01-28 20:57:33'),
(113174,41888,'action complete via WP Cron','2021-01-29 01:57:33','2021-01-28 20:57:33'),
(113175,41889,'action created','2021-01-29 01:57:33','2021-01-28 20:57:33'),
(113176,41889,'action started via WP Cron','2021-01-29 02:00:14','2021-01-28 21:00:14'),
(113177,41889,'action complete via WP Cron','2021-01-29 02:00:14','2021-01-28 21:00:14'),
(113178,41890,'action created','2021-01-29 02:00:14','2021-01-28 21:00:14'),
(113179,41890,'action started via WP Cron','2021-01-29 02:01:41','2021-01-28 21:01:41'),
(113180,41890,'action complete via WP Cron','2021-01-29 02:01:41','2021-01-28 21:01:41'),
(113181,41891,'action created','2021-01-29 02:01:41','2021-01-28 21:01:41'),
(113182,41891,'action started via WP Cron','2021-01-29 02:03:10','2021-01-28 21:03:10'),
(113183,41891,'action complete via WP Cron','2021-01-29 02:03:10','2021-01-28 21:03:10'),
(113184,41892,'action created','2021-01-29 02:03:10','2021-01-28 21:03:10'),
(113185,41892,'action started via WP Cron','2021-01-29 02:04:32','2021-01-28 21:04:32'),
(113186,41892,'action complete via WP Cron','2021-01-29 02:04:32','2021-01-28 21:04:32'),
(113187,41893,'action created','2021-01-29 02:04:32','2021-01-28 21:04:32'),
(113188,41893,'action started via WP Cron','2021-01-29 02:05:30','2021-01-28 21:05:30'),
(113189,41893,'action complete via WP Cron','2021-01-29 02:05:30','2021-01-28 21:05:30'),
(113190,41894,'action created','2021-01-29 02:05:30','2021-01-28 21:05:30'),
(113191,41894,'action started via WP Cron','2021-01-29 02:06:15','2021-01-28 21:06:15'),
(113192,41894,'action complete via WP Cron','2021-01-29 02:06:15','2021-01-28 21:06:15'),
(113193,41895,'action created','2021-01-29 02:06:16','2021-01-28 21:06:16'),
(113194,41895,'action started via WP Cron','2021-01-29 02:09:54','2021-01-28 21:09:54'),
(113195,41895,'action complete via WP Cron','2021-01-29 02:09:54','2021-01-28 21:09:54'),
(113196,41896,'action created','2021-01-29 02:09:54','2021-01-28 21:09:54'),
(113197,41896,'action started via WP Cron','2021-01-29 02:10:13','2021-01-28 21:10:13'),
(113198,41896,'action complete via WP Cron','2021-01-29 02:10:13','2021-01-28 21:10:13'),
(113199,41897,'action created','2021-01-29 02:10:13','2021-01-28 21:10:13'),
(113200,41897,'action started via WP Cron','2021-01-29 02:12:51','2021-01-28 21:12:51'),
(113201,41897,'action complete via WP Cron','2021-01-29 02:12:51','2021-01-28 21:12:51'),
(113202,41898,'action created','2021-01-29 02:12:51','2021-01-28 21:12:51'),
(113203,41898,'action started via WP Cron','2021-01-29 02:14:27','2021-01-28 21:14:27'),
(113204,41898,'action complete via WP Cron','2021-01-29 02:14:27','2021-01-28 21:14:27'),
(113205,41899,'action created','2021-01-29 02:14:27','2021-01-28 21:14:27'),
(113206,41899,'action started via WP Cron','2021-01-29 02:19:23','2021-01-28 21:19:23'),
(113207,41899,'action complete via WP Cron','2021-01-29 02:19:24','2021-01-28 21:19:24'),
(113208,41900,'action created','2021-01-29 02:19:24','2021-01-28 21:19:24'),
(113209,41900,'action started via WP Cron','2021-01-29 02:20:14','2021-01-28 21:20:14'),
(113210,41900,'action complete via WP Cron','2021-01-29 02:20:14','2021-01-28 21:20:14'),
(113211,41901,'action created','2021-01-29 02:20:14','2021-01-28 21:20:14'),
(113212,41901,'action started via WP Cron','2021-01-29 02:21:55','2021-01-28 21:21:55'),
(113213,41901,'action complete via WP Cron','2021-01-29 02:21:55','2021-01-28 21:21:55'),
(113214,41902,'action created','2021-01-29 02:21:55','2021-01-28 21:21:55'),
(113215,41902,'action started via WP Cron','2021-01-29 02:25:39','2021-01-28 21:25:39'),
(113216,41902,'action complete via WP Cron','2021-01-29 02:25:39','2021-01-28 21:25:39'),
(113217,41903,'action created','2021-01-29 02:25:39','2021-01-28 21:25:39'),
(113218,41903,'action started via WP Cron','2021-01-29 02:26:16','2021-01-28 21:26:16'),
(113219,41903,'action complete via WP Cron','2021-01-29 02:26:16','2021-01-28 21:26:16'),
(113220,41904,'action created','2021-01-29 02:26:16','2021-01-28 21:26:16'),
(113221,41904,'action started via WP Cron','2021-01-29 02:28:22','2021-01-28 21:28:22'),
(113222,41904,'action complete via WP Cron','2021-01-29 02:28:22','2021-01-28 21:28:22'),
(113223,41905,'action created','2021-01-29 02:28:22','2021-01-28 21:28:22'),
(113224,41905,'action started via WP Cron','2021-01-29 02:29:57','2021-01-28 21:29:57'),
(113225,41905,'action complete via WP Cron','2021-01-29 02:29:57','2021-01-28 21:29:57'),
(113226,41906,'action created','2021-01-29 02:29:57','2021-01-28 21:29:57'),
(113227,41906,'action started via WP Cron','2021-01-29 02:31:23','2021-01-28 21:31:23'),
(113228,41906,'action complete via WP Cron','2021-01-29 02:31:23','2021-01-28 21:31:23'),
(113229,41907,'action created','2021-01-29 02:31:23','2021-01-28 21:31:23'),
(113230,41907,'action started via WP Cron','2021-01-29 02:32:16','2021-01-28 21:32:16'),
(113231,41907,'action complete via WP Cron','2021-01-29 02:32:16','2021-01-28 21:32:16'),
(113232,41908,'action created','2021-01-29 02:32:16','2021-01-28 21:32:16'),
(113233,41908,'action started via WP Cron','2021-01-29 02:33:45','2021-01-28 21:33:45'),
(113234,41908,'action complete via WP Cron','2021-01-29 02:33:45','2021-01-28 21:33:45'),
(113235,41909,'action created','2021-01-29 02:33:45','2021-01-28 21:33:45'),
(113236,41909,'action started via WP Cron','2021-01-29 02:34:39','2021-01-28 21:34:39'),
(113237,41909,'action complete via WP Cron','2021-01-29 02:34:39','2021-01-28 21:34:39'),
(113238,41910,'action created','2021-01-29 02:34:39','2021-01-28 21:34:39'),
(113239,41910,'action started via WP Cron','2021-01-29 02:35:36','2021-01-28 21:35:36'),
(113240,41910,'action complete via WP Cron','2021-01-29 02:35:36','2021-01-28 21:35:36'),
(113241,41911,'action created','2021-01-29 02:35:36','2021-01-28 21:35:36'),
(113242,41911,'action started via WP Cron','2021-01-29 02:36:20','2021-01-28 21:36:20'),
(113243,41911,'action complete via WP Cron','2021-01-29 02:36:20','2021-01-28 21:36:20'),
(113244,41912,'action created','2021-01-29 02:36:20','2021-01-28 21:36:20'),
(113245,41912,'action started via WP Cron','2021-01-29 02:37:14','2021-01-28 21:37:14'),
(113246,41912,'action complete via WP Cron','2021-01-29 02:37:14','2021-01-28 21:37:14'),
(113247,41913,'action created','2021-01-29 02:37:14','2021-01-28 21:37:14'),
(113248,41913,'action started via WP Cron','2021-01-29 02:38:19','2021-01-28 21:38:19'),
(113249,41913,'action complete via WP Cron','2021-01-29 02:38:19','2021-01-28 21:38:19'),
(113250,41914,'action created','2021-01-29 02:38:19','2021-01-28 21:38:19'),
(113251,41914,'action started via WP Cron','2021-01-29 02:39:44','2021-01-28 21:39:44'),
(113252,41914,'action complete via WP Cron','2021-01-29 02:39:44','2021-01-28 21:39:44'),
(113253,41915,'action created','2021-01-29 02:39:44','2021-01-28 21:39:44'),
(113254,41915,'action started via WP Cron','2021-01-29 02:40:28','2021-01-28 21:40:28'),
(113255,41915,'action complete via WP Cron','2021-01-29 02:40:28','2021-01-28 21:40:28'),
(113256,41916,'action created','2021-01-29 02:40:28','2021-01-28 21:40:28'),
(113257,41916,'action started via WP Cron','2021-01-29 02:43:52','2021-01-28 21:43:52'),
(113258,41916,'action complete via WP Cron','2021-01-29 02:43:52','2021-01-28 21:43:52'),
(113259,41917,'action created','2021-01-29 02:43:52','2021-01-28 21:43:52'),
(113260,41917,'action started via WP Cron','2021-01-29 02:45:23','2021-01-28 21:45:23'),
(113261,41917,'action complete via WP Cron','2021-01-29 02:45:23','2021-01-28 21:45:23'),
(113262,41918,'action created','2021-01-29 02:45:23','2021-01-28 21:45:23'),
(113263,41918,'action started via WP Cron','2021-01-29 02:46:11','2021-01-28 21:46:11'),
(113264,41918,'action complete via WP Cron','2021-01-29 02:46:11','2021-01-28 21:46:11'),
(113265,41919,'action created','2021-01-29 02:46:11','2021-01-28 21:46:11'),
(113266,41919,'action started via WP Cron','2021-01-29 02:47:47','2021-01-28 21:47:47'),
(113267,41919,'action complete via WP Cron','2021-01-29 02:47:47','2021-01-28 21:47:47'),
(113268,41920,'action created','2021-01-29 02:47:47','2021-01-28 21:47:47'),
(113269,41920,'action started via WP Cron','2021-01-29 02:48:17','2021-01-28 21:48:17'),
(113270,41920,'action complete via WP Cron','2021-01-29 02:48:17','2021-01-28 21:48:17'),
(113271,41921,'action created','2021-01-29 02:48:17','2021-01-28 21:48:17'),
(113272,41921,'action started via WP Cron','2021-01-29 02:50:18','2021-01-28 21:50:18'),
(113273,41921,'action complete via WP Cron','2021-01-29 02:50:18','2021-01-28 21:50:18'),
(113274,41922,'action created','2021-01-29 02:50:18','2021-01-28 21:50:18'),
(113275,41922,'action started via WP Cron','2021-01-29 02:51:55','2021-01-28 21:51:55'),
(113276,41922,'action complete via WP Cron','2021-01-29 02:51:55','2021-01-28 21:51:55'),
(113277,41923,'action created','2021-01-29 02:51:55','2021-01-28 21:51:55'),
(113278,41923,'action started via WP Cron','2021-01-29 02:53:42','2021-01-28 21:53:42'),
(113279,41923,'action complete via WP Cron','2021-01-29 02:53:42','2021-01-28 21:53:42'),
(113280,41924,'action created','2021-01-29 02:53:43','2021-01-28 21:53:43'),
(113281,41924,'action started via WP Cron','2021-01-29 02:55:15','2021-01-28 21:55:15'),
(113282,41924,'action complete via WP Cron','2021-01-29 02:55:15','2021-01-28 21:55:15'),
(113283,41925,'action created','2021-01-29 02:55:15','2021-01-28 21:55:15'),
(113284,41925,'action started via WP Cron','2021-01-29 02:56:12','2021-01-28 21:56:12'),
(113285,41925,'action complete via WP Cron','2021-01-29 02:56:12','2021-01-28 21:56:12'),
(113286,41926,'action created','2021-01-29 02:56:12','2021-01-28 21:56:12'),
(113287,41926,'action started via WP Cron','2021-01-29 02:57:15','2021-01-28 21:57:15'),
(113288,41926,'action complete via WP Cron','2021-01-29 02:57:15','2021-01-28 21:57:15'),
(113289,41927,'action created','2021-01-29 02:57:15','2021-01-28 21:57:15'),
(113290,41927,'action started via WP Cron','2021-01-29 03:00:04','2021-01-28 22:00:04'),
(113291,41927,'action complete via WP Cron','2021-01-29 03:00:04','2021-01-28 22:00:04'),
(113292,41928,'action created','2021-01-29 03:00:04','2021-01-28 22:00:04'),
(113293,41928,'action started via WP Cron','2021-01-29 03:01:46','2021-01-28 22:01:46'),
(113294,41928,'action complete via WP Cron','2021-01-29 03:01:46','2021-01-28 22:01:46'),
(113295,41929,'action created','2021-01-29 03:01:46','2021-01-28 22:01:46'),
(113296,41929,'action started via WP Cron','2021-01-29 03:03:26','2021-01-28 22:03:26'),
(113297,41929,'action complete via WP Cron','2021-01-29 03:03:26','2021-01-28 22:03:26'),
(113298,41930,'action created','2021-01-29 03:03:26','2021-01-28 22:03:26'),
(113299,41930,'action started via WP Cron','2021-01-29 03:04:45','2021-01-28 22:04:45'),
(113300,41930,'action complete via WP Cron','2021-01-29 03:04:45','2021-01-28 22:04:45'),
(113301,41931,'action created','2021-01-29 03:04:45','2021-01-28 22:04:45'),
(113302,41931,'action started via WP Cron','2021-01-29 03:06:15','2021-01-28 22:06:15'),
(113303,41931,'action complete via WP Cron','2021-01-29 03:06:15','2021-01-28 22:06:15'),
(113304,41932,'action created','2021-01-29 03:06:15','2021-01-28 22:06:15'),
(113305,41932,'action started via WP Cron','2021-01-29 03:08:41','2021-01-28 22:08:41'),
(113306,41932,'action complete via WP Cron','2021-01-29 03:08:41','2021-01-28 22:08:41'),
(113307,41933,'action created','2021-01-29 03:08:41','2021-01-28 22:08:41'),
(113308,41933,'action started via WP Cron','2021-01-29 03:09:49','2021-01-28 22:09:49'),
(113309,41933,'action complete via WP Cron','2021-01-29 03:09:49','2021-01-28 22:09:49'),
(113310,41934,'action created','2021-01-29 03:09:49','2021-01-28 22:09:49'),
(113311,41934,'action started via WP Cron','2021-01-29 03:10:32','2021-01-28 22:10:32'),
(113312,41934,'action complete via WP Cron','2021-01-29 03:10:32','2021-01-28 22:10:32'),
(113313,41935,'action created','2021-01-29 03:10:32','2021-01-28 22:10:32'),
(113314,41935,'action started via WP Cron','2021-01-29 03:11:23','2021-01-28 22:11:23'),
(113315,41935,'action complete via WP Cron','2021-01-29 03:11:23','2021-01-28 22:11:23'),
(113316,41936,'action created','2021-01-29 03:11:23','2021-01-28 22:11:23'),
(113317,41936,'action started via Async Request','2021-01-29 03:11:49','2021-01-28 22:11:49'),
(113318,41936,'action complete via Async Request','2021-01-29 03:11:49','2021-01-28 22:11:49'),
(113319,41937,'action created','2021-01-29 03:11:50','2021-01-28 22:11:50'),
(113320,41937,'action started via WP Cron','2021-01-29 03:12:24','2021-01-28 22:12:24'),
(113321,41937,'action complete via WP Cron','2021-01-29 03:12:24','2021-01-28 22:12:24'),
(113322,41938,'action created','2021-01-29 03:12:24','2021-01-28 22:12:24'),
(113323,41938,'action started via WP Cron','2021-01-29 03:13:41','2021-01-28 22:13:41'),
(113324,41938,'action complete via WP Cron','2021-01-29 03:13:41','2021-01-28 22:13:41'),
(113325,41939,'action created','2021-01-29 03:13:41','2021-01-28 22:13:41'),
(113326,41939,'action started via WP Cron','2021-01-29 03:16:12','2021-01-28 22:16:12'),
(113327,41939,'action complete via WP Cron','2021-01-29 03:16:12','2021-01-28 22:16:12'),
(113328,41940,'action created','2021-01-29 03:16:12','2021-01-28 22:16:12'),
(113329,41940,'action started via WP Cron','2021-01-29 03:17:27','2021-01-28 22:17:27'),
(113330,41940,'action complete via WP Cron','2021-01-29 03:17:27','2021-01-28 22:17:27'),
(113331,41941,'action created','2021-01-29 03:17:27','2021-01-28 22:17:27'),
(113332,41941,'action started via WP Cron','2021-01-29 03:18:26','2021-01-28 22:18:26'),
(113333,41941,'action complete via WP Cron','2021-01-29 03:18:26','2021-01-28 22:18:26'),
(113334,41942,'action created','2021-01-29 03:18:26','2021-01-28 22:18:26'),
(113335,41942,'action started via WP Cron','2021-01-29 03:19:31','2021-01-28 22:19:31'),
(113336,41942,'action complete via WP Cron','2021-01-29 03:19:31','2021-01-28 22:19:31'),
(113337,41943,'action created','2021-01-29 03:19:31','2021-01-28 22:19:31'),
(113338,41943,'action started via WP Cron','2021-01-29 03:20:45','2021-01-28 22:20:45'),
(113339,41943,'action complete via WP Cron','2021-01-29 03:20:45','2021-01-28 22:20:45'),
(113340,41944,'action created','2021-01-29 03:20:45','2021-01-28 22:20:45'),
(113341,41944,'action started via WP Cron','2021-01-29 03:21:22','2021-01-28 22:21:22'),
(113342,41944,'action complete via WP Cron','2021-01-29 03:21:22','2021-01-28 22:21:22'),
(113343,41945,'action created','2021-01-29 03:21:22','2021-01-28 22:21:22'),
(113344,41945,'action started via WP Cron','2021-01-29 03:22:45','2021-01-28 22:22:45'),
(113345,41945,'action complete via WP Cron','2021-01-29 03:22:45','2021-01-28 22:22:45'),
(113346,41946,'action created','2021-01-29 03:22:45','2021-01-28 22:22:45'),
(113347,41946,'action started via WP Cron','2021-01-29 03:24:28','2021-01-28 22:24:28'),
(113348,41946,'action complete via WP Cron','2021-01-29 03:24:28','2021-01-28 22:24:28'),
(113349,41947,'action created','2021-01-29 03:24:28','2021-01-28 22:24:28'),
(113350,41947,'action started via WP Cron','2021-01-29 03:25:24','2021-01-28 22:25:24'),
(113351,41947,'action complete via WP Cron','2021-01-29 03:25:24','2021-01-28 22:25:24'),
(113352,41948,'action created','2021-01-29 03:25:24','2021-01-28 22:25:24'),
(113353,41948,'action started via WP Cron','2021-01-29 03:27:10','2021-01-28 22:27:10'),
(113354,41948,'action complete via WP Cron','2021-01-29 03:27:10','2021-01-28 22:27:10'),
(113355,41949,'action created','2021-01-29 03:27:10','2021-01-28 22:27:10'),
(113356,41949,'action started via WP Cron','2021-01-29 03:27:33','2021-01-28 22:27:33'),
(113357,41949,'action complete via WP Cron','2021-01-29 03:27:33','2021-01-28 22:27:33'),
(113358,41950,'action created','2021-01-29 03:27:33','2021-01-28 22:27:33'),
(113359,41950,'action started via WP Cron','2021-01-29 03:28:26','2021-01-28 22:28:26'),
(113360,41950,'action complete via WP Cron','2021-01-29 03:28:26','2021-01-28 22:28:26'),
(113361,41951,'action created','2021-01-29 03:28:26','2021-01-28 22:28:26'),
(113362,41951,'action started via WP Cron','2021-01-29 03:30:11','2021-01-28 22:30:11'),
(113363,41951,'action complete via WP Cron','2021-01-29 03:30:11','2021-01-28 22:30:11'),
(113364,41952,'action created','2021-01-29 03:30:11','2021-01-28 22:30:11'),
(113365,41952,'action started via WP Cron','2021-01-29 03:32:26','2021-01-28 22:32:26'),
(113366,41952,'action complete via WP Cron','2021-01-29 03:32:26','2021-01-28 22:32:26'),
(113367,41953,'action created','2021-01-29 03:32:26','2021-01-28 22:32:26'),
(113368,41953,'action started via WP Cron','2021-01-29 03:35:08','2021-01-28 22:35:08'),
(113369,41953,'action complete via WP Cron','2021-01-29 03:35:08','2021-01-28 22:35:08'),
(113370,41954,'action created','2021-01-29 03:35:08','2021-01-28 22:35:08'),
(113371,41954,'action started via WP Cron','2021-01-29 03:38:26','2021-01-28 22:38:26'),
(113372,41954,'action complete via WP Cron','2021-01-29 03:38:26','2021-01-28 22:38:26'),
(113373,41955,'action created','2021-01-29 03:38:26','2021-01-28 22:38:26'),
(113374,41955,'action started via WP Cron','2021-01-29 03:39:41','2021-01-28 22:39:41'),
(113375,41955,'action complete via WP Cron','2021-01-29 03:39:41','2021-01-28 22:39:41'),
(113376,41956,'action created','2021-01-29 03:39:41','2021-01-28 22:39:41'),
(113377,41956,'action started via WP Cron','2021-01-29 03:41:12','2021-01-28 22:41:12'),
(113378,41956,'action complete via WP Cron','2021-01-29 03:41:12','2021-01-28 22:41:12'),
(113379,41957,'action created','2021-01-29 03:41:12','2021-01-28 22:41:12'),
(113380,41957,'action started via WP Cron','2021-01-29 03:42:38','2021-01-28 22:42:38'),
(113381,41957,'action complete via WP Cron','2021-01-29 03:42:38','2021-01-28 22:42:38'),
(113382,41958,'action created','2021-01-29 03:42:38','2021-01-28 22:42:38'),
(113383,41958,'action started via WP Cron','2021-01-29 03:43:27','2021-01-28 22:43:27'),
(113384,41958,'action complete via WP Cron','2021-01-29 03:43:27','2021-01-28 22:43:27'),
(113385,41959,'action created','2021-01-29 03:43:27','2021-01-28 22:43:27'),
(113386,41959,'action started via WP Cron','2021-01-29 03:44:36','2021-01-28 22:44:36'),
(113387,41959,'action complete via WP Cron','2021-01-29 03:44:36','2021-01-28 22:44:36'),
(113388,41960,'action created','2021-01-29 03:44:36','2021-01-28 22:44:36'),
(113389,41960,'action started via WP Cron','2021-01-29 03:45:57','2021-01-28 22:45:57'),
(113390,41960,'action complete via WP Cron','2021-01-29 03:45:57','2021-01-28 22:45:57'),
(113391,41961,'action created','2021-01-29 03:45:57','2021-01-28 22:45:57'),
(113392,41961,'action started via WP Cron','2021-01-29 03:47:00','2021-01-28 22:47:00'),
(113393,41961,'action complete via WP Cron','2021-01-29 03:47:00','2021-01-28 22:47:00'),
(113394,41962,'action created','2021-01-29 03:47:00','2021-01-28 22:47:00'),
(113395,41962,'action started via WP Cron','2021-01-29 03:47:29','2021-01-28 22:47:29'),
(113396,41962,'action complete via WP Cron','2021-01-29 03:47:29','2021-01-28 22:47:29'),
(113397,41963,'action created','2021-01-29 03:47:29','2021-01-28 22:47:29'),
(113398,41963,'action started via WP Cron','2021-01-29 03:48:13','2021-01-28 22:48:13'),
(113399,41963,'action complete via WP Cron','2021-01-29 03:48:13','2021-01-28 22:48:13'),
(113400,41964,'action created','2021-01-29 03:48:13','2021-01-28 22:48:13'),
(113401,41964,'action started via WP Cron','2021-01-29 03:50:55','2021-01-28 22:50:55'),
(113402,41964,'action complete via WP Cron','2021-01-29 03:50:55','2021-01-28 22:50:55'),
(113403,41965,'action created','2021-01-29 03:50:56','2021-01-28 22:50:56'),
(113404,41965,'action started via WP Cron','2021-01-29 03:51:19','2021-01-28 22:51:19'),
(113405,41965,'action complete via WP Cron','2021-01-29 03:51:19','2021-01-28 22:51:19'),
(113406,41966,'action created','2021-01-29 03:51:19','2021-01-28 22:51:19'),
(113407,41966,'action started via WP Cron','2021-01-29 03:52:36','2021-01-28 22:52:36'),
(113408,41966,'action complete via WP Cron','2021-01-29 03:52:36','2021-01-28 22:52:36'),
(113409,41967,'action created','2021-01-29 03:52:36','2021-01-28 22:52:36'),
(113410,41967,'action started via WP Cron','2021-01-29 03:54:04','2021-01-28 22:54:04'),
(113411,41967,'action complete via WP Cron','2021-01-29 03:54:04','2021-01-28 22:54:04'),
(113412,41968,'action created','2021-01-29 03:54:04','2021-01-28 22:54:04'),
(113413,41968,'action started via WP Cron','2021-01-29 03:54:23','2021-01-28 22:54:23'),
(113414,41968,'action complete via WP Cron','2021-01-29 03:54:23','2021-01-28 22:54:23'),
(113415,41969,'action created','2021-01-29 03:54:23','2021-01-28 22:54:23'),
(113416,41969,'action started via WP Cron','2021-01-29 03:56:50','2021-01-28 22:56:50'),
(113417,41969,'action complete via WP Cron','2021-01-29 03:56:50','2021-01-28 22:56:50'),
(113418,41970,'action created','2021-01-29 03:56:50','2021-01-28 22:56:50'),
(113419,41970,'action started via WP Cron','2021-01-29 03:58:28','2021-01-28 22:58:28'),
(113420,41970,'action complete via WP Cron','2021-01-29 03:58:28','2021-01-28 22:58:28'),
(113421,41971,'action created','2021-01-29 03:58:28','2021-01-28 22:58:28'),
(113422,41971,'action started via WP Cron','2021-01-29 03:59:23','2021-01-28 22:59:23'),
(113423,41971,'action complete via WP Cron','2021-01-29 03:59:23','2021-01-28 22:59:23'),
(113424,41972,'action created','2021-01-29 03:59:23','2021-01-28 22:59:23'),
(113425,41972,'action started via WP Cron','2021-01-29 04:00:17','2021-01-28 23:00:17'),
(113426,41972,'action complete via WP Cron','2021-01-29 04:00:17','2021-01-28 23:00:17'),
(113427,41973,'action created','2021-01-29 04:00:17','2021-01-28 23:00:17'),
(113428,41973,'action started via WP Cron','2021-01-29 04:01:12','2021-01-28 23:01:12'),
(113429,41973,'action complete via WP Cron','2021-01-29 04:01:12','2021-01-28 23:01:12'),
(113430,41974,'action created','2021-01-29 04:01:12','2021-01-28 23:01:12'),
(113431,41974,'action started via WP Cron','2021-01-29 04:02:22','2021-01-28 23:02:22'),
(113432,41974,'action complete via WP Cron','2021-01-29 04:02:22','2021-01-28 23:02:22'),
(113433,41975,'action created','2021-01-29 04:02:22','2021-01-28 23:02:22'),
(113434,41975,'action started via WP Cron','2021-01-29 04:03:19','2021-01-28 23:03:19'),
(113435,41975,'action complete via WP Cron','2021-01-29 04:03:19','2021-01-28 23:03:19'),
(113436,41976,'action created','2021-01-29 04:03:19','2021-01-28 23:03:19'),
(113437,41976,'action started via WP Cron','2021-01-29 04:04:26','2021-01-28 23:04:26'),
(113438,41976,'action complete via WP Cron','2021-01-29 04:04:27','2021-01-28 23:04:27'),
(113439,41977,'action created','2021-01-29 04:04:27','2021-01-28 23:04:27'),
(113440,41977,'action started via WP Cron','2021-01-29 04:05:24','2021-01-28 23:05:24'),
(113441,41977,'action complete via WP Cron','2021-01-29 04:05:24','2021-01-28 23:05:24'),
(113442,41978,'action created','2021-01-29 04:05:24','2021-01-28 23:05:24'),
(113443,41978,'action started via WP Cron','2021-01-29 04:06:24','2021-01-28 23:06:24'),
(113444,41978,'action complete via WP Cron','2021-01-29 04:06:24','2021-01-28 23:06:24'),
(113445,41979,'action created','2021-01-29 04:06:24','2021-01-28 23:06:24'),
(113446,41979,'action started via WP Cron','2021-01-29 04:07:17','2021-01-28 23:07:17'),
(113447,41979,'action complete via WP Cron','2021-01-29 04:07:17','2021-01-28 23:07:17'),
(113448,41980,'action created','2021-01-29 04:07:17','2021-01-28 23:07:17'),
(113449,41980,'action started via WP Cron','2021-01-29 04:08:18','2021-01-28 23:08:18'),
(113450,41980,'action complete via WP Cron','2021-01-29 04:08:18','2021-01-28 23:08:18'),
(113451,41981,'action created','2021-01-29 04:08:18','2021-01-28 23:08:18'),
(113452,41981,'action started via WP Cron','2021-01-29 04:09:28','2021-01-28 23:09:28'),
(113453,41981,'action complete via WP Cron','2021-01-29 04:09:28','2021-01-28 23:09:28'),
(113454,41982,'action created','2021-01-29 04:09:28','2021-01-28 23:09:28'),
(113455,41982,'action started via WP Cron','2021-01-29 04:10:20','2021-01-28 23:10:20'),
(113456,41982,'action complete via WP Cron','2021-01-29 04:10:20','2021-01-28 23:10:20'),
(113457,41983,'action created','2021-01-29 04:10:20','2021-01-28 23:10:20'),
(113458,41983,'action started via WP Cron','2021-01-29 04:11:17','2021-01-28 23:11:17'),
(113459,41983,'action complete via WP Cron','2021-01-29 04:11:17','2021-01-28 23:11:17'),
(113460,41984,'action created','2021-01-29 04:11:18','2021-01-28 23:11:18'),
(113461,41984,'action started via WP Cron','2021-01-29 04:12:13','2021-01-28 23:12:13'),
(113462,41984,'action complete via WP Cron','2021-01-29 04:12:13','2021-01-28 23:12:13'),
(113463,41985,'action created','2021-01-29 04:12:13','2021-01-28 23:12:13'),
(113464,41985,'action started via WP Cron','2021-01-29 04:13:15','2021-01-28 23:13:15'),
(113465,41985,'action complete via WP Cron','2021-01-29 04:13:15','2021-01-28 23:13:15'),
(113466,41986,'action created','2021-01-29 04:13:15','2021-01-28 23:13:15'),
(113467,41986,'action started via WP Cron','2021-01-29 04:14:28','2021-01-28 23:14:28'),
(113468,41986,'action complete via WP Cron','2021-01-29 04:14:28','2021-01-28 23:14:28'),
(113469,41987,'action created','2021-01-29 04:14:28','2021-01-28 23:14:28'),
(113470,41987,'action started via WP Cron','2021-01-29 04:15:14','2021-01-28 23:15:14'),
(113471,41987,'action complete via WP Cron','2021-01-29 04:15:14','2021-01-28 23:15:14'),
(113472,41988,'action created','2021-01-29 04:15:14','2021-01-28 23:15:14'),
(113473,41988,'action started via WP Cron','2021-01-29 04:16:40','2021-01-28 23:16:40'),
(113474,41988,'action complete via WP Cron','2021-01-29 04:16:40','2021-01-28 23:16:40'),
(113475,41989,'action created','2021-01-29 04:16:40','2021-01-28 23:16:40'),
(113476,41989,'action started via WP Cron','2021-01-29 04:17:58','2021-01-28 23:17:58'),
(113477,41989,'action complete via WP Cron','2021-01-29 04:17:58','2021-01-28 23:17:58'),
(113478,41990,'action created','2021-01-29 04:17:58','2021-01-28 23:17:58'),
(113479,41990,'action started via WP Cron','2021-01-29 04:20:11','2021-01-28 23:20:11'),
(113480,41990,'action complete via WP Cron','2021-01-29 04:20:11','2021-01-28 23:20:11'),
(113481,41991,'action created','2021-01-29 04:20:11','2021-01-28 23:20:11'),
(113482,41991,'action started via WP Cron','2021-01-29 04:22:29','2021-01-28 23:22:29'),
(113483,41991,'action complete via WP Cron','2021-01-29 04:22:29','2021-01-28 23:22:29'),
(113484,41992,'action created','2021-01-29 04:22:29','2021-01-28 23:22:29'),
(113485,41992,'action started via WP Cron','2021-01-29 04:23:51','2021-01-28 23:23:51'),
(113486,41992,'action complete via WP Cron','2021-01-29 04:23:51','2021-01-28 23:23:51'),
(113487,41993,'action created','2021-01-29 04:23:51','2021-01-28 23:23:51'),
(113488,41993,'action started via WP Cron','2021-01-29 04:24:18','2021-01-28 23:24:18'),
(113489,41993,'action complete via WP Cron','2021-01-29 04:24:18','2021-01-28 23:24:18'),
(113490,41994,'action created','2021-01-29 04:24:18','2021-01-28 23:24:18'),
(113491,41994,'action started via WP Cron','2021-01-29 04:25:34','2021-01-28 23:25:34'),
(113492,41994,'action complete via WP Cron','2021-01-29 04:25:34','2021-01-28 23:25:34'),
(113493,41995,'action created','2021-01-29 04:25:34','2021-01-28 23:25:34'),
(113494,41995,'action started via WP Cron','2021-01-29 04:28:11','2021-01-28 23:28:11'),
(113495,41995,'action complete via WP Cron','2021-01-29 04:28:11','2021-01-28 23:28:11'),
(113496,41996,'action created','2021-01-29 04:28:11','2021-01-28 23:28:11'),
(113497,41996,'action started via WP Cron','2021-01-29 04:31:57','2021-01-28 23:31:57'),
(113498,41996,'action complete via WP Cron','2021-01-29 04:31:57','2021-01-28 23:31:57'),
(113499,41997,'action created','2021-01-29 04:31:57','2021-01-28 23:31:57'),
(113500,41997,'action started via WP Cron','2021-01-29 04:32:15','2021-01-28 23:32:15'),
(113501,41997,'action complete via WP Cron','2021-01-29 04:32:15','2021-01-28 23:32:15'),
(113502,41998,'action created','2021-01-29 04:32:15','2021-01-28 23:32:15'),
(113503,41998,'action started via WP Cron','2021-01-29 04:34:30','2021-01-28 23:34:30'),
(113504,41998,'action complete via WP Cron','2021-01-29 04:34:30','2021-01-28 23:34:30'),
(113505,41999,'action created','2021-01-29 04:34:30','2021-01-28 23:34:30'),
(113506,41999,'action started via WP Cron','2021-01-29 04:35:51','2021-01-28 23:35:51'),
(113507,41999,'action complete via WP Cron','2021-01-29 04:35:51','2021-01-28 23:35:51'),
(113508,42000,'action created','2021-01-29 04:35:52','2021-01-28 23:35:52'),
(113509,42000,'action started via WP Cron','2021-01-29 04:36:12','2021-01-28 23:36:12'),
(113510,42000,'action complete via WP Cron','2021-01-29 04:36:12','2021-01-28 23:36:12'),
(113511,42001,'action created','2021-01-29 04:36:12','2021-01-28 23:36:12'),
(113512,42001,'action started via WP Cron','2021-01-29 04:37:15','2021-01-28 23:37:15'),
(113513,42001,'action complete via WP Cron','2021-01-29 04:37:15','2021-01-28 23:37:15'),
(113514,42002,'action created','2021-01-29 04:37:15','2021-01-28 23:37:15'),
(113515,42002,'action started via WP Cron','2021-01-29 04:38:13','2021-01-28 23:38:13'),
(113516,42002,'action complete via WP Cron','2021-01-29 04:38:13','2021-01-28 23:38:13'),
(113517,42003,'action created','2021-01-29 04:38:13','2021-01-28 23:38:13'),
(113518,42003,'action started via WP Cron','2021-01-29 04:39:14','2021-01-28 23:39:14'),
(113519,42003,'action complete via WP Cron','2021-01-29 04:39:14','2021-01-28 23:39:14'),
(113520,42004,'action created','2021-01-29 04:39:14','2021-01-28 23:39:14'),
(113521,42004,'action started via WP Cron','2021-01-29 04:40:12','2021-01-28 23:40:12'),
(113522,42004,'action complete via WP Cron','2021-01-29 04:40:12','2021-01-28 23:40:12'),
(113523,42005,'action created','2021-01-29 04:40:12','2021-01-28 23:40:12'),
(113524,42005,'action started via WP Cron','2021-01-29 04:41:18','2021-01-28 23:41:18'),
(113525,42005,'action complete via WP Cron','2021-01-29 04:41:18','2021-01-28 23:41:18'),
(113526,42006,'action created','2021-01-29 04:41:18','2021-01-28 23:41:18'),
(113527,42006,'action started via Async Request','2021-01-29 04:42:10','2021-01-28 23:42:10'),
(113528,42006,'action complete via Async Request','2021-01-29 04:42:10','2021-01-28 23:42:10'),
(113529,42007,'action created','2021-01-29 04:42:10','2021-01-28 23:42:10'),
(113530,42007,'action started via WP Cron','2021-01-29 04:43:16','2021-01-28 23:43:16'),
(113531,42007,'action complete via WP Cron','2021-01-29 04:43:17','2021-01-28 23:43:17'),
(113532,42008,'action created','2021-01-29 04:43:17','2021-01-28 23:43:17'),
(113533,42008,'action started via WP Cron','2021-01-29 04:44:11','2021-01-28 23:44:11'),
(113534,42008,'action complete via WP Cron','2021-01-29 04:44:11','2021-01-28 23:44:11'),
(113535,42009,'action created','2021-01-29 04:44:11','2021-01-28 23:44:11'),
(113536,42009,'action started via WP Cron','2021-01-29 04:45:15','2021-01-28 23:45:15'),
(113537,42009,'action complete via WP Cron','2021-01-29 04:45:15','2021-01-28 23:45:15'),
(113538,42010,'action created','2021-01-29 04:45:15','2021-01-28 23:45:15'),
(113539,42010,'action started via WP Cron','2021-01-29 04:46:12','2021-01-28 23:46:12'),
(113540,42010,'action complete via WP Cron','2021-01-29 04:46:12','2021-01-28 23:46:12'),
(113541,42011,'action created','2021-01-29 04:46:12','2021-01-28 23:46:12'),
(113542,42011,'action started via WP Cron','2021-01-29 04:47:15','2021-01-28 23:47:15'),
(113543,42011,'action complete via WP Cron','2021-01-29 04:47:15','2021-01-28 23:47:15'),
(113544,42012,'action created','2021-01-29 04:47:15','2021-01-28 23:47:15'),
(113545,42012,'action started via WP Cron','2021-01-29 04:48:13','2021-01-28 23:48:13'),
(113546,42012,'action complete via WP Cron','2021-01-29 04:48:13','2021-01-28 23:48:13'),
(113547,42013,'action created','2021-01-29 04:48:13','2021-01-28 23:48:13'),
(113548,42013,'action started via WP Cron','2021-01-29 04:49:14','2021-01-28 23:49:14'),
(113549,42013,'action complete via WP Cron','2021-01-29 04:49:14','2021-01-28 23:49:14'),
(113550,42014,'action created','2021-01-29 04:49:15','2021-01-28 23:49:15'),
(113551,42014,'action started via WP Cron','2021-01-29 04:50:12','2021-01-28 23:50:12'),
(113552,42014,'action complete via WP Cron','2021-01-29 04:50:12','2021-01-28 23:50:12'),
(113553,42015,'action created','2021-01-29 04:50:12','2021-01-28 23:50:12'),
(113554,42015,'action started via WP Cron','2021-01-29 04:51:21','2021-01-28 23:51:21'),
(113555,42015,'action complete via WP Cron','2021-01-29 04:51:21','2021-01-28 23:51:21'),
(113556,42016,'action created','2021-01-29 04:51:21','2021-01-28 23:51:21'),
(113557,42016,'action started via WP Cron','2021-01-29 04:52:15','2021-01-28 23:52:15'),
(113558,42016,'action complete via WP Cron','2021-01-29 04:52:15','2021-01-28 23:52:15'),
(113559,42017,'action created','2021-01-29 04:52:16','2021-01-28 23:52:16'),
(113560,42017,'action started via WP Cron','2021-01-29 04:53:11','2021-01-28 23:53:11'),
(113561,42017,'action complete via WP Cron','2021-01-29 04:53:11','2021-01-28 23:53:11'),
(113562,42018,'action created','2021-01-29 04:53:11','2021-01-28 23:53:11'),
(113563,42018,'action started via WP Cron','2021-01-29 04:54:18','2021-01-28 23:54:18'),
(113564,42018,'action complete via WP Cron','2021-01-29 04:54:18','2021-01-28 23:54:18'),
(113565,42019,'action created','2021-01-29 04:54:18','2021-01-28 23:54:18'),
(113566,42019,'action started via WP Cron','2021-01-29 04:55:11','2021-01-28 23:55:11'),
(113567,42019,'action complete via WP Cron','2021-01-29 04:55:11','2021-01-28 23:55:11'),
(113568,42020,'action created','2021-01-29 04:55:11','2021-01-28 23:55:11'),
(113569,42020,'action started via WP Cron','2021-01-29 04:56:15','2021-01-28 23:56:15'),
(113570,42020,'action complete via WP Cron','2021-01-29 04:56:15','2021-01-28 23:56:15'),
(113571,42021,'action created','2021-01-29 04:56:15','2021-01-28 23:56:15'),
(113572,42021,'action started via WP Cron','2021-01-29 04:57:15','2021-01-28 23:57:15'),
(113573,42021,'action complete via WP Cron','2021-01-29 04:57:15','2021-01-28 23:57:15'),
(113574,42022,'action created','2021-01-29 04:57:15','2021-01-28 23:57:15'),
(113575,42022,'action started via WP Cron','2021-01-29 04:58:17','2021-01-28 23:58:17'),
(113576,42022,'action complete via WP Cron','2021-01-29 04:58:17','2021-01-28 23:58:17'),
(113577,42023,'action created','2021-01-29 04:58:17','2021-01-28 23:58:17'),
(113578,42023,'action started via WP Cron','2021-01-29 04:59:12','2021-01-28 23:59:12'),
(113579,42023,'action complete via WP Cron','2021-01-29 04:59:12','2021-01-28 23:59:12'),
(113580,42024,'action created','2021-01-29 04:59:12','2021-01-28 23:59:12'),
(113581,42024,'action started via WP Cron','2021-01-29 05:00:13','2021-01-29 00:00:13'),
(113582,42024,'action complete via WP Cron','2021-01-29 05:00:13','2021-01-29 00:00:13'),
(113583,42025,'action created','2021-01-29 05:00:13','2021-01-29 00:00:13'),
(113584,42025,'action started via WP Cron','2021-01-29 05:01:17','2021-01-29 00:01:17'),
(113585,42025,'action complete via WP Cron','2021-01-29 05:01:17','2021-01-29 00:01:17'),
(113586,42026,'action created','2021-01-29 05:01:17','2021-01-29 00:01:17'),
(113587,42026,'action started via WP Cron','2021-01-29 05:02:20','2021-01-29 00:02:20'),
(113588,42026,'action complete via WP Cron','2021-01-29 05:02:20','2021-01-29 00:02:20'),
(113589,42027,'action created','2021-01-29 05:02:23','2021-01-29 00:02:23'),
(113590,42027,'action started via WP Cron','2021-01-29 05:03:13','2021-01-29 00:03:13'),
(113591,42027,'action complete via WP Cron','2021-01-29 05:03:13','2021-01-29 00:03:13'),
(113592,42028,'action created','2021-01-29 05:03:13','2021-01-29 00:03:13'),
(113593,42028,'action started via WP Cron','2021-01-29 05:04:11','2021-01-29 00:04:11'),
(113594,42028,'action complete via WP Cron','2021-01-29 05:04:11','2021-01-29 00:04:11'),
(113595,42029,'action created','2021-01-29 05:04:11','2021-01-29 00:04:11'),
(113596,42029,'action started via WP Cron','2021-01-29 05:05:16','2021-01-29 00:05:16'),
(113597,42029,'action complete via WP Cron','2021-01-29 05:05:16','2021-01-29 00:05:16'),
(113598,42030,'action created','2021-01-29 05:05:16','2021-01-29 00:05:16'),
(113599,42030,'action started via WP Cron','2021-01-29 05:06:12','2021-01-29 00:06:12'),
(113600,42030,'action complete via WP Cron','2021-01-29 05:06:12','2021-01-29 00:06:12'),
(113601,42031,'action created','2021-01-29 05:06:12','2021-01-29 00:06:12'),
(113602,42031,'action started via WP Cron','2021-01-29 05:07:14','2021-01-29 00:07:14'),
(113603,42031,'action complete via WP Cron','2021-01-29 05:07:14','2021-01-29 00:07:14'),
(113604,42032,'action created','2021-01-29 05:07:14','2021-01-29 00:07:14'),
(113605,42032,'action started via WP Cron','2021-01-29 05:08:12','2021-01-29 00:08:12'),
(113606,42032,'action complete via WP Cron','2021-01-29 05:08:12','2021-01-29 00:08:12'),
(113607,42033,'action created','2021-01-29 05:08:12','2021-01-29 00:08:12'),
(113608,42033,'action started via WP Cron','2021-01-29 05:09:13','2021-01-29 00:09:13'),
(113609,42033,'action complete via WP Cron','2021-01-29 05:09:13','2021-01-29 00:09:13'),
(113610,42034,'action created','2021-01-29 05:09:13','2021-01-29 00:09:13'),
(113611,42034,'action started via WP Cron','2021-01-29 05:10:14','2021-01-29 00:10:14'),
(113612,42034,'action complete via WP Cron','2021-01-29 05:10:14','2021-01-29 00:10:14'),
(113613,42035,'action created','2021-01-29 05:10:14','2021-01-29 00:10:14'),
(113614,42035,'action started via WP Cron','2021-01-29 05:11:11','2021-01-29 00:11:11'),
(113615,42035,'action complete via WP Cron','2021-01-29 05:11:11','2021-01-29 00:11:11'),
(113616,42036,'action created','2021-01-29 05:11:11','2021-01-29 00:11:11'),
(113617,42036,'action started via WP Cron','2021-01-29 05:12:17','2021-01-29 00:12:17'),
(113618,42036,'action complete via WP Cron','2021-01-29 05:12:17','2021-01-29 00:12:17'),
(113619,42037,'action created','2021-01-29 05:12:17','2021-01-29 00:12:17'),
(113620,42037,'action started via WP Cron','2021-01-29 05:13:16','2021-01-29 00:13:16'),
(113621,42037,'action complete via WP Cron','2021-01-29 05:13:16','2021-01-29 00:13:16'),
(113622,42038,'action created','2021-01-29 05:13:16','2021-01-29 00:13:16'),
(113623,42038,'action started via WP Cron','2021-01-29 05:14:18','2021-01-29 00:14:18'),
(113624,42038,'action complete via WP Cron','2021-01-29 05:14:18','2021-01-29 00:14:18'),
(113625,42039,'action created','2021-01-29 05:14:18','2021-01-29 00:14:18'),
(113626,42039,'action started via WP Cron','2021-01-29 05:15:15','2021-01-29 00:15:15'),
(113627,42039,'action complete via WP Cron','2021-01-29 05:15:15','2021-01-29 00:15:15'),
(113628,42040,'action created','2021-01-29 05:15:15','2021-01-29 00:15:15'),
(113629,42040,'action started via WP Cron','2021-01-29 05:16:20','2021-01-29 00:16:20'),
(113630,42040,'action complete via WP Cron','2021-01-29 05:16:20','2021-01-29 00:16:20'),
(113631,42041,'action created','2021-01-29 05:16:20','2021-01-29 00:16:20'),
(113632,42041,'action started via WP Cron','2021-01-29 05:17:13','2021-01-29 00:17:13'),
(113633,42041,'action complete via WP Cron','2021-01-29 05:17:14','2021-01-29 00:17:14'),
(113634,42042,'action created','2021-01-29 05:17:14','2021-01-29 00:17:14'),
(113635,42042,'action started via WP Cron','2021-01-29 05:18:20','2021-01-29 00:18:20'),
(113636,42042,'action complete via WP Cron','2021-01-29 05:18:20','2021-01-29 00:18:20'),
(113637,42043,'action created','2021-01-29 05:18:20','2021-01-29 00:18:20'),
(113638,42043,'action started via WP Cron','2021-01-29 05:19:16','2021-01-29 00:19:16'),
(113639,42043,'action complete via WP Cron','2021-01-29 05:19:16','2021-01-29 00:19:16'),
(113640,42044,'action created','2021-01-29 05:19:16','2021-01-29 00:19:16'),
(113641,42044,'action started via WP Cron','2021-01-29 05:20:15','2021-01-29 00:20:15'),
(113642,42044,'action complete via WP Cron','2021-01-29 05:20:15','2021-01-29 00:20:15'),
(113643,42045,'action created','2021-01-29 05:20:15','2021-01-29 00:20:15'),
(113644,42045,'action started via WP Cron','2021-01-29 05:24:43','2021-01-29 00:24:43'),
(113645,42045,'action complete via WP Cron','2021-01-29 05:24:43','2021-01-29 00:24:43'),
(113646,42046,'action created','2021-01-29 05:24:43','2021-01-29 00:24:43'),
(113647,42046,'action started via WP Cron','2021-01-29 05:25:26','2021-01-29 00:25:26'),
(113648,42046,'action complete via WP Cron','2021-01-29 05:25:26','2021-01-29 00:25:26'),
(113649,42047,'action created','2021-01-29 05:25:26','2021-01-29 00:25:26'),
(113650,42047,'action started via WP Cron','2021-01-29 05:28:46','2021-01-29 00:28:46'),
(113651,42047,'action complete via WP Cron','2021-01-29 05:28:46','2021-01-29 00:28:46'),
(113652,42048,'action created','2021-01-29 05:28:46','2021-01-29 00:28:46'),
(113653,42048,'action started via WP Cron','2021-01-29 05:33:26','2021-01-29 00:33:26'),
(113654,42048,'action complete via WP Cron','2021-01-29 05:33:26','2021-01-29 00:33:26'),
(113655,42049,'action created','2021-01-29 05:33:26','2021-01-29 00:33:26'),
(113656,42049,'action started via WP Cron','2021-01-29 05:36:59','2021-01-29 00:36:59'),
(113657,42049,'action complete via WP Cron','2021-01-29 05:36:59','2021-01-29 00:36:59'),
(113658,42050,'action created','2021-01-29 05:36:59','2021-01-29 00:36:59'),
(113659,42050,'action started via WP Cron','2021-01-29 05:38:12','2021-01-29 00:38:12'),
(113660,42050,'action complete via WP Cron','2021-01-29 05:38:12','2021-01-29 00:38:12'),
(113661,42051,'action created','2021-01-29 05:38:13','2021-01-29 00:38:13'),
(113662,42051,'action started via WP Cron','2021-01-29 05:39:44','2021-01-29 00:39:44'),
(113663,42051,'action complete via WP Cron','2021-01-29 05:39:44','2021-01-29 00:39:44'),
(113664,42052,'action created','2021-01-29 05:39:44','2021-01-29 00:39:44'),
(113665,42052,'action started via WP Cron','2021-01-29 05:40:23','2021-01-29 00:40:23'),
(113666,42052,'action complete via WP Cron','2021-01-29 05:40:23','2021-01-29 00:40:23'),
(113667,42053,'action created','2021-01-29 05:40:23','2021-01-29 00:40:23'),
(113668,42053,'action started via WP Cron','2021-01-29 05:47:40','2021-01-29 00:47:40'),
(113669,42053,'action complete via WP Cron','2021-01-29 05:47:40','2021-01-29 00:47:40'),
(113670,42054,'action created','2021-01-29 05:47:40','2021-01-29 00:47:40'),
(113671,42054,'action started via WP Cron','2021-01-29 05:48:40','2021-01-29 00:48:40'),
(113672,42054,'action complete via WP Cron','2021-01-29 05:48:40','2021-01-29 00:48:40'),
(113673,42055,'action created','2021-01-29 05:48:40','2021-01-29 00:48:40'),
(113674,42055,'action started via WP Cron','2021-01-29 05:50:06','2021-01-29 00:50:06'),
(113675,42055,'action complete via WP Cron','2021-01-29 05:50:06','2021-01-29 00:50:06'),
(113676,42056,'action created','2021-01-29 05:50:06','2021-01-29 00:50:06'),
(113677,42056,'action started via WP Cron','2021-01-29 05:52:07','2021-01-29 00:52:07'),
(113678,42056,'action complete via WP Cron','2021-01-29 05:52:07','2021-01-29 00:52:07'),
(113679,42057,'action created','2021-01-29 05:52:07','2021-01-29 00:52:07'),
(113680,42057,'action started via WP Cron','2021-01-29 05:54:52','2021-01-29 00:54:52'),
(113681,42057,'action complete via WP Cron','2021-01-29 05:54:52','2021-01-29 00:54:52'),
(113682,42058,'action created','2021-01-29 05:54:52','2021-01-29 00:54:52'),
(113683,42058,'action started via WP Cron','2021-01-29 05:55:23','2021-01-29 00:55:23'),
(113684,42058,'action complete via WP Cron','2021-01-29 05:55:23','2021-01-29 00:55:23'),
(113685,42059,'action created','2021-01-29 05:55:23','2021-01-29 00:55:23'),
(113686,42059,'action started via WP Cron','2021-01-29 05:56:30','2021-01-29 00:56:30'),
(113687,42059,'action complete via WP Cron','2021-01-29 05:56:30','2021-01-29 00:56:30'),
(113688,42060,'action created','2021-01-29 05:56:30','2021-01-29 00:56:30'),
(113689,42060,'action started via WP Cron','2021-01-29 05:57:35','2021-01-29 00:57:35'),
(113690,42060,'action complete via WP Cron','2021-01-29 05:57:35','2021-01-29 00:57:35'),
(113691,42061,'action created','2021-01-29 05:57:35','2021-01-29 00:57:35'),
(113692,42061,'action started via WP Cron','2021-01-29 05:58:37','2021-01-29 00:58:37'),
(113693,42061,'action complete via WP Cron','2021-01-29 05:58:37','2021-01-29 00:58:37'),
(113694,42062,'action created','2021-01-29 05:58:37','2021-01-29 00:58:37'),
(113695,42062,'action started via WP Cron','2021-01-29 05:59:12','2021-01-29 00:59:12'),
(113696,42062,'action complete via WP Cron','2021-01-29 05:59:12','2021-01-29 00:59:12'),
(113697,42063,'action created','2021-01-29 05:59:12','2021-01-29 00:59:12'),
(113698,42063,'action started via WP Cron','2021-01-29 06:00:55','2021-01-29 01:00:55'),
(113699,42063,'action complete via WP Cron','2021-01-29 06:00:55','2021-01-29 01:00:55'),
(113700,42064,'action created','2021-01-29 06:00:55','2021-01-29 01:00:55'),
(113701,42064,'action started via WP Cron','2021-01-29 06:01:14','2021-01-29 01:01:14'),
(113702,42064,'action complete via WP Cron','2021-01-29 06:01:14','2021-01-29 01:01:14'),
(113703,42065,'action created','2021-01-29 06:01:14','2021-01-29 01:01:14'),
(113704,42065,'action started via WP Cron','2021-01-29 06:06:01','2021-01-29 01:06:01'),
(113705,42065,'action complete via WP Cron','2021-01-29 06:06:01','2021-01-29 01:06:01'),
(113706,42066,'action created','2021-01-29 06:06:01','2021-01-29 01:06:01'),
(113707,42066,'action started via WP Cron','2021-01-29 06:06:36','2021-01-29 01:06:36'),
(113708,42066,'action complete via WP Cron','2021-01-29 06:06:36','2021-01-29 01:06:36'),
(113709,42067,'action created','2021-01-29 06:06:36','2021-01-29 01:06:36'),
(113710,42067,'action started via WP Cron','2021-01-29 06:07:59','2021-01-29 01:07:59'),
(113711,42067,'action complete via WP Cron','2021-01-29 06:07:59','2021-01-29 01:07:59'),
(113712,42068,'action created','2021-01-29 06:07:59','2021-01-29 01:07:59'),
(113713,42068,'action started via WP Cron','2021-01-29 06:08:22','2021-01-29 01:08:22'),
(113714,42068,'action complete via WP Cron','2021-01-29 06:08:22','2021-01-29 01:08:22'),
(113715,42069,'action created','2021-01-29 06:08:22','2021-01-29 01:08:22'),
(113716,42069,'action started via WP Cron','2021-01-29 06:09:45','2021-01-29 01:09:45'),
(113717,42069,'action complete via WP Cron','2021-01-29 06:09:45','2021-01-29 01:09:45'),
(113718,42070,'action created','2021-01-29 06:09:45','2021-01-29 01:09:45'),
(113719,42070,'action started via WP Cron','2021-01-29 06:10:51','2021-01-29 01:10:51'),
(113720,42070,'action complete via WP Cron','2021-01-29 06:10:51','2021-01-29 01:10:51'),
(113721,42071,'action created','2021-01-29 06:10:51','2021-01-29 01:10:51'),
(113722,42071,'action started via WP Cron','2021-01-29 06:11:31','2021-01-29 01:11:31'),
(113723,42071,'action complete via WP Cron','2021-01-29 06:11:31','2021-01-29 01:11:31'),
(113724,42072,'action created','2021-01-29 06:11:31','2021-01-29 01:11:31'),
(113725,42072,'action started via WP Cron','2021-01-29 06:13:13','2021-01-29 01:13:13'),
(113726,42072,'action complete via WP Cron','2021-01-29 06:13:13','2021-01-29 01:13:13'),
(113727,42073,'action created','2021-01-29 06:13:13','2021-01-29 01:13:13'),
(113728,42073,'action started via WP Cron','2021-01-29 06:16:06','2021-01-29 01:16:06'),
(113729,42073,'action complete via WP Cron','2021-01-29 06:16:06','2021-01-29 01:16:06'),
(113730,42074,'action created','2021-01-29 06:16:06','2021-01-29 01:16:06'),
(113731,42074,'action started via WP Cron','2021-01-29 06:16:38','2021-01-29 01:16:38'),
(113732,42074,'action complete via WP Cron','2021-01-29 06:16:38','2021-01-29 01:16:38'),
(113733,42075,'action created','2021-01-29 06:16:38','2021-01-29 01:16:38'),
(113734,42075,'action started via WP Cron','2021-01-29 06:19:25','2021-01-29 01:19:25'),
(113735,42075,'action complete via WP Cron','2021-01-29 06:19:25','2021-01-29 01:19:25'),
(113736,42076,'action created','2021-01-29 06:19:25','2021-01-29 01:19:25'),
(113737,42076,'action started via WP Cron','2021-01-29 06:21:44','2021-01-29 01:21:44'),
(113738,42076,'action complete via WP Cron','2021-01-29 06:21:44','2021-01-29 01:21:44'),
(113739,42077,'action created','2021-01-29 06:21:44','2021-01-29 01:21:44'),
(113740,42077,'action started via WP Cron','2021-01-29 06:22:28','2021-01-29 01:22:28'),
(113741,42077,'action complete via WP Cron','2021-01-29 06:22:28','2021-01-29 01:22:28'),
(113742,42078,'action created','2021-01-29 06:22:28','2021-01-29 01:22:28'),
(113743,42078,'action started via WP Cron','2021-01-29 06:24:17','2021-01-29 01:24:17'),
(113744,42078,'action complete via WP Cron','2021-01-29 06:24:17','2021-01-29 01:24:17'),
(113745,42079,'action created','2021-01-29 06:24:17','2021-01-29 01:24:17'),
(113746,42079,'action started via WP Cron','2021-01-29 06:25:32','2021-01-29 01:25:32'),
(113747,42079,'action complete via WP Cron','2021-01-29 06:25:32','2021-01-29 01:25:32'),
(113748,42080,'action created','2021-01-29 06:25:33','2021-01-29 01:25:33'),
(113749,42080,'action started via WP Cron','2021-01-29 06:27:03','2021-01-29 01:27:03'),
(113750,42080,'action complete via WP Cron','2021-01-29 06:27:03','2021-01-29 01:27:03'),
(113751,42081,'action created','2021-01-29 06:27:03','2021-01-29 01:27:03'),
(113752,42081,'action started via WP Cron','2021-01-29 06:27:54','2021-01-29 01:27:54'),
(113753,42081,'action complete via WP Cron','2021-01-29 06:27:54','2021-01-29 01:27:54'),
(113754,42082,'action created','2021-01-29 06:27:54','2021-01-29 01:27:54'),
(113755,42082,'action started via WP Cron','2021-01-29 06:30:06','2021-01-29 01:30:06'),
(113756,42082,'action complete via WP Cron','2021-01-29 06:30:06','2021-01-29 01:30:06'),
(113757,42083,'action created','2021-01-29 06:30:06','2021-01-29 01:30:06'),
(113758,42083,'action started via WP Cron','2021-01-29 06:31:03','2021-01-29 01:31:03'),
(113759,42083,'action complete via WP Cron','2021-01-29 06:31:03','2021-01-29 01:31:03'),
(113760,42084,'action created','2021-01-29 06:31:03','2021-01-29 01:31:03'),
(113761,42084,'action started via WP Cron','2021-01-29 06:31:59','2021-01-29 01:31:59'),
(113762,42084,'action complete via WP Cron','2021-01-29 06:31:59','2021-01-29 01:31:59'),
(113763,42085,'action created','2021-01-29 06:31:59','2021-01-29 01:31:59'),
(113764,42085,'action started via WP Cron','2021-01-29 06:33:55','2021-01-29 01:33:55'),
(113765,42085,'action complete via WP Cron','2021-01-29 06:33:55','2021-01-29 01:33:55'),
(113766,42086,'action created','2021-01-29 06:33:55','2021-01-29 01:33:55'),
(113767,42086,'action started via WP Cron','2021-01-29 06:35:01','2021-01-29 01:35:01'),
(113768,42086,'action complete via WP Cron','2021-01-29 06:35:01','2021-01-29 01:35:01'),
(113769,42087,'action created','2021-01-29 06:35:01','2021-01-29 01:35:01'),
(113770,42087,'action started via WP Cron','2021-01-29 06:35:44','2021-01-29 01:35:44'),
(113771,42087,'action complete via WP Cron','2021-01-29 06:35:44','2021-01-29 01:35:44'),
(113772,42088,'action created','2021-01-29 06:35:44','2021-01-29 01:35:44'),
(113773,42088,'action started via WP Cron','2021-01-29 06:36:37','2021-01-29 01:36:37'),
(113774,42088,'action complete via WP Cron','2021-01-29 06:36:37','2021-01-29 01:36:37'),
(113775,42089,'action created','2021-01-29 06:36:37','2021-01-29 01:36:37'),
(113776,42089,'action started via WP Cron','2021-01-29 06:37:25','2021-01-29 01:37:25'),
(113777,42089,'action complete via WP Cron','2021-01-29 06:37:25','2021-01-29 01:37:25'),
(113778,42090,'action created','2021-01-29 06:37:25','2021-01-29 01:37:25'),
(113779,42090,'action started via WP Cron','2021-01-29 06:39:38','2021-01-29 01:39:38'),
(113780,42090,'action complete via WP Cron','2021-01-29 06:39:38','2021-01-29 01:39:38'),
(113781,42091,'action created','2021-01-29 06:39:38','2021-01-29 01:39:38'),
(113782,42091,'action started via WP Cron','2021-01-29 06:40:15','2021-01-29 01:40:15'),
(113783,42091,'action complete via WP Cron','2021-01-29 06:40:15','2021-01-29 01:40:15'),
(113784,42092,'action created','2021-01-29 06:40:15','2021-01-29 01:40:15'),
(113785,42092,'action started via WP Cron','2021-01-29 06:43:20','2021-01-29 01:43:20'),
(113786,42092,'action complete via WP Cron','2021-01-29 06:43:20','2021-01-29 01:43:20'),
(113787,42093,'action created','2021-01-29 06:43:20','2021-01-29 01:43:20'),
(113788,42093,'action started via WP Cron','2021-01-29 06:44:28','2021-01-29 01:44:28'),
(113789,42093,'action complete via WP Cron','2021-01-29 06:44:28','2021-01-29 01:44:28'),
(113790,42094,'action created','2021-01-29 06:44:28','2021-01-29 01:44:28'),
(113791,42094,'action started via WP Cron','2021-01-29 06:45:57','2021-01-29 01:45:57'),
(113792,42094,'action complete via WP Cron','2021-01-29 06:45:57','2021-01-29 01:45:57'),
(113793,42095,'action created','2021-01-29 06:45:57','2021-01-29 01:45:57'),
(113794,42095,'action started via WP Cron','2021-01-29 06:49:24','2021-01-29 01:49:24'),
(113795,42095,'action complete via WP Cron','2021-01-29 06:49:24','2021-01-29 01:49:24'),
(113796,42096,'action created','2021-01-29 06:49:24','2021-01-29 01:49:24'),
(113797,42096,'action started via WP Cron','2021-01-29 06:51:18','2021-01-29 01:51:18'),
(113798,42096,'action complete via WP Cron','2021-01-29 06:51:18','2021-01-29 01:51:18'),
(113799,42097,'action created','2021-01-29 06:51:18','2021-01-29 01:51:18'),
(113800,42097,'action started via WP Cron','2021-01-29 06:53:32','2021-01-29 01:53:32'),
(113801,42097,'action complete via WP Cron','2021-01-29 06:53:32','2021-01-29 01:53:32'),
(113802,42098,'action created','2021-01-29 06:53:32','2021-01-29 01:53:32'),
(113803,42098,'action started via WP Cron','2021-01-29 06:54:15','2021-01-29 01:54:15'),
(113804,42098,'action complete via WP Cron','2021-01-29 06:54:15','2021-01-29 01:54:15'),
(113805,42099,'action created','2021-01-29 06:54:15','2021-01-29 01:54:15'),
(113806,42099,'action started via WP Cron','2021-01-29 06:55:20','2021-01-29 01:55:20'),
(113807,42099,'action complete via WP Cron','2021-01-29 06:55:20','2021-01-29 01:55:20'),
(113808,42100,'action created','2021-01-29 06:55:20','2021-01-29 01:55:20'),
(113809,42100,'action started via WP Cron','2021-01-29 06:56:22','2021-01-29 01:56:22'),
(113810,42100,'action complete via WP Cron','2021-01-29 06:56:22','2021-01-29 01:56:22'),
(113811,42101,'action created','2021-01-29 06:56:22','2021-01-29 01:56:22'),
(113812,42101,'action started via WP Cron','2021-01-29 06:57:20','2021-01-29 01:57:20'),
(113813,42101,'action complete via WP Cron','2021-01-29 06:57:20','2021-01-29 01:57:20'),
(113814,42102,'action created','2021-01-29 06:57:20','2021-01-29 01:57:20'),
(113815,42102,'action started via WP Cron','2021-01-29 06:59:35','2021-01-29 01:59:35'),
(113816,42102,'action complete via WP Cron','2021-01-29 06:59:35','2021-01-29 01:59:35'),
(113817,42103,'action created','2021-01-29 06:59:36','2021-01-29 01:59:36'),
(113818,42103,'action started via WP Cron','2021-01-29 07:01:01','2021-01-29 02:01:01'),
(113819,42103,'action complete via WP Cron','2021-01-29 07:01:01','2021-01-29 02:01:01'),
(113820,42104,'action created','2021-01-29 07:01:01','2021-01-29 02:01:01'),
(113821,42104,'action started via WP Cron','2021-01-29 07:01:24','2021-01-29 02:01:24'),
(113822,42104,'action complete via WP Cron','2021-01-29 07:01:24','2021-01-29 02:01:24'),
(113823,42105,'action created','2021-01-29 07:01:24','2021-01-29 02:01:24'),
(113824,42105,'action started via WP Cron','2021-01-29 07:03:20','2021-01-29 02:03:20'),
(113825,42105,'action complete via WP Cron','2021-01-29 07:03:20','2021-01-29 02:03:20'),
(113826,42106,'action created','2021-01-29 07:03:20','2021-01-29 02:03:20'),
(113827,42106,'action started via WP Cron','2021-01-29 07:04:48','2021-01-29 02:04:48'),
(113828,42106,'action complete via WP Cron','2021-01-29 07:04:48','2021-01-29 02:04:48'),
(113829,42107,'action created','2021-01-29 07:04:49','2021-01-29 02:04:49'),
(113830,42107,'action started via WP Cron','2021-01-29 07:05:57','2021-01-29 02:05:57'),
(113831,42107,'action complete via WP Cron','2021-01-29 07:05:57','2021-01-29 02:05:57'),
(113832,42108,'action created','2021-01-29 07:05:57','2021-01-29 02:05:57'),
(113833,42108,'action started via WP Cron','2021-01-29 07:07:06','2021-01-29 02:07:06'),
(113834,42108,'action complete via WP Cron','2021-01-29 07:07:06','2021-01-29 02:07:06'),
(113835,42109,'action created','2021-01-29 07:07:06','2021-01-29 02:07:06'),
(113836,42109,'action started via WP Cron','2021-01-29 07:09:19','2021-01-29 02:09:19'),
(113837,42109,'action complete via WP Cron','2021-01-29 07:09:19','2021-01-29 02:09:19'),
(113838,42110,'action created','2021-01-29 07:09:19','2021-01-29 02:09:19'),
(113839,42110,'action started via WP Cron','2021-01-29 07:10:29','2021-01-29 02:10:29'),
(113840,42110,'action complete via WP Cron','2021-01-29 07:10:30','2021-01-29 02:10:30'),
(113841,42111,'action created','2021-01-29 07:10:30','2021-01-29 02:10:30'),
(113842,42111,'action started via WP Cron','2021-01-29 07:11:19','2021-01-29 02:11:19'),
(113843,42111,'action complete via WP Cron','2021-01-29 07:11:19','2021-01-29 02:11:19'),
(113844,42112,'action created','2021-01-29 07:11:20','2021-01-29 02:11:20'),
(113845,42112,'action started via WP Cron','2021-01-29 07:12:12','2021-01-29 02:12:12'),
(113846,42112,'action complete via WP Cron','2021-01-29 07:12:12','2021-01-29 02:12:12'),
(113847,42113,'action created','2021-01-29 07:12:12','2021-01-29 02:12:12'),
(113848,42113,'action started via WP Cron','2021-01-29 07:13:49','2021-01-29 02:13:49'),
(113849,42113,'action complete via WP Cron','2021-01-29 07:13:49','2021-01-29 02:13:49'),
(113850,42114,'action created','2021-01-29 07:13:49','2021-01-29 02:13:49'),
(113851,42114,'action started via WP Cron','2021-01-29 07:14:45','2021-01-29 02:14:45'),
(113852,42114,'action complete via WP Cron','2021-01-29 07:14:45','2021-01-29 02:14:45'),
(113853,42115,'action created','2021-01-29 07:14:45','2021-01-29 02:14:45'),
(113854,42115,'action started via WP Cron','2021-01-29 07:15:13','2021-01-29 02:15:13'),
(113855,42115,'action complete via WP Cron','2021-01-29 07:15:13','2021-01-29 02:15:13'),
(113856,42116,'action created','2021-01-29 07:15:13','2021-01-29 02:15:13'),
(113857,42116,'action started via WP Cron','2021-01-29 07:16:29','2021-01-29 02:16:29'),
(113858,42116,'action complete via WP Cron','2021-01-29 07:16:29','2021-01-29 02:16:29'),
(113859,42117,'action created','2021-01-29 07:16:29','2021-01-29 02:16:29'),
(113860,42117,'action started via WP Cron','2021-01-29 07:18:01','2021-01-29 02:18:01'),
(113861,42117,'action complete via WP Cron','2021-01-29 07:18:01','2021-01-29 02:18:01'),
(113862,42118,'action created','2021-01-29 07:18:01','2021-01-29 02:18:01'),
(113863,42118,'action started via WP Cron','2021-01-29 07:18:53','2021-01-29 02:18:53'),
(113864,42118,'action complete via WP Cron','2021-01-29 07:18:53','2021-01-29 02:18:53'),
(113865,42119,'action created','2021-01-29 07:18:53','2021-01-29 02:18:53'),
(113866,42119,'action started via WP Cron','2021-01-29 07:20:01','2021-01-29 02:20:01'),
(113867,42119,'action complete via WP Cron','2021-01-29 07:20:01','2021-01-29 02:20:01'),
(113868,42120,'action created','2021-01-29 07:20:01','2021-01-29 02:20:01'),
(113869,42120,'action started via WP Cron','2021-01-29 07:20:54','2021-01-29 02:20:54'),
(113870,42120,'action complete via WP Cron','2021-01-29 07:20:54','2021-01-29 02:20:54'),
(113871,42121,'action created','2021-01-29 07:20:54','2021-01-29 02:20:54'),
(113872,42121,'action started via WP Cron','2021-01-29 07:21:23','2021-01-29 02:21:23'),
(113873,42121,'action complete via WP Cron','2021-01-29 07:21:23','2021-01-29 02:21:23'),
(113874,42122,'action created','2021-01-29 07:21:23','2021-01-29 02:21:23'),
(113875,42122,'action started via WP Cron','2021-01-29 07:22:20','2021-01-29 02:22:20'),
(113876,42122,'action complete via WP Cron','2021-01-29 07:22:20','2021-01-29 02:22:20'),
(113877,42123,'action created','2021-01-29 07:22:20','2021-01-29 02:22:20'),
(113878,42123,'action started via WP Cron','2021-01-29 07:24:06','2021-01-29 02:24:06'),
(113879,42123,'action complete via WP Cron','2021-01-29 07:24:06','2021-01-29 02:24:06'),
(113880,42124,'action created','2021-01-29 07:24:06','2021-01-29 02:24:06'),
(113881,42124,'action started via WP Cron','2021-01-29 07:24:23','2021-01-29 02:24:23'),
(113882,42124,'action complete via WP Cron','2021-01-29 07:24:23','2021-01-29 02:24:23'),
(113883,42125,'action created','2021-01-29 07:24:23','2021-01-29 02:24:23'),
(113884,42125,'action started via WP Cron','2021-01-29 07:25:47','2021-01-29 02:25:47'),
(113885,42125,'action complete via WP Cron','2021-01-29 07:25:47','2021-01-29 02:25:47'),
(113886,42126,'action created','2021-01-29 07:25:47','2021-01-29 02:25:47'),
(113887,42126,'action started via WP Cron','2021-01-29 07:27:25','2021-01-29 02:27:25'),
(113888,42126,'action complete via WP Cron','2021-01-29 07:27:25','2021-01-29 02:27:25'),
(113889,42127,'action created','2021-01-29 07:27:25','2021-01-29 02:27:25'),
(113890,42127,'action started via WP Cron','2021-01-29 07:28:14','2021-01-29 02:28:14'),
(113891,42127,'action complete via WP Cron','2021-01-29 07:28:14','2021-01-29 02:28:14'),
(113892,42128,'action created','2021-01-29 07:28:14','2021-01-29 02:28:14'),
(113893,42128,'action started via WP Cron','2021-01-29 07:29:23','2021-01-29 02:29:23'),
(113894,42128,'action complete via WP Cron','2021-01-29 07:29:23','2021-01-29 02:29:23'),
(113895,42129,'action created','2021-01-29 07:29:23','2021-01-29 02:29:23'),
(113896,42129,'action started via WP Cron','2021-01-29 07:31:48','2021-01-29 02:31:48'),
(113897,42129,'action complete via WP Cron','2021-01-29 07:31:48','2021-01-29 02:31:48'),
(113898,42130,'action created','2021-01-29 07:31:48','2021-01-29 02:31:48'),
(113899,42130,'action started via WP Cron','2021-01-29 07:33:08','2021-01-29 02:33:08'),
(113900,42130,'action complete via WP Cron','2021-01-29 07:33:08','2021-01-29 02:33:08'),
(113901,42131,'action created','2021-01-29 07:33:08','2021-01-29 02:33:08'),
(113902,42131,'action started via WP Cron','2021-01-29 07:38:17','2021-01-29 02:38:17'),
(113903,42131,'action complete via WP Cron','2021-01-29 07:38:17','2021-01-29 02:38:17'),
(113904,42132,'action created','2021-01-29 07:38:17','2021-01-29 02:38:17'),
(113905,42132,'action started via WP Cron','2021-01-29 07:39:22','2021-01-29 02:39:22'),
(113906,42132,'action complete via WP Cron','2021-01-29 07:39:22','2021-01-29 02:39:22'),
(113907,42133,'action created','2021-01-29 07:39:22','2021-01-29 02:39:22'),
(113908,42133,'action started via WP Cron','2021-01-29 07:41:16','2021-01-29 02:41:16'),
(113909,42133,'action complete via WP Cron','2021-01-29 07:41:16','2021-01-29 02:41:16'),
(113910,42134,'action created','2021-01-29 07:41:16','2021-01-29 02:41:16'),
(113911,42134,'action started via WP Cron','2021-01-29 07:43:15','2021-01-29 02:43:15'),
(113912,42134,'action complete via WP Cron','2021-01-29 07:43:15','2021-01-29 02:43:15'),
(113913,42135,'action created','2021-01-29 07:43:15','2021-01-29 02:43:15'),
(113914,42135,'action started via WP Cron','2021-01-29 07:44:24','2021-01-29 02:44:24'),
(113915,42135,'action complete via WP Cron','2021-01-29 07:44:24','2021-01-29 02:44:24'),
(113916,42136,'action created','2021-01-29 07:44:25','2021-01-29 02:44:25'),
(113917,42136,'action started via WP Cron','2021-01-29 07:45:12','2021-01-29 02:45:12'),
(113918,42136,'action complete via WP Cron','2021-01-29 07:45:12','2021-01-29 02:45:12'),
(113919,42137,'action created','2021-01-29 07:45:12','2021-01-29 02:45:12'),
(113920,42137,'action started via WP Cron','2021-01-29 07:46:23','2021-01-29 02:46:23'),
(113921,42137,'action complete via WP Cron','2021-01-29 07:46:23','2021-01-29 02:46:23'),
(113922,42138,'action created','2021-01-29 07:46:23','2021-01-29 02:46:23'),
(113923,42138,'action started via WP Cron','2021-01-29 07:48:29','2021-01-29 02:48:29'),
(113924,42138,'action complete via WP Cron','2021-01-29 07:48:29','2021-01-29 02:48:29'),
(113925,42139,'action created','2021-01-29 07:48:29','2021-01-29 02:48:29'),
(113926,42139,'action started via WP Cron','2021-01-29 07:50:30','2021-01-29 02:50:30'),
(113927,42139,'action complete via WP Cron','2021-01-29 07:50:30','2021-01-29 02:50:30'),
(113928,42140,'action created','2021-01-29 07:50:30','2021-01-29 02:50:30'),
(113929,42140,'action started via WP Cron','2021-01-29 07:51:22','2021-01-29 02:51:22'),
(113930,42140,'action complete via WP Cron','2021-01-29 07:51:22','2021-01-29 02:51:22'),
(113931,42141,'action created','2021-01-29 07:51:23','2021-01-29 02:51:23'),
(113932,42141,'action started via WP Cron','2021-01-29 07:52:27','2021-01-29 02:52:27'),
(113933,42141,'action complete via WP Cron','2021-01-29 07:52:27','2021-01-29 02:52:27'),
(113934,42142,'action created','2021-01-29 07:52:27','2021-01-29 02:52:27'),
(113935,42142,'action started via WP Cron','2021-01-29 07:53:25','2021-01-29 02:53:25'),
(113936,42142,'action complete via WP Cron','2021-01-29 07:53:25','2021-01-29 02:53:25'),
(113937,42143,'action created','2021-01-29 07:53:25','2021-01-29 02:53:25'),
(113938,42143,'action started via WP Cron','2021-01-29 07:56:13','2021-01-29 02:56:13'),
(113939,42143,'action complete via WP Cron','2021-01-29 07:56:13','2021-01-29 02:56:13'),
(113940,42144,'action created','2021-01-29 07:56:13','2021-01-29 02:56:13'),
(113941,42144,'action started via WP Cron','2021-01-29 07:57:21','2021-01-29 02:57:21'),
(113942,42144,'action complete via WP Cron','2021-01-29 07:57:21','2021-01-29 02:57:21'),
(113943,42145,'action created','2021-01-29 07:57:21','2021-01-29 02:57:21'),
(113944,42145,'action started via WP Cron','2021-01-29 07:58:55','2021-01-29 02:58:55'),
(113945,42145,'action complete via WP Cron','2021-01-29 07:58:55','2021-01-29 02:58:55'),
(113946,42146,'action created','2021-01-29 07:58:55','2021-01-29 02:58:55'),
(113947,42146,'action started via WP Cron','2021-01-29 08:00:12','2021-01-29 03:00:12'),
(113948,42146,'action complete via WP Cron','2021-01-29 08:00:12','2021-01-29 03:00:12'),
(113949,42147,'action created','2021-01-29 08:00:12','2021-01-29 03:00:12'),
(113950,42147,'action started via WP Cron','2021-01-29 08:04:01','2021-01-29 03:04:01'),
(113951,42147,'action complete via WP Cron','2021-01-29 08:04:01','2021-01-29 03:04:01'),
(113952,42148,'action created','2021-01-29 08:04:01','2021-01-29 03:04:01'),
(113953,42148,'action started via WP Cron','2021-01-29 08:04:28','2021-01-29 03:04:28'),
(113954,42148,'action complete via WP Cron','2021-01-29 08:04:28','2021-01-29 03:04:28'),
(113955,42149,'action created','2021-01-29 08:04:28','2021-01-29 03:04:28'),
(113956,42149,'action started via WP Cron','2021-01-29 08:05:45','2021-01-29 03:05:45'),
(113957,42149,'action complete via WP Cron','2021-01-29 08:05:45','2021-01-29 03:05:45'),
(113958,42150,'action created','2021-01-29 08:05:45','2021-01-29 03:05:45'),
(113959,42150,'action started via WP Cron','2021-01-29 08:06:57','2021-01-29 03:06:57'),
(113960,42150,'action complete via WP Cron','2021-01-29 08:06:57','2021-01-29 03:06:57'),
(113961,42151,'action created','2021-01-29 08:06:57','2021-01-29 03:06:57'),
(113962,42151,'action started via WP Cron','2021-01-29 08:09:40','2021-01-29 03:09:40'),
(113963,42151,'action complete via WP Cron','2021-01-29 08:09:40','2021-01-29 03:09:40'),
(113964,42152,'action created','2021-01-29 08:09:40','2021-01-29 03:09:40'),
(113965,42152,'action started via WP Cron','2021-01-29 08:10:19','2021-01-29 03:10:19'),
(113966,42152,'action complete via WP Cron','2021-01-29 08:10:19','2021-01-29 03:10:19'),
(113967,42153,'action created','2021-01-29 08:10:19','2021-01-29 03:10:19'),
(113968,42153,'action started via WP Cron','2021-01-29 08:11:19','2021-01-29 03:11:19'),
(113969,42153,'action complete via WP Cron','2021-01-29 08:11:19','2021-01-29 03:11:19'),
(113970,42154,'action created','2021-01-29 08:11:19','2021-01-29 03:11:19'),
(113971,42154,'action started via WP Cron','2021-01-29 08:15:46','2021-01-29 03:15:46'),
(113972,42154,'action complete via WP Cron','2021-01-29 08:15:46','2021-01-29 03:15:46'),
(113973,42155,'action created','2021-01-29 08:15:46','2021-01-29 03:15:46'),
(113974,42155,'action started via WP Cron','2021-01-29 08:16:41','2021-01-29 03:16:41'),
(113975,42155,'action complete via WP Cron','2021-01-29 08:16:41','2021-01-29 03:16:41'),
(113976,42156,'action created','2021-01-29 08:16:41','2021-01-29 03:16:41'),
(113977,42156,'action started via WP Cron','2021-01-29 08:19:10','2021-01-29 03:19:10'),
(113978,42156,'action complete via WP Cron','2021-01-29 08:19:10','2021-01-29 03:19:10'),
(113979,42157,'action created','2021-01-29 08:19:10','2021-01-29 03:19:10'),
(113980,42157,'action started via WP Cron','2021-01-29 08:20:12','2021-01-29 03:20:12'),
(113981,42157,'action complete via WP Cron','2021-01-29 08:20:12','2021-01-29 03:20:12'),
(113982,42158,'action created','2021-01-29 08:20:12','2021-01-29 03:20:12'),
(113983,42158,'action started via WP Cron','2021-01-29 08:21:25','2021-01-29 03:21:25'),
(113984,42158,'action complete via WP Cron','2021-01-29 08:21:25','2021-01-29 03:21:25'),
(113985,42159,'action created','2021-01-29 08:21:25','2021-01-29 03:21:25'),
(113986,42159,'action started via WP Cron','2021-01-29 08:22:56','2021-01-29 03:22:56'),
(113987,42159,'action complete via WP Cron','2021-01-29 08:22:56','2021-01-29 03:22:56'),
(113988,42160,'action created','2021-01-29 08:22:56','2021-01-29 03:22:56'),
(113989,42160,'action started via WP Cron','2021-01-29 08:23:31','2021-01-29 03:23:31'),
(113990,42160,'action complete via WP Cron','2021-01-29 08:23:31','2021-01-29 03:23:31'),
(113991,42161,'action created','2021-01-29 08:23:31','2021-01-29 03:23:31'),
(113992,42161,'action started via WP Cron','2021-01-29 08:24:28','2021-01-29 03:24:28'),
(113993,42161,'action complete via WP Cron','2021-01-29 08:24:28','2021-01-29 03:24:28'),
(113994,42162,'action created','2021-01-29 08:24:28','2021-01-29 03:24:28'),
(113995,42162,'action started via WP Cron','2021-01-29 08:26:13','2021-01-29 03:26:13'),
(113996,42162,'action complete via WP Cron','2021-01-29 08:26:13','2021-01-29 03:26:13'),
(113997,42163,'action created','2021-01-29 08:26:14','2021-01-29 03:26:14'),
(113998,42163,'action started via WP Cron','2021-01-29 08:27:22','2021-01-29 03:27:22'),
(113999,42163,'action complete via WP Cron','2021-01-29 08:27:22','2021-01-29 03:27:22'),
(114000,42164,'action created','2021-01-29 08:27:22','2021-01-29 03:27:22'),
(114001,42164,'action started via WP Cron','2021-01-29 08:28:36','2021-01-29 03:28:36'),
(114002,42164,'action complete via WP Cron','2021-01-29 08:28:36','2021-01-29 03:28:36'),
(114003,42165,'action created','2021-01-29 08:28:36','2021-01-29 03:28:36'),
(114004,42165,'action started via WP Cron','2021-01-29 08:29:15','2021-01-29 03:29:15'),
(114005,42165,'action complete via WP Cron','2021-01-29 08:29:15','2021-01-29 03:29:15'),
(114006,42166,'action created','2021-01-29 08:29:15','2021-01-29 03:29:15'),
(114007,42166,'action started via WP Cron','2021-01-29 08:30:12','2021-01-29 03:30:12'),
(114008,42166,'action complete via WP Cron','2021-01-29 08:30:12','2021-01-29 03:30:12'),
(114009,42167,'action created','2021-01-29 08:30:12','2021-01-29 03:30:12'),
(114010,42167,'action started via WP Cron','2021-01-29 08:31:14','2021-01-29 03:31:14'),
(114011,42167,'action complete via WP Cron','2021-01-29 08:31:14','2021-01-29 03:31:14'),
(114012,42168,'action created','2021-01-29 08:31:14','2021-01-29 03:31:14'),
(114013,42168,'action started via WP Cron','2021-01-29 08:32:13','2021-01-29 03:32:13'),
(114014,42168,'action complete via WP Cron','2021-01-29 08:32:13','2021-01-29 03:32:13'),
(114015,42169,'action created','2021-01-29 08:32:14','2021-01-29 03:32:14'),
(114016,42169,'action started via WP Cron','2021-01-29 08:33:12','2021-01-29 03:33:12'),
(114017,42169,'action complete via WP Cron','2021-01-29 08:33:12','2021-01-29 03:33:12'),
(114018,42170,'action created','2021-01-29 08:33:12','2021-01-29 03:33:12'),
(114019,42170,'action started via WP Cron','2021-01-29 08:34:14','2021-01-29 03:34:14'),
(114020,42170,'action complete via WP Cron','2021-01-29 08:34:14','2021-01-29 03:34:14'),
(114021,42171,'action created','2021-01-29 08:34:14','2021-01-29 03:34:14'),
(114022,42171,'action started via WP Cron','2021-01-29 08:35:14','2021-01-29 03:35:14'),
(114023,42171,'action complete via WP Cron','2021-01-29 08:35:14','2021-01-29 03:35:14'),
(114024,42172,'action created','2021-01-29 08:35:14','2021-01-29 03:35:14'),
(114025,42172,'action started via WP Cron','2021-01-29 08:36:14','2021-01-29 03:36:14'),
(114026,42172,'action complete via WP Cron','2021-01-29 08:36:14','2021-01-29 03:36:14'),
(114027,42173,'action created','2021-01-29 08:36:14','2021-01-29 03:36:14'),
(114028,42173,'action started via WP Cron','2021-01-29 08:37:44','2021-01-29 03:37:44'),
(114029,42173,'action complete via WP Cron','2021-01-29 08:37:44','2021-01-29 03:37:44'),
(114030,42174,'action created','2021-01-29 08:37:44','2021-01-29 03:37:44'),
(114031,42174,'action started via WP Cron','2021-01-29 08:38:39','2021-01-29 03:38:39'),
(114032,42174,'action complete via WP Cron','2021-01-29 08:38:39','2021-01-29 03:38:39'),
(114033,42175,'action created','2021-01-29 08:38:39','2021-01-29 03:38:39'),
(114034,42175,'action started via WP Cron','2021-01-29 08:39:16','2021-01-29 03:39:16'),
(114035,42175,'action complete via WP Cron','2021-01-29 08:39:16','2021-01-29 03:39:16'),
(114036,42176,'action created','2021-01-29 08:39:16','2021-01-29 03:39:16'),
(114037,42176,'action started via WP Cron','2021-01-29 08:40:55','2021-01-29 03:40:55'),
(114038,42176,'action complete via WP Cron','2021-01-29 08:40:55','2021-01-29 03:40:55'),
(114039,42177,'action created','2021-01-29 08:40:55','2021-01-29 03:40:55'),
(114040,42177,'action started via WP Cron','2021-01-29 08:45:09','2021-01-29 03:45:09'),
(114041,42177,'action complete via WP Cron','2021-01-29 08:45:10','2021-01-29 03:45:10'),
(114042,42178,'action created','2021-01-29 08:45:10','2021-01-29 03:45:10'),
(114043,42178,'action started via WP Cron','2021-01-29 08:47:32','2021-01-29 03:47:32'),
(114044,42178,'action complete via WP Cron','2021-01-29 08:47:32','2021-01-29 03:47:32'),
(114045,42179,'action created','2021-01-29 08:47:32','2021-01-29 03:47:32'),
(114046,42179,'action started via WP Cron','2021-01-29 08:48:58','2021-01-29 03:48:58'),
(114047,42179,'action complete via WP Cron','2021-01-29 08:48:58','2021-01-29 03:48:58'),
(114048,42180,'action created','2021-01-29 08:48:58','2021-01-29 03:48:58'),
(114049,42180,'action started via WP Cron','2021-01-29 08:49:31','2021-01-29 03:49:31'),
(114050,42180,'action complete via WP Cron','2021-01-29 08:49:31','2021-01-29 03:49:31'),
(114051,42181,'action created','2021-01-29 08:49:32','2021-01-29 03:49:32'),
(114052,42181,'action started via WP Cron','2021-01-29 08:53:57','2021-01-29 03:53:57'),
(114053,42181,'action complete via WP Cron','2021-01-29 08:53:57','2021-01-29 03:53:57'),
(114054,42182,'action created','2021-01-29 08:53:57','2021-01-29 03:53:57'),
(114055,42182,'action started via WP Cron','2021-01-29 08:54:48','2021-01-29 03:54:48'),
(114056,42182,'action complete via WP Cron','2021-01-29 08:54:48','2021-01-29 03:54:48'),
(114057,42183,'action created','2021-01-29 08:54:48','2021-01-29 03:54:48'),
(114058,42183,'action started via WP Cron','2021-01-29 08:55:57','2021-01-29 03:55:57'),
(114059,42183,'action complete via WP Cron','2021-01-29 08:55:57','2021-01-29 03:55:57'),
(114060,42184,'action created','2021-01-29 08:55:57','2021-01-29 03:55:57'),
(114061,42184,'action started via WP Cron','2021-01-29 08:56:49','2021-01-29 03:56:49'),
(114062,42184,'action complete via WP Cron','2021-01-29 08:56:49','2021-01-29 03:56:49'),
(114063,42185,'action created','2021-01-29 08:56:49','2021-01-29 03:56:49'),
(114064,42185,'action started via WP Cron','2021-01-29 08:57:19','2021-01-29 03:57:19'),
(114065,42185,'action complete via WP Cron','2021-01-29 08:57:19','2021-01-29 03:57:19'),
(114066,42186,'action created','2021-01-29 08:57:19','2021-01-29 03:57:19'),
(114067,42186,'action started via WP Cron','2021-01-29 08:58:36','2021-01-29 03:58:36'),
(114068,42186,'action complete via WP Cron','2021-01-29 08:58:36','2021-01-29 03:58:36'),
(114069,42187,'action created','2021-01-29 08:58:36','2021-01-29 03:58:36'),
(114070,42187,'action started via WP Cron','2021-01-29 09:00:21','2021-01-29 04:00:21'),
(114071,42187,'action complete via WP Cron','2021-01-29 09:00:21','2021-01-29 04:00:21'),
(114072,42188,'action created','2021-01-29 09:00:21','2021-01-29 04:00:21'),
(114073,42188,'action started via WP Cron','2021-01-29 09:01:30','2021-01-29 04:01:30'),
(114074,42188,'action complete via WP Cron','2021-01-29 09:01:30','2021-01-29 04:01:30'),
(114075,42189,'action created','2021-01-29 09:01:30','2021-01-29 04:01:30'),
(114076,42189,'action started via WP Cron','2021-01-29 09:02:14','2021-01-29 04:02:14'),
(114077,42189,'action complete via WP Cron','2021-01-29 09:02:14','2021-01-29 04:02:14'),
(114078,42190,'action created','2021-01-29 09:02:14','2021-01-29 04:02:14'),
(114079,42190,'action started via WP Cron','2021-01-29 09:04:03','2021-01-29 04:04:03'),
(114080,42190,'action complete via WP Cron','2021-01-29 09:04:03','2021-01-29 04:04:03'),
(114081,42191,'action created','2021-01-29 09:04:03','2021-01-29 04:04:03'),
(114082,42191,'action started via WP Cron','2021-01-29 09:05:04','2021-01-29 04:05:04'),
(114083,42191,'action complete via WP Cron','2021-01-29 09:05:04','2021-01-29 04:05:04'),
(114084,42192,'action created','2021-01-29 09:05:04','2021-01-29 04:05:04'),
(114085,42192,'action started via WP Cron','2021-01-29 09:06:22','2021-01-29 04:06:22'),
(114086,42192,'action complete via WP Cron','2021-01-29 09:06:22','2021-01-29 04:06:22'),
(114087,42193,'action created','2021-01-29 09:06:22','2021-01-29 04:06:22'),
(114088,42193,'action started via WP Cron','2021-01-29 09:07:44','2021-01-29 04:07:44'),
(114089,42193,'action complete via WP Cron','2021-01-29 09:07:44','2021-01-29 04:07:44'),
(114090,42194,'action created','2021-01-29 09:07:44','2021-01-29 04:07:44'),
(114091,42194,'action started via WP Cron','2021-01-29 09:12:29','2021-01-29 04:12:29'),
(114092,42194,'action complete via WP Cron','2021-01-29 09:12:29','2021-01-29 04:12:29'),
(114093,42195,'action created','2021-01-29 09:12:29','2021-01-29 04:12:29'),
(114094,42195,'action started via WP Cron','2021-01-29 09:13:28','2021-01-29 04:13:28'),
(114095,42195,'action complete via WP Cron','2021-01-29 09:13:28','2021-01-29 04:13:28'),
(114096,42196,'action created','2021-01-29 09:13:28','2021-01-29 04:13:28'),
(114097,42196,'action started via WP Cron','2021-01-29 09:15:22','2021-01-29 04:15:22'),
(114098,42196,'action complete via WP Cron','2021-01-29 09:15:22','2021-01-29 04:15:22'),
(114099,42197,'action created','2021-01-29 09:15:23','2021-01-29 04:15:23'),
(114100,42197,'action started via WP Cron','2021-01-29 09:16:15','2021-01-29 04:16:15'),
(114101,42197,'action complete via WP Cron','2021-01-29 09:16:15','2021-01-29 04:16:15'),
(114102,42198,'action created','2021-01-29 09:16:15','2021-01-29 04:16:15'),
(114103,42198,'action started via WP Cron','2021-01-29 09:17:12','2021-01-29 04:17:12'),
(114104,42198,'action complete via WP Cron','2021-01-29 09:17:12','2021-01-29 04:17:12'),
(114105,42199,'action created','2021-01-29 09:17:12','2021-01-29 04:17:12'),
(114106,42199,'action started via WP Cron','2021-01-29 09:18:35','2021-01-29 04:18:35'),
(114107,42199,'action complete via WP Cron','2021-01-29 09:18:35','2021-01-29 04:18:35'),
(114108,42200,'action created','2021-01-29 09:18:35','2021-01-29 04:18:35'),
(114109,42200,'action started via WP Cron','2021-01-29 09:19:16','2021-01-29 04:19:16'),
(114110,42200,'action complete via WP Cron','2021-01-29 09:19:16','2021-01-29 04:19:16'),
(114111,42201,'action created','2021-01-29 09:19:16','2021-01-29 04:19:16'),
(114112,42201,'action started via WP Cron','2021-01-29 09:21:20','2021-01-29 04:21:20'),
(114113,42201,'action complete via WP Cron','2021-01-29 09:21:20','2021-01-29 04:21:20'),
(114114,42202,'action created','2021-01-29 09:21:20','2021-01-29 04:21:20'),
(114115,42202,'action started via WP Cron','2021-01-29 09:24:48','2021-01-29 04:24:48'),
(114116,42202,'action complete via WP Cron','2021-01-29 09:24:48','2021-01-29 04:24:48'),
(114117,42203,'action created','2021-01-29 09:24:48','2021-01-29 04:24:48'),
(114118,42203,'action started via WP Cron','2021-01-29 09:25:25','2021-01-29 04:25:25'),
(114119,42203,'action complete via WP Cron','2021-01-29 09:25:25','2021-01-29 04:25:25'),
(114120,42204,'action created','2021-01-29 09:25:25','2021-01-29 04:25:25'),
(114121,42204,'action started via WP Cron','2021-01-29 09:26:51','2021-01-29 04:26:51'),
(114122,42204,'action complete via WP Cron','2021-01-29 09:26:51','2021-01-29 04:26:51'),
(114123,42205,'action created','2021-01-29 09:26:51','2021-01-29 04:26:51'),
(114124,42205,'action started via WP Cron','2021-01-29 09:29:44','2021-01-29 04:29:44'),
(114125,42205,'action complete via WP Cron','2021-01-29 09:29:44','2021-01-29 04:29:44'),
(114126,42206,'action created','2021-01-29 09:29:45','2021-01-29 04:29:45'),
(114127,42206,'action started via WP Cron','2021-01-29 09:30:58','2021-01-29 04:30:58'),
(114128,42206,'action complete via WP Cron','2021-01-29 09:30:58','2021-01-29 04:30:58'),
(114129,42207,'action created','2021-01-29 09:30:58','2021-01-29 04:30:58'),
(114130,42207,'action started via WP Cron','2021-01-29 09:31:29','2021-01-29 04:31:29'),
(114131,42207,'action complete via WP Cron','2021-01-29 09:31:29','2021-01-29 04:31:29'),
(114132,42208,'action created','2021-01-29 09:31:29','2021-01-29 04:31:29'),
(114133,42208,'action started via WP Cron','2021-01-29 09:33:37','2021-01-29 04:33:37'),
(114134,42208,'action complete via WP Cron','2021-01-29 09:33:37','2021-01-29 04:33:37'),
(114135,42209,'action created','2021-01-29 09:33:37','2021-01-29 04:33:37'),
(114136,42209,'action started via WP Cron','2021-01-29 09:34:26','2021-01-29 04:34:26'),
(114137,42209,'action complete via WP Cron','2021-01-29 09:34:26','2021-01-29 04:34:26'),
(114138,42210,'action created','2021-01-29 09:34:26','2021-01-29 04:34:26'),
(114139,42210,'action started via WP Cron','2021-01-29 09:36:03','2021-01-29 04:36:03'),
(114140,42210,'action complete via WP Cron','2021-01-29 09:36:03','2021-01-29 04:36:03'),
(114141,42211,'action created','2021-01-29 09:36:03','2021-01-29 04:36:03'),
(114142,42211,'action started via WP Cron','2021-01-29 09:37:54','2021-01-29 04:37:54'),
(114143,42211,'action complete via WP Cron','2021-01-29 09:37:54','2021-01-29 04:37:54'),
(114144,42212,'action created','2021-01-29 09:37:54','2021-01-29 04:37:54'),
(114145,42212,'action started via WP Cron','2021-01-29 09:38:37','2021-01-29 04:38:37'),
(114146,42212,'action complete via WP Cron','2021-01-29 09:38:37','2021-01-29 04:38:37'),
(114147,42213,'action created','2021-01-29 09:38:37','2021-01-29 04:38:37'),
(114148,42213,'action started via WP Cron','2021-01-29 09:40:31','2021-01-29 04:40:31'),
(114149,42213,'action complete via WP Cron','2021-01-29 09:40:31','2021-01-29 04:40:31'),
(114150,42214,'action created','2021-01-29 09:40:31','2021-01-29 04:40:31'),
(114151,42214,'action started via WP Cron','2021-01-29 09:42:32','2021-01-29 04:42:32'),
(114152,42214,'action complete via WP Cron','2021-01-29 09:42:32','2021-01-29 04:42:32'),
(114153,42215,'action created','2021-01-29 09:42:32','2021-01-29 04:42:32'),
(114154,42215,'action started via WP Cron','2021-01-29 09:44:21','2021-01-29 04:44:21'),
(114155,42215,'action complete via WP Cron','2021-01-29 09:44:21','2021-01-29 04:44:21'),
(114156,42216,'action created','2021-01-29 09:44:21','2021-01-29 04:44:21'),
(114157,42216,'action started via WP Cron','2021-01-29 09:45:23','2021-01-29 04:45:23'),
(114158,42216,'action complete via WP Cron','2021-01-29 09:45:23','2021-01-29 04:45:23'),
(114159,42217,'action created','2021-01-29 09:45:23','2021-01-29 04:45:23'),
(114160,42217,'action started via WP Cron','2021-01-29 09:46:46','2021-01-29 04:46:46'),
(114161,42217,'action complete via WP Cron','2021-01-29 09:46:46','2021-01-29 04:46:46'),
(114162,42218,'action created','2021-01-29 09:46:47','2021-01-29 04:46:47'),
(114163,42218,'action started via WP Cron','2021-01-29 09:47:53','2021-01-29 04:47:53'),
(114164,42218,'action complete via WP Cron','2021-01-29 09:47:53','2021-01-29 04:47:53'),
(114165,42219,'action created','2021-01-29 09:47:53','2021-01-29 04:47:53'),
(114166,42219,'action started via WP Cron','2021-01-29 09:48:23','2021-01-29 04:48:23'),
(114167,42219,'action complete via WP Cron','2021-01-29 09:48:23','2021-01-29 04:48:23'),
(114168,42220,'action created','2021-01-29 09:48:23','2021-01-29 04:48:23'),
(114169,42220,'action started via WP Cron','2021-01-29 09:50:22','2021-01-29 04:50:22'),
(114170,42220,'action complete via WP Cron','2021-01-29 09:50:22','2021-01-29 04:50:22'),
(114171,42221,'action created','2021-01-29 09:50:22','2021-01-29 04:50:22'),
(114172,42221,'action started via WP Cron','2021-01-29 09:53:50','2021-01-29 04:53:50'),
(114173,42221,'action complete via WP Cron','2021-01-29 09:53:50','2021-01-29 04:53:50'),
(114174,42222,'action created','2021-01-29 09:53:50','2021-01-29 04:53:50'),
(114175,42222,'action started via WP Cron','2021-01-29 09:55:14','2021-01-29 04:55:14'),
(114176,42222,'action complete via WP Cron','2021-01-29 09:55:14','2021-01-29 04:55:14'),
(114177,42223,'action created','2021-01-29 09:55:14','2021-01-29 04:55:14'),
(114178,42223,'action started via WP Cron','2021-01-29 09:57:03','2021-01-29 04:57:03'),
(114179,42223,'action complete via WP Cron','2021-01-29 09:57:03','2021-01-29 04:57:03'),
(114180,42224,'action created','2021-01-29 09:57:03','2021-01-29 04:57:03'),
(114181,42224,'action started via WP Cron','2021-01-29 09:58:09','2021-01-29 04:58:09'),
(114182,42224,'action complete via WP Cron','2021-01-29 09:58:09','2021-01-29 04:58:09'),
(114183,42225,'action created','2021-01-29 09:58:09','2021-01-29 04:58:09'),
(114184,42225,'action started via WP Cron','2021-01-29 09:59:16','2021-01-29 04:59:16'),
(114185,42225,'action complete via WP Cron','2021-01-29 09:59:16','2021-01-29 04:59:16'),
(114186,42226,'action created','2021-01-29 09:59:16','2021-01-29 04:59:16'),
(114187,42226,'action started via WP Cron','2021-01-29 10:00:14','2021-01-29 05:00:14'),
(114188,42226,'action complete via WP Cron','2021-01-29 10:00:14','2021-01-29 05:00:14'),
(114189,42227,'action created','2021-01-29 10:00:14','2021-01-29 05:00:14'),
(114190,42227,'action started via WP Cron','2021-01-29 10:03:08','2021-01-29 05:03:08'),
(114191,42227,'action complete via WP Cron','2021-01-29 10:03:08','2021-01-29 05:03:08'),
(114192,42228,'action created','2021-01-29 10:03:09','2021-01-29 05:03:09'),
(114193,42228,'action started via WP Cron','2021-01-29 10:11:05','2021-01-29 05:11:05'),
(114194,42228,'action complete via WP Cron','2021-01-29 10:11:05','2021-01-29 05:11:05'),
(114195,42229,'action created','2021-01-29 10:11:05','2021-01-29 05:11:05'),
(114196,42229,'action started via WP Cron','2021-01-29 10:12:03','2021-01-29 05:12:03'),
(114197,42229,'action complete via WP Cron','2021-01-29 10:12:03','2021-01-29 05:12:03'),
(114198,42230,'action created','2021-01-29 10:12:03','2021-01-29 05:12:03'),
(114199,42230,'action started via WP Cron','2021-01-29 10:12:45','2021-01-29 05:12:45'),
(114200,42230,'action complete via WP Cron','2021-01-29 10:12:45','2021-01-29 05:12:45'),
(114201,42231,'action created','2021-01-29 10:12:45','2021-01-29 05:12:45'),
(114202,42231,'action started via WP Cron','2021-01-29 10:13:18','2021-01-29 05:13:18'),
(114203,42231,'action complete via WP Cron','2021-01-29 10:13:18','2021-01-29 05:13:18'),
(114204,42232,'action created','2021-01-29 10:13:18','2021-01-29 05:13:18'),
(114205,42232,'action started via WP Cron','2021-01-29 10:14:24','2021-01-29 05:14:24'),
(114206,42232,'action complete via WP Cron','2021-01-29 10:14:24','2021-01-29 05:14:24'),
(114207,42233,'action created','2021-01-29 10:14:24','2021-01-29 05:14:24'),
(114208,42233,'action started via WP Cron','2021-01-29 10:18:38','2021-01-29 05:18:38'),
(114209,42233,'action complete via WP Cron','2021-01-29 10:18:38','2021-01-29 05:18:38'),
(114210,42234,'action created','2021-01-29 10:18:38','2021-01-29 05:18:38'),
(114211,42234,'action started via WP Cron','2021-01-29 10:19:42','2021-01-29 05:19:42'),
(114212,42234,'action complete via WP Cron','2021-01-29 10:19:42','2021-01-29 05:19:42'),
(114213,42235,'action created','2021-01-29 10:19:42','2021-01-29 05:19:42'),
(114214,42235,'action started via WP Cron','2021-01-29 10:22:13','2021-01-29 05:22:13'),
(114215,42235,'action complete via WP Cron','2021-01-29 10:22:13','2021-01-29 05:22:13'),
(114216,42236,'action created','2021-01-29 10:22:13','2021-01-29 05:22:13'),
(114217,42236,'action started via WP Cron','2021-01-29 10:23:24','2021-01-29 05:23:24'),
(114218,42236,'action complete via WP Cron','2021-01-29 10:23:24','2021-01-29 05:23:24'),
(114219,42237,'action created','2021-01-29 10:23:24','2021-01-29 05:23:24'),
(114220,42237,'action started via WP Cron','2021-01-29 10:26:11','2021-01-29 05:26:11'),
(114221,42237,'action complete via WP Cron','2021-01-29 10:26:11','2021-01-29 05:26:11'),
(114222,42238,'action created','2021-01-29 10:26:11','2021-01-29 05:26:11'),
(114223,42238,'action started via WP Cron','2021-01-29 10:27:24','2021-01-29 05:27:24'),
(114224,42238,'action complete via WP Cron','2021-01-29 10:27:24','2021-01-29 05:27:24'),
(114225,42239,'action created','2021-01-29 10:27:24','2021-01-29 05:27:24'),
(114226,42239,'action started via WP Cron','2021-01-29 10:28:44','2021-01-29 05:28:44'),
(114227,42239,'action complete via WP Cron','2021-01-29 10:28:44','2021-01-29 05:28:44'),
(114228,42240,'action created','2021-01-29 10:28:44','2021-01-29 05:28:44'),
(114229,42240,'action started via WP Cron','2021-01-29 10:30:48','2021-01-29 05:30:48'),
(114230,42240,'action complete via WP Cron','2021-01-29 10:30:48','2021-01-29 05:30:48'),
(114231,42241,'action created','2021-01-29 10:30:48','2021-01-29 05:30:48'),
(114232,42241,'action started via WP Cron','2021-01-29 10:31:15','2021-01-29 05:31:15'),
(114233,42241,'action complete via WP Cron','2021-01-29 10:31:15','2021-01-29 05:31:15'),
(114234,42242,'action created','2021-01-29 10:31:15','2021-01-29 05:31:15'),
(114235,42242,'action started via WP Cron','2021-01-29 10:32:12','2021-01-29 05:32:12'),
(114236,42242,'action complete via WP Cron','2021-01-29 10:32:12','2021-01-29 05:32:12'),
(114237,42243,'action created','2021-01-29 10:32:12','2021-01-29 05:32:12'),
(114238,42243,'action started via WP Cron','2021-01-29 10:33:39','2021-01-29 05:33:39'),
(114239,42243,'action complete via WP Cron','2021-01-29 10:33:39','2021-01-29 05:33:39'),
(114240,42244,'action created','2021-01-29 10:33:39','2021-01-29 05:33:39'),
(114241,42244,'action started via WP Cron','2021-01-29 10:36:50','2021-01-29 05:36:50'),
(114242,42244,'action complete via WP Cron','2021-01-29 10:36:50','2021-01-29 05:36:50'),
(114243,42245,'action created','2021-01-29 10:36:50','2021-01-29 05:36:50'),
(114244,42245,'action started via WP Cron','2021-01-29 10:37:49','2021-01-29 05:37:49'),
(114245,42245,'action complete via WP Cron','2021-01-29 10:37:49','2021-01-29 05:37:49'),
(114246,42246,'action created','2021-01-29 10:37:49','2021-01-29 05:37:49'),
(114247,42246,'action started via WP Cron','2021-01-29 10:39:08','2021-01-29 05:39:08'),
(114248,42246,'action complete via WP Cron','2021-01-29 10:39:08','2021-01-29 05:39:08'),
(114249,42247,'action created','2021-01-29 10:39:08','2021-01-29 05:39:08'),
(114250,42247,'action started via WP Cron','2021-01-29 10:40:01','2021-01-29 05:40:01'),
(114251,42247,'action complete via WP Cron','2021-01-29 10:40:01','2021-01-29 05:40:01'),
(114252,42248,'action created','2021-01-29 10:40:41','2021-01-29 05:40:41'),
(114253,42248,'action started via WP Cron','2021-01-29 10:41:27','2021-01-29 05:41:27'),
(114254,42248,'action complete via WP Cron','2021-01-29 10:41:27','2021-01-29 05:41:27'),
(114255,42249,'action created','2021-01-29 10:41:27','2021-01-29 05:41:27'),
(114256,42249,'action started via WP Cron','2021-01-29 10:42:43','2021-01-29 05:42:43'),
(114257,42249,'action complete via WP Cron','2021-01-29 10:42:43','2021-01-29 05:42:43'),
(114258,42250,'action created','2021-01-29 10:42:43','2021-01-29 05:42:43'),
(114259,42250,'action started via WP Cron','2021-01-29 10:43:45','2021-01-29 05:43:45'),
(114260,42250,'action complete via WP Cron','2021-01-29 10:43:45','2021-01-29 05:43:45'),
(114261,42251,'action created','2021-01-29 10:43:45','2021-01-29 05:43:45'),
(114262,42251,'action started via WP Cron','2021-01-29 10:44:25','2021-01-29 05:44:25'),
(114263,42251,'action complete via WP Cron','2021-01-29 10:44:25','2021-01-29 05:44:25'),
(114264,42252,'action created','2021-01-29 10:44:25','2021-01-29 05:44:25'),
(114265,42252,'action started via WP Cron','2021-01-29 10:46:00','2021-01-29 05:46:00'),
(114266,42252,'action complete via WP Cron','2021-01-29 10:46:00','2021-01-29 05:46:00'),
(114267,42253,'action created','2021-01-29 10:46:00','2021-01-29 05:46:00'),
(114268,42253,'action started via WP Cron','2021-01-29 10:46:17','2021-01-29 05:46:17'),
(114269,42253,'action complete via WP Cron','2021-01-29 10:46:17','2021-01-29 05:46:17'),
(114270,42254,'action created','2021-01-29 10:46:17','2021-01-29 05:46:17'),
(114271,42254,'action started via WP Cron','2021-01-29 10:47:12','2021-01-29 05:47:12'),
(114272,42254,'action complete via WP Cron','2021-01-29 10:47:12','2021-01-29 05:47:12'),
(114273,42255,'action created','2021-01-29 10:47:12','2021-01-29 05:47:12'),
(114274,42255,'action started via WP Cron','2021-01-29 10:48:12','2021-01-29 05:48:12'),
(114275,42255,'action complete via WP Cron','2021-01-29 10:48:12','2021-01-29 05:48:12'),
(114276,42256,'action created','2021-01-29 10:48:12','2021-01-29 05:48:12'),
(114277,42256,'action started via WP Cron','2021-01-29 10:49:25','2021-01-29 05:49:25'),
(114278,42256,'action complete via WP Cron','2021-01-29 10:49:25','2021-01-29 05:49:25'),
(114279,42257,'action created','2021-01-29 10:49:25','2021-01-29 05:49:25'),
(114280,42257,'action started via WP Cron','2021-01-29 10:50:37','2021-01-29 05:50:37'),
(114281,42257,'action complete via WP Cron','2021-01-29 10:50:37','2021-01-29 05:50:37'),
(114282,42258,'action created','2021-01-29 10:50:37','2021-01-29 05:50:37'),
(114283,42258,'action started via WP Cron','2021-01-29 10:53:03','2021-01-29 05:53:03'),
(114284,42258,'action complete via WP Cron','2021-01-29 10:53:03','2021-01-29 05:53:03'),
(114285,42259,'action created','2021-01-29 10:53:03','2021-01-29 05:53:03'),
(114286,42259,'action started via WP Cron','2021-01-29 10:53:35','2021-01-29 05:53:35'),
(114287,42259,'action complete via WP Cron','2021-01-29 10:53:35','2021-01-29 05:53:35'),
(114288,42260,'action created','2021-01-29 10:53:35','2021-01-29 05:53:35'),
(114289,42260,'action started via WP Cron','2021-01-29 10:54:48','2021-01-29 05:54:48'),
(114290,42260,'action complete via WP Cron','2021-01-29 10:54:48','2021-01-29 05:54:48'),
(114291,42261,'action created','2021-01-29 10:54:48','2021-01-29 05:54:48'),
(114292,42261,'action started via WP Cron','2021-01-29 10:56:23','2021-01-29 05:56:23'),
(114293,42261,'action complete via WP Cron','2021-01-29 10:56:23','2021-01-29 05:56:23'),
(114294,42262,'action created','2021-01-29 10:56:23','2021-01-29 05:56:23'),
(114295,42262,'action started via WP Cron','2021-01-29 10:57:30','2021-01-29 05:57:30'),
(114296,42262,'action complete via WP Cron','2021-01-29 10:57:30','2021-01-29 05:57:30'),
(114297,42263,'action created','2021-01-29 10:57:30','2021-01-29 05:57:30'),
(114298,42263,'action started via WP Cron','2021-01-29 11:00:06','2021-01-29 06:00:06'),
(114299,42263,'action complete via WP Cron','2021-01-29 11:00:06','2021-01-29 06:00:06'),
(114300,42264,'action created','2021-01-29 11:00:06','2021-01-29 06:00:06'),
(114301,42264,'action started via WP Cron','2021-01-29 11:00:23','2021-01-29 06:00:23'),
(114302,42264,'action complete via WP Cron','2021-01-29 11:00:23','2021-01-29 06:00:23'),
(114303,42265,'action created','2021-01-29 11:00:23','2021-01-29 06:00:23'),
(114304,42265,'action started via WP Cron','2021-01-29 11:01:15','2021-01-29 06:01:15'),
(114305,42265,'action complete via WP Cron','2021-01-29 11:01:15','2021-01-29 06:01:15'),
(114306,42266,'action created','2021-01-29 11:01:15','2021-01-29 06:01:15'),
(114307,42266,'action started via WP Cron','2021-01-29 11:02:26','2021-01-29 06:02:26'),
(114308,42266,'action complete via WP Cron','2021-01-29 11:02:26','2021-01-29 06:02:26'),
(114309,42267,'action created','2021-01-29 11:02:26','2021-01-29 06:02:26'),
(114310,42267,'action started via WP Cron','2021-01-29 11:03:11','2021-01-29 06:03:11'),
(114311,42267,'action complete via WP Cron','2021-01-29 11:03:11','2021-01-29 06:03:11'),
(114312,42268,'action created','2021-01-29 11:03:11','2021-01-29 06:03:11'),
(114313,42268,'action started via WP Cron','2021-01-29 11:04:38','2021-01-29 06:04:38'),
(114314,42268,'action complete via WP Cron','2021-01-29 11:04:38','2021-01-29 06:04:38'),
(114315,42269,'action created','2021-01-29 11:04:38','2021-01-29 06:04:38'),
(114316,42269,'action started via WP Cron','2021-01-29 11:05:47','2021-01-29 06:05:47'),
(114317,42269,'action complete via WP Cron','2021-01-29 11:05:47','2021-01-29 06:05:47'),
(114318,42270,'action created','2021-01-29 11:05:47','2021-01-29 06:05:47'),
(114319,42270,'action started via WP Cron','2021-01-29 11:06:23','2021-01-29 06:06:23'),
(114320,42270,'action complete via WP Cron','2021-01-29 11:06:23','2021-01-29 06:06:23'),
(114321,42271,'action created','2021-01-29 11:06:23','2021-01-29 06:06:23'),
(114322,42271,'action started via WP Cron','2021-01-29 11:07:52','2021-01-29 06:07:52'),
(114323,42271,'action complete via WP Cron','2021-01-29 11:07:52','2021-01-29 06:07:52'),
(114324,42272,'action created','2021-01-29 11:07:52','2021-01-29 06:07:52'),
(114325,42272,'action started via WP Cron','2021-01-29 11:08:58','2021-01-29 06:08:58'),
(114326,42272,'action complete via WP Cron','2021-01-29 11:08:58','2021-01-29 06:08:58'),
(114327,42273,'action created','2021-01-29 11:08:58','2021-01-29 06:08:58'),
(114328,42273,'action started via WP Cron','2021-01-29 11:09:25','2021-01-29 06:09:25'),
(114329,42273,'action complete via WP Cron','2021-01-29 11:09:25','2021-01-29 06:09:25'),
(114330,42274,'action created','2021-01-29 11:09:25','2021-01-29 06:09:25'),
(114331,42274,'action started via WP Cron','2021-01-29 11:12:39','2021-01-29 06:12:39'),
(114332,42274,'action complete via WP Cron','2021-01-29 11:12:39','2021-01-29 06:12:39'),
(114333,42275,'action created','2021-01-29 11:12:39','2021-01-29 06:12:39'),
(114334,42275,'action started via WP Cron','2021-01-29 11:14:11','2021-01-29 06:14:11'),
(114335,42275,'action complete via WP Cron','2021-01-29 11:14:11','2021-01-29 06:14:11'),
(114336,42276,'action created','2021-01-29 11:14:11','2021-01-29 06:14:11'),
(114337,42276,'action started via WP Cron','2021-01-29 11:15:43','2021-01-29 06:15:43'),
(114338,42276,'action complete via WP Cron','2021-01-29 11:15:43','2021-01-29 06:15:43'),
(114339,42277,'action created','2021-01-29 11:15:43','2021-01-29 06:15:43'),
(114340,42277,'action started via WP Cron','2021-01-29 11:16:58','2021-01-29 06:16:58'),
(114341,42277,'action complete via WP Cron','2021-01-29 11:16:58','2021-01-29 06:16:58'),
(114342,42278,'action created','2021-01-29 11:16:58','2021-01-29 06:16:58'),
(114343,42278,'action started via WP Cron','2021-01-29 11:19:03','2021-01-29 06:19:03'),
(114344,42278,'action complete via WP Cron','2021-01-29 11:19:03','2021-01-29 06:19:03'),
(114345,42279,'action created','2021-01-29 11:19:03','2021-01-29 06:19:03'),
(114346,42279,'action started via WP Cron','2021-01-29 11:19:19','2021-01-29 06:19:19'),
(114347,42279,'action complete via WP Cron','2021-01-29 11:19:19','2021-01-29 06:19:19'),
(114348,42280,'action created','2021-01-29 11:19:19','2021-01-29 06:19:19'),
(114349,42280,'action started via WP Cron','2021-01-29 11:20:32','2021-01-29 06:20:32'),
(114350,42280,'action complete via WP Cron','2021-01-29 11:20:32','2021-01-29 06:20:32'),
(114351,42281,'action created','2021-01-29 11:20:32','2021-01-29 06:20:32'),
(114352,42281,'action started via WP Cron','2021-01-29 11:22:37','2021-01-29 06:22:37'),
(114353,42281,'action complete via WP Cron','2021-01-29 11:22:37','2021-01-29 06:22:37'),
(114354,42282,'action created','2021-01-29 11:22:37','2021-01-29 06:22:37'),
(114355,42282,'action started via WP Cron','2021-01-29 11:23:48','2021-01-29 06:23:48'),
(114356,42282,'action complete via WP Cron','2021-01-29 11:23:48','2021-01-29 06:23:48'),
(114357,42283,'action created','2021-01-29 11:23:48','2021-01-29 06:23:48'),
(114358,42283,'action started via WP Cron','2021-01-29 11:24:25','2021-01-29 06:24:25'),
(114359,42283,'action complete via WP Cron','2021-01-29 11:24:25','2021-01-29 06:24:25'),
(114360,42284,'action created','2021-01-29 11:24:25','2021-01-29 06:24:25'),
(114361,42284,'action started via WP Cron','2021-01-29 11:26:03','2021-01-29 06:26:03'),
(114362,42284,'action complete via WP Cron','2021-01-29 11:26:03','2021-01-29 06:26:03'),
(114363,42285,'action created','2021-01-29 11:26:03','2021-01-29 06:26:03'),
(114364,42285,'action started via WP Cron','2021-01-29 11:28:06','2021-01-29 06:28:06'),
(114365,42285,'action complete via WP Cron','2021-01-29 11:28:06','2021-01-29 06:28:06'),
(114366,42286,'action created','2021-01-29 11:28:06','2021-01-29 06:28:06'),
(114367,42286,'action started via WP Cron','2021-01-29 11:29:20','2021-01-29 06:29:20'),
(114368,42286,'action complete via WP Cron','2021-01-29 11:29:20','2021-01-29 06:29:20'),
(114369,42287,'action created','2021-01-29 11:29:20','2021-01-29 06:29:20'),
(114370,42287,'action started via WP Cron','2021-01-29 11:30:16','2021-01-29 06:30:16'),
(114371,42287,'action complete via WP Cron','2021-01-29 11:30:16','2021-01-29 06:30:16'),
(114372,42288,'action created','2021-01-29 11:30:16','2021-01-29 06:30:16'),
(114373,42288,'action started via WP Cron','2021-01-29 11:32:33','2021-01-29 06:32:33'),
(114374,42288,'action complete via WP Cron','2021-01-29 11:32:33','2021-01-29 06:32:33'),
(114375,42289,'action created','2021-01-29 11:32:33','2021-01-29 06:32:33'),
(114376,42289,'action started via WP Cron','2021-01-29 11:35:43','2021-01-29 06:35:43'),
(114377,42289,'action complete via WP Cron','2021-01-29 11:35:43','2021-01-29 06:35:43'),
(114378,42290,'action created','2021-01-29 11:35:43','2021-01-29 06:35:43'),
(114379,42290,'action started via WP Cron','2021-01-29 11:36:32','2021-01-29 06:36:32'),
(114380,42290,'action complete via WP Cron','2021-01-29 11:36:32','2021-01-29 06:36:32'),
(114381,42291,'action created','2021-01-29 11:36:32','2021-01-29 06:36:32'),
(114382,42291,'action started via WP Cron','2021-01-29 11:37:12','2021-01-29 06:37:12'),
(114383,42291,'action complete via WP Cron','2021-01-29 11:37:12','2021-01-29 06:37:12'),
(114384,42292,'action created','2021-01-29 11:37:13','2021-01-29 06:37:13'),
(114385,42292,'action started via WP Cron','2021-01-29 11:39:16','2021-01-29 06:39:16'),
(114386,42292,'action complete via WP Cron','2021-01-29 11:39:16','2021-01-29 06:39:16'),
(114387,42293,'action created','2021-01-29 11:39:16','2021-01-29 06:39:16'),
(114388,42293,'action started via WP Cron','2021-01-29 11:40:24','2021-01-29 06:40:24'),
(114389,42293,'action complete via WP Cron','2021-01-29 11:40:24','2021-01-29 06:40:24'),
(114390,42294,'action created','2021-01-29 11:40:24','2021-01-29 06:40:24'),
(114391,42294,'action started via WP Cron','2021-01-29 11:43:25','2021-01-29 06:43:25'),
(114392,42294,'action complete via WP Cron','2021-01-29 11:43:25','2021-01-29 06:43:25'),
(114393,42295,'action created','2021-01-29 11:43:25','2021-01-29 06:43:25'),
(114394,42295,'action started via WP Cron','2021-01-29 11:44:24','2021-01-29 06:44:24'),
(114395,42295,'action complete via WP Cron','2021-01-29 11:44:24','2021-01-29 06:44:24'),
(114396,42296,'action created','2021-01-29 11:44:24','2021-01-29 06:44:24'),
(114397,42296,'action started via WP Cron','2021-01-29 11:45:38','2021-01-29 06:45:38'),
(114398,42296,'action complete via WP Cron','2021-01-29 11:45:38','2021-01-29 06:45:38'),
(114399,42297,'action created','2021-01-29 11:45:38','2021-01-29 06:45:38'),
(114400,42297,'action started via WP Cron','2021-01-29 11:46:40','2021-01-29 06:46:40'),
(114401,42297,'action complete via WP Cron','2021-01-29 11:46:40','2021-01-29 06:46:40'),
(114402,42298,'action created','2021-01-29 11:46:40','2021-01-29 06:46:40'),
(114403,42298,'action started via WP Cron','2021-01-29 11:49:33','2021-01-29 06:49:33'),
(114404,42298,'action complete via WP Cron','2021-01-29 11:49:33','2021-01-29 06:49:33'),
(114405,42299,'action created','2021-01-29 11:49:33','2021-01-29 06:49:33'),
(114406,42299,'action started via WP Cron','2021-01-29 11:51:19','2021-01-29 06:51:19'),
(114407,42299,'action complete via WP Cron','2021-01-29 11:51:19','2021-01-29 06:51:19'),
(114408,42300,'action created','2021-01-29 11:51:19','2021-01-29 06:51:19'),
(114409,42300,'action started via WP Cron','2021-01-29 11:53:15','2021-01-29 06:53:15'),
(114410,42300,'action complete via WP Cron','2021-01-29 11:53:15','2021-01-29 06:53:15'),
(114411,42301,'action created','2021-01-29 11:53:15','2021-01-29 06:53:15'),
(114412,42301,'action started via WP Cron','2021-01-29 11:55:24','2021-01-29 06:55:24'),
(114413,42301,'action complete via WP Cron','2021-01-29 11:55:24','2021-01-29 06:55:24'),
(114414,42302,'action created','2021-01-29 11:55:24','2021-01-29 06:55:24'),
(114415,42302,'action started via WP Cron','2021-01-29 11:56:27','2021-01-29 06:56:27'),
(114416,42302,'action complete via WP Cron','2021-01-29 11:56:27','2021-01-29 06:56:27'),
(114417,42303,'action created','2021-01-29 11:56:27','2021-01-29 06:56:27'),
(114418,42303,'action started via WP Cron','2021-01-29 11:57:12','2021-01-29 06:57:12'),
(114419,42303,'action complete via WP Cron','2021-01-29 11:57:12','2021-01-29 06:57:12'),
(114420,42304,'action created','2021-01-29 11:57:12','2021-01-29 06:57:12'),
(114421,42304,'action started via WP Cron','2021-01-29 11:58:16','2021-01-29 06:58:16'),
(114422,42304,'action complete via WP Cron','2021-01-29 11:58:16','2021-01-29 06:58:16'),
(114423,42305,'action created','2021-01-29 11:58:16','2021-01-29 06:58:16'),
(114424,42305,'action started via WP Cron','2021-01-29 12:00:13','2021-01-29 07:00:13'),
(114425,42305,'action complete via WP Cron','2021-01-29 12:00:13','2021-01-29 07:00:13'),
(114426,42306,'action created','2021-01-29 12:00:13','2021-01-29 07:00:13'),
(114427,42306,'action started via WP Cron','2021-01-29 12:01:48','2021-01-29 07:01:48'),
(114428,42306,'action complete via WP Cron','2021-01-29 12:01:48','2021-01-29 07:01:48'),
(114429,42307,'action created','2021-01-29 12:01:48','2021-01-29 07:01:48'),
(114430,42307,'action started via WP Cron','2021-01-29 12:02:48','2021-01-29 07:02:48'),
(114431,42307,'action complete via WP Cron','2021-01-29 12:02:48','2021-01-29 07:02:48'),
(114432,42308,'action created','2021-01-29 12:02:48','2021-01-29 07:02:48'),
(114433,42308,'action started via WP Cron','2021-01-29 12:09:16','2021-01-29 07:09:16'),
(114434,42308,'action complete via WP Cron','2021-01-29 12:09:16','2021-01-29 07:09:16'),
(114435,42309,'action created','2021-01-29 12:09:16','2021-01-29 07:09:16'),
(114436,42309,'action started via WP Cron','2021-01-29 12:10:12','2021-01-29 07:10:12'),
(114437,42309,'action complete via WP Cron','2021-01-29 12:10:12','2021-01-29 07:10:12'),
(114438,42310,'action created','2021-01-29 12:10:12','2021-01-29 07:10:12'),
(114439,42310,'action started via WP Cron','2021-01-29 12:13:01','2021-01-29 07:13:01'),
(114440,42310,'action complete via WP Cron','2021-01-29 12:13:01','2021-01-29 07:13:01'),
(114441,42311,'action created','2021-01-29 12:13:02','2021-01-29 07:13:02'),
(114442,42311,'action started via WP Cron','2021-01-29 12:13:20','2021-01-29 07:13:20'),
(114443,42311,'action complete via WP Cron','2021-01-29 12:13:20','2021-01-29 07:13:20'),
(114444,42312,'action created','2021-01-29 12:13:20','2021-01-29 07:13:20'),
(114445,42312,'action started via WP Cron','2021-01-29 12:14:38','2021-01-29 07:14:38'),
(114446,42312,'action complete via WP Cron','2021-01-29 12:14:38','2021-01-29 07:14:38'),
(114447,42313,'action created','2021-01-29 12:14:38','2021-01-29 07:14:38'),
(114448,42313,'action started via WP Cron','2021-01-29 12:16:10','2021-01-29 07:16:10'),
(114449,42313,'action complete via WP Cron','2021-01-29 12:16:10','2021-01-29 07:16:10'),
(114450,42314,'action created','2021-01-29 12:16:10','2021-01-29 07:16:10'),
(114451,42314,'action started via WP Cron','2021-01-29 12:17:58','2021-01-29 07:17:58'),
(114452,42314,'action complete via WP Cron','2021-01-29 12:17:58','2021-01-29 07:17:58'),
(114453,42315,'action created','2021-01-29 12:17:58','2021-01-29 07:17:58'),
(114454,42315,'action started via WP Cron','2021-01-29 12:18:29','2021-01-29 07:18:29'),
(114455,42315,'action complete via WP Cron','2021-01-29 12:18:29','2021-01-29 07:18:29'),
(114456,42316,'action created','2021-01-29 12:18:29','2021-01-29 07:18:29'),
(114457,42316,'action started via WP Cron','2021-01-29 12:19:42','2021-01-29 07:19:42'),
(114458,42316,'action complete via WP Cron','2021-01-29 12:19:42','2021-01-29 07:19:42'),
(114459,42317,'action created','2021-01-29 12:19:42','2021-01-29 07:19:42'),
(114460,42317,'action started via WP Cron','2021-01-29 12:21:53','2021-01-29 07:21:53'),
(114461,42317,'action complete via WP Cron','2021-01-29 12:21:53','2021-01-29 07:21:53'),
(114462,42318,'action created','2021-01-29 12:21:53','2021-01-29 07:21:53'),
(114463,42318,'action started via WP Cron','2021-01-29 12:23:35','2021-01-29 07:23:35'),
(114464,42318,'action complete via WP Cron','2021-01-29 12:23:35','2021-01-29 07:23:35'),
(114465,42319,'action created','2021-01-29 12:23:35','2021-01-29 07:23:35'),
(114466,42319,'action started via WP Cron','2021-01-29 12:24:31','2021-01-29 07:24:31'),
(114467,42319,'action complete via WP Cron','2021-01-29 12:24:31','2021-01-29 07:24:31'),
(114468,42320,'action created','2021-01-29 12:24:31','2021-01-29 07:24:31'),
(114469,42320,'action started via WP Cron','2021-01-29 12:25:35','2021-01-29 07:25:35'),
(114470,42320,'action complete via WP Cron','2021-01-29 12:25:35','2021-01-29 07:25:35'),
(114471,42321,'action created','2021-01-29 12:25:35','2021-01-29 07:25:35'),
(114472,42321,'action started via WP Cron','2021-01-29 12:27:04','2021-01-29 07:27:04'),
(114473,42321,'action complete via WP Cron','2021-01-29 12:27:04','2021-01-29 07:27:04'),
(114474,42322,'action created','2021-01-29 12:27:04','2021-01-29 07:27:04'),
(114475,42322,'action started via WP Cron','2021-01-29 12:27:29','2021-01-29 07:27:29'),
(114476,42322,'action complete via WP Cron','2021-01-29 12:27:29','2021-01-29 07:27:29'),
(114477,42323,'action created','2021-01-29 12:27:29','2021-01-29 07:27:29'),
(114478,42323,'action started via WP Cron','2021-01-29 12:29:07','2021-01-29 07:29:07'),
(114479,42323,'action complete via WP Cron','2021-01-29 12:29:08','2021-01-29 07:29:08'),
(114480,42324,'action created','2021-01-29 12:29:08','2021-01-29 07:29:08'),
(114481,42324,'action started via WP Cron','2021-01-29 12:29:21','2021-01-29 07:29:21'),
(114482,42324,'action complete via WP Cron','2021-01-29 12:29:21','2021-01-29 07:29:21'),
(114483,42325,'action created','2021-01-29 12:29:21','2021-01-29 07:29:21'),
(114484,42325,'action started via WP Cron','2021-01-29 12:30:43','2021-01-29 07:30:43'),
(114485,42325,'action complete via WP Cron','2021-01-29 12:30:43','2021-01-29 07:30:43'),
(114486,42326,'action created','2021-01-29 12:30:44','2021-01-29 07:30:44'),
(114487,42326,'action started via WP Cron','2021-01-29 12:32:34','2021-01-29 07:32:34'),
(114488,42326,'action complete via WP Cron','2021-01-29 12:32:34','2021-01-29 07:32:34'),
(114489,42327,'action created','2021-01-29 12:32:34','2021-01-29 07:32:34'),
(114490,42327,'action started via WP Cron','2021-01-29 12:33:26','2021-01-29 07:33:26'),
(114491,42327,'action complete via WP Cron','2021-01-29 12:33:26','2021-01-29 07:33:26'),
(114492,42328,'action created','2021-01-29 12:33:26','2021-01-29 07:33:26'),
(114493,42328,'action started via WP Cron','2021-01-29 12:37:07','2021-01-29 07:37:07'),
(114494,42328,'action complete via WP Cron','2021-01-29 12:37:07','2021-01-29 07:37:07'),
(114495,42329,'action created','2021-01-29 12:37:07','2021-01-29 07:37:07'),
(114496,42329,'action started via WP Cron','2021-01-29 12:37:17','2021-01-29 07:37:17'),
(114497,42329,'action complete via WP Cron','2021-01-29 12:37:17','2021-01-29 07:37:17'),
(114498,42330,'action created','2021-01-29 12:37:17','2021-01-29 07:37:17'),
(114499,42330,'action started via WP Cron','2021-01-29 12:38:13','2021-01-29 07:38:13'),
(114500,42330,'action complete via WP Cron','2021-01-29 12:38:13','2021-01-29 07:38:13'),
(114501,42331,'action created','2021-01-29 12:38:13','2021-01-29 07:38:13'),
(114502,42331,'action started via WP Cron','2021-01-29 12:39:37','2021-01-29 07:39:37'),
(114503,42331,'action complete via WP Cron','2021-01-29 12:39:37','2021-01-29 07:39:37'),
(114504,42332,'action created','2021-01-29 12:39:37','2021-01-29 07:39:37'),
(114505,42332,'action started via WP Cron','2021-01-29 12:40:23','2021-01-29 07:40:23'),
(114506,42332,'action complete via WP Cron','2021-01-29 12:40:23','2021-01-29 07:40:23'),
(114507,42333,'action created','2021-01-29 12:40:23','2021-01-29 07:40:23'),
(114508,42333,'action started via WP Cron','2021-01-29 12:41:31','2021-01-29 07:41:31'),
(114509,42333,'action complete via WP Cron','2021-01-29 12:41:31','2021-01-29 07:41:31'),
(114510,42334,'action created','2021-01-29 12:41:32','2021-01-29 07:41:32'),
(114511,42334,'action started via WP Cron','2021-01-29 12:42:42','2021-01-29 07:42:42'),
(114512,42334,'action complete via WP Cron','2021-01-29 12:42:42','2021-01-29 07:42:42'),
(114513,42335,'action created','2021-01-29 12:42:42','2021-01-29 07:42:42'),
(114514,42335,'action started via WP Cron','2021-01-29 12:48:07','2021-01-29 07:48:07'),
(114515,42335,'action complete via WP Cron','2021-01-29 12:48:07','2021-01-29 07:48:07'),
(114516,42336,'action created','2021-01-29 12:48:07','2021-01-29 07:48:07'),
(114517,42336,'action started via WP Cron','2021-01-29 12:48:38','2021-01-29 07:48:38'),
(114518,42336,'action complete via WP Cron','2021-01-29 12:48:38','2021-01-29 07:48:38'),
(114519,42337,'action created','2021-01-29 12:48:38','2021-01-29 07:48:38'),
(114520,42337,'action started via WP Cron','2021-01-29 12:50:34','2021-01-29 07:50:34'),
(114521,42337,'action complete via WP Cron','2021-01-29 12:50:34','2021-01-29 07:50:34'),
(114522,42338,'action created','2021-01-29 12:50:34','2021-01-29 07:50:34'),
(114523,42338,'action started via WP Cron','2021-01-29 12:51:50','2021-01-29 07:51:50'),
(114524,42338,'action complete via WP Cron','2021-01-29 12:51:50','2021-01-29 07:51:50'),
(114525,42339,'action created','2021-01-29 12:51:50','2021-01-29 07:51:50'),
(114526,42339,'action started via WP Cron','2021-01-29 12:53:34','2021-01-29 07:53:34'),
(114527,42339,'action complete via WP Cron','2021-01-29 12:53:34','2021-01-29 07:53:34'),
(114528,42340,'action created','2021-01-29 12:53:34','2021-01-29 07:53:34'),
(114529,42340,'action started via WP Cron','2021-01-29 12:55:35','2021-01-29 07:55:35'),
(114530,42340,'action complete via WP Cron','2021-01-29 12:55:35','2021-01-29 07:55:35'),
(114531,42341,'action created','2021-01-29 12:55:35','2021-01-29 07:55:35'),
(114532,42341,'action started via WP Cron','2021-01-29 12:56:34','2021-01-29 07:56:34'),
(114533,42341,'action complete via WP Cron','2021-01-29 12:56:34','2021-01-29 07:56:34'),
(114534,42342,'action created','2021-01-29 12:56:34','2021-01-29 07:56:34'),
(114535,42342,'action started via WP Cron','2021-01-29 12:58:01','2021-01-29 07:58:01'),
(114536,42342,'action complete via WP Cron','2021-01-29 12:58:01','2021-01-29 07:58:01'),
(114537,42343,'action created','2021-01-29 12:58:01','2021-01-29 07:58:01'),
(114538,42343,'action started via WP Cron','2021-01-29 12:59:02','2021-01-29 07:59:02'),
(114539,42343,'action complete via WP Cron','2021-01-29 12:59:02','2021-01-29 07:59:02'),
(114540,42344,'action created','2021-01-29 12:59:02','2021-01-29 07:59:02'),
(114541,42344,'action started via WP Cron','2021-01-29 12:59:32','2021-01-29 07:59:32'),
(114542,42344,'action complete via WP Cron','2021-01-29 12:59:32','2021-01-29 07:59:32'),
(114543,42345,'action created','2021-01-29 12:59:32','2021-01-29 07:59:32'),
(114544,42345,'action started via WP Cron','2021-01-29 13:01:13','2021-01-29 08:01:13'),
(114545,42345,'action complete via WP Cron','2021-01-29 13:01:13','2021-01-29 08:01:13'),
(114546,42346,'action created','2021-01-29 13:01:13','2021-01-29 08:01:13'),
(114547,42346,'action started via WP Cron','2021-01-29 13:02:54','2021-01-29 08:02:54'),
(114548,42346,'action complete via WP Cron','2021-01-29 13:02:54','2021-01-29 08:02:54'),
(114549,42347,'action created','2021-01-29 13:02:54','2021-01-29 08:02:54'),
(114550,42347,'action started via WP Cron','2021-01-29 13:03:12','2021-01-29 08:03:12'),
(114551,42347,'action complete via WP Cron','2021-01-29 13:03:12','2021-01-29 08:03:12'),
(114552,42348,'action created','2021-01-29 13:03:12','2021-01-29 08:03:12'),
(114553,42348,'action started via WP Cron','2021-01-29 13:05:38','2021-01-29 08:05:38'),
(114554,42348,'action complete via WP Cron','2021-01-29 13:05:38','2021-01-29 08:05:38'),
(114555,42349,'action created','2021-01-29 13:05:38','2021-01-29 08:05:38'),
(114556,42349,'action started via WP Cron','2021-01-29 13:06:16','2021-01-29 08:06:16'),
(114557,42349,'action complete via WP Cron','2021-01-29 13:06:16','2021-01-29 08:06:16'),
(114558,42350,'action created','2021-01-29 13:06:16','2021-01-29 08:06:16'),
(114559,42350,'action started via WP Cron','2021-01-29 13:09:04','2021-01-29 08:09:04'),
(114560,42350,'action complete via WP Cron','2021-01-29 13:09:05','2021-01-29 08:09:05'),
(114561,42351,'action created','2021-01-29 13:09:05','2021-01-29 08:09:05'),
(114562,42351,'action started via WP Cron','2021-01-29 13:10:05','2021-01-29 08:10:05'),
(114563,42351,'action complete via WP Cron','2021-01-29 13:10:05','2021-01-29 08:10:05'),
(114564,42352,'action created','2021-01-29 13:10:05','2021-01-29 08:10:05'),
(114565,42352,'action started via WP Cron','2021-01-29 13:11:33','2021-01-29 08:11:33'),
(114566,42352,'action complete via WP Cron','2021-01-29 13:11:33','2021-01-29 08:11:33'),
(114567,42353,'action created','2021-01-29 13:11:33','2021-01-29 08:11:33'),
(114568,42353,'action started via WP Cron','2021-01-29 13:12:55','2021-01-29 08:12:55'),
(114569,42353,'action complete via WP Cron','2021-01-29 13:12:55','2021-01-29 08:12:55'),
(114570,42354,'action created','2021-01-29 13:12:56','2021-01-29 08:12:56'),
(114571,42354,'action started via WP Cron','2021-01-29 13:13:54','2021-01-29 08:13:54'),
(114572,42354,'action complete via WP Cron','2021-01-29 13:13:54','2021-01-29 08:13:54'),
(114573,42355,'action created','2021-01-29 13:13:54','2021-01-29 08:13:54'),
(114574,42355,'action started via WP Cron','2021-01-29 13:14:49','2021-01-29 08:14:49'),
(114575,42355,'action complete via WP Cron','2021-01-29 13:14:49','2021-01-29 08:14:49'),
(114576,41369,'action started via WP Cron','2021-01-29 13:14:49','2021-01-29 08:14:49'),
(114577,41369,'action complete via WP Cron','2021-01-29 13:14:49','2021-01-29 08:14:49'),
(114578,42356,'action created','2021-01-29 13:14:49','2021-01-29 08:14:49'),
(114579,42357,'action created','2021-01-29 13:14:49','2021-01-29 08:14:49'),
(114580,42357,'action started via WP Cron','2021-01-29 13:15:43','2021-01-29 08:15:43'),
(114581,42357,'action complete via WP Cron','2021-01-29 13:15:43','2021-01-29 08:15:43'),
(114582,42358,'action created','2021-01-29 13:15:43','2021-01-29 08:15:43'),
(114583,42358,'action started via WP Cron','2021-01-29 13:17:40','2021-01-29 08:17:40'),
(114584,42358,'action complete via WP Cron','2021-01-29 13:17:40','2021-01-29 08:17:40'),
(114585,42359,'action created','2021-01-29 13:17:40','2021-01-29 08:17:40'),
(114586,42359,'action started via WP Cron','2021-01-29 13:19:28','2021-01-29 08:19:28'),
(114587,42359,'action complete via WP Cron','2021-01-29 13:19:28','2021-01-29 08:19:28'),
(114588,42360,'action created','2021-01-29 13:19:28','2021-01-29 08:19:28'),
(114589,42360,'action started via WP Cron','2021-01-29 13:22:39','2021-01-29 08:22:39'),
(114590,42360,'action complete via WP Cron','2021-01-29 13:22:39','2021-01-29 08:22:39'),
(114591,42361,'action created','2021-01-29 13:22:39','2021-01-29 08:22:39'),
(114592,42361,'action started via WP Cron','2021-01-29 13:23:28','2021-01-29 08:23:28'),
(114593,42361,'action complete via WP Cron','2021-01-29 13:23:28','2021-01-29 08:23:28'),
(114594,42362,'action created','2021-01-29 13:23:28','2021-01-29 08:23:28'),
(114595,42362,'action started via WP Cron','2021-01-29 13:24:30','2021-01-29 08:24:30'),
(114596,42362,'action complete via WP Cron','2021-01-29 13:24:30','2021-01-29 08:24:30'),
(114597,42363,'action created','2021-01-29 13:24:30','2021-01-29 08:24:30'),
(114598,42363,'action started via WP Cron','2021-01-29 13:25:44','2021-01-29 08:25:44'),
(114599,42363,'action complete via WP Cron','2021-01-29 13:25:44','2021-01-29 08:25:44'),
(114600,42364,'action created','2021-01-29 13:25:44','2021-01-29 08:25:44'),
(114601,42364,'action started via WP Cron','2021-01-29 13:27:08','2021-01-29 08:27:08'),
(114602,42364,'action complete via WP Cron','2021-01-29 13:27:08','2021-01-29 08:27:08'),
(114603,42365,'action created','2021-01-29 13:27:08','2021-01-29 08:27:08'),
(114604,42365,'action started via WP Cron','2021-01-29 13:27:46','2021-01-29 08:27:46'),
(114605,42365,'action complete via WP Cron','2021-01-29 13:27:46','2021-01-29 08:27:46'),
(114606,42366,'action created','2021-01-29 13:27:46','2021-01-29 08:27:46'),
(114607,42366,'action started via WP Cron','2021-01-29 13:29:12','2021-01-29 08:29:12'),
(114608,42366,'action complete via WP Cron','2021-01-29 13:29:12','2021-01-29 08:29:12'),
(114609,42367,'action created','2021-01-29 13:29:12','2021-01-29 08:29:12'),
(114610,42367,'action started via WP Cron','2021-01-29 13:30:43','2021-01-29 08:30:43'),
(114611,42367,'action complete via WP Cron','2021-01-29 13:30:43','2021-01-29 08:30:43'),
(114612,42368,'action created','2021-01-29 13:30:43','2021-01-29 08:30:43'),
(114613,42368,'action started via WP Cron','2021-01-29 13:31:51','2021-01-29 08:31:51'),
(114614,42368,'action complete via WP Cron','2021-01-29 13:31:51','2021-01-29 08:31:51'),
(114615,42369,'action created','2021-01-29 13:31:51','2021-01-29 08:31:51'),
(114616,42369,'action started via WP Cron','2021-01-29 13:32:13','2021-01-29 08:32:13'),
(114617,42369,'action complete via WP Cron','2021-01-29 13:32:13','2021-01-29 08:32:13'),
(114618,42370,'action created','2021-01-29 13:32:13','2021-01-29 08:32:13'),
(114619,42370,'action started via WP Cron','2021-01-29 13:33:23','2021-01-29 08:33:23'),
(114620,42370,'action complete via WP Cron','2021-01-29 13:33:23','2021-01-29 08:33:23'),
(114621,42371,'action created','2021-01-29 13:33:23','2021-01-29 08:33:23'),
(114622,42371,'action started via WP Cron','2021-01-29 13:34:24','2021-01-29 08:34:24'),
(114623,42371,'action complete via WP Cron','2021-01-29 13:34:24','2021-01-29 08:34:24'),
(114624,42372,'action created','2021-01-29 13:34:25','2021-01-29 08:34:25'),
(114625,42372,'action started via WP Cron','2021-01-29 13:35:22','2021-01-29 08:35:22'),
(114626,42372,'action complete via WP Cron','2021-01-29 13:35:22','2021-01-29 08:35:22'),
(114627,42373,'action created','2021-01-29 13:35:22','2021-01-29 08:35:22'),
(114628,42373,'action started via WP Cron','2021-01-29 13:36:21','2021-01-29 08:36:21'),
(114629,42373,'action complete via WP Cron','2021-01-29 13:36:21','2021-01-29 08:36:21'),
(114630,42374,'action created','2021-01-29 13:36:21','2021-01-29 08:36:21'),
(114631,42374,'action started via WP Cron','2021-01-29 13:37:25','2021-01-29 08:37:25'),
(114632,42374,'action complete via WP Cron','2021-01-29 13:37:25','2021-01-29 08:37:25'),
(114633,42375,'action created','2021-01-29 13:37:25','2021-01-29 08:37:25'),
(114634,42375,'action started via WP Cron','2021-01-29 13:38:31','2021-01-29 08:38:31'),
(114635,42375,'action complete via WP Cron','2021-01-29 13:38:31','2021-01-29 08:38:31'),
(114636,42376,'action created','2021-01-29 13:38:31','2021-01-29 08:38:31'),
(114637,42376,'action started via WP Cron','2021-01-29 13:39:17','2021-01-29 08:39:17'),
(114638,42376,'action complete via WP Cron','2021-01-29 13:39:17','2021-01-29 08:39:17'),
(114639,42377,'action created','2021-01-29 13:39:17','2021-01-29 08:39:17'),
(114640,42377,'action started via WP Cron','2021-01-29 13:40:18','2021-01-29 08:40:18'),
(114641,42377,'action complete via WP Cron','2021-01-29 13:40:18','2021-01-29 08:40:18'),
(114642,42378,'action created','2021-01-29 13:40:18','2021-01-29 08:40:18'),
(114643,42378,'action started via WP Cron','2021-01-29 13:41:18','2021-01-29 08:41:18'),
(114644,42378,'action complete via WP Cron','2021-01-29 13:41:18','2021-01-29 08:41:18'),
(114645,42379,'action created','2021-01-29 13:41:18','2021-01-29 08:41:18'),
(114646,42379,'action started via WP Cron','2021-01-29 13:42:29','2021-01-29 08:42:29'),
(114647,42379,'action complete via WP Cron','2021-01-29 13:42:29','2021-01-29 08:42:29'),
(114648,42380,'action created','2021-01-29 13:42:29','2021-01-29 08:42:29'),
(114649,42380,'action started via WP Cron','2021-01-29 13:43:16','2021-01-29 08:43:16'),
(114650,42380,'action complete via WP Cron','2021-01-29 13:43:16','2021-01-29 08:43:16'),
(114651,42381,'action created','2021-01-29 13:43:16','2021-01-29 08:43:16'),
(114652,42381,'action started via WP Cron','2021-01-29 13:44:19','2021-01-29 08:44:19'),
(114653,42381,'action complete via WP Cron','2021-01-29 13:44:19','2021-01-29 08:44:19'),
(114654,42382,'action created','2021-01-29 13:44:19','2021-01-29 08:44:19'),
(114655,42382,'action started via WP Cron','2021-01-29 13:45:22','2021-01-29 08:45:22'),
(114656,42382,'action complete via WP Cron','2021-01-29 13:45:22','2021-01-29 08:45:22'),
(114657,42383,'action created','2021-01-29 13:45:22','2021-01-29 08:45:22'),
(114658,42383,'action started via WP Cron','2021-01-29 13:46:16','2021-01-29 08:46:16'),
(114659,42383,'action complete via WP Cron','2021-01-29 13:46:16','2021-01-29 08:46:16'),
(114660,42384,'action created','2021-01-29 13:46:16','2021-01-29 08:46:16'),
(114661,42384,'action started via WP Cron','2021-01-29 13:47:22','2021-01-29 08:47:22'),
(114662,42384,'action complete via WP Cron','2021-01-29 13:47:22','2021-01-29 08:47:22'),
(114663,42385,'action created','2021-01-29 13:47:22','2021-01-29 08:47:22'),
(114664,42385,'action started via WP Cron','2021-01-29 13:48:21','2021-01-29 08:48:21'),
(114665,42385,'action complete via WP Cron','2021-01-29 13:48:21','2021-01-29 08:48:21'),
(114666,42386,'action created','2021-01-29 13:48:21','2021-01-29 08:48:21'),
(114667,42386,'action started via WP Cron','2021-01-29 13:49:12','2021-01-29 08:49:12'),
(114668,42386,'action complete via WP Cron','2021-01-29 13:49:12','2021-01-29 08:49:12'),
(114669,42387,'action created','2021-01-29 13:49:12','2021-01-29 08:49:12'),
(114670,42387,'action started via WP Cron','2021-01-29 13:50:17','2021-01-29 08:50:17'),
(114671,42387,'action complete via WP Cron','2021-01-29 13:50:17','2021-01-29 08:50:17'),
(114672,42388,'action created','2021-01-29 13:50:17','2021-01-29 08:50:17'),
(114673,42388,'action started via WP Cron','2021-01-29 13:51:28','2021-01-29 08:51:28'),
(114674,42388,'action complete via WP Cron','2021-01-29 13:51:28','2021-01-29 08:51:28'),
(114675,42389,'action created','2021-01-29 13:51:28','2021-01-29 08:51:28'),
(114676,42389,'action started via WP Cron','2021-01-29 13:52:17','2021-01-29 08:52:17'),
(114677,42389,'action complete via WP Cron','2021-01-29 13:52:17','2021-01-29 08:52:17'),
(114678,42390,'action created','2021-01-29 13:52:17','2021-01-29 08:52:17'),
(114679,42390,'action started via WP Cron','2021-01-29 13:53:25','2021-01-29 08:53:25'),
(114680,42390,'action complete via WP Cron','2021-01-29 13:53:25','2021-01-29 08:53:25'),
(114681,42391,'action created','2021-01-29 13:53:25','2021-01-29 08:53:25'),
(114682,42391,'action started via WP Cron','2021-01-29 13:54:24','2021-01-29 08:54:24'),
(114683,42391,'action complete via WP Cron','2021-01-29 13:54:24','2021-01-29 08:54:24'),
(114684,42392,'action created','2021-01-29 13:54:25','2021-01-29 08:54:25'),
(114685,42392,'action started via WP Cron','2021-01-29 13:55:20','2021-01-29 08:55:20'),
(114686,42392,'action complete via WP Cron','2021-01-29 13:55:20','2021-01-29 08:55:20'),
(114687,42393,'action created','2021-01-29 13:55:20','2021-01-29 08:55:20'),
(114688,42393,'action started via WP Cron','2021-01-29 13:56:15','2021-01-29 08:56:15'),
(114689,42393,'action complete via WP Cron','2021-01-29 13:56:15','2021-01-29 08:56:15'),
(114690,42394,'action created','2021-01-29 13:56:15','2021-01-29 08:56:15'),
(114691,42394,'action started via WP Cron','2021-01-29 13:57:15','2021-01-29 08:57:15'),
(114692,42394,'action complete via WP Cron','2021-01-29 13:57:15','2021-01-29 08:57:15'),
(114693,42395,'action created','2021-01-29 13:57:15','2021-01-29 08:57:15'),
(114694,42395,'action started via WP Cron','2021-01-29 13:58:23','2021-01-29 08:58:23'),
(114695,42395,'action complete via WP Cron','2021-01-29 13:58:23','2021-01-29 08:58:23'),
(114696,42396,'action created','2021-01-29 13:58:23','2021-01-29 08:58:23'),
(114697,42396,'action started via WP Cron','2021-01-29 13:59:22','2021-01-29 08:59:22'),
(114698,42396,'action complete via WP Cron','2021-01-29 13:59:22','2021-01-29 08:59:22'),
(114699,42397,'action created','2021-01-29 13:59:22','2021-01-29 08:59:22'),
(114700,42397,'action started via WP Cron','2021-01-29 14:00:14','2021-01-29 09:00:14'),
(114701,42397,'action complete via WP Cron','2021-01-29 14:00:14','2021-01-29 09:00:14'),
(114702,42398,'action created','2021-01-29 14:00:14','2021-01-29 09:00:14'),
(114703,42398,'action started via WP Cron','2021-01-29 14:01:24','2021-01-29 09:01:24'),
(114704,42398,'action complete via WP Cron','2021-01-29 14:01:24','2021-01-29 09:01:24'),
(114705,42399,'action created','2021-01-29 14:01:25','2021-01-29 09:01:25'),
(114706,42399,'action started via WP Cron','2021-01-29 14:02:35','2021-01-29 09:02:35'),
(114707,42399,'action complete via WP Cron','2021-01-29 14:02:35','2021-01-29 09:02:35'),
(114708,42400,'action created','2021-01-29 14:02:35','2021-01-29 09:02:35'),
(114709,42400,'action started via WP Cron','2021-01-29 14:03:20','2021-01-29 09:03:20'),
(114710,42400,'action complete via WP Cron','2021-01-29 14:03:20','2021-01-29 09:03:20'),
(114711,42401,'action created','2021-01-29 14:03:20','2021-01-29 09:03:20'),
(114712,42401,'action started via WP Cron','2021-01-29 14:05:39','2021-01-29 09:05:39'),
(114713,42401,'action complete via WP Cron','2021-01-29 14:05:39','2021-01-29 09:05:39'),
(114714,42402,'action created','2021-01-29 14:05:39','2021-01-29 09:05:39'),
(114715,42402,'action started via WP Cron','2021-01-29 14:06:39','2021-01-29 09:06:39'),
(114716,42402,'action complete via WP Cron','2021-01-29 14:06:39','2021-01-29 09:06:39'),
(114717,42403,'action created','2021-01-29 14:06:39','2021-01-29 09:06:39'),
(114718,42403,'action started via WP Cron','2021-01-29 14:07:32','2021-01-29 09:07:32'),
(114719,42403,'action complete via WP Cron','2021-01-29 14:07:32','2021-01-29 09:07:32'),
(114720,42404,'action created','2021-01-29 14:07:32','2021-01-29 09:07:32'),
(114721,42404,'action started via WP Cron','2021-01-29 14:08:19','2021-01-29 09:08:19'),
(114722,42404,'action complete via WP Cron','2021-01-29 14:08:19','2021-01-29 09:08:19'),
(114723,42405,'action created','2021-01-29 14:08:19','2021-01-29 09:08:19'),
(114724,42405,'action started via WP Cron','2021-01-29 14:09:26','2021-01-29 09:09:26'),
(114725,42405,'action complete via WP Cron','2021-01-29 14:09:26','2021-01-29 09:09:26'),
(114726,42406,'action created','2021-01-29 14:09:26','2021-01-29 09:09:26'),
(114727,42406,'action started via WP Cron','2021-01-29 14:10:26','2021-01-29 09:10:26'),
(114728,42406,'action complete via WP Cron','2021-01-29 14:10:26','2021-01-29 09:10:26'),
(114729,42407,'action created','2021-01-29 14:10:26','2021-01-29 09:10:26'),
(114730,42407,'action started via WP Cron','2021-01-29 14:11:14','2021-01-29 09:11:14'),
(114731,42407,'action complete via WP Cron','2021-01-29 14:11:14','2021-01-29 09:11:14'),
(114732,42408,'action created','2021-01-29 14:11:14','2021-01-29 09:11:14'),
(114733,42408,'action started via WP Cron','2021-01-29 14:12:12','2021-01-29 09:12:12'),
(114734,42408,'action complete via WP Cron','2021-01-29 14:12:12','2021-01-29 09:12:12'),
(114735,42409,'action created','2021-01-29 14:12:12','2021-01-29 09:12:12'),
(114736,42409,'action started via WP Cron','2021-01-29 14:13:18','2021-01-29 09:13:18'),
(114737,42409,'action complete via WP Cron','2021-01-29 14:13:18','2021-01-29 09:13:18'),
(114738,42410,'action created','2021-01-29 14:13:18','2021-01-29 09:13:18'),
(114739,42410,'action started via WP Cron','2021-01-29 14:14:29','2021-01-29 09:14:29'),
(114740,42410,'action complete via WP Cron','2021-01-29 14:14:29','2021-01-29 09:14:29'),
(114741,42411,'action created','2021-01-29 14:14:29','2021-01-29 09:14:29'),
(114742,42411,'action started via WP Cron','2021-01-29 14:15:18','2021-01-29 09:15:18'),
(114743,42411,'action complete via WP Cron','2021-01-29 14:15:18','2021-01-29 09:15:18'),
(114744,42412,'action created','2021-01-29 14:15:18','2021-01-29 09:15:18'),
(114745,42412,'action started via WP Cron','2021-01-29 14:16:45','2021-01-29 09:16:45'),
(114746,42412,'action complete via WP Cron','2021-01-29 14:16:45','2021-01-29 09:16:45'),
(114747,42413,'action created','2021-01-29 14:16:45','2021-01-29 09:16:45'),
(114748,42413,'action started via WP Cron','2021-01-29 14:17:21','2021-01-29 09:17:21'),
(114749,42413,'action complete via WP Cron','2021-01-29 14:17:21','2021-01-29 09:17:21'),
(114750,42414,'action created','2021-01-29 14:17:21','2021-01-29 09:17:21'),
(114751,42414,'action started via WP Cron','2021-01-29 14:18:11','2021-01-29 09:18:11'),
(114752,42414,'action complete via WP Cron','2021-01-29 14:18:11','2021-01-29 09:18:11'),
(114753,42415,'action created','2021-01-29 14:18:11','2021-01-29 09:18:11'),
(114754,42415,'action started via WP Cron','2021-01-29 14:19:18','2021-01-29 09:19:18'),
(114755,42415,'action complete via WP Cron','2021-01-29 14:19:18','2021-01-29 09:19:18'),
(114756,42416,'action created','2021-01-29 14:19:18','2021-01-29 09:19:18'),
(114757,42416,'action started via WP Cron','2021-01-29 14:20:25','2021-01-29 09:20:25'),
(114758,42416,'action complete via WP Cron','2021-01-29 14:20:25','2021-01-29 09:20:25'),
(114759,42417,'action created','2021-01-29 14:20:26','2021-01-29 09:20:26'),
(114760,42417,'action started via WP Cron','2021-01-29 14:21:20','2021-01-29 09:21:20'),
(114761,42417,'action complete via WP Cron','2021-01-29 14:21:20','2021-01-29 09:21:20'),
(114762,42418,'action created','2021-01-29 14:21:20','2021-01-29 09:21:20'),
(114763,42418,'action started via WP Cron','2021-01-29 14:22:16','2021-01-29 09:22:16'),
(114764,42418,'action complete via WP Cron','2021-01-29 14:22:16','2021-01-29 09:22:16'),
(114765,42419,'action created','2021-01-29 14:22:16','2021-01-29 09:22:16'),
(114766,42419,'action started via WP Cron','2021-01-29 14:23:23','2021-01-29 09:23:23'),
(114767,42419,'action complete via WP Cron','2021-01-29 14:23:23','2021-01-29 09:23:23'),
(114768,42420,'action created','2021-01-29 14:23:23','2021-01-29 09:23:23'),
(114769,42420,'action started via WP Cron','2021-01-29 14:24:37','2021-01-29 09:24:37'),
(114770,42420,'action complete via WP Cron','2021-01-29 14:24:37','2021-01-29 09:24:37'),
(114771,42421,'action created','2021-01-29 14:24:37','2021-01-29 09:24:37'),
(114772,42421,'action started via WP Cron','2021-01-29 14:25:17','2021-01-29 09:25:17'),
(114773,42421,'action complete via WP Cron','2021-01-29 14:25:17','2021-01-29 09:25:17'),
(114774,42422,'action created','2021-01-29 14:25:17','2021-01-29 09:25:17'),
(114775,42422,'action started via WP Cron','2021-01-29 14:26:32','2021-01-29 09:26:32'),
(114776,42422,'action complete via WP Cron','2021-01-29 14:26:32','2021-01-29 09:26:32'),
(114777,42423,'action created','2021-01-29 14:26:32','2021-01-29 09:26:32'),
(114778,42423,'action started via WP Cron','2021-01-29 14:27:15','2021-01-29 09:27:15'),
(114779,42423,'action complete via WP Cron','2021-01-29 14:27:15','2021-01-29 09:27:15'),
(114780,42424,'action created','2021-01-29 14:27:15','2021-01-29 09:27:15'),
(114781,42424,'action started via WP Cron','2021-01-29 14:28:23','2021-01-29 09:28:23'),
(114782,42424,'action complete via WP Cron','2021-01-29 14:28:23','2021-01-29 09:28:23'),
(114783,42425,'action created','2021-01-29 14:28:24','2021-01-29 09:28:24'),
(114784,42425,'action started via WP Cron','2021-01-29 14:29:11','2021-01-29 09:29:11'),
(114785,42425,'action complete via WP Cron','2021-01-29 14:29:11','2021-01-29 09:29:11'),
(114786,42426,'action created','2021-01-29 14:29:11','2021-01-29 09:29:11'),
(114787,42426,'action started via WP Cron','2021-01-29 14:30:12','2021-01-29 09:30:12'),
(114788,42426,'action complete via WP Cron','2021-01-29 14:30:12','2021-01-29 09:30:12'),
(114789,42427,'action created','2021-01-29 14:30:12','2021-01-29 09:30:12'),
(114790,42427,'action started via WP Cron','2021-01-29 14:31:22','2021-01-29 09:31:22'),
(114791,42427,'action complete via WP Cron','2021-01-29 14:31:22','2021-01-29 09:31:22'),
(114792,42428,'action created','2021-01-29 14:31:22','2021-01-29 09:31:22'),
(114793,42428,'action started via Async Request','2021-01-29 14:31:54','2021-01-29 09:31:54'),
(114794,42428,'action complete via Async Request','2021-01-29 14:31:54','2021-01-29 09:31:54'),
(114795,42429,'action created','2021-01-29 14:32:08','2021-01-29 09:32:08'),
(114796,42429,'action started via WP Cron','2021-01-29 14:32:41','2021-01-29 09:32:41'),
(114797,42429,'action complete via WP Cron','2021-01-29 14:32:41','2021-01-29 09:32:41'),
(114798,42430,'action created','2021-01-29 14:32:41','2021-01-29 09:32:41'),
(114799,42430,'action started via Async Request','2021-01-29 14:32:56','2021-01-29 09:32:56'),
(114800,42430,'action complete via Async Request','2021-01-29 14:32:56','2021-01-29 09:32:56'),
(114801,42431,'action created','2021-01-29 14:33:11','2021-01-29 09:33:11'),
(114802,42431,'action started via WP Cron','2021-01-29 14:34:12','2021-01-29 09:34:12'),
(114803,42431,'action complete via WP Cron','2021-01-29 14:34:12','2021-01-29 09:34:12'),
(114804,42432,'action created','2021-01-29 14:34:12','2021-01-29 09:34:12'),
(114805,42432,'action started via WP Cron','2021-01-29 14:35:22','2021-01-29 09:35:22'),
(114806,42432,'action complete via WP Cron','2021-01-29 14:35:22','2021-01-29 09:35:22'),
(114807,42433,'action created','2021-01-29 14:35:22','2021-01-29 09:35:22'),
(114808,42433,'action started via WP Cron','2021-01-29 14:36:15','2021-01-29 09:36:15'),
(114809,42433,'action complete via WP Cron','2021-01-29 14:36:15','2021-01-29 09:36:15'),
(114810,42434,'action created','2021-01-29 14:36:15','2021-01-29 09:36:15'),
(114811,42434,'action started via WP Cron','2021-01-29 14:37:25','2021-01-29 09:37:25'),
(114812,42434,'action complete via WP Cron','2021-01-29 14:37:25','2021-01-29 09:37:25'),
(114813,42435,'action created','2021-01-29 14:37:25','2021-01-29 09:37:25'),
(114814,42435,'action started via WP Cron','2021-01-29 14:38:52','2021-01-29 09:38:52'),
(114815,42435,'action complete via WP Cron','2021-01-29 14:38:52','2021-01-29 09:38:52'),
(114816,42436,'action created','2021-01-29 14:38:52','2021-01-29 09:38:52'),
(114817,42436,'action started via WP Cron','2021-01-29 14:39:41','2021-01-29 09:39:41'),
(114818,42436,'action complete via WP Cron','2021-01-29 14:39:41','2021-01-29 09:39:41'),
(114819,42437,'action created','2021-01-29 14:39:41','2021-01-29 09:39:41'),
(114820,42437,'action started via WP Cron','2021-01-29 14:40:26','2021-01-29 09:40:26'),
(114821,42437,'action complete via WP Cron','2021-01-29 14:40:26','2021-01-29 09:40:26'),
(114822,42438,'action created','2021-01-29 14:40:26','2021-01-29 09:40:26'),
(114823,42438,'action started via WP Cron','2021-01-29 14:41:28','2021-01-29 09:41:28'),
(114824,42438,'action complete via WP Cron','2021-01-29 14:41:28','2021-01-29 09:41:28'),
(114825,42439,'action created','2021-01-29 14:41:28','2021-01-29 09:41:28'),
(114826,42439,'action started via WP Cron','2021-01-29 14:42:53','2021-01-29 09:42:53'),
(114827,42439,'action complete via WP Cron','2021-01-29 14:42:53','2021-01-29 09:42:53'),
(114828,42440,'action created','2021-01-29 14:42:53','2021-01-29 09:42:53'),
(114829,42440,'action started via WP Cron','2021-01-29 14:43:21','2021-01-29 09:43:21'),
(114830,42440,'action complete via WP Cron','2021-01-29 14:43:21','2021-01-29 09:43:21'),
(114831,42441,'action created','2021-01-29 14:43:21','2021-01-29 09:43:21'),
(114832,42441,'action started via WP Cron','2021-01-29 14:44:39','2021-01-29 09:44:39'),
(114833,42441,'action complete via WP Cron','2021-01-29 14:44:39','2021-01-29 09:44:39'),
(114834,42442,'action created','2021-01-29 14:44:39','2021-01-29 09:44:39'),
(114835,42442,'action started via WP Cron','2021-01-29 14:45:11','2021-01-29 09:45:11'),
(114836,42442,'action complete via WP Cron','2021-01-29 14:45:11','2021-01-29 09:45:11'),
(114837,42443,'action created','2021-01-29 14:45:11','2021-01-29 09:45:11'),
(114838,42443,'action started via WP Cron','2021-01-29 14:46:12','2021-01-29 09:46:12'),
(114839,42443,'action complete via WP Cron','2021-01-29 14:46:12','2021-01-29 09:46:12'),
(114840,42444,'action created','2021-01-29 14:46:12','2021-01-29 09:46:12'),
(114841,42444,'action started via WP Cron','2021-01-29 14:47:14','2021-01-29 09:47:14'),
(114842,42444,'action complete via WP Cron','2021-01-29 14:47:14','2021-01-29 09:47:14'),
(114843,42445,'action created','2021-01-29 14:47:14','2021-01-29 09:47:14'),
(114844,42445,'action started via WP Cron','2021-01-29 14:48:11','2021-01-29 09:48:11'),
(114845,42445,'action complete via WP Cron','2021-01-29 14:48:11','2021-01-29 09:48:11'),
(114846,42446,'action created','2021-01-29 14:48:11','2021-01-29 09:48:11'),
(114847,42446,'action started via WP Cron','2021-01-29 14:49:18','2021-01-29 09:49:18'),
(114848,42446,'action complete via WP Cron','2021-01-29 14:49:18','2021-01-29 09:49:18'),
(114849,42447,'action created','2021-01-29 14:49:18','2021-01-29 09:49:18'),
(114850,42447,'action started via WP Cron','2021-01-29 14:50:34','2021-01-29 09:50:34'),
(114851,42447,'action complete via WP Cron','2021-01-29 14:50:34','2021-01-29 09:50:34'),
(114852,42448,'action created','2021-01-29 14:50:34','2021-01-29 09:50:34'),
(114853,42448,'action started via WP Cron','2021-01-29 14:51:13','2021-01-29 09:51:13'),
(114854,42448,'action complete via WP Cron','2021-01-29 14:51:13','2021-01-29 09:51:13'),
(114855,42449,'action created','2021-01-29 14:51:13','2021-01-29 09:51:13'),
(114856,42449,'action started via WP Cron','2021-01-29 14:52:26','2021-01-29 09:52:26'),
(114857,42449,'action complete via WP Cron','2021-01-29 14:52:26','2021-01-29 09:52:26'),
(114858,42450,'action created','2021-01-29 14:52:26','2021-01-29 09:52:26'),
(114859,42450,'action started via WP Cron','2021-01-29 14:53:33','2021-01-29 09:53:33'),
(114860,42450,'action complete via WP Cron','2021-01-29 14:53:33','2021-01-29 09:53:33'),
(114861,42451,'action created','2021-01-29 14:53:33','2021-01-29 09:53:33'),
(114862,42451,'action started via WP Cron','2021-01-29 14:54:12','2021-01-29 09:54:12'),
(114863,42451,'action complete via WP Cron','2021-01-29 14:54:12','2021-01-29 09:54:12'),
(114864,42452,'action created','2021-01-29 14:54:12','2021-01-29 09:54:12'),
(114865,42452,'action started via WP Cron','2021-01-29 14:57:03','2021-01-29 09:57:03'),
(114866,42452,'action complete via WP Cron','2021-01-29 14:57:03','2021-01-29 09:57:03'),
(114867,42453,'action created','2021-01-29 14:57:03','2021-01-29 09:57:03'),
(114868,42453,'action started via WP Cron','2021-01-29 14:57:25','2021-01-29 09:57:25'),
(114869,42453,'action complete via WP Cron','2021-01-29 14:57:25','2021-01-29 09:57:25'),
(114870,42454,'action created','2021-01-29 14:57:25','2021-01-29 09:57:25'),
(114871,42454,'action started via WP Cron','2021-01-29 14:58:29','2021-01-29 09:58:29'),
(114872,42454,'action complete via WP Cron','2021-01-29 14:58:29','2021-01-29 09:58:29'),
(114873,42455,'action created','2021-01-29 14:58:29','2021-01-29 09:58:29'),
(114874,42455,'action started via WP Cron','2021-01-29 15:01:21','2021-01-29 10:01:21'),
(114875,42455,'action complete via WP Cron','2021-01-29 15:01:21','2021-01-29 10:01:21'),
(114876,42456,'action created','2021-01-29 15:01:21','2021-01-29 10:01:21'),
(114877,42456,'action started via WP Cron','2021-01-29 15:03:34','2021-01-29 10:03:34'),
(114878,42456,'action complete via WP Cron','2021-01-29 15:03:34','2021-01-29 10:03:34'),
(114879,42457,'action created','2021-01-29 15:03:34','2021-01-29 10:03:34'),
(114880,42457,'action started via WP Cron','2021-01-29 15:04:31','2021-01-29 10:04:31'),
(114881,42457,'action complete via WP Cron','2021-01-29 15:04:31','2021-01-29 10:04:31'),
(114882,42458,'action created','2021-01-29 15:04:31','2021-01-29 10:04:31'),
(114883,42458,'action started via WP Cron','2021-01-29 15:05:42','2021-01-29 10:05:42'),
(114884,42458,'action complete via WP Cron','2021-01-29 15:05:42','2021-01-29 10:05:42'),
(114885,42459,'action created','2021-01-29 15:05:42','2021-01-29 10:05:42'),
(114886,42459,'action started via WP Cron','2021-01-29 15:06:15','2021-01-29 10:06:15'),
(114887,42459,'action complete via WP Cron','2021-01-29 15:06:15','2021-01-29 10:06:15'),
(114888,42460,'action created','2021-01-29 15:06:15','2021-01-29 10:06:15'),
(114889,42460,'action started via WP Cron','2021-01-29 15:07:35','2021-01-29 10:07:35'),
(114890,42460,'action complete via WP Cron','2021-01-29 15:07:35','2021-01-29 10:07:35'),
(114891,42461,'action created','2021-01-29 15:07:35','2021-01-29 10:07:35'),
(114892,42461,'action started via WP Cron','2021-01-29 15:11:04','2021-01-29 10:11:04'),
(114893,42461,'action complete via WP Cron','2021-01-29 15:11:04','2021-01-29 10:11:04'),
(114894,42462,'action created','2021-01-29 15:11:04','2021-01-29 10:11:04'),
(114895,42462,'action started via WP Cron','2021-01-29 15:11:51','2021-01-29 10:11:51'),
(114896,42462,'action complete via WP Cron','2021-01-29 15:11:51','2021-01-29 10:11:51'),
(114897,42463,'action created','2021-01-29 15:11:51','2021-01-29 10:11:51'),
(114898,42463,'action started via WP Cron','2021-01-29 15:13:17','2021-01-29 10:13:17'),
(114899,42463,'action complete via WP Cron','2021-01-29 15:13:17','2021-01-29 10:13:17'),
(114900,42464,'action created','2021-01-29 15:13:17','2021-01-29 10:13:17'),
(114901,42464,'action started via WP Cron','2021-01-29 15:14:34','2021-01-29 10:14:34'),
(114902,42464,'action complete via WP Cron','2021-01-29 15:14:34','2021-01-29 10:14:34'),
(114903,42465,'action created','2021-01-29 15:14:34','2021-01-29 10:14:34'),
(114904,42465,'action started via WP Cron','2021-01-29 15:15:41','2021-01-29 10:15:41'),
(114905,42465,'action complete via WP Cron','2021-01-29 15:15:41','2021-01-29 10:15:41'),
(114906,42466,'action created','2021-01-29 15:15:41','2021-01-29 10:15:41'),
(114907,42466,'action started via WP Cron','2021-01-29 15:17:40','2021-01-29 10:17:40'),
(114908,42466,'action complete via WP Cron','2021-01-29 15:17:40','2021-01-29 10:17:40'),
(114909,42467,'action created','2021-01-29 15:17:40','2021-01-29 10:17:40'),
(114910,42467,'action started via WP Cron','2021-01-29 15:18:41','2021-01-29 10:18:41'),
(114911,42467,'action complete via WP Cron','2021-01-29 15:18:41','2021-01-29 10:18:41'),
(114912,42468,'action created','2021-01-29 15:18:41','2021-01-29 10:18:41'),
(114913,42468,'action started via WP Cron','2021-01-29 15:20:10','2021-01-29 10:20:10'),
(114914,42468,'action complete via WP Cron','2021-01-29 15:20:10','2021-01-29 10:20:10'),
(114915,42469,'action created','2021-01-29 15:20:10','2021-01-29 10:20:10'),
(114916,42469,'action started via WP Cron','2021-01-29 15:20:44','2021-01-29 10:20:44'),
(114917,42469,'action complete via WP Cron','2021-01-29 15:20:44','2021-01-29 10:20:44'),
(114918,42470,'action created','2021-01-29 15:20:44','2021-01-29 10:20:44'),
(114919,42470,'action started via WP Cron','2021-01-29 15:21:45','2021-01-29 10:21:45'),
(114920,42470,'action complete via WP Cron','2021-01-29 15:21:45','2021-01-29 10:21:45'),
(114921,42471,'action created','2021-01-29 15:21:45','2021-01-29 10:21:45'),
(114922,42471,'action started via WP Cron','2021-01-29 15:22:42','2021-01-29 10:22:42'),
(114923,42471,'action complete via WP Cron','2021-01-29 15:22:42','2021-01-29 10:22:42'),
(114924,42472,'action created','2021-01-29 15:22:42','2021-01-29 10:22:42'),
(114925,42472,'action started via WP Cron','2021-01-29 15:23:44','2021-01-29 10:23:44'),
(114926,42472,'action complete via WP Cron','2021-01-29 15:23:44','2021-01-29 10:23:44'),
(114927,42473,'action created','2021-01-29 15:23:44','2021-01-29 10:23:44'),
(114928,42473,'action started via WP Cron','2021-01-29 15:27:19','2021-01-29 10:27:19'),
(114929,42473,'action complete via WP Cron','2021-01-29 15:27:19','2021-01-29 10:27:19'),
(114930,42474,'action created','2021-01-29 15:27:19','2021-01-29 10:27:19'),
(114931,42474,'action started via WP Cron','2021-01-29 15:28:34','2021-01-29 10:28:34'),
(114932,42474,'action complete via WP Cron','2021-01-29 15:28:34','2021-01-29 10:28:34'),
(114933,42475,'action created','2021-01-29 15:28:34','2021-01-29 10:28:34'),
(114934,42475,'action started via WP Cron','2021-01-29 15:30:38','2021-01-29 10:30:38'),
(114935,42475,'action complete via WP Cron','2021-01-29 15:30:38','2021-01-29 10:30:38'),
(114936,42476,'action created','2021-01-29 15:30:38','2021-01-29 10:30:38'),
(114937,42476,'action started via WP Cron','2021-01-29 15:33:28','2021-01-29 10:33:28'),
(114938,42476,'action complete via WP Cron','2021-01-29 15:33:28','2021-01-29 10:33:28'),
(114939,42477,'action created','2021-01-29 15:33:28','2021-01-29 10:33:28'),
(114940,42477,'action started via WP Cron','2021-01-29 15:34:53','2021-01-29 10:34:53'),
(114941,42477,'action complete via WP Cron','2021-01-29 15:34:53','2021-01-29 10:34:53'),
(114942,42478,'action created','2021-01-29 15:34:53','2021-01-29 10:34:53'),
(114943,42478,'action started via WP Cron','2021-01-29 15:35:37','2021-01-29 10:35:37'),
(114944,42478,'action complete via WP Cron','2021-01-29 15:35:37','2021-01-29 10:35:37'),
(114945,42479,'action created','2021-01-29 15:35:37','2021-01-29 10:35:37'),
(114946,42479,'action started via WP Cron','2021-01-29 15:37:07','2021-01-29 10:37:07'),
(114947,42479,'action complete via WP Cron','2021-01-29 15:37:07','2021-01-29 10:37:07'),
(114948,42480,'action created','2021-01-29 15:37:07','2021-01-29 10:37:07'),
(114949,42480,'action started via WP Cron','2021-01-29 15:38:36','2021-01-29 10:38:36'),
(114950,42480,'action complete via WP Cron','2021-01-29 15:38:36','2021-01-29 10:38:36'),
(114951,42481,'action created','2021-01-29 15:38:36','2021-01-29 10:38:36'),
(114952,42481,'action started via WP Cron','2021-01-29 15:39:59','2021-01-29 10:39:59'),
(114953,42481,'action complete via WP Cron','2021-01-29 15:39:59','2021-01-29 10:39:59'),
(114954,42482,'action created','2021-01-29 15:39:59','2021-01-29 10:39:59'),
(114955,42482,'action started via WP Cron','2021-01-29 15:41:44','2021-01-29 10:41:44'),
(114956,42482,'action complete via WP Cron','2021-01-29 15:41:44','2021-01-29 10:41:44'),
(114957,42483,'action created','2021-01-29 15:41:44','2021-01-29 10:41:44'),
(114958,42483,'action started via WP Cron','2021-01-29 15:43:27','2021-01-29 10:43:27'),
(114959,42483,'action complete via WP Cron','2021-01-29 15:43:27','2021-01-29 10:43:27'),
(114960,42484,'action created','2021-01-29 15:43:27','2021-01-29 10:43:27'),
(114961,42484,'action started via WP Cron','2021-01-29 15:44:23','2021-01-29 10:44:23'),
(114962,42484,'action complete via WP Cron','2021-01-29 15:44:23','2021-01-29 10:44:23'),
(114963,42485,'action created','2021-01-29 15:44:23','2021-01-29 10:44:23'),
(114964,42485,'action started via WP Cron','2021-01-29 15:45:37','2021-01-29 10:45:37'),
(114965,42485,'action complete via WP Cron','2021-01-29 15:45:37','2021-01-29 10:45:37'),
(114966,42486,'action created','2021-01-29 15:45:37','2021-01-29 10:45:37'),
(114967,42486,'action started via WP Cron','2021-01-29 15:47:10','2021-01-29 10:47:10'),
(114968,42486,'action complete via WP Cron','2021-01-29 15:47:10','2021-01-29 10:47:10'),
(114969,42487,'action created','2021-01-29 15:47:10','2021-01-29 10:47:10'),
(114970,42487,'action started via WP Cron','2021-01-29 15:48:02','2021-01-29 10:48:02'),
(114971,42487,'action complete via WP Cron','2021-01-29 15:48:02','2021-01-29 10:48:02'),
(114972,42488,'action created','2021-01-29 15:48:02','2021-01-29 10:48:02'),
(114973,42488,'action started via WP Cron','2021-01-29 15:48:42','2021-01-29 10:48:42'),
(114974,42488,'action complete via WP Cron','2021-01-29 15:48:42','2021-01-29 10:48:42'),
(114975,42489,'action created','2021-01-29 15:48:42','2021-01-29 10:48:42'),
(114976,42489,'action started via WP Cron','2021-01-29 15:49:28','2021-01-29 10:49:28'),
(114977,42489,'action complete via WP Cron','2021-01-29 15:49:28','2021-01-29 10:49:28'),
(114978,42490,'action created','2021-01-29 15:49:28','2021-01-29 10:49:28'),
(114979,42490,'action started via WP Cron','2021-01-29 15:52:48','2021-01-29 10:52:48'),
(114980,42490,'action complete via WP Cron','2021-01-29 15:52:48','2021-01-29 10:52:48'),
(114981,42491,'action created','2021-01-29 15:52:48','2021-01-29 10:52:48'),
(114982,42491,'action started via WP Cron','2021-01-29 15:53:43','2021-01-29 10:53:43'),
(114983,42491,'action complete via WP Cron','2021-01-29 15:53:43','2021-01-29 10:53:43'),
(114984,42492,'action created','2021-01-29 15:53:43','2021-01-29 10:53:43'),
(114985,42492,'action started via WP Cron','2021-01-29 15:55:51','2021-01-29 10:55:51'),
(114986,42492,'action complete via WP Cron','2021-01-29 15:55:51','2021-01-29 10:55:51'),
(114987,42493,'action created','2021-01-29 15:55:51','2021-01-29 10:55:51'),
(114988,42493,'action started via WP Cron','2021-01-29 15:56:21','2021-01-29 10:56:21'),
(114989,42493,'action complete via WP Cron','2021-01-29 15:56:21','2021-01-29 10:56:21'),
(114990,42494,'action created','2021-01-29 15:56:21','2021-01-29 10:56:21'),
(114991,42494,'action started via WP Cron','2021-01-29 15:58:15','2021-01-29 10:58:15'),
(114992,42494,'action complete via WP Cron','2021-01-29 15:58:15','2021-01-29 10:58:15'),
(114993,42495,'action created','2021-01-29 15:58:15','2021-01-29 10:58:15'),
(114994,42495,'action started via WP Cron','2021-01-29 16:00:16','2021-01-29 11:00:16'),
(114995,42495,'action complete via WP Cron','2021-01-29 16:00:16','2021-01-29 11:00:16'),
(114996,42496,'action created','2021-01-29 16:00:16','2021-01-29 11:00:16'),
(114997,42496,'action started via WP Cron','2021-01-29 16:01:18','2021-01-29 11:01:18'),
(114998,42496,'action complete via WP Cron','2021-01-29 16:01:18','2021-01-29 11:01:18'),
(114999,42497,'action created','2021-01-29 16:01:18','2021-01-29 11:01:18'),
(115000,42497,'action started via WP Cron','2021-01-29 16:02:13','2021-01-29 11:02:13'),
(115001,42497,'action complete via WP Cron','2021-01-29 16:02:13','2021-01-29 11:02:13'),
(115002,42498,'action created','2021-01-29 16:02:13','2021-01-29 11:02:13'),
(115003,42498,'action started via WP Cron','2021-01-29 16:06:13','2021-01-29 11:06:13'),
(115004,42498,'action complete via WP Cron','2021-01-29 16:06:13','2021-01-29 11:06:13'),
(115005,42499,'action created','2021-01-29 16:06:13','2021-01-29 11:06:13'),
(115006,42499,'action started via WP Cron','2021-01-29 16:07:21','2021-01-29 11:07:21'),
(115007,42499,'action complete via WP Cron','2021-01-29 16:07:21','2021-01-29 11:07:21'),
(115008,42500,'action created','2021-01-29 16:07:21','2021-01-29 11:07:21'),
(115009,42500,'action started via WP Cron','2021-01-29 16:09:36','2021-01-29 11:09:36'),
(115010,42500,'action complete via WP Cron','2021-01-29 16:09:36','2021-01-29 11:09:36'),
(115011,42501,'action created','2021-01-29 16:09:37','2021-01-29 11:09:37'),
(115012,42501,'action started via WP Cron','2021-01-29 16:10:37','2021-01-29 11:10:37'),
(115013,42501,'action complete via WP Cron','2021-01-29 16:10:37','2021-01-29 11:10:37'),
(115014,42502,'action created','2021-01-29 16:10:37','2021-01-29 11:10:37'),
(115015,42502,'action started via WP Cron','2021-01-29 16:11:19','2021-01-29 11:11:19'),
(115016,42502,'action complete via WP Cron','2021-01-29 16:11:19','2021-01-29 11:11:19'),
(115017,42503,'action created','2021-01-29 16:11:19','2021-01-29 11:11:19'),
(115018,42503,'action started via WP Cron','2021-01-29 16:12:14','2021-01-29 11:12:14'),
(115019,42503,'action complete via WP Cron','2021-01-29 16:12:14','2021-01-29 11:12:14'),
(115020,42504,'action created','2021-01-29 16:12:14','2021-01-29 11:12:14'),
(115021,42504,'action started via WP Cron','2021-01-29 16:13:42','2021-01-29 11:13:42'),
(115022,42504,'action complete via WP Cron','2021-01-29 16:13:42','2021-01-29 11:13:42'),
(115023,42505,'action created','2021-01-29 16:13:42','2021-01-29 11:13:42'),
(115024,42505,'action started via WP Cron','2021-01-29 16:16:17','2021-01-29 11:16:17'),
(115025,42505,'action complete via WP Cron','2021-01-29 16:16:17','2021-01-29 11:16:17'),
(115026,42506,'action created','2021-01-29 16:16:17','2021-01-29 11:16:17'),
(115027,42506,'action started via WP Cron','2021-01-29 16:18:28','2021-01-29 11:18:28'),
(115028,42506,'action complete via WP Cron','2021-01-29 16:18:28','2021-01-29 11:18:28'),
(115029,42507,'action created','2021-01-29 16:18:29','2021-01-29 11:18:29'),
(115030,42507,'action started via WP Cron','2021-01-29 16:19:39','2021-01-29 11:19:39'),
(115031,42507,'action complete via WP Cron','2021-01-29 16:19:39','2021-01-29 11:19:39'),
(115032,42508,'action created','2021-01-29 16:19:39','2021-01-29 11:19:39'),
(115033,42508,'action started via WP Cron','2021-01-29 16:23:11','2021-01-29 11:23:11'),
(115034,42508,'action complete via WP Cron','2021-01-29 16:23:11','2021-01-29 11:23:11'),
(115035,42509,'action created','2021-01-29 16:23:11','2021-01-29 11:23:11'),
(115036,42509,'action started via WP Cron','2021-01-29 16:26:01','2021-01-29 11:26:01'),
(115037,42509,'action complete via WP Cron','2021-01-29 16:26:01','2021-01-29 11:26:01'),
(115038,42510,'action created','2021-01-29 16:26:01','2021-01-29 11:26:01'),
(115039,42510,'action started via WP Cron','2021-01-29 16:26:28','2021-01-29 11:26:28'),
(115040,42510,'action complete via WP Cron','2021-01-29 16:26:28','2021-01-29 11:26:28'),
(115041,42511,'action created','2021-01-29 16:26:28','2021-01-29 11:26:28'),
(115042,42511,'action started via WP Cron','2021-01-29 16:27:47','2021-01-29 11:27:47'),
(115043,42511,'action complete via WP Cron','2021-01-29 16:27:47','2021-01-29 11:27:47'),
(115044,42512,'action created','2021-01-29 16:27:47','2021-01-29 11:27:47'),
(115045,42512,'action started via WP Cron','2021-01-29 16:29:32','2021-01-29 11:29:32'),
(115046,42512,'action complete via WP Cron','2021-01-29 16:29:32','2021-01-29 11:29:32'),
(115047,42513,'action created','2021-01-29 16:29:32','2021-01-29 11:29:32'),
(115048,42513,'action started via WP Cron','2021-01-29 16:33:59','2021-01-29 11:33:59'),
(115049,42513,'action complete via WP Cron','2021-01-29 16:33:59','2021-01-29 11:33:59'),
(115050,42514,'action created','2021-01-29 16:33:59','2021-01-29 11:33:59'),
(115051,42514,'action started via WP Cron','2021-01-29 16:36:06','2021-01-29 11:36:06'),
(115052,42514,'action complete via WP Cron','2021-01-29 16:36:06','2021-01-29 11:36:06'),
(115053,42515,'action created','2021-01-29 16:36:06','2021-01-29 11:36:06'),
(115054,42515,'action started via WP Cron','2021-01-29 16:39:24','2021-01-29 11:39:24'),
(115055,42515,'action complete via WP Cron','2021-01-29 16:39:24','2021-01-29 11:39:24'),
(115056,42516,'action created','2021-01-29 16:39:24','2021-01-29 11:39:24'),
(115057,42516,'action started via WP Cron','2021-01-29 16:41:56','2021-01-29 11:41:56'),
(115058,42516,'action complete via WP Cron','2021-01-29 16:41:56','2021-01-29 11:41:56'),
(115059,42517,'action created','2021-01-29 16:41:56','2021-01-29 11:41:56'),
(115060,42517,'action started via WP Cron','2021-01-29 16:42:17','2021-01-29 11:42:17'),
(115061,42517,'action complete via WP Cron','2021-01-29 16:42:17','2021-01-29 11:42:17'),
(115062,42518,'action created','2021-01-29 16:42:17','2021-01-29 11:42:17'),
(115063,42518,'action started via WP Cron','2021-01-29 16:43:31','2021-01-29 11:43:31'),
(115064,42518,'action complete via WP Cron','2021-01-29 16:43:31','2021-01-29 11:43:31'),
(115065,42519,'action created','2021-01-29 16:43:31','2021-01-29 11:43:31'),
(115066,42519,'action started via WP Cron','2021-01-29 16:45:18','2021-01-29 11:45:18'),
(115067,42519,'action complete via WP Cron','2021-01-29 16:45:18','2021-01-29 11:45:18'),
(115068,42520,'action created','2021-01-29 16:45:18','2021-01-29 11:45:18'),
(115069,42520,'action started via WP Cron','2021-01-29 16:46:12','2021-01-29 11:46:12'),
(115070,42520,'action complete via WP Cron','2021-01-29 16:46:12','2021-01-29 11:46:12'),
(115071,42521,'action created','2021-01-29 16:46:12','2021-01-29 11:46:12'),
(115072,42521,'action started via WP Cron','2021-01-29 16:48:46','2021-01-29 11:48:46'),
(115073,42521,'action complete via WP Cron','2021-01-29 16:48:46','2021-01-29 11:48:46'),
(115074,42522,'action created','2021-01-29 16:48:46','2021-01-29 11:48:46'),
(115075,42522,'action started via WP Cron','2021-01-29 16:50:03','2021-01-29 11:50:03'),
(115076,42522,'action complete via WP Cron','2021-01-29 16:50:03','2021-01-29 11:50:03'),
(115077,42523,'action created','2021-01-29 16:50:03','2021-01-29 11:50:03'),
(115078,42523,'action started via WP Cron','2021-01-29 16:50:14','2021-01-29 11:50:14'),
(115079,42523,'action complete via WP Cron','2021-01-29 16:50:14','2021-01-29 11:50:14'),
(115080,42524,'action created','2021-01-29 16:50:14','2021-01-29 11:50:14'),
(115081,42524,'action started via WP Cron','2021-01-29 16:52:48','2021-01-29 11:52:48'),
(115082,42524,'action complete via WP Cron','2021-01-29 16:52:48','2021-01-29 11:52:48'),
(115083,42525,'action created','2021-01-29 16:52:48','2021-01-29 11:52:48'),
(115084,42525,'action started via WP Cron','2021-01-29 16:53:40','2021-01-29 11:53:40'),
(115085,42525,'action complete via WP Cron','2021-01-29 16:53:40','2021-01-29 11:53:40'),
(115086,42526,'action created','2021-01-29 16:53:41','2021-01-29 11:53:41'),
(115087,42526,'action started via WP Cron','2021-01-29 16:54:33','2021-01-29 11:54:33'),
(115088,42526,'action complete via WP Cron','2021-01-29 16:54:33','2021-01-29 11:54:33'),
(115089,42527,'action created','2021-01-29 16:54:33','2021-01-29 11:54:33'),
(115090,42527,'action started via WP Cron','2021-01-29 16:55:54','2021-01-29 11:55:54'),
(115091,42527,'action complete via WP Cron','2021-01-29 16:55:54','2021-01-29 11:55:54'),
(115092,42528,'action created','2021-01-29 16:55:54','2021-01-29 11:55:54'),
(115093,42528,'action started via WP Cron','2021-01-29 16:56:13','2021-01-29 11:56:13'),
(115094,42528,'action complete via WP Cron','2021-01-29 16:56:13','2021-01-29 11:56:13'),
(115095,42529,'action created','2021-01-29 16:56:13','2021-01-29 11:56:13'),
(115096,42529,'action started via WP Cron','2021-01-29 16:58:35','2021-01-29 11:58:35'),
(115097,42529,'action complete via WP Cron','2021-01-29 16:58:35','2021-01-29 11:58:35'),
(115098,42530,'action created','2021-01-29 16:58:35','2021-01-29 11:58:35'),
(115099,42530,'action started via WP Cron','2021-01-29 16:59:38','2021-01-29 11:59:38'),
(115100,42530,'action complete via WP Cron','2021-01-29 16:59:38','2021-01-29 11:59:38'),
(115101,42531,'action created','2021-01-29 16:59:38','2021-01-29 11:59:38'),
(115102,42531,'action started via WP Cron','2021-01-29 17:00:40','2021-01-29 12:00:40'),
(115103,42531,'action complete via WP Cron','2021-01-29 17:00:40','2021-01-29 12:00:40'),
(115104,42532,'action created','2021-01-29 17:00:40','2021-01-29 12:00:40'),
(115105,42532,'action started via WP Cron','2021-01-29 17:01:58','2021-01-29 12:01:58'),
(115106,42532,'action complete via WP Cron','2021-01-29 17:01:58','2021-01-29 12:01:58'),
(115107,42533,'action created','2021-01-29 17:01:58','2021-01-29 12:01:58'),
(115108,42533,'action started via WP Cron','2021-01-29 17:02:51','2021-01-29 12:02:51'),
(115109,42533,'action complete via WP Cron','2021-01-29 17:02:51','2021-01-29 12:02:51'),
(115110,42534,'action created','2021-01-29 17:02:51','2021-01-29 12:02:51'),
(115111,42534,'action started via WP Cron','2021-01-29 17:03:41','2021-01-29 12:03:41'),
(115112,42534,'action complete via WP Cron','2021-01-29 17:03:41','2021-01-29 12:03:41'),
(115113,42535,'action created','2021-01-29 17:03:41','2021-01-29 12:03:41'),
(115114,42535,'action started via WP Cron','2021-01-29 17:04:38','2021-01-29 12:04:38'),
(115115,42535,'action complete via WP Cron','2021-01-29 17:04:38','2021-01-29 12:04:38'),
(115116,42536,'action created','2021-01-29 17:04:39','2021-01-29 12:04:39'),
(115117,42536,'action started via WP Cron','2021-01-29 17:06:13','2021-01-29 12:06:13'),
(115118,42536,'action complete via WP Cron','2021-01-29 17:06:13','2021-01-29 12:06:13'),
(115119,42537,'action created','2021-01-29 17:06:13','2021-01-29 12:06:13'),
(115120,42537,'action started via WP Cron','2021-01-29 17:07:23','2021-01-29 12:07:23'),
(115121,42537,'action complete via WP Cron','2021-01-29 17:07:23','2021-01-29 12:07:23'),
(115122,42538,'action created','2021-01-29 17:07:23','2021-01-29 12:07:23'),
(115123,42538,'action started via WP Cron','2021-01-29 17:09:35','2021-01-29 12:09:35'),
(115124,42538,'action complete via WP Cron','2021-01-29 17:09:35','2021-01-29 12:09:35'),
(115125,42539,'action created','2021-01-29 17:09:35','2021-01-29 12:09:35'),
(115126,42539,'action started via WP Cron','2021-01-29 17:10:17','2021-01-29 12:10:17'),
(115127,42539,'action complete via WP Cron','2021-01-29 17:10:17','2021-01-29 12:10:17'),
(115128,42540,'action created','2021-01-29 17:10:17','2021-01-29 12:10:17'),
(115129,42540,'action started via WP Cron','2021-01-29 17:11:18','2021-01-29 12:11:18'),
(115130,42540,'action complete via WP Cron','2021-01-29 17:11:18','2021-01-29 12:11:18'),
(115131,42541,'action created','2021-01-29 17:11:18','2021-01-29 12:11:18'),
(115132,42541,'action started via WP Cron','2021-01-29 17:12:13','2021-01-29 12:12:13'),
(115133,42541,'action complete via WP Cron','2021-01-29 17:12:13','2021-01-29 12:12:13'),
(115134,42542,'action created','2021-01-29 17:12:13','2021-01-29 12:12:13'),
(115135,42542,'action started via WP Cron','2021-01-29 17:13:30','2021-01-29 12:13:30'),
(115136,42542,'action complete via WP Cron','2021-01-29 17:13:30','2021-01-29 12:13:30'),
(115137,42543,'action created','2021-01-29 17:13:30','2021-01-29 12:13:30'),
(115138,42543,'action started via WP Cron','2021-01-29 17:14:40','2021-01-29 12:14:40'),
(115139,42543,'action complete via WP Cron','2021-01-29 17:14:40','2021-01-29 12:14:40'),
(115140,42544,'action created','2021-01-29 17:14:40','2021-01-29 12:14:40'),
(115141,42544,'action started via WP Cron','2021-01-29 17:16:35','2021-01-29 12:16:35'),
(115142,42544,'action complete via WP Cron','2021-01-29 17:16:35','2021-01-29 12:16:35'),
(115143,42545,'action created','2021-01-29 17:16:35','2021-01-29 12:16:35'),
(115144,42545,'action started via WP Cron','2021-01-29 17:17:13','2021-01-29 12:17:13'),
(115145,42545,'action complete via WP Cron','2021-01-29 17:17:13','2021-01-29 12:17:13'),
(115146,42546,'action created','2021-01-29 17:17:13','2021-01-29 12:17:13'),
(115147,42546,'action started via WP Cron','2021-01-29 17:21:22','2021-01-29 12:21:22'),
(115148,42546,'action complete via WP Cron','2021-01-29 17:21:22','2021-01-29 12:21:22'),
(115149,42547,'action created','2021-01-29 17:21:22','2021-01-29 12:21:22'),
(115150,42547,'action started via WP Cron','2021-01-29 17:22:33','2021-01-29 12:22:33'),
(115151,42547,'action complete via WP Cron','2021-01-29 17:22:33','2021-01-29 12:22:33'),
(115152,42548,'action created','2021-01-29 17:22:33','2021-01-29 12:22:33'),
(115153,42548,'action started via WP Cron','2021-01-29 17:23:13','2021-01-29 12:23:13'),
(115154,42548,'action complete via WP Cron','2021-01-29 17:23:13','2021-01-29 12:23:13'),
(115155,42549,'action created','2021-01-29 17:23:13','2021-01-29 12:23:13'),
(115156,42549,'action started via WP Cron','2021-01-29 17:25:26','2021-01-29 12:25:26'),
(115157,42549,'action complete via WP Cron','2021-01-29 17:25:26','2021-01-29 12:25:26'),
(115158,42550,'action created','2021-01-29 17:25:26','2021-01-29 12:25:26'),
(115159,42550,'action started via WP Cron','2021-01-29 17:26:48','2021-01-29 12:26:48'),
(115160,42550,'action complete via WP Cron','2021-01-29 17:26:48','2021-01-29 12:26:48'),
(115161,42551,'action created','2021-01-29 17:26:48','2021-01-29 12:26:48'),
(115162,42551,'action started via WP Cron','2021-01-29 17:27:47','2021-01-29 12:27:47'),
(115163,42551,'action complete via WP Cron','2021-01-29 17:27:47','2021-01-29 12:27:47'),
(115164,42552,'action created','2021-01-29 17:27:47','2021-01-29 12:27:47'),
(115165,42552,'action started via WP Cron','2021-01-29 17:28:31','2021-01-29 12:28:31'),
(115166,42552,'action complete via WP Cron','2021-01-29 17:28:31','2021-01-29 12:28:31'),
(115167,42553,'action created','2021-01-29 17:28:31','2021-01-29 12:28:31'),
(115168,42553,'action started via WP Cron','2021-01-29 17:29:36','2021-01-29 12:29:36'),
(115169,42553,'action complete via WP Cron','2021-01-29 17:29:36','2021-01-29 12:29:36'),
(115170,42554,'action created','2021-01-29 17:29:36','2021-01-29 12:29:36'),
(115171,42554,'action started via WP Cron','2021-01-29 17:31:42','2021-01-29 12:31:42'),
(115172,42554,'action complete via WP Cron','2021-01-29 17:31:42','2021-01-29 12:31:42'),
(115173,42555,'action created','2021-01-29 17:31:42','2021-01-29 12:31:42'),
(115174,42555,'action started via WP Cron','2021-01-29 17:32:41','2021-01-29 12:32:41'),
(115175,42555,'action complete via WP Cron','2021-01-29 17:32:41','2021-01-29 12:32:41'),
(115176,42556,'action created','2021-01-29 17:32:41','2021-01-29 12:32:41'),
(115177,42556,'action started via WP Cron','2021-01-29 17:35:18','2021-01-29 12:35:18'),
(115178,42556,'action complete via WP Cron','2021-01-29 17:35:18','2021-01-29 12:35:18'),
(115179,42557,'action created','2021-01-29 17:35:18','2021-01-29 12:35:18'),
(115180,42557,'action started via WP Cron','2021-01-29 17:36:30','2021-01-29 12:36:30'),
(115181,42557,'action complete via WP Cron','2021-01-29 17:36:30','2021-01-29 12:36:30'),
(115182,42558,'action created','2021-01-29 17:36:30','2021-01-29 12:36:30'),
(115183,42558,'action started via WP Cron','2021-01-29 17:37:22','2021-01-29 12:37:22'),
(115184,42558,'action complete via WP Cron','2021-01-29 17:37:22','2021-01-29 12:37:22'),
(115185,42559,'action created','2021-01-29 17:37:22','2021-01-29 12:37:22'),
(115186,42559,'action started via WP Cron','2021-01-29 17:38:53','2021-01-29 12:38:53'),
(115187,42559,'action complete via WP Cron','2021-01-29 17:38:53','2021-01-29 12:38:53'),
(115188,42560,'action created','2021-01-29 17:38:53','2021-01-29 12:38:53'),
(115189,42560,'action started via WP Cron','2021-01-29 17:41:16','2021-01-29 12:41:16'),
(115190,42560,'action complete via WP Cron','2021-01-29 17:41:16','2021-01-29 12:41:16'),
(115191,42561,'action created','2021-01-29 17:41:16','2021-01-29 12:41:16'),
(115192,42561,'action started via WP Cron','2021-01-29 17:42:26','2021-01-29 12:42:26'),
(115193,42561,'action complete via WP Cron','2021-01-29 17:42:26','2021-01-29 12:42:26'),
(115194,42562,'action created','2021-01-29 17:42:26','2021-01-29 12:42:26'),
(115195,42562,'action started via WP Cron','2021-01-29 17:45:29','2021-01-29 12:45:29'),
(115196,42562,'action complete via WP Cron','2021-01-29 17:45:29','2021-01-29 12:45:29'),
(115197,42563,'action created','2021-01-29 17:47:28','2021-01-29 12:47:28'),
(115198,42563,'action started via WP Cron','2021-01-29 17:49:34','2021-01-29 12:49:34'),
(115199,42563,'action complete via WP Cron','2021-01-29 17:49:34','2021-01-29 12:49:34'),
(115200,42564,'action created','2021-01-29 17:49:34','2021-01-29 12:49:34'),
(115201,42564,'action started via WP Cron','2021-01-29 17:50:28','2021-01-29 12:50:28'),
(115202,42564,'action complete via WP Cron','2021-01-29 17:50:28','2021-01-29 12:50:28'),
(115203,42565,'action created','2021-01-29 17:50:28','2021-01-29 12:50:28'),
(115204,42565,'action started via WP Cron','2021-01-29 17:51:19','2021-01-29 12:51:19'),
(115205,42565,'action complete via WP Cron','2021-01-29 17:51:19','2021-01-29 12:51:19'),
(115206,42566,'action created','2021-01-29 17:51:19','2021-01-29 12:51:19'),
(115207,42566,'action started via WP Cron','2021-01-29 17:54:07','2021-01-29 12:54:07'),
(115208,42566,'action complete via WP Cron','2021-01-29 17:54:07','2021-01-29 12:54:07'),
(115209,42567,'action created','2021-01-29 17:54:07','2021-01-29 12:54:07'),
(115210,42567,'action started via WP Cron','2021-01-29 17:54:45','2021-01-29 12:54:45'),
(115211,42567,'action complete via WP Cron','2021-01-29 17:54:45','2021-01-29 12:54:45'),
(115212,42568,'action created','2021-01-29 17:54:45','2021-01-29 12:54:45'),
(115213,42568,'action started via WP Cron','2021-01-29 17:55:27','2021-01-29 12:55:27'),
(115214,42568,'action complete via WP Cron','2021-01-29 17:55:27','2021-01-29 12:55:27'),
(115215,42569,'action created','2021-01-29 17:55:27','2021-01-29 12:55:27'),
(115216,42569,'action started via WP Cron','2021-01-29 17:56:16','2021-01-29 12:56:16'),
(115217,42569,'action complete via WP Cron','2021-01-29 17:56:16','2021-01-29 12:56:16'),
(115218,42570,'action created','2021-01-29 17:56:16','2021-01-29 12:56:16'),
(115219,42570,'action started via WP Cron','2021-01-29 17:57:55','2021-01-29 12:57:55'),
(115220,42570,'action complete via WP Cron','2021-01-29 17:57:55','2021-01-29 12:57:55'),
(115221,42571,'action created','2021-01-29 17:57:55','2021-01-29 12:57:55'),
(115222,42571,'action started via WP Cron','2021-01-29 17:59:10','2021-01-29 12:59:10'),
(115223,42571,'action complete via WP Cron','2021-01-29 17:59:11','2021-01-29 12:59:11'),
(115224,42572,'action created','2021-01-29 17:59:11','2021-01-29 12:59:11'),
(115225,42572,'action started via WP Cron','2021-01-29 18:00:19','2021-01-29 13:00:19'),
(115226,42572,'action complete via WP Cron','2021-01-29 18:00:19','2021-01-29 13:00:19'),
(115227,42573,'action created','2021-01-29 18:00:19','2021-01-29 13:00:19'),
(115228,42573,'action started via WP Cron','2021-01-29 18:03:40','2021-01-29 13:03:40'),
(115229,42573,'action complete via WP Cron','2021-01-29 18:03:40','2021-01-29 13:03:40'),
(115230,42574,'action created','2021-01-29 18:03:40','2021-01-29 13:03:40'),
(115231,42574,'action started via WP Cron','2021-01-29 18:06:55','2021-01-29 13:06:55'),
(115232,42574,'action complete via WP Cron','2021-01-29 18:06:55','2021-01-29 13:06:55'),
(115233,42575,'action created','2021-01-29 18:06:55','2021-01-29 13:06:55'),
(115234,42575,'action started via WP Cron','2021-01-29 18:07:21','2021-01-29 13:07:21'),
(115235,42575,'action complete via WP Cron','2021-01-29 18:07:21','2021-01-29 13:07:21'),
(115236,42576,'action created','2021-01-29 18:07:21','2021-01-29 13:07:21'),
(115237,42576,'action started via WP Cron','2021-01-29 18:09:12','2021-01-29 13:09:12'),
(115238,42576,'action complete via WP Cron','2021-01-29 18:09:12','2021-01-29 13:09:12'),
(115239,42577,'action created','2021-01-29 18:09:12','2021-01-29 13:09:12'),
(115240,42577,'action started via WP Cron','2021-01-29 18:13:03','2021-01-29 13:13:03'),
(115241,42577,'action complete via WP Cron','2021-01-29 18:13:03','2021-01-29 13:13:03'),
(115242,42578,'action created','2021-01-29 18:13:03','2021-01-29 13:13:03'),
(115243,42578,'action started via WP Cron','2021-01-29 18:16:12','2021-01-29 13:16:12'),
(115244,42578,'action complete via WP Cron','2021-01-29 18:16:12','2021-01-29 13:16:12'),
(115245,42579,'action created','2021-01-29 18:16:12','2021-01-29 13:16:12'),
(115246,42579,'action started via WP Cron','2021-01-29 18:17:14','2021-01-29 13:17:14'),
(115247,42579,'action complete via WP Cron','2021-01-29 18:17:14','2021-01-29 13:17:14'),
(115248,42580,'action created','2021-01-29 18:17:14','2021-01-29 13:17:14'),
(115249,42580,'action started via WP Cron','2021-01-29 18:19:22','2021-01-29 13:19:22'),
(115250,42580,'action complete via WP Cron','2021-01-29 18:19:22','2021-01-29 13:19:22'),
(115251,42581,'action created','2021-01-29 18:19:22','2021-01-29 13:19:22'),
(115252,42581,'action started via WP Cron','2021-01-29 18:20:18','2021-01-29 13:20:18'),
(115253,42581,'action complete via WP Cron','2021-01-29 18:20:18','2021-01-29 13:20:18'),
(115254,42582,'action created','2021-01-29 18:20:18','2021-01-29 13:20:18'),
(115255,42582,'action started via WP Cron','2021-01-29 18:21:26','2021-01-29 13:21:26'),
(115256,42582,'action complete via WP Cron','2021-01-29 18:21:26','2021-01-29 13:21:26'),
(115257,42583,'action created','2021-01-29 18:21:26','2021-01-29 13:21:26'),
(115258,42583,'action started via WP Cron','2021-01-29 18:23:19','2021-01-29 13:23:19'),
(115259,42583,'action complete via WP Cron','2021-01-29 18:23:19','2021-01-29 13:23:19'),
(115260,42584,'action created','2021-01-29 18:23:19','2021-01-29 13:23:19'),
(115261,42584,'action started via WP Cron','2021-01-29 18:24:21','2021-01-29 13:24:21'),
(115262,42584,'action complete via WP Cron','2021-01-29 18:24:21','2021-01-29 13:24:21'),
(115263,42585,'action created','2021-01-29 18:24:21','2021-01-29 13:24:21'),
(115264,42585,'action started via WP Cron','2021-01-29 18:25:25','2021-01-29 13:25:25'),
(115265,42585,'action complete via WP Cron','2021-01-29 18:25:25','2021-01-29 13:25:25'),
(115266,42586,'action created','2021-01-29 18:25:25','2021-01-29 13:25:25'),
(115267,42586,'action started via WP Cron','2021-01-29 18:27:04','2021-01-29 13:27:04'),
(115268,42586,'action complete via WP Cron','2021-01-29 18:27:04','2021-01-29 13:27:04'),
(115269,42587,'action created','2021-01-29 18:27:04','2021-01-29 13:27:04'),
(115270,42587,'action started via WP Cron','2021-01-29 18:28:40','2021-01-29 13:28:40'),
(115271,42587,'action complete via WP Cron','2021-01-29 18:28:40','2021-01-29 13:28:40'),
(115272,42588,'action created','2021-01-29 18:28:40','2021-01-29 13:28:40'),
(115273,42588,'action started via WP Cron','2021-01-29 18:30:33','2021-01-29 13:30:33'),
(115274,42588,'action complete via WP Cron','2021-01-29 18:30:33','2021-01-29 13:30:33'),
(115275,42589,'action created','2021-01-29 18:30:33','2021-01-29 13:30:33'),
(115276,42589,'action started via WP Cron','2021-01-29 18:31:44','2021-01-29 13:31:44'),
(115277,42589,'action complete via WP Cron','2021-01-29 18:31:44','2021-01-29 13:31:44'),
(115278,42590,'action created','2021-01-29 18:31:44','2021-01-29 13:31:44'),
(115279,42590,'action started via WP Cron','2021-01-29 18:32:25','2021-01-29 13:32:25'),
(115280,42590,'action complete via WP Cron','2021-01-29 18:32:25','2021-01-29 13:32:25'),
(115281,42591,'action created','2021-01-29 18:32:25','2021-01-29 13:32:25'),
(115282,42591,'action started via WP Cron','2021-01-29 18:33:15','2021-01-29 13:33:15'),
(115283,42591,'action complete via WP Cron','2021-01-29 18:33:15','2021-01-29 13:33:15'),
(115284,42592,'action created','2021-01-29 18:33:15','2021-01-29 13:33:15'),
(115285,42592,'action started via WP Cron','2021-01-29 18:35:00','2021-01-29 13:35:00'),
(115286,42592,'action complete via WP Cron','2021-01-29 18:35:00','2021-01-29 13:35:00'),
(115287,42593,'action created','2021-01-29 18:35:00','2021-01-29 13:35:00'),
(115288,42593,'action started via WP Cron','2021-01-29 18:36:18','2021-01-29 13:36:18'),
(115289,42593,'action complete via WP Cron','2021-01-29 18:36:18','2021-01-29 13:36:18'),
(115290,42594,'action created','2021-01-29 18:36:18','2021-01-29 13:36:18'),
(115291,42594,'action started via WP Cron','2021-01-29 18:38:11','2021-01-29 13:38:11'),
(115292,42594,'action complete via WP Cron','2021-01-29 18:38:11','2021-01-29 13:38:11'),
(115293,42595,'action created','2021-01-29 18:38:11','2021-01-29 13:38:11'),
(115294,42595,'action started via WP Cron','2021-01-29 18:39:20','2021-01-29 13:39:20'),
(115295,42595,'action complete via WP Cron','2021-01-29 18:39:20','2021-01-29 13:39:20'),
(115296,42596,'action created','2021-01-29 18:39:20','2021-01-29 13:39:20'),
(115297,42596,'action started via WP Cron','2021-01-29 18:41:02','2021-01-29 13:41:02'),
(115298,42596,'action complete via WP Cron','2021-01-29 18:41:02','2021-01-29 13:41:02'),
(115299,42597,'action created','2021-01-29 18:41:02','2021-01-29 13:41:02'),
(115300,42597,'action started via WP Cron','2021-01-29 18:42:56','2021-01-29 13:42:56'),
(115301,42597,'action complete via WP Cron','2021-01-29 18:42:56','2021-01-29 13:42:56'),
(115302,42598,'action created','2021-01-29 18:42:56','2021-01-29 13:42:56'),
(115303,42598,'action started via WP Cron','2021-01-29 18:45:43','2021-01-29 13:45:43'),
(115304,42598,'action complete via WP Cron','2021-01-29 18:45:43','2021-01-29 13:45:43'),
(115305,42599,'action created','2021-01-29 18:45:43','2021-01-29 13:45:43'),
(115306,42599,'action started via WP Cron','2021-01-29 18:47:27','2021-01-29 13:47:27'),
(115307,42599,'action complete via WP Cron','2021-01-29 18:47:27','2021-01-29 13:47:27'),
(115308,42600,'action created','2021-01-29 18:47:27','2021-01-29 13:47:27'),
(115309,42600,'action started via WP Cron','2021-01-29 18:48:19','2021-01-29 13:48:19'),
(115310,42600,'action complete via WP Cron','2021-01-29 18:48:19','2021-01-29 13:48:19'),
(115311,42601,'action created','2021-01-29 18:48:19','2021-01-29 13:48:19'),
(115312,42601,'action started via WP Cron','2021-01-29 18:49:28','2021-01-29 13:49:28'),
(115313,42601,'action complete via WP Cron','2021-01-29 18:49:28','2021-01-29 13:49:28'),
(115314,42602,'action created','2021-01-29 18:49:28','2021-01-29 13:49:28'),
(115315,42602,'action started via WP Cron','2021-01-29 18:51:38','2021-01-29 13:51:38'),
(115316,42602,'action complete via WP Cron','2021-01-29 18:51:38','2021-01-29 13:51:38'),
(115317,42603,'action created','2021-01-29 18:51:38','2021-01-29 13:51:38'),
(115318,42603,'action started via WP Cron','2021-01-29 18:52:28','2021-01-29 13:52:28'),
(115319,42603,'action complete via WP Cron','2021-01-29 18:52:28','2021-01-29 13:52:28'),
(115320,42604,'action created','2021-01-29 18:52:28','2021-01-29 13:52:28'),
(115321,42604,'action started via WP Cron','2021-01-29 18:53:46','2021-01-29 13:53:46'),
(115322,42604,'action complete via WP Cron','2021-01-29 18:53:46','2021-01-29 13:53:46'),
(115323,42605,'action created','2021-01-29 18:53:46','2021-01-29 13:53:46'),
(115324,42605,'action started via WP Cron','2021-01-29 18:57:35','2021-01-29 13:57:35'),
(115325,42605,'action complete via WP Cron','2021-01-29 18:57:35','2021-01-29 13:57:35'),
(115326,42606,'action created','2021-01-29 18:57:35','2021-01-29 13:57:35'),
(115327,42606,'action started via WP Cron','2021-01-29 18:58:25','2021-01-29 13:58:25'),
(115328,42606,'action complete via WP Cron','2021-01-29 18:58:25','2021-01-29 13:58:25'),
(115329,42607,'action created','2021-01-29 18:58:25','2021-01-29 13:58:25'),
(115330,42607,'action started via WP Cron','2021-01-29 18:59:43','2021-01-29 13:59:43'),
(115331,42607,'action complete via WP Cron','2021-01-29 18:59:43','2021-01-29 13:59:43'),
(115332,42608,'action created','2021-01-29 18:59:43','2021-01-29 13:59:43'),
(115333,42608,'action started via WP Cron','2021-01-29 19:01:16','2021-01-29 14:01:16'),
(115334,42608,'action complete via WP Cron','2021-01-29 19:01:16','2021-01-29 14:01:16'),
(115335,42609,'action created','2021-01-29 19:01:16','2021-01-29 14:01:16'),
(115336,42609,'action started via WP Cron','2021-01-29 19:02:14','2021-01-29 14:02:14'),
(115337,42609,'action complete via WP Cron','2021-01-29 19:02:14','2021-01-29 14:02:14'),
(115338,42610,'action created','2021-01-29 19:02:14','2021-01-29 14:02:14'),
(115339,42610,'action started via WP Cron','2021-01-29 19:03:18','2021-01-29 14:03:18'),
(115340,42610,'action complete via WP Cron','2021-01-29 19:03:18','2021-01-29 14:03:18'),
(115341,42611,'action created','2021-01-29 19:03:18','2021-01-29 14:03:18'),
(115342,42611,'action started via WP Cron','2021-01-29 19:05:34','2021-01-29 14:05:34'),
(115343,42611,'action complete via WP Cron','2021-01-29 19:05:34','2021-01-29 14:05:34'),
(115344,42612,'action created','2021-01-29 19:05:34','2021-01-29 14:05:34'),
(115345,42612,'action started via WP Cron','2021-01-29 19:06:59','2021-01-29 14:06:59'),
(115346,42612,'action complete via WP Cron','2021-01-29 19:06:59','2021-01-29 14:06:59'),
(115347,42613,'action created','2021-01-29 19:06:59','2021-01-29 14:06:59'),
(115348,42613,'action started via WP Cron','2021-01-29 19:07:17','2021-01-29 14:07:17'),
(115349,42613,'action complete via WP Cron','2021-01-29 19:07:17','2021-01-29 14:07:17'),
(115350,42614,'action created','2021-01-29 19:07:17','2021-01-29 14:07:17'),
(115351,42614,'action started via WP Cron','2021-01-29 19:09:16','2021-01-29 14:09:16'),
(115352,42614,'action complete via WP Cron','2021-01-29 19:09:16','2021-01-29 14:09:16'),
(115353,42615,'action created','2021-01-29 19:09:16','2021-01-29 14:09:16'),
(115354,42615,'action started via WP Cron','2021-01-29 19:11:31','2021-01-29 14:11:31'),
(115355,42615,'action complete via WP Cron','2021-01-29 19:11:31','2021-01-29 14:11:31'),
(115356,42616,'action created','2021-01-29 19:11:31','2021-01-29 14:11:31'),
(115357,42616,'action started via WP Cron','2021-01-29 19:13:42','2021-01-29 14:13:42'),
(115358,42616,'action complete via WP Cron','2021-01-29 19:13:42','2021-01-29 14:13:42'),
(115359,42617,'action created','2021-01-29 19:13:42','2021-01-29 14:13:42'),
(115360,42617,'action started via WP Cron','2021-01-29 19:14:23','2021-01-29 14:14:23'),
(115361,42617,'action complete via WP Cron','2021-01-29 19:14:23','2021-01-29 14:14:23'),
(115362,42618,'action created','2021-01-29 19:14:23','2021-01-29 14:14:23'),
(115363,42618,'action started via WP Cron','2021-01-29 19:16:17','2021-01-29 14:16:17'),
(115364,42618,'action complete via WP Cron','2021-01-29 19:16:17','2021-01-29 14:16:17'),
(115365,42619,'action created','2021-01-29 19:16:17','2021-01-29 14:16:17'),
(115366,42619,'action started via WP Cron','2021-01-29 19:18:03','2021-01-29 14:18:03'),
(115367,42619,'action complete via WP Cron','2021-01-29 19:18:03','2021-01-29 14:18:03'),
(115368,42620,'action created','2021-01-29 19:18:03','2021-01-29 14:18:03'),
(115369,42620,'action started via WP Cron','2021-01-29 19:19:15','2021-01-29 14:19:15'),
(115370,42620,'action complete via WP Cron','2021-01-29 19:19:15','2021-01-29 14:19:15'),
(115371,42621,'action created','2021-01-29 19:19:15','2021-01-29 14:19:15'),
(115372,42621,'action started via WP Cron','2021-01-29 19:20:54','2021-01-29 14:20:54'),
(115373,42621,'action complete via WP Cron','2021-01-29 19:20:54','2021-01-29 14:20:54'),
(115374,42622,'action created','2021-01-29 19:20:54','2021-01-29 14:20:54'),
(115375,42622,'action started via WP Cron','2021-01-29 19:21:13','2021-01-29 14:21:13'),
(115376,42622,'action complete via WP Cron','2021-01-29 19:21:13','2021-01-29 14:21:13'),
(115377,42623,'action created','2021-01-29 19:21:13','2021-01-29 14:21:13'),
(115378,42623,'action started via WP Cron','2021-01-29 19:23:28','2021-01-29 14:23:28'),
(115379,42623,'action complete via WP Cron','2021-01-29 19:23:28','2021-01-29 14:23:28'),
(115380,42624,'action created','2021-01-29 19:23:28','2021-01-29 14:23:28'),
(115381,42624,'action started via WP Cron','2021-01-29 19:25:48','2021-01-29 14:25:48'),
(115382,42624,'action complete via WP Cron','2021-01-29 19:25:48','2021-01-29 14:25:48'),
(115383,42625,'action created','2021-01-29 19:25:48','2021-01-29 14:25:48'),
(115384,42625,'action started via WP Cron','2021-01-29 19:26:25','2021-01-29 14:26:25'),
(115385,42625,'action complete via WP Cron','2021-01-29 19:26:25','2021-01-29 14:26:25'),
(115386,42626,'action created','2021-01-29 19:26:25','2021-01-29 14:26:25'),
(115387,42626,'action started via WP Cron','2021-01-29 19:27:51','2021-01-29 14:27:51'),
(115388,42626,'action complete via WP Cron','2021-01-29 19:27:51','2021-01-29 14:27:51'),
(115389,42627,'action created','2021-01-29 19:27:51','2021-01-29 14:27:51'),
(115390,42627,'action started via WP Cron','2021-01-29 19:29:28','2021-01-29 14:29:28'),
(115391,42627,'action complete via WP Cron','2021-01-29 19:29:28','2021-01-29 14:29:28'),
(115392,42628,'action created','2021-01-29 19:29:28','2021-01-29 14:29:28'),
(115393,42628,'action started via WP Cron','2021-01-29 19:32:23','2021-01-29 14:32:23'),
(115394,42628,'action complete via WP Cron','2021-01-29 19:32:23','2021-01-29 14:32:23'),
(115395,42629,'action created','2021-01-29 19:32:23','2021-01-29 14:32:23'),
(115396,42629,'action started via WP Cron','2021-01-29 19:33:16','2021-01-29 14:33:16'),
(115397,42629,'action complete via WP Cron','2021-01-29 19:33:16','2021-01-29 14:33:16'),
(115398,42630,'action created','2021-01-29 19:33:16','2021-01-29 14:33:16'),
(115399,42630,'action started via WP Cron','2021-01-29 19:36:17','2021-01-29 14:36:17'),
(115400,42630,'action complete via WP Cron','2021-01-29 19:36:17','2021-01-29 14:36:17'),
(115401,42631,'action created','2021-01-29 19:36:17','2021-01-29 14:36:17'),
(115402,42631,'action started via WP Cron','2021-01-29 19:37:53','2021-01-29 14:37:53'),
(115403,42631,'action complete via WP Cron','2021-01-29 19:37:53','2021-01-29 14:37:53'),
(115404,42632,'action created','2021-01-29 19:37:53','2021-01-29 14:37:53'),
(115405,42632,'action started via WP Cron','2021-01-29 19:38:42','2021-01-29 14:38:42'),
(115406,42632,'action complete via WP Cron','2021-01-29 19:38:42','2021-01-29 14:38:42'),
(115407,42633,'action created','2021-01-29 19:38:42','2021-01-29 14:38:42'),
(115408,42633,'action started via WP Cron','2021-01-29 19:40:43','2021-01-29 14:40:43'),
(115409,42633,'action complete via WP Cron','2021-01-29 19:40:43','2021-01-29 14:40:43'),
(115410,42634,'action created','2021-01-29 19:40:43','2021-01-29 14:40:43'),
(115411,42634,'action started via WP Cron','2021-01-29 19:41:11','2021-01-29 14:41:11'),
(115412,42634,'action complete via WP Cron','2021-01-29 19:41:11','2021-01-29 14:41:11'),
(115413,42635,'action created','2021-01-29 19:41:11','2021-01-29 14:41:11'),
(115414,42635,'action started via WP Cron','2021-01-29 19:42:44','2021-01-29 14:42:44'),
(115415,42635,'action complete via WP Cron','2021-01-29 19:42:44','2021-01-29 14:42:44'),
(115416,42636,'action created','2021-01-29 19:42:44','2021-01-29 14:42:44'),
(115417,42636,'action started via WP Cron','2021-01-29 19:43:21','2021-01-29 14:43:21'),
(115418,42636,'action complete via WP Cron','2021-01-29 19:43:21','2021-01-29 14:43:21'),
(115419,42637,'action created','2021-01-29 19:43:21','2021-01-29 14:43:21'),
(115420,42637,'action started via WP Cron','2021-01-29 19:44:25','2021-01-29 14:44:25'),
(115421,42637,'action complete via WP Cron','2021-01-29 19:44:25','2021-01-29 14:44:25'),
(115422,42638,'action created','2021-01-29 19:44:26','2021-01-29 14:44:26'),
(115423,42638,'action started via WP Cron','2021-01-29 19:45:20','2021-01-29 14:45:20'),
(115424,42638,'action complete via WP Cron','2021-01-29 19:45:20','2021-01-29 14:45:20'),
(115425,42639,'action created','2021-01-29 19:45:20','2021-01-29 14:45:20'),
(115426,42639,'action started via WP Cron','2021-01-29 19:47:42','2021-01-29 14:47:42'),
(115427,42639,'action complete via WP Cron','2021-01-29 19:47:42','2021-01-29 14:47:42'),
(115428,42640,'action created','2021-01-29 19:47:42','2021-01-29 14:47:42'),
(115429,42640,'action started via WP Cron','2021-01-29 19:49:36','2021-01-29 14:49:36'),
(115430,42640,'action complete via WP Cron','2021-01-29 19:49:36','2021-01-29 14:49:36'),
(115431,42641,'action created','2021-01-29 19:49:36','2021-01-29 14:49:36'),
(115432,42641,'action started via WP Cron','2021-01-29 19:50:23','2021-01-29 14:50:23'),
(115433,42641,'action complete via WP Cron','2021-01-29 19:50:23','2021-01-29 14:50:23'),
(115434,42642,'action created','2021-01-29 19:50:23','2021-01-29 14:50:23'),
(115435,42642,'action started via WP Cron','2021-01-29 19:51:37','2021-01-29 14:51:37'),
(115436,42642,'action complete via WP Cron','2021-01-29 19:51:37','2021-01-29 14:51:37'),
(115437,42643,'action created','2021-01-29 19:51:37','2021-01-29 14:51:37'),
(115438,42643,'action started via WP Cron','2021-01-29 19:52:28','2021-01-29 14:52:28'),
(115439,42643,'action complete via WP Cron','2021-01-29 19:52:28','2021-01-29 14:52:28'),
(115440,42644,'action created','2021-01-29 19:52:28','2021-01-29 14:52:28'),
(115441,42644,'action started via WP Cron','2021-01-29 19:53:14','2021-01-29 14:53:14'),
(115442,42644,'action complete via WP Cron','2021-01-29 19:53:14','2021-01-29 14:53:14'),
(115443,42645,'action created','2021-01-29 19:53:14','2021-01-29 14:53:14'),
(115444,42645,'action started via WP Cron','2021-01-29 19:56:22','2021-01-29 14:56:22'),
(115445,42645,'action complete via WP Cron','2021-01-29 19:56:22','2021-01-29 14:56:22'),
(115446,42646,'action created','2021-01-29 19:56:22','2021-01-29 14:56:22'),
(115447,42646,'action started via WP Cron','2021-01-29 19:57:45','2021-01-29 14:57:45'),
(115448,42646,'action complete via WP Cron','2021-01-29 19:57:45','2021-01-29 14:57:45'),
(115449,42647,'action created','2021-01-29 19:57:45','2021-01-29 14:57:45'),
(115450,42647,'action started via WP Cron','2021-01-29 19:58:26','2021-01-29 14:58:26'),
(115451,42647,'action complete via WP Cron','2021-01-29 19:58:26','2021-01-29 14:58:26'),
(115452,42648,'action created','2021-01-29 19:58:26','2021-01-29 14:58:26'),
(115453,42649,'action created','2021-01-29 19:58:26','2021-01-29 14:58:26'),
(115454,42648,'action started via WP Cron','2021-01-29 20:00:44','2021-01-29 15:00:44'),
(115455,42648,'action complete via WP Cron','2021-01-29 20:00:44','2021-01-29 15:00:44'),
(115456,42649,'action started via WP Cron','2021-01-29 20:00:44','2021-01-29 15:00:44'),
(115457,42649,'action complete via WP Cron','2021-01-29 20:00:44','2021-01-29 15:00:44'),
(115458,42650,'action created','2021-01-29 20:00:44','2021-01-29 15:00:44'),
(115459,42650,'action started via WP Cron','2021-01-29 20:02:30','2021-01-29 15:02:30'),
(115460,42650,'action complete via WP Cron','2021-01-29 20:02:30','2021-01-29 15:02:30'),
(115461,42651,'action created','2021-01-29 20:02:30','2021-01-29 15:02:30'),
(115462,42651,'action started via WP Cron','2021-01-29 20:04:12','2021-01-29 15:04:12'),
(115463,42651,'action complete via WP Cron','2021-01-29 20:04:12','2021-01-29 15:04:12'),
(115464,42652,'action created','2021-01-29 20:04:12','2021-01-29 15:04:12'),
(115465,42652,'action started via WP Cron','2021-01-29 20:07:15','2021-01-29 15:07:15'),
(115466,42652,'action complete via WP Cron','2021-01-29 20:07:15','2021-01-29 15:07:15'),
(115467,42653,'action created','2021-01-29 20:07:15','2021-01-29 15:07:15'),
(115468,42653,'action started via WP Cron','2021-01-29 20:09:10','2021-01-29 15:09:10'),
(115469,42653,'action complete via WP Cron','2021-01-29 20:09:10','2021-01-29 15:09:10'),
(115470,42654,'action created','2021-01-29 20:09:10','2021-01-29 15:09:10'),
(115471,42654,'action started via WP Cron','2021-01-29 20:10:18','2021-01-29 15:10:18'),
(115472,42654,'action complete via WP Cron','2021-01-29 20:10:18','2021-01-29 15:10:18'),
(115473,42655,'action created','2021-01-29 20:10:18','2021-01-29 15:10:18'),
(115474,42655,'action started via WP Cron','2021-01-29 20:11:22','2021-01-29 15:11:22'),
(115475,42655,'action complete via WP Cron','2021-01-29 20:11:22','2021-01-29 15:11:22'),
(115476,42656,'action created','2021-01-29 20:11:22','2021-01-29 15:11:22'),
(115477,42656,'action started via WP Cron','2021-01-29 20:12:49','2021-01-29 15:12:49'),
(115478,42656,'action complete via WP Cron','2021-01-29 20:12:49','2021-01-29 15:12:49'),
(115479,42657,'action created','2021-01-29 20:12:49','2021-01-29 15:12:49'),
(115480,42657,'action started via WP Cron','2021-01-29 20:14:07','2021-01-29 15:14:07'),
(115481,42657,'action complete via WP Cron','2021-01-29 20:14:07','2021-01-29 15:14:07'),
(115482,42658,'action created','2021-01-29 20:14:07','2021-01-29 15:14:07'),
(115483,42658,'action started via WP Cron','2021-01-29 20:14:31','2021-01-29 15:14:31'),
(115484,42658,'action complete via WP Cron','2021-01-29 20:14:31','2021-01-29 15:14:31'),
(115485,42659,'action created','2021-01-29 20:14:31','2021-01-29 15:14:31'),
(115486,42659,'action started via WP Cron','2021-01-29 20:15:20','2021-01-29 15:15:20'),
(115487,42659,'action complete via WP Cron','2021-01-29 20:15:20','2021-01-29 15:15:20'),
(115488,42660,'action created','2021-01-29 20:15:20','2021-01-29 15:15:20'),
(115489,42660,'action started via WP Cron','2021-01-29 20:17:35','2021-01-29 15:17:35'),
(115490,42660,'action complete via WP Cron','2021-01-29 20:17:35','2021-01-29 15:17:35'),
(115491,42661,'action created','2021-01-29 20:17:35','2021-01-29 15:17:35'),
(115492,42661,'action started via WP Cron','2021-01-29 20:18:59','2021-01-29 15:18:59'),
(115493,42661,'action complete via WP Cron','2021-01-29 20:18:59','2021-01-29 15:18:59'),
(115494,42662,'action created','2021-01-29 20:18:59','2021-01-29 15:18:59'),
(115495,42662,'action started via WP Cron','2021-01-29 20:19:23','2021-01-29 15:19:23'),
(115496,42662,'action complete via WP Cron','2021-01-29 20:19:23','2021-01-29 15:19:23'),
(115497,42663,'action created','2021-01-29 20:19:23','2021-01-29 15:19:23'),
(115498,42663,'action started via WP Cron','2021-01-29 20:21:47','2021-01-29 15:21:47'),
(115499,42663,'action complete via WP Cron','2021-01-29 20:21:47','2021-01-29 15:21:47'),
(115500,42664,'action created','2021-01-29 20:21:47','2021-01-29 15:21:47'),
(115501,42664,'action started via WP Cron','2021-01-29 20:22:16','2021-01-29 15:22:16'),
(115502,42664,'action complete via WP Cron','2021-01-29 20:22:16','2021-01-29 15:22:16'),
(115503,42665,'action created','2021-01-29 20:22:16','2021-01-29 15:22:16'),
(115504,42665,'action started via WP Cron','2021-01-29 20:24:39','2021-01-29 15:24:39'),
(115505,42665,'action complete via WP Cron','2021-01-29 20:24:39','2021-01-29 15:24:39'),
(115506,42666,'action created','2021-01-29 20:24:39','2021-01-29 15:24:39'),
(115507,42666,'action started via WP Cron','2021-01-29 20:25:21','2021-01-29 15:25:21'),
(115508,42666,'action complete via WP Cron','2021-01-29 20:25:21','2021-01-29 15:25:21'),
(115509,42667,'action created','2021-01-29 20:25:21','2021-01-29 15:25:21'),
(115510,42667,'action started via WP Cron','2021-01-29 20:26:25','2021-01-29 15:26:25'),
(115511,42667,'action complete via WP Cron','2021-01-29 20:26:25','2021-01-29 15:26:25'),
(115512,42668,'action created','2021-01-29 20:26:25','2021-01-29 15:26:25'),
(115513,42668,'action started via WP Cron','2021-01-29 20:29:42','2021-01-29 15:29:42'),
(115514,42668,'action complete via WP Cron','2021-01-29 20:29:42','2021-01-29 15:29:42'),
(115515,42669,'action created','2021-01-29 20:29:42','2021-01-29 15:29:42'),
(115516,42669,'action started via WP Cron','2021-01-29 20:30:45','2021-01-29 15:30:45'),
(115517,42669,'action complete via WP Cron','2021-01-29 20:30:45','2021-01-29 15:30:45'),
(115518,42670,'action created','2021-01-29 20:30:45','2021-01-29 15:30:45'),
(115519,42670,'action started via WP Cron','2021-01-29 20:31:36','2021-01-29 15:31:36'),
(115520,42670,'action complete via WP Cron','2021-01-29 20:31:36','2021-01-29 15:31:36'),
(115521,42671,'action created','2021-01-29 20:31:36','2021-01-29 15:31:36'),
(115522,42671,'action started via WP Cron','2021-01-29 20:33:07','2021-01-29 15:33:07'),
(115523,42671,'action complete via WP Cron','2021-01-29 20:33:07','2021-01-29 15:33:07'),
(115524,42672,'action created','2021-01-29 20:33:07','2021-01-29 15:33:07'),
(115525,42672,'action started via WP Cron','2021-01-29 20:34:07','2021-01-29 15:34:07'),
(115526,42672,'action complete via WP Cron','2021-01-29 20:34:07','2021-01-29 15:34:07'),
(115527,42673,'action created','2021-01-29 20:34:07','2021-01-29 15:34:07'),
(115528,42673,'action started via WP Cron','2021-01-29 20:36:17','2021-01-29 15:36:17'),
(115529,42673,'action complete via WP Cron','2021-01-29 20:36:17','2021-01-29 15:36:17'),
(115530,42674,'action created','2021-01-29 20:36:17','2021-01-29 15:36:17'),
(115531,42674,'action started via WP Cron','2021-01-29 20:39:55','2021-01-29 15:39:55'),
(115532,42674,'action complete via WP Cron','2021-01-29 20:39:55','2021-01-29 15:39:55'),
(115533,42675,'action created','2021-01-29 20:39:55','2021-01-29 15:39:55'),
(115534,42675,'action started via WP Cron','2021-01-29 20:42:06','2021-01-29 15:42:06'),
(115535,42675,'action complete via WP Cron','2021-01-29 20:42:06','2021-01-29 15:42:06'),
(115536,42676,'action created','2021-01-29 20:42:06','2021-01-29 15:42:06'),
(115537,42676,'action started via WP Cron','2021-01-29 20:42:51','2021-01-29 15:42:51'),
(115538,42676,'action complete via WP Cron','2021-01-29 20:42:51','2021-01-29 15:42:51'),
(115539,42677,'action created','2021-01-29 20:42:51','2021-01-29 15:42:51'),
(115540,42677,'action started via WP Cron','2021-01-29 20:44:21','2021-01-29 15:44:21'),
(115541,42677,'action complete via WP Cron','2021-01-29 20:44:21','2021-01-29 15:44:21'),
(115542,42678,'action created','2021-01-29 20:44:21','2021-01-29 15:44:21'),
(115543,42678,'action started via WP Cron','2021-01-29 20:45:25','2021-01-29 15:45:25'),
(115544,42678,'action complete via WP Cron','2021-01-29 20:45:25','2021-01-29 15:45:25'),
(115545,42679,'action created','2021-01-29 20:45:25','2021-01-29 15:45:25'),
(115546,42679,'action started via WP Cron','2021-01-29 20:49:40','2021-01-29 15:49:40'),
(115547,42679,'action complete via WP Cron','2021-01-29 20:49:40','2021-01-29 15:49:40'),
(115548,42680,'action created','2021-01-29 20:49:40','2021-01-29 15:49:40'),
(115549,42680,'action started via WP Cron','2021-01-29 20:50:29','2021-01-29 15:50:29'),
(115550,42680,'action complete via WP Cron','2021-01-29 20:50:29','2021-01-29 15:50:29'),
(115551,42681,'action created','2021-01-29 20:50:30','2021-01-29 15:50:30'),
(115552,42681,'action started via WP Cron','2021-01-29 20:51:21','2021-01-29 15:51:21'),
(115553,42681,'action complete via WP Cron','2021-01-29 20:51:21','2021-01-29 15:51:21'),
(115554,42682,'action created','2021-01-29 20:51:21','2021-01-29 15:51:21'),
(115555,42682,'action started via WP Cron','2021-01-29 20:52:25','2021-01-29 15:52:25'),
(115556,42682,'action complete via WP Cron','2021-01-29 20:52:25','2021-01-29 15:52:25'),
(115557,42683,'action created','2021-01-29 20:52:25','2021-01-29 15:52:25'),
(115558,42683,'action started via WP Cron','2021-01-29 20:56:48','2021-01-29 15:56:48'),
(115559,42683,'action complete via WP Cron','2021-01-29 20:56:48','2021-01-29 15:56:48'),
(115560,42684,'action created','2021-01-29 20:56:48','2021-01-29 15:56:48'),
(115561,42684,'action started via WP Cron','2021-01-29 20:57:32','2021-01-29 15:57:32'),
(115562,42684,'action complete via WP Cron','2021-01-29 20:57:32','2021-01-29 15:57:32'),
(115563,42685,'action created','2021-01-29 20:57:32','2021-01-29 15:57:32'),
(115564,42685,'action started via WP Cron','2021-01-29 20:58:12','2021-01-29 15:58:12'),
(115565,42685,'action complete via WP Cron','2021-01-29 20:58:12','2021-01-29 15:58:12'),
(115566,42686,'action created','2021-01-29 20:58:12','2021-01-29 15:58:12'),
(115567,42686,'action started via Async Request','2021-01-29 20:58:37','2021-01-29 15:58:37'),
(115568,42686,'action complete via Async Request','2021-01-29 20:58:37','2021-01-29 15:58:37'),
(115569,42687,'action created','2021-01-29 20:59:29','2021-01-29 15:59:29'),
(115570,42687,'action started via WP Cron','2021-01-29 21:01:23','2021-01-29 16:01:23'),
(115571,42687,'action complete via WP Cron','2021-01-29 21:01:23','2021-01-29 16:01:23'),
(115572,42688,'action created','2021-01-29 21:01:23','2021-01-29 16:01:23'),
(115573,42688,'action started via WP Cron','2021-01-29 21:02:11','2021-01-29 16:02:11'),
(115574,42688,'action complete via WP Cron','2021-01-29 21:02:11','2021-01-29 16:02:11'),
(115575,42689,'action created','2021-01-29 21:02:12','2021-01-29 16:02:12'),
(115576,42689,'action started via WP Cron','2021-01-29 21:03:41','2021-01-29 16:03:41'),
(115577,42689,'action complete via WP Cron','2021-01-29 21:03:41','2021-01-29 16:03:41'),
(115578,42690,'action created','2021-01-29 21:03:41','2021-01-29 16:03:41'),
(115579,42690,'action started via WP Cron','2021-01-29 21:04:42','2021-01-29 16:04:42'),
(115580,42690,'action complete via WP Cron','2021-01-29 21:04:42','2021-01-29 16:04:42'),
(115581,42691,'action created','2021-01-29 21:04:42','2021-01-29 16:04:42'),
(115582,42691,'action started via WP Cron','2021-01-29 21:05:48','2021-01-29 16:05:48'),
(115583,42691,'action complete via WP Cron','2021-01-29 21:05:48','2021-01-29 16:05:48'),
(115584,42692,'action created','2021-01-29 21:05:48','2021-01-29 16:05:48'),
(115585,42692,'action started via WP Cron','2021-01-29 21:07:05','2021-01-29 16:07:05'),
(115586,42692,'action complete via WP Cron','2021-01-29 21:07:05','2021-01-29 16:07:05'),
(115587,42693,'action created','2021-01-29 21:07:05','2021-01-29 16:07:05'),
(115588,42693,'action started via WP Cron','2021-01-29 21:08:32','2021-01-29 16:08:32'),
(115589,42693,'action complete via WP Cron','2021-01-29 21:08:32','2021-01-29 16:08:32'),
(115590,42694,'action created','2021-01-29 21:08:32','2021-01-29 16:08:32'),
(115591,42694,'action started via WP Cron','2021-01-29 21:09:30','2021-01-29 16:09:30'),
(115592,42694,'action complete via WP Cron','2021-01-29 21:09:30','2021-01-29 16:09:30'),
(115593,42695,'action created','2021-01-29 21:09:30','2021-01-29 16:09:30'),
(115594,42695,'action started via WP Cron','2021-01-29 21:10:22','2021-01-29 16:10:22'),
(115595,42695,'action complete via WP Cron','2021-01-29 21:10:22','2021-01-29 16:10:22'),
(115596,42696,'action created','2021-01-29 21:10:22','2021-01-29 16:10:22'),
(115597,42696,'action started via WP Cron','2021-01-29 21:11:36','2021-01-29 16:11:36'),
(115598,42696,'action complete via WP Cron','2021-01-29 21:11:36','2021-01-29 16:11:36'),
(115599,42697,'action created','2021-01-29 21:11:36','2021-01-29 16:11:36'),
(115600,42697,'action started via WP Cron','2021-01-29 21:12:14','2021-01-29 16:12:14'),
(115601,42697,'action complete via WP Cron','2021-01-29 21:12:14','2021-01-29 16:12:14'),
(115602,42698,'action created','2021-01-29 21:12:14','2021-01-29 16:12:14'),
(115603,42698,'action started via WP Cron','2021-01-29 21:13:33','2021-01-29 16:13:33'),
(115604,42698,'action complete via WP Cron','2021-01-29 21:13:34','2021-01-29 16:13:34'),
(115605,42699,'action created','2021-01-29 21:13:34','2021-01-29 16:13:34'),
(115606,42699,'action started via WP Cron','2021-01-29 21:14:19','2021-01-29 16:14:19'),
(115607,42699,'action complete via WP Cron','2021-01-29 21:14:19','2021-01-29 16:14:19'),
(115608,42700,'action created','2021-01-29 21:14:20','2021-01-29 16:14:20'),
(115609,42700,'action started via WP Cron','2021-01-29 21:15:15','2021-01-29 16:15:15'),
(115610,42700,'action complete via WP Cron','2021-01-29 21:15:15','2021-01-29 16:15:15'),
(115611,42701,'action created','2021-01-29 21:15:15','2021-01-29 16:15:15'),
(115612,42701,'action started via WP Cron','2021-01-29 21:18:35','2021-01-29 16:18:35'),
(115613,42701,'action complete via WP Cron','2021-01-29 21:18:35','2021-01-29 16:18:35'),
(115614,42702,'action created','2021-01-29 21:18:35','2021-01-29 16:18:35'),
(115615,42702,'action started via WP Cron','2021-01-29 21:20:28','2021-01-29 16:20:28'),
(115616,42702,'action complete via WP Cron','2021-01-29 21:20:28','2021-01-29 16:20:28'),
(115617,42703,'action created','2021-01-29 21:20:28','2021-01-29 16:20:28'),
(115618,42703,'action started via WP Cron','2021-01-29 21:21:30','2021-01-29 16:21:30'),
(115619,42703,'action complete via WP Cron','2021-01-29 21:21:30','2021-01-29 16:21:30'),
(115620,42704,'action created','2021-01-29 21:21:30','2021-01-29 16:21:30'),
(115621,42704,'action started via WP Cron','2021-01-29 21:26:58','2021-01-29 16:26:58'),
(115622,42704,'action complete via WP Cron','2021-01-29 21:26:58','2021-01-29 16:26:58'),
(115623,42705,'action created','2021-01-29 21:26:58','2021-01-29 16:26:58'),
(115624,42705,'action started via WP Cron','2021-01-29 21:28:06','2021-01-29 16:28:06'),
(115625,42705,'action complete via WP Cron','2021-01-29 21:28:06','2021-01-29 16:28:06'),
(115626,42706,'action created','2021-01-29 21:28:06','2021-01-29 16:28:06'),
(115627,42706,'action started via WP Cron','2021-01-29 21:28:26','2021-01-29 16:28:26'),
(115628,42706,'action complete via WP Cron','2021-01-29 21:28:26','2021-01-29 16:28:26'),
(115629,42707,'action created','2021-01-29 21:28:26','2021-01-29 16:28:26'),
(115630,42707,'action started via WP Cron','2021-01-29 21:29:16','2021-01-29 16:29:16'),
(115631,42707,'action complete via WP Cron','2021-01-29 21:29:16','2021-01-29 16:29:16'),
(115632,42708,'action created','2021-01-29 21:29:17','2021-01-29 16:29:17'),
(115633,42708,'action started via WP Cron','2021-01-29 21:30:11','2021-01-29 16:30:11'),
(115634,42708,'action complete via WP Cron','2021-01-29 21:30:11','2021-01-29 16:30:11'),
(115635,42709,'action created','2021-01-29 21:30:11','2021-01-29 16:30:11'),
(115636,42709,'action started via WP Cron','2021-01-29 21:32:54','2021-01-29 16:32:54'),
(115637,42709,'action complete via WP Cron','2021-01-29 21:32:54','2021-01-29 16:32:54'),
(115638,42710,'action created','2021-01-29 21:32:54','2021-01-29 16:32:54'),
(115639,42710,'action started via WP Cron','2021-01-29 21:34:11','2021-01-29 16:34:11'),
(115640,42710,'action complete via WP Cron','2021-01-29 21:34:11','2021-01-29 16:34:11'),
(115641,42711,'action created','2021-01-29 21:34:11','2021-01-29 16:34:11'),
(115642,42711,'action started via WP Cron','2021-01-29 21:36:01','2021-01-29 16:36:01'),
(115643,42711,'action complete via WP Cron','2021-01-29 21:36:01','2021-01-29 16:36:01'),
(115644,42712,'action created','2021-01-29 21:36:01','2021-01-29 16:36:01'),
(115645,42712,'action started via WP Cron','2021-01-29 21:36:55','2021-01-29 16:36:55'),
(115646,42712,'action complete via WP Cron','2021-01-29 21:36:55','2021-01-29 16:36:55'),
(115647,42713,'action created','2021-01-29 21:36:55','2021-01-29 16:36:55'),
(115648,42713,'action started via WP Cron','2021-01-29 21:37:24','2021-01-29 16:37:24'),
(115649,42713,'action complete via WP Cron','2021-01-29 21:37:24','2021-01-29 16:37:24'),
(115650,42714,'action created','2021-01-29 21:37:24','2021-01-29 16:37:24'),
(115651,42714,'action started via WP Cron','2021-01-29 21:38:23','2021-01-29 16:38:23'),
(115652,42714,'action complete via WP Cron','2021-01-29 21:38:23','2021-01-29 16:38:23'),
(115653,42715,'action created','2021-01-29 21:38:23','2021-01-29 16:38:23'),
(115654,42715,'action started via WP Cron','2021-01-29 21:39:19','2021-01-29 16:39:19'),
(115655,42715,'action complete via WP Cron','2021-01-29 21:39:19','2021-01-29 16:39:19'),
(115656,42716,'action created','2021-01-29 21:39:19','2021-01-29 16:39:19'),
(115657,42716,'action started via WP Cron','2021-01-29 21:40:12','2021-01-29 16:40:12'),
(115658,42716,'action complete via WP Cron','2021-01-29 21:40:12','2021-01-29 16:40:12'),
(115659,42717,'action created','2021-01-29 21:40:12','2021-01-29 16:40:12'),
(115660,42717,'action started via WP Cron','2021-01-29 21:42:42','2021-01-29 16:42:42'),
(115661,42717,'action complete via WP Cron','2021-01-29 21:42:42','2021-01-29 16:42:42'),
(115662,42718,'action created','2021-01-29 21:42:42','2021-01-29 16:42:42'),
(115663,42718,'action started via WP Cron','2021-01-29 21:43:25','2021-01-29 16:43:25'),
(115664,42718,'action complete via WP Cron','2021-01-29 21:43:25','2021-01-29 16:43:25'),
(115665,42719,'action created','2021-01-29 21:43:26','2021-01-29 16:43:26'),
(115666,42719,'action started via WP Cron','2021-01-29 21:44:12','2021-01-29 16:44:12'),
(115667,42719,'action complete via WP Cron','2021-01-29 21:44:12','2021-01-29 16:44:12'),
(115668,42720,'action created','2021-01-29 21:44:12','2021-01-29 16:44:12'),
(115669,42720,'action started via WP Cron','2021-01-29 21:45:41','2021-01-29 16:45:41'),
(115670,42720,'action complete via WP Cron','2021-01-29 21:45:41','2021-01-29 16:45:41'),
(115671,42721,'action created','2021-01-29 21:45:41','2021-01-29 16:45:41'),
(115672,42721,'action started via WP Cron','2021-01-29 21:46:49','2021-01-29 16:46:49'),
(115673,42721,'action complete via WP Cron','2021-01-29 21:46:49','2021-01-29 16:46:49'),
(115674,42722,'action created','2021-01-29 21:46:49','2021-01-29 16:46:49'),
(115675,42722,'action started via WP Cron','2021-01-29 21:47:16','2021-01-29 16:47:16'),
(115676,42722,'action complete via WP Cron','2021-01-29 21:47:16','2021-01-29 16:47:16'),
(115677,42723,'action created','2021-01-29 21:47:16','2021-01-29 16:47:16'),
(115678,42723,'action started via WP Cron','2021-01-29 21:48:26','2021-01-29 16:48:26'),
(115679,42723,'action complete via WP Cron','2021-01-29 21:48:26','2021-01-29 16:48:26'),
(115680,42724,'action created','2021-01-29 21:48:26','2021-01-29 16:48:26'),
(115681,42724,'action started via WP Cron','2021-01-29 21:49:31','2021-01-29 16:49:31'),
(115682,42724,'action complete via WP Cron','2021-01-29 21:49:32','2021-01-29 16:49:32'),
(115683,42725,'action created','2021-01-29 21:49:32','2021-01-29 16:49:32'),
(115684,42725,'action started via WP Cron','2021-01-29 21:51:27','2021-01-29 16:51:27'),
(115685,42725,'action complete via WP Cron','2021-01-29 21:51:27','2021-01-29 16:51:27'),
(115686,42726,'action created','2021-01-29 21:51:27','2021-01-29 16:51:27'),
(115687,42726,'action started via WP Cron','2021-01-29 21:52:37','2021-01-29 16:52:37'),
(115688,42726,'action complete via WP Cron','2021-01-29 21:52:37','2021-01-29 16:52:37'),
(115689,42727,'action created','2021-01-29 21:52:37','2021-01-29 16:52:37'),
(115690,42727,'action started via WP Cron','2021-01-29 21:53:23','2021-01-29 16:53:23'),
(115691,42727,'action complete via WP Cron','2021-01-29 21:53:23','2021-01-29 16:53:23'),
(115692,42728,'action created','2021-01-29 21:53:23','2021-01-29 16:53:23'),
(115693,42728,'action started via WP Cron','2021-01-29 21:54:27','2021-01-29 16:54:27'),
(115694,42728,'action complete via WP Cron','2021-01-29 21:54:27','2021-01-29 16:54:27'),
(115695,42729,'action created','2021-01-29 21:54:27','2021-01-29 16:54:27'),
(115696,42729,'action started via WP Cron','2021-01-29 21:55:21','2021-01-29 16:55:21'),
(115697,42729,'action complete via WP Cron','2021-01-29 21:55:21','2021-01-29 16:55:21'),
(115698,42730,'action created','2021-01-29 21:55:21','2021-01-29 16:55:21'),
(115699,42730,'action started via WP Cron','2021-01-29 21:56:30','2021-01-29 16:56:30'),
(115700,42730,'action complete via WP Cron','2021-01-29 21:56:30','2021-01-29 16:56:30'),
(115701,42731,'action created','2021-01-29 21:56:30','2021-01-29 16:56:30'),
(115702,42731,'action started via WP Cron','2021-01-29 21:57:52','2021-01-29 16:57:52'),
(115703,42731,'action complete via WP Cron','2021-01-29 21:57:52','2021-01-29 16:57:52'),
(115704,42732,'action created','2021-01-29 21:57:52','2021-01-29 16:57:52'),
(115705,42732,'action started via WP Cron','2021-01-29 21:58:42','2021-01-29 16:58:42'),
(115706,42732,'action complete via WP Cron','2021-01-29 21:58:43','2021-01-29 16:58:43'),
(115707,42733,'action created','2021-01-29 21:58:43','2021-01-29 16:58:43'),
(115708,42733,'action started via WP Cron','2021-01-29 21:59:20','2021-01-29 16:59:20'),
(115709,42733,'action complete via WP Cron','2021-01-29 21:59:20','2021-01-29 16:59:20'),
(115710,42734,'action created','2021-01-29 21:59:20','2021-01-29 16:59:20'),
(115711,42734,'action started via WP Cron','2021-01-29 22:00:45','2021-01-29 17:00:45'),
(115712,42734,'action complete via WP Cron','2021-01-29 22:00:45','2021-01-29 17:00:45'),
(115713,42735,'action created','2021-01-29 22:00:45','2021-01-29 17:00:45'),
(115714,42735,'action started via WP Cron','2021-01-29 22:02:03','2021-01-29 17:02:03'),
(115715,42735,'action complete via WP Cron','2021-01-29 22:02:03','2021-01-29 17:02:03'),
(115716,42736,'action created','2021-01-29 22:02:03','2021-01-29 17:02:03'),
(115717,42736,'action started via WP Cron','2021-01-29 22:02:27','2021-01-29 17:02:27'),
(115718,42736,'action complete via WP Cron','2021-01-29 22:02:27','2021-01-29 17:02:27'),
(115719,42737,'action created','2021-01-29 22:02:27','2021-01-29 17:02:27'),
(115720,42737,'action started via WP Cron','2021-01-29 22:03:18','2021-01-29 17:03:18'),
(115721,42737,'action complete via WP Cron','2021-01-29 22:03:18','2021-01-29 17:03:18'),
(115722,42738,'action created','2021-01-29 22:03:18','2021-01-29 17:03:18'),
(115723,42738,'action started via WP Cron','2021-01-29 22:04:11','2021-01-29 17:04:11'),
(115724,42738,'action complete via WP Cron','2021-01-29 22:04:11','2021-01-29 17:04:11'),
(115725,42739,'action created','2021-01-29 22:04:11','2021-01-29 17:04:11'),
(115726,42739,'action started via WP Cron','2021-01-29 22:07:38','2021-01-29 17:07:38'),
(115727,42739,'action complete via WP Cron','2021-01-29 22:07:38','2021-01-29 17:07:38'),
(115728,42740,'action created','2021-01-29 22:07:38','2021-01-29 17:07:38'),
(115729,42740,'action started via WP Cron','2021-01-29 22:08:17','2021-01-29 17:08:17'),
(115730,42740,'action complete via WP Cron','2021-01-29 22:08:17','2021-01-29 17:08:17'),
(115731,42741,'action created','2021-01-29 22:08:17','2021-01-29 17:08:17'),
(115732,42741,'action started via WP Cron','2021-01-29 22:10:08','2021-01-29 17:10:08'),
(115733,42741,'action complete via WP Cron','2021-01-29 22:10:08','2021-01-29 17:10:08'),
(115734,42742,'action created','2021-01-29 22:10:08','2021-01-29 17:10:08'),
(115735,42742,'action started via WP Cron','2021-01-29 22:10:30','2021-01-29 17:10:30'),
(115736,42742,'action complete via WP Cron','2021-01-29 22:10:30','2021-01-29 17:10:30'),
(115737,42743,'action created','2021-01-29 22:10:30','2021-01-29 17:10:30'),
(115738,42743,'action started via WP Cron','2021-01-29 22:11:37','2021-01-29 17:11:37'),
(115739,42743,'action complete via WP Cron','2021-01-29 22:11:37','2021-01-29 17:11:37'),
(115740,42744,'action created','2021-01-29 22:11:37','2021-01-29 17:11:37'),
(115741,42744,'action started via WP Cron','2021-01-29 22:13:19','2021-01-29 17:13:19'),
(115742,42744,'action complete via WP Cron','2021-01-29 22:13:19','2021-01-29 17:13:19'),
(115743,42745,'action created','2021-01-29 22:13:19','2021-01-29 17:13:19'),
(115744,42745,'action started via WP Cron','2021-01-29 22:15:15','2021-01-29 17:15:15'),
(115745,42745,'action complete via WP Cron','2021-01-29 22:15:15','2021-01-29 17:15:15'),
(115746,42746,'action created','2021-01-29 22:15:15','2021-01-29 17:15:15'),
(115747,42746,'action started via WP Cron','2021-01-29 22:16:17','2021-01-29 17:16:17'),
(115748,42746,'action complete via WP Cron','2021-01-29 22:16:17','2021-01-29 17:16:17'),
(115749,42747,'action created','2021-01-29 22:16:17','2021-01-29 17:16:17'),
(115750,42747,'action started via WP Cron','2021-01-29 22:18:14','2021-01-29 17:18:14'),
(115751,42747,'action complete via WP Cron','2021-01-29 22:18:14','2021-01-29 17:18:14'),
(115752,42748,'action created','2021-01-29 22:18:14','2021-01-29 17:18:14'),
(115753,42748,'action started via WP Cron','2021-01-29 22:19:19','2021-01-29 17:19:19'),
(115754,42748,'action complete via WP Cron','2021-01-29 22:19:19','2021-01-29 17:19:19'),
(115755,42749,'action created','2021-01-29 22:19:19','2021-01-29 17:19:19'),
(115756,42749,'action started via WP Cron','2021-01-29 22:20:27','2021-01-29 17:20:27'),
(115757,42749,'action complete via WP Cron','2021-01-29 22:20:27','2021-01-29 17:20:27'),
(115758,42750,'action created','2021-01-29 22:20:27','2021-01-29 17:20:27'),
(115759,42750,'action started via WP Cron','2021-01-29 22:22:08','2021-01-29 17:22:08'),
(115760,42750,'action complete via WP Cron','2021-01-29 22:22:08','2021-01-29 17:22:08'),
(115761,42751,'action created','2021-01-29 22:22:08','2021-01-29 17:22:08'),
(115762,42751,'action started via WP Cron','2021-01-29 22:23:12','2021-01-29 17:23:12'),
(115763,42751,'action complete via WP Cron','2021-01-29 22:23:12','2021-01-29 17:23:12'),
(115764,42752,'action created','2021-01-29 22:23:12','2021-01-29 17:23:12'),
(115765,42752,'action started via WP Cron','2021-01-29 22:24:34','2021-01-29 17:24:34'),
(115766,42752,'action complete via WP Cron','2021-01-29 22:24:34','2021-01-29 17:24:34'),
(115767,42753,'action created','2021-01-29 22:24:34','2021-01-29 17:24:34'),
(115768,42753,'action started via WP Cron','2021-01-29 22:25:42','2021-01-29 17:25:42'),
(115769,42753,'action complete via WP Cron','2021-01-29 22:25:42','2021-01-29 17:25:42'),
(115770,42754,'action created','2021-01-29 22:25:42','2021-01-29 17:25:42'),
(115771,42754,'action started via WP Cron','2021-01-29 22:26:24','2021-01-29 17:26:24'),
(115772,42754,'action complete via WP Cron','2021-01-29 22:26:24','2021-01-29 17:26:24'),
(115773,42755,'action created','2021-01-29 22:26:24','2021-01-29 17:26:24'),
(115774,42755,'action started via WP Cron','2021-01-29 22:28:04','2021-01-29 17:28:04'),
(115775,42755,'action complete via WP Cron','2021-01-29 22:28:04','2021-01-29 17:28:04'),
(115776,42756,'action created','2021-01-29 22:28:04','2021-01-29 17:28:04'),
(115777,42756,'action started via WP Cron','2021-01-29 22:29:34','2021-01-29 17:29:34'),
(115778,42756,'action complete via WP Cron','2021-01-29 22:29:34','2021-01-29 17:29:34'),
(115779,42757,'action created','2021-01-29 22:29:34','2021-01-29 17:29:34'),
(115780,42757,'action started via WP Cron','2021-01-29 22:30:12','2021-01-29 17:30:12'),
(115781,42757,'action complete via WP Cron','2021-01-29 22:30:12','2021-01-29 17:30:12'),
(115782,42758,'action created','2021-01-29 22:30:12','2021-01-29 17:30:12'),
(115783,42758,'action started via WP Cron','2021-01-29 22:31:16','2021-01-29 17:31:16'),
(115784,42758,'action complete via WP Cron','2021-01-29 22:31:16','2021-01-29 17:31:16'),
(115785,42759,'action created','2021-01-29 22:31:16','2021-01-29 17:31:16'),
(115786,42759,'action started via WP Cron','2021-01-29 22:33:03','2021-01-29 17:33:03'),
(115787,42759,'action complete via WP Cron','2021-01-29 22:33:03','2021-01-29 17:33:03'),
(115788,42760,'action created','2021-01-29 22:33:03','2021-01-29 17:33:03'),
(115789,42760,'action started via WP Cron','2021-01-29 22:35:23','2021-01-29 17:35:23'),
(115790,42760,'action complete via WP Cron','2021-01-29 22:35:24','2021-01-29 17:35:24'),
(115791,42761,'action created','2021-01-29 22:35:24','2021-01-29 17:35:24'),
(115792,42761,'action started via WP Cron','2021-01-29 22:37:34','2021-01-29 17:37:34'),
(115793,42761,'action complete via WP Cron','2021-01-29 22:37:34','2021-01-29 17:37:34'),
(115794,42762,'action created','2021-01-29 22:37:34','2021-01-29 17:37:34'),
(115795,42762,'action started via WP Cron','2021-01-29 22:38:24','2021-01-29 17:38:24'),
(115796,42762,'action complete via WP Cron','2021-01-29 22:38:24','2021-01-29 17:38:24'),
(115797,42763,'action created','2021-01-29 22:38:24','2021-01-29 17:38:24'),
(115798,42763,'action started via WP Cron','2021-01-29 22:40:42','2021-01-29 17:40:42'),
(115799,42763,'action complete via WP Cron','2021-01-29 22:40:42','2021-01-29 17:40:42'),
(115800,42764,'action created','2021-01-29 22:40:42','2021-01-29 17:40:42'),
(115801,42764,'action started via WP Cron','2021-01-29 22:43:01','2021-01-29 17:43:01'),
(115802,42764,'action complete via WP Cron','2021-01-29 22:43:01','2021-01-29 17:43:01'),
(115803,42765,'action created','2021-01-29 22:43:01','2021-01-29 17:43:01'),
(115804,42765,'action started via WP Cron','2021-01-29 22:43:40','2021-01-29 17:43:40'),
(115805,42765,'action complete via WP Cron','2021-01-29 22:43:40','2021-01-29 17:43:40'),
(115806,42766,'action created','2021-01-29 22:43:40','2021-01-29 17:43:40'),
(115807,42766,'action started via WP Cron','2021-01-29 22:46:21','2021-01-29 17:46:21'),
(115808,42766,'action complete via WP Cron','2021-01-29 22:46:21','2021-01-29 17:46:21'),
(115809,42767,'action created','2021-01-29 22:46:21','2021-01-29 17:46:21'),
(115810,42767,'action started via WP Cron','2021-01-29 22:49:10','2021-01-29 17:49:10'),
(115811,42767,'action complete via WP Cron','2021-01-29 22:49:10','2021-01-29 17:49:10'),
(115812,42768,'action created','2021-01-29 22:49:10','2021-01-29 17:49:10'),
(115813,42768,'action started via WP Cron','2021-01-29 22:50:49','2021-01-29 17:50:49'),
(115814,42768,'action complete via WP Cron','2021-01-29 22:50:49','2021-01-29 17:50:49'),
(115815,42769,'action created','2021-01-29 22:50:49','2021-01-29 17:50:49'),
(115816,42769,'action started via WP Cron','2021-01-29 22:51:28','2021-01-29 17:51:28'),
(115817,42769,'action complete via WP Cron','2021-01-29 22:51:28','2021-01-29 17:51:28'),
(115818,42770,'action created','2021-01-29 22:51:28','2021-01-29 17:51:28'),
(115819,42770,'action started via WP Cron','2021-01-29 22:53:10','2021-01-29 17:53:10'),
(115820,42770,'action complete via WP Cron','2021-01-29 22:53:10','2021-01-29 17:53:10'),
(115821,42771,'action created','2021-01-29 22:53:10','2021-01-29 17:53:10'),
(115822,42771,'action started via WP Cron','2021-01-29 22:55:03','2021-01-29 17:55:03'),
(115823,42771,'action complete via WP Cron','2021-01-29 22:55:03','2021-01-29 17:55:03'),
(115824,42772,'action created','2021-01-29 22:55:03','2021-01-29 17:55:03'),
(115825,42772,'action started via WP Cron','2021-01-29 22:56:29','2021-01-29 17:56:29'),
(115826,42772,'action complete via WP Cron','2021-01-29 22:56:29','2021-01-29 17:56:29'),
(115827,42773,'action created','2021-01-29 22:56:29','2021-01-29 17:56:29'),
(115828,42773,'action started via WP Cron','2021-01-29 22:59:11','2021-01-29 17:59:11'),
(115829,42773,'action complete via WP Cron','2021-01-29 22:59:11','2021-01-29 17:59:11'),
(115830,42774,'action created','2021-01-29 22:59:11','2021-01-29 17:59:11'),
(115831,42774,'action started via WP Cron','2021-01-29 23:00:13','2021-01-29 18:00:13'),
(115832,42774,'action complete via WP Cron','2021-01-29 23:00:13','2021-01-29 18:00:13'),
(115833,42775,'action created','2021-01-29 23:00:13','2021-01-29 18:00:13'),
(115834,42775,'action started via WP Cron','2021-01-29 23:01:34','2021-01-29 18:01:34'),
(115835,42775,'action complete via WP Cron','2021-01-29 23:01:34','2021-01-29 18:01:34'),
(115836,42776,'action created','2021-01-29 23:01:34','2021-01-29 18:01:34'),
(115837,42776,'action started via WP Cron','2021-01-29 23:02:43','2021-01-29 18:02:43'),
(115838,42776,'action complete via WP Cron','2021-01-29 23:02:43','2021-01-29 18:02:43'),
(115839,42777,'action created','2021-01-29 23:02:43','2021-01-29 18:02:43'),
(115840,42777,'action started via WP Cron','2021-01-29 23:04:01','2021-01-29 18:04:01'),
(115841,42777,'action complete via WP Cron','2021-01-29 23:04:01','2021-01-29 18:04:01'),
(115842,42778,'action created','2021-01-29 23:04:02','2021-01-29 18:04:02'),
(115843,42778,'action started via WP Cron','2021-01-29 23:06:46','2021-01-29 18:06:46'),
(115844,42778,'action complete via WP Cron','2021-01-29 23:06:46','2021-01-29 18:06:46'),
(115845,42779,'action created','2021-01-29 23:06:46','2021-01-29 18:06:46'),
(115846,42779,'action started via WP Cron','2021-01-29 23:11:17','2021-01-29 18:11:17'),
(115847,42779,'action complete via WP Cron','2021-01-29 23:11:17','2021-01-29 18:11:17'),
(115848,42780,'action created','2021-01-29 23:11:17','2021-01-29 18:11:17'),
(115849,42780,'action started via WP Cron','2021-01-29 23:13:16','2021-01-29 18:13:16'),
(115850,42780,'action complete via WP Cron','2021-01-29 23:13:16','2021-01-29 18:13:16'),
(115851,42781,'action created','2021-01-29 23:13:16','2021-01-29 18:13:16'),
(115852,42781,'action started via WP Cron','2021-01-29 23:15:32','2021-01-29 18:15:32'),
(115853,42781,'action complete via WP Cron','2021-01-29 23:15:32','2021-01-29 18:15:32'),
(115854,42782,'action created','2021-01-29 23:15:32','2021-01-29 18:15:32'),
(115855,42782,'action started via WP Cron','2021-01-29 23:16:45','2021-01-29 18:16:45'),
(115856,42782,'action complete via WP Cron','2021-01-29 23:16:45','2021-01-29 18:16:45'),
(115857,42783,'action created','2021-01-29 23:16:45','2021-01-29 18:16:45'),
(115858,42783,'action started via WP Cron','2021-01-29 23:17:13','2021-01-29 18:17:13'),
(115859,42783,'action complete via WP Cron','2021-01-29 23:17:13','2021-01-29 18:17:13'),
(115860,42784,'action created','2021-01-29 23:17:13','2021-01-29 18:17:13'),
(115861,42784,'action started via WP Cron','2021-01-29 23:18:20','2021-01-29 18:18:20'),
(115862,42784,'action complete via WP Cron','2021-01-29 23:18:20','2021-01-29 18:18:20'),
(115863,42785,'action created','2021-01-29 23:18:20','2021-01-29 18:18:20'),
(115864,42785,'action started via WP Cron','2021-01-29 23:19:21','2021-01-29 18:19:21'),
(115865,42785,'action complete via WP Cron','2021-01-29 23:19:21','2021-01-29 18:19:21'),
(115866,42786,'action created','2021-01-29 23:19:21','2021-01-29 18:19:21'),
(115867,42786,'action started via WP Cron','2021-01-29 23:20:37','2021-01-29 18:20:37'),
(115868,42786,'action complete via WP Cron','2021-01-29 23:20:37','2021-01-29 18:20:37'),
(115869,42787,'action created','2021-01-29 23:20:37','2021-01-29 18:20:37'),
(115870,42787,'action started via WP Cron','2021-01-29 23:21:23','2021-01-29 18:21:23'),
(115871,42787,'action complete via WP Cron','2021-01-29 23:21:23','2021-01-29 18:21:23'),
(115872,42788,'action created','2021-01-29 23:21:23','2021-01-29 18:21:23'),
(115873,42788,'action started via WP Cron','2021-01-29 23:24:15','2021-01-29 18:24:15'),
(115874,42788,'action complete via WP Cron','2021-01-29 23:24:15','2021-01-29 18:24:15'),
(115875,42789,'action created','2021-01-29 23:24:16','2021-01-29 18:24:16'),
(115876,42789,'action started via WP Cron','2021-01-29 23:28:21','2021-01-29 18:28:21'),
(115877,42789,'action complete via WP Cron','2021-01-29 23:28:21','2021-01-29 18:28:21'),
(115878,42790,'action created','2021-01-29 23:28:21','2021-01-29 18:28:21'),
(115879,42790,'action started via WP Cron','2021-01-29 23:30:16','2021-01-29 18:30:16'),
(115880,42790,'action complete via WP Cron','2021-01-29 23:30:16','2021-01-29 18:30:16'),
(115881,42791,'action created','2021-01-29 23:30:16','2021-01-29 18:30:16'),
(115882,42791,'action started via WP Cron','2021-01-29 23:31:29','2021-01-29 18:31:29'),
(115883,42791,'action complete via WP Cron','2021-01-29 23:31:29','2021-01-29 18:31:29'),
(115884,42792,'action created','2021-01-29 23:31:29','2021-01-29 18:31:29'),
(115885,42792,'action started via WP Cron','2021-01-29 23:32:42','2021-01-29 18:32:42'),
(115886,42792,'action complete via WP Cron','2021-01-29 23:32:42','2021-01-29 18:32:42'),
(115887,42793,'action created','2021-01-29 23:32:42','2021-01-29 18:32:42'),
(115888,42793,'action started via WP Cron','2021-01-29 23:34:40','2021-01-29 18:34:40'),
(115889,42793,'action complete via WP Cron','2021-01-29 23:34:40','2021-01-29 18:34:40'),
(115890,42794,'action created','2021-01-29 23:34:40','2021-01-29 18:34:40'),
(115891,42794,'action started via WP Cron','2021-01-29 23:35:58','2021-01-29 18:35:58'),
(115892,42794,'action complete via WP Cron','2021-01-29 23:35:58','2021-01-29 18:35:58'),
(115893,42795,'action created','2021-01-29 23:35:58','2021-01-29 18:35:58'),
(115894,42795,'action started via WP Cron','2021-01-29 23:36:20','2021-01-29 18:36:20'),
(115895,42795,'action complete via WP Cron','2021-01-29 23:36:20','2021-01-29 18:36:20'),
(115896,42796,'action created','2021-01-29 23:36:20','2021-01-29 18:36:20'),
(115897,42796,'action started via WP Cron','2021-01-29 23:37:33','2021-01-29 18:37:33'),
(115898,42796,'action complete via WP Cron','2021-01-29 23:37:33','2021-01-29 18:37:33'),
(115899,42797,'action created','2021-01-29 23:37:33','2021-01-29 18:37:33'),
(115900,42797,'action started via WP Cron','2021-01-29 23:38:20','2021-01-29 18:38:20'),
(115901,42797,'action complete via WP Cron','2021-01-29 23:38:20','2021-01-29 18:38:20'),
(115902,42798,'action created','2021-01-29 23:38:20','2021-01-29 18:38:20'),
(115903,42798,'action started via WP Cron','2021-01-29 23:39:28','2021-01-29 18:39:28'),
(115904,42798,'action complete via WP Cron','2021-01-29 23:39:28','2021-01-29 18:39:28'),
(115905,42799,'action created','2021-01-29 23:39:29','2021-01-29 18:39:29'),
(115906,42799,'action started via WP Cron','2021-01-29 23:40:12','2021-01-29 18:40:12'),
(115907,42799,'action complete via WP Cron','2021-01-29 23:40:12','2021-01-29 18:40:12'),
(115908,42800,'action created','2021-01-29 23:40:12','2021-01-29 18:40:12'),
(115909,42800,'action started via WP Cron','2021-01-29 23:41:20','2021-01-29 18:41:20'),
(115910,42800,'action complete via WP Cron','2021-01-29 23:41:20','2021-01-29 18:41:20'),
(115911,42801,'action created','2021-01-29 23:41:20','2021-01-29 18:41:20'),
(115912,42801,'action started via WP Cron','2021-01-29 23:42:35','2021-01-29 18:42:35'),
(115913,42801,'action complete via WP Cron','2021-01-29 23:42:35','2021-01-29 18:42:35'),
(115914,42802,'action created','2021-01-29 23:42:35','2021-01-29 18:42:35'),
(115915,42802,'action started via WP Cron','2021-01-29 23:43:23','2021-01-29 18:43:23'),
(115916,42802,'action complete via WP Cron','2021-01-29 23:43:23','2021-01-29 18:43:23'),
(115917,42803,'action created','2021-01-29 23:43:23','2021-01-29 18:43:23'),
(115918,42803,'action started via WP Cron','2021-01-29 23:44:14','2021-01-29 18:44:14'),
(115919,42803,'action complete via WP Cron','2021-01-29 23:44:14','2021-01-29 18:44:14'),
(115920,42804,'action created','2021-01-29 23:44:15','2021-01-29 18:44:15'),
(115921,42804,'action started via WP Cron','2021-01-29 23:45:23','2021-01-29 18:45:23'),
(115922,42804,'action complete via WP Cron','2021-01-29 23:45:23','2021-01-29 18:45:23'),
(115923,42805,'action created','2021-01-29 23:45:23','2021-01-29 18:45:23'),
(115924,42805,'action started via WP Cron','2021-01-29 23:46:13','2021-01-29 18:46:13'),
(115925,42805,'action complete via WP Cron','2021-01-29 23:46:13','2021-01-29 18:46:13'),
(115926,42806,'action created','2021-01-29 23:46:13','2021-01-29 18:46:13'),
(115927,42806,'action started via WP Cron','2021-01-29 23:47:18','2021-01-29 18:47:18'),
(115928,42806,'action complete via WP Cron','2021-01-29 23:47:18','2021-01-29 18:47:18'),
(115929,42807,'action created','2021-01-29 23:47:18','2021-01-29 18:47:18'),
(115930,42807,'action started via WP Cron','2021-01-29 23:48:40','2021-01-29 18:48:40'),
(115931,42807,'action complete via WP Cron','2021-01-29 23:48:40','2021-01-29 18:48:40'),
(115932,42808,'action created','2021-01-29 23:48:40','2021-01-29 18:48:40'),
(115933,42808,'action started via WP Cron','2021-01-29 23:49:27','2021-01-29 18:49:27'),
(115934,42808,'action complete via WP Cron','2021-01-29 23:49:27','2021-01-29 18:49:27'),
(115935,42809,'action created','2021-01-29 23:49:27','2021-01-29 18:49:27'),
(115936,42809,'action started via WP Cron','2021-01-29 23:50:20','2021-01-29 18:50:20'),
(115937,42809,'action complete via WP Cron','2021-01-29 23:50:20','2021-01-29 18:50:20'),
(115938,42810,'action created','2021-01-29 23:50:20','2021-01-29 18:50:20'),
(115939,42810,'action started via WP Cron','2021-01-29 23:51:50','2021-01-29 18:51:50'),
(115940,42810,'action complete via WP Cron','2021-01-29 23:51:50','2021-01-29 18:51:50'),
(115941,42811,'action created','2021-01-29 23:51:51','2021-01-29 18:51:51'),
(115942,42811,'action started via WP Cron','2021-01-29 23:53:10','2021-01-29 18:53:10'),
(115943,42811,'action complete via WP Cron','2021-01-29 23:53:10','2021-01-29 18:53:10'),
(115944,42812,'action created','2021-01-29 23:53:10','2021-01-29 18:53:10'),
(115945,42812,'action started via WP Cron','2021-01-29 23:53:20','2021-01-29 18:53:20'),
(115946,42812,'action complete via WP Cron','2021-01-29 23:53:20','2021-01-29 18:53:20'),
(115947,42813,'action created','2021-01-29 23:53:20','2021-01-29 18:53:20'),
(115948,42813,'action started via WP Cron','2021-01-29 23:54:59','2021-01-29 18:54:59'),
(115949,42813,'action complete via WP Cron','2021-01-29 23:54:59','2021-01-29 18:54:59'),
(115950,42814,'action created','2021-01-29 23:54:59','2021-01-29 18:54:59'),
(115951,42814,'action started via WP Cron','2021-01-29 23:55:13','2021-01-29 18:55:13'),
(115952,42814,'action complete via WP Cron','2021-01-29 23:55:13','2021-01-29 18:55:13'),
(115953,42815,'action created','2021-01-29 23:55:14','2021-01-29 18:55:14'),
(115954,42815,'action started via WP Cron','2021-01-29 23:56:19','2021-01-29 18:56:19'),
(115955,42815,'action complete via WP Cron','2021-01-29 23:56:19','2021-01-29 18:56:19'),
(115956,42816,'action created','2021-01-29 23:56:19','2021-01-29 18:56:19'),
(115957,42816,'action started via WP Cron','2021-01-29 23:58:33','2021-01-29 18:58:33'),
(115958,42816,'action complete via WP Cron','2021-01-29 23:58:33','2021-01-29 18:58:33'),
(115959,42817,'action created','2021-01-29 23:58:33','2021-01-29 18:58:33'),
(115960,42817,'action started via WP Cron','2021-01-30 00:00:00','2021-01-29 19:00:00'),
(115961,42817,'action complete via WP Cron','2021-01-30 00:00:00','2021-01-29 19:00:00'),
(115962,42818,'action created','2021-01-30 00:00:00','2021-01-29 19:00:00'),
(115963,42818,'action started via WP Cron','2021-01-30 00:00:25','2021-01-29 19:00:25'),
(115964,42818,'action complete via WP Cron','2021-01-30 00:00:25','2021-01-29 19:00:25'),
(115965,42819,'action created','2021-01-30 00:00:25','2021-01-29 19:00:25'),
(115966,42819,'action started via WP Cron','2021-01-30 00:03:10','2021-01-29 19:03:10'),
(115967,42819,'action complete via WP Cron','2021-01-30 00:03:10','2021-01-29 19:03:10'),
(115968,42820,'action created','2021-01-30 00:03:10','2021-01-29 19:03:10'),
(115969,42820,'action started via WP Cron','2021-01-30 00:06:04','2021-01-29 19:06:04'),
(115970,42820,'action complete via WP Cron','2021-01-30 00:06:04','2021-01-29 19:06:04'),
(115971,42821,'action created','2021-01-30 00:06:04','2021-01-29 19:06:04'),
(115972,42821,'action started via WP Cron','2021-01-30 00:06:14','2021-01-29 19:06:14'),
(115973,42821,'action complete via WP Cron','2021-01-30 00:06:14','2021-01-29 19:06:14'),
(115974,42822,'action created','2021-01-30 00:06:14','2021-01-29 19:06:14'),
(115975,42822,'action started via WP Cron','2021-01-30 00:07:35','2021-01-29 19:07:35'),
(115976,42822,'action complete via WP Cron','2021-01-30 00:07:35','2021-01-29 19:07:35'),
(115977,42823,'action created','2021-01-30 00:07:35','2021-01-29 19:07:35'),
(115978,42823,'action started via WP Cron','2021-01-30 00:09:44','2021-01-29 19:09:44'),
(115979,42823,'action complete via WP Cron','2021-01-30 00:09:44','2021-01-29 19:09:44'),
(115980,42824,'action created','2021-01-30 00:09:44','2021-01-29 19:09:44'),
(115981,42824,'action started via WP Cron','2021-01-30 00:10:20','2021-01-29 19:10:20'),
(115982,42824,'action complete via WP Cron','2021-01-30 00:10:20','2021-01-29 19:10:20'),
(115983,42825,'action created','2021-01-30 00:10:20','2021-01-29 19:10:20'),
(115984,42825,'action started via WP Cron','2021-01-30 00:12:17','2021-01-29 19:12:17'),
(115985,42825,'action complete via WP Cron','2021-01-30 00:12:17','2021-01-29 19:12:17'),
(115986,42826,'action created','2021-01-30 00:12:17','2021-01-29 19:12:17'),
(115987,42826,'action started via WP Cron','2021-01-30 00:14:10','2021-01-29 19:14:10'),
(115988,42826,'action complete via WP Cron','2021-01-30 00:14:10','2021-01-29 19:14:10'),
(115989,42827,'action created','2021-01-30 00:14:10','2021-01-29 19:14:10'),
(115990,42827,'action started via WP Cron','2021-01-30 00:15:21','2021-01-29 19:15:21'),
(115991,42827,'action complete via WP Cron','2021-01-30 00:15:21','2021-01-29 19:15:21'),
(115992,42828,'action created','2021-01-30 00:15:21','2021-01-29 19:15:21'),
(115993,42828,'action started via WP Cron','2021-01-30 00:17:28','2021-01-29 19:17:28'),
(115994,42828,'action complete via WP Cron','2021-01-30 00:17:28','2021-01-29 19:17:28'),
(115995,42829,'action created','2021-01-30 00:17:28','2021-01-29 19:17:28'),
(115996,42829,'action started via WP Cron','2021-01-30 00:20:05','2021-01-29 19:20:05'),
(115997,42829,'action complete via WP Cron','2021-01-30 00:20:05','2021-01-29 19:20:05'),
(115998,42830,'action created','2021-01-30 00:20:05','2021-01-29 19:20:05'),
(115999,42830,'action started via WP Cron','2021-01-30 00:21:50','2021-01-29 19:21:50'),
(116000,42830,'action complete via WP Cron','2021-01-30 00:21:50','2021-01-29 19:21:50'),
(116001,42831,'action created','2021-01-30 00:21:50','2021-01-29 19:21:50'),
(116002,42831,'action started via WP Cron','2021-01-30 00:24:16','2021-01-29 19:24:16'),
(116003,42831,'action complete via WP Cron','2021-01-30 00:24:16','2021-01-29 19:24:16'),
(116004,42832,'action created','2021-01-30 00:24:16','2021-01-29 19:24:16'),
(116005,42832,'action started via WP Cron','2021-01-30 00:25:17','2021-01-29 19:25:17'),
(116006,42832,'action complete via WP Cron','2021-01-30 00:25:17','2021-01-29 19:25:17'),
(116007,42833,'action created','2021-01-30 00:25:17','2021-01-29 19:25:17'),
(116008,42833,'action started via WP Cron','2021-01-30 00:26:14','2021-01-29 19:26:14'),
(116009,42833,'action complete via WP Cron','2021-01-30 00:26:14','2021-01-29 19:26:14'),
(116010,42834,'action created','2021-01-30 00:26:14','2021-01-29 19:26:14'),
(116011,42834,'action started via WP Cron','2021-01-30 00:27:14','2021-01-29 19:27:14'),
(116012,42834,'action complete via WP Cron','2021-01-30 00:27:14','2021-01-29 19:27:14'),
(116013,42835,'action created','2021-01-30 00:27:14','2021-01-29 19:27:14'),
(116014,42835,'action started via WP Cron','2021-01-30 00:29:31','2021-01-29 19:29:31'),
(116015,42835,'action complete via WP Cron','2021-01-30 00:29:31','2021-01-29 19:29:31'),
(116016,42836,'action created','2021-01-30 00:29:31','2021-01-29 19:29:31'),
(116017,42836,'action started via WP Cron','2021-01-30 00:31:11','2021-01-29 19:31:11'),
(116018,42836,'action complete via WP Cron','2021-01-30 00:31:11','2021-01-29 19:31:11'),
(116019,42837,'action created','2021-01-30 00:31:11','2021-01-29 19:31:11'),
(116020,42837,'action started via WP Cron','2021-01-30 00:33:52','2021-01-29 19:33:52'),
(116021,42837,'action complete via WP Cron','2021-01-30 00:33:52','2021-01-29 19:33:52'),
(116022,42838,'action created','2021-01-30 00:33:52','2021-01-29 19:33:52'),
(116023,42838,'action started via WP Cron','2021-01-30 00:34:37','2021-01-29 19:34:37'),
(116024,42838,'action complete via WP Cron','2021-01-30 00:34:38','2021-01-29 19:34:38'),
(116025,42839,'action created','2021-01-30 00:34:38','2021-01-29 19:34:38'),
(116026,42839,'action started via WP Cron','2021-01-30 00:38:08','2021-01-29 19:38:08'),
(116027,42839,'action complete via WP Cron','2021-01-30 00:38:08','2021-01-29 19:38:08'),
(116028,42840,'action created','2021-01-30 00:38:08','2021-01-29 19:38:08'),
(116029,42840,'action started via WP Cron','2021-01-30 00:39:01','2021-01-29 19:39:01'),
(116030,42840,'action complete via WP Cron','2021-01-30 00:39:01','2021-01-29 19:39:01'),
(116031,42841,'action created','2021-01-30 00:39:01','2021-01-29 19:39:01'),
(116032,42841,'action started via WP Cron','2021-01-30 00:40:41','2021-01-29 19:40:41'),
(116033,42841,'action complete via WP Cron','2021-01-30 00:40:41','2021-01-29 19:40:41'),
(116034,42842,'action created','2021-01-30 00:40:41','2021-01-29 19:40:41'),
(116035,42842,'action started via WP Cron','2021-01-30 00:41:30','2021-01-29 19:41:30'),
(116036,42842,'action complete via WP Cron','2021-01-30 00:41:30','2021-01-29 19:41:30'),
(116037,42843,'action created','2021-01-30 00:41:30','2021-01-29 19:41:30'),
(116038,42843,'action started via WP Cron','2021-01-30 00:42:11','2021-01-29 19:42:11'),
(116039,42843,'action complete via WP Cron','2021-01-30 00:42:11','2021-01-29 19:42:11'),
(116040,42844,'action created','2021-01-30 00:42:11','2021-01-29 19:42:11'),
(116041,42844,'action started via WP Cron','2021-01-30 00:44:05','2021-01-29 19:44:05'),
(116042,42844,'action complete via WP Cron','2021-01-30 00:44:05','2021-01-29 19:44:05'),
(116043,42845,'action created','2021-01-30 00:44:05','2021-01-29 19:44:05'),
(116044,42845,'action started via WP Cron','2021-01-30 00:44:18','2021-01-29 19:44:18'),
(116045,42845,'action complete via WP Cron','2021-01-30 00:44:18','2021-01-29 19:44:18'),
(116046,42846,'action created','2021-01-30 00:44:18','2021-01-29 19:44:18'),
(116047,42846,'action started via WP Cron','2021-01-30 00:45:23','2021-01-29 19:45:23'),
(116048,42846,'action complete via WP Cron','2021-01-30 00:45:23','2021-01-29 19:45:23'),
(116049,42847,'action created','2021-01-30 00:45:23','2021-01-29 19:45:23'),
(116050,42847,'action started via WP Cron','2021-01-30 00:46:58','2021-01-29 19:46:58'),
(116051,42847,'action complete via WP Cron','2021-01-30 00:46:58','2021-01-29 19:46:58'),
(116052,42848,'action created','2021-01-30 00:46:58','2021-01-29 19:46:58'),
(116053,42848,'action started via WP Cron','2021-01-30 00:47:27','2021-01-29 19:47:27'),
(116054,42848,'action complete via WP Cron','2021-01-30 00:47:27','2021-01-29 19:47:27'),
(116055,42849,'action created','2021-01-30 00:47:27','2021-01-29 19:47:27'),
(116056,42849,'action started via WP Cron','2021-01-30 00:48:40','2021-01-29 19:48:40'),
(116057,42849,'action complete via WP Cron','2021-01-30 00:48:40','2021-01-29 19:48:40'),
(116058,42850,'action created','2021-01-30 00:48:40','2021-01-29 19:48:40'),
(116059,42850,'action started via WP Cron','2021-01-30 00:49:25','2021-01-29 19:49:25'),
(116060,42850,'action complete via WP Cron','2021-01-30 00:49:25','2021-01-29 19:49:25'),
(116061,42851,'action created','2021-01-30 00:49:25','2021-01-29 19:49:25'),
(116062,42851,'action started via WP Cron','2021-01-30 00:50:19','2021-01-29 19:50:19'),
(116063,42851,'action complete via WP Cron','2021-01-30 00:50:19','2021-01-29 19:50:19'),
(116064,42852,'action created','2021-01-30 00:50:19','2021-01-29 19:50:19'),
(116065,42852,'action started via WP Cron','2021-01-30 00:53:43','2021-01-29 19:53:43'),
(116066,42852,'action complete via WP Cron','2021-01-30 00:53:43','2021-01-29 19:53:43'),
(116067,42853,'action created','2021-01-30 00:53:43','2021-01-29 19:53:43'),
(116068,42853,'action started via WP Cron','2021-01-30 00:54:59','2021-01-29 19:54:59'),
(116069,42853,'action complete via WP Cron','2021-01-30 00:54:59','2021-01-29 19:54:59'),
(116070,42854,'action created','2021-01-30 00:54:59','2021-01-29 19:54:59'),
(116071,42854,'action started via WP Cron','2021-01-30 00:56:13','2021-01-29 19:56:13'),
(116072,42854,'action complete via WP Cron','2021-01-30 00:56:13','2021-01-29 19:56:13'),
(116073,42855,'action created','2021-01-30 00:56:13','2021-01-29 19:56:13'),
(116074,42855,'action started via WP Cron','2021-01-30 00:58:07','2021-01-29 19:58:07'),
(116075,42855,'action complete via WP Cron','2021-01-30 00:58:07','2021-01-29 19:58:07'),
(116076,42856,'action created','2021-01-30 00:58:07','2021-01-29 19:58:07'),
(116077,42856,'action started via WP Cron','2021-01-30 00:59:11','2021-01-29 19:59:11'),
(116078,42856,'action complete via WP Cron','2021-01-30 00:59:11','2021-01-29 19:59:11'),
(116079,42857,'action created','2021-01-30 00:59:11','2021-01-29 19:59:11'),
(116080,42857,'action started via WP Cron','2021-01-30 01:00:49','2021-01-29 20:00:49'),
(116081,42857,'action complete via WP Cron','2021-01-30 01:00:49','2021-01-29 20:00:49'),
(116082,42858,'action created','2021-01-30 01:00:49','2021-01-29 20:00:49'),
(116083,42858,'action started via WP Cron','2021-01-30 01:01:51','2021-01-29 20:01:51'),
(116084,42858,'action complete via WP Cron','2021-01-30 01:01:51','2021-01-29 20:01:51'),
(116085,42859,'action created','2021-01-30 01:01:51','2021-01-29 20:01:51'),
(116086,42859,'action started via WP Cron','2021-01-30 01:03:20','2021-01-29 20:03:20'),
(116087,42859,'action complete via WP Cron','2021-01-30 01:03:20','2021-01-29 20:03:20'),
(116088,42860,'action created','2021-01-30 01:03:20','2021-01-29 20:03:20'),
(116089,42860,'action started via WP Cron','2021-01-30 01:06:51','2021-01-29 20:06:51'),
(116090,42860,'action complete via WP Cron','2021-01-30 01:06:51','2021-01-29 20:06:51'),
(116091,42861,'action created','2021-01-30 01:06:51','2021-01-29 20:06:51'),
(116092,42861,'action started via WP Cron','2021-01-30 01:12:05','2021-01-29 20:12:05'),
(116093,42861,'action complete via WP Cron','2021-01-30 01:12:05','2021-01-29 20:12:05'),
(116094,42862,'action created','2021-01-30 01:12:05','2021-01-29 20:12:05'),
(116095,42862,'action started via WP Cron','2021-01-30 01:17:27','2021-01-29 20:17:27'),
(116096,42862,'action complete via WP Cron','2021-01-30 01:17:27','2021-01-29 20:17:27'),
(116097,42863,'action created','2021-01-30 01:17:27','2021-01-29 20:17:27'),
(116098,42863,'action started via WP Cron','2021-01-30 01:18:54','2021-01-29 20:18:54'),
(116099,42863,'action complete via WP Cron','2021-01-30 01:18:54','2021-01-29 20:18:54'),
(116100,42864,'action created','2021-01-30 01:18:54','2021-01-29 20:18:54'),
(116101,42864,'action started via WP Cron','2021-01-30 01:19:50','2021-01-29 20:19:50'),
(116102,42864,'action complete via WP Cron','2021-01-30 01:19:50','2021-01-29 20:19:50'),
(116103,42865,'action created','2021-01-30 01:19:50','2021-01-29 20:19:50'),
(116104,42865,'action started via WP Cron','2021-01-30 01:21:38','2021-01-29 20:21:38'),
(116105,42865,'action complete via WP Cron','2021-01-30 01:21:38','2021-01-29 20:21:38'),
(116106,42866,'action created','2021-01-30 01:21:38','2021-01-29 20:21:38'),
(116107,42866,'action started via WP Cron','2021-01-30 01:23:17','2021-01-29 20:23:17'),
(116108,42866,'action complete via WP Cron','2021-01-30 01:23:17','2021-01-29 20:23:17'),
(116109,42867,'action created','2021-01-30 01:23:17','2021-01-29 20:23:17'),
(116110,42867,'action started via WP Cron','2021-01-30 01:24:38','2021-01-29 20:24:38'),
(116111,42867,'action complete via WP Cron','2021-01-30 01:24:38','2021-01-29 20:24:38'),
(116112,42868,'action created','2021-01-30 01:24:38','2021-01-29 20:24:38'),
(116113,42868,'action started via WP Cron','2021-01-30 01:25:38','2021-01-29 20:25:38'),
(116114,42868,'action complete via WP Cron','2021-01-30 01:25:38','2021-01-29 20:25:38'),
(116115,42869,'action created','2021-01-30 01:25:38','2021-01-29 20:25:38'),
(116116,42869,'action started via WP Cron','2021-01-30 01:28:24','2021-01-29 20:28:24'),
(116117,42869,'action complete via WP Cron','2021-01-30 01:28:24','2021-01-29 20:28:24'),
(116118,42870,'action created','2021-01-30 01:28:24','2021-01-29 20:28:24'),
(116119,42870,'action started via WP Cron','2021-01-30 01:31:09','2021-01-29 20:31:09'),
(116120,42870,'action complete via WP Cron','2021-01-30 01:31:09','2021-01-29 20:31:09'),
(116121,42871,'action created','2021-01-30 01:31:09','2021-01-29 20:31:09'),
(116122,42871,'action started via WP Cron','2021-01-30 01:32:19','2021-01-29 20:32:19'),
(116123,42871,'action complete via WP Cron','2021-01-30 01:32:19','2021-01-29 20:32:19'),
(116124,42872,'action created','2021-01-30 01:32:19','2021-01-29 20:32:19'),
(116125,42872,'action started via WP Cron','2021-01-30 01:33:29','2021-01-29 20:33:29'),
(116126,42872,'action complete via WP Cron','2021-01-30 01:33:29','2021-01-29 20:33:29'),
(116127,42873,'action created','2021-01-30 01:33:29','2021-01-29 20:33:29'),
(116128,41872,'action started via WP Cron','2021-01-30 01:37:54','2021-01-29 20:37:54'),
(116129,41872,'action complete via WP Cron','2021-01-30 01:37:54','2021-01-29 20:37:54'),
(116130,42874,'action created','2021-01-30 01:37:54','2021-01-29 20:37:54'),
(116131,42873,'action started via WP Cron','2021-01-30 01:37:54','2021-01-29 20:37:54'),
(116132,42873,'action complete via WP Cron','2021-01-30 01:37:54','2021-01-29 20:37:54'),
(116133,42875,'action created','2021-01-30 01:37:54','2021-01-29 20:37:54'),
(116134,42875,'action started via WP Cron','2021-01-30 01:39:17','2021-01-29 20:39:17'),
(116135,42875,'action complete via WP Cron','2021-01-30 01:39:17','2021-01-29 20:39:17'),
(116136,42876,'action created','2021-01-30 01:39:17','2021-01-29 20:39:17'),
(116137,42876,'action started via WP Cron','2021-01-30 01:42:54','2021-01-29 20:42:54'),
(116138,42876,'action complete via WP Cron','2021-01-30 01:42:54','2021-01-29 20:42:54'),
(116139,42877,'action created','2021-01-30 01:42:54','2021-01-29 20:42:54'),
(116140,42877,'action started via WP Cron','2021-01-30 01:43:25','2021-01-29 20:43:25'),
(116141,42877,'action complete via WP Cron','2021-01-30 01:43:25','2021-01-29 20:43:25'),
(116142,42878,'action created','2021-01-30 01:43:25','2021-01-29 20:43:25'),
(116143,42878,'action started via WP Cron','2021-01-30 01:44:32','2021-01-29 20:44:32'),
(116144,42878,'action complete via WP Cron','2021-01-30 01:44:32','2021-01-29 20:44:32'),
(116145,42879,'action created','2021-01-30 01:44:32','2021-01-29 20:44:32'),
(116146,42879,'action started via WP Cron','2021-01-30 01:46:40','2021-01-29 20:46:40'),
(116147,42879,'action complete via WP Cron','2021-01-30 01:46:40','2021-01-29 20:46:40'),
(116148,42880,'action created','2021-01-30 01:46:40','2021-01-29 20:46:40'),
(116149,42880,'action started via WP Cron','2021-01-30 01:47:28','2021-01-29 20:47:28'),
(116150,42880,'action complete via WP Cron','2021-01-30 01:47:28','2021-01-29 20:47:28'),
(116151,42881,'action created','2021-01-30 01:47:28','2021-01-29 20:47:28'),
(116152,42881,'action started via WP Cron','2021-01-30 01:48:28','2021-01-29 20:48:28'),
(116153,42881,'action complete via WP Cron','2021-01-30 01:48:28','2021-01-29 20:48:28'),
(116154,42882,'action created','2021-01-30 01:48:28','2021-01-29 20:48:28'),
(116155,42882,'action started via WP Cron','2021-01-30 01:50:21','2021-01-29 20:50:21'),
(116156,42882,'action complete via WP Cron','2021-01-30 01:50:21','2021-01-29 20:50:21'),
(116157,42883,'action created','2021-01-30 01:50:21','2021-01-29 20:50:21'),
(116158,42883,'action started via WP Cron','2021-01-30 01:51:43','2021-01-29 20:51:43'),
(116159,42883,'action complete via WP Cron','2021-01-30 01:51:43','2021-01-29 20:51:43'),
(116160,42884,'action created','2021-01-30 01:51:44','2021-01-29 20:51:44'),
(116161,42884,'action started via WP Cron','2021-01-30 01:52:59','2021-01-29 20:52:59'),
(116162,42884,'action complete via WP Cron','2021-01-30 01:52:59','2021-01-29 20:52:59'),
(116163,42885,'action created','2021-01-30 01:52:59','2021-01-29 20:52:59'),
(116164,42885,'action started via WP Cron','2021-01-30 01:55:54','2021-01-29 20:55:54'),
(116165,42885,'action complete via WP Cron','2021-01-30 01:55:54','2021-01-29 20:55:54'),
(116166,42886,'action created','2021-01-30 01:55:54','2021-01-29 20:55:54'),
(116167,42886,'action started via WP Cron','2021-01-30 01:56:40','2021-01-29 20:56:40'),
(116168,42886,'action complete via WP Cron','2021-01-30 01:56:41','2021-01-29 20:56:41'),
(116169,42887,'action created','2021-01-30 01:56:41','2021-01-29 20:56:41'),
(116170,42887,'action started via WP Cron','2021-01-30 01:57:42','2021-01-29 20:57:42'),
(116171,42887,'action complete via WP Cron','2021-01-30 01:57:42','2021-01-29 20:57:42'),
(116172,42888,'action created','2021-01-30 01:57:42','2021-01-29 20:57:42'),
(116173,42888,'action started via WP Cron','2021-01-30 01:59:59','2021-01-29 20:59:59'),
(116174,42888,'action complete via WP Cron','2021-01-30 01:59:59','2021-01-29 20:59:59'),
(116175,42889,'action created','2021-01-30 01:59:59','2021-01-29 20:59:59'),
(116176,42889,'action started via WP Cron','2021-01-30 02:00:38','2021-01-29 21:00:38'),
(116177,42889,'action complete via WP Cron','2021-01-30 02:00:38','2021-01-29 21:00:38'),
(116178,42890,'action created','2021-01-30 02:00:38','2021-01-29 21:00:38'),
(116179,42890,'action started via WP Cron','2021-01-30 02:01:30','2021-01-29 21:01:30'),
(116180,42890,'action complete via WP Cron','2021-01-30 02:01:30','2021-01-29 21:01:30'),
(116181,42891,'action created','2021-01-30 02:01:30','2021-01-29 21:01:30'),
(116182,42891,'action started via WP Cron','2021-01-30 02:03:13','2021-01-29 21:03:13'),
(116183,42891,'action complete via WP Cron','2021-01-30 02:03:13','2021-01-29 21:03:13'),
(116184,42892,'action created','2021-01-30 02:03:13','2021-01-29 21:03:13'),
(116185,42892,'action started via WP Cron','2021-01-30 02:04:40','2021-01-29 21:04:40'),
(116186,42892,'action complete via WP Cron','2021-01-30 02:04:40','2021-01-29 21:04:40'),
(116187,42893,'action created','2021-01-30 02:04:40','2021-01-29 21:04:40'),
(116188,42893,'action started via WP Cron','2021-01-30 02:05:16','2021-01-29 21:05:16'),
(116189,42893,'action complete via WP Cron','2021-01-30 02:05:16','2021-01-29 21:05:16'),
(116190,42894,'action created','2021-01-30 02:05:16','2021-01-29 21:05:16'),
(116191,42894,'action started via WP Cron','2021-01-30 02:06:17','2021-01-29 21:06:17'),
(116192,42894,'action complete via WP Cron','2021-01-30 02:06:17','2021-01-29 21:06:17'),
(116193,42895,'action created','2021-01-30 02:06:17','2021-01-29 21:06:17'),
(116194,42895,'action started via WP Cron','2021-01-30 02:07:12','2021-01-29 21:07:12'),
(116195,42895,'action complete via WP Cron','2021-01-30 02:07:12','2021-01-29 21:07:12'),
(116196,42896,'action created','2021-01-30 02:07:12','2021-01-29 21:07:12'),
(116197,42896,'action started via WP Cron','2021-01-30 02:09:17','2021-01-29 21:09:17'),
(116198,42896,'action complete via WP Cron','2021-01-30 02:09:17','2021-01-29 21:09:17'),
(116199,42897,'action created','2021-01-30 02:09:17','2021-01-29 21:09:17'),
(116200,42897,'action started via WP Cron','2021-01-30 02:10:23','2021-01-29 21:10:23'),
(116201,42897,'action complete via WP Cron','2021-01-30 02:10:23','2021-01-29 21:10:23'),
(116202,42898,'action created','2021-01-30 02:10:23','2021-01-29 21:10:23'),
(116203,42898,'action started via WP Cron','2021-01-30 02:11:17','2021-01-29 21:11:17'),
(116204,42898,'action complete via WP Cron','2021-01-30 02:11:17','2021-01-29 21:11:17'),
(116205,42899,'action created','2021-01-30 02:11:17','2021-01-29 21:11:17'),
(116206,42899,'action started via WP Cron','2021-01-30 02:12:20','2021-01-29 21:12:20'),
(116207,42899,'action complete via WP Cron','2021-01-30 02:12:20','2021-01-29 21:12:20'),
(116208,42900,'action created','2021-01-30 02:12:20','2021-01-29 21:12:20'),
(116209,42900,'action started via WP Cron','2021-01-30 02:15:12','2021-01-29 21:15:12'),
(116210,42900,'action complete via WP Cron','2021-01-30 02:15:12','2021-01-29 21:15:12'),
(116211,42901,'action created','2021-01-30 02:15:12','2021-01-29 21:15:12'),
(116212,42901,'action started via WP Cron','2021-01-30 02:17:24','2021-01-29 21:17:24'),
(116213,42901,'action complete via WP Cron','2021-01-30 02:17:24','2021-01-29 21:17:24'),
(116214,42902,'action created','2021-01-30 02:17:24','2021-01-29 21:17:24'),
(116215,42902,'action started via WP Cron','2021-01-30 02:18:21','2021-01-29 21:18:21'),
(116216,42902,'action complete via WP Cron','2021-01-30 02:18:21','2021-01-29 21:18:21'),
(116217,42903,'action created','2021-01-30 02:18:21','2021-01-29 21:18:21'),
(116218,42903,'action started via WP Cron','2021-01-30 02:20:28','2021-01-29 21:20:28'),
(116219,42903,'action complete via WP Cron','2021-01-30 02:20:28','2021-01-29 21:20:28'),
(116220,42904,'action created','2021-01-30 02:20:28','2021-01-29 21:20:28'),
(116221,42904,'action started via WP Cron','2021-01-30 02:22:28','2021-01-29 21:22:28'),
(116222,42904,'action complete via WP Cron','2021-01-30 02:22:28','2021-01-29 21:22:28'),
(116223,42905,'action created','2021-01-30 02:22:28','2021-01-29 21:22:28'),
(116224,42905,'action started via WP Cron','2021-01-30 02:24:46','2021-01-29 21:24:46'),
(116225,42905,'action complete via WP Cron','2021-01-30 02:24:46','2021-01-29 21:24:46'),
(116226,42906,'action created','2021-01-30 02:24:46','2021-01-29 21:24:46'),
(116227,42906,'action started via WP Cron','2021-01-30 02:25:45','2021-01-29 21:25:45'),
(116228,42906,'action complete via WP Cron','2021-01-30 02:25:45','2021-01-29 21:25:45'),
(116229,42907,'action created','2021-01-30 02:25:45','2021-01-29 21:25:45'),
(116230,42907,'action started via WP Cron','2021-01-30 02:27:07','2021-01-29 21:27:07'),
(116231,42907,'action complete via WP Cron','2021-01-30 02:27:07','2021-01-29 21:27:07'),
(116232,42908,'action created','2021-01-30 02:27:07','2021-01-29 21:27:07'),
(116233,42908,'action started via WP Cron','2021-01-30 02:28:22','2021-01-29 21:28:22'),
(116234,42908,'action complete via WP Cron','2021-01-30 02:28:22','2021-01-29 21:28:22'),
(116235,42909,'action created','2021-01-30 02:28:22','2021-01-29 21:28:22'),
(116236,42909,'action started via WP Cron','2021-01-30 02:29:11','2021-01-29 21:29:11'),
(116237,42909,'action complete via WP Cron','2021-01-30 02:29:11','2021-01-29 21:29:11'),
(116238,42910,'action created','2021-01-30 02:29:11','2021-01-29 21:29:11'),
(116239,42910,'action started via WP Cron','2021-01-30 02:30:32','2021-01-29 21:30:32'),
(116240,42910,'action complete via WP Cron','2021-01-30 02:30:32','2021-01-29 21:30:32'),
(116241,42911,'action created','2021-01-30 02:30:33','2021-01-29 21:30:33'),
(116242,42911,'action started via WP Cron','2021-01-30 02:31:25','2021-01-29 21:31:25'),
(116243,42911,'action complete via WP Cron','2021-01-30 02:31:25','2021-01-29 21:31:25'),
(116244,42912,'action created','2021-01-30 02:31:25','2021-01-29 21:31:25'),
(116245,42912,'action started via WP Cron','2021-01-30 02:35:02','2021-01-29 21:35:02'),
(116246,42912,'action complete via WP Cron','2021-01-30 02:35:02','2021-01-29 21:35:02'),
(116247,42913,'action created','2021-01-30 02:37:50','2021-01-29 21:37:50'),
(116248,42913,'action started via WP Cron','2021-01-30 02:39:41','2021-01-29 21:39:41'),
(116249,42913,'action complete via WP Cron','2021-01-30 02:39:41','2021-01-29 21:39:41'),
(116250,42914,'action created','2021-01-30 02:39:41','2021-01-29 21:39:41'),
(116251,42914,'action started via WP Cron','2021-01-30 02:43:31','2021-01-29 21:43:31'),
(116252,42914,'action complete via WP Cron','2021-01-30 02:43:31','2021-01-29 21:43:31'),
(116253,42915,'action created','2021-01-30 02:43:31','2021-01-29 21:43:31'),
(116254,42915,'action started via WP Cron','2021-01-30 02:44:22','2021-01-29 21:44:22'),
(116255,42915,'action complete via WP Cron','2021-01-30 02:44:22','2021-01-29 21:44:22'),
(116256,42916,'action created','2021-01-30 02:44:22','2021-01-29 21:44:22'),
(116257,42916,'action started via WP Cron','2021-01-30 02:46:41','2021-01-29 21:46:41'),
(116258,42916,'action complete via WP Cron','2021-01-30 02:46:41','2021-01-29 21:46:41'),
(116259,42917,'action created','2021-01-30 02:46:41','2021-01-29 21:46:41'),
(116260,42917,'action started via WP Cron','2021-01-30 02:47:11','2021-01-29 21:47:11'),
(116261,42917,'action complete via WP Cron','2021-01-30 02:47:11','2021-01-29 21:47:11'),
(116262,42918,'action created','2021-01-30 02:47:12','2021-01-29 21:47:12'),
(116263,42918,'action started via WP Cron','2021-01-30 02:49:23','2021-01-29 21:49:23'),
(116264,42918,'action complete via WP Cron','2021-01-30 02:49:23','2021-01-29 21:49:23'),
(116265,42919,'action created','2021-01-30 02:49:23','2021-01-29 21:49:23'),
(116266,42919,'action started via WP Cron','2021-01-30 02:50:50','2021-01-29 21:50:50'),
(116267,42919,'action complete via WP Cron','2021-01-30 02:50:50','2021-01-29 21:50:50'),
(116268,42920,'action created','2021-01-30 02:50:50','2021-01-29 21:50:50'),
(116269,42920,'action started via WP Cron','2021-01-30 02:51:30','2021-01-29 21:51:30'),
(116270,42920,'action complete via WP Cron','2021-01-30 02:51:30','2021-01-29 21:51:30'),
(116271,42921,'action created','2021-01-30 02:51:30','2021-01-29 21:51:30'),
(116272,42921,'action started via WP Cron','2021-01-30 02:52:53','2021-01-29 21:52:53'),
(116273,42921,'action complete via WP Cron','2021-01-30 02:52:53','2021-01-29 21:52:53'),
(116274,42922,'action created','2021-01-30 02:52:53','2021-01-29 21:52:53'),
(116275,42922,'action started via WP Cron','2021-01-30 02:53:49','2021-01-29 21:53:49'),
(116276,42922,'action complete via WP Cron','2021-01-30 02:53:49','2021-01-29 21:53:49'),
(116277,42923,'action created','2021-01-30 02:53:49','2021-01-29 21:53:49'),
(116278,42923,'action started via WP Cron','2021-01-30 02:54:58','2021-01-29 21:54:58'),
(116279,42923,'action complete via WP Cron','2021-01-30 02:54:59','2021-01-29 21:54:59'),
(116280,42924,'action created','2021-01-30 02:54:59','2021-01-29 21:54:59'),
(116281,42924,'action started via WP Cron','2021-01-30 02:55:20','2021-01-29 21:55:20'),
(116282,42924,'action complete via WP Cron','2021-01-30 02:55:20','2021-01-29 21:55:20'),
(116283,42925,'action created','2021-01-30 02:55:20','2021-01-29 21:55:20'),
(116284,42925,'action started via WP Cron','2021-01-30 02:56:37','2021-01-29 21:56:37'),
(116285,42925,'action complete via WP Cron','2021-01-30 02:56:37','2021-01-29 21:56:37'),
(116286,42926,'action created','2021-01-30 02:56:37','2021-01-29 21:56:37'),
(116287,42926,'action started via WP Cron','2021-01-30 02:57:15','2021-01-29 21:57:15'),
(116288,42926,'action complete via WP Cron','2021-01-30 02:57:15','2021-01-29 21:57:15'),
(116289,42927,'action created','2021-01-30 02:57:15','2021-01-29 21:57:15'),
(116290,42927,'action started via WP Cron','2021-01-30 02:58:18','2021-01-29 21:58:18'),
(116291,42927,'action complete via WP Cron','2021-01-30 02:58:18','2021-01-29 21:58:18'),
(116292,42928,'action created','2021-01-30 02:58:18','2021-01-29 21:58:18'),
(116293,42928,'action started via WP Cron','2021-01-30 02:59:48','2021-01-29 21:59:48'),
(116294,42928,'action complete via WP Cron','2021-01-30 02:59:48','2021-01-29 21:59:48'),
(116295,42929,'action created','2021-01-30 02:59:48','2021-01-29 21:59:48'),
(116296,42929,'action started via WP Cron','2021-01-30 03:00:56','2021-01-29 22:00:56'),
(116297,42929,'action complete via WP Cron','2021-01-30 03:00:56','2021-01-29 22:00:56'),
(116298,42930,'action created','2021-01-30 03:00:56','2021-01-29 22:00:56'),
(116299,42930,'action started via WP Cron','2021-01-30 03:01:26','2021-01-29 22:01:26'),
(116300,42930,'action complete via WP Cron','2021-01-30 03:01:26','2021-01-29 22:01:26'),
(116301,42931,'action created','2021-01-30 03:01:26','2021-01-29 22:01:26'),
(116302,42931,'action started via WP Cron','2021-01-30 03:02:32','2021-01-29 22:02:32'),
(116303,42931,'action complete via WP Cron','2021-01-30 03:02:32','2021-01-29 22:02:32'),
(116304,42932,'action created','2021-01-30 03:02:32','2021-01-29 22:02:32'),
(116305,42932,'action started via WP Cron','2021-01-30 03:03:57','2021-01-29 22:03:57'),
(116306,42932,'action complete via WP Cron','2021-01-30 03:03:57','2021-01-29 22:03:57'),
(116307,42933,'action created','2021-01-30 03:03:57','2021-01-29 22:03:57'),
(116308,42933,'action started via WP Cron','2021-01-30 03:05:20','2021-01-29 22:05:20'),
(116309,42933,'action complete via WP Cron','2021-01-30 03:05:20','2021-01-29 22:05:20'),
(116310,42934,'action created','2021-01-30 03:05:20','2021-01-29 22:05:20'),
(116311,42934,'action started via WP Cron','2021-01-30 03:06:19','2021-01-29 22:06:19'),
(116312,42934,'action complete via WP Cron','2021-01-30 03:06:19','2021-01-29 22:06:19'),
(116313,42935,'action created','2021-01-30 03:06:19','2021-01-29 22:06:19'),
(116314,42935,'action started via WP Cron','2021-01-30 03:07:50','2021-01-29 22:07:50'),
(116315,42935,'action complete via WP Cron','2021-01-30 03:07:50','2021-01-29 22:07:50'),
(116316,42936,'action created','2021-01-30 03:07:51','2021-01-29 22:07:51'),
(116317,42936,'action started via WP Cron','2021-01-30 03:08:20','2021-01-29 22:08:20'),
(116318,42936,'action complete via WP Cron','2021-01-30 03:08:21','2021-01-29 22:08:21'),
(116319,42937,'action created','2021-01-30 03:08:21','2021-01-29 22:08:21'),
(116320,42937,'action started via WP Cron','2021-01-30 03:09:15','2021-01-29 22:09:15'),
(116321,42937,'action complete via WP Cron','2021-01-30 03:09:15','2021-01-29 22:09:15'),
(116322,42938,'action created','2021-01-30 03:09:15','2021-01-29 22:09:15'),
(116323,42938,'action started via WP Cron','2021-01-30 03:10:15','2021-01-29 22:10:15'),
(116324,42938,'action complete via WP Cron','2021-01-30 03:10:15','2021-01-29 22:10:15'),
(116325,42939,'action created','2021-01-30 03:10:28','2021-01-29 22:10:28'),
(116326,42939,'action started via WP Cron','2021-01-30 03:12:29','2021-01-29 22:12:29'),
(116327,42939,'action complete via WP Cron','2021-01-30 03:12:29','2021-01-29 22:12:29'),
(116328,42940,'action created','2021-01-30 03:12:29','2021-01-29 22:12:29'),
(116329,42940,'action started via WP Cron','2021-01-30 03:14:33','2021-01-29 22:14:33'),
(116330,42940,'action complete via WP Cron','2021-01-30 03:14:33','2021-01-29 22:14:33'),
(116331,42941,'action created','2021-01-30 03:14:33','2021-01-29 22:14:33'),
(116332,42941,'action started via WP Cron','2021-01-30 03:15:26','2021-01-29 22:15:26'),
(116333,42941,'action complete via WP Cron','2021-01-30 03:15:26','2021-01-29 22:15:26'),
(116334,42942,'action created','2021-01-30 03:15:26','2021-01-29 22:15:26'),
(116335,42942,'action started via WP Cron','2021-01-30 03:16:44','2021-01-29 22:16:44'),
(116336,42942,'action complete via WP Cron','2021-01-30 03:16:44','2021-01-29 22:16:44'),
(116337,42943,'action created','2021-01-30 03:16:44','2021-01-29 22:16:44'),
(116338,42943,'action started via WP Cron','2021-01-30 03:17:59','2021-01-29 22:17:59'),
(116339,42943,'action complete via WP Cron','2021-01-30 03:17:59','2021-01-29 22:17:59'),
(116340,42944,'action created','2021-01-30 03:17:59','2021-01-29 22:17:59'),
(116341,42944,'action started via WP Cron','2021-01-30 03:18:23','2021-01-29 22:18:23'),
(116342,42944,'action complete via WP Cron','2021-01-30 03:18:23','2021-01-29 22:18:23'),
(116343,42945,'action created','2021-01-30 03:18:23','2021-01-29 22:18:23'),
(116344,42945,'action started via WP Cron','2021-01-30 03:19:55','2021-01-29 22:19:55'),
(116345,42945,'action complete via WP Cron','2021-01-30 03:19:55','2021-01-29 22:19:55'),
(116346,42946,'action created','2021-01-30 03:19:55','2021-01-29 22:19:55'),
(116347,42946,'action started via WP Cron','2021-01-30 03:21:02','2021-01-29 22:21:02'),
(116348,42946,'action complete via WP Cron','2021-01-30 03:21:02','2021-01-29 22:21:02'),
(116349,42947,'action created','2021-01-30 03:21:02','2021-01-29 22:21:02'),
(116350,42947,'action started via WP Cron','2021-01-30 03:21:30','2021-01-29 22:21:30'),
(116351,42947,'action complete via WP Cron','2021-01-30 03:21:30','2021-01-29 22:21:30'),
(116352,42948,'action created','2021-01-30 03:21:30','2021-01-29 22:21:30'),
(116353,42948,'action started via WP Cron','2021-01-30 03:22:18','2021-01-29 22:22:18'),
(116354,42948,'action complete via WP Cron','2021-01-30 03:22:18','2021-01-29 22:22:18'),
(116355,42949,'action created','2021-01-30 03:22:18','2021-01-29 22:22:18'),
(116356,42949,'action started via WP Cron','2021-01-30 03:26:20','2021-01-29 22:26:20'),
(116357,42949,'action complete via WP Cron','2021-01-30 03:26:20','2021-01-29 22:26:20'),
(116358,42950,'action created','2021-01-30 03:26:20','2021-01-29 22:26:20'),
(116359,42950,'action started via WP Cron','2021-01-30 03:28:57','2021-01-29 22:28:57'),
(116360,42950,'action complete via WP Cron','2021-01-30 03:28:57','2021-01-29 22:28:57'),
(116361,42951,'action created','2021-01-30 03:28:57','2021-01-29 22:28:57'),
(116362,42951,'action started via WP Cron','2021-01-30 03:31:26','2021-01-29 22:31:26'),
(116363,42951,'action complete via WP Cron','2021-01-30 03:31:27','2021-01-29 22:31:27'),
(116364,42952,'action created','2021-01-30 03:31:27','2021-01-29 22:31:27'),
(116365,42952,'action started via WP Cron','2021-01-30 03:33:15','2021-01-29 22:33:15'),
(116366,42952,'action complete via WP Cron','2021-01-30 03:33:15','2021-01-29 22:33:15'),
(116367,42953,'action created','2021-01-30 03:33:15','2021-01-29 22:33:15'),
(116368,42953,'action started via WP Cron','2021-01-30 03:34:29','2021-01-29 22:34:29'),
(116369,42953,'action complete via WP Cron','2021-01-30 03:34:29','2021-01-29 22:34:29'),
(116370,42954,'action created','2021-01-30 03:34:29','2021-01-29 22:34:29'),
(116371,42954,'action started via WP Cron','2021-01-30 03:35:32','2021-01-29 22:35:32'),
(116372,42954,'action complete via WP Cron','2021-01-30 03:35:32','2021-01-29 22:35:32'),
(116373,42955,'action created','2021-01-30 03:35:32','2021-01-29 22:35:32'),
(116374,42955,'action started via WP Cron','2021-01-30 03:37:52','2021-01-29 22:37:52'),
(116375,42955,'action complete via WP Cron','2021-01-30 03:37:52','2021-01-29 22:37:52'),
(116376,42956,'action created','2021-01-30 03:37:52','2021-01-29 22:37:52'),
(116377,42956,'action started via WP Cron','2021-01-30 03:38:42','2021-01-29 22:38:42'),
(116378,42956,'action complete via WP Cron','2021-01-30 03:38:42','2021-01-29 22:38:42'),
(116379,42957,'action created','2021-01-30 03:38:42','2021-01-29 22:38:42'),
(116380,42957,'action started via WP Cron','2021-01-30 03:39:59','2021-01-29 22:39:59'),
(116381,42957,'action complete via WP Cron','2021-01-30 03:39:59','2021-01-29 22:39:59'),
(116382,42958,'action created','2021-01-30 03:39:59','2021-01-29 22:39:59'),
(116383,42958,'action started via WP Cron','2021-01-30 03:40:46','2021-01-29 22:40:46'),
(116384,42958,'action complete via WP Cron','2021-01-30 03:40:46','2021-01-29 22:40:46'),
(116385,42959,'action created','2021-01-30 03:40:46','2021-01-29 22:40:46'),
(116386,42959,'action started via WP Cron','2021-01-30 03:43:57','2021-01-29 22:43:57'),
(116387,42959,'action complete via WP Cron','2021-01-30 03:43:57','2021-01-29 22:43:57'),
(116388,42961,'action created','2021-01-30 03:43:57','2021-01-29 22:43:57'),
(116389,42960,'action created','2021-01-30 03:43:57','2021-01-29 22:43:57'),
(116390,42960,'action started via WP Cron','2021-01-30 03:45:19','2021-01-29 22:45:19'),
(116391,42960,'action complete via WP Cron','2021-01-30 03:45:19','2021-01-29 22:45:19'),
(116392,42961,'action started via WP Cron','2021-01-30 03:45:19','2021-01-29 22:45:19'),
(116393,42961,'action complete via WP Cron','2021-01-30 03:45:19','2021-01-29 22:45:19'),
(116394,42962,'action created','2021-01-30 03:45:19','2021-01-29 22:45:19'),
(116395,42962,'action started via WP Cron','2021-01-30 03:46:22','2021-01-29 22:46:22'),
(116396,42962,'action complete via WP Cron','2021-01-30 03:46:22','2021-01-29 22:46:22'),
(116397,42963,'action created','2021-01-30 03:46:22','2021-01-29 22:46:22'),
(116398,42963,'action started via WP Cron','2021-01-30 03:47:49','2021-01-29 22:47:49'),
(116399,42963,'action complete via WP Cron','2021-01-30 03:47:49','2021-01-29 22:47:49'),
(116400,42964,'action created','2021-01-30 03:47:50','2021-01-29 22:47:50'),
(116401,42964,'action started via WP Cron','2021-01-30 03:50:51','2021-01-29 22:50:51'),
(116402,42964,'action complete via WP Cron','2021-01-30 03:50:51','2021-01-29 22:50:51'),
(116403,42965,'action created','2021-01-30 03:50:51','2021-01-29 22:50:51'),
(116404,42965,'action started via WP Cron','2021-01-30 03:51:52','2021-01-29 22:51:52'),
(116405,42965,'action complete via WP Cron','2021-01-30 03:51:52','2021-01-29 22:51:52'),
(116406,42966,'action created','2021-01-30 03:51:52','2021-01-29 22:51:52'),
(116407,42966,'action started via WP Cron','2021-01-30 03:53:34','2021-01-29 22:53:34'),
(116408,42966,'action complete via WP Cron','2021-01-30 03:53:34','2021-01-29 22:53:34'),
(116409,42967,'action created','2021-01-30 03:53:34','2021-01-29 22:53:34'),
(116410,42967,'action started via WP Cron','2021-01-30 03:54:24','2021-01-29 22:54:24'),
(116411,42967,'action complete via WP Cron','2021-01-30 03:54:24','2021-01-29 22:54:24'),
(116412,42968,'action created','2021-01-30 03:54:24','2021-01-29 22:54:24'),
(116413,42968,'action started via WP Cron','2021-01-30 03:56:21','2021-01-29 22:56:21'),
(116414,42968,'action complete via WP Cron','2021-01-30 03:56:21','2021-01-29 22:56:21'),
(116415,42969,'action created','2021-01-30 03:56:21','2021-01-29 22:56:21'),
(116416,42969,'action started via WP Cron','2021-01-30 03:57:51','2021-01-29 22:57:51'),
(116417,42969,'action complete via WP Cron','2021-01-30 03:57:51','2021-01-29 22:57:51'),
(116418,42970,'action created','2021-01-30 03:57:51','2021-01-29 22:57:51'),
(116419,42970,'action started via WP Cron','2021-01-30 03:58:33','2021-01-29 22:58:33'),
(116420,42970,'action complete via WP Cron','2021-01-30 03:58:33','2021-01-29 22:58:33'),
(116421,42971,'action created','2021-01-30 03:58:33','2021-01-29 22:58:33'),
(116422,42971,'action started via WP Cron','2021-01-30 03:59:50','2021-01-29 22:59:50'),
(116423,42971,'action complete via WP Cron','2021-01-30 03:59:50','2021-01-29 22:59:50'),
(116424,42972,'action created','2021-01-30 03:59:50','2021-01-29 22:59:50'),
(116425,42972,'action started via WP Cron','2021-01-30 04:00:44','2021-01-29 23:00:44'),
(116426,42972,'action complete via WP Cron','2021-01-30 04:00:44','2021-01-29 23:00:44'),
(116427,42973,'action created','2021-01-30 04:00:44','2021-01-29 23:00:44'),
(116428,42973,'action started via WP Cron','2021-01-30 04:01:41','2021-01-29 23:01:41'),
(116429,42973,'action complete via WP Cron','2021-01-30 04:01:41','2021-01-29 23:01:41'),
(116430,42974,'action created','2021-01-30 04:01:41','2021-01-29 23:01:41'),
(116431,42974,'action started via WP Cron','2021-01-30 04:02:26','2021-01-29 23:02:26'),
(116432,42974,'action complete via WP Cron','2021-01-30 04:02:26','2021-01-29 23:02:26'),
(116433,42975,'action created','2021-01-30 04:02:26','2021-01-29 23:02:26'),
(116434,42975,'action started via WP Cron','2021-01-30 04:07:01','2021-01-29 23:07:01'),
(116435,42975,'action complete via WP Cron','2021-01-30 04:07:01','2021-01-29 23:07:01'),
(116436,42976,'action created','2021-01-30 04:07:01','2021-01-29 23:07:01'),
(116437,42976,'action started via WP Cron','2021-01-30 04:07:30','2021-01-29 23:07:30'),
(116438,42976,'action complete via WP Cron','2021-01-30 04:07:30','2021-01-29 23:07:30'),
(116439,42977,'action created','2021-01-30 04:07:30','2021-01-29 23:07:30'),
(116440,42977,'action started via WP Cron','2021-01-30 04:08:34','2021-01-29 23:08:34'),
(116441,42977,'action complete via WP Cron','2021-01-30 04:08:34','2021-01-29 23:08:34'),
(116442,42978,'action created','2021-01-30 04:08:34','2021-01-29 23:08:34'),
(116443,42978,'action started via WP Cron','2021-01-30 04:09:51','2021-01-29 23:09:51'),
(116444,42978,'action complete via WP Cron','2021-01-30 04:09:51','2021-01-29 23:09:51'),
(116445,42979,'action created','2021-01-30 04:09:51','2021-01-29 23:09:51'),
(116446,42979,'action started via WP Cron','2021-01-30 04:11:09','2021-01-29 23:11:09'),
(116447,42979,'action complete via WP Cron','2021-01-30 04:11:09','2021-01-29 23:11:09'),
(116448,42980,'action created','2021-01-30 04:11:09','2021-01-29 23:11:09'),
(116449,42980,'action started via WP Cron','2021-01-30 04:12:21','2021-01-29 23:12:21'),
(116450,42980,'action complete via WP Cron','2021-01-30 04:12:21','2021-01-29 23:12:21'),
(116451,42981,'action created','2021-01-30 04:12:21','2021-01-29 23:12:21'),
(116452,42981,'action started via WP Cron','2021-01-30 04:15:02','2021-01-29 23:15:02'),
(116453,42981,'action complete via WP Cron','2021-01-30 04:15:02','2021-01-29 23:15:02'),
(116454,42982,'action created','2021-01-30 04:15:04','2021-01-29 23:15:04'),
(116455,42982,'action started via WP Cron','2021-01-30 04:15:28','2021-01-29 23:15:28'),
(116456,42982,'action complete via WP Cron','2021-01-30 04:15:28','2021-01-29 23:15:28'),
(116457,42983,'action created','2021-01-30 04:15:28','2021-01-29 23:15:28'),
(116458,42983,'action started via WP Cron','2021-01-30 04:17:54','2021-01-29 23:17:54'),
(116459,42983,'action complete via WP Cron','2021-01-30 04:17:54','2021-01-29 23:17:54'),
(116460,42984,'action created','2021-01-30 04:17:54','2021-01-29 23:17:54'),
(116461,42984,'action started via WP Cron','2021-01-30 04:18:34','2021-01-29 23:18:34'),
(116462,42984,'action complete via WP Cron','2021-01-30 04:18:34','2021-01-29 23:18:34'),
(116463,42985,'action created','2021-01-30 04:18:34','2021-01-29 23:18:34'),
(116464,42985,'action started via WP Cron','2021-01-30 04:19:38','2021-01-29 23:19:38'),
(116465,42985,'action complete via WP Cron','2021-01-30 04:19:38','2021-01-29 23:19:38'),
(116466,42986,'action created','2021-01-30 04:19:38','2021-01-29 23:19:38'),
(116467,42986,'action started via WP Cron','2021-01-30 04:20:28','2021-01-29 23:20:28'),
(116468,42986,'action complete via WP Cron','2021-01-30 04:20:28','2021-01-29 23:20:28'),
(116469,42987,'action created','2021-01-30 04:20:28','2021-01-29 23:20:28'),
(116470,42987,'action started via WP Cron','2021-01-30 04:22:12','2021-01-29 23:22:12'),
(116471,42987,'action complete via WP Cron','2021-01-30 04:22:12','2021-01-29 23:22:12'),
(116472,42988,'action created','2021-01-30 04:22:12','2021-01-29 23:22:12'),
(116473,42988,'action started via WP Cron','2021-01-30 04:23:36','2021-01-29 23:23:36'),
(116474,42988,'action complete via WP Cron','2021-01-30 04:23:36','2021-01-29 23:23:36'),
(116475,42989,'action created','2021-01-30 04:23:36','2021-01-29 23:23:36'),
(116476,42989,'action started via WP Cron','2021-01-30 04:26:34','2021-01-29 23:26:34'),
(116477,42989,'action complete via WP Cron','2021-01-30 04:26:34','2021-01-29 23:26:34'),
(116478,42990,'action created','2021-01-30 04:26:34','2021-01-29 23:26:34'),
(116479,42990,'action started via WP Cron','2021-01-30 04:28:27','2021-01-29 23:28:27'),
(116480,42990,'action complete via WP Cron','2021-01-30 04:28:27','2021-01-29 23:28:27'),
(116481,42991,'action created','2021-01-30 04:28:27','2021-01-29 23:28:27'),
(116482,42991,'action started via WP Cron','2021-01-30 04:29:31','2021-01-29 23:29:31'),
(116483,42991,'action complete via WP Cron','2021-01-30 04:29:31','2021-01-29 23:29:31'),
(116484,42992,'action created','2021-01-30 04:29:31','2021-01-29 23:29:31'),
(116485,42992,'action started via WP Cron','2021-01-30 04:30:41','2021-01-29 23:30:41'),
(116486,42992,'action complete via WP Cron','2021-01-30 04:30:41','2021-01-29 23:30:41'),
(116487,42993,'action created','2021-01-30 04:30:41','2021-01-29 23:30:41'),
(116488,42993,'action started via WP Cron','2021-01-30 04:31:17','2021-01-29 23:31:17'),
(116489,42993,'action complete via WP Cron','2021-01-30 04:31:17','2021-01-29 23:31:17'),
(116490,42994,'action created','2021-01-30 04:31:17','2021-01-29 23:31:17'),
(116491,42994,'action started via WP Cron','2021-01-30 04:33:16','2021-01-29 23:33:16'),
(116492,42994,'action complete via WP Cron','2021-01-30 04:33:16','2021-01-29 23:33:16'),
(116493,42995,'action created','2021-01-30 04:33:16','2021-01-29 23:33:16'),
(116494,42995,'action started via WP Cron','2021-01-30 04:34:20','2021-01-29 23:34:20'),
(116495,42995,'action complete via WP Cron','2021-01-30 04:34:20','2021-01-29 23:34:20'),
(116496,42996,'action created','2021-01-30 04:34:20','2021-01-29 23:34:20'),
(116497,42996,'action started via WP Cron','2021-01-30 04:35:43','2021-01-29 23:35:43'),
(116498,42996,'action complete via WP Cron','2021-01-30 04:35:43','2021-01-29 23:35:43'),
(116499,42997,'action created','2021-01-30 04:35:43','2021-01-29 23:35:43'),
(116500,42997,'action started via WP Cron','2021-01-30 04:36:28','2021-01-29 23:36:28'),
(116501,42997,'action complete via WP Cron','2021-01-30 04:36:28','2021-01-29 23:36:28'),
(116502,42998,'action created','2021-01-30 04:36:28','2021-01-29 23:36:28'),
(116503,42998,'action started via WP Cron','2021-01-30 04:38:10','2021-01-29 23:38:10'),
(116504,42998,'action complete via WP Cron','2021-01-30 04:38:10','2021-01-29 23:38:10'),
(116505,42999,'action created','2021-01-30 04:38:10','2021-01-29 23:38:10'),
(116506,42999,'action started via WP Cron','2021-01-30 04:40:54','2021-01-29 23:40:54'),
(116507,42999,'action complete via WP Cron','2021-01-30 04:40:54','2021-01-29 23:40:54'),
(116508,43000,'action created','2021-01-30 04:40:54','2021-01-29 23:40:54'),
(116509,43000,'action started via WP Cron','2021-01-30 04:41:28','2021-01-29 23:41:28'),
(116510,43000,'action complete via WP Cron','2021-01-30 04:41:28','2021-01-29 23:41:28'),
(116511,43001,'action created','2021-01-30 04:41:28','2021-01-29 23:41:28'),
(116512,43001,'action started via WP Cron','2021-01-30 04:42:47','2021-01-29 23:42:47'),
(116513,43001,'action complete via WP Cron','2021-01-30 04:42:47','2021-01-29 23:42:47'),
(116514,43002,'action created','2021-01-30 04:42:47','2021-01-29 23:42:47'),
(116515,43002,'action started via WP Cron','2021-01-30 04:43:20','2021-01-29 23:43:20'),
(116516,43002,'action complete via WP Cron','2021-01-30 04:43:20','2021-01-29 23:43:20'),
(116517,43003,'action created','2021-01-30 04:43:20','2021-01-29 23:43:20'),
(116518,43003,'action started via WP Cron','2021-01-30 04:44:20','2021-01-29 23:44:20'),
(116519,43003,'action complete via WP Cron','2021-01-30 04:44:20','2021-01-29 23:44:20'),
(116520,43004,'action created','2021-01-30 04:44:20','2021-01-29 23:44:20'),
(116521,43004,'action started via WP Cron','2021-01-30 04:45:12','2021-01-29 23:45:12'),
(116522,43004,'action complete via WP Cron','2021-01-30 04:45:12','2021-01-29 23:45:12'),
(116523,43005,'action created','2021-01-30 04:45:12','2021-01-29 23:45:12'),
(116524,43005,'action started via WP Cron','2021-01-30 04:47:24','2021-01-29 23:47:24'),
(116525,43005,'action complete via WP Cron','2021-01-30 04:47:24','2021-01-29 23:47:24'),
(116526,43006,'action created','2021-01-30 04:47:24','2021-01-29 23:47:24'),
(116527,43006,'action started via WP Cron','2021-01-30 04:48:24','2021-01-29 23:48:24'),
(116528,43006,'action complete via WP Cron','2021-01-30 04:48:24','2021-01-29 23:48:24'),
(116529,43007,'action created','2021-01-30 04:48:24','2021-01-29 23:48:24'),
(116530,43007,'action started via WP Cron','2021-01-30 04:49:22','2021-01-29 23:49:22'),
(116531,43007,'action complete via WP Cron','2021-01-30 04:49:22','2021-01-29 23:49:22'),
(116532,43008,'action created','2021-01-30 04:49:23','2021-01-29 23:49:23'),
(116533,43008,'action started via WP Cron','2021-01-30 04:50:24','2021-01-29 23:50:24'),
(116534,43008,'action complete via WP Cron','2021-01-30 04:50:24','2021-01-29 23:50:24'),
(116535,43009,'action created','2021-01-30 04:50:24','2021-01-29 23:50:24'),
(116536,43009,'action started via WP Cron','2021-01-30 04:51:39','2021-01-29 23:51:39'),
(116537,43009,'action complete via WP Cron','2021-01-30 04:51:39','2021-01-29 23:51:39'),
(116538,43010,'action created','2021-01-30 04:51:39','2021-01-29 23:51:39'),
(116539,43010,'action started via WP Cron','2021-01-30 04:52:17','2021-01-29 23:52:17'),
(116540,43010,'action complete via WP Cron','2021-01-30 04:52:17','2021-01-29 23:52:17'),
(116541,43011,'action created','2021-01-30 04:52:17','2021-01-29 23:52:17'),
(116542,43011,'action started via WP Cron','2021-01-30 04:54:26','2021-01-29 23:54:26'),
(116543,43011,'action complete via WP Cron','2021-01-30 04:54:26','2021-01-29 23:54:26'),
(116544,43012,'action created','2021-01-30 04:54:26','2021-01-29 23:54:26'),
(116545,43012,'action started via WP Cron','2021-01-30 04:56:02','2021-01-29 23:56:02'),
(116546,43012,'action complete via WP Cron','2021-01-30 04:56:02','2021-01-29 23:56:02'),
(116547,43013,'action created','2021-01-30 04:56:02','2021-01-29 23:56:02'),
(116548,43013,'action started via WP Cron','2021-01-30 04:57:14','2021-01-29 23:57:14'),
(116549,43013,'action complete via WP Cron','2021-01-30 04:57:14','2021-01-29 23:57:14'),
(116550,43014,'action created','2021-01-30 04:57:14','2021-01-29 23:57:14'),
(116551,43014,'action started via WP Cron','2021-01-30 04:58:55','2021-01-29 23:58:55'),
(116552,43014,'action complete via WP Cron','2021-01-30 04:58:55','2021-01-29 23:58:55'),
(116553,43015,'action created','2021-01-30 04:58:55','2021-01-29 23:58:55'),
(116554,43015,'action started via WP Cron','2021-01-30 04:59:41','2021-01-29 23:59:41'),
(116555,43015,'action complete via WP Cron','2021-01-30 04:59:41','2021-01-29 23:59:41'),
(116556,43016,'action created','2021-01-30 04:59:41','2021-01-29 23:59:41'),
(116557,43016,'action started via WP Cron','2021-01-30 05:01:15','2021-01-30 00:01:15'),
(116558,43016,'action complete via WP Cron','2021-01-30 05:01:15','2021-01-30 00:01:15'),
(116559,43017,'action created','2021-01-30 05:01:15','2021-01-30 00:01:15'),
(116560,43017,'action started via WP Cron','2021-01-30 05:06:28','2021-01-30 00:06:28'),
(116561,43017,'action complete via WP Cron','2021-01-30 05:06:28','2021-01-30 00:06:28'),
(116562,43018,'action created','2021-01-30 05:06:28','2021-01-30 00:06:28'),
(116563,43018,'action started via WP Cron','2021-01-30 05:08:16','2021-01-30 00:08:16'),
(116564,43018,'action complete via WP Cron','2021-01-30 05:08:16','2021-01-30 00:08:16'),
(116565,43019,'action created','2021-01-30 05:08:16','2021-01-30 00:08:16'),
(116566,43019,'action started via WP Cron','2021-01-30 05:09:18','2021-01-30 00:09:18'),
(116567,43019,'action complete via WP Cron','2021-01-30 05:09:18','2021-01-30 00:09:18'),
(116568,43020,'action created','2021-01-30 05:09:18','2021-01-30 00:09:18'),
(116569,43020,'action started via WP Cron','2021-01-30 05:12:11','2021-01-30 00:12:11'),
(116570,43020,'action complete via WP Cron','2021-01-30 05:12:11','2021-01-30 00:12:11'),
(116571,43021,'action created','2021-01-30 05:12:11','2021-01-30 00:12:11'),
(116572,43021,'action started via WP Cron','2021-01-30 05:13:30','2021-01-30 00:13:30'),
(116573,43021,'action complete via WP Cron','2021-01-30 05:13:30','2021-01-30 00:13:30'),
(116574,43022,'action created','2021-01-30 05:13:30','2021-01-30 00:13:30'),
(116575,43022,'action started via WP Cron','2021-01-30 05:14:20','2021-01-30 00:14:20'),
(116576,43022,'action complete via WP Cron','2021-01-30 05:14:20','2021-01-30 00:14:20'),
(116577,43023,'action created','2021-01-30 05:14:20','2021-01-30 00:14:20'),
(116578,43023,'action started via WP Cron','2021-01-30 05:15:39','2021-01-30 00:15:39'),
(116579,43023,'action complete via WP Cron','2021-01-30 05:15:39','2021-01-30 00:15:39'),
(116580,43024,'action created','2021-01-30 05:15:39','2021-01-30 00:15:39'),
(116581,43024,'action started via WP Cron','2021-01-30 05:17:16','2021-01-30 00:17:16'),
(116582,43024,'action complete via WP Cron','2021-01-30 05:17:16','2021-01-30 00:17:16'),
(116583,43025,'action created','2021-01-30 05:17:16','2021-01-30 00:17:16'),
(116584,43025,'action started via WP Cron','2021-01-30 05:18:37','2021-01-30 00:18:37'),
(116585,43025,'action complete via WP Cron','2021-01-30 05:18:37','2021-01-30 00:18:37'),
(116586,43026,'action created','2021-01-30 05:18:37','2021-01-30 00:18:37'),
(116587,43026,'action started via WP Cron','2021-01-30 05:19:43','2021-01-30 00:19:43'),
(116588,43026,'action complete via WP Cron','2021-01-30 05:19:43','2021-01-30 00:19:43'),
(116589,43027,'action created','2021-01-30 05:19:43','2021-01-30 00:19:43'),
(116590,43027,'action started via WP Cron','2021-01-30 05:20:42','2021-01-30 00:20:42'),
(116591,43027,'action complete via WP Cron','2021-01-30 05:20:42','2021-01-30 00:20:42'),
(116592,43028,'action created','2021-01-30 05:20:42','2021-01-30 00:20:42'),
(116593,43028,'action started via WP Cron','2021-01-30 05:22:20','2021-01-30 00:22:20'),
(116594,43028,'action complete via WP Cron','2021-01-30 05:22:20','2021-01-30 00:22:20'),
(116595,43029,'action created','2021-01-30 05:22:20','2021-01-30 00:22:20'),
(116596,43029,'action started via WP Cron','2021-01-30 05:23:21','2021-01-30 00:23:21'),
(116597,43029,'action complete via WP Cron','2021-01-30 05:23:21','2021-01-30 00:23:21'),
(116598,43030,'action created','2021-01-30 05:23:21','2021-01-30 00:23:21'),
(116599,43030,'action started via WP Cron','2021-01-30 05:24:52','2021-01-30 00:24:52'),
(116600,43030,'action complete via WP Cron','2021-01-30 05:24:52','2021-01-30 00:24:52'),
(116601,43031,'action created','2021-01-30 05:24:52','2021-01-30 00:24:52'),
(116602,43031,'action started via WP Cron','2021-01-30 05:26:14','2021-01-30 00:26:14'),
(116603,43031,'action complete via WP Cron','2021-01-30 05:26:14','2021-01-30 00:26:14'),
(116604,43032,'action created','2021-01-30 05:26:14','2021-01-30 00:26:14'),
(116605,43032,'action started via WP Cron','2021-01-30 05:28:14','2021-01-30 00:28:14'),
(116606,43032,'action complete via WP Cron','2021-01-30 05:28:14','2021-01-30 00:28:14'),
(116607,43033,'action created','2021-01-30 05:28:14','2021-01-30 00:28:14'),
(116608,43033,'action started via WP Cron','2021-01-30 05:29:25','2021-01-30 00:29:25'),
(116609,43033,'action complete via WP Cron','2021-01-30 05:29:25','2021-01-30 00:29:25'),
(116610,43034,'action created','2021-01-30 05:29:25','2021-01-30 00:29:25'),
(116611,43034,'action started via WP Cron','2021-01-30 05:30:39','2021-01-30 00:30:39'),
(116612,43034,'action complete via WP Cron','2021-01-30 05:30:39','2021-01-30 00:30:39'),
(116613,43035,'action created','2021-01-30 05:30:39','2021-01-30 00:30:39'),
(116614,43035,'action started via WP Cron','2021-01-30 05:35:22','2021-01-30 00:35:22'),
(116615,43035,'action complete via WP Cron','2021-01-30 05:35:22','2021-01-30 00:35:22'),
(116616,43036,'action created','2021-01-30 05:35:22','2021-01-30 00:35:22'),
(116617,43036,'action started via WP Cron','2021-01-30 05:37:01','2021-01-30 00:37:01'),
(116618,43036,'action complete via WP Cron','2021-01-30 05:37:01','2021-01-30 00:37:01'),
(116619,43037,'action created','2021-01-30 05:37:01','2021-01-30 00:37:01'),
(116620,43037,'action started via WP Cron','2021-01-30 05:38:54','2021-01-30 00:38:54'),
(116621,43037,'action complete via WP Cron','2021-01-30 05:38:55','2021-01-30 00:38:55'),
(116622,43038,'action created','2021-01-30 05:38:55','2021-01-30 00:38:55'),
(116623,43038,'action started via WP Cron','2021-01-30 05:40:04','2021-01-30 00:40:04'),
(116624,43038,'action complete via WP Cron','2021-01-30 05:40:04','2021-01-30 00:40:04'),
(116625,43039,'action created','2021-01-30 05:40:04','2021-01-30 00:40:04'),
(116626,43039,'action started via WP Cron','2021-01-30 05:44:48','2021-01-30 00:44:48'),
(116627,43039,'action complete via WP Cron','2021-01-30 05:44:48','2021-01-30 00:44:48'),
(116628,43040,'action created','2021-01-30 05:44:48','2021-01-30 00:44:48'),
(116629,43040,'action started via WP Cron','2021-01-30 05:45:20','2021-01-30 00:45:20'),
(116630,43040,'action complete via WP Cron','2021-01-30 05:45:20','2021-01-30 00:45:20'),
(116631,43041,'action created','2021-01-30 05:45:20','2021-01-30 00:45:20'),
(116632,43041,'action started via WP Cron','2021-01-30 05:46:16','2021-01-30 00:46:16'),
(116633,43041,'action complete via WP Cron','2021-01-30 05:46:16','2021-01-30 00:46:16'),
(116634,43042,'action created','2021-01-30 05:46:17','2021-01-30 00:46:17'),
(116635,43042,'action started via WP Cron','2021-01-30 05:47:17','2021-01-30 00:47:17'),
(116636,43042,'action complete via WP Cron','2021-01-30 05:47:17','2021-01-30 00:47:17'),
(116637,43043,'action created','2021-01-30 05:47:17','2021-01-30 00:47:17'),
(116638,43043,'action started via WP Cron','2021-01-30 05:48:27','2021-01-30 00:48:27'),
(116639,43043,'action complete via WP Cron','2021-01-30 05:48:27','2021-01-30 00:48:27'),
(116640,43044,'action created','2021-01-30 05:48:27','2021-01-30 00:48:27'),
(116641,43044,'action started via WP Cron','2021-01-30 05:49:57','2021-01-30 00:49:57'),
(116642,43044,'action complete via WP Cron','2021-01-30 05:49:57','2021-01-30 00:49:57'),
(116643,43045,'action created','2021-01-30 05:49:57','2021-01-30 00:49:57'),
(116644,43045,'action started via WP Cron','2021-01-30 05:50:49','2021-01-30 00:50:49'),
(116645,43045,'action complete via WP Cron','2021-01-30 05:50:49','2021-01-30 00:50:49'),
(116646,43046,'action created','2021-01-30 05:50:50','2021-01-30 00:50:50'),
(116647,43046,'action started via WP Cron','2021-01-30 05:51:22','2021-01-30 00:51:22'),
(116648,43046,'action complete via WP Cron','2021-01-30 05:51:22','2021-01-30 00:51:22'),
(116649,43047,'action created','2021-01-30 05:51:22','2021-01-30 00:51:22'),
(116650,43047,'action started via WP Cron','2021-01-30 05:52:43','2021-01-30 00:52:43'),
(116651,43047,'action complete via WP Cron','2021-01-30 05:52:43','2021-01-30 00:52:43'),
(116652,43048,'action created','2021-01-30 05:52:43','2021-01-30 00:52:43'),
(116653,43048,'action started via WP Cron','2021-01-30 05:54:20','2021-01-30 00:54:20'),
(116654,43048,'action complete via WP Cron','2021-01-30 05:54:20','2021-01-30 00:54:20'),
(116655,43049,'action created','2021-01-30 05:54:20','2021-01-30 00:54:20'),
(116656,43049,'action started via WP Cron','2021-01-30 05:56:38','2021-01-30 00:56:38'),
(116657,43049,'action complete via WP Cron','2021-01-30 05:56:38','2021-01-30 00:56:38'),
(116658,43050,'action created','2021-01-30 05:56:38','2021-01-30 00:56:38'),
(116659,43050,'action started via WP Cron','2021-01-30 05:58:11','2021-01-30 00:58:11'),
(116660,43050,'action complete via WP Cron','2021-01-30 05:58:11','2021-01-30 00:58:11'),
(116661,43051,'action created','2021-01-30 05:58:11','2021-01-30 00:58:11'),
(116662,43051,'action started via WP Cron','2021-01-30 05:59:12','2021-01-30 00:59:12'),
(116663,43051,'action complete via WP Cron','2021-01-30 05:59:12','2021-01-30 00:59:12'),
(116664,43052,'action created','2021-01-30 05:59:12','2021-01-30 00:59:12'),
(116665,43052,'action started via WP Cron','2021-01-30 06:00:12','2021-01-30 01:00:12'),
(116666,43052,'action complete via WP Cron','2021-01-30 06:00:12','2021-01-30 01:00:12'),
(116667,43053,'action created','2021-01-30 06:00:12','2021-01-30 01:00:12'),
(116668,43053,'action started via WP Cron','2021-01-30 06:01:21','2021-01-30 01:01:21'),
(116669,43053,'action complete via WP Cron','2021-01-30 06:01:21','2021-01-30 01:01:21'),
(116670,43054,'action created','2021-01-30 06:01:21','2021-01-30 01:01:21'),
(116671,43054,'action started via WP Cron','2021-01-30 06:02:30','2021-01-30 01:02:30'),
(116672,43054,'action complete via WP Cron','2021-01-30 06:02:30','2021-01-30 01:02:30'),
(116673,43055,'action created','2021-01-30 06:02:30','2021-01-30 01:02:30'),
(116674,43055,'action started via WP Cron','2021-01-30 06:03:58','2021-01-30 01:03:58'),
(116675,43055,'action complete via WP Cron','2021-01-30 06:03:58','2021-01-30 01:03:58'),
(116676,43056,'action created','2021-01-30 06:03:58','2021-01-30 01:03:58'),
(116677,43056,'action started via WP Cron','2021-01-30 06:04:46','2021-01-30 01:04:46'),
(116678,43056,'action complete via WP Cron','2021-01-30 06:04:46','2021-01-30 01:04:46'),
(116679,43057,'action created','2021-01-30 06:04:46','2021-01-30 01:04:46'),
(116680,43057,'action started via WP Cron','2021-01-30 06:05:57','2021-01-30 01:05:57'),
(116681,43057,'action complete via WP Cron','2021-01-30 06:05:57','2021-01-30 01:05:57'),
(116682,43058,'action created','2021-01-30 06:05:57','2021-01-30 01:05:57'),
(116683,43058,'action started via WP Cron','2021-01-30 06:06:23','2021-01-30 01:06:23'),
(116684,43058,'action complete via WP Cron','2021-01-30 06:06:23','2021-01-30 01:06:23'),
(116685,43059,'action created','2021-01-30 06:06:23','2021-01-30 01:06:23'),
(116686,43059,'action started via WP Cron','2021-01-30 06:07:25','2021-01-30 01:07:25'),
(116687,43059,'action complete via WP Cron','2021-01-30 06:07:25','2021-01-30 01:07:25'),
(116688,43060,'action created','2021-01-30 06:07:25','2021-01-30 01:07:25'),
(116689,43060,'action started via WP Cron','2021-01-30 06:09:06','2021-01-30 01:09:06'),
(116690,43060,'action complete via WP Cron','2021-01-30 06:09:06','2021-01-30 01:09:06'),
(116691,43061,'action created','2021-01-30 06:09:06','2021-01-30 01:09:06'),
(116692,43061,'action started via WP Cron','2021-01-30 06:09:57','2021-01-30 01:09:57'),
(116693,43061,'action complete via WP Cron','2021-01-30 06:09:57','2021-01-30 01:09:57'),
(116694,43062,'action created','2021-01-30 06:09:57','2021-01-30 01:09:57'),
(116695,43062,'action started via WP Cron','2021-01-30 06:10:46','2021-01-30 01:10:46'),
(116696,43062,'action complete via WP Cron','2021-01-30 06:10:46','2021-01-30 01:10:46'),
(116697,43063,'action created','2021-01-30 06:10:46','2021-01-30 01:10:46'),
(116698,43063,'action started via WP Cron','2021-01-30 06:12:13','2021-01-30 01:12:13'),
(116699,43063,'action complete via WP Cron','2021-01-30 06:12:13','2021-01-30 01:12:13'),
(116700,43064,'action created','2021-01-30 06:12:14','2021-01-30 01:12:14'),
(116701,43064,'action started via WP Cron','2021-01-30 06:13:55','2021-01-30 01:13:55'),
(116702,43064,'action complete via WP Cron','2021-01-30 06:13:55','2021-01-30 01:13:55'),
(116703,43065,'action created','2021-01-30 06:13:55','2021-01-30 01:13:55'),
(116704,43065,'action started via WP Cron','2021-01-30 06:15:35','2021-01-30 01:15:35'),
(116705,43065,'action complete via WP Cron','2021-01-30 06:15:35','2021-01-30 01:15:35'),
(116706,43066,'action created','2021-01-30 06:15:35','2021-01-30 01:15:35'),
(116707,43066,'action started via WP Cron','2021-01-30 06:16:31','2021-01-30 01:16:31'),
(116708,43066,'action complete via WP Cron','2021-01-30 06:16:31','2021-01-30 01:16:31'),
(116709,43067,'action created','2021-01-30 06:16:31','2021-01-30 01:16:31'),
(116710,43067,'action started via WP Cron','2021-01-30 06:17:29','2021-01-30 01:17:29'),
(116711,43067,'action complete via WP Cron','2021-01-30 06:17:29','2021-01-30 01:17:29'),
(116712,43068,'action created','2021-01-30 06:17:29','2021-01-30 01:17:29'),
(116713,43068,'action started via WP Cron','2021-01-30 06:19:50','2021-01-30 01:19:50'),
(116714,43068,'action complete via WP Cron','2021-01-30 06:19:50','2021-01-30 01:19:50'),
(116715,43069,'action created','2021-01-30 06:19:50','2021-01-30 01:19:50'),
(116716,43069,'action started via WP Cron','2021-01-30 06:21:29','2021-01-30 01:21:29'),
(116717,43069,'action complete via WP Cron','2021-01-30 06:21:29','2021-01-30 01:21:29'),
(116718,43070,'action created','2021-01-30 06:21:29','2021-01-30 01:21:29'),
(116719,43070,'action started via WP Cron','2021-01-30 06:22:16','2021-01-30 01:22:16'),
(116720,43070,'action complete via WP Cron','2021-01-30 06:22:16','2021-01-30 01:22:16'),
(116721,43071,'action created','2021-01-30 06:22:16','2021-01-30 01:22:16'),
(116722,43071,'action started via WP Cron','2021-01-30 06:23:42','2021-01-30 01:23:42'),
(116723,43071,'action complete via WP Cron','2021-01-30 06:23:42','2021-01-30 01:23:42'),
(116724,43072,'action created','2021-01-30 06:23:42','2021-01-30 01:23:42'),
(116725,43072,'action started via WP Cron','2021-01-30 06:25:03','2021-01-30 01:25:03'),
(116726,43072,'action complete via WP Cron','2021-01-30 06:25:03','2021-01-30 01:25:03'),
(116727,43073,'action created','2021-01-30 06:25:03','2021-01-30 01:25:03'),
(116728,43073,'action started via WP Cron','2021-01-30 06:25:27','2021-01-30 01:25:27'),
(116729,43073,'action complete via WP Cron','2021-01-30 06:25:27','2021-01-30 01:25:27'),
(116730,43074,'action created','2021-01-30 06:25:28','2021-01-30 01:25:28'),
(116731,43074,'action started via WP Cron','2021-01-30 06:27:19','2021-01-30 01:27:19'),
(116732,43074,'action complete via WP Cron','2021-01-30 06:27:19','2021-01-30 01:27:19'),
(116733,43075,'action created','2021-01-30 06:27:19','2021-01-30 01:27:19'),
(116734,43075,'action started via WP Cron','2021-01-30 06:28:54','2021-01-30 01:28:54'),
(116735,43075,'action complete via WP Cron','2021-01-30 06:28:54','2021-01-30 01:28:54'),
(116736,43076,'action created','2021-01-30 06:28:54','2021-01-30 01:28:54'),
(116737,43076,'action started via WP Cron','2021-01-30 06:30:54','2021-01-30 01:30:54'),
(116738,43076,'action complete via WP Cron','2021-01-30 06:30:54','2021-01-30 01:30:54'),
(116739,43077,'action created','2021-01-30 06:30:54','2021-01-30 01:30:54'),
(116740,43077,'action started via WP Cron','2021-01-30 06:33:05','2021-01-30 01:33:05'),
(116741,43077,'action complete via WP Cron','2021-01-30 06:33:05','2021-01-30 01:33:05'),
(116742,43078,'action created','2021-01-30 06:33:05','2021-01-30 01:33:05'),
(116743,43078,'action started via WP Cron','2021-01-30 06:33:20','2021-01-30 01:33:20'),
(116744,43078,'action complete via WP Cron','2021-01-30 06:33:20','2021-01-30 01:33:20'),
(116745,43079,'action created','2021-01-30 06:33:20','2021-01-30 01:33:20'),
(116746,43079,'action started via WP Cron','2021-01-30 06:34:20','2021-01-30 01:34:20'),
(116747,43079,'action complete via WP Cron','2021-01-30 06:34:20','2021-01-30 01:34:20'),
(116748,43080,'action created','2021-01-30 06:34:21','2021-01-30 01:34:21'),
(116749,43080,'action started via WP Cron','2021-01-30 06:35:57','2021-01-30 01:35:57'),
(116750,43080,'action complete via WP Cron','2021-01-30 06:35:57','2021-01-30 01:35:57'),
(116751,43081,'action created','2021-01-30 06:35:57','2021-01-30 01:35:57'),
(116752,43081,'action started via WP Cron','2021-01-30 06:36:16','2021-01-30 01:36:16'),
(116753,43081,'action complete via WP Cron','2021-01-30 06:36:16','2021-01-30 01:36:16'),
(116754,43082,'action created','2021-01-30 06:36:16','2021-01-30 01:36:16'),
(116755,43082,'action started via WP Cron','2021-01-30 06:37:58','2021-01-30 01:37:58'),
(116756,43082,'action complete via WP Cron','2021-01-30 06:37:58','2021-01-30 01:37:58'),
(116757,43083,'action created','2021-01-30 06:37:58','2021-01-30 01:37:58'),
(116758,43083,'action started via WP Cron','2021-01-30 06:38:50','2021-01-30 01:38:50'),
(116759,43083,'action complete via WP Cron','2021-01-30 06:38:50','2021-01-30 01:38:50'),
(116760,43084,'action created','2021-01-30 06:38:50','2021-01-30 01:38:50'),
(116761,43084,'action started via WP Cron','2021-01-30 06:40:32','2021-01-30 01:40:32'),
(116762,43084,'action complete via WP Cron','2021-01-30 06:40:32','2021-01-30 01:40:32'),
(116763,43085,'action created','2021-01-30 06:40:32','2021-01-30 01:40:32'),
(116764,43085,'action started via WP Cron','2021-01-30 06:42:59','2021-01-30 01:42:59'),
(116765,43085,'action complete via WP Cron','2021-01-30 06:42:59','2021-01-30 01:42:59'),
(116766,43086,'action created','2021-01-30 06:42:59','2021-01-30 01:42:59'),
(116767,43086,'action started via WP Cron','2021-01-30 06:43:49','2021-01-30 01:43:49'),
(116768,43086,'action complete via WP Cron','2021-01-30 06:43:49','2021-01-30 01:43:49'),
(116769,43087,'action created','2021-01-30 06:43:49','2021-01-30 01:43:49'),
(116770,43087,'action started via WP Cron','2021-01-30 06:44:18','2021-01-30 01:44:18'),
(116771,43087,'action complete via WP Cron','2021-01-30 06:44:18','2021-01-30 01:44:18'),
(116772,43088,'action created','2021-01-30 06:44:18','2021-01-30 01:44:18'),
(116773,43088,'action started via WP Cron','2021-01-30 06:47:13','2021-01-30 01:47:13'),
(116774,43088,'action complete via WP Cron','2021-01-30 06:47:13','2021-01-30 01:47:13'),
(116775,43089,'action created','2021-01-30 06:47:13','2021-01-30 01:47:13'),
(116776,43089,'action started via WP Cron','2021-01-30 06:51:49','2021-01-30 01:51:49'),
(116777,43089,'action complete via WP Cron','2021-01-30 06:51:49','2021-01-30 01:51:49'),
(116778,43090,'action created','2021-01-30 06:51:49','2021-01-30 01:51:49'),
(116779,43090,'action started via WP Cron','2021-01-30 06:52:53','2021-01-30 01:52:53'),
(116780,43090,'action complete via WP Cron','2021-01-30 06:52:53','2021-01-30 01:52:53'),
(116781,43091,'action created','2021-01-30 06:52:53','2021-01-30 01:52:53'),
(116782,43091,'action started via WP Cron','2021-01-30 06:53:34','2021-01-30 01:53:34'),
(116783,43091,'action complete via WP Cron','2021-01-30 06:53:34','2021-01-30 01:53:34'),
(116784,43092,'action created','2021-01-30 06:53:34','2021-01-30 01:53:34'),
(116785,43092,'action started via WP Cron','2021-01-30 06:54:27','2021-01-30 01:54:27'),
(116786,43092,'action complete via WP Cron','2021-01-30 06:54:27','2021-01-30 01:54:27'),
(116787,43093,'action created','2021-01-30 06:54:27','2021-01-30 01:54:27'),
(116788,43093,'action started via WP Cron','2021-01-30 06:55:49','2021-01-30 01:55:49'),
(116789,43093,'action complete via WP Cron','2021-01-30 06:55:49','2021-01-30 01:55:49'),
(116790,43094,'action created','2021-01-30 06:55:49','2021-01-30 01:55:49'),
(116791,43094,'action started via WP Cron','2021-01-30 06:56:24','2021-01-30 01:56:24'),
(116792,43094,'action complete via WP Cron','2021-01-30 06:56:24','2021-01-30 01:56:24'),
(116793,43095,'action created','2021-01-30 06:56:24','2021-01-30 01:56:24'),
(116794,43095,'action started via WP Cron','2021-01-30 06:57:55','2021-01-30 01:57:55'),
(116795,43095,'action complete via WP Cron','2021-01-30 06:57:55','2021-01-30 01:57:55'),
(116796,43096,'action created','2021-01-30 06:57:55','2021-01-30 01:57:55'),
(116797,43096,'action started via WP Cron','2021-01-30 07:00:16','2021-01-30 02:00:16'),
(116798,43096,'action complete via WP Cron','2021-01-30 07:00:16','2021-01-30 02:00:16'),
(116799,43097,'action created','2021-01-30 07:00:16','2021-01-30 02:00:16'),
(116800,43097,'action started via WP Cron','2021-01-30 07:02:24','2021-01-30 02:02:24'),
(116801,43097,'action complete via WP Cron','2021-01-30 07:02:24','2021-01-30 02:02:24'),
(116802,43098,'action created','2021-01-30 07:02:24','2021-01-30 02:02:24'),
(116803,43098,'action started via WP Cron','2021-01-30 07:03:21','2021-01-30 02:03:21'),
(116804,43098,'action complete via WP Cron','2021-01-30 07:03:21','2021-01-30 02:03:21'),
(116805,43099,'action created','2021-01-30 07:03:21','2021-01-30 02:03:21'),
(116806,43099,'action started via WP Cron','2021-01-30 07:05:39','2021-01-30 02:05:39'),
(116807,43099,'action complete via WP Cron','2021-01-30 07:05:39','2021-01-30 02:05:39'),
(116808,43100,'action created','2021-01-30 07:05:39','2021-01-30 02:05:39'),
(116809,43100,'action started via WP Cron','2021-01-30 07:06:38','2021-01-30 02:06:38'),
(116810,43100,'action complete via WP Cron','2021-01-30 07:06:38','2021-01-30 02:06:38'),
(116811,43101,'action created','2021-01-30 07:06:38','2021-01-30 02:06:38'),
(116812,43101,'action started via WP Cron','2021-01-30 07:07:14','2021-01-30 02:07:14'),
(116813,43101,'action complete via WP Cron','2021-01-30 07:07:14','2021-01-30 02:07:14'),
(116814,43102,'action created','2021-01-30 07:07:14','2021-01-30 02:07:14'),
(116815,43102,'action started via WP Cron','2021-01-30 07:08:41','2021-01-30 02:08:41'),
(116816,43102,'action complete via WP Cron','2021-01-30 07:08:41','2021-01-30 02:08:41'),
(116817,43103,'action created','2021-01-30 07:08:41','2021-01-30 02:08:41'),
(116818,43103,'action started via WP Cron','2021-01-30 07:09:21','2021-01-30 02:09:21'),
(116819,43103,'action complete via WP Cron','2021-01-30 07:09:21','2021-01-30 02:09:21'),
(116820,43104,'action created','2021-01-30 07:09:21','2021-01-30 02:09:21'),
(116821,43104,'action started via WP Cron','2021-01-30 07:12:13','2021-01-30 02:12:13'),
(116822,43104,'action complete via WP Cron','2021-01-30 07:12:13','2021-01-30 02:12:13'),
(116823,43105,'action created','2021-01-30 07:12:13','2021-01-30 02:12:13'),
(116824,43105,'action started via WP Cron','2021-01-30 07:13:35','2021-01-30 02:13:35'),
(116825,43105,'action complete via WP Cron','2021-01-30 07:13:35','2021-01-30 02:13:35'),
(116826,43106,'action created','2021-01-30 07:13:35','2021-01-30 02:13:35'),
(116827,43106,'action started via WP Cron','2021-01-30 07:15:22','2021-01-30 02:15:22'),
(116828,43106,'action complete via WP Cron','2021-01-30 07:15:22','2021-01-30 02:15:22'),
(116829,43107,'action created','2021-01-30 07:15:22','2021-01-30 02:15:22'),
(116830,43107,'action started via WP Cron','2021-01-30 07:17:47','2021-01-30 02:17:47'),
(116831,43107,'action complete via WP Cron','2021-01-30 07:17:47','2021-01-30 02:17:47'),
(116832,43108,'action created','2021-01-30 07:22:00','2021-01-30 02:22:00'),
(116833,43108,'action started via WP Cron','2021-01-30 07:22:44','2021-01-30 02:22:44'),
(116834,43108,'action complete via WP Cron','2021-01-30 07:22:44','2021-01-30 02:22:44'),
(116835,43109,'action created','2021-01-30 07:22:44','2021-01-30 02:22:44'),
(116836,43109,'action started via WP Cron','2021-01-30 07:23:37','2021-01-30 02:23:37'),
(116837,43109,'action complete via WP Cron','2021-01-30 07:23:37','2021-01-30 02:23:37'),
(116838,43110,'action created','2021-01-30 07:23:37','2021-01-30 02:23:37'),
(116839,43110,'action started via WP Cron','2021-01-30 07:25:24','2021-01-30 02:25:24'),
(116840,43110,'action complete via WP Cron','2021-01-30 07:25:24','2021-01-30 02:25:24'),
(116841,43111,'action created','2021-01-30 07:25:24','2021-01-30 02:25:24'),
(116842,43111,'action started via WP Cron','2021-01-30 07:31:20','2021-01-30 02:31:20'),
(116843,43111,'action complete via WP Cron','2021-01-30 07:31:20','2021-01-30 02:31:20'),
(116844,43112,'action created','2021-01-30 07:31:20','2021-01-30 02:31:20'),
(116845,43112,'action started via WP Cron','2021-01-30 07:35:32','2021-01-30 02:35:32'),
(116846,43112,'action complete via WP Cron','2021-01-30 07:35:32','2021-01-30 02:35:32'),
(116847,43113,'action created','2021-01-30 07:35:32','2021-01-30 02:35:32'),
(116848,43113,'action started via WP Cron','2021-01-30 07:38:19','2021-01-30 02:38:19'),
(116849,43113,'action complete via WP Cron','2021-01-30 07:38:19','2021-01-30 02:38:19'),
(116850,43114,'action created','2021-01-30 07:38:19','2021-01-30 02:38:19'),
(116851,43114,'action started via WP Cron','2021-01-30 07:40:50','2021-01-30 02:40:50'),
(116852,43114,'action complete via WP Cron','2021-01-30 07:40:50','2021-01-30 02:40:50'),
(116853,43115,'action created','2021-01-30 07:40:50','2021-01-30 02:40:50'),
(116854,43115,'action started via WP Cron','2021-01-30 07:41:11','2021-01-30 02:41:11'),
(116855,43115,'action complete via WP Cron','2021-01-30 07:41:11','2021-01-30 02:41:11'),
(116856,43116,'action created','2021-01-30 07:41:11','2021-01-30 02:41:11'),
(116857,43116,'action started via WP Cron','2021-01-30 07:45:02','2021-01-30 02:45:02'),
(116858,43116,'action complete via WP Cron','2021-01-30 07:45:02','2021-01-30 02:45:02'),
(116859,43117,'action created','2021-01-30 07:45:02','2021-01-30 02:45:02'),
(116860,43117,'action started via WP Cron','2021-01-30 07:45:36','2021-01-30 02:45:36'),
(116861,43117,'action complete via WP Cron','2021-01-30 07:45:36','2021-01-30 02:45:36'),
(116862,43118,'action created','2021-01-30 07:45:36','2021-01-30 02:45:36'),
(116863,43118,'action started via WP Cron','2021-01-30 07:46:13','2021-01-30 02:46:13'),
(116864,43118,'action complete via WP Cron','2021-01-30 07:46:13','2021-01-30 02:46:13'),
(116865,43119,'action created','2021-01-30 07:46:13','2021-01-30 02:46:13'),
(116866,43119,'action started via WP Cron','2021-01-30 07:47:53','2021-01-30 02:47:53'),
(116867,43119,'action complete via WP Cron','2021-01-30 07:47:53','2021-01-30 02:47:53'),
(116868,43120,'action created','2021-01-30 07:47:53','2021-01-30 02:47:53'),
(116869,43120,'action started via WP Cron','2021-01-30 07:48:28','2021-01-30 02:48:28'),
(116870,43120,'action complete via WP Cron','2021-01-30 07:48:28','2021-01-30 02:48:28'),
(116871,43121,'action created','2021-01-30 07:48:28','2021-01-30 02:48:28'),
(116872,43121,'action started via WP Cron','2021-01-30 07:50:06','2021-01-30 02:50:06'),
(116873,43121,'action complete via WP Cron','2021-01-30 07:50:07','2021-01-30 02:50:07'),
(116874,43122,'action created','2021-01-30 07:50:07','2021-01-30 02:50:07'),
(116875,43122,'action started via WP Cron','2021-01-30 07:50:18','2021-01-30 02:50:18'),
(116876,43122,'action complete via WP Cron','2021-01-30 07:50:18','2021-01-30 02:50:18'),
(116877,43123,'action created','2021-01-30 07:50:18','2021-01-30 02:50:18'),
(116878,43123,'action started via WP Cron','2021-01-30 07:52:06','2021-01-30 02:52:06'),
(116879,43123,'action complete via WP Cron','2021-01-30 07:52:06','2021-01-30 02:52:06'),
(116880,43124,'action created','2021-01-30 07:52:06','2021-01-30 02:52:06'),
(116881,43124,'action started via WP Cron','2021-01-30 07:52:18','2021-01-30 02:52:18'),
(116882,43124,'action complete via WP Cron','2021-01-30 07:52:18','2021-01-30 02:52:18'),
(116883,43125,'action created','2021-01-30 07:52:18','2021-01-30 02:52:18'),
(116884,43125,'action started via WP Cron','2021-01-30 07:55:08','2021-01-30 02:55:08'),
(116885,43125,'action complete via WP Cron','2021-01-30 07:55:08','2021-01-30 02:55:08'),
(116886,43126,'action created','2021-01-30 07:55:08','2021-01-30 02:55:08'),
(116887,43126,'action started via WP Cron','2021-01-30 07:57:28','2021-01-30 02:57:28'),
(116888,43126,'action complete via WP Cron','2021-01-30 07:57:28','2021-01-30 02:57:28'),
(116889,43127,'action created','2021-01-30 07:57:28','2021-01-30 02:57:28'),
(116890,43127,'action started via WP Cron','2021-01-30 07:58:40','2021-01-30 02:58:40'),
(116891,43127,'action complete via WP Cron','2021-01-30 07:58:40','2021-01-30 02:58:40'),
(116892,43128,'action created','2021-01-30 07:58:40','2021-01-30 02:58:40'),
(116893,43128,'action started via WP Cron','2021-01-30 07:59:33','2021-01-30 02:59:33'),
(116894,43128,'action complete via WP Cron','2021-01-30 07:59:33','2021-01-30 02:59:33'),
(116895,43129,'action created','2021-01-30 07:59:33','2021-01-30 02:59:33'),
(116896,43129,'action started via WP Cron','2021-01-30 08:00:57','2021-01-30 03:00:57'),
(116897,43129,'action complete via WP Cron','2021-01-30 08:00:57','2021-01-30 03:00:57'),
(116898,43130,'action created','2021-01-30 08:00:57','2021-01-30 03:00:57'),
(116899,43130,'action started via WP Cron','2021-01-30 08:01:38','2021-01-30 03:01:38'),
(116900,43130,'action complete via WP Cron','2021-01-30 08:01:38','2021-01-30 03:01:38'),
(116901,43131,'action created','2021-01-30 08:01:38','2021-01-30 03:01:38'),
(116902,43131,'action started via WP Cron','2021-01-30 08:02:23','2021-01-30 03:02:23'),
(116903,43131,'action complete via WP Cron','2021-01-30 08:02:23','2021-01-30 03:02:23'),
(116904,43132,'action created','2021-01-30 08:02:23','2021-01-30 03:02:23'),
(116905,43132,'action started via WP Cron','2021-01-30 08:03:25','2021-01-30 03:03:25'),
(116906,43132,'action complete via WP Cron','2021-01-30 08:03:25','2021-01-30 03:03:25'),
(116907,43133,'action created','2021-01-30 08:03:25','2021-01-30 03:03:25'),
(116908,43133,'action started via WP Cron','2021-01-30 08:05:06','2021-01-30 03:05:06'),
(116909,43133,'action complete via WP Cron','2021-01-30 08:05:06','2021-01-30 03:05:06'),
(116910,43134,'action created','2021-01-30 08:05:06','2021-01-30 03:05:06'),
(116911,43134,'action started via WP Cron','2021-01-30 08:05:17','2021-01-30 03:05:17'),
(116912,43134,'action complete via WP Cron','2021-01-30 08:05:17','2021-01-30 03:05:17'),
(116913,43135,'action created','2021-01-30 08:05:17','2021-01-30 03:05:17'),
(116914,43135,'action started via WP Cron','2021-01-30 08:08:05','2021-01-30 03:08:05'),
(116915,43135,'action complete via WP Cron','2021-01-30 08:08:05','2021-01-30 03:08:05'),
(116916,43136,'action created','2021-01-30 08:08:05','2021-01-30 03:08:05'),
(116917,43136,'action started via WP Cron','2021-01-30 08:09:09','2021-01-30 03:09:09'),
(116918,43136,'action complete via WP Cron','2021-01-30 08:09:09','2021-01-30 03:09:09'),
(116919,43137,'action created','2021-01-30 08:09:09','2021-01-30 03:09:09'),
(116920,43137,'action started via WP Cron','2021-01-30 08:13:16','2021-01-30 03:13:16'),
(116921,43137,'action complete via WP Cron','2021-01-30 08:13:16','2021-01-30 03:13:16'),
(116922,43138,'action created','2021-01-30 08:13:16','2021-01-30 03:13:16'),
(116923,43138,'action started via WP Cron','2021-01-30 08:14:33','2021-01-30 03:14:33'),
(116924,43138,'action complete via WP Cron','2021-01-30 08:14:33','2021-01-30 03:14:33'),
(116925,43139,'action created','2021-01-30 08:14:33','2021-01-30 03:14:33'),
(116926,43139,'action started via WP Cron','2021-01-30 08:15:20','2021-01-30 03:15:20'),
(116927,43139,'action complete via WP Cron','2021-01-30 08:15:20','2021-01-30 03:15:20'),
(116928,43140,'action created','2021-01-30 08:15:20','2021-01-30 03:15:20'),
(116929,43140,'action started via WP Cron','2021-01-30 08:16:19','2021-01-30 03:16:19'),
(116930,43140,'action complete via WP Cron','2021-01-30 08:16:19','2021-01-30 03:16:19'),
(116931,43141,'action created','2021-01-30 08:16:19','2021-01-30 03:16:19'),
(116932,43141,'action started via WP Cron','2021-01-30 08:17:21','2021-01-30 03:17:21'),
(116933,43141,'action complete via WP Cron','2021-01-30 08:17:21','2021-01-30 03:17:21'),
(116934,43142,'action created','2021-01-30 08:17:21','2021-01-30 03:17:21'),
(116935,43142,'action started via WP Cron','2021-01-30 08:18:38','2021-01-30 03:18:38'),
(116936,43142,'action complete via WP Cron','2021-01-30 08:18:38','2021-01-30 03:18:38'),
(116937,43143,'action created','2021-01-30 08:18:38','2021-01-30 03:18:38'),
(116938,43143,'action started via WP Cron','2021-01-30 08:19:54','2021-01-30 03:19:54'),
(116939,43143,'action complete via WP Cron','2021-01-30 08:19:54','2021-01-30 03:19:54'),
(116940,43144,'action created','2021-01-30 08:19:54','2021-01-30 03:19:54'),
(116941,43144,'action started via WP Cron','2021-01-30 08:20:45','2021-01-30 03:20:45'),
(116942,43144,'action complete via WP Cron','2021-01-30 08:20:45','2021-01-30 03:20:45'),
(116943,43145,'action created','2021-01-30 08:20:45','2021-01-30 03:20:45'),
(116944,43145,'action started via WP Cron','2021-01-30 08:21:23','2021-01-30 03:21:23'),
(116945,43145,'action complete via WP Cron','2021-01-30 08:21:24','2021-01-30 03:21:24'),
(116946,43146,'action created','2021-01-30 08:21:24','2021-01-30 03:21:24'),
(116947,43146,'action started via WP Cron','2021-01-30 08:23:05','2021-01-30 03:23:05'),
(116948,43146,'action complete via WP Cron','2021-01-30 08:23:05','2021-01-30 03:23:05'),
(116949,43147,'action created','2021-01-30 08:23:05','2021-01-30 03:23:05'),
(116950,43147,'action started via WP Cron','2021-01-30 08:25:50','2021-01-30 03:25:50'),
(116951,43147,'action complete via WP Cron','2021-01-30 08:25:50','2021-01-30 03:25:50'),
(116952,43148,'action created','2021-01-30 08:25:50','2021-01-30 03:25:50'),
(116953,43148,'action started via WP Cron','2021-01-30 08:26:29','2021-01-30 03:26:29'),
(116954,43148,'action complete via WP Cron','2021-01-30 08:26:29','2021-01-30 03:26:29'),
(116955,43149,'action created','2021-01-30 08:26:29','2021-01-30 03:26:29'),
(116956,43149,'action started via WP Cron','2021-01-30 08:27:41','2021-01-30 03:27:41'),
(116957,43149,'action complete via WP Cron','2021-01-30 08:27:41','2021-01-30 03:27:41'),
(116958,43150,'action created','2021-01-30 08:27:41','2021-01-30 03:27:41'),
(116959,43150,'action started via WP Cron','2021-01-30 08:28:24','2021-01-30 03:28:24'),
(116960,43150,'action complete via WP Cron','2021-01-30 08:28:24','2021-01-30 03:28:24'),
(116961,43151,'action created','2021-01-30 08:28:24','2021-01-30 03:28:24'),
(116962,43151,'action started via WP Cron','2021-01-30 08:30:05','2021-01-30 03:30:05'),
(116963,43151,'action complete via WP Cron','2021-01-30 08:30:05','2021-01-30 03:30:05'),
(116964,43152,'action created','2021-01-30 08:30:06','2021-01-30 03:30:06'),
(116965,43152,'action started via WP Cron','2021-01-30 08:30:41','2021-01-30 03:30:41'),
(116966,43152,'action complete via WP Cron','2021-01-30 08:30:41','2021-01-30 03:30:41'),
(116967,43153,'action created','2021-01-30 08:30:41','2021-01-30 03:30:41'),
(116968,43153,'action started via WP Cron','2021-01-30 08:35:03','2021-01-30 03:35:03'),
(116969,43153,'action complete via WP Cron','2021-01-30 08:35:03','2021-01-30 03:35:03'),
(116970,43154,'action created','2021-01-30 08:35:03','2021-01-30 03:35:03'),
(116971,43154,'action started via WP Cron','2021-01-30 08:36:57','2021-01-30 03:36:57'),
(116972,43154,'action complete via WP Cron','2021-01-30 08:36:57','2021-01-30 03:36:57'),
(116973,43155,'action created','2021-01-30 08:36:57','2021-01-30 03:36:57'),
(116974,43155,'action started via WP Cron','2021-01-30 08:39:23','2021-01-30 03:39:23'),
(116975,43155,'action complete via WP Cron','2021-01-30 08:39:23','2021-01-30 03:39:23'),
(116976,43156,'action created','2021-01-30 08:39:23','2021-01-30 03:39:23'),
(116977,43156,'action started via WP Cron','2021-01-30 08:40:25','2021-01-30 03:40:25'),
(116978,43156,'action complete via WP Cron','2021-01-30 08:40:25','2021-01-30 03:40:25'),
(116979,43157,'action created','2021-01-30 08:40:25','2021-01-30 03:40:25'),
(116980,43157,'action started via WP Cron','2021-01-30 08:41:45','2021-01-30 03:41:45'),
(116981,43157,'action complete via WP Cron','2021-01-30 08:41:45','2021-01-30 03:41:45'),
(116982,43158,'action created','2021-01-30 08:41:45','2021-01-30 03:41:45'),
(116983,43158,'action started via WP Cron','2021-01-30 08:42:41','2021-01-30 03:42:41'),
(116984,43158,'action complete via WP Cron','2021-01-30 08:42:41','2021-01-30 03:42:41'),
(116985,43159,'action created','2021-01-30 08:42:41','2021-01-30 03:42:41'),
(116986,43159,'action started via WP Cron','2021-01-30 08:49:01','2021-01-30 03:49:01'),
(116987,43159,'action complete via WP Cron','2021-01-30 08:49:01','2021-01-30 03:49:01'),
(116988,43160,'action created','2021-01-30 08:49:01','2021-01-30 03:49:01'),
(116989,43160,'action started via WP Cron','2021-01-30 08:50:02','2021-01-30 03:50:02'),
(116990,43160,'action complete via WP Cron','2021-01-30 08:50:02','2021-01-30 03:50:02'),
(116991,43161,'action created','2021-01-30 08:50:03','2021-01-30 03:50:03'),
(116992,43161,'action started via WP Cron','2021-01-30 08:57:13','2021-01-30 03:57:13'),
(116993,43161,'action complete via WP Cron','2021-01-30 08:57:13','2021-01-30 03:57:13'),
(116994,43162,'action created','2021-01-30 08:57:13','2021-01-30 03:57:13'),
(116995,43162,'action started via WP Cron','2021-01-30 08:59:02','2021-01-30 03:59:02'),
(116996,43162,'action complete via WP Cron','2021-01-30 08:59:02','2021-01-30 03:59:02'),
(116997,43163,'action created','2021-01-30 08:59:02','2021-01-30 03:59:02'),
(116998,43163,'action started via WP Cron','2021-01-30 08:59:34','2021-01-30 03:59:34'),
(116999,43163,'action complete via WP Cron','2021-01-30 08:59:34','2021-01-30 03:59:34'),
(117000,43164,'action created','2021-01-30 08:59:34','2021-01-30 03:59:34'),
(117001,43164,'action started via WP Cron','2021-01-30 09:03:48','2021-01-30 04:03:48'),
(117002,43164,'action complete via WP Cron','2021-01-30 09:03:48','2021-01-30 04:03:48'),
(117003,43165,'action created','2021-01-30 09:03:48','2021-01-30 04:03:48'),
(117004,43165,'action started via WP Cron','2021-01-30 09:05:14','2021-01-30 04:05:14'),
(117005,43165,'action complete via WP Cron','2021-01-30 09:05:14','2021-01-30 04:05:14'),
(117006,43166,'action created','2021-01-30 09:05:14','2021-01-30 04:05:14'),
(117007,43166,'action started via WP Cron','2021-01-30 09:06:43','2021-01-30 04:06:43'),
(117008,43166,'action complete via WP Cron','2021-01-30 09:06:43','2021-01-30 04:06:43'),
(117009,43167,'action created','2021-01-30 09:06:43','2021-01-30 04:06:43'),
(117010,43167,'action started via WP Cron','2021-01-30 09:08:09','2021-01-30 04:08:09'),
(117011,43167,'action complete via WP Cron','2021-01-30 09:08:09','2021-01-30 04:08:09'),
(117012,43168,'action created','2021-01-30 09:08:09','2021-01-30 04:08:09'),
(117013,43168,'action started via WP Cron','2021-01-30 09:08:54','2021-01-30 04:08:54'),
(117014,43168,'action complete via WP Cron','2021-01-30 09:08:54','2021-01-30 04:08:54'),
(117015,43169,'action created','2021-01-30 09:08:54','2021-01-30 04:08:54'),
(117016,43169,'action started via WP Cron','2021-01-30 09:09:21','2021-01-30 04:09:21'),
(117017,43169,'action complete via WP Cron','2021-01-30 09:09:21','2021-01-30 04:09:21'),
(117018,43170,'action created','2021-01-30 09:09:21','2021-01-30 04:09:21'),
(117019,43170,'action started via WP Cron','2021-01-30 09:10:21','2021-01-30 04:10:21'),
(117020,43170,'action complete via WP Cron','2021-01-30 09:10:21','2021-01-30 04:10:21'),
(117021,43171,'action created','2021-01-30 09:10:21','2021-01-30 04:10:21'),
(117022,43171,'action started via WP Cron','2021-01-30 09:11:12','2021-01-30 04:11:12'),
(117023,43171,'action complete via WP Cron','2021-01-30 09:11:12','2021-01-30 04:11:12'),
(117024,43172,'action created','2021-01-30 09:11:12','2021-01-30 04:11:12'),
(117025,43172,'action started via WP Cron','2021-01-30 09:13:28','2021-01-30 04:13:28'),
(117026,43172,'action complete via WP Cron','2021-01-30 09:13:28','2021-01-30 04:13:28'),
(117027,43173,'action created','2021-01-30 09:13:28','2021-01-30 04:13:28'),
(117028,43173,'action started via WP Cron','2021-01-30 09:15:29','2021-01-30 04:15:29'),
(117029,43173,'action complete via WP Cron','2021-01-30 09:15:29','2021-01-30 04:15:29'),
(117030,43174,'action created','2021-01-30 09:15:29','2021-01-30 04:15:29'),
(117031,43174,'action started via WP Cron','2021-01-30 09:16:33','2021-01-30 04:16:33'),
(117032,43174,'action complete via WP Cron','2021-01-30 09:16:33','2021-01-30 04:16:33'),
(117033,43175,'action created','2021-01-30 09:16:33','2021-01-30 04:16:33'),
(117034,43175,'action started via WP Cron','2021-01-30 09:17:26','2021-01-30 04:17:26'),
(117035,43175,'action complete via WP Cron','2021-01-30 09:17:26','2021-01-30 04:17:26'),
(117036,43176,'action created','2021-01-30 09:17:26','2021-01-30 04:17:26'),
(117037,43176,'action started via WP Cron','2021-01-30 09:19:19','2021-01-30 04:19:19'),
(117038,43176,'action complete via WP Cron','2021-01-30 09:19:19','2021-01-30 04:19:19'),
(117039,43177,'action created','2021-01-30 09:19:20','2021-01-30 04:19:20'),
(117040,43177,'action started via WP Cron','2021-01-30 09:21:59','2021-01-30 04:21:59'),
(117041,43177,'action complete via WP Cron','2021-01-30 09:21:59','2021-01-30 04:21:59'),
(117042,43178,'action created','2021-01-30 09:21:59','2021-01-30 04:21:59'),
(117043,43178,'action started via WP Cron','2021-01-30 09:22:27','2021-01-30 04:22:27'),
(117044,43178,'action complete via WP Cron','2021-01-30 09:22:27','2021-01-30 04:22:27'),
(117045,43179,'action created','2021-01-30 09:22:27','2021-01-30 04:22:27'),
(117046,43179,'action started via WP Cron','2021-01-30 09:25:15','2021-01-30 04:25:15'),
(117047,43179,'action complete via WP Cron','2021-01-30 09:25:15','2021-01-30 04:25:15'),
(117048,43180,'action created','2021-01-30 09:25:15','2021-01-30 04:25:15'),
(117049,43180,'action started via WP Cron','2021-01-30 09:26:57','2021-01-30 04:26:57'),
(117050,43180,'action complete via WP Cron','2021-01-30 09:26:57','2021-01-30 04:26:57'),
(117051,43181,'action created','2021-01-30 09:26:57','2021-01-30 04:26:57'),
(117052,43181,'action started via WP Cron','2021-01-30 09:27:53','2021-01-30 04:27:53'),
(117053,43181,'action complete via WP Cron','2021-01-30 09:27:53','2021-01-30 04:27:53'),
(117054,43182,'action created','2021-01-30 09:27:53','2021-01-30 04:27:53'),
(117055,43182,'action started via WP Cron','2021-01-30 09:29:17','2021-01-30 04:29:17'),
(117056,43182,'action complete via WP Cron','2021-01-30 09:29:17','2021-01-30 04:29:17'),
(117057,43183,'action created','2021-01-30 09:29:17','2021-01-30 04:29:17'),
(117058,43183,'action started via WP Cron','2021-01-30 09:31:18','2021-01-30 04:31:18'),
(117059,43183,'action complete via WP Cron','2021-01-30 09:31:18','2021-01-30 04:31:18'),
(117060,43184,'action created','2021-01-30 09:31:18','2021-01-30 04:31:18'),
(117061,43184,'action started via WP Cron','2021-01-30 09:32:12','2021-01-30 04:32:12'),
(117062,43184,'action complete via WP Cron','2021-01-30 09:32:12','2021-01-30 04:32:12'),
(117063,43185,'action created','2021-01-30 09:32:13','2021-01-30 04:32:13'),
(117064,43185,'action started via WP Cron','2021-01-30 09:34:13','2021-01-30 04:34:13'),
(117065,43185,'action complete via WP Cron','2021-01-30 09:34:13','2021-01-30 04:34:13'),
(117066,43186,'action created','2021-01-30 09:34:13','2021-01-30 04:34:13'),
(117067,43186,'action started via WP Cron','2021-01-30 09:36:42','2021-01-30 04:36:42'),
(117068,43186,'action complete via WP Cron','2021-01-30 09:36:42','2021-01-30 04:36:42'),
(117069,43187,'action created','2021-01-30 09:36:42','2021-01-30 04:36:42'),
(117070,43187,'action started via WP Cron','2021-01-30 09:37:59','2021-01-30 04:37:59'),
(117071,43187,'action complete via WP Cron','2021-01-30 09:37:59','2021-01-30 04:37:59'),
(117072,43188,'action created','2021-01-30 09:37:59','2021-01-30 04:37:59'),
(117073,43188,'action started via WP Cron','2021-01-30 09:38:42','2021-01-30 04:38:42'),
(117074,43188,'action complete via WP Cron','2021-01-30 09:38:42','2021-01-30 04:38:42'),
(117075,43189,'action created','2021-01-30 09:38:42','2021-01-30 04:38:42'),
(117076,43189,'action started via WP Cron','2021-01-30 09:39:20','2021-01-30 04:39:20'),
(117077,43189,'action complete via WP Cron','2021-01-30 09:39:20','2021-01-30 04:39:20'),
(117078,43190,'action created','2021-01-30 09:39:20','2021-01-30 04:39:20'),
(117079,43190,'action started via WP Cron','2021-01-30 09:40:57','2021-01-30 04:40:57'),
(117080,43190,'action complete via WP Cron','2021-01-30 09:40:57','2021-01-30 04:40:57'),
(117081,43191,'action created','2021-01-30 09:40:57','2021-01-30 04:40:57'),
(117082,43191,'action started via WP Cron','2021-01-30 09:41:30','2021-01-30 04:41:30'),
(117083,43191,'action complete via WP Cron','2021-01-30 09:41:30','2021-01-30 04:41:30'),
(117084,43192,'action created','2021-01-30 09:41:31','2021-01-30 04:41:31'),
(117085,43192,'action started via WP Cron','2021-01-30 09:43:33','2021-01-30 04:43:33'),
(117086,43192,'action complete via WP Cron','2021-01-30 09:43:33','2021-01-30 04:43:33'),
(117087,43193,'action created','2021-01-30 09:43:33','2021-01-30 04:43:33'),
(117088,43193,'action started via WP Cron','2021-01-30 09:44:15','2021-01-30 04:44:15'),
(117089,43193,'action complete via WP Cron','2021-01-30 09:44:15','2021-01-30 04:44:15'),
(117090,43194,'action created','2021-01-30 09:44:15','2021-01-30 04:44:15'),
(117091,43194,'action started via WP Cron','2021-01-30 09:45:11','2021-01-30 04:45:11'),
(117092,43194,'action complete via WP Cron','2021-01-30 09:45:11','2021-01-30 04:45:11'),
(117093,43195,'action created','2021-01-30 09:45:11','2021-01-30 04:45:11'),
(117094,43195,'action started via WP Cron','2021-01-30 09:46:38','2021-01-30 04:46:38'),
(117095,43195,'action complete via WP Cron','2021-01-30 09:46:38','2021-01-30 04:46:38'),
(117096,43196,'action created','2021-01-30 09:46:38','2021-01-30 04:46:38'),
(117097,43196,'action started via WP Cron','2021-01-30 09:47:20','2021-01-30 04:47:20'),
(117098,43196,'action complete via WP Cron','2021-01-30 09:47:20','2021-01-30 04:47:20'),
(117099,43197,'action created','2021-01-30 09:47:20','2021-01-30 04:47:20'),
(117100,43197,'action started via WP Cron','2021-01-30 09:50:32','2021-01-30 04:50:32'),
(117101,43197,'action complete via WP Cron','2021-01-30 09:50:32','2021-01-30 04:50:32'),
(117102,43198,'action created','2021-01-30 09:50:32','2021-01-30 04:50:32'),
(117103,43198,'action started via WP Cron','2021-01-30 09:52:11','2021-01-30 04:52:11'),
(117104,43198,'action complete via WP Cron','2021-01-30 09:52:11','2021-01-30 04:52:11'),
(117105,43199,'action created','2021-01-30 09:52:11','2021-01-30 04:52:11'),
(117106,43199,'action started via WP Cron','2021-01-30 09:54:32','2021-01-30 04:54:32'),
(117107,43199,'action complete via WP Cron','2021-01-30 09:54:32','2021-01-30 04:54:32'),
(117108,43200,'action created','2021-01-30 09:54:32','2021-01-30 04:54:32'),
(117109,43200,'action started via WP Cron','2021-01-30 09:56:08','2021-01-30 04:56:08'),
(117110,43200,'action complete via WP Cron','2021-01-30 09:56:08','2021-01-30 04:56:08'),
(117111,43201,'action created','2021-01-30 09:56:09','2021-01-30 04:56:09'),
(117112,43201,'action started via WP Cron','2021-01-30 10:00:26','2021-01-30 05:00:26'),
(117113,43201,'action complete via WP Cron','2021-01-30 10:00:26','2021-01-30 05:00:26'),
(117114,43202,'action created','2021-01-30 10:00:26','2021-01-30 05:00:26'),
(117115,43202,'action started via WP Cron','2021-01-30 10:03:29','2021-01-30 05:03:29'),
(117116,43202,'action complete via WP Cron','2021-01-30 10:03:29','2021-01-30 05:03:29'),
(117117,43203,'action created','2021-01-30 10:03:29','2021-01-30 05:03:29'),
(117118,43203,'action started via WP Cron','2021-01-30 10:04:16','2021-01-30 05:04:16'),
(117119,43203,'action complete via WP Cron','2021-01-30 10:04:16','2021-01-30 05:04:16'),
(117120,43204,'action created','2021-01-30 10:04:16','2021-01-30 05:04:16'),
(117121,43204,'action started via WP Cron','2021-01-30 10:05:36','2021-01-30 05:05:36'),
(117122,43204,'action complete via WP Cron','2021-01-30 10:05:36','2021-01-30 05:05:36'),
(117123,43205,'action created','2021-01-30 10:05:36','2021-01-30 05:05:36'),
(117124,43205,'action started via WP Cron','2021-01-30 10:06:23','2021-01-30 05:06:23'),
(117125,43205,'action complete via WP Cron','2021-01-30 10:06:23','2021-01-30 05:06:23'),
(117126,43206,'action created','2021-01-30 10:06:23','2021-01-30 05:06:23'),
(117127,43206,'action started via WP Cron','2021-01-30 10:12:06','2021-01-30 05:12:06'),
(117128,43206,'action complete via WP Cron','2021-01-30 10:12:06','2021-01-30 05:12:06'),
(117129,43207,'action created','2021-01-30 10:12:06','2021-01-30 05:12:06'),
(117130,43207,'action started via WP Cron','2021-01-30 10:12:34','2021-01-30 05:12:34'),
(117131,43207,'action complete via WP Cron','2021-01-30 10:12:34','2021-01-30 05:12:34'),
(117132,43208,'action created','2021-01-30 10:12:34','2021-01-30 05:12:34'),
(117133,43208,'action started via WP Cron','2021-01-30 10:13:45','2021-01-30 05:13:45'),
(117134,43208,'action complete via WP Cron','2021-01-30 10:13:45','2021-01-30 05:13:45'),
(117135,43209,'action created','2021-01-30 10:13:45','2021-01-30 05:13:45'),
(117136,43209,'action started via WP Cron','2021-01-30 10:14:59','2021-01-30 05:14:59'),
(117137,43209,'action complete via WP Cron','2021-01-30 10:14:59','2021-01-30 05:14:59'),
(117138,43210,'action created','2021-01-30 10:14:59','2021-01-30 05:14:59'),
(117139,43210,'action started via WP Cron','2021-01-30 10:16:23','2021-01-30 05:16:23'),
(117140,43210,'action complete via WP Cron','2021-01-30 10:16:23','2021-01-30 05:16:23'),
(117141,43211,'action created','2021-01-30 10:16:23','2021-01-30 05:16:23'),
(117142,43211,'action started via WP Cron','2021-01-30 10:20:00','2021-01-30 05:20:00'),
(117143,43211,'action complete via WP Cron','2021-01-30 10:20:00','2021-01-30 05:20:00'),
(117144,43212,'action created','2021-01-30 10:20:00','2021-01-30 05:20:00'),
(117145,43212,'action started via WP Cron','2021-01-30 10:20:23','2021-01-30 05:20:23'),
(117146,43212,'action complete via WP Cron','2021-01-30 10:20:23','2021-01-30 05:20:23'),
(117147,43213,'action created','2021-01-30 10:20:23','2021-01-30 05:20:23'),
(117148,43213,'action started via WP Cron','2021-01-30 10:21:45','2021-01-30 05:21:45'),
(117149,43213,'action complete via WP Cron','2021-01-30 10:21:45','2021-01-30 05:21:45'),
(117150,43214,'action created','2021-01-30 10:21:45','2021-01-30 05:21:45'),
(117151,43214,'action started via WP Cron','2021-01-30 10:25:58','2021-01-30 05:25:58'),
(117152,43214,'action complete via WP Cron','2021-01-30 10:25:58','2021-01-30 05:25:58'),
(117153,43215,'action created','2021-01-30 10:25:58','2021-01-30 05:25:58'),
(117154,43215,'action started via WP Cron','2021-01-30 10:26:42','2021-01-30 05:26:42'),
(117155,43215,'action complete via WP Cron','2021-01-30 10:26:42','2021-01-30 05:26:42'),
(117156,43216,'action created','2021-01-30 10:26:42','2021-01-30 05:26:42'),
(117157,43216,'action started via WP Cron','2021-01-30 10:28:46','2021-01-30 05:28:46'),
(117158,43216,'action complete via WP Cron','2021-01-30 10:28:46','2021-01-30 05:28:46'),
(117159,43217,'action created','2021-01-30 10:28:46','2021-01-30 05:28:46'),
(117160,43217,'action started via WP Cron','2021-01-30 10:30:13','2021-01-30 05:30:13'),
(117161,43217,'action complete via WP Cron','2021-01-30 10:30:13','2021-01-30 05:30:13'),
(117162,43218,'action created','2021-01-30 10:30:13','2021-01-30 05:30:13'),
(117163,43218,'action started via WP Cron','2021-01-30 10:31:52','2021-01-30 05:31:52'),
(117164,43218,'action complete via WP Cron','2021-01-30 10:31:52','2021-01-30 05:31:52'),
(117165,43219,'action created','2021-01-30 10:31:52','2021-01-30 05:31:52'),
(117166,43219,'action started via WP Cron','2021-01-30 10:33:04','2021-01-30 05:33:04'),
(117167,43219,'action complete via WP Cron','2021-01-30 10:33:04','2021-01-30 05:33:04'),
(117168,43220,'action created','2021-01-30 10:33:04','2021-01-30 05:33:04'),
(117169,43220,'action started via WP Cron','2021-01-30 10:33:51','2021-01-30 05:33:51'),
(117170,43220,'action complete via WP Cron','2021-01-30 10:33:51','2021-01-30 05:33:51'),
(117171,43221,'action created','2021-01-30 10:33:51','2021-01-30 05:33:51'),
(117172,43221,'action started via WP Cron','2021-01-30 10:36:16','2021-01-30 05:36:16'),
(117173,43221,'action complete via WP Cron','2021-01-30 10:36:16','2021-01-30 05:36:16'),
(117174,43222,'action created','2021-01-30 10:36:16','2021-01-30 05:36:16'),
(117175,43222,'action started via WP Cron','2021-01-30 10:38:24','2021-01-30 05:38:24'),
(117176,43222,'action complete via WP Cron','2021-01-30 10:38:24','2021-01-30 05:38:24'),
(117177,43223,'action created','2021-01-30 10:38:24','2021-01-30 05:38:24'),
(117178,43223,'action started via WP Cron','2021-01-30 10:40:42','2021-01-30 05:40:42'),
(117179,43223,'action complete via WP Cron','2021-01-30 10:40:42','2021-01-30 05:40:42'),
(117180,43224,'action created','2021-01-30 10:40:42','2021-01-30 05:40:42'),
(117181,43224,'action started via WP Cron','2021-01-30 10:45:20','2021-01-30 05:45:20'),
(117182,43224,'action complete via WP Cron','2021-01-30 10:45:20','2021-01-30 05:45:20'),
(117183,43225,'action created','2021-01-30 10:45:20','2021-01-30 05:45:20'),
(117184,43225,'action started via WP Cron','2021-01-30 10:46:26','2021-01-30 05:46:26'),
(117185,43225,'action complete via WP Cron','2021-01-30 10:46:26','2021-01-30 05:46:26'),
(117186,43226,'action created','2021-01-30 10:46:26','2021-01-30 05:46:26'),
(117187,43226,'action started via WP Cron','2021-01-30 10:47:57','2021-01-30 05:47:57'),
(117188,43226,'action complete via WP Cron','2021-01-30 10:47:57','2021-01-30 05:47:57'),
(117189,43227,'action created','2021-01-30 10:47:57','2021-01-30 05:47:57'),
(117190,43227,'action started via WP Cron','2021-01-30 10:49:13','2021-01-30 05:49:13'),
(117191,43227,'action complete via WP Cron','2021-01-30 10:49:13','2021-01-30 05:49:13'),
(117192,43228,'action created','2021-01-30 10:49:13','2021-01-30 05:49:13'),
(117193,43228,'action started via WP Cron','2021-01-30 10:56:20','2021-01-30 05:56:20'),
(117194,43228,'action complete via WP Cron','2021-01-30 10:56:20','2021-01-30 05:56:20'),
(117195,43229,'action created','2021-01-30 10:56:20','2021-01-30 05:56:20'),
(117196,43229,'action started via WP Cron','2021-01-30 10:57:25','2021-01-30 05:57:25'),
(117197,43229,'action complete via WP Cron','2021-01-30 10:57:25','2021-01-30 05:57:25'),
(117198,43230,'action created','2021-01-30 10:57:25','2021-01-30 05:57:25'),
(117199,43230,'action started via WP Cron','2021-01-30 10:59:25','2021-01-30 05:59:25'),
(117200,43230,'action complete via WP Cron','2021-01-30 10:59:25','2021-01-30 05:59:25'),
(117201,43231,'action created','2021-01-30 10:59:25','2021-01-30 05:59:25'),
(117202,43231,'action started via WP Cron','2021-01-30 11:00:52','2021-01-30 06:00:52'),
(117203,43231,'action complete via WP Cron','2021-01-30 11:00:52','2021-01-30 06:00:52'),
(117204,43232,'action created','2021-01-30 11:00:52','2021-01-30 06:00:52'),
(117205,43232,'action started via WP Cron','2021-01-30 11:01:56','2021-01-30 06:01:56'),
(117206,43232,'action complete via WP Cron','2021-01-30 11:01:56','2021-01-30 06:01:56'),
(117207,43233,'action created','2021-01-30 11:01:56','2021-01-30 06:01:56'),
(117208,43233,'action started via WP Cron','2021-01-30 11:02:41','2021-01-30 06:02:41'),
(117209,43233,'action complete via WP Cron','2021-01-30 11:02:41','2021-01-30 06:02:41'),
(117210,43234,'action created','2021-01-30 11:02:41','2021-01-30 06:02:41'),
(117211,43234,'action started via WP Cron','2021-01-30 11:03:41','2021-01-30 06:03:41'),
(117212,43234,'action complete via WP Cron','2021-01-30 11:03:41','2021-01-30 06:03:41'),
(117213,43235,'action created','2021-01-30 11:03:41','2021-01-30 06:03:41'),
(117214,43235,'action started via WP Cron','2021-01-30 11:05:54','2021-01-30 06:05:54'),
(117215,43235,'action complete via WP Cron','2021-01-30 11:05:54','2021-01-30 06:05:54'),
(117216,43236,'action created','2021-01-30 11:05:54','2021-01-30 06:05:54'),
(117217,43236,'action started via WP Cron','2021-01-30 11:06:23','2021-01-30 06:06:23'),
(117218,43236,'action complete via WP Cron','2021-01-30 11:06:23','2021-01-30 06:06:23'),
(117219,43237,'action created','2021-01-30 11:06:23','2021-01-30 06:06:23'),
(117220,43237,'action started via WP Cron','2021-01-30 11:08:53','2021-01-30 06:08:53'),
(117221,43237,'action complete via WP Cron','2021-01-30 11:08:53','2021-01-30 06:08:53'),
(117222,43238,'action created','2021-01-30 11:08:53','2021-01-30 06:08:53'),
(117223,43238,'action started via WP Cron','2021-01-30 11:09:13','2021-01-30 06:09:13'),
(117224,43238,'action complete via WP Cron','2021-01-30 11:09:13','2021-01-30 06:09:13'),
(117225,43239,'action created','2021-01-30 11:09:13','2021-01-30 06:09:13'),
(117226,43239,'action started via WP Cron','2021-01-30 11:10:40','2021-01-30 06:10:40'),
(117227,43239,'action complete via WP Cron','2021-01-30 11:10:40','2021-01-30 06:10:40'),
(117228,43240,'action created','2021-01-30 11:10:40','2021-01-30 06:10:40'),
(117229,43240,'action started via WP Cron','2021-01-30 11:12:16','2021-01-30 06:12:16'),
(117230,43240,'action complete via WP Cron','2021-01-30 11:12:16','2021-01-30 06:12:16'),
(117231,43241,'action created','2021-01-30 11:12:16','2021-01-30 06:12:16'),
(117232,43241,'action started via WP Cron','2021-01-30 11:14:06','2021-01-30 06:14:06'),
(117233,43241,'action complete via WP Cron','2021-01-30 11:14:06','2021-01-30 06:14:06'),
(117234,43242,'action created','2021-01-30 11:14:06','2021-01-30 06:14:06'),
(117235,43242,'action started via WP Cron','2021-01-30 11:14:35','2021-01-30 06:14:35'),
(117236,43242,'action complete via WP Cron','2021-01-30 11:14:35','2021-01-30 06:14:35'),
(117237,43243,'action created','2021-01-30 11:14:35','2021-01-30 06:14:35'),
(117238,43243,'action started via WP Cron','2021-01-30 11:15:16','2021-01-30 06:15:16'),
(117239,43243,'action complete via WP Cron','2021-01-30 11:15:16','2021-01-30 06:15:16'),
(117240,43244,'action created','2021-01-30 11:15:17','2021-01-30 06:15:17'),
(117241,43244,'action started via WP Cron','2021-01-30 11:17:37','2021-01-30 06:17:37'),
(117242,43244,'action complete via WP Cron','2021-01-30 11:17:37','2021-01-30 06:17:37'),
(117243,43245,'action created','2021-01-30 11:17:37','2021-01-30 06:17:37'),
(117244,43245,'action started via WP Cron','2021-01-30 11:18:21','2021-01-30 06:18:21'),
(117245,43245,'action complete via WP Cron','2021-01-30 11:18:21','2021-01-30 06:18:21'),
(117246,43246,'action created','2021-01-30 11:18:21','2021-01-30 06:18:21'),
(117247,43246,'action started via WP Cron','2021-01-30 11:20:24','2021-01-30 06:20:24'),
(117248,43246,'action complete via WP Cron','2021-01-30 11:20:24','2021-01-30 06:20:24'),
(117249,43247,'action created','2021-01-30 11:20:24','2021-01-30 06:20:24'),
(117250,43247,'action started via WP Cron','2021-01-30 11:23:22','2021-01-30 06:23:22'),
(117251,43247,'action complete via WP Cron','2021-01-30 11:23:22','2021-01-30 06:23:22'),
(117252,43248,'action created','2021-01-30 11:23:22','2021-01-30 06:23:22'),
(117253,43248,'action started via WP Cron','2021-01-30 11:24:21','2021-01-30 06:24:21'),
(117254,43248,'action complete via WP Cron','2021-01-30 11:24:21','2021-01-30 06:24:21'),
(117255,43249,'action created','2021-01-30 11:24:21','2021-01-30 06:24:21'),
(117256,43249,'action started via WP Cron','2021-01-30 11:25:21','2021-01-30 06:25:21'),
(117257,43249,'action complete via WP Cron','2021-01-30 11:25:21','2021-01-30 06:25:21'),
(117258,43250,'action created','2021-01-30 11:25:21','2021-01-30 06:25:21'),
(117259,43250,'action started via WP Cron','2021-01-30 11:27:18','2021-01-30 06:27:18'),
(117260,43250,'action complete via WP Cron','2021-01-30 11:27:18','2021-01-30 06:27:18'),
(117261,43251,'action created','2021-01-30 11:27:18','2021-01-30 06:27:18'),
(117262,43251,'action started via WP Cron','2021-01-30 11:28:43','2021-01-30 06:28:43'),
(117263,43251,'action complete via WP Cron','2021-01-30 11:28:43','2021-01-30 06:28:43'),
(117264,43252,'action created','2021-01-30 11:28:43','2021-01-30 06:28:43'),
(117265,43252,'action started via WP Cron','2021-01-30 11:30:42','2021-01-30 06:30:42'),
(117266,43252,'action complete via WP Cron','2021-01-30 11:30:42','2021-01-30 06:30:42'),
(117267,43253,'action created','2021-01-30 11:30:42','2021-01-30 06:30:42'),
(117268,43253,'action started via WP Cron','2021-01-30 11:34:42','2021-01-30 06:34:42'),
(117269,43253,'action complete via WP Cron','2021-01-30 11:34:42','2021-01-30 06:34:42'),
(117270,43254,'action created','2021-01-30 11:34:42','2021-01-30 06:34:42'),
(117271,43254,'action started via WP Cron','2021-01-30 11:36:15','2021-01-30 06:36:15'),
(117272,43254,'action complete via WP Cron','2021-01-30 11:36:15','2021-01-30 06:36:15'),
(117273,43255,'action created','2021-01-30 11:36:15','2021-01-30 06:36:15'),
(117274,43255,'action started via WP Cron','2021-01-30 11:37:17','2021-01-30 06:37:17'),
(117275,43255,'action complete via WP Cron','2021-01-30 11:37:17','2021-01-30 06:37:17'),
(117276,43256,'action created','2021-01-30 11:37:17','2021-01-30 06:37:17'),
(117277,43256,'action started via WP Cron','2021-01-30 11:40:11','2021-01-30 06:40:11'),
(117278,43256,'action complete via WP Cron','2021-01-30 11:40:11','2021-01-30 06:40:11'),
(117279,43257,'action created','2021-01-30 11:40:11','2021-01-30 06:40:11'),
(117280,43257,'action started via Async Request','2021-01-30 11:41:07','2021-01-30 06:41:07'),
(117281,43257,'action complete via Async Request','2021-01-30 11:41:07','2021-01-30 06:41:07'),
(117282,43258,'action created','2021-01-30 11:41:09','2021-01-30 06:41:09'),
(117283,43258,'action started via WP Cron','2021-01-30 11:42:23','2021-01-30 06:42:23'),
(117284,43258,'action complete via WP Cron','2021-01-30 11:42:23','2021-01-30 06:42:23'),
(117285,43259,'action created','2021-01-30 11:42:23','2021-01-30 06:42:23'),
(117286,43259,'action started via WP Cron','2021-01-30 11:43:15','2021-01-30 06:43:15'),
(117287,43259,'action complete via WP Cron','2021-01-30 11:43:15','2021-01-30 06:43:15'),
(117288,43260,'action created','2021-01-30 11:43:15','2021-01-30 06:43:15'),
(117289,43260,'action started via WP Cron','2021-01-30 11:46:13','2021-01-30 06:46:13'),
(117290,43260,'action complete via WP Cron','2021-01-30 11:46:13','2021-01-30 06:46:13'),
(117291,43261,'action created','2021-01-30 11:46:13','2021-01-30 06:46:13'),
(117292,43261,'action started via WP Cron','2021-01-30 11:47:12','2021-01-30 06:47:12'),
(117293,43261,'action complete via WP Cron','2021-01-30 11:47:12','2021-01-30 06:47:12'),
(117294,43262,'action created','2021-01-30 11:47:12','2021-01-30 06:47:12'),
(117295,43262,'action started via WP Cron','2021-01-30 11:51:54','2021-01-30 06:51:54'),
(117296,43262,'action complete via WP Cron','2021-01-30 11:51:54','2021-01-30 06:51:54'),
(117297,43263,'action created','2021-01-30 11:51:54','2021-01-30 06:51:54'),
(117298,43263,'action started via WP Cron','2021-01-30 11:52:21','2021-01-30 06:52:21'),
(117299,43263,'action complete via WP Cron','2021-01-30 11:52:21','2021-01-30 06:52:21'),
(117300,43264,'action created','2021-01-30 11:52:21','2021-01-30 06:52:21'),
(117301,43264,'action started via WP Cron','2021-01-30 11:53:16','2021-01-30 06:53:16'),
(117302,43264,'action complete via WP Cron','2021-01-30 11:53:16','2021-01-30 06:53:16'),
(117303,43265,'action created','2021-01-30 11:53:16','2021-01-30 06:53:16'),
(117304,43265,'action started via WP Cron','2021-01-30 11:54:47','2021-01-30 06:54:47'),
(117305,43265,'action complete via WP Cron','2021-01-30 11:54:47','2021-01-30 06:54:47'),
(117306,43266,'action created','2021-01-30 11:54:47','2021-01-30 06:54:47'),
(117307,43266,'action started via WP Cron','2021-01-30 11:55:50','2021-01-30 06:55:50'),
(117308,43266,'action complete via WP Cron','2021-01-30 11:55:50','2021-01-30 06:55:50'),
(117309,43267,'action created','2021-01-30 11:55:50','2021-01-30 06:55:50'),
(117310,43267,'action started via WP Cron','2021-01-30 11:56:13','2021-01-30 06:56:13'),
(117311,43267,'action complete via WP Cron','2021-01-30 11:56:13','2021-01-30 06:56:13'),
(117312,43268,'action created','2021-01-30 11:56:13','2021-01-30 06:56:13'),
(117313,43268,'action started via WP Cron','2021-01-30 11:57:26','2021-01-30 06:57:26'),
(117314,43268,'action complete via WP Cron','2021-01-30 11:57:26','2021-01-30 06:57:26'),
(117315,43269,'action created','2021-01-30 11:57:26','2021-01-30 06:57:26'),
(117316,43269,'action started via WP Cron','2021-01-30 11:59:47','2021-01-30 06:59:47'),
(117317,43269,'action complete via WP Cron','2021-01-30 11:59:47','2021-01-30 06:59:47'),
(117318,43270,'action created','2021-01-30 11:59:47','2021-01-30 06:59:47'),
(117319,43270,'action started via WP Cron','2021-01-30 12:03:37','2021-01-30 07:03:37'),
(117320,43270,'action complete via WP Cron','2021-01-30 12:03:37','2021-01-30 07:03:37'),
(117321,43271,'action created','2021-01-30 12:03:37','2021-01-30 07:03:37'),
(117322,43271,'action started via WP Cron','2021-01-30 12:05:04','2021-01-30 07:05:04'),
(117323,43271,'action complete via WP Cron','2021-01-30 12:05:04','2021-01-30 07:05:04'),
(117324,43272,'action created','2021-01-30 12:05:04','2021-01-30 07:05:04'),
(117325,43272,'action started via WP Cron','2021-01-30 12:05:27','2021-01-30 07:05:27'),
(117326,43272,'action complete via WP Cron','2021-01-30 12:05:27','2021-01-30 07:05:27'),
(117327,43273,'action created','2021-01-30 12:05:27','2021-01-30 07:05:27'),
(117328,43273,'action started via WP Cron','2021-01-30 12:06:55','2021-01-30 07:06:55'),
(117329,43273,'action complete via WP Cron','2021-01-30 12:06:55','2021-01-30 07:06:55'),
(117330,43274,'action created','2021-01-30 12:06:55','2021-01-30 07:06:55'),
(117331,43274,'action started via WP Cron','2021-01-30 12:07:16','2021-01-30 07:07:16'),
(117332,43274,'action complete via WP Cron','2021-01-30 12:07:16','2021-01-30 07:07:16'),
(117333,43275,'action created','2021-01-30 12:07:16','2021-01-30 07:07:16'),
(117334,43275,'action started via WP Cron','2021-01-30 12:10:58','2021-01-30 07:10:58'),
(117335,43275,'action complete via WP Cron','2021-01-30 12:10:58','2021-01-30 07:10:58'),
(117336,43276,'action created','2021-01-30 12:10:58','2021-01-30 07:10:58'),
(117337,43276,'action started via WP Cron','2021-01-30 12:12:41','2021-01-30 07:12:41'),
(117338,43276,'action complete via WP Cron','2021-01-30 12:12:41','2021-01-30 07:12:41'),
(117339,43277,'action created','2021-01-30 12:12:41','2021-01-30 07:12:41'),
(117340,43277,'action started via WP Cron','2021-01-30 12:13:24','2021-01-30 07:13:24'),
(117341,43277,'action complete via WP Cron','2021-01-30 12:13:24','2021-01-30 07:13:24'),
(117342,43278,'action created','2021-01-30 12:13:24','2021-01-30 07:13:24'),
(117343,43278,'action started via WP Cron','2021-01-30 12:15:09','2021-01-30 07:15:09'),
(117344,43278,'action complete via WP Cron','2021-01-30 12:15:09','2021-01-30 07:15:09'),
(117345,43279,'action created','2021-01-30 12:15:09','2021-01-30 07:15:09'),
(117346,43279,'action started via WP Cron','2021-01-30 12:15:26','2021-01-30 07:15:26'),
(117347,43279,'action complete via WP Cron','2021-01-30 12:15:26','2021-01-30 07:15:26'),
(117348,43280,'action created','2021-01-30 12:15:26','2021-01-30 07:15:26'),
(117349,43280,'action started via WP Cron','2021-01-30 12:17:34','2021-01-30 07:17:34'),
(117350,43280,'action complete via WP Cron','2021-01-30 12:17:34','2021-01-30 07:17:34'),
(117351,43281,'action created','2021-01-30 12:17:34','2021-01-30 07:17:34'),
(117352,43281,'action started via WP Cron','2021-01-30 12:19:05','2021-01-30 07:19:05'),
(117353,43281,'action complete via WP Cron','2021-01-30 12:19:05','2021-01-30 07:19:05'),
(117354,43282,'action created','2021-01-30 12:19:05','2021-01-30 07:19:05'),
(117355,43282,'action started via WP Cron','2021-01-30 12:19:41','2021-01-30 07:19:41'),
(117356,43282,'action complete via WP Cron','2021-01-30 12:19:41','2021-01-30 07:19:41'),
(117357,43283,'action created','2021-01-30 12:19:41','2021-01-30 07:19:41'),
(117358,43283,'action started via WP Cron','2021-01-30 12:20:30','2021-01-30 07:20:30'),
(117359,43283,'action complete via WP Cron','2021-01-30 12:20:30','2021-01-30 07:20:30'),
(117360,43284,'action created','2021-01-30 12:20:30','2021-01-30 07:20:30'),
(117361,43284,'action started via WP Cron','2021-01-30 12:21:26','2021-01-30 07:21:26'),
(117362,43284,'action complete via WP Cron','2021-01-30 12:21:26','2021-01-30 07:21:26'),
(117363,43285,'action created','2021-01-30 12:21:26','2021-01-30 07:21:26'),
(117364,43285,'action started via WP Cron','2021-01-30 12:22:14','2021-01-30 07:22:14'),
(117365,43285,'action complete via WP Cron','2021-01-30 12:22:14','2021-01-30 07:22:14'),
(117366,43286,'action created','2021-01-30 12:22:14','2021-01-30 07:22:14'),
(117367,43286,'action started via WP Cron','2021-01-30 12:24:49','2021-01-30 07:24:49'),
(117368,43286,'action complete via WP Cron','2021-01-30 12:24:49','2021-01-30 07:24:49'),
(117369,43287,'action created','2021-01-30 12:24:49','2021-01-30 07:24:49'),
(117370,43287,'action started via WP Cron','2021-01-30 12:26:07','2021-01-30 07:26:07'),
(117371,43287,'action complete via WP Cron','2021-01-30 12:26:07','2021-01-30 07:26:07'),
(117372,43288,'action created','2021-01-30 12:26:08','2021-01-30 07:26:08'),
(117373,43288,'action started via WP Cron','2021-01-30 12:29:20','2021-01-30 07:29:20'),
(117374,43288,'action complete via WP Cron','2021-01-30 12:29:20','2021-01-30 07:29:20'),
(117375,43289,'action created','2021-01-30 12:29:20','2021-01-30 07:29:20'),
(117376,43289,'action started via WP Cron','2021-01-30 12:30:52','2021-01-30 07:30:52'),
(117377,43289,'action complete via WP Cron','2021-01-30 12:30:52','2021-01-30 07:30:52'),
(117378,43290,'action created','2021-01-30 12:30:52','2021-01-30 07:30:52'),
(117379,43290,'action started via WP Cron','2021-01-30 12:32:43','2021-01-30 07:32:43'),
(117380,43290,'action complete via WP Cron','2021-01-30 12:32:43','2021-01-30 07:32:43'),
(117381,43291,'action created','2021-01-30 12:32:44','2021-01-30 07:32:44'),
(117382,43291,'action started via WP Cron','2021-01-30 12:34:18','2021-01-30 07:34:18'),
(117383,43291,'action complete via WP Cron','2021-01-30 12:34:18','2021-01-30 07:34:18'),
(117384,43292,'action created','2021-01-30 12:34:18','2021-01-30 07:34:18'),
(117385,43292,'action started via WP Cron','2021-01-30 12:36:11','2021-01-30 07:36:11'),
(117386,43292,'action complete via WP Cron','2021-01-30 12:36:11','2021-01-30 07:36:11'),
(117387,43293,'action created','2021-01-30 12:36:11','2021-01-30 07:36:11'),
(117388,43293,'action started via WP Cron','2021-01-30 12:38:02','2021-01-30 07:38:02'),
(117389,43293,'action complete via WP Cron','2021-01-30 12:38:02','2021-01-30 07:38:02'),
(117390,43294,'action created','2021-01-30 12:38:03','2021-01-30 07:38:03'),
(117391,43294,'action started via WP Cron','2021-01-30 12:39:02','2021-01-30 07:39:02'),
(117392,43294,'action complete via WP Cron','2021-01-30 12:39:02','2021-01-30 07:39:02'),
(117393,43295,'action created','2021-01-30 12:39:02','2021-01-30 07:39:02'),
(117394,43295,'action started via WP Cron','2021-01-30 12:40:01','2021-01-30 07:40:01'),
(117395,43295,'action complete via WP Cron','2021-01-30 12:40:01','2021-01-30 07:40:01'),
(117396,43296,'action created','2021-01-30 12:40:01','2021-01-30 07:40:01'),
(117397,43296,'action started via WP Cron','2021-01-30 12:40:49','2021-01-30 07:40:49'),
(117398,43296,'action complete via WP Cron','2021-01-30 12:40:49','2021-01-30 07:40:49'),
(117399,43297,'action created','2021-01-30 12:40:49','2021-01-30 07:40:49'),
(117400,43297,'action started via WP Cron','2021-01-30 12:41:31','2021-01-30 07:41:31'),
(117401,43297,'action complete via WP Cron','2021-01-30 12:41:31','2021-01-30 07:41:31'),
(117402,43298,'action created','2021-01-30 12:41:31','2021-01-30 07:41:31'),
(117403,43298,'action started via WP Cron','2021-01-30 12:42:25','2021-01-30 07:42:25'),
(117404,43298,'action complete via WP Cron','2021-01-30 12:42:25','2021-01-30 07:42:25'),
(117405,43299,'action created','2021-01-30 12:42:25','2021-01-30 07:42:25'),
(117406,43299,'action started via WP Cron','2021-01-30 12:43:33','2021-01-30 07:43:33'),
(117407,43299,'action complete via WP Cron','2021-01-30 12:43:33','2021-01-30 07:43:33'),
(117408,43300,'action created','2021-01-30 12:43:33','2021-01-30 07:43:33'),
(117409,43300,'action started via WP Cron','2021-01-30 12:44:18','2021-01-30 07:44:18'),
(117410,43300,'action complete via WP Cron','2021-01-30 12:44:18','2021-01-30 07:44:18'),
(117411,43301,'action created','2021-01-30 12:44:18','2021-01-30 07:44:18'),
(117412,43301,'action started via WP Cron','2021-01-30 12:45:16','2021-01-30 07:45:16'),
(117413,43301,'action complete via WP Cron','2021-01-30 12:45:16','2021-01-30 07:45:16'),
(117414,43302,'action created','2021-01-30 12:45:17','2021-01-30 07:45:17'),
(117415,43302,'action started via WP Cron','2021-01-30 12:46:27','2021-01-30 07:46:27'),
(117416,43302,'action complete via WP Cron','2021-01-30 12:46:27','2021-01-30 07:46:27'),
(117417,43303,'action created','2021-01-30 12:46:27','2021-01-30 07:46:27'),
(117418,43303,'action started via WP Cron','2021-01-30 12:47:36','2021-01-30 07:47:36'),
(117419,43303,'action complete via WP Cron','2021-01-30 12:47:36','2021-01-30 07:47:36'),
(117420,43304,'action created','2021-01-30 12:47:36','2021-01-30 07:47:36'),
(117421,43304,'action started via WP Cron','2021-01-30 12:48:45','2021-01-30 07:48:45'),
(117422,43304,'action complete via WP Cron','2021-01-30 12:48:45','2021-01-30 07:48:45'),
(117423,43305,'action created','2021-01-30 12:48:45','2021-01-30 07:48:45'),
(117424,43305,'action started via WP Cron','2021-01-30 12:49:40','2021-01-30 07:49:40'),
(117425,43305,'action complete via WP Cron','2021-01-30 12:49:40','2021-01-30 07:49:40'),
(117426,43306,'action created','2021-01-30 12:49:40','2021-01-30 07:49:40'),
(117427,43306,'action started via WP Cron','2021-01-30 12:52:29','2021-01-30 07:52:29'),
(117428,43306,'action complete via WP Cron','2021-01-30 12:52:29','2021-01-30 07:52:29'),
(117429,43307,'action created','2021-01-30 12:52:29','2021-01-30 07:52:29'),
(117430,43307,'action started via WP Cron','2021-01-30 12:53:14','2021-01-30 07:53:14'),
(117431,43307,'action complete via WP Cron','2021-01-30 12:53:14','2021-01-30 07:53:14'),
(117432,43308,'action created','2021-01-30 12:53:14','2021-01-30 07:53:14'),
(117433,43308,'action started via WP Cron','2021-01-30 12:54:18','2021-01-30 07:54:18'),
(117434,43308,'action complete via WP Cron','2021-01-30 12:54:18','2021-01-30 07:54:18'),
(117435,43309,'action created','2021-01-30 12:54:18','2021-01-30 07:54:18'),
(117436,43309,'action started via WP Cron','2021-01-30 12:56:23','2021-01-30 07:56:23'),
(117437,43309,'action complete via WP Cron','2021-01-30 12:56:23','2021-01-30 07:56:23'),
(117438,43310,'action created','2021-01-30 12:56:23','2021-01-30 07:56:23'),
(117439,43310,'action started via WP Cron','2021-01-30 12:58:43','2021-01-30 07:58:43'),
(117440,43310,'action complete via WP Cron','2021-01-30 12:58:43','2021-01-30 07:58:43'),
(117441,43311,'action created','2021-01-30 12:58:43','2021-01-30 07:58:43'),
(117442,43311,'action started via WP Cron','2021-01-30 12:59:27','2021-01-30 07:59:27'),
(117443,43311,'action complete via WP Cron','2021-01-30 12:59:27','2021-01-30 07:59:27'),
(117444,43312,'action created','2021-01-30 12:59:27','2021-01-30 07:59:27'),
(117445,43312,'action started via WP Cron','2021-01-30 13:00:34','2021-01-30 08:00:34'),
(117446,43312,'action complete via WP Cron','2021-01-30 13:00:34','2021-01-30 08:00:34'),
(117447,43313,'action created','2021-01-30 13:00:34','2021-01-30 08:00:34'),
(117448,43313,'action started via WP Cron','2021-01-30 13:01:58','2021-01-30 08:01:58'),
(117449,43313,'action complete via WP Cron','2021-01-30 13:01:58','2021-01-30 08:01:58'),
(117450,43314,'action created','2021-01-30 13:01:58','2021-01-30 08:01:58'),
(117451,43314,'action started via WP Cron','2021-01-30 13:02:38','2021-01-30 08:02:38'),
(117452,43314,'action complete via WP Cron','2021-01-30 13:02:38','2021-01-30 08:02:38'),
(117453,43315,'action created','2021-01-30 13:02:39','2021-01-30 08:02:39'),
(117454,43315,'action started via WP Cron','2021-01-30 13:03:51','2021-01-30 08:03:51'),
(117455,43315,'action complete via WP Cron','2021-01-30 13:03:51','2021-01-30 08:03:51'),
(117456,43316,'action created','2021-01-30 13:03:51','2021-01-30 08:03:51'),
(117457,43316,'action started via WP Cron','2021-01-30 13:05:29','2021-01-30 08:05:29'),
(117458,43316,'action complete via WP Cron','2021-01-30 13:05:29','2021-01-30 08:05:29'),
(117459,43317,'action created','2021-01-30 13:05:29','2021-01-30 08:05:29'),
(117460,43317,'action started via WP Cron','2021-01-30 13:06:45','2021-01-30 08:06:45'),
(117461,43317,'action complete via WP Cron','2021-01-30 13:06:45','2021-01-30 08:06:45'),
(117462,43318,'action created','2021-01-30 13:06:45','2021-01-30 08:06:45'),
(117463,43318,'action started via WP Cron','2021-01-30 13:07:12','2021-01-30 08:07:12'),
(117464,43318,'action complete via WP Cron','2021-01-30 13:07:12','2021-01-30 08:07:12'),
(117465,43319,'action created','2021-01-30 13:07:12','2021-01-30 08:07:12'),
(117466,43319,'action started via WP Cron','2021-01-30 13:12:12','2021-01-30 08:12:12'),
(117467,43319,'action complete via WP Cron','2021-01-30 13:12:12','2021-01-30 08:12:12'),
(117468,43320,'action created','2021-01-30 13:12:12','2021-01-30 08:12:12'),
(117469,43320,'action started via WP Cron','2021-01-30 13:13:17','2021-01-30 08:13:17'),
(117470,43320,'action complete via WP Cron','2021-01-30 13:13:17','2021-01-30 08:13:17'),
(117471,43321,'action created','2021-01-30 13:13:17','2021-01-30 08:13:17'),
(117472,42356,'action started via WP Cron','2021-01-30 13:15:27','2021-01-30 08:15:27'),
(117473,42356,'action complete via WP Cron','2021-01-30 13:15:27','2021-01-30 08:15:27'),
(117474,43322,'action created','2021-01-30 13:15:27','2021-01-30 08:15:27'),
(117475,43321,'action started via WP Cron','2021-01-30 13:15:27','2021-01-30 08:15:27'),
(117476,43321,'action complete via WP Cron','2021-01-30 13:15:27','2021-01-30 08:15:27'),
(117477,43323,'action created','2021-01-30 13:15:27','2021-01-30 08:15:27'),
(117478,43323,'action started via WP Cron','2021-01-30 13:16:23','2021-01-30 08:16:23'),
(117479,43323,'action complete via WP Cron','2021-01-30 13:16:23','2021-01-30 08:16:23'),
(117480,43324,'action created','2021-01-30 13:16:23','2021-01-30 08:16:23'),
(117481,43324,'action started via WP Cron','2021-01-30 13:17:59','2021-01-30 08:17:59'),
(117482,43324,'action complete via WP Cron','2021-01-30 13:17:59','2021-01-30 08:17:59'),
(117483,43325,'action created','2021-01-30 13:17:59','2021-01-30 08:17:59'),
(117484,43325,'action started via WP Cron','2021-01-30 13:18:12','2021-01-30 08:18:12'),
(117485,43325,'action complete via WP Cron','2021-01-30 13:18:12','2021-01-30 08:18:12'),
(117486,43326,'action created','2021-01-30 13:18:12','2021-01-30 08:18:12'),
(117487,43326,'action started via WP Cron','2021-01-30 13:20:06','2021-01-30 08:20:06'),
(117488,43326,'action complete via WP Cron','2021-01-30 13:20:06','2021-01-30 08:20:06'),
(117489,43327,'action created','2021-01-30 13:20:06','2021-01-30 08:20:06'),
(117490,43327,'action started via WP Cron','2021-01-30 13:20:55','2021-01-30 08:20:55'),
(117491,43327,'action complete via WP Cron','2021-01-30 13:20:55','2021-01-30 08:20:55'),
(117492,43328,'action created','2021-01-30 13:20:55','2021-01-30 08:20:55'),
(117493,43328,'action started via WP Cron','2021-01-30 13:21:38','2021-01-30 08:21:38'),
(117494,43328,'action complete via WP Cron','2021-01-30 13:21:38','2021-01-30 08:21:38'),
(117495,43329,'action created','2021-01-30 13:21:38','2021-01-30 08:21:38'),
(117496,43329,'action started via WP Cron','2021-01-30 13:22:13','2021-01-30 08:22:13'),
(117497,43329,'action complete via WP Cron','2021-01-30 13:22:13','2021-01-30 08:22:13'),
(117498,43330,'action created','2021-01-30 13:22:13','2021-01-30 08:22:13'),
(117499,43330,'action started via WP Cron','2021-01-30 13:23:33','2021-01-30 08:23:33'),
(117500,43330,'action complete via WP Cron','2021-01-30 13:23:33','2021-01-30 08:23:33'),
(117501,43331,'action created','2021-01-30 13:23:33','2021-01-30 08:23:33'),
(117502,43331,'action started via WP Cron','2021-01-30 13:24:12','2021-01-30 08:24:12'),
(117503,43331,'action complete via WP Cron','2021-01-30 13:24:12','2021-01-30 08:24:12'),
(117504,43332,'action created','2021-01-30 13:24:12','2021-01-30 08:24:12'),
(117505,43332,'action started via WP Cron','2021-01-30 13:29:06','2021-01-30 08:29:06'),
(117506,43332,'action complete via WP Cron','2021-01-30 13:29:06','2021-01-30 08:29:06'),
(117507,43333,'action created','2021-01-30 13:29:07','2021-01-30 08:29:07'),
(117508,43333,'action started via WP Cron','2021-01-30 13:29:43','2021-01-30 08:29:43'),
(117509,43333,'action complete via WP Cron','2021-01-30 13:29:43','2021-01-30 08:29:43'),
(117510,43334,'action created','2021-01-30 13:29:43','2021-01-30 08:29:43'),
(117511,43334,'action started via WP Cron','2021-01-30 13:30:31','2021-01-30 08:30:31'),
(117512,43334,'action complete via WP Cron','2021-01-30 13:30:31','2021-01-30 08:30:31'),
(117513,43335,'action created','2021-01-30 13:30:31','2021-01-30 08:30:31'),
(117514,43335,'action started via WP Cron','2021-01-30 13:31:50','2021-01-30 08:31:50'),
(117515,43335,'action complete via WP Cron','2021-01-30 13:31:50','2021-01-30 08:31:50'),
(117516,43336,'action created','2021-01-30 13:31:50','2021-01-30 08:31:50'),
(117517,43336,'action started via WP Cron','2021-01-30 13:32:54','2021-01-30 08:32:54'),
(117518,43336,'action complete via WP Cron','2021-01-30 13:32:54','2021-01-30 08:32:54'),
(117519,43337,'action created','2021-01-30 13:32:55','2021-01-30 08:32:55'),
(117520,43337,'action started via WP Cron','2021-01-30 13:34:45','2021-01-30 08:34:45'),
(117521,43337,'action complete via WP Cron','2021-01-30 13:34:45','2021-01-30 08:34:45'),
(117522,43338,'action created','2021-01-30 13:34:45','2021-01-30 08:34:45'),
(117523,43338,'action started via WP Cron','2021-01-30 13:36:27','2021-01-30 08:36:27'),
(117524,43338,'action complete via WP Cron','2021-01-30 13:36:27','2021-01-30 08:36:27'),
(117525,43339,'action created','2021-01-30 13:36:27','2021-01-30 08:36:27'),
(117526,43339,'action started via WP Cron','2021-01-30 13:37:28','2021-01-30 08:37:28'),
(117527,43339,'action complete via WP Cron','2021-01-30 13:37:28','2021-01-30 08:37:28'),
(117528,43340,'action created','2021-01-30 13:37:28','2021-01-30 08:37:28'),
(117529,43340,'action started via WP Cron','2021-01-30 13:38:23','2021-01-30 08:38:23'),
(117530,43340,'action complete via WP Cron','2021-01-30 13:38:23','2021-01-30 08:38:23'),
(117531,43341,'action created','2021-01-30 13:38:23','2021-01-30 08:38:23'),
(117532,43341,'action started via WP Cron','2021-01-30 13:39:47','2021-01-30 08:39:47'),
(117533,43341,'action complete via WP Cron','2021-01-30 13:39:47','2021-01-30 08:39:47'),
(117534,43342,'action created','2021-01-30 13:39:47','2021-01-30 08:39:47'),
(117535,43342,'action started via WP Cron','2021-01-30 13:40:34','2021-01-30 08:40:34'),
(117536,43342,'action complete via WP Cron','2021-01-30 13:40:34','2021-01-30 08:40:34'),
(117537,43343,'action created','2021-01-30 13:40:34','2021-01-30 08:40:34'),
(117538,43343,'action started via WP Cron','2021-01-30 13:41:31','2021-01-30 08:41:31'),
(117539,43343,'action complete via WP Cron','2021-01-30 13:41:31','2021-01-30 08:41:31'),
(117540,43344,'action created','2021-01-30 13:41:31','2021-01-30 08:41:31'),
(117541,43344,'action started via WP Cron','2021-01-30 13:42:39','2021-01-30 08:42:39'),
(117542,43344,'action complete via WP Cron','2021-01-30 13:42:39','2021-01-30 08:42:39'),
(117543,43345,'action created','2021-01-30 13:42:39','2021-01-30 08:42:39'),
(117544,43345,'action started via WP Cron','2021-01-30 13:43:17','2021-01-30 08:43:17'),
(117545,43345,'action complete via WP Cron','2021-01-30 13:43:17','2021-01-30 08:43:17'),
(117546,43346,'action created','2021-01-30 13:43:17','2021-01-30 08:43:17'),
(117547,43346,'action started via WP Cron','2021-01-30 13:44:14','2021-01-30 08:44:14'),
(117548,43346,'action complete via WP Cron','2021-01-30 13:44:14','2021-01-30 08:44:14'),
(117549,43347,'action created','2021-01-30 13:44:14','2021-01-30 08:44:14'),
(117550,43347,'action started via WP Cron','2021-01-30 13:46:00','2021-01-30 08:46:00'),
(117551,43347,'action complete via WP Cron','2021-01-30 13:46:01','2021-01-30 08:46:01'),
(117552,43348,'action created','2021-01-30 13:46:01','2021-01-30 08:46:01'),
(117553,43348,'action started via WP Cron','2021-01-30 13:46:11','2021-01-30 08:46:11'),
(117554,43348,'action complete via WP Cron','2021-01-30 13:46:11','2021-01-30 08:46:11'),
(117555,43349,'action created','2021-01-30 13:46:11','2021-01-30 08:46:11'),
(117556,43349,'action started via WP Cron','2021-01-30 13:47:20','2021-01-30 08:47:20'),
(117557,43349,'action complete via WP Cron','2021-01-30 13:47:20','2021-01-30 08:47:20'),
(117558,43350,'action created','2021-01-30 13:47:20','2021-01-30 08:47:20'),
(117559,43350,'action started via WP Cron','2021-01-30 13:48:40','2021-01-30 08:48:40'),
(117560,43350,'action complete via WP Cron','2021-01-30 13:48:40','2021-01-30 08:48:40'),
(117561,43351,'action created','2021-01-30 13:48:40','2021-01-30 08:48:40'),
(117562,43351,'action started via WP Cron','2021-01-30 13:50:03','2021-01-30 08:50:03'),
(117563,43351,'action complete via WP Cron','2021-01-30 13:50:03','2021-01-30 08:50:03'),
(117564,43352,'action created','2021-01-30 13:50:03','2021-01-30 08:50:03'),
(117565,43352,'action started via WP Cron','2021-01-30 13:51:00','2021-01-30 08:51:00'),
(117566,43352,'action complete via WP Cron','2021-01-30 13:51:00','2021-01-30 08:51:00'),
(117567,43353,'action created','2021-01-30 13:51:00','2021-01-30 08:51:00'),
(117568,43353,'action started via WP Cron','2021-01-30 13:52:22','2021-01-30 08:52:22'),
(117569,43353,'action complete via WP Cron','2021-01-30 13:52:22','2021-01-30 08:52:22'),
(117570,43354,'action created','2021-01-30 13:52:22','2021-01-30 08:52:22'),
(117571,43354,'action started via WP Cron','2021-01-30 13:55:12','2021-01-30 08:55:12'),
(117572,43354,'action complete via WP Cron','2021-01-30 13:55:12','2021-01-30 08:55:12'),
(117573,43355,'action created','2021-01-30 13:55:12','2021-01-30 08:55:12'),
(117574,43355,'action started via WP Cron','2021-01-30 13:56:18','2021-01-30 08:56:18'),
(117575,43355,'action complete via WP Cron','2021-01-30 13:56:18','2021-01-30 08:56:18'),
(117576,43356,'action created','2021-01-30 13:56:18','2021-01-30 08:56:18'),
(117577,43356,'action started via WP Cron','2021-01-30 13:57:22','2021-01-30 08:57:22'),
(117578,43356,'action complete via WP Cron','2021-01-30 13:57:22','2021-01-30 08:57:22'),
(117579,43357,'action created','2021-01-30 13:57:22','2021-01-30 08:57:22'),
(117580,43357,'action started via WP Cron','2021-01-30 13:58:30','2021-01-30 08:58:30'),
(117581,43357,'action complete via WP Cron','2021-01-30 13:58:30','2021-01-30 08:58:30'),
(117582,43358,'action created','2021-01-30 13:58:30','2021-01-30 08:58:30'),
(117583,43358,'action started via WP Cron','2021-01-30 13:59:29','2021-01-30 08:59:29'),
(117584,43358,'action complete via WP Cron','2021-01-30 13:59:29','2021-01-30 08:59:29'),
(117585,43359,'action created','2021-01-30 13:59:29','2021-01-30 08:59:29'),
(117586,43359,'action started via WP Cron','2021-01-30 14:00:58','2021-01-30 09:00:58'),
(117587,43359,'action complete via WP Cron','2021-01-30 14:00:58','2021-01-30 09:00:58'),
(117588,43360,'action created','2021-01-30 14:00:58','2021-01-30 09:00:58'),
(117589,43360,'action started via WP Cron','2021-01-30 14:01:16','2021-01-30 09:01:16'),
(117590,43360,'action complete via WP Cron','2021-01-30 14:01:16','2021-01-30 09:01:16'),
(117591,43361,'action created','2021-01-30 14:01:16','2021-01-30 09:01:16'),
(117592,43361,'action started via WP Cron','2021-01-30 14:02:32','2021-01-30 09:02:32'),
(117593,43361,'action complete via WP Cron','2021-01-30 14:02:32','2021-01-30 09:02:32'),
(117594,43362,'action created','2021-01-30 14:02:33','2021-01-30 09:02:33'),
(117595,43362,'action started via WP Cron','2021-01-30 14:03:36','2021-01-30 09:03:36'),
(117596,43362,'action complete via WP Cron','2021-01-30 14:03:36','2021-01-30 09:03:36'),
(117597,43363,'action created','2021-01-30 14:03:36','2021-01-30 09:03:36'),
(117598,43363,'action started via WP Cron','2021-01-30 14:04:12','2021-01-30 09:04:12'),
(117599,43363,'action complete via WP Cron','2021-01-30 14:04:12','2021-01-30 09:04:12'),
(117600,43364,'action created','2021-01-30 14:04:12','2021-01-30 09:04:12'),
(117601,43364,'action started via WP Cron','2021-01-30 14:05:58','2021-01-30 09:05:58'),
(117602,43364,'action complete via WP Cron','2021-01-30 14:05:58','2021-01-30 09:05:58'),
(117603,43365,'action created','2021-01-30 14:05:58','2021-01-30 09:05:58'),
(117604,43365,'action started via WP Cron','2021-01-30 14:06:50','2021-01-30 09:06:50'),
(117605,43365,'action complete via WP Cron','2021-01-30 14:06:50','2021-01-30 09:06:50'),
(117606,43366,'action created','2021-01-30 14:06:50','2021-01-30 09:06:50'),
(117607,43366,'action started via WP Cron','2021-01-30 14:07:33','2021-01-30 09:07:33'),
(117608,43366,'action complete via WP Cron','2021-01-30 14:07:33','2021-01-30 09:07:33'),
(117609,43367,'action created','2021-01-30 14:07:34','2021-01-30 09:07:34'),
(117610,43367,'action started via WP Cron','2021-01-30 14:08:29','2021-01-30 09:08:29'),
(117611,43367,'action complete via WP Cron','2021-01-30 14:08:29','2021-01-30 09:08:29'),
(117612,43368,'action created','2021-01-30 14:08:29','2021-01-30 09:08:29'),
(117613,43368,'action started via WP Cron','2021-01-30 14:09:37','2021-01-30 09:09:37'),
(117614,43368,'action complete via WP Cron','2021-01-30 14:09:37','2021-01-30 09:09:37'),
(117615,43369,'action created','2021-01-30 14:09:37','2021-01-30 09:09:37'),
(117616,43369,'action started via WP Cron','2021-01-30 14:10:26','2021-01-30 09:10:26'),
(117617,43369,'action complete via WP Cron','2021-01-30 14:10:26','2021-01-30 09:10:26'),
(117618,43370,'action created','2021-01-30 14:10:26','2021-01-30 09:10:26'),
(117619,43370,'action started via WP Cron','2021-01-30 14:11:30','2021-01-30 09:11:30'),
(117620,43370,'action complete via WP Cron','2021-01-30 14:11:30','2021-01-30 09:11:30'),
(117621,43371,'action created','2021-01-30 14:11:30','2021-01-30 09:11:30'),
(117622,43371,'action started via WP Cron','2021-01-30 14:13:37','2021-01-30 09:13:37'),
(117623,43371,'action complete via WP Cron','2021-01-30 14:13:37','2021-01-30 09:13:37'),
(117624,43372,'action created','2021-01-30 14:13:37','2021-01-30 09:13:37'),
(117625,43372,'action started via WP Cron','2021-01-30 14:14:36','2021-01-30 09:14:36'),
(117626,43372,'action complete via WP Cron','2021-01-30 14:14:36','2021-01-30 09:14:36'),
(117627,43373,'action created','2021-01-30 14:14:36','2021-01-30 09:14:36'),
(117628,43373,'action started via WP Cron','2021-01-30 14:17:34','2021-01-30 09:17:34'),
(117629,43373,'action complete via WP Cron','2021-01-30 14:17:34','2021-01-30 09:17:34'),
(117630,43374,'action created','2021-01-30 14:17:34','2021-01-30 09:17:34'),
(117631,43374,'action started via WP Cron','2021-01-30 14:18:42','2021-01-30 09:18:42'),
(117632,43374,'action complete via WP Cron','2021-01-30 14:18:42','2021-01-30 09:18:42'),
(117633,43375,'action created','2021-01-30 14:18:42','2021-01-30 09:18:42'),
(117634,43375,'action started via WP Cron','2021-01-30 14:20:25','2021-01-30 09:20:25'),
(117635,43375,'action complete via WP Cron','2021-01-30 14:20:25','2021-01-30 09:20:25'),
(117636,43376,'action created','2021-01-30 14:20:25','2021-01-30 09:20:25'),
(117637,43376,'action started via WP Cron','2021-01-30 14:21:37','2021-01-30 09:21:37'),
(117638,43376,'action complete via WP Cron','2021-01-30 14:21:37','2021-01-30 09:21:37'),
(117639,43377,'action created','2021-01-30 14:21:37','2021-01-30 09:21:37'),
(117640,43377,'action started via WP Cron','2021-01-30 14:22:44','2021-01-30 09:22:44'),
(117641,43377,'action complete via WP Cron','2021-01-30 14:22:44','2021-01-30 09:22:44'),
(117642,43378,'action created','2021-01-30 14:22:44','2021-01-30 09:22:44'),
(117643,43378,'action started via WP Cron','2021-01-30 14:23:29','2021-01-30 09:23:29'),
(117644,43378,'action complete via WP Cron','2021-01-30 14:23:29','2021-01-30 09:23:29'),
(117645,43379,'action created','2021-01-30 14:23:29','2021-01-30 09:23:29'),
(117646,43379,'action started via WP Cron','2021-01-30 14:24:41','2021-01-30 09:24:41'),
(117647,43379,'action complete via WP Cron','2021-01-30 14:24:41','2021-01-30 09:24:41'),
(117648,43380,'action created','2021-01-30 14:24:41','2021-01-30 09:24:41'),
(117649,43380,'action started via WP Cron','2021-01-30 14:26:49','2021-01-30 09:26:49'),
(117650,43380,'action complete via WP Cron','2021-01-30 14:26:49','2021-01-30 09:26:49'),
(117651,43381,'action created','2021-01-30 14:26:49','2021-01-30 09:26:49'),
(117652,43381,'action started via WP Cron','2021-01-30 14:27:41','2021-01-30 09:27:41'),
(117653,43381,'action complete via WP Cron','2021-01-30 14:27:41','2021-01-30 09:27:41'),
(117654,43382,'action created','2021-01-30 14:27:41','2021-01-30 09:27:41'),
(117655,43382,'action started via WP Cron','2021-01-30 14:28:24','2021-01-30 09:28:24'),
(117656,43382,'action complete via WP Cron','2021-01-30 14:28:24','2021-01-30 09:28:24'),
(117657,43383,'action created','2021-01-30 14:28:24','2021-01-30 09:28:24'),
(117658,43383,'action started via WP Cron','2021-01-30 14:30:13','2021-01-30 09:30:13'),
(117659,43383,'action complete via WP Cron','2021-01-30 14:30:13','2021-01-30 09:30:13'),
(117660,43384,'action created','2021-01-30 14:30:13','2021-01-30 09:30:13'),
(117661,43384,'action started via WP Cron','2021-01-30 14:31:11','2021-01-30 09:31:11'),
(117662,43384,'action complete via WP Cron','2021-01-30 14:31:11','2021-01-30 09:31:11'),
(117663,43385,'action created','2021-01-30 14:31:11','2021-01-30 09:31:11'),
(117664,43385,'action started via WP Cron','2021-01-30 14:35:04','2021-01-30 09:35:04'),
(117665,43385,'action complete via WP Cron','2021-01-30 14:35:04','2021-01-30 09:35:04'),
(117666,43386,'action created','2021-01-30 14:35:04','2021-01-30 09:35:04'),
(117667,43386,'action started via WP Cron','2021-01-30 14:36:21','2021-01-30 09:36:21'),
(117668,43386,'action complete via WP Cron','2021-01-30 14:36:22','2021-01-30 09:36:22'),
(117669,43387,'action created','2021-01-30 14:36:22','2021-01-30 09:36:22'),
(117670,43387,'action started via WP Cron','2021-01-30 14:37:24','2021-01-30 09:37:24'),
(117671,43387,'action complete via WP Cron','2021-01-30 14:37:24','2021-01-30 09:37:24'),
(117672,43388,'action created','2021-01-30 14:37:24','2021-01-30 09:37:24'),
(117673,43388,'action started via WP Cron','2021-01-30 14:39:20','2021-01-30 09:39:20'),
(117674,43388,'action complete via WP Cron','2021-01-30 14:39:20','2021-01-30 09:39:20'),
(117675,43389,'action created','2021-01-30 14:39:20','2021-01-30 09:39:20'),
(117676,43389,'action started via WP Cron','2021-01-30 14:40:22','2021-01-30 09:40:22'),
(117677,43389,'action complete via WP Cron','2021-01-30 14:40:22','2021-01-30 09:40:22'),
(117678,43390,'action created','2021-01-30 14:40:22','2021-01-30 09:40:22'),
(117679,43390,'action started via WP Cron','2021-01-30 14:41:28','2021-01-30 09:41:28'),
(117680,43390,'action complete via WP Cron','2021-01-30 14:41:28','2021-01-30 09:41:28'),
(117681,43391,'action created','2021-01-30 14:41:28','2021-01-30 09:41:28'),
(117682,43391,'action started via WP Cron','2021-01-30 14:43:08','2021-01-30 09:43:08'),
(117683,43391,'action complete via WP Cron','2021-01-30 14:43:08','2021-01-30 09:43:08'),
(117684,43392,'action created','2021-01-30 14:43:08','2021-01-30 09:43:08'),
(117685,43392,'action started via WP Cron','2021-01-30 14:43:19','2021-01-30 09:43:19'),
(117686,43392,'action complete via WP Cron','2021-01-30 14:43:19','2021-01-30 09:43:19'),
(117687,43393,'action created','2021-01-30 14:43:19','2021-01-30 09:43:19'),
(117688,43393,'action started via WP Cron','2021-01-30 14:44:33','2021-01-30 09:44:33'),
(117689,43393,'action complete via WP Cron','2021-01-30 14:44:33','2021-01-30 09:44:33'),
(117690,43394,'action created','2021-01-30 14:44:33','2021-01-30 09:44:33'),
(117691,43394,'action started via WP Cron','2021-01-30 14:46:35','2021-01-30 09:46:35'),
(117692,43394,'action complete via WP Cron','2021-01-30 14:46:35','2021-01-30 09:46:35'),
(117693,43395,'action created','2021-01-30 14:46:35','2021-01-30 09:46:35'),
(117694,43395,'action started via WP Cron','2021-01-30 14:47:21','2021-01-30 09:47:21'),
(117695,43395,'action complete via WP Cron','2021-01-30 14:47:21','2021-01-30 09:47:21'),
(117696,43396,'action created','2021-01-30 14:47:21','2021-01-30 09:47:21'),
(117697,43396,'action started via WP Cron','2021-01-30 14:50:22','2021-01-30 09:50:22'),
(117698,43396,'action complete via WP Cron','2021-01-30 14:50:22','2021-01-30 09:50:22'),
(117699,43397,'action created','2021-01-30 14:50:22','2021-01-30 09:50:22'),
(117700,43397,'action started via WP Cron','2021-01-30 14:55:16','2021-01-30 09:55:16'),
(117701,43397,'action complete via WP Cron','2021-01-30 14:55:16','2021-01-30 09:55:16'),
(117702,43398,'action created','2021-01-30 14:55:16','2021-01-30 09:55:16'),
(117703,43398,'action started via WP Cron','2021-01-30 14:57:22','2021-01-30 09:57:22'),
(117704,43398,'action complete via WP Cron','2021-01-30 14:57:23','2021-01-30 09:57:23'),
(117705,43399,'action created','2021-01-30 14:57:23','2021-01-30 09:57:23'),
(117706,43399,'action started via WP Cron','2021-01-30 14:59:47','2021-01-30 09:59:47'),
(117707,43399,'action complete via WP Cron','2021-01-30 14:59:47','2021-01-30 09:59:47'),
(117708,43400,'action created','2021-01-30 14:59:47','2021-01-30 09:59:47'),
(117709,43400,'action started via WP Cron','2021-01-30 15:00:22','2021-01-30 10:00:22'),
(117710,43400,'action complete via WP Cron','2021-01-30 15:00:22','2021-01-30 10:00:22'),
(117711,43401,'action created','2021-01-30 15:00:22','2021-01-30 10:00:22'),
(117712,43401,'action started via WP Cron','2021-01-30 15:01:21','2021-01-30 10:01:21'),
(117713,43401,'action complete via WP Cron','2021-01-30 15:01:21','2021-01-30 10:01:21'),
(117714,43402,'action created','2021-01-30 15:01:21','2021-01-30 10:01:21'),
(117715,43402,'action started via WP Cron','2021-01-30 15:03:30','2021-01-30 10:03:30'),
(117716,43402,'action complete via WP Cron','2021-01-30 15:03:30','2021-01-30 10:03:30'),
(117717,43403,'action created','2021-01-30 15:03:30','2021-01-30 10:03:30'),
(117718,43403,'action started via WP Cron','2021-01-30 15:04:50','2021-01-30 10:04:50'),
(117719,43403,'action complete via WP Cron','2021-01-30 15:04:50','2021-01-30 10:04:50'),
(117720,43404,'action created','2021-01-30 15:04:50','2021-01-30 10:04:50'),
(117721,43404,'action started via WP Cron','2021-01-30 15:05:27','2021-01-30 10:05:27'),
(117722,43404,'action complete via WP Cron','2021-01-30 15:05:27','2021-01-30 10:05:27'),
(117723,43405,'action created','2021-01-30 15:05:27','2021-01-30 10:05:27'),
(117724,43405,'action started via WP Cron','2021-01-30 15:06:46','2021-01-30 10:06:46'),
(117725,43405,'action complete via WP Cron','2021-01-30 15:06:47','2021-01-30 10:06:47'),
(117726,43406,'action created','2021-01-30 15:06:47','2021-01-30 10:06:47'),
(117727,43406,'action started via WP Cron','2021-01-30 15:07:30','2021-01-30 10:07:30'),
(117728,43406,'action complete via WP Cron','2021-01-30 15:07:30','2021-01-30 10:07:30'),
(117729,43407,'action created','2021-01-30 15:07:30','2021-01-30 10:07:30'),
(117730,43407,'action started via WP Cron','2021-01-30 15:08:36','2021-01-30 10:08:36'),
(117731,43407,'action complete via WP Cron','2021-01-30 15:08:36','2021-01-30 10:08:36'),
(117732,43408,'action created','2021-01-30 15:08:36','2021-01-30 10:08:36'),
(117733,43408,'action started via WP Cron','2021-01-30 15:09:22','2021-01-30 10:09:22'),
(117734,43408,'action complete via WP Cron','2021-01-30 15:09:22','2021-01-30 10:09:22'),
(117735,43409,'action created','2021-01-30 15:09:22','2021-01-30 10:09:22'),
(117736,43409,'action started via WP Cron','2021-01-30 15:10:21','2021-01-30 10:10:21'),
(117737,43409,'action complete via WP Cron','2021-01-30 15:10:21','2021-01-30 10:10:21'),
(117738,43410,'action created','2021-01-30 15:10:21','2021-01-30 10:10:21'),
(117739,43410,'action started via WP Cron','2021-01-30 15:12:25','2021-01-30 10:12:25'),
(117740,43410,'action complete via WP Cron','2021-01-30 15:12:25','2021-01-30 10:12:25'),
(117741,43411,'action created','2021-01-30 15:12:25','2021-01-30 10:12:25'),
(117742,43411,'action started via WP Cron','2021-01-30 15:13:42','2021-01-30 10:13:42'),
(117743,43411,'action complete via WP Cron','2021-01-30 15:13:42','2021-01-30 10:13:42'),
(117744,43412,'action created','2021-01-30 15:13:42','2021-01-30 10:13:42'),
(117745,43412,'action started via WP Cron','2021-01-30 15:14:23','2021-01-30 10:14:23'),
(117746,43412,'action complete via WP Cron','2021-01-30 15:14:23','2021-01-30 10:14:23'),
(117747,43413,'action created','2021-01-30 15:14:23','2021-01-30 10:14:23'),
(117748,43413,'action started via WP Cron','2021-01-30 15:15:19','2021-01-30 10:15:19'),
(117749,43413,'action complete via WP Cron','2021-01-30 15:15:19','2021-01-30 10:15:19'),
(117750,43414,'action created','2021-01-30 15:15:19','2021-01-30 10:15:19'),
(117751,43414,'action started via WP Cron','2021-01-30 15:16:12','2021-01-30 10:16:12'),
(117752,43414,'action complete via WP Cron','2021-01-30 15:16:12','2021-01-30 10:16:12'),
(117753,43415,'action created','2021-01-30 15:16:12','2021-01-30 10:16:12'),
(117754,43415,'action started via WP Cron','2021-01-30 15:17:20','2021-01-30 10:17:20'),
(117755,43415,'action complete via WP Cron','2021-01-30 15:17:20','2021-01-30 10:17:20'),
(117756,43416,'action created','2021-01-30 15:17:20','2021-01-30 10:17:20'),
(117757,43416,'action started via WP Cron','2021-01-30 15:19:49','2021-01-30 10:19:49'),
(117758,43416,'action complete via WP Cron','2021-01-30 15:19:49','2021-01-30 10:19:49'),
(117759,43417,'action created','2021-01-30 15:19:49','2021-01-30 10:19:49'),
(117760,43417,'action started via WP Cron','2021-01-30 15:20:26','2021-01-30 10:20:26'),
(117761,43417,'action complete via WP Cron','2021-01-30 15:20:26','2021-01-30 10:20:26'),
(117762,43418,'action created','2021-01-30 15:20:26','2021-01-30 10:20:26'),
(117763,43418,'action started via WP Cron','2021-01-30 15:21:38','2021-01-30 10:21:38'),
(117764,43418,'action complete via WP Cron','2021-01-30 15:21:38','2021-01-30 10:21:38'),
(117765,43419,'action created','2021-01-30 15:21:38','2021-01-30 10:21:38'),
(117766,43419,'action started via WP Cron','2021-01-30 15:22:29','2021-01-30 10:22:29'),
(117767,43419,'action complete via WP Cron','2021-01-30 15:22:29','2021-01-30 10:22:29'),
(117768,43420,'action created','2021-01-30 15:22:29','2021-01-30 10:22:29'),
(117769,43420,'action started via WP Cron','2021-01-30 15:23:51','2021-01-30 10:23:51'),
(117770,43420,'action complete via WP Cron','2021-01-30 15:23:51','2021-01-30 10:23:51'),
(117771,43421,'action created','2021-01-30 15:23:51','2021-01-30 10:23:51'),
(117772,43421,'action started via WP Cron','2021-01-30 15:24:45','2021-01-30 10:24:45'),
(117773,43421,'action complete via WP Cron','2021-01-30 15:24:45','2021-01-30 10:24:45'),
(117774,43422,'action created','2021-01-30 15:24:45','2021-01-30 10:24:45'),
(117775,43422,'action started via WP Cron','2021-01-30 15:25:59','2021-01-30 10:25:59'),
(117776,43422,'action complete via WP Cron','2021-01-30 15:25:59','2021-01-30 10:25:59'),
(117777,43423,'action created','2021-01-30 15:25:59','2021-01-30 10:25:59'),
(117778,43423,'action started via WP Cron','2021-01-30 15:26:46','2021-01-30 10:26:46'),
(117779,43423,'action complete via WP Cron','2021-01-30 15:26:46','2021-01-30 10:26:46'),
(117780,43424,'action created','2021-01-30 15:26:46','2021-01-30 10:26:46'),
(117781,43424,'action started via WP Cron','2021-01-30 15:27:44','2021-01-30 10:27:44'),
(117782,43424,'action complete via WP Cron','2021-01-30 15:27:44','2021-01-30 10:27:44'),
(117783,43425,'action created','2021-01-30 15:27:44','2021-01-30 10:27:44'),
(117784,43425,'action started via WP Cron','2021-01-30 15:28:58','2021-01-30 10:28:58'),
(117785,43425,'action complete via WP Cron','2021-01-30 15:28:58','2021-01-30 10:28:58'),
(117786,43426,'action created','2021-01-30 15:28:58','2021-01-30 10:28:58'),
(117787,43426,'action started via WP Cron','2021-01-30 15:29:37','2021-01-30 10:29:37'),
(117788,43426,'action complete via WP Cron','2021-01-30 15:29:37','2021-01-30 10:29:37'),
(117789,43427,'action created','2021-01-30 15:29:37','2021-01-30 10:29:37'),
(117790,43427,'action started via WP Cron','2021-01-30 15:30:40','2021-01-30 10:30:40'),
(117791,43427,'action complete via WP Cron','2021-01-30 15:30:40','2021-01-30 10:30:40'),
(117792,43428,'action created','2021-01-30 15:30:40','2021-01-30 10:30:40'),
(117793,43428,'action started via WP Cron','2021-01-30 15:33:51','2021-01-30 10:33:51'),
(117794,43428,'action complete via WP Cron','2021-01-30 15:33:51','2021-01-30 10:33:51'),
(117795,43429,'action created','2021-01-30 15:33:51','2021-01-30 10:33:51'),
(117796,43429,'action started via WP Cron','2021-01-30 15:34:14','2021-01-30 10:34:14'),
(117797,43429,'action complete via WP Cron','2021-01-30 15:34:14','2021-01-30 10:34:14'),
(117798,43430,'action created','2021-01-30 15:34:14','2021-01-30 10:34:14'),
(117799,43430,'action started via WP Cron','2021-01-30 15:35:13','2021-01-30 10:35:13'),
(117800,43430,'action complete via WP Cron','2021-01-30 15:35:13','2021-01-30 10:35:13'),
(117801,43431,'action created','2021-01-30 15:35:13','2021-01-30 10:35:13'),
(117802,43431,'action started via WP Cron','2021-01-30 15:40:10','2021-01-30 10:40:10'),
(117803,43431,'action complete via WP Cron','2021-01-30 15:40:10','2021-01-30 10:40:10'),
(117804,43432,'action created','2021-01-30 15:40:11','2021-01-30 10:40:11'),
(117805,43432,'action started via WP Cron','2021-01-30 15:41:20','2021-01-30 10:41:20'),
(117806,43432,'action complete via WP Cron','2021-01-30 15:41:20','2021-01-30 10:41:20'),
(117807,43433,'action created','2021-01-30 15:41:20','2021-01-30 10:41:20'),
(117808,43433,'action started via WP Cron','2021-01-30 15:42:52','2021-01-30 10:42:52'),
(117809,43433,'action complete via WP Cron','2021-01-30 15:42:52','2021-01-30 10:42:52'),
(117810,43434,'action created','2021-01-30 15:42:52','2021-01-30 10:42:52'),
(117811,43434,'action started via WP Cron','2021-01-30 15:43:38','2021-01-30 10:43:38'),
(117812,43434,'action complete via WP Cron','2021-01-30 15:43:38','2021-01-30 10:43:38'),
(117813,43435,'action created','2021-01-30 15:43:38','2021-01-30 10:43:38'),
(117814,43435,'action started via WP Cron','2021-01-30 15:44:14','2021-01-30 10:44:14'),
(117815,43435,'action complete via WP Cron','2021-01-30 15:44:15','2021-01-30 10:44:15'),
(117816,43436,'action created','2021-01-30 15:44:15','2021-01-30 10:44:15'),
(117817,43436,'action started via WP Cron','2021-01-30 15:45:15','2021-01-30 10:45:15'),
(117818,43436,'action complete via WP Cron','2021-01-30 15:45:15','2021-01-30 10:45:15'),
(117819,43437,'action created','2021-01-30 15:45:15','2021-01-30 10:45:15'),
(117820,43437,'action started via WP Cron','2021-01-30 15:46:42','2021-01-30 10:46:42'),
(117821,43437,'action complete via WP Cron','2021-01-30 15:46:42','2021-01-30 10:46:42'),
(117822,43438,'action created','2021-01-30 15:46:43','2021-01-30 10:46:43'),
(117823,43438,'action started via WP Cron','2021-01-30 15:47:58','2021-01-30 10:47:58'),
(117824,43438,'action complete via WP Cron','2021-01-30 15:47:58','2021-01-30 10:47:58'),
(117825,43439,'action created','2021-01-30 15:47:58','2021-01-30 10:47:58'),
(117826,43439,'action started via WP Cron','2021-01-30 15:49:53','2021-01-30 10:49:53'),
(117827,43439,'action complete via WP Cron','2021-01-30 15:49:53','2021-01-30 10:49:53'),
(117828,43440,'action created','2021-01-30 15:49:53','2021-01-30 10:49:53'),
(117829,43440,'action started via WP Cron','2021-01-30 15:50:25','2021-01-30 10:50:25'),
(117830,43440,'action complete via WP Cron','2021-01-30 15:50:25','2021-01-30 10:50:25'),
(117831,43441,'action created','2021-01-30 15:50:25','2021-01-30 10:50:25'),
(117832,43441,'action started via WP Cron','2021-01-30 15:52:02','2021-01-30 10:52:02'),
(117833,43441,'action complete via WP Cron','2021-01-30 15:52:02','2021-01-30 10:52:02'),
(117834,43442,'action created','2021-01-30 15:52:02','2021-01-30 10:52:02'),
(117835,43442,'action started via WP Cron','2021-01-30 15:53:11','2021-01-30 10:53:11'),
(117836,43442,'action complete via WP Cron','2021-01-30 15:53:12','2021-01-30 10:53:12'),
(117837,43443,'action created','2021-01-30 15:53:12','2021-01-30 10:53:12'),
(117838,43443,'action started via WP Cron','2021-01-30 15:55:11','2021-01-30 10:55:11'),
(117839,43443,'action complete via WP Cron','2021-01-30 15:55:11','2021-01-30 10:55:11'),
(117840,43444,'action created','2021-01-30 15:55:12','2021-01-30 10:55:12'),
(117841,43444,'action started via WP Cron','2021-01-30 15:56:14','2021-01-30 10:56:14'),
(117842,43444,'action complete via WP Cron','2021-01-30 15:56:14','2021-01-30 10:56:14'),
(117843,43445,'action created','2021-01-30 15:56:14','2021-01-30 10:56:14'),
(117844,43445,'action started via WP Cron','2021-01-30 15:58:59','2021-01-30 10:58:59'),
(117845,43445,'action complete via WP Cron','2021-01-30 15:58:59','2021-01-30 10:58:59'),
(117846,43446,'action created','2021-01-30 15:58:59','2021-01-30 10:58:59'),
(117847,43446,'action started via WP Cron','2021-01-30 15:59:59','2021-01-30 10:59:59'),
(117848,43446,'action complete via WP Cron','2021-01-30 15:59:59','2021-01-30 10:59:59'),
(117849,43447,'action created','2021-01-30 15:59:59','2021-01-30 10:59:59'),
(117850,43447,'action started via WP Cron','2021-01-30 16:00:39','2021-01-30 11:00:39'),
(117851,43447,'action complete via WP Cron','2021-01-30 16:00:39','2021-01-30 11:00:39'),
(117852,43448,'action created','2021-01-30 16:00:39','2021-01-30 11:00:39'),
(117853,43448,'action started via WP Cron','2021-01-30 16:01:47','2021-01-30 11:01:47'),
(117854,43448,'action complete via WP Cron','2021-01-30 16:01:47','2021-01-30 11:01:47'),
(117855,43449,'action created','2021-01-30 16:01:47','2021-01-30 11:01:47'),
(117856,43449,'action started via WP Cron','2021-01-30 16:02:24','2021-01-30 11:02:24'),
(117857,43449,'action complete via WP Cron','2021-01-30 16:02:24','2021-01-30 11:02:24'),
(117858,43450,'action created','2021-01-30 16:02:24','2021-01-30 11:02:24'),
(117859,43450,'action started via WP Cron','2021-01-30 16:03:55','2021-01-30 11:03:55'),
(117860,43450,'action complete via WP Cron','2021-01-30 16:03:55','2021-01-30 11:03:55'),
(117861,43451,'action created','2021-01-30 16:03:55','2021-01-30 11:03:55'),
(117862,43451,'action started via WP Cron','2021-01-30 16:04:49','2021-01-30 11:04:49'),
(117863,43451,'action complete via WP Cron','2021-01-30 16:04:49','2021-01-30 11:04:49'),
(117864,43452,'action created','2021-01-30 16:04:49','2021-01-30 11:04:49'),
(117865,43452,'action started via WP Cron','2021-01-30 16:05:19','2021-01-30 11:05:19'),
(117866,43452,'action complete via WP Cron','2021-01-30 16:05:19','2021-01-30 11:05:19'),
(117867,43453,'action created','2021-01-30 16:05:20','2021-01-30 11:05:20'),
(117868,43453,'action started via WP Cron','2021-01-30 16:06:40','2021-01-30 11:06:40'),
(117869,43453,'action complete via WP Cron','2021-01-30 16:06:40','2021-01-30 11:06:40'),
(117870,43454,'action created','2021-01-30 16:06:40','2021-01-30 11:06:40'),
(117871,43454,'action started via WP Cron','2021-01-30 16:07:35','2021-01-30 11:07:35'),
(117872,43454,'action complete via WP Cron','2021-01-30 16:07:35','2021-01-30 11:07:35'),
(117873,43455,'action created','2021-01-30 16:07:35','2021-01-30 11:07:35'),
(117874,43455,'action started via WP Cron','2021-01-30 16:09:54','2021-01-30 11:09:54'),
(117875,43455,'action complete via WP Cron','2021-01-30 16:09:54','2021-01-30 11:09:54'),
(117876,43456,'action created','2021-01-30 16:09:54','2021-01-30 11:09:54'),
(117877,43456,'action started via WP Cron','2021-01-30 16:11:44','2021-01-30 11:11:44'),
(117878,43456,'action complete via WP Cron','2021-01-30 16:11:44','2021-01-30 11:11:44'),
(117879,43457,'action created','2021-01-30 16:11:44','2021-01-30 11:11:44'),
(117880,43457,'action started via WP Cron','2021-01-30 16:12:50','2021-01-30 11:12:50'),
(117881,43457,'action complete via WP Cron','2021-01-30 16:12:50','2021-01-30 11:12:50'),
(117882,43458,'action created','2021-01-30 16:12:50','2021-01-30 11:12:50'),
(117883,43458,'action started via WP Cron','2021-01-30 16:16:14','2021-01-30 11:16:14'),
(117884,43458,'action complete via WP Cron','2021-01-30 16:16:14','2021-01-30 11:16:14'),
(117885,43459,'action created','2021-01-30 16:16:14','2021-01-30 11:16:14'),
(117886,43459,'action started via WP Cron','2021-01-30 16:17:15','2021-01-30 11:17:15'),
(117887,43459,'action complete via WP Cron','2021-01-30 16:17:15','2021-01-30 11:17:15'),
(117888,43460,'action created','2021-01-30 16:17:16','2021-01-30 11:17:16'),
(117889,43460,'action started via WP Cron','2021-01-30 16:18:13','2021-01-30 11:18:13'),
(117890,43460,'action complete via WP Cron','2021-01-30 16:18:13','2021-01-30 11:18:13'),
(117891,43461,'action created','2021-01-30 16:18:13','2021-01-30 11:18:13'),
(117892,43461,'action started via WP Cron','2021-01-30 16:19:53','2021-01-30 11:19:53'),
(117893,43461,'action complete via WP Cron','2021-01-30 16:19:53','2021-01-30 11:19:53'),
(117894,43462,'action created','2021-01-30 16:19:54','2021-01-30 11:19:54'),
(117895,43462,'action started via WP Cron','2021-01-30 16:20:15','2021-01-30 11:20:15'),
(117896,43462,'action complete via WP Cron','2021-01-30 16:20:15','2021-01-30 11:20:15'),
(117897,43463,'action created','2021-01-30 16:20:15','2021-01-30 11:20:15'),
(117898,43463,'action started via WP Cron','2021-01-30 16:21:20','2021-01-30 11:21:20'),
(117899,43463,'action complete via WP Cron','2021-01-30 16:21:20','2021-01-30 11:21:20'),
(117900,43464,'action created','2021-01-30 16:21:20','2021-01-30 11:21:20'),
(117901,43464,'action started via WP Cron','2021-01-30 16:24:24','2021-01-30 11:24:24'),
(117902,43464,'action complete via WP Cron','2021-01-30 16:24:24','2021-01-30 11:24:24'),
(117903,43465,'action created','2021-01-30 16:24:25','2021-01-30 11:24:25'),
(117904,43465,'action started via WP Cron','2021-01-30 16:26:13','2021-01-30 11:26:13'),
(117905,43465,'action complete via WP Cron','2021-01-30 16:26:13','2021-01-30 11:26:13'),
(117906,43466,'action created','2021-01-30 16:26:13','2021-01-30 11:26:13'),
(117907,43466,'action started via WP Cron','2021-01-30 16:30:45','2021-01-30 11:30:45'),
(117908,43466,'action complete via WP Cron','2021-01-30 16:30:45','2021-01-30 11:30:45'),
(117909,43467,'action created','2021-01-30 16:30:45','2021-01-30 11:30:45'),
(117910,43467,'action started via WP Cron','2021-01-30 16:34:13','2021-01-30 11:34:13'),
(117911,43467,'action complete via WP Cron','2021-01-30 16:34:13','2021-01-30 11:34:13'),
(117912,43468,'action created','2021-01-30 16:34:13','2021-01-30 11:34:13'),
(117913,43468,'action started via WP Cron','2021-01-30 16:35:18','2021-01-30 11:35:18'),
(117914,43468,'action complete via WP Cron','2021-01-30 16:35:18','2021-01-30 11:35:18'),
(117915,43469,'action created','2021-01-30 16:35:18','2021-01-30 11:35:18'),
(117916,43469,'action started via WP Cron','2021-01-30 16:36:13','2021-01-30 11:36:13'),
(117917,43469,'action complete via WP Cron','2021-01-30 16:36:13','2021-01-30 11:36:13'),
(117918,43470,'action created','2021-01-30 16:36:13','2021-01-30 11:36:13'),
(117919,43470,'action started via WP Cron','2021-01-30 16:39:50','2021-01-30 11:39:50'),
(117920,43470,'action complete via WP Cron','2021-01-30 16:39:50','2021-01-30 11:39:50'),
(117921,43471,'action created','2021-01-30 16:39:50','2021-01-30 11:39:50'),
(117922,43471,'action started via WP Cron','2021-01-30 16:40:31','2021-01-30 11:40:31'),
(117923,43471,'action complete via WP Cron','2021-01-30 16:40:31','2021-01-30 11:40:31'),
(117924,43472,'action created','2021-01-30 16:40:31','2021-01-30 11:40:31'),
(117925,43472,'action started via WP Cron','2021-01-30 16:41:29','2021-01-30 11:41:29'),
(117926,43472,'action complete via WP Cron','2021-01-30 16:41:29','2021-01-30 11:41:29'),
(117927,43473,'action created','2021-01-30 16:41:29','2021-01-30 11:41:29'),
(117928,43473,'action started via WP Cron','2021-01-30 16:42:50','2021-01-30 11:42:50'),
(117929,43473,'action complete via WP Cron','2021-01-30 16:42:50','2021-01-30 11:42:50'),
(117930,43474,'action created','2021-01-30 16:42:50','2021-01-30 11:42:50'),
(117931,43474,'action started via WP Cron','2021-01-30 16:45:39','2021-01-30 11:45:39'),
(117932,43474,'action complete via WP Cron','2021-01-30 16:45:39','2021-01-30 11:45:39'),
(117933,43475,'action created','2021-01-30 16:45:39','2021-01-30 11:45:39'),
(117934,43475,'action started via WP Cron','2021-01-30 16:48:31','2021-01-30 11:48:31'),
(117935,43475,'action complete via WP Cron','2021-01-30 16:48:31','2021-01-30 11:48:31'),
(117936,43476,'action created','2021-01-30 16:48:32','2021-01-30 11:48:32'),
(117937,43476,'action started via WP Cron','2021-01-30 16:49:58','2021-01-30 11:49:58'),
(117938,43476,'action complete via WP Cron','2021-01-30 16:49:58','2021-01-30 11:49:58'),
(117939,43477,'action created','2021-01-30 16:49:59','2021-01-30 11:49:59'),
(117940,43477,'action started via WP Cron','2021-01-30 16:50:40','2021-01-30 11:50:40'),
(117941,43477,'action complete via WP Cron','2021-01-30 16:50:41','2021-01-30 11:50:41'),
(117942,43478,'action created','2021-01-30 16:50:41','2021-01-30 11:50:41'),
(117943,43478,'action started via WP Cron','2021-01-30 16:54:09','2021-01-30 11:54:09'),
(117944,43478,'action complete via WP Cron','2021-01-30 16:54:09','2021-01-30 11:54:09'),
(117945,43479,'action created','2021-01-30 16:54:09','2021-01-30 11:54:09'),
(117946,43479,'action started via WP Cron','2021-01-30 16:55:11','2021-01-30 11:55:11'),
(117947,43479,'action complete via WP Cron','2021-01-30 16:55:11','2021-01-30 11:55:11'),
(117948,43480,'action created','2021-01-30 16:55:11','2021-01-30 11:55:11'),
(117949,43480,'action started via WP Cron','2021-01-30 16:57:59','2021-01-30 11:57:59'),
(117950,43480,'action complete via WP Cron','2021-01-30 16:57:59','2021-01-30 11:57:59'),
(117951,43481,'action created','2021-01-30 16:57:59','2021-01-30 11:57:59'),
(117952,43481,'action started via WP Cron','2021-01-30 16:58:21','2021-01-30 11:58:21'),
(117953,43481,'action complete via WP Cron','2021-01-30 16:58:21','2021-01-30 11:58:21'),
(117954,43482,'action created','2021-01-30 16:58:21','2021-01-30 11:58:21'),
(117955,43482,'action started via WP Cron','2021-01-30 16:59:26','2021-01-30 11:59:26'),
(117956,43482,'action complete via WP Cron','2021-01-30 16:59:26','2021-01-30 11:59:26'),
(117957,43483,'action created','2021-01-30 16:59:26','2021-01-30 11:59:26'),
(117958,43483,'action started via WP Cron','2021-01-30 17:00:11','2021-01-30 12:00:11'),
(117959,43483,'action complete via WP Cron','2021-01-30 17:00:11','2021-01-30 12:00:11'),
(117960,43484,'action created','2021-01-30 17:00:11','2021-01-30 12:00:11'),
(117961,43484,'action started via WP Cron','2021-01-30 17:01:42','2021-01-30 12:01:42'),
(117962,43484,'action complete via WP Cron','2021-01-30 17:01:42','2021-01-30 12:01:42'),
(117963,43485,'action created','2021-01-30 17:01:43','2021-01-30 12:01:43'),
(117964,43485,'action started via WP Cron','2021-01-30 17:02:30','2021-01-30 12:02:30'),
(117965,43485,'action complete via WP Cron','2021-01-30 17:02:30','2021-01-30 12:02:30'),
(117966,43486,'action created','2021-01-30 17:02:30','2021-01-30 12:02:30'),
(117967,43486,'action started via WP Cron','2021-01-30 17:04:00','2021-01-30 12:04:00'),
(117968,43486,'action complete via WP Cron','2021-01-30 17:04:00','2021-01-30 12:04:00'),
(117969,43487,'action created','2021-01-30 17:04:00','2021-01-30 12:04:00'),
(117970,43487,'action started via WP Cron','2021-01-30 17:06:13','2021-01-30 12:06:13'),
(117971,43487,'action complete via WP Cron','2021-01-30 17:06:13','2021-01-30 12:06:13'),
(117972,43488,'action created','2021-01-30 17:06:13','2021-01-30 12:06:13'),
(117973,43488,'action started via WP Cron','2021-01-30 17:08:56','2021-01-30 12:08:56'),
(117974,43488,'action complete via WP Cron','2021-01-30 17:08:56','2021-01-30 12:08:56'),
(117975,43489,'action created','2021-01-30 17:08:56','2021-01-30 12:08:56'),
(117976,43489,'action started via WP Cron','2021-01-30 17:09:55','2021-01-30 12:09:55'),
(117977,43489,'action complete via WP Cron','2021-01-30 17:09:55','2021-01-30 12:09:55'),
(117978,43490,'action created','2021-01-30 17:09:55','2021-01-30 12:09:55'),
(117979,43490,'action started via WP Cron','2021-01-30 17:12:07','2021-01-30 12:12:07'),
(117980,43490,'action complete via WP Cron','2021-01-30 17:12:07','2021-01-30 12:12:07'),
(117981,43491,'action created','2021-01-30 17:12:07','2021-01-30 12:12:07'),
(117982,43491,'action started via WP Cron','2021-01-30 17:13:32','2021-01-30 12:13:32'),
(117983,43491,'action complete via WP Cron','2021-01-30 17:13:32','2021-01-30 12:13:32'),
(117984,43492,'action created','2021-01-30 17:13:32','2021-01-30 12:13:32'),
(117985,43492,'action started via WP Cron','2021-01-30 17:15:39','2021-01-30 12:15:39'),
(117986,43492,'action complete via WP Cron','2021-01-30 17:15:39','2021-01-30 12:15:39'),
(117987,43493,'action created','2021-01-30 17:15:39','2021-01-30 12:15:39'),
(117988,43493,'action started via WP Cron','2021-01-30 17:16:28','2021-01-30 12:16:28'),
(117989,43493,'action complete via WP Cron','2021-01-30 17:16:28','2021-01-30 12:16:28'),
(117990,43494,'action created','2021-01-30 17:16:28','2021-01-30 12:16:28'),
(117991,43494,'action started via WP Cron','2021-01-30 17:17:13','2021-01-30 12:17:13'),
(117992,43494,'action complete via WP Cron','2021-01-30 17:17:13','2021-01-30 12:17:13'),
(117993,43495,'action created','2021-01-30 17:17:13','2021-01-30 12:17:13'),
(117994,43495,'action started via WP Cron','2021-01-30 17:18:22','2021-01-30 12:18:22'),
(117995,43495,'action complete via WP Cron','2021-01-30 17:18:22','2021-01-30 12:18:22'),
(117996,43496,'action created','2021-01-30 17:18:22','2021-01-30 12:18:22'),
(117997,43496,'action started via WP Cron','2021-01-30 17:23:13','2021-01-30 12:23:13'),
(117998,43496,'action complete via WP Cron','2021-01-30 17:23:13','2021-01-30 12:23:13'),
(117999,43497,'action created','2021-01-30 17:23:13','2021-01-30 12:23:13'),
(118000,43497,'action started via WP Cron','2021-01-30 17:25:01','2021-01-30 12:25:01'),
(118001,43497,'action complete via WP Cron','2021-01-30 17:25:01','2021-01-30 12:25:01'),
(118002,43498,'action created','2021-01-30 17:25:01','2021-01-30 12:25:01'),
(118003,43498,'action started via WP Cron','2021-01-30 17:25:54','2021-01-30 12:25:54'),
(118004,43498,'action complete via WP Cron','2021-01-30 17:25:54','2021-01-30 12:25:54'),
(118005,43499,'action created','2021-01-30 17:25:54','2021-01-30 12:25:54'),
(118006,43499,'action started via WP Cron','2021-01-30 17:26:46','2021-01-30 12:26:46'),
(118007,43499,'action complete via WP Cron','2021-01-30 17:26:46','2021-01-30 12:26:46'),
(118008,43500,'action created','2021-01-30 17:26:46','2021-01-30 12:26:46'),
(118009,43500,'action started via WP Cron','2021-01-30 17:27:33','2021-01-30 12:27:33'),
(118010,43500,'action complete via WP Cron','2021-01-30 17:27:33','2021-01-30 12:27:33'),
(118011,43501,'action created','2021-01-30 17:27:33','2021-01-30 12:27:33'),
(118012,43501,'action started via WP Cron','2021-01-30 17:28:52','2021-01-30 12:28:52'),
(118013,43501,'action complete via WP Cron','2021-01-30 17:28:52','2021-01-30 12:28:52'),
(118014,43502,'action created','2021-01-30 17:28:52','2021-01-30 12:28:52'),
(118015,43502,'action started via WP Cron','2021-01-30 17:29:27','2021-01-30 12:29:27'),
(118016,43502,'action complete via WP Cron','2021-01-30 17:29:27','2021-01-30 12:29:27'),
(118017,43503,'action created','2021-01-30 17:29:27','2021-01-30 12:29:27'),
(118018,43503,'action started via WP Cron','2021-01-30 17:30:23','2021-01-30 12:30:23'),
(118019,43503,'action complete via WP Cron','2021-01-30 17:30:23','2021-01-30 12:30:23'),
(118020,43504,'action created','2021-01-30 17:30:23','2021-01-30 12:30:23'),
(118021,43504,'action started via WP Cron','2021-01-30 17:31:57','2021-01-30 12:31:57'),
(118022,43504,'action complete via WP Cron','2021-01-30 17:31:57','2021-01-30 12:31:57'),
(118023,43505,'action created','2021-01-30 17:31:57','2021-01-30 12:31:57'),
(118024,43505,'action started via WP Cron','2021-01-30 17:32:15','2021-01-30 12:32:15'),
(118025,43505,'action complete via WP Cron','2021-01-30 17:32:15','2021-01-30 12:32:15'),
(118026,43506,'action created','2021-01-30 17:32:15','2021-01-30 12:32:15'),
(118027,43506,'action started via WP Cron','2021-01-30 17:33:44','2021-01-30 12:33:44'),
(118028,43506,'action complete via WP Cron','2021-01-30 17:33:44','2021-01-30 12:33:44'),
(118029,43507,'action created','2021-01-30 17:33:44','2021-01-30 12:33:44'),
(118030,43507,'action started via WP Cron','2021-01-30 17:34:24','2021-01-30 12:34:24'),
(118031,43507,'action complete via WP Cron','2021-01-30 17:34:24','2021-01-30 12:34:24'),
(118032,43508,'action created','2021-01-30 17:34:24','2021-01-30 12:34:24'),
(118033,43508,'action started via WP Cron','2021-01-30 17:35:28','2021-01-30 12:35:28'),
(118034,43508,'action complete via WP Cron','2021-01-30 17:35:28','2021-01-30 12:35:28'),
(118035,43509,'action created','2021-01-30 17:35:28','2021-01-30 12:35:28'),
(118036,43509,'action started via WP Cron','2021-01-30 17:36:22','2021-01-30 12:36:22'),
(118037,43509,'action complete via WP Cron','2021-01-30 17:36:22','2021-01-30 12:36:22'),
(118038,43510,'action created','2021-01-30 17:36:22','2021-01-30 12:36:22'),
(118039,43510,'action started via WP Cron','2021-01-30 17:37:20','2021-01-30 12:37:20'),
(118040,43510,'action complete via WP Cron','2021-01-30 17:37:20','2021-01-30 12:37:20'),
(118041,43511,'action created','2021-01-30 17:37:20','2021-01-30 12:37:20'),
(118042,43511,'action started via WP Cron','2021-01-30 17:39:12','2021-01-30 12:39:12'),
(118043,43511,'action complete via WP Cron','2021-01-30 17:39:12','2021-01-30 12:39:12'),
(118044,43512,'action created','2021-01-30 17:39:12','2021-01-30 12:39:12'),
(118045,43512,'action started via WP Cron','2021-01-30 17:40:19','2021-01-30 12:40:19'),
(118046,43512,'action complete via WP Cron','2021-01-30 17:40:19','2021-01-30 12:40:19'),
(118047,43513,'action created','2021-01-30 17:40:19','2021-01-30 12:40:19'),
(118048,43513,'action started via WP Cron','2021-01-30 17:41:50','2021-01-30 12:41:50'),
(118049,43513,'action complete via WP Cron','2021-01-30 17:41:50','2021-01-30 12:41:50'),
(118050,43514,'action created','2021-01-30 17:41:50','2021-01-30 12:41:50'),
(118051,43514,'action started via WP Cron','2021-01-30 17:43:10','2021-01-30 12:43:10'),
(118052,43514,'action complete via WP Cron','2021-01-30 17:43:10','2021-01-30 12:43:10'),
(118053,43515,'action created','2021-01-30 17:43:10','2021-01-30 12:43:10'),
(118054,43515,'action started via WP Cron','2021-01-30 17:46:02','2021-01-30 12:46:02'),
(118055,43515,'action complete via WP Cron','2021-01-30 17:46:02','2021-01-30 12:46:02'),
(118056,43516,'action created','2021-01-30 17:46:02','2021-01-30 12:46:02'),
(118057,43516,'action started via WP Cron','2021-01-30 17:46:46','2021-01-30 12:46:46'),
(118058,43516,'action complete via WP Cron','2021-01-30 17:46:47','2021-01-30 12:46:47'),
(118059,43517,'action created','2021-01-30 17:46:47','2021-01-30 12:46:47'),
(118060,43517,'action started via WP Cron','2021-01-30 17:48:08','2021-01-30 12:48:08'),
(118061,43517,'action complete via WP Cron','2021-01-30 17:48:08','2021-01-30 12:48:08'),
(118062,43518,'action created','2021-01-30 17:48:08','2021-01-30 12:48:08'),
(118063,43518,'action started via WP Cron','2021-01-30 17:48:41','2021-01-30 12:48:41'),
(118064,43518,'action complete via WP Cron','2021-01-30 17:48:41','2021-01-30 12:48:41'),
(118065,43519,'action created','2021-01-30 17:48:41','2021-01-30 12:48:41'),
(118066,43519,'action started via WP Cron','2021-01-30 17:49:55','2021-01-30 12:49:55'),
(118067,43519,'action complete via WP Cron','2021-01-30 17:49:55','2021-01-30 12:49:55'),
(118068,43520,'action created','2021-01-30 17:49:55','2021-01-30 12:49:55'),
(118069,43520,'action started via WP Cron','2021-01-30 17:53:29','2021-01-30 12:53:29'),
(118070,43520,'action complete via WP Cron','2021-01-30 17:53:29','2021-01-30 12:53:29'),
(118071,43521,'action created','2021-01-30 17:53:29','2021-01-30 12:53:29'),
(118072,43521,'action started via WP Cron','2021-01-30 17:55:09','2021-01-30 12:55:09'),
(118073,43521,'action complete via WP Cron','2021-01-30 17:55:09','2021-01-30 12:55:09'),
(118074,43522,'action created','2021-01-30 17:55:09','2021-01-30 12:55:09'),
(118075,43522,'action started via WP Cron','2021-01-30 17:55:48','2021-01-30 12:55:48'),
(118076,43522,'action complete via WP Cron','2021-01-30 17:55:48','2021-01-30 12:55:48'),
(118077,43523,'action created','2021-01-30 17:55:48','2021-01-30 12:55:48'),
(118078,43523,'action started via WP Cron','2021-01-30 17:56:15','2021-01-30 12:56:15'),
(118079,43523,'action complete via WP Cron','2021-01-30 17:56:15','2021-01-30 12:56:15'),
(118080,43524,'action created','2021-01-30 17:56:15','2021-01-30 12:56:15'),
(118081,43524,'action started via WP Cron','2021-01-30 17:58:13','2021-01-30 12:58:13'),
(118082,43524,'action complete via WP Cron','2021-01-30 17:58:13','2021-01-30 12:58:13'),
(118083,43525,'action created','2021-01-30 17:58:13','2021-01-30 12:58:13'),
(118084,43525,'action started via WP Cron','2021-01-30 18:00:23','2021-01-30 13:00:23'),
(118085,43525,'action complete via WP Cron','2021-01-30 18:00:23','2021-01-30 13:00:23'),
(118086,43526,'action created','2021-01-30 18:00:24','2021-01-30 13:00:24'),
(118087,43526,'action started via WP Cron','2021-01-30 18:02:04','2021-01-30 13:02:04'),
(118088,43526,'action complete via WP Cron','2021-01-30 18:02:04','2021-01-30 13:02:04'),
(118089,43527,'action created','2021-01-30 18:02:04','2021-01-30 13:02:04'),
(118090,43527,'action started via WP Cron','2021-01-30 18:02:56','2021-01-30 13:02:56'),
(118091,43527,'action complete via WP Cron','2021-01-30 18:02:56','2021-01-30 13:02:56'),
(118092,43528,'action created','2021-01-30 18:02:56','2021-01-30 13:02:56'),
(118093,43528,'action started via WP Cron','2021-01-30 18:05:09','2021-01-30 13:05:09'),
(118094,43528,'action complete via WP Cron','2021-01-30 18:05:09','2021-01-30 13:05:09'),
(118095,43529,'action created','2021-01-30 18:05:09','2021-01-30 13:05:09'),
(118096,43529,'action started via WP Cron','2021-01-30 18:05:43','2021-01-30 13:05:43'),
(118097,43529,'action complete via WP Cron','2021-01-30 18:05:43','2021-01-30 13:05:43'),
(118098,43530,'action created','2021-01-30 18:05:43','2021-01-30 13:05:43'),
(118099,43530,'action started via WP Cron','2021-01-30 18:06:42','2021-01-30 13:06:42'),
(118100,43530,'action complete via WP Cron','2021-01-30 18:06:42','2021-01-30 13:06:42'),
(118101,43531,'action created','2021-01-30 18:06:42','2021-01-30 13:06:42'),
(118102,43531,'action started via WP Cron','2021-01-30 18:08:12','2021-01-30 13:08:12'),
(118103,43531,'action complete via WP Cron','2021-01-30 18:08:12','2021-01-30 13:08:12'),
(118104,43532,'action created','2021-01-30 18:08:12','2021-01-30 13:08:12'),
(118105,43532,'action started via WP Cron','2021-01-30 18:10:38','2021-01-30 13:10:38'),
(118106,43532,'action complete via WP Cron','2021-01-30 18:10:38','2021-01-30 13:10:38'),
(118107,43533,'action created','2021-01-30 18:10:38','2021-01-30 13:10:38'),
(118108,43533,'action started via WP Cron','2021-01-30 18:15:02','2021-01-30 13:15:02'),
(118109,43533,'action complete via WP Cron','2021-01-30 18:15:02','2021-01-30 13:15:02'),
(118110,43534,'action created','2021-01-30 18:15:04','2021-01-30 13:15:04'),
(118111,43534,'action started via WP Cron','2021-01-30 18:17:55','2021-01-30 13:17:55'),
(118112,43534,'action complete via WP Cron','2021-01-30 18:17:55','2021-01-30 13:17:55'),
(118113,43535,'action created','2021-01-30 18:17:55','2021-01-30 13:17:55'),
(118114,43535,'action started via WP Cron','2021-01-30 18:18:51','2021-01-30 13:18:51'),
(118115,43535,'action complete via WP Cron','2021-01-30 18:18:51','2021-01-30 13:18:51'),
(118116,43536,'action created','2021-01-30 18:18:51','2021-01-30 13:18:51'),
(118117,43536,'action started via WP Cron','2021-01-30 18:19:11','2021-01-30 13:19:11'),
(118118,43536,'action complete via WP Cron','2021-01-30 18:19:11','2021-01-30 13:19:11'),
(118119,43537,'action created','2021-01-30 18:19:11','2021-01-30 13:19:11'),
(118120,43537,'action started via WP Cron','2021-01-30 18:21:48','2021-01-30 13:21:48'),
(118121,43537,'action complete via WP Cron','2021-01-30 18:21:48','2021-01-30 13:21:48'),
(118122,43538,'action created','2021-01-30 18:21:48','2021-01-30 13:21:48'),
(118123,43538,'action started via WP Cron','2021-01-30 18:24:39','2021-01-30 13:24:39'),
(118124,43538,'action complete via WP Cron','2021-01-30 18:24:39','2021-01-30 13:24:39'),
(118125,43539,'action created','2021-01-30 18:24:39','2021-01-30 13:24:39'),
(118126,43539,'action started via WP Cron','2021-01-30 18:25:13','2021-01-30 13:25:13'),
(118127,43539,'action complete via WP Cron','2021-01-30 18:25:13','2021-01-30 13:25:13'),
(118128,43540,'action created','2021-01-30 18:25:13','2021-01-30 13:25:13'),
(118129,43540,'action started via WP Cron','2021-01-30 18:26:32','2021-01-30 13:26:32'),
(118130,43540,'action complete via WP Cron','2021-01-30 18:26:32','2021-01-30 13:26:32'),
(118131,43541,'action created','2021-01-30 18:26:32','2021-01-30 13:26:32'),
(118132,43541,'action started via WP Cron','2021-01-30 18:27:17','2021-01-30 13:27:17'),
(118133,43541,'action complete via WP Cron','2021-01-30 18:27:17','2021-01-30 13:27:17'),
(118134,43542,'action created','2021-01-30 18:27:17','2021-01-30 13:27:17'),
(118135,43542,'action started via WP Cron','2021-01-30 18:28:16','2021-01-30 13:28:16'),
(118136,43542,'action complete via WP Cron','2021-01-30 18:28:16','2021-01-30 13:28:16'),
(118137,43543,'action created','2021-01-30 18:28:16','2021-01-30 13:28:16'),
(118138,43543,'action started via WP Cron','2021-01-30 18:30:33','2021-01-30 13:30:33'),
(118139,43543,'action complete via WP Cron','2021-01-30 18:30:33','2021-01-30 13:30:33'),
(118140,43544,'action created','2021-01-30 18:30:33','2021-01-30 13:30:33'),
(118141,43544,'action started via WP Cron','2021-01-30 18:31:21','2021-01-30 13:31:21'),
(118142,43544,'action complete via WP Cron','2021-01-30 18:31:21','2021-01-30 13:31:21'),
(118143,43545,'action created','2021-01-30 18:31:21','2021-01-30 13:31:21'),
(118144,43545,'action started via WP Cron','2021-01-30 18:34:08','2021-01-30 13:34:08'),
(118145,43545,'action complete via WP Cron','2021-01-30 18:34:08','2021-01-30 13:34:08'),
(118146,43546,'action created','2021-01-30 18:34:08','2021-01-30 13:34:08'),
(118147,43546,'action started via WP Cron','2021-01-30 18:35:07','2021-01-30 13:35:07'),
(118148,43546,'action complete via WP Cron','2021-01-30 18:35:07','2021-01-30 13:35:07'),
(118149,43547,'action created','2021-01-30 18:35:07','2021-01-30 13:35:07'),
(118150,43547,'action started via WP Cron','2021-01-30 18:35:40','2021-01-30 13:35:40'),
(118151,43547,'action complete via WP Cron','2021-01-30 18:35:40','2021-01-30 13:35:40'),
(118152,43548,'action created','2021-01-30 18:35:40','2021-01-30 13:35:40'),
(118153,43548,'action started via WP Cron','2021-01-30 18:37:08','2021-01-30 13:37:08'),
(118154,43548,'action complete via WP Cron','2021-01-30 18:37:08','2021-01-30 13:37:08'),
(118155,43549,'action created','2021-01-30 18:37:08','2021-01-30 13:37:08'),
(118156,43549,'action started via WP Cron','2021-01-30 18:40:34','2021-01-30 13:40:34'),
(118157,43549,'action complete via WP Cron','2021-01-30 18:40:34','2021-01-30 13:40:34'),
(118158,43550,'action created','2021-01-30 18:40:34','2021-01-30 13:40:34'),
(118159,43550,'action started via WP Cron','2021-01-30 18:42:02','2021-01-30 13:42:02'),
(118160,43550,'action complete via WP Cron','2021-01-30 18:42:02','2021-01-30 13:42:02'),
(118161,43551,'action created','2021-01-30 18:42:02','2021-01-30 13:42:02'),
(118162,43551,'action started via WP Cron','2021-01-30 18:42:37','2021-01-30 13:42:37'),
(118163,43551,'action complete via WP Cron','2021-01-30 18:42:37','2021-01-30 13:42:37'),
(118164,43552,'action created','2021-01-30 18:42:37','2021-01-30 13:42:37'),
(118165,43552,'action started via WP Cron','2021-01-30 18:43:36','2021-01-30 13:43:36'),
(118166,43552,'action complete via WP Cron','2021-01-30 18:43:36','2021-01-30 13:43:36'),
(118167,43553,'action created','2021-01-30 18:43:36','2021-01-30 13:43:36'),
(118168,43553,'action started via WP Cron','2021-01-30 18:46:51','2021-01-30 13:46:51'),
(118169,43553,'action complete via WP Cron','2021-01-30 18:46:51','2021-01-30 13:46:51'),
(118170,43554,'action created','2021-01-30 18:46:51','2021-01-30 13:46:51'),
(118171,43554,'action started via WP Cron','2021-01-30 18:50:01','2021-01-30 13:50:01'),
(118172,43554,'action complete via WP Cron','2021-01-30 18:50:01','2021-01-30 13:50:01'),
(118173,43555,'action created','2021-01-30 18:50:01','2021-01-30 13:50:01'),
(118174,43555,'action started via WP Cron','2021-01-30 18:52:13','2021-01-30 13:52:13'),
(118175,43555,'action complete via WP Cron','2021-01-30 18:52:13','2021-01-30 13:52:13'),
(118176,43556,'action created','2021-01-30 18:52:13','2021-01-30 13:52:13'),
(118177,43556,'action started via WP Cron','2021-01-30 18:54:07','2021-01-30 13:54:07'),
(118178,43556,'action complete via WP Cron','2021-01-30 18:54:07','2021-01-30 13:54:07'),
(118179,43557,'action created','2021-01-30 18:54:07','2021-01-30 13:54:07'),
(118180,43557,'action started via WP Cron','2021-01-30 18:54:19','2021-01-30 13:54:19'),
(118181,43557,'action complete via WP Cron','2021-01-30 18:54:20','2021-01-30 13:54:20'),
(118182,43558,'action created','2021-01-30 18:54:20','2021-01-30 13:54:20'),
(118183,43558,'action started via WP Cron','2021-01-30 18:55:31','2021-01-30 13:55:31'),
(118184,43558,'action complete via WP Cron','2021-01-30 18:55:31','2021-01-30 13:55:31'),
(118185,43559,'action created','2021-01-30 18:55:31','2021-01-30 13:55:31'),
(118186,43559,'action started via WP Cron','2021-01-30 18:58:03','2021-01-30 13:58:03'),
(118187,43559,'action complete via WP Cron','2021-01-30 18:58:03','2021-01-30 13:58:03'),
(118188,43560,'action created','2021-01-30 18:58:03','2021-01-30 13:58:03'),
(118189,43560,'action started via WP Cron','2021-01-30 19:00:25','2021-01-30 14:00:25'),
(118190,43560,'action complete via WP Cron','2021-01-30 19:00:25','2021-01-30 14:00:25'),
(118191,43561,'action created','2021-01-30 19:00:25','2021-01-30 14:00:25'),
(118192,43561,'action started via WP Cron','2021-01-30 19:02:13','2021-01-30 14:02:13'),
(118193,43561,'action complete via WP Cron','2021-01-30 19:02:13','2021-01-30 14:02:13'),
(118194,43562,'action created','2021-01-30 19:02:13','2021-01-30 14:02:13'),
(118195,43562,'action started via WP Cron','2021-01-30 19:04:51','2021-01-30 14:04:51'),
(118196,43562,'action complete via WP Cron','2021-01-30 19:04:52','2021-01-30 14:04:52'),
(118197,43563,'action created','2021-01-30 19:04:52','2021-01-30 14:04:52'),
(118198,43563,'action started via WP Cron','2021-01-30 19:06:00','2021-01-30 14:06:00'),
(118199,43563,'action complete via WP Cron','2021-01-30 19:06:00','2021-01-30 14:06:00'),
(118200,43564,'action created','2021-01-30 19:06:00','2021-01-30 14:06:00'),
(118201,43564,'action started via WP Cron','2021-01-30 19:09:47','2021-01-30 14:09:47'),
(118202,43564,'action complete via WP Cron','2021-01-30 19:09:47','2021-01-30 14:09:47'),
(118203,43565,'action created','2021-01-30 19:09:47','2021-01-30 14:09:47'),
(118204,43565,'action started via WP Cron','2021-01-30 19:11:42','2021-01-30 14:11:42'),
(118205,43565,'action complete via WP Cron','2021-01-30 19:11:42','2021-01-30 14:11:42'),
(118206,43566,'action created','2021-01-30 19:11:43','2021-01-30 14:11:43'),
(118207,43566,'action started via WP Cron','2021-01-30 19:12:21','2021-01-30 14:12:21'),
(118208,43566,'action complete via WP Cron','2021-01-30 19:12:21','2021-01-30 14:12:21'),
(118209,43567,'action created','2021-01-30 19:12:21','2021-01-30 14:12:21'),
(118210,43567,'action started via WP Cron','2021-01-30 19:15:42','2021-01-30 14:15:42'),
(118211,43567,'action complete via WP Cron','2021-01-30 19:15:42','2021-01-30 14:15:42'),
(118212,43568,'action created','2021-01-30 19:15:42','2021-01-30 14:15:42'),
(118213,43568,'action started via WP Cron','2021-01-30 19:16:27','2021-01-30 14:16:27'),
(118214,43568,'action complete via WP Cron','2021-01-30 19:16:27','2021-01-30 14:16:27'),
(118215,43569,'action created','2021-01-30 19:16:27','2021-01-30 14:16:27'),
(118216,43569,'action started via WP Cron','2021-01-30 19:19:08','2021-01-30 14:19:08'),
(118217,43569,'action complete via WP Cron','2021-01-30 19:19:08','2021-01-30 14:19:08'),
(118218,43570,'action created','2021-01-30 19:19:08','2021-01-30 14:19:08'),
(118219,43570,'action started via WP Cron','2021-01-30 19:19:20','2021-01-30 14:19:20'),
(118220,43570,'action complete via WP Cron','2021-01-30 19:19:20','2021-01-30 14:19:20'),
(118221,43571,'action created','2021-01-30 19:19:20','2021-01-30 14:19:20'),
(118222,43571,'action started via WP Cron','2021-01-30 19:21:18','2021-01-30 14:21:18'),
(118223,43571,'action complete via WP Cron','2021-01-30 19:21:18','2021-01-30 14:21:18'),
(118224,43572,'action created','2021-01-30 19:21:18','2021-01-30 14:21:18'),
(118225,43572,'action started via WP Cron','2021-01-30 19:22:27','2021-01-30 14:22:27'),
(118226,43572,'action complete via WP Cron','2021-01-30 19:22:27','2021-01-30 14:22:27'),
(118227,43573,'action created','2021-01-30 19:22:27','2021-01-30 14:22:27'),
(118228,43573,'action started via WP Cron','2021-01-30 19:23:25','2021-01-30 14:23:25'),
(118229,43573,'action complete via WP Cron','2021-01-30 19:23:25','2021-01-30 14:23:25'),
(118230,43574,'action created','2021-01-30 19:23:25','2021-01-30 14:23:25'),
(118231,43574,'action started via WP Cron','2021-01-30 19:24:39','2021-01-30 14:24:39'),
(118232,43574,'action complete via WP Cron','2021-01-30 19:24:39','2021-01-30 14:24:39'),
(118233,43575,'action created','2021-01-30 19:24:39','2021-01-30 14:24:39'),
(118234,43575,'action started via WP Cron','2021-01-30 19:26:24','2021-01-30 14:26:24'),
(118235,43575,'action complete via WP Cron','2021-01-30 19:26:24','2021-01-30 14:26:24'),
(118236,43576,'action created','2021-01-30 19:26:24','2021-01-30 14:26:24'),
(118237,43576,'action started via WP Cron','2021-01-30 19:28:02','2021-01-30 14:28:02'),
(118238,43576,'action complete via WP Cron','2021-01-30 19:28:02','2021-01-30 14:28:02'),
(118239,43577,'action created','2021-01-30 19:28:02','2021-01-30 14:28:02'),
(118240,43577,'action started via WP Cron','2021-01-30 19:28:27','2021-01-30 14:28:27'),
(118241,43577,'action complete via WP Cron','2021-01-30 19:28:27','2021-01-30 14:28:27'),
(118242,43578,'action created','2021-01-30 19:28:27','2021-01-30 14:28:27'),
(118243,43578,'action started via WP Cron','2021-01-30 19:29:55','2021-01-30 14:29:55'),
(118244,43578,'action complete via WP Cron','2021-01-30 19:29:55','2021-01-30 14:29:55'),
(118245,43579,'action created','2021-01-30 19:29:55','2021-01-30 14:29:55'),
(118246,43579,'action started via WP Cron','2021-01-30 19:30:37','2021-01-30 14:30:37'),
(118247,43579,'action complete via WP Cron','2021-01-30 19:30:37','2021-01-30 14:30:37'),
(118248,43580,'action created','2021-01-30 19:30:37','2021-01-30 14:30:37'),
(118249,43580,'action started via WP Cron','2021-01-30 19:33:27','2021-01-30 14:33:27'),
(118250,43580,'action complete via WP Cron','2021-01-30 19:33:27','2021-01-30 14:33:27'),
(118251,43581,'action created','2021-01-30 19:33:27','2021-01-30 14:33:27'),
(118252,43581,'action started via WP Cron','2021-01-30 19:34:40','2021-01-30 14:34:40'),
(118253,43581,'action complete via WP Cron','2021-01-30 19:34:40','2021-01-30 14:34:40'),
(118254,43582,'action created','2021-01-30 19:34:40','2021-01-30 14:34:40'),
(118255,43582,'action started via WP Cron','2021-01-30 19:36:53','2021-01-30 14:36:53'),
(118256,43582,'action complete via WP Cron','2021-01-30 19:36:53','2021-01-30 14:36:53'),
(118257,43583,'action created','2021-01-30 19:36:53','2021-01-30 14:36:53'),
(118258,43583,'action started via WP Cron','2021-01-30 19:37:18','2021-01-30 14:37:18'),
(118259,43583,'action complete via WP Cron','2021-01-30 19:37:18','2021-01-30 14:37:18'),
(118260,43584,'action created','2021-01-30 19:37:18','2021-01-30 14:37:18'),
(118261,43584,'action started via WP Cron','2021-01-30 19:40:08','2021-01-30 14:40:08'),
(118262,43584,'action complete via WP Cron','2021-01-30 19:40:08','2021-01-30 14:40:08'),
(118263,43585,'action created','2021-01-30 19:40:08','2021-01-30 14:40:08'),
(118264,43585,'action started via WP Cron','2021-01-30 19:40:23','2021-01-30 14:40:23'),
(118265,43585,'action complete via WP Cron','2021-01-30 19:40:23','2021-01-30 14:40:23'),
(118266,43586,'action created','2021-01-30 19:40:23','2021-01-30 14:40:23'),
(118267,43586,'action started via WP Cron','2021-01-30 19:41:26','2021-01-30 14:41:26'),
(118268,43586,'action complete via WP Cron','2021-01-30 19:41:26','2021-01-30 14:41:26'),
(118269,43587,'action created','2021-01-30 19:41:26','2021-01-30 14:41:26'),
(118270,43587,'action started via WP Cron','2021-01-30 19:42:31','2021-01-30 14:42:31'),
(118271,43587,'action complete via WP Cron','2021-01-30 19:42:31','2021-01-30 14:42:31'),
(118272,43588,'action created','2021-01-30 19:42:31','2021-01-30 14:42:31'),
(118273,43588,'action started via WP Cron','2021-01-30 19:43:28','2021-01-30 14:43:28'),
(118274,43588,'action complete via WP Cron','2021-01-30 19:43:28','2021-01-30 14:43:28'),
(118275,43589,'action created','2021-01-30 19:43:28','2021-01-30 14:43:28'),
(118276,43589,'action started via WP Cron','2021-01-30 19:46:27','2021-01-30 14:46:27'),
(118277,43589,'action complete via WP Cron','2021-01-30 19:46:27','2021-01-30 14:46:27'),
(118278,43590,'action created','2021-01-30 19:46:27','2021-01-30 14:46:27'),
(118279,43590,'action started via WP Cron','2021-01-30 19:47:48','2021-01-30 14:47:48'),
(118280,43590,'action complete via WP Cron','2021-01-30 19:47:48','2021-01-30 14:47:48'),
(118281,43591,'action created','2021-01-30 19:47:48','2021-01-30 14:47:48'),
(118282,43591,'action started via WP Cron','2021-01-30 19:49:52','2021-01-30 14:49:52'),
(118283,43591,'action complete via WP Cron','2021-01-30 19:49:52','2021-01-30 14:49:52'),
(118284,43592,'action created','2021-01-30 19:49:53','2021-01-30 14:49:53'),
(118285,43592,'action started via WP Cron','2021-01-30 19:50:31','2021-01-30 14:50:31'),
(118286,43592,'action complete via WP Cron','2021-01-30 19:50:31','2021-01-30 14:50:31'),
(118287,43593,'action created','2021-01-30 19:50:31','2021-01-30 14:50:31'),
(118288,43593,'action started via WP Cron','2021-01-30 19:51:55','2021-01-30 14:51:55'),
(118289,43593,'action complete via WP Cron','2021-01-30 19:51:55','2021-01-30 14:51:55'),
(118290,43594,'action created','2021-01-30 19:51:55','2021-01-30 14:51:55'),
(118291,43594,'action started via WP Cron','2021-01-30 19:54:17','2021-01-30 14:54:17'),
(118292,43594,'action complete via WP Cron','2021-01-30 19:54:17','2021-01-30 14:54:17'),
(118293,43595,'action created','2021-01-30 19:54:17','2021-01-30 14:54:17'),
(118294,43595,'action started via WP Cron','2021-01-30 19:56:25','2021-01-30 14:56:25'),
(118295,43595,'action complete via WP Cron','2021-01-30 19:56:25','2021-01-30 14:56:25'),
(118296,43596,'action created','2021-01-30 19:56:25','2021-01-30 14:56:25'),
(118297,43596,'action started via WP Cron','2021-01-30 19:57:34','2021-01-30 14:57:34'),
(118298,43596,'action complete via WP Cron','2021-01-30 19:57:34','2021-01-30 14:57:34'),
(118299,43597,'action created','2021-01-30 19:57:34','2021-01-30 14:57:34'),
(118300,43597,'action started via WP Cron','2021-01-30 19:59:09','2021-01-30 14:59:09'),
(118301,43597,'action complete via WP Cron','2021-01-30 19:59:09','2021-01-30 14:59:09'),
(118302,43598,'action created','2021-01-30 19:59:09','2021-01-30 14:59:09'),
(118303,43598,'action started via WP Cron','2021-01-30 19:59:20','2021-01-30 14:59:20'),
(118304,43598,'action complete via WP Cron','2021-01-30 19:59:20','2021-01-30 14:59:20'),
(118305,43599,'action created','2021-01-30 19:59:20','2021-01-30 14:59:20'),
(118306,43599,'action started via WP Cron','2021-01-30 20:03:55','2021-01-30 15:03:55'),
(118307,43599,'action complete via WP Cron','2021-01-30 20:03:55','2021-01-30 15:03:55'),
(118308,43600,'action created','2021-01-30 20:03:55','2021-01-30 15:03:55'),
(118309,43600,'action started via WP Cron','2021-01-30 20:04:47','2021-01-30 15:04:47'),
(118310,43600,'action complete via WP Cron','2021-01-30 20:04:47','2021-01-30 15:04:47'),
(118311,43601,'action created','2021-01-30 20:04:47','2021-01-30 15:04:47'),
(118312,43601,'action started via WP Cron','2021-01-30 20:06:57','2021-01-30 15:06:57'),
(118313,43601,'action complete via WP Cron','2021-01-30 20:06:57','2021-01-30 15:06:57'),
(118314,43602,'action created','2021-01-30 20:06:57','2021-01-30 15:06:57'),
(118315,43602,'action started via WP Cron','2021-01-30 20:08:29','2021-01-30 15:08:29'),
(118316,43602,'action complete via WP Cron','2021-01-30 20:08:29','2021-01-30 15:08:29'),
(118317,43603,'action created','2021-01-30 20:08:29','2021-01-30 15:08:29'),
(118318,43603,'action started via WP Cron','2021-01-30 20:12:04','2021-01-30 15:12:04'),
(118319,43603,'action complete via WP Cron','2021-01-30 20:12:04','2021-01-30 15:12:04'),
(118320,43604,'action created','2021-01-30 20:12:04','2021-01-30 15:12:04'),
(118321,43604,'action started via WP Cron','2021-01-30 20:13:25','2021-01-30 15:13:25'),
(118322,43604,'action complete via WP Cron','2021-01-30 20:13:25','2021-01-30 15:13:25'),
(118323,43605,'action created','2021-01-30 20:13:26','2021-01-30 15:13:26'),
(118324,43605,'action started via WP Cron','2021-01-30 20:15:18','2021-01-30 15:15:18'),
(118325,43605,'action complete via WP Cron','2021-01-30 20:15:18','2021-01-30 15:15:18'),
(118326,43606,'action created','2021-01-30 20:15:18','2021-01-30 15:15:18'),
(118327,43606,'action started via WP Cron','2021-01-30 20:16:32','2021-01-30 15:16:32'),
(118328,43606,'action complete via WP Cron','2021-01-30 20:16:32','2021-01-30 15:16:32'),
(118329,43607,'action created','2021-01-30 20:16:32','2021-01-30 15:16:32'),
(118330,43607,'action started via WP Cron','2021-01-30 20:17:18','2021-01-30 15:17:18'),
(118331,43607,'action complete via WP Cron','2021-01-30 20:17:18','2021-01-30 15:17:18'),
(118332,43608,'action created','2021-01-30 20:17:18','2021-01-30 15:17:18'),
(118333,43608,'action started via WP Cron','2021-01-30 20:18:16','2021-01-30 15:18:16'),
(118334,43608,'action complete via WP Cron','2021-01-30 20:18:16','2021-01-30 15:18:16'),
(118335,43609,'action created','2021-01-30 20:18:16','2021-01-30 15:18:16'),
(118336,43609,'action started via WP Cron','2021-01-30 20:19:36','2021-01-30 15:19:36'),
(118337,43609,'action complete via WP Cron','2021-01-30 20:19:36','2021-01-30 15:19:36'),
(118338,43610,'action created','2021-01-30 20:19:36','2021-01-30 15:19:36'),
(118339,43610,'action started via WP Cron','2021-01-30 20:21:09','2021-01-30 15:21:09'),
(118340,43610,'action complete via WP Cron','2021-01-30 20:21:09','2021-01-30 15:21:09'),
(118341,43611,'action created','2021-01-30 20:21:10','2021-01-30 15:21:10'),
(118342,43611,'action started via WP Cron','2021-01-30 20:23:06','2021-01-30 15:23:06'),
(118343,43611,'action complete via WP Cron','2021-01-30 20:23:06','2021-01-30 15:23:06'),
(118344,43612,'action created','2021-01-30 20:23:06','2021-01-30 15:23:06'),
(118345,43612,'action started via WP Cron','2021-01-30 20:23:40','2021-01-30 15:23:40'),
(118346,43612,'action complete via WP Cron','2021-01-30 20:23:40','2021-01-30 15:23:40'),
(118347,43613,'action created','2021-01-30 20:23:40','2021-01-30 15:23:40'),
(118348,43613,'action started via WP Cron','2021-01-30 20:24:20','2021-01-30 15:24:20'),
(118349,43613,'action complete via WP Cron','2021-01-30 20:24:20','2021-01-30 15:24:20'),
(118350,43614,'action created','2021-01-30 20:24:20','2021-01-30 15:24:20'),
(118351,43614,'action started via WP Cron','2021-01-30 20:25:47','2021-01-30 15:25:47'),
(118352,43614,'action complete via WP Cron','2021-01-30 20:25:47','2021-01-30 15:25:47'),
(118353,43615,'action created','2021-01-30 20:25:47','2021-01-30 15:25:47'),
(118354,43615,'action started via WP Cron','2021-01-30 20:26:41','2021-01-30 15:26:41'),
(118355,43615,'action complete via WP Cron','2021-01-30 20:26:41','2021-01-30 15:26:41'),
(118356,43616,'action created','2021-01-30 20:26:41','2021-01-30 15:26:41'),
(118357,43616,'action started via WP Cron','2021-01-30 20:27:25','2021-01-30 15:27:25'),
(118358,43616,'action complete via WP Cron','2021-01-30 20:27:25','2021-01-30 15:27:25'),
(118359,43617,'action created','2021-01-30 20:27:25','2021-01-30 15:27:25'),
(118360,43617,'action started via WP Cron','2021-01-30 20:29:28','2021-01-30 15:29:28'),
(118361,43617,'action complete via WP Cron','2021-01-30 20:29:28','2021-01-30 15:29:28'),
(118362,43618,'action created','2021-01-30 20:29:28','2021-01-30 15:29:28'),
(118363,43618,'action started via WP Cron','2021-01-30 20:30:39','2021-01-30 15:30:39'),
(118364,43618,'action complete via WP Cron','2021-01-30 20:30:39','2021-01-30 15:30:39'),
(118365,43619,'action created','2021-01-30 20:30:39','2021-01-30 15:30:39'),
(118366,43619,'action started via WP Cron','2021-01-30 20:32:14','2021-01-30 15:32:14'),
(118367,43619,'action complete via WP Cron','2021-01-30 20:32:14','2021-01-30 15:32:14'),
(118368,43620,'action created','2021-01-30 20:32:14','2021-01-30 15:32:14'),
(118369,43620,'action started via WP Cron','2021-01-30 20:34:47','2021-01-30 15:34:47'),
(118370,43620,'action complete via WP Cron','2021-01-30 20:34:47','2021-01-30 15:34:47'),
(118371,43621,'action created','2021-01-30 20:34:47','2021-01-30 15:34:47'),
(118372,43621,'action started via WP Cron','2021-01-30 20:35:41','2021-01-30 15:35:41'),
(118373,43621,'action complete via WP Cron','2021-01-30 20:35:41','2021-01-30 15:35:41'),
(118374,43622,'action created','2021-01-30 20:35:41','2021-01-30 15:35:41'),
(118375,43622,'action started via WP Cron','2021-01-30 20:37:07','2021-01-30 15:37:07'),
(118376,43622,'action complete via WP Cron','2021-01-30 20:37:07','2021-01-30 15:37:07'),
(118377,43623,'action created','2021-01-30 20:37:07','2021-01-30 15:37:07'),
(118378,43623,'action started via WP Cron','2021-01-30 20:39:18','2021-01-30 15:39:18'),
(118379,43623,'action complete via WP Cron','2021-01-30 20:39:18','2021-01-30 15:39:18'),
(118380,43624,'action created','2021-01-30 20:39:18','2021-01-30 15:39:18'),
(118381,43624,'action started via WP Cron','2021-01-30 20:40:14','2021-01-30 15:40:14'),
(118382,43624,'action complete via WP Cron','2021-01-30 20:40:14','2021-01-30 15:40:14'),
(118383,43625,'action created','2021-01-30 20:40:15','2021-01-30 15:40:15'),
(118384,43625,'action started via WP Cron','2021-01-30 20:42:15','2021-01-30 15:42:15'),
(118385,43625,'action complete via WP Cron','2021-01-30 20:42:15','2021-01-30 15:42:15'),
(118386,43626,'action created','2021-01-30 20:42:15','2021-01-30 15:42:15'),
(118387,43626,'action started via WP Cron','2021-01-30 20:46:40','2021-01-30 15:46:40'),
(118388,43626,'action complete via WP Cron','2021-01-30 20:46:40','2021-01-30 15:46:40'),
(118389,43627,'action created','2021-01-30 20:46:40','2021-01-30 15:46:40'),
(118390,43627,'action started via WP Cron','2021-01-30 20:47:54','2021-01-30 15:47:54'),
(118391,43627,'action complete via WP Cron','2021-01-30 20:47:54','2021-01-30 15:47:54'),
(118392,43628,'action created','2021-01-30 20:47:54','2021-01-30 15:47:54'),
(118393,43628,'action started via WP Cron','2021-01-30 20:48:16','2021-01-30 15:48:16'),
(118394,43628,'action complete via WP Cron','2021-01-30 20:48:16','2021-01-30 15:48:16'),
(118395,43629,'action created','2021-01-30 20:48:16','2021-01-30 15:48:16'),
(118396,43629,'action started via WP Cron','2021-01-30 20:50:20','2021-01-30 15:50:20'),
(118397,43629,'action complete via WP Cron','2021-01-30 20:50:20','2021-01-30 15:50:20'),
(118398,43630,'action created','2021-01-30 20:50:20','2021-01-30 15:50:20'),
(118399,43630,'action started via WP Cron','2021-01-30 20:55:49','2021-01-30 15:55:49'),
(118400,43630,'action complete via WP Cron','2021-01-30 20:55:49','2021-01-30 15:55:49'),
(118401,43631,'action created','2021-01-30 20:55:49','2021-01-30 15:55:49'),
(118402,43631,'action started via WP Cron','2021-01-30 20:56:55','2021-01-30 15:56:55'),
(118403,43631,'action complete via WP Cron','2021-01-30 20:56:55','2021-01-30 15:56:55'),
(118404,43632,'action created','2021-01-30 20:56:55','2021-01-30 15:56:55'),
(118405,43632,'action started via WP Cron','2021-01-30 20:59:08','2021-01-30 15:59:08'),
(118406,43632,'action complete via WP Cron','2021-01-30 20:59:08','2021-01-30 15:59:08'),
(118407,43633,'action created','2021-01-30 20:59:08','2021-01-30 15:59:08'),
(118408,43633,'action started via WP Cron','2021-01-30 21:00:31','2021-01-30 16:00:31'),
(118409,43633,'action complete via WP Cron','2021-01-30 21:00:31','2021-01-30 16:00:31'),
(118410,43634,'action created','2021-01-30 21:00:31','2021-01-30 16:00:31'),
(118411,43634,'action started via WP Cron','2021-01-30 21:02:47','2021-01-30 16:02:47'),
(118412,43634,'action complete via WP Cron','2021-01-30 21:02:47','2021-01-30 16:02:47'),
(118413,43635,'action created','2021-01-30 21:02:47','2021-01-30 16:02:47'),
(118414,43635,'action started via WP Cron','2021-01-30 21:03:31','2021-01-30 16:03:31'),
(118415,43635,'action complete via WP Cron','2021-01-30 21:03:31','2021-01-30 16:03:31'),
(118416,43636,'action created','2021-01-30 21:03:32','2021-01-30 16:03:32'),
(118417,43636,'action started via WP Cron','2021-01-30 21:05:09','2021-01-30 16:05:09'),
(118418,43636,'action complete via WP Cron','2021-01-30 21:05:09','2021-01-30 16:05:09'),
(118419,43637,'action created','2021-01-30 21:05:09','2021-01-30 16:05:09'),
(118420,43637,'action started via WP Cron','2021-01-30 21:05:35','2021-01-30 16:05:35'),
(118421,43637,'action complete via WP Cron','2021-01-30 21:05:35','2021-01-30 16:05:35'),
(118422,43638,'action created','2021-01-30 21:05:35','2021-01-30 16:05:35'),
(118423,43638,'action started via WP Cron','2021-01-30 21:07:45','2021-01-30 16:07:45'),
(118424,43638,'action complete via WP Cron','2021-01-30 21:07:45','2021-01-30 16:07:45'),
(118425,43639,'action created','2021-01-30 21:07:45','2021-01-30 16:07:45'),
(118426,43639,'action started via WP Cron','2021-01-30 21:09:26','2021-01-30 16:09:26'),
(118427,43639,'action complete via WP Cron','2021-01-30 21:09:26','2021-01-30 16:09:26'),
(118428,43640,'action created','2021-01-30 21:09:26','2021-01-30 16:09:26'),
(118429,43640,'action started via WP Cron','2021-01-30 21:10:37','2021-01-30 16:10:37'),
(118430,43640,'action complete via WP Cron','2021-01-30 21:10:37','2021-01-30 16:10:37'),
(118431,43641,'action created','2021-01-30 21:10:37','2021-01-30 16:10:37'),
(118432,43641,'action started via WP Cron','2021-01-30 21:14:45','2021-01-30 16:14:45'),
(118433,43641,'action complete via WP Cron','2021-01-30 21:14:45','2021-01-30 16:14:45'),
(118434,43642,'action created','2021-01-30 21:14:45','2021-01-30 16:14:45'),
(118435,43642,'action started via WP Cron','2021-01-30 21:15:29','2021-01-30 16:15:29'),
(118436,43642,'action complete via WP Cron','2021-01-30 21:15:29','2021-01-30 16:15:29'),
(118437,43643,'action created','2021-01-30 21:15:29','2021-01-30 16:15:29'),
(118438,43643,'action started via WP Cron','2021-01-30 21:17:35','2021-01-30 16:17:35'),
(118439,43643,'action complete via WP Cron','2021-01-30 21:17:35','2021-01-30 16:17:35'),
(118440,43644,'action created','2021-01-30 21:17:35','2021-01-30 16:17:35'),
(118441,43644,'action started via WP Cron','2021-01-30 21:19:16','2021-01-30 16:19:16'),
(118442,43644,'action complete via WP Cron','2021-01-30 21:19:16','2021-01-30 16:19:16'),
(118443,43645,'action created','2021-01-30 21:19:16','2021-01-30 16:19:16'),
(118444,43645,'action started via WP Cron','2021-01-30 21:21:28','2021-01-30 16:21:28'),
(118445,43645,'action complete via WP Cron','2021-01-30 21:21:28','2021-01-30 16:21:28'),
(118446,43646,'action created','2021-01-30 21:21:29','2021-01-30 16:21:29'),
(118447,43646,'action started via WP Cron','2021-01-30 21:22:24','2021-01-30 16:22:24'),
(118448,43646,'action complete via WP Cron','2021-01-30 21:22:24','2021-01-30 16:22:24'),
(118449,43647,'action created','2021-01-30 21:22:24','2021-01-30 16:22:24'),
(118450,43647,'action started via WP Cron','2021-01-30 21:23:38','2021-01-30 16:23:38'),
(118451,43647,'action complete via WP Cron','2021-01-30 21:23:38','2021-01-30 16:23:38'),
(118452,43648,'action created','2021-01-30 21:23:38','2021-01-30 16:23:38'),
(118453,43648,'action started via WP Cron','2021-01-30 21:24:31','2021-01-30 16:24:31'),
(118454,43648,'action complete via WP Cron','2021-01-30 21:24:31','2021-01-30 16:24:31'),
(118455,43649,'action created','2021-01-30 21:24:31','2021-01-30 16:24:31'),
(118456,43649,'action started via WP Cron','2021-01-30 21:25:30','2021-01-30 16:25:30'),
(118457,43649,'action complete via WP Cron','2021-01-30 21:25:30','2021-01-30 16:25:30'),
(118458,43650,'action created','2021-01-30 21:25:30','2021-01-30 16:25:30'),
(118459,43650,'action started via WP Cron','2021-01-30 21:27:39','2021-01-30 16:27:39'),
(118460,43650,'action complete via WP Cron','2021-01-30 21:27:39','2021-01-30 16:27:39'),
(118461,43651,'action created','2021-01-30 21:27:39','2021-01-30 16:27:39'),
(118462,43651,'action started via WP Cron','2021-01-30 21:28:22','2021-01-30 16:28:22'),
(118463,43651,'action complete via WP Cron','2021-01-30 21:28:22','2021-01-30 16:28:22'),
(118464,43652,'action created','2021-01-30 21:28:22','2021-01-30 16:28:22'),
(118465,43652,'action started via WP Cron','2021-01-30 21:30:35','2021-01-30 16:30:35'),
(118466,43652,'action complete via WP Cron','2021-01-30 21:30:35','2021-01-30 16:30:35'),
(118467,43653,'action created','2021-01-30 21:30:35','2021-01-30 16:30:35'),
(118468,43653,'action started via WP Cron','2021-01-30 21:31:45','2021-01-30 16:31:45'),
(118469,43653,'action complete via WP Cron','2021-01-30 21:31:45','2021-01-30 16:31:45'),
(118470,43654,'action created','2021-01-30 21:31:45','2021-01-30 16:31:45'),
(118471,43654,'action started via WP Cron','2021-01-30 21:34:00','2021-01-30 16:34:00'),
(118472,43654,'action complete via WP Cron','2021-01-30 21:34:00','2021-01-30 16:34:00'),
(118473,43655,'action created','2021-01-30 21:34:00','2021-01-30 16:34:00'),
(118474,43655,'action started via WP Cron','2021-01-30 21:34:14','2021-01-30 16:34:14'),
(118475,43655,'action complete via WP Cron','2021-01-30 21:34:14','2021-01-30 16:34:14'),
(118476,43656,'action created','2021-01-30 21:34:14','2021-01-30 16:34:14'),
(118477,43656,'action started via WP Cron','2021-01-30 21:38:49','2021-01-30 16:38:49'),
(118478,43656,'action complete via WP Cron','2021-01-30 21:38:49','2021-01-30 16:38:49'),
(118479,43657,'action created','2021-01-30 21:38:49','2021-01-30 16:38:49'),
(118480,43657,'action started via WP Cron','2021-01-30 21:39:23','2021-01-30 16:39:23'),
(118481,43657,'action complete via WP Cron','2021-01-30 21:39:23','2021-01-30 16:39:23'),
(118482,43658,'action created','2021-01-30 21:39:23','2021-01-30 16:39:23'),
(118483,43658,'action started via WP Cron','2021-01-30 21:40:12','2021-01-30 16:40:12'),
(118484,43658,'action complete via WP Cron','2021-01-30 21:40:12','2021-01-30 16:40:12'),
(118485,43659,'action created','2021-01-30 21:40:12','2021-01-30 16:40:12'),
(118486,43659,'action started via WP Cron','2021-01-30 21:41:15','2021-01-30 16:41:15'),
(118487,43659,'action complete via WP Cron','2021-01-30 21:41:15','2021-01-30 16:41:15'),
(118488,43660,'action created','2021-01-30 21:41:15','2021-01-30 16:41:15'),
(118489,43660,'action started via WP Cron','2021-01-30 21:43:31','2021-01-30 16:43:31'),
(118490,43660,'action complete via WP Cron','2021-01-30 21:43:31','2021-01-30 16:43:31'),
(118491,43661,'action created','2021-01-30 21:43:31','2021-01-30 16:43:31'),
(118492,43661,'action started via WP Cron','2021-01-30 21:45:11','2021-01-30 16:45:11'),
(118493,43661,'action complete via WP Cron','2021-01-30 21:45:13','2021-01-30 16:45:13'),
(118494,43662,'action created','2021-01-30 21:45:17','2021-01-30 16:45:17'),
(118495,43662,'action started via WP Cron','2021-01-30 21:46:21','2021-01-30 16:46:21'),
(118496,43662,'action complete via WP Cron','2021-01-30 21:46:21','2021-01-30 16:46:21'),
(118497,43663,'action created','2021-01-30 21:46:21','2021-01-30 16:46:21'),
(118498,43663,'action started via WP Cron','2021-01-30 21:47:43','2021-01-30 16:47:43'),
(118499,43663,'action complete via WP Cron','2021-01-30 21:47:43','2021-01-30 16:47:43'),
(118500,43664,'action created','2021-01-30 21:47:43','2021-01-30 16:47:43'),
(118501,43664,'action started via WP Cron','2021-01-30 21:48:52','2021-01-30 16:48:52'),
(118502,43664,'action complete via WP Cron','2021-01-30 21:48:52','2021-01-30 16:48:52'),
(118503,43665,'action created','2021-01-30 21:48:52','2021-01-30 16:48:52'),
(118504,43665,'action started via WP Cron','2021-01-30 21:51:42','2021-01-30 16:51:42'),
(118505,43665,'action complete via WP Cron','2021-01-30 21:51:42','2021-01-30 16:51:42'),
(118506,43666,'action created','2021-01-30 21:51:42','2021-01-30 16:51:42'),
(118507,43666,'action started via WP Cron','2021-01-30 21:52:37','2021-01-30 16:52:37'),
(118508,43666,'action complete via WP Cron','2021-01-30 21:52:37','2021-01-30 16:52:37'),
(118509,43667,'action created','2021-01-30 21:52:37','2021-01-30 16:52:37'),
(118510,43667,'action started via WP Cron','2021-01-30 21:53:57','2021-01-30 16:53:57'),
(118511,43667,'action complete via WP Cron','2021-01-30 21:53:57','2021-01-30 16:53:57'),
(118512,43668,'action created','2021-01-30 21:53:57','2021-01-30 16:53:57'),
(118513,43668,'action started via WP Cron','2021-01-30 21:57:16','2021-01-30 16:57:16'),
(118514,43668,'action complete via WP Cron','2021-01-30 21:57:16','2021-01-30 16:57:16'),
(118515,43669,'action created','2021-01-30 21:57:16','2021-01-30 16:57:16'),
(118516,43669,'action started via WP Cron','2021-01-30 21:58:38','2021-01-30 16:58:38'),
(118517,43669,'action complete via WP Cron','2021-01-30 21:58:38','2021-01-30 16:58:38'),
(118518,43670,'action created','2021-01-30 21:58:38','2021-01-30 16:58:38'),
(118519,43670,'action started via WP Cron','2021-01-30 21:59:21','2021-01-30 16:59:21'),
(118520,43670,'action complete via WP Cron','2021-01-30 21:59:21','2021-01-30 16:59:21'),
(118521,43671,'action created','2021-01-30 21:59:21','2021-01-30 16:59:21'),
(118522,43671,'action started via WP Cron','2021-01-30 22:00:12','2021-01-30 17:00:12'),
(118523,43671,'action complete via WP Cron','2021-01-30 22:00:12','2021-01-30 17:00:12'),
(118524,43672,'action created','2021-01-30 22:00:12','2021-01-30 17:00:12'),
(118525,43672,'action started via WP Cron','2021-01-30 22:02:05','2021-01-30 17:02:05'),
(118526,43672,'action complete via WP Cron','2021-01-30 22:02:05','2021-01-30 17:02:05'),
(118527,43673,'action created','2021-01-30 22:02:05','2021-01-30 17:02:05'),
(118528,43673,'action started via WP Cron','2021-01-30 22:02:24','2021-01-30 17:02:24'),
(118529,43673,'action complete via WP Cron','2021-01-30 22:02:24','2021-01-30 17:02:24'),
(118530,43674,'action created','2021-01-30 22:02:24','2021-01-30 17:02:24'),
(118531,43674,'action started via WP Cron','2021-01-30 22:03:25','2021-01-30 17:03:25'),
(118532,43674,'action complete via WP Cron','2021-01-30 22:03:25','2021-01-30 17:03:25'),
(118533,43675,'action created','2021-01-30 22:03:25','2021-01-30 17:03:25'),
(118534,43675,'action started via WP Cron','2021-01-30 22:04:50','2021-01-30 17:04:50'),
(118535,43675,'action complete via WP Cron','2021-01-30 22:04:50','2021-01-30 17:04:50'),
(118536,43676,'action created','2021-01-30 22:04:50','2021-01-30 17:04:50'),
(118537,43676,'action started via WP Cron','2021-01-30 22:05:21','2021-01-30 17:05:21'),
(118538,43676,'action complete via WP Cron','2021-01-30 22:05:21','2021-01-30 17:05:21'),
(118539,43677,'action created','2021-01-30 22:05:21','2021-01-30 17:05:21'),
(118540,43677,'action started via WP Cron','2021-01-30 22:07:40','2021-01-30 17:07:40'),
(118541,43677,'action complete via WP Cron','2021-01-30 22:07:40','2021-01-30 17:07:40'),
(118542,43678,'action created','2021-01-30 22:07:40','2021-01-30 17:07:40'),
(118543,43678,'action started via WP Cron','2021-01-30 22:08:38','2021-01-30 17:08:38'),
(118544,43678,'action complete via WP Cron','2021-01-30 22:08:38','2021-01-30 17:08:38'),
(118545,43679,'action created','2021-01-30 22:08:38','2021-01-30 17:08:38'),
(118546,43679,'action started via WP Cron','2021-01-30 22:10:54','2021-01-30 17:10:54'),
(118547,43679,'action complete via WP Cron','2021-01-30 22:10:54','2021-01-30 17:10:54'),
(118548,43680,'action created','2021-01-30 22:10:54','2021-01-30 17:10:54'),
(118549,43680,'action started via WP Cron','2021-01-30 22:11:12','2021-01-30 17:11:12'),
(118550,43680,'action complete via WP Cron','2021-01-30 22:11:12','2021-01-30 17:11:12'),
(118551,43681,'action created','2021-01-30 22:11:12','2021-01-30 17:11:12'),
(118552,43681,'action started via WP Cron','2021-01-30 22:12:57','2021-01-30 17:12:57'),
(118553,43681,'action complete via WP Cron','2021-01-30 22:12:57','2021-01-30 17:12:57'),
(118554,43682,'action created','2021-01-30 22:12:57','2021-01-30 17:12:57'),
(118555,43682,'action started via WP Cron','2021-01-30 22:13:30','2021-01-30 17:13:30'),
(118556,43682,'action complete via WP Cron','2021-01-30 22:13:30','2021-01-30 17:13:30'),
(118557,43683,'action created','2021-01-30 22:13:31','2021-01-30 17:13:31'),
(118558,43683,'action started via WP Cron','2021-01-30 22:14:29','2021-01-30 17:14:29'),
(118559,43683,'action complete via WP Cron','2021-01-30 22:14:29','2021-01-30 17:14:29'),
(118560,43684,'action created','2021-01-30 22:14:29','2021-01-30 17:14:29'),
(118561,43684,'action started via WP Cron','2021-01-30 22:16:21','2021-01-30 17:16:21'),
(118562,43684,'action complete via WP Cron','2021-01-30 22:16:21','2021-01-30 17:16:21'),
(118563,43685,'action created','2021-01-30 22:16:21','2021-01-30 17:16:21'),
(118564,43685,'action started via WP Cron','2021-01-30 22:18:37','2021-01-30 17:18:37'),
(118565,43685,'action complete via WP Cron','2021-01-30 22:18:37','2021-01-30 17:18:37'),
(118566,43686,'action created','2021-01-30 22:18:37','2021-01-30 17:18:37'),
(118567,43686,'action started via WP Cron','2021-01-30 22:21:19','2021-01-30 17:21:19'),
(118568,43686,'action complete via WP Cron','2021-01-30 22:21:19','2021-01-30 17:21:19'),
(118569,43687,'action created','2021-01-30 22:21:19','2021-01-30 17:21:19'),
(118570,43687,'action started via WP Cron','2021-01-30 22:23:44','2021-01-30 17:23:44'),
(118571,43687,'action complete via WP Cron','2021-01-30 22:23:44','2021-01-30 17:23:44'),
(118572,43688,'action created','2021-01-30 22:23:44','2021-01-30 17:23:44'),
(118573,43688,'action started via WP Cron','2021-01-30 22:25:52','2021-01-30 17:25:52'),
(118574,43688,'action complete via WP Cron','2021-01-30 22:25:52','2021-01-30 17:25:52'),
(118575,43689,'action created','2021-01-30 22:25:52','2021-01-30 17:25:52'),
(118576,43689,'action started via WP Cron','2021-01-30 22:27:15','2021-01-30 17:27:15'),
(118577,43689,'action complete via WP Cron','2021-01-30 22:27:15','2021-01-30 17:27:15'),
(118578,43690,'action created','2021-01-30 22:27:15','2021-01-30 17:27:15'),
(118579,43690,'action started via WP Cron','2021-01-30 22:28:21','2021-01-30 17:28:21'),
(118580,43690,'action complete via WP Cron','2021-01-30 22:28:21','2021-01-30 17:28:21'),
(118581,43691,'action created','2021-01-30 22:28:21','2021-01-30 17:28:21'),
(118582,43691,'action started via WP Cron','2021-01-30 22:29:15','2021-01-30 17:29:15'),
(118583,43691,'action complete via WP Cron','2021-01-30 22:29:15','2021-01-30 17:29:15'),
(118584,43692,'action created','2021-01-30 22:29:15','2021-01-30 17:29:15'),
(118585,43692,'action started via WP Cron','2021-01-30 22:30:37','2021-01-30 17:30:37'),
(118586,43692,'action complete via WP Cron','2021-01-30 22:30:37','2021-01-30 17:30:37'),
(118587,43693,'action created','2021-01-30 22:30:37','2021-01-30 17:30:37'),
(118588,43693,'action started via WP Cron','2021-01-30 22:32:28','2021-01-30 17:32:28'),
(118589,43693,'action complete via WP Cron','2021-01-30 22:32:28','2021-01-30 17:32:28'),
(118590,43694,'action created','2021-01-30 22:32:28','2021-01-30 17:32:28'),
(118591,43694,'action started via WP Cron','2021-01-30 22:34:21','2021-01-30 17:34:21'),
(118592,43694,'action complete via WP Cron','2021-01-30 22:34:21','2021-01-30 17:34:21'),
(118593,43695,'action created','2021-01-30 22:34:21','2021-01-30 17:34:21'),
(118594,43695,'action started via WP Cron','2021-01-30 22:39:57','2021-01-30 17:39:57'),
(118595,43695,'action complete via WP Cron','2021-01-30 22:39:57','2021-01-30 17:39:57'),
(118596,43696,'action created','2021-01-30 22:39:57','2021-01-30 17:39:57'),
(118597,43696,'action started via WP Cron','2021-01-30 22:40:15','2021-01-30 17:40:15'),
(118598,43696,'action complete via WP Cron','2021-01-30 22:40:15','2021-01-30 17:40:15'),
(118599,43697,'action created','2021-01-30 22:40:16','2021-01-30 17:40:16'),
(118600,43697,'action started via WP Cron','2021-01-30 22:42:45','2021-01-30 17:42:45'),
(118601,43697,'action complete via WP Cron','2021-01-30 22:42:45','2021-01-30 17:42:45'),
(118602,43698,'action created','2021-01-30 22:42:45','2021-01-30 17:42:45'),
(118603,43698,'action started via WP Cron','2021-01-30 22:43:30','2021-01-30 17:43:30'),
(118604,43698,'action complete via WP Cron','2021-01-30 22:43:30','2021-01-30 17:43:30'),
(118605,43699,'action created','2021-01-30 22:43:30','2021-01-30 17:43:30'),
(118606,43699,'action started via WP Cron','2021-01-30 22:44:28','2021-01-30 17:44:28'),
(118607,43699,'action complete via WP Cron','2021-01-30 22:44:28','2021-01-30 17:44:28'),
(118608,43700,'action created','2021-01-30 22:44:28','2021-01-30 17:44:28'),
(118609,43700,'action started via WP Cron','2021-01-30 22:45:45','2021-01-30 17:45:45'),
(118610,43700,'action complete via WP Cron','2021-01-30 22:45:45','2021-01-30 17:45:45'),
(118611,43701,'action created','2021-01-30 22:45:45','2021-01-30 17:45:45'),
(118612,43701,'action started via WP Cron','2021-01-30 22:47:54','2021-01-30 17:47:54'),
(118613,43701,'action complete via WP Cron','2021-01-30 22:47:54','2021-01-30 17:47:54'),
(118614,43702,'action created','2021-01-30 22:47:54','2021-01-30 17:47:54'),
(118615,43702,'action started via WP Cron','2021-01-30 22:49:43','2021-01-30 17:49:43'),
(118616,43702,'action complete via WP Cron','2021-01-30 22:49:43','2021-01-30 17:49:43'),
(118617,43703,'action created','2021-01-30 22:49:43','2021-01-30 17:49:43'),
(118618,43703,'action started via WP Cron','2021-01-30 22:50:22','2021-01-30 17:50:22'),
(118619,43703,'action complete via WP Cron','2021-01-30 22:50:22','2021-01-30 17:50:22'),
(118620,43704,'action created','2021-01-30 22:50:22','2021-01-30 17:50:22'),
(118621,43704,'action started via WP Cron','2021-01-30 22:51:23','2021-01-30 17:51:23'),
(118622,43704,'action complete via WP Cron','2021-01-30 22:51:23','2021-01-30 17:51:23'),
(118623,43705,'action created','2021-01-30 22:51:23','2021-01-30 17:51:23'),
(118624,43705,'action started via WP Cron','2021-01-30 22:53:24','2021-01-30 17:53:24'),
(118625,43705,'action complete via WP Cron','2021-01-30 22:53:24','2021-01-30 17:53:24'),
(118626,43706,'action created','2021-01-30 22:53:24','2021-01-30 17:53:24'),
(118627,43706,'action started via WP Cron','2021-01-30 22:54:49','2021-01-30 17:54:49'),
(118628,43706,'action complete via WP Cron','2021-01-30 22:54:49','2021-01-30 17:54:49'),
(118629,43707,'action created','2021-01-30 22:54:49','2021-01-30 17:54:49'),
(118630,43707,'action started via WP Cron','2021-01-30 22:55:23','2021-01-30 17:55:23'),
(118631,43707,'action complete via WP Cron','2021-01-30 22:55:23','2021-01-30 17:55:23'),
(118632,43708,'action created','2021-01-30 22:55:23','2021-01-30 17:55:23'),
(118633,43708,'action started via WP Cron','2021-01-30 22:56:13','2021-01-30 17:56:13'),
(118634,43708,'action complete via WP Cron','2021-01-30 22:56:13','2021-01-30 17:56:13'),
(118635,43709,'action created','2021-01-30 22:56:13','2021-01-30 17:56:13'),
(118636,43709,'action started via WP Cron','2021-01-30 22:58:17','2021-01-30 17:58:17'),
(118637,43709,'action complete via WP Cron','2021-01-30 22:58:17','2021-01-30 17:58:17'),
(118638,43710,'action created','2021-01-30 22:58:17','2021-01-30 17:58:17'),
(118639,43710,'action started via WP Cron','2021-01-30 22:59:12','2021-01-30 17:59:12'),
(118640,43710,'action complete via WP Cron','2021-01-30 22:59:12','2021-01-30 17:59:12'),
(118641,43711,'action created','2021-01-30 22:59:12','2021-01-30 17:59:12'),
(118642,43711,'action started via WP Cron','2021-01-30 23:02:19','2021-01-30 18:02:19'),
(118643,43711,'action complete via WP Cron','2021-01-30 23:02:19','2021-01-30 18:02:19'),
(118644,43712,'action created','2021-01-30 23:02:19','2021-01-30 18:02:19'),
(118645,43712,'action started via WP Cron','2021-01-30 23:06:26','2021-01-30 18:06:26'),
(118646,43712,'action complete via WP Cron','2021-01-30 23:06:26','2021-01-30 18:06:26'),
(118647,43713,'action created','2021-01-30 23:06:26','2021-01-30 18:06:26'),
(118648,43713,'action started via WP Cron','2021-01-30 23:08:09','2021-01-30 18:08:09'),
(118649,43713,'action complete via WP Cron','2021-01-30 23:08:09','2021-01-30 18:08:09'),
(118650,43714,'action created','2021-01-30 23:08:09','2021-01-30 18:08:09'),
(118651,43714,'action started via WP Cron','2021-01-30 23:09:18','2021-01-30 18:09:18'),
(118652,43714,'action complete via WP Cron','2021-01-30 23:09:18','2021-01-30 18:09:18'),
(118653,43715,'action created','2021-01-30 23:09:18','2021-01-30 18:09:18'),
(118654,43715,'action started via WP Cron','2021-01-30 23:11:03','2021-01-30 18:11:03'),
(118655,43715,'action complete via WP Cron','2021-01-30 23:11:03','2021-01-30 18:11:03'),
(118656,43716,'action created','2021-01-30 23:11:03','2021-01-30 18:11:03'),
(118657,43716,'action started via WP Cron','2021-01-30 23:11:58','2021-01-30 18:11:58'),
(118658,43716,'action complete via WP Cron','2021-01-30 23:11:58','2021-01-30 18:11:58'),
(118659,43717,'action created','2021-01-30 23:11:58','2021-01-30 18:11:58'),
(118660,43717,'action started via WP Cron','2021-01-30 23:12:13','2021-01-30 18:12:13'),
(118661,43717,'action complete via WP Cron','2021-01-30 23:12:13','2021-01-30 18:12:13'),
(118662,43718,'action created','2021-01-30 23:12:13','2021-01-30 18:12:13'),
(118663,43718,'action started via WP Cron','2021-01-30 23:13:49','2021-01-30 18:13:49'),
(118664,43718,'action complete via WP Cron','2021-01-30 23:13:49','2021-01-30 18:13:49'),
(118665,43719,'action created','2021-01-30 23:13:49','2021-01-30 18:13:49'),
(118666,43719,'action started via WP Cron','2021-01-30 23:18:07','2021-01-30 18:18:07'),
(118667,43719,'action complete via WP Cron','2021-01-30 23:18:07','2021-01-30 18:18:07'),
(118668,43720,'action created','2021-01-30 23:18:07','2021-01-30 18:18:07'),
(118669,43720,'action started via WP Cron','2021-01-30 23:19:42','2021-01-30 18:19:42'),
(118670,43720,'action complete via WP Cron','2021-01-30 23:19:42','2021-01-30 18:19:42'),
(118671,43721,'action created','2021-01-30 23:19:42','2021-01-30 18:19:42'),
(118672,43721,'action started via WP Cron','2021-01-30 23:23:07','2021-01-30 18:23:07'),
(118673,43721,'action complete via WP Cron','2021-01-30 23:23:07','2021-01-30 18:23:07'),
(118674,43722,'action created','2021-01-30 23:23:07','2021-01-30 18:23:07'),
(118675,43722,'action started via WP Cron','2021-01-30 23:23:35','2021-01-30 18:23:35'),
(118676,43722,'action complete via WP Cron','2021-01-30 23:23:35','2021-01-30 18:23:35'),
(118677,43723,'action created','2021-01-30 23:23:35','2021-01-30 18:23:35'),
(118678,43723,'action started via WP Cron','2021-01-30 23:24:45','2021-01-30 18:24:45'),
(118679,43723,'action complete via WP Cron','2021-01-30 23:24:45','2021-01-30 18:24:45'),
(118680,43724,'action created','2021-01-30 23:24:45','2021-01-30 18:24:45'),
(118681,43724,'action started via WP Cron','2021-01-30 23:26:27','2021-01-30 18:26:27'),
(118682,43724,'action complete via WP Cron','2021-01-30 23:26:27','2021-01-30 18:26:27'),
(118683,43725,'action created','2021-01-30 23:26:27','2021-01-30 18:26:27'),
(118684,43725,'action started via WP Cron','2021-01-30 23:27:16','2021-01-30 18:27:16'),
(118685,43725,'action complete via WP Cron','2021-01-30 23:27:16','2021-01-30 18:27:16'),
(118686,43726,'action created','2021-01-30 23:27:16','2021-01-30 18:27:16'),
(118687,43726,'action started via WP Cron','2021-01-30 23:28:53','2021-01-30 18:28:53'),
(118688,43726,'action complete via WP Cron','2021-01-30 23:28:53','2021-01-30 18:28:53'),
(118689,43727,'action created','2021-01-30 23:28:53','2021-01-30 18:28:53'),
(118690,43727,'action started via WP Cron','2021-01-30 23:29:51','2021-01-30 18:29:51'),
(118691,43727,'action complete via WP Cron','2021-01-30 23:29:51','2021-01-30 18:29:51'),
(118692,43728,'action created','2021-01-30 23:29:51','2021-01-30 18:29:51'),
(118693,43728,'action started via WP Cron','2021-01-30 23:30:40','2021-01-30 18:30:40'),
(118694,43728,'action complete via WP Cron','2021-01-30 23:30:40','2021-01-30 18:30:40'),
(118695,43729,'action created','2021-01-30 23:30:40','2021-01-30 18:30:40'),
(118696,43729,'action started via WP Cron','2021-01-30 23:31:39','2021-01-30 18:31:39'),
(118697,43729,'action complete via WP Cron','2021-01-30 23:31:39','2021-01-30 18:31:39'),
(118698,43730,'action created','2021-01-30 23:31:41','2021-01-30 18:31:41'),
(118699,43730,'action started via WP Cron','2021-01-30 23:33:22','2021-01-30 18:33:22'),
(118700,43730,'action complete via WP Cron','2021-01-30 23:33:22','2021-01-30 18:33:22'),
(118701,43731,'action created','2021-01-30 23:33:22','2021-01-30 18:33:22'),
(118702,43731,'action started via WP Cron','2021-01-30 23:34:34','2021-01-30 18:34:34'),
(118703,43731,'action complete via WP Cron','2021-01-30 23:34:34','2021-01-30 18:34:34'),
(118704,43732,'action created','2021-01-30 23:34:34','2021-01-30 18:34:34'),
(118705,43732,'action started via WP Cron','2021-01-30 23:36:45','2021-01-30 18:36:45'),
(118706,43732,'action complete via WP Cron','2021-01-30 23:36:45','2021-01-30 18:36:45'),
(118707,43733,'action created','2021-01-30 23:36:45','2021-01-30 18:36:45'),
(118708,43733,'action started via WP Cron','2021-01-30 23:37:58','2021-01-30 18:37:58'),
(118709,43733,'action complete via WP Cron','2021-01-30 23:37:58','2021-01-30 18:37:58'),
(118710,43734,'action created','2021-01-30 23:37:58','2021-01-30 18:37:58'),
(118711,43734,'action started via WP Cron','2021-01-30 23:41:52','2021-01-30 18:41:52'),
(118712,43734,'action complete via WP Cron','2021-01-30 23:41:52','2021-01-30 18:41:52'),
(118713,43735,'action created','2021-01-30 23:41:52','2021-01-30 18:41:52'),
(118714,43735,'action started via WP Cron','2021-01-30 23:43:51','2021-01-30 18:43:51'),
(118715,43735,'action complete via WP Cron','2021-01-30 23:43:51','2021-01-30 18:43:51'),
(118716,43736,'action created','2021-01-30 23:43:51','2021-01-30 18:43:51'),
(118717,43736,'action started via WP Cron','2021-01-30 23:44:38','2021-01-30 18:44:38'),
(118718,43736,'action complete via WP Cron','2021-01-30 23:44:38','2021-01-30 18:44:38'),
(118719,43737,'action created','2021-01-30 23:44:38','2021-01-30 18:44:38'),
(118720,43737,'action started via WP Cron','2021-01-30 23:46:32','2021-01-30 18:46:32'),
(118721,43737,'action complete via WP Cron','2021-01-30 23:46:32','2021-01-30 18:46:32'),
(118722,43738,'action created','2021-01-30 23:46:32','2021-01-30 18:46:32'),
(118723,43738,'action started via WP Cron','2021-01-30 23:48:22','2021-01-30 18:48:22'),
(118724,43738,'action complete via WP Cron','2021-01-30 23:48:22','2021-01-30 18:48:22'),
(118725,43739,'action created','2021-01-30 23:48:22','2021-01-30 18:48:22'),
(118726,43739,'action started via WP Cron','2021-01-30 23:50:39','2021-01-30 18:50:39'),
(118727,43739,'action complete via WP Cron','2021-01-30 23:50:39','2021-01-30 18:50:39'),
(118728,43740,'action created','2021-01-30 23:50:39','2021-01-30 18:50:39'),
(118729,43740,'action started via WP Cron','2021-01-30 23:51:55','2021-01-30 18:51:55'),
(118730,43740,'action complete via WP Cron','2021-01-30 23:51:55','2021-01-30 18:51:55'),
(118731,43741,'action created','2021-01-30 23:51:55','2021-01-30 18:51:55'),
(118732,43741,'action started via WP Cron','2021-01-30 23:52:29','2021-01-30 18:52:29'),
(118733,43741,'action complete via WP Cron','2021-01-30 23:52:29','2021-01-30 18:52:29'),
(118734,43742,'action created','2021-01-30 23:52:29','2021-01-30 18:52:29'),
(118735,43742,'action started via WP Cron','2021-01-30 23:53:43','2021-01-30 18:53:43'),
(118736,43742,'action complete via WP Cron','2021-01-30 23:53:43','2021-01-30 18:53:43'),
(118737,43743,'action created','2021-01-30 23:53:43','2021-01-30 18:53:43'),
(118738,43743,'action started via WP Cron','2021-01-30 23:54:12','2021-01-30 18:54:12'),
(118739,43743,'action complete via WP Cron','2021-01-30 23:54:12','2021-01-30 18:54:12'),
(118740,43744,'action created','2021-01-30 23:54:12','2021-01-30 18:54:12'),
(118741,43744,'action started via WP Cron','2021-01-30 23:55:41','2021-01-30 18:55:41'),
(118742,43744,'action complete via WP Cron','2021-01-30 23:55:41','2021-01-30 18:55:41'),
(118743,43745,'action created','2021-01-30 23:55:41','2021-01-30 18:55:41'),
(118744,43745,'action started via WP Cron','2021-01-30 23:56:27','2021-01-30 18:56:27'),
(118745,43745,'action complete via WP Cron','2021-01-30 23:56:27','2021-01-30 18:56:27'),
(118746,43746,'action created','2021-01-30 23:56:27','2021-01-30 18:56:27'),
(118747,43746,'action started via WP Cron','2021-01-31 00:01:03','2021-01-30 19:01:03'),
(118748,43746,'action complete via WP Cron','2021-01-31 00:01:03','2021-01-30 19:01:03'),
(118749,43747,'action created','2021-01-31 00:01:03','2021-01-30 19:01:03'),
(118750,43747,'action started via WP Cron','2021-01-31 00:04:03','2021-01-30 19:04:03'),
(118751,43747,'action complete via WP Cron','2021-01-31 00:04:03','2021-01-30 19:04:03'),
(118752,43748,'action created','2021-01-31 00:04:03','2021-01-30 19:04:03'),
(118753,43748,'action started via WP Cron','2021-01-31 00:05:33','2021-01-30 19:05:33'),
(118754,43748,'action complete via WP Cron','2021-01-31 00:05:33','2021-01-30 19:05:33'),
(118755,43749,'action created','2021-01-31 00:05:33','2021-01-30 19:05:33'),
(118756,43749,'action started via WP Cron','2021-01-31 00:07:20','2021-01-30 19:07:20'),
(118757,43749,'action complete via WP Cron','2021-01-31 00:07:20','2021-01-30 19:07:20'),
(118758,43750,'action created','2021-01-31 00:07:20','2021-01-30 19:07:20'),
(118759,43750,'action started via WP Cron','2021-01-31 00:08:38','2021-01-30 19:08:38'),
(118760,43750,'action complete via WP Cron','2021-01-31 00:08:38','2021-01-30 19:08:38'),
(118761,43751,'action created','2021-01-31 00:08:38','2021-01-30 19:08:38'),
(118762,43751,'action started via WP Cron','2021-01-31 00:11:06','2021-01-30 19:11:06'),
(118763,43751,'action complete via WP Cron','2021-01-31 00:11:06','2021-01-30 19:11:06'),
(118764,43752,'action created','2021-01-31 00:11:06','2021-01-30 19:11:06'),
(118765,43752,'action started via WP Cron','2021-01-31 00:12:52','2021-01-30 19:12:52'),
(118766,43752,'action complete via WP Cron','2021-01-31 00:12:52','2021-01-30 19:12:52'),
(118767,43753,'action created','2021-01-31 00:12:52','2021-01-30 19:12:52'),
(118768,43753,'action started via WP Cron','2021-01-31 00:13:37','2021-01-30 19:13:37'),
(118769,43753,'action complete via WP Cron','2021-01-31 00:13:37','2021-01-30 19:13:37'),
(118770,43754,'action created','2021-01-31 00:13:37','2021-01-30 19:13:37'),
(118771,43754,'action started via WP Cron','2021-01-31 00:14:28','2021-01-30 19:14:28'),
(118772,43754,'action complete via WP Cron','2021-01-31 00:14:28','2021-01-30 19:14:28'),
(118773,43755,'action created','2021-01-31 00:14:28','2021-01-30 19:14:28'),
(118774,43755,'action started via WP Cron','2021-01-31 00:15:26','2021-01-30 19:15:26'),
(118775,43755,'action complete via WP Cron','2021-01-31 00:15:26','2021-01-30 19:15:26'),
(118776,43756,'action created','2021-01-31 00:15:26','2021-01-30 19:15:26'),
(118777,43756,'action started via WP Cron','2021-01-31 00:17:54','2021-01-30 19:17:54'),
(118778,43756,'action complete via WP Cron','2021-01-31 00:17:54','2021-01-30 19:17:54'),
(118779,43757,'action created','2021-01-31 00:17:54','2021-01-30 19:17:54'),
(118780,43757,'action started via WP Cron','2021-01-31 00:20:33','2021-01-30 19:20:33'),
(118781,43757,'action complete via WP Cron','2021-01-31 00:20:33','2021-01-30 19:20:33'),
(118782,43758,'action created','2021-01-31 00:20:34','2021-01-30 19:20:34'),
(118783,43758,'action started via WP Cron','2021-01-31 00:22:51','2021-01-30 19:22:51'),
(118784,43758,'action complete via WP Cron','2021-01-31 00:22:51','2021-01-30 19:22:51'),
(118785,43759,'action created','2021-01-31 00:22:51','2021-01-30 19:22:51'),
(118786,43759,'action started via WP Cron','2021-01-31 00:23:53','2021-01-30 19:23:53'),
(118787,43759,'action complete via WP Cron','2021-01-31 00:23:53','2021-01-30 19:23:53'),
(118788,43760,'action created','2021-01-31 00:23:53','2021-01-30 19:23:53'),
(118789,43760,'action started via WP Cron','2021-01-31 00:24:23','2021-01-30 19:24:23'),
(118790,43760,'action complete via WP Cron','2021-01-31 00:24:23','2021-01-30 19:24:23'),
(118791,43761,'action created','2021-01-31 00:24:23','2021-01-30 19:24:23'),
(118792,43761,'action started via WP Cron','2021-01-31 00:25:19','2021-01-30 19:25:19'),
(118793,43761,'action complete via WP Cron','2021-01-31 00:25:19','2021-01-30 19:25:19'),
(118794,43762,'action created','2021-01-31 00:25:19','2021-01-30 19:25:19'),
(118795,43762,'action started via WP Cron','2021-01-31 00:26:28','2021-01-30 19:26:28'),
(118796,43762,'action complete via WP Cron','2021-01-31 00:26:28','2021-01-30 19:26:28'),
(118797,43763,'action created','2021-01-31 00:26:28','2021-01-30 19:26:28'),
(118798,43763,'action started via WP Cron','2021-01-31 00:27:51','2021-01-30 19:27:51'),
(118799,43763,'action complete via WP Cron','2021-01-31 00:27:51','2021-01-30 19:27:51'),
(118800,43764,'action created','2021-01-31 00:27:51','2021-01-30 19:27:51'),
(118801,43764,'action started via WP Cron','2021-01-31 00:28:58','2021-01-30 19:28:58'),
(118802,43764,'action complete via WP Cron','2021-01-31 00:28:58','2021-01-30 19:28:58'),
(118803,43765,'action created','2021-01-31 00:28:58','2021-01-30 19:28:58'),
(118804,43765,'action started via WP Cron','2021-01-31 00:29:38','2021-01-30 19:29:38'),
(118805,43765,'action complete via WP Cron','2021-01-31 00:29:38','2021-01-30 19:29:38'),
(118806,43766,'action created','2021-01-31 00:29:38','2021-01-30 19:29:38'),
(118807,43766,'action started via WP Cron','2021-01-31 00:31:02','2021-01-30 19:31:02'),
(118808,43766,'action complete via WP Cron','2021-01-31 00:31:02','2021-01-30 19:31:02'),
(118809,43767,'action created','2021-01-31 00:31:02','2021-01-30 19:31:02'),
(118810,43767,'action started via WP Cron','2021-01-31 00:33:51','2021-01-30 19:33:51'),
(118811,43767,'action complete via WP Cron','2021-01-31 00:33:51','2021-01-30 19:33:51'),
(118812,43768,'action created','2021-01-31 00:33:51','2021-01-30 19:33:51'),
(118813,43768,'action started via WP Cron','2021-01-31 00:34:54','2021-01-30 19:34:54'),
(118814,43768,'action complete via WP Cron','2021-01-31 00:34:54','2021-01-30 19:34:54'),
(118815,43769,'action created','2021-01-31 00:34:54','2021-01-30 19:34:54'),
(118816,43769,'action started via WP Cron','2021-01-31 00:36:38','2021-01-30 19:36:38'),
(118817,43769,'action complete via WP Cron','2021-01-31 00:36:38','2021-01-30 19:36:38'),
(118818,43770,'action created','2021-01-31 00:36:38','2021-01-30 19:36:38'),
(118819,43770,'action started via WP Cron','2021-01-31 00:39:27','2021-01-30 19:39:27'),
(118820,43770,'action complete via WP Cron','2021-01-31 00:39:27','2021-01-30 19:39:27'),
(118821,43771,'action created','2021-01-31 00:39:27','2021-01-30 19:39:27'),
(118822,43771,'action started via WP Cron','2021-01-31 00:42:52','2021-01-30 19:42:52'),
(118823,43771,'action complete via WP Cron','2021-01-31 00:42:52','2021-01-30 19:42:52'),
(118824,43772,'action created','2021-01-31 00:42:52','2021-01-30 19:42:52'),
(118825,43772,'action started via WP Cron','2021-01-31 00:43:19','2021-01-30 19:43:19'),
(118826,43772,'action complete via WP Cron','2021-01-31 00:43:19','2021-01-30 19:43:19'),
(118827,43773,'action created','2021-01-31 00:43:19','2021-01-30 19:43:19'),
(118828,43773,'action started via WP Cron','2021-01-31 00:48:13','2021-01-30 19:48:13'),
(118829,43773,'action complete via WP Cron','2021-01-31 00:48:13','2021-01-30 19:48:13'),
(118830,43774,'action created','2021-01-31 00:48:13','2021-01-30 19:48:13'),
(118831,43774,'action started via WP Cron','2021-01-31 00:50:20','2021-01-30 19:50:20'),
(118832,43774,'action complete via WP Cron','2021-01-31 00:50:20','2021-01-30 19:50:20'),
(118833,43775,'action created','2021-01-31 00:50:20','2021-01-30 19:50:20'),
(118834,43775,'action started via WP Cron','2021-01-31 00:51:32','2021-01-30 19:51:32'),
(118835,43775,'action complete via WP Cron','2021-01-31 00:51:32','2021-01-30 19:51:32'),
(118836,43776,'action created','2021-01-31 00:51:32','2021-01-30 19:51:32'),
(118837,43776,'action started via WP Cron','2021-01-31 00:52:47','2021-01-30 19:52:47'),
(118838,43776,'action complete via WP Cron','2021-01-31 00:52:47','2021-01-30 19:52:47'),
(118839,43777,'action created','2021-01-31 00:52:47','2021-01-30 19:52:47'),
(118840,43777,'action started via WP Cron','2021-01-31 00:54:43','2021-01-30 19:54:43'),
(118841,43777,'action complete via WP Cron','2021-01-31 00:54:43','2021-01-30 19:54:43'),
(118842,43778,'action created','2021-01-31 00:54:43','2021-01-30 19:54:43'),
(118843,43778,'action started via WP Cron','2021-01-31 00:57:52','2021-01-30 19:57:52'),
(118844,43778,'action complete via WP Cron','2021-01-31 00:57:52','2021-01-30 19:57:52'),
(118845,43779,'action created','2021-01-31 00:57:52','2021-01-30 19:57:52'),
(118846,43779,'action started via WP Cron','2021-01-31 00:58:16','2021-01-30 19:58:16'),
(118847,43779,'action complete via WP Cron','2021-01-31 00:58:16','2021-01-30 19:58:16'),
(118848,43780,'action created','2021-01-31 00:58:16','2021-01-30 19:58:16'),
(118849,43780,'action started via WP Cron','2021-01-31 00:59:40','2021-01-30 19:59:40'),
(118850,43780,'action complete via WP Cron','2021-01-31 00:59:40','2021-01-30 19:59:40'),
(118851,43781,'action created','2021-01-31 00:59:40','2021-01-30 19:59:40'),
(118852,43781,'action started via WP Cron','2021-01-31 01:01:20','2021-01-30 20:01:20'),
(118853,43781,'action complete via WP Cron','2021-01-31 01:01:20','2021-01-30 20:01:20'),
(118854,43782,'action created','2021-01-31 01:01:20','2021-01-30 20:01:20'),
(118855,43782,'action started via WP Cron','2021-01-31 01:02:15','2021-01-30 20:02:15'),
(118856,43782,'action complete via WP Cron','2021-01-31 01:02:15','2021-01-30 20:02:15'),
(118857,43783,'action created','2021-01-31 01:02:15','2021-01-30 20:02:15'),
(118858,43783,'action started via WP Cron','2021-01-31 01:04:45','2021-01-30 20:04:45'),
(118859,43783,'action complete via WP Cron','2021-01-31 01:04:45','2021-01-30 20:04:45'),
(118860,43784,'action created','2021-01-31 01:04:45','2021-01-30 20:04:45'),
(118861,43784,'action started via WP Cron','2021-01-31 01:06:23','2021-01-30 20:06:23'),
(118862,43784,'action complete via WP Cron','2021-01-31 01:06:23','2021-01-30 20:06:23'),
(118863,43785,'action created','2021-01-31 01:06:23','2021-01-30 20:06:23'),
(118864,43785,'action started via WP Cron','2021-01-31 01:08:52','2021-01-30 20:08:52'),
(118865,43785,'action complete via WP Cron','2021-01-31 01:08:52','2021-01-30 20:08:52'),
(118866,43786,'action created','2021-01-31 01:08:52','2021-01-30 20:08:52'),
(118867,43786,'action started via WP Cron','2021-01-31 01:10:54','2021-01-30 20:10:54'),
(118868,43786,'action complete via WP Cron','2021-01-31 01:10:54','2021-01-30 20:10:54'),
(118869,43787,'action created','2021-01-31 01:10:54','2021-01-30 20:10:54'),
(118870,43787,'action started via WP Cron','2021-01-31 01:11:44','2021-01-30 20:11:44'),
(118871,43787,'action complete via WP Cron','2021-01-31 01:11:44','2021-01-30 20:11:44'),
(118872,43788,'action created','2021-01-31 01:11:44','2021-01-30 20:11:44'),
(118873,43788,'action started via WP Cron','2021-01-31 01:13:00','2021-01-30 20:13:00'),
(118874,43788,'action complete via WP Cron','2021-01-31 01:13:00','2021-01-30 20:13:00'),
(118875,43789,'action created','2021-01-31 01:13:00','2021-01-30 20:13:00'),
(118876,43789,'action started via WP Cron','2021-01-31 01:13:51','2021-01-30 20:13:51'),
(118877,43789,'action complete via WP Cron','2021-01-31 01:13:51','2021-01-30 20:13:51'),
(118878,43790,'action created','2021-01-31 01:13:51','2021-01-30 20:13:51'),
(118879,43790,'action started via WP Cron','2021-01-31 01:15:42','2021-01-30 20:15:42'),
(118880,43790,'action complete via WP Cron','2021-01-31 01:15:42','2021-01-30 20:15:42'),
(118881,43791,'action created','2021-01-31 01:15:42','2021-01-30 20:15:42'),
(118882,43791,'action started via WP Cron','2021-01-31 01:16:24','2021-01-30 20:16:24'),
(118883,43791,'action complete via WP Cron','2021-01-31 01:16:24','2021-01-30 20:16:24'),
(118884,43792,'action created','2021-01-31 01:16:24','2021-01-30 20:16:24'),
(118885,43792,'action started via WP Cron','2021-01-31 01:17:31','2021-01-30 20:17:31'),
(118886,43792,'action complete via WP Cron','2021-01-31 01:17:31','2021-01-30 20:17:31'),
(118887,43793,'action created','2021-01-31 01:17:31','2021-01-30 20:17:31'),
(118888,43793,'action started via WP Cron','2021-01-31 01:18:58','2021-01-30 20:18:58'),
(118889,43793,'action complete via WP Cron','2021-01-31 01:18:58','2021-01-30 20:18:58'),
(118890,43794,'action created','2021-01-31 01:18:58','2021-01-30 20:18:58'),
(118891,43794,'action started via WP Cron','2021-01-31 01:19:23','2021-01-30 20:19:23'),
(118892,43794,'action complete via WP Cron','2021-01-31 01:19:23','2021-01-30 20:19:23'),
(118893,43795,'action created','2021-01-31 01:19:23','2021-01-30 20:19:23'),
(118894,43795,'action started via WP Cron','2021-01-31 01:20:42','2021-01-30 20:20:42'),
(118895,43795,'action complete via WP Cron','2021-01-31 01:20:42','2021-01-30 20:20:42'),
(118896,43796,'action created','2021-01-31 01:20:42','2021-01-30 20:20:42'),
(118897,43796,'action started via WP Cron','2021-01-31 01:21:11','2021-01-30 20:21:11'),
(118898,43796,'action complete via WP Cron','2021-01-31 01:21:11','2021-01-30 20:21:11'),
(118899,43797,'action created','2021-01-31 01:21:11','2021-01-30 20:21:11'),
(118900,43797,'action started via WP Cron','2021-01-31 01:23:22','2021-01-30 20:23:22'),
(118901,43797,'action complete via WP Cron','2021-01-31 01:23:22','2021-01-30 20:23:22'),
(118902,43798,'action created','2021-01-31 01:23:22','2021-01-30 20:23:22'),
(118903,43798,'action started via WP Cron','2021-01-31 01:24:23','2021-01-30 20:24:23'),
(118904,43798,'action complete via WP Cron','2021-01-31 01:24:23','2021-01-30 20:24:23'),
(118905,43799,'action created','2021-01-31 01:24:23','2021-01-30 20:24:23'),
(118906,43799,'action started via WP Cron','2021-01-31 01:26:55','2021-01-30 20:26:55'),
(118907,43799,'action complete via WP Cron','2021-01-31 01:26:55','2021-01-30 20:26:55'),
(118908,43800,'action created','2021-01-31 01:26:55','2021-01-30 20:26:55'),
(118909,43800,'action started via WP Cron','2021-01-31 01:27:35','2021-01-30 20:27:35'),
(118910,43800,'action complete via WP Cron','2021-01-31 01:27:35','2021-01-30 20:27:35'),
(118911,43801,'action created','2021-01-31 01:27:35','2021-01-30 20:27:35'),
(118912,43801,'action started via WP Cron','2021-01-31 01:30:39','2021-01-30 20:30:39'),
(118913,43801,'action complete via WP Cron','2021-01-31 01:30:39','2021-01-30 20:30:39'),
(118914,43802,'action created','2021-01-31 01:30:39','2021-01-30 20:30:39'),
(118915,43802,'action started via WP Cron','2021-01-31 01:31:42','2021-01-30 20:31:42'),
(118916,43802,'action complete via WP Cron','2021-01-31 01:31:42','2021-01-30 20:31:42'),
(118917,43803,'action created','2021-01-31 01:31:42','2021-01-30 20:31:42'),
(118918,43803,'action started via WP Cron','2021-01-31 01:32:27','2021-01-30 20:32:27'),
(118919,43803,'action complete via WP Cron','2021-01-31 01:32:27','2021-01-30 20:32:27'),
(118920,43804,'action created','2021-01-31 01:32:27','2021-01-30 20:32:27'),
(118921,43804,'action started via WP Cron','2021-01-31 01:34:55','2021-01-30 20:34:55'),
(118922,43804,'action complete via WP Cron','2021-01-31 01:34:55','2021-01-30 20:34:55'),
(118923,43805,'action created','2021-01-31 01:34:55','2021-01-30 20:34:55'),
(118924,43805,'action started via WP Cron','2021-01-31 01:36:10','2021-01-30 20:36:10'),
(118925,43805,'action complete via WP Cron','2021-01-31 01:36:10','2021-01-30 20:36:10'),
(118926,43806,'action created','2021-01-31 01:36:10','2021-01-30 20:36:10'),
(118927,43806,'action started via WP Cron','2021-01-31 01:36:57','2021-01-30 20:36:57'),
(118928,43806,'action complete via WP Cron','2021-01-31 01:36:58','2021-01-30 20:36:58'),
(118929,43807,'action created','2021-01-31 01:36:58','2021-01-30 20:36:58'),
(118930,42874,'action started via WP Cron','2021-01-31 01:38:16','2021-01-30 20:38:16'),
(118931,42874,'action complete via WP Cron','2021-01-31 01:38:16','2021-01-30 20:38:16'),
(118932,43808,'action created','2021-01-31 01:38:16','2021-01-30 20:38:16'),
(118933,43807,'action started via WP Cron','2021-01-31 01:38:16','2021-01-30 20:38:16'),
(118934,43807,'action complete via WP Cron','2021-01-31 01:38:16','2021-01-30 20:38:16'),
(118935,43809,'action created','2021-01-31 01:38:16','2021-01-30 20:38:16'),
(118936,43809,'action started via WP Cron','2021-01-31 01:39:35','2021-01-30 20:39:35'),
(118937,43809,'action complete via WP Cron','2021-01-31 01:39:35','2021-01-30 20:39:35'),
(118938,43810,'action created','2021-01-31 01:39:35','2021-01-30 20:39:35'),
(118939,43810,'action started via WP Cron','2021-01-31 01:40:48','2021-01-30 20:40:48'),
(118940,43810,'action complete via WP Cron','2021-01-31 01:40:48','2021-01-30 20:40:48'),
(118941,43811,'action created','2021-01-31 01:40:48','2021-01-30 20:40:48'),
(118942,43811,'action started via WP Cron','2021-01-31 01:43:25','2021-01-30 20:43:25'),
(118943,43811,'action complete via WP Cron','2021-01-31 01:43:25','2021-01-30 20:43:25'),
(118944,43812,'action created','2021-01-31 01:43:25','2021-01-30 20:43:25'),
(118945,43812,'action started via WP Cron','2021-01-31 01:45:27','2021-01-30 20:45:27'),
(118946,43812,'action complete via WP Cron','2021-01-31 01:45:27','2021-01-30 20:45:27'),
(118947,43813,'action created','2021-01-31 01:45:27','2021-01-30 20:45:27'),
(118948,43813,'action started via WP Cron','2021-01-31 01:46:28','2021-01-30 20:46:28'),
(118949,43813,'action complete via WP Cron','2021-01-31 01:46:28','2021-01-30 20:46:28'),
(118950,43814,'action created','2021-01-31 01:46:28','2021-01-30 20:46:28'),
(118951,43814,'action started via WP Cron','2021-01-31 01:47:43','2021-01-30 20:47:43'),
(118952,43814,'action complete via WP Cron','2021-01-31 01:47:43','2021-01-30 20:47:43'),
(118953,43815,'action created','2021-01-31 01:47:43','2021-01-30 20:47:43'),
(118954,43815,'action started via WP Cron','2021-01-31 01:48:11','2021-01-30 20:48:11'),
(118955,43815,'action complete via WP Cron','2021-01-31 01:48:11','2021-01-30 20:48:11'),
(118956,43816,'action created','2021-01-31 01:48:11','2021-01-30 20:48:11'),
(118957,43816,'action started via WP Cron','2021-01-31 01:49:17','2021-01-30 20:49:17'),
(118958,43816,'action complete via WP Cron','2021-01-31 01:49:17','2021-01-30 20:49:17'),
(118959,43817,'action created','2021-01-31 01:49:17','2021-01-30 20:49:17'),
(118960,43817,'action started via WP Cron','2021-01-31 01:50:25','2021-01-30 20:50:25'),
(118961,43817,'action complete via WP Cron','2021-01-31 01:50:25','2021-01-30 20:50:25'),
(118962,43818,'action created','2021-01-31 01:50:25','2021-01-30 20:50:25'),
(118963,43818,'action started via WP Cron','2021-01-31 01:51:15','2021-01-30 20:51:15'),
(118964,43818,'action complete via WP Cron','2021-01-31 01:51:15','2021-01-30 20:51:15'),
(118965,43819,'action created','2021-01-31 01:51:15','2021-01-30 20:51:15'),
(118966,43819,'action started via WP Cron','2021-01-31 01:52:13','2021-01-30 20:52:13'),
(118967,43819,'action complete via WP Cron','2021-01-31 01:52:13','2021-01-30 20:52:13'),
(118968,43820,'action created','2021-01-31 01:52:13','2021-01-30 20:52:13'),
(118969,43820,'action started via WP Cron','2021-01-31 01:53:16','2021-01-30 20:53:16'),
(118970,43820,'action complete via WP Cron','2021-01-31 01:53:16','2021-01-30 20:53:16'),
(118971,43821,'action created','2021-01-31 01:53:16','2021-01-30 20:53:16'),
(118972,43821,'action started via WP Cron','2021-01-31 01:58:21','2021-01-30 20:58:21'),
(118973,43821,'action complete via WP Cron','2021-01-31 01:58:21','2021-01-30 20:58:21'),
(118974,43822,'action created','2021-01-31 01:58:21','2021-01-30 20:58:21'),
(118975,43822,'action started via WP Cron','2021-01-31 01:59:11','2021-01-30 20:59:11'),
(118976,43822,'action complete via WP Cron','2021-01-31 01:59:11','2021-01-30 20:59:11'),
(118977,43823,'action created','2021-01-31 01:59:11','2021-01-30 20:59:11'),
(118978,43823,'action started via WP Cron','2021-01-31 02:00:43','2021-01-30 21:00:43'),
(118979,43823,'action complete via WP Cron','2021-01-31 02:00:43','2021-01-30 21:00:43'),
(118980,43824,'action created','2021-01-31 02:00:43','2021-01-30 21:00:43'),
(118981,43824,'action started via WP Cron','2021-01-31 02:06:02','2021-01-30 21:06:02'),
(118982,43824,'action complete via WP Cron','2021-01-31 02:06:02','2021-01-30 21:06:02'),
(118983,43825,'action created','2021-01-31 02:06:03','2021-01-30 21:06:03'),
(118984,43825,'action started via WP Cron','2021-01-31 02:08:31','2021-01-30 21:08:31'),
(118985,43825,'action complete via WP Cron','2021-01-31 02:08:31','2021-01-30 21:08:31'),
(118986,43826,'action created','2021-01-31 02:08:31','2021-01-30 21:08:31'),
(118987,43826,'action started via WP Cron','2021-01-31 02:10:26','2021-01-30 21:10:26'),
(118988,43826,'action complete via WP Cron','2021-01-31 02:10:26','2021-01-30 21:10:26'),
(118989,43827,'action created','2021-01-31 02:10:26','2021-01-30 21:10:26'),
(118990,43827,'action started via WP Cron','2021-01-31 02:14:01','2021-01-30 21:14:01'),
(118991,43827,'action complete via WP Cron','2021-01-31 02:14:01','2021-01-30 21:14:01'),
(118992,43828,'action created','2021-01-31 02:14:01','2021-01-30 21:14:01'),
(118993,43828,'action started via WP Cron','2021-01-31 02:14:32','2021-01-30 21:14:32'),
(118994,43828,'action complete via WP Cron','2021-01-31 02:14:32','2021-01-30 21:14:32'),
(118995,43829,'action created','2021-01-31 02:14:32','2021-01-30 21:14:32'),
(118996,43829,'action started via WP Cron','2021-01-31 02:17:08','2021-01-30 21:17:08'),
(118997,43829,'action complete via WP Cron','2021-01-31 02:17:08','2021-01-30 21:17:08'),
(118998,43830,'action created','2021-01-31 02:17:08','2021-01-30 21:17:08'),
(118999,43830,'action started via WP Cron','2021-01-31 02:17:41','2021-01-30 21:17:41'),
(119000,43830,'action complete via WP Cron','2021-01-31 02:17:41','2021-01-30 21:17:41'),
(119001,43831,'action created','2021-01-31 02:17:41','2021-01-30 21:17:41'),
(119002,43831,'action started via WP Cron','2021-01-31 02:18:38','2021-01-30 21:18:38'),
(119003,43831,'action complete via WP Cron','2021-01-31 02:18:38','2021-01-30 21:18:38'),
(119004,43832,'action created','2021-01-31 02:18:39','2021-01-30 21:18:39'),
(119005,43832,'action started via WP Cron','2021-01-31 02:20:07','2021-01-30 21:20:07'),
(119006,43832,'action complete via WP Cron','2021-01-31 02:20:07','2021-01-30 21:20:07'),
(119007,43833,'action created','2021-01-31 02:20:07','2021-01-30 21:20:07'),
(119008,43833,'action started via WP Cron','2021-01-31 02:21:06','2021-01-30 21:21:06'),
(119009,43833,'action complete via WP Cron','2021-01-31 02:21:06','2021-01-30 21:21:06'),
(119010,43834,'action created','2021-01-31 02:21:06','2021-01-30 21:21:06'),
(119011,43834,'action started via WP Cron','2021-01-31 02:21:33','2021-01-30 21:21:33'),
(119012,43834,'action complete via WP Cron','2021-01-31 02:21:33','2021-01-30 21:21:33'),
(119013,43835,'action created','2021-01-31 02:21:33','2021-01-30 21:21:33'),
(119014,43835,'action started via WP Cron','2021-01-31 02:22:58','2021-01-30 21:22:58'),
(119015,43835,'action complete via WP Cron','2021-01-31 02:22:58','2021-01-30 21:22:58'),
(119016,43836,'action created','2021-01-31 02:22:58','2021-01-30 21:22:58'),
(119017,43836,'action started via WP Cron','2021-01-31 02:25:04','2021-01-30 21:25:04'),
(119018,43836,'action complete via WP Cron','2021-01-31 02:25:04','2021-01-30 21:25:04'),
(119019,43837,'action created','2021-01-31 02:25:04','2021-01-30 21:25:04'),
(119020,43837,'action started via WP Cron','2021-01-31 02:25:27','2021-01-30 21:25:27'),
(119021,43837,'action complete via WP Cron','2021-01-31 02:25:27','2021-01-30 21:25:27'),
(119022,43838,'action created','2021-01-31 02:25:27','2021-01-30 21:25:27'),
(119023,43838,'action started via WP Cron','2021-01-31 02:27:09','2021-01-30 21:27:09'),
(119024,43838,'action complete via WP Cron','2021-01-31 02:27:09','2021-01-30 21:27:09'),
(119025,43839,'action created','2021-01-31 02:27:09','2021-01-30 21:27:09'),
(119026,43839,'action started via WP Cron','2021-01-31 02:27:22','2021-01-30 21:27:22'),
(119027,43839,'action complete via WP Cron','2021-01-31 02:27:22','2021-01-30 21:27:22'),
(119028,43840,'action created','2021-01-31 02:27:22','2021-01-30 21:27:22'),
(119029,43840,'action started via WP Cron','2021-01-31 02:29:31','2021-01-30 21:29:31'),
(119030,43840,'action complete via WP Cron','2021-01-31 02:29:31','2021-01-30 21:29:31'),
(119031,43841,'action created','2021-01-31 02:29:31','2021-01-30 21:29:31'),
(119032,43841,'action started via WP Cron','2021-01-31 02:30:15','2021-01-30 21:30:15'),
(119033,43841,'action complete via WP Cron','2021-01-31 02:30:15','2021-01-30 21:30:15'),
(119034,43842,'action created','2021-01-31 02:30:15','2021-01-30 21:30:15'),
(119035,43842,'action started via WP Cron','2021-01-31 02:31:45','2021-01-30 21:31:45'),
(119036,43842,'action complete via WP Cron','2021-01-31 02:31:45','2021-01-30 21:31:45'),
(119037,43843,'action created','2021-01-31 02:31:45','2021-01-30 21:31:45'),
(119038,43843,'action started via WP Cron','2021-01-31 02:32:42','2021-01-30 21:32:42'),
(119039,43843,'action complete via WP Cron','2021-01-31 02:32:42','2021-01-30 21:32:42'),
(119040,43844,'action created','2021-01-31 02:32:42','2021-01-30 21:32:42'),
(119041,43844,'action started via WP Cron','2021-01-31 02:33:53','2021-01-30 21:33:53'),
(119042,43844,'action complete via WP Cron','2021-01-31 02:33:53','2021-01-30 21:33:53'),
(119043,43845,'action created','2021-01-31 02:33:53','2021-01-30 21:33:53'),
(119044,43845,'action started via WP Cron','2021-01-31 02:34:17','2021-01-30 21:34:17'),
(119045,43845,'action complete via WP Cron','2021-01-31 02:34:17','2021-01-30 21:34:17'),
(119046,43846,'action created','2021-01-31 02:34:17','2021-01-30 21:34:17'),
(119047,43846,'action started via WP Cron','2021-01-31 02:35:46','2021-01-30 21:35:46'),
(119048,43846,'action complete via WP Cron','2021-01-31 02:35:46','2021-01-30 21:35:46'),
(119049,43847,'action created','2021-01-31 02:35:46','2021-01-30 21:35:46'),
(119050,43847,'action started via WP Cron','2021-01-31 02:36:37','2021-01-30 21:36:37'),
(119051,43847,'action complete via WP Cron','2021-01-31 02:36:37','2021-01-30 21:36:37'),
(119052,43848,'action created','2021-01-31 02:36:37','2021-01-30 21:36:37'),
(119053,43848,'action started via WP Cron','2021-01-31 02:37:31','2021-01-30 21:37:31'),
(119054,43848,'action complete via WP Cron','2021-01-31 02:37:31','2021-01-30 21:37:31'),
(119055,43849,'action created','2021-01-31 02:37:31','2021-01-30 21:37:31'),
(119056,43849,'action started via WP Cron','2021-01-31 02:39:32','2021-01-30 21:39:32'),
(119057,43849,'action complete via WP Cron','2021-01-31 02:39:32','2021-01-30 21:39:32'),
(119058,43850,'action created','2021-01-31 02:39:32','2021-01-30 21:39:32'),
(119059,43850,'action started via WP Cron','2021-01-31 02:41:19','2021-01-30 21:41:19'),
(119060,43850,'action complete via WP Cron','2021-01-31 02:41:19','2021-01-30 21:41:19'),
(119061,43851,'action created','2021-01-31 02:41:19','2021-01-30 21:41:19'),
(119062,43851,'action started via WP Cron','2021-01-31 02:44:22','2021-01-30 21:44:22'),
(119063,43851,'action complete via WP Cron','2021-01-31 02:44:22','2021-01-30 21:44:22'),
(119064,43852,'action created','2021-01-31 02:44:22','2021-01-30 21:44:22'),
(119065,43852,'action started via WP Cron','2021-01-31 02:45:25','2021-01-30 21:45:25'),
(119066,43852,'action complete via WP Cron','2021-01-31 02:45:25','2021-01-30 21:45:25'),
(119067,43853,'action created','2021-01-31 02:45:25','2021-01-30 21:45:25'),
(119068,43853,'action started via WP Cron','2021-01-31 02:46:23','2021-01-30 21:46:23'),
(119069,43853,'action complete via WP Cron','2021-01-31 02:46:23','2021-01-30 21:46:23'),
(119070,43854,'action created','2021-01-31 02:46:24','2021-01-30 21:46:24'),
(119071,43854,'action started via WP Cron','2021-01-31 02:49:20','2021-01-30 21:49:20'),
(119072,43854,'action complete via WP Cron','2021-01-31 02:49:20','2021-01-30 21:49:20'),
(119073,43855,'action created','2021-01-31 02:49:20','2021-01-30 21:49:20'),
(119074,43855,'action started via WP Cron','2021-01-31 02:51:21','2021-01-30 21:51:21'),
(119075,43855,'action complete via WP Cron','2021-01-31 02:51:21','2021-01-30 21:51:21'),
(119076,43856,'action created','2021-01-31 02:51:21','2021-01-30 21:51:21'),
(119077,43856,'action started via WP Cron','2021-01-31 02:53:12','2021-01-30 21:53:12'),
(119078,43856,'action complete via WP Cron','2021-01-31 02:53:12','2021-01-30 21:53:12'),
(119079,43857,'action created','2021-01-31 02:53:12','2021-01-30 21:53:12'),
(119080,43857,'action started via WP Cron','2021-01-31 02:54:36','2021-01-30 21:54:36'),
(119081,43857,'action complete via WP Cron','2021-01-31 02:54:36','2021-01-30 21:54:36'),
(119082,43858,'action created','2021-01-31 02:54:36','2021-01-30 21:54:36'),
(119083,43858,'action started via WP Cron','2021-01-31 02:55:46','2021-01-30 21:55:46'),
(119084,43858,'action complete via WP Cron','2021-01-31 02:55:46','2021-01-30 21:55:46'),
(119085,43859,'action created','2021-01-31 02:55:46','2021-01-30 21:55:46'),
(119086,43859,'action started via WP Cron','2021-01-31 02:56:19','2021-01-30 21:56:19'),
(119087,43859,'action complete via WP Cron','2021-01-31 02:56:19','2021-01-30 21:56:19'),
(119088,43860,'action created','2021-01-31 02:56:19','2021-01-30 21:56:19'),
(119089,43860,'action started via WP Cron','2021-01-31 02:58:00','2021-01-30 21:58:00'),
(119090,43860,'action complete via WP Cron','2021-01-31 02:58:01','2021-01-30 21:58:01'),
(119091,43861,'action created','2021-01-31 02:58:01','2021-01-30 21:58:01'),
(119092,43861,'action started via WP Cron','2021-01-31 02:58:33','2021-01-30 21:58:33'),
(119093,43861,'action complete via WP Cron','2021-01-31 02:58:33','2021-01-30 21:58:33'),
(119094,43862,'action created','2021-01-31 02:58:33','2021-01-30 21:58:33'),
(119095,43862,'action started via WP Cron','2021-01-31 02:59:47','2021-01-30 21:59:47'),
(119096,43862,'action complete via WP Cron','2021-01-31 02:59:47','2021-01-30 21:59:47'),
(119097,43863,'action created','2021-01-31 02:59:47','2021-01-30 21:59:47'),
(119098,43863,'action started via WP Cron','2021-01-31 03:00:29','2021-01-30 22:00:29'),
(119099,43863,'action complete via WP Cron','2021-01-31 03:00:29','2021-01-30 22:00:29'),
(119100,43864,'action created','2021-01-31 03:00:29','2021-01-30 22:00:29'),
(119101,43864,'action started via WP Cron','2021-01-31 03:01:25','2021-01-30 22:01:25'),
(119102,43864,'action complete via WP Cron','2021-01-31 03:01:25','2021-01-30 22:01:25'),
(119103,43865,'action created','2021-01-31 03:01:25','2021-01-30 22:01:25'),
(119104,43865,'action started via WP Cron','2021-01-31 03:03:50','2021-01-30 22:03:50'),
(119105,43865,'action complete via WP Cron','2021-01-31 03:03:51','2021-01-30 22:03:51'),
(119106,43866,'action created','2021-01-31 03:03:51','2021-01-30 22:03:51'),
(119107,43866,'action started via WP Cron','2021-01-31 03:05:01','2021-01-30 22:05:01'),
(119108,43866,'action complete via WP Cron','2021-01-31 03:05:01','2021-01-30 22:05:01'),
(119109,43867,'action created','2021-01-31 03:05:01','2021-01-30 22:05:01'),
(119110,43867,'action started via WP Cron','2021-01-31 03:05:19','2021-01-30 22:05:19'),
(119111,43867,'action complete via WP Cron','2021-01-31 03:05:19','2021-01-30 22:05:19'),
(119112,43868,'action created','2021-01-31 03:05:19','2021-01-30 22:05:19'),
(119113,43868,'action started via WP Cron','2021-01-31 03:07:22','2021-01-30 22:07:22'),
(119114,43868,'action complete via WP Cron','2021-01-31 03:07:22','2021-01-30 22:07:22'),
(119115,43869,'action created','2021-01-31 03:07:22','2021-01-30 22:07:22'),
(119116,43869,'action started via WP Cron','2021-01-31 03:09:19','2021-01-30 22:09:19'),
(119117,43869,'action complete via WP Cron','2021-01-31 03:09:19','2021-01-30 22:09:19'),
(119118,43870,'action created','2021-01-31 03:09:19','2021-01-30 22:09:19'),
(119119,43870,'action started via WP Cron','2021-01-31 03:11:53','2021-01-30 22:11:53'),
(119120,43870,'action complete via WP Cron','2021-01-31 03:11:53','2021-01-30 22:11:53'),
(119121,43871,'action created','2021-01-31 03:11:53','2021-01-30 22:11:53'),
(119122,43871,'action started via WP Cron','2021-01-31 03:13:38','2021-01-30 22:13:38'),
(119123,43871,'action complete via WP Cron','2021-01-31 03:13:38','2021-01-30 22:13:38'),
(119124,43872,'action created','2021-01-31 03:13:38','2021-01-30 22:13:38'),
(119125,43872,'action started via WP Cron','2021-01-31 03:14:33','2021-01-30 22:14:33'),
(119126,43872,'action complete via WP Cron','2021-01-31 03:14:33','2021-01-30 22:14:33'),
(119127,43873,'action created','2021-01-31 03:14:33','2021-01-30 22:14:33'),
(119128,43873,'action started via WP Cron','2021-01-31 03:15:13','2021-01-30 22:15:13'),
(119129,43873,'action complete via WP Cron','2021-01-31 03:15:13','2021-01-30 22:15:13'),
(119130,43874,'action created','2021-01-31 03:15:13','2021-01-30 22:15:13'),
(119131,43874,'action started via WP Cron','2021-01-31 03:16:52','2021-01-30 22:16:52'),
(119132,43874,'action complete via WP Cron','2021-01-31 03:16:52','2021-01-30 22:16:52'),
(119133,43875,'action created','2021-01-31 03:16:52','2021-01-30 22:16:52'),
(119134,43875,'action started via WP Cron','2021-01-31 03:17:15','2021-01-30 22:17:15'),
(119135,43875,'action complete via WP Cron','2021-01-31 03:17:16','2021-01-30 22:17:16'),
(119136,43876,'action created','2021-01-31 03:17:16','2021-01-30 22:17:16'),
(119137,43876,'action started via WP Cron','2021-01-31 03:20:18','2021-01-30 22:20:18'),
(119138,43876,'action complete via WP Cron','2021-01-31 03:20:18','2021-01-30 22:20:18'),
(119139,43877,'action created','2021-01-31 03:20:18','2021-01-30 22:20:18'),
(119140,43877,'action started via WP Cron','2021-01-31 03:22:54','2021-01-30 22:22:54'),
(119141,43877,'action complete via WP Cron','2021-01-31 03:22:54','2021-01-30 22:22:54'),
(119142,43878,'action created','2021-01-31 03:22:54','2021-01-30 22:22:54'),
(119143,43878,'action started via WP Cron','2021-01-31 03:24:18','2021-01-30 22:24:18'),
(119144,43878,'action complete via WP Cron','2021-01-31 03:24:18','2021-01-30 22:24:18'),
(119145,43879,'action created','2021-01-31 03:24:18','2021-01-30 22:24:18'),
(119146,43879,'action started via WP Cron','2021-01-31 03:26:04','2021-01-30 22:26:04'),
(119147,43879,'action complete via WP Cron','2021-01-31 03:26:04','2021-01-30 22:26:04'),
(119148,43880,'action created','2021-01-31 03:26:05','2021-01-30 22:26:05'),
(119149,43880,'action started via WP Cron','2021-01-31 03:26:46','2021-01-30 22:26:46'),
(119150,43880,'action complete via WP Cron','2021-01-31 03:26:46','2021-01-30 22:26:46'),
(119151,43881,'action created','2021-01-31 03:26:46','2021-01-30 22:26:46'),
(119152,43881,'action started via WP Cron','2021-01-31 03:29:37','2021-01-30 22:29:37'),
(119153,43881,'action complete via WP Cron','2021-01-31 03:29:37','2021-01-30 22:29:37'),
(119154,43882,'action created','2021-01-31 03:29:37','2021-01-30 22:29:37'),
(119155,43882,'action started via WP Cron','2021-01-31 03:32:08','2021-01-30 22:32:08'),
(119156,43882,'action complete via WP Cron','2021-01-31 03:32:08','2021-01-30 22:32:08'),
(119157,43883,'action created','2021-01-31 03:32:08','2021-01-30 22:32:08'),
(119158,43883,'action started via WP Cron','2021-01-31 03:32:41','2021-01-30 22:32:41'),
(119159,43883,'action complete via WP Cron','2021-01-31 03:32:41','2021-01-30 22:32:41'),
(119160,43884,'action created','2021-01-31 03:32:43','2021-01-30 22:32:43'),
(119161,43884,'action started via WP Cron','2021-01-31 03:33:43','2021-01-30 22:33:43'),
(119162,43884,'action complete via WP Cron','2021-01-31 03:33:43','2021-01-30 22:33:43'),
(119163,43885,'action created','2021-01-31 03:33:43','2021-01-30 22:33:43'),
(119164,43885,'action started via WP Cron','2021-01-31 03:35:04','2021-01-30 22:35:04'),
(119165,43885,'action complete via WP Cron','2021-01-31 03:35:04','2021-01-30 22:35:04'),
(119166,43886,'action created','2021-01-31 03:35:04','2021-01-30 22:35:04'),
(119167,43886,'action started via WP Cron','2021-01-31 03:38:22','2021-01-30 22:38:22'),
(119168,43886,'action complete via WP Cron','2021-01-31 03:38:22','2021-01-30 22:38:22'),
(119169,43887,'action created','2021-01-31 03:38:22','2021-01-30 22:38:22'),
(119170,43887,'action started via WP Cron','2021-01-31 03:40:53','2021-01-30 22:40:53'),
(119171,43887,'action complete via WP Cron','2021-01-31 03:40:53','2021-01-30 22:40:53'),
(119172,43888,'action created','2021-01-31 03:40:53','2021-01-30 22:40:53'),
(119173,43888,'action started via WP Cron','2021-01-31 03:45:04','2021-01-30 22:45:04'),
(119174,43888,'action complete via WP Cron','2021-01-31 03:45:04','2021-01-30 22:45:04'),
(119175,43889,'action created','2021-01-31 03:45:04','2021-01-30 22:45:04'),
(119176,43889,'action started via WP Cron','2021-01-31 03:45:34','2021-01-30 22:45:34'),
(119177,43889,'action complete via WP Cron','2021-01-31 03:45:34','2021-01-30 22:45:34'),
(119178,43890,'action created','2021-01-31 03:45:34','2021-01-30 22:45:34'),
(119179,43890,'action started via WP Cron','2021-01-31 03:46:52','2021-01-30 22:46:52'),
(119180,43890,'action complete via WP Cron','2021-01-31 03:46:52','2021-01-30 22:46:52'),
(119181,43891,'action created','2021-01-31 03:46:52','2021-01-30 22:46:52'),
(119182,43891,'action started via WP Cron','2021-01-31 03:47:18','2021-01-30 22:47:18'),
(119183,43891,'action complete via WP Cron','2021-01-31 03:47:18','2021-01-30 22:47:18'),
(119184,43892,'action created','2021-01-31 03:47:19','2021-01-30 22:47:19'),
(119185,43892,'action started via WP Cron','2021-01-31 03:50:29','2021-01-30 22:50:29'),
(119186,43892,'action complete via WP Cron','2021-01-31 03:50:29','2021-01-30 22:50:29'),
(119187,43893,'action created','2021-01-31 03:50:29','2021-01-30 22:50:29'),
(119188,43893,'action started via WP Cron','2021-01-31 03:51:37','2021-01-30 22:51:37'),
(119189,43893,'action complete via WP Cron','2021-01-31 03:51:37','2021-01-30 22:51:37'),
(119190,43894,'action created','2021-01-31 03:51:37','2021-01-30 22:51:37'),
(119191,43894,'action started via WP Cron','2021-01-31 03:52:39','2021-01-30 22:52:39'),
(119192,43894,'action complete via WP Cron','2021-01-31 03:52:39','2021-01-30 22:52:39'),
(119193,43895,'action created','2021-01-31 03:52:39','2021-01-30 22:52:39'),
(119194,43895,'action started via WP Cron','2021-01-31 03:56:15','2021-01-30 22:56:15'),
(119195,43895,'action complete via WP Cron','2021-01-31 03:56:15','2021-01-30 22:56:15'),
(119196,43896,'action created','2021-01-31 03:56:15','2021-01-30 22:56:15'),
(119197,43896,'action started via WP Cron','2021-01-31 03:57:18','2021-01-30 22:57:18'),
(119198,43896,'action complete via WP Cron','2021-01-31 03:57:18','2021-01-30 22:57:18'),
(119199,43897,'action created','2021-01-31 03:57:18','2021-01-30 22:57:18'),
(119200,43897,'action started via WP Cron','2021-01-31 03:58:57','2021-01-30 22:58:57'),
(119201,43897,'action complete via WP Cron','2021-01-31 03:58:57','2021-01-30 22:58:57'),
(119202,43898,'action created','2021-01-31 03:58:57','2021-01-30 22:58:57'),
(119203,43898,'action started via WP Cron','2021-01-31 04:00:39','2021-01-30 23:00:39'),
(119204,43898,'action complete via WP Cron','2021-01-31 04:00:39','2021-01-30 23:00:39'),
(119205,43899,'action created','2021-01-31 04:00:39','2021-01-30 23:00:39'),
(119206,43899,'action started via WP Cron','2021-01-31 04:01:49','2021-01-30 23:01:49'),
(119207,43899,'action complete via WP Cron','2021-01-31 04:01:49','2021-01-30 23:01:49'),
(119208,43900,'action created','2021-01-31 04:01:49','2021-01-30 23:01:49'),
(119209,43900,'action started via WP Cron','2021-01-31 04:04:08','2021-01-30 23:04:08'),
(119210,43900,'action complete via WP Cron','2021-01-31 04:04:08','2021-01-30 23:04:08'),
(119211,43901,'action created','2021-01-31 04:04:08','2021-01-30 23:04:08'),
(119212,43901,'action started via WP Cron','2021-01-31 04:05:27','2021-01-30 23:05:27'),
(119213,43901,'action complete via WP Cron','2021-01-31 04:05:27','2021-01-30 23:05:27'),
(119214,43902,'action created','2021-01-31 04:05:27','2021-01-30 23:05:27'),
(119215,43902,'action started via WP Cron','2021-01-31 04:06:17','2021-01-30 23:06:17'),
(119216,43902,'action complete via WP Cron','2021-01-31 04:06:17','2021-01-30 23:06:17'),
(119217,43903,'action created','2021-01-31 04:06:17','2021-01-30 23:06:17'),
(119218,43903,'action started via WP Cron','2021-01-31 04:07:17','2021-01-30 23:07:17'),
(119219,43903,'action complete via WP Cron','2021-01-31 04:07:17','2021-01-30 23:07:17'),
(119220,43904,'action created','2021-01-31 04:07:17','2021-01-30 23:07:17'),
(119221,43904,'action started via WP Cron','2021-01-31 04:08:49','2021-01-30 23:08:49'),
(119222,43904,'action complete via WP Cron','2021-01-31 04:08:49','2021-01-30 23:08:49'),
(119223,43905,'action created','2021-01-31 04:08:49','2021-01-30 23:08:49'),
(119224,43905,'action started via WP Cron','2021-01-31 04:11:02','2021-01-30 23:11:02'),
(119225,43905,'action complete via WP Cron','2021-01-31 04:11:02','2021-01-30 23:11:02'),
(119226,43906,'action created','2021-01-31 04:11:02','2021-01-30 23:11:02'),
(119227,43906,'action started via WP Cron','2021-01-31 04:11:17','2021-01-30 23:11:17'),
(119228,43906,'action complete via WP Cron','2021-01-31 04:11:17','2021-01-30 23:11:17'),
(119229,43907,'action created','2021-01-31 04:11:17','2021-01-30 23:11:17'),
(119230,43907,'action started via WP Cron','2021-01-31 04:12:12','2021-01-30 23:12:12'),
(119231,43907,'action complete via WP Cron','2021-01-31 04:12:12','2021-01-30 23:12:12'),
(119232,43908,'action created','2021-01-31 04:12:12','2021-01-30 23:12:12'),
(119233,43908,'action started via WP Cron','2021-01-31 04:14:03','2021-01-30 23:14:03'),
(119234,43908,'action complete via WP Cron','2021-01-31 04:14:03','2021-01-30 23:14:03'),
(119235,43909,'action created','2021-01-31 04:14:03','2021-01-30 23:14:03'),
(119236,43909,'action started via WP Cron','2021-01-31 04:14:23','2021-01-30 23:14:23'),
(119237,43909,'action complete via WP Cron','2021-01-31 04:14:23','2021-01-30 23:14:23'),
(119238,43910,'action created','2021-01-31 04:14:23','2021-01-30 23:14:23'),
(119239,43910,'action started via WP Cron','2021-01-31 04:15:20','2021-01-30 23:15:20'),
(119240,43910,'action complete via WP Cron','2021-01-31 04:15:20','2021-01-30 23:15:20'),
(119241,43911,'action created','2021-01-31 04:15:20','2021-01-30 23:15:20'),
(119242,43911,'action started via WP Cron','2021-01-31 04:16:19','2021-01-30 23:16:19'),
(119243,43911,'action complete via WP Cron','2021-01-31 04:16:19','2021-01-30 23:16:19'),
(119244,43912,'action created','2021-01-31 04:16:19','2021-01-30 23:16:19'),
(119245,43912,'action started via WP Cron','2021-01-31 04:17:38','2021-01-30 23:17:38'),
(119246,43912,'action complete via WP Cron','2021-01-31 04:17:38','2021-01-30 23:17:38'),
(119247,43913,'action created','2021-01-31 04:17:38','2021-01-30 23:17:38'),
(119248,43913,'action started via WP Cron','2021-01-31 04:18:39','2021-01-30 23:18:39'),
(119249,43913,'action complete via WP Cron','2021-01-31 04:18:39','2021-01-30 23:18:39'),
(119250,43914,'action created','2021-01-31 04:18:39','2021-01-30 23:18:39'),
(119251,43914,'action started via WP Cron','2021-01-31 04:20:14','2021-01-30 23:20:14'),
(119252,43914,'action complete via WP Cron','2021-01-31 04:20:14','2021-01-30 23:20:14'),
(119253,43915,'action created','2021-01-31 04:20:14','2021-01-30 23:20:14'),
(119254,43915,'action started via WP Cron','2021-01-31 04:22:09','2021-01-30 23:22:09'),
(119255,43915,'action complete via WP Cron','2021-01-31 04:22:09','2021-01-30 23:22:09'),
(119256,43916,'action created','2021-01-31 04:22:09','2021-01-30 23:22:09'),
(119257,43916,'action started via WP Cron','2021-01-31 04:22:30','2021-01-30 23:22:30'),
(119258,43916,'action complete via WP Cron','2021-01-31 04:22:30','2021-01-30 23:22:30'),
(119259,43917,'action created','2021-01-31 04:22:30','2021-01-30 23:22:30'),
(119260,43917,'action started via WP Cron','2021-01-31 04:24:42','2021-01-30 23:24:42'),
(119261,43917,'action complete via WP Cron','2021-01-31 04:24:42','2021-01-30 23:24:42'),
(119262,43918,'action created','2021-01-31 04:24:42','2021-01-30 23:24:42'),
(119263,43918,'action started via WP Cron','2021-01-31 04:25:38','2021-01-30 23:25:38'),
(119264,43918,'action complete via WP Cron','2021-01-31 04:25:38','2021-01-30 23:25:38'),
(119265,43919,'action created','2021-01-31 04:25:38','2021-01-30 23:25:38'),
(119266,43919,'action started via WP Cron','2021-01-31 04:26:17','2021-01-30 23:26:17'),
(119267,43919,'action complete via WP Cron','2021-01-31 04:26:17','2021-01-30 23:26:17'),
(119268,43920,'action created','2021-01-31 04:26:17','2021-01-30 23:26:17'),
(119269,43920,'action started via WP Cron','2021-01-31 04:28:13','2021-01-30 23:28:13'),
(119270,43920,'action complete via WP Cron','2021-01-31 04:28:13','2021-01-30 23:28:13'),
(119271,43921,'action created','2021-01-31 04:28:13','2021-01-30 23:28:13'),
(119272,43921,'action started via WP Cron','2021-01-31 04:29:24','2021-01-30 23:29:24'),
(119273,43921,'action complete via WP Cron','2021-01-31 04:29:24','2021-01-30 23:29:24'),
(119274,43922,'action created','2021-01-31 04:29:24','2021-01-30 23:29:24'),
(119275,43922,'action started via WP Cron','2021-01-31 04:30:13','2021-01-30 23:30:13'),
(119276,43922,'action complete via WP Cron','2021-01-31 04:30:13','2021-01-30 23:30:13'),
(119277,43923,'action created','2021-01-31 04:30:13','2021-01-30 23:30:13'),
(119278,43923,'action started via WP Cron','2021-01-31 04:34:00','2021-01-30 23:34:00'),
(119279,43923,'action complete via WP Cron','2021-01-31 04:34:00','2021-01-30 23:34:00'),
(119280,43924,'action created','2021-01-31 04:34:00','2021-01-30 23:34:00'),
(119281,43924,'action started via WP Cron','2021-01-31 04:34:19','2021-01-30 23:34:19'),
(119282,43924,'action complete via WP Cron','2021-01-31 04:34:19','2021-01-30 23:34:19'),
(119283,43925,'action created','2021-01-31 04:34:19','2021-01-30 23:34:19'),
(119284,43925,'action started via WP Cron','2021-01-31 04:36:20','2021-01-30 23:36:20'),
(119285,43925,'action complete via WP Cron','2021-01-31 04:36:20','2021-01-30 23:36:20'),
(119286,43926,'action created','2021-01-31 04:36:20','2021-01-30 23:36:20'),
(119287,43926,'action started via WP Cron','2021-01-31 04:37:27','2021-01-30 23:37:27'),
(119288,43926,'action complete via WP Cron','2021-01-31 04:37:27','2021-01-30 23:37:27'),
(119289,43927,'action created','2021-01-31 04:37:27','2021-01-30 23:37:27'),
(119290,43927,'action started via WP Cron','2021-01-31 04:40:01','2021-01-30 23:40:01'),
(119291,43927,'action complete via WP Cron','2021-01-31 04:40:01','2021-01-30 23:40:01'),
(119292,43928,'action created','2021-01-31 04:40:01','2021-01-30 23:40:01'),
(119293,43928,'action started via WP Cron','2021-01-31 04:45:10','2021-01-30 23:45:10'),
(119294,43928,'action complete via WP Cron','2021-01-31 04:45:10','2021-01-30 23:45:10'),
(119295,43929,'action created','2021-01-31 04:45:10','2021-01-30 23:45:10'),
(119296,43929,'action started via WP Cron','2021-01-31 04:46:03','2021-01-30 23:46:03'),
(119297,43929,'action complete via WP Cron','2021-01-31 04:46:03','2021-01-30 23:46:03'),
(119298,43930,'action created','2021-01-31 04:46:03','2021-01-30 23:46:03'),
(119299,43930,'action started via WP Cron','2021-01-31 04:46:47','2021-01-30 23:46:47'),
(119300,43930,'action complete via WP Cron','2021-01-31 04:46:47','2021-01-30 23:46:47'),
(119301,43931,'action created','2021-01-31 04:46:47','2021-01-30 23:46:47'),
(119302,43931,'action started via WP Cron','2021-01-31 04:47:33','2021-01-30 23:47:33'),
(119303,43931,'action complete via WP Cron','2021-01-31 04:47:33','2021-01-30 23:47:33'),
(119304,43932,'action created','2021-01-31 04:47:33','2021-01-30 23:47:33'),
(119305,43932,'action started via WP Cron','2021-01-31 04:48:18','2021-01-30 23:48:18'),
(119306,43932,'action complete via WP Cron','2021-01-31 04:48:18','2021-01-30 23:48:18'),
(119307,43933,'action created','2021-01-31 04:48:18','2021-01-30 23:48:18'),
(119308,43933,'action started via WP Cron','2021-01-31 04:49:30','2021-01-30 23:49:30'),
(119309,43933,'action complete via WP Cron','2021-01-31 04:49:30','2021-01-30 23:49:30'),
(119310,43934,'action created','2021-01-31 04:49:30','2021-01-30 23:49:30'),
(119311,43934,'action started via WP Cron','2021-01-31 04:53:00','2021-01-30 23:53:00'),
(119312,43934,'action complete via WP Cron','2021-01-31 04:53:00','2021-01-30 23:53:00'),
(119313,43935,'action created','2021-01-31 04:53:00','2021-01-30 23:53:00'),
(119314,43935,'action started via WP Cron','2021-01-31 04:55:23','2021-01-30 23:55:23'),
(119315,43935,'action complete via WP Cron','2021-01-31 04:55:23','2021-01-30 23:55:23'),
(119316,43936,'action created','2021-01-31 04:55:23','2021-01-30 23:55:23'),
(119317,43936,'action started via WP Cron','2021-01-31 04:56:17','2021-01-30 23:56:17'),
(119318,43936,'action complete via WP Cron','2021-01-31 04:56:17','2021-01-30 23:56:17'),
(119319,43937,'action created','2021-01-31 04:56:18','2021-01-30 23:56:18'),
(119320,43937,'action started via WP Cron','2021-01-31 04:59:02','2021-01-30 23:59:02'),
(119321,43937,'action complete via WP Cron','2021-01-31 04:59:02','2021-01-30 23:59:02'),
(119322,43938,'action created','2021-01-31 04:59:02','2021-01-30 23:59:02'),
(119323,43938,'action started via WP Cron','2021-01-31 05:01:40','2021-01-31 00:01:40'),
(119324,43938,'action complete via WP Cron','2021-01-31 05:01:40','2021-01-31 00:01:40'),
(119325,43939,'action created','2021-01-31 05:01:41','2021-01-31 00:01:41'),
(119326,43939,'action started via WP Cron','2021-01-31 05:02:28','2021-01-31 00:02:28'),
(119327,43939,'action complete via WP Cron','2021-01-31 05:02:28','2021-01-31 00:02:28'),
(119328,43940,'action created','2021-01-31 05:02:28','2021-01-31 00:02:28'),
(119329,43940,'action started via WP Cron','2021-01-31 05:03:13','2021-01-31 00:03:13'),
(119330,43940,'action complete via WP Cron','2021-01-31 05:03:13','2021-01-31 00:03:13'),
(119331,43941,'action created','2021-01-31 05:03:13','2021-01-31 00:03:13'),
(119332,43941,'action started via WP Cron','2021-01-31 05:04:13','2021-01-31 00:04:13'),
(119333,43941,'action complete via WP Cron','2021-01-31 05:04:13','2021-01-31 00:04:13'),
(119334,43942,'action created','2021-01-31 05:04:13','2021-01-31 00:04:13'),
(119335,43942,'action started via WP Cron','2021-01-31 05:08:03','2021-01-31 00:08:03'),
(119336,43942,'action complete via WP Cron','2021-01-31 05:08:03','2021-01-31 00:08:03'),
(119337,43943,'action created','2021-01-31 05:08:03','2021-01-31 00:08:03'),
(119338,43943,'action started via WP Cron','2021-01-31 05:08:25','2021-01-31 00:08:25'),
(119339,43943,'action complete via WP Cron','2021-01-31 05:08:25','2021-01-31 00:08:25'),
(119340,43944,'action created','2021-01-31 05:08:25','2021-01-31 00:08:25'),
(119341,43944,'action started via WP Cron','2021-01-31 05:09:15','2021-01-31 00:09:15'),
(119342,43944,'action complete via WP Cron','2021-01-31 05:09:15','2021-01-31 00:09:15'),
(119343,43945,'action created','2021-01-31 05:09:15','2021-01-31 00:09:15'),
(119344,43945,'action started via WP Cron','2021-01-31 05:11:22','2021-01-31 00:11:22'),
(119345,43945,'action complete via WP Cron','2021-01-31 05:11:22','2021-01-31 00:11:22'),
(119346,43946,'action created','2021-01-31 05:11:22','2021-01-31 00:11:22'),
(119347,43946,'action started via WP Cron','2021-01-31 05:14:50','2021-01-31 00:14:50'),
(119348,43946,'action complete via WP Cron','2021-01-31 05:14:50','2021-01-31 00:14:50'),
(119349,43947,'action created','2021-01-31 05:14:50','2021-01-31 00:14:50'),
(119350,43947,'action started via WP Cron','2021-01-31 05:15:14','2021-01-31 00:15:14'),
(119351,43947,'action complete via WP Cron','2021-01-31 05:15:14','2021-01-31 00:15:14'),
(119352,43948,'action created','2021-01-31 05:15:14','2021-01-31 00:15:14'),
(119353,43948,'action started via WP Cron','2021-01-31 05:17:13','2021-01-31 00:17:13'),
(119354,43948,'action complete via WP Cron','2021-01-31 05:17:13','2021-01-31 00:17:13'),
(119355,43949,'action created','2021-01-31 05:17:13','2021-01-31 00:17:13'),
(119356,43949,'action started via WP Cron','2021-01-31 05:18:48','2021-01-31 00:18:48'),
(119357,43949,'action complete via WP Cron','2021-01-31 05:18:48','2021-01-31 00:18:48'),
(119358,43950,'action created','2021-01-31 05:18:48','2021-01-31 00:18:48'),
(119359,43950,'action started via WP Cron','2021-01-31 05:19:30','2021-01-31 00:19:30'),
(119360,43950,'action complete via WP Cron','2021-01-31 05:19:30','2021-01-31 00:19:30'),
(119361,43951,'action created','2021-01-31 05:19:30','2021-01-31 00:19:30'),
(119362,43951,'action started via WP Cron','2021-01-31 05:22:12','2021-01-31 00:22:12'),
(119363,43951,'action complete via WP Cron','2021-01-31 05:22:12','2021-01-31 00:22:12'),
(119364,43952,'action created','2021-01-31 05:22:12','2021-01-31 00:22:12'),
(119365,43952,'action started via WP Cron','2021-01-31 05:24:36','2021-01-31 00:24:36'),
(119366,43952,'action complete via WP Cron','2021-01-31 05:24:36','2021-01-31 00:24:36'),
(119367,43953,'action created','2021-01-31 05:24:36','2021-01-31 00:24:36'),
(119368,43953,'action started via WP Cron','2021-01-31 05:25:27','2021-01-31 00:25:27'),
(119369,43953,'action complete via WP Cron','2021-01-31 05:25:27','2021-01-31 00:25:27'),
(119370,43954,'action created','2021-01-31 05:25:27','2021-01-31 00:25:27'),
(119371,43954,'action started via WP Cron','2021-01-31 05:26:54','2021-01-31 00:26:54'),
(119372,43954,'action complete via WP Cron','2021-01-31 05:26:54','2021-01-31 00:26:54'),
(119373,43955,'action created','2021-01-31 05:26:54','2021-01-31 00:26:54'),
(119374,43955,'action started via WP Cron','2021-01-31 05:27:21','2021-01-31 00:27:21'),
(119375,43955,'action complete via WP Cron','2021-01-31 05:27:21','2021-01-31 00:27:21'),
(119376,43956,'action created','2021-01-31 05:27:21','2021-01-31 00:27:21'),
(119377,43956,'action started via WP Cron','2021-01-31 05:29:10','2021-01-31 00:29:10'),
(119378,43956,'action complete via WP Cron','2021-01-31 05:29:10','2021-01-31 00:29:10'),
(119379,43957,'action created','2021-01-31 05:29:10','2021-01-31 00:29:10'),
(119380,43957,'action started via WP Cron','2021-01-31 05:30:56','2021-01-31 00:30:56'),
(119381,43957,'action complete via WP Cron','2021-01-31 05:30:56','2021-01-31 00:30:56'),
(119382,43958,'action created','2021-01-31 05:30:56','2021-01-31 00:30:56'),
(119383,43958,'action started via WP Cron','2021-01-31 05:31:36','2021-01-31 00:31:36'),
(119384,43958,'action complete via WP Cron','2021-01-31 05:31:36','2021-01-31 00:31:36'),
(119385,43959,'action created','2021-01-31 05:31:36','2021-01-31 00:31:36'),
(119386,43959,'action started via WP Cron','2021-01-31 05:32:39','2021-01-31 00:32:39'),
(119387,43959,'action complete via WP Cron','2021-01-31 05:32:39','2021-01-31 00:32:39'),
(119388,43960,'action created','2021-01-31 05:32:39','2021-01-31 00:32:39'),
(119389,43960,'action started via WP Cron','2021-01-31 05:34:18','2021-01-31 00:34:18'),
(119390,43960,'action complete via WP Cron','2021-01-31 05:34:18','2021-01-31 00:34:18'),
(119391,43961,'action created','2021-01-31 05:34:18','2021-01-31 00:34:18'),
(119392,43961,'action started via WP Cron','2021-01-31 05:36:29','2021-01-31 00:36:29'),
(119393,43961,'action complete via WP Cron','2021-01-31 05:36:29','2021-01-31 00:36:29'),
(119394,43962,'action created','2021-01-31 05:36:29','2021-01-31 00:36:29'),
(119395,43962,'action started via WP Cron','2021-01-31 05:37:25','2021-01-31 00:37:25'),
(119396,43962,'action complete via WP Cron','2021-01-31 05:37:25','2021-01-31 00:37:25'),
(119397,43963,'action created','2021-01-31 05:37:25','2021-01-31 00:37:25'),
(119398,43963,'action started via WP Cron','2021-01-31 05:39:24','2021-01-31 00:39:24'),
(119399,43963,'action complete via WP Cron','2021-01-31 05:39:24','2021-01-31 00:39:24'),
(119400,43964,'action created','2021-01-31 05:39:24','2021-01-31 00:39:24'),
(119401,43964,'action started via WP Cron','2021-01-31 05:40:20','2021-01-31 00:40:20'),
(119402,43964,'action complete via WP Cron','2021-01-31 05:40:20','2021-01-31 00:40:20'),
(119403,43965,'action created','2021-01-31 05:40:20','2021-01-31 00:40:20'),
(119404,43965,'action started via WP Cron','2021-01-31 05:42:26','2021-01-31 00:42:26'),
(119405,43965,'action complete via WP Cron','2021-01-31 05:42:26','2021-01-31 00:42:26'),
(119406,43966,'action created','2021-01-31 05:42:26','2021-01-31 00:42:26'),
(119407,43966,'action started via WP Cron','2021-01-31 05:46:00','2021-01-31 00:46:00'),
(119408,43966,'action complete via WP Cron','2021-01-31 05:46:00','2021-01-31 00:46:00'),
(119409,43967,'action created','2021-01-31 05:46:00','2021-01-31 00:46:00'),
(119410,43967,'action started via WP Cron','2021-01-31 05:46:18','2021-01-31 00:46:18'),
(119411,43967,'action complete via WP Cron','2021-01-31 05:46:18','2021-01-31 00:46:18'),
(119412,43968,'action created','2021-01-31 05:46:18','2021-01-31 00:46:18'),
(119413,43968,'action started via WP Cron','2021-01-31 05:49:04','2021-01-31 00:49:04'),
(119414,43968,'action complete via WP Cron','2021-01-31 05:49:04','2021-01-31 00:49:04'),
(119415,43969,'action created','2021-01-31 05:49:04','2021-01-31 00:49:04'),
(119416,43969,'action started via WP Cron','2021-01-31 05:49:27','2021-01-31 00:49:27'),
(119417,43969,'action complete via WP Cron','2021-01-31 05:49:27','2021-01-31 00:49:27'),
(119418,43970,'action created','2021-01-31 05:49:27','2021-01-31 00:49:27'),
(119419,43970,'action started via WP Cron','2021-01-31 05:51:55','2021-01-31 00:51:55'),
(119420,43970,'action complete via WP Cron','2021-01-31 05:51:55','2021-01-31 00:51:55'),
(119421,43971,'action created','2021-01-31 05:51:55','2021-01-31 00:51:55'),
(119422,43971,'action started via WP Cron','2021-01-31 05:53:54','2021-01-31 00:53:54'),
(119423,43971,'action complete via WP Cron','2021-01-31 05:53:54','2021-01-31 00:53:54'),
(119424,43972,'action created','2021-01-31 05:53:54','2021-01-31 00:53:54'),
(119425,43972,'action started via WP Cron','2021-01-31 05:54:47','2021-01-31 00:54:47'),
(119426,43972,'action complete via WP Cron','2021-01-31 05:54:47','2021-01-31 00:54:47'),
(119427,43973,'action created','2021-01-31 05:54:47','2021-01-31 00:54:47'),
(119428,43973,'action started via WP Cron','2021-01-31 05:55:44','2021-01-31 00:55:44'),
(119429,43973,'action complete via WP Cron','2021-01-31 05:55:45','2021-01-31 00:55:45'),
(119430,43974,'action created','2021-01-31 05:55:45','2021-01-31 00:55:45'),
(119431,43974,'action started via WP Cron','2021-01-31 05:56:56','2021-01-31 00:56:56'),
(119432,43974,'action complete via WP Cron','2021-01-31 05:56:56','2021-01-31 00:56:56'),
(119433,43975,'action created','2021-01-31 05:56:56','2021-01-31 00:56:56'),
(119434,43975,'action started via WP Cron','2021-01-31 05:57:17','2021-01-31 00:57:17'),
(119435,43975,'action complete via WP Cron','2021-01-31 05:57:17','2021-01-31 00:57:17'),
(119436,43976,'action created','2021-01-31 05:57:17','2021-01-31 00:57:17'),
(119437,43976,'action started via WP Cron','2021-01-31 05:59:43','2021-01-31 00:59:43'),
(119438,43976,'action complete via WP Cron','2021-01-31 05:59:43','2021-01-31 00:59:43'),
(119439,43977,'action created','2021-01-31 05:59:43','2021-01-31 00:59:43'),
(119440,43977,'action started via WP Cron','2021-01-31 06:00:28','2021-01-31 01:00:28'),
(119441,43977,'action complete via WP Cron','2021-01-31 06:00:28','2021-01-31 01:00:28'),
(119442,43978,'action created','2021-01-31 06:00:28','2021-01-31 01:00:28'),
(119443,43978,'action started via WP Cron','2021-01-31 06:01:46','2021-01-31 01:01:46'),
(119444,43978,'action complete via WP Cron','2021-01-31 06:01:46','2021-01-31 01:01:46'),
(119445,43979,'action created','2021-01-31 06:01:46','2021-01-31 01:01:46'),
(119446,43979,'action started via WP Cron','2021-01-31 06:04:14','2021-01-31 01:04:14'),
(119447,43979,'action complete via WP Cron','2021-01-31 06:04:14','2021-01-31 01:04:14'),
(119448,43980,'action created','2021-01-31 06:04:14','2021-01-31 01:04:14'),
(119449,43980,'action started via WP Cron','2021-01-31 06:06:43','2021-01-31 01:06:43'),
(119450,43980,'action complete via WP Cron','2021-01-31 06:06:43','2021-01-31 01:06:43'),
(119451,43981,'action created','2021-01-31 06:06:43','2021-01-31 01:06:43'),
(119452,43981,'action started via WP Cron','2021-01-31 06:08:49','2021-01-31 01:08:49'),
(119453,43981,'action complete via WP Cron','2021-01-31 06:08:50','2021-01-31 01:08:50'),
(119454,43982,'action created','2021-01-31 06:08:50','2021-01-31 01:08:50'),
(119455,43982,'action started via WP Cron','2021-01-31 06:09:11','2021-01-31 01:09:11'),
(119456,43982,'action complete via WP Cron','2021-01-31 06:09:11','2021-01-31 01:09:11'),
(119457,43983,'action created','2021-01-31 06:09:11','2021-01-31 01:09:11'),
(119458,43983,'action started via WP Cron','2021-01-31 06:11:08','2021-01-31 01:11:08'),
(119459,43983,'action complete via WP Cron','2021-01-31 06:11:08','2021-01-31 01:11:08'),
(119460,43984,'action created','2021-01-31 06:11:09','2021-01-31 01:11:09'),
(119461,43984,'action started via WP Cron','2021-01-31 06:14:16','2021-01-31 01:14:16'),
(119462,43984,'action complete via WP Cron','2021-01-31 06:14:16','2021-01-31 01:14:16'),
(119463,43985,'action created','2021-01-31 06:14:16','2021-01-31 01:14:16'),
(119464,43985,'action started via WP Cron','2021-01-31 06:16:00','2021-01-31 01:16:00'),
(119465,43985,'action complete via WP Cron','2021-01-31 06:16:00','2021-01-31 01:16:00'),
(119466,43986,'action created','2021-01-31 06:16:00','2021-01-31 01:16:00'),
(119467,43986,'action started via WP Cron','2021-01-31 06:16:41','2021-01-31 01:16:41'),
(119468,43986,'action complete via WP Cron','2021-01-31 06:16:41','2021-01-31 01:16:41'),
(119469,43987,'action created','2021-01-31 06:16:41','2021-01-31 01:16:41'),
(119470,43987,'action started via WP Cron','2021-01-31 06:19:37','2021-01-31 01:19:37'),
(119471,43987,'action complete via WP Cron','2021-01-31 06:19:37','2021-01-31 01:19:37'),
(119472,43988,'action created','2021-01-31 06:19:37','2021-01-31 01:19:37'),
(119473,43988,'action started via WP Cron','2021-01-31 06:20:40','2021-01-31 01:20:40'),
(119474,43988,'action complete via WP Cron','2021-01-31 06:20:40','2021-01-31 01:20:40'),
(119475,43989,'action created','2021-01-31 06:20:40','2021-01-31 01:20:40'),
(119476,43989,'action started via WP Cron','2021-01-31 06:21:40','2021-01-31 01:21:40'),
(119477,43989,'action complete via WP Cron','2021-01-31 06:21:40','2021-01-31 01:21:40'),
(119478,43990,'action created','2021-01-31 06:21:40','2021-01-31 01:21:40'),
(119479,43990,'action started via WP Cron','2021-01-31 06:23:03','2021-01-31 01:23:03'),
(119480,43990,'action complete via WP Cron','2021-01-31 06:23:03','2021-01-31 01:23:03'),
(119481,43991,'action created','2021-01-31 06:23:03','2021-01-31 01:23:03'),
(119482,43991,'action started via WP Cron','2021-01-31 06:23:49','2021-01-31 01:23:49'),
(119483,43991,'action complete via WP Cron','2021-01-31 06:23:49','2021-01-31 01:23:49'),
(119484,43992,'action created','2021-01-31 06:23:49','2021-01-31 01:23:49'),
(119485,43992,'action started via WP Cron','2021-01-31 06:24:38','2021-01-31 01:24:38'),
(119486,43992,'action complete via WP Cron','2021-01-31 06:24:38','2021-01-31 01:24:38'),
(119487,43993,'action created','2021-01-31 06:24:38','2021-01-31 01:24:38'),
(119488,43993,'action started via WP Cron','2021-01-31 06:26:23','2021-01-31 01:26:23'),
(119489,43993,'action complete via WP Cron','2021-01-31 06:26:23','2021-01-31 01:26:23'),
(119490,43994,'action created','2021-01-31 06:26:23','2021-01-31 01:26:23'),
(119491,43994,'action started via WP Cron','2021-01-31 06:27:44','2021-01-31 01:27:44'),
(119492,43994,'action complete via WP Cron','2021-01-31 06:27:44','2021-01-31 01:27:44'),
(119493,43995,'action created','2021-01-31 06:27:44','2021-01-31 01:27:44'),
(119494,43995,'action started via WP Cron','2021-01-31 06:28:14','2021-01-31 01:28:14'),
(119495,43995,'action complete via WP Cron','2021-01-31 06:28:14','2021-01-31 01:28:14'),
(119496,43996,'action created','2021-01-31 06:28:14','2021-01-31 01:28:14'),
(119497,43996,'action started via WP Cron','2021-01-31 06:29:18','2021-01-31 01:29:18'),
(119498,43996,'action complete via WP Cron','2021-01-31 06:29:18','2021-01-31 01:29:18'),
(119499,43997,'action created','2021-01-31 06:29:18','2021-01-31 01:29:18'),
(119500,43997,'action started via WP Cron','2021-01-31 06:30:17','2021-01-31 01:30:17'),
(119501,43997,'action complete via WP Cron','2021-01-31 06:30:17','2021-01-31 01:30:17'),
(119502,43998,'action created','2021-01-31 06:30:17','2021-01-31 01:30:17'),
(119503,43998,'action started via WP Cron','2021-01-31 06:31:12','2021-01-31 01:31:12'),
(119504,43998,'action complete via WP Cron','2021-01-31 06:31:12','2021-01-31 01:31:12'),
(119505,43999,'action created','2021-01-31 06:31:12','2021-01-31 01:31:12'),
(119506,43999,'action started via WP Cron','2021-01-31 06:32:15','2021-01-31 01:32:15'),
(119507,43999,'action complete via WP Cron','2021-01-31 06:32:16','2021-01-31 01:32:16'),
(119508,44000,'action created','2021-01-31 06:32:16','2021-01-31 01:32:16'),
(119509,44000,'action started via WP Cron','2021-01-31 06:33:37','2021-01-31 01:33:37'),
(119510,44000,'action complete via WP Cron','2021-01-31 06:33:37','2021-01-31 01:33:37'),
(119511,44001,'action created','2021-01-31 06:33:37','2021-01-31 01:33:37'),
(119512,44001,'action started via WP Cron','2021-01-31 06:39:23','2021-01-31 01:39:23'),
(119513,44001,'action complete via WP Cron','2021-01-31 06:39:23','2021-01-31 01:39:23'),
(119514,44002,'action created','2021-01-31 06:39:23','2021-01-31 01:39:23'),
(119515,44002,'action started via WP Cron','2021-01-31 06:43:04','2021-01-31 01:43:04'),
(119516,44002,'action complete via WP Cron','2021-01-31 06:43:04','2021-01-31 01:43:04'),
(119517,44003,'action created','2021-01-31 06:43:04','2021-01-31 01:43:04'),
(119518,44003,'action started via WP Cron','2021-01-31 06:43:21','2021-01-31 01:43:21'),
(119519,44003,'action complete via WP Cron','2021-01-31 06:43:21','2021-01-31 01:43:21'),
(119520,44004,'action created','2021-01-31 06:43:21','2021-01-31 01:43:21'),
(119521,44004,'action started via WP Cron','2021-01-31 06:49:52','2021-01-31 01:49:52'),
(119522,44004,'action complete via WP Cron','2021-01-31 06:49:52','2021-01-31 01:49:52'),
(119523,44005,'action created','2021-01-31 06:49:52','2021-01-31 01:49:52'),
(119524,44005,'action started via WP Cron','2021-01-31 06:51:26','2021-01-31 01:51:26'),
(119525,44005,'action complete via WP Cron','2021-01-31 06:51:26','2021-01-31 01:51:26'),
(119526,44006,'action created','2021-01-31 06:51:26','2021-01-31 01:51:26'),
(119527,44006,'action started via WP Cron','2021-01-31 06:52:32','2021-01-31 01:52:32'),
(119528,44006,'action complete via WP Cron','2021-01-31 06:52:32','2021-01-31 01:52:32'),
(119529,44007,'action created','2021-01-31 06:52:32','2021-01-31 01:52:32'),
(119530,44007,'action started via WP Cron','2021-01-31 06:54:57','2021-01-31 01:54:57'),
(119531,44007,'action complete via WP Cron','2021-01-31 06:54:57','2021-01-31 01:54:57'),
(119532,44008,'action created','2021-01-31 06:54:57','2021-01-31 01:54:57'),
(119533,44008,'action started via WP Cron','2021-01-31 06:55:50','2021-01-31 01:55:50'),
(119534,44008,'action complete via WP Cron','2021-01-31 06:55:50','2021-01-31 01:55:50'),
(119535,44009,'action created','2021-01-31 06:55:50','2021-01-31 01:55:50'),
(119536,44009,'action started via WP Cron','2021-01-31 06:58:43','2021-01-31 01:58:43'),
(119537,44009,'action complete via WP Cron','2021-01-31 06:58:43','2021-01-31 01:58:43'),
(119538,44010,'action created','2021-01-31 06:58:43','2021-01-31 01:58:43'),
(119539,44010,'action started via WP Cron','2021-01-31 06:59:30','2021-01-31 01:59:30'),
(119540,44010,'action complete via WP Cron','2021-01-31 06:59:30','2021-01-31 01:59:30'),
(119541,44011,'action created','2021-01-31 06:59:30','2021-01-31 01:59:30'),
(119542,44011,'action started via WP Cron','2021-01-31 07:00:37','2021-01-31 02:00:37'),
(119543,44011,'action complete via WP Cron','2021-01-31 07:00:37','2021-01-31 02:00:37'),
(119544,44012,'action created','2021-01-31 07:00:37','2021-01-31 02:00:37'),
(119545,44012,'action started via WP Cron','2021-01-31 07:04:51','2021-01-31 02:04:51'),
(119546,44012,'action complete via WP Cron','2021-01-31 07:04:51','2021-01-31 02:04:51'),
(119547,44013,'action created','2021-01-31 07:04:51','2021-01-31 02:04:51'),
(119548,44013,'action started via WP Cron','2021-01-31 07:07:40','2021-01-31 02:07:40'),
(119549,44013,'action complete via WP Cron','2021-01-31 07:07:40','2021-01-31 02:07:40'),
(119550,44014,'action created','2021-01-31 07:07:40','2021-01-31 02:07:40'),
(119551,44014,'action started via WP Cron','2021-01-31 07:08:39','2021-01-31 02:08:39'),
(119552,44014,'action complete via WP Cron','2021-01-31 07:08:39','2021-01-31 02:08:39'),
(119553,44015,'action created','2021-01-31 07:08:39','2021-01-31 02:08:39'),
(119554,44015,'action started via WP Cron','2021-01-31 07:09:20','2021-01-31 02:09:20'),
(119555,44015,'action complete via WP Cron','2021-01-31 07:09:20','2021-01-31 02:09:20'),
(119556,44016,'action created','2021-01-31 07:09:20','2021-01-31 02:09:20'),
(119557,44016,'action started via WP Cron','2021-01-31 07:11:10','2021-01-31 02:11:10'),
(119558,44016,'action complete via WP Cron','2021-01-31 07:11:10','2021-01-31 02:11:10'),
(119559,44017,'action created','2021-01-31 07:11:10','2021-01-31 02:11:10'),
(119560,44017,'action started via WP Cron','2021-01-31 07:11:33','2021-01-31 02:11:33'),
(119561,44017,'action complete via WP Cron','2021-01-31 07:11:33','2021-01-31 02:11:33'),
(119562,44018,'action created','2021-01-31 07:11:33','2021-01-31 02:11:33'),
(119563,44018,'action started via WP Cron','2021-01-31 07:12:34','2021-01-31 02:12:34'),
(119564,44018,'action complete via WP Cron','2021-01-31 07:12:34','2021-01-31 02:12:34'),
(119565,44019,'action created','2021-01-31 07:12:35','2021-01-31 02:12:35'),
(119566,44019,'action started via WP Cron','2021-01-31 07:15:19','2021-01-31 02:15:19'),
(119567,44019,'action complete via WP Cron','2021-01-31 07:15:19','2021-01-31 02:15:19'),
(119568,44020,'action created','2021-01-31 07:15:19','2021-01-31 02:15:19'),
(119569,44020,'action started via WP Cron','2021-01-31 07:16:59','2021-01-31 02:16:59'),
(119570,44020,'action complete via WP Cron','2021-01-31 07:16:59','2021-01-31 02:16:59'),
(119571,44021,'action created','2021-01-31 07:16:59','2021-01-31 02:16:59'),
(119572,44021,'action started via WP Cron','2021-01-31 07:18:26','2021-01-31 02:18:26'),
(119573,44021,'action complete via WP Cron','2021-01-31 07:18:26','2021-01-31 02:18:26'),
(119574,44022,'action created','2021-01-31 07:18:26','2021-01-31 02:18:26'),
(119575,44022,'action started via WP Cron','2021-01-31 07:19:49','2021-01-31 02:19:49'),
(119576,44022,'action complete via WP Cron','2021-01-31 07:19:49','2021-01-31 02:19:49'),
(119577,44023,'action created','2021-01-31 07:19:49','2021-01-31 02:19:49'),
(119578,44023,'action started via WP Cron','2021-01-31 07:20:18','2021-01-31 02:20:18'),
(119579,44023,'action complete via WP Cron','2021-01-31 07:20:18','2021-01-31 02:20:18'),
(119580,44024,'action created','2021-01-31 07:20:18','2021-01-31 02:20:18'),
(119581,44024,'action started via WP Cron','2021-01-31 07:22:19','2021-01-31 02:22:19'),
(119582,44024,'action complete via WP Cron','2021-01-31 07:22:19','2021-01-31 02:22:19'),
(119583,44025,'action created','2021-01-31 07:22:19','2021-01-31 02:22:19'),
(119584,44025,'action started via WP Cron','2021-01-31 07:28:47','2021-01-31 02:28:47'),
(119585,44025,'action complete via WP Cron','2021-01-31 07:28:47','2021-01-31 02:28:47'),
(119586,44026,'action created','2021-01-31 07:28:47','2021-01-31 02:28:47'),
(119587,44026,'action started via WP Cron','2021-01-31 07:29:12','2021-01-31 02:29:12'),
(119588,44026,'action complete via WP Cron','2021-01-31 07:29:12','2021-01-31 02:29:12'),
(119589,44027,'action created','2021-01-31 07:29:12','2021-01-31 02:29:12'),
(119590,44027,'action started via WP Cron','2021-01-31 07:30:26','2021-01-31 02:30:26'),
(119591,44027,'action complete via WP Cron','2021-01-31 07:30:26','2021-01-31 02:30:26'),
(119592,44028,'action created','2021-01-31 07:30:26','2021-01-31 02:30:26'),
(119593,44028,'action started via WP Cron','2021-01-31 07:31:47','2021-01-31 02:31:47'),
(119594,44028,'action complete via WP Cron','2021-01-31 07:31:47','2021-01-31 02:31:47'),
(119595,44029,'action created','2021-01-31 07:31:48','2021-01-31 02:31:48'),
(119596,44029,'action started via WP Cron','2021-01-31 07:32:50','2021-01-31 02:32:50'),
(119597,44029,'action complete via WP Cron','2021-01-31 07:32:50','2021-01-31 02:32:50'),
(119598,44030,'action created','2021-01-31 07:32:50','2021-01-31 02:32:50'),
(119599,44030,'action started via WP Cron','2021-01-31 07:33:40','2021-01-31 02:33:40'),
(119600,44030,'action complete via WP Cron','2021-01-31 07:33:40','2021-01-31 02:33:40'),
(119601,44031,'action created','2021-01-31 07:33:40','2021-01-31 02:33:40'),
(119602,44031,'action started via WP Cron','2021-01-31 07:35:01','2021-01-31 02:35:01'),
(119603,44031,'action complete via WP Cron','2021-01-31 07:35:01','2021-01-31 02:35:01'),
(119604,44032,'action created','2021-01-31 07:35:01','2021-01-31 02:35:01'),
(119605,44032,'action started via WP Cron','2021-01-31 07:38:15','2021-01-31 02:38:15'),
(119606,44032,'action complete via WP Cron','2021-01-31 07:38:15','2021-01-31 02:38:15'),
(119607,44033,'action created','2021-01-31 07:38:15','2021-01-31 02:38:15'),
(119608,44033,'action started via WP Cron','2021-01-31 07:39:48','2021-01-31 02:39:48'),
(119609,44033,'action complete via WP Cron','2021-01-31 07:39:48','2021-01-31 02:39:48'),
(119610,44034,'action created','2021-01-31 07:39:48','2021-01-31 02:39:48'),
(119611,44034,'action started via WP Cron','2021-01-31 07:40:46','2021-01-31 02:40:46'),
(119612,44034,'action complete via WP Cron','2021-01-31 07:40:46','2021-01-31 02:40:46'),
(119613,44035,'action created','2021-01-31 07:40:46','2021-01-31 02:40:46'),
(119614,44035,'action started via WP Cron','2021-01-31 07:43:32','2021-01-31 02:43:32'),
(119615,44035,'action complete via WP Cron','2021-01-31 07:43:32','2021-01-31 02:43:32'),
(119616,44036,'action created','2021-01-31 07:43:32','2021-01-31 02:43:32'),
(119617,44036,'action started via WP Cron','2021-01-31 07:44:58','2021-01-31 02:44:58'),
(119618,44036,'action complete via WP Cron','2021-01-31 07:44:58','2021-01-31 02:44:58'),
(119619,44037,'action created','2021-01-31 07:44:58','2021-01-31 02:44:58'),
(119620,44037,'action started via WP Cron','2021-01-31 07:49:20','2021-01-31 02:49:20'),
(119621,44037,'action complete via WP Cron','2021-01-31 07:49:20','2021-01-31 02:49:20'),
(119622,44038,'action created','2021-01-31 07:49:20','2021-01-31 02:49:20'),
(119623,44038,'action started via WP Cron','2021-01-31 07:52:26','2021-01-31 02:52:26'),
(119624,44038,'action complete via WP Cron','2021-01-31 07:52:26','2021-01-31 02:52:26'),
(119625,44039,'action created','2021-01-31 07:52:26','2021-01-31 02:52:26'),
(119626,44039,'action started via WP Cron','2021-01-31 07:55:02','2021-01-31 02:55:02'),
(119627,44039,'action complete via WP Cron','2021-01-31 07:55:02','2021-01-31 02:55:02'),
(119628,44040,'action created','2021-01-31 07:55:02','2021-01-31 02:55:02'),
(119629,44040,'action started via WP Cron','2021-01-31 07:56:25','2021-01-31 02:56:25'),
(119630,44040,'action complete via WP Cron','2021-01-31 07:56:25','2021-01-31 02:56:25'),
(119631,44041,'action created','2021-01-31 07:56:25','2021-01-31 02:56:25'),
(119632,44041,'action started via WP Cron','2021-01-31 07:57:18','2021-01-31 02:57:18'),
(119633,44041,'action complete via WP Cron','2021-01-31 07:57:18','2021-01-31 02:57:18'),
(119634,44042,'action created','2021-01-31 07:57:18','2021-01-31 02:57:18'),
(119635,44042,'action started via WP Cron','2021-01-31 07:58:48','2021-01-31 02:58:48'),
(119636,44042,'action complete via WP Cron','2021-01-31 07:58:48','2021-01-31 02:58:48'),
(119637,44043,'action created','2021-01-31 07:58:48','2021-01-31 02:58:48'),
(119638,44043,'action started via WP Cron','2021-01-31 07:59:43','2021-01-31 02:59:43'),
(119639,44043,'action complete via WP Cron','2021-01-31 07:59:43','2021-01-31 02:59:43'),
(119640,44044,'action created','2021-01-31 07:59:43','2021-01-31 02:59:43'),
(119641,44044,'action started via WP Cron','2021-01-31 08:01:48','2021-01-31 03:01:48'),
(119642,44044,'action complete via WP Cron','2021-01-31 08:01:48','2021-01-31 03:01:48'),
(119643,44045,'action created','2021-01-31 08:01:48','2021-01-31 03:01:48'),
(119644,44045,'action started via WP Cron','2021-01-31 08:03:47','2021-01-31 03:03:47'),
(119645,44045,'action complete via WP Cron','2021-01-31 08:03:47','2021-01-31 03:03:47'),
(119646,44046,'action created','2021-01-31 08:03:47','2021-01-31 03:03:47'),
(119647,44046,'action started via WP Cron','2021-01-31 08:07:26','2021-01-31 03:07:26'),
(119648,44046,'action complete via WP Cron','2021-01-31 08:07:26','2021-01-31 03:07:26'),
(119649,44047,'action created','2021-01-31 08:07:26','2021-01-31 03:07:26'),
(119650,44047,'action started via WP Cron','2021-01-31 08:08:16','2021-01-31 03:08:16'),
(119651,44047,'action complete via WP Cron','2021-01-31 08:08:16','2021-01-31 03:08:16'),
(119652,44048,'action created','2021-01-31 08:08:16','2021-01-31 03:08:16'),
(119653,44048,'action started via WP Cron','2021-01-31 08:09:21','2021-01-31 03:09:21'),
(119654,44048,'action complete via WP Cron','2021-01-31 08:09:21','2021-01-31 03:09:21'),
(119655,44049,'action created','2021-01-31 08:09:21','2021-01-31 03:09:21'),
(119656,44049,'action started via WP Cron','2021-01-31 08:11:07','2021-01-31 03:11:07'),
(119657,44049,'action complete via WP Cron','2021-01-31 08:11:07','2021-01-31 03:11:07'),
(119658,44050,'action created','2021-01-31 08:11:07','2021-01-31 03:11:07'),
(119659,44050,'action started via WP Cron','2021-01-31 08:11:51','2021-01-31 03:11:51'),
(119660,44050,'action complete via WP Cron','2021-01-31 08:11:51','2021-01-31 03:11:51'),
(119661,44051,'action created','2021-01-31 08:11:51','2021-01-31 03:11:51'),
(119662,44051,'action started via WP Cron','2021-01-31 08:15:18','2021-01-31 03:15:18'),
(119663,44051,'action complete via WP Cron','2021-01-31 08:15:18','2021-01-31 03:15:18'),
(119664,44052,'action created','2021-01-31 08:15:18','2021-01-31 03:15:18'),
(119665,44052,'action started via WP Cron','2021-01-31 08:17:43','2021-01-31 03:17:43'),
(119666,44052,'action complete via WP Cron','2021-01-31 08:17:43','2021-01-31 03:17:43'),
(119667,44053,'action created','2021-01-31 08:17:43','2021-01-31 03:17:43'),
(119668,44053,'action started via WP Cron','2021-01-31 08:18:27','2021-01-31 03:18:27'),
(119669,44053,'action complete via WP Cron','2021-01-31 08:18:27','2021-01-31 03:18:27'),
(119670,44054,'action created','2021-01-31 08:18:27','2021-01-31 03:18:27'),
(119671,44054,'action started via WP Cron','2021-01-31 08:22:12','2021-01-31 03:22:12'),
(119672,44054,'action complete via WP Cron','2021-01-31 08:22:12','2021-01-31 03:22:12'),
(119673,44055,'action created','2021-01-31 08:22:12','2021-01-31 03:22:12'),
(119674,44055,'action started via WP Cron','2021-01-31 08:23:47','2021-01-31 03:23:47'),
(119675,44055,'action complete via WP Cron','2021-01-31 08:23:47','2021-01-31 03:23:47'),
(119676,44056,'action created','2021-01-31 08:23:47','2021-01-31 03:23:47'),
(119677,44056,'action started via WP Cron','2021-01-31 08:25:44','2021-01-31 03:25:44'),
(119678,44056,'action complete via WP Cron','2021-01-31 08:25:44','2021-01-31 03:25:44'),
(119679,44057,'action created','2021-01-31 08:25:44','2021-01-31 03:25:44'),
(119680,44057,'action started via WP Cron','2021-01-31 08:26:53','2021-01-31 03:26:53'),
(119681,44057,'action complete via WP Cron','2021-01-31 08:26:53','2021-01-31 03:26:53'),
(119682,44058,'action created','2021-01-31 08:26:53','2021-01-31 03:26:53'),
(119683,44058,'action started via WP Cron','2021-01-31 08:27:13','2021-01-31 03:27:13'),
(119684,44058,'action complete via WP Cron','2021-01-31 08:27:13','2021-01-31 03:27:13'),
(119685,44059,'action created','2021-01-31 08:27:13','2021-01-31 03:27:13'),
(119686,44059,'action started via WP Cron','2021-01-31 08:29:04','2021-01-31 03:29:04'),
(119687,44059,'action complete via WP Cron','2021-01-31 08:29:04','2021-01-31 03:29:04'),
(119688,44060,'action created','2021-01-31 08:29:04','2021-01-31 03:29:04'),
(119689,44060,'action started via WP Cron','2021-01-31 08:32:26','2021-01-31 03:32:26'),
(119690,44060,'action complete via WP Cron','2021-01-31 08:32:26','2021-01-31 03:32:26'),
(119691,44061,'action created','2021-01-31 08:32:26','2021-01-31 03:32:26'),
(119692,44061,'action started via WP Cron','2021-01-31 08:33:17','2021-01-31 03:33:17'),
(119693,44061,'action complete via WP Cron','2021-01-31 08:33:17','2021-01-31 03:33:17'),
(119694,44062,'action created','2021-01-31 08:33:17','2021-01-31 03:33:17'),
(119695,44062,'action started via WP Cron','2021-01-31 08:35:16','2021-01-31 03:35:16'),
(119696,44062,'action complete via WP Cron','2021-01-31 08:35:16','2021-01-31 03:35:16'),
(119697,44063,'action created','2021-01-31 08:35:16','2021-01-31 03:35:16'),
(119698,44063,'action started via WP Cron','2021-01-31 08:36:41','2021-01-31 03:36:41'),
(119699,44063,'action complete via WP Cron','2021-01-31 08:36:41','2021-01-31 03:36:41'),
(119700,44064,'action created','2021-01-31 08:36:41','2021-01-31 03:36:41'),
(119701,44064,'action started via WP Cron','2021-01-31 08:38:18','2021-01-31 03:38:18'),
(119702,44064,'action complete via WP Cron','2021-01-31 08:38:18','2021-01-31 03:38:18'),
(119703,44065,'action created','2021-01-31 08:38:18','2021-01-31 03:38:18'),
(119704,44065,'action started via WP Cron','2021-01-31 08:39:22','2021-01-31 03:39:22'),
(119705,44065,'action complete via WP Cron','2021-01-31 08:39:22','2021-01-31 03:39:22'),
(119706,44066,'action created','2021-01-31 08:39:22','2021-01-31 03:39:22'),
(119707,44066,'action started via WP Cron','2021-01-31 08:43:50','2021-01-31 03:43:50'),
(119708,44066,'action complete via WP Cron','2021-01-31 08:43:50','2021-01-31 03:43:50'),
(119709,44067,'action created','2021-01-31 08:43:50','2021-01-31 03:43:50'),
(119710,44067,'action started via WP Cron','2021-01-31 08:46:08','2021-01-31 03:46:08'),
(119711,44067,'action complete via WP Cron','2021-01-31 08:46:08','2021-01-31 03:46:08'),
(119712,44068,'action created','2021-01-31 08:46:08','2021-01-31 03:46:08'),
(119713,44068,'action started via WP Cron','2021-01-31 08:49:52','2021-01-31 03:49:52'),
(119714,44068,'action complete via WP Cron','2021-01-31 08:49:52','2021-01-31 03:49:52'),
(119715,44069,'action created','2021-01-31 08:49:52','2021-01-31 03:49:52'),
(119716,44069,'action started via WP Cron','2021-01-31 08:53:33','2021-01-31 03:53:33'),
(119717,44069,'action complete via WP Cron','2021-01-31 08:53:33','2021-01-31 03:53:33'),
(119718,44070,'action created','2021-01-31 08:53:33','2021-01-31 03:53:33'),
(119719,44070,'action started via WP Cron','2021-01-31 08:55:17','2021-01-31 03:55:17'),
(119720,44070,'action complete via WP Cron','2021-01-31 08:55:17','2021-01-31 03:55:17'),
(119721,44071,'action created','2021-01-31 08:55:17','2021-01-31 03:55:17'),
(119722,44071,'action started via WP Cron','2021-01-31 08:57:16','2021-01-31 03:57:16'),
(119723,44071,'action complete via WP Cron','2021-01-31 08:57:16','2021-01-31 03:57:16'),
(119724,44072,'action created','2021-01-31 08:57:16','2021-01-31 03:57:16'),
(119725,44072,'action started via WP Cron','2021-01-31 09:00:58','2021-01-31 04:00:58'),
(119726,44072,'action complete via WP Cron','2021-01-31 09:00:58','2021-01-31 04:00:58'),
(119727,44073,'action created','2021-01-31 09:00:58','2021-01-31 04:00:58'),
(119728,44073,'action started via WP Cron','2021-01-31 09:01:11','2021-01-31 04:01:11'),
(119729,44073,'action complete via WP Cron','2021-01-31 09:01:11','2021-01-31 04:01:11'),
(119730,44074,'action created','2021-01-31 09:01:12','2021-01-31 04:01:12'),
(119731,44074,'action started via WP Cron','2021-01-31 09:02:11','2021-01-31 04:02:11'),
(119732,44074,'action complete via WP Cron','2021-01-31 09:02:11','2021-01-31 04:02:11'),
(119733,44075,'action created','2021-01-31 09:02:11','2021-01-31 04:02:11'),
(119734,44075,'action started via WP Cron','2021-01-31 09:03:16','2021-01-31 04:03:16'),
(119735,44075,'action complete via WP Cron','2021-01-31 09:03:16','2021-01-31 04:03:16'),
(119736,44076,'action created','2021-01-31 09:03:16','2021-01-31 04:03:16'),
(119737,44076,'action started via WP Cron','2021-01-31 09:04:46','2021-01-31 04:04:46'),
(119738,44076,'action complete via WP Cron','2021-01-31 09:04:46','2021-01-31 04:04:46'),
(119739,44077,'action created','2021-01-31 09:04:46','2021-01-31 04:04:46'),
(119740,44077,'action started via WP Cron','2021-01-31 09:05:58','2021-01-31 04:05:58'),
(119741,44077,'action complete via WP Cron','2021-01-31 09:05:58','2021-01-31 04:05:58'),
(119742,44078,'action created','2021-01-31 09:05:58','2021-01-31 04:05:58'),
(119743,44078,'action started via WP Cron','2021-01-31 09:06:12','2021-01-31 04:06:12'),
(119744,44078,'action complete via WP Cron','2021-01-31 09:06:12','2021-01-31 04:06:12'),
(119745,44079,'action created','2021-01-31 09:06:12','2021-01-31 04:06:12'),
(119746,44079,'action started via WP Cron','2021-01-31 09:09:46','2021-01-31 04:09:46'),
(119747,44079,'action complete via WP Cron','2021-01-31 09:09:46','2021-01-31 04:09:46'),
(119748,44080,'action created','2021-01-31 09:09:46','2021-01-31 04:09:46'),
(119749,44080,'action started via WP Cron','2021-01-31 09:10:14','2021-01-31 04:10:14'),
(119750,44080,'action complete via WP Cron','2021-01-31 09:10:14','2021-01-31 04:10:14'),
(119751,44081,'action created','2021-01-31 09:10:14','2021-01-31 04:10:14'),
(119752,44081,'action started via WP Cron','2021-01-31 09:12:59','2021-01-31 04:12:59'),
(119753,44081,'action complete via WP Cron','2021-01-31 09:12:59','2021-01-31 04:12:59'),
(119754,44082,'action created','2021-01-31 09:12:59','2021-01-31 04:12:59'),
(119755,44082,'action started via WP Cron','2021-01-31 09:13:18','2021-01-31 04:13:18'),
(119756,44082,'action complete via WP Cron','2021-01-31 09:13:18','2021-01-31 04:13:18'),
(119757,44083,'action created','2021-01-31 09:13:18','2021-01-31 04:13:18'),
(119758,44083,'action started via WP Cron','2021-01-31 09:14:13','2021-01-31 04:14:13'),
(119759,44083,'action complete via WP Cron','2021-01-31 09:14:13','2021-01-31 04:14:13'),
(119760,44084,'action created','2021-01-31 09:14:13','2021-01-31 04:14:13'),
(119761,44084,'action started via WP Cron','2021-01-31 09:16:58','2021-01-31 04:16:58'),
(119762,44084,'action complete via WP Cron','2021-01-31 09:16:58','2021-01-31 04:16:58'),
(119763,44085,'action created','2021-01-31 09:16:58','2021-01-31 04:16:58'),
(119764,44085,'action started via WP Cron','2021-01-31 09:18:37','2021-01-31 04:18:37'),
(119765,44085,'action complete via WP Cron','2021-01-31 09:18:37','2021-01-31 04:18:37'),
(119766,44086,'action created','2021-01-31 09:18:37','2021-01-31 04:18:37'),
(119767,44086,'action started via WP Cron','2021-01-31 09:23:40','2021-01-31 04:23:40'),
(119768,44086,'action complete via WP Cron','2021-01-31 09:23:40','2021-01-31 04:23:40'),
(119769,44087,'action created','2021-01-31 09:23:40','2021-01-31 04:23:40'),
(119770,44087,'action started via WP Cron','2021-01-31 09:24:29','2021-01-31 04:24:29'),
(119771,44087,'action complete via WP Cron','2021-01-31 09:24:29','2021-01-31 04:24:29'),
(119772,44088,'action created','2021-01-31 09:24:29','2021-01-31 04:24:29'),
(119773,44088,'action started via WP Cron','2021-01-31 09:26:15','2021-01-31 04:26:15'),
(119774,44088,'action complete via WP Cron','2021-01-31 09:26:15','2021-01-31 04:26:15'),
(119775,44089,'action created','2021-01-31 09:26:15','2021-01-31 04:26:15'),
(119776,44089,'action started via WP Cron','2021-01-31 09:30:22','2021-01-31 04:30:22'),
(119777,44089,'action complete via WP Cron','2021-01-31 09:30:22','2021-01-31 04:30:22'),
(119778,44090,'action created','2021-01-31 09:30:22','2021-01-31 04:30:22'),
(119779,44090,'action started via WP Cron','2021-01-31 09:32:57','2021-01-31 04:32:57'),
(119780,44090,'action complete via WP Cron','2021-01-31 09:32:57','2021-01-31 04:32:57'),
(119781,44091,'action created','2021-01-31 09:32:57','2021-01-31 04:32:57'),
(119782,44091,'action started via WP Cron','2021-01-31 09:33:28','2021-01-31 04:33:28'),
(119783,44091,'action complete via WP Cron','2021-01-31 09:33:28','2021-01-31 04:33:28'),
(119784,44092,'action created','2021-01-31 09:33:28','2021-01-31 04:33:28'),
(119785,44092,'action started via WP Cron','2021-01-31 09:34:25','2021-01-31 04:34:25'),
(119786,44092,'action complete via WP Cron','2021-01-31 09:34:25','2021-01-31 04:34:25'),
(119787,44093,'action created','2021-01-31 09:34:25','2021-01-31 04:34:25'),
(119788,44093,'action started via WP Cron','2021-01-31 09:35:36','2021-01-31 04:35:36'),
(119789,44093,'action complete via WP Cron','2021-01-31 09:35:36','2021-01-31 04:35:36'),
(119790,44094,'action created','2021-01-31 09:35:36','2021-01-31 04:35:36'),
(119791,44094,'action started via WP Cron','2021-01-31 09:36:57','2021-01-31 04:36:57'),
(119792,44094,'action complete via WP Cron','2021-01-31 09:36:57','2021-01-31 04:36:57'),
(119793,44095,'action created','2021-01-31 09:36:57','2021-01-31 04:36:57'),
(119794,44095,'action started via WP Cron','2021-01-31 09:37:35','2021-01-31 04:37:35'),
(119795,44095,'action complete via WP Cron','2021-01-31 09:37:35','2021-01-31 04:37:35'),
(119796,44096,'action created','2021-01-31 09:37:35','2021-01-31 04:37:35'),
(119797,44096,'action started via WP Cron','2021-01-31 09:38:42','2021-01-31 04:38:42'),
(119798,44096,'action complete via WP Cron','2021-01-31 09:38:42','2021-01-31 04:38:42'),
(119799,44097,'action created','2021-01-31 09:38:42','2021-01-31 04:38:42'),
(119800,44097,'action started via WP Cron','2021-01-31 09:42:37','2021-01-31 04:42:37'),
(119801,44097,'action complete via WP Cron','2021-01-31 09:42:37','2021-01-31 04:42:37'),
(119802,44098,'action created','2021-01-31 09:42:37','2021-01-31 04:42:37'),
(119803,44098,'action started via WP Cron','2021-01-31 09:43:32','2021-01-31 04:43:32'),
(119804,44098,'action complete via WP Cron','2021-01-31 09:43:32','2021-01-31 04:43:32'),
(119805,44099,'action created','2021-01-31 09:43:32','2021-01-31 04:43:32'),
(119806,44099,'action started via WP Cron','2021-01-31 09:47:32','2021-01-31 04:47:32'),
(119807,44099,'action complete via WP Cron','2021-01-31 09:47:32','2021-01-31 04:47:32'),
(119808,44100,'action created','2021-01-31 09:47:32','2021-01-31 04:47:32'),
(119809,44100,'action started via WP Cron','2021-01-31 09:49:34','2021-01-31 04:49:34'),
(119810,44100,'action complete via WP Cron','2021-01-31 09:49:34','2021-01-31 04:49:34'),
(119811,44101,'action created','2021-01-31 09:49:34','2021-01-31 04:49:34'),
(119812,44101,'action started via WP Cron','2021-01-31 09:51:10','2021-01-31 04:51:10'),
(119813,44101,'action complete via WP Cron','2021-01-31 09:51:10','2021-01-31 04:51:10'),
(119814,44102,'action created','2021-01-31 09:51:10','2021-01-31 04:51:10'),
(119815,44102,'action started via WP Cron','2021-01-31 09:52:24','2021-01-31 04:52:24'),
(119816,44102,'action complete via WP Cron','2021-01-31 09:52:24','2021-01-31 04:52:24'),
(119817,44103,'action created','2021-01-31 09:52:24','2021-01-31 04:52:24'),
(119818,44103,'action started via WP Cron','2021-01-31 09:54:22','2021-01-31 04:54:22'),
(119819,44103,'action complete via WP Cron','2021-01-31 09:54:22','2021-01-31 04:54:22'),
(119820,44104,'action created','2021-01-31 09:54:22','2021-01-31 04:54:22'),
(119821,44104,'action started via WP Cron','2021-01-31 09:55:42','2021-01-31 04:55:42'),
(119822,44104,'action complete via WP Cron','2021-01-31 09:55:42','2021-01-31 04:55:42'),
(119823,44105,'action created','2021-01-31 09:55:42','2021-01-31 04:55:42'),
(119824,44105,'action started via WP Cron','2021-01-31 09:56:14','2021-01-31 04:56:14'),
(119825,44105,'action complete via WP Cron','2021-01-31 09:56:14','2021-01-31 04:56:14'),
(119826,44106,'action created','2021-01-31 09:56:14','2021-01-31 04:56:14'),
(119827,44106,'action started via WP Cron','2021-01-31 10:01:27','2021-01-31 05:01:27'),
(119828,44106,'action complete via WP Cron','2021-01-31 10:01:27','2021-01-31 05:01:27'),
(119829,44107,'action created','2021-01-31 10:01:27','2021-01-31 05:01:27'),
(119830,44107,'action started via WP Cron','2021-01-31 10:04:45','2021-01-31 05:04:45'),
(119831,44107,'action complete via WP Cron','2021-01-31 10:04:45','2021-01-31 05:04:45'),
(119832,44108,'action created','2021-01-31 10:04:45','2021-01-31 05:04:45'),
(119833,44108,'action started via WP Cron','2021-01-31 10:07:08','2021-01-31 05:07:08'),
(119834,44108,'action complete via WP Cron','2021-01-31 10:07:08','2021-01-31 05:07:08'),
(119835,44109,'action created','2021-01-31 10:07:08','2021-01-31 05:07:08'),
(119836,44109,'action started via WP Cron','2021-01-31 10:08:42','2021-01-31 05:08:42'),
(119837,44109,'action complete via WP Cron','2021-01-31 10:08:42','2021-01-31 05:08:42'),
(119838,44110,'action created','2021-01-31 10:08:42','2021-01-31 05:08:42'),
(119839,44110,'action started via WP Cron','2021-01-31 10:11:20','2021-01-31 05:11:20'),
(119840,44110,'action complete via WP Cron','2021-01-31 10:11:20','2021-01-31 05:11:20'),
(119841,44111,'action created','2021-01-31 10:11:20','2021-01-31 05:11:20'),
(119842,44111,'action started via WP Cron','2021-01-31 10:13:15','2021-01-31 05:13:15'),
(119843,44111,'action complete via WP Cron','2021-01-31 10:13:15','2021-01-31 05:13:15'),
(119844,44112,'action created','2021-01-31 10:13:15','2021-01-31 05:13:15'),
(119845,44112,'action started via WP Cron','2021-01-31 10:16:29','2021-01-31 05:16:29'),
(119846,44112,'action complete via WP Cron','2021-01-31 10:16:30','2021-01-31 05:16:30'),
(119847,44113,'action created','2021-01-31 10:16:30','2021-01-31 05:16:30'),
(119848,44113,'action started via WP Cron','2021-01-31 10:20:25','2021-01-31 05:20:25'),
(119849,44113,'action complete via WP Cron','2021-01-31 10:20:25','2021-01-31 05:20:25'),
(119850,44114,'action created','2021-01-31 10:20:25','2021-01-31 05:20:25'),
(119851,44114,'action started via WP Cron','2021-01-31 10:21:27','2021-01-31 05:21:27'),
(119852,44114,'action complete via WP Cron','2021-01-31 10:21:27','2021-01-31 05:21:27'),
(119853,44115,'action created','2021-01-31 10:21:27','2021-01-31 05:21:27'),
(119854,44115,'action started via WP Cron','2021-01-31 10:23:19','2021-01-31 05:23:19'),
(119855,44115,'action complete via WP Cron','2021-01-31 10:23:19','2021-01-31 05:23:19'),
(119856,44116,'action created','2021-01-31 10:23:19','2021-01-31 05:23:19'),
(119857,44116,'action started via WP Cron','2021-01-31 10:25:18','2021-01-31 05:25:18'),
(119858,44116,'action complete via WP Cron','2021-01-31 10:25:18','2021-01-31 05:25:18'),
(119859,44117,'action created','2021-01-31 10:25:18','2021-01-31 05:25:18'),
(119860,44117,'action started via WP Cron','2021-01-31 10:28:26','2021-01-31 05:28:26'),
(119861,44117,'action complete via WP Cron','2021-01-31 10:28:26','2021-01-31 05:28:26'),
(119862,44118,'action created','2021-01-31 10:28:26','2021-01-31 05:28:26'),
(119863,44118,'action started via WP Cron','2021-01-31 10:29:11','2021-01-31 05:29:11'),
(119864,44118,'action complete via WP Cron','2021-01-31 10:29:11','2021-01-31 05:29:11'),
(119865,44119,'action created','2021-01-31 10:29:11','2021-01-31 05:29:11'),
(119866,44119,'action started via WP Cron','2021-01-31 10:30:18','2021-01-31 05:30:18'),
(119867,44119,'action complete via WP Cron','2021-01-31 10:30:18','2021-01-31 05:30:18'),
(119868,44120,'action created','2021-01-31 10:30:18','2021-01-31 05:30:18'),
(119869,44120,'action started via WP Cron','2021-01-31 10:33:29','2021-01-31 05:33:29'),
(119870,44120,'action complete via WP Cron','2021-01-31 10:33:29','2021-01-31 05:33:29'),
(119871,44121,'action created','2021-01-31 10:33:29','2021-01-31 05:33:29'),
(119872,44121,'action started via WP Cron','2021-01-31 10:37:23','2021-01-31 05:37:23'),
(119873,44121,'action complete via WP Cron','2021-01-31 10:37:23','2021-01-31 05:37:23'),
(119874,44122,'action created','2021-01-31 10:37:23','2021-01-31 05:37:23'),
(119875,44122,'action started via WP Cron','2021-01-31 10:38:55','2021-01-31 05:38:55'),
(119876,44122,'action complete via WP Cron','2021-01-31 10:38:55','2021-01-31 05:38:55'),
(119877,44123,'action created','2021-01-31 10:38:55','2021-01-31 05:38:55'),
(119878,44123,'action started via WP Cron','2021-01-31 10:39:26','2021-01-31 05:39:26'),
(119879,44123,'action complete via WP Cron','2021-01-31 10:39:26','2021-01-31 05:39:26'),
(119880,44124,'action created','2021-01-31 10:39:26','2021-01-31 05:39:26'),
(119881,44124,'action started via WP Cron','2021-01-31 10:42:38','2021-01-31 05:42:38'),
(119882,44124,'action complete via WP Cron','2021-01-31 10:42:38','2021-01-31 05:42:38'),
(119883,44125,'action created','2021-01-31 10:42:39','2021-01-31 05:42:39'),
(119884,44125,'action started via WP Cron','2021-01-31 10:44:19','2021-01-31 05:44:19'),
(119885,44125,'action complete via WP Cron','2021-01-31 10:44:19','2021-01-31 05:44:19'),
(119886,44126,'action created','2021-01-31 10:44:19','2021-01-31 05:44:19'),
(119887,44126,'action started via WP Cron','2021-01-31 10:45:17','2021-01-31 05:45:17'),
(119888,44126,'action complete via WP Cron','2021-01-31 10:45:17','2021-01-31 05:45:17'),
(119889,44127,'action created','2021-01-31 10:45:17','2021-01-31 05:45:17'),
(119890,44127,'action started via WP Cron','2021-01-31 10:46:19','2021-01-31 05:46:19'),
(119891,44127,'action complete via WP Cron','2021-01-31 10:46:19','2021-01-31 05:46:19'),
(119892,44128,'action created','2021-01-31 10:46:19','2021-01-31 05:46:19'),
(119893,44128,'action started via WP Cron','2021-01-31 10:48:11','2021-01-31 05:48:11'),
(119894,44128,'action complete via WP Cron','2021-01-31 10:48:11','2021-01-31 05:48:11'),
(119895,44129,'action created','2021-01-31 10:48:11','2021-01-31 05:48:11'),
(119896,44129,'action started via WP Cron','2021-01-31 10:49:13','2021-01-31 05:49:13'),
(119897,44129,'action complete via WP Cron','2021-01-31 10:49:13','2021-01-31 05:49:13'),
(119898,44130,'action created','2021-01-31 10:49:13','2021-01-31 05:49:13'),
(119899,44130,'action started via WP Cron','2021-01-31 10:51:44','2021-01-31 05:51:44'),
(119900,44130,'action complete via WP Cron','2021-01-31 10:51:44','2021-01-31 05:51:44'),
(119901,44131,'action created','2021-01-31 10:51:44','2021-01-31 05:51:44'),
(119902,44131,'action started via WP Cron','2021-01-31 10:55:45','2021-01-31 05:55:45'),
(119903,44131,'action complete via WP Cron','2021-01-31 10:55:45','2021-01-31 05:55:45'),
(119904,44132,'action created','2021-01-31 10:55:45','2021-01-31 05:55:45'),
(119905,44132,'action started via WP Cron','2021-01-31 10:58:04','2021-01-31 05:58:04'),
(119906,44132,'action complete via WP Cron','2021-01-31 10:58:04','2021-01-31 05:58:04'),
(119907,44133,'action created','2021-01-31 10:58:05','2021-01-31 05:58:05'),
(119908,44133,'action started via WP Cron','2021-01-31 10:58:21','2021-01-31 05:58:21'),
(119909,44133,'action complete via WP Cron','2021-01-31 10:58:21','2021-01-31 05:58:21'),
(119910,44134,'action created','2021-01-31 10:58:21','2021-01-31 05:58:21'),
(119911,44134,'action started via WP Cron','2021-01-31 10:59:26','2021-01-31 05:59:26'),
(119912,44134,'action complete via WP Cron','2021-01-31 10:59:26','2021-01-31 05:59:26'),
(119913,44135,'action created','2021-01-31 10:59:26','2021-01-31 05:59:26'),
(119914,44135,'action started via WP Cron','2021-01-31 11:07:43','2021-01-31 06:07:43'),
(119915,44135,'action complete via WP Cron','2021-01-31 11:07:43','2021-01-31 06:07:43'),
(119916,44136,'action created','2021-01-31 11:07:43','2021-01-31 06:07:43'),
(119917,44136,'action started via WP Cron','2021-01-31 11:08:33','2021-01-31 06:08:33'),
(119918,44136,'action complete via WP Cron','2021-01-31 11:08:33','2021-01-31 06:08:33'),
(119919,44137,'action created','2021-01-31 11:08:33','2021-01-31 06:08:33'),
(119920,44137,'action started via WP Cron','2021-01-31 11:11:47','2021-01-31 06:11:47'),
(119921,44137,'action complete via WP Cron','2021-01-31 11:11:47','2021-01-31 06:11:47'),
(119922,44138,'action created','2021-01-31 11:11:47','2021-01-31 06:11:47'),
(119923,44138,'action started via WP Cron','2021-01-31 11:14:12','2021-01-31 06:14:12'),
(119924,44138,'action complete via WP Cron','2021-01-31 11:14:12','2021-01-31 06:14:12'),
(119925,44139,'action created','2021-01-31 11:14:12','2021-01-31 06:14:12'),
(119926,44139,'action started via WP Cron','2021-01-31 11:15:36','2021-01-31 06:15:36'),
(119927,44139,'action complete via WP Cron','2021-01-31 11:15:36','2021-01-31 06:15:36'),
(119928,44140,'action created','2021-01-31 11:15:36','2021-01-31 06:15:36'),
(119929,44140,'action started via WP Cron','2021-01-31 11:17:31','2021-01-31 06:17:31'),
(119930,44140,'action complete via WP Cron','2021-01-31 11:17:31','2021-01-31 06:17:31'),
(119931,44141,'action created','2021-01-31 11:17:31','2021-01-31 06:17:31'),
(119932,44141,'action started via WP Cron','2021-01-31 11:20:18','2021-01-31 06:20:18'),
(119933,44141,'action complete via WP Cron','2021-01-31 11:20:18','2021-01-31 06:20:18'),
(119934,44142,'action created','2021-01-31 11:20:18','2021-01-31 06:20:18'),
(119935,44142,'action started via WP Cron','2021-01-31 11:22:16','2021-01-31 06:22:16'),
(119936,44142,'action complete via WP Cron','2021-01-31 11:22:16','2021-01-31 06:22:16'),
(119937,44143,'action created','2021-01-31 11:22:16','2021-01-31 06:22:16'),
(119938,44143,'action started via WP Cron','2021-01-31 11:23:52','2021-01-31 06:23:52'),
(119939,44143,'action complete via WP Cron','2021-01-31 11:23:52','2021-01-31 06:23:52'),
(119940,44144,'action created','2021-01-31 11:24:43','2021-01-31 06:24:43'),
(119941,44144,'action started via WP Cron','2021-01-31 11:25:59','2021-01-31 06:25:59'),
(119942,44144,'action complete via WP Cron','2021-01-31 11:25:59','2021-01-31 06:25:59'),
(119943,44145,'action created','2021-01-31 11:25:59','2021-01-31 06:25:59'),
(119944,44145,'action started via WP Cron','2021-01-31 11:32:20','2021-01-31 06:32:20'),
(119945,44145,'action complete via WP Cron','2021-01-31 11:32:20','2021-01-31 06:32:20'),
(119946,44146,'action created','2021-01-31 11:32:20','2021-01-31 06:32:20'),
(119947,44146,'action started via WP Cron','2021-01-31 11:35:21','2021-01-31 06:35:21'),
(119948,44146,'action complete via WP Cron','2021-01-31 11:35:21','2021-01-31 06:35:21'),
(119949,44147,'action created','2021-01-31 11:35:21','2021-01-31 06:35:21'),
(119950,44147,'action started via WP Cron','2021-01-31 11:36:13','2021-01-31 06:36:13'),
(119951,44147,'action complete via WP Cron','2021-01-31 11:36:13','2021-01-31 06:36:13'),
(119952,44148,'action created','2021-01-31 11:36:13','2021-01-31 06:36:13'),
(119953,44148,'action started via WP Cron','2021-01-31 11:39:40','2021-01-31 06:39:40'),
(119954,44148,'action complete via WP Cron','2021-01-31 11:39:40','2021-01-31 06:39:40'),
(119955,44149,'action created','2021-01-31 11:39:40','2021-01-31 06:39:40'),
(119956,44149,'action started via WP Cron','2021-01-31 11:41:05','2021-01-31 06:41:05'),
(119957,44149,'action complete via WP Cron','2021-01-31 11:41:05','2021-01-31 06:41:05'),
(119958,44150,'action created','2021-01-31 11:41:05','2021-01-31 06:41:05'),
(119959,44150,'action started via WP Cron','2021-01-31 11:44:21','2021-01-31 06:44:21'),
(119960,44150,'action complete via WP Cron','2021-01-31 11:44:21','2021-01-31 06:44:21'),
(119961,44151,'action created','2021-01-31 11:44:21','2021-01-31 06:44:21'),
(119962,44151,'action started via WP Cron','2021-01-31 11:46:01','2021-01-31 06:46:01'),
(119963,44151,'action complete via WP Cron','2021-01-31 11:46:01','2021-01-31 06:46:01'),
(119964,44152,'action created','2021-01-31 11:46:01','2021-01-31 06:46:01'),
(119965,44152,'action started via WP Cron','2021-01-31 11:46:38','2021-01-31 06:46:38'),
(119966,44152,'action complete via WP Cron','2021-01-31 11:46:38','2021-01-31 06:46:38'),
(119967,44153,'action created','2021-01-31 11:46:38','2021-01-31 06:46:38'),
(119968,44153,'action started via WP Cron','2021-01-31 11:48:26','2021-01-31 06:48:26'),
(119969,44153,'action complete via WP Cron','2021-01-31 11:48:26','2021-01-31 06:48:26'),
(119970,44154,'action created','2021-01-31 11:48:26','2021-01-31 06:48:26'),
(119971,44154,'action started via WP Cron','2021-01-31 11:52:11','2021-01-31 06:52:11'),
(119972,44154,'action complete via WP Cron','2021-01-31 11:52:11','2021-01-31 06:52:11'),
(119973,44155,'action created','2021-01-31 11:52:11','2021-01-31 06:52:11'),
(119974,44155,'action started via WP Cron','2021-01-31 11:56:11','2021-01-31 06:56:11'),
(119975,44155,'action complete via WP Cron','2021-01-31 11:56:11','2021-01-31 06:56:11'),
(119976,44156,'action created','2021-01-31 11:56:11','2021-01-31 06:56:11'),
(119977,44156,'action started via WP Cron','2021-01-31 11:57:39','2021-01-31 06:57:39'),
(119978,44156,'action complete via WP Cron','2021-01-31 11:57:39','2021-01-31 06:57:39'),
(119979,44157,'action created','2021-01-31 11:57:39','2021-01-31 06:57:39'),
(119980,44157,'action started via WP Cron','2021-01-31 11:58:14','2021-01-31 06:58:14'),
(119981,44157,'action complete via WP Cron','2021-01-31 11:58:14','2021-01-31 06:58:14'),
(119982,44158,'action created','2021-01-31 11:58:14','2021-01-31 06:58:14'),
(119983,44158,'action started via WP Cron','2021-01-31 12:00:31','2021-01-31 07:00:31'),
(119984,44158,'action complete via WP Cron','2021-01-31 12:00:31','2021-01-31 07:00:31'),
(119985,44159,'action created','2021-01-31 12:00:31','2021-01-31 07:00:31'),
(119986,44159,'action started via WP Cron','2021-01-31 12:01:37','2021-01-31 07:01:37'),
(119987,44159,'action complete via WP Cron','2021-01-31 12:01:37','2021-01-31 07:01:37'),
(119988,44160,'action created','2021-01-31 12:01:37','2021-01-31 07:01:37'),
(119989,44160,'action started via WP Cron','2021-01-31 12:02:23','2021-01-31 07:02:23'),
(119990,44160,'action complete via WP Cron','2021-01-31 12:02:23','2021-01-31 07:02:23'),
(119991,44161,'action created','2021-01-31 12:02:23','2021-01-31 07:02:23'),
(119992,44161,'action started via WP Cron','2021-01-31 12:04:26','2021-01-31 07:04:26'),
(119993,44161,'action complete via WP Cron','2021-01-31 12:04:26','2021-01-31 07:04:26'),
(119994,44162,'action created','2021-01-31 12:04:26','2021-01-31 07:04:26'),
(119995,44162,'action started via WP Cron','2021-01-31 12:06:10','2021-01-31 07:06:10'),
(119996,44162,'action complete via WP Cron','2021-01-31 12:06:11','2021-01-31 07:06:11'),
(119997,44163,'action created','2021-01-31 12:06:38','2021-01-31 07:06:38'),
(119998,44163,'action started via WP Cron','2021-01-31 12:07:48','2021-01-31 07:07:48'),
(119999,44163,'action complete via WP Cron','2021-01-31 12:07:48','2021-01-31 07:07:48'),
(120000,44164,'action created','2021-01-31 12:07:49','2021-01-31 07:07:49'),
(120001,44164,'action started via WP Cron','2021-01-31 12:08:43','2021-01-31 07:08:43'),
(120002,44164,'action complete via WP Cron','2021-01-31 12:08:43','2021-01-31 07:08:43'),
(120003,44165,'action created','2021-01-31 12:08:43','2021-01-31 07:08:43'),
(120004,44165,'action started via WP Cron','2021-01-31 12:14:05','2021-01-31 07:14:05'),
(120005,44165,'action complete via WP Cron','2021-01-31 12:14:06','2021-01-31 07:14:06'),
(120006,44166,'action created','2021-01-31 12:14:06','2021-01-31 07:14:06'),
(120007,44166,'action started via WP Cron','2021-01-31 12:17:05','2021-01-31 07:17:05'),
(120008,44166,'action complete via WP Cron','2021-01-31 12:17:05','2021-01-31 07:17:05'),
(120009,44167,'action created','2021-01-31 12:17:05','2021-01-31 07:17:05'),
(120010,44167,'action started via WP Cron','2021-01-31 12:18:12','2021-01-31 07:18:12'),
(120011,44167,'action complete via WP Cron','2021-01-31 12:18:12','2021-01-31 07:18:12'),
(120012,44168,'action created','2021-01-31 12:18:13','2021-01-31 07:18:13'),
(120013,44168,'action started via WP Cron','2021-01-31 12:19:22','2021-01-31 07:19:22'),
(120014,44168,'action complete via WP Cron','2021-01-31 12:19:22','2021-01-31 07:19:22'),
(120015,44169,'action created','2021-01-31 12:19:22','2021-01-31 07:19:22'),
(120016,44169,'action started via WP Cron','2021-01-31 12:20:17','2021-01-31 07:20:17'),
(120017,44169,'action complete via WP Cron','2021-01-31 12:20:17','2021-01-31 07:20:17'),
(120018,44170,'action created','2021-01-31 12:20:17','2021-01-31 07:20:17'),
(120019,44170,'action started via WP Cron','2021-01-31 12:21:57','2021-01-31 07:21:57'),
(120020,44170,'action complete via WP Cron','2021-01-31 12:21:57','2021-01-31 07:21:57'),
(120021,44171,'action created','2021-01-31 12:21:57','2021-01-31 07:21:57'),
(120022,44171,'action started via WP Cron','2021-01-31 12:22:39','2021-01-31 07:22:39'),
(120023,44171,'action complete via WP Cron','2021-01-31 12:22:39','2021-01-31 07:22:39'),
(120024,44172,'action created','2021-01-31 12:22:39','2021-01-31 07:22:39'),
(120025,44172,'action started via WP Cron','2021-01-31 12:23:33','2021-01-31 07:23:33'),
(120026,44172,'action complete via WP Cron','2021-01-31 12:23:33','2021-01-31 07:23:33'),
(120027,44173,'action created','2021-01-31 12:23:33','2021-01-31 07:23:33'),
(120028,44173,'action started via WP Cron','2021-01-31 12:30:59','2021-01-31 07:30:59'),
(120029,44173,'action complete via WP Cron','2021-01-31 12:30:59','2021-01-31 07:30:59'),
(120030,44174,'action created','2021-01-31 12:30:59','2021-01-31 07:30:59'),
(120031,44174,'action started via WP Cron','2021-01-31 12:31:33','2021-01-31 07:31:33'),
(120032,44174,'action complete via WP Cron','2021-01-31 12:31:33','2021-01-31 07:31:33'),
(120033,44175,'action created','2021-01-31 12:31:33','2021-01-31 07:31:33'),
(120034,44175,'action started via WP Cron','2021-01-31 12:32:14','2021-01-31 07:32:14'),
(120035,44175,'action complete via WP Cron','2021-01-31 12:32:14','2021-01-31 07:32:14'),
(120036,44176,'action created','2021-01-31 12:32:14','2021-01-31 07:32:14'),
(120037,44176,'action started via WP Cron','2021-01-31 12:33:21','2021-01-31 07:33:21'),
(120038,44176,'action complete via WP Cron','2021-01-31 12:33:21','2021-01-31 07:33:21'),
(120039,44177,'action created','2021-01-31 12:33:21','2021-01-31 07:33:21'),
(120040,44177,'action started via WP Cron','2021-01-31 12:35:18','2021-01-31 07:35:18'),
(120041,44177,'action complete via WP Cron','2021-01-31 12:35:18','2021-01-31 07:35:18'),
(120042,44178,'action created','2021-01-31 12:35:18','2021-01-31 07:35:18'),
(120043,44178,'action started via WP Cron','2021-01-31 12:37:13','2021-01-31 07:37:13'),
(120044,44178,'action complete via WP Cron','2021-01-31 12:37:13','2021-01-31 07:37:13'),
(120045,44179,'action created','2021-01-31 12:37:13','2021-01-31 07:37:13'),
(120046,44179,'action started via WP Cron','2021-01-31 12:40:56','2021-01-31 07:40:56'),
(120047,44179,'action complete via WP Cron','2021-01-31 12:40:56','2021-01-31 07:40:56'),
(120048,44180,'action created','2021-01-31 12:40:56','2021-01-31 07:40:56'),
(120049,44180,'action started via WP Cron','2021-01-31 12:41:13','2021-01-31 07:41:13'),
(120050,44180,'action complete via WP Cron','2021-01-31 12:41:13','2021-01-31 07:41:13'),
(120051,44181,'action created','2021-01-31 12:41:13','2021-01-31 07:41:13'),
(120052,44181,'action started via WP Cron','2021-01-31 12:42:29','2021-01-31 07:42:29'),
(120053,44181,'action complete via WP Cron','2021-01-31 12:42:29','2021-01-31 07:42:29'),
(120054,44182,'action created','2021-01-31 12:42:29','2021-01-31 07:42:29'),
(120055,44182,'action started via WP Cron','2021-01-31 12:43:23','2021-01-31 07:43:23'),
(120056,44182,'action complete via WP Cron','2021-01-31 12:43:23','2021-01-31 07:43:23'),
(120057,44183,'action created','2021-01-31 12:43:23','2021-01-31 07:43:23'),
(120058,44183,'action started via WP Cron','2021-01-31 12:46:16','2021-01-31 07:46:16'),
(120059,44183,'action complete via WP Cron','2021-01-31 12:46:16','2021-01-31 07:46:16'),
(120060,44184,'action created','2021-01-31 12:46:16','2021-01-31 07:46:16'),
(120061,44184,'action started via WP Cron','2021-01-31 12:48:58','2021-01-31 07:48:58'),
(120062,44184,'action complete via WP Cron','2021-01-31 12:48:58','2021-01-31 07:48:58'),
(120063,44185,'action created','2021-01-31 12:48:58','2021-01-31 07:48:58'),
(120064,44185,'action started via WP Cron','2021-01-31 12:51:29','2021-01-31 07:51:29'),
(120065,44185,'action complete via WP Cron','2021-01-31 12:51:29','2021-01-31 07:51:29'),
(120066,44186,'action created','2021-01-31 12:51:29','2021-01-31 07:51:29'),
(120067,44186,'action started via WP Cron','2021-01-31 12:52:16','2021-01-31 07:52:16'),
(120068,44186,'action complete via WP Cron','2021-01-31 12:52:16','2021-01-31 07:52:16'),
(120069,44187,'action created','2021-01-31 12:52:16','2021-01-31 07:52:16'),
(120070,44187,'action started via WP Cron','2021-01-31 12:53:34','2021-01-31 07:53:34'),
(120071,44187,'action complete via WP Cron','2021-01-31 12:53:34','2021-01-31 07:53:34'),
(120072,44188,'action created','2021-01-31 12:53:34','2021-01-31 07:53:34'),
(120073,44188,'action started via WP Cron','2021-01-31 12:55:12','2021-01-31 07:55:12'),
(120074,44188,'action complete via WP Cron','2021-01-31 12:55:12','2021-01-31 07:55:12'),
(120075,44189,'action created','2021-01-31 12:55:12','2021-01-31 07:55:12'),
(120076,44189,'action started via WP Cron','2021-01-31 12:56:21','2021-01-31 07:56:21'),
(120077,44189,'action complete via WP Cron','2021-01-31 12:56:21','2021-01-31 07:56:21'),
(120078,44190,'action created','2021-01-31 12:56:21','2021-01-31 07:56:21'),
(120079,44190,'action started via WP Cron','2021-01-31 12:59:51','2021-01-31 07:59:51'),
(120080,44190,'action complete via WP Cron','2021-01-31 12:59:51','2021-01-31 07:59:51'),
(120081,44191,'action created','2021-01-31 12:59:51','2021-01-31 07:59:51'),
(120082,44191,'action started via WP Cron','2021-01-31 13:01:02','2021-01-31 08:01:02'),
(120083,44191,'action complete via WP Cron','2021-01-31 13:01:02','2021-01-31 08:01:02'),
(120084,44192,'action created','2021-01-31 13:01:02','2021-01-31 08:01:02'),
(120085,44192,'action started via WP Cron','2021-01-31 13:01:44','2021-01-31 08:01:44'),
(120086,44192,'action complete via WP Cron','2021-01-31 13:01:44','2021-01-31 08:01:44'),
(120087,44193,'action created','2021-01-31 13:01:44','2021-01-31 08:01:44'),
(120088,44193,'action started via WP Cron','2021-01-31 13:04:07','2021-01-31 08:04:07'),
(120089,44193,'action complete via WP Cron','2021-01-31 13:04:07','2021-01-31 08:04:07'),
(120090,44194,'action created','2021-01-31 13:04:07','2021-01-31 08:04:07'),
(120091,44194,'action started via WP Cron','2021-01-31 13:05:38','2021-01-31 08:05:38'),
(120092,44194,'action complete via WP Cron','2021-01-31 13:05:38','2021-01-31 08:05:38'),
(120093,44195,'action created','2021-01-31 13:05:38','2021-01-31 08:05:38'),
(120094,44195,'action started via WP Cron','2021-01-31 13:06:31','2021-01-31 08:06:31'),
(120095,44195,'action complete via WP Cron','2021-01-31 13:06:31','2021-01-31 08:06:31'),
(120096,44196,'action created','2021-01-31 13:06:32','2021-01-31 08:06:32'),
(120097,44196,'action started via WP Cron','2021-01-31 13:08:17','2021-01-31 08:08:17'),
(120098,44196,'action complete via WP Cron','2021-01-31 13:08:17','2021-01-31 08:08:17'),
(120099,44197,'action created','2021-01-31 13:08:17','2021-01-31 08:08:17'),
(120100,44197,'action started via WP Cron','2021-01-31 13:10:22','2021-01-31 08:10:22'),
(120101,44197,'action complete via WP Cron','2021-01-31 13:10:22','2021-01-31 08:10:22'),
(120102,44198,'action created','2021-01-31 13:10:22','2021-01-31 08:10:22'),
(120103,44198,'action started via WP Cron','2021-01-31 13:11:14','2021-01-31 08:11:14'),
(120104,44198,'action complete via WP Cron','2021-01-31 13:11:14','2021-01-31 08:11:14'),
(120105,44199,'action created','2021-01-31 13:11:14','2021-01-31 08:11:14'),
(120106,44199,'action started via WP Cron','2021-01-31 13:12:36','2021-01-31 08:12:36'),
(120107,44199,'action complete via WP Cron','2021-01-31 13:12:36','2021-01-31 08:12:36'),
(120108,44200,'action created','2021-01-31 13:12:36','2021-01-31 08:12:36'),
(120109,44200,'action started via WP Cron','2021-01-31 13:13:37','2021-01-31 08:13:37'),
(120110,44200,'action complete via WP Cron','2021-01-31 13:13:37','2021-01-31 08:13:37'),
(120111,44201,'action created','2021-01-31 13:13:37','2021-01-31 08:13:37'),
(120112,44201,'action started via WP Cron','2021-01-31 13:15:44','2021-01-31 08:15:44'),
(120113,44201,'action complete via WP Cron','2021-01-31 13:15:44','2021-01-31 08:15:44'),
(120114,43322,'action started via WP Cron','2021-01-31 13:15:44','2021-01-31 08:15:44'),
(120115,43322,'action complete via WP Cron','2021-01-31 13:15:44','2021-01-31 08:15:44'),
(120116,44202,'action created','2021-01-31 13:15:44','2021-01-31 08:15:44'),
(120117,44203,'action created','2021-01-31 13:15:44','2021-01-31 08:15:44'),
(120118,44203,'action started via WP Cron','2021-01-31 13:18:02','2021-01-31 08:18:02'),
(120119,44203,'action complete via WP Cron','2021-01-31 13:18:02','2021-01-31 08:18:02'),
(120120,44204,'action created','2021-01-31 13:18:02','2021-01-31 08:18:02'),
(120121,44204,'action started via WP Cron','2021-01-31 13:19:57','2021-01-31 08:19:57'),
(120122,44204,'action complete via WP Cron','2021-01-31 13:19:57','2021-01-31 08:19:57'),
(120123,44205,'action created','2021-01-31 13:19:57','2021-01-31 08:19:57'),
(120124,44205,'action started via WP Cron','2021-01-31 13:20:21','2021-01-31 08:20:21'),
(120125,44205,'action complete via WP Cron','2021-01-31 13:20:21','2021-01-31 08:20:21'),
(120126,44206,'action created','2021-01-31 13:20:21','2021-01-31 08:20:21'),
(120127,44206,'action started via WP Cron','2021-01-31 13:23:19','2021-01-31 08:23:19'),
(120128,44206,'action complete via WP Cron','2021-01-31 13:23:19','2021-01-31 08:23:19'),
(120129,44207,'action created','2021-01-31 13:23:19','2021-01-31 08:23:19'),
(120130,44207,'action started via WP Cron','2021-01-31 13:26:08','2021-01-31 08:26:08'),
(120131,44207,'action complete via WP Cron','2021-01-31 13:26:08','2021-01-31 08:26:08'),
(120132,44208,'action created','2021-01-31 13:26:08','2021-01-31 08:26:08'),
(120133,44208,'action started via WP Cron','2021-01-31 13:26:47','2021-01-31 08:26:47'),
(120134,44208,'action complete via WP Cron','2021-01-31 13:26:47','2021-01-31 08:26:47'),
(120135,44209,'action created','2021-01-31 13:26:47','2021-01-31 08:26:47'),
(120136,44209,'action started via WP Cron','2021-01-31 13:29:28','2021-01-31 08:29:28'),
(120137,44209,'action complete via WP Cron','2021-01-31 13:29:28','2021-01-31 08:29:28'),
(120138,44210,'action created','2021-01-31 13:29:28','2021-01-31 08:29:28'),
(120139,44210,'action started via WP Cron','2021-01-31 13:31:56','2021-01-31 08:31:56'),
(120140,44210,'action complete via WP Cron','2021-01-31 13:31:56','2021-01-31 08:31:56'),
(120141,44211,'action created','2021-01-31 13:31:57','2021-01-31 08:31:57'),
(120142,44211,'action started via WP Cron','2021-01-31 13:35:18','2021-01-31 08:35:18'),
(120143,44211,'action complete via WP Cron','2021-01-31 13:35:19','2021-01-31 08:35:19'),
(120144,44212,'action created','2021-01-31 13:35:19','2021-01-31 08:35:19'),
(120145,44212,'action started via WP Cron','2021-01-31 13:36:30','2021-01-31 08:36:30'),
(120146,44212,'action complete via WP Cron','2021-01-31 13:36:30','2021-01-31 08:36:30'),
(120147,44213,'action created','2021-01-31 13:36:30','2021-01-31 08:36:30'),
(120148,44213,'action started via WP Cron','2021-01-31 13:39:37','2021-01-31 08:39:37'),
(120149,44213,'action complete via WP Cron','2021-01-31 13:39:37','2021-01-31 08:39:37'),
(120150,44214,'action created','2021-01-31 13:39:37','2021-01-31 08:39:37'),
(120151,44214,'action started via WP Cron','2021-01-31 13:40:46','2021-01-31 08:40:46'),
(120152,44214,'action complete via WP Cron','2021-01-31 13:40:46','2021-01-31 08:40:46'),
(120153,44215,'action created','2021-01-31 13:40:47','2021-01-31 08:40:47'),
(120154,44215,'action started via WP Cron','2021-01-31 13:42:00','2021-01-31 08:42:00'),
(120155,44215,'action complete via WP Cron','2021-01-31 13:42:00','2021-01-31 08:42:00'),
(120156,44216,'action created','2021-01-31 13:42:00','2021-01-31 08:42:00'),
(120157,44216,'action started via WP Cron','2021-01-31 13:42:27','2021-01-31 08:42:27'),
(120158,44216,'action complete via WP Cron','2021-01-31 13:42:27','2021-01-31 08:42:27'),
(120159,44217,'action created','2021-01-31 13:42:27','2021-01-31 08:42:27'),
(120160,44217,'action started via WP Cron','2021-01-31 13:44:11','2021-01-31 08:44:11'),
(120161,44217,'action complete via WP Cron','2021-01-31 13:44:11','2021-01-31 08:44:11'),
(120162,44218,'action created','2021-01-31 13:44:11','2021-01-31 08:44:11'),
(120163,44218,'action started via WP Cron','2021-01-31 13:46:26','2021-01-31 08:46:26'),
(120164,44218,'action complete via WP Cron','2021-01-31 13:46:26','2021-01-31 08:46:26'),
(120165,44219,'action created','2021-01-31 13:46:27','2021-01-31 08:46:27'),
(120166,44219,'action started via WP Cron','2021-01-31 13:47:25','2021-01-31 08:47:25'),
(120167,44219,'action complete via WP Cron','2021-01-31 13:47:25','2021-01-31 08:47:25'),
(120168,44220,'action created','2021-01-31 13:47:25','2021-01-31 08:47:25'),
(120169,44220,'action started via WP Cron','2021-01-31 13:49:06','2021-01-31 08:49:06'),
(120170,44220,'action complete via WP Cron','2021-01-31 13:49:06','2021-01-31 08:49:06'),
(120171,44221,'action created','2021-01-31 13:49:06','2021-01-31 08:49:06'),
(120172,44221,'action started via WP Cron','2021-01-31 13:49:46','2021-01-31 08:49:46'),
(120173,44221,'action complete via WP Cron','2021-01-31 13:49:46','2021-01-31 08:49:46'),
(120174,44222,'action created','2021-01-31 13:49:46','2021-01-31 08:49:46'),
(120175,44222,'action started via WP Cron','2021-01-31 13:50:58','2021-01-31 08:50:58'),
(120176,44222,'action complete via WP Cron','2021-01-31 13:50:58','2021-01-31 08:50:58'),
(120177,44223,'action created','2021-01-31 13:50:58','2021-01-31 08:50:58'),
(120178,44223,'action started via WP Cron','2021-01-31 13:51:13','2021-01-31 08:51:13'),
(120179,44223,'action complete via WP Cron','2021-01-31 13:51:13','2021-01-31 08:51:13'),
(120180,44224,'action created','2021-01-31 13:51:13','2021-01-31 08:51:13'),
(120181,44224,'action started via WP Cron','2021-01-31 13:53:46','2021-01-31 08:53:46'),
(120182,44224,'action complete via WP Cron','2021-01-31 13:53:46','2021-01-31 08:53:46'),
(120183,44225,'action created','2021-01-31 13:53:46','2021-01-31 08:53:46'),
(120184,44225,'action started via WP Cron','2021-01-31 13:57:34','2021-01-31 08:57:34'),
(120185,44225,'action complete via WP Cron','2021-01-31 13:57:34','2021-01-31 08:57:34'),
(120186,44226,'action created','2021-01-31 13:57:34','2021-01-31 08:57:34'),
(120187,44226,'action started via WP Cron','2021-01-31 13:58:39','2021-01-31 08:58:39'),
(120188,44226,'action complete via WP Cron','2021-01-31 13:58:39','2021-01-31 08:58:39'),
(120189,44227,'action created','2021-01-31 13:58:39','2021-01-31 08:58:39'),
(120190,44227,'action started via WP Cron','2021-01-31 13:59:49','2021-01-31 08:59:49'),
(120191,44227,'action complete via WP Cron','2021-01-31 13:59:49','2021-01-31 08:59:49'),
(120192,44228,'action created','2021-01-31 13:59:49','2021-01-31 08:59:49'),
(120193,44228,'action started via WP Cron','2021-01-31 14:00:23','2021-01-31 09:00:23'),
(120194,44228,'action complete via WP Cron','2021-01-31 14:00:23','2021-01-31 09:00:23'),
(120195,44229,'action created','2021-01-31 14:00:24','2021-01-31 09:00:24'),
(120196,44229,'action started via WP Cron','2021-01-31 14:01:58','2021-01-31 09:01:58'),
(120197,44229,'action complete via WP Cron','2021-01-31 14:01:58','2021-01-31 09:01:58'),
(120198,44230,'action created','2021-01-31 14:01:58','2021-01-31 09:01:58'),
(120199,44230,'action started via WP Cron','2021-01-31 14:02:19','2021-01-31 09:02:19'),
(120200,44230,'action complete via WP Cron','2021-01-31 14:02:19','2021-01-31 09:02:19'),
(120201,44231,'action created','2021-01-31 14:02:19','2021-01-31 09:02:19'),
(120202,44231,'action started via WP Cron','2021-01-31 14:04:51','2021-01-31 09:04:51'),
(120203,44231,'action complete via WP Cron','2021-01-31 14:04:51','2021-01-31 09:04:51'),
(120204,44232,'action created','2021-01-31 14:04:51','2021-01-31 09:04:51'),
(120205,44232,'action started via WP Cron','2021-01-31 14:06:59','2021-01-31 09:06:59'),
(120206,44232,'action complete via WP Cron','2021-01-31 14:06:59','2021-01-31 09:06:59'),
(120207,44233,'action created','2021-01-31 14:06:59','2021-01-31 09:06:59'),
(120208,44233,'action started via WP Cron','2021-01-31 14:07:30','2021-01-31 09:07:30'),
(120209,44233,'action complete via WP Cron','2021-01-31 14:07:30','2021-01-31 09:07:30'),
(120210,44234,'action created','2021-01-31 14:07:30','2021-01-31 09:07:30'),
(120211,44234,'action started via WP Cron','2021-01-31 14:08:31','2021-01-31 09:08:31'),
(120212,44234,'action complete via WP Cron','2021-01-31 14:08:31','2021-01-31 09:08:31'),
(120213,44235,'action created','2021-01-31 14:08:31','2021-01-31 09:08:31'),
(120214,44235,'action started via WP Cron','2021-01-31 14:10:00','2021-01-31 09:10:00'),
(120215,44235,'action complete via WP Cron','2021-01-31 14:10:00','2021-01-31 09:10:00'),
(120216,44236,'action created','2021-01-31 14:10:00','2021-01-31 09:10:00'),
(120217,44236,'action started via WP Cron','2021-01-31 14:10:55','2021-01-31 09:10:55'),
(120218,44236,'action complete via WP Cron','2021-01-31 14:10:55','2021-01-31 09:10:55'),
(120219,44237,'action created','2021-01-31 14:10:55','2021-01-31 09:10:55'),
(120220,44237,'action started via WP Cron','2021-01-31 14:14:20','2021-01-31 09:14:20'),
(120221,44237,'action complete via WP Cron','2021-01-31 14:14:20','2021-01-31 09:14:20'),
(120222,44238,'action created','2021-01-31 14:14:20','2021-01-31 09:14:20'),
(120223,44238,'action started via WP Cron','2021-01-31 14:16:44','2021-01-31 09:16:44'),
(120224,44238,'action complete via WP Cron','2021-01-31 14:16:44','2021-01-31 09:16:44'),
(120225,44239,'action created','2021-01-31 14:16:44','2021-01-31 09:16:44'),
(120226,44239,'action started via WP Cron','2021-01-31 14:17:29','2021-01-31 09:17:29'),
(120227,44239,'action complete via WP Cron','2021-01-31 14:17:29','2021-01-31 09:17:29'),
(120228,44240,'action created','2021-01-31 14:17:29','2021-01-31 09:17:29'),
(120229,44240,'action started via WP Cron','2021-01-31 14:19:40','2021-01-31 09:19:40'),
(120230,44240,'action complete via WP Cron','2021-01-31 14:19:40','2021-01-31 09:19:40'),
(120231,44241,'action created','2021-01-31 14:19:40','2021-01-31 09:19:40'),
(120232,44241,'action started via WP Cron','2021-01-31 14:20:15','2021-01-31 09:20:15'),
(120233,44241,'action complete via WP Cron','2021-01-31 14:20:15','2021-01-31 09:20:15'),
(120234,44242,'action created','2021-01-31 14:20:15','2021-01-31 09:20:15'),
(120235,44242,'action started via WP Cron','2021-01-31 14:22:52','2021-01-31 09:22:52'),
(120236,44242,'action complete via WP Cron','2021-01-31 14:22:52','2021-01-31 09:22:52'),
(120237,44243,'action created','2021-01-31 14:22:52','2021-01-31 09:22:52'),
(120238,44243,'action started via WP Cron','2021-01-31 14:23:51','2021-01-31 09:23:51'),
(120239,44243,'action complete via WP Cron','2021-01-31 14:23:51','2021-01-31 09:23:51'),
(120240,44244,'action created','2021-01-31 14:23:51','2021-01-31 09:23:51'),
(120241,44244,'action started via WP Cron','2021-01-31 14:24:15','2021-01-31 09:24:15'),
(120242,44244,'action complete via WP Cron','2021-01-31 14:24:15','2021-01-31 09:24:15'),
(120243,44245,'action created','2021-01-31 14:24:15','2021-01-31 09:24:15'),
(120244,44245,'action started via WP Cron','2021-01-31 14:25:36','2021-01-31 09:25:36'),
(120245,44245,'action complete via WP Cron','2021-01-31 14:25:36','2021-01-31 09:25:36'),
(120246,44246,'action created','2021-01-31 14:25:36','2021-01-31 09:25:36'),
(120247,44246,'action started via WP Cron','2021-01-31 14:26:20','2021-01-31 09:26:20'),
(120248,44246,'action complete via WP Cron','2021-01-31 14:26:20','2021-01-31 09:26:20'),
(120249,44247,'action created','2021-01-31 14:26:20','2021-01-31 09:26:20'),
(120250,44247,'action started via WP Cron','2021-01-31 14:28:21','2021-01-31 09:28:21'),
(120251,44247,'action complete via WP Cron','2021-01-31 14:28:21','2021-01-31 09:28:21'),
(120252,44248,'action created','2021-01-31 14:28:21','2021-01-31 09:28:21'),
(120253,44248,'action started via WP Cron','2021-01-31 14:29:54','2021-01-31 09:29:54'),
(120254,44248,'action complete via WP Cron','2021-01-31 14:29:54','2021-01-31 09:29:54'),
(120255,44249,'action created','2021-01-31 14:29:54','2021-01-31 09:29:54'),
(120256,44249,'action started via WP Cron','2021-01-31 14:31:53','2021-01-31 09:31:53'),
(120257,44249,'action complete via WP Cron','2021-01-31 14:31:53','2021-01-31 09:31:53'),
(120258,44250,'action created','2021-01-31 14:31:53','2021-01-31 09:31:53'),
(120259,44250,'action started via WP Cron','2021-01-31 14:32:12','2021-01-31 09:32:12'),
(120260,44250,'action complete via WP Cron','2021-01-31 14:32:12','2021-01-31 09:32:12'),
(120261,44251,'action created','2021-01-31 14:32:12','2021-01-31 09:32:12'),
(120262,44251,'action started via WP Cron','2021-01-31 14:33:49','2021-01-31 09:33:49'),
(120263,44251,'action complete via WP Cron','2021-01-31 14:33:49','2021-01-31 09:33:49'),
(120264,44252,'action created','2021-01-31 14:33:49','2021-01-31 09:33:49'),
(120265,44252,'action started via WP Cron','2021-01-31 14:34:54','2021-01-31 09:34:54'),
(120266,44252,'action complete via WP Cron','2021-01-31 14:34:54','2021-01-31 09:34:54'),
(120267,44253,'action created','2021-01-31 14:34:54','2021-01-31 09:34:54'),
(120268,44253,'action started via WP Cron','2021-01-31 14:36:05','2021-01-31 09:36:05'),
(120269,44253,'action complete via WP Cron','2021-01-31 14:36:05','2021-01-31 09:36:05'),
(120270,44254,'action created','2021-01-31 14:36:05','2021-01-31 09:36:05'),
(120271,44254,'action started via WP Cron','2021-01-31 14:36:25','2021-01-31 09:36:25'),
(120272,44254,'action complete via WP Cron','2021-01-31 14:36:25','2021-01-31 09:36:25'),
(120273,44255,'action created','2021-01-31 14:36:25','2021-01-31 09:36:25'),
(120274,44255,'action started via WP Cron','2021-01-31 14:40:31','2021-01-31 09:40:31'),
(120275,44255,'action complete via WP Cron','2021-01-31 14:40:31','2021-01-31 09:40:31'),
(120276,44256,'action created','2021-01-31 14:40:31','2021-01-31 09:40:31'),
(120277,44256,'action started via WP Cron','2021-01-31 14:44:13','2021-01-31 09:44:13'),
(120278,44256,'action complete via WP Cron','2021-01-31 14:44:13','2021-01-31 09:44:13'),
(120279,44257,'action created','2021-01-31 14:44:13','2021-01-31 09:44:13'),
(120280,44257,'action started via WP Cron','2021-01-31 14:45:33','2021-01-31 09:45:33'),
(120281,44257,'action complete via WP Cron','2021-01-31 14:45:33','2021-01-31 09:45:33'),
(120282,44258,'action created','2021-01-31 14:45:33','2021-01-31 09:45:33'),
(120283,44258,'action started via WP Cron','2021-01-31 14:46:22','2021-01-31 09:46:22'),
(120284,44258,'action complete via WP Cron','2021-01-31 14:46:22','2021-01-31 09:46:22'),
(120285,44259,'action created','2021-01-31 14:46:22','2021-01-31 09:46:22'),
(120286,44259,'action started via WP Cron','2021-01-31 14:48:45','2021-01-31 09:48:45'),
(120287,44259,'action complete via WP Cron','2021-01-31 14:48:45','2021-01-31 09:48:45'),
(120288,44260,'action created','2021-01-31 14:48:45','2021-01-31 09:48:45'),
(120289,44260,'action started via WP Cron','2021-01-31 14:50:46','2021-01-31 09:50:46'),
(120290,44260,'action complete via WP Cron','2021-01-31 14:50:46','2021-01-31 09:50:46'),
(120291,44261,'action created','2021-01-31 14:50:46','2021-01-31 09:50:46'),
(120292,44261,'action started via WP Cron','2021-01-31 14:52:23','2021-01-31 09:52:23'),
(120293,44261,'action complete via WP Cron','2021-01-31 14:52:23','2021-01-31 09:52:23'),
(120294,44262,'action created','2021-01-31 14:52:23','2021-01-31 09:52:23'),
(120295,44262,'action started via WP Cron','2021-01-31 14:53:12','2021-01-31 09:53:12'),
(120296,44262,'action complete via WP Cron','2021-01-31 14:53:12','2021-01-31 09:53:12'),
(120297,44263,'action created','2021-01-31 14:53:12','2021-01-31 09:53:12'),
(120298,44263,'action started via WP Cron','2021-01-31 14:54:16','2021-01-31 09:54:16'),
(120299,44263,'action complete via WP Cron','2021-01-31 14:54:16','2021-01-31 09:54:16'),
(120300,44264,'action created','2021-01-31 14:54:16','2021-01-31 09:54:16'),
(120301,44264,'action started via WP Cron','2021-01-31 14:55:30','2021-01-31 09:55:30'),
(120302,44264,'action complete via WP Cron','2021-01-31 14:55:30','2021-01-31 09:55:30'),
(120303,44265,'action created','2021-01-31 14:55:30','2021-01-31 09:55:30'),
(120304,44265,'action started via WP Cron','2021-01-31 14:56:22','2021-01-31 09:56:22'),
(120305,44265,'action complete via WP Cron','2021-01-31 14:56:22','2021-01-31 09:56:22'),
(120306,44266,'action created','2021-01-31 14:56:22','2021-01-31 09:56:22'),
(120307,44266,'action started via WP Cron','2021-01-31 14:57:27','2021-01-31 09:57:27'),
(120308,44266,'action complete via WP Cron','2021-01-31 14:57:27','2021-01-31 09:57:27'),
(120309,44267,'action created','2021-01-31 14:57:27','2021-01-31 09:57:27'),
(120310,44267,'action started via WP Cron','2021-01-31 15:00:53','2021-01-31 10:00:53'),
(120311,44267,'action complete via WP Cron','2021-01-31 15:00:53','2021-01-31 10:00:53'),
(120312,44268,'action created','2021-01-31 15:00:53','2021-01-31 10:00:53'),
(120313,44268,'action started via WP Cron','2021-01-31 15:01:31','2021-01-31 10:01:31'),
(120314,44268,'action complete via WP Cron','2021-01-31 15:01:31','2021-01-31 10:01:31'),
(120315,44269,'action created','2021-01-31 15:01:31','2021-01-31 10:01:31'),
(120316,44269,'action started via WP Cron','2021-01-31 15:02:37','2021-01-31 10:02:37'),
(120317,44269,'action complete via WP Cron','2021-01-31 15:02:37','2021-01-31 10:02:37'),
(120318,44270,'action created','2021-01-31 15:02:37','2021-01-31 10:02:37'),
(120319,44270,'action started via WP Cron','2021-01-31 15:03:37','2021-01-31 10:03:37'),
(120320,44270,'action complete via WP Cron','2021-01-31 15:03:37','2021-01-31 10:03:37'),
(120321,44271,'action created','2021-01-31 15:03:37','2021-01-31 10:03:37'),
(120322,44271,'action started via WP Cron','2021-01-31 15:04:46','2021-01-31 10:04:46'),
(120323,44271,'action complete via WP Cron','2021-01-31 15:04:46','2021-01-31 10:04:46'),
(120324,44272,'action created','2021-01-31 15:04:46','2021-01-31 10:04:46'),
(120325,44272,'action started via WP Cron','2021-01-31 15:05:40','2021-01-31 10:05:40'),
(120326,44272,'action complete via WP Cron','2021-01-31 15:05:40','2021-01-31 10:05:40'),
(120327,44273,'action created','2021-01-31 15:05:40','2021-01-31 10:05:40'),
(120328,44273,'action started via WP Cron','2021-01-31 15:07:52','2021-01-31 10:07:52'),
(120329,44273,'action complete via WP Cron','2021-01-31 15:07:53','2021-01-31 10:07:53'),
(120330,44274,'action created','2021-01-31 15:07:53','2021-01-31 10:07:53'),
(120331,44274,'action started via WP Cron','2021-01-31 15:10:25','2021-01-31 10:10:25'),
(120332,44274,'action complete via WP Cron','2021-01-31 15:10:25','2021-01-31 10:10:25'),
(120333,44275,'action created','2021-01-31 15:10:25','2021-01-31 10:10:25'),
(120334,44275,'action started via WP Cron','2021-01-31 15:11:44','2021-01-31 10:11:44'),
(120335,44275,'action complete via WP Cron','2021-01-31 15:11:44','2021-01-31 10:11:44'),
(120336,44276,'action created','2021-01-31 15:11:44','2021-01-31 10:11:44'),
(120337,44276,'action started via WP Cron','2021-01-31 15:12:15','2021-01-31 10:12:15'),
(120338,44276,'action complete via WP Cron','2021-01-31 15:12:15','2021-01-31 10:12:15'),
(120339,44277,'action created','2021-01-31 15:12:15','2021-01-31 10:12:15'),
(120340,44277,'action started via WP Cron','2021-01-31 15:14:08','2021-01-31 10:14:08'),
(120341,44277,'action complete via WP Cron','2021-01-31 15:14:08','2021-01-31 10:14:08'),
(120342,44278,'action created','2021-01-31 15:14:09','2021-01-31 10:14:09'),
(120343,44278,'action started via WP Cron','2021-01-31 15:15:11','2021-01-31 10:15:11'),
(120344,44278,'action complete via WP Cron','2021-01-31 15:15:11','2021-01-31 10:15:11'),
(120345,44279,'action created','2021-01-31 15:15:11','2021-01-31 10:15:11'),
(120346,44279,'action started via WP Cron','2021-01-31 15:17:27','2021-01-31 10:17:27'),
(120347,44279,'action complete via WP Cron','2021-01-31 15:17:27','2021-01-31 10:17:27'),
(120348,44280,'action created','2021-01-31 15:17:27','2021-01-31 10:17:27'),
(120349,44280,'action started via WP Cron','2021-01-31 15:20:29','2021-01-31 10:20:29'),
(120350,44280,'action complete via WP Cron','2021-01-31 15:20:29','2021-01-31 10:20:29'),
(120351,44281,'action created','2021-01-31 15:20:29','2021-01-31 10:20:29'),
(120352,44281,'action started via WP Cron','2021-01-31 15:21:11','2021-01-31 10:21:11'),
(120353,44281,'action complete via WP Cron','2021-01-31 15:21:11','2021-01-31 10:21:11'),
(120354,44282,'action created','2021-01-31 15:21:11','2021-01-31 10:21:11'),
(120355,44282,'action started via WP Cron','2021-01-31 15:22:21','2021-01-31 10:22:21'),
(120356,44282,'action complete via WP Cron','2021-01-31 15:22:21','2021-01-31 10:22:21'),
(120357,44283,'action created','2021-01-31 15:22:21','2021-01-31 10:22:21'),
(120358,44283,'action started via WP Cron','2021-01-31 15:23:26','2021-01-31 10:23:26'),
(120359,44283,'action complete via WP Cron','2021-01-31 15:23:26','2021-01-31 10:23:26'),
(120360,44284,'action created','2021-01-31 15:23:26','2021-01-31 10:23:26'),
(120361,44284,'action started via WP Cron','2021-01-31 15:28:59','2021-01-31 10:28:59'),
(120362,44284,'action complete via WP Cron','2021-01-31 15:28:59','2021-01-31 10:28:59'),
(120363,44285,'action created','2021-01-31 15:28:59','2021-01-31 10:28:59'),
(120364,44285,'action started via WP Cron','2021-01-31 15:30:54','2021-01-31 10:30:54'),
(120365,44285,'action complete via WP Cron','2021-01-31 15:30:54','2021-01-31 10:30:54'),
(120366,44286,'action created','2021-01-31 15:30:54','2021-01-31 10:30:54'),
(120367,44286,'action started via WP Cron','2021-01-31 15:31:36','2021-01-31 10:31:36'),
(120368,44286,'action complete via WP Cron','2021-01-31 15:31:36','2021-01-31 10:31:36'),
(120369,44287,'action created','2021-01-31 15:31:36','2021-01-31 10:31:36'),
(120370,44287,'action started via WP Cron','2021-01-31 15:33:00','2021-01-31 10:33:00'),
(120371,44287,'action complete via WP Cron','2021-01-31 15:33:01','2021-01-31 10:33:01'),
(120372,44288,'action created','2021-01-31 15:33:01','2021-01-31 10:33:01'),
(120373,44288,'action started via WP Cron','2021-01-31 15:33:11','2021-01-31 10:33:11'),
(120374,44288,'action complete via WP Cron','2021-01-31 15:33:11','2021-01-31 10:33:11'),
(120375,44289,'action created','2021-01-31 15:33:11','2021-01-31 10:33:11'),
(120376,44289,'action started via WP Cron','2021-01-31 15:34:44','2021-01-31 10:34:44'),
(120377,44289,'action complete via WP Cron','2021-01-31 15:34:44','2021-01-31 10:34:44'),
(120378,44290,'action created','2021-01-31 15:34:44','2021-01-31 10:34:44'),
(120379,44290,'action started via WP Cron','2021-01-31 15:36:43','2021-01-31 10:36:43'),
(120380,44290,'action complete via WP Cron','2021-01-31 15:36:43','2021-01-31 10:36:43'),
(120381,44291,'action created','2021-01-31 15:36:43','2021-01-31 10:36:43'),
(120382,44291,'action started via WP Cron','2021-01-31 15:39:07','2021-01-31 10:39:07'),
(120383,44291,'action complete via WP Cron','2021-01-31 15:39:07','2021-01-31 10:39:07'),
(120384,44292,'action created','2021-01-31 15:39:07','2021-01-31 10:39:07'),
(120385,44292,'action started via WP Cron','2021-01-31 15:42:41','2021-01-31 10:42:41'),
(120386,44292,'action complete via WP Cron','2021-01-31 15:42:41','2021-01-31 10:42:41'),
(120387,44293,'action created','2021-01-31 15:42:41','2021-01-31 10:42:41'),
(120388,44293,'action started via WP Cron','2021-01-31 15:43:36','2021-01-31 10:43:36'),
(120389,44293,'action complete via WP Cron','2021-01-31 15:43:36','2021-01-31 10:43:36'),
(120390,44294,'action created','2021-01-31 15:43:36','2021-01-31 10:43:36'),
(120391,44294,'action started via WP Cron','2021-01-31 15:45:39','2021-01-31 10:45:39'),
(120392,44294,'action complete via WP Cron','2021-01-31 15:45:39','2021-01-31 10:45:39'),
(120393,44295,'action created','2021-01-31 15:45:39','2021-01-31 10:45:39'),
(120394,44295,'action started via WP Cron','2021-01-31 15:46:11','2021-01-31 10:46:11'),
(120395,44295,'action complete via WP Cron','2021-01-31 15:46:11','2021-01-31 10:46:11'),
(120396,44296,'action created','2021-01-31 15:46:11','2021-01-31 10:46:11'),
(120397,44296,'action started via WP Cron','2021-01-31 15:48:42','2021-01-31 10:48:42'),
(120398,44296,'action complete via WP Cron','2021-01-31 15:48:42','2021-01-31 10:48:42'),
(120399,44297,'action created','2021-01-31 15:48:42','2021-01-31 10:48:42'),
(120400,44297,'action started via WP Cron','2021-01-31 15:49:28','2021-01-31 10:49:28'),
(120401,44297,'action complete via WP Cron','2021-01-31 15:49:28','2021-01-31 10:49:28'),
(120402,44298,'action created','2021-01-31 15:49:28','2021-01-31 10:49:28'),
(120403,44298,'action started via WP Cron','2021-01-31 15:51:49','2021-01-31 10:51:49'),
(120404,44298,'action complete via WP Cron','2021-01-31 15:51:49','2021-01-31 10:51:49'),
(120405,44299,'action created','2021-01-31 15:51:49','2021-01-31 10:51:49'),
(120406,44299,'action started via WP Cron','2021-01-31 16:00:55','2021-01-31 11:00:55'),
(120407,44299,'action complete via WP Cron','2021-01-31 16:00:55','2021-01-31 11:00:55'),
(120408,44300,'action created','2021-01-31 16:00:55','2021-01-31 11:00:55'),
(120409,44300,'action started via WP Cron','2021-01-31 16:01:37','2021-01-31 11:01:37'),
(120410,44300,'action complete via WP Cron','2021-01-31 16:01:37','2021-01-31 11:01:37'),
(120411,44301,'action created','2021-01-31 16:01:37','2021-01-31 11:01:37'),
(120412,44301,'action started via WP Cron','2021-01-31 16:06:40','2021-01-31 11:06:40'),
(120413,44301,'action complete via WP Cron','2021-01-31 16:06:40','2021-01-31 11:06:40'),
(120414,44302,'action created','2021-01-31 16:06:40','2021-01-31 11:06:40'),
(120415,44302,'action started via WP Cron','2021-01-31 16:09:17','2021-01-31 11:09:17'),
(120416,44302,'action complete via WP Cron','2021-01-31 16:09:18','2021-01-31 11:09:18'),
(120417,44303,'action created','2021-01-31 16:09:18','2021-01-31 11:09:18'),
(120418,44303,'action started via WP Cron','2021-01-31 16:11:05','2021-01-31 11:11:05'),
(120419,44303,'action complete via WP Cron','2021-01-31 16:11:05','2021-01-31 11:11:05'),
(120420,44304,'action created','2021-01-31 16:11:05','2021-01-31 11:11:05'),
(120421,44304,'action started via WP Cron','2021-01-31 16:13:57','2021-01-31 11:13:57'),
(120422,44304,'action complete via WP Cron','2021-01-31 16:13:57','2021-01-31 11:13:57'),
(120423,44305,'action created','2021-01-31 16:13:57','2021-01-31 11:13:57'),
(120424,44305,'action started via WP Cron','2021-01-31 16:16:13','2021-01-31 11:16:13'),
(120425,44305,'action complete via WP Cron','2021-01-31 16:16:13','2021-01-31 11:16:13'),
(120426,44306,'action created','2021-01-31 16:16:13','2021-01-31 11:16:13'),
(120427,44306,'action started via WP Cron','2021-01-31 16:19:31','2021-01-31 11:19:31'),
(120428,44306,'action complete via WP Cron','2021-01-31 16:19:31','2021-01-31 11:19:31'),
(120429,44307,'action created','2021-01-31 16:19:31','2021-01-31 11:19:31'),
(120430,44307,'action started via WP Cron','2021-01-31 16:20:33','2021-01-31 11:20:33'),
(120431,44307,'action complete via WP Cron','2021-01-31 16:20:33','2021-01-31 11:20:33'),
(120432,44308,'action created','2021-01-31 16:20:33','2021-01-31 11:20:33'),
(120433,44308,'action started via WP Cron','2021-01-31 16:23:42','2021-01-31 11:23:42'),
(120434,44308,'action complete via WP Cron','2021-01-31 16:23:42','2021-01-31 11:23:42'),
(120435,44309,'action created','2021-01-31 16:23:42','2021-01-31 11:23:42'),
(120436,44309,'action started via WP Cron','2021-01-31 16:24:31','2021-01-31 11:24:31'),
(120437,44309,'action complete via WP Cron','2021-01-31 16:24:31','2021-01-31 11:24:31'),
(120438,44310,'action created','2021-01-31 16:24:31','2021-01-31 11:24:31'),
(120439,44310,'action started via WP Cron','2021-01-31 16:26:44','2021-01-31 11:26:44'),
(120440,44310,'action complete via WP Cron','2021-01-31 16:26:44','2021-01-31 11:26:44'),
(120441,44311,'action created','2021-01-31 16:26:44','2021-01-31 11:26:44'),
(120442,44311,'action started via WP Cron','2021-01-31 16:27:17','2021-01-31 11:27:17'),
(120443,44311,'action complete via WP Cron','2021-01-31 16:27:17','2021-01-31 11:27:17'),
(120444,44312,'action created','2021-01-31 16:27:17','2021-01-31 11:27:17'),
(120445,44312,'action started via WP Cron','2021-01-31 16:28:54','2021-01-31 11:28:54'),
(120446,44312,'action complete via WP Cron','2021-01-31 16:28:54','2021-01-31 11:28:54'),
(120447,44313,'action created','2021-01-31 16:28:54','2021-01-31 11:28:54'),
(120448,44313,'action started via WP Cron','2021-01-31 16:29:47','2021-01-31 11:29:47'),
(120449,44313,'action complete via WP Cron','2021-01-31 16:29:47','2021-01-31 11:29:47'),
(120450,44314,'action created','2021-01-31 16:29:47','2021-01-31 11:29:47'),
(120451,44314,'action started via WP Cron','2021-01-31 16:30:20','2021-01-31 11:30:20'),
(120452,44314,'action complete via WP Cron','2021-01-31 16:30:20','2021-01-31 11:30:20'),
(120453,44315,'action created','2021-01-31 16:30:20','2021-01-31 11:30:20'),
(120454,44315,'action started via WP Cron','2021-01-31 16:31:38','2021-01-31 11:31:38'),
(120455,44315,'action complete via WP Cron','2021-01-31 16:31:38','2021-01-31 11:31:38'),
(120456,44316,'action created','2021-01-31 16:31:38','2021-01-31 11:31:38'),
(120457,44316,'action started via WP Cron','2021-01-31 16:32:12','2021-01-31 11:32:12'),
(120458,44316,'action complete via WP Cron','2021-01-31 16:32:12','2021-01-31 11:32:12'),
(120459,44317,'action created','2021-01-31 16:32:12','2021-01-31 11:32:12'),
(120460,44317,'action started via WP Cron','2021-01-31 16:34:13','2021-01-31 11:34:13'),
(120461,44317,'action complete via WP Cron','2021-01-31 16:34:13','2021-01-31 11:34:13'),
(120462,44318,'action created','2021-01-31 16:34:13','2021-01-31 11:34:13'),
(120463,44318,'action started via WP Cron','2021-01-31 16:35:27','2021-01-31 11:35:27'),
(120464,44318,'action complete via WP Cron','2021-01-31 16:35:27','2021-01-31 11:35:27'),
(120465,44319,'action created','2021-01-31 16:35:27','2021-01-31 11:35:27'),
(120466,44319,'action started via WP Cron','2021-01-31 16:38:03','2021-01-31 11:38:03'),
(120467,44319,'action complete via WP Cron','2021-01-31 16:38:03','2021-01-31 11:38:03'),
(120468,44320,'action created','2021-01-31 16:38:03','2021-01-31 11:38:03'),
(120469,44320,'action started via WP Cron','2021-01-31 16:38:49','2021-01-31 11:38:49'),
(120470,44320,'action complete via WP Cron','2021-01-31 16:38:49','2021-01-31 11:38:49'),
(120471,44321,'action created','2021-01-31 16:38:49','2021-01-31 11:38:49'),
(120472,44321,'action started via WP Cron','2021-01-31 16:39:12','2021-01-31 11:39:12'),
(120473,44321,'action complete via WP Cron','2021-01-31 16:39:12','2021-01-31 11:39:12'),
(120474,44322,'action created','2021-01-31 16:39:12','2021-01-31 11:39:12'),
(120475,44322,'action started via WP Cron','2021-01-31 16:43:34','2021-01-31 11:43:34'),
(120476,44322,'action complete via WP Cron','2021-01-31 16:43:34','2021-01-31 11:43:34'),
(120477,44323,'action created','2021-01-31 16:43:34','2021-01-31 11:43:34'),
(120478,44323,'action started via WP Cron','2021-01-31 16:45:24','2021-01-31 11:45:24'),
(120479,44323,'action complete via WP Cron','2021-01-31 16:45:24','2021-01-31 11:45:24'),
(120480,44324,'action created','2021-01-31 16:45:24','2021-01-31 11:45:24'),
(120481,44324,'action started via WP Cron','2021-01-31 16:46:22','2021-01-31 11:46:22'),
(120482,44324,'action complete via WP Cron','2021-01-31 16:46:22','2021-01-31 11:46:22'),
(120483,44325,'action created','2021-01-31 16:46:22','2021-01-31 11:46:22'),
(120484,44325,'action started via WP Cron','2021-01-31 16:47:16','2021-01-31 11:47:16'),
(120485,44325,'action complete via WP Cron','2021-01-31 16:47:17','2021-01-31 11:47:17'),
(120486,44326,'action created','2021-01-31 16:47:17','2021-01-31 11:47:17'),
(120487,44326,'action started via WP Cron','2021-01-31 16:48:35','2021-01-31 11:48:35'),
(120488,44326,'action complete via WP Cron','2021-01-31 16:48:35','2021-01-31 11:48:35'),
(120489,44327,'action created','2021-01-31 16:48:35','2021-01-31 11:48:35'),
(120490,44327,'action started via WP Cron','2021-01-31 16:49:29','2021-01-31 11:49:29'),
(120491,44327,'action complete via WP Cron','2021-01-31 16:49:29','2021-01-31 11:49:29'),
(120492,44328,'action created','2021-01-31 16:49:30','2021-01-31 11:49:30'),
(120493,44328,'action started via WP Cron','2021-01-31 16:53:22','2021-01-31 11:53:22'),
(120494,44328,'action complete via WP Cron','2021-01-31 16:53:22','2021-01-31 11:53:22'),
(120495,44329,'action created','2021-01-31 16:53:22','2021-01-31 11:53:22'),
(120496,44329,'action started via WP Cron','2021-01-31 16:55:28','2021-01-31 11:55:28'),
(120497,44329,'action complete via WP Cron','2021-01-31 16:55:28','2021-01-31 11:55:28'),
(120498,44330,'action created','2021-01-31 16:55:28','2021-01-31 11:55:28'),
(120499,44330,'action started via WP Cron','2021-01-31 16:56:51','2021-01-31 11:56:51'),
(120500,44330,'action complete via WP Cron','2021-01-31 16:56:51','2021-01-31 11:56:51'),
(120501,44331,'action created','2021-01-31 16:56:51','2021-01-31 11:56:51'),
(120502,44331,'action started via WP Cron','2021-01-31 16:57:21','2021-01-31 11:57:21'),
(120503,44331,'action complete via WP Cron','2021-01-31 16:57:21','2021-01-31 11:57:21'),
(120504,44332,'action created','2021-01-31 16:57:21','2021-01-31 11:57:21'),
(120505,44332,'action started via WP Cron','2021-01-31 16:58:25','2021-01-31 11:58:25'),
(120506,44332,'action complete via WP Cron','2021-01-31 16:58:25','2021-01-31 11:58:25'),
(120507,44333,'action created','2021-01-31 16:58:25','2021-01-31 11:58:25'),
(120508,44333,'action started via WP Cron','2021-01-31 17:02:49','2021-01-31 12:02:49'),
(120509,44333,'action complete via WP Cron','2021-01-31 17:02:49','2021-01-31 12:02:49'),
(120510,44334,'action created','2021-01-31 17:02:49','2021-01-31 12:02:49'),
(120511,44334,'action started via WP Cron','2021-01-31 17:04:38','2021-01-31 12:04:38'),
(120512,44334,'action complete via WP Cron','2021-01-31 17:04:38','2021-01-31 12:04:38'),
(120513,44335,'action created','2021-01-31 17:04:38','2021-01-31 12:04:38'),
(120514,44335,'action started via WP Cron','2021-01-31 17:07:06','2021-01-31 12:07:06'),
(120515,44335,'action complete via WP Cron','2021-01-31 17:07:06','2021-01-31 12:07:06'),
(120516,44336,'action created','2021-01-31 17:07:06','2021-01-31 12:07:06'),
(120517,44336,'action started via WP Cron','2021-01-31 17:07:54','2021-01-31 12:07:54'),
(120518,44336,'action complete via WP Cron','2021-01-31 17:07:54','2021-01-31 12:07:54'),
(120519,44337,'action created','2021-01-31 17:07:54','2021-01-31 12:07:54'),
(120520,44337,'action started via WP Cron','2021-01-31 17:08:26','2021-01-31 12:08:26'),
(120521,44337,'action complete via WP Cron','2021-01-31 17:08:26','2021-01-31 12:08:26'),
(120522,44338,'action created','2021-01-31 17:08:26','2021-01-31 12:08:26'),
(120523,44338,'action started via WP Cron','2021-01-31 17:09:15','2021-01-31 12:09:15'),
(120524,44338,'action complete via WP Cron','2021-01-31 17:09:15','2021-01-31 12:09:15'),
(120525,44339,'action created','2021-01-31 17:09:15','2021-01-31 12:09:15'),
(120526,44339,'action started via WP Cron','2021-01-31 17:11:39','2021-01-31 12:11:39'),
(120527,44339,'action complete via WP Cron','2021-01-31 17:11:39','2021-01-31 12:11:39'),
(120528,44340,'action created','2021-01-31 17:11:39','2021-01-31 12:11:39'),
(120529,44340,'action started via WP Cron','2021-01-31 17:12:35','2021-01-31 12:12:35'),
(120530,44340,'action complete via WP Cron','2021-01-31 17:12:35','2021-01-31 12:12:35'),
(120531,44341,'action created','2021-01-31 17:12:35','2021-01-31 12:12:35'),
(120532,44341,'action started via WP Cron','2021-01-31 17:13:23','2021-01-31 12:13:23'),
(120533,44341,'action complete via WP Cron','2021-01-31 17:13:23','2021-01-31 12:13:23'),
(120534,44342,'action created','2021-01-31 17:13:23','2021-01-31 12:13:23'),
(120535,44342,'action started via WP Cron','2021-01-31 17:14:44','2021-01-31 12:14:44'),
(120536,44342,'action complete via WP Cron','2021-01-31 17:14:44','2021-01-31 12:14:44'),
(120537,44343,'action created','2021-01-31 17:14:44','2021-01-31 12:14:44'),
(120538,44343,'action started via WP Cron','2021-01-31 17:17:21','2021-01-31 12:17:21'),
(120539,44343,'action complete via WP Cron','2021-01-31 17:17:21','2021-01-31 12:17:21'),
(120540,44344,'action created','2021-01-31 17:17:21','2021-01-31 12:17:21'),
(120541,44344,'action started via WP Cron','2021-01-31 17:18:47','2021-01-31 12:18:47'),
(120542,44344,'action complete via WP Cron','2021-01-31 17:18:47','2021-01-31 12:18:47'),
(120543,44345,'action created','2021-01-31 17:18:47','2021-01-31 12:18:47'),
(120544,44345,'action started via WP Cron','2021-01-31 17:19:20','2021-01-31 12:19:20'),
(120545,44345,'action complete via WP Cron','2021-01-31 17:19:20','2021-01-31 12:19:20'),
(120546,44346,'action created','2021-01-31 17:19:20','2021-01-31 12:19:20'),
(120547,44346,'action started via WP Cron','2021-01-31 17:20:57','2021-01-31 12:20:57'),
(120548,44346,'action complete via WP Cron','2021-01-31 17:20:58','2021-01-31 12:20:58'),
(120549,44347,'action created','2021-01-31 17:20:58','2021-01-31 12:20:58'),
(120550,44347,'action started via WP Cron','2021-01-31 17:22:08','2021-01-31 12:22:08'),
(120551,44347,'action complete via WP Cron','2021-01-31 17:22:08','2021-01-31 12:22:08'),
(120552,44348,'action created','2021-01-31 17:22:08','2021-01-31 12:22:08'),
(120553,44348,'action started via WP Cron','2021-01-31 17:22:51','2021-01-31 12:22:51'),
(120554,44348,'action complete via WP Cron','2021-01-31 17:22:51','2021-01-31 12:22:51'),
(120555,44349,'action created','2021-01-31 17:22:51','2021-01-31 12:22:51'),
(120556,44349,'action started via WP Cron','2021-01-31 17:25:17','2021-01-31 12:25:17'),
(120557,44349,'action complete via WP Cron','2021-01-31 17:25:17','2021-01-31 12:25:17'),
(120558,44350,'action created','2021-01-31 17:25:17','2021-01-31 12:25:17'),
(120559,44350,'action started via WP Cron','2021-01-31 17:26:43','2021-01-31 12:26:43'),
(120560,44350,'action complete via WP Cron','2021-01-31 17:26:43','2021-01-31 12:26:43'),
(120561,44351,'action created','2021-01-31 17:26:43','2021-01-31 12:26:43'),
(120562,44351,'action started via WP Cron','2021-01-31 17:27:47','2021-01-31 12:27:47'),
(120563,44351,'action complete via WP Cron','2021-01-31 17:27:47','2021-01-31 12:27:47'),
(120564,44352,'action created','2021-01-31 17:27:47','2021-01-31 12:27:47'),
(120565,44352,'action started via WP Cron','2021-01-31 17:29:18','2021-01-31 12:29:18'),
(120566,44352,'action complete via WP Cron','2021-01-31 17:29:18','2021-01-31 12:29:18'),
(120567,44353,'action created','2021-01-31 17:29:18','2021-01-31 12:29:18'),
(120568,44353,'action started via WP Cron','2021-01-31 17:31:30','2021-01-31 12:31:30'),
(120569,44353,'action complete via WP Cron','2021-01-31 17:31:30','2021-01-31 12:31:30'),
(120570,44354,'action created','2021-01-31 17:31:30','2021-01-31 12:31:30'),
(120571,44354,'action started via WP Cron','2021-01-31 17:33:35','2021-01-31 12:33:35'),
(120572,44354,'action complete via WP Cron','2021-01-31 17:33:35','2021-01-31 12:33:35'),
(120573,44355,'action created','2021-01-31 17:33:35','2021-01-31 12:33:35'),
(120574,44355,'action started via WP Cron','2021-01-31 17:35:21','2021-01-31 12:35:21'),
(120575,44355,'action complete via WP Cron','2021-01-31 17:35:21','2021-01-31 12:35:21'),
(120576,44356,'action created','2021-01-31 17:35:21','2021-01-31 12:35:21'),
(120577,44356,'action started via WP Cron','2021-01-31 17:36:16','2021-01-31 12:36:16'),
(120578,44356,'action complete via WP Cron','2021-01-31 17:36:16','2021-01-31 12:36:16'),
(120579,44357,'action created','2021-01-31 17:36:16','2021-01-31 12:36:16'),
(120580,44357,'action started via WP Cron','2021-01-31 17:39:14','2021-01-31 12:39:14'),
(120581,44357,'action complete via WP Cron','2021-01-31 17:39:14','2021-01-31 12:39:14'),
(120582,44358,'action created','2021-01-31 17:39:14','2021-01-31 12:39:14'),
(120583,44358,'action started via WP Cron','2021-01-31 17:42:40','2021-01-31 12:42:40'),
(120584,44358,'action complete via WP Cron','2021-01-31 17:42:40','2021-01-31 12:42:40'),
(120585,44359,'action created','2021-01-31 17:42:40','2021-01-31 12:42:40'),
(120586,44359,'action started via WP Cron','2021-01-31 17:43:12','2021-01-31 12:43:12'),
(120587,44359,'action complete via WP Cron','2021-01-31 17:43:12','2021-01-31 12:43:12'),
(120588,44360,'action created','2021-01-31 17:43:12','2021-01-31 12:43:12'),
(120589,44360,'action started via WP Cron','2021-01-31 17:45:25','2021-01-31 12:45:25'),
(120590,44360,'action complete via WP Cron','2021-01-31 17:45:25','2021-01-31 12:45:25'),
(120591,44361,'action created','2021-01-31 17:45:25','2021-01-31 12:45:25'),
(120592,44361,'action started via WP Cron','2021-01-31 17:46:27','2021-01-31 12:46:27'),
(120593,44361,'action complete via WP Cron','2021-01-31 17:46:27','2021-01-31 12:46:27'),
(120594,44362,'action created','2021-01-31 17:46:27','2021-01-31 12:46:27'),
(120595,44362,'action started via WP Cron','2021-01-31 17:47:40','2021-01-31 12:47:40'),
(120596,44362,'action complete via WP Cron','2021-01-31 17:47:40','2021-01-31 12:47:40'),
(120597,44363,'action created','2021-01-31 17:47:40','2021-01-31 12:47:40'),
(120598,44363,'action started via WP Cron','2021-01-31 17:48:39','2021-01-31 12:48:39'),
(120599,44363,'action complete via WP Cron','2021-01-31 17:48:39','2021-01-31 12:48:39'),
(120600,44364,'action created','2021-01-31 17:48:39','2021-01-31 12:48:39'),
(120601,44364,'action started via WP Cron','2021-01-31 17:50:19','2021-01-31 12:50:19'),
(120602,44364,'action complete via WP Cron','2021-01-31 17:50:19','2021-01-31 12:50:19'),
(120603,44365,'action created','2021-01-31 17:50:19','2021-01-31 12:50:19'),
(120604,44365,'action started via WP Cron','2021-01-31 17:52:44','2021-01-31 12:52:44'),
(120605,44365,'action complete via WP Cron','2021-01-31 17:52:44','2021-01-31 12:52:44'),
(120606,44366,'action created','2021-01-31 17:52:44','2021-01-31 12:52:44'),
(120607,44366,'action started via WP Cron','2021-01-31 17:53:13','2021-01-31 12:53:13'),
(120608,44366,'action complete via WP Cron','2021-01-31 17:53:13','2021-01-31 12:53:13'),
(120609,44367,'action created','2021-01-31 17:53:13','2021-01-31 12:53:13'),
(120610,44367,'action started via WP Cron','2021-01-31 17:55:13','2021-01-31 12:55:13'),
(120611,44367,'action complete via WP Cron','2021-01-31 17:55:13','2021-01-31 12:55:13'),
(120612,44368,'action created','2021-01-31 17:55:13','2021-01-31 12:55:13'),
(120613,44368,'action started via WP Cron','2021-01-31 17:56:16','2021-01-31 12:56:16'),
(120614,44368,'action complete via WP Cron','2021-01-31 17:56:16','2021-01-31 12:56:16'),
(120615,44369,'action created','2021-01-31 17:56:16','2021-01-31 12:56:16'),
(120616,44369,'action started via WP Cron','2021-01-31 17:58:11','2021-01-31 12:58:11'),
(120617,44369,'action complete via WP Cron','2021-01-31 17:58:11','2021-01-31 12:58:11'),
(120618,44370,'action created','2021-01-31 17:58:11','2021-01-31 12:58:11'),
(120619,44370,'action started via WP Cron','2021-01-31 17:59:42','2021-01-31 12:59:42'),
(120620,44370,'action complete via WP Cron','2021-01-31 17:59:42','2021-01-31 12:59:42'),
(120621,44371,'action created','2021-01-31 17:59:43','2021-01-31 12:59:43'),
(120622,44371,'action started via WP Cron','2021-01-31 18:01:13','2021-01-31 13:01:13'),
(120623,44371,'action complete via WP Cron','2021-01-31 18:01:13','2021-01-31 13:01:13'),
(120624,44372,'action created','2021-01-31 18:01:13','2021-01-31 13:01:13'),
(120625,44372,'action started via WP Cron','2021-01-31 18:02:55','2021-01-31 13:02:55'),
(120626,44372,'action complete via WP Cron','2021-01-31 18:02:56','2021-01-31 13:02:56'),
(120627,44373,'action created','2021-01-31 18:02:56','2021-01-31 13:02:56'),
(120628,44373,'action started via WP Cron','2021-01-31 18:03:42','2021-01-31 13:03:42'),
(120629,44373,'action complete via WP Cron','2021-01-31 18:03:42','2021-01-31 13:03:42'),
(120630,44374,'action created','2021-01-31 18:03:42','2021-01-31 13:03:42'),
(120631,44374,'action started via WP Cron','2021-01-31 18:04:19','2021-01-31 13:04:19'),
(120632,44374,'action complete via WP Cron','2021-01-31 18:04:19','2021-01-31 13:04:19'),
(120633,44375,'action created','2021-01-31 18:04:19','2021-01-31 13:04:19'),
(120634,44375,'action started via WP Cron','2021-01-31 18:06:34','2021-01-31 13:06:34'),
(120635,44375,'action complete via WP Cron','2021-01-31 18:06:34','2021-01-31 13:06:34'),
(120636,44376,'action created','2021-01-31 18:06:34','2021-01-31 13:06:34'),
(120637,44376,'action started via WP Cron','2021-01-31 18:07:24','2021-01-31 13:07:24'),
(120638,44376,'action complete via WP Cron','2021-01-31 18:07:24','2021-01-31 13:07:24'),
(120639,44377,'action created','2021-01-31 18:07:24','2021-01-31 13:07:24'),
(120640,44377,'action started via WP Cron','2021-01-31 18:08:21','2021-01-31 13:08:21'),
(120641,44377,'action complete via WP Cron','2021-01-31 18:08:21','2021-01-31 13:08:21'),
(120642,44378,'action created','2021-01-31 18:08:21','2021-01-31 13:08:21'),
(120643,44378,'action started via WP Cron','2021-01-31 18:09:29','2021-01-31 13:09:29'),
(120644,44378,'action complete via WP Cron','2021-01-31 18:09:29','2021-01-31 13:09:29'),
(120645,44379,'action created','2021-01-31 18:09:29','2021-01-31 13:09:29'),
(120646,44379,'action started via WP Cron','2021-01-31 18:13:33','2021-01-31 13:13:33'),
(120647,44379,'action complete via WP Cron','2021-01-31 18:13:33','2021-01-31 13:13:33'),
(120648,44380,'action created','2021-01-31 18:13:33','2021-01-31 13:13:33'),
(120649,44380,'action started via WP Cron','2021-01-31 18:14:23','2021-01-31 13:14:23'),
(120650,44380,'action complete via WP Cron','2021-01-31 18:14:23','2021-01-31 13:14:23'),
(120651,44381,'action created','2021-01-31 18:14:23','2021-01-31 13:14:23'),
(120652,44381,'action started via WP Cron','2021-01-31 18:15:13','2021-01-31 13:15:13'),
(120653,44381,'action complete via WP Cron','2021-01-31 18:15:13','2021-01-31 13:15:13'),
(120654,44382,'action created','2021-01-31 18:15:13','2021-01-31 13:15:13'),
(120655,44382,'action started via WP Cron','2021-01-31 18:17:38','2021-01-31 13:17:38'),
(120656,44382,'action complete via WP Cron','2021-01-31 18:17:38','2021-01-31 13:17:38'),
(120657,44383,'action created','2021-01-31 18:17:38','2021-01-31 13:17:38'),
(120658,44383,'action started via WP Cron','2021-01-31 18:19:26','2021-01-31 13:19:26'),
(120659,44383,'action complete via WP Cron','2021-01-31 18:19:26','2021-01-31 13:19:26'),
(120660,44384,'action created','2021-01-31 18:19:26','2021-01-31 13:19:26'),
(120661,44384,'action started via WP Cron','2021-01-31 18:21:07','2021-01-31 13:21:07'),
(120662,44384,'action complete via WP Cron','2021-01-31 18:21:07','2021-01-31 13:21:07'),
(120663,44385,'action created','2021-01-31 18:21:07','2021-01-31 13:21:07'),
(120664,44385,'action started via WP Cron','2021-01-31 18:21:44','2021-01-31 13:21:44'),
(120665,44385,'action complete via WP Cron','2021-01-31 18:21:44','2021-01-31 13:21:44'),
(120666,44386,'action created','2021-01-31 18:21:44','2021-01-31 13:21:44'),
(120667,44386,'action started via WP Cron','2021-01-31 18:23:17','2021-01-31 13:23:17'),
(120668,44386,'action complete via WP Cron','2021-01-31 18:23:17','2021-01-31 13:23:17'),
(120669,44387,'action created','2021-01-31 18:23:17','2021-01-31 13:23:17'),
(120670,44387,'action started via WP Cron','2021-01-31 18:26:18','2021-01-31 13:26:18'),
(120671,44387,'action complete via WP Cron','2021-01-31 18:26:18','2021-01-31 13:26:18'),
(120672,44388,'action created','2021-01-31 18:26:18','2021-01-31 13:26:18'),
(120673,44388,'action started via WP Cron','2021-01-31 18:28:31','2021-01-31 13:28:31'),
(120674,44388,'action complete via WP Cron','2021-01-31 18:28:31','2021-01-31 13:28:31'),
(120675,44389,'action created','2021-01-31 18:28:32','2021-01-31 13:28:32'),
(120676,44389,'action started via WP Cron','2021-01-31 18:30:17','2021-01-31 13:30:17'),
(120677,44389,'action complete via WP Cron','2021-01-31 18:30:17','2021-01-31 13:30:17'),
(120678,44390,'action created','2021-01-31 18:30:17','2021-01-31 13:30:17'),
(120679,44390,'action started via WP Cron','2021-01-31 18:32:13','2021-01-31 13:32:13'),
(120680,44390,'action complete via WP Cron','2021-01-31 18:32:13','2021-01-31 13:32:13'),
(120681,44391,'action created','2021-01-31 18:32:13','2021-01-31 13:32:13'),
(120682,44391,'action started via WP Cron','2021-01-31 18:34:14','2021-01-31 13:34:14'),
(120683,44391,'action complete via WP Cron','2021-01-31 18:34:14','2021-01-31 13:34:14'),
(120684,44392,'action created','2021-01-31 18:34:14','2021-01-31 13:34:14'),
(120685,44392,'action started via WP Cron','2021-01-31 18:35:16','2021-01-31 13:35:16'),
(120686,44392,'action complete via WP Cron','2021-01-31 18:35:16','2021-01-31 13:35:16'),
(120687,44393,'action created','2021-01-31 18:35:16','2021-01-31 13:35:16'),
(120688,44393,'action started via WP Cron','2021-01-31 18:39:30','2021-01-31 13:39:30'),
(120689,44393,'action complete via WP Cron','2021-01-31 18:39:30','2021-01-31 13:39:30'),
(120690,44394,'action created','2021-01-31 18:39:30','2021-01-31 13:39:30'),
(120691,44394,'action started via WP Cron','2021-01-31 18:42:34','2021-01-31 13:42:34'),
(120692,44394,'action complete via WP Cron','2021-01-31 18:42:35','2021-01-31 13:42:35'),
(120693,44395,'action created','2021-01-31 18:42:35','2021-01-31 13:42:35'),
(120694,44395,'action started via WP Cron','2021-01-31 18:44:23','2021-01-31 13:44:23'),
(120695,44395,'action complete via WP Cron','2021-01-31 18:44:23','2021-01-31 13:44:23'),
(120696,44396,'action created','2021-01-31 18:44:23','2021-01-31 13:44:23'),
(120697,44396,'action started via WP Cron','2021-01-31 18:46:09','2021-01-31 13:46:09'),
(120698,44396,'action complete via WP Cron','2021-01-31 18:46:09','2021-01-31 13:46:09'),
(120699,44397,'action created','2021-01-31 18:46:09','2021-01-31 13:46:09'),
(120700,44397,'action started via WP Cron','2021-01-31 18:50:27','2021-01-31 13:50:27'),
(120701,44397,'action complete via WP Cron','2021-01-31 18:50:27','2021-01-31 13:50:27'),
(120702,44398,'action created','2021-01-31 18:50:27','2021-01-31 13:50:27'),
(120703,44398,'action started via WP Cron','2021-01-31 18:51:17','2021-01-31 13:51:17'),
(120704,44398,'action complete via WP Cron','2021-01-31 18:51:17','2021-01-31 13:51:17'),
(120705,44399,'action created','2021-01-31 18:51:17','2021-01-31 13:51:17'),
(120706,44399,'action started via WP Cron','2021-01-31 18:53:23','2021-01-31 13:53:23'),
(120707,44399,'action complete via WP Cron','2021-01-31 18:53:23','2021-01-31 13:53:23'),
(120708,44400,'action created','2021-01-31 18:53:23','2021-01-31 13:53:23'),
(120709,44400,'action started via WP Cron','2021-01-31 18:54:18','2021-01-31 13:54:18'),
(120710,44400,'action complete via WP Cron','2021-01-31 18:54:18','2021-01-31 13:54:18'),
(120711,44401,'action created','2021-01-31 18:54:18','2021-01-31 13:54:18'),
(120712,44401,'action started via WP Cron','2021-01-31 18:56:38','2021-01-31 13:56:38'),
(120713,44401,'action complete via WP Cron','2021-01-31 18:56:38','2021-01-31 13:56:38'),
(120714,44402,'action created','2021-01-31 18:56:38','2021-01-31 13:56:38'),
(120715,44402,'action started via WP Cron','2021-01-31 18:58:52','2021-01-31 13:58:52'),
(120716,44402,'action complete via WP Cron','2021-01-31 18:58:52','2021-01-31 13:58:52'),
(120717,44403,'action created','2021-01-31 18:58:52','2021-01-31 13:58:52'),
(120718,44403,'action started via WP Cron','2021-01-31 19:00:22','2021-01-31 14:00:22'),
(120719,44403,'action complete via WP Cron','2021-01-31 19:00:22','2021-01-31 14:00:22'),
(120720,44404,'action created','2021-01-31 19:00:22','2021-01-31 14:00:22'),
(120721,44404,'action started via WP Cron','2021-01-31 19:01:29','2021-01-31 14:01:29'),
(120722,44404,'action complete via WP Cron','2021-01-31 19:01:29','2021-01-31 14:01:29'),
(120723,44405,'action created','2021-01-31 19:01:29','2021-01-31 14:01:29'),
(120724,44405,'action started via WP Cron','2021-01-31 19:02:38','2021-01-31 14:02:38'),
(120725,44405,'action complete via WP Cron','2021-01-31 19:02:38','2021-01-31 14:02:38'),
(120726,44406,'action created','2021-01-31 19:02:39','2021-01-31 14:02:39'),
(120727,44406,'action started via WP Cron','2021-01-31 19:04:26','2021-01-31 14:04:26'),
(120728,44406,'action complete via WP Cron','2021-01-31 19:04:26','2021-01-31 14:04:26'),
(120729,44407,'action created','2021-01-31 19:04:26','2021-01-31 14:04:26'),
(120730,44407,'action started via WP Cron','2021-01-31 19:05:57','2021-01-31 14:05:57'),
(120731,44407,'action complete via WP Cron','2021-01-31 19:05:57','2021-01-31 14:05:57'),
(120732,44408,'action created','2021-01-31 19:05:57','2021-01-31 14:05:57'),
(120733,44408,'action started via WP Cron','2021-01-31 19:07:10','2021-01-31 14:07:10'),
(120734,44408,'action complete via WP Cron','2021-01-31 19:07:10','2021-01-31 14:07:10'),
(120735,44409,'action created','2021-01-31 19:07:10','2021-01-31 14:07:10'),
(120736,44409,'action started via WP Cron','2021-01-31 19:09:24','2021-01-31 14:09:24'),
(120737,44409,'action complete via WP Cron','2021-01-31 19:09:24','2021-01-31 14:09:24'),
(120738,44410,'action created','2021-01-31 19:09:24','2021-01-31 14:09:24'),
(120739,44410,'action started via WP Cron','2021-01-31 19:10:58','2021-01-31 14:10:58'),
(120740,44410,'action complete via WP Cron','2021-01-31 19:10:58','2021-01-31 14:10:58'),
(120741,44411,'action created','2021-01-31 19:10:58','2021-01-31 14:10:58'),
(120742,44411,'action started via WP Cron','2021-01-31 19:11:46','2021-01-31 14:11:46'),
(120743,44411,'action complete via WP Cron','2021-01-31 19:11:46','2021-01-31 14:11:46'),
(120744,44412,'action created','2021-01-31 19:11:46','2021-01-31 14:11:46'),
(120745,44412,'action started via WP Cron','2021-01-31 19:13:27','2021-01-31 14:13:27'),
(120746,44412,'action complete via WP Cron','2021-01-31 19:13:27','2021-01-31 14:13:27'),
(120747,44413,'action created','2021-01-31 19:13:27','2021-01-31 14:13:27'),
(120748,44413,'action started via WP Cron','2021-01-31 19:15:14','2021-01-31 14:15:14'),
(120749,44413,'action complete via WP Cron','2021-01-31 19:15:14','2021-01-31 14:15:14'),
(120750,44414,'action created','2021-01-31 19:15:14','2021-01-31 14:15:14'),
(120751,44414,'action started via WP Cron','2021-01-31 19:16:51','2021-01-31 14:16:51'),
(120752,44414,'action complete via WP Cron','2021-01-31 19:16:51','2021-01-31 14:16:51'),
(120753,44415,'action created','2021-01-31 19:16:51','2021-01-31 14:16:51'),
(120754,44415,'action started via WP Cron','2021-01-31 19:17:22','2021-01-31 14:17:22'),
(120755,44415,'action complete via WP Cron','2021-01-31 19:17:22','2021-01-31 14:17:22'),
(120756,44416,'action created','2021-01-31 19:17:22','2021-01-31 14:17:22'),
(120757,44416,'action started via WP Cron','2021-01-31 19:18:35','2021-01-31 14:18:35'),
(120758,44416,'action complete via WP Cron','2021-01-31 19:18:35','2021-01-31 14:18:35'),
(120759,44417,'action created','2021-01-31 19:18:35','2021-01-31 14:18:35'),
(120760,44417,'action started via WP Cron','2021-01-31 19:19:26','2021-01-31 14:19:26'),
(120761,44417,'action complete via WP Cron','2021-01-31 19:19:26','2021-01-31 14:19:26'),
(120762,44418,'action created','2021-01-31 19:19:26','2021-01-31 14:19:26'),
(120763,44418,'action started via WP Cron','2021-01-31 19:20:25','2021-01-31 14:20:25'),
(120764,44418,'action complete via WP Cron','2021-01-31 19:20:25','2021-01-31 14:20:25'),
(120765,44419,'action created','2021-01-31 19:20:25','2021-01-31 14:20:25'),
(120766,44419,'action started via WP Cron','2021-01-31 19:21:49','2021-01-31 14:21:49'),
(120767,44419,'action complete via WP Cron','2021-01-31 19:21:49','2021-01-31 14:21:49'),
(120768,44420,'action created','2021-01-31 19:21:49','2021-01-31 14:21:49'),
(120769,44420,'action started via WP Cron','2021-01-31 19:24:53','2021-01-31 14:24:53'),
(120770,44420,'action complete via WP Cron','2021-01-31 19:24:53','2021-01-31 14:24:53'),
(120771,44421,'action created','2021-01-31 19:24:53','2021-01-31 14:24:53'),
(120772,44421,'action started via WP Cron','2021-01-31 19:26:20','2021-01-31 14:26:20'),
(120773,44421,'action complete via WP Cron','2021-01-31 19:26:20','2021-01-31 14:26:20'),
(120774,44422,'action created','2021-01-31 19:26:20','2021-01-31 14:26:20'),
(120775,44422,'action started via WP Cron','2021-01-31 19:27:17','2021-01-31 14:27:17'),
(120776,44422,'action complete via WP Cron','2021-01-31 19:27:17','2021-01-31 14:27:17'),
(120777,44423,'action created','2021-01-31 19:27:17','2021-01-31 14:27:17'),
(120778,44423,'action started via WP Cron','2021-01-31 19:29:33','2021-01-31 14:29:33'),
(120779,44423,'action complete via WP Cron','2021-01-31 19:29:33','2021-01-31 14:29:33'),
(120780,44424,'action created','2021-01-31 19:29:33','2021-01-31 14:29:33'),
(120781,44424,'action started via WP Cron','2021-01-31 19:30:38','2021-01-31 14:30:38'),
(120782,44424,'action complete via WP Cron','2021-01-31 19:30:38','2021-01-31 14:30:38'),
(120783,44425,'action created','2021-01-31 19:30:38','2021-01-31 14:30:38'),
(120784,44425,'action started via WP Cron','2021-01-31 19:31:28','2021-01-31 14:31:28'),
(120785,44425,'action complete via WP Cron','2021-01-31 19:31:28','2021-01-31 14:31:28'),
(120786,44426,'action created','2021-01-31 19:31:28','2021-01-31 14:31:28'),
(120787,44426,'action started via WP Cron','2021-01-31 19:32:34','2021-01-31 14:32:34'),
(120788,44426,'action complete via WP Cron','2021-01-31 19:32:34','2021-01-31 14:32:34'),
(120789,44427,'action created','2021-01-31 19:32:34','2021-01-31 14:32:34'),
(120790,44427,'action started via WP Cron','2021-01-31 19:33:34','2021-01-31 14:33:34'),
(120791,44427,'action complete via WP Cron','2021-01-31 19:33:34','2021-01-31 14:33:34'),
(120792,44428,'action created','2021-01-31 19:33:34','2021-01-31 14:33:34'),
(120793,44428,'action started via WP Cron','2021-01-31 19:35:13','2021-01-31 14:35:13'),
(120794,44428,'action complete via WP Cron','2021-01-31 19:35:13','2021-01-31 14:35:13'),
(120795,44429,'action created','2021-01-31 19:35:13','2021-01-31 14:35:13'),
(120796,44429,'action started via WP Cron','2021-01-31 19:39:21','2021-01-31 14:39:21'),
(120797,44429,'action complete via WP Cron','2021-01-31 19:39:21','2021-01-31 14:39:21'),
(120798,44430,'action created','2021-01-31 19:39:21','2021-01-31 14:39:21'),
(120799,44430,'action started via WP Cron','2021-01-31 19:40:37','2021-01-31 14:40:37'),
(120800,44430,'action complete via WP Cron','2021-01-31 19:40:37','2021-01-31 14:40:37'),
(120801,44431,'action created','2021-01-31 19:40:37','2021-01-31 14:40:37'),
(120802,44431,'action started via WP Cron','2021-01-31 19:42:01','2021-01-31 14:42:01'),
(120803,44431,'action complete via WP Cron','2021-01-31 19:42:01','2021-01-31 14:42:01'),
(120804,44432,'action created','2021-01-31 19:42:01','2021-01-31 14:42:01'),
(120805,44432,'action started via WP Cron','2021-01-31 19:42:40','2021-01-31 14:42:40'),
(120806,44432,'action complete via WP Cron','2021-01-31 19:42:40','2021-01-31 14:42:40'),
(120807,44433,'action created','2021-01-31 19:42:40','2021-01-31 14:42:40'),
(120808,44433,'action started via WP Cron','2021-01-31 19:44:28','2021-01-31 14:44:28'),
(120809,44433,'action complete via WP Cron','2021-01-31 19:44:28','2021-01-31 14:44:28'),
(120810,44434,'action created','2021-01-31 19:44:33','2021-01-31 14:44:33'),
(120811,44434,'action started via WP Cron','2021-01-31 19:45:14','2021-01-31 14:45:14'),
(120812,44434,'action complete via WP Cron','2021-01-31 19:45:14','2021-01-31 14:45:14'),
(120813,44435,'action created','2021-01-31 19:45:14','2021-01-31 14:45:14'),
(120814,44435,'action started via WP Cron','2021-01-31 19:48:08','2021-01-31 14:48:08'),
(120815,44435,'action complete via WP Cron','2021-01-31 19:48:08','2021-01-31 14:48:08'),
(120816,44436,'action created','2021-01-31 19:48:08','2021-01-31 14:48:08'),
(120817,44436,'action started via WP Cron','2021-01-31 19:48:49','2021-01-31 14:48:49'),
(120818,44436,'action complete via WP Cron','2021-01-31 19:48:49','2021-01-31 14:48:49'),
(120819,44437,'action created','2021-01-31 19:48:49','2021-01-31 14:48:49'),
(120820,44437,'action started via WP Cron','2021-01-31 19:50:21','2021-01-31 14:50:21'),
(120821,44437,'action complete via WP Cron','2021-01-31 19:50:21','2021-01-31 14:50:21'),
(120822,44438,'action created','2021-01-31 19:50:21','2021-01-31 14:50:21'),
(120823,44438,'action started via WP Cron','2021-01-31 19:51:46','2021-01-31 14:51:46'),
(120824,44438,'action complete via WP Cron','2021-01-31 19:51:46','2021-01-31 14:51:46'),
(120825,44439,'action created','2021-01-31 19:51:46','2021-01-31 14:51:46'),
(120826,44439,'action started via WP Cron','2021-01-31 19:52:26','2021-01-31 14:52:26'),
(120827,44439,'action complete via WP Cron','2021-01-31 19:52:26','2021-01-31 14:52:26'),
(120828,44440,'action created','2021-01-31 19:52:26','2021-01-31 14:52:26'),
(120829,44440,'action started via WP Cron','2021-01-31 19:53:15','2021-01-31 14:53:15'),
(120830,44440,'action complete via WP Cron','2021-01-31 19:53:15','2021-01-31 14:53:15'),
(120831,44441,'action created','2021-01-31 19:53:15','2021-01-31 14:53:15'),
(120832,44441,'action started via WP Cron','2021-01-31 19:55:22','2021-01-31 14:55:22'),
(120833,44441,'action complete via WP Cron','2021-01-31 19:55:22','2021-01-31 14:55:22'),
(120834,44442,'action created','2021-01-31 19:55:22','2021-01-31 14:55:22'),
(120835,44442,'action started via WP Cron','2021-01-31 19:56:14','2021-01-31 14:56:14'),
(120836,44442,'action complete via WP Cron','2021-01-31 19:56:14','2021-01-31 14:56:14'),
(120837,44443,'action created','2021-01-31 19:56:14','2021-01-31 14:56:14'),
(120838,44443,'action started via WP Cron','2021-01-31 19:57:21','2021-01-31 14:57:21'),
(120839,44443,'action complete via WP Cron','2021-01-31 19:57:21','2021-01-31 14:57:21'),
(120840,44444,'action created','2021-01-31 19:57:22','2021-01-31 14:57:22'),
(120841,44444,'action started via WP Cron','2021-01-31 19:58:18','2021-01-31 14:58:18'),
(120842,44444,'action complete via WP Cron','2021-01-31 19:58:18','2021-01-31 14:58:18'),
(120843,44445,'action created','2021-01-31 19:58:18','2021-01-31 14:58:18'),
(120844,44445,'action started via WP Cron','2021-01-31 19:59:45','2021-01-31 14:59:45'),
(120845,44445,'action complete via WP Cron','2021-01-31 19:59:45','2021-01-31 14:59:45'),
(120846,44446,'action created','2021-01-31 19:59:45','2021-01-31 14:59:45'),
(120847,44446,'action started via WP Cron','2021-01-31 20:01:27','2021-01-31 15:01:27'),
(120848,44446,'action complete via WP Cron','2021-01-31 20:01:27','2021-01-31 15:01:27'),
(120849,44447,'action created','2021-01-31 20:01:27','2021-01-31 15:01:27'),
(120850,44447,'action started via WP Cron','2021-01-31 20:03:44','2021-01-31 15:03:44'),
(120851,44447,'action complete via WP Cron','2021-01-31 20:03:44','2021-01-31 15:03:44'),
(120852,44448,'action created','2021-01-31 20:03:44','2021-01-31 15:03:44'),
(120853,44448,'action started via WP Cron','2021-01-31 20:04:27','2021-01-31 15:04:27'),
(120854,44448,'action complete via WP Cron','2021-01-31 20:04:27','2021-01-31 15:04:27'),
(120855,44449,'action created','2021-01-31 20:04:27','2021-01-31 15:04:27'),
(120856,44449,'action started via WP Cron','2021-01-31 20:07:45','2021-01-31 15:07:45'),
(120857,44449,'action complete via WP Cron','2021-01-31 20:07:45','2021-01-31 15:07:45'),
(120858,44450,'action created','2021-01-31 20:07:45','2021-01-31 15:07:45'),
(120859,44450,'action started via WP Cron','2021-01-31 20:09:45','2021-01-31 15:09:45'),
(120860,44450,'action complete via WP Cron','2021-01-31 20:09:45','2021-01-31 15:09:45'),
(120861,44451,'action created','2021-01-31 20:09:45','2021-01-31 15:09:45'),
(120862,44451,'action started via WP Cron','2021-01-31 20:11:15','2021-01-31 15:11:15'),
(120863,44451,'action complete via WP Cron','2021-01-31 20:11:15','2021-01-31 15:11:15'),
(120864,44452,'action created','2021-01-31 20:11:15','2021-01-31 15:11:15'),
(120865,44452,'action started via WP Cron','2021-01-31 20:15:12','2021-01-31 15:15:12'),
(120866,44452,'action complete via WP Cron','2021-01-31 20:15:12','2021-01-31 15:15:12'),
(120867,44453,'action created','2021-01-31 20:15:12','2021-01-31 15:15:12'),
(120868,44453,'action started via WP Cron','2021-01-31 20:16:34','2021-01-31 15:16:34'),
(120869,44453,'action complete via WP Cron','2021-01-31 20:16:34','2021-01-31 15:16:34'),
(120870,44454,'action created','2021-01-31 20:16:34','2021-01-31 15:16:34'),
(120871,44454,'action started via WP Cron','2021-01-31 20:17:13','2021-01-31 15:17:13'),
(120872,44454,'action complete via WP Cron','2021-01-31 20:17:13','2021-01-31 15:17:13'),
(120873,44455,'action created','2021-01-31 20:17:14','2021-01-31 15:17:14'),
(120874,44455,'action started via WP Cron','2021-01-31 20:18:22','2021-01-31 15:18:22'),
(120875,44455,'action complete via WP Cron','2021-01-31 20:18:22','2021-01-31 15:18:22'),
(120876,44456,'action created','2021-01-31 20:18:22','2021-01-31 15:18:22'),
(120877,44456,'action started via WP Cron','2021-01-31 20:19:31','2021-01-31 15:19:31'),
(120878,44456,'action complete via WP Cron','2021-01-31 20:19:31','2021-01-31 15:19:31'),
(120879,44457,'action created','2021-01-31 20:19:31','2021-01-31 15:19:31'),
(120880,44457,'action started via WP Cron','2021-01-31 20:21:14','2021-01-31 15:21:14'),
(120881,44457,'action complete via WP Cron','2021-01-31 20:21:14','2021-01-31 15:21:14'),
(120882,44458,'action created','2021-01-31 20:21:14','2021-01-31 15:21:14'),
(120883,44458,'action started via WP Cron','2021-01-31 20:22:17','2021-01-31 15:22:17'),
(120884,44458,'action complete via WP Cron','2021-01-31 20:22:17','2021-01-31 15:22:17'),
(120885,44459,'action created','2021-01-31 20:22:17','2021-01-31 15:22:17'),
(120886,44459,'action started via WP Cron','2021-01-31 20:23:16','2021-01-31 15:23:16'),
(120887,44459,'action complete via WP Cron','2021-01-31 20:23:17','2021-01-31 15:23:17'),
(120888,44460,'action created','2021-01-31 20:23:17','2021-01-31 15:23:17'),
(120889,44460,'action started via WP Cron','2021-01-31 20:24:11','2021-01-31 15:24:11'),
(120890,44460,'action complete via WP Cron','2021-01-31 20:24:11','2021-01-31 15:24:11'),
(120891,44461,'action created','2021-01-31 20:24:11','2021-01-31 15:24:11'),
(120892,44461,'action started via WP Cron','2021-01-31 20:25:15','2021-01-31 15:25:15'),
(120893,44461,'action complete via WP Cron','2021-01-31 20:25:15','2021-01-31 15:25:15'),
(120894,44462,'action created','2021-01-31 20:25:15','2021-01-31 15:25:15'),
(120895,44462,'action started via WP Cron','2021-01-31 20:26:16','2021-01-31 15:26:16'),
(120896,44462,'action complete via WP Cron','2021-01-31 20:26:16','2021-01-31 15:26:16'),
(120897,44463,'action created','2021-01-31 20:26:16','2021-01-31 15:26:16'),
(120898,44463,'action started via WP Cron','2021-01-31 20:27:17','2021-01-31 15:27:17'),
(120899,44463,'action complete via WP Cron','2021-01-31 20:27:17','2021-01-31 15:27:17'),
(120900,44464,'action created','2021-01-31 20:27:17','2021-01-31 15:27:17'),
(120901,44464,'action started via WP Cron','2021-01-31 20:28:12','2021-01-31 15:28:12'),
(120902,44464,'action complete via WP Cron','2021-01-31 20:28:12','2021-01-31 15:28:12'),
(120903,44465,'action created','2021-01-31 20:28:12','2021-01-31 15:28:12'),
(120904,44465,'action started via WP Cron','2021-01-31 20:29:20','2021-01-31 15:29:20'),
(120905,44465,'action complete via WP Cron','2021-01-31 20:29:20','2021-01-31 15:29:20'),
(120906,44466,'action created','2021-01-31 20:29:20','2021-01-31 15:29:20'),
(120907,44466,'action started via WP Cron','2021-01-31 20:30:12','2021-01-31 15:30:12'),
(120908,44466,'action complete via WP Cron','2021-01-31 20:30:12','2021-01-31 15:30:12'),
(120909,44467,'action created','2021-01-31 20:30:12','2021-01-31 15:30:12'),
(120910,44467,'action started via WP Cron','2021-01-31 20:31:14','2021-01-31 15:31:14'),
(120911,44467,'action complete via WP Cron','2021-01-31 20:31:14','2021-01-31 15:31:14'),
(120912,44468,'action created','2021-01-31 20:31:15','2021-01-31 15:31:15'),
(120913,44468,'action started via WP Cron','2021-01-31 20:32:22','2021-01-31 15:32:22'),
(120914,44468,'action complete via WP Cron','2021-01-31 20:32:22','2021-01-31 15:32:22'),
(120915,44469,'action created','2021-01-31 20:32:22','2021-01-31 15:32:22'),
(120916,44469,'action started via WP Cron','2021-01-31 20:33:17','2021-01-31 15:33:17'),
(120917,44469,'action complete via WP Cron','2021-01-31 20:33:17','2021-01-31 15:33:17'),
(120918,44470,'action created','2021-01-31 20:33:17','2021-01-31 15:33:17'),
(120919,44470,'action started via WP Cron','2021-01-31 20:34:17','2021-01-31 15:34:17'),
(120920,44470,'action complete via WP Cron','2021-01-31 20:34:17','2021-01-31 15:34:17'),
(120921,44471,'action created','2021-01-31 20:34:17','2021-01-31 15:34:17'),
(120922,44471,'action started via WP Cron','2021-01-31 20:35:25','2021-01-31 15:35:25'),
(120923,44471,'action complete via WP Cron','2021-01-31 20:35:25','2021-01-31 15:35:25'),
(120924,44472,'action created','2021-01-31 20:35:25','2021-01-31 15:35:25'),
(120925,44472,'action started via WP Cron','2021-01-31 20:36:11','2021-01-31 15:36:11'),
(120926,44472,'action complete via WP Cron','2021-01-31 20:36:11','2021-01-31 15:36:11'),
(120927,44473,'action created','2021-01-31 20:36:11','2021-01-31 15:36:11'),
(120928,44473,'action started via WP Cron','2021-01-31 20:39:04','2021-01-31 15:39:04'),
(120929,44473,'action complete via WP Cron','2021-01-31 20:39:04','2021-01-31 15:39:04'),
(120930,44474,'action created','2021-01-31 20:39:04','2021-01-31 15:39:04'),
(120931,44474,'action started via WP Cron','2021-01-31 20:40:20','2021-01-31 15:40:20'),
(120932,44474,'action complete via WP Cron','2021-01-31 20:40:20','2021-01-31 15:40:20'),
(120933,44475,'action created','2021-01-31 20:40:20','2021-01-31 15:40:20'),
(120934,44475,'action started via WP Cron','2021-01-31 20:41:26','2021-01-31 15:41:26'),
(120935,44475,'action complete via WP Cron','2021-01-31 20:41:26','2021-01-31 15:41:26'),
(120936,44476,'action created','2021-01-31 20:41:26','2021-01-31 15:41:26'),
(120937,44476,'action started via WP Cron','2021-01-31 20:42:19','2021-01-31 15:42:19'),
(120938,44476,'action complete via WP Cron','2021-01-31 20:42:19','2021-01-31 15:42:19'),
(120939,44477,'action created','2021-01-31 20:42:19','2021-01-31 15:42:19'),
(120940,44477,'action started via WP Cron','2021-01-31 20:45:37','2021-01-31 15:45:37'),
(120941,44477,'action complete via WP Cron','2021-01-31 20:45:37','2021-01-31 15:45:37'),
(120942,44478,'action created','2021-01-31 20:45:37','2021-01-31 15:45:37'),
(120943,44478,'action started via WP Cron','2021-01-31 20:47:11','2021-01-31 15:47:11'),
(120944,44478,'action complete via WP Cron','2021-01-31 20:47:11','2021-01-31 15:47:11'),
(120945,44479,'action created','2021-01-31 20:47:11','2021-01-31 15:47:11'),
(120946,44479,'action started via WP Cron','2021-01-31 20:49:31','2021-01-31 15:49:31'),
(120947,44479,'action complete via WP Cron','2021-01-31 20:49:31','2021-01-31 15:49:31'),
(120948,44480,'action created','2021-01-31 20:49:31','2021-01-31 15:49:31'),
(120949,44480,'action started via WP Cron','2021-01-31 20:50:29','2021-01-31 15:50:29'),
(120950,44480,'action complete via WP Cron','2021-01-31 20:50:29','2021-01-31 15:50:29'),
(120951,44481,'action created','2021-01-31 20:50:29','2021-01-31 15:50:29'),
(120952,44481,'action started via WP Cron','2021-01-31 20:52:39','2021-01-31 15:52:39'),
(120953,44481,'action complete via WP Cron','2021-01-31 20:52:39','2021-01-31 15:52:39'),
(120954,44482,'action created','2021-01-31 20:52:39','2021-01-31 15:52:39'),
(120955,44482,'action started via WP Cron','2021-01-31 20:53:37','2021-01-31 15:53:37'),
(120956,44482,'action complete via WP Cron','2021-01-31 20:53:37','2021-01-31 15:53:37'),
(120957,44483,'action created','2021-01-31 20:53:38','2021-01-31 15:53:38'),
(120958,44483,'action started via WP Cron','2021-01-31 20:54:45','2021-01-31 15:54:45'),
(120959,44483,'action complete via WP Cron','2021-01-31 20:54:45','2021-01-31 15:54:45'),
(120960,44484,'action created','2021-01-31 20:54:45','2021-01-31 15:54:45'),
(120961,44484,'action started via WP Cron','2021-01-31 20:55:39','2021-01-31 15:55:39'),
(120962,44484,'action complete via WP Cron','2021-01-31 20:55:39','2021-01-31 15:55:39'),
(120963,44485,'action created','2021-01-31 20:55:39','2021-01-31 15:55:39'),
(120964,44485,'action started via WP Cron','2021-01-31 20:56:17','2021-01-31 15:56:17'),
(120965,44485,'action complete via WP Cron','2021-01-31 20:56:18','2021-01-31 15:56:18'),
(120966,44486,'action created','2021-01-31 20:56:18','2021-01-31 15:56:18'),
(120967,44486,'action started via WP Cron','2021-01-31 20:57:33','2021-01-31 15:57:33'),
(120968,44486,'action complete via WP Cron','2021-01-31 20:57:33','2021-01-31 15:57:33'),
(120969,44487,'action created','2021-01-31 20:57:33','2021-01-31 15:57:33'),
(120970,44487,'action started via WP Cron','2021-01-31 20:58:52','2021-01-31 15:58:52'),
(120971,44487,'action complete via WP Cron','2021-01-31 20:58:52','2021-01-31 15:58:52'),
(120972,44488,'action created','2021-01-31 20:58:52','2021-01-31 15:58:52'),
(120973,44488,'action started via WP Cron','2021-01-31 20:59:48','2021-01-31 15:59:48'),
(120974,44488,'action complete via WP Cron','2021-01-31 20:59:48','2021-01-31 15:59:48'),
(120975,44489,'action created','2021-01-31 20:59:48','2021-01-31 15:59:48'),
(120976,44489,'action started via WP Cron','2021-01-31 21:00:35','2021-01-31 16:00:35'),
(120977,44489,'action complete via WP Cron','2021-01-31 21:00:35','2021-01-31 16:00:35'),
(120978,44490,'action created','2021-01-31 21:00:35','2021-01-31 16:00:35'),
(120979,44490,'action started via WP Cron','2021-01-31 21:02:45','2021-01-31 16:02:45'),
(120980,44490,'action complete via WP Cron','2021-01-31 21:02:45','2021-01-31 16:02:45'),
(120981,44491,'action created','2021-01-31 21:02:45','2021-01-31 16:02:45'),
(120982,44491,'action started via WP Cron','2021-01-31 21:03:35','2021-01-31 16:03:35'),
(120983,44491,'action complete via WP Cron','2021-01-31 21:03:35','2021-01-31 16:03:35'),
(120984,44492,'action created','2021-01-31 21:03:35','2021-01-31 16:03:35'),
(120985,44492,'action started via WP Cron','2021-01-31 21:04:18','2021-01-31 16:04:18'),
(120986,44492,'action complete via WP Cron','2021-01-31 21:04:18','2021-01-31 16:04:18'),
(120987,44493,'action created','2021-01-31 21:04:18','2021-01-31 16:04:18'),
(120988,44493,'action started via WP Cron','2021-01-31 21:05:55','2021-01-31 16:05:55'),
(120989,44493,'action complete via WP Cron','2021-01-31 21:05:55','2021-01-31 16:05:55'),
(120990,44494,'action created','2021-01-31 21:05:55','2021-01-31 16:05:55'),
(120991,44494,'action started via WP Cron','2021-01-31 21:07:56','2021-01-31 16:07:56'),
(120992,44494,'action complete via WP Cron','2021-01-31 21:07:56','2021-01-31 16:07:56'),
(120993,44495,'action created','2021-01-31 21:07:56','2021-01-31 16:07:56'),
(120994,44495,'action started via WP Cron','2021-01-31 21:11:20','2021-01-31 16:11:20'),
(120995,44495,'action complete via WP Cron','2021-01-31 21:11:20','2021-01-31 16:11:20'),
(120996,44496,'action created','2021-01-31 21:11:20','2021-01-31 16:11:20'),
(120997,44496,'action started via WP Cron','2021-01-31 21:13:28','2021-01-31 16:13:28'),
(120998,44496,'action complete via WP Cron','2021-01-31 21:13:28','2021-01-31 16:13:28'),
(120999,44497,'action created','2021-01-31 21:13:28','2021-01-31 16:13:28'),
(121000,44497,'action started via WP Cron','2021-01-31 21:15:36','2021-01-31 16:15:36'),
(121001,44497,'action complete via WP Cron','2021-01-31 21:15:36','2021-01-31 16:15:36'),
(121002,44498,'action created','2021-01-31 21:15:36','2021-01-31 16:15:36'),
(121003,44498,'action started via WP Cron','2021-01-31 21:17:31','2021-01-31 16:17:31'),
(121004,44498,'action complete via WP Cron','2021-01-31 21:17:31','2021-01-31 16:17:31'),
(121005,44499,'action created','2021-01-31 21:17:33','2021-01-31 16:17:33'),
(121006,44499,'action started via WP Cron','2021-01-31 21:18:19','2021-01-31 16:18:19'),
(121007,44499,'action complete via WP Cron','2021-01-31 21:18:19','2021-01-31 16:18:19'),
(121008,44500,'action created','2021-01-31 21:18:19','2021-01-31 16:18:19'),
(121009,44500,'action started via WP Cron','2021-01-31 21:19:29','2021-01-31 16:19:29'),
(121010,44500,'action complete via WP Cron','2021-01-31 21:19:29','2021-01-31 16:19:29'),
(121011,44501,'action created','2021-01-31 21:19:29','2021-01-31 16:19:29'),
(121012,44501,'action started via WP Cron','2021-01-31 21:20:27','2021-01-31 16:20:27'),
(121013,44501,'action complete via WP Cron','2021-01-31 21:20:27','2021-01-31 16:20:27'),
(121014,44502,'action created','2021-01-31 21:20:27','2021-01-31 16:20:27'),
(121015,44502,'action started via WP Cron','2021-01-31 21:21:11','2021-01-31 16:21:11'),
(121016,44502,'action complete via WP Cron','2021-01-31 21:21:11','2021-01-31 16:21:11'),
(121017,44503,'action created','2021-01-31 21:21:11','2021-01-31 16:21:11'),
(121018,44503,'action started via WP Cron','2021-01-31 21:22:19','2021-01-31 16:22:19'),
(121019,44503,'action complete via WP Cron','2021-01-31 21:22:19','2021-01-31 16:22:19'),
(121020,44504,'action created','2021-01-31 21:22:19','2021-01-31 16:22:19'),
(121021,44504,'action started via WP Cron','2021-01-31 21:23:16','2021-01-31 16:23:16'),
(121022,44504,'action complete via WP Cron','2021-01-31 21:23:16','2021-01-31 16:23:16'),
(121023,44505,'action created','2021-01-31 21:23:16','2021-01-31 16:23:16'),
(121024,44505,'action started via WP Cron','2021-01-31 21:24:21','2021-01-31 16:24:21'),
(121025,44505,'action complete via WP Cron','2021-01-31 21:24:21','2021-01-31 16:24:21'),
(121026,44506,'action created','2021-01-31 21:24:21','2021-01-31 16:24:21'),
(121027,44506,'action started via WP Cron','2021-01-31 21:25:17','2021-01-31 16:25:17'),
(121028,44506,'action complete via WP Cron','2021-01-31 21:25:17','2021-01-31 16:25:17'),
(121029,44507,'action created','2021-01-31 21:25:17','2021-01-31 16:25:17'),
(121030,44507,'action started via WP Cron','2021-01-31 21:26:14','2021-01-31 16:26:14'),
(121031,44507,'action complete via WP Cron','2021-01-31 21:26:14','2021-01-31 16:26:14'),
(121032,44508,'action created','2021-01-31 21:26:14','2021-01-31 16:26:14'),
(121033,44508,'action started via WP Cron','2021-01-31 21:27:16','2021-01-31 16:27:16'),
(121034,44508,'action complete via WP Cron','2021-01-31 21:27:16','2021-01-31 16:27:16'),
(121035,44509,'action created','2021-01-31 21:27:16','2021-01-31 16:27:16'),
(121036,44509,'action started via WP Cron','2021-01-31 21:28:20','2021-01-31 16:28:20'),
(121037,44509,'action complete via WP Cron','2021-01-31 21:28:20','2021-01-31 16:28:20'),
(121038,44510,'action created','2021-01-31 21:28:20','2021-01-31 16:28:20'),
(121039,44510,'action started via WP Cron','2021-01-31 21:29:11','2021-01-31 16:29:11'),
(121040,44510,'action complete via WP Cron','2021-01-31 21:29:11','2021-01-31 16:29:11'),
(121041,44511,'action created','2021-01-31 21:29:11','2021-01-31 16:29:11'),
(121042,44511,'action started via WP Cron','2021-01-31 21:30:19','2021-01-31 16:30:19'),
(121043,44511,'action complete via WP Cron','2021-01-31 21:30:19','2021-01-31 16:30:19'),
(121044,44512,'action created','2021-01-31 21:30:19','2021-01-31 16:30:19'),
(121045,44512,'action started via WP Cron','2021-01-31 21:31:22','2021-01-31 16:31:22'),
(121046,44512,'action complete via WP Cron','2021-01-31 21:31:22','2021-01-31 16:31:22'),
(121047,44513,'action created','2021-01-31 21:31:22','2021-01-31 16:31:22'),
(121048,44513,'action started via WP Cron','2021-01-31 21:32:34','2021-01-31 16:32:34'),
(121049,44513,'action complete via WP Cron','2021-01-31 21:32:34','2021-01-31 16:32:34'),
(121050,44514,'action created','2021-01-31 21:32:34','2021-01-31 16:32:34'),
(121051,44514,'action started via WP Cron','2021-01-31 21:33:19','2021-01-31 16:33:19'),
(121052,44514,'action complete via WP Cron','2021-01-31 21:33:19','2021-01-31 16:33:19'),
(121053,44515,'action created','2021-01-31 21:33:19','2021-01-31 16:33:19'),
(121054,44515,'action started via WP Cron','2021-01-31 21:34:13','2021-01-31 16:34:13'),
(121055,44515,'action complete via WP Cron','2021-01-31 21:34:13','2021-01-31 16:34:13'),
(121056,44516,'action created','2021-01-31 21:34:13','2021-01-31 16:34:13'),
(121057,44516,'action started via WP Cron','2021-01-31 21:35:15','2021-01-31 16:35:15'),
(121058,44516,'action complete via WP Cron','2021-01-31 21:35:15','2021-01-31 16:35:15'),
(121059,44517,'action created','2021-01-31 21:35:15','2021-01-31 16:35:15'),
(121060,44517,'action started via WP Cron','2021-01-31 21:36:15','2021-01-31 16:36:15'),
(121061,44517,'action complete via WP Cron','2021-01-31 21:36:15','2021-01-31 16:36:15'),
(121062,44518,'action created','2021-01-31 21:36:15','2021-01-31 16:36:15'),
(121063,44518,'action started via WP Cron','2021-01-31 21:37:15','2021-01-31 16:37:15'),
(121064,44518,'action complete via WP Cron','2021-01-31 21:37:15','2021-01-31 16:37:15'),
(121065,44519,'action created','2021-01-31 21:37:15','2021-01-31 16:37:15'),
(121066,44519,'action started via WP Cron','2021-01-31 21:38:25','2021-01-31 16:38:25'),
(121067,44519,'action complete via WP Cron','2021-01-31 21:38:25','2021-01-31 16:38:25'),
(121068,44520,'action created','2021-01-31 21:38:25','2021-01-31 16:38:25'),
(121069,44520,'action started via WP Cron','2021-01-31 21:39:12','2021-01-31 16:39:12'),
(121070,44520,'action complete via WP Cron','2021-01-31 21:39:12','2021-01-31 16:39:12'),
(121071,44521,'action created','2021-01-31 21:39:12','2021-01-31 16:39:12'),
(121072,44521,'action started via WP Cron','2021-01-31 21:40:31','2021-01-31 16:40:31'),
(121073,44521,'action complete via WP Cron','2021-01-31 21:40:31','2021-01-31 16:40:31'),
(121074,44522,'action created','2021-01-31 21:40:31','2021-01-31 16:40:31'),
(121075,44522,'action started via WP Cron','2021-01-31 21:42:05','2021-01-31 16:42:05'),
(121076,44522,'action complete via WP Cron','2021-01-31 21:42:05','2021-01-31 16:42:05'),
(121077,44523,'action created','2021-01-31 21:42:05','2021-01-31 16:42:05'),
(121078,44523,'action started via WP Cron','2021-01-31 21:45:26','2021-01-31 16:45:26'),
(121079,44523,'action complete via WP Cron','2021-01-31 21:45:26','2021-01-31 16:45:26'),
(121080,44524,'action created','2021-01-31 21:45:26','2021-01-31 16:45:26'),
(121081,44524,'action started via WP Cron','2021-01-31 21:46:38','2021-01-31 16:46:38'),
(121082,44524,'action complete via WP Cron','2021-01-31 21:46:38','2021-01-31 16:46:38'),
(121083,44525,'action created','2021-01-31 21:46:38','2021-01-31 16:46:38'),
(121084,44525,'action started via WP Cron','2021-01-31 21:48:28','2021-01-31 16:48:28'),
(121085,44525,'action complete via WP Cron','2021-01-31 21:48:28','2021-01-31 16:48:28'),
(121086,44526,'action created','2021-01-31 21:48:28','2021-01-31 16:48:28'),
(121087,44526,'action started via WP Cron','2021-01-31 21:50:04','2021-01-31 16:50:04'),
(121088,44526,'action complete via WP Cron','2021-01-31 21:50:04','2021-01-31 16:50:04'),
(121089,44527,'action created','2021-01-31 21:50:04','2021-01-31 16:50:04'),
(121090,44527,'action started via WP Cron','2021-01-31 21:50:25','2021-01-31 16:50:25'),
(121091,44527,'action complete via WP Cron','2021-01-31 21:50:25','2021-01-31 16:50:25'),
(121092,44528,'action created','2021-01-31 21:50:25','2021-01-31 16:50:25'),
(121093,44528,'action started via WP Cron','2021-01-31 21:51:14','2021-01-31 16:51:14'),
(121094,44528,'action complete via WP Cron','2021-01-31 21:51:14','2021-01-31 16:51:14'),
(121095,44529,'action created','2021-01-31 21:51:14','2021-01-31 16:51:14'),
(121096,44529,'action started via WP Cron','2021-01-31 21:52:22','2021-01-31 16:52:22'),
(121097,44529,'action complete via WP Cron','2021-01-31 21:52:22','2021-01-31 16:52:22'),
(121098,44530,'action created','2021-01-31 21:52:22','2021-01-31 16:52:22'),
(121099,44530,'action started via WP Cron','2021-01-31 21:53:12','2021-01-31 16:53:12'),
(121100,44530,'action complete via WP Cron','2021-01-31 21:53:12','2021-01-31 16:53:12'),
(121101,44531,'action created','2021-01-31 21:53:13','2021-01-31 16:53:13'),
(121102,44531,'action started via WP Cron','2021-01-31 21:55:10','2021-01-31 16:55:10'),
(121103,44531,'action complete via WP Cron','2021-01-31 21:55:10','2021-01-31 16:55:10'),
(121104,44532,'action created','2021-01-31 21:55:10','2021-01-31 16:55:10'),
(121105,44532,'action started via WP Cron','2021-01-31 21:56:39','2021-01-31 16:56:39'),
(121106,44532,'action complete via WP Cron','2021-01-31 21:56:39','2021-01-31 16:56:39'),
(121107,44533,'action created','2021-01-31 21:56:39','2021-01-31 16:56:39'),
(121108,44533,'action started via WP Cron','2021-01-31 21:57:23','2021-01-31 16:57:23'),
(121109,44533,'action complete via WP Cron','2021-01-31 21:57:23','2021-01-31 16:57:23'),
(121110,44534,'action created','2021-01-31 21:57:23','2021-01-31 16:57:23'),
(121111,44534,'action started via WP Cron','2021-01-31 21:58:25','2021-01-31 16:58:25'),
(121112,44534,'action complete via WP Cron','2021-01-31 21:58:25','2021-01-31 16:58:25'),
(121113,44535,'action created','2021-01-31 21:58:25','2021-01-31 16:58:25'),
(121114,44535,'action started via WP Cron','2021-01-31 21:59:42','2021-01-31 16:59:42'),
(121115,44535,'action complete via WP Cron','2021-01-31 21:59:42','2021-01-31 16:59:42'),
(121116,44536,'action created','2021-01-31 21:59:42','2021-01-31 16:59:42'),
(121117,44536,'action started via WP Cron','2021-01-31 22:01:12','2021-01-31 17:01:12'),
(121118,44536,'action complete via WP Cron','2021-01-31 22:01:12','2021-01-31 17:01:12'),
(121119,44537,'action created','2021-01-31 22:01:12','2021-01-31 17:01:12'),
(121120,44537,'action started via WP Cron','2021-01-31 22:02:14','2021-01-31 17:02:14'),
(121121,44537,'action complete via WP Cron','2021-01-31 22:02:14','2021-01-31 17:02:14'),
(121122,44538,'action created','2021-01-31 22:02:14','2021-01-31 17:02:14'),
(121123,44538,'action started via WP Cron','2021-01-31 22:03:13','2021-01-31 17:03:13'),
(121124,44538,'action complete via WP Cron','2021-01-31 22:03:13','2021-01-31 17:03:13'),
(121125,44539,'action created','2021-01-31 22:03:13','2021-01-31 17:03:13'),
(121126,44539,'action started via WP Cron','2021-01-31 22:04:13','2021-01-31 17:04:13'),
(121127,44539,'action complete via WP Cron','2021-01-31 22:04:13','2021-01-31 17:04:13'),
(121128,44540,'action created','2021-01-31 22:04:13','2021-01-31 17:04:13'),
(121129,44540,'action started via WP Cron','2021-01-31 22:05:12','2021-01-31 17:05:12'),
(121130,44540,'action complete via WP Cron','2021-01-31 22:05:12','2021-01-31 17:05:12'),
(121131,44541,'action created','2021-01-31 22:05:12','2021-01-31 17:05:12'),
(121132,44541,'action started via WP Cron','2021-01-31 22:06:14','2021-01-31 17:06:14'),
(121133,44541,'action complete via WP Cron','2021-01-31 22:06:14','2021-01-31 17:06:14'),
(121134,44542,'action created','2021-01-31 22:06:14','2021-01-31 17:06:14'),
(121135,44542,'action started via WP Cron','2021-01-31 22:07:12','2021-01-31 17:07:12'),
(121136,44542,'action complete via WP Cron','2021-01-31 22:07:12','2021-01-31 17:07:12'),
(121137,44543,'action created','2021-01-31 22:07:12','2021-01-31 17:07:12'),
(121138,44543,'action started via WP Cron','2021-01-31 22:08:12','2021-01-31 17:08:12'),
(121139,44543,'action complete via WP Cron','2021-01-31 22:08:12','2021-01-31 17:08:12'),
(121140,44544,'action created','2021-01-31 22:08:12','2021-01-31 17:08:12'),
(121141,44544,'action started via WP Cron','2021-01-31 22:09:11','2021-01-31 17:09:11'),
(121142,44544,'action complete via WP Cron','2021-01-31 22:09:11','2021-01-31 17:09:11'),
(121143,44545,'action created','2021-01-31 22:09:11','2021-01-31 17:09:11'),
(121144,44545,'action started via WP Cron','2021-01-31 22:10:29','2021-01-31 17:10:29'),
(121145,44545,'action complete via WP Cron','2021-01-31 22:10:29','2021-01-31 17:10:29'),
(121146,44546,'action created','2021-01-31 22:10:29','2021-01-31 17:10:29'),
(121147,44546,'action started via WP Cron','2021-01-31 22:11:35','2021-01-31 17:11:35'),
(121148,44546,'action complete via WP Cron','2021-01-31 22:11:35','2021-01-31 17:11:35'),
(121149,44547,'action created','2021-01-31 22:11:35','2021-01-31 17:11:35'),
(121150,44547,'action started via WP Cron','2021-01-31 22:12:21','2021-01-31 17:12:21'),
(121151,44547,'action complete via WP Cron','2021-01-31 22:12:21','2021-01-31 17:12:21'),
(121152,44548,'action created','2021-01-31 22:12:21','2021-01-31 17:12:21'),
(121153,44548,'action started via WP Cron','2021-01-31 22:13:56','2021-01-31 17:13:56'),
(121154,44548,'action complete via WP Cron','2021-01-31 22:13:56','2021-01-31 17:13:56'),
(121155,44549,'action created','2021-01-31 22:13:56','2021-01-31 17:13:56'),
(121156,44549,'action started via WP Cron','2021-01-31 22:15:56','2021-01-31 17:15:56'),
(121157,44549,'action complete via WP Cron','2021-01-31 22:15:56','2021-01-31 17:15:56'),
(121158,44550,'action created','2021-01-31 22:15:56','2021-01-31 17:15:56'),
(121159,44550,'action started via WP Cron','2021-01-31 22:16:27','2021-01-31 17:16:27'),
(121160,44550,'action complete via WP Cron','2021-01-31 22:16:27','2021-01-31 17:16:27'),
(121161,44551,'action created','2021-01-31 22:16:27','2021-01-31 17:16:27'),
(121162,44551,'action started via WP Cron','2021-01-31 22:17:36','2021-01-31 17:17:36'),
(121163,44551,'action complete via WP Cron','2021-01-31 22:17:36','2021-01-31 17:17:36'),
(121164,44552,'action created','2021-01-31 22:17:36','2021-01-31 17:17:36'),
(121165,44552,'action started via WP Cron','2021-01-31 22:18:15','2021-01-31 17:18:15'),
(121166,44552,'action complete via WP Cron','2021-01-31 22:18:15','2021-01-31 17:18:15'),
(121167,44553,'action created','2021-01-31 22:18:15','2021-01-31 17:18:15'),
(121168,44553,'action started via WP Cron','2021-01-31 22:19:33','2021-01-31 17:19:33'),
(121169,44553,'action complete via WP Cron','2021-01-31 22:19:33','2021-01-31 17:19:33'),
(121170,44554,'action created','2021-01-31 22:19:33','2021-01-31 17:19:33'),
(121171,44554,'action started via WP Cron','2021-01-31 22:20:17','2021-01-31 17:20:17'),
(121172,44554,'action complete via WP Cron','2021-01-31 22:20:17','2021-01-31 17:20:17'),
(121173,44555,'action created','2021-01-31 22:20:17','2021-01-31 17:20:17'),
(121174,44555,'action started via WP Cron','2021-01-31 22:24:26','2021-01-31 17:24:26'),
(121175,44555,'action complete via WP Cron','2021-01-31 22:24:26','2021-01-31 17:24:26'),
(121176,44556,'action created','2021-01-31 22:24:26','2021-01-31 17:24:26'),
(121177,44556,'action started via WP Cron','2021-01-31 22:26:02','2021-01-31 17:26:02'),
(121178,44556,'action complete via WP Cron','2021-01-31 22:26:02','2021-01-31 17:26:02'),
(121179,44557,'action created','2021-01-31 22:26:02','2021-01-31 17:26:02'),
(121180,44557,'action started via WP Cron','2021-01-31 22:26:15','2021-01-31 17:26:15'),
(121181,44557,'action complete via WP Cron','2021-01-31 22:26:15','2021-01-31 17:26:15'),
(121182,44558,'action created','2021-01-31 22:26:15','2021-01-31 17:26:15'),
(121183,44558,'action started via WP Cron','2021-01-31 22:28:57','2021-01-31 17:28:57'),
(121184,44558,'action complete via WP Cron','2021-01-31 22:28:57','2021-01-31 17:28:57'),
(121185,44559,'action created','2021-01-31 22:28:57','2021-01-31 17:28:57'),
(121186,44559,'action started via WP Cron','2021-01-31 22:29:28','2021-01-31 17:29:28'),
(121187,44559,'action complete via WP Cron','2021-01-31 22:29:28','2021-01-31 17:29:28'),
(121188,44560,'action created','2021-01-31 22:29:28','2021-01-31 17:29:28'),
(121189,44560,'action started via WP Cron','2021-01-31 22:30:42','2021-01-31 17:30:42'),
(121190,44560,'action complete via WP Cron','2021-01-31 22:30:42','2021-01-31 17:30:42'),
(121191,44561,'action created','2021-01-31 22:30:42','2021-01-31 17:30:42'),
(121192,44561,'action started via WP Cron','2021-01-31 22:31:13','2021-01-31 17:31:13'),
(121193,44561,'action complete via WP Cron','2021-01-31 22:31:13','2021-01-31 17:31:13'),
(121194,44562,'action created','2021-01-31 22:31:13','2021-01-31 17:31:13'),
(121195,44562,'action started via WP Cron','2021-01-31 22:34:39','2021-01-31 17:34:39'),
(121196,44562,'action complete via WP Cron','2021-01-31 22:34:39','2021-01-31 17:34:39'),
(121197,44563,'action created','2021-01-31 22:34:39','2021-01-31 17:34:39'),
(121198,44563,'action started via WP Cron','2021-01-31 22:35:35','2021-01-31 17:35:35'),
(121199,44563,'action complete via WP Cron','2021-01-31 22:35:36','2021-01-31 17:35:36'),
(121200,44564,'action created','2021-01-31 22:35:36','2021-01-31 17:35:36'),
(121201,44564,'action started via WP Cron','2021-01-31 22:37:14','2021-01-31 17:37:14'),
(121202,44564,'action complete via WP Cron','2021-01-31 22:37:14','2021-01-31 17:37:14'),
(121203,44565,'action created','2021-01-31 22:37:14','2021-01-31 17:37:14'),
(121204,44565,'action started via WP Cron','2021-01-31 22:38:53','2021-01-31 17:38:53'),
(121205,44565,'action complete via WP Cron','2021-01-31 22:38:53','2021-01-31 17:38:53'),
(121206,44566,'action created','2021-01-31 22:38:53','2021-01-31 17:38:53'),
(121207,44566,'action started via WP Cron','2021-01-31 22:39:25','2021-01-31 17:39:25'),
(121208,44566,'action complete via WP Cron','2021-01-31 22:39:25','2021-01-31 17:39:25'),
(121209,44567,'action created','2021-01-31 22:39:25','2021-01-31 17:39:25'),
(121210,44567,'action started via WP Cron','2021-01-31 22:40:28','2021-01-31 17:40:28'),
(121211,44567,'action complete via WP Cron','2021-01-31 22:40:28','2021-01-31 17:40:28'),
(121212,44568,'action created','2021-01-31 22:40:28','2021-01-31 17:40:28'),
(121213,44568,'action started via WP Cron','2021-01-31 22:41:16','2021-01-31 17:41:16'),
(121214,44568,'action complete via WP Cron','2021-01-31 22:41:16','2021-01-31 17:41:16'),
(121215,44569,'action created','2021-01-31 22:41:16','2021-01-31 17:41:16'),
(121216,44569,'action started via WP Cron','2021-01-31 22:42:24','2021-01-31 17:42:24'),
(121217,44569,'action complete via WP Cron','2021-01-31 22:42:24','2021-01-31 17:42:24'),
(121218,44570,'action created','2021-01-31 22:42:24','2021-01-31 17:42:24'),
(121219,44570,'action started via WP Cron','2021-01-31 22:43:18','2021-01-31 17:43:18'),
(121220,44570,'action complete via WP Cron','2021-01-31 22:43:18','2021-01-31 17:43:18'),
(121221,44571,'action created','2021-01-31 22:43:18','2021-01-31 17:43:18'),
(121222,44571,'action started via WP Cron','2021-01-31 22:44:13','2021-01-31 17:44:13'),
(121223,44571,'action complete via WP Cron','2021-01-31 22:44:13','2021-01-31 17:44:13'),
(121224,44572,'action created','2021-01-31 22:44:13','2021-01-31 17:44:13'),
(121225,44572,'action started via WP Cron','2021-01-31 22:46:52','2021-01-31 17:46:52'),
(121226,44572,'action complete via WP Cron','2021-01-31 22:46:52','2021-01-31 17:46:52'),
(121227,44573,'action created','2021-01-31 22:46:52','2021-01-31 17:46:52'),
(121228,44573,'action started via WP Cron','2021-01-31 22:47:41','2021-01-31 17:47:41'),
(121229,44573,'action complete via WP Cron','2021-01-31 22:47:41','2021-01-31 17:47:41'),
(121230,44574,'action created','2021-01-31 22:47:41','2021-01-31 17:47:41'),
(121231,44574,'action started via WP Cron','2021-01-31 22:48:44','2021-01-31 17:48:44'),
(121232,44574,'action complete via WP Cron','2021-01-31 22:48:44','2021-01-31 17:48:44'),
(121233,44575,'action created','2021-01-31 22:48:44','2021-01-31 17:48:44'),
(121234,44575,'action started via WP Cron','2021-01-31 22:49:40','2021-01-31 17:49:40'),
(121235,44575,'action complete via WP Cron','2021-01-31 22:49:40','2021-01-31 17:49:40'),
(121236,44576,'action created','2021-01-31 22:49:40','2021-01-31 17:49:40'),
(121237,44576,'action started via WP Cron','2021-01-31 22:50:22','2021-01-31 17:50:22'),
(121238,44576,'action complete via WP Cron','2021-01-31 22:50:22','2021-01-31 17:50:22'),
(121239,44577,'action created','2021-01-31 22:50:22','2021-01-31 17:50:22'),
(121240,44577,'action started via WP Cron','2021-01-31 22:51:14','2021-01-31 17:51:14'),
(121241,44577,'action complete via WP Cron','2021-01-31 22:51:14','2021-01-31 17:51:14'),
(121242,44578,'action created','2021-01-31 22:51:14','2021-01-31 17:51:14'),
(121243,44578,'action started via WP Cron','2021-01-31 22:52:41','2021-01-31 17:52:41'),
(121244,44578,'action complete via WP Cron','2021-01-31 22:52:41','2021-01-31 17:52:41'),
(121245,44579,'action created','2021-01-31 22:52:41','2021-01-31 17:52:41'),
(121246,44579,'action started via WP Cron','2021-01-31 22:55:36','2021-01-31 17:55:36'),
(121247,44579,'action complete via WP Cron','2021-01-31 22:55:36','2021-01-31 17:55:36'),
(121248,44580,'action created','2021-01-31 22:55:36','2021-01-31 17:55:36'),
(121249,44580,'action started via WP Cron','2021-01-31 22:57:05','2021-01-31 17:57:05'),
(121250,44580,'action complete via WP Cron','2021-01-31 22:57:05','2021-01-31 17:57:05'),
(121251,44581,'action created','2021-01-31 22:57:05','2021-01-31 17:57:05'),
(121252,44581,'action started via WP Cron','2021-01-31 22:58:57','2021-01-31 17:58:57'),
(121253,44581,'action complete via WP Cron','2021-01-31 22:58:57','2021-01-31 17:58:57'),
(121254,44582,'action created','2021-01-31 22:58:57','2021-01-31 17:58:57'),
(121255,44582,'action started via WP Cron','2021-01-31 22:59:39','2021-01-31 17:59:39'),
(121256,44582,'action complete via WP Cron','2021-01-31 22:59:39','2021-01-31 17:59:39'),
(121257,44583,'action created','2021-01-31 22:59:39','2021-01-31 17:59:39'),
(121258,44583,'action started via WP Cron','2021-01-31 23:00:51','2021-01-31 18:00:51'),
(121259,44583,'action complete via WP Cron','2021-01-31 23:00:51','2021-01-31 18:00:51'),
(121260,44584,'action created','2021-01-31 23:00:51','2021-01-31 18:00:51'),
(121261,44584,'action started via WP Cron','2021-01-31 23:01:36','2021-01-31 18:01:36'),
(121262,44584,'action complete via WP Cron','2021-01-31 23:01:36','2021-01-31 18:01:36'),
(121263,44585,'action created','2021-01-31 23:01:36','2021-01-31 18:01:36'),
(121264,44585,'action started via WP Cron','2021-01-31 23:02:12','2021-01-31 18:02:12'),
(121265,44585,'action complete via WP Cron','2021-01-31 23:02:12','2021-01-31 18:02:12'),
(121266,44586,'action created','2021-01-31 23:02:12','2021-01-31 18:02:12'),
(121267,44586,'action started via WP Cron','2021-01-31 23:03:32','2021-01-31 18:03:32'),
(121268,44586,'action complete via WP Cron','2021-01-31 23:03:32','2021-01-31 18:03:32'),
(121269,44587,'action created','2021-01-31 23:03:32','2021-01-31 18:03:32'),
(121270,44587,'action started via WP Cron','2021-01-31 23:04:36','2021-01-31 18:04:36'),
(121271,44587,'action complete via WP Cron','2021-01-31 23:04:36','2021-01-31 18:04:36'),
(121272,44588,'action created','2021-01-31 23:04:36','2021-01-31 18:04:36'),
(121273,44588,'action started via WP Cron','2021-01-31 23:07:50','2021-01-31 18:07:50'),
(121274,44588,'action complete via WP Cron','2021-01-31 23:07:50','2021-01-31 18:07:50'),
(121275,44589,'action created','2021-01-31 23:07:50','2021-01-31 18:07:50'),
(121276,44589,'action started via WP Cron','2021-01-31 23:09:45','2021-01-31 18:09:45'),
(121277,44589,'action complete via WP Cron','2021-01-31 23:09:45','2021-01-31 18:09:45'),
(121278,44590,'action created','2021-01-31 23:09:45','2021-01-31 18:09:45'),
(121279,44590,'action started via WP Cron','2021-01-31 23:11:58','2021-01-31 18:11:58'),
(121280,44590,'action complete via WP Cron','2021-01-31 23:11:58','2021-01-31 18:11:58'),
(121281,44591,'action created','2021-01-31 23:11:58','2021-01-31 18:11:58'),
(121282,44591,'action started via WP Cron','2021-01-31 23:12:35','2021-01-31 18:12:35'),
(121283,44591,'action complete via WP Cron','2021-01-31 23:12:35','2021-01-31 18:12:35'),
(121284,44592,'action created','2021-01-31 23:12:35','2021-01-31 18:12:35'),
(121285,44592,'action started via WP Cron','2021-01-31 23:13:31','2021-01-31 18:13:31'),
(121286,44592,'action complete via WP Cron','2021-01-31 23:13:31','2021-01-31 18:13:31'),
(121287,44593,'action created','2021-01-31 23:13:31','2021-01-31 18:13:31'),
(121288,44593,'action started via WP Cron','2021-01-31 23:14:21','2021-01-31 18:14:21'),
(121289,44593,'action complete via WP Cron','2021-01-31 23:14:21','2021-01-31 18:14:21'),
(121290,44594,'action created','2021-01-31 23:14:21','2021-01-31 18:14:21'),
(121291,44594,'action started via WP Cron','2021-01-31 23:16:05','2021-01-31 18:16:05'),
(121292,44594,'action complete via WP Cron','2021-01-31 23:16:05','2021-01-31 18:16:05'),
(121293,44595,'action created','2021-01-31 23:16:05','2021-01-31 18:16:05'),
(121294,44595,'action started via WP Cron','2021-01-31 23:16:26','2021-01-31 18:16:26'),
(121295,44595,'action complete via WP Cron','2021-01-31 23:16:26','2021-01-31 18:16:26'),
(121296,44596,'action created','2021-01-31 23:16:26','2021-01-31 18:16:26'),
(121297,44596,'action started via WP Cron','2021-01-31 23:17:11','2021-01-31 18:17:11'),
(121298,44596,'action complete via WP Cron','2021-01-31 23:17:11','2021-01-31 18:17:11'),
(121299,44597,'action created','2021-01-31 23:17:11','2021-01-31 18:17:11'),
(121300,44597,'action started via WP Cron','2021-01-31 23:19:58','2021-01-31 18:19:58'),
(121301,44597,'action complete via WP Cron','2021-01-31 23:19:58','2021-01-31 18:19:58'),
(121302,44598,'action created','2021-01-31 23:19:58','2021-01-31 18:19:58'),
(121303,44598,'action started via WP Cron','2021-01-31 23:20:25','2021-01-31 18:20:25'),
(121304,44598,'action complete via WP Cron','2021-01-31 23:20:25','2021-01-31 18:20:25'),
(121305,44599,'action created','2021-01-31 23:20:26','2021-01-31 18:20:26'),
(121306,44599,'action started via WP Cron','2021-01-31 23:21:42','2021-01-31 18:21:42'),
(121307,44599,'action complete via WP Cron','2021-01-31 23:21:42','2021-01-31 18:21:42'),
(121308,44600,'action created','2021-01-31 23:21:42','2021-01-31 18:21:42'),
(121309,44600,'action started via WP Cron','2021-01-31 23:22:32','2021-01-31 18:22:32'),
(121310,44600,'action complete via WP Cron','2021-01-31 23:22:32','2021-01-31 18:22:32'),
(121311,44601,'action created','2021-01-31 23:22:33','2021-01-31 18:22:33'),
(121312,44601,'action started via WP Cron','2021-01-31 23:25:32','2021-01-31 18:25:32'),
(121313,44601,'action complete via WP Cron','2021-01-31 23:25:32','2021-01-31 18:25:32'),
(121314,44602,'action created','2021-01-31 23:25:32','2021-01-31 18:25:32'),
(121315,44602,'action started via WP Cron','2021-01-31 23:26:26','2021-01-31 18:26:26'),
(121316,44602,'action complete via WP Cron','2021-01-31 23:26:26','2021-01-31 18:26:26'),
(121317,44603,'action created','2021-01-31 23:26:26','2021-01-31 18:26:26'),
(121318,44603,'action started via WP Cron','2021-01-31 23:27:31','2021-01-31 18:27:31'),
(121319,44603,'action complete via WP Cron','2021-01-31 23:27:31','2021-01-31 18:27:31'),
(121320,44604,'action created','2021-01-31 23:27:31','2021-01-31 18:27:31'),
(121321,44604,'action started via WP Cron','2021-01-31 23:28:44','2021-01-31 18:28:44'),
(121322,44604,'action complete via WP Cron','2021-01-31 23:28:44','2021-01-31 18:28:44'),
(121323,44605,'action created','2021-01-31 23:28:44','2021-01-31 18:28:44'),
(121324,44605,'action started via WP Cron','2021-01-31 23:30:11','2021-01-31 18:30:11'),
(121325,44605,'action complete via WP Cron','2021-01-31 23:30:11','2021-01-31 18:30:11'),
(121326,44606,'action created','2021-01-31 23:30:11','2021-01-31 18:30:11'),
(121327,44606,'action started via WP Cron','2021-01-31 23:31:28','2021-01-31 18:31:28'),
(121328,44606,'action complete via WP Cron','2021-01-31 23:31:28','2021-01-31 18:31:28'),
(121329,44607,'action created','2021-01-31 23:31:28','2021-01-31 18:31:28'),
(121330,44607,'action started via WP Cron','2021-01-31 23:33:03','2021-01-31 18:33:03'),
(121331,44607,'action complete via WP Cron','2021-01-31 23:33:03','2021-01-31 18:33:03'),
(121332,44608,'action created','2021-01-31 23:33:03','2021-01-31 18:33:03'),
(121333,44608,'action started via WP Cron','2021-01-31 23:33:59','2021-01-31 18:33:59'),
(121334,44608,'action complete via WP Cron','2021-01-31 23:33:59','2021-01-31 18:33:59'),
(121335,44609,'action created','2021-01-31 23:33:59','2021-01-31 18:33:59'),
(121336,44609,'action started via WP Cron','2021-01-31 23:34:58','2021-01-31 18:34:58'),
(121337,44609,'action complete via WP Cron','2021-01-31 23:34:58','2021-01-31 18:34:58'),
(121338,44610,'action created','2021-01-31 23:34:58','2021-01-31 18:34:58'),
(121339,44610,'action started via WP Cron','2021-01-31 23:35:35','2021-01-31 18:35:35'),
(121340,44610,'action complete via WP Cron','2021-01-31 23:35:35','2021-01-31 18:35:35'),
(121341,44611,'action created','2021-01-31 23:35:35','2021-01-31 18:35:35'),
(121342,44611,'action started via WP Cron','2021-01-31 23:36:53','2021-01-31 18:36:53'),
(121343,44611,'action complete via WP Cron','2021-01-31 23:36:53','2021-01-31 18:36:53'),
(121344,44612,'action created','2021-01-31 23:36:53','2021-01-31 18:36:53'),
(121345,44612,'action started via WP Cron','2021-01-31 23:39:19','2021-01-31 18:39:19'),
(121346,44612,'action complete via WP Cron','2021-01-31 23:39:19','2021-01-31 18:39:19'),
(121347,44613,'action created','2021-01-31 23:39:19','2021-01-31 18:39:19'),
(121348,44613,'action started via WP Cron','2021-01-31 23:40:46','2021-01-31 18:40:46'),
(121349,44613,'action complete via WP Cron','2021-01-31 23:40:46','2021-01-31 18:40:46'),
(121350,44614,'action created','2021-01-31 23:40:46','2021-01-31 18:40:46'),
(121351,44614,'action started via WP Cron','2021-01-31 23:42:53','2021-01-31 18:42:53'),
(121352,44614,'action complete via WP Cron','2021-01-31 23:42:53','2021-01-31 18:42:53'),
(121353,44615,'action created','2021-01-31 23:42:53','2021-01-31 18:42:53'),
(121354,44615,'action started via WP Cron','2021-01-31 23:44:09','2021-01-31 18:44:09'),
(121355,44615,'action complete via WP Cron','2021-01-31 23:44:09','2021-01-31 18:44:09'),
(121356,44616,'action created','2021-01-31 23:44:09','2021-01-31 18:44:09'),
(121357,44616,'action started via WP Cron','2021-01-31 23:44:53','2021-01-31 18:44:53'),
(121358,44616,'action complete via WP Cron','2021-01-31 23:44:53','2021-01-31 18:44:53'),
(121359,44617,'action created','2021-01-31 23:44:54','2021-01-31 18:44:54'),
(121360,44617,'action started via WP Cron','2021-01-31 23:45:13','2021-01-31 18:45:13'),
(121361,44617,'action complete via WP Cron','2021-01-31 23:45:13','2021-01-31 18:45:13'),
(121362,44618,'action created','2021-01-31 23:45:13','2021-01-31 18:45:13'),
(121363,44618,'action started via WP Cron','2021-01-31 23:47:27','2021-01-31 18:47:27'),
(121364,44618,'action complete via WP Cron','2021-01-31 23:47:27','2021-01-31 18:47:27'),
(121365,44619,'action created','2021-01-31 23:47:27','2021-01-31 18:47:27'),
(121366,44619,'action started via WP Cron','2021-01-31 23:49:12','2021-01-31 18:49:12'),
(121367,44619,'action complete via WP Cron','2021-01-31 23:49:12','2021-01-31 18:49:12'),
(121368,44620,'action created','2021-01-31 23:49:13','2021-01-31 18:49:13'),
(121369,44620,'action started via WP Cron','2021-01-31 23:50:16','2021-01-31 18:50:16'),
(121370,44620,'action complete via WP Cron','2021-01-31 23:50:16','2021-01-31 18:50:16'),
(121371,44621,'action created','2021-01-31 23:50:16','2021-01-31 18:50:16'),
(121372,44621,'action started via WP Cron','2021-01-31 23:51:38','2021-01-31 18:51:38'),
(121373,44621,'action complete via WP Cron','2021-01-31 23:51:38','2021-01-31 18:51:38'),
(121374,44622,'action created','2021-01-31 23:51:38','2021-01-31 18:51:38'),
(121375,44622,'action started via WP Cron','2021-01-31 23:52:34','2021-01-31 18:52:34'),
(121376,44622,'action complete via WP Cron','2021-01-31 23:52:34','2021-01-31 18:52:34'),
(121377,44623,'action created','2021-01-31 23:52:34','2021-01-31 18:52:34'),
(121378,44623,'action started via WP Cron','2021-01-31 23:53:55','2021-01-31 18:53:55'),
(121379,44623,'action complete via WP Cron','2021-01-31 23:53:55','2021-01-31 18:53:55'),
(121380,44624,'action created','2021-01-31 23:53:55','2021-01-31 18:53:55'),
(121381,44624,'action started via WP Cron','2021-01-31 23:54:35','2021-01-31 18:54:35'),
(121382,44624,'action complete via WP Cron','2021-01-31 23:54:35','2021-01-31 18:54:35'),
(121383,44625,'action created','2021-01-31 23:54:35','2021-01-31 18:54:35'),
(121384,44625,'action started via WP Cron','2021-01-31 23:55:12','2021-01-31 18:55:12'),
(121385,44625,'action complete via WP Cron','2021-01-31 23:55:12','2021-01-31 18:55:12'),
(121386,44626,'action created','2021-01-31 23:55:12','2021-01-31 18:55:12'),
(121387,44626,'action started via WP Cron','2021-01-31 23:57:43','2021-01-31 18:57:43'),
(121388,44626,'action complete via WP Cron','2021-01-31 23:57:43','2021-01-31 18:57:43'),
(121389,44627,'action created','2021-01-31 23:57:43','2021-01-31 18:57:43'),
(121390,44627,'action started via WP Cron','2021-01-31 23:59:24','2021-01-31 18:59:24'),
(121391,44627,'action complete via WP Cron','2021-01-31 23:59:24','2021-01-31 18:59:24'),
(121392,44628,'action created','2021-01-31 23:59:24','2021-01-31 18:59:24'),
(121393,44628,'action started via WP Cron','2021-02-01 00:00:57','2021-01-31 19:00:57'),
(121394,44628,'action complete via WP Cron','2021-02-01 00:00:57','2021-01-31 19:00:57'),
(121395,44629,'action created','2021-02-01 00:00:57','2021-01-31 19:00:57'),
(121396,44629,'action started via WP Cron','2021-02-01 00:03:17','2021-01-31 19:03:17'),
(121397,44629,'action complete via WP Cron','2021-02-01 00:03:17','2021-01-31 19:03:17'),
(121398,44630,'action created','2021-02-01 00:03:17','2021-01-31 19:03:17'),
(121399,44630,'action started via WP Cron','2021-02-01 00:04:28','2021-01-31 19:04:28'),
(121400,44630,'action complete via WP Cron','2021-02-01 00:04:28','2021-01-31 19:04:28'),
(121401,44631,'action created','2021-02-01 00:04:28','2021-01-31 19:04:28'),
(121402,44631,'action started via WP Cron','2021-02-01 00:05:22','2021-01-31 19:05:22'),
(121403,44631,'action complete via WP Cron','2021-02-01 00:05:22','2021-01-31 19:05:22'),
(121404,44632,'action created','2021-02-01 00:05:22','2021-01-31 19:05:22'),
(121405,44632,'action started via WP Cron','2021-02-01 00:07:39','2021-01-31 19:07:39'),
(121406,44632,'action complete via WP Cron','2021-02-01 00:07:39','2021-01-31 19:07:39'),
(121407,44633,'action created','2021-02-01 00:07:40','2021-01-31 19:07:40'),
(121408,44633,'action started via WP Cron','2021-02-01 00:08:25','2021-01-31 19:08:25'),
(121409,44633,'action complete via WP Cron','2021-02-01 00:08:25','2021-01-31 19:08:25'),
(121410,44634,'action created','2021-02-01 00:08:25','2021-01-31 19:08:25'),
(121411,44634,'action started via WP Cron','2021-02-01 00:11:40','2021-01-31 19:11:40'),
(121412,44634,'action complete via WP Cron','2021-02-01 00:11:40','2021-01-31 19:11:40'),
(121413,44635,'action created','2021-02-01 00:11:40','2021-01-31 19:11:40'),
(121414,44635,'action started via WP Cron','2021-02-01 00:13:33','2021-01-31 19:13:33'),
(121415,44635,'action complete via WP Cron','2021-02-01 00:13:33','2021-01-31 19:13:33'),
(121416,44636,'action created','2021-02-01 00:13:33','2021-01-31 19:13:33'),
(121417,44636,'action started via WP Cron','2021-02-01 00:15:15','2021-01-31 19:15:15'),
(121418,44636,'action complete via WP Cron','2021-02-01 00:15:15','2021-01-31 19:15:15'),
(121419,44637,'action created','2021-02-01 00:15:15','2021-01-31 19:15:15'),
(121420,44637,'action started via WP Cron','2021-02-01 00:17:17','2021-01-31 19:17:17'),
(121421,44637,'action complete via WP Cron','2021-02-01 00:17:17','2021-01-31 19:17:17'),
(121422,44638,'action created','2021-02-01 00:17:17','2021-01-31 19:17:17'),
(121423,44638,'action started via WP Cron','2021-02-01 00:18:14','2021-01-31 19:18:14'),
(121424,44638,'action complete via WP Cron','2021-02-01 00:18:14','2021-01-31 19:18:14'),
(121425,44639,'action created','2021-02-01 00:18:14','2021-01-31 19:18:14'),
(121426,44639,'action started via WP Cron','2021-02-01 00:20:27','2021-01-31 19:20:27'),
(121427,44639,'action complete via WP Cron','2021-02-01 00:20:27','2021-01-31 19:20:27'),
(121428,44640,'action created','2021-02-01 00:20:27','2021-01-31 19:20:27'),
(121429,44640,'action started via WP Cron','2021-02-01 00:21:44','2021-01-31 19:21:44'),
(121430,44640,'action complete via WP Cron','2021-02-01 00:21:44','2021-01-31 19:21:44'),
(121431,44641,'action created','2021-02-01 00:21:44','2021-01-31 19:21:44'),
(121432,44641,'action started via WP Cron','2021-02-01 00:23:23','2021-01-31 19:23:23'),
(121433,44641,'action complete via WP Cron','2021-02-01 00:23:23','2021-01-31 19:23:23'),
(121434,44642,'action created','2021-02-01 00:23:23','2021-01-31 19:23:23'),
(121435,44642,'action started via WP Cron','2021-02-01 00:24:37','2021-01-31 19:24:37'),
(121436,44642,'action complete via WP Cron','2021-02-01 00:24:37','2021-01-31 19:24:37'),
(121437,44643,'action created','2021-02-01 00:24:37','2021-01-31 19:24:37'),
(121438,44643,'action started via WP Cron','2021-02-01 00:25:42','2021-01-31 19:25:42'),
(121439,44643,'action complete via WP Cron','2021-02-01 00:25:42','2021-01-31 19:25:42'),
(121440,44644,'action created','2021-02-01 00:25:42','2021-01-31 19:25:42'),
(121441,44644,'action started via WP Cron','2021-02-01 00:26:55','2021-01-31 19:26:55'),
(121442,44644,'action complete via WP Cron','2021-02-01 00:26:56','2021-01-31 19:26:56'),
(121443,44645,'action created','2021-02-01 00:26:56','2021-01-31 19:26:56'),
(121444,44645,'action started via WP Cron','2021-02-01 00:32:35','2021-01-31 19:32:35'),
(121445,44645,'action complete via WP Cron','2021-02-01 00:32:35','2021-01-31 19:32:35'),
(121446,44646,'action created','2021-02-01 00:32:35','2021-01-31 19:32:35'),
(121447,44646,'action started via WP Cron','2021-02-01 00:34:15','2021-01-31 19:34:15'),
(121448,44646,'action complete via WP Cron','2021-02-01 00:34:15','2021-01-31 19:34:15'),
(121449,44647,'action created','2021-02-01 00:34:16','2021-01-31 19:34:16'),
(121450,44647,'action started via WP Cron','2021-02-01 00:36:42','2021-01-31 19:36:42'),
(121451,44647,'action complete via WP Cron','2021-02-01 00:36:42','2021-01-31 19:36:42'),
(121452,44648,'action created','2021-02-01 00:36:42','2021-01-31 19:36:42'),
(121453,44648,'action started via WP Cron','2021-02-01 00:37:49','2021-01-31 19:37:49'),
(121454,44648,'action complete via WP Cron','2021-02-01 00:37:49','2021-01-31 19:37:49'),
(121455,44649,'action created','2021-02-01 00:37:49','2021-01-31 19:37:49'),
(121456,44649,'action started via WP Cron','2021-02-01 00:40:31','2021-01-31 19:40:31'),
(121457,44649,'action complete via WP Cron','2021-02-01 00:40:31','2021-01-31 19:40:31'),
(121458,44650,'action created','2021-02-01 00:40:31','2021-01-31 19:40:31'),
(121459,44650,'action started via WP Cron','2021-02-01 00:41:19','2021-01-31 19:41:19'),
(121460,44650,'action complete via WP Cron','2021-02-01 00:41:19','2021-01-31 19:41:19'),
(121461,44651,'action created','2021-02-01 00:41:19','2021-01-31 19:41:19'),
(121462,44651,'action started via WP Cron','2021-02-01 00:42:19','2021-01-31 19:42:19'),
(121463,44651,'action complete via WP Cron','2021-02-01 00:42:19','2021-01-31 19:42:19'),
(121464,44652,'action created','2021-02-01 00:42:19','2021-01-31 19:42:19'),
(121465,44652,'action started via WP Cron','2021-02-01 00:47:32','2021-01-31 19:47:32'),
(121466,44652,'action complete via WP Cron','2021-02-01 00:47:32','2021-01-31 19:47:32'),
(121467,44653,'action created','2021-02-01 00:47:32','2021-01-31 19:47:32'),
(121468,44653,'action started via WP Cron','2021-02-01 00:48:48','2021-01-31 19:48:48'),
(121469,44653,'action complete via WP Cron','2021-02-01 00:48:48','2021-01-31 19:48:48'),
(121470,44654,'action created','2021-02-01 00:48:48','2021-01-31 19:48:48'),
(121471,44654,'action started via WP Cron','2021-02-01 00:49:42','2021-01-31 19:49:42'),
(121472,44654,'action complete via WP Cron','2021-02-01 00:49:42','2021-01-31 19:49:42'),
(121473,44655,'action created','2021-02-01 00:49:42','2021-01-31 19:49:42'),
(121474,44655,'action started via WP Cron','2021-02-01 00:50:57','2021-01-31 19:50:57'),
(121475,44655,'action complete via WP Cron','2021-02-01 00:50:57','2021-01-31 19:50:57'),
(121476,44656,'action created','2021-02-01 00:50:57','2021-01-31 19:50:57'),
(121477,44656,'action started via WP Cron','2021-02-01 00:51:12','2021-01-31 19:51:12'),
(121478,44656,'action complete via WP Cron','2021-02-01 00:51:12','2021-01-31 19:51:12'),
(121479,44657,'action created','2021-02-01 00:51:12','2021-01-31 19:51:12'),
(121480,44657,'action started via WP Cron','2021-02-01 00:58:02','2021-01-31 19:58:02'),
(121481,44657,'action complete via WP Cron','2021-02-01 00:58:02','2021-01-31 19:58:02'),
(121482,44658,'action created','2021-02-01 00:58:02','2021-01-31 19:58:02'),
(121483,44658,'action started via WP Cron','2021-02-01 00:59:02','2021-01-31 19:59:02'),
(121484,44658,'action complete via WP Cron','2021-02-01 00:59:02','2021-01-31 19:59:02'),
(121485,44659,'action created','2021-02-01 00:59:02','2021-01-31 19:59:02'),
(121486,44659,'action started via WP Cron','2021-02-01 01:00:57','2021-01-31 20:00:57'),
(121487,44659,'action complete via WP Cron','2021-02-01 01:00:58','2021-01-31 20:00:58'),
(121488,44660,'action created','2021-02-01 01:00:58','2021-01-31 20:00:58'),
(121489,44660,'action started via WP Cron','2021-02-01 01:01:16','2021-01-31 20:01:16'),
(121490,44660,'action complete via WP Cron','2021-02-01 01:01:16','2021-01-31 20:01:16'),
(121491,44661,'action created','2021-02-01 01:01:16','2021-01-31 20:01:16'),
(121492,44661,'action started via WP Cron','2021-02-01 01:02:16','2021-01-31 20:02:16'),
(121493,44661,'action complete via WP Cron','2021-02-01 01:02:16','2021-01-31 20:02:16'),
(121494,44662,'action created','2021-02-01 01:02:16','2021-01-31 20:02:16'),
(121495,44662,'action started via WP Cron','2021-02-01 01:03:52','2021-01-31 20:03:52'),
(121496,44662,'action complete via WP Cron','2021-02-01 01:03:52','2021-01-31 20:03:52'),
(121497,44663,'action created','2021-02-01 01:03:52','2021-01-31 20:03:52'),
(121498,44663,'action started via WP Cron','2021-02-01 01:04:15','2021-01-31 20:04:15'),
(121499,44663,'action complete via WP Cron','2021-02-01 01:04:15','2021-01-31 20:04:15'),
(121500,44664,'action created','2021-02-01 01:04:15','2021-01-31 20:04:15'),
(121501,44664,'action started via WP Cron','2021-02-01 01:05:12','2021-01-31 20:05:12'),
(121502,44664,'action complete via WP Cron','2021-02-01 01:05:12','2021-01-31 20:05:12'),
(121503,44665,'action created','2021-02-01 01:05:12','2021-01-31 20:05:12'),
(121504,44665,'action started via WP Cron','2021-02-01 01:06:13','2021-01-31 20:06:13'),
(121505,44665,'action complete via WP Cron','2021-02-01 01:06:13','2021-01-31 20:06:13'),
(121506,44666,'action created','2021-02-01 01:06:13','2021-01-31 20:06:13'),
(121507,44666,'action started via WP Cron','2021-02-01 01:07:21','2021-01-31 20:07:21'),
(121508,44666,'action complete via WP Cron','2021-02-01 01:07:21','2021-01-31 20:07:21'),
(121509,44667,'action created','2021-02-01 01:07:21','2021-01-31 20:07:21'),
(121510,44667,'action started via WP Cron','2021-02-01 01:08:21','2021-01-31 20:08:21'),
(121511,44667,'action complete via WP Cron','2021-02-01 01:08:21','2021-01-31 20:08:21'),
(121512,44668,'action created','2021-02-01 01:08:21','2021-01-31 20:08:21'),
(121513,44668,'action started via WP Cron','2021-02-01 01:10:38','2021-01-31 20:10:38'),
(121514,44668,'action complete via WP Cron','2021-02-01 01:10:38','2021-01-31 20:10:38'),
(121515,44669,'action created','2021-02-01 01:10:38','2021-01-31 20:10:38'),
(121516,44669,'action started via WP Cron','2021-02-01 01:12:20','2021-01-31 20:12:20'),
(121517,44669,'action complete via WP Cron','2021-02-01 01:12:20','2021-01-31 20:12:20'),
(121518,44670,'action created','2021-02-01 01:12:20','2021-01-31 20:12:20'),
(121519,44670,'action started via WP Cron','2021-02-01 01:14:28','2021-01-31 20:14:28'),
(121520,44670,'action complete via WP Cron','2021-02-01 01:14:28','2021-01-31 20:14:28'),
(121521,44671,'action created','2021-02-01 01:14:28','2021-01-31 20:14:28'),
(121522,44671,'action started via WP Cron','2021-02-01 01:18:06','2021-01-31 20:18:06'),
(121523,44671,'action complete via WP Cron','2021-02-01 01:18:06','2021-01-31 20:18:06'),
(121524,44672,'action created','2021-02-01 01:18:06','2021-01-31 20:18:06'),
(121525,44672,'action started via WP Cron','2021-02-01 01:19:35','2021-01-31 20:19:35'),
(121526,44672,'action complete via WP Cron','2021-02-01 01:19:35','2021-01-31 20:19:35'),
(121527,44673,'action created','2021-02-01 01:19:35','2021-01-31 20:19:35'),
(121528,44673,'action started via WP Cron','2021-02-01 01:22:07','2021-01-31 20:22:07'),
(121529,44673,'action complete via WP Cron','2021-02-01 01:22:07','2021-01-31 20:22:07'),
(121530,44674,'action created','2021-02-01 01:22:07','2021-01-31 20:22:07'),
(121531,44674,'action started via WP Cron','2021-02-01 01:23:41','2021-01-31 20:23:41'),
(121532,44674,'action complete via WP Cron','2021-02-01 01:23:41','2021-01-31 20:23:41'),
(121533,44675,'action created','2021-02-01 01:23:41','2021-01-31 20:23:41'),
(121534,44675,'action started via WP Cron','2021-02-01 01:26:00','2021-01-31 20:26:00'),
(121535,44675,'action complete via WP Cron','2021-02-01 01:26:00','2021-01-31 20:26:00'),
(121536,44676,'action created','2021-02-01 01:26:00','2021-01-31 20:26:00'),
(121537,44676,'action started via WP Cron','2021-02-01 01:27:10','2021-01-31 20:27:10'),
(121538,44676,'action complete via WP Cron','2021-02-01 01:27:10','2021-01-31 20:27:10'),
(121539,44677,'action created','2021-02-01 01:27:10','2021-01-31 20:27:10'),
(121540,44677,'action started via WP Cron','2021-02-01 01:29:17','2021-01-31 20:29:17'),
(121541,44677,'action complete via WP Cron','2021-02-01 01:29:17','2021-01-31 20:29:17'),
(121542,44678,'action created','2021-02-01 01:29:17','2021-01-31 20:29:17'),
(121543,44678,'action started via WP Cron','2021-02-01 01:30:52','2021-01-31 20:30:52'),
(121544,44678,'action complete via WP Cron','2021-02-01 01:30:52','2021-01-31 20:30:52'),
(121545,44679,'action created','2021-02-01 01:30:52','2021-01-31 20:30:52'),
(121546,44679,'action started via WP Cron','2021-02-01 01:31:36','2021-01-31 20:31:36'),
(121547,44679,'action complete via WP Cron','2021-02-01 01:31:36','2021-01-31 20:31:36'),
(121548,44680,'action created','2021-02-01 01:31:36','2021-01-31 20:31:36'),
(121549,44680,'action started via WP Cron','2021-02-01 01:32:30','2021-01-31 20:32:30'),
(121550,44680,'action complete via WP Cron','2021-02-01 01:32:30','2021-01-31 20:32:30'),
(121551,44681,'action created','2021-02-01 01:32:30','2021-01-31 20:32:30'),
(121552,44681,'action started via WP Cron','2021-02-01 01:36:53','2021-01-31 20:36:53'),
(121553,44681,'action complete via WP Cron','2021-02-01 01:36:53','2021-01-31 20:36:53'),
(121554,44682,'action created','2021-02-01 01:36:53','2021-01-31 20:36:53'),
(121555,43808,'action started via WP Cron','2021-02-01 01:38:45','2021-01-31 20:38:45'),
(121556,43808,'action complete via WP Cron','2021-02-01 01:38:45','2021-01-31 20:38:45'),
(121557,44683,'action created','2021-02-01 01:38:45','2021-01-31 20:38:45'),
(121558,44682,'action started via WP Cron','2021-02-01 01:38:45','2021-01-31 20:38:45'),
(121559,44682,'action complete via WP Cron','2021-02-01 01:38:45','2021-01-31 20:38:45'),
(121560,44684,'action created','2021-02-01 01:38:45','2021-01-31 20:38:45'),
(121561,44684,'action started via WP Cron','2021-02-01 01:40:09','2021-01-31 20:40:09'),
(121562,44684,'action complete via WP Cron','2021-02-01 01:40:09','2021-01-31 20:40:09'),
(121563,44685,'action created','2021-02-01 01:40:09','2021-01-31 20:40:09'),
(121564,44685,'action started via WP Cron','2021-02-01 01:42:25','2021-01-31 20:42:25'),
(121565,44685,'action complete via WP Cron','2021-02-01 01:42:25','2021-01-31 20:42:25'),
(121566,44686,'action created','2021-02-01 01:42:25','2021-01-31 20:42:25'),
(121567,44686,'action started via WP Cron','2021-02-01 01:43:35','2021-01-31 20:43:35'),
(121568,44686,'action complete via WP Cron','2021-02-01 01:43:35','2021-01-31 20:43:35'),
(121569,44687,'action created','2021-02-01 01:43:35','2021-01-31 20:43:35'),
(121570,44687,'action started via WP Cron','2021-02-01 01:46:44','2021-01-31 20:46:44'),
(121571,44687,'action complete via WP Cron','2021-02-01 01:46:44','2021-01-31 20:46:44'),
(121572,44688,'action created','2021-02-01 01:46:44','2021-01-31 20:46:44'),
(121573,44688,'action started via WP Cron','2021-02-01 01:49:26','2021-01-31 20:49:26'),
(121574,44688,'action complete via WP Cron','2021-02-01 01:49:26','2021-01-31 20:49:26'),
(121575,44689,'action created','2021-02-01 01:49:26','2021-01-31 20:49:26'),
(121576,44689,'action started via WP Cron','2021-02-01 01:50:55','2021-01-31 20:50:55'),
(121577,44689,'action complete via WP Cron','2021-02-01 01:50:55','2021-01-31 20:50:55'),
(121578,44690,'action created','2021-02-01 01:50:55','2021-01-31 20:50:55'),
(121579,44690,'action started via WP Cron','2021-02-01 01:51:23','2021-01-31 20:51:23'),
(121580,44690,'action complete via WP Cron','2021-02-01 01:51:23','2021-01-31 20:51:23'),
(121581,44691,'action created','2021-02-01 01:51:23','2021-01-31 20:51:23'),
(121582,44691,'action started via WP Cron','2021-02-01 01:52:16','2021-01-31 20:52:16'),
(121583,44691,'action complete via WP Cron','2021-02-01 01:52:16','2021-01-31 20:52:16'),
(121584,44692,'action created','2021-02-01 01:52:16','2021-01-31 20:52:16'),
(121585,44692,'action started via WP Cron','2021-02-01 01:54:18','2021-01-31 20:54:18'),
(121586,44692,'action complete via WP Cron','2021-02-01 01:54:19','2021-01-31 20:54:19'),
(121587,44693,'action created','2021-02-01 01:54:19','2021-01-31 20:54:19'),
(121588,44693,'action started via WP Cron','2021-02-01 01:56:58','2021-01-31 20:56:58'),
(121589,44693,'action complete via WP Cron','2021-02-01 01:56:58','2021-01-31 20:56:58'),
(121590,44694,'action created','2021-02-01 01:56:58','2021-01-31 20:56:58'),
(121591,44694,'action started via WP Cron','2021-02-01 01:58:04','2021-01-31 20:58:04'),
(121592,44694,'action complete via WP Cron','2021-02-01 01:58:04','2021-01-31 20:58:04'),
(121593,44695,'action created','2021-02-01 01:58:04','2021-01-31 20:58:04'),
(121594,44695,'action started via WP Cron','2021-02-01 01:58:17','2021-01-31 20:58:17'),
(121595,44695,'action complete via WP Cron','2021-02-01 01:58:17','2021-01-31 20:58:17'),
(121596,44696,'action created','2021-02-01 01:58:17','2021-01-31 20:58:17'),
(121597,44696,'action started via WP Cron','2021-02-01 01:59:37','2021-01-31 20:59:37'),
(121598,44696,'action complete via WP Cron','2021-02-01 01:59:37','2021-01-31 20:59:37'),
(121599,44697,'action created','2021-02-01 01:59:37','2021-01-31 20:59:37'),
(121600,44697,'action started via WP Cron','2021-02-01 02:00:18','2021-01-31 21:00:18'),
(121601,44697,'action complete via WP Cron','2021-02-01 02:00:18','2021-01-31 21:00:18'),
(121602,44698,'action created','2021-02-01 02:00:18','2021-01-31 21:00:18'),
(121603,44698,'action started via WP Cron','2021-02-01 02:03:49','2021-01-31 21:03:49'),
(121604,44698,'action complete via WP Cron','2021-02-01 02:03:50','2021-01-31 21:03:50'),
(121605,44699,'action created','2021-02-01 02:03:50','2021-01-31 21:03:50'),
(121606,44699,'action started via WP Cron','2021-02-01 02:04:48','2021-01-31 21:04:48'),
(121607,44699,'action complete via WP Cron','2021-02-01 02:04:48','2021-01-31 21:04:48'),
(121608,44700,'action created','2021-02-01 02:04:48','2021-01-31 21:04:48'),
(121609,44700,'action started via WP Cron','2021-02-01 02:05:21','2021-01-31 21:05:21'),
(121610,44700,'action complete via WP Cron','2021-02-01 02:05:21','2021-01-31 21:05:21'),
(121611,44701,'action created','2021-02-01 02:05:21','2021-01-31 21:05:21'),
(121612,44701,'action started via WP Cron','2021-02-01 02:06:35','2021-01-31 21:06:35'),
(121613,44701,'action complete via WP Cron','2021-02-01 02:06:35','2021-01-31 21:06:35'),
(121614,44702,'action created','2021-02-01 02:06:35','2021-01-31 21:06:35'),
(121615,44702,'action started via WP Cron','2021-02-01 02:07:32','2021-01-31 21:07:32'),
(121616,44702,'action complete via WP Cron','2021-02-01 02:07:32','2021-01-31 21:07:32'),
(121617,44703,'action created','2021-02-01 02:07:32','2021-01-31 21:07:32'),
(121618,44703,'action started via WP Cron','2021-02-01 02:08:51','2021-01-31 21:08:51'),
(121619,44703,'action complete via WP Cron','2021-02-01 02:08:51','2021-01-31 21:08:51'),
(121620,44704,'action created','2021-02-01 02:08:51','2021-01-31 21:08:51'),
(121621,44704,'action started via WP Cron','2021-02-01 02:09:39','2021-01-31 21:09:39'),
(121622,44704,'action complete via WP Cron','2021-02-01 02:09:39','2021-01-31 21:09:39'),
(121623,44705,'action created','2021-02-01 02:09:39','2021-01-31 21:09:39'),
(121624,44705,'action started via WP Cron','2021-02-01 02:11:39','2021-01-31 21:11:39'),
(121625,44705,'action complete via WP Cron','2021-02-01 02:11:39','2021-01-31 21:11:39'),
(121626,44706,'action created','2021-02-01 02:11:39','2021-01-31 21:11:39'),
(121627,44706,'action started via WP Cron','2021-02-01 02:12:22','2021-01-31 21:12:22'),
(121628,44706,'action complete via WP Cron','2021-02-01 02:12:22','2021-01-31 21:12:22'),
(121629,44707,'action created','2021-02-01 02:12:22','2021-01-31 21:12:22'),
(121630,44707,'action started via WP Cron','2021-02-01 02:13:23','2021-01-31 21:13:23'),
(121631,44707,'action complete via WP Cron','2021-02-01 02:13:23','2021-01-31 21:13:23'),
(121632,44708,'action created','2021-02-01 02:13:23','2021-01-31 21:13:23'),
(121633,44708,'action started via WP Cron','2021-02-01 02:14:14','2021-01-31 21:14:14'),
(121634,44708,'action complete via WP Cron','2021-02-01 02:14:14','2021-01-31 21:14:14'),
(121635,44709,'action created','2021-02-01 02:14:14','2021-01-31 21:14:14'),
(121636,44709,'action started via WP Cron','2021-02-01 02:15:27','2021-01-31 21:15:27'),
(121637,44709,'action complete via WP Cron','2021-02-01 02:15:27','2021-01-31 21:15:27'),
(121638,44710,'action created','2021-02-01 02:15:27','2021-01-31 21:15:27'),
(121639,44710,'action started via WP Cron','2021-02-01 02:16:25','2021-01-31 21:16:25'),
(121640,44710,'action complete via WP Cron','2021-02-01 02:16:25','2021-01-31 21:16:25'),
(121641,44711,'action created','2021-02-01 02:16:25','2021-01-31 21:16:25'),
(121642,44711,'action started via WP Cron','2021-02-01 02:17:11','2021-01-31 21:17:11'),
(121643,44711,'action complete via WP Cron','2021-02-01 02:17:11','2021-01-31 21:17:11'),
(121644,44712,'action created','2021-02-01 02:17:11','2021-01-31 21:17:11'),
(121645,44712,'action started via WP Cron','2021-02-01 02:18:26','2021-01-31 21:18:26'),
(121646,44712,'action complete via WP Cron','2021-02-01 02:18:26','2021-01-31 21:18:26'),
(121647,44713,'action created','2021-02-01 02:18:26','2021-01-31 21:18:26'),
(121648,44713,'action started via WP Cron','2021-02-01 02:20:25','2021-01-31 21:20:25'),
(121649,44713,'action complete via WP Cron','2021-02-01 02:20:25','2021-01-31 21:20:25'),
(121650,44714,'action created','2021-02-01 02:20:25','2021-01-31 21:20:25'),
(121651,44714,'action started via WP Cron','2021-02-01 02:22:29','2021-01-31 21:22:29'),
(121652,44714,'action complete via WP Cron','2021-02-01 02:22:29','2021-01-31 21:22:29'),
(121653,44715,'action created','2021-02-01 02:22:29','2021-01-31 21:22:29'),
(121654,44715,'action started via WP Cron','2021-02-01 02:26:29','2021-01-31 21:26:29'),
(121655,44715,'action complete via WP Cron','2021-02-01 02:26:29','2021-01-31 21:26:29'),
(121656,44716,'action created','2021-02-01 02:26:29','2021-01-31 21:26:29'),
(121657,44716,'action started via WP Cron','2021-02-01 02:27:12','2021-01-31 21:27:12'),
(121658,44716,'action complete via WP Cron','2021-02-01 02:27:12','2021-01-31 21:27:12'),
(121659,44717,'action created','2021-02-01 02:27:12','2021-01-31 21:27:12'),
(121660,44717,'action started via WP Cron','2021-02-01 02:29:36','2021-01-31 21:29:36'),
(121661,44717,'action complete via WP Cron','2021-02-01 02:29:36','2021-01-31 21:29:36'),
(121662,44718,'action created','2021-02-01 02:29:36','2021-01-31 21:29:36'),
(121663,44718,'action started via WP Cron','2021-02-01 02:30:31','2021-01-31 21:30:31'),
(121664,44718,'action complete via WP Cron','2021-02-01 02:30:31','2021-01-31 21:30:31'),
(121665,44719,'action created','2021-02-01 02:30:31','2021-01-31 21:30:31'),
(121666,44719,'action started via WP Cron','2021-02-01 02:33:32','2021-01-31 21:33:32'),
(121667,44719,'action complete via WP Cron','2021-02-01 02:33:32','2021-01-31 21:33:32'),
(121668,44720,'action created','2021-02-01 02:33:32','2021-01-31 21:33:32'),
(121669,44720,'action started via WP Cron','2021-02-01 02:34:31','2021-01-31 21:34:31'),
(121670,44720,'action complete via WP Cron','2021-02-01 02:34:31','2021-01-31 21:34:31'),
(121671,44721,'action created','2021-02-01 02:34:31','2021-01-31 21:34:31'),
(121672,44721,'action started via WP Cron','2021-02-01 02:35:35','2021-01-31 21:35:35'),
(121673,44721,'action complete via WP Cron','2021-02-01 02:35:35','2021-01-31 21:35:35'),
(121674,44722,'action created','2021-02-01 02:35:35','2021-01-31 21:35:35'),
(121675,44722,'action started via WP Cron','2021-02-01 02:37:27','2021-01-31 21:37:27'),
(121676,44722,'action complete via WP Cron','2021-02-01 02:37:27','2021-01-31 21:37:27'),
(121677,44723,'action created','2021-02-01 02:37:27','2021-01-31 21:37:27'),
(121678,44723,'action started via WP Cron','2021-02-01 02:38:22','2021-01-31 21:38:22'),
(121679,44723,'action complete via WP Cron','2021-02-01 02:38:22','2021-01-31 21:38:22'),
(121680,44724,'action created','2021-02-01 02:38:22','2021-01-31 21:38:22'),
(121681,44724,'action started via WP Cron','2021-02-01 02:39:21','2021-01-31 21:39:21'),
(121682,44724,'action complete via WP Cron','2021-02-01 02:39:21','2021-01-31 21:39:21'),
(121683,44725,'action created','2021-02-01 02:39:21','2021-01-31 21:39:21'),
(121684,44725,'action started via WP Cron','2021-02-01 02:41:43','2021-01-31 21:41:43'),
(121685,44725,'action complete via WP Cron','2021-02-01 02:41:43','2021-01-31 21:41:43'),
(121686,44726,'action created','2021-02-01 02:41:43','2021-01-31 21:41:43'),
(121687,44726,'action started via WP Cron','2021-02-01 02:42:31','2021-01-31 21:42:31'),
(121688,44726,'action complete via WP Cron','2021-02-01 02:42:31','2021-01-31 21:42:31'),
(121689,44727,'action created','2021-02-01 02:42:31','2021-01-31 21:42:31'),
(121690,44727,'action started via WP Cron','2021-02-01 02:43:22','2021-01-31 21:43:22'),
(121691,44727,'action complete via WP Cron','2021-02-01 02:43:22','2021-01-31 21:43:22'),
(121692,44728,'action created','2021-02-01 02:43:22','2021-01-31 21:43:22'),
(121693,44728,'action started via WP Cron','2021-02-01 02:44:16','2021-01-31 21:44:16'),
(121694,44728,'action complete via WP Cron','2021-02-01 02:44:16','2021-01-31 21:44:16'),
(121695,44729,'action created','2021-02-01 02:44:16','2021-01-31 21:44:16'),
(121696,44729,'action started via WP Cron','2021-02-01 02:45:13','2021-01-31 21:45:13'),
(121697,44729,'action complete via WP Cron','2021-02-01 02:45:13','2021-01-31 21:45:13'),
(121698,44730,'action created','2021-02-01 02:45:13','2021-01-31 21:45:13'),
(121699,44730,'action started via WP Cron','2021-02-01 02:46:22','2021-01-31 21:46:22'),
(121700,44730,'action complete via WP Cron','2021-02-01 02:46:22','2021-01-31 21:46:22'),
(121701,44731,'action created','2021-02-01 02:46:22','2021-01-31 21:46:22'),
(121702,44731,'action started via WP Cron','2021-02-01 02:47:29','2021-01-31 21:47:29'),
(121703,44731,'action complete via WP Cron','2021-02-01 02:47:29','2021-01-31 21:47:29'),
(121704,44732,'action created','2021-02-01 02:47:29','2021-01-31 21:47:29'),
(121705,44732,'action started via WP Cron','2021-02-01 02:48:21','2021-01-31 21:48:21'),
(121706,44732,'action complete via WP Cron','2021-02-01 02:48:21','2021-01-31 21:48:21'),
(121707,44733,'action created','2021-02-01 02:48:21','2021-01-31 21:48:21'),
(121708,44733,'action started via WP Cron','2021-02-01 02:49:15','2021-01-31 21:49:15'),
(121709,44733,'action complete via WP Cron','2021-02-01 02:49:15','2021-01-31 21:49:15'),
(121710,44734,'action created','2021-02-01 02:49:15','2021-01-31 21:49:15'),
(121711,44734,'action started via WP Cron','2021-02-01 02:51:00','2021-01-31 21:51:00'),
(121712,44734,'action complete via WP Cron','2021-02-01 02:51:00','2021-01-31 21:51:00'),
(121713,44735,'action created','2021-02-01 02:51:00','2021-01-31 21:51:00'),
(121714,44735,'action started via WP Cron','2021-02-01 02:54:54','2021-01-31 21:54:54'),
(121715,44735,'action complete via WP Cron','2021-02-01 02:54:54','2021-01-31 21:54:54'),
(121716,44736,'action created','2021-02-01 02:54:54','2021-01-31 21:54:54'),
(121717,44736,'action started via WP Cron','2021-02-01 02:56:24','2021-01-31 21:56:24'),
(121718,44736,'action complete via WP Cron','2021-02-01 02:56:24','2021-01-31 21:56:24'),
(121719,44737,'action created','2021-02-01 02:56:24','2021-01-31 21:56:24'),
(121720,44737,'action started via WP Cron','2021-02-01 02:57:21','2021-01-31 21:57:21'),
(121721,44737,'action complete via WP Cron','2021-02-01 02:57:21','2021-01-31 21:57:21'),
(121722,44738,'action created','2021-02-01 02:57:21','2021-01-31 21:57:21'),
(121723,44738,'action started via WP Cron','2021-02-01 03:00:08','2021-01-31 22:00:08'),
(121724,44738,'action complete via WP Cron','2021-02-01 03:00:08','2021-01-31 22:00:08'),
(121725,44739,'action created','2021-02-01 03:00:08','2021-01-31 22:00:08'),
(121726,44739,'action started via WP Cron','2021-02-01 03:02:45','2021-01-31 22:02:45'),
(121727,44739,'action complete via WP Cron','2021-02-01 03:02:45','2021-01-31 22:02:45'),
(121728,44740,'action created','2021-02-01 03:02:45','2021-01-31 22:02:45'),
(121729,44740,'action started via WP Cron','2021-02-01 03:03:57','2021-01-31 22:03:57'),
(121730,44740,'action complete via WP Cron','2021-02-01 03:03:57','2021-01-31 22:03:57'),
(121731,44741,'action created','2021-02-01 03:03:57','2021-01-31 22:03:57'),
(121732,44741,'action started via WP Cron','2021-02-01 03:04:15','2021-01-31 22:04:15'),
(121733,44741,'action complete via WP Cron','2021-02-01 03:04:15','2021-01-31 22:04:15'),
(121734,44742,'action created','2021-02-01 03:04:15','2021-01-31 22:04:15'),
(121735,44742,'action started via WP Cron','2021-02-01 03:06:58','2021-01-31 22:06:58'),
(121736,44742,'action complete via WP Cron','2021-02-01 03:06:58','2021-01-31 22:06:58'),
(121737,44743,'action created','2021-02-01 03:06:58','2021-01-31 22:06:58'),
(121738,44743,'action started via WP Cron','2021-02-01 03:08:57','2021-01-31 22:08:57'),
(121739,44743,'action complete via WP Cron','2021-02-01 03:08:57','2021-01-31 22:08:57'),
(121740,44744,'action created','2021-02-01 03:08:57','2021-01-31 22:08:57'),
(121741,44744,'action started via WP Cron','2021-02-01 03:09:41','2021-01-31 22:09:41'),
(121742,44744,'action complete via WP Cron','2021-02-01 03:09:41','2021-01-31 22:09:41'),
(121743,44745,'action created','2021-02-01 03:09:41','2021-01-31 22:09:41'),
(121744,44745,'action started via WP Cron','2021-02-01 03:10:52','2021-01-31 22:10:52'),
(121745,44745,'action complete via WP Cron','2021-02-01 03:10:52','2021-01-31 22:10:52'),
(121746,44746,'action created','2021-02-01 03:10:52','2021-01-31 22:10:52'),
(121747,44746,'action started via WP Cron','2021-02-01 03:14:17','2021-01-31 22:14:17'),
(121748,44746,'action complete via WP Cron','2021-02-01 03:14:17','2021-01-31 22:14:17'),
(121749,44747,'action created','2021-02-01 03:14:17','2021-01-31 22:14:17'),
(121750,44747,'action started via WP Cron','2021-02-01 03:15:54','2021-01-31 22:15:54'),
(121751,44747,'action complete via WP Cron','2021-02-01 03:15:54','2021-01-31 22:15:54'),
(121752,44748,'action created','2021-02-01 03:15:54','2021-01-31 22:15:54'),
(121753,44748,'action started via WP Cron','2021-02-01 03:20:11','2021-01-31 22:20:11'),
(121754,44748,'action complete via WP Cron','2021-02-01 03:20:11','2021-01-31 22:20:11'),
(121755,44749,'action created','2021-02-01 03:20:11','2021-01-31 22:20:11'),
(121756,44749,'action started via WP Cron','2021-02-01 03:21:49','2021-01-31 22:21:49'),
(121757,44749,'action complete via WP Cron','2021-02-01 03:21:49','2021-01-31 22:21:49'),
(121758,44750,'action created','2021-02-01 03:21:49','2021-01-31 22:21:49'),
(121759,44750,'action started via WP Cron','2021-02-01 03:22:50','2021-01-31 22:22:50'),
(121760,44750,'action complete via WP Cron','2021-02-01 03:22:50','2021-01-31 22:22:50'),
(121761,44751,'action created','2021-02-01 03:22:50','2021-01-31 22:22:50'),
(121762,44751,'action started via WP Cron','2021-02-01 03:24:04','2021-01-31 22:24:04'),
(121763,44751,'action complete via WP Cron','2021-02-01 03:24:04','2021-01-31 22:24:04'),
(121764,44752,'action created','2021-02-01 03:24:04','2021-01-31 22:24:04'),
(121765,44752,'action started via WP Cron','2021-02-01 03:25:32','2021-01-31 22:25:32'),
(121766,44752,'action complete via WP Cron','2021-02-01 03:25:32','2021-01-31 22:25:32'),
(121767,44753,'action created','2021-02-01 03:25:32','2021-01-31 22:25:32'),
(121768,44753,'action started via WP Cron','2021-02-01 03:26:21','2021-01-31 22:26:21'),
(121769,44753,'action complete via WP Cron','2021-02-01 03:26:21','2021-01-31 22:26:21'),
(121770,44754,'action created','2021-02-01 03:26:21','2021-01-31 22:26:21'),
(121771,44754,'action started via WP Cron','2021-02-01 03:27:25','2021-01-31 22:27:25'),
(121772,44754,'action complete via WP Cron','2021-02-01 03:27:25','2021-01-31 22:27:25'),
(121773,44755,'action created','2021-02-01 03:27:25','2021-01-31 22:27:25'),
(121774,44755,'action started via WP Cron','2021-02-01 03:28:53','2021-01-31 22:28:53'),
(121775,44755,'action complete via WP Cron','2021-02-01 03:28:53','2021-01-31 22:28:53'),
(121776,44756,'action created','2021-02-01 03:28:53','2021-01-31 22:28:53'),
(121777,44756,'action started via WP Cron','2021-02-01 03:30:05','2021-01-31 22:30:05'),
(121778,44756,'action complete via WP Cron','2021-02-01 03:30:05','2021-01-31 22:30:05'),
(121779,44757,'action created','2021-02-01 03:30:05','2021-01-31 22:30:05'),
(121780,44757,'action started via WP Cron','2021-02-01 03:30:59','2021-01-31 22:30:59'),
(121781,44757,'action complete via WP Cron','2021-02-01 03:30:59','2021-01-31 22:30:59'),
(121782,44758,'action created','2021-02-01 03:30:59','2021-01-31 22:30:59'),
(121783,44758,'action started via WP Cron','2021-02-01 03:31:12','2021-01-31 22:31:12'),
(121784,44758,'action complete via WP Cron','2021-02-01 03:31:12','2021-01-31 22:31:12'),
(121785,44759,'action created','2021-02-01 03:31:12','2021-01-31 22:31:12'),
(121786,44759,'action started via WP Cron','2021-02-01 03:32:29','2021-01-31 22:32:29'),
(121787,44759,'action complete via WP Cron','2021-02-01 03:32:29','2021-01-31 22:32:29'),
(121788,44760,'action created','2021-02-01 03:32:29','2021-01-31 22:32:29'),
(121789,44760,'action started via WP Cron','2021-02-01 03:33:36','2021-01-31 22:33:36'),
(121790,44760,'action complete via WP Cron','2021-02-01 03:33:36','2021-01-31 22:33:36'),
(121791,44761,'action created','2021-02-01 03:33:36','2021-01-31 22:33:36'),
(121792,44761,'action started via WP Cron','2021-02-01 03:35:20','2021-01-31 22:35:20'),
(121793,44761,'action complete via WP Cron','2021-02-01 03:35:20','2021-01-31 22:35:20'),
(121794,44762,'action created','2021-02-01 03:35:20','2021-01-31 22:35:20'),
(121795,44762,'action started via WP Cron','2021-02-01 03:40:07','2021-01-31 22:40:07'),
(121796,44762,'action complete via WP Cron','2021-02-01 03:40:07','2021-01-31 22:40:07'),
(121797,44763,'action created','2021-02-01 03:40:07','2021-01-31 22:40:07'),
(121798,44763,'action started via WP Cron','2021-02-01 03:41:16','2021-01-31 22:41:16'),
(121799,44763,'action complete via WP Cron','2021-02-01 03:41:16','2021-01-31 22:41:16'),
(121800,44764,'action created','2021-02-01 03:41:17','2021-01-31 22:41:17'),
(121801,44764,'action started via WP Cron','2021-02-01 03:42:14','2021-01-31 22:42:14'),
(121802,44764,'action complete via WP Cron','2021-02-01 03:42:14','2021-01-31 22:42:14'),
(121803,44765,'action created','2021-02-01 03:42:14','2021-01-31 22:42:14'),
(121804,44765,'action started via WP Cron','2021-02-01 03:43:43','2021-01-31 22:43:43'),
(121805,44765,'action complete via WP Cron','2021-02-01 03:43:43','2021-01-31 22:43:43'),
(121806,44766,'action created','2021-02-01 03:43:43','2021-01-31 22:43:43'),
(121807,44766,'action started via WP Cron','2021-02-01 03:44:30','2021-01-31 22:44:30'),
(121808,44766,'action complete via WP Cron','2021-02-01 03:44:30','2021-01-31 22:44:30'),
(121809,44767,'action created','2021-02-01 03:44:30','2021-01-31 22:44:30'),
(121810,44767,'action started via WP Cron','2021-02-01 03:48:18','2021-01-31 22:48:18'),
(121811,44767,'action complete via WP Cron','2021-02-01 03:48:18','2021-01-31 22:48:18'),
(121812,44768,'action created','2021-02-01 03:48:18','2021-01-31 22:48:18'),
(121813,44768,'action started via WP Cron','2021-02-01 03:49:25','2021-01-31 22:49:25'),
(121814,44768,'action complete via WP Cron','2021-02-01 03:49:25','2021-01-31 22:49:25'),
(121815,44769,'action created','2021-02-01 03:49:25','2021-01-31 22:49:25'),
(121816,44769,'action started via WP Cron','2021-02-01 03:51:41','2021-01-31 22:51:41'),
(121817,44769,'action complete via WP Cron','2021-02-01 03:51:41','2021-01-31 22:51:41'),
(121818,44770,'action created','2021-02-01 03:51:41','2021-01-31 22:51:41'),
(121819,44770,'action started via WP Cron','2021-02-01 03:54:44','2021-01-31 22:54:44'),
(121820,44770,'action complete via WP Cron','2021-02-01 03:54:44','2021-01-31 22:54:44'),
(121821,44771,'action created','2021-02-01 03:54:44','2021-01-31 22:54:44'),
(121822,44771,'action started via WP Cron','2021-02-01 03:57:04','2021-01-31 22:57:04'),
(121823,44771,'action complete via WP Cron','2021-02-01 03:57:04','2021-01-31 22:57:04'),
(121824,44772,'action created','2021-02-01 03:57:04','2021-01-31 22:57:04'),
(121825,44772,'action started via WP Cron','2021-02-01 04:01:07','2021-01-31 23:01:07'),
(121826,44772,'action complete via WP Cron','2021-02-01 04:01:07','2021-01-31 23:01:07'),
(121827,44773,'action created','2021-02-01 04:01:07','2021-01-31 23:01:07'),
(121828,44773,'action started via WP Cron','2021-02-01 04:02:20','2021-01-31 23:02:20'),
(121829,44773,'action complete via WP Cron','2021-02-01 04:02:20','2021-01-31 23:02:20'),
(121830,44774,'action created','2021-02-01 04:02:20','2021-01-31 23:02:20'),
(121831,44774,'action started via WP Cron','2021-02-01 04:03:52','2021-01-31 23:03:52'),
(121832,44774,'action complete via WP Cron','2021-02-01 04:03:52','2021-01-31 23:03:52'),
(121833,44775,'action created','2021-02-01 04:03:52','2021-01-31 23:03:52'),
(121834,44775,'action started via WP Cron','2021-02-01 04:07:52','2021-01-31 23:07:52'),
(121835,44775,'action complete via WP Cron','2021-02-01 04:07:52','2021-01-31 23:07:52'),
(121836,44776,'action created','2021-02-01 04:07:52','2021-01-31 23:07:52'),
(121837,44776,'action started via WP Cron','2021-02-01 04:10:04','2021-01-31 23:10:04'),
(121838,44776,'action complete via WP Cron','2021-02-01 04:10:04','2021-01-31 23:10:04'),
(121839,44777,'action created','2021-02-01 04:10:04','2021-01-31 23:10:04'),
(121840,44777,'action started via WP Cron','2021-02-01 04:10:27','2021-01-31 23:10:27'),
(121841,44777,'action complete via WP Cron','2021-02-01 04:10:27','2021-01-31 23:10:27'),
(121842,44778,'action created','2021-02-01 04:10:27','2021-01-31 23:10:27'),
(121843,44778,'action started via WP Cron','2021-02-01 04:11:59','2021-01-31 23:11:59'),
(121844,44778,'action complete via WP Cron','2021-02-01 04:11:59','2021-01-31 23:11:59'),
(121845,44779,'action created','2021-02-01 04:11:59','2021-01-31 23:11:59'),
(121846,44779,'action started via WP Cron','2021-02-01 04:13:08','2021-01-31 23:13:08'),
(121847,44779,'action complete via WP Cron','2021-02-01 04:13:08','2021-01-31 23:13:08'),
(121848,44780,'action created','2021-02-01 04:13:08','2021-01-31 23:13:08'),
(121849,44780,'action started via WP Cron','2021-02-01 04:15:20','2021-01-31 23:15:20'),
(121850,44780,'action complete via WP Cron','2021-02-01 04:15:20','2021-01-31 23:15:20'),
(121851,44781,'action created','2021-02-01 04:15:20','2021-01-31 23:15:20'),
(121852,44781,'action started via WP Cron','2021-02-01 04:19:23','2021-01-31 23:19:23'),
(121853,44781,'action complete via WP Cron','2021-02-01 04:19:23','2021-01-31 23:19:23'),
(121854,44782,'action created','2021-02-01 04:19:24','2021-01-31 23:19:24'),
(121855,44782,'action started via WP Cron','2021-02-01 04:20:31','2021-01-31 23:20:31'),
(121856,44782,'action complete via WP Cron','2021-02-01 04:20:31','2021-01-31 23:20:31'),
(121857,44783,'action created','2021-02-01 04:20:31','2021-01-31 23:20:31'),
(121858,44783,'action started via WP Cron','2021-02-01 04:21:13','2021-01-31 23:21:13'),
(121859,44783,'action complete via WP Cron','2021-02-01 04:21:13','2021-01-31 23:21:13'),
(121860,44784,'action created','2021-02-01 04:21:14','2021-01-31 23:21:14'),
(121861,44784,'action started via WP Cron','2021-02-01 04:23:40','2021-01-31 23:23:40'),
(121862,44784,'action complete via WP Cron','2021-02-01 04:23:40','2021-01-31 23:23:40'),
(121863,44785,'action created','2021-02-01 04:23:40','2021-01-31 23:23:40'),
(121864,44785,'action started via WP Cron','2021-02-01 04:25:17','2021-01-31 23:25:17'),
(121865,44785,'action complete via WP Cron','2021-02-01 04:25:17','2021-01-31 23:25:17'),
(121866,44786,'action created','2021-02-01 04:25:17','2021-01-31 23:25:17'),
(121867,44786,'action started via WP Cron','2021-02-01 04:26:16','2021-01-31 23:26:16'),
(121868,44786,'action complete via WP Cron','2021-02-01 04:26:16','2021-01-31 23:26:16'),
(121869,44787,'action created','2021-02-01 04:26:16','2021-01-31 23:26:16'),
(121870,44787,'action started via WP Cron','2021-02-01 04:27:20','2021-01-31 23:27:20'),
(121871,44787,'action complete via WP Cron','2021-02-01 04:27:20','2021-01-31 23:27:20'),
(121872,44788,'action created','2021-02-01 04:27:20','2021-01-31 23:27:20'),
(121873,44788,'action started via WP Cron','2021-02-01 04:29:33','2021-01-31 23:29:33'),
(121874,44788,'action complete via WP Cron','2021-02-01 04:29:33','2021-01-31 23:29:33'),
(121875,44789,'action created','2021-02-01 04:29:33','2021-01-31 23:29:33'),
(121876,44789,'action started via WP Cron','2021-02-01 04:30:36','2021-01-31 23:30:36'),
(121877,44789,'action complete via WP Cron','2021-02-01 04:30:36','2021-01-31 23:30:36'),
(121878,44790,'action created','2021-02-01 04:30:36','2021-01-31 23:30:36'),
(121879,44790,'action started via WP Cron','2021-02-01 04:32:14','2021-01-31 23:32:14'),
(121880,44790,'action complete via WP Cron','2021-02-01 04:32:14','2021-01-31 23:32:14'),
(121881,44791,'action created','2021-02-01 04:32:14','2021-01-31 23:32:14'),
(121882,44791,'action started via WP Cron','2021-02-01 04:35:18','2021-01-31 23:35:18'),
(121883,44791,'action complete via WP Cron','2021-02-01 04:35:18','2021-01-31 23:35:18'),
(121884,44792,'action created','2021-02-01 04:35:18','2021-01-31 23:35:18'),
(121885,44792,'action started via WP Cron','2021-02-01 04:36:32','2021-01-31 23:36:32'),
(121886,44792,'action complete via WP Cron','2021-02-01 04:36:32','2021-01-31 23:36:32'),
(121887,44793,'action created','2021-02-01 04:36:32','2021-01-31 23:36:32'),
(121888,44793,'action started via WP Cron','2021-02-01 04:38:21','2021-01-31 23:38:21'),
(121889,44793,'action complete via WP Cron','2021-02-01 04:38:21','2021-01-31 23:38:21'),
(121890,44794,'action created','2021-02-01 04:38:21','2021-01-31 23:38:21'),
(121891,44794,'action started via WP Cron','2021-02-01 04:41:05','2021-01-31 23:41:05'),
(121892,44794,'action complete via WP Cron','2021-02-01 04:41:05','2021-01-31 23:41:05'),
(121893,44795,'action created','2021-02-01 04:41:05','2021-01-31 23:41:05'),
(121894,44795,'action started via WP Cron','2021-02-01 04:43:15','2021-01-31 23:43:15'),
(121895,44795,'action complete via WP Cron','2021-02-01 04:43:15','2021-01-31 23:43:15'),
(121896,44796,'action created','2021-02-01 04:43:16','2021-01-31 23:43:16'),
(121897,44796,'action started via WP Cron','2021-02-01 04:47:17','2021-01-31 23:47:17'),
(121898,44796,'action complete via WP Cron','2021-02-01 04:47:17','2021-01-31 23:47:17'),
(121899,44797,'action created','2021-02-01 04:47:17','2021-01-31 23:47:17'),
(121900,44797,'action started via WP Cron','2021-02-01 04:48:29','2021-01-31 23:48:29'),
(121901,44797,'action complete via WP Cron','2021-02-01 04:48:29','2021-01-31 23:48:29'),
(121902,44798,'action created','2021-02-01 04:48:29','2021-01-31 23:48:29'),
(121903,44798,'action started via WP Cron','2021-02-01 04:51:38','2021-01-31 23:51:38'),
(121904,44798,'action complete via WP Cron','2021-02-01 04:51:38','2021-01-31 23:51:38'),
(121905,44799,'action created','2021-02-01 04:51:38','2021-01-31 23:51:38'),
(121906,44799,'action started via WP Cron','2021-02-01 04:55:32','2021-01-31 23:55:32'),
(121907,44799,'action complete via WP Cron','2021-02-01 04:55:32','2021-01-31 23:55:32'),
(121908,44800,'action created','2021-02-01 04:55:32','2021-01-31 23:55:32'),
(121909,44800,'action started via WP Cron','2021-02-01 04:56:14','2021-01-31 23:56:14'),
(121910,44800,'action complete via WP Cron','2021-02-01 04:56:14','2021-01-31 23:56:14'),
(121911,44801,'action created','2021-02-01 04:56:14','2021-01-31 23:56:14'),
(121912,44801,'action started via WP Cron','2021-02-01 04:57:57','2021-01-31 23:57:57'),
(121913,44801,'action complete via WP Cron','2021-02-01 04:57:57','2021-01-31 23:57:57'),
(121914,44802,'action created','2021-02-01 04:57:57','2021-01-31 23:57:57'),
(121915,44802,'action started via WP Cron','2021-02-01 04:59:49','2021-01-31 23:59:49'),
(121916,44802,'action complete via WP Cron','2021-02-01 04:59:49','2021-01-31 23:59:49'),
(121917,44803,'action created','2021-02-01 04:59:49','2021-01-31 23:59:49'),
(121918,44803,'action started via WP Cron','2021-02-01 05:00:28','2021-02-01 00:00:28'),
(121919,44803,'action complete via WP Cron','2021-02-01 05:00:28','2021-02-01 00:00:28'),
(121920,44804,'action created','2021-02-01 05:00:28','2021-02-01 00:00:28'),
(121921,44804,'action started via WP Cron','2021-02-01 05:05:26','2021-02-01 00:05:26'),
(121922,44804,'action complete via WP Cron','2021-02-01 05:05:26','2021-02-01 00:05:26'),
(121923,44805,'action created','2021-02-01 05:05:26','2021-02-01 00:05:26'),
(121924,44805,'action started via WP Cron','2021-02-01 05:07:04','2021-02-01 00:07:04'),
(121925,44805,'action complete via WP Cron','2021-02-01 05:07:04','2021-02-01 00:07:04'),
(121926,44806,'action created','2021-02-01 05:07:04','2021-02-01 00:07:04'),
(121927,44806,'action started via WP Cron','2021-02-01 05:10:41','2021-02-01 00:10:41'),
(121928,44806,'action complete via WP Cron','2021-02-01 05:10:41','2021-02-01 00:10:41'),
(121929,44807,'action created','2021-02-01 05:10:41','2021-02-01 00:10:41'),
(121930,44807,'action started via WP Cron','2021-02-01 05:13:17','2021-02-01 00:13:17'),
(121931,44807,'action complete via WP Cron','2021-02-01 05:13:17','2021-02-01 00:13:17'),
(121932,44808,'action created','2021-02-01 05:13:17','2021-02-01 00:13:17'),
(121933,44808,'action started via WP Cron','2021-02-01 05:14:18','2021-02-01 00:14:18'),
(121934,44808,'action complete via WP Cron','2021-02-01 05:14:19','2021-02-01 00:14:19'),
(121935,44809,'action created','2021-02-01 05:14:19','2021-02-01 00:14:19'),
(121936,44809,'action started via WP Cron','2021-02-01 05:15:12','2021-02-01 00:15:12'),
(121937,44809,'action complete via WP Cron','2021-02-01 05:15:12','2021-02-01 00:15:12'),
(121938,44810,'action created','2021-02-01 05:15:12','2021-02-01 00:15:12'),
(121939,44810,'action started via WP Cron','2021-02-01 05:16:55','2021-02-01 00:16:55'),
(121940,44810,'action complete via WP Cron','2021-02-01 05:16:55','2021-02-01 00:16:55'),
(121941,44811,'action created','2021-02-01 05:16:55','2021-02-01 00:16:55'),
(121942,44811,'action started via WP Cron','2021-02-01 05:19:50','2021-02-01 00:19:50'),
(121943,44811,'action complete via WP Cron','2021-02-01 05:19:50','2021-02-01 00:19:50'),
(121944,44812,'action created','2021-02-01 05:19:50','2021-02-01 00:19:50'),
(121945,44812,'action started via WP Cron','2021-02-01 05:21:15','2021-02-01 00:21:15'),
(121946,44812,'action complete via WP Cron','2021-02-01 05:21:15','2021-02-01 00:21:15'),
(121947,44813,'action created','2021-02-01 05:21:15','2021-02-01 00:21:15'),
(121948,44813,'action started via WP Cron','2021-02-01 05:25:04','2021-02-01 00:25:04'),
(121949,44813,'action complete via WP Cron','2021-02-01 05:25:04','2021-02-01 00:25:04'),
(121950,44814,'action created','2021-02-01 05:25:04','2021-02-01 00:25:04'),
(121951,44814,'action started via WP Cron','2021-02-01 05:25:40','2021-02-01 00:25:40'),
(121952,44814,'action complete via WP Cron','2021-02-01 05:25:40','2021-02-01 00:25:40'),
(121953,44815,'action created','2021-02-01 05:25:40','2021-02-01 00:25:40'),
(121954,44815,'action started via WP Cron','2021-02-01 05:26:22','2021-02-01 00:26:22'),
(121955,44815,'action complete via WP Cron','2021-02-01 05:26:22','2021-02-01 00:26:22'),
(121956,44816,'action created','2021-02-01 05:26:22','2021-02-01 00:26:22'),
(121957,44816,'action started via WP Cron','2021-02-01 05:27:25','2021-02-01 00:27:25'),
(121958,44816,'action complete via WP Cron','2021-02-01 05:27:25','2021-02-01 00:27:25'),
(121959,44817,'action created','2021-02-01 05:27:25','2021-02-01 00:27:25'),
(121960,44817,'action started via WP Cron','2021-02-01 05:28:14','2021-02-01 00:28:14'),
(121961,44817,'action complete via WP Cron','2021-02-01 05:28:14','2021-02-01 00:28:14'),
(121962,44818,'action created','2021-02-01 05:28:14','2021-02-01 00:28:14'),
(121963,44818,'action started via WP Cron','2021-02-01 05:30:14','2021-02-01 00:30:14'),
(121964,44818,'action complete via WP Cron','2021-02-01 05:30:14','2021-02-01 00:30:14'),
(121965,44819,'action created','2021-02-01 05:30:14','2021-02-01 00:30:14'),
(121966,44819,'action started via WP Cron','2021-02-01 05:32:22','2021-02-01 00:32:22'),
(121967,44819,'action complete via WP Cron','2021-02-01 05:32:22','2021-02-01 00:32:22'),
(121968,44820,'action created','2021-02-01 05:32:22','2021-02-01 00:32:22'),
(121969,44820,'action started via WP Cron','2021-02-01 05:33:51','2021-02-01 00:33:51'),
(121970,44820,'action complete via WP Cron','2021-02-01 05:33:51','2021-02-01 00:33:51'),
(121971,44821,'action created','2021-02-01 05:33:51','2021-02-01 00:33:51'),
(121972,44821,'action started via WP Cron','2021-02-01 05:35:50','2021-02-01 00:35:50'),
(121973,44821,'action complete via WP Cron','2021-02-01 05:35:50','2021-02-01 00:35:50'),
(121974,44822,'action created','2021-02-01 05:35:50','2021-02-01 00:35:50'),
(121975,44822,'action started via WP Cron','2021-02-01 05:36:28','2021-02-01 00:36:28'),
(121976,44822,'action complete via WP Cron','2021-02-01 05:36:28','2021-02-01 00:36:28'),
(121977,44823,'action created','2021-02-01 05:36:28','2021-02-01 00:36:28'),
(121978,44823,'action started via WP Cron','2021-02-01 05:37:18','2021-02-01 00:37:18'),
(121979,44823,'action complete via WP Cron','2021-02-01 05:37:18','2021-02-01 00:37:18'),
(121980,44824,'action created','2021-02-01 05:37:18','2021-02-01 00:37:18'),
(121981,44824,'action started via WP Cron','2021-02-01 05:39:49','2021-02-01 00:39:49'),
(121982,44824,'action complete via WP Cron','2021-02-01 05:39:49','2021-02-01 00:39:49'),
(121983,44825,'action created','2021-02-01 05:39:49','2021-02-01 00:39:49'),
(121984,44825,'action started via WP Cron','2021-02-01 05:43:28','2021-02-01 00:43:28'),
(121985,44825,'action complete via WP Cron','2021-02-01 05:43:28','2021-02-01 00:43:28'),
(121986,44826,'action created','2021-02-01 05:43:29','2021-02-01 00:43:29'),
(121987,44826,'action started via WP Cron','2021-02-01 05:45:18','2021-02-01 00:45:18'),
(121988,44826,'action complete via WP Cron','2021-02-01 05:45:18','2021-02-01 00:45:18'),
(121989,44827,'action created','2021-02-01 05:45:18','2021-02-01 00:45:18'),
(121990,44827,'action started via WP Cron','2021-02-01 05:46:21','2021-02-01 00:46:21'),
(121991,44827,'action complete via WP Cron','2021-02-01 05:46:21','2021-02-01 00:46:21'),
(121992,44828,'action created','2021-02-01 05:46:21','2021-02-01 00:46:21'),
(121993,44828,'action started via WP Cron','2021-02-01 05:47:34','2021-02-01 00:47:34'),
(121994,44828,'action complete via WP Cron','2021-02-01 05:47:34','2021-02-01 00:47:34'),
(121995,44829,'action created','2021-02-01 05:47:34','2021-02-01 00:47:34'),
(121996,44829,'action started via WP Cron','2021-02-01 05:49:22','2021-02-01 00:49:22'),
(121997,44829,'action complete via WP Cron','2021-02-01 05:49:22','2021-02-01 00:49:22'),
(121998,44830,'action created','2021-02-01 05:49:22','2021-02-01 00:49:22'),
(121999,44830,'action started via WP Cron','2021-02-01 05:52:01','2021-02-01 00:52:01'),
(122000,44830,'action complete via WP Cron','2021-02-01 05:52:01','2021-02-01 00:52:01'),
(122001,44831,'action created','2021-02-01 05:52:01','2021-02-01 00:52:01'),
(122002,44831,'action started via WP Cron','2021-02-01 05:53:03','2021-02-01 00:53:03'),
(122003,44831,'action complete via WP Cron','2021-02-01 05:53:03','2021-02-01 00:53:03'),
(122004,44832,'action created','2021-02-01 05:53:03','2021-02-01 00:53:03'),
(122005,44832,'action started via WP Cron','2021-02-01 05:53:18','2021-02-01 00:53:18'),
(122006,44832,'action complete via WP Cron','2021-02-01 05:53:18','2021-02-01 00:53:18'),
(122007,44833,'action created','2021-02-01 05:53:18','2021-02-01 00:53:18'),
(122008,44833,'action started via WP Cron','2021-02-01 05:54:21','2021-02-01 00:54:21'),
(122009,44833,'action complete via WP Cron','2021-02-01 05:54:21','2021-02-01 00:54:21'),
(122010,44834,'action created','2021-02-01 05:54:21','2021-02-01 00:54:21'),
(122011,44834,'action started via WP Cron','2021-02-01 05:55:13','2021-02-01 00:55:13'),
(122012,44834,'action complete via WP Cron','2021-02-01 05:55:13','2021-02-01 00:55:13'),
(122013,44835,'action created','2021-02-01 05:55:13','2021-02-01 00:55:13'),
(122014,44835,'action started via WP Cron','2021-02-01 05:56:29','2021-02-01 00:56:29'),
(122015,44835,'action complete via WP Cron','2021-02-01 05:56:29','2021-02-01 00:56:29'),
(122016,44836,'action created','2021-02-01 05:56:29','2021-02-01 00:56:29'),
(122017,44836,'action started via WP Cron','2021-02-01 05:58:18','2021-02-01 00:58:18'),
(122018,44836,'action complete via WP Cron','2021-02-01 05:58:18','2021-02-01 00:58:18'),
(122019,44837,'action created','2021-02-01 05:58:18','2021-02-01 00:58:18'),
(122020,44837,'action started via WP Cron','2021-02-01 06:00:19','2021-02-01 01:00:19'),
(122021,44837,'action complete via WP Cron','2021-02-01 06:00:19','2021-02-01 01:00:19'),
(122022,44838,'action created','2021-02-01 06:00:19','2021-02-01 01:00:19'),
(122023,44838,'action started via WP Cron','2021-02-01 06:02:37','2021-02-01 01:02:37'),
(122024,44838,'action complete via WP Cron','2021-02-01 06:02:37','2021-02-01 01:02:37'),
(122025,44839,'action created','2021-02-01 06:02:37','2021-02-01 01:02:37'),
(122026,44839,'action started via WP Cron','2021-02-01 06:03:59','2021-02-01 01:03:59'),
(122027,44839,'action complete via WP Cron','2021-02-01 06:03:59','2021-02-01 01:03:59'),
(122028,44840,'action created','2021-02-01 06:03:59','2021-02-01 01:03:59'),
(122029,44840,'action started via WP Cron','2021-02-01 06:04:14','2021-02-01 01:04:14'),
(122030,44840,'action complete via WP Cron','2021-02-01 06:04:14','2021-02-01 01:04:14'),
(122031,44841,'action created','2021-02-01 06:04:14','2021-02-01 01:04:14'),
(122032,44841,'action started via WP Cron','2021-02-01 06:06:30','2021-02-01 01:06:30'),
(122033,44841,'action complete via WP Cron','2021-02-01 06:06:30','2021-02-01 01:06:30'),
(122034,44842,'action created','2021-02-01 06:06:30','2021-02-01 01:06:30'),
(122035,44842,'action started via WP Cron','2021-02-01 06:07:19','2021-02-01 01:07:19'),
(122036,44842,'action complete via WP Cron','2021-02-01 06:07:19','2021-02-01 01:07:19'),
(122037,44843,'action created','2021-02-01 06:07:19','2021-02-01 01:07:19'),
(122038,44843,'action started via WP Cron','2021-02-01 06:08:21','2021-02-01 01:08:21'),
(122039,44843,'action complete via WP Cron','2021-02-01 06:08:21','2021-02-01 01:08:21'),
(122040,44844,'action created','2021-02-01 06:08:21','2021-02-01 01:08:21'),
(122041,44844,'action started via WP Cron','2021-02-01 06:09:16','2021-02-01 01:09:16'),
(122042,44844,'action complete via WP Cron','2021-02-01 06:09:16','2021-02-01 01:09:16'),
(122043,44845,'action created','2021-02-01 06:09:16','2021-02-01 01:09:16'),
(122044,44845,'action started via WP Cron','2021-02-01 06:11:27','2021-02-01 01:11:27'),
(122045,44845,'action complete via WP Cron','2021-02-01 06:11:27','2021-02-01 01:11:27'),
(122046,44846,'action created','2021-02-01 06:11:27','2021-02-01 01:11:27'),
(122047,44846,'action started via WP Cron','2021-02-01 06:12:11','2021-02-01 01:12:11'),
(122048,44846,'action complete via WP Cron','2021-02-01 06:12:11','2021-02-01 01:12:11'),
(122049,44847,'action created','2021-02-01 06:12:11','2021-02-01 01:12:11'),
(122050,44847,'action started via WP Cron','2021-02-01 06:13:19','2021-02-01 01:13:19'),
(122051,44847,'action complete via WP Cron','2021-02-01 06:13:19','2021-02-01 01:13:19'),
(122052,44848,'action created','2021-02-01 06:13:19','2021-02-01 01:13:19'),
(122053,44848,'action started via WP Cron','2021-02-01 06:16:29','2021-02-01 01:16:29'),
(122054,44848,'action complete via WP Cron','2021-02-01 06:16:29','2021-02-01 01:16:29'),
(122055,44849,'action created','2021-02-01 06:16:29','2021-02-01 01:16:29'),
(122056,44849,'action started via WP Cron','2021-02-01 06:17:42','2021-02-01 01:17:42'),
(122057,44849,'action complete via WP Cron','2021-02-01 06:17:42','2021-02-01 01:17:42'),
(122058,44850,'action created','2021-02-01 06:17:42','2021-02-01 01:17:42'),
(122059,44850,'action started via WP Cron','2021-02-01 06:18:53','2021-02-01 01:18:53'),
(122060,44850,'action complete via WP Cron','2021-02-01 06:18:53','2021-02-01 01:18:53'),
(122061,44851,'action created','2021-02-01 06:18:53','2021-02-01 01:18:53'),
(122062,44851,'action started via WP Cron','2021-02-01 06:19:35','2021-02-01 01:19:35'),
(122063,44851,'action complete via WP Cron','2021-02-01 06:19:35','2021-02-01 01:19:35'),
(122064,44852,'action created','2021-02-01 06:19:36','2021-02-01 01:19:36'),
(122065,44852,'action started via WP Cron','2021-02-01 06:20:57','2021-02-01 01:20:57'),
(122066,44852,'action complete via WP Cron','2021-02-01 06:20:57','2021-02-01 01:20:57'),
(122067,44853,'action created','2021-02-01 06:20:57','2021-02-01 01:20:57'),
(122068,44853,'action started via WP Cron','2021-02-01 06:22:02','2021-02-01 01:22:02'),
(122069,44853,'action complete via WP Cron','2021-02-01 06:22:02','2021-02-01 01:22:02'),
(122070,44854,'action created','2021-02-01 06:22:02','2021-02-01 01:22:02'),
(122071,44854,'action started via WP Cron','2021-02-01 06:22:36','2021-02-01 01:22:36'),
(122072,44854,'action complete via WP Cron','2021-02-01 06:22:36','2021-02-01 01:22:36'),
(122073,44855,'action created','2021-02-01 06:22:36','2021-02-01 01:22:36'),
(122074,44855,'action started via WP Cron','2021-02-01 06:27:06','2021-02-01 01:27:06'),
(122075,44855,'action complete via WP Cron','2021-02-01 06:27:06','2021-02-01 01:27:06'),
(122076,44856,'action created','2021-02-01 06:27:06','2021-02-01 01:27:06'),
(122077,44856,'action started via WP Cron','2021-02-01 06:27:57','2021-02-01 01:27:57'),
(122078,44856,'action complete via WP Cron','2021-02-01 06:27:57','2021-02-01 01:27:57'),
(122079,44857,'action created','2021-02-01 06:27:57','2021-02-01 01:27:57'),
(122080,44857,'action started via WP Cron','2021-02-01 06:31:33','2021-02-01 01:31:33'),
(122081,44857,'action complete via WP Cron','2021-02-01 06:31:33','2021-02-01 01:31:33'),
(122082,44858,'action created','2021-02-01 06:31:33','2021-02-01 01:31:33'),
(122083,44858,'action started via WP Cron','2021-02-01 06:32:39','2021-02-01 01:32:39'),
(122084,44858,'action complete via WP Cron','2021-02-01 06:32:39','2021-02-01 01:32:39'),
(122085,44859,'action created','2021-02-01 06:32:39','2021-02-01 01:32:39'),
(122086,44859,'action started via WP Cron','2021-02-01 06:35:32','2021-02-01 01:35:32'),
(122087,44859,'action complete via WP Cron','2021-02-01 06:35:32','2021-02-01 01:35:32'),
(122088,44860,'action created','2021-02-01 06:35:32','2021-02-01 01:35:32'),
(122089,44860,'action started via WP Cron','2021-02-01 06:38:33','2021-02-01 01:38:33'),
(122090,44860,'action complete via WP Cron','2021-02-01 06:38:33','2021-02-01 01:38:33'),
(122091,44861,'action created','2021-02-01 06:38:33','2021-02-01 01:38:33'),
(122092,44861,'action started via WP Cron','2021-02-01 06:40:12','2021-02-01 01:40:12'),
(122093,44861,'action complete via WP Cron','2021-02-01 06:40:12','2021-02-01 01:40:12'),
(122094,44862,'action created','2021-02-01 06:40:12','2021-02-01 01:40:12'),
(122095,44862,'action started via WP Cron','2021-02-01 06:42:06','2021-02-01 01:42:06'),
(122096,44862,'action complete via WP Cron','2021-02-01 06:42:06','2021-02-01 01:42:06'),
(122097,44863,'action created','2021-02-01 06:42:06','2021-02-01 01:42:06'),
(122098,44863,'action started via WP Cron','2021-02-01 06:46:07','2021-02-01 01:46:07'),
(122099,44863,'action complete via WP Cron','2021-02-01 06:46:07','2021-02-01 01:46:07'),
(122100,44864,'action created','2021-02-01 06:46:07','2021-02-01 01:46:07'),
(122101,44864,'action started via WP Cron','2021-02-01 06:47:07','2021-02-01 01:47:07'),
(122102,44864,'action complete via WP Cron','2021-02-01 06:47:07','2021-02-01 01:47:07'),
(122103,44865,'action created','2021-02-01 06:47:07','2021-02-01 01:47:07'),
(122104,44865,'action started via WP Cron','2021-02-01 06:47:30','2021-02-01 01:47:30'),
(122105,44865,'action complete via WP Cron','2021-02-01 06:47:30','2021-02-01 01:47:30'),
(122106,44866,'action created','2021-02-01 06:47:30','2021-02-01 01:47:30'),
(122107,44866,'action started via WP Cron','2021-02-01 06:49:43','2021-02-01 01:49:43'),
(122108,44866,'action complete via WP Cron','2021-02-01 06:49:43','2021-02-01 01:49:43'),
(122109,44867,'action created','2021-02-01 06:49:43','2021-02-01 01:49:43'),
(122110,44867,'action started via WP Cron','2021-02-01 06:50:17','2021-02-01 01:50:17'),
(122111,44867,'action complete via WP Cron','2021-02-01 06:50:17','2021-02-01 01:50:17'),
(122112,44868,'action created','2021-02-01 06:50:17','2021-02-01 01:50:17'),
(122113,44868,'action started via WP Cron','2021-02-01 06:51:37','2021-02-01 01:51:37'),
(122114,44868,'action complete via WP Cron','2021-02-01 06:51:37','2021-02-01 01:51:37'),
(122115,44869,'action created','2021-02-01 06:51:37','2021-02-01 01:51:37'),
(122116,44869,'action started via WP Cron','2021-02-01 06:53:09','2021-02-01 01:53:09'),
(122117,44869,'action complete via WP Cron','2021-02-01 06:53:09','2021-02-01 01:53:09'),
(122118,44870,'action created','2021-02-01 06:53:09','2021-02-01 01:53:09'),
(122119,44870,'action started via WP Cron','2021-02-01 06:56:08','2021-02-01 01:56:08'),
(122120,44870,'action complete via WP Cron','2021-02-01 06:56:08','2021-02-01 01:56:08'),
(122121,44871,'action created','2021-02-01 06:56:08','2021-02-01 01:56:08'),
(122122,44871,'action started via WP Cron','2021-02-01 06:57:39','2021-02-01 01:57:39'),
(122123,44871,'action complete via WP Cron','2021-02-01 06:57:39','2021-02-01 01:57:39'),
(122124,44872,'action created','2021-02-01 06:57:39','2021-02-01 01:57:39'),
(122125,44872,'action started via WP Cron','2021-02-01 06:58:15','2021-02-01 01:58:15'),
(122126,44872,'action complete via WP Cron','2021-02-01 06:58:15','2021-02-01 01:58:15'),
(122127,44873,'action created','2021-02-01 06:58:15','2021-02-01 01:58:15'),
(122128,44873,'action started via WP Cron','2021-02-01 07:01:03','2021-02-01 02:01:03'),
(122129,44873,'action complete via WP Cron','2021-02-01 07:01:03','2021-02-01 02:01:03'),
(122130,44874,'action created','2021-02-01 07:01:03','2021-02-01 02:01:03'),
(122131,44874,'action started via WP Cron','2021-02-01 07:02:12','2021-02-01 02:02:12'),
(122132,44874,'action complete via WP Cron','2021-02-01 07:02:12','2021-02-01 02:02:12'),
(122133,44875,'action created','2021-02-01 07:02:12','2021-02-01 02:02:12'),
(122134,44875,'action started via WP Cron','2021-02-01 07:03:41','2021-02-01 02:03:41'),
(122135,44875,'action complete via WP Cron','2021-02-01 07:03:41','2021-02-01 02:03:41'),
(122136,44876,'action created','2021-02-01 07:03:41','2021-02-01 02:03:41'),
(122137,44876,'action started via WP Cron','2021-02-01 07:04:18','2021-02-01 02:04:18'),
(122138,44876,'action complete via WP Cron','2021-02-01 07:04:18','2021-02-01 02:04:18'),
(122139,44877,'action created','2021-02-01 07:04:18','2021-02-01 02:04:18'),
(122140,44877,'action started via WP Cron','2021-02-01 07:05:48','2021-02-01 02:05:48'),
(122141,44877,'action complete via WP Cron','2021-02-01 07:05:48','2021-02-01 02:05:48'),
(122142,44878,'action created','2021-02-01 07:05:48','2021-02-01 02:05:48'),
(122143,44878,'action started via WP Cron','2021-02-01 07:06:34','2021-02-01 02:06:34'),
(122144,44878,'action complete via WP Cron','2021-02-01 07:06:34','2021-02-01 02:06:34'),
(122145,44879,'action created','2021-02-01 07:06:34','2021-02-01 02:06:34'),
(122146,44879,'action started via WP Cron','2021-02-01 07:07:13','2021-02-01 02:07:13'),
(122147,44879,'action complete via WP Cron','2021-02-01 07:07:13','2021-02-01 02:07:13'),
(122148,44880,'action created','2021-02-01 07:07:13','2021-02-01 02:07:13'),
(122149,44880,'action started via WP Cron','2021-02-01 07:08:14','2021-02-01 02:08:14'),
(122150,44880,'action complete via WP Cron','2021-02-01 07:08:14','2021-02-01 02:08:14'),
(122151,44881,'action created','2021-02-01 07:08:14','2021-02-01 02:08:14'),
(122152,44881,'action started via WP Cron','2021-02-01 07:09:47','2021-02-01 02:09:47'),
(122153,44881,'action complete via WP Cron','2021-02-01 07:09:47','2021-02-01 02:09:47'),
(122154,44882,'action created','2021-02-01 07:09:47','2021-02-01 02:09:47'),
(122155,44882,'action started via WP Cron','2021-02-01 07:10:20','2021-02-01 02:10:20'),
(122156,44882,'action complete via WP Cron','2021-02-01 07:10:20','2021-02-01 02:10:20'),
(122157,44883,'action created','2021-02-01 07:10:20','2021-02-01 02:10:20'),
(122158,44883,'action started via WP Cron','2021-02-01 07:11:15','2021-02-01 02:11:15'),
(122159,44883,'action complete via WP Cron','2021-02-01 07:11:15','2021-02-01 02:11:15'),
(122160,44884,'action created','2021-02-01 07:11:15','2021-02-01 02:11:15'),
(122161,44884,'action started via WP Cron','2021-02-01 07:12:54','2021-02-01 02:12:54'),
(122162,44884,'action complete via WP Cron','2021-02-01 07:12:54','2021-02-01 02:12:54'),
(122163,44885,'action created','2021-02-01 07:12:54','2021-02-01 02:12:54'),
(122164,44885,'action started via WP Cron','2021-02-01 07:13:58','2021-02-01 02:13:58'),
(122165,44885,'action complete via WP Cron','2021-02-01 07:13:58','2021-02-01 02:13:58'),
(122166,44886,'action created','2021-02-01 07:13:58','2021-02-01 02:13:58'),
(122167,44886,'action started via WP Cron','2021-02-01 07:17:14','2021-02-01 02:17:14'),
(122168,44886,'action complete via WP Cron','2021-02-01 07:17:14','2021-02-01 02:17:14'),
(122169,44887,'action created','2021-02-01 07:17:14','2021-02-01 02:17:14'),
(122170,44887,'action started via WP Cron','2021-02-01 07:18:21','2021-02-01 02:18:21'),
(122171,44887,'action complete via WP Cron','2021-02-01 07:18:21','2021-02-01 02:18:21'),
(122172,44888,'action created','2021-02-01 07:18:21','2021-02-01 02:18:21'),
(122173,44888,'action started via WP Cron','2021-02-01 07:19:25','2021-02-01 02:19:25'),
(122174,44888,'action complete via WP Cron','2021-02-01 07:19:25','2021-02-01 02:19:25'),
(122175,44889,'action created','2021-02-01 07:19:25','2021-02-01 02:19:25'),
(122176,44889,'action started via WP Cron','2021-02-01 07:20:37','2021-02-01 02:20:37'),
(122177,44889,'action complete via WP Cron','2021-02-01 07:20:37','2021-02-01 02:20:37'),
(122178,44890,'action created','2021-02-01 07:20:37','2021-02-01 02:20:37'),
(122179,44890,'action started via WP Cron','2021-02-01 07:23:10','2021-02-01 02:23:10'),
(122180,44890,'action complete via WP Cron','2021-02-01 07:23:10','2021-02-01 02:23:10'),
(122181,44891,'action created','2021-02-01 07:23:10','2021-02-01 02:23:10'),
(122182,44891,'action started via WP Cron','2021-02-01 07:23:35','2021-02-01 02:23:35'),
(122183,44891,'action complete via WP Cron','2021-02-01 07:23:35','2021-02-01 02:23:35'),
(122184,44892,'action created','2021-02-01 07:23:35','2021-02-01 02:23:35'),
(122185,44892,'action started via WP Cron','2021-02-01 07:25:32','2021-02-01 02:25:32'),
(122186,44892,'action complete via WP Cron','2021-02-01 07:25:32','2021-02-01 02:25:32'),
(122187,44893,'action created','2021-02-01 07:25:32','2021-02-01 02:25:32'),
(122188,44893,'action started via WP Cron','2021-02-01 07:26:42','2021-02-01 02:26:42'),
(122189,44893,'action complete via WP Cron','2021-02-01 07:26:42','2021-02-01 02:26:42'),
(122190,44894,'action created','2021-02-01 07:26:42','2021-02-01 02:26:42'),
(122191,44894,'action started via WP Cron','2021-02-01 07:27:30','2021-02-01 02:27:30'),
(122192,44894,'action complete via WP Cron','2021-02-01 07:27:30','2021-02-01 02:27:30'),
(122193,44895,'action created','2021-02-01 07:27:30','2021-02-01 02:27:30'),
(122194,44895,'action started via WP Cron','2021-02-01 07:28:31','2021-02-01 02:28:31'),
(122195,44895,'action complete via WP Cron','2021-02-01 07:28:31','2021-02-01 02:28:31'),
(122196,44896,'action created','2021-02-01 07:28:31','2021-02-01 02:28:31'),
(122197,44896,'action started via WP Cron','2021-02-01 07:29:26','2021-02-01 02:29:26'),
(122198,44896,'action complete via WP Cron','2021-02-01 07:29:26','2021-02-01 02:29:26'),
(122199,44897,'action created','2021-02-01 07:29:26','2021-02-01 02:29:26'),
(122200,44897,'action started via WP Cron','2021-02-01 07:31:55','2021-02-01 02:31:55'),
(122201,44897,'action complete via WP Cron','2021-02-01 07:31:55','2021-02-01 02:31:55'),
(122202,44898,'action created','2021-02-01 07:31:55','2021-02-01 02:31:55'),
(122203,44898,'action started via WP Cron','2021-02-01 07:34:36','2021-02-01 02:34:36'),
(122204,44898,'action complete via WP Cron','2021-02-01 07:34:36','2021-02-01 02:34:36'),
(122205,44899,'action created','2021-02-01 07:34:36','2021-02-01 02:34:36'),
(122206,44899,'action started via WP Cron','2021-02-01 07:35:31','2021-02-01 02:35:31'),
(122207,44899,'action complete via WP Cron','2021-02-01 07:35:31','2021-02-01 02:35:31'),
(122208,44900,'action created','2021-02-01 07:35:31','2021-02-01 02:35:31'),
(122209,44900,'action started via WP Cron','2021-02-01 07:38:55','2021-02-01 02:38:55'),
(122210,44900,'action complete via WP Cron','2021-02-01 07:38:55','2021-02-01 02:38:55'),
(122211,44901,'action created','2021-02-01 07:39:37','2021-02-01 02:39:37'),
(122212,44901,'action started via WP Cron','2021-02-01 07:40:30','2021-02-01 02:40:30'),
(122213,44901,'action complete via WP Cron','2021-02-01 07:40:30','2021-02-01 02:40:30'),
(122214,44902,'action created','2021-02-01 07:40:30','2021-02-01 02:40:30'),
(122215,44902,'action started via WP Cron','2021-02-01 07:41:41','2021-02-01 02:41:41'),
(122216,44902,'action complete via WP Cron','2021-02-01 07:41:41','2021-02-01 02:41:41'),
(122217,44903,'action created','2021-02-01 07:41:41','2021-02-01 02:41:41'),
(122218,44903,'action started via WP Cron','2021-02-01 07:43:03','2021-02-01 02:43:03'),
(122219,44903,'action complete via WP Cron','2021-02-01 07:43:03','2021-02-01 02:43:03'),
(122220,44904,'action created','2021-02-01 07:43:03','2021-02-01 02:43:03'),
(122221,44904,'action started via WP Cron','2021-02-01 07:43:44','2021-02-01 02:43:44'),
(122222,44904,'action complete via WP Cron','2021-02-01 07:43:44','2021-02-01 02:43:44'),
(122223,44905,'action created','2021-02-01 07:43:44','2021-02-01 02:43:44'),
(122224,44905,'action started via WP Cron','2021-02-01 07:44:31','2021-02-01 02:44:31'),
(122225,44905,'action complete via WP Cron','2021-02-01 07:44:31','2021-02-01 02:44:31'),
(122226,44906,'action created','2021-02-01 07:44:31','2021-02-01 02:44:31'),
(122227,44906,'action started via WP Cron','2021-02-01 07:45:14','2021-02-01 02:45:14'),
(122228,44906,'action complete via WP Cron','2021-02-01 07:45:14','2021-02-01 02:45:14'),
(122229,44907,'action created','2021-02-01 07:45:14','2021-02-01 02:45:14'),
(122230,44907,'action started via WP Cron','2021-02-01 07:48:10','2021-02-01 02:48:10'),
(122231,44907,'action complete via WP Cron','2021-02-01 07:48:10','2021-02-01 02:48:10'),
(122232,44908,'action created','2021-02-01 07:48:10','2021-02-01 02:48:10'),
(122233,44908,'action started via WP Cron','2021-02-01 07:48:35','2021-02-01 02:48:35'),
(122234,44908,'action complete via WP Cron','2021-02-01 07:48:35','2021-02-01 02:48:35'),
(122235,44909,'action created','2021-02-01 07:48:35','2021-02-01 02:48:35'),
(122236,44909,'action started via WP Cron','2021-02-01 07:49:32','2021-02-01 02:49:32'),
(122237,44909,'action complete via WP Cron','2021-02-01 07:49:32','2021-02-01 02:49:32'),
(122238,44910,'action created','2021-02-01 07:49:32','2021-02-01 02:49:32'),
(122239,44910,'action started via WP Cron','2021-02-01 07:51:09','2021-02-01 02:51:09'),
(122240,44910,'action complete via WP Cron','2021-02-01 07:51:09','2021-02-01 02:51:09'),
(122241,44911,'action created','2021-02-01 07:51:09','2021-02-01 02:51:09'),
(122242,44911,'action started via WP Cron','2021-02-01 07:52:47','2021-02-01 02:52:47'),
(122243,44911,'action complete via WP Cron','2021-02-01 07:52:47','2021-02-01 02:52:47'),
(122244,44912,'action created','2021-02-01 07:52:49','2021-02-01 02:52:49'),
(122245,44912,'action started via WP Cron','2021-02-01 07:53:30','2021-02-01 02:53:30'),
(122246,44912,'action complete via WP Cron','2021-02-01 07:53:30','2021-02-01 02:53:30'),
(122247,44913,'action created','2021-02-01 07:53:30','2021-02-01 02:53:30'),
(122248,44913,'action started via WP Cron','2021-02-01 07:54:51','2021-02-01 02:54:51'),
(122249,44913,'action complete via WP Cron','2021-02-01 07:54:51','2021-02-01 02:54:51'),
(122250,44914,'action created','2021-02-01 07:54:51','2021-02-01 02:54:51'),
(122251,44914,'action started via WP Cron','2021-02-01 07:55:12','2021-02-01 02:55:12'),
(122252,44914,'action complete via WP Cron','2021-02-01 07:55:12','2021-02-01 02:55:12'),
(122253,44915,'action created','2021-02-01 07:55:12','2021-02-01 02:55:12'),
(122254,44915,'action started via WP Cron','2021-02-01 07:56:13','2021-02-01 02:56:13'),
(122255,44915,'action complete via WP Cron','2021-02-01 07:56:13','2021-02-01 02:56:13'),
(122256,44916,'action created','2021-02-01 07:56:13','2021-02-01 02:56:13'),
(122257,44916,'action started via WP Cron','2021-02-01 07:57:50','2021-02-01 02:57:50'),
(122258,44916,'action complete via WP Cron','2021-02-01 07:57:50','2021-02-01 02:57:50'),
(122259,44917,'action created','2021-02-01 07:57:50','2021-02-01 02:57:50'),
(122260,44917,'action started via WP Cron','2021-02-01 07:58:48','2021-02-01 02:58:48'),
(122261,44917,'action complete via WP Cron','2021-02-01 07:58:48','2021-02-01 02:58:48'),
(122262,44918,'action created','2021-02-01 07:58:48','2021-02-01 02:58:48'),
(122263,44918,'action started via WP Cron','2021-02-01 08:00:31','2021-02-01 03:00:31'),
(122264,44918,'action complete via WP Cron','2021-02-01 08:00:31','2021-02-01 03:00:31'),
(122265,44919,'action created','2021-02-01 08:00:31','2021-02-01 03:00:31'),
(122266,44919,'action started via WP Cron','2021-02-01 08:02:32','2021-02-01 03:02:32'),
(122267,44919,'action complete via WP Cron','2021-02-01 08:02:32','2021-02-01 03:02:32'),
(122268,44920,'action created','2021-02-01 08:02:32','2021-02-01 03:02:32'),
(122269,44920,'action started via WP Cron','2021-02-01 08:04:25','2021-02-01 03:04:25'),
(122270,44920,'action complete via WP Cron','2021-02-01 08:04:25','2021-02-01 03:04:25'),
(122271,44921,'action created','2021-02-01 08:04:25','2021-02-01 03:04:25'),
(122272,44921,'action started via WP Cron','2021-02-01 08:05:12','2021-02-01 03:05:12'),
(122273,44921,'action complete via WP Cron','2021-02-01 08:05:12','2021-02-01 03:05:12'),
(122274,44922,'action created','2021-02-01 08:05:12','2021-02-01 03:05:12'),
(122275,44922,'action started via WP Cron','2021-02-01 08:06:50','2021-02-01 03:06:50'),
(122276,44922,'action complete via WP Cron','2021-02-01 08:06:50','2021-02-01 03:06:50'),
(122277,44923,'action created','2021-02-01 08:06:50','2021-02-01 03:06:50'),
(122278,44923,'action started via WP Cron','2021-02-01 08:07:18','2021-02-01 03:07:18'),
(122279,44923,'action complete via WP Cron','2021-02-01 08:07:18','2021-02-01 03:07:18'),
(122280,44924,'action created','2021-02-01 08:07:18','2021-02-01 03:07:18'),
(122281,44924,'action started via WP Cron','2021-02-01 08:11:06','2021-02-01 03:11:06'),
(122282,44924,'action complete via WP Cron','2021-02-01 08:11:06','2021-02-01 03:11:06'),
(122283,44925,'action created','2021-02-01 08:11:06','2021-02-01 03:11:06'),
(122284,44925,'action started via WP Cron','2021-02-01 08:14:32','2021-02-01 03:14:32'),
(122285,44925,'action complete via WP Cron','2021-02-01 08:14:32','2021-02-01 03:14:32'),
(122286,44926,'action created','2021-02-01 08:14:32','2021-02-01 03:14:32'),
(122287,44926,'action started via WP Cron','2021-02-01 08:16:46','2021-02-01 03:16:46'),
(122288,44926,'action complete via WP Cron','2021-02-01 08:16:46','2021-02-01 03:16:46'),
(122289,44927,'action created','2021-02-01 08:16:46','2021-02-01 03:16:46'),
(122290,44927,'action started via WP Cron','2021-02-01 08:17:22','2021-02-01 03:17:22'),
(122291,44927,'action complete via WP Cron','2021-02-01 08:17:22','2021-02-01 03:17:22'),
(122292,44928,'action created','2021-02-01 08:17:22','2021-02-01 03:17:22'),
(122293,44928,'action started via WP Cron','2021-02-01 08:21:15','2021-02-01 03:21:15'),
(122294,44928,'action complete via WP Cron','2021-02-01 08:21:15','2021-02-01 03:21:15'),
(122295,44929,'action created','2021-02-01 08:21:15','2021-02-01 03:21:15'),
(122296,44929,'action started via WP Cron','2021-02-01 08:24:49','2021-02-01 03:24:49'),
(122297,44929,'action complete via WP Cron','2021-02-01 08:24:49','2021-02-01 03:24:49'),
(122298,44930,'action created','2021-02-01 08:24:50','2021-02-01 03:24:50'),
(122299,44930,'action started via WP Cron','2021-02-01 08:25:18','2021-02-01 03:25:18'),
(122300,44930,'action complete via WP Cron','2021-02-01 08:25:18','2021-02-01 03:25:18'),
(122301,44931,'action created','2021-02-01 08:25:18','2021-02-01 03:25:18'),
(122302,44931,'action started via WP Cron','2021-02-01 08:26:15','2021-02-01 03:26:15'),
(122303,44931,'action complete via WP Cron','2021-02-01 08:26:15','2021-02-01 03:26:15'),
(122304,44932,'action created','2021-02-01 08:26:15','2021-02-01 03:26:15'),
(122305,44932,'action started via WP Cron','2021-02-01 08:27:19','2021-02-01 03:27:19'),
(122306,44932,'action complete via WP Cron','2021-02-01 08:27:19','2021-02-01 03:27:19'),
(122307,44933,'action created','2021-02-01 08:27:19','2021-02-01 03:27:19'),
(122308,44933,'action started via WP Cron','2021-02-01 08:28:36','2021-02-01 03:28:36'),
(122309,44933,'action complete via WP Cron','2021-02-01 08:28:36','2021-02-01 03:28:36'),
(122310,44934,'action created','2021-02-01 08:28:36','2021-02-01 03:28:36'),
(122311,44934,'action started via WP Cron','2021-02-01 08:29:37','2021-02-01 03:29:37'),
(122312,44934,'action complete via WP Cron','2021-02-01 08:29:37','2021-02-01 03:29:37'),
(122313,44935,'action created','2021-02-01 08:29:37','2021-02-01 03:29:37'),
(122314,44935,'action started via WP Cron','2021-02-01 08:30:14','2021-02-01 03:30:14'),
(122315,44935,'action complete via WP Cron','2021-02-01 08:30:14','2021-02-01 03:30:14'),
(122316,44936,'action created','2021-02-01 08:30:14','2021-02-01 03:30:14'),
(122317,44936,'action started via WP Cron','2021-02-01 08:31:55','2021-02-01 03:31:55'),
(122318,44936,'action complete via WP Cron','2021-02-01 08:31:55','2021-02-01 03:31:55'),
(122319,44937,'action created','2021-02-01 08:31:55','2021-02-01 03:31:55'),
(122320,44937,'action started via WP Cron','2021-02-01 08:32:18','2021-02-01 03:32:18'),
(122321,44937,'action complete via WP Cron','2021-02-01 08:32:18','2021-02-01 03:32:18'),
(122322,44938,'action created','2021-02-01 08:32:18','2021-02-01 03:32:18'),
(122323,44938,'action started via WP Cron','2021-02-01 08:35:18','2021-02-01 03:35:18'),
(122324,44938,'action complete via WP Cron','2021-02-01 08:35:18','2021-02-01 03:35:18'),
(122325,44939,'action created','2021-02-01 08:35:18','2021-02-01 03:35:18'),
(122326,44939,'action started via WP Cron','2021-02-01 08:36:53','2021-02-01 03:36:53'),
(122327,44939,'action complete via WP Cron','2021-02-01 08:36:53','2021-02-01 03:36:53'),
(122328,44940,'action created','2021-02-01 08:36:53','2021-02-01 03:36:53'),
(122329,44940,'action started via WP Cron','2021-02-01 08:38:55','2021-02-01 03:38:55'),
(122330,44940,'action complete via WP Cron','2021-02-01 08:38:55','2021-02-01 03:38:55'),
(122331,44941,'action created','2021-02-01 08:38:55','2021-02-01 03:38:55'),
(122332,44941,'action started via WP Cron','2021-02-01 08:40:30','2021-02-01 03:40:30'),
(122333,44941,'action complete via WP Cron','2021-02-01 08:40:30','2021-02-01 03:40:30'),
(122334,44942,'action created','2021-02-01 08:40:30','2021-02-01 03:40:30'),
(122335,44942,'action started via WP Cron','2021-02-01 08:42:06','2021-02-01 03:42:06'),
(122336,44942,'action complete via WP Cron','2021-02-01 08:42:06','2021-02-01 03:42:06'),
(122337,44943,'action created','2021-02-01 08:42:06','2021-02-01 03:42:06'),
(122338,44943,'action started via WP Cron','2021-02-01 08:42:50','2021-02-01 03:42:50'),
(122339,44943,'action complete via WP Cron','2021-02-01 08:42:50','2021-02-01 03:42:50'),
(122340,44944,'action created','2021-02-01 08:42:50','2021-02-01 03:42:50'),
(122341,44944,'action started via WP Cron','2021-02-01 08:43:12','2021-02-01 03:43:12'),
(122342,44944,'action complete via WP Cron','2021-02-01 08:43:12','2021-02-01 03:43:12'),
(122343,44945,'action created','2021-02-01 08:43:12','2021-02-01 03:43:12'),
(122344,44945,'action started via WP Cron','2021-02-01 08:44:36','2021-02-01 03:44:36'),
(122345,44945,'action complete via WP Cron','2021-02-01 08:44:36','2021-02-01 03:44:36'),
(122346,44946,'action created','2021-02-01 08:44:36','2021-02-01 03:44:36'),
(122347,44946,'action started via WP Cron','2021-02-01 08:45:44','2021-02-01 03:45:44'),
(122348,44946,'action complete via WP Cron','2021-02-01 08:45:44','2021-02-01 03:45:44'),
(122349,44947,'action created','2021-02-01 08:45:44','2021-02-01 03:45:44'),
(122350,44947,'action started via WP Cron','2021-02-01 08:47:30','2021-02-01 03:47:30'),
(122351,44947,'action complete via WP Cron','2021-02-01 08:47:30','2021-02-01 03:47:30'),
(122352,44948,'action created','2021-02-01 08:47:30','2021-02-01 03:47:30'),
(122353,44948,'action started via WP Cron','2021-02-01 08:50:20','2021-02-01 03:50:20'),
(122354,44948,'action complete via WP Cron','2021-02-01 08:50:20','2021-02-01 03:50:20'),
(122355,44949,'action created','2021-02-01 08:50:20','2021-02-01 03:50:20'),
(122356,44949,'action started via WP Cron','2021-02-01 08:52:00','2021-02-01 03:52:00'),
(122357,44949,'action complete via WP Cron','2021-02-01 08:52:00','2021-02-01 03:52:00'),
(122358,44950,'action created','2021-02-01 08:52:00','2021-02-01 03:52:00'),
(122359,44950,'action started via WP Cron','2021-02-01 08:52:41','2021-02-01 03:52:41'),
(122360,44950,'action complete via WP Cron','2021-02-01 08:52:41','2021-02-01 03:52:41'),
(122361,44951,'action created','2021-02-01 08:52:42','2021-02-01 03:52:42'),
(122362,44951,'action started via WP Cron','2021-02-01 08:54:12','2021-02-01 03:54:12'),
(122363,44951,'action complete via WP Cron','2021-02-01 08:54:12','2021-02-01 03:54:12'),
(122364,44952,'action created','2021-02-01 08:54:12','2021-02-01 03:54:12'),
(122365,44952,'action started via WP Cron','2021-02-01 08:55:20','2021-02-01 03:55:20'),
(122366,44952,'action complete via WP Cron','2021-02-01 08:55:20','2021-02-01 03:55:20'),
(122367,44953,'action created','2021-02-01 08:55:20','2021-02-01 03:55:20'),
(122368,44953,'action started via WP Cron','2021-02-01 08:56:20','2021-02-01 03:56:20'),
(122369,44953,'action complete via WP Cron','2021-02-01 08:56:20','2021-02-01 03:56:20'),
(122370,44954,'action created','2021-02-01 08:56:20','2021-02-01 03:56:20'),
(122371,44954,'action started via WP Cron','2021-02-01 08:58:20','2021-02-01 03:58:20'),
(122372,44954,'action complete via WP Cron','2021-02-01 08:58:20','2021-02-01 03:58:20'),
(122373,44955,'action created','2021-02-01 08:58:20','2021-02-01 03:58:20'),
(122374,44955,'action started via WP Cron','2021-02-01 09:01:52','2021-02-01 04:01:52'),
(122375,44955,'action complete via WP Cron','2021-02-01 09:01:52','2021-02-01 04:01:52'),
(122376,44956,'action created','2021-02-01 09:01:53','2021-02-01 04:01:53'),
(122377,44956,'action started via WP Cron','2021-02-01 09:02:15','2021-02-01 04:02:15'),
(122378,44956,'action complete via WP Cron','2021-02-01 09:02:15','2021-02-01 04:02:15'),
(122379,44957,'action created','2021-02-01 09:02:15','2021-02-01 04:02:15'),
(122380,44957,'action started via WP Cron','2021-02-01 09:03:21','2021-02-01 04:03:21'),
(122381,44957,'action complete via WP Cron','2021-02-01 09:03:21','2021-02-01 04:03:21'),
(122382,44958,'action created','2021-02-01 09:03:22','2021-02-01 04:03:22'),
(122383,44958,'action started via WP Cron','2021-02-01 09:04:39','2021-02-01 04:04:39'),
(122384,44958,'action complete via WP Cron','2021-02-01 09:04:39','2021-02-01 04:04:39'),
(122385,44959,'action created','2021-02-01 09:04:39','2021-02-01 04:04:39'),
(122386,44959,'action started via WP Cron','2021-02-01 09:05:17','2021-02-01 04:05:17'),
(122387,44959,'action complete via WP Cron','2021-02-01 09:05:17','2021-02-01 04:05:17'),
(122388,44960,'action created','2021-02-01 09:05:17','2021-02-01 04:05:17'),
(122389,44960,'action started via WP Cron','2021-02-01 09:07:01','2021-02-01 04:07:01'),
(122390,44960,'action complete via WP Cron','2021-02-01 09:07:01','2021-02-01 04:07:01'),
(122391,44961,'action created','2021-02-01 09:07:01','2021-02-01 04:07:01'),
(122392,44961,'action started via WP Cron','2021-02-01 09:07:11','2021-02-01 04:07:11'),
(122393,44961,'action complete via WP Cron','2021-02-01 09:07:11','2021-02-01 04:07:11'),
(122394,44962,'action created','2021-02-01 09:07:11','2021-02-01 04:07:11'),
(122395,44962,'action started via WP Cron','2021-02-01 09:09:30','2021-02-01 04:09:30'),
(122396,44962,'action complete via WP Cron','2021-02-01 09:09:30','2021-02-01 04:09:30'),
(122397,44963,'action created','2021-02-01 09:09:30','2021-02-01 04:09:30'),
(122398,44963,'action started via WP Cron','2021-02-01 09:12:11','2021-02-01 04:12:11'),
(122399,44963,'action complete via WP Cron','2021-02-01 09:12:11','2021-02-01 04:12:11'),
(122400,44964,'action created','2021-02-01 09:12:11','2021-02-01 04:12:11'),
(122401,44964,'action started via WP Cron','2021-02-01 09:13:16','2021-02-01 04:13:16'),
(122402,44964,'action complete via WP Cron','2021-02-01 09:13:16','2021-02-01 04:13:16'),
(122403,44965,'action created','2021-02-01 09:13:16','2021-02-01 04:13:16'),
(122404,44965,'action started via WP Cron','2021-02-01 09:15:25','2021-02-01 04:15:25'),
(122405,44965,'action complete via WP Cron','2021-02-01 09:15:25','2021-02-01 04:15:25'),
(122406,44966,'action created','2021-02-01 09:15:25','2021-02-01 04:15:25'),
(122407,44966,'action started via WP Cron','2021-02-01 09:16:43','2021-02-01 04:16:43'),
(122408,44966,'action complete via WP Cron','2021-02-01 09:16:43','2021-02-01 04:16:43'),
(122409,44967,'action created','2021-02-01 09:16:43','2021-02-01 04:16:43'),
(122410,44967,'action started via WP Cron','2021-02-01 09:17:43','2021-02-01 04:17:43'),
(122411,44967,'action complete via WP Cron','2021-02-01 09:17:43','2021-02-01 04:17:43'),
(122412,44968,'action created','2021-02-01 09:17:43','2021-02-01 04:17:43'),
(122413,44968,'action started via WP Cron','2021-02-01 09:19:04','2021-02-01 04:19:04'),
(122414,44968,'action complete via WP Cron','2021-02-01 09:19:04','2021-02-01 04:19:04'),
(122415,44969,'action created','2021-02-01 09:19:04','2021-02-01 04:19:04'),
(122416,44969,'action started via WP Cron','2021-02-01 09:20:08','2021-02-01 04:20:08'),
(122417,44969,'action complete via WP Cron','2021-02-01 09:20:08','2021-02-01 04:20:08'),
(122418,44970,'action created','2021-02-01 09:20:08','2021-02-01 04:20:08'),
(122419,44970,'action started via WP Cron','2021-02-01 09:21:59','2021-02-01 04:21:59'),
(122420,44970,'action complete via WP Cron','2021-02-01 09:21:59','2021-02-01 04:21:59'),
(122421,44971,'action created','2021-02-01 09:21:59','2021-02-01 04:21:59'),
(122422,44971,'action started via WP Cron','2021-02-01 09:22:14','2021-02-01 04:22:14'),
(122423,44971,'action complete via WP Cron','2021-02-01 09:22:14','2021-02-01 04:22:14'),
(122424,44972,'action created','2021-02-01 09:22:14','2021-02-01 04:22:14'),
(122425,44972,'action started via WP Cron','2021-02-01 09:30:05','2021-02-01 04:30:05'),
(122426,44972,'action complete via WP Cron','2021-02-01 09:30:05','2021-02-01 04:30:05'),
(122427,44973,'action created','2021-02-01 09:30:05','2021-02-01 04:30:05'),
(122428,44973,'action started via WP Cron','2021-02-01 09:32:31','2021-02-01 04:32:31'),
(122429,44973,'action complete via WP Cron','2021-02-01 09:32:31','2021-02-01 04:32:31'),
(122430,44974,'action created','2021-02-01 09:32:31','2021-02-01 04:32:31'),
(122431,44974,'action started via WP Cron','2021-02-01 09:35:34','2021-02-01 04:35:34'),
(122432,44974,'action complete via WP Cron','2021-02-01 09:35:34','2021-02-01 04:35:34'),
(122433,44975,'action created','2021-02-01 09:35:34','2021-02-01 04:35:34'),
(122434,44975,'action started via WP Cron','2021-02-01 09:37:26','2021-02-01 04:37:26'),
(122435,44975,'action complete via WP Cron','2021-02-01 09:37:26','2021-02-01 04:37:26'),
(122436,44976,'action created','2021-02-01 09:37:26','2021-02-01 04:37:26'),
(122437,44976,'action started via WP Cron','2021-02-01 09:38:58','2021-02-01 04:38:58'),
(122438,44976,'action complete via WP Cron','2021-02-01 09:38:58','2021-02-01 04:38:58'),
(122439,44977,'action created','2021-02-01 09:38:58','2021-02-01 04:38:58'),
(122440,44977,'action started via WP Cron','2021-02-01 09:41:59','2021-02-01 04:41:59'),
(122441,44977,'action complete via WP Cron','2021-02-01 09:41:59','2021-02-01 04:41:59'),
(122442,44978,'action created','2021-02-01 09:41:59','2021-02-01 04:41:59'),
(122443,44978,'action started via WP Cron','2021-02-01 09:43:09','2021-02-01 04:43:09'),
(122444,44978,'action complete via WP Cron','2021-02-01 09:43:09','2021-02-01 04:43:09'),
(122445,44979,'action created','2021-02-01 09:43:09','2021-02-01 04:43:09'),
(122446,44979,'action started via WP Cron','2021-02-01 09:43:58','2021-02-01 04:43:58'),
(122447,44979,'action complete via WP Cron','2021-02-01 09:43:58','2021-02-01 04:43:58'),
(122448,44980,'action created','2021-02-01 09:43:58','2021-02-01 04:43:58'),
(122449,44980,'action started via WP Cron','2021-02-01 09:48:32','2021-02-01 04:48:32'),
(122450,44980,'action complete via WP Cron','2021-02-01 09:48:32','2021-02-01 04:48:32'),
(122451,44981,'action created','2021-02-01 09:48:32','2021-02-01 04:48:32'),
(122452,44981,'action started via WP Cron','2021-02-01 09:49:45','2021-02-01 04:49:45'),
(122453,44981,'action complete via WP Cron','2021-02-01 09:49:45','2021-02-01 04:49:45'),
(122454,44982,'action created','2021-02-01 09:49:45','2021-02-01 04:49:45'),
(122455,44982,'action started via WP Cron','2021-02-01 09:51:02','2021-02-01 04:51:02'),
(122456,44982,'action complete via WP Cron','2021-02-01 09:51:02','2021-02-01 04:51:02'),
(122457,44983,'action created','2021-02-01 09:51:02','2021-02-01 04:51:02'),
(122458,44983,'action started via WP Cron','2021-02-01 09:51:35','2021-02-01 04:51:35'),
(122459,44983,'action complete via WP Cron','2021-02-01 09:51:35','2021-02-01 04:51:35'),
(122460,44984,'action created','2021-02-01 09:51:35','2021-02-01 04:51:35'),
(122461,44984,'action started via WP Cron','2021-02-01 09:52:13','2021-02-01 04:52:13'),
(122462,44984,'action complete via WP Cron','2021-02-01 09:52:13','2021-02-01 04:52:13'),
(122463,44985,'action created','2021-02-01 09:52:13','2021-02-01 04:52:13'),
(122464,44985,'action started via WP Cron','2021-02-01 09:53:16','2021-02-01 04:53:16'),
(122465,44985,'action complete via WP Cron','2021-02-01 09:53:16','2021-02-01 04:53:16'),
(122466,44986,'action created','2021-02-01 09:53:16','2021-02-01 04:53:16'),
(122467,44986,'action started via WP Cron','2021-02-01 09:54:19','2021-02-01 04:54:19'),
(122468,44986,'action complete via WP Cron','2021-02-01 09:54:19','2021-02-01 04:54:19'),
(122469,44987,'action created','2021-02-01 09:54:19','2021-02-01 04:54:19'),
(122470,44987,'action started via WP Cron','2021-02-01 09:55:18','2021-02-01 04:55:18'),
(122471,44987,'action complete via WP Cron','2021-02-01 09:55:18','2021-02-01 04:55:18'),
(122472,44988,'action created','2021-02-01 09:55:18','2021-02-01 04:55:18'),
(122473,44988,'action started via WP Cron','2021-02-01 09:56:14','2021-02-01 04:56:14'),
(122474,44988,'action complete via WP Cron','2021-02-01 09:56:14','2021-02-01 04:56:14'),
(122475,44989,'action created','2021-02-01 09:56:14','2021-02-01 04:56:14'),
(122476,44989,'action started via WP Cron','2021-02-01 09:57:13','2021-02-01 04:57:13'),
(122477,44989,'action complete via WP Cron','2021-02-01 09:57:13','2021-02-01 04:57:13'),
(122478,44990,'action created','2021-02-01 09:57:13','2021-02-01 04:57:13'),
(122479,44990,'action started via WP Cron','2021-02-01 09:58:14','2021-02-01 04:58:14'),
(122480,44990,'action complete via WP Cron','2021-02-01 09:58:14','2021-02-01 04:58:14'),
(122481,44991,'action created','2021-02-01 09:58:14','2021-02-01 04:58:14'),
(122482,44991,'action started via WP Cron','2021-02-01 09:59:12','2021-02-01 04:59:12'),
(122483,44991,'action complete via WP Cron','2021-02-01 09:59:12','2021-02-01 04:59:12'),
(122484,44992,'action created','2021-02-01 09:59:12','2021-02-01 04:59:12'),
(122485,44992,'action started via WP Cron','2021-02-01 10:00:13','2021-02-01 05:00:13'),
(122486,44992,'action complete via WP Cron','2021-02-01 10:00:13','2021-02-01 05:00:13'),
(122487,44993,'action created','2021-02-01 10:00:13','2021-02-01 05:00:13'),
(122488,44993,'action started via WP Cron','2021-02-01 10:01:51','2021-02-01 05:01:51'),
(122489,44993,'action complete via WP Cron','2021-02-01 10:01:51','2021-02-01 05:01:51'),
(122490,44994,'action created','2021-02-01 10:01:51','2021-02-01 05:01:51'),
(122491,44994,'action started via WP Cron','2021-02-01 10:03:52','2021-02-01 05:03:52'),
(122492,44994,'action complete via WP Cron','2021-02-01 10:03:52','2021-02-01 05:03:52'),
(122493,44995,'action created','2021-02-01 10:03:52','2021-02-01 05:03:52'),
(122494,44995,'action started via WP Cron','2021-02-01 10:04:34','2021-02-01 05:04:34'),
(122495,44995,'action complete via WP Cron','2021-02-01 10:04:34','2021-02-01 05:04:34'),
(122496,44996,'action created','2021-02-01 10:04:34','2021-02-01 05:04:34'),
(122497,44996,'action started via WP Cron','2021-02-01 10:05:19','2021-02-01 05:05:19'),
(122498,44996,'action complete via WP Cron','2021-02-01 10:05:19','2021-02-01 05:05:19'),
(122499,44997,'action created','2021-02-01 10:05:19','2021-02-01 05:05:19'),
(122500,44997,'action started via WP Cron','2021-02-01 10:06:42','2021-02-01 05:06:42'),
(122501,44997,'action complete via WP Cron','2021-02-01 10:06:42','2021-02-01 05:06:42'),
(122502,44998,'action created','2021-02-01 10:06:42','2021-02-01 05:06:42'),
(122503,44998,'action started via WP Cron','2021-02-01 10:09:11','2021-02-01 05:09:11'),
(122504,44998,'action complete via WP Cron','2021-02-01 10:09:11','2021-02-01 05:09:11'),
(122505,44999,'action created','2021-02-01 10:09:11','2021-02-01 05:09:11'),
(122506,44999,'action started via WP Cron','2021-02-01 10:10:23','2021-02-01 05:10:23'),
(122507,44999,'action complete via WP Cron','2021-02-01 10:10:23','2021-02-01 05:10:23'),
(122508,45000,'action created','2021-02-01 10:10:23','2021-02-01 05:10:23'),
(122509,45000,'action started via WP Cron','2021-02-01 10:15:06','2021-02-01 05:15:06'),
(122510,45000,'action complete via WP Cron','2021-02-01 10:15:06','2021-02-01 05:15:06'),
(122511,45001,'action created','2021-02-01 10:15:06','2021-02-01 05:15:06'),
(122512,45001,'action started via WP Cron','2021-02-01 10:15:43','2021-02-01 05:15:43'),
(122513,45001,'action complete via WP Cron','2021-02-01 10:15:43','2021-02-01 05:15:43'),
(122514,45002,'action created','2021-02-01 10:15:43','2021-02-01 05:15:43'),
(122515,45002,'action started via WP Cron','2021-02-01 10:17:55','2021-02-01 05:17:55'),
(122516,45002,'action complete via WP Cron','2021-02-01 10:17:55','2021-02-01 05:17:55'),
(122517,45003,'action created','2021-02-01 10:17:55','2021-02-01 05:17:55'),
(122518,45003,'action started via WP Cron','2021-02-01 10:19:08','2021-02-01 05:19:08'),
(122519,45003,'action complete via WP Cron','2021-02-01 10:19:08','2021-02-01 05:19:08'),
(122520,45004,'action created','2021-02-01 10:19:08','2021-02-01 05:19:08'),
(122521,45004,'action started via WP Cron','2021-02-01 10:19:23','2021-02-01 05:19:23'),
(122522,45004,'action complete via WP Cron','2021-02-01 10:19:23','2021-02-01 05:19:23'),
(122523,45005,'action created','2021-02-01 10:19:23','2021-02-01 05:19:23'),
(122524,45005,'action started via WP Cron','2021-02-01 10:20:39','2021-02-01 05:20:39'),
(122525,45005,'action complete via WP Cron','2021-02-01 10:20:39','2021-02-01 05:20:39'),
(122526,45006,'action created','2021-02-01 10:20:40','2021-02-01 05:20:40'),
(122527,45006,'action started via WP Cron','2021-02-01 10:24:35','2021-02-01 05:24:35'),
(122528,45006,'action complete via WP Cron','2021-02-01 10:24:35','2021-02-01 05:24:35'),
(122529,45007,'action created','2021-02-01 10:24:35','2021-02-01 05:24:35'),
(122530,45007,'action started via WP Cron','2021-02-01 10:25:25','2021-02-01 05:25:25'),
(122531,45007,'action complete via WP Cron','2021-02-01 10:25:25','2021-02-01 05:25:25'),
(122532,45008,'action created','2021-02-01 10:25:25','2021-02-01 05:25:25'),
(122533,45008,'action started via WP Cron','2021-02-01 10:28:04','2021-02-01 05:28:04'),
(122534,45008,'action complete via WP Cron','2021-02-01 10:28:04','2021-02-01 05:28:04'),
(122535,45009,'action created','2021-02-01 10:28:05','2021-02-01 05:28:05'),
(122536,45009,'action started via WP Cron','2021-02-01 10:28:28','2021-02-01 05:28:28'),
(122537,45009,'action complete via WP Cron','2021-02-01 10:28:28','2021-02-01 05:28:28'),
(122538,45010,'action created','2021-02-01 10:28:28','2021-02-01 05:28:28'),
(122539,45010,'action started via WP Cron','2021-02-01 10:33:09','2021-02-01 05:33:09'),
(122540,45010,'action complete via WP Cron','2021-02-01 10:33:09','2021-02-01 05:33:09'),
(122541,45011,'action created','2021-02-01 10:33:09','2021-02-01 05:33:09'),
(122542,45011,'action started via WP Cron','2021-02-01 10:33:50','2021-02-01 05:33:50'),
(122543,45011,'action complete via WP Cron','2021-02-01 10:33:50','2021-02-01 05:33:50'),
(122544,45012,'action created','2021-02-01 10:33:50','2021-02-01 05:33:50'),
(122545,45012,'action started via WP Cron','2021-02-01 10:34:32','2021-02-01 05:34:32'),
(122546,45012,'action complete via WP Cron','2021-02-01 10:34:33','2021-02-01 05:34:33'),
(122547,45013,'action created','2021-02-01 10:34:33','2021-02-01 05:34:33'),
(122548,45013,'action started via WP Cron','2021-02-01 10:35:15','2021-02-01 05:35:15'),
(122549,45013,'action complete via WP Cron','2021-02-01 10:35:15','2021-02-01 05:35:15'),
(122550,45014,'action created','2021-02-01 10:35:15','2021-02-01 05:35:15'),
(122551,45014,'action started via WP Cron','2021-02-01 10:36:45','2021-02-01 05:36:45'),
(122552,45014,'action complete via WP Cron','2021-02-01 10:36:45','2021-02-01 05:36:45'),
(122553,45015,'action created','2021-02-01 10:36:45','2021-02-01 05:36:45'),
(122554,45015,'action started via WP Cron','2021-02-01 10:37:15','2021-02-01 05:37:15'),
(122555,45015,'action complete via WP Cron','2021-02-01 10:37:15','2021-02-01 05:37:15'),
(122556,45016,'action created','2021-02-01 10:37:15','2021-02-01 05:37:15'),
(122557,45016,'action started via WP Cron','2021-02-01 10:38:17','2021-02-01 05:38:17'),
(122558,45016,'action complete via WP Cron','2021-02-01 10:38:17','2021-02-01 05:38:17'),
(122559,45017,'action created','2021-02-01 10:38:18','2021-02-01 05:38:18'),
(122560,45017,'action started via WP Cron','2021-02-01 10:41:55','2021-02-01 05:41:55'),
(122561,45017,'action complete via WP Cron','2021-02-01 10:41:55','2021-02-01 05:41:55'),
(122562,45018,'action created','2021-02-01 10:41:56','2021-02-01 05:41:56'),
(122563,45018,'action started via WP Cron','2021-02-01 10:43:41','2021-02-01 05:43:41'),
(122564,45018,'action complete via WP Cron','2021-02-01 10:43:41','2021-02-01 05:43:41'),
(122565,45019,'action created','2021-02-01 10:43:41','2021-02-01 05:43:41'),
(122566,45019,'action started via WP Cron','2021-02-01 10:45:09','2021-02-01 05:45:09'),
(122567,45019,'action complete via WP Cron','2021-02-01 10:45:09','2021-02-01 05:45:09'),
(122568,45020,'action created','2021-02-01 10:45:09','2021-02-01 05:45:09'),
(122569,45020,'action started via WP Cron','2021-02-01 10:46:18','2021-02-01 05:46:18'),
(122570,45020,'action complete via WP Cron','2021-02-01 10:46:18','2021-02-01 05:46:18'),
(122571,45021,'action created','2021-02-01 10:46:18','2021-02-01 05:46:18'),
(122572,45021,'action started via WP Cron','2021-02-01 10:48:17','2021-02-01 05:48:17'),
(122573,45021,'action complete via WP Cron','2021-02-01 10:48:17','2021-02-01 05:48:17'),
(122574,45022,'action created','2021-02-01 10:48:17','2021-02-01 05:48:17'),
(122575,45022,'action started via WP Cron','2021-02-01 10:50:56','2021-02-01 05:50:56'),
(122576,45022,'action complete via WP Cron','2021-02-01 10:50:56','2021-02-01 05:50:56'),
(122577,45023,'action created','2021-02-01 10:50:56','2021-02-01 05:50:56'),
(122578,45023,'action started via WP Cron','2021-02-01 10:52:01','2021-02-01 05:52:01'),
(122579,45023,'action complete via WP Cron','2021-02-01 10:52:01','2021-02-01 05:52:01'),
(122580,45024,'action created','2021-02-01 10:52:01','2021-02-01 05:52:01'),
(122581,45024,'action started via WP Cron','2021-02-01 10:53:07','2021-02-01 05:53:07'),
(122582,45024,'action complete via WP Cron','2021-02-01 10:53:07','2021-02-01 05:53:07'),
(122583,45025,'action created','2021-02-01 10:53:07','2021-02-01 05:53:07'),
(122584,45025,'action started via WP Cron','2021-02-01 10:53:35','2021-02-01 05:53:35'),
(122585,45025,'action complete via WP Cron','2021-02-01 10:53:35','2021-02-01 05:53:35'),
(122586,45026,'action created','2021-02-01 10:53:35','2021-02-01 05:53:35'),
(122587,45026,'action started via WP Cron','2021-02-01 10:57:23','2021-02-01 05:57:23'),
(122588,45026,'action complete via WP Cron','2021-02-01 10:57:23','2021-02-01 05:57:23'),
(122589,45027,'action created','2021-02-01 10:57:23','2021-02-01 05:57:23'),
(122590,45027,'action started via WP Cron','2021-02-01 10:58:31','2021-02-01 05:58:31'),
(122591,45027,'action complete via WP Cron','2021-02-01 10:58:31','2021-02-01 05:58:31'),
(122592,45028,'action created','2021-02-01 10:58:31','2021-02-01 05:58:31'),
(122593,45028,'action started via WP Cron','2021-02-01 11:02:40','2021-02-01 06:02:40'),
(122594,45028,'action complete via WP Cron','2021-02-01 11:02:40','2021-02-01 06:02:40'),
(122595,45029,'action created','2021-02-01 11:02:40','2021-02-01 06:02:40'),
(122596,45029,'action started via WP Cron','2021-02-01 11:03:13','2021-02-01 06:03:13'),
(122597,45029,'action complete via WP Cron','2021-02-01 11:03:13','2021-02-01 06:03:13'),
(122598,45030,'action created','2021-02-01 11:03:13','2021-02-01 06:03:13'),
(122599,45030,'action started via WP Cron','2021-02-01 11:04:23','2021-02-01 06:04:23'),
(122600,45030,'action complete via WP Cron','2021-02-01 11:04:23','2021-02-01 06:04:23'),
(122601,45031,'action created','2021-02-01 11:04:23','2021-02-01 06:04:23'),
(122602,45031,'action started via WP Cron','2021-02-01 11:05:49','2021-02-01 06:05:49'),
(122603,45031,'action complete via WP Cron','2021-02-01 11:05:49','2021-02-01 06:05:49'),
(122604,45032,'action created','2021-02-01 11:05:49','2021-02-01 06:05:49'),
(122605,45032,'action started via WP Cron','2021-02-01 11:06:41','2021-02-01 06:06:41'),
(122606,45032,'action complete via WP Cron','2021-02-01 11:06:41','2021-02-01 06:06:41'),
(122607,45033,'action created','2021-02-01 11:06:41','2021-02-01 06:06:41'),
(122608,45033,'action started via WP Cron','2021-02-01 11:07:12','2021-02-01 06:07:12'),
(122609,45033,'action complete via WP Cron','2021-02-01 11:07:12','2021-02-01 06:07:12'),
(122610,45034,'action created','2021-02-01 11:07:12','2021-02-01 06:07:12'),
(122611,45034,'action started via WP Cron','2021-02-01 11:08:21','2021-02-01 06:08:21'),
(122612,45034,'action complete via WP Cron','2021-02-01 11:08:21','2021-02-01 06:08:21'),
(122613,45035,'action created','2021-02-01 11:08:21','2021-02-01 06:08:21'),
(122614,45035,'action started via WP Cron','2021-02-01 11:09:33','2021-02-01 06:09:33'),
(122615,45035,'action complete via WP Cron','2021-02-01 11:09:33','2021-02-01 06:09:33'),
(122616,45036,'action created','2021-02-01 11:09:33','2021-02-01 06:09:33'),
(122617,45036,'action started via WP Cron','2021-02-01 11:10:21','2021-02-01 06:10:21'),
(122618,45036,'action complete via WP Cron','2021-02-01 11:10:21','2021-02-01 06:10:21'),
(122619,45037,'action created','2021-02-01 11:10:21','2021-02-01 06:10:21'),
(122620,45037,'action started via WP Cron','2021-02-01 11:11:30','2021-02-01 06:11:30'),
(122621,45037,'action complete via WP Cron','2021-02-01 11:11:30','2021-02-01 06:11:30'),
(122622,45038,'action created','2021-02-01 11:11:30','2021-02-01 06:11:30'),
(122623,45038,'action started via WP Cron','2021-02-01 11:12:27','2021-02-01 06:12:27'),
(122624,45038,'action complete via WP Cron','2021-02-01 11:12:27','2021-02-01 06:12:27'),
(122625,45039,'action created','2021-02-01 11:12:27','2021-02-01 06:12:27'),
(122626,45039,'action started via WP Cron','2021-02-01 11:16:27','2021-02-01 06:16:27'),
(122627,45039,'action complete via WP Cron','2021-02-01 11:16:27','2021-02-01 06:16:27'),
(122628,45040,'action created','2021-02-01 11:16:27','2021-02-01 06:16:27'),
(122629,45040,'action started via WP Cron','2021-02-01 11:17:31','2021-02-01 06:17:31'),
(122630,45040,'action complete via WP Cron','2021-02-01 11:17:31','2021-02-01 06:17:31'),
(122631,45041,'action created','2021-02-01 11:17:31','2021-02-01 06:17:31'),
(122632,45041,'action started via WP Cron','2021-02-01 11:18:34','2021-02-01 06:18:34'),
(122633,45041,'action complete via WP Cron','2021-02-01 11:18:34','2021-02-01 06:18:34'),
(122634,45042,'action created','2021-02-01 11:18:34','2021-02-01 06:18:34'),
(122635,45042,'action started via WP Cron','2021-02-01 11:20:13','2021-02-01 06:20:13'),
(122636,45042,'action complete via WP Cron','2021-02-01 11:20:13','2021-02-01 06:20:13'),
(122637,45043,'action created','2021-02-01 11:20:13','2021-02-01 06:20:13'),
(122638,45043,'action started via WP Cron','2021-02-01 11:23:28','2021-02-01 06:23:28'),
(122639,45043,'action complete via WP Cron','2021-02-01 11:23:28','2021-02-01 06:23:28'),
(122640,45044,'action created','2021-02-01 11:23:28','2021-02-01 06:23:28'),
(122641,45044,'action started via WP Cron','2021-02-01 11:24:54','2021-02-01 06:24:54'),
(122642,45044,'action complete via WP Cron','2021-02-01 11:24:54','2021-02-01 06:24:54'),
(122643,45045,'action created','2021-02-01 11:24:55','2021-02-01 06:24:55'),
(122644,45045,'action started via WP Cron','2021-02-01 11:25:20','2021-02-01 06:25:20'),
(122645,45045,'action complete via WP Cron','2021-02-01 11:25:20','2021-02-01 06:25:20'),
(122646,45046,'action created','2021-02-01 11:25:21','2021-02-01 06:25:21'),
(122647,45046,'action started via WP Cron','2021-02-01 11:26:17','2021-02-01 06:26:17'),
(122648,45046,'action complete via WP Cron','2021-02-01 11:26:17','2021-02-01 06:26:17'),
(122649,45047,'action created','2021-02-01 11:26:17','2021-02-01 06:26:17'),
(122650,45047,'action started via WP Cron','2021-02-01 11:28:58','2021-02-01 06:28:58'),
(122651,45047,'action complete via WP Cron','2021-02-01 11:28:58','2021-02-01 06:28:58'),
(122652,45048,'action created','2021-02-01 11:28:59','2021-02-01 06:28:59'),
(122653,45048,'action started via WP Cron','2021-02-01 11:29:44','2021-02-01 06:29:44'),
(122654,45048,'action complete via WP Cron','2021-02-01 11:29:44','2021-02-01 06:29:44'),
(122655,45049,'action created','2021-02-01 11:29:44','2021-02-01 06:29:44'),
(122656,45049,'action started via WP Cron','2021-02-01 11:30:33','2021-02-01 06:30:33'),
(122657,45049,'action complete via WP Cron','2021-02-01 11:30:33','2021-02-01 06:30:33'),
(122658,45050,'action created','2021-02-01 11:30:33','2021-02-01 06:30:33'),
(122659,45050,'action started via WP Cron','2021-02-01 11:31:14','2021-02-01 06:31:14'),
(122660,45050,'action complete via WP Cron','2021-02-01 11:31:14','2021-02-01 06:31:14'),
(122661,45051,'action created','2021-02-01 11:31:15','2021-02-01 06:31:15'),
(122662,45051,'action started via WP Cron','2021-02-01 11:32:36','2021-02-01 06:32:36'),
(122663,45051,'action complete via WP Cron','2021-02-01 11:32:36','2021-02-01 06:32:36'),
(122664,45052,'action created','2021-02-01 11:32:36','2021-02-01 06:32:36'),
(122665,45052,'action started via WP Cron','2021-02-01 11:34:43','2021-02-01 06:34:43'),
(122666,45052,'action complete via WP Cron','2021-02-01 11:34:43','2021-02-01 06:34:43'),
(122667,45053,'action created','2021-02-01 11:34:43','2021-02-01 06:34:43'),
(122668,45053,'action started via WP Cron','2021-02-01 11:35:34','2021-02-01 06:35:34'),
(122669,45053,'action complete via WP Cron','2021-02-01 11:35:34','2021-02-01 06:35:34'),
(122670,45054,'action created','2021-02-01 11:35:34','2021-02-01 06:35:34'),
(122671,45054,'action started via WP Cron','2021-02-01 11:36:18','2021-02-01 06:36:18'),
(122672,45054,'action complete via WP Cron','2021-02-01 11:36:18','2021-02-01 06:36:18'),
(122673,45055,'action created','2021-02-01 11:36:18','2021-02-01 06:36:18'),
(122674,45055,'action started via WP Cron','2021-02-01 11:37:32','2021-02-01 06:37:32'),
(122675,45055,'action complete via WP Cron','2021-02-01 11:37:32','2021-02-01 06:37:32'),
(122676,45056,'action created','2021-02-01 11:37:32','2021-02-01 06:37:32'),
(122677,45056,'action started via WP Cron','2021-02-01 11:38:19','2021-02-01 06:38:19'),
(122678,45056,'action complete via WP Cron','2021-02-01 11:38:19','2021-02-01 06:38:19'),
(122679,45057,'action created','2021-02-01 11:38:19','2021-02-01 06:38:19'),
(122680,45057,'action started via WP Cron','2021-02-01 11:39:11','2021-02-01 06:39:11'),
(122681,45057,'action complete via WP Cron','2021-02-01 11:39:11','2021-02-01 06:39:11'),
(122682,45058,'action created','2021-02-01 11:39:11','2021-02-01 06:39:11'),
(122683,45058,'action started via WP Cron','2021-02-01 11:41:39','2021-02-01 06:41:39'),
(122684,45058,'action complete via WP Cron','2021-02-01 11:41:39','2021-02-01 06:41:39'),
(122685,45059,'action created','2021-02-01 11:41:39','2021-02-01 06:41:39'),
(122686,45059,'action started via WP Cron','2021-02-01 11:42:32','2021-02-01 06:42:32'),
(122687,45059,'action complete via WP Cron','2021-02-01 11:42:32','2021-02-01 06:42:32'),
(122688,45060,'action created','2021-02-01 11:42:32','2021-02-01 06:42:32'),
(122689,45060,'action started via WP Cron','2021-02-01 11:43:48','2021-02-01 06:43:48'),
(122690,45060,'action complete via WP Cron','2021-02-01 11:43:48','2021-02-01 06:43:48'),
(122691,45061,'action created','2021-02-01 11:43:48','2021-02-01 06:43:48'),
(122692,45061,'action started via WP Cron','2021-02-01 11:44:15','2021-02-01 06:44:15'),
(122693,45061,'action complete via WP Cron','2021-02-01 11:44:15','2021-02-01 06:44:15'),
(122694,45062,'action created','2021-02-01 11:44:15','2021-02-01 06:44:15'),
(122695,45062,'action started via WP Cron','2021-02-01 11:47:41','2021-02-01 06:47:41'),
(122696,45062,'action complete via WP Cron','2021-02-01 11:47:41','2021-02-01 06:47:41'),
(122697,45063,'action created','2021-02-01 11:47:42','2021-02-01 06:47:42'),
(122698,45063,'action started via WP Cron','2021-02-01 11:49:44','2021-02-01 06:49:44'),
(122699,45063,'action complete via WP Cron','2021-02-01 11:49:44','2021-02-01 06:49:44'),
(122700,45064,'action created','2021-02-01 11:49:44','2021-02-01 06:49:44'),
(122701,45064,'action started via WP Cron','2021-02-01 11:51:03','2021-02-01 06:51:03'),
(122702,45064,'action complete via WP Cron','2021-02-01 11:51:03','2021-02-01 06:51:03'),
(122703,45065,'action created','2021-02-01 11:51:03','2021-02-01 06:51:03'),
(122704,45065,'action started via WP Cron','2021-02-01 11:51:58','2021-02-01 06:51:58'),
(122705,45065,'action complete via WP Cron','2021-02-01 11:51:58','2021-02-01 06:51:58'),
(122706,45066,'action created','2021-02-01 11:51:58','2021-02-01 06:51:58'),
(122707,45066,'action started via WP Cron','2021-02-01 11:53:38','2021-02-01 06:53:38'),
(122708,45066,'action complete via WP Cron','2021-02-01 11:53:38','2021-02-01 06:53:38'),
(122709,45067,'action created','2021-02-01 11:53:38','2021-02-01 06:53:38'),
(122710,45067,'action started via WP Cron','2021-02-01 11:54:51','2021-02-01 06:54:51'),
(122711,45067,'action complete via WP Cron','2021-02-01 11:54:51','2021-02-01 06:54:51'),
(122712,45068,'action created','2021-02-01 11:54:51','2021-02-01 06:54:51'),
(122713,45068,'action started via WP Cron','2021-02-01 11:55:53','2021-02-01 06:55:53'),
(122714,45068,'action complete via WP Cron','2021-02-01 11:55:53','2021-02-01 06:55:53'),
(122715,45069,'action created','2021-02-01 11:55:53','2021-02-01 06:55:53'),
(122716,45069,'action started via WP Cron','2021-02-01 11:56:25','2021-02-01 06:56:25'),
(122717,45069,'action complete via WP Cron','2021-02-01 11:56:25','2021-02-01 06:56:25'),
(122718,45070,'action created','2021-02-01 11:56:25','2021-02-01 06:56:25'),
(122719,45070,'action started via WP Cron','2021-02-01 11:58:10','2021-02-01 06:58:10'),
(122720,45070,'action complete via WP Cron','2021-02-01 11:58:10','2021-02-01 06:58:10'),
(122721,45071,'action created','2021-02-01 11:58:10','2021-02-01 06:58:10'),
(122722,45071,'action started via WP Cron','2021-02-01 11:58:54','2021-02-01 06:58:54'),
(122723,45071,'action complete via WP Cron','2021-02-01 11:58:54','2021-02-01 06:58:54'),
(122724,45072,'action created','2021-02-01 11:58:54','2021-02-01 06:58:54'),
(122725,45072,'action started via WP Cron','2021-02-01 11:59:52','2021-02-01 06:59:52'),
(122726,45072,'action complete via WP Cron','2021-02-01 11:59:52','2021-02-01 06:59:52'),
(122727,45073,'action created','2021-02-01 11:59:52','2021-02-01 06:59:52'),
(122728,45073,'action started via WP Cron','2021-02-01 12:00:40','2021-02-01 07:00:40'),
(122729,45073,'action complete via WP Cron','2021-02-01 12:00:40','2021-02-01 07:00:40'),
(122730,45074,'action created','2021-02-01 12:00:40','2021-02-01 07:00:40'),
(122731,45074,'action started via WP Cron','2021-02-01 12:01:35','2021-02-01 07:01:35'),
(122732,45074,'action complete via WP Cron','2021-02-01 12:01:35','2021-02-01 07:01:35'),
(122733,45075,'action created','2021-02-01 12:01:35','2021-02-01 07:01:35'),
(122734,45075,'action started via WP Cron','2021-02-01 12:02:21','2021-02-01 07:02:21'),
(122735,45075,'action complete via WP Cron','2021-02-01 12:02:21','2021-02-01 07:02:21'),
(122736,45076,'action created','2021-02-01 12:02:21','2021-02-01 07:02:21'),
(122737,45076,'action started via WP Cron','2021-02-01 12:03:59','2021-02-01 07:03:59'),
(122738,45076,'action complete via WP Cron','2021-02-01 12:03:59','2021-02-01 07:03:59'),
(122739,45077,'action created','2021-02-01 12:03:59','2021-02-01 07:03:59'),
(122740,45077,'action started via WP Cron','2021-02-01 12:04:47','2021-02-01 07:04:47'),
(122741,45077,'action complete via WP Cron','2021-02-01 12:04:47','2021-02-01 07:04:47'),
(122742,45078,'action created','2021-02-01 12:04:47','2021-02-01 07:04:47'),
(122743,45078,'action started via WP Cron','2021-02-01 12:05:14','2021-02-01 07:05:14'),
(122744,45078,'action complete via WP Cron','2021-02-01 12:05:14','2021-02-01 07:05:14'),
(122745,45079,'action created','2021-02-01 12:05:14','2021-02-01 07:05:14'),
(122746,45079,'action started via WP Cron','2021-02-01 12:07:36','2021-02-01 07:07:36'),
(122747,45079,'action complete via WP Cron','2021-02-01 12:07:36','2021-02-01 07:07:36'),
(122748,45080,'action created','2021-02-01 12:07:36','2021-02-01 07:07:36'),
(122749,45080,'action started via WP Cron','2021-02-01 12:08:56','2021-02-01 07:08:56'),
(122750,45080,'action complete via WP Cron','2021-02-01 12:08:56','2021-02-01 07:08:56'),
(122751,45081,'action created','2021-02-01 12:08:56','2021-02-01 07:08:56'),
(122752,45081,'action started via WP Cron','2021-02-01 12:09:29','2021-02-01 07:09:29'),
(122753,45081,'action complete via WP Cron','2021-02-01 12:09:29','2021-02-01 07:09:29'),
(122754,45082,'action created','2021-02-01 12:09:29','2021-02-01 07:09:29'),
(122755,45082,'action started via WP Cron','2021-02-01 12:11:12','2021-02-01 07:11:12'),
(122756,45082,'action complete via WP Cron','2021-02-01 12:11:12','2021-02-01 07:11:12'),
(122757,45083,'action created','2021-02-01 12:11:12','2021-02-01 07:11:12'),
(122758,45083,'action started via WP Cron','2021-02-01 12:12:42','2021-02-01 07:12:42'),
(122759,45083,'action complete via WP Cron','2021-02-01 12:12:42','2021-02-01 07:12:42'),
(122760,45084,'action created','2021-02-01 12:12:42','2021-02-01 07:12:42'),
(122761,45084,'action started via WP Cron','2021-02-01 12:13:32','2021-02-01 07:13:32'),
(122762,45084,'action complete via WP Cron','2021-02-01 12:13:32','2021-02-01 07:13:32'),
(122763,45085,'action created','2021-02-01 12:13:32','2021-02-01 07:13:32'),
(122764,45085,'action started via WP Cron','2021-02-01 12:14:28','2021-02-01 07:14:28'),
(122765,45085,'action complete via WP Cron','2021-02-01 12:14:28','2021-02-01 07:14:28'),
(122766,45086,'action created','2021-02-01 12:14:28','2021-02-01 07:14:28'),
(122767,45086,'action started via WP Cron','2021-02-01 12:18:29','2021-02-01 07:18:29'),
(122768,45086,'action complete via WP Cron','2021-02-01 12:18:29','2021-02-01 07:18:29'),
(122769,45087,'action created','2021-02-01 12:18:29','2021-02-01 07:18:29'),
(122770,45087,'action started via WP Cron','2021-02-01 12:19:12','2021-02-01 07:19:12'),
(122771,45087,'action complete via WP Cron','2021-02-01 12:19:12','2021-02-01 07:19:12'),
(122772,45088,'action created','2021-02-01 12:19:12','2021-02-01 07:19:12'),
(122773,45088,'action started via WP Cron','2021-02-01 12:20:52','2021-02-01 07:20:52'),
(122774,45088,'action complete via WP Cron','2021-02-01 12:20:52','2021-02-01 07:20:52'),
(122775,45089,'action created','2021-02-01 12:20:52','2021-02-01 07:20:52'),
(122776,45089,'action started via WP Cron','2021-02-01 12:21:44','2021-02-01 07:21:44'),
(122777,45089,'action complete via WP Cron','2021-02-01 12:21:44','2021-02-01 07:21:44'),
(122778,45090,'action created','2021-02-01 12:21:44','2021-02-01 07:21:44'),
(122779,45090,'action started via WP Cron','2021-02-01 12:22:28','2021-02-01 07:22:28'),
(122780,45090,'action complete via WP Cron','2021-02-01 12:22:28','2021-02-01 07:22:28'),
(122781,45091,'action created','2021-02-01 12:22:28','2021-02-01 07:22:28'),
(122782,45091,'action started via WP Cron','2021-02-01 12:23:16','2021-02-01 07:23:16'),
(122783,45091,'action complete via WP Cron','2021-02-01 12:23:16','2021-02-01 07:23:16'),
(122784,45092,'action created','2021-02-01 12:23:16','2021-02-01 07:23:16'),
(122785,45092,'action started via WP Cron','2021-02-01 12:24:45','2021-02-01 07:24:45'),
(122786,45092,'action complete via WP Cron','2021-02-01 12:24:45','2021-02-01 07:24:45'),
(122787,45093,'action created','2021-02-01 12:24:45','2021-02-01 07:24:45'),
(122788,45093,'action started via WP Cron','2021-02-01 12:25:12','2021-02-01 07:25:12'),
(122789,45093,'action complete via WP Cron','2021-02-01 12:25:12','2021-02-01 07:25:12'),
(122790,45094,'action created','2021-02-01 12:25:12','2021-02-01 07:25:12'),
(122791,45094,'action started via WP Cron','2021-02-01 12:26:33','2021-02-01 07:26:33'),
(122792,45094,'action complete via WP Cron','2021-02-01 12:26:33','2021-02-01 07:26:33'),
(122793,45095,'action created','2021-02-01 12:26:33','2021-02-01 07:26:33'),
(122794,45095,'action started via WP Cron','2021-02-01 12:27:11','2021-02-01 07:27:11'),
(122795,45095,'action complete via WP Cron','2021-02-01 12:27:11','2021-02-01 07:27:11'),
(122796,45096,'action created','2021-02-01 12:27:12','2021-02-01 07:27:12'),
(122797,45096,'action started via WP Cron','2021-02-01 12:29:08','2021-02-01 07:29:08'),
(122798,45096,'action complete via WP Cron','2021-02-01 12:29:08','2021-02-01 07:29:08'),
(122799,45097,'action created','2021-02-01 12:29:08','2021-02-01 07:29:08'),
(122800,45097,'action started via WP Cron','2021-02-01 12:29:21','2021-02-01 07:29:21'),
(122801,45097,'action complete via WP Cron','2021-02-01 12:29:21','2021-02-01 07:29:21'),
(122802,45098,'action created','2021-02-01 12:29:21','2021-02-01 07:29:21'),
(122803,45098,'action started via WP Cron','2021-02-01 12:31:04','2021-02-01 07:31:04'),
(122804,45098,'action complete via WP Cron','2021-02-01 12:31:04','2021-02-01 07:31:04'),
(122805,45099,'action created','2021-02-01 12:31:04','2021-02-01 07:31:04'),
(122806,45099,'action started via WP Cron','2021-02-01 12:31:55','2021-02-01 07:31:55'),
(122807,45099,'action complete via WP Cron','2021-02-01 12:31:55','2021-02-01 07:31:55'),
(122808,45100,'action created','2021-02-01 12:31:55','2021-02-01 07:31:55'),
(122809,45100,'action started via WP Cron','2021-02-01 12:32:23','2021-02-01 07:32:23'),
(122810,45100,'action complete via WP Cron','2021-02-01 12:32:23','2021-02-01 07:32:23'),
(122811,45101,'action created','2021-02-01 12:32:23','2021-02-01 07:32:23'),
(122812,45101,'action started via WP Cron','2021-02-01 12:33:18','2021-02-01 07:33:18'),
(122813,45101,'action complete via WP Cron','2021-02-01 12:33:18','2021-02-01 07:33:18'),
(122814,45102,'action created','2021-02-01 12:33:18','2021-02-01 07:33:18'),
(122815,45102,'action started via WP Cron','2021-02-01 12:34:53','2021-02-01 07:34:53'),
(122816,45102,'action complete via WP Cron','2021-02-01 12:34:53','2021-02-01 07:34:53'),
(122817,45103,'action created','2021-02-01 12:34:53','2021-02-01 07:34:53'),
(122818,45103,'action started via WP Cron','2021-02-01 12:35:51','2021-02-01 07:35:51'),
(122819,45103,'action complete via WP Cron','2021-02-01 12:35:51','2021-02-01 07:35:51'),
(122820,45104,'action created','2021-02-01 12:35:51','2021-02-01 07:35:51'),
(122821,45104,'action started via WP Cron','2021-02-01 12:37:21','2021-02-01 07:37:21'),
(122822,45104,'action complete via WP Cron','2021-02-01 12:37:21','2021-02-01 07:37:21'),
(122823,45105,'action created','2021-02-01 12:37:21','2021-02-01 07:37:21'),
(122824,45105,'action started via WP Cron','2021-02-01 12:38:24','2021-02-01 07:38:24'),
(122825,45105,'action complete via WP Cron','2021-02-01 12:38:24','2021-02-01 07:38:24'),
(122826,45106,'action created','2021-02-01 12:38:24','2021-02-01 07:38:24'),
(122827,45106,'action started via WP Cron','2021-02-01 12:41:51','2021-02-01 07:41:51'),
(122828,45106,'action complete via WP Cron','2021-02-01 12:41:51','2021-02-01 07:41:51'),
(122829,45107,'action created','2021-02-01 12:41:51','2021-02-01 07:41:51'),
(122830,45107,'action started via WP Cron','2021-02-01 12:42:25','2021-02-01 07:42:25'),
(122831,45107,'action complete via WP Cron','2021-02-01 12:42:25','2021-02-01 07:42:25'),
(122832,45108,'action created','2021-02-01 12:42:25','2021-02-01 07:42:25'),
(122833,45108,'action started via WP Cron','2021-02-01 12:43:17','2021-02-01 07:43:17'),
(122834,45108,'action complete via WP Cron','2021-02-01 12:43:17','2021-02-01 07:43:17'),
(122835,45109,'action created','2021-02-01 12:43:17','2021-02-01 07:43:17'),
(122836,45109,'action started via WP Cron','2021-02-01 12:44:39','2021-02-01 07:44:39'),
(122837,45109,'action complete via WP Cron','2021-02-01 12:44:39','2021-02-01 07:44:39'),
(122838,45110,'action created','2021-02-01 12:44:39','2021-02-01 07:44:39'),
(122839,45110,'action started via WP Cron','2021-02-01 12:45:12','2021-02-01 07:45:12'),
(122840,45110,'action complete via WP Cron','2021-02-01 12:45:12','2021-02-01 07:45:12'),
(122841,45111,'action created','2021-02-01 12:45:12','2021-02-01 07:45:12'),
(122842,45111,'action started via WP Cron','2021-02-01 12:48:40','2021-02-01 07:48:40'),
(122843,45111,'action complete via WP Cron','2021-02-01 12:48:40','2021-02-01 07:48:40'),
(122844,45112,'action created','2021-02-01 12:48:40','2021-02-01 07:48:40'),
(122845,45112,'action started via WP Cron','2021-02-01 12:49:38','2021-02-01 07:49:38'),
(122846,45112,'action complete via WP Cron','2021-02-01 12:49:38','2021-02-01 07:49:38'),
(122847,45113,'action created','2021-02-01 12:49:38','2021-02-01 07:49:38'),
(122848,45113,'action started via WP Cron','2021-02-01 12:51:05','2021-02-01 07:51:05'),
(122849,45113,'action complete via WP Cron','2021-02-01 12:51:05','2021-02-01 07:51:05'),
(122850,45114,'action created','2021-02-01 12:51:05','2021-02-01 07:51:05'),
(122851,45114,'action started via WP Cron','2021-02-01 12:51:19','2021-02-01 07:51:19'),
(122852,45114,'action complete via WP Cron','2021-02-01 12:51:19','2021-02-01 07:51:19'),
(122853,45115,'action created','2021-02-01 12:51:19','2021-02-01 07:51:19'),
(122854,45115,'action started via WP Cron','2021-02-01 12:52:45','2021-02-01 07:52:45'),
(122855,45115,'action complete via WP Cron','2021-02-01 12:52:45','2021-02-01 07:52:45'),
(122856,45116,'action created','2021-02-01 12:52:45','2021-02-01 07:52:45'),
(122857,45116,'action started via WP Cron','2021-02-01 12:54:09','2021-02-01 07:54:09'),
(122858,45116,'action complete via WP Cron','2021-02-01 12:54:09','2021-02-01 07:54:09'),
(122859,45117,'action created','2021-02-01 12:54:09','2021-02-01 07:54:09'),
(122860,45117,'action started via WP Cron','2021-02-01 12:55:47','2021-02-01 07:55:47'),
(122861,45117,'action complete via WP Cron','2021-02-01 12:55:47','2021-02-01 07:55:47'),
(122862,45118,'action created','2021-02-01 12:55:48','2021-02-01 07:55:48'),
(122863,45118,'action started via WP Cron','2021-02-01 12:56:22','2021-02-01 07:56:22'),
(122864,45118,'action complete via WP Cron','2021-02-01 12:56:22','2021-02-01 07:56:22'),
(122865,45119,'action created','2021-02-01 12:56:22','2021-02-01 07:56:22'),
(122866,45119,'action started via WP Cron','2021-02-01 12:57:12','2021-02-01 07:57:12'),
(122867,45119,'action complete via WP Cron','2021-02-01 12:57:12','2021-02-01 07:57:12'),
(122868,45120,'action created','2021-02-01 12:57:12','2021-02-01 07:57:12'),
(122869,45120,'action started via WP Cron','2021-02-01 12:58:31','2021-02-01 07:58:31'),
(122870,45120,'action complete via WP Cron','2021-02-01 12:58:31','2021-02-01 07:58:31'),
(122871,45121,'action created','2021-02-01 12:58:31','2021-02-01 07:58:31'),
(122872,45121,'action started via WP Cron','2021-02-01 12:59:13','2021-02-01 07:59:13'),
(122873,45121,'action complete via WP Cron','2021-02-01 12:59:13','2021-02-01 07:59:13'),
(122874,45122,'action created','2021-02-01 12:59:13','2021-02-01 07:59:13'),
(122875,45122,'action started via WP Cron','2021-02-01 13:00:12','2021-02-01 08:00:12'),
(122876,45122,'action complete via WP Cron','2021-02-01 13:00:12','2021-02-01 08:00:12'),
(122877,45123,'action created','2021-02-01 13:00:12','2021-02-01 08:00:12'),
(122878,45123,'action started via WP Cron','2021-02-01 13:01:31','2021-02-01 08:01:31'),
(122879,45123,'action complete via WP Cron','2021-02-01 13:01:31','2021-02-01 08:01:31'),
(122880,45124,'action created','2021-02-01 13:01:31','2021-02-01 08:01:31'),
(122881,45124,'action started via WP Cron','2021-02-01 13:03:07','2021-02-01 08:03:07'),
(122882,45124,'action complete via WP Cron','2021-02-01 13:03:07','2021-02-01 08:03:07'),
(122883,45125,'action created','2021-02-01 13:03:07','2021-02-01 08:03:07'),
(122884,45125,'action started via WP Cron','2021-02-01 13:04:06','2021-02-01 08:04:06'),
(122885,45125,'action complete via WP Cron','2021-02-01 13:04:06','2021-02-01 08:04:06'),
(122886,45126,'action created','2021-02-01 13:04:06','2021-02-01 08:04:06'),
(122887,45126,'action started via WP Cron','2021-02-01 13:05:04','2021-02-01 08:05:04'),
(122888,45126,'action complete via WP Cron','2021-02-01 13:05:04','2021-02-01 08:05:04'),
(122889,45127,'action created','2021-02-01 13:05:04','2021-02-01 08:05:04'),
(122890,45127,'action started via WP Cron','2021-02-01 13:05:17','2021-02-01 08:05:17'),
(122891,45127,'action complete via WP Cron','2021-02-01 13:05:17','2021-02-01 08:05:17'),
(122892,45128,'action created','2021-02-01 13:05:17','2021-02-01 08:05:17'),
(122893,45128,'action started via WP Cron','2021-02-01 13:06:20','2021-02-01 08:06:20'),
(122894,45128,'action complete via WP Cron','2021-02-01 13:06:20','2021-02-01 08:06:20'),
(122895,45129,'action created','2021-02-01 13:06:20','2021-02-01 08:06:20'),
(122896,45129,'action started via WP Cron','2021-02-01 13:08:33','2021-02-01 08:08:33'),
(122897,45129,'action complete via WP Cron','2021-02-01 13:08:33','2021-02-01 08:08:33'),
(122898,45130,'action created','2021-02-01 13:08:33','2021-02-01 08:08:33'),
(122899,45130,'action started via WP Cron','2021-02-01 13:09:18','2021-02-01 08:09:18'),
(122900,45130,'action complete via WP Cron','2021-02-01 13:09:18','2021-02-01 08:09:18'),
(122901,45131,'action created','2021-02-01 13:09:18','2021-02-01 08:09:18'),
(122902,45131,'action started via WP Cron','2021-02-01 13:10:15','2021-02-01 08:10:15'),
(122903,45131,'action complete via WP Cron','2021-02-01 13:10:15','2021-02-01 08:10:15'),
(122904,45132,'action created','2021-02-01 13:10:15','2021-02-01 08:10:15'),
(122905,45132,'action started via WP Cron','2021-02-01 13:11:23','2021-02-01 08:11:23'),
(122906,45132,'action complete via WP Cron','2021-02-01 13:11:23','2021-02-01 08:11:23'),
(122907,45133,'action created','2021-02-01 13:11:23','2021-02-01 08:11:23'),
(122908,45133,'action started via WP Cron','2021-02-01 13:12:52','2021-02-01 08:12:52'),
(122909,45133,'action complete via WP Cron','2021-02-01 13:12:52','2021-02-01 08:12:52'),
(122910,45134,'action created','2021-02-01 13:12:52','2021-02-01 08:12:52'),
(122911,45134,'action started via WP Cron','2021-02-01 13:13:39','2021-02-01 08:13:39'),
(122912,45134,'action complete via WP Cron','2021-02-01 13:13:40','2021-02-01 08:13:40'),
(122913,45135,'action created','2021-02-01 13:13:40','2021-02-01 08:13:40'),
(122914,45135,'action started via WP Cron','2021-02-01 13:14:20','2021-02-01 08:14:20'),
(122915,45135,'action complete via WP Cron','2021-02-01 13:14:20','2021-02-01 08:14:20'),
(122916,45136,'action created','2021-02-01 13:14:20','2021-02-01 08:14:20'),
(122917,45136,'action started via WP Cron','2021-02-01 13:15:11','2021-02-01 08:15:11'),
(122918,45136,'action complete via WP Cron','2021-02-01 13:15:11','2021-02-01 08:15:11'),
(122919,45137,'action created','2021-02-01 13:15:11','2021-02-01 08:15:11'),
(122920,45137,'action started via WP Cron','2021-02-01 13:16:13','2021-02-01 08:16:13'),
(122921,45137,'action complete via WP Cron','2021-02-01 13:16:13','2021-02-01 08:16:13'),
(122922,44202,'action started via WP Cron','2021-02-01 13:16:13','2021-02-01 08:16:13'),
(122923,44202,'action complete via WP Cron','2021-02-01 13:16:13','2021-02-01 08:16:13'),
(122924,45138,'action created','2021-02-01 13:16:13','2021-02-01 08:16:13'),
(122925,45139,'action created','2021-02-01 13:16:13','2021-02-01 08:16:13'),
(122926,45139,'action started via WP Cron','2021-02-01 13:17:40','2021-02-01 08:17:40'),
(122927,45139,'action complete via WP Cron','2021-02-01 13:17:40','2021-02-01 08:17:40'),
(122928,45140,'action created','2021-02-01 13:17:40','2021-02-01 08:17:40'),
(122929,45140,'action started via WP Cron','2021-02-01 13:18:38','2021-02-01 08:18:38'),
(122930,45140,'action complete via WP Cron','2021-02-01 13:18:38','2021-02-01 08:18:38'),
(122931,45141,'action created','2021-02-01 13:18:38','2021-02-01 08:18:38'),
(122932,45141,'action started via WP Cron','2021-02-01 13:19:19','2021-02-01 08:19:19'),
(122933,45141,'action complete via WP Cron','2021-02-01 13:19:19','2021-02-01 08:19:19'),
(122934,45142,'action created','2021-02-01 13:19:19','2021-02-01 08:19:19'),
(122935,45142,'action started via WP Cron','2021-02-01 13:20:35','2021-02-01 08:20:35'),
(122936,45142,'action complete via WP Cron','2021-02-01 13:20:35','2021-02-01 08:20:35'),
(122937,45143,'action created','2021-02-01 13:20:35','2021-02-01 08:20:35'),
(122938,45143,'action started via WP Cron','2021-02-01 13:21:12','2021-02-01 08:21:12'),
(122939,45143,'action complete via WP Cron','2021-02-01 13:21:12','2021-02-01 08:21:12'),
(122940,45144,'action created','2021-02-01 13:21:12','2021-02-01 08:21:12'),
(122941,45144,'action started via WP Cron','2021-02-01 13:22:16','2021-02-01 08:22:16'),
(122942,45144,'action complete via WP Cron','2021-02-01 13:22:16','2021-02-01 08:22:16'),
(122943,45145,'action created','2021-02-01 13:22:16','2021-02-01 08:22:16'),
(122944,45145,'action started via WP Cron','2021-02-01 13:23:23','2021-02-01 08:23:23'),
(122945,45145,'action complete via WP Cron','2021-02-01 13:23:23','2021-02-01 08:23:23'),
(122946,45146,'action created','2021-02-01 13:23:23','2021-02-01 08:23:23'),
(122947,45146,'action started via WP Cron','2021-02-01 13:24:24','2021-02-01 08:24:24'),
(122948,45146,'action complete via WP Cron','2021-02-01 13:24:24','2021-02-01 08:24:24'),
(122949,45147,'action created','2021-02-01 13:24:24','2021-02-01 08:24:24'),
(122950,45147,'action started via WP Cron','2021-02-01 13:25:11','2021-02-01 08:25:11'),
(122951,45147,'action complete via WP Cron','2021-02-01 13:25:11','2021-02-01 08:25:11'),
(122952,45148,'action created','2021-02-01 13:25:11','2021-02-01 08:25:11'),
(122953,45148,'action started via WP Cron','2021-02-01 13:26:45','2021-02-01 08:26:45'),
(122954,45148,'action complete via WP Cron','2021-02-01 13:26:45','2021-02-01 08:26:45'),
(122955,45149,'action created','2021-02-01 13:26:45','2021-02-01 08:26:45'),
(122956,45149,'action started via WP Cron','2021-02-01 13:27:18','2021-02-01 08:27:18'),
(122957,45149,'action complete via WP Cron','2021-02-01 13:27:18','2021-02-01 08:27:18'),
(122958,45150,'action created','2021-02-01 13:27:18','2021-02-01 08:27:18'),
(122959,45150,'action started via WP Cron','2021-02-01 13:28:28','2021-02-01 08:28:28'),
(122960,45150,'action complete via WP Cron','2021-02-01 13:28:28','2021-02-01 08:28:28'),
(122961,45151,'action created','2021-02-01 13:28:28','2021-02-01 08:28:28'),
(122962,45151,'action started via WP Cron','2021-02-01 13:29:11','2021-02-01 08:29:11'),
(122963,45151,'action complete via WP Cron','2021-02-01 13:29:11','2021-02-01 08:29:11'),
(122964,45152,'action created','2021-02-01 13:29:11','2021-02-01 08:29:11'),
(122965,45152,'action started via WP Cron','2021-02-01 13:30:59','2021-02-01 08:30:59'),
(122966,45152,'action complete via WP Cron','2021-02-01 13:30:59','2021-02-01 08:30:59'),
(122967,45153,'action created','2021-02-01 13:30:59','2021-02-01 08:30:59'),
(122968,45153,'action started via WP Cron','2021-02-01 13:31:13','2021-02-01 08:31:13'),
(122969,45153,'action complete via WP Cron','2021-02-01 13:31:13','2021-02-01 08:31:13'),
(122970,45154,'action created','2021-02-01 13:31:13','2021-02-01 08:31:13'),
(122971,45154,'action started via WP Cron','2021-02-01 13:32:23','2021-02-01 08:32:23'),
(122972,45154,'action complete via WP Cron','2021-02-01 13:32:23','2021-02-01 08:32:23'),
(122973,45155,'action created','2021-02-01 13:32:23','2021-02-01 08:32:23'),
(122974,45155,'action started via WP Cron','2021-02-01 13:33:11','2021-02-01 08:33:11'),
(122975,45155,'action complete via WP Cron','2021-02-01 13:33:11','2021-02-01 08:33:11'),
(122976,45156,'action created','2021-02-01 13:33:11','2021-02-01 08:33:11'),
(122977,45156,'action started via WP Cron','2021-02-01 13:34:30','2021-02-01 08:34:30'),
(122978,45156,'action complete via WP Cron','2021-02-01 13:34:30','2021-02-01 08:34:30'),
(122979,45157,'action created','2021-02-01 13:34:30','2021-02-01 08:34:30'),
(122980,45157,'action started via WP Cron','2021-02-01 13:35:24','2021-02-01 08:35:24'),
(122981,45157,'action complete via WP Cron','2021-02-01 13:35:24','2021-02-01 08:35:24'),
(122982,45158,'action created','2021-02-01 13:35:24','2021-02-01 08:35:24'),
(122983,45158,'action started via WP Cron','2021-02-01 13:36:39','2021-02-01 08:36:39'),
(122984,45158,'action complete via WP Cron','2021-02-01 13:36:39','2021-02-01 08:36:39'),
(122985,45159,'action created','2021-02-01 13:36:39','2021-02-01 08:36:39'),
(122986,45159,'action started via WP Cron','2021-02-01 13:38:40','2021-02-01 08:38:40'),
(122987,45159,'action complete via WP Cron','2021-02-01 13:38:40','2021-02-01 08:38:40'),
(122988,45160,'action created','2021-02-01 13:38:40','2021-02-01 08:38:40'),
(122989,45160,'action started via WP Cron','2021-02-01 13:40:11','2021-02-01 08:40:11'),
(122990,45160,'action complete via WP Cron','2021-02-01 13:40:11','2021-02-01 08:40:11'),
(122991,45161,'action created','2021-02-01 13:40:11','2021-02-01 08:40:11'),
(122992,45161,'action started via WP Cron','2021-02-01 13:41:23','2021-02-01 08:41:23'),
(122993,45161,'action complete via WP Cron','2021-02-01 13:41:23','2021-02-01 08:41:23'),
(122994,45162,'action created','2021-02-01 13:41:24','2021-02-01 08:41:24'),
(122995,45162,'action started via WP Cron','2021-02-01 13:43:14','2021-02-01 08:43:14'),
(122996,45162,'action complete via WP Cron','2021-02-01 13:43:14','2021-02-01 08:43:14'),
(122997,45163,'action created','2021-02-01 13:43:14','2021-02-01 08:43:14'),
(122998,45163,'action started via WP Cron','2021-02-01 13:44:35','2021-02-01 08:44:35'),
(122999,45163,'action complete via WP Cron','2021-02-01 13:44:35','2021-02-01 08:44:35'),
(123000,45164,'action created','2021-02-01 13:44:35','2021-02-01 08:44:35'),
(123001,45164,'action started via WP Cron','2021-02-01 13:46:38','2021-02-01 08:46:38'),
(123002,45164,'action complete via WP Cron','2021-02-01 13:46:38','2021-02-01 08:46:38'),
(123003,45165,'action created','2021-02-01 13:46:38','2021-02-01 08:46:38'),
(123004,45165,'action started via WP Cron','2021-02-01 13:48:02','2021-02-01 08:48:02'),
(123005,45165,'action complete via WP Cron','2021-02-01 13:48:02','2021-02-01 08:48:02'),
(123006,45166,'action created','2021-02-01 13:48:03','2021-02-01 08:48:03'),
(123007,45166,'action started via WP Cron','2021-02-01 13:48:21','2021-02-01 08:48:21'),
(123008,45166,'action complete via WP Cron','2021-02-01 13:48:21','2021-02-01 08:48:21'),
(123009,45167,'action created','2021-02-01 13:48:21','2021-02-01 08:48:21'),
(123010,45167,'action started via WP Cron','2021-02-01 13:49:16','2021-02-01 08:49:16'),
(123011,45167,'action complete via WP Cron','2021-02-01 13:49:16','2021-02-01 08:49:16'),
(123012,45168,'action created','2021-02-01 13:49:16','2021-02-01 08:49:16'),
(123013,45168,'action started via WP Cron','2021-02-01 13:52:07','2021-02-01 08:52:07'),
(123014,45168,'action complete via WP Cron','2021-02-01 13:52:07','2021-02-01 08:52:07'),
(123015,45169,'action created','2021-02-01 13:52:07','2021-02-01 08:52:07'),
(123016,45169,'action started via WP Cron','2021-02-01 13:54:04','2021-02-01 08:54:04'),
(123017,45169,'action complete via WP Cron','2021-02-01 13:54:04','2021-02-01 08:54:04'),
(123018,45170,'action created','2021-02-01 13:54:04','2021-02-01 08:54:04'),
(123019,45170,'action started via WP Cron','2021-02-01 13:54:45','2021-02-01 08:54:45'),
(123020,45170,'action complete via WP Cron','2021-02-01 13:54:45','2021-02-01 08:54:45'),
(123021,45171,'action created','2021-02-01 13:54:45','2021-02-01 08:54:45'),
(123022,45171,'action started via WP Cron','2021-02-01 13:55:18','2021-02-01 08:55:18'),
(123023,45171,'action complete via WP Cron','2021-02-01 13:55:18','2021-02-01 08:55:18'),
(123024,45172,'action created','2021-02-01 13:55:18','2021-02-01 08:55:18'),
(123025,45172,'action started via WP Cron','2021-02-01 13:56:31','2021-02-01 08:56:31'),
(123026,45172,'action complete via WP Cron','2021-02-01 13:56:31','2021-02-01 08:56:31'),
(123027,45173,'action created','2021-02-01 13:56:31','2021-02-01 08:56:31'),
(123028,45173,'action started via WP Cron','2021-02-01 13:57:35','2021-02-01 08:57:35'),
(123029,45173,'action complete via WP Cron','2021-02-01 13:57:35','2021-02-01 08:57:35'),
(123030,45174,'action created','2021-02-01 13:57:35','2021-02-01 08:57:35'),
(123031,45174,'action started via WP Cron','2021-02-01 13:58:16','2021-02-01 08:58:16'),
(123032,45174,'action complete via WP Cron','2021-02-01 13:58:16','2021-02-01 08:58:16'),
(123033,45175,'action created','2021-02-01 13:58:17','2021-02-01 08:58:17'),
(123034,45175,'action started via WP Cron','2021-02-01 13:59:28','2021-02-01 08:59:28'),
(123035,45175,'action complete via WP Cron','2021-02-01 13:59:28','2021-02-01 08:59:28'),
(123036,45176,'action created','2021-02-01 13:59:28','2021-02-01 08:59:28'),
(123037,45176,'action started via WP Cron','2021-02-01 14:00:41','2021-02-01 09:00:41'),
(123038,45176,'action complete via WP Cron','2021-02-01 14:00:41','2021-02-01 09:00:41'),
(123039,45177,'action created','2021-02-01 14:00:41','2021-02-01 09:00:41'),
(123040,45177,'action started via WP Cron','2021-02-01 14:01:25','2021-02-01 09:01:25'),
(123041,45177,'action complete via WP Cron','2021-02-01 14:01:25','2021-02-01 09:01:25'),
(123042,45178,'action created','2021-02-01 14:01:25','2021-02-01 09:01:25'),
(123043,45178,'action started via WP Cron','2021-02-01 14:03:52','2021-02-01 09:03:52'),
(123044,45178,'action complete via WP Cron','2021-02-01 14:03:52','2021-02-01 09:03:52'),
(123045,45179,'action created','2021-02-01 14:03:53','2021-02-01 09:03:53'),
(123046,45179,'action started via WP Cron','2021-02-01 14:04:12','2021-02-01 09:04:12'),
(123047,45179,'action complete via WP Cron','2021-02-01 14:04:12','2021-02-01 09:04:12'),
(123048,45180,'action created','2021-02-01 14:04:12','2021-02-01 09:04:12'),
(123049,45180,'action started via WP Cron','2021-02-01 14:06:25','2021-02-01 09:06:25'),
(123050,45180,'action complete via WP Cron','2021-02-01 14:06:25','2021-02-01 09:06:25'),
(123051,45181,'action created','2021-02-01 14:06:25','2021-02-01 09:06:25'),
(123052,45181,'action started via WP Cron','2021-02-01 14:07:23','2021-02-01 09:07:23'),
(123053,45181,'action complete via WP Cron','2021-02-01 14:07:23','2021-02-01 09:07:23'),
(123054,45182,'action created','2021-02-01 14:07:23','2021-02-01 09:07:23'),
(123055,45182,'action started via WP Cron','2021-02-01 14:08:45','2021-02-01 09:08:45'),
(123056,45182,'action complete via WP Cron','2021-02-01 14:08:45','2021-02-01 09:08:45'),
(123057,45183,'action created','2021-02-01 14:08:45','2021-02-01 09:08:45'),
(123058,45183,'action started via WP Cron','2021-02-01 14:09:36','2021-02-01 09:09:36'),
(123059,45183,'action complete via WP Cron','2021-02-01 14:09:36','2021-02-01 09:09:36'),
(123060,45184,'action created','2021-02-01 14:09:36','2021-02-01 09:09:36'),
(123061,45184,'action started via WP Cron','2021-02-01 14:10:12','2021-02-01 09:10:12'),
(123062,45184,'action complete via WP Cron','2021-02-01 14:10:12','2021-02-01 09:10:12'),
(123063,45185,'action created','2021-02-01 14:10:12','2021-02-01 09:10:12'),
(123064,45185,'action started via WP Cron','2021-02-01 14:11:23','2021-02-01 09:11:23'),
(123065,45185,'action complete via WP Cron','2021-02-01 14:11:23','2021-02-01 09:11:23'),
(123066,45186,'action created','2021-02-01 14:11:23','2021-02-01 09:11:23'),
(123067,45186,'action started via WP Cron','2021-02-01 14:14:24','2021-02-01 09:14:24'),
(123068,45186,'action complete via WP Cron','2021-02-01 14:14:24','2021-02-01 09:14:24'),
(123069,45187,'action created','2021-02-01 14:14:24','2021-02-01 09:14:24'),
(123070,45187,'action started via WP Cron','2021-02-01 14:16:30','2021-02-01 09:16:30'),
(123071,45187,'action complete via WP Cron','2021-02-01 14:16:30','2021-02-01 09:16:30'),
(123072,45188,'action created','2021-02-01 14:16:30','2021-02-01 09:16:30'),
(123073,45188,'action started via WP Cron','2021-02-01 14:19:10','2021-02-01 09:19:10'),
(123074,45188,'action complete via WP Cron','2021-02-01 14:19:10','2021-02-01 09:19:10'),
(123075,45189,'action created','2021-02-01 14:19:10','2021-02-01 09:19:10'),
(123076,45189,'action started via WP Cron','2021-02-01 14:20:53','2021-02-01 09:20:53'),
(123077,45189,'action complete via WP Cron','2021-02-01 14:20:53','2021-02-01 09:20:53'),
(123078,45190,'action created','2021-02-01 14:20:54','2021-02-01 09:20:54'),
(123079,45190,'action started via WP Cron','2021-02-01 14:21:34','2021-02-01 09:21:34'),
(123080,45190,'action complete via WP Cron','2021-02-01 14:21:34','2021-02-01 09:21:34'),
(123081,45191,'action created','2021-02-01 14:21:34','2021-02-01 09:21:34'),
(123082,45191,'action started via WP Cron','2021-02-01 14:22:19','2021-02-01 09:22:19'),
(123083,45191,'action complete via WP Cron','2021-02-01 14:22:19','2021-02-01 09:22:19'),
(123084,45192,'action created','2021-02-01 14:22:20','2021-02-01 09:22:20'),
(123085,45192,'action started via WP Cron','2021-02-01 14:25:11','2021-02-01 09:25:11'),
(123086,45192,'action complete via WP Cron','2021-02-01 14:25:11','2021-02-01 09:25:11'),
(123087,45193,'action created','2021-02-01 14:25:11','2021-02-01 09:25:11'),
(123088,45193,'action started via WP Cron','2021-02-01 14:26:39','2021-02-01 09:26:39'),
(123089,45193,'action complete via WP Cron','2021-02-01 14:26:39','2021-02-01 09:26:39'),
(123090,45194,'action created','2021-02-01 14:26:39','2021-02-01 09:26:39'),
(123091,45194,'action started via WP Cron','2021-02-01 14:27:20','2021-02-01 09:27:20'),
(123092,45194,'action complete via WP Cron','2021-02-01 14:27:20','2021-02-01 09:27:20'),
(123093,45195,'action created','2021-02-01 14:27:20','2021-02-01 09:27:20'),
(123094,45195,'action started via Async Request','2021-02-01 14:27:39','2021-02-01 09:27:39'),
(123095,45195,'action complete via Async Request','2021-02-01 14:27:39','2021-02-01 09:27:39'),
(123096,45196,'action created','2021-02-01 14:28:18','2021-02-01 09:28:18'),
(123097,45196,'action started via WP Cron','2021-02-01 14:29:15','2021-02-01 09:29:15'),
(123098,45196,'action complete via WP Cron','2021-02-01 14:29:15','2021-02-01 09:29:15'),
(123099,45197,'action created','2021-02-01 14:29:15','2021-02-01 09:29:15'),
(123100,45197,'action started via Async Request','2021-02-01 14:29:40','2021-02-01 09:29:40'),
(123101,45197,'action complete via Async Request','2021-02-01 14:29:40','2021-02-01 09:29:40'),
(123102,45198,'action created','2021-02-01 14:29:44','2021-02-01 09:29:44'),
(123103,45198,'action started via WP Cron','2021-02-01 14:31:39','2021-02-01 09:31:39'),
(123104,45198,'action complete via WP Cron','2021-02-01 14:31:39','2021-02-01 09:31:39'),
(123105,45199,'action created','2021-02-01 14:31:39','2021-02-01 09:31:39'),
(123106,45199,'action started via WP Cron','2021-02-01 14:34:06','2021-02-01 09:34:06'),
(123107,45199,'action complete via WP Cron','2021-02-01 14:34:06','2021-02-01 09:34:06'),
(123108,45200,'action created','2021-02-01 14:34:06','2021-02-01 09:34:06'),
(123109,45200,'action started via WP Cron','2021-02-01 14:34:37','2021-02-01 09:34:37'),
(123110,45200,'action complete via WP Cron','2021-02-01 14:34:37','2021-02-01 09:34:37'),
(123111,45201,'action created','2021-02-01 14:34:37','2021-02-01 09:34:37'),
(123112,45201,'action started via WP Cron','2021-02-01 14:35:28','2021-02-01 09:35:28'),
(123113,45201,'action complete via WP Cron','2021-02-01 14:35:28','2021-02-01 09:35:28'),
(123114,45202,'action created','2021-02-01 14:35:28','2021-02-01 09:35:28'),
(123115,45202,'action started via WP Cron','2021-02-01 14:36:58','2021-02-01 09:36:58'),
(123116,45202,'action complete via WP Cron','2021-02-01 14:36:58','2021-02-01 09:36:58'),
(123117,45203,'action created','2021-02-01 14:36:58','2021-02-01 09:36:58'),
(123118,45203,'action started via WP Cron','2021-02-01 14:37:38','2021-02-01 09:37:38'),
(123119,45203,'action complete via WP Cron','2021-02-01 14:37:38','2021-02-01 09:37:38'),
(123120,45204,'action created','2021-02-01 14:37:38','2021-02-01 09:37:38'),
(123121,45204,'action started via WP Cron','2021-02-01 14:39:02','2021-02-01 09:39:02'),
(123122,45204,'action complete via WP Cron','2021-02-01 14:39:02','2021-02-01 09:39:02'),
(123123,45205,'action created','2021-02-01 14:39:03','2021-02-01 09:39:03'),
(123124,45205,'action started via WP Cron','2021-02-01 14:39:26','2021-02-01 09:39:26'),
(123125,45205,'action complete via WP Cron','2021-02-01 14:39:26','2021-02-01 09:39:26'),
(123126,45206,'action created','2021-02-01 14:39:26','2021-02-01 09:39:26'),
(123127,45206,'action started via WP Cron','2021-02-01 14:40:17','2021-02-01 09:40:17'),
(123128,45206,'action complete via WP Cron','2021-02-01 14:40:17','2021-02-01 09:40:17'),
(123129,45207,'action created','2021-02-01 14:40:17','2021-02-01 09:40:17'),
(123130,45207,'action started via WP Cron','2021-02-01 14:41:45','2021-02-01 09:41:45'),
(123131,45207,'action complete via WP Cron','2021-02-01 14:41:45','2021-02-01 09:41:45'),
(123132,45208,'action created','2021-02-01 14:41:45','2021-02-01 09:41:45'),
(123133,45208,'action started via WP Cron','2021-02-01 14:42:42','2021-02-01 09:42:42'),
(123134,45208,'action complete via WP Cron','2021-02-01 14:42:42','2021-02-01 09:42:42'),
(123135,45209,'action created','2021-02-01 14:42:42','2021-02-01 09:42:42'),
(123136,45209,'action started via WP Cron','2021-02-01 14:44:23','2021-02-01 09:44:23'),
(123137,45209,'action complete via WP Cron','2021-02-01 14:44:23','2021-02-01 09:44:23'),
(123138,45210,'action created','2021-02-01 14:44:23','2021-02-01 09:44:23'),
(123139,45210,'action started via WP Cron','2021-02-01 14:46:17','2021-02-01 09:46:17'),
(123140,45210,'action complete via WP Cron','2021-02-01 14:46:17','2021-02-01 09:46:17'),
(123141,45211,'action created','2021-02-01 14:46:17','2021-02-01 09:46:17'),
(123142,45211,'action started via WP Cron','2021-02-01 14:47:23','2021-02-01 09:47:23'),
(123143,45211,'action complete via WP Cron','2021-02-01 14:47:23','2021-02-01 09:47:23'),
(123144,45212,'action created','2021-02-01 14:47:23','2021-02-01 09:47:23'),
(123145,45212,'action started via WP Cron','2021-02-01 14:48:34','2021-02-01 09:48:34'),
(123146,45212,'action complete via WP Cron','2021-02-01 14:48:34','2021-02-01 09:48:34'),
(123147,45213,'action created','2021-02-01 14:48:34','2021-02-01 09:48:34'),
(123148,45213,'action started via WP Cron','2021-02-01 14:49:17','2021-02-01 09:49:17'),
(123149,45213,'action complete via WP Cron','2021-02-01 14:49:17','2021-02-01 09:49:17'),
(123150,45214,'action created','2021-02-01 14:49:17','2021-02-01 09:49:17'),
(123151,45214,'action started via WP Cron','2021-02-01 14:50:24','2021-02-01 09:50:24'),
(123152,45214,'action complete via WP Cron','2021-02-01 14:50:24','2021-02-01 09:50:24'),
(123153,45215,'action created','2021-02-01 14:50:24','2021-02-01 09:50:24'),
(123154,45215,'action started via WP Cron','2021-02-01 14:52:40','2021-02-01 09:52:40'),
(123155,45215,'action complete via WP Cron','2021-02-01 14:52:40','2021-02-01 09:52:40'),
(123156,45216,'action created','2021-02-01 14:52:40','2021-02-01 09:52:40'),
(123157,45216,'action started via WP Cron','2021-02-01 14:53:23','2021-02-01 09:53:23'),
(123158,45216,'action complete via WP Cron','2021-02-01 14:53:23','2021-02-01 09:53:23'),
(123159,45217,'action created','2021-02-01 14:53:23','2021-02-01 09:53:23'),
(123160,45217,'action started via WP Cron','2021-02-01 14:54:23','2021-02-01 09:54:23'),
(123161,45217,'action complete via WP Cron','2021-02-01 14:54:23','2021-02-01 09:54:23'),
(123162,45218,'action created','2021-02-01 14:54:23','2021-02-01 09:54:23'),
(123163,45218,'action started via WP Cron','2021-02-01 14:55:30','2021-02-01 09:55:30'),
(123164,45218,'action complete via WP Cron','2021-02-01 14:55:30','2021-02-01 09:55:30'),
(123165,45219,'action created','2021-02-01 14:55:30','2021-02-01 09:55:30'),
(123166,45219,'action started via WP Cron','2021-02-01 14:57:02','2021-02-01 09:57:02'),
(123167,45219,'action complete via WP Cron','2021-02-01 14:57:02','2021-02-01 09:57:02'),
(123168,45220,'action created','2021-02-01 14:57:02','2021-02-01 09:57:02'),
(123169,45220,'action started via WP Cron','2021-02-01 14:58:22','2021-02-01 09:58:22'),
(123170,45220,'action complete via WP Cron','2021-02-01 14:58:22','2021-02-01 09:58:22'),
(123171,45221,'action created','2021-02-01 14:58:22','2021-02-01 09:58:22'),
(123172,45221,'action started via WP Cron','2021-02-01 14:59:49','2021-02-01 09:59:49'),
(123173,45221,'action complete via WP Cron','2021-02-01 14:59:49','2021-02-01 09:59:49'),
(123174,45222,'action created','2021-02-01 14:59:49','2021-02-01 09:59:49'),
(123175,45222,'action started via WP Cron','2021-02-01 15:01:49','2021-02-01 10:01:49'),
(123176,45222,'action complete via WP Cron','2021-02-01 15:01:49','2021-02-01 10:01:49'),
(123177,45223,'action created','2021-02-01 15:01:49','2021-02-01 10:01:49'),
(123178,45223,'action started via WP Cron','2021-02-01 15:02:40','2021-02-01 10:02:40'),
(123179,45223,'action complete via WP Cron','2021-02-01 15:02:40','2021-02-01 10:02:40'),
(123180,45224,'action created','2021-02-01 15:02:40','2021-02-01 10:02:40'),
(123181,45224,'action started via WP Cron','2021-02-01 15:05:35','2021-02-01 10:05:35'),
(123182,45224,'action complete via WP Cron','2021-02-01 15:05:35','2021-02-01 10:05:35'),
(123183,45225,'action created','2021-02-01 15:05:35','2021-02-01 10:05:35'),
(123184,45225,'action started via WP Cron','2021-02-01 15:07:03','2021-02-01 10:07:03'),
(123185,45225,'action complete via WP Cron','2021-02-01 15:07:03','2021-02-01 10:07:03'),
(123186,45226,'action created','2021-02-01 15:07:03','2021-02-01 10:07:03'),
(123187,45226,'action started via WP Cron','2021-02-01 15:07:25','2021-02-01 10:07:25'),
(123188,45226,'action complete via WP Cron','2021-02-01 15:07:25','2021-02-01 10:07:25'),
(123189,45227,'action created','2021-02-01 15:07:25','2021-02-01 10:07:25'),
(123190,45227,'action started via WP Cron','2021-02-01 15:08:49','2021-02-01 10:08:49'),
(123191,45227,'action complete via WP Cron','2021-02-01 15:08:49','2021-02-01 10:08:49'),
(123192,45228,'action created','2021-02-01 15:08:49','2021-02-01 10:08:49'),
(123193,45228,'action started via WP Cron','2021-02-01 15:11:43','2021-02-01 10:11:43'),
(123194,45228,'action complete via WP Cron','2021-02-01 15:11:43','2021-02-01 10:11:43'),
(123195,45229,'action created','2021-02-01 15:11:44','2021-02-01 10:11:44'),
(123196,45229,'action started via WP Cron','2021-02-01 15:12:42','2021-02-01 10:12:42'),
(123197,45229,'action complete via WP Cron','2021-02-01 15:12:42','2021-02-01 10:12:42'),
(123198,45230,'action created','2021-02-01 15:12:42','2021-02-01 10:12:42'),
(123199,45230,'action started via WP Cron','2021-02-01 15:13:20','2021-02-01 10:13:20'),
(123200,45230,'action complete via WP Cron','2021-02-01 15:13:20','2021-02-01 10:13:20'),
(123201,45231,'action created','2021-02-01 15:13:20','2021-02-01 10:13:20'),
(123202,45231,'action started via WP Cron','2021-02-01 15:14:28','2021-02-01 10:14:28'),
(123203,45231,'action complete via WP Cron','2021-02-01 15:14:28','2021-02-01 10:14:28'),
(123204,45232,'action created','2021-02-01 15:14:28','2021-02-01 10:14:28'),
(123205,45232,'action started via WP Cron','2021-02-01 15:16:43','2021-02-01 10:16:43'),
(123206,45232,'action complete via WP Cron','2021-02-01 15:16:43','2021-02-01 10:16:43'),
(123207,45233,'action created','2021-02-01 15:16:43','2021-02-01 10:16:43'),
(123208,45233,'action started via WP Cron','2021-02-01 15:17:36','2021-02-01 10:17:36'),
(123209,45233,'action complete via WP Cron','2021-02-01 15:17:36','2021-02-01 10:17:36'),
(123210,45234,'action created','2021-02-01 15:17:36','2021-02-01 10:17:36'),
(123211,45234,'action started via WP Cron','2021-02-01 15:19:10','2021-02-01 10:19:10'),
(123212,45234,'action complete via WP Cron','2021-02-01 15:19:10','2021-02-01 10:19:10'),
(123213,45235,'action created','2021-02-01 15:19:10','2021-02-01 10:19:10'),
(123214,45235,'action started via WP Cron','2021-02-01 15:21:50','2021-02-01 10:21:50'),
(123215,45235,'action complete via WP Cron','2021-02-01 15:21:50','2021-02-01 10:21:50'),
(123216,45236,'action created','2021-02-01 15:21:50','2021-02-01 10:21:50'),
(123217,45236,'action started via WP Cron','2021-02-01 15:22:47','2021-02-01 10:22:47'),
(123218,45236,'action complete via WP Cron','2021-02-01 15:22:47','2021-02-01 10:22:47'),
(123219,45237,'action created','2021-02-01 15:22:47','2021-02-01 10:22:47'),
(123220,45237,'action started via WP Cron','2021-02-01 15:24:38','2021-02-01 10:24:38'),
(123221,45237,'action complete via WP Cron','2021-02-01 15:24:38','2021-02-01 10:24:38'),
(123222,45238,'action created','2021-02-01 15:24:38','2021-02-01 10:24:38'),
(123223,45238,'action started via WP Cron','2021-02-01 15:25:26','2021-02-01 10:25:26'),
(123224,45238,'action complete via WP Cron','2021-02-01 15:25:26','2021-02-01 10:25:26'),
(123225,45239,'action created','2021-02-01 15:25:26','2021-02-01 10:25:26'),
(123226,45239,'action started via WP Cron','2021-02-01 15:26:56','2021-02-01 10:26:56'),
(123227,45239,'action complete via WP Cron','2021-02-01 15:26:56','2021-02-01 10:26:56'),
(123228,45240,'action created','2021-02-01 15:26:56','2021-02-01 10:26:56'),
(123229,45240,'action started via WP Cron','2021-02-01 15:27:51','2021-02-01 10:27:51'),
(123230,45240,'action complete via WP Cron','2021-02-01 15:27:51','2021-02-01 10:27:51'),
(123231,45241,'action created','2021-02-01 15:27:51','2021-02-01 10:27:51'),
(123232,45241,'action started via WP Cron','2021-02-01 15:28:37','2021-02-01 10:28:37'),
(123233,45241,'action complete via WP Cron','2021-02-01 15:28:37','2021-02-01 10:28:37'),
(123234,45242,'action created','2021-02-01 15:28:37','2021-02-01 10:28:37'),
(123235,45242,'action started via WP Cron','2021-02-01 15:32:15','2021-02-01 10:32:15'),
(123236,45243,'action created','2021-02-01 15:32:15','2021-02-01 10:32:15'),
(123237,45242,'action complete via WP Cron','2021-02-01 15:32:15','2021-02-01 10:32:15'),
(123238,45243,'action started via WP Cron','2021-02-01 15:33:13','2021-02-01 10:33:13'),
(123239,45243,'action complete via WP Cron','2021-02-01 15:33:13','2021-02-01 10:33:13'),
(123240,45244,'action created','2021-02-01 15:33:13','2021-02-01 10:33:13'),
(123241,45244,'action started via WP Cron','2021-02-01 15:34:28','2021-02-01 10:34:28'),
(123242,45244,'action complete via WP Cron','2021-02-01 15:34:28','2021-02-01 10:34:28'),
(123243,45245,'action created','2021-02-01 15:34:28','2021-02-01 10:34:28'),
(123244,45245,'action started via WP Cron','2021-02-01 15:35:57','2021-02-01 10:35:57'),
(123245,45245,'action complete via WP Cron','2021-02-01 15:35:57','2021-02-01 10:35:57'),
(123246,45246,'action created','2021-02-01 15:35:57','2021-02-01 10:35:57'),
(123247,45246,'action started via WP Cron','2021-02-01 15:36:32','2021-02-01 10:36:32'),
(123248,45246,'action complete via WP Cron','2021-02-01 15:36:32','2021-02-01 10:36:32'),
(123249,45247,'action created','2021-02-01 15:36:32','2021-02-01 10:36:32'),
(123250,45247,'action started via WP Cron','2021-02-01 15:37:59','2021-02-01 10:37:59'),
(123251,45247,'action complete via WP Cron','2021-02-01 15:37:59','2021-02-01 10:37:59'),
(123252,45248,'action created','2021-02-01 15:37:59','2021-02-01 10:37:59'),
(123253,45248,'action started via WP Cron','2021-02-01 15:38:31','2021-02-01 10:38:31'),
(123254,45248,'action complete via WP Cron','2021-02-01 15:38:31','2021-02-01 10:38:31'),
(123255,45249,'action created','2021-02-01 15:38:31','2021-02-01 10:38:31'),
(123256,45249,'action started via WP Cron','2021-02-01 15:39:13','2021-02-01 10:39:13'),
(123257,45249,'action complete via WP Cron','2021-02-01 15:39:13','2021-02-01 10:39:13'),
(123258,45250,'action created','2021-02-01 15:39:13','2021-02-01 10:39:13'),
(123259,45250,'action started via WP Cron','2021-02-01 15:41:43','2021-02-01 10:41:43'),
(123260,45250,'action complete via WP Cron','2021-02-01 15:41:43','2021-02-01 10:41:43'),
(123261,45251,'action created','2021-02-01 15:41:43','2021-02-01 10:41:43'),
(123262,45251,'action started via WP Cron','2021-02-01 15:43:01','2021-02-01 10:43:01'),
(123263,45251,'action complete via WP Cron','2021-02-01 15:43:01','2021-02-01 10:43:01'),
(123264,45252,'action created','2021-02-01 15:43:01','2021-02-01 10:43:01'),
(123265,45252,'action started via WP Cron','2021-02-01 15:43:21','2021-02-01 10:43:21'),
(123266,45252,'action complete via WP Cron','2021-02-01 15:43:21','2021-02-01 10:43:21'),
(123267,45253,'action created','2021-02-01 15:43:21','2021-02-01 10:43:21'),
(123268,45253,'action started via WP Cron','2021-02-01 15:45:37','2021-02-01 10:45:37'),
(123269,45253,'action complete via WP Cron','2021-02-01 15:45:37','2021-02-01 10:45:37'),
(123270,45254,'action created','2021-02-01 15:45:37','2021-02-01 10:45:37'),
(123271,45254,'action started via WP Cron','2021-02-01 15:46:52','2021-02-01 10:46:52'),
(123272,45254,'action complete via WP Cron','2021-02-01 15:46:52','2021-02-01 10:46:52'),
(123273,45255,'action created','2021-02-01 15:46:52','2021-02-01 10:46:52'),
(123274,45255,'action started via WP Cron','2021-02-01 15:47:27','2021-02-01 10:47:27'),
(123275,45255,'action complete via WP Cron','2021-02-01 15:47:27','2021-02-01 10:47:27'),
(123276,45256,'action created','2021-02-01 15:47:27','2021-02-01 10:47:27'),
(123277,45256,'action started via WP Cron','2021-02-01 15:48:38','2021-02-01 10:48:38'),
(123278,45256,'action complete via WP Cron','2021-02-01 15:48:38','2021-02-01 10:48:38'),
(123279,45257,'action created','2021-02-01 15:48:38','2021-02-01 10:48:38'),
(123280,45257,'action started via WP Cron','2021-02-01 15:49:33','2021-02-01 10:49:33'),
(123281,45257,'action complete via WP Cron','2021-02-01 15:49:33','2021-02-01 10:49:33'),
(123282,45258,'action created','2021-02-01 15:49:33','2021-02-01 10:49:33'),
(123283,45258,'action started via WP Cron','2021-02-01 15:50:44','2021-02-01 10:50:44'),
(123284,45258,'action complete via WP Cron','2021-02-01 15:50:44','2021-02-01 10:50:44'),
(123285,45259,'action created','2021-02-01 15:50:44','2021-02-01 10:50:44'),
(123286,45259,'action started via WP Cron','2021-02-01 15:51:11','2021-02-01 10:51:11'),
(123287,45259,'action complete via WP Cron','2021-02-01 15:51:11','2021-02-01 10:51:11'),
(123288,45260,'action created','2021-02-01 15:51:11','2021-02-01 10:51:11'),
(123289,45260,'action started via WP Cron','2021-02-01 15:52:49','2021-02-01 10:52:49'),
(123290,45260,'action complete via WP Cron','2021-02-01 15:52:49','2021-02-01 10:52:49'),
(123291,45261,'action created','2021-02-01 15:52:49','2021-02-01 10:52:49'),
(123292,45261,'action started via WP Cron','2021-02-01 15:53:26','2021-02-01 10:53:26'),
(123293,45261,'action complete via WP Cron','2021-02-01 15:53:26','2021-02-01 10:53:26'),
(123294,45262,'action created','2021-02-01 15:53:26','2021-02-01 10:53:26'),
(123295,45262,'action started via WP Cron','2021-02-01 15:56:03','2021-02-01 10:56:03'),
(123296,45262,'action complete via WP Cron','2021-02-01 15:56:03','2021-02-01 10:56:03'),
(123297,45263,'action created','2021-02-01 15:56:03','2021-02-01 10:56:03'),
(123298,45263,'action started via WP Cron','2021-02-01 15:57:42','2021-02-01 10:57:42'),
(123299,45263,'action complete via WP Cron','2021-02-01 15:57:42','2021-02-01 10:57:42'),
(123300,45264,'action created','2021-02-01 15:57:42','2021-02-01 10:57:42'),
(123301,45264,'action started via WP Cron','2021-02-01 15:59:13','2021-02-01 10:59:13'),
(123302,45264,'action complete via WP Cron','2021-02-01 15:59:13','2021-02-01 10:59:13'),
(123303,45265,'action created','2021-02-01 15:59:13','2021-02-01 10:59:13'),
(123304,45265,'action started via WP Cron','2021-02-01 16:00:40','2021-02-01 11:00:40'),
(123305,45265,'action complete via WP Cron','2021-02-01 16:00:41','2021-02-01 11:00:41'),
(123306,45266,'action created','2021-02-01 16:00:41','2021-02-01 11:00:41'),
(123307,45266,'action started via WP Cron','2021-02-01 16:03:55','2021-02-01 11:03:55'),
(123308,45266,'action complete via WP Cron','2021-02-01 16:03:55','2021-02-01 11:03:55'),
(123309,45267,'action created','2021-02-01 16:03:55','2021-02-01 11:03:55'),
(123310,45267,'action started via WP Cron','2021-02-01 16:05:19','2021-02-01 11:05:19'),
(123311,45267,'action complete via WP Cron','2021-02-01 16:05:19','2021-02-01 11:05:19'),
(123312,45268,'action created','2021-02-01 16:05:19','2021-02-01 11:05:19'),
(123313,45268,'action started via WP Cron','2021-02-01 16:06:36','2021-02-01 11:06:36'),
(123314,45268,'action complete via WP Cron','2021-02-01 16:06:36','2021-02-01 11:06:36'),
(123315,45269,'action created','2021-02-01 16:06:36','2021-02-01 11:06:36'),
(123316,45269,'action started via WP Cron','2021-02-01 16:09:24','2021-02-01 11:09:24'),
(123317,45269,'action complete via WP Cron','2021-02-01 16:09:24','2021-02-01 11:09:24'),
(123318,45270,'action created','2021-02-01 16:09:24','2021-02-01 11:09:24'),
(123319,45270,'action started via WP Cron','2021-02-01 16:10:59','2021-02-01 11:10:59'),
(123320,45270,'action complete via WP Cron','2021-02-01 16:10:59','2021-02-01 11:10:59'),
(123321,45271,'action created','2021-02-01 16:10:59','2021-02-01 11:10:59'),
(123322,45271,'action started via WP Cron','2021-02-01 16:11:44','2021-02-01 11:11:44'),
(123323,45271,'action complete via WP Cron','2021-02-01 16:11:44','2021-02-01 11:11:44'),
(123324,45272,'action created','2021-02-01 16:11:44','2021-02-01 11:11:44'),
(123325,45272,'action started via WP Cron','2021-02-01 16:12:12','2021-02-01 11:12:12'),
(123326,45272,'action complete via WP Cron','2021-02-01 16:12:12','2021-02-01 11:12:12'),
(123327,45273,'action created','2021-02-01 16:12:12','2021-02-01 11:12:12'),
(123328,45273,'action started via WP Cron','2021-02-01 16:13:14','2021-02-01 11:13:14'),
(123329,45273,'action complete via WP Cron','2021-02-01 16:13:14','2021-02-01 11:13:14'),
(123330,45274,'action created','2021-02-01 16:13:14','2021-02-01 11:13:14'),
(123331,45274,'action started via WP Cron','2021-02-01 16:15:11','2021-02-01 11:15:11'),
(123332,45274,'action complete via WP Cron','2021-02-01 16:15:11','2021-02-01 11:15:11'),
(123333,45275,'action created','2021-02-01 16:15:11','2021-02-01 11:15:11'),
(123334,45275,'action started via WP Cron','2021-02-01 16:16:29','2021-02-01 11:16:29'),
(123335,45275,'action complete via WP Cron','2021-02-01 16:16:29','2021-02-01 11:16:29'),
(123336,45276,'action created','2021-02-01 16:16:29','2021-02-01 11:16:29'),
(123337,45276,'action started via WP Cron','2021-02-01 16:17:15','2021-02-01 11:17:15'),
(123338,45276,'action complete via WP Cron','2021-02-01 16:17:15','2021-02-01 11:17:15'),
(123339,45277,'action created','2021-02-01 16:17:15','2021-02-01 11:17:15'),
(123340,45277,'action started via WP Cron','2021-02-01 16:18:42','2021-02-01 11:18:42'),
(123341,45277,'action complete via WP Cron','2021-02-01 16:18:42','2021-02-01 11:18:42'),
(123342,45278,'action created','2021-02-01 16:18:42','2021-02-01 11:18:42'),
(123343,45278,'action started via WP Cron','2021-02-01 16:19:28','2021-02-01 11:19:28'),
(123344,45278,'action complete via WP Cron','2021-02-01 16:19:28','2021-02-01 11:19:28'),
(123345,45279,'action created','2021-02-01 16:19:28','2021-02-01 11:19:28'),
(123346,45279,'action started via WP Cron','2021-02-01 16:20:42','2021-02-01 11:20:42'),
(123347,45279,'action complete via WP Cron','2021-02-01 16:20:42','2021-02-01 11:20:42'),
(123348,45280,'action created','2021-02-01 16:20:42','2021-02-01 11:20:42'),
(123349,45280,'action started via WP Cron','2021-02-01 16:21:30','2021-02-01 11:21:30'),
(123350,45280,'action complete via WP Cron','2021-02-01 16:21:30','2021-02-01 11:21:30'),
(123351,45281,'action created','2021-02-01 16:21:30','2021-02-01 11:21:30'),
(123352,45281,'action started via WP Cron','2021-02-01 16:22:24','2021-02-01 11:22:24'),
(123353,45281,'action complete via WP Cron','2021-02-01 16:22:24','2021-02-01 11:22:24'),
(123354,45282,'action created','2021-02-01 16:22:24','2021-02-01 11:22:24'),
(123355,45282,'action started via WP Cron','2021-02-01 16:24:45','2021-02-01 11:24:45'),
(123356,45282,'action complete via WP Cron','2021-02-01 16:24:45','2021-02-01 11:24:45'),
(123357,45283,'action created','2021-02-01 16:24:45','2021-02-01 11:24:45'),
(123358,45283,'action started via WP Cron','2021-02-01 16:25:26','2021-02-01 11:25:26'),
(123359,45283,'action complete via WP Cron','2021-02-01 16:25:26','2021-02-01 11:25:26'),
(123360,45284,'action created','2021-02-01 16:25:26','2021-02-01 11:25:26'),
(123361,45284,'action started via WP Cron','2021-02-01 16:27:41','2021-02-01 11:27:41'),
(123362,45284,'action complete via WP Cron','2021-02-01 16:27:41','2021-02-01 11:27:41'),
(123363,45285,'action created','2021-02-01 16:27:42','2021-02-01 11:27:42'),
(123364,45285,'action started via WP Cron','2021-02-01 16:28:13','2021-02-01 11:28:13'),
(123365,45285,'action complete via WP Cron','2021-02-01 16:28:13','2021-02-01 11:28:13'),
(123366,45286,'action created','2021-02-01 16:28:13','2021-02-01 11:28:13'),
(123367,45286,'action started via WP Cron','2021-02-01 16:29:14','2021-02-01 11:29:14'),
(123368,45286,'action complete via WP Cron','2021-02-01 16:29:15','2021-02-01 11:29:15'),
(123369,45287,'action created','2021-02-01 16:29:15','2021-02-01 11:29:15'),
(123370,45287,'action started via WP Cron','2021-02-01 16:30:48','2021-02-01 11:30:48'),
(123371,45287,'action complete via WP Cron','2021-02-01 16:30:48','2021-02-01 11:30:48'),
(123372,45288,'action created','2021-02-01 16:30:48','2021-02-01 11:30:48'),
(123373,45288,'action started via WP Cron','2021-02-01 16:33:13','2021-02-01 11:33:13'),
(123374,45288,'action complete via WP Cron','2021-02-01 16:33:14','2021-02-01 11:33:14'),
(123375,45289,'action created','2021-02-01 16:35:41','2021-02-01 11:35:41'),
(123376,45289,'action started via WP Cron','2021-02-01 16:36:37','2021-02-01 11:36:37'),
(123377,45289,'action complete via WP Cron','2021-02-01 16:36:37','2021-02-01 11:36:37'),
(123378,45290,'action created','2021-02-01 16:36:37','2021-02-01 11:36:37'),
(123379,45290,'action started via WP Cron','2021-02-01 16:38:31','2021-02-01 11:38:31'),
(123380,45290,'action complete via WP Cron','2021-02-01 16:38:31','2021-02-01 11:38:31'),
(123381,45291,'action created','2021-02-01 16:38:31','2021-02-01 11:38:31'),
(123382,45291,'action started via WP Cron','2021-02-01 16:40:29','2021-02-01 11:40:29'),
(123383,45291,'action complete via WP Cron','2021-02-01 16:40:29','2021-02-01 11:40:29'),
(123384,45292,'action created','2021-02-01 16:40:29','2021-02-01 11:40:29'),
(123385,45292,'action started via WP Cron','2021-02-01 16:41:13','2021-02-01 11:41:13'),
(123386,45292,'action complete via WP Cron','2021-02-01 16:41:13','2021-02-01 11:41:13'),
(123387,45293,'action created','2021-02-01 16:41:13','2021-02-01 11:41:13'),
(123388,45293,'action started via WP Cron','2021-02-01 16:43:44','2021-02-01 11:43:44'),
(123389,45293,'action complete via WP Cron','2021-02-01 16:43:44','2021-02-01 11:43:44'),
(123390,45294,'action created','2021-02-01 16:43:44','2021-02-01 11:43:44'),
(123391,45294,'action started via WP Cron','2021-02-01 16:47:20','2021-02-01 11:47:20'),
(123392,45294,'action complete via WP Cron','2021-02-01 16:47:20','2021-02-01 11:47:20'),
(123393,45295,'action created','2021-02-01 16:47:20','2021-02-01 11:47:20'),
(123394,45295,'action started via WP Cron','2021-02-01 16:48:35','2021-02-01 11:48:35'),
(123395,45295,'action complete via WP Cron','2021-02-01 16:48:35','2021-02-01 11:48:35'),
(123396,45296,'action created','2021-02-01 16:48:35','2021-02-01 11:48:35'),
(123397,45296,'action started via WP Cron','2021-02-01 16:49:13','2021-02-01 11:49:13'),
(123398,45296,'action complete via WP Cron','2021-02-01 16:49:13','2021-02-01 11:49:13'),
(123399,45297,'action created','2021-02-01 16:49:13','2021-02-01 11:49:13'),
(123400,45297,'action started via WP Cron','2021-02-01 16:51:08','2021-02-01 11:51:08'),
(123401,45297,'action complete via WP Cron','2021-02-01 16:51:08','2021-02-01 11:51:08'),
(123402,45298,'action created','2021-02-01 16:51:08','2021-02-01 11:51:08'),
(123403,45298,'action started via WP Cron','2021-02-01 16:52:16','2021-02-01 11:52:16'),
(123404,45298,'action complete via WP Cron','2021-02-01 16:52:16','2021-02-01 11:52:16'),
(123405,45299,'action created','2021-02-01 16:52:16','2021-02-01 11:52:16'),
(123406,45299,'action started via WP Cron','2021-02-01 16:53:15','2021-02-01 11:53:15'),
(123407,45299,'action complete via WP Cron','2021-02-01 16:53:15','2021-02-01 11:53:15'),
(123408,45300,'action created','2021-02-01 16:53:15','2021-02-01 11:53:15'),
(123409,45300,'action started via WP Cron','2021-02-01 16:55:03','2021-02-01 11:55:03'),
(123410,45300,'action complete via WP Cron','2021-02-01 16:55:04','2021-02-01 11:55:04'),
(123411,45301,'action created','2021-02-01 16:55:32','2021-02-01 11:55:32'),
(123412,45301,'action started via WP Cron','2021-02-01 16:57:47','2021-02-01 11:57:47'),
(123413,45301,'action complete via WP Cron','2021-02-01 16:57:47','2021-02-01 11:57:47'),
(123414,45302,'action created','2021-02-01 16:57:47','2021-02-01 11:57:47'),
(123415,45302,'action started via WP Cron','2021-02-01 16:59:42','2021-02-01 11:59:42'),
(123416,45302,'action complete via WP Cron','2021-02-01 16:59:42','2021-02-01 11:59:42'),
(123417,45303,'action created','2021-02-01 16:59:43','2021-02-01 11:59:43'),
(123418,45303,'action started via WP Cron','2021-02-01 17:00:46','2021-02-01 12:00:46'),
(123419,45303,'action complete via WP Cron','2021-02-01 17:00:46','2021-02-01 12:00:46'),
(123420,45304,'action created','2021-02-01 17:00:46','2021-02-01 12:00:46'),
(123421,45304,'action started via WP Cron','2021-02-01 17:03:15','2021-02-01 12:03:15'),
(123422,45304,'action complete via WP Cron','2021-02-01 17:03:15','2021-02-01 12:03:15'),
(123423,45305,'action created','2021-02-01 17:03:15','2021-02-01 12:03:15'),
(123424,45305,'action started via WP Cron','2021-02-01 17:06:50','2021-02-01 12:06:50'),
(123425,45305,'action complete via WP Cron','2021-02-01 17:06:50','2021-02-01 12:06:50'),
(123426,45306,'action created','2021-02-01 17:06:50','2021-02-01 12:06:50'),
(123427,45306,'action started via WP Cron','2021-02-01 17:10:56','2021-02-01 12:10:56'),
(123428,45306,'action complete via WP Cron','2021-02-01 17:10:56','2021-02-01 12:10:56'),
(123429,45307,'action created','2021-02-01 17:10:56','2021-02-01 12:10:56'),
(123430,45307,'action started via WP Cron','2021-02-01 17:11:23','2021-02-01 12:11:23'),
(123431,45307,'action complete via WP Cron','2021-02-01 17:11:23','2021-02-01 12:11:23'),
(123432,45308,'action created','2021-02-01 17:11:23','2021-02-01 12:11:23'),
(123433,45308,'action started via WP Cron','2021-02-01 17:14:09','2021-02-01 12:14:09'),
(123434,45308,'action complete via WP Cron','2021-02-01 17:14:09','2021-02-01 12:14:09'),
(123435,45309,'action created','2021-02-01 17:14:09','2021-02-01 12:14:09'),
(123436,45309,'action started via WP Cron','2021-02-01 17:15:24','2021-02-01 12:15:24'),
(123437,45309,'action complete via WP Cron','2021-02-01 17:15:24','2021-02-01 12:15:24'),
(123438,45310,'action created','2021-02-01 17:15:24','2021-02-01 12:15:24'),
(123439,45310,'action started via WP Cron','2021-02-01 17:18:44','2021-02-01 12:18:44'),
(123440,45310,'action complete via WP Cron','2021-02-01 17:18:44','2021-02-01 12:18:44'),
(123441,45311,'action created','2021-02-01 17:18:45','2021-02-01 12:18:45'),
(123442,45311,'action started via WP Cron','2021-02-01 17:19:39','2021-02-01 12:19:39'),
(123443,45311,'action complete via WP Cron','2021-02-01 17:19:39','2021-02-01 12:19:39'),
(123444,45312,'action created','2021-02-01 17:19:39','2021-02-01 12:19:39'),
(123445,45312,'action started via WP Cron','2021-02-01 17:20:44','2021-02-01 12:20:44'),
(123446,45312,'action complete via WP Cron','2021-02-01 17:20:44','2021-02-01 12:20:44'),
(123447,45313,'action created','2021-02-01 17:20:44','2021-02-01 12:20:44'),
(123448,45313,'action started via WP Cron','2021-02-01 17:22:45','2021-02-01 12:22:45'),
(123449,45313,'action complete via WP Cron','2021-02-01 17:22:45','2021-02-01 12:22:45'),
(123450,45314,'action created','2021-02-01 17:22:45','2021-02-01 12:22:45'),
(123451,45314,'action started via WP Cron','2021-02-01 17:23:18','2021-02-01 12:23:18'),
(123452,45314,'action complete via WP Cron','2021-02-01 17:23:18','2021-02-01 12:23:18'),
(123453,45315,'action created','2021-02-01 17:23:18','2021-02-01 12:23:18'),
(123454,45315,'action started via WP Cron','2021-02-01 17:25:17','2021-02-01 12:25:17'),
(123455,45315,'action complete via WP Cron','2021-02-01 17:25:17','2021-02-01 12:25:17'),
(123456,45316,'action created','2021-02-01 17:25:17','2021-02-01 12:25:17'),
(123457,45316,'action started via WP Cron','2021-02-01 17:26:31','2021-02-01 12:26:31'),
(123458,45316,'action complete via WP Cron','2021-02-01 17:26:31','2021-02-01 12:26:31'),
(123459,45317,'action created','2021-02-01 17:26:31','2021-02-01 12:26:31'),
(123460,45317,'action started via WP Cron','2021-02-01 17:28:36','2021-02-01 12:28:36'),
(123461,45317,'action complete via WP Cron','2021-02-01 17:28:36','2021-02-01 12:28:36'),
(123462,45318,'action created','2021-02-01 17:28:36','2021-02-01 12:28:36'),
(123463,45318,'action started via WP Cron','2021-02-01 17:29:32','2021-02-01 12:29:32'),
(123464,45318,'action complete via WP Cron','2021-02-01 17:29:32','2021-02-01 12:29:32'),
(123465,45319,'action created','2021-02-01 17:29:32','2021-02-01 12:29:32'),
(123466,45319,'action started via WP Cron','2021-02-01 17:30:28','2021-02-01 12:30:28'),
(123467,45319,'action complete via WP Cron','2021-02-01 17:30:28','2021-02-01 12:30:28'),
(123468,45320,'action created','2021-02-01 17:30:28','2021-02-01 12:30:28'),
(123469,45320,'action started via WP Cron','2021-02-01 17:32:26','2021-02-01 12:32:26'),
(123470,45320,'action complete via WP Cron','2021-02-01 17:32:26','2021-02-01 12:32:26'),
(123471,45321,'action created','2021-02-01 17:32:26','2021-02-01 12:32:26'),
(123472,45321,'action started via WP Cron','2021-02-01 17:34:57','2021-02-01 12:34:57'),
(123473,45321,'action complete via WP Cron','2021-02-01 17:34:57','2021-02-01 12:34:57'),
(123474,45322,'action created','2021-02-01 17:34:57','2021-02-01 12:34:57'),
(123475,45322,'action started via WP Cron','2021-02-01 17:35:19','2021-02-01 12:35:19'),
(123476,45322,'action complete via WP Cron','2021-02-01 17:35:19','2021-02-01 12:35:19'),
(123477,45323,'action created','2021-02-01 17:35:19','2021-02-01 12:35:19'),
(123478,45323,'action started via WP Cron','2021-02-01 17:36:14','2021-02-01 12:36:14'),
(123479,45323,'action complete via WP Cron','2021-02-01 17:36:14','2021-02-01 12:36:14'),
(123480,45324,'action created','2021-02-01 17:36:14','2021-02-01 12:36:14'),
(123481,45324,'action started via WP Cron','2021-02-01 17:37:19','2021-02-01 12:37:19'),
(123482,45324,'action complete via WP Cron','2021-02-01 17:37:19','2021-02-01 12:37:19'),
(123483,45325,'action created','2021-02-01 17:37:19','2021-02-01 12:37:19'),
(123484,45325,'action started via WP Cron','2021-02-01 17:38:38','2021-02-01 12:38:38'),
(123485,45325,'action complete via WP Cron','2021-02-01 17:38:38','2021-02-01 12:38:38'),
(123486,45326,'action created','2021-02-01 17:38:39','2021-02-01 12:38:39'),
(123487,45326,'action started via WP Cron','2021-02-01 17:40:37','2021-02-01 12:40:37'),
(123488,45326,'action complete via WP Cron','2021-02-01 17:40:37','2021-02-01 12:40:37'),
(123489,45327,'action created','2021-02-01 17:40:37','2021-02-01 12:40:37'),
(123490,45327,'action started via WP Cron','2021-02-01 17:42:50','2021-02-01 12:42:50'),
(123491,45327,'action complete via WP Cron','2021-02-01 17:42:50','2021-02-01 12:42:50'),
(123492,45328,'action created','2021-02-01 17:42:50','2021-02-01 12:42:50'),
(123493,45328,'action started via WP Cron','2021-02-01 17:43:21','2021-02-01 12:43:21'),
(123494,45328,'action complete via WP Cron','2021-02-01 17:43:21','2021-02-01 12:43:21'),
(123495,45329,'action created','2021-02-01 17:43:21','2021-02-01 12:43:21'),
(123496,45329,'action started via WP Cron','2021-02-01 17:44:18','2021-02-01 12:44:18'),
(123497,45329,'action complete via WP Cron','2021-02-01 17:44:18','2021-02-01 12:44:18'),
(123498,45330,'action created','2021-02-01 17:44:18','2021-02-01 12:44:18'),
(123499,45330,'action started via WP Cron','2021-02-01 17:46:58','2021-02-01 12:46:58'),
(123500,45330,'action complete via WP Cron','2021-02-01 17:46:58','2021-02-01 12:46:58'),
(123501,45331,'action created','2021-02-01 17:46:58','2021-02-01 12:46:58'),
(123502,45331,'action started via WP Cron','2021-02-01 17:47:25','2021-02-01 12:47:25'),
(123503,45331,'action complete via WP Cron','2021-02-01 17:47:25','2021-02-01 12:47:25'),
(123504,45332,'action created','2021-02-01 17:47:25','2021-02-01 12:47:25'),
(123505,45332,'action started via WP Cron','2021-02-01 17:48:15','2021-02-01 12:48:15'),
(123506,45332,'action complete via WP Cron','2021-02-01 17:48:15','2021-02-01 12:48:15'),
(123507,45333,'action created','2021-02-01 17:48:15','2021-02-01 12:48:15'),
(123508,45333,'action started via WP Cron','2021-02-01 17:50:07','2021-02-01 12:50:07'),
(123509,45333,'action complete via WP Cron','2021-02-01 17:50:07','2021-02-01 12:50:07'),
(123510,45334,'action created','2021-02-01 17:50:07','2021-02-01 12:50:07'),
(123511,45334,'action started via WP Cron','2021-02-01 17:50:18','2021-02-01 12:50:18'),
(123512,45334,'action complete via WP Cron','2021-02-01 17:50:18','2021-02-01 12:50:18'),
(123513,45335,'action created','2021-02-01 17:50:18','2021-02-01 12:50:18'),
(123514,45335,'action started via WP Cron','2021-02-01 17:51:55','2021-02-01 12:51:55'),
(123515,45335,'action complete via WP Cron','2021-02-01 17:51:55','2021-02-01 12:51:55'),
(123516,45336,'action created','2021-02-01 17:51:55','2021-02-01 12:51:55'),
(123517,45336,'action started via WP Cron','2021-02-01 17:52:26','2021-02-01 12:52:26'),
(123518,45336,'action complete via WP Cron','2021-02-01 17:52:26','2021-02-01 12:52:26'),
(123519,45337,'action created','2021-02-01 17:52:26','2021-02-01 12:52:26'),
(123520,45337,'action started via WP Cron','2021-02-01 17:53:34','2021-02-01 12:53:34'),
(123521,45337,'action complete via WP Cron','2021-02-01 17:53:34','2021-02-01 12:53:34'),
(123522,45338,'action created','2021-02-01 17:53:34','2021-02-01 12:53:34'),
(123523,45338,'action started via WP Cron','2021-02-01 17:54:15','2021-02-01 12:54:15'),
(123524,45338,'action complete via WP Cron','2021-02-01 17:54:15','2021-02-01 12:54:15'),
(123525,45339,'action created','2021-02-01 17:54:15','2021-02-01 12:54:15'),
(123526,45339,'action started via WP Cron','2021-02-01 17:55:24','2021-02-01 12:55:24'),
(123527,45339,'action complete via WP Cron','2021-02-01 17:55:24','2021-02-01 12:55:24'),
(123528,45340,'action created','2021-02-01 17:55:24','2021-02-01 12:55:24'),
(123529,45340,'action started via WP Cron','2021-02-01 17:56:51','2021-02-01 12:56:51'),
(123530,45340,'action complete via WP Cron','2021-02-01 17:56:51','2021-02-01 12:56:51'),
(123531,45341,'action created','2021-02-01 17:56:51','2021-02-01 12:56:51'),
(123532,45341,'action started via WP Cron','2021-02-01 17:57:40','2021-02-01 12:57:40'),
(123533,45341,'action complete via WP Cron','2021-02-01 17:57:40','2021-02-01 12:57:40'),
(123534,45342,'action created','2021-02-01 17:57:40','2021-02-01 12:57:40'),
(123535,45342,'action started via WP Cron','2021-02-01 17:58:33','2021-02-01 12:58:33'),
(123536,45342,'action complete via WP Cron','2021-02-01 17:58:33','2021-02-01 12:58:33'),
(123537,45343,'action created','2021-02-01 17:58:33','2021-02-01 12:58:33'),
(123538,45343,'action started via WP Cron','2021-02-01 17:59:17','2021-02-01 12:59:17'),
(123539,45343,'action complete via WP Cron','2021-02-01 17:59:17','2021-02-01 12:59:17'),
(123540,45344,'action created','2021-02-01 17:59:17','2021-02-01 12:59:17'),
(123541,45344,'action started via WP Cron','2021-02-01 18:00:17','2021-02-01 13:00:17'),
(123542,45344,'action complete via WP Cron','2021-02-01 18:00:18','2021-02-01 13:00:18'),
(123543,45345,'action created','2021-02-01 18:00:18','2021-02-01 13:00:18'),
(123544,45345,'action started via WP Cron','2021-02-01 18:01:32','2021-02-01 13:01:32'),
(123545,45345,'action complete via WP Cron','2021-02-01 18:01:32','2021-02-01 13:01:32'),
(123546,45346,'action created','2021-02-01 18:01:32','2021-02-01 13:01:32'),
(123547,45346,'action started via WP Cron','2021-02-01 18:02:24','2021-02-01 13:02:24'),
(123548,45346,'action complete via WP Cron','2021-02-01 18:02:24','2021-02-01 13:02:24'),
(123549,45347,'action created','2021-02-01 18:02:24','2021-02-01 13:02:24'),
(123550,45347,'action started via WP Cron','2021-02-01 18:03:54','2021-02-01 13:03:54'),
(123551,45347,'action complete via WP Cron','2021-02-01 18:03:54','2021-02-01 13:03:54'),
(123552,45348,'action created','2021-02-01 18:03:55','2021-02-01 13:03:55'),
(123553,45348,'action started via WP Cron','2021-02-01 18:04:52','2021-02-01 13:04:52'),
(123554,45348,'action complete via WP Cron','2021-02-01 18:04:52','2021-02-01 13:04:52'),
(123555,45349,'action created','2021-02-01 18:04:52','2021-02-01 13:04:52'),
(123556,45349,'action started via WP Cron','2021-02-01 18:05:49','2021-02-01 13:05:49'),
(123557,45349,'action complete via WP Cron','2021-02-01 18:05:49','2021-02-01 13:05:49'),
(123558,45350,'action created','2021-02-01 18:05:49','2021-02-01 13:05:49'),
(123559,45350,'action started via WP Cron','2021-02-01 18:06:33','2021-02-01 13:06:33'),
(123560,45350,'action complete via WP Cron','2021-02-01 18:06:33','2021-02-01 13:06:33'),
(123561,45351,'action created','2021-02-01 18:06:33','2021-02-01 13:06:33'),
(123562,45351,'action started via WP Cron','2021-02-01 18:07:23','2021-02-01 13:07:23'),
(123563,45351,'action complete via WP Cron','2021-02-01 18:07:23','2021-02-01 13:07:23'),
(123564,45352,'action created','2021-02-01 18:07:23','2021-02-01 13:07:23'),
(123565,45352,'action started via WP Cron','2021-02-01 18:08:50','2021-02-01 13:08:50'),
(123566,45352,'action complete via WP Cron','2021-02-01 18:08:50','2021-02-01 13:08:50'),
(123567,45353,'action created','2021-02-01 18:08:50','2021-02-01 13:08:50'),
(123568,45353,'action started via WP Cron','2021-02-01 18:09:35','2021-02-01 13:09:35'),
(123569,45353,'action complete via WP Cron','2021-02-01 18:09:35','2021-02-01 13:09:35'),
(123570,45354,'action created','2021-02-01 18:09:35','2021-02-01 13:09:35'),
(123571,45354,'action started via WP Cron','2021-02-01 18:10:33','2021-02-01 13:10:33'),
(123572,45354,'action complete via WP Cron','2021-02-01 18:10:33','2021-02-01 13:10:33'),
(123573,45355,'action created','2021-02-01 18:10:33','2021-02-01 13:10:33'),
(123574,45355,'action started via WP Cron','2021-02-01 18:11:29','2021-02-01 13:11:29'),
(123575,45355,'action complete via WP Cron','2021-02-01 18:11:29','2021-02-01 13:11:29'),
(123576,45356,'action created','2021-02-01 18:11:29','2021-02-01 13:11:29'),
(123577,45356,'action started via WP Cron','2021-02-01 18:12:42','2021-02-01 13:12:42'),
(123578,45356,'action complete via WP Cron','2021-02-01 18:12:42','2021-02-01 13:12:42'),
(123579,45357,'action created','2021-02-01 18:12:43','2021-02-01 13:12:43'),
(123580,45357,'action started via WP Cron','2021-02-01 18:14:12','2021-02-01 13:14:12'),
(123581,45357,'action complete via WP Cron','2021-02-01 18:14:12','2021-02-01 13:14:12'),
(123582,45358,'action created','2021-02-01 18:14:12','2021-02-01 13:14:12'),
(123583,45358,'action started via WP Cron','2021-02-01 18:15:26','2021-02-01 13:15:26'),
(123584,45358,'action complete via WP Cron','2021-02-01 18:15:26','2021-02-01 13:15:26'),
(123585,45359,'action created','2021-02-01 18:15:27','2021-02-01 13:15:27'),
(123586,45359,'action started via WP Cron','2021-02-01 18:16:16','2021-02-01 13:16:16'),
(123587,45359,'action complete via WP Cron','2021-02-01 18:16:16','2021-02-01 13:16:16'),
(123588,45360,'action created','2021-02-01 18:16:16','2021-02-01 13:16:16'),
(123589,45360,'action started via WP Cron','2021-02-01 18:19:04','2021-02-01 13:19:04'),
(123590,45360,'action complete via WP Cron','2021-02-01 18:19:04','2021-02-01 13:19:04'),
(123591,45361,'action created','2021-02-01 18:19:04','2021-02-01 13:19:04'),
(123592,45361,'action started via WP Cron','2021-02-01 18:20:20','2021-02-01 13:20:20'),
(123593,45361,'action complete via WP Cron','2021-02-01 18:20:20','2021-02-01 13:20:20'),
(123594,45362,'action created','2021-02-01 18:20:20','2021-02-01 13:20:20'),
(123595,45362,'action started via WP Cron','2021-02-01 18:21:56','2021-02-01 13:21:56'),
(123596,45362,'action complete via WP Cron','2021-02-01 18:21:56','2021-02-01 13:21:56'),
(123597,45363,'action created','2021-02-01 18:21:56','2021-02-01 13:21:56'),
(123598,45363,'action started via WP Cron','2021-02-01 18:22:30','2021-02-01 13:22:30'),
(123599,45363,'action complete via WP Cron','2021-02-01 18:22:30','2021-02-01 13:22:30'),
(123600,45364,'action created','2021-02-01 18:22:30','2021-02-01 13:22:30'),
(123601,45364,'action started via WP Cron','2021-02-01 18:23:57','2021-02-01 13:23:57'),
(123602,45364,'action complete via WP Cron','2021-02-01 18:23:57','2021-02-01 13:23:57'),
(123603,45365,'action created','2021-02-01 18:23:57','2021-02-01 13:23:57'),
(123604,45365,'action started via WP Cron','2021-02-01 18:24:21','2021-02-01 13:24:21'),
(123605,45365,'action complete via WP Cron','2021-02-01 18:24:21','2021-02-01 13:24:21'),
(123606,45366,'action created','2021-02-01 18:24:21','2021-02-01 13:24:21'),
(123607,45366,'action started via WP Cron','2021-02-01 18:25:12','2021-02-01 13:25:12'),
(123608,45366,'action complete via WP Cron','2021-02-01 18:25:12','2021-02-01 13:25:12'),
(123609,45367,'action created','2021-02-01 18:25:12','2021-02-01 13:25:12'),
(123610,45367,'action started via WP Cron','2021-02-01 18:27:03','2021-02-01 13:27:03'),
(123611,45367,'action complete via WP Cron','2021-02-01 18:27:03','2021-02-01 13:27:03'),
(123612,45368,'action created','2021-02-01 18:27:03','2021-02-01 13:27:03'),
(123613,45368,'action started via WP Cron','2021-02-01 18:28:43','2021-02-01 13:28:43'),
(123614,45368,'action complete via WP Cron','2021-02-01 18:28:43','2021-02-01 13:28:43'),
(123615,45369,'action created','2021-02-01 18:28:44','2021-02-01 13:28:44'),
(123616,45369,'action started via WP Cron','2021-02-01 18:29:28','2021-02-01 13:29:28'),
(123617,45369,'action complete via WP Cron','2021-02-01 18:29:28','2021-02-01 13:29:28'),
(123618,45370,'action created','2021-02-01 18:29:28','2021-02-01 13:29:28'),
(123619,45370,'action started via WP Cron','2021-02-01 18:31:17','2021-02-01 13:31:17'),
(123620,45370,'action complete via WP Cron','2021-02-01 18:31:17','2021-02-01 13:31:17'),
(123621,45371,'action created','2021-02-01 18:31:17','2021-02-01 13:31:17'),
(123622,45371,'action started via WP Cron','2021-02-01 18:33:16','2021-02-01 13:33:16'),
(123623,45371,'action complete via WP Cron','2021-02-01 18:33:16','2021-02-01 13:33:16'),
(123624,45372,'action created','2021-02-01 18:33:16','2021-02-01 13:33:16'),
(123625,45372,'action started via WP Cron','2021-02-01 18:34:24','2021-02-01 13:34:24'),
(123626,45372,'action complete via WP Cron','2021-02-01 18:34:24','2021-02-01 13:34:24'),
(123627,45373,'action created','2021-02-01 18:34:24','2021-02-01 13:34:24'),
(123628,45373,'action started via Async Request','2021-02-01 18:34:37','2021-02-01 13:34:37'),
(123629,45373,'action complete via Async Request','2021-02-01 18:34:37','2021-02-01 13:34:37'),
(123630,45374,'action created','2021-02-01 18:36:58','2021-02-01 13:36:58'),
(123631,45374,'action started via WP Cron','2021-02-01 18:38:36','2021-02-01 13:38:36'),
(123632,45374,'action complete via WP Cron','2021-02-01 18:38:36','2021-02-01 13:38:36'),
(123633,45375,'action created','2021-02-01 18:38:36','2021-02-01 13:38:36'),
(123634,45375,'action started via WP Cron','2021-02-01 18:40:04','2021-02-01 13:40:04'),
(123635,45375,'action complete via WP Cron','2021-02-01 18:40:04','2021-02-01 13:40:04'),
(123636,45376,'action created','2021-02-01 18:40:04','2021-02-01 13:40:04'),
(123637,45376,'action started via WP Cron','2021-02-01 18:41:05','2021-02-01 13:41:05'),
(123638,45376,'action complete via WP Cron','2021-02-01 18:41:05','2021-02-01 13:41:05'),
(123639,45377,'action created','2021-02-01 18:41:05','2021-02-01 13:41:05'),
(123640,45377,'action started via WP Cron','2021-02-01 18:41:20','2021-02-01 13:41:20'),
(123641,45377,'action complete via WP Cron','2021-02-01 18:41:20','2021-02-01 13:41:20'),
(123642,45378,'action created','2021-02-01 18:41:20','2021-02-01 13:41:20'),
(123643,45378,'action started via WP Cron','2021-02-01 18:42:12','2021-02-01 13:42:12'),
(123644,45378,'action complete via WP Cron','2021-02-01 18:42:12','2021-02-01 13:42:12'),
(123645,45379,'action created','2021-02-01 18:42:12','2021-02-01 13:42:12'),
(123646,45379,'action started via WP Cron','2021-02-01 18:43:16','2021-02-01 13:43:16'),
(123647,45379,'action complete via WP Cron','2021-02-01 18:43:16','2021-02-01 13:43:16'),
(123648,45380,'action created','2021-02-01 18:43:16','2021-02-01 13:43:16'),
(123649,45380,'action started via WP Cron','2021-02-01 18:44:35','2021-02-01 13:44:35'),
(123650,45380,'action complete via WP Cron','2021-02-01 18:44:35','2021-02-01 13:44:35'),
(123651,45381,'action created','2021-02-01 18:44:35','2021-02-01 13:44:35'),
(123652,45381,'action started via WP Cron','2021-02-01 18:45:29','2021-02-01 13:45:29'),
(123653,45381,'action complete via WP Cron','2021-02-01 18:45:29','2021-02-01 13:45:29'),
(123654,45382,'action created','2021-02-01 18:45:29','2021-02-01 13:45:29'),
(123655,45382,'action started via WP Cron','2021-02-01 18:46:31','2021-02-01 13:46:31'),
(123656,45382,'action complete via WP Cron','2021-02-01 18:46:31','2021-02-01 13:46:31'),
(123657,45383,'action created','2021-02-01 18:46:31','2021-02-01 13:46:31'),
(123658,45383,'action started via WP Cron','2021-02-01 18:48:11','2021-02-01 13:48:11'),
(123659,45383,'action complete via WP Cron','2021-02-01 18:48:11','2021-02-01 13:48:11'),
(123660,45384,'action created','2021-02-01 18:48:11','2021-02-01 13:48:11'),
(123661,45384,'action started via WP Cron','2021-02-01 18:49:36','2021-02-01 13:49:36'),
(123662,45384,'action complete via WP Cron','2021-02-01 18:49:36','2021-02-01 13:49:36'),
(123663,45385,'action created','2021-02-01 18:49:36','2021-02-01 13:49:36'),
(123664,45385,'action started via WP Cron','2021-02-01 18:50:34','2021-02-01 13:50:34'),
(123665,45385,'action complete via WP Cron','2021-02-01 18:50:34','2021-02-01 13:50:34'),
(123666,45386,'action created','2021-02-01 18:50:34','2021-02-01 13:50:34'),
(123667,45386,'action started via WP Cron','2021-02-01 18:51:28','2021-02-01 13:51:28'),
(123668,45386,'action complete via WP Cron','2021-02-01 18:51:28','2021-02-01 13:51:28'),
(123669,45387,'action created','2021-02-01 18:51:28','2021-02-01 13:51:28'),
(123670,45387,'action started via WP Cron','2021-02-01 18:52:53','2021-02-01 13:52:53'),
(123671,45387,'action complete via WP Cron','2021-02-01 18:52:53','2021-02-01 13:52:53'),
(123672,45388,'action created','2021-02-01 18:52:53','2021-02-01 13:52:53'),
(123673,45388,'action started via WP Cron','2021-02-01 18:56:22','2021-02-01 13:56:22'),
(123674,45388,'action complete via WP Cron','2021-02-01 18:56:22','2021-02-01 13:56:22'),
(123675,45389,'action created','2021-02-01 18:56:22','2021-02-01 13:56:22'),
(123676,45389,'action started via WP Cron','2021-02-01 18:58:46','2021-02-01 13:58:46'),
(123677,45389,'action complete via WP Cron','2021-02-01 18:58:46','2021-02-01 13:58:46'),
(123678,45390,'action created','2021-02-01 18:58:46','2021-02-01 13:58:46'),
(123679,45390,'action started via WP Cron','2021-02-01 18:59:38','2021-02-01 13:59:38'),
(123680,45390,'action complete via WP Cron','2021-02-01 18:59:38','2021-02-01 13:59:38'),
(123681,45391,'action created','2021-02-01 18:59:38','2021-02-01 13:59:38'),
(123682,45391,'action started via WP Cron','2021-02-01 19:00:14','2021-02-01 14:00:14'),
(123683,45391,'action complete via WP Cron','2021-02-01 19:00:14','2021-02-01 14:00:14'),
(123684,45392,'action created','2021-02-01 19:00:14','2021-02-01 14:00:14'),
(123685,45392,'action started via WP Cron','2021-02-01 19:01:24','2021-02-01 14:01:24'),
(123686,45392,'action complete via WP Cron','2021-02-01 19:01:24','2021-02-01 14:01:24'),
(123687,45393,'action created','2021-02-01 19:01:24','2021-02-01 14:01:24'),
(123688,45393,'action started via WP Cron','2021-02-01 19:02:26','2021-02-01 14:02:26'),
(123689,45393,'action complete via WP Cron','2021-02-01 19:02:26','2021-02-01 14:02:26'),
(123690,45394,'action created','2021-02-01 19:02:26','2021-02-01 14:02:26'),
(123691,45394,'action started via WP Cron','2021-02-01 19:04:09','2021-02-01 14:04:09'),
(123692,45394,'action complete via WP Cron','2021-02-01 19:04:09','2021-02-01 14:04:09'),
(123693,45395,'action created','2021-02-01 19:04:09','2021-02-01 14:04:09'),
(123694,45395,'action started via WP Cron','2021-02-01 19:05:27','2021-02-01 14:05:27'),
(123695,45395,'action complete via WP Cron','2021-02-01 19:05:27','2021-02-01 14:05:27'),
(123696,45396,'action created','2021-02-01 19:05:27','2021-02-01 14:05:27'),
(123697,45396,'action started via WP Cron','2021-02-01 19:06:57','2021-02-01 14:06:57'),
(123698,45396,'action complete via WP Cron','2021-02-01 19:06:57','2021-02-01 14:06:57'),
(123699,45397,'action created','2021-02-01 19:06:57','2021-02-01 14:06:57'),
(123700,45397,'action started via WP Cron','2021-02-01 19:07:44','2021-02-01 14:07:44'),
(123701,45397,'action complete via WP Cron','2021-02-01 19:07:44','2021-02-01 14:07:44'),
(123702,45398,'action created','2021-02-01 19:07:45','2021-02-01 14:07:45'),
(123703,45398,'action started via WP Cron','2021-02-01 19:09:39','2021-02-01 14:09:39'),
(123704,45398,'action complete via WP Cron','2021-02-01 19:09:39','2021-02-01 14:09:39'),
(123705,45399,'action created','2021-02-01 19:09:40','2021-02-01 14:09:40'),
(123706,45399,'action started via WP Cron','2021-02-01 19:10:19','2021-02-01 14:10:19'),
(123707,45399,'action complete via WP Cron','2021-02-01 19:10:19','2021-02-01 14:10:19'),
(123708,45400,'action created','2021-02-01 19:10:19','2021-02-01 14:10:19'),
(123709,45400,'action started via WP Cron','2021-02-01 19:12:31','2021-02-01 14:12:31'),
(123710,45400,'action complete via WP Cron','2021-02-01 19:12:31','2021-02-01 14:12:31'),
(123711,45401,'action created','2021-02-01 19:12:32','2021-02-01 14:12:32'),
(123712,45401,'action started via WP Cron','2021-02-01 19:16:19','2021-02-01 14:16:19'),
(123713,45401,'action complete via WP Cron','2021-02-01 19:16:19','2021-02-01 14:16:19'),
(123714,45402,'action created','2021-02-01 19:16:19','2021-02-01 14:16:19'),
(123715,45402,'action started via WP Cron','2021-02-01 19:17:23','2021-02-01 14:17:23'),
(123716,45402,'action complete via WP Cron','2021-02-01 19:17:23','2021-02-01 14:17:23'),
(123717,45403,'action created','2021-02-01 19:17:23','2021-02-01 14:17:23'),
(123718,45403,'action started via WP Cron','2021-02-01 19:20:40','2021-02-01 14:20:40'),
(123719,45403,'action complete via WP Cron','2021-02-01 19:20:40','2021-02-01 14:20:40'),
(123720,45404,'action created','2021-02-01 19:20:40','2021-02-01 14:20:40'),
(123721,45404,'action started via WP Cron','2021-02-01 19:23:00','2021-02-01 14:23:00'),
(123722,45404,'action complete via WP Cron','2021-02-01 19:23:00','2021-02-01 14:23:00'),
(123723,45405,'action created','2021-02-01 19:23:00','2021-02-01 14:23:00'),
(123724,45405,'action started via WP Cron','2021-02-01 19:25:53','2021-02-01 14:25:53'),
(123725,45405,'action complete via WP Cron','2021-02-01 19:25:53','2021-02-01 14:25:53'),
(123726,45406,'action created','2021-02-01 19:25:53','2021-02-01 14:25:53'),
(123727,45406,'action started via WP Cron','2021-02-01 19:28:14','2021-02-01 14:28:14'),
(123728,45406,'action complete via WP Cron','2021-02-01 19:28:14','2021-02-01 14:28:14'),
(123729,45407,'action created','2021-02-01 19:28:14','2021-02-01 14:28:14'),
(123730,45407,'action started via WP Cron','2021-02-01 19:30:33','2021-02-01 14:30:33'),
(123731,45407,'action complete via WP Cron','2021-02-01 19:30:33','2021-02-01 14:30:33'),
(123732,45408,'action created','2021-02-01 19:30:33','2021-02-01 14:30:33'),
(123733,45408,'action started via WP Cron','2021-02-01 19:31:30','2021-02-01 14:31:30'),
(123734,45408,'action complete via WP Cron','2021-02-01 19:31:30','2021-02-01 14:31:30'),
(123735,45409,'action created','2021-02-01 19:31:30','2021-02-01 14:31:30'),
(123736,45409,'action started via WP Cron','2021-02-01 19:32:14','2021-02-01 14:32:14'),
(123737,45409,'action complete via WP Cron','2021-02-01 19:32:14','2021-02-01 14:32:14'),
(123738,45410,'action created','2021-02-01 19:32:14','2021-02-01 14:32:14'),
(123739,45410,'action started via WP Cron','2021-02-01 19:34:30','2021-02-01 14:34:30'),
(123740,45410,'action complete via WP Cron','2021-02-01 19:34:30','2021-02-01 14:34:30'),
(123741,45411,'action created','2021-02-01 19:34:30','2021-02-01 14:34:30'),
(123742,45411,'action started via WP Cron','2021-02-01 19:35:41','2021-02-01 14:35:41'),
(123743,45411,'action complete via WP Cron','2021-02-01 19:35:41','2021-02-01 14:35:41'),
(123744,45412,'action created','2021-02-01 19:35:41','2021-02-01 14:35:41'),
(123745,45412,'action started via WP Cron','2021-02-01 19:37:45','2021-02-01 14:37:45'),
(123746,45412,'action complete via WP Cron','2021-02-01 19:37:45','2021-02-01 14:37:45'),
(123747,45413,'action created','2021-02-01 19:37:45','2021-02-01 14:37:45'),
(123748,45413,'action started via WP Cron','2021-02-01 19:38:12','2021-02-01 14:38:12'),
(123749,45413,'action complete via WP Cron','2021-02-01 19:38:12','2021-02-01 14:38:12'),
(123750,45414,'action created','2021-02-01 19:38:12','2021-02-01 14:38:12'),
(123751,45414,'action started via WP Cron','2021-02-01 19:39:51','2021-02-01 14:39:51'),
(123752,45414,'action complete via WP Cron','2021-02-01 19:39:51','2021-02-01 14:39:51'),
(123753,45415,'action created','2021-02-01 19:39:51','2021-02-01 14:39:51'),
(123754,45415,'action started via WP Cron','2021-02-01 19:40:46','2021-02-01 14:40:46'),
(123755,45415,'action complete via WP Cron','2021-02-01 19:40:46','2021-02-01 14:40:46'),
(123756,45416,'action created','2021-02-01 19:40:46','2021-02-01 14:40:46'),
(123757,45416,'action started via WP Cron','2021-02-01 19:41:41','2021-02-01 14:41:41'),
(123758,45416,'action complete via WP Cron','2021-02-01 19:41:41','2021-02-01 14:41:41'),
(123759,45417,'action created','2021-02-01 19:41:41','2021-02-01 14:41:41'),
(123760,45417,'action started via WP Cron','2021-02-01 19:45:37','2021-02-01 14:45:37'),
(123761,45417,'action complete via WP Cron','2021-02-01 19:45:37','2021-02-01 14:45:37'),
(123762,45418,'action created','2021-02-01 19:45:37','2021-02-01 14:45:37'),
(123763,45418,'action started via WP Cron','2021-02-01 19:46:35','2021-02-01 14:46:35'),
(123764,45418,'action complete via WP Cron','2021-02-01 19:46:35','2021-02-01 14:46:35'),
(123765,45419,'action created','2021-02-01 19:46:35','2021-02-01 14:46:35'),
(123766,45419,'action started via WP Cron','2021-02-01 19:48:13','2021-02-01 14:48:13'),
(123767,45419,'action complete via WP Cron','2021-02-01 19:48:13','2021-02-01 14:48:13'),
(123768,45420,'action created','2021-02-01 19:48:13','2021-02-01 14:48:13'),
(123769,45420,'action started via WP Cron','2021-02-01 19:49:57','2021-02-01 14:49:57'),
(123770,45420,'action complete via WP Cron','2021-02-01 19:49:57','2021-02-01 14:49:57'),
(123771,45421,'action created','2021-02-01 19:49:57','2021-02-01 14:49:57'),
(123772,45421,'action started via WP Cron','2021-02-01 19:53:52','2021-02-01 14:53:52'),
(123773,45421,'action complete via WP Cron','2021-02-01 19:53:52','2021-02-01 14:53:52'),
(123774,45422,'action created','2021-02-01 19:53:53','2021-02-01 14:53:53'),
(123775,45422,'action started via WP Cron','2021-02-01 19:54:32','2021-02-01 14:54:32'),
(123776,45422,'action complete via WP Cron','2021-02-01 19:54:32','2021-02-01 14:54:32'),
(123777,45423,'action created','2021-02-01 19:54:32','2021-02-01 14:54:32'),
(123778,45423,'action started via WP Cron','2021-02-01 19:55:44','2021-02-01 14:55:44'),
(123779,45423,'action complete via WP Cron','2021-02-01 19:55:44','2021-02-01 14:55:44'),
(123780,45424,'action created','2021-02-01 19:55:44','2021-02-01 14:55:44'),
(123781,45424,'action started via WP Cron','2021-02-01 19:56:22','2021-02-01 14:56:22'),
(123782,45424,'action complete via WP Cron','2021-02-01 19:56:22','2021-02-01 14:56:22'),
(123783,45425,'action created','2021-02-01 19:56:22','2021-02-01 14:56:22'),
(123784,45425,'action started via WP Cron','2021-02-01 19:58:42','2021-02-01 14:58:42'),
(123785,45425,'action complete via WP Cron','2021-02-01 19:58:42','2021-02-01 14:58:42'),
(123786,45426,'action created','2021-02-01 19:58:42','2021-02-01 14:58:42'),
(123787,45426,'action started via WP Cron','2021-02-01 19:59:43','2021-02-01 14:59:43'),
(123788,45426,'action complete via WP Cron','2021-02-01 19:59:43','2021-02-01 14:59:43'),
(123789,45427,'action created','2021-02-01 19:59:43','2021-02-01 14:59:43'),
(123790,45427,'action started via WP Cron','2021-02-01 20:00:20','2021-02-01 15:00:20'),
(123791,45427,'action complete via WP Cron','2021-02-01 20:00:20','2021-02-01 15:00:20'),
(123792,45428,'action created','2021-02-01 20:00:20','2021-02-01 15:00:20'),
(123793,45428,'action started via WP Cron','2021-02-01 20:01:26','2021-02-01 15:01:26'),
(123794,45428,'action complete via WP Cron','2021-02-01 20:01:26','2021-02-01 15:01:26'),
(123795,45429,'action created','2021-02-01 20:01:26','2021-02-01 15:01:26'),
(123796,45429,'action started via WP Cron','2021-02-01 20:02:26','2021-02-01 15:02:26'),
(123797,45429,'action complete via WP Cron','2021-02-01 20:02:26','2021-02-01 15:02:26'),
(123798,45430,'action created','2021-02-01 20:02:26','2021-02-01 15:02:26'),
(123799,45430,'action started via WP Cron','2021-02-01 20:05:10','2021-02-01 15:05:10'),
(123800,45430,'action complete via WP Cron','2021-02-01 20:05:11','2021-02-01 15:05:11'),
(123801,45431,'action created','2021-02-01 20:05:11','2021-02-01 15:05:11'),
(123802,45431,'action started via WP Cron','2021-02-01 20:07:03','2021-02-01 15:07:03'),
(123803,45431,'action complete via WP Cron','2021-02-01 20:07:03','2021-02-01 15:07:03'),
(123804,45432,'action created','2021-02-01 20:07:03','2021-02-01 15:07:03'),
(123805,45432,'action started via WP Cron','2021-02-01 20:07:50','2021-02-01 15:07:50'),
(123806,45432,'action complete via WP Cron','2021-02-01 20:07:50','2021-02-01 15:07:50'),
(123807,45433,'action created','2021-02-01 20:07:50','2021-02-01 15:07:50'),
(123808,45433,'action started via WP Cron','2021-02-01 20:08:11','2021-02-01 15:08:11'),
(123809,45433,'action complete via WP Cron','2021-02-01 20:08:11','2021-02-01 15:08:11'),
(123810,45434,'action created','2021-02-01 20:08:11','2021-02-01 15:08:11'),
(123811,45434,'action started via WP Cron','2021-02-01 20:09:46','2021-02-01 15:09:46'),
(123812,45434,'action complete via WP Cron','2021-02-01 20:09:46','2021-02-01 15:09:46'),
(123813,45435,'action created','2021-02-01 20:09:46','2021-02-01 15:09:46'),
(123814,45435,'action started via WP Cron','2021-02-01 20:11:13','2021-02-01 15:11:13'),
(123815,45435,'action complete via WP Cron','2021-02-01 20:11:13','2021-02-01 15:11:13'),
(123816,45436,'action created','2021-02-01 20:11:13','2021-02-01 15:11:13'),
(123817,45436,'action started via WP Cron','2021-02-01 20:12:30','2021-02-01 15:12:30'),
(123818,45436,'action complete via WP Cron','2021-02-01 20:12:30','2021-02-01 15:12:30'),
(123819,45437,'action created','2021-02-01 20:12:30','2021-02-01 15:12:30'),
(123820,45437,'action started via WP Cron','2021-02-01 20:13:55','2021-02-01 15:13:55'),
(123821,45437,'action complete via WP Cron','2021-02-01 20:13:55','2021-02-01 15:13:55'),
(123822,45438,'action created','2021-02-01 20:13:55','2021-02-01 15:13:55'),
(123823,45438,'action started via WP Cron','2021-02-01 20:15:08','2021-02-01 15:15:08'),
(123824,45438,'action complete via WP Cron','2021-02-01 20:15:08','2021-02-01 15:15:08'),
(123825,45439,'action created','2021-02-01 20:15:08','2021-02-01 15:15:08'),
(123826,45439,'action started via WP Cron','2021-02-01 20:15:24','2021-02-01 15:15:24'),
(123827,45439,'action complete via WP Cron','2021-02-01 20:15:24','2021-02-01 15:15:24'),
(123828,45440,'action created','2021-02-01 20:15:24','2021-02-01 15:15:24'),
(123829,45440,'action started via WP Cron','2021-02-01 20:20:49','2021-02-01 15:20:49'),
(123830,45440,'action complete via WP Cron','2021-02-01 20:20:49','2021-02-01 15:20:49'),
(123831,45441,'action created','2021-02-01 20:20:49','2021-02-01 15:20:49'),
(123832,45441,'action started via WP Cron','2021-02-01 20:21:12','2021-02-01 15:21:12'),
(123833,45441,'action complete via WP Cron','2021-02-01 20:21:12','2021-02-01 15:21:12'),
(123834,45442,'action created','2021-02-01 20:21:12','2021-02-01 15:21:12'),
(123835,45442,'action started via WP Cron','2021-02-01 20:22:43','2021-02-01 15:22:43'),
(123836,45442,'action complete via WP Cron','2021-02-01 20:22:43','2021-02-01 15:22:43'),
(123837,45443,'action created','2021-02-01 20:22:43','2021-02-01 15:22:43'),
(123838,45443,'action started via WP Cron','2021-02-01 20:23:44','2021-02-01 15:23:44'),
(123839,45443,'action complete via WP Cron','2021-02-01 20:23:44','2021-02-01 15:23:44'),
(123840,45444,'action created','2021-02-01 20:23:44','2021-02-01 15:23:44'),
(123841,45444,'action started via WP Cron','2021-02-01 20:24:23','2021-02-01 15:24:23'),
(123842,45444,'action complete via WP Cron','2021-02-01 20:24:23','2021-02-01 15:24:23'),
(123843,45445,'action created','2021-02-01 20:24:23','2021-02-01 15:24:23'),
(123844,45445,'action started via WP Cron','2021-02-01 20:27:26','2021-02-01 15:27:26'),
(123845,45445,'action complete via WP Cron','2021-02-01 20:27:26','2021-02-01 15:27:26'),
(123846,45446,'action created','2021-02-01 20:27:27','2021-02-01 15:27:27'),
(123847,45446,'action started via WP Cron','2021-02-01 20:28:43','2021-02-01 15:28:43'),
(123848,45446,'action complete via WP Cron','2021-02-01 20:28:43','2021-02-01 15:28:43'),
(123849,45447,'action created','2021-02-01 20:28:43','2021-02-01 15:28:43'),
(123850,45447,'action started via WP Cron','2021-02-01 20:29:50','2021-02-01 15:29:50'),
(123851,45447,'action complete via WP Cron','2021-02-01 20:29:50','2021-02-01 15:29:50'),
(123852,45448,'action created','2021-02-01 20:29:50','2021-02-01 15:29:50'),
(123853,45448,'action started via WP Cron','2021-02-01 20:33:01','2021-02-01 15:33:01'),
(123854,45448,'action complete via WP Cron','2021-02-01 20:33:01','2021-02-01 15:33:01'),
(123855,45449,'action created','2021-02-01 20:33:01','2021-02-01 15:33:01'),
(123856,45449,'action started via WP Cron','2021-02-01 20:34:09','2021-02-01 15:34:09'),
(123857,45449,'action complete via WP Cron','2021-02-01 20:34:09','2021-02-01 15:34:09'),
(123858,45450,'action created','2021-02-01 20:34:09','2021-02-01 15:34:09'),
(123859,45450,'action started via WP Cron','2021-02-01 20:35:53','2021-02-01 15:35:53'),
(123860,45450,'action complete via WP Cron','2021-02-01 20:35:53','2021-02-01 15:35:53'),
(123861,45451,'action created','2021-02-01 20:35:53','2021-02-01 15:35:53'),
(123862,45451,'action started via WP Cron','2021-02-01 20:36:19','2021-02-01 15:36:19'),
(123863,45451,'action complete via WP Cron','2021-02-01 20:36:19','2021-02-01 15:36:19'),
(123864,45452,'action created','2021-02-01 20:36:19','2021-02-01 15:36:19'),
(123865,45452,'action started via WP Cron','2021-02-01 20:37:12','2021-02-01 15:37:12'),
(123866,45452,'action complete via WP Cron','2021-02-01 20:37:12','2021-02-01 15:37:12'),
(123867,45453,'action created','2021-02-01 20:37:12','2021-02-01 15:37:12'),
(123868,45453,'action started via WP Cron','2021-02-01 20:38:22','2021-02-01 15:38:22'),
(123869,45453,'action complete via WP Cron','2021-02-01 20:38:22','2021-02-01 15:38:22'),
(123870,45454,'action created','2021-02-01 20:38:23','2021-02-01 15:38:23'),
(123871,45454,'action started via WP Cron','2021-02-01 20:39:49','2021-02-01 15:39:49'),
(123872,45454,'action complete via WP Cron','2021-02-01 20:39:49','2021-02-01 15:39:49'),
(123873,45455,'action created','2021-02-01 20:39:49','2021-02-01 15:39:49'),
(123874,45455,'action started via WP Cron','2021-02-01 20:41:28','2021-02-01 15:41:28'),
(123875,45455,'action complete via WP Cron','2021-02-01 20:41:28','2021-02-01 15:41:28'),
(123876,45456,'action created','2021-02-01 20:41:28','2021-02-01 15:41:28'),
(123877,45456,'action started via WP Cron','2021-02-01 20:42:50','2021-02-01 15:42:50'),
(123878,45456,'action complete via WP Cron','2021-02-01 20:42:50','2021-02-01 15:42:50'),
(123879,45457,'action created','2021-02-01 20:42:50','2021-02-01 15:42:50'),
(123880,45457,'action started via WP Cron','2021-02-01 20:44:04','2021-02-01 15:44:04'),
(123881,45457,'action complete via WP Cron','2021-02-01 20:44:04','2021-02-01 15:44:04'),
(123882,45458,'action created','2021-02-01 20:44:04','2021-02-01 15:44:04'),
(123883,45458,'action started via WP Cron','2021-02-01 20:48:48','2021-02-01 15:48:48'),
(123884,45458,'action complete via WP Cron','2021-02-01 20:48:48','2021-02-01 15:48:48'),
(123885,45459,'action created','2021-02-01 20:48:48','2021-02-01 15:48:48'),
(123886,45459,'action started via WP Cron','2021-02-01 20:49:53','2021-02-01 15:49:53'),
(123887,45459,'action complete via WP Cron','2021-02-01 20:49:53','2021-02-01 15:49:53'),
(123888,45460,'action created','2021-02-01 20:49:53','2021-02-01 15:49:53'),
(123889,45460,'action started via WP Cron','2021-02-01 20:50:17','2021-02-01 15:50:17'),
(123890,45460,'action complete via WP Cron','2021-02-01 20:50:17','2021-02-01 15:50:17'),
(123891,45461,'action created','2021-02-01 20:50:17','2021-02-01 15:50:17'),
(123892,45461,'action started via WP Cron','2021-02-01 20:51:18','2021-02-01 15:51:18'),
(123893,45461,'action complete via WP Cron','2021-02-01 20:51:18','2021-02-01 15:51:18'),
(123894,45462,'action created','2021-02-01 20:51:18','2021-02-01 15:51:18'),
(123895,45462,'action started via WP Cron','2021-02-01 20:52:27','2021-02-01 15:52:27'),
(123896,45462,'action complete via WP Cron','2021-02-01 20:52:27','2021-02-01 15:52:27'),
(123897,45463,'action created','2021-02-01 20:52:27','2021-02-01 15:52:27'),
(123898,45463,'action started via WP Cron','2021-02-01 20:53:25','2021-02-01 15:53:25'),
(123899,45463,'action complete via WP Cron','2021-02-01 20:53:25','2021-02-01 15:53:25'),
(123900,45464,'action created','2021-02-01 20:53:25','2021-02-01 15:53:25'),
(123901,45464,'action started via WP Cron','2021-02-01 20:55:47','2021-02-01 15:55:47'),
(123902,45464,'action complete via WP Cron','2021-02-01 20:55:47','2021-02-01 15:55:47'),
(123903,45465,'action created','2021-02-01 20:55:47','2021-02-01 15:55:47'),
(123904,45465,'action started via WP Cron','2021-02-01 20:56:28','2021-02-01 15:56:28'),
(123905,45465,'action complete via WP Cron','2021-02-01 20:56:28','2021-02-01 15:56:28'),
(123906,45466,'action created','2021-02-01 20:56:28','2021-02-01 15:56:28'),
(123907,45466,'action started via WP Cron','2021-02-01 20:57:51','2021-02-01 15:57:51'),
(123908,45466,'action complete via WP Cron','2021-02-01 20:57:51','2021-02-01 15:57:51'),
(123909,45467,'action created','2021-02-01 20:57:51','2021-02-01 15:57:51'),
(123910,45467,'action started via WP Cron','2021-02-01 20:59:55','2021-02-01 15:59:55'),
(123911,45467,'action complete via WP Cron','2021-02-01 20:59:55','2021-02-01 15:59:55'),
(123912,45468,'action created','2021-02-01 20:59:55','2021-02-01 15:59:55'),
(123913,45468,'action started via WP Cron','2021-02-01 21:00:39','2021-02-01 16:00:39'),
(123914,45468,'action complete via WP Cron','2021-02-01 21:00:39','2021-02-01 16:00:39'),
(123915,45469,'action created','2021-02-01 21:00:39','2021-02-01 16:00:39'),
(123916,45469,'action started via WP Cron','2021-02-01 21:01:20','2021-02-01 16:01:20'),
(123917,45469,'action complete via WP Cron','2021-02-01 21:01:20','2021-02-01 16:01:20'),
(123918,45470,'action created','2021-02-01 21:01:20','2021-02-01 16:01:20'),
(123919,45470,'action started via WP Cron','2021-02-01 21:02:44','2021-02-01 16:02:44'),
(123920,45470,'action complete via WP Cron','2021-02-01 21:02:44','2021-02-01 16:02:44'),
(123921,45471,'action created','2021-02-01 21:02:44','2021-02-01 16:02:44'),
(123922,45471,'action started via WP Cron','2021-02-01 21:03:26','2021-02-01 16:03:26'),
(123923,45471,'action complete via WP Cron','2021-02-01 21:03:26','2021-02-01 16:03:26'),
(123924,45472,'action created','2021-02-01 21:03:26','2021-02-01 16:03:26'),
(123925,45472,'action started via WP Cron','2021-02-01 21:04:12','2021-02-01 16:04:12'),
(123926,45472,'action complete via WP Cron','2021-02-01 21:04:12','2021-02-01 16:04:12'),
(123927,45473,'action created','2021-02-01 21:04:12','2021-02-01 16:04:12'),
(123928,45473,'action started via WP Cron','2021-02-01 21:06:09','2021-02-01 16:06:09'),
(123929,45473,'action complete via WP Cron','2021-02-01 21:06:09','2021-02-01 16:06:09'),
(123930,45474,'action created','2021-02-01 21:06:09','2021-02-01 16:06:09'),
(123931,45474,'action started via WP Cron','2021-02-01 21:08:08','2021-02-01 16:08:08'),
(123932,45474,'action complete via WP Cron','2021-02-01 21:08:08','2021-02-01 16:08:08'),
(123933,45475,'action created','2021-02-01 21:08:08','2021-02-01 16:08:08'),
(123934,45475,'action started via WP Cron','2021-02-01 21:09:07','2021-02-01 16:09:07'),
(123935,45475,'action complete via WP Cron','2021-02-01 21:09:07','2021-02-01 16:09:07'),
(123936,45476,'action created','2021-02-01 21:09:07','2021-02-01 16:09:07'),
(123937,45476,'action started via WP Cron','2021-02-01 21:10:29','2021-02-01 16:10:29'),
(123938,45476,'action complete via WP Cron','2021-02-01 21:10:29','2021-02-01 16:10:29'),
(123939,45477,'action created','2021-02-01 21:10:29','2021-02-01 16:10:29'),
(123940,45477,'action started via WP Cron','2021-02-01 21:15:04','2021-02-01 16:15:04'),
(123941,45477,'action complete via WP Cron','2021-02-01 21:15:04','2021-02-01 16:15:04'),
(123942,45478,'action created','2021-02-01 21:15:04','2021-02-01 16:15:04'),
(123943,45478,'action started via WP Cron','2021-02-01 21:16:43','2021-02-01 16:16:43'),
(123944,45478,'action complete via WP Cron','2021-02-01 21:16:43','2021-02-01 16:16:43'),
(123945,45479,'action created','2021-02-01 21:16:43','2021-02-01 16:16:43'),
(123946,45479,'action started via WP Cron','2021-02-01 21:17:27','2021-02-01 16:17:27'),
(123947,45479,'action complete via WP Cron','2021-02-01 21:17:27','2021-02-01 16:17:27'),
(123948,45480,'action created','2021-02-01 21:17:27','2021-02-01 16:17:27'),
(123949,45480,'action started via WP Cron','2021-02-01 21:18:20','2021-02-01 16:18:20'),
(123950,45480,'action complete via WP Cron','2021-02-01 21:18:20','2021-02-01 16:18:20'),
(123951,45481,'action created','2021-02-01 21:18:20','2021-02-01 16:18:20'),
(123952,45481,'action started via WP Cron','2021-02-01 21:19:33','2021-02-01 16:19:33'),
(123953,45481,'action complete via WP Cron','2021-02-01 21:19:33','2021-02-01 16:19:33'),
(123954,45482,'action created','2021-02-01 21:19:33','2021-02-01 16:19:33'),
(123955,45482,'action started via WP Cron','2021-02-01 21:20:23','2021-02-01 16:20:23'),
(123956,45482,'action complete via WP Cron','2021-02-01 21:20:23','2021-02-01 16:20:23'),
(123957,45483,'action created','2021-02-01 21:20:23','2021-02-01 16:20:23'),
(123958,45483,'action started via WP Cron','2021-02-01 21:21:38','2021-02-01 16:21:38'),
(123959,45483,'action complete via WP Cron','2021-02-01 21:21:38','2021-02-01 16:21:38'),
(123960,45484,'action created','2021-02-01 21:21:38','2021-02-01 16:21:38'),
(123961,45484,'action started via WP Cron','2021-02-01 21:23:31','2021-02-01 16:23:31'),
(123962,45484,'action complete via WP Cron','2021-02-01 21:23:31','2021-02-01 16:23:31'),
(123963,45485,'action created','2021-02-01 21:23:31','2021-02-01 16:23:31'),
(123964,45485,'action started via WP Cron','2021-02-01 21:24:20','2021-02-01 16:24:20'),
(123965,45485,'action complete via WP Cron','2021-02-01 21:24:20','2021-02-01 16:24:20'),
(123966,45486,'action created','2021-02-01 21:24:20','2021-02-01 16:24:20'),
(123967,45486,'action started via WP Cron','2021-02-01 21:25:11','2021-02-01 16:25:11'),
(123968,45486,'action complete via WP Cron','2021-02-01 21:25:11','2021-02-01 16:25:11'),
(123969,45487,'action created','2021-02-01 21:25:11','2021-02-01 16:25:11'),
(123970,45487,'action started via WP Cron','2021-02-01 21:26:24','2021-02-01 16:26:24'),
(123971,45487,'action complete via WP Cron','2021-02-01 21:26:24','2021-02-01 16:26:24'),
(123972,45488,'action created','2021-02-01 21:26:24','2021-02-01 16:26:24'),
(123973,45488,'action started via WP Cron','2021-02-01 21:28:20','2021-02-01 16:28:20'),
(123974,45488,'action complete via WP Cron','2021-02-01 21:28:20','2021-02-01 16:28:20'),
(123975,45489,'action created','2021-02-01 21:28:20','2021-02-01 16:28:20'),
(123976,45489,'action started via WP Cron','2021-02-01 21:30:38','2021-02-01 16:30:38'),
(123977,45489,'action complete via WP Cron','2021-02-01 21:30:38','2021-02-01 16:30:38'),
(123978,45490,'action created','2021-02-01 21:30:38','2021-02-01 16:30:38'),
(123979,45490,'action started via WP Cron','2021-02-01 21:31:46','2021-02-01 16:31:46'),
(123980,45490,'action complete via WP Cron','2021-02-01 21:31:46','2021-02-01 16:31:46'),
(123981,45491,'action created','2021-02-01 21:31:46','2021-02-01 16:31:46'),
(123982,45491,'action started via WP Cron','2021-02-01 21:32:43','2021-02-01 16:32:43'),
(123983,45491,'action complete via WP Cron','2021-02-01 21:32:43','2021-02-01 16:32:43'),
(123984,45492,'action created','2021-02-01 21:32:43','2021-02-01 16:32:43'),
(123985,45492,'action started via WP Cron','2021-02-01 21:34:47','2021-02-01 16:34:47'),
(123986,45492,'action complete via WP Cron','2021-02-01 21:34:47','2021-02-01 16:34:47'),
(123987,45493,'action created','2021-02-01 21:34:48','2021-02-01 16:34:48'),
(123988,45493,'action started via WP Cron','2021-02-01 21:36:03','2021-02-01 16:36:03'),
(123989,45493,'action complete via WP Cron','2021-02-01 21:36:03','2021-02-01 16:36:03'),
(123990,45494,'action created','2021-02-01 21:36:03','2021-02-01 16:36:03'),
(123991,45494,'action started via WP Cron','2021-02-01 21:36:23','2021-02-01 16:36:23'),
(123992,45494,'action complete via WP Cron','2021-02-01 21:36:23','2021-02-01 16:36:23'),
(123993,45495,'action created','2021-02-01 21:36:23','2021-02-01 16:36:23'),
(123994,45495,'action started via WP Cron','2021-02-01 21:37:11','2021-02-01 16:37:11'),
(123995,45495,'action complete via WP Cron','2021-02-01 21:37:11','2021-02-01 16:37:11'),
(123996,45496,'action created','2021-02-01 21:37:11','2021-02-01 16:37:11'),
(123997,45496,'action started via WP Cron','2021-02-01 21:38:57','2021-02-01 16:38:57'),
(123998,45496,'action complete via WP Cron','2021-02-01 21:38:57','2021-02-01 16:38:57'),
(123999,45497,'action created','2021-02-01 21:38:58','2021-02-01 16:38:58'),
(124000,45497,'action started via WP Cron','2021-02-01 21:41:07','2021-02-01 16:41:07'),
(124001,45497,'action complete via WP Cron','2021-02-01 21:41:07','2021-02-01 16:41:07'),
(124002,45498,'action created','2021-02-01 21:41:07','2021-02-01 16:41:07'),
(124003,45498,'action started via WP Cron','2021-02-01 21:41:31','2021-02-01 16:41:31'),
(124004,45498,'action complete via WP Cron','2021-02-01 21:41:31','2021-02-01 16:41:31'),
(124005,45499,'action created','2021-02-01 21:41:31','2021-02-01 16:41:31'),
(124006,45499,'action started via WP Cron','2021-02-01 21:43:12','2021-02-01 16:43:12'),
(124007,45499,'action complete via WP Cron','2021-02-01 21:43:12','2021-02-01 16:43:12'),
(124008,45500,'action created','2021-02-01 21:43:12','2021-02-01 16:43:12'),
(124009,45500,'action started via WP Cron','2021-02-01 21:44:13','2021-02-01 16:44:13'),
(124010,45500,'action complete via WP Cron','2021-02-01 21:44:13','2021-02-01 16:44:13'),
(124011,45501,'action created','2021-02-01 21:44:13','2021-02-01 16:44:13'),
(124012,45501,'action started via WP Cron','2021-02-01 21:45:37','2021-02-01 16:45:37'),
(124013,45501,'action complete via WP Cron','2021-02-01 21:45:37','2021-02-01 16:45:37'),
(124014,45502,'action created','2021-02-01 21:45:37','2021-02-01 16:45:37'),
(124015,45502,'action started via WP Cron','2021-02-01 21:47:25','2021-02-01 16:47:25'),
(124016,45502,'action complete via WP Cron','2021-02-01 21:47:25','2021-02-01 16:47:25'),
(124017,45503,'action created','2021-02-01 21:47:25','2021-02-01 16:47:25'),
(124018,45503,'action started via WP Cron','2021-02-01 21:48:17','2021-02-01 16:48:17'),
(124019,45503,'action complete via WP Cron','2021-02-01 21:48:17','2021-02-01 16:48:17'),
(124020,45504,'action created','2021-02-01 21:48:17','2021-02-01 16:48:17'),
(124021,45504,'action started via WP Cron','2021-02-01 21:49:27','2021-02-01 16:49:27'),
(124022,45504,'action complete via WP Cron','2021-02-01 21:49:27','2021-02-01 16:49:27'),
(124023,45505,'action created','2021-02-01 21:49:27','2021-02-01 16:49:27'),
(124024,45505,'action started via WP Cron','2021-02-01 21:51:09','2021-02-01 16:51:09'),
(124025,45505,'action complete via WP Cron','2021-02-01 21:51:09','2021-02-01 16:51:09'),
(124026,45506,'action created','2021-02-01 21:51:09','2021-02-01 16:51:09'),
(124027,45506,'action started via WP Cron','2021-02-01 21:52:18','2021-02-01 16:52:18'),
(124028,45506,'action complete via WP Cron','2021-02-01 21:52:18','2021-02-01 16:52:18'),
(124029,45507,'action created','2021-02-01 21:52:18','2021-02-01 16:52:18'),
(124030,45507,'action started via WP Cron','2021-02-01 21:53:36','2021-02-01 16:53:36'),
(124031,45507,'action complete via WP Cron','2021-02-01 21:53:36','2021-02-01 16:53:36'),
(124032,45508,'action created','2021-02-01 21:53:36','2021-02-01 16:53:36'),
(124033,45508,'action started via WP Cron','2021-02-01 21:55:01','2021-02-01 16:55:01'),
(124034,45508,'action complete via WP Cron','2021-02-01 21:55:01','2021-02-01 16:55:01'),
(124035,45509,'action created','2021-02-01 21:55:01','2021-02-01 16:55:01'),
(124036,45509,'action started via WP Cron','2021-02-01 21:55:32','2021-02-01 16:55:32'),
(124037,45509,'action complete via WP Cron','2021-02-01 21:55:32','2021-02-01 16:55:32'),
(124038,45510,'action created','2021-02-01 21:55:32','2021-02-01 16:55:32'),
(124039,45510,'action started via WP Cron','2021-02-01 21:56:16','2021-02-01 16:56:16'),
(124040,45510,'action complete via WP Cron','2021-02-01 21:56:16','2021-02-01 16:56:16'),
(124041,45511,'action created','2021-02-01 21:56:16','2021-02-01 16:56:16'),
(124042,45511,'action started via WP Cron','2021-02-01 21:57:17','2021-02-01 16:57:17'),
(124043,45511,'action complete via WP Cron','2021-02-01 21:57:17','2021-02-01 16:57:17'),
(124044,45512,'action created','2021-02-01 21:57:17','2021-02-01 16:57:17'),
(124045,45512,'action started via WP Cron','2021-02-01 21:58:36','2021-02-01 16:58:36'),
(124046,45512,'action complete via WP Cron','2021-02-01 21:58:36','2021-02-01 16:58:36'),
(124047,45513,'action created','2021-02-01 21:58:36','2021-02-01 16:58:36'),
(124048,45513,'action started via WP Cron','2021-02-01 21:59:16','2021-02-01 16:59:16'),
(124049,45513,'action complete via WP Cron','2021-02-01 21:59:16','2021-02-01 16:59:16'),
(124050,45514,'action created','2021-02-01 21:59:16','2021-02-01 16:59:16'),
(124051,45514,'action started via WP Cron','2021-02-01 22:01:31','2021-02-01 17:01:31'),
(124052,45514,'action complete via WP Cron','2021-02-01 22:01:31','2021-02-01 17:01:31'),
(124053,45515,'action created','2021-02-01 22:01:31','2021-02-01 17:01:31'),
(124054,45515,'action started via WP Cron','2021-02-01 22:02:39','2021-02-01 17:02:39'),
(124055,45515,'action complete via WP Cron','2021-02-01 22:02:39','2021-02-01 17:02:39'),
(124056,45516,'action created','2021-02-01 22:02:39','2021-02-01 17:02:39'),
(124057,45516,'action started via WP Cron','2021-02-01 22:03:22','2021-02-01 17:03:22'),
(124058,45516,'action complete via WP Cron','2021-02-01 22:03:22','2021-02-01 17:03:22'),
(124059,45517,'action created','2021-02-01 22:03:22','2021-02-01 17:03:22'),
(124060,45517,'action started via WP Cron','2021-02-01 22:04:33','2021-02-01 17:04:33'),
(124061,45517,'action complete via WP Cron','2021-02-01 22:04:33','2021-02-01 17:04:33'),
(124062,45518,'action created','2021-02-01 22:04:33','2021-02-01 17:04:33'),
(124063,45518,'action started via WP Cron','2021-02-01 22:06:08','2021-02-01 17:06:08'),
(124064,45518,'action complete via WP Cron','2021-02-01 22:06:08','2021-02-01 17:06:08'),
(124065,45519,'action created','2021-02-01 22:06:08','2021-02-01 17:06:08'),
(124066,45519,'action started via WP Cron','2021-02-01 22:07:37','2021-02-01 17:07:37'),
(124067,45519,'action complete via WP Cron','2021-02-01 22:07:37','2021-02-01 17:07:37'),
(124068,45520,'action created','2021-02-01 22:07:37','2021-02-01 17:07:37'),
(124069,45520,'action started via WP Cron','2021-02-01 22:08:13','2021-02-01 17:08:13'),
(124070,45520,'action complete via WP Cron','2021-02-01 22:08:13','2021-02-01 17:08:13'),
(124071,45521,'action created','2021-02-01 22:08:13','2021-02-01 17:08:13'),
(124072,45521,'action started via WP Cron','2021-02-01 22:09:22','2021-02-01 17:09:22'),
(124073,45521,'action complete via WP Cron','2021-02-01 22:09:22','2021-02-01 17:09:22'),
(124074,45522,'action created','2021-02-01 22:09:22','2021-02-01 17:09:22'),
(124075,45522,'action started via WP Cron','2021-02-01 22:10:19','2021-02-01 17:10:19'),
(124076,45522,'action complete via WP Cron','2021-02-01 22:10:19','2021-02-01 17:10:19'),
(124077,45523,'action created','2021-02-01 22:10:20','2021-02-01 17:10:20'),
(124078,45523,'action started via WP Cron','2021-02-01 22:12:08','2021-02-01 17:12:08'),
(124079,45523,'action complete via WP Cron','2021-02-01 22:12:08','2021-02-01 17:12:08'),
(124080,45524,'action created','2021-02-01 22:12:08','2021-02-01 17:12:08'),
(124081,45524,'action started via WP Cron','2021-02-01 22:12:24','2021-02-01 17:12:24'),
(124082,45524,'action complete via WP Cron','2021-02-01 22:12:24','2021-02-01 17:12:24'),
(124083,45525,'action created','2021-02-01 22:12:24','2021-02-01 17:12:24'),
(124084,45525,'action started via WP Cron','2021-02-01 22:13:22','2021-02-01 17:13:22'),
(124085,45525,'action complete via WP Cron','2021-02-01 22:13:22','2021-02-01 17:13:22'),
(124086,45526,'action created','2021-02-01 22:13:22','2021-02-01 17:13:22'),
(124087,45526,'action started via WP Cron','2021-02-01 22:14:11','2021-02-01 17:14:11'),
(124088,45526,'action complete via WP Cron','2021-02-01 22:14:11','2021-02-01 17:14:11'),
(124089,45527,'action created','2021-02-01 22:14:11','2021-02-01 17:14:11'),
(124090,45527,'action started via WP Cron','2021-02-01 22:15:37','2021-02-01 17:15:37'),
(124091,45527,'action complete via WP Cron','2021-02-01 22:15:37','2021-02-01 17:15:37'),
(124092,45528,'action created','2021-02-01 22:15:37','2021-02-01 17:15:37'),
(124093,45528,'action started via WP Cron','2021-02-01 22:16:35','2021-02-01 17:16:35'),
(124094,45528,'action complete via WP Cron','2021-02-01 22:16:35','2021-02-01 17:16:35'),
(124095,45529,'action created','2021-02-01 22:16:35','2021-02-01 17:16:35'),
(124096,45529,'action started via WP Cron','2021-02-01 22:17:58','2021-02-01 17:17:58'),
(124097,45529,'action complete via WP Cron','2021-02-01 22:17:58','2021-02-01 17:17:58'),
(124098,45530,'action created','2021-02-01 22:17:58','2021-02-01 17:17:58'),
(124099,45530,'action started via WP Cron','2021-02-01 22:18:18','2021-02-01 17:18:18'),
(124100,45530,'action complete via WP Cron','2021-02-01 22:18:18','2021-02-01 17:18:18'),
(124101,45531,'action created','2021-02-01 22:18:18','2021-02-01 17:18:18'),
(124102,45531,'action started via WP Cron','2021-02-01 22:19:18','2021-02-01 17:19:18'),
(124103,45531,'action complete via WP Cron','2021-02-01 22:19:18','2021-02-01 17:19:18'),
(124104,45532,'action created','2021-02-01 22:19:18','2021-02-01 17:19:18'),
(124105,45532,'action started via WP Cron','2021-02-01 22:20:18','2021-02-01 17:20:18'),
(124106,45532,'action complete via WP Cron','2021-02-01 22:20:18','2021-02-01 17:20:18'),
(124107,45533,'action created','2021-02-01 22:20:18','2021-02-01 17:20:18'),
(124108,45533,'action started via WP Cron','2021-02-01 22:21:22','2021-02-01 17:21:22'),
(124109,45533,'action complete via WP Cron','2021-02-01 22:21:22','2021-02-01 17:21:22'),
(124110,45534,'action created','2021-02-01 22:21:22','2021-02-01 17:21:22'),
(124111,45534,'action started via WP Cron','2021-02-01 22:22:59','2021-02-01 17:22:59'),
(124112,45534,'action complete via WP Cron','2021-02-01 22:22:59','2021-02-01 17:22:59'),
(124113,45535,'action created','2021-02-01 22:22:59','2021-02-01 17:22:59'),
(124114,45535,'action started via WP Cron','2021-02-01 22:23:18','2021-02-01 17:23:18'),
(124115,45535,'action complete via WP Cron','2021-02-01 22:23:18','2021-02-01 17:23:18'),
(124116,45536,'action created','2021-02-01 22:23:18','2021-02-01 17:23:18'),
(124117,45536,'action started via WP Cron','2021-02-01 22:24:50','2021-02-01 17:24:50'),
(124118,45536,'action complete via WP Cron','2021-02-01 22:24:50','2021-02-01 17:24:50'),
(124119,45537,'action created','2021-02-01 22:24:50','2021-02-01 17:24:50'),
(124120,45537,'action started via WP Cron','2021-02-01 22:25:30','2021-02-01 17:25:30'),
(124121,45537,'action complete via WP Cron','2021-02-01 22:25:30','2021-02-01 17:25:30'),
(124122,45538,'action created','2021-02-01 22:25:30','2021-02-01 17:25:30'),
(124123,45538,'action started via WP Cron','2021-02-01 22:26:16','2021-02-01 17:26:16'),
(124124,45538,'action complete via WP Cron','2021-02-01 22:26:16','2021-02-01 17:26:16'),
(124125,45539,'action created','2021-02-01 22:26:16','2021-02-01 17:26:16'),
(124126,45539,'action started via WP Cron','2021-02-01 22:27:23','2021-02-01 17:27:23'),
(124127,45539,'action complete via WP Cron','2021-02-01 22:27:23','2021-02-01 17:27:23'),
(124128,45540,'action created','2021-02-01 22:27:23','2021-02-01 17:27:23'),
(124129,45540,'action started via WP Cron','2021-02-01 22:29:06','2021-02-01 17:29:06'),
(124130,45540,'action complete via WP Cron','2021-02-01 22:29:06','2021-02-01 17:29:06');
INSERT INTO `wp_actionscheduler_logs` VALUES
(124131,45541,'action created','2021-02-01 22:29:06','2021-02-01 17:29:06'),
(124132,45541,'action started via WP Cron','2021-02-01 22:31:15','2021-02-01 17:31:15'),
(124133,45541,'action complete via WP Cron','2021-02-01 22:31:15','2021-02-01 17:31:15'),
(124134,45542,'action created','2021-02-01 22:31:15','2021-02-01 17:31:15'),
(124135,45542,'action started via WP Cron','2021-02-01 22:32:33','2021-02-01 17:32:33'),
(124136,45542,'action complete via WP Cron','2021-02-01 22:32:33','2021-02-01 17:32:33'),
(124137,45543,'action created','2021-02-01 22:32:33','2021-02-01 17:32:33'),
(124138,45543,'action started via WP Cron','2021-02-01 22:33:21','2021-02-01 17:33:21'),
(124139,45543,'action complete via WP Cron','2021-02-01 22:33:21','2021-02-01 17:33:21'),
(124140,45544,'action created','2021-02-01 22:33:21','2021-02-01 17:33:21'),
(124141,45544,'action started via WP Cron','2021-02-01 22:35:25','2021-02-01 17:35:25'),
(124142,45544,'action complete via WP Cron','2021-02-01 22:35:25','2021-02-01 17:35:25'),
(124143,45545,'action created','2021-02-01 22:35:25','2021-02-01 17:35:25'),
(124144,45545,'action started via WP Cron','2021-02-01 22:37:31','2021-02-01 17:37:31'),
(124145,45545,'action complete via WP Cron','2021-02-01 22:37:31','2021-02-01 17:37:31'),
(124146,45546,'action created','2021-02-01 22:37:31','2021-02-01 17:37:31'),
(124147,45546,'action started via WP Cron','2021-02-01 22:39:03','2021-02-01 17:39:03'),
(124148,45546,'action complete via WP Cron','2021-02-01 22:39:03','2021-02-01 17:39:03'),
(124149,45547,'action created','2021-02-01 22:39:03','2021-02-01 17:39:03'),
(124150,45547,'action started via WP Cron','2021-02-01 22:39:28','2021-02-01 17:39:28'),
(124151,45547,'action complete via WP Cron','2021-02-01 22:39:28','2021-02-01 17:39:28'),
(124152,45548,'action created','2021-02-01 22:39:28','2021-02-01 17:39:28'),
(124153,45548,'action started via WP Cron','2021-02-01 22:40:20','2021-02-01 17:40:20'),
(124154,45548,'action complete via WP Cron','2021-02-01 22:40:20','2021-02-01 17:40:20'),
(124155,45549,'action created','2021-02-01 22:40:20','2021-02-01 17:40:20'),
(124156,45549,'action started via WP Cron','2021-02-01 22:41:13','2021-02-01 17:41:13'),
(124157,45549,'action complete via WP Cron','2021-02-01 22:41:13','2021-02-01 17:41:13'),
(124158,45550,'action created','2021-02-01 22:41:14','2021-02-01 17:41:14'),
(124159,45550,'action started via WP Cron','2021-02-01 22:42:30','2021-02-01 17:42:30'),
(124160,45550,'action complete via WP Cron','2021-02-01 22:42:30','2021-02-01 17:42:30'),
(124161,45551,'action created','2021-02-01 22:42:30','2021-02-01 17:42:30'),
(124162,45551,'action started via WP Cron','2021-02-01 22:43:36','2021-02-01 17:43:36'),
(124163,45551,'action complete via WP Cron','2021-02-01 22:43:36','2021-02-01 17:43:36'),
(124164,45552,'action created','2021-02-01 22:43:36','2021-02-01 17:43:36'),
(124165,45552,'action started via WP Cron','2021-02-01 22:44:39','2021-02-01 17:44:39'),
(124166,45552,'action complete via WP Cron','2021-02-01 22:44:40','2021-02-01 17:44:40'),
(124167,45553,'action created','2021-02-01 22:44:40','2021-02-01 17:44:40'),
(124168,45553,'action started via WP Cron','2021-02-01 22:45:32','2021-02-01 17:45:32'),
(124169,45553,'action complete via WP Cron','2021-02-01 22:45:32','2021-02-01 17:45:32'),
(124170,45554,'action created','2021-02-01 22:45:32','2021-02-01 17:45:32'),
(124171,45554,'action started via WP Cron','2021-02-01 22:47:21','2021-02-01 17:47:21'),
(124172,45554,'action complete via WP Cron','2021-02-01 22:47:21','2021-02-01 17:47:21'),
(124173,45555,'action created','2021-02-01 22:47:21','2021-02-01 17:47:21'),
(124174,45555,'action started via WP Cron','2021-02-01 22:48:36','2021-02-01 17:48:36'),
(124175,45555,'action complete via WP Cron','2021-02-01 22:48:36','2021-02-01 17:48:36'),
(124176,45556,'action created','2021-02-01 22:48:36','2021-02-01 17:48:36'),
(124177,45556,'action started via WP Cron','2021-02-01 22:49:31','2021-02-01 17:49:31'),
(124178,45556,'action complete via WP Cron','2021-02-01 22:49:31','2021-02-01 17:49:31'),
(124179,45557,'action created','2021-02-01 22:49:31','2021-02-01 17:49:31'),
(124180,45557,'action started via WP Cron','2021-02-01 22:51:45','2021-02-01 17:51:45'),
(124181,45557,'action complete via WP Cron','2021-02-01 22:51:45','2021-02-01 17:51:45'),
(124182,45558,'action created','2021-02-01 22:51:45','2021-02-01 17:51:45'),
(124183,45558,'action started via WP Cron','2021-02-01 22:53:24','2021-02-01 17:53:24'),
(124184,45558,'action complete via WP Cron','2021-02-01 22:53:24','2021-02-01 17:53:24'),
(124185,45559,'action created','2021-02-01 22:53:24','2021-02-01 17:53:24'),
(124186,45559,'action started via WP Cron','2021-02-01 22:54:31','2021-02-01 17:54:31'),
(124187,45559,'action complete via WP Cron','2021-02-01 22:54:31','2021-02-01 17:54:31'),
(124188,45560,'action created','2021-02-01 22:54:31','2021-02-01 17:54:31'),
(124189,45560,'action started via WP Cron','2021-02-01 22:55:17','2021-02-01 17:55:17'),
(124190,45560,'action complete via WP Cron','2021-02-01 22:55:17','2021-02-01 17:55:17'),
(124191,45561,'action created','2021-02-01 22:55:17','2021-02-01 17:55:17'),
(124192,45561,'action started via WP Cron','2021-02-01 22:56:17','2021-02-01 17:56:17'),
(124193,45561,'action complete via WP Cron','2021-02-01 22:56:17','2021-02-01 17:56:17'),
(124194,45562,'action created','2021-02-01 22:56:17','2021-02-01 17:56:17'),
(124195,45562,'action started via WP Cron','2021-02-01 22:58:19','2021-02-01 17:58:19'),
(124196,45562,'action complete via WP Cron','2021-02-01 22:58:19','2021-02-01 17:58:19'),
(124197,45563,'action created','2021-02-01 22:58:19','2021-02-01 17:58:19'),
(124198,45563,'action started via WP Cron','2021-02-01 23:01:13','2021-02-01 18:01:13'),
(124199,45563,'action complete via WP Cron','2021-02-01 23:01:13','2021-02-01 18:01:13'),
(124200,45564,'action created','2021-02-01 23:01:13','2021-02-01 18:01:13'),
(124201,45564,'action started via WP Cron','2021-02-01 23:02:33','2021-02-01 18:02:33'),
(124202,45564,'action complete via WP Cron','2021-02-01 23:02:33','2021-02-01 18:02:33'),
(124203,45565,'action created','2021-02-01 23:02:33','2021-02-01 18:02:33'),
(124204,45565,'action started via WP Cron','2021-02-01 23:03:36','2021-02-01 18:03:36'),
(124205,45565,'action complete via WP Cron','2021-02-01 23:03:36','2021-02-01 18:03:36'),
(124206,45566,'action created','2021-02-01 23:03:36','2021-02-01 18:03:36'),
(124207,45566,'action started via WP Cron','2021-02-01 23:04:39','2021-02-01 18:04:39'),
(124208,45566,'action complete via WP Cron','2021-02-01 23:04:39','2021-02-01 18:04:39'),
(124209,45567,'action created','2021-02-01 23:04:39','2021-02-01 18:04:39'),
(124210,45567,'action started via WP Cron','2021-02-01 23:06:10','2021-02-01 18:06:10'),
(124211,45567,'action complete via WP Cron','2021-02-01 23:06:10','2021-02-01 18:06:10'),
(124212,45568,'action created','2021-02-01 23:06:10','2021-02-01 18:06:10'),
(124213,45568,'action started via WP Cron','2021-02-01 23:06:43','2021-02-01 18:06:43'),
(124214,45568,'action complete via WP Cron','2021-02-01 23:06:43','2021-02-01 18:06:43'),
(124215,45569,'action created','2021-02-01 23:06:43','2021-02-01 18:06:43'),
(124216,45569,'action started via WP Cron','2021-02-01 23:07:30','2021-02-01 18:07:30'),
(124217,45569,'action complete via WP Cron','2021-02-01 23:07:30','2021-02-01 18:07:30'),
(124218,45570,'action created','2021-02-01 23:07:30','2021-02-01 18:07:30'),
(124219,45570,'action started via WP Cron','2021-02-01 23:09:10','2021-02-01 18:09:10'),
(124220,45570,'action complete via WP Cron','2021-02-01 23:09:10','2021-02-01 18:09:10'),
(124221,45571,'action created','2021-02-01 23:09:10','2021-02-01 18:09:10'),
(124222,45571,'action started via WP Cron','2021-02-01 23:11:01','2021-02-01 18:11:01'),
(124223,45571,'action complete via WP Cron','2021-02-01 23:11:01','2021-02-01 18:11:01'),
(124224,45572,'action created','2021-02-01 23:11:01','2021-02-01 18:11:01'),
(124225,45572,'action started via WP Cron','2021-02-01 23:11:29','2021-02-01 18:11:29'),
(124226,45572,'action complete via WP Cron','2021-02-01 23:11:29','2021-02-01 18:11:29'),
(124227,45573,'action created','2021-02-01 23:11:29','2021-02-01 18:11:29'),
(124228,45573,'action started via WP Cron','2021-02-01 23:12:29','2021-02-01 18:12:29'),
(124229,45573,'action complete via WP Cron','2021-02-01 23:12:29','2021-02-01 18:12:29'),
(124230,45574,'action created','2021-02-01 23:12:29','2021-02-01 18:12:29'),
(124231,45574,'action started via WP Cron','2021-02-01 23:13:17','2021-02-01 18:13:17'),
(124232,45574,'action complete via WP Cron','2021-02-01 23:13:17','2021-02-01 18:13:17'),
(124233,45575,'action created','2021-02-01 23:13:18','2021-02-01 18:13:18'),
(124234,45575,'action started via WP Cron','2021-02-01 23:14:16','2021-02-01 18:14:16'),
(124235,45575,'action complete via WP Cron','2021-02-01 23:14:16','2021-02-01 18:14:16'),
(124236,45576,'action created','2021-02-01 23:14:16','2021-02-01 18:14:16'),
(124237,45576,'action started via WP Cron','2021-02-01 23:15:42','2021-02-01 18:15:42'),
(124238,45576,'action complete via WP Cron','2021-02-01 23:15:42','2021-02-01 18:15:42'),
(124239,45577,'action created','2021-02-01 23:15:42','2021-02-01 18:15:42'),
(124240,45577,'action started via WP Cron','2021-02-01 23:17:14','2021-02-01 18:17:14'),
(124241,45577,'action complete via WP Cron','2021-02-01 23:17:14','2021-02-01 18:17:14'),
(124242,45578,'action created','2021-02-01 23:17:14','2021-02-01 18:17:14'),
(124243,45578,'action started via WP Cron','2021-02-01 23:18:17','2021-02-01 18:18:17'),
(124244,45578,'action complete via WP Cron','2021-02-01 23:18:17','2021-02-01 18:18:17'),
(124245,45579,'action created','2021-02-01 23:18:17','2021-02-01 18:18:17'),
(124246,45579,'action started via WP Cron','2021-02-01 23:19:37','2021-02-01 18:19:37'),
(124247,45579,'action complete via WP Cron','2021-02-01 23:19:37','2021-02-01 18:19:37'),
(124248,45580,'action created','2021-02-01 23:19:37','2021-02-01 18:19:37'),
(124249,45580,'action started via WP Cron','2021-02-01 23:20:51','2021-02-01 18:20:51'),
(124250,45580,'action complete via WP Cron','2021-02-01 23:20:51','2021-02-01 18:20:51'),
(124251,45581,'action created','2021-02-01 23:20:51','2021-02-01 18:20:51'),
(124252,45581,'action started via WP Cron','2021-02-01 23:21:24','2021-02-01 18:21:24'),
(124253,45581,'action complete via WP Cron','2021-02-01 23:21:24','2021-02-01 18:21:24'),
(124254,45582,'action created','2021-02-01 23:21:24','2021-02-01 18:21:24'),
(124255,45582,'action started via WP Cron','2021-02-01 23:22:22','2021-02-01 18:22:22'),
(124256,45582,'action complete via WP Cron','2021-02-01 23:22:22','2021-02-01 18:22:22'),
(124257,45583,'action created','2021-02-01 23:22:22','2021-02-01 18:22:22'),
(124258,45583,'action started via WP Cron','2021-02-01 23:23:15','2021-02-01 18:23:15'),
(124259,45583,'action complete via WP Cron','2021-02-01 23:23:15','2021-02-01 18:23:15'),
(124260,45584,'action created','2021-02-01 23:23:15','2021-02-01 18:23:15'),
(124261,45584,'action started via WP Cron','2021-02-01 23:24:12','2021-02-01 18:24:12'),
(124262,45584,'action complete via WP Cron','2021-02-01 23:24:12','2021-02-01 18:24:12'),
(124263,45585,'action created','2021-02-01 23:24:12','2021-02-01 18:24:12'),
(124264,45585,'action started via WP Cron','2021-02-01 23:25:34','2021-02-01 18:25:34'),
(124265,45585,'action complete via WP Cron','2021-02-01 23:25:34','2021-02-01 18:25:34'),
(124266,45586,'action created','2021-02-01 23:25:34','2021-02-01 18:25:34'),
(124267,45586,'action started via WP Cron','2021-02-01 23:26:17','2021-02-01 18:26:17'),
(124268,45586,'action complete via WP Cron','2021-02-01 23:26:17','2021-02-01 18:26:17'),
(124269,45587,'action created','2021-02-01 23:26:17','2021-02-01 18:26:17'),
(124270,45587,'action started via WP Cron','2021-02-01 23:27:38','2021-02-01 18:27:38'),
(124271,45587,'action complete via WP Cron','2021-02-01 23:27:38','2021-02-01 18:27:38'),
(124272,45588,'action created','2021-02-01 23:27:38','2021-02-01 18:27:38'),
(124273,45588,'action started via WP Cron','2021-02-01 23:29:18','2021-02-01 18:29:18'),
(124274,45588,'action complete via WP Cron','2021-02-01 23:29:18','2021-02-01 18:29:18'),
(124275,45589,'action created','2021-02-01 23:29:18','2021-02-01 18:29:18'),
(124276,45589,'action started via WP Cron','2021-02-01 23:31:07','2021-02-01 18:31:07'),
(124277,45589,'action complete via WP Cron','2021-02-01 23:31:07','2021-02-01 18:31:07'),
(124278,45590,'action created','2021-02-01 23:31:07','2021-02-01 18:31:07'),
(124279,45590,'action started via WP Cron','2021-02-01 23:31:51','2021-02-01 18:31:51'),
(124280,45590,'action complete via WP Cron','2021-02-01 23:31:51','2021-02-01 18:31:51'),
(124281,45591,'action created','2021-02-01 23:31:51','2021-02-01 18:31:51'),
(124282,45591,'action started via WP Cron','2021-02-01 23:33:13','2021-02-01 18:33:13'),
(124283,45591,'action complete via WP Cron','2021-02-01 23:33:13','2021-02-01 18:33:13'),
(124284,45592,'action created','2021-02-01 23:33:13','2021-02-01 18:33:13'),
(124285,45592,'action started via WP Cron','2021-02-01 23:34:22','2021-02-01 18:34:22'),
(124286,45592,'action complete via WP Cron','2021-02-01 23:34:22','2021-02-01 18:34:22'),
(124287,45593,'action created','2021-02-01 23:34:22','2021-02-01 18:34:22'),
(124288,45593,'action started via WP Cron','2021-02-01 23:36:00','2021-02-01 18:36:00'),
(124289,45593,'action complete via WP Cron','2021-02-01 23:36:00','2021-02-01 18:36:00'),
(124290,45594,'action created','2021-02-01 23:36:00','2021-02-01 18:36:00'),
(124291,45594,'action started via WP Cron','2021-02-01 23:36:43','2021-02-01 18:36:43'),
(124292,45594,'action complete via WP Cron','2021-02-01 23:36:43','2021-02-01 18:36:43'),
(124293,45595,'action created','2021-02-01 23:36:43','2021-02-01 18:36:43'),
(124294,45595,'action started via WP Cron','2021-02-01 23:38:02','2021-02-01 18:38:02'),
(124295,45595,'action complete via WP Cron','2021-02-01 23:38:02','2021-02-01 18:38:02'),
(124296,45596,'action created','2021-02-01 23:38:02','2021-02-01 18:38:02'),
(124297,45596,'action started via WP Cron','2021-02-01 23:38:45','2021-02-01 18:38:45'),
(124298,45596,'action complete via WP Cron','2021-02-01 23:38:45','2021-02-01 18:38:45'),
(124299,45597,'action created','2021-02-01 23:38:45','2021-02-01 18:38:45'),
(124300,45597,'action started via WP Cron','2021-02-01 23:40:10','2021-02-01 18:40:10'),
(124301,45597,'action complete via WP Cron','2021-02-01 23:40:10','2021-02-01 18:40:10'),
(124302,45598,'action created','2021-02-01 23:40:10','2021-02-01 18:40:10'),
(124303,45598,'action started via WP Cron','2021-02-01 23:40:20','2021-02-01 18:40:20'),
(124304,45598,'action complete via WP Cron','2021-02-01 23:40:20','2021-02-01 18:40:20'),
(124305,45599,'action created','2021-02-01 23:40:20','2021-02-01 18:40:20'),
(124306,45599,'action started via WP Cron','2021-02-01 23:41:25','2021-02-01 18:41:25'),
(124307,45599,'action complete via WP Cron','2021-02-01 23:41:25','2021-02-01 18:41:25'),
(124308,45600,'action created','2021-02-01 23:41:25','2021-02-01 18:41:25'),
(124309,45600,'action started via WP Cron','2021-02-01 23:42:16','2021-02-01 18:42:16'),
(124310,45600,'action complete via WP Cron','2021-02-01 23:42:16','2021-02-01 18:42:16'),
(124311,45601,'action created','2021-02-01 23:42:16','2021-02-01 18:42:16'),
(124312,45601,'action started via WP Cron','2021-02-01 23:43:23','2021-02-01 18:43:23'),
(124313,45601,'action complete via WP Cron','2021-02-01 23:43:23','2021-02-01 18:43:23'),
(124314,45602,'action created','2021-02-01 23:43:23','2021-02-01 18:43:23'),
(124315,45602,'action started via WP Cron','2021-02-01 23:44:15','2021-02-01 18:44:15'),
(124316,45602,'action complete via WP Cron','2021-02-01 23:44:15','2021-02-01 18:44:15'),
(124317,45603,'action created','2021-02-01 23:44:15','2021-02-01 18:44:15'),
(124318,45603,'action started via WP Cron','2021-02-01 23:45:25','2021-02-01 18:45:25'),
(124319,45603,'action complete via WP Cron','2021-02-01 23:45:25','2021-02-01 18:45:25'),
(124320,45604,'action created','2021-02-01 23:45:25','2021-02-01 18:45:25'),
(124321,45604,'action started via WP Cron','2021-02-01 23:46:24','2021-02-01 18:46:24'),
(124322,45604,'action complete via WP Cron','2021-02-01 23:46:24','2021-02-01 18:46:24'),
(124323,45605,'action created','2021-02-01 23:46:24','2021-02-01 18:46:24'),
(124324,45605,'action started via WP Cron','2021-02-01 23:47:15','2021-02-01 18:47:15'),
(124325,45605,'action complete via WP Cron','2021-02-01 23:47:15','2021-02-01 18:47:15'),
(124326,45606,'action created','2021-02-01 23:47:15','2021-02-01 18:47:15'),
(124327,45606,'action started via WP Cron','2021-02-01 23:48:13','2021-02-01 18:48:13'),
(124328,45606,'action complete via WP Cron','2021-02-01 23:48:13','2021-02-01 18:48:13'),
(124329,45607,'action created','2021-02-01 23:48:13','2021-02-01 18:48:13'),
(124330,45607,'action started via WP Cron','2021-02-01 23:49:34','2021-02-01 18:49:34'),
(124331,45607,'action complete via WP Cron','2021-02-01 23:49:34','2021-02-01 18:49:34'),
(124332,45608,'action created','2021-02-01 23:49:34','2021-02-01 18:49:34'),
(124333,45608,'action started via WP Cron','2021-02-01 23:50:22','2021-02-01 18:50:22'),
(124334,45608,'action complete via WP Cron','2021-02-01 23:50:22','2021-02-01 18:50:22'),
(124335,45609,'action created','2021-02-01 23:50:22','2021-02-01 18:50:22'),
(124336,45609,'action started via WP Cron','2021-02-01 23:51:20','2021-02-01 18:51:20'),
(124337,45609,'action complete via WP Cron','2021-02-01 23:51:20','2021-02-01 18:51:20'),
(124338,45610,'action created','2021-02-01 23:51:20','2021-02-01 18:51:20'),
(124339,45610,'action started via WP Cron','2021-02-01 23:52:29','2021-02-01 18:52:29'),
(124340,45610,'action complete via WP Cron','2021-02-01 23:52:29','2021-02-01 18:52:29'),
(124341,45611,'action created','2021-02-01 23:52:29','2021-02-01 18:52:29'),
(124342,45611,'action started via WP Cron','2021-02-01 23:53:13','2021-02-01 18:53:13'),
(124343,45611,'action complete via WP Cron','2021-02-01 23:53:14','2021-02-01 18:53:14'),
(124344,45612,'action created','2021-02-01 23:53:14','2021-02-01 18:53:14'),
(124345,45612,'action started via WP Cron','2021-02-01 23:54:11','2021-02-01 18:54:11'),
(124346,45612,'action complete via WP Cron','2021-02-01 23:54:11','2021-02-01 18:54:11'),
(124347,45613,'action created','2021-02-01 23:54:11','2021-02-01 18:54:11'),
(124348,45613,'action started via WP Cron','2021-02-01 23:55:22','2021-02-01 18:55:22'),
(124349,45613,'action complete via WP Cron','2021-02-01 23:55:22','2021-02-01 18:55:22'),
(124350,45614,'action created','2021-02-01 23:55:22','2021-02-01 18:55:22'),
(124351,45614,'action started via WP Cron','2021-02-01 23:56:17','2021-02-01 18:56:17'),
(124352,45614,'action complete via WP Cron','2021-02-01 23:56:17','2021-02-01 18:56:17'),
(124353,45615,'action created','2021-02-01 23:56:17','2021-02-01 18:56:17'),
(124354,45615,'action started via WP Cron','2021-02-01 23:57:16','2021-02-01 18:57:16'),
(124355,45615,'action complete via WP Cron','2021-02-01 23:57:16','2021-02-01 18:57:16'),
(124356,45616,'action created','2021-02-01 23:57:16','2021-02-01 18:57:16'),
(124357,45616,'action started via WP Cron','2021-02-01 23:58:20','2021-02-01 18:58:20'),
(124358,45616,'action complete via WP Cron','2021-02-01 23:58:20','2021-02-01 18:58:20'),
(124359,45617,'action created','2021-02-01 23:58:20','2021-02-01 18:58:20'),
(124360,45617,'action started via WP Cron','2021-02-01 23:59:25','2021-02-01 18:59:25'),
(124361,45617,'action complete via WP Cron','2021-02-01 23:59:25','2021-02-01 18:59:25'),
(124362,45618,'action created','2021-02-01 23:59:25','2021-02-01 18:59:25'),
(124363,45618,'action started via WP Cron','2021-02-02 00:00:16','2021-02-01 19:00:16'),
(124364,45618,'action complete via WP Cron','2021-02-02 00:00:17','2021-02-01 19:00:17'),
(124365,45619,'action created','2021-02-02 00:00:17','2021-02-01 19:00:17'),
(124366,45619,'action started via WP Cron','2021-02-02 00:01:12','2021-02-01 19:01:12'),
(124367,45619,'action complete via WP Cron','2021-02-02 00:01:12','2021-02-01 19:01:12'),
(124368,45620,'action created','2021-02-02 00:01:12','2021-02-01 19:01:12'),
(124369,45620,'action started via WP Cron','2021-02-02 00:02:14','2021-02-01 19:02:14'),
(124370,45620,'action complete via WP Cron','2021-02-02 00:02:14','2021-02-01 19:02:14'),
(124371,45621,'action created','2021-02-02 00:02:14','2021-02-01 19:02:14'),
(124372,45621,'action started via WP Cron','2021-02-02 00:03:29','2021-02-01 19:03:29'),
(124373,45621,'action complete via WP Cron','2021-02-02 00:03:29','2021-02-01 19:03:29'),
(124374,45622,'action created','2021-02-02 00:03:29','2021-02-01 19:03:29'),
(124375,45622,'action started via WP Cron','2021-02-02 00:04:15','2021-02-01 19:04:15'),
(124376,45622,'action complete via WP Cron','2021-02-02 00:04:15','2021-02-01 19:04:15'),
(124377,45623,'action created','2021-02-02 00:04:15','2021-02-01 19:04:15'),
(124378,45623,'action started via WP Cron','2021-02-02 00:05:29','2021-02-01 19:05:29'),
(124379,45623,'action complete via WP Cron','2021-02-02 00:05:29','2021-02-01 19:05:29'),
(124380,45624,'action created','2021-02-02 00:05:29','2021-02-01 19:05:29'),
(124381,45624,'action started via WP Cron','2021-02-02 00:06:30','2021-02-01 19:06:30'),
(124382,45624,'action complete via WP Cron','2021-02-02 00:06:30','2021-02-01 19:06:30'),
(124383,45625,'action created','2021-02-02 00:06:30','2021-02-01 19:06:30'),
(124384,45625,'action started via WP Cron','2021-02-02 00:07:34','2021-02-01 19:07:34'),
(124385,45625,'action complete via WP Cron','2021-02-02 00:07:34','2021-02-01 19:07:34'),
(124386,45626,'action created','2021-02-02 00:07:34','2021-02-01 19:07:34'),
(124387,45626,'action started via WP Cron','2021-02-02 00:08:35','2021-02-01 19:08:35'),
(124388,45626,'action complete via WP Cron','2021-02-02 00:08:35','2021-02-01 19:08:35'),
(124389,45627,'action created','2021-02-02 00:08:35','2021-02-01 19:08:35'),
(124390,45627,'action started via WP Cron','2021-02-02 00:09:24','2021-02-01 19:09:24'),
(124391,45627,'action complete via WP Cron','2021-02-02 00:09:24','2021-02-01 19:09:24'),
(124392,45628,'action created','2021-02-02 00:09:24','2021-02-01 19:09:24'),
(124393,45628,'action started via WP Cron','2021-02-02 00:10:28','2021-02-01 19:10:28'),
(124394,45628,'action complete via WP Cron','2021-02-02 00:10:28','2021-02-01 19:10:28'),
(124395,45629,'action created','2021-02-02 00:10:28','2021-02-01 19:10:28'),
(124396,45629,'action started via WP Cron','2021-02-02 00:11:29','2021-02-01 19:11:29'),
(124397,45629,'action complete via WP Cron','2021-02-02 00:11:29','2021-02-01 19:11:29'),
(124398,45630,'action created','2021-02-02 00:11:29','2021-02-01 19:11:29'),
(124399,45630,'action started via WP Cron','2021-02-02 00:12:17','2021-02-01 19:12:17'),
(124400,45630,'action complete via WP Cron','2021-02-02 00:12:17','2021-02-01 19:12:17'),
(124401,45631,'action created','2021-02-02 00:12:17','2021-02-01 19:12:17'),
(124402,45631,'action started via WP Cron','2021-02-02 00:13:12','2021-02-01 19:13:12'),
(124403,45631,'action complete via WP Cron','2021-02-02 00:13:12','2021-02-01 19:13:12'),
(124404,45632,'action created','2021-02-02 00:13:12','2021-02-01 19:13:12'),
(124405,45632,'action started via WP Cron','2021-02-02 00:14:27','2021-02-01 19:14:27'),
(124406,45632,'action complete via WP Cron','2021-02-02 00:14:27','2021-02-01 19:14:27'),
(124407,45633,'action created','2021-02-02 00:14:27','2021-02-01 19:14:27'),
(124408,45633,'action started via WP Cron','2021-02-02 00:15:31','2021-02-01 19:15:31'),
(124409,45633,'action complete via WP Cron','2021-02-02 00:15:31','2021-02-01 19:15:31'),
(124410,45634,'action created','2021-02-02 00:15:31','2021-02-01 19:15:31'),
(124411,45634,'action started via WP Cron','2021-02-02 00:16:23','2021-02-01 19:16:23'),
(124412,45634,'action complete via WP Cron','2021-02-02 00:16:23','2021-02-01 19:16:23'),
(124413,45635,'action created','2021-02-02 00:16:23','2021-02-01 19:16:23'),
(124414,45635,'action started via WP Cron','2021-02-02 00:17:47','2021-02-01 19:17:47'),
(124415,45635,'action complete via WP Cron','2021-02-02 00:17:47','2021-02-01 19:17:47'),
(124416,45636,'action created','2021-02-02 00:17:47','2021-02-01 19:17:47'),
(124417,45636,'action started via WP Cron','2021-02-02 00:18:49','2021-02-01 19:18:49'),
(124418,45636,'action complete via WP Cron','2021-02-02 00:18:49','2021-02-01 19:18:49'),
(124419,45637,'action created','2021-02-02 00:18:49','2021-02-01 19:18:49'),
(124420,45637,'action started via WP Cron','2021-02-02 00:19:53','2021-02-01 19:19:53'),
(124421,45637,'action complete via WP Cron','2021-02-02 00:19:53','2021-02-01 19:19:53'),
(124422,45638,'action created','2021-02-02 00:19:53','2021-02-01 19:19:53'),
(124423,45638,'action started via WP Cron','2021-02-02 00:20:44','2021-02-01 19:20:44'),
(124424,45638,'action complete via WP Cron','2021-02-02 00:20:44','2021-02-01 19:20:44'),
(124425,45639,'action created','2021-02-02 00:20:44','2021-02-01 19:20:44'),
(124426,45639,'action started via WP Cron','2021-02-02 00:21:56','2021-02-01 19:21:56'),
(124427,45639,'action complete via WP Cron','2021-02-02 00:21:56','2021-02-01 19:21:56'),
(124428,45640,'action created','2021-02-02 00:21:56','2021-02-01 19:21:56'),
(124429,45640,'action started via WP Cron','2021-02-02 00:22:17','2021-02-01 19:22:17'),
(124430,45640,'action complete via WP Cron','2021-02-02 00:22:17','2021-02-01 19:22:17'),
(124431,45641,'action created','2021-02-02 00:22:17','2021-02-01 19:22:17'),
(124432,45641,'action started via WP Cron','2021-02-02 00:24:01','2021-02-01 19:24:01'),
(124433,45641,'action complete via WP Cron','2021-02-02 00:24:01','2021-02-01 19:24:01'),
(124434,45642,'action created','2021-02-02 00:24:02','2021-02-01 19:24:02'),
(124435,45642,'action started via WP Cron','2021-02-02 00:27:40','2021-02-01 19:27:40'),
(124436,45642,'action complete via WP Cron','2021-02-02 00:27:40','2021-02-01 19:27:40'),
(124437,45643,'action created','2021-02-02 00:27:40','2021-02-01 19:27:40'),
(124438,45643,'action started via WP Cron','2021-02-02 00:28:39','2021-02-01 19:28:39'),
(124439,45643,'action complete via WP Cron','2021-02-02 00:28:39','2021-02-01 19:28:39'),
(124440,45644,'action created','2021-02-02 00:28:39','2021-02-01 19:28:39'),
(124441,45644,'action started via WP Cron','2021-02-02 00:30:47','2021-02-01 19:30:47'),
(124442,45644,'action complete via WP Cron','2021-02-02 00:30:47','2021-02-01 19:30:47'),
(124443,45645,'action created','2021-02-02 00:30:47','2021-02-01 19:30:47'),
(124444,45645,'action started via WP Cron','2021-02-02 00:31:27','2021-02-01 19:31:27'),
(124445,45645,'action complete via WP Cron','2021-02-02 00:31:27','2021-02-01 19:31:27'),
(124446,45646,'action created','2021-02-02 00:31:27','2021-02-01 19:31:27'),
(124447,45646,'action started via WP Cron','2021-02-02 00:32:21','2021-02-01 19:32:21'),
(124448,45646,'action complete via WP Cron','2021-02-02 00:32:21','2021-02-01 19:32:21'),
(124449,45647,'action created','2021-02-02 00:32:22','2021-02-01 19:32:22'),
(124450,45647,'action started via WP Cron','2021-02-02 00:33:34','2021-02-01 19:33:34'),
(124451,45647,'action complete via WP Cron','2021-02-02 00:33:34','2021-02-01 19:33:34'),
(124452,45648,'action created','2021-02-02 00:33:34','2021-02-01 19:33:34'),
(124453,45648,'action started via WP Cron','2021-02-02 00:34:26','2021-02-01 19:34:26'),
(124454,45648,'action complete via WP Cron','2021-02-02 00:34:27','2021-02-01 19:34:27'),
(124455,45649,'action created','2021-02-02 00:34:27','2021-02-01 19:34:27'),
(124456,45649,'action started via WP Cron','2021-02-02 00:35:46','2021-02-01 19:35:46'),
(124457,45649,'action complete via WP Cron','2021-02-02 00:35:46','2021-02-01 19:35:46'),
(124458,45650,'action created','2021-02-02 00:35:46','2021-02-01 19:35:46'),
(124459,45650,'action started via WP Cron','2021-02-02 00:36:32','2021-02-01 19:36:32'),
(124460,45650,'action complete via WP Cron','2021-02-02 00:36:32','2021-02-01 19:36:32'),
(124461,45651,'action created','2021-02-02 00:36:32','2021-02-01 19:36:32'),
(124462,45651,'action started via WP Cron','2021-02-02 00:38:44','2021-02-01 19:38:44'),
(124463,45651,'action complete via WP Cron','2021-02-02 00:38:44','2021-02-01 19:38:44'),
(124464,45652,'action created','2021-02-02 00:38:44','2021-02-01 19:38:44'),
(124465,45652,'action started via WP Cron','2021-02-02 00:39:11','2021-02-01 19:39:11'),
(124466,45652,'action complete via WP Cron','2021-02-02 00:39:11','2021-02-01 19:39:11'),
(124467,45653,'action created','2021-02-02 00:39:11','2021-02-01 19:39:11'),
(124468,45653,'action started via WP Cron','2021-02-02 00:40:21','2021-02-01 19:40:21'),
(124469,45653,'action complete via WP Cron','2021-02-02 00:40:21','2021-02-01 19:40:21'),
(124470,45654,'action created','2021-02-02 00:40:22','2021-02-01 19:40:22'),
(124471,45654,'action started via WP Cron','2021-02-02 00:41:15','2021-02-01 19:41:15'),
(124472,45654,'action complete via WP Cron','2021-02-02 00:41:15','2021-02-01 19:41:15'),
(124473,45655,'action created','2021-02-02 00:41:15','2021-02-01 19:41:15'),
(124474,45655,'action started via WP Cron','2021-02-02 00:42:30','2021-02-01 19:42:30'),
(124475,45655,'action complete via WP Cron','2021-02-02 00:42:30','2021-02-01 19:42:30'),
(124476,45656,'action created','2021-02-02 00:42:30','2021-02-01 19:42:30'),
(124477,45656,'action started via WP Cron','2021-02-02 00:44:29','2021-02-01 19:44:29'),
(124478,45656,'action complete via WP Cron','2021-02-02 00:44:29','2021-02-01 19:44:29'),
(124479,45657,'action created','2021-02-02 00:44:29','2021-02-01 19:44:29'),
(124480,45657,'action started via WP Cron','2021-02-02 00:45:45','2021-02-01 19:45:45'),
(124481,45657,'action complete via WP Cron','2021-02-02 00:45:45','2021-02-01 19:45:45'),
(124482,45658,'action created','2021-02-02 00:45:45','2021-02-01 19:45:45'),
(124483,45658,'action started via WP Cron','2021-02-02 00:48:06','2021-02-01 19:48:06'),
(124484,45658,'action complete via WP Cron','2021-02-02 00:48:06','2021-02-01 19:48:06'),
(124485,45659,'action created','2021-02-02 00:48:06','2021-02-01 19:48:06'),
(124486,45659,'action started via WP Cron','2021-02-02 00:50:10','2021-02-01 19:50:10'),
(124487,45659,'action complete via WP Cron','2021-02-02 00:50:10','2021-02-01 19:50:10'),
(124488,45660,'action created','2021-02-02 00:50:10','2021-02-01 19:50:10'),
(124489,45660,'action started via WP Cron','2021-02-02 00:51:21','2021-02-01 19:51:21'),
(124490,45660,'action complete via WP Cron','2021-02-02 00:51:21','2021-02-01 19:51:21'),
(124491,45661,'action created','2021-02-02 00:51:21','2021-02-01 19:51:21'),
(124492,45661,'action started via WP Cron','2021-02-02 00:52:15','2021-02-01 19:52:15'),
(124493,45661,'action complete via WP Cron','2021-02-02 00:52:15','2021-02-01 19:52:15'),
(124494,45662,'action created','2021-02-02 00:52:15','2021-02-01 19:52:15'),
(124495,45662,'action started via WP Cron','2021-02-02 00:53:47','2021-02-01 19:53:47'),
(124496,45662,'action complete via WP Cron','2021-02-02 00:53:47','2021-02-01 19:53:47'),
(124497,45663,'action created','2021-02-02 00:53:47','2021-02-01 19:53:47'),
(124498,45663,'action started via WP Cron','2021-02-02 00:54:16','2021-02-01 19:54:16'),
(124499,45663,'action complete via WP Cron','2021-02-02 00:54:16','2021-02-01 19:54:16'),
(124500,45664,'action created','2021-02-02 00:54:16','2021-02-01 19:54:16'),
(124501,45664,'action started via WP Cron','2021-02-02 00:55:36','2021-02-01 19:55:36'),
(124502,45664,'action complete via WP Cron','2021-02-02 00:55:36','2021-02-01 19:55:36'),
(124503,45665,'action created','2021-02-02 00:55:36','2021-02-01 19:55:36'),
(124504,45665,'action started via WP Cron','2021-02-02 00:56:11','2021-02-01 19:56:11'),
(124505,45665,'action complete via WP Cron','2021-02-02 00:56:11','2021-02-01 19:56:11'),
(124506,45666,'action created','2021-02-02 00:56:11','2021-02-01 19:56:11'),
(124507,45666,'action started via WP Cron','2021-02-02 00:57:54','2021-02-01 19:57:54'),
(124508,45666,'action complete via WP Cron','2021-02-02 00:57:54','2021-02-01 19:57:54'),
(124509,45667,'action created','2021-02-02 00:57:54','2021-02-01 19:57:54'),
(124510,45667,'action started via WP Cron','2021-02-02 00:59:41','2021-02-01 19:59:41'),
(124511,45667,'action complete via WP Cron','2021-02-02 00:59:41','2021-02-01 19:59:41'),
(124512,45668,'action created','2021-02-02 00:59:41','2021-02-01 19:59:41'),
(124513,45668,'action started via WP Cron','2021-02-02 01:00:29','2021-02-01 20:00:29'),
(124514,45668,'action complete via WP Cron','2021-02-02 01:00:29','2021-02-01 20:00:29'),
(124515,45669,'action created','2021-02-02 01:00:29','2021-02-01 20:00:29'),
(124516,45669,'action started via WP Cron','2021-02-02 01:01:51','2021-02-01 20:01:51'),
(124517,45669,'action complete via WP Cron','2021-02-02 01:01:51','2021-02-01 20:01:51'),
(124518,45670,'action created','2021-02-02 01:01:51','2021-02-01 20:01:51'),
(124519,45670,'action started via WP Cron','2021-02-02 01:04:31','2021-02-01 20:04:31'),
(124520,45670,'action complete via WP Cron','2021-02-02 01:04:31','2021-02-01 20:04:31'),
(124521,45671,'action created','2021-02-02 01:04:31','2021-02-01 20:04:31'),
(124522,45671,'action started via WP Cron','2021-02-02 01:05:51','2021-02-01 20:05:51'),
(124523,45671,'action complete via WP Cron','2021-02-02 01:05:51','2021-02-01 20:05:51'),
(124524,45672,'action created','2021-02-02 01:05:51','2021-02-01 20:05:51'),
(124525,45672,'action started via WP Cron','2021-02-02 01:06:38','2021-02-01 20:06:38'),
(124526,45672,'action complete via WP Cron','2021-02-02 01:06:38','2021-02-01 20:06:38'),
(124527,45673,'action created','2021-02-02 01:06:38','2021-02-01 20:06:38'),
(124528,45673,'action started via WP Cron','2021-02-02 01:08:11','2021-02-01 20:08:11'),
(124529,45673,'action complete via WP Cron','2021-02-02 01:08:11','2021-02-01 20:08:11'),
(124530,45674,'action created','2021-02-02 01:08:11','2021-02-01 20:08:11'),
(124531,45674,'action started via WP Cron','2021-02-02 01:10:04','2021-02-01 20:10:04'),
(124532,45674,'action complete via WP Cron','2021-02-02 01:10:04','2021-02-01 20:10:04'),
(124533,45675,'action created','2021-02-02 01:10:04','2021-02-01 20:10:04'),
(124534,45675,'action started via WP Cron','2021-02-02 01:15:20','2021-02-01 20:15:20'),
(124535,45675,'action complete via WP Cron','2021-02-02 01:15:20','2021-02-01 20:15:20'),
(124536,45676,'action created','2021-02-02 01:15:20','2021-02-01 20:15:20'),
(124537,45676,'action started via WP Cron','2021-02-02 01:16:47','2021-02-01 20:16:47'),
(124538,45676,'action complete via WP Cron','2021-02-02 01:16:47','2021-02-01 20:16:47'),
(124539,45677,'action created','2021-02-02 01:16:47','2021-02-01 20:16:47'),
(124540,45677,'action started via WP Cron','2021-02-02 01:18:24','2021-02-01 20:18:24'),
(124541,45677,'action complete via WP Cron','2021-02-02 01:18:24','2021-02-01 20:18:24'),
(124542,45678,'action created','2021-02-02 01:18:24','2021-02-01 20:18:24'),
(124543,45678,'action started via WP Cron','2021-02-02 01:19:36','2021-02-01 20:19:36'),
(124544,45678,'action complete via WP Cron','2021-02-02 01:19:36','2021-02-01 20:19:36'),
(124545,45679,'action created','2021-02-02 01:19:36','2021-02-01 20:19:36'),
(124546,45679,'action started via WP Cron','2021-02-02 01:21:43','2021-02-01 20:21:43'),
(124547,45679,'action complete via WP Cron','2021-02-02 01:21:43','2021-02-01 20:21:43'),
(124548,45680,'action created','2021-02-02 01:21:44','2021-02-01 20:21:44'),
(124549,45680,'action started via WP Cron','2021-02-02 01:23:11','2021-02-01 20:23:11'),
(124550,45680,'action complete via WP Cron','2021-02-02 01:23:11','2021-02-01 20:23:11'),
(124551,45681,'action created','2021-02-02 01:23:11','2021-02-01 20:23:11'),
(124552,45681,'action started via WP Cron','2021-02-02 01:24:25','2021-02-01 20:24:25'),
(124553,45681,'action complete via WP Cron','2021-02-02 01:24:25','2021-02-01 20:24:25'),
(124554,45682,'action created','2021-02-02 01:24:25','2021-02-01 20:24:25'),
(124555,45682,'action started via WP Cron','2021-02-02 01:26:14','2021-02-01 20:26:14'),
(124556,45682,'action complete via WP Cron','2021-02-02 01:26:14','2021-02-01 20:26:14'),
(124557,45683,'action created','2021-02-02 01:26:14','2021-02-01 20:26:14'),
(124558,45683,'action started via WP Cron','2021-02-02 01:28:19','2021-02-01 20:28:19'),
(124559,45683,'action complete via WP Cron','2021-02-02 01:28:19','2021-02-01 20:28:19'),
(124560,45684,'action created','2021-02-02 01:28:19','2021-02-01 20:28:19'),
(124561,45684,'action started via WP Cron','2021-02-02 01:33:05','2021-02-01 20:33:05'),
(124562,45684,'action complete via WP Cron','2021-02-02 01:33:05','2021-02-01 20:33:05'),
(124563,45685,'action created','2021-02-02 01:33:05','2021-02-01 20:33:05'),
(124564,45685,'action started via WP Cron','2021-02-02 01:33:15','2021-02-01 20:33:15'),
(124565,45685,'action complete via WP Cron','2021-02-02 01:33:15','2021-02-01 20:33:15'),
(124566,45686,'action created','2021-02-02 01:33:15','2021-02-01 20:33:15'),
(124567,45686,'action started via WP Cron','2021-02-02 01:34:42','2021-02-01 20:34:42'),
(124568,45686,'action complete via WP Cron','2021-02-02 01:34:42','2021-02-01 20:34:42'),
(124569,45687,'action created','2021-02-02 01:34:42','2021-02-01 20:34:42'),
(124570,45687,'action started via WP Cron','2021-02-02 01:36:18','2021-02-01 20:36:18'),
(124571,45687,'action complete via WP Cron','2021-02-02 01:36:18','2021-02-01 20:36:18'),
(124572,45688,'action created','2021-02-02 01:36:18','2021-02-01 20:36:18'),
(124573,45688,'action started via WP Cron','2021-02-02 01:37:33','2021-02-01 20:37:33'),
(124574,45688,'action complete via WP Cron','2021-02-02 01:37:33','2021-02-01 20:37:33'),
(124575,45689,'action created','2021-02-02 01:37:33','2021-02-01 20:37:33'),
(124576,44683,'action started via WP Cron','2021-02-02 01:38:48','2021-02-01 20:38:48'),
(124577,44683,'action complete via WP Cron','2021-02-02 01:38:48','2021-02-01 20:38:48'),
(124578,45690,'action created','2021-02-02 01:38:48','2021-02-01 20:38:48'),
(124579,45689,'action started via WP Cron','2021-02-02 01:38:48','2021-02-01 20:38:48'),
(124580,45689,'action complete via WP Cron','2021-02-02 01:38:48','2021-02-01 20:38:48'),
(124581,45691,'action created','2021-02-02 01:38:48','2021-02-01 20:38:48'),
(124582,45691,'action started via WP Cron','2021-02-02 01:39:42','2021-02-01 20:39:42'),
(124583,45691,'action complete via WP Cron','2021-02-02 01:39:42','2021-02-01 20:39:42'),
(124584,45692,'action created','2021-02-02 01:39:42','2021-02-01 20:39:42'),
(124585,45692,'action started via WP Cron','2021-02-02 01:40:46','2021-02-01 20:40:46'),
(124586,45692,'action complete via WP Cron','2021-02-02 01:40:46','2021-02-01 20:40:46'),
(124587,45693,'action created','2021-02-02 01:40:46','2021-02-01 20:40:46'),
(124588,45693,'action started via WP Cron','2021-02-02 01:41:52','2021-02-01 20:41:52'),
(124589,45693,'action complete via WP Cron','2021-02-02 01:41:52','2021-02-01 20:41:52'),
(124590,45694,'action created','2021-02-02 01:41:52','2021-02-01 20:41:52'),
(124591,45694,'action started via WP Cron','2021-02-02 01:42:22','2021-02-01 20:42:22'),
(124592,45694,'action complete via WP Cron','2021-02-02 01:42:22','2021-02-01 20:42:22'),
(124593,45695,'action created','2021-02-02 01:42:22','2021-02-01 20:42:22'),
(124594,45695,'action started via WP Cron','2021-02-02 01:43:22','2021-02-01 20:43:22'),
(124595,45695,'action complete via WP Cron','2021-02-02 01:43:22','2021-02-01 20:43:22'),
(124596,45696,'action created','2021-02-02 01:43:22','2021-02-01 20:43:22'),
(124597,45696,'action started via WP Cron','2021-02-02 01:46:00','2021-02-01 20:46:00'),
(124598,45696,'action complete via WP Cron','2021-02-02 01:46:00','2021-02-01 20:46:00'),
(124599,45697,'action created','2021-02-02 01:46:00','2021-02-01 20:46:00'),
(124600,45697,'action started via WP Cron','2021-02-02 01:46:25','2021-02-01 20:46:25'),
(124601,45697,'action complete via WP Cron','2021-02-02 01:46:25','2021-02-01 20:46:25'),
(124602,45698,'action created','2021-02-02 01:46:25','2021-02-01 20:46:25'),
(124603,45698,'action started via WP Cron','2021-02-02 01:48:35','2021-02-01 20:48:35'),
(124604,45698,'action complete via WP Cron','2021-02-02 01:48:35','2021-02-01 20:48:35'),
(124605,45699,'action created','2021-02-02 01:48:35','2021-02-01 20:48:35'),
(124606,45699,'action started via WP Cron','2021-02-02 01:49:50','2021-02-01 20:49:50'),
(124607,45699,'action complete via WP Cron','2021-02-02 01:49:50','2021-02-01 20:49:50'),
(124608,45700,'action created','2021-02-02 01:49:50','2021-02-01 20:49:50'),
(124609,45700,'action started via WP Cron','2021-02-02 01:51:09','2021-02-01 20:51:09'),
(124610,45700,'action complete via WP Cron','2021-02-02 01:51:09','2021-02-01 20:51:09'),
(124611,45701,'action created','2021-02-02 01:51:09','2021-02-01 20:51:09'),
(124612,45701,'action started via WP Cron','2021-02-02 01:53:43','2021-02-01 20:53:43'),
(124613,45701,'action complete via WP Cron','2021-02-02 01:53:43','2021-02-01 20:53:43'),
(124614,45702,'action created','2021-02-02 01:53:43','2021-02-01 20:53:43'),
(124615,45702,'action started via WP Cron','2021-02-02 01:54:12','2021-02-01 20:54:12'),
(124616,45702,'action complete via WP Cron','2021-02-02 01:54:12','2021-02-01 20:54:12'),
(124617,45703,'action created','2021-02-02 01:54:34','2021-02-01 20:54:34'),
(124618,45703,'action started via WP Cron','2021-02-02 01:55:36','2021-02-01 20:55:36'),
(124619,45703,'action complete via WP Cron','2021-02-02 01:55:36','2021-02-01 20:55:36'),
(124620,45704,'action created','2021-02-02 01:55:36','2021-02-01 20:55:36'),
(124621,45704,'action started via WP Cron','2021-02-02 01:56:31','2021-02-01 20:56:31'),
(124622,45704,'action complete via WP Cron','2021-02-02 01:56:31','2021-02-01 20:56:31'),
(124623,45705,'action created','2021-02-02 01:56:31','2021-02-01 20:56:31'),
(124624,45705,'action started via WP Cron','2021-02-02 01:58:24','2021-02-01 20:58:24'),
(124625,45705,'action complete via WP Cron','2021-02-02 01:58:24','2021-02-01 20:58:24'),
(124626,45706,'action created','2021-02-02 01:58:24','2021-02-01 20:58:24'),
(124627,45706,'action started via WP Cron','2021-02-02 02:00:22','2021-02-01 21:00:22'),
(124628,45706,'action complete via WP Cron','2021-02-02 02:00:22','2021-02-01 21:00:22'),
(124629,45707,'action created','2021-02-02 02:00:22','2021-02-01 21:00:22'),
(124630,45707,'action started via WP Cron','2021-02-02 02:04:29','2021-02-01 21:04:29'),
(124631,45707,'action complete via WP Cron','2021-02-02 02:04:29','2021-02-01 21:04:29'),
(124632,45708,'action created','2021-02-02 02:04:29','2021-02-01 21:04:29'),
(124633,45708,'action started via WP Cron','2021-02-02 02:07:23','2021-02-01 21:07:23'),
(124634,45708,'action complete via WP Cron','2021-02-02 02:07:23','2021-02-01 21:07:23'),
(124635,45709,'action created','2021-02-02 02:07:24','2021-02-01 21:07:24'),
(124636,45709,'action started via WP Cron','2021-02-02 02:10:25','2021-02-01 21:10:25'),
(124637,45709,'action complete via WP Cron','2021-02-02 02:10:25','2021-02-01 21:10:25'),
(124638,45710,'action created','2021-02-02 02:10:25','2021-02-01 21:10:25'),
(124639,45710,'action started via WP Cron','2021-02-02 02:11:38','2021-02-01 21:11:38'),
(124640,45710,'action complete via WP Cron','2021-02-02 02:11:38','2021-02-01 21:11:38'),
(124641,45711,'action created','2021-02-02 02:11:38','2021-02-01 21:11:38'),
(124642,45711,'action started via WP Cron','2021-02-02 02:13:09','2021-02-01 21:13:09'),
(124643,45711,'action complete via WP Cron','2021-02-02 02:13:09','2021-02-01 21:13:09'),
(124644,45712,'action created','2021-02-02 02:13:09','2021-02-01 21:13:09'),
(124645,45712,'action started via WP Cron','2021-02-02 02:13:37','2021-02-01 21:13:37'),
(124646,45712,'action complete via WP Cron','2021-02-02 02:13:37','2021-02-01 21:13:37'),
(124647,45713,'action created','2021-02-02 02:13:37','2021-02-01 21:13:37'),
(124648,45713,'action started via WP Cron','2021-02-02 02:15:32','2021-02-01 21:15:32'),
(124649,45713,'action complete via WP Cron','2021-02-02 02:15:32','2021-02-01 21:15:32'),
(124650,45714,'action created','2021-02-02 02:15:32','2021-02-01 21:15:32'),
(124651,45714,'action started via WP Cron','2021-02-02 02:19:29','2021-02-01 21:19:29'),
(124652,45714,'action complete via WP Cron','2021-02-02 02:19:29','2021-02-01 21:19:29'),
(124653,45715,'action created','2021-02-02 02:19:29','2021-02-01 21:19:29'),
(124654,45715,'action started via WP Cron','2021-02-02 02:20:26','2021-02-01 21:20:26'),
(124655,45715,'action complete via WP Cron','2021-02-02 02:20:26','2021-02-01 21:20:26'),
(124656,45716,'action created','2021-02-02 02:20:26','2021-02-01 21:20:26'),
(124657,45716,'action started via WP Cron','2021-02-02 02:21:34','2021-02-01 21:21:34'),
(124658,45716,'action complete via WP Cron','2021-02-02 02:21:34','2021-02-01 21:21:34'),
(124659,45717,'action created','2021-02-02 02:21:34','2021-02-01 21:21:34'),
(124660,45717,'action started via WP Cron','2021-02-02 02:22:22','2021-02-01 21:22:22'),
(124661,45717,'action complete via WP Cron','2021-02-02 02:22:22','2021-02-01 21:22:22'),
(124662,45718,'action created','2021-02-02 02:22:22','2021-02-01 21:22:22'),
(124663,45718,'action started via WP Cron','2021-02-02 02:23:27','2021-02-01 21:23:27'),
(124664,45718,'action complete via WP Cron','2021-02-02 02:23:27','2021-02-01 21:23:27'),
(124665,45719,'action created','2021-02-02 02:23:27','2021-02-01 21:23:27'),
(124666,45719,'action started via WP Cron','2021-02-02 02:24:24','2021-02-01 21:24:24'),
(124667,45719,'action complete via WP Cron','2021-02-02 02:24:24','2021-02-01 21:24:24'),
(124668,45720,'action created','2021-02-02 02:24:24','2021-02-01 21:24:24'),
(124669,45720,'action started via WP Cron','2021-02-02 02:26:04','2021-02-01 21:26:04'),
(124670,45720,'action complete via WP Cron','2021-02-02 02:26:04','2021-02-01 21:26:04'),
(124671,45721,'action created','2021-02-02 02:26:04','2021-02-01 21:26:04'),
(124672,45721,'action started via WP Cron','2021-02-02 02:26:59','2021-02-01 21:26:59'),
(124673,45721,'action complete via WP Cron','2021-02-02 02:26:59','2021-02-01 21:26:59'),
(124674,45722,'action created','2021-02-02 02:26:59','2021-02-01 21:26:59'),
(124675,45722,'action started via WP Cron','2021-02-02 02:27:45','2021-02-01 21:27:45'),
(124676,45722,'action complete via WP Cron','2021-02-02 02:27:45','2021-02-01 21:27:45'),
(124677,45723,'action created','2021-02-02 02:27:45','2021-02-01 21:27:45'),
(124678,45723,'action started via WP Cron','2021-02-02 02:29:07','2021-02-01 21:29:07'),
(124679,45723,'action complete via WP Cron','2021-02-02 02:29:07','2021-02-01 21:29:07'),
(124680,45724,'action created','2021-02-02 02:29:07','2021-02-01 21:29:07'),
(124681,45724,'action started via WP Cron','2021-02-02 02:29:20','2021-02-01 21:29:20'),
(124682,45724,'action complete via WP Cron','2021-02-02 02:29:20','2021-02-01 21:29:20'),
(124683,45725,'action created','2021-02-02 02:29:20','2021-02-01 21:29:20'),
(124684,45725,'action started via WP Cron','2021-02-02 02:30:17','2021-02-01 21:30:17'),
(124685,45725,'action complete via WP Cron','2021-02-02 02:30:17','2021-02-01 21:30:17'),
(124686,45726,'action created','2021-02-02 02:30:17','2021-02-01 21:30:17'),
(124687,45726,'action started via WP Cron','2021-02-02 02:31:51','2021-02-01 21:31:51'),
(124688,45726,'action complete via WP Cron','2021-02-02 02:31:51','2021-02-01 21:31:51'),
(124689,45727,'action created','2021-02-02 02:31:52','2021-02-01 21:31:52'),
(124690,45727,'action started via WP Cron','2021-02-02 02:32:20','2021-02-01 21:32:20'),
(124691,45727,'action complete via WP Cron','2021-02-02 02:32:20','2021-02-01 21:32:20'),
(124692,45728,'action created','2021-02-02 02:32:21','2021-02-01 21:32:21'),
(124693,45728,'action started via WP Cron','2021-02-02 02:33:48','2021-02-01 21:33:48'),
(124694,45728,'action complete via WP Cron','2021-02-02 02:33:48','2021-02-01 21:33:48'),
(124695,45729,'action created','2021-02-02 02:33:48','2021-02-01 21:33:48'),
(124696,45729,'action started via WP Cron','2021-02-02 02:35:35','2021-02-01 21:35:35'),
(124697,45729,'action complete via WP Cron','2021-02-02 02:35:35','2021-02-01 21:35:35'),
(124698,45730,'action created','2021-02-02 02:35:35','2021-02-01 21:35:35'),
(124699,45730,'action started via WP Cron','2021-02-02 02:38:09','2021-02-01 21:38:09'),
(124700,45730,'action complete via WP Cron','2021-02-02 02:38:09','2021-02-01 21:38:09'),
(124701,45731,'action created','2021-02-02 02:38:09','2021-02-01 21:38:09'),
(124702,45731,'action started via WP Cron','2021-02-02 02:39:14','2021-02-01 21:39:14'),
(124703,45731,'action complete via WP Cron','2021-02-02 02:39:14','2021-02-01 21:39:14'),
(124704,45732,'action created','2021-02-02 02:39:14','2021-02-01 21:39:14'),
(124705,45732,'action started via WP Cron','2021-02-02 02:41:46','2021-02-01 21:41:46'),
(124706,45732,'action complete via WP Cron','2021-02-02 02:41:46','2021-02-01 21:41:46'),
(124707,45733,'action created','2021-02-02 02:41:46','2021-02-01 21:41:46'),
(124708,45733,'action started via WP Cron','2021-02-02 02:43:03','2021-02-01 21:43:03'),
(124709,45733,'action complete via WP Cron','2021-02-02 02:43:03','2021-02-01 21:43:03'),
(124710,45734,'action created','2021-02-02 02:43:03','2021-02-01 21:43:03'),
(124711,45734,'action started via WP Cron','2021-02-02 02:43:16','2021-02-01 21:43:16'),
(124712,45734,'action complete via WP Cron','2021-02-02 02:43:16','2021-02-01 21:43:16'),
(124713,45735,'action created','2021-02-02 02:43:16','2021-02-01 21:43:16'),
(124714,45735,'action started via WP Cron','2021-02-02 02:48:14','2021-02-01 21:48:14'),
(124715,45735,'action complete via WP Cron','2021-02-02 02:48:14','2021-02-01 21:48:14'),
(124716,45736,'action created','2021-02-02 02:48:15','2021-02-01 21:48:15'),
(124717,45736,'action started via WP Cron','2021-02-02 02:49:45','2021-02-01 21:49:45'),
(124718,45736,'action complete via WP Cron','2021-02-02 02:49:45','2021-02-01 21:49:45'),
(124719,45737,'action created','2021-02-02 02:49:45','2021-02-01 21:49:45'),
(124720,45737,'action started via WP Cron','2021-02-02 02:50:52','2021-02-01 21:50:52'),
(124721,45737,'action complete via WP Cron','2021-02-02 02:50:52','2021-02-01 21:50:52'),
(124722,45738,'action created','2021-02-02 02:50:52','2021-02-01 21:50:52'),
(124723,45738,'action started via WP Cron','2021-02-02 02:51:50','2021-02-01 21:51:50'),
(124724,45738,'action complete via WP Cron','2021-02-02 02:51:50','2021-02-01 21:51:50'),
(124725,45739,'action created','2021-02-02 02:51:50','2021-02-01 21:51:50'),
(124726,45739,'action started via WP Cron','2021-02-02 02:53:17','2021-02-01 21:53:17'),
(124727,45739,'action complete via WP Cron','2021-02-02 02:53:17','2021-02-01 21:53:17'),
(124728,45740,'action created','2021-02-02 02:53:17','2021-02-01 21:53:17'),
(124729,45740,'action started via WP Cron','2021-02-02 02:54:21','2021-02-01 21:54:21'),
(124730,45740,'action complete via WP Cron','2021-02-02 02:54:21','2021-02-01 21:54:21'),
(124731,45741,'action created','2021-02-02 02:54:21','2021-02-01 21:54:21'),
(124732,45741,'action started via WP Cron','2021-02-02 02:56:53','2021-02-01 21:56:53'),
(124733,45741,'action complete via WP Cron','2021-02-02 02:56:53','2021-02-01 21:56:53'),
(124734,45742,'action created','2021-02-02 02:56:53','2021-02-01 21:56:53'),
(124735,45742,'action started via WP Cron','2021-02-02 02:57:58','2021-02-01 21:57:58'),
(124736,45742,'action complete via WP Cron','2021-02-02 02:57:58','2021-02-01 21:57:58'),
(124737,45743,'action created','2021-02-02 02:57:58','2021-02-01 21:57:58'),
(124738,45743,'action started via WP Cron','2021-02-02 02:58:18','2021-02-01 21:58:18'),
(124739,45743,'action complete via WP Cron','2021-02-02 02:58:18','2021-02-01 21:58:18'),
(124740,45744,'action created','2021-02-02 02:58:18','2021-02-01 21:58:18'),
(124741,45744,'action started via WP Cron','2021-02-02 03:00:03','2021-02-01 22:00:03'),
(124742,45744,'action complete via WP Cron','2021-02-02 03:00:03','2021-02-01 22:00:03'),
(124743,45745,'action created','2021-02-02 03:00:07','2021-02-01 22:00:07'),
(124744,45745,'action started via WP Cron','2021-02-02 03:00:27','2021-02-01 22:00:27'),
(124745,45745,'action complete via WP Cron','2021-02-02 03:00:27','2021-02-01 22:00:27'),
(124746,45746,'action created','2021-02-02 03:00:27','2021-02-01 22:00:27'),
(124747,45746,'action started via WP Cron','2021-02-02 03:01:50','2021-02-01 22:01:50'),
(124748,45746,'action complete via WP Cron','2021-02-02 03:01:50','2021-02-01 22:01:50'),
(124749,45747,'action created','2021-02-02 03:01:51','2021-02-01 22:01:51'),
(124750,45747,'action started via WP Cron','2021-02-02 03:02:38','2021-02-01 22:02:38'),
(124751,45747,'action complete via WP Cron','2021-02-02 03:02:38','2021-02-01 22:02:38'),
(124752,45748,'action created','2021-02-02 03:02:38','2021-02-01 22:02:38'),
(124753,45748,'action started via WP Cron','2021-02-02 03:05:32','2021-02-01 22:05:32'),
(124754,45748,'action complete via WP Cron','2021-02-02 03:05:32','2021-02-01 22:05:32'),
(124755,45749,'action created','2021-02-02 03:05:33','2021-02-01 22:05:33'),
(124756,45749,'action started via WP Cron','2021-02-02 03:06:13','2021-02-01 22:06:13'),
(124757,45749,'action complete via WP Cron','2021-02-02 03:06:13','2021-02-01 22:06:13'),
(124758,45750,'action created','2021-02-02 03:06:13','2021-02-01 22:06:13'),
(124759,45750,'action started via WP Cron','2021-02-02 03:09:41','2021-02-01 22:09:41'),
(124760,45750,'action complete via WP Cron','2021-02-02 03:09:41','2021-02-01 22:09:41'),
(124761,45751,'action created','2021-02-02 03:09:41','2021-02-01 22:09:41'),
(124762,45751,'action started via WP Cron','2021-02-02 03:11:06','2021-02-01 22:11:06'),
(124763,45751,'action complete via WP Cron','2021-02-02 03:11:06','2021-02-01 22:11:06'),
(124764,45752,'action created','2021-02-02 03:11:06','2021-02-01 22:11:06'),
(124765,45752,'action started via WP Cron','2021-02-02 03:12:47','2021-02-01 22:12:47'),
(124766,45752,'action complete via WP Cron','2021-02-02 03:12:47','2021-02-01 22:12:47'),
(124767,45753,'action created','2021-02-02 03:12:47','2021-02-01 22:12:47'),
(124768,45753,'action started via WP Cron','2021-02-02 03:15:16','2021-02-01 22:15:16'),
(124769,45753,'action complete via WP Cron','2021-02-02 03:15:16','2021-02-01 22:15:16'),
(124770,45754,'action created','2021-02-02 03:15:16','2021-02-01 22:15:16'),
(124771,45754,'action started via WP Cron','2021-02-02 03:16:23','2021-02-01 22:16:23'),
(124772,45754,'action complete via WP Cron','2021-02-02 03:16:23','2021-02-01 22:16:23'),
(124773,45755,'action created','2021-02-02 03:16:23','2021-02-01 22:16:23'),
(124774,45755,'action started via WP Cron','2021-02-02 03:17:14','2021-02-01 22:17:14'),
(124775,45755,'action complete via WP Cron','2021-02-02 03:17:14','2021-02-01 22:17:14'),
(124776,45756,'action created','2021-02-02 03:17:14','2021-02-01 22:17:14'),
(124777,45756,'action started via WP Cron','2021-02-02 03:19:03','2021-02-01 22:19:03'),
(124778,45756,'action complete via WP Cron','2021-02-02 03:19:03','2021-02-01 22:19:03'),
(124779,45757,'action created','2021-02-02 03:19:04','2021-02-01 22:19:04'),
(124780,45757,'action started via WP Cron','2021-02-02 03:19:36','2021-02-01 22:19:36'),
(124781,45757,'action complete via WP Cron','2021-02-02 03:19:36','2021-02-01 22:19:36'),
(124782,45758,'action created','2021-02-02 03:19:36','2021-02-01 22:19:36'),
(124783,45758,'action started via WP Cron','2021-02-02 03:22:39','2021-02-01 22:22:39'),
(124784,45758,'action complete via WP Cron','2021-02-02 03:22:39','2021-02-01 22:22:39'),
(124785,45759,'action created','2021-02-02 03:22:39','2021-02-01 22:22:39'),
(124786,45759,'action started via WP Cron','2021-02-02 03:23:31','2021-02-01 22:23:31'),
(124787,45759,'action complete via WP Cron','2021-02-02 03:23:32','2021-02-01 22:23:32'),
(124788,45760,'action created','2021-02-02 03:23:32','2021-02-01 22:23:32'),
(124789,45760,'action started via WP Cron','2021-02-02 03:25:19','2021-02-01 22:25:19'),
(124790,45760,'action complete via WP Cron','2021-02-02 03:25:19','2021-02-01 22:25:19'),
(124791,45761,'action created','2021-02-02 03:25:19','2021-02-01 22:25:19'),
(124792,45761,'action started via WP Cron','2021-02-02 03:28:09','2021-02-01 22:28:09'),
(124793,45761,'action complete via WP Cron','2021-02-02 03:28:09','2021-02-01 22:28:09'),
(124794,45762,'action created','2021-02-02 03:28:09','2021-02-01 22:28:09'),
(124795,45762,'action started via WP Cron','2021-02-02 03:29:21','2021-02-01 22:29:21'),
(124796,45762,'action complete via WP Cron','2021-02-02 03:29:21','2021-02-01 22:29:21'),
(124797,45763,'action created','2021-02-02 03:29:21','2021-02-01 22:29:21'),
(124798,45763,'action started via WP Cron','2021-02-02 03:33:00','2021-02-01 22:33:00'),
(124799,45763,'action complete via WP Cron','2021-02-02 03:33:00','2021-02-01 22:33:00'),
(124800,45764,'action created','2021-02-02 03:33:00','2021-02-01 22:33:00'),
(124801,45764,'action started via WP Cron','2021-02-02 03:39:06','2021-02-01 22:39:06'),
(124802,45764,'action complete via WP Cron','2021-02-02 03:39:06','2021-02-01 22:39:06'),
(124803,45765,'action created','2021-02-02 03:39:06','2021-02-01 22:39:06'),
(124804,45765,'action started via WP Cron','2021-02-02 03:39:24','2021-02-01 22:39:24'),
(124805,45765,'action complete via WP Cron','2021-02-02 03:39:24','2021-02-01 22:39:24'),
(124806,45766,'action created','2021-02-02 03:39:24','2021-02-01 22:39:24'),
(124807,45766,'action started via WP Cron','2021-02-02 03:41:21','2021-02-01 22:41:21'),
(124808,45766,'action complete via WP Cron','2021-02-02 03:41:21','2021-02-01 22:41:21'),
(124809,45767,'action created','2021-02-02 03:41:21','2021-02-01 22:41:21'),
(124810,45767,'action started via WP Cron','2021-02-02 03:47:54','2021-02-01 22:47:54'),
(124811,45767,'action complete via WP Cron','2021-02-02 03:47:54','2021-02-01 22:47:54'),
(124812,45768,'action created','2021-02-02 03:47:54','2021-02-01 22:47:54'),
(124813,45768,'action started via WP Cron','2021-02-02 03:48:55','2021-02-01 22:48:55'),
(124814,45768,'action complete via WP Cron','2021-02-02 03:48:55','2021-02-01 22:48:55'),
(124815,45769,'action created','2021-02-02 03:48:55','2021-02-01 22:48:55'),
(124816,45769,'action started via WP Cron','2021-02-02 03:49:33','2021-02-01 22:49:33'),
(124817,45769,'action complete via WP Cron','2021-02-02 03:49:33','2021-02-01 22:49:33'),
(124818,45770,'action created','2021-02-02 03:49:33','2021-02-01 22:49:33'),
(124819,45770,'action started via WP Cron','2021-02-02 03:50:23','2021-02-01 22:50:23'),
(124820,45770,'action complete via WP Cron','2021-02-02 03:50:23','2021-02-01 22:50:23'),
(124821,45771,'action created','2021-02-02 03:50:23','2021-02-01 22:50:23'),
(124822,45771,'action started via WP Cron','2021-02-02 03:52:58','2021-02-01 22:52:58'),
(124823,45771,'action complete via WP Cron','2021-02-02 03:52:58','2021-02-01 22:52:58'),
(124824,45772,'action created','2021-02-02 03:52:58','2021-02-01 22:52:58'),
(124825,45772,'action started via WP Cron','2021-02-02 03:53:50','2021-02-01 22:53:50'),
(124826,45772,'action complete via WP Cron','2021-02-02 03:53:50','2021-02-01 22:53:50'),
(124827,45773,'action created','2021-02-02 03:53:50','2021-02-01 22:53:50'),
(124828,45773,'action started via WP Cron','2021-02-02 03:54:42','2021-02-01 22:54:42'),
(124829,45773,'action complete via WP Cron','2021-02-02 03:54:42','2021-02-01 22:54:42'),
(124830,45774,'action created','2021-02-02 03:54:42','2021-02-01 22:54:42'),
(124831,45774,'action started via WP Cron','2021-02-02 03:55:28','2021-02-01 22:55:28'),
(124832,45774,'action complete via WP Cron','2021-02-02 03:55:28','2021-02-01 22:55:28'),
(124833,45775,'action created','2021-02-02 03:55:28','2021-02-01 22:55:28'),
(124834,45775,'action started via WP Cron','2021-02-02 03:56:46','2021-02-01 22:56:46'),
(124835,45775,'action complete via WP Cron','2021-02-02 03:56:46','2021-02-01 22:56:46'),
(124836,45776,'action created','2021-02-02 03:56:46','2021-02-01 22:56:46'),
(124837,45776,'action started via WP Cron','2021-02-02 03:57:27','2021-02-01 22:57:27'),
(124838,45776,'action complete via WP Cron','2021-02-02 03:57:27','2021-02-01 22:57:27'),
(124839,45777,'action created','2021-02-02 03:57:27','2021-02-01 22:57:27'),
(124840,45777,'action started via WP Cron','2021-02-02 03:58:46','2021-02-01 22:58:46'),
(124841,45777,'action complete via WP Cron','2021-02-02 03:58:46','2021-02-01 22:58:46'),
(124842,45778,'action created','2021-02-02 03:58:46','2021-02-01 22:58:46'),
(124843,45778,'action started via WP Cron','2021-02-02 03:59:33','2021-02-01 22:59:33'),
(124844,45778,'action complete via WP Cron','2021-02-02 03:59:33','2021-02-01 22:59:33'),
(124845,45779,'action created','2021-02-02 03:59:33','2021-02-01 22:59:33'),
(124846,45779,'action started via WP Cron','2021-02-02 04:00:23','2021-02-01 23:00:23'),
(124847,45779,'action complete via WP Cron','2021-02-02 04:00:23','2021-02-01 23:00:23'),
(124848,45780,'action created','2021-02-02 04:00:23','2021-02-01 23:00:23'),
(124849,45780,'action started via WP Cron','2021-02-02 04:01:33','2021-02-01 23:01:33'),
(124850,45780,'action complete via WP Cron','2021-02-02 04:01:33','2021-02-01 23:01:33'),
(124851,45781,'action created','2021-02-02 04:01:33','2021-02-01 23:01:33'),
(124852,45781,'action started via WP Cron','2021-02-02 04:03:06','2021-02-01 23:03:06'),
(124853,45781,'action complete via WP Cron','2021-02-02 04:03:06','2021-02-01 23:03:06'),
(124854,45782,'action created','2021-02-02 04:03:06','2021-02-01 23:03:06'),
(124855,45782,'action started via WP Cron','2021-02-02 04:04:02','2021-02-01 23:04:02'),
(124856,45782,'action complete via WP Cron','2021-02-02 04:04:02','2021-02-01 23:04:02'),
(124857,45783,'action created','2021-02-02 04:04:02','2021-02-01 23:04:02'),
(124858,45783,'action started via WP Cron','2021-02-02 04:04:41','2021-02-01 23:04:41'),
(124859,45783,'action complete via WP Cron','2021-02-02 04:04:41','2021-02-01 23:04:41'),
(124860,45784,'action created','2021-02-02 04:04:41','2021-02-01 23:04:41'),
(124861,45784,'action started via WP Cron','2021-02-02 04:05:40','2021-02-01 23:05:40'),
(124862,45784,'action complete via WP Cron','2021-02-02 04:05:40','2021-02-01 23:05:40'),
(124863,45785,'action created','2021-02-02 04:05:41','2021-02-01 23:05:41'),
(124864,45785,'action started via WP Cron','2021-02-02 04:06:21','2021-02-01 23:06:21'),
(124865,45785,'action complete via WP Cron','2021-02-02 04:06:21','2021-02-01 23:06:21'),
(124866,45786,'action created','2021-02-02 04:06:21','2021-02-01 23:06:21'),
(124867,45786,'action started via WP Cron','2021-02-02 04:08:22','2021-02-01 23:08:22'),
(124868,45786,'action complete via WP Cron','2021-02-02 04:08:22','2021-02-01 23:08:22'),
(124869,45787,'action created','2021-02-02 04:08:22','2021-02-01 23:08:22'),
(124870,45787,'action started via WP Cron','2021-02-02 04:10:42','2021-02-01 23:10:42'),
(124871,45787,'action complete via WP Cron','2021-02-02 04:10:42','2021-02-01 23:10:42'),
(124872,45788,'action created','2021-02-02 04:10:42','2021-02-01 23:10:42'),
(124873,45788,'action started via WP Cron','2021-02-02 04:13:57','2021-02-01 23:13:57'),
(124874,45788,'action complete via WP Cron','2021-02-02 04:13:57','2021-02-01 23:13:57'),
(124875,45789,'action created','2021-02-02 04:13:58','2021-02-01 23:13:58'),
(124876,45789,'action started via WP Cron','2021-02-02 04:14:38','2021-02-01 23:14:38'),
(124877,45789,'action complete via WP Cron','2021-02-02 04:14:38','2021-02-01 23:14:38'),
(124878,45790,'action created','2021-02-02 04:14:38','2021-02-01 23:14:38'),
(124879,45790,'action started via WP Cron','2021-02-02 04:16:14','2021-02-01 23:16:14'),
(124880,45790,'action complete via WP Cron','2021-02-02 04:16:14','2021-02-01 23:16:14'),
(124881,45791,'action created','2021-02-02 04:16:14','2021-02-01 23:16:14'),
(124882,45791,'action started via WP Cron','2021-02-02 04:17:41','2021-02-01 23:17:41'),
(124883,45791,'action complete via WP Cron','2021-02-02 04:17:41','2021-02-01 23:17:41'),
(124884,45792,'action created','2021-02-02 04:17:41','2021-02-01 23:17:41'),
(124885,45792,'action started via WP Cron','2021-02-02 04:18:52','2021-02-01 23:18:52'),
(124886,45792,'action complete via WP Cron','2021-02-02 04:18:52','2021-02-01 23:18:52'),
(124887,45793,'action created','2021-02-02 04:18:52','2021-02-01 23:18:52'),
(124888,45793,'action started via WP Cron','2021-02-02 04:20:24','2021-02-01 23:20:24'),
(124889,45793,'action complete via WP Cron','2021-02-02 04:20:24','2021-02-01 23:20:24'),
(124890,45794,'action created','2021-02-02 04:20:24','2021-02-01 23:20:24'),
(124891,45794,'action started via WP Cron','2021-02-02 04:21:19','2021-02-01 23:21:19'),
(124892,45794,'action complete via WP Cron','2021-02-02 04:21:19','2021-02-01 23:21:19'),
(124893,45795,'action created','2021-02-02 04:21:19','2021-02-01 23:21:19'),
(124894,45795,'action started via WP Cron','2021-02-02 04:24:32','2021-02-01 23:24:32'),
(124895,45795,'action complete via WP Cron','2021-02-02 04:24:32','2021-02-01 23:24:32'),
(124896,45796,'action created','2021-02-02 04:24:32','2021-02-01 23:24:32'),
(124897,45796,'action started via WP Cron','2021-02-02 04:25:32','2021-02-01 23:25:32'),
(124898,45796,'action complete via WP Cron','2021-02-02 04:25:32','2021-02-01 23:25:32'),
(124899,45797,'action created','2021-02-02 04:25:32','2021-02-01 23:25:32'),
(124900,45797,'action started via WP Cron','2021-02-02 04:26:21','2021-02-01 23:26:21'),
(124901,45797,'action complete via WP Cron','2021-02-02 04:26:21','2021-02-01 23:26:21'),
(124902,45798,'action created','2021-02-02 04:26:21','2021-02-01 23:26:21'),
(124903,45798,'action started via WP Cron','2021-02-02 04:27:21','2021-02-01 23:27:21'),
(124904,45798,'action complete via WP Cron','2021-02-02 04:27:21','2021-02-01 23:27:21'),
(124905,45799,'action created','2021-02-02 04:27:21','2021-02-01 23:27:21'),
(124906,45799,'action started via WP Cron','2021-02-02 04:28:30','2021-02-01 23:28:30'),
(124907,45799,'action complete via WP Cron','2021-02-02 04:28:30','2021-02-01 23:28:30'),
(124908,45800,'action created','2021-02-02 04:28:30','2021-02-01 23:28:30'),
(124909,45800,'action started via WP Cron','2021-02-02 04:29:25','2021-02-01 23:29:25'),
(124910,45800,'action complete via WP Cron','2021-02-02 04:29:25','2021-02-01 23:29:25'),
(124911,45801,'action created','2021-02-02 04:29:25','2021-02-01 23:29:25'),
(124912,45801,'action started via WP Cron','2021-02-02 04:31:25','2021-02-01 23:31:25'),
(124913,45801,'action complete via WP Cron','2021-02-02 04:31:25','2021-02-01 23:31:25'),
(124914,45802,'action created','2021-02-02 04:31:25','2021-02-01 23:31:25'),
(124915,45802,'action started via WP Cron','2021-02-02 04:32:15','2021-02-01 23:32:15'),
(124916,45802,'action complete via WP Cron','2021-02-02 04:32:15','2021-02-01 23:32:15'),
(124917,45803,'action created','2021-02-02 04:32:15','2021-02-01 23:32:15'),
(124918,45803,'action started via WP Cron','2021-02-02 04:36:47','2021-02-01 23:36:47'),
(124919,45803,'action complete via WP Cron','2021-02-02 04:36:47','2021-02-01 23:36:47'),
(124920,45804,'action created','2021-02-02 04:36:47','2021-02-01 23:36:47'),
(124921,45804,'action started via WP Cron','2021-02-02 04:41:07','2021-02-01 23:41:07'),
(124922,45804,'action complete via WP Cron','2021-02-02 04:41:08','2021-02-01 23:41:08'),
(124923,45805,'action created','2021-02-02 04:41:08','2021-02-01 23:41:08'),
(124924,45805,'action started via WP Cron','2021-02-02 04:43:57','2021-02-01 23:43:57'),
(124925,45805,'action complete via WP Cron','2021-02-02 04:43:57','2021-02-01 23:43:57'),
(124926,45806,'action created','2021-02-02 04:43:57','2021-02-01 23:43:57'),
(124927,45806,'action started via WP Cron','2021-02-02 04:44:41','2021-02-01 23:44:41'),
(124928,45806,'action complete via WP Cron','2021-02-02 04:44:41','2021-02-01 23:44:41'),
(124929,45807,'action created','2021-02-02 04:44:41','2021-02-01 23:44:41'),
(124930,45807,'action started via WP Cron','2021-02-02 04:45:47','2021-02-01 23:45:47'),
(124931,45807,'action complete via WP Cron','2021-02-02 04:45:47','2021-02-01 23:45:47'),
(124932,45808,'action created','2021-02-02 04:45:47','2021-02-01 23:45:47'),
(124933,45808,'action started via WP Cron','2021-02-02 04:47:26','2021-02-01 23:47:26'),
(124934,45808,'action complete via WP Cron','2021-02-02 04:47:26','2021-02-01 23:47:26'),
(124935,45809,'action created','2021-02-02 04:47:26','2021-02-01 23:47:26'),
(124936,45809,'action started via WP Cron','2021-02-02 04:48:55','2021-02-01 23:48:55'),
(124937,45809,'action complete via WP Cron','2021-02-02 04:48:55','2021-02-01 23:48:55'),
(124938,45810,'action created','2021-02-02 04:48:55','2021-02-01 23:48:55'),
(124939,45810,'action started via WP Cron','2021-02-02 04:50:47','2021-02-01 23:50:47'),
(124940,45810,'action complete via WP Cron','2021-02-02 04:50:47','2021-02-01 23:50:47'),
(124941,45811,'action created','2021-02-02 04:50:47','2021-02-01 23:50:47'),
(124942,45811,'action started via WP Cron','2021-02-02 04:51:17','2021-02-01 23:51:17'),
(124943,45811,'action complete via WP Cron','2021-02-02 04:51:17','2021-02-01 23:51:17'),
(124944,45812,'action created','2021-02-02 04:51:17','2021-02-01 23:51:17'),
(124945,45812,'action started via WP Cron','2021-02-02 04:52:40','2021-02-01 23:52:40'),
(124946,45812,'action complete via WP Cron','2021-02-02 04:52:40','2021-02-01 23:52:40'),
(124947,45813,'action created','2021-02-02 04:52:40','2021-02-01 23:52:40'),
(124948,45813,'action started via WP Cron','2021-02-02 04:53:45','2021-02-01 23:53:45'),
(124949,45813,'action complete via WP Cron','2021-02-02 04:53:45','2021-02-01 23:53:45'),
(124950,45814,'action created','2021-02-02 04:53:45','2021-02-01 23:53:45'),
(124951,45814,'action started via WP Cron','2021-02-02 04:55:11','2021-02-01 23:55:11'),
(124952,45814,'action complete via WP Cron','2021-02-02 04:55:11','2021-02-01 23:55:11'),
(124953,45815,'action created','2021-02-02 04:55:11','2021-02-01 23:55:11'),
(124954,45815,'action started via WP Cron','2021-02-02 04:57:36','2021-02-01 23:57:36'),
(124955,45815,'action complete via WP Cron','2021-02-02 04:57:36','2021-02-01 23:57:36'),
(124956,45816,'action created','2021-02-02 04:57:36','2021-02-01 23:57:36'),
(124957,45816,'action started via WP Cron','2021-02-02 04:58:19','2021-02-01 23:58:19'),
(124958,45816,'action complete via WP Cron','2021-02-02 04:58:19','2021-02-01 23:58:19'),
(124959,45817,'action created','2021-02-02 04:58:19','2021-02-01 23:58:19'),
(124960,45817,'action started via WP Cron','2021-02-02 05:00:20','2021-02-02 00:00:20'),
(124961,45817,'action complete via WP Cron','2021-02-02 05:00:20','2021-02-02 00:00:20'),
(124962,45818,'action created','2021-02-02 05:00:20','2021-02-02 00:00:20'),
(124963,45818,'action started via WP Cron','2021-02-02 05:03:44','2021-02-02 00:03:44'),
(124964,45818,'action complete via WP Cron','2021-02-02 05:03:44','2021-02-02 00:03:44'),
(124965,45819,'action created','2021-02-02 05:03:44','2021-02-02 00:03:44'),
(124966,45819,'action started via WP Cron','2021-02-02 05:04:19','2021-02-02 00:04:19'),
(124967,45819,'action complete via WP Cron','2021-02-02 05:04:19','2021-02-02 00:04:19'),
(124968,45820,'action created','2021-02-02 05:04:19','2021-02-02 00:04:19'),
(124969,45820,'action started via WP Cron','2021-02-02 05:05:39','2021-02-02 00:05:39'),
(124970,45820,'action complete via WP Cron','2021-02-02 05:05:39','2021-02-02 00:05:39'),
(124971,45821,'action created','2021-02-02 05:05:39','2021-02-02 00:05:39'),
(124972,45821,'action started via WP Cron','2021-02-02 05:07:18','2021-02-02 00:07:18'),
(124973,45821,'action complete via WP Cron','2021-02-02 05:07:18','2021-02-02 00:07:18'),
(124974,45822,'action created','2021-02-02 05:07:18','2021-02-02 00:07:18'),
(124975,45822,'action started via WP Cron','2021-02-02 05:08:30','2021-02-02 00:08:30'),
(124976,45822,'action complete via WP Cron','2021-02-02 05:08:30','2021-02-02 00:08:30'),
(124977,45823,'action created','2021-02-02 05:08:31','2021-02-02 00:08:31'),
(124978,45823,'action started via WP Cron','2021-02-02 05:09:35','2021-02-02 00:09:35'),
(124979,45823,'action complete via WP Cron','2021-02-02 05:09:35','2021-02-02 00:09:35'),
(124980,45824,'action created','2021-02-02 05:09:35','2021-02-02 00:09:35'),
(124981,45824,'action started via WP Cron','2021-02-02 05:11:36','2021-02-02 00:11:36'),
(124982,45824,'action complete via WP Cron','2021-02-02 05:11:36','2021-02-02 00:11:36'),
(124983,45825,'action created','2021-02-02 05:11:36','2021-02-02 00:11:36'),
(124984,45825,'action started via WP Cron','2021-02-02 05:12:30','2021-02-02 00:12:30'),
(124985,45825,'action complete via WP Cron','2021-02-02 05:12:30','2021-02-02 00:12:30'),
(124986,45826,'action created','2021-02-02 05:12:31','2021-02-02 00:12:31'),
(124987,45826,'action started via WP Cron','2021-02-02 05:14:50','2021-02-02 00:14:50'),
(124988,45826,'action complete via WP Cron','2021-02-02 05:14:50','2021-02-02 00:14:50'),
(124989,45827,'action created','2021-02-02 05:14:50','2021-02-02 00:14:50'),
(124990,45827,'action started via WP Cron','2021-02-02 05:17:00','2021-02-02 00:17:00'),
(124991,45827,'action complete via WP Cron','2021-02-02 05:17:00','2021-02-02 00:17:00'),
(124992,45828,'action created','2021-02-02 05:17:00','2021-02-02 00:17:00'),
(124993,45828,'action started via WP Cron','2021-02-02 05:18:06','2021-02-02 00:18:06'),
(124994,45828,'action complete via WP Cron','2021-02-02 05:18:07','2021-02-02 00:18:07'),
(124995,45829,'action created','2021-02-02 05:18:07','2021-02-02 00:18:07'),
(124996,45829,'action started via WP Cron','2021-02-02 05:19:04','2021-02-02 00:19:04'),
(124997,45829,'action complete via WP Cron','2021-02-02 05:19:04','2021-02-02 00:19:04'),
(124998,45830,'action created','2021-02-02 05:19:04','2021-02-02 00:19:04'),
(124999,45830,'action started via WP Cron','2021-02-02 05:20:00','2021-02-02 00:20:00'),
(125000,45830,'action complete via WP Cron','2021-02-02 05:20:00','2021-02-02 00:20:00'),
(125001,45831,'action created','2021-02-02 05:20:00','2021-02-02 00:20:00'),
(125002,45831,'action started via WP Cron','2021-02-02 05:20:39','2021-02-02 00:20:39'),
(125003,45831,'action complete via WP Cron','2021-02-02 05:20:39','2021-02-02 00:20:39'),
(125004,45832,'action created','2021-02-02 05:20:39','2021-02-02 00:20:39'),
(125005,45832,'action started via WP Cron','2021-02-02 05:21:43','2021-02-02 00:21:43'),
(125006,45832,'action complete via WP Cron','2021-02-02 05:21:43','2021-02-02 00:21:43'),
(125007,45833,'action created','2021-02-02 05:21:43','2021-02-02 00:21:43'),
(125008,45833,'action started via WP Cron','2021-02-02 05:22:45','2021-02-02 00:22:45'),
(125009,45833,'action complete via WP Cron','2021-02-02 05:22:45','2021-02-02 00:22:45'),
(125010,45834,'action created','2021-02-02 05:22:45','2021-02-02 00:22:45'),
(125011,45834,'action started via WP Cron','2021-02-02 05:24:32','2021-02-02 00:24:32'),
(125012,45834,'action complete via WP Cron','2021-02-02 05:24:32','2021-02-02 00:24:32'),
(125013,45835,'action created','2021-02-02 05:24:32','2021-02-02 00:24:32'),
(125014,45835,'action started via WP Cron','2021-02-02 05:25:14','2021-02-02 00:25:14'),
(125015,45835,'action complete via WP Cron','2021-02-02 05:25:14','2021-02-02 00:25:14'),
(125016,45836,'action created','2021-02-02 05:25:14','2021-02-02 00:25:14'),
(125017,45836,'action started via WP Cron','2021-02-02 05:27:13','2021-02-02 00:27:13'),
(125018,45836,'action complete via WP Cron','2021-02-02 05:27:13','2021-02-02 00:27:13'),
(125019,45837,'action created','2021-02-02 05:27:13','2021-02-02 00:27:13'),
(125020,45837,'action started via WP Cron','2021-02-02 05:29:37','2021-02-02 00:29:37'),
(125021,45837,'action complete via WP Cron','2021-02-02 05:29:37','2021-02-02 00:29:37'),
(125022,45838,'action created','2021-02-02 05:29:37','2021-02-02 00:29:37'),
(125023,45838,'action started via WP Cron','2021-02-02 05:30:40','2021-02-02 00:30:40'),
(125024,45838,'action complete via WP Cron','2021-02-02 05:30:40','2021-02-02 00:30:40'),
(125025,45839,'action created','2021-02-02 05:30:40','2021-02-02 00:30:40'),
(125026,45839,'action started via WP Cron','2021-02-02 05:31:46','2021-02-02 00:31:46'),
(125027,45839,'action complete via WP Cron','2021-02-02 05:31:46','2021-02-02 00:31:46'),
(125028,45840,'action created','2021-02-02 05:31:46','2021-02-02 00:31:46'),
(125029,45840,'action started via WP Cron','2021-02-02 05:32:20','2021-02-02 00:32:20'),
(125030,45840,'action complete via WP Cron','2021-02-02 05:32:20','2021-02-02 00:32:20'),
(125031,45841,'action created','2021-02-02 05:32:20','2021-02-02 00:32:20'),
(125032,45841,'action started via WP Cron','2021-02-02 05:33:18','2021-02-02 00:33:18'),
(125033,45841,'action complete via WP Cron','2021-02-02 05:33:18','2021-02-02 00:33:18'),
(125034,45842,'action created','2021-02-02 05:33:18','2021-02-02 00:33:18'),
(125035,45842,'action started via WP Cron','2021-02-02 05:34:16','2021-02-02 00:34:16'),
(125036,45842,'action complete via WP Cron','2021-02-02 05:34:16','2021-02-02 00:34:16'),
(125037,45843,'action created','2021-02-02 05:34:16','2021-02-02 00:34:16'),
(125038,45843,'action started via WP Cron','2021-02-02 05:39:55','2021-02-02 00:39:55'),
(125039,45843,'action complete via WP Cron','2021-02-02 05:39:55','2021-02-02 00:39:55'),
(125040,45844,'action created','2021-02-02 05:39:55','2021-02-02 00:39:55'),
(125041,45844,'action started via WP Cron','2021-02-02 05:44:54','2021-02-02 00:44:54'),
(125042,45844,'action complete via WP Cron','2021-02-02 05:44:54','2021-02-02 00:44:54'),
(125043,45845,'action created','2021-02-02 05:44:55','2021-02-02 00:44:55'),
(125044,45845,'action started via WP Cron','2021-02-02 05:45:40','2021-02-02 00:45:40'),
(125045,45845,'action complete via WP Cron','2021-02-02 05:45:40','2021-02-02 00:45:40'),
(125046,45846,'action created','2021-02-02 05:45:40','2021-02-02 00:45:40'),
(125047,45846,'action started via WP Cron','2021-02-02 05:49:15','2021-02-02 00:49:15'),
(125048,45846,'action complete via WP Cron','2021-02-02 05:49:15','2021-02-02 00:49:15'),
(125049,45847,'action created','2021-02-02 05:49:15','2021-02-02 00:49:15'),
(125050,45847,'action started via WP Cron','2021-02-02 05:50:34','2021-02-02 00:50:34'),
(125051,45847,'action complete via WP Cron','2021-02-02 05:50:34','2021-02-02 00:50:34'),
(125052,45848,'action created','2021-02-02 05:50:34','2021-02-02 00:50:34'),
(125053,45848,'action started via WP Cron','2021-02-02 05:51:30','2021-02-02 00:51:30'),
(125054,45848,'action complete via WP Cron','2021-02-02 05:51:30','2021-02-02 00:51:30'),
(125055,45849,'action created','2021-02-02 05:51:30','2021-02-02 00:51:30'),
(125056,45849,'action started via WP Cron','2021-02-02 05:52:30','2021-02-02 00:52:30'),
(125057,45849,'action complete via WP Cron','2021-02-02 05:52:30','2021-02-02 00:52:30'),
(125058,45850,'action created','2021-02-02 05:52:30','2021-02-02 00:52:30'),
(125059,45850,'action started via WP Cron','2021-02-02 05:55:45','2021-02-02 00:55:45'),
(125060,45850,'action complete via WP Cron','2021-02-02 05:55:45','2021-02-02 00:55:45'),
(125061,45851,'action created','2021-02-02 05:55:45','2021-02-02 00:55:45'),
(125062,45851,'action started via WP Cron','2021-02-02 05:57:06','2021-02-02 00:57:06'),
(125063,45851,'action complete via WP Cron','2021-02-02 05:57:06','2021-02-02 00:57:06'),
(125064,45852,'action created','2021-02-02 05:57:06','2021-02-02 00:57:06'),
(125065,45852,'action started via WP Cron','2021-02-02 05:59:48','2021-02-02 00:59:48'),
(125066,45852,'action complete via WP Cron','2021-02-02 05:59:48','2021-02-02 00:59:48'),
(125067,45853,'action created','2021-02-02 05:59:48','2021-02-02 00:59:48'),
(125068,45853,'action started via WP Cron','2021-02-02 06:01:56','2021-02-02 01:01:56'),
(125069,45853,'action complete via WP Cron','2021-02-02 06:01:56','2021-02-02 01:01:56'),
(125070,45854,'action created','2021-02-02 06:01:56','2021-02-02 01:01:56'),
(125071,45854,'action started via WP Cron','2021-02-02 06:03:46','2021-02-02 01:03:46'),
(125072,45854,'action complete via WP Cron','2021-02-02 06:03:46','2021-02-02 01:03:46'),
(125073,45855,'action created','2021-02-02 06:03:46','2021-02-02 01:03:46'),
(125074,45855,'action started via WP Cron','2021-02-02 06:04:19','2021-02-02 01:04:19'),
(125075,45855,'action complete via WP Cron','2021-02-02 06:04:19','2021-02-02 01:04:19'),
(125076,45856,'action created','2021-02-02 06:04:19','2021-02-02 01:04:19'),
(125077,45856,'action started via WP Cron','2021-02-02 06:05:43','2021-02-02 01:05:43'),
(125078,45856,'action complete via WP Cron','2021-02-02 06:05:43','2021-02-02 01:05:43'),
(125079,45857,'action created','2021-02-02 06:05:43','2021-02-02 01:05:43'),
(125080,45857,'action started via WP Cron','2021-02-02 06:07:00','2021-02-02 01:07:00'),
(125081,45857,'action complete via WP Cron','2021-02-02 06:07:00','2021-02-02 01:07:00'),
(125082,45858,'action created','2021-02-02 06:07:00','2021-02-02 01:07:00'),
(125083,45858,'action started via WP Cron','2021-02-02 06:09:35','2021-02-02 01:09:35'),
(125084,45858,'action complete via WP Cron','2021-02-02 06:09:35','2021-02-02 01:09:35'),
(125085,45859,'action created','2021-02-02 06:09:35','2021-02-02 01:09:35'),
(125086,45859,'action started via WP Cron','2021-02-02 06:11:18','2021-02-02 01:11:18'),
(125087,45859,'action complete via WP Cron','2021-02-02 06:11:18','2021-02-02 01:11:18'),
(125088,45860,'action created','2021-02-02 06:11:18','2021-02-02 01:11:18'),
(125089,45860,'action started via WP Cron','2021-02-02 06:12:34','2021-02-02 01:12:34'),
(125090,45860,'action complete via WP Cron','2021-02-02 06:12:34','2021-02-02 01:12:34'),
(125091,45861,'action created','2021-02-02 06:12:34','2021-02-02 01:12:34'),
(125092,45861,'action started via WP Cron','2021-02-02 06:16:44','2021-02-02 01:16:44'),
(125093,45861,'action complete via WP Cron','2021-02-02 06:16:44','2021-02-02 01:16:44'),
(125094,45862,'action created','2021-02-02 06:16:44','2021-02-02 01:16:44'),
(125095,45862,'action started via WP Cron','2021-02-02 06:17:51','2021-02-02 01:17:51'),
(125096,45862,'action complete via WP Cron','2021-02-02 06:17:51','2021-02-02 01:17:51'),
(125097,45863,'action created','2021-02-02 06:17:51','2021-02-02 01:17:51'),
(125098,45863,'action started via WP Cron','2021-02-02 06:18:13','2021-02-02 01:18:13'),
(125099,45863,'action complete via WP Cron','2021-02-02 06:18:13','2021-02-02 01:18:13'),
(125100,45864,'action created','2021-02-02 06:18:13','2021-02-02 01:18:13'),
(125101,45864,'action started via WP Cron','2021-02-02 06:19:37','2021-02-02 01:19:37'),
(125102,45864,'action complete via WP Cron','2021-02-02 06:19:37','2021-02-02 01:19:37'),
(125103,45865,'action created','2021-02-02 06:19:37','2021-02-02 01:19:37'),
(125104,45865,'action started via WP Cron','2021-02-02 06:20:27','2021-02-02 01:20:27'),
(125105,45865,'action complete via WP Cron','2021-02-02 06:20:27','2021-02-02 01:20:27'),
(125106,45866,'action created','2021-02-02 06:20:28','2021-02-02 01:20:28'),
(125107,45866,'action started via WP Cron','2021-02-02 06:21:37','2021-02-02 01:21:37'),
(125108,45866,'action complete via WP Cron','2021-02-02 06:21:37','2021-02-02 01:21:37'),
(125109,45867,'action created','2021-02-02 06:21:37','2021-02-02 01:21:37'),
(125110,45867,'action started via WP Cron','2021-02-02 06:22:13','2021-02-02 01:22:13'),
(125111,45867,'action complete via WP Cron','2021-02-02 06:22:13','2021-02-02 01:22:13'),
(125112,45868,'action created','2021-02-02 06:22:13','2021-02-02 01:22:13'),
(125113,45868,'action started via WP Cron','2021-02-02 06:24:43','2021-02-02 01:24:43'),
(125114,45868,'action complete via WP Cron','2021-02-02 06:24:44','2021-02-02 01:24:44'),
(125115,45869,'action created','2021-02-02 06:24:44','2021-02-02 01:24:44'),
(125116,45869,'action started via WP Cron','2021-02-02 06:25:21','2021-02-02 01:25:21'),
(125117,45869,'action complete via WP Cron','2021-02-02 06:25:21','2021-02-02 01:25:21'),
(125118,45870,'action created','2021-02-02 06:25:21','2021-02-02 01:25:21'),
(125119,45870,'action started via WP Cron','2021-02-02 06:29:37','2021-02-02 01:29:37'),
(125120,45870,'action complete via WP Cron','2021-02-02 06:29:37','2021-02-02 01:29:37'),
(125121,45871,'action created','2021-02-02 06:29:37','2021-02-02 01:29:37'),
(125122,45871,'action started via WP Cron','2021-02-02 06:34:01','2021-02-02 01:34:01'),
(125123,45871,'action complete via WP Cron','2021-02-02 06:34:01','2021-02-02 01:34:01'),
(125124,45872,'action created','2021-02-02 06:34:01','2021-02-02 01:34:01'),
(125125,45872,'action started via WP Cron','2021-02-02 06:34:19','2021-02-02 01:34:19'),
(125126,45872,'action complete via WP Cron','2021-02-02 06:34:19','2021-02-02 01:34:19'),
(125127,45873,'action created','2021-02-02 06:34:19','2021-02-02 01:34:19'),
(125128,45873,'action started via WP Cron','2021-02-02 06:40:34','2021-02-02 01:40:34'),
(125129,45873,'action complete via WP Cron','2021-02-02 06:40:34','2021-02-02 01:40:34'),
(125130,45874,'action created','2021-02-02 06:40:34','2021-02-02 01:40:34'),
(125131,45874,'action started via WP Cron','2021-02-02 06:41:26','2021-02-02 01:41:26'),
(125132,45874,'action complete via WP Cron','2021-02-02 06:41:26','2021-02-02 01:41:26'),
(125133,45875,'action created','2021-02-02 06:41:26','2021-02-02 01:41:26'),
(125134,45875,'action started via WP Cron','2021-02-02 06:42:44','2021-02-02 01:42:44'),
(125135,45875,'action complete via WP Cron','2021-02-02 06:42:44','2021-02-02 01:42:44'),
(125136,45876,'action created','2021-02-02 06:42:45','2021-02-02 01:42:45'),
(125137,45876,'action started via WP Cron','2021-02-02 06:45:38','2021-02-02 01:45:38'),
(125138,45876,'action complete via WP Cron','2021-02-02 06:45:38','2021-02-02 01:45:38'),
(125139,45877,'action created','2021-02-02 06:45:38','2021-02-02 01:45:38'),
(125140,45877,'action started via WP Cron','2021-02-02 06:46:54','2021-02-02 01:46:54'),
(125141,45877,'action complete via WP Cron','2021-02-02 06:46:54','2021-02-02 01:46:54'),
(125142,45878,'action created','2021-02-02 06:46:54','2021-02-02 01:46:54'),
(125143,45878,'action started via WP Cron','2021-02-02 06:49:34','2021-02-02 01:49:34'),
(125144,45878,'action complete via WP Cron','2021-02-02 06:49:34','2021-02-02 01:49:34'),
(125145,45879,'action created','2021-02-02 06:49:34','2021-02-02 01:49:34'),
(125146,45879,'action started via WP Cron','2021-02-02 06:50:20','2021-02-02 01:50:20'),
(125147,45879,'action complete via WP Cron','2021-02-02 06:50:20','2021-02-02 01:50:20'),
(125148,45880,'action created','2021-02-02 06:50:20','2021-02-02 01:50:20'),
(125149,45880,'action started via WP Cron','2021-02-02 06:51:44','2021-02-02 01:51:44'),
(125150,45880,'action complete via WP Cron','2021-02-02 06:51:44','2021-02-02 01:51:44'),
(125151,45881,'action created','2021-02-02 06:51:44','2021-02-02 01:51:44'),
(125152,45881,'action started via WP Cron','2021-02-02 06:52:32','2021-02-02 01:52:32'),
(125153,45881,'action complete via WP Cron','2021-02-02 06:52:33','2021-02-02 01:52:33'),
(125154,45882,'action created','2021-02-02 06:52:33','2021-02-02 01:52:33'),
(125155,45882,'action started via WP Cron','2021-02-02 06:53:19','2021-02-02 01:53:19'),
(125156,45882,'action complete via WP Cron','2021-02-02 06:53:19','2021-02-02 01:53:19'),
(125157,45883,'action created','2021-02-02 06:53:19','2021-02-02 01:53:19'),
(125158,45883,'action started via WP Cron','2021-02-02 06:54:33','2021-02-02 01:54:33'),
(125159,45883,'action complete via WP Cron','2021-02-02 06:54:33','2021-02-02 01:54:33'),
(125160,45884,'action created','2021-02-02 06:54:33','2021-02-02 01:54:33'),
(125161,45884,'action started via WP Cron','2021-02-02 06:55:18','2021-02-02 01:55:18'),
(125162,45884,'action complete via WP Cron','2021-02-02 06:55:18','2021-02-02 01:55:18'),
(125163,45885,'action created','2021-02-02 06:55:18','2021-02-02 01:55:18'),
(125164,45885,'action started via WP Cron','2021-02-02 06:56:14','2021-02-02 01:56:14'),
(125165,45885,'action complete via WP Cron','2021-02-02 06:56:14','2021-02-02 01:56:14'),
(125166,45886,'action created','2021-02-02 06:56:14','2021-02-02 01:56:14'),
(125167,45886,'action started via WP Cron','2021-02-02 06:57:13','2021-02-02 01:57:13'),
(125168,45886,'action complete via WP Cron','2021-02-02 06:57:13','2021-02-02 01:57:13'),
(125169,45887,'action created','2021-02-02 06:57:13','2021-02-02 01:57:13'),
(125170,45887,'action started via WP Cron','2021-02-02 06:59:41','2021-02-02 01:59:41'),
(125171,45887,'action complete via WP Cron','2021-02-02 06:59:41','2021-02-02 01:59:41'),
(125172,45888,'action created','2021-02-02 06:59:41','2021-02-02 01:59:41'),
(125173,45888,'action started via WP Cron','2021-02-02 07:00:22','2021-02-02 02:00:22'),
(125174,45888,'action complete via WP Cron','2021-02-02 07:00:22','2021-02-02 02:00:22'),
(125175,45889,'action created','2021-02-02 07:00:22','2021-02-02 02:00:22'),
(125176,45889,'action started via WP Cron','2021-02-02 07:01:11','2021-02-02 02:01:11'),
(125177,45889,'action complete via WP Cron','2021-02-02 07:01:11','2021-02-02 02:01:11'),
(125178,45890,'action created','2021-02-02 07:01:11','2021-02-02 02:01:11'),
(125179,45890,'action started via WP Cron','2021-02-02 07:02:18','2021-02-02 02:02:18'),
(125180,45890,'action complete via WP Cron','2021-02-02 07:02:18','2021-02-02 02:02:18'),
(125181,45891,'action created','2021-02-02 07:02:18','2021-02-02 02:02:18'),
(125182,45891,'action started via WP Cron','2021-02-02 07:03:19','2021-02-02 02:03:19'),
(125183,45891,'action complete via WP Cron','2021-02-02 07:03:19','2021-02-02 02:03:19'),
(125184,45892,'action created','2021-02-02 07:03:19','2021-02-02 02:03:19'),
(125185,45892,'action started via WP Cron','2021-02-02 07:04:36','2021-02-02 02:04:36'),
(125186,45892,'action complete via WP Cron','2021-02-02 07:04:36','2021-02-02 02:04:36'),
(125187,45893,'action created','2021-02-02 07:04:36','2021-02-02 02:04:36'),
(125188,45893,'action started via WP Cron','2021-02-02 07:05:28','2021-02-02 02:05:28'),
(125189,45893,'action complete via WP Cron','2021-02-02 07:05:28','2021-02-02 02:05:28'),
(125190,45894,'action created','2021-02-02 07:05:29','2021-02-02 02:05:29'),
(125191,45894,'action started via WP Cron','2021-02-02 07:06:31','2021-02-02 02:06:31'),
(125192,45894,'action complete via WP Cron','2021-02-02 07:06:31','2021-02-02 02:06:31'),
(125193,45895,'action created','2021-02-02 07:06:31','2021-02-02 02:06:31'),
(125194,45895,'action started via WP Cron','2021-02-02 07:07:40','2021-02-02 02:07:40'),
(125195,45895,'action complete via WP Cron','2021-02-02 07:07:40','2021-02-02 02:07:40'),
(125196,45896,'action created','2021-02-02 07:07:40','2021-02-02 02:07:40'),
(125197,45896,'action started via WP Cron','2021-02-02 07:08:41','2021-02-02 02:08:41'),
(125198,45896,'action complete via WP Cron','2021-02-02 07:08:41','2021-02-02 02:08:41'),
(125199,45897,'action created','2021-02-02 07:08:41','2021-02-02 02:08:41'),
(125200,45897,'action started via WP Cron','2021-02-02 07:09:34','2021-02-02 02:09:34'),
(125201,45897,'action complete via WP Cron','2021-02-02 07:09:34','2021-02-02 02:09:34'),
(125202,45898,'action created','2021-02-02 07:09:34','2021-02-02 02:09:34'),
(125203,45898,'action started via WP Cron','2021-02-02 07:10:18','2021-02-02 02:10:18'),
(125204,45898,'action complete via WP Cron','2021-02-02 07:10:18','2021-02-02 02:10:18'),
(125205,45899,'action created','2021-02-02 07:10:18','2021-02-02 02:10:18'),
(125206,45899,'action started via WP Cron','2021-02-02 07:11:57','2021-02-02 02:11:57'),
(125207,45899,'action complete via WP Cron','2021-02-02 07:11:57','2021-02-02 02:11:57'),
(125208,45900,'action created','2021-02-02 07:11:57','2021-02-02 02:11:57'),
(125209,45900,'action started via WP Cron','2021-02-02 07:13:56','2021-02-02 02:13:56'),
(125210,45900,'action complete via WP Cron','2021-02-02 07:13:56','2021-02-02 02:13:56'),
(125211,45901,'action created','2021-02-02 07:13:56','2021-02-02 02:13:56'),
(125212,45901,'action started via WP Cron','2021-02-02 07:18:13','2021-02-02 02:18:13'),
(125213,45901,'action complete via WP Cron','2021-02-02 07:18:13','2021-02-02 02:18:13'),
(125214,45902,'action created','2021-02-02 07:18:13','2021-02-02 02:18:13'),
(125215,45902,'action started via WP Cron','2021-02-02 07:20:04','2021-02-02 02:20:04'),
(125216,45902,'action complete via WP Cron','2021-02-02 07:20:04','2021-02-02 02:20:04'),
(125217,45903,'action created','2021-02-02 07:20:04','2021-02-02 02:20:04'),
(125218,45903,'action started via WP Cron','2021-02-02 07:20:51','2021-02-02 02:20:51'),
(125219,45903,'action complete via WP Cron','2021-02-02 07:20:51','2021-02-02 02:20:51'),
(125220,45904,'action created','2021-02-02 07:20:51','2021-02-02 02:20:51'),
(125221,45904,'action started via WP Cron','2021-02-02 07:21:18','2021-02-02 02:21:18'),
(125222,45904,'action complete via WP Cron','2021-02-02 07:21:18','2021-02-02 02:21:18'),
(125223,45905,'action created','2021-02-02 07:21:18','2021-02-02 02:21:18'),
(125224,45905,'action started via WP Cron','2021-02-02 07:23:16','2021-02-02 02:23:16'),
(125225,45905,'action complete via WP Cron','2021-02-02 07:23:16','2021-02-02 02:23:16'),
(125226,45906,'action created','2021-02-02 07:23:16','2021-02-02 02:23:16'),
(125227,45906,'action started via WP Cron','2021-02-02 07:24:34','2021-02-02 02:24:34'),
(125228,45906,'action complete via WP Cron','2021-02-02 07:24:34','2021-02-02 02:24:34'),
(125229,45907,'action created','2021-02-02 07:24:35','2021-02-02 02:24:35'),
(125230,45907,'action started via WP Cron','2021-02-02 07:25:31','2021-02-02 02:25:31'),
(125231,45907,'action complete via WP Cron','2021-02-02 07:25:31','2021-02-02 02:25:31'),
(125232,45908,'action created','2021-02-02 07:25:31','2021-02-02 02:25:31'),
(125233,45908,'action started via WP Cron','2021-02-02 07:26:49','2021-02-02 02:26:49'),
(125234,45908,'action complete via WP Cron','2021-02-02 07:26:49','2021-02-02 02:26:49'),
(125235,45909,'action created','2021-02-02 07:26:49','2021-02-02 02:26:49'),
(125236,45909,'action started via WP Cron','2021-02-02 07:28:02','2021-02-02 02:28:02'),
(125237,45909,'action complete via WP Cron','2021-02-02 07:28:02','2021-02-02 02:28:02'),
(125238,45910,'action created','2021-02-02 07:28:02','2021-02-02 02:28:02'),
(125239,45910,'action started via WP Cron','2021-02-02 07:28:49','2021-02-02 02:28:49'),
(125240,45910,'action complete via WP Cron','2021-02-02 07:28:49','2021-02-02 02:28:49'),
(125241,45911,'action created','2021-02-02 07:28:49','2021-02-02 02:28:49'),
(125242,45911,'action started via WP Cron','2021-02-02 07:30:17','2021-02-02 02:30:17'),
(125243,45911,'action complete via WP Cron','2021-02-02 07:30:17','2021-02-02 02:30:17'),
(125244,45912,'action created','2021-02-02 07:30:17','2021-02-02 02:30:17'),
(125245,45912,'action started via WP Cron','2021-02-02 07:31:52','2021-02-02 02:31:52'),
(125246,45912,'action complete via WP Cron','2021-02-02 07:31:52','2021-02-02 02:31:52'),
(125247,45913,'action created','2021-02-02 07:31:52','2021-02-02 02:31:52'),
(125248,45913,'action started via WP Cron','2021-02-02 07:32:31','2021-02-02 02:32:31'),
(125249,45913,'action complete via WP Cron','2021-02-02 07:32:31','2021-02-02 02:32:31'),
(125250,45914,'action created','2021-02-02 07:32:31','2021-02-02 02:32:31'),
(125251,45914,'action started via WP Cron','2021-02-02 07:34:09','2021-02-02 02:34:09'),
(125252,45914,'action complete via WP Cron','2021-02-02 07:34:09','2021-02-02 02:34:09'),
(125253,45915,'action created','2021-02-02 07:34:09','2021-02-02 02:34:09'),
(125254,45915,'action started via WP Cron','2021-02-02 07:34:38','2021-02-02 02:34:38'),
(125255,45915,'action complete via WP Cron','2021-02-02 07:34:38','2021-02-02 02:34:38'),
(125256,45916,'action created','2021-02-02 07:34:38','2021-02-02 02:34:38'),
(125257,45916,'action started via WP Cron','2021-02-02 07:35:14','2021-02-02 02:35:14'),
(125258,45916,'action complete via WP Cron','2021-02-02 07:35:14','2021-02-02 02:35:14'),
(125259,45917,'action created','2021-02-02 07:35:14','2021-02-02 02:35:14'),
(125260,45917,'action started via WP Cron','2021-02-02 07:36:36','2021-02-02 02:36:36'),
(125261,45917,'action complete via WP Cron','2021-02-02 07:36:36','2021-02-02 02:36:36'),
(125262,45918,'action created','2021-02-02 07:36:36','2021-02-02 02:36:36'),
(125263,45918,'action started via WP Cron','2021-02-02 07:37:32','2021-02-02 02:37:32'),
(125264,45918,'action complete via WP Cron','2021-02-02 07:37:32','2021-02-02 02:37:32'),
(125265,45919,'action created','2021-02-02 07:37:32','2021-02-02 02:37:32'),
(125266,45919,'action started via WP Cron','2021-02-02 07:38:17','2021-02-02 02:38:17'),
(125267,45919,'action complete via WP Cron','2021-02-02 07:38:17','2021-02-02 02:38:17'),
(125268,45920,'action created','2021-02-02 07:38:17','2021-02-02 02:38:17'),
(125269,45920,'action started via WP Cron','2021-02-02 07:39:30','2021-02-02 02:39:30'),
(125270,45920,'action complete via WP Cron','2021-02-02 07:39:30','2021-02-02 02:39:30'),
(125271,45921,'action created','2021-02-02 07:39:30','2021-02-02 02:39:30'),
(125272,45921,'action started via WP Cron','2021-02-02 07:42:14','2021-02-02 02:42:14'),
(125273,45921,'action complete via WP Cron','2021-02-02 07:42:14','2021-02-02 02:42:14'),
(125274,45922,'action created','2021-02-02 07:42:14','2021-02-02 02:42:14'),
(125275,45922,'action started via WP Cron','2021-02-02 07:46:24','2021-02-02 02:46:24'),
(125276,45922,'action complete via WP Cron','2021-02-02 07:46:24','2021-02-02 02:46:24'),
(125277,45923,'action created','2021-02-02 07:46:24','2021-02-02 02:46:24'),
(125278,45923,'action started via WP Cron','2021-02-02 07:47:44','2021-02-02 02:47:44'),
(125279,45923,'action complete via WP Cron','2021-02-02 07:47:44','2021-02-02 02:47:44'),
(125280,45924,'action created','2021-02-02 07:47:44','2021-02-02 02:47:44'),
(125281,45924,'action started via WP Cron','2021-02-02 07:50:29','2021-02-02 02:50:29'),
(125282,45924,'action complete via WP Cron','2021-02-02 07:50:29','2021-02-02 02:50:29'),
(125283,45925,'action created','2021-02-02 07:50:29','2021-02-02 02:50:29'),
(125284,45925,'action started via WP Cron','2021-02-02 07:52:21','2021-02-02 02:52:21'),
(125285,45925,'action complete via WP Cron','2021-02-02 07:52:21','2021-02-02 02:52:21'),
(125286,45926,'action created','2021-02-02 07:52:21','2021-02-02 02:52:21'),
(125287,45926,'action started via WP Cron','2021-02-02 07:53:44','2021-02-02 02:53:44'),
(125288,45926,'action complete via WP Cron','2021-02-02 07:53:44','2021-02-02 02:53:44'),
(125289,45927,'action created','2021-02-02 07:53:44','2021-02-02 02:53:44'),
(125290,45927,'action started via WP Cron','2021-02-02 07:54:24','2021-02-02 02:54:24'),
(125291,45927,'action complete via WP Cron','2021-02-02 07:54:24','2021-02-02 02:54:24'),
(125292,45928,'action created','2021-02-02 07:54:24','2021-02-02 02:54:24'),
(125293,45928,'action started via WP Cron','2021-02-02 07:55:16','2021-02-02 02:55:16'),
(125294,45928,'action complete via WP Cron','2021-02-02 07:55:16','2021-02-02 02:55:16'),
(125295,45929,'action created','2021-02-02 07:55:16','2021-02-02 02:55:16'),
(125296,45929,'action started via WP Cron','2021-02-02 07:56:29','2021-02-02 02:56:29'),
(125297,45929,'action complete via WP Cron','2021-02-02 07:56:29','2021-02-02 02:56:29'),
(125298,45930,'action created','2021-02-02 07:56:29','2021-02-02 02:56:29'),
(125299,45930,'action started via WP Cron','2021-02-02 07:58:18','2021-02-02 02:58:18'),
(125300,45930,'action complete via WP Cron','2021-02-02 07:58:18','2021-02-02 02:58:18'),
(125301,45931,'action created','2021-02-02 07:58:18','2021-02-02 02:58:18'),
(125302,45931,'action started via WP Cron','2021-02-02 08:02:32','2021-02-02 03:02:32'),
(125303,45931,'action complete via WP Cron','2021-02-02 08:02:32','2021-02-02 03:02:32'),
(125304,45932,'action created','2021-02-02 08:02:32','2021-02-02 03:02:32'),
(125305,45932,'action started via WP Cron','2021-02-02 08:05:47','2021-02-02 03:05:47'),
(125306,45932,'action complete via WP Cron','2021-02-02 08:05:47','2021-02-02 03:05:47'),
(125307,45933,'action created','2021-02-02 08:05:47','2021-02-02 03:05:47'),
(125308,45933,'action started via WP Cron','2021-02-02 08:06:11','2021-02-02 03:06:11'),
(125309,45933,'action complete via WP Cron','2021-02-02 08:06:11','2021-02-02 03:06:11'),
(125310,45934,'action created','2021-02-02 08:06:11','2021-02-02 03:06:11'),
(125311,45934,'action started via WP Cron','2021-02-02 08:07:29','2021-02-02 03:07:29'),
(125312,45934,'action complete via WP Cron','2021-02-02 08:07:29','2021-02-02 03:07:29'),
(125313,45935,'action created','2021-02-02 08:07:29','2021-02-02 03:07:29'),
(125314,45935,'action started via WP Cron','2021-02-02 08:10:44','2021-02-02 03:10:44'),
(125315,45935,'action complete via WP Cron','2021-02-02 08:10:44','2021-02-02 03:10:44'),
(125316,45936,'action created','2021-02-02 08:10:44','2021-02-02 03:10:44'),
(125317,45936,'action started via WP Cron','2021-02-02 08:12:25','2021-02-02 03:12:25'),
(125318,45936,'action complete via WP Cron','2021-02-02 08:12:25','2021-02-02 03:12:25'),
(125319,45937,'action created','2021-02-02 08:12:25','2021-02-02 03:12:25'),
(125320,45937,'action started via WP Cron','2021-02-02 08:13:50','2021-02-02 03:13:50'),
(125321,45937,'action complete via WP Cron','2021-02-02 08:13:50','2021-02-02 03:13:50'),
(125322,45938,'action created','2021-02-02 08:13:50','2021-02-02 03:13:50'),
(125323,45938,'action started via WP Cron','2021-02-02 08:14:19','2021-02-02 03:14:19'),
(125324,45938,'action complete via WP Cron','2021-02-02 08:14:19','2021-02-02 03:14:19'),
(125325,45939,'action created','2021-02-02 08:14:19','2021-02-02 03:14:19'),
(125326,45939,'action started via WP Cron','2021-02-02 08:15:13','2021-02-02 03:15:13'),
(125327,45939,'action complete via WP Cron','2021-02-02 08:15:13','2021-02-02 03:15:13'),
(125328,45940,'action created','2021-02-02 08:15:14','2021-02-02 03:15:14'),
(125329,45940,'action started via WP Cron','2021-02-02 08:16:15','2021-02-02 03:16:15'),
(125330,45940,'action complete via WP Cron','2021-02-02 08:16:15','2021-02-02 03:16:15'),
(125331,45941,'action created','2021-02-02 08:16:15','2021-02-02 03:16:15'),
(125332,45941,'action started via WP Cron','2021-02-02 08:18:09','2021-02-02 03:18:09'),
(125333,45941,'action complete via WP Cron','2021-02-02 08:18:09','2021-02-02 03:18:09'),
(125334,45942,'action created','2021-02-02 08:18:09','2021-02-02 03:18:09'),
(125335,45942,'action started via WP Cron','2021-02-02 08:20:22','2021-02-02 03:20:22'),
(125336,45942,'action complete via WP Cron','2021-02-02 08:20:22','2021-02-02 03:20:22'),
(125337,45943,'action created','2021-02-02 08:20:22','2021-02-02 03:20:22'),
(125338,45943,'action started via WP Cron','2021-02-02 08:22:18','2021-02-02 03:22:18'),
(125339,45943,'action complete via WP Cron','2021-02-02 08:22:18','2021-02-02 03:22:18'),
(125340,45944,'action created','2021-02-02 08:22:18','2021-02-02 03:22:18'),
(125341,45944,'action started via WP Cron','2021-02-02 08:23:28','2021-02-02 03:23:28'),
(125342,45944,'action complete via WP Cron','2021-02-02 08:23:28','2021-02-02 03:23:28'),
(125343,45945,'action created','2021-02-02 08:23:28','2021-02-02 03:23:28'),
(125344,45945,'action started via WP Cron','2021-02-02 08:24:28','2021-02-02 03:24:28'),
(125345,45945,'action complete via WP Cron','2021-02-02 08:24:28','2021-02-02 03:24:28'),
(125346,45946,'action created','2021-02-02 08:24:28','2021-02-02 03:24:28'),
(125347,45946,'action started via WP Cron','2021-02-02 08:25:42','2021-02-02 03:25:42'),
(125348,45946,'action complete via WP Cron','2021-02-02 08:25:42','2021-02-02 03:25:42'),
(125349,45947,'action created','2021-02-02 08:25:42','2021-02-02 03:25:42'),
(125350,45947,'action started via WP Cron','2021-02-02 08:28:50','2021-02-02 03:28:50'),
(125351,45947,'action complete via WP Cron','2021-02-02 08:28:50','2021-02-02 03:28:50'),
(125352,45948,'action created','2021-02-02 08:28:50','2021-02-02 03:28:50'),
(125353,45948,'action started via WP Cron','2021-02-02 08:31:10','2021-02-02 03:31:10'),
(125354,45948,'action complete via WP Cron','2021-02-02 08:31:10','2021-02-02 03:31:10'),
(125355,45949,'action created','2021-02-02 08:31:10','2021-02-02 03:31:10'),
(125356,45949,'action started via WP Cron','2021-02-02 08:32:08','2021-02-02 03:32:08'),
(125357,45949,'action complete via WP Cron','2021-02-02 08:32:08','2021-02-02 03:32:08'),
(125358,45950,'action created','2021-02-02 08:32:08','2021-02-02 03:32:08'),
(125359,45950,'action started via WP Cron','2021-02-02 08:33:11','2021-02-02 03:33:11'),
(125360,45950,'action complete via WP Cron','2021-02-02 08:33:11','2021-02-02 03:33:11'),
(125361,45951,'action created','2021-02-02 08:33:11','2021-02-02 03:33:11'),
(125362,45951,'action started via WP Cron','2021-02-02 08:35:21','2021-02-02 03:35:21'),
(125363,45951,'action complete via WP Cron','2021-02-02 08:35:21','2021-02-02 03:35:21'),
(125364,45952,'action created','2021-02-02 08:35:21','2021-02-02 03:35:21'),
(125365,45952,'action started via WP Cron','2021-02-02 08:37:13','2021-02-02 03:37:13'),
(125366,45952,'action complete via WP Cron','2021-02-02 08:37:13','2021-02-02 03:37:13'),
(125367,45953,'action created','2021-02-02 08:37:13','2021-02-02 03:37:13'),
(125368,45953,'action started via WP Cron','2021-02-02 08:39:19','2021-02-02 03:39:19'),
(125369,45953,'action complete via WP Cron','2021-02-02 08:39:19','2021-02-02 03:39:19'),
(125370,45954,'action created','2021-02-02 08:39:19','2021-02-02 03:39:19'),
(125371,45954,'action started via WP Cron','2021-02-02 08:40:27','2021-02-02 03:40:27'),
(125372,45954,'action complete via WP Cron','2021-02-02 08:40:27','2021-02-02 03:40:27'),
(125373,45955,'action created','2021-02-02 08:40:27','2021-02-02 03:40:27'),
(125374,45955,'action started via WP Cron','2021-02-02 08:42:38','2021-02-02 03:42:38'),
(125375,45955,'action complete via WP Cron','2021-02-02 08:42:38','2021-02-02 03:42:38'),
(125376,45956,'action created','2021-02-02 08:42:38','2021-02-02 03:42:38'),
(125377,45956,'action started via WP Cron','2021-02-02 08:43:51','2021-02-02 03:43:51'),
(125378,45956,'action complete via WP Cron','2021-02-02 08:43:51','2021-02-02 03:43:51'),
(125379,45957,'action created','2021-02-02 08:43:51','2021-02-02 03:43:51'),
(125380,45957,'action started via WP Cron','2021-02-02 08:44:43','2021-02-02 03:44:43'),
(125381,45957,'action complete via WP Cron','2021-02-02 08:44:43','2021-02-02 03:44:43'),
(125382,45958,'action created','2021-02-02 08:44:43','2021-02-02 03:44:43'),
(125383,45958,'action started via WP Cron','2021-02-02 08:45:38','2021-02-02 03:45:38'),
(125384,45958,'action complete via WP Cron','2021-02-02 08:45:38','2021-02-02 03:45:38'),
(125385,45959,'action created','2021-02-02 08:45:38','2021-02-02 03:45:38'),
(125386,45959,'action started via WP Cron','2021-02-02 08:47:01','2021-02-02 03:47:01'),
(125387,45959,'action complete via WP Cron','2021-02-02 08:47:01','2021-02-02 03:47:01'),
(125388,45960,'action created','2021-02-02 08:47:01','2021-02-02 03:47:01'),
(125389,45960,'action started via WP Cron','2021-02-02 08:47:51','2021-02-02 03:47:51'),
(125390,45960,'action complete via WP Cron','2021-02-02 08:47:51','2021-02-02 03:47:51'),
(125391,45961,'action created','2021-02-02 08:47:51','2021-02-02 03:47:51'),
(125392,45961,'action started via WP Cron','2021-02-02 08:49:11','2021-02-02 03:49:11'),
(125393,45961,'action complete via WP Cron','2021-02-02 08:49:11','2021-02-02 03:49:11'),
(125394,45962,'action created','2021-02-02 08:49:11','2021-02-02 03:49:11'),
(125395,45962,'action started via WP Cron','2021-02-02 08:50:41','2021-02-02 03:50:41'),
(125396,45962,'action complete via WP Cron','2021-02-02 08:50:41','2021-02-02 03:50:41'),
(125397,45963,'action created','2021-02-02 08:50:41','2021-02-02 03:50:41'),
(125398,45963,'action started via WP Cron','2021-02-02 08:53:18','2021-02-02 03:53:18'),
(125399,45963,'action complete via WP Cron','2021-02-02 08:53:18','2021-02-02 03:53:18'),
(125400,45964,'action created','2021-02-02 08:53:18','2021-02-02 03:53:18'),
(125401,45964,'action started via WP Cron','2021-02-02 08:54:12','2021-02-02 03:54:12'),
(125402,45964,'action complete via WP Cron','2021-02-02 08:54:12','2021-02-02 03:54:12'),
(125403,45965,'action created','2021-02-02 08:54:12','2021-02-02 03:54:12'),
(125404,45965,'action started via WP Cron','2021-02-02 08:55:22','2021-02-02 03:55:22'),
(125405,45965,'action complete via WP Cron','2021-02-02 08:55:22','2021-02-02 03:55:22'),
(125406,45966,'action created','2021-02-02 08:55:22','2021-02-02 03:55:22'),
(125407,45966,'action started via WP Cron','2021-02-02 08:56:16','2021-02-02 03:56:16'),
(125408,45966,'action complete via WP Cron','2021-02-02 08:56:16','2021-02-02 03:56:16'),
(125409,45967,'action created','2021-02-02 08:56:16','2021-02-02 03:56:16'),
(125410,45967,'action started via WP Cron','2021-02-02 08:57:33','2021-02-02 03:57:33'),
(125411,45967,'action complete via WP Cron','2021-02-02 08:57:33','2021-02-02 03:57:33'),
(125412,45968,'action created','2021-02-02 08:57:33','2021-02-02 03:57:33'),
(125413,45968,'action started via WP Cron','2021-02-02 08:58:50','2021-02-02 03:58:50'),
(125414,45968,'action complete via WP Cron','2021-02-02 08:58:50','2021-02-02 03:58:50'),
(125415,45969,'action created','2021-02-02 08:58:50','2021-02-02 03:58:50'),
(125416,45969,'action started via WP Cron','2021-02-02 08:59:14','2021-02-02 03:59:14'),
(125417,45969,'action complete via WP Cron','2021-02-02 08:59:14','2021-02-02 03:59:14'),
(125418,45970,'action created','2021-02-02 08:59:14','2021-02-02 03:59:14'),
(125419,45970,'action started via WP Cron','2021-02-02 09:00:25','2021-02-02 04:00:25'),
(125420,45970,'action complete via WP Cron','2021-02-02 09:00:25','2021-02-02 04:00:25'),
(125421,45971,'action created','2021-02-02 09:00:25','2021-02-02 04:00:25'),
(125422,45971,'action started via WP Cron','2021-02-02 09:03:23','2021-02-02 04:03:23'),
(125423,45971,'action complete via WP Cron','2021-02-02 09:03:23','2021-02-02 04:03:23'),
(125424,45972,'action created','2021-02-02 09:03:23','2021-02-02 04:03:23'),
(125425,45972,'action started via WP Cron','2021-02-02 09:04:44','2021-02-02 04:04:44'),
(125426,45972,'action complete via WP Cron','2021-02-02 09:04:44','2021-02-02 04:04:44'),
(125427,45973,'action created','2021-02-02 09:04:45','2021-02-02 04:04:45'),
(125428,45973,'action started via WP Cron','2021-02-02 09:06:27','2021-02-02 04:06:27'),
(125429,45973,'action complete via WP Cron','2021-02-02 09:06:27','2021-02-02 04:06:27'),
(125430,45974,'action created','2021-02-02 09:06:27','2021-02-02 04:06:27'),
(125431,45974,'action started via WP Cron','2021-02-02 09:07:19','2021-02-02 04:07:19'),
(125432,45974,'action complete via WP Cron','2021-02-02 09:07:19','2021-02-02 04:07:19'),
(125433,45975,'action created','2021-02-02 09:07:19','2021-02-02 04:07:19'),
(125434,45975,'action started via WP Cron','2021-02-02 09:08:27','2021-02-02 04:08:27'),
(125435,45975,'action complete via WP Cron','2021-02-02 09:08:27','2021-02-02 04:08:27'),
(125436,45976,'action created','2021-02-02 09:08:27','2021-02-02 04:08:27'),
(125437,45976,'action started via WP Cron','2021-02-02 09:09:27','2021-02-02 04:09:27'),
(125438,45976,'action complete via WP Cron','2021-02-02 09:09:27','2021-02-02 04:09:27'),
(125439,45977,'action created','2021-02-02 09:09:27','2021-02-02 04:09:27'),
(125440,45977,'action started via WP Cron','2021-02-02 09:11:30','2021-02-02 04:11:30'),
(125441,45977,'action complete via WP Cron','2021-02-02 09:11:30','2021-02-02 04:11:30'),
(125442,45978,'action created','2021-02-02 09:11:30','2021-02-02 04:11:30'),
(125443,45978,'action started via WP Cron','2021-02-02 09:12:35','2021-02-02 04:12:35'),
(125444,45978,'action complete via WP Cron','2021-02-02 09:12:35','2021-02-02 04:12:35'),
(125445,45979,'action created','2021-02-02 09:12:35','2021-02-02 04:12:35'),
(125446,45979,'action started via WP Cron','2021-02-02 09:13:50','2021-02-02 04:13:50'),
(125447,45979,'action complete via WP Cron','2021-02-02 09:13:50','2021-02-02 04:13:50'),
(125448,45980,'action created','2021-02-02 09:13:50','2021-02-02 04:13:50'),
(125449,45980,'action started via WP Cron','2021-02-02 09:14:41','2021-02-02 04:14:41'),
(125450,45980,'action complete via WP Cron','2021-02-02 09:14:41','2021-02-02 04:14:41'),
(125451,45981,'action created','2021-02-02 09:14:41','2021-02-02 04:14:41'),
(125452,45981,'action started via WP Cron','2021-02-02 09:15:25','2021-02-02 04:15:25'),
(125453,45981,'action complete via WP Cron','2021-02-02 09:15:25','2021-02-02 04:15:25'),
(125454,45982,'action created','2021-02-02 09:15:25','2021-02-02 04:15:25'),
(125455,45982,'action started via WP Cron','2021-02-02 09:18:22','2021-02-02 04:18:22'),
(125456,45982,'action complete via WP Cron','2021-02-02 09:18:22','2021-02-02 04:18:22'),
(125457,45983,'action created','2021-02-02 09:18:23','2021-02-02 04:18:23'),
(125458,45983,'action started via WP Cron','2021-02-02 09:19:32','2021-02-02 04:19:32'),
(125459,45983,'action complete via WP Cron','2021-02-02 09:19:32','2021-02-02 04:19:32'),
(125460,45984,'action created','2021-02-02 09:19:33','2021-02-02 04:19:33'),
(125461,45984,'action started via WP Cron','2021-02-02 09:21:22','2021-02-02 04:21:22'),
(125462,45984,'action complete via WP Cron','2021-02-02 09:21:22','2021-02-02 04:21:22'),
(125463,45985,'action created','2021-02-02 09:21:22','2021-02-02 04:21:22'),
(125464,45985,'action started via WP Cron','2021-02-02 09:22:48','2021-02-02 04:22:48'),
(125465,45985,'action complete via WP Cron','2021-02-02 09:22:48','2021-02-02 04:22:48'),
(125466,45986,'action created','2021-02-02 09:22:48','2021-02-02 04:22:48'),
(125467,45986,'action started via WP Cron','2021-02-02 09:23:49','2021-02-02 04:23:49'),
(125468,45986,'action complete via WP Cron','2021-02-02 09:23:49','2021-02-02 04:23:49'),
(125469,45987,'action created','2021-02-02 09:23:49','2021-02-02 04:23:49'),
(125470,45987,'action started via WP Cron','2021-02-02 09:24:55','2021-02-02 04:24:55'),
(125471,45987,'action complete via WP Cron','2021-02-02 09:24:55','2021-02-02 04:24:55'),
(125472,45988,'action created','2021-02-02 09:24:55','2021-02-02 04:24:55'),
(125473,45988,'action started via WP Cron','2021-02-02 09:25:56','2021-02-02 04:25:56'),
(125474,45988,'action complete via WP Cron','2021-02-02 09:25:56','2021-02-02 04:25:56'),
(125475,45989,'action created','2021-02-02 09:25:56','2021-02-02 04:25:56'),
(125476,45989,'action started via WP Cron','2021-02-02 09:26:48','2021-02-02 04:26:48'),
(125477,45989,'action complete via WP Cron','2021-02-02 09:26:48','2021-02-02 04:26:48'),
(125478,45990,'action created','2021-02-02 09:26:48','2021-02-02 04:26:48'),
(125479,45990,'action started via WP Cron','2021-02-02 09:27:11','2021-02-02 04:27:11'),
(125480,45990,'action complete via WP Cron','2021-02-02 09:27:11','2021-02-02 04:27:11'),
(125481,45991,'action created','2021-02-02 09:27:11','2021-02-02 04:27:11'),
(125482,45991,'action started via WP Cron','2021-02-02 09:28:17','2021-02-02 04:28:17'),
(125483,45991,'action complete via WP Cron','2021-02-02 09:28:17','2021-02-02 04:28:17'),
(125484,45992,'action created','2021-02-02 09:28:17','2021-02-02 04:28:17'),
(125485,45992,'action started via WP Cron','2021-02-02 09:30:42','2021-02-02 04:30:42'),
(125486,45992,'action complete via WP Cron','2021-02-02 09:30:42','2021-02-02 04:30:42'),
(125487,45993,'action created','2021-02-02 09:30:42','2021-02-02 04:30:42'),
(125488,45993,'action started via WP Cron','2021-02-02 09:31:53','2021-02-02 04:31:53'),
(125489,45993,'action complete via WP Cron','2021-02-02 09:31:53','2021-02-02 04:31:53'),
(125490,45994,'action created','2021-02-02 09:31:53','2021-02-02 04:31:53'),
(125491,45994,'action started via WP Cron','2021-02-02 09:32:50','2021-02-02 04:32:50'),
(125492,45994,'action complete via WP Cron','2021-02-02 09:32:50','2021-02-02 04:32:50'),
(125493,45995,'action created','2021-02-02 09:32:50','2021-02-02 04:32:50'),
(125494,45995,'action started via WP Cron','2021-02-02 09:33:13','2021-02-02 04:33:13'),
(125495,45995,'action complete via WP Cron','2021-02-02 09:33:13','2021-02-02 04:33:13'),
(125496,45996,'action created','2021-02-02 09:33:13','2021-02-02 04:33:13'),
(125497,45996,'action started via WP Cron','2021-02-02 09:34:21','2021-02-02 04:34:21'),
(125498,45996,'action complete via WP Cron','2021-02-02 09:34:21','2021-02-02 04:34:21'),
(125499,45997,'action created','2021-02-02 09:34:21','2021-02-02 04:34:21'),
(125500,45997,'action started via WP Cron','2021-02-02 09:35:17','2021-02-02 04:35:17'),
(125501,45997,'action complete via WP Cron','2021-02-02 09:35:17','2021-02-02 04:35:17'),
(125502,45998,'action created','2021-02-02 09:35:17','2021-02-02 04:35:17'),
(125503,45998,'action started via WP Cron','2021-02-02 09:37:20','2021-02-02 04:37:20'),
(125504,45998,'action complete via WP Cron','2021-02-02 09:37:20','2021-02-02 04:37:20'),
(125505,45999,'action created','2021-02-02 09:37:20','2021-02-02 04:37:20'),
(125506,45999,'action started via WP Cron','2021-02-02 09:38:32','2021-02-02 04:38:32'),
(125507,45999,'action complete via WP Cron','2021-02-02 09:38:32','2021-02-02 04:38:32'),
(125508,46000,'action created','2021-02-02 09:38:32','2021-02-02 04:38:32'),
(125509,46000,'action started via WP Cron','2021-02-02 09:39:32','2021-02-02 04:39:32'),
(125510,46000,'action complete via WP Cron','2021-02-02 09:39:32','2021-02-02 04:39:32'),
(125511,46001,'action created','2021-02-02 09:39:32','2021-02-02 04:39:32'),
(125512,46001,'action started via WP Cron','2021-02-02 09:40:55','2021-02-02 04:40:55'),
(125513,46001,'action complete via WP Cron','2021-02-02 09:40:55','2021-02-02 04:40:55'),
(125514,46002,'action created','2021-02-02 09:40:55','2021-02-02 04:40:55'),
(125515,46002,'action started via WP Cron','2021-02-02 09:41:29','2021-02-02 04:41:29'),
(125516,46002,'action complete via WP Cron','2021-02-02 09:41:29','2021-02-02 04:41:29'),
(125517,46003,'action created','2021-02-02 09:41:29','2021-02-02 04:41:29'),
(125518,46003,'action started via WP Cron','2021-02-02 09:42:16','2021-02-02 04:42:16'),
(125519,46003,'action complete via WP Cron','2021-02-02 09:42:16','2021-02-02 04:42:16'),
(125520,46004,'action created','2021-02-02 09:42:18','2021-02-02 04:42:18'),
(125521,46004,'action started via WP Cron','2021-02-02 09:43:25','2021-02-02 04:43:25'),
(125522,46004,'action complete via WP Cron','2021-02-02 09:43:25','2021-02-02 04:43:25'),
(125523,46005,'action created','2021-02-02 09:43:25','2021-02-02 04:43:25'),
(125524,46005,'action started via WP Cron','2021-02-02 09:44:37','2021-02-02 04:44:37'),
(125525,46005,'action complete via WP Cron','2021-02-02 09:44:37','2021-02-02 04:44:37'),
(125526,46006,'action created','2021-02-02 09:44:37','2021-02-02 04:44:37'),
(125527,46006,'action started via WP Cron','2021-02-02 09:45:25','2021-02-02 04:45:25'),
(125528,46006,'action complete via WP Cron','2021-02-02 09:45:25','2021-02-02 04:45:25'),
(125529,46007,'action created','2021-02-02 09:45:25','2021-02-02 04:45:25'),
(125530,46007,'action started via WP Cron','2021-02-02 09:46:42','2021-02-02 04:46:42'),
(125531,46007,'action complete via WP Cron','2021-02-02 09:46:42','2021-02-02 04:46:42'),
(125532,46008,'action created','2021-02-02 09:46:42','2021-02-02 04:46:42'),
(125533,46008,'action started via WP Cron','2021-02-02 09:47:23','2021-02-02 04:47:23'),
(125534,46008,'action complete via WP Cron','2021-02-02 09:47:23','2021-02-02 04:47:23'),
(125535,46009,'action created','2021-02-02 09:47:24','2021-02-02 04:47:24'),
(125536,46009,'action started via WP Cron','2021-02-02 09:48:26','2021-02-02 04:48:26'),
(125537,46009,'action complete via WP Cron','2021-02-02 09:48:27','2021-02-02 04:48:27'),
(125538,46010,'action created','2021-02-02 09:48:27','2021-02-02 04:48:27'),
(125539,46010,'action started via WP Cron','2021-02-02 09:49:32','2021-02-02 04:49:32'),
(125540,46010,'action complete via WP Cron','2021-02-02 09:49:32','2021-02-02 04:49:32'),
(125541,46011,'action created','2021-02-02 09:49:32','2021-02-02 04:49:32'),
(125542,46011,'action started via WP Cron','2021-02-02 09:51:12','2021-02-02 04:51:12'),
(125543,46011,'action complete via WP Cron','2021-02-02 09:51:12','2021-02-02 04:51:12'),
(125544,46012,'action created','2021-02-02 09:51:12','2021-02-02 04:51:12'),
(125545,46012,'action started via WP Cron','2021-02-02 09:52:25','2021-02-02 04:52:25'),
(125546,46012,'action complete via WP Cron','2021-02-02 09:52:25','2021-02-02 04:52:25'),
(125547,46013,'action created','2021-02-02 09:52:25','2021-02-02 04:52:25'),
(125548,46013,'action started via WP Cron','2021-02-02 09:53:20','2021-02-02 04:53:20'),
(125549,46013,'action complete via WP Cron','2021-02-02 09:53:20','2021-02-02 04:53:20'),
(125550,46014,'action created','2021-02-02 09:53:20','2021-02-02 04:53:20'),
(125551,46014,'action started via WP Cron','2021-02-02 09:55:00','2021-02-02 04:55:00'),
(125552,46014,'action complete via WP Cron','2021-02-02 09:55:00','2021-02-02 04:55:00'),
(125553,46015,'action created','2021-02-02 09:55:00','2021-02-02 04:55:00'),
(125554,46015,'action started via WP Cron','2021-02-02 09:55:33','2021-02-02 04:55:33'),
(125555,46015,'action complete via WP Cron','2021-02-02 09:55:33','2021-02-02 04:55:33'),
(125556,46016,'action created','2021-02-02 09:55:33','2021-02-02 04:55:33'),
(125557,46016,'action started via WP Cron','2021-02-02 09:56:57','2021-02-02 04:56:57'),
(125558,46016,'action complete via WP Cron','2021-02-02 09:56:57','2021-02-02 04:56:57'),
(125559,46017,'action created','2021-02-02 09:56:57','2021-02-02 04:56:57'),
(125560,46017,'action started via WP Cron','2021-02-02 09:57:11','2021-02-02 04:57:11'),
(125561,46017,'action complete via WP Cron','2021-02-02 09:57:11','2021-02-02 04:57:11'),
(125562,46018,'action created','2021-02-02 09:57:11','2021-02-02 04:57:11'),
(125563,46018,'action started via WP Cron','2021-02-02 09:59:01','2021-02-02 04:59:01'),
(125564,46018,'action complete via WP Cron','2021-02-02 09:59:01','2021-02-02 04:59:01'),
(125565,46019,'action created','2021-02-02 09:59:01','2021-02-02 04:59:01'),
(125566,46019,'action started via WP Cron','2021-02-02 09:59:44','2021-02-02 04:59:44'),
(125567,46019,'action complete via WP Cron','2021-02-02 09:59:44','2021-02-02 04:59:44'),
(125568,46020,'action created','2021-02-02 09:59:44','2021-02-02 04:59:44'),
(125569,46020,'action started via WP Cron','2021-02-02 10:00:57','2021-02-02 05:00:57'),
(125570,46020,'action complete via WP Cron','2021-02-02 10:00:57','2021-02-02 05:00:57'),
(125571,46021,'action created','2021-02-02 10:00:57','2021-02-02 05:00:57'),
(125572,46021,'action started via WP Cron','2021-02-02 10:01:33','2021-02-02 05:01:33'),
(125573,46021,'action complete via WP Cron','2021-02-02 10:01:33','2021-02-02 05:01:33'),
(125574,46022,'action created','2021-02-02 10:01:33','2021-02-02 05:01:33'),
(125575,46022,'action started via WP Cron','2021-02-02 10:03:17','2021-02-02 05:03:17'),
(125576,46022,'action complete via WP Cron','2021-02-02 10:03:17','2021-02-02 05:03:17'),
(125577,46023,'action created','2021-02-02 10:03:17','2021-02-02 05:03:17'),
(125578,46023,'action started via WP Cron','2021-02-02 10:04:54','2021-02-02 05:04:54'),
(125579,46023,'action complete via WP Cron','2021-02-02 10:04:54','2021-02-02 05:04:54'),
(125580,46024,'action created','2021-02-02 10:04:54','2021-02-02 05:04:54'),
(125581,46024,'action started via WP Cron','2021-02-02 10:05:20','2021-02-02 05:05:20'),
(125582,46024,'action complete via WP Cron','2021-02-02 10:05:20','2021-02-02 05:05:20'),
(125583,46025,'action created','2021-02-02 10:05:20','2021-02-02 05:05:20'),
(125584,46025,'action started via WP Cron','2021-02-02 10:07:06','2021-02-02 05:07:06'),
(125585,46025,'action complete via WP Cron','2021-02-02 10:07:06','2021-02-02 05:07:06'),
(125586,46026,'action created','2021-02-02 10:07:06','2021-02-02 05:07:06'),
(125587,46026,'action started via WP Cron','2021-02-02 10:07:53','2021-02-02 05:07:53'),
(125588,46026,'action complete via WP Cron','2021-02-02 10:07:54','2021-02-02 05:07:54'),
(125589,46027,'action created','2021-02-02 10:07:54','2021-02-02 05:07:54'),
(125590,46027,'action started via WP Cron','2021-02-02 10:10:46','2021-02-02 05:10:46'),
(125591,46027,'action complete via WP Cron','2021-02-02 10:10:46','2021-02-02 05:10:46'),
(125592,46028,'action created','2021-02-02 10:10:46','2021-02-02 05:10:46'),
(125593,46028,'action started via WP Cron','2021-02-02 10:14:19','2021-02-02 05:14:19'),
(125594,46028,'action complete via WP Cron','2021-02-02 10:14:19','2021-02-02 05:14:19'),
(125595,46029,'action created','2021-02-02 10:14:19','2021-02-02 05:14:19'),
(125596,46029,'action started via WP Cron','2021-02-02 10:15:29','2021-02-02 05:15:29'),
(125597,46029,'action complete via WP Cron','2021-02-02 10:15:29','2021-02-02 05:15:29'),
(125598,46030,'action created','2021-02-02 10:15:29','2021-02-02 05:15:29'),
(125599,46030,'action started via WP Cron','2021-02-02 10:18:42','2021-02-02 05:18:42'),
(125600,46030,'action complete via WP Cron','2021-02-02 10:18:42','2021-02-02 05:18:42'),
(125601,46031,'action created','2021-02-02 10:18:42','2021-02-02 05:18:42'),
(125602,46031,'action started via WP Cron','2021-02-02 10:20:17','2021-02-02 05:20:17'),
(125603,46031,'action complete via WP Cron','2021-02-02 10:20:17','2021-02-02 05:20:17'),
(125604,46032,'action created','2021-02-02 10:20:17','2021-02-02 05:20:17'),
(125605,46032,'action started via WP Cron','2021-02-02 10:22:49','2021-02-02 05:22:49'),
(125606,46032,'action complete via WP Cron','2021-02-02 10:22:50','2021-02-02 05:22:50'),
(125607,46033,'action created','2021-02-02 10:22:50','2021-02-02 05:22:50'),
(125608,46033,'action started via WP Cron','2021-02-02 10:23:49','2021-02-02 05:23:49'),
(125609,46033,'action complete via WP Cron','2021-02-02 10:23:49','2021-02-02 05:23:49'),
(125610,46034,'action created','2021-02-02 10:23:49','2021-02-02 05:23:49'),
(125611,46034,'action started via WP Cron','2021-02-02 10:24:44','2021-02-02 05:24:44'),
(125612,46034,'action complete via WP Cron','2021-02-02 10:24:44','2021-02-02 05:24:44'),
(125613,46035,'action created','2021-02-02 10:24:44','2021-02-02 05:24:44'),
(125614,46035,'action started via WP Cron','2021-02-02 10:26:07','2021-02-02 05:26:07'),
(125615,46035,'action complete via WP Cron','2021-02-02 10:26:07','2021-02-02 05:26:07'),
(125616,46036,'action created','2021-02-02 10:26:07','2021-02-02 05:26:07'),
(125617,46036,'action started via WP Cron','2021-02-02 10:26:32','2021-02-02 05:26:32'),
(125618,46036,'action complete via WP Cron','2021-02-02 10:26:32','2021-02-02 05:26:32'),
(125619,46037,'action created','2021-02-02 10:26:32','2021-02-02 05:26:32'),
(125620,46037,'action started via WP Cron','2021-02-02 10:28:03','2021-02-02 05:28:03'),
(125621,46037,'action complete via WP Cron','2021-02-02 10:28:03','2021-02-02 05:28:03'),
(125622,46038,'action created','2021-02-02 10:28:03','2021-02-02 05:28:03'),
(125623,46038,'action started via WP Cron','2021-02-02 10:28:35','2021-02-02 05:28:35'),
(125624,46038,'action complete via WP Cron','2021-02-02 10:28:35','2021-02-02 05:28:35'),
(125625,46039,'action created','2021-02-02 10:28:35','2021-02-02 05:28:35'),
(125626,46039,'action started via WP Cron','2021-02-02 10:29:43','2021-02-02 05:29:43'),
(125627,46039,'action complete via WP Cron','2021-02-02 10:29:43','2021-02-02 05:29:43'),
(125628,46040,'action created','2021-02-02 10:29:43','2021-02-02 05:29:43'),
(125629,46040,'action started via WP Cron','2021-02-02 10:30:22','2021-02-02 05:30:22'),
(125630,46040,'action complete via WP Cron','2021-02-02 10:30:22','2021-02-02 05:30:22'),
(125631,46041,'action created','2021-02-02 10:30:22','2021-02-02 05:30:22'),
(125632,46041,'action started via WP Cron','2021-02-02 10:31:37','2021-02-02 05:31:37'),
(125633,46041,'action complete via WP Cron','2021-02-02 10:31:37','2021-02-02 05:31:37'),
(125634,46042,'action created','2021-02-02 10:31:37','2021-02-02 05:31:37'),
(125635,46042,'action started via WP Cron','2021-02-02 10:36:24','2021-02-02 05:36:24'),
(125636,46042,'action complete via WP Cron','2021-02-02 10:36:24','2021-02-02 05:36:24'),
(125637,46043,'action created','2021-02-02 10:36:24','2021-02-02 05:36:24'),
(125638,46043,'action started via WP Cron','2021-02-02 10:37:13','2021-02-02 05:37:13'),
(125639,46043,'action complete via WP Cron','2021-02-02 10:37:13','2021-02-02 05:37:13'),
(125640,46044,'action created','2021-02-02 10:37:13','2021-02-02 05:37:13'),
(125641,46044,'action started via WP Cron','2021-02-02 10:38:35','2021-02-02 05:38:35'),
(125642,46044,'action complete via WP Cron','2021-02-02 10:38:35','2021-02-02 05:38:35'),
(125643,46045,'action created','2021-02-02 10:38:35','2021-02-02 05:38:35'),
(125644,46045,'action started via WP Cron','2021-02-02 10:39:13','2021-02-02 05:39:13'),
(125645,46045,'action complete via WP Cron','2021-02-02 10:39:13','2021-02-02 05:39:13'),
(125646,46046,'action created','2021-02-02 10:39:13','2021-02-02 05:39:13'),
(125647,46046,'action started via Async Request','2021-02-02 10:39:26','2021-02-02 05:39:26'),
(125648,46046,'action complete via Async Request','2021-02-02 10:39:26','2021-02-02 05:39:26'),
(125649,46047,'action created','2021-02-02 10:41:31','2021-02-02 05:41:31'),
(125650,46047,'action started via WP Cron','2021-02-02 10:42:27','2021-02-02 05:42:27'),
(125651,46047,'action complete via WP Cron','2021-02-02 10:42:27','2021-02-02 05:42:27'),
(125652,46048,'action created','2021-02-02 10:42:27','2021-02-02 05:42:27'),
(125653,46048,'action started via WP Cron','2021-02-02 10:44:02','2021-02-02 05:44:02'),
(125654,46048,'action complete via WP Cron','2021-02-02 10:44:02','2021-02-02 05:44:02'),
(125655,46049,'action created','2021-02-02 10:44:02','2021-02-02 05:44:02'),
(125656,46049,'action started via WP Cron','2021-02-02 10:46:12','2021-02-02 05:46:12'),
(125657,46049,'action complete via WP Cron','2021-02-02 10:46:12','2021-02-02 05:46:12'),
(125658,46050,'action created','2021-02-02 10:46:12','2021-02-02 05:46:12'),
(125659,46050,'action started via WP Cron','2021-02-02 10:47:43','2021-02-02 05:47:43'),
(125660,46050,'action complete via WP Cron','2021-02-02 10:47:43','2021-02-02 05:47:43'),
(125661,46051,'action created','2021-02-02 10:47:43','2021-02-02 05:47:43'),
(125662,46051,'action started via WP Cron','2021-02-02 10:48:15','2021-02-02 05:48:15'),
(125663,46051,'action complete via WP Cron','2021-02-02 10:48:15','2021-02-02 05:48:15'),
(125664,46052,'action created','2021-02-02 10:48:15','2021-02-02 05:48:15'),
(125665,46052,'action started via WP Cron','2021-02-02 10:51:21','2021-02-02 05:51:21'),
(125666,46052,'action complete via WP Cron','2021-02-02 10:51:21','2021-02-02 05:51:21'),
(125667,46053,'action created','2021-02-02 10:51:21','2021-02-02 05:51:21'),
(125668,46053,'action started via WP Cron','2021-02-02 10:53:07','2021-02-02 05:53:07'),
(125669,46053,'action complete via WP Cron','2021-02-02 10:53:07','2021-02-02 05:53:07'),
(125670,46054,'action created','2021-02-02 10:53:07','2021-02-02 05:53:07'),
(125671,46054,'action started via WP Cron','2021-02-02 10:54:28','2021-02-02 05:54:28'),
(125672,46054,'action complete via WP Cron','2021-02-02 10:54:28','2021-02-02 05:54:28'),
(125673,46055,'action created','2021-02-02 10:54:28','2021-02-02 05:54:28'),
(125674,46055,'action started via WP Cron','2021-02-02 10:55:42','2021-02-02 05:55:42'),
(125675,46055,'action complete via WP Cron','2021-02-02 10:55:42','2021-02-02 05:55:42'),
(125676,46056,'action created','2021-02-02 10:55:42','2021-02-02 05:55:42'),
(125677,46056,'action started via WP Cron','2021-02-02 10:56:29','2021-02-02 05:56:29'),
(125678,46056,'action complete via WP Cron','2021-02-02 10:56:29','2021-02-02 05:56:29'),
(125679,46057,'action created','2021-02-02 10:56:29','2021-02-02 05:56:29'),
(125680,46057,'action started via WP Cron','2021-02-02 10:57:30','2021-02-02 05:57:30'),
(125681,46057,'action complete via WP Cron','2021-02-02 10:57:30','2021-02-02 05:57:30'),
(125682,46058,'action created','2021-02-02 10:57:30','2021-02-02 05:57:30'),
(125683,46058,'action started via WP Cron','2021-02-02 11:02:02','2021-02-02 06:02:02'),
(125684,46058,'action complete via WP Cron','2021-02-02 11:02:02','2021-02-02 06:02:02'),
(125685,46059,'action created','2021-02-02 11:02:02','2021-02-02 06:02:02'),
(125686,46059,'action started via WP Cron','2021-02-02 11:02:54','2021-02-02 06:02:54'),
(125687,46059,'action complete via WP Cron','2021-02-02 11:02:54','2021-02-02 06:02:54'),
(125688,46060,'action created','2021-02-02 11:02:54','2021-02-02 06:02:54'),
(125689,46060,'action started via WP Cron','2021-02-02 11:05:14','2021-02-02 06:05:14'),
(125690,46060,'action complete via WP Cron','2021-02-02 11:05:14','2021-02-02 06:05:14'),
(125691,46061,'action created','2021-02-02 11:05:14','2021-02-02 06:05:14'),
(125692,46061,'action started via WP Cron','2021-02-02 11:06:13','2021-02-02 06:06:13'),
(125693,46061,'action complete via WP Cron','2021-02-02 11:06:13','2021-02-02 06:06:13'),
(125694,46062,'action created','2021-02-02 11:06:13','2021-02-02 06:06:13'),
(125695,46062,'action started via WP Cron','2021-02-02 11:07:45','2021-02-02 06:07:45'),
(125696,46062,'action complete via WP Cron','2021-02-02 11:07:45','2021-02-02 06:07:45'),
(125697,46063,'action created','2021-02-02 11:07:45','2021-02-02 06:07:45'),
(125698,46063,'action started via WP Cron','2021-02-02 11:09:53','2021-02-02 06:09:53'),
(125699,46063,'action complete via WP Cron','2021-02-02 11:09:53','2021-02-02 06:09:53'),
(125700,46064,'action created','2021-02-02 11:09:53','2021-02-02 06:09:53'),
(125701,46064,'action started via WP Cron','2021-02-02 11:10:34','2021-02-02 06:10:34'),
(125702,46064,'action complete via WP Cron','2021-02-02 11:10:34','2021-02-02 06:10:34'),
(125703,46065,'action created','2021-02-02 11:10:35','2021-02-02 06:10:35'),
(125704,46065,'action started via WP Cron','2021-02-02 11:11:40','2021-02-02 06:11:40'),
(125705,46065,'action complete via WP Cron','2021-02-02 11:11:40','2021-02-02 06:11:40'),
(125706,46066,'action created','2021-02-02 11:11:40','2021-02-02 06:11:40'),
(125707,46066,'action started via WP Cron','2021-02-02 11:12:26','2021-02-02 06:12:26'),
(125708,46066,'action complete via WP Cron','2021-02-02 11:12:26','2021-02-02 06:12:26'),
(125709,46067,'action created','2021-02-02 11:12:26','2021-02-02 06:12:26'),
(125710,46067,'action started via WP Cron','2021-02-02 11:13:41','2021-02-02 06:13:41'),
(125711,46067,'action complete via WP Cron','2021-02-02 11:13:42','2021-02-02 06:13:42'),
(125712,46068,'action created','2021-02-02 11:13:42','2021-02-02 06:13:42'),
(125713,46068,'action started via WP Cron','2021-02-02 11:14:24','2021-02-02 06:14:24'),
(125714,46068,'action complete via WP Cron','2021-02-02 11:14:24','2021-02-02 06:14:24'),
(125715,46069,'action created','2021-02-02 11:14:24','2021-02-02 06:14:24'),
(125716,46069,'action started via WP Cron','2021-02-02 11:15:47','2021-02-02 06:15:47'),
(125717,46069,'action complete via WP Cron','2021-02-02 11:15:47','2021-02-02 06:15:47'),
(125718,46070,'action created','2021-02-02 11:15:47','2021-02-02 06:15:47'),
(125719,46070,'action started via WP Cron','2021-02-02 11:16:11','2021-02-02 06:16:11'),
(125720,46070,'action complete via WP Cron','2021-02-02 11:16:11','2021-02-02 06:16:11'),
(125721,46071,'action created','2021-02-02 11:16:11','2021-02-02 06:16:11'),
(125722,46071,'action started via WP Cron','2021-02-02 11:17:35','2021-02-02 06:17:35'),
(125723,46071,'action complete via WP Cron','2021-02-02 11:17:35','2021-02-02 06:17:35'),
(125724,46072,'action created','2021-02-02 11:17:35','2021-02-02 06:17:35'),
(125725,46072,'action started via WP Cron','2021-02-02 11:19:06','2021-02-02 06:19:06'),
(125726,46072,'action complete via WP Cron','2021-02-02 11:19:06','2021-02-02 06:19:06'),
(125727,46073,'action created','2021-02-02 11:19:06','2021-02-02 06:19:06'),
(125728,46073,'action started via WP Cron','2021-02-02 11:19:21','2021-02-02 06:19:21'),
(125729,46073,'action complete via WP Cron','2021-02-02 11:19:21','2021-02-02 06:19:21'),
(125730,46074,'action created','2021-02-02 11:19:22','2021-02-02 06:19:22'),
(125731,46074,'action started via WP Cron','2021-02-02 11:20:51','2021-02-02 06:20:51'),
(125732,46074,'action complete via WP Cron','2021-02-02 11:20:51','2021-02-02 06:20:51'),
(125733,46075,'action created','2021-02-02 11:20:51','2021-02-02 06:20:51'),
(125734,46075,'action started via WP Cron','2021-02-02 11:26:51','2021-02-02 06:26:51'),
(125735,46075,'action complete via WP Cron','2021-02-02 11:26:51','2021-02-02 06:26:51'),
(125736,46076,'action created','2021-02-02 11:26:51','2021-02-02 06:26:51'),
(125737,46076,'action started via WP Cron','2021-02-02 11:27:35','2021-02-02 06:27:35'),
(125738,46076,'action complete via WP Cron','2021-02-02 11:27:35','2021-02-02 06:27:35'),
(125739,46077,'action created','2021-02-02 11:27:35','2021-02-02 06:27:35'),
(125740,46077,'action started via WP Cron','2021-02-02 11:29:00','2021-02-02 06:29:00'),
(125741,46077,'action complete via WP Cron','2021-02-02 11:29:00','2021-02-02 06:29:00'),
(125742,46078,'action created','2021-02-02 11:29:00','2021-02-02 06:29:00'),
(125743,46078,'action started via WP Cron','2021-02-02 11:31:26','2021-02-02 06:31:26'),
(125744,46078,'action complete via WP Cron','2021-02-02 11:31:26','2021-02-02 06:31:26'),
(125745,46079,'action created','2021-02-02 11:31:26','2021-02-02 06:31:26'),
(125746,46079,'action started via WP Cron','2021-02-02 11:33:46','2021-02-02 06:33:46'),
(125747,46079,'action complete via WP Cron','2021-02-02 11:33:46','2021-02-02 06:33:46'),
(125748,46080,'action created','2021-02-02 11:33:46','2021-02-02 06:33:46'),
(125749,46080,'action started via WP Cron','2021-02-02 11:34:18','2021-02-02 06:34:18'),
(125750,46080,'action complete via WP Cron','2021-02-02 11:34:18','2021-02-02 06:34:18'),
(125751,46081,'action created','2021-02-02 11:34:18','2021-02-02 06:34:18'),
(125752,46081,'action started via WP Cron','2021-02-02 11:37:42','2021-02-02 06:37:42'),
(125753,46081,'action complete via WP Cron','2021-02-02 11:37:42','2021-02-02 06:37:42'),
(125754,46082,'action created','2021-02-02 11:37:42','2021-02-02 06:37:42'),
(125755,46082,'action started via WP Cron','2021-02-02 11:39:30','2021-02-02 06:39:30'),
(125756,46082,'action complete via WP Cron','2021-02-02 11:39:30','2021-02-02 06:39:30'),
(125757,46083,'action created','2021-02-02 11:39:30','2021-02-02 06:39:30'),
(125758,46083,'action started via WP Cron','2021-02-02 11:41:44','2021-02-02 06:41:44'),
(125759,46083,'action complete via WP Cron','2021-02-02 11:41:44','2021-02-02 06:41:44'),
(125760,46084,'action created','2021-02-02 11:41:44','2021-02-02 06:41:44'),
(125761,46084,'action started via WP Cron','2021-02-02 11:42:30','2021-02-02 06:42:30'),
(125762,46084,'action complete via WP Cron','2021-02-02 11:42:30','2021-02-02 06:42:30'),
(125763,46085,'action created','2021-02-02 11:42:30','2021-02-02 06:42:30'),
(125764,46085,'action started via WP Cron','2021-02-02 11:44:07','2021-02-02 06:44:07'),
(125765,46085,'action complete via WP Cron','2021-02-02 11:44:07','2021-02-02 06:44:07'),
(125766,46086,'action created','2021-02-02 11:44:07','2021-02-02 06:44:07'),
(125767,46086,'action started via WP Cron','2021-02-02 11:44:43','2021-02-02 06:44:43'),
(125768,46086,'action complete via WP Cron','2021-02-02 11:44:43','2021-02-02 06:44:43'),
(125769,46087,'action created','2021-02-02 11:44:43','2021-02-02 06:44:43'),
(125770,46087,'action started via WP Cron','2021-02-02 11:45:29','2021-02-02 06:45:29'),
(125771,46087,'action complete via WP Cron','2021-02-02 11:45:29','2021-02-02 06:45:29'),
(125772,46088,'action created','2021-02-02 11:45:29','2021-02-02 06:45:29'),
(125773,46088,'action started via WP Cron','2021-02-02 11:46:12','2021-02-02 06:46:12'),
(125774,46088,'action complete via WP Cron','2021-02-02 11:46:12','2021-02-02 06:46:12'),
(125775,46089,'action created','2021-02-02 11:46:12','2021-02-02 06:46:12'),
(125776,46089,'action started via WP Cron','2021-02-02 11:47:18','2021-02-02 06:47:18'),
(125777,46089,'action complete via WP Cron','2021-02-02 11:47:18','2021-02-02 06:47:18'),
(125778,46090,'action created','2021-02-02 11:47:18','2021-02-02 06:47:18'),
(125779,46090,'action started via WP Cron','2021-02-02 11:50:16','2021-02-02 06:50:16'),
(125780,46090,'action complete via WP Cron','2021-02-02 11:50:16','2021-02-02 06:50:16'),
(125781,46091,'action created','2021-02-02 11:50:16','2021-02-02 06:50:16'),
(125782,46091,'action started via WP Cron','2021-02-02 11:53:30','2021-02-02 06:53:30'),
(125783,46091,'action complete via WP Cron','2021-02-02 11:53:30','2021-02-02 06:53:30'),
(125784,46092,'action created','2021-02-02 11:53:30','2021-02-02 06:53:30'),
(125785,46092,'action started via WP Cron','2021-02-02 11:54:17','2021-02-02 06:54:17'),
(125786,46092,'action complete via WP Cron','2021-02-02 11:54:17','2021-02-02 06:54:17'),
(125787,46093,'action created','2021-02-02 11:54:17','2021-02-02 06:54:17'),
(125788,46093,'action started via WP Cron','2021-02-02 11:55:56','2021-02-02 06:55:56'),
(125789,46093,'action complete via WP Cron','2021-02-02 11:55:56','2021-02-02 06:55:56'),
(125790,46094,'action created','2021-02-02 11:55:56','2021-02-02 06:55:56'),
(125791,46094,'action started via WP Cron','2021-02-02 11:57:23','2021-02-02 06:57:23'),
(125792,46094,'action complete via WP Cron','2021-02-02 11:57:23','2021-02-02 06:57:23'),
(125793,46095,'action created','2021-02-02 11:57:23','2021-02-02 06:57:23'),
(125794,46095,'action started via WP Cron','2021-02-02 11:59:49','2021-02-02 06:59:49'),
(125795,46095,'action complete via WP Cron','2021-02-02 11:59:49','2021-02-02 06:59:49'),
(125796,46096,'action created','2021-02-02 11:59:49','2021-02-02 06:59:49'),
(125797,46096,'action started via WP Cron','2021-02-02 12:02:49','2021-02-02 07:02:49'),
(125798,46096,'action complete via WP Cron','2021-02-02 12:02:49','2021-02-02 07:02:49'),
(125799,46097,'action created','2021-02-02 12:02:49','2021-02-02 07:02:49'),
(125800,46097,'action started via WP Cron','2021-02-02 12:03:36','2021-02-02 07:03:36'),
(125801,46097,'action complete via WP Cron','2021-02-02 12:03:36','2021-02-02 07:03:36'),
(125802,46098,'action created','2021-02-02 12:03:37','2021-02-02 07:03:37'),
(125803,46098,'action started via WP Cron','2021-02-02 12:06:01','2021-02-02 07:06:01'),
(125804,46098,'action complete via WP Cron','2021-02-02 12:06:01','2021-02-02 07:06:01'),
(125805,46099,'action created','2021-02-02 12:06:01','2021-02-02 07:06:01'),
(125806,46099,'action started via WP Cron','2021-02-02 12:06:29','2021-02-02 07:06:29'),
(125807,46099,'action complete via WP Cron','2021-02-02 12:06:29','2021-02-02 07:06:29'),
(125808,46100,'action created','2021-02-02 12:06:29','2021-02-02 07:06:29'),
(125809,46100,'action started via WP Cron','2021-02-02 12:07:42','2021-02-02 07:07:42'),
(125810,46100,'action complete via WP Cron','2021-02-02 12:07:42','2021-02-02 07:07:42'),
(125811,46101,'action created','2021-02-02 12:07:42','2021-02-02 07:07:42'),
(125812,46101,'action started via WP Cron','2021-02-02 12:10:04','2021-02-02 07:10:04'),
(125813,46101,'action complete via WP Cron','2021-02-02 12:10:04','2021-02-02 07:10:04'),
(125814,46102,'action created','2021-02-02 12:10:04','2021-02-02 07:10:04'),
(125815,46102,'action started via WP Cron','2021-02-02 12:10:40','2021-02-02 07:10:40'),
(125816,46102,'action complete via WP Cron','2021-02-02 12:10:40','2021-02-02 07:10:40'),
(125817,46103,'action created','2021-02-02 12:10:40','2021-02-02 07:10:40'),
(125818,46103,'action started via WP Cron','2021-02-02 12:12:00','2021-02-02 07:12:00'),
(125819,46103,'action complete via WP Cron','2021-02-02 12:12:00','2021-02-02 07:12:00'),
(125820,46104,'action created','2021-02-02 12:12:00','2021-02-02 07:12:00'),
(125821,46104,'action started via WP Cron','2021-02-02 12:13:16','2021-02-02 07:13:16'),
(125822,46104,'action complete via WP Cron','2021-02-02 12:13:16','2021-02-02 07:13:16'),
(125823,46105,'action created','2021-02-02 12:13:16','2021-02-02 07:13:16'),
(125824,46105,'action started via WP Cron','2021-02-02 12:19:04','2021-02-02 07:19:04'),
(125825,46105,'action complete via WP Cron','2021-02-02 12:19:04','2021-02-02 07:19:04'),
(125826,46106,'action created','2021-02-02 12:19:04','2021-02-02 07:19:04'),
(125827,46106,'action started via WP Cron','2021-02-02 12:19:23','2021-02-02 07:19:23'),
(125828,46106,'action complete via WP Cron','2021-02-02 12:19:23','2021-02-02 07:19:23'),
(125829,46107,'action created','2021-02-02 12:19:23','2021-02-02 07:19:23'),
(125830,46107,'action started via WP Cron','2021-02-02 12:20:32','2021-02-02 07:20:32'),
(125831,46107,'action complete via WP Cron','2021-02-02 12:20:32','2021-02-02 07:20:32'),
(125832,46108,'action created','2021-02-02 12:20:32','2021-02-02 07:20:32'),
(125833,46108,'action started via WP Cron','2021-02-02 12:22:27','2021-02-02 07:22:27'),
(125834,46108,'action complete via WP Cron','2021-02-02 12:22:27','2021-02-02 07:22:27'),
(125835,46109,'action created','2021-02-02 12:22:27','2021-02-02 07:22:27'),
(125836,46109,'action started via WP Cron','2021-02-02 12:24:29','2021-02-02 07:24:29'),
(125837,46109,'action complete via WP Cron','2021-02-02 12:24:29','2021-02-02 07:24:29'),
(125838,46110,'action created','2021-02-02 12:24:29','2021-02-02 07:24:29'),
(125839,46110,'action started via WP Cron','2021-02-02 12:25:56','2021-02-02 07:25:56'),
(125840,46110,'action complete via WP Cron','2021-02-02 12:25:56','2021-02-02 07:25:56'),
(125841,46111,'action created','2021-02-02 12:25:56','2021-02-02 07:25:56'),
(125842,46111,'action started via WP Cron','2021-02-02 12:26:26','2021-02-02 07:26:26'),
(125843,46111,'action complete via WP Cron','2021-02-02 12:26:27','2021-02-02 07:26:27'),
(125844,46112,'action created','2021-02-02 12:26:27','2021-02-02 07:26:27'),
(125845,46112,'action started via WP Cron','2021-02-02 12:29:59','2021-02-02 07:29:59'),
(125846,46112,'action complete via WP Cron','2021-02-02 12:29:59','2021-02-02 07:29:59'),
(125847,46113,'action created','2021-02-02 12:29:59','2021-02-02 07:29:59'),
(125848,46113,'action started via WP Cron','2021-02-02 12:30:38','2021-02-02 07:30:38'),
(125849,46113,'action complete via WP Cron','2021-02-02 12:30:38','2021-02-02 07:30:38'),
(125850,46114,'action created','2021-02-02 12:30:38','2021-02-02 07:30:38'),
(125851,46114,'action started via WP Cron','2021-02-02 12:31:18','2021-02-02 07:31:18'),
(125852,46114,'action complete via WP Cron','2021-02-02 12:31:18','2021-02-02 07:31:18'),
(125853,46115,'action created','2021-02-02 12:31:18','2021-02-02 07:31:18'),
(125854,46115,'action started via WP Cron','2021-02-02 12:33:04','2021-02-02 07:33:04'),
(125855,46115,'action complete via WP Cron','2021-02-02 12:33:04','2021-02-02 07:33:04'),
(125856,46116,'action created','2021-02-02 12:33:04','2021-02-02 07:33:04'),
(125857,46116,'action started via WP Cron','2021-02-02 12:34:58','2021-02-02 07:34:58'),
(125858,46116,'action complete via WP Cron','2021-02-02 12:34:58','2021-02-02 07:34:58'),
(125859,46117,'action created','2021-02-02 12:34:58','2021-02-02 07:34:58'),
(125860,46117,'action started via WP Cron','2021-02-02 12:35:30','2021-02-02 07:35:30'),
(125861,46117,'action complete via WP Cron','2021-02-02 12:35:30','2021-02-02 07:35:30'),
(125862,46118,'action created','2021-02-02 12:35:30','2021-02-02 07:35:30'),
(125863,46118,'action started via WP Cron','2021-02-02 12:36:22','2021-02-02 07:36:22'),
(125864,46118,'action complete via WP Cron','2021-02-02 12:36:22','2021-02-02 07:36:22'),
(125865,46119,'action created','2021-02-02 12:36:22','2021-02-02 07:36:22'),
(125866,46119,'action started via WP Cron','2021-02-02 12:37:53','2021-02-02 07:37:53'),
(125867,46119,'action complete via WP Cron','2021-02-02 12:37:53','2021-02-02 07:37:53'),
(125868,46120,'action created','2021-02-02 12:37:53','2021-02-02 07:37:53'),
(125869,46120,'action started via WP Cron','2021-02-02 12:39:03','2021-02-02 07:39:03'),
(125870,46120,'action complete via WP Cron','2021-02-02 12:39:03','2021-02-02 07:39:03'),
(125871,46121,'action created','2021-02-02 12:39:03','2021-02-02 07:39:03'),
(125872,46121,'action started via WP Cron','2021-02-02 12:40:40','2021-02-02 07:40:40'),
(125873,46121,'action complete via WP Cron','2021-02-02 12:40:40','2021-02-02 07:40:40'),
(125874,46122,'action created','2021-02-02 12:40:40','2021-02-02 07:40:40'),
(125875,46122,'action started via WP Cron','2021-02-02 12:43:29','2021-02-02 07:43:29'),
(125876,46122,'action complete via WP Cron','2021-02-02 12:43:29','2021-02-02 07:43:29'),
(125877,46123,'action created','2021-02-02 12:43:29','2021-02-02 07:43:29'),
(125878,46123,'action started via WP Cron','2021-02-02 12:45:08','2021-02-02 07:45:08'),
(125879,46123,'action complete via WP Cron','2021-02-02 12:45:08','2021-02-02 07:45:08'),
(125880,46124,'action created','2021-02-02 12:45:08','2021-02-02 07:45:08'),
(125881,46124,'action started via WP Cron','2021-02-02 12:45:23','2021-02-02 07:45:23'),
(125882,46124,'action complete via WP Cron','2021-02-02 12:45:23','2021-02-02 07:45:23'),
(125883,46125,'action created','2021-02-02 12:45:23','2021-02-02 07:45:23'),
(125884,46125,'action started via WP Cron','2021-02-02 12:47:10','2021-02-02 07:47:10'),
(125885,46125,'action complete via WP Cron','2021-02-02 12:47:10','2021-02-02 07:47:10'),
(125886,46126,'action created','2021-02-02 12:47:10','2021-02-02 07:47:10'),
(125887,46126,'action started via WP Cron','2021-02-02 12:49:36','2021-02-02 07:49:36'),
(125888,46126,'action complete via WP Cron','2021-02-02 12:49:36','2021-02-02 07:49:36'),
(125889,46127,'action created','2021-02-02 12:49:36','2021-02-02 07:49:36'),
(125890,46127,'action started via WP Cron','2021-02-02 12:54:48','2021-02-02 07:54:48'),
(125891,46127,'action complete via WP Cron','2021-02-02 12:54:48','2021-02-02 07:54:48'),
(125892,46128,'action created','2021-02-02 12:54:48','2021-02-02 07:54:48'),
(125893,46128,'action started via WP Cron','2021-02-02 12:56:45','2021-02-02 07:56:45'),
(125894,46128,'action complete via WP Cron','2021-02-02 12:56:45','2021-02-02 07:56:45'),
(125895,46129,'action created','2021-02-02 12:56:45','2021-02-02 07:56:45'),
(125896,46129,'action started via WP Cron','2021-02-02 12:57:57','2021-02-02 07:57:57'),
(125897,46129,'action complete via WP Cron','2021-02-02 12:57:57','2021-02-02 07:57:57'),
(125898,46130,'action created','2021-02-02 12:57:57','2021-02-02 07:57:57'),
(125899,46130,'action started via WP Cron','2021-02-02 12:58:39','2021-02-02 07:58:39'),
(125900,46130,'action complete via WP Cron','2021-02-02 12:58:39','2021-02-02 07:58:39'),
(125901,46131,'action created','2021-02-02 12:58:39','2021-02-02 07:58:39'),
(125902,46131,'action started via WP Cron','2021-02-02 13:04:16','2021-02-02 08:04:16'),
(125903,46131,'action complete via WP Cron','2021-02-02 13:04:16','2021-02-02 08:04:16'),
(125904,46132,'action created','2021-02-02 13:04:16','2021-02-02 08:04:16'),
(125905,46132,'action started via WP Cron','2021-02-02 13:05:50','2021-02-02 08:05:50'),
(125906,46132,'action complete via WP Cron','2021-02-02 13:05:50','2021-02-02 08:05:50'),
(125907,46133,'action created','2021-02-02 13:05:50','2021-02-02 08:05:50'),
(125908,46133,'action started via WP Cron','2021-02-02 13:06:25','2021-02-02 08:06:25'),
(125909,46133,'action complete via WP Cron','2021-02-02 13:06:25','2021-02-02 08:06:25'),
(125910,46134,'action created','2021-02-02 13:06:25','2021-02-02 08:06:25'),
(125911,46134,'action started via WP Cron','2021-02-02 13:08:49','2021-02-02 08:08:49'),
(125912,46134,'action complete via WP Cron','2021-02-02 13:08:49','2021-02-02 08:08:49'),
(125913,46135,'action created','2021-02-02 13:08:49','2021-02-02 08:08:49'),
(125914,46135,'action started via WP Cron','2021-02-02 13:12:45','2021-02-02 08:12:45'),
(125915,46135,'action complete via WP Cron','2021-02-02 13:12:45','2021-02-02 08:12:45'),
(125916,46136,'action created','2021-02-02 13:12:45','2021-02-02 08:12:45'),
(125917,46136,'action started via WP Cron','2021-02-02 13:16:12','2021-02-02 08:16:12'),
(125918,46136,'action complete via WP Cron','2021-02-02 13:16:12','2021-02-02 08:16:12'),
(125919,46137,'action created','2021-02-02 13:16:12','2021-02-02 08:16:12'),
(125920,45138,'action started via WP Cron','2021-02-02 13:17:22','2021-02-02 08:17:22'),
(125921,45138,'action complete via WP Cron','2021-02-02 13:17:22','2021-02-02 08:17:22'),
(125922,46138,'action created','2021-02-02 13:17:22','2021-02-02 08:17:22'),
(125923,46137,'action started via WP Cron','2021-02-02 13:17:22','2021-02-02 08:17:22'),
(125924,46137,'action complete via WP Cron','2021-02-02 13:17:22','2021-02-02 08:17:22'),
(125925,46139,'action created','2021-02-02 13:17:22','2021-02-02 08:17:22'),
(125926,46139,'action started via WP Cron','2021-02-02 13:18:18','2021-02-02 08:18:18'),
(125927,46139,'action complete via WP Cron','2021-02-02 13:18:18','2021-02-02 08:18:18'),
(125928,46140,'action created','2021-02-02 13:18:18','2021-02-02 08:18:18'),
(125929,46140,'action started via WP Cron','2021-02-02 13:21:20','2021-02-02 08:21:20'),
(125930,46140,'action complete via WP Cron','2021-02-02 13:21:20','2021-02-02 08:21:20'),
(125931,46141,'action created','2021-02-02 13:21:20','2021-02-02 08:21:20'),
(125932,46141,'action started via WP Cron','2021-02-02 13:22:24','2021-02-02 08:22:24'),
(125933,46141,'action complete via WP Cron','2021-02-02 13:22:24','2021-02-02 08:22:24'),
(125934,46142,'action created','2021-02-02 13:22:24','2021-02-02 08:22:24'),
(125935,46142,'action started via WP Cron','2021-02-02 13:23:26','2021-02-02 08:23:26'),
(125936,46142,'action complete via WP Cron','2021-02-02 13:23:26','2021-02-02 08:23:26'),
(125937,46143,'action created','2021-02-02 13:23:26','2021-02-02 08:23:26'),
(125938,46143,'action started via WP Cron','2021-02-02 13:24:53','2021-02-02 08:24:53'),
(125939,46143,'action complete via WP Cron','2021-02-02 13:24:53','2021-02-02 08:24:53'),
(125940,46144,'action created','2021-02-02 13:24:53','2021-02-02 08:24:53'),
(125941,46144,'action started via WP Cron','2021-02-02 13:25:32','2021-02-02 08:25:32'),
(125942,46144,'action complete via WP Cron','2021-02-02 13:25:32','2021-02-02 08:25:32'),
(125943,46145,'action created','2021-02-02 13:25:32','2021-02-02 08:25:32'),
(125944,46145,'action started via WP Cron','2021-02-02 13:27:10','2021-02-02 08:27:10'),
(125945,46145,'action complete via WP Cron','2021-02-02 13:27:10','2021-02-02 08:27:10'),
(125946,46146,'action created','2021-02-02 13:27:10','2021-02-02 08:27:10'),
(125947,46146,'action started via WP Cron','2021-02-02 13:28:19','2021-02-02 08:28:19'),
(125948,46146,'action complete via WP Cron','2021-02-02 13:28:19','2021-02-02 08:28:19'),
(125949,46147,'action created','2021-02-02 13:28:19','2021-02-02 08:28:19'),
(125950,46147,'action started via WP Cron','2021-02-02 13:29:33','2021-02-02 08:29:33'),
(125951,46147,'action complete via WP Cron','2021-02-02 13:29:33','2021-02-02 08:29:33'),
(125952,46148,'action created','2021-02-02 13:29:33','2021-02-02 08:29:33'),
(125953,46148,'action started via WP Cron','2021-02-02 13:30:18','2021-02-02 08:30:18'),
(125954,46148,'action complete via WP Cron','2021-02-02 13:30:18','2021-02-02 08:30:18'),
(125955,46149,'action created','2021-02-02 13:30:21','2021-02-02 08:30:21'),
(125956,46149,'action started via WP Cron','2021-02-02 13:31:14','2021-02-02 08:31:14'),
(125957,46149,'action complete via WP Cron','2021-02-02 13:31:15','2021-02-02 08:31:15'),
(125958,46150,'action created','2021-02-02 13:31:15','2021-02-02 08:31:15'),
(125959,46150,'action started via Async Request','2021-02-02 13:31:26','2021-02-02 08:31:26'),
(125960,46150,'action complete via Async Request','2021-02-02 13:31:26','2021-02-02 08:31:26'),
(125961,46151,'action created','2021-02-02 13:31:45','2021-02-02 08:31:45'),
(125962,46151,'action started via WP Cron','2021-02-02 13:32:26','2021-02-02 08:32:26'),
(125963,46151,'action complete via WP Cron','2021-02-02 13:32:26','2021-02-02 08:32:26'),
(125964,46152,'action created','2021-02-02 13:32:36','2021-02-02 08:32:36'),
(125965,46152,'action started via WP Cron','2021-02-02 13:33:13','2021-02-02 08:33:13'),
(125966,46152,'action complete via WP Cron','2021-02-02 13:33:14','2021-02-02 08:33:14'),
(125967,46153,'action created','2021-02-02 13:33:14','2021-02-02 08:33:14'),
(125968,46153,'action started via WP Cron','2021-02-02 13:34:26','2021-02-02 08:34:26'),
(125969,46153,'action complete via WP Cron','2021-02-02 13:34:26','2021-02-02 08:34:26'),
(125970,46154,'action created','2021-02-02 13:35:45','2021-02-02 08:35:45'),
(125971,46154,'action started via WP Cron','2021-02-02 13:36:52','2021-02-02 08:36:52'),
(125972,46154,'action complete via WP Cron','2021-02-02 13:36:52','2021-02-02 08:36:52'),
(125973,46155,'action created','2021-02-02 13:36:52','2021-02-02 08:36:52'),
(125974,46155,'action started via WP Cron','2021-02-02 13:37:48','2021-02-02 08:37:48'),
(125975,46155,'action complete via WP Cron','2021-02-02 13:37:48','2021-02-02 08:37:48'),
(125976,46156,'action created','2021-02-02 13:37:49','2021-02-02 08:37:49'),
(125977,46156,'action started via WP Cron','2021-02-02 13:38:14','2021-02-02 08:38:14'),
(125978,46156,'action complete via WP Cron','2021-02-02 13:38:14','2021-02-02 08:38:14'),
(125979,46157,'action created','2021-02-02 13:38:14','2021-02-02 08:38:14'),
(125980,46157,'action started via Async Request','2021-02-02 13:39:06','2021-02-02 08:39:06'),
(125981,46157,'action complete via Async Request','2021-02-02 13:39:06','2021-02-02 08:39:06'),
(125982,46158,'action created','2021-02-02 13:39:07','2021-02-02 08:39:07'),
(125983,46158,'action started via WP Cron','2021-02-02 13:39:29','2021-02-02 08:39:29'),
(125984,46158,'action complete via WP Cron','2021-02-02 13:39:29','2021-02-02 08:39:29'),
(125985,46159,'action created','2021-02-02 13:39:29','2021-02-02 08:39:29'),
(125986,46159,'action started via WP Cron','2021-02-02 13:40:43','2021-02-02 08:40:43'),
(125987,46159,'action complete via WP Cron','2021-02-02 13:40:43','2021-02-02 08:40:43'),
(125988,46160,'action created','2021-02-02 13:40:43','2021-02-02 08:40:43'),
(125989,46160,'action started via WP Cron','2021-02-02 13:41:18','2021-02-02 08:41:18'),
(125990,46160,'action complete via WP Cron','2021-02-02 13:41:18','2021-02-02 08:41:18'),
(125991,46161,'action created','2021-02-02 13:41:18','2021-02-02 08:41:18'),
(125992,46161,'action started via Async Request','2021-02-02 13:42:01','2021-02-02 08:42:01'),
(125993,46161,'action complete via Async Request','2021-02-02 13:42:01','2021-02-02 08:42:01'),
(125994,46162,'action created','2021-02-02 13:42:43','2021-02-02 08:42:43'),
(125995,46162,'action started via WP Cron','2021-02-02 13:43:39','2021-02-02 08:43:39'),
(125996,46162,'action complete via WP Cron','2021-02-02 13:43:39','2021-02-02 08:43:39'),
(125997,46163,'action created','2021-02-02 13:43:39','2021-02-02 08:43:39'),
(125998,46163,'action started via WP Cron','2021-02-02 13:44:22','2021-02-02 08:44:22'),
(125999,46163,'action complete via WP Cron','2021-02-02 13:44:22','2021-02-02 08:44:22'),
(126000,46164,'action created','2021-02-02 13:44:22','2021-02-02 08:44:22'),
(126001,46164,'action started via Async Request','2021-02-02 13:45:06','2021-02-02 08:45:06'),
(126002,46164,'action complete via Async Request','2021-02-02 13:45:06','2021-02-02 08:45:06'),
(126003,46165,'action created','2021-02-02 13:45:50','2021-02-02 08:45:50'),
(126004,46165,'action started via WP Cron','2021-02-02 13:47:01','2021-02-02 08:47:01'),
(126005,46165,'action complete via WP Cron','2021-02-02 13:47:01','2021-02-02 08:47:01'),
(126006,46166,'action created','2021-02-02 13:47:01','2021-02-02 08:47:01'),
(126007,46166,'action started via WP Cron','2021-02-02 13:47:31','2021-02-02 08:47:31'),
(126008,46166,'action complete via WP Cron','2021-02-02 13:47:31','2021-02-02 08:47:31'),
(126009,46167,'action created','2021-02-02 13:47:31','2021-02-02 08:47:31'),
(126010,46167,'action started via WP Cron','2021-02-02 13:48:15','2021-02-02 08:48:15'),
(126011,46167,'action complete via WP Cron','2021-02-02 13:48:15','2021-02-02 08:48:15'),
(126012,46168,'action created','2021-02-02 13:48:15','2021-02-02 08:48:15'),
(126013,46168,'action started via WP Cron','2021-02-02 13:49:21','2021-02-02 08:49:21'),
(126014,46168,'action complete via WP Cron','2021-02-02 13:49:21','2021-02-02 08:49:21'),
(126015,46169,'action created','2021-02-02 13:49:21','2021-02-02 08:49:21'),
(126016,46169,'action started via Async Request','2021-02-02 13:49:59','2021-02-02 08:49:59'),
(126017,46169,'action complete via Async Request','2021-02-02 13:49:59','2021-02-02 08:49:59'),
(126018,46170,'action created','2021-02-02 13:50:36','2021-02-02 08:50:36'),
(126019,46170,'action started via WP Cron','2021-02-02 13:51:17','2021-02-02 08:51:17'),
(126020,46170,'action complete via WP Cron','2021-02-02 13:51:18','2021-02-02 08:51:18'),
(126021,46171,'action created','2021-02-02 13:51:18','2021-02-02 08:51:18'),
(126022,46171,'action started via WP Cron','2021-02-02 13:52:17','2021-02-02 08:52:17'),
(126023,46171,'action complete via WP Cron','2021-02-02 13:52:17','2021-02-02 08:52:17'),
(126024,46172,'action created','2021-02-02 13:52:17','2021-02-02 08:52:17'),
(126025,46172,'action started via WP Cron','2021-02-02 13:53:35','2021-02-02 08:53:35'),
(126026,46172,'action complete via WP Cron','2021-02-02 13:53:35','2021-02-02 08:53:35'),
(126027,46173,'action created','2021-02-02 13:53:36','2021-02-02 08:53:36'),
(126028,46173,'action started via WP Cron','2021-02-02 13:54:16','2021-02-02 08:54:16'),
(126029,46173,'action complete via WP Cron','2021-02-02 13:54:16','2021-02-02 08:54:16'),
(126030,46174,'action created','2021-02-02 13:54:16','2021-02-02 08:54:16'),
(126031,46174,'action started via Async Request','2021-02-02 13:54:57','2021-02-02 08:54:57'),
(126032,46174,'action complete via Async Request','2021-02-02 13:54:57','2021-02-02 08:54:57'),
(126033,46175,'action created','2021-02-02 13:55:28','2021-02-02 08:55:28'),
(126034,46175,'action started via WP Cron','2021-02-02 13:56:46','2021-02-02 08:56:46'),
(126035,46175,'action complete via WP Cron','2021-02-02 13:56:46','2021-02-02 08:56:46'),
(126036,46176,'action created','2021-02-02 13:56:46','2021-02-02 08:56:46'),
(126037,46176,'action started via WP Cron','2021-02-02 13:57:45','2021-02-02 08:57:45'),
(126038,46176,'action complete via WP Cron','2021-02-02 13:57:45','2021-02-02 08:57:45'),
(126039,46177,'action created','2021-02-02 13:57:45','2021-02-02 08:57:45'),
(126040,46177,'action started via WP Cron','2021-02-02 13:58:30','2021-02-02 08:58:30'),
(126041,46177,'action complete via WP Cron','2021-02-02 13:58:30','2021-02-02 08:58:30'),
(126042,46178,'action created','2021-02-02 13:58:30','2021-02-02 08:58:30'),
(126043,46178,'action started via WP Cron','2021-02-02 13:59:17','2021-02-02 08:59:17'),
(126044,46178,'action complete via WP Cron','2021-02-02 13:59:17','2021-02-02 08:59:17'),
(126045,46179,'action created','2021-02-02 13:59:17','2021-02-02 08:59:17'),
(126046,46179,'action started via WP Cron','2021-02-02 14:00:37','2021-02-02 09:00:37'),
(126047,46179,'action complete via WP Cron','2021-02-02 14:00:37','2021-02-02 09:00:37'),
(126048,46180,'action created','2021-02-02 14:00:37','2021-02-02 09:00:37'),
(126049,46180,'action started via WP Cron','2021-02-02 14:01:17','2021-02-02 09:01:17'),
(126050,46180,'action complete via WP Cron','2021-02-02 14:01:17','2021-02-02 09:01:17'),
(126051,46181,'action created','2021-02-02 14:01:17','2021-02-02 09:01:17'),
(126052,46181,'action started via WP Cron','2021-02-02 14:02:25','2021-02-02 09:02:25'),
(126053,46181,'action complete via WP Cron','2021-02-02 14:02:25','2021-02-02 09:02:25'),
(126054,46182,'action created','2021-02-02 14:02:25','2021-02-02 09:02:25'),
(126055,46182,'action started via WP Cron','2021-02-02 14:03:20','2021-02-02 09:03:20'),
(126056,46182,'action complete via WP Cron','2021-02-02 14:03:20','2021-02-02 09:03:20'),
(126057,46183,'action created','2021-02-02 14:03:20','2021-02-02 09:03:20'),
(126058,46183,'action started via WP Cron','2021-02-02 14:04:38','2021-02-02 09:04:38'),
(126059,46183,'action complete via WP Cron','2021-02-02 14:04:38','2021-02-02 09:04:38'),
(126060,46184,'action created','2021-02-02 14:04:38','2021-02-02 09:04:38'),
(126061,46184,'action started via WP Cron','2021-02-02 14:05:29','2021-02-02 09:05:29'),
(126062,46184,'action complete via WP Cron','2021-02-02 14:05:29','2021-02-02 09:05:29'),
(126063,46185,'action created','2021-02-02 14:05:29','2021-02-02 09:05:29'),
(126064,46185,'action started via WP Cron','2021-02-02 14:06:18','2021-02-02 09:06:18'),
(126065,46185,'action complete via WP Cron','2021-02-02 14:06:18','2021-02-02 09:06:18'),
(126066,46186,'action created','2021-02-02 14:06:18','2021-02-02 09:06:18'),
(126067,46186,'action started via WP Cron','2021-02-02 14:07:13','2021-02-02 09:07:13'),
(126068,46186,'action complete via WP Cron','2021-02-02 14:07:13','2021-02-02 09:07:13'),
(126069,46187,'action created','2021-02-02 14:07:13','2021-02-02 09:07:13'),
(126070,46187,'action started via WP Cron','2021-02-02 14:08:26','2021-02-02 09:08:26'),
(126071,46187,'action complete via WP Cron','2021-02-02 14:08:26','2021-02-02 09:08:26'),
(126072,46188,'action created','2021-02-02 14:08:26','2021-02-02 09:08:26'),
(126073,46188,'action started via WP Cron','2021-02-02 14:09:14','2021-02-02 09:09:14'),
(126074,46188,'action complete via WP Cron','2021-02-02 14:09:14','2021-02-02 09:09:14'),
(126075,46189,'action created','2021-02-02 14:09:15','2021-02-02 09:09:15'),
(126076,46189,'action started via WP Cron','2021-02-02 14:10:42','2021-02-02 09:10:42'),
(126077,46189,'action complete via WP Cron','2021-02-02 14:10:42','2021-02-02 09:10:42'),
(126078,46190,'action created','2021-02-02 14:10:42','2021-02-02 09:10:42'),
(126079,46190,'action started via WP Cron','2021-02-02 14:11:26','2021-02-02 09:11:26'),
(126080,46190,'action complete via WP Cron','2021-02-02 14:11:26','2021-02-02 09:11:26'),
(126081,46191,'action created','2021-02-02 14:11:26','2021-02-02 09:11:26'),
(126082,46191,'action started via WP Cron','2021-02-02 14:12:13','2021-02-02 09:12:13'),
(126083,46191,'action complete via WP Cron','2021-02-02 14:12:13','2021-02-02 09:12:13'),
(126084,46192,'action created','2021-02-02 14:12:14','2021-02-02 09:12:14'),
(126085,46192,'action started via WP Cron','2021-02-02 14:13:25','2021-02-02 09:13:25'),
(126086,46192,'action complete via WP Cron','2021-02-02 14:13:25','2021-02-02 09:13:25'),
(126087,46193,'action created','2021-02-02 14:13:26','2021-02-02 09:13:26'),
(126088,46193,'action started via WP Cron','2021-02-02 14:14:44','2021-02-02 09:14:44'),
(126089,46193,'action complete via WP Cron','2021-02-02 14:14:44','2021-02-02 09:14:44'),
(126090,46194,'action created','2021-02-02 14:14:44','2021-02-02 09:14:44'),
(126091,46194,'action started via WP Cron','2021-02-02 14:15:52','2021-02-02 09:15:52'),
(126092,46194,'action complete via WP Cron','2021-02-02 14:15:52','2021-02-02 09:15:52'),
(126093,46195,'action created','2021-02-02 14:15:52','2021-02-02 09:15:52'),
(126094,46195,'action started via WP Cron','2021-02-02 14:17:02','2021-02-02 09:17:02'),
(126095,46195,'action complete via WP Cron','2021-02-02 14:17:02','2021-02-02 09:17:02'),
(126096,46196,'action created','2021-02-02 14:17:02','2021-02-02 09:17:02'),
(126097,46196,'action started via WP Cron','2021-02-02 14:17:17','2021-02-02 09:17:17'),
(126098,46196,'action complete via WP Cron','2021-02-02 14:17:17','2021-02-02 09:17:17'),
(126099,46197,'action created','2021-02-02 14:17:17','2021-02-02 09:17:17'),
(126100,46197,'action started via WP Cron','2021-02-02 14:18:22','2021-02-02 09:18:22'),
(126101,46197,'action complete via WP Cron','2021-02-02 14:18:22','2021-02-02 09:18:22'),
(126102,46198,'action created','2021-02-02 14:18:22','2021-02-02 09:18:22'),
(126103,46198,'action started via WP Cron','2021-02-02 14:19:49','2021-02-02 09:19:49'),
(126104,46198,'action complete via WP Cron','2021-02-02 14:19:49','2021-02-02 09:19:49'),
(126105,46199,'action created','2021-02-02 14:19:49','2021-02-02 09:19:49'),
(126106,46199,'action started via WP Cron','2021-02-02 14:20:27','2021-02-02 09:20:27'),
(126107,46199,'action complete via WP Cron','2021-02-02 14:20:27','2021-02-02 09:20:27'),
(126108,46200,'action created','2021-02-02 14:20:27','2021-02-02 09:20:27'),
(126109,46200,'action started via WP Cron','2021-02-02 14:21:11','2021-02-02 09:21:11'),
(126110,46200,'action complete via WP Cron','2021-02-02 14:21:11','2021-02-02 09:21:11'),
(126111,46201,'action created','2021-02-02 14:21:11','2021-02-02 09:21:11'),
(126112,46201,'action started via WP Cron','2021-02-02 14:22:44','2021-02-02 09:22:44'),
(126113,46201,'action complete via WP Cron','2021-02-02 14:22:44','2021-02-02 09:22:44'),
(126114,46202,'action created','2021-02-02 14:22:44','2021-02-02 09:22:44'),
(126115,46202,'action started via WP Cron','2021-02-02 14:23:24','2021-02-02 09:23:24'),
(126116,46202,'action complete via WP Cron','2021-02-02 14:23:24','2021-02-02 09:23:24'),
(126117,46203,'action created','2021-02-02 14:23:24','2021-02-02 09:23:24'),
(126118,46203,'action started via WP Cron','2021-02-02 14:24:19','2021-02-02 09:24:19'),
(126119,46203,'action complete via WP Cron','2021-02-02 14:24:19','2021-02-02 09:24:19'),
(126120,46204,'action created','2021-02-02 14:24:19','2021-02-02 09:24:19'),
(126121,46204,'action started via Async Request','2021-02-02 14:24:45','2021-02-02 09:24:45'),
(126122,46204,'action complete via Async Request','2021-02-02 14:24:45','2021-02-02 09:24:45'),
(126123,46205,'action created','2021-02-02 14:25:24','2021-02-02 09:25:24'),
(126124,46205,'action started via WP Cron','2021-02-02 14:26:23','2021-02-02 09:26:23'),
(126125,46205,'action complete via WP Cron','2021-02-02 14:26:23','2021-02-02 09:26:23'),
(126126,46206,'action created','2021-02-02 14:26:23','2021-02-02 09:26:23'),
(126127,46206,'action started via WP Cron','2021-02-02 14:27:14','2021-02-02 09:27:14'),
(126128,46206,'action complete via WP Cron','2021-02-02 14:27:14','2021-02-02 09:27:14'),
(126129,46207,'action created','2021-02-02 14:27:14','2021-02-02 09:27:14'),
(126130,46207,'action started via WP Cron','2021-02-02 14:28:54','2021-02-02 09:28:54'),
(126131,46207,'action complete via WP Cron','2021-02-02 14:28:54','2021-02-02 09:28:54'),
(126132,46208,'action created','2021-02-02 14:28:54','2021-02-02 09:28:54'),
(126133,46208,'action started via WP Cron','2021-02-02 14:29:34','2021-02-02 09:29:34'),
(126134,46208,'action complete via WP Cron','2021-02-02 14:29:34','2021-02-02 09:29:34'),
(126135,46209,'action created','2021-02-02 14:29:34','2021-02-02 09:29:34'),
(126136,46209,'action started via WP Cron','2021-02-02 14:30:17','2021-02-02 09:30:17'),
(126137,46209,'action complete via WP Cron','2021-02-02 14:30:17','2021-02-02 09:30:17'),
(126138,46210,'action created','2021-02-02 14:30:17','2021-02-02 09:30:17'),
(126139,46210,'action started via WP Cron','2021-02-02 14:31:27','2021-02-02 09:31:27'),
(126140,46210,'action complete via WP Cron','2021-02-02 14:31:27','2021-02-02 09:31:27'),
(126141,46211,'action created','2021-02-02 14:31:27','2021-02-02 09:31:27'),
(126142,46211,'action started via WP Cron','2021-02-02 14:32:34','2021-02-02 09:32:34'),
(126143,46211,'action complete via WP Cron','2021-02-02 14:32:34','2021-02-02 09:32:34'),
(126144,46212,'action created','2021-02-02 14:32:34','2021-02-02 09:32:34'),
(126145,46212,'action started via WP Cron','2021-02-02 14:33:11','2021-02-02 09:33:11'),
(126146,46212,'action complete via WP Cron','2021-02-02 14:33:11','2021-02-02 09:33:11'),
(126147,46213,'action created','2021-02-02 14:33:11','2021-02-02 09:33:11'),
(126148,46213,'action started via WP Cron','2021-02-02 14:34:26','2021-02-02 09:34:26'),
(126149,46213,'action complete via WP Cron','2021-02-02 14:34:26','2021-02-02 09:34:26'),
(126150,46214,'action created','2021-02-02 14:34:26','2021-02-02 09:34:26'),
(126151,46214,'action started via Async Request','2021-02-02 14:35:07','2021-02-02 09:35:07'),
(126152,46214,'action complete via Async Request','2021-02-02 14:35:07','2021-02-02 09:35:07'),
(126153,46215,'action created','2021-02-02 14:35:32','2021-02-02 09:35:32'),
(126154,46215,'action started via WP Cron','2021-02-02 14:36:13','2021-02-02 09:36:13'),
(126155,46215,'action complete via WP Cron','2021-02-02 14:36:13','2021-02-02 09:36:13'),
(126156,46216,'action created','2021-02-02 14:36:13','2021-02-02 09:36:13'),
(126157,46216,'action started via WP Cron','2021-02-02 14:37:16','2021-02-02 09:37:16'),
(126158,46216,'action complete via WP Cron','2021-02-02 14:37:16','2021-02-02 09:37:16'),
(126159,46217,'action created','2021-02-02 14:37:16','2021-02-02 09:37:16'),
(126160,46217,'action started via WP Cron','2021-02-02 14:38:19','2021-02-02 09:38:19'),
(126161,46217,'action complete via WP Cron','2021-02-02 14:38:19','2021-02-02 09:38:19'),
(126162,46218,'action created','2021-02-02 14:38:19','2021-02-02 09:38:19'),
(126163,46218,'action started via WP Cron','2021-02-02 14:39:48','2021-02-02 09:39:48'),
(126164,46218,'action complete via WP Cron','2021-02-02 14:39:48','2021-02-02 09:39:48'),
(126165,46219,'action created','2021-02-02 14:39:48','2021-02-02 09:39:48'),
(126166,46219,'action started via WP Cron','2021-02-02 14:40:27','2021-02-02 09:40:27'),
(126167,46219,'action complete via WP Cron','2021-02-02 14:40:27','2021-02-02 09:40:27'),
(126168,46220,'action created','2021-02-02 14:40:27','2021-02-02 09:40:27'),
(126169,46220,'action started via WP Cron','2021-02-02 14:41:25','2021-02-02 09:41:25'),
(126170,46220,'action complete via WP Cron','2021-02-02 14:41:25','2021-02-02 09:41:25'),
(126171,46221,'action created','2021-02-02 14:41:25','2021-02-02 09:41:25'),
(126172,46221,'action started via WP Cron','2021-02-02 14:42:37','2021-02-02 09:42:37'),
(126173,46221,'action complete via WP Cron','2021-02-02 14:42:37','2021-02-02 09:42:37'),
(126174,46222,'action created','2021-02-02 14:42:37','2021-02-02 09:42:37'),
(126175,46222,'action started via WP Cron','2021-02-02 14:43:20','2021-02-02 09:43:20'),
(126176,46222,'action complete via WP Cron','2021-02-02 14:43:20','2021-02-02 09:43:20'),
(126177,46223,'action created','2021-02-02 14:43:20','2021-02-02 09:43:20'),
(126178,46223,'action started via WP Cron','2021-02-02 14:44:16','2021-02-02 09:44:16'),
(126179,46223,'action complete via WP Cron','2021-02-02 14:44:16','2021-02-02 09:44:16'),
(126180,46224,'action created','2021-02-02 14:44:16','2021-02-02 09:44:16'),
(126181,46224,'action started via WP Cron','2021-02-02 14:45:26','2021-02-02 09:45:26'),
(126182,46224,'action complete via WP Cron','2021-02-02 14:45:26','2021-02-02 09:45:26'),
(126183,46225,'action created','2021-02-02 14:45:26','2021-02-02 09:45:26'),
(126184,46225,'action started via WP Cron','2021-02-02 14:46:12','2021-02-02 09:46:12'),
(126185,46225,'action complete via WP Cron','2021-02-02 14:46:12','2021-02-02 09:46:12'),
(126186,46226,'action created','2021-02-02 14:46:12','2021-02-02 09:46:12'),
(126187,46226,'action started via WP Cron','2021-02-02 14:47:43','2021-02-02 09:47:43'),
(126188,46226,'action complete via WP Cron','2021-02-02 14:47:43','2021-02-02 09:47:43'),
(126189,46227,'action created','2021-02-02 14:47:43','2021-02-02 09:47:43'),
(126190,46227,'action started via WP Cron','2021-02-02 14:48:29','2021-02-02 09:48:29'),
(126191,46227,'action complete via WP Cron','2021-02-02 14:48:29','2021-02-02 09:48:29'),
(126192,46228,'action created','2021-02-02 14:48:29','2021-02-02 09:48:29'),
(126193,46228,'action started via WP Cron','2021-02-02 14:49:33','2021-02-02 09:49:33'),
(126194,46228,'action complete via WP Cron','2021-02-02 14:49:33','2021-02-02 09:49:33'),
(126195,46229,'action created','2021-02-02 14:49:33','2021-02-02 09:49:33'),
(126196,46229,'action started via WP Cron','2021-02-02 14:50:34','2021-02-02 09:50:34'),
(126197,46229,'action complete via WP Cron','2021-02-02 14:50:34','2021-02-02 09:50:34'),
(126198,46230,'action created','2021-02-02 14:50:34','2021-02-02 09:50:34'),
(126199,46230,'action started via WP Cron','2021-02-02 14:51:18','2021-02-02 09:51:18'),
(126200,46230,'action complete via WP Cron','2021-02-02 14:51:18','2021-02-02 09:51:18'),
(126201,46231,'action created','2021-02-02 14:51:18','2021-02-02 09:51:18'),
(126202,46231,'action started via WP Cron','2021-02-02 14:52:45','2021-02-02 09:52:45'),
(126203,46231,'action complete via WP Cron','2021-02-02 14:52:45','2021-02-02 09:52:45'),
(126204,46232,'action created','2021-02-02 14:52:45','2021-02-02 09:52:45'),
(126205,46232,'action started via WP Cron','2021-02-02 14:53:19','2021-02-02 09:53:19'),
(126206,46232,'action complete via WP Cron','2021-02-02 14:53:19','2021-02-02 09:53:19'),
(126207,46233,'action created','2021-02-02 14:53:19','2021-02-02 09:53:19'),
(126208,46233,'action started via WP Cron','2021-02-02 14:55:28','2021-02-02 09:55:28'),
(126209,46233,'action complete via WP Cron','2021-02-02 14:55:28','2021-02-02 09:55:28'),
(126210,46234,'action created','2021-02-02 14:55:28','2021-02-02 09:55:28'),
(126211,46234,'action started via WP Cron','2021-02-02 14:58:09','2021-02-02 09:58:09'),
(126212,46234,'action complete via WP Cron','2021-02-02 14:58:09','2021-02-02 09:58:09'),
(126213,46235,'action created','2021-02-02 14:58:09','2021-02-02 09:58:09'),
(126214,46235,'action started via WP Cron','2021-02-02 14:58:32','2021-02-02 09:58:32'),
(126215,46235,'action complete via WP Cron','2021-02-02 14:58:32','2021-02-02 09:58:32'),
(126216,46236,'action created','2021-02-02 14:58:32','2021-02-02 09:58:32'),
(126217,46236,'action started via WP Cron','2021-02-02 15:00:05','2021-02-02 10:00:05'),
(126218,46236,'action complete via WP Cron','2021-02-02 15:00:05','2021-02-02 10:00:05'),
(126219,46237,'action created','2021-02-02 15:00:05','2021-02-02 10:00:05'),
(126220,46237,'action started via WP Cron','2021-02-02 15:00:21','2021-02-02 10:00:21'),
(126221,46237,'action complete via WP Cron','2021-02-02 15:00:21','2021-02-02 10:00:21'),
(126222,46238,'action created','2021-02-02 15:00:21','2021-02-02 10:00:21'),
(126223,46238,'action started via WP Cron','2021-02-02 15:01:49','2021-02-02 10:01:49'),
(126224,46238,'action complete via WP Cron','2021-02-02 15:01:49','2021-02-02 10:01:49'),
(126225,46239,'action created','2021-02-02 15:01:49','2021-02-02 10:01:49'),
(126226,46239,'action started via WP Cron','2021-02-02 15:02:23','2021-02-02 10:02:23'),
(126227,46239,'action complete via WP Cron','2021-02-02 15:02:23','2021-02-02 10:02:23'),
(126228,46240,'action created','2021-02-02 15:02:23','2021-02-02 10:02:23'),
(126229,46240,'action started via WP Cron','2021-02-02 15:04:45','2021-02-02 10:04:45'),
(126230,46240,'action complete via WP Cron','2021-02-02 15:04:45','2021-02-02 10:04:45'),
(126231,46241,'action created','2021-02-02 15:04:45','2021-02-02 10:04:45'),
(126232,46241,'action started via WP Cron','2021-02-02 15:05:36','2021-02-02 10:05:36'),
(126233,46241,'action complete via WP Cron','2021-02-02 15:05:36','2021-02-02 10:05:36'),
(126234,46242,'action created','2021-02-02 15:05:36','2021-02-02 10:05:36'),
(126235,46242,'action started via WP Cron','2021-02-02 15:07:32','2021-02-02 10:07:32'),
(126236,46242,'action complete via WP Cron','2021-02-02 15:07:32','2021-02-02 10:07:32'),
(126237,46243,'action created','2021-02-02 15:07:32','2021-02-02 10:07:32'),
(126238,46243,'action started via WP Cron','2021-02-02 15:09:44','2021-02-02 10:09:44'),
(126239,46243,'action complete via WP Cron','2021-02-02 15:09:44','2021-02-02 10:09:44'),
(126240,46244,'action created','2021-02-02 15:09:44','2021-02-02 10:09:44'),
(126241,46244,'action started via WP Cron','2021-02-02 15:10:58','2021-02-02 10:10:58'),
(126242,46244,'action complete via WP Cron','2021-02-02 15:10:58','2021-02-02 10:10:58'),
(126243,46245,'action created','2021-02-02 15:10:58','2021-02-02 10:10:58'),
(126244,46245,'action started via WP Cron','2021-02-02 15:13:54','2021-02-02 10:13:54'),
(126245,46245,'action complete via WP Cron','2021-02-02 15:13:54','2021-02-02 10:13:54'),
(126246,46246,'action created','2021-02-02 15:13:54','2021-02-02 10:13:54'),
(126247,46246,'action started via WP Cron','2021-02-02 15:14:15','2021-02-02 10:14:15'),
(126248,46246,'action complete via WP Cron','2021-02-02 15:14:15','2021-02-02 10:14:15'),
(126249,46247,'action created','2021-02-02 15:14:15','2021-02-02 10:14:15'),
(126250,46247,'action started via WP Cron','2021-02-02 15:15:25','2021-02-02 10:15:25'),
(126251,46247,'action complete via WP Cron','2021-02-02 15:15:25','2021-02-02 10:15:25'),
(126252,46248,'action created','2021-02-02 15:15:25','2021-02-02 10:15:25'),
(126253,46248,'action started via WP Cron','2021-02-02 15:16:57','2021-02-02 10:16:57'),
(126254,46248,'action complete via WP Cron','2021-02-02 15:16:57','2021-02-02 10:16:57'),
(126255,46249,'action created','2021-02-02 15:16:57','2021-02-02 10:16:57'),
(126256,46249,'action started via WP Cron','2021-02-02 15:17:23','2021-02-02 10:17:23'),
(126257,46249,'action complete via WP Cron','2021-02-02 15:17:23','2021-02-02 10:17:23'),
(126258,46250,'action created','2021-02-02 15:17:23','2021-02-02 10:17:23'),
(126259,46250,'action started via WP Cron','2021-02-02 15:19:07','2021-02-02 10:19:07'),
(126260,46250,'action complete via WP Cron','2021-02-02 15:19:07','2021-02-02 10:19:07'),
(126261,46251,'action created','2021-02-02 15:19:07','2021-02-02 10:19:07'),
(126262,46251,'action started via WP Cron','2021-02-02 15:21:03','2021-02-02 10:21:03'),
(126263,46251,'action complete via WP Cron','2021-02-02 15:21:03','2021-02-02 10:21:03'),
(126264,46252,'action created','2021-02-02 15:21:03','2021-02-02 10:21:03'),
(126265,46252,'action started via WP Cron','2021-02-02 15:21:17','2021-02-02 10:21:17'),
(126266,46252,'action complete via WP Cron','2021-02-02 15:21:17','2021-02-02 10:21:17'),
(126267,46253,'action created','2021-02-02 15:21:17','2021-02-02 10:21:17'),
(126268,46253,'action started via WP Cron','2021-02-02 15:23:01','2021-02-02 10:23:01'),
(126269,46253,'action complete via WP Cron','2021-02-02 15:23:01','2021-02-02 10:23:01'),
(126270,46254,'action created','2021-02-02 15:23:01','2021-02-02 10:23:01'),
(126271,46254,'action started via WP Cron','2021-02-02 15:23:38','2021-02-02 10:23:38'),
(126272,46254,'action complete via WP Cron','2021-02-02 15:23:38','2021-02-02 10:23:38'),
(126273,46255,'action created','2021-02-02 15:23:38','2021-02-02 10:23:38'),
(126274,46255,'action started via WP Cron','2021-02-02 15:25:01','2021-02-02 10:25:01'),
(126275,46255,'action complete via WP Cron','2021-02-02 15:25:01','2021-02-02 10:25:01'),
(126276,46256,'action created','2021-02-02 15:25:01','2021-02-02 10:25:01'),
(126277,46256,'action started via WP Cron','2021-02-02 15:26:23','2021-02-02 10:26:23'),
(126278,46256,'action complete via WP Cron','2021-02-02 15:26:23','2021-02-02 10:26:23'),
(126279,46257,'action created','2021-02-02 15:26:23','2021-02-02 10:26:23'),
(126280,46257,'action started via WP Cron','2021-02-02 15:27:20','2021-02-02 10:27:20'),
(126281,46257,'action complete via WP Cron','2021-02-02 15:27:20','2021-02-02 10:27:20'),
(126282,46258,'action created','2021-02-02 15:27:21','2021-02-02 10:27:21'),
(126283,46258,'action started via WP Cron','2021-02-02 15:28:12','2021-02-02 10:28:12'),
(126284,46258,'action complete via WP Cron','2021-02-02 15:28:12','2021-02-02 10:28:12'),
(126285,46259,'action created','2021-02-02 15:28:12','2021-02-02 10:28:12'),
(126286,46259,'action started via WP Cron','2021-02-02 15:29:59','2021-02-02 10:29:59'),
(126287,46259,'action complete via WP Cron','2021-02-02 15:29:59','2021-02-02 10:29:59'),
(126288,46260,'action created','2021-02-02 15:29:59','2021-02-02 10:29:59'),
(126289,46260,'action started via WP Cron','2021-02-02 15:31:53','2021-02-02 10:31:53'),
(126290,46260,'action complete via WP Cron','2021-02-02 15:31:53','2021-02-02 10:31:53'),
(126291,46261,'action created','2021-02-02 15:31:53','2021-02-02 10:31:53'),
(126292,46261,'action started via WP Cron','2021-02-02 15:32:22','2021-02-02 10:32:22'),
(126293,46261,'action complete via WP Cron','2021-02-02 15:32:22','2021-02-02 10:32:22'),
(126294,46262,'action created','2021-02-02 15:32:22','2021-02-02 10:32:22'),
(126295,46262,'action started via WP Cron','2021-02-02 15:33:17','2021-02-02 10:33:17'),
(126296,46262,'action complete via WP Cron','2021-02-02 15:33:17','2021-02-02 10:33:17'),
(126297,46263,'action created','2021-02-02 15:33:17','2021-02-02 10:33:17'),
(126298,46263,'action started via WP Cron','2021-02-02 15:34:27','2021-02-02 10:34:27'),
(126299,46263,'action complete via WP Cron','2021-02-02 15:34:27','2021-02-02 10:34:27'),
(126300,46264,'action created','2021-02-02 15:34:27','2021-02-02 10:34:27'),
(126301,46264,'action started via WP Cron','2021-02-02 15:35:26','2021-02-02 10:35:26'),
(126302,46264,'action complete via WP Cron','2021-02-02 15:35:26','2021-02-02 10:35:26'),
(126303,46265,'action created','2021-02-02 15:35:26','2021-02-02 10:35:26'),
(126304,46265,'action started via WP Cron','2021-02-02 15:36:32','2021-02-02 10:36:32'),
(126305,46265,'action complete via WP Cron','2021-02-02 15:36:32','2021-02-02 10:36:32'),
(126306,46266,'action created','2021-02-02 15:36:32','2021-02-02 10:36:32'),
(126307,46266,'action started via WP Cron','2021-02-02 15:37:21','2021-02-02 10:37:21'),
(126308,46266,'action complete via WP Cron','2021-02-02 15:37:21','2021-02-02 10:37:21'),
(126309,46267,'action created','2021-02-02 15:37:21','2021-02-02 10:37:21'),
(126310,46267,'action started via WP Cron','2021-02-02 15:38:12','2021-02-02 10:38:12'),
(126311,46267,'action complete via WP Cron','2021-02-02 15:38:12','2021-02-02 10:38:12'),
(126312,46268,'action created','2021-02-02 15:38:12','2021-02-02 10:38:12'),
(126313,46268,'action started via WP Cron','2021-02-02 15:39:34','2021-02-02 10:39:34'),
(126314,46268,'action complete via WP Cron','2021-02-02 15:39:34','2021-02-02 10:39:34'),
(126315,46269,'action created','2021-02-02 15:39:34','2021-02-02 10:39:34'),
(126316,46269,'action started via WP Cron','2021-02-02 15:40:42','2021-02-02 10:40:42'),
(126317,46269,'action complete via WP Cron','2021-02-02 15:40:42','2021-02-02 10:40:42'),
(126318,46270,'action created','2021-02-02 15:40:50','2021-02-02 10:40:50'),
(126319,46270,'action started via WP Cron','2021-02-02 15:41:24','2021-02-02 10:41:24'),
(126320,46270,'action complete via WP Cron','2021-02-02 15:41:24','2021-02-02 10:41:24'),
(126321,46271,'action created','2021-02-02 15:41:24','2021-02-02 10:41:24'),
(126322,46271,'action started via WP Cron','2021-02-02 15:42:32','2021-02-02 10:42:32'),
(126323,46271,'action complete via WP Cron','2021-02-02 15:42:32','2021-02-02 10:42:32'),
(126324,46272,'action created','2021-02-02 15:42:32','2021-02-02 10:42:32'),
(126325,46272,'action started via WP Cron','2021-02-02 15:43:31','2021-02-02 10:43:31'),
(126326,46272,'action complete via WP Cron','2021-02-02 15:43:31','2021-02-02 10:43:31'),
(126327,46273,'action created','2021-02-02 15:43:31','2021-02-02 10:43:31'),
(126328,46273,'action started via WP Cron','2021-02-02 15:44:30','2021-02-02 10:44:30'),
(126329,46273,'action complete via WP Cron','2021-02-02 15:44:30','2021-02-02 10:44:30'),
(126330,46274,'action created','2021-02-02 15:44:30','2021-02-02 10:44:30'),
(126331,46274,'action started via WP Cron','2021-02-02 15:46:27','2021-02-02 10:46:27'),
(126332,46274,'action complete via WP Cron','2021-02-02 15:46:27','2021-02-02 10:46:27'),
(126333,46275,'action created','2021-02-02 15:46:27','2021-02-02 10:46:27'),
(126334,46275,'action started via WP Cron','2021-02-02 15:50:54','2021-02-02 10:50:54'),
(126335,46275,'action complete via WP Cron','2021-02-02 15:50:54','2021-02-02 10:50:54'),
(126336,46276,'action created','2021-02-02 15:50:54','2021-02-02 10:50:54'),
(126337,46276,'action started via WP Cron','2021-02-02 15:53:29','2021-02-02 10:53:29'),
(126338,46276,'action complete via WP Cron','2021-02-02 15:53:29','2021-02-02 10:53:29'),
(126339,46277,'action created','2021-02-02 15:53:29','2021-02-02 10:53:29'),
(126340,46277,'action started via WP Cron','2021-02-02 15:54:16','2021-02-02 10:54:16'),
(126341,46277,'action complete via WP Cron','2021-02-02 15:54:18','2021-02-02 10:54:18'),
(126342,46278,'action created','2021-02-02 15:54:20','2021-02-02 10:54:20'),
(126343,46278,'action started via WP Cron','2021-02-02 15:55:12','2021-02-02 10:55:12'),
(126344,46278,'action complete via WP Cron','2021-02-02 15:55:12','2021-02-02 10:55:12'),
(126345,46279,'action created','2021-02-02 15:55:12','2021-02-02 10:55:12'),
(126346,46279,'action started via WP Cron','2021-02-02 15:57:22','2021-02-02 10:57:22'),
(126347,46279,'action complete via WP Cron','2021-02-02 15:57:22','2021-02-02 10:57:22'),
(126348,46280,'action created','2021-02-02 15:57:22','2021-02-02 10:57:22'),
(126349,46280,'action started via WP Cron','2021-02-02 16:02:35','2021-02-02 11:02:35'),
(126350,46280,'action complete via WP Cron','2021-02-02 16:02:35','2021-02-02 11:02:35'),
(126351,46281,'action created','2021-02-02 16:02:35','2021-02-02 11:02:35'),
(126352,46281,'action started via WP Cron','2021-02-02 16:07:07','2021-02-02 11:07:07'),
(126353,46281,'action complete via WP Cron','2021-02-02 16:07:07','2021-02-02 11:07:07'),
(126354,46282,'action created','2021-02-02 16:07:07','2021-02-02 11:07:07'),
(126355,46282,'action started via WP Cron','2021-02-02 16:07:55','2021-02-02 11:07:55'),
(126356,46282,'action complete via WP Cron','2021-02-02 16:07:55','2021-02-02 11:07:55'),
(126357,46283,'action created','2021-02-02 16:07:55','2021-02-02 11:07:55'),
(126358,46283,'action started via WP Cron','2021-02-02 16:10:24','2021-02-02 11:10:24'),
(126359,46283,'action complete via WP Cron','2021-02-02 16:10:24','2021-02-02 11:10:24'),
(126360,46284,'action created','2021-02-02 16:10:24','2021-02-02 11:10:24'),
(126361,46284,'action started via WP Cron','2021-02-02 16:11:14','2021-02-02 11:11:14'),
(126362,46284,'action complete via WP Cron','2021-02-02 16:11:14','2021-02-02 11:11:14'),
(126363,46285,'action created','2021-02-02 16:11:14','2021-02-02 11:11:14'),
(126364,46285,'action started via WP Cron','2021-02-02 16:13:52','2021-02-02 11:13:52'),
(126365,46285,'action complete via WP Cron','2021-02-02 16:13:52','2021-02-02 11:13:52'),
(126366,46286,'action created','2021-02-02 16:13:52','2021-02-02 11:13:52'),
(126367,46286,'action started via WP Cron','2021-02-02 16:14:52','2021-02-02 11:14:52'),
(126368,46286,'action complete via WP Cron','2021-02-02 16:14:52','2021-02-02 11:14:52'),
(126369,46287,'action created','2021-02-02 16:14:52','2021-02-02 11:14:52'),
(126370,46287,'action started via WP Cron','2021-02-02 16:15:29','2021-02-02 11:15:29'),
(126371,46287,'action complete via WP Cron','2021-02-02 16:15:29','2021-02-02 11:15:29'),
(126372,46288,'action created','2021-02-02 16:15:30','2021-02-02 11:15:30'),
(126373,46288,'action started via WP Cron','2021-02-02 16:18:13','2021-02-02 11:18:13'),
(126374,46288,'action complete via WP Cron','2021-02-02 16:18:13','2021-02-02 11:18:13'),
(126375,46289,'action created','2021-02-02 16:18:13','2021-02-02 11:18:13'),
(126376,46289,'action started via WP Cron','2021-02-02 16:20:33','2021-02-02 11:20:33'),
(126377,46289,'action complete via WP Cron','2021-02-02 16:20:33','2021-02-02 11:20:33'),
(126378,46290,'action created','2021-02-02 16:20:33','2021-02-02 11:20:33'),
(126379,46290,'action started via WP Cron','2021-02-02 16:21:19','2021-02-02 11:21:19'),
(126380,46290,'action complete via WP Cron','2021-02-02 16:21:19','2021-02-02 11:21:19'),
(126381,46291,'action created','2021-02-02 16:21:19','2021-02-02 11:21:19'),
(126382,46291,'action started via WP Cron','2021-02-02 16:23:02','2021-02-02 11:23:02'),
(126383,46291,'action complete via WP Cron','2021-02-02 16:23:02','2021-02-02 11:23:02'),
(126384,46292,'action created','2021-02-02 16:23:02','2021-02-02 11:23:02'),
(126385,46292,'action started via WP Cron','2021-02-02 16:23:30','2021-02-02 11:23:30'),
(126386,46292,'action complete via WP Cron','2021-02-02 16:23:30','2021-02-02 11:23:30'),
(126387,46293,'action created','2021-02-02 16:23:30','2021-02-02 11:23:30'),
(126388,46293,'action started via WP Cron','2021-02-02 16:24:22','2021-02-02 11:24:22'),
(126389,46293,'action complete via WP Cron','2021-02-02 16:24:22','2021-02-02 11:24:22'),
(126390,46294,'action created','2021-02-02 16:24:22','2021-02-02 11:24:22'),
(126391,46294,'action started via WP Cron','2021-02-02 16:27:09','2021-02-02 11:27:09'),
(126392,46294,'action complete via WP Cron','2021-02-02 16:27:09','2021-02-02 11:27:09'),
(126393,46295,'action created','2021-02-02 16:27:09','2021-02-02 11:27:09'),
(126394,46295,'action started via WP Cron','2021-02-02 16:27:57','2021-02-02 11:27:57'),
(126395,46295,'action complete via WP Cron','2021-02-02 16:27:57','2021-02-02 11:27:57'),
(126396,46296,'action created','2021-02-02 16:27:57','2021-02-02 11:27:57'),
(126397,46296,'action started via WP Cron','2021-02-02 16:28:12','2021-02-02 11:28:12'),
(126398,46296,'action complete via WP Cron','2021-02-02 16:28:12','2021-02-02 11:28:12'),
(126399,46297,'action created','2021-02-02 16:28:12','2021-02-02 11:28:12'),
(126400,46297,'action started via WP Cron','2021-02-02 16:29:30','2021-02-02 11:29:30'),
(126401,46297,'action complete via WP Cron','2021-02-02 16:29:30','2021-02-02 11:29:30'),
(126402,46298,'action created','2021-02-02 16:29:30','2021-02-02 11:29:30'),
(126403,46298,'action started via WP Cron','2021-02-02 16:30:11','2021-02-02 11:30:11'),
(126404,46298,'action complete via WP Cron','2021-02-02 16:30:11','2021-02-02 11:30:11'),
(126405,46299,'action created','2021-02-02 16:30:11','2021-02-02 11:30:11'),
(126406,46299,'action started via WP Cron','2021-02-02 16:32:03','2021-02-02 11:32:03'),
(126407,46299,'action complete via WP Cron','2021-02-02 16:32:03','2021-02-02 11:32:03'),
(126408,46300,'action created','2021-02-02 16:32:03','2021-02-02 11:32:03'),
(126409,46300,'action started via WP Cron','2021-02-02 16:32:23','2021-02-02 11:32:23'),
(126410,46300,'action complete via WP Cron','2021-02-02 16:32:23','2021-02-02 11:32:23'),
(126411,46301,'action created','2021-02-02 16:32:23','2021-02-02 11:32:23'),
(126412,46301,'action started via WP Cron','2021-02-02 16:34:10','2021-02-02 11:34:10'),
(126413,46301,'action complete via WP Cron','2021-02-02 16:34:10','2021-02-02 11:34:10'),
(126414,46302,'action created','2021-02-02 16:34:10','2021-02-02 11:34:10'),
(126415,46302,'action started via WP Cron','2021-02-02 16:36:55','2021-02-02 11:36:55'),
(126416,46302,'action complete via WP Cron','2021-02-02 16:36:55','2021-02-02 11:36:55'),
(126417,46303,'action created','2021-02-02 16:36:55','2021-02-02 11:36:55'),
(126418,46303,'action started via WP Cron','2021-02-02 16:37:15','2021-02-02 11:37:15'),
(126419,46303,'action complete via WP Cron','2021-02-02 16:37:15','2021-02-02 11:37:15'),
(126420,46304,'action created','2021-02-02 16:37:15','2021-02-02 11:37:15'),
(126421,46304,'action started via WP Cron','2021-02-02 16:39:03','2021-02-02 11:39:03'),
(126422,46304,'action complete via WP Cron','2021-02-02 16:39:03','2021-02-02 11:39:03'),
(126423,46305,'action created','2021-02-02 16:39:03','2021-02-02 11:39:03'),
(126424,46305,'action started via WP Cron','2021-02-02 16:39:22','2021-02-02 11:39:22'),
(126425,46305,'action complete via WP Cron','2021-02-02 16:39:22','2021-02-02 11:39:22'),
(126426,46306,'action created','2021-02-02 16:39:22','2021-02-02 11:39:22'),
(126427,46306,'action started via WP Cron','2021-02-02 16:40:17','2021-02-02 11:40:17'),
(126428,46306,'action complete via WP Cron','2021-02-02 16:40:17','2021-02-02 11:40:17'),
(126429,46307,'action created','2021-02-02 16:40:17','2021-02-02 11:40:17'),
(126430,46307,'action started via WP Cron','2021-02-02 16:41:23','2021-02-02 11:41:23'),
(126431,46307,'action complete via WP Cron','2021-02-02 16:41:23','2021-02-02 11:41:23'),
(126432,46308,'action created','2021-02-02 16:41:23','2021-02-02 11:41:23'),
(126433,46308,'action started via WP Cron','2021-02-02 16:42:12','2021-02-02 11:42:12'),
(126434,46308,'action complete via WP Cron','2021-02-02 16:42:12','2021-02-02 11:42:12'),
(126435,46309,'action created','2021-02-02 16:42:12','2021-02-02 11:42:12'),
(126436,46309,'action started via WP Cron','2021-02-02 16:43:22','2021-02-02 11:43:22'),
(126437,46309,'action complete via WP Cron','2021-02-02 16:43:22','2021-02-02 11:43:22'),
(126438,46310,'action created','2021-02-02 16:43:22','2021-02-02 11:43:22'),
(126439,46310,'action started via WP Cron','2021-02-02 16:45:01','2021-02-02 11:45:01'),
(126440,46310,'action complete via WP Cron','2021-02-02 16:45:01','2021-02-02 11:45:01'),
(126441,46311,'action created','2021-02-02 16:45:01','2021-02-02 11:45:01'),
(126442,46311,'action started via WP Cron','2021-02-02 16:45:12','2021-02-02 11:45:12'),
(126443,46311,'action complete via WP Cron','2021-02-02 16:45:12','2021-02-02 11:45:12'),
(126444,46312,'action created','2021-02-02 16:45:12','2021-02-02 11:45:12'),
(126445,46312,'action started via WP Cron','2021-02-02 16:46:23','2021-02-02 11:46:23'),
(126446,46312,'action complete via WP Cron','2021-02-02 16:46:23','2021-02-02 11:46:23'),
(126447,46313,'action created','2021-02-02 16:46:23','2021-02-02 11:46:23'),
(126448,46313,'action started via WP Cron','2021-02-02 16:48:33','2021-02-02 11:48:33'),
(126449,46313,'action complete via WP Cron','2021-02-02 16:48:33','2021-02-02 11:48:33'),
(126450,46314,'action created','2021-02-02 16:48:33','2021-02-02 11:48:33'),
(126451,46314,'action started via WP Cron','2021-02-02 16:49:46','2021-02-02 11:49:46'),
(126452,46314,'action complete via WP Cron','2021-02-02 16:49:46','2021-02-02 11:49:46'),
(126453,46315,'action created','2021-02-02 16:49:46','2021-02-02 11:49:46'),
(126454,46315,'action started via WP Cron','2021-02-02 16:50:59','2021-02-02 11:50:59'),
(126455,46315,'action complete via WP Cron','2021-02-02 16:50:59','2021-02-02 11:50:59'),
(126456,46316,'action created','2021-02-02 16:50:59','2021-02-02 11:50:59'),
(126457,46316,'action started via WP Cron','2021-02-02 16:51:39','2021-02-02 11:51:39'),
(126458,46316,'action complete via WP Cron','2021-02-02 16:51:39','2021-02-02 11:51:39'),
(126459,46317,'action created','2021-02-02 16:51:39','2021-02-02 11:51:39'),
(126460,46317,'action started via WP Cron','2021-02-02 16:52:30','2021-02-02 11:52:30'),
(126461,46317,'action complete via WP Cron','2021-02-02 16:52:31','2021-02-02 11:52:31'),
(126462,46318,'action created','2021-02-02 16:52:31','2021-02-02 11:52:31'),
(126463,46318,'action started via WP Cron','2021-02-02 16:53:37','2021-02-02 11:53:37'),
(126464,46318,'action complete via WP Cron','2021-02-02 16:53:37','2021-02-02 11:53:37'),
(126465,46319,'action created','2021-02-02 16:53:37','2021-02-02 11:53:37'),
(126466,46319,'action started via WP Cron','2021-02-02 16:56:24','2021-02-02 11:56:24'),
(126467,46319,'action complete via WP Cron','2021-02-02 16:56:24','2021-02-02 11:56:24'),
(126468,46320,'action created','2021-02-02 16:56:24','2021-02-02 11:56:24'),
(126469,46320,'action started via WP Cron','2021-02-02 16:58:21','2021-02-02 11:58:21'),
(126470,46320,'action complete via WP Cron','2021-02-02 16:58:21','2021-02-02 11:58:21'),
(126471,46321,'action created','2021-02-02 16:58:21','2021-02-02 11:58:21'),
(126472,46321,'action started via WP Cron','2021-02-02 16:59:12','2021-02-02 11:59:12'),
(126473,46321,'action complete via WP Cron','2021-02-02 16:59:12','2021-02-02 11:59:12'),
(126474,46322,'action created','2021-02-02 16:59:12','2021-02-02 11:59:12'),
(126475,46322,'action started via WP Cron','2021-02-02 17:01:05','2021-02-02 12:01:05'),
(126476,46322,'action complete via WP Cron','2021-02-02 17:01:05','2021-02-02 12:01:05'),
(126477,46323,'action created','2021-02-02 17:01:05','2021-02-02 12:01:05'),
(126478,46323,'action started via WP Cron','2021-02-02 17:04:37','2021-02-02 12:04:37'),
(126479,46323,'action complete via WP Cron','2021-02-02 17:04:37','2021-02-02 12:04:37'),
(126480,46324,'action created','2021-02-02 17:04:37','2021-02-02 12:04:37'),
(126481,46324,'action started via WP Cron','2021-02-02 17:06:05','2021-02-02 12:06:05'),
(126482,46324,'action complete via WP Cron','2021-02-02 17:06:05','2021-02-02 12:06:05'),
(126483,46325,'action created','2021-02-02 17:06:05','2021-02-02 12:06:05'),
(126484,46325,'action started via WP Cron','2021-02-02 17:07:50','2021-02-02 12:07:50'),
(126485,46325,'action complete via WP Cron','2021-02-02 17:07:50','2021-02-02 12:07:50'),
(126486,46326,'action created','2021-02-02 17:07:50','2021-02-02 12:07:50'),
(126487,46326,'action started via WP Cron','2021-02-02 17:09:33','2021-02-02 12:09:33'),
(126488,46326,'action complete via WP Cron','2021-02-02 17:09:33','2021-02-02 12:09:33'),
(126489,46327,'action created','2021-02-02 17:09:33','2021-02-02 12:09:33'),
(126490,46327,'action started via WP Cron','2021-02-02 17:10:48','2021-02-02 12:10:48'),
(126491,46327,'action complete via WP Cron','2021-02-02 17:10:48','2021-02-02 12:10:48'),
(126492,46328,'action created','2021-02-02 17:10:48','2021-02-02 12:10:48'),
(126493,46328,'action started via WP Cron','2021-02-02 17:11:32','2021-02-02 12:11:32'),
(126494,46328,'action complete via WP Cron','2021-02-02 17:11:32','2021-02-02 12:11:32'),
(126495,46329,'action created','2021-02-02 17:11:33','2021-02-02 12:11:33'),
(126496,46329,'action started via WP Cron','2021-02-02 17:12:34','2021-02-02 12:12:34'),
(126497,46329,'action complete via WP Cron','2021-02-02 17:12:34','2021-02-02 12:12:34'),
(126498,46330,'action created','2021-02-02 17:12:34','2021-02-02 12:12:34'),
(126499,46330,'action started via WP Cron','2021-02-02 17:13:37','2021-02-02 12:13:37'),
(126500,46330,'action complete via WP Cron','2021-02-02 17:13:37','2021-02-02 12:13:37'),
(126501,46331,'action created','2021-02-02 17:13:37','2021-02-02 12:13:37'),
(126502,46331,'action started via WP Cron','2021-02-02 17:14:48','2021-02-02 12:14:48'),
(126503,46331,'action complete via WP Cron','2021-02-02 17:14:48','2021-02-02 12:14:48'),
(126504,46332,'action created','2021-02-02 17:14:48','2021-02-02 12:14:48'),
(126505,46332,'action started via WP Cron','2021-02-02 17:15:16','2021-02-02 12:15:16'),
(126506,46332,'action complete via WP Cron','2021-02-02 17:15:16','2021-02-02 12:15:16'),
(126507,46333,'action created','2021-02-02 17:15:16','2021-02-02 12:15:16'),
(126508,46333,'action started via WP Cron','2021-02-02 17:16:25','2021-02-02 12:16:25'),
(126509,46333,'action complete via WP Cron','2021-02-02 17:16:25','2021-02-02 12:16:25'),
(126510,46334,'action created','2021-02-02 17:16:25','2021-02-02 12:16:25'),
(126511,46334,'action started via WP Cron','2021-02-02 17:17:39','2021-02-02 12:17:39'),
(126512,46334,'action complete via WP Cron','2021-02-02 17:17:39','2021-02-02 12:17:39'),
(126513,46335,'action created','2021-02-02 17:17:39','2021-02-02 12:17:39'),
(126514,46335,'action started via WP Cron','2021-02-02 17:18:13','2021-02-02 12:18:13'),
(126515,46335,'action complete via WP Cron','2021-02-02 17:18:13','2021-02-02 12:18:13'),
(126516,46336,'action created','2021-02-02 17:18:47','2021-02-02 12:18:47'),
(126517,46336,'action started via WP Cron','2021-02-02 17:19:18','2021-02-02 12:19:18'),
(126518,46336,'action complete via WP Cron','2021-02-02 17:19:18','2021-02-02 12:19:18'),
(126519,46337,'action created','2021-02-02 17:19:18','2021-02-02 12:19:18'),
(126520,46337,'action started via WP Cron','2021-02-02 17:20:57','2021-02-02 12:20:57'),
(126521,46337,'action complete via WP Cron','2021-02-02 17:20:57','2021-02-02 12:20:57'),
(126522,46338,'action created','2021-02-02 17:20:57','2021-02-02 12:20:57'),
(126523,46338,'action started via WP Cron','2021-02-02 17:21:17','2021-02-02 12:21:17'),
(126524,46338,'action complete via WP Cron','2021-02-02 17:21:17','2021-02-02 12:21:17'),
(126525,46339,'action created','2021-02-02 17:21:17','2021-02-02 12:21:17'),
(126526,46339,'action started via WP Cron','2021-02-02 17:22:20','2021-02-02 12:22:20'),
(126527,46339,'action complete via WP Cron','2021-02-02 17:22:20','2021-02-02 12:22:20'),
(126528,46340,'action created','2021-02-02 17:22:20','2021-02-02 12:22:20'),
(126529,46340,'action started via WP Cron','2021-02-02 17:23:15','2021-02-02 12:23:15'),
(126530,46340,'action complete via WP Cron','2021-02-02 17:23:15','2021-02-02 12:23:15'),
(126531,46341,'action created','2021-02-02 17:23:15','2021-02-02 12:23:15'),
(126532,46341,'action started via WP Cron','2021-02-02 17:26:53','2021-02-02 12:26:53'),
(126533,46341,'action complete via WP Cron','2021-02-02 17:26:53','2021-02-02 12:26:53'),
(126534,46342,'action created','2021-02-02 17:26:53','2021-02-02 12:26:53'),
(126535,46342,'action started via WP Cron','2021-02-02 17:29:04','2021-02-02 12:29:04'),
(126536,46342,'action complete via WP Cron','2021-02-02 17:29:04','2021-02-02 12:29:04'),
(126537,46343,'action created','2021-02-02 17:29:04','2021-02-02 12:29:04'),
(126538,46343,'action started via WP Cron','2021-02-02 17:30:02','2021-02-02 12:30:02'),
(126539,46343,'action complete via WP Cron','2021-02-02 17:30:02','2021-02-02 12:30:02'),
(126540,46344,'action created','2021-02-02 17:31:03','2021-02-02 12:31:03'),
(126541,46344,'action started via WP Cron','2021-02-02 17:31:52','2021-02-02 12:31:52'),
(126542,46344,'action complete via WP Cron','2021-02-02 17:31:52','2021-02-02 12:31:52'),
(126543,46345,'action created','2021-02-02 17:31:52','2021-02-02 12:31:52'),
(126544,46345,'action started via WP Cron','2021-02-02 17:32:21','2021-02-02 12:32:21'),
(126545,46345,'action complete via WP Cron','2021-02-02 17:32:21','2021-02-02 12:32:21'),
(126546,46346,'action created','2021-02-02 17:32:21','2021-02-02 12:32:21'),
(126547,46346,'action started via WP Cron','2021-02-02 17:33:40','2021-02-02 12:33:40'),
(126548,46346,'action complete via WP Cron','2021-02-02 17:33:40','2021-02-02 12:33:40'),
(126549,46347,'action created','2021-02-02 17:33:40','2021-02-02 12:33:40'),
(126550,46347,'action started via WP Cron','2021-02-02 17:34:19','2021-02-02 12:34:19'),
(126551,46347,'action complete via WP Cron','2021-02-02 17:34:19','2021-02-02 12:34:19'),
(126552,46348,'action created','2021-02-02 17:34:19','2021-02-02 12:34:19'),
(126553,46348,'action started via WP Cron','2021-02-02 17:35:25','2021-02-02 12:35:25'),
(126554,46348,'action complete via WP Cron','2021-02-02 17:35:25','2021-02-02 12:35:25'),
(126555,46349,'action created','2021-02-02 17:35:26','2021-02-02 12:35:26'),
(126556,46349,'action started via WP Cron','2021-02-02 17:36:17','2021-02-02 12:36:17'),
(126557,46349,'action complete via WP Cron','2021-02-02 17:36:17','2021-02-02 12:36:17'),
(126558,46350,'action created','2021-02-02 17:36:17','2021-02-02 12:36:17'),
(126559,46350,'action started via WP Cron','2021-02-02 17:39:05','2021-02-02 12:39:05'),
(126560,46350,'action complete via WP Cron','2021-02-02 17:39:05','2021-02-02 12:39:05'),
(126561,46351,'action created','2021-02-02 17:39:05','2021-02-02 12:39:05'),
(126562,46351,'action started via WP Cron','2021-02-02 17:40:33','2021-02-02 12:40:33'),
(126563,46351,'action complete via WP Cron','2021-02-02 17:40:33','2021-02-02 12:40:33'),
(126564,46352,'action created','2021-02-02 17:40:33','2021-02-02 12:40:33'),
(126565,46352,'action started via WP Cron','2021-02-02 17:41:13','2021-02-02 12:41:13'),
(126566,46352,'action complete via WP Cron','2021-02-02 17:41:13','2021-02-02 12:41:13'),
(126567,46353,'action created','2021-02-02 17:41:13','2021-02-02 12:41:13'),
(126568,46353,'action started via WP Cron','2021-02-02 17:43:11','2021-02-02 12:43:11'),
(126569,46353,'action complete via WP Cron','2021-02-02 17:43:11','2021-02-02 12:43:11'),
(126570,46354,'action created','2021-02-02 17:43:11','2021-02-02 12:43:11'),
(126571,46354,'action started via WP Cron','2021-02-02 17:46:41','2021-02-02 12:46:41'),
(126572,46354,'action complete via WP Cron','2021-02-02 17:46:41','2021-02-02 12:46:41'),
(126573,46355,'action created','2021-02-02 17:46:41','2021-02-02 12:46:41'),
(126574,46355,'action started via WP Cron','2021-02-02 17:47:54','2021-02-02 12:47:54'),
(126575,46355,'action complete via WP Cron','2021-02-02 17:47:55','2021-02-02 12:47:55'),
(126576,46356,'action created','2021-02-02 17:47:55','2021-02-02 12:47:55'),
(126577,46356,'action started via WP Cron','2021-02-02 17:48:39','2021-02-02 12:48:39'),
(126578,46356,'action complete via WP Cron','2021-02-02 17:48:39','2021-02-02 12:48:39'),
(126579,46357,'action created','2021-02-02 17:48:39','2021-02-02 12:48:39'),
(126580,46357,'action started via WP Cron','2021-02-02 17:49:15','2021-02-02 12:49:15'),
(126581,46357,'action complete via WP Cron','2021-02-02 17:49:15','2021-02-02 12:49:15'),
(126582,46358,'action created','2021-02-02 17:49:15','2021-02-02 12:49:15'),
(126583,46358,'action started via WP Cron','2021-02-02 17:50:56','2021-02-02 12:50:56'),
(126584,46358,'action complete via WP Cron','2021-02-02 17:50:56','2021-02-02 12:50:56'),
(126585,46359,'action created','2021-02-02 17:50:56','2021-02-02 12:50:56'),
(126586,46359,'action started via WP Cron','2021-02-02 17:51:20','2021-02-02 12:51:20'),
(126587,46359,'action complete via WP Cron','2021-02-02 17:51:20','2021-02-02 12:51:20'),
(126588,46360,'action created','2021-02-02 17:51:20','2021-02-02 12:51:20'),
(126589,46360,'action started via WP Cron','2021-02-02 17:54:20','2021-02-02 12:54:20'),
(126590,46360,'action complete via WP Cron','2021-02-02 17:54:20','2021-02-02 12:54:20'),
(126591,46361,'action created','2021-02-02 17:54:20','2021-02-02 12:54:20'),
(126592,46361,'action started via WP Cron','2021-02-02 17:57:05','2021-02-02 12:57:05'),
(126593,46361,'action complete via WP Cron','2021-02-02 17:57:05','2021-02-02 12:57:05'),
(126594,46362,'action created','2021-02-02 17:57:05','2021-02-02 12:57:05'),
(126595,46362,'action started via WP Cron','2021-02-02 17:57:36','2021-02-02 12:57:36'),
(126596,46362,'action complete via WP Cron','2021-02-02 17:57:36','2021-02-02 12:57:36'),
(126597,46363,'action created','2021-02-02 17:57:36','2021-02-02 12:57:36'),
(126598,46363,'action started via WP Cron','2021-02-02 17:58:20','2021-02-02 12:58:20'),
(126599,46363,'action complete via WP Cron','2021-02-02 17:58:20','2021-02-02 12:58:20'),
(126600,46364,'action created','2021-02-02 17:58:20','2021-02-02 12:58:20'),
(126601,46364,'action started via WP Cron','2021-02-02 17:59:36','2021-02-02 12:59:36'),
(126602,46364,'action complete via WP Cron','2021-02-02 17:59:36','2021-02-02 12:59:36'),
(126603,46365,'action created','2021-02-02 17:59:36','2021-02-02 12:59:36'),
(126604,46365,'action started via WP Cron','2021-02-02 18:00:29','2021-02-02 13:00:29'),
(126605,46365,'action complete via WP Cron','2021-02-02 18:00:29','2021-02-02 13:00:29'),
(126606,46366,'action created','2021-02-02 18:00:29','2021-02-02 13:00:29'),
(126607,46366,'action started via WP Cron','2021-02-02 18:01:22','2021-02-02 13:01:22'),
(126608,46366,'action complete via WP Cron','2021-02-02 18:01:22','2021-02-02 13:01:22'),
(126609,46367,'action created','2021-02-02 18:01:22','2021-02-02 13:01:22'),
(126610,46367,'action started via WP Cron','2021-02-02 18:03:07','2021-02-02 13:03:07'),
(126611,46367,'action complete via WP Cron','2021-02-02 18:03:07','2021-02-02 13:03:07'),
(126612,46368,'action created','2021-02-02 18:03:07','2021-02-02 13:03:07'),
(126613,46368,'action started via WP Cron','2021-02-02 18:03:20','2021-02-02 13:03:20'),
(126614,46368,'action complete via WP Cron','2021-02-02 18:03:20','2021-02-02 13:03:20'),
(126615,46369,'action created','2021-02-02 18:03:20','2021-02-02 13:03:20'),
(126616,46369,'action started via WP Cron','2021-02-02 18:04:11','2021-02-02 13:04:11'),
(126617,46369,'action complete via WP Cron','2021-02-02 18:04:11','2021-02-02 13:04:11'),
(126618,46370,'action created','2021-02-02 18:04:11','2021-02-02 13:04:11'),
(126619,46370,'action started via WP Cron','2021-02-02 18:05:46','2021-02-02 13:05:46'),
(126620,46370,'action complete via WP Cron','2021-02-02 18:05:46','2021-02-02 13:05:46'),
(126621,46371,'action created','2021-02-02 18:05:46','2021-02-02 13:05:46'),
(126622,46371,'action started via WP Cron','2021-02-02 18:07:07','2021-02-02 13:07:07'),
(126623,46371,'action complete via WP Cron','2021-02-02 18:07:07','2021-02-02 13:07:07'),
(126624,46372,'action created','2021-02-02 18:07:07','2021-02-02 13:07:07'),
(126625,46372,'action started via WP Cron','2021-02-02 18:08:21','2021-02-02 13:08:21'),
(126626,46372,'action complete via WP Cron','2021-02-02 18:08:21','2021-02-02 13:08:21'),
(126627,46373,'action created','2021-02-02 18:08:21','2021-02-02 13:08:21'),
(126628,46373,'action started via WP Cron','2021-02-02 18:09:25','2021-02-02 13:09:25'),
(126629,46373,'action complete via WP Cron','2021-02-02 18:09:25','2021-02-02 13:09:25'),
(126630,46374,'action created','2021-02-02 18:09:25','2021-02-02 13:09:25'),
(126631,46374,'action started via WP Cron','2021-02-02 18:11:52','2021-02-02 13:11:52'),
(126632,46374,'action complete via WP Cron','2021-02-02 18:11:52','2021-02-02 13:11:52'),
(126633,46375,'action created','2021-02-02 18:11:52','2021-02-02 13:11:52'),
(126634,46375,'action started via WP Cron','2021-02-02 18:13:16','2021-02-02 13:13:16'),
(126635,46375,'action complete via WP Cron','2021-02-02 18:13:16','2021-02-02 13:13:16'),
(126636,46376,'action created','2021-02-02 18:13:16','2021-02-02 13:13:16'),
(126637,46376,'action started via WP Cron','2021-02-02 18:14:14','2021-02-02 13:14:14'),
(126638,46376,'action complete via WP Cron','2021-02-02 18:14:14','2021-02-02 13:14:14'),
(126639,46377,'action created','2021-02-02 18:14:14','2021-02-02 13:14:14'),
(126640,46377,'action started via WP Cron','2021-02-02 18:15:57','2021-02-02 13:15:57'),
(126641,46377,'action complete via WP Cron','2021-02-02 18:15:57','2021-02-02 13:15:57'),
(126642,46378,'action created','2021-02-02 18:15:57','2021-02-02 13:15:57'),
(126643,46378,'action started via WP Cron','2021-02-02 18:16:35','2021-02-02 13:16:35'),
(126644,46378,'action complete via WP Cron','2021-02-02 18:16:35','2021-02-02 13:16:35'),
(126645,46379,'action created','2021-02-02 18:16:35','2021-02-02 13:16:35'),
(126646,46379,'action started via WP Cron','2021-02-02 18:17:14','2021-02-02 13:17:14'),
(126647,46379,'action complete via WP Cron','2021-02-02 18:17:14','2021-02-02 13:17:14'),
(126648,46380,'action created','2021-02-02 18:17:14','2021-02-02 13:17:14'),
(126649,46380,'action started via WP Cron','2021-02-02 18:18:20','2021-02-02 13:18:20'),
(126650,46380,'action complete via WP Cron','2021-02-02 18:18:20','2021-02-02 13:18:20'),
(126651,46381,'action created','2021-02-02 18:18:20','2021-02-02 13:18:20'),
(126652,46381,'action started via WP Cron','2021-02-02 18:19:13','2021-02-02 13:19:13'),
(126653,46381,'action complete via WP Cron','2021-02-02 18:19:13','2021-02-02 13:19:13'),
(126654,46382,'action created','2021-02-02 18:19:13','2021-02-02 13:19:13'),
(126655,46382,'action started via WP Cron','2021-02-02 18:20:18','2021-02-02 13:20:18'),
(126656,46382,'action complete via WP Cron','2021-02-02 18:20:18','2021-02-02 13:20:18'),
(126657,46383,'action created','2021-02-02 18:20:18','2021-02-02 13:20:18'),
(126658,46383,'action started via WP Cron','2021-02-02 18:21:27','2021-02-02 13:21:27'),
(126659,46383,'action complete via WP Cron','2021-02-02 18:21:27','2021-02-02 13:21:27'),
(126660,46384,'action created','2021-02-02 18:21:27','2021-02-02 13:21:27'),
(126661,46384,'action started via WP Cron','2021-02-02 18:22:54','2021-02-02 13:22:54'),
(126662,46384,'action complete via WP Cron','2021-02-02 18:22:54','2021-02-02 13:22:54'),
(126663,46385,'action created','2021-02-02 18:22:54','2021-02-02 13:22:54'),
(126664,46385,'action started via WP Cron','2021-02-02 18:24:06','2021-02-02 13:24:06'),
(126665,46385,'action complete via WP Cron','2021-02-02 18:24:06','2021-02-02 13:24:06'),
(126666,46386,'action created','2021-02-02 18:24:06','2021-02-02 13:24:06'),
(126667,46386,'action started via WP Cron','2021-02-02 18:25:45','2021-02-02 13:25:45'),
(126668,46386,'action complete via WP Cron','2021-02-02 18:25:45','2021-02-02 13:25:45'),
(126669,46387,'action created','2021-02-02 18:25:45','2021-02-02 13:25:45'),
(126670,46387,'action started via WP Cron','2021-02-02 18:29:20','2021-02-02 13:29:20'),
(126671,46387,'action complete via WP Cron','2021-02-02 18:29:20','2021-02-02 13:29:20'),
(126672,46388,'action created','2021-02-02 18:29:20','2021-02-02 13:29:20'),
(126673,46388,'action started via WP Cron','2021-02-02 18:30:12','2021-02-02 13:30:12'),
(126674,46388,'action complete via WP Cron','2021-02-02 18:30:12','2021-02-02 13:30:12'),
(126675,46389,'action created','2021-02-02 18:30:12','2021-02-02 13:30:12'),
(126676,46389,'action started via WP Cron','2021-02-02 18:33:45','2021-02-02 13:33:45'),
(126677,46389,'action complete via WP Cron','2021-02-02 18:33:45','2021-02-02 13:33:45'),
(126678,46390,'action created','2021-02-02 18:33:45','2021-02-02 13:33:45'),
(126679,46390,'action started via WP Cron','2021-02-02 18:34:41','2021-02-02 13:34:41'),
(126680,46390,'action complete via WP Cron','2021-02-02 18:34:41','2021-02-02 13:34:41'),
(126681,46391,'action created','2021-02-02 18:34:41','2021-02-02 13:34:41'),
(126682,46391,'action started via WP Cron','2021-02-02 18:35:38','2021-02-02 13:35:38'),
(126683,46391,'action complete via WP Cron','2021-02-02 18:35:38','2021-02-02 13:35:38'),
(126684,46392,'action created','2021-02-02 18:35:38','2021-02-02 13:35:38'),
(126685,46392,'action started via WP Cron','2021-02-02 18:36:13','2021-02-02 13:36:13'),
(126686,46392,'action complete via WP Cron','2021-02-02 18:36:13','2021-02-02 13:36:13'),
(126687,46393,'action created','2021-02-02 18:36:13','2021-02-02 13:36:13'),
(126688,46393,'action started via WP Cron','2021-02-02 18:37:12','2021-02-02 13:37:12'),
(126689,46393,'action complete via WP Cron','2021-02-02 18:37:12','2021-02-02 13:37:12'),
(126690,46394,'action created','2021-02-02 18:37:12','2021-02-02 13:37:12'),
(126691,46394,'action started via WP Cron','2021-02-02 18:38:17','2021-02-02 13:38:17'),
(126692,46394,'action complete via WP Cron','2021-02-02 18:38:17','2021-02-02 13:38:17'),
(126693,46395,'action created','2021-02-02 18:38:17','2021-02-02 13:38:17'),
(126694,46395,'action started via WP Cron','2021-02-02 18:39:29','2021-02-02 13:39:29'),
(126695,46395,'action complete via WP Cron','2021-02-02 18:39:29','2021-02-02 13:39:29'),
(126696,46396,'action created','2021-02-02 18:39:29','2021-02-02 13:39:29'),
(126697,46396,'action started via WP Cron','2021-02-02 18:40:18','2021-02-02 13:40:18'),
(126698,46396,'action complete via WP Cron','2021-02-02 18:40:18','2021-02-02 13:40:18'),
(126699,46397,'action created','2021-02-02 18:40:18','2021-02-02 13:40:18'),
(126700,46397,'action started via WP Cron','2021-02-02 18:41:24','2021-02-02 13:41:24'),
(126701,46397,'action complete via WP Cron','2021-02-02 18:41:24','2021-02-02 13:41:24'),
(126702,46398,'action created','2021-02-02 18:41:24','2021-02-02 13:41:24'),
(126703,46398,'action started via WP Cron','2021-02-02 18:42:14','2021-02-02 13:42:14'),
(126704,46398,'action complete via WP Cron','2021-02-02 18:42:14','2021-02-02 13:42:14'),
(126705,46399,'action created','2021-02-02 18:42:14','2021-02-02 13:42:14'),
(126706,46399,'action started via WP Cron','2021-02-02 18:43:22','2021-02-02 13:43:22'),
(126707,46399,'action complete via WP Cron','2021-02-02 18:43:22','2021-02-02 13:43:22'),
(126708,46400,'action created','2021-02-02 18:43:22','2021-02-02 13:43:22'),
(126709,46400,'action started via WP Cron','2021-02-02 18:44:12','2021-02-02 13:44:12'),
(126710,46400,'action complete via WP Cron','2021-02-02 18:44:12','2021-02-02 13:44:12'),
(126711,46401,'action created','2021-02-02 18:44:12','2021-02-02 13:44:12'),
(126712,46401,'action started via WP Cron','2021-02-02 18:45:16','2021-02-02 13:45:16'),
(126713,46401,'action complete via WP Cron','2021-02-02 18:45:16','2021-02-02 13:45:16'),
(126714,46402,'action created','2021-02-02 18:45:16','2021-02-02 13:45:16'),
(126715,46402,'action started via WP Cron','2021-02-02 18:46:24','2021-02-02 13:46:24'),
(126716,46402,'action complete via WP Cron','2021-02-02 18:46:24','2021-02-02 13:46:24'),
(126717,46403,'action created','2021-02-02 18:46:24','2021-02-02 13:46:24'),
(126718,46403,'action started via WP Cron','2021-02-02 18:47:28','2021-02-02 13:47:28'),
(126719,46403,'action complete via WP Cron','2021-02-02 18:47:28','2021-02-02 13:47:28'),
(126720,46404,'action created','2021-02-02 18:47:28','2021-02-02 13:47:28'),
(126721,46404,'action started via WP Cron','2021-02-02 18:48:27','2021-02-02 13:48:27'),
(126722,46404,'action complete via WP Cron','2021-02-02 18:48:27','2021-02-02 13:48:27'),
(126723,46405,'action created','2021-02-02 18:48:27','2021-02-02 13:48:27'),
(126724,46405,'action started via WP Cron','2021-02-02 18:49:38','2021-02-02 13:49:38'),
(126725,46405,'action complete via WP Cron','2021-02-02 18:49:38','2021-02-02 13:49:38'),
(126726,46406,'action created','2021-02-02 18:49:38','2021-02-02 13:49:38'),
(126727,46406,'action started via WP Cron','2021-02-02 18:50:19','2021-02-02 13:50:19'),
(126728,46406,'action complete via WP Cron','2021-02-02 18:50:19','2021-02-02 13:50:19'),
(126729,46407,'action created','2021-02-02 18:50:19','2021-02-02 13:50:19'),
(126730,46407,'action started via WP Cron','2021-02-02 18:51:52','2021-02-02 13:51:52'),
(126731,46407,'action complete via WP Cron','2021-02-02 18:51:52','2021-02-02 13:51:52'),
(126732,46408,'action created','2021-02-02 18:51:52','2021-02-02 13:51:52'),
(126733,46408,'action started via WP Cron','2021-02-02 18:52:32','2021-02-02 13:52:32'),
(126734,46408,'action complete via WP Cron','2021-02-02 18:52:32','2021-02-02 13:52:32'),
(126735,46409,'action created','2021-02-02 18:52:32','2021-02-02 13:52:32'),
(126736,46409,'action started via WP Cron','2021-02-02 18:53:11','2021-02-02 13:53:11'),
(126737,46409,'action complete via WP Cron','2021-02-02 18:53:11','2021-02-02 13:53:11'),
(126738,46410,'action created','2021-02-02 18:53:11','2021-02-02 13:53:11'),
(126739,46410,'action started via WP Cron','2021-02-02 18:54:23','2021-02-02 13:54:23'),
(126740,46410,'action complete via WP Cron','2021-02-02 18:54:23','2021-02-02 13:54:23'),
(126741,46411,'action created','2021-02-02 18:54:23','2021-02-02 13:54:23'),
(126742,46411,'action started via WP Cron','2021-02-02 18:55:53','2021-02-02 13:55:53'),
(126743,46411,'action complete via WP Cron','2021-02-02 18:55:54','2021-02-02 13:55:54'),
(126744,46412,'action created','2021-02-02 18:55:54','2021-02-02 13:55:54'),
(126745,46412,'action started via WP Cron','2021-02-02 18:56:59','2021-02-02 13:56:59'),
(126746,46412,'action complete via WP Cron','2021-02-02 18:56:59','2021-02-02 13:56:59'),
(126747,46413,'action created','2021-02-02 18:57:00','2021-02-02 13:57:00'),
(126748,46413,'action started via WP Cron','2021-02-02 18:57:18','2021-02-02 13:57:18'),
(126749,46413,'action complete via WP Cron','2021-02-02 18:57:18','2021-02-02 13:57:18'),
(126750,46414,'action created','2021-02-02 18:57:18','2021-02-02 13:57:18'),
(126751,46414,'action started via WP Cron','2021-02-02 18:58:24','2021-02-02 13:58:24'),
(126752,46414,'action complete via WP Cron','2021-02-02 18:58:24','2021-02-02 13:58:24'),
(126753,46415,'action created','2021-02-02 18:58:24','2021-02-02 13:58:24'),
(126754,46415,'action started via WP Cron','2021-02-02 18:59:28','2021-02-02 13:59:28'),
(126755,46415,'action complete via WP Cron','2021-02-02 18:59:28','2021-02-02 13:59:28'),
(126756,46416,'action created','2021-02-02 18:59:28','2021-02-02 13:59:28'),
(126757,46416,'action started via WP Cron','2021-02-02 19:01:37','2021-02-02 14:01:37'),
(126758,46416,'action complete via WP Cron','2021-02-02 19:01:37','2021-02-02 14:01:37'),
(126759,46417,'action created','2021-02-02 19:01:37','2021-02-02 14:01:37'),
(126760,46417,'action started via WP Cron','2021-02-02 19:02:17','2021-02-02 14:02:17'),
(126761,46417,'action complete via WP Cron','2021-02-02 19:02:17','2021-02-02 14:02:17'),
(126762,46418,'action created','2021-02-02 19:02:17','2021-02-02 14:02:17'),
(126763,46418,'action started via WP Cron','2021-02-02 19:04:32','2021-02-02 14:04:32'),
(126764,46418,'action complete via WP Cron','2021-02-02 19:04:32','2021-02-02 14:04:32'),
(126765,46419,'action created','2021-02-02 19:04:32','2021-02-02 14:04:32'),
(126766,46419,'action started via WP Cron','2021-02-02 19:06:38','2021-02-02 14:06:38'),
(126767,46419,'action complete via WP Cron','2021-02-02 19:06:38','2021-02-02 14:06:38'),
(126768,46420,'action created','2021-02-02 19:06:38','2021-02-02 14:06:38'),
(126769,46420,'action started via WP Cron','2021-02-02 19:09:03','2021-02-02 14:09:03'),
(126770,46420,'action complete via WP Cron','2021-02-02 19:09:03','2021-02-02 14:09:03'),
(126771,46421,'action created','2021-02-02 19:09:03','2021-02-02 14:09:03'),
(126772,46421,'action started via WP Cron','2021-02-02 19:09:33','2021-02-02 14:09:33'),
(126773,46421,'action complete via WP Cron','2021-02-02 19:09:33','2021-02-02 14:09:33'),
(126774,46422,'action created','2021-02-02 19:09:33','2021-02-02 14:09:33'),
(126775,46422,'action started via WP Cron','2021-02-02 19:10:14','2021-02-02 14:10:14'),
(126776,46422,'action complete via WP Cron','2021-02-02 19:10:14','2021-02-02 14:10:14'),
(126777,46423,'action created','2021-02-02 19:10:14','2021-02-02 14:10:14'),
(126778,46423,'action started via WP Cron','2021-02-02 19:11:59','2021-02-02 14:11:59'),
(126779,46423,'action complete via WP Cron','2021-02-02 19:11:59','2021-02-02 14:11:59'),
(126780,46424,'action created','2021-02-02 19:11:59','2021-02-02 14:11:59'),
(126781,46424,'action started via WP Cron','2021-02-02 19:13:10','2021-02-02 14:13:10'),
(126782,46424,'action complete via WP Cron','2021-02-02 19:13:10','2021-02-02 14:13:10'),
(126783,46425,'action created','2021-02-02 19:13:10','2021-02-02 14:13:10'),
(126784,46425,'action started via WP Cron','2021-02-02 19:16:05','2021-02-02 14:16:05'),
(126785,46425,'action complete via WP Cron','2021-02-02 19:16:05','2021-02-02 14:16:05'),
(126786,46426,'action created','2021-02-02 19:16:05','2021-02-02 14:16:05'),
(126787,46426,'action started via WP Cron','2021-02-02 19:17:22','2021-02-02 14:17:22'),
(126788,46426,'action complete via WP Cron','2021-02-02 19:17:22','2021-02-02 14:17:22'),
(126789,46427,'action created','2021-02-02 19:17:22','2021-02-02 14:17:22'),
(126790,46427,'action started via WP Cron','2021-02-02 19:19:45','2021-02-02 14:19:45'),
(126791,46427,'action complete via WP Cron','2021-02-02 19:19:45','2021-02-02 14:19:45'),
(126792,46428,'action created','2021-02-02 19:19:45','2021-02-02 14:19:45'),
(126793,46428,'action started via WP Cron','2021-02-02 19:20:18','2021-02-02 14:20:18'),
(126794,46428,'action complete via WP Cron','2021-02-02 19:20:18','2021-02-02 14:20:18'),
(126795,46429,'action created','2021-02-02 19:20:18','2021-02-02 14:20:18'),
(126796,46429,'action started via WP Cron','2021-02-02 19:22:14','2021-02-02 14:22:14'),
(126797,46429,'action complete via WP Cron','2021-02-02 19:22:14','2021-02-02 14:22:14'),
(126798,46430,'action created','2021-02-02 19:22:14','2021-02-02 14:22:14'),
(126799,46430,'action started via WP Cron','2021-02-02 19:25:08','2021-02-02 14:25:08'),
(126800,46430,'action complete via WP Cron','2021-02-02 19:25:08','2021-02-02 14:25:08'),
(126801,46431,'action created','2021-02-02 19:25:08','2021-02-02 14:25:08'),
(126802,46431,'action started via WP Cron','2021-02-02 19:25:56','2021-02-02 14:25:56'),
(126803,46431,'action complete via WP Cron','2021-02-02 19:25:56','2021-02-02 14:25:56'),
(126804,46432,'action created','2021-02-02 19:25:56','2021-02-02 14:25:56'),
(126805,46432,'action started via WP Cron','2021-02-02 19:26:29','2021-02-02 14:26:29'),
(126806,46432,'action complete via WP Cron','2021-02-02 19:26:29','2021-02-02 14:26:29'),
(126807,46433,'action created','2021-02-02 19:26:29','2021-02-02 14:26:29'),
(126808,46433,'action started via WP Cron','2021-02-02 19:27:11','2021-02-02 14:27:11'),
(126809,46433,'action complete via WP Cron','2021-02-02 19:27:11','2021-02-02 14:27:11'),
(126810,46434,'action created','2021-02-02 19:27:11','2021-02-02 14:27:11'),
(126811,46434,'action started via WP Cron','2021-02-02 19:28:44','2021-02-02 14:28:44'),
(126812,46434,'action complete via WP Cron','2021-02-02 19:28:44','2021-02-02 14:28:44'),
(126813,46435,'action created','2021-02-02 19:28:44','2021-02-02 14:28:44'),
(126814,46435,'action started via WP Cron','2021-02-02 19:29:34','2021-02-02 14:29:34'),
(126815,46435,'action complete via WP Cron','2021-02-02 19:29:34','2021-02-02 14:29:34'),
(126816,46436,'action created','2021-02-02 19:29:34','2021-02-02 14:29:34'),
(126817,46436,'action started via WP Cron','2021-02-02 19:30:25','2021-02-02 14:30:25'),
(126818,46436,'action complete via WP Cron','2021-02-02 19:30:25','2021-02-02 14:30:25'),
(126819,46437,'action created','2021-02-02 19:30:25','2021-02-02 14:30:25'),
(126820,46437,'action started via WP Cron','2021-02-02 19:32:23','2021-02-02 14:32:23'),
(126821,46437,'action complete via WP Cron','2021-02-02 19:32:23','2021-02-02 14:32:23'),
(126822,46438,'action created','2021-02-02 19:32:24','2021-02-02 14:32:24'),
(126823,46438,'action started via WP Cron','2021-02-02 19:33:34','2021-02-02 14:33:34'),
(126824,46438,'action complete via WP Cron','2021-02-02 19:33:34','2021-02-02 14:33:34'),
(126825,46439,'action created','2021-02-02 19:33:34','2021-02-02 14:33:34'),
(126826,46439,'action started via WP Cron','2021-02-02 19:34:35','2021-02-02 14:34:35'),
(126827,46439,'action complete via WP Cron','2021-02-02 19:34:35','2021-02-02 14:34:35'),
(126828,46440,'action created','2021-02-02 19:34:35','2021-02-02 14:34:35'),
(126829,46440,'action started via WP Cron','2021-02-02 19:36:18','2021-02-02 14:36:18'),
(126830,46440,'action complete via WP Cron','2021-02-02 19:36:18','2021-02-02 14:36:18'),
(126831,46441,'action created','2021-02-02 19:36:18','2021-02-02 14:36:18'),
(126832,46441,'action started via WP Cron','2021-02-02 19:37:43','2021-02-02 14:37:43'),
(126833,46441,'action complete via WP Cron','2021-02-02 19:37:43','2021-02-02 14:37:43'),
(126834,46442,'action created','2021-02-02 19:37:43','2021-02-02 14:37:43'),
(126835,46442,'action started via WP Cron','2021-02-02 19:38:48','2021-02-02 14:38:48'),
(126836,46442,'action complete via WP Cron','2021-02-02 19:38:48','2021-02-02 14:38:48'),
(126837,46443,'action created','2021-02-02 19:38:48','2021-02-02 14:38:48'),
(126838,46443,'action started via WP Cron','2021-02-02 19:39:55','2021-02-02 14:39:55'),
(126839,46443,'action complete via WP Cron','2021-02-02 19:39:55','2021-02-02 14:39:55'),
(126840,46444,'action created','2021-02-02 19:39:55','2021-02-02 14:39:55'),
(126841,46444,'action started via WP Cron','2021-02-02 19:40:40','2021-02-02 14:40:40'),
(126842,46444,'action complete via WP Cron','2021-02-02 19:40:40','2021-02-02 14:40:40'),
(126843,46445,'action created','2021-02-02 19:40:40','2021-02-02 14:40:40'),
(126844,46445,'action started via WP Cron','2021-02-02 19:43:32','2021-02-02 14:43:32'),
(126845,46445,'action complete via WP Cron','2021-02-02 19:43:32','2021-02-02 14:43:32'),
(126846,46446,'action created','2021-02-02 19:43:32','2021-02-02 14:43:32'),
(126847,46446,'action started via WP Cron','2021-02-02 19:44:18','2021-02-02 14:44:18'),
(126848,46446,'action complete via WP Cron','2021-02-02 19:44:18','2021-02-02 14:44:18'),
(126849,46447,'action created','2021-02-02 19:44:18','2021-02-02 14:44:18'),
(126850,46447,'action started via WP Cron','2021-02-02 19:46:44','2021-02-02 14:46:44'),
(126851,46447,'action complete via WP Cron','2021-02-02 19:46:44','2021-02-02 14:46:44'),
(126852,46448,'action created','2021-02-02 19:46:44','2021-02-02 14:46:44'),
(126853,46448,'action started via WP Cron','2021-02-02 19:47:33','2021-02-02 14:47:33'),
(126854,46448,'action complete via WP Cron','2021-02-02 19:47:33','2021-02-02 14:47:33'),
(126855,46449,'action created','2021-02-02 19:47:33','2021-02-02 14:47:33'),
(126856,46449,'action started via WP Cron','2021-02-02 19:51:08','2021-02-02 14:51:08'),
(126857,46449,'action complete via WP Cron','2021-02-02 19:51:08','2021-02-02 14:51:08'),
(126858,46450,'action created','2021-02-02 19:51:08','2021-02-02 14:51:08'),
(126859,46450,'action started via WP Cron','2021-02-02 19:52:40','2021-02-02 14:52:40'),
(126860,46450,'action complete via WP Cron','2021-02-02 19:52:40','2021-02-02 14:52:40'),
(126861,46451,'action created','2021-02-02 19:52:40','2021-02-02 14:52:40'),
(126862,46451,'action started via WP Cron','2021-02-02 19:54:37','2021-02-02 14:54:37'),
(126863,46451,'action complete via WP Cron','2021-02-02 19:54:37','2021-02-02 14:54:37'),
(126864,46452,'action created','2021-02-02 19:54:37','2021-02-02 14:54:37'),
(126865,46452,'action started via WP Cron','2021-02-02 19:56:16','2021-02-02 14:56:16'),
(126866,46452,'action complete via WP Cron','2021-02-02 19:56:16','2021-02-02 14:56:16'),
(126867,46453,'action created','2021-02-02 19:56:16','2021-02-02 14:56:16'),
(126868,46453,'action started via WP Cron','2021-02-02 20:00:49','2021-02-02 15:00:49'),
(126869,46453,'action complete via WP Cron','2021-02-02 20:00:49','2021-02-02 15:00:49'),
(126870,46454,'action created','2021-02-02 20:00:49','2021-02-02 15:00:49'),
(126871,46454,'action started via WP Cron','2021-02-02 20:03:40','2021-02-02 15:03:40'),
(126872,46454,'action complete via WP Cron','2021-02-02 20:03:40','2021-02-02 15:03:40'),
(126873,46455,'action created','2021-02-02 20:03:40','2021-02-02 15:03:40'),
(126874,46455,'action started via WP Cron','2021-02-02 20:05:21','2021-02-02 15:05:21'),
(126875,46455,'action complete via WP Cron','2021-02-02 20:05:21','2021-02-02 15:05:21'),
(126876,46456,'action created','2021-02-02 20:05:21','2021-02-02 15:05:21'),
(126877,46456,'action started via WP Cron','2021-02-02 20:07:44','2021-02-02 15:07:44'),
(126878,46456,'action complete via WP Cron','2021-02-02 20:07:44','2021-02-02 15:07:44'),
(126879,46457,'action created','2021-02-02 20:07:44','2021-02-02 15:07:44'),
(126880,46457,'action started via WP Cron','2021-02-02 20:08:47','2021-02-02 15:08:47'),
(126881,46457,'action complete via WP Cron','2021-02-02 20:08:47','2021-02-02 15:08:47'),
(126882,46458,'action created','2021-02-02 20:08:47','2021-02-02 15:08:47'),
(126883,46458,'action started via WP Cron','2021-02-02 20:09:52','2021-02-02 15:09:52'),
(126884,46458,'action complete via WP Cron','2021-02-02 20:09:52','2021-02-02 15:09:52'),
(126885,46459,'action created','2021-02-02 20:09:52','2021-02-02 15:09:52'),
(126886,46459,'action started via WP Cron','2021-02-02 20:11:02','2021-02-02 15:11:02'),
(126887,46459,'action complete via WP Cron','2021-02-02 20:11:02','2021-02-02 15:11:02'),
(126888,46460,'action created','2021-02-02 20:11:02','2021-02-02 15:11:02'),
(126889,46460,'action started via WP Cron','2021-02-02 20:13:58','2021-02-02 15:13:58'),
(126890,46460,'action complete via WP Cron','2021-02-02 20:13:58','2021-02-02 15:13:58'),
(126891,46461,'action created','2021-02-02 20:13:58','2021-02-02 15:13:58'),
(126892,46461,'action started via WP Cron','2021-02-02 20:14:20','2021-02-02 15:14:20'),
(126893,46461,'action complete via WP Cron','2021-02-02 20:14:20','2021-02-02 15:14:20'),
(126894,46462,'action created','2021-02-02 20:14:20','2021-02-02 15:14:20'),
(126895,46462,'action started via WP Cron','2021-02-02 20:16:04','2021-02-02 15:16:04'),
(126896,46462,'action complete via WP Cron','2021-02-02 20:16:04','2021-02-02 15:16:04'),
(126897,46463,'action created','2021-02-02 20:16:04','2021-02-02 15:16:04'),
(126898,46463,'action started via WP Cron','2021-02-02 20:16:40','2021-02-02 15:16:40'),
(126899,46463,'action complete via WP Cron','2021-02-02 20:16:40','2021-02-02 15:16:40'),
(126900,46464,'action created','2021-02-02 20:16:40','2021-02-02 15:16:40'),
(126901,46464,'action started via WP Cron','2021-02-02 20:17:32','2021-02-02 15:17:32'),
(126902,46464,'action complete via WP Cron','2021-02-02 20:17:32','2021-02-02 15:17:32'),
(126903,46465,'action created','2021-02-02 20:17:32','2021-02-02 15:17:32'),
(126904,46465,'action started via WP Cron','2021-02-02 20:18:11','2021-02-02 15:18:11'),
(126905,46465,'action complete via WP Cron','2021-02-02 20:18:11','2021-02-02 15:18:11'),
(126906,46466,'action created','2021-02-02 20:18:11','2021-02-02 15:18:11'),
(126907,46466,'action started via WP Cron','2021-02-02 20:19:18','2021-02-02 15:19:18'),
(126908,46466,'action complete via WP Cron','2021-02-02 20:19:18','2021-02-02 15:19:18'),
(126909,46467,'action created','2021-02-02 20:19:18','2021-02-02 15:19:18'),
(126910,46467,'action started via WP Cron','2021-02-02 20:20:13','2021-02-02 15:20:13'),
(126911,46467,'action complete via WP Cron','2021-02-02 20:20:13','2021-02-02 15:20:13'),
(126912,46468,'action created','2021-02-02 20:20:13','2021-02-02 15:20:13'),
(126913,46468,'action started via WP Cron','2021-02-02 20:21:22','2021-02-02 15:21:22'),
(126914,46468,'action complete via WP Cron','2021-02-02 20:21:22','2021-02-02 15:21:22'),
(126915,46469,'action created','2021-02-02 20:21:22','2021-02-02 15:21:22'),
(126916,46469,'action started via WP Cron','2021-02-02 20:22:29','2021-02-02 15:22:29'),
(126917,46469,'action complete via WP Cron','2021-02-02 20:22:29','2021-02-02 15:22:29'),
(126918,46470,'action created','2021-02-02 20:22:29','2021-02-02 15:22:29'),
(126919,46470,'action started via WP Cron','2021-02-02 20:23:39','2021-02-02 15:23:39'),
(126920,46470,'action complete via WP Cron','2021-02-02 20:23:39','2021-02-02 15:23:39'),
(126921,46471,'action created','2021-02-02 20:23:39','2021-02-02 15:23:39'),
(126922,46471,'action started via WP Cron','2021-02-02 20:24:16','2021-02-02 15:24:16'),
(126923,46471,'action complete via WP Cron','2021-02-02 20:24:16','2021-02-02 15:24:16'),
(126924,46472,'action created','2021-02-02 20:24:16','2021-02-02 15:24:16'),
(126925,46472,'action started via WP Cron','2021-02-02 20:25:15','2021-02-02 15:25:15'),
(126926,46472,'action complete via WP Cron','2021-02-02 20:25:15','2021-02-02 15:25:15'),
(126927,46473,'action created','2021-02-02 20:25:15','2021-02-02 15:25:15'),
(126928,46473,'action started via WP Cron','2021-02-02 20:27:39','2021-02-02 15:27:39'),
(126929,46473,'action complete via WP Cron','2021-02-02 20:27:39','2021-02-02 15:27:39'),
(126930,46474,'action created','2021-02-02 20:27:39','2021-02-02 15:27:39'),
(126931,46474,'action started via WP Cron','2021-02-02 20:28:50','2021-02-02 15:28:50'),
(126932,46474,'action complete via WP Cron','2021-02-02 20:28:50','2021-02-02 15:28:50'),
(126933,46475,'action created','2021-02-02 20:28:50','2021-02-02 15:28:50'),
(126934,46475,'action started via WP Cron','2021-02-02 20:29:48','2021-02-02 15:29:48'),
(126935,46475,'action complete via WP Cron','2021-02-02 20:29:48','2021-02-02 15:29:48'),
(126936,46476,'action created','2021-02-02 20:29:48','2021-02-02 15:29:48'),
(126937,46476,'action started via WP Cron','2021-02-02 20:31:13','2021-02-02 15:31:13'),
(126938,46476,'action complete via WP Cron','2021-02-02 20:31:13','2021-02-02 15:31:13'),
(126939,46477,'action created','2021-02-02 20:31:13','2021-02-02 15:31:13'),
(126940,46477,'action started via WP Cron','2021-02-02 20:33:02','2021-02-02 15:33:02'),
(126941,46477,'action complete via WP Cron','2021-02-02 20:33:02','2021-02-02 15:33:02'),
(126942,46478,'action created','2021-02-02 20:33:02','2021-02-02 15:33:02'),
(126943,46478,'action started via WP Cron','2021-02-02 20:34:56','2021-02-02 15:34:56'),
(126944,46478,'action complete via WP Cron','2021-02-02 20:34:56','2021-02-02 15:34:56'),
(126945,46479,'action created','2021-02-02 20:34:56','2021-02-02 15:34:56'),
(126946,46479,'action started via WP Cron','2021-02-02 20:36:33','2021-02-02 15:36:33'),
(126947,46479,'action complete via WP Cron','2021-02-02 20:36:33','2021-02-02 15:36:33'),
(126948,46480,'action created','2021-02-02 20:36:33','2021-02-02 15:36:33'),
(126949,46480,'action started via WP Cron','2021-02-02 20:37:47','2021-02-02 15:37:47'),
(126950,46480,'action complete via WP Cron','2021-02-02 20:37:47','2021-02-02 15:37:47'),
(126951,46481,'action created','2021-02-02 20:37:47','2021-02-02 15:37:47'),
(126952,46481,'action started via WP Cron','2021-02-02 20:39:20','2021-02-02 15:39:20'),
(126953,46481,'action complete via WP Cron','2021-02-02 20:39:20','2021-02-02 15:39:20'),
(126954,46482,'action created','2021-02-02 20:39:20','2021-02-02 15:39:20'),
(126955,46482,'action started via WP Cron','2021-02-02 20:40:33','2021-02-02 15:40:33'),
(126956,46482,'action complete via WP Cron','2021-02-02 20:40:33','2021-02-02 15:40:33'),
(126957,46483,'action created','2021-02-02 20:40:33','2021-02-02 15:40:33'),
(126958,46483,'action started via WP Cron','2021-02-02 20:43:08','2021-02-02 15:43:08'),
(126959,46483,'action complete via WP Cron','2021-02-02 20:43:08','2021-02-02 15:43:08'),
(126960,46484,'action created','2021-02-02 20:43:08','2021-02-02 15:43:08'),
(126961,46484,'action started via WP Cron','2021-02-02 20:43:32','2021-02-02 15:43:32'),
(126962,46484,'action complete via WP Cron','2021-02-02 20:43:32','2021-02-02 15:43:32'),
(126963,46485,'action created','2021-02-02 20:43:32','2021-02-02 15:43:32'),
(126964,46485,'action started via WP Cron','2021-02-02 20:45:41','2021-02-02 15:45:41'),
(126965,46485,'action complete via WP Cron','2021-02-02 20:45:41','2021-02-02 15:45:41'),
(126966,46486,'action created','2021-02-02 20:45:41','2021-02-02 15:45:41'),
(126967,46486,'action started via WP Cron','2021-02-02 20:46:41','2021-02-02 15:46:41'),
(126968,46486,'action complete via WP Cron','2021-02-02 20:46:41','2021-02-02 15:46:41'),
(126969,46487,'action created','2021-02-02 20:46:41','2021-02-02 15:46:41'),
(126970,46487,'action started via WP Cron','2021-02-02 20:49:19','2021-02-02 15:49:19'),
(126971,46487,'action complete via WP Cron','2021-02-02 20:49:19','2021-02-02 15:49:19'),
(126972,46488,'action created','2021-02-02 20:49:19','2021-02-02 15:49:19'),
(126973,46488,'action started via WP Cron','2021-02-02 20:50:37','2021-02-02 15:50:37'),
(126974,46488,'action complete via WP Cron','2021-02-02 20:50:37','2021-02-02 15:50:37'),
(126975,46489,'action created','2021-02-02 20:50:37','2021-02-02 15:50:37'),
(126976,46489,'action started via WP Cron','2021-02-02 20:51:27','2021-02-02 15:51:27'),
(126977,46489,'action complete via WP Cron','2021-02-02 20:51:27','2021-02-02 15:51:27'),
(126978,46490,'action created','2021-02-02 20:51:28','2021-02-02 15:51:28'),
(126979,46490,'action started via WP Cron','2021-02-02 20:54:00','2021-02-02 15:54:00'),
(126980,46490,'action complete via WP Cron','2021-02-02 20:54:00','2021-02-02 15:54:00'),
(126981,46491,'action created','2021-02-02 20:54:00','2021-02-02 15:54:00'),
(126982,46491,'action started via WP Cron','2021-02-02 20:54:12','2021-02-02 15:54:12'),
(126983,46491,'action complete via WP Cron','2021-02-02 20:54:12','2021-02-02 15:54:12'),
(126984,46492,'action created','2021-02-02 20:54:12','2021-02-02 15:54:12'),
(126985,46492,'action started via WP Cron','2021-02-02 20:55:59','2021-02-02 15:55:59'),
(126986,46492,'action complete via WP Cron','2021-02-02 20:55:59','2021-02-02 15:55:59'),
(126987,46493,'action created','2021-02-02 20:55:59','2021-02-02 15:55:59'),
(126988,46493,'action started via WP Cron','2021-02-02 20:56:51','2021-02-02 15:56:51'),
(126989,46493,'action complete via WP Cron','2021-02-02 20:56:51','2021-02-02 15:56:51'),
(126990,46494,'action created','2021-02-02 20:56:51','2021-02-02 15:56:51'),
(126991,46494,'action started via WP Cron','2021-02-02 20:57:23','2021-02-02 15:57:23'),
(126992,46494,'action complete via WP Cron','2021-02-02 20:57:23','2021-02-02 15:57:23'),
(126993,46495,'action created','2021-02-02 20:57:23','2021-02-02 15:57:23'),
(126994,46495,'action started via Async Request','2021-02-02 20:57:44','2021-02-02 15:57:44'),
(126995,46495,'action complete via Async Request','2021-02-02 20:57:44','2021-02-02 15:57:44'),
(126996,46496,'action created','2021-02-02 20:59:20','2021-02-02 15:59:20'),
(126997,46496,'action started via WP Cron','2021-02-02 21:01:04','2021-02-02 16:01:04'),
(126998,46496,'action complete via WP Cron','2021-02-02 21:01:04','2021-02-02 16:01:04'),
(126999,46497,'action created','2021-02-02 21:01:04','2021-02-02 16:01:04'),
(127000,46497,'action started via WP Cron','2021-02-02 21:02:42','2021-02-02 16:02:42'),
(127001,46497,'action complete via WP Cron','2021-02-02 21:02:42','2021-02-02 16:02:42'),
(127002,46498,'action created','2021-02-02 21:02:42','2021-02-02 16:02:42'),
(127003,46498,'action started via WP Cron','2021-02-02 21:04:29','2021-02-02 16:04:29'),
(127004,46498,'action complete via WP Cron','2021-02-02 21:04:29','2021-02-02 16:04:29'),
(127005,46499,'action created','2021-02-02 21:04:29','2021-02-02 16:04:29'),
(127006,46499,'action started via WP Cron','2021-02-02 21:05:35','2021-02-02 16:05:35'),
(127007,46499,'action complete via WP Cron','2021-02-02 21:05:35','2021-02-02 16:05:35'),
(127008,46500,'action created','2021-02-02 21:05:35','2021-02-02 16:05:35'),
(127009,46500,'action started via WP Cron','2021-02-02 21:07:28','2021-02-02 16:07:28'),
(127010,46500,'action complete via WP Cron','2021-02-02 21:07:28','2021-02-02 16:07:28'),
(127011,46501,'action created','2021-02-02 21:07:28','2021-02-02 16:07:28'),
(127012,46501,'action started via WP Cron','2021-02-02 21:08:32','2021-02-02 16:08:32'),
(127013,46501,'action complete via WP Cron','2021-02-02 21:08:32','2021-02-02 16:08:32'),
(127014,46502,'action created','2021-02-02 21:08:32','2021-02-02 16:08:32'),
(127015,46502,'action started via WP Cron','2021-02-02 21:10:47','2021-02-02 16:10:47'),
(127016,46502,'action complete via WP Cron','2021-02-02 21:10:47','2021-02-02 16:10:47'),
(127017,46503,'action created','2021-02-02 21:10:47','2021-02-02 16:10:47'),
(127018,46503,'action started via WP Cron','2021-02-02 21:11:28','2021-02-02 16:11:28'),
(127019,46503,'action complete via WP Cron','2021-02-02 21:11:28','2021-02-02 16:11:28'),
(127020,46504,'action created','2021-02-02 21:11:28','2021-02-02 16:11:28'),
(127021,46504,'action started via WP Cron','2021-02-02 21:13:08','2021-02-02 16:13:08'),
(127022,46504,'action complete via WP Cron','2021-02-02 21:13:08','2021-02-02 16:13:08'),
(127023,46505,'action created','2021-02-02 21:13:08','2021-02-02 16:13:08'),
(127024,46505,'action started via WP Cron','2021-02-02 21:13:51','2021-02-02 16:13:51'),
(127025,46505,'action complete via WP Cron','2021-02-02 21:13:51','2021-02-02 16:13:51'),
(127026,46506,'action created','2021-02-02 21:13:51','2021-02-02 16:13:51'),
(127027,46506,'action started via WP Cron','2021-02-02 21:15:08','2021-02-02 16:15:08'),
(127028,46506,'action complete via WP Cron','2021-02-02 21:15:08','2021-02-02 16:15:08'),
(127029,46507,'action created','2021-02-02 21:15:08','2021-02-02 16:15:08'),
(127030,46507,'action started via WP Cron','2021-02-02 21:15:42','2021-02-02 16:15:42'),
(127031,46507,'action complete via WP Cron','2021-02-02 21:15:42','2021-02-02 16:15:42'),
(127032,46508,'action created','2021-02-02 21:15:42','2021-02-02 16:15:42'),
(127033,46508,'action started via WP Cron','2021-02-02 21:16:12','2021-02-02 16:16:12'),
(127034,46508,'action complete via WP Cron','2021-02-02 21:16:12','2021-02-02 16:16:12'),
(127035,46509,'action created','2021-02-02 21:16:12','2021-02-02 16:16:12'),
(127036,46509,'action started via WP Cron','2021-02-02 21:17:12','2021-02-02 16:17:12'),
(127037,46509,'action complete via WP Cron','2021-02-02 21:17:12','2021-02-02 16:17:12'),
(127038,46510,'action created','2021-02-02 21:17:12','2021-02-02 16:17:12'),
(127039,46510,'action started via WP Cron','2021-02-02 21:18:18','2021-02-02 16:18:18'),
(127040,46510,'action complete via WP Cron','2021-02-02 21:18:18','2021-02-02 16:18:18'),
(127041,46511,'action created','2021-02-02 21:18:18','2021-02-02 16:18:18'),
(127042,46511,'action started via WP Cron','2021-02-02 21:19:27','2021-02-02 16:19:27'),
(127043,46511,'action complete via WP Cron','2021-02-02 21:19:27','2021-02-02 16:19:27'),
(127044,46512,'action created','2021-02-02 21:19:27','2021-02-02 16:19:27'),
(127045,46512,'action started via WP Cron','2021-02-02 21:20:18','2021-02-02 16:20:18'),
(127046,46512,'action complete via WP Cron','2021-02-02 21:20:18','2021-02-02 16:20:18'),
(127047,46513,'action created','2021-02-02 21:20:18','2021-02-02 16:20:18'),
(127048,46513,'action started via WP Cron','2021-02-02 21:21:24','2021-02-02 16:21:24'),
(127049,46513,'action complete via WP Cron','2021-02-02 21:21:24','2021-02-02 16:21:24'),
(127050,46514,'action created','2021-02-02 21:21:24','2021-02-02 16:21:24'),
(127051,46514,'action started via WP Cron','2021-02-02 21:22:33','2021-02-02 16:22:33'),
(127052,46514,'action complete via WP Cron','2021-02-02 21:22:33','2021-02-02 16:22:33'),
(127053,46515,'action created','2021-02-02 21:22:33','2021-02-02 16:22:33'),
(127054,46515,'action started via WP Cron','2021-02-02 21:23:49','2021-02-02 16:23:49'),
(127055,46515,'action complete via WP Cron','2021-02-02 21:23:49','2021-02-02 16:23:49'),
(127056,46516,'action created','2021-02-02 21:23:49','2021-02-02 16:23:49'),
(127057,46516,'action started via WP Cron','2021-02-02 21:24:41','2021-02-02 16:24:41'),
(127058,46516,'action complete via WP Cron','2021-02-02 21:24:41','2021-02-02 16:24:41'),
(127059,46517,'action created','2021-02-02 21:24:41','2021-02-02 16:24:41'),
(127060,46517,'action started via WP Cron','2021-02-02 21:27:02','2021-02-02 16:27:02'),
(127061,46517,'action complete via WP Cron','2021-02-02 21:27:02','2021-02-02 16:27:02'),
(127062,46518,'action created','2021-02-02 21:27:02','2021-02-02 16:27:02'),
(127063,46518,'action started via WP Cron','2021-02-02 21:28:32','2021-02-02 16:28:32'),
(127064,46518,'action complete via WP Cron','2021-02-02 21:28:32','2021-02-02 16:28:32'),
(127065,46519,'action created','2021-02-02 21:28:32','2021-02-02 16:28:32'),
(127066,46519,'action started via WP Cron','2021-02-02 21:31:03','2021-02-02 16:31:03'),
(127067,46519,'action complete via WP Cron','2021-02-02 21:31:03','2021-02-02 16:31:03'),
(127068,46520,'action created','2021-02-02 21:31:04','2021-02-02 16:31:04'),
(127069,46520,'action started via WP Cron','2021-02-02 21:31:31','2021-02-02 16:31:31'),
(127070,46520,'action complete via WP Cron','2021-02-02 21:31:31','2021-02-02 16:31:31'),
(127071,46521,'action created','2021-02-02 21:31:31','2021-02-02 16:31:31'),
(127072,46521,'action started via WP Cron','2021-02-02 21:32:50','2021-02-02 16:32:50'),
(127073,46521,'action complete via WP Cron','2021-02-02 21:32:50','2021-02-02 16:32:50'),
(127074,46522,'action created','2021-02-02 21:32:50','2021-02-02 16:32:50'),
(127075,46522,'action started via WP Cron','2021-02-02 21:33:11','2021-02-02 16:33:11'),
(127076,46522,'action complete via WP Cron','2021-02-02 21:33:11','2021-02-02 16:33:11'),
(127077,46523,'action created','2021-02-02 21:33:11','2021-02-02 16:33:11'),
(127078,46523,'action started via WP Cron','2021-02-02 21:34:15','2021-02-02 16:34:15'),
(127079,46523,'action complete via WP Cron','2021-02-02 21:34:15','2021-02-02 16:34:15'),
(127080,46524,'action created','2021-02-02 21:34:16','2021-02-02 16:34:16'),
(127081,46524,'action started via WP Cron','2021-02-02 21:38:56','2021-02-02 16:38:56'),
(127082,46524,'action complete via WP Cron','2021-02-02 21:38:56','2021-02-02 16:38:56'),
(127083,46525,'action created','2021-02-02 21:38:56','2021-02-02 16:38:56'),
(127084,46525,'action started via WP Cron','2021-02-02 21:39:26','2021-02-02 16:39:26'),
(127085,46525,'action complete via WP Cron','2021-02-02 21:39:26','2021-02-02 16:39:26'),
(127086,46526,'action created','2021-02-02 21:39:26','2021-02-02 16:39:26'),
(127087,46526,'action started via WP Cron','2021-02-02 21:40:28','2021-02-02 16:40:28'),
(127088,46526,'action complete via WP Cron','2021-02-02 21:40:28','2021-02-02 16:40:28'),
(127089,46527,'action created','2021-02-02 21:40:28','2021-02-02 16:40:28'),
(127090,46527,'action started via WP Cron','2021-02-02 21:41:51','2021-02-02 16:41:51'),
(127091,46527,'action complete via WP Cron','2021-02-02 21:41:51','2021-02-02 16:41:51'),
(127092,46528,'action created','2021-02-02 21:41:51','2021-02-02 16:41:51'),
(127093,46528,'action started via WP Cron','2021-02-02 21:42:14','2021-02-02 16:42:14'),
(127094,46528,'action complete via WP Cron','2021-02-02 21:42:14','2021-02-02 16:42:14'),
(127095,46529,'action created','2021-02-02 21:42:14','2021-02-02 16:42:14'),
(127096,46529,'action started via WP Cron','2021-02-02 21:43:30','2021-02-02 16:43:30'),
(127097,46529,'action complete via WP Cron','2021-02-02 21:43:30','2021-02-02 16:43:30'),
(127098,46530,'action created','2021-02-02 21:43:30','2021-02-02 16:43:30'),
(127099,46530,'action started via WP Cron','2021-02-02 21:44:49','2021-02-02 16:44:49'),
(127100,46530,'action complete via WP Cron','2021-02-02 21:44:49','2021-02-02 16:44:49'),
(127101,46531,'action created','2021-02-02 21:44:49','2021-02-02 16:44:49'),
(127102,46531,'action started via WP Cron','2021-02-02 21:45:34','2021-02-02 16:45:34'),
(127103,46531,'action complete via WP Cron','2021-02-02 21:45:34','2021-02-02 16:45:34'),
(127104,46532,'action created','2021-02-02 21:45:34','2021-02-02 16:45:34'),
(127105,46532,'action started via WP Cron','2021-02-02 21:46:38','2021-02-02 16:46:38'),
(127106,46532,'action complete via WP Cron','2021-02-02 21:46:38','2021-02-02 16:46:38'),
(127107,46533,'action created','2021-02-02 21:46:38','2021-02-02 16:46:38'),
(127108,46533,'action started via WP Cron','2021-02-02 21:48:31','2021-02-02 16:48:31'),
(127109,46533,'action complete via WP Cron','2021-02-02 21:48:31','2021-02-02 16:48:31'),
(127110,46534,'action created','2021-02-02 21:48:31','2021-02-02 16:48:31'),
(127111,46534,'action started via WP Cron','2021-02-02 21:49:17','2021-02-02 16:49:17'),
(127112,46534,'action complete via WP Cron','2021-02-02 21:49:17','2021-02-02 16:49:17'),
(127113,46535,'action created','2021-02-02 21:49:17','2021-02-02 16:49:17'),
(127114,46535,'action started via WP Cron','2021-02-02 21:51:52','2021-02-02 16:51:52'),
(127115,46535,'action complete via WP Cron','2021-02-02 21:51:52','2021-02-02 16:51:52'),
(127116,46536,'action created','2021-02-02 21:51:52','2021-02-02 16:51:52'),
(127117,46536,'action started via WP Cron','2021-02-02 21:52:14','2021-02-02 16:52:14'),
(127118,46536,'action complete via WP Cron','2021-02-02 21:52:14','2021-02-02 16:52:14'),
(127119,46537,'action created','2021-02-02 21:52:14','2021-02-02 16:52:14'),
(127120,46537,'action started via WP Cron','2021-02-02 21:55:50','2021-02-02 16:55:50'),
(127121,46537,'action complete via WP Cron','2021-02-02 21:55:50','2021-02-02 16:55:50'),
(127122,46538,'action created','2021-02-02 21:55:50','2021-02-02 16:55:50'),
(127123,46538,'action started via WP Cron','2021-02-02 21:56:23','2021-02-02 16:56:23'),
(127124,46538,'action complete via WP Cron','2021-02-02 21:56:23','2021-02-02 16:56:23'),
(127125,46539,'action created','2021-02-02 21:56:23','2021-02-02 16:56:23'),
(127126,46539,'action started via WP Cron','2021-02-02 21:57:11','2021-02-02 16:57:11'),
(127127,46539,'action complete via WP Cron','2021-02-02 21:57:11','2021-02-02 16:57:11'),
(127128,46540,'action created','2021-02-02 21:57:11','2021-02-02 16:57:11'),
(127129,46540,'action started via WP Cron','2021-02-02 21:58:24','2021-02-02 16:58:24'),
(127130,46540,'action complete via WP Cron','2021-02-02 21:58:24','2021-02-02 16:58:24'),
(127131,46541,'action created','2021-02-02 21:58:25','2021-02-02 16:58:25'),
(127132,46541,'action started via WP Cron','2021-02-02 22:01:46','2021-02-02 17:01:46'),
(127133,46541,'action complete via WP Cron','2021-02-02 22:01:46','2021-02-02 17:01:46'),
(127134,46542,'action created','2021-02-02 22:01:46','2021-02-02 17:01:46'),
(127135,46542,'action started via WP Cron','2021-02-02 22:03:17','2021-02-02 17:03:17'),
(127136,46542,'action complete via WP Cron','2021-02-02 22:03:17','2021-02-02 17:03:17'),
(127137,46543,'action created','2021-02-02 22:03:17','2021-02-02 17:03:17'),
(127138,46543,'action started via WP Cron','2021-02-02 22:04:32','2021-02-02 17:04:32'),
(127139,46543,'action complete via WP Cron','2021-02-02 22:04:32','2021-02-02 17:04:32'),
(127140,46544,'action created','2021-02-02 22:04:32','2021-02-02 17:04:32'),
(127141,46544,'action started via WP Cron','2021-02-02 22:06:28','2021-02-02 17:06:28'),
(127142,46544,'action complete via WP Cron','2021-02-02 22:06:28','2021-02-02 17:06:28'),
(127143,46545,'action created','2021-02-02 22:06:28','2021-02-02 17:06:28'),
(127144,46545,'action started via WP Cron','2021-02-02 22:10:49','2021-02-02 17:10:49'),
(127145,46545,'action complete via WP Cron','2021-02-02 22:10:49','2021-02-02 17:10:49'),
(127146,46546,'action created','2021-02-02 22:10:49','2021-02-02 17:10:49'),
(127147,46546,'action started via WP Cron','2021-02-02 22:12:19','2021-02-02 17:12:19'),
(127148,46546,'action complete via WP Cron','2021-02-02 22:12:19','2021-02-02 17:12:19'),
(127149,46547,'action created','2021-02-02 22:12:20','2021-02-02 17:12:20'),
(127150,46547,'action started via WP Cron','2021-02-02 22:13:55','2021-02-02 17:13:55'),
(127151,46547,'action complete via WP Cron','2021-02-02 22:13:55','2021-02-02 17:13:55'),
(127152,46548,'action created','2021-02-02 22:13:55','2021-02-02 17:13:55'),
(127153,46548,'action started via WP Cron','2021-02-02 22:15:44','2021-02-02 17:15:44'),
(127154,46548,'action complete via WP Cron','2021-02-02 22:15:44','2021-02-02 17:15:44'),
(127155,46549,'action created','2021-02-02 22:15:44','2021-02-02 17:15:44'),
(127156,46549,'action started via WP Cron','2021-02-02 22:16:42','2021-02-02 17:16:42'),
(127157,46549,'action complete via WP Cron','2021-02-02 22:16:42','2021-02-02 17:16:42'),
(127158,46550,'action created','2021-02-02 22:16:42','2021-02-02 17:16:42'),
(127159,46550,'action started via WP Cron','2021-02-02 22:17:24','2021-02-02 17:17:24'),
(127160,46550,'action complete via WP Cron','2021-02-02 22:17:24','2021-02-02 17:17:24'),
(127161,46551,'action created','2021-02-02 22:17:25','2021-02-02 17:17:25'),
(127162,46551,'action started via WP Cron','2021-02-02 22:18:12','2021-02-02 17:18:12'),
(127163,46551,'action complete via WP Cron','2021-02-02 22:18:12','2021-02-02 17:18:12'),
(127164,46552,'action created','2021-02-02 22:18:12','2021-02-02 17:18:12'),
(127165,46552,'action started via WP Cron','2021-02-02 22:19:44','2021-02-02 17:19:44'),
(127166,46552,'action complete via WP Cron','2021-02-02 22:19:44','2021-02-02 17:19:44'),
(127167,46553,'action created','2021-02-02 22:19:44','2021-02-02 17:19:44'),
(127168,46553,'action started via WP Cron','2021-02-02 22:20:27','2021-02-02 17:20:27'),
(127169,46553,'action complete via WP Cron','2021-02-02 22:20:27','2021-02-02 17:20:27'),
(127170,46554,'action created','2021-02-02 22:20:28','2021-02-02 17:20:28'),
(127171,46554,'action started via WP Cron','2021-02-02 22:22:00','2021-02-02 17:22:00'),
(127172,46554,'action complete via WP Cron','2021-02-02 22:22:00','2021-02-02 17:22:00'),
(127173,46555,'action created','2021-02-02 22:22:00','2021-02-02 17:22:00'),
(127174,46555,'action started via WP Cron','2021-02-02 22:22:14','2021-02-02 17:22:14'),
(127175,46555,'action complete via WP Cron','2021-02-02 22:22:14','2021-02-02 17:22:14'),
(127176,46556,'action created','2021-02-02 22:22:14','2021-02-02 17:22:14'),
(127177,46556,'action started via WP Cron','2021-02-02 22:23:39','2021-02-02 17:23:39'),
(127178,46556,'action complete via WP Cron','2021-02-02 22:23:39','2021-02-02 17:23:39'),
(127179,46557,'action created','2021-02-02 22:23:39','2021-02-02 17:23:39'),
(127180,46557,'action started via WP Cron','2021-02-02 22:24:21','2021-02-02 17:24:21'),
(127181,46557,'action complete via WP Cron','2021-02-02 22:24:21','2021-02-02 17:24:21'),
(127182,46558,'action created','2021-02-02 22:24:21','2021-02-02 17:24:21'),
(127183,46558,'action started via WP Cron','2021-02-02 22:25:53','2021-02-02 17:25:53'),
(127184,46558,'action complete via WP Cron','2021-02-02 22:25:53','2021-02-02 17:25:53'),
(127185,46559,'action created','2021-02-02 22:25:53','2021-02-02 17:25:53'),
(127186,46559,'action started via WP Cron','2021-02-02 22:27:10','2021-02-02 17:27:10'),
(127187,46559,'action complete via WP Cron','2021-02-02 22:27:10','2021-02-02 17:27:10'),
(127188,46560,'action created','2021-02-02 22:27:10','2021-02-02 17:27:10'),
(127189,46560,'action started via WP Cron','2021-02-02 22:29:21','2021-02-02 17:29:21'),
(127190,46560,'action complete via WP Cron','2021-02-02 22:29:21','2021-02-02 17:29:21'),
(127191,46561,'action created','2021-02-02 22:29:21','2021-02-02 17:29:21'),
(127192,46561,'action started via WP Cron','2021-02-02 22:31:49','2021-02-02 17:31:49'),
(127193,46561,'action complete via WP Cron','2021-02-02 22:31:49','2021-02-02 17:31:49'),
(127194,46562,'action created','2021-02-02 22:31:49','2021-02-02 17:31:49'),
(127195,46562,'action started via WP Cron','2021-02-02 22:32:13','2021-02-02 17:32:13'),
(127196,46562,'action complete via WP Cron','2021-02-02 22:32:13','2021-02-02 17:32:13'),
(127197,46563,'action created','2021-02-02 22:32:13','2021-02-02 17:32:13'),
(127198,46563,'action started via WP Cron','2021-02-02 22:33:18','2021-02-02 17:33:18'),
(127199,46563,'action complete via WP Cron','2021-02-02 22:33:18','2021-02-02 17:33:18'),
(127200,46564,'action created','2021-02-02 22:33:18','2021-02-02 17:33:18'),
(127201,46564,'action started via WP Cron','2021-02-02 22:34:39','2021-02-02 17:34:39'),
(127202,46564,'action complete via WP Cron','2021-02-02 22:34:39','2021-02-02 17:34:39'),
(127203,46565,'action created','2021-02-02 22:34:39','2021-02-02 17:34:39'),
(127204,46565,'action started via WP Cron','2021-02-02 22:35:45','2021-02-02 17:35:45'),
(127205,46565,'action complete via WP Cron','2021-02-02 22:35:45','2021-02-02 17:35:45'),
(127206,46566,'action created','2021-02-02 22:35:45','2021-02-02 17:35:45'),
(127207,46566,'action started via WP Cron','2021-02-02 22:36:34','2021-02-02 17:36:34'),
(127208,46566,'action complete via WP Cron','2021-02-02 22:36:34','2021-02-02 17:36:34'),
(127209,46567,'action created','2021-02-02 22:36:34','2021-02-02 17:36:34'),
(127210,46567,'action started via WP Cron','2021-02-02 22:39:28','2021-02-02 17:39:28'),
(127211,46567,'action complete via WP Cron','2021-02-02 22:39:28','2021-02-02 17:39:28'),
(127212,46568,'action created','2021-02-02 22:39:28','2021-02-02 17:39:28'),
(127213,46568,'action started via WP Cron','2021-02-02 22:42:18','2021-02-02 17:42:18'),
(127214,46568,'action complete via WP Cron','2021-02-02 22:42:18','2021-02-02 17:42:18'),
(127215,46569,'action created','2021-02-02 22:42:18','2021-02-02 17:42:18'),
(127216,46569,'action started via Async Request','2021-02-02 22:42:40','2021-02-02 17:42:40'),
(127217,46569,'action complete via Async Request','2021-02-02 22:42:40','2021-02-02 17:42:40'),
(127218,46570,'action created','2021-02-02 22:42:41','2021-02-02 17:42:41'),
(127219,46570,'action started via WP Cron','2021-02-02 22:43:12','2021-02-02 17:43:12'),
(127220,46570,'action complete via WP Cron','2021-02-02 22:43:12','2021-02-02 17:43:12'),
(127221,46571,'action created','2021-02-02 22:43:12','2021-02-02 17:43:12'),
(127222,46571,'action started via WP Cron','2021-02-02 22:44:11','2021-02-02 17:44:11'),
(127223,46571,'action complete via WP Cron','2021-02-02 22:44:11','2021-02-02 17:44:11'),
(127224,46572,'action created','2021-02-02 22:44:11','2021-02-02 17:44:11'),
(127225,46572,'action started via WP Cron','2021-02-02 22:46:46','2021-02-02 17:46:46'),
(127226,46572,'action complete via WP Cron','2021-02-02 22:46:46','2021-02-02 17:46:46'),
(127227,46573,'action created','2021-02-02 22:46:46','2021-02-02 17:46:46'),
(127228,46573,'action started via WP Cron','2021-02-02 22:47:40','2021-02-02 17:47:40'),
(127229,46573,'action complete via WP Cron','2021-02-02 22:47:40','2021-02-02 17:47:40'),
(127230,46574,'action created','2021-02-02 22:47:40','2021-02-02 17:47:40'),
(127231,46574,'action started via WP Cron','2021-02-02 22:51:27','2021-02-02 17:51:27'),
(127232,46574,'action complete via WP Cron','2021-02-02 22:51:27','2021-02-02 17:51:27'),
(127233,46575,'action created','2021-02-02 22:51:27','2021-02-02 17:51:27'),
(127234,46575,'action started via WP Cron','2021-02-02 22:53:09','2021-02-02 17:53:09'),
(127235,46575,'action complete via WP Cron','2021-02-02 22:53:09','2021-02-02 17:53:09'),
(127236,46576,'action created','2021-02-02 22:53:09','2021-02-02 17:53:09'),
(127237,46576,'action started via WP Cron','2021-02-02 22:54:14','2021-02-02 17:54:14'),
(127238,46576,'action complete via WP Cron','2021-02-02 22:54:14','2021-02-02 17:54:14'),
(127239,46577,'action created','2021-02-02 22:54:14','2021-02-02 17:54:14'),
(127240,46577,'action started via WP Cron','2021-02-02 22:55:18','2021-02-02 17:55:18'),
(127241,46577,'action complete via WP Cron','2021-02-02 22:55:18','2021-02-02 17:55:18'),
(127242,46578,'action created','2021-02-02 22:55:18','2021-02-02 17:55:18'),
(127243,46578,'action started via WP Cron','2021-02-02 22:56:28','2021-02-02 17:56:28'),
(127244,46578,'action complete via WP Cron','2021-02-02 22:56:28','2021-02-02 17:56:28'),
(127245,46579,'action created','2021-02-02 22:56:28','2021-02-02 17:56:28'),
(127246,46579,'action started via WP Cron','2021-02-02 23:01:34','2021-02-02 18:01:34'),
(127247,46579,'action complete via WP Cron','2021-02-02 23:01:34','2021-02-02 18:01:34'),
(127248,46580,'action created','2021-02-02 23:01:34','2021-02-02 18:01:34'),
(127249,46580,'action started via WP Cron','2021-02-02 23:03:11','2021-02-02 18:03:11'),
(127250,46580,'action complete via WP Cron','2021-02-02 23:03:11','2021-02-02 18:03:11'),
(127251,46581,'action created','2021-02-02 23:03:11','2021-02-02 18:03:11'),
(127252,46581,'action started via WP Cron','2021-02-02 23:07:06','2021-02-02 18:07:06'),
(127253,46581,'action complete via WP Cron','2021-02-02 23:07:06','2021-02-02 18:07:06'),
(127254,46582,'action created','2021-02-02 23:07:06','2021-02-02 18:07:06'),
(127255,46582,'action started via WP Cron','2021-02-02 23:07:34','2021-02-02 18:07:34'),
(127256,46582,'action complete via WP Cron','2021-02-02 23:07:34','2021-02-02 18:07:34'),
(127257,46583,'action created','2021-02-02 23:07:34','2021-02-02 18:07:34'),
(127258,46583,'action started via WP Cron','2021-02-02 23:09:04','2021-02-02 18:09:04'),
(127259,46583,'action complete via WP Cron','2021-02-02 23:09:04','2021-02-02 18:09:04'),
(127260,46584,'action created','2021-02-02 23:09:04','2021-02-02 18:09:04'),
(127261,46584,'action started via WP Cron','2021-02-02 23:09:27','2021-02-02 18:09:27'),
(127262,46584,'action complete via WP Cron','2021-02-02 23:09:27','2021-02-02 18:09:27'),
(127263,46585,'action created','2021-02-02 23:09:27','2021-02-02 18:09:27'),
(127264,46585,'action started via WP Cron','2021-02-02 23:10:31','2021-02-02 18:10:31'),
(127265,46585,'action complete via WP Cron','2021-02-02 23:10:31','2021-02-02 18:10:31'),
(127266,46586,'action created','2021-02-02 23:10:31','2021-02-02 18:10:31'),
(127267,46586,'action started via WP Cron','2021-02-02 23:12:12','2021-02-02 18:12:12'),
(127268,46586,'action complete via WP Cron','2021-02-02 23:12:12','2021-02-02 18:12:12'),
(127269,46587,'action created','2021-02-02 23:12:12','2021-02-02 18:12:12'),
(127270,46587,'action started via WP Cron','2021-02-02 23:14:09','2021-02-02 18:14:09'),
(127271,46587,'action complete via WP Cron','2021-02-02 23:14:09','2021-02-02 18:14:09'),
(127272,46588,'action created','2021-02-02 23:14:09','2021-02-02 18:14:09'),
(127273,46588,'action started via WP Cron','2021-02-02 23:15:13','2021-02-02 18:15:13'),
(127274,46588,'action complete via WP Cron','2021-02-02 23:15:13','2021-02-02 18:15:13'),
(127275,46589,'action created','2021-02-02 23:15:13','2021-02-02 18:15:13'),
(127276,46589,'action started via WP Cron','2021-02-02 23:16:34','2021-02-02 18:16:34'),
(127277,46589,'action complete via WP Cron','2021-02-02 23:16:34','2021-02-02 18:16:34'),
(127278,46590,'action created','2021-02-02 23:16:34','2021-02-02 18:16:34'),
(127279,46590,'action started via WP Cron','2021-02-02 23:17:30','2021-02-02 18:17:30'),
(127280,46590,'action complete via WP Cron','2021-02-02 23:17:30','2021-02-02 18:17:30'),
(127281,46591,'action created','2021-02-02 23:17:30','2021-02-02 18:17:30'),
(127282,46591,'action started via WP Cron','2021-02-02 23:18:39','2021-02-02 18:18:39'),
(127283,46591,'action complete via WP Cron','2021-02-02 23:18:39','2021-02-02 18:18:39'),
(127284,46592,'action created','2021-02-02 23:18:39','2021-02-02 18:18:39'),
(127285,46592,'action started via WP Cron','2021-02-02 23:21:31','2021-02-02 18:21:31'),
(127286,46592,'action complete via WP Cron','2021-02-02 23:21:31','2021-02-02 18:21:31'),
(127287,46593,'action created','2021-02-02 23:21:31','2021-02-02 18:21:31'),
(127288,46593,'action started via WP Cron','2021-02-02 23:24:07','2021-02-02 18:24:07'),
(127289,46593,'action complete via WP Cron','2021-02-02 23:24:07','2021-02-02 18:24:07'),
(127290,46594,'action created','2021-02-02 23:24:07','2021-02-02 18:24:07'),
(127291,46594,'action started via WP Cron','2021-02-02 23:28:20','2021-02-02 18:28:20'),
(127292,46594,'action complete via WP Cron','2021-02-02 23:28:20','2021-02-02 18:28:20'),
(127293,46595,'action created','2021-02-02 23:28:20','2021-02-02 18:28:20'),
(127294,46595,'action started via WP Cron','2021-02-02 23:29:23','2021-02-02 18:29:23'),
(127295,46595,'action complete via WP Cron','2021-02-02 23:29:23','2021-02-02 18:29:23'),
(127296,46596,'action created','2021-02-02 23:29:23','2021-02-02 18:29:23'),
(127297,46596,'action started via WP Cron','2021-02-02 23:30:40','2021-02-02 18:30:40'),
(127298,46596,'action complete via WP Cron','2021-02-02 23:30:40','2021-02-02 18:30:40'),
(127299,46597,'action created','2021-02-02 23:30:40','2021-02-02 18:30:40'),
(127300,46597,'action started via WP Cron','2021-02-02 23:31:31','2021-02-02 18:31:31'),
(127301,46597,'action complete via WP Cron','2021-02-02 23:31:31','2021-02-02 18:31:31'),
(127302,46598,'action created','2021-02-02 23:31:31','2021-02-02 18:31:31'),
(127303,46598,'action started via WP Cron','2021-02-02 23:32:17','2021-02-02 18:32:17'),
(127304,46598,'action complete via WP Cron','2021-02-02 23:32:17','2021-02-02 18:32:17'),
(127305,46599,'action created','2021-02-02 23:32:17','2021-02-02 18:32:17'),
(127306,46599,'action started via WP Cron','2021-02-02 23:33:53','2021-02-02 18:33:53'),
(127307,46599,'action complete via WP Cron','2021-02-02 23:33:53','2021-02-02 18:33:53'),
(127308,46600,'action created','2021-02-02 23:33:53','2021-02-02 18:33:53'),
(127309,46600,'action started via WP Cron','2021-02-02 23:36:47','2021-02-02 18:36:47'),
(127310,46600,'action complete via WP Cron','2021-02-02 23:36:47','2021-02-02 18:36:47'),
(127311,46601,'action created','2021-02-02 23:36:47','2021-02-02 18:36:47'),
(127312,46601,'action started via WP Cron','2021-02-02 23:38:41','2021-02-02 18:38:41'),
(127313,46601,'action complete via WP Cron','2021-02-02 23:38:41','2021-02-02 18:38:41'),
(127314,46602,'action created','2021-02-02 23:38:41','2021-02-02 18:38:41'),
(127315,46602,'action started via WP Cron','2021-02-02 23:39:50','2021-02-02 18:39:50'),
(127316,46602,'action complete via WP Cron','2021-02-02 23:39:50','2021-02-02 18:39:50'),
(127317,46603,'action created','2021-02-02 23:39:50','2021-02-02 18:39:50'),
(127318,46603,'action started via WP Cron','2021-02-02 23:41:02','2021-02-02 18:41:02'),
(127319,46603,'action complete via WP Cron','2021-02-02 23:41:02','2021-02-02 18:41:02'),
(127320,46604,'action created','2021-02-02 23:41:02','2021-02-02 18:41:02'),
(127321,46604,'action started via WP Cron','2021-02-02 23:41:18','2021-02-02 18:41:18'),
(127322,46604,'action complete via WP Cron','2021-02-02 23:41:18','2021-02-02 18:41:18'),
(127323,46605,'action created','2021-02-02 23:41:18','2021-02-02 18:41:18'),
(127324,46605,'action started via WP Cron','2021-02-02 23:42:23','2021-02-02 18:42:23'),
(127325,46605,'action complete via WP Cron','2021-02-02 23:42:23','2021-02-02 18:42:23'),
(127326,46606,'action created','2021-02-02 23:42:23','2021-02-02 18:42:23'),
(127327,46606,'action started via WP Cron','2021-02-02 23:43:32','2021-02-02 18:43:32'),
(127328,46606,'action complete via WP Cron','2021-02-02 23:43:32','2021-02-02 18:43:32'),
(127329,46607,'action created','2021-02-02 23:43:32','2021-02-02 18:43:32'),
(127330,46607,'action started via WP Cron','2021-02-02 23:44:15','2021-02-02 18:44:15'),
(127331,46607,'action complete via WP Cron','2021-02-02 23:44:15','2021-02-02 18:44:15'),
(127332,46608,'action created','2021-02-02 23:44:15','2021-02-02 18:44:15'),
(127333,46608,'action started via WP Cron','2021-02-02 23:45:25','2021-02-02 18:45:25'),
(127334,46608,'action complete via WP Cron','2021-02-02 23:45:25','2021-02-02 18:45:25'),
(127335,46609,'action created','2021-02-02 23:45:25','2021-02-02 18:45:25'),
(127336,46609,'action started via WP Cron','2021-02-02 23:46:25','2021-02-02 18:46:25'),
(127337,46609,'action complete via WP Cron','2021-02-02 23:46:25','2021-02-02 18:46:25'),
(127338,46610,'action created','2021-02-02 23:46:26','2021-02-02 18:46:26'),
(127339,46610,'action started via WP Cron','2021-02-02 23:47:50','2021-02-02 18:47:50'),
(127340,46610,'action complete via WP Cron','2021-02-02 23:47:50','2021-02-02 18:47:50'),
(127341,46611,'action created','2021-02-02 23:47:50','2021-02-02 18:47:50'),
(127342,46611,'action started via WP Cron','2021-02-02 23:48:34','2021-02-02 18:48:34'),
(127343,46611,'action complete via WP Cron','2021-02-02 23:48:34','2021-02-02 18:48:34'),
(127344,46612,'action created','2021-02-02 23:48:34','2021-02-02 18:48:34'),
(127345,46612,'action started via WP Cron','2021-02-02 23:49:16','2021-02-02 18:49:16'),
(127346,46612,'action complete via WP Cron','2021-02-02 23:49:16','2021-02-02 18:49:16'),
(127347,46613,'action created','2021-02-02 23:49:16','2021-02-02 18:49:16'),
(127348,46613,'action started via WP Cron','2021-02-02 23:52:24','2021-02-02 18:52:24'),
(127349,46613,'action complete via WP Cron','2021-02-02 23:52:24','2021-02-02 18:52:24'),
(127350,46614,'action created','2021-02-02 23:52:25','2021-02-02 18:52:25'),
(127351,46614,'action started via WP Cron','2021-02-02 23:54:17','2021-02-02 18:54:17'),
(127352,46614,'action complete via WP Cron','2021-02-02 23:54:17','2021-02-02 18:54:17'),
(127353,46615,'action created','2021-02-02 23:54:17','2021-02-02 18:54:17'),
(127354,46615,'action started via WP Cron','2021-02-02 23:56:28','2021-02-02 18:56:28'),
(127355,46615,'action complete via WP Cron','2021-02-02 23:56:28','2021-02-02 18:56:28'),
(127356,46616,'action created','2021-02-02 23:56:28','2021-02-02 18:56:28'),
(127357,46616,'action started via WP Cron','2021-02-02 23:57:15','2021-02-02 18:57:15'),
(127358,46616,'action complete via WP Cron','2021-02-02 23:57:15','2021-02-02 18:57:15'),
(127359,46617,'action created','2021-02-02 23:57:15','2021-02-02 18:57:15'),
(127360,46617,'action started via WP Cron','2021-02-02 23:58:18','2021-02-02 18:58:18'),
(127361,46617,'action complete via WP Cron','2021-02-02 23:58:18','2021-02-02 18:58:18'),
(127362,46618,'action created','2021-02-02 23:58:18','2021-02-02 18:58:18'),
(127363,46618,'action started via WP Cron','2021-02-02 23:59:32','2021-02-02 18:59:32'),
(127364,46618,'action complete via WP Cron','2021-02-02 23:59:32','2021-02-02 18:59:32'),
(127365,46619,'action created','2021-02-02 23:59:32','2021-02-02 18:59:32'),
(127366,46619,'action started via WP Cron','2021-02-03 00:02:18','2021-02-02 19:02:18'),
(127367,46619,'action complete via WP Cron','2021-02-03 00:02:18','2021-02-02 19:02:18'),
(127368,46620,'action created','2021-02-03 00:02:18','2021-02-02 19:02:18'),
(127369,46620,'action started via WP Cron','2021-02-03 00:04:39','2021-02-02 19:04:39'),
(127370,46620,'action complete via WP Cron','2021-02-03 00:04:39','2021-02-02 19:04:39'),
(127371,46621,'action created','2021-02-03 00:04:39','2021-02-02 19:04:39'),
(127372,46621,'action started via WP Cron','2021-02-03 00:07:29','2021-02-02 19:07:29'),
(127373,46621,'action complete via WP Cron','2021-02-03 00:07:29','2021-02-02 19:07:29'),
(127374,46622,'action created','2021-02-03 00:07:29','2021-02-02 19:07:29'),
(127375,46622,'action started via WP Cron','2021-02-03 00:08:20','2021-02-02 19:08:20'),
(127376,46622,'action complete via WP Cron','2021-02-03 00:08:20','2021-02-02 19:08:20'),
(127377,46623,'action created','2021-02-03 00:08:20','2021-02-02 19:08:20'),
(127378,46623,'action started via WP Cron','2021-02-03 00:09:53','2021-02-02 19:09:53'),
(127379,46623,'action complete via WP Cron','2021-02-03 00:09:53','2021-02-02 19:09:53'),
(127380,46624,'action created','2021-02-03 00:09:53','2021-02-02 19:09:53'),
(127381,46624,'action started via WP Cron','2021-02-03 00:11:20','2021-02-02 19:11:20'),
(127382,46624,'action complete via WP Cron','2021-02-03 00:11:20','2021-02-02 19:11:20'),
(127383,46625,'action created','2021-02-03 00:11:20','2021-02-02 19:11:20'),
(127384,46625,'action started via WP Cron','2021-02-03 00:13:04','2021-02-02 19:13:04'),
(127385,46625,'action complete via WP Cron','2021-02-03 00:13:04','2021-02-02 19:13:04'),
(127386,46626,'action created','2021-02-03 00:13:04','2021-02-02 19:13:04'),
(127387,46626,'action started via WP Cron','2021-02-03 00:13:18','2021-02-02 19:13:18'),
(127388,46626,'action complete via WP Cron','2021-02-03 00:13:18','2021-02-02 19:13:18'),
(127389,46627,'action created','2021-02-03 00:13:18','2021-02-02 19:13:18'),
(127390,46627,'action started via WP Cron','2021-02-03 00:14:20','2021-02-02 19:14:20'),
(127391,46627,'action complete via WP Cron','2021-02-03 00:14:20','2021-02-02 19:14:20'),
(127392,46628,'action created','2021-02-03 00:14:20','2021-02-02 19:14:20'),
(127393,46628,'action started via WP Cron','2021-02-03 00:15:17','2021-02-02 19:15:17'),
(127394,46628,'action complete via WP Cron','2021-02-03 00:15:17','2021-02-02 19:15:17'),
(127395,46629,'action created','2021-02-03 00:15:22','2021-02-02 19:15:22'),
(127396,46629,'action started via WP Cron','2021-02-03 00:17:53','2021-02-02 19:17:53'),
(127397,46629,'action complete via WP Cron','2021-02-03 00:17:53','2021-02-02 19:17:53'),
(127398,46630,'action created','2021-02-03 00:17:53','2021-02-02 19:17:53'),
(127399,46630,'action started via WP Cron','2021-02-03 00:18:26','2021-02-02 19:18:26'),
(127400,46630,'action complete via WP Cron','2021-02-03 00:18:26','2021-02-02 19:18:26'),
(127401,46631,'action created','2021-02-03 00:18:26','2021-02-02 19:18:26'),
(127402,46631,'action started via WP Cron','2021-02-03 00:19:13','2021-02-02 19:19:13'),
(127403,46631,'action complete via WP Cron','2021-02-03 00:19:13','2021-02-02 19:19:13'),
(127404,46632,'action created','2021-02-03 00:19:13','2021-02-02 19:19:13'),
(127405,46632,'action started via WP Cron','2021-02-03 00:21:42','2021-02-02 19:21:42'),
(127406,46632,'action complete via WP Cron','2021-02-03 00:21:42','2021-02-02 19:21:42'),
(127407,46633,'action created','2021-02-03 00:21:42','2021-02-02 19:21:42'),
(127408,46633,'action started via WP Cron','2021-02-03 00:23:23','2021-02-02 19:23:23'),
(127409,46633,'action complete via WP Cron','2021-02-03 00:23:23','2021-02-02 19:23:23'),
(127410,46634,'action created','2021-02-03 00:23:23','2021-02-02 19:23:23'),
(127411,46634,'action started via WP Cron','2021-02-03 00:24:15','2021-02-02 19:24:15'),
(127412,46634,'action complete via WP Cron','2021-02-03 00:24:15','2021-02-02 19:24:15'),
(127413,46635,'action created','2021-02-03 00:24:16','2021-02-02 19:24:16'),
(127414,46635,'action started via WP Cron','2021-02-03 00:25:19','2021-02-02 19:25:19'),
(127415,46635,'action complete via WP Cron','2021-02-03 00:25:19','2021-02-02 19:25:19'),
(127416,46636,'action created','2021-02-03 00:25:19','2021-02-02 19:25:19'),
(127417,46636,'action started via WP Cron','2021-02-03 00:26:17','2021-02-02 19:26:17'),
(127418,46636,'action complete via WP Cron','2021-02-03 00:26:17','2021-02-02 19:26:17'),
(127419,46637,'action created','2021-02-03 00:26:17','2021-02-02 19:26:17'),
(127420,46637,'action started via WP Cron','2021-02-03 00:27:12','2021-02-02 19:27:12'),
(127421,46637,'action complete via WP Cron','2021-02-03 00:27:12','2021-02-02 19:27:12'),
(127422,46638,'action created','2021-02-03 00:27:12','2021-02-02 19:27:12'),
(127423,46638,'action started via WP Cron','2021-02-03 00:31:02','2021-02-02 19:31:02'),
(127424,46638,'action complete via WP Cron','2021-02-03 00:31:02','2021-02-02 19:31:02'),
(127425,46639,'action created','2021-02-03 00:31:02','2021-02-02 19:31:02'),
(127426,46639,'action started via WP Cron','2021-02-03 00:31:20','2021-02-02 19:31:20'),
(127427,46639,'action complete via WP Cron','2021-02-03 00:31:20','2021-02-02 19:31:20'),
(127428,46640,'action created','2021-02-03 00:31:20','2021-02-02 19:31:20'),
(127429,46640,'action started via WP Cron','2021-02-03 00:32:30','2021-02-02 19:32:30'),
(127430,46640,'action complete via WP Cron','2021-02-03 00:32:30','2021-02-02 19:32:30'),
(127431,46641,'action created','2021-02-03 00:32:30','2021-02-02 19:32:30'),
(127432,46641,'action started via WP Cron','2021-02-03 00:34:04','2021-02-02 19:34:04'),
(127433,46641,'action complete via WP Cron','2021-02-03 00:34:05','2021-02-02 19:34:05'),
(127434,46642,'action created','2021-02-03 00:34:05','2021-02-02 19:34:05'),
(127435,46642,'action started via WP Cron','2021-02-03 00:34:16','2021-02-02 19:34:16'),
(127436,46642,'action complete via WP Cron','2021-02-03 00:34:16','2021-02-02 19:34:16'),
(127437,46643,'action created','2021-02-03 00:34:16','2021-02-02 19:34:16'),
(127438,46643,'action started via WP Cron','2021-02-03 00:35:19','2021-02-02 19:35:19'),
(127439,46643,'action complete via WP Cron','2021-02-03 00:35:19','2021-02-02 19:35:19'),
(127440,46644,'action created','2021-02-03 00:35:19','2021-02-02 19:35:19'),
(127441,46644,'action started via WP Cron','2021-02-03 00:36:51','2021-02-02 19:36:51'),
(127442,46644,'action complete via WP Cron','2021-02-03 00:36:51','2021-02-02 19:36:51'),
(127443,46645,'action created','2021-02-03 00:36:51','2021-02-02 19:36:51'),
(127444,46645,'action started via WP Cron','2021-02-03 00:37:48','2021-02-02 19:37:48'),
(127445,46645,'action complete via WP Cron','2021-02-03 00:37:48','2021-02-02 19:37:48'),
(127446,46646,'action created','2021-02-03 00:37:48','2021-02-02 19:37:48'),
(127447,46646,'action started via WP Cron','2021-02-03 00:38:14','2021-02-02 19:38:14'),
(127448,46646,'action complete via WP Cron','2021-02-03 00:38:14','2021-02-02 19:38:14'),
(127449,46647,'action created','2021-02-03 00:38:14','2021-02-02 19:38:14'),
(127450,46647,'action started via WP Cron','2021-02-03 00:39:25','2021-02-02 19:39:25'),
(127451,46647,'action complete via WP Cron','2021-02-03 00:39:25','2021-02-02 19:39:25'),
(127452,46648,'action created','2021-02-03 00:39:26','2021-02-02 19:39:26'),
(127453,46648,'action started via WP Cron','2021-02-03 00:40:40','2021-02-02 19:40:40'),
(127454,46648,'action complete via WP Cron','2021-02-03 00:40:40','2021-02-02 19:40:40'),
(127455,46649,'action created','2021-02-03 00:40:40','2021-02-02 19:40:40'),
(127456,46649,'action started via WP Cron','2021-02-03 00:41:41','2021-02-02 19:41:41'),
(127457,46649,'action complete via WP Cron','2021-02-03 00:41:41','2021-02-02 19:41:41'),
(127458,46650,'action created','2021-02-03 00:41:41','2021-02-02 19:41:41'),
(127459,46650,'action started via WP Cron','2021-02-03 00:42:30','2021-02-02 19:42:30'),
(127460,46650,'action complete via WP Cron','2021-02-03 00:42:30','2021-02-02 19:42:30'),
(127461,46651,'action created','2021-02-03 00:42:30','2021-02-02 19:42:30'),
(127462,46651,'action started via WP Cron','2021-02-03 00:43:45','2021-02-02 19:43:45'),
(127463,46651,'action complete via WP Cron','2021-02-03 00:43:45','2021-02-02 19:43:45'),
(127464,46652,'action created','2021-02-03 00:43:45','2021-02-02 19:43:45'),
(127465,46652,'action started via WP Cron','2021-02-03 00:44:13','2021-02-02 19:44:13'),
(127466,46652,'action complete via WP Cron','2021-02-03 00:44:13','2021-02-02 19:44:13'),
(127467,46653,'action created','2021-02-03 00:44:13','2021-02-02 19:44:13'),
(127468,46653,'action started via WP Cron','2021-02-03 00:45:14','2021-02-02 19:45:14'),
(127469,46653,'action complete via WP Cron','2021-02-03 00:45:14','2021-02-02 19:45:14'),
(127470,46654,'action created','2021-02-03 00:45:14','2021-02-02 19:45:14'),
(127471,46654,'action started via WP Cron','2021-02-03 00:46:11','2021-02-02 19:46:11'),
(127472,46654,'action complete via WP Cron','2021-02-03 00:46:11','2021-02-02 19:46:11'),
(127473,46655,'action created','2021-02-03 00:46:11','2021-02-02 19:46:11'),
(127474,46655,'action started via WP Cron','2021-02-03 00:47:12','2021-02-02 19:47:12'),
(127475,46655,'action complete via WP Cron','2021-02-03 00:47:12','2021-02-02 19:47:12'),
(127476,46656,'action created','2021-02-03 00:47:12','2021-02-02 19:47:12'),
(127477,46656,'action started via WP Cron','2021-02-03 00:48:16','2021-02-02 19:48:16'),
(127478,46656,'action complete via WP Cron','2021-02-03 00:48:16','2021-02-02 19:48:16'),
(127479,46657,'action created','2021-02-03 00:48:16','2021-02-02 19:48:16'),
(127480,46657,'action started via WP Cron','2021-02-03 00:49:23','2021-02-02 19:49:23'),
(127481,46657,'action complete via WP Cron','2021-02-03 00:49:23','2021-02-02 19:49:23'),
(127482,46658,'action created','2021-02-03 00:49:23','2021-02-02 19:49:23'),
(127483,46658,'action started via WP Cron','2021-02-03 00:50:20','2021-02-02 19:50:20'),
(127484,46658,'action complete via WP Cron','2021-02-03 00:50:20','2021-02-02 19:50:20'),
(127485,46659,'action created','2021-02-03 00:50:20','2021-02-02 19:50:20'),
(127486,46659,'action started via WP Cron','2021-02-03 00:51:13','2021-02-02 19:51:13'),
(127487,46659,'action complete via WP Cron','2021-02-03 00:51:13','2021-02-02 19:51:13'),
(127488,46660,'action created','2021-02-03 00:51:13','2021-02-02 19:51:13'),
(127489,46660,'action started via WP Cron','2021-02-03 00:52:14','2021-02-02 19:52:14'),
(127490,46660,'action complete via WP Cron','2021-02-03 00:52:14','2021-02-02 19:52:14'),
(127491,46661,'action created','2021-02-03 00:52:14','2021-02-02 19:52:14'),
(127492,46661,'action started via WP Cron','2021-02-03 00:53:13','2021-02-02 19:53:13'),
(127493,46661,'action complete via WP Cron','2021-02-03 00:53:13','2021-02-02 19:53:13'),
(127494,46662,'action created','2021-02-03 00:53:13','2021-02-02 19:53:13'),
(127495,46662,'action started via WP Cron','2021-02-03 00:54:22','2021-02-02 19:54:22'),
(127496,46662,'action complete via WP Cron','2021-02-03 00:54:22','2021-02-02 19:54:22'),
(127497,46663,'action created','2021-02-03 00:54:22','2021-02-02 19:54:22'),
(127498,46663,'action started via WP Cron','2021-02-03 00:55:14','2021-02-02 19:55:14'),
(127499,46663,'action complete via WP Cron','2021-02-03 00:55:14','2021-02-02 19:55:14'),
(127500,46664,'action created','2021-02-03 00:55:14','2021-02-02 19:55:14'),
(127501,46664,'action started via WP Cron','2021-02-03 00:56:11','2021-02-02 19:56:11'),
(127502,46664,'action complete via WP Cron','2021-02-03 00:56:11','2021-02-02 19:56:11'),
(127503,46665,'action created','2021-02-03 00:56:12','2021-02-02 19:56:12'),
(127504,46665,'action started via WP Cron','2021-02-03 00:57:12','2021-02-02 19:57:12'),
(127505,46665,'action complete via WP Cron','2021-02-03 00:57:12','2021-02-02 19:57:12'),
(127506,46666,'action created','2021-02-03 00:57:12','2021-02-02 19:57:12'),
(127507,46666,'action started via WP Cron','2021-02-03 00:59:58','2021-02-02 19:59:58'),
(127508,46666,'action complete via WP Cron','2021-02-03 00:59:58','2021-02-02 19:59:58'),
(127509,46667,'action created','2021-02-03 00:59:58','2021-02-02 19:59:58'),
(127510,46667,'action started via WP Cron','2021-02-03 01:01:19','2021-02-02 20:01:19'),
(127511,46667,'action complete via WP Cron','2021-02-03 01:01:19','2021-02-02 20:01:19'),
(127512,46668,'action created','2021-02-03 01:01:19','2021-02-02 20:01:19'),
(127513,46668,'action started via WP Cron','2021-02-03 01:03:01','2021-02-02 20:03:01'),
(127514,46668,'action complete via WP Cron','2021-02-03 01:03:01','2021-02-02 20:03:01'),
(127515,46669,'action created','2021-02-03 01:03:01','2021-02-02 20:03:01'),
(127516,46669,'action started via WP Cron','2021-02-03 01:03:55','2021-02-02 20:03:55'),
(127517,46669,'action complete via WP Cron','2021-02-03 01:03:55','2021-02-02 20:03:55'),
(127518,46670,'action created','2021-02-03 01:03:55','2021-02-02 20:03:55'),
(127519,46670,'action started via WP Cron','2021-02-03 01:04:13','2021-02-02 20:04:13'),
(127520,46670,'action complete via WP Cron','2021-02-03 01:04:13','2021-02-02 20:04:13'),
(127521,46671,'action created','2021-02-03 01:04:13','2021-02-02 20:04:13'),
(127522,46671,'action started via WP Cron','2021-02-03 01:05:25','2021-02-02 20:05:25'),
(127523,46671,'action complete via WP Cron','2021-02-03 01:05:25','2021-02-02 20:05:25'),
(127524,46672,'action created','2021-02-03 01:05:25','2021-02-02 20:05:25'),
(127525,46672,'action started via WP Cron','2021-02-03 01:06:11','2021-02-02 20:06:11'),
(127526,46672,'action complete via WP Cron','2021-02-03 01:06:11','2021-02-02 20:06:11'),
(127527,46673,'action created','2021-02-03 01:06:11','2021-02-02 20:06:11'),
(127528,46673,'action started via WP Cron','2021-02-03 01:07:12','2021-02-02 20:07:12'),
(127529,46673,'action complete via WP Cron','2021-02-03 01:07:12','2021-02-02 20:07:12'),
(127530,46674,'action created','2021-02-03 01:07:12','2021-02-02 20:07:12'),
(127531,46674,'action started via WP Cron','2021-02-03 01:08:17','2021-02-02 20:08:17'),
(127532,46674,'action complete via WP Cron','2021-02-03 01:08:17','2021-02-02 20:08:17'),
(127533,46675,'action created','2021-02-03 01:08:17','2021-02-02 20:08:17'),
(127534,46675,'action started via WP Cron','2021-02-03 01:09:16','2021-02-02 20:09:16'),
(127535,46675,'action complete via WP Cron','2021-02-03 01:09:16','2021-02-02 20:09:16'),
(127536,46676,'action created','2021-02-03 01:09:16','2021-02-02 20:09:16'),
(127537,46676,'action started via WP Cron','2021-02-03 01:10:18','2021-02-02 20:10:18'),
(127538,46676,'action complete via WP Cron','2021-02-03 01:10:18','2021-02-02 20:10:18'),
(127539,46677,'action created','2021-02-03 01:10:18','2021-02-02 20:10:18'),
(127540,46677,'action started via WP Cron','2021-02-03 01:11:17','2021-02-02 20:11:17'),
(127541,46677,'action complete via WP Cron','2021-02-03 01:11:17','2021-02-02 20:11:17'),
(127542,46678,'action created','2021-02-03 01:11:17','2021-02-02 20:11:17'),
(127543,46678,'action started via WP Cron','2021-02-03 01:12:13','2021-02-02 20:12:13'),
(127544,46678,'action complete via WP Cron','2021-02-03 01:12:13','2021-02-02 20:12:13'),
(127545,46679,'action created','2021-02-03 01:12:13','2021-02-02 20:12:13'),
(127546,46679,'action started via WP Cron','2021-02-03 01:13:19','2021-02-02 20:13:19'),
(127547,46679,'action complete via WP Cron','2021-02-03 01:13:19','2021-02-02 20:13:19'),
(127548,46680,'action created','2021-02-03 01:13:19','2021-02-02 20:13:19'),
(127549,46680,'action started via WP Cron','2021-02-03 01:14:13','2021-02-02 20:14:13'),
(127550,46680,'action complete via WP Cron','2021-02-03 01:14:13','2021-02-02 20:14:13'),
(127551,46681,'action created','2021-02-03 01:14:13','2021-02-02 20:14:13'),
(127552,46681,'action started via WP Cron','2021-02-03 01:15:19','2021-02-02 20:15:19'),
(127553,46681,'action complete via WP Cron','2021-02-03 01:15:19','2021-02-02 20:15:19'),
(127554,46682,'action created','2021-02-03 01:15:19','2021-02-02 20:15:19'),
(127555,46682,'action started via WP Cron','2021-02-03 01:16:21','2021-02-02 20:16:21'),
(127556,46682,'action complete via WP Cron','2021-02-03 01:16:21','2021-02-02 20:16:21'),
(127557,46683,'action created','2021-02-03 01:16:21','2021-02-02 20:16:21'),
(127558,46683,'action started via WP Cron','2021-02-03 01:17:12','2021-02-02 20:17:12'),
(127559,46683,'action complete via WP Cron','2021-02-03 01:17:12','2021-02-02 20:17:12'),
(127560,46684,'action created','2021-02-03 01:17:12','2021-02-02 20:17:12'),
(127561,46684,'action started via WP Cron','2021-02-03 01:18:14','2021-02-02 20:18:14'),
(127562,46684,'action complete via WP Cron','2021-02-03 01:18:14','2021-02-02 20:18:14'),
(127563,46685,'action created','2021-02-03 01:18:14','2021-02-02 20:18:14'),
(127564,46685,'action started via WP Cron','2021-02-03 01:19:22','2021-02-02 20:19:22'),
(127565,46685,'action complete via WP Cron','2021-02-03 01:19:22','2021-02-02 20:19:22'),
(127566,46686,'action created','2021-02-03 01:19:22','2021-02-02 20:19:22'),
(127567,46686,'action started via WP Cron','2021-02-03 01:20:22','2021-02-02 20:20:22'),
(127568,46686,'action complete via WP Cron','2021-02-03 01:20:22','2021-02-02 20:20:22'),
(127569,46687,'action created','2021-02-03 01:20:22','2021-02-02 20:20:22'),
(127570,46687,'action started via WP Cron','2021-02-03 01:21:21','2021-02-02 20:21:21'),
(127571,46687,'action complete via WP Cron','2021-02-03 01:21:21','2021-02-02 20:21:21'),
(127572,46688,'action created','2021-02-03 01:21:21','2021-02-02 20:21:21'),
(127573,46688,'action started via WP Cron','2021-02-03 01:22:12','2021-02-02 20:22:12'),
(127574,46688,'action complete via WP Cron','2021-02-03 01:22:12','2021-02-02 20:22:12'),
(127575,46689,'action created','2021-02-03 01:22:12','2021-02-02 20:22:12'),
(127576,46689,'action started via WP Cron','2021-02-03 01:23:14','2021-02-02 20:23:14'),
(127577,46689,'action complete via WP Cron','2021-02-03 01:23:14','2021-02-02 20:23:14'),
(127578,46690,'action created','2021-02-03 01:23:14','2021-02-02 20:23:14'),
(127579,46690,'action started via WP Cron','2021-02-03 01:24:12','2021-02-02 20:24:12'),
(127580,46690,'action complete via WP Cron','2021-02-03 01:24:12','2021-02-02 20:24:12'),
(127581,46691,'action created','2021-02-03 01:24:12','2021-02-02 20:24:12'),
(127582,46691,'action started via WP Cron','2021-02-03 01:25:20','2021-02-02 20:25:20'),
(127583,46691,'action complete via WP Cron','2021-02-03 01:25:20','2021-02-02 20:25:20'),
(127584,46692,'action created','2021-02-03 01:25:20','2021-02-02 20:25:20'),
(127585,46692,'action started via WP Cron','2021-02-03 01:26:14','2021-02-02 20:26:14'),
(127586,46692,'action complete via WP Cron','2021-02-03 01:26:14','2021-02-02 20:26:14'),
(127587,46693,'action created','2021-02-03 01:26:14','2021-02-02 20:26:14'),
(127588,46693,'action started via WP Cron','2021-02-03 01:27:13','2021-02-02 20:27:13'),
(127589,46693,'action complete via WP Cron','2021-02-03 01:27:13','2021-02-02 20:27:13'),
(127590,46694,'action created','2021-02-03 01:27:13','2021-02-02 20:27:13'),
(127591,46694,'action started via WP Cron','2021-02-03 01:28:19','2021-02-02 20:28:19'),
(127592,46694,'action complete via WP Cron','2021-02-03 01:28:19','2021-02-02 20:28:19'),
(127593,46695,'action created','2021-02-03 01:28:19','2021-02-02 20:28:19'),
(127594,46695,'action started via WP Cron','2021-02-03 01:29:11','2021-02-02 20:29:11'),
(127595,46695,'action complete via WP Cron','2021-02-03 01:29:11','2021-02-02 20:29:11'),
(127596,46696,'action created','2021-02-03 01:29:11','2021-02-02 20:29:11'),
(127597,46696,'action started via WP Cron','2021-02-03 01:30:27','2021-02-02 20:30:27'),
(127598,46696,'action complete via WP Cron','2021-02-03 01:30:27','2021-02-02 20:30:27'),
(127599,46697,'action created','2021-02-03 01:30:27','2021-02-02 20:30:27'),
(127600,46697,'action started via WP Cron','2021-02-03 01:31:19','2021-02-02 20:31:19'),
(127601,46697,'action complete via WP Cron','2021-02-03 01:31:19','2021-02-02 20:31:19'),
(127602,46698,'action created','2021-02-03 01:31:19','2021-02-02 20:31:19'),
(127603,46698,'action started via WP Cron','2021-02-03 01:32:12','2021-02-02 20:32:12'),
(127604,46698,'action complete via WP Cron','2021-02-03 01:32:12','2021-02-02 20:32:12'),
(127605,46699,'action created','2021-02-03 01:32:12','2021-02-02 20:32:12'),
(127606,46699,'action started via WP Cron','2021-02-03 01:33:18','2021-02-02 20:33:18'),
(127607,46699,'action complete via WP Cron','2021-02-03 01:33:18','2021-02-02 20:33:18'),
(127608,46700,'action created','2021-02-03 01:33:18','2021-02-02 20:33:18'),
(127609,46700,'action started via WP Cron','2021-02-03 01:34:13','2021-02-02 20:34:13'),
(127610,46700,'action complete via WP Cron','2021-02-03 01:34:13','2021-02-02 20:34:13'),
(127611,46701,'action created','2021-02-03 01:34:13','2021-02-02 20:34:13'),
(127612,46701,'action started via WP Cron','2021-02-03 01:35:13','2021-02-02 20:35:13'),
(127613,46701,'action complete via WP Cron','2021-02-03 01:35:13','2021-02-02 20:35:13'),
(127614,46702,'action created','2021-02-03 01:35:13','2021-02-02 20:35:13'),
(127615,46702,'action started via WP Cron','2021-02-03 01:36:20','2021-02-02 20:36:20'),
(127616,46702,'action complete via WP Cron','2021-02-03 01:36:20','2021-02-02 20:36:20'),
(127617,46703,'action created','2021-02-03 01:36:20','2021-02-02 20:36:20'),
(127618,46703,'action started via WP Cron','2021-02-03 01:37:12','2021-02-02 20:37:12'),
(127619,46703,'action complete via WP Cron','2021-02-03 01:37:12','2021-02-02 20:37:12'),
(127620,46704,'action created','2021-02-03 01:37:12','2021-02-02 20:37:12'),
(127621,46704,'action started via WP Cron','2021-02-03 01:38:16','2021-02-02 20:38:16'),
(127622,46704,'action complete via WP Cron','2021-02-03 01:38:16','2021-02-02 20:38:16'),
(127623,46705,'action created','2021-02-03 01:38:16','2021-02-02 20:38:16'),
(127624,45690,'action started via WP Cron','2021-02-03 01:39:29','2021-02-02 20:39:29'),
(127625,45690,'action complete via WP Cron','2021-02-03 01:39:29','2021-02-02 20:39:29'),
(127626,46706,'action created','2021-02-03 01:39:29','2021-02-02 20:39:29'),
(127627,46705,'action started via WP Cron','2021-02-03 01:39:29','2021-02-02 20:39:29'),
(127628,46705,'action complete via WP Cron','2021-02-03 01:39:29','2021-02-02 20:39:29'),
(127629,46707,'action created','2021-02-03 01:39:29','2021-02-02 20:39:29'),
(127630,46707,'action started via WP Cron','2021-02-03 01:40:20','2021-02-02 20:40:20'),
(127631,46707,'action complete via WP Cron','2021-02-03 01:40:20','2021-02-02 20:40:20'),
(127632,46708,'action created','2021-02-03 01:40:20','2021-02-02 20:40:20'),
(127633,46708,'action started via WP Cron','2021-02-03 01:41:14','2021-02-02 20:41:14'),
(127634,46708,'action complete via WP Cron','2021-02-03 01:41:14','2021-02-02 20:41:14'),
(127635,46709,'action created','2021-02-03 01:41:14','2021-02-02 20:41:14'),
(127636,46709,'action started via WP Cron','2021-02-03 01:42:12','2021-02-02 20:42:12'),
(127637,46709,'action complete via WP Cron','2021-02-03 01:42:12','2021-02-02 20:42:12'),
(127638,46710,'action created','2021-02-03 01:42:12','2021-02-02 20:42:12'),
(127639,46710,'action started via WP Cron','2021-02-03 01:43:13','2021-02-02 20:43:13'),
(127640,46710,'action complete via WP Cron','2021-02-03 01:43:13','2021-02-02 20:43:13'),
(127641,46711,'action created','2021-02-03 01:43:13','2021-02-02 20:43:13'),
(127642,46711,'action started via WP Cron','2021-02-03 01:44:20','2021-02-02 20:44:20'),
(127643,46711,'action complete via WP Cron','2021-02-03 01:44:20','2021-02-02 20:44:20'),
(127644,46712,'action created','2021-02-03 01:44:20','2021-02-02 20:44:20'),
(127645,46712,'action started via WP Cron','2021-02-03 01:45:20','2021-02-02 20:45:20'),
(127646,46712,'action complete via WP Cron','2021-02-03 01:45:20','2021-02-02 20:45:20'),
(127647,46713,'action created','2021-02-03 01:45:20','2021-02-02 20:45:20'),
(127648,46713,'action started via WP Cron','2021-02-03 01:46:14','2021-02-02 20:46:14'),
(127649,46713,'action complete via WP Cron','2021-02-03 01:46:14','2021-02-02 20:46:14'),
(127650,46714,'action created','2021-02-03 01:46:14','2021-02-02 20:46:14'),
(127651,46714,'action started via WP Cron','2021-02-03 01:47:12','2021-02-02 20:47:12'),
(127652,46714,'action complete via WP Cron','2021-02-03 01:47:12','2021-02-02 20:47:12'),
(127653,46715,'action created','2021-02-03 01:47:12','2021-02-02 20:47:12'),
(127654,46715,'action started via WP Cron','2021-02-03 01:48:15','2021-02-02 20:48:15'),
(127655,46715,'action complete via WP Cron','2021-02-03 01:48:15','2021-02-02 20:48:15'),
(127656,46716,'action created','2021-02-03 01:48:15','2021-02-02 20:48:15'),
(127657,46716,'action started via WP Cron','2021-02-03 01:49:14','2021-02-02 20:49:14'),
(127658,46716,'action complete via WP Cron','2021-02-03 01:49:14','2021-02-02 20:49:14'),
(127659,46717,'action created','2021-02-03 01:49:14','2021-02-02 20:49:14'),
(127660,46717,'action started via WP Cron','2021-02-03 01:50:11','2021-02-02 20:50:11'),
(127661,46717,'action complete via WP Cron','2021-02-03 01:50:11','2021-02-02 20:50:11'),
(127662,46718,'action created','2021-02-03 01:50:11','2021-02-02 20:50:11'),
(127663,46718,'action started via WP Cron','2021-02-03 01:51:12','2021-02-02 20:51:12'),
(127664,46718,'action complete via WP Cron','2021-02-03 01:51:12','2021-02-02 20:51:12'),
(127665,46719,'action created','2021-02-03 01:51:12','2021-02-02 20:51:12'),
(127666,46719,'action started via WP Cron','2021-02-03 01:52:12','2021-02-02 20:52:12'),
(127667,46719,'action complete via WP Cron','2021-02-03 01:52:12','2021-02-02 20:52:12'),
(127668,46720,'action created','2021-02-03 01:52:12','2021-02-02 20:52:12'),
(127669,46720,'action started via WP Cron','2021-02-03 01:53:17','2021-02-02 20:53:17'),
(127670,46720,'action complete via WP Cron','2021-02-03 01:53:17','2021-02-02 20:53:17'),
(127671,46721,'action created','2021-02-03 01:53:17','2021-02-02 20:53:17'),
(127672,46721,'action started via WP Cron','2021-02-03 01:54:22','2021-02-02 20:54:22'),
(127673,46721,'action complete via WP Cron','2021-02-03 01:54:22','2021-02-02 20:54:22'),
(127674,46722,'action created','2021-02-03 01:54:22','2021-02-02 20:54:22'),
(127675,46722,'action started via WP Cron','2021-02-03 01:55:21','2021-02-02 20:55:21'),
(127676,46722,'action complete via WP Cron','2021-02-03 01:55:21','2021-02-02 20:55:21'),
(127677,46723,'action created','2021-02-03 01:55:21','2021-02-02 20:55:21'),
(127678,46723,'action started via WP Cron','2021-02-03 01:56:17','2021-02-02 20:56:17'),
(127679,46723,'action complete via WP Cron','2021-02-03 01:56:17','2021-02-02 20:56:17'),
(127680,46724,'action created','2021-02-03 01:56:17','2021-02-02 20:56:17'),
(127681,46724,'action started via WP Cron','2021-02-03 01:57:12','2021-02-02 20:57:12'),
(127682,46724,'action complete via WP Cron','2021-02-03 01:57:12','2021-02-02 20:57:12'),
(127683,46725,'action created','2021-02-03 01:57:12','2021-02-02 20:57:12'),
(127684,46725,'action started via WP Cron','2021-02-03 01:58:14','2021-02-02 20:58:14'),
(127685,46725,'action complete via WP Cron','2021-02-03 01:58:14','2021-02-02 20:58:14'),
(127686,46726,'action created','2021-02-03 01:58:15','2021-02-02 20:58:15'),
(127687,46726,'action started via WP Cron','2021-02-03 01:59:14','2021-02-02 20:59:14'),
(127688,46726,'action complete via WP Cron','2021-02-03 01:59:14','2021-02-02 20:59:14'),
(127689,46727,'action created','2021-02-03 01:59:14','2021-02-02 20:59:14'),
(127690,46727,'action started via WP Cron','2021-02-03 02:00:20','2021-02-02 21:00:20'),
(127691,46727,'action complete via WP Cron','2021-02-03 02:00:20','2021-02-02 21:00:20'),
(127692,46728,'action created','2021-02-03 02:00:20','2021-02-02 21:00:20'),
(127693,46728,'action started via WP Cron','2021-02-03 02:01:22','2021-02-02 21:01:22'),
(127694,46728,'action complete via WP Cron','2021-02-03 02:01:22','2021-02-02 21:01:22'),
(127695,46729,'action created','2021-02-03 02:01:22','2021-02-02 21:01:22'),
(127696,46729,'action started via WP Cron','2021-02-03 02:02:11','2021-02-02 21:02:11'),
(127697,46729,'action complete via WP Cron','2021-02-03 02:02:11','2021-02-02 21:02:11'),
(127698,46730,'action created','2021-02-03 02:02:11','2021-02-02 21:02:11'),
(127699,46730,'action started via WP Cron','2021-02-03 02:03:15','2021-02-02 21:03:15'),
(127700,46730,'action complete via WP Cron','2021-02-03 02:03:15','2021-02-02 21:03:15'),
(127701,46731,'action created','2021-02-03 02:03:15','2021-02-02 21:03:15'),
(127702,46731,'action started via WP Cron','2021-02-03 02:04:12','2021-02-02 21:04:12'),
(127703,46731,'action complete via WP Cron','2021-02-03 02:04:12','2021-02-02 21:04:12'),
(127704,46732,'action created','2021-02-03 02:04:12','2021-02-02 21:04:12'),
(127705,46732,'action started via WP Cron','2021-02-03 02:05:20','2021-02-02 21:05:20'),
(127706,46732,'action complete via WP Cron','2021-02-03 02:05:20','2021-02-02 21:05:20'),
(127707,46733,'action created','2021-02-03 02:05:20','2021-02-02 21:05:20'),
(127708,46733,'action started via WP Cron','2021-02-03 02:06:15','2021-02-02 21:06:15'),
(127709,46733,'action complete via WP Cron','2021-02-03 02:06:15','2021-02-02 21:06:15'),
(127710,46734,'action created','2021-02-03 02:06:15','2021-02-02 21:06:15'),
(127711,46734,'action started via WP Cron','2021-02-03 02:07:12','2021-02-02 21:07:12'),
(127712,46734,'action complete via WP Cron','2021-02-03 02:07:12','2021-02-02 21:07:12'),
(127713,46735,'action created','2021-02-03 02:07:12','2021-02-02 21:07:12'),
(127714,46735,'action started via WP Cron','2021-02-03 02:08:16','2021-02-02 21:08:16'),
(127715,46735,'action complete via WP Cron','2021-02-03 02:08:16','2021-02-02 21:08:16'),
(127716,46736,'action created','2021-02-03 02:08:16','2021-02-02 21:08:16'),
(127717,46736,'action started via WP Cron','2021-02-03 02:09:29','2021-02-02 21:09:29'),
(127718,46736,'action complete via WP Cron','2021-02-03 02:09:29','2021-02-02 21:09:29'),
(127719,46737,'action created','2021-02-03 02:09:29','2021-02-02 21:09:29'),
(127720,46737,'action started via WP Cron','2021-02-03 02:10:19','2021-02-02 21:10:19'),
(127721,46737,'action complete via WP Cron','2021-02-03 02:10:19','2021-02-02 21:10:19'),
(127722,46738,'action created','2021-02-03 02:10:19','2021-02-02 21:10:19'),
(127723,46738,'action started via WP Cron','2021-02-03 02:11:17','2021-02-02 21:11:17'),
(127724,46738,'action complete via WP Cron','2021-02-03 02:11:17','2021-02-02 21:11:17'),
(127725,46739,'action created','2021-02-03 02:11:17','2021-02-02 21:11:17'),
(127726,46739,'action started via WP Cron','2021-02-03 02:12:13','2021-02-02 21:12:13'),
(127727,46739,'action complete via WP Cron','2021-02-03 02:12:13','2021-02-02 21:12:13'),
(127728,46740,'action created','2021-02-03 02:12:13','2021-02-02 21:12:13'),
(127729,46740,'action started via WP Cron','2021-02-03 02:13:12','2021-02-02 21:13:12'),
(127730,46740,'action complete via WP Cron','2021-02-03 02:13:12','2021-02-02 21:13:12'),
(127731,46741,'action created','2021-02-03 02:13:12','2021-02-02 21:13:12'),
(127732,46741,'action started via WP Cron','2021-02-03 02:14:12','2021-02-02 21:14:12'),
(127733,46741,'action complete via WP Cron','2021-02-03 02:14:12','2021-02-02 21:14:12'),
(127734,46742,'action created','2021-02-03 02:14:12','2021-02-02 21:14:12'),
(127735,46742,'action started via WP Cron','2021-02-03 02:15:18','2021-02-02 21:15:18'),
(127736,46742,'action complete via WP Cron','2021-02-03 02:15:18','2021-02-02 21:15:18'),
(127737,46743,'action created','2021-02-03 02:15:18','2021-02-02 21:15:18'),
(127738,46743,'action started via WP Cron','2021-02-03 02:16:15','2021-02-02 21:16:15'),
(127739,46743,'action complete via WP Cron','2021-02-03 02:16:15','2021-02-02 21:16:15'),
(127740,46744,'action created','2021-02-03 02:16:15','2021-02-02 21:16:15'),
(127741,46744,'action started via WP Cron','2021-02-03 02:17:12','2021-02-02 21:17:12'),
(127742,46744,'action complete via WP Cron','2021-02-03 02:17:12','2021-02-02 21:17:12'),
(127743,46745,'action created','2021-02-03 02:17:12','2021-02-02 21:17:12'),
(127744,46745,'action started via WP Cron','2021-02-03 02:18:12','2021-02-02 21:18:12'),
(127745,46745,'action complete via WP Cron','2021-02-03 02:18:12','2021-02-02 21:18:12'),
(127746,46746,'action created','2021-02-03 02:18:12','2021-02-02 21:18:12'),
(127747,46746,'action started via WP Cron','2021-02-03 02:19:28','2021-02-02 21:19:28'),
(127748,46746,'action complete via WP Cron','2021-02-03 02:19:28','2021-02-02 21:19:28'),
(127749,46747,'action created','2021-02-03 02:19:28','2021-02-02 21:19:28'),
(127750,46747,'action started via WP Cron','2021-02-03 02:20:22','2021-02-02 21:20:22'),
(127751,46747,'action complete via WP Cron','2021-02-03 02:20:22','2021-02-02 21:20:22'),
(127752,46748,'action created','2021-02-03 02:20:22','2021-02-02 21:20:22'),
(127753,46748,'action started via WP Cron','2021-02-03 02:21:23','2021-02-02 21:21:23'),
(127754,46748,'action complete via WP Cron','2021-02-03 02:21:23','2021-02-02 21:21:23'),
(127755,46749,'action created','2021-02-03 02:21:23','2021-02-02 21:21:23'),
(127756,46749,'action started via WP Cron','2021-02-03 02:22:12','2021-02-02 21:22:12'),
(127757,46749,'action complete via WP Cron','2021-02-03 02:22:12','2021-02-02 21:22:12'),
(127758,46750,'action created','2021-02-03 02:22:12','2021-02-02 21:22:12'),
(127759,46750,'action started via WP Cron','2021-02-03 02:23:23','2021-02-02 21:23:23'),
(127760,46750,'action complete via WP Cron','2021-02-03 02:23:23','2021-02-02 21:23:23'),
(127761,46751,'action created','2021-02-03 02:23:23','2021-02-02 21:23:23'),
(127762,46751,'action started via WP Cron','2021-02-03 02:24:15','2021-02-02 21:24:15'),
(127763,46751,'action complete via WP Cron','2021-02-03 02:24:15','2021-02-02 21:24:15'),
(127764,46752,'action created','2021-02-03 02:24:15','2021-02-02 21:24:15'),
(127765,46752,'action started via WP Cron','2021-02-03 02:25:11','2021-02-02 21:25:11'),
(127766,46752,'action complete via WP Cron','2021-02-03 02:25:11','2021-02-02 21:25:11'),
(127767,46753,'action created','2021-02-03 02:25:11','2021-02-02 21:25:11'),
(127768,46753,'action started via WP Cron','2021-02-03 02:26:11','2021-02-02 21:26:11'),
(127769,46753,'action complete via WP Cron','2021-02-03 02:26:11','2021-02-02 21:26:11'),
(127770,46754,'action created','2021-02-03 02:26:11','2021-02-02 21:26:11'),
(127771,46754,'action started via WP Cron','2021-02-03 02:27:11','2021-02-02 21:27:11'),
(127772,46754,'action complete via WP Cron','2021-02-03 02:27:11','2021-02-02 21:27:11'),
(127773,46755,'action created','2021-02-03 02:27:11','2021-02-02 21:27:11'),
(127774,46755,'action started via WP Cron','2021-02-03 02:28:16','2021-02-02 21:28:16'),
(127775,46755,'action complete via WP Cron','2021-02-03 02:28:16','2021-02-02 21:28:16'),
(127776,46756,'action created','2021-02-03 02:28:16','2021-02-02 21:28:16'),
(127777,46756,'action started via WP Cron','2021-02-03 02:29:11','2021-02-02 21:29:11'),
(127778,46756,'action complete via WP Cron','2021-02-03 02:29:11','2021-02-02 21:29:11'),
(127779,46757,'action created','2021-02-03 02:29:11','2021-02-02 21:29:11'),
(127780,46757,'action started via WP Cron','2021-02-03 02:30:12','2021-02-02 21:30:12'),
(127781,46757,'action complete via WP Cron','2021-02-03 02:30:13','2021-02-02 21:30:13'),
(127782,46758,'action created','2021-02-03 02:30:13','2021-02-02 21:30:13'),
(127783,46758,'action started via WP Cron','2021-02-03 02:31:20','2021-02-02 21:31:20'),
(127784,46758,'action complete via WP Cron','2021-02-03 02:31:20','2021-02-02 21:31:20'),
(127785,46759,'action created','2021-02-03 02:31:20','2021-02-02 21:31:20'),
(127786,46759,'action started via WP Cron','2021-02-03 02:32:12','2021-02-02 21:32:12'),
(127787,46759,'action complete via WP Cron','2021-02-03 02:32:12','2021-02-02 21:32:12'),
(127788,46760,'action created','2021-02-03 02:32:12','2021-02-02 21:32:12'),
(127789,46760,'action started via WP Cron','2021-02-03 02:33:19','2021-02-02 21:33:19'),
(127790,46760,'action complete via WP Cron','2021-02-03 02:33:19','2021-02-02 21:33:19'),
(127791,46761,'action created','2021-02-03 02:33:19','2021-02-02 21:33:19'),
(127792,46761,'action started via WP Cron','2021-02-03 02:34:32','2021-02-02 21:34:32'),
(127793,46761,'action complete via WP Cron','2021-02-03 02:34:32','2021-02-02 21:34:32'),
(127794,46762,'action created','2021-02-03 02:34:32','2021-02-02 21:34:32'),
(127795,46762,'action started via WP Cron','2021-02-03 02:35:13','2021-02-02 21:35:13'),
(127796,46762,'action complete via WP Cron','2021-02-03 02:35:14','2021-02-02 21:35:14'),
(127797,46763,'action created','2021-02-03 02:35:14','2021-02-02 21:35:14'),
(127798,46763,'action started via WP Cron','2021-02-03 02:36:15','2021-02-02 21:36:15'),
(127799,46763,'action complete via WP Cron','2021-02-03 02:36:15','2021-02-02 21:36:15'),
(127800,46764,'action created','2021-02-03 02:36:15','2021-02-02 21:36:15'),
(127801,46764,'action started via WP Cron','2021-02-03 02:37:11','2021-02-02 21:37:11'),
(127802,46764,'action complete via WP Cron','2021-02-03 02:37:11','2021-02-02 21:37:11'),
(127803,46765,'action created','2021-02-03 02:37:11','2021-02-02 21:37:11'),
(127804,46765,'action started via WP Cron','2021-02-03 02:38:14','2021-02-02 21:38:14'),
(127805,46765,'action complete via WP Cron','2021-02-03 02:38:14','2021-02-02 21:38:14'),
(127806,46766,'action created','2021-02-03 02:38:14','2021-02-02 21:38:14'),
(127807,46766,'action started via WP Cron','2021-02-03 02:39:20','2021-02-02 21:39:20'),
(127808,46766,'action complete via WP Cron','2021-02-03 02:39:20','2021-02-02 21:39:20'),
(127809,46767,'action created','2021-02-03 02:39:20','2021-02-02 21:39:20'),
(127810,46767,'action started via WP Cron','2021-02-03 02:40:18','2021-02-02 21:40:18'),
(127811,46767,'action complete via WP Cron','2021-02-03 02:40:18','2021-02-02 21:40:18'),
(127812,46768,'action created','2021-02-03 02:40:18','2021-02-02 21:40:18'),
(127813,46768,'action started via WP Cron','2021-02-03 02:41:14','2021-02-02 21:41:14'),
(127814,46768,'action complete via WP Cron','2021-02-03 02:41:14','2021-02-02 21:41:14'),
(127815,46769,'action created','2021-02-03 02:41:14','2021-02-02 21:41:14'),
(127816,46769,'action started via WP Cron','2021-02-03 02:42:12','2021-02-02 21:42:12'),
(127817,46769,'action complete via WP Cron','2021-02-03 02:42:12','2021-02-02 21:42:12'),
(127818,46770,'action created','2021-02-03 02:42:12','2021-02-02 21:42:12'),
(127819,46770,'action started via WP Cron','2021-02-03 02:43:15','2021-02-02 21:43:15'),
(127820,46770,'action complete via WP Cron','2021-02-03 02:43:15','2021-02-02 21:43:15'),
(127821,46771,'action created','2021-02-03 02:43:15','2021-02-02 21:43:15'),
(127822,46771,'action started via WP Cron','2021-02-03 02:44:24','2021-02-02 21:44:24'),
(127823,46771,'action complete via WP Cron','2021-02-03 02:44:24','2021-02-02 21:44:24'),
(127824,46772,'action created','2021-02-03 02:44:24','2021-02-02 21:44:24'),
(127825,46772,'action started via WP Cron','2021-02-03 02:45:25','2021-02-02 21:45:25'),
(127826,46772,'action complete via WP Cron','2021-02-03 02:45:25','2021-02-02 21:45:25'),
(127827,46773,'action created','2021-02-03 02:45:25','2021-02-02 21:45:25'),
(127828,46773,'action started via WP Cron','2021-02-03 02:46:12','2021-02-02 21:46:12'),
(127829,46773,'action complete via WP Cron','2021-02-03 02:46:12','2021-02-02 21:46:12'),
(127830,46774,'action created','2021-02-03 02:46:12','2021-02-02 21:46:12'),
(127831,46774,'action started via WP Cron','2021-02-03 02:47:12','2021-02-02 21:47:12'),
(127832,46774,'action complete via WP Cron','2021-02-03 02:47:12','2021-02-02 21:47:12'),
(127833,46775,'action created','2021-02-03 02:47:12','2021-02-02 21:47:12'),
(127834,46775,'action started via WP Cron','2021-02-03 02:48:18','2021-02-02 21:48:18'),
(127835,46775,'action complete via WP Cron','2021-02-03 02:48:18','2021-02-02 21:48:18'),
(127836,46776,'action created','2021-02-03 02:48:27','2021-02-02 21:48:27'),
(127837,46776,'action started via WP Cron','2021-02-03 02:49:32','2021-02-02 21:49:32'),
(127838,46776,'action complete via WP Cron','2021-02-03 02:49:32','2021-02-02 21:49:32'),
(127839,46777,'action created','2021-02-03 02:49:33','2021-02-02 21:49:33'),
(127840,46777,'action started via WP Cron','2021-02-03 02:50:17','2021-02-02 21:50:17'),
(127841,46777,'action complete via WP Cron','2021-02-03 02:50:17','2021-02-02 21:50:17'),
(127842,46778,'action created','2021-02-03 02:50:17','2021-02-02 21:50:17'),
(127843,46778,'action started via WP Cron','2021-02-03 02:51:12','2021-02-02 21:51:12'),
(127844,46778,'action complete via WP Cron','2021-02-03 02:51:12','2021-02-02 21:51:12'),
(127845,46779,'action created','2021-02-03 02:51:12','2021-02-02 21:51:12'),
(127846,46779,'action started via WP Cron','2021-02-03 02:52:13','2021-02-02 21:52:13'),
(127847,46779,'action complete via WP Cron','2021-02-03 02:52:13','2021-02-02 21:52:13'),
(127848,46780,'action created','2021-02-03 02:52:13','2021-02-02 21:52:13'),
(127849,46780,'action started via WP Cron','2021-02-03 02:53:12','2021-02-02 21:53:12'),
(127850,46780,'action complete via WP Cron','2021-02-03 02:53:12','2021-02-02 21:53:12'),
(127851,46781,'action created','2021-02-03 02:53:12','2021-02-02 21:53:12'),
(127852,46781,'action started via WP Cron','2021-02-03 02:54:38','2021-02-02 21:54:38'),
(127853,46781,'action complete via WP Cron','2021-02-03 02:54:38','2021-02-02 21:54:38'),
(127854,46782,'action created','2021-02-03 02:54:38','2021-02-02 21:54:38'),
(127855,46782,'action started via WP Cron','2021-02-03 02:55:17','2021-02-02 21:55:17'),
(127856,46782,'action complete via WP Cron','2021-02-03 02:55:17','2021-02-02 21:55:17'),
(127857,46783,'action created','2021-02-03 02:55:17','2021-02-02 21:55:17'),
(127858,46783,'action started via WP Cron','2021-02-03 02:56:20','2021-02-02 21:56:20'),
(127859,46783,'action complete via WP Cron','2021-02-03 02:56:20','2021-02-02 21:56:20'),
(127860,46784,'action created','2021-02-03 02:56:20','2021-02-02 21:56:20'),
(127861,46784,'action started via WP Cron','2021-02-03 02:57:12','2021-02-02 21:57:12'),
(127862,46784,'action complete via WP Cron','2021-02-03 02:57:12','2021-02-02 21:57:12'),
(127863,46785,'action created','2021-02-03 02:57:12','2021-02-02 21:57:12'),
(127864,46785,'action started via WP Cron','2021-02-03 02:58:12','2021-02-02 21:58:12'),
(127865,46785,'action complete via WP Cron','2021-02-03 02:58:12','2021-02-02 21:58:12'),
(127866,46786,'action created','2021-02-03 02:58:12','2021-02-02 21:58:12'),
(127867,46786,'action started via WP Cron','2021-02-03 02:59:16','2021-02-02 21:59:16'),
(127868,46786,'action complete via WP Cron','2021-02-03 02:59:16','2021-02-02 21:59:16'),
(127869,46787,'action created','2021-02-03 02:59:16','2021-02-02 21:59:16'),
(127870,46787,'action started via WP Cron','2021-02-03 03:00:17','2021-02-02 22:00:17'),
(127871,46787,'action complete via WP Cron','2021-02-03 03:00:17','2021-02-02 22:00:17'),
(127872,46788,'action created','2021-02-03 03:00:17','2021-02-02 22:00:17'),
(127873,46788,'action started via WP Cron','2021-02-03 03:01:12','2021-02-02 22:01:12'),
(127874,46788,'action complete via WP Cron','2021-02-03 03:01:12','2021-02-02 22:01:12'),
(127875,46789,'action created','2021-02-03 03:01:12','2021-02-02 22:01:12'),
(127876,46789,'action started via WP Cron','2021-02-03 03:02:12','2021-02-02 22:02:12'),
(127877,46789,'action complete via WP Cron','2021-02-03 03:02:12','2021-02-02 22:02:12'),
(127878,46790,'action created','2021-02-03 03:02:12','2021-02-02 22:02:12'),
(127879,46790,'action started via WP Cron','2021-02-03 03:03:11','2021-02-02 22:03:11'),
(127880,46790,'action complete via WP Cron','2021-02-03 03:03:11','2021-02-02 22:03:11'),
(127881,46791,'action created','2021-02-03 03:03:11','2021-02-02 22:03:11'),
(127882,46791,'action started via WP Cron','2021-02-03 03:04:13','2021-02-02 22:04:13'),
(127883,46791,'action complete via WP Cron','2021-02-03 03:04:13','2021-02-02 22:04:13'),
(127884,46792,'action created','2021-02-03 03:04:13','2021-02-02 22:04:13'),
(127885,46792,'action started via WP Cron','2021-02-03 03:05:13','2021-02-02 22:05:13'),
(127886,46792,'action complete via WP Cron','2021-02-03 03:05:13','2021-02-02 22:05:13'),
(127887,46793,'action created','2021-02-03 03:05:13','2021-02-02 22:05:13'),
(127888,46793,'action started via WP Cron','2021-02-03 03:06:12','2021-02-02 22:06:12'),
(127889,46793,'action complete via WP Cron','2021-02-03 03:06:12','2021-02-02 22:06:12'),
(127890,46794,'action created','2021-02-03 03:06:17','2021-02-02 22:06:17'),
(127891,46794,'action started via WP Cron','2021-02-03 03:07:12','2021-02-02 22:07:12'),
(127892,46794,'action complete via WP Cron','2021-02-03 03:07:12','2021-02-02 22:07:12'),
(127893,46795,'action created','2021-02-03 03:07:12','2021-02-02 22:07:12'),
(127894,46795,'action started via WP Cron','2021-02-03 03:08:11','2021-02-02 22:08:11'),
(127895,46795,'action complete via WP Cron','2021-02-03 03:08:11','2021-02-02 22:08:11'),
(127896,46796,'action created','2021-02-03 03:08:11','2021-02-02 22:08:11'),
(127897,46796,'action started via WP Cron','2021-02-03 03:09:12','2021-02-02 22:09:12'),
(127898,46796,'action complete via WP Cron','2021-02-03 03:09:12','2021-02-02 22:09:12'),
(127899,46797,'action created','2021-02-03 03:09:12','2021-02-02 22:09:12'),
(127900,46797,'action started via WP Cron','2021-02-03 03:10:11','2021-02-02 22:10:11'),
(127901,46797,'action complete via WP Cron','2021-02-03 03:10:11','2021-02-02 22:10:11'),
(127902,46798,'action created','2021-02-03 03:10:11','2021-02-02 22:10:11'),
(127903,46798,'action started via WP Cron','2021-02-03 03:11:14','2021-02-02 22:11:14'),
(127904,46798,'action complete via WP Cron','2021-02-03 03:11:14','2021-02-02 22:11:14'),
(127905,46799,'action created','2021-02-03 03:11:14','2021-02-02 22:11:14'),
(127906,46799,'action started via WP Cron','2021-02-03 03:12:12','2021-02-02 22:12:12'),
(127907,46799,'action complete via WP Cron','2021-02-03 03:12:12','2021-02-02 22:12:12'),
(127908,46800,'action created','2021-02-03 03:12:12','2021-02-02 22:12:12'),
(127909,46800,'action started via WP Cron','2021-02-03 03:13:12','2021-02-02 22:13:12'),
(127910,46800,'action complete via WP Cron','2021-02-03 03:13:12','2021-02-02 22:13:12'),
(127911,46801,'action created','2021-02-03 03:13:12','2021-02-02 22:13:12'),
(127912,46801,'action started via WP Cron','2021-02-03 03:14:13','2021-02-02 22:14:13'),
(127913,46801,'action complete via WP Cron','2021-02-03 03:14:13','2021-02-02 22:14:13'),
(127914,46802,'action created','2021-02-03 03:14:17','2021-02-02 22:14:17'),
(127915,46802,'action started via WP Cron','2021-02-03 03:15:12','2021-02-02 22:15:12'),
(127916,46802,'action complete via WP Cron','2021-02-03 03:15:12','2021-02-02 22:15:12'),
(127917,46803,'action created','2021-02-03 03:15:12','2021-02-02 22:15:12'),
(127918,46803,'action started via WP Cron','2021-02-03 03:16:11','2021-02-02 22:16:11'),
(127919,46803,'action complete via WP Cron','2021-02-03 03:16:11','2021-02-02 22:16:11'),
(127920,46804,'action created','2021-02-03 03:16:11','2021-02-02 22:16:11'),
(127921,46804,'action started via WP Cron','2021-02-03 03:17:12','2021-02-02 22:17:12'),
(127922,46804,'action complete via WP Cron','2021-02-03 03:17:12','2021-02-02 22:17:12'),
(127923,46805,'action created','2021-02-03 03:17:13','2021-02-02 22:17:13'),
(127924,46805,'action started via WP Cron','2021-02-03 03:18:12','2021-02-02 22:18:12'),
(127925,46805,'action complete via WP Cron','2021-02-03 03:18:12','2021-02-02 22:18:12'),
(127926,46806,'action created','2021-02-03 03:18:12','2021-02-02 22:18:12'),
(127927,46806,'action started via WP Cron','2021-02-03 03:19:11','2021-02-02 22:19:11'),
(127928,46806,'action complete via WP Cron','2021-02-03 03:19:11','2021-02-02 22:19:11'),
(127929,46807,'action created','2021-02-03 03:19:11','2021-02-02 22:19:11'),
(127930,46807,'action started via WP Cron','2021-02-03 03:20:13','2021-02-02 22:20:13'),
(127931,46807,'action complete via WP Cron','2021-02-03 03:20:13','2021-02-02 22:20:13'),
(127932,46808,'action created','2021-02-03 03:20:13','2021-02-02 22:20:13'),
(127933,46808,'action started via WP Cron','2021-02-03 03:21:16','2021-02-02 22:21:16'),
(127934,46808,'action complete via WP Cron','2021-02-03 03:21:16','2021-02-02 22:21:16'),
(127935,46809,'action created','2021-02-03 03:21:16','2021-02-02 22:21:16'),
(127936,46809,'action started via WP Cron','2021-02-03 03:22:12','2021-02-02 22:22:12'),
(127937,46809,'action complete via WP Cron','2021-02-03 03:22:12','2021-02-02 22:22:12'),
(127938,46810,'action created','2021-02-03 03:22:12','2021-02-02 22:22:12'),
(127939,46810,'action started via WP Cron','2021-02-03 03:23:11','2021-02-02 22:23:11'),
(127940,46810,'action complete via WP Cron','2021-02-03 03:23:11','2021-02-02 22:23:11'),
(127941,46811,'action created','2021-02-03 03:23:11','2021-02-02 22:23:11'),
(127942,46811,'action started via WP Cron','2021-02-03 03:24:15','2021-02-02 22:24:15'),
(127943,46811,'action complete via WP Cron','2021-02-03 03:24:15','2021-02-02 22:24:15'),
(127944,46812,'action created','2021-02-03 03:24:15','2021-02-02 22:24:15'),
(127945,46812,'action started via WP Cron','2021-02-03 03:25:13','2021-02-02 22:25:13'),
(127946,46812,'action complete via WP Cron','2021-02-03 03:25:13','2021-02-02 22:25:13'),
(127947,46813,'action created','2021-02-03 03:25:13','2021-02-02 22:25:13'),
(127948,46813,'action started via WP Cron','2021-02-03 03:26:11','2021-02-02 22:26:11'),
(127949,46813,'action complete via WP Cron','2021-02-03 03:26:11','2021-02-02 22:26:11'),
(127950,46814,'action created','2021-02-03 03:26:11','2021-02-02 22:26:11'),
(127951,46814,'action started via WP Cron','2021-02-03 03:27:13','2021-02-02 22:27:13'),
(127952,46814,'action complete via WP Cron','2021-02-03 03:27:13','2021-02-02 22:27:13'),
(127953,46815,'action created','2021-02-03 03:27:13','2021-02-02 22:27:13'),
(127954,46815,'action started via WP Cron','2021-02-03 03:28:12','2021-02-02 22:28:12'),
(127955,46815,'action complete via WP Cron','2021-02-03 03:28:12','2021-02-02 22:28:12'),
(127956,46816,'action created','2021-02-03 03:28:12','2021-02-02 22:28:12'),
(127957,46816,'action started via WP Cron','2021-02-03 03:29:12','2021-02-02 22:29:12'),
(127958,46816,'action complete via WP Cron','2021-02-03 03:29:12','2021-02-02 22:29:12'),
(127959,46817,'action created','2021-02-03 03:29:12','2021-02-02 22:29:12'),
(127960,46817,'action started via WP Cron','2021-02-03 03:30:12','2021-02-02 22:30:12'),
(127961,46817,'action complete via WP Cron','2021-02-03 03:30:12','2021-02-02 22:30:12'),
(127962,46818,'action created','2021-02-03 03:30:12','2021-02-02 22:30:12'),
(127963,46818,'action started via WP Cron','2021-02-03 03:31:14','2021-02-02 22:31:14'),
(127964,46818,'action complete via WP Cron','2021-02-03 03:31:14','2021-02-02 22:31:14'),
(127965,46819,'action created','2021-02-03 03:31:14','2021-02-02 22:31:14'),
(127966,46819,'action started via WP Cron','2021-02-03 03:32:13','2021-02-02 22:32:13'),
(127967,46819,'action complete via WP Cron','2021-02-03 03:32:13','2021-02-02 22:32:13'),
(127968,46820,'action created','2021-02-03 03:32:15','2021-02-02 22:32:15'),
(127969,46820,'action started via WP Cron','2021-02-03 03:33:11','2021-02-02 22:33:11'),
(127970,46820,'action complete via WP Cron','2021-02-03 03:33:11','2021-02-02 22:33:11'),
(127971,46821,'action created','2021-02-03 03:33:11','2021-02-02 22:33:11'),
(127972,46821,'action started via WP Cron','2021-02-03 03:34:13','2021-02-02 22:34:13'),
(127973,46821,'action complete via WP Cron','2021-02-03 03:34:13','2021-02-02 22:34:13'),
(127974,46822,'action created','2021-02-03 03:34:13','2021-02-02 22:34:13'),
(127975,46822,'action started via WP Cron','2021-02-03 03:35:16','2021-02-02 22:35:16'),
(127976,46822,'action complete via WP Cron','2021-02-03 03:35:16','2021-02-02 22:35:16'),
(127977,46823,'action created','2021-02-03 03:35:16','2021-02-02 22:35:16'),
(127978,46823,'action started via WP Cron','2021-02-03 03:36:22','2021-02-02 22:36:22'),
(127979,46823,'action complete via WP Cron','2021-02-03 03:36:22','2021-02-02 22:36:22'),
(127980,46824,'action created','2021-02-03 03:36:22','2021-02-02 22:36:22'),
(127981,46824,'action started via WP Cron','2021-02-03 03:37:12','2021-02-02 22:37:12'),
(127982,46824,'action complete via WP Cron','2021-02-03 03:37:12','2021-02-02 22:37:12'),
(127983,46825,'action created','2021-02-03 03:37:12','2021-02-02 22:37:12'),
(127984,46825,'action started via WP Cron','2021-02-03 03:38:11','2021-02-02 22:38:11'),
(127985,46825,'action complete via WP Cron','2021-02-03 03:38:11','2021-02-02 22:38:11'),
(127986,46826,'action created','2021-02-03 03:38:11','2021-02-02 22:38:11'),
(127987,46826,'action started via WP Cron','2021-02-03 03:39:18','2021-02-02 22:39:18'),
(127988,46826,'action complete via WP Cron','2021-02-03 03:39:18','2021-02-02 22:39:18'),
(127989,46827,'action created','2021-02-03 03:39:18','2021-02-02 22:39:18'),
(127990,46827,'action started via WP Cron','2021-02-03 03:40:16','2021-02-02 22:40:16'),
(127991,46827,'action complete via WP Cron','2021-02-03 03:40:16','2021-02-02 22:40:16'),
(127992,46828,'action created','2021-02-03 03:40:16','2021-02-02 22:40:16'),
(127993,46828,'action started via WP Cron','2021-02-03 03:41:19','2021-02-02 22:41:19'),
(127994,46828,'action complete via WP Cron','2021-02-03 03:41:19','2021-02-02 22:41:19'),
(127995,46829,'action created','2021-02-03 03:41:19','2021-02-02 22:41:19'),
(127996,46829,'action started via WP Cron','2021-02-03 03:42:12','2021-02-02 22:42:12'),
(127997,46829,'action complete via WP Cron','2021-02-03 03:42:12','2021-02-02 22:42:12'),
(127998,46830,'action created','2021-02-03 03:42:14','2021-02-02 22:42:14'),
(127999,46830,'action started via WP Cron','2021-02-03 03:43:25','2021-02-02 22:43:25'),
(128000,46830,'action complete via WP Cron','2021-02-03 03:43:25','2021-02-02 22:43:25'),
(128001,46831,'action created','2021-02-03 03:43:25','2021-02-02 22:43:25'),
(128002,46831,'action started via WP Cron','2021-02-03 03:44:14','2021-02-02 22:44:14'),
(128003,46831,'action complete via WP Cron','2021-02-03 03:44:14','2021-02-02 22:44:14'),
(128004,46832,'action created','2021-02-03 03:44:15','2021-02-02 22:44:15'),
(128005,46832,'action started via WP Cron','2021-02-03 03:45:16','2021-02-02 22:45:16'),
(128006,46832,'action complete via WP Cron','2021-02-03 03:45:16','2021-02-02 22:45:16'),
(128007,46833,'action created','2021-02-03 03:45:16','2021-02-02 22:45:16'),
(128008,46833,'action started via WP Cron','2021-02-03 03:46:19','2021-02-02 22:46:19'),
(128009,46833,'action complete via WP Cron','2021-02-03 03:46:19','2021-02-02 22:46:19'),
(128010,46834,'action created','2021-02-03 03:46:19','2021-02-02 22:46:19'),
(128011,46834,'action started via WP Cron','2021-02-03 03:47:12','2021-02-02 22:47:12'),
(128012,46834,'action complete via WP Cron','2021-02-03 03:47:12','2021-02-02 22:47:12'),
(128013,46835,'action created','2021-02-03 03:47:12','2021-02-02 22:47:12'),
(128014,46835,'action started via WP Cron','2021-02-03 03:48:12','2021-02-02 22:48:12'),
(128015,46835,'action complete via WP Cron','2021-02-03 03:48:12','2021-02-02 22:48:12'),
(128016,46836,'action created','2021-02-03 03:48:12','2021-02-02 22:48:12'),
(128017,46836,'action started via WP Cron','2021-02-03 03:49:15','2021-02-02 22:49:15'),
(128018,46836,'action complete via WP Cron','2021-02-03 03:49:15','2021-02-02 22:49:15'),
(128019,46837,'action created','2021-02-03 03:49:15','2021-02-02 22:49:15'),
(128020,46837,'action started via WP Cron','2021-02-03 03:50:20','2021-02-02 22:50:20'),
(128021,46837,'action complete via WP Cron','2021-02-03 03:50:20','2021-02-02 22:50:20'),
(128022,46838,'action created','2021-02-03 03:50:20','2021-02-02 22:50:20'),
(128023,46838,'action started via WP Cron','2021-02-03 03:51:23','2021-02-02 22:51:23'),
(128024,46838,'action complete via WP Cron','2021-02-03 03:51:23','2021-02-02 22:51:23'),
(128025,46839,'action created','2021-02-03 03:51:23','2021-02-02 22:51:23'),
(128026,46839,'action started via WP Cron','2021-02-03 03:52:12','2021-02-02 22:52:12'),
(128027,46839,'action complete via WP Cron','2021-02-03 03:52:12','2021-02-02 22:52:12'),
(128028,46840,'action created','2021-02-03 03:52:12','2021-02-02 22:52:12'),
(128029,46840,'action started via WP Cron','2021-02-03 03:53:13','2021-02-02 22:53:13'),
(128030,46840,'action complete via WP Cron','2021-02-03 03:53:13','2021-02-02 22:53:13'),
(128031,46841,'action created','2021-02-03 03:53:13','2021-02-02 22:53:13'),
(128032,46841,'action started via WP Cron','2021-02-03 03:54:12','2021-02-02 22:54:12'),
(128033,46841,'action complete via WP Cron','2021-02-03 03:54:12','2021-02-02 22:54:12'),
(128034,46842,'action created','2021-02-03 03:54:12','2021-02-02 22:54:12'),
(128035,46842,'action started via WP Cron','2021-02-03 03:55:13','2021-02-02 22:55:13'),
(128036,46842,'action complete via WP Cron','2021-02-03 03:55:13','2021-02-02 22:55:13'),
(128037,46843,'action created','2021-02-03 03:55:13','2021-02-02 22:55:13'),
(128038,46843,'action started via WP Cron','2021-02-03 03:56:13','2021-02-02 22:56:13'),
(128039,46843,'action complete via WP Cron','2021-02-03 03:56:13','2021-02-02 22:56:13'),
(128040,46844,'action created','2021-02-03 03:56:13','2021-02-02 22:56:13'),
(128041,46844,'action started via WP Cron','2021-02-03 03:57:13','2021-02-02 22:57:13'),
(128042,46844,'action complete via WP Cron','2021-02-03 03:57:13','2021-02-02 22:57:13'),
(128043,46845,'action created','2021-02-03 03:57:13','2021-02-02 22:57:13'),
(128044,46845,'action started via WP Cron','2021-02-03 03:58:12','2021-02-02 22:58:12'),
(128045,46845,'action complete via WP Cron','2021-02-03 03:58:12','2021-02-02 22:58:12'),
(128046,46846,'action created','2021-02-03 03:58:12','2021-02-02 22:58:12'),
(128047,46846,'action started via WP Cron','2021-02-03 03:59:12','2021-02-02 22:59:12'),
(128048,46846,'action complete via WP Cron','2021-02-03 03:59:12','2021-02-02 22:59:12'),
(128049,46847,'action created','2021-02-03 03:59:12','2021-02-02 22:59:12'),
(128050,46847,'action started via WP Cron','2021-02-03 04:00:12','2021-02-02 23:00:12'),
(128051,46847,'action complete via WP Cron','2021-02-03 04:00:12','2021-02-02 23:00:12'),
(128052,46848,'action created','2021-02-03 04:00:12','2021-02-02 23:00:12'),
(128053,46848,'action started via WP Cron','2021-02-03 04:01:12','2021-02-02 23:01:12'),
(128054,46848,'action complete via WP Cron','2021-02-03 04:01:12','2021-02-02 23:01:12'),
(128055,46849,'action created','2021-02-03 04:01:12','2021-02-02 23:01:12'),
(128056,46849,'action started via WP Cron','2021-02-03 04:02:13','2021-02-02 23:02:13'),
(128057,46849,'action complete via WP Cron','2021-02-03 04:02:13','2021-02-02 23:02:13'),
(128058,46850,'action created','2021-02-03 04:02:13','2021-02-02 23:02:13'),
(128059,46850,'action started via WP Cron','2021-02-03 04:03:11','2021-02-02 23:03:11'),
(128060,46850,'action complete via WP Cron','2021-02-03 04:03:11','2021-02-02 23:03:11'),
(128061,46851,'action created','2021-02-03 04:03:11','2021-02-02 23:03:11'),
(128062,46851,'action started via WP Cron','2021-02-03 04:04:12','2021-02-02 23:04:12'),
(128063,46851,'action complete via WP Cron','2021-02-03 04:04:12','2021-02-02 23:04:12'),
(128064,46852,'action created','2021-02-03 04:04:12','2021-02-02 23:04:12'),
(128065,46852,'action started via WP Cron','2021-02-03 04:05:13','2021-02-02 23:05:13'),
(128066,46852,'action complete via WP Cron','2021-02-03 04:05:13','2021-02-02 23:05:13'),
(128067,46853,'action created','2021-02-03 04:05:13','2021-02-02 23:05:13'),
(128068,46853,'action started via WP Cron','2021-02-03 04:06:13','2021-02-02 23:06:13'),
(128069,46853,'action complete via WP Cron','2021-02-03 04:06:13','2021-02-02 23:06:13'),
(128070,46854,'action created','2021-02-03 04:06:13','2021-02-02 23:06:13'),
(128071,46854,'action started via WP Cron','2021-02-03 04:07:13','2021-02-02 23:07:13'),
(128072,46854,'action complete via WP Cron','2021-02-03 04:07:13','2021-02-02 23:07:13'),
(128073,46855,'action created','2021-02-03 04:07:13','2021-02-02 23:07:13'),
(128074,46855,'action started via WP Cron','2021-02-03 04:08:13','2021-02-02 23:08:13'),
(128075,46855,'action complete via WP Cron','2021-02-03 04:08:13','2021-02-02 23:08:13'),
(128076,46856,'action created','2021-02-03 04:08:14','2021-02-02 23:08:14'),
(128077,46856,'action started via WP Cron','2021-02-03 04:09:12','2021-02-02 23:09:12'),
(128078,46856,'action complete via WP Cron','2021-02-03 04:09:12','2021-02-02 23:09:12'),
(128079,46857,'action created','2021-02-03 04:09:12','2021-02-02 23:09:12'),
(128080,46857,'action started via WP Cron','2021-02-03 04:10:12','2021-02-02 23:10:12'),
(128081,46857,'action complete via WP Cron','2021-02-03 04:10:12','2021-02-02 23:10:12'),
(128082,46858,'action created','2021-02-03 04:10:13','2021-02-02 23:10:13'),
(128083,46858,'action started via WP Cron','2021-02-03 04:11:17','2021-02-02 23:11:17'),
(128084,46858,'action complete via WP Cron','2021-02-03 04:11:17','2021-02-02 23:11:17'),
(128085,46859,'action created','2021-02-03 04:11:17','2021-02-02 23:11:17'),
(128086,46859,'action started via WP Cron','2021-02-03 04:12:12','2021-02-02 23:12:12'),
(128087,46859,'action complete via WP Cron','2021-02-03 04:12:12','2021-02-02 23:12:12'),
(128088,46860,'action created','2021-02-03 04:12:12','2021-02-02 23:12:12'),
(128089,46860,'action started via WP Cron','2021-02-03 04:13:18','2021-02-02 23:13:18'),
(128090,46860,'action complete via WP Cron','2021-02-03 04:13:18','2021-02-02 23:13:18'),
(128091,46861,'action created','2021-02-03 04:13:18','2021-02-02 23:13:18'),
(128092,46861,'action started via WP Cron','2021-02-03 04:14:12','2021-02-02 23:14:12'),
(128093,46861,'action complete via WP Cron','2021-02-03 04:14:12','2021-02-02 23:14:12'),
(128094,46862,'action created','2021-02-03 04:14:12','2021-02-02 23:14:12'),
(128095,46862,'action started via WP Cron','2021-02-03 04:15:13','2021-02-02 23:15:13'),
(128096,46862,'action complete via WP Cron','2021-02-03 04:15:13','2021-02-02 23:15:13'),
(128097,46863,'action created','2021-02-03 04:15:13','2021-02-02 23:15:13'),
(128098,46863,'action started via WP Cron','2021-02-03 04:16:15','2021-02-02 23:16:15'),
(128099,46863,'action complete via WP Cron','2021-02-03 04:16:15','2021-02-02 23:16:15'),
(128100,46864,'action created','2021-02-03 04:16:15','2021-02-02 23:16:15'),
(128101,46864,'action started via WP Cron','2021-02-03 04:17:12','2021-02-02 23:17:12'),
(128102,46864,'action complete via WP Cron','2021-02-03 04:17:12','2021-02-02 23:17:12'),
(128103,46865,'action created','2021-02-03 04:17:12','2021-02-02 23:17:12'),
(128104,46865,'action started via WP Cron','2021-02-03 04:18:15','2021-02-02 23:18:15'),
(128105,46865,'action complete via WP Cron','2021-02-03 04:18:15','2021-02-02 23:18:15'),
(128106,46866,'action created','2021-02-03 04:18:15','2021-02-02 23:18:15'),
(128107,46866,'action started via WP Cron','2021-02-03 04:19:19','2021-02-02 23:19:19'),
(128108,46866,'action complete via WP Cron','2021-02-03 04:19:19','2021-02-02 23:19:19'),
(128109,46867,'action created','2021-02-03 04:19:19','2021-02-02 23:19:19'),
(128110,46867,'action started via WP Cron','2021-02-03 04:20:18','2021-02-02 23:20:18'),
(128111,46867,'action complete via WP Cron','2021-02-03 04:20:18','2021-02-02 23:20:18'),
(128112,46868,'action created','2021-02-03 04:20:18','2021-02-02 23:20:18'),
(128113,46868,'action started via WP Cron','2021-02-03 04:21:21','2021-02-02 23:21:21'),
(128114,46868,'action complete via WP Cron','2021-02-03 04:21:21','2021-02-02 23:21:21'),
(128115,46869,'action created','2021-02-03 04:21:21','2021-02-02 23:21:21'),
(128116,46869,'action started via WP Cron','2021-02-03 04:22:12','2021-02-02 23:22:12'),
(128117,46869,'action complete via WP Cron','2021-02-03 04:22:12','2021-02-02 23:22:12'),
(128118,46870,'action created','2021-02-03 04:22:12','2021-02-02 23:22:12'),
(128119,46870,'action started via WP Cron','2021-02-03 04:23:19','2021-02-02 23:23:19'),
(128120,46870,'action complete via WP Cron','2021-02-03 04:23:19','2021-02-02 23:23:19'),
(128121,46871,'action created','2021-02-03 04:23:19','2021-02-02 23:23:19'),
(128122,46871,'action started via WP Cron','2021-02-03 04:24:11','2021-02-02 23:24:11'),
(128123,46871,'action complete via WP Cron','2021-02-03 04:24:11','2021-02-02 23:24:11'),
(128124,46872,'action created','2021-02-03 04:24:11','2021-02-02 23:24:11'),
(128125,46872,'action started via WP Cron','2021-02-03 04:25:18','2021-02-02 23:25:18'),
(128126,46872,'action complete via WP Cron','2021-02-03 04:25:18','2021-02-02 23:25:18'),
(128127,46873,'action created','2021-02-03 04:25:18','2021-02-02 23:25:18'),
(128128,46873,'action started via WP Cron','2021-02-03 04:26:13','2021-02-02 23:26:13'),
(128129,46873,'action complete via WP Cron','2021-02-03 04:26:13','2021-02-02 23:26:13'),
(128130,46874,'action created','2021-02-03 04:26:14','2021-02-02 23:26:14'),
(128131,46874,'action started via WP Cron','2021-02-03 04:27:11','2021-02-02 23:27:11'),
(128132,46874,'action complete via WP Cron','2021-02-03 04:27:12','2021-02-02 23:27:12'),
(128133,46875,'action created','2021-02-03 04:27:12','2021-02-02 23:27:12'),
(128134,46875,'action started via WP Cron','2021-02-03 04:28:11','2021-02-02 23:28:11'),
(128135,46875,'action complete via WP Cron','2021-02-03 04:28:11','2021-02-02 23:28:11'),
(128136,46876,'action created','2021-02-03 04:28:11','2021-02-02 23:28:11'),
(128137,46876,'action started via WP Cron','2021-02-03 04:29:16','2021-02-02 23:29:16'),
(128138,46876,'action complete via WP Cron','2021-02-03 04:29:16','2021-02-02 23:29:16'),
(128139,46877,'action created','2021-02-03 04:29:16','2021-02-02 23:29:16'),
(128140,46877,'action started via WP Cron','2021-02-03 04:30:15','2021-02-02 23:30:15'),
(128141,46877,'action complete via WP Cron','2021-02-03 04:30:15','2021-02-02 23:30:15'),
(128142,46878,'action created','2021-02-03 04:30:15','2021-02-02 23:30:15'),
(128143,46878,'action started via WP Cron','2021-02-03 04:31:14','2021-02-02 23:31:14'),
(128144,46878,'action complete via WP Cron','2021-02-03 04:31:14','2021-02-02 23:31:14'),
(128145,46879,'action created','2021-02-03 04:31:14','2021-02-02 23:31:14'),
(128146,46879,'action started via WP Cron','2021-02-03 04:32:13','2021-02-02 23:32:13'),
(128147,46879,'action complete via WP Cron','2021-02-03 04:32:13','2021-02-02 23:32:13'),
(128148,46880,'action created','2021-02-03 04:32:13','2021-02-02 23:32:13'),
(128149,46880,'action started via WP Cron','2021-02-03 04:33:23','2021-02-02 23:33:23'),
(128150,46880,'action complete via WP Cron','2021-02-03 04:33:23','2021-02-02 23:33:23'),
(128151,46881,'action created','2021-02-03 04:33:23','2021-02-02 23:33:23'),
(128152,46881,'action started via WP Cron','2021-02-03 04:34:18','2021-02-02 23:34:18'),
(128153,46881,'action complete via WP Cron','2021-02-03 04:34:18','2021-02-02 23:34:18'),
(128154,46882,'action created','2021-02-03 04:34:18','2021-02-02 23:34:18'),
(128155,46882,'action started via WP Cron','2021-02-03 04:35:22','2021-02-02 23:35:22'),
(128156,46882,'action complete via WP Cron','2021-02-03 04:35:22','2021-02-02 23:35:22'),
(128157,46883,'action created','2021-02-03 04:35:22','2021-02-02 23:35:22'),
(128158,46883,'action started via WP Cron','2021-02-03 04:36:17','2021-02-02 23:36:17'),
(128159,46883,'action complete via WP Cron','2021-02-03 04:36:17','2021-02-02 23:36:17'),
(128160,46884,'action created','2021-02-03 04:36:17','2021-02-02 23:36:17'),
(128161,46884,'action started via WP Cron','2021-02-03 04:37:12','2021-02-02 23:37:12'),
(128162,46884,'action complete via WP Cron','2021-02-03 04:37:12','2021-02-02 23:37:12'),
(128163,46885,'action created','2021-02-03 04:37:12','2021-02-02 23:37:12'),
(128164,46885,'action started via WP Cron','2021-02-03 04:38:16','2021-02-02 23:38:16'),
(128165,46885,'action complete via WP Cron','2021-02-03 04:38:16','2021-02-02 23:38:16'),
(128166,46886,'action created','2021-02-03 04:38:16','2021-02-02 23:38:16'),
(128167,46886,'action started via WP Cron','2021-02-03 04:39:12','2021-02-02 23:39:12'),
(128168,46886,'action complete via WP Cron','2021-02-03 04:39:12','2021-02-02 23:39:12'),
(128169,46887,'action created','2021-02-03 04:39:12','2021-02-02 23:39:12'),
(128170,46887,'action started via WP Cron','2021-02-03 04:40:13','2021-02-02 23:40:13'),
(128171,46887,'action complete via WP Cron','2021-02-03 04:40:13','2021-02-02 23:40:13'),
(128172,46888,'action created','2021-02-03 04:40:13','2021-02-02 23:40:13'),
(128173,46888,'action started via WP Cron','2021-02-03 04:41:13','2021-02-02 23:41:13'),
(128174,46888,'action complete via WP Cron','2021-02-03 04:41:13','2021-02-02 23:41:13'),
(128175,46889,'action created','2021-02-03 04:41:13','2021-02-02 23:41:13'),
(128176,46889,'action started via WP Cron','2021-02-03 04:42:12','2021-02-02 23:42:12'),
(128177,46889,'action complete via WP Cron','2021-02-03 04:42:12','2021-02-02 23:42:12'),
(128178,46890,'action created','2021-02-03 04:42:12','2021-02-02 23:42:12'),
(128179,46890,'action started via WP Cron','2021-02-03 04:43:15','2021-02-02 23:43:15'),
(128180,46890,'action complete via WP Cron','2021-02-03 04:43:15','2021-02-02 23:43:15'),
(128181,46891,'action created','2021-02-03 04:43:15','2021-02-02 23:43:15'),
(128182,46891,'action started via WP Cron','2021-02-03 04:44:14','2021-02-02 23:44:14'),
(128183,46891,'action complete via WP Cron','2021-02-03 04:44:14','2021-02-02 23:44:14'),
(128184,46892,'action created','2021-02-03 04:44:14','2021-02-02 23:44:14'),
(128185,46892,'action started via WP Cron','2021-02-03 04:45:12','2021-02-02 23:45:12'),
(128186,46892,'action complete via WP Cron','2021-02-03 04:45:12','2021-02-02 23:45:12'),
(128187,46893,'action created','2021-02-03 04:45:12','2021-02-02 23:45:12'),
(128188,46893,'action started via WP Cron','2021-02-03 04:46:15','2021-02-02 23:46:15'),
(128189,46893,'action complete via WP Cron','2021-02-03 04:46:15','2021-02-02 23:46:15'),
(128190,46894,'action created','2021-02-03 04:46:15','2021-02-02 23:46:15'),
(128191,46894,'action started via WP Cron','2021-02-03 04:47:12','2021-02-02 23:47:12'),
(128192,46894,'action complete via WP Cron','2021-02-03 04:47:12','2021-02-02 23:47:12'),
(128193,46895,'action created','2021-02-03 04:47:12','2021-02-02 23:47:12'),
(128194,46895,'action started via WP Cron','2021-02-03 04:48:19','2021-02-02 23:48:19'),
(128195,46895,'action complete via WP Cron','2021-02-03 04:48:19','2021-02-02 23:48:19'),
(128196,46896,'action created','2021-02-03 04:48:19','2021-02-02 23:48:19'),
(128197,46896,'action started via WP Cron','2021-02-03 04:49:17','2021-02-02 23:49:17'),
(128198,46896,'action complete via WP Cron','2021-02-03 04:49:17','2021-02-02 23:49:17'),
(128199,46897,'action created','2021-02-03 04:49:17','2021-02-02 23:49:17'),
(128200,46897,'action started via WP Cron','2021-02-03 04:50:26','2021-02-02 23:50:26'),
(128201,46897,'action complete via WP Cron','2021-02-03 04:50:26','2021-02-02 23:50:26'),
(128202,46898,'action created','2021-02-03 04:50:26','2021-02-02 23:50:26'),
(128203,46898,'action started via WP Cron','2021-02-03 04:51:14','2021-02-02 23:51:14'),
(128204,46898,'action complete via WP Cron','2021-02-03 04:51:14','2021-02-02 23:51:14'),
(128205,46899,'action created','2021-02-03 04:51:14','2021-02-02 23:51:14'),
(128206,46899,'action started via WP Cron','2021-02-03 04:52:12','2021-02-02 23:52:12'),
(128207,46899,'action complete via WP Cron','2021-02-03 04:52:12','2021-02-02 23:52:12'),
(128208,46900,'action created','2021-02-03 04:52:12','2021-02-02 23:52:12'),
(128209,46900,'action started via WP Cron','2021-02-03 04:53:15','2021-02-02 23:53:15'),
(128210,46900,'action complete via WP Cron','2021-02-03 04:53:15','2021-02-02 23:53:15'),
(128211,46901,'action created','2021-02-03 04:53:15','2021-02-02 23:53:15'),
(128212,46901,'action started via WP Cron','2021-02-03 04:54:14','2021-02-02 23:54:14'),
(128213,46901,'action complete via WP Cron','2021-02-03 04:54:14','2021-02-02 23:54:14'),
(128214,46902,'action created','2021-02-03 04:54:14','2021-02-02 23:54:14'),
(128215,46902,'action started via WP Cron','2021-02-03 04:55:12','2021-02-02 23:55:12'),
(128216,46902,'action complete via WP Cron','2021-02-03 04:55:12','2021-02-02 23:55:12'),
(128217,46903,'action created','2021-02-03 04:55:12','2021-02-02 23:55:12'),
(128218,46903,'action started via WP Cron','2021-02-03 04:56:11','2021-02-02 23:56:11'),
(128219,46903,'action complete via WP Cron','2021-02-03 04:56:11','2021-02-02 23:56:11'),
(128220,46904,'action created','2021-02-03 04:56:11','2021-02-02 23:56:11'),
(128221,46904,'action started via WP Cron','2021-02-03 04:57:12','2021-02-02 23:57:12'),
(128222,46904,'action complete via WP Cron','2021-02-03 04:57:12','2021-02-02 23:57:12'),
(128223,46905,'action created','2021-02-03 04:57:12','2021-02-02 23:57:12'),
(128224,46905,'action started via WP Cron','2021-02-03 04:58:12','2021-02-02 23:58:12'),
(128225,46905,'action complete via WP Cron','2021-02-03 04:58:12','2021-02-02 23:58:12'),
(128226,46906,'action created','2021-02-03 04:58:13','2021-02-02 23:58:13'),
(128227,46906,'action started via WP Cron','2021-02-03 04:59:13','2021-02-02 23:59:13'),
(128228,46906,'action complete via WP Cron','2021-02-03 04:59:13','2021-02-02 23:59:13'),
(128229,46907,'action created','2021-02-03 04:59:13','2021-02-02 23:59:13'),
(128230,46907,'action started via WP Cron','2021-02-03 05:00:21','2021-02-03 00:00:21'),
(128231,46907,'action complete via WP Cron','2021-02-03 05:00:21','2021-02-03 00:00:21'),
(128232,46908,'action created','2021-02-03 05:00:21','2021-02-03 00:00:21'),
(128233,46908,'action started via WP Cron','2021-02-03 05:01:12','2021-02-03 00:01:12'),
(128234,46908,'action complete via WP Cron','2021-02-03 05:01:12','2021-02-03 00:01:12'),
(128235,46909,'action created','2021-02-03 05:01:12','2021-02-03 00:01:12'),
(128236,46909,'action started via WP Cron','2021-02-03 05:02:20','2021-02-03 00:02:20'),
(128237,46909,'action complete via WP Cron','2021-02-03 05:02:20','2021-02-03 00:02:20'),
(128238,46910,'action created','2021-02-03 05:02:21','2021-02-03 00:02:21'),
(128239,46910,'action started via WP Cron','2021-02-03 05:03:13','2021-02-03 00:03:13'),
(128240,46910,'action complete via WP Cron','2021-02-03 05:03:13','2021-02-03 00:03:13'),
(128241,46911,'action created','2021-02-03 05:03:13','2021-02-03 00:03:13'),
(128242,46911,'action started via WP Cron','2021-02-03 05:04:13','2021-02-03 00:04:13'),
(128243,46911,'action complete via WP Cron','2021-02-03 05:04:13','2021-02-03 00:04:13'),
(128244,46912,'action created','2021-02-03 05:04:13','2021-02-03 00:04:13'),
(128245,46912,'action started via WP Cron','2021-02-03 05:05:14','2021-02-03 00:05:14'),
(128246,46912,'action complete via WP Cron','2021-02-03 05:05:14','2021-02-03 00:05:14'),
(128247,46913,'action created','2021-02-03 05:05:14','2021-02-03 00:05:14'),
(128248,46913,'action started via WP Cron','2021-02-03 05:06:17','2021-02-03 00:06:17'),
(128249,46913,'action complete via WP Cron','2021-02-03 05:06:17','2021-02-03 00:06:17'),
(128250,46914,'action created','2021-02-03 05:06:17','2021-02-03 00:06:17'),
(128251,46914,'action started via WP Cron','2021-02-03 05:07:13','2021-02-03 00:07:13'),
(128252,46914,'action complete via WP Cron','2021-02-03 05:07:13','2021-02-03 00:07:13'),
(128253,46915,'action created','2021-02-03 05:07:13','2021-02-03 00:07:13'),
(128254,46915,'action started via WP Cron','2021-02-03 05:08:13','2021-02-03 00:08:13'),
(128255,46915,'action complete via WP Cron','2021-02-03 05:08:13','2021-02-03 00:08:13'),
(128256,46916,'action created','2021-02-03 05:08:13','2021-02-03 00:08:13'),
(128257,46916,'action started via WP Cron','2021-02-03 05:09:19','2021-02-03 00:09:19'),
(128258,46916,'action complete via WP Cron','2021-02-03 05:09:19','2021-02-03 00:09:19'),
(128259,46917,'action created','2021-02-03 05:09:19','2021-02-03 00:09:19'),
(128260,46917,'action started via WP Cron','2021-02-03 05:10:11','2021-02-03 00:10:11'),
(128261,46917,'action complete via WP Cron','2021-02-03 05:10:11','2021-02-03 00:10:11'),
(128262,46918,'action created','2021-02-03 05:10:11','2021-02-03 00:10:11'),
(128263,46918,'action started via WP Cron','2021-02-03 05:11:15','2021-02-03 00:11:15'),
(128264,46918,'action complete via WP Cron','2021-02-03 05:11:15','2021-02-03 00:11:15'),
(128265,46919,'action created','2021-02-03 05:11:15','2021-02-03 00:11:15'),
(128266,46919,'action started via WP Cron','2021-02-03 05:12:12','2021-02-03 00:12:12'),
(128267,46919,'action complete via WP Cron','2021-02-03 05:12:12','2021-02-03 00:12:12'),
(128268,46920,'action created','2021-02-03 05:12:12','2021-02-03 00:12:12'),
(128269,46920,'action started via WP Cron','2021-02-03 05:13:16','2021-02-03 00:13:16'),
(128270,46920,'action complete via WP Cron','2021-02-03 05:13:16','2021-02-03 00:13:16'),
(128271,46921,'action created','2021-02-03 05:13:16','2021-02-03 00:13:16'),
(128272,46921,'action started via WP Cron','2021-02-03 05:14:11','2021-02-03 00:14:11'),
(128273,46921,'action complete via WP Cron','2021-02-03 05:14:11','2021-02-03 00:14:11'),
(128274,46922,'action created','2021-02-03 05:14:11','2021-02-03 00:14:11'),
(128275,46922,'action started via WP Cron','2021-02-03 05:15:14','2021-02-03 00:15:14'),
(128276,46922,'action complete via WP Cron','2021-02-03 05:15:14','2021-02-03 00:15:14'),
(128277,46923,'action created','2021-02-03 05:15:14','2021-02-03 00:15:14'),
(128278,46923,'action started via WP Cron','2021-02-03 05:16:12','2021-02-03 00:16:12'),
(128279,46923,'action complete via WP Cron','2021-02-03 05:16:12','2021-02-03 00:16:12'),
(128280,46924,'action created','2021-02-03 05:16:12','2021-02-03 00:16:12'),
(128281,46924,'action started via WP Cron','2021-02-03 05:17:11','2021-02-03 00:17:11'),
(128282,46924,'action complete via WP Cron','2021-02-03 05:17:11','2021-02-03 00:17:11'),
(128283,46925,'action created','2021-02-03 05:17:11','2021-02-03 00:17:11'),
(128284,46925,'action started via WP Cron','2021-02-03 05:18:17','2021-02-03 00:18:17'),
(128285,46925,'action complete via WP Cron','2021-02-03 05:18:17','2021-02-03 00:18:17'),
(128286,46926,'action created','2021-02-03 05:18:17','2021-02-03 00:18:17'),
(128287,46926,'action started via WP Cron','2021-02-03 05:19:15','2021-02-03 00:19:15'),
(128288,46926,'action complete via WP Cron','2021-02-03 05:19:15','2021-02-03 00:19:15'),
(128289,46927,'action created','2021-02-03 05:19:15','2021-02-03 00:19:15'),
(128290,46927,'action started via WP Cron','2021-02-03 05:20:19','2021-02-03 00:20:19'),
(128291,46927,'action complete via WP Cron','2021-02-03 05:20:19','2021-02-03 00:20:19'),
(128292,46928,'action created','2021-02-03 05:20:19','2021-02-03 00:20:19'),
(128293,46928,'action started via WP Cron','2021-02-03 05:21:20','2021-02-03 00:21:20'),
(128294,46928,'action complete via WP Cron','2021-02-03 05:21:20','2021-02-03 00:21:20'),
(128295,46929,'action created','2021-02-03 05:21:20','2021-02-03 00:21:20'),
(128296,46929,'action started via WP Cron','2021-02-03 05:22:12','2021-02-03 00:22:12'),
(128297,46929,'action complete via WP Cron','2021-02-03 05:22:12','2021-02-03 00:22:12'),
(128298,46930,'action created','2021-02-03 05:22:12','2021-02-03 00:22:12'),
(128299,46930,'action started via WP Cron','2021-02-03 05:23:12','2021-02-03 00:23:12'),
(128300,46930,'action complete via WP Cron','2021-02-03 05:23:12','2021-02-03 00:23:12'),
(128301,46931,'action created','2021-02-03 05:23:12','2021-02-03 00:23:12'),
(128302,46931,'action started via WP Cron','2021-02-03 05:24:11','2021-02-03 00:24:11'),
(128303,46931,'action complete via WP Cron','2021-02-03 05:24:11','2021-02-03 00:24:11'),
(128304,46932,'action created','2021-02-03 05:24:11','2021-02-03 00:24:11'),
(128305,46932,'action started via WP Cron','2021-02-03 05:25:11','2021-02-03 00:25:11'),
(128306,46932,'action complete via WP Cron','2021-02-03 05:25:11','2021-02-03 00:25:11'),
(128307,46933,'action created','2021-02-03 05:25:11','2021-02-03 00:25:11'),
(128308,46933,'action started via WP Cron','2021-02-03 05:26:15','2021-02-03 00:26:15'),
(128309,46933,'action complete via WP Cron','2021-02-03 05:26:15','2021-02-03 00:26:15'),
(128310,46934,'action created','2021-02-03 05:26:15','2021-02-03 00:26:15'),
(128311,46934,'action started via WP Cron','2021-02-03 05:27:11','2021-02-03 00:27:11'),
(128312,46934,'action complete via WP Cron','2021-02-03 05:27:11','2021-02-03 00:27:11'),
(128313,46935,'action created','2021-02-03 05:27:11','2021-02-03 00:27:11'),
(128314,46935,'action started via WP Cron','2021-02-03 05:28:16','2021-02-03 00:28:16'),
(128315,46935,'action complete via WP Cron','2021-02-03 05:28:16','2021-02-03 00:28:16'),
(128316,46936,'action created','2021-02-03 05:28:16','2021-02-03 00:28:16'),
(128317,46936,'action started via WP Cron','2021-02-03 05:29:15','2021-02-03 00:29:15'),
(128318,46936,'action complete via WP Cron','2021-02-03 05:29:15','2021-02-03 00:29:15'),
(128319,46937,'action created','2021-02-03 05:29:15','2021-02-03 00:29:15'),
(128320,46937,'action started via WP Cron','2021-02-03 05:30:11','2021-02-03 00:30:11'),
(128321,46937,'action complete via WP Cron','2021-02-03 05:30:11','2021-02-03 00:30:11'),
(128322,46938,'action created','2021-02-03 05:30:11','2021-02-03 00:30:11'),
(128323,46938,'action started via WP Cron','2021-02-03 05:31:21','2021-02-03 00:31:21'),
(128324,46938,'action complete via WP Cron','2021-02-03 05:31:21','2021-02-03 00:31:21'),
(128325,46939,'action created','2021-02-03 05:31:21','2021-02-03 00:31:21'),
(128326,46939,'action started via WP Cron','2021-02-03 05:32:12','2021-02-03 00:32:12'),
(128327,46939,'action complete via WP Cron','2021-02-03 05:32:12','2021-02-03 00:32:12'),
(128328,46940,'action created','2021-02-03 05:32:12','2021-02-03 00:32:12'),
(128329,46940,'action started via WP Cron','2021-02-03 05:33:13','2021-02-03 00:33:13'),
(128330,46940,'action complete via WP Cron','2021-02-03 05:33:13','2021-02-03 00:33:13'),
(128331,46941,'action created','2021-02-03 05:33:13','2021-02-03 00:33:13'),
(128332,46941,'action started via WP Cron','2021-02-03 05:34:16','2021-02-03 00:34:16'),
(128333,46941,'action complete via WP Cron','2021-02-03 05:34:16','2021-02-03 00:34:16'),
(128334,46942,'action created','2021-02-03 05:34:16','2021-02-03 00:34:16'),
(128335,46942,'action started via WP Cron','2021-02-03 05:35:14','2021-02-03 00:35:14'),
(128336,46942,'action complete via WP Cron','2021-02-03 05:35:14','2021-02-03 00:35:14'),
(128337,46943,'action created','2021-02-03 05:35:14','2021-02-03 00:35:14'),
(128338,46943,'action started via WP Cron','2021-02-03 05:36:14','2021-02-03 00:36:14'),
(128339,46943,'action complete via WP Cron','2021-02-03 05:36:14','2021-02-03 00:36:14'),
(128340,46944,'action created','2021-02-03 05:36:14','2021-02-03 00:36:14'),
(128341,46944,'action started via WP Cron','2021-02-03 05:37:12','2021-02-03 00:37:12'),
(128342,46944,'action complete via WP Cron','2021-02-03 05:37:12','2021-02-03 00:37:12'),
(128343,46945,'action created','2021-02-03 05:37:12','2021-02-03 00:37:12'),
(128344,46945,'action started via WP Cron','2021-02-03 05:38:17','2021-02-03 00:38:17'),
(128345,46945,'action complete via WP Cron','2021-02-03 05:38:17','2021-02-03 00:38:17'),
(128346,46946,'action created','2021-02-03 05:38:17','2021-02-03 00:38:17'),
(128347,46946,'action started via WP Cron','2021-02-03 05:39:23','2021-02-03 00:39:23'),
(128348,46946,'action complete via WP Cron','2021-02-03 05:39:23','2021-02-03 00:39:23'),
(128349,46947,'action created','2021-02-03 05:39:23','2021-02-03 00:39:23'),
(128350,46947,'action started via WP Cron','2021-02-03 05:40:20','2021-02-03 00:40:20'),
(128351,46947,'action complete via WP Cron','2021-02-03 05:40:20','2021-02-03 00:40:20'),
(128352,46948,'action created','2021-02-03 05:40:20','2021-02-03 00:40:20'),
(128353,46948,'action started via WP Cron','2021-02-03 05:41:16','2021-02-03 00:41:16'),
(128354,46948,'action complete via WP Cron','2021-02-03 05:41:16','2021-02-03 00:41:16'),
(128355,46949,'action created','2021-02-03 05:41:16','2021-02-03 00:41:16'),
(128356,46949,'action started via WP Cron','2021-02-03 05:42:13','2021-02-03 00:42:13'),
(128357,46949,'action complete via WP Cron','2021-02-03 05:42:13','2021-02-03 00:42:13'),
(128358,46950,'action created','2021-02-03 05:42:13','2021-02-03 00:42:13'),
(128359,46950,'action started via WP Cron','2021-02-03 05:43:19','2021-02-03 00:43:19'),
(128360,46950,'action complete via WP Cron','2021-02-03 05:43:19','2021-02-03 00:43:19'),
(128361,46951,'action created','2021-02-03 05:43:21','2021-02-03 00:43:21'),
(128362,46951,'action started via WP Cron','2021-02-03 05:44:20','2021-02-03 00:44:20'),
(128363,46951,'action complete via WP Cron','2021-02-03 05:44:20','2021-02-03 00:44:20'),
(128364,46952,'action created','2021-02-03 05:44:21','2021-02-03 00:44:21'),
(128365,46952,'action started via WP Cron','2021-02-03 05:45:12','2021-02-03 00:45:12'),
(128366,46952,'action complete via WP Cron','2021-02-03 05:45:12','2021-02-03 00:45:12'),
(128367,46953,'action created','2021-02-03 05:45:12','2021-02-03 00:45:12'),
(128368,46953,'action started via WP Cron','2021-02-03 05:46:19','2021-02-03 00:46:19'),
(128369,46953,'action complete via WP Cron','2021-02-03 05:46:19','2021-02-03 00:46:19'),
(128370,46954,'action created','2021-02-03 05:46:19','2021-02-03 00:46:19'),
(128371,46954,'action started via WP Cron','2021-02-03 05:47:12','2021-02-03 00:47:12'),
(128372,46954,'action complete via WP Cron','2021-02-03 05:47:12','2021-02-03 00:47:12'),
(128373,46955,'action created','2021-02-03 05:47:12','2021-02-03 00:47:12'),
(128374,46955,'action started via WP Cron','2021-02-03 05:48:13','2021-02-03 00:48:13'),
(128375,46955,'action complete via WP Cron','2021-02-03 05:48:13','2021-02-03 00:48:13'),
(128376,46956,'action created','2021-02-03 05:48:13','2021-02-03 00:48:13'),
(128377,46956,'action started via WP Cron','2021-02-03 05:49:11','2021-02-03 00:49:11'),
(128378,46956,'action complete via WP Cron','2021-02-03 05:49:11','2021-02-03 00:49:11'),
(128379,46957,'action created','2021-02-03 05:49:11','2021-02-03 00:49:11'),
(128380,46957,'action started via WP Cron','2021-02-03 05:50:11','2021-02-03 00:50:11'),
(128381,46957,'action complete via WP Cron','2021-02-03 05:50:11','2021-02-03 00:50:11'),
(128382,46958,'action created','2021-02-03 05:50:11','2021-02-03 00:50:11'),
(128383,46958,'action started via WP Cron','2021-02-03 05:51:12','2021-02-03 00:51:12'),
(128384,46958,'action complete via WP Cron','2021-02-03 05:51:12','2021-02-03 00:51:12'),
(128385,46959,'action created','2021-02-03 05:51:12','2021-02-03 00:51:12'),
(128386,46959,'action started via WP Cron','2021-02-03 05:52:12','2021-02-03 00:52:12'),
(128387,46959,'action complete via WP Cron','2021-02-03 05:52:12','2021-02-03 00:52:12'),
(128388,46960,'action created','2021-02-03 05:52:12','2021-02-03 00:52:12'),
(128389,46960,'action started via WP Cron','2021-02-03 05:53:16','2021-02-03 00:53:16'),
(128390,46960,'action complete via WP Cron','2021-02-03 05:53:16','2021-02-03 00:53:16'),
(128391,46961,'action created','2021-02-03 05:53:16','2021-02-03 00:53:16'),
(128392,46961,'action started via WP Cron','2021-02-03 05:54:26','2021-02-03 00:54:26'),
(128393,46961,'action complete via WP Cron','2021-02-03 05:54:26','2021-02-03 00:54:26'),
(128394,46962,'action created','2021-02-03 05:54:26','2021-02-03 00:54:26'),
(128395,46962,'action started via WP Cron','2021-02-03 05:55:14','2021-02-03 00:55:14'),
(128396,46962,'action complete via WP Cron','2021-02-03 05:55:14','2021-02-03 00:55:14'),
(128397,46963,'action created','2021-02-03 05:55:14','2021-02-03 00:55:14'),
(128398,46963,'action started via WP Cron','2021-02-03 05:56:20','2021-02-03 00:56:20'),
(128399,46963,'action complete via WP Cron','2021-02-03 05:56:20','2021-02-03 00:56:20'),
(128400,46964,'action created','2021-02-03 05:56:20','2021-02-03 00:56:20'),
(128401,46964,'action started via WP Cron','2021-02-03 05:57:12','2021-02-03 00:57:12'),
(128402,46964,'action complete via WP Cron','2021-02-03 05:57:12','2021-02-03 00:57:12'),
(128403,46965,'action created','2021-02-03 05:57:12','2021-02-03 00:57:12'),
(128404,46965,'action started via WP Cron','2021-02-03 05:58:13','2021-02-03 00:58:13'),
(128405,46965,'action complete via WP Cron','2021-02-03 05:58:13','2021-02-03 00:58:13'),
(128406,46966,'action created','2021-02-03 05:58:13','2021-02-03 00:58:13'),
(128407,46966,'action started via WP Cron','2021-02-03 05:59:29','2021-02-03 00:59:29'),
(128408,46966,'action complete via WP Cron','2021-02-03 05:59:29','2021-02-03 00:59:29'),
(128409,46967,'action created','2021-02-03 05:59:29','2021-02-03 00:59:29'),
(128410,46967,'action started via WP Cron','2021-02-03 06:00:19','2021-02-03 01:00:19'),
(128411,46967,'action complete via WP Cron','2021-02-03 06:00:19','2021-02-03 01:00:19'),
(128412,46968,'action created','2021-02-03 06:00:19','2021-02-03 01:00:19'),
(128413,46968,'action started via WP Cron','2021-02-03 06:01:15','2021-02-03 01:01:15'),
(128414,46968,'action complete via WP Cron','2021-02-03 06:01:15','2021-02-03 01:01:15'),
(128415,46969,'action created','2021-02-03 06:01:15','2021-02-03 01:01:15'),
(128416,46969,'action started via WP Cron','2021-02-03 06:02:13','2021-02-03 01:02:13'),
(128417,46969,'action complete via WP Cron','2021-02-03 06:02:13','2021-02-03 01:02:13'),
(128418,46970,'action created','2021-02-03 06:02:13','2021-02-03 01:02:13'),
(128419,46970,'action started via WP Cron','2021-02-03 06:03:14','2021-02-03 01:03:14'),
(128420,46970,'action complete via WP Cron','2021-02-03 06:03:14','2021-02-03 01:03:14'),
(128421,46971,'action created','2021-02-03 06:03:14','2021-02-03 01:03:14'),
(128422,46971,'action started via WP Cron','2021-02-03 06:04:14','2021-02-03 01:04:14'),
(128423,46971,'action complete via WP Cron','2021-02-03 06:04:14','2021-02-03 01:04:14'),
(128424,46972,'action created','2021-02-03 06:04:14','2021-02-03 01:04:14'),
(128425,46972,'action started via WP Cron','2021-02-03 06:05:20','2021-02-03 01:05:20'),
(128426,46972,'action complete via WP Cron','2021-02-03 06:05:20','2021-02-03 01:05:20'),
(128427,46973,'action created','2021-02-03 06:05:20','2021-02-03 01:05:20'),
(128428,46973,'action started via WP Cron','2021-02-03 06:06:16','2021-02-03 01:06:16'),
(128429,46973,'action complete via WP Cron','2021-02-03 06:06:16','2021-02-03 01:06:16'),
(128430,46974,'action created','2021-02-03 06:06:16','2021-02-03 01:06:16'),
(128431,46974,'action started via WP Cron','2021-02-03 06:07:12','2021-02-03 01:07:12'),
(128432,46974,'action complete via WP Cron','2021-02-03 06:07:12','2021-02-03 01:07:12'),
(128433,46975,'action created','2021-02-03 06:07:12','2021-02-03 01:07:12'),
(128434,46975,'action started via WP Cron','2021-02-03 06:08:12','2021-02-03 01:08:12'),
(128435,46975,'action complete via WP Cron','2021-02-03 06:08:12','2021-02-03 01:08:12'),
(128436,46976,'action created','2021-02-03 06:08:12','2021-02-03 01:08:12'),
(128437,46976,'action started via WP Cron','2021-02-03 06:09:18','2021-02-03 01:09:18'),
(128438,46976,'action complete via WP Cron','2021-02-03 06:09:18','2021-02-03 01:09:18'),
(128439,46977,'action created','2021-02-03 06:09:18','2021-02-03 01:09:18'),
(128440,46977,'action started via WP Cron','2021-02-03 06:10:17','2021-02-03 01:10:17'),
(128441,46977,'action complete via WP Cron','2021-02-03 06:10:17','2021-02-03 01:10:17'),
(128442,46978,'action created','2021-02-03 06:10:17','2021-02-03 01:10:17'),
(128443,46978,'action started via WP Cron','2021-02-03 06:11:14','2021-02-03 01:11:14'),
(128444,46978,'action complete via WP Cron','2021-02-03 06:11:14','2021-02-03 01:11:14'),
(128445,46979,'action created','2021-02-03 06:11:14','2021-02-03 01:11:14'),
(128446,46979,'action started via WP Cron','2021-02-03 06:12:12','2021-02-03 01:12:12'),
(128447,46979,'action complete via WP Cron','2021-02-03 06:12:13','2021-02-03 01:12:13'),
(128448,46980,'action created','2021-02-03 06:12:13','2021-02-03 01:12:13'),
(128449,46980,'action started via WP Cron','2021-02-03 06:13:18','2021-02-03 01:13:18'),
(128450,46980,'action complete via WP Cron','2021-02-03 06:13:18','2021-02-03 01:13:18'),
(128451,46981,'action created','2021-02-03 06:13:18','2021-02-03 01:13:18'),
(128452,46981,'action started via WP Cron','2021-02-03 06:14:17','2021-02-03 01:14:17'),
(128453,46981,'action complete via WP Cron','2021-02-03 06:14:17','2021-02-03 01:14:17'),
(128454,46982,'action created','2021-02-03 06:14:17','2021-02-03 01:14:17'),
(128455,46982,'action started via WP Cron','2021-02-03 06:15:18','2021-02-03 01:15:18'),
(128456,46982,'action complete via WP Cron','2021-02-03 06:15:18','2021-02-03 01:15:18'),
(128457,46983,'action created','2021-02-03 06:15:18','2021-02-03 01:15:18'),
(128458,46983,'action started via WP Cron','2021-02-03 06:16:14','2021-02-03 01:16:14'),
(128459,46983,'action complete via WP Cron','2021-02-03 06:16:14','2021-02-03 01:16:14'),
(128460,46984,'action created','2021-02-03 06:16:14','2021-02-03 01:16:14'),
(128461,46984,'action started via WP Cron','2021-02-03 06:17:13','2021-02-03 01:17:13'),
(128462,46984,'action complete via WP Cron','2021-02-03 06:17:13','2021-02-03 01:17:13'),
(128463,46985,'action created','2021-02-03 06:17:13','2021-02-03 01:17:13'),
(128464,46985,'action started via WP Cron','2021-02-03 06:18:17','2021-02-03 01:18:17'),
(128465,46985,'action complete via WP Cron','2021-02-03 06:18:17','2021-02-03 01:18:17'),
(128466,46986,'action created','2021-02-03 06:18:17','2021-02-03 01:18:17'),
(128467,46986,'action started via WP Cron','2021-02-03 06:19:22','2021-02-03 01:19:22'),
(128468,46986,'action complete via WP Cron','2021-02-03 06:19:22','2021-02-03 01:19:22'),
(128469,46987,'action created','2021-02-03 06:19:22','2021-02-03 01:19:22'),
(128470,46987,'action started via WP Cron','2021-02-03 06:20:12','2021-02-03 01:20:12'),
(128471,46987,'action complete via WP Cron','2021-02-03 06:20:12','2021-02-03 01:20:12'),
(128472,46988,'action created','2021-02-03 06:20:12','2021-02-03 01:20:12'),
(128473,46988,'action started via WP Cron','2021-02-03 06:21:31','2021-02-03 01:21:31'),
(128474,46988,'action complete via WP Cron','2021-02-03 06:21:31','2021-02-03 01:21:31'),
(128475,46989,'action created','2021-02-03 06:21:33','2021-02-03 01:21:33'),
(128476,46989,'action started via WP Cron','2021-02-03 06:22:12','2021-02-03 01:22:12'),
(128477,46989,'action complete via WP Cron','2021-02-03 06:22:12','2021-02-03 01:22:12'),
(128478,46990,'action created','2021-02-03 06:22:12','2021-02-03 01:22:12'),
(128479,46990,'action started via WP Cron','2021-02-03 06:23:13','2021-02-03 01:23:13'),
(128480,46990,'action complete via WP Cron','2021-02-03 06:23:13','2021-02-03 01:23:13'),
(128481,46991,'action created','2021-02-03 06:23:13','2021-02-03 01:23:13'),
(128482,46991,'action started via WP Cron','2021-02-03 06:24:35','2021-02-03 01:24:35'),
(128483,46991,'action complete via WP Cron','2021-02-03 06:24:35','2021-02-03 01:24:35'),
(128484,46992,'action created','2021-02-03 06:24:35','2021-02-03 01:24:35'),
(128485,46992,'action started via WP Cron','2021-02-03 06:25:13','2021-02-03 01:25:13'),
(128486,46992,'action complete via WP Cron','2021-02-03 06:25:13','2021-02-03 01:25:13'),
(128487,46993,'action created','2021-02-03 06:25:13','2021-02-03 01:25:13'),
(128488,46993,'action started via WP Cron','2021-02-03 06:26:19','2021-02-03 01:26:19'),
(128489,46993,'action complete via WP Cron','2021-02-03 06:26:19','2021-02-03 01:26:19'),
(128490,46994,'action created','2021-02-03 06:26:19','2021-02-03 01:26:19'),
(128491,46994,'action started via WP Cron','2021-02-03 06:27:12','2021-02-03 01:27:12'),
(128492,46994,'action complete via WP Cron','2021-02-03 06:27:12','2021-02-03 01:27:12'),
(128493,46995,'action created','2021-02-03 06:27:13','2021-02-03 01:27:13'),
(128494,46995,'action started via WP Cron','2021-02-03 06:28:27','2021-02-03 01:28:27'),
(128495,46995,'action complete via WP Cron','2021-02-03 06:28:27','2021-02-03 01:28:27'),
(128496,46996,'action created','2021-02-03 06:28:27','2021-02-03 01:28:27'),
(128497,46996,'action started via WP Cron','2021-02-03 06:29:18','2021-02-03 01:29:18'),
(128498,46996,'action complete via WP Cron','2021-02-03 06:29:18','2021-02-03 01:29:18'),
(128499,46997,'action created','2021-02-03 06:29:18','2021-02-03 01:29:18'),
(128500,46997,'action started via WP Cron','2021-02-03 06:30:22','2021-02-03 01:30:22'),
(128501,46997,'action complete via WP Cron','2021-02-03 06:30:22','2021-02-03 01:30:22'),
(128502,46998,'action created','2021-02-03 06:30:22','2021-02-03 01:30:22'),
(128503,46998,'action started via WP Cron','2021-02-03 06:31:18','2021-02-03 01:31:18'),
(128504,46998,'action complete via WP Cron','2021-02-03 06:31:18','2021-02-03 01:31:18'),
(128505,46999,'action created','2021-02-03 06:31:18','2021-02-03 01:31:18'),
(128506,46999,'action started via WP Cron','2021-02-03 06:32:12','2021-02-03 01:32:12'),
(128507,46999,'action complete via WP Cron','2021-02-03 06:32:12','2021-02-03 01:32:12'),
(128508,47000,'action created','2021-02-03 06:32:12','2021-02-03 01:32:12'),
(128509,47000,'action started via WP Cron','2021-02-03 06:33:12','2021-02-03 01:33:12'),
(128510,47000,'action complete via WP Cron','2021-02-03 06:33:12','2021-02-03 01:33:12'),
(128511,47001,'action created','2021-02-03 06:33:12','2021-02-03 01:33:12'),
(128512,47001,'action started via WP Cron','2021-02-03 06:34:15','2021-02-03 01:34:15'),
(128513,47001,'action complete via WP Cron','2021-02-03 06:34:15','2021-02-03 01:34:15'),
(128514,47002,'action created','2021-02-03 06:34:15','2021-02-03 01:34:15'),
(128515,47002,'action started via WP Cron','2021-02-03 06:35:11','2021-02-03 01:35:11'),
(128516,47002,'action complete via WP Cron','2021-02-03 06:35:11','2021-02-03 01:35:11'),
(128517,47003,'action created','2021-02-03 06:35:11','2021-02-03 01:35:11'),
(128518,47003,'action started via WP Cron','2021-02-03 06:36:17','2021-02-03 01:36:17'),
(128519,47003,'action complete via WP Cron','2021-02-03 06:36:17','2021-02-03 01:36:17'),
(128520,47004,'action created','2021-02-03 06:36:17','2021-02-03 01:36:17'),
(128521,47004,'action started via WP Cron','2021-02-03 06:37:12','2021-02-03 01:37:12'),
(128522,47004,'action complete via WP Cron','2021-02-03 06:37:12','2021-02-03 01:37:12'),
(128523,47005,'action created','2021-02-03 06:37:12','2021-02-03 01:37:12'),
(128524,47005,'action started via WP Cron','2021-02-03 06:38:16','2021-02-03 01:38:16'),
(128525,47005,'action complete via WP Cron','2021-02-03 06:38:16','2021-02-03 01:38:16'),
(128526,47006,'action created','2021-02-03 06:38:16','2021-02-03 01:38:16'),
(128527,47006,'action started via WP Cron','2021-02-03 06:39:21','2021-02-03 01:39:21'),
(128528,47006,'action complete via WP Cron','2021-02-03 06:39:21','2021-02-03 01:39:21'),
(128529,47007,'action created','2021-02-03 06:39:21','2021-02-03 01:39:21'),
(128530,47007,'action started via WP Cron','2021-02-03 06:40:20','2021-02-03 01:40:20'),
(128531,47007,'action complete via WP Cron','2021-02-03 06:40:20','2021-02-03 01:40:20'),
(128532,47008,'action created','2021-02-03 06:40:20','2021-02-03 01:40:20'),
(128533,47008,'action started via WP Cron','2021-02-03 06:41:12','2021-02-03 01:41:12'),
(128534,47008,'action complete via WP Cron','2021-02-03 06:41:12','2021-02-03 01:41:12'),
(128535,47009,'action created','2021-02-03 06:41:12','2021-02-03 01:41:12'),
(128536,47009,'action started via WP Cron','2021-02-03 06:42:11','2021-02-03 01:42:11'),
(128537,47009,'action complete via WP Cron','2021-02-03 06:42:11','2021-02-03 01:42:11'),
(128538,47010,'action created','2021-02-03 06:42:11','2021-02-03 01:42:11'),
(128539,47010,'action started via WP Cron','2021-02-03 06:43:12','2021-02-03 01:43:12'),
(128540,47010,'action complete via WP Cron','2021-02-03 06:43:12','2021-02-03 01:43:12'),
(128541,47011,'action created','2021-02-03 06:43:12','2021-02-03 01:43:12'),
(128542,47011,'action started via WP Cron','2021-02-03 06:44:23','2021-02-03 01:44:23'),
(128543,47011,'action complete via WP Cron','2021-02-03 06:44:23','2021-02-03 01:44:23'),
(128544,47012,'action created','2021-02-03 06:44:23','2021-02-03 01:44:23'),
(128545,47012,'action started via WP Cron','2021-02-03 06:45:14','2021-02-03 01:45:14'),
(128546,47012,'action complete via WP Cron','2021-02-03 06:45:14','2021-02-03 01:45:14'),
(128547,47013,'action created','2021-02-03 06:45:14','2021-02-03 01:45:14'),
(128548,47013,'action started via WP Cron','2021-02-03 06:46:18','2021-02-03 01:46:18'),
(128549,47013,'action complete via WP Cron','2021-02-03 06:46:18','2021-02-03 01:46:18'),
(128550,47014,'action created','2021-02-03 06:46:18','2021-02-03 01:46:18'),
(128551,47014,'action started via WP Cron','2021-02-03 06:47:12','2021-02-03 01:47:12'),
(128552,47014,'action complete via WP Cron','2021-02-03 06:47:12','2021-02-03 01:47:12'),
(128553,47015,'action created','2021-02-03 06:47:12','2021-02-03 01:47:12'),
(128554,47015,'action started via WP Cron','2021-02-03 06:48:15','2021-02-03 01:48:15'),
(128555,47015,'action complete via WP Cron','2021-02-03 06:48:15','2021-02-03 01:48:15'),
(128556,47016,'action created','2021-02-03 06:48:15','2021-02-03 01:48:15'),
(128557,47016,'action started via WP Cron','2021-02-03 06:49:13','2021-02-03 01:49:13'),
(128558,47016,'action complete via WP Cron','2021-02-03 06:49:13','2021-02-03 01:49:13'),
(128559,47017,'action created','2021-02-03 06:49:13','2021-02-03 01:49:13'),
(128560,47017,'action started via WP Cron','2021-02-03 06:50:15','2021-02-03 01:50:15'),
(128561,47017,'action complete via WP Cron','2021-02-03 06:50:15','2021-02-03 01:50:15'),
(128562,47018,'action created','2021-02-03 06:50:15','2021-02-03 01:50:15'),
(128563,47018,'action started via WP Cron','2021-02-03 06:51:11','2021-02-03 01:51:11'),
(128564,47018,'action complete via WP Cron','2021-02-03 06:51:11','2021-02-03 01:51:11'),
(128565,47019,'action created','2021-02-03 06:51:11','2021-02-03 01:51:11'),
(128566,47019,'action started via WP Cron','2021-02-03 06:52:12','2021-02-03 01:52:12'),
(128567,47019,'action complete via WP Cron','2021-02-03 06:52:12','2021-02-03 01:52:12'),
(128568,47020,'action created','2021-02-03 06:52:12','2021-02-03 01:52:12'),
(128569,47020,'action started via WP Cron','2021-02-03 06:53:23','2021-02-03 01:53:23'),
(128570,47020,'action complete via WP Cron','2021-02-03 06:53:23','2021-02-03 01:53:23'),
(128571,47021,'action created','2021-02-03 06:53:23','2021-02-03 01:53:23'),
(128572,47021,'action started via WP Cron','2021-02-03 06:54:16','2021-02-03 01:54:16'),
(128573,47021,'action complete via WP Cron','2021-02-03 06:54:16','2021-02-03 01:54:16'),
(128574,47022,'action created','2021-02-03 06:54:16','2021-02-03 01:54:16'),
(128575,47022,'action started via WP Cron','2021-02-03 06:55:11','2021-02-03 01:55:11'),
(128576,47022,'action complete via WP Cron','2021-02-03 06:55:11','2021-02-03 01:55:11'),
(128577,47023,'action created','2021-02-03 06:55:11','2021-02-03 01:55:11'),
(128578,47023,'action started via WP Cron','2021-02-03 06:56:13','2021-02-03 01:56:13'),
(128579,47023,'action complete via WP Cron','2021-02-03 06:56:13','2021-02-03 01:56:13'),
(128580,47024,'action created','2021-02-03 06:56:13','2021-02-03 01:56:13'),
(128581,47024,'action started via WP Cron','2021-02-03 06:57:12','2021-02-03 01:57:12'),
(128582,47024,'action complete via WP Cron','2021-02-03 06:57:12','2021-02-03 01:57:12'),
(128583,47025,'action created','2021-02-03 06:57:12','2021-02-03 01:57:12'),
(128584,47025,'action started via WP Cron','2021-02-03 06:58:21','2021-02-03 01:58:21'),
(128585,47025,'action complete via WP Cron','2021-02-03 06:58:21','2021-02-03 01:58:21'),
(128586,47026,'action created','2021-02-03 06:58:21','2021-02-03 01:58:21'),
(128587,47026,'action started via WP Cron','2021-02-03 06:59:23','2021-02-03 01:59:23'),
(128588,47026,'action complete via WP Cron','2021-02-03 06:59:23','2021-02-03 01:59:23'),
(128589,47027,'action created','2021-02-03 06:59:23','2021-02-03 01:59:23'),
(128590,47027,'action started via WP Cron','2021-02-03 07:00:18','2021-02-03 02:00:18'),
(128591,47027,'action complete via WP Cron','2021-02-03 07:00:18','2021-02-03 02:00:18'),
(128592,47028,'action created','2021-02-03 07:00:18','2021-02-03 02:00:18'),
(128593,47028,'action started via WP Cron','2021-02-03 07:01:19','2021-02-03 02:01:19'),
(128594,47028,'action complete via WP Cron','2021-02-03 07:01:19','2021-02-03 02:01:19'),
(128595,47029,'action created','2021-02-03 07:01:19','2021-02-03 02:01:19'),
(128596,47029,'action started via WP Cron','2021-02-03 07:02:12','2021-02-03 02:02:12'),
(128597,47029,'action complete via WP Cron','2021-02-03 07:02:12','2021-02-03 02:02:12'),
(128598,47030,'action created','2021-02-03 07:02:12','2021-02-03 02:02:12'),
(128599,47030,'action started via WP Cron','2021-02-03 07:03:20','2021-02-03 02:03:20'),
(128600,47030,'action complete via WP Cron','2021-02-03 07:03:20','2021-02-03 02:03:20'),
(128601,47031,'action created','2021-02-03 07:03:20','2021-02-03 02:03:20'),
(128602,47031,'action started via WP Cron','2021-02-03 07:04:17','2021-02-03 02:04:17'),
(128603,47031,'action complete via WP Cron','2021-02-03 07:04:17','2021-02-03 02:04:17'),
(128604,47032,'action created','2021-02-03 07:04:18','2021-02-03 02:04:18'),
(128605,47032,'action started via WP Cron','2021-02-03 07:05:35','2021-02-03 02:05:35'),
(128606,47032,'action complete via WP Cron','2021-02-03 07:05:35','2021-02-03 02:05:35'),
(128607,47033,'action created','2021-02-03 07:05:35','2021-02-03 02:05:35'),
(128608,47033,'action started via WP Cron','2021-02-03 07:06:14','2021-02-03 02:06:14'),
(128609,47033,'action complete via WP Cron','2021-02-03 07:06:14','2021-02-03 02:06:14'),
(128610,47034,'action created','2021-02-03 07:06:14','2021-02-03 02:06:14'),
(128611,47034,'action started via WP Cron','2021-02-03 07:07:12','2021-02-03 02:07:12'),
(128612,47034,'action complete via WP Cron','2021-02-03 07:07:12','2021-02-03 02:07:12'),
(128613,47035,'action created','2021-02-03 07:07:12','2021-02-03 02:07:12'),
(128614,47035,'action started via WP Cron','2021-02-03 07:08:14','2021-02-03 02:08:14'),
(128615,47035,'action complete via WP Cron','2021-02-03 07:08:14','2021-02-03 02:08:14'),
(128616,47036,'action created','2021-02-03 07:08:14','2021-02-03 02:08:14'),
(128617,47036,'action started via WP Cron','2021-02-03 07:09:19','2021-02-03 02:09:19'),
(128618,47036,'action complete via WP Cron','2021-02-03 07:09:19','2021-02-03 02:09:19'),
(128619,47037,'action created','2021-02-03 07:09:19','2021-02-03 02:09:19'),
(128620,47037,'action started via WP Cron','2021-02-03 07:10:12','2021-02-03 02:10:12'),
(128621,47037,'action complete via WP Cron','2021-02-03 07:10:12','2021-02-03 02:10:12'),
(128622,47038,'action created','2021-02-03 07:10:12','2021-02-03 02:10:12'),
(128623,47038,'action started via WP Cron','2021-02-03 07:11:16','2021-02-03 02:11:16'),
(128624,47038,'action complete via WP Cron','2021-02-03 07:11:16','2021-02-03 02:11:16'),
(128625,47039,'action created','2021-02-03 07:11:16','2021-02-03 02:11:16'),
(128626,47039,'action started via WP Cron','2021-02-03 07:12:13','2021-02-03 02:12:13'),
(128627,47039,'action complete via WP Cron','2021-02-03 07:12:13','2021-02-03 02:12:13'),
(128628,47040,'action created','2021-02-03 07:12:13','2021-02-03 02:12:13'),
(128629,47040,'action started via WP Cron','2021-02-03 07:13:13','2021-02-03 02:13:13'),
(128630,47040,'action complete via WP Cron','2021-02-03 07:13:13','2021-02-03 02:13:13'),
(128631,47041,'action created','2021-02-03 07:13:14','2021-02-03 02:13:14'),
(128632,47041,'action started via WP Cron','2021-02-03 07:14:15','2021-02-03 02:14:15'),
(128633,47041,'action complete via WP Cron','2021-02-03 07:14:15','2021-02-03 02:14:15'),
(128634,47042,'action created','2021-02-03 07:14:15','2021-02-03 02:14:15'),
(128635,47042,'action started via WP Cron','2021-02-03 07:15:19','2021-02-03 02:15:19'),
(128636,47042,'action complete via WP Cron','2021-02-03 07:15:19','2021-02-03 02:15:19'),
(128637,47043,'action created','2021-02-03 07:15:19','2021-02-03 02:15:19'),
(128638,47043,'action started via WP Cron','2021-02-03 07:16:11','2021-02-03 02:16:11'),
(128639,47043,'action complete via WP Cron','2021-02-03 07:16:11','2021-02-03 02:16:11'),
(128640,47044,'action created','2021-02-03 07:16:11','2021-02-03 02:16:11'),
(128641,47044,'action started via WP Cron','2021-02-03 07:17:12','2021-02-03 02:17:12'),
(128642,47044,'action complete via WP Cron','2021-02-03 07:17:12','2021-02-03 02:17:12'),
(128643,47045,'action created','2021-02-03 07:17:12','2021-02-03 02:17:12'),
(128644,47045,'action started via WP Cron','2021-02-03 07:18:13','2021-02-03 02:18:13'),
(128645,47045,'action complete via WP Cron','2021-02-03 07:18:13','2021-02-03 02:18:13'),
(128646,47046,'action created','2021-02-03 07:18:13','2021-02-03 02:18:13'),
(128647,47046,'action started via WP Cron','2021-02-03 07:19:25','2021-02-03 02:19:25'),
(128648,47046,'action complete via WP Cron','2021-02-03 07:19:25','2021-02-03 02:19:25'),
(128649,47047,'action created','2021-02-03 07:19:25','2021-02-03 02:19:25'),
(128650,47047,'action started via WP Cron','2021-02-03 07:20:13','2021-02-03 02:20:13'),
(128651,47047,'action complete via WP Cron','2021-02-03 07:20:13','2021-02-03 02:20:13'),
(128652,47048,'action created','2021-02-03 07:20:13','2021-02-03 02:20:13'),
(128653,47048,'action started via WP Cron','2021-02-03 07:21:12','2021-02-03 02:21:12'),
(128654,47048,'action complete via WP Cron','2021-02-03 07:21:12','2021-02-03 02:21:12'),
(128655,47049,'action created','2021-02-03 07:21:12','2021-02-03 02:21:12'),
(128656,47049,'action started via WP Cron','2021-02-03 07:22:12','2021-02-03 02:22:12'),
(128657,47049,'action complete via WP Cron','2021-02-03 07:22:12','2021-02-03 02:22:12'),
(128658,47050,'action created','2021-02-03 07:22:12','2021-02-03 02:22:12'),
(128659,47050,'action started via WP Cron','2021-02-03 07:23:16','2021-02-03 02:23:16'),
(128660,47050,'action complete via WP Cron','2021-02-03 07:23:16','2021-02-03 02:23:16'),
(128661,47051,'action created','2021-02-03 07:23:16','2021-02-03 02:23:16'),
(128662,47051,'action started via WP Cron','2021-02-03 07:24:14','2021-02-03 02:24:14'),
(128663,47051,'action complete via WP Cron','2021-02-03 07:24:14','2021-02-03 02:24:14'),
(128664,47052,'action created','2021-02-03 07:24:14','2021-02-03 02:24:14'),
(128665,47052,'action started via WP Cron','2021-02-03 07:25:18','2021-02-03 02:25:18'),
(128666,47052,'action complete via WP Cron','2021-02-03 07:25:18','2021-02-03 02:25:18'),
(128667,47053,'action created','2021-02-03 07:25:18','2021-02-03 02:25:18'),
(128668,47053,'action started via WP Cron','2021-02-03 07:26:20','2021-02-03 02:26:20'),
(128669,47053,'action complete via WP Cron','2021-02-03 07:26:20','2021-02-03 02:26:20'),
(128670,47054,'action created','2021-02-03 07:26:20','2021-02-03 02:26:20'),
(128671,47054,'action started via WP Cron','2021-02-03 07:27:12','2021-02-03 02:27:12'),
(128672,47054,'action complete via WP Cron','2021-02-03 07:27:12','2021-02-03 02:27:12'),
(128673,47055,'action created','2021-02-03 07:27:13','2021-02-03 02:27:13'),
(128674,47055,'action started via WP Cron','2021-02-03 07:28:13','2021-02-03 02:28:13'),
(128675,47055,'action complete via WP Cron','2021-02-03 07:28:13','2021-02-03 02:28:13'),
(128676,47056,'action created','2021-02-03 07:28:13','2021-02-03 02:28:13'),
(128677,47056,'action started via WP Cron','2021-02-03 07:29:22','2021-02-03 02:29:22'),
(128678,47056,'action complete via WP Cron','2021-02-03 07:29:22','2021-02-03 02:29:22'),
(128679,47057,'action created','2021-02-03 07:29:22','2021-02-03 02:29:22'),
(128680,47057,'action started via WP Cron','2021-02-03 07:30:15','2021-02-03 02:30:15'),
(128681,47057,'action complete via WP Cron','2021-02-03 07:30:15','2021-02-03 02:30:15'),
(128682,47058,'action created','2021-02-03 07:30:15','2021-02-03 02:30:15'),
(128683,47058,'action started via WP Cron','2021-02-03 07:31:16','2021-02-03 02:31:16'),
(128684,47058,'action complete via WP Cron','2021-02-03 07:31:16','2021-02-03 02:31:16'),
(128685,47059,'action created','2021-02-03 07:31:16','2021-02-03 02:31:16'),
(128686,47059,'action started via WP Cron','2021-02-03 07:32:12','2021-02-03 02:32:12'),
(128687,47059,'action complete via WP Cron','2021-02-03 07:32:12','2021-02-03 02:32:12'),
(128688,47060,'action created','2021-02-03 07:32:12','2021-02-03 02:32:12'),
(128689,47060,'action started via WP Cron','2021-02-03 07:33:11','2021-02-03 02:33:11'),
(128690,47060,'action complete via WP Cron','2021-02-03 07:33:11','2021-02-03 02:33:11'),
(128691,47061,'action created','2021-02-03 07:33:11','2021-02-03 02:33:11'),
(128692,47061,'action started via WP Cron','2021-02-03 07:34:18','2021-02-03 02:34:18'),
(128693,47061,'action complete via WP Cron','2021-02-03 07:34:18','2021-02-03 02:34:18'),
(128694,47062,'action created','2021-02-03 07:34:18','2021-02-03 02:34:18'),
(128695,47062,'action started via WP Cron','2021-02-03 07:35:19','2021-02-03 02:35:19'),
(128696,47062,'action complete via WP Cron','2021-02-03 07:35:19','2021-02-03 02:35:19'),
(128697,47063,'action created','2021-02-03 07:35:19','2021-02-03 02:35:19'),
(128698,47063,'action started via WP Cron','2021-02-03 07:36:11','2021-02-03 02:36:11'),
(128699,47063,'action complete via WP Cron','2021-02-03 07:36:11','2021-02-03 02:36:11'),
(128700,47064,'action created','2021-02-03 07:36:11','2021-02-03 02:36:11'),
(128701,47064,'action started via WP Cron','2021-02-03 07:37:12','2021-02-03 02:37:12'),
(128702,47064,'action complete via WP Cron','2021-02-03 07:37:12','2021-02-03 02:37:12'),
(128703,47065,'action created','2021-02-03 07:37:12','2021-02-03 02:37:12'),
(128704,47065,'action started via WP Cron','2021-02-03 07:38:17','2021-02-03 02:38:17'),
(128705,47065,'action complete via WP Cron','2021-02-03 07:38:17','2021-02-03 02:38:17'),
(128706,47066,'action created','2021-02-03 07:38:17','2021-02-03 02:38:17'),
(128707,47066,'action started via WP Cron','2021-02-03 07:39:16','2021-02-03 02:39:16'),
(128708,47066,'action complete via WP Cron','2021-02-03 07:39:16','2021-02-03 02:39:16'),
(128709,47067,'action created','2021-02-03 07:39:16','2021-02-03 02:39:16'),
(128710,47067,'action started via WP Cron','2021-02-03 07:40:18','2021-02-03 02:40:18'),
(128711,47067,'action complete via WP Cron','2021-02-03 07:40:18','2021-02-03 02:40:18'),
(128712,47068,'action created','2021-02-03 07:40:18','2021-02-03 02:40:18'),
(128713,47068,'action started via WP Cron','2021-02-03 07:41:15','2021-02-03 02:41:15'),
(128714,47068,'action complete via WP Cron','2021-02-03 07:41:15','2021-02-03 02:41:15'),
(128715,47069,'action created','2021-02-03 07:41:15','2021-02-03 02:41:15'),
(128716,47069,'action started via WP Cron','2021-02-03 07:42:12','2021-02-03 02:42:12'),
(128717,47069,'action complete via WP Cron','2021-02-03 07:42:12','2021-02-03 02:42:12'),
(128718,47070,'action created','2021-02-03 07:42:12','2021-02-03 02:42:12'),
(128719,47070,'action started via WP Cron','2021-02-03 07:43:18','2021-02-03 02:43:18'),
(128720,47070,'action complete via WP Cron','2021-02-03 07:43:18','2021-02-03 02:43:18'),
(128721,47071,'action created','2021-02-03 07:43:18','2021-02-03 02:43:18'),
(128722,47071,'action started via WP Cron','2021-02-03 07:44:16','2021-02-03 02:44:16'),
(128723,47071,'action complete via WP Cron','2021-02-03 07:44:16','2021-02-03 02:44:16'),
(128724,47072,'action created','2021-02-03 07:44:16','2021-02-03 02:44:16'),
(128725,47072,'action started via WP Cron','2021-02-03 07:45:20','2021-02-03 02:45:20'),
(128726,47072,'action complete via WP Cron','2021-02-03 07:45:20','2021-02-03 02:45:20'),
(128727,47073,'action created','2021-02-03 07:45:20','2021-02-03 02:45:20'),
(128728,47073,'action started via WP Cron','2021-02-03 07:46:14','2021-02-03 02:46:14'),
(128729,47073,'action complete via WP Cron','2021-02-03 07:46:14','2021-02-03 02:46:14'),
(128730,47074,'action created','2021-02-03 07:46:14','2021-02-03 02:46:14'),
(128731,47074,'action started via WP Cron','2021-02-03 07:47:12','2021-02-03 02:47:12'),
(128732,47074,'action complete via WP Cron','2021-02-03 07:47:12','2021-02-03 02:47:12'),
(128733,47075,'action created','2021-02-03 07:47:12','2021-02-03 02:47:12'),
(128734,47075,'action started via WP Cron','2021-02-03 07:48:16','2021-02-03 02:48:16'),
(128735,47075,'action complete via WP Cron','2021-02-03 07:48:16','2021-02-03 02:48:16'),
(128736,47076,'action created','2021-02-03 07:48:16','2021-02-03 02:48:16'),
(128737,47076,'action started via WP Cron','2021-02-03 07:49:14','2021-02-03 02:49:14'),
(128738,47076,'action complete via WP Cron','2021-02-03 07:49:14','2021-02-03 02:49:14'),
(128739,47077,'action created','2021-02-03 07:49:14','2021-02-03 02:49:14'),
(128740,47077,'action started via WP Cron','2021-02-03 07:50:13','2021-02-03 02:50:13'),
(128741,47077,'action complete via WP Cron','2021-02-03 07:50:13','2021-02-03 02:50:13'),
(128742,47078,'action created','2021-02-03 07:50:13','2021-02-03 02:50:13'),
(128743,47078,'action started via WP Cron','2021-02-03 07:51:20','2021-02-03 02:51:20'),
(128744,47078,'action complete via WP Cron','2021-02-03 07:51:20','2021-02-03 02:51:20'),
(128745,47079,'action created','2021-02-03 07:51:20','2021-02-03 02:51:20'),
(128746,47079,'action started via WP Cron','2021-02-03 07:52:12','2021-02-03 02:52:12'),
(128747,47079,'action complete via WP Cron','2021-02-03 07:52:12','2021-02-03 02:52:12'),
(128748,47080,'action created','2021-02-03 07:52:12','2021-02-03 02:52:12'),
(128749,47080,'action started via WP Cron','2021-02-03 07:53:12','2021-02-03 02:53:12'),
(128750,47080,'action complete via WP Cron','2021-02-03 07:53:12','2021-02-03 02:53:12'),
(128751,47081,'action created','2021-02-03 07:53:12','2021-02-03 02:53:12'),
(128752,47081,'action started via WP Cron','2021-02-03 07:54:12','2021-02-03 02:54:12'),
(128753,47081,'action complete via WP Cron','2021-02-03 07:54:12','2021-02-03 02:54:12'),
(128754,47082,'action created','2021-02-03 07:54:12','2021-02-03 02:54:12'),
(128755,47082,'action started via WP Cron','2021-02-03 07:55:16','2021-02-03 02:55:16'),
(128756,47082,'action complete via WP Cron','2021-02-03 07:55:16','2021-02-03 02:55:16'),
(128757,47083,'action created','2021-02-03 07:55:16','2021-02-03 02:55:16'),
(128758,47083,'action started via WP Cron','2021-02-03 07:56:24','2021-02-03 02:56:24'),
(128759,47083,'action complete via WP Cron','2021-02-03 07:56:24','2021-02-03 02:56:24'),
(128760,47084,'action created','2021-02-03 07:56:24','2021-02-03 02:56:24'),
(128761,47084,'action started via WP Cron','2021-02-03 07:57:12','2021-02-03 02:57:12'),
(128762,47084,'action complete via WP Cron','2021-02-03 07:57:12','2021-02-03 02:57:12'),
(128763,47085,'action created','2021-02-03 07:57:12','2021-02-03 02:57:12'),
(128764,47085,'action started via WP Cron','2021-02-03 07:58:15','2021-02-03 02:58:15'),
(128765,47085,'action complete via WP Cron','2021-02-03 07:58:15','2021-02-03 02:58:15'),
(128766,47086,'action created','2021-02-03 07:58:15','2021-02-03 02:58:15'),
(128767,47086,'action started via WP Cron','2021-02-03 07:59:14','2021-02-03 02:59:14'),
(128768,47086,'action complete via WP Cron','2021-02-03 07:59:14','2021-02-03 02:59:14'),
(128769,47087,'action created','2021-02-03 07:59:14','2021-02-03 02:59:14'),
(128770,47087,'action started via WP Cron','2021-02-03 08:00:11','2021-02-03 03:00:11'),
(128771,47087,'action complete via WP Cron','2021-02-03 08:00:11','2021-02-03 03:00:11'),
(128772,47088,'action created','2021-02-03 08:00:11','2021-02-03 03:00:11'),
(128773,47088,'action started via WP Cron','2021-02-03 08:01:21','2021-02-03 03:01:21'),
(128774,47088,'action complete via WP Cron','2021-02-03 08:01:21','2021-02-03 03:01:21'),
(128775,47089,'action created','2021-02-03 08:01:21','2021-02-03 03:01:21'),
(128776,47089,'action started via WP Cron','2021-02-03 08:02:12','2021-02-03 03:02:12'),
(128777,47089,'action complete via WP Cron','2021-02-03 08:02:12','2021-02-03 03:02:12'),
(128778,47090,'action created','2021-02-03 08:02:12','2021-02-03 03:02:12'),
(128779,47090,'action started via WP Cron','2021-02-03 08:03:14','2021-02-03 03:03:14'),
(128780,47090,'action complete via WP Cron','2021-02-03 08:03:14','2021-02-03 03:03:14'),
(128781,47091,'action created','2021-02-03 08:03:15','2021-02-03 03:03:15'),
(128782,47091,'action started via WP Cron','2021-02-03 08:04:19','2021-02-03 03:04:19'),
(128783,47091,'action complete via WP Cron','2021-02-03 08:04:19','2021-02-03 03:04:19'),
(128784,47092,'action created','2021-02-03 08:04:19','2021-02-03 03:04:19'),
(128785,47092,'action started via WP Cron','2021-02-03 08:06:15','2021-02-03 03:06:15'),
(128786,47092,'action complete via WP Cron','2021-02-03 08:06:15','2021-02-03 03:06:15'),
(128787,47093,'action created','2021-02-03 08:06:15','2021-02-03 03:06:15'),
(128788,47093,'action started via WP Cron','2021-02-03 08:07:12','2021-02-03 03:07:12'),
(128789,47093,'action complete via WP Cron','2021-02-03 08:07:12','2021-02-03 03:07:12'),
(128790,47094,'action created','2021-02-03 08:07:12','2021-02-03 03:07:12'),
(128791,47094,'action started via WP Cron','2021-02-03 08:08:16','2021-02-03 03:08:16'),
(128792,47094,'action complete via WP Cron','2021-02-03 08:08:16','2021-02-03 03:08:16'),
(128793,47095,'action created','2021-02-03 08:08:16','2021-02-03 03:08:16'),
(128794,47095,'action started via WP Cron','2021-02-03 08:09:15','2021-02-03 03:09:15'),
(128795,47095,'action complete via WP Cron','2021-02-03 08:09:15','2021-02-03 03:09:15'),
(128796,47096,'action created','2021-02-03 08:09:15','2021-02-03 03:09:15'),
(128797,47096,'action started via WP Cron','2021-02-03 08:10:15','2021-02-03 03:10:15'),
(128798,47096,'action complete via WP Cron','2021-02-03 08:10:15','2021-02-03 03:10:15'),
(128799,47097,'action created','2021-02-03 08:10:15','2021-02-03 03:10:15'),
(128800,47097,'action started via WP Cron','2021-02-03 08:11:15','2021-02-03 03:11:15'),
(128801,47097,'action complete via WP Cron','2021-02-03 08:11:15','2021-02-03 03:11:15'),
(128802,47098,'action created','2021-02-03 08:11:15','2021-02-03 03:11:15'),
(128803,47098,'action started via WP Cron','2021-02-03 08:12:12','2021-02-03 03:12:12'),
(128804,47098,'action complete via WP Cron','2021-02-03 08:12:12','2021-02-03 03:12:12'),
(128805,47099,'action created','2021-02-03 08:12:12','2021-02-03 03:12:12'),
(128806,47099,'action started via WP Cron','2021-02-03 08:13:18','2021-02-03 03:13:18'),
(128807,47099,'action complete via WP Cron','2021-02-03 08:13:18','2021-02-03 03:13:18'),
(128808,47100,'action created','2021-02-03 08:13:18','2021-02-03 03:13:18'),
(128809,47100,'action started via WP Cron','2021-02-03 08:14:14','2021-02-03 03:14:14'),
(128810,47100,'action complete via WP Cron','2021-02-03 08:14:14','2021-02-03 03:14:14'),
(128811,47101,'action created','2021-02-03 08:14:14','2021-02-03 03:14:14'),
(128812,47101,'action started via WP Cron','2021-02-03 08:15:15','2021-02-03 03:15:15'),
(128813,47101,'action complete via WP Cron','2021-02-03 08:15:15','2021-02-03 03:15:15'),
(128814,47102,'action created','2021-02-03 08:15:15','2021-02-03 03:15:15'),
(128815,47102,'action started via WP Cron','2021-02-03 08:16:23','2021-02-03 03:16:23'),
(128816,47102,'action complete via WP Cron','2021-02-03 08:16:23','2021-02-03 03:16:23'),
(128817,47103,'action created','2021-02-03 08:16:23','2021-02-03 03:16:23'),
(128818,47103,'action started via WP Cron','2021-02-03 08:17:12','2021-02-03 03:17:12'),
(128819,47103,'action complete via WP Cron','2021-02-03 08:17:12','2021-02-03 03:17:12'),
(128820,47104,'action created','2021-02-03 08:17:12','2021-02-03 03:17:12'),
(128821,47104,'action started via WP Cron','2021-02-03 08:18:11','2021-02-03 03:18:11'),
(128822,47104,'action complete via WP Cron','2021-02-03 08:18:11','2021-02-03 03:18:11'),
(128823,47105,'action created','2021-02-03 08:18:11','2021-02-03 03:18:11'),
(128824,47105,'action started via WP Cron','2021-02-03 08:19:15','2021-02-03 03:19:15'),
(128825,47105,'action complete via WP Cron','2021-02-03 08:19:15','2021-02-03 03:19:15'),
(128826,47106,'action created','2021-02-03 08:19:15','2021-02-03 03:19:15'),
(128827,47106,'action started via WP Cron','2021-02-03 08:20:12','2021-02-03 03:20:12'),
(128828,47106,'action complete via WP Cron','2021-02-03 08:20:12','2021-02-03 03:20:12'),
(128829,47107,'action created','2021-02-03 08:20:12','2021-02-03 03:20:12'),
(128830,47107,'action started via WP Cron','2021-02-03 08:21:17','2021-02-03 03:21:17'),
(128831,47107,'action complete via WP Cron','2021-02-03 08:21:17','2021-02-03 03:21:17'),
(128832,47108,'action created','2021-02-03 08:21:17','2021-02-03 03:21:17'),
(128833,47108,'action started via WP Cron','2021-02-03 08:22:12','2021-02-03 03:22:12'),
(128834,47108,'action complete via WP Cron','2021-02-03 08:22:12','2021-02-03 03:22:12'),
(128835,47109,'action created','2021-02-03 08:22:13','2021-02-03 03:22:13'),
(128836,47109,'action started via WP Cron','2021-02-03 08:23:14','2021-02-03 03:23:14'),
(128837,47109,'action complete via WP Cron','2021-02-03 08:23:14','2021-02-03 03:23:14'),
(128838,47110,'action created','2021-02-03 08:23:14','2021-02-03 03:23:14'),
(128839,47110,'action started via WP Cron','2021-02-03 08:24:47','2021-02-03 03:24:47'),
(128840,47110,'action complete via WP Cron','2021-02-03 08:24:47','2021-02-03 03:24:47'),
(128841,47111,'action created','2021-02-03 08:24:47','2021-02-03 03:24:47'),
(128842,47111,'action started via WP Cron','2021-02-03 08:25:16','2021-02-03 03:25:16'),
(128843,47111,'action complete via WP Cron','2021-02-03 08:25:16','2021-02-03 03:25:16'),
(128844,47112,'action created','2021-02-03 08:25:16','2021-02-03 03:25:16'),
(128845,47112,'action started via WP Cron','2021-02-03 08:26:13','2021-02-03 03:26:13'),
(128846,47112,'action complete via WP Cron','2021-02-03 08:26:13','2021-02-03 03:26:13'),
(128847,47113,'action created','2021-02-03 08:26:13','2021-02-03 03:26:13'),
(128848,47113,'action started via WP Cron','2021-02-03 08:27:12','2021-02-03 03:27:12'),
(128849,47113,'action complete via WP Cron','2021-02-03 08:27:12','2021-02-03 03:27:12'),
(128850,47114,'action created','2021-02-03 08:27:12','2021-02-03 03:27:12'),
(128851,47114,'action started via WP Cron','2021-02-03 08:28:14','2021-02-03 03:28:14'),
(128852,47114,'action complete via WP Cron','2021-02-03 08:28:14','2021-02-03 03:28:14'),
(128853,47115,'action created','2021-02-03 08:28:14','2021-02-03 03:28:14'),
(128854,47115,'action started via WP Cron','2021-02-03 08:29:26','2021-02-03 03:29:26'),
(128855,47115,'action complete via WP Cron','2021-02-03 08:29:26','2021-02-03 03:29:26'),
(128856,47116,'action created','2021-02-03 08:29:26','2021-02-03 03:29:26'),
(128857,47116,'action started via WP Cron','2021-02-03 08:30:22','2021-02-03 03:30:22'),
(128858,47116,'action complete via WP Cron','2021-02-03 08:30:22','2021-02-03 03:30:22'),
(128859,47117,'action created','2021-02-03 08:30:22','2021-02-03 03:30:22'),
(128860,47117,'action started via WP Cron','2021-02-03 08:31:11','2021-02-03 03:31:11'),
(128861,47117,'action complete via WP Cron','2021-02-03 08:31:12','2021-02-03 03:31:12'),
(128862,47118,'action created','2021-02-03 08:31:12','2021-02-03 03:31:12'),
(128863,47118,'action started via WP Cron','2021-02-03 08:32:12','2021-02-03 03:32:12'),
(128864,47118,'action complete via WP Cron','2021-02-03 08:32:12','2021-02-03 03:32:12'),
(128865,47119,'action created','2021-02-03 08:32:12','2021-02-03 03:32:12'),
(128866,47119,'action started via WP Cron','2021-02-03 08:33:20','2021-02-03 03:33:20'),
(128867,47119,'action complete via WP Cron','2021-02-03 08:33:20','2021-02-03 03:33:20'),
(128868,47120,'action created','2021-02-03 08:33:20','2021-02-03 03:33:20'),
(128869,47120,'action started via WP Cron','2021-02-03 08:34:12','2021-02-03 03:34:12'),
(128870,47120,'action complete via WP Cron','2021-02-03 08:34:12','2021-02-03 03:34:12'),
(128871,47121,'action created','2021-02-03 08:34:12','2021-02-03 03:34:12'),
(128872,47121,'action started via WP Cron','2021-02-03 08:35:13','2021-02-03 03:35:13'),
(128873,47121,'action complete via WP Cron','2021-02-03 08:35:13','2021-02-03 03:35:13'),
(128874,47122,'action created','2021-02-03 08:35:13','2021-02-03 03:35:13'),
(128875,47122,'action started via WP Cron','2021-02-03 08:36:20','2021-02-03 03:36:20'),
(128876,47122,'action complete via WP Cron','2021-02-03 08:36:20','2021-02-03 03:36:20'),
(128877,47123,'action created','2021-02-03 08:36:20','2021-02-03 03:36:20'),
(128878,47123,'action started via WP Cron','2021-02-03 08:37:12','2021-02-03 03:37:12'),
(128879,47123,'action complete via WP Cron','2021-02-03 08:37:12','2021-02-03 03:37:12'),
(128880,47124,'action created','2021-02-03 08:37:12','2021-02-03 03:37:12'),
(128881,47124,'action started via WP Cron','2021-02-03 08:38:15','2021-02-03 03:38:15'),
(128882,47124,'action complete via WP Cron','2021-02-03 08:38:15','2021-02-03 03:38:15'),
(128883,47125,'action created','2021-02-03 08:38:15','2021-02-03 03:38:15'),
(128884,47125,'action started via WP Cron','2021-02-03 08:39:18','2021-02-03 03:39:18'),
(128885,47125,'action complete via WP Cron','2021-02-03 08:39:18','2021-02-03 03:39:18'),
(128886,47126,'action created','2021-02-03 08:39:18','2021-02-03 03:39:18'),
(128887,47126,'action started via WP Cron','2021-02-03 08:40:17','2021-02-03 03:40:17'),
(128888,47126,'action complete via WP Cron','2021-02-03 08:40:18','2021-02-03 03:40:18'),
(128889,47127,'action created','2021-02-03 08:40:18','2021-02-03 03:40:18'),
(128890,47127,'action started via WP Cron','2021-02-03 08:41:15','2021-02-03 03:41:15'),
(128891,47127,'action complete via WP Cron','2021-02-03 08:41:15','2021-02-03 03:41:15'),
(128892,47128,'action created','2021-02-03 08:41:15','2021-02-03 03:41:15'),
(128893,47128,'action started via WP Cron','2021-02-03 08:42:12','2021-02-03 03:42:12'),
(128894,47128,'action complete via WP Cron','2021-02-03 08:42:12','2021-02-03 03:42:12'),
(128895,47129,'action created','2021-02-03 08:42:12','2021-02-03 03:42:12'),
(128896,47129,'action started via WP Cron','2021-02-03 08:43:14','2021-02-03 03:43:14'),
(128897,47129,'action complete via WP Cron','2021-02-03 08:43:14','2021-02-03 03:43:14'),
(128898,47130,'action created','2021-02-03 08:43:14','2021-02-03 03:43:14'),
(128899,47130,'action started via WP Cron','2021-02-03 08:44:13','2021-02-03 03:44:13'),
(128900,47130,'action complete via WP Cron','2021-02-03 08:44:13','2021-02-03 03:44:13'),
(128901,47131,'action created','2021-02-03 08:44:13','2021-02-03 03:44:13'),
(128902,47131,'action started via WP Cron','2021-02-03 08:45:17','2021-02-03 03:45:17'),
(128903,47131,'action complete via WP Cron','2021-02-03 08:45:17','2021-02-03 03:45:17'),
(128904,47132,'action created','2021-02-03 08:45:17','2021-02-03 03:45:17'),
(128905,47132,'action started via WP Cron','2021-02-03 08:46:12','2021-02-03 03:46:12'),
(128906,47132,'action complete via WP Cron','2021-02-03 08:46:12','2021-02-03 03:46:12'),
(128907,47133,'action created','2021-02-03 08:46:12','2021-02-03 03:46:12'),
(128908,47133,'action started via WP Cron','2021-02-03 08:47:13','2021-02-03 03:47:13'),
(128909,47133,'action complete via WP Cron','2021-02-03 08:47:13','2021-02-03 03:47:13'),
(128910,47134,'action created','2021-02-03 08:47:13','2021-02-03 03:47:13'),
(128911,47134,'action started via WP Cron','2021-02-03 08:48:17','2021-02-03 03:48:17'),
(128912,47134,'action complete via WP Cron','2021-02-03 08:48:17','2021-02-03 03:48:17'),
(128913,47135,'action created','2021-02-03 08:48:17','2021-02-03 03:48:17'),
(128914,47135,'action started via WP Cron','2021-02-03 08:49:15','2021-02-03 03:49:15'),
(128915,47135,'action complete via WP Cron','2021-02-03 08:49:15','2021-02-03 03:49:15'),
(128916,47136,'action created','2021-02-03 08:49:16','2021-02-03 03:49:16'),
(128917,47136,'action started via WP Cron','2021-02-03 08:50:13','2021-02-03 03:50:13'),
(128918,47136,'action complete via WP Cron','2021-02-03 08:50:13','2021-02-03 03:50:13'),
(128919,47137,'action created','2021-02-03 08:50:13','2021-02-03 03:50:13'),
(128920,47137,'action started via WP Cron','2021-02-03 08:51:15','2021-02-03 03:51:15'),
(128921,47137,'action complete via WP Cron','2021-02-03 08:51:15','2021-02-03 03:51:15'),
(128922,47138,'action created','2021-02-03 08:51:15','2021-02-03 03:51:15'),
(128923,47138,'action started via WP Cron','2021-02-03 08:52:12','2021-02-03 03:52:12'),
(128924,47138,'action complete via WP Cron','2021-02-03 08:52:12','2021-02-03 03:52:12'),
(128925,47139,'action created','2021-02-03 08:52:12','2021-02-03 03:52:12'),
(128926,47139,'action started via WP Cron','2021-02-03 08:53:12','2021-02-03 03:53:12'),
(128927,47139,'action complete via WP Cron','2021-02-03 08:53:12','2021-02-03 03:53:12'),
(128928,47140,'action created','2021-02-03 08:53:12','2021-02-03 03:53:12'),
(128929,47140,'action started via WP Cron','2021-02-03 08:54:18','2021-02-03 03:54:18'),
(128930,47140,'action complete via WP Cron','2021-02-03 08:54:18','2021-02-03 03:54:18'),
(128931,47141,'action created','2021-02-03 08:54:18','2021-02-03 03:54:18'),
(128932,47141,'action started via WP Cron','2021-02-03 08:55:13','2021-02-03 03:55:13'),
(128933,47141,'action complete via WP Cron','2021-02-03 08:55:13','2021-02-03 03:55:13'),
(128934,47142,'action created','2021-02-03 08:55:13','2021-02-03 03:55:13'),
(128935,47142,'action started via WP Cron','2021-02-03 08:56:19','2021-02-03 03:56:19'),
(128936,47142,'action complete via WP Cron','2021-02-03 08:56:19','2021-02-03 03:56:19'),
(128937,47143,'action created','2021-02-03 08:56:19','2021-02-03 03:56:19'),
(128938,47143,'action started via WP Cron','2021-02-03 08:57:12','2021-02-03 03:57:12'),
(128939,47143,'action complete via WP Cron','2021-02-03 08:57:12','2021-02-03 03:57:12'),
(128940,47144,'action created','2021-02-03 08:57:12','2021-02-03 03:57:12'),
(128941,47144,'action started via WP Cron','2021-02-03 08:58:16','2021-02-03 03:58:16'),
(128942,47144,'action complete via WP Cron','2021-02-03 08:58:16','2021-02-03 03:58:16'),
(128943,47145,'action created','2021-02-03 08:58:16','2021-02-03 03:58:16'),
(128944,47145,'action started via WP Cron','2021-02-03 08:59:21','2021-02-03 03:59:21'),
(128945,47145,'action complete via WP Cron','2021-02-03 08:59:21','2021-02-03 03:59:21'),
(128946,47146,'action created','2021-02-03 08:59:22','2021-02-03 03:59:22'),
(128947,47146,'action started via WP Cron','2021-02-03 09:00:15','2021-02-03 04:00:15'),
(128948,47146,'action complete via WP Cron','2021-02-03 09:00:15','2021-02-03 04:00:15'),
(128949,47147,'action created','2021-02-03 09:00:15','2021-02-03 04:00:15'),
(128950,47147,'action started via WP Cron','2021-02-03 09:01:12','2021-02-03 04:01:12'),
(128951,47147,'action complete via WP Cron','2021-02-03 09:01:12','2021-02-03 04:01:12'),
(128952,47148,'action created','2021-02-03 09:01:12','2021-02-03 04:01:12'),
(128953,47148,'action started via WP Cron','2021-02-03 09:02:13','2021-02-03 04:02:13'),
(128954,47148,'action complete via WP Cron','2021-02-03 09:02:13','2021-02-03 04:02:13'),
(128955,47149,'action created','2021-02-03 09:02:13','2021-02-03 04:02:13'),
(128956,47149,'action started via WP Cron','2021-02-03 09:03:19','2021-02-03 04:03:19'),
(128957,47149,'action complete via WP Cron','2021-02-03 09:03:19','2021-02-03 04:03:19'),
(128958,47150,'action created','2021-02-03 09:03:19','2021-02-03 04:03:19'),
(128959,47150,'action started via WP Cron','2021-02-03 09:04:17','2021-02-03 04:04:17'),
(128960,47150,'action complete via WP Cron','2021-02-03 09:04:17','2021-02-03 04:04:17'),
(128961,47151,'action created','2021-02-03 09:04:18','2021-02-03 04:04:18'),
(128962,47151,'action started via WP Cron','2021-02-03 09:05:20','2021-02-03 04:05:20'),
(128963,47151,'action complete via WP Cron','2021-02-03 09:05:20','2021-02-03 04:05:20'),
(128964,47152,'action created','2021-02-03 09:05:20','2021-02-03 04:05:20'),
(128965,47152,'action started via WP Cron','2021-02-03 09:06:23','2021-02-03 04:06:23'),
(128966,47152,'action complete via WP Cron','2021-02-03 09:06:23','2021-02-03 04:06:23'),
(128967,47153,'action created','2021-02-03 09:06:23','2021-02-03 04:06:23'),
(128968,47153,'action started via WP Cron','2021-02-03 09:07:13','2021-02-03 04:07:13'),
(128969,47153,'action complete via WP Cron','2021-02-03 09:07:13','2021-02-03 04:07:13'),
(128970,47154,'action created','2021-02-03 09:07:13','2021-02-03 04:07:13'),
(128971,47154,'action started via WP Cron','2021-02-03 09:08:12','2021-02-03 04:08:12'),
(128972,47154,'action complete via WP Cron','2021-02-03 09:08:12','2021-02-03 04:08:12'),
(128973,47155,'action created','2021-02-03 09:08:12','2021-02-03 04:08:12'),
(128974,47155,'action started via WP Cron','2021-02-03 09:09:24','2021-02-03 04:09:24'),
(128975,47155,'action complete via WP Cron','2021-02-03 09:09:24','2021-02-03 04:09:24'),
(128976,47156,'action created','2021-02-03 09:09:24','2021-02-03 04:09:24'),
(128977,47156,'action started via WP Cron','2021-02-03 09:10:12','2021-02-03 04:10:12'),
(128978,47156,'action complete via WP Cron','2021-02-03 09:10:12','2021-02-03 04:10:12'),
(128979,47157,'action created','2021-02-03 09:10:12','2021-02-03 04:10:12'),
(128980,47157,'action started via WP Cron','2021-02-03 09:11:13','2021-02-03 04:11:13'),
(128981,47157,'action complete via WP Cron','2021-02-03 09:11:13','2021-02-03 04:11:13'),
(128982,47158,'action created','2021-02-03 09:11:13','2021-02-03 04:11:13'),
(128983,47158,'action started via WP Cron','2021-02-03 09:12:13','2021-02-03 04:12:13'),
(128984,47158,'action complete via WP Cron','2021-02-03 09:12:13','2021-02-03 04:12:13'),
(128985,47159,'action created','2021-02-03 09:12:13','2021-02-03 04:12:13'),
(128986,47159,'action started via WP Cron','2021-02-03 09:13:16','2021-02-03 04:13:16'),
(128987,47159,'action complete via WP Cron','2021-02-03 09:13:16','2021-02-03 04:13:16'),
(128988,47160,'action created','2021-02-03 09:13:16','2021-02-03 04:13:16'),
(128989,47160,'action started via WP Cron','2021-02-03 09:14:15','2021-02-03 04:14:15'),
(128990,47160,'action complete via WP Cron','2021-02-03 09:14:15','2021-02-03 04:14:15'),
(128991,47161,'action created','2021-02-03 09:14:15','2021-02-03 04:14:15'),
(128992,47161,'action started via WP Cron','2021-02-03 09:15:15','2021-02-03 04:15:15'),
(128993,47161,'action complete via WP Cron','2021-02-03 09:15:15','2021-02-03 04:15:15'),
(128994,47162,'action created','2021-02-03 09:15:15','2021-02-03 04:15:15'),
(128995,47162,'action started via WP Cron','2021-02-03 09:16:13','2021-02-03 04:16:13'),
(128996,47162,'action complete via WP Cron','2021-02-03 09:16:13','2021-02-03 04:16:13'),
(128997,47163,'action created','2021-02-03 09:16:13','2021-02-03 04:16:13'),
(128998,47163,'action started via WP Cron','2021-02-03 09:17:12','2021-02-03 04:17:12'),
(128999,47163,'action complete via WP Cron','2021-02-03 09:17:12','2021-02-03 04:17:12'),
(129000,47164,'action created','2021-02-03 09:17:12','2021-02-03 04:17:12'),
(129001,47164,'action started via WP Cron','2021-02-03 09:18:19','2021-02-03 04:18:19'),
(129002,47164,'action complete via WP Cron','2021-02-03 09:18:19','2021-02-03 04:18:19'),
(129003,47165,'action created','2021-02-03 09:18:19','2021-02-03 04:18:19'),
(129004,47165,'action started via WP Cron','2021-02-03 09:19:14','2021-02-03 04:19:14'),
(129005,47165,'action complete via WP Cron','2021-02-03 09:19:14','2021-02-03 04:19:14'),
(129006,47166,'action created','2021-02-03 09:19:14','2021-02-03 04:19:14'),
(129007,47166,'action started via WP Cron','2021-02-03 09:20:18','2021-02-03 04:20:18'),
(129008,47166,'action complete via WP Cron','2021-02-03 09:20:18','2021-02-03 04:20:18'),
(129009,47167,'action created','2021-02-03 09:20:18','2021-02-03 04:20:18'),
(129010,47167,'action started via WP Cron','2021-02-03 09:21:13','2021-02-03 04:21:13'),
(129011,47167,'action complete via WP Cron','2021-02-03 09:21:13','2021-02-03 04:21:13'),
(129012,47168,'action created','2021-02-03 09:21:13','2021-02-03 04:21:13'),
(129013,47168,'action started via WP Cron','2021-02-03 09:22:11','2021-02-03 04:22:11'),
(129014,47168,'action complete via WP Cron','2021-02-03 09:22:11','2021-02-03 04:22:11'),
(129015,47169,'action created','2021-02-03 09:22:11','2021-02-03 04:22:11'),
(129016,47169,'action started via WP Cron','2021-02-03 09:23:12','2021-02-03 04:23:12'),
(129017,47169,'action complete via WP Cron','2021-02-03 09:23:12','2021-02-03 04:23:12'),
(129018,47170,'action created','2021-02-03 09:23:12','2021-02-03 04:23:12'),
(129019,47170,'action started via WP Cron','2021-02-03 09:24:13','2021-02-03 04:24:13'),
(129020,47170,'action complete via WP Cron','2021-02-03 09:24:13','2021-02-03 04:24:13'),
(129021,47171,'action created','2021-02-03 09:24:13','2021-02-03 04:24:13'),
(129022,47171,'action started via WP Cron','2021-02-03 09:25:12','2021-02-03 04:25:12'),
(129023,47171,'action complete via WP Cron','2021-02-03 09:25:12','2021-02-03 04:25:12'),
(129024,47172,'action created','2021-02-03 09:25:12','2021-02-03 04:25:12'),
(129025,47172,'action started via WP Cron','2021-02-03 09:26:16','2021-02-03 04:26:16'),
(129026,47172,'action complete via WP Cron','2021-02-03 09:26:16','2021-02-03 04:26:16'),
(129027,47173,'action created','2021-02-03 09:26:16','2021-02-03 04:26:16'),
(129028,47173,'action started via WP Cron','2021-02-03 09:27:11','2021-02-03 04:27:11'),
(129029,47173,'action complete via WP Cron','2021-02-03 09:27:11','2021-02-03 04:27:11'),
(129030,47174,'action created','2021-02-03 09:27:11','2021-02-03 04:27:11'),
(129031,47174,'action started via WP Cron','2021-02-03 09:28:11','2021-02-03 04:28:11'),
(129032,47174,'action complete via WP Cron','2021-02-03 09:28:11','2021-02-03 04:28:11'),
(129033,47175,'action created','2021-02-03 09:28:11','2021-02-03 04:28:11'),
(129034,47175,'action started via WP Cron','2021-02-03 09:29:12','2021-02-03 04:29:12'),
(129035,47175,'action complete via WP Cron','2021-02-03 09:29:12','2021-02-03 04:29:12'),
(129036,47176,'action created','2021-02-03 09:29:12','2021-02-03 04:29:12'),
(129037,47176,'action started via WP Cron','2021-02-03 09:30:20','2021-02-03 04:30:20'),
(129038,47176,'action complete via WP Cron','2021-02-03 09:30:21','2021-02-03 04:30:21'),
(129039,47177,'action created','2021-02-03 09:30:21','2021-02-03 04:30:21'),
(129040,47177,'action started via WP Cron','2021-02-03 09:31:21','2021-02-03 04:31:21'),
(129041,47177,'action complete via WP Cron','2021-02-03 09:31:21','2021-02-03 04:31:21'),
(129042,47178,'action created','2021-02-03 09:31:21','2021-02-03 04:31:21'),
(129043,47178,'action started via WP Cron','2021-02-03 09:32:12','2021-02-03 04:32:12'),
(129044,47178,'action complete via WP Cron','2021-02-03 09:32:12','2021-02-03 04:32:12'),
(129045,47179,'action created','2021-02-03 09:32:12','2021-02-03 04:32:12'),
(129046,47179,'action started via WP Cron','2021-02-03 09:33:15','2021-02-03 04:33:15'),
(129047,47179,'action complete via WP Cron','2021-02-03 09:33:15','2021-02-03 04:33:15'),
(129048,47180,'action created','2021-02-03 09:33:15','2021-02-03 04:33:15'),
(129049,47180,'action started via WP Cron','2021-02-03 09:34:24','2021-02-03 04:34:24'),
(129050,47180,'action complete via WP Cron','2021-02-03 09:34:24','2021-02-03 04:34:24'),
(129051,47181,'action created','2021-02-03 09:34:24','2021-02-03 04:34:24'),
(129052,47181,'action started via WP Cron','2021-02-03 09:35:13','2021-02-03 04:35:13'),
(129053,47181,'action complete via WP Cron','2021-02-03 09:35:13','2021-02-03 04:35:13'),
(129054,47182,'action created','2021-02-03 09:35:13','2021-02-03 04:35:13'),
(129055,47182,'action started via WP Cron','2021-02-03 09:36:16','2021-02-03 04:36:16'),
(129056,47182,'action complete via WP Cron','2021-02-03 09:36:16','2021-02-03 04:36:16'),
(129057,47183,'action created','2021-02-03 09:36:16','2021-02-03 04:36:16'),
(129058,47183,'action started via WP Cron','2021-02-03 09:37:12','2021-02-03 04:37:12'),
(129059,47183,'action complete via WP Cron','2021-02-03 09:37:12','2021-02-03 04:37:12'),
(129060,47184,'action created','2021-02-03 09:37:12','2021-02-03 04:37:12'),
(129061,47184,'action started via WP Cron','2021-02-03 09:38:15','2021-02-03 04:38:15'),
(129062,47184,'action complete via WP Cron','2021-02-03 09:38:15','2021-02-03 04:38:15'),
(129063,47185,'action created','2021-02-03 09:38:16','2021-02-03 04:38:16'),
(129064,47185,'action started via WP Cron','2021-02-03 09:39:17','2021-02-03 04:39:17'),
(129065,47185,'action complete via WP Cron','2021-02-03 09:39:17','2021-02-03 04:39:17'),
(129066,47186,'action created','2021-02-03 09:39:17','2021-02-03 04:39:17'),
(129067,47186,'action started via WP Cron','2021-02-03 09:40:27','2021-02-03 04:40:27'),
(129068,47186,'action complete via WP Cron','2021-02-03 09:40:27','2021-02-03 04:40:27'),
(129069,47187,'action created','2021-02-03 09:40:27','2021-02-03 04:40:27'),
(129070,47187,'action started via WP Cron','2021-02-03 09:41:14','2021-02-03 04:41:14'),
(129071,47187,'action complete via WP Cron','2021-02-03 09:41:14','2021-02-03 04:41:14'),
(129072,47188,'action created','2021-02-03 09:41:14','2021-02-03 04:41:14'),
(129073,47188,'action started via WP Cron','2021-02-03 09:42:12','2021-02-03 04:42:12'),
(129074,47188,'action complete via WP Cron','2021-02-03 09:42:12','2021-02-03 04:42:12'),
(129075,47189,'action created','2021-02-03 09:42:12','2021-02-03 04:42:12'),
(129076,47189,'action started via WP Cron','2021-02-03 09:43:23','2021-02-03 04:43:23'),
(129077,47189,'action complete via WP Cron','2021-02-03 09:43:23','2021-02-03 04:43:23'),
(129078,47190,'action created','2021-02-03 09:43:23','2021-02-03 04:43:23'),
(129079,47190,'action started via WP Cron','2021-02-03 09:44:28','2021-02-03 04:44:28'),
(129080,47190,'action complete via WP Cron','2021-02-03 09:44:28','2021-02-03 04:44:28'),
(129081,47191,'action created','2021-02-03 09:44:28','2021-02-03 04:44:28'),
(129082,47191,'action started via WP Cron','2021-02-03 09:45:15','2021-02-03 04:45:15'),
(129083,47191,'action complete via WP Cron','2021-02-03 09:45:15','2021-02-03 04:45:15'),
(129084,47192,'action created','2021-02-03 09:45:15','2021-02-03 04:45:15'),
(129085,47192,'action started via WP Cron','2021-02-03 09:46:19','2021-02-03 04:46:19'),
(129086,47192,'action complete via WP Cron','2021-02-03 09:46:19','2021-02-03 04:46:19'),
(129087,47193,'action created','2021-02-03 09:46:19','2021-02-03 04:46:19'),
(129088,47193,'action started via WP Cron','2021-02-03 09:47:13','2021-02-03 04:47:13'),
(129089,47193,'action complete via WP Cron','2021-02-03 09:47:13','2021-02-03 04:47:13'),
(129090,47194,'action created','2021-02-03 09:47:13','2021-02-03 04:47:13'),
(129091,47194,'action started via WP Cron','2021-02-03 09:48:11','2021-02-03 04:48:11'),
(129092,47194,'action complete via WP Cron','2021-02-03 09:48:11','2021-02-03 04:48:11'),
(129093,47195,'action created','2021-02-03 09:48:11','2021-02-03 04:48:11'),
(129094,47195,'action started via WP Cron','2021-02-03 09:49:12','2021-02-03 04:49:12'),
(129095,47195,'action complete via WP Cron','2021-02-03 09:49:12','2021-02-03 04:49:12'),
(129096,47196,'action created','2021-02-03 09:49:12','2021-02-03 04:49:12'),
(129097,47196,'action started via WP Cron','2021-02-03 09:50:17','2021-02-03 04:50:17'),
(129098,47196,'action complete via WP Cron','2021-02-03 09:50:17','2021-02-03 04:50:17'),
(129099,47197,'action created','2021-02-03 09:50:17','2021-02-03 04:50:17'),
(129100,47197,'action started via WP Cron','2021-02-03 09:51:12','2021-02-03 04:51:12'),
(129101,47197,'action complete via WP Cron','2021-02-03 09:51:12','2021-02-03 04:51:12'),
(129102,47198,'action created','2021-02-03 09:51:12','2021-02-03 04:51:12'),
(129103,47198,'action started via WP Cron','2021-02-03 09:52:13','2021-02-03 04:52:13'),
(129104,47198,'action complete via WP Cron','2021-02-03 09:52:13','2021-02-03 04:52:13'),
(129105,47199,'action created','2021-02-03 09:52:13','2021-02-03 04:52:13'),
(129106,47199,'action started via WP Cron','2021-02-03 09:53:18','2021-02-03 04:53:18'),
(129107,47199,'action complete via WP Cron','2021-02-03 09:53:18','2021-02-03 04:53:18'),
(129108,47200,'action created','2021-02-03 09:53:18','2021-02-03 04:53:18'),
(129109,47200,'action started via WP Cron','2021-02-03 09:54:16','2021-02-03 04:54:16'),
(129110,47200,'action complete via WP Cron','2021-02-03 09:54:16','2021-02-03 04:54:16'),
(129111,47201,'action created','2021-02-03 09:54:16','2021-02-03 04:54:16'),
(129112,47201,'action started via WP Cron','2021-02-03 09:55:15','2021-02-03 04:55:15'),
(129113,47201,'action complete via WP Cron','2021-02-03 09:55:15','2021-02-03 04:55:15'),
(129114,47202,'action created','2021-02-03 09:55:15','2021-02-03 04:55:15'),
(129115,47202,'action started via WP Cron','2021-02-03 09:56:14','2021-02-03 04:56:14'),
(129116,47202,'action complete via WP Cron','2021-02-03 09:56:14','2021-02-03 04:56:14'),
(129117,47203,'action created','2021-02-03 09:56:14','2021-02-03 04:56:14'),
(129118,47203,'action started via WP Cron','2021-02-03 09:57:12','2021-02-03 04:57:12'),
(129119,47203,'action complete via WP Cron','2021-02-03 09:57:12','2021-02-03 04:57:12'),
(129120,47204,'action created','2021-02-03 09:57:12','2021-02-03 04:57:12'),
(129121,47204,'action started via WP Cron','2021-02-03 09:58:13','2021-02-03 04:58:13'),
(129122,47204,'action complete via WP Cron','2021-02-03 09:58:13','2021-02-03 04:58:13'),
(129123,47205,'action created','2021-02-03 09:58:13','2021-02-03 04:58:13'),
(129124,47205,'action started via WP Cron','2021-02-03 09:59:22','2021-02-03 04:59:22'),
(129125,47205,'action complete via WP Cron','2021-02-03 09:59:22','2021-02-03 04:59:22'),
(129126,47206,'action created','2021-02-03 09:59:22','2021-02-03 04:59:22'),
(129127,47206,'action started via WP Cron','2021-02-03 10:00:14','2021-02-03 05:00:14'),
(129128,47206,'action complete via WP Cron','2021-02-03 10:00:14','2021-02-03 05:00:14'),
(129129,47207,'action created','2021-02-03 10:00:14','2021-02-03 05:00:14'),
(129130,47207,'action started via WP Cron','2021-02-03 10:01:14','2021-02-03 05:01:14'),
(129131,47207,'action complete via WP Cron','2021-02-03 10:01:14','2021-02-03 05:01:14'),
(129132,47208,'action created','2021-02-03 10:01:14','2021-02-03 05:01:14'),
(129133,47208,'action started via WP Cron','2021-02-03 10:02:12','2021-02-03 05:02:12'),
(129134,47208,'action complete via WP Cron','2021-02-03 10:02:12','2021-02-03 05:02:12'),
(129135,47209,'action created','2021-02-03 10:02:12','2021-02-03 05:02:12'),
(129136,47209,'action started via WP Cron','2021-02-03 10:03:34','2021-02-03 05:03:34'),
(129137,47209,'action complete via WP Cron','2021-02-03 10:03:34','2021-02-03 05:03:34'),
(129138,47210,'action created','2021-02-03 10:03:34','2021-02-03 05:03:34'),
(129139,47210,'action started via WP Cron','2021-02-03 10:04:30','2021-02-03 05:04:30'),
(129140,47210,'action complete via WP Cron','2021-02-03 10:04:30','2021-02-03 05:04:30'),
(129141,47211,'action created','2021-02-03 10:04:30','2021-02-03 05:04:30'),
(129142,47211,'action started via WP Cron','2021-02-03 10:05:12','2021-02-03 05:05:12'),
(129143,47211,'action complete via WP Cron','2021-02-03 10:05:12','2021-02-03 05:05:12'),
(129144,47212,'action created','2021-02-03 10:05:13','2021-02-03 05:05:13'),
(129145,47212,'action started via WP Cron','2021-02-03 10:06:11','2021-02-03 05:06:11'),
(129146,47212,'action complete via WP Cron','2021-02-03 10:06:11','2021-02-03 05:06:11'),
(129147,47213,'action created','2021-02-03 10:06:11','2021-02-03 05:06:11'),
(129148,47213,'action started via WP Cron','2021-02-03 10:07:13','2021-02-03 05:07:13'),
(129149,47213,'action complete via WP Cron','2021-02-03 10:07:13','2021-02-03 05:07:13'),
(129150,47214,'action created','2021-02-03 10:07:13','2021-02-03 05:07:13'),
(129151,47214,'action started via WP Cron','2021-02-03 10:08:17','2021-02-03 05:08:17'),
(129152,47214,'action complete via WP Cron','2021-02-03 10:08:17','2021-02-03 05:08:17'),
(129153,47215,'action created','2021-02-03 10:08:17','2021-02-03 05:08:17'),
(129154,47215,'action started via WP Cron','2021-02-03 10:09:16','2021-02-03 05:09:16'),
(129155,47215,'action complete via WP Cron','2021-02-03 10:09:16','2021-02-03 05:09:16'),
(129156,47216,'action created','2021-02-03 10:09:16','2021-02-03 05:09:16'),
(129157,47216,'action started via WP Cron','2021-02-03 10:10:18','2021-02-03 05:10:18'),
(129158,47216,'action complete via WP Cron','2021-02-03 10:10:18','2021-02-03 05:10:18'),
(129159,47217,'action created','2021-02-03 10:10:18','2021-02-03 05:10:18'),
(129160,47217,'action started via WP Cron','2021-02-03 10:11:14','2021-02-03 05:11:14'),
(129161,47217,'action complete via WP Cron','2021-02-03 10:11:14','2021-02-03 05:11:14'),
(129162,47218,'action created','2021-02-03 10:11:14','2021-02-03 05:11:14'),
(129163,47218,'action started via WP Cron','2021-02-03 10:12:12','2021-02-03 05:12:12'),
(129164,47218,'action complete via WP Cron','2021-02-03 10:12:12','2021-02-03 05:12:12'),
(129165,47219,'action created','2021-02-03 10:12:12','2021-02-03 05:12:12'),
(129166,47219,'action started via WP Cron','2021-02-03 10:13:18','2021-02-03 05:13:18'),
(129167,47219,'action complete via WP Cron','2021-02-03 10:13:18','2021-02-03 05:13:18'),
(129168,47220,'action created','2021-02-03 10:13:18','2021-02-03 05:13:18'),
(129169,47220,'action started via WP Cron','2021-02-03 10:14:16','2021-02-03 05:14:16'),
(129170,47220,'action complete via WP Cron','2021-02-03 10:14:16','2021-02-03 05:14:16'),
(129171,47221,'action created','2021-02-03 10:14:16','2021-02-03 05:14:16'),
(129172,47221,'action started via WP Cron','2021-02-03 10:15:27','2021-02-03 05:15:27'),
(129173,47221,'action complete via WP Cron','2021-02-03 10:15:27','2021-02-03 05:15:27'),
(129174,47222,'action created','2021-02-03 10:15:27','2021-02-03 05:15:27'),
(129175,47222,'action started via WP Cron','2021-02-03 10:16:18','2021-02-03 05:16:18'),
(129176,47222,'action complete via WP Cron','2021-02-03 10:16:18','2021-02-03 05:16:18'),
(129177,47223,'action created','2021-02-03 10:16:18','2021-02-03 05:16:18'),
(129178,47223,'action started via WP Cron','2021-02-03 10:17:12','2021-02-03 05:17:12'),
(129179,47223,'action complete via WP Cron','2021-02-03 10:17:12','2021-02-03 05:17:12'),
(129180,47224,'action created','2021-02-03 10:17:12','2021-02-03 05:17:12'),
(129181,47224,'action started via WP Cron','2021-02-03 10:18:12','2021-02-03 05:18:12'),
(129182,47224,'action complete via WP Cron','2021-02-03 10:18:12','2021-02-03 05:18:12'),
(129183,47225,'action created','2021-02-03 10:18:12','2021-02-03 05:18:12'),
(129184,47225,'action started via WP Cron','2021-02-03 10:19:20','2021-02-03 05:19:20'),
(129185,47225,'action complete via WP Cron','2021-02-03 10:19:20','2021-02-03 05:19:20'),
(129186,47226,'action created','2021-02-03 10:19:20','2021-02-03 05:19:20'),
(129187,47226,'action started via WP Cron','2021-02-03 10:20:15','2021-02-03 05:20:15'),
(129188,47226,'action complete via WP Cron','2021-02-03 10:20:15','2021-02-03 05:20:15'),
(129189,47227,'action created','2021-02-03 10:20:15','2021-02-03 05:20:15'),
(129190,47227,'action started via WP Cron','2021-02-03 10:21:16','2021-02-03 05:21:16'),
(129191,47227,'action complete via WP Cron','2021-02-03 10:21:16','2021-02-03 05:21:16'),
(129192,47228,'action created','2021-02-03 10:21:16','2021-02-03 05:21:16'),
(129193,47228,'action started via WP Cron','2021-02-03 10:22:12','2021-02-03 05:22:12'),
(129194,47228,'action complete via WP Cron','2021-02-03 10:22:12','2021-02-03 05:22:12'),
(129195,47229,'action created','2021-02-03 10:22:12','2021-02-03 05:22:12'),
(129196,47229,'action started via WP Cron','2021-02-03 10:23:12','2021-02-03 05:23:12'),
(129197,47229,'action complete via WP Cron','2021-02-03 10:23:12','2021-02-03 05:23:12'),
(129198,47230,'action created','2021-02-03 10:23:12','2021-02-03 05:23:12'),
(129199,47230,'action started via WP Cron','2021-02-03 10:24:13','2021-02-03 05:24:13'),
(129200,47230,'action complete via WP Cron','2021-02-03 10:24:13','2021-02-03 05:24:13'),
(129201,47231,'action created','2021-02-03 10:24:13','2021-02-03 05:24:13'),
(129202,47231,'action started via WP Cron','2021-02-03 10:25:13','2021-02-03 05:25:13'),
(129203,47231,'action complete via WP Cron','2021-02-03 10:25:13','2021-02-03 05:25:13'),
(129204,47232,'action created','2021-02-03 10:25:13','2021-02-03 05:25:13'),
(129205,47232,'action started via WP Cron','2021-02-03 10:26:22','2021-02-03 05:26:22'),
(129206,47232,'action complete via WP Cron','2021-02-03 10:26:22','2021-02-03 05:26:22'),
(129207,47233,'action created','2021-02-03 10:26:22','2021-02-03 05:26:22'),
(129208,47233,'action started via WP Cron','2021-02-03 10:27:13','2021-02-03 05:27:13'),
(129209,47233,'action complete via WP Cron','2021-02-03 10:27:13','2021-02-03 05:27:13'),
(129210,47234,'action created','2021-02-03 10:27:13','2021-02-03 05:27:13'),
(129211,47234,'action started via WP Cron','2021-02-03 10:28:18','2021-02-03 05:28:18'),
(129212,47234,'action complete via WP Cron','2021-02-03 10:28:18','2021-02-03 05:28:18'),
(129213,47235,'action created','2021-02-03 10:28:18','2021-02-03 05:28:18'),
(129214,47235,'action started via WP Cron','2021-02-03 10:29:13','2021-02-03 05:29:13'),
(129215,47235,'action complete via WP Cron','2021-02-03 10:29:13','2021-02-03 05:29:13'),
(129216,47236,'action created','2021-02-03 10:29:13','2021-02-03 05:29:13'),
(129217,47236,'action started via WP Cron','2021-02-03 10:30:15','2021-02-03 05:30:15'),
(129218,47236,'action complete via WP Cron','2021-02-03 10:30:15','2021-02-03 05:30:15'),
(129219,47237,'action created','2021-02-03 10:30:15','2021-02-03 05:30:15'),
(129220,47237,'action started via WP Cron','2021-02-03 10:31:14','2021-02-03 05:31:14'),
(129221,47237,'action complete via WP Cron','2021-02-03 10:31:14','2021-02-03 05:31:14'),
(129222,47238,'action created','2021-02-03 10:31:14','2021-02-03 05:31:14'),
(129223,47238,'action started via WP Cron','2021-02-03 10:32:12','2021-02-03 05:32:12'),
(129224,47238,'action complete via WP Cron','2021-02-03 10:32:12','2021-02-03 05:32:12'),
(129225,47239,'action created','2021-02-03 10:32:12','2021-02-03 05:32:12'),
(129226,47239,'action started via WP Cron','2021-02-03 10:33:22','2021-02-03 05:33:22'),
(129227,47239,'action complete via WP Cron','2021-02-03 10:33:22','2021-02-03 05:33:22'),
(129228,47240,'action created','2021-02-03 10:33:22','2021-02-03 05:33:22'),
(129229,47240,'action started via WP Cron','2021-02-03 10:34:20','2021-02-03 05:34:20'),
(129230,47240,'action complete via WP Cron','2021-02-03 10:34:20','2021-02-03 05:34:20'),
(129231,47241,'action created','2021-02-03 10:34:20','2021-02-03 05:34:20'),
(129232,47241,'action started via WP Cron','2021-02-03 10:35:17','2021-02-03 05:35:17'),
(129233,47241,'action complete via WP Cron','2021-02-03 10:35:17','2021-02-03 05:35:17'),
(129234,47242,'action created','2021-02-03 10:35:18','2021-02-03 05:35:18'),
(129235,47242,'action started via WP Cron','2021-02-03 10:36:22','2021-02-03 05:36:22'),
(129236,47242,'action complete via WP Cron','2021-02-03 10:36:22','2021-02-03 05:36:22'),
(129237,47243,'action created','2021-02-03 10:36:22','2021-02-03 05:36:22'),
(129238,47243,'action started via WP Cron','2021-02-03 10:37:12','2021-02-03 05:37:12'),
(129239,47243,'action complete via WP Cron','2021-02-03 10:37:12','2021-02-03 05:37:12'),
(129240,47244,'action created','2021-02-03 10:37:12','2021-02-03 05:37:12'),
(129241,47244,'action started via WP Cron','2021-02-03 10:38:22','2021-02-03 05:38:22'),
(129242,47244,'action complete via WP Cron','2021-02-03 10:38:22','2021-02-03 05:38:22'),
(129243,47245,'action created','2021-02-03 10:38:22','2021-02-03 05:38:22'),
(129244,47245,'action started via WP Cron','2021-02-03 10:39:21','2021-02-03 05:39:21'),
(129245,47245,'action complete via WP Cron','2021-02-03 10:39:21','2021-02-03 05:39:21'),
(129246,47246,'action created','2021-02-03 10:39:21','2021-02-03 05:39:21'),
(129247,47246,'action started via WP Cron','2021-02-03 10:40:18','2021-02-03 05:40:18'),
(129248,47246,'action complete via WP Cron','2021-02-03 10:40:18','2021-02-03 05:40:18'),
(129249,47247,'action created','2021-02-03 10:40:18','2021-02-03 05:40:18'),
(129250,47247,'action started via WP Cron','2021-02-03 10:41:24','2021-02-03 05:41:24'),
(129251,47247,'action complete via WP Cron','2021-02-03 10:41:24','2021-02-03 05:41:24'),
(129252,47248,'action created','2021-02-03 10:41:24','2021-02-03 05:41:24'),
(129253,47248,'action started via WP Cron','2021-02-03 10:42:13','2021-02-03 05:42:13'),
(129254,47248,'action complete via WP Cron','2021-02-03 10:42:13','2021-02-03 05:42:13'),
(129255,47249,'action created','2021-02-03 10:42:13','2021-02-03 05:42:13'),
(129256,47249,'action started via WP Cron','2021-02-03 10:43:13','2021-02-03 05:43:13'),
(129257,47249,'action complete via WP Cron','2021-02-03 10:43:13','2021-02-03 05:43:13'),
(129258,47250,'action created','2021-02-03 10:43:13','2021-02-03 05:43:13'),
(129259,47250,'action started via WP Cron','2021-02-03 10:44:12','2021-02-03 05:44:12'),
(129260,47250,'action complete via WP Cron','2021-02-03 10:44:12','2021-02-03 05:44:12'),
(129261,47251,'action created','2021-02-03 10:44:12','2021-02-03 05:44:12'),
(129262,47251,'action started via WP Cron','2021-02-03 10:45:20','2021-02-03 05:45:20'),
(129263,47251,'action complete via WP Cron','2021-02-03 10:45:20','2021-02-03 05:45:20'),
(129264,47252,'action created','2021-02-03 10:45:20','2021-02-03 05:45:20'),
(129265,47252,'action started via WP Cron','2021-02-03 10:46:12','2021-02-03 05:46:12'),
(129266,47252,'action complete via WP Cron','2021-02-03 10:46:12','2021-02-03 05:46:12'),
(129267,47253,'action created','2021-02-03 10:46:12','2021-02-03 05:46:12'),
(129268,47253,'action started via WP Cron','2021-02-03 10:47:12','2021-02-03 05:47:12'),
(129269,47253,'action complete via WP Cron','2021-02-03 10:47:12','2021-02-03 05:47:12'),
(129270,47254,'action created','2021-02-03 10:47:12','2021-02-03 05:47:12'),
(129271,47254,'action started via WP Cron','2021-02-03 10:48:18','2021-02-03 05:48:18'),
(129272,47254,'action complete via WP Cron','2021-02-03 10:48:18','2021-02-03 05:48:18'),
(129273,47255,'action created','2021-02-03 10:48:18','2021-02-03 05:48:18'),
(129274,47255,'action started via WP Cron','2021-02-03 10:49:22','2021-02-03 05:49:22'),
(129275,47255,'action complete via WP Cron','2021-02-03 10:49:22','2021-02-03 05:49:22'),
(129276,47256,'action created','2021-02-03 10:49:22','2021-02-03 05:49:22'),
(129277,47256,'action started via WP Cron','2021-02-03 10:50:15','2021-02-03 05:50:15'),
(129278,47256,'action complete via WP Cron','2021-02-03 10:50:15','2021-02-03 05:50:15'),
(129279,47257,'action created','2021-02-03 10:50:15','2021-02-03 05:50:15'),
(129280,47257,'action started via WP Cron','2021-02-03 10:51:17','2021-02-03 05:51:17'),
(129281,47257,'action complete via WP Cron','2021-02-03 10:51:17','2021-02-03 05:51:17'),
(129282,47258,'action created','2021-02-03 10:51:17','2021-02-03 05:51:17'),
(129283,47258,'action started via WP Cron','2021-02-03 10:52:12','2021-02-03 05:52:12'),
(129284,47258,'action complete via WP Cron','2021-02-03 10:52:12','2021-02-03 05:52:12'),
(129285,47259,'action created','2021-02-03 10:52:12','2021-02-03 05:52:12'),
(129286,47259,'action started via WP Cron','2021-02-03 10:53:23','2021-02-03 05:53:23'),
(129287,47259,'action complete via WP Cron','2021-02-03 10:53:23','2021-02-03 05:53:23'),
(129288,47260,'action created','2021-02-03 10:53:23','2021-02-03 05:53:23'),
(129289,47260,'action started via WP Cron','2021-02-03 10:54:18','2021-02-03 05:54:18'),
(129290,47260,'action complete via WP Cron','2021-02-03 10:54:18','2021-02-03 05:54:18'),
(129291,47261,'action created','2021-02-03 10:54:18','2021-02-03 05:54:18'),
(129292,47261,'action started via WP Cron','2021-02-03 10:55:20','2021-02-03 05:55:20'),
(129293,47261,'action complete via WP Cron','2021-02-03 10:55:20','2021-02-03 05:55:20'),
(129294,47262,'action created','2021-02-03 10:55:20','2021-02-03 05:55:20'),
(129295,47262,'action started via WP Cron','2021-02-03 10:56:11','2021-02-03 05:56:11'),
(129296,47262,'action complete via WP Cron','2021-02-03 10:56:11','2021-02-03 05:56:11'),
(129297,47263,'action created','2021-02-03 10:56:11','2021-02-03 05:56:11'),
(129298,47263,'action started via WP Cron','2021-02-03 10:57:12','2021-02-03 05:57:12'),
(129299,47263,'action complete via WP Cron','2021-02-03 10:57:12','2021-02-03 05:57:12'),
(129300,47264,'action created','2021-02-03 10:57:12','2021-02-03 05:57:12'),
(129301,47264,'action started via WP Cron','2021-02-03 10:58:13','2021-02-03 05:58:13'),
(129302,47264,'action complete via WP Cron','2021-02-03 10:58:13','2021-02-03 05:58:13'),
(129303,47265,'action created','2021-02-03 10:58:13','2021-02-03 05:58:13'),
(129304,47265,'action started via WP Cron','2021-02-03 10:59:11','2021-02-03 05:59:11'),
(129305,47265,'action complete via WP Cron','2021-02-03 10:59:11','2021-02-03 05:59:11'),
(129306,47266,'action created','2021-02-03 10:59:11','2021-02-03 05:59:11'),
(129307,47266,'action started via WP Cron','2021-02-03 11:00:18','2021-02-03 06:00:18'),
(129308,47266,'action complete via WP Cron','2021-02-03 11:00:18','2021-02-03 06:00:18'),
(129309,47267,'action created','2021-02-03 11:00:18','2021-02-03 06:00:18'),
(129310,47267,'action started via WP Cron','2021-02-03 11:01:22','2021-02-03 06:01:22'),
(129311,47267,'action complete via WP Cron','2021-02-03 11:01:22','2021-02-03 06:01:22'),
(129312,47268,'action created','2021-02-03 11:01:22','2021-02-03 06:01:22'),
(129313,47268,'action started via WP Cron','2021-02-03 11:02:11','2021-02-03 06:02:11'),
(129314,47268,'action complete via WP Cron','2021-02-03 11:02:11','2021-02-03 06:02:11'),
(129315,47269,'action created','2021-02-03 11:02:11','2021-02-03 06:02:11'),
(129316,47269,'action started via WP Cron','2021-02-03 11:03:16','2021-02-03 06:03:16'),
(129317,47269,'action complete via WP Cron','2021-02-03 11:03:16','2021-02-03 06:03:16'),
(129318,47270,'action created','2021-02-03 11:03:16','2021-02-03 06:03:16'),
(129319,47270,'action started via WP Cron','2021-02-03 11:04:44','2021-02-03 06:04:44'),
(129320,47270,'action complete via WP Cron','2021-02-03 11:04:44','2021-02-03 06:04:44'),
(129321,47271,'action created','2021-02-03 11:04:44','2021-02-03 06:04:44'),
(129322,47271,'action started via WP Cron','2021-02-03 11:05:19','2021-02-03 06:05:19'),
(129323,47271,'action complete via WP Cron','2021-02-03 11:05:19','2021-02-03 06:05:19'),
(129324,47272,'action created','2021-02-03 11:05:19','2021-02-03 06:05:19'),
(129325,47272,'action started via WP Cron','2021-02-03 11:06:18','2021-02-03 06:06:18'),
(129326,47272,'action complete via WP Cron','2021-02-03 11:06:18','2021-02-03 06:06:18'),
(129327,47273,'action created','2021-02-03 11:06:18','2021-02-03 06:06:18'),
(129328,47273,'action started via WP Cron','2021-02-03 11:07:12','2021-02-03 06:07:12'),
(129329,47273,'action complete via WP Cron','2021-02-03 11:07:12','2021-02-03 06:07:12'),
(129330,47274,'action created','2021-02-03 11:07:12','2021-02-03 06:07:12'),
(129331,47274,'action started via WP Cron','2021-02-03 11:08:13','2021-02-03 06:08:13'),
(129332,47274,'action complete via WP Cron','2021-02-03 11:08:13','2021-02-03 06:08:13'),
(129333,47275,'action created','2021-02-03 11:08:13','2021-02-03 06:08:13'),
(129334,47275,'action started via WP Cron','2021-02-03 11:09:18','2021-02-03 06:09:18'),
(129335,47275,'action complete via WP Cron','2021-02-03 11:09:18','2021-02-03 06:09:18'),
(129336,47276,'action created','2021-02-03 11:09:18','2021-02-03 06:09:18'),
(129337,47276,'action started via WP Cron','2021-02-03 11:10:16','2021-02-03 06:10:16'),
(129338,47276,'action complete via WP Cron','2021-02-03 11:10:16','2021-02-03 06:10:16'),
(129339,47277,'action created','2021-02-03 11:10:16','2021-02-03 06:10:16'),
(129340,47277,'action started via WP Cron','2021-02-03 11:11:14','2021-02-03 06:11:14'),
(129341,47277,'action complete via WP Cron','2021-02-03 11:11:14','2021-02-03 06:11:14'),
(129342,47278,'action created','2021-02-03 11:11:14','2021-02-03 06:11:14'),
(129343,47278,'action started via WP Cron','2021-02-03 11:12:12','2021-02-03 06:12:12'),
(129344,47278,'action complete via WP Cron','2021-02-03 11:12:12','2021-02-03 06:12:12'),
(129345,47279,'action created','2021-02-03 11:12:13','2021-02-03 06:12:13'),
(129346,47279,'action started via WP Cron','2021-02-03 11:13:17','2021-02-03 06:13:17'),
(129347,47279,'action complete via WP Cron','2021-02-03 11:13:17','2021-02-03 06:13:17'),
(129348,47280,'action created','2021-02-03 11:13:17','2021-02-03 06:13:17'),
(129349,47280,'action started via WP Cron','2021-02-03 11:14:11','2021-02-03 06:14:11'),
(129350,47280,'action complete via WP Cron','2021-02-03 11:14:11','2021-02-03 06:14:11'),
(129351,47281,'action created','2021-02-03 11:14:11','2021-02-03 06:14:11'),
(129352,47281,'action started via WP Cron','2021-02-03 11:15:12','2021-02-03 06:15:12'),
(129353,47281,'action complete via WP Cron','2021-02-03 11:15:12','2021-02-03 06:15:12'),
(129354,47282,'action created','2021-02-03 11:15:12','2021-02-03 06:15:12'),
(129355,47282,'action started via WP Cron','2021-02-03 11:16:17','2021-02-03 06:16:17'),
(129356,47282,'action complete via WP Cron','2021-02-03 11:16:17','2021-02-03 06:16:17'),
(129357,47283,'action created','2021-02-03 11:16:17','2021-02-03 06:16:17'),
(129358,47283,'action started via WP Cron','2021-02-03 11:17:12','2021-02-03 06:17:12'),
(129359,47283,'action complete via WP Cron','2021-02-03 11:17:12','2021-02-03 06:17:12'),
(129360,47284,'action created','2021-02-03 11:17:12','2021-02-03 06:17:12'),
(129361,47284,'action started via WP Cron','2021-02-03 11:18:15','2021-02-03 06:18:15'),
(129362,47284,'action complete via WP Cron','2021-02-03 11:18:15','2021-02-03 06:18:15'),
(129363,47285,'action created','2021-02-03 11:18:15','2021-02-03 06:18:15'),
(129364,47285,'action started via WP Cron','2021-02-03 11:19:26','2021-02-03 06:19:26'),
(129365,47285,'action complete via WP Cron','2021-02-03 11:19:26','2021-02-03 06:19:26'),
(129366,47286,'action created','2021-02-03 11:19:26','2021-02-03 06:19:26'),
(129367,47286,'action started via WP Cron','2021-02-03 11:20:18','2021-02-03 06:20:18'),
(129368,47286,'action complete via WP Cron','2021-02-03 11:20:18','2021-02-03 06:20:18'),
(129369,47287,'action created','2021-02-03 11:20:18','2021-02-03 06:20:18'),
(129370,47287,'action started via WP Cron','2021-02-03 11:21:25','2021-02-03 06:21:25'),
(129371,47287,'action complete via WP Cron','2021-02-03 11:21:25','2021-02-03 06:21:25'),
(129372,47288,'action created','2021-02-03 11:21:25','2021-02-03 06:21:25'),
(129373,47288,'action started via WP Cron','2021-02-03 11:22:12','2021-02-03 06:22:12'),
(129374,47288,'action complete via WP Cron','2021-02-03 11:22:12','2021-02-03 06:22:12'),
(129375,47289,'action created','2021-02-03 11:22:12','2021-02-03 06:22:12'),
(129376,47289,'action started via WP Cron','2021-02-03 11:23:17','2021-02-03 06:23:17'),
(129377,47289,'action complete via WP Cron','2021-02-03 11:23:17','2021-02-03 06:23:17'),
(129378,47290,'action created','2021-02-03 11:23:17','2021-02-03 06:23:17'),
(129379,47290,'action started via WP Cron','2021-02-03 11:24:25','2021-02-03 06:24:25'),
(129380,47290,'action complete via WP Cron','2021-02-03 11:24:25','2021-02-03 06:24:25'),
(129381,47291,'action created','2021-02-03 11:24:25','2021-02-03 06:24:25'),
(129382,47291,'action started via WP Cron','2021-02-03 11:25:15','2021-02-03 06:25:15'),
(129383,47291,'action complete via WP Cron','2021-02-03 11:25:16','2021-02-03 06:25:16'),
(129384,47292,'action created','2021-02-03 11:25:16','2021-02-03 06:25:16'),
(129385,47292,'action started via WP Cron','2021-02-03 11:26:15','2021-02-03 06:26:15'),
(129386,47292,'action complete via WP Cron','2021-02-03 11:26:15','2021-02-03 06:26:15'),
(129387,47293,'action created','2021-02-03 11:26:15','2021-02-03 06:26:15'),
(129388,47293,'action started via WP Cron','2021-02-03 11:27:13','2021-02-03 06:27:13'),
(129389,47293,'action complete via WP Cron','2021-02-03 11:27:13','2021-02-03 06:27:13'),
(129390,47294,'action created','2021-02-03 11:27:13','2021-02-03 06:27:13'),
(129391,47294,'action started via WP Cron','2021-02-03 11:28:11','2021-02-03 06:28:11'),
(129392,47294,'action complete via WP Cron','2021-02-03 11:28:11','2021-02-03 06:28:11'),
(129393,47295,'action created','2021-02-03 11:28:11','2021-02-03 06:28:11'),
(129394,47295,'action started via WP Cron','2021-02-03 11:29:23','2021-02-03 06:29:23'),
(129395,47295,'action complete via WP Cron','2021-02-03 11:29:23','2021-02-03 06:29:23'),
(129396,47296,'action created','2021-02-03 11:29:23','2021-02-03 06:29:23'),
(129397,47296,'action started via WP Cron','2021-02-03 11:30:24','2021-02-03 06:30:24'),
(129398,47296,'action complete via WP Cron','2021-02-03 11:30:24','2021-02-03 06:30:24'),
(129399,47297,'action created','2021-02-03 11:30:24','2021-02-03 06:30:24'),
(129400,47297,'action started via WP Cron','2021-02-03 11:31:12','2021-02-03 06:31:12'),
(129401,47297,'action complete via WP Cron','2021-02-03 11:31:12','2021-02-03 06:31:12'),
(129402,47298,'action created','2021-02-03 11:31:12','2021-02-03 06:31:12'),
(129403,47298,'action started via WP Cron','2021-02-03 11:32:12','2021-02-03 06:32:12'),
(129404,47298,'action complete via WP Cron','2021-02-03 11:32:12','2021-02-03 06:32:12'),
(129405,47299,'action created','2021-02-03 11:32:12','2021-02-03 06:32:12'),
(129406,47299,'action started via WP Cron','2021-02-03 11:33:13','2021-02-03 06:33:13'),
(129407,47299,'action complete via WP Cron','2021-02-03 11:33:13','2021-02-03 06:33:13'),
(129408,47300,'action created','2021-02-03 11:33:13','2021-02-03 06:33:13'),
(129409,47300,'action started via WP Cron','2021-02-03 11:34:30','2021-02-03 06:34:30'),
(129410,47300,'action complete via WP Cron','2021-02-03 11:34:30','2021-02-03 06:34:30'),
(129411,47301,'action created','2021-02-03 11:34:30','2021-02-03 06:34:30'),
(129412,47301,'action started via WP Cron','2021-02-03 11:35:23','2021-02-03 06:35:23'),
(129413,47301,'action complete via WP Cron','2021-02-03 11:35:23','2021-02-03 06:35:23'),
(129414,47302,'action created','2021-02-03 11:35:23','2021-02-03 06:35:23'),
(129415,47302,'action started via WP Cron','2021-02-03 11:36:13','2021-02-03 06:36:13'),
(129416,47302,'action complete via WP Cron','2021-02-03 11:36:13','2021-02-03 06:36:13'),
(129417,47303,'action created','2021-02-03 11:36:13','2021-02-03 06:36:13'),
(129418,47303,'action started via WP Cron','2021-02-03 11:37:11','2021-02-03 06:37:11'),
(129419,47303,'action complete via WP Cron','2021-02-03 11:37:11','2021-02-03 06:37:11'),
(129420,47304,'action created','2021-02-03 11:37:11','2021-02-03 06:37:11'),
(129421,47304,'action started via WP Cron','2021-02-03 11:38:17','2021-02-03 06:38:17'),
(129422,47304,'action complete via WP Cron','2021-02-03 11:38:17','2021-02-03 06:38:17'),
(129423,47305,'action created','2021-02-03 11:38:17','2021-02-03 06:38:17'),
(129424,47305,'action started via WP Cron','2021-02-03 11:39:13','2021-02-03 06:39:13'),
(129425,47305,'action complete via WP Cron','2021-02-03 11:39:13','2021-02-03 06:39:13'),
(129426,47306,'action created','2021-02-03 11:39:13','2021-02-03 06:39:13'),
(129427,47306,'action started via WP Cron','2021-02-03 11:40:15','2021-02-03 06:40:15'),
(129428,47306,'action complete via WP Cron','2021-02-03 11:40:15','2021-02-03 06:40:15'),
(129429,47307,'action created','2021-02-03 11:40:15','2021-02-03 06:40:15'),
(129430,47307,'action started via WP Cron','2021-02-03 11:41:20','2021-02-03 06:41:20'),
(129431,47307,'action complete via WP Cron','2021-02-03 11:41:20','2021-02-03 06:41:20'),
(129432,47308,'action created','2021-02-03 11:41:20','2021-02-03 06:41:20'),
(129433,47308,'action started via WP Cron','2021-02-03 11:42:12','2021-02-03 06:42:12'),
(129434,47308,'action complete via WP Cron','2021-02-03 11:42:12','2021-02-03 06:42:12'),
(129435,47309,'action created','2021-02-03 11:42:12','2021-02-03 06:42:12'),
(129436,47309,'action started via WP Cron','2021-02-03 11:43:14','2021-02-03 06:43:14'),
(129437,47309,'action complete via WP Cron','2021-02-03 11:43:14','2021-02-03 06:43:14'),
(129438,47310,'action created','2021-02-03 11:43:14','2021-02-03 06:43:14'),
(129439,47310,'action started via WP Cron','2021-02-03 11:44:14','2021-02-03 06:44:14'),
(129440,47310,'action complete via WP Cron','2021-02-03 11:44:14','2021-02-03 06:44:14'),
(129441,47311,'action created','2021-02-03 11:44:14','2021-02-03 06:44:14'),
(129442,47311,'action started via WP Cron','2021-02-03 11:45:13','2021-02-03 06:45:13'),
(129443,47311,'action complete via WP Cron','2021-02-03 11:45:13','2021-02-03 06:45:13'),
(129444,47312,'action created','2021-02-03 11:45:13','2021-02-03 06:45:13'),
(129445,47312,'action started via WP Cron','2021-02-03 11:46:13','2021-02-03 06:46:13'),
(129446,47312,'action complete via WP Cron','2021-02-03 11:46:13','2021-02-03 06:46:13'),
(129447,47313,'action created','2021-02-03 11:46:13','2021-02-03 06:46:13'),
(129448,47313,'action started via WP Cron','2021-02-03 11:47:13','2021-02-03 06:47:13'),
(129449,47313,'action complete via WP Cron','2021-02-03 11:47:13','2021-02-03 06:47:13'),
(129450,47314,'action created','2021-02-03 11:47:13','2021-02-03 06:47:13'),
(129451,47314,'action started via WP Cron','2021-02-03 11:48:12','2021-02-03 06:48:12'),
(129452,47314,'action complete via WP Cron','2021-02-03 11:48:12','2021-02-03 06:48:12'),
(129453,47315,'action created','2021-02-03 11:48:12','2021-02-03 06:48:12'),
(129454,47315,'action started via WP Cron','2021-02-03 11:49:13','2021-02-03 06:49:13'),
(129455,47315,'action complete via WP Cron','2021-02-03 11:49:13','2021-02-03 06:49:13'),
(129456,47316,'action created','2021-02-03 11:49:13','2021-02-03 06:49:13'),
(129457,47316,'action started via WP Cron','2021-02-03 11:50:18','2021-02-03 06:50:18'),
(129458,47316,'action complete via WP Cron','2021-02-03 11:50:18','2021-02-03 06:50:18'),
(129459,47317,'action created','2021-02-03 11:50:18','2021-02-03 06:50:18'),
(129460,47317,'action started via WP Cron','2021-02-03 11:51:14','2021-02-03 06:51:14'),
(129461,47318,'action created','2021-02-03 11:51:14','2021-02-03 06:51:14'),
(129462,47317,'action complete via WP Cron','2021-02-03 11:51:14','2021-02-03 06:51:14'),
(129463,47318,'action started via WP Cron','2021-02-03 11:52:12','2021-02-03 06:52:12'),
(129464,47318,'action complete via WP Cron','2021-02-03 11:52:12','2021-02-03 06:52:12'),
(129465,47319,'action created','2021-02-03 11:52:12','2021-02-03 06:52:12'),
(129466,47319,'action started via WP Cron','2021-02-03 11:53:14','2021-02-03 06:53:14'),
(129467,47319,'action complete via WP Cron','2021-02-03 11:53:14','2021-02-03 06:53:14'),
(129468,47320,'action created','2021-02-03 11:53:14','2021-02-03 06:53:14'),
(129469,47320,'action started via WP Cron','2021-02-03 11:54:18','2021-02-03 06:54:18'),
(129470,47320,'action complete via WP Cron','2021-02-03 11:54:18','2021-02-03 06:54:18'),
(129471,47321,'action created','2021-02-03 11:54:18','2021-02-03 06:54:18'),
(129472,47321,'action started via WP Cron','2021-02-03 11:55:14','2021-02-03 06:55:14'),
(129473,47321,'action complete via WP Cron','2021-02-03 11:55:14','2021-02-03 06:55:14'),
(129474,47322,'action created','2021-02-03 11:55:14','2021-02-03 06:55:14'),
(129475,47322,'action started via WP Cron','2021-02-03 11:56:20','2021-02-03 06:56:20'),
(129476,47322,'action complete via WP Cron','2021-02-03 11:56:20','2021-02-03 06:56:20'),
(129477,47323,'action created','2021-02-03 11:56:20','2021-02-03 06:56:20'),
(129478,47323,'action started via WP Cron','2021-02-03 11:57:12','2021-02-03 06:57:12'),
(129479,47323,'action complete via WP Cron','2021-02-03 11:57:12','2021-02-03 06:57:12'),
(129480,47324,'action created','2021-02-03 11:57:12','2021-02-03 06:57:12'),
(129481,47324,'action started via WP Cron','2021-02-03 11:58:15','2021-02-03 06:58:15'),
(129482,47324,'action complete via WP Cron','2021-02-03 11:58:15','2021-02-03 06:58:15'),
(129483,47325,'action created','2021-02-03 11:58:15','2021-02-03 06:58:15'),
(129484,47325,'action started via WP Cron','2021-02-03 11:59:17','2021-02-03 06:59:17'),
(129485,47325,'action complete via WP Cron','2021-02-03 11:59:17','2021-02-03 06:59:17'),
(129486,47326,'action created','2021-02-03 11:59:17','2021-02-03 06:59:17'),
(129487,47326,'action started via WP Cron','2021-02-03 12:00:18','2021-02-03 07:00:18'),
(129488,47326,'action complete via WP Cron','2021-02-03 12:00:18','2021-02-03 07:00:18'),
(129489,47327,'action created','2021-02-03 12:00:18','2021-02-03 07:00:18'),
(129490,47327,'action started via WP Cron','2021-02-03 12:01:22','2021-02-03 07:01:22'),
(129491,47327,'action complete via WP Cron','2021-02-03 12:01:22','2021-02-03 07:01:22'),
(129492,47328,'action created','2021-02-03 12:01:22','2021-02-03 07:01:22'),
(129493,47328,'action started via WP Cron','2021-02-03 12:02:12','2021-02-03 07:02:12'),
(129494,47328,'action complete via WP Cron','2021-02-03 12:02:12','2021-02-03 07:02:12'),
(129495,47329,'action created','2021-02-03 12:02:12','2021-02-03 07:02:12'),
(129496,47329,'action started via WP Cron','2021-02-03 12:03:16','2021-02-03 07:03:16'),
(129497,47329,'action complete via WP Cron','2021-02-03 12:03:16','2021-02-03 07:03:16'),
(129498,47330,'action created','2021-02-03 12:03:16','2021-02-03 07:03:16'),
(129499,47330,'action started via WP Cron','2021-02-03 12:04:22','2021-02-03 07:04:22'),
(129500,47330,'action complete via WP Cron','2021-02-03 12:04:22','2021-02-03 07:04:22'),
(129501,47331,'action created','2021-02-03 12:04:22','2021-02-03 07:04:22'),
(129502,47331,'action started via WP Cron','2021-02-03 12:05:14','2021-02-03 07:05:14'),
(129503,47331,'action complete via WP Cron','2021-02-03 12:05:14','2021-02-03 07:05:14'),
(129504,47332,'action created','2021-02-03 12:05:15','2021-02-03 07:05:15'),
(129505,47332,'action started via WP Cron','2021-02-03 12:06:17','2021-02-03 07:06:17'),
(129506,47332,'action complete via WP Cron','2021-02-03 12:06:17','2021-02-03 07:06:17'),
(129507,47333,'action created','2021-02-03 12:06:17','2021-02-03 07:06:17'),
(129508,47333,'action started via WP Cron','2021-02-03 12:07:13','2021-02-03 07:07:13'),
(129509,47333,'action complete via WP Cron','2021-02-03 12:07:13','2021-02-03 07:07:13'),
(129510,47334,'action created','2021-02-03 12:07:13','2021-02-03 07:07:13'),
(129511,47334,'action started via WP Cron','2021-02-03 12:08:22','2021-02-03 07:08:22'),
(129512,47334,'action complete via WP Cron','2021-02-03 12:08:22','2021-02-03 07:08:22'),
(129513,47335,'action created','2021-02-03 12:08:22','2021-02-03 07:08:22'),
(129514,47335,'action started via WP Cron','2021-02-03 12:09:16','2021-02-03 07:09:16'),
(129515,47335,'action complete via WP Cron','2021-02-03 12:09:16','2021-02-03 07:09:16'),
(129516,47336,'action created','2021-02-03 12:09:16','2021-02-03 07:09:16'),
(129517,47336,'action started via WP Cron','2021-02-03 12:10:13','2021-02-03 07:10:13'),
(129518,47336,'action complete via WP Cron','2021-02-03 12:10:13','2021-02-03 07:10:13'),
(129519,47337,'action created','2021-02-03 12:10:13','2021-02-03 07:10:13'),
(129520,47337,'action started via WP Cron','2021-02-03 12:11:12','2021-02-03 07:11:12'),
(129521,47337,'action complete via WP Cron','2021-02-03 12:11:12','2021-02-03 07:11:12'),
(129522,47338,'action created','2021-02-03 12:11:13','2021-02-03 07:11:13'),
(129523,47338,'action started via WP Cron','2021-02-03 12:12:12','2021-02-03 07:12:12'),
(129524,47338,'action complete via WP Cron','2021-02-03 12:12:12','2021-02-03 07:12:12'),
(129525,47339,'action created','2021-02-03 12:12:12','2021-02-03 07:12:12'),
(129526,47339,'action started via WP Cron','2021-02-03 12:13:23','2021-02-03 07:13:23'),
(129527,47339,'action complete via WP Cron','2021-02-03 12:13:23','2021-02-03 07:13:23'),
(129528,47340,'action created','2021-02-03 12:13:23','2021-02-03 07:13:23'),
(129529,47340,'action started via WP Cron','2021-02-03 12:14:16','2021-02-03 07:14:16'),
(129530,47340,'action complete via WP Cron','2021-02-03 12:14:16','2021-02-03 07:14:16'),
(129531,47341,'action created','2021-02-03 12:14:16','2021-02-03 07:14:16'),
(129532,47341,'action started via WP Cron','2021-02-03 12:15:16','2021-02-03 07:15:16'),
(129533,47341,'action complete via WP Cron','2021-02-03 12:15:16','2021-02-03 07:15:16'),
(129534,47342,'action created','2021-02-03 12:15:16','2021-02-03 07:15:16'),
(129535,47342,'action started via WP Cron','2021-02-03 12:16:17','2021-02-03 07:16:17'),
(129536,47342,'action complete via WP Cron','2021-02-03 12:16:17','2021-02-03 07:16:17'),
(129537,47343,'action created','2021-02-03 12:16:17','2021-02-03 07:16:17'),
(129538,47343,'action started via WP Cron','2021-02-03 12:17:12','2021-02-03 07:17:12'),
(129539,47343,'action complete via WP Cron','2021-02-03 12:17:12','2021-02-03 07:17:12'),
(129540,47344,'action created','2021-02-03 12:17:12','2021-02-03 07:17:12'),
(129541,47344,'action started via WP Cron','2021-02-03 12:18:12','2021-02-03 07:18:12'),
(129542,47344,'action complete via WP Cron','2021-02-03 12:18:12','2021-02-03 07:18:12'),
(129543,47345,'action created','2021-02-03 12:18:12','2021-02-03 07:18:12'),
(129544,47345,'action started via WP Cron','2021-02-03 12:19:23','2021-02-03 07:19:23'),
(129545,47345,'action complete via WP Cron','2021-02-03 12:19:23','2021-02-03 07:19:23'),
(129546,47346,'action created','2021-02-03 12:19:23','2021-02-03 07:19:23'),
(129547,47346,'action started via WP Cron','2021-02-03 12:20:17','2021-02-03 07:20:17'),
(129548,47346,'action complete via WP Cron','2021-02-03 12:20:17','2021-02-03 07:20:17'),
(129549,47347,'action created','2021-02-03 12:20:17','2021-02-03 07:20:17'),
(129550,47347,'action started via WP Cron','2021-02-03 12:21:16','2021-02-03 07:21:16'),
(129551,47347,'action complete via WP Cron','2021-02-03 12:21:16','2021-02-03 07:21:16'),
(129552,47348,'action created','2021-02-03 12:21:16','2021-02-03 07:21:16'),
(129553,47348,'action started via WP Cron','2021-02-03 12:22:12','2021-02-03 07:22:12'),
(129554,47348,'action complete via WP Cron','2021-02-03 12:22:12','2021-02-03 07:22:12'),
(129555,47349,'action created','2021-02-03 12:22:12','2021-02-03 07:22:12'),
(129556,47349,'action started via WP Cron','2021-02-03 12:23:11','2021-02-03 07:23:11'),
(129557,47349,'action complete via WP Cron','2021-02-03 12:23:11','2021-02-03 07:23:11'),
(129558,47350,'action created','2021-02-03 12:23:11','2021-02-03 07:23:11'),
(129559,47350,'action started via WP Cron','2021-02-03 12:24:12','2021-02-03 07:24:12'),
(129560,47350,'action complete via WP Cron','2021-02-03 12:24:12','2021-02-03 07:24:12'),
(129561,47351,'action created','2021-02-03 12:24:12','2021-02-03 07:24:12'),
(129562,47351,'action started via WP Cron','2021-02-03 12:25:17','2021-02-03 07:25:17'),
(129563,47351,'action complete via WP Cron','2021-02-03 12:25:17','2021-02-03 07:25:17'),
(129564,47352,'action created','2021-02-03 12:25:17','2021-02-03 07:25:17'),
(129565,47352,'action started via WP Cron','2021-02-03 12:26:15','2021-02-03 07:26:15'),
(129566,47352,'action complete via WP Cron','2021-02-03 12:26:15','2021-02-03 07:26:15'),
(129567,47353,'action created','2021-02-03 12:26:15','2021-02-03 07:26:15'),
(129568,47353,'action started via WP Cron','2021-02-03 12:27:12','2021-02-03 07:27:12'),
(129569,47353,'action complete via WP Cron','2021-02-03 12:27:12','2021-02-03 07:27:12'),
(129570,47354,'action created','2021-02-03 12:27:12','2021-02-03 07:27:12'),
(129571,47354,'action started via WP Cron','2021-02-03 12:28:16','2021-02-03 07:28:16'),
(129572,47354,'action complete via WP Cron','2021-02-03 12:28:16','2021-02-03 07:28:16'),
(129573,47355,'action created','2021-02-03 12:28:16','2021-02-03 07:28:16'),
(129574,47355,'action started via WP Cron','2021-02-03 12:29:20','2021-02-03 07:29:20'),
(129575,47355,'action complete via WP Cron','2021-02-03 12:29:20','2021-02-03 07:29:20'),
(129576,47356,'action created','2021-02-03 12:29:20','2021-02-03 07:29:20'),
(129577,47356,'action started via WP Cron','2021-02-03 12:30:12','2021-02-03 07:30:12'),
(129578,47356,'action complete via WP Cron','2021-02-03 12:30:13','2021-02-03 07:30:13'),
(129579,47357,'action created','2021-02-03 12:30:13','2021-02-03 07:30:13'),
(129580,47357,'action started via WP Cron','2021-02-03 12:31:12','2021-02-03 07:31:12'),
(129581,47357,'action complete via WP Cron','2021-02-03 12:31:12','2021-02-03 07:31:12'),
(129582,47358,'action created','2021-02-03 12:31:13','2021-02-03 07:31:13'),
(129583,47358,'action started via WP Cron','2021-02-03 12:32:16','2021-02-03 07:32:16'),
(129584,47358,'action complete via WP Cron','2021-02-03 12:32:16','2021-02-03 07:32:16'),
(129585,47359,'action created','2021-02-03 12:32:16','2021-02-03 07:32:16'),
(129586,47359,'action started via WP Cron','2021-02-03 12:33:11','2021-02-03 07:33:11'),
(129587,47359,'action complete via WP Cron','2021-02-03 12:33:11','2021-02-03 07:33:11'),
(129588,47360,'action created','2021-02-03 12:33:11','2021-02-03 07:33:11'),
(129589,47360,'action started via WP Cron','2021-02-03 12:34:22','2021-02-03 07:34:22'),
(129590,47360,'action complete via WP Cron','2021-02-03 12:34:22','2021-02-03 07:34:22'),
(129591,47361,'action created','2021-02-03 12:34:22','2021-02-03 07:34:22'),
(129592,47361,'action started via WP Cron','2021-02-03 12:35:12','2021-02-03 07:35:12'),
(129593,47361,'action complete via WP Cron','2021-02-03 12:35:12','2021-02-03 07:35:12'),
(129594,47362,'action created','2021-02-03 12:35:12','2021-02-03 07:35:12'),
(129595,47362,'action started via WP Cron','2021-02-03 12:36:17','2021-02-03 07:36:17'),
(129596,47362,'action complete via WP Cron','2021-02-03 12:36:17','2021-02-03 07:36:17'),
(129597,47363,'action created','2021-02-03 12:36:17','2021-02-03 07:36:17'),
(129598,47363,'action started via WP Cron','2021-02-03 12:37:12','2021-02-03 07:37:12'),
(129599,47363,'action complete via WP Cron','2021-02-03 12:37:12','2021-02-03 07:37:12'),
(129600,47364,'action created','2021-02-03 12:37:12','2021-02-03 07:37:12'),
(129601,47364,'action started via WP Cron','2021-02-03 12:38:16','2021-02-03 07:38:16'),
(129602,47364,'action complete via WP Cron','2021-02-03 12:38:16','2021-02-03 07:38:16'),
(129603,47365,'action created','2021-02-03 12:38:16','2021-02-03 07:38:16'),
(129604,47365,'action started via WP Cron','2021-02-03 12:39:19','2021-02-03 07:39:19'),
(129605,47365,'action complete via WP Cron','2021-02-03 12:39:19','2021-02-03 07:39:19'),
(129606,47366,'action created','2021-02-03 12:39:19','2021-02-03 07:39:19'),
(129607,47366,'action started via WP Cron','2021-02-03 12:40:17','2021-02-03 07:40:17'),
(129608,47366,'action complete via WP Cron','2021-02-03 12:40:17','2021-02-03 07:40:17'),
(129609,47367,'action created','2021-02-03 12:40:17','2021-02-03 07:40:17'),
(129610,47367,'action started via WP Cron','2021-02-03 12:41:12','2021-02-03 07:41:12'),
(129611,47367,'action complete via WP Cron','2021-02-03 12:41:12','2021-02-03 07:41:12'),
(129612,47368,'action created','2021-02-03 12:41:12','2021-02-03 07:41:12'),
(129613,47368,'action started via WP Cron','2021-02-03 12:42:12','2021-02-03 07:42:12'),
(129614,47368,'action complete via WP Cron','2021-02-03 12:42:12','2021-02-03 07:42:12'),
(129615,47369,'action created','2021-02-03 12:42:12','2021-02-03 07:42:12'),
(129616,47369,'action started via WP Cron','2021-02-03 12:43:20','2021-02-03 07:43:20'),
(129617,47369,'action complete via WP Cron','2021-02-03 12:43:20','2021-02-03 07:43:20'),
(129618,47370,'action created','2021-02-03 12:43:20','2021-02-03 07:43:20'),
(129619,47370,'action started via WP Cron','2021-02-03 12:44:38','2021-02-03 07:44:38'),
(129620,47370,'action complete via WP Cron','2021-02-03 12:44:38','2021-02-03 07:44:38'),
(129621,47371,'action created','2021-02-03 12:44:38','2021-02-03 07:44:38'),
(129622,47371,'action started via WP Cron','2021-02-03 12:45:19','2021-02-03 07:45:19'),
(129623,47371,'action complete via WP Cron','2021-02-03 12:45:19','2021-02-03 07:45:19'),
(129624,47372,'action created','2021-02-03 12:45:19','2021-02-03 07:45:19'),
(129625,47372,'action started via WP Cron','2021-02-03 12:46:26','2021-02-03 07:46:26'),
(129626,47372,'action complete via WP Cron','2021-02-03 12:46:26','2021-02-03 07:46:26'),
(129627,47373,'action created','2021-02-03 12:46:26','2021-02-03 07:46:26'),
(129628,47373,'action started via WP Cron','2021-02-03 12:47:13','2021-02-03 07:47:13'),
(129629,47373,'action complete via WP Cron','2021-02-03 12:47:13','2021-02-03 07:47:13'),
(129630,47374,'action created','2021-02-03 12:47:13','2021-02-03 07:47:13'),
(129631,47374,'action started via WP Cron','2021-02-03 12:48:16','2021-02-03 07:48:16'),
(129632,47374,'action complete via WP Cron','2021-02-03 12:48:16','2021-02-03 07:48:16'),
(129633,47375,'action created','2021-02-03 12:48:16','2021-02-03 07:48:16'),
(129634,47375,'action started via WP Cron','2021-02-03 12:49:23','2021-02-03 07:49:23'),
(129635,47375,'action complete via WP Cron','2021-02-03 12:49:23','2021-02-03 07:49:23'),
(129636,47376,'action created','2021-02-03 12:49:24','2021-02-03 07:49:24'),
(129637,47376,'action started via WP Cron','2021-02-03 12:50:14','2021-02-03 07:50:14'),
(129638,47376,'action complete via WP Cron','2021-02-03 12:50:14','2021-02-03 07:50:14'),
(129639,47377,'action created','2021-02-03 12:50:14','2021-02-03 07:50:14'),
(129640,47377,'action started via WP Cron','2021-02-03 12:51:12','2021-02-03 07:51:12'),
(129641,47377,'action complete via WP Cron','2021-02-03 12:51:12','2021-02-03 07:51:12'),
(129642,47378,'action created','2021-02-03 12:51:12','2021-02-03 07:51:12'),
(129643,47378,'action started via WP Cron','2021-02-03 12:52:12','2021-02-03 07:52:12'),
(129644,47378,'action complete via WP Cron','2021-02-03 12:52:12','2021-02-03 07:52:12'),
(129645,47379,'action created','2021-02-03 12:52:12','2021-02-03 07:52:12'),
(129646,47379,'action started via WP Cron','2021-02-03 12:53:29','2021-02-03 07:53:29'),
(129647,47379,'action complete via WP Cron','2021-02-03 12:53:29','2021-02-03 07:53:29'),
(129648,47380,'action created','2021-02-03 12:53:29','2021-02-03 07:53:29'),
(129649,47380,'action started via WP Cron','2021-02-03 12:54:21','2021-02-03 07:54:21'),
(129650,47380,'action complete via WP Cron','2021-02-03 12:54:21','2021-02-03 07:54:21'),
(129651,47381,'action created','2021-02-03 12:54:21','2021-02-03 07:54:21'),
(129652,47381,'action started via WP Cron','2021-02-03 12:55:15','2021-02-03 07:55:15'),
(129653,47381,'action complete via WP Cron','2021-02-03 12:55:15','2021-02-03 07:55:15'),
(129654,47382,'action created','2021-02-03 12:55:15','2021-02-03 07:55:15'),
(129655,47382,'action started via WP Cron','2021-02-03 12:56:20','2021-02-03 07:56:20'),
(129656,47382,'action complete via WP Cron','2021-02-03 12:56:20','2021-02-03 07:56:20'),
(129657,47383,'action created','2021-02-03 12:56:20','2021-02-03 07:56:20'),
(129658,47383,'action started via WP Cron','2021-02-03 12:57:12','2021-02-03 07:57:12'),
(129659,47383,'action complete via WP Cron','2021-02-03 12:57:12','2021-02-03 07:57:12'),
(129660,47384,'action created','2021-02-03 12:57:12','2021-02-03 07:57:12'),
(129661,47384,'action started via WP Cron','2021-02-03 12:58:13','2021-02-03 07:58:13'),
(129662,47384,'action complete via WP Cron','2021-02-03 12:58:13','2021-02-03 07:58:13'),
(129663,47385,'action created','2021-02-03 12:58:13','2021-02-03 07:58:13'),
(129664,47385,'action started via WP Cron','2021-02-03 12:59:26','2021-02-03 07:59:26'),
(129665,47385,'action complete via WP Cron','2021-02-03 12:59:26','2021-02-03 07:59:26'),
(129666,47386,'action created','2021-02-03 12:59:26','2021-02-03 07:59:26'),
(129667,47386,'action started via WP Cron','2021-02-03 13:00:14','2021-02-03 08:00:14'),
(129668,47386,'action complete via WP Cron','2021-02-03 13:00:14','2021-02-03 08:00:14'),
(129669,47387,'action created','2021-02-03 13:00:14','2021-02-03 08:00:14'),
(129670,47387,'action started via WP Cron','2021-02-03 13:01:20','2021-02-03 08:01:20'),
(129671,47387,'action complete via WP Cron','2021-02-03 13:01:20','2021-02-03 08:01:20'),
(129672,47388,'action created','2021-02-03 13:01:20','2021-02-03 08:01:20'),
(129673,47388,'action started via WP Cron','2021-02-03 13:02:12','2021-02-03 08:02:12'),
(129674,47388,'action complete via WP Cron','2021-02-03 13:02:12','2021-02-03 08:02:12'),
(129675,47389,'action created','2021-02-03 13:02:12','2021-02-03 08:02:12'),
(129676,47389,'action started via WP Cron','2021-02-03 13:03:13','2021-02-03 08:03:13'),
(129677,47389,'action complete via WP Cron','2021-02-03 13:03:13','2021-02-03 08:03:13'),
(129678,47390,'action created','2021-02-03 13:03:13','2021-02-03 08:03:13'),
(129679,47390,'action started via WP Cron','2021-02-03 13:04:12','2021-02-03 08:04:12'),
(129680,47390,'action complete via WP Cron','2021-02-03 13:04:12','2021-02-03 08:04:12'),
(129681,47391,'action created','2021-02-03 13:04:12','2021-02-03 08:04:12'),
(129682,47391,'action started via WP Cron','2021-02-03 13:05:20','2021-02-03 08:05:20'),
(129683,47391,'action complete via WP Cron','2021-02-03 13:05:20','2021-02-03 08:05:20'),
(129684,47392,'action created','2021-02-03 13:05:20','2021-02-03 08:05:20'),
(129685,47392,'action started via WP Cron','2021-02-03 13:06:17','2021-02-03 08:06:17'),
(129686,47392,'action complete via WP Cron','2021-02-03 13:06:17','2021-02-03 08:06:17'),
(129687,47393,'action created','2021-02-03 13:06:17','2021-02-03 08:06:17'),
(129688,47393,'action started via WP Cron','2021-02-03 13:07:12','2021-02-03 08:07:12'),
(129689,47393,'action complete via WP Cron','2021-02-03 13:07:12','2021-02-03 08:07:12'),
(129690,47394,'action created','2021-02-03 13:07:12','2021-02-03 08:07:12'),
(129691,47394,'action started via WP Cron','2021-02-03 13:08:17','2021-02-03 08:08:17'),
(129692,47394,'action complete via WP Cron','2021-02-03 13:08:17','2021-02-03 08:08:17'),
(129693,47395,'action created','2021-02-03 13:08:17','2021-02-03 08:08:17'),
(129694,47395,'action started via WP Cron','2021-02-03 13:09:14','2021-02-03 08:09:14'),
(129695,47395,'action complete via WP Cron','2021-02-03 13:09:14','2021-02-03 08:09:14'),
(129696,47396,'action created','2021-02-03 13:09:14','2021-02-03 08:09:14'),
(129697,47396,'action started via WP Cron','2021-02-03 13:10:19','2021-02-03 08:10:19'),
(129698,47396,'action complete via WP Cron','2021-02-03 13:10:19','2021-02-03 08:10:19'),
(129699,47397,'action created','2021-02-03 13:10:19','2021-02-03 08:10:19'),
(129700,47397,'action started via WP Cron','2021-02-03 13:11:19','2021-02-03 08:11:19'),
(129701,47397,'action complete via WP Cron','2021-02-03 13:11:19','2021-02-03 08:11:19'),
(129702,47398,'action created','2021-02-03 13:11:19','2021-02-03 08:11:19'),
(129703,47398,'action started via WP Cron','2021-02-03 13:12:12','2021-02-03 08:12:12'),
(129704,47398,'action complete via WP Cron','2021-02-03 13:12:13','2021-02-03 08:12:13'),
(129705,47399,'action created','2021-02-03 13:12:13','2021-02-03 08:12:13'),
(129706,47399,'action started via WP Cron','2021-02-03 13:13:15','2021-02-03 08:13:15'),
(129707,47399,'action complete via WP Cron','2021-02-03 13:13:15','2021-02-03 08:13:15'),
(129708,47400,'action created','2021-02-03 13:13:19','2021-02-03 08:13:19'),
(129709,47400,'action started via WP Cron','2021-02-03 13:14:17','2021-02-03 08:14:17'),
(129710,47400,'action complete via WP Cron','2021-02-03 13:14:17','2021-02-03 08:14:17'),
(129711,47401,'action created','2021-02-03 13:14:17','2021-02-03 08:14:17'),
(129712,47401,'action started via WP Cron','2021-02-03 13:15:12','2021-02-03 08:15:12'),
(129713,47401,'action complete via WP Cron','2021-02-03 13:15:12','2021-02-03 08:15:12'),
(129714,47402,'action created','2021-02-03 13:15:12','2021-02-03 08:15:12'),
(129715,47402,'action started via WP Cron','2021-02-03 13:16:13','2021-02-03 08:16:13'),
(129716,47402,'action complete via WP Cron','2021-02-03 13:16:13','2021-02-03 08:16:13'),
(129717,47403,'action created','2021-02-03 13:16:13','2021-02-03 08:16:13'),
(129718,47403,'action started via WP Cron','2021-02-03 13:17:13','2021-02-03 08:17:13'),
(129719,47403,'action complete via WP Cron','2021-02-03 13:17:13','2021-02-03 08:17:13'),
(129720,47404,'action created','2021-02-03 13:17:13','2021-02-03 08:17:13'),
(129721,47404,'action started via WP Cron','2021-02-03 13:18:16','2021-02-03 08:18:16'),
(129722,47404,'action complete via WP Cron','2021-02-03 13:18:16','2021-02-03 08:18:16'),
(129723,46138,'action started via WP Cron','2021-02-03 13:18:16','2021-02-03 08:18:16'),
(129724,46138,'action complete via WP Cron','2021-02-03 13:18:16','2021-02-03 08:18:16'),
(129726,47406,'action created','2021-02-03 13:18:16','2021-02-03 08:18:16'),
(129727,47406,'action started via WP Cron','2021-02-03 13:19:19','2021-02-03 08:19:19'),
(129728,47406,'action complete via WP Cron','2021-02-03 13:19:19','2021-02-03 08:19:19'),
(129729,47407,'action created','2021-02-03 13:19:19','2021-02-03 08:19:19'),
(129730,47407,'action started via WP Cron','2021-02-03 13:20:13','2021-02-03 08:20:13'),
(129731,47407,'action complete via WP Cron','2021-02-03 13:20:13','2021-02-03 08:20:13'),
(129732,47408,'action created','2021-02-03 13:20:13','2021-02-03 08:20:13'),
(129733,47408,'action started via WP Cron','2021-02-03 13:21:14','2021-02-03 08:21:14'),
(129734,47408,'action complete via WP Cron','2021-02-03 13:21:14','2021-02-03 08:21:14'),
(129735,47409,'action created','2021-02-03 13:21:14','2021-02-03 08:21:14'),
(129736,47409,'action started via WP Cron','2021-02-03 13:22:13','2021-02-03 08:22:13'),
(129737,47409,'action complete via WP Cron','2021-02-03 13:22:13','2021-02-03 08:22:13'),
(129738,47410,'action created','2021-02-03 13:22:13','2021-02-03 08:22:13'),
(129739,47410,'action started via WP Cron','2021-02-03 13:23:17','2021-02-03 08:23:17'),
(129740,47410,'action complete via WP Cron','2021-02-03 13:23:17','2021-02-03 08:23:17'),
(129741,47411,'action created','2021-02-03 13:23:17','2021-02-03 08:23:17'),
(129742,47411,'action started via WP Cron','2021-02-03 13:24:19','2021-02-03 08:24:19'),
(129743,47411,'action complete via WP Cron','2021-02-03 13:24:19','2021-02-03 08:24:19'),
(129744,47412,'action created','2021-02-03 13:24:19','2021-02-03 08:24:19'),
(129745,47412,'action started via WP Cron','2021-02-03 13:25:12','2021-02-03 08:25:12'),
(129746,47412,'action complete via WP Cron','2021-02-03 13:25:12','2021-02-03 08:25:12'),
(129747,47413,'action created','2021-02-03 13:25:12','2021-02-03 08:25:12'),
(129748,47413,'action started via WP Cron','2021-02-03 13:26:12','2021-02-03 08:26:12'),
(129749,47413,'action complete via WP Cron','2021-02-03 13:26:12','2021-02-03 08:26:12'),
(129750,47414,'action created','2021-02-03 13:26:12','2021-02-03 08:26:12'),
(129751,47414,'action started via WP Cron','2021-02-03 13:27:12','2021-02-03 08:27:12'),
(129752,47414,'action complete via WP Cron','2021-02-03 13:27:12','2021-02-03 08:27:12'),
(129753,47415,'action created','2021-02-03 13:27:13','2021-02-03 08:27:13'),
(129754,47415,'action started via WP Cron','2021-02-03 13:28:13','2021-02-03 08:28:13'),
(129755,47415,'action complete via WP Cron','2021-02-03 13:28:13','2021-02-03 08:28:13'),
(129756,47416,'action created','2021-02-03 13:28:13','2021-02-03 08:28:13'),
(129757,47416,'action started via WP Cron','2021-02-03 13:29:15','2021-02-03 08:29:15'),
(129758,47416,'action complete via WP Cron','2021-02-03 13:29:15','2021-02-03 08:29:15'),
(129759,47417,'action created','2021-02-03 13:29:15','2021-02-03 08:29:15'),
(129760,47417,'action started via WP Cron','2021-02-03 13:30:12','2021-02-03 08:30:12'),
(129761,47417,'action complete via WP Cron','2021-02-03 13:30:12','2021-02-03 08:30:12'),
(129762,47418,'action created','2021-02-03 13:30:12','2021-02-03 08:30:12'),
(129763,47418,'action started via WP Cron','2021-02-03 13:31:21','2021-02-03 08:31:21'),
(129764,47418,'action complete via WP Cron','2021-02-03 13:31:21','2021-02-03 08:31:21'),
(129765,47419,'action created','2021-02-03 13:31:21','2021-02-03 08:31:21'),
(129766,47419,'action started via WP Cron','2021-02-03 13:32:12','2021-02-03 08:32:12'),
(129767,47419,'action complete via WP Cron','2021-02-03 13:32:12','2021-02-03 08:32:12'),
(129768,47420,'action created','2021-02-03 13:32:12','2021-02-03 08:32:12'),
(129769,47420,'action started via WP Cron','2021-02-03 13:33:13','2021-02-03 08:33:13'),
(129770,47420,'action complete via WP Cron','2021-02-03 13:33:13','2021-02-03 08:33:13'),
(129771,47421,'action created','2021-02-03 13:33:13','2021-02-03 08:33:13'),
(129772,47421,'action started via WP Cron','2021-02-03 13:34:14','2021-02-03 08:34:14'),
(129773,47421,'action complete via WP Cron','2021-02-03 13:34:14','2021-02-03 08:34:14'),
(129774,47422,'action created','2021-02-03 13:34:14','2021-02-03 08:34:14'),
(129775,47422,'action started via WP Cron','2021-02-03 13:35:18','2021-02-03 08:35:18'),
(129776,47422,'action complete via WP Cron','2021-02-03 13:35:18','2021-02-03 08:35:18'),
(129777,47423,'action created','2021-02-03 13:35:18','2021-02-03 08:35:18'),
(129778,47423,'action started via Async Request','2021-02-03 13:35:52','2021-02-03 08:35:52'),
(129779,47423,'action complete via Async Request','2021-02-03 13:35:52','2021-02-03 08:35:52'),
(129780,47424,'action created','2021-02-03 13:35:53','2021-02-03 08:35:53'),
(129781,47424,'action started via WP Cron','2021-02-03 13:36:13','2021-02-03 08:36:13'),
(129782,47424,'action complete via WP Cron','2021-02-03 13:36:13','2021-02-03 08:36:13'),
(129783,47425,'action created','2021-02-03 13:36:13','2021-02-03 08:36:13'),
(129784,47425,'action started via Async Request','2021-02-03 13:36:54','2021-02-03 08:36:54'),
(129785,47425,'action complete via Async Request','2021-02-03 13:36:54','2021-02-03 08:36:54'),
(129786,47426,'action created','2021-02-03 13:36:55','2021-02-03 08:36:55'),
(129787,47426,'action started via WP Cron','2021-02-03 13:37:13','2021-02-03 08:37:13'),
(129788,47426,'action complete via WP Cron','2021-02-03 13:37:13','2021-02-03 08:37:13'),
(129789,47427,'action created','2021-02-03 13:37:13','2021-02-03 08:37:13'),
(129790,47427,'action started via Async Request','2021-02-03 13:37:58','2021-02-03 08:37:58'),
(129791,47427,'action complete via Async Request','2021-02-03 13:37:58','2021-02-03 08:37:58'),
(129792,47428,'action created','2021-02-03 13:37:58','2021-02-03 08:37:58'),
(129793,47428,'action started via WP Cron','2021-02-03 13:38:22','2021-02-03 08:38:22'),
(129794,47428,'action complete via WP Cron','2021-02-03 13:38:22','2021-02-03 08:38:22'),
(129795,47429,'action created','2021-02-03 13:38:22','2021-02-03 08:38:22'),
(129796,47429,'action started via WP Cron','2021-02-03 13:39:31','2021-02-03 08:39:31'),
(129797,47429,'action complete via WP Cron','2021-02-03 13:39:31','2021-02-03 08:39:31'),
(129798,47430,'action created','2021-02-03 13:39:31','2021-02-03 08:39:31'),
(129799,47430,'action started via Async Request','2021-02-03 13:39:58','2021-02-03 08:39:58'),
(129800,47430,'action complete via Async Request','2021-02-03 13:39:58','2021-02-03 08:39:58'),
(129801,47431,'action created','2021-02-03 13:40:03','2021-02-03 08:40:03'),
(129802,47431,'action started via WP Cron','2021-02-03 13:40:23','2021-02-03 08:40:23'),
(129803,47431,'action complete via WP Cron','2021-02-03 13:40:23','2021-02-03 08:40:23'),
(129804,47432,'action created','2021-02-03 13:40:23','2021-02-03 08:40:23'),
(129805,47432,'action started via WP Cron','2021-02-03 13:41:13','2021-02-03 08:41:13'),
(129806,47432,'action complete via WP Cron','2021-02-03 13:41:13','2021-02-03 08:41:13'),
(129807,47433,'action created','2021-02-03 13:41:13','2021-02-03 08:41:13'),
(129808,47433,'action started via Async Request','2021-02-03 13:41:58','2021-02-03 08:41:58'),
(129809,47433,'action complete via Async Request','2021-02-03 13:41:58','2021-02-03 08:41:58'),
(129810,47434,'action created','2021-02-03 13:42:02','2021-02-03 08:42:02'),
(129811,47434,'action started via WP Cron','2021-02-03 13:42:12','2021-02-03 08:42:12'),
(129812,47434,'action complete via WP Cron','2021-02-03 13:42:12','2021-02-03 08:42:12'),
(129813,47435,'action created','2021-02-03 13:42:12','2021-02-03 08:42:12'),
(129814,47435,'action started via WP Cron','2021-02-03 13:43:16','2021-02-03 08:43:16'),
(129815,47435,'action complete via WP Cron','2021-02-03 13:43:16','2021-02-03 08:43:16'),
(129816,47436,'action created','2021-02-03 13:43:16','2021-02-03 08:43:16'),
(129817,47436,'action started via Async Request','2021-02-03 13:43:58','2021-02-03 08:43:58'),
(129818,47436,'action complete via Async Request','2021-02-03 13:43:58','2021-02-03 08:43:58'),
(129819,47437,'action created','2021-02-03 13:44:39','2021-02-03 08:44:39'),
(129820,47437,'action started via WP Cron','2021-02-03 13:45:25','2021-02-03 08:45:25'),
(129821,47437,'action complete via WP Cron','2021-02-03 13:45:26','2021-02-03 08:45:26'),
(129822,47438,'action created','2021-02-03 13:45:26','2021-02-03 08:45:26'),
(129823,47438,'action started via Async Request','2021-02-03 13:45:58','2021-02-03 08:45:58'),
(129824,47438,'action complete via Async Request','2021-02-03 13:45:58','2021-02-03 08:45:58'),
(129825,47439,'action created','2021-02-03 13:46:05','2021-02-03 08:46:05'),
(129826,47439,'action started via WP Cron','2021-02-03 13:46:18','2021-02-03 08:46:18'),
(129827,47439,'action complete via WP Cron','2021-02-03 13:46:18','2021-02-03 08:46:18'),
(129828,47440,'action created','2021-02-03 13:46:18','2021-02-03 08:46:18'),
(129829,47440,'action started via WP Cron','2021-02-03 13:47:12','2021-02-03 08:47:12'),
(129830,47440,'action complete via WP Cron','2021-02-03 13:47:12','2021-02-03 08:47:12'),
(129831,47441,'action created','2021-02-03 13:47:12','2021-02-03 08:47:12'),
(129832,47441,'action started via Async Request','2021-02-03 13:47:58','2021-02-03 08:47:58'),
(129833,47441,'action complete via Async Request','2021-02-03 13:47:58','2021-02-03 08:47:58'),
(129834,47442,'action created','2021-02-03 13:48:01','2021-02-03 08:48:01'),
(129835,47442,'action started via WP Cron','2021-02-03 13:48:13','2021-02-03 08:48:13'),
(129836,47442,'action complete via WP Cron','2021-02-03 13:48:13','2021-02-03 08:48:13'),
(129837,47443,'action created','2021-02-03 13:48:13','2021-02-03 08:48:13'),
(129838,47443,'action started via WP Cron','2021-02-03 13:49:17','2021-02-03 08:49:17'),
(129839,47443,'action complete via WP Cron','2021-02-03 13:49:17','2021-02-03 08:49:17'),
(129840,47444,'action created','2021-02-03 13:49:17','2021-02-03 08:49:17'),
(129841,47444,'action started via Async Request','2021-02-03 13:49:58','2021-02-03 08:49:58'),
(129842,47444,'action complete via Async Request','2021-02-03 13:49:58','2021-02-03 08:49:58'),
(129843,47445,'action created','2021-02-03 13:50:04','2021-02-03 08:50:04'),
(129844,47445,'action started via WP Cron','2021-02-03 13:50:17','2021-02-03 08:50:17'),
(129845,47445,'action complete via WP Cron','2021-02-03 13:50:17','2021-02-03 08:50:17'),
(129846,47446,'action created','2021-02-03 13:50:17','2021-02-03 08:50:17'),
(129847,47446,'action started via WP Cron','2021-02-03 13:51:20','2021-02-03 08:51:20'),
(129848,47446,'action complete via WP Cron','2021-02-03 13:51:20','2021-02-03 08:51:20'),
(129849,47447,'action created','2021-02-03 13:51:20','2021-02-03 08:51:20'),
(129850,47447,'action started via Async Request','2021-02-03 13:51:58','2021-02-03 08:51:58'),
(129851,47447,'action complete via Async Request','2021-02-03 13:51:58','2021-02-03 08:51:58'),
(129852,47448,'action created','2021-02-03 13:52:08','2021-02-03 08:52:08'),
(129853,47448,'action started via WP Cron','2021-02-03 13:53:11','2021-02-03 08:53:11'),
(129854,47448,'action complete via WP Cron','2021-02-03 13:53:11','2021-02-03 08:53:11'),
(129855,47449,'action created','2021-02-03 13:53:11','2021-02-03 08:53:11'),
(129856,47449,'action started via Async Request','2021-02-03 13:53:58','2021-02-03 08:53:58'),
(129857,47449,'action complete via Async Request','2021-02-03 13:53:58','2021-02-03 08:53:58'),
(129858,47450,'action created','2021-02-03 13:54:01','2021-02-03 08:54:01'),
(129859,47450,'action started via WP Cron','2021-02-03 13:54:16','2021-02-03 08:54:16'),
(129860,47450,'action complete via WP Cron','2021-02-03 13:54:16','2021-02-03 08:54:16'),
(129861,47451,'action created','2021-02-03 13:54:16','2021-02-03 08:54:16'),
(129862,47451,'action started via WP Cron','2021-02-03 13:55:18','2021-02-03 08:55:18'),
(129863,47451,'action complete via WP Cron','2021-02-03 13:55:18','2021-02-03 08:55:18'),
(129864,47452,'action created','2021-02-03 13:55:18','2021-02-03 08:55:18'),
(129865,47452,'action started via Async Request','2021-02-03 13:55:58','2021-02-03 08:55:58'),
(129866,47452,'action complete via Async Request','2021-02-03 13:55:58','2021-02-03 08:55:58'),
(129867,47453,'action created','2021-02-03 13:55:58','2021-02-03 08:55:58'),
(129868,47453,'action started via WP Cron','2021-02-03 13:56:22','2021-02-03 08:56:22'),
(129869,47453,'action complete via WP Cron','2021-02-03 13:56:22','2021-02-03 08:56:22'),
(129870,47454,'action created','2021-02-03 13:56:22','2021-02-03 08:56:22'),
(129871,47454,'action started via WP Cron','2021-02-03 13:57:12','2021-02-03 08:57:12'),
(129872,47454,'action complete via WP Cron','2021-02-03 13:57:12','2021-02-03 08:57:12'),
(129873,47455,'action created','2021-02-03 13:57:12','2021-02-03 08:57:12'),
(129874,47455,'action started via Async Request','2021-02-03 13:57:58','2021-02-03 08:57:58'),
(129875,47455,'action complete via Async Request','2021-02-03 13:57:58','2021-02-03 08:57:58'),
(129876,47456,'action created','2021-02-03 13:57:59','2021-02-03 08:57:59'),
(129877,47456,'action started via WP Cron','2021-02-03 13:58:13','2021-02-03 08:58:13'),
(129878,47456,'action complete via WP Cron','2021-02-03 13:58:13','2021-02-03 08:58:13'),
(129879,47457,'action created','2021-02-03 13:58:13','2021-02-03 08:58:13'),
(129880,47457,'action started via WP Cron','2021-02-03 13:59:14','2021-02-03 08:59:14'),
(129881,47457,'action complete via WP Cron','2021-02-03 13:59:14','2021-02-03 08:59:14'),
(129882,47458,'action created','2021-02-03 13:59:14','2021-02-03 08:59:14'),
(129883,47458,'action started via Async Request','2021-02-03 13:59:58','2021-02-03 08:59:58'),
(129884,47458,'action complete via Async Request','2021-02-03 13:59:58','2021-02-03 08:59:58'),
(129885,47459,'action created','2021-02-03 14:00:04','2021-02-03 09:00:04'),
(129886,47459,'action started via WP Cron','2021-02-03 14:00:18','2021-02-03 09:00:18'),
(129887,47459,'action complete via WP Cron','2021-02-03 14:00:18','2021-02-03 09:00:18'),
(129888,47460,'action created','2021-02-03 14:00:18','2021-02-03 09:00:18'),
(129889,47460,'action started via WP Cron','2021-02-03 14:01:13','2021-02-03 09:01:13'),
(129890,47460,'action complete via WP Cron','2021-02-03 14:01:13','2021-02-03 09:01:13'),
(129891,47461,'action created','2021-02-03 14:01:13','2021-02-03 09:01:13'),
(129892,47461,'action started via Async Request','2021-02-03 14:01:58','2021-02-03 09:01:58'),
(129893,47461,'action complete via Async Request','2021-02-03 14:01:58','2021-02-03 09:01:58'),
(129894,47462,'action created','2021-02-03 14:01:59','2021-02-03 09:01:59'),
(129895,47462,'action started via WP Cron','2021-02-03 14:02:13','2021-02-03 09:02:13'),
(129896,47462,'action complete via WP Cron','2021-02-03 14:02:13','2021-02-03 09:02:13'),
(129897,47463,'action created','2021-02-03 14:02:13','2021-02-03 09:02:13'),
(129898,47463,'action started via WP Cron','2021-02-03 14:03:16','2021-02-03 09:03:16'),
(129899,47463,'action complete via WP Cron','2021-02-03 14:03:16','2021-02-03 09:03:16'),
(129900,47464,'action created','2021-02-03 14:03:16','2021-02-03 09:03:16'),
(129901,47464,'action started via Async Request','2021-02-03 14:03:58','2021-02-03 09:03:58'),
(129902,47464,'action complete via Async Request','2021-02-03 14:03:58','2021-02-03 09:03:58'),
(129903,47465,'action created','2021-02-03 14:04:02','2021-02-03 09:04:02'),
(129904,47465,'action started via WP Cron','2021-02-03 14:04:15','2021-02-03 09:04:15'),
(129905,47465,'action complete via WP Cron','2021-02-03 14:04:15','2021-02-03 09:04:15'),
(129906,47466,'action created','2021-02-03 14:04:15','2021-02-03 09:04:15'),
(129907,47466,'action started via WP Cron','2021-02-03 14:05:17','2021-02-03 09:05:17'),
(129908,47466,'action complete via WP Cron','2021-02-03 14:05:17','2021-02-03 09:05:17'),
(129909,47467,'action created','2021-02-03 14:05:17','2021-02-03 09:05:17'),
(129910,47467,'action started via Async Request','2021-02-03 14:05:58','2021-02-03 09:05:58'),
(129911,47467,'action complete via Async Request','2021-02-03 14:05:58','2021-02-03 09:05:58'),
(129912,47468,'action created','2021-02-03 14:06:02','2021-02-03 09:06:02'),
(129913,47468,'action started via WP Cron','2021-02-03 14:06:17','2021-02-03 09:06:17'),
(129914,47468,'action complete via WP Cron','2021-02-03 14:06:17','2021-02-03 09:06:17'),
(129915,47469,'action created','2021-02-03 14:06:17','2021-02-03 09:06:17'),
(129916,47469,'action started via WP Cron','2021-02-03 14:07:13','2021-02-03 09:07:13'),
(129917,47469,'action complete via WP Cron','2021-02-03 14:07:13','2021-02-03 09:07:13'),
(129918,47470,'action created','2021-02-03 14:07:13','2021-02-03 09:07:13'),
(129919,47470,'action started via Async Request','2021-02-03 14:07:58','2021-02-03 09:07:58'),
(129920,47470,'action complete via Async Request','2021-02-03 14:07:58','2021-02-03 09:07:58'),
(129921,47471,'action created','2021-02-03 14:07:59','2021-02-03 09:07:59'),
(129922,47471,'action started via WP Cron','2021-02-03 14:08:14','2021-02-03 09:08:14'),
(129923,47471,'action complete via WP Cron','2021-02-03 14:08:14','2021-02-03 09:08:14'),
(129924,47472,'action created','2021-02-03 14:08:14','2021-02-03 09:08:14'),
(129925,47472,'action started via WP Cron','2021-02-03 14:09:17','2021-02-03 09:09:17'),
(129926,47472,'action complete via WP Cron','2021-02-03 14:09:17','2021-02-03 09:09:17'),
(129927,47473,'action created','2021-02-03 14:09:17','2021-02-03 09:09:17'),
(129928,47473,'action started via Async Request','2021-02-03 14:09:58','2021-02-03 09:09:58'),
(129929,47473,'action complete via Async Request','2021-02-03 14:09:58','2021-02-03 09:09:58'),
(129930,47474,'action created','2021-02-03 14:10:06','2021-02-03 09:10:06'),
(129931,47474,'action started via WP Cron','2021-02-03 14:10:23','2021-02-03 09:10:23'),
(129932,47474,'action complete via WP Cron','2021-02-03 14:10:23','2021-02-03 09:10:23'),
(129933,47475,'action created','2021-02-03 14:10:23','2021-02-03 09:10:23'),
(129934,47475,'action started via WP Cron','2021-02-03 14:11:14','2021-02-03 09:11:14'),
(129935,47475,'action complete via WP Cron','2021-02-03 14:11:14','2021-02-03 09:11:14'),
(129936,47476,'action created','2021-02-03 14:11:15','2021-02-03 09:11:15'),
(129937,47476,'action started via Async Request','2021-02-03 14:11:58','2021-02-03 09:11:58'),
(129938,47476,'action complete via Async Request','2021-02-03 14:11:58','2021-02-03 09:11:58'),
(129939,47477,'action created','2021-02-03 14:11:59','2021-02-03 09:11:59'),
(129940,47477,'action started via WP Cron','2021-02-03 14:12:13','2021-02-03 09:12:13'),
(129941,47477,'action complete via WP Cron','2021-02-03 14:12:13','2021-02-03 09:12:13'),
(129942,47478,'action created','2021-02-03 14:12:13','2021-02-03 09:12:13'),
(129943,47478,'action started via WP Cron','2021-02-03 14:13:24','2021-02-03 09:13:24'),
(129944,47478,'action complete via WP Cron','2021-02-03 14:13:24','2021-02-03 09:13:24'),
(129945,47479,'action created','2021-02-03 14:13:25','2021-02-03 09:13:25'),
(129946,47479,'action started via Async Request','2021-02-03 14:13:58','2021-02-03 09:13:58'),
(129947,47479,'action complete via Async Request','2021-02-03 14:13:58','2021-02-03 09:13:58'),
(129948,47480,'action created','2021-02-03 14:14:08','2021-02-03 09:14:08'),
(129949,47480,'action started via WP Cron','2021-02-03 14:15:13','2021-02-03 09:15:13'),
(129950,47480,'action complete via WP Cron','2021-02-03 14:15:13','2021-02-03 09:15:13'),
(129951,47481,'action created','2021-02-03 14:15:13','2021-02-03 09:15:13'),
(129952,47481,'action started via Async Request','2021-02-03 14:15:59','2021-02-03 09:15:59'),
(129953,47481,'action complete via Async Request','2021-02-03 14:15:59','2021-02-03 09:15:59'),
(129954,47482,'action created','2021-02-03 14:16:01','2021-02-03 09:16:01'),
(129955,47482,'action started via WP Cron','2021-02-03 14:16:14','2021-02-03 09:16:14'),
(129956,47482,'action complete via WP Cron','2021-02-03 14:16:14','2021-02-03 09:16:14'),
(129957,47483,'action created','2021-02-03 14:16:14','2021-02-03 09:16:14'),
(129958,47483,'action started via WP Cron','2021-02-03 14:17:12','2021-02-03 09:17:12'),
(129959,47483,'action complete via WP Cron','2021-02-03 14:17:12','2021-02-03 09:17:12'),
(129960,47484,'action created','2021-02-03 14:17:12','2021-02-03 09:17:12'),
(129961,47484,'action started via Async Request','2021-02-03 14:17:58','2021-02-03 09:17:58'),
(129962,47484,'action complete via Async Request','2021-02-03 14:17:58','2021-02-03 09:17:58'),
(129963,47485,'action created','2021-02-03 14:18:04','2021-02-03 09:18:04'),
(129964,47485,'action started via WP Cron','2021-02-03 14:18:15','2021-02-03 09:18:15'),
(129965,47485,'action complete via WP Cron','2021-02-03 14:18:15','2021-02-03 09:18:15'),
(129966,47486,'action created','2021-02-03 14:18:15','2021-02-03 09:18:15'),
(129967,47486,'action started via WP Cron','2021-02-03 14:19:17','2021-02-03 09:19:17'),
(129968,47486,'action complete via WP Cron','2021-02-03 14:19:17','2021-02-03 09:19:17'),
(129969,47487,'action created','2021-02-03 14:19:17','2021-02-03 09:19:17'),
(129970,47487,'action started via Async Request','2021-02-03 14:19:58','2021-02-03 09:19:58'),
(129971,47487,'action complete via Async Request','2021-02-03 14:19:58','2021-02-03 09:19:58'),
(129972,47488,'action created','2021-02-03 14:20:00','2021-02-03 09:20:00'),
(129973,47488,'action started via WP Cron','2021-02-03 14:20:14','2021-02-03 09:20:14'),
(129974,47488,'action complete via WP Cron','2021-02-03 14:20:14','2021-02-03 09:20:14'),
(129975,47489,'action created','2021-02-03 14:20:14','2021-02-03 09:20:14'),
(129976,47489,'action started via WP Cron','2021-02-03 14:21:12','2021-02-03 09:21:12'),
(129977,47489,'action complete via WP Cron','2021-02-03 14:21:12','2021-02-03 09:21:12'),
(129978,47490,'action created','2021-02-03 14:21:12','2021-02-03 09:21:12'),
(129979,47490,'action started via Async Request','2021-02-03 14:21:58','2021-02-03 09:21:58'),
(129980,47490,'action complete via Async Request','2021-02-03 14:21:58','2021-02-03 09:21:58'),
(129981,47491,'action created','2021-02-03 14:22:07','2021-02-03 09:22:07'),
(129982,47491,'action started via WP Cron','2021-02-03 14:23:12','2021-02-03 09:23:12'),
(129983,47491,'action complete via WP Cron','2021-02-03 14:23:12','2021-02-03 09:23:12'),
(129984,47492,'action created','2021-02-03 14:23:12','2021-02-03 09:23:12'),
(129985,47492,'action started via Async Request','2021-02-03 14:23:58','2021-02-03 09:23:58'),
(129986,47492,'action complete via Async Request','2021-02-03 14:23:58','2021-02-03 09:23:58'),
(129987,47493,'action created','2021-02-03 14:24:00','2021-02-03 09:24:00'),
(129988,47493,'action started via WP Cron','2021-02-03 14:24:11','2021-02-03 09:24:11'),
(129989,47493,'action complete via WP Cron','2021-02-03 14:24:11','2021-02-03 09:24:11'),
(129990,47494,'action created','2021-02-03 14:24:11','2021-02-03 09:24:11'),
(129991,47494,'action started via WP Cron','2021-02-03 14:25:12','2021-02-03 09:25:12'),
(129992,47494,'action complete via WP Cron','2021-02-03 14:25:12','2021-02-03 09:25:12'),
(129993,47495,'action created','2021-02-03 14:25:12','2021-02-03 09:25:12'),
(129994,47495,'action started via Async Request','2021-02-03 14:25:58','2021-02-03 09:25:58'),
(129995,47495,'action complete via Async Request','2021-02-03 14:25:58','2021-02-03 09:25:58'),
(129996,47496,'action created','2021-02-03 14:26:00','2021-02-03 09:26:00'),
(129997,47496,'action started via WP Cron','2021-02-03 14:26:19','2021-02-03 09:26:19'),
(129998,47496,'action complete via WP Cron','2021-02-03 14:26:19','2021-02-03 09:26:19'),
(129999,47497,'action created','2021-02-03 14:26:19','2021-02-03 09:26:19'),
(130000,47497,'action started via WP Cron','2021-02-03 14:27:12','2021-02-03 09:27:12'),
(130001,47497,'action complete via WP Cron','2021-02-03 14:27:12','2021-02-03 09:27:12'),
(130002,47498,'action created','2021-02-03 14:27:13','2021-02-03 09:27:13'),
(130003,47498,'action started via WP Cron','2021-02-03 14:28:14','2021-02-03 09:28:14'),
(130004,47498,'action complete via WP Cron','2021-02-03 14:28:14','2021-02-03 09:28:14'),
(130005,47499,'action created','2021-02-03 14:28:14','2021-02-03 09:28:14'),
(130006,47499,'action started via WP Cron','2021-02-03 14:29:16','2021-02-03 09:29:16'),
(130007,47499,'action complete via WP Cron','2021-02-03 14:29:16','2021-02-03 09:29:16'),
(130008,47500,'action created','2021-02-03 14:29:16','2021-02-03 09:29:16'),
(130009,47500,'action started via WP Cron','2021-02-03 14:30:17','2021-02-03 09:30:17'),
(130010,47500,'action complete via WP Cron','2021-02-03 14:30:17','2021-02-03 09:30:17'),
(130011,47501,'action created','2021-02-03 14:30:17','2021-02-03 09:30:17'),
(130012,47501,'action started via WP Cron','2021-02-03 14:31:17','2021-02-03 09:31:17'),
(130013,47501,'action complete via WP Cron','2021-02-03 14:31:17','2021-02-03 09:31:17'),
(130014,47502,'action created','2021-02-03 14:31:17','2021-02-03 09:31:17'),
(130015,47502,'action started via WP Cron','2021-02-03 14:32:13','2021-02-03 09:32:13'),
(130016,47502,'action complete via WP Cron','2021-02-03 14:32:13','2021-02-03 09:32:13'),
(130017,47503,'action created','2021-02-03 14:32:13','2021-02-03 09:32:13'),
(130018,47503,'action started via WP Cron','2021-02-03 14:33:11','2021-02-03 09:33:11'),
(130019,47503,'action complete via WP Cron','2021-02-03 14:33:11','2021-02-03 09:33:11'),
(130020,47504,'action created','2021-02-03 14:33:11','2021-02-03 09:33:11'),
(130021,47504,'action started via WP Cron','2021-02-03 14:34:12','2021-02-03 09:34:12'),
(130022,47504,'action complete via WP Cron','2021-02-03 14:34:12','2021-02-03 09:34:12'),
(130023,47505,'action created','2021-02-03 14:34:12','2021-02-03 09:34:12'),
(130024,47505,'action started via WP Cron','2021-02-03 14:35:24','2021-02-03 09:35:24'),
(130025,47505,'action complete via WP Cron','2021-02-03 14:35:24','2021-02-03 09:35:24'),
(130026,47506,'action created','2021-02-03 14:35:24','2021-02-03 09:35:24'),
(130027,47506,'action started via WP Cron','2021-02-03 14:36:13','2021-02-03 09:36:13'),
(130028,47506,'action complete via WP Cron','2021-02-03 14:36:13','2021-02-03 09:36:13'),
(130029,47507,'action created','2021-02-03 14:36:13','2021-02-03 09:36:13'),
(130030,47507,'action started via WP Cron','2021-02-03 14:37:12','2021-02-03 09:37:12'),
(130031,47507,'action complete via WP Cron','2021-02-03 14:37:12','2021-02-03 09:37:12'),
(130032,47508,'action created','2021-02-03 14:37:12','2021-02-03 09:37:12'),
(130033,47508,'action started via WP Cron','2021-02-03 14:38:11','2021-02-03 09:38:11'),
(130034,47508,'action complete via WP Cron','2021-02-03 14:38:11','2021-02-03 09:38:11'),
(130035,47509,'action created','2021-02-03 14:38:11','2021-02-03 09:38:11'),
(130036,47509,'action started via WP Cron','2021-02-03 14:39:18','2021-02-03 09:39:18'),
(130037,47509,'action complete via WP Cron','2021-02-03 14:39:18','2021-02-03 09:39:18'),
(130038,47510,'action created','2021-02-03 14:39:18','2021-02-03 09:39:18'),
(130039,47510,'action started via WP Cron','2021-02-03 14:40:14','2021-02-03 09:40:14'),
(130040,47510,'action complete via WP Cron','2021-02-03 14:40:14','2021-02-03 09:40:14'),
(130041,47511,'action created','2021-02-03 14:40:14','2021-02-03 09:40:14'),
(130042,47511,'action started via WP Cron','2021-02-03 14:41:14','2021-02-03 09:41:14'),
(130043,47511,'action complete via WP Cron','2021-02-03 14:41:14','2021-02-03 09:41:14'),
(130044,47512,'action created','2021-02-03 14:41:14','2021-02-03 09:41:14'),
(130045,47512,'action started via WP Cron','2021-02-03 14:42:12','2021-02-03 09:42:12'),
(130046,47512,'action complete via WP Cron','2021-02-03 14:42:12','2021-02-03 09:42:12'),
(130047,47513,'action created','2021-02-03 14:42:12','2021-02-03 09:42:12'),
(130048,47513,'action started via WP Cron','2021-02-03 14:43:15','2021-02-03 09:43:15'),
(130049,47513,'action complete via WP Cron','2021-02-03 14:43:15','2021-02-03 09:43:15'),
(130050,47514,'action created','2021-02-03 14:43:15','2021-02-03 09:43:15'),
(130051,47514,'action started via WP Cron','2021-02-03 14:44:14','2021-02-03 09:44:14'),
(130052,47514,'action complete via WP Cron','2021-02-03 14:44:14','2021-02-03 09:44:14'),
(130053,47515,'action created','2021-02-03 14:44:14','2021-02-03 09:44:14'),
(130054,47515,'action started via WP Cron','2021-02-03 14:45:12','2021-02-03 09:45:12'),
(130055,47515,'action complete via WP Cron','2021-02-03 14:45:12','2021-02-03 09:45:12'),
(130056,47516,'action created','2021-02-03 14:45:12','2021-02-03 09:45:12'),
(130057,47516,'action started via WP Cron','2021-02-03 14:46:15','2021-02-03 09:46:15'),
(130058,47516,'action complete via WP Cron','2021-02-03 14:46:15','2021-02-03 09:46:15'),
(130059,47517,'action created','2021-02-03 14:46:15','2021-02-03 09:46:15'),
(130060,47517,'action started via WP Cron','2021-02-03 14:47:14','2021-02-03 09:47:14'),
(130061,47517,'action complete via WP Cron','2021-02-03 14:47:14','2021-02-03 09:47:14'),
(130062,47518,'action created','2021-02-03 14:47:14','2021-02-03 09:47:14'),
(130063,47518,'action started via WP Cron','2021-02-03 14:48:14','2021-02-03 09:48:14'),
(130064,47518,'action complete via WP Cron','2021-02-03 14:48:14','2021-02-03 09:48:14'),
(130065,47519,'action created','2021-02-03 14:48:14','2021-02-03 09:48:14'),
(130066,47519,'action started via WP Cron','2021-02-03 14:49:14','2021-02-03 09:49:14'),
(130067,47519,'action complete via WP Cron','2021-02-03 14:49:14','2021-02-03 09:49:14'),
(130068,47520,'action created','2021-02-03 14:49:14','2021-02-03 09:49:14'),
(130069,47520,'action started via WP Cron','2021-02-03 14:50:16','2021-02-03 09:50:16'),
(130070,47520,'action complete via WP Cron','2021-02-03 14:50:16','2021-02-03 09:50:16'),
(130071,47521,'action created','2021-02-03 14:50:16','2021-02-03 09:50:16'),
(130072,47521,'action started via WP Cron','2021-02-03 14:51:12','2021-02-03 09:51:12'),
(130073,47521,'action complete via WP Cron','2021-02-03 14:51:12','2021-02-03 09:51:12'),
(130074,47522,'action created','2021-02-03 14:51:12','2021-02-03 09:51:12'),
(130075,47522,'action started via WP Cron','2021-02-03 14:52:12','2021-02-03 09:52:12'),
(130076,47522,'action complete via WP Cron','2021-02-03 14:52:12','2021-02-03 09:52:12'),
(130077,47523,'action created','2021-02-03 14:52:12','2021-02-03 09:52:12'),
(130078,47523,'action started via WP Cron','2021-02-03 14:53:17','2021-02-03 09:53:17'),
(130079,47523,'action complete via WP Cron','2021-02-03 14:53:17','2021-02-03 09:53:17'),
(130080,47524,'action created','2021-02-03 14:53:17','2021-02-03 09:53:17'),
(130081,47524,'action started via WP Cron','2021-02-03 14:54:18','2021-02-03 09:54:18'),
(130082,47524,'action complete via WP Cron','2021-02-03 14:54:18','2021-02-03 09:54:18'),
(130083,47525,'action created','2021-02-03 14:54:18','2021-02-03 09:54:18'),
(130084,47525,'action started via WP Cron','2021-02-03 14:55:17','2021-02-03 09:55:17'),
(130085,47525,'action complete via WP Cron','2021-02-03 14:55:17','2021-02-03 09:55:17'),
(130086,47526,'action created','2021-02-03 14:55:17','2021-02-03 09:55:17'),
(130087,47526,'action started via WP Cron','2021-02-03 14:56:20','2021-02-03 09:56:20'),
(130088,47526,'action complete via WP Cron','2021-02-03 14:56:20','2021-02-03 09:56:20'),
(130089,47527,'action created','2021-02-03 14:56:20','2021-02-03 09:56:20'),
(130090,47527,'action started via WP Cron','2021-02-03 14:57:12','2021-02-03 09:57:12'),
(130091,47527,'action complete via WP Cron','2021-02-03 14:57:12','2021-02-03 09:57:12'),
(130092,47528,'action created','2021-02-03 14:57:12','2021-02-03 09:57:12'),
(130093,47528,'action started via WP Cron','2021-02-03 14:59:11','2021-02-03 09:59:11'),
(130094,47528,'action complete via WP Cron','2021-02-03 14:59:11','2021-02-03 09:59:11'),
(130095,47529,'action created','2021-02-03 14:59:11','2021-02-03 09:59:11'),
(130096,47529,'action started via WP Cron','2021-02-03 15:00:36','2021-02-03 10:00:36'),
(130097,47529,'action complete via WP Cron','2021-02-03 15:00:36','2021-02-03 10:00:36'),
(130098,47530,'action created','2021-02-03 15:00:36','2021-02-03 10:00:36'),
(130099,47530,'action started via WP Cron','2021-02-03 15:01:35','2021-02-03 10:01:35'),
(130100,47530,'action complete via WP Cron','2021-02-03 15:01:35','2021-02-03 10:01:35'),
(130101,47531,'action created','2021-02-03 15:01:35','2021-02-03 10:01:35'),
(130102,47531,'action started via WP Cron','2021-02-03 15:03:42','2021-02-03 10:03:42'),
(130103,47531,'action complete via WP Cron','2021-02-03 15:03:42','2021-02-03 10:03:42'),
(130104,47532,'action created','2021-02-03 15:03:42','2021-02-03 10:03:42'),
(130105,47532,'action started via WP Cron','2021-02-03 15:04:16','2021-02-03 10:04:16'),
(130106,47532,'action complete via WP Cron','2021-02-03 15:04:16','2021-02-03 10:04:16'),
(130107,47533,'action created','2021-02-03 15:04:16','2021-02-03 10:04:16'),
(130108,47533,'action started via WP Cron','2021-02-03 15:05:17','2021-02-03 10:05:17'),
(130109,47533,'action complete via WP Cron','2021-02-03 15:05:17','2021-02-03 10:05:17'),
(130110,47534,'action created','2021-02-03 15:05:17','2021-02-03 10:05:17'),
(130111,47534,'action started via WP Cron','2021-02-03 15:06:20','2021-02-03 10:06:20'),
(130112,47534,'action complete via WP Cron','2021-02-03 15:06:20','2021-02-03 10:06:20'),
(130113,47535,'action created','2021-02-03 15:06:20','2021-02-03 10:06:20'),
(130114,47535,'action started via WP Cron','2021-02-03 15:07:14','2021-02-03 10:07:14'),
(130115,47535,'action complete via WP Cron','2021-02-03 15:07:14','2021-02-03 10:07:14'),
(130116,47536,'action created','2021-02-03 15:07:14','2021-02-03 10:07:14'),
(130117,47536,'action started via WP Cron','2021-02-03 15:08:15','2021-02-03 10:08:15'),
(130118,47536,'action complete via WP Cron','2021-02-03 15:08:15','2021-02-03 10:08:15'),
(130119,47537,'action created','2021-02-03 15:08:15','2021-02-03 10:08:15'),
(130120,47537,'action started via WP Cron','2021-02-03 15:09:14','2021-02-03 10:09:14'),
(130121,47537,'action complete via WP Cron','2021-02-03 15:09:14','2021-02-03 10:09:14'),
(130122,47538,'action created','2021-02-03 15:09:14','2021-02-03 10:09:14'),
(130123,47538,'action started via WP Cron','2021-02-03 15:10:17','2021-02-03 10:10:17'),
(130124,47538,'action complete via WP Cron','2021-02-03 15:10:17','2021-02-03 10:10:17'),
(130125,47539,'action created','2021-02-03 15:10:18','2021-02-03 10:10:18'),
(130126,47539,'action started via WP Cron','2021-02-03 15:11:18','2021-02-03 10:11:18'),
(130127,47539,'action complete via WP Cron','2021-02-03 15:11:18','2021-02-03 10:11:18'),
(130128,47540,'action created','2021-02-03 15:11:18','2021-02-03 10:11:18'),
(130129,47540,'action started via WP Cron','2021-02-03 15:12:13','2021-02-03 10:12:13'),
(130130,47540,'action complete via WP Cron','2021-02-03 15:12:13','2021-02-03 10:12:13'),
(130131,47541,'action created','2021-02-03 15:12:13','2021-02-03 10:12:13'),
(130132,47541,'action started via WP Cron','2021-02-03 15:14:00','2021-02-03 10:14:00'),
(130133,47541,'action complete via WP Cron','2021-02-03 15:14:00','2021-02-03 10:14:00'),
(130134,47542,'action created','2021-02-03 15:14:00','2021-02-03 10:14:00'),
(130135,47542,'action started via WP Cron','2021-02-03 15:16:45','2021-02-03 10:16:45'),
(130136,47542,'action complete via WP Cron','2021-02-03 15:16:45','2021-02-03 10:16:45'),
(130137,47543,'action created','2021-02-03 15:16:45','2021-02-03 10:16:45'),
(130138,47543,'action started via WP Cron','2021-02-03 15:19:05','2021-02-03 10:19:05'),
(130139,47543,'action complete via WP Cron','2021-02-03 15:19:05','2021-02-03 10:19:05'),
(130140,47544,'action created','2021-02-03 15:19:05','2021-02-03 10:19:05'),
(130141,47544,'action started via WP Cron','2021-02-03 15:20:03','2021-02-03 10:20:03'),
(130142,47544,'action complete via WP Cron','2021-02-03 15:20:03','2021-02-03 10:20:03'),
(130143,47545,'action created','2021-02-03 15:20:04','2021-02-03 10:20:04'),
(130144,47545,'action started via WP Cron','2021-02-03 15:20:46','2021-02-03 10:20:46'),
(130145,47545,'action complete via WP Cron','2021-02-03 15:20:46','2021-02-03 10:20:46'),
(130146,47546,'action created','2021-02-03 15:20:46','2021-02-03 10:20:46'),
(130147,47546,'action started via WP Cron','2021-02-03 15:23:07','2021-02-03 10:23:07'),
(130148,47546,'action complete via WP Cron','2021-02-03 15:23:07','2021-02-03 10:23:07'),
(130149,47547,'action created','2021-02-03 15:23:07','2021-02-03 10:23:07'),
(130150,47547,'action started via WP Cron','2021-02-03 15:23:53','2021-02-03 10:23:53'),
(130151,47547,'action complete via WP Cron','2021-02-03 15:23:53','2021-02-03 10:23:53'),
(130152,47548,'action created','2021-02-03 15:23:53','2021-02-03 10:23:53'),
(130153,47548,'action started via WP Cron','2021-02-03 15:24:16','2021-02-03 10:24:16'),
(130154,47548,'action complete via WP Cron','2021-02-03 15:24:16','2021-02-03 10:24:16'),
(130155,47549,'action created','2021-02-03 15:24:16','2021-02-03 10:24:16'),
(130156,47549,'action started via WP Cron','2021-02-03 15:27:41','2021-02-03 10:27:41'),
(130157,47549,'action complete via WP Cron','2021-02-03 15:27:41','2021-02-03 10:27:41'),
(130158,47550,'action created','2021-02-03 15:27:41','2021-02-03 10:27:41'),
(130159,47550,'action started via WP Cron','2021-02-03 15:28:47','2021-02-03 10:28:47'),
(130160,47550,'action complete via WP Cron','2021-02-03 15:28:47','2021-02-03 10:28:47'),
(130161,47551,'action created','2021-02-03 15:28:47','2021-02-03 10:28:47'),
(130162,47551,'action started via WP Cron','2021-02-03 15:29:36','2021-02-03 10:29:36'),
(130163,47551,'action complete via WP Cron','2021-02-03 15:29:36','2021-02-03 10:29:36'),
(130164,47552,'action created','2021-02-03 15:29:36','2021-02-03 10:29:36'),
(130165,47552,'action started via WP Cron','2021-02-03 15:30:21','2021-02-03 10:30:21'),
(130166,47552,'action complete via WP Cron','2021-02-03 15:30:21','2021-02-03 10:30:21'),
(130167,47553,'action created','2021-02-03 15:30:21','2021-02-03 10:30:21'),
(130168,47553,'action started via WP Cron','2021-02-03 15:32:23','2021-02-03 10:32:23'),
(130169,47553,'action complete via WP Cron','2021-02-03 15:32:23','2021-02-03 10:32:23'),
(130170,47554,'action created','2021-02-03 15:32:23','2021-02-03 10:32:23'),
(130171,47554,'action started via WP Cron','2021-02-03 15:36:26','2021-02-03 10:36:26'),
(130172,47554,'action complete via WP Cron','2021-02-03 15:36:26','2021-02-03 10:36:26'),
(130173,47555,'action created','2021-02-03 15:36:26','2021-02-03 10:36:26'),
(130174,47555,'action started via WP Cron','2021-02-03 15:37:34','2021-02-03 10:37:34'),
(130175,47555,'action complete via WP Cron','2021-02-03 15:37:34','2021-02-03 10:37:34'),
(130176,47556,'action created','2021-02-03 15:37:34','2021-02-03 10:37:34'),
(130177,47556,'action started via WP Cron','2021-02-03 15:39:25','2021-02-03 10:39:25'),
(130178,47556,'action complete via WP Cron','2021-02-03 15:39:25','2021-02-03 10:39:25'),
(130179,47557,'action created','2021-02-03 15:39:25','2021-02-03 10:39:25'),
(130180,47557,'action started via WP Cron','2021-02-03 15:40:57','2021-02-03 10:40:57'),
(130181,47557,'action complete via WP Cron','2021-02-03 15:40:57','2021-02-03 10:40:57'),
(130182,47558,'action created','2021-02-03 15:40:57','2021-02-03 10:40:57'),
(130183,47558,'action started via WP Cron','2021-02-03 15:41:29','2021-02-03 10:41:29'),
(130184,47558,'action complete via WP Cron','2021-02-03 15:41:29','2021-02-03 10:41:29'),
(130185,47559,'action created','2021-02-03 15:41:29','2021-02-03 10:41:29'),
(130186,47559,'action started via WP Cron','2021-02-03 15:42:19','2021-02-03 10:42:19'),
(130187,47559,'action complete via WP Cron','2021-02-03 15:42:19','2021-02-03 10:42:19'),
(130188,47560,'action created','2021-02-03 15:42:19','2021-02-03 10:42:19'),
(130189,47560,'action started via WP Cron','2021-02-03 15:43:20','2021-02-03 10:43:20'),
(130190,47560,'action complete via WP Cron','2021-02-03 15:43:20','2021-02-03 10:43:20'),
(130191,47561,'action created','2021-02-03 15:43:20','2021-02-03 10:43:20'),
(130192,47561,'action started via WP Cron','2021-02-03 15:44:20','2021-02-03 10:44:20'),
(130193,47561,'action complete via WP Cron','2021-02-03 15:44:20','2021-02-03 10:44:20'),
(130194,47562,'action created','2021-02-03 15:44:20','2021-02-03 10:44:20'),
(130195,47562,'action started via WP Cron','2021-02-03 15:45:17','2021-02-03 10:45:17'),
(130196,47562,'action complete via WP Cron','2021-02-03 15:45:17','2021-02-03 10:45:17'),
(130197,47563,'action created','2021-02-03 15:45:17','2021-02-03 10:45:17'),
(130198,47563,'action started via WP Cron','2021-02-03 15:48:07','2021-02-03 10:48:07'),
(130199,47563,'action complete via WP Cron','2021-02-03 15:48:07','2021-02-03 10:48:07'),
(130200,47564,'action created','2021-02-03 15:48:07','2021-02-03 10:48:07'),
(130201,47564,'action started via WP Cron','2021-02-03 15:49:27','2021-02-03 10:49:27'),
(130202,47564,'action complete via WP Cron','2021-02-03 15:49:27','2021-02-03 10:49:27'),
(130203,47565,'action created','2021-02-03 15:49:27','2021-02-03 10:49:27'),
(130204,47565,'action started via WP Cron','2021-02-03 15:50:15','2021-02-03 10:50:15'),
(130205,47565,'action complete via WP Cron','2021-02-03 15:50:15','2021-02-03 10:50:15'),
(130206,47566,'action created','2021-02-03 15:50:15','2021-02-03 10:50:15'),
(130207,47566,'action started via WP Cron','2021-02-03 15:52:35','2021-02-03 10:52:35'),
(130208,47566,'action complete via WP Cron','2021-02-03 15:52:35','2021-02-03 10:52:35'),
(130209,47567,'action created','2021-02-03 15:52:35','2021-02-03 10:52:35'),
(130210,47567,'action started via WP Cron','2021-02-03 15:53:33','2021-02-03 10:53:33'),
(130211,47567,'action complete via WP Cron','2021-02-03 15:53:33','2021-02-03 10:53:33'),
(130212,47568,'action created','2021-02-03 15:53:33','2021-02-03 10:53:33'),
(130213,47568,'action started via WP Cron','2021-02-03 15:54:11','2021-02-03 10:54:11'),
(130214,47568,'action complete via WP Cron','2021-02-03 15:54:11','2021-02-03 10:54:11'),
(130215,47569,'action created','2021-02-03 15:54:11','2021-02-03 10:54:11'),
(130216,47569,'action started via WP Cron','2021-02-03 15:55:14','2021-02-03 10:55:14'),
(130217,47569,'action complete via WP Cron','2021-02-03 15:55:14','2021-02-03 10:55:14'),
(130218,47570,'action created','2021-02-03 15:55:14','2021-02-03 10:55:14'),
(130219,47570,'action started via WP Cron','2021-02-03 15:56:21','2021-02-03 10:56:21'),
(130220,47570,'action complete via WP Cron','2021-02-03 15:56:21','2021-02-03 10:56:21'),
(130221,47571,'action created','2021-02-03 15:56:21','2021-02-03 10:56:21'),
(130222,47571,'action started via WP Cron','2021-02-03 15:57:29','2021-02-03 10:57:29'),
(130223,47571,'action complete via WP Cron','2021-02-03 15:57:29','2021-02-03 10:57:29'),
(130224,47572,'action created','2021-02-03 15:57:29','2021-02-03 10:57:29'),
(130225,47572,'action started via WP Cron','2021-02-03 15:58:58','2021-02-03 10:58:58'),
(130226,47572,'action complete via WP Cron','2021-02-03 15:58:58','2021-02-03 10:58:58'),
(130227,47573,'action created','2021-02-03 15:58:58','2021-02-03 10:58:58'),
(130228,47573,'action started via WP Cron','2021-02-03 15:59:55','2021-02-03 10:59:55'),
(130229,47573,'action complete via WP Cron','2021-02-03 15:59:55','2021-02-03 10:59:55'),
(130230,47574,'action created','2021-02-03 15:59:55','2021-02-03 10:59:55'),
(130231,47574,'action started via WP Cron','2021-02-03 16:01:00','2021-02-03 11:01:00'),
(130232,47574,'action complete via WP Cron','2021-02-03 16:01:00','2021-02-03 11:01:00'),
(130233,47575,'action created','2021-02-03 16:01:00','2021-02-03 11:01:00'),
(130234,47575,'action started via WP Cron','2021-02-03 16:01:49','2021-02-03 11:01:49'),
(130235,47575,'action complete via WP Cron','2021-02-03 16:01:49','2021-02-03 11:01:49'),
(130236,47576,'action created','2021-02-03 16:01:49','2021-02-03 11:01:49'),
(130237,47576,'action started via WP Cron','2021-02-03 16:02:20','2021-02-03 11:02:20'),
(130238,47576,'action complete via WP Cron','2021-02-03 16:02:20','2021-02-03 11:02:20'),
(130239,47577,'action created','2021-02-03 16:02:20','2021-02-03 11:02:20'),
(130240,47577,'action started via WP Cron','2021-02-03 16:03:58','2021-02-03 11:03:58'),
(130241,47577,'action complete via WP Cron','2021-02-03 16:03:58','2021-02-03 11:03:58'),
(130242,47578,'action created','2021-02-03 16:03:58','2021-02-03 11:03:58'),
(130243,47578,'action started via WP Cron','2021-02-03 16:04:31','2021-02-03 11:04:31'),
(130244,47578,'action complete via WP Cron','2021-02-03 16:04:31','2021-02-03 11:04:31'),
(130245,47579,'action created','2021-02-03 16:04:31','2021-02-03 11:04:31'),
(130246,47579,'action started via WP Cron','2021-02-03 16:05:25','2021-02-03 11:05:25'),
(130247,47579,'action complete via WP Cron','2021-02-03 16:05:25','2021-02-03 11:05:25'),
(130248,47580,'action created','2021-02-03 16:05:26','2021-02-03 11:05:26'),
(130249,47580,'action started via WP Cron','2021-02-03 16:06:23','2021-02-03 11:06:23'),
(130250,47580,'action complete via WP Cron','2021-02-03 16:06:23','2021-02-03 11:06:23'),
(130251,47581,'action created','2021-02-03 16:06:23','2021-02-03 11:06:23'),
(130252,47581,'action started via WP Cron','2021-02-03 16:07:29','2021-02-03 11:07:29'),
(130253,47581,'action complete via WP Cron','2021-02-03 16:07:29','2021-02-03 11:07:29'),
(130254,47582,'action created','2021-02-03 16:07:29','2021-02-03 11:07:29'),
(130255,47582,'action started via WP Cron','2021-02-03 16:08:49','2021-02-03 11:08:49'),
(130256,47582,'action complete via WP Cron','2021-02-03 16:08:49','2021-02-03 11:08:49'),
(130257,47583,'action created','2021-02-03 16:08:49','2021-02-03 11:08:49'),
(130258,47583,'action started via WP Cron','2021-02-03 16:10:26','2021-02-03 11:10:26'),
(130259,47583,'action complete via WP Cron','2021-02-03 16:10:26','2021-02-03 11:10:26'),
(130260,47584,'action created','2021-02-03 16:10:26','2021-02-03 11:10:26'),
(130261,47584,'action started via WP Cron','2021-02-03 16:13:34','2021-02-03 11:13:34'),
(130262,47584,'action complete via WP Cron','2021-02-03 16:13:34','2021-02-03 11:13:34'),
(130263,47585,'action created','2021-02-03 16:13:34','2021-02-03 11:13:34'),
(130264,47585,'action started via WP Cron','2021-02-03 16:14:19','2021-02-03 11:14:19'),
(130265,47585,'action complete via WP Cron','2021-02-03 16:14:19','2021-02-03 11:14:19'),
(130266,47586,'action created','2021-02-03 16:14:19','2021-02-03 11:14:19'),
(130267,47586,'action started via WP Cron','2021-02-03 16:15:55','2021-02-03 11:15:55'),
(130268,47586,'action complete via WP Cron','2021-02-03 16:15:55','2021-02-03 11:15:55'),
(130269,47587,'action created','2021-02-03 16:15:55','2021-02-03 11:15:55'),
(130270,47587,'action started via WP Cron','2021-02-03 16:16:36','2021-02-03 11:16:36'),
(130271,47587,'action complete via WP Cron','2021-02-03 16:16:36','2021-02-03 11:16:36'),
(130272,47588,'action created','2021-02-03 16:16:36','2021-02-03 11:16:36'),
(130273,47588,'action started via WP Cron','2021-02-03 16:17:27','2021-02-03 11:17:27'),
(130274,47588,'action complete via WP Cron','2021-02-03 16:17:27','2021-02-03 11:17:27'),
(130275,47589,'action created','2021-02-03 16:17:27','2021-02-03 11:17:27'),
(130276,47589,'action started via WP Cron','2021-02-03 16:18:18','2021-02-03 11:18:18'),
(130277,47589,'action complete via WP Cron','2021-02-03 16:18:18','2021-02-03 11:18:18'),
(130278,47590,'action created','2021-02-03 16:18:18','2021-02-03 11:18:18'),
(130279,47590,'action started via WP Cron','2021-02-03 16:19:17','2021-02-03 11:19:17'),
(130280,47590,'action complete via WP Cron','2021-02-03 16:19:17','2021-02-03 11:19:17'),
(130281,47591,'action created','2021-02-03 16:19:17','2021-02-03 11:19:17'),
(130282,47591,'action started via WP Cron','2021-02-03 16:22:14','2021-02-03 11:22:14'),
(130283,47591,'action complete via WP Cron','2021-02-03 16:22:14','2021-02-03 11:22:14'),
(130284,47592,'action created','2021-02-03 16:22:14','2021-02-03 11:22:14'),
(130285,47592,'action started via WP Cron','2021-02-03 16:26:23','2021-02-03 11:26:23'),
(130286,47592,'action complete via WP Cron','2021-02-03 16:26:23','2021-02-03 11:26:23'),
(130287,47593,'action created','2021-02-03 16:26:52','2021-02-03 11:26:52'),
(130288,47593,'action started via WP Cron','2021-02-03 16:27:54','2021-02-03 11:27:54'),
(130289,47593,'action complete via WP Cron','2021-02-03 16:27:54','2021-02-03 11:27:54'),
(130290,47594,'action created','2021-02-03 16:27:54','2021-02-03 11:27:54'),
(130291,47594,'action started via WP Cron','2021-02-03 16:28:19','2021-02-03 11:28:19'),
(130292,47594,'action complete via WP Cron','2021-02-03 16:28:19','2021-02-03 11:28:19'),
(130293,47595,'action created','2021-02-03 16:28:19','2021-02-03 11:28:19'),
(130294,47595,'action started via WP Cron','2021-02-03 16:30:11','2021-02-03 11:30:11'),
(130295,47595,'action complete via WP Cron','2021-02-03 16:30:11','2021-02-03 11:30:11'),
(130296,47596,'action created','2021-02-03 16:30:11','2021-02-03 11:30:11'),
(130297,47596,'action started via WP Cron','2021-02-03 16:32:01','2021-02-03 11:32:01'),
(130298,47596,'action complete via WP Cron','2021-02-03 16:32:01','2021-02-03 11:32:01'),
(130299,47597,'action created','2021-02-03 16:32:01','2021-02-03 11:32:01'),
(130300,47597,'action started via WP Cron','2021-02-03 16:32:15','2021-02-03 11:32:15'),
(130301,47597,'action complete via WP Cron','2021-02-03 16:32:15','2021-02-03 11:32:15'),
(130302,47598,'action created','2021-02-03 16:32:15','2021-02-03 11:32:15'),
(130303,47598,'action started via WP Cron','2021-02-03 16:33:53','2021-02-03 11:33:53'),
(130304,47598,'action complete via WP Cron','2021-02-03 16:33:53','2021-02-03 11:33:53'),
(130305,47599,'action created','2021-02-03 16:33:53','2021-02-03 11:33:53'),
(130306,47599,'action started via WP Cron','2021-02-03 16:34:50','2021-02-03 11:34:50'),
(130307,47599,'action complete via WP Cron','2021-02-03 16:34:50','2021-02-03 11:34:50'),
(130308,47600,'action created','2021-02-03 16:34:50','2021-02-03 11:34:50'),
(130309,47600,'action started via WP Cron','2021-02-03 16:36:31','2021-02-03 11:36:31'),
(130310,47600,'action complete via WP Cron','2021-02-03 16:36:31','2021-02-03 11:36:31'),
(130311,47601,'action created','2021-02-03 16:36:31','2021-02-03 11:36:31'),
(130312,47601,'action started via WP Cron','2021-02-03 16:37:23','2021-02-03 11:37:23'),
(130313,47601,'action complete via WP Cron','2021-02-03 16:37:23','2021-02-03 11:37:23'),
(130314,47602,'action created','2021-02-03 16:37:23','2021-02-03 11:37:23'),
(130315,47602,'action started via WP Cron','2021-02-03 16:38:44','2021-02-03 11:38:44'),
(130316,47602,'action complete via WP Cron','2021-02-03 16:38:44','2021-02-03 11:38:44'),
(130317,47603,'action created','2021-02-03 16:38:44','2021-02-03 11:38:44'),
(130318,47603,'action started via WP Cron','2021-02-03 16:40:07','2021-02-03 11:40:07'),
(130319,47603,'action complete via WP Cron','2021-02-03 16:40:07','2021-02-03 11:40:07'),
(130320,47604,'action created','2021-02-03 16:40:07','2021-02-03 11:40:07'),
(130321,47604,'action started via WP Cron','2021-02-03 16:41:49','2021-02-03 11:41:49'),
(130322,47604,'action complete via WP Cron','2021-02-03 16:41:49','2021-02-03 11:41:49'),
(130323,47605,'action created','2021-02-03 16:41:49','2021-02-03 11:41:49'),
(130324,47605,'action started via WP Cron','2021-02-03 16:42:31','2021-02-03 11:42:31'),
(130325,47605,'action complete via WP Cron','2021-02-03 16:42:31','2021-02-03 11:42:31'),
(130326,47606,'action created','2021-02-03 16:42:31','2021-02-03 11:42:31'),
(130327,47606,'action started via WP Cron','2021-02-03 16:43:41','2021-02-03 11:43:41'),
(130328,47606,'action complete via WP Cron','2021-02-03 16:43:41','2021-02-03 11:43:41'),
(130329,47607,'action created','2021-02-03 16:43:41','2021-02-03 11:43:41'),
(130330,47607,'action started via WP Cron','2021-02-03 16:44:29','2021-02-03 11:44:29'),
(130331,47607,'action complete via WP Cron','2021-02-03 16:44:29','2021-02-03 11:44:29'),
(130332,47608,'action created','2021-02-03 16:44:29','2021-02-03 11:44:29'),
(130333,47608,'action started via WP Cron','2021-02-03 16:46:35','2021-02-03 11:46:35'),
(130334,47608,'action complete via WP Cron','2021-02-03 16:46:35','2021-02-03 11:46:35'),
(130335,47609,'action created','2021-02-03 16:46:35','2021-02-03 11:46:35'),
(130336,47609,'action started via WP Cron','2021-02-03 16:48:08','2021-02-03 11:48:08'),
(130337,47609,'action complete via WP Cron','2021-02-03 16:48:08','2021-02-03 11:48:08'),
(130338,47610,'action created','2021-02-03 16:48:09','2021-02-03 11:48:09'),
(130339,47610,'action started via WP Cron','2021-02-03 16:48:30','2021-02-03 11:48:30'),
(130340,47610,'action complete via WP Cron','2021-02-03 16:48:30','2021-02-03 11:48:30'),
(130341,47611,'action created','2021-02-03 16:48:30','2021-02-03 11:48:30'),
(130342,47611,'action started via WP Cron','2021-02-03 16:49:32','2021-02-03 11:49:32'),
(130343,47611,'action complete via WP Cron','2021-02-03 16:49:32','2021-02-03 11:49:32'),
(130344,47612,'action created','2021-02-03 16:49:32','2021-02-03 11:49:32'),
(130345,47612,'action started via WP Cron','2021-02-03 16:51:18','2021-02-03 11:51:18'),
(130346,47612,'action complete via WP Cron','2021-02-03 16:51:18','2021-02-03 11:51:18'),
(130347,47613,'action created','2021-02-03 16:51:18','2021-02-03 11:51:18'),
(130348,47613,'action started via WP Cron','2021-02-03 16:52:13','2021-02-03 11:52:13'),
(130349,47613,'action complete via WP Cron','2021-02-03 16:52:13','2021-02-03 11:52:13'),
(130350,47614,'action created','2021-02-03 16:52:13','2021-02-03 11:52:13'),
(130351,47614,'action started via WP Cron','2021-02-03 16:53:32','2021-02-03 11:53:32'),
(130352,47614,'action complete via WP Cron','2021-02-03 16:53:32','2021-02-03 11:53:32'),
(130353,47615,'action created','2021-02-03 16:53:32','2021-02-03 11:53:32'),
(130354,47615,'action started via WP Cron','2021-02-03 16:54:34','2021-02-03 11:54:34'),
(130355,47615,'action complete via WP Cron','2021-02-03 16:54:34','2021-02-03 11:54:34'),
(130356,47616,'action created','2021-02-03 16:54:34','2021-02-03 11:54:34'),
(130357,47616,'action started via WP Cron','2021-02-03 16:55:21','2021-02-03 11:55:21'),
(130358,47616,'action complete via WP Cron','2021-02-03 16:55:21','2021-02-03 11:55:21'),
(130359,47617,'action created','2021-02-03 16:55:21','2021-02-03 11:55:21'),
(130360,47617,'action started via WP Cron','2021-02-03 16:57:09','2021-02-03 11:57:09'),
(130361,47617,'action complete via WP Cron','2021-02-03 16:57:09','2021-02-03 11:57:09'),
(130362,47618,'action created','2021-02-03 16:57:09','2021-02-03 11:57:09'),
(130363,47618,'action started via WP Cron','2021-02-03 16:58:28','2021-02-03 11:58:28'),
(130364,47618,'action complete via WP Cron','2021-02-03 16:58:28','2021-02-03 11:58:28'),
(130365,47619,'action created','2021-02-03 16:58:29','2021-02-03 11:58:29'),
(130366,47619,'action started via WP Cron','2021-02-03 16:59:17','2021-02-03 11:59:17'),
(130367,47619,'action complete via WP Cron','2021-02-03 16:59:17','2021-02-03 11:59:17'),
(130368,47620,'action created','2021-02-03 16:59:17','2021-02-03 11:59:17'),
(130369,47620,'action started via WP Cron','2021-02-03 17:01:42','2021-02-03 12:01:42'),
(130370,47620,'action complete via WP Cron','2021-02-03 17:01:42','2021-02-03 12:01:42'),
(130371,47621,'action created','2021-02-03 17:01:42','2021-02-03 12:01:42'),
(130372,47621,'action started via WP Cron','2021-02-03 17:02:11','2021-02-03 12:02:11'),
(130373,47621,'action complete via WP Cron','2021-02-03 17:02:11','2021-02-03 12:02:11'),
(130374,47622,'action created','2021-02-03 17:02:12','2021-02-03 12:02:12'),
(130375,47622,'action started via WP Cron','2021-02-03 17:04:23','2021-02-03 12:04:23'),
(130376,47622,'action complete via WP Cron','2021-02-03 17:04:23','2021-02-03 12:04:23'),
(130377,47623,'action created','2021-02-03 17:04:23','2021-02-03 12:04:23'),
(130378,47623,'action started via WP Cron','2021-02-03 17:05:20','2021-02-03 12:05:20'),
(130379,47623,'action complete via WP Cron','2021-02-03 17:05:20','2021-02-03 12:05:20'),
(130380,47624,'action created','2021-02-03 17:05:20','2021-02-03 12:05:20'),
(130381,47624,'action started via WP Cron','2021-02-03 17:06:26','2021-02-03 12:06:26'),
(130382,47624,'action complete via WP Cron','2021-02-03 17:06:26','2021-02-03 12:06:26'),
(130383,47625,'action created','2021-02-03 17:06:26','2021-02-03 12:06:26'),
(130384,47625,'action started via WP Cron','2021-02-03 17:07:52','2021-02-03 12:07:52'),
(130385,47625,'action complete via WP Cron','2021-02-03 17:07:52','2021-02-03 12:07:52'),
(130386,47626,'action created','2021-02-03 17:07:52','2021-02-03 12:07:52'),
(130387,47626,'action started via WP Cron','2021-02-03 17:09:48','2021-02-03 12:09:48'),
(130388,47626,'action complete via WP Cron','2021-02-03 17:09:48','2021-02-03 12:09:48'),
(130389,47627,'action created','2021-02-03 17:09:48','2021-02-03 12:09:48'),
(130390,47627,'action started via WP Cron','2021-02-03 17:10:20','2021-02-03 12:10:20'),
(130391,47627,'action complete via WP Cron','2021-02-03 17:10:20','2021-02-03 12:10:20'),
(130392,47628,'action created','2021-02-03 17:10:20','2021-02-03 12:10:20'),
(130393,47628,'action started via WP Cron','2021-02-03 17:11:48','2021-02-03 12:11:48'),
(130394,47628,'action complete via WP Cron','2021-02-03 17:11:48','2021-02-03 12:11:48'),
(130395,47629,'action created','2021-02-03 17:11:48','2021-02-03 12:11:48'),
(130396,47629,'action started via WP Cron','2021-02-03 17:13:47','2021-02-03 12:13:47'),
(130397,47629,'action complete via WP Cron','2021-02-03 17:13:47','2021-02-03 12:13:47'),
(130398,47630,'action created','2021-02-03 17:13:48','2021-02-03 12:13:48'),
(130399,47630,'action started via WP Cron','2021-02-03 17:15:31','2021-02-03 12:15:31'),
(130400,47630,'action complete via WP Cron','2021-02-03 17:15:31','2021-02-03 12:15:31'),
(130401,47631,'action created','2021-02-03 17:15:31','2021-02-03 12:15:31'),
(130402,47631,'action started via WP Cron','2021-02-03 17:16:59','2021-02-03 12:16:59'),
(130403,47631,'action complete via WP Cron','2021-02-03 17:16:59','2021-02-03 12:16:59'),
(130404,47632,'action created','2021-02-03 17:16:59','2021-02-03 12:16:59'),
(130405,47632,'action started via WP Cron','2021-02-03 17:17:45','2021-02-03 12:17:45'),
(130406,47632,'action complete via WP Cron','2021-02-03 17:17:45','2021-02-03 12:17:45'),
(130407,47633,'action created','2021-02-03 17:17:45','2021-02-03 12:17:45'),
(130408,47633,'action started via WP Cron','2021-02-03 17:18:18','2021-02-03 12:18:18'),
(130409,47633,'action complete via WP Cron','2021-02-03 17:18:18','2021-02-03 12:18:18'),
(130410,47634,'action created','2021-02-03 17:18:18','2021-02-03 12:18:18'),
(130411,47634,'action started via WP Cron','2021-02-03 17:20:04','2021-02-03 12:20:04'),
(130412,47634,'action complete via WP Cron','2021-02-03 17:20:04','2021-02-03 12:20:04'),
(130413,47635,'action created','2021-02-03 17:20:04','2021-02-03 12:20:04'),
(130414,47635,'action started via WP Cron','2021-02-03 17:20:14','2021-02-03 12:20:14'),
(130415,47635,'action complete via WP Cron','2021-02-03 17:20:14','2021-02-03 12:20:14'),
(130416,47636,'action created','2021-02-03 17:20:14','2021-02-03 12:20:14'),
(130417,47636,'action started via WP Cron','2021-02-03 17:21:35','2021-02-03 12:21:35'),
(130418,47636,'action complete via WP Cron','2021-02-03 17:21:35','2021-02-03 12:21:35'),
(130419,47637,'action created','2021-02-03 17:21:35','2021-02-03 12:21:35'),
(130420,47637,'action started via WP Cron','2021-02-03 17:23:50','2021-02-03 12:23:50'),
(130421,47637,'action complete via WP Cron','2021-02-03 17:23:50','2021-02-03 12:23:50'),
(130422,47638,'action created','2021-02-03 17:23:50','2021-02-03 12:23:50'),
(130423,47638,'action started via WP Cron','2021-02-03 17:25:06','2021-02-03 12:25:06'),
(130424,47638,'action complete via WP Cron','2021-02-03 17:25:06','2021-02-03 12:25:06'),
(130425,47639,'action created','2021-02-03 17:25:06','2021-02-03 12:25:06'),
(130426,47639,'action started via WP Cron','2021-02-03 17:26:16','2021-02-03 12:26:16'),
(130427,47639,'action complete via WP Cron','2021-02-03 17:26:16','2021-02-03 12:26:16'),
(130428,47640,'action created','2021-02-03 17:26:17','2021-02-03 12:26:17'),
(130429,47640,'action started via WP Cron','2021-02-03 17:27:24','2021-02-03 12:27:24'),
(130430,47640,'action complete via WP Cron','2021-02-03 17:27:24','2021-02-03 12:27:24'),
(130431,47641,'action created','2021-02-03 17:27:24','2021-02-03 12:27:24'),
(130432,47641,'action started via WP Cron','2021-02-03 17:30:50','2021-02-03 12:30:50'),
(130433,47641,'action complete via WP Cron','2021-02-03 17:30:50','2021-02-03 12:30:50'),
(130434,47642,'action created','2021-02-03 17:30:50','2021-02-03 12:30:50'),
(130435,47642,'action started via WP Cron','2021-02-03 17:33:24','2021-02-03 12:33:24'),
(130436,47642,'action complete via WP Cron','2021-02-03 17:33:24','2021-02-03 12:33:24'),
(130437,47643,'action created','2021-02-03 17:33:26','2021-02-03 12:33:26'),
(130438,47643,'action started via WP Cron','2021-02-03 17:35:53','2021-02-03 12:35:53'),
(130439,47643,'action complete via WP Cron','2021-02-03 17:35:53','2021-02-03 12:35:53'),
(130440,47644,'action created','2021-02-03 17:35:53','2021-02-03 12:35:53'),
(130441,47644,'action started via WP Cron','2021-02-03 17:36:17','2021-02-03 12:36:17'),
(130442,47644,'action complete via WP Cron','2021-02-03 17:36:17','2021-02-03 12:36:17'),
(130443,47645,'action created','2021-02-03 17:36:17','2021-02-03 12:36:17'),
(130444,47645,'action started via WP Cron','2021-02-03 17:37:25','2021-02-03 12:37:25'),
(130445,47645,'action complete via WP Cron','2021-02-03 17:37:25','2021-02-03 12:37:25'),
(130446,47646,'action created','2021-02-03 17:37:25','2021-02-03 12:37:25'),
(130447,47646,'action started via WP Cron','2021-02-03 17:38:33','2021-02-03 12:38:33'),
(130448,47646,'action complete via WP Cron','2021-02-03 17:38:33','2021-02-03 12:38:33'),
(130449,47647,'action created','2021-02-03 17:38:33','2021-02-03 12:38:33'),
(130450,47647,'action started via WP Cron','2021-02-03 17:39:16','2021-02-03 12:39:16'),
(130451,47647,'action complete via WP Cron','2021-02-03 17:39:16','2021-02-03 12:39:16'),
(130452,47648,'action created','2021-02-03 17:39:16','2021-02-03 12:39:16'),
(130453,47648,'action started via WP Cron','2021-02-03 17:40:24','2021-02-03 12:40:24'),
(130454,47648,'action complete via WP Cron','2021-02-03 17:40:24','2021-02-03 12:40:24'),
(130455,47649,'action created','2021-02-03 17:40:24','2021-02-03 12:40:24'),
(130456,47649,'action started via WP Cron','2021-02-03 17:41:17','2021-02-03 12:41:17'),
(130457,47649,'action complete via WP Cron','2021-02-03 17:41:17','2021-02-03 12:41:17'),
(130458,47650,'action created','2021-02-03 17:41:17','2021-02-03 12:41:17'),
(130459,47650,'action started via WP Cron','2021-02-03 17:42:12','2021-02-03 12:42:12'),
(130460,47650,'action complete via WP Cron','2021-02-03 17:42:12','2021-02-03 12:42:12'),
(130461,47651,'action created','2021-02-03 17:42:12','2021-02-03 12:42:12'),
(130462,47651,'action started via WP Cron','2021-02-03 17:44:36','2021-02-03 12:44:36'),
(130463,47651,'action complete via WP Cron','2021-02-03 17:44:36','2021-02-03 12:44:36'),
(130464,47652,'action created','2021-02-03 17:44:36','2021-02-03 12:44:36'),
(130465,47652,'action started via WP Cron','2021-02-03 17:47:13','2021-02-03 12:47:13'),
(130466,47652,'action complete via WP Cron','2021-02-03 17:47:13','2021-02-03 12:47:13'),
(130467,47653,'action created','2021-02-03 17:47:13','2021-02-03 12:47:13'),
(130468,47653,'action started via WP Cron','2021-02-03 17:48:24','2021-02-03 12:48:24'),
(130469,47653,'action complete via WP Cron','2021-02-03 17:48:24','2021-02-03 12:48:24'),
(130470,47654,'action created','2021-02-03 17:48:24','2021-02-03 12:48:24'),
(130471,47654,'action started via WP Cron','2021-02-03 17:50:09','2021-02-03 12:50:09'),
(130472,47654,'action complete via WP Cron','2021-02-03 17:50:09','2021-02-03 12:50:09'),
(130473,47655,'action created','2021-02-03 17:50:09','2021-02-03 12:50:09'),
(130474,47655,'action started via WP Cron','2021-02-03 17:50:29','2021-02-03 12:50:29'),
(130475,47655,'action complete via WP Cron','2021-02-03 17:50:29','2021-02-03 12:50:29'),
(130476,47656,'action created','2021-02-03 17:50:29','2021-02-03 12:50:29'),
(130477,47656,'action started via WP Cron','2021-02-03 17:51:18','2021-02-03 12:51:18'),
(130478,47656,'action complete via WP Cron','2021-02-03 17:51:18','2021-02-03 12:51:18'),
(130479,47657,'action created','2021-02-03 17:51:18','2021-02-03 12:51:18'),
(130480,47657,'action started via WP Cron','2021-02-03 17:52:19','2021-02-03 12:52:19'),
(130481,47657,'action complete via WP Cron','2021-02-03 17:52:19','2021-02-03 12:52:19'),
(130482,47658,'action created','2021-02-03 17:52:19','2021-02-03 12:52:19'),
(130483,47658,'action started via WP Cron','2021-02-03 17:53:19','2021-02-03 12:53:19'),
(130484,47658,'action complete via WP Cron','2021-02-03 17:53:19','2021-02-03 12:53:19'),
(130485,47659,'action created','2021-02-03 17:53:19','2021-02-03 12:53:19'),
(130486,47659,'action started via WP Cron','2021-02-03 17:54:32','2021-02-03 12:54:32'),
(130487,47659,'action complete via WP Cron','2021-02-03 17:54:32','2021-02-03 12:54:32'),
(130488,47660,'action created','2021-02-03 17:54:32','2021-02-03 12:54:32'),
(130489,47660,'action started via WP Cron','2021-02-03 17:55:12','2021-02-03 12:55:12'),
(130490,47660,'action complete via WP Cron','2021-02-03 17:55:12','2021-02-03 12:55:12'),
(130491,47661,'action created','2021-02-03 17:55:12','2021-02-03 12:55:12'),
(130492,47661,'action started via WP Cron','2021-02-03 17:56:29','2021-02-03 12:56:29'),
(130493,47661,'action complete via WP Cron','2021-02-03 17:56:29','2021-02-03 12:56:29'),
(130494,47662,'action created','2021-02-03 17:56:29','2021-02-03 12:56:29'),
(130495,47662,'action started via WP Cron','2021-02-03 17:57:39','2021-02-03 12:57:39'),
(130496,47662,'action complete via WP Cron','2021-02-03 17:57:39','2021-02-03 12:57:39'),
(130497,47663,'action created','2021-02-03 17:57:39','2021-02-03 12:57:39'),
(130498,47663,'action started via WP Cron','2021-02-03 17:58:44','2021-02-03 12:58:44'),
(130499,47663,'action complete via WP Cron','2021-02-03 17:58:44','2021-02-03 12:58:44'),
(130500,47664,'action created','2021-02-03 17:58:44','2021-02-03 12:58:44'),
(130501,47664,'action started via WP Cron','2021-02-03 17:59:31','2021-02-03 12:59:31'),
(130502,47664,'action complete via WP Cron','2021-02-03 17:59:31','2021-02-03 12:59:31'),
(130503,47665,'action created','2021-02-03 17:59:31','2021-02-03 12:59:31'),
(130504,47665,'action started via WP Cron','2021-02-03 18:00:23','2021-02-03 13:00:23'),
(130505,47665,'action complete via WP Cron','2021-02-03 18:00:23','2021-02-03 13:00:23'),
(130506,47666,'action created','2021-02-03 18:00:23','2021-02-03 13:00:23'),
(130507,47666,'action started via WP Cron','2021-02-03 18:01:16','2021-02-03 13:01:16'),
(130508,47666,'action complete via WP Cron','2021-02-03 18:01:16','2021-02-03 13:01:16'),
(130509,47667,'action created','2021-02-03 18:01:16','2021-02-03 13:01:16'),
(130510,47667,'action started via WP Cron','2021-02-03 18:02:20','2021-02-03 13:02:20'),
(130511,47667,'action complete via WP Cron','2021-02-03 18:02:20','2021-02-03 13:02:20'),
(130512,47668,'action created','2021-02-03 18:02:20','2021-02-03 13:02:20'),
(130513,47668,'action started via WP Cron','2021-02-03 18:03:54','2021-02-03 13:03:54'),
(130514,47668,'action complete via WP Cron','2021-02-03 18:03:54','2021-02-03 13:03:54'),
(130515,47669,'action created','2021-02-03 18:03:54','2021-02-03 13:03:54'),
(130516,47669,'action started via WP Cron','2021-02-03 18:05:28','2021-02-03 13:05:28'),
(130517,47669,'action complete via WP Cron','2021-02-03 18:05:28','2021-02-03 13:05:28'),
(130518,47670,'action created','2021-02-03 18:05:28','2021-02-03 13:05:28'),
(130519,47670,'action started via WP Cron','2021-02-03 18:06:25','2021-02-03 13:06:25'),
(130520,47670,'action complete via WP Cron','2021-02-03 18:06:25','2021-02-03 13:06:25'),
(130521,47671,'action created','2021-02-03 18:06:25','2021-02-03 13:06:25'),
(130522,47671,'action started via WP Cron','2021-02-03 18:07:18','2021-02-03 13:07:18'),
(130523,47671,'action complete via WP Cron','2021-02-03 18:07:18','2021-02-03 13:07:18'),
(130524,47672,'action created','2021-02-03 18:07:18','2021-02-03 13:07:18'),
(130525,47672,'action started via WP Cron','2021-02-03 18:08:45','2021-02-03 13:08:45'),
(130526,47672,'action complete via WP Cron','2021-02-03 18:08:45','2021-02-03 13:08:45'),
(130527,47673,'action created','2021-02-03 18:08:45','2021-02-03 13:08:45'),
(130528,47673,'action started via WP Cron','2021-02-03 18:09:31','2021-02-03 13:09:31'),
(130529,47673,'action complete via WP Cron','2021-02-03 18:09:31','2021-02-03 13:09:31'),
(130530,47674,'action created','2021-02-03 18:09:31','2021-02-03 13:09:31'),
(130531,47674,'action started via WP Cron','2021-02-03 18:10:16','2021-02-03 13:10:16'),
(130532,47674,'action complete via WP Cron','2021-02-03 18:10:16','2021-02-03 13:10:16'),
(130533,47675,'action created','2021-02-03 18:10:16','2021-02-03 13:10:16'),
(130534,47675,'action started via WP Cron','2021-02-03 18:11:49','2021-02-03 13:11:49'),
(130535,47675,'action complete via WP Cron','2021-02-03 18:11:49','2021-02-03 13:11:49'),
(130536,47676,'action created','2021-02-03 18:11:49','2021-02-03 13:11:49'),
(130537,47676,'action started via WP Cron','2021-02-03 18:12:26','2021-02-03 13:12:26'),
(130538,47676,'action complete via WP Cron','2021-02-03 18:12:26','2021-02-03 13:12:26'),
(130539,47677,'action created','2021-02-03 18:12:26','2021-02-03 13:12:26'),
(130540,47677,'action started via WP Cron','2021-02-03 18:13:34','2021-02-03 13:13:34'),
(130541,47677,'action complete via WP Cron','2021-02-03 18:13:34','2021-02-03 13:13:34'),
(130542,47678,'action created','2021-02-03 18:13:34','2021-02-03 13:13:34'),
(130543,47678,'action started via WP Cron','2021-02-03 18:14:17','2021-02-03 13:14:17'),
(130544,47678,'action complete via WP Cron','2021-02-03 18:14:17','2021-02-03 13:14:17'),
(130545,47679,'action created','2021-02-03 18:14:17','2021-02-03 13:14:17'),
(130546,47679,'action started via WP Cron','2021-02-03 18:15:17','2021-02-03 13:15:17'),
(130547,47679,'action complete via WP Cron','2021-02-03 18:15:17','2021-02-03 13:15:17'),
(130548,47680,'action created','2021-02-03 18:15:17','2021-02-03 13:15:17'),
(130549,47680,'action started via WP Cron','2021-02-03 18:16:12','2021-02-03 13:16:12'),
(130550,47680,'action complete via WP Cron','2021-02-03 18:16:12','2021-02-03 13:16:12'),
(130551,47681,'action created','2021-02-03 18:16:12','2021-02-03 13:16:12'),
(130552,47681,'action started via WP Cron','2021-02-03 18:17:16','2021-02-03 13:17:16'),
(130553,47681,'action complete via WP Cron','2021-02-03 18:17:16','2021-02-03 13:17:16'),
(130554,47682,'action created','2021-02-03 18:17:16','2021-02-03 13:17:16'),
(130555,47682,'action started via WP Cron','2021-02-03 18:18:37','2021-02-03 13:18:37'),
(130556,47682,'action complete via WP Cron','2021-02-03 18:18:37','2021-02-03 13:18:37'),
(130557,47683,'action created','2021-02-03 18:18:37','2021-02-03 13:18:37'),
(130558,47683,'action started via WP Cron','2021-02-03 18:19:29','2021-02-03 13:19:29'),
(130559,47683,'action complete via WP Cron','2021-02-03 18:19:29','2021-02-03 13:19:29'),
(130560,47684,'action created','2021-02-03 18:19:29','2021-02-03 13:19:29'),
(130561,47684,'action started via WP Cron','2021-02-03 18:20:32','2021-02-03 13:20:32'),
(130562,47684,'action complete via WP Cron','2021-02-03 18:20:32','2021-02-03 13:20:32'),
(130563,47685,'action created','2021-02-03 18:20:32','2021-02-03 13:20:32'),
(130564,47685,'action started via WP Cron','2021-02-03 18:21:54','2021-02-03 13:21:54'),
(130565,47685,'action complete via WP Cron','2021-02-03 18:21:54','2021-02-03 13:21:54'),
(130566,47686,'action created','2021-02-03 18:21:54','2021-02-03 13:21:54'),
(130567,47686,'action started via WP Cron','2021-02-03 18:22:38','2021-02-03 13:22:38'),
(130568,47686,'action complete via WP Cron','2021-02-03 18:22:38','2021-02-03 13:22:38'),
(130569,47687,'action created','2021-02-03 18:22:38','2021-02-03 13:22:38'),
(130570,47687,'action started via WP Cron','2021-02-03 18:23:18','2021-02-03 13:23:18'),
(130571,47687,'action complete via WP Cron','2021-02-03 18:23:18','2021-02-03 13:23:18'),
(130572,47688,'action created','2021-02-03 18:23:18','2021-02-03 13:23:18'),
(130573,47688,'action started via WP Cron','2021-02-03 18:24:14','2021-02-03 13:24:14'),
(130574,47688,'action complete via WP Cron','2021-02-03 18:24:14','2021-02-03 13:24:14'),
(130575,47689,'action created','2021-02-03 18:24:14','2021-02-03 13:24:14'),
(130576,47689,'action started via WP Cron','2021-02-03 18:25:13','2021-02-03 13:25:13'),
(130577,47689,'action complete via WP Cron','2021-02-03 18:25:13','2021-02-03 13:25:13'),
(130578,47690,'action created','2021-02-03 18:25:13','2021-02-03 13:25:13'),
(130579,47690,'action started via WP Cron','2021-02-03 18:26:19','2021-02-03 13:26:19'),
(130580,47690,'action complete via WP Cron','2021-02-03 18:26:19','2021-02-03 13:26:19'),
(130581,47691,'action created','2021-02-03 18:26:19','2021-02-03 13:26:19'),
(130582,47691,'action started via WP Cron','2021-02-03 18:27:13','2021-02-03 13:27:13'),
(130583,47691,'action complete via WP Cron','2021-02-03 18:27:13','2021-02-03 13:27:13'),
(130584,47692,'action created','2021-02-03 18:27:13','2021-02-03 13:27:13'),
(130585,47692,'action started via WP Cron','2021-02-03 18:28:24','2021-02-03 13:28:24'),
(130586,47692,'action complete via WP Cron','2021-02-03 18:28:24','2021-02-03 13:28:24'),
(130587,47693,'action created','2021-02-03 18:28:24','2021-02-03 13:28:24'),
(130588,47693,'action started via WP Cron','2021-02-03 18:29:24','2021-02-03 13:29:24'),
(130589,47693,'action complete via WP Cron','2021-02-03 18:29:24','2021-02-03 13:29:24'),
(130590,47694,'action created','2021-02-03 18:29:24','2021-02-03 13:29:24'),
(130591,47694,'action started via WP Cron','2021-02-03 18:30:23','2021-02-03 13:30:23'),
(130592,47694,'action complete via WP Cron','2021-02-03 18:30:23','2021-02-03 13:30:23'),
(130593,47695,'action created','2021-02-03 18:30:23','2021-02-03 13:30:23'),
(130594,47695,'action started via WP Cron','2021-02-03 18:31:15','2021-02-03 13:31:15'),
(130595,47695,'action complete via WP Cron','2021-02-03 18:31:15','2021-02-03 13:31:15'),
(130596,47696,'action created','2021-02-03 18:31:15','2021-02-03 13:31:15'),
(130597,47696,'action started via WP Cron','2021-02-03 18:32:14','2021-02-03 13:32:14'),
(130598,47696,'action complete via WP Cron','2021-02-03 18:32:14','2021-02-03 13:32:14'),
(130599,47697,'action created','2021-02-03 18:32:14','2021-02-03 13:32:14'),
(130600,47697,'action started via WP Cron','2021-02-03 18:33:19','2021-02-03 13:33:19'),
(130601,47697,'action complete via WP Cron','2021-02-03 18:33:19','2021-02-03 13:33:19'),
(130602,47698,'action created','2021-02-03 18:33:19','2021-02-03 13:33:19'),
(130603,47698,'action started via WP Cron','2021-02-03 18:34:15','2021-02-03 13:34:15'),
(130604,47698,'action complete via WP Cron','2021-02-03 18:34:15','2021-02-03 13:34:15'),
(130605,47699,'action created','2021-02-03 18:34:15','2021-02-03 13:34:15'),
(130606,47699,'action started via WP Cron','2021-02-03 18:35:29','2021-02-03 13:35:29'),
(130607,47699,'action complete via WP Cron','2021-02-03 18:35:29','2021-02-03 13:35:29'),
(130608,47700,'action created','2021-02-03 18:35:29','2021-02-03 13:35:29'),
(130609,47700,'action started via WP Cron','2021-02-03 18:36:17','2021-02-03 13:36:17'),
(130610,47700,'action complete via WP Cron','2021-02-03 18:36:17','2021-02-03 13:36:17'),
(130611,47701,'action created','2021-02-03 18:36:17','2021-02-03 13:36:17'),
(130612,47701,'action started via WP Cron','2021-02-03 18:37:12','2021-02-03 13:37:12'),
(130613,47701,'action complete via WP Cron','2021-02-03 18:37:12','2021-02-03 13:37:12'),
(130614,47702,'action created','2021-02-03 18:37:13','2021-02-03 13:37:13'),
(130615,47702,'action started via WP Cron','2021-02-03 18:38:16','2021-02-03 13:38:16'),
(130616,47702,'action complete via WP Cron','2021-02-03 18:38:16','2021-02-03 13:38:16'),
(130617,47703,'action created','2021-02-03 18:38:16','2021-02-03 13:38:16'),
(130618,47703,'action started via WP Cron','2021-02-03 18:39:16','2021-02-03 13:39:16'),
(130619,47703,'action complete via WP Cron','2021-02-03 18:39:16','2021-02-03 13:39:16'),
(130620,47704,'action created','2021-02-03 18:39:16','2021-02-03 13:39:16'),
(130621,47704,'action started via WP Cron','2021-02-03 18:40:36','2021-02-03 13:40:36'),
(130622,47704,'action complete via WP Cron','2021-02-03 18:40:36','2021-02-03 13:40:36'),
(130623,47705,'action created','2021-02-03 18:40:36','2021-02-03 13:40:36'),
(130624,47705,'action started via WP Cron','2021-02-03 18:41:27','2021-02-03 13:41:27'),
(130625,47705,'action complete via WP Cron','2021-02-03 18:41:27','2021-02-03 13:41:27'),
(130626,47706,'action created','2021-02-03 18:41:27','2021-02-03 13:41:27'),
(130627,47706,'action started via WP Cron','2021-02-03 18:42:24','2021-02-03 13:42:24'),
(130628,47706,'action complete via WP Cron','2021-02-03 18:42:24','2021-02-03 13:42:24'),
(130629,47707,'action created','2021-02-03 18:42:24','2021-02-03 13:42:24'),
(130630,47707,'action started via WP Cron','2021-02-03 18:43:14','2021-02-03 13:43:14'),
(130631,47707,'action complete via WP Cron','2021-02-03 18:43:14','2021-02-03 13:43:14'),
(130632,47708,'action created','2021-02-03 18:43:14','2021-02-03 13:43:14'),
(130633,47708,'action started via WP Cron','2021-02-03 18:44:47','2021-02-03 13:44:47'),
(130634,47708,'action complete via WP Cron','2021-02-03 18:44:47','2021-02-03 13:44:47'),
(130635,47709,'action created','2021-02-03 18:44:47','2021-02-03 13:44:47'),
(130636,47709,'action started via WP Cron','2021-02-03 18:46:25','2021-02-03 13:46:25'),
(130637,47709,'action complete via WP Cron','2021-02-03 18:46:25','2021-02-03 13:46:25'),
(130638,47710,'action created','2021-02-03 18:46:25','2021-02-03 13:46:25'),
(130639,47710,'action started via WP Cron','2021-02-03 18:47:28','2021-02-03 13:47:28'),
(130640,47710,'action complete via WP Cron','2021-02-03 18:47:28','2021-02-03 13:47:28'),
(130641,47711,'action created','2021-02-03 18:47:28','2021-02-03 13:47:28'),
(130642,47711,'action started via WP Cron','2021-02-03 18:48:48','2021-02-03 13:48:48'),
(130643,47711,'action complete via WP Cron','2021-02-03 18:48:48','2021-02-03 13:48:48'),
(130644,47712,'action created','2021-02-03 18:48:48','2021-02-03 13:48:48'),
(130645,47712,'action started via WP Cron','2021-02-03 18:50:43','2021-02-03 13:50:43'),
(130646,47712,'action complete via WP Cron','2021-02-03 18:50:43','2021-02-03 13:50:43'),
(130647,47713,'action created','2021-02-03 18:50:43','2021-02-03 13:50:43'),
(130648,47713,'action started via WP Cron','2021-02-03 18:51:17','2021-02-03 13:51:17'),
(130649,47713,'action complete via WP Cron','2021-02-03 18:51:17','2021-02-03 13:51:17'),
(130650,47714,'action created','2021-02-03 18:51:17','2021-02-03 13:51:17'),
(130651,47714,'action started via WP Cron','2021-02-03 18:54:09','2021-02-03 13:54:09'),
(130652,47714,'action complete via WP Cron','2021-02-03 18:54:09','2021-02-03 13:54:09'),
(130653,47715,'action created','2021-02-03 18:54:09','2021-02-03 13:54:09'),
(130654,47715,'action started via WP Cron','2021-02-03 18:55:33','2021-02-03 13:55:33'),
(130655,47715,'action complete via WP Cron','2021-02-03 18:55:33','2021-02-03 13:55:33'),
(130656,47716,'action created','2021-02-03 18:55:33','2021-02-03 13:55:33'),
(130657,47716,'action started via WP Cron','2021-02-03 18:56:43','2021-02-03 13:56:43'),
(130658,47716,'action complete via WP Cron','2021-02-03 18:56:43','2021-02-03 13:56:43'),
(130659,47717,'action created','2021-02-03 18:56:43','2021-02-03 13:56:43'),
(130660,47717,'action started via WP Cron','2021-02-03 18:57:50','2021-02-03 13:57:50'),
(130661,47717,'action complete via WP Cron','2021-02-03 18:57:50','2021-02-03 13:57:50'),
(130662,47718,'action created','2021-02-03 18:57:50','2021-02-03 13:57:50'),
(130663,47718,'action started via WP Cron','2021-02-03 18:59:28','2021-02-03 13:59:28'),
(130664,47718,'action complete via WP Cron','2021-02-03 18:59:28','2021-02-03 13:59:28'),
(130665,47719,'action created','2021-02-03 18:59:28','2021-02-03 13:59:28'),
(130666,47719,'action started via WP Cron','2021-02-03 19:01:12','2021-02-03 14:01:12'),
(130667,47719,'action complete via WP Cron','2021-02-03 19:01:12','2021-02-03 14:01:12'),
(130668,47720,'action created','2021-02-03 19:01:12','2021-02-03 14:01:12'),
(130669,47720,'action started via WP Cron','2021-02-03 19:04:29','2021-02-03 14:04:29'),
(130670,47720,'action complete via WP Cron','2021-02-03 19:04:29','2021-02-03 14:04:29'),
(130671,47721,'action created','2021-02-03 19:04:29','2021-02-03 14:04:29'),
(130672,47721,'action started via WP Cron','2021-02-03 19:05:34','2021-02-03 14:05:34'),
(130673,47721,'action complete via WP Cron','2021-02-03 19:05:34','2021-02-03 14:05:34'),
(130674,47722,'action created','2021-02-03 19:05:34','2021-02-03 14:05:34'),
(130675,47722,'action started via WP Cron','2021-02-03 19:07:51','2021-02-03 14:07:51'),
(130676,47722,'action complete via WP Cron','2021-02-03 19:07:51','2021-02-03 14:07:51'),
(130677,47723,'action created','2021-02-03 19:07:51','2021-02-03 14:07:51'),
(130678,47723,'action started via WP Cron','2021-02-03 19:09:02','2021-02-03 14:09:02'),
(130679,47723,'action complete via WP Cron','2021-02-03 19:09:02','2021-02-03 14:09:02'),
(130680,47724,'action created','2021-02-03 19:09:02','2021-02-03 14:09:02'),
(130681,47724,'action started via WP Cron','2021-02-03 19:09:36','2021-02-03 14:09:36'),
(130682,47724,'action complete via WP Cron','2021-02-03 19:09:36','2021-02-03 14:09:36'),
(130683,47725,'action created','2021-02-03 19:09:36','2021-02-03 14:09:36'),
(130684,47725,'action started via WP Cron','2021-02-03 19:10:12','2021-02-03 14:10:12'),
(130685,47725,'action complete via WP Cron','2021-02-03 19:10:12','2021-02-03 14:10:12'),
(130686,47726,'action created','2021-02-03 19:10:12','2021-02-03 14:10:12'),
(130687,47726,'action started via WP Cron','2021-02-03 19:11:22','2021-02-03 14:11:22'),
(130688,47726,'action complete via WP Cron','2021-02-03 19:11:22','2021-02-03 14:11:22'),
(130689,47727,'action created','2021-02-03 19:11:22','2021-02-03 14:11:22'),
(130690,47727,'action started via WP Cron','2021-02-03 19:12:36','2021-02-03 14:12:36'),
(130691,47727,'action complete via WP Cron','2021-02-03 19:12:36','2021-02-03 14:12:36'),
(130692,47728,'action created','2021-02-03 19:12:36','2021-02-03 14:12:36'),
(130693,47728,'action started via WP Cron','2021-02-03 19:13:16','2021-02-03 14:13:16'),
(130694,47728,'action complete via WP Cron','2021-02-03 19:13:16','2021-02-03 14:13:16'),
(130695,47729,'action created','2021-02-03 19:13:16','2021-02-03 14:13:16'),
(130696,47729,'action started via WP Cron','2021-02-03 19:15:22','2021-02-03 14:15:22'),
(130697,47729,'action complete via WP Cron','2021-02-03 19:15:22','2021-02-03 14:15:22'),
(130698,47730,'action created','2021-02-03 19:15:22','2021-02-03 14:15:22'),
(130699,47730,'action started via WP Cron','2021-02-03 19:16:18','2021-02-03 14:16:18'),
(130700,47730,'action complete via WP Cron','2021-02-03 19:16:18','2021-02-03 14:16:18'),
(130701,47731,'action created','2021-02-03 19:16:18','2021-02-03 14:16:18'),
(130702,47731,'action started via WP Cron','2021-02-03 19:17:12','2021-02-03 14:17:12'),
(130703,47731,'action complete via WP Cron','2021-02-03 19:17:12','2021-02-03 14:17:12'),
(130704,47732,'action created','2021-02-03 19:17:12','2021-02-03 14:17:12'),
(130705,47732,'action started via WP Cron','2021-02-03 19:18:36','2021-02-03 14:18:36'),
(130706,47732,'action complete via WP Cron','2021-02-03 19:18:36','2021-02-03 14:18:36'),
(130707,47733,'action created','2021-02-03 19:18:36','2021-02-03 14:18:36'),
(130708,47733,'action started via WP Cron','2021-02-03 19:20:16','2021-02-03 14:20:16'),
(130709,47733,'action complete via WP Cron','2021-02-03 19:20:16','2021-02-03 14:20:16'),
(130710,47734,'action created','2021-02-03 19:20:16','2021-02-03 14:20:16'),
(130711,47734,'action started via WP Cron','2021-02-03 19:21:45','2021-02-03 14:21:45'),
(130712,47734,'action complete via WP Cron','2021-02-03 19:21:45','2021-02-03 14:21:45'),
(130713,47735,'action created','2021-02-03 19:21:45','2021-02-03 14:21:45'),
(130714,47735,'action started via WP Cron','2021-02-03 19:22:51','2021-02-03 14:22:51'),
(130715,47735,'action complete via WP Cron','2021-02-03 19:22:51','2021-02-03 14:22:51'),
(130716,47736,'action created','2021-02-03 19:22:51','2021-02-03 14:22:51'),
(130717,47736,'action started via WP Cron','2021-02-03 19:24:32','2021-02-03 14:24:32'),
(130718,47736,'action complete via WP Cron','2021-02-03 19:24:32','2021-02-03 14:24:32'),
(130719,47737,'action created','2021-02-03 19:24:32','2021-02-03 14:24:32'),
(130720,47737,'action started via WP Cron','2021-02-03 19:25:19','2021-02-03 14:25:19'),
(130721,47737,'action complete via WP Cron','2021-02-03 19:25:19','2021-02-03 14:25:19'),
(130722,47738,'action created','2021-02-03 19:25:19','2021-02-03 14:25:19'),
(130723,47738,'action started via WP Cron','2021-02-03 19:26:35','2021-02-03 14:26:35'),
(130724,47738,'action complete via WP Cron','2021-02-03 19:26:35','2021-02-03 14:26:35'),
(130725,47739,'action created','2021-02-03 19:26:35','2021-02-03 14:26:35'),
(130726,47739,'action started via WP Cron','2021-02-03 19:27:35','2021-02-03 14:27:35'),
(130727,47739,'action complete via WP Cron','2021-02-03 19:27:35','2021-02-03 14:27:35'),
(130728,47740,'action created','2021-02-03 19:27:35','2021-02-03 14:27:35'),
(130729,47740,'action started via WP Cron','2021-02-03 19:28:39','2021-02-03 14:28:39'),
(130730,47740,'action complete via WP Cron','2021-02-03 19:28:39','2021-02-03 14:28:39'),
(130731,47741,'action created','2021-02-03 19:28:39','2021-02-03 14:28:39'),
(130732,47741,'action started via WP Cron','2021-02-03 19:29:23','2021-02-03 14:29:23'),
(130733,47741,'action complete via WP Cron','2021-02-03 19:29:23','2021-02-03 14:29:23'),
(130734,47742,'action created','2021-02-03 19:29:23','2021-02-03 14:29:23'),
(130735,47742,'action started via WP Cron','2021-02-03 19:30:39','2021-02-03 14:30:39'),
(130736,47742,'action complete via WP Cron','2021-02-03 19:30:39','2021-02-03 14:30:39'),
(130737,47743,'action created','2021-02-03 19:30:39','2021-02-03 14:30:39'),
(130738,47743,'action started via WP Cron','2021-02-03 19:31:53','2021-02-03 14:31:53'),
(130739,47743,'action complete via WP Cron','2021-02-03 19:31:53','2021-02-03 14:31:53'),
(130740,47744,'action created','2021-02-03 19:31:53','2021-02-03 14:31:53'),
(130741,47744,'action started via WP Cron','2021-02-03 19:32:20','2021-02-03 14:32:20'),
(130742,47744,'action complete via WP Cron','2021-02-03 19:32:20','2021-02-03 14:32:20'),
(130743,47745,'action created','2021-02-03 19:32:20','2021-02-03 14:32:20'),
(130744,47745,'action started via WP Cron','2021-02-03 19:34:01','2021-02-03 14:34:01'),
(130745,47745,'action complete via WP Cron','2021-02-03 19:34:01','2021-02-03 14:34:01'),
(130746,47746,'action created','2021-02-03 19:34:01','2021-02-03 14:34:01'),
(130747,47746,'action started via WP Cron','2021-02-03 19:34:56','2021-02-03 14:34:56'),
(130748,47746,'action complete via WP Cron','2021-02-03 19:34:56','2021-02-03 14:34:56'),
(130749,47747,'action created','2021-02-03 19:34:56','2021-02-03 14:34:56'),
(130750,47747,'action started via WP Cron','2021-02-03 19:38:30','2021-02-03 14:38:30'),
(130751,47747,'action complete via WP Cron','2021-02-03 19:38:30','2021-02-03 14:38:30'),
(130752,47748,'action created','2021-02-03 19:38:32','2021-02-03 14:38:32'),
(130753,47748,'action started via WP Cron','2021-02-03 19:39:44','2021-02-03 14:39:44'),
(130754,47748,'action complete via WP Cron','2021-02-03 19:39:44','2021-02-03 14:39:44'),
(130755,47749,'action created','2021-02-03 19:39:44','2021-02-03 14:39:44'),
(130756,47749,'action started via WP Cron','2021-02-03 19:40:14','2021-02-03 14:40:14'),
(130757,47749,'action complete via WP Cron','2021-02-03 19:40:14','2021-02-03 14:40:14'),
(130758,47750,'action created','2021-02-03 19:40:15','2021-02-03 14:40:15'),
(130759,47750,'action started via WP Cron','2021-02-03 19:42:56','2021-02-03 14:42:56'),
(130760,47750,'action complete via WP Cron','2021-02-03 19:42:56','2021-02-03 14:42:56'),
(130761,47751,'action created','2021-02-03 19:42:56','2021-02-03 14:42:56'),
(130762,47751,'action started via WP Cron','2021-02-03 19:45:22','2021-02-03 14:45:22'),
(130763,47751,'action complete via WP Cron','2021-02-03 19:45:22','2021-02-03 14:45:22'),
(130764,47752,'action created','2021-02-03 19:45:22','2021-02-03 14:45:22'),
(130765,47752,'action started via WP Cron','2021-02-03 19:47:08','2021-02-03 14:47:08'),
(130766,47752,'action complete via WP Cron','2021-02-03 19:47:08','2021-02-03 14:47:08'),
(130767,47753,'action created','2021-02-03 19:47:08','2021-02-03 14:47:08'),
(130768,47753,'action started via WP Cron','2021-02-03 19:50:25','2021-02-03 14:50:25'),
(130769,47753,'action complete via WP Cron','2021-02-03 19:50:25','2021-02-03 14:50:25'),
(130770,47754,'action created','2021-02-03 19:50:25','2021-02-03 14:50:25'),
(130771,47754,'action started via WP Cron','2021-02-03 19:51:22','2021-02-03 14:51:22'),
(130772,47754,'action complete via WP Cron','2021-02-03 19:51:22','2021-02-03 14:51:22'),
(130773,47755,'action created','2021-02-03 19:51:23','2021-02-03 14:51:23'),
(130774,47755,'action started via WP Cron','2021-02-03 19:52:26','2021-02-03 14:52:26'),
(130775,47755,'action complete via WP Cron','2021-02-03 19:52:26','2021-02-03 14:52:26'),
(130776,47756,'action created','2021-02-03 19:52:26','2021-02-03 14:52:26'),
(130777,47756,'action started via WP Cron','2021-02-03 19:54:15','2021-02-03 14:54:15'),
(130778,47756,'action complete via WP Cron','2021-02-03 19:54:15','2021-02-03 14:54:15'),
(130779,47757,'action created','2021-02-03 19:54:15','2021-02-03 14:54:15'),
(130780,47757,'action started via WP Cron','2021-02-03 19:57:25','2021-02-03 14:57:25'),
(130781,47757,'action complete via WP Cron','2021-02-03 19:57:25','2021-02-03 14:57:25'),
(130782,47758,'action created','2021-02-03 19:57:25','2021-02-03 14:57:25'),
(130783,47758,'action started via WP Cron','2021-02-03 19:58:13','2021-02-03 14:58:13'),
(130784,47758,'action complete via WP Cron','2021-02-03 19:58:13','2021-02-03 14:58:13'),
(130785,47759,'action created','2021-02-03 19:58:13','2021-02-03 14:58:13'),
(130786,47759,'action started via WP Cron','2021-02-03 19:59:12','2021-02-03 14:59:12'),
(130787,47759,'action complete via WP Cron','2021-02-03 19:59:12','2021-02-03 14:59:12'),
(130788,47760,'action created','2021-02-03 19:59:12','2021-02-03 14:59:12'),
(130789,47760,'action started via WP Cron','2021-02-03 20:01:28','2021-02-03 15:01:28'),
(130790,47760,'action complete via WP Cron','2021-02-03 20:01:28','2021-02-03 15:01:28'),
(130791,47761,'action created','2021-02-03 20:01:28','2021-02-03 15:01:28'),
(130792,47761,'action started via WP Cron','2021-02-03 20:02:37','2021-02-03 15:02:37'),
(130793,47761,'action complete via WP Cron','2021-02-03 20:02:37','2021-02-03 15:02:37'),
(130794,47762,'action created','2021-02-03 20:02:37','2021-02-03 15:02:37'),
(130795,47762,'action started via WP Cron','2021-02-03 20:04:17','2021-02-03 15:04:17'),
(130796,47762,'action complete via WP Cron','2021-02-03 20:04:17','2021-02-03 15:04:17'),
(130797,47763,'action created','2021-02-03 20:04:17','2021-02-03 15:04:17'),
(130798,47763,'action started via WP Cron','2021-02-03 20:05:51','2021-02-03 15:05:51'),
(130799,47763,'action complete via WP Cron','2021-02-03 20:05:51','2021-02-03 15:05:51'),
(130800,47764,'action created','2021-02-03 20:05:51','2021-02-03 15:05:51'),
(130801,47764,'action started via WP Cron','2021-02-03 20:06:36','2021-02-03 15:06:36'),
(130802,47764,'action complete via WP Cron','2021-02-03 20:06:36','2021-02-03 15:06:36'),
(130803,47765,'action created','2021-02-03 20:06:36','2021-02-03 15:06:36'),
(130804,47765,'action started via WP Cron','2021-02-03 20:07:12','2021-02-03 15:07:12'),
(130805,47765,'action complete via WP Cron','2021-02-03 20:07:12','2021-02-03 15:07:12'),
(130806,47766,'action created','2021-02-03 20:07:13','2021-02-03 15:07:13'),
(130807,47766,'action started via WP Cron','2021-02-03 20:08:33','2021-02-03 15:08:33'),
(130808,47766,'action complete via WP Cron','2021-02-03 20:08:33','2021-02-03 15:08:33'),
(130809,47767,'action created','2021-02-03 20:08:33','2021-02-03 15:08:33'),
(130810,47767,'action started via WP Cron','2021-02-03 20:10:25','2021-02-03 15:10:25'),
(130811,47767,'action complete via WP Cron','2021-02-03 20:10:25','2021-02-03 15:10:25'),
(130812,47768,'action created','2021-02-03 20:10:25','2021-02-03 15:10:25'),
(130813,47768,'action started via WP Cron','2021-02-03 20:11:40','2021-02-03 15:11:40'),
(130814,47768,'action complete via WP Cron','2021-02-03 20:11:40','2021-02-03 15:11:40'),
(130815,47769,'action created','2021-02-03 20:11:40','2021-02-03 15:11:40'),
(130816,47769,'action started via WP Cron','2021-02-03 20:13:26','2021-02-03 15:13:26'),
(130817,47769,'action complete via WP Cron','2021-02-03 20:13:26','2021-02-03 15:13:26'),
(130818,47770,'action created','2021-02-03 20:13:26','2021-02-03 15:13:26'),
(130819,47770,'action started via WP Cron','2021-02-03 20:14:48','2021-02-03 15:14:48'),
(130820,47770,'action complete via WP Cron','2021-02-03 20:14:48','2021-02-03 15:14:48'),
(130821,47771,'action created','2021-02-03 20:14:48','2021-02-03 15:14:48'),
(130822,47771,'action started via WP Cron','2021-02-03 20:16:06','2021-02-03 15:16:06'),
(130823,47771,'action complete via WP Cron','2021-02-03 20:16:06','2021-02-03 15:16:06'),
(130824,47772,'action created','2021-02-03 20:16:06','2021-02-03 15:16:06'),
(130825,47772,'action started via WP Cron','2021-02-03 20:16:41','2021-02-03 15:16:41'),
(130826,47772,'action complete via WP Cron','2021-02-03 20:16:41','2021-02-03 15:16:41'),
(130827,47773,'action created','2021-02-03 20:16:41','2021-02-03 15:16:41'),
(130828,47773,'action started via WP Cron','2021-02-03 20:17:22','2021-02-03 15:17:22'),
(130829,47773,'action complete via WP Cron','2021-02-03 20:17:22','2021-02-03 15:17:22'),
(130830,47774,'action created','2021-02-03 20:17:22','2021-02-03 15:17:22'),
(130831,47774,'action started via WP Cron','2021-02-03 20:18:22','2021-02-03 15:18:22'),
(130832,47774,'action complete via WP Cron','2021-02-03 20:18:22','2021-02-03 15:18:22'),
(130833,47775,'action created','2021-02-03 20:18:22','2021-02-03 15:18:22'),
(130834,47775,'action started via WP Cron','2021-02-03 20:22:16','2021-02-03 15:22:16'),
(130835,47775,'action complete via WP Cron','2021-02-03 20:22:16','2021-02-03 15:22:16'),
(130836,47776,'action created','2021-02-03 20:22:16','2021-02-03 15:22:16'),
(130837,47776,'action started via WP Cron','2021-02-03 20:24:05','2021-02-03 15:24:05'),
(130838,47776,'action complete via WP Cron','2021-02-03 20:24:05','2021-02-03 15:24:05'),
(130839,47777,'action created','2021-02-03 20:24:05','2021-02-03 15:24:05'),
(130840,47777,'action started via WP Cron','2021-02-03 20:25:10','2021-02-03 15:25:10'),
(130841,47777,'action complete via WP Cron','2021-02-03 20:25:10','2021-02-03 15:25:10'),
(130842,47778,'action created','2021-02-03 20:25:10','2021-02-03 15:25:10'),
(130843,47778,'action started via WP Cron','2021-02-03 20:27:31','2021-02-03 15:27:31'),
(130844,47778,'action complete via WP Cron','2021-02-03 20:27:31','2021-02-03 15:27:31'),
(130845,47779,'action created','2021-02-03 20:27:31','2021-02-03 15:27:31'),
(130846,47779,'action started via WP Cron','2021-02-03 20:29:50','2021-02-03 15:29:50'),
(130847,47779,'action complete via WP Cron','2021-02-03 20:29:50','2021-02-03 15:29:50'),
(130848,47780,'action created','2021-02-03 20:29:50','2021-02-03 15:29:50'),
(130849,47780,'action started via WP Cron','2021-02-03 20:30:27','2021-02-03 15:30:27'),
(130850,47780,'action complete via WP Cron','2021-02-03 20:30:27','2021-02-03 15:30:27'),
(130851,47781,'action created','2021-02-03 20:30:27','2021-02-03 15:30:27'),
(130852,47781,'action started via WP Cron','2021-02-03 20:34:00','2021-02-03 15:34:00'),
(130853,47781,'action complete via WP Cron','2021-02-03 20:34:01','2021-02-03 15:34:01'),
(130854,47782,'action created','2021-02-03 20:34:01','2021-02-03 15:34:01'),
(130855,47782,'action started via WP Cron','2021-02-03 20:34:13','2021-02-03 15:34:13'),
(130856,47782,'action complete via WP Cron','2021-02-03 20:34:13','2021-02-03 15:34:13'),
(130857,47783,'action created','2021-02-03 20:34:13','2021-02-03 15:34:13'),
(130858,47783,'action started via WP Cron','2021-02-03 20:36:36','2021-02-03 15:36:36'),
(130859,47783,'action complete via WP Cron','2021-02-03 20:36:36','2021-02-03 15:36:36'),
(130860,47784,'action created','2021-02-03 20:36:36','2021-02-03 15:36:36'),
(130861,47784,'action started via WP Cron','2021-02-03 20:39:11','2021-02-03 15:39:11'),
(130862,47784,'action complete via WP Cron','2021-02-03 20:39:11','2021-02-03 15:39:11'),
(130863,47785,'action created','2021-02-03 20:39:11','2021-02-03 15:39:11'),
(130864,47785,'action started via WP Cron','2021-02-03 20:40:15','2021-02-03 15:40:15'),
(130865,47785,'action complete via WP Cron','2021-02-03 20:40:15','2021-02-03 15:40:15'),
(130866,47786,'action created','2021-02-03 20:40:15','2021-02-03 15:40:15'),
(130867,47786,'action started via WP Cron','2021-02-03 20:43:45','2021-02-03 15:43:45'),
(130868,47786,'action complete via WP Cron','2021-02-03 20:43:45','2021-02-03 15:43:45'),
(130869,47787,'action created','2021-02-03 20:43:45','2021-02-03 15:43:45'),
(130870,47787,'action started via WP Cron','2021-02-03 20:44:26','2021-02-03 15:44:26'),
(130871,47787,'action complete via WP Cron','2021-02-03 20:44:26','2021-02-03 15:44:26'),
(130872,47788,'action created','2021-02-03 20:44:26','2021-02-03 15:44:26'),
(130873,47788,'action started via WP Cron','2021-02-03 20:45:30','2021-02-03 15:45:30'),
(130874,47788,'action complete via WP Cron','2021-02-03 20:45:30','2021-02-03 15:45:30'),
(130875,47789,'action created','2021-02-03 20:45:30','2021-02-03 15:45:30'),
(130876,47789,'action started via WP Cron','2021-02-03 20:46:22','2021-02-03 15:46:22'),
(130877,47789,'action complete via WP Cron','2021-02-03 20:46:22','2021-02-03 15:46:22'),
(130878,47790,'action created','2021-02-03 20:46:22','2021-02-03 15:46:22'),
(130879,47790,'action started via WP Cron','2021-02-03 20:48:33','2021-02-03 15:48:33'),
(130880,47790,'action complete via WP Cron','2021-02-03 20:48:33','2021-02-03 15:48:33'),
(130881,47791,'action created','2021-02-03 20:48:33','2021-02-03 15:48:33'),
(130882,47791,'action started via WP Cron','2021-02-03 20:49:14','2021-02-03 15:49:14'),
(130883,47791,'action complete via WP Cron','2021-02-03 20:49:14','2021-02-03 15:49:14'),
(130884,47792,'action created','2021-02-03 20:49:14','2021-02-03 15:49:14'),
(130885,47792,'action started via WP Cron','2021-02-03 20:51:06','2021-02-03 15:51:06'),
(130886,47792,'action complete via WP Cron','2021-02-03 20:51:06','2021-02-03 15:51:06'),
(130887,47793,'action created','2021-02-03 20:51:06','2021-02-03 15:51:06'),
(130888,47793,'action started via WP Cron','2021-02-03 20:52:28','2021-02-03 15:52:28'),
(130889,47793,'action complete via WP Cron','2021-02-03 20:52:28','2021-02-03 15:52:28'),
(130890,47794,'action created','2021-02-03 20:52:28','2021-02-03 15:52:28'),
(130891,47794,'action started via WP Cron','2021-02-03 20:55:27','2021-02-03 15:55:27'),
(130892,47794,'action complete via WP Cron','2021-02-03 20:55:27','2021-02-03 15:55:27'),
(130893,47795,'action created','2021-02-03 20:55:27','2021-02-03 15:55:27'),
(130894,47795,'action started via WP Cron','2021-02-03 20:57:50','2021-02-03 15:57:50'),
(130895,47795,'action complete via WP Cron','2021-02-03 20:57:50','2021-02-03 15:57:50'),
(130896,47796,'action created','2021-02-03 20:57:50','2021-02-03 15:57:50'),
(130897,47796,'action started via WP Cron','2021-02-03 20:58:38','2021-02-03 15:58:38'),
(130898,47796,'action complete via WP Cron','2021-02-03 20:58:38','2021-02-03 15:58:38'),
(130899,47797,'action created','2021-02-03 20:58:38','2021-02-03 15:58:38'),
(130900,47797,'action started via WP Cron','2021-02-03 20:59:16','2021-02-03 15:59:16'),
(130901,47797,'action complete via WP Cron','2021-02-03 20:59:16','2021-02-03 15:59:16'),
(130902,47798,'action created','2021-02-03 20:59:16','2021-02-03 15:59:16'),
(130903,47798,'action started via WP Cron','2021-02-03 21:00:28','2021-02-03 16:00:28'),
(130904,47798,'action complete via WP Cron','2021-02-03 21:00:28','2021-02-03 16:00:28'),
(130905,47799,'action created','2021-02-03 21:00:29','2021-02-03 16:00:29'),
(130906,47799,'action started via WP Cron','2021-02-03 21:01:30','2021-02-03 16:01:30'),
(130907,47799,'action complete via WP Cron','2021-02-03 21:01:30','2021-02-03 16:01:30'),
(130908,47800,'action created','2021-02-03 21:01:30','2021-02-03 16:01:30'),
(130909,47800,'action started via WP Cron','2021-02-03 21:02:40','2021-02-03 16:02:40'),
(130910,47800,'action complete via WP Cron','2021-02-03 21:02:40','2021-02-03 16:02:40'),
(130911,47801,'action created','2021-02-03 21:02:40','2021-02-03 16:02:40'),
(130912,47801,'action started via WP Cron','2021-02-03 21:03:51','2021-02-03 16:03:51'),
(130913,47801,'action complete via WP Cron','2021-02-03 21:03:51','2021-02-03 16:03:51'),
(130914,47802,'action created','2021-02-03 21:03:51','2021-02-03 16:03:51'),
(130915,47802,'action started via WP Cron','2021-02-03 21:06:54','2021-02-03 16:06:54'),
(130916,47802,'action complete via WP Cron','2021-02-03 21:06:54','2021-02-03 16:06:54'),
(130917,47803,'action created','2021-02-03 21:06:54','2021-02-03 16:06:54'),
(130918,47803,'action started via WP Cron','2021-02-03 21:07:58','2021-02-03 16:07:58'),
(130919,47803,'action complete via WP Cron','2021-02-03 21:07:58','2021-02-03 16:07:58'),
(130920,47804,'action created','2021-02-03 21:07:58','2021-02-03 16:07:58'),
(130921,47804,'action started via WP Cron','2021-02-03 21:09:25','2021-02-03 16:09:25'),
(130922,47804,'action complete via WP Cron','2021-02-03 21:09:25','2021-02-03 16:09:25'),
(130923,47805,'action created','2021-02-03 21:09:25','2021-02-03 16:09:25'),
(130924,47805,'action started via WP Cron','2021-02-03 21:10:36','2021-02-03 16:10:36'),
(130925,47805,'action complete via WP Cron','2021-02-03 21:10:36','2021-02-03 16:10:36'),
(130926,47806,'action created','2021-02-03 21:10:36','2021-02-03 16:10:36'),
(130927,47806,'action started via WP Cron','2021-02-03 21:11:48','2021-02-03 16:11:48'),
(130928,47806,'action complete via WP Cron','2021-02-03 21:11:48','2021-02-03 16:11:48'),
(130929,47807,'action created','2021-02-03 21:11:48','2021-02-03 16:11:48'),
(130930,47807,'action started via WP Cron','2021-02-03 21:13:50','2021-02-03 16:13:50'),
(130931,47807,'action complete via WP Cron','2021-02-03 21:13:50','2021-02-03 16:13:50'),
(130932,47808,'action created','2021-02-03 21:13:50','2021-02-03 16:13:50'),
(130933,47808,'action started via WP Cron','2021-02-03 21:15:10','2021-02-03 16:15:10'),
(130934,47808,'action complete via WP Cron','2021-02-03 21:15:10','2021-02-03 16:15:10'),
(130935,47809,'action created','2021-02-03 21:15:10','2021-02-03 16:15:10'),
(130936,47809,'action started via WP Cron','2021-02-03 21:17:06','2021-02-03 16:17:06'),
(130937,47809,'action complete via WP Cron','2021-02-03 21:17:06','2021-02-03 16:17:06'),
(130938,47810,'action created','2021-02-03 21:17:06','2021-02-03 16:17:06'),
(130939,47810,'action started via WP Cron','2021-02-03 21:18:15','2021-02-03 16:18:15'),
(130940,47810,'action complete via WP Cron','2021-02-03 21:18:15','2021-02-03 16:18:15'),
(130941,47811,'action created','2021-02-03 21:18:15','2021-02-03 16:18:15'),
(130942,47811,'action started via WP Cron','2021-02-03 21:19:14','2021-02-03 16:19:14'),
(130943,47811,'action complete via WP Cron','2021-02-03 21:19:14','2021-02-03 16:19:14'),
(130944,47812,'action created','2021-02-03 21:19:14','2021-02-03 16:19:14'),
(130945,47812,'action started via WP Cron','2021-02-03 21:20:18','2021-02-03 16:20:18'),
(130946,47812,'action complete via WP Cron','2021-02-03 21:20:18','2021-02-03 16:20:18'),
(130947,47813,'action created','2021-02-03 21:20:18','2021-02-03 16:20:18'),
(130948,47813,'action started via WP Cron','2021-02-03 21:21:41','2021-02-03 16:21:41'),
(130949,47813,'action complete via WP Cron','2021-02-03 21:21:41','2021-02-03 16:21:41'),
(130950,47814,'action created','2021-02-03 21:21:41','2021-02-03 16:21:41'),
(130951,47814,'action started via WP Cron','2021-02-03 21:24:33','2021-02-03 16:24:33'),
(130952,47814,'action complete via WP Cron','2021-02-03 21:24:33','2021-02-03 16:24:33'),
(130953,47815,'action created','2021-02-03 21:24:33','2021-02-03 16:24:33'),
(130954,47815,'action started via WP Cron','2021-02-03 21:25:13','2021-02-03 16:25:13'),
(130955,47815,'action complete via WP Cron','2021-02-03 21:25:13','2021-02-03 16:25:13'),
(130956,47816,'action created','2021-02-03 21:25:13','2021-02-03 16:25:13'),
(130957,47816,'action started via WP Cron','2021-02-03 21:26:24','2021-02-03 16:26:24'),
(130958,47816,'action complete via WP Cron','2021-02-03 21:26:24','2021-02-03 16:26:24'),
(130959,47817,'action created','2021-02-03 21:26:24','2021-02-03 16:26:24'),
(130960,47817,'action started via WP Cron','2021-02-03 21:28:04','2021-02-03 16:28:04'),
(130961,47817,'action complete via WP Cron','2021-02-03 21:28:05','2021-02-03 16:28:05'),
(130962,47818,'action created','2021-02-03 21:28:05','2021-02-03 16:28:05'),
(130963,47818,'action started via WP Cron','2021-02-03 21:28:44','2021-02-03 16:28:44'),
(130964,47818,'action complete via WP Cron','2021-02-03 21:28:44','2021-02-03 16:28:44'),
(130965,47819,'action created','2021-02-03 21:28:44','2021-02-03 16:28:44'),
(130966,47819,'action started via WP Cron','2021-02-03 21:29:16','2021-02-03 16:29:16'),
(130967,47819,'action complete via WP Cron','2021-02-03 21:29:16','2021-02-03 16:29:16'),
(130968,47820,'action created','2021-02-03 21:29:16','2021-02-03 16:29:16'),
(130969,47820,'action started via WP Cron','2021-02-03 21:30:24','2021-02-03 16:30:24'),
(130970,47820,'action complete via WP Cron','2021-02-03 21:30:24','2021-02-03 16:30:24'),
(130971,47821,'action created','2021-02-03 21:30:24','2021-02-03 16:30:24'),
(130972,47821,'action started via WP Cron','2021-02-03 21:31:55','2021-02-03 16:31:55'),
(130973,47821,'action complete via WP Cron','2021-02-03 21:31:55','2021-02-03 16:31:55'),
(130974,47822,'action created','2021-02-03 21:31:55','2021-02-03 16:31:55'),
(130975,47822,'action started via WP Cron','2021-02-03 21:33:07','2021-02-03 16:33:07'),
(130976,47822,'action complete via WP Cron','2021-02-03 21:33:07','2021-02-03 16:33:07'),
(130977,47823,'action created','2021-02-03 21:33:08','2021-02-03 16:33:08'),
(130978,47823,'action started via WP Cron','2021-02-03 21:33:25','2021-02-03 16:33:25'),
(130979,47823,'action complete via WP Cron','2021-02-03 21:33:25','2021-02-03 16:33:25'),
(130980,47824,'action created','2021-02-03 21:33:26','2021-02-03 16:33:26'),
(130981,47824,'action started via WP Cron','2021-02-03 21:35:08','2021-02-03 16:35:08'),
(130982,47824,'action complete via WP Cron','2021-02-03 21:35:08','2021-02-03 16:35:08'),
(130983,47825,'action created','2021-02-03 21:35:08','2021-02-03 16:35:08'),
(130984,47825,'action started via WP Cron','2021-02-03 21:35:52','2021-02-03 16:35:52'),
(130985,47825,'action complete via WP Cron','2021-02-03 21:35:52','2021-02-03 16:35:52'),
(130986,47826,'action created','2021-02-03 21:35:52','2021-02-03 16:35:52'),
(130987,47826,'action started via WP Cron','2021-02-03 21:38:35','2021-02-03 16:38:35'),
(130988,47826,'action complete via WP Cron','2021-02-03 21:38:35','2021-02-03 16:38:35'),
(130989,47827,'action created','2021-02-03 21:38:35','2021-02-03 16:38:35'),
(130990,47827,'action started via WP Cron','2021-02-03 21:39:33','2021-02-03 16:39:33'),
(130991,47827,'action complete via WP Cron','2021-02-03 21:39:33','2021-02-03 16:39:33'),
(130992,47828,'action created','2021-02-03 21:39:33','2021-02-03 16:39:33'),
(130993,47828,'action started via WP Cron','2021-02-03 21:40:11','2021-02-03 16:40:11'),
(130994,47828,'action complete via WP Cron','2021-02-03 21:40:11','2021-02-03 16:40:11'),
(130995,47829,'action created','2021-02-03 21:40:11','2021-02-03 16:40:11'),
(130996,47829,'action started via WP Cron','2021-02-03 21:45:19','2021-02-03 16:45:19'),
(130997,47829,'action complete via WP Cron','2021-02-03 21:45:19','2021-02-03 16:45:19'),
(130998,47830,'action created','2021-02-03 21:45:19','2021-02-03 16:45:19'),
(130999,47830,'action started via WP Cron','2021-02-03 21:46:32','2021-02-03 16:46:32'),
(131000,47830,'action complete via WP Cron','2021-02-03 21:46:32','2021-02-03 16:46:32'),
(131001,47831,'action created','2021-02-03 21:46:32','2021-02-03 16:46:32'),
(131002,47831,'action started via WP Cron','2021-02-03 21:47:27','2021-02-03 16:47:27'),
(131003,47831,'action complete via WP Cron','2021-02-03 21:47:27','2021-02-03 16:47:27'),
(131004,47832,'action created','2021-02-03 21:47:27','2021-02-03 16:47:27'),
(131005,47832,'action started via WP Cron','2021-02-03 21:48:29','2021-02-03 16:48:29'),
(131006,47832,'action complete via WP Cron','2021-02-03 21:48:29','2021-02-03 16:48:29'),
(131007,47833,'action created','2021-02-03 21:48:29','2021-02-03 16:48:29'),
(131008,47833,'action started via WP Cron','2021-02-03 21:50:51','2021-02-03 16:50:51'),
(131009,47833,'action complete via WP Cron','2021-02-03 21:50:51','2021-02-03 16:50:51'),
(131010,47834,'action created','2021-02-03 21:50:51','2021-02-03 16:50:51'),
(131011,47834,'action started via WP Cron','2021-02-03 21:52:26','2021-02-03 16:52:26'),
(131012,47834,'action complete via WP Cron','2021-02-03 21:52:26','2021-02-03 16:52:26'),
(131013,47835,'action created','2021-02-03 21:52:26','2021-02-03 16:52:26'),
(131014,47835,'action started via WP Cron','2021-02-03 21:53:35','2021-02-03 16:53:35'),
(131015,47835,'action complete via WP Cron','2021-02-03 21:53:35','2021-02-03 16:53:35'),
(131016,47836,'action created','2021-02-03 21:53:35','2021-02-03 16:53:35'),
(131017,47836,'action started via WP Cron','2021-02-03 21:55:11','2021-02-03 16:55:11'),
(131018,47836,'action complete via WP Cron','2021-02-03 21:55:11','2021-02-03 16:55:11'),
(131019,47837,'action created','2021-02-03 21:55:11','2021-02-03 16:55:11'),
(131020,47837,'action started via WP Cron','2021-02-03 21:56:33','2021-02-03 16:56:33'),
(131021,47837,'action complete via WP Cron','2021-02-03 21:56:33','2021-02-03 16:56:33'),
(131022,47838,'action created','2021-02-03 21:56:33','2021-02-03 16:56:33'),
(131023,47838,'action started via WP Cron','2021-02-03 21:58:16','2021-02-03 16:58:16'),
(131024,47838,'action complete via WP Cron','2021-02-03 21:58:16','2021-02-03 16:58:16'),
(131025,47839,'action created','2021-02-03 21:58:16','2021-02-03 16:58:16'),
(131026,47839,'action started via WP Cron','2021-02-03 22:00:35','2021-02-03 17:00:35'),
(131027,47839,'action complete via WP Cron','2021-02-03 22:00:35','2021-02-03 17:00:35'),
(131028,47840,'action created','2021-02-03 22:00:35','2021-02-03 17:00:35'),
(131029,47840,'action started via WP Cron','2021-02-03 22:02:40','2021-02-03 17:02:40'),
(131030,47840,'action complete via WP Cron','2021-02-03 22:02:40','2021-02-03 17:02:40'),
(131031,47841,'action created','2021-02-03 22:02:40','2021-02-03 17:02:40'),
(131032,47841,'action started via WP Cron','2021-02-03 22:04:31','2021-02-03 17:04:31'),
(131033,47841,'action complete via WP Cron','2021-02-03 22:04:31','2021-02-03 17:04:31'),
(131034,47842,'action created','2021-02-03 22:04:31','2021-02-03 17:04:31'),
(131035,47842,'action started via WP Cron','2021-02-03 22:05:26','2021-02-03 17:05:26'),
(131036,47842,'action complete via WP Cron','2021-02-03 22:05:26','2021-02-03 17:05:26'),
(131037,47843,'action created','2021-02-03 22:05:26','2021-02-03 17:05:26'),
(131038,47843,'action started via WP Cron','2021-02-03 22:07:12','2021-02-03 17:07:12'),
(131039,47843,'action complete via WP Cron','2021-02-03 22:07:12','2021-02-03 17:07:12'),
(131040,47844,'action created','2021-02-03 22:07:12','2021-02-03 17:07:12'),
(131041,47844,'action started via WP Cron','2021-02-03 22:12:29','2021-02-03 17:12:29'),
(131042,47844,'action complete via WP Cron','2021-02-03 22:12:29','2021-02-03 17:12:29'),
(131043,47845,'action created','2021-02-03 22:12:29','2021-02-03 17:12:29'),
(131044,47845,'action started via WP Cron','2021-02-03 22:14:02','2021-02-03 17:14:02'),
(131045,47845,'action complete via WP Cron','2021-02-03 22:14:02','2021-02-03 17:14:02'),
(131046,47846,'action created','2021-02-03 22:14:02','2021-02-03 17:14:02'),
(131047,47846,'action started via WP Cron','2021-02-03 22:14:17','2021-02-03 17:14:17'),
(131048,47846,'action complete via WP Cron','2021-02-03 22:14:17','2021-02-03 17:14:17'),
(131049,47847,'action created','2021-02-03 22:14:17','2021-02-03 17:14:17'),
(131050,47847,'action started via WP Cron','2021-02-03 22:15:58','2021-02-03 17:15:58'),
(131051,47847,'action complete via WP Cron','2021-02-03 22:15:58','2021-02-03 17:15:58'),
(131052,47848,'action created','2021-02-03 22:15:58','2021-02-03 17:15:58'),
(131053,47848,'action started via WP Cron','2021-02-03 22:17:32','2021-02-03 17:17:32'),
(131054,47848,'action complete via WP Cron','2021-02-03 22:17:32','2021-02-03 17:17:32'),
(131055,47849,'action created','2021-02-03 22:17:32','2021-02-03 17:17:32'),
(131056,47849,'action started via WP Cron','2021-02-03 22:19:57','2021-02-03 17:19:57'),
(131057,47849,'action complete via WP Cron','2021-02-03 22:19:57','2021-02-03 17:19:57'),
(131058,47850,'action created','2021-02-03 22:19:57','2021-02-03 17:19:57'),
(131059,47850,'action started via WP Cron','2021-02-03 22:20:24','2021-02-03 17:20:24'),
(131060,47850,'action complete via WP Cron','2021-02-03 22:20:24','2021-02-03 17:20:24'),
(131061,47851,'action created','2021-02-03 22:20:24','2021-02-03 17:20:24'),
(131062,47851,'action started via WP Cron','2021-02-03 22:21:56','2021-02-03 17:21:56'),
(131063,47851,'action complete via WP Cron','2021-02-03 22:21:56','2021-02-03 17:21:56'),
(131064,47852,'action created','2021-02-03 22:21:56','2021-02-03 17:21:56'),
(131065,47852,'action started via WP Cron','2021-02-03 22:22:14','2021-02-03 17:22:14'),
(131066,47852,'action complete via WP Cron','2021-02-03 22:22:14','2021-02-03 17:22:14'),
(131067,47853,'action created','2021-02-03 22:22:14','2021-02-03 17:22:14'),
(131068,47853,'action started via WP Cron','2021-02-03 22:23:28','2021-02-03 17:23:28'),
(131069,47853,'action complete via WP Cron','2021-02-03 22:23:28','2021-02-03 17:23:28'),
(131070,47854,'action created','2021-02-03 22:23:28','2021-02-03 17:23:28'),
(131071,47854,'action started via WP Cron','2021-02-03 22:24:28','2021-02-03 17:24:28'),
(131072,47854,'action complete via WP Cron','2021-02-03 22:24:28','2021-02-03 17:24:28'),
(131073,47855,'action created','2021-02-03 22:24:28','2021-02-03 17:24:28'),
(131074,47855,'action started via WP Cron','2021-02-03 22:25:39','2021-02-03 17:25:39'),
(131075,47855,'action complete via WP Cron','2021-02-03 22:25:39','2021-02-03 17:25:39'),
(131076,47856,'action created','2021-02-03 22:25:39','2021-02-03 17:25:39'),
(131077,47856,'action started via WP Cron','2021-02-03 22:26:49','2021-02-03 17:26:49'),
(131078,47856,'action complete via WP Cron','2021-02-03 22:26:49','2021-02-03 17:26:49'),
(131079,47857,'action created','2021-02-03 22:26:49','2021-02-03 17:26:49'),
(131080,47857,'action started via WP Cron','2021-02-03 22:27:24','2021-02-03 17:27:24'),
(131081,47857,'action complete via WP Cron','2021-02-03 22:27:24','2021-02-03 17:27:24'),
(131082,47858,'action created','2021-02-03 22:27:24','2021-02-03 17:27:24'),
(131083,47858,'action started via WP Cron','2021-02-03 22:28:43','2021-02-03 17:28:43'),
(131084,47858,'action complete via WP Cron','2021-02-03 22:28:43','2021-02-03 17:28:43'),
(131085,47859,'action created','2021-02-03 22:28:43','2021-02-03 17:28:43'),
(131086,47859,'action started via WP Cron','2021-02-03 22:31:01','2021-02-03 17:31:01'),
(131087,47859,'action complete via WP Cron','2021-02-03 22:31:01','2021-02-03 17:31:01'),
(131088,47860,'action created','2021-02-03 22:31:01','2021-02-03 17:31:01'),
(131089,47860,'action started via WP Cron','2021-02-03 22:31:15','2021-02-03 17:31:15'),
(131090,47860,'action complete via WP Cron','2021-02-03 22:31:15','2021-02-03 17:31:15'),
(131091,47861,'action created','2021-02-03 22:31:15','2021-02-03 17:31:15'),
(131092,47861,'action started via WP Cron','2021-02-03 22:32:29','2021-02-03 17:32:29'),
(131093,47861,'action complete via WP Cron','2021-02-03 22:32:29','2021-02-03 17:32:29'),
(131094,47862,'action created','2021-02-03 22:32:29','2021-02-03 17:32:29'),
(131095,47862,'action started via WP Cron','2021-02-03 22:33:33','2021-02-03 17:33:33'),
(131096,47862,'action complete via WP Cron','2021-02-03 22:33:33','2021-02-03 17:33:33'),
(131097,47863,'action created','2021-02-03 22:33:33','2021-02-03 17:33:33'),
(131098,47863,'action started via WP Cron','2021-02-03 22:34:12','2021-02-03 17:34:12'),
(131099,47863,'action complete via WP Cron','2021-02-03 22:34:12','2021-02-03 17:34:12'),
(131100,47864,'action created','2021-02-03 22:34:12','2021-02-03 17:34:12'),
(131101,47864,'action started via WP Cron','2021-02-03 22:35:22','2021-02-03 17:35:22'),
(131102,47864,'action complete via WP Cron','2021-02-03 22:35:22','2021-02-03 17:35:22'),
(131103,47865,'action created','2021-02-03 22:35:22','2021-02-03 17:35:22'),
(131104,47865,'action started via WP Cron','2021-02-03 22:36:14','2021-02-03 17:36:14'),
(131105,47865,'action complete via WP Cron','2021-02-03 22:36:14','2021-02-03 17:36:14'),
(131106,47866,'action created','2021-02-03 22:36:14','2021-02-03 17:36:14'),
(131107,47866,'action started via WP Cron','2021-02-03 22:37:51','2021-02-03 17:37:51'),
(131108,47866,'action complete via WP Cron','2021-02-03 22:37:51','2021-02-03 17:37:51'),
(131109,47867,'action created','2021-02-03 22:37:52','2021-02-03 17:37:52'),
(131110,47867,'action started via WP Cron','2021-02-03 22:39:51','2021-02-03 17:39:51'),
(131111,47867,'action complete via WP Cron','2021-02-03 22:39:51','2021-02-03 17:39:51'),
(131112,47868,'action created','2021-02-03 22:39:51','2021-02-03 17:39:51'),
(131113,47868,'action started via WP Cron','2021-02-03 22:40:37','2021-02-03 17:40:37'),
(131114,47868,'action complete via WP Cron','2021-02-03 22:40:37','2021-02-03 17:40:37'),
(131115,47869,'action created','2021-02-03 22:40:37','2021-02-03 17:40:37'),
(131116,47869,'action started via WP Cron','2021-02-03 22:41:50','2021-02-03 17:41:50'),
(131117,47869,'action complete via WP Cron','2021-02-03 22:41:50','2021-02-03 17:41:50'),
(131118,47870,'action created','2021-02-03 22:41:50','2021-02-03 17:41:50'),
(131119,47870,'action started via WP Cron','2021-02-03 22:42:16','2021-02-03 17:42:16'),
(131120,47870,'action complete via WP Cron','2021-02-03 22:42:17','2021-02-03 17:42:17'),
(131121,47871,'action created','2021-02-03 22:42:17','2021-02-03 17:42:17'),
(131122,47871,'action started via WP Cron','2021-02-03 22:43:48','2021-02-03 17:43:48'),
(131123,47871,'action complete via WP Cron','2021-02-03 22:43:48','2021-02-03 17:43:48'),
(131124,47872,'action created','2021-02-03 22:43:48','2021-02-03 17:43:48'),
(131125,47872,'action started via WP Cron','2021-02-03 22:44:52','2021-02-03 17:44:52'),
(131126,47872,'action complete via WP Cron','2021-02-03 22:44:52','2021-02-03 17:44:52'),
(131127,47873,'action created','2021-02-03 22:44:52','2021-02-03 17:44:52'),
(131128,47873,'action started via WP Cron','2021-02-03 22:46:46','2021-02-03 17:46:46'),
(131129,47873,'action complete via WP Cron','2021-02-03 22:46:46','2021-02-03 17:46:46'),
(131130,47874,'action created','2021-02-03 22:46:46','2021-02-03 17:46:46'),
(131131,47874,'action started via WP Cron','2021-02-03 22:47:38','2021-02-03 17:47:38'),
(131132,47874,'action complete via WP Cron','2021-02-03 22:47:38','2021-02-03 17:47:38'),
(131133,47875,'action created','2021-02-03 22:47:38','2021-02-03 17:47:38'),
(131134,47875,'action started via WP Cron','2021-02-03 22:49:18','2021-02-03 17:49:18'),
(131135,47875,'action complete via WP Cron','2021-02-03 22:49:18','2021-02-03 17:49:18'),
(131136,47876,'action created','2021-02-03 22:49:18','2021-02-03 17:49:18'),
(131137,47876,'action started via WP Cron','2021-02-03 22:51:00','2021-02-03 17:51:00'),
(131138,47876,'action complete via WP Cron','2021-02-03 22:51:00','2021-02-03 17:51:00'),
(131139,47877,'action created','2021-02-03 22:51:00','2021-02-03 17:51:00'),
(131140,47877,'action started via WP Cron','2021-02-03 22:51:36','2021-02-03 17:51:36'),
(131141,47877,'action complete via WP Cron','2021-02-03 22:51:36','2021-02-03 17:51:36'),
(131142,47878,'action created','2021-02-03 22:51:36','2021-02-03 17:51:36'),
(131143,47878,'action started via WP Cron','2021-02-03 22:52:13','2021-02-03 17:52:13'),
(131144,47878,'action complete via WP Cron','2021-02-03 22:52:13','2021-02-03 17:52:13'),
(131145,47879,'action created','2021-02-03 22:52:13','2021-02-03 17:52:13'),
(131146,47879,'action started via WP Cron','2021-02-03 22:54:21','2021-02-03 17:54:21'),
(131147,47879,'action complete via WP Cron','2021-02-03 22:54:21','2021-02-03 17:54:21'),
(131148,47880,'action created','2021-02-03 22:54:21','2021-02-03 17:54:21'),
(131149,47880,'action started via WP Cron','2021-02-03 22:55:21','2021-02-03 17:55:21'),
(131150,47880,'action complete via WP Cron','2021-02-03 22:55:21','2021-02-03 17:55:21'),
(131151,47881,'action created','2021-02-03 22:55:21','2021-02-03 17:55:21'),
(131152,47881,'action started via WP Cron','2021-02-03 22:56:22','2021-02-03 17:56:22'),
(131153,47881,'action complete via WP Cron','2021-02-03 22:56:22','2021-02-03 17:56:22'),
(131154,47882,'action created','2021-02-03 22:56:22','2021-02-03 17:56:22'),
(131155,47882,'action started via WP Cron','2021-02-03 22:57:47','2021-02-03 17:57:47'),
(131156,47882,'action complete via WP Cron','2021-02-03 22:57:47','2021-02-03 17:57:47'),
(131157,47883,'action created','2021-02-03 22:57:47','2021-02-03 17:57:47'),
(131158,47883,'action started via WP Cron','2021-02-03 22:58:40','2021-02-03 17:58:40'),
(131159,47883,'action complete via WP Cron','2021-02-03 22:58:40','2021-02-03 17:58:40'),
(131160,47884,'action created','2021-02-03 22:58:40','2021-02-03 17:58:40'),
(131161,47884,'action started via WP Cron','2021-02-03 22:59:15','2021-02-03 17:59:15'),
(131162,47884,'action complete via WP Cron','2021-02-03 22:59:15','2021-02-03 17:59:15'),
(131163,47885,'action created','2021-02-03 22:59:15','2021-02-03 17:59:15'),
(131164,47885,'action started via WP Cron','2021-02-03 23:00:18','2021-02-03 18:00:18'),
(131165,47885,'action complete via WP Cron','2021-02-03 23:00:18','2021-02-03 18:00:18'),
(131166,47886,'action created','2021-02-03 23:00:18','2021-02-03 18:00:18'),
(131167,47886,'action started via WP Cron','2021-02-03 23:02:26','2021-02-03 18:02:26'),
(131168,47886,'action complete via WP Cron','2021-02-03 23:02:26','2021-02-03 18:02:26'),
(131169,47887,'action created','2021-02-03 23:02:26','2021-02-03 18:02:26'),
(131170,47887,'action started via WP Cron','2021-02-03 23:03:18','2021-02-03 18:03:18'),
(131171,47887,'action complete via WP Cron','2021-02-03 23:03:18','2021-02-03 18:03:18'),
(131172,47888,'action created','2021-02-03 23:03:18','2021-02-03 18:03:18'),
(131173,47888,'action started via WP Cron','2021-02-03 23:06:43','2021-02-03 18:06:43'),
(131174,47888,'action complete via WP Cron','2021-02-03 23:06:43','2021-02-03 18:06:43'),
(131175,47889,'action created','2021-02-03 23:06:43','2021-02-03 18:06:43'),
(131176,47889,'action started via WP Cron','2021-02-03 23:07:16','2021-02-03 18:07:16'),
(131177,47889,'action complete via WP Cron','2021-02-03 23:07:16','2021-02-03 18:07:16'),
(131178,47890,'action created','2021-02-03 23:07:16','2021-02-03 18:07:16'),
(131179,47890,'action started via WP Cron','2021-02-03 23:10:08','2021-02-03 18:10:08'),
(131180,47890,'action complete via WP Cron','2021-02-03 23:10:08','2021-02-03 18:10:08'),
(131181,47891,'action created','2021-02-03 23:10:08','2021-02-03 18:10:08'),
(131182,47891,'action started via WP Cron','2021-02-03 23:10:20','2021-02-03 18:10:20'),
(131183,47891,'action complete via WP Cron','2021-02-03 23:10:21','2021-02-03 18:10:21'),
(131184,47892,'action created','2021-02-03 23:10:21','2021-02-03 18:10:21'),
(131185,47892,'action started via WP Cron','2021-02-03 23:11:57','2021-02-03 18:11:57'),
(131186,47892,'action complete via WP Cron','2021-02-03 23:11:57','2021-02-03 18:11:57'),
(131187,47893,'action created','2021-02-03 23:11:57','2021-02-03 18:11:57'),
(131188,47893,'action started via WP Cron','2021-02-03 23:12:29','2021-02-03 18:12:29'),
(131189,47893,'action complete via WP Cron','2021-02-03 23:12:29','2021-02-03 18:12:29'),
(131190,47894,'action created','2021-02-03 23:12:29','2021-02-03 18:12:29'),
(131191,47894,'action started via WP Cron','2021-02-03 23:13:17','2021-02-03 18:13:17'),
(131192,47894,'action complete via WP Cron','2021-02-03 23:13:17','2021-02-03 18:13:17'),
(131193,47895,'action created','2021-02-03 23:13:17','2021-02-03 18:13:17'),
(131194,47895,'action started via WP Cron','2021-02-03 23:14:21','2021-02-03 18:14:21'),
(131195,47895,'action complete via WP Cron','2021-02-03 23:14:21','2021-02-03 18:14:21'),
(131196,47896,'action created','2021-02-03 23:14:21','2021-02-03 18:14:21'),
(131197,47896,'action started via WP Cron','2021-02-03 23:15:20','2021-02-03 18:15:20'),
(131198,47896,'action complete via WP Cron','2021-02-03 23:15:20','2021-02-03 18:15:20'),
(131199,47897,'action created','2021-02-03 23:15:20','2021-02-03 18:15:20'),
(131200,47897,'action started via WP Cron','2021-02-03 23:16:23','2021-02-03 18:16:23'),
(131201,47897,'action complete via WP Cron','2021-02-03 23:16:23','2021-02-03 18:16:23'),
(131202,47898,'action created','2021-02-03 23:16:23','2021-02-03 18:16:23'),
(131203,47898,'action started via WP Cron','2021-02-03 23:17:37','2021-02-03 18:17:37'),
(131204,47898,'action complete via WP Cron','2021-02-03 23:17:37','2021-02-03 18:17:37'),
(131205,47899,'action created','2021-02-03 23:17:37','2021-02-03 18:17:37'),
(131206,47899,'action started via WP Cron','2021-02-03 23:18:29','2021-02-03 18:18:29'),
(131207,47899,'action complete via WP Cron','2021-02-03 23:18:29','2021-02-03 18:18:29'),
(131208,47900,'action created','2021-02-03 23:18:29','2021-02-03 18:18:29'),
(131209,47900,'action started via WP Cron','2021-02-03 23:19:18','2021-02-03 18:19:18'),
(131210,47900,'action complete via WP Cron','2021-02-03 23:19:18','2021-02-03 18:19:18'),
(131211,47901,'action created','2021-02-03 23:19:18','2021-02-03 18:19:18'),
(131212,47901,'action started via WP Cron','2021-02-03 23:20:12','2021-02-03 18:20:12'),
(131213,47901,'action complete via WP Cron','2021-02-03 23:20:12','2021-02-03 18:20:12'),
(131214,47902,'action created','2021-02-03 23:20:12','2021-02-03 18:20:12'),
(131215,47902,'action started via WP Cron','2021-02-03 23:21:16','2021-02-03 18:21:16'),
(131216,47902,'action complete via WP Cron','2021-02-03 23:21:16','2021-02-03 18:21:16'),
(131217,47903,'action created','2021-02-03 23:21:16','2021-02-03 18:21:16'),
(131218,47903,'action started via WP Cron','2021-02-03 23:23:06','2021-02-03 18:23:06'),
(131219,47903,'action complete via WP Cron','2021-02-03 23:23:06','2021-02-03 18:23:06'),
(131220,47904,'action created','2021-02-03 23:23:06','2021-02-03 18:23:06'),
(131221,47904,'action started via WP Cron','2021-02-03 23:23:16','2021-02-03 18:23:16'),
(131222,47904,'action complete via WP Cron','2021-02-03 23:23:16','2021-02-03 18:23:16'),
(131223,47905,'action created','2021-02-03 23:23:16','2021-02-03 18:23:16'),
(131224,47905,'action started via WP Cron','2021-02-03 23:24:25','2021-02-03 18:24:25'),
(131225,47905,'action complete via WP Cron','2021-02-03 23:24:25','2021-02-03 18:24:25'),
(131226,47906,'action created','2021-02-03 23:24:25','2021-02-03 18:24:25'),
(131227,47906,'action started via WP Cron','2021-02-03 23:25:25','2021-02-03 18:25:25'),
(131228,47906,'action complete via WP Cron','2021-02-03 23:25:25','2021-02-03 18:25:25'),
(131229,47907,'action created','2021-02-03 23:25:25','2021-02-03 18:25:25'),
(131230,47907,'action started via WP Cron','2021-02-03 23:26:19','2021-02-03 18:26:19'),
(131231,47907,'action complete via WP Cron','2021-02-03 23:26:19','2021-02-03 18:26:19'),
(131232,47908,'action created','2021-02-03 23:26:19','2021-02-03 18:26:19'),
(131233,47908,'action started via WP Cron','2021-02-03 23:27:16','2021-02-03 18:27:16'),
(131234,47908,'action complete via WP Cron','2021-02-03 23:27:16','2021-02-03 18:27:16'),
(131235,47909,'action created','2021-02-03 23:27:16','2021-02-03 18:27:16'),
(131236,47909,'action started via WP Cron','2021-02-03 23:28:31','2021-02-03 18:28:31'),
(131237,47909,'action complete via WP Cron','2021-02-03 23:28:31','2021-02-03 18:28:31'),
(131238,47910,'action created','2021-02-03 23:28:31','2021-02-03 18:28:31'),
(131239,47910,'action started via WP Cron','2021-02-03 23:29:50','2021-02-03 18:29:50'),
(131240,47910,'action complete via WP Cron','2021-02-03 23:29:50','2021-02-03 18:29:50'),
(131241,47911,'action created','2021-02-03 23:29:50','2021-02-03 18:29:50'),
(131242,47911,'action started via WP Cron','2021-02-03 23:31:12','2021-02-03 18:31:12'),
(131243,47911,'action complete via WP Cron','2021-02-03 23:31:12','2021-02-03 18:31:12'),
(131244,47912,'action created','2021-02-03 23:31:12','2021-02-03 18:31:12'),
(131245,47912,'action started via WP Cron','2021-02-03 23:32:40','2021-02-03 18:32:40'),
(131246,47912,'action complete via WP Cron','2021-02-03 23:32:40','2021-02-03 18:32:40'),
(131247,47913,'action created','2021-02-03 23:32:40','2021-02-03 18:32:40'),
(131248,47913,'action started via WP Cron','2021-02-03 23:33:23','2021-02-03 18:33:23'),
(131249,47913,'action complete via WP Cron','2021-02-03 23:33:23','2021-02-03 18:33:23'),
(131250,47914,'action created','2021-02-03 23:33:23','2021-02-03 18:33:23'),
(131251,47914,'action started via WP Cron','2021-02-03 23:34:28','2021-02-03 18:34:28'),
(131252,47914,'action complete via WP Cron','2021-02-03 23:34:28','2021-02-03 18:34:28'),
(131253,47915,'action created','2021-02-03 23:34:28','2021-02-03 18:34:28'),
(131254,47915,'action started via WP Cron','2021-02-03 23:35:39','2021-02-03 18:35:39'),
(131255,47915,'action complete via WP Cron','2021-02-03 23:35:39','2021-02-03 18:35:39'),
(131256,47916,'action created','2021-02-03 23:35:39','2021-02-03 18:35:39'),
(131257,47916,'action started via WP Cron','2021-02-03 23:36:55','2021-02-03 18:36:55'),
(131258,47916,'action complete via WP Cron','2021-02-03 23:36:55','2021-02-03 18:36:55'),
(131259,47917,'action created','2021-02-03 23:36:55','2021-02-03 18:36:55'),
(131260,47917,'action started via WP Cron','2021-02-03 23:44:25','2021-02-03 18:44:25'),
(131261,47917,'action complete via WP Cron','2021-02-03 23:44:25','2021-02-03 18:44:25'),
(131262,47918,'action created','2021-02-03 23:44:25','2021-02-03 18:44:25'),
(131263,47918,'action started via WP Cron','2021-02-03 23:46:17','2021-02-03 18:46:17'),
(131264,47918,'action complete via WP Cron','2021-02-03 23:46:17','2021-02-03 18:46:17'),
(131265,47919,'action created','2021-02-03 23:46:17','2021-02-03 18:46:17'),
(131266,47919,'action started via WP Cron','2021-02-03 23:47:21','2021-02-03 18:47:21'),
(131267,47919,'action complete via WP Cron','2021-02-03 23:47:21','2021-02-03 18:47:21'),
(131268,47920,'action created','2021-02-03 23:47:21','2021-02-03 18:47:21'),
(131269,47920,'action started via WP Cron','2021-02-03 23:48:38','2021-02-03 18:48:38'),
(131270,47920,'action complete via WP Cron','2021-02-03 23:48:38','2021-02-03 18:48:38'),
(131271,47921,'action created','2021-02-03 23:48:38','2021-02-03 18:48:38'),
(131272,47921,'action started via WP Cron','2021-02-03 23:49:12','2021-02-03 18:49:12'),
(131273,47921,'action complete via WP Cron','2021-02-03 23:49:12','2021-02-03 18:49:12'),
(131274,47922,'action created','2021-02-03 23:49:12','2021-02-03 18:49:12'),
(131275,47922,'action started via WP Cron','2021-02-03 23:50:38','2021-02-03 18:50:38'),
(131276,47922,'action complete via WP Cron','2021-02-03 23:50:38','2021-02-03 18:50:38'),
(131277,47923,'action created','2021-02-03 23:50:38','2021-02-03 18:50:38'),
(131278,47923,'action started via WP Cron','2021-02-03 23:51:18','2021-02-03 18:51:18'),
(131279,47923,'action complete via WP Cron','2021-02-03 23:51:18','2021-02-03 18:51:18'),
(131280,47924,'action created','2021-02-03 23:51:18','2021-02-03 18:51:18'),
(131281,47924,'action started via WP Cron','2021-02-03 23:52:53','2021-02-03 18:52:53'),
(131282,47924,'action complete via WP Cron','2021-02-03 23:52:53','2021-02-03 18:52:53'),
(131283,47925,'action created','2021-02-03 23:52:53','2021-02-03 18:52:53'),
(131284,47925,'action started via WP Cron','2021-02-03 23:53:12','2021-02-03 18:53:12'),
(131285,47925,'action complete via WP Cron','2021-02-03 23:53:12','2021-02-03 18:53:12'),
(131286,47926,'action created','2021-02-03 23:53:12','2021-02-03 18:53:12'),
(131287,47926,'action started via WP Cron','2021-02-03 23:55:02','2021-02-03 18:55:02'),
(131288,47926,'action complete via WP Cron','2021-02-03 23:55:02','2021-02-03 18:55:02'),
(131289,47927,'action created','2021-02-03 23:55:02','2021-02-03 18:55:02'),
(131290,47927,'action started via WP Cron','2021-02-03 23:55:45','2021-02-03 18:55:45'),
(131291,47927,'action complete via WP Cron','2021-02-03 23:55:45','2021-02-03 18:55:45'),
(131292,47928,'action created','2021-02-03 23:55:45','2021-02-03 18:55:45'),
(131293,47928,'action started via WP Cron','2021-02-03 23:59:07','2021-02-03 18:59:07'),
(131294,47928,'action complete via WP Cron','2021-02-03 23:59:07','2021-02-03 18:59:07'),
(131295,47929,'action created','2021-02-03 23:59:07','2021-02-03 18:59:07'),
(131296,47930,'action created','2021-02-03 23:59:07','2021-02-03 18:59:07'),
(131297,47929,'action started via WP Cron','2021-02-04 00:00:04','2021-02-03 19:00:04'),
(131298,47929,'action complete via WP Cron','2021-02-04 00:00:04','2021-02-03 19:00:04'),
(131299,47930,'action started via WP Cron','2021-02-04 00:00:04','2021-02-03 19:00:04'),
(131300,47930,'action complete via WP Cron','2021-02-04 00:00:04','2021-02-03 19:00:04'),
(131301,47931,'action created','2021-02-04 00:00:04','2021-02-03 19:00:04'),
(131302,47931,'action started via WP Cron','2021-02-04 00:01:50','2021-02-03 19:01:50'),
(131303,47931,'action complete via WP Cron','2021-02-04 00:01:50','2021-02-03 19:01:50'),
(131304,47932,'action created','2021-02-04 00:01:50','2021-02-03 19:01:50'),
(131305,47932,'action started via WP Cron','2021-02-04 00:02:34','2021-02-03 19:02:34'),
(131306,47932,'action complete via WP Cron','2021-02-04 00:02:34','2021-02-03 19:02:34'),
(131307,47933,'action created','2021-02-04 00:02:34','2021-02-03 19:02:34'),
(131308,47933,'action started via WP Cron','2021-02-04 00:03:25','2021-02-03 19:03:25'),
(131309,47933,'action complete via WP Cron','2021-02-04 00:03:25','2021-02-03 19:03:25'),
(131310,47934,'action created','2021-02-04 00:03:25','2021-02-03 19:03:25'),
(131311,47934,'action started via WP Cron','2021-02-04 00:04:57','2021-02-03 19:04:57'),
(131312,47934,'action complete via WP Cron','2021-02-04 00:04:57','2021-02-03 19:04:57'),
(131313,47935,'action created','2021-02-04 00:04:57','2021-02-03 19:04:57'),
(131314,47935,'action started via WP Cron','2021-02-04 00:05:45','2021-02-03 19:05:45'),
(131315,47935,'action complete via WP Cron','2021-02-04 00:05:45','2021-02-03 19:05:45'),
(131316,47936,'action created','2021-02-04 00:05:45','2021-02-03 19:05:45'),
(131317,47936,'action started via WP Cron','2021-02-04 00:06:12','2021-02-03 19:06:12'),
(131318,47936,'action complete via WP Cron','2021-02-04 00:06:12','2021-02-03 19:06:12'),
(131319,47937,'action created','2021-02-04 00:06:12','2021-02-03 19:06:12'),
(131320,47937,'action started via WP Cron','2021-02-04 00:07:14','2021-02-03 19:07:14'),
(131321,47937,'action complete via WP Cron','2021-02-04 00:07:14','2021-02-03 19:07:14'),
(131322,47938,'action created','2021-02-04 00:07:14','2021-02-03 19:07:14'),
(131323,47938,'action started via WP Cron','2021-02-04 00:09:52','2021-02-03 19:09:52'),
(131324,47938,'action complete via WP Cron','2021-02-04 00:09:52','2021-02-03 19:09:52'),
(131325,47939,'action created','2021-02-04 00:09:52','2021-02-03 19:09:52'),
(131326,47939,'action started via WP Cron','2021-02-04 00:10:33','2021-02-03 19:10:33'),
(131327,47939,'action complete via WP Cron','2021-02-04 00:10:33','2021-02-03 19:10:33'),
(131328,47940,'action created','2021-02-04 00:10:33','2021-02-03 19:10:33'),
(131329,47940,'action started via WP Cron','2021-02-04 00:11:27','2021-02-03 19:11:27'),
(131330,47940,'action complete via WP Cron','2021-02-04 00:11:28','2021-02-03 19:11:28'),
(131331,47941,'action created','2021-02-04 00:11:28','2021-02-03 19:11:28'),
(131332,47941,'action started via WP Cron','2021-02-04 00:13:45','2021-02-03 19:13:45'),
(131333,47941,'action complete via WP Cron','2021-02-04 00:13:45','2021-02-03 19:13:45'),
(131334,47942,'action created','2021-02-04 00:13:45','2021-02-03 19:13:45'),
(131335,47942,'action started via WP Cron','2021-02-04 00:15:05','2021-02-03 19:15:05'),
(131336,47942,'action complete via WP Cron','2021-02-04 00:15:05','2021-02-03 19:15:05'),
(131337,47943,'action created','2021-02-04 00:15:05','2021-02-03 19:15:05'),
(131338,47943,'action started via WP Cron','2021-02-04 00:16:25','2021-02-03 19:16:25'),
(131339,47943,'action complete via WP Cron','2021-02-04 00:16:25','2021-02-03 19:16:25'),
(131340,47944,'action created','2021-02-04 00:16:25','2021-02-03 19:16:25'),
(131341,47944,'action started via WP Cron','2021-02-04 00:17:36','2021-02-03 19:17:36'),
(131342,47944,'action complete via WP Cron','2021-02-04 00:17:36','2021-02-03 19:17:36'),
(131343,47945,'action created','2021-02-04 00:17:36','2021-02-03 19:17:36'),
(131344,47945,'action started via WP Cron','2021-02-04 00:18:20','2021-02-03 19:18:20'),
(131345,47945,'action complete via WP Cron','2021-02-04 00:18:20','2021-02-03 19:18:20'),
(131346,47946,'action created','2021-02-04 00:18:20','2021-02-03 19:18:20'),
(131347,47946,'action started via WP Cron','2021-02-04 00:19:12','2021-02-03 19:19:12'),
(131348,47946,'action complete via WP Cron','2021-02-04 00:19:12','2021-02-03 19:19:12'),
(131349,47947,'action created','2021-02-04 00:19:12','2021-02-03 19:19:12'),
(131350,47947,'action started via WP Cron','2021-02-04 00:20:33','2021-02-03 19:20:33'),
(131351,47947,'action complete via WP Cron','2021-02-04 00:20:33','2021-02-03 19:20:33'),
(131352,47948,'action created','2021-02-04 00:20:33','2021-02-03 19:20:33'),
(131353,47948,'action started via WP Cron','2021-02-04 00:21:19','2021-02-03 19:21:19'),
(131354,47948,'action complete via WP Cron','2021-02-04 00:21:19','2021-02-03 19:21:19'),
(131355,47949,'action created','2021-02-04 00:21:19','2021-02-03 19:21:19'),
(131356,47949,'action started via WP Cron','2021-02-04 00:22:53','2021-02-03 19:22:53'),
(131357,47949,'action complete via WP Cron','2021-02-04 00:22:53','2021-02-03 19:22:53'),
(131358,47950,'action created','2021-02-04 00:22:53','2021-02-03 19:22:53'),
(131359,47950,'action started via WP Cron','2021-02-04 00:24:16','2021-02-03 19:24:16'),
(131360,47950,'action complete via WP Cron','2021-02-04 00:24:16','2021-02-03 19:24:16'),
(131361,47951,'action created','2021-02-04 00:24:16','2021-02-03 19:24:16'),
(131362,47951,'action started via WP Cron','2021-02-04 00:25:36','2021-02-03 19:25:36'),
(131363,47951,'action complete via WP Cron','2021-02-04 00:25:36','2021-02-03 19:25:36'),
(131364,47952,'action created','2021-02-04 00:25:36','2021-02-03 19:25:36'),
(131365,47952,'action started via WP Cron','2021-02-04 00:26:21','2021-02-03 19:26:21'),
(131366,47952,'action complete via WP Cron','2021-02-04 00:26:21','2021-02-03 19:26:21'),
(131367,47953,'action created','2021-02-04 00:26:21','2021-02-03 19:26:21'),
(131368,47953,'action started via WP Cron','2021-02-04 00:27:29','2021-02-03 19:27:29'),
(131369,47953,'action complete via WP Cron','2021-02-04 00:27:29','2021-02-03 19:27:29'),
(131370,47954,'action created','2021-02-04 00:27:29','2021-02-03 19:27:29'),
(131371,47954,'action started via WP Cron','2021-02-04 00:29:23','2021-02-03 19:29:23'),
(131372,47954,'action complete via WP Cron','2021-02-04 00:29:23','2021-02-03 19:29:23'),
(131373,47955,'action created','2021-02-04 00:29:23','2021-02-03 19:29:23'),
(131374,47955,'action started via WP Cron','2021-02-04 00:32:34','2021-02-03 19:32:34'),
(131375,47955,'action complete via WP Cron','2021-02-04 00:32:34','2021-02-03 19:32:34'),
(131376,47956,'action created','2021-02-04 00:32:34','2021-02-03 19:32:34'),
(131377,47956,'action started via WP Cron','2021-02-04 00:34:29','2021-02-03 19:34:29'),
(131378,47956,'action complete via WP Cron','2021-02-04 00:34:29','2021-02-03 19:34:29'),
(131379,47957,'action created','2021-02-04 00:34:29','2021-02-03 19:34:29'),
(131380,47957,'action started via WP Cron','2021-02-04 00:36:21','2021-02-03 19:36:21'),
(131381,47957,'action complete via WP Cron','2021-02-04 00:36:21','2021-02-03 19:36:21'),
(131382,47958,'action created','2021-02-04 00:36:21','2021-02-03 19:36:21'),
(131383,47958,'action started via WP Cron','2021-02-04 00:38:06','2021-02-03 19:38:06'),
(131384,47958,'action complete via WP Cron','2021-02-04 00:38:06','2021-02-03 19:38:06'),
(131385,47959,'action created','2021-02-04 00:38:06','2021-02-03 19:38:06'),
(131386,47959,'action started via WP Cron','2021-02-04 00:40:40','2021-02-03 19:40:40'),
(131387,47959,'action complete via WP Cron','2021-02-04 00:40:40','2021-02-03 19:40:40'),
(131388,47960,'action created','2021-02-04 00:40:40','2021-02-03 19:40:40'),
(131389,47960,'action started via WP Cron','2021-02-04 00:43:20','2021-02-03 19:43:20'),
(131390,47960,'action complete via WP Cron','2021-02-04 00:43:20','2021-02-03 19:43:20'),
(131391,47961,'action created','2021-02-04 00:43:20','2021-02-03 19:43:20'),
(131392,47961,'action started via WP Cron','2021-02-04 00:45:51','2021-02-03 19:45:51'),
(131393,47961,'action complete via WP Cron','2021-02-04 00:45:51','2021-02-03 19:45:51'),
(131394,47962,'action created','2021-02-04 00:45:51','2021-02-03 19:45:51'),
(131395,47962,'action started via WP Cron','2021-02-04 00:47:22','2021-02-03 19:47:22'),
(131396,47962,'action complete via WP Cron','2021-02-04 00:47:22','2021-02-03 19:47:22'),
(131397,47963,'action created','2021-02-04 00:47:22','2021-02-03 19:47:22'),
(131398,47963,'action started via WP Cron','2021-02-04 00:48:13','2021-02-03 19:48:13'),
(131399,47963,'action complete via WP Cron','2021-02-04 00:48:13','2021-02-03 19:48:13'),
(131400,47964,'action created','2021-02-04 00:48:13','2021-02-03 19:48:13'),
(131401,47964,'action started via WP Cron','2021-02-04 00:49:22','2021-02-03 19:49:22'),
(131402,47964,'action complete via WP Cron','2021-02-04 00:49:22','2021-02-03 19:49:22'),
(131403,47965,'action created','2021-02-04 00:49:22','2021-02-03 19:49:22'),
(131404,47965,'action started via WP Cron','2021-02-04 00:50:35','2021-02-03 19:50:35'),
(131405,47965,'action complete via WP Cron','2021-02-04 00:50:35','2021-02-03 19:50:35'),
(131406,47966,'action created','2021-02-04 00:50:35','2021-02-03 19:50:35'),
(131407,47966,'action started via WP Cron','2021-02-04 00:51:29','2021-02-03 19:51:29'),
(131408,47966,'action complete via WP Cron','2021-02-04 00:51:29','2021-02-03 19:51:29'),
(131409,47967,'action created','2021-02-04 00:51:29','2021-02-03 19:51:29'),
(131410,47967,'action started via WP Cron','2021-02-04 00:53:24','2021-02-03 19:53:24'),
(131411,47967,'action complete via WP Cron','2021-02-04 00:53:24','2021-02-03 19:53:24'),
(131412,47968,'action created','2021-02-04 00:53:24','2021-02-03 19:53:24'),
(131413,47968,'action started via WP Cron','2021-02-04 00:56:09','2021-02-03 19:56:09'),
(131414,47968,'action complete via WP Cron','2021-02-04 00:56:09','2021-02-03 19:56:09'),
(131415,47969,'action created','2021-02-04 00:56:09','2021-02-03 19:56:09'),
(131416,47969,'action started via WP Cron','2021-02-04 00:57:14','2021-02-03 19:57:14'),
(131417,47969,'action complete via WP Cron','2021-02-04 00:57:14','2021-02-03 19:57:14'),
(131418,47970,'action created','2021-02-04 00:57:14','2021-02-03 19:57:14'),
(131419,47970,'action started via WP Cron','2021-02-04 01:04:30','2021-02-03 20:04:30'),
(131420,47970,'action complete via WP Cron','2021-02-04 01:04:30','2021-02-03 20:04:30'),
(131421,47971,'action created','2021-02-04 01:04:30','2021-02-03 20:04:30'),
(131422,47971,'action started via WP Cron','2021-02-04 01:06:11','2021-02-03 20:06:11'),
(131423,47971,'action complete via WP Cron','2021-02-04 01:06:11','2021-02-03 20:06:11'),
(131424,47972,'action created','2021-02-04 01:06:11','2021-02-03 20:06:11'),
(131425,47972,'action started via WP Cron','2021-02-04 01:08:05','2021-02-03 20:08:05'),
(131426,47972,'action complete via WP Cron','2021-02-04 01:08:05','2021-02-03 20:08:05'),
(131427,47973,'action created','2021-02-04 01:08:05','2021-02-03 20:08:05'),
(131428,47973,'action started via WP Cron','2021-02-04 01:08:35','2021-02-03 20:08:35'),
(131429,47973,'action complete via WP Cron','2021-02-04 01:08:35','2021-02-03 20:08:35'),
(131430,47974,'action created','2021-02-04 01:08:35','2021-02-03 20:08:35'),
(131431,47974,'action started via WP Cron','2021-02-04 01:09:47','2021-02-03 20:09:47'),
(131432,47974,'action complete via WP Cron','2021-02-04 01:09:47','2021-02-03 20:09:47'),
(131433,47975,'action created','2021-02-04 01:09:47','2021-02-03 20:09:47'),
(131434,47975,'action started via WP Cron','2021-02-04 01:11:23','2021-02-03 20:11:23'),
(131435,47975,'action complete via WP Cron','2021-02-04 01:11:23','2021-02-03 20:11:23'),
(131436,47976,'action created','2021-02-04 01:11:23','2021-02-03 20:11:23'),
(131437,47976,'action started via WP Cron','2021-02-04 01:13:19','2021-02-03 20:13:19'),
(131438,47976,'action complete via WP Cron','2021-02-04 01:13:19','2021-02-03 20:13:19'),
(131439,47977,'action created','2021-02-04 01:13:19','2021-02-03 20:13:19'),
(131440,47977,'action started via WP Cron','2021-02-04 01:15:03','2021-02-03 20:15:03'),
(131441,47977,'action complete via WP Cron','2021-02-04 01:15:04','2021-02-03 20:15:04'),
(131442,47978,'action created','2021-02-04 01:15:04','2021-02-03 20:15:04'),
(131443,47978,'action started via WP Cron','2021-02-04 01:17:04','2021-02-03 20:17:04'),
(131444,47978,'action complete via WP Cron','2021-02-04 01:17:04','2021-02-03 20:17:04'),
(131445,47979,'action created','2021-02-04 01:17:05','2021-02-03 20:17:05'),
(131446,47979,'action started via WP Cron','2021-02-04 01:17:26','2021-02-03 20:17:26'),
(131447,47979,'action complete via WP Cron','2021-02-04 01:17:26','2021-02-03 20:17:26'),
(131448,47980,'action created','2021-02-04 01:17:26','2021-02-03 20:17:26'),
(131449,47980,'action started via WP Cron','2021-02-04 01:18:45','2021-02-03 20:18:45'),
(131450,47980,'action complete via WP Cron','2021-02-04 01:18:45','2021-02-03 20:18:45'),
(131451,47981,'action created','2021-02-04 01:18:45','2021-02-03 20:18:45'),
(131452,47981,'action started via WP Cron','2021-02-04 01:20:18','2021-02-03 20:20:18'),
(131453,47981,'action complete via WP Cron','2021-02-04 01:20:18','2021-02-03 20:20:18'),
(131454,47982,'action created','2021-02-04 01:20:18','2021-02-03 20:20:18'),
(131455,47982,'action started via WP Cron','2021-02-04 01:21:45','2021-02-03 20:21:45'),
(131456,47982,'action complete via WP Cron','2021-02-04 01:21:45','2021-02-03 20:21:45'),
(131457,47983,'action created','2021-02-04 01:21:45','2021-02-03 20:21:45'),
(131458,47983,'action started via WP Cron','2021-02-04 01:23:02','2021-02-03 20:23:02'),
(131459,47983,'action complete via WP Cron','2021-02-04 01:23:02','2021-02-03 20:23:02'),
(131460,47984,'action created','2021-02-04 01:23:02','2021-02-03 20:23:02'),
(131461,47984,'action started via WP Cron','2021-02-04 01:24:47','2021-02-03 20:24:47'),
(131462,47984,'action complete via WP Cron','2021-02-04 01:24:47','2021-02-03 20:24:47'),
(131463,47985,'action created','2021-02-04 01:24:47','2021-02-03 20:24:47'),
(131464,47985,'action started via WP Cron','2021-02-04 01:25:56','2021-02-03 20:25:56'),
(131465,47985,'action complete via WP Cron','2021-02-04 01:25:56','2021-02-03 20:25:56'),
(131466,47986,'action created','2021-02-04 01:25:56','2021-02-03 20:25:56'),
(131467,47986,'action started via WP Cron','2021-02-04 01:26:45','2021-02-03 20:26:45'),
(131468,47986,'action complete via WP Cron','2021-02-04 01:26:45','2021-02-03 20:26:45'),
(131469,47987,'action created','2021-02-04 01:26:46','2021-02-03 20:26:46'),
(131470,47987,'action started via WP Cron','2021-02-04 01:27:34','2021-02-03 20:27:34'),
(131471,47987,'action complete via WP Cron','2021-02-04 01:27:34','2021-02-03 20:27:34'),
(131472,47988,'action created','2021-02-04 01:27:34','2021-02-03 20:27:34'),
(131473,47988,'action started via WP Cron','2021-02-04 01:28:15','2021-02-03 20:28:15'),
(131474,47988,'action complete via WP Cron','2021-02-04 01:28:15','2021-02-03 20:28:15'),
(131475,47989,'action created','2021-02-04 01:28:15','2021-02-03 20:28:15'),
(131476,47989,'action started via WP Cron','2021-02-04 01:29:13','2021-02-03 20:29:13'),
(131477,47989,'action complete via WP Cron','2021-02-04 01:29:13','2021-02-03 20:29:13'),
(131478,47990,'action created','2021-02-04 01:29:13','2021-02-03 20:29:13'),
(131479,47990,'action started via WP Cron','2021-02-04 01:31:19','2021-02-03 20:31:19'),
(131480,47990,'action complete via WP Cron','2021-02-04 01:31:19','2021-02-03 20:31:19'),
(131481,47991,'action created','2021-02-04 01:31:19','2021-02-03 20:31:19'),
(131482,47991,'action started via WP Cron','2021-02-04 01:32:21','2021-02-03 20:32:21'),
(131483,47991,'action complete via WP Cron','2021-02-04 01:32:21','2021-02-03 20:32:21'),
(131484,47992,'action created','2021-02-04 01:32:21','2021-02-03 20:32:21'),
(131485,47992,'action started via WP Cron','2021-02-04 01:33:17','2021-02-03 20:33:17'),
(131486,47992,'action complete via WP Cron','2021-02-04 01:33:17','2021-02-03 20:33:17'),
(131487,47993,'action created','2021-02-04 01:33:17','2021-02-03 20:33:17'),
(131488,47993,'action started via WP Cron','2021-02-04 01:34:12','2021-02-03 20:34:12'),
(131489,47993,'action complete via WP Cron','2021-02-04 01:34:12','2021-02-03 20:34:12'),
(131490,47994,'action created','2021-02-04 01:34:12','2021-02-03 20:34:12'),
(131491,47994,'action started via WP Cron','2021-02-04 01:36:26','2021-02-03 20:36:26'),
(131492,47994,'action complete via WP Cron','2021-02-04 01:36:26','2021-02-03 20:36:26'),
(131493,47995,'action created','2021-02-04 01:36:26','2021-02-03 20:36:26'),
(131494,47995,'action started via WP Cron','2021-02-04 01:38:16','2021-02-03 20:38:16'),
(131495,47995,'action complete via WP Cron','2021-02-04 01:38:16','2021-02-03 20:38:16'),
(131496,47996,'action created','2021-02-04 01:38:16','2021-02-03 20:38:16'),
(131497,46706,'action started via WP Cron','2021-02-04 01:39:51','2021-02-03 20:39:51'),
(131498,46706,'action complete via WP Cron','2021-02-04 01:39:51','2021-02-03 20:39:51'),
(131500,47996,'action started via WP Cron','2021-02-04 01:39:51','2021-02-03 20:39:51'),
(131501,47996,'action complete via WP Cron','2021-02-04 01:39:51','2021-02-03 20:39:51'),
(131502,47998,'action created','2021-02-04 01:39:51','2021-02-03 20:39:51'),
(131503,47998,'action started via WP Cron','2021-02-04 01:40:24','2021-02-03 20:40:24'),
(131504,47998,'action complete via WP Cron','2021-02-04 01:40:24','2021-02-03 20:40:24'),
(131505,47999,'action created','2021-02-04 01:40:24','2021-02-03 20:40:24'),
(131506,47999,'action started via WP Cron','2021-02-04 01:41:14','2021-02-03 20:41:14'),
(131507,47999,'action complete via WP Cron','2021-02-04 01:41:14','2021-02-03 20:41:14'),
(131508,48000,'action created','2021-02-04 01:41:14','2021-02-03 20:41:14'),
(131509,48000,'action started via WP Cron','2021-02-04 01:42:58','2021-02-03 20:42:58'),
(131510,48000,'action complete via WP Cron','2021-02-04 01:42:58','2021-02-03 20:42:58'),
(131511,48001,'action created','2021-02-04 01:42:58','2021-02-03 20:42:58'),
(131512,48001,'action started via WP Cron','2021-02-04 01:44:18','2021-02-03 20:44:18'),
(131513,48001,'action complete via WP Cron','2021-02-04 01:44:18','2021-02-03 20:44:18'),
(131514,48002,'action created','2021-02-04 01:44:18','2021-02-03 20:44:18'),
(131515,48002,'action started via WP Cron','2021-02-04 01:45:45','2021-02-03 20:45:45'),
(131516,48002,'action complete via WP Cron','2021-02-04 01:45:45','2021-02-03 20:45:45'),
(131517,48003,'action created','2021-02-04 01:45:45','2021-02-03 20:45:45'),
(131518,48003,'action started via WP Cron','2021-02-04 01:46:39','2021-02-03 20:46:39'),
(131519,48003,'action complete via WP Cron','2021-02-04 01:46:39','2021-02-03 20:46:39'),
(131520,48004,'action created','2021-02-04 01:46:39','2021-02-03 20:46:39'),
(131521,48004,'action started via WP Cron','2021-02-04 01:47:29','2021-02-03 20:47:29'),
(131522,48004,'action complete via WP Cron','2021-02-04 01:47:29','2021-02-03 20:47:29'),
(131523,48005,'action created','2021-02-04 01:47:29','2021-02-03 20:47:29'),
(131524,48005,'action started via WP Cron','2021-02-04 01:48:43','2021-02-03 20:48:43'),
(131525,48005,'action complete via WP Cron','2021-02-04 01:48:43','2021-02-03 20:48:43'),
(131526,48006,'action created','2021-02-04 01:48:43','2021-02-03 20:48:43'),
(131527,48006,'action started via WP Cron','2021-02-04 01:49:29','2021-02-03 20:49:29'),
(131528,48006,'action complete via WP Cron','2021-02-04 01:49:29','2021-02-03 20:49:29'),
(131529,48007,'action created','2021-02-04 01:49:29','2021-02-03 20:49:29'),
(131530,48007,'action started via WP Cron','2021-02-04 01:51:29','2021-02-03 20:51:29'),
(131531,48007,'action complete via WP Cron','2021-02-04 01:51:29','2021-02-03 20:51:29'),
(131532,48008,'action created','2021-02-04 01:51:29','2021-02-03 20:51:29'),
(131533,48008,'action started via WP Cron','2021-02-04 01:53:34','2021-02-03 20:53:34'),
(131534,48008,'action complete via WP Cron','2021-02-04 01:53:34','2021-02-03 20:53:34'),
(131535,48009,'action created','2021-02-04 01:53:34','2021-02-03 20:53:34'),
(131536,48009,'action started via WP Cron','2021-02-04 01:55:16','2021-02-03 20:55:16'),
(131537,48009,'action complete via WP Cron','2021-02-04 01:55:16','2021-02-03 20:55:16'),
(131538,48010,'action created','2021-02-04 01:55:16','2021-02-03 20:55:16'),
(131539,48010,'action started via WP Cron','2021-02-04 01:56:47','2021-02-03 20:56:47'),
(131540,48010,'action complete via WP Cron','2021-02-04 01:56:47','2021-02-03 20:56:47'),
(131541,48011,'action created','2021-02-04 01:56:47','2021-02-03 20:56:47'),
(131542,48011,'action started via WP Cron','2021-02-04 01:59:00','2021-02-03 20:59:00'),
(131543,48011,'action complete via WP Cron','2021-02-04 01:59:00','2021-02-03 20:59:00'),
(131544,48012,'action created','2021-02-04 01:59:00','2021-02-03 20:59:00'),
(131545,48012,'action started via WP Cron','2021-02-04 02:00:16','2021-02-03 21:00:16'),
(131546,48012,'action complete via WP Cron','2021-02-04 02:00:16','2021-02-03 21:00:16'),
(131547,48013,'action created','2021-02-04 02:00:16','2021-02-03 21:00:16'),
(131548,48013,'action started via WP Cron','2021-02-04 02:01:13','2021-02-03 21:01:13'),
(131549,48013,'action complete via WP Cron','2021-02-04 02:01:13','2021-02-03 21:01:13'),
(131550,48014,'action created','2021-02-04 02:01:13','2021-02-03 21:01:13'),
(131551,48014,'action started via WP Cron','2021-02-04 02:03:12','2021-02-03 21:03:12'),
(131552,48014,'action complete via WP Cron','2021-02-04 02:03:12','2021-02-03 21:03:12'),
(131553,48015,'action created','2021-02-04 02:03:12','2021-02-03 21:03:12'),
(131554,48015,'action started via WP Cron','2021-02-04 02:04:17','2021-02-03 21:04:17'),
(131555,48015,'action complete via WP Cron','2021-02-04 02:04:17','2021-02-03 21:04:17'),
(131556,48016,'action created','2021-02-04 02:04:17','2021-02-03 21:04:17'),
(131557,48016,'action started via WP Cron','2021-02-04 02:06:06','2021-02-03 21:06:06'),
(131558,48016,'action complete via WP Cron','2021-02-04 02:06:06','2021-02-03 21:06:06'),
(131559,48017,'action created','2021-02-04 02:06:06','2021-02-03 21:06:06'),
(131560,48017,'action started via WP Cron','2021-02-04 02:06:48','2021-02-03 21:06:48'),
(131561,48017,'action complete via WP Cron','2021-02-04 02:06:48','2021-02-03 21:06:48'),
(131562,48018,'action created','2021-02-04 02:06:48','2021-02-03 21:06:48'),
(131563,48018,'action started via WP Cron','2021-02-04 02:08:19','2021-02-03 21:08:19'),
(131564,48018,'action complete via WP Cron','2021-02-04 02:08:19','2021-02-03 21:08:19'),
(131565,48019,'action created','2021-02-04 02:08:19','2021-02-03 21:08:19'),
(131566,48019,'action started via WP Cron','2021-02-04 02:09:11','2021-02-03 21:09:11'),
(131567,48019,'action complete via WP Cron','2021-02-04 02:09:11','2021-02-03 21:09:11'),
(131568,48020,'action created','2021-02-04 02:09:11','2021-02-03 21:09:11'),
(131569,48020,'action started via WP Cron','2021-02-04 02:12:11','2021-02-03 21:12:11'),
(131570,48020,'action complete via WP Cron','2021-02-04 02:12:11','2021-02-03 21:12:11'),
(131571,48021,'action created','2021-02-04 02:12:11','2021-02-03 21:12:11'),
(131572,48021,'action started via WP Cron','2021-02-04 02:15:11','2021-02-03 21:15:11'),
(131573,48021,'action complete via WP Cron','2021-02-04 02:15:11','2021-02-03 21:15:11'),
(131574,48022,'action created','2021-02-04 02:15:11','2021-02-03 21:15:11'),
(131575,48022,'action started via WP Cron','2021-02-04 02:17:00','2021-02-03 21:17:00'),
(131576,48022,'action complete via WP Cron','2021-02-04 02:17:00','2021-02-03 21:17:00'),
(131577,48023,'action created','2021-02-04 02:17:00','2021-02-03 21:17:00'),
(131578,48023,'action started via WP Cron','2021-02-04 02:17:50','2021-02-03 21:17:50'),
(131579,48023,'action complete via WP Cron','2021-02-04 02:17:50','2021-02-03 21:17:50'),
(131580,48024,'action created','2021-02-04 02:17:50','2021-02-03 21:17:50'),
(131581,48024,'action started via WP Cron','2021-02-04 02:18:35','2021-02-03 21:18:35'),
(131582,48024,'action complete via WP Cron','2021-02-04 02:18:35','2021-02-03 21:18:35'),
(131583,48025,'action created','2021-02-04 02:18:35','2021-02-03 21:18:35'),
(131584,48025,'action started via WP Cron','2021-02-04 02:19:23','2021-02-03 21:19:23'),
(131585,48025,'action complete via WP Cron','2021-02-04 02:19:23','2021-02-03 21:19:23'),
(131586,48026,'action created','2021-02-04 02:19:23','2021-02-03 21:19:23'),
(131587,48026,'action started via WP Cron','2021-02-04 02:20:16','2021-02-03 21:20:16'),
(131588,48026,'action complete via WP Cron','2021-02-04 02:20:16','2021-02-03 21:20:16'),
(131589,48027,'action created','2021-02-04 02:20:16','2021-02-03 21:20:16'),
(131590,48027,'action started via WP Cron','2021-02-04 02:22:05','2021-02-03 21:22:05'),
(131591,48027,'action complete via WP Cron','2021-02-04 02:22:05','2021-02-03 21:22:05'),
(131592,48028,'action created','2021-02-04 02:22:05','2021-02-03 21:22:05'),
(131593,48028,'action started via WP Cron','2021-02-04 02:22:28','2021-02-03 21:22:28'),
(131594,48028,'action complete via WP Cron','2021-02-04 02:22:28','2021-02-03 21:22:28'),
(131595,48029,'action created','2021-02-04 02:22:28','2021-02-03 21:22:28'),
(131596,48029,'action started via WP Cron','2021-02-04 02:23:59','2021-02-03 21:23:59'),
(131597,48029,'action complete via WP Cron','2021-02-04 02:23:59','2021-02-03 21:23:59'),
(131598,48030,'action created','2021-02-04 02:23:59','2021-02-03 21:23:59'),
(131599,48030,'action started via WP Cron','2021-02-04 02:24:45','2021-02-03 21:24:45'),
(131600,48030,'action complete via WP Cron','2021-02-04 02:24:45','2021-02-03 21:24:45'),
(131601,48031,'action created','2021-02-04 02:24:45','2021-02-03 21:24:45'),
(131602,48031,'action started via WP Cron','2021-02-04 02:25:59','2021-02-03 21:25:59'),
(131603,48031,'action complete via WP Cron','2021-02-04 02:25:59','2021-02-03 21:25:59'),
(131604,48032,'action created','2021-02-04 02:25:59','2021-02-03 21:25:59'),
(131605,48032,'action started via WP Cron','2021-02-04 02:28:42','2021-02-03 21:28:42'),
(131606,48032,'action complete via WP Cron','2021-02-04 02:28:42','2021-02-03 21:28:42'),
(131607,48033,'action created','2021-02-04 02:28:42','2021-02-03 21:28:42'),
(131608,48033,'action started via WP Cron','2021-02-04 02:30:50','2021-02-03 21:30:50'),
(131609,48033,'action complete via WP Cron','2021-02-04 02:30:50','2021-02-03 21:30:50'),
(131610,48034,'action created','2021-02-04 02:30:50','2021-02-03 21:30:50'),
(131611,48034,'action started via WP Cron','2021-02-04 02:32:43','2021-02-03 21:32:43'),
(131612,48034,'action complete via WP Cron','2021-02-04 02:32:43','2021-02-03 21:32:43'),
(131613,48035,'action created','2021-02-04 02:32:43','2021-02-03 21:32:43'),
(131614,48035,'action started via WP Cron','2021-02-04 02:33:56','2021-02-03 21:33:56'),
(131615,48035,'action complete via WP Cron','2021-02-04 02:33:56','2021-02-03 21:33:56'),
(131616,48036,'action created','2021-02-04 02:33:56','2021-02-03 21:33:56'),
(131617,48036,'action started via WP Cron','2021-02-04 02:34:32','2021-02-03 21:34:32'),
(131618,48036,'action complete via WP Cron','2021-02-04 02:34:32','2021-02-03 21:34:32'),
(131619,48037,'action created','2021-02-04 02:34:32','2021-02-03 21:34:32'),
(131620,48037,'action started via WP Cron','2021-02-04 02:35:20','2021-02-03 21:35:20'),
(131621,48037,'action complete via WP Cron','2021-02-04 02:35:20','2021-02-03 21:35:20'),
(131622,48038,'action created','2021-02-04 02:35:20','2021-02-03 21:35:20'),
(131623,48038,'action started via WP Cron','2021-02-04 02:36:44','2021-02-03 21:36:44'),
(131624,48038,'action complete via WP Cron','2021-02-04 02:36:44','2021-02-03 21:36:44'),
(131625,48039,'action created','2021-02-04 02:36:44','2021-02-03 21:36:44'),
(131626,48039,'action started via WP Cron','2021-02-04 02:38:02','2021-02-03 21:38:02'),
(131627,48039,'action complete via WP Cron','2021-02-04 02:38:02','2021-02-03 21:38:02'),
(131628,48040,'action created','2021-02-04 02:38:02','2021-02-03 21:38:02'),
(131629,48040,'action started via WP Cron','2021-02-04 02:41:34','2021-02-03 21:41:34'),
(131630,48040,'action complete via WP Cron','2021-02-04 02:41:34','2021-02-03 21:41:34'),
(131631,48041,'action created','2021-02-04 02:41:35','2021-02-03 21:41:35'),
(131632,48041,'action started via WP Cron','2021-02-04 02:45:04','2021-02-03 21:45:04'),
(131633,48041,'action complete via WP Cron','2021-02-04 02:45:04','2021-02-03 21:45:04'),
(131634,48042,'action created','2021-02-04 02:45:04','2021-02-03 21:45:04'),
(131635,48042,'action started via WP Cron','2021-02-04 02:45:23','2021-02-03 21:45:23'),
(131636,48042,'action complete via WP Cron','2021-02-04 02:45:23','2021-02-03 21:45:23'),
(131637,48043,'action created','2021-02-04 02:45:23','2021-02-03 21:45:23'),
(131638,48043,'action started via WP Cron','2021-02-04 02:46:58','2021-02-03 21:46:58'),
(131639,48043,'action complete via WP Cron','2021-02-04 02:46:58','2021-02-03 21:46:58'),
(131640,48044,'action created','2021-02-04 02:46:58','2021-02-03 21:46:58'),
(131641,48044,'action started via WP Cron','2021-02-04 02:47:37','2021-02-03 21:47:37'),
(131642,48044,'action complete via WP Cron','2021-02-04 02:47:37','2021-02-03 21:47:37'),
(131643,48045,'action created','2021-02-04 02:47:37','2021-02-03 21:47:37'),
(131644,48045,'action started via WP Cron','2021-02-04 02:48:29','2021-02-03 21:48:29'),
(131645,48045,'action complete via WP Cron','2021-02-04 02:48:29','2021-02-03 21:48:29'),
(131646,48046,'action created','2021-02-04 02:48:29','2021-02-03 21:48:29'),
(131647,48046,'action started via WP Cron','2021-02-04 02:51:28','2021-02-03 21:51:28'),
(131648,48046,'action complete via WP Cron','2021-02-04 02:51:28','2021-02-03 21:51:28'),
(131649,48047,'action created','2021-02-04 02:51:28','2021-02-03 21:51:28'),
(131650,48047,'action started via WP Cron','2021-02-04 02:52:24','2021-02-03 21:52:24'),
(131651,48047,'action complete via WP Cron','2021-02-04 02:52:24','2021-02-03 21:52:24'),
(131652,48048,'action created','2021-02-04 02:52:24','2021-02-03 21:52:24'),
(131653,48048,'action started via WP Cron','2021-02-04 02:53:20','2021-02-03 21:53:20'),
(131654,48048,'action complete via WP Cron','2021-02-04 02:53:20','2021-02-03 21:53:20'),
(131655,48049,'action created','2021-02-04 02:53:20','2021-02-03 21:53:20'),
(131656,48049,'action started via WP Cron','2021-02-04 02:54:17','2021-02-03 21:54:17'),
(131657,48049,'action complete via WP Cron','2021-02-04 02:54:17','2021-02-03 21:54:17'),
(131658,48050,'action created','2021-02-04 02:54:17','2021-02-03 21:54:17'),
(131659,48050,'action started via WP Cron','2021-02-04 02:57:16','2021-02-03 21:57:16'),
(131660,48050,'action complete via WP Cron','2021-02-04 02:57:16','2021-02-03 21:57:16'),
(131661,48051,'action created','2021-02-04 02:57:16','2021-02-03 21:57:16'),
(131662,48051,'action started via WP Cron','2021-02-04 03:00:09','2021-02-03 22:00:09'),
(131663,48051,'action complete via WP Cron','2021-02-04 03:00:09','2021-02-03 22:00:09'),
(131664,48052,'action created','2021-02-04 03:00:09','2021-02-03 22:00:09'),
(131665,48052,'action started via WP Cron','2021-02-04 03:00:19','2021-02-03 22:00:19'),
(131666,48052,'action complete via WP Cron','2021-02-04 03:00:19','2021-02-03 22:00:19'),
(131667,48053,'action created','2021-02-04 03:00:19','2021-02-03 22:00:19'),
(131668,48053,'action started via WP Cron','2021-02-04 03:01:12','2021-02-03 22:01:12'),
(131669,48053,'action complete via WP Cron','2021-02-04 03:01:12','2021-02-03 22:01:12'),
(131670,48054,'action created','2021-02-04 03:01:12','2021-02-03 22:01:12'),
(131671,48054,'action started via WP Cron','2021-02-04 03:02:49','2021-02-03 22:02:49'),
(131672,48054,'action complete via WP Cron','2021-02-04 03:02:49','2021-02-03 22:02:49'),
(131673,48055,'action created','2021-02-04 03:02:49','2021-02-03 22:02:49'),
(131674,48055,'action started via WP Cron','2021-02-04 03:05:49','2021-02-03 22:05:49'),
(131675,48055,'action complete via WP Cron','2021-02-04 03:05:49','2021-02-03 22:05:49'),
(131676,48056,'action created','2021-02-04 03:05:49','2021-02-03 22:05:49'),
(131677,48056,'action started via WP Cron','2021-02-04 03:07:52','2021-02-03 22:07:52'),
(131678,48056,'action complete via WP Cron','2021-02-04 03:07:52','2021-02-03 22:07:52'),
(131679,48057,'action created','2021-02-04 03:07:52','2021-02-03 22:07:52'),
(131680,48057,'action started via WP Cron','2021-02-04 03:08:30','2021-02-03 22:08:30'),
(131681,48057,'action complete via WP Cron','2021-02-04 03:08:30','2021-02-03 22:08:30'),
(131682,48058,'action created','2021-02-04 03:08:30','2021-02-03 22:08:30'),
(131683,48058,'action started via WP Cron','2021-02-04 03:11:26','2021-02-03 22:11:26'),
(131684,48058,'action complete via WP Cron','2021-02-04 03:11:26','2021-02-03 22:11:26'),
(131685,48059,'action created','2021-02-04 03:11:26','2021-02-03 22:11:26'),
(131686,48059,'action started via WP Cron','2021-02-04 03:12:22','2021-02-03 22:12:22'),
(131687,48059,'action complete via WP Cron','2021-02-04 03:12:22','2021-02-03 22:12:22'),
(131688,48060,'action created','2021-02-04 03:12:22','2021-02-03 22:12:22'),
(131689,48060,'action started via WP Cron','2021-02-04 03:13:40','2021-02-03 22:13:40'),
(131690,48060,'action complete via WP Cron','2021-02-04 03:13:40','2021-02-03 22:13:40'),
(131691,48061,'action created','2021-02-04 03:13:40','2021-02-03 22:13:40'),
(131692,48061,'action started via WP Cron','2021-02-04 03:14:19','2021-02-03 22:14:19'),
(131693,48061,'action complete via WP Cron','2021-02-04 03:14:19','2021-02-03 22:14:19'),
(131694,48062,'action created','2021-02-04 03:14:19','2021-02-03 22:14:19'),
(131695,48062,'action started via WP Cron','2021-02-04 03:16:45','2021-02-03 22:16:45'),
(131696,48062,'action complete via WP Cron','2021-02-04 03:16:45','2021-02-03 22:16:45'),
(131697,48063,'action created','2021-02-04 03:16:45','2021-02-03 22:16:45'),
(131698,48063,'action started via WP Cron','2021-02-04 03:19:17','2021-02-03 22:19:17'),
(131699,48063,'action complete via WP Cron','2021-02-04 03:19:17','2021-02-03 22:19:17'),
(131700,48064,'action created','2021-02-04 03:19:17','2021-02-03 22:19:17'),
(131701,48064,'action started via WP Cron','2021-02-04 03:21:58','2021-02-03 22:21:58'),
(131702,48064,'action complete via WP Cron','2021-02-04 03:21:58','2021-02-03 22:21:58'),
(131703,48065,'action created','2021-02-04 03:21:58','2021-02-03 22:21:58'),
(131704,48065,'action started via WP Cron','2021-02-04 03:22:21','2021-02-03 22:22:21'),
(131705,48065,'action complete via WP Cron','2021-02-04 03:22:21','2021-02-03 22:22:21'),
(131706,48066,'action created','2021-02-04 03:22:21','2021-02-03 22:22:21'),
(131707,48066,'action started via WP Cron','2021-02-04 03:23:59','2021-02-03 22:23:59'),
(131708,48066,'action complete via WP Cron','2021-02-04 03:23:59','2021-02-03 22:23:59'),
(131709,48067,'action created','2021-02-04 03:23:59','2021-02-03 22:23:59'),
(131710,48067,'action started via WP Cron','2021-02-04 03:25:56','2021-02-03 22:25:56'),
(131711,48067,'action complete via WP Cron','2021-02-04 03:25:56','2021-02-03 22:25:56'),
(131712,48068,'action created','2021-02-04 03:25:56','2021-02-03 22:25:56'),
(131713,48068,'action started via WP Cron','2021-02-04 03:26:21','2021-02-03 22:26:21'),
(131714,48068,'action complete via WP Cron','2021-02-04 03:26:21','2021-02-03 22:26:21'),
(131715,48069,'action created','2021-02-04 03:26:21','2021-02-03 22:26:21'),
(131716,48069,'action started via WP Cron','2021-02-04 03:27:54','2021-02-03 22:27:54'),
(131717,48069,'action complete via WP Cron','2021-02-04 03:27:54','2021-02-03 22:27:54'),
(131718,48070,'action created','2021-02-04 03:27:54','2021-02-03 22:27:54'),
(131719,48070,'action started via WP Cron','2021-02-04 03:29:09','2021-02-03 22:29:09'),
(131720,48070,'action complete via WP Cron','2021-02-04 03:29:09','2021-02-03 22:29:09'),
(131721,48071,'action created','2021-02-04 03:29:09','2021-02-03 22:29:09'),
(131722,48071,'action started via WP Cron','2021-02-04 03:29:33','2021-02-03 22:29:33'),
(131723,48071,'action complete via WP Cron','2021-02-04 03:29:34','2021-02-03 22:29:34'),
(131724,48072,'action created','2021-02-04 03:29:34','2021-02-03 22:29:34'),
(131725,48072,'action started via WP Cron','2021-02-04 03:31:28','2021-02-03 22:31:28'),
(131726,48072,'action complete via WP Cron','2021-02-04 03:31:28','2021-02-03 22:31:28'),
(131727,48073,'action created','2021-02-04 03:31:28','2021-02-03 22:31:28'),
(131728,48073,'action started via WP Cron','2021-02-04 03:35:04','2021-02-03 22:35:04'),
(131729,48073,'action complete via WP Cron','2021-02-04 03:35:04','2021-02-03 22:35:04'),
(131730,48074,'action created','2021-02-04 03:35:06','2021-02-03 22:35:06'),
(131731,48074,'action started via WP Cron','2021-02-04 03:36:24','2021-02-03 22:36:24'),
(131732,48074,'action complete via WP Cron','2021-02-04 03:36:24','2021-02-03 22:36:24'),
(131733,48075,'action created','2021-02-04 03:36:24','2021-02-03 22:36:24'),
(131734,48075,'action started via WP Cron','2021-02-04 03:37:27','2021-02-03 22:37:27'),
(131735,48075,'action complete via WP Cron','2021-02-04 03:37:27','2021-02-03 22:37:27'),
(131736,48076,'action created','2021-02-04 03:37:27','2021-02-03 22:37:27'),
(131737,48076,'action started via WP Cron','2021-02-04 03:38:12','2021-02-03 22:38:12'),
(131738,48076,'action complete via WP Cron','2021-02-04 03:38:12','2021-02-03 22:38:12'),
(131739,48077,'action created','2021-02-04 03:38:12','2021-02-03 22:38:12'),
(131740,48077,'action started via WP Cron','2021-02-04 03:41:05','2021-02-03 22:41:05'),
(131741,48077,'action complete via WP Cron','2021-02-04 03:41:05','2021-02-03 22:41:05'),
(131742,48078,'action created','2021-02-04 03:41:06','2021-02-03 22:41:06'),
(131743,48078,'action started via WP Cron','2021-02-04 03:41:44','2021-02-03 22:41:44'),
(131744,48078,'action complete via WP Cron','2021-02-04 03:41:44','2021-02-03 22:41:44'),
(131745,48079,'action created','2021-02-04 03:41:44','2021-02-03 22:41:44'),
(131746,48079,'action started via WP Cron','2021-02-04 03:42:12','2021-02-03 22:42:12'),
(131747,48079,'action complete via WP Cron','2021-02-04 03:42:12','2021-02-03 22:42:12'),
(131748,48080,'action created','2021-02-04 03:42:12','2021-02-03 22:42:12'),
(131749,48080,'action started via WP Cron','2021-02-04 03:43:37','2021-02-03 22:43:37'),
(131750,48080,'action complete via WP Cron','2021-02-04 03:43:37','2021-02-03 22:43:37'),
(131751,48081,'action created','2021-02-04 03:43:37','2021-02-03 22:43:37'),
(131752,48081,'action started via WP Cron','2021-02-04 03:45:11','2021-02-03 22:45:11'),
(131753,48081,'action complete via WP Cron','2021-02-04 03:45:11','2021-02-03 22:45:11'),
(131754,48082,'action created','2021-02-04 03:45:11','2021-02-03 22:45:11'),
(131755,48082,'action started via WP Cron','2021-02-04 03:46:37','2021-02-03 22:46:37'),
(131756,48082,'action complete via WP Cron','2021-02-04 03:46:37','2021-02-03 22:46:37'),
(131757,48083,'action created','2021-02-04 03:46:37','2021-02-03 22:46:37'),
(131758,48083,'action started via WP Cron','2021-02-04 03:47:21','2021-02-03 22:47:21'),
(131759,48083,'action complete via WP Cron','2021-02-04 03:47:21','2021-02-03 22:47:21'),
(131760,48084,'action created','2021-02-04 03:47:21','2021-02-03 22:47:21'),
(131761,48084,'action started via WP Cron','2021-02-04 03:48:16','2021-02-03 22:48:16'),
(131762,48084,'action complete via WP Cron','2021-02-04 03:48:16','2021-02-03 22:48:16'),
(131763,48085,'action created','2021-02-04 03:48:16','2021-02-03 22:48:16'),
(131764,48085,'action started via WP Cron','2021-02-04 03:49:13','2021-02-03 22:49:13'),
(131765,48085,'action complete via WP Cron','2021-02-04 03:49:13','2021-02-03 22:49:13'),
(131766,48086,'action created','2021-02-04 03:49:13','2021-02-03 22:49:13'),
(131767,48086,'action started via WP Cron','2021-02-04 03:50:14','2021-02-03 22:50:14'),
(131768,48086,'action complete via WP Cron','2021-02-04 03:50:14','2021-02-03 22:50:14'),
(131769,48087,'action created','2021-02-04 03:50:14','2021-02-03 22:50:14'),
(131770,48087,'action started via WP Cron','2021-02-04 03:51:13','2021-02-03 22:51:13'),
(131771,48087,'action complete via WP Cron','2021-02-04 03:51:13','2021-02-03 22:51:13'),
(131772,48088,'action created','2021-02-04 03:51:13','2021-02-03 22:51:13'),
(131773,48088,'action started via WP Cron','2021-02-04 03:52:14','2021-02-03 22:52:14'),
(131774,48088,'action complete via WP Cron','2021-02-04 03:52:14','2021-02-03 22:52:14'),
(131775,48089,'action created','2021-02-04 03:52:14','2021-02-03 22:52:14'),
(131776,48089,'action started via WP Cron','2021-02-04 03:53:11','2021-02-03 22:53:11'),
(131777,48089,'action complete via WP Cron','2021-02-04 03:53:11','2021-02-03 22:53:11'),
(131778,48090,'action created','2021-02-04 03:53:11','2021-02-03 22:53:11'),
(131779,48090,'action started via WP Cron','2021-02-04 03:54:11','2021-02-03 22:54:11'),
(131780,48090,'action complete via WP Cron','2021-02-04 03:54:11','2021-02-03 22:54:11'),
(131781,48091,'action created','2021-02-04 03:54:11','2021-02-03 22:54:11'),
(131782,48091,'action started via WP Cron','2021-02-04 03:55:12','2021-02-03 22:55:12'),
(131783,48091,'action complete via WP Cron','2021-02-04 03:55:12','2021-02-03 22:55:12'),
(131784,48092,'action created','2021-02-04 03:55:12','2021-02-03 22:55:12'),
(131785,48092,'action started via WP Cron','2021-02-04 03:56:11','2021-02-03 22:56:11'),
(131786,48092,'action complete via WP Cron','2021-02-04 03:56:11','2021-02-03 22:56:11'),
(131787,48093,'action created','2021-02-04 03:56:11','2021-02-03 22:56:11'),
(131788,48093,'action started via WP Cron','2021-02-04 03:57:13','2021-02-03 22:57:13'),
(131789,48093,'action complete via WP Cron','2021-02-04 03:57:13','2021-02-03 22:57:13'),
(131790,48094,'action created','2021-02-04 03:57:13','2021-02-03 22:57:13'),
(131791,48094,'action started via WP Cron','2021-02-04 03:58:13','2021-02-03 22:58:13'),
(131792,48094,'action complete via WP Cron','2021-02-04 03:58:13','2021-02-03 22:58:13'),
(131793,48095,'action created','2021-02-04 03:58:13','2021-02-03 22:58:13'),
(131794,48095,'action started via WP Cron','2021-02-04 03:59:14','2021-02-03 22:59:14'),
(131795,48095,'action complete via WP Cron','2021-02-04 03:59:14','2021-02-03 22:59:14'),
(131796,48096,'action created','2021-02-04 03:59:14','2021-02-03 22:59:14'),
(131797,48096,'action started via WP Cron','2021-02-04 04:00:15','2021-02-03 23:00:15'),
(131798,48096,'action complete via WP Cron','2021-02-04 04:00:15','2021-02-03 23:00:15'),
(131799,48097,'action created','2021-02-04 04:00:15','2021-02-03 23:00:15'),
(131800,48097,'action started via WP Cron','2021-02-04 04:01:12','2021-02-03 23:01:12'),
(131801,48097,'action complete via WP Cron','2021-02-04 04:01:12','2021-02-03 23:01:12'),
(131802,48098,'action created','2021-02-04 04:01:12','2021-02-03 23:01:12'),
(131803,48098,'action started via WP Cron','2021-02-04 04:02:12','2021-02-03 23:02:12'),
(131804,48098,'action complete via WP Cron','2021-02-04 04:02:12','2021-02-03 23:02:12'),
(131805,48099,'action created','2021-02-04 04:02:12','2021-02-03 23:02:12'),
(131806,48099,'action started via WP Cron','2021-02-04 04:03:12','2021-02-03 23:03:12'),
(131807,48099,'action complete via WP Cron','2021-02-04 04:03:12','2021-02-03 23:03:12'),
(131808,48100,'action created','2021-02-04 04:03:12','2021-02-03 23:03:12'),
(131809,48100,'action started via WP Cron','2021-02-04 04:04:12','2021-02-03 23:04:12'),
(131810,48100,'action complete via WP Cron','2021-02-04 04:04:12','2021-02-03 23:04:12'),
(131811,48101,'action created','2021-02-04 04:04:12','2021-02-03 23:04:12'),
(131812,48101,'action started via WP Cron','2021-02-04 04:05:12','2021-02-03 23:05:12'),
(131813,48101,'action complete via WP Cron','2021-02-04 04:05:12','2021-02-03 23:05:12'),
(131814,48102,'action created','2021-02-04 04:05:12','2021-02-03 23:05:12'),
(131815,48102,'action started via WP Cron','2021-02-04 04:06:16','2021-02-03 23:06:16'),
(131816,48102,'action complete via WP Cron','2021-02-04 04:06:16','2021-02-03 23:06:16'),
(131817,48103,'action created','2021-02-04 04:06:16','2021-02-03 23:06:16'),
(131818,48103,'action started via WP Cron','2021-02-04 04:07:16','2021-02-03 23:07:16'),
(131819,48103,'action complete via WP Cron','2021-02-04 04:07:16','2021-02-03 23:07:16'),
(131820,48104,'action created','2021-02-04 04:07:16','2021-02-03 23:07:16'),
(131821,48104,'action started via WP Cron','2021-02-04 04:08:13','2021-02-03 23:08:13'),
(131822,48104,'action complete via WP Cron','2021-02-04 04:08:13','2021-02-03 23:08:13'),
(131823,48105,'action created','2021-02-04 04:08:13','2021-02-03 23:08:13'),
(131824,48105,'action started via WP Cron','2021-02-04 04:09:15','2021-02-03 23:09:15'),
(131825,48105,'action complete via WP Cron','2021-02-04 04:09:15','2021-02-03 23:09:15'),
(131826,48106,'action created','2021-02-04 04:09:15','2021-02-03 23:09:15'),
(131827,48106,'action started via WP Cron','2021-02-04 04:10:15','2021-02-03 23:10:15'),
(131828,48106,'action complete via WP Cron','2021-02-04 04:10:15','2021-02-03 23:10:15'),
(131829,48107,'action created','2021-02-04 04:10:15','2021-02-03 23:10:15'),
(131830,48107,'action started via WP Cron','2021-02-04 04:11:20','2021-02-03 23:11:20'),
(131831,48107,'action complete via WP Cron','2021-02-04 04:11:20','2021-02-03 23:11:20'),
(131832,48108,'action created','2021-02-04 04:11:20','2021-02-03 23:11:20'),
(131833,48108,'action started via WP Cron','2021-02-04 04:12:12','2021-02-03 23:12:12'),
(131834,48108,'action complete via WP Cron','2021-02-04 04:12:12','2021-02-03 23:12:12'),
(131835,48109,'action created','2021-02-04 04:12:12','2021-02-03 23:12:12'),
(131836,48109,'action started via WP Cron','2021-02-04 04:13:11','2021-02-03 23:13:11'),
(131837,48109,'action complete via WP Cron','2021-02-04 04:13:11','2021-02-03 23:13:11'),
(131838,48110,'action created','2021-02-04 04:13:11','2021-02-03 23:13:11'),
(131839,48110,'action started via WP Cron','2021-02-04 04:14:12','2021-02-03 23:14:12'),
(131840,48110,'action complete via WP Cron','2021-02-04 04:14:12','2021-02-03 23:14:12'),
(131841,48111,'action created','2021-02-04 04:14:12','2021-02-03 23:14:12'),
(131842,48111,'action started via WP Cron','2021-02-04 04:15:13','2021-02-03 23:15:13'),
(131843,48111,'action complete via WP Cron','2021-02-04 04:15:13','2021-02-03 23:15:13'),
(131844,48112,'action created','2021-02-04 04:15:13','2021-02-03 23:15:13'),
(131845,48112,'action started via WP Cron','2021-02-04 04:16:11','2021-02-03 23:16:11'),
(131846,48112,'action complete via WP Cron','2021-02-04 04:16:11','2021-02-03 23:16:11'),
(131847,48113,'action created','2021-02-04 04:16:11','2021-02-03 23:16:11'),
(131848,48113,'action started via WP Cron','2021-02-04 04:17:11','2021-02-03 23:17:11'),
(131849,48113,'action complete via WP Cron','2021-02-04 04:17:11','2021-02-03 23:17:11'),
(131850,48114,'action created','2021-02-04 04:17:11','2021-02-03 23:17:11'),
(131851,48114,'action started via WP Cron','2021-02-04 04:18:15','2021-02-03 23:18:15'),
(131852,48114,'action complete via WP Cron','2021-02-04 04:18:15','2021-02-03 23:18:15'),
(131853,48115,'action created','2021-02-04 04:18:15','2021-02-03 23:18:15'),
(131854,48115,'action started via WP Cron','2021-02-04 04:19:14','2021-02-03 23:19:14'),
(131855,48115,'action complete via WP Cron','2021-02-04 04:19:14','2021-02-03 23:19:14'),
(131856,48116,'action created','2021-02-04 04:19:14','2021-02-03 23:19:14'),
(131857,48116,'action started via WP Cron','2021-02-04 04:20:13','2021-02-03 23:20:13'),
(131858,48116,'action complete via WP Cron','2021-02-04 04:20:13','2021-02-03 23:20:13'),
(131859,48117,'action created','2021-02-04 04:20:13','2021-02-03 23:20:13'),
(131860,48117,'action started via WP Cron','2021-02-04 04:21:11','2021-02-03 23:21:11'),
(131861,48117,'action complete via WP Cron','2021-02-04 04:21:11','2021-02-03 23:21:11'),
(131862,48118,'action created','2021-02-04 04:21:11','2021-02-03 23:21:11'),
(131863,48118,'action started via WP Cron','2021-02-04 04:22:14','2021-02-03 23:22:14'),
(131864,48118,'action complete via WP Cron','2021-02-04 04:22:14','2021-02-03 23:22:14'),
(131865,48119,'action created','2021-02-04 04:22:14','2021-02-03 23:22:14'),
(131866,48119,'action started via WP Cron','2021-02-04 04:23:13','2021-02-03 23:23:13'),
(131867,48119,'action complete via WP Cron','2021-02-04 04:23:13','2021-02-03 23:23:13'),
(131868,48120,'action created','2021-02-04 04:23:14','2021-02-03 23:23:14'),
(131869,48120,'action started via WP Cron','2021-02-04 04:24:14','2021-02-03 23:24:14'),
(131870,48120,'action complete via WP Cron','2021-02-04 04:24:14','2021-02-03 23:24:14'),
(131871,48121,'action created','2021-02-04 04:24:14','2021-02-03 23:24:14'),
(131872,48121,'action started via WP Cron','2021-02-04 04:25:14','2021-02-03 23:25:14'),
(131873,48121,'action complete via WP Cron','2021-02-04 04:25:14','2021-02-03 23:25:14'),
(131874,48122,'action created','2021-02-04 04:25:14','2021-02-03 23:25:14'),
(131875,48122,'action started via WP Cron','2021-02-04 04:26:11','2021-02-03 23:26:11'),
(131876,48122,'action complete via WP Cron','2021-02-04 04:26:11','2021-02-03 23:26:11'),
(131877,48123,'action created','2021-02-04 04:26:11','2021-02-03 23:26:11'),
(131878,48123,'action started via WP Cron','2021-02-04 04:27:12','2021-02-03 23:27:12'),
(131879,48123,'action complete via WP Cron','2021-02-04 04:27:12','2021-02-03 23:27:12'),
(131880,48124,'action created','2021-02-04 04:27:12','2021-02-03 23:27:12'),
(131881,48124,'action started via WP Cron','2021-02-04 04:28:12','2021-02-03 23:28:12'),
(131882,48124,'action complete via WP Cron','2021-02-04 04:28:12','2021-02-03 23:28:12'),
(131883,48125,'action created','2021-02-04 04:28:12','2021-02-03 23:28:12'),
(131884,48125,'action started via WP Cron','2021-02-04 04:29:15','2021-02-03 23:29:15'),
(131885,48125,'action complete via WP Cron','2021-02-04 04:29:15','2021-02-03 23:29:15'),
(131886,48126,'action created','2021-02-04 04:29:15','2021-02-03 23:29:15'),
(131887,48126,'action started via WP Cron','2021-02-04 04:30:11','2021-02-03 23:30:11'),
(131888,48126,'action complete via WP Cron','2021-02-04 04:30:11','2021-02-03 23:30:11'),
(131889,48127,'action created','2021-02-04 04:30:11','2021-02-03 23:30:11'),
(131890,48127,'action started via WP Cron','2021-02-04 04:31:13','2021-02-03 23:31:13'),
(131891,48127,'action complete via WP Cron','2021-02-04 04:31:13','2021-02-03 23:31:13'),
(131892,48128,'action created','2021-02-04 04:31:14','2021-02-03 23:31:14'),
(131893,48128,'action started via WP Cron','2021-02-04 04:32:14','2021-02-03 23:32:14'),
(131894,48128,'action complete via WP Cron','2021-02-04 04:32:14','2021-02-03 23:32:14'),
(131895,48129,'action created','2021-02-04 04:32:14','2021-02-03 23:32:14'),
(131896,48129,'action started via WP Cron','2021-02-04 04:33:12','2021-02-03 23:33:12'),
(131897,48129,'action complete via WP Cron','2021-02-04 04:33:12','2021-02-03 23:33:12'),
(131898,48130,'action created','2021-02-04 04:33:12','2021-02-03 23:33:12'),
(131899,48130,'action started via WP Cron','2021-02-04 04:34:14','2021-02-03 23:34:14'),
(131900,48130,'action complete via WP Cron','2021-02-04 04:34:14','2021-02-03 23:34:14'),
(131901,48131,'action created','2021-02-04 04:34:14','2021-02-03 23:34:14'),
(131902,48131,'action started via WP Cron','2021-02-04 04:35:14','2021-02-03 23:35:14'),
(131903,48131,'action complete via WP Cron','2021-02-04 04:35:14','2021-02-03 23:35:14'),
(131904,48132,'action created','2021-02-04 04:35:14','2021-02-03 23:35:14'),
(131905,48132,'action started via WP Cron','2021-02-04 04:36:14','2021-02-03 23:36:14'),
(131906,48132,'action complete via WP Cron','2021-02-04 04:36:14','2021-02-03 23:36:14'),
(131907,48133,'action created','2021-02-04 04:36:14','2021-02-03 23:36:14'),
(131908,48133,'action started via WP Cron','2021-02-04 04:37:14','2021-02-03 23:37:14'),
(131909,48133,'action complete via WP Cron','2021-02-04 04:37:14','2021-02-03 23:37:14'),
(131910,48134,'action created','2021-02-04 04:37:14','2021-02-03 23:37:14'),
(131911,48134,'action started via WP Cron','2021-02-04 04:38:11','2021-02-03 23:38:11'),
(131912,48134,'action complete via WP Cron','2021-02-04 04:38:11','2021-02-03 23:38:11'),
(131913,48135,'action created','2021-02-04 04:38:11','2021-02-03 23:38:11'),
(131914,48135,'action started via WP Cron','2021-02-04 04:39:12','2021-02-03 23:39:12'),
(131915,48135,'action complete via WP Cron','2021-02-04 04:39:12','2021-02-03 23:39:12'),
(131916,48136,'action created','2021-02-04 04:39:12','2021-02-03 23:39:12'),
(131917,48136,'action started via WP Cron','2021-02-04 04:40:12','2021-02-03 23:40:12'),
(131918,48136,'action complete via WP Cron','2021-02-04 04:40:12','2021-02-03 23:40:12'),
(131919,48137,'action created','2021-02-04 04:40:13','2021-02-03 23:40:13'),
(131920,48137,'action started via WP Cron','2021-02-04 04:41:13','2021-02-03 23:41:13'),
(131921,48137,'action complete via WP Cron','2021-02-04 04:41:13','2021-02-03 23:41:13'),
(131922,48138,'action created','2021-02-04 04:41:13','2021-02-03 23:41:13'),
(131923,48138,'action started via WP Cron','2021-02-04 04:42:11','2021-02-03 23:42:11'),
(131924,48138,'action complete via WP Cron','2021-02-04 04:42:11','2021-02-03 23:42:11'),
(131925,48139,'action created','2021-02-04 04:42:11','2021-02-03 23:42:11'),
(131926,48139,'action started via WP Cron','2021-02-04 04:43:13','2021-02-03 23:43:13'),
(131927,48139,'action complete via WP Cron','2021-02-04 04:43:13','2021-02-03 23:43:13'),
(131928,48140,'action created','2021-02-04 04:43:13','2021-02-03 23:43:13'),
(131929,48140,'action started via WP Cron','2021-02-04 04:44:13','2021-02-03 23:44:13'),
(131930,48140,'action complete via WP Cron','2021-02-04 04:44:13','2021-02-03 23:44:13'),
(131931,48141,'action created','2021-02-04 04:44:13','2021-02-03 23:44:13'),
(131932,48141,'action started via WP Cron','2021-02-04 04:45:12','2021-02-03 23:45:12'),
(131933,48141,'action complete via WP Cron','2021-02-04 04:45:12','2021-02-03 23:45:12'),
(131934,48142,'action created','2021-02-04 04:45:12','2021-02-03 23:45:12'),
(131935,48142,'action started via WP Cron','2021-02-04 04:46:13','2021-02-03 23:46:13'),
(131936,48142,'action complete via WP Cron','2021-02-04 04:46:13','2021-02-03 23:46:13'),
(131937,48143,'action created','2021-02-04 04:46:13','2021-02-03 23:46:13'),
(131938,48143,'action started via WP Cron','2021-02-04 04:47:11','2021-02-03 23:47:11'),
(131939,48143,'action complete via WP Cron','2021-02-04 04:47:11','2021-02-03 23:47:11'),
(131940,48144,'action created','2021-02-04 04:47:11','2021-02-03 23:47:11'),
(131941,48144,'action started via WP Cron','2021-02-04 04:48:50','2021-02-03 23:48:50'),
(131942,48144,'action complete via WP Cron','2021-02-04 04:48:50','2021-02-03 23:48:50'),
(131943,48145,'action created','2021-02-04 04:48:50','2021-02-03 23:48:50'),
(131944,48145,'action started via WP Cron','2021-02-04 04:49:36','2021-02-03 23:49:36'),
(131945,48145,'action complete via WP Cron','2021-02-04 04:49:36','2021-02-03 23:49:36'),
(131946,48146,'action created','2021-02-04 04:49:36','2021-02-03 23:49:36'),
(131947,48146,'action started via WP Cron','2021-02-04 04:50:27','2021-02-03 23:50:27'),
(131948,48146,'action complete via WP Cron','2021-02-04 04:50:27','2021-02-03 23:50:27'),
(131949,48147,'action created','2021-02-04 04:50:27','2021-02-03 23:50:27'),
(131950,48147,'action started via WP Cron','2021-02-04 04:51:42','2021-02-03 23:51:42'),
(131951,48147,'action complete via WP Cron','2021-02-04 04:51:42','2021-02-03 23:51:42'),
(131952,48148,'action created','2021-02-04 04:51:42','2021-02-03 23:51:42'),
(131953,48148,'action started via WP Cron','2021-02-04 04:52:53','2021-02-03 23:52:53'),
(131954,48148,'action complete via WP Cron','2021-02-04 04:52:53','2021-02-03 23:52:53'),
(131955,48149,'action created','2021-02-04 04:52:53','2021-02-03 23:52:53'),
(131956,48149,'action started via WP Cron','2021-02-04 04:53:15','2021-02-03 23:53:15'),
(131957,48149,'action complete via WP Cron','2021-02-04 04:53:15','2021-02-03 23:53:15'),
(131958,48150,'action created','2021-02-04 04:53:15','2021-02-03 23:53:15'),
(131959,48150,'action started via WP Cron','2021-02-04 04:54:33','2021-02-03 23:54:33'),
(131960,48150,'action complete via WP Cron','2021-02-04 04:54:33','2021-02-03 23:54:33'),
(131961,48151,'action created','2021-02-04 04:54:33','2021-02-03 23:54:33'),
(131962,48151,'action started via WP Cron','2021-02-04 04:55:59','2021-02-03 23:55:59'),
(131963,48151,'action complete via WP Cron','2021-02-04 04:55:59','2021-02-03 23:55:59'),
(131964,48152,'action created','2021-02-04 04:55:59','2021-02-03 23:55:59'),
(131965,48152,'action started via WP Cron','2021-02-04 04:58:09','2021-02-03 23:58:09'),
(131966,48152,'action complete via WP Cron','2021-02-04 04:58:09','2021-02-03 23:58:09'),
(131967,48153,'action created','2021-02-04 04:58:09','2021-02-03 23:58:09'),
(131968,48153,'action started via WP Cron','2021-02-04 04:58:57','2021-02-03 23:58:57'),
(131969,48153,'action complete via WP Cron','2021-02-04 04:58:57','2021-02-03 23:58:57'),
(131970,48154,'action created','2021-02-04 04:58:57','2021-02-03 23:58:57'),
(131971,48154,'action started via WP Cron','2021-02-04 04:59:34','2021-02-03 23:59:34'),
(131972,48154,'action complete via WP Cron','2021-02-04 04:59:34','2021-02-03 23:59:34'),
(131973,48155,'action created','2021-02-04 04:59:34','2021-02-03 23:59:34'),
(131974,48155,'action started via WP Cron','2021-02-04 05:00:38','2021-02-04 00:00:38'),
(131975,48155,'action complete via WP Cron','2021-02-04 05:00:38','2021-02-04 00:00:38'),
(131976,48156,'action created','2021-02-04 05:00:38','2021-02-04 00:00:38'),
(131977,48156,'action started via WP Cron','2021-02-04 05:01:17','2021-02-04 00:01:17'),
(131978,48156,'action complete via WP Cron','2021-02-04 05:01:17','2021-02-04 00:01:17'),
(131979,48157,'action created','2021-02-04 05:01:17','2021-02-04 00:01:17'),
(131980,48157,'action started via WP Cron','2021-02-04 05:03:48','2021-02-04 00:03:48'),
(131981,48157,'action complete via WP Cron','2021-02-04 05:03:48','2021-02-04 00:03:48'),
(131982,48158,'action created','2021-02-04 05:03:48','2021-02-04 00:03:48'),
(131983,48158,'action started via WP Cron','2021-02-04 05:07:44','2021-02-04 00:07:44'),
(131984,48158,'action complete via WP Cron','2021-02-04 05:07:44','2021-02-04 00:07:44'),
(131985,48159,'action created','2021-02-04 05:07:44','2021-02-04 00:07:44'),
(131986,48159,'action started via WP Cron','2021-02-04 05:09:12','2021-02-04 00:09:12'),
(131987,48159,'action complete via WP Cron','2021-02-04 05:09:12','2021-02-04 00:09:12'),
(131988,48160,'action created','2021-02-04 05:09:12','2021-02-04 00:09:12'),
(131989,48160,'action started via WP Cron','2021-02-04 05:10:43','2021-02-04 00:10:43'),
(131990,48160,'action complete via WP Cron','2021-02-04 05:10:43','2021-02-04 00:10:43'),
(131991,48161,'action created','2021-02-04 05:10:43','2021-02-04 00:10:43'),
(131992,48161,'action started via WP Cron','2021-02-04 05:11:21','2021-02-04 00:11:21'),
(131993,48161,'action complete via WP Cron','2021-02-04 05:11:21','2021-02-04 00:11:21'),
(131994,48162,'action created','2021-02-04 05:11:21','2021-02-04 00:11:21'),
(131995,48162,'action started via WP Cron','2021-02-04 05:12:46','2021-02-04 00:12:46'),
(131996,48162,'action complete via WP Cron','2021-02-04 05:12:46','2021-02-04 00:12:46'),
(131997,48163,'action created','2021-02-04 05:12:46','2021-02-04 00:12:46'),
(131998,48163,'action started via WP Cron','2021-02-04 05:14:00','2021-02-04 00:14:00'),
(131999,48163,'action complete via WP Cron','2021-02-04 05:14:00','2021-02-04 00:14:00'),
(132000,48164,'action created','2021-02-04 05:14:00','2021-02-04 00:14:00'),
(132001,48164,'action started via WP Cron','2021-02-04 05:14:16','2021-02-04 00:14:16'),
(132002,48164,'action complete via WP Cron','2021-02-04 05:14:16','2021-02-04 00:14:16'),
(132003,48165,'action created','2021-02-04 05:14:16','2021-02-04 00:14:16'),
(132004,48165,'action started via WP Cron','2021-02-04 05:15:17','2021-02-04 00:15:17'),
(132005,48165,'action complete via WP Cron','2021-02-04 05:15:17','2021-02-04 00:15:17'),
(132006,48166,'action created','2021-02-04 05:15:17','2021-02-04 00:15:17'),
(132007,48166,'action started via WP Cron','2021-02-04 05:16:41','2021-02-04 00:16:41'),
(132008,48166,'action complete via WP Cron','2021-02-04 05:16:41','2021-02-04 00:16:41'),
(132009,48167,'action created','2021-02-04 05:16:41','2021-02-04 00:16:41'),
(132010,48167,'action started via WP Cron','2021-02-04 05:17:32','2021-02-04 00:17:32'),
(132011,48167,'action complete via WP Cron','2021-02-04 05:17:32','2021-02-04 00:17:32'),
(132012,48168,'action created','2021-02-04 05:17:32','2021-02-04 00:17:32'),
(132013,48168,'action started via WP Cron','2021-02-04 05:18:33','2021-02-04 00:18:33'),
(132014,48168,'action complete via WP Cron','2021-02-04 05:18:33','2021-02-04 00:18:33'),
(132015,48169,'action created','2021-02-04 05:18:33','2021-02-04 00:18:33'),
(132016,48169,'action started via WP Cron','2021-02-04 05:19:25','2021-02-04 00:19:25'),
(132017,48169,'action complete via WP Cron','2021-02-04 05:19:25','2021-02-04 00:19:25'),
(132018,48170,'action created','2021-02-04 05:19:25','2021-02-04 00:19:25'),
(132019,48170,'action started via WP Cron','2021-02-04 05:21:14','2021-02-04 00:21:14'),
(132020,48170,'action complete via WP Cron','2021-02-04 05:21:14','2021-02-04 00:21:14'),
(132021,48171,'action created','2021-02-04 05:21:15','2021-02-04 00:21:15'),
(132022,48171,'action started via WP Cron','2021-02-04 05:23:36','2021-02-04 00:23:36'),
(132023,48171,'action complete via WP Cron','2021-02-04 05:23:36','2021-02-04 00:23:36'),
(132024,48172,'action created','2021-02-04 05:23:36','2021-02-04 00:23:36'),
(132025,48172,'action started via WP Cron','2021-02-04 05:25:04','2021-02-04 00:25:04'),
(132026,48172,'action complete via WP Cron','2021-02-04 05:25:04','2021-02-04 00:25:04'),
(132027,48173,'action created','2021-02-04 05:25:04','2021-02-04 00:25:04'),
(132028,48173,'action started via WP Cron','2021-02-04 05:29:14','2021-02-04 00:29:14'),
(132029,48173,'action complete via WP Cron','2021-02-04 05:29:14','2021-02-04 00:29:14'),
(132030,48174,'action created','2021-02-04 05:29:14','2021-02-04 00:29:14'),
(132031,48174,'action started via WP Cron','2021-02-04 05:31:00','2021-02-04 00:31:00'),
(132032,48174,'action complete via WP Cron','2021-02-04 05:31:00','2021-02-04 00:31:00'),
(132033,48175,'action created','2021-02-04 05:31:00','2021-02-04 00:31:00'),
(132034,48175,'action started via WP Cron','2021-02-04 05:31:12','2021-02-04 00:31:12'),
(132035,48175,'action complete via WP Cron','2021-02-04 05:31:12','2021-02-04 00:31:12'),
(132036,48176,'action created','2021-02-04 05:31:12','2021-02-04 00:31:12'),
(132037,48176,'action started via WP Cron','2021-02-04 05:32:18','2021-02-04 00:32:18'),
(132038,48176,'action complete via WP Cron','2021-02-04 05:32:18','2021-02-04 00:32:18'),
(132039,48177,'action created','2021-02-04 05:32:18','2021-02-04 00:32:18'),
(132040,48177,'action started via WP Cron','2021-02-04 05:33:25','2021-02-04 00:33:25'),
(132041,48177,'action complete via WP Cron','2021-02-04 05:33:25','2021-02-04 00:33:25'),
(132042,48178,'action created','2021-02-04 05:33:25','2021-02-04 00:33:25'),
(132043,48178,'action started via WP Cron','2021-02-04 05:34:13','2021-02-04 00:34:13'),
(132044,48178,'action complete via WP Cron','2021-02-04 05:34:13','2021-02-04 00:34:13'),
(132045,48179,'action created','2021-02-04 05:34:13','2021-02-04 00:34:13'),
(132046,48179,'action started via WP Cron','2021-02-04 05:35:12','2021-02-04 00:35:12'),
(132047,48179,'action complete via WP Cron','2021-02-04 05:35:12','2021-02-04 00:35:12'),
(132048,48180,'action created','2021-02-04 05:35:12','2021-02-04 00:35:12'),
(132049,48180,'action started via WP Cron','2021-02-04 05:36:39','2021-02-04 00:36:39'),
(132050,48180,'action complete via WP Cron','2021-02-04 05:36:39','2021-02-04 00:36:39'),
(132051,48181,'action created','2021-02-04 05:36:39','2021-02-04 00:36:39'),
(132052,48181,'action started via WP Cron','2021-02-04 05:40:08','2021-02-04 00:40:08'),
(132053,48181,'action complete via WP Cron','2021-02-04 05:40:08','2021-02-04 00:40:08'),
(132054,48182,'action created','2021-02-04 05:40:08','2021-02-04 00:40:08'),
(132055,48182,'action started via WP Cron','2021-02-04 05:41:40','2021-02-04 00:41:40'),
(132056,48182,'action complete via WP Cron','2021-02-04 05:41:40','2021-02-04 00:41:40'),
(132057,48183,'action created','2021-02-04 05:41:40','2021-02-04 00:41:40'),
(132058,48183,'action started via WP Cron','2021-02-04 05:43:18','2021-02-04 00:43:18'),
(132059,48183,'action complete via WP Cron','2021-02-04 05:43:18','2021-02-04 00:43:18'),
(132060,48184,'action created','2021-02-04 05:43:18','2021-02-04 00:43:18'),
(132061,48184,'action started via WP Cron','2021-02-04 05:44:50','2021-02-04 00:44:50'),
(132062,48184,'action complete via WP Cron','2021-02-04 05:44:50','2021-02-04 00:44:50'),
(132063,48185,'action created','2021-02-04 05:44:50','2021-02-04 00:44:50'),
(132064,48185,'action started via WP Cron','2021-02-04 05:48:57','2021-02-04 00:48:57'),
(132065,48185,'action complete via WP Cron','2021-02-04 05:48:57','2021-02-04 00:48:57'),
(132066,48186,'action created','2021-02-04 05:48:57','2021-02-04 00:48:57'),
(132067,48186,'action started via WP Cron','2021-02-04 05:49:18','2021-02-04 00:49:18'),
(132068,48186,'action complete via WP Cron','2021-02-04 05:49:18','2021-02-04 00:49:18'),
(132069,48187,'action created','2021-02-04 05:49:18','2021-02-04 00:49:18'),
(132070,48187,'action started via WP Cron','2021-02-04 05:50:48','2021-02-04 00:50:48'),
(132071,48187,'action complete via WP Cron','2021-02-04 05:50:48','2021-02-04 00:50:48'),
(132072,48188,'action created','2021-02-04 05:50:48','2021-02-04 00:50:48'),
(132073,48188,'action started via WP Cron','2021-02-04 05:51:22','2021-02-04 00:51:22'),
(132074,48188,'action complete via WP Cron','2021-02-04 05:51:22','2021-02-04 00:51:22'),
(132075,48189,'action created','2021-02-04 05:51:22','2021-02-04 00:51:22'),
(132076,48189,'action started via WP Cron','2021-02-04 05:53:52','2021-02-04 00:53:52'),
(132077,48189,'action complete via WP Cron','2021-02-04 05:53:52','2021-02-04 00:53:52'),
(132078,48190,'action created','2021-02-04 05:53:52','2021-02-04 00:53:52'),
(132079,48190,'action started via WP Cron','2021-02-04 05:56:22','2021-02-04 00:56:22'),
(132080,48190,'action complete via WP Cron','2021-02-04 05:56:22','2021-02-04 00:56:22'),
(132081,48191,'action created','2021-02-04 05:56:22','2021-02-04 00:56:22'),
(132082,48191,'action started via WP Cron','2021-02-04 05:57:52','2021-02-04 00:57:52'),
(132083,48191,'action complete via WP Cron','2021-02-04 05:57:52','2021-02-04 00:57:52'),
(132084,48192,'action created','2021-02-04 05:57:52','2021-02-04 00:57:52'),
(132085,48192,'action started via WP Cron','2021-02-04 05:58:39','2021-02-04 00:58:39'),
(132086,48192,'action complete via WP Cron','2021-02-04 05:58:39','2021-02-04 00:58:39'),
(132087,48193,'action created','2021-02-04 05:58:40','2021-02-04 00:58:40'),
(132088,48193,'action started via WP Cron','2021-02-04 06:00:10','2021-02-04 01:00:10'),
(132089,48193,'action complete via WP Cron','2021-02-04 06:00:10','2021-02-04 01:00:10'),
(132090,48194,'action created','2021-02-04 06:00:10','2021-02-04 01:00:10'),
(132091,48194,'action started via WP Cron','2021-02-04 06:01:04','2021-02-04 01:01:04'),
(132092,48194,'action complete via WP Cron','2021-02-04 06:01:04','2021-02-04 01:01:04'),
(132093,48195,'action created','2021-02-04 06:01:04','2021-02-04 01:01:04'),
(132094,48195,'action started via WP Cron','2021-02-04 06:02:28','2021-02-04 01:02:28'),
(132095,48195,'action complete via WP Cron','2021-02-04 06:02:28','2021-02-04 01:02:28'),
(132096,48196,'action created','2021-02-04 06:02:28','2021-02-04 01:02:28'),
(132097,48196,'action started via WP Cron','2021-02-04 06:03:16','2021-02-04 01:03:16'),
(132098,48196,'action complete via WP Cron','2021-02-04 06:03:16','2021-02-04 01:03:16'),
(132099,48197,'action created','2021-02-04 06:03:16','2021-02-04 01:03:16'),
(132100,48197,'action started via WP Cron','2021-02-04 06:05:06','2021-02-04 01:05:06'),
(132101,48197,'action complete via WP Cron','2021-02-04 06:05:06','2021-02-04 01:05:06'),
(132102,48198,'action created','2021-02-04 06:05:06','2021-02-04 01:05:06'),
(132103,48198,'action started via WP Cron','2021-02-04 06:05:52','2021-02-04 01:05:52'),
(132104,48198,'action complete via WP Cron','2021-02-04 06:05:52','2021-02-04 01:05:52'),
(132105,48199,'action created','2021-02-04 06:05:52','2021-02-04 01:05:52'),
(132106,48199,'action started via WP Cron','2021-02-04 06:06:23','2021-02-04 01:06:23'),
(132107,48199,'action complete via WP Cron','2021-02-04 06:06:23','2021-02-04 01:06:23'),
(132108,48200,'action created','2021-02-04 06:06:23','2021-02-04 01:06:23'),
(132109,48200,'action started via WP Cron','2021-02-04 06:07:43','2021-02-04 01:07:43'),
(132110,48200,'action complete via WP Cron','2021-02-04 06:07:43','2021-02-04 01:07:43'),
(132111,48201,'action created','2021-02-04 06:07:43','2021-02-04 01:07:43'),
(132112,48201,'action started via WP Cron','2021-02-04 06:11:36','2021-02-04 01:11:36'),
(132113,48201,'action complete via WP Cron','2021-02-04 06:11:36','2021-02-04 01:11:36'),
(132114,48202,'action created','2021-02-04 06:11:36','2021-02-04 01:11:36'),
(132115,48202,'action started via WP Cron','2021-02-04 06:15:05','2021-02-04 01:15:05'),
(132116,48202,'action complete via WP Cron','2021-02-04 06:15:05','2021-02-04 01:15:05'),
(132117,48203,'action created','2021-02-04 06:15:05','2021-02-04 01:15:05'),
(132118,48203,'action started via WP Cron','2021-02-04 06:18:35','2021-02-04 01:18:35'),
(132119,48203,'action complete via WP Cron','2021-02-04 06:18:35','2021-02-04 01:18:35'),
(132120,48204,'action created','2021-02-04 06:18:35','2021-02-04 01:18:35'),
(132121,48204,'action started via WP Cron','2021-02-04 06:20:16','2021-02-04 01:20:16'),
(132122,48204,'action complete via WP Cron','2021-02-04 06:20:16','2021-02-04 01:20:16'),
(132123,48205,'action created','2021-02-04 06:20:16','2021-02-04 01:20:16'),
(132124,48205,'action started via WP Cron','2021-02-04 06:21:52','2021-02-04 01:21:52'),
(132125,48205,'action complete via WP Cron','2021-02-04 06:21:52','2021-02-04 01:21:52'),
(132126,48206,'action created','2021-02-04 06:21:52','2021-02-04 01:21:52'),
(132127,48206,'action started via WP Cron','2021-02-04 06:22:17','2021-02-04 01:22:17'),
(132128,48206,'action complete via WP Cron','2021-02-04 06:22:18','2021-02-04 01:22:18'),
(132129,48207,'action created','2021-02-04 06:22:18','2021-02-04 01:22:18'),
(132130,48207,'action started via WP Cron','2021-02-04 06:24:04','2021-02-04 01:24:04'),
(132131,48207,'action complete via WP Cron','2021-02-04 06:24:04','2021-02-04 01:24:04'),
(132132,48208,'action created','2021-02-04 06:24:04','2021-02-04 01:24:04'),
(132133,48208,'action started via WP Cron','2021-02-04 06:24:34','2021-02-04 01:24:34'),
(132134,48208,'action complete via WP Cron','2021-02-04 06:24:34','2021-02-04 01:24:34'),
(132135,48209,'action created','2021-02-04 06:24:34','2021-02-04 01:24:34'),
(132136,48209,'action started via WP Cron','2021-02-04 06:26:57','2021-02-04 01:26:57'),
(132137,48209,'action complete via WP Cron','2021-02-04 06:26:57','2021-02-04 01:26:57'),
(132138,48210,'action created','2021-02-04 06:26:57','2021-02-04 01:26:57'),
(132139,48210,'action started via WP Cron','2021-02-04 06:27:28','2021-02-04 01:27:28'),
(132140,48210,'action complete via WP Cron','2021-02-04 06:27:28','2021-02-04 01:27:28'),
(132141,48211,'action created','2021-02-04 06:27:28','2021-02-04 01:27:28'),
(132142,48211,'action started via WP Cron','2021-02-04 06:28:38','2021-02-04 01:28:38'),
(132143,48211,'action complete via WP Cron','2021-02-04 06:28:38','2021-02-04 01:28:38'),
(132144,48212,'action created','2021-02-04 06:28:38','2021-02-04 01:28:38'),
(132145,48212,'action started via WP Cron','2021-02-04 06:29:33','2021-02-04 01:29:33'),
(132146,48212,'action complete via WP Cron','2021-02-04 06:29:33','2021-02-04 01:29:33'),
(132147,48213,'action created','2021-02-04 06:29:33','2021-02-04 01:29:33'),
(132148,48213,'action started via WP Cron','2021-02-04 06:31:20','2021-02-04 01:31:20'),
(132149,48213,'action complete via WP Cron','2021-02-04 06:31:20','2021-02-04 01:31:20'),
(132150,48214,'action created','2021-02-04 06:31:20','2021-02-04 01:31:20'),
(132151,48214,'action started via WP Cron','2021-02-04 06:32:23','2021-02-04 01:32:23'),
(132152,48214,'action complete via WP Cron','2021-02-04 06:32:23','2021-02-04 01:32:23'),
(132153,48215,'action created','2021-02-04 06:32:23','2021-02-04 01:32:23'),
(132154,48215,'action started via WP Cron','2021-02-04 06:35:46','2021-02-04 01:35:46'),
(132155,48215,'action complete via WP Cron','2021-02-04 06:35:46','2021-02-04 01:35:46'),
(132156,48216,'action created','2021-02-04 06:35:46','2021-02-04 01:35:46'),
(132157,48216,'action started via WP Cron','2021-02-04 06:36:57','2021-02-04 01:36:57'),
(132158,48216,'action complete via WP Cron','2021-02-04 06:36:57','2021-02-04 01:36:57'),
(132159,48217,'action created','2021-02-04 06:36:57','2021-02-04 01:36:57'),
(132160,48217,'action started via WP Cron','2021-02-04 06:39:20','2021-02-04 01:39:20'),
(132161,48217,'action complete via WP Cron','2021-02-04 06:39:20','2021-02-04 01:39:20'),
(132162,48218,'action created','2021-02-04 06:39:20','2021-02-04 01:39:20'),
(132163,48218,'action started via WP Cron','2021-02-04 06:40:16','2021-02-04 01:40:16'),
(132164,48218,'action complete via WP Cron','2021-02-04 06:40:16','2021-02-04 01:40:16'),
(132165,48219,'action created','2021-02-04 06:40:16','2021-02-04 01:40:16'),
(132166,48219,'action started via WP Cron','2021-02-04 06:41:29','2021-02-04 01:41:29'),
(132167,48219,'action complete via WP Cron','2021-02-04 06:41:29','2021-02-04 01:41:29'),
(132168,48220,'action created','2021-02-04 06:41:29','2021-02-04 01:41:29'),
(132169,48220,'action started via WP Cron','2021-02-04 06:42:14','2021-02-04 01:42:14'),
(132170,48220,'action complete via WP Cron','2021-02-04 06:42:14','2021-02-04 01:42:14'),
(132171,48221,'action created','2021-02-04 06:42:14','2021-02-04 01:42:14'),
(132172,48221,'action started via WP Cron','2021-02-04 06:44:03','2021-02-04 01:44:03'),
(132173,48221,'action complete via WP Cron','2021-02-04 06:44:03','2021-02-04 01:44:03'),
(132174,48222,'action created','2021-02-04 06:44:03','2021-02-04 01:44:03'),
(132175,48222,'action started via WP Cron','2021-02-04 06:44:55','2021-02-04 01:44:55'),
(132176,48222,'action complete via WP Cron','2021-02-04 06:44:55','2021-02-04 01:44:55'),
(132177,48223,'action created','2021-02-04 06:44:55','2021-02-04 01:44:55'),
(132178,48223,'action started via WP Cron','2021-02-04 06:45:53','2021-02-04 01:45:53'),
(132179,48223,'action complete via WP Cron','2021-02-04 06:45:53','2021-02-04 01:45:53'),
(132180,48224,'action created','2021-02-04 06:45:53','2021-02-04 01:45:53'),
(132181,48224,'action started via WP Cron','2021-02-04 06:46:13','2021-02-04 01:46:13'),
(132182,48224,'action complete via WP Cron','2021-02-04 06:46:13','2021-02-04 01:46:13'),
(132183,48225,'action created','2021-02-04 06:46:13','2021-02-04 01:46:13'),
(132184,48225,'action started via WP Cron','2021-02-04 06:47:29','2021-02-04 01:47:29'),
(132185,48225,'action complete via WP Cron','2021-02-04 06:47:29','2021-02-04 01:47:29'),
(132186,48226,'action created','2021-02-04 06:47:29','2021-02-04 01:47:29'),
(132187,48226,'action started via WP Cron','2021-02-04 06:48:50','2021-02-04 01:48:50'),
(132188,48226,'action complete via WP Cron','2021-02-04 06:48:50','2021-02-04 01:48:50'),
(132189,48227,'action created','2021-02-04 06:48:50','2021-02-04 01:48:50'),
(132190,48227,'action started via WP Cron','2021-02-04 06:49:24','2021-02-04 01:49:24'),
(132191,48227,'action complete via WP Cron','2021-02-04 06:49:24','2021-02-04 01:49:24'),
(132192,48228,'action created','2021-02-04 06:49:24','2021-02-04 01:49:24'),
(132193,48228,'action started via WP Cron','2021-02-04 06:50:14','2021-02-04 01:50:14'),
(132194,48228,'action complete via WP Cron','2021-02-04 06:50:14','2021-02-04 01:50:14'),
(132195,48229,'action created','2021-02-04 06:50:14','2021-02-04 01:50:14'),
(132196,48229,'action started via WP Cron','2021-02-04 06:51:56','2021-02-04 01:51:56'),
(132197,48229,'action complete via WP Cron','2021-02-04 06:51:56','2021-02-04 01:51:56'),
(132198,48230,'action created','2021-02-04 06:51:56','2021-02-04 01:51:56'),
(132199,48230,'action started via WP Cron','2021-02-04 06:53:36','2021-02-04 01:53:36'),
(132200,48230,'action complete via WP Cron','2021-02-04 06:53:36','2021-02-04 01:53:36'),
(132201,48231,'action created','2021-02-04 06:53:36','2021-02-04 01:53:36'),
(132202,48231,'action started via WP Cron','2021-02-04 06:55:03','2021-02-04 01:55:03'),
(132203,48231,'action complete via WP Cron','2021-02-04 06:55:03','2021-02-04 01:55:03'),
(132204,48232,'action created','2021-02-04 06:55:03','2021-02-04 01:55:03'),
(132205,48232,'action started via WP Cron','2021-02-04 06:55:15','2021-02-04 01:55:15'),
(132206,48232,'action complete via WP Cron','2021-02-04 06:55:15','2021-02-04 01:55:15'),
(132207,48233,'action created','2021-02-04 06:55:15','2021-02-04 01:55:15'),
(132208,48233,'action started via WP Cron','2021-02-04 06:58:32','2021-02-04 01:58:32'),
(132209,48233,'action complete via WP Cron','2021-02-04 06:58:32','2021-02-04 01:58:32'),
(132210,48234,'action created','2021-02-04 06:58:32','2021-02-04 01:58:32'),
(132211,48234,'action started via WP Cron','2021-02-04 06:59:51','2021-02-04 01:59:51'),
(132212,48234,'action complete via WP Cron','2021-02-04 06:59:51','2021-02-04 01:59:51'),
(132213,48235,'action created','2021-02-04 06:59:51','2021-02-04 01:59:51'),
(132214,48235,'action started via WP Cron','2021-02-04 07:00:27','2021-02-04 02:00:27'),
(132215,48235,'action complete via WP Cron','2021-02-04 07:00:27','2021-02-04 02:00:27'),
(132216,48236,'action created','2021-02-04 07:00:27','2021-02-04 02:00:27'),
(132217,48236,'action started via WP Cron','2021-02-04 07:01:51','2021-02-04 02:01:51'),
(132218,48236,'action complete via WP Cron','2021-02-04 07:01:51','2021-02-04 02:01:51'),
(132219,48237,'action created','2021-02-04 07:01:51','2021-02-04 02:01:51'),
(132220,48237,'action started via WP Cron','2021-02-04 07:03:13','2021-02-04 02:03:13'),
(132221,48237,'action complete via WP Cron','2021-02-04 07:03:14','2021-02-04 02:03:14'),
(132222,48238,'action created','2021-02-04 07:03:14','2021-02-04 02:03:14'),
(132223,48238,'action started via WP Cron','2021-02-04 07:07:01','2021-02-04 02:07:01'),
(132224,48238,'action complete via WP Cron','2021-02-04 07:07:01','2021-02-04 02:07:01'),
(132225,48239,'action created','2021-02-04 07:07:01','2021-02-04 02:07:01'),
(132226,48239,'action started via WP Cron','2021-02-04 07:07:14','2021-02-04 02:07:14'),
(132227,48239,'action complete via WP Cron','2021-02-04 07:07:14','2021-02-04 02:07:14'),
(132228,48240,'action created','2021-02-04 07:07:14','2021-02-04 02:07:14'),
(132229,48240,'action started via WP Cron','2021-02-04 07:08:41','2021-02-04 02:08:41'),
(132230,48240,'action complete via WP Cron','2021-02-04 07:08:41','2021-02-04 02:08:41'),
(132231,48241,'action created','2021-02-04 07:08:41','2021-02-04 02:08:41'),
(132232,48241,'action started via WP Cron','2021-02-04 07:09:33','2021-02-04 02:09:33'),
(132233,48241,'action complete via WP Cron','2021-02-04 07:09:33','2021-02-04 02:09:33'),
(132234,48242,'action created','2021-02-04 07:09:33','2021-02-04 02:09:33'),
(132235,48242,'action started via WP Cron','2021-02-04 07:11:18','2021-02-04 02:11:18'),
(132236,48242,'action complete via WP Cron','2021-02-04 07:11:18','2021-02-04 02:11:18'),
(132237,48243,'action created','2021-02-04 07:11:18','2021-02-04 02:11:18'),
(132238,48243,'action started via WP Cron','2021-02-04 07:13:07','2021-02-04 02:13:07'),
(132239,48243,'action complete via WP Cron','2021-02-04 07:13:07','2021-02-04 02:13:07'),
(132240,48244,'action created','2021-02-04 07:13:07','2021-02-04 02:13:07'),
(132241,48244,'action started via WP Cron','2021-02-04 07:13:27','2021-02-04 02:13:27'),
(132242,48244,'action complete via WP Cron','2021-02-04 07:13:27','2021-02-04 02:13:27'),
(132243,48245,'action created','2021-02-04 07:13:27','2021-02-04 02:13:27'),
(132244,48245,'action started via WP Cron','2021-02-04 07:14:12','2021-02-04 02:14:12'),
(132245,48245,'action complete via WP Cron','2021-02-04 07:14:12','2021-02-04 02:14:12'),
(132246,48246,'action created','2021-02-04 07:14:12','2021-02-04 02:14:12'),
(132247,48246,'action started via WP Cron','2021-02-04 07:16:10','2021-02-04 02:16:10'),
(132248,48246,'action complete via WP Cron','2021-02-04 07:16:10','2021-02-04 02:16:10'),
(132249,48247,'action created','2021-02-04 07:16:10','2021-02-04 02:16:10'),
(132250,48247,'action started via WP Cron','2021-02-04 07:18:00','2021-02-04 02:18:00'),
(132251,48247,'action complete via WP Cron','2021-02-04 07:18:00','2021-02-04 02:18:00'),
(132252,48248,'action created','2021-02-04 07:18:00','2021-02-04 02:18:00'),
(132253,48248,'action started via WP Cron','2021-02-04 07:20:23','2021-02-04 02:20:23'),
(132254,48248,'action complete via WP Cron','2021-02-04 07:20:23','2021-02-04 02:20:23'),
(132255,48249,'action created','2021-02-04 07:20:23','2021-02-04 02:20:23'),
(132256,48249,'action started via WP Cron','2021-02-04 07:21:35','2021-02-04 02:21:35'),
(132257,48249,'action complete via WP Cron','2021-02-04 07:21:35','2021-02-04 02:21:35'),
(132258,48250,'action created','2021-02-04 07:21:35','2021-02-04 02:21:35'),
(132259,48250,'action started via WP Cron','2021-02-04 07:22:12','2021-02-04 02:22:12'),
(132260,48250,'action complete via WP Cron','2021-02-04 07:22:12','2021-02-04 02:22:12'),
(132261,48251,'action created','2021-02-04 07:22:12','2021-02-04 02:22:12'),
(132262,48251,'action started via WP Cron','2021-02-04 07:24:25','2021-02-04 02:24:25'),
(132263,48251,'action complete via WP Cron','2021-02-04 07:24:25','2021-02-04 02:24:25'),
(132264,48252,'action created','2021-02-04 07:24:25','2021-02-04 02:24:25'),
(132265,48252,'action started via WP Cron','2021-02-04 07:25:22','2021-02-04 02:25:22'),
(132266,48252,'action complete via WP Cron','2021-02-04 07:25:22','2021-02-04 02:25:22'),
(132267,48253,'action created','2021-02-04 07:25:22','2021-02-04 02:25:22'),
(132268,48253,'action started via WP Cron','2021-02-04 07:26:14','2021-02-04 02:26:14'),
(132269,48253,'action complete via WP Cron','2021-02-04 07:26:14','2021-02-04 02:26:14'),
(132270,48254,'action created','2021-02-04 07:26:14','2021-02-04 02:26:14'),
(132271,48254,'action started via WP Cron','2021-02-04 07:27:19','2021-02-04 02:27:19'),
(132272,48254,'action complete via WP Cron','2021-02-04 07:27:19','2021-02-04 02:27:19'),
(132273,48255,'action created','2021-02-04 07:27:19','2021-02-04 02:27:19'),
(132274,48255,'action started via WP Cron','2021-02-04 07:29:18','2021-02-04 02:29:18'),
(132275,48255,'action complete via WP Cron','2021-02-04 07:29:18','2021-02-04 02:29:18'),
(132276,48256,'action created','2021-02-04 07:29:18','2021-02-04 02:29:18'),
(132277,48256,'action started via WP Cron','2021-02-04 07:31:13','2021-02-04 02:31:13'),
(132278,48256,'action complete via WP Cron','2021-02-04 07:31:13','2021-02-04 02:31:13'),
(132279,48257,'action created','2021-02-04 07:31:13','2021-02-04 02:31:13'),
(132280,48257,'action started via WP Cron','2021-02-04 07:34:20','2021-02-04 02:34:20'),
(132281,48257,'action complete via WP Cron','2021-02-04 07:34:20','2021-02-04 02:34:20'),
(132282,48258,'action created','2021-02-04 07:34:20','2021-02-04 02:34:20'),
(132283,48258,'action started via WP Cron','2021-02-04 07:36:39','2021-02-04 02:36:39'),
(132284,48258,'action complete via WP Cron','2021-02-04 07:36:39','2021-02-04 02:36:39'),
(132285,48259,'action created','2021-02-04 07:36:39','2021-02-04 02:36:39'),
(132286,48259,'action started via WP Cron','2021-02-04 07:38:23','2021-02-04 02:38:23'),
(132287,48259,'action complete via WP Cron','2021-02-04 07:38:23','2021-02-04 02:38:23'),
(132288,48260,'action created','2021-02-04 07:38:23','2021-02-04 02:38:23'),
(132289,48260,'action started via WP Cron','2021-02-04 07:40:16','2021-02-04 02:40:16'),
(132290,48260,'action complete via WP Cron','2021-02-04 07:40:16','2021-02-04 02:40:16'),
(132291,48261,'action created','2021-02-04 07:40:16','2021-02-04 02:40:16'),
(132292,48261,'action started via WP Cron','2021-02-04 07:41:31','2021-02-04 02:41:31'),
(132293,48261,'action complete via WP Cron','2021-02-04 07:41:31','2021-02-04 02:41:31'),
(132294,48262,'action created','2021-02-04 07:41:31','2021-02-04 02:41:31'),
(132295,48262,'action started via WP Cron','2021-02-04 07:42:24','2021-02-04 02:42:24'),
(132296,48262,'action complete via WP Cron','2021-02-04 07:42:24','2021-02-04 02:42:24'),
(132297,48263,'action created','2021-02-04 07:42:24','2021-02-04 02:42:24'),
(132298,48263,'action started via WP Cron','2021-02-04 07:44:09','2021-02-04 02:44:09'),
(132299,48263,'action complete via WP Cron','2021-02-04 07:44:09','2021-02-04 02:44:09'),
(132300,48264,'action created','2021-02-04 07:44:10','2021-02-04 02:44:10'),
(132301,48264,'action started via WP Cron','2021-02-04 07:48:48','2021-02-04 02:48:48'),
(132302,48264,'action complete via WP Cron','2021-02-04 07:48:48','2021-02-04 02:48:48'),
(132303,48265,'action created','2021-02-04 07:48:48','2021-02-04 02:48:48'),
(132304,48265,'action started via WP Cron','2021-02-04 07:49:47','2021-02-04 02:49:47'),
(132305,48265,'action complete via WP Cron','2021-02-04 07:49:47','2021-02-04 02:49:47'),
(132306,48266,'action created','2021-02-04 07:49:47','2021-02-04 02:49:47'),
(132307,48266,'action started via WP Cron','2021-02-04 07:52:18','2021-02-04 02:52:18'),
(132308,48266,'action complete via WP Cron','2021-02-04 07:52:18','2021-02-04 02:52:18'),
(132309,48267,'action created','2021-02-04 07:52:18','2021-02-04 02:52:18'),
(132310,48267,'action started via WP Cron','2021-02-04 07:54:02','2021-02-04 02:54:02'),
(132311,48267,'action complete via WP Cron','2021-02-04 07:54:02','2021-02-04 02:54:02'),
(132312,48268,'action created','2021-02-04 07:54:02','2021-02-04 02:54:02'),
(132313,48268,'action started via WP Cron','2021-02-04 07:55:28','2021-02-04 02:55:28'),
(132314,48268,'action complete via WP Cron','2021-02-04 07:55:28','2021-02-04 02:55:28'),
(132315,48269,'action created','2021-02-04 07:55:28','2021-02-04 02:55:28'),
(132316,48269,'action started via WP Cron','2021-02-04 07:58:32','2021-02-04 02:58:32'),
(132317,48269,'action complete via WP Cron','2021-02-04 07:58:32','2021-02-04 02:58:32'),
(132318,48270,'action created','2021-02-04 07:58:32','2021-02-04 02:58:32'),
(132319,48270,'action started via WP Cron','2021-02-04 07:59:15','2021-02-04 02:59:15'),
(132320,48270,'action complete via WP Cron','2021-02-04 07:59:15','2021-02-04 02:59:15'),
(132321,48271,'action created','2021-02-04 07:59:15','2021-02-04 02:59:15'),
(132322,48271,'action started via WP Cron','2021-02-04 08:00:22','2021-02-04 03:00:22'),
(132323,48271,'action complete via WP Cron','2021-02-04 08:00:22','2021-02-04 03:00:22'),
(132324,48272,'action created','2021-02-04 08:00:22','2021-02-04 03:00:22'),
(132325,48272,'action started via WP Cron','2021-02-04 08:01:27','2021-02-04 03:01:27'),
(132326,48272,'action complete via WP Cron','2021-02-04 08:01:28','2021-02-04 03:01:28'),
(132327,48273,'action created','2021-02-04 08:01:28','2021-02-04 03:01:28'),
(132328,48273,'action started via WP Cron','2021-02-04 08:02:46','2021-02-04 03:02:46'),
(132329,48273,'action complete via WP Cron','2021-02-04 08:02:46','2021-02-04 03:02:46'),
(132330,48274,'action created','2021-02-04 08:02:46','2021-02-04 03:02:46'),
(132331,48274,'action started via WP Cron','2021-02-04 08:05:50','2021-02-04 03:05:50'),
(132332,48274,'action complete via WP Cron','2021-02-04 08:05:50','2021-02-04 03:05:50'),
(132333,48275,'action created','2021-02-04 08:05:50','2021-02-04 03:05:50'),
(132334,48275,'action started via WP Cron','2021-02-04 08:07:00','2021-02-04 03:07:00'),
(132335,48275,'action complete via WP Cron','2021-02-04 08:07:00','2021-02-04 03:07:00'),
(132336,48276,'action created','2021-02-04 08:07:00','2021-02-04 03:07:00'),
(132337,48276,'action started via WP Cron','2021-02-04 08:08:09','2021-02-04 03:08:09'),
(132338,48276,'action complete via WP Cron','2021-02-04 08:08:09','2021-02-04 03:08:09'),
(132339,48277,'action created','2021-02-04 08:08:09','2021-02-04 03:08:09'),
(132340,48277,'action started via WP Cron','2021-02-04 08:10:51','2021-02-04 03:10:51'),
(132341,48277,'action complete via WP Cron','2021-02-04 08:10:51','2021-02-04 03:10:51'),
(132342,48278,'action created','2021-02-04 08:10:51','2021-02-04 03:10:51'),
(132343,48278,'action started via WP Cron','2021-02-04 08:13:04','2021-02-04 03:13:04'),
(132344,48278,'action complete via WP Cron','2021-02-04 08:13:04','2021-02-04 03:13:04'),
(132345,48279,'action created','2021-02-04 08:13:05','2021-02-04 03:13:05'),
(132346,48279,'action started via WP Cron','2021-02-04 08:14:42','2021-02-04 03:14:42'),
(132347,48279,'action complete via WP Cron','2021-02-04 08:14:42','2021-02-04 03:14:42'),
(132348,48280,'action created','2021-02-04 08:14:42','2021-02-04 03:14:42'),
(132349,48280,'action started via WP Cron','2021-02-04 08:15:20','2021-02-04 03:15:20'),
(132350,48280,'action complete via WP Cron','2021-02-04 08:15:20','2021-02-04 03:15:20'),
(132351,48281,'action created','2021-02-04 08:15:20','2021-02-04 03:15:20'),
(132352,48281,'action started via WP Cron','2021-02-04 08:16:50','2021-02-04 03:16:50'),
(132353,48281,'action complete via WP Cron','2021-02-04 08:16:50','2021-02-04 03:16:50'),
(132354,48282,'action created','2021-02-04 08:16:50','2021-02-04 03:16:50'),
(132355,48282,'action started via WP Cron','2021-02-04 08:20:45','2021-02-04 03:20:45'),
(132356,48282,'action complete via WP Cron','2021-02-04 08:20:45','2021-02-04 03:20:45'),
(132357,48283,'action created','2021-02-04 08:20:45','2021-02-04 03:20:45'),
(132358,48283,'action started via WP Cron','2021-02-04 08:21:45','2021-02-04 03:21:45'),
(132359,48283,'action complete via WP Cron','2021-02-04 08:21:45','2021-02-04 03:21:45'),
(132360,48284,'action created','2021-02-04 08:21:45','2021-02-04 03:21:45'),
(132361,48284,'action started via WP Cron','2021-02-04 08:22:27','2021-02-04 03:22:27'),
(132362,48284,'action complete via WP Cron','2021-02-04 08:22:27','2021-02-04 03:22:27'),
(132363,48285,'action created','2021-02-04 08:22:27','2021-02-04 03:22:27'),
(132364,48285,'action started via WP Cron','2021-02-04 08:23:58','2021-02-04 03:23:58'),
(132365,48285,'action complete via WP Cron','2021-02-04 08:23:58','2021-02-04 03:23:58'),
(132366,48286,'action created','2021-02-04 08:23:58','2021-02-04 03:23:58'),
(132367,48286,'action started via WP Cron','2021-02-04 08:24:35','2021-02-04 03:24:35'),
(132368,48286,'action complete via WP Cron','2021-02-04 08:24:35','2021-02-04 03:24:35'),
(132369,48287,'action created','2021-02-04 08:24:35','2021-02-04 03:24:35'),
(132370,48287,'action started via WP Cron','2021-02-04 08:26:55','2021-02-04 03:26:55'),
(132371,48287,'action complete via WP Cron','2021-02-04 08:26:55','2021-02-04 03:26:55'),
(132372,48288,'action created','2021-02-04 08:26:55','2021-02-04 03:26:55'),
(132373,48288,'action started via WP Cron','2021-02-04 08:28:19','2021-02-04 03:28:19'),
(132374,48288,'action complete via WP Cron','2021-02-04 08:28:19','2021-02-04 03:28:19'),
(132375,48289,'action created','2021-02-04 08:28:19','2021-02-04 03:28:19'),
(132376,48289,'action started via WP Cron','2021-02-04 08:31:33','2021-02-04 03:31:33'),
(132377,48289,'action complete via WP Cron','2021-02-04 08:31:33','2021-02-04 03:31:33'),
(132378,48290,'action created','2021-02-04 08:31:33','2021-02-04 03:31:33'),
(132379,48290,'action started via WP Cron','2021-02-04 08:32:14','2021-02-04 03:32:14'),
(132380,48290,'action complete via WP Cron','2021-02-04 08:32:14','2021-02-04 03:32:14'),
(132381,48291,'action created','2021-02-04 08:32:15','2021-02-04 03:32:15'),
(132382,48291,'action started via WP Cron','2021-02-04 08:33:45','2021-02-04 03:33:45'),
(132383,48291,'action complete via WP Cron','2021-02-04 08:33:45','2021-02-04 03:33:45'),
(132384,48292,'action created','2021-02-04 08:33:45','2021-02-04 03:33:45'),
(132385,48292,'action started via WP Cron','2021-02-04 08:34:35','2021-02-04 03:34:35'),
(132386,48292,'action complete via WP Cron','2021-02-04 08:34:35','2021-02-04 03:34:35'),
(132387,48293,'action created','2021-02-04 08:34:35','2021-02-04 03:34:35'),
(132388,48293,'action started via WP Cron','2021-02-04 08:35:38','2021-02-04 03:35:38'),
(132389,48293,'action complete via WP Cron','2021-02-04 08:35:38','2021-02-04 03:35:38'),
(132390,48294,'action created','2021-02-04 08:35:38','2021-02-04 03:35:38'),
(132391,48294,'action started via WP Cron','2021-02-04 08:38:34','2021-02-04 03:38:34'),
(132392,48294,'action complete via WP Cron','2021-02-04 08:38:34','2021-02-04 03:38:34'),
(132393,48295,'action created','2021-02-04 08:38:34','2021-02-04 03:38:34'),
(132394,48295,'action started via WP Cron','2021-02-04 08:40:18','2021-02-04 03:40:18'),
(132395,48295,'action complete via WP Cron','2021-02-04 08:40:18','2021-02-04 03:40:18'),
(132396,48296,'action created','2021-02-04 08:40:18','2021-02-04 03:40:18'),
(132397,48296,'action started via WP Cron','2021-02-04 08:41:53','2021-02-04 03:41:53'),
(132398,48296,'action complete via WP Cron','2021-02-04 08:41:53','2021-02-04 03:41:53'),
(132399,48297,'action created','2021-02-04 08:41:53','2021-02-04 03:41:53'),
(132400,48297,'action started via WP Cron','2021-02-04 08:42:46','2021-02-04 03:42:46'),
(132401,48297,'action complete via WP Cron','2021-02-04 08:42:46','2021-02-04 03:42:46'),
(132402,48298,'action created','2021-02-04 08:42:46','2021-02-04 03:42:46'),
(132403,48298,'action started via WP Cron','2021-02-04 08:44:17','2021-02-04 03:44:17'),
(132404,48298,'action complete via WP Cron','2021-02-04 08:44:17','2021-02-04 03:44:17'),
(132405,48299,'action created','2021-02-04 08:44:17','2021-02-04 03:44:17'),
(132406,48299,'action started via WP Cron','2021-02-04 08:45:24','2021-02-04 03:45:24'),
(132407,48299,'action complete via WP Cron','2021-02-04 08:45:24','2021-02-04 03:45:24'),
(132408,48300,'action created','2021-02-04 08:45:24','2021-02-04 03:45:24'),
(132409,48300,'action started via WP Cron','2021-02-04 08:47:26','2021-02-04 03:47:26'),
(132410,48300,'action complete via WP Cron','2021-02-04 08:47:26','2021-02-04 03:47:26'),
(132411,48301,'action created','2021-02-04 08:47:26','2021-02-04 03:47:26'),
(132412,48301,'action started via WP Cron','2021-02-04 08:49:10','2021-02-04 03:49:10'),
(132413,48301,'action complete via WP Cron','2021-02-04 08:49:10','2021-02-04 03:49:10'),
(132414,48302,'action created','2021-02-04 08:49:10','2021-02-04 03:49:10'),
(132415,48302,'action started via WP Cron','2021-02-04 08:51:04','2021-02-04 03:51:04'),
(132416,48302,'action complete via WP Cron','2021-02-04 08:51:04','2021-02-04 03:51:04'),
(132417,48303,'action created','2021-02-04 08:51:04','2021-02-04 03:51:04'),
(132418,48303,'action started via WP Cron','2021-02-04 08:51:39','2021-02-04 03:51:39'),
(132419,48303,'action complete via WP Cron','2021-02-04 08:51:39','2021-02-04 03:51:39'),
(132420,48304,'action created','2021-02-04 08:51:39','2021-02-04 03:51:39'),
(132421,48304,'action started via WP Cron','2021-02-04 08:53:46','2021-02-04 03:53:46'),
(132422,48304,'action complete via WP Cron','2021-02-04 08:53:46','2021-02-04 03:53:46'),
(132423,48305,'action created','2021-02-04 08:53:46','2021-02-04 03:53:46'),
(132424,48305,'action started via WP Cron','2021-02-04 08:58:48','2021-02-04 03:58:48'),
(132425,48305,'action complete via WP Cron','2021-02-04 08:58:48','2021-02-04 03:58:48'),
(132426,48306,'action created','2021-02-04 08:58:48','2021-02-04 03:58:48'),
(132427,48306,'action started via WP Cron','2021-02-04 09:01:01','2021-02-04 04:01:01'),
(132428,48306,'action complete via WP Cron','2021-02-04 09:01:01','2021-02-04 04:01:01'),
(132429,48307,'action created','2021-02-04 09:01:01','2021-02-04 04:01:01'),
(132430,48307,'action started via WP Cron','2021-02-04 09:01:16','2021-02-04 04:01:16'),
(132431,48307,'action complete via WP Cron','2021-02-04 09:01:16','2021-02-04 04:01:16'),
(132432,48308,'action created','2021-02-04 09:01:16','2021-02-04 04:01:16'),
(132433,48308,'action started via WP Cron','2021-02-04 09:02:11','2021-02-04 04:02:11'),
(132434,48308,'action complete via WP Cron','2021-02-04 09:02:11','2021-02-04 04:02:11'),
(132435,48309,'action created','2021-02-04 09:02:11','2021-02-04 04:02:11'),
(132436,48309,'action started via WP Cron','2021-02-04 09:03:13','2021-02-04 04:03:13'),
(132437,48309,'action complete via WP Cron','2021-02-04 09:03:13','2021-02-04 04:03:13'),
(132438,48310,'action created','2021-02-04 09:03:13','2021-02-04 04:03:13'),
(132439,48310,'action started via WP Cron','2021-02-04 09:04:11','2021-02-04 04:04:11'),
(132440,48310,'action complete via WP Cron','2021-02-04 09:04:11','2021-02-04 04:04:11'),
(132441,48311,'action created','2021-02-04 09:04:11','2021-02-04 04:04:11'),
(132442,48311,'action started via WP Cron','2021-02-04 09:05:15','2021-02-04 04:05:15'),
(132443,48311,'action complete via WP Cron','2021-02-04 09:05:15','2021-02-04 04:05:15'),
(132444,48312,'action created','2021-02-04 09:05:15','2021-02-04 04:05:15'),
(132445,48312,'action started via WP Cron','2021-02-04 09:06:12','2021-02-04 04:06:12'),
(132446,48312,'action complete via WP Cron','2021-02-04 09:06:12','2021-02-04 04:06:12'),
(132447,48313,'action created','2021-02-04 09:06:12','2021-02-04 04:06:12'),
(132448,48313,'action started via WP Cron','2021-02-04 09:09:22','2021-02-04 04:09:22'),
(132449,48313,'action complete via WP Cron','2021-02-04 09:09:22','2021-02-04 04:09:22'),
(132450,48314,'action created','2021-02-04 09:09:22','2021-02-04 04:09:22'),
(132451,48314,'action started via WP Cron','2021-02-04 09:10:20','2021-02-04 04:10:20'),
(132452,48314,'action complete via WP Cron','2021-02-04 09:10:20','2021-02-04 04:10:20'),
(132453,48315,'action created','2021-02-04 09:10:20','2021-02-04 04:10:20'),
(132454,48315,'action started via WP Cron','2021-02-04 09:11:27','2021-02-04 04:11:27'),
(132455,48315,'action complete via WP Cron','2021-02-04 09:11:27','2021-02-04 04:11:27'),
(132456,48316,'action created','2021-02-04 09:11:27','2021-02-04 04:11:27'),
(132457,48316,'action started via WP Cron','2021-02-04 09:12:18','2021-02-04 04:12:18'),
(132458,48316,'action complete via WP Cron','2021-02-04 09:12:18','2021-02-04 04:12:18'),
(132459,48317,'action created','2021-02-04 09:12:18','2021-02-04 04:12:18'),
(132460,48317,'action started via WP Cron','2021-02-04 09:14:00','2021-02-04 04:14:00'),
(132461,48317,'action complete via WP Cron','2021-02-04 09:14:00','2021-02-04 04:14:00'),
(132462,48318,'action created','2021-02-04 09:14:00','2021-02-04 04:14:00'),
(132463,48318,'action started via WP Cron','2021-02-04 09:14:35','2021-02-04 04:14:35'),
(132464,48318,'action complete via WP Cron','2021-02-04 09:14:35','2021-02-04 04:14:35'),
(132465,48319,'action created','2021-02-04 09:14:35','2021-02-04 04:14:35'),
(132466,48319,'action started via WP Cron','2021-02-04 09:15:29','2021-02-04 04:15:29'),
(132467,48319,'action complete via WP Cron','2021-02-04 09:15:29','2021-02-04 04:15:29'),
(132468,48320,'action created','2021-02-04 09:15:29','2021-02-04 04:15:29'),
(132469,48320,'action started via WP Cron','2021-02-04 09:16:36','2021-02-04 04:16:36'),
(132470,48320,'action complete via WP Cron','2021-02-04 09:16:36','2021-02-04 04:16:36'),
(132471,48321,'action created','2021-02-04 09:16:36','2021-02-04 04:16:36'),
(132472,48321,'action started via WP Cron','2021-02-04 09:17:43','2021-02-04 04:17:43'),
(132473,48321,'action complete via WP Cron','2021-02-04 09:17:43','2021-02-04 04:17:43'),
(132474,48322,'action created','2021-02-04 09:17:43','2021-02-04 04:17:43'),
(132475,48322,'action started via WP Cron','2021-02-04 09:20:46','2021-02-04 04:20:46'),
(132476,48322,'action complete via WP Cron','2021-02-04 09:20:46','2021-02-04 04:20:46'),
(132477,48323,'action created','2021-02-04 09:20:46','2021-02-04 04:20:46'),
(132478,48323,'action started via WP Cron','2021-02-04 09:22:20','2021-02-04 04:22:20'),
(132479,48323,'action complete via WP Cron','2021-02-04 09:22:20','2021-02-04 04:22:20'),
(132480,48324,'action created','2021-02-04 09:22:20','2021-02-04 04:22:20'),
(132481,48324,'action started via WP Cron','2021-02-04 09:23:15','2021-02-04 04:23:15'),
(132482,48324,'action complete via WP Cron','2021-02-04 09:23:15','2021-02-04 04:23:15'),
(132483,48325,'action created','2021-02-04 09:23:15','2021-02-04 04:23:15'),
(132484,48325,'action started via WP Cron','2021-02-04 09:24:27','2021-02-04 04:24:27'),
(132485,48325,'action complete via WP Cron','2021-02-04 09:24:27','2021-02-04 04:24:27'),
(132486,48326,'action created','2021-02-04 09:24:27','2021-02-04 04:24:27'),
(132487,48326,'action started via WP Cron','2021-02-04 09:25:18','2021-02-04 04:25:18'),
(132488,48326,'action complete via WP Cron','2021-02-04 09:25:18','2021-02-04 04:25:18'),
(132489,48327,'action created','2021-02-04 09:25:18','2021-02-04 04:25:18'),
(132490,48327,'action started via WP Cron','2021-02-04 09:26:27','2021-02-04 04:26:27'),
(132491,48327,'action complete via WP Cron','2021-02-04 09:26:27','2021-02-04 04:26:27'),
(132492,48328,'action created','2021-02-04 09:26:27','2021-02-04 04:26:27'),
(132493,48328,'action started via WP Cron','2021-02-04 09:27:47','2021-02-04 04:27:47'),
(132494,48328,'action complete via WP Cron','2021-02-04 09:27:47','2021-02-04 04:27:47'),
(132495,48329,'action created','2021-02-04 09:27:47','2021-02-04 04:27:47'),
(132496,48329,'action started via WP Cron','2021-02-04 09:29:18','2021-02-04 04:29:18'),
(132497,48329,'action complete via WP Cron','2021-02-04 09:29:18','2021-02-04 04:29:18'),
(132498,48330,'action created','2021-02-04 09:29:18','2021-02-04 04:29:18'),
(132499,48330,'action started via WP Cron','2021-02-04 09:30:12','2021-02-04 04:30:12'),
(132500,48330,'action complete via WP Cron','2021-02-04 09:30:12','2021-02-04 04:30:12'),
(132501,48331,'action created','2021-02-04 09:30:12','2021-02-04 04:30:12'),
(132502,48331,'action started via WP Cron','2021-02-04 09:31:15','2021-02-04 04:31:15'),
(132503,48331,'action complete via WP Cron','2021-02-04 09:31:15','2021-02-04 04:31:15'),
(132504,48332,'action created','2021-02-04 09:31:15','2021-02-04 04:31:15'),
(132505,48332,'action started via WP Cron','2021-02-04 09:32:19','2021-02-04 04:32:19'),
(132506,48332,'action complete via WP Cron','2021-02-04 09:32:19','2021-02-04 04:32:19'),
(132507,48333,'action created','2021-02-04 09:32:19','2021-02-04 04:32:19'),
(132508,48333,'action started via WP Cron','2021-02-04 09:34:53','2021-02-04 04:34:53'),
(132509,48333,'action complete via WP Cron','2021-02-04 09:34:53','2021-02-04 04:34:53'),
(132510,48334,'action created','2021-02-04 09:34:53','2021-02-04 04:34:53'),
(132511,48334,'action started via WP Cron','2021-02-04 09:36:40','2021-02-04 04:36:40'),
(132512,48334,'action complete via WP Cron','2021-02-04 09:36:40','2021-02-04 04:36:40'),
(132513,48335,'action created','2021-02-04 09:36:40','2021-02-04 04:36:40'),
(132514,48335,'action started via WP Cron','2021-02-04 09:37:56','2021-02-04 04:37:56'),
(132515,48335,'action complete via WP Cron','2021-02-04 09:37:56','2021-02-04 04:37:56'),
(132516,48336,'action created','2021-02-04 09:37:56','2021-02-04 04:37:56'),
(132517,48336,'action started via WP Cron','2021-02-04 09:41:04','2021-02-04 04:41:04'),
(132518,48336,'action complete via WP Cron','2021-02-04 09:41:04','2021-02-04 04:41:04'),
(132519,48337,'action created','2021-02-04 09:41:04','2021-02-04 04:41:04'),
(132520,48337,'action started via WP Cron','2021-02-04 09:41:34','2021-02-04 04:41:34'),
(132521,48337,'action complete via WP Cron','2021-02-04 09:41:34','2021-02-04 04:41:34'),
(132522,48338,'action created','2021-02-04 09:41:34','2021-02-04 04:41:34'),
(132523,48338,'action started via WP Cron','2021-02-04 09:43:05','2021-02-04 04:43:05'),
(132524,48338,'action complete via WP Cron','2021-02-04 09:43:05','2021-02-04 04:43:05'),
(132525,48339,'action created','2021-02-04 09:43:05','2021-02-04 04:43:05'),
(132526,48339,'action started via WP Cron','2021-02-04 09:45:15','2021-02-04 04:45:15'),
(132527,48339,'action complete via WP Cron','2021-02-04 09:45:15','2021-02-04 04:45:15'),
(132528,48340,'action created','2021-02-04 09:45:15','2021-02-04 04:45:15'),
(132529,48340,'action started via WP Cron','2021-02-04 09:46:13','2021-02-04 04:46:13'),
(132530,48340,'action complete via WP Cron','2021-02-04 09:46:13','2021-02-04 04:46:13'),
(132531,48341,'action created','2021-02-04 09:46:13','2021-02-04 04:46:13'),
(132532,48341,'action started via WP Cron','2021-02-04 09:47:14','2021-02-04 04:47:14'),
(132533,48341,'action complete via WP Cron','2021-02-04 09:47:15','2021-02-04 04:47:15'),
(132534,48342,'action created','2021-02-04 09:47:15','2021-02-04 04:47:15'),
(132535,48342,'action started via WP Cron','2021-02-04 09:48:11','2021-02-04 04:48:11'),
(132536,48342,'action complete via WP Cron','2021-02-04 09:48:11','2021-02-04 04:48:11'),
(132537,48343,'action created','2021-02-04 09:48:11','2021-02-04 04:48:11'),
(132538,48343,'action started via WP Cron','2021-02-04 09:49:18','2021-02-04 04:49:18'),
(132539,48343,'action complete via WP Cron','2021-02-04 09:49:18','2021-02-04 04:49:18'),
(132540,48344,'action created','2021-02-04 09:49:18','2021-02-04 04:49:18'),
(132541,48344,'action started via WP Cron','2021-02-04 09:50:13','2021-02-04 04:50:13'),
(132542,48344,'action complete via WP Cron','2021-02-04 09:50:13','2021-02-04 04:50:13'),
(132543,48345,'action created','2021-02-04 09:50:13','2021-02-04 04:50:13'),
(132544,48345,'action started via WP Cron','2021-02-04 09:51:15','2021-02-04 04:51:15'),
(132545,48345,'action complete via WP Cron','2021-02-04 09:51:15','2021-02-04 04:51:15'),
(132546,48346,'action created','2021-02-04 09:51:15','2021-02-04 04:51:15'),
(132547,48346,'action started via WP Cron','2021-02-04 09:52:12','2021-02-04 04:52:12'),
(132548,48346,'action complete via WP Cron','2021-02-04 09:52:12','2021-02-04 04:52:12'),
(132549,48347,'action created','2021-02-04 09:52:12','2021-02-04 04:52:12'),
(132550,48347,'action started via WP Cron','2021-02-04 09:53:12','2021-02-04 04:53:12'),
(132551,48347,'action complete via WP Cron','2021-02-04 09:53:12','2021-02-04 04:53:12'),
(132552,48348,'action created','2021-02-04 09:53:12','2021-02-04 04:53:12'),
(132553,48348,'action started via WP Cron','2021-02-04 09:54:16','2021-02-04 04:54:16'),
(132554,48348,'action complete via WP Cron','2021-02-04 09:54:16','2021-02-04 04:54:16'),
(132555,48349,'action created','2021-02-04 09:54:16','2021-02-04 04:54:16'),
(132556,48349,'action started via WP Cron','2021-02-04 09:55:19','2021-02-04 04:55:19'),
(132557,48349,'action complete via WP Cron','2021-02-04 09:55:19','2021-02-04 04:55:19'),
(132558,48350,'action created','2021-02-04 09:55:19','2021-02-04 04:55:19'),
(132559,48350,'action started via WP Cron','2021-02-04 09:56:16','2021-02-04 04:56:16'),
(132560,48350,'action complete via WP Cron','2021-02-04 09:56:16','2021-02-04 04:56:16'),
(132561,48351,'action created','2021-02-04 09:56:16','2021-02-04 04:56:16'),
(132562,48351,'action started via WP Cron','2021-02-04 09:57:14','2021-02-04 04:57:14'),
(132563,48351,'action complete via WP Cron','2021-02-04 09:57:14','2021-02-04 04:57:14'),
(132564,48352,'action created','2021-02-04 09:57:14','2021-02-04 04:57:14'),
(132565,48352,'action started via WP Cron','2021-02-04 09:58:12','2021-02-04 04:58:12'),
(132566,48352,'action complete via WP Cron','2021-02-04 09:58:12','2021-02-04 04:58:12'),
(132567,48353,'action created','2021-02-04 09:58:12','2021-02-04 04:58:12'),
(132568,48353,'action started via WP Cron','2021-02-04 09:59:18','2021-02-04 04:59:18'),
(132569,48353,'action complete via WP Cron','2021-02-04 09:59:18','2021-02-04 04:59:18'),
(132570,48354,'action created','2021-02-04 09:59:18','2021-02-04 04:59:18'),
(132571,48354,'action started via WP Cron','2021-02-04 10:00:16','2021-02-04 05:00:16'),
(132572,48354,'action complete via WP Cron','2021-02-04 10:00:16','2021-02-04 05:00:16'),
(132573,48355,'action created','2021-02-04 10:00:16','2021-02-04 05:00:16'),
(132574,48355,'action started via WP Cron','2021-02-04 10:01:16','2021-02-04 05:01:16'),
(132575,48355,'action complete via WP Cron','2021-02-04 10:01:16','2021-02-04 05:01:16'),
(132576,48356,'action created','2021-02-04 10:01:16','2021-02-04 05:01:16'),
(132577,48356,'action started via WP Cron','2021-02-04 10:02:13','2021-02-04 05:02:13'),
(132578,48356,'action complete via WP Cron','2021-02-04 10:02:13','2021-02-04 05:02:13'),
(132579,48357,'action created','2021-02-04 10:02:13','2021-02-04 05:02:13'),
(132580,48357,'action started via WP Cron','2021-02-04 10:03:18','2021-02-04 05:03:18'),
(132581,48357,'action complete via WP Cron','2021-02-04 10:03:18','2021-02-04 05:03:18'),
(132582,48358,'action created','2021-02-04 10:03:18','2021-02-04 05:03:18'),
(132583,48358,'action started via WP Cron','2021-02-04 10:04:12','2021-02-04 05:04:12'),
(132584,48358,'action complete via WP Cron','2021-02-04 10:04:12','2021-02-04 05:04:12'),
(132585,48359,'action created','2021-02-04 10:04:12','2021-02-04 05:04:12'),
(132586,48359,'action started via WP Cron','2021-02-04 10:05:19','2021-02-04 05:05:19'),
(132587,48359,'action complete via WP Cron','2021-02-04 10:05:19','2021-02-04 05:05:19'),
(132588,48360,'action created','2021-02-04 10:05:19','2021-02-04 05:05:19'),
(132589,48360,'action started via WP Cron','2021-02-04 10:06:32','2021-02-04 05:06:32'),
(132590,48360,'action complete via WP Cron','2021-02-04 10:06:32','2021-02-04 05:06:32'),
(132591,48361,'action created','2021-02-04 10:06:32','2021-02-04 05:06:32'),
(132592,48361,'action started via WP Cron','2021-02-04 10:07:40','2021-02-04 05:07:40'),
(132593,48361,'action complete via WP Cron','2021-02-04 10:07:40','2021-02-04 05:07:40'),
(132594,48362,'action created','2021-02-04 10:07:40','2021-02-04 05:07:40'),
(132595,48362,'action started via WP Cron','2021-02-04 10:09:21','2021-02-04 05:09:21'),
(132596,48362,'action complete via WP Cron','2021-02-04 10:09:21','2021-02-04 05:09:21'),
(132597,48363,'action created','2021-02-04 10:09:21','2021-02-04 05:09:21'),
(132598,48363,'action started via WP Cron','2021-02-04 10:11:39','2021-02-04 05:11:39'),
(132599,48363,'action complete via WP Cron','2021-02-04 10:11:39','2021-02-04 05:11:39'),
(132600,48364,'action created','2021-02-04 10:11:39','2021-02-04 05:11:39'),
(132601,48364,'action started via WP Cron','2021-02-04 10:12:53','2021-02-04 05:12:53'),
(132602,48364,'action complete via WP Cron','2021-02-04 10:12:53','2021-02-04 05:12:53'),
(132603,48365,'action created','2021-02-04 10:12:53','2021-02-04 05:12:53'),
(132604,48365,'action started via WP Cron','2021-02-04 10:13:33','2021-02-04 05:13:33'),
(132605,48365,'action complete via WP Cron','2021-02-04 10:13:33','2021-02-04 05:13:33'),
(132606,48366,'action created','2021-02-04 10:13:33','2021-02-04 05:13:33'),
(132607,48366,'action started via WP Cron','2021-02-04 10:14:28','2021-02-04 05:14:28'),
(132608,48366,'action complete via WP Cron','2021-02-04 10:14:28','2021-02-04 05:14:28'),
(132609,48367,'action created','2021-02-04 10:14:28','2021-02-04 05:14:28'),
(132610,48367,'action started via WP Cron','2021-02-04 10:16:32','2021-02-04 05:16:32'),
(132611,48367,'action complete via WP Cron','2021-02-04 10:16:32','2021-02-04 05:16:32'),
(132612,48368,'action created','2021-02-04 10:16:32','2021-02-04 05:16:32'),
(132613,48368,'action started via WP Cron','2021-02-04 10:17:44','2021-02-04 05:17:44'),
(132614,48368,'action complete via WP Cron','2021-02-04 10:17:44','2021-02-04 05:17:44'),
(132615,48369,'action created','2021-02-04 10:17:44','2021-02-04 05:17:44'),
(132616,48369,'action started via WP Cron','2021-02-04 10:18:13','2021-02-04 05:18:13'),
(132617,48369,'action complete via WP Cron','2021-02-04 10:18:13','2021-02-04 05:18:13'),
(132618,48370,'action created','2021-02-04 10:18:14','2021-02-04 05:18:14'),
(132619,48370,'action started via WP Cron','2021-02-04 10:19:36','2021-02-04 05:19:36'),
(132620,48370,'action complete via WP Cron','2021-02-04 10:19:36','2021-02-04 05:19:36'),
(132621,48371,'action created','2021-02-04 10:19:36','2021-02-04 05:19:36'),
(132622,48371,'action started via WP Cron','2021-02-04 10:22:15','2021-02-04 05:22:15'),
(132623,48371,'action complete via WP Cron','2021-02-04 10:22:15','2021-02-04 05:22:15'),
(132624,48372,'action created','2021-02-04 10:22:15','2021-02-04 05:22:15'),
(132625,48372,'action started via WP Cron','2021-02-04 10:24:23','2021-02-04 05:24:23'),
(132626,48372,'action complete via WP Cron','2021-02-04 10:24:23','2021-02-04 05:24:23'),
(132627,48373,'action created','2021-02-04 10:24:23','2021-02-04 05:24:23'),
(132628,48373,'action started via WP Cron','2021-02-04 10:25:22','2021-02-04 05:25:22'),
(132629,48373,'action complete via WP Cron','2021-02-04 10:25:22','2021-02-04 05:25:22'),
(132630,48374,'action created','2021-02-04 10:25:22','2021-02-04 05:25:22'),
(132631,48374,'action started via WP Cron','2021-02-04 10:27:15','2021-02-04 05:27:15'),
(132632,48374,'action complete via WP Cron','2021-02-04 10:27:15','2021-02-04 05:27:15'),
(132633,48375,'action created','2021-02-04 10:27:15','2021-02-04 05:27:15'),
(132634,48375,'action started via WP Cron','2021-02-04 10:29:10','2021-02-04 05:29:10'),
(132635,48375,'action complete via WP Cron','2021-02-04 10:29:10','2021-02-04 05:29:10'),
(132636,48376,'action created','2021-02-04 10:29:10','2021-02-04 05:29:10'),
(132637,48376,'action started via WP Cron','2021-02-04 10:30:24','2021-02-04 05:30:24'),
(132638,48376,'action complete via WP Cron','2021-02-04 10:30:24','2021-02-04 05:30:24'),
(132639,48377,'action created','2021-02-04 10:30:24','2021-02-04 05:30:24'),
(132640,48377,'action started via WP Cron','2021-02-04 10:31:26','2021-02-04 05:31:26'),
(132641,48377,'action complete via WP Cron','2021-02-04 10:31:26','2021-02-04 05:31:26'),
(132642,48378,'action created','2021-02-04 10:31:26','2021-02-04 05:31:26'),
(132643,48378,'action started via WP Cron','2021-02-04 10:35:45','2021-02-04 05:35:45'),
(132644,48378,'action complete via WP Cron','2021-02-04 10:35:45','2021-02-04 05:35:45'),
(132645,48379,'action created','2021-02-04 10:35:45','2021-02-04 05:35:45'),
(132646,48379,'action started via WP Cron','2021-02-04 10:37:05','2021-02-04 05:37:05'),
(132647,48379,'action complete via WP Cron','2021-02-04 10:37:05','2021-02-04 05:37:05'),
(132648,48380,'action created','2021-02-04 10:37:06','2021-02-04 05:37:06'),
(132649,48380,'action started via WP Cron','2021-02-04 10:38:53','2021-02-04 05:38:53'),
(132650,48380,'action complete via WP Cron','2021-02-04 10:38:53','2021-02-04 05:38:53'),
(132651,48381,'action created','2021-02-04 10:38:53','2021-02-04 05:38:53'),
(132652,48381,'action started via WP Cron','2021-02-04 10:40:11','2021-02-04 05:40:11'),
(132653,48381,'action complete via WP Cron','2021-02-04 10:40:11','2021-02-04 05:40:11'),
(132654,48382,'action created','2021-02-04 10:40:12','2021-02-04 05:40:12'),
(132655,48382,'action started via WP Cron','2021-02-04 10:43:54','2021-02-04 05:43:54'),
(132656,48382,'action complete via WP Cron','2021-02-04 10:43:54','2021-02-04 05:43:54'),
(132657,48383,'action created','2021-02-04 10:43:54','2021-02-04 05:43:54'),
(132658,48383,'action started via WP Cron','2021-02-04 10:49:39','2021-02-04 05:49:39'),
(132659,48383,'action complete via WP Cron','2021-02-04 10:49:39','2021-02-04 05:49:39'),
(132660,48384,'action created','2021-02-04 10:49:39','2021-02-04 05:49:39'),
(132661,48384,'action started via WP Cron','2021-02-04 10:50:23','2021-02-04 05:50:23'),
(132662,48384,'action complete via WP Cron','2021-02-04 10:50:23','2021-02-04 05:50:23'),
(132663,48385,'action created','2021-02-04 10:50:23','2021-02-04 05:50:23'),
(132664,48385,'action started via WP Cron','2021-02-04 10:52:42','2021-02-04 05:52:42'),
(132665,48385,'action complete via WP Cron','2021-02-04 10:52:42','2021-02-04 05:52:42'),
(132666,48386,'action created','2021-02-04 10:52:42','2021-02-04 05:52:42'),
(132667,48386,'action started via WP Cron','2021-02-04 10:53:47','2021-02-04 05:53:47'),
(132668,48386,'action complete via WP Cron','2021-02-04 10:53:47','2021-02-04 05:53:47'),
(132669,48387,'action created','2021-02-04 10:53:47','2021-02-04 05:53:47'),
(132670,48387,'action started via WP Cron','2021-02-04 10:54:18','2021-02-04 05:54:18'),
(132671,48387,'action complete via WP Cron','2021-02-04 10:54:18','2021-02-04 05:54:18'),
(132672,48388,'action created','2021-02-04 10:54:18','2021-02-04 05:54:18'),
(132673,48388,'action started via WP Cron','2021-02-04 10:55:11','2021-02-04 05:55:11'),
(132674,48388,'action complete via WP Cron','2021-02-04 10:55:11','2021-02-04 05:55:11'),
(132675,48389,'action created','2021-02-04 10:55:11','2021-02-04 05:55:11'),
(132676,48389,'action started via WP Cron','2021-02-04 10:57:51','2021-02-04 05:57:51'),
(132677,48389,'action complete via WP Cron','2021-02-04 10:57:51','2021-02-04 05:57:51'),
(132678,48390,'action created','2021-02-04 10:57:51','2021-02-04 05:57:51'),
(132679,48390,'action started via WP Cron','2021-02-04 10:59:42','2021-02-04 05:59:42'),
(132680,48390,'action complete via WP Cron','2021-02-04 10:59:42','2021-02-04 05:59:42'),
(132681,48391,'action created','2021-02-04 10:59:42','2021-02-04 05:59:42'),
(132682,48391,'action started via WP Cron','2021-02-04 11:01:30','2021-02-04 06:01:30'),
(132683,48391,'action complete via WP Cron','2021-02-04 11:01:30','2021-02-04 06:01:30'),
(132684,48392,'action created','2021-02-04 11:01:30','2021-02-04 06:01:30'),
(132685,48392,'action started via WP Cron','2021-02-04 11:02:18','2021-02-04 06:02:18'),
(132686,48392,'action complete via WP Cron','2021-02-04 11:02:18','2021-02-04 06:02:18'),
(132687,48393,'action created','2021-02-04 11:02:18','2021-02-04 06:02:18'),
(132688,48393,'action started via WP Cron','2021-02-04 11:03:23','2021-02-04 06:03:23'),
(132689,48393,'action complete via WP Cron','2021-02-04 11:03:24','2021-02-04 06:03:24'),
(132690,48394,'action created','2021-02-04 11:03:24','2021-02-04 06:03:24'),
(132691,48394,'action started via WP Cron','2021-02-04 11:04:26','2021-02-04 06:04:26'),
(132692,48394,'action complete via WP Cron','2021-02-04 11:04:26','2021-02-04 06:04:26'),
(132693,48395,'action created','2021-02-04 11:04:26','2021-02-04 06:04:26'),
(132694,48395,'action started via WP Cron','2021-02-04 11:09:20','2021-02-04 06:09:20'),
(132695,48395,'action complete via WP Cron','2021-02-04 11:09:20','2021-02-04 06:09:20'),
(132696,48396,'action created','2021-02-04 11:09:20','2021-02-04 06:09:20'),
(132697,48396,'action started via WP Cron','2021-02-04 11:10:34','2021-02-04 06:10:34'),
(132698,48396,'action complete via WP Cron','2021-02-04 11:10:34','2021-02-04 06:10:34'),
(132699,48397,'action created','2021-02-04 11:10:34','2021-02-04 06:10:34'),
(132700,48397,'action started via WP Cron','2021-02-04 11:11:11','2021-02-04 06:11:11'),
(132701,48397,'action complete via WP Cron','2021-02-04 11:11:11','2021-02-04 06:11:11'),
(132702,48398,'action created','2021-02-04 11:11:11','2021-02-04 06:11:11'),
(132703,48398,'action started via WP Cron','2021-02-04 11:12:22','2021-02-04 06:12:22'),
(132704,48398,'action complete via WP Cron','2021-02-04 11:12:22','2021-02-04 06:12:22'),
(132705,48399,'action created','2021-02-04 11:12:22','2021-02-04 06:12:22'),
(132706,48399,'action started via WP Cron','2021-02-04 11:14:16','2021-02-04 06:14:16'),
(132707,48399,'action complete via WP Cron','2021-02-04 11:14:16','2021-02-04 06:14:16'),
(132708,48400,'action created','2021-02-04 11:14:16','2021-02-04 06:14:16'),
(132709,48400,'action started via WP Cron','2021-02-04 11:16:37','2021-02-04 06:16:37'),
(132710,48400,'action complete via WP Cron','2021-02-04 11:16:37','2021-02-04 06:16:37'),
(132711,48401,'action created','2021-02-04 11:16:37','2021-02-04 06:16:37'),
(132712,48401,'action started via WP Cron','2021-02-04 11:17:18','2021-02-04 06:17:18'),
(132713,48401,'action complete via WP Cron','2021-02-04 11:17:18','2021-02-04 06:17:18'),
(132714,48402,'action created','2021-02-04 11:17:18','2021-02-04 06:17:18'),
(132715,48402,'action started via WP Cron','2021-02-04 11:19:51','2021-02-04 06:19:51'),
(132716,48402,'action complete via WP Cron','2021-02-04 11:19:51','2021-02-04 06:19:51'),
(132717,48403,'action created','2021-02-04 11:19:51','2021-02-04 06:19:51'),
(132718,48403,'action started via WP Cron','2021-02-04 11:20:27','2021-02-04 06:20:27'),
(132719,48403,'action complete via WP Cron','2021-02-04 11:20:27','2021-02-04 06:20:27'),
(132720,48404,'action created','2021-02-04 11:20:27','2021-02-04 06:20:27'),
(132721,48404,'action started via WP Cron','2021-02-04 11:22:01','2021-02-04 06:22:01'),
(132722,48404,'action complete via WP Cron','2021-02-04 11:22:01','2021-02-04 06:22:01'),
(132723,48405,'action created','2021-02-04 11:22:01','2021-02-04 06:22:01'),
(132724,48405,'action started via WP Cron','2021-02-04 11:23:20','2021-02-04 06:23:20'),
(132725,48405,'action complete via WP Cron','2021-02-04 11:23:20','2021-02-04 06:23:20'),
(132726,48406,'action created','2021-02-04 11:23:20','2021-02-04 06:23:20'),
(132727,48406,'action started via WP Cron','2021-02-04 11:26:58','2021-02-04 06:26:58'),
(132728,48406,'action complete via WP Cron','2021-02-04 11:26:58','2021-02-04 06:26:58'),
(132729,48407,'action created','2021-02-04 11:26:58','2021-02-04 06:26:58'),
(132730,48407,'action started via WP Cron','2021-02-04 11:27:16','2021-02-04 06:27:16'),
(132731,48407,'action complete via WP Cron','2021-02-04 11:27:16','2021-02-04 06:27:16'),
(132732,48408,'action created','2021-02-04 11:27:16','2021-02-04 06:27:16'),
(132733,48408,'action started via WP Cron','2021-02-04 11:28:43','2021-02-04 06:28:43'),
(132734,48408,'action complete via WP Cron','2021-02-04 11:28:43','2021-02-04 06:28:43'),
(132735,48409,'action created','2021-02-04 11:28:43','2021-02-04 06:28:43'),
(132736,48409,'action started via WP Cron','2021-02-04 11:31:15','2021-02-04 06:31:15'),
(132737,48409,'action complete via WP Cron','2021-02-04 11:31:15','2021-02-04 06:31:15'),
(132738,48410,'action created','2021-02-04 11:31:15','2021-02-04 06:31:15'),
(132739,48410,'action started via WP Cron','2021-02-04 11:33:13','2021-02-04 06:33:13'),
(132740,48410,'action complete via WP Cron','2021-02-04 11:33:13','2021-02-04 06:33:13'),
(132741,48411,'action created','2021-02-04 11:33:13','2021-02-04 06:33:13'),
(132742,48411,'action started via WP Cron','2021-02-04 11:35:27','2021-02-04 06:35:27'),
(132743,48411,'action complete via WP Cron','2021-02-04 11:35:27','2021-02-04 06:35:27'),
(132744,48412,'action created','2021-02-04 11:35:27','2021-02-04 06:35:27'),
(132745,48412,'action started via WP Cron','2021-02-04 11:36:32','2021-02-04 06:36:32'),
(132746,48412,'action complete via WP Cron','2021-02-04 11:36:32','2021-02-04 06:36:32'),
(132747,48413,'action created','2021-02-04 11:36:32','2021-02-04 06:36:32'),
(132748,48413,'action started via WP Cron','2021-02-04 11:37:18','2021-02-04 06:37:18'),
(132749,48413,'action complete via WP Cron','2021-02-04 11:37:18','2021-02-04 06:37:18'),
(132750,48414,'action created','2021-02-04 11:37:18','2021-02-04 06:37:18'),
(132751,48414,'action started via WP Cron','2021-02-04 11:38:43','2021-02-04 06:38:43'),
(132752,48414,'action complete via WP Cron','2021-02-04 11:38:43','2021-02-04 06:38:43'),
(132753,48415,'action created','2021-02-04 11:38:43','2021-02-04 06:38:43'),
(132754,48415,'action started via WP Cron','2021-02-04 11:39:37','2021-02-04 06:39:37'),
(132755,48415,'action complete via WP Cron','2021-02-04 11:39:37','2021-02-04 06:39:37'),
(132756,48416,'action created','2021-02-04 11:39:37','2021-02-04 06:39:37'),
(132757,48416,'action started via WP Cron','2021-02-04 11:41:38','2021-02-04 06:41:38'),
(132758,48416,'action complete via WP Cron','2021-02-04 11:41:38','2021-02-04 06:41:38'),
(132759,48417,'action created','2021-02-04 11:41:38','2021-02-04 06:41:38'),
(132760,48417,'action started via WP Cron','2021-02-04 11:45:14','2021-02-04 06:45:14'),
(132761,48417,'action complete via WP Cron','2021-02-04 11:45:14','2021-02-04 06:45:14'),
(132762,48418,'action created','2021-02-04 11:45:14','2021-02-04 06:45:14'),
(132763,48418,'action started via WP Cron','2021-02-04 11:46:31','2021-02-04 06:46:31'),
(132764,48418,'action complete via WP Cron','2021-02-04 11:46:31','2021-02-04 06:46:31'),
(132765,48419,'action created','2021-02-04 11:46:31','2021-02-04 06:46:31'),
(132766,48419,'action started via WP Cron','2021-02-04 11:47:15','2021-02-04 06:47:15'),
(132767,48419,'action complete via WP Cron','2021-02-04 11:47:15','2021-02-04 06:47:15'),
(132768,48420,'action created','2021-02-04 11:47:15','2021-02-04 06:47:15'),
(132769,48420,'action started via WP Cron','2021-02-04 11:48:27','2021-02-04 06:48:27'),
(132770,48420,'action complete via WP Cron','2021-02-04 11:48:27','2021-02-04 06:48:27'),
(132771,48421,'action created','2021-02-04 11:48:27','2021-02-04 06:48:27'),
(132772,48421,'action started via WP Cron','2021-02-04 11:49:33','2021-02-04 06:49:33'),
(132773,48421,'action complete via WP Cron','2021-02-04 11:49:33','2021-02-04 06:49:33'),
(132774,48422,'action created','2021-02-04 11:49:33','2021-02-04 06:49:33'),
(132775,48422,'action started via WP Cron','2021-02-04 11:50:16','2021-02-04 06:50:16'),
(132776,48422,'action complete via WP Cron','2021-02-04 11:50:16','2021-02-04 06:50:16'),
(132777,48423,'action created','2021-02-04 11:50:16','2021-02-04 06:50:16'),
(132778,48423,'action started via WP Cron','2021-02-04 11:52:04','2021-02-04 06:52:04'),
(132779,48423,'action complete via WP Cron','2021-02-04 11:52:04','2021-02-04 06:52:04'),
(132780,48424,'action created','2021-02-04 11:52:04','2021-02-04 06:52:04'),
(132781,48424,'action started via WP Cron','2021-02-04 11:52:22','2021-02-04 06:52:22'),
(132782,48424,'action complete via WP Cron','2021-02-04 11:52:22','2021-02-04 06:52:22'),
(132783,48425,'action created','2021-02-04 11:52:22','2021-02-04 06:52:22'),
(132784,48425,'action started via WP Cron','2021-02-04 11:53:16','2021-02-04 06:53:16'),
(132785,48425,'action complete via WP Cron','2021-02-04 11:53:16','2021-02-04 06:53:16'),
(132786,48426,'action created','2021-02-04 11:53:16','2021-02-04 06:53:16'),
(132787,48426,'action started via WP Cron','2021-02-04 11:54:40','2021-02-04 06:54:40'),
(132788,48426,'action complete via WP Cron','2021-02-04 11:54:40','2021-02-04 06:54:40'),
(132789,48427,'action created','2021-02-04 11:54:40','2021-02-04 06:54:40'),
(132790,48427,'action started via WP Cron','2021-02-04 11:55:24','2021-02-04 06:55:24'),
(132791,48427,'action complete via WP Cron','2021-02-04 11:55:24','2021-02-04 06:55:24'),
(132792,48428,'action created','2021-02-04 11:55:24','2021-02-04 06:55:24'),
(132793,48428,'action started via WP Cron','2021-02-04 11:56:33','2021-02-04 06:56:33'),
(132794,48428,'action complete via WP Cron','2021-02-04 11:56:33','2021-02-04 06:56:33'),
(132795,48429,'action created','2021-02-04 11:56:33','2021-02-04 06:56:33'),
(132796,48429,'action started via WP Cron','2021-02-04 11:57:23','2021-02-04 06:57:23'),
(132797,48429,'action complete via WP Cron','2021-02-04 11:57:23','2021-02-04 06:57:23'),
(132798,48430,'action created','2021-02-04 11:57:23','2021-02-04 06:57:23'),
(132799,48430,'action started via WP Cron','2021-02-04 11:58:29','2021-02-04 06:58:29'),
(132800,48430,'action complete via WP Cron','2021-02-04 11:58:29','2021-02-04 06:58:29'),
(132801,48431,'action created','2021-02-04 11:58:29','2021-02-04 06:58:29'),
(132802,48431,'action started via WP Cron','2021-02-04 11:59:30','2021-02-04 06:59:30'),
(132803,48431,'action complete via WP Cron','2021-02-04 11:59:30','2021-02-04 06:59:30'),
(132804,48432,'action created','2021-02-04 11:59:30','2021-02-04 06:59:30'),
(132805,48432,'action started via WP Cron','2021-02-04 12:00:37','2021-02-04 07:00:37'),
(132806,48432,'action complete via WP Cron','2021-02-04 12:00:37','2021-02-04 07:00:37'),
(132807,48433,'action created','2021-02-04 12:00:37','2021-02-04 07:00:37'),
(132808,48433,'action started via WP Cron','2021-02-04 12:01:15','2021-02-04 07:01:15'),
(132809,48433,'action complete via WP Cron','2021-02-04 12:01:15','2021-02-04 07:01:15'),
(132810,48434,'action created','2021-02-04 12:01:15','2021-02-04 07:01:15'),
(132811,48434,'action started via WP Cron','2021-02-04 12:02:44','2021-02-04 07:02:44'),
(132812,48434,'action complete via WP Cron','2021-02-04 12:02:44','2021-02-04 07:02:44'),
(132813,48435,'action created','2021-02-04 12:02:44','2021-02-04 07:02:44'),
(132814,48435,'action started via WP Cron','2021-02-04 12:03:14','2021-02-04 07:03:14'),
(132815,48435,'action complete via WP Cron','2021-02-04 12:03:14','2021-02-04 07:03:14'),
(132816,48436,'action created','2021-02-04 12:03:14','2021-02-04 07:03:14'),
(132817,48436,'action started via WP Cron','2021-02-04 12:04:13','2021-02-04 07:04:13'),
(132818,48436,'action complete via WP Cron','2021-02-04 12:04:13','2021-02-04 07:04:13'),
(132819,48437,'action created','2021-02-04 12:04:13','2021-02-04 07:04:13'),
(132820,48437,'action started via WP Cron','2021-02-04 12:05:26','2021-02-04 07:05:26'),
(132821,48437,'action complete via WP Cron','2021-02-04 12:05:26','2021-02-04 07:05:26'),
(132822,48438,'action created','2021-02-04 12:05:26','2021-02-04 07:05:26'),
(132823,48438,'action started via WP Cron','2021-02-04 12:07:03','2021-02-04 07:07:03'),
(132824,48438,'action complete via WP Cron','2021-02-04 12:07:03','2021-02-04 07:07:03'),
(132825,48439,'action created','2021-02-04 12:07:03','2021-02-04 07:07:03'),
(132826,48439,'action started via WP Cron','2021-02-04 12:07:15','2021-02-04 07:07:15'),
(132827,48439,'action complete via WP Cron','2021-02-04 12:07:15','2021-02-04 07:07:15'),
(132828,48440,'action created','2021-02-04 12:07:15','2021-02-04 07:07:15'),
(132829,48440,'action started via WP Cron','2021-02-04 12:08:34','2021-02-04 07:08:34'),
(132830,48440,'action complete via WP Cron','2021-02-04 12:08:34','2021-02-04 07:08:34'),
(132831,48441,'action created','2021-02-04 12:08:34','2021-02-04 07:08:34'),
(132832,48441,'action started via WP Cron','2021-02-04 12:09:18','2021-02-04 07:09:18'),
(132833,48441,'action complete via WP Cron','2021-02-04 12:09:18','2021-02-04 07:09:18'),
(132834,48442,'action created','2021-02-04 12:09:18','2021-02-04 07:09:18'),
(132835,48442,'action started via WP Cron','2021-02-04 12:12:03','2021-02-04 07:12:03'),
(132836,48442,'action complete via WP Cron','2021-02-04 12:12:03','2021-02-04 07:12:03'),
(132837,48443,'action created','2021-02-04 12:12:03','2021-02-04 07:12:03'),
(132838,48443,'action started via WP Cron','2021-02-04 12:14:09','2021-02-04 07:14:09'),
(132839,48443,'action complete via WP Cron','2021-02-04 12:14:09','2021-02-04 07:14:09'),
(132840,48444,'action created','2021-02-04 12:14:09','2021-02-04 07:14:09'),
(132841,48444,'action started via WP Cron','2021-02-04 12:14:32','2021-02-04 07:14:32'),
(132842,48444,'action complete via WP Cron','2021-02-04 12:14:33','2021-02-04 07:14:33'),
(132843,48445,'action created','2021-02-04 12:14:33','2021-02-04 07:14:33'),
(132844,48445,'action started via WP Cron','2021-02-04 12:16:00','2021-02-04 07:16:00'),
(132845,48445,'action complete via WP Cron','2021-02-04 12:16:00','2021-02-04 07:16:00'),
(132846,48446,'action created','2021-02-04 12:16:00','2021-02-04 07:16:00'),
(132847,48446,'action started via WP Cron','2021-02-04 12:16:29','2021-02-04 07:16:29'),
(132848,48446,'action complete via WP Cron','2021-02-04 12:16:29','2021-02-04 07:16:29'),
(132849,48447,'action created','2021-02-04 12:16:29','2021-02-04 07:16:29'),
(132850,48447,'action started via WP Cron','2021-02-04 12:17:30','2021-02-04 07:17:30'),
(132851,48447,'action complete via WP Cron','2021-02-04 12:17:30','2021-02-04 07:17:30'),
(132852,48448,'action created','2021-02-04 12:17:31','2021-02-04 07:17:31'),
(132853,48448,'action started via WP Cron','2021-02-04 12:18:45','2021-02-04 07:18:45'),
(132854,48448,'action complete via WP Cron','2021-02-04 12:18:45','2021-02-04 07:18:45'),
(132855,48449,'action created','2021-02-04 12:18:45','2021-02-04 07:18:45'),
(132856,48449,'action started via WP Cron','2021-02-04 12:19:22','2021-02-04 07:19:22'),
(132857,48449,'action complete via WP Cron','2021-02-04 12:19:22','2021-02-04 07:19:22'),
(132858,48450,'action created','2021-02-04 12:19:22','2021-02-04 07:19:22'),
(132859,48450,'action started via WP Cron','2021-02-04 12:20:40','2021-02-04 07:20:40'),
(132860,48450,'action complete via WP Cron','2021-02-04 12:20:40','2021-02-04 07:20:40'),
(132861,48451,'action created','2021-02-04 12:20:40','2021-02-04 07:20:40'),
(132862,48451,'action started via WP Cron','2021-02-04 12:23:26','2021-02-04 07:23:26'),
(132863,48451,'action complete via WP Cron','2021-02-04 12:23:26','2021-02-04 07:23:26'),
(132864,48452,'action created','2021-02-04 12:23:26','2021-02-04 07:23:26'),
(132865,48452,'action started via WP Cron','2021-02-04 12:25:09','2021-02-04 07:25:09'),
(132866,48452,'action complete via WP Cron','2021-02-04 12:25:09','2021-02-04 07:25:09'),
(132867,48453,'action created','2021-02-04 12:25:09','2021-02-04 07:25:09'),
(132868,48453,'action started via WP Cron','2021-02-04 12:27:25','2021-02-04 07:27:25'),
(132869,48453,'action complete via WP Cron','2021-02-04 12:27:25','2021-02-04 07:27:25'),
(132870,48454,'action created','2021-02-04 12:27:25','2021-02-04 07:27:25'),
(132871,48454,'action started via WP Cron','2021-02-04 12:29:59','2021-02-04 07:29:59'),
(132872,48454,'action complete via WP Cron','2021-02-04 12:29:59','2021-02-04 07:29:59'),
(132873,48455,'action created','2021-02-04 12:29:59','2021-02-04 07:29:59'),
(132874,48455,'action started via WP Cron','2021-02-04 12:30:47','2021-02-04 07:30:47'),
(132875,48455,'action complete via WP Cron','2021-02-04 12:30:47','2021-02-04 07:30:47'),
(132876,48456,'action created','2021-02-04 12:30:47','2021-02-04 07:30:47'),
(132877,48456,'action started via WP Cron','2021-02-04 12:32:24','2021-02-04 07:32:24'),
(132878,48456,'action complete via WP Cron','2021-02-04 12:32:24','2021-02-04 07:32:24'),
(132879,48457,'action created','2021-02-04 12:32:24','2021-02-04 07:32:24'),
(132880,48457,'action started via WP Cron','2021-02-04 12:33:43','2021-02-04 07:33:43'),
(132881,48457,'action complete via WP Cron','2021-02-04 12:33:43','2021-02-04 07:33:43'),
(132882,48458,'action created','2021-02-04 12:33:43','2021-02-04 07:33:43'),
(132883,48458,'action started via WP Cron','2021-02-04 12:34:55','2021-02-04 07:34:55'),
(132884,48458,'action complete via WP Cron','2021-02-04 12:34:55','2021-02-04 07:34:55'),
(132885,48459,'action created','2021-02-04 12:34:55','2021-02-04 07:34:55'),
(132886,48459,'action started via WP Cron','2021-02-04 12:35:29','2021-02-04 07:35:29'),
(132887,48459,'action complete via WP Cron','2021-02-04 12:35:29','2021-02-04 07:35:29'),
(132888,48460,'action created','2021-02-04 12:35:29','2021-02-04 07:35:29'),
(132889,48460,'action started via WP Cron','2021-02-04 12:36:45','2021-02-04 07:36:45'),
(132890,48460,'action complete via WP Cron','2021-02-04 12:36:45','2021-02-04 07:36:45'),
(132891,48461,'action created','2021-02-04 12:36:45','2021-02-04 07:36:45'),
(132892,48461,'action started via WP Cron','2021-02-04 12:41:26','2021-02-04 07:41:26'),
(132893,48461,'action complete via WP Cron','2021-02-04 12:41:27','2021-02-04 07:41:27'),
(132894,48462,'action created','2021-02-04 12:41:27','2021-02-04 07:41:27'),
(132895,48462,'action started via WP Cron','2021-02-04 12:42:26','2021-02-04 07:42:26'),
(132896,48462,'action complete via WP Cron','2021-02-04 12:42:26','2021-02-04 07:42:26'),
(132897,48463,'action created','2021-02-04 12:42:26','2021-02-04 07:42:26'),
(132898,48463,'action started via WP Cron','2021-02-04 12:45:27','2021-02-04 07:45:27'),
(132899,48463,'action complete via WP Cron','2021-02-04 12:45:27','2021-02-04 07:45:27'),
(132900,48464,'action created','2021-02-04 12:45:28','2021-02-04 07:45:28'),
(132901,48464,'action started via WP Cron','2021-02-04 12:46:19','2021-02-04 07:46:19'),
(132902,48464,'action complete via WP Cron','2021-02-04 12:46:19','2021-02-04 07:46:19'),
(132903,48465,'action created','2021-02-04 12:46:19','2021-02-04 07:46:19'),
(132904,48465,'action started via WP Cron','2021-02-04 12:47:20','2021-02-04 07:47:20'),
(132905,48465,'action complete via WP Cron','2021-02-04 12:47:20','2021-02-04 07:47:20'),
(132906,48466,'action created','2021-02-04 12:47:20','2021-02-04 07:47:20'),
(132907,48466,'action started via WP Cron','2021-02-04 12:50:49','2021-02-04 07:50:49'),
(132908,48466,'action complete via WP Cron','2021-02-04 12:50:49','2021-02-04 07:50:49'),
(132909,48467,'action created','2021-02-04 12:50:49','2021-02-04 07:50:49'),
(132910,48467,'action started via WP Cron','2021-02-04 12:52:18','2021-02-04 07:52:18'),
(132911,48467,'action complete via WP Cron','2021-02-04 12:52:18','2021-02-04 07:52:18'),
(132912,48468,'action created','2021-02-04 12:52:18','2021-02-04 07:52:18'),
(132913,48468,'action started via WP Cron','2021-02-04 12:53:31','2021-02-04 07:53:31'),
(132914,48468,'action complete via WP Cron','2021-02-04 12:53:32','2021-02-04 07:53:32'),
(132915,48469,'action created','2021-02-04 12:53:32','2021-02-04 07:53:32'),
(132916,48469,'action started via WP Cron','2021-02-04 12:57:28','2021-02-04 07:57:28'),
(132917,48469,'action complete via WP Cron','2021-02-04 12:57:28','2021-02-04 07:57:28'),
(132918,48470,'action created','2021-02-04 12:57:28','2021-02-04 07:57:28'),
(132919,48470,'action started via WP Cron','2021-02-04 12:58:18','2021-02-04 07:58:18'),
(132920,48470,'action complete via WP Cron','2021-02-04 12:58:18','2021-02-04 07:58:18'),
(132921,48471,'action created','2021-02-04 12:58:18','2021-02-04 07:58:18'),
(132922,48471,'action started via WP Cron','2021-02-04 12:59:26','2021-02-04 07:59:26'),
(132923,48471,'action complete via WP Cron','2021-02-04 12:59:26','2021-02-04 07:59:26'),
(132924,48472,'action created','2021-02-04 12:59:26','2021-02-04 07:59:26'),
(132925,48472,'action started via WP Cron','2021-02-04 13:00:17','2021-02-04 08:00:17'),
(132926,48472,'action complete via WP Cron','2021-02-04 13:00:17','2021-02-04 08:00:17'),
(132927,48473,'action created','2021-02-04 13:00:17','2021-02-04 08:00:17'),
(132928,48473,'action started via WP Cron','2021-02-04 13:01:24','2021-02-04 08:01:24'),
(132929,48473,'action complete via WP Cron','2021-02-04 13:01:24','2021-02-04 08:01:24'),
(132930,48474,'action created','2021-02-04 13:01:24','2021-02-04 08:01:24'),
(132931,48474,'action started via WP Cron','2021-02-04 13:02:41','2021-02-04 08:02:41'),
(132932,48474,'action complete via WP Cron','2021-02-04 13:02:41','2021-02-04 08:02:41'),
(132933,48475,'action created','2021-02-04 13:02:41','2021-02-04 08:02:41'),
(132934,48475,'action started via WP Cron','2021-02-04 13:03:21','2021-02-04 08:03:21'),
(132935,48475,'action complete via WP Cron','2021-02-04 13:03:21','2021-02-04 08:03:21'),
(132936,48476,'action created','2021-02-04 13:03:21','2021-02-04 08:03:21'),
(132937,48476,'action started via WP Cron','2021-02-04 13:04:48','2021-02-04 08:04:48'),
(132938,48476,'action complete via WP Cron','2021-02-04 13:04:48','2021-02-04 08:04:48'),
(132939,48477,'action created','2021-02-04 13:04:48','2021-02-04 08:04:48'),
(132940,48477,'action started via WP Cron','2021-02-04 13:05:32','2021-02-04 08:05:32'),
(132941,48477,'action complete via WP Cron','2021-02-04 13:05:32','2021-02-04 08:05:32'),
(132942,48478,'action created','2021-02-04 13:05:32','2021-02-04 08:05:32'),
(132943,48478,'action started via WP Cron','2021-02-04 13:06:32','2021-02-04 08:06:32'),
(132944,48478,'action complete via WP Cron','2021-02-04 13:06:32','2021-02-04 08:06:32'),
(132945,48479,'action created','2021-02-04 13:06:32','2021-02-04 08:06:32'),
(132946,48479,'action started via WP Cron','2021-02-04 13:08:10','2021-02-04 08:08:10'),
(132947,48479,'action complete via WP Cron','2021-02-04 13:08:10','2021-02-04 08:08:10'),
(132948,48480,'action created','2021-02-04 13:08:10','2021-02-04 08:08:10'),
(132949,48480,'action started via WP Cron','2021-02-04 13:08:39','2021-02-04 08:08:39'),
(132950,48480,'action complete via WP Cron','2021-02-04 13:08:39','2021-02-04 08:08:39'),
(132951,48481,'action created','2021-02-04 13:08:39','2021-02-04 08:08:39'),
(132952,48481,'action started via WP Cron','2021-02-04 13:09:26','2021-02-04 08:09:26'),
(132953,48481,'action complete via WP Cron','2021-02-04 13:09:26','2021-02-04 08:09:26'),
(132954,48482,'action created','2021-02-04 13:09:26','2021-02-04 08:09:26'),
(132955,48482,'action started via WP Cron','2021-02-04 13:13:46','2021-02-04 08:13:46'),
(132956,48482,'action complete via WP Cron','2021-02-04 13:13:46','2021-02-04 08:13:46'),
(132957,48483,'action created','2021-02-04 13:13:46','2021-02-04 08:13:46'),
(132958,48483,'action started via WP Cron','2021-02-04 13:16:16','2021-02-04 08:16:16'),
(132959,48483,'action complete via WP Cron','2021-02-04 13:16:16','2021-02-04 08:16:16'),
(132960,48484,'action created','2021-02-04 13:16:16','2021-02-04 08:16:16'),
(132961,48484,'action started via WP Cron','2021-02-04 13:17:21','2021-02-04 08:17:21'),
(132962,48484,'action complete via WP Cron','2021-02-04 13:17:21','2021-02-04 08:17:21'),
(132963,48485,'action created','2021-02-04 13:17:21','2021-02-04 08:17:21'),
(132964,48485,'action started via WP Cron','2021-02-04 13:18:39','2021-02-04 08:18:39'),
(132965,48485,'action complete via WP Cron','2021-02-04 13:18:39','2021-02-04 08:18:39'),
(216428,76306,'action complete via WP Cron','2021-12-01 13:16:06','2021-12-01 08:16:06'),
(216427,76307,'action created','2021-12-01 13:16:06','2021-12-01 08:16:06'),
(216424,76306,'action created','2021-12-01 13:00:13','2021-12-01 08:00:13'),
(216161,76218,'action created','2021-11-30 14:02:12','2021-11-30 09:02:12'),
(216350,76281,'action created','2021-12-01 06:19:07','2021-12-01 01:19:07'),
(216426,76306,'action started via WP Cron','2021-12-01 13:16:06','2021-12-01 08:16:06');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aioseo_cache`
--

DROP TABLE IF EXISTS `wp_aioseo_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_cache` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(80) NOT NULL,
  `value` longtext NOT NULL,
  `expiration` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
  KEY `ndx_aioseo_cache_expiration` (`expiration`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_cache`
--

LOCK TABLES `wp_aioseo_cache` WRITE;
/*!40000 ALTER TABLE `wp_aioseo_cache` DISABLE KEYS */;
INSERT INTO `wp_aioseo_cache` VALUES
(25,'addons','a:5:{i:0;O:8:\"stdClass\":14:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:5:\"1.0.7\";s:5:\"image\";N;s:4:\"icon\";s:13:\"svg-image-seo\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:148:\"<p>Globally control the Title attribute and Alt text for images in your content. These attributes are essential for both accessibility and SEO.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:12:\"learnMoreUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";}i:1;O:8:\"stdClass\":14:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:5:\"1.1.0\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:243:\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:12:\"learnMoreUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";}i:2;O:8:\"stdClass\":14:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:5:\"1.2.1\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:253:\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:12:\"learnMoreUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";}i:3;O:8:\"stdClass\":14:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:5:\"1.0.5\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:284:\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google’s Publisher Center and had it approved.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:12:\"learnMoreUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";}i:4;O:8:\"stdClass\":14:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:5:\"1.1.4\";s:5:\"image\";N;s:4:\"icon\";s:480:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:101:\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:34:\"https://aioseo.com/docs/redirects/\";s:12:\"learnMoreUrl\";s:34:\"https://aioseo.com/docs/redirects/\";s:9:\"manageUrl\";s:30:\"https://route#aioseo-redirects\";}}','2021-12-02 13:18:16','2021-11-30 14:32:53','2021-12-01 13:18:16'),
(2,'aioseo_sitemap_sitemap.xml','a:3:{s:6:\"counts\";a:4:{s:41:\"https://deborahbrody.com/post-sitemap.xml\";i:888;s:41:\"https://deborahbrody.com/page-sitemap.xml\";i:25;s:47:\"https://deborahbrody.com/attachment-sitemap.xml\";i:137;s:46:\"https://deborahbrody.com/post_tag-sitemap2.xml\";i:420;}s:8:\"datetime\";a:5:{s:41:\"https://deborahbrody.com/post-sitemap.xml\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:8:\"12:01 pm\";}s:41:\"https://deborahbrody.com/page-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"October 12, 2021\";s:4:\"time\";s:7:\"3:11 pm\";}s:47:\"https://deborahbrody.com/attachment-sitemap.xml\";a:2:{s:4:\"date\";s:18:\"September 22, 2021\";s:4:\"time\";s:8:\"10:57 am\";}s:46:\"https://deborahbrody.com/post_tag-sitemap1.xml\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:8:\"12:01 pm\";}s:46:\"https://deborahbrody.com/post_tag-sitemap2.xml\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:8:\"12:01 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:5;s:5:\"total\";i:5;}}','2021-12-31 12:02:25','2021-11-10 22:07:42','2021-12-01 12:02:25'),
(3,'aioseo_sitemap_sitemap.rss','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:50:{s:58:\"https://deborahbrody.com/2021/11/people-should-understand/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:8:\"12:01 pm\";}s:74:\"https://deborahbrody.com/2021/10/3-steps-to-clear-customer-communications/\";a:2:{s:4:\"date\";s:16:\"October 13, 2021\";s:4:\"time\";s:8:\"11:03 am\";}s:31:\"https://deborahbrody.com/about/\";a:2:{s:4:\"date\";s:16:\"October 12, 2021\";s:4:\"time\";s:7:\"3:11 pm\";}s:61:\"https://deborahbrody.com/2021/09/storytelling-versus-writing/\";a:2:{s:4:\"date\";s:18:\"September 22, 2021\";s:4:\"time\";s:8:\"11:00 am\";}s:56:\"https://deborahbrody.com/2021/08/marketing-by-attrition/\";a:2:{s:4:\"date\";s:15:\"August 26, 2021\";s:4:\"time\";s:7:\"2:22 pm\";}s:73:\"https://deborahbrody.com/2021/07/4-avoidable-pandemic-marketing-failures/\";a:2:{s:4:\"date\";s:13:\"July 21, 2021\";s:4:\"time\";s:7:\"9:57 am\";}s:79:\"https://deborahbrody.com/2021/06/the-one-question-you-must-answer-in-marketing/\";a:2:{s:4:\"date\";s:13:\"June 17, 2021\";s:4:\"time\";s:7:\"2:21 pm\";}s:97:\"https://deborahbrody.com/2021/03/marketing-does-not-work-if-your-operations-arent-up-to-the-task/\";a:2:{s:4:\"date\";s:14:\"March 12, 2021\";s:4:\"time\";s:7:\"9:31 am\";}s:68:\"https://deborahbrody.com/2021/02/success-starts-with-being-targeted/\";a:2:{s:4:\"date\";s:17:\"February 12, 2021\";s:4:\"time\";s:7:\"9:53 am\";}s:75:\"https://deborahbrody.com/2021/01/wishing-for-better-communications-in-2021/\";a:2:{s:4:\"date\";s:16:\"January 14, 2021\";s:4:\"time\";s:7:\"9:24 am\";}s:78:\"https://deborahbrody.com/2020/12/what-helps-businesses-thrive-during-covid-19/\";a:2:{s:4:\"date\";s:17:\"December 10, 2020\";s:4:\"time\";s:7:\"9:14 am\";}s:77:\"https://deborahbrody.com/2020/11/desperate-times-call-for-desperate-measures/\";a:2:{s:4:\"date\";s:16:\"November 6, 2020\";s:4:\"time\";s:7:\"8:46 am\";}s:69:\"https://deborahbrody.com/2020/02/how-to-be-better-at-event-marketing/\";a:2:{s:4:\"date\";s:16:\"October 26, 2020\";s:4:\"time\";s:7:\"9:56 am\";}s:96:\"https://deborahbrody.com/2020/10/dont-let-pandemic-cause-pandemonium-in-your-business-practices/\";a:2:{s:4:\"date\";s:16:\"October 23, 2020\";s:4:\"time\";s:7:\"9:36 am\";}s:77:\"https://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/\";a:2:{s:4:\"date\";s:15:\"October 2, 2020\";s:4:\"time\";s:7:\"3:34 pm\";}s:68:\"https://deborahbrody.com/2020/08/are-you-asking-the-right-questions/\";a:2:{s:4:\"date\";s:15:\"August 25, 2020\";s:4:\"time\";s:8:\"11:33 am\";}s:25:\"https://deborahbrody.com/\";a:2:{s:4:\"date\";s:15:\"August 17, 2020\";s:4:\"time\";s:8:\"12:57 pm\";}s:53:\"https://deborahbrody.com/services/brand-identity-kit/\";a:2:{s:4:\"date\";s:13:\"July 29, 2020\";s:4:\"time\";s:7:\"2:48 pm\";}s:68:\"https://deborahbrody.com/2020/07/yes-theres-still-value-in-blogging/\";a:2:{s:4:\"date\";s:12:\"July 9, 2020\";s:4:\"time\";s:7:\"3:56 pm\";}s:47:\"https://deborahbrody.com/services/copy-editing/\";a:2:{s:4:\"date\";s:13:\"April 9, 2020\";s:4:\"time\";s:8:\"10:33 am\";}s:82:\"https://deborahbrody.com/2020/04/what-works-and-what-doesnt-in-our-covid-19-times/\";a:2:{s:4:\"date\";s:13:\"April 4, 2020\";s:4:\"time\";s:8:\"10:15 am\";}s:78:\"https://deborahbrody.com/2020/03/marketing-in-times-of-coronavirus-do-or-dont/\";a:2:{s:4:\"date\";s:14:\"March 20, 2020\";s:4:\"time\";s:7:\"9:30 am\";}s:61:\"https://deborahbrody.com/2020/02/unforced-errors-in-the-copy/\";a:2:{s:4:\"date\";s:17:\"February 27, 2020\";s:4:\"time\";s:7:\"2:40 pm\";}s:88:\"https://deborahbrody.com/2020/01/how-to-make-your-event-go-well-and-why-it-is-important/\";a:2:{s:4:\"date\";s:16:\"January 29, 2020\";s:4:\"time\";s:7:\"3:52 pm\";}s:70:\"https://deborahbrody.com/2020/01/dont-let-your-story-go-off-the-rails/\";a:2:{s:4:\"date\";s:16:\"January 15, 2020\";s:4:\"time\";s:7:\"3:05 pm\";}s:52:\"https://deborahbrody.com/2019/12/are-you-persuasive/\";a:2:{s:4:\"date\";s:17:\"December 11, 2019\";s:4:\"time\";s:7:\"2:05 pm\";}s:111:\"https://deborahbrody.com/2019/10/all-the-marketing-in-the-world-wont-save-your-brand-from-bad-customer-service/\";a:2:{s:4:\"date\";s:16:\"October 30, 2019\";s:4:\"time\";s:7:\"9:42 am\";}s:64:\"https://deborahbrody.com/2019/09/stupid-on-repeatmarketing-fail/\";a:2:{s:4:\"date\";s:17:\"September 5, 2019\";s:4:\"time\";s:7:\"2:46 pm\";}s:71:\"https://deborahbrody.com/2019/07/be-a-more-effective-writer-think-bluf/\";a:2:{s:4:\"date\";s:13:\"July 31, 2019\";s:4:\"time\";s:7:\"2:14 pm\";}s:52:\"https://deborahbrody.com/2019/07/whats-in-it-for-me/\";a:2:{s:4:\"date\";s:13:\"July 18, 2019\";s:4:\"time\";s:7:\"9:45 am\";}s:74:\"https://deborahbrody.com/2019/07/not-just-what-you-say-but-how-you-say-it/\";a:2:{s:4:\"date\";s:13:\"July 11, 2019\";s:4:\"time\";s:7:\"5:25 pm\";}s:80:\"https://deborahbrody.com/2019/06/how-to-make-your-communications-more-effective/\";a:2:{s:4:\"date\";s:13:\"June 19, 2019\";s:4:\"time\";s:7:\"1:53 pm\";}s:71:\"https://deborahbrody.com/2019/05/you-can-have-too-much-of-a-good-thing/\";a:2:{s:4:\"date\";s:12:\"May 30, 2019\";s:4:\"time\";s:8:\"12:56 pm\";}s:52:\"https://deborahbrody.com/2019/05/the-amateur-effect/\";a:2:{s:4:\"date\";s:12:\"May 29, 2019\";s:4:\"time\";s:7:\"2:59 pm\";}s:87:\"https://deborahbrody.com/2019/04/think-like-goldilocks-to-improve-your-email-marketing/\";a:2:{s:4:\"date\";s:14:\"April 30, 2019\";s:4:\"time\";s:8:\"11:37 am\";}s:74:\"https://deborahbrody.com/2019/04/your-website-is-your-business-front-door/\";a:2:{s:4:\"date\";s:13:\"April 9, 2019\";s:4:\"time\";s:8:\"10:12 am\";}s:72:\"https://deborahbrody.com/2019/03/its-not-all-about-you-nor-should-it-be/\";a:2:{s:4:\"date\";s:14:\"March 21, 2019\";s:4:\"time\";s:7:\"2:42 pm\";}s:71:\"https://deborahbrody.com/2019/03/trust-is-essential-and-must-be-earned/\";a:2:{s:4:\"date\";s:13:\"March 5, 2019\";s:4:\"time\";s:7:\"9:24 am\";}s:63:\"https://deborahbrody.com/2019/02/how-not-to-do-email-marketing/\";a:2:{s:4:\"date\";s:17:\"February 20, 2019\";s:4:\"time\";s:7:\"9:52 am\";}s:67:\"https://deborahbrody.com/2019/02/3-ways-to-tighten-up-your-writing/\";a:2:{s:4:\"date\";s:16:\"February 7, 2019\";s:4:\"time\";s:7:\"2:09 pm\";}s:62:\"https://deborahbrody.com/2019/01/do-you-follow-best-practices/\";a:2:{s:4:\"date\";s:16:\"January 25, 2019\";s:4:\"time\";s:8:\"10:12 am\";}s:85:\"https://deborahbrody.com/2019/01/4-key-steps-to-get-your-blog-back-on-track-for-2019/\";a:2:{s:4:\"date\";s:16:\"January 10, 2019\";s:4:\"time\";s:8:\"10:11 am\";}s:66:\"https://deborahbrody.com/2018/12/do-you-appreciate-your-customers/\";a:2:{s:4:\"date\";s:17:\"December 14, 2018\";s:4:\"time\";s:8:\"11:29 am\";}s:77:\"https://deborahbrody.com/2018/11/write-fewer-press-releases-and-more-pitches/\";a:2:{s:4:\"date\";s:17:\"November 14, 2018\";s:4:\"time\";s:7:\"1:59 pm\";}s:69:\"https://deborahbrody.com/2018/10/the-biggest-email-marketing-mistake/\";a:2:{s:4:\"date\";s:16:\"October 24, 2018\";s:4:\"time\";s:7:\"3:36 pm\";}s:95:\"https://deborahbrody.com/2014/02/the-red-flags-of-interpersonal-communication-to-watch-out-for/\";a:2:{s:4:\"date\";s:18:\"September 25, 2018\";s:4:\"time\";s:7:\"2:22 pm\";}s:92:\"https://deborahbrody.com/2018/09/what-writers-journalists-and-pr-comms-people-need-to-watch/\";a:2:{s:4:\"date\";s:18:\"September 25, 2018\";s:4:\"time\";s:8:\"10:59 am\";}s:78:\"https://deborahbrody.com/2018/09/simple-reminders-help-market-doctors-offices/\";a:2:{s:4:\"date\";s:18:\"September 14, 2018\";s:4:\"time\";s:8:\"10:24 am\";}s:78:\"https://deborahbrody.com/2018/08/how-to-go-on-vacation-and-not-lose-customers/\";a:2:{s:4:\"date\";s:15:\"August 23, 2018\";s:4:\"time\";s:7:\"9:52 am\";}s:78:\"https://deborahbrody.com/2018/08/is-your-website-undermining-your-credibility/\";a:2:{s:4:\"date\";s:15:\"August 10, 2018\";s:4:\"time\";s:8:\"11:49 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:50;s:5:\"total\";i:50;}}','2021-12-31 09:18:02','2021-11-10 22:07:45','2021-12-01 09:18:02'),
(4,'aioseo_sitemap_post-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:887:{s:45:\"https://deborahbrody.com/2011/06/hello-world/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"3:50 am\";}s:42:\"https://deborahbrody.com/2008/01/the-4-ps/\";a:2:{s:4:\"date\";s:16:\"January 15, 2008\";s:4:\"time\";s:7:\"1:30 pm\";}s:53:\"https://deborahbrody.com/2008/02/talk-to-your-doctor/\";a:2:{s:4:\"date\";s:16:\"February 9, 2008\";s:4:\"time\";s:7:\"9:20 am\";}s:58:\"https://deborahbrody.com/2008/03/direct-mail-or-junk-mail/\";a:2:{s:4:\"date\";s:14:\"March 12, 2008\";s:4:\"time\";s:7:\"9:12 am\";}s:51:\"https://deborahbrody.com/2008/03/we-shall-overcome/\";a:2:{s:4:\"date\";s:14:\"March 30, 2008\";s:4:\"time\";s:8:\"10:53 pm\";}s:47:\"https://deborahbrody.com/2008/04/ever-evolving/\";a:2:{s:4:\"date\";s:13:\"April 1, 2008\";s:4:\"time\";s:8:\"10:00 am\";}s:50:\"https://deborahbrody.com/2008/05/a-face-for-radio/\";a:2:{s:4:\"date\";s:11:\"May 5, 2008\";s:4:\"time\";s:7:\"8:57 am\";}s:43:\"https://deborahbrody.com/2011/07/questions/\";a:2:{s:4:\"date\";s:13:\"July 21, 2011\";s:4:\"time\";s:7:\"1:19 am\";}s:56:\"https://deborahbrody.com/2008/09/what-makes-you-special/\";a:2:{s:4:\"date\";s:17:\"September 5, 2008\";s:4:\"time\";s:8:\"11:11 am\";}s:52:\"https://deborahbrody.com/2008/09/another-guest-post/\";a:2:{s:4:\"date\";s:17:\"September 7, 2008\";s:4:\"time\";s:8:\"12:17 pm\";}s:71:\"https://deborahbrody.com/2008/09/is-the-media-the-message-an-editorial/\";a:2:{s:4:\"date\";s:17:\"September 8, 2008\";s:4:\"time\";s:8:\"11:53 am\";}s:48:\"https://deborahbrody.com/2008/09/when-ads-annoy/\";a:2:{s:4:\"date\";s:18:\"September 11, 2008\";s:4:\"time\";s:8:\"11:51 am\";}s:65:\"https://deborahbrody.com/2008/09/another-advertising-what-moment/\";a:2:{s:4:\"date\";s:18:\"September 12, 2008\";s:4:\"time\";s:7:\"7:44 am\";}s:76:\"https://deborahbrody.com/2008/09/customer-communications-in-an-unstable-era/\";a:2:{s:4:\"date\";s:18:\"September 16, 2008\";s:4:\"time\";s:7:\"7:40 am\";}s:56:\"https://deborahbrody.com/2008/09/will-it-play-in-peoria/\";a:2:{s:4:\"date\";s:18:\"September 21, 2008\";s:4:\"time\";s:7:\"6:04 pm\";}s:84:\"https://deborahbrody.com/2008/09/on-seizing-opportunity-and-speaking-diplomatically/\";a:2:{s:4:\"date\";s:18:\"September 25, 2008\";s:4:\"time\";s:7:\"9:22 am\";}s:70:\"https://deborahbrody.com/2008/09/what-kind-of-political-ad-works-best/\";a:2:{s:4:\"date\";s:18:\"September 26, 2008\";s:4:\"time\";s:7:\"8:49 am\";}s:73:\"https://deborahbrody.com/2008/09/on-coupons-and-reinventing-your-product/\";a:2:{s:4:\"date\";s:18:\"September 27, 2008\";s:4:\"time\";s:8:\"10:02 am\";}s:65:\"https://deborahbrody.com/2008/10/on-knowing-your-target-audience/\";a:2:{s:4:\"date\";s:15:\"October 3, 2008\";s:4:\"time\";s:7:\"1:46 pm\";}s:71:\"https://deborahbrody.com/2008/10/improve-your-marketing-communications/\";a:2:{s:4:\"date\";s:15:\"October 6, 2008\";s:4:\"time\";s:8:\"12:44 pm\";}s:48:\"https://deborahbrody.com/2008/10/ways-of-seeing/\";a:2:{s:4:\"date\";s:15:\"October 8, 2008\";s:4:\"time\";s:7:\"1:34 pm\";}s:67:\"https://deborahbrody.com/2008/10/the-virtues-of-staying-on-message/\";a:2:{s:4:\"date\";s:16:\"October 11, 2008\";s:4:\"time\";s:8:\"10:14 am\";}s:55:\"https://deborahbrody.com/2008/10/marketing-and-economy/\";a:2:{s:4:\"date\";s:16:\"October 16, 2008\";s:4:\"time\";s:7:\"8:43 am\";}s:56:\"https://deborahbrody.com/2008/10/sometimes-clever-works/\";a:2:{s:4:\"date\";s:16:\"October 25, 2008\";s:4:\"time\";s:8:\"10:01 pm\";}s:57:\"https://deborahbrody.com/2008/11/is-it-time-for-a-change/\";a:2:{s:4:\"date\";s:16:\"November 3, 2008\";s:4:\"time\";s:7:\"9:35 am\";}s:77:\"https://deborahbrody.com/2008/11/political-communication-is-a-two-way-street/\";a:2:{s:4:\"date\";s:16:\"November 4, 2008\";s:4:\"time\";s:8:\"11:14 am\";}s:75:\"https://deborahbrody.com/2008/11/where-there-is-chaos-there-is-opportunity/\";a:2:{s:4:\"date\";s:16:\"November 5, 2008\";s:4:\"time\";s:7:\"4:30 pm\";}s:47:\"https://deborahbrody.com/2008/11/its-a-new-day/\";a:2:{s:4:\"date\";s:17:\"November 11, 2008\";s:4:\"time\";s:7:\"1:12 pm\";}s:53:\"https://deborahbrody.com/2008/11/churchesadvertising/\";a:2:{s:4:\"date\";s:17:\"November 16, 2008\";s:4:\"time\";s:7:\"9:06 pm\";}s:62:\"https://deborahbrody.com/2008/11/when-does-it-become-too-much/\";a:2:{s:4:\"date\";s:17:\"November 17, 2008\";s:4:\"time\";s:7:\"5:40 pm\";}s:54:\"https://deborahbrody.com/2008/11/fast-food-is-healthy/\";a:2:{s:4:\"date\";s:17:\"November 20, 2008\";s:4:\"time\";s:7:\"8:41 am\";}s:56:\"https://deborahbrody.com/2008/11/publicizing-your-image/\";a:2:{s:4:\"date\";s:17:\"November 21, 2008\";s:4:\"time\";s:7:\"3:59 pm\";}s:52:\"https://deborahbrody.com/2008/11/new-selling-points/\";a:2:{s:4:\"date\";s:17:\"November 24, 2008\";s:4:\"time\";s:8:\"10:08 am\";}s:58:\"https://deborahbrody.com/2008/11/reality-versus-reporting/\";a:2:{s:4:\"date\";s:17:\"November 30, 2008\";s:4:\"time\";s:7:\"7:33 pm\";}s:47:\"https://deborahbrody.com/2008/12/the-hard-sell/\";a:2:{s:4:\"date\";s:16:\"December 5, 2008\";s:4:\"time\";s:8:\"12:31 pm\";}s:55:\"https://deborahbrody.com/2008/12/the-power-of-branding/\";a:2:{s:4:\"date\";s:16:\"December 8, 2008\";s:4:\"time\";s:7:\"9:20 am\";}s:52:\"https://deborahbrody.com/2008/12/now-its-robo-calls/\";a:2:{s:4:\"date\";s:16:\"December 9, 2008\";s:4:\"time\";s:8:\"12:37 pm\";}s:56:\"https://deborahbrody.com/2008/12/why-is-writing-so-hard/\";a:2:{s:4:\"date\";s:17:\"December 10, 2008\";s:4:\"time\";s:7:\"1:47 pm\";}s:69:\"https://deborahbrody.com/2008/12/usp-english-that-you-can-understand/\";a:2:{s:4:\"date\";s:17:\"December 11, 2008\";s:4:\"time\";s:7:\"9:36 am\";}s:52:\"https://deborahbrody.com/2008/12/brand-versus-price/\";a:2:{s:4:\"date\";s:17:\"December 13, 2008\";s:4:\"time\";s:7:\"8:14 pm\";}s:67:\"https://deborahbrody.com/2008/12/why-getting-feedback-is-important/\";a:2:{s:4:\"date\";s:17:\"December 15, 2008\";s:4:\"time\";s:7:\"9:39 am\";}s:68:\"https://deborahbrody.com/2008/12/selling-whoppers-or-selling-stupid/\";a:2:{s:4:\"date\";s:17:\"December 17, 2008\";s:4:\"time\";s:7:\"8:53 am\";}s:50:\"https://deborahbrody.com/2008/12/how-not-to-do-pr/\";a:2:{s:4:\"date\";s:17:\"December 18, 2008\";s:4:\"time\";s:7:\"5:50 pm\";}s:63:\"https://deborahbrody.com/2008/12/macys-pulls-out-all-the-stops/\";a:2:{s:4:\"date\";s:17:\"December 19, 2008\";s:4:\"time\";s:7:\"9:43 am\";}s:65:\"https://deborahbrody.com/2008/12/how-did-that-movie-win-an-oscar/\";a:2:{s:4:\"date\";s:17:\"December 22, 2008\";s:4:\"time\";s:7:\"1:05 pm\";}s:48:\"https://deborahbrody.com/2009/01/its-a-new-year/\";a:2:{s:4:\"date\";s:15:\"January 6, 2009\";s:4:\"time\";s:7:\"7:31 pm\";}s:48:\"https://deborahbrody.com/2009/01/save-save-save/\";a:2:{s:4:\"date\";s:16:\"January 12, 2009\";s:4:\"time\";s:7:\"9:58 am\";}s:68:\"https://deborahbrody.com/2009/01/what-brand-advertising-doesnt-work/\";a:2:{s:4:\"date\";s:16:\"January 12, 2009\";s:4:\"time\";s:7:\"5:40 pm\";}s:74:\"https://deborahbrody.com/2009/01/what-is-the-future-for-print-advertising/\";a:2:{s:4:\"date\";s:16:\"January 14, 2009\";s:4:\"time\";s:7:\"9:32 am\";}s:81:\"https://deborahbrody.com/2009/01/what-is-the-future-of-print-advertising-part-ii/\";a:2:{s:4:\"date\";s:16:\"January 16, 2009\";s:4:\"time\";s:8:\"10:38 am\";}s:49:\"https://deborahbrody.com/2009/01/trying-too-hard/\";a:2:{s:4:\"date\";s:16:\"January 20, 2009\";s:4:\"time\";s:7:\"8:03 am\";}s:70:\"https://deborahbrody.com/2009/01/the-dawn-of-a-new-communications-era/\";a:2:{s:4:\"date\";s:16:\"January 21, 2009\";s:4:\"time\";s:8:\"10:48 am\";}s:51:\"https://deborahbrody.com/2009/01/shelter-magazines/\";a:2:{s:4:\"date\";s:16:\"January 22, 2009\";s:4:\"time\";s:8:\"10:56 am\";}s:54:\"https://deborahbrody.com/2009/01/too-much-information/\";a:2:{s:4:\"date\";s:16:\"January 26, 2009\";s:4:\"time\";s:7:\"7:35 pm\";}s:49:\"https://deborahbrody.com/2009/01/too-sexy-for-tv/\";a:2:{s:4:\"date\";s:16:\"January 28, 2009\";s:4:\"time\";s:7:\"4:01 pm\";}s:55:\"https://deborahbrody.com/2009/01/speaking-off-the-cuff/\";a:2:{s:4:\"date\";s:16:\"January 29, 2009\";s:4:\"time\";s:8:\"12:26 pm\";}s:50:\"https://deborahbrody.com/2009/01/super-ad-twitter/\";a:2:{s:4:\"date\";s:16:\"January 30, 2009\";s:4:\"time\";s:7:\"5:31 pm\";}s:48:\"https://deborahbrody.com/2009/02/super-thoughts/\";a:2:{s:4:\"date\";s:16:\"February 1, 2009\";s:4:\"time\";s:7:\"6:37 pm\";}s:60:\"https://deborahbrody.com/2009/02/not-so-super-if-you-ask-me/\";a:2:{s:4:\"date\";s:16:\"February 2, 2009\";s:4:\"time\";s:7:\"9:15 am\";}s:70:\"https://deborahbrody.com/2009/02/vatican-is-a-bit-late-in-the-pr-game/\";a:2:{s:4:\"date\";s:16:\"February 5, 2009\";s:4:\"time\";s:7:\"8:35 am\";}s:71:\"https://deborahbrody.com/2009/02/personal-marketing-and-communications/\";a:2:{s:4:\"date\";s:16:\"February 5, 2009\";s:4:\"time\";s:7:\"8:33 am\";}s:56:\"https://deborahbrody.com/2009/02/those-changes-in-print/\";a:2:{s:4:\"date\";s:16:\"February 9, 2009\";s:4:\"time\";s:7:\"7:58 am\";}s:62:\"https://deborahbrody.com/2009/02/how-to-not-attract-attention/\";a:2:{s:4:\"date\";s:17:\"February 10, 2009\";s:4:\"time\";s:7:\"1:32 pm\";}s:48:\"https://deborahbrody.com/2009/02/energy-ad-wars/\";a:2:{s:4:\"date\";s:17:\"February 16, 2009\";s:4:\"time\";s:7:\"9:08 am\";}s:54:\"https://deborahbrody.com/2009/02/information-dispatch/\";a:2:{s:4:\"date\";s:17:\"February 18, 2009\";s:4:\"time\";s:8:\"10:09 am\";}s:52:\"https://deborahbrody.com/2009/02/in-print-or-online/\";a:2:{s:4:\"date\";s:17:\"February 23, 2009\";s:4:\"time\";s:7:\"9:58 am\";}s:53:\"https://deborahbrody.com/2009/02/frames-of-reference/\";a:2:{s:4:\"date\";s:17:\"February 23, 2009\";s:4:\"time\";s:7:\"5:03 pm\";}s:75:\"https://deborahbrody.com/2009/02/a-litte-old-fashioned-pr-for-the-airlines/\";a:2:{s:4:\"date\";s:17:\"February 24, 2009\";s:4:\"time\";s:7:\"6:02 am\";}s:66:\"https://deborahbrody.com/2009/02/diy-and-other-economic-realities/\";a:2:{s:4:\"date\";s:17:\"February 26, 2009\";s:4:\"time\";s:7:\"9:26 am\";}s:57:\"https://deborahbrody.com/2009/03/the-death-of-newspapers/\";a:2:{s:4:\"date\";s:13:\"March 1, 2009\";s:4:\"time\";s:7:\"9:55 am\";}s:56:\"https://deborahbrody.com/2009/03/its-all-in-the-details/\";a:2:{s:4:\"date\";s:13:\"March 3, 2009\";s:4:\"time\";s:7:\"4:28 pm\";}s:51:\"https://deborahbrody.com/2009/03/happy-grammar-day/\";a:2:{s:4:\"date\";s:13:\"March 4, 2009\";s:4:\"time\";s:7:\"7:02 pm\";}s:52:\"https://deborahbrody.com/2009/03/everything-must-go/\";a:2:{s:4:\"date\";s:13:\"March 5, 2009\";s:4:\"time\";s:7:\"3:59 pm\";}s:69:\"https://deborahbrody.com/2009/03/going-online-and-staying-on-message/\";a:2:{s:4:\"date\";s:13:\"March 6, 2009\";s:4:\"time\";s:7:\"9:12 am\";}s:50:\"https://deborahbrody.com/2009/03/overuse-syndrome/\";a:2:{s:4:\"date\";s:14:\"March 10, 2009\";s:4:\"time\";s:8:\"12:09 pm\";}s:68:\"https://deborahbrody.com/2009/03/time-to-sharpen-your-online-skills/\";a:2:{s:4:\"date\";s:14:\"March 13, 2009\";s:4:\"time\";s:7:\"8:57 am\";}s:57:\"https://deborahbrody.com/2009/03/how-not-to-make-friends/\";a:2:{s:4:\"date\";s:14:\"March 17, 2009\";s:4:\"time\";s:7:\"5:25 pm\";}s:62:\"https://deborahbrody.com/2009/03/again-with-public-perception/\";a:2:{s:4:\"date\";s:14:\"March 18, 2009\";s:4:\"time\";s:8:\"10:29 am\";}s:56:\"https://deborahbrody.com/2009/03/whats-making-you-sweet/\";a:2:{s:4:\"date\";s:14:\"March 21, 2009\";s:4:\"time\";s:8:\"11:11 am\";}s:47:\"https://deborahbrody.com/2009/03/its-the-media/\";a:2:{s:4:\"date\";s:14:\"March 23, 2009\";s:4:\"time\";s:8:\"11:58 am\";}s:59:\"https://deborahbrody.com/2009/03/on-doing-things-piecemeal/\";a:2:{s:4:\"date\";s:14:\"March 26, 2009\";s:4:\"time\";s:7:\"1:09 pm\";}s:55:\"https://deborahbrody.com/2009/03/marketing-is-personal/\";a:2:{s:4:\"date\";s:14:\"March 28, 2009\";s:4:\"time\";s:8:\"12:09 pm\";}s:48:\"https://deborahbrody.com/2009/03/the-opinion-ad/\";a:2:{s:4:\"date\";s:14:\"March 31, 2009\";s:4:\"time\";s:8:\"11:43 am\";}s:57:\"https://deborahbrody.com/2009/04/are-we-losing-radio-too/\";a:2:{s:4:\"date\";s:13:\"April 4, 2009\";s:4:\"time\";s:7:\"5:12 am\";}s:65:\"https://deborahbrody.com/2009/04/when-the-tag-line-doesnt-add-up/\";a:2:{s:4:\"date\";s:13:\"April 6, 2009\";s:4:\"time\";s:7:\"8:51 am\";}s:58:\"https://deborahbrody.com/2009/04/everything-can-be-bought/\";a:2:{s:4:\"date\";s:13:\"April 7, 2009\";s:4:\"time\";s:8:\"12:00 pm\";}s:78:\"https://deborahbrody.com/2009/04/the-question-of-the-day-is-twittter-worth-it/\";a:2:{s:4:\"date\";s:14:\"April 12, 2009\";s:4:\"time\";s:7:\"8:58 am\";}s:50:\"https://deborahbrody.com/2009/04/resisting-change/\";a:2:{s:4:\"date\";s:14:\"April 14, 2009\";s:4:\"time\";s:8:\"11:03 am\";}s:58:\"https://deborahbrody.com/2009/04/its-all-about-appearance/\";a:2:{s:4:\"date\";s:14:\"April 15, 2009\";s:4:\"time\";s:7:\"3:39 pm\";}s:61:\"https://deborahbrody.com/2009/04/what-we-can-learn-from-spam/\";a:2:{s:4:\"date\";s:14:\"April 21, 2009\";s:4:\"time\";s:8:\"11:38 am\";}s:58:\"https://deborahbrody.com/2009/04/how-to-develop-a-tagline/\";a:2:{s:4:\"date\";s:14:\"April 23, 2009\";s:4:\"time\";s:7:\"9:54 am\";}s:49:\"https://deborahbrody.com/2009/04/print-or-online/\";a:2:{s:4:\"date\";s:14:\"April 30, 2009\";s:4:\"time\";s:7:\"2:38 pm\";}s:57:\"https://deborahbrody.com/2009/05/communicating-with-geny/\";a:2:{s:4:\"date\";s:11:\"May 4, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:47:\"https://deborahbrody.com/2009/05/words-are-key/\";a:2:{s:4:\"date\";s:11:\"May 6, 2009\";s:4:\"time\";s:8:\"12:36 pm\";}s:62:\"https://deborahbrody.com/2009/05/blogs-comments-and-marketing/\";a:2:{s:4:\"date\";s:12:\"May 13, 2009\";s:4:\"time\";s:7:\"9:06 am\";}s:69:\"https://deborahbrody.com/2009/05/marketing-professional-associations/\";a:2:{s:4:\"date\";s:12:\"May 20, 2009\";s:4:\"time\";s:7:\"3:09 pm\";}s:59:\"https://deborahbrody.com/2009/05/the-defense-of-newspapers/\";a:2:{s:4:\"date\";s:12:\"May 25, 2009\";s:4:\"time\";s:8:\"10:22 am\";}s:59:\"https://deborahbrody.com/2009/06/writing-for-your-audience/\";a:2:{s:4:\"date\";s:12:\"June 2, 2009\";s:4:\"time\";s:7:\"8:16 am\";}s:71:\"https://deborahbrody.com/2009/06/how-newspapers-are-killing-themselves/\";a:2:{s:4:\"date\";s:12:\"June 4, 2009\";s:4:\"time\";s:7:\"2:16 pm\";}s:58:\"https://deborahbrody.com/2009/06/are-you-hosting-an-event/\";a:2:{s:4:\"date\";s:12:\"June 5, 2009\";s:4:\"time\";s:8:\"12:55 pm\";}s:61:\"https://deborahbrody.com/2009/06/thoughts-about-a-rebranding/\";a:2:{s:4:\"date\";s:12:\"June 8, 2009\";s:4:\"time\";s:8:\"11:18 am\";}s:68:\"https://deborahbrody.com/2009/06/the-answer-to-your-marketing-needs/\";a:2:{s:4:\"date\";s:13:\"June 16, 2009\";s:4:\"time\";s:7:\"2:21 pm\";}s:46:\"https://deborahbrody.com/2009/06/enewsletters/\";a:2:{s:4:\"date\";s:13:\"June 17, 2009\";s:4:\"time\";s:7:\"1:43 pm\";}s:49:\"https://deborahbrody.com/2009/06/random-thoughts/\";a:2:{s:4:\"date\";s:13:\"June 19, 2009\";s:4:\"time\";s:8:\"11:19 am\";}s:62:\"https://deborahbrody.com/2009/06/being-upfront-is-good-policy/\";a:2:{s:4:\"date\";s:13:\"June 24, 2009\";s:4:\"time\";s:8:\"10:13 am\";}s:73:\"https://deborahbrody.com/2009/06/ignore-your-core-audience-at-your-peril/\";a:2:{s:4:\"date\";s:13:\"June 30, 2009\";s:4:\"time\";s:7:\"8:59 am\";}s:69:\"https://deborahbrody.com/2009/07/more-thoughts-on-personal-marketing/\";a:2:{s:4:\"date\";s:13:\"July 14, 2009\";s:4:\"time\";s:8:\"12:41 pm\";}s:46:\"https://deborahbrody.com/2009/07/name-changes/\";a:2:{s:4:\"date\";s:13:\"July 15, 2009\";s:4:\"time\";s:7:\"8:52 am\";}s:70:\"https://deborahbrody.com/2009/07/so-did-the-celebrity-make-you-buy-it/\";a:2:{s:4:\"date\";s:13:\"July 16, 2009\";s:4:\"time\";s:7:\"7:02 am\";}s:52:\"https://deborahbrody.com/2009/07/whats-it-all-about/\";a:2:{s:4:\"date\";s:13:\"July 20, 2009\";s:4:\"time\";s:8:\"12:42 pm\";}s:58:\"https://deborahbrody.com/2009/07/customers-dont-want-work/\";a:2:{s:4:\"date\";s:13:\"July 23, 2009\";s:4:\"time\";s:7:\"7:19 am\";}s:52:\"https://deborahbrody.com/2009/07/the-best-marketing/\";a:2:{s:4:\"date\";s:13:\"July 27, 2009\";s:4:\"time\";s:7:\"4:44 pm\";}s:85:\"https://deborahbrody.com/2009/08/can-you-succeed-in-communications-without-new-media/\";a:2:{s:4:\"date\";s:14:\"August 4, 2009\";s:4:\"time\";s:7:\"8:29 am\";}s:58:\"https://deborahbrody.com/2009/08/interest-and-julie-julia/\";a:2:{s:4:\"date\";s:15:\"August 12, 2009\";s:4:\"time\";s:7:\"1:37 pm\";}s:67:\"https://deborahbrody.com/2009/08/new-business-marketing-essentials/\";a:2:{s:4:\"date\";s:15:\"August 13, 2009\";s:4:\"time\";s:7:\"8:31 am\";}s:67:\"https://deborahbrody.com/2009/08/why-a-thank-you-is-good-marketing/\";a:2:{s:4:\"date\";s:15:\"August 19, 2009\";s:4:\"time\";s:7:\"9:37 am\";}s:65:\"https://deborahbrody.com/2009/08/jetblue-sells-out-in-a-good-way/\";a:2:{s:4:\"date\";s:15:\"August 20, 2009\";s:4:\"time\";s:8:\"12:48 pm\";}s:53:\"https://deborahbrody.com/2009/08/strategy-vs-tactics/\";a:2:{s:4:\"date\";s:15:\"August 25, 2009\";s:4:\"time\";s:8:\"10:52 am\";}s:66:\"https://deborahbrody.com/2009/09/a-reason-to-buy-plus-photographs/\";a:2:{s:4:\"date\";s:17:\"September 1, 2009\";s:4:\"time\";s:7:\"4:12 pm\";}s:52:\"https://deborahbrody.com/2009/09/gender-and-message/\";a:2:{s:4:\"date\";s:17:\"September 3, 2009\";s:4:\"time\";s:8:\"10:19 am\";}s:54:\"https://deborahbrody.com/2009/09/the-value-of-a-title/\";a:2:{s:4:\"date\";s:17:\"September 9, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:45:\"https://deborahbrody.com/2009/09/profanities/\";a:2:{s:4:\"date\";s:18:\"September 10, 2009\";s:4:\"time\";s:8:\"10:00 am\";}s:85:\"https://deborahbrody.com/2009/09/you-only-have-one-chance-to-make-a-first-impression/\";a:2:{s:4:\"date\";s:18:\"September 11, 2009\";s:4:\"time\";s:8:\"11:09 am\";}s:48:\"https://deborahbrody.com/2009/09/business-cards/\";a:2:{s:4:\"date\";s:18:\"September 14, 2009\";s:4:\"time\";s:7:\"9:34 am\";}s:59:\"https://deborahbrody.com/2009/09/usps-marketing-disconnect/\";a:2:{s:4:\"date\";s:18:\"September 15, 2009\";s:4:\"time\";s:8:\"10:31 am\";}s:69:\"https://deborahbrody.com/2009/09/proving-once-again-mother-was-right/\";a:2:{s:4:\"date\";s:18:\"September 17, 2009\";s:4:\"time\";s:7:\"9:25 am\";}s:45:\"https://deborahbrody.com/2009/09/why-we-blog/\";a:2:{s:4:\"date\";s:18:\"September 18, 2009\";s:4:\"time\";s:7:\"1:08 pm\";}s:59:\"https://deborahbrody.com/2009/09/culture-in-communications/\";a:2:{s:4:\"date\";s:18:\"September 22, 2009\";s:4:\"time\";s:8:\"10:59 am\";}s:55:\"https://deborahbrody.com/2009/09/how-are-you-perceived/\";a:2:{s:4:\"date\";s:18:\"September 23, 2009\";s:4:\"time\";s:8:\"11:28 am\";}s:55:\"https://deborahbrody.com/2009/09/why-bother-with-print/\";a:2:{s:4:\"date\";s:18:\"September 25, 2009\";s:4:\"time\";s:8:\"11:12 am\";}s:53:\"https://deborahbrody.com/2009/09/slogans-have-impact/\";a:2:{s:4:\"date\";s:18:\"September 29, 2009\";s:4:\"time\";s:8:\"11:48 am\";}s:60:\"https://deborahbrody.com/2009/09/the-number-1-marketing-tip/\";a:2:{s:4:\"date\";s:18:\"September 30, 2009\";s:4:\"time\";s:7:\"1:49 pm\";}s:88:\"https://deborahbrody.com/2009/10/what-does-the-folding-of-gourmet-and-modern-bride-mean/\";a:2:{s:4:\"date\";s:15:\"October 6, 2009\";s:4:\"time\";s:8:\"12:22 pm\";}s:64:\"https://deborahbrody.com/2009/10/elements-of-a-successful-event/\";a:2:{s:4:\"date\";s:15:\"October 8, 2009\";s:4:\"time\";s:8:\"10:21 am\";}s:49:\"https://deborahbrody.com/2009/10/a-bit-of-advice/\";a:2:{s:4:\"date\";s:16:\"October 12, 2009\";s:4:\"time\";s:7:\"4:58 pm\";}s:67:\"https://deborahbrody.com/2009/10/who-is-helping-you-to-help-others/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:34 am\";}s:71:\"https://deborahbrody.com/2009/10/dont-try-the-same-trick-over-and-over/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:33 am\";}s:54:\"https://deborahbrody.com/2009/10/whatever-do-you-mean/\";a:2:{s:4:\"date\";s:16:\"October 23, 2009\";s:4:\"time\";s:8:\"11:30 am\";}s:82:\"https://deborahbrody.com/2009/10/revenue-is-good-but-not-at-the-expense-of-profit/\";a:2:{s:4:\"date\";s:16:\"October 26, 2009\";s:4:\"time\";s:7:\"8:11 am\";}s:50:\"https://deborahbrody.com/2009/10/numbers-dont-lie/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:33 am\";}s:44:\"https://deborahbrody.com/2009/10/propaganda/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:32 am\";}s:63:\"https://deborahbrody.com/2009/10/plainly-speaking-it-is-better/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:32 am\";}s:68:\"https://deborahbrody.com/2009/11/your-minimum-social-media-presence/\";a:2:{s:4:\"date\";s:17:\"November 11, 2009\";s:4:\"time\";s:7:\"4:36 pm\";}s:52:\"https://deborahbrody.com/2009/11/its-not-you-its-me/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:31 am\";}s:59:\"https://deborahbrody.com/2009/11/advertising-is-not-enough/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:30 am\";}s:55:\"https://deborahbrody.com/2009/11/we-still-need-editors/\";a:2:{s:4:\"date\";s:17:\"November 28, 2009\";s:4:\"time\";s:8:\"11:23 am\";}s:55:\"https://deborahbrody.com/2009/12/why-should-i-hire-you/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:29 am\";}s:61:\"https://deborahbrody.com/2009/12/social-media-has-changed-pr/\";a:2:{s:4:\"date\";s:16:\"December 5, 2009\";s:4:\"time\";s:7:\"9:45 am\";}s:47:\"https://deborahbrody.com/2009/12/be-consistent/\";a:2:{s:4:\"date\";s:16:\"December 8, 2009\";s:4:\"time\";s:7:\"2:15 pm\";}s:52:\"https://deborahbrody.com/2009/12/the-price-is-right/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:29 am\";}s:63:\"https://deborahbrody.com/2009/12/editor-publisher-to-shut-down/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:28 am\";}s:75:\"https://deborahbrody.com/2009/12/lack-of-communication-may-cost-you-a-sale/\";a:2:{s:4:\"date\";s:17:\"December 14, 2009\";s:4:\"time\";s:7:\"1:17 pm\";}s:59:\"https://deborahbrody.com/2009/12/taking-things-for-granted/\";a:2:{s:4:\"date\";s:17:\"December 15, 2009\";s:4:\"time\";s:7:\"9:05 am\";}s:83:\"https://deborahbrody.com/2009/12/was-2009-a-good-year-for-marketing-communications/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:28 am\";}s:46:\"https://deborahbrody.com/2010/01/expectations/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:27 am\";}s:58:\"https://deborahbrody.com/2010/01/the-unmaking-of-jay-leno/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:27 am\";}s:67:\"https://deborahbrody.com/2010/01/personal-marketing-goals-for-2010/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:26 am\";}s:69:\"https://deborahbrody.com/2010/01/is-twitter-a-high-school-for-adults/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:43:\"https://deborahbrody.com/2010/01/got-clout/\";a:2:{s:4:\"date\";s:16:\"January 18, 2010\";s:4:\"time\";s:7:\"4:31 pm\";}s:48:\"https://deborahbrody.com/2010/01/how-you-say-it/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:87:\"https://deborahbrody.com/2010/01/yep-you-can-judge-a-book-or-your-oatmeal-by-its-cover/\";a:2:{s:4:\"date\";s:16:\"January 26, 2010\";s:4:\"time\";s:8:\"12:17 pm\";}s:62:\"https://deborahbrody.com/2010/02/hello-there-social-butterfly/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:62:\"https://deborahbrody.com/2010/02/improve-your-email-marketing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:24 am\";}s:46:\"https://deborahbrody.com/2010/02/super-sexist/\";a:2:{s:4:\"date\";s:16:\"February 8, 2010\";s:4:\"time\";s:7:\"2:49 pm\";}s:72:\"https://deborahbrody.com/2010/02/what-do-toyota-and-snow-have-in-common/\";a:2:{s:4:\"date\";s:17:\"February 10, 2010\";s:4:\"time\";s:7:\"8:23 am\";}s:64:\"https://deborahbrody.com/2010/02/what-language-are-you-speaking/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:23 am\";}s:52:\"https://deborahbrody.com/2010/02/appearance-matters/\";a:2:{s:4:\"date\";s:17:\"February 23, 2010\";s:4:\"time\";s:7:\"7:52 am\";}s:54:\"https://deborahbrody.com/2010/02/are-you-being-obtuse/\";a:2:{s:4:\"date\";s:17:\"February 25, 2010\";s:4:\"time\";s:7:\"8:40 am\";}s:58:\"https://deborahbrody.com/2010/03/its-national-grammar-day/\";a:2:{s:4:\"date\";s:13:\"March 4, 2010\";s:4:\"time\";s:7:\"8:05 am\";}s:54:\"https://deborahbrody.com/2010/03/timing-is-everything/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:22 am\";}s:54:\"https://deborahbrody.com/2010/03/where-marketing-ends/\";a:2:{s:4:\"date\";s:14:\"March 11, 2010\";s:4:\"time\";s:8:\"10:16 am\";}s:55:\"https://deborahbrody.com/2010/03/qualities-of-a-pr-pro/\";a:2:{s:4:\"date\";s:14:\"March 16, 2010\";s:4:\"time\";s:7:\"2:05 pm\";}s:79:\"https://deborahbrody.com/2010/03/ads-are-powerful-differentiation-is-important/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:22 am\";}s:67:\"https://deborahbrody.com/2010/03/lessons-from-a-networking-session/\";a:2:{s:4:\"date\";s:14:\"March 25, 2010\";s:4:\"time\";s:8:\"10:14 am\";}s:46:\"https://deborahbrody.com/2010/03/following-up/\";a:2:{s:4:\"date\";s:14:\"March 26, 2010\";s:4:\"time\";s:7:\"1:03 pm\";}s:45:\"https://deborahbrody.com/2010/03/consistency/\";a:2:{s:4:\"date\";s:14:\"March 30, 2010\";s:4:\"time\";s:8:\"10:04 am\";}s:47:\"https://deborahbrody.com/2010/04/grammar-rules/\";a:2:{s:4:\"date\";s:13:\"April 5, 2010\";s:4:\"time\";s:8:\"11:45 am\";}s:53:\"https://deborahbrody.com/2010/04/grammar-rules-again/\";a:2:{s:4:\"date\";s:13:\"April 6, 2010\";s:4:\"time\";s:7:\"3:37 pm\";}s:54:\"https://deborahbrody.com/2010/04/what-was-he-thinking/\";a:2:{s:4:\"date\";s:13:\"April 8, 2010\";s:4:\"time\";s:8:\"11:16 am\";}s:62:\"https://deborahbrody.com/2010/04/looking-for-the-magic-bullet/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:20 am\";}s:49:\"https://deborahbrody.com/2010/04/identity-crisis/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:20 am\";}s:73:\"https://deborahbrody.com/2010/04/tweeting-and-not-failing-a-top-ten-list/\";a:2:{s:4:\"date\";s:14:\"April 21, 2010\";s:4:\"time\";s:8:\"12:34 pm\";}s:63:\"https://deborahbrody.com/2010/04/the-dark-side-of-social-media/\";a:2:{s:4:\"date\";s:14:\"April 22, 2010\";s:4:\"time\";s:8:\"12:51 pm\";}s:62:\"https://deborahbrody.com/2010/04/thoughts-on-the-new-facebook/\";a:2:{s:4:\"date\";s:14:\"April 23, 2010\";s:4:\"time\";s:8:\"10:38 am\";}s:50:\"https://deborahbrody.com/2010/05/beyond-marketing/\";a:2:{s:4:\"date\";s:11:\"May 5, 2010\";s:4:\"time\";s:7:\"9:29 am\";}s:54:\"https://deborahbrody.com/2010/05/marketing-one-to-one/\";a:2:{s:4:\"date\";s:12:\"May 11, 2010\";s:4:\"time\";s:7:\"2:47 pm\";}s:55:\"https://deborahbrody.com/2010/05/tech-vs-communication/\";a:2:{s:4:\"date\";s:12:\"May 12, 2010\";s:4:\"time\";s:7:\"1:12 pm\";}s:55:\"https://deborahbrody.com/2010/05/missing-opportunities/\";a:2:{s:4:\"date\";s:12:\"May 19, 2010\";s:4:\"time\";s:8:\"10:58 am\";}s:87:\"https://deborahbrody.com/2010/05/what-the-facebook-fracas-can-teach-us-about-marketing/\";a:2:{s:4:\"date\";s:12:\"May 20, 2010\";s:4:\"time\";s:8:\"10:00 am\";}s:65:\"https://deborahbrody.com/2010/05/avoid-alienating-nearly-anybody/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:19 am\";}s:75:\"https://deborahbrody.com/2010/05/how-to-alienate-people-and-lose-customers/\";a:2:{s:4:\"date\";s:12:\"May 28, 2010\";s:4:\"time\";s:7:\"9:13 am\";}s:59:\"https://deborahbrody.com/2010/06/things-that-make-me-crazy/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:19 am\";}s:64:\"https://deborahbrody.com/2010/06/communicating-better-by-design/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:18 am\";}s:77:\"https://deborahbrody.com/2010/06/what-to-do-when-theres-too-much-competition/\";a:2:{s:4:\"date\";s:12:\"June 9, 2010\";s:4:\"time\";s:7:\"2:10 pm\";}s:52:\"https://deborahbrody.com/2010/06/its-when-you-do-it/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:17 am\";}s:60:\"https://deborahbrody.com/2010/06/advice-you-shouldnt-ignore/\";a:2:{s:4:\"date\";s:13:\"June 22, 2010\";s:4:\"time\";s:8:\"10:36 am\";}s:58:\"https://deborahbrody.com/2010/06/its-always-on-the-record/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:17 am\";}s:67:\"https://deborahbrody.com/2010/06/wiki-promotion-and-self-promotion/\";a:2:{s:4:\"date\";s:13:\"June 28, 2010\";s:4:\"time\";s:8:\"12:39 pm\";}s:87:\"https://deborahbrody.com/2010/07/is-the-washington-post-trying-to-alienate-subscribers/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:16 am\";}s:59:\"https://deborahbrody.com/2010/07/do-you-value-your-website/\";a:2:{s:4:\"date\";s:12:\"July 6, 2010\";s:4:\"time\";s:8:\"10:50 am\";}s:63:\"https://deborahbrody.com/2010/07/are-you-keeping-your-promises/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:16 am\";}s:61:\"https://deborahbrody.com/2010/07/some-non-connected-thoughts/\";a:2:{s:4:\"date\";s:13:\"July 15, 2010\";s:4:\"time\";s:7:\"9:44 am\";}s:74:\"https://deborahbrody.com/2010/07/how-what-you-dont-say-or-do-can-hurt-you/\";a:2:{s:4:\"date\";s:13:\"July 19, 2010\";s:4:\"time\";s:8:\"11:38 am\";}s:75:\"https://deborahbrody.com/2010/07/when-your-ceo-is-giving-you-pr-nightmares/\";a:2:{s:4:\"date\";s:13:\"July 20, 2010\";s:4:\"time\";s:8:\"10:14 am\";}s:85:\"https://deborahbrody.com/2010/07/is-the-lack-of-crisis-pr-to-blame-for-brand-failure/\";a:2:{s:4:\"date\";s:13:\"July 21, 2010\";s:4:\"time\";s:7:\"8:53 am\";}s:49:\"https://deborahbrody.com/2010/07/giving-a-speech/\";a:2:{s:4:\"date\";s:13:\"July 29, 2010\";s:4:\"time\";s:7:\"7:57 am\";}s:75:\"https://deborahbrody.com/2010/07/customer-communications-is-part-of-marcom/\";a:2:{s:4:\"date\";s:13:\"July 30, 2010\";s:4:\"time\";s:7:\"8:08 am\";}s:51:\"https://deborahbrody.com/2010/08/a-big-fat-problem/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:15 am\";}s:70:\"https://deborahbrody.com/2010/08/communications-is-part-of-leadership/\";a:2:{s:4:\"date\";s:14:\"August 9, 2010\";s:4:\"time\";s:8:\"11:10 am\";}s:88:\"https://deborahbrody.com/2010/08/editorial-the-obamas-need-better-communications-advice/\";a:2:{s:4:\"date\";s:15:\"August 11, 2010\";s:4:\"time\";s:7:\"2:20 pm\";}s:75:\"https://deborahbrody.com/2010/08/what-does-your-twitter-stream-communicate/\";a:2:{s:4:\"date\";s:15:\"August 16, 2010\";s:4:\"time\";s:7:\"8:45 am\";}s:56:\"https://deborahbrody.com/2010/08/what-are-you-all-about/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:15 am\";}s:80:\"https://deborahbrody.com/2010/08/even-good-communications-dont-fix-bad-products/\";a:2:{s:4:\"date\";s:15:\"August 26, 2010\";s:4:\"time\";s:8:\"10:47 am\";}s:45:\"https://deborahbrody.com/2010/08/social-cues/\";a:2:{s:4:\"date\";s:15:\"August 30, 2010\";s:4:\"time\";s:7:\"9:24 am\";}s:52:\"https://deborahbrody.com/2010/09/labor-day-thoughts/\";a:2:{s:4:\"date\";s:17:\"September 3, 2010\";s:4:\"time\";s:8:\"10:11 am\";}s:79:\"https://deborahbrody.com/2010/09/is-customer-service-your-best-marcom-strategy/\";a:2:{s:4:\"date\";s:17:\"September 8, 2010\";s:4:\"time\";s:8:\"10:24 am\";}s:67:\"https://deborahbrody.com/2010/09/personality-and-style-communicate/\";a:2:{s:4:\"date\";s:18:\"September 15, 2010\";s:4:\"time\";s:8:\"11:22 am\";}s:58:\"https://deborahbrody.com/2010/09/is-social-media-all-that/\";a:2:{s:4:\"date\";s:18:\"September 17, 2010\";s:4:\"time\";s:7:\"2:52 pm\";}s:68:\"https://deborahbrody.com/2010/09/dont-go-knocking-traditional-media/\";a:2:{s:4:\"date\";s:18:\"September 20, 2010\";s:4:\"time\";s:8:\"12:11 pm\";}s:54:\"https://deborahbrody.com/2010/09/dont-buy-your-own-pr/\";a:2:{s:4:\"date\";s:18:\"September 24, 2010\";s:4:\"time\";s:7:\"8:53 am\";}s:61:\"https://deborahbrody.com/2010/09/its-not-what-you-say-you-do/\";a:2:{s:4:\"date\";s:18:\"September 28, 2010\";s:4:\"time\";s:7:\"2:44 pm\";}s:49:\"https://deborahbrody.com/2010/10/who-is-your-rep/\";a:2:{s:4:\"date\";s:15:\"October 5, 2010\";s:4:\"time\";s:7:\"4:01 pm\";}s:52:\"https://deborahbrody.com/2010/10/you-must-know-tech/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:14 am\";}s:44:\"https://deborahbrody.com/2010/10/mass-comms/\";a:2:{s:4:\"date\";s:16:\"October 14, 2010\";s:4:\"time\";s:7:\"1:27 pm\";}s:49:\"https://deborahbrody.com/2010/10/blog-action-day/\";a:2:{s:4:\"date\";s:16:\"October 15, 2010\";s:4:\"time\";s:8:\"11:58 am\";}s:55:\"https://deborahbrody.com/2010/10/an-easy-marketing-tip/\";a:2:{s:4:\"date\";s:16:\"October 18, 2010\";s:4:\"time\";s:8:\"11:34 am\";}s:59:\"https://deborahbrody.com/2010/10/can-you-keep-your-promise/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:44 pm\";}s:58:\"https://deborahbrody.com/2010/10/are-you-hitting-the-mark/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:12 am\";}s:66:\"https://deborahbrody.com/2010/11/you-may-be-overlooking-something/\";a:2:{s:4:\"date\";s:16:\"November 1, 2010\";s:4:\"time\";s:7:\"3:56 pm\";}s:56:\"https://deborahbrody.com/2010/11/why-the-democrats-lost/\";a:2:{s:4:\"date\";s:16:\"November 3, 2010\";s:4:\"time\";s:8:\"10:24 am\";}s:60:\"https://deborahbrody.com/2010/11/and-president-obama-agrees/\";a:2:{s:4:\"date\";s:16:\"November 5, 2010\";s:4:\"time\";s:7:\"7:40 am\";}s:60:\"https://deborahbrody.com/2010/11/go-check-in-somewhere-else/\";a:2:{s:4:\"date\";s:16:\"November 8, 2010\";s:4:\"time\";s:7:\"8:12 am\";}s:42:\"https://deborahbrody.com/2010/11/addicted/\";a:2:{s:4:\"date\";s:16:\"November 9, 2010\";s:4:\"time\";s:7:\"2:19 pm\";}s:67:\"https://deborahbrody.com/2010/11/sometimes-it-isnt-about-marketing/\";a:2:{s:4:\"date\";s:17:\"November 22, 2010\";s:4:\"time\";s:7:\"9:09 am\";}s:61:\"https://deborahbrody.com/2010/11/inform-your-customers-first/\";a:2:{s:4:\"date\";s:17:\"November 23, 2010\";s:4:\"time\";s:8:\"10:09 am\";}s:48:\"https://deborahbrody.com/2010/11/what-sways-you/\";a:2:{s:4:\"date\";s:17:\"November 25, 2010\";s:4:\"time\";s:8:\"10:51 am\";}s:47:\"https://deborahbrody.com/2010/11/are-you-stuck/\";a:2:{s:4:\"date\";s:17:\"November 30, 2010\";s:4:\"time\";s:8:\"10:08 am\";}s:80:\"https://deborahbrody.com/2010/12/marketing-that-works-and-marketing-that-doesnt/\";a:2:{s:4:\"date\";s:16:\"December 1, 2010\";s:4:\"time\";s:8:\"10:32 am\";}s:97:\"https://deborahbrody.com/2010/12/want-to-improve-your-marketing-start-with-your-customer-service/\";a:2:{s:4:\"date\";s:16:\"December 3, 2010\";s:4:\"time\";s:7:\"9:33 am\";}s:62:\"https://deborahbrody.com/2010/12/update-pepco-and-reliability/\";a:2:{s:4:\"date\";s:16:\"December 6, 2010\";s:4:\"time\";s:7:\"8:54 am\";}s:53:\"https://deborahbrody.com/2010/12/pepco-post-number-3/\";a:2:{s:4:\"date\";s:16:\"December 9, 2010\";s:4:\"time\";s:8:\"10:47 am\";}s:43:\"https://deborahbrody.com/2010/12/logistics/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:11 am\";}s:78:\"https://deborahbrody.com/2010/12/on-becoming-dependent-and-thoughts-on-crying/\";a:2:{s:4:\"date\";s:17:\"December 17, 2010\";s:4:\"time\";s:7:\"1:49 pm\";}s:49:\"https://deborahbrody.com/2010/12/are-you-a-tease/\";a:2:{s:4:\"date\";s:17:\"December 21, 2010\";s:4:\"time\";s:8:\"12:35 pm\";}s:48:\"https://deborahbrody.com/2010/12/happy-holidays/\";a:2:{s:4:\"date\";s:17:\"December 24, 2010\";s:4:\"time\";s:7:\"9:38 am\";}s:92:\"https://deborahbrody.com/2011/01/following-up-your-number-one-marketing-resolution-for-2011/\";a:2:{s:4:\"date\";s:15:\"January 3, 2011\";s:4:\"time\";s:7:\"4:22 pm\";}s:56:\"https://deborahbrody.com/2011/01/when-movies-cost-10-75/\";a:2:{s:4:\"date\";s:15:\"January 4, 2011\";s:4:\"time\";s:8:\"10:15 am\";}s:47:\"https://deborahbrody.com/2011/01/r-e-s-p-e-c-t/\";a:2:{s:4:\"date\";s:15:\"January 6, 2011\";s:4:\"time\";s:7:\"9:13 am\";}s:54:\"https://deborahbrody.com/2011/01/its-never-just-words/\";a:2:{s:4:\"date\";s:16:\"January 12, 2011\";s:4:\"time\";s:7:\"3:33 pm\";}s:76:\"https://deborahbrody.com/2011/01/one-move-to-guarantee-social-media-success/\";a:2:{s:4:\"date\";s:16:\"January 14, 2011\";s:4:\"time\";s:7:\"9:33 am\";}s:77:\"https://deborahbrody.com/2011/01/tips-to-improve-your-customer-communication/\";a:2:{s:4:\"date\";s:16:\"January 18, 2011\";s:4:\"time\";s:7:\"1:50 pm\";}s:54:\"https://deborahbrody.com/2011/01/connecting-in-person/\";a:2:{s:4:\"date\";s:16:\"January 21, 2011\";s:4:\"time\";s:7:\"4:10 pm\";}s:75:\"https://deborahbrody.com/2011/01/nonprofit-communications-how-not-to-do-it/\";a:2:{s:4:\"date\";s:16:\"January 23, 2011\";s:4:\"time\";s:7:\"8:39 am\";}s:54:\"https://deborahbrody.com/2011/01/marketing-old-school/\";a:2:{s:4:\"date\";s:16:\"January 27, 2011\";s:4:\"time\";s:8:\"12:39 pm\";}s:72:\"https://deborahbrody.com/2011/01/one-thing-that-will-make-you-stand-out/\";a:2:{s:4:\"date\";s:16:\"January 30, 2011\";s:4:\"time\";s:8:\"11:37 am\";}s:48:\"https://deborahbrody.com/2011/02/positive-power/\";a:2:{s:4:\"date\";s:16:\"February 1, 2011\";s:4:\"time\";s:7:\"1:12 pm\";}s:70:\"https://deborahbrody.com/2011/02/wapo-carney-hopes-and-pepco-failures/\";a:2:{s:4:\"date\";s:16:\"February 2, 2011\";s:4:\"time\";s:7:\"9:48 am\";}s:66:\"https://deborahbrody.com/2011/02/4-items-to-check-on-your-website/\";a:2:{s:4:\"date\";s:17:\"February 14, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:58:\"https://deborahbrody.com/2011/02/how-to-become-irrelevant/\";a:2:{s:4:\"date\";s:17:\"February 22, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:73:\"https://deborahbrody.com/2011/02/is-social-media-the-right-venue-for-you/\";a:2:{s:4:\"date\";s:17:\"February 28, 2011\";s:4:\"time\";s:7:\"8:57 am\";}s:56:\"https://deborahbrody.com/2011/03/plan-b-do-you-have-one/\";a:2:{s:4:\"date\";s:13:\"March 7, 2011\";s:4:\"time\";s:7:\"3:35 pm\";}s:72:\"https://deborahbrody.com/2011/03/are-you-trying-to-bully-your-customers/\";a:2:{s:4:\"date\";s:13:\"March 8, 2011\";s:4:\"time\";s:7:\"1:07 pm\";}s:64:\"https://deborahbrody.com/2011/03/web-and-social-media-irritants/\";a:2:{s:4:\"date\";s:14:\"March 16, 2011\";s:4:\"time\";s:8:\"11:30 am\";}s:61:\"https://deborahbrody.com/2011/03/the-new-york-times-pay-wall/\";a:2:{s:4:\"date\";s:14:\"March 18, 2011\";s:4:\"time\";s:8:\"10:43 am\";}s:57:\"https://deborahbrody.com/2011/03/what-makes-stories-work/\";a:2:{s:4:\"date\";s:14:\"March 21, 2011\";s:4:\"time\";s:7:\"1:14 pm\";}s:65:\"https://deborahbrody.com/2011/03/how-not-to-write-a-cover-letter/\";a:2:{s:4:\"date\";s:14:\"March 22, 2011\";s:4:\"time\";s:8:\"11:53 am\";}s:63:\"https://deborahbrody.com/2011/03/how-to-leave-a-bad-impression/\";a:2:{s:4:\"date\";s:14:\"March 24, 2011\";s:4:\"time\";s:7:\"1:29 pm\";}s:67:\"https://deborahbrody.com/2011/03/dont-waste-your-marketing-dollars/\";a:2:{s:4:\"date\";s:14:\"March 28, 2011\";s:4:\"time\";s:7:\"1:32 pm\";}s:52:\"https://deborahbrody.com/2011/04/reputation-matters/\";a:2:{s:4:\"date\";s:13:\"April 1, 2011\";s:4:\"time\";s:8:\"10:02 am\";}s:80:\"https://deborahbrody.com/2011/04/what-we-can-learn-from-the-budget-negotiations/\";a:2:{s:4:\"date\";s:14:\"April 12, 2011\";s:4:\"time\";s:8:\"10:26 am\";}s:57:\"https://deborahbrody.com/2011/04/my-marketing-must-haves/\";a:2:{s:4:\"date\";s:14:\"April 19, 2011\";s:4:\"time\";s:8:\"11:03 am\";}s:77:\"https://deborahbrody.com/2011/04/1-big-lesson-from-3-cups-of-tea-controversy/\";a:2:{s:4:\"date\";s:14:\"April 20, 2011\";s:4:\"time\";s:7:\"1:09 pm\";}s:60:\"https://deborahbrody.com/2011/04/hiding-crucial-information/\";a:2:{s:4:\"date\";s:14:\"April 21, 2011\";s:4:\"time\";s:8:\"11:16 am\";}s:46:\"https://deborahbrody.com/2011/04/wotd-vacuous/\";a:2:{s:4:\"date\";s:14:\"April 25, 2011\";s:4:\"time\";s:8:\"11:41 am\";}s:50:\"https://deborahbrody.com/2011/04/check-your-links/\";a:2:{s:4:\"date\";s:14:\"April 26, 2011\";s:4:\"time\";s:8:\"11:11 am\";}s:47:\"https://deborahbrody.com/2011/04/mirror-mirror/\";a:2:{s:4:\"date\";s:14:\"April 27, 2011\";s:4:\"time\";s:7:\"1:56 pm\";}s:80:\"https://deborahbrody.com/2011/05/two-different-offers-from-one-service-provider/\";a:2:{s:4:\"date\";s:11:\"May 5, 2011\";s:4:\"time\";s:7:\"1:48 pm\";}s:56:\"https://deborahbrody.com/2011/05/do-you-speak-jargonese/\";a:2:{s:4:\"date\";s:11:\"May 6, 2011\";s:4:\"time\";s:8:\"12:02 pm\";}s:60:\"https://deborahbrody.com/2011/05/faction-learn-what-this-is/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:29 pm\";}s:74:\"https://deborahbrody.com/2011/05/you-must-be-able-to-answer-this-question/\";a:2:{s:4:\"date\";s:12:\"May 10, 2011\";s:4:\"time\";s:8:\"10:22 am\";}s:64:\"https://deborahbrody.com/2011/05/brilliant-and-not-so-brilliant/\";a:2:{s:4:\"date\";s:12:\"May 16, 2011\";s:4:\"time\";s:8:\"11:14 am\";}s:58:\"https://deborahbrody.com/2011/05/repetition-and-frequency/\";a:2:{s:4:\"date\";s:12:\"May 17, 2011\";s:4:\"time\";s:7:\"2:19 pm\";}s:66:\"https://deborahbrody.com/2011/05/engagement-is-just-the-beginning/\";a:2:{s:4:\"date\";s:12:\"May 24, 2011\";s:4:\"time\";s:8:\"10:42 am\";}s:71:\"https://deborahbrody.com/2011/06/using-capitalized-words-the-right-way/\";a:2:{s:4:\"date\";s:12:\"June 2, 2011\";s:4:\"time\";s:7:\"2:45 pm\";}s:92:\"https://deborahbrody.com/2011/06/thoughts-on-reaching-out-stumbling-blocks-and-helplessness/\";a:2:{s:4:\"date\";s:12:\"June 3, 2011\";s:4:\"time\";s:7:\"7:42 am\";}s:52:\"https://deborahbrody.com/2011/06/write-well-or-fail/\";a:2:{s:4:\"date\";s:12:\"June 9, 2011\";s:4:\"time\";s:8:\"10:07 am\";}s:73:\"https://deborahbrody.com/2011/06/putting-back-the-social-in-social-media/\";a:2:{s:4:\"date\";s:13:\"June 22, 2011\";s:4:\"time\";s:7:\"4:47 pm\";}s:63:\"https://deborahbrody.com/2011/06/the-problem-with-leaf-blowers/\";a:2:{s:4:\"date\";s:13:\"June 28, 2011\";s:4:\"time\";s:7:\"1:07 pm\";}s:85:\"https://deborahbrody.com/2011/07/what-you-can-learn-about-marketing-from-food-trucks/\";a:2:{s:4:\"date\";s:12:\"July 6, 2011\";s:4:\"time\";s:7:\"3:20 pm\";}s:67:\"https://deborahbrody.com/2011/07/how-to-make-sure-nobody-likes-you/\";a:2:{s:4:\"date\";s:13:\"July 11, 2011\";s:4:\"time\";s:8:\"10:09 am\";}s:70:\"https://deborahbrody.com/2011/07/how-to-become-the-most-hated-company/\";a:2:{s:4:\"date\";s:13:\"July 12, 2011\";s:4:\"time\";s:8:\"10:25 am\";}s:79:\"https://deborahbrody.com/2011/07/more-ways-to-make-people-dislike-your-company/\";a:2:{s:4:\"date\";s:13:\"July 13, 2011\";s:4:\"time\";s:8:\"10:26 am\";}s:77:\"https://deborahbrody.com/2011/07/getting-more-readers-and-getting-unfollowed/\";a:2:{s:4:\"date\";s:13:\"July 18, 2011\";s:4:\"time\";s:7:\"3:39 pm\";}s:50:\"https://deborahbrody.com/2011/07/doesnt-everybody/\";a:2:{s:4:\"date\";s:13:\"July 20, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:70:\"https://deborahbrody.com/2011/07/beware-the-social-media-echo-chamber/\";a:2:{s:4:\"date\";s:13:\"July 25, 2011\";s:4:\"time\";s:8:\"10:50 am\";}s:66:\"https://deborahbrody.com/2011/07/bad-habits-or-perception-busters/\";a:2:{s:4:\"date\";s:13:\"July 27, 2011\";s:4:\"time\";s:7:\"8:23 am\";}s:72:\"https://deborahbrody.com/2011/07/how-to-judge-a-business-by-its-website/\";a:2:{s:4:\"date\";s:13:\"July 28, 2011\";s:4:\"time\";s:8:\"10:36 am\";}s:62:\"https://deborahbrody.com/2011/08/are-you-ready-for-prime-time/\";a:2:{s:4:\"date\";s:14:\"August 1, 2011\";s:4:\"time\";s:8:\"10:25 am\";}s:47:\"https://deborahbrody.com/2008/01/hello-world-2/\";a:2:{s:4:\"date\";s:16:\"January 15, 2008\";s:4:\"time\";s:7:\"7:38 am\";}s:50:\"https://deborahbrody.com/2008/01/person-to-person/\";a:2:{s:4:\"date\";s:16:\"January 17, 2008\";s:4:\"time\";s:7:\"8:40 am\";}s:50:\"https://deborahbrody.com/2008/01/do-u-ck-spelling/\";a:2:{s:4:\"date\";s:16:\"January 18, 2008\";s:4:\"time\";s:7:\"8:20 am\";}s:41:\"https://deborahbrody.com/2008/01/mlk-day/\";a:2:{s:4:\"date\";s:16:\"January 21, 2008\";s:4:\"time\";s:7:\"9:21 am\";}s:47:\"https://deborahbrody.com/2008/01/headline-here/\";a:2:{s:4:\"date\";s:16:\"January 25, 2008\";s:4:\"time\";s:8:\"12:16 pm\";}s:42:\"https://deborahbrody.com/2008/01/websites/\";a:2:{s:4:\"date\";s:16:\"January 29, 2008\";s:4:\"time\";s:7:\"1:58 pm\";}s:55:\"https://deborahbrody.com/2008/01/necessary-information/\";a:2:{s:4:\"date\";s:16:\"January 30, 2008\";s:4:\"time\";s:8:\"11:04 am\";}s:44:\"https://deborahbrody.com/2008/02/super-bowl/\";a:2:{s:4:\"date\";s:16:\"February 3, 2008\";s:4:\"time\";s:8:\"11:27 am\";}s:55:\"https://deborahbrody.com/2008/02/super-ad-or-super-bad/\";a:2:{s:4:\"date\";s:16:\"February 4, 2008\";s:4:\"time\";s:7:\"9:23 am\";}s:49:\"https://deborahbrody.com/2008/02/super-political/\";a:2:{s:4:\"date\";s:16:\"February 5, 2008\";s:4:\"time\";s:7:\"1:06 pm\";}s:53:\"https://deborahbrody.com/2008/02/segmented-audiences/\";a:2:{s:4:\"date\";s:16:\"February 7, 2008\";s:4:\"time\";s:7:\"9:05 am\";}s:46:\"https://deborahbrody.com/2008/03/junk-calling/\";a:2:{s:4:\"date\";s:14:\"March 13, 2008\";s:4:\"time\";s:7:\"9:50 am\";}s:68:\"https://deborahbrody.com/2008/03/how-different-can-a-supermarket-be/\";a:2:{s:4:\"date\";s:14:\"March 13, 2008\";s:4:\"time\";s:7:\"8:11 pm\";}s:66:\"https://deborahbrody.com/2008/03/intrusive-marketing-hits-a-nerve/\";a:2:{s:4:\"date\";s:14:\"March 14, 2008\";s:4:\"time\";s:7:\"9:36 am\";}s:56:\"https://deborahbrody.com/2008/03/good-ol-martha-stewart/\";a:2:{s:4:\"date\";s:14:\"March 14, 2008\";s:4:\"time\";s:8:\"12:04 pm\";}s:51:\"https://deborahbrody.com/2008/03/is-spam-marketing/\";a:2:{s:4:\"date\";s:14:\"March 17, 2008\";s:4:\"time\";s:7:\"9:23 am\";}s:42:\"https://deborahbrody.com/2008/03/the-buzz/\";a:2:{s:4:\"date\";s:14:\"March 18, 2008\";s:4:\"time\";s:7:\"9:22 am\";}s:46:\"https://deborahbrody.com/2008/03/junk-part-ii/\";a:2:{s:4:\"date\";s:14:\"March 19, 2008\";s:4:\"time\";s:7:\"7:15 am\";}s:73:\"https://deborahbrody.com/2008/03/do-you-believe-in-the-power-of-branding/\";a:2:{s:4:\"date\";s:14:\"March 20, 2008\";s:4:\"time\";s:7:\"9:12 am\";}s:51:\"https://deborahbrody.com/2008/03/podcasting-really/\";a:2:{s:4:\"date\";s:14:\"March 24, 2008\";s:4:\"time\";s:8:\"12:24 pm\";}s:47:\"https://deborahbrody.com/2008/03/design-counts/\";a:2:{s:4:\"date\";s:14:\"March 25, 2008\";s:4:\"time\";s:7:\"9:04 am\";}s:57:\"https://deborahbrody.com/2008/03/will-newspapers-survive/\";a:2:{s:4:\"date\";s:14:\"March 27, 2008\";s:4:\"time\";s:7:\"1:09 pm\";}s:48:\"https://deborahbrody.com/2008/04/more-evolution/\";a:2:{s:4:\"date\";s:13:\"April 1, 2008\";s:4:\"time\";s:8:\"10:50 am\";}s:52:\"https://deborahbrody.com/2008/04/musically-inclined/\";a:2:{s:4:\"date\";s:13:\"April 3, 2008\";s:4:\"time\";s:7:\"8:30 am\";}s:44:\"https://deborahbrody.com/2008/04/drugged-up/\";a:2:{s:4:\"date\";s:13:\"April 4, 2008\";s:4:\"time\";s:7:\"7:59 am\";}s:70:\"https://deborahbrody.com/2008/04/update-new-book-about-drug-marketing/\";a:2:{s:4:\"date\";s:13:\"April 6, 2008\";s:4:\"time\";s:7:\"8:48 am\";}s:66:\"https://deborahbrody.com/2008/04/what-makes-a-beer-worth-drinking/\";a:2:{s:4:\"date\";s:13:\"April 7, 2008\";s:4:\"time\";s:8:\"12:05 pm\";}s:52:\"https://deborahbrody.com/2008/04/viagra-on-abc-news/\";a:2:{s:4:\"date\";s:13:\"April 7, 2008\";s:4:\"time\";s:7:\"6:56 pm\";}s:46:\"https://deborahbrody.com/2008/04/need-vs-want/\";a:2:{s:4:\"date\";s:13:\"April 9, 2008\";s:4:\"time\";s:7:\"7:28 am\";}s:44:\"https://deborahbrody.com/2008/04/tagging-it/\";a:2:{s:4:\"date\";s:14:\"April 11, 2008\";s:4:\"time\";s:7:\"9:45 am\";}s:46:\"https://deborahbrody.com/2008/04/more-tagging/\";a:2:{s:4:\"date\";s:14:\"April 11, 2008\";s:4:\"time\";s:7:\"8:33 pm\";}s:49:\"https://deborahbrody.com/2008/04/sunday-mornings/\";a:2:{s:4:\"date\";s:14:\"April 14, 2008\";s:4:\"time\";s:7:\"8:45 am\";}s:76:\"https://deborahbrody.com/2008/04/social-marketing-at-the-presidential-level/\";a:2:{s:4:\"date\";s:14:\"April 15, 2008\";s:4:\"time\";s:8:\"11:00 am\";}s:51:\"https://deborahbrody.com/2008/04/cynical-marketing/\";a:2:{s:4:\"date\";s:14:\"April 17, 2008\";s:4:\"time\";s:7:\"9:13 am\";}s:67:\"https://deborahbrody.com/2008/04/advertising-in-the-friendly-skies/\";a:2:{s:4:\"date\";s:14:\"April 21, 2008\";s:4:\"time\";s:7:\"9:39 am\";}s:61:\"https://deborahbrody.com/2008/04/going-green-is-all-the-rage/\";a:2:{s:4:\"date\";s:14:\"April 23, 2008\";s:4:\"time\";s:8:\"10:37 am\";}s:52:\"https://deborahbrody.com/2008/04/whats-good-endures/\";a:2:{s:4:\"date\";s:14:\"April 25, 2008\";s:4:\"time\";s:8:\"10:57 am\";}s:50:\"https://deborahbrody.com/2008/05/free-advertising/\";a:2:{s:4:\"date\";s:11:\"May 7, 2008\";s:4:\"time\";s:8:\"10:53 am\";}s:51:\"https://deborahbrody.com/2008/05/radio-face-part-2/\";a:2:{s:4:\"date\";s:11:\"May 8, 2008\";s:4:\"time\";s:8:\"11:19 am\";}s:53:\"https://deborahbrody.com/2008/05/before-the-trailers/\";a:2:{s:4:\"date\";s:12:\"May 12, 2008\";s:4:\"time\";s:7:\"5:05 pm\";}s:57:\"https://deborahbrody.com/2008/05/the-power-of-suggestion/\";a:2:{s:4:\"date\";s:12:\"May 14, 2008\";s:4:\"time\";s:8:\"10:38 am\";}s:76:\"https://deborahbrody.com/2008/05/real-estate-advertising-and-starbucks-logo/\";a:2:{s:4:\"date\";s:12:\"May 17, 2008\";s:4:\"time\";s:7:\"8:00 am\";}s:68:\"https://deborahbrody.com/2008/05/are-you-going-to-raid-the-lost-ark/\";a:2:{s:4:\"date\";s:12:\"May 19, 2008\";s:4:\"time\";s:7:\"8:09 am\";}s:51:\"https://deborahbrody.com/2008/05/blurring-the-line/\";a:2:{s:4:\"date\";s:12:\"May 20, 2008\";s:4:\"time\";s:7:\"8:46 am\";}s:50:\"https://deborahbrody.com/2008/05/does-sexism-sell/\";a:2:{s:4:\"date\";s:12:\"May 21, 2008\";s:4:\"time\";s:8:\"12:30 pm\";}s:39:\"https://deborahbrody.com/2008/05/gen-y/\";a:2:{s:4:\"date\";s:12:\"May 22, 2008\";s:4:\"time\";s:7:\"8:13 pm\";}s:86:\"https://deborahbrody.com/2008/05/same-product-different-marketing-different-retailers/\";a:2:{s:4:\"date\";s:12:\"May 23, 2008\";s:4:\"time\";s:7:\"7:55 am\";}s:44:\"https://deborahbrody.com/2008/05/dissonance/\";a:2:{s:4:\"date\";s:12:\"May 25, 2008\";s:4:\"time\";s:7:\"2:15 pm\";}s:43:\"https://deborahbrody.com/2008/05/feel-good/\";a:2:{s:4:\"date\";s:12:\"May 27, 2008\";s:4:\"time\";s:8:\"12:04 pm\";}s:66:\"https://deborahbrody.com/2008/05/perception-perception-perception/\";a:2:{s:4:\"date\";s:12:\"May 30, 2008\";s:4:\"time\";s:7:\"7:38 am\";}s:52:\"https://deborahbrody.com/2008/06/speech-is-powerful/\";a:2:{s:4:\"date\";s:12:\"June 4, 2008\";s:4:\"time\";s:7:\"3:17 pm\";}s:66:\"https://deborahbrody.com/2008/06/getting-religious-about-branding/\";a:2:{s:4:\"date\";s:12:\"June 8, 2008\";s:4:\"time\";s:8:\"10:33 am\";}s:60:\"https://deborahbrody.com/2008/06/so-simple-and-so-effective/\";a:2:{s:4:\"date\";s:13:\"June 10, 2008\";s:4:\"time\";s:7:\"8:58 am\";}s:70:\"https://deborahbrody.com/2008/06/communication-is-important-no-really/\";a:2:{s:4:\"date\";s:13:\"June 13, 2008\";s:4:\"time\";s:7:\"9:06 am\";}s:51:\"https://deborahbrody.com/2008/06/a-fine-journalist/\";a:2:{s:4:\"date\";s:13:\"June 13, 2008\";s:4:\"time\";s:7:\"7:46 pm\";}s:63:\"https://deborahbrody.com/2008/06/the-branding-that-goes-beyond/\";a:2:{s:4:\"date\";s:13:\"June 19, 2008\";s:4:\"time\";s:8:\"10:09 am\";}s:54:\"https://deborahbrody.com/2008/06/do-you-buy-celebrity/\";a:2:{s:4:\"date\";s:13:\"June 22, 2008\";s:4:\"time\";s:7:\"7:42 am\";}s:47:\"https://deborahbrody.com/2008/06/bags-fly-free/\";a:2:{s:4:\"date\";s:13:\"June 27, 2008\";s:4:\"time\";s:7:\"2:05 pm\";}s:56:\"https://deborahbrody.com/2008/06/who-needs-book-reviews/\";a:2:{s:4:\"date\";s:13:\"June 30, 2008\";s:4:\"time\";s:8:\"10:31 am\";}s:66:\"https://deborahbrody.com/2008/07/when-perception-can-be-dangerous/\";a:2:{s:4:\"date\";s:12:\"July 1, 2008\";s:4:\"time\";s:8:\"10:47 pm\";}s:62:\"https://deborahbrody.com/2008/07/making-insurance-interesting/\";a:2:{s:4:\"date\";s:12:\"July 7, 2008\";s:4:\"time\";s:8:\"11:31 am\";}s:46:\"https://deborahbrody.com/2008/07/ads-on-board/\";a:2:{s:4:\"date\";s:13:\"July 10, 2008\";s:4:\"time\";s:7:\"8:38 am\";}s:70:\"https://deborahbrody.com/2008/07/marketing-doesnt-operate-in-a-vacuum/\";a:2:{s:4:\"date\";s:13:\"July 14, 2008\";s:4:\"time\";s:8:\"12:30 pm\";}s:67:\"https://deborahbrody.com/2008/07/and-the-emmy-goes-tothis-gread-ad/\";a:2:{s:4:\"date\";s:13:\"July 17, 2008\";s:4:\"time\";s:7:\"9:50 am\";}s:66:\"https://deborahbrody.com/2008/07/identifying-with-the-competition/\";a:2:{s:4:\"date\";s:13:\"July 21, 2008\";s:4:\"time\";s:7:\"8:27 am\";}s:54:\"https://deborahbrody.com/2008/07/truth-in-advertising/\";a:2:{s:4:\"date\";s:13:\"July 22, 2008\";s:4:\"time\";s:7:\"9:47 pm\";}s:52:\"https://deborahbrody.com/2008/07/online-reputations/\";a:2:{s:4:\"date\";s:13:\"July 25, 2008\";s:4:\"time\";s:7:\"9:42 am\";}s:55:\"https://deborahbrody.com/2008/07/undermining-character/\";a:2:{s:4:\"date\";s:13:\"July 31, 2008\";s:4:\"time\";s:8:\"10:16 am\";}s:49:\"https://deborahbrody.com/2008/08/did-we-say-free/\";a:2:{s:4:\"date\";s:14:\"August 7, 2008\";s:4:\"time\";s:8:\"10:29 am\";}s:62:\"https://deborahbrody.com/2008/08/the-all-american-beer-is-not/\";a:2:{s:4:\"date\";s:14:\"August 9, 2008\";s:4:\"time\";s:7:\"5:37 pm\";}s:48:\"https://deborahbrody.com/2008/08/web-20-squared/\";a:2:{s:4:\"date\";s:15:\"August 11, 2008\";s:4:\"time\";s:7:\"8:25 am\";}s:56:\"https://deborahbrody.com/2008/08/political-ads-analyzed/\";a:2:{s:4:\"date\";s:15:\"August 12, 2008\";s:4:\"time\";s:7:\"1:05 pm\";}s:51:\"https://deborahbrody.com/2008/08/yeah-its-personal/\";a:2:{s:4:\"date\";s:15:\"August 13, 2008\";s:4:\"time\";s:8:\"12:17 pm\";}s:54:\"https://deborahbrody.com/2008/08/packaging-buzz-words/\";a:2:{s:4:\"date\";s:15:\"August 20, 2008\";s:4:\"time\";s:8:\"12:54 pm\";}s:50:\"https://deborahbrody.com/2008/08/its-a-giant-logo/\";a:2:{s:4:\"date\";s:15:\"August 22, 2008\";s:4:\"time\";s:7:\"7:08 am\";}s:47:\"https://deborahbrody.com/2008/08/staying-smart/\";a:2:{s:4:\"date\";s:15:\"August 25, 2008\";s:4:\"time\";s:7:\"9:12 am\";}s:55:\"https://deborahbrody.com/2008/08/products-that-promote/\";a:2:{s:4:\"date\";s:15:\"August 26, 2008\";s:4:\"time\";s:7:\"3:33 pm\";}s:58:\"https://deborahbrody.com/2008/08/guest-post-on-habla-blog/\";a:2:{s:4:\"date\";s:15:\"August 28, 2008\";s:4:\"time\";s:7:\"8:45 am\";}s:66:\"https://deborahbrody.com/2008/09/information-that-bears-repeating/\";a:2:{s:4:\"date\";s:17:\"September 2, 2008\";s:4:\"time\";s:8:\"10:20 am\";}s:71:\"https://deborahbrody.com/2008/09/campaigning-on-a-website-and-a-prayer/\";a:2:{s:4:\"date\";s:17:\"September 3, 2008\";s:4:\"time\";s:7:\"9:55 am\";}s:97:\"https://deborahbrody.com/2011/08/just-because-its-on-the-computer-doesnt-mean-you-cant-act-human/\";a:2:{s:4:\"date\";s:14:\"August 4, 2011\";s:4:\"time\";s:8:\"12:00 pm\";}s:78:\"https://deborahbrody.com/2011/08/marketing-materials-dont-replace-salespeople/\";a:2:{s:4:\"date\";s:14:\"August 9, 2011\";s:4:\"time\";s:8:\"12:11 pm\";}s:55:\"https://deborahbrody.com/2011/08/a-tag-line-that-works/\";a:2:{s:4:\"date\";s:15:\"August 10, 2011\";s:4:\"time\";s:8:\"11:45 am\";}s:77:\"https://deborahbrody.com/2011/08/some-thoughts-on-the-roiroe-of-social-media/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"9:43 am\";}s:73:\"https://deborahbrody.com/2011/08/and-another-thought-on-social-media-roi/\";a:2:{s:4:\"date\";s:15:\"August 12, 2011\";s:4:\"time\";s:7:\"8:00 am\";}s:73:\"https://deborahbrody.com/2011/08/nothing-falls-out-of-the-clear-blue-sky/\";a:2:{s:4:\"date\";s:15:\"August 15, 2011\";s:4:\"time\";s:7:\"3:30 pm\";}s:65:\"https://deborahbrody.com/2011/08/how-to-be-a-better-twitter-user/\";a:2:{s:4:\"date\";s:15:\"August 17, 2011\";s:4:\"time\";s:8:\"12:49 pm\";}s:63:\"https://deborahbrody.com/2011/08/customer-service-is-marketing/\";a:2:{s:4:\"date\";s:15:\"August 18, 2011\";s:4:\"time\";s:8:\"11:15 am\";}s:80:\"https://deborahbrody.com/2011/08/do-you-have-an-internal-communications-program/\";a:2:{s:4:\"date\";s:15:\"August 23, 2011\";s:4:\"time\";s:8:\"10:21 am\";}s:50:\"https://deborahbrody.com/2011/08/finding-a-vendor/\";a:2:{s:4:\"date\";s:15:\"August 24, 2011\";s:4:\"time\";s:7:\"9:54 am\";}s:77:\"https://deborahbrody.com/2011/08/blog-is-moving-please-update-your-rss-feeds/\";a:2:{s:4:\"date\";s:15:\"August 25, 2011\";s:4:\"time\";s:8:\"10:16 am\";}s:61:\"https://deborahbrody.com/2011/08/getting-your-facts-straight/\";a:2:{s:4:\"date\";s:15:\"August 29, 2011\";s:4:\"time\";s:8:\"11:23 am\";}s:57:\"https://deborahbrody.com/2011/09/some-people-wont-change/\";a:2:{s:4:\"date\";s:17:\"September 1, 2011\";s:4:\"time\";s:7:\"9:02 am\";}s:57:\"https://deborahbrody.com/2011/09/bad-news-for-newspapers/\";a:2:{s:4:\"date\";s:17:\"September 2, 2011\";s:4:\"time\";s:8:\"10:31 am\";}s:77:\"https://deborahbrody.com/2011/09/one-question-to-improve-your-twitter-stream/\";a:2:{s:4:\"date\";s:17:\"September 6, 2011\";s:4:\"time\";s:8:\"11:31 am\";}s:62:\"https://deborahbrody.com/2011/09/are-your-emails-getting-read/\";a:2:{s:4:\"date\";s:17:\"September 7, 2011\";s:4:\"time\";s:7:\"3:35 pm\";}s:60:\"https://deborahbrody.com/2011/09/give-them-a-reason-to-care/\";a:2:{s:4:\"date\";s:17:\"September 9, 2011\";s:4:\"time\";s:8:\"10:48 am\";}s:61:\"https://deborahbrody.com/2011/09/what-do-your-customers-want/\";a:2:{s:4:\"date\";s:18:\"September 22, 2011\";s:4:\"time\";s:7:\"9:01 am\";}s:85:\"https://deborahbrody.com/2011/09/is-facebook-becoming-a-nightmare-for-small-business/\";a:2:{s:4:\"date\";s:18:\"September 26, 2011\";s:4:\"time\";s:7:\"8:40 am\";}s:57:\"https://deborahbrody.com/2011/10/dont-focus-on-the-tools/\";a:2:{s:4:\"date\";s:15:\"October 6, 2011\";s:4:\"time\";s:7:\"1:35 pm\";}s:80:\"https://deborahbrody.com/2011/10/should-you-be-handling-your-own-communications/\";a:2:{s:4:\"date\";s:16:\"October 17, 2011\";s:4:\"time\";s:7:\"4:30 pm\";}s:77:\"https://deborahbrody.com/2011/10/more-ways-to-communicate-less-communication/\";a:2:{s:4:\"date\";s:16:\"October 19, 2011\";s:4:\"time\";s:8:\"11:13 am\";}s:62:\"https://deborahbrody.com/2011/10/one-key-to-a-succesful-pitch/\";a:2:{s:4:\"date\";s:16:\"October 24, 2011\";s:4:\"time\";s:7:\"2:05 pm\";}s:63:\"https://deborahbrody.com/2011/10/yeah-communications-do-matter/\";a:2:{s:4:\"date\";s:16:\"October 26, 2011\";s:4:\"time\";s:7:\"3:31 pm\";}s:66:\"https://deborahbrody.com/2011/10/think-a-headline-does-not-matter/\";a:2:{s:4:\"date\";s:16:\"October 28, 2011\";s:4:\"time\";s:8:\"11:31 am\";}s:51:\"https://deborahbrody.com/2011/11/creating-goodwill/\";a:2:{s:4:\"date\";s:16:\"November 1, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:54:\"https://deborahbrody.com/2011/11/bank-fees-here-today/\";a:2:{s:4:\"date\";s:16:\"November 2, 2011\";s:4:\"time\";s:7:\"9:38 am\";}s:52:\"https://deborahbrody.com/2011/11/remember-the-after/\";a:2:{s:4:\"date\";s:17:\"November 10, 2011\";s:4:\"time\";s:8:\"12:21 pm\";}s:80:\"https://deborahbrody.com/2011/11/is-it-a-communications-or-a-leadership-problem/\";a:2:{s:4:\"date\";s:17:\"November 11, 2011\";s:4:\"time\";s:8:\"11:10 am\";}s:52:\"https://deborahbrody.com/2011/11/the-source-matters/\";a:2:{s:4:\"date\";s:17:\"November 14, 2011\";s:4:\"time\";s:7:\"9:03 am\";}s:81:\"https://deborahbrody.com/2011/11/why-the-outlet-shoppes-at-gettysburg-needs-help/\";a:2:{s:4:\"date\";s:17:\"November 15, 2011\";s:4:\"time\";s:7:\"9:07 am\";}s:73:\"https://deborahbrody.com/2011/11/4-tips-to-make-e-invitations-successful/\";a:2:{s:4:\"date\";s:17:\"November 17, 2011\";s:4:\"time\";s:7:\"2:50 pm\";}s:64:\"https://deborahbrody.com/2011/11/grover-you-dont-know-marketing/\";a:2:{s:4:\"date\";s:17:\"November 21, 2011\";s:4:\"time\";s:7:\"9:24 am\";}s:51:\"https://deborahbrody.com/2011/11/how-you-can-shine/\";a:2:{s:4:\"date\";s:17:\"November 22, 2011\";s:4:\"time\";s:7:\"9:58 am\";}s:49:\"https://deborahbrody.com/2011/11/how-not-to-sell/\";a:2:{s:4:\"date\";s:17:\"November 25, 2011\";s:4:\"time\";s:7:\"9:58 am\";}s:68:\"https://deborahbrody.com/2011/11/who-should-handle-your-enewsletter/\";a:2:{s:4:\"date\";s:17:\"November 29, 2011\";s:4:\"time\";s:7:\"9:22 am\";}s:46:\"https://deborahbrody.com/2011/12/make-it-easy/\";a:2:{s:4:\"date\";s:16:\"December 5, 2011\";s:4:\"time\";s:7:\"4:05 pm\";}s:52:\"https://deborahbrody.com/2011/12/too-much-marketing/\";a:2:{s:4:\"date\";s:16:\"December 7, 2011\";s:4:\"time\";s:8:\"10:40 am\";}s:59:\"https://deborahbrody.com/2011/12/one-week-without-facebook/\";a:2:{s:4:\"date\";s:16:\"December 9, 2011\";s:4:\"time\";s:7:\"8:12 am\";}s:65:\"https://deborahbrody.com/2011/12/lets-get-together-soon-she-said/\";a:2:{s:4:\"date\";s:17:\"December 12, 2011\";s:4:\"time\";s:7:\"1:28 pm\";}s:54:\"https://deborahbrody.com/2011/12/being-more-effective/\";a:2:{s:4:\"date\";s:17:\"December 15, 2011\";s:4:\"time\";s:8:\"11:10 am\";}s:81:\"https://deborahbrody.com/2011/12/blurred-lines-between-advertising-and-editorial/\";a:2:{s:4:\"date\";s:17:\"December 19, 2011\";s:4:\"time\";s:8:\"10:20 am\";}s:80:\"https://deborahbrody.com/2011/12/is-threatening-your-customers-ever-a-good-idea/\";a:2:{s:4:\"date\";s:17:\"December 20, 2011\";s:4:\"time\";s:8:\"11:15 am\";}s:64:\"https://deborahbrody.com/2011/12/marketing-lessons-from-the-gym/\";a:2:{s:4:\"date\";s:17:\"December 21, 2011\";s:4:\"time\";s:7:\"2:09 pm\";}s:52:\"https://deborahbrody.com/2011/12/make-your-own-list/\";a:2:{s:4:\"date\";s:17:\"December 28, 2011\";s:4:\"time\";s:8:\"11:36 am\";}s:64:\"https://deborahbrody.com/2012/01/communications-wishes-for-2012/\";a:2:{s:4:\"date\";s:15:\"January 3, 2012\";s:4:\"time\";s:7:\"9:43 am\";}s:72:\"https://deborahbrody.com/2012/01/marcomm-takeaways-from-the-iowa-caucus/\";a:2:{s:4:\"date\";s:15:\"January 4, 2012\";s:4:\"time\";s:7:\"9:44 am\";}s:83:\"https://deborahbrody.com/2012/01/can-two-or-three-words-guarantee-business-success/\";a:2:{s:4:\"date\";s:15:\"January 6, 2012\";s:4:\"time\";s:8:\"11:06 am\";}s:83:\"https://deborahbrody.com/2012/01/testing-strategies-and-the-dangers-of-assumptions/\";a:2:{s:4:\"date\";s:16:\"January 10, 2012\";s:4:\"time\";s:7:\"9:17 am\";}s:74:\"https://deborahbrody.com/2012/01/why-is-writing-well-a-disappearing-skill/\";a:2:{s:4:\"date\";s:16:\"January 11, 2012\";s:4:\"time\";s:8:\"12:02 pm\";}s:91:\"https://deborahbrody.com/2012/01/more-about-reading-and-thoughts-about-the-costa-concordia/\";a:2:{s:4:\"date\";s:16:\"January 17, 2012\";s:4:\"time\";s:8:\"10:20 am\";}s:70:\"https://deborahbrody.com/2012/01/how-do-you-find-vendors-or-employees/\";a:2:{s:4:\"date\";s:16:\"January 19, 2012\";s:4:\"time\";s:8:\"11:09 am\";}s:47:\"https://deborahbrody.com/2012/01/show-and-tell/\";a:2:{s:4:\"date\";s:16:\"January 20, 2012\";s:4:\"time\";s:8:\"10:59 am\";}s:54:\"https://deborahbrody.com/2012/01/why-so-many-ads-fail/\";a:2:{s:4:\"date\";s:16:\"January 23, 2012\";s:4:\"time\";s:8:\"10:12 am\";}s:57:\"https://deborahbrody.com/2012/01/cause-its-your-birthday/\";a:2:{s:4:\"date\";s:16:\"January 24, 2012\";s:4:\"time\";s:8:\"12:52 pm\";}s:80:\"https://deborahbrody.com/2012/01/politicians-pandering-and-the-shifting-message/\";a:2:{s:4:\"date\";s:16:\"January 31, 2012\";s:4:\"time\";s:8:\"12:37 pm\";}s:74:\"https://deborahbrody.com/2012/02/is-your-website-a-communications-failure/\";a:2:{s:4:\"date\";s:16:\"February 1, 2012\";s:4:\"time\";s:8:\"10:44 am\";}s:85:\"https://deborahbrody.com/2012/02/when-ego-and-attitude-derail-your-marketing-efforts/\";a:2:{s:4:\"date\";s:16:\"February 2, 2012\";s:4:\"time\";s:8:\"11:43 am\";}s:74:\"https://deborahbrody.com/2012/02/did-komen-know-much-about-its-supporters/\";a:2:{s:4:\"date\";s:16:\"February 3, 2012\";s:4:\"time\";s:8:\"10:50 am\";}s:54:\"https://deborahbrody.com/2012/02/first-have-a-message/\";a:2:{s:4:\"date\";s:17:\"February 10, 2012\";s:4:\"time\";s:7:\"3:41 pm\";}s:64:\"https://deborahbrody.com/2012/02/the-weekly-communications-fail/\";a:2:{s:4:\"date\";s:17:\"February 17, 2012\";s:4:\"time\";s:7:\"9:21 am\";}s:76:\"https://deborahbrody.com/2012/02/atts-not-so-special-offer-a-marketing-fail/\";a:2:{s:4:\"date\";s:17:\"February 20, 2012\";s:4:\"time\";s:7:\"1:42 pm\";}s:86:\"https://deborahbrody.com/2012/02/the-weekly-communications-fail-rebranding-gone-wrong/\";a:2:{s:4:\"date\";s:17:\"February 24, 2012\";s:4:\"time\";s:7:\"9:34 am\";}s:58:\"https://deborahbrody.com/2012/02/did-you-watch-the-oscars/\";a:2:{s:4:\"date\";s:17:\"February 27, 2012\";s:4:\"time\";s:8:\"11:18 am\";}s:116:\"https://deborahbrody.com/2012/02/just-because-you-are-doing-the-hiring-doesnt-mean-you-dont-have-to-market-yourself/\";a:2:{s:4:\"date\";s:17:\"February 28, 2012\";s:4:\"time\";s:8:\"10:11 am\";}s:65:\"https://deborahbrody.com/2012/02/piratz-burgers-and-lost-pizzazz/\";a:2:{s:4:\"date\";s:17:\"February 29, 2012\";s:4:\"time\";s:8:\"12:32 pm\";}s:90:\"https://deborahbrody.com/2012/02/round-up-facebooks-new-timeline-print-ads-and-bad-bosses/\";a:2:{s:4:\"date\";s:17:\"February 29, 2012\";s:4:\"time\";s:7:\"4:53 pm\";}s:96:\"https://deborahbrody.com/2012/03/weekly-communications-fail-homonyms-and-how-you-say-it-matters/\";a:2:{s:4:\"date\";s:13:\"March 2, 2012\";s:4:\"time\";s:7:\"9:03 am\";}s:82:\"https://deborahbrody.com/2012/03/what-is-going-on-with-the-social-in-social-media/\";a:2:{s:4:\"date\";s:13:\"March 5, 2012\";s:4:\"time\";s:8:\"10:32 am\";}s:39:\"https://deborahbrody.com/2012/03/trust/\";a:2:{s:4:\"date\";s:13:\"March 6, 2012\";s:4:\"time\";s:8:\"12:45 pm\";}s:62:\"https://deborahbrody.com/2012/03/why-cold-calling-doesnt-work/\";a:2:{s:4:\"date\";s:13:\"March 7, 2012\";s:4:\"time\";s:7:\"2:19 pm\";}s:72:\"https://deborahbrody.com/2012/03/weekly-communications-fail-no-response/\";a:2:{s:4:\"date\";s:14:\"March 10, 2012\";s:4:\"time\";s:7:\"8:22 am\";}s:72:\"https://deborahbrody.com/2012/03/why-you-must-have-a-marketing-timeline/\";a:2:{s:4:\"date\";s:14:\"March 12, 2012\";s:4:\"time\";s:7:\"3:52 pm\";}s:81:\"https://deborahbrody.com/2012/03/to-network-or-not-to-network-that-is-a-question/\";a:2:{s:4:\"date\";s:14:\"March 14, 2012\";s:4:\"time\";s:7:\"3:56 pm\";}s:59:\"https://deborahbrody.com/2012/03/its-all-about-personality/\";a:2:{s:4:\"date\";s:14:\"March 15, 2012\";s:4:\"time\";s:8:\"11:13 am\";}s:76:\"https://deborahbrody.com/2012/03/weekly-communications-fail-losing-momentum/\";a:2:{s:4:\"date\";s:14:\"March 23, 2012\";s:4:\"time\";s:7:\"8:41 am\";}s:79:\"https://deborahbrody.com/2012/03/3-social-mediaweb-marketing-mistakes-to-avoid/\";a:2:{s:4:\"date\";s:14:\"March 26, 2012\";s:4:\"time\";s:7:\"9:39 am\";}s:77:\"https://deborahbrody.com/2012/03/being-transparent-or-not-making-assumptions/\";a:2:{s:4:\"date\";s:14:\"March 29, 2012\";s:4:\"time\";s:7:\"4:54 pm\";}s:59:\"https://deborahbrody.com/2012/04/are-you-rewarding-loyalty/\";a:2:{s:4:\"date\";s:13:\"April 2, 2012\";s:4:\"time\";s:8:\"10:43 am\";}s:81:\"https://deborahbrody.com/2012/04/is-your-marketing-communication-better-than-you/\";a:2:{s:4:\"date\";s:13:\"April 4, 2012\";s:4:\"time\";s:7:\"8:56 am\";}s:68:\"https://deborahbrody.com/2012/04/is-it-the-story-or-the-storyteller/\";a:2:{s:4:\"date\";s:13:\"April 9, 2012\";s:4:\"time\";s:8:\"10:48 am\";}s:85:\"https://deborahbrody.com/2012/04/4-passover-lessons-for-marketing-and-communications/\";a:2:{s:4:\"date\";s:14:\"April 12, 2012\";s:4:\"time\";s:7:\"4:09 pm\";}s:78:\"https://deborahbrody.com/2012/04/are-you-beating-your-customers-over-the-head/\";a:2:{s:4:\"date\";s:14:\"April 16, 2012\";s:4:\"time\";s:8:\"11:49 am\";}s:73:\"https://deborahbrody.com/2012/04/the-single-worst-communications-mistake/\";a:2:{s:4:\"date\";s:14:\"April 18, 2012\";s:4:\"time\";s:8:\"11:16 am\";}s:67:\"https://deborahbrody.com/2012/04/special-is-special-unless-it-isnt/\";a:2:{s:4:\"date\";s:14:\"April 25, 2012\";s:4:\"time\";s:8:\"11:09 am\";}s:79:\"https://deborahbrody.com/2012/04/to-curse-or-not-to-curse-that-is-the-question/\";a:2:{s:4:\"date\";s:14:\"April 26, 2012\";s:4:\"time\";s:8:\"12:13 pm\";}s:56:\"https://deborahbrody.com/2012/04/me-me-its-all-about-me/\";a:2:{s:4:\"date\";s:14:\"April 30, 2012\";s:4:\"time\";s:7:\"9:42 am\";}s:54:\"https://deborahbrody.com/2012/05/who-is-your-audience/\";a:2:{s:4:\"date\";s:11:\"May 2, 2012\";s:4:\"time\";s:7:\"8:46 am\";}s:83:\"https://deborahbrody.com/2012/05/invest-in-event-planning-not-just-event-marketing/\";a:2:{s:4:\"date\";s:11:\"May 7, 2012\";s:4:\"time\";s:7:\"9:26 am\";}s:47:\"https://deborahbrody.com/2012/05/me-we-and-you/\";a:2:{s:4:\"date\";s:11:\"May 9, 2012\";s:4:\"time\";s:7:\"8:56 am\";}s:69:\"https://deborahbrody.com/2012/05/marketing-lessons-from-an-a-plumber/\";a:2:{s:4:\"date\";s:12:\"May 16, 2012\";s:4:\"time\";s:8:\"10:26 am\";}s:82:\"https://deborahbrody.com/2012/05/should-you-do-all-your-marketing-on-social-media/\";a:2:{s:4:\"date\";s:12:\"May 21, 2012\";s:4:\"time\";s:7:\"9:51 am\";}s:57:\"https://deborahbrody.com/2012/05/check-your-content-much/\";a:2:{s:4:\"date\";s:12:\"May 29, 2012\";s:4:\"time\";s:8:\"10:35 am\";}s:72:\"https://deborahbrody.com/2012/06/how-much-information-are-you-requiring/\";a:2:{s:4:\"date\";s:12:\"June 1, 2012\";s:4:\"time\";s:7:\"9:04 am\";}s:76:\"https://deborahbrody.com/2012/06/root-your-messages-in-reality-not-ideology/\";a:2:{s:4:\"date\";s:12:\"June 5, 2012\";s:4:\"time\";s:7:\"9:31 am\";}s:66:\"https://deborahbrody.com/2012/06/did-that-commercial-just-go-boom/\";a:2:{s:4:\"date\";s:13:\"June 11, 2012\";s:4:\"time\";s:7:\"9:03 am\";}s:69:\"https://deborahbrody.com/2012/06/who-should-handle-your-twitter-feed/\";a:2:{s:4:\"date\";s:13:\"June 13, 2012\";s:4:\"time\";s:7:\"9:38 am\";}s:60:\"https://deborahbrody.com/2012/06/the-medium-and-the-message/\";a:2:{s:4:\"date\";s:13:\"June 19, 2012\";s:4:\"time\";s:7:\"9:08 am\";}s:73:\"https://deborahbrody.com/2012/06/how-to-use-twitter-and-not-be-obnoxious/\";a:2:{s:4:\"date\";s:13:\"June 21, 2012\";s:4:\"time\";s:7:\"9:14 am\";}s:59:\"https://deborahbrody.com/2012/06/want-to-learn-how-to-blog/\";a:2:{s:4:\"date\";s:13:\"June 28, 2012\";s:4:\"time\";s:7:\"1:28 pm\";}s:84:\"https://deborahbrody.com/2012/07/working-hard-or-hardly-working-pepco-strikes-again/\";a:2:{s:4:\"date\";s:12:\"July 3, 2012\";s:4:\"time\";s:7:\"9:59 am\";}s:80:\"https://deborahbrody.com/2012/07/pepco-truly-believes-advertising-is-the-answer/\";a:2:{s:4:\"date\";s:13:\"July 10, 2012\";s:4:\"time\";s:7:\"1:05 pm\";}s:85:\"https://deborahbrody.com/2012/07/dominion-vs-pepco-how-ads-reflect-corporate-culture/\";a:2:{s:4:\"date\";s:13:\"July 16, 2012\";s:4:\"time\";s:7:\"4:53 pm\";}s:67:\"https://deborahbrody.com/2012/07/knowing-the-problem-is-not-enough/\";a:2:{s:4:\"date\";s:13:\"July 19, 2012\";s:4:\"time\";s:7:\"3:28 pm\";}s:74:\"https://deborahbrody.com/2012/07/pepco-doesnt-understand-public-relations/\";a:2:{s:4:\"date\";s:13:\"July 25, 2012\";s:4:\"time\";s:8:\"10:45 am\";}s:75:\"https://deborahbrody.com/2012/07/how-do-you-figure-out-what-to-write-about/\";a:2:{s:4:\"date\";s:13:\"July 26, 2012\";s:4:\"time\";s:7:\"8:15 am\";}s:82:\"https://deborahbrody.com/2012/07/pepco-really-really-wants-you-to-believe-a-story/\";a:2:{s:4:\"date\";s:13:\"July 30, 2012\";s:4:\"time\";s:7:\"9:49 am\";}s:93:\"https://deborahbrody.com/2012/07/pepco-does-have-a-communications-strategy-go-on-the-offense/\";a:2:{s:4:\"date\";s:13:\"July 31, 2012\";s:4:\"time\";s:8:\"12:01 pm\";}s:56:\"https://deborahbrody.com/2012/08/making-blogging-easier/\";a:2:{s:4:\"date\";s:14:\"August 2, 2012\";s:4:\"time\";s:7:\"9:31 am\";}s:103:\"https://deborahbrody.com/2012/08/is-your-personality-getting-in-the-way-of-your-communications-efforts/\";a:2:{s:4:\"date\";s:14:\"August 6, 2012\";s:4:\"time\";s:8:\"11:42 am\";}s:58:\"https://deborahbrody.com/2012/08/but-why-are-you-doing-it/\";a:2:{s:4:\"date\";s:15:\"August 10, 2012\";s:4:\"time\";s:8:\"10:19 am\";}s:71:\"https://deborahbrody.com/2012/08/is-your-destination-open-for-business/\";a:2:{s:4:\"date\";s:15:\"August 15, 2012\";s:4:\"time\";s:7:\"4:24 pm\";}s:70:\"https://deborahbrody.com/2012/08/checking-out-the-customer-experience/\";a:2:{s:4:\"date\";s:15:\"August 17, 2012\";s:4:\"time\";s:7:\"9:57 am\";}s:68:\"https://deborahbrody.com/2012/08/its-not-the-medium-its-the-message/\";a:2:{s:4:\"date\";s:15:\"August 20, 2012\";s:4:\"time\";s:7:\"3:06 pm\";}s:57:\"https://deborahbrody.com/2012/08/sometimes-you-need-help/\";a:2:{s:4:\"date\";s:15:\"August 22, 2012\";s:4:\"time\";s:7:\"9:51 am\";}s:83:\"https://deborahbrody.com/2012/08/is-social-media-making-us-more-passive-aggressive/\";a:2:{s:4:\"date\";s:15:\"August 30, 2012\";s:4:\"time\";s:7:\"2:24 pm\";}s:72:\"https://deborahbrody.com/2012/09/how-to-make-it-out-of-a-turkish-prison/\";a:2:{s:4:\"date\";s:17:\"September 4, 2012\";s:4:\"time\";s:7:\"3:57 pm\";}s:63:\"https://deborahbrody.com/2012/08/built-on-a-foundation-of-lies/\";a:2:{s:4:\"date\";s:15:\"August 30, 2012\";s:4:\"time\";s:7:\"2:38 pm\";}s:67:\"https://deborahbrody.com/2012/09/3-rs-who-to-avoid-on-social-media/\";a:2:{s:4:\"date\";s:17:\"September 6, 2012\";s:4:\"time\";s:7:\"9:52 am\";}s:84:\"https://deborahbrody.com/2012/09/why-doctors-shouldnt-handle-patient-communications/\";a:2:{s:4:\"date\";s:17:\"September 7, 2012\";s:4:\"time\";s:7:\"9:52 am\";}s:86:\"https://deborahbrody.com/2012/09/fostering-creativity-and-other-ideas-from-ad-week-dc/\";a:2:{s:4:\"date\";s:18:\"September 11, 2012\";s:4:\"time\";s:7:\"2:04 pm\";}s:62:\"https://deborahbrody.com/2012/09/can-you-sell-on-social-media/\";a:2:{s:4:\"date\";s:18:\"September 20, 2012\";s:4:\"time\";s:8:\"10:15 am\";}s:82:\"https://deborahbrody.com/2012/09/are-the-presidential-campaigns-convincing-voters/\";a:2:{s:4:\"date\";s:18:\"September 24, 2012\";s:4:\"time\";s:8:\"10:27 am\";}s:60:\"https://deborahbrody.com/2012/10/how-do-your-customers-feel/\";a:2:{s:4:\"date\";s:15:\"October 1, 2012\";s:4:\"time\";s:7:\"3:29 pm\";}s:79:\"https://deborahbrody.com/2012/10/looks-matter-or-invest-in-good-graphic-design/\";a:2:{s:4:\"date\";s:15:\"October 4, 2012\";s:4:\"time\";s:7:\"3:52 pm\";}s:76:\"https://deborahbrody.com/2012/10/mrs-maxwell-was-on-the-right-track-sort-of/\";a:2:{s:4:\"date\";s:15:\"October 9, 2012\";s:4:\"time\";s:7:\"9:45 am\";}s:66:\"https://deborahbrody.com/2012/10/are-you-afraid-of-being-yourself/\";a:2:{s:4:\"date\";s:16:\"October 12, 2012\";s:4:\"time\";s:7:\"9:54 am\";}s:70:\"https://deborahbrody.com/2012/10/are-your-events-drawing-fewer-people/\";a:2:{s:4:\"date\";s:16:\"October 16, 2012\";s:4:\"time\";s:7:\"4:40 pm\";}s:63:\"https://deborahbrody.com/2012/10/all-i-learned-about-wordpress/\";a:2:{s:4:\"date\";s:16:\"October 23, 2012\";s:4:\"time\";s:8:\"11:07 am\";}s:55:\"https://deborahbrody.com/2012/10/do-political-ads-work/\";a:2:{s:4:\"date\";s:16:\"October 25, 2012\";s:4:\"time\";s:7:\"3:39 pm\";}s:69:\"https://deborahbrody.com/2012/10/communicating-when-disaster-strikes/\";a:2:{s:4:\"date\";s:16:\"October 29, 2012\";s:4:\"time\";s:8:\"10:57 am\";}s:63:\"https://deborahbrody.com/2012/10/scary-things-communicators-do/\";a:2:{s:4:\"date\";s:16:\"October 31, 2012\";s:4:\"time\";s:8:\"10:01 am\";}s:67:\"https://deborahbrody.com/2012/11/random-thoughts-to-start-november/\";a:2:{s:4:\"date\";s:16:\"November 1, 2012\";s:4:\"time\";s:7:\"1:13 pm\";}s:78:\"https://deborahbrody.com/2012/11/has-pepco-changed-its-communication-strategy/\";a:2:{s:4:\"date\";s:16:\"November 5, 2012\";s:4:\"time\";s:7:\"4:39 pm\";}s:60:\"https://deborahbrody.com/2012/11/should-you-blog-more-often/\";a:2:{s:4:\"date\";s:16:\"November 8, 2012\";s:4:\"time\";s:8:\"12:37 pm\";}s:63:\"https://deborahbrody.com/2012/11/where-do-all-the-rss-feeds-go/\";a:2:{s:4:\"date\";s:16:\"November 9, 2012\";s:4:\"time\";s:7:\"2:23 pm\";}s:80:\"https://deborahbrody.com/2012/11/quick-check-these-potential-problems-right-now/\";a:2:{s:4:\"date\";s:17:\"November 13, 2012\";s:4:\"time\";s:7:\"1:06 pm\";}s:52:\"https://deborahbrody.com/2012/11/happy-thanksgiving/\";a:2:{s:4:\"date\";s:17:\"November 21, 2012\";s:4:\"time\";s:7:\"8:50 am\";}s:49:\"https://deborahbrody.com/2012/11/show-and-tell-2/\";a:2:{s:4:\"date\";s:17:\"November 28, 2012\";s:4:\"time\";s:7:\"4:26 pm\";}s:73:\"https://deborahbrody.com/2012/11/is-it-happy-holidays-or-merry-christmas/\";a:2:{s:4:\"date\";s:17:\"November 29, 2012\";s:4:\"time\";s:8:\"11:36 am\";}s:48:\"https://deborahbrody.com/2012/12/the-dvr-factor/\";a:2:{s:4:\"date\";s:16:\"December 4, 2012\";s:4:\"time\";s:8:\"10:07 am\";}s:57:\"https://deborahbrody.com/2012/12/as-easy-as-1-2-3-or-not/\";a:2:{s:4:\"date\";s:16:\"December 7, 2012\";s:4:\"time\";s:7:\"9:57 am\";}s:94:\"https://deborahbrody.com/2012/12/how-to-make-networking-events-a-better-marketing-opportunity/\";a:2:{s:4:\"date\";s:17:\"December 10, 2012\";s:4:\"time\";s:8:\"10:21 am\";}s:72:\"https://deborahbrody.com/2012/12/depending-on-outside-vendors-its-risky/\";a:2:{s:4:\"date\";s:17:\"December 12, 2012\";s:4:\"time\";s:7:\"2:36 pm\";}s:73:\"https://deborahbrody.com/2012/12/marketers-who-assume-targets-are-stupid/\";a:2:{s:4:\"date\";s:16:\"January 10, 2013\";s:4:\"time\";s:8:\"12:56 pm\";}s:73:\"https://deborahbrody.com/2012/12/dealing-with-the-haters-on-social-media/\";a:2:{s:4:\"date\";s:17:\"December 19, 2012\";s:4:\"time\";s:7:\"4:50 pm\";}s:82:\"https://deborahbrody.com/2012/12/6-marketing-and-communications-lessons-from-2012/\";a:2:{s:4:\"date\";s:17:\"December 27, 2012\";s:4:\"time\";s:7:\"8:45 am\";}s:62:\"https://deborahbrody.com/2013/01/why-would-you-highlight-that/\";a:2:{s:4:\"date\";s:15:\"January 8, 2013\";s:4:\"time\";s:8:\"12:13 pm\";}s:64:\"https://deborahbrody.com/2013/01/are-your-volunteers-on-message/\";a:2:{s:4:\"date\";s:15:\"January 9, 2013\";s:4:\"time\";s:8:\"11:02 am\";}s:69:\"https://deborahbrody.com/2013/01/the-higher-power-of-a-great-tagline/\";a:2:{s:4:\"date\";s:16:\"January 10, 2013\";s:4:\"time\";s:7:\"9:52 am\";}s:57:\"https://deborahbrody.com/2013/01/getting-a-reality-check/\";a:2:{s:4:\"date\";s:16:\"January 15, 2013\";s:4:\"time\";s:7:\"1:09 pm\";}s:80:\"https://deborahbrody.com/2013/01/are-you-aiming-for-quantity-or-quality-or-both/\";a:2:{s:4:\"date\";s:16:\"January 18, 2013\";s:4:\"time\";s:7:\"8:53 am\";}s:70:\"https://deborahbrody.com/2013/01/why-fact-checking-is-a-crucial-skill/\";a:2:{s:4:\"date\";s:16:\"January 21, 2013\";s:4:\"time\";s:8:\"10:24 am\";}s:62:\"https://deborahbrody.com/2013/01/how-to-tweet-like-a-marketer/\";a:2:{s:4:\"date\";s:16:\"January 22, 2013\";s:4:\"time\";s:8:\"10:18 am\";}s:66:\"https://deborahbrody.com/2013/01/how-to-start-or-restart-blogging/\";a:2:{s:4:\"date\";s:16:\"January 24, 2013\";s:4:\"time\";s:7:\"9:17 am\";}s:66:\"https://deborahbrody.com/2013/01/5-items-that-your-blog-must-have/\";a:2:{s:4:\"date\";s:16:\"January 28, 2013\";s:4:\"time\";s:7:\"9:45 am\";}s:72:\"https://deborahbrody.com/2013/01/what-you-can-learn-from-coffee-filters/\";a:2:{s:4:\"date\";s:16:\"January 30, 2013\";s:4:\"time\";s:7:\"1:40 pm\";}s:66:\"https://deborahbrody.com/2013/02/an-ad-to-promote-a-tv-commercial/\";a:2:{s:4:\"date\";s:16:\"February 1, 2013\";s:4:\"time\";s:7:\"9:53 am\";}s:82:\"https://deborahbrody.com/2013/02/the-power-to-recognize-advertising-is-not-enough/\";a:2:{s:4:\"date\";s:16:\"February 4, 2013\";s:4:\"time\";s:7:\"9:28 am\";}s:68:\"https://deborahbrody.com/2013/02/invigorate-your-organizations-blog/\";a:2:{s:4:\"date\";s:16:\"February 5, 2013\";s:4:\"time\";s:8:\"11:45 am\";}s:66:\"https://deborahbrody.com/2013/02/you-dont-know-what-you-dont-know/\";a:2:{s:4:\"date\";s:17:\"February 11, 2013\";s:4:\"time\";s:8:\"10:31 am\";}s:63:\"https://deborahbrody.com/2013/02/not-everything-is-as-it-seems/\";a:2:{s:4:\"date\";s:17:\"February 12, 2013\";s:4:\"time\";s:7:\"9:02 am\";}s:59:\"https://deborahbrody.com/2013/02/is-it-time-for-a-makeover/\";a:2:{s:4:\"date\";s:17:\"February 13, 2013\";s:4:\"time\";s:8:\"10:49 am\";}s:85:\"https://deborahbrody.com/2013/02/the-one-thing-that-will-kill-your-marketing-efforts/\";a:2:{s:4:\"date\";s:17:\"February 22, 2013\";s:4:\"time\";s:8:\"11:15 am\";}s:75:\"https://deborahbrody.com/2013/02/why-you-should-know-who-won-at-the-oscars/\";a:2:{s:4:\"date\";s:17:\"February 25, 2013\";s:4:\"time\";s:8:\"10:06 am\";}s:84:\"https://deborahbrody.com/2013/02/why-you-should-blog-even-if-you-dont-have-the-time/\";a:2:{s:4:\"date\";s:17:\"February 27, 2013\";s:4:\"time\";s:8:\"10:09 am\";}s:67:\"https://deborahbrody.com/2013/03/greater-than-the-sum-of-its-parts/\";a:2:{s:4:\"date\";s:13:\"March 4, 2013\";s:4:\"time\";s:8:\"10:58 am\";}s:43:\"https://deborahbrody.com/2013/03/lost-boys/\";a:2:{s:4:\"date\";s:13:\"March 6, 2013\";s:4:\"time\";s:7:\"9:42 am\";}s:66:\"https://deborahbrody.com/2013/03/to-advertise-or-not-to-advertise/\";a:2:{s:4:\"date\";s:13:\"March 8, 2013\";s:4:\"time\";s:7:\"9:25 am\";}s:65:\"https://deborahbrody.com/2013/03/blogs-can-help-change-the-world/\";a:2:{s:4:\"date\";s:14:\"March 12, 2013\";s:4:\"time\";s:8:\"11:45 am\";}s:51:\"https://deborahbrody.com/2013/03/getting-scroogled/\";a:2:{s:4:\"date\";s:14:\"March 14, 2013\";s:4:\"time\";s:7:\"9:00 am\";}s:67:\"https://deborahbrody.com/2013/03/should-you-solicit-online-reviews/\";a:2:{s:4:\"date\";s:14:\"March 18, 2013\";s:4:\"time\";s:7:\"9:20 am\";}s:70:\"https://deborahbrody.com/2013/03/are-you-providing-enough-information/\";a:2:{s:4:\"date\";s:14:\"March 21, 2013\";s:4:\"time\";s:8:\"11:25 am\";}s:68:\"https://deborahbrody.com/2013/03/know-your-strengths-and-weaknesses/\";a:2:{s:4:\"date\";s:14:\"March 28, 2013\";s:4:\"time\";s:8:\"10:56 am\";}s:63:\"https://deborahbrody.com/2013/04/what-does-april-1-mean-to-you/\";a:2:{s:4:\"date\";s:13:\"April 1, 2013\";s:4:\"time\";s:7:\"9:43 am\";}s:75:\"https://deborahbrody.com/2013/04/is-your-message-reaching-the-right-person/\";a:2:{s:4:\"date\";s:13:\"April 5, 2013\";s:4:\"time\";s:7:\"1:19 pm\";}s:66:\"https://deborahbrody.com/2013/04/blogging-when-is-it-too-personal/\";a:2:{s:4:\"date\";s:14:\"April 10, 2013\";s:4:\"time\";s:7:\"2:02 pm\";}s:81:\"https://deborahbrody.com/2013/04/social-media-intelligence-is-an-essential-skill/\";a:2:{s:4:\"date\";s:14:\"April 16, 2013\";s:4:\"time\";s:7:\"9:26 am\";}s:62:\"https://deborahbrody.com/2013/04/learn-how-to-write-your-blog/\";a:2:{s:4:\"date\";s:14:\"April 18, 2013\";s:4:\"time\";s:8:\"10:57 am\";}s:82:\"https://deborahbrody.com/2013/04/check-out-my-guest-post-at-fletcher-princes-blog/\";a:2:{s:4:\"date\";s:14:\"April 19, 2013\";s:4:\"time\";s:8:\"10:55 am\";}s:69:\"https://deborahbrody.com/2013/04/what-you-can-learn-from-john-mccain/\";a:2:{s:4:\"date\";s:14:\"April 23, 2013\";s:4:\"time\";s:8:\"10:55 am\";}s:61:\"https://deborahbrody.com/2013/04/10-reasons-people-dont-blog/\";a:2:{s:4:\"date\";s:14:\"April 26, 2013\";s:4:\"time\";s:8:\"10:15 am\";}s:51:\"https://deborahbrody.com/2013/04/are-you-being-coy/\";a:2:{s:4:\"date\";s:14:\"April 29, 2013\";s:4:\"time\";s:8:\"11:48 am\";}s:56:\"https://deborahbrody.com/2013/05/why-you-need-an-editor/\";a:2:{s:4:\"date\";s:11:\"May 1, 2013\";s:4:\"time\";s:8:\"10:21 am\";}s:99:\"https://deborahbrody.com/2013/05/the-two-actions-that-will-make-your-communications-more-effective/\";a:2:{s:4:\"date\";s:11:\"May 3, 2013\";s:4:\"time\";s:7:\"9:58 am\";}s:67:\"https://deborahbrody.com/2013/05/social-media-amplifies-everything/\";a:2:{s:4:\"date\";s:11:\"May 7, 2013\";s:4:\"time\";s:7:\"3:10 pm\";}s:62:\"https://deborahbrody.com/2013/05/what-message-are-you-sending/\";a:2:{s:4:\"date\";s:11:\"May 9, 2013\";s:4:\"time\";s:7:\"1:54 pm\";}s:69:\"https://deborahbrody.com/2013/05/does-your-blog-have-a-tone-of-voice/\";a:2:{s:4:\"date\";s:12:\"May 14, 2013\";s:4:\"time\";s:8:\"10:00 am\";}s:80:\"https://deborahbrody.com/2013/05/is-it-a-pr-problem-or-is-it-a-business-problem/\";a:2:{s:4:\"date\";s:12:\"May 16, 2013\";s:4:\"time\";s:7:\"1:54 pm\";}s:73:\"https://deborahbrody.com/2013/05/3-guaranteed-ways-to-lose-business-fast/\";a:2:{s:4:\"date\";s:12:\"May 20, 2013\";s:4:\"time\";s:7:\"9:46 am\";}s:84:\"https://deborahbrody.com/2013/05/one-quick-fix-that-will-increase-your-blogs-impact/\";a:2:{s:4:\"date\";s:12:\"May 23, 2013\";s:4:\"time\";s:7:\"4:13 pm\";}s:50:\"https://deborahbrody.com/2013/05/pr-for-pr-people/\";a:2:{s:4:\"date\";s:12:\"May 29, 2013\";s:4:\"time\";s:7:\"8:12 am\";}s:67:\"https://deborahbrody.com/2013/05/wishing-is-not-a-marketing-tactic/\";a:2:{s:4:\"date\";s:12:\"May 30, 2013\";s:4:\"time\";s:7:\"4:01 pm\";}s:62:\"https://deborahbrody.com/2013/06/how-to-write-a-contact-email/\";a:2:{s:4:\"date\";s:12:\"June 5, 2013\";s:4:\"time\";s:8:\"10:34 am\";}s:51:\"https://deborahbrody.com/2013/06/its-only-new-once/\";a:2:{s:4:\"date\";s:12:\"June 7, 2013\";s:4:\"time\";s:7:\"9:36 am\";}s:61:\"https://deborahbrody.com/2013/06/too-much-info-or-too-little/\";a:2:{s:4:\"date\";s:13:\"June 11, 2013\";s:4:\"time\";s:7:\"9:15 am\";}s:91:\"https://deborahbrody.com/2013/06/what-your-latest-hotel-stay-can-teach-you-about-marketing/\";a:2:{s:4:\"date\";s:13:\"June 13, 2013\";s:4:\"time\";s:7:\"9:58 am\";}s:92:\"https://deborahbrody.com/2013/06/why-you-need-to-be-extra-careful-with-your-email-marketing/\";a:2:{s:4:\"date\";s:13:\"June 17, 2013\";s:4:\"time\";s:7:\"8:52 am\";}s:72:\"https://deborahbrody.com/2013/06/5-keys-to-successful-content-marketing/\";a:2:{s:4:\"date\";s:13:\"June 20, 2013\";s:4:\"time\";s:7:\"9:02 am\";}s:69:\"https://deborahbrody.com/2013/06/how-companies-fail-at-using-twitter/\";a:2:{s:4:\"date\";s:12:\"July 9, 2013\";s:4:\"time\";s:8:\"10:18 am\";}s:53:\"https://deborahbrody.com/2013/06/is-your-blog-social/\";a:2:{s:4:\"date\";s:13:\"June 25, 2013\";s:4:\"time\";s:7:\"8:15 pm\";}s:55:\"https://deborahbrody.com/2013/07/were-off-for-the-week/\";a:2:{s:4:\"date\";s:12:\"July 2, 2013\";s:4:\"time\";s:7:\"9:35 am\";}s:91:\"https://deborahbrody.com/2013/07/do-you-know-what-your-customers-experience-is-really-like/\";a:2:{s:4:\"date\";s:12:\"July 9, 2013\";s:4:\"time\";s:7:\"9:41 am\";}s:81:\"https://deborahbrody.com/2013/07/about-that-special-offer-just-how-special-is-it/\";a:2:{s:4:\"date\";s:13:\"July 11, 2013\";s:4:\"time\";s:7:\"9:07 am\";}s:71:\"https://deborahbrody.com/2013/07/wait-why-you-cant-rely-on-spell-check/\";a:2:{s:4:\"date\";s:13:\"July 12, 2013\";s:4:\"time\";s:7:\"7:35 am\";}s:72:\"https://deborahbrody.com/2013/07/top-5-most-annoying-linkedin-behaviors/\";a:2:{s:4:\"date\";s:13:\"July 15, 2013\";s:4:\"time\";s:7:\"8:48 am\";}s:56:\"https://deborahbrody.com/2013/07/why-uber-is-successful/\";a:2:{s:4:\"date\";s:13:\"July 17, 2013\";s:4:\"time\";s:7:\"3:14 pm\";}s:51:\"https://deborahbrody.com/2013/07/things-on-my-mind/\";a:2:{s:4:\"date\";s:13:\"July 24, 2013\";s:4:\"time\";s:7:\"8:06 am\";}s:78:\"https://deborahbrody.com/2013/07/hosting-a-speaker-or-a-panel-read-this-first/\";a:2:{s:4:\"date\";s:13:\"July 30, 2013\";s:4:\"time\";s:7:\"9:46 am\";}s:77:\"https://deborahbrody.com/2013/08/does-going-for-a-run-make-you-want-to-smile/\";a:2:{s:4:\"date\";s:14:\"August 6, 2013\";s:4:\"time\";s:7:\"8:44 am\";}s:79:\"https://deborahbrody.com/2013/08/5-tips-for-friday-on-editing-your-own-writing/\";a:2:{s:4:\"date\";s:14:\"August 9, 2013\";s:4:\"time\";s:8:\"10:29 am\";}s:75:\"https://deborahbrody.com/2013/08/email-addresses-have-become-more-valuable/\";a:2:{s:4:\"date\";s:15:\"August 13, 2013\";s:4:\"time\";s:7:\"8:25 am\";}s:78:\"https://deborahbrody.com/2013/08/when-customer-service-and-marketing-conflict/\";a:2:{s:4:\"date\";s:15:\"August 14, 2013\";s:4:\"time\";s:7:\"9:28 am\";}s:66:\"https://deborahbrody.com/2013/08/are-you-reinforcing-your-message/\";a:2:{s:4:\"date\";s:15:\"August 26, 2013\";s:4:\"time\";s:7:\"8:29 am\";}s:79:\"https://deborahbrody.com/2013/08/where-is-the-soap-dish-or-why-ux-is-important/\";a:2:{s:4:\"date\";s:15:\"August 27, 2013\";s:4:\"time\";s:7:\"9:53 am\";}s:44:\"https://deborahbrody.com/2013/08/selling-no/\";a:2:{s:4:\"date\";s:15:\"August 29, 2013\";s:4:\"time\";s:8:\"10:40 am\";}s:43:\"https://deborahbrody.com/2013/08/test-post/\";a:2:{s:4:\"date\";s:15:\"August 29, 2013\";s:4:\"time\";s:7:\"5:09 pm\";}s:59:\"https://deborahbrody.com/2013/09/you-may-not-see-this-post/\";a:2:{s:4:\"date\";s:18:\"September 10, 2013\";s:4:\"time\";s:8:\"10:27 am\";}s:60:\"https://deborahbrody.com/2013/09/before-you-send-that-email/\";a:2:{s:4:\"date\";s:18:\"September 11, 2013\";s:4:\"time\";s:8:\"10:57 am\";}s:49:\"https://deborahbrody.com/2013/09/self-monitor-or/\";a:2:{s:4:\"date\";s:18:\"September 12, 2013\";s:4:\"time\";s:8:\"10:52 am\";}s:89:\"https://deborahbrody.com/2013/09/top-blogging-lessons-from-wordpress-camp-baltimore-2013/\";a:2:{s:4:\"date\";s:18:\"September 23, 2013\";s:4:\"time\";s:8:\"11:08 am\";}s:78:\"https://deborahbrody.com/2013/09/7-actions-to-keep-your-blog-running-smoothly/\";a:2:{s:4:\"date\";s:18:\"September 25, 2013\";s:4:\"time\";s:8:\"12:31 pm\";}s:78:\"https://deborahbrody.com/2013/10/why-seo-and-content-marketing-are-not-enough/\";a:2:{s:4:\"date\";s:15:\"October 1, 2013\";s:4:\"time\";s:7:\"9:57 am\";}s:94:\"https://deborahbrody.com/2013/10/how-to-read-analytics-for-your-blog-and-other-great-articles/\";a:2:{s:4:\"date\";s:15:\"October 4, 2013\";s:4:\"time\";s:7:\"9:35 am\";}s:67:\"https://deborahbrody.com/2013/10/test-post-october-6-need-feedback/\";a:2:{s:4:\"date\";s:15:\"October 6, 2013\";s:4:\"time\";s:7:\"7:44 pm\";}s:77:\"https://deborahbrody.com/2013/10/is-having-a-point-of-differentiation-enough/\";a:2:{s:4:\"date\";s:16:\"October 14, 2013\";s:4:\"time\";s:7:\"2:02 pm\";}s:75:\"https://deborahbrody.com/2013/10/ill-have-a-venti-and-some-politics-please/\";a:2:{s:4:\"date\";s:16:\"October 11, 2013\";s:4:\"time\";s:7:\"9:58 am\";}s:85:\"https://deborahbrody.com/2013/10/should-you-launch-your-business-before-your-website/\";a:2:{s:4:\"date\";s:16:\"October 14, 2013\";s:4:\"time\";s:7:\"1:00 pm\";}s:53:\"https://deborahbrody.com/2013/10/is-your-blog-hiding/\";a:2:{s:4:\"date\";s:16:\"October 17, 2013\";s:4:\"time\";s:8:\"10:12 am\";}s:73:\"https://deborahbrody.com/2013/10/why-customer-communication-is-marketing/\";a:2:{s:4:\"date\";s:16:\"October 21, 2013\";s:4:\"time\";s:7:\"2:14 pm\";}s:66:\"https://deborahbrody.com/2013/10/the-6-truths-of-content-creation/\";a:2:{s:4:\"date\";s:16:\"October 23, 2013\";s:4:\"time\";s:8:\"10:33 am\";}s:61:\"https://deborahbrody.com/2013/10/what-not-to-do-on-your-blog/\";a:2:{s:4:\"date\";s:16:\"October 28, 2013\";s:4:\"time\";s:7:\"9:49 am\";}s:61:\"https://deborahbrody.com/2013/10/what-makes-for-a-great-blog/\";a:2:{s:4:\"date\";s:16:\"October 31, 2013\";s:4:\"time\";s:7:\"1:34 pm\";}s:66:\"https://deborahbrody.com/2013/11/what-are-the-goals-for-your-blog/\";a:2:{s:4:\"date\";s:16:\"November 5, 2013\";s:4:\"time\";s:7:\"9:36 am\";}s:65:\"https://deborahbrody.com/2013/11/it-may-be-all-about-likeability/\";a:2:{s:4:\"date\";s:16:\"November 7, 2013\";s:4:\"time\";s:8:\"11:18 am\";}s:85:\"https://deborahbrody.com/2013/11/it-may-not-be-face-to-face-but-it-is-still-personal/\";a:2:{s:4:\"date\";s:17:\"November 13, 2013\";s:4:\"time\";s:7:\"9:28 am\";}s:88:\"https://deborahbrody.com/2013/11/information-overload-and-what-it-means-to-your-message/\";a:2:{s:4:\"date\";s:17:\"November 20, 2013\";s:4:\"time\";s:8:\"10:46 am\";}s:72:\"https://deborahbrody.com/2013/11/how-i-read-the-news-and-why-it-matters/\";a:2:{s:4:\"date\";s:17:\"November 25, 2013\";s:4:\"time\";s:7:\"8:06 am\";}s:53:\"https://deborahbrody.com/2013/11/time-to-give-thanks/\";a:2:{s:4:\"date\";s:17:\"November 27, 2013\";s:4:\"time\";s:7:\"9:01 am\";}s:62:\"https://deborahbrody.com/2013/12/why-you-need-to-have-a-style/\";a:2:{s:4:\"date\";s:16:\"December 5, 2013\";s:4:\"time\";s:7:\"8:16 am\";}s:72:\"https://deborahbrody.com/2013/12/3-kinds-of-networking-and-only-1-works/\";a:2:{s:4:\"date\";s:16:\"December 9, 2013\";s:4:\"time\";s:8:\"10:38 am\";}s:91:\"https://deborahbrody.com/2013/12/get-off-your-high-horse-if-you-really-want-to-communicate/\";a:2:{s:4:\"date\";s:17:\"December 13, 2013\";s:4:\"time\";s:7:\"8:10 am\";}s:66:\"https://deborahbrody.com/2013/12/can-the-60-minutes-brand-recover/\";a:2:{s:4:\"date\";s:17:\"December 23, 2013\";s:4:\"time\";s:7:\"7:21 am\";}s:73:\"https://deborahbrody.com/2013/12/i-cant-follow-you-and-that-is-a-problem/\";a:2:{s:4:\"date\";s:17:\"December 19, 2013\";s:4:\"time\";s:7:\"8:06 am\";}s:72:\"https://deborahbrody.com/2013/12/5-big-communications-lessons-from-2013/\";a:2:{s:4:\"date\";s:17:\"December 23, 2013\";s:4:\"time\";s:7:\"2:10 pm\";}s:60:\"https://deborahbrody.com/2014/01/how-to-avoid-going-to-hell/\";a:2:{s:4:\"date\";s:15:\"January 7, 2014\";s:4:\"time\";s:7:\"9:29 am\";}s:87:\"https://deborahbrody.com/2014/01/why-your-blog-isnt-being-read-and-what-to-do-about-it/\";a:2:{s:4:\"date\";s:16:\"January 13, 2014\";s:4:\"time\";s:7:\"8:13 am\";}s:96:\"https://deborahbrody.com/2014/01/stop-dont-start-on-that-next-project-until-you-can-answer-this/\";a:2:{s:4:\"date\";s:16:\"January 15, 2014\";s:4:\"time\";s:7:\"7:22 am\";}s:72:\"https://deborahbrody.com/2014/01/why-customer-retention-should-be-job-o/\";a:2:{s:4:\"date\";s:16:\"January 21, 2014\";s:4:\"time\";s:7:\"1:02 pm\";}s:58:\"https://deborahbrody.com/2014/01/dont-be-a-fashion-victim/\";a:2:{s:4:\"date\";s:16:\"January 30, 2014\";s:4:\"time\";s:8:\"10:39 am\";}s:72:\"https://deborahbrody.com/2014/01/is-your-website-really-working-for-you/\";a:2:{s:4:\"date\";s:16:\"January 30, 2014\";s:4:\"time\";s:7:\"1:35 pm\";}s:79:\"https://deborahbrody.com/2014/02/if-everything-is-important-nothing-stands-out/\";a:2:{s:4:\"date\";s:16:\"February 4, 2014\";s:4:\"time\";s:8:\"10:11 am\";}s:57:\"https://deborahbrody.com/2014/02/please-mind-the-details/\";a:2:{s:4:\"date\";s:17:\"February 11, 2014\";s:4:\"time\";s:7:\"3:08 pm\";}s:82:\"https://deborahbrody.com/2014/02/what-shoveling-snow-can-teach-you-about-blogging/\";a:2:{s:4:\"date\";s:17:\"February 19, 2014\";s:4:\"time\";s:8:\"12:29 pm\";}s:95:\"https://deborahbrody.com/2014/02/the-red-flags-of-interpersonal-communication-to-watch-out-for/\";a:2:{s:4:\"date\";s:18:\"September 25, 2018\";s:4:\"time\";s:7:\"2:22 pm\";}s:81:\"https://deborahbrody.com/2014/02/one-action-that-guarantees-social-media-success/\";a:2:{s:4:\"date\";s:17:\"February 26, 2014\";s:4:\"time\";s:8:\"10:31 am\";}s:51:\"https://deborahbrody.com/2014/03/who-needs-grammar/\";a:2:{s:4:\"date\";s:13:\"March 4, 2014\";s:4:\"time\";s:7:\"4:20 pm\";}s:66:\"https://deborahbrody.com/2014/03/5-mistakes-to-avoid-on-your-blog/\";a:2:{s:4:\"date\";s:13:\"March 6, 2014\";s:4:\"time\";s:7:\"1:28 pm\";}s:61:\"https://deborahbrody.com/2014/03/is-it-real-or-is-it-a-robot/\";a:2:{s:4:\"date\";s:14:\"March 12, 2014\";s:4:\"time\";s:8:\"10:10 am\";}s:66:\"https://deborahbrody.com/2014/03/is-robotic-social-media-worth-it/\";a:2:{s:4:\"date\";s:14:\"March 14, 2014\";s:4:\"time\";s:7:\"9:38 am\";}s:67:\"https://deborahbrody.com/2014/03/did-mad-men-write-this-commercial/\";a:2:{s:4:\"date\";s:14:\"March 19, 2014\";s:4:\"time\";s:7:\"4:50 pm\";}s:63:\"https://deborahbrody.com/2014/03/how-to-lose-blog-readers-fast/\";a:2:{s:4:\"date\";s:14:\"March 20, 2014\";s:4:\"time\";s:7:\"9:19 am\";}s:73:\"https://deborahbrody.com/2014/03/is-feedly-picking-up-the-feed-test-post/\";a:2:{s:4:\"date\";s:14:\"March 24, 2014\";s:4:\"time\";s:7:\"9:32 am\";}s:81:\"https://deborahbrody.com/2014/03/how-to-get-more-blog-readers-and-customers-fast/\";a:2:{s:4:\"date\";s:14:\"March 25, 2014\";s:4:\"time\";s:7:\"8:58 am\";}s:61:\"https://deborahbrody.com/2014/03/its-so-basic-it-makes-sense/\";a:2:{s:4:\"date\";s:13:\"April 2, 2014\";s:4:\"time\";s:7:\"3:40 pm\";}s:59:\"https://deborahbrody.com/2014/04/you-arent-on-social-media/\";a:2:{s:4:\"date\";s:13:\"April 3, 2014\";s:4:\"time\";s:7:\"9:05 am\";}s:86:\"https://deborahbrody.com/2014/04/how-to-choose-the-best-social-networks-for-marketing/\";a:2:{s:4:\"date\";s:14:\"April 10, 2014\";s:4:\"time\";s:8:\"11:01 am\";}s:81:\"https://deborahbrody.com/2014/04/check-your-calendar-before-you-do-anything-else/\";a:2:{s:4:\"date\";s:14:\"April 14, 2014\";s:4:\"time\";s:8:\"11:12 am\";}s:63:\"https://deborahbrody.com/2014/04/7-solutions-to-bloggers-block/\";a:2:{s:4:\"date\";s:14:\"April 21, 2014\";s:4:\"time\";s:8:\"11:09 am\";}s:77:\"https://deborahbrody.com/2014/04/you-need-a-great-headline-and-great-content/\";a:2:{s:4:\"date\";s:14:\"April 24, 2014\";s:4:\"time\";s:7:\"9:42 am\";}s:71:\"https://deborahbrody.com/2014/04/is-social-media-savvy-a-learned-skill/\";a:2:{s:4:\"date\";s:14:\"April 29, 2014\";s:4:\"time\";s:7:\"6:16 pm\";}s:56:\"https://deborahbrody.com/2014/05/scaring-your-prospects/\";a:2:{s:4:\"date\";s:11:\"May 6, 2014\";s:4:\"time\";s:7:\"2:43 pm\";}s:81:\"https://deborahbrody.com/2014/05/what-my-gyms-fail-can-teach-you-about-marketing/\";a:2:{s:4:\"date\";s:12:\"May 13, 2014\";s:4:\"time\";s:7:\"9:49 am\";}s:62:\"https://deborahbrody.com/2014/05/answer-these-basic-questions/\";a:2:{s:4:\"date\";s:12:\"May 16, 2014\";s:4:\"time\";s:7:\"1:19 pm\";}s:84:\"https://deborahbrody.com/2014/05/do-you-understand-why-people-follow-you-on-twitter/\";a:2:{s:4:\"date\";s:12:\"May 21, 2014\";s:4:\"time\";s:7:\"1:58 pm\";}s:70:\"https://deborahbrody.com/2014/05/is-professional-development-worth-it/\";a:2:{s:4:\"date\";s:12:\"May 22, 2014\";s:4:\"time\";s:8:\"11:26 am\";}s:79:\"https://deborahbrody.com/2014/05/the-most-important-trait-for-any-communicator/\";a:2:{s:4:\"date\";s:12:\"May 30, 2014\";s:4:\"time\";s:7:\"9:43 am\";}s:73:\"https://deborahbrody.com/2014/06/take-some-twitter-advice-from-biz-stone/\";a:2:{s:4:\"date\";s:12:\"June 2, 2014\";s:4:\"time\";s:7:\"4:47 pm\";}s:66:\"https://deborahbrody.com/2014/06/the-best-way-not-to-get-business/\";a:2:{s:4:\"date\";s:12:\"June 5, 2014\";s:4:\"time\";s:7:\"4:51 pm\";}s:50:\"https://deborahbrody.com/2014/06/is-blogging-dead/\";a:2:{s:4:\"date\";s:13:\"June 10, 2014\";s:4:\"time\";s:8:\"10:06 am\";}s:66:\"https://deborahbrody.com/2014/06/yes-blogging-helps-you-get-found/\";a:2:{s:4:\"date\";s:13:\"June 12, 2014\";s:4:\"time\";s:7:\"4:02 pm\";}s:70:\"https://deborahbrody.com/2014/06/where-were-you-when-feedly-went-down/\";a:2:{s:4:\"date\";s:13:\"June 16, 2014\";s:4:\"time\";s:8:\"11:15 am\";}s:62:\"https://deborahbrody.com/2014/06/how-to-make-a-bad-impression/\";a:2:{s:4:\"date\";s:13:\"June 18, 2014\";s:4:\"time\";s:7:\"9:43 am\";}s:79:\"https://deborahbrody.com/2014/06/is-the-chamber-of-commerce-model-still-viable/\";a:2:{s:4:\"date\";s:13:\"June 25, 2014\";s:4:\"time\";s:7:\"1:27 pm\";}s:70:\"https://deborahbrody.com/2014/06/the-namaste-guide-to-smart-marketing/\";a:2:{s:4:\"date\";s:13:\"June 26, 2014\";s:4:\"time\";s:7:\"1:37 pm\";}s:89:\"https://deborahbrody.com/2014/07/5-guaranteed-ways-to-increase-your-websites-bounce-rate/\";a:2:{s:4:\"date\";s:12:\"July 1, 2014\";s:4:\"time\";s:8:\"12:11 pm\";}s:56:\"https://deborahbrody.com/2014/07/happy-independence-day/\";a:2:{s:4:\"date\";s:12:\"July 3, 2014\";s:4:\"time\";s:8:\"12:29 pm\";}s:62:\"https://deborahbrody.com/2014/07/make-it-a-challenging-summer/\";a:2:{s:4:\"date\";s:12:\"July 8, 2014\";s:4:\"time\";s:7:\"5:09 pm\";}s:66:\"https://deborahbrody.com/2014/07/challenge-1-tick-off-verbal-tics/\";a:2:{s:4:\"date\";s:13:\"July 10, 2014\";s:4:\"time\";s:7:\"1:59 pm\";}s:78:\"https://deborahbrody.com/2014/07/5-basic-marketing-tips-for-service-providers/\";a:2:{s:4:\"date\";s:13:\"July 15, 2014\";s:4:\"time\";s:8:\"12:47 pm\";}s:80:\"https://deborahbrody.com/2014/07/summer-challenge-be-a-tourist-in-your-own-town/\";a:2:{s:4:\"date\";s:13:\"July 17, 2014\";s:4:\"time\";s:7:\"5:05 pm\";}s:83:\"https://deborahbrody.com/2014/07/summer-challenge-3-clean-up-your-social-media-act/\";a:2:{s:4:\"date\";s:13:\"July 24, 2014\";s:4:\"time\";s:7:\"9:37 am\";}s:85:\"https://deborahbrody.com/2014/07/two-content-issues-or-why-i-no-longer-read-mashable/\";a:2:{s:4:\"date\";s:13:\"July 29, 2014\";s:4:\"time\";s:7:\"9:46 am\";}s:67:\"https://deborahbrody.com/2014/07/summer-challenge-4-be-more-active/\";a:2:{s:4:\"date\";s:13:\"July 31, 2014\";s:4:\"time\";s:8:\"10:43 am\";}s:64:\"https://deborahbrody.com/2014/08/summer-challenge-5-get-classic/\";a:2:{s:4:\"date\";s:14:\"August 7, 2014\";s:4:\"time\";s:7:\"7:40 am\";}s:85:\"https://deborahbrody.com/2014/08/summer-challenge-6-make-your-writing-understandable/\";a:2:{s:4:\"date\";s:15:\"August 14, 2014\";s:4:\"time\";s:7:\"9:20 am\";}s:79:\"https://deborahbrody.com/2014/08/summer-challenge-7-be-direct-and-get-it-fixed/\";a:2:{s:4:\"date\";s:15:\"August 20, 2014\";s:4:\"time\";s:7:\"4:55 pm\";}s:90:\"https://deborahbrody.com/2014/08/its-back-how-to-write-your-blog-workshop-on-september-18/\";a:2:{s:4:\"date\";s:18:\"September 18, 2014\";s:4:\"time\";s:7:\"3:17 pm\";}s:84:\"https://deborahbrody.com/2014/08/summer-challenge-8-final-take-a-social-media-break/\";a:2:{s:4:\"date\";s:15:\"August 27, 2014\";s:4:\"time\";s:7:\"9:31 am\";}s:65:\"https://deborahbrody.com/2014/09/you-need-both-form-and-function/\";a:2:{s:4:\"date\";s:17:\"September 4, 2014\";s:4:\"time\";s:7:\"9:16 am\";}s:47:\"https://deborahbrody.com/2014/09/adding-insult/\";a:2:{s:4:\"date\";s:18:\"September 10, 2014\";s:4:\"time\";s:7:\"9:32 am\";}s:63:\"https://deborahbrody.com/2014/09/is-self-censorship-the-answer/\";a:2:{s:4:\"date\";s:18:\"September 16, 2014\";s:4:\"time\";s:7:\"9:29 am\";}s:72:\"https://deborahbrody.com/2014/09/is-hurry-killing-reading-comprehension/\";a:2:{s:4:\"date\";s:18:\"September 22, 2014\";s:4:\"time\";s:7:\"4:06 pm\";}s:61:\"https://deborahbrody.com/2014/09/you-wont-know-until-you-try/\";a:2:{s:4:\"date\";s:18:\"September 29, 2014\";s:4:\"time\";s:8:\"11:43 am\";}s:89:\"https://deborahbrody.com/2014/10/are-you-communicating-with-everybody-somebody-or-nobody/\";a:2:{s:4:\"date\";s:16:\"October 10, 2014\";s:4:\"time\";s:8:\"10:53 am\";}s:78:\"https://deborahbrody.com/2014/10/angry-and-posting-what-you-should-do-instead/\";a:2:{s:4:\"date\";s:16:\"October 15, 2014\";s:4:\"time\";s:7:\"2:13 pm\";}s:70:\"https://deborahbrody.com/2014/10/whats-the-goal-for-the-45-happy-hour/\";a:2:{s:4:\"date\";s:16:\"October 21, 2014\";s:4:\"time\";s:7:\"9:35 am\";}s:78:\"https://deborahbrody.com/2014/10/the-5-essential-skills-for-great-web-writing/\";a:2:{s:4:\"date\";s:16:\"October 27, 2014\";s:4:\"time\";s:7:\"9:00 am\";}s:82:\"https://deborahbrody.com/2014/11/7-actions-that-will-give-your-event-more-mileage/\";a:2:{s:4:\"date\";s:16:\"November 6, 2014\";s:4:\"time\";s:8:\"10:27 am\";}s:60:\"https://deborahbrody.com/2014/11/are-you-can-spam-compliant/\";a:2:{s:4:\"date\";s:17:\"November 13, 2014\";s:4:\"time\";s:8:\"11:25 am\";}s:73:\"https://deborahbrody.com/2014/11/more-is-not-a-smart-communications-goal/\";a:2:{s:4:\"date\";s:17:\"November 19, 2014\";s:4:\"time\";s:7:\"4:06 pm\";}s:59:\"https://deborahbrody.com/2015/02/are-we-living-in-a-bubble/\";a:2:{s:4:\"date\";s:16:\"February 6, 2015\";s:4:\"time\";s:8:\"12:42 pm\";}s:70:\"https://deborahbrody.com/2014/11/thanks-are-not-only-for-thanksgiving/\";a:2:{s:4:\"date\";s:17:\"November 25, 2014\";s:4:\"time\";s:7:\"9:19 am\";}s:67:\"https://deborahbrody.com/2014/12/would-you-make-a-good-etsy-seller/\";a:2:{s:4:\"date\";s:16:\"December 1, 2014\";s:4:\"time\";s:7:\"8:01 am\";}s:76:\"https://deborahbrody.com/2014/12/no-pain-no-gain-are-you-relying-on-assists/\";a:2:{s:4:\"date\";s:16:\"December 9, 2014\";s:4:\"time\";s:8:\"10:55 am\";}s:52:\"https://deborahbrody.com/2014/12/do-you-fly-a-brand/\";a:2:{s:4:\"date\";s:17:\"December 19, 2014\";s:4:\"time\";s:7:\"7:06 pm\";}s:81:\"https://deborahbrody.com/2015/01/blogging-resolutions-goals-and-actions-for-2015/\";a:2:{s:4:\"date\";s:15:\"January 7, 2015\";s:4:\"time\";s:7:\"9:06 am\";}s:88:\"https://deborahbrody.com/2015/01/before-you-write-your-next-blog-post-ask-yourself-this/\";a:2:{s:4:\"date\";s:16:\"January 13, 2015\";s:4:\"time\";s:8:\"10:09 am\";}s:86:\"https://deborahbrody.com/2015/01/one-big-marketing-lesson-from-the-mlk-day-of-service/\";a:2:{s:4:\"date\";s:16:\"January 20, 2015\";s:4:\"time\";s:8:\"10:27 am\";}s:67:\"https://deborahbrody.com/2015/01/stop-surprising-me-with-your-tips/\";a:2:{s:4:\"date\";s:16:\"February 2, 2015\";s:4:\"time\";s:8:\"10:36 am\";}s:62:\"https://deborahbrody.com/2015/02/some-thoughts-about-comments/\";a:2:{s:4:\"date\";s:16:\"February 9, 2015\";s:4:\"time\";s:7:\"8:20 pm\";}s:76:\"https://deborahbrody.com/2015/02/how-high-is-your-websites-barrier-to-entry/\";a:2:{s:4:\"date\";s:17:\"February 12, 2015\";s:4:\"time\";s:7:\"3:44 pm\";}s:81:\"https://deborahbrody.com/2015/02/one-action-to-take-to-guarantee-blog-continuity/\";a:2:{s:4:\"date\";s:17:\"February 19, 2015\";s:4:\"time\";s:7:\"8:48 am\";}s:76:\"https://deborahbrody.com/2015/02/are-you-sure-you-know-what-that-word-means/\";a:2:{s:4:\"date\";s:17:\"February 26, 2015\";s:4:\"time\";s:7:\"8:32 am\";}s:82:\"https://deborahbrody.com/2015/03/6-copy-editing-rules-to-make-you-a-better-writer/\";a:2:{s:4:\"date\";s:14:\"April 27, 2015\";s:4:\"time\";s:7:\"9:56 am\";}s:54:\"https://deborahbrody.com/2015/03/some-weekend-reading/\";a:2:{s:4:\"date\";s:13:\"March 6, 2015\";s:4:\"time\";s:7:\"4:53 pm\";}s:101:\"https://deborahbrody.com/2015/03/marketing-communications-efforts-do-not-fix-organizational-problems/\";a:2:{s:4:\"date\";s:14:\"March 10, 2015\";s:4:\"time\";s:7:\"4:21 pm\";}s:76:\"https://deborahbrody.com/2015/03/tools-save-you-money-except-when-they-dont/\";a:2:{s:4:\"date\";s:14:\"March 17, 2015\";s:4:\"time\";s:8:\"10:16 am\";}s:80:\"https://deborahbrody.com/2015/03/the-weeks-best-brew-super-caffeinated-articles/\";a:2:{s:4:\"date\";s:14:\"March 20, 2015\";s:4:\"time\";s:7:\"9:29 am\";}s:88:\"https://deborahbrody.com/2015/03/are-you-lacking-social-media-manners-or-best-practices/\";a:2:{s:4:\"date\";s:14:\"March 24, 2015\";s:4:\"time\";s:7:\"3:11 pm\";}s:86:\"https://deborahbrody.com/2015/03/3-big-reasons-to-avoid-sarcasm-in-your-business-blog/\";a:2:{s:4:\"date\";s:14:\"March 31, 2015\";s:4:\"time\";s:8:\"10:56 am\";}s:71:\"https://deborahbrody.com/2015/04/are-you-seduced-by-the-cheap-and-fast/\";a:2:{s:4:\"date\";s:13:\"April 9, 2015\";s:4:\"time\";s:8:\"11:54 am\";}s:79:\"https://deborahbrody.com/2015/04/best-brew-5-articles-for-your-weekend-reading/\";a:2:{s:4:\"date\";s:14:\"April 10, 2015\";s:4:\"time\";s:8:\"10:51 am\";}s:78:\"https://deborahbrody.com/2015/04/the-real-problem-with-social-media-marketing/\";a:2:{s:4:\"date\";s:14:\"April 14, 2015\";s:4:\"time\";s:8:\"11:21 am\";}s:53:\"https://deborahbrody.com/2015/04/beware-of-the-dogma/\";a:2:{s:4:\"date\";s:14:\"April 23, 2015\";s:4:\"time\";s:8:\"10:12 am\";}s:84:\"https://deborahbrody.com/2015/04/my-business-card-is-not-a-pass-to-your-enewsletter/\";a:2:{s:4:\"date\";s:14:\"April 29, 2015\";s:4:\"time\";s:8:\"10:33 am\";}s:65:\"https://deborahbrody.com/2015/05/give-your-website-an-oil-change/\";a:2:{s:4:\"date\";s:12:\"May 19, 2015\";s:4:\"time\";s:8:\"11:08 am\";}s:88:\"https://deborahbrody.com/2015/05/do-you-really-want-customer-feedback-ask-the-right-way/\";a:2:{s:4:\"date\";s:12:\"May 27, 2015\";s:4:\"time\";s:7:\"6:22 pm\";}s:71:\"https://deborahbrody.com/2015/06/one-type-of-headline-will-always-fail/\";a:2:{s:4:\"date\";s:12:\"June 2, 2015\";s:4:\"time\";s:8:\"12:14 pm\";}s:86:\"https://deborahbrody.com/2015/06/can-you-rehab-your-image-by-deleting-offensive-posts/\";a:2:{s:4:\"date\";s:12:\"June 5, 2015\";s:4:\"time\";s:7:\"1:57 pm\";}s:53:\"https://deborahbrody.com/2015/06/is-that-link-broken/\";a:2:{s:4:\"date\";s:12:\"June 9, 2015\";s:4:\"time\";s:7:\"8:30 am\";}s:108:\"https://deborahbrody.com/2015/06/authenticity-matters-or-why-bobby-jindal-wont-win-but-chris-christie-might/\";a:2:{s:4:\"date\";s:13:\"June 24, 2015\";s:4:\"time\";s:7:\"1:36 pm\";}s:61:\"https://deborahbrody.com/2015/07/first-ask-this-one-question/\";a:2:{s:4:\"date\";s:12:\"July 1, 2015\";s:4:\"time\";s:7:\"2:31 pm\";}s:81:\"https://deborahbrody.com/2015/07/3-website-blunders-that-are-costing-you-readers/\";a:2:{s:4:\"date\";s:12:\"July 7, 2015\";s:4:\"time\";s:7:\"9:38 am\";}s:55:\"https://deborahbrody.com/2015/07/what-you-meant-to-say/\";a:2:{s:4:\"date\";s:13:\"July 10, 2015\";s:4:\"time\";s:7:\"8:50 am\";}s:82:\"https://deborahbrody.com/2015/07/are-you-talking-at-or-talking-with-your-audience/\";a:2:{s:4:\"date\";s:13:\"July 16, 2015\";s:4:\"time\";s:7:\"1:25 pm\";}s:84:\"https://deborahbrody.com/2015/07/is-content-marketing-necessary-to-business-success/\";a:2:{s:4:\"date\";s:13:\"July 21, 2015\";s:4:\"time\";s:7:\"1:16 pm\";}s:81:\"https://deborahbrody.com/2015/07/what-makes-a-successful-linkedin-long-form-post/\";a:2:{s:4:\"date\";s:13:\"July 28, 2015\";s:4:\"time\";s:7:\"9:37 am\";}s:64:\"https://deborahbrody.com/2015/08/do-you-have-a-twitter-strategy/\";a:2:{s:4:\"date\";s:14:\"August 4, 2015\";s:4:\"time\";s:8:\"10:27 am\";}s:55:\"https://deborahbrody.com/2015/08/its-a-2for1-blog-post/\";a:2:{s:4:\"date\";s:15:\"August 18, 2015\";s:4:\"time\";s:7:\"5:42 pm\";}s:51:\"https://deborahbrody.com/2015/08/do-this-one-thing/\";a:2:{s:4:\"date\";s:15:\"August 27, 2015\";s:4:\"time\";s:7:\"9:28 am\";}s:69:\"https://deborahbrody.com/2015/09/when-you-lose-your-internet-service/\";a:2:{s:4:\"date\";s:17:\"September 4, 2015\";s:4:\"time\";s:8:\"11:27 am\";}s:68:\"https://deborahbrody.com/2015/09/hidden-benefits-are-not-beneficial/\";a:2:{s:4:\"date\";s:17:\"September 8, 2015\";s:4:\"time\";s:7:\"4:01 pm\";}s:78:\"https://deborahbrody.com/2015/09/why-you-should-pay-attention-to-user-reviews/\";a:2:{s:4:\"date\";s:18:\"September 16, 2015\";s:4:\"time\";s:8:\"11:26 am\";}s:47:\"https://deborahbrody.com/2015/09/guilty-appeal/\";a:2:{s:4:\"date\";s:18:\"September 22, 2015\";s:4:\"time\";s:8:\"11:07 am\";}s:50:\"https://deborahbrody.com/2015/10/and-on-to-plan-c/\";a:2:{s:4:\"date\";s:15:\"October 5, 2015\";s:4:\"time\";s:8:\"10:15 am\";}s:93:\"https://deborahbrody.com/2015/10/5-communications-lessons-from-the-great-british-baking-show/\";a:2:{s:4:\"date\";s:15:\"October 8, 2015\";s:4:\"time\";s:8:\"11:07 am\";}s:69:\"https://deborahbrody.com/2015/10/can-you-do-advertising-by-algorithm/\";a:2:{s:4:\"date\";s:16:\"October 15, 2015\";s:4:\"time\";s:8:\"11:59 am\";}s:64:\"https://deborahbrody.com/2015/10/blogging-is-easy-until-its-not/\";a:2:{s:4:\"date\";s:16:\"October 21, 2015\";s:4:\"time\";s:7:\"9:36 am\";}s:69:\"https://deborahbrody.com/2015/10/what-does-the-customer-have-to-know/\";a:2:{s:4:\"date\";s:16:\"October 27, 2015\";s:4:\"time\";s:7:\"9:35 am\";}s:80:\"https://deborahbrody.com/2015/11/is-lazy-interaction-better-than-no-interaction/\";a:2:{s:4:\"date\";s:16:\"November 3, 2015\";s:4:\"time\";s:7:\"4:51 pm\";}s:87:\"https://deborahbrody.com/2015/11/you-are-competing-for-attention-with-attention-itself/\";a:2:{s:4:\"date\";s:17:\"November 10, 2015\";s:4:\"time\";s:8:\"10:40 am\";}s:63:\"https://deborahbrody.com/2015/11/how-to-sell-1000s-of-cupcakes/\";a:2:{s:4:\"date\";s:17:\"November 17, 2015\";s:4:\"time\";s:8:\"10:44 am\";}s:70:\"https://deborahbrody.com/2015/11/why-giving-thanks-is-a-marketing-win/\";a:2:{s:4:\"date\";s:17:\"November 24, 2015\";s:4:\"time\";s:8:\"10:29 am\";}s:63:\"https://deborahbrody.com/2015/12/one-invaluable-writing-lesson/\";a:2:{s:4:\"date\";s:17:\"December 23, 2015\";s:4:\"time\";s:8:\"12:52 pm\";}s:59:\"https://deborahbrody.com/2015/12/how-to-alienate-customers/\";a:2:{s:4:\"date\";s:17:\"December 16, 2015\";s:4:\"time\";s:8:\"10:30 am\";}s:86:\"https://deborahbrody.com/2015/12/happy-holidays-and-that-is-not-a-political-statement/\";a:2:{s:4:\"date\";s:17:\"December 23, 2015\";s:4:\"time\";s:8:\"12:59 pm\";}s:53:\"https://deborahbrody.com/2015/12/six-bad-2015-trends/\";a:2:{s:4:\"date\";s:17:\"December 31, 2015\";s:4:\"time\";s:7:\"9:36 am\";}s:85:\"https://deborahbrody.com/2016/01/how-to-make-one-of-your-biggest-marketing-decisions/\";a:2:{s:4:\"date\";s:16:\"January 12, 2016\";s:4:\"time\";s:7:\"9:47 am\";}s:67:\"https://deborahbrody.com/2016/01/too-many-words-too-little-meaning/\";a:2:{s:4:\"date\";s:16:\"January 21, 2016\";s:4:\"time\";s:7:\"1:27 pm\";}s:79:\"https://deborahbrody.com/2016/01/on-writing-carrie-morgan-rocks-the-status-quo/\";a:2:{s:4:\"date\";s:16:\"January 28, 2016\";s:4:\"time\";s:8:\"10:30 am\";}s:64:\"https://deborahbrody.com/2016/02/do-super-bowl-ads-change-minds/\";a:2:{s:4:\"date\";s:16:\"February 9, 2016\";s:4:\"time\";s:7:\"5:39 pm\";}s:75:\"https://deborahbrody.com/2016/02/truth-vs-facts-vs-journalism-an-editorial/\";a:2:{s:4:\"date\";s:17:\"February 16, 2016\";s:4:\"time\";s:8:\"12:53 pm\";}s:84:\"https://deborahbrody.com/2016/02/on-writing-chuck-tanowitz-thinks-like-a-journalist/\";a:2:{s:4:\"date\";s:17:\"February 25, 2016\";s:4:\"time\";s:7:\"8:38 am\";}s:88:\"https://deborahbrody.com/2016/03/how-watching-tv-can-make-you-a-better-content-marketer/\";a:2:{s:4:\"date\";s:13:\"March 3, 2016\";s:4:\"time\";s:7:\"4:01 pm\";}s:75:\"https://deborahbrody.com/2016/03/what-to-do-about-the-no-response-response/\";a:2:{s:4:\"date\";s:14:\"March 10, 2016\";s:4:\"time\";s:7:\"9:25 am\";}s:72:\"https://deborahbrody.com/2016/03/one-word-plus-one-word-equals-new-word/\";a:2:{s:4:\"date\";s:14:\"March 18, 2016\";s:4:\"time\";s:7:\"7:02 pm\";}s:91:\"https://deborahbrody.com/2016/03/business-networking-is-a-form-of-marketing-communications/\";a:2:{s:4:\"date\";s:14:\"March 23, 2016\";s:4:\"time\";s:7:\"1:32 pm\";}s:64:\"https://deborahbrody.com/2016/03/on-writing-julie-mullen-buzzes/\";a:2:{s:4:\"date\";s:14:\"March 31, 2016\";s:4:\"time\";s:7:\"9:28 am\";}s:89:\"https://deborahbrody.com/2016/04/its-not-always-about-the-money-customer-feedback-part-1/\";a:2:{s:4:\"date\";s:14:\"April 13, 2016\";s:4:\"time\";s:7:\"9:34 am\";}s:95:\"https://deborahbrody.com/2016/04/feedback-is-not-a-synonym-for-review-customer-feedback-part-2/\";a:2:{s:4:\"date\";s:14:\"April 13, 2016\";s:4:\"time\";s:7:\"9:39 am\";}s:80:\"https://deborahbrody.com/2016/04/on-writing-for-jay-morris-writing-is-a-journey/\";a:2:{s:4:\"date\";s:14:\"April 28, 2016\";s:4:\"time\";s:7:\"9:37 am\";}s:60:\"https://deborahbrody.com/2016/05/does-your-audience-get-you/\";a:2:{s:4:\"date\";s:12:\"May 11, 2016\";s:4:\"time\";s:7:\"9:19 am\";}s:63:\"https://deborahbrody.com/2016/05/you-dont-want-shares-or-likes/\";a:2:{s:4:\"date\";s:12:\"May 18, 2016\";s:4:\"time\";s:7:\"1:28 pm\";}s:80:\"https://deborahbrody.com/2016/05/on-writing-brad-phillips-knows-training-is-key/\";a:2:{s:4:\"date\";s:12:\"May 26, 2016\";s:4:\"time\";s:7:\"8:52 am\";}s:85:\"https://deborahbrody.com/2016/06/forcing-likes-is-poor-business-communication-part-1/\";a:2:{s:4:\"date\";s:12:\"June 3, 2016\";s:4:\"time\";s:7:\"9:35 am\";}s:88:\"https://deborahbrody.com/2016/06/asking-the-wrong-question-is-poor-communication-part-2/\";a:2:{s:4:\"date\";s:13:\"June 14, 2016\";s:4:\"time\";s:8:\"10:53 am\";}s:75:\"https://deborahbrody.com/2016/06/poor-grammar-is-poor-communication-part-3/\";a:2:{s:4:\"date\";s:13:\"June 22, 2016\";s:4:\"time\";s:7:\"9:52 am\";}s:75:\"https://deborahbrody.com/2016/06/on-writing-pr-pro-karen-addis-is-succinct/\";a:2:{s:4:\"date\";s:13:\"June 28, 2016\";s:4:\"time\";s:7:\"8:47 am\";}s:75:\"https://deborahbrody.com/2016/07/two-common-marketing-fails-and-pet-peeves/\";a:2:{s:4:\"date\";s:13:\"July 13, 2016\";s:4:\"time\";s:8:\"11:27 am\";}s:54:\"https://deborahbrody.com/2016/07/it-is-about-feelings/\";a:2:{s:4:\"date\";s:13:\"July 21, 2016\";s:4:\"time\";s:8:\"11:31 am\";}s:76:\"https://deborahbrody.com/2016/07/on-writing-leslie-oflahavan-gets-the-point/\";a:2:{s:4:\"date\";s:13:\"July 28, 2016\";s:4:\"time\";s:7:\"8:27 am\";}s:74:\"https://deborahbrody.com/2016/08/is-sharing-part-of-your-content-strategy/\";a:2:{s:4:\"date\";s:14:\"August 3, 2016\";s:4:\"time\";s:7:\"2:21 pm\";}s:67:\"https://deborahbrody.com/2016/08/how-to-undermine-your-credibility/\";a:2:{s:4:\"date\";s:14:\"August 9, 2016\";s:4:\"time\";s:8:\"10:42 am\";}s:53:\"https://deborahbrody.com/2016/08/what-does-that-mean/\";a:2:{s:4:\"date\";s:15:\"August 18, 2016\";s:4:\"time\";s:8:\"12:51 pm\";}s:68:\"https://deborahbrody.com/2016/08/on-writing-stu-opperman-impacts-pr/\";a:2:{s:4:\"date\";s:15:\"August 25, 2016\";s:4:\"time\";s:8:\"10:11 am\";}s:72:\"https://deborahbrody.com/2016/09/the-washington-post-needs-copy-editors/\";a:2:{s:4:\"date\";s:17:\"September 1, 2016\";s:4:\"time\";s:8:\"10:24 am\";}s:58:\"https://deborahbrody.com/2016/09/out-of-sight-out-of-mind/\";a:2:{s:4:\"date\";s:18:\"September 12, 2016\";s:4:\"time\";s:7:\"4:51 pm\";}s:72:\"https://deborahbrody.com/2016/09/two-big-problems-muddling-your-message/\";a:2:{s:4:\"date\";s:18:\"September 22, 2016\";s:4:\"time\";s:8:\"10:22 am\";}s:75:\"https://deborahbrody.com/2016/09/on-writing-bonnie-friedman-is-an-advocate/\";a:2:{s:4:\"date\";s:18:\"September 29, 2016\";s:4:\"time\";s:7:\"9:59 am\";}s:49:\"https://deborahbrody.com/2016/10/if-a-tree-falls/\";a:2:{s:4:\"date\";s:15:\"October 6, 2016\";s:4:\"time\";s:8:\"11:01 am\";}s:92:\"https://deborahbrody.com/2016/10/why-i-share-political-views-on-twitter-but-not-on-linkedin/\";a:2:{s:4:\"date\";s:16:\"October 24, 2016\";s:4:\"time\";s:8:\"11:10 am\";}s:91:\"https://deborahbrody.com/2016/10/on-writing-todd-van-hoosear-works-magic-against-ambiguity/\";a:2:{s:4:\"date\";s:16:\"October 27, 2016\";s:4:\"time\";s:7:\"9:10 am\";}s:84:\"https://deborahbrody.com/2016/11/why-you-are-failing-to-communicate-on-social-media/\";a:2:{s:4:\"date\";s:16:\"November 3, 2016\";s:4:\"time\";s:8:\"10:25 am\";}s:70:\"https://deborahbrody.com/2016/11/always-start-with-the-reader-in-mind/\";a:2:{s:4:\"date\";s:17:\"November 10, 2016\";s:4:\"time\";s:8:\"10:58 am\";}s:68:\"https://deborahbrody.com/2016/11/please-dont-tell-me-more-about-you/\";a:2:{s:4:\"date\";s:17:\"November 18, 2016\";s:4:\"time\";s:7:\"9:17 am\";}s:94:\"https://deborahbrody.com/2016/12/on-writing-ami-neiberger-miller-sticks-to-the-tried-and-true/\";a:2:{s:4:\"date\";s:17:\"November 29, 2016\";s:4:\"time\";s:8:\"10:58 am\";}s:57:\"https://deborahbrody.com/2016/11/use-email-dont-abuse-it/\";a:2:{s:4:\"date\";s:17:\"November 29, 2016\";s:4:\"time\";s:7:\"1:28 pm\";}s:76:\"https://deborahbrody.com/2016/12/not-using-my-name-pen-to-write-you-a-check/\";a:2:{s:4:\"date\";s:17:\"December 15, 2016\";s:4:\"time\";s:7:\"9:44 am\";}s:68:\"https://deborahbrody.com/2017/01/if-you-dont-get-it-you-dont-get-it/\";a:2:{s:4:\"date\";s:16:\"January 11, 2017\";s:4:\"time\";s:7:\"9:56 am\";}s:86:\"https://deborahbrody.com/2017/01/5-email-marketing-mistakes-you-need-to-fix-right-now/\";a:2:{s:4:\"date\";s:12:\"May 31, 2018\";s:4:\"time\";s:7:\"3:21 pm\";}s:82:\"https://deborahbrody.com/2017/02/5-ways-you-arent-showing-love-for-your-customers/\";a:2:{s:4:\"date\";s:17:\"February 14, 2017\";s:4:\"time\";s:7:\"1:09 pm\";}s:66:\"https://deborahbrody.com/2017/03/how-to-show-you-really-dont-care/\";a:2:{s:4:\"date\";s:13:\"March 2, 2017\";s:4:\"time\";s:7:\"8:42 am\";}s:88:\"https://deborahbrody.com/2017/03/a-website-mantra-to-help-you-achieve-marketing-nirvana/\";a:2:{s:4:\"date\";s:13:\"March 7, 2017\";s:4:\"time\";s:7:\"1:24 pm\";}s:59:\"https://deborahbrody.com/2017/03/the-death-of-copy-editing/\";a:2:{s:4:\"date\";s:14:\"March 16, 2017\";s:4:\"time\";s:7:\"2:00 pm\";}s:50:\"https://deborahbrody.com/2017/03/can-they-read-it/\";a:2:{s:4:\"date\";s:14:\"March 21, 2017\";s:4:\"time\";s:8:\"10:12 am\";}s:85:\"https://deborahbrody.com/2017/03/a-tale-of-two-organizations-and-five-best-practices/\";a:2:{s:4:\"date\";s:14:\"March 28, 2017\";s:4:\"time\";s:8:\"11:24 am\";}s:58:\"https://deborahbrody.com/2017/04/doing-too-much-marketing/\";a:2:{s:4:\"date\";s:13:\"April 5, 2017\";s:4:\"time\";s:7:\"1:44 pm\";}s:65:\"https://deborahbrody.com/2017/04/are-we-seeing-more-media-crises/\";a:2:{s:4:\"date\";s:14:\"April 12, 2017\";s:4:\"time\";s:7:\"1:09 pm\";}s:84:\"https://deborahbrody.com/2017/04/how-to-be-better-at-communication-than-sean-spicer/\";a:2:{s:4:\"date\";s:14:\"April 28, 2017\";s:4:\"time\";s:7:\"9:31 am\";}s:75:\"https://deborahbrody.com/2017/04/successful-companies-are-customer-focused/\";a:2:{s:4:\"date\";s:14:\"April 27, 2017\";s:4:\"time\";s:8:\"10:00 am\";}s:65:\"https://deborahbrody.com/2017/05/editing-makes-everything-better/\";a:2:{s:4:\"date\";s:11:\"May 3, 2017\";s:4:\"time\";s:7:\"8:56 am\";}s:76:\"https://deborahbrody.com/2017/05/how-to-run-your-organization-into-oblivion/\";a:2:{s:4:\"date\";s:12:\"May 11, 2017\";s:4:\"time\";s:7:\"9:59 am\";}s:95:\"https://deborahbrody.com/2017/05/the-danger-of-letting-junior-staff-handle-your-communications/\";a:2:{s:4:\"date\";s:12:\"May 31, 2017\";s:4:\"time\";s:7:\"1:02 pm\";}s:95:\"https://deborahbrody.com/2017/06/are-you-making-the-best-business-decisions-for-your-marketing/\";a:2:{s:4:\"date\";s:12:\"June 6, 2017\";s:4:\"time\";s:7:\"4:53 pm\";}s:66:\"https://deborahbrody.com/2017/06/you-need-more-than-a-gut-feeling/\";a:2:{s:4:\"date\";s:13:\"June 13, 2017\";s:4:\"time\";s:8:\"10:45 am\";}s:77:\"https://deborahbrody.com/2017/06/small-issues-bigger-communications-problems/\";a:2:{s:4:\"date\";s:13:\"June 23, 2017\";s:4:\"time\";s:8:\"10:54 am\";}s:74:\"https://deborahbrody.com/2017/06/is-it-time-for-the-corporate-blog-to-die/\";a:2:{s:4:\"date\";s:13:\"June 28, 2017\";s:4:\"time\";s:7:\"1:30 pm\";}s:70:\"https://deborahbrody.com/2017/07/events-can-be-great-marketing-or-not/\";a:2:{s:4:\"date\";s:13:\"July 13, 2017\";s:4:\"time\";s:7:\"4:27 pm\";}s:91:\"https://deborahbrody.com/2017/07/4-lessons-from-wordcamp-dc-that-will-improve-your-website/\";a:2:{s:4:\"date\";s:13:\"July 18, 2017\";s:4:\"time\";s:7:\"9:27 am\";}s:72:\"https://deborahbrody.com/2017/07/proof-that-local-tv-news-still-matters/\";a:2:{s:4:\"date\";s:13:\"July 27, 2017\";s:4:\"time\";s:7:\"1:58 pm\";}s:55:\"https://deborahbrody.com/2017/08/why-scaramucci-failed/\";a:2:{s:4:\"date\";s:14:\"August 1, 2017\";s:4:\"time\";s:8:\"10:18 am\";}s:57:\"https://deborahbrody.com/2017/08/check-for-accuracy-stat/\";a:2:{s:4:\"date\";s:14:\"August 8, 2017\";s:4:\"time\";s:7:\"9:07 am\";}s:78:\"https://deborahbrody.com/2017/08/does-pbs-get-the-support-of-viewers-like-you/\";a:2:{s:4:\"date\";s:15:\"August 15, 2017\";s:4:\"time\";s:8:\"11:37 am\";}s:66:\"https://deborahbrody.com/2017/09/care-matters-more-than-marketing/\";a:2:{s:4:\"date\";s:17:\"September 7, 2017\";s:4:\"time\";s:7:\"3:56 pm\";}s:59:\"https://deborahbrody.com/2017/09/when-you-want-to-be-found/\";a:2:{s:4:\"date\";s:18:\"September 14, 2017\";s:4:\"time\";s:8:\"10:04 am\";}s:56:\"https://deborahbrody.com/2017/09/always-aim-for-clarity/\";a:2:{s:4:\"date\";s:18:\"September 27, 2017\";s:4:\"time\";s:8:\"10:16 am\";}s:74:\"https://deborahbrody.com/2017/10/two-must-haves-for-your-business-website/\";a:2:{s:4:\"date\";s:16:\"October 10, 2017\";s:4:\"time\";s:7:\"9:06 am\";}s:63:\"https://deborahbrody.com/2017/10/closed-or-just-changing-names/\";a:2:{s:4:\"date\";s:16:\"October 25, 2017\";s:4:\"time\";s:7:\"4:19 pm\";}s:68:\"https://deborahbrody.com/2017/10/be-very-scared-of-poor-word-choice/\";a:2:{s:4:\"date\";s:16:\"October 31, 2017\";s:4:\"time\";s:7:\"2:30 pm\";}s:77:\"https://deborahbrody.com/2017/11/to-gift-or-not-to-gift-a-marketing-question/\";a:2:{s:4:\"date\";s:17:\"November 14, 2017\";s:4:\"time\";s:7:\"2:24 pm\";}s:72:\"https://deborahbrody.com/2017/11/decisions-with-unintended-consequences/\";a:2:{s:4:\"date\";s:17:\"November 29, 2017\";s:4:\"time\";s:7:\"4:49 pm\";}s:70:\"https://deborahbrody.com/2017/12/publications-need-for-revenue-and-pr/\";a:2:{s:4:\"date\";s:16:\"December 8, 2017\";s:4:\"time\";s:7:\"8:41 am\";}s:77:\"https://deborahbrody.com/2017/12/if-advertising-is-better-why-bother-with-pr/\";a:2:{s:4:\"date\";s:17:\"December 12, 2017\";s:4:\"time\";s:8:\"10:54 am\";}s:53:\"https://deborahbrody.com/2017/12/whats-a-comma-worth/\";a:2:{s:4:\"date\";s:17:\"December 19, 2017\";s:4:\"time\";s:7:\"9:41 am\";}s:82:\"https://deborahbrody.com/2018/01/4-step-plan-to-achieve-marketing-success-in-2018/\";a:2:{s:4:\"date\";s:15:\"January 4, 2018\";s:4:\"time\";s:7:\"2:09 pm\";}s:85:\"https://deborahbrody.com/2018/01/you-do-know-you-can-segment-your-mailing-list-right/\";a:2:{s:4:\"date\";s:16:\"January 11, 2018\";s:4:\"time\";s:7:\"2:23 pm\";}s:70:\"https://deborahbrody.com/2018/01/how-do-you-view-your-target-audience/\";a:2:{s:4:\"date\";s:16:\"January 24, 2018\";s:4:\"time\";s:7:\"1:32 pm\";}s:63:\"https://deborahbrody.com/2018/02/setting-customer-expectations/\";a:2:{s:4:\"date\";s:16:\"February 2, 2018\";s:4:\"time\";s:8:\"12:08 pm\";}s:79:\"https://deborahbrody.com/2018/02/i-really-liked-that-super-bowl-ad-for-doritos/\";a:2:{s:4:\"date\";s:16:\"February 8, 2018\";s:4:\"time\";s:8:\"11:13 am\";}s:75:\"https://deborahbrody.com/2018/02/when-your-customers-dont-know-who-you-are/\";a:2:{s:4:\"date\";s:17:\"February 13, 2018\";s:4:\"time\";s:7:\"1:30 pm\";}s:79:\"https://deborahbrody.com/2018/02/secretive-is-a-good-brand-attribute-for-a-spy/\";a:2:{s:4:\"date\";s:17:\"February 22, 2018\";s:4:\"time\";s:8:\"10:39 am\";}s:73:\"https://deborahbrody.com/2018/02/why-you-need-a-copy-editor-a-new-series/\";a:2:{s:4:\"date\";s:17:\"February 27, 2018\";s:4:\"time\";s:8:\"12:19 pm\";}s:57:\"https://deborahbrody.com/2018/03/no-response-no-business/\";a:2:{s:4:\"date\";s:14:\"March 13, 2018\";s:4:\"time\";s:7:\"1:49 pm\";}s:79:\"https://deborahbrody.com/2018/03/if-you-want-to-sound-smart-dont-use-big-words/\";a:2:{s:4:\"date\";s:14:\"March 21, 2018\";s:4:\"time\";s:7:\"3:55 pm\";}s:72:\"https://deborahbrody.com/2018/03/what-a-bad-cup-of-coffee-can-teach-you/\";a:2:{s:4:\"date\";s:14:\"March 28, 2018\";s:4:\"time\";s:8:\"10:17 am\";}s:79:\"https://deborahbrody.com/2018/05/what-the-heck-is-domo-and-why-should-you-care/\";a:2:{s:4:\"date\";s:12:\"May 10, 2018\";s:4:\"time\";s:7:\"9:32 am\";}s:62:\"https://deborahbrody.com/2018/05/its-all-about-being-informed/\";a:2:{s:4:\"date\";s:12:\"May 17, 2018\";s:4:\"time\";s:8:\"10:51 am\";}s:82:\"https://deborahbrody.com/2018/05/2-big-digital-marketing-mistakes-with-easy-fixes/\";a:2:{s:4:\"date\";s:12:\"May 31, 2018\";s:4:\"time\";s:7:\"9:29 am\";}s:64:\"https://deborahbrody.com/2018/06/its-easy-to-notice-bad-writing/\";a:2:{s:4:\"date\";s:12:\"June 6, 2018\";s:4:\"time\";s:8:\"11:22 am\";}s:74:\"https://deborahbrody.com/2018/06/deception-is-not-a-good-marketing-tactic/\";a:2:{s:4:\"date\";s:13:\"June 15, 2018\";s:4:\"time\";s:7:\"9:04 am\";}s:99:\"https://deborahbrody.com/2018/06/how-do-you-know-who-to-vote-for-when-there-are-so-many-candidates/\";a:2:{s:4:\"date\";s:13:\"June 22, 2018\";s:4:\"time\";s:7:\"3:31 pm\";}s:47:\"https://deborahbrody.com/2018/06/legit-or-spam/\";a:2:{s:4:\"date\";s:13:\"June 27, 2018\";s:4:\"time\";s:7:\"1:17 pm\";}s:77:\"https://deborahbrody.com/2018/07/true-marketing-gold-that-guarantees-results/\";a:2:{s:4:\"date\";s:13:\"July 19, 2018\";s:4:\"time\";s:8:\"10:07 am\";}s:76:\"https://deborahbrody.com/2018/07/better-safe-than-sorry-or-why-you-need-ssl/\";a:2:{s:4:\"date\";s:13:\"July 26, 2018\";s:4:\"time\";s:7:\"9:47 am\";}s:78:\"https://deborahbrody.com/2018/08/is-your-website-undermining-your-credibility/\";a:2:{s:4:\"date\";s:15:\"August 10, 2018\";s:4:\"time\";s:8:\"11:49 am\";}s:78:\"https://deborahbrody.com/2018/08/how-to-go-on-vacation-and-not-lose-customers/\";a:2:{s:4:\"date\";s:15:\"August 23, 2018\";s:4:\"time\";s:7:\"9:52 am\";}s:78:\"https://deborahbrody.com/2018/09/simple-reminders-help-market-doctors-offices/\";a:2:{s:4:\"date\";s:18:\"September 14, 2018\";s:4:\"time\";s:8:\"10:24 am\";}s:92:\"https://deborahbrody.com/2018/09/what-writers-journalists-and-pr-comms-people-need-to-watch/\";a:2:{s:4:\"date\";s:18:\"September 25, 2018\";s:4:\"time\";s:8:\"10:59 am\";}s:69:\"https://deborahbrody.com/2018/10/the-biggest-email-marketing-mistake/\";a:2:{s:4:\"date\";s:16:\"October 24, 2018\";s:4:\"time\";s:7:\"3:36 pm\";}s:77:\"https://deborahbrody.com/2018/11/write-fewer-press-releases-and-more-pitches/\";a:2:{s:4:\"date\";s:17:\"November 14, 2018\";s:4:\"time\";s:7:\"1:59 pm\";}s:66:\"https://deborahbrody.com/2018/12/do-you-appreciate-your-customers/\";a:2:{s:4:\"date\";s:17:\"December 14, 2018\";s:4:\"time\";s:8:\"11:29 am\";}s:85:\"https://deborahbrody.com/2019/01/4-key-steps-to-get-your-blog-back-on-track-for-2019/\";a:2:{s:4:\"date\";s:16:\"January 10, 2019\";s:4:\"time\";s:8:\"10:11 am\";}s:62:\"https://deborahbrody.com/2019/01/do-you-follow-best-practices/\";a:2:{s:4:\"date\";s:16:\"January 25, 2019\";s:4:\"time\";s:8:\"10:12 am\";}s:67:\"https://deborahbrody.com/2019/02/3-ways-to-tighten-up-your-writing/\";a:2:{s:4:\"date\";s:16:\"February 7, 2019\";s:4:\"time\";s:7:\"2:09 pm\";}s:63:\"https://deborahbrody.com/2019/02/how-not-to-do-email-marketing/\";a:2:{s:4:\"date\";s:17:\"February 20, 2019\";s:4:\"time\";s:7:\"9:52 am\";}s:71:\"https://deborahbrody.com/2019/03/trust-is-essential-and-must-be-earned/\";a:2:{s:4:\"date\";s:13:\"March 5, 2019\";s:4:\"time\";s:7:\"9:24 am\";}s:72:\"https://deborahbrody.com/2019/03/its-not-all-about-you-nor-should-it-be/\";a:2:{s:4:\"date\";s:14:\"March 21, 2019\";s:4:\"time\";s:7:\"2:42 pm\";}s:74:\"https://deborahbrody.com/2019/04/your-website-is-your-business-front-door/\";a:2:{s:4:\"date\";s:13:\"April 9, 2019\";s:4:\"time\";s:8:\"10:12 am\";}s:87:\"https://deborahbrody.com/2019/04/think-like-goldilocks-to-improve-your-email-marketing/\";a:2:{s:4:\"date\";s:14:\"April 30, 2019\";s:4:\"time\";s:8:\"11:37 am\";}s:71:\"https://deborahbrody.com/2019/05/you-can-have-too-much-of-a-good-thing/\";a:2:{s:4:\"date\";s:12:\"May 30, 2019\";s:4:\"time\";s:8:\"12:56 pm\";}s:52:\"https://deborahbrody.com/2019/05/the-amateur-effect/\";a:2:{s:4:\"date\";s:12:\"May 29, 2019\";s:4:\"time\";s:7:\"2:59 pm\";}s:80:\"https://deborahbrody.com/2019/06/how-to-make-your-communications-more-effective/\";a:2:{s:4:\"date\";s:13:\"June 19, 2019\";s:4:\"time\";s:7:\"1:53 pm\";}s:74:\"https://deborahbrody.com/2019/07/not-just-what-you-say-but-how-you-say-it/\";a:2:{s:4:\"date\";s:13:\"July 11, 2019\";s:4:\"time\";s:7:\"5:25 pm\";}s:52:\"https://deborahbrody.com/2019/07/whats-in-it-for-me/\";a:2:{s:4:\"date\";s:13:\"July 18, 2019\";s:4:\"time\";s:7:\"9:45 am\";}s:71:\"https://deborahbrody.com/2019/07/be-a-more-effective-writer-think-bluf/\";a:2:{s:4:\"date\";s:13:\"July 31, 2019\";s:4:\"time\";s:7:\"2:14 pm\";}s:64:\"https://deborahbrody.com/2019/09/stupid-on-repeatmarketing-fail/\";a:2:{s:4:\"date\";s:17:\"September 5, 2019\";s:4:\"time\";s:7:\"2:46 pm\";}s:111:\"https://deborahbrody.com/2019/10/all-the-marketing-in-the-world-wont-save-your-brand-from-bad-customer-service/\";a:2:{s:4:\"date\";s:16:\"October 30, 2019\";s:4:\"time\";s:7:\"9:42 am\";}s:52:\"https://deborahbrody.com/2019/12/are-you-persuasive/\";a:2:{s:4:\"date\";s:17:\"December 11, 2019\";s:4:\"time\";s:7:\"2:05 pm\";}s:70:\"https://deborahbrody.com/2020/01/dont-let-your-story-go-off-the-rails/\";a:2:{s:4:\"date\";s:16:\"January 15, 2020\";s:4:\"time\";s:7:\"3:05 pm\";}s:88:\"https://deborahbrody.com/2020/01/how-to-make-your-event-go-well-and-why-it-is-important/\";a:2:{s:4:\"date\";s:16:\"January 29, 2020\";s:4:\"time\";s:7:\"3:52 pm\";}s:69:\"https://deborahbrody.com/2020/02/how-to-be-better-at-event-marketing/\";a:2:{s:4:\"date\";s:16:\"October 26, 2020\";s:4:\"time\";s:7:\"9:56 am\";}s:61:\"https://deborahbrody.com/2020/02/unforced-errors-in-the-copy/\";a:2:{s:4:\"date\";s:17:\"February 27, 2020\";s:4:\"time\";s:7:\"2:40 pm\";}s:78:\"https://deborahbrody.com/2020/03/marketing-in-times-of-coronavirus-do-or-dont/\";a:2:{s:4:\"date\";s:14:\"March 20, 2020\";s:4:\"time\";s:7:\"9:30 am\";}s:82:\"https://deborahbrody.com/2020/04/what-works-and-what-doesnt-in-our-covid-19-times/\";a:2:{s:4:\"date\";s:13:\"April 4, 2020\";s:4:\"time\";s:8:\"10:15 am\";}s:68:\"https://deborahbrody.com/2020/07/yes-theres-still-value-in-blogging/\";a:2:{s:4:\"date\";s:12:\"July 9, 2020\";s:4:\"time\";s:7:\"3:56 pm\";}s:68:\"https://deborahbrody.com/2020/08/are-you-asking-the-right-questions/\";a:2:{s:4:\"date\";s:15:\"August 25, 2020\";s:4:\"time\";s:8:\"11:33 am\";}s:77:\"https://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/\";a:2:{s:4:\"date\";s:15:\"October 2, 2020\";s:4:\"time\";s:7:\"3:34 pm\";}s:96:\"https://deborahbrody.com/2020/10/dont-let-pandemic-cause-pandemonium-in-your-business-practices/\";a:2:{s:4:\"date\";s:16:\"October 23, 2020\";s:4:\"time\";s:7:\"9:36 am\";}s:77:\"https://deborahbrody.com/2020/11/desperate-times-call-for-desperate-measures/\";a:2:{s:4:\"date\";s:16:\"November 6, 2020\";s:4:\"time\";s:7:\"8:46 am\";}s:78:\"https://deborahbrody.com/2020/12/what-helps-businesses-thrive-during-covid-19/\";a:2:{s:4:\"date\";s:17:\"December 10, 2020\";s:4:\"time\";s:7:\"9:14 am\";}s:75:\"https://deborahbrody.com/2021/01/wishing-for-better-communications-in-2021/\";a:2:{s:4:\"date\";s:16:\"January 14, 2021\";s:4:\"time\";s:7:\"9:24 am\";}s:68:\"https://deborahbrody.com/2021/02/success-starts-with-being-targeted/\";a:2:{s:4:\"date\";s:17:\"February 12, 2021\";s:4:\"time\";s:7:\"9:53 am\";}s:97:\"https://deborahbrody.com/2021/03/marketing-does-not-work-if-your-operations-arent-up-to-the-task/\";a:2:{s:4:\"date\";s:14:\"March 12, 2021\";s:4:\"time\";s:7:\"9:31 am\";}s:79:\"https://deborahbrody.com/2021/06/the-one-question-you-must-answer-in-marketing/\";a:2:{s:4:\"date\";s:13:\"June 17, 2021\";s:4:\"time\";s:7:\"2:21 pm\";}s:73:\"https://deborahbrody.com/2021/07/4-avoidable-pandemic-marketing-failures/\";a:2:{s:4:\"date\";s:13:\"July 21, 2021\";s:4:\"time\";s:7:\"9:57 am\";}s:56:\"https://deborahbrody.com/2021/08/marketing-by-attrition/\";a:2:{s:4:\"date\";s:15:\"August 26, 2021\";s:4:\"time\";s:7:\"2:22 pm\";}s:61:\"https://deborahbrody.com/2021/09/storytelling-versus-writing/\";a:2:{s:4:\"date\";s:18:\"September 22, 2021\";s:4:\"time\";s:8:\"11:00 am\";}s:74:\"https://deborahbrody.com/2021/10/3-steps-to-clear-customer-communications/\";a:2:{s:4:\"date\";s:16:\"October 13, 2021\";s:4:\"time\";s:8:\"11:03 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:887;s:5:\"total\";i:887;}}','2021-12-27 11:19:58','2021-11-11 08:45:11','2021-11-27 11:19:58'),
(5,'aioseo_sitemap_page-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:25:{s:25:\"https://deborahbrody.com/\";a:2:{s:4:\"date\";s:15:\"August 17, 2020\";s:4:\"time\";s:8:\"12:57 pm\";}s:34:\"https://deborahbrody.com/services/\";a:2:{s:4:\"date\";s:17:\"February 12, 2018\";s:4:\"time\";s:7:\"3:52 pm\";}s:31:\"https://deborahbrody.com/about/\";a:2:{s:4:\"date\";s:16:\"October 12, 2021\";s:4:\"time\";s:7:\"3:11 pm\";}s:33:\"https://deborahbrody.com/espanol/\";a:2:{s:4:\"date\";s:14:\"April 16, 2018\";s:4:\"time\";s:7:\"4:02 pm\";}s:30:\"https://deborahbrody.com/blog/\";a:2:{s:4:\"date\";s:14:\"April 27, 2018\";s:4:\"time\";s:7:\"5:01 pm\";}s:33:\"https://deborahbrody.com/contact/\";a:2:{s:4:\"date\";s:16:\"January 27, 2015\";s:4:\"time\";s:7:\"6:34 pm\";}s:39:\"https://deborahbrody.com/about/clients/\";a:2:{s:4:\"date\";s:15:\"October 9, 2014\";s:4:\"time\";s:7:\"3:23 pm\";}s:41:\"https://deborahbrody.com/about/portfolio/\";a:2:{s:4:\"date\";s:16:\"October 20, 2015\";s:4:\"time\";s:8:\"10:26 am\";}s:43:\"https://deborahbrody.com/about/how-we-work/\";a:2:{s:4:\"date\";s:17:\"September 4, 2017\";s:4:\"time\";s:7:\"1:17 pm\";}s:42:\"https://deborahbrody.com/services/writing/\";a:2:{s:4:\"date\";s:17:\"September 4, 2017\";s:4:\"time\";s:7:\"1:18 pm\";}s:60:\"https://deborahbrody.com/services/communications-consulting/\";a:2:{s:4:\"date\";s:17:\"September 4, 2017\";s:4:\"time\";s:7:\"1:19 pm\";}s:54:\"https://deborahbrody.com/services/communication-audit/\";a:2:{s:4:\"date\";s:14:\"April 26, 2013\";s:4:\"time\";s:7:\"1:36 pm\";}s:37:\"https://deborahbrody.com/blog-signup/\";a:2:{s:4:\"date\";s:13:\"July 22, 2011\";s:4:\"time\";s:7:\"1:39 am\";}s:50:\"https://deborahbrody.com/post_notification_header/\";a:2:{s:4:\"date\";s:13:\"July 22, 2011\";s:4:\"time\";s:7:\"1:45 am\";}s:49:\"https://deborahbrody.com/marketing-termsglossary/\";a:2:{s:4:\"date\";s:17:\"December 11, 2008\";s:4:\"time\";s:8:\"12:32 pm\";}s:33:\"https://deborahbrody.com/about-2/\";a:2:{s:4:\"date\";s:16:\"January 15, 2008\";s:4:\"time\";s:7:\"7:38 am\";}s:35:\"https://deborahbrody.com/questions/\";a:2:{s:4:\"date\";s:14:\"March 20, 2008\";s:4:\"time\";s:7:\"8:48 am\";}s:32:\"https://deborahbrody.com/events/\";a:2:{s:4:\"date\";s:17:\"February 12, 2018\";s:4:\"time\";s:8:\"10:43 am\";}s:43:\"https://deborahbrody.com/about/newsletters/\";a:2:{s:4:\"date\";s:11:\"May 8, 2018\";s:4:\"time\";s:7:\"4:33 pm\";}s:47:\"https://deborahbrody.com/services/copy-editing/\";a:2:{s:4:\"date\";s:13:\"April 9, 2020\";s:4:\"time\";s:8:\"10:33 am\";}s:50:\"https://deborahbrody.com/about-2/what-clients-say/\";a:2:{s:4:\"date\";s:14:\"March 16, 2015\";s:4:\"time\";s:7:\"9:25 am\";}s:40:\"https://deborahbrody.com/events/booking/\";a:2:{s:4:\"date\";s:13:\"July 17, 2018\";s:4:\"time\";s:7:\"7:03 pm\";}s:53:\"https://deborahbrody.com/services/brand-identity-kit/\";a:2:{s:4:\"date\";s:13:\"July 29, 2020\";s:4:\"time\";s:7:\"2:48 pm\";}s:34:\"https://deborahbrody.com/calendar/\";a:2:{s:4:\"date\";s:17:\"February 12, 2018\";s:4:\"time\";s:8:\"10:41 am\";}s:40:\"https://deborahbrody.com/privacy-policy/\";a:2:{s:4:\"date\";s:12:\"May 16, 2018\";s:4:\"time\";s:8:\"11:09 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:25;s:5:\"total\";i:25;}}','2021-12-30 17:47:18','2021-11-11 08:45:13','2021-11-30 17:47:18'),
(6,'aioseo_sitemap_attachment-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:137:{s:64:\"https://deborahbrody.com/deborah-brody-marketing-communications/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"3:57 am\";}s:36:\"https://deborahbrody.com/background/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"4:51 am\";}s:33:\"https://deborahbrody.com/tagline/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"5:00 am\";}s:36:\"https://deborahbrody.com/signup-box/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"5:13 am\";}s:39:\"https://deborahbrody.com/facebook-icon/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"5:41 am\";}s:34:\"https://deborahbrody.com/rss-icon/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"5:42 am\";}s:38:\"https://deborahbrody.com/twitter-icon/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"5:42 am\";}s:33:\"https://deborahbrody.com/favicon/\";a:2:{s:4:\"date\";s:12:\"June 7, 2011\";s:4:\"time\";s:7:\"5:57 am\";}s:71:\"https://deborahbrody.com/2008/12/now-its-robo-calls/photo_173_20080825/\";a:2:{s:4:\"date\";s:16:\"December 9, 2008\";s:4:\"time\";s:8:\"12:36 pm\";}s:47:\"https://deborahbrody.com/cropped-coffee078-jpg/\";a:2:{s:4:\"date\";s:16:\"October 28, 2009\";s:4:\"time\";s:7:\"4:12 pm\";}s:48:\"https://deborahbrody.com/cropped-coffee0781-jpg/\";a:2:{s:4:\"date\";s:16:\"October 28, 2009\";s:4:\"time\";s:7:\"4:17 pm\";}s:48:\"https://deborahbrody.com/cropped-coffee0782-jpg/\";a:2:{s:4:\"date\";s:16:\"October 28, 2009\";s:4:\"time\";s:7:\"4:19 pm\";}s:48:\"https://deborahbrody.com/cropped-coffee0783-jpg/\";a:2:{s:4:\"date\";s:16:\"October 28, 2009\";s:4:\"time\";s:7:\"4:20 pm\";}s:48:\"https://deborahbrody.com/cropped-coffee0784-jpg/\";a:2:{s:4:\"date\";s:16:\"October 28, 2009\";s:4:\"time\";s:7:\"4:23 pm\";}s:49:\"https://deborahbrody.com/cropped-coffee078-jpg-2/\";a:2:{s:4:\"date\";s:15:\"August 10, 2010\";s:4:\"time\";s:7:\"9:57 am\";}s:63:\"https://deborahbrody.com/2008/08/packaging-buzz-words/p8200840/\";a:2:{s:4:\"date\";s:15:\"August 20, 2008\";s:4:\"time\";s:8:\"12:39 pm\";}s:63:\"https://deborahbrody.com/2008/08/packaging-buzz-words/p8200843/\";a:2:{s:4:\"date\";s:15:\"August 20, 2008\";s:4:\"time\";s:8:\"12:41 pm\";}s:42:\"https://deborahbrody.com/about-2/p8180834/\";a:2:{s:4:\"date\";s:15:\"August 20, 2008\";s:4:\"time\";s:8:\"12:55 pm\";}s:41:\"https://deborahbrody.com/testimonial-box/\";a:2:{s:4:\"date\";s:15:\"August 19, 2011\";s:4:\"time\";s:7:\"2:22 am\";}s:27:\"https://deborahbrody.com/8/\";a:2:{s:4:\"date\";s:16:\"January 27, 2008\";s:4:\"time\";s:8:\"11:35 am\";}s:95:\"https://deborahbrody.com/2012/07/pepco-truly-believes-advertising-is-the-answer/pepco-ad-71012/\";a:2:{s:4:\"date\";s:13:\"July 10, 2012\";s:4:\"time\";s:8:\"12:32 pm\";}s:96:\"https://deborahbrody.com/2012/07/dominion-vs-pepco-how-ads-reflect-corporate-culture/dominion-2/\";a:2:{s:4:\"date\";s:13:\"July 16, 2012\";s:4:\"time\";s:7:\"4:30 pm\";}s:96:\"https://deborahbrody.com/2012/07/dominion-vs-pepco-how-ads-reflect-corporate-culture/dominion-1/\";a:2:{s:4:\"date\";s:13:\"July 16, 2012\";s:4:\"time\";s:7:\"4:30 pm\";}s:99:\"https://deborahbrody.com/2012/07/pepco-really-really-wants-you-to-believe-a-story/pepco-ad-72912-b/\";a:2:{s:4:\"date\";s:13:\"July 30, 2012\";s:4:\"time\";s:7:\"9:17 am\";}s:99:\"https://deborahbrody.com/2012/07/pepco-really-really-wants-you-to-believe-a-story/pepco-ad-72912-a/\";a:2:{s:4:\"date\";s:13:\"July 30, 2012\";s:4:\"time\";s:7:\"9:17 am\";}s:80:\"https://deborahbrody.com/2012/08/making-blogging-easier/dbrody-workshop-collage/\";a:2:{s:4:\"date\";s:14:\"August 2, 2012\";s:4:\"time\";s:7:\"9:25 am\";}s:72:\"https://deborahbrody.com/2012/10/scary-things-communicators-do/pumpkins/\";a:2:{s:4:\"date\";s:16:\"October 31, 2012\";s:4:\"time\";s:7:\"9:58 am\";}s:89:\"https://deborahbrody.com/2012/11/is-it-happy-holidays-or-merry-christmas/merry-christmas/\";a:2:{s:4:\"date\";s:17:\"November 29, 2012\";s:4:\"time\";s:8:\"11:32 am\";}s:69:\"https://deborahbrody.com/2013/01/why-would-you-highlight-that/img076/\";a:2:{s:4:\"date\";s:15:\"January 8, 2013\";s:4:\"time\";s:8:\"11:56 am\";}s:71:\"https://deborahbrody.com/2013/01/why-would-you-highlight-that/img076-2/\";a:2:{s:4:\"date\";s:15:\"January 8, 2013\";s:4:\"time\";s:8:\"11:58 am\";}s:84:\"https://deborahbrody.com/2013/01/how-to-tweet-like-a-marketer/convo-with-kathy-dodd/\";a:2:{s:4:\"date\";s:16:\"January 22, 2013\";s:4:\"time\";s:7:\"9:46 am\";}s:78:\"https://deborahbrody.com/2013/02/an-ad-to-promote-a-tv-commercial/cars-com-ad/\";a:2:{s:4:\"date\";s:16:\"February 1, 2013\";s:4:\"time\";s:7:\"9:28 am\";}s:102:\"https://deborahbrody.com/2013/06/why-you-need-to-be-extra-careful-with-your-email-marketing/thrifty-1/\";a:2:{s:4:\"date\";s:13:\"June 17, 2013\";s:4:\"time\";s:7:\"8:29 am\";}s:102:\"https://deborahbrody.com/2013/06/why-you-need-to-be-extra-careful-with-your-email-marketing/thrifty-2/\";a:2:{s:4:\"date\";s:13:\"June 17, 2013\";s:4:\"time\";s:7:\"8:35 am\";}s:56:\"https://deborahbrody.com/events/presenting-at-chessie-1/\";a:2:{s:4:\"date\";s:12:\"July 8, 2013\";s:4:\"time\";s:7:\"1:22 pm\";}s:82:\"https://deborahbrody.com/2013/07/wait-why-you-cant-rely-on-spell-check/sephora-ad/\";a:2:{s:4:\"date\";s:13:\"July 12, 2013\";s:4:\"time\";s:7:\"7:23 am\";}s:107:\"https://deborahbrody.com/2013/09/top-blogging-lessons-from-wordpress-camp-baltimore-2013/wordpress-lanyard/\";a:2:{s:4:\"date\";s:18:\"September 23, 2013\";s:4:\"time\";s:8:\"11:04 am\";}s:83:\"https://deborahbrody.com/2014/01/how-to-avoid-going-to-hell/2419526768_eb970f02211/\";a:2:{s:4:\"date\";s:15:\"January 7, 2014\";s:4:\"time\";s:7:\"9:28 am\";}s:118:\"https://deborahbrody.com/2014/01/stop-dont-start-on-that-next-project-until-you-can-answer-this/6673406227_2b9ea60f64/\";a:2:{s:4:\"date\";s:16:\"January 15, 2014\";s:4:\"time\";s:7:\"7:18 am\";}s:103:\"https://deborahbrody.com/2014/02/if-everything-is-important-nothing-stands-out/8699798577_912e0213ba_b/\";a:2:{s:4:\"date\";s:16:\"February 4, 2014\";s:4:\"time\";s:8:\"10:08 am\";}s:80:\"https://deborahbrody.com/2014/02/please-mind-the-details/109430979_01c781cbe2_b/\";a:2:{s:4:\"date\";s:17:\"February 11, 2014\";s:4:\"time\";s:7:\"2:58 pm\";}s:101:\"https://deborahbrody.com/2014/02/what-shoveling-snow-can-teach-you-about-blogging/snow-feb-13-before/\";a:2:{s:4:\"date\";s:17:\"February 18, 2014\";s:4:\"time\";s:8:\"11:19 am\";}s:100:\"https://deborahbrody.com/2014/02/what-shoveling-snow-can-teach-you-about-blogging/snow-feb-13-after/\";a:2:{s:4:\"date\";s:17:\"February 18, 2014\";s:4:\"time\";s:8:\"11:24 am\";}s:80:\"https://deborahbrody.com/2014/03/5-mistakes-to-avoid-on-your-blog/forehead-slap/\";a:2:{s:4:\"date\";s:13:\"March 6, 2014\";s:4:\"time\";s:8:\"10:20 am\";}s:85:\"https://deborahbrody.com/2014/03/is-it-real-or-is-it-a-robot/8545425914_99cf44571f_b/\";a:2:{s:4:\"date\";s:14:\"March 12, 2014\";s:4:\"time\";s:8:\"10:00 am\";}s:105:\"https://deborahbrody.com/2014/03/how-to-get-more-blog-readers-and-customers-fast/4395977015_8c3e9d70e7_b/\";a:2:{s:4:\"date\";s:14:\"March 25, 2014\";s:4:\"time\";s:7:\"8:56 am\";}s:84:\"https://deborahbrody.com/2014/03/its-so-basic-it-makes-sense/825976939_13974ce756_b/\";a:2:{s:4:\"date\";s:14:\"March 27, 2014\";s:4:\"time\";s:7:\"8:39 am\";}s:105:\"https://deborahbrody.com/2014/04/check-your-calendar-before-you-do-anything-else/1686120391_e6e634f5e4_b/\";a:2:{s:4:\"date\";s:14:\"April 14, 2014\";s:4:\"time\";s:8:\"11:10 am\";}s:105:\"https://deborahbrody.com/2014/05/what-my-gyms-fail-can-teach-you-about-marketing/6860290289_a8f2ea9d27_b/\";a:2:{s:4:\"date\";s:12:\"May 12, 2014\";s:4:\"time\";s:8:\"12:02 pm\";}s:94:\"https://deborahbrody.com/2014/05/do-you-understand-why-people-follow-you-on-twitter/dbfinal-1/\";a:2:{s:4:\"date\";s:12:\"May 20, 2014\";s:4:\"time\";s:8:\"12:38 pm\";}s:90:\"https://deborahbrody.com/2014/05/do-you-understand-why-people-follow-you-on-twitter/tweet/\";a:2:{s:4:\"date\";s:12:\"May 20, 2014\";s:4:\"time\";s:8:\"12:38 pm\";}s:66:\"https://deborahbrody.com/2014/06/is-blogging-dead/20140607_083904/\";a:2:{s:4:\"date\";s:13:\"June 10, 2014\";s:4:\"time\";s:7:\"9:42 am\";}s:112:\"https://deborahbrody.com/2014/07/5-guaranteed-ways-to-increase-your-websites-bounce-rate/160754346_dab3a98893_z/\";a:2:{s:4:\"date\";s:12:\"July 1, 2014\";s:4:\"time\";s:7:\"9:11 am\";}s:86:\"https://deborahbrody.com/2014/07/make-it-a-challenging-summer/7516553840_b65f327847_z/\";a:2:{s:4:\"date\";s:12:\"July 8, 2014\";s:4:\"time\";s:8:\"12:50 pm\";}s:81:\"https://deborahbrody.com/2014/09/you-need-both-form-and-function/20140903_140136/\";a:2:{s:4:\"date\";s:17:\"September 4, 2014\";s:4:\"time\";s:7:\"9:05 am\";}s:89:\"https://deborahbrody.com/2014/09/you-need-both-form-and-function/9421165069_43ba87b0f5_z/\";a:2:{s:4:\"date\";s:17:\"September 4, 2014\";s:4:\"time\";s:7:\"9:05 am\";}s:76:\"https://deborahbrody.com/2014/10/whats-the-goal-for-the-45-happy-hour/amadc/\";a:2:{s:4:\"date\";s:16:\"October 17, 2014\";s:4:\"time\";s:7:\"1:24 pm\";}s:78:\"https://deborahbrody.com/2014/10/whats-the-goal-for-the-45-happy-hour/amadc-2/\";a:2:{s:4:\"date\";s:16:\"October 17, 2014\";s:4:\"time\";s:7:\"1:29 pm\";}s:135:\"https://deborahbrody.com/2015/01/one-big-marketing-lesson-from-the-mlk-day-of-service/10923270_10152688031315028_3539864702966170471_n/\";a:2:{s:4:\"date\";s:16:\"January 20, 2015\";s:4:\"time\";s:8:\"10:08 am\";}s:100:\"https://deborahbrody.com/2015/03/tools-save-you-money-except-when-they-dont/9386959986_36e3678938_z/\";a:2:{s:4:\"date\";s:14:\"March 17, 2015\";s:4:\"time\";s:8:\"10:09 am\";}s:90:\"https://deborahbrody.com/2015/05/give-your-website-an-oil-change/11147250425_54340fb6dd_z/\";a:2:{s:4:\"date\";s:12:\"May 19, 2015\";s:4:\"time\";s:8:\"11:06 am\";}s:112:\"https://deborahbrody.com/2015/06/one-type-of-headline-will-always-fail/_you-can-fool-all-the-people-some-of-the/\";a:2:{s:4:\"date\";s:12:\"June 2, 2015\";s:4:\"time\";s:8:\"12:11 pm\";}s:104:\"https://deborahbrody.com/2015/06/can-you-rehab-your-image-by-deleting-offensive-posts/sc20150605-111755/\";a:2:{s:4:\"date\";s:12:\"June 5, 2015\";s:4:\"time\";s:7:\"1:46 pm\";}s:78:\"https://deborahbrody.com/2015/06/is-that-link-broken/15565336879_592702424b_z/\";a:2:{s:4:\"date\";s:12:\"June 9, 2015\";s:4:\"time\";s:7:\"8:05 am\";}s:79:\"https://deborahbrody.com/2015/07/what-you-meant-to-say/2617897409_7d0e7d8eeb_z/\";a:2:{s:4:\"date\";s:13:\"July 10, 2015\";s:4:\"time\";s:7:\"8:48 am\";}s:108:\"https://deborahbrody.com/2015/07/is-content-marketing-necessary-to-business-success/5398112759_599e51db9f_z/\";a:2:{s:4:\"date\";s:13:\"July 21, 2015\";s:4:\"time\";s:7:\"1:08 pm\";}s:88:\"https://deborahbrody.com/2015/08/do-you-have-a-twitter-strategy/3939487692_0486e3e87e_z/\";a:2:{s:4:\"date\";s:14:\"August 4, 2015\";s:4:\"time\";s:8:\"10:24 am\";}s:75:\"https://deborahbrody.com/2015/08/its-a-2for1-blog-post/2015-08-18-10-57-40/\";a:2:{s:4:\"date\";s:15:\"August 18, 2015\";s:4:\"time\";s:7:\"5:36 pm\";}s:75:\"https://deborahbrody.com/2015/08/do-this-one-thing/3736095515_504612aab7_z/\";a:2:{s:4:\"date\";s:15:\"August 27, 2015\";s:4:\"time\";s:7:\"9:26 am\";}s:82:\"https://deborahbrody.com/2015/10/can-you-do-advertising-by-algorithm/screenshot-1/\";a:2:{s:4:\"date\";s:16:\"October 14, 2015\";s:4:\"time\";s:8:\"10:07 am\";}s:59:\"https://deborahbrody.com/about/portfolio/reach-brochure-03/\";a:2:{s:4:\"date\";s:16:\"October 20, 2015\";s:4:\"time\";s:8:\"10:21 am\";}s:85:\"https://deborahbrody.com/2015/10/what-does-the-customer-have-to-know/20151026_135130/\";a:2:{s:4:\"date\";s:16:\"October 27, 2015\";s:4:\"time\";s:7:\"9:23 am\";}s:103:\"https://deborahbrody.com/2015/11/you-are-competing-for-attention-with-attention-itself/20151109_195227/\";a:2:{s:4:\"date\";s:17:\"November 10, 2015\";s:4:\"time\";s:8:\"10:08 am\";}s:86:\"https://deborahbrody.com/2015/11/why-giving-thanks-is-a-marketing-win/20151124_101824/\";a:2:{s:4:\"date\";s:17:\"November 24, 2015\";s:4:\"time\";s:8:\"10:26 am\";}s:99:\"https://deborahbrody.com/2016/01/too-many-words-too-little-meaning/assorted-foods-1324828-1278x855/\";a:2:{s:4:\"date\";s:16:\"January 21, 2016\";s:4:\"time\";s:7:\"9:27 am\";}s:104:\"https://deborahbrody.com/2016/01/on-writing-carrie-morgan-rocks-the-status-quo/carrie-morgan-headshot-4/\";a:2:{s:4:\"date\";s:16:\"January 28, 2016\";s:4:\"time\";s:8:\"10:04 am\";}s:93:\"https://deborahbrody.com/2016/01/on-writing-carrie-morgan-rocks-the-status-quo/attachment/13/\";a:2:{s:4:\"date\";s:16:\"January 28, 2016\";s:4:\"time\";s:8:\"10:09 am\";}s:103:\"https://deborahbrody.com/2016/02/on-writing-chuck-tanowitz-thinks-like-a-journalist/chuck-tanowitz-003/\";a:2:{s:4:\"date\";s:17:\"February 25, 2016\";s:4:\"time\";s:7:\"8:28 am\";}s:95:\"https://deborahbrody.com/2016/03/on-writing-julie-mullen-buzzes/buzz-agency-julie-mullen-image/\";a:2:{s:4:\"date\";s:14:\"March 30, 2016\";s:4:\"time\";s:7:\"9:42 am\";}s:114:\"https://deborahbrody.com/2016/04/its-not-always-about-the-money-customer-feedback-part-1/money-9-1238441-1279x850/\";a:2:{s:4:\"date\";s:13:\"April 7, 2016\";s:4:\"time\";s:7:\"1:24 pm\";}s:139:\"https://deborahbrody.com/2016/04/feedback-is-not-a-synonym-for-review-customer-feedback-part-2/five-golden-stars-isolated-1142569-1280x640/\";a:2:{s:4:\"date\";s:14:\"April 13, 2016\";s:4:\"time\";s:7:\"9:30 am\";}s:91:\"https://deborahbrody.com/2016/04/on-writing-for-jay-morris-writing-is-a-journey/jay-morris/\";a:2:{s:4:\"date\";s:14:\"April 27, 2016\";s:4:\"time\";s:8:\"11:07 am\";}s:85:\"https://deborahbrody.com/2016/05/you-dont-want-shares-or-likes/sign-1570201-1279x863/\";a:2:{s:4:\"date\";s:12:\"May 18, 2016\";s:4:\"time\";s:7:\"9:48 am\";}s:108:\"https://deborahbrody.com/2016/05/on-writing-brad-phillips-knows-training-is-key/brad-phillips-headshot-mini/\";a:2:{s:4:\"date\";s:12:\"May 25, 2016\";s:4:\"time\";s:7:\"5:06 pm\";}s:91:\"https://deborahbrody.com/2016/06/poor-grammar-is-poor-communication-part-3/20160612_115648/\";a:2:{s:4:\"date\";s:13:\"June 22, 2016\";s:4:\"time\";s:7:\"8:45 am\";}s:89:\"https://deborahbrody.com/2016/06/on-writing-pr-pro-karen-addis-is-succinct/karenheadshot/\";a:2:{s:4:\"date\";s:13:\"June 27, 2016\";s:4:\"time\";s:7:\"1:53 pm\";}s:93:\"https://deborahbrody.com/2016/07/on-writing-leslie-oflahavan-gets-the-point/leslie_oflahavan/\";a:2:{s:4:\"date\";s:13:\"July 26, 2016\";s:4:\"time\";s:8:\"11:04 am\";}s:74:\"https://deborahbrody.com/2016/08/what-does-that-mean/skotan-no-sign-800px/\";a:2:{s:4:\"date\";s:15:\"August 18, 2016\";s:4:\"time\";s:8:\"12:43 pm\";}s:98:\"https://deborahbrody.com/2016/08/on-writing-stu-opperman-impacts-pr/stu-opperman-larger-head-shot/\";a:2:{s:4:\"date\";s:15:\"August 24, 2016\";s:4:\"time\";s:8:\"11:01 am\";}s:79:\"https://deborahbrody.com/2016/09/the-washington-post-needs-copy-editors/img040/\";a:2:{s:4:\"date\";s:17:\"September 1, 2016\";s:4:\"time\";s:8:\"10:17 am\";}s:88:\"https://deborahbrody.com/2016/09/on-writing-bonnie-friedman-is-an-advocate/bonnie-preso/\";a:2:{s:4:\"date\";s:18:\"September 29, 2016\";s:4:\"time\";s:7:\"9:46 am\";}s:87:\"https://deborahbrody.com/2016/09/on-writing-bonnie-friedman-is-an-advocate/bonnie-head/\";a:2:{s:4:\"date\";s:18:\"September 29, 2016\";s:4:\"time\";s:7:\"9:45 am\";}s:107:\"https://deborahbrody.com/2016/10/on-writing-todd-van-hoosear-works-magic-against-ambiguity/vanhoosear_todd/\";a:2:{s:4:\"date\";s:16:\"October 26, 2016\";s:4:\"time\";s:7:\"9:59 am\";}s:123:\"https://deborahbrody.com/2016/11/always-start-with-the-reader-in-mind/kaboompics-com_modern-comterporary-concrete-buliding/\";a:2:{s:4:\"date\";s:17:\"November 10, 2016\";s:4:\"time\";s:8:\"10:51 am\";}s:108:\"https://deborahbrody.com/2016/12/on-writing-ami-neiberger-miller-sticks-to-the-tried-and-true/ami-neiberger/\";a:2:{s:4:\"date\";s:17:\"November 28, 2016\";s:4:\"time\";s:7:\"9:39 am\";}s:123:\"https://deborahbrody.com/2016/12/not-using-my-name-pen-to-write-you-a-check/kaboompics-com_woman-writing-in-her-work-space/\";a:2:{s:4:\"date\";s:17:\"December 15, 2016\";s:4:\"time\";s:7:\"9:43 am\";}s:137:\"https://deborahbrody.com/2017/02/5-ways-you-arent-showing-love-for-your-customers/kaboompics-com_padlock-with-heart-shape-on-rope-bridge/\";a:2:{s:4:\"date\";s:17:\"February 14, 2017\";s:4:\"time\";s:7:\"1:07 pm\";}s:153:\"https://deborahbrody.com/2017/09/when-you-want-to-be-found/kaboompics_rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop/\";a:2:{s:4:\"date\";s:18:\"September 14, 2017\";s:4:\"time\";s:8:\"10:01 am\";}s:93:\"https://deborahbrody.com/2017/11/to-gift-or-not-to-gift-a-marketing-question/20171113_100754/\";a:2:{s:4:\"date\";s:17:\"November 14, 2017\";s:4:\"time\";s:8:\"10:00 am\";}s:86:\"https://deborahbrody.com/2017/12/publications-need-for-revenue-and-pr/20171010_142654/\";a:2:{s:4:\"date\";s:16:\"December 6, 2017\";s:4:\"time\";s:7:\"1:02 pm\";}s:86:\"https://deborahbrody.com/2017/12/publications-need-for-revenue-and-pr/20171205_141928/\";a:2:{s:4:\"date\";s:16:\"December 6, 2017\";s:4:\"time\";s:7:\"1:03 pm\";}s:62:\"https://deborahbrody.com/2017/12/whats-a-comma-worth/img046ed/\";a:2:{s:4:\"date\";s:17:\"December 19, 2017\";s:4:\"time\";s:7:\"9:31 am\";}s:89:\"https://deborahbrody.com/2018/02/why-you-need-a-copy-editor-a-new-series/20180227_114313/\";a:2:{s:4:\"date\";s:17:\"February 27, 2018\";s:4:\"time\";s:8:\"11:56 am\";}s:44:\"https://deborahbrody.com/copywriting-laptop/\";a:2:{s:4:\"date\";s:14:\"April 25, 2018\";s:4:\"time\";s:7:\"4:54 pm\";}s:34:\"https://deborahbrody.com/linkedin/\";a:2:{s:4:\"date\";s:14:\"April 27, 2018\";s:4:\"time\";s:8:\"10:27 am\";}s:92:\"https://deborahbrody.com/2018/05/its-all-about-being-informed/blogging-blur-business-261662/\";a:2:{s:4:\"date\";s:12:\"May 17, 2018\";s:4:\"time\";s:8:\"10:46 am\";}s:115:\"https://deborahbrody.com/2018/06/how-do-you-know-who-to-vote-for-when-there-are-so-many-candidates/20180616_112036/\";a:2:{s:4:\"date\";s:13:\"June 21, 2018\";s:4:\"time\";s:8:\"10:33 am\";}s:108:\"https://deborahbrody.com/2018/08/how-to-go-on-vacation-and-not-lose-customers/beach-beverage-cocktail-68672/\";a:2:{s:4:\"date\";s:15:\"August 23, 2018\";s:4:\"time\";s:7:\"9:44 am\";}s:118:\"https://deborahbrody.com/2018/09/simple-reminders-help-market-doctors-offices/appointment-appointment-book-blur-40568/\";a:2:{s:4:\"date\";s:18:\"September 14, 2018\";s:4:\"time\";s:8:\"10:20 am\";}s:82:\"https://deborahbrody.com/2018/10/the-biggest-email-marketing-mistake/screenshot-6/\";a:2:{s:4:\"date\";s:16:\"October 24, 2018\";s:4:\"time\";s:7:\"3:23 pm\";}s:101:\"https://deborahbrody.com/2018/12/do-you-appreciate-your-customers/advertisement-advertising-font-519/\";a:2:{s:4:\"date\";s:17:\"December 14, 2018\";s:4:\"time\";s:8:\"11:19 am\";}s:112:\"https://deborahbrody.com/2019/01/4-key-steps-to-get-your-blog-back-on-track-for-2019/asphalt-empty-field-163444/\";a:2:{s:4:\"date\";s:16:\"January 10, 2019\";s:4:\"time\";s:8:\"10:11 am\";}s:104:\"https://deborahbrody.com/2019/01/do-you-follow-best-practices/accomplishment-achievement-adults-1059118/\";a:2:{s:4:\"date\";s:16:\"January 25, 2019\";s:4:\"time\";s:8:\"10:08 am\";}s:107:\"https://deborahbrody.com/2019/02/3-ways-to-tighten-up-your-writing/close-up-view-indoors-instrument-141966/\";a:2:{s:4:\"date\";s:16:\"February 7, 2019\";s:4:\"time\";s:7:\"1:57 pm\";}s:80:\"https://deborahbrody.com/2019/02/how-not-to-do-email-marketing/spam-964521_1920/\";a:2:{s:4:\"date\";s:17:\"February 20, 2019\";s:4:\"time\";s:7:\"9:46 am\";}s:107:\"https://deborahbrody.com/2019/03/trust-is-essential-and-must-be-earned/achievement-adult-agreement-1308780/\";a:2:{s:4:\"date\";s:13:\"March 5, 2019\";s:4:\"time\";s:7:\"9:22 am\";}s:101:\"https://deborahbrody.com/2019/03/its-not-all-about-you-nor-should-it-be/adventure-camera-car-1895578/\";a:2:{s:4:\"date\";s:14:\"March 21, 2019\";s:4:\"time\";s:7:\"2:38 pm\";}s:105:\"https://deborahbrody.com/2019/04/your-website-is-your-business-front-door/ballpen-blur-close-up-461077-1/\";a:2:{s:4:\"date\";s:13:\"April 9, 2019\";s:4:\"time\";s:8:\"10:06 am\";}s:119:\"https://deborahbrody.com/2019/04/think-like-goldilocks-to-improve-your-email-marketing/berries-blueberries-bowl-101669/\";a:2:{s:4:\"date\";s:14:\"April 29, 2019\";s:4:\"time\";s:8:\"12:14 pm\";}s:103:\"https://deborahbrody.com/2019/05/you-can-have-too-much-of-a-good-thing/cuisine-delicious-dinner-958545/\";a:2:{s:4:\"date\";s:12:\"May 14, 2019\";s:4:\"time\";s:8:\"11:32 am\";}s:68:\"https://deborahbrody.com/2019/05/the-amateur-effect/20190509_141630/\";a:2:{s:4:\"date\";s:12:\"May 29, 2019\";s:4:\"time\";s:7:\"2:28 pm\";}s:111:\"https://deborahbrody.com/2019/06/how-to-make-your-communications-more-effective/art-artistic-background-416832/\";a:2:{s:4:\"date\";s:13:\"June 19, 2019\";s:4:\"time\";s:8:\"11:22 am\";}s:151:\"https://deborahbrody.com/2019/10/all-the-marketing-in-the-world-wont-save-your-brand-from-bad-customer-service/beauty-cosmetics-depth-of-field-1571585/\";a:2:{s:4:\"date\";s:16:\"October 30, 2019\";s:4:\"time\";s:7:\"9:40 am\";}s:108:\"https://deborahbrody.com/2020/01/dont-let-your-story-go-off-the-rails/woman-reading-book-to-toddler-1741231/\";a:2:{s:4:\"date\";s:16:\"January 15, 2020\";s:4:\"time\";s:7:\"3:01 pm\";}s:150:\"https://deborahbrody.com/2020/01/how-to-make-your-event-go-well-and-why-it-is-important/man-standing-in-front-of-people-sitting-on-red-chairs-1708936/\";a:2:{s:4:\"date\";s:16:\"January 29, 2020\";s:4:\"time\";s:7:\"2:58 pm\";}s:110:\"https://deborahbrody.com/2020/02/how-to-be-better-at-event-marketing/kaboompics_woman-preparing-invitations-1/\";a:2:{s:4:\"date\";s:17:\"February 11, 2020\";s:4:\"time\";s:8:\"11:26 am\";}s:87:\"https://deborahbrody.com/2020/02/unforced-errors-in-the-copy/ruth-marcus-or-susan-rice/\";a:2:{s:4:\"date\";s:17:\"February 27, 2020\";s:4:\"time\";s:7:\"2:08 pm\";}s:70:\"https://deborahbrody.com/2020/02/unforced-errors-in-the-copy/wtop-man/\";a:2:{s:4:\"date\";s:17:\"February 27, 2020\";s:4:\"time\";s:7:\"2:10 pm\";}s:73:\"https://deborahbrody.com/2020/02/unforced-errors-in-the-copy/april-lunch/\";a:2:{s:4:\"date\";s:17:\"February 27, 2020\";s:4:\"time\";s:7:\"2:12 pm\";}s:71:\"https://deborahbrody.com/2020/02/unforced-errors-in-the-copy/principle/\";a:2:{s:4:\"date\";s:17:\"February 27, 2020\";s:4:\"time\";s:7:\"2:13 pm\";}s:102:\"https://deborahbrody.com/2020/04/what-works-and-what-doesnt-in-our-covid-19-times/20200331_144905_001/\";a:2:{s:4:\"date\";s:14:\"March 31, 2020\";s:4:\"time\";s:7:\"3:22 pm\";}s:104:\"https://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/pexels-anna-shvets-4226140/\";a:2:{s:4:\"date\";s:15:\"October 2, 2020\";s:4:\"time\";s:7:\"3:31 pm\";}s:106:\"https://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/pexels-anna-shvets-4226140-1/\";a:2:{s:4:\"date\";s:15:\"October 2, 2020\";s:4:\"time\";s:7:\"3:33 pm\";}s:116:\"https://deborahbrody.com/2020/10/dont-let-pandemic-cause-pandemonium-in-your-business-practices/pexels-lukas-684385/\";a:2:{s:4:\"date\";s:16:\"October 23, 2020\";s:4:\"time\";s:7:\"9:24 am\";}s:105:\"https://deborahbrody.com/2021/01/wishing-for-better-communications-in-2021/pexels-olya-kobruseva-5417637/\";a:2:{s:4:\"date\";s:16:\"January 13, 2021\";s:4:\"time\";s:8:\"12:52 pm\";}s:95:\"https://deborahbrody.com/2021/07/4-avoidable-pandemic-marketing-failures/pexels-dmytro-2394051/\";a:2:{s:4:\"date\";s:13:\"July 21, 2021\";s:4:\"time\";s:7:\"9:11 am\";}s:93:\"https://deborahbrody.com/2021/09/storytelling-versus-writing/pexels-yaroslav-shuraev-5608541/\";a:2:{s:4:\"date\";s:18:\"September 22, 2021\";s:4:\"time\";s:8:\"10:57 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:137;s:5:\"total\";i:153;}}','2021-12-27 11:19:51','2021-11-11 08:45:15','2021-11-27 11:19:51'),
(7,'aioseo_sitemap_post_tag-sitemap1.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:997:{s:43:\"https://deborahbrody.com/tag/on-the-record/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:17 am\";}s:47:\"https://deborahbrody.com/tag/2009-marcomm-hits/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:28 am\";}s:49:\"https://deborahbrody.com/tag/2009-marcomm-misses/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:28 am\";}s:67:\"https://deborahbrody.com/tag/60-minutes-story-on-three-cups-of-tea/\";a:2:{s:4:\"date\";s:14:\"April 20, 2011\";s:4:\"time\";s:7:\"1:09 pm\";}s:40:\"https://deborahbrody.com/tag/aaa-offers/\";a:2:{s:4:\"date\";s:11:\"May 5, 2011\";s:4:\"time\";s:7:\"1:48 pm\";}s:33:\"https://deborahbrody.com/tag/abc/\";a:2:{s:4:\"date\";s:17:\"September 9, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:57:\"https://deborahbrody.com/tag/abc-print-circulation-study/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:33 am\";}s:41:\"https://deborahbrody.com/tag/about-pages/\";a:2:{s:4:\"date\";s:13:\"July 20, 2009\";s:4:\"time\";s:8:\"12:42 pm\";}s:46:\"https://deborahbrody.com/tag/ad-effectiveness/\";a:2:{s:4:\"date\";s:16:\"January 27, 2011\";s:4:\"time\";s:8:\"12:39 pm\";}s:55:\"https://deborahbrody.com/tag/adapt-to-the-online-world/\";a:2:{s:4:\"date\";s:14:\"March 13, 2009\";s:4:\"time\";s:7:\"8:57 am\";}s:41:\"https://deborahbrody.com/tag/add-new-tag/\";a:2:{s:4:\"date\";s:14:\"August 7, 2008\";s:4:\"time\";s:8:\"10:29 am\";}s:42:\"https://deborahbrody.com/tag/adrian-fenty/\";a:2:{s:4:\"date\";s:18:\"September 15, 2010\";s:4:\"time\";s:8:\"11:22 am\";}s:62:\"https://deborahbrody.com/tag/advertising-and-customer-service/\";a:2:{s:4:\"date\";s:17:\"September 4, 2015\";s:4:\"time\";s:8:\"11:27 am\";}s:56:\"https://deborahbrody.com/tag/advertising-and-operations/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:30 am\";}s:42:\"https://deborahbrody.com/tag/advertorials/\";a:2:{s:4:\"date\";s:12:\"May 20, 2008\";s:4:\"time\";s:7:\"8:46 am\";}s:34:\"https://deborahbrody.com/tag/aida/\";a:2:{s:4:\"date\";s:15:\"August 12, 2009\";s:4:\"time\";s:7:\"1:37 pm\";}s:41:\"https://deborahbrody.com/tag/aida-theory/\";a:2:{s:4:\"date\";s:16:\"January 30, 2008\";s:4:\"time\";s:8:\"11:04 am\";}s:33:\"https://deborahbrody.com/tag/aig/\";a:2:{s:4:\"date\";s:14:\"March 18, 2009\";s:4:\"time\";s:8:\"10:29 am\";}s:49:\"https://deborahbrody.com/tag/airline-advertising/\";a:2:{s:4:\"date\";s:13:\"July 10, 2008\";s:4:\"time\";s:7:\"8:38 am\";}s:47:\"https://deborahbrody.com/tag/airline-marketing/\";a:2:{s:4:\"date\";s:15:\"August 20, 2009\";s:4:\"time\";s:8:\"12:48 pm\";}s:43:\"https://deborahbrody.com/tag/alchemy-salon/\";a:2:{s:4:\"date\";s:16:\"December 1, 2010\";s:4:\"time\";s:8:\"10:32 am\";}s:50:\"https://deborahbrody.com/tag/alienating-customers/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:19 am\";}s:51:\"https://deborahbrody.com/tag/alienating-supporters/\";a:2:{s:4:\"date\";s:16:\"January 11, 2017\";s:4:\"time\";s:7:\"9:56 am\";}s:51:\"https://deborahbrody.com/tag/amazon-seller-program/\";a:2:{s:4:\"date\";s:13:\"July 30, 2010\";s:4:\"time\";s:7:\"8:08 am\";}s:47:\"https://deborahbrody.com/tag/american-airlines/\";a:2:{s:4:\"date\";s:13:\"June 27, 2008\";s:4:\"time\";s:7:\"2:05 pm\";}s:39:\"https://deborahbrody.com/tag/americana/\";a:2:{s:4:\"date\";s:14:\"August 9, 2008\";s:4:\"time\";s:7:\"5:37 pm\";}s:38:\"https://deborahbrody.com/tag/amy-webb/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:14 am\";}s:48:\"https://deborahbrody.com/tag/annoying-radio-ads/\";a:2:{s:4:\"date\";s:18:\"September 11, 2008\";s:4:\"time\";s:8:\"11:51 am\";}s:52:\"https://deborahbrody.com/tag/anti-obesity-campaigns/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:15 am\";}s:40:\"https://deborahbrody.com/tag/appearance/\";a:2:{s:4:\"date\";s:17:\"February 23, 2010\";s:4:\"time\";s:7:\"7:52 am\";}s:69:\"https://deborahbrody.com/tag/appropriate-behavior-on-social-networks/\";a:2:{s:4:\"date\";s:14:\"August 4, 2011\";s:4:\"time\";s:8:\"12:00 pm\";}s:75:\"https://deborahbrody.com/tag/appropriate-marketing-communications-language/\";a:2:{s:4:\"date\";s:18:\"September 10, 2009\";s:4:\"time\";s:8:\"10:00 am\";}s:33:\"https://deborahbrody.com/tag/apr/\";a:2:{s:4:\"date\";s:17:\"September 9, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:61:\"https://deborahbrody.com/tag/are-marketing-effort-paying-off/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:12 am\";}s:55:\"https://deborahbrody.com/tag/arrogance-on-the-internet/\";a:2:{s:4:\"date\";s:13:\"July 15, 2010\";s:4:\"time\";s:7:\"9:44 am\";}s:49:\"https://deborahbrody.com/tag/art-of-storytelling/\";a:2:{s:4:\"date\";s:14:\"March 21, 2011\";s:4:\"time\";s:7:\"1:14 pm\";}s:46:\"https://deborahbrody.com/tag/assisting-public/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:34 am\";}s:58:\"https://deborahbrody.com/tag/assumptions-in-communication/\";a:2:{s:4:\"date\";s:13:\"July 20, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:46:\"https://deborahbrody.com/tag/audi-advertising/\";a:2:{s:4:\"date\";s:16:\"January 20, 2009\";s:4:\"time\";s:7:\"8:03 am\";}s:50:\"https://deborahbrody.com/tag/audi-progress-insert/\";a:2:{s:4:\"date\";s:16:\"January 20, 2009\";s:4:\"time\";s:7:\"8:03 am\";}s:51:\"https://deborahbrody.com/tag/audience-segmentation/\";a:2:{s:4:\"date\";s:13:\"April 4, 2009\";s:4:\"time\";s:7:\"5:12 am\";}s:56:\"https://deborahbrody.com/tag/auto-insurance-advertising/\";a:2:{s:4:\"date\";s:12:\"July 7, 2008\";s:4:\"time\";s:8:\"11:31 am\";}s:56:\"https://deborahbrody.com/tag/avoid-alienating-customers/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:19 am\";}s:45:\"https://deborahbrody.com/tag/avoiding-jargon/\";a:2:{s:4:\"date\";s:17:\"December 15, 2009\";s:4:\"time\";s:7:\"9:05 am\";}s:46:\"https://deborahbrody.com/tag/b-to-b-messaging/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:23 am\";}s:49:\"https://deborahbrody.com/tag/bad-editing-example/\";a:2:{s:4:\"date\";s:17:\"November 28, 2009\";s:4:\"time\";s:8:\"11:23 am\";}s:40:\"https://deborahbrody.com/tag/bad-habits/\";a:2:{s:4:\"date\";s:13:\"July 27, 2011\";s:4:\"time\";s:7:\"8:23 am\";}s:41:\"https://deborahbrody.com/tag/bad-manners/\";a:2:{s:4:\"date\";s:18:\"September 17, 2009\";s:4:\"time\";s:7:\"9:25 am\";}s:53:\"https://deborahbrody.com/tag/bad-marketing-practices/\";a:2:{s:4:\"date\";s:12:\"May 28, 2010\";s:4:\"time\";s:7:\"9:13 am\";}s:52:\"https://deborahbrody.com/tag/bad-personal-marketing/\";a:2:{s:4:\"date\";s:13:\"July 27, 2011\";s:4:\"time\";s:7:\"8:23 am\";}s:42:\"https://deborahbrody.com/tag/bad-products/\";a:2:{s:4:\"date\";s:15:\"August 26, 2010\";s:4:\"time\";s:8:\"10:47 am\";}s:46:\"https://deborahbrody.com/tag/bank-advertising/\";a:2:{s:4:\"date\";s:17:\"November 24, 2008\";s:4:\"time\";s:8:\"10:08 am\";}s:46:\"https://deborahbrody.com/tag/barack-obama-web/\";a:2:{s:4:\"date\";s:17:\"September 3, 2008\";s:4:\"time\";s:7:\"9:55 am\";}s:41:\"https://deborahbrody.com/tag/being-civil/\";a:2:{s:4:\"date\";s:13:\"July 19, 2010\";s:4:\"time\";s:8:\"11:38 am\";}s:52:\"https://deborahbrody.com/tag/being-nice-in-business/\";a:2:{s:4:\"date\";s:14:\"March 28, 2009\";s:4:\"time\";s:8:\"12:09 pm\";}s:44:\"https://deborahbrody.com/tag/being-personal/\";a:2:{s:4:\"date\";s:16:\"January 30, 2011\";s:4:\"time\";s:8:\"11:37 am\";}s:54:\"https://deborahbrody.com/tag/being-ready-for-business/\";a:2:{s:4:\"date\";s:14:\"August 1, 2011\";s:4:\"time\";s:8:\"10:25 am\";}s:50:\"https://deborahbrody.com/tag/better-communication/\";a:2:{s:4:\"date\";s:17:\"December 15, 2009\";s:4:\"time\";s:7:\"9:05 am\";}s:55:\"https://deborahbrody.com/tag/better-retail-information/\";a:2:{s:4:\"date\";s:17:\"December 14, 2009\";s:4:\"time\";s:7:\"1:17 pm\";}s:45:\"https://deborahbrody.com/tag/blog-action-day/\";a:2:{s:4:\"date\";s:16:\"October 15, 2010\";s:4:\"time\";s:8:\"11:58 am\";}s:42:\"https://deborahbrody.com/tag/blog-readers/\";a:2:{s:4:\"date\";s:16:\"November 1, 2010\";s:4:\"time\";s:7:\"3:56 pm\";}s:38:\"https://deborahbrody.com/tag/blogging/\";a:2:{s:4:\"date\";s:14:\"April 18, 2013\";s:4:\"time\";s:8:\"10:57 am\";}s:47:\"https://deborahbrody.com/tag/blogging-mistakes/\";a:2:{s:4:\"date\";s:16:\"November 1, 2010\";s:4:\"time\";s:7:\"3:56 pm\";}s:43:\"https://deborahbrody.com/tag/bob-mcdonnell/\";a:2:{s:4:\"date\";s:13:\"April 8, 2010\";s:4:\"time\";s:8:\"11:16 am\";}s:44:\"https://deborahbrody.com/tag/book-marketing/\";a:2:{s:4:\"date\";s:13:\"June 30, 2008\";s:4:\"time\";s:8:\"10:31 am\";}s:53:\"https://deborahbrody.com/tag/bottled-water-and-waste/\";a:2:{s:4:\"date\";s:16:\"October 15, 2010\";s:4:\"time\";s:8:\"11:58 am\";}s:35:\"https://deborahbrody.com/tag/brand/\";a:2:{s:4:\"date\";s:13:\"June 19, 2008\";s:4:\"time\";s:8:\"10:09 am\";}s:42:\"https://deborahbrody.com/tag/brand-equity/\";a:2:{s:4:\"date\";s:16:\"December 8, 2008\";s:4:\"time\";s:7:\"9:20 am\";}s:45:\"https://deborahbrody.com/tag/brand-extension/\";a:2:{s:4:\"date\";s:16:\"December 8, 2008\";s:4:\"time\";s:7:\"9:20 am\";}s:47:\"https://deborahbrody.com/tag/brand-personality/\";a:2:{s:4:\"date\";s:16:\"December 8, 2008\";s:4:\"time\";s:7:\"9:20 am\";}s:43:\"https://deborahbrody.com/tag/brand-promise/\";a:2:{s:4:\"date\";s:17:\"December 12, 2011\";s:4:\"time\";s:7:\"1:28 pm\";}s:62:\"https://deborahbrody.com/tag/brochures-alone-dont-sell-enough/\";a:2:{s:4:\"date\";s:14:\"March 28, 2018\";s:4:\"time\";s:8:\"10:17 am\";}s:39:\"https://deborahbrody.com/tag/budweiser/\";a:2:{s:4:\"date\";s:14:\"August 9, 2011\";s:4:\"time\";s:8:\"12:11 pm\";}s:48:\"https://deborahbrody.com/tag/bullying-customers/\";a:2:{s:4:\"date\";s:14:\"August 9, 2008\";s:4:\"time\";s:7:\"5:37 pm\";}s:42:\"https://deborahbrody.com/tag/burellesluce/\";a:2:{s:4:\"date\";s:13:\"March 8, 2011\";s:4:\"time\";s:7:\"1:07 pm\";}s:53:\"https://deborahbrody.com/tag/burger-king-advertising/\";a:2:{s:4:\"date\";s:12:\"May 24, 2011\";s:4:\"time\";s:8:\"10:42 am\";}s:54:\"https://deborahbrody.com/tag/bush-and-decision-points/\";a:2:{s:4:\"date\";s:17:\"December 17, 2008\";s:4:\"time\";s:7:\"8:53 am\";}s:44:\"https://deborahbrody.com/tag/business-cards/\";a:2:{s:4:\"date\";s:17:\"November 22, 2010\";s:4:\"time\";s:7:\"9:09 am\";}s:58:\"https://deborahbrody.com/tag/business-cards-dos-and-donts/\";a:2:{s:4:\"date\";s:18:\"September 14, 2009\";s:4:\"time\";s:7:\"9:34 am\";}s:44:\"https://deborahbrody.com/tag/business-image/\";a:2:{s:4:\"date\";s:14:\"April 19, 2013\";s:4:\"time\";s:8:\"10:55 am\";}s:54:\"https://deborahbrody.com/tag/c-suite-and-social-media/\";a:2:{s:4:\"date\";s:13:\"June 19, 2008\";s:4:\"time\";s:8:\"10:09 am\";}s:66:\"https://deborahbrody.com/tag/california-tortilla-direct-marketing/\";a:2:{s:4:\"date\";s:18:\"September 17, 2010\";s:4:\"time\";s:7:\"2:52 pm\";}s:47:\"https://deborahbrody.com/tag/caltort-marketing/\";a:2:{s:4:\"date\";s:12:\"May 16, 2011\";s:4:\"time\";s:8:\"11:14 am\";}s:38:\"https://deborahbrody.com/tag/capitals/\";a:2:{s:4:\"date\";s:12:\"May 16, 2011\";s:4:\"time\";s:8:\"11:14 am\";}s:49:\"https://deborahbrody.com/tag/celebrex-commercial/\";a:2:{s:4:\"date\";s:12:\"June 2, 2011\";s:4:\"time\";s:7:\"2:45 pm\";}s:52:\"https://deborahbrody.com/tag/celebrity-spokespeople/\";a:2:{s:4:\"date\";s:16:\"January 26, 2009\";s:4:\"time\";s:7:\"7:35 pm\";}s:55:\"https://deborahbrody.com/tag/center-for-plain-language/\";a:2:{s:4:\"date\";s:13:\"July 16, 2009\";s:4:\"time\";s:7:\"7:02 am\";}s:36:\"https://deborahbrody.com/tag/change/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:32 am\";}s:53:\"https://deborahbrody.com/tag/change-marketing-course/\";a:2:{s:4:\"date\";s:14:\"April 14, 2009\";s:4:\"time\";s:8:\"11:03 am\";}s:40:\"https://deborahbrody.com/tag/changes-in/\";a:2:{s:4:\"date\";s:17:\"November 30, 2010\";s:4:\"time\";s:8:\"10:08 am\";}s:50:\"https://deborahbrody.com/tag/changes-in-magazines/\";a:2:{s:4:\"date\";s:12:\"June 4, 2009\";s:4:\"time\";s:7:\"2:16 pm\";}s:51:\"https://deborahbrody.com/tag/changes-in-newspapers/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:28 am\";}s:66:\"https://deborahbrody.com/tag/characteristics-of-a-pr-practitioner/\";a:2:{s:4:\"date\";s:12:\"June 4, 2009\";s:4:\"time\";s:7:\"2:16 pm\";}s:44:\"https://deborahbrody.com/tag/charlie-gibson/\";a:2:{s:4:\"date\";s:14:\"March 16, 2010\";s:4:\"time\";s:7:\"2:05 pm\";}s:66:\"https://deborahbrody.com/tag/checking-your-website-and-blog-links/\";a:2:{s:4:\"date\";s:17:\"September 3, 2009\";s:4:\"time\";s:8:\"10:19 am\";}s:63:\"https://deborahbrody.com/tag/christiane-amanpour-and-this-week/\";a:2:{s:4:\"date\";s:14:\"April 26, 2011\";s:4:\"time\";s:8:\"11:11 am\";}s:47:\"https://deborahbrody.com/tag/church-advertsing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:22 am\";}s:48:\"https://deborahbrody.com/tag/citibank-marketing/\";a:2:{s:4:\"date\";s:17:\"November 16, 2008\";s:4:\"time\";s:7:\"9:06 pm\";}s:50:\"https://deborahbrody.com/tag/clear-communications/\";a:2:{s:4:\"date\";s:12:\"May 28, 2010\";s:4:\"time\";s:7:\"9:13 am\";}s:46:\"https://deborahbrody.com/tag/clever-headlines/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:23 am\";}s:41:\"https://deborahbrody.com/tag/comcast-ads/\";a:2:{s:4:\"date\";s:17:\"November 28, 2016\";s:4:\"time\";s:8:\"11:17 am\";}s:49:\"https://deborahbrody.com/tag/comcast-advertising/\";a:2:{s:4:\"date\";s:13:\"July 22, 2008\";s:4:\"time\";s:7:\"9:47 pm\";}s:54:\"https://deborahbrody.com/tag/comcast-customer-service/\";a:2:{s:4:\"date\";s:12:\"May 17, 2011\";s:4:\"time\";s:7:\"2:19 pm\";}s:64:\"https://deborahbrody.com/tag/commentary-on-social-media-experts/\";a:2:{s:4:\"date\";s:13:\"July 22, 2008\";s:4:\"time\";s:7:\"9:47 pm\";}s:53:\"https://deborahbrody.com/tag/communicating-with-geny/\";a:2:{s:4:\"date\";s:13:\"June 22, 2010\";s:4:\"time\";s:8:\"10:36 am\";}s:57:\"https://deborahbrody.com/tag/communication-during-crises/\";a:2:{s:4:\"date\";s:11:\"May 4, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:51:\"https://deborahbrody.com/tag/communications-advice/\";a:2:{s:4:\"date\";s:17:\"February 10, 2010\";s:4:\"time\";s:7:\"8:23 am\";}s:69:\"https://deborahbrody.com/tag/communications-and-product-relationship/\";a:2:{s:4:\"date\";s:13:\"June 22, 2010\";s:4:\"time\";s:8:\"10:36 am\";}s:54:\"https://deborahbrody.com/tag/communications-hierarchy/\";a:2:{s:4:\"date\";s:15:\"August 26, 2010\";s:4:\"time\";s:8:\"10:47 am\";}s:53:\"https://deborahbrody.com/tag/communications-misfires/\";a:2:{s:4:\"date\";s:17:\"November 23, 2010\";s:4:\"time\";s:8:\"10:09 am\";}s:53:\"https://deborahbrody.com/tag/competitive-advertising/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:19 am\";}s:56:\"https://deborahbrody.com/tag/complicated-communications/\";a:2:{s:4:\"date\";s:13:\"July 21, 2008\";s:4:\"time\";s:7:\"8:27 am\";}s:68:\"https://deborahbrody.com/tag/connecting-with-people-on-social-media/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:32 am\";}s:54:\"https://deborahbrody.com/tag/consistency-in-marketing/\";a:2:{s:4:\"date\";s:13:\"June 22, 2011\";s:4:\"time\";s:7:\"4:47 pm\";}s:47:\"https://deborahbrody.com/tag/contingency-plans/\";a:2:{s:4:\"date\";s:16:\"December 8, 2009\";s:4:\"time\";s:7:\"2:15 pm\";}s:59:\"https://deborahbrody.com/tag/creating-positive-perceptions/\";a:2:{s:4:\"date\";s:17:\"November 28, 2016\";s:4:\"time\";s:8:\"11:17 am\";}s:50:\"https://deborahbrody.com/tag/creatingexpectations/\";a:2:{s:4:\"date\";s:13:\"July 19, 2010\";s:4:\"time\";s:8:\"11:38 am\";}s:44:\"https://deborahbrody.com/tag/credit-reports/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:27 am\";}s:51:\"https://deborahbrody.com/tag/crisis-communications/\";a:2:{s:4:\"date\";s:14:\"August 7, 2008\";s:4:\"time\";s:8:\"10:29 am\";}s:66:\"https://deborahbrody.com/tag/crisis-communications-and-leadership/\";a:2:{s:4:\"date\";s:13:\"March 7, 2011\";s:4:\"time\";s:7:\"3:35 pm\";}s:47:\"https://deborahbrody.com/tag/crisis-management/\";a:2:{s:4:\"date\";s:14:\"August 9, 2010\";s:4:\"time\";s:8:\"11:10 am\";}s:55:\"https://deborahbrody.com/tag/culture-in-communications/\";a:2:{s:4:\"date\";s:13:\"March 7, 2011\";s:4:\"time\";s:7:\"3:35 pm\";}s:51:\"https://deborahbrody.com/tag/customer-appreciation/\";a:2:{s:4:\"date\";s:18:\"September 22, 2009\";s:4:\"time\";s:8:\"10:59 am\";}s:52:\"https://deborahbrody.com/tag/customer-communication/\";a:2:{s:4:\"date\";s:17:\"December 14, 2018\";s:4:\"time\";s:8:\"11:29 am\";}s:53:\"https://deborahbrody.com/tag/customer-communications/\";a:2:{s:4:\"date\";s:17:\"February 22, 2018\";s:4:\"time\";s:8:\"10:39 am\";}s:47:\"https://deborahbrody.com/tag/customer-feedback/\";a:2:{s:4:\"date\";s:16:\"October 21, 2013\";s:4:\"time\";s:7:\"2:14 pm\";}s:46:\"https://deborahbrody.com/tag/customer-service/\";a:2:{s:4:\"date\";s:14:\"April 13, 2016\";s:4:\"time\";s:7:\"9:34 am\";}s:60:\"https://deborahbrody.com/tag/customer-service-and-marketing/\";a:2:{s:4:\"date\";s:17:\"September 8, 2010\";s:4:\"time\";s:8:\"10:24 am\";}s:44:\"https://deborahbrody.com/tag/daria-steigman/\";a:2:{s:4:\"date\";s:16:\"October 30, 2019\";s:4:\"time\";s:7:\"9:42 am\";}s:69:\"https://deborahbrody.com/tag/david-klinger-letter-to-washington-post/\";a:2:{s:4:\"date\";s:18:\"September 22, 2009\";s:4:\"time\";s:8:\"10:59 am\";}s:45:\"https://deborahbrody.com/tag/dc-mayoral-race/\";a:2:{s:4:\"date\";s:12:\"June 9, 2011\";s:4:\"time\";s:8:\"10:07 am\";}s:35:\"https://deborahbrody.com/tag/dcjcc/\";a:2:{s:4:\"date\";s:18:\"September 15, 2010\";s:4:\"time\";s:8:\"11:22 am\";}s:53:\"https://deborahbrody.com/tag/dealing-with-the-public/\";a:2:{s:4:\"date\";s:16:\"December 1, 2010\";s:4:\"time\";s:8:\"10:32 am\";}s:49:\"https://deborahbrody.com/tag/death-of-newspapers/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:34 am\";}s:50:\"https://deborahbrody.com/tag/death-of-print-media/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:33 am\";}s:59:\"https://deborahbrody.com/tag/declines-in-print-advertising/\";a:2:{s:4:\"date\";s:14:\"March 13, 2009\";s:4:\"time\";s:7:\"8:57 am\";}s:81:\"https://deborahbrody.com/tag/deliberately-misleading-customers-through-marketing/\";a:2:{s:4:\"date\";s:16:\"February 9, 2009\";s:4:\"time\";s:7:\"7:58 am\";}s:49:\"https://deborahbrody.com/tag/delicious-shut-down/\";a:2:{s:4:\"date\";s:17:\"February 25, 2010\";s:4:\"time\";s:7:\"8:40 am\";}s:49:\"https://deborahbrody.com/tag/delivery-of-message/\";a:2:{s:4:\"date\";s:17:\"December 17, 2010\";s:4:\"time\";s:7:\"1:49 pm\";}s:51:\"https://deborahbrody.com/tag/dell-customer-service/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:42:\"https://deborahbrody.com/tag/diane-sawyer/\";a:2:{s:4:\"date\";s:17:\"December 11, 2008\";s:4:\"time\";s:7:\"9:36 am\";}s:72:\"https://deborahbrody.com/tag/different-offers-from-one-service-provider/\";a:2:{s:4:\"date\";s:17:\"September 3, 2009\";s:4:\"time\";s:8:\"10:19 am\";}s:41:\"https://deborahbrody.com/tag/direct-mail/\";a:2:{s:4:\"date\";s:11:\"May 5, 2011\";s:4:\"time\";s:7:\"1:48 pm\";}s:39:\"https://deborahbrody.com/tag/diy-theme/\";a:2:{s:4:\"date\";s:14:\"March 12, 2008\";s:4:\"time\";s:7:\"9:12 am\";}s:50:\"https://deborahbrody.com/tag/drought-in-australia/\";a:2:{s:4:\"date\";s:17:\"February 26, 2009\";s:4:\"time\";s:7:\"9:26 am\";}s:45:\"https://deborahbrody.com/tag/ep-to-shut-down/\";a:2:{s:4:\"date\";s:16:\"October 15, 2010\";s:4:\"time\";s:8:\"11:58 am\";}s:40:\"https://deborahbrody.com/tag/eat-street/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:28 am\";}s:59:\"https://deborahbrody.com/tag/echo-chamber-and-social-media/\";a:2:{s:4:\"date\";s:12:\"July 6, 2011\";s:4:\"time\";s:7:\"3:20 pm\";}s:70:\"https://deborahbrody.com/tag/economic-situation-impact-on-advertising/\";a:2:{s:4:\"date\";s:13:\"July 25, 2011\";s:4:\"time\";s:8:\"10:50 am\";}s:46:\"https://deborahbrody.com/tag/editor-publisher/\";a:2:{s:4:\"date\";s:17:\"November 24, 2008\";s:4:\"time\";s:8:\"10:08 am\";}s:53:\"https://deborahbrody.com/tag/effective-cover-letters/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:28 am\";}s:56:\"https://deborahbrody.com/tag/effectiveness-of-pay-walls/\";a:2:{s:4:\"date\";s:14:\"March 22, 2011\";s:4:\"time\";s:8:\"11:53 am\";}s:45:\"https://deborahbrody.com/tag/email-marketing/\";a:2:{s:4:\"date\";s:14:\"March 18, 2011\";s:4:\"time\";s:8:\"10:43 am\";}s:54:\"https://deborahbrody.com/tag/emmy-commerical-nominees/\";a:2:{s:4:\"date\";s:13:\"April 4, 2020\";s:4:\"time\";s:8:\"10:15 am\";}s:56:\"https://deborahbrody.com/tag/emotional-appeal-of-brands/\";a:2:{s:4:\"date\";s:13:\"July 17, 2008\";s:4:\"time\";s:7:\"9:50 am\";}s:55:\"https://deborahbrody.com/tag/enewsletter-effectiveness/\";a:2:{s:4:\"date\";s:16:\"December 8, 2008\";s:4:\"time\";s:7:\"9:20 am\";}s:42:\"https://deborahbrody.com/tag/enewsletters/\";a:2:{s:4:\"date\";s:13:\"June 17, 2009\";s:4:\"time\";s:7:\"1:43 pm\";}s:57:\"https://deborahbrody.com/tag/engagement-and-social-media/\";a:2:{s:4:\"date\";s:14:\"April 29, 2015\";s:4:\"time\";s:8:\"10:33 am\";}s:37:\"https://deborahbrody.com/tag/english/\";a:2:{s:4:\"date\";s:12:\"May 24, 2011\";s:4:\"time\";s:8:\"10:42 am\";}s:42:\"https://deborahbrody.com/tag/estee-lauder/\";a:2:{s:4:\"date\";s:17:\"December 11, 2008\";s:4:\"time\";s:7:\"9:36 am\";}s:46:\"https://deborahbrody.com/tag/event-management/\";a:2:{s:4:\"date\";s:17:\"December 14, 2009\";s:4:\"time\";s:7:\"1:17 pm\";}s:44:\"https://deborahbrody.com/tag/event-planning/\";a:2:{s:4:\"date\";s:12:\"June 5, 2009\";s:4:\"time\";s:8:\"12:55 pm\";}s:55:\"https://deborahbrody.com/tag/event-planning-and-timing/\";a:2:{s:4:\"date\";s:16:\"November 6, 2014\";s:4:\"time\";s:8:\"10:27 am\";}s:40:\"https://deborahbrody.com/tag/expletives/\";a:2:{s:4:\"date\";s:11:\"May 7, 2012\";s:4:\"time\";s:7:\"9:26 am\";}s:32:\"https://deborahbrody.com/tag/f8/\";a:2:{s:4:\"date\";s:18:\"September 10, 2009\";s:4:\"time\";s:8:\"10:00 am\";}s:38:\"https://deborahbrody.com/tag/facebook/\";a:2:{s:4:\"date\";s:14:\"April 23, 2010\";s:4:\"time\";s:8:\"10:38 am\";}s:50:\"https://deborahbrody.com/tag/facebook-and-privacy/\";a:2:{s:4:\"date\";s:14:\"April 23, 2010\";s:4:\"time\";s:8:\"10:38 am\";}s:55:\"https://deborahbrody.com/tag/facebook-public-relations/\";a:2:{s:4:\"date\";s:14:\"April 23, 2010\";s:4:\"time\";s:8:\"10:38 am\";}s:47:\"https://deborahbrody.com/tag/facebook-redesign/\";a:2:{s:4:\"date\";s:14:\"March 17, 2009\";s:4:\"time\";s:7:\"5:25 pm\";}s:46:\"https://deborahbrody.com/tag/faulty-publicity/\";a:2:{s:4:\"date\";s:14:\"March 18, 2009\";s:4:\"time\";s:8:\"10:29 am\";}s:42:\"https://deborahbrody.com/tag/fdic-insured/\";a:2:{s:4:\"date\";s:18:\"September 24, 2010\";s:4:\"time\";s:7:\"8:53 am\";}s:43:\"https://deborahbrody.com/tag/federal-diary/\";a:2:{s:4:\"date\";s:18:\"September 25, 2008\";s:4:\"time\";s:7:\"9:22 am\";}s:38:\"https://deborahbrody.com/tag/feedback/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:32 am\";}s:56:\"https://deborahbrody.com/tag/feedback-in-communications/\";a:2:{s:4:\"date\";s:17:\"December 15, 2008\";s:4:\"time\";s:7:\"9:39 am\";}s:51:\"https://deborahbrody.com/tag/feedback-in-marketing/\";a:2:{s:4:\"date\";s:13:\"July 15, 2010\";s:4:\"time\";s:7:\"9:44 am\";}s:58:\"https://deborahbrody.com/tag/fewer-readers-for-newspapers/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:12 am\";}s:46:\"https://deborahbrody.com/tag/fios-advertising/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:33 am\";}s:47:\"https://deborahbrody.com/tag/first-impressions/\";a:2:{s:4:\"date\";s:12:\"May 17, 2011\";s:4:\"time\";s:7:\"2:19 pm\";}s:39:\"https://deborahbrody.com/tag/follow-up/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:34 am\";}s:59:\"https://deborahbrody.com/tag/following-up-after-networking/\";a:2:{s:4:\"date\";s:14:\"March 26, 2010\";s:4:\"time\";s:7:\"1:03 pm\";}s:55:\"https://deborahbrody.com/tag/food-trucks-and-marketing/\";a:2:{s:4:\"date\";s:14:\"March 26, 2010\";s:4:\"time\";s:7:\"1:03 pm\";}s:44:\"https://deborahbrody.com/tag/format-changes/\";a:2:{s:4:\"date\";s:12:\"July 6, 2011\";s:4:\"time\";s:7:\"3:20 pm\";}s:49:\"https://deborahbrody.com/tag/freecreditreportcom/\";a:2:{s:4:\"date\";s:13:\"April 4, 2009\";s:4:\"time\";s:7:\"5:12 am\";}s:45:\"https://deborahbrody.com/tag/future-of-print/\";a:2:{s:4:\"date\";s:14:\"August 7, 2008\";s:4:\"time\";s:8:\"10:29 am\";}s:35:\"https://deborahbrody.com/tag/geico/\";a:2:{s:4:\"date\";s:12:\"June 4, 2009\";s:4:\"time\";s:7:\"2:16 pm\";}s:44:\"https://deborahbrody.com/tag/gender-in-news/\";a:2:{s:4:\"date\";s:12:\"July 7, 2008\";s:4:\"time\";s:8:\"11:31 am\";}s:42:\"https://deborahbrody.com/tag/generation-y/\";a:2:{s:4:\"date\";s:17:\"September 3, 2009\";s:4:\"time\";s:8:\"10:19 am\";}s:49:\"https://deborahbrody.com/tag/generational-divide/\";a:2:{s:4:\"date\";s:11:\"May 4, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:34:\"https://deborahbrody.com/tag/geny/\";a:2:{s:4:\"date\";s:17:\"February 23, 2009\";s:4:\"time\";s:7:\"5:03 pm\";}s:41:\"https://deborahbrody.com/tag/geny-voters/\";a:2:{s:4:\"date\";s:11:\"May 4, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:56:\"https://deborahbrody.com/tag/getting-a-job-in-marketing/\";a:2:{s:4:\"date\";s:15:\"August 12, 2008\";s:4:\"time\";s:7:\"1:05 pm\";}s:55:\"https://deborahbrody.com/tag/getting-more-blog-readers/\";a:2:{s:4:\"date\";s:14:\"March 22, 2011\";s:4:\"time\";s:8:\"11:53 am\";}s:52:\"https://deborahbrody.com/tag/getting-more-followers/\";a:2:{s:4:\"date\";s:13:\"July 18, 2011\";s:4:\"time\";s:7:\"3:39 pm\";}s:50:\"https://deborahbrody.com/tag/getting-more-readers/\";a:2:{s:4:\"date\";s:13:\"July 18, 2011\";s:4:\"time\";s:7:\"3:39 pm\";}s:35:\"https://deborahbrody.com/tag/giant/\";a:2:{s:4:\"date\";s:13:\"July 18, 2011\";s:4:\"time\";s:7:\"3:39 pm\";}s:48:\"https://deborahbrody.com/tag/giant-supermarkets/\";a:2:{s:4:\"date\";s:12:\"May 30, 2008\";s:4:\"time\";s:7:\"7:38 am\";}s:43:\"https://deborahbrody.com/tag/giving-advice/\";a:2:{s:4:\"date\";s:15:\"August 22, 2008\";s:4:\"time\";s:7:\"7:08 am\";}s:53:\"https://deborahbrody.com/tag/giving-marketing-advice/\";a:2:{s:4:\"date\";s:16:\"October 12, 2009\";s:4:\"time\";s:7:\"4:58 pm\";}s:56:\"https://deborahbrody.com/tag/good-communications-skills/\";a:2:{s:4:\"date\";s:16:\"October 12, 2009\";s:4:\"time\";s:7:\"4:58 pm\";}s:42:\"https://deborahbrody.com/tag/good-grammar/\";a:2:{s:4:\"date\";s:14:\"August 9, 2010\";s:4:\"time\";s:8:\"11:10 am\";}s:42:\"https://deborahbrody.com/tag/good-manners/\";a:2:{s:4:\"date\";s:13:\"March 4, 2010\";s:4:\"time\";s:7:\"8:05 am\";}s:42:\"https://deborahbrody.com/tag/good-website/\";a:2:{s:4:\"date\";s:18:\"September 17, 2009\";s:4:\"time\";s:7:\"9:25 am\";}s:43:\"https://deborahbrody.com/tag/good-websites/\";a:2:{s:4:\"date\";s:13:\"July 28, 2011\";s:4:\"time\";s:8:\"10:36 am\";}s:60:\"https://deborahbrody.com/tag/government-budget-negotiations/\";a:2:{s:4:\"date\";s:17:\"February 14, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:37:\"https://deborahbrody.com/tag/grammar/\";a:2:{s:4:\"date\";s:14:\"April 12, 2011\";s:4:\"time\";s:8:\"10:26 am\";}s:42:\"https://deborahbrody.com/tag/grammar-girl/\";a:2:{s:4:\"date\";s:14:\"March 18, 2016\";s:4:\"time\";s:7:\"7:02 pm\";}s:50:\"https://deborahbrody.com/tag/grammatical-mistakes/\";a:2:{s:4:\"date\";s:13:\"April 6, 2010\";s:4:\"time\";s:7:\"3:37 pm\";}s:54:\"https://deborahbrody.com/tag/greatest-movie-ever-sold/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:19 am\";}s:47:\"https://deborahbrody.com/tag/green-buzz-agency/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:29 pm\";}s:52:\"https://deborahbrody.com/tag/green-buzz-agency-blog/\";a:2:{s:4:\"date\";s:16:\"January 27, 2011\";s:4:\"time\";s:8:\"12:39 pm\";}s:44:\"https://deborahbrody.com/tag/green-tea-buzz/\";a:2:{s:4:\"date\";s:16:\"December 8, 2009\";s:4:\"time\";s:7:\"2:15 pm\";}s:44:\"https://deborahbrody.com/tag/greg-mortenson/\";a:2:{s:4:\"date\";s:15:\"August 20, 2008\";s:4:\"time\";s:8:\"12:54 pm\";}s:50:\"https://deborahbrody.com/tag/groupon-in-marketing/\";a:2:{s:4:\"date\";s:14:\"April 20, 2011\";s:4:\"time\";s:7:\"1:09 pm\";}s:53:\"https://deborahbrody.com/tag/helen-thomas-antisemite/\";a:2:{s:4:\"date\";s:14:\"August 1, 2011\";s:4:\"time\";s:8:\"10:25 am\";}s:58:\"https://deborahbrody.com/tag/hiding-important-information/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:17 am\";}s:69:\"https://deborahbrody.com/tag/hitting-the-mark-with-marketing-efforts/\";a:2:{s:4:\"date\";s:11:\"May 5, 2011\";s:4:\"time\";s:7:\"1:48 pm\";}s:61:\"https://deborahbrody.com/tag/holiday-inn-stay-smart-campaign/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:12 am\";}s:47:\"https://deborahbrody.com/tag/holiday-marketing/\";a:2:{s:4:\"date\";s:15:\"August 25, 2008\";s:4:\"time\";s:7:\"9:12 am\";}s:45:\"https://deborahbrody.com/tag/hotel-marketing/\";a:2:{s:4:\"date\";s:16:\"January 21, 2008\";s:4:\"time\";s:7:\"9:21 am\";}s:62:\"https://deborahbrody.com/tag/how-not-to-get-twitter-followers/\";a:2:{s:4:\"date\";s:15:\"August 25, 2008\";s:4:\"time\";s:7:\"9:12 am\";}s:47:\"https://deborahbrody.com/tag/how-not-to-market/\";a:2:{s:4:\"date\";s:14:\"August 4, 2011\";s:4:\"time\";s:8:\"12:00 pm\";}s:53:\"https://deborahbrody.com/tag/how-not-to-use-capitals/\";a:2:{s:4:\"date\";s:17:\"February 10, 2009\";s:4:\"time\";s:7:\"1:32 pm\";}s:48:\"https://deborahbrody.com/tag/how-social-are-you/\";a:2:{s:4:\"date\";s:12:\"June 2, 2011\";s:4:\"time\";s:7:\"2:45 pm\";}s:58:\"https://deborahbrody.com/tag/how-to-get-twitter-followers/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:69:\"https://deborahbrody.com/tag/how-to-improve-marketing-communications/\";a:2:{s:4:\"date\";s:14:\"August 4, 2011\";s:4:\"time\";s:8:\"12:00 pm\";}s:52:\"https://deborahbrody.com/tag/how-to-judge-a-website/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:24 am\";}s:59:\"https://deborahbrody.com/tag/how-to-leave-a-bad-impression/\";a:2:{s:4:\"date\";s:13:\"July 28, 2011\";s:4:\"time\";s:8:\"10:36 am\";}s:72:\"https://deborahbrody.com/tag/how-to-make-customers-dislike-your-company/\";a:2:{s:4:\"date\";s:13:\"July 11, 2011\";s:4:\"time\";s:8:\"10:09 am\";}s:41:\"https://deborahbrody.com/tag/how-to-sell/\";a:2:{s:4:\"date\";s:13:\"July 13, 2011\";s:4:\"time\";s:8:\"10:26 am\";}s:51:\"https://deborahbrody.com/tag/how-you-are-perceived/\";a:2:{s:4:\"date\";s:17:\"November 25, 2011\";s:4:\"time\";s:7:\"9:58 am\";}s:63:\"https://deborahbrody.com/tag/ideas-for-advertising-specialties/\";a:2:{s:4:\"date\";s:13:\"July 11, 2011\";s:4:\"time\";s:8:\"10:09 am\";}s:35:\"https://deborahbrody.com/tag/image/\";a:2:{s:4:\"date\";s:15:\"August 26, 2008\";s:4:\"time\";s:7:\"3:33 pm\";}s:66:\"https://deborahbrody.com/tag/importance-of-a-website-in-marketing/\";a:2:{s:4:\"date\";s:18:\"September 23, 2009\";s:4:\"time\";s:8:\"11:28 am\";}s:64:\"https://deborahbrody.com/tag/importance-of-connecting-in-person/\";a:2:{s:4:\"date\";s:14:\"April 19, 2011\";s:4:\"time\";s:8:\"11:03 am\";}s:67:\"https://deborahbrody.com/tag/importance-of-design-in-communication/\";a:2:{s:4:\"date\";s:13:\"June 22, 2011\";s:4:\"time\";s:7:\"4:47 pm\";}s:51:\"https://deborahbrody.com/tag/importance-of-editing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:18 am\";}s:63:\"https://deborahbrody.com/tag/importance-of-message-in-politics/\";a:2:{s:4:\"date\";s:17:\"November 28, 2009\";s:4:\"time\";s:8:\"11:23 am\";}s:60:\"https://deborahbrody.com/tag/importance-of-packaging-design/\";a:2:{s:4:\"date\";s:16:\"November 3, 2010\";s:4:\"time\";s:8:\"10:24 am\";}s:54:\"https://deborahbrody.com/tag/importance-of-perception/\";a:2:{s:4:\"date\";s:16:\"January 26, 2010\";s:4:\"time\";s:8:\"12:17 pm\";}s:59:\"https://deborahbrody.com/tag/importance-of-profile-picture/\";a:2:{s:4:\"date\";s:13:\"April 8, 2010\";s:4:\"time\";s:8:\"11:16 am\";}s:64:\"https://deborahbrody.com/tag/importance-of-proper-english-usage/\";a:2:{s:4:\"date\";s:16:\"January 14, 2011\";s:4:\"time\";s:7:\"9:33 am\";}s:48:\"https://deborahbrody.com/tag/importance-of-text/\";a:2:{s:4:\"date\";s:13:\"April 6, 2010\";s:4:\"time\";s:7:\"3:37 pm\";}s:52:\"https://deborahbrody.com/tag/importance-of-websites/\";a:2:{s:4:\"date\";s:11:\"May 6, 2009\";s:4:\"time\";s:8:\"12:36 pm\";}s:56:\"https://deborahbrody.com/tag/importance-of-writing-well/\";a:2:{s:4:\"date\";s:15:\"August 24, 2011\";s:4:\"time\";s:7:\"9:54 am\";}s:51:\"https://deborahbrody.com/tag/important-of-networks/\";a:2:{s:4:\"date\";s:12:\"June 9, 2011\";s:4:\"time\";s:8:\"10:07 am\";}s:53:\"https://deborahbrody.com/tag/improve-email-marketing/\";a:2:{s:4:\"date\";s:18:\"September 28, 2010\";s:4:\"time\";s:7:\"2:44 pm\";}s:43:\"https://deborahbrody.com/tag/in-flight-ads/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:24 am\";}s:35:\"https://deborahbrody.com/tag/inbev/\";a:2:{s:4:\"date\";s:13:\"July 10, 2008\";s:4:\"time\";s:7:\"8:38 am\";}s:47:\"https://deborahbrody.com/tag/inbound-marketing/\";a:2:{s:4:\"date\";s:14:\"August 9, 2008\";s:4:\"time\";s:7:\"5:37 pm\";}s:52:\"https://deborahbrody.com/tag/information-to-include/\";a:2:{s:4:\"date\";s:12:\"June 3, 2011\";s:4:\"time\";s:7:\"7:42 am\";}s:65:\"https://deborahbrody.com/tag/information-to-include-on-a-website/\";a:2:{s:4:\"date\";s:16:\"October 23, 2009\";s:4:\"time\";s:8:\"11:30 am\";}s:40:\"https://deborahbrody.com/tag/ing-direct/\";a:2:{s:4:\"date\";s:17:\"September 2, 2008\";s:4:\"time\";s:8:\"10:20 am\";}s:65:\"https://deborahbrody.com/tag/integrated-marketing-communications/\";a:2:{s:4:\"date\";s:18:\"September 16, 2008\";s:4:\"time\";s:7:\"7:40 am\";}s:55:\"https://deborahbrody.com/tag/interest-stimulates-sales/\";a:2:{s:4:\"date\";s:15:\"August 27, 2015\";s:4:\"time\";s:7:\"9:28 am\";}s:58:\"https://deborahbrody.com/tag/internet-use-among-americans/\";a:2:{s:4:\"date\";s:15:\"August 12, 2009\";s:4:\"time\";s:7:\"1:37 pm\";}s:44:\"https://deborahbrody.com/tag/iran-elections/\";a:2:{s:4:\"date\";s:18:\"September 20, 2010\";s:4:\"time\";s:8:\"12:11 pm\";}s:38:\"https://deborahbrody.com/tag/iraq-war/\";a:2:{s:4:\"date\";s:13:\"June 19, 2009\";s:4:\"time\";s:8:\"11:19 am\";}s:44:\"https://deborahbrody.com/tag/irrelevant-ads/\";a:2:{s:4:\"date\";s:12:\"May 30, 2008\";s:4:\"time\";s:7:\"7:38 am\";}s:46:\"https://deborahbrody.com/tag/irrelevant-blogs/\";a:2:{s:4:\"date\";s:17:\"February 22, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:50:\"https://deborahbrody.com/tag/irrelevant-marketing/\";a:2:{s:4:\"date\";s:17:\"February 22, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:49:\"https://deborahbrody.com/tag/irrelevant-products/\";a:2:{s:4:\"date\";s:17:\"February 22, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:49:\"https://deborahbrody.com/tag/irrelevant-websites/\";a:2:{s:4:\"date\";s:17:\"February 22, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:61:\"https://deborahbrody.com/tag/is-your-website-working-for-you/\";a:2:{s:4:\"date\";s:17:\"February 22, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:49:\"https://deborahbrody.com/tag/it-and-social-media/\";a:2:{s:4:\"date\";s:12:\"July 6, 2010\";s:4:\"time\";s:8:\"10:50 am\";}s:36:\"https://deborahbrody.com/tag/jargon/\";a:2:{s:4:\"date\";s:12:\"May 12, 2010\";s:4:\"time\";s:7:\"1:12 pm\";}s:49:\"https://deborahbrody.com/tag/jargon-in-marketing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:23 am\";}s:40:\"https://deborahbrody.com/tag/jay-carney/\";a:2:{s:4:\"date\";s:11:\"May 6, 2011\";s:4:\"time\";s:8:\"12:02 pm\";}s:43:\"https://deborahbrody.com/tag/jay-leno-show/\";a:2:{s:4:\"date\";s:16:\"February 2, 2011\";s:4:\"time\";s:7:\"9:48 am\";}s:47:\"https://deborahbrody.com/tag/jetblue-marketing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:27 am\";}s:52:\"https://deborahbrody.com/tag/jetblue-unlimited-pass/\";a:2:{s:4:\"date\";s:15:\"August 20, 2009\";s:4:\"time\";s:8:\"12:48 pm\";}s:50:\"https://deborahbrody.com/tag/jitterbug-cellphones/\";a:2:{s:4:\"date\";s:15:\"August 20, 2009\";s:4:\"time\";s:8:\"12:48 pm\";}s:50:\"https://deborahbrody.com/tag/john-boehners-crying/\";a:2:{s:4:\"date\";s:17:\"December 11, 2008\";s:4:\"time\";s:7:\"9:36 am\";}s:45:\"https://deborahbrody.com/tag/john-mccain-web/\";a:2:{s:4:\"date\";s:17:\"December 17, 2010\";s:4:\"time\";s:7:\"1:49 pm\";}s:41:\"https://deborahbrody.com/tag/johna-burke/\";a:2:{s:4:\"date\";s:17:\"September 3, 2008\";s:4:\"time\";s:7:\"9:55 am\";}s:50:\"https://deborahbrody.com/tag/johnsons-soft-lotion/\";a:2:{s:4:\"date\";s:12:\"May 24, 2011\";s:4:\"time\";s:8:\"10:42 am\";}s:49:\"https://deborahbrody.com/tag/joseph-jaffe-adweek/\";a:2:{s:4:\"date\";s:15:\"August 20, 2008\";s:4:\"time\";s:8:\"12:54 pm\";}s:55:\"https://deborahbrody.com/tag/judging-anchors-by-gender/\";a:2:{s:4:\"date\";s:14:\"March 11, 2010\";s:4:\"time\";s:8:\"10:16 am\";}s:41:\"https://deborahbrody.com/tag/julie-julia/\";a:2:{s:4:\"date\";s:17:\"September 3, 2009\";s:4:\"time\";s:8:\"10:19 am\";}s:39:\"https://deborahbrody.com/tag/junk-mail/\";a:2:{s:4:\"date\";s:15:\"August 12, 2009\";s:4:\"time\";s:7:\"1:37 pm\";}s:41:\"https://deborahbrody.com/tag/kate-perrin/\";a:2:{s:4:\"date\";s:14:\"March 12, 2008\";s:4:\"time\";s:7:\"9:12 am\";}s:52:\"https://deborahbrody.com/tag/key-marketing-question/\";a:2:{s:4:\"date\";s:16:\"February 5, 2009\";s:4:\"time\";s:7:\"8:33 am\";}s:43:\"https://deborahbrody.com/tag/keyword-lists/\";a:2:{s:4:\"date\";s:12:\"May 10, 2011\";s:4:\"time\";s:8:\"10:22 am\";}s:38:\"https://deborahbrody.com/tag/keywords/\";a:2:{s:4:\"date\";s:11:\"May 6, 2009\";s:4:\"time\";s:8:\"12:36 pm\";}s:47:\"https://deborahbrody.com/tag/know-your-product/\";a:2:{s:4:\"date\";s:18:\"September 14, 2017\";s:4:\"time\";s:8:\"10:04 am\";}s:64:\"https://deborahbrody.com/tag/komen-race-for-the-cure-rebranding/\";a:2:{s:4:\"date\";s:18:\"September 30, 2009\";s:4:\"time\";s:7:\"1:49 pm\";}s:40:\"https://deborahbrody.com/tag/laura-bush/\";a:2:{s:4:\"date\";s:12:\"June 8, 2009\";s:4:\"time\";s:8:\"11:18 am\";}s:40:\"https://deborahbrody.com/tag/lawn-signs/\";a:2:{s:4:\"date\";s:18:\"September 25, 2008\";s:4:\"time\";s:7:\"9:22 am\";}s:59:\"https://deborahbrody.com/tag/leadership-and-communications/\";a:2:{s:4:\"date\";s:13:\"June 10, 2008\";s:4:\"time\";s:7:\"8:58 am\";}s:52:\"https://deborahbrody.com/tag/limits-of-social-media/\";a:2:{s:4:\"date\";s:14:\"August 9, 2010\";s:4:\"time\";s:8:\"11:10 am\";}s:36:\"https://deborahbrody.com/tag/linked/\";a:2:{s:4:\"date\";s:12:\"June 3, 2011\";s:4:\"time\";s:7:\"7:42 am\";}s:46:\"https://deborahbrody.com/tag/linkedin-profile/\";a:2:{s:4:\"date\";s:16:\"January 14, 2011\";s:4:\"time\";s:7:\"9:33 am\";}s:43:\"https://deborahbrody.com/tag/logo-redesign/\";a:2:{s:4:\"date\";s:17:\"November 11, 2009\";s:4:\"time\";s:7:\"4:36 pm\";}s:42:\"https://deborahbrody.com/tag/magic-bullet/\";a:2:{s:4:\"date\";s:15:\"August 22, 2008\";s:4:\"time\";s:7:\"7:08 am\";}s:55:\"https://deborahbrody.com/tag/magic-bullet-in-marketing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:20 am\";}s:53:\"https://deborahbrody.com/tag/making-a-bad-impression/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:20 am\";}s:58:\"https://deborahbrody.com/tag/making-marketing-assumptions/\";a:2:{s:4:\"date\";s:13:\"June 18, 2014\";s:4:\"time\";s:7:\"9:43 am\";}s:46:\"https://deborahbrody.com/tag/malcolm-gladwell/\";a:2:{s:4:\"date\";s:12:\"May 16, 2011\";s:4:\"time\";s:8:\"11:14 am\";}s:37:\"https://deborahbrody.com/tag/manners/\";a:2:{s:4:\"date\";s:18:\"September 22, 2009\";s:4:\"time\";s:8:\"10:59 am\";}s:45:\"https://deborahbrody.com/tag/mark-zuckerberg/\";a:2:{s:4:\"date\";s:18:\"September 17, 2009\";s:4:\"time\";s:7:\"9:25 am\";}s:55:\"https://deborahbrody.com/tag/markeing-and-expectations/\";a:2:{s:4:\"date\";s:14:\"April 23, 2010\";s:4:\"time\";s:8:\"10:38 am\";}s:52:\"https://deborahbrody.com/tag/marketing-and-bullying/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:27 am\";}s:54:\"https://deborahbrody.com/tag/marketing-and-foursquare/\";a:2:{s:4:\"date\";s:15:\"August 26, 2021\";s:4:\"time\";s:7:\"2:22 pm\";}s:65:\"https://deborahbrody.com/tag/marketing-and-geo-location-services/\";a:2:{s:4:\"date\";s:13:\"March 8, 2011\";s:4:\"time\";s:7:\"1:07 pm\";}s:50:\"https://deborahbrody.com/tag/marketing-and-movies/\";a:2:{s:4:\"date\";s:16:\"November 8, 2010\";s:4:\"time\";s:7:\"8:12 am\";}s:49:\"https://deborahbrody.com/tag/marketing-and-trust/\";a:2:{s:4:\"date\";s:16:\"November 8, 2010\";s:4:\"time\";s:7:\"8:12 am\";}s:56:\"https://deborahbrody.com/tag/marketing-and-yellow-pages/\";a:2:{s:4:\"date\";s:15:\"January 4, 2011\";s:4:\"time\";s:8:\"10:15 am\";}s:46:\"https://deborahbrody.com/tag/marketing-budget/\";a:2:{s:4:\"date\";s:17:\"December 21, 2010\";s:4:\"time\";s:8:\"12:35 pm\";}s:50:\"https://deborahbrody.com/tag/marketing-collateral/\";a:2:{s:4:\"date\";s:16:\"January 27, 2011\";s:4:\"time\";s:8:\"12:39 pm\";}s:54:\"https://deborahbrody.com/tag/marketing-communications/\";a:2:{s:4:\"date\";s:14:\"March 28, 2011\";s:4:\"time\";s:7:\"1:32 pm\";}s:66:\"https://deborahbrody.com/tag/marketing-communications-trends-2009/\";a:2:{s:4:\"date\";s:15:\"August 13, 2009\";s:4:\"time\";s:7:\"8:31 am\";}s:50:\"https://deborahbrody.com/tag/marketing-essentials/\";a:2:{s:4:\"date\";s:16:\"December 5, 2009\";s:4:\"time\";s:7:\"9:45 am\";}s:63:\"https://deborahbrody.com/tag/marketing-in-a-competitive-market/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:28 am\";}s:58:\"https://deborahbrody.com/tag/marketing-in-a-tough-economy/\";a:2:{s:4:\"date\";s:15:\"August 13, 2009\";s:4:\"time\";s:7:\"8:31 am\";}s:47:\"https://deborahbrody.com/tag/marketing-insight/\";a:2:{s:4:\"date\";s:12:\"June 9, 2010\";s:4:\"time\";s:7:\"2:10 pm\";}s:47:\"https://deborahbrody.com/tag/marketing-lessons/\";a:2:{s:4:\"date\";s:16:\"October 16, 2008\";s:4:\"time\";s:7:\"8:43 am\";}s:61:\"https://deborahbrody.com/tag/marketing-lessons-from-facebook/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:29 pm\";}s:49:\"https://deborahbrody.com/tag/marketing-mateirals/\";a:2:{s:4:\"date\";s:12:\"May 13, 2014\";s:4:\"time\";s:7:\"9:49 am\";}s:49:\"https://deborahbrody.com/tag/marketing-materials/\";a:2:{s:4:\"date\";s:12:\"May 20, 2010\";s:4:\"time\";s:8:\"10:00 am\";}s:50:\"https://deborahbrody.com/tag/marketing-must-haves/\";a:2:{s:4:\"date\";s:14:\"August 9, 2011\";s:4:\"time\";s:8:\"12:11 pm\";}s:47:\"https://deborahbrody.com/tag/marketing-obesity/\";a:2:{s:4:\"date\";s:14:\"March 21, 2017\";s:4:\"time\";s:8:\"10:12 am\";}s:55:\"https://deborahbrody.com/tag/marketing-of-associations/\";a:2:{s:4:\"date\";s:14:\"April 19, 2011\";s:4:\"time\";s:8:\"11:03 am\";}s:45:\"https://deborahbrody.com/tag/marketing-plans/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:15 am\";}s:56:\"https://deborahbrody.com/tag/marketing-resisting-change/\";a:2:{s:4:\"date\";s:12:\"May 20, 2009\";s:4:\"time\";s:7:\"3:09 pm\";}s:60:\"https://deborahbrody.com/tag/marketing-resolutions-for-2011/\";a:2:{s:4:\"date\";s:14:\"March 26, 2009\";s:4:\"time\";s:7:\"1:09 pm\";}s:48:\"https://deborahbrody.com/tag/marketing-strategy/\";a:2:{s:4:\"date\";s:14:\"April 14, 2009\";s:4:\"time\";s:8:\"11:03 am\";}s:65:\"https://deborahbrody.com/tag/marketing-strategy-and-social-media/\";a:2:{s:4:\"date\";s:15:\"January 3, 2011\";s:4:\"time\";s:7:\"4:22 pm\";}s:47:\"https://deborahbrody.com/tag/marketing-tactics/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:20 am\";}s:46:\"https://deborahbrody.com/tag/marketing-teases/\";a:2:{s:4:\"date\";s:12:\"May 24, 2011\";s:4:\"time\";s:8:\"10:42 am\";}s:56:\"https://deborahbrody.com/tag/marketing-that-doesnt-work/\";a:2:{s:4:\"date\";s:15:\"August 25, 2009\";s:4:\"time\";s:8:\"10:52 am\";}s:89:\"https://deborahbrody.com/tag/marketing-that-makes-noise-but-fails-to-accomplish-anything/\";a:2:{s:4:\"date\";s:17:\"December 21, 2010\";s:4:\"time\";s:8:\"12:35 pm\";}s:50:\"https://deborahbrody.com/tag/marketing-that-works/\";a:2:{s:4:\"date\";s:16:\"December 1, 2010\";s:4:\"time\";s:8:\"10:32 am\";}s:49:\"https://deborahbrody.com/tag/marketing-too-early/\";a:2:{s:4:\"date\";s:13:\"June 28, 2011\";s:4:\"time\";s:7:\"1:07 pm\";}s:49:\"https://deborahbrody.com/tag/mass-communications/\";a:2:{s:4:\"date\";s:14:\"March 28, 2011\";s:4:\"time\";s:7:\"1:32 pm\";}s:40:\"https://deborahbrody.com/tag/mass-media/\";a:2:{s:4:\"date\";s:14:\"August 1, 2011\";s:4:\"time\";s:8:\"10:25 am\";}s:33:\"https://deborahbrody.com/tag/mba/\";a:2:{s:4:\"date\";s:16:\"October 14, 2010\";s:4:\"time\";s:7:\"1:27 pm\";}s:36:\"https://deborahbrody.com/tag/mccain/\";a:2:{s:4:\"date\";s:16:\"October 14, 2010\";s:4:\"time\";s:7:\"1:27 pm\";}s:40:\"https://deborahbrody.com/tag/mccain-ads/\";a:2:{s:4:\"date\";s:17:\"September 9, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:47:\"https://deborahbrody.com/tag/mccain-attack-ads/\";a:2:{s:4:\"date\";s:12:\"June 4, 2008\";s:4:\"time\";s:7:\"3:17 pm\";}s:68:\"https://deborahbrody.com/tag/mccanns-irish-oatmeal-packaging-design/\";a:2:{s:4:\"date\";s:15:\"August 12, 2008\";s:4:\"time\";s:7:\"1:05 pm\";}s:70:\"https://deborahbrody.com/tag/mcdonalds-quality-correspondents-program/\";a:2:{s:4:\"date\";s:13:\"July 31, 2008\";s:4:\"time\";s:8:\"10:16 am\";}s:32:\"https://deborahbrody.com/tag/md/\";a:2:{s:4:\"date\";s:16:\"January 26, 2010\";s:4:\"time\";s:8:\"12:17 pm\";}s:42:\"https://deborahbrody.com/tag/media-buying/\";a:2:{s:4:\"date\";s:17:\"November 20, 2008\";s:4:\"time\";s:7:\"8:41 am\";}s:42:\"https://deborahbrody.com/tag/media-gaffes/\";a:2:{s:4:\"date\";s:17:\"September 9, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:50:\"https://deborahbrody.com/tag/media-is-the-message/\";a:2:{s:4:\"date\";s:14:\"April 30, 2009\";s:4:\"time\";s:7:\"2:38 pm\";}s:62:\"https://deborahbrody.com/tag/media-reflecting-public-interest/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:17 am\";}s:50:\"https://deborahbrody.com/tag/medical-and-drug-ads/\";a:2:{s:4:\"date\";s:17:\"September 8, 2008\";s:4:\"time\";s:8:\"11:53 am\";}s:51:\"https://deborahbrody.com/tag/medium-is-the-message/\";a:2:{s:4:\"date\";s:14:\"April 27, 2011\";s:4:\"time\";s:7:\"1:56 pm\";}s:50:\"https://deborahbrody.com/tag/meeting-expectations/\";a:2:{s:4:\"date\";s:16:\"February 9, 2008\";s:4:\"time\";s:7:\"9:20 am\";}s:44:\"https://deborahbrody.com/tag/michele-lerner/\";a:2:{s:4:\"date\";s:17:\"September 3, 2009\";s:4:\"time\";s:8:\"10:19 am\";}s:51:\"https://deborahbrody.com/tag/microsoft-advertising/\";a:2:{s:4:\"date\";s:18:\"September 11, 2009\";s:4:\"time\";s:8:\"11:09 am\";}s:44:\"https://deborahbrody.com/tag/mignon-fogarty/\";a:2:{s:4:\"date\";s:12:\"June 9, 2010\";s:4:\"time\";s:7:\"2:10 pm\";}s:41:\"https://deborahbrody.com/tag/mike-aubrey/\";a:2:{s:4:\"date\";s:18:\"September 21, 2008\";s:4:\"time\";s:7:\"6:04 pm\";}s:43:\"https://deborahbrody.com/tag/milton-glaser/\";a:2:{s:4:\"date\";s:13:\"April 6, 2010\";s:4:\"time\";s:7:\"3:37 pm\";}s:59:\"https://deborahbrody.com/tag/minimum-social-media-presence/\";a:2:{s:4:\"date\";s:16:\"October 12, 2009\";s:4:\"time\";s:7:\"4:58 pm\";}s:45:\"https://deborahbrody.com/tag/morgan-spurlock/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:18 am\";}s:53:\"https://deborahbrody.com/tag/morgan-spurlock-and-ban/\";a:2:{s:4:\"date\";s:17:\"November 11, 2009\";s:4:\"time\";s:7:\"4:36 pm\";}s:54:\"https://deborahbrody.com/tag/most-hated-company-in-us/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:29 pm\";}s:44:\"https://deborahbrody.com/tag/movie-priciing/\";a:2:{s:4:\"date\";s:12:\"May 10, 2011\";s:4:\"time\";s:8:\"10:22 am\";}s:50:\"https://deborahbrody.com/tag/movies-for-marketers/\";a:2:{s:4:\"date\";s:13:\"July 12, 2011\";s:4:\"time\";s:8:\"10:25 am\";}s:33:\"https://deborahbrody.com/tag/mps/\";a:2:{s:4:\"date\";s:15:\"January 4, 2011\";s:4:\"time\";s:8:\"10:15 am\";}s:60:\"https://deborahbrody.com/tag/multiple-advertising-campaigns/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:29 pm\";}s:50:\"https://deborahbrody.com/tag/national-grammar-day/\";a:2:{s:4:\"date\";s:12:\"July 7, 2008\";s:4:\"time\";s:8:\"11:31 am\";}s:53:\"https://deborahbrody.com/tag/nazi-propaganda-exhibit/\";a:2:{s:4:\"date\";s:15:\"January 1, 1970\";s:4:\"time\";s:8:\"12:00 am\";}s:45:\"https://deborahbrody.com/tag/nbc-programming/\";a:2:{s:4:\"date\";s:14:\"April 27, 2015\";s:4:\"time\";s:7:\"9:56 am\";}s:50:\"https://deborahbrody.com/tag/need-for-salespeople/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:32 am\";}s:50:\"https://deborahbrody.com/tag/negative-advertising/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:27 am\";}s:37:\"https://deborahbrody.com/tag/netflix/\";a:2:{s:4:\"date\";s:14:\"August 9, 2011\";s:4:\"time\";s:8:\"12:11 pm\";}s:56:\"https://deborahbrody.com/tag/netflix-changes-in-service/\";a:2:{s:4:\"date\";s:13:\"July 31, 2008\";s:4:\"time\";s:8:\"10:16 am\";}s:51:\"https://deborahbrody.com/tag/netflix-price-changes/\";a:2:{s:4:\"date\";s:18:\"September 22, 2011\";s:4:\"time\";s:7:\"9:01 am\";}s:37:\"https://deborahbrody.com/tag/netzero/\";a:2:{s:4:\"date\";s:17:\"November 23, 2010\";s:4:\"time\";s:8:\"10:09 am\";}s:57:\"https://deborahbrody.com/tag/new-labels-for-old-products/\";a:2:{s:4:\"date\";s:13:\"July 13, 2011\";s:4:\"time\";s:8:\"10:26 am\";}s:51:\"https://deborahbrody.com/tag/new-marketing-tactics/\";a:2:{s:4:\"date\";s:16:\"January 12, 2009\";s:4:\"time\";s:7:\"9:58 am\";}s:47:\"https://deborahbrody.com/tag/new-microsoft-ads/\";a:2:{s:4:\"date\";s:15:\"August 20, 2008\";s:4:\"time\";s:8:\"12:54 pm\";}s:55:\"https://deborahbrody.com/tag/new-product-introductions/\";a:2:{s:4:\"date\";s:17:\"November 11, 2008\";s:4:\"time\";s:7:\"1:12 pm\";}s:61:\"https://deborahbrody.com/tag/new-white-house-press-secretary/\";a:2:{s:4:\"date\";s:14:\"August 4, 2009\";s:4:\"time\";s:7:\"8:29 am\";}s:65:\"https://deborahbrody.com/tag/new-york-times-digital-subscription/\";a:2:{s:4:\"date\";s:18:\"September 12, 2008\";s:4:\"time\";s:7:\"7:44 am\";}s:55:\"https://deborahbrody.com/tag/news-media-and-the-public/\";a:2:{s:4:\"date\";s:18:\"September 27, 2008\";s:4:\"time\";s:8:\"10:02 am\";}s:39:\"https://deborahbrody.com/tag/newspaper/\";a:2:{s:4:\"date\";s:16:\"February 2, 2011\";s:4:\"time\";s:7:\"9:48 am\";}s:40:\"https://deborahbrody.com/tag/newspapers/\";a:2:{s:4:\"date\";s:14:\"March 18, 2011\";s:4:\"time\";s:8:\"10:43 am\";}s:56:\"https://deborahbrody.com/tag/nonprofit-communications-2/\";a:2:{s:4:\"date\";s:14:\"April 27, 2011\";s:4:\"time\";s:7:\"1:56 pm\";}s:57:\"https://deborahbrody.com/tag/nonprofits-and-geo-location/\";a:2:{s:4:\"date\";s:12:\"June 4, 2009\";s:4:\"time\";s:7:\"2:16 pm\";}s:54:\"https://deborahbrody.com/tag/nonverbal-communications/\";a:2:{s:4:\"date\";s:13:\"March 1, 2009\";s:4:\"time\";s:7:\"9:55 am\";}s:54:\"https://deborahbrody.com/tag/number-one-marketing-tip/\";a:2:{s:4:\"date\";s:17:\"November 10, 2011\";s:4:\"time\";s:8:\"12:21 pm\";}s:35:\"https://deborahbrody.com/tag/obama/\";a:2:{s:4:\"date\";s:16:\"November 8, 2010\";s:4:\"time\";s:7:\"8:12 am\";}s:39:\"https://deborahbrody.com/tag/obama-ads/\";a:2:{s:4:\"date\";s:17:\"February 23, 2010\";s:4:\"time\";s:7:\"7:52 am\";}s:53:\"https://deborahbrody.com/tag/obama-and-communication/\";a:2:{s:4:\"date\";s:18:\"September 30, 2009\";s:4:\"time\";s:7:\"1:49 pm\";}s:52:\"https://deborahbrody.com/tag/obama-and-teleprompter/\";a:2:{s:4:\"date\";s:12:\"June 4, 2008\";s:4:\"time\";s:7:\"3:17 pm\";}s:46:\"https://deborahbrody.com/tag/obama-economy-ad/\";a:2:{s:4:\"date\";s:15:\"August 12, 2008\";s:4:\"time\";s:7:\"1:05 pm\";}s:43:\"https://deborahbrody.com/tag/obama-website/\";a:2:{s:4:\"date\";s:16:\"November 5, 2010\";s:4:\"time\";s:7:\"7:40 am\";}s:48:\"https://deborahbrody.com/tag/offer-in-marketing/\";a:2:{s:4:\"date\";s:13:\"March 6, 2009\";s:4:\"time\";s:7:\"9:12 am\";}s:50:\"https://deborahbrody.com/tag/old-school-marketing/\";a:2:{s:4:\"date\";s:18:\"September 26, 2008\";s:4:\"time\";s:7:\"8:49 am\";}s:43:\"https://deborahbrody.com/tag/old-school-pr/\";a:2:{s:4:\"date\";s:16:\"January 21, 2009\";s:4:\"time\";s:8:\"10:48 am\";}s:49:\"https://deborahbrody.com/tag/online-interactions/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:31 am\";}s:48:\"https://deborahbrody.com/tag/online-reputations/\";a:2:{s:4:\"date\";s:16:\"January 27, 2011\";s:4:\"time\";s:8:\"12:39 pm\";}s:43:\"https://deborahbrody.com/tag/online-skills/\";a:2:{s:4:\"date\";s:16:\"December 5, 2009\";s:4:\"time\";s:7:\"9:45 am\";}s:42:\"https://deborahbrody.com/tag/oprah-effect/\";a:2:{s:4:\"date\";s:13:\"April 1, 2011\";s:4:\"time\";s:8:\"10:02 am\";}s:38:\"https://deborahbrody.com/tag/outliers/\";a:2:{s:4:\"date\";s:13:\"July 25, 2008\";s:4:\"time\";s:7:\"9:42 am\";}s:54:\"https://deborahbrody.com/tag/over-the-top-advertising/\";a:2:{s:4:\"date\";s:14:\"March 13, 2009\";s:4:\"time\";s:7:\"8:57 am\";}s:51:\"https://deborahbrody.com/tag/palin-and-blood-libel/\";a:2:{s:4:\"date\";s:13:\"June 16, 2009\";s:4:\"time\";s:7:\"2:21 pm\";}s:48:\"https://deborahbrody.com/tag/palin-biden-debate/\";a:2:{s:4:\"date\";s:18:\"September 22, 2009\";s:4:\"time\";s:8:\"10:59 am\";}s:35:\"https://deborahbrody.com/tag/pepco/\";a:2:{s:4:\"date\";s:16:\"January 20, 2009\";s:4:\"time\";s:7:\"8:03 am\";}s:47:\"https://deborahbrody.com/tag/pepco-and-excuses/\";a:2:{s:4:\"date\";s:16:\"January 12, 2011\";s:4:\"time\";s:7:\"3:33 pm\";}s:49:\"https://deborahbrody.com/tag/pepco-and-marketing/\";a:2:{s:4:\"date\";s:15:\"October 3, 2008\";s:4:\"time\";s:7:\"1:46 pm\";}s:51:\"https://deborahbrody.com/tag/pepco-and-reliability/\";a:2:{s:4:\"date\";s:13:\"July 10, 2012\";s:4:\"time\";s:7:\"1:05 pm\";}s:41:\"https://deborahbrody.com/tag/pepco-image/\";a:2:{s:4:\"date\";s:16:\"December 9, 2010\";s:4:\"time\";s:8:\"10:47 am\";}s:42:\"https://deborahbrody.com/tag/pepcos-brand/\";a:2:{s:4:\"date\";s:13:\"July 25, 2012\";s:4:\"time\";s:8:\"10:45 am\";}s:58:\"https://deborahbrody.com/tag/percentage-of-e-reader-users/\";a:2:{s:4:\"date\";s:16:\"February 2, 2011\";s:4:\"time\";s:7:\"9:48 am\";}s:61:\"https://deborahbrody.com/tag/percentage-of-smart-phone-users/\";a:2:{s:4:\"date\";s:16:\"February 2, 2011\";s:4:\"time\";s:7:\"9:48 am\";}s:40:\"https://deborahbrody.com/tag/perception/\";a:2:{s:4:\"date\";s:16:\"December 9, 2010\";s:4:\"time\";s:8:\"10:47 am\";}s:63:\"https://deborahbrody.com/tag/personal-appearance-and-marketing/\";a:2:{s:4:\"date\";s:13:\"July 20, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:47:\"https://deborahbrody.com/tag/personal-branding/\";a:2:{s:4:\"date\";s:13:\"July 20, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:51:\"https://deborahbrody.com/tag/personal-interactions/\";a:2:{s:4:\"date\";s:17:\"February 23, 2010\";s:4:\"time\";s:7:\"7:52 am\";}s:48:\"https://deborahbrody.com/tag/personal-marekting/\";a:2:{s:4:\"date\";s:16:\"February 5, 2009\";s:4:\"time\";s:7:\"8:33 am\";}s:63:\"https://deborahbrody.com/tag/personal-marketing-goals-for-2010/\";a:2:{s:4:\"date\";s:14:\"March 22, 2011\";s:4:\"time\";s:8:\"11:53 am\";}s:53:\"https://deborahbrody.com/tag/personality-in-politics/\";a:2:{s:4:\"date\";s:15:\"August 13, 2008\";s:4:\"time\";s:8:\"12:17 pm\";}s:58:\"https://deborahbrody.com/tag/pet-peeves-in-communications/\";a:2:{s:4:\"date\";s:13:\"July 15, 2010\";s:4:\"time\";s:7:\"9:44 am\";}s:33:\"https://deborahbrody.com/tag/phd/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:26 am\";}s:52:\"https://deborahbrody.com/tag/photos-on-social-media/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:26 am\";}s:42:\"https://deborahbrody.com/tag/politica-ads/\";a:2:{s:4:\"date\";s:18:\"September 15, 2010\";s:4:\"time\";s:8:\"11:22 am\";}s:43:\"https://deborahbrody.com/tag/political-ads/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:19 am\";}s:51:\"https://deborahbrody.com/tag/political-advertising/\";a:2:{s:4:\"date\";s:17:\"September 9, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:50:\"https://deborahbrody.com/tag/political-commentary/\";a:2:{s:4:\"date\";s:16:\"January 14, 2011\";s:4:\"time\";s:7:\"9:33 am\";}s:46:\"https://deborahbrody.com/tag/political-speech/\";a:2:{s:4:\"date\";s:13:\"July 31, 2008\";s:4:\"time\";s:8:\"10:16 am\";}s:44:\"https://deborahbrody.com/tag/political-spin/\";a:2:{s:4:\"date\";s:16:\"October 25, 2012\";s:4:\"time\";s:7:\"3:39 pm\";}s:48:\"https://deborahbrody.com/tag/political-websites/\";a:2:{s:4:\"date\";s:18:\"September 26, 2008\";s:4:\"time\";s:7:\"8:49 am\";}s:68:\"https://deborahbrody.com/tag/poorly-thought-out-government-websites/\";a:2:{s:4:\"date\";s:17:\"September 8, 2008\";s:4:\"time\";s:8:\"11:53 am\";}s:64:\"https://deborahbrody.com/tag/pope-benedict-and-holocaust-denial/\";a:2:{s:4:\"date\";s:16:\"November 4, 2008\";s:4:\"time\";s:8:\"11:14 am\";}s:56:\"https://deborahbrody.com/tag/positive-reviews-and-sales/\";a:2:{s:4:\"date\";s:14:\"April 15, 2008\";s:4:\"time\";s:8:\"11:00 am\";}s:50:\"https://deborahbrody.com/tag/power-of-advertising/\";a:2:{s:4:\"date\";s:15:\"August 30, 2012\";s:4:\"time\";s:7:\"2:38 pm\";}s:43:\"https://deborahbrody.com/tag/prescriptives/\";a:2:{s:4:\"date\";s:12:\"May 30, 2008\";s:4:\"time\";s:7:\"7:38 am\";}s:48:\"https://deborahbrody.com/tag/price-in-marketing/\";a:2:{s:4:\"date\";s:17:\"September 3, 2008\";s:4:\"time\";s:7:\"9:55 am\";}s:58:\"https://deborahbrody.com/tag/price-is-crucial-information/\";a:2:{s:4:\"date\";s:17:\"September 2, 2008\";s:4:\"time\";s:8:\"10:20 am\";}s:49:\"https://deborahbrody.com/tag/pricing-information/\";a:2:{s:4:\"date\";s:16:\"February 5, 2009\";s:4:\"time\";s:7:\"8:35 am\";}s:46:\"https://deborahbrody.com/tag/pricing-strategy/\";a:2:{s:4:\"date\";s:16:\"February 1, 2011\";s:4:\"time\";s:7:\"1:12 pm\";}s:47:\"https://deborahbrody.com/tag/print-advertising/\";a:2:{s:4:\"date\";s:15:\"August 29, 2013\";s:4:\"time\";s:8:\"10:40 am\";}s:45:\"https://deborahbrody.com/tag/print-vs-online/\";a:2:{s:4:\"date\";s:17:\"December 14, 2009\";s:4:\"time\";s:7:\"1:17 pm\";}s:58:\"https://deborahbrody.com/tag/privacy-concerns-on-facebook/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:29 am\";}s:44:\"https://deborahbrody.com/tag/private-labels/\";a:2:{s:4:\"date\";s:14:\"April 21, 2011\";s:4:\"time\";s:8:\"11:16 am\";}s:57:\"https://deborahbrody.com/tag/problems-with-usps-delivery/\";a:2:{s:4:\"date\";s:14:\"April 21, 2011\";s:4:\"time\";s:8:\"11:16 am\";}s:54:\"https://deborahbrody.com/tag/product-versus-marketing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:29 am\";}s:41:\"https://deborahbrody.com/tag/profanities/\";a:2:{s:4:\"date\";s:16:\"January 22, 2009\";s:4:\"time\";s:8:\"10:56 am\";}s:53:\"https://deborahbrody.com/tag/promises-in-advertising/\";a:2:{s:4:\"date\";s:18:\"September 25, 2009\";s:4:\"time\";s:8:\"11:12 am\";}s:51:\"https://deborahbrody.com/tag/promises-in-marketing/\";a:2:{s:4:\"date\";s:14:\"April 23, 2010\";s:4:\"time\";s:8:\"10:38 am\";}s:39:\"https://deborahbrody.com/tag/promocorp/\";a:2:{s:4:\"date\";s:17:\"December 13, 2008\";s:4:\"time\";s:7:\"8:14 pm\";}s:50:\"https://deborahbrody.com/tag/promotional-products/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:44 pm\";}s:62:\"https://deborahbrody.com/tag/promotional-products-association/\";a:2:{s:4:\"date\";s:17:\"November 22, 2010\";s:4:\"time\";s:7:\"9:09 am\";}s:40:\"https://deborahbrody.com/tag/propaganda/\";a:2:{s:4:\"date\";s:18:\"September 10, 2009\";s:4:\"time\";s:8:\"10:00 am\";}s:45:\"https://deborahbrody.com/tag/proper-spelling/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:16 am\";}s:34:\"https://deborahbrody.com/tag/psas/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:44 pm\";}s:47:\"https://deborahbrody.com/tag/public-perception/\";a:2:{s:4:\"date\";s:15:\"August 26, 2008\";s:4:\"time\";s:7:\"3:33 pm\";}s:58:\"https://deborahbrody.com/tag/public-relations-and-reviews/\";a:2:{s:4:\"date\";s:15:\"August 26, 2008\";s:4:\"time\";s:7:\"3:33 pm\";}s:55:\"https://deborahbrody.com/tag/public-relations-know-how/\";a:2:{s:4:\"date\";s:15:\"August 26, 2008\";s:4:\"time\";s:7:\"3:33 pm\";}s:58:\"https://deborahbrody.com/tag/public-relations-practioners/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:32 am\";}s:50:\"https://deborahbrody.com/tag/publicizing-an-event/\";a:2:{s:4:\"date\";s:16:\"January 18, 2008\";s:4:\"time\";s:7:\"8:20 am\";}s:38:\"https://deborahbrody.com/tag/qr-codes/\";a:2:{s:4:\"date\";s:16:\"October 14, 2010\";s:4:\"time\";s:7:\"1:27 pm\";}s:53:\"https://deborahbrody.com/tag/qr-codes-in-advertising/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:34 am\";}s:52:\"https://deborahbrody.com/tag/qualities-of-pr-people/\";a:2:{s:4:\"date\";s:16:\"December 5, 2009\";s:4:\"time\";s:7:\"9:45 am\";}s:47:\"https://deborahbrody.com/tag/quiznos-vs-subway/\";a:2:{s:4:\"date\";s:16:\"February 1, 2011\";s:4:\"time\";s:7:\"1:12 pm\";}s:48:\"https://deborahbrody.com/tag/radio-advertisigng/\";a:2:{s:4:\"date\";s:14:\"March 16, 2010\";s:4:\"time\";s:7:\"2:05 pm\";}s:47:\"https://deborahbrody.com/tag/radio-advertising/\";a:2:{s:4:\"date\";s:14:\"March 16, 2010\";s:4:\"time\";s:7:\"2:05 pm\";}s:41:\"https://deborahbrody.com/tag/re-branding/\";a:2:{s:4:\"date\";s:12:\"June 5, 2009\";s:4:\"time\";s:8:\"12:55 pm\";}s:42:\"https://deborahbrody.com/tag/reaching-out/\";a:2:{s:4:\"date\";s:13:\"July 20, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:54:\"https://deborahbrody.com/tag/real-estate-intervention/\";a:2:{s:4:\"date\";s:13:\"July 20, 2011\";s:4:\"time\";s:7:\"8:53 am\";}s:40:\"https://deborahbrody.com/tag/rebranding/\";a:2:{s:4:\"date\";s:14:\"March 16, 2010\";s:4:\"time\";s:7:\"2:05 pm\";}s:50:\"https://deborahbrody.com/tag/redesigned-packaging/\";a:2:{s:4:\"date\";s:13:\"July 21, 2008\";s:4:\"time\";s:7:\"8:27 am\";}s:57:\"https://deborahbrody.com/tag/reinventing-existing-brands/\";a:2:{s:4:\"date\";s:13:\"April 4, 2009\";s:4:\"time\";s:7:\"5:12 am\";}s:51:\"https://deborahbrody.com/tag/religious-advertising/\";a:2:{s:4:\"date\";s:13:\"June 19, 2009\";s:4:\"time\";s:8:\"11:19 am\";}s:38:\"https://deborahbrody.com/tag/renaming/\";a:2:{s:4:\"date\";s:16:\"November 3, 2008\";s:4:\"time\";s:7:\"9:35 am\";}s:67:\"https://deborahbrody.com/tag/repetion-and-frequency-in-advertising/\";a:2:{s:4:\"date\";s:12:\"June 3, 2011\";s:4:\"time\";s:7:\"7:42 am\";}s:45:\"https://deborahbrody.com/tag/representatives/\";a:2:{s:4:\"date\";s:16:\"October 12, 2009\";s:4:\"time\";s:7:\"4:58 pm\";}s:40:\"https://deborahbrody.com/tag/reputation/\";a:2:{s:4:\"date\";s:12:\"June 8, 2009\";s:4:\"time\";s:8:\"11:18 am\";}s:50:\"https://deborahbrody.com/tag/respect-in-marketing/\";a:2:{s:4:\"date\";s:16:\"January 26, 2010\";s:4:\"time\";s:8:\"12:17 pm\";}s:55:\"https://deborahbrody.com/tag/responding-to-social-cues/\";a:2:{s:4:\"date\";s:18:\"September 27, 2008\";s:4:\"time\";s:8:\"10:02 am\";}s:42:\"https://deborahbrody.com/tag/robert-gibbs/\";a:2:{s:4:\"date\";s:17:\"November 16, 2008\";s:4:\"time\";s:7:\"9:06 pm\";}s:40:\"https://deborahbrody.com/tag/robo-calls/\";a:2:{s:4:\"date\";s:12:\"June 8, 2008\";s:4:\"time\";s:8:\"10:33 am\";}s:39:\"https://deborahbrody.com/tag/robocalls/\";a:2:{s:4:\"date\";s:12:\"May 17, 2011\";s:4:\"time\";s:7:\"2:19 pm\";}s:41:\"https://deborahbrody.com/tag/saly-falkow/\";a:2:{s:4:\"date\";s:15:\"January 6, 2011\";s:4:\"time\";s:7:\"9:13 am\";}s:51:\"https://deborahbrody.com/tag/sarah-palin-demagogue/\";a:2:{s:4:\"date\";s:15:\"August 30, 2010\";s:4:\"time\";s:7:\"9:24 am\";}s:51:\"https://deborahbrody.com/tag/saving-money-as-a-usp/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:45:\"https://deborahbrody.com/tag/scott-mcclellan/\";a:2:{s:4:\"date\";s:16:\"December 9, 2008\";s:4:\"time\";s:8:\"12:37 pm\";}s:41:\"https://deborahbrody.com/tag/sean-mccoll/\";a:2:{s:4:\"date\";s:16:\"December 9, 2008\";s:4:\"time\";s:8:\"12:37 pm\";}s:44:\"https://deborahbrody.com/tag/self-promotion/\";a:2:{s:4:\"date\";s:15:\"January 1, 1970\";s:4:\"time\";s:8:\"12:00 am\";}s:51:\"https://deborahbrody.com/tag/sexist-super-bowl-ads/\";a:2:{s:4:\"date\";s:16:\"December 5, 2009\";s:4:\"time\";s:7:\"9:45 am\";}s:45:\"https://deborahbrody.com/tag/sharing-buttons/\";a:2:{s:4:\"date\";s:16:\"January 12, 2011\";s:4:\"time\";s:7:\"3:33 pm\";}s:62:\"https://deborahbrody.com/tag/sharing-buttons-for-social-media/\";a:2:{s:4:\"date\";s:17:\"February 26, 2009\";s:4:\"time\";s:7:\"9:26 am\";}s:52:\"https://deborahbrody.com/tag/sharing-content-easily/\";a:2:{s:4:\"date\";s:12:\"May 30, 2008\";s:4:\"time\";s:7:\"7:38 am\";}s:47:\"https://deborahbrody.com/tag/shelter-magazines/\";a:2:{s:4:\"date\";s:15:\"August 26, 2008\";s:4:\"time\";s:7:\"3:33 pm\";}s:66:\"https://deborahbrody.com/tag/should-my-company-be-on-social-media/\";a:2:{s:4:\"date\";s:13:\"March 6, 2009\";s:4:\"time\";s:7:\"9:12 am\";}s:35:\"https://deborahbrody.com/tag/signs/\";a:2:{s:4:\"date\";s:14:\"April 30, 2012\";s:4:\"time\";s:7:\"9:42 am\";}s:40:\"https://deborahbrody.com/tag/simple-ads/\";a:2:{s:4:\"date\";s:16:\"February 8, 2010\";s:4:\"time\";s:7:\"2:49 pm\";}s:41:\"https://deborahbrody.com/tag/simple-talk/\";a:2:{s:4:\"date\";s:14:\"August 3, 2016\";s:4:\"time\";s:7:\"2:21 pm\";}s:37:\"https://deborahbrody.com/tag/sleepys/\";a:2:{s:4:\"date\";s:16:\"October 18, 2010\";s:4:\"time\";s:8:\"11:34 am\";}s:54:\"https://deborahbrody.com/tag/sleepys-customer-service/\";a:2:{s:4:\"date\";s:16:\"October 18, 2010\";s:4:\"time\";s:8:\"11:34 am\";}s:37:\"https://deborahbrody.com/tag/slogans/\";a:2:{s:4:\"date\";s:16:\"January 22, 2009\";s:4:\"time\";s:8:\"10:56 am\";}s:38:\"https://deborahbrody.com/tag/smuckers/\";a:2:{s:4:\"date\";s:17:\"February 28, 2011\";s:4:\"time\";s:7:\"8:57 am\";}s:48:\"https://deborahbrody.com/tag/snow-communication/\";a:2:{s:4:\"date\";s:16:\"October 23, 2009\";s:4:\"time\";s:8:\"11:30 am\";}s:41:\"https://deborahbrody.com/tag/social-cues/\";a:2:{s:4:\"date\";s:13:\"June 10, 2008\";s:4:\"time\";s:7:\"8:58 am\";}s:52:\"https://deborahbrody.com/tag/social-media-addiction/\";a:2:{s:4:\"date\";s:17:\"December 15, 2009\";s:4:\"time\";s:7:\"9:05 am\";}s:49:\"https://deborahbrody.com/tag/social-media-advice/\";a:2:{s:4:\"date\";s:17:\"February 28, 2011\";s:4:\"time\";s:7:\"8:57 am\";}s:56:\"https://deborahbrody.com/tag/social-media-and-marketing/\";a:2:{s:4:\"date\";s:17:\"February 28, 2011\";s:4:\"time\";s:7:\"8:57 am\";}s:68:\"https://deborahbrody.com/tag/social-media-as-communications-channel/\";a:2:{s:4:\"date\";s:16:\"October 23, 2009\";s:4:\"time\";s:8:\"11:30 am\";}s:53:\"https://deborahbrody.com/tag/social-media-dependence/\";a:2:{s:4:\"date\";s:13:\"April 6, 2009\";s:4:\"time\";s:7:\"8:51 am\";}s:63:\"https://deborahbrody.com/tag/social-media-for-customer-service/\";a:2:{s:4:\"date\";s:17:\"February 10, 2010\";s:4:\"time\";s:7:\"8:23 am\";}s:56:\"https://deborahbrody.com/tag/social-media-for-marketing/\";a:2:{s:4:\"date\";s:15:\"August 30, 2010\";s:4:\"time\";s:7:\"9:24 am\";}s:48:\"https://deborahbrody.com/tag/social-media-in-pr/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:52:\"https://deborahbrody.com/tag/social-media-irritants/\";a:2:{s:4:\"date\";s:15:\"August 27, 2014\";s:4:\"time\";s:7:\"9:31 am\";}s:51:\"https://deborahbrody.com/tag/social-media-mentions/\";a:2:{s:4:\"date\";s:13:\"June 22, 2010\";s:4:\"time\";s:8:\"10:36 am\";}s:64:\"https://deborahbrody.com/tag/social-media-part-of-marketing-mix/\";a:2:{s:4:\"date\";s:16:\"January 27, 2011\";s:4:\"time\";s:8:\"12:39 pm\";}s:53:\"https://deborahbrody.com/tag/social-media-pet-peeves/\";a:2:{s:4:\"date\";s:13:\"June 22, 2011\";s:4:\"time\";s:7:\"4:47 pm\";}s:47:\"https://deborahbrody.com/tag/social-media-quiz/\";a:2:{s:4:\"date\";s:17:\"December 17, 2010\";s:4:\"time\";s:7:\"1:49 pm\";}s:50:\"https://deborahbrody.com/tag/social-media-success/\";a:2:{s:4:\"date\";s:17:\"February 28, 2011\";s:4:\"time\";s:7:\"8:57 am\";}s:47:\"https://deborahbrody.com/tag/social-networking/\";a:2:{s:4:\"date\";s:17:\"November 11, 2009\";s:4:\"time\";s:7:\"4:36 pm\";}s:45:\"https://deborahbrody.com/tag/social-networks/\";a:2:{s:4:\"date\";s:16:\"December 5, 2009\";s:4:\"time\";s:7:\"9:45 am\";}s:61:\"https://deborahbrody.com/tag/solutions-to-marketing-problems/\";a:2:{s:4:\"date\";s:14:\"March 16, 2011\";s:4:\"time\";s:8:\"11:30 am\";}s:39:\"https://deborahbrody.com/tag/southwest/\";a:2:{s:4:\"date\";s:12:\"May 19, 2010\";s:4:\"time\";s:8:\"10:58 am\";}s:49:\"https://deborahbrody.com/tag/spanish-tu-vs-usted/\";a:2:{s:4:\"date\";s:18:\"September 17, 2010\";s:4:\"time\";s:7:\"2:52 pm\";}s:62:\"https://deborahbrody.com/tag/speaking-to-your-target-audience/\";a:2:{s:4:\"date\";s:14:\"March 16, 2011\";s:4:\"time\";s:8:\"11:30 am\";}s:62:\"https://deborahbrody.com/tag/specializing-is-key-in-marketing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:38:\"https://deborahbrody.com/tag/speeches/\";a:2:{s:4:\"date\";s:16:\"January 14, 2011\";s:4:\"time\";s:7:\"9:33 am\";}s:43:\"https://deborahbrody.com/tag/speechwriting/\";a:2:{s:4:\"date\";s:17:\"November 11, 2009\";s:4:\"time\";s:7:\"4:36 pm\";}s:66:\"https://deborahbrody.com/tag/stanley-mcchrystal-and-rolling-stone/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:42:\"https://deborahbrody.com/tag/store-brands/\";a:2:{s:4:\"date\";s:13:\"June 16, 2009\";s:4:\"time\";s:7:\"2:21 pm\";}s:49:\"https://deborahbrody.com/tag/store-closing-signs/\";a:2:{s:4:\"date\";s:13:\"June 27, 2008\";s:4:\"time\";s:7:\"2:05 pm\";}s:55:\"https://deborahbrody.com/tag/storytelling-in-marketing/\";a:2:{s:4:\"date\";s:18:\"September 22, 2009\";s:4:\"time\";s:8:\"10:59 am\";}s:52:\"https://deborahbrody.com/tag/stuck-in-marketing-rut/\";a:2:{s:4:\"date\";s:11:\"May 2, 2012\";s:4:\"time\";s:7:\"8:46 am\";}s:46:\"https://deborahbrody.com/tag/stumbling-blocks/\";a:2:{s:4:\"date\";s:12:\"July 6, 2011\";s:4:\"time\";s:7:\"3:20 pm\";}s:60:\"https://deborahbrody.com/tag/successful-events-and-meetings/\";a:2:{s:4:\"date\";s:13:\"July 16, 2015\";s:4:\"time\";s:7:\"1:25 pm\";}s:44:\"https://deborahbrody.com/tag/super-bowl-ads/\";a:2:{s:4:\"date\";s:12:\"June 4, 2008\";s:4:\"time\";s:7:\"3:17 pm\";}s:52:\"https://deborahbrody.com/tag/super-bowl-advertising/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:17 am\";}s:51:\"https://deborahbrody.com/tag/supermarket-marketing/\";a:2:{s:4:\"date\";s:17:\"December 13, 2008\";s:4:\"time\";s:7:\"8:14 pm\";}s:68:\"https://deborahbrody.com/tag/susan-g-komen-global-race-for-the-cure/\";a:2:{s:4:\"date\";s:13:\"March 5, 2009\";s:4:\"time\";s:7:\"3:59 pm\";}s:61:\"https://deborahbrody.com/tag/susan-g-komen-race-for-the-cure/\";a:2:{s:4:\"date\";s:14:\"March 21, 2011\";s:4:\"time\";s:7:\"1:14 pm\";}s:43:\"https://deborahbrody.com/tag/taca-airlines/\";a:2:{s:4:\"date\";s:17:\"November 30, 2010\";s:4:\"time\";s:8:\"10:08 am\";}s:36:\"https://deborahbrody.com/tag/tactic/\";a:2:{s:4:\"date\";s:12:\"June 3, 2011\";s:4:\"time\";s:7:\"7:42 am\";}s:51:\"https://deborahbrody.com/tag/tactics-vs-strategies/\";a:2:{s:4:\"date\";s:18:\"September 11, 2009\";s:4:\"time\";s:8:\"11:09 am\";}s:39:\"https://deborahbrody.com/tag/tag-lines/\";a:2:{s:4:\"date\";s:16:\"February 4, 2008\";s:4:\"time\";s:7:\"9:23 am\";}s:46:\"https://deborahbrody.com/tag/target-audiences/\";a:2:{s:4:\"date\";s:16:\"February 1, 2013\";s:4:\"time\";s:7:\"9:53 am\";}s:48:\"https://deborahbrody.com/tag/targeted-marketing/\";a:2:{s:4:\"date\";s:15:\"August 22, 2008\";s:4:\"time\";s:7:\"7:08 am\";}s:42:\"https://deborahbrody.com/tag/teaser-rates/\";a:2:{s:4:\"date\";s:12:\"June 8, 2009\";s:4:\"time\";s:8:\"11:18 am\";}s:41:\"https://deborahbrody.com/tag/tech-trends/\";a:2:{s:4:\"date\";s:12:\"June 8, 2009\";s:4:\"time\";s:8:\"11:18 am\";}s:59:\"https://deborahbrody.com/tag/techonlogy-and-communications/\";a:2:{s:4:\"date\";s:17:\"September 8, 2010\";s:4:\"time\";s:8:\"10:24 am\";}s:54:\"https://deborahbrody.com/tag/techonlogy-and-marketing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:33 am\";}s:57:\"https://deborahbrody.com/tag/techonlogy-and-social-media/\";a:2:{s:4:\"date\";s:14:\"March 26, 2009\";s:4:\"time\";s:7:\"1:09 pm\";}s:39:\"https://deborahbrody.com/tag/thank-you/\";a:2:{s:4:\"date\";s:13:\"April 6, 2009\";s:4:\"time\";s:7:\"8:51 am\";}s:41:\"https://deborahbrody.com/tag/the-four-ps/\";a:2:{s:4:\"date\";s:18:\"September 21, 2008\";s:4:\"time\";s:7:\"6:04 pm\";}s:59:\"https://deborahbrody.com/tag/the-social-media-echo-chamber/\";a:2:{s:4:\"date\";s:14:\"March 28, 2011\";s:4:\"time\";s:7:\"1:32 pm\";}s:47:\"https://deborahbrody.com/tag/the-tipping-point/\";a:2:{s:4:\"date\";s:17:\"December 21, 2010\";s:4:\"time\";s:8:\"12:35 pm\";}s:66:\"https://deborahbrody.com/tag/things-to-avoid-when-giving-a-speech/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:14 am\";}s:41:\"https://deborahbrody.com/tag/tim-russert/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:14 am\";}s:54:\"https://deborahbrody.com/tag/timing-in-communications/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:14 am\";}s:54:\"https://deborahbrody.com/tag/timing-of-communications/\";a:2:{s:4:\"date\";s:12:\"May 12, 2010\";s:4:\"time\";s:7:\"1:12 pm\";}s:59:\"https://deborahbrody.com/tag/timing-of-marketing-campaigns/\";a:2:{s:4:\"date\";s:15:\"August 19, 2009\";s:4:\"time\";s:7:\"9:37 am\";}s:54:\"https://deborahbrody.com/tag/tips-for-giving-a-speech/\";a:2:{s:4:\"date\";s:16:\"January 15, 2008\";s:4:\"time\";s:7:\"1:30 pm\";}s:36:\"https://deborahbrody.com/tag/titles/\";a:2:{s:4:\"date\";s:13:\"July 25, 2011\";s:4:\"time\";s:8:\"10:50 am\";}s:49:\"https://deborahbrody.com/tag/tobacco-advertising/\";a:2:{s:4:\"date\";s:13:\"June 30, 2008\";s:4:\"time\";s:8:\"10:31 am\";}s:48:\"https://deborahbrody.com/tag/too-much-marketing/\";a:2:{s:4:\"date\";s:13:\"July 29, 2010\";s:4:\"time\";s:7:\"7:57 am\";}s:55:\"https://deborahbrody.com/tag/top-tips-for-cover-letter/\";a:2:{s:4:\"date\";s:13:\"June 13, 2008\";s:4:\"time\";s:7:\"7:46 pm\";}s:45:\"https://deborahbrody.com/tag/tourism-slogans/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:22 am\";}s:50:\"https://deborahbrody.com/tag/toyota-communication/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:17 am\";}s:53:\"https://deborahbrody.com/tag/tracking-and-responding/\";a:2:{s:4:\"date\";s:14:\"August 1, 2011\";s:4:\"time\";s:8:\"10:25 am\";}s:47:\"https://deborahbrody.com/tag/traditional-media/\";a:2:{s:4:\"date\";s:13:\"July 29, 2010\";s:4:\"time\";s:7:\"7:57 am\";}s:55:\"https://deborahbrody.com/tag/transparency-in-marketing/\";a:2:{s:4:\"date\";s:17:\"September 9, 2009\";s:4:\"time\";s:8:\"11:53 am\";}s:44:\"https://deborahbrody.com/tag/trolling-blogs/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:22 am\";}s:50:\"https://deborahbrody.com/tag/truth-in-advertising/\";a:2:{s:4:\"date\";s:17:\"November 17, 2008\";s:4:\"time\";s:7:\"5:40 pm\";}s:65:\"https://deborahbrody.com/tag/twitter-influence-measurement-tools/\";a:2:{s:4:\"date\";s:18:\"September 29, 2009\";s:4:\"time\";s:8:\"11:48 am\";}s:56:\"https://deborahbrody.com/tag/twitter-popularity-contest/\";a:2:{s:4:\"date\";s:17:\"February 10, 2010\";s:4:\"time\";s:7:\"8:23 am\";}s:45:\"https://deborahbrody.com/tag/twitter-profile/\";a:2:{s:4:\"date\";s:12:\"May 19, 2010\";s:4:\"time\";s:8:\"10:58 am\";}s:57:\"https://deborahbrody.com/tag/unclear-marketing-materials/\";a:2:{s:4:\"date\";s:18:\"September 20, 2010\";s:4:\"time\";s:8:\"12:11 pm\";}s:58:\"https://deborahbrody.com/tag/united-airlines-baggage-fees/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:16 am\";}s:39:\"https://deborahbrody.com/tag/unsuck-it/\";a:2:{s:4:\"date\";s:15:\"August 11, 2008\";s:4:\"time\";s:7:\"8:25 am\";}s:52:\"https://deborahbrody.com/tag/ups-logistics-campaign/\";a:2:{s:4:\"date\";s:17:\"December 12, 2011\";s:4:\"time\";s:7:\"1:28 pm\";}s:48:\"https://deborahbrody.com/tag/useful-about-pages/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:47:\"https://deborahbrody.com/tag/useless-marketing/\";a:2:{s:4:\"date\";s:16:\"January 18, 2010\";s:4:\"time\";s:7:\"4:31 pm\";}s:67:\"https://deborahbrody.com/tag/using-linkedin-for-personal-marketing/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:25 am\";}s:80:\"https://deborahbrody.com/tag/using-promotional-products-in-a-marketing-campaign/\";a:2:{s:4:\"date\";s:17:\"November 11, 2009\";s:4:\"time\";s:7:\"4:36 pm\";}s:60:\"https://deborahbrody.com/tag/using-social-media-excessively/\";a:2:{s:4:\"date\";s:17:\"February 25, 2010\";s:4:\"time\";s:7:\"8:40 am\";}s:58:\"https://deborahbrody.com/tag/using-wikipedia-in-marketing/\";a:2:{s:4:\"date\";s:18:\"September 16, 2008\";s:4:\"time\";s:7:\"7:40 am\";}s:33:\"https://deborahbrody.com/tag/usp/\";a:2:{s:4:\"date\";s:11:\"May 6, 2011\";s:4:\"time\";s:8:\"12:02 pm\";}s:34:\"https://deborahbrody.com/tag/usps/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:11 am\";}s:61:\"https://deborahbrody.com/tag/usps-fuel-surcharge-ad-campaign/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:15 am\";}s:43:\"https://deborahbrody.com/tag/usps-tag-line/\";a:2:{s:4:\"date\";s:13:\"June 28, 2011\";s:4:\"time\";s:7:\"1:07 pm\";}s:48:\"https://deborahbrody.com/tag/vacuous-definition/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:26 am\";}s:40:\"https://deborahbrody.com/tag/vatican-pr/\";a:2:{s:4:\"date\";s:15:\"August 26, 2008\";s:4:\"time\";s:7:\"3:33 pm\";}s:37:\"https://deborahbrody.com/tag/verizon/\";a:2:{s:4:\"date\";s:16:\"November 9, 2010\";s:4:\"time\";s:7:\"2:19 pm\";}s:49:\"https://deborahbrody.com/tag/verizon-advertising/\";a:2:{s:4:\"date\";s:13:\"June 28, 2010\";s:4:\"time\";s:8:\"12:39 pm\";}s:39:\"https://deborahbrody.com/tag/verizon-f/\";a:2:{s:4:\"date\";s:17:\"December 11, 2008\";s:4:\"time\";s:7:\"9:36 am\";}s:52:\"https://deborahbrody.com/tag/verizon-fios-marketing/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:44 pm\";}s:47:\"https://deborahbrody.com/tag/verizon-marketing/\";a:2:{s:4:\"date\";s:17:\"September 5, 2008\";s:4:\"time\";s:8:\"11:11 am\";}s:40:\"https://deborahbrody.com/tag/vince-grey/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"8:44 pm\";}s:64:\"https://deborahbrody.com/tag/virginias-confederate-proclamation/\";a:2:{s:4:\"date\";s:14:\"April 25, 2011\";s:4:\"time\";s:8:\"11:41 am\";}s:45:\"https://deborahbrody.com/tag/virtual-reality/\";a:2:{s:4:\"date\";s:16:\"February 5, 2009\";s:4:\"time\";s:7:\"8:35 am\";}s:45:\"https://deborahbrody.com/tag/washington-post/\";a:2:{s:4:\"date\";s:16:\"October 26, 2009\";s:4:\"time\";s:7:\"8:11 am\";}s:68:\"https://deborahbrody.com/tag/washington-post-alienating-subscribers/\";a:2:{s:4:\"date\";s:12:\"May 17, 2011\";s:4:\"time\";s:7:\"2:19 pm\";}s:48:\"https://deborahbrody.com/tag/washingtonpost-com/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:33 am\";}s:35:\"https://deborahbrody.com/tag/water/\";a:2:{s:4:\"date\";s:17:\"September 4, 2015\";s:4:\"time\";s:8:\"11:27 am\";}s:43:\"https://deborahbrody.com/tag/web-irritants/\";a:2:{s:4:\"date\";s:12:\"May 28, 2010\";s:4:\"time\";s:7:\"9:13 am\";}s:39:\"https://deborahbrody.com/tag/web-links/\";a:2:{s:4:\"date\";s:18:\"September 15, 2010\";s:4:\"time\";s:8:\"11:22 am\";}s:44:\"https://deborahbrody.com/tag/web-pet-peeves/\";a:2:{s:4:\"date\";s:13:\"April 8, 2010\";s:4:\"time\";s:8:\"11:16 am\";}s:44:\"https://deborahbrody.com/tag/website-basics/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:16 am\";}s:49:\"https://deborahbrody.com/tag/website-information/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:16 am\";}s:43:\"https://deborahbrody.com/tag/website-value/\";a:2:{s:4:\"date\";s:18:\"September 25, 2009\";s:4:\"time\";s:8:\"11:12 am\";}s:59:\"https://deborahbrody.com/tag/what-a-website-should-contain/\";a:2:{s:4:\"date\";s:16:\"October 15, 2010\";s:4:\"time\";s:8:\"11:58 am\";}s:53:\"https://deborahbrody.com/tag/what-is-the-right-price/\";a:2:{s:4:\"date\";s:13:\"June 30, 2008\";s:4:\"time\";s:8:\"10:31 am\";}s:57:\"https://deborahbrody.com/tag/what-makes-a-bad-impression/\";a:2:{s:4:\"date\";s:14:\"March 16, 2011\";s:4:\"time\";s:8:\"11:30 am\";}s:52:\"https://deborahbrody.com/tag/what-makes-ads-succeed/\";a:2:{s:4:\"date\";s:14:\"April 26, 2011\";s:4:\"time\";s:8:\"11:11 am\";}s:60:\"https://deborahbrody.com/tag/what-marketing-can-and-cant-do/\";a:2:{s:4:\"date\";s:14:\"March 16, 2011\";s:4:\"time\";s:8:\"11:30 am\";}s:60:\"https://deborahbrody.com/tag/what-should-be-in-the-about-us/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:15 am\";}s:61:\"https://deborahbrody.com/tag/what-should-be-on-an-about-page/\";a:2:{s:4:\"date\";s:17:\"February 14, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:43:\"https://deborahbrody.com/tag/whats-next-dc/\";a:2:{s:4:\"date\";s:12:\"July 6, 2010\";s:4:\"time\";s:8:\"10:50 am\";}s:54:\"https://deborahbrody.com/tag/when-to-capitalize-words/\";a:2:{s:4:\"date\";s:17:\"February 14, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:54:\"https://deborahbrody.com/tag/when-to-send-invitations/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:29 am\";}s:43:\"https://deborahbrody.com/tag/whitehousegov/\";a:2:{s:4:\"date\";s:13:\"July 11, 2011\";s:4:\"time\";s:8:\"10:09 am\";}s:54:\"https://deborahbrody.com/tag/whopper-virgins-campaign/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:31 am\";}s:52:\"https://deborahbrody.com/tag/why-the-democrats-lost/\";a:2:{s:4:\"date\";s:11:\"May 5, 2010\";s:4:\"time\";s:7:\"9:29 am\";}s:42:\"https://deborahbrody.com/tag/why-unfollow/\";a:2:{s:4:\"date\";s:13:\"July 28, 2011\";s:4:\"time\";s:8:\"10:36 am\";}s:39:\"https://deborahbrody.com/tag/wikipedia/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:29 am\";}s:49:\"https://deborahbrody.com/tag/wikipedia-promotion/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:15 am\";}s:44:\"https://deborahbrody.com/tag/wise-marketing/\";a:2:{s:4:\"date\";s:16:\"January 27, 2011\";s:4:\"time\";s:8:\"12:39 pm\";}s:34:\"https://deborahbrody.com/tag/wjla/\";a:2:{s:4:\"date\";s:12:\"June 2, 2011\";s:4:\"time\";s:7:\"2:45 pm\";}s:43:\"https://deborahbrody.com/tag/word-of-mouth/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:17 am\";}s:45:\"https://deborahbrody.com/tag/word-of-the-day/\";a:2:{s:4:\"date\";s:16:\"January 21, 2009\";s:4:\"time\";s:8:\"10:48 am\";}s:42:\"https://deborahbrody.com/tag/words-matter/\";a:2:{s:4:\"date\";s:17:\"December 17, 2008\";s:4:\"time\";s:7:\"8:53 am\";}s:34:\"https://deborahbrody.com/tag/wotd/\";a:2:{s:4:\"date\";s:16:\"November 3, 2010\";s:4:\"time\";s:8:\"10:24 am\";}s:44:\"https://deborahbrody.com/tag/writing-and-pr/\";a:2:{s:4:\"date\";s:13:\"July 18, 2011\";s:4:\"time\";s:7:\"3:39 pm\";}s:55:\"https://deborahbrody.com/tag/writing-for-your-audience/\";a:2:{s:4:\"date\";s:13:\"June 28, 2010\";s:4:\"time\";s:8:\"12:39 pm\";}s:46:\"https://deborahbrody.com/tag/writing-mistakes/\";a:2:{s:4:\"date\";s:13:\"June 28, 2010\";s:4:\"time\";s:8:\"12:39 pm\";}s:34:\"https://deborahbrody.com/tag/wwpr/\";a:2:{s:4:\"date\";s:14:\"March 28, 2011\";s:4:\"time\";s:7:\"1:32 pm\";}s:52:\"https://deborahbrody.com/tag/your-tech-service-team/\";a:2:{s:4:\"date\";s:17:\"November 28, 2009\";s:4:\"time\";s:8:\"11:23 am\";}s:57:\"https://deborahbrody.com/tag/change-to-caffeinated-views/\";a:2:{s:4:\"date\";s:13:\"July 21, 2015\";s:4:\"time\";s:7:\"1:16 pm\";}s:67:\"https://deborahbrody.com/tag/communicating-with-internal-audiences/\";a:2:{s:4:\"date\";s:14:\"April 25, 2011\";s:4:\"time\";s:8:\"11:41 am\";}s:45:\"https://deborahbrody.com/tag/finding-vendors/\";a:2:{s:4:\"date\";s:16:\"January 12, 2011\";s:4:\"time\";s:7:\"3:33 pm\";}s:48:\"https://deborahbrody.com/tag/how-to-use-twitter/\";a:2:{s:4:\"date\";s:14:\"April 25, 2011\";s:4:\"time\";s:8:\"11:41 am\";}s:55:\"https://deborahbrody.com/tag/how-to-use-twitter-better/\";a:2:{s:4:\"date\";s:15:\"August 25, 2016\";s:4:\"time\";s:8:\"10:11 am\";}s:65:\"https://deborahbrody.com/tag/importance-of-linkedin-in-marketing/\";a:2:{s:4:\"date\";s:12:\"June 2, 2009\";s:4:\"time\";s:7:\"8:16 am\";}s:53:\"https://deborahbrody.com/tag/internal-communications/\";a:2:{s:4:\"date\";s:17:\"December 10, 2008\";s:4:\"time\";s:7:\"1:47 pm\";}s:62:\"https://deborahbrody.com/tag/internal-communications-programs/\";a:2:{s:4:\"date\";s:15:\"August 14, 2011\";s:4:\"time\";s:7:\"3:14 am\";}s:44:\"https://deborahbrody.com/tag/marketing-tips/\";a:2:{s:4:\"date\";s:17:\"December 11, 2008\";s:4:\"time\";s:7:\"9:36 am\";}s:59:\"https://deborahbrody.com/tag/measuring-roe-of-social-media/\";a:2:{s:4:\"date\";s:15:\"August 25, 2011\";s:4:\"time\";s:8:\"10:16 am\";}s:59:\"https://deborahbrody.com/tag/measuring-roi-of-social-media/\";a:2:{s:4:\"date\";s:15:\"August 23, 2011\";s:4:\"time\";s:8:\"10:21 am\";}s:58:\"https://deborahbrody.com/tag/mediatemple-customer-service/\";a:2:{s:4:\"date\";s:15:\"August 24, 2011\";s:4:\"time\";s:7:\"9:54 am\";}s:44:\"https://deborahbrody.com/tag/networking-roi/\";a:2:{s:4:\"date\";s:12:\"July 9, 2013\";s:4:\"time\";s:8:\"10:18 am\";}s:56:\"https://deborahbrody.com/tag/nordstrom-customer-service/\";a:2:{s:4:\"date\";s:15:\"August 17, 2011\";s:4:\"time\";s:8:\"12:49 pm\";}s:59:\"https://deborahbrody.com/tag/past-performance-as-marketing/\";a:2:{s:4:\"date\";s:15:\"August 24, 2011\";s:4:\"time\";s:7:\"9:54 am\";}s:53:\"https://deborahbrody.com/tag/red-lobster-advertising/\";a:2:{s:4:\"date\";s:15:\"August 23, 2011\";s:4:\"time\";s:8:\"10:21 am\";}s:49:\"https://deborahbrody.com/tag/red-lobster-tagline/\";a:2:{s:4:\"date\";s:15:\"August 23, 2011\";s:4:\"time\";s:8:\"10:21 am\";}s:49:\"https://deborahbrody.com/tag/roe-of-social-media/\";a:2:{s:4:\"date\";s:16:\"January 20, 2015\";s:4:\"time\";s:8:\"10:27 am\";}s:49:\"https://deborahbrody.com/tag/roi-of-social-media/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"9:43 am\";}s:50:\"https://deborahbrody.com/tag/salonpas-advertising/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"9:43 am\";}s:46:\"https://deborahbrody.com/tag/salonpas-tagline/\";a:2:{s:4:\"date\";s:15:\"August 18, 2011\";s:4:\"time\";s:8:\"11:15 am\";}s:67:\"https://deborahbrody.com/tag/social-media-is-two-way-communication/\";a:2:{s:4:\"date\";s:15:\"August 12, 2011\";s:4:\"time\";s:7:\"8:00 am\";}s:38:\"https://deborahbrody.com/tag/taglines/\";a:2:{s:4:\"date\";s:15:\"August 18, 2011\";s:4:\"time\";s:8:\"11:15 am\";}s:42:\"https://deborahbrody.com/tag/twitter-tips/\";a:2:{s:4:\"date\";s:15:\"August 15, 2011\";s:4:\"time\";s:7:\"3:30 pm\";}s:55:\"https://deborahbrody.com/tag/value-of-social-media-use/\";a:2:{s:4:\"date\";s:15:\"August 10, 2011\";s:4:\"time\";s:8:\"11:45 am\";}s:84:\"https://deborahbrody.com/tag/what-information-to-include-in-internal-communications/\";a:2:{s:4:\"date\";s:15:\"August 10, 2011\";s:4:\"time\";s:8:\"11:45 am\";}s:53:\"https://deborahbrody.com/tag/word-of-mouth-marketing/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"9:43 am\";}s:48:\"https://deborahbrody.com/tag/facts-in-marketing/\";a:2:{s:4:\"date\";s:15:\"August 12, 2011\";s:4:\"time\";s:7:\"8:00 am\";}s:39:\"https://deborahbrody.com/tag/newpapers/\";a:2:{s:4:\"date\";s:15:\"August 10, 2011\";s:4:\"time\";s:8:\"11:45 am\";}s:46:\"https://deborahbrody.com/tag/newspapers-dying/\";a:2:{s:4:\"date\";s:15:\"August 10, 2011\";s:4:\"time\";s:8:\"11:45 am\";}s:57:\"https://deborahbrody.com/tag/what-is-next-for-newspapers/\";a:2:{s:4:\"date\";s:15:\"August 12, 2011\";s:4:\"time\";s:7:\"8:00 am\";}s:57:\"https://deborahbrody.com/tag/improve-your-twitter-stream/\";a:2:{s:4:\"date\";s:15:\"August 10, 2011\";s:4:\"time\";s:8:\"11:45 am\";}s:59:\"https://deborahbrody.com/tag/what-makes-people-read-emails/\";a:2:{s:4:\"date\";s:15:\"August 17, 2011\";s:4:\"time\";s:8:\"12:49 pm\";}s:53:\"https://deborahbrody.com/tag/customers-and-marketing/\";a:2:{s:4:\"date\";s:15:\"August 11, 2011\";s:4:\"time\";s:7:\"9:43 am\";}s:60:\"https://deborahbrody.com/tag/importance-of-customer-surveys/\";a:2:{s:4:\"date\";s:15:\"August 23, 2011\";s:4:\"time\";s:8:\"10:21 am\";}s:67:\"https://deborahbrody.com/tag/facebook-marketing-for-small-business/\";a:2:{s:4:\"date\";s:14:\"March 23, 2016\";s:4:\"time\";s:7:\"1:32 pm\";}s:66:\"https://deborahbrody.com/tag/facebook-redesign-and-small-business/\";a:2:{s:4:\"date\";s:15:\"August 29, 2011\";s:4:\"time\";s:8:\"11:23 am\";}s:70:\"https://deborahbrody.com/tag/importance-of-strategy-in-communications/\";a:2:{s:4:\"date\";s:17:\"September 2, 2011\";s:4:\"time\";s:8:\"10:31 am\";}s:72:\"https://deborahbrody.com/tag/importance-of-creativity-in-communications/\";a:2:{s:4:\"date\";s:17:\"September 2, 2011\";s:4:\"time\";s:8:\"10:31 am\";}s:53:\"https://deborahbrody.com/tag/handling-communications/\";a:2:{s:4:\"date\";s:17:\"September 2, 2011\";s:4:\"time\";s:8:\"10:31 am\";}s:66:\"https://deborahbrody.com/tag/hire-outside-help-for-communications/\";a:2:{s:4:\"date\";s:17:\"September 6, 2011\";s:4:\"time\";s:8:\"11:31 am\";}s:70:\"https://deborahbrody.com/tag/when-to-hire-outside-communications-help/\";a:2:{s:4:\"date\";s:17:\"September 7, 2011\";s:4:\"time\";s:7:\"3:35 pm\";}s:59:\"https://deborahbrody.com/tag/losing-ability-to-communicate/\";a:2:{s:4:\"date\";s:18:\"September 22, 2011\";s:4:\"time\";s:7:\"9:01 am\";}s:48:\"https://deborahbrody.com/tag/real-communication/\";a:2:{s:4:\"date\";s:15:\"August 17, 2012\";s:4:\"time\";s:7:\"9:57 am\";}s:58:\"https://deborahbrody.com/tag/communication-and-connection/\";a:2:{s:4:\"date\";s:18:\"September 26, 2011\";s:4:\"time\";s:7:\"8:40 am\";}s:60:\"https://deborahbrody.com/tag/social-media-and-communication/\";a:2:{s:4:\"date\";s:18:\"September 26, 2011\";s:4:\"time\";s:7:\"8:40 am\";}s:53:\"https://deborahbrody.com/tag/key-to-elevator-pitches/\";a:2:{s:4:\"date\";s:15:\"October 6, 2011\";s:4:\"time\";s:7:\"1:35 pm\";}s:50:\"https://deborahbrody.com/tag/the-key-to-any-pitch/\";a:2:{s:4:\"date\";s:15:\"October 6, 2011\";s:4:\"time\";s:7:\"1:35 pm\";}s:72:\"https://deborahbrody.com/tag/the-importance-of-clarity-in-communication/\";a:2:{s:4:\"date\";s:16:\"October 17, 2011\";s:4:\"time\";s:7:\"4:30 pm\";}s:55:\"https://deborahbrody.com/tag/netflix-and-communication/\";a:2:{s:4:\"date\";s:16:\"October 17, 2011\";s:4:\"time\";s:7:\"4:30 pm\";}s:57:\"https://deborahbrody.com/tag/connection-in-communication/\";a:2:{s:4:\"date\";s:16:\"October 17, 2011\";s:4:\"time\";s:7:\"4:30 pm\";}s:39:\"https://deborahbrody.com/tag/headlines/\";a:2:{s:4:\"date\";s:16:\"October 19, 2011\";s:4:\"time\";s:8:\"11:13 am\";}s:53:\"https://deborahbrody.com/tag/importance-of-headlines/\";a:2:{s:4:\"date\";s:16:\"October 19, 2011\";s:4:\"time\";s:8:\"11:13 am\";}s:38:\"https://deborahbrody.com/tag/goodwill/\";a:2:{s:4:\"date\";s:16:\"October 19, 2011\";s:4:\"time\";s:8:\"11:13 am\";}s:47:\"https://deborahbrody.com/tag/creating-goodwill/\";a:2:{s:4:\"date\";s:16:\"October 19, 2011\";s:4:\"time\";s:8:\"11:13 am\";}s:52:\"https://deborahbrody.com/tag/goodwill-and-marketing/\";a:2:{s:4:\"date\";s:16:\"October 24, 2011\";s:4:\"time\";s:7:\"2:05 pm\";}s:48:\"https://deborahbrody.com/tag/goodwill-and-sales/\";a:2:{s:4:\"date\";s:16:\"October 24, 2011\";s:4:\"time\";s:7:\"2:05 pm\";}s:58:\"https://deborahbrody.com/tag/communications-and-bank-fees/\";a:2:{s:4:\"date\";s:16:\"October 24, 2011\";s:4:\"time\";s:7:\"2:05 pm\";}s:61:\"https://deborahbrody.com/tag/bank-of-america-debit-card-fees/\";a:2:{s:4:\"date\";s:16:\"October 26, 2011\";s:4:\"time\";s:7:\"3:31 pm\";}s:67:\"https://deborahbrody.com/tag/messaging-the-day-after-your-campaign/\";a:2:{s:4:\"date\";s:16:\"October 26, 2011\";s:4:\"time\";s:7:\"3:31 pm\";}s:58:\"https://deborahbrody.com/tag/leadership-and-communication/\";a:2:{s:4:\"date\";s:12:\"June 2, 2015\";s:4:\"time\";s:8:\"12:14 pm\";}s:54:\"https://deborahbrody.com/tag/joe-paterno-not-a-leader/\";a:2:{s:4:\"date\";s:14:\"April 24, 2014\";s:4:\"time\";s:7:\"9:42 am\";}s:55:\"https://deborahbrody.com/tag/rick-perry-and-leadership/\";a:2:{s:4:\"date\";s:16:\"November 1, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:64:\"https://deborahbrody.com/tag/gloria-cain-defending-hermain-cain/\";a:2:{s:4:\"date\";s:16:\"November 1, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:68:\"https://deborahbrody.com/tag/importance-of-source-in-communications/\";a:2:{s:4:\"date\";s:16:\"November 1, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:46:\"https://deborahbrody.com/tag/sources-and-news/\";a:2:{s:4:\"date\";s:16:\"November 1, 2011\";s:4:\"time\";s:7:\"9:39 am\";}s:81:\"https://deborahbrody.com/tag/information-printed-retail-brochures-should-include/\";a:2:{s:4:\"date\";s:16:\"November 2, 2011\";s:4:\"time\";s:7:\"9:38 am\";}s:64:\"https://deborahbrody.com/tag/elements-of-successful-invitations/\";a:2:{s:4:\"date\";s:16:\"November 2, 2011\";s:4:\"time\";s:7:\"9:38 am\";}s:59:\"https://deborahbrody.com/tag/grover-norquist-and-marketing/\";a:2:{s:4:\"date\";s:17:\"November 10, 2011\";s:4:\"time\";s:8:\"12:21 pm\";}s:59:\"https://deborahbrody.com/tag/grover-norquist-on-60-minutes/\";a:2:{s:4:\"date\";s:17:\"November 11, 2011\";s:4:\"time\";s:8:\"11:10 am\";}s:39:\"https://deborahbrody.com/tag/gop-brand/\";a:2:{s:4:\"date\";s:17:\"November 11, 2011\";s:4:\"time\";s:8:\"11:10 am\";}s:59:\"https://deborahbrody.com/tag/improving-your-communications/\";a:2:{s:4:\"date\";s:17:\"November 11, 2011\";s:4:\"time\";s:8:\"11:10 am\";}s:52:\"https://deborahbrody.com/tag/make-a-good-impression/\";a:2:{s:4:\"date\";s:17:\"November 14, 2011\";s:4:\"time\";s:7:\"9:03 am\";}s:45:\"https://deborahbrody.com/tag/how-not-to-sell/\";a:2:{s:4:\"date\";s:17:\"November 14, 2011\";s:4:\"time\";s:7:\"9:03 am\";}s:54:\"https://deborahbrody.com/tag/improving-communications/\";a:2:{s:4:\"date\";s:17:\"November 14, 2011\";s:4:\"time\";s:7:\"9:03 am\";}s:60:\"https://deborahbrody.com/tag/how-much-to-spend-on-marketing/\";a:2:{s:4:\"date\";s:17:\"November 15, 2011\";s:4:\"time\";s:7:\"9:07 am\";}s:57:\"https://deborahbrody.com/tag/measuring-marketing-results/\";a:2:{s:4:\"date\";s:17:\"November 17, 2011\";s:4:\"time\";s:7:\"2:50 pm\";}s:52:\"https://deborahbrody.com/tag/facebook-and-marketing/\";a:2:{s:4:\"date\";s:17:\"November 21, 2011\";s:4:\"time\";s:7:\"9:24 am\";}s:52:\"https://deborahbrody.com/tag/social-media-marketing/\";a:2:{s:4:\"date\";s:17:\"November 21, 2011\";s:4:\"time\";s:7:\"9:24 am\";}s:62:\"https://deborahbrody.com/tag/using-social-media-for-marketing/\";a:2:{s:4:\"date\";s:17:\"November 21, 2011\";s:4:\"time\";s:7:\"9:24 am\";}s:59:\"https://deborahbrody.com/tag/how-to-market-on-social-media/\";a:2:{s:4:\"date\";s:17:\"November 22, 2011\";s:4:\"time\";s:7:\"9:58 am\";}s:61:\"https://deborahbrody.com/tag/living-up-to-your-brand-promise/\";a:2:{s:4:\"date\";s:17:\"November 22, 2011\";s:4:\"time\";s:7:\"9:58 am\";}s:63:\"https://deborahbrody.com/tag/how-to-create-effective-marketing/\";a:2:{s:4:\"date\";s:17:\"November 25, 2011\";s:4:\"time\";s:7:\"9:58 am\";}s:68:\"https://deborahbrody.com/tag/how-to-create-effective-communications/\";a:2:{s:4:\"date\";s:16:\"December 5, 2011\";s:4:\"time\";s:7:\"4:05 pm\";}s:51:\"https://deborahbrody.com/tag/communications-basics/\";a:2:{s:4:\"date\";s:16:\"December 7, 2011\";s:4:\"time\";s:8:\"10:40 am\";}s:88:\"https://deborahbrody.com/tag/editorial-versus-advertising-total-wine-column-in-the-post/\";a:2:{s:4:\"date\";s:16:\"December 7, 2011\";s:4:\"time\";s:8:\"10:40 am\";}s:58:\"https://deborahbrody.com/tag/effective-marketing-messages/\";a:2:{s:4:\"date\";s:16:\"December 9, 2011\";s:4:\"time\";s:7:\"8:12 am\";}s:60:\"https://deborahbrody.com/tag/marketing-communications-lists/\";a:2:{s:4:\"date\";s:14:\"April 14, 2015\";s:4:\"time\";s:8:\"11:21 am\";}s:51:\"https://deborahbrody.com/tag/communications-wishes/\";a:2:{s:4:\"date\";s:16:\"December 9, 2011\";s:4:\"time\";s:7:\"8:12 am\";}s:68:\"https://deborahbrody.com/tag/marketing-lessons-from-the-iowa-caucus/\";a:2:{s:4:\"date\";s:16:\"December 9, 2011\";s:4:\"time\";s:7:\"8:12 am\";}s:57:\"https://deborahbrody.com/tag/political-advertising-works/\";a:2:{s:4:\"date\";s:17:\"December 12, 2011\";s:4:\"time\";s:7:\"1:28 pm\";}s:53:\"https://deborahbrody.com/tag/importance-of-thank-you/\";a:2:{s:4:\"date\";s:17:\"December 15, 2011\";s:4:\"time\";s:8:\"11:10 am\";}s:53:\"https://deborahbrody.com/tag/thank-you-and-marketing/\";a:2:{s:4:\"date\";s:13:\"June 19, 2019\";s:4:\"time\";s:7:\"1:53 pm\";}s:69:\"https://deborahbrody.com/tag/sending-seasons-greetings-and-marketing/\";a:2:{s:4:\"date\";s:17:\"December 15, 2011\";s:4:\"time\";s:8:\"11:10 am\";}s:62:\"https://deborahbrody.com/tag/testing-assumptions-in-marketing/\";a:2:{s:4:\"date\";s:17:\"December 19, 2011\";s:4:\"time\";s:8:\"10:20 am\";}s:60:\"https://deborahbrody.com/tag/communications-and-assumptions/\";a:2:{s:4:\"date\";s:17:\"December 20, 2011\";s:4:\"time\";s:8:\"11:15 am\";}s:50:\"https://deborahbrody.com/tag/test-your-strategies/\";a:2:{s:4:\"date\";s:17:\"December 28, 2011\";s:4:\"time\";s:8:\"11:36 am\";}s:59:\"https://deborahbrody.com/tag/why-writing-is-on-the-decline/\";a:2:{s:4:\"date\";s:15:\"January 3, 2012\";s:4:\"time\";s:7:\"9:43 am\";}s:56:\"https://deborahbrody.com/tag/reading-and-communications/\";a:2:{s:4:\"date\";s:15:\"January 4, 2012\";s:4:\"time\";s:7:\"9:44 am\";}s:66:\"https://deborahbrody.com/tag/costa-concordia-crisis-communication/\";a:2:{s:4:\"date\";s:17:\"November 25, 2014\";s:4:\"time\";s:7:\"9:19 am\";}s:49:\"https://deborahbrody.com/tag/how-to-find-vendors/\";a:2:{s:4:\"date\";s:15:\"January 6, 2012\";s:4:\"time\";s:8:\"11:06 am\";}s:64:\"https://deborahbrody.com/tag/importance-of-grahics-in-marketing/\";a:2:{s:4:\"date\";s:15:\"January 6, 2012\";s:4:\"time\";s:8:\"11:06 am\";}s:64:\"https://deborahbrody.com/tag/importance-of-content-in-marketing/\";a:2:{s:4:\"date\";s:16:\"January 10, 2012\";s:4:\"time\";s:7:\"9:17 am\";}s:49:\"https://deborahbrody.com/tag/content-and-visuals/\";a:2:{s:4:\"date\";s:16:\"January 10, 2012\";s:4:\"time\";s:7:\"9:17 am\";}s:51:\"https://deborahbrody.com/tag/sexism-in-advertising/\";a:2:{s:4:\"date\";s:16:\"January 10, 2012\";s:4:\"time\";s:7:\"9:17 am\";}s:51:\"https://deborahbrody.com/tag/racism-in-advertising/\";a:2:{s:4:\"date\";s:16:\"January 11, 2012\";s:4:\"time\";s:8:\"12:02 pm\";}s:52:\"https://deborahbrody.com/tag/facebook-and-birthdays/\";a:2:{s:4:\"date\";s:14:\"April 12, 2017\";s:4:\"time\";s:7:\"1:09 pm\";}s:50:\"https://deborahbrody.com/tag/downside-of-facebook/\";a:2:{s:4:\"date\";s:16:\"January 17, 2012\";s:4:\"time\";s:8:\"10:20 am\";}s:52:\"https://deborahbrody.com/tag/pandering-and-politics/\";a:2:{s:4:\"date\";s:16:\"January 17, 2012\";s:4:\"time\";s:8:\"10:20 am\";}s:65:\"https://deborahbrody.com/tag/why-pandering-is-not-good-marketing/\";a:2:{s:4:\"date\";s:16:\"January 19, 2012\";s:4:\"time\";s:8:\"11:09 am\";}s:46:\"https://deborahbrody.com/tag/website-failures/\";a:2:{s:4:\"date\";s:16:\"January 20, 2012\";s:4:\"time\";s:8:\"10:59 am\";}s:60:\"https://deborahbrody.com/tag/personality-and-communications/\";a:2:{s:4:\"date\";s:16:\"January 20, 2012\";s:4:\"time\";s:8:\"10:59 am\";}s:57:\"https://deborahbrody.com/tag/attitude-and-communications/\";a:2:{s:4:\"date\";s:16:\"January 20, 2012\";s:4:\"time\";s:8:\"10:59 am\";}s:52:\"https://deborahbrody.com/tag/ego-and-communications/\";a:2:{s:4:\"date\";s:16:\"January 23, 2012\";s:4:\"time\";s:8:\"10:12 am\";}s:59:\"https://deborahbrody.com/tag/importance-of-market-research/\";a:2:{s:4:\"date\";s:16:\"January 23, 2012\";s:4:\"time\";s:8:\"10:12 am\";}s:50:\"https://deborahbrody.com/tag/komen-communications/\";a:2:{s:4:\"date\";s:16:\"January 24, 2012\";s:4:\"time\";s:8:\"12:52 pm\";}s:58:\"https://deborahbrody.com/tag/komen-and-planned-parenthood/\";a:2:{s:4:\"date\";s:16:\"January 24, 2012\";s:4:\"time\";s:8:\"12:52 pm\";}s:51:\"https://deborahbrody.com/tag/eugene-robinson-op-ed/\";a:2:{s:4:\"date\";s:16:\"January 31, 2012\";s:4:\"time\";s:8:\"12:37 pm\";}s:48:\"https://deborahbrody.com/tag/romney-and-message/\";a:2:{s:4:\"date\";s:16:\"January 31, 2012\";s:4:\"time\";s:8:\"12:37 pm\";}s:60:\"https://deborahbrody.com/tag/importance-of-positive-message/\";a:2:{s:4:\"date\";s:16:\"February 1, 2012\";s:4:\"time\";s:8:\"10:44 am\";}s:65:\"https://deborahbrody.com/tag/why-you-should-have-sharing-buttons/\";a:2:{s:4:\"date\";s:14:\"August 6, 2012\";s:4:\"time\";s:8:\"11:42 am\";}s:52:\"https://deborahbrody.com/tag/att-wireless-marketing/\";a:2:{s:4:\"date\";s:16:\"February 2, 2012\";s:4:\"time\";s:8:\"11:43 am\";}s:43:\"https://deborahbrody.com/tag/att-marketing/\";a:2:{s:4:\"date\";s:16:\"February 2, 2012\";s:4:\"time\";s:8:\"11:43 am\";}s:59:\"https://deborahbrody.com/tag/special-offers-that-dont-work/\";a:2:{s:4:\"date\";s:16:\"February 3, 2012\";s:4:\"time\";s:8:\"10:50 am\";}s:54:\"https://deborahbrody.com/tag/piratz-tavern-rebranding/\";a:2:{s:4:\"date\";s:16:\"February 3, 2012\";s:4:\"time\";s:8:\"10:50 am\";}s:40:\"https://deborahbrody.com/tag/bar-rescue/\";a:2:{s:4:\"date\";s:16:\"February 3, 2012\";s:4:\"time\";s:8:\"10:50 am\";}s:51:\"https://deborahbrody.com/tag/rebranding-gone-wrong/\";a:2:{s:4:\"date\";s:17:\"February 10, 2012\";s:4:\"time\";s:7:\"3:41 pm\";}s:36:\"https://deborahbrody.com/tag/oscars/\";a:2:{s:4:\"date\";s:17:\"February 10, 2012\";s:4:\"time\";s:7:\"3:41 pm\";}s:44:\"https://deborahbrody.com/tag/academy-awards/\";a:2:{s:4:\"date\";s:17:\"February 10, 2012\";s:4:\"time\";s:7:\"3:41 pm\";}s:61:\"https://deborahbrody.com/tag/marketing-to-get-good-employees/\";a:2:{s:4:\"date\";s:17:\"February 17, 2012\";s:4:\"time\";s:7:\"9:21 am\";}s:50:\"https://deborahbrody.com/tag/marketing-and-hiring/\";a:2:{s:4:\"date\";s:17:\"February 20, 2012\";s:4:\"time\";s:7:\"1:42 pm\";}s:53:\"https://deborahbrody.com/tag/restaurants-need-pzzazz/\";a:2:{s:4:\"date\";s:17:\"February 20, 2012\";s:4:\"time\";s:7:\"1:42 pm\";}s:38:\"https://deborahbrody.com/tag/homonyms/\";a:2:{s:4:\"date\";s:17:\"February 20, 2012\";s:4:\"time\";s:7:\"1:42 pm\";}s:48:\"https://deborahbrody.com/tag/misuse-of-homonyms/\";a:2:{s:4:\"date\";s:17:\"February 29, 2012\";s:4:\"time\";s:8:\"12:32 pm\";}s:59:\"https://deborahbrody.com/tag/importance-of-trust-marketing/\";a:2:{s:4:\"date\";s:17:\"February 24, 2012\";s:4:\"time\";s:7:\"9:34 am\";}s:54:\"https://deborahbrody.com/tag/trusting-online-contacts/\";a:2:{s:4:\"date\";s:17:\"February 24, 2012\";s:4:\"time\";s:7:\"9:34 am\";}s:46:\"https://deborahbrody.com/tag/trust-but-verify/\";a:2:{s:4:\"date\";s:17:\"February 27, 2012\";s:4:\"time\";s:8:\"11:18 am\";}s:41:\"https://deborahbrody.com/tag/trust-movie/\";a:2:{s:4:\"date\";s:17:\"February 27, 2012\";s:4:\"time\";s:8:\"11:18 am\";}s:53:\"https://deborahbrody.com/tag/communications-failures/\";a:2:{s:4:\"date\";s:17:\"February 28, 2012\";s:4:\"time\";s:8:\"10:11 am\";}s:49:\"https://deborahbrody.com/tag/marketing-timelines/\";a:2:{s:4:\"date\";s:17:\"February 28, 2012\";s:4:\"time\";s:8:\"10:11 am\";}s:63:\"https://deborahbrody.com/tag/how-to-build-a-marketing-timeline/\";a:2:{s:4:\"date\";s:17:\"February 29, 2012\";s:4:\"time\";s:8:\"12:32 pm\";}s:57:\"https://deborahbrody.com/tag/piratz-tavern-silver-spirng/\";a:2:{s:4:\"date\";s:13:\"March 2, 2012\";s:4:\"time\";s:7:\"9:03 am\";}s:54:\"https://deborahbrody.com/tag/pirazt-tavern-rebranding/\";a:2:{s:4:\"date\";s:13:\"March 2, 2012\";s:4:\"time\";s:7:\"9:03 am\";}s:61:\"https://deborahbrody.com/tag/social-media-marketing-mistakes/\";a:2:{s:4:\"date\";s:13:\"March 6, 2012\";s:4:\"time\";s:8:\"12:45 pm\";}s:50:\"https://deborahbrody.com/tag/social-sharing-tools/\";a:2:{s:4:\"date\";s:13:\"March 6, 2012\";s:4:\"time\";s:8:\"12:45 pm\";}s:58:\"https://deborahbrody.com/tag/checking-mentions-on-twitter/\";a:2:{s:4:\"date\";s:13:\"March 6, 2012\";s:4:\"time\";s:8:\"12:45 pm\";}s:46:\"https://deborahbrody.com/tag/customer-loyalty/\";a:2:{s:4:\"date\";s:13:\"March 6, 2012\";s:4:\"time\";s:8:\"12:45 pm\";}s:56:\"https://deborahbrody.com/tag/rewarding-customer-loyalty/\";a:2:{s:4:\"date\";s:14:\"March 10, 2012\";s:4:\"time\";s:7:\"8:22 am\";}s:60:\"https://deborahbrody.com/tag/customer-loyalty-and-marketing/\";a:2:{s:4:\"date\";s:14:\"March 12, 2012\";s:4:\"time\";s:7:\"3:52 pm\";}s:42:\"https://deborahbrody.com/tag/storytelling/\";a:2:{s:4:\"date\";s:14:\"March 12, 2012\";s:4:\"time\";s:7:\"3:52 pm\";}s:62:\"https://deborahbrody.com/tag/how-to-improve-your-storytelling/\";a:2:{s:4:\"date\";s:14:\"March 15, 2012\";s:4:\"time\";s:8:\"11:13 am\";}s:47:\"https://deborahbrody.com/tag/storytelling-tips/\";a:2:{s:4:\"date\";s:14:\"March 15, 2012\";s:4:\"time\";s:8:\"11:13 am\";}s:52:\"https://deborahbrody.com/tag/pop-up-ads-on-websites/\";a:2:{s:4:\"date\";s:14:\"March 26, 2012\";s:4:\"time\";s:7:\"9:39 am\";}s:38:\"https://deborahbrody.com/tag/sign-ups/\";a:2:{s:4:\"date\";s:14:\"March 26, 2012\";s:4:\"time\";s:7:\"9:39 am\";}s:44:\"https://deborahbrody.com/tag/breaking-trust/\";a:2:{s:4:\"date\";s:14:\"March 26, 2012\";s:4:\"time\";s:7:\"9:39 am\";}s:67:\"https://deborahbrody.com/tag/importance-of-trust-in-communications/\";a:2:{s:4:\"date\";s:13:\"April 2, 2012\";s:4:\"time\";s:8:\"10:43 am\";}s:44:\"https://deborahbrody.com/tag/special-offers/\";a:2:{s:4:\"date\";s:13:\"April 2, 2012\";s:4:\"time\";s:8:\"10:43 am\";}s:53:\"https://deborahbrody.com/tag/make-sure-it-is-special/\";a:2:{s:4:\"date\";s:13:\"April 2, 2012\";s:4:\"time\";s:8:\"10:43 am\";}s:47:\"https://deborahbrody.com/tag/cursing-in-public/\";a:2:{s:4:\"date\";s:13:\"April 9, 2012\";s:4:\"time\";s:8:\"10:48 am\";}s:55:\"https://deborahbrody.com/tag/cursing-in-communications/\";a:2:{s:4:\"date\";s:13:\"April 9, 2012\";s:4:\"time\";s:8:\"10:48 am\";}s:62:\"https://deborahbrody.com/tag/using-swear-words-in-advertising/\";a:2:{s:4:\"date\";s:13:\"April 9, 2012\";s:4:\"time\";s:8:\"10:48 am\";}s:56:\"https://deborahbrody.com/tag/narcissism-in-social-media/\";a:2:{s:4:\"date\";s:14:\"April 16, 2012\";s:4:\"time\";s:8:\"11:49 am\";}s:55:\"https://deborahbrody.com/tag/self-promotion-on-twitter/\";a:2:{s:4:\"date\";s:14:\"April 16, 2012\";s:4:\"time\";s:8:\"11:49 am\";}s:45:\"https://deborahbrody.com/tag/target-audience/\";a:2:{s:4:\"date\";s:14:\"April 18, 2012\";s:4:\"time\";s:8:\"11:16 am\";}s:56:\"https://deborahbrody.com/tag/language-and-communication/\";a:2:{s:4:\"date\";s:14:\"April 18, 2012\";s:4:\"time\";s:8:\"11:16 am\";}s:62:\"https://deborahbrody.com/tag/the-importance-of-event-planning/\";a:2:{s:4:\"date\";s:14:\"April 26, 2012\";s:4:\"time\";s:8:\"12:13 pm\";}s:51:\"https://deborahbrody.com/tag/focus-on-the-audience/\";a:2:{s:4:\"date\";s:14:\"April 26, 2012\";s:4:\"time\";s:8:\"12:13 pm\";}s:51:\"https://deborahbrody.com/tag/how-to-emcee-an-event/\";a:2:{s:4:\"date\";s:14:\"April 26, 2012\";s:4:\"time\";s:8:\"12:13 pm\";}s:47:\"https://deborahbrody.com/tag/merketing-lessons/\";a:2:{s:4:\"date\";s:14:\"April 30, 2012\";s:4:\"time\";s:7:\"9:42 am\";}s:55:\"https://deborahbrody.com/tag/how-to-market-effectively/\";a:2:{s:4:\"date\";s:14:\"April 30, 2012\";s:4:\"time\";s:7:\"9:42 am\";}s:45:\"https://deborahbrody.com/tag/advertising-mix/\";a:2:{s:4:\"date\";s:16:\"October 10, 2014\";s:4:\"time\";s:8:\"10:53 am\";}s:75:\"https://deborahbrody.com/tag/should-you-market-exclusively-on-social-media/\";a:2:{s:4:\"date\";s:11:\"May 2, 2012\";s:4:\"time\";s:7:\"8:46 am\";}s:71:\"https://deborahbrody.com/tag/what-should-be-up-to-date-on-your-website/\";a:2:{s:4:\"date\";s:16:\"October 26, 2020\";s:4:\"time\";s:7:\"9:56 am\";}s:49:\"https://deborahbrody.com/tag/privacy-on-websites/\";a:2:{s:4:\"date\";s:11:\"May 7, 2012\";s:4:\"time\";s:7:\"9:26 am\";}s:61:\"https://deborahbrody.com/tag/how-much-information-to-require/\";a:2:{s:4:\"date\";s:11:\"May 9, 2012\";s:4:\"time\";s:7:\"8:56 am\";}s:58:\"https://deborahbrody.com/tag/barrier-to-entry-on-websites/\";a:2:{s:4:\"date\";s:11:\"May 9, 2012\";s:4:\"time\";s:7:\"8:56 am\";}s:42:\"https://deborahbrody.com/tag/key-messages/\";a:2:{s:4:\"date\";s:12:\"May 16, 2012\";s:4:\"time\";s:8:\"10:26 am\";}s:55:\"https://deborahbrody.com/tag/ideology-and-key-messages/\";a:2:{s:4:\"date\";s:12:\"May 16, 2012\";s:4:\"time\";s:8:\"10:26 am\";}s:52:\"https://deborahbrody.com/tag/when-facts-dont-add-up/\";a:2:{s:4:\"date\";s:12:\"May 21, 2012\";s:4:\"time\";s:7:\"9:51 am\";}s:59:\"https://deborahbrody.com/tag/mcdonnell-and-romney-campaign/\";a:2:{s:4:\"date\";s:12:\"May 21, 2012\";s:4:\"time\";s:7:\"9:51 am\";}s:46:\"https://deborahbrody.com/tag/ubiquitous-words/\";a:2:{s:4:\"date\";s:12:\"May 29, 2012\";s:4:\"time\";s:8:\"10:35 am\";}s:54:\"https://deborahbrody.com/tag/boom-used-in-commercials/\";a:2:{s:4:\"date\";s:12:\"May 29, 2012\";s:4:\"time\";s:8:\"10:35 am\";}s:54:\"https://deborahbrody.com/tag/choosing-the-right-media/\";a:2:{s:4:\"date\";s:12:\"June 1, 2012\";s:4:\"time\";s:7:\"9:04 am\";}s:49:\"https://deborahbrody.com/tag/how-to-choose-media/\";a:2:{s:4:\"date\";s:12:\"June 1, 2012\";s:4:\"time\";s:7:\"9:04 am\";}s:55:\"https://deborahbrody.com/tag/is-the-medium-the-message/\";a:2:{s:4:\"date\";s:12:\"June 1, 2012\";s:4:\"time\";s:7:\"9:04 am\";}s:46:\"https://deborahbrody.com/tag/marshall-mcluhan/\";a:2:{s:4:\"date\";s:12:\"June 5, 2012\";s:4:\"time\";s:7:\"9:31 am\";}s:59:\"https://deborahbrody.com/tag/obnoxious-behavior-on-twitter/\";a:2:{s:4:\"date\";s:12:\"June 5, 2012\";s:4:\"time\";s:7:\"9:31 am\";}s:53:\"https://deborahbrody.com/tag/blogging-workshop-in-dc/\";a:2:{s:4:\"date\";s:12:\"June 5, 2012\";s:4:\"time\";s:7:\"9:31 am\";}s:47:\"https://deborahbrody.com/tag/blogging-workshop/\";a:2:{s:4:\"date\";s:13:\"June 11, 2012\";s:4:\"time\";s:7:\"9:03 am\";}s:60:\"https://deborahbrody.com/tag/pepcos-reliability-ad-campaign/\";a:2:{s:4:\"date\";s:13:\"June 11, 2012\";s:4:\"time\";s:7:\"9:03 am\";}s:47:\"https://deborahbrody.com/tag/pepco-advertising/\";a:2:{s:4:\"date\";s:14:\"April 12, 2017\";s:4:\"time\";s:7:\"1:09 pm\";}s:57:\"https://deborahbrody.com/tag/derecho-and-power-companies/\";a:2:{s:4:\"date\";s:13:\"June 19, 2012\";s:4:\"time\";s:7:\"9:08 am\";}s:50:\"https://deborahbrody.com/tag/dominion-advertising/\";a:2:{s:4:\"date\";s:13:\"June 19, 2012\";s:4:\"time\";s:7:\"9:08 am\";}s:51:\"https://deborahbrody.com/tag/pepco-versus-dominion/\";a:2:{s:4:\"date\";s:13:\"June 19, 2012\";s:4:\"time\";s:7:\"9:08 am\";}s:56:\"https://deborahbrody.com/tag/pepco-and-public-relations/\";a:2:{s:4:\"date\";s:13:\"June 19, 2012\";s:4:\"time\";s:7:\"9:08 am\";}s:42:\"https://deborahbrody.com/tag/pepcos-image/\";a:2:{s:4:\"date\";s:13:\"June 21, 2012\";s:4:\"time\";s:7:\"9:14 am\";}s:56:\"https://deborahbrody.com/tag/pepco-bashes-its-customers/\";a:2:{s:4:\"date\";s:13:\"July 26, 2012\";s:4:\"time\";s:7:\"8:15 am\";}s:59:\"https://deborahbrody.com/tag/pepcos-communication-strategy/\";a:2:{s:4:\"date\";s:13:\"July 26, 2012\";s:4:\"time\";s:7:\"8:15 am\";}s:50:\"https://deborahbrody.com/tag/making-blogging-easy/\";a:2:{s:4:\"date\";s:18:\"September 18, 2014\";s:4:\"time\";s:7:\"3:17 pm\";}s:75:\"https://deborahbrody.com/tag/personality-traits-that-affect-communications/\";a:2:{s:4:\"date\";s:12:\"July 3, 2012\";s:4:\"time\";s:7:\"9:59 am\";}s:58:\"https://deborahbrody.com/tag/arrogance-and-communications/\";a:2:{s:4:\"date\";s:13:\"July 30, 2012\";s:4:\"time\";s:7:\"9:49 am\";}s:59:\"https://deborahbrody.com/tag/narcissism-and-communications/\";a:2:{s:4:\"date\";s:12:\"July 3, 2012\";s:4:\"time\";s:7:\"9:59 am\";}s:54:\"https://deborahbrody.com/tag/strategy-in-social-media/\";a:2:{s:4:\"date\";s:13:\"July 16, 2012\";s:4:\"time\";s:7:\"4:53 pm\";}s:68:\"https://deborahbrody.com/tag/using-social-media-tools-strategically/\";a:2:{s:4:\"date\";s:13:\"July 16, 2012\";s:4:\"time\";s:7:\"4:53 pm\";}s:45:\"https://deborahbrody.com/tag/hollis-thomases/\";a:2:{s:4:\"date\";s:13:\"July 25, 2012\";s:4:\"time\";s:8:\"10:45 am\";}s:50:\"https://deborahbrody.com/tag/social-media-club-dc/\";a:2:{s:4:\"date\";s:13:\"July 25, 2012\";s:4:\"time\";s:8:\"10:45 am\";}s:51:\"https://deborahbrody.com/tag/destination-marketing/\";a:2:{s:4:\"date\";s:13:\"July 30, 2012\";s:4:\"time\";s:7:\"9:49 am\";}s:43:\"https://deborahbrody.com/tag/hagerstown-md/\";a:2:{s:4:\"date\";s:13:\"July 31, 2012\";s:4:\"time\";s:8:\"12:01 pm\";}s:63:\"https://deborahbrody.com/tag/marketing-and-customer-experience/\";a:2:{s:4:\"date\";s:14:\"August 2, 2012\";s:4:\"time\";s:7:\"9:31 am\";}s:55:\"https://deborahbrody.com/tag/getting-customer-feedback/\";a:2:{s:4:\"date\";s:14:\"August 6, 2012\";s:4:\"time\";s:8:\"11:42 am\";}s:61:\"https://deborahbrody.com/tag/pepco-response-to-derecho-storm/\";a:2:{s:4:\"date\";s:14:\"August 6, 2012\";s:4:\"time\";s:8:\"11:42 am\";}s:45:\"https://deborahbrody.com/tag/pepco-messaging/\";a:2:{s:4:\"date\";s:14:\"August 6, 2012\";s:4:\"time\";s:8:\"11:42 am\";}s:47:\"https://deborahbrody.com/tag/pepco-direct-mail/\";a:2:{s:4:\"date\";s:15:\"August 10, 2012\";s:4:\"time\";s:8:\"10:19 am\";}s:50:\"https://deborahbrody.com/tag/pepco-communications/\";a:2:{s:4:\"date\";s:15:\"August 10, 2012\";s:4:\"time\";s:8:\"10:19 am\";}s:60:\"https://deborahbrody.com/tag/asking-for-communications-help/\";a:2:{s:4:\"date\";s:15:\"August 10, 2012\";s:4:\"time\";s:8:\"10:19 am\";}s:69:\"https://deborahbrody.com/tag/signs-that-you-need-communications-help/\";a:2:{s:4:\"date\";s:15:\"August 10, 2012\";s:4:\"time\";s:8:\"10:19 am\";}s:54:\"https://deborahbrody.com/tag/paul-ryans-speech-to-rnc/\";a:2:{s:4:\"date\";s:15:\"August 15, 2012\";s:4:\"time\";s:7:\"4:24 pm\";}s:44:\"https://deborahbrody.com/tag/paul-ryan-lies/\";a:2:{s:4:\"date\";s:15:\"August 15, 2012\";s:4:\"time\";s:7:\"4:24 pm\";}s:46:\"https://deborahbrody.com/tag/midnight-express/\";a:2:{s:4:\"date\";s:15:\"August 17, 2012\";s:4:\"time\";s:7:\"9:57 am\";}s:68:\"https://deborahbrody.com/tag/cultural-sensitivity-in-communications/\";a:2:{s:4:\"date\";s:15:\"August 17, 2012\";s:4:\"time\";s:7:\"9:57 am\";}s:70:\"https://deborahbrody.com/tag/importance-of-language-in-communications/\";a:2:{s:4:\"date\";s:15:\"August 20, 2012\";s:4:\"time\";s:7:\"3:06 pm\";}s:41:\"https://deborahbrody.com/tag/ranconteurs/\";a:2:{s:4:\"date\";s:15:\"August 20, 2012\";s:4:\"time\";s:7:\"3:06 pm\";}s:41:\"https://deborahbrody.com/tag/reprobrates/\";a:2:{s:4:\"date\";s:15:\"August 20, 2012\";s:4:\"time\";s:7:\"3:06 pm\";}s:47:\"https://deborahbrody.com/tag/recycling-content/\";a:2:{s:4:\"date\";s:16:\"November 5, 2012\";s:4:\"time\";s:7:\"4:39 pm\";}s:52:\"https://deborahbrody.com/tag/patient-communications/\";a:2:{s:4:\"date\";s:15:\"August 22, 2012\";s:4:\"time\";s:7:\"9:51 am\";}s:61:\"https://deborahbrody.com/tag/handling-patient-communications/\";a:2:{s:4:\"date\";s:15:\"August 22, 2012\";s:4:\"time\";s:7:\"9:51 am\";}s:58:\"https://deborahbrody.com/tag/updating-website-information/\";a:2:{s:4:\"date\";s:15:\"August 30, 2012\";s:4:\"time\";s:7:\"2:38 pm\";}s:36:\"https://deborahbrody.com/tag/adwkdc/\";a:2:{s:4:\"date\";s:15:\"August 30, 2012\";s:4:\"time\";s:7:\"2:38 pm\";}s:49:\"https://deborahbrody.com/tag/advertising-week-dc/\";a:2:{s:4:\"date\";s:17:\"September 4, 2012\";s:4:\"time\";s:7:\"3:57 pm\";}s:50:\"https://deborahbrody.com/tag/fostering-creativity/\";a:2:{s:4:\"date\";s:17:\"September 4, 2012\";s:4:\"time\";s:7:\"3:57 pm\";}s:56:\"https://deborahbrody.com/tag/advertising-and-creativity/\";a:2:{s:4:\"date\";s:17:\"September 4, 2012\";s:4:\"time\";s:7:\"3:57 pm\";}s:64:\"https://deborahbrody.com/tag/should-you-sell-on-social-networks/\";a:2:{s:4:\"date\";s:17:\"September 6, 2012\";s:4:\"time\";s:7:\"9:52 am\";}s:69:\"https://deborahbrody.com/tag/is-selling-on-social-networks-effective/\";a:2:{s:4:\"date\";s:17:\"September 6, 2012\";s:4:\"time\";s:7:\"9:52 am\";}s:50:\"https://deborahbrody.com/tag/att-customer-service/\";a:2:{s:4:\"date\";s:17:\"September 6, 2012\";s:4:\"time\";s:7:\"9:52 am\";}s:54:\"https://deborahbrody.com/tag/netflix-customer-service/\";a:2:{s:4:\"date\";s:17:\"September 7, 2012\";s:4:\"time\";s:7:\"9:52 am\";}s:52:\"https://deborahbrody.com/tag/delta-customer-surveys/\";a:2:{s:4:\"date\";s:17:\"September 7, 2012\";s:4:\"time\";s:7:\"9:52 am\";}s:58:\"https://deborahbrody.com/tag/importance-of-graphic-design/\";a:2:{s:4:\"date\";s:17:\"September 7, 2012\";s:4:\"time\";s:7:\"9:52 am\";}s:62:\"https://deborahbrody.com/tag/design-matters-in-communications/\";a:2:{s:4:\"date\";s:18:\"September 11, 2012\";s:4:\"time\";s:7:\"2:04 pm\";}s:64:\"https://deborahbrody.com/tag/salmon-fishing-in-the-yemen-and-pr/\";a:2:{s:4:\"date\";s:18:\"September 11, 2012\";s:4:\"time\";s:7:\"2:04 pm\";}s:64:\"https://deborahbrody.com/tag/the-character-of-patricial-maxwell/\";a:2:{s:4:\"date\";s:18:\"September 11, 2012\";s:4:\"time\";s:7:\"2:04 pm\";}s:59:\"https://deborahbrody.com/tag/authenticity-and-social-media/\";a:2:{s:4:\"date\";s:18:\"September 11, 2012\";s:4:\"time\";s:7:\"2:04 pm\";}s:59:\"https://deborahbrody.com/tag/authenticity-in-communication/\";a:2:{s:4:\"date\";s:18:\"September 20, 2012\";s:4:\"time\";s:8:\"10:15 am\";}s:56:\"https://deborahbrody.com/tag/dwindling-event-attendance/\";a:2:{s:4:\"date\";s:18:\"September 20, 2012\";s:4:\"time\";s:8:\"10:15 am\";}s:62:\"https://deborahbrody.com/tag/how-to-get-more-people-at-events/\";a:2:{s:4:\"date\";s:17:\"September 7, 2017\";s:4:\"time\";s:7:\"3:56 pm\";}s:45:\"https://deborahbrody.com/tag/event-publicity/\";a:2:{s:4:\"date\";s:15:\"October 1, 2012\";s:4:\"time\";s:7:\"3:29 pm\";}s:42:\"https://deborahbrody.com/tag/event-timing/\";a:2:{s:4:\"date\";s:15:\"October 1, 2012\";s:4:\"time\";s:7:\"3:29 pm\";}s:39:\"https://deborahbrody.com/tag/wordpress/\";a:2:{s:4:\"date\";s:15:\"October 4, 2012\";s:4:\"time\";s:7:\"3:52 pm\";}s:39:\"https://deborahbrody.com/tag/word-camp/\";a:2:{s:4:\"date\";s:15:\"October 4, 2012\";s:4:\"time\";s:7:\"3:52 pm\";}s:46:\"https://deborahbrody.com/tag/word-camp-philly/\";a:2:{s:4:\"date\";s:15:\"October 9, 2012\";s:4:\"time\";s:7:\"9:45 am\";}s:47:\"https://deborahbrody.com/tag/wordpress-plugins/\";a:2:{s:4:\"date\";s:15:\"October 9, 2012\";s:4:\"time\";s:7:\"9:45 am\";}s:63:\"https://deborahbrody.com/tag/presidential-campaign-advertising/\";a:2:{s:4:\"date\";s:16:\"October 12, 2012\";s:4:\"time\";s:7:\"9:54 am\";}s:65:\"https://deborahbrody.com/tag/hurricane-sandy-communications-tips/\";a:2:{s:4:\"date\";s:13:\"June 24, 2015\";s:4:\"time\";s:7:\"1:36 pm\";}s:59:\"https://deborahbrody.com/tag/communicating-during-disaster/\";a:2:{s:4:\"date\";s:16:\"October 16, 2012\";s:4:\"time\";s:7:\"4:40 pm\";}s:49:\"https://deborahbrody.com/tag/communication-donts/\";a:2:{s:4:\"date\";s:16:\"October 16, 2012\";s:4:\"time\";s:7:\"4:40 pm\";}s:63:\"https://deborahbrody.com/tag/pepco-response-to-hurricane-sandy/\";a:2:{s:4:\"date\";s:17:\"February 11, 2014\";s:4:\"time\";s:7:\"3:08 pm\";}s:48:\"https://deborahbrody.com/tag/blogging-frequency/\";a:2:{s:4:\"date\";s:16:\"October 16, 2012\";s:4:\"time\";s:7:\"4:40 pm\";}s:63:\"https://deborahbrody.com/tag/importance-of-frequency-and-blogs/\";a:2:{s:4:\"date\";s:13:\"June 10, 2014\";s:4:\"time\";s:8:\"10:06 am\";}s:39:\"https://deborahbrody.com/tag/checklist/\";a:2:{s:4:\"date\";s:16:\"October 23, 2012\";s:4:\"time\";s:8:\"11:07 am\";}s:51:\"https://deborahbrody.com/tag/items-to-double-check/\";a:2:{s:4:\"date\";s:16:\"October 23, 2012\";s:4:\"time\";s:8:\"11:07 am\";}s:67:\"https://deborahbrody.com/tag/items-to-check-on-marketing-materials/\";a:2:{s:4:\"date\";s:16:\"October 23, 2012\";s:4:\"time\";s:8:\"11:07 am\";}s:63:\"https://deborahbrody.com/tag/merry-christmas-or-happy-holidays/\";a:2:{s:4:\"date\";s:16:\"October 25, 2012\";s:4:\"time\";s:7:\"3:39 pm\";}s:57:\"https://deborahbrody.com/tag/exclusionary-communications/\";a:2:{s:4:\"date\";s:16:\"October 29, 2012\";s:4:\"time\";s:8:\"10:57 am\";}s:54:\"https://deborahbrody.com/tag/inclusive-communications/\";a:2:{s:4:\"date\";s:16:\"October 29, 2012\";s:4:\"time\";s:8:\"10:57 am\";}s:49:\"https://deborahbrody.com/tag/dvr-and-advertising/\";a:2:{s:4:\"date\";s:16:\"October 31, 2012\";s:4:\"time\";s:8:\"10:01 am\";}s:75:\"https://deborahbrody.com/tag/how-much-time-to-spend-social-media-marketing/\";a:2:{s:4:\"date\";s:16:\"November 5, 2012\";s:4:\"time\";s:7:\"4:39 pm\";}s:67:\"https://deborahbrody.com/tag/social-media-marketing-best-practices/\";a:2:{s:4:\"date\";s:16:\"November 8, 2012\";s:4:\"time\";s:8:\"12:37 pm\";}s:54:\"https://deborahbrody.com/tag/networking-dos-and-donts/\";a:2:{s:4:\"date\";s:16:\"November 8, 2012\";s:4:\"time\";s:8:\"12:37 pm\";}s:59:\"https://deborahbrody.com/tag/unethical-marketing-practices/\";a:2:{s:4:\"date\";s:17:\"November 13, 2012\";s:4:\"time\";s:7:\"1:06 pm\";}s:43:\"https://deborahbrody.com/tag/telemarketers/\";a:2:{s:4:\"date\";s:17:\"November 13, 2012\";s:4:\"time\";s:7:\"1:06 pm\";}s:60:\"https://deborahbrody.com/tag/dealing-with-haters-and-trolls/\";a:2:{s:4:\"date\";s:17:\"November 13, 2012\";s:4:\"time\";s:7:\"1:06 pm\";}s:57:\"https://deborahbrody.com/tag/communications-lessons-2012/\";a:2:{s:4:\"date\";s:17:\"November 29, 2012\";s:4:\"time\";s:8:\"11:36 am\";}s:52:\"https://deborahbrody.com/tag/marketing-lessons-2012/\";a:2:{s:4:\"date\";s:17:\"November 29, 2012\";s:4:\"time\";s:8:\"11:36 am\";}s:46:\"https://deborahbrody.com/tag/content-strategy/\";a:2:{s:4:\"date\";s:17:\"November 29, 2012\";s:4:\"time\";s:8:\"11:36 am\";}s:46:\"https://deborahbrody.com/tag/scheduled-tweets/\";a:2:{s:4:\"date\";s:16:\"December 4, 2012\";s:4:\"time\";s:8:\"10:07 am\";}s:39:\"https://deborahbrody.com/tag/carpet-ad/\";a:2:{s:4:\"date\";s:16:\"December 7, 2012\";s:4:\"time\";s:7:\"9:57 am\";}s:37:\"https://deborahbrody.com/tag/bad-usp/\";a:2:{s:4:\"date\";s:16:\"December 7, 2012\";s:4:\"time\";s:7:\"9:57 am\";}s:58:\"https://deborahbrody.com/tag/volunteers-in-communications/\";a:2:{s:4:\"date\";s:17:\"December 10, 2012\";s:4:\"time\";s:8:\"10:21 am\";}s:62:\"https://deborahbrody.com/tag/role-of-volunteers-at-nonprofits/\";a:2:{s:4:\"date\";s:16:\"January 10, 2013\";s:4:\"time\";s:8:\"12:56 pm\";}s:37:\"https://deborahbrody.com/tag/tagline/\";a:2:{s:4:\"date\";s:16:\"January 10, 2013\";s:4:\"time\";s:8:\"12:56 pm\";}s:58:\"https://deborahbrody.com/tag/importance-of-a-good-tagline/\";a:2:{s:4:\"date\";s:17:\"December 19, 2012\";s:4:\"time\";s:7:\"4:50 pm\";}s:48:\"https://deborahbrody.com/tag/memorable-taglines/\";a:2:{s:4:\"date\";s:17:\"December 27, 2012\";s:4:\"time\";s:7:\"8:45 am\";}s:55:\"https://deborahbrody.com/tag/focus-groups-in-marketing/\";a:2:{s:4:\"date\";s:17:\"December 27, 2012\";s:4:\"time\";s:7:\"8:45 am\";}s:58:\"https://deborahbrody.com/tag/advisory-boards-in-marketing/\";a:2:{s:4:\"date\";s:14:\"August 3, 2016\";s:4:\"time\";s:7:\"2:21 pm\";}s:58:\"https://deborahbrody.com/tag/checking-your-communications/\";a:2:{s:4:\"date\";s:17:\"December 27, 2012\";s:4:\"time\";s:7:\"8:45 am\";}s:48:\"https://deborahbrody.com/tag/quality-of-network/\";a:2:{s:4:\"date\";s:15:\"January 8, 2013\";s:4:\"time\";s:8:\"12:13 pm\";}s:55:\"https://deborahbrody.com/tag/business-networking-goals/\";a:2:{s:4:\"date\";s:15:\"January 9, 2013\";s:4:\"time\";s:8:\"11:02 am\";}s:43:\"https://deborahbrody.com/tag/fact-checking/\";a:2:{s:4:\"date\";s:15:\"January 9, 2013\";s:4:\"time\";s:8:\"11:02 am\";}s:40:\"https://deborahbrody.com/tag/fact-check/\";a:2:{s:4:\"date\";s:16:\"January 10, 2013\";s:4:\"time\";s:7:\"9:52 am\";}s:57:\"https://deborahbrody.com/tag/importance-of-fact-checking/\";a:2:{s:4:\"date\";s:16:\"January 10, 2013\";s:4:\"time\";s:7:\"9:52 am\";}s:45:\"https://deborahbrody.com/tag/media-and-truth/\";a:2:{s:4:\"date\";s:16:\"January 10, 2013\";s:4:\"time\";s:7:\"9:52 am\";}s:55:\"https://deborahbrody.com/tag/using-twitter-effectively/\";a:2:{s:4:\"date\";s:16:\"January 15, 2013\";s:4:\"time\";s:7:\"1:09 pm\";}s:41:\"https://deborahbrody.com/tag/how-to-blog/\";a:2:{s:4:\"date\";s:16:\"January 15, 2013\";s:4:\"time\";s:7:\"1:09 pm\";}s:51:\"https://deborahbrody.com/tag/blog-writing-workshop/\";a:2:{s:4:\"date\";s:16:\"January 15, 2013\";s:4:\"time\";s:7:\"1:09 pm\";}s:44:\"https://deborahbrody.com/tag/price-as-a-usp/\";a:2:{s:4:\"date\";s:13:\"July 15, 2013\";s:4:\"time\";s:7:\"8:48 am\";}s:64:\"https://deborahbrody.com/tag/importance-of-quality-in-marketing/\";a:2:{s:4:\"date\";s:16:\"January 18, 2013\";s:4:\"time\";s:7:\"8:53 am\";}s:62:\"https://deborahbrody.com/tag/importance-of-price-in-marketing/\";a:2:{s:4:\"date\";s:16:\"January 18, 2013\";s:4:\"time\";s:7:\"8:53 am\";}s:47:\"https://deborahbrody.com/tag/cars-com-campaign/\";a:2:{s:4:\"date\";s:16:\"January 21, 2013\";s:4:\"time\";s:8:\"10:24 am\";}s:54:\"https://deborahbrody.com/tag/pepco-and-the-super-bowl/\";a:2:{s:4:\"date\";s:16:\"January 21, 2013\";s:4:\"time\";s:8:\"10:24 am\";}s:61:\"https://deborahbrody.com/tag/overcoming-negative-perceptions/\";a:2:{s:4:\"date\";s:16:\"January 21, 2013\";s:4:\"time\";s:8:\"10:24 am\";}s:39:\"https://deborahbrody.com/tag/blog-tips/\";a:2:{s:4:\"date\";s:16:\"January 21, 2013\";s:4:\"time\";s:8:\"10:24 am\";}s:50:\"https://deborahbrody.com/tag/bates-creative-group/\";a:2:{s:4:\"date\";s:16:\"January 22, 2013\";s:4:\"time\";s:8:\"10:18 am\";}s:50:\"https://deborahbrody.com/tag/working-with-experts/\";a:2:{s:4:\"date\";s:14:\"April 26, 2013\";s:4:\"time\";s:8:\"10:15 am\";}s:50:\"https://deborahbrody.com/tag/why-you-need-experts/\";a:2:{s:4:\"date\";s:16:\"January 24, 2013\";s:4:\"time\";s:7:\"9:17 am\";}s:51:\"https://deborahbrody.com/tag/how-to-hire-an-expert/\";a:2:{s:4:\"date\";s:16:\"January 30, 2013\";s:4:\"time\";s:7:\"1:40 pm\";}s:48:\"https://deborahbrody.com/tag/marketing-makeover/\";a:2:{s:4:\"date\";s:16:\"January 30, 2013\";s:4:\"time\";s:7:\"1:40 pm\";}s:52:\"https://deborahbrody.com/tag/communications-refresh/\";a:2:{s:4:\"date\";s:16:\"January 30, 2013\";s:4:\"time\";s:7:\"1:40 pm\";}s:41:\"https://deborahbrody.com/tag/pop-culture/\";a:2:{s:4:\"date\";s:16:\"February 1, 2013\";s:4:\"time\";s:7:\"9:53 am\";}s:47:\"https://deborahbrody.com/tag/cultural-literacy/\";a:2:{s:4:\"date\";s:16:\"February 4, 2013\";s:4:\"time\";s:7:\"9:28 am\";}s:67:\"https://deborahbrody.com/tag/cultural-references-in-communications/\";a:2:{s:4:\"date\";s:16:\"February 4, 2013\";s:4:\"time\";s:7:\"9:28 am\";}s:49:\"https://deborahbrody.com/tag/why-you-should-blog/\";a:2:{s:4:\"date\";s:16:\"February 5, 2013\";s:4:\"time\";s:8:\"11:45 am\";}s:53:\"https://deborahbrody.com/tag/communications-strategy/\";a:2:{s:4:\"date\";s:16:\"February 5, 2013\";s:4:\"time\";s:8:\"11:45 am\";}s:52:\"https://deborahbrody.com/tag/communication-planning/\";a:2:{s:4:\"date\";s:17:\"February 11, 2013\";s:4:\"time\";s:8:\"10:31 am\";}s:48:\"https://deborahbrody.com/tag/lost-boys-of-sudan/\";a:2:{s:4:\"date\";s:17:\"February 11, 2013\";s:4:\"time\";s:8:\"10:31 am\";}s:52:\"https://deborahbrody.com/tag/cultural-communication/\";a:2:{s:4:\"date\";s:17:\"February 12, 2013\";s:4:\"time\";s:7:\"9:02 am\";}s:50:\"https://deborahbrody.com/tag/advertising-planning/\";a:2:{s:4:\"date\";s:17:\"February 13, 2013\";s:4:\"time\";s:8:\"10:49 am\";}s:52:\"https://deborahbrody.com/tag/communications-tactics/\";a:2:{s:4:\"date\";s:17:\"February 13, 2013\";s:4:\"time\";s:8:\"10:49 am\";}s:55:\"https://deborahbrody.com/tag/goole-reader-alternatives/\";a:2:{s:4:\"date\";s:17:\"February 25, 2013\";s:4:\"time\";s:8:\"10:06 am\";}s:41:\"https://deborahbrody.com/tag/rss-readers/\";a:2:{s:4:\"date\";s:17:\"February 25, 2013\";s:4:\"time\";s:8:\"10:06 am\";}s:49:\"https://deborahbrody.com/tag/is-free-really-free/\";a:2:{s:4:\"date\";s:17:\"February 25, 2013\";s:4:\"time\";s:8:\"10:06 am\";}s:53:\"https://deborahbrody.com/tag/solicity-online-reviews/\";a:2:{s:4:\"date\";s:17:\"February 27, 2013\";s:4:\"time\";s:8:\"10:09 am\";}s:47:\"https://deborahbrody.com/tag/poisitive-reviews/\";a:2:{s:4:\"date\";s:13:\"March 4, 2013\";s:4:\"time\";s:8:\"10:58 am\";}s:58:\"https://deborahbrody.com/tag/how-to-get-customer-feedback/\";a:2:{s:4:\"date\";s:13:\"March 4, 2013\";s:4:\"time\";s:8:\"10:58 am\";}s:55:\"https://deborahbrody.com/tag/social-media-intelligence/\";a:2:{s:4:\"date\";s:13:\"March 6, 2013\";s:4:\"time\";s:7:\"9:42 am\";}s:79:\"https://deborahbrody.com/tag/social-media-responses-to-boston-marathon-tragedy/\";a:2:{s:4:\"date\";s:13:\"March 6, 2013\";s:4:\"time\";s:7:\"9:42 am\";}s:59:\"https://deborahbrody.com/tag/emotional-intelligence-online/\";a:2:{s:4:\"date\";s:13:\"March 8, 2013\";s:4:\"time\";s:7:\"9:25 am\";}s:49:\"https://deborahbrody.com/tag/learn-to-blog-in-dc/\";a:2:{s:4:\"date\";s:14:\"March 14, 2013\";s:4:\"time\";s:7:\"9:00 am\";}s:49:\"https://deborahbrody.com/tag/learn-to-blog-in-va/\";a:2:{s:4:\"date\";s:14:\"March 14, 2013\";s:4:\"time\";s:7:\"9:00 am\";}s:58:\"https://deborahbrody.com/tag/business-cards-and-marketing/\";a:2:{s:4:\"date\";s:14:\"March 14, 2013\";s:4:\"time\";s:7:\"9:00 am\";}s:54:\"https://deborahbrody.com/tag/reasons-people-dont-blog/\";a:2:{s:4:\"date\";s:14:\"March 18, 2013\";s:4:\"time\";s:7:\"9:20 am\";}s:50:\"https://deborahbrody.com/tag/why-people-dont-blog/\";a:2:{s:4:\"date\";s:14:\"March 18, 2013\";s:4:\"time\";s:7:\"9:20 am\";}s:44:\"https://deborahbrody.com/tag/call-to-action/\";a:2:{s:4:\"date\";s:14:\"March 18, 2013\";s:4:\"time\";s:7:\"9:20 am\";}s:53:\"https://deborahbrody.com/tag/common-writing-mistakes/\";a:2:{s:4:\"date\";s:14:\"April 16, 2013\";s:4:\"time\";s:7:\"9:26 am\";}s:52:\"https://deborahbrody.com/tag/why-you-need-an-editor/\";a:2:{s:4:\"date\";s:14:\"April 16, 2013\";s:4:\"time\";s:7:\"9:26 am\";}s:54:\"https://deborahbrody.com/tag/effective-communications/\";a:2:{s:4:\"date\";s:14:\"April 16, 2013\";s:4:\"time\";s:7:\"9:26 am\";}s:65:\"https://deborahbrody.com/tag/what-makes-effective-communications/\";a:2:{s:4:\"date\";s:14:\"April 18, 2013\";s:4:\"time\";s:8:\"10:57 am\";}s:53:\"https://deborahbrody.com/tag/blogs-and-tone-of-voice/\";a:2:{s:4:\"date\";s:14:\"April 18, 2013\";s:4:\"time\";s:8:\"10:57 am\";}s:55:\"https://deborahbrody.com/tag/what-tone-to-use-on-blogs/\";a:2:{s:4:\"date\";s:14:\"April 18, 2013\";s:4:\"time\";s:8:\"10:57 am\";}s:47:\"https://deborahbrody.com/tag/business-mistakes/\";a:2:{s:4:\"date\";s:14:\"April 19, 2013\";s:4:\"time\";s:8:\"10:55 am\";}s:50:\"https://deborahbrody.com/tag/how-to-lose-business/\";a:2:{s:4:\"date\";s:14:\"April 26, 2013\";s:4:\"time\";s:8:\"10:15 am\";}s:42:\"https://deborahbrody.com/tag/bad-websites/\";a:2:{s:4:\"date\";s:14:\"April 26, 2013\";s:4:\"time\";s:8:\"10:15 am\";}s:43:\"https://deborahbrody.com/tag/sharing-tools/\";a:2:{s:4:\"date\";s:14:\"April 29, 2013\";s:4:\"time\";s:8:\"11:48 am\";}s:66:\"https://deborahbrody.com/tag/what-is-a-good-sharing-tool-for-blog/\";a:2:{s:4:\"date\";s:11:\"May 1, 2013\";s:4:\"time\";s:8:\"10:21 am\";}s:55:\"https://deborahbrody.com/tag/specific-ask-in-marketing/\";a:2:{s:4:\"date\";s:11:\"May 1, 2013\";s:4:\"time\";s:8:\"10:21 am\";}s:51:\"https://deborahbrody.com/tag/how-to-get-refrerrals/\";a:2:{s:4:\"date\";s:13:\"June 19, 2019\";s:4:\"time\";s:7:\"1:53 pm\";}s:58:\"https://deborahbrody.com/tag/how-to-write-a-contact-email/\";a:2:{s:4:\"date\";s:11:\"May 3, 2013\";s:4:\"time\";s:7:\"9:58 am\";}s:57:\"https://deborahbrody.com/tag/making-contact-with-vendors/\";a:2:{s:4:\"date\";s:12:\"May 14, 2013\";s:4:\"time\";s:8:\"10:00 am\";}s:48:\"https://deborahbrody.com/tag/using-the-word-new/\";a:2:{s:4:\"date\";s:12:\"May 14, 2013\";s:4:\"time\";s:8:\"10:00 am\";}s:53:\"https://deborahbrody.com/tag/using-the-word-breaking/\";a:2:{s:4:\"date\";s:12:\"May 20, 2013\";s:4:\"time\";s:7:\"9:46 am\";}s:52:\"https://deborahbrody.com/tag/when-is-something-news/\";a:2:{s:4:\"date\";s:12:\"May 20, 2013\";s:4:\"time\";s:7:\"9:46 am\";}s:44:\"https://deborahbrody.com/tag/contact-emails/\";a:2:{s:4:\"date\";s:12:\"May 20, 2013\";s:4:\"time\";s:7:\"9:46 am\";}s:52:\"https://deborahbrody.com/tag/too-little-information/\";a:2:{s:4:\"date\";s:12:\"May 23, 2013\";s:4:\"time\";s:7:\"4:13 pm\";}s:63:\"https://deborahbrody.com/tag/customer-experience-and-marketing/\";a:2:{s:4:\"date\";s:12:\"May 23, 2013\";s:4:\"time\";s:7:\"4:13 pm\";}s:38:\"https://deborahbrody.com/tag/prsa-ncc/\";a:2:{s:4:\"date\";s:12:\"May 30, 2013\";s:4:\"time\";s:7:\"4:01 pm\";}s:52:\"https://deborahbrody.com/tag/content-marketing-keys/\";a:2:{s:4:\"date\";s:12:\"June 5, 2013\";s:4:\"time\";s:8:\"10:34 am\";}s:45:\"https://deborahbrody.com/tag/twitter-failure/\";a:2:{s:4:\"date\";s:12:\"June 5, 2013\";s:4:\"time\";s:8:\"10:34 am\";}s:62:\"https://deborahbrody.com/tag/how-companies-should-use-twitter/\";a:2:{s:4:\"date\";s:12:\"June 7, 2013\";s:4:\"time\";s:7:\"9:36 am\";}s:59:\"https://deborahbrody.com/tag/holiday-inn-express-marketing/\";a:2:{s:4:\"date\";s:12:\"June 7, 2013\";s:4:\"time\";s:7:\"9:36 am\";}s:58:\"https://deborahbrody.com/tag/how-to-create-special-offers/\";a:2:{s:4:\"date\";s:12:\"June 7, 2013\";s:4:\"time\";s:7:\"9:36 am\";}s:57:\"https://deborahbrody.com/tag/special-offers-in-marketing/\";a:2:{s:4:\"date\";s:13:\"June 11, 2013\";s:4:\"time\";s:7:\"9:15 am\";}s:40:\"https://deborahbrody.com/tag/sephora-ad/\";a:2:{s:4:\"date\";s:13:\"June 11, 2013\";s:4:\"time\";s:7:\"9:15 am\";}s:62:\"https://deborahbrody.com/tag/why-you-cant-rely-on-spell-check/\";a:2:{s:4:\"date\";s:12:\"July 9, 2013\";s:4:\"time\";s:7:\"9:41 am\";}s:56:\"https://deborahbrody.com/tag/linkedin-annoying-behavior/\";a:2:{s:4:\"date\";s:18:\"September 22, 2021\";s:4:\"time\";s:8:\"11:00 am\";}s:34:\"https://deborahbrody.com/tag/uber/\";a:2:{s:4:\"date\";s:13:\"June 20, 2013\";s:4:\"time\";s:7:\"9:02 am\";}s:59:\"https://deborahbrody.com/tag/differentiating-your-business/\";a:2:{s:4:\"date\";s:13:\"June 20, 2013\";s:4:\"time\";s:7:\"9:02 am\";}s:57:\"https://deborahbrody.com/tag/importance-of-brand-promise/\";a:2:{s:4:\"date\";s:12:\"July 9, 2013\";s:4:\"time\";s:8:\"10:18 am\";}s:69:\"https://deborahbrody.com/tag/tips-for-organizations-hosting-speakers/\";a:2:{s:4:\"date\";s:12:\"July 9, 2013\";s:4:\"time\";s:7:\"9:41 am\";}s:49:\"https://deborahbrody.com/tag/preparing-a-speaker/\";a:2:{s:4:\"date\";s:13:\"July 11, 2013\";s:4:\"time\";s:7:\"9:07 am\";}s:58:\"https://deborahbrody.com/tag/being-social-on-social-media/\";a:2:{s:4:\"date\";s:13:\"July 11, 2013\";s:4:\"time\";s:7:\"9:07 am\";}s:63:\"https://deborahbrody.com/tag/tips-for-editing-your-own-writing/\";a:2:{s:4:\"date\";s:13:\"July 12, 2013\";s:4:\"time\";s:7:\"7:35 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1000;s:5:\"total\";i:1419;}}','2021-12-27 11:19:52','2021-11-11 08:45:18','2021-11-27 11:19:52'),
(8,'aioseo_sitemap_post_tag-sitemap2.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:419:{s:37:\"https://deborahbrody.com/tag/editing/\";a:2:{s:4:\"date\";s:13:\"July 12, 2013\";s:4:\"time\";s:7:\"7:35 am\";}s:43:\"https://deborahbrody.com/tag/clear-writing/\";a:2:{s:4:\"date\";s:13:\"July 15, 2013\";s:4:\"time\";s:7:\"8:48 am\";}s:71:\"https://deborahbrody.com/tag/white-house-black-market-customer-service/\";a:2:{s:4:\"date\";s:13:\"July 17, 2013\";s:4:\"time\";s:7:\"3:14 pm\";}s:63:\"https://deborahbrody.com/tag/marketing-versus-customer-service/\";a:2:{s:4:\"date\";s:13:\"July 17, 2013\";s:4:\"time\";s:7:\"3:14 pm\";}s:60:\"https://deborahbrody.com/tag/reinforcing-marketing-messages/\";a:2:{s:4:\"date\";s:13:\"July 17, 2013\";s:4:\"time\";s:7:\"3:14 pm\";}s:39:\"https://deborahbrody.com/tag/usability/\";a:2:{s:4:\"date\";s:16:\"January 15, 2020\";s:4:\"time\";s:7:\"3:05 pm\";}s:32:\"https://deborahbrody.com/tag/ux/\";a:2:{s:4:\"date\";s:13:\"July 30, 2013\";s:4:\"time\";s:7:\"9:46 am\";}s:45:\"https://deborahbrody.com/tag/user-experience/\";a:2:{s:4:\"date\";s:13:\"July 30, 2013\";s:4:\"time\";s:7:\"9:46 am\";}s:52:\"https://deborahbrody.com/tag/making-websites-better/\";a:2:{s:4:\"date\";s:14:\"August 6, 2013\";s:4:\"time\";s:7:\"8:44 am\";}s:38:\"https://deborahbrody.com/tag/no-movie/\";a:2:{s:4:\"date\";s:14:\"August 9, 2013\";s:4:\"time\";s:8:\"10:29 am\";}s:51:\"https://deborahbrody.com/tag/google-readers-demise/\";a:2:{s:4:\"date\";s:11:\"May 3, 2017\";s:4:\"time\";s:7:\"8:56 am\";}s:36:\"https://deborahbrody.com/tag/feedly/\";a:2:{s:4:\"date\";s:12:\"June 6, 2018\";s:4:\"time\";s:8:\"11:22 am\";}s:40:\"https://deborahbrody.com/tag/blog-feeds/\";a:2:{s:4:\"date\";s:15:\"August 14, 2013\";s:4:\"time\";s:7:\"9:28 am\";}s:44:\"https://deborahbrody.com/tag/email-mistakes/\";a:2:{s:4:\"date\";s:15:\"August 26, 2013\";s:4:\"time\";s:7:\"8:29 am\";}s:64:\"https://deborahbrody.com/tag/what-to-check-before-sending-email/\";a:2:{s:4:\"date\";s:15:\"August 27, 2013\";s:4:\"time\";s:7:\"9:53 am\";}s:42:\"https://deborahbrody.com/tag/self-monitor/\";a:2:{s:4:\"date\";s:12:\"June 6, 2018\";s:4:\"time\";s:8:\"11:22 am\";}s:57:\"https://deborahbrody.com/tag/monitor-your-communications/\";a:2:{s:4:\"date\";s:12:\"June 6, 2018\";s:4:\"time\";s:8:\"11:22 am\";}s:44:\"https://deborahbrody.com/tag/wordpress-camp/\";a:2:{s:4:\"date\";s:15:\"August 27, 2013\";s:4:\"time\";s:7:\"9:53 am\";}s:54:\"https://deborahbrody.com/tag/wordpress-camp-baltimore/\";a:2:{s:4:\"date\";s:15:\"August 29, 2013\";s:4:\"time\";s:8:\"10:40 am\";}s:53:\"https://deborahbrody.com/tag/improving-seo-for-blogs/\";a:2:{s:4:\"date\";s:18:\"September 10, 2013\";s:4:\"time\";s:8:\"10:27 am\";}s:50:\"https://deborahbrody.com/tag/podcasting-for-blogs/\";a:2:{s:4:\"date\";s:18:\"September 10, 2013\";s:4:\"time\";s:8:\"10:27 am\";}s:52:\"https://deborahbrody.com/tag/content-marketing-tips/\";a:2:{s:4:\"date\";s:18:\"September 10, 2013\";s:4:\"time\";s:8:\"10:27 am\";}s:51:\"https://deborahbrody.com/tag/blog-maintenance-tips/\";a:2:{s:4:\"date\";s:16:\"January 14, 2021\";s:4:\"time\";s:7:\"9:24 am\";}s:43:\"https://deborahbrody.com/tag/blogging-tips/\";a:2:{s:4:\"date\";s:18:\"September 11, 2013\";s:4:\"time\";s:8:\"10:57 am\";}s:70:\"https://deborahbrody.com/tag/search-engine-optimization-and-marketing/\";a:2:{s:4:\"date\";s:18:\"September 11, 2013\";s:4:\"time\";s:8:\"10:57 am\";}s:47:\"https://deborahbrody.com/tag/seo-and-marketing/\";a:2:{s:4:\"date\";s:18:\"September 12, 2013\";s:4:\"time\";s:8:\"10:52 am\";}s:59:\"https://deborahbrody.com/tag/search-engine-personalization/\";a:2:{s:4:\"date\";s:18:\"September 12, 2013\";s:4:\"time\";s:8:\"10:52 am\";}s:57:\"https://deborahbrody.com/tag/great-articles-for-bloggers/\";a:2:{s:4:\"date\";s:18:\"September 23, 2013\";s:4:\"time\";s:8:\"11:08 am\";}s:63:\"https://deborahbrody.com/tag/standing-out-from-the-competition/\";a:2:{s:4:\"date\";s:18:\"September 23, 2013\";s:4:\"time\";s:8:\"11:08 am\";}s:59:\"https://deborahbrody.com/tag/how-restaurants-differentiate/\";a:2:{s:4:\"date\";s:18:\"September 23, 2013\";s:4:\"time\";s:8:\"11:08 am\";}s:63:\"https://deborahbrody.com/tag/having-a-point-of-differentiation/\";a:2:{s:4:\"date\";s:18:\"September 23, 2013\";s:4:\"time\";s:8:\"11:08 am\";}s:65:\"https://deborahbrody.com/tag/starbucks-petition-against-shutdown/\";a:2:{s:4:\"date\";s:18:\"September 23, 2013\";s:4:\"time\";s:8:\"11:08 am\";}s:61:\"https://deborahbrody.com/tag/starbucks-political-advertising/\";a:2:{s:4:\"date\";s:18:\"September 25, 2013\";s:4:\"time\";s:8:\"12:31 pm\";}s:57:\"https://deborahbrody.com/tag/when-to-launch-your-website/\";a:2:{s:4:\"date\";s:18:\"September 25, 2013\";s:4:\"time\";s:8:\"12:31 pm\";}s:51:\"https://deborahbrody.com/tag/positioning-your-blog/\";a:2:{s:4:\"date\";s:15:\"October 1, 2013\";s:4:\"time\";s:7:\"9:57 am\";}s:63:\"https://deborahbrody.com/tag/customer-communications-budgeting/\";a:2:{s:4:\"date\";s:15:\"October 1, 2013\";s:4:\"time\";s:7:\"9:57 am\";}s:62:\"https://deborahbrody.com/tag/what-not-to-include-in-your-blog/\";a:2:{s:4:\"date\";s:15:\"October 1, 2013\";s:4:\"time\";s:7:\"9:57 am\";}s:40:\"https://deborahbrody.com/tag/blog-donts/\";a:2:{s:4:\"date\";s:15:\"October 4, 2013\";s:4:\"time\";s:7:\"9:35 am\";}s:50:\"https://deborahbrody.com/tag/blogging-workshop-dc/\";a:2:{s:4:\"date\";s:16:\"October 14, 2013\";s:4:\"time\";s:7:\"2:02 pm\";}s:56:\"https://deborahbrody.com/tag/attributes-of-a-great-blog/\";a:2:{s:4:\"date\";s:16:\"October 14, 2013\";s:4:\"time\";s:7:\"2:02 pm\";}s:56:\"https://deborahbrody.com/tag/having-goals-for-your-blog/\";a:2:{s:4:\"date\";s:16:\"October 14, 2013\";s:4:\"time\";s:7:\"2:02 pm\";}s:52:\"https://deborahbrody.com/tag/measuring-blog-success/\";a:2:{s:4:\"date\";s:16:\"October 11, 2013\";s:4:\"time\";s:7:\"9:58 am\";}s:40:\"https://deborahbrody.com/tag/cuccinelli/\";a:2:{s:4:\"date\";s:16:\"October 11, 2013\";s:4:\"time\";s:7:\"9:58 am\";}s:53:\"https://deborahbrody.com/tag/likeabilty-in-elections/\";a:2:{s:4:\"date\";s:16:\"October 14, 2013\";s:4:\"time\";s:7:\"1:00 pm\";}s:64:\"https://deborahbrody.com/tag/messaging-and-information-overload/\";a:2:{s:4:\"date\";s:16:\"October 17, 2013\";s:4:\"time\";s:8:\"10:12 am\";}s:61:\"https://deborahbrody.com/tag/effects-of-too-much-information/\";a:2:{s:4:\"date\";s:16:\"October 21, 2013\";s:4:\"time\";s:7:\"2:14 pm\";}s:43:\"https://deborahbrody.com/tag/scanning-news/\";a:2:{s:4:\"date\";s:16:\"October 28, 2013\";s:4:\"time\";s:7:\"9:49 am\";}s:46:\"https://deborahbrody.com/tag/how-we-read-news/\";a:2:{s:4:\"date\";s:16:\"October 28, 2013\";s:4:\"time\";s:7:\"9:49 am\";}s:47:\"https://deborahbrody.com/tag/thanksgiving-post/\";a:2:{s:4:\"date\";s:18:\"September 18, 2014\";s:4:\"time\";s:7:\"3:17 pm\";}s:51:\"https://deborahbrody.com/tag/editorial-style-guide/\";a:2:{s:4:\"date\";s:16:\"October 31, 2013\";s:4:\"time\";s:7:\"1:34 pm\";}s:52:\"https://deborahbrody.com/tag/why-have-a-style-guide/\";a:2:{s:4:\"date\";s:16:\"November 5, 2013\";s:4:\"time\";s:7:\"9:36 am\";}s:40:\"https://deborahbrody.com/tag/60-minutes/\";a:2:{s:4:\"date\";s:16:\"November 5, 2013\";s:4:\"time\";s:7:\"9:36 am\";}s:53:\"https://deborahbrody.com/tag/60-minutes-story-on-nsa/\";a:2:{s:4:\"date\";s:16:\"November 7, 2013\";s:4:\"time\";s:8:\"11:18 am\";}s:62:\"https://deborahbrody.com/tag/communications-lessons-from-2013/\";a:2:{s:4:\"date\";s:16:\"November 7, 2013\";s:4:\"time\";s:8:\"11:18 am\";}s:80:\"https://deborahbrody.com/tag/how-to-get-your-goals-and-resolutions-accomplished/\";a:2:{s:4:\"date\";s:17:\"November 20, 2013\";s:4:\"time\";s:8:\"10:46 am\";}s:65:\"https://deborahbrody.com/tag/how-to-get-people-to-read-your-blog/\";a:2:{s:4:\"date\";s:17:\"November 20, 2013\";s:4:\"time\";s:8:\"10:46 am\";}s:62:\"https://deborahbrody.com/tag/starting-a-communicatins-project/\";a:2:{s:4:\"date\";s:17:\"November 25, 2013\";s:4:\"time\";s:7:\"8:06 am\";}s:62:\"https://deborahbrody.com/tag/importance-of-customer-retention/\";a:2:{s:4:\"date\";s:17:\"November 25, 2013\";s:4:\"time\";s:7:\"8:06 am\";}s:60:\"https://deborahbrody.com/tag/information-websites-must-have/\";a:2:{s:4:\"date\";s:17:\"November 27, 2013\";s:4:\"time\";s:7:\"9:01 am\";}s:50:\"https://deborahbrody.com/tag/too-much-information/\";a:2:{s:4:\"date\";s:16:\"December 5, 2013\";s:4:\"time\";s:7:\"8:16 am\";}s:62:\"https://deborahbrody.com/tag/how-to-handle-excess-information/\";a:2:{s:4:\"date\";s:16:\"December 5, 2013\";s:4:\"time\";s:7:\"8:16 am\";}s:51:\"https://deborahbrody.com/tag/importance-of-details/\";a:2:{s:4:\"date\";s:17:\"December 23, 2013\";s:4:\"time\";s:7:\"7:21 am\";}s:47:\"https://deborahbrody.com/tag/event-marketing-2/\";a:2:{s:4:\"date\";s:17:\"December 23, 2013\";s:4:\"time\";s:7:\"7:21 am\";}s:51:\"https://deborahbrody.com/tag/how-to-start-blogging/\";a:2:{s:4:\"date\";s:17:\"December 23, 2013\";s:4:\"time\";s:7:\"2:10 pm\";}s:57:\"https://deborahbrody.com/tag/interpersonal-communication/\";a:2:{s:4:\"date\";s:15:\"January 7, 2014\";s:4:\"time\";s:7:\"9:29 am\";}s:60:\"https://deborahbrody.com/tag/how-to-comment-on-social-media/\";a:2:{s:4:\"date\";s:16:\"January 13, 2014\";s:4:\"time\";s:7:\"8:13 am\";}s:56:\"https://deborahbrody.com/tag/responding-on-social-media/\";a:2:{s:4:\"date\";s:16:\"January 15, 2014\";s:4:\"time\";s:7:\"7:22 am\";}s:52:\"https://deborahbrody.com/tag/national-reading-month/\";a:2:{s:4:\"date\";s:16:\"January 21, 2014\";s:4:\"time\";s:7:\"1:02 pm\";}s:54:\"https://deborahbrody.com/tag/twitter-management-tools/\";a:2:{s:4:\"date\";s:16:\"January 30, 2014\";s:4:\"time\";s:7:\"1:35 pm\";}s:51:\"https://deborahbrody.com/tag/engagement-on-twitter/\";a:2:{s:4:\"date\";s:16:\"February 4, 2014\";s:4:\"time\";s:8:\"10:11 am\";}s:48:\"https://deborahbrody.com/tag/sexist-commercials/\";a:2:{s:4:\"date\";s:16:\"February 4, 2014\";s:4:\"time\";s:8:\"10:11 am\";}s:49:\"https://deborahbrody.com/tag/losing-blog-readers/\";a:2:{s:4:\"date\";s:17:\"February 11, 2014\";s:4:\"time\";s:7:\"3:08 pm\";}s:44:\"https://deborahbrody.com/tag/feedly-failure/\";a:2:{s:4:\"date\";s:16:\"October 26, 2020\";s:4:\"time\";s:7:\"9:56 am\";}s:46:\"https://deborahbrody.com/tag/blog-likeability/\";a:2:{s:4:\"date\";s:17:\"February 19, 2014\";s:4:\"time\";s:8:\"12:29 pm\";}s:47:\"https://deborahbrody.com/tag/boost-likeability/\";a:2:{s:4:\"date\";s:18:\"September 25, 2018\";s:4:\"time\";s:7:\"2:22 pm\";}s:45:\"https://deborahbrody.com/tag/networking-tips/\";a:2:{s:4:\"date\";s:17:\"February 26, 2014\";s:4:\"time\";s:8:\"10:31 am\";}s:43:\"https://deborahbrody.com/tag/about-us-page/\";a:2:{s:4:\"date\";s:17:\"February 26, 2014\";s:4:\"time\";s:8:\"10:31 am\";}s:68:\"https://deborahbrody.com/tag/choosing-social-networks-for-marketing/\";a:2:{s:4:\"date\";s:13:\"March 4, 2014\";s:4:\"time\";s:7:\"4:20 pm\";}s:49:\"https://deborahbrody.com/tag/event-planning-tips/\";a:2:{s:4:\"date\";s:14:\"March 12, 2014\";s:4:\"time\";s:8:\"10:10 am\";}s:50:\"https://deborahbrody.com/tag/event-promotion-tips/\";a:2:{s:4:\"date\";s:14:\"March 12, 2014\";s:4:\"time\";s:8:\"10:10 am\";}s:53:\"https://deborahbrody.com/tag/importance-of-calendars/\";a:2:{s:4:\"date\";s:14:\"March 19, 2014\";s:4:\"time\";s:7:\"4:50 pm\";}s:42:\"https://deborahbrody.com/tag/blog-burnout/\";a:2:{s:4:\"date\";s:14:\"March 20, 2014\";s:4:\"time\";s:7:\"9:19 am\";}s:48:\"https://deborahbrody.com/tag/lack-of-blog-ideas/\";a:2:{s:4:\"date\";s:14:\"March 24, 2014\";s:4:\"time\";s:7:\"9:32 am\";}s:44:\"https://deborahbrody.com/tag/bloggers-block/\";a:2:{s:4:\"date\";s:14:\"March 25, 2014\";s:4:\"time\";s:7:\"8:58 am\";}s:51:\"https://deborahbrody.com/tag/headlines-and-content/\";a:2:{s:4:\"date\";s:14:\"March 25, 2014\";s:4:\"time\";s:7:\"8:58 am\";}s:51:\"https://deborahbrody.com/tag/teaching-social-media/\";a:2:{s:4:\"date\";s:13:\"April 2, 2014\";s:4:\"time\";s:7:\"3:40 pm\";}s:47:\"https://deborahbrody.com/tag/social-media-tips/\";a:2:{s:4:\"date\";s:13:\"April 2, 2014\";s:4:\"time\";s:7:\"3:40 pm\";}s:51:\"https://deborahbrody.com/tag/basis-of-storytelling/\";a:2:{s:4:\"date\";s:14:\"April 10, 2014\";s:4:\"time\";s:8:\"11:01 am\";}s:63:\"https://deborahbrody.com/tag/basic-questions-for-communicators/\";a:2:{s:4:\"date\";s:16:\"January 29, 2020\";s:4:\"time\";s:7:\"3:52 pm\";}s:55:\"https://deborahbrody.com/tag/getting-twitter-followers/\";a:2:{s:4:\"date\";s:14:\"April 14, 2014\";s:4:\"time\";s:8:\"11:12 am\";}s:69:\"https://deborahbrody.com/tag/communications-professional-development/\";a:2:{s:4:\"date\";s:14:\"April 14, 2014\";s:4:\"time\";s:8:\"11:12 am\";}s:44:\"https://deborahbrody.com/tag/self-awareness/\";a:2:{s:4:\"date\";s:14:\"April 21, 2014\";s:4:\"time\";s:8:\"11:09 am\";}s:66:\"https://deborahbrody.com/tag/personality-traits-in-communications/\";a:2:{s:4:\"date\";s:14:\"April 21, 2014\";s:4:\"time\";s:8:\"11:09 am\";}s:54:\"https://deborahbrody.com/tag/biz-stone-twitter-advice/\";a:2:{s:4:\"date\";s:14:\"April 21, 2014\";s:4:\"time\";s:8:\"11:09 am\";}s:54:\"https://deborahbrody.com/tag/how-to-behave-on-twitter/\";a:2:{s:4:\"date\";s:14:\"April 24, 2014\";s:4:\"time\";s:7:\"9:42 am\";}s:47:\"https://deborahbrody.com/tag/bad-pitch-letters/\";a:2:{s:4:\"date\";s:14:\"April 29, 2014\";s:4:\"time\";s:7:\"6:16 pm\";}s:46:\"https://deborahbrody.com/tag/wordpress-as-cms/\";a:2:{s:4:\"date\";s:14:\"April 29, 2014\";s:4:\"time\";s:7:\"6:16 pm\";}s:47:\"https://deborahbrody.com/tag/value-of-blogging/\";a:2:{s:4:\"date\";s:12:\"May 16, 2014\";s:4:\"time\";s:7:\"1:19 pm\";}s:47:\"https://deborahbrody.com/tag/power-of-blogging/\";a:2:{s:4:\"date\";s:12:\"May 16, 2014\";s:4:\"time\";s:7:\"1:19 pm\";}s:54:\"https://deborahbrody.com/tag/blogs-help-you-get-found/\";a:2:{s:4:\"date\";s:12:\"May 21, 2014\";s:4:\"time\";s:7:\"1:58 pm\";}s:62:\"https://deborahbrody.com/tag/what-to-do-when-feedly-goes-down/\";a:2:{s:4:\"date\";s:12:\"May 22, 2014\";s:4:\"time\";s:8:\"11:26 am\";}s:54:\"https://deborahbrody.com/tag/publicizing-blog-content/\";a:2:{s:4:\"date\";s:12:\"May 30, 2014\";s:4:\"time\";s:7:\"9:43 am\";}s:67:\"https://deborahbrody.com/tag/chamber-of-commerce-membership-trends/\";a:2:{s:4:\"date\";s:12:\"May 30, 2014\";s:4:\"time\";s:7:\"9:43 am\";}s:65:\"https://deborahbrody.com/tag/chambers-of-commerce-losing-members/\";a:2:{s:4:\"date\";s:12:\"June 2, 2014\";s:4:\"time\";s:7:\"4:47 pm\";}s:45:\"https://deborahbrody.com/tag/smart-marketing/\";a:2:{s:4:\"date\";s:12:\"June 2, 2014\";s:4:\"time\";s:7:\"4:47 pm\";}s:49:\"https://deborahbrody.com/tag/customized-messages/\";a:2:{s:4:\"date\";s:12:\"June 5, 2014\";s:4:\"time\";s:7:\"4:51 pm\";}s:65:\"https://deborahbrody.com/tag/importance-of-knowing-your-customer/\";a:2:{s:4:\"date\";s:13:\"June 10, 2014\";s:4:\"time\";s:8:\"10:06 am\";}s:49:\"https://deborahbrody.com/tag/website-bounce-rate/\";a:2:{s:4:\"date\";s:12:\"July 9, 2020\";s:4:\"time\";s:7:\"3:56 pm\";}s:54:\"https://deborahbrody.com/tag/improve-your-bounce-rate/\";a:2:{s:4:\"date\";s:13:\"June 12, 2014\";s:4:\"time\";s:7:\"4:02 pm\";}s:51:\"https://deborahbrody.com/tag/dbmc-summer-challenge/\";a:2:{s:4:\"date\";s:13:\"June 12, 2014\";s:4:\"time\";s:7:\"4:02 pm\";}s:52:\"https://deborahbrody.com/tag/things-to-do-in-summer/\";a:2:{s:4:\"date\";s:13:\"June 16, 2014\";s:4:\"time\";s:8:\"11:15 am\";}s:41:\"https://deborahbrody.com/tag/verbal-tics/\";a:2:{s:4:\"date\";s:13:\"June 25, 2014\";s:4:\"time\";s:7:\"1:27 pm\";}s:45:\"https://deborahbrody.com/tag/verbal-crutches/\";a:2:{s:4:\"date\";s:13:\"June 25, 2014\";s:4:\"time\";s:7:\"1:27 pm\";}s:56:\"https://deborahbrody.com/tag/service-provider-marketing/\";a:2:{s:4:\"date\";s:13:\"June 26, 2014\";s:4:\"time\";s:7:\"1:37 pm\";}s:50:\"https://deborahbrody.com/tag/basic-marketing-tips/\";a:2:{s:4:\"date\";s:13:\"June 26, 2014\";s:4:\"time\";s:7:\"1:37 pm\";}s:48:\"https://deborahbrody.com/tag/summer-challenge-2/\";a:2:{s:4:\"date\";s:13:\"June 26, 2014\";s:4:\"time\";s:7:\"1:37 pm\";}s:49:\"https://deborahbrody.com/tag/boosting-creativity/\";a:2:{s:4:\"date\";s:12:\"July 1, 2014\";s:4:\"time\";s:8:\"12:11 pm\";}s:48:\"https://deborahbrody.com/tag/social-media-audit/\";a:2:{s:4:\"date\";s:12:\"July 1, 2014\";s:4:\"time\";s:8:\"12:11 pm\";}s:44:\"https://deborahbrody.com/tag/content-issues/\";a:2:{s:4:\"date\";s:12:\"July 8, 2014\";s:4:\"time\";s:7:\"5:09 pm\";}s:50:\"https://deborahbrody.com/tag/importance-of-reader/\";a:2:{s:4:\"date\";s:12:\"July 8, 2014\";s:4:\"time\";s:7:\"5:09 pm\";}s:54:\"https://deborahbrody.com/tag/why-use-the-active-voice/\";a:2:{s:4:\"date\";s:15:\"August 27, 2014\";s:4:\"time\";s:7:\"9:31 am\";}s:49:\"https://deborahbrody.com/tag/avoid-passive-voice/\";a:2:{s:4:\"date\";s:13:\"July 10, 2014\";s:4:\"time\";s:7:\"1:59 pm\";}s:43:\"https://deborahbrody.com/tag/classic-books/\";a:2:{s:4:\"date\";s:13:\"July 10, 2014\";s:4:\"time\";s:7:\"1:59 pm\";}s:45:\"https://deborahbrody.com/tag/business-jargon/\";a:2:{s:4:\"date\";s:13:\"July 15, 2014\";s:4:\"time\";s:8:\"12:47 pm\";}s:42:\"https://deborahbrody.com/tag/using-jargon/\";a:2:{s:4:\"date\";s:14:\"August 8, 2017\";s:4:\"time\";s:7:\"9:07 am\";}s:57:\"https://deborahbrody.com/tag/passive-aggressive-behavior/\";a:2:{s:4:\"date\";s:14:\"August 7, 2014\";s:4:\"time\";s:7:\"7:40 am\";}s:62:\"https://deborahbrody.com/tag/passive-aggressive-communication/\";a:2:{s:4:\"date\";s:13:\"July 17, 2014\";s:4:\"time\";s:7:\"5:05 pm\";}s:48:\"https://deborahbrody.com/tag/social-media-break/\";a:2:{s:4:\"date\";s:13:\"July 24, 2014\";s:4:\"time\";s:7:\"9:37 am\";}s:48:\"https://deborahbrody.com/tag/internet-addiction/\";a:2:{s:4:\"date\";s:13:\"July 29, 2014\";s:4:\"time\";s:7:\"9:46 am\";}s:61:\"https://deborahbrody.com/tag/importance-of-form-and-function/\";a:2:{s:4:\"date\";s:13:\"July 29, 2014\";s:4:\"time\";s:7:\"9:46 am\";}s:54:\"https://deborahbrody.com/tag/negative-calls-to-action/\";a:2:{s:4:\"date\";s:13:\"July 31, 2014\";s:4:\"time\";s:8:\"10:43 am\";}s:47:\"https://deborahbrody.com/tag/new-style-pop-ups/\";a:2:{s:4:\"date\";s:13:\"July 31, 2014\";s:4:\"time\";s:8:\"10:43 am\";}s:45:\"https://deborahbrody.com/tag/self-censorship/\";a:2:{s:4:\"date\";s:14:\"August 7, 2014\";s:4:\"time\";s:7:\"7:40 am\";}s:64:\"https://deborahbrody.com/tag/offensive-behavior-on-social-media/\";a:2:{s:4:\"date\";s:15:\"August 14, 2014\";s:4:\"time\";s:7:\"9:20 am\";}s:51:\"https://deborahbrody.com/tag/reading-comprehension/\";a:2:{s:4:\"date\";s:15:\"August 14, 2014\";s:4:\"time\";s:7:\"9:20 am\";}s:49:\"https://deborahbrody.com/tag/message-development/\";a:2:{s:4:\"date\";s:15:\"August 20, 2014\";s:4:\"time\";s:7:\"4:55 pm\";}s:42:\"https://deborahbrody.com/tag/angry-tweets/\";a:2:{s:4:\"date\";s:15:\"August 20, 2014\";s:4:\"time\";s:7:\"4:55 pm\";}s:41:\"https://deborahbrody.com/tag/angry-posts/\";a:2:{s:4:\"date\";s:15:\"August 27, 2014\";s:4:\"time\";s:7:\"9:31 am\";}s:35:\"https://deborahbrody.com/tag/amadc/\";a:2:{s:4:\"date\";s:15:\"August 27, 2014\";s:4:\"time\";s:7:\"9:31 am\";}s:45:\"https://deborahbrody.com/tag/marketing-goals/\";a:2:{s:4:\"date\";s:17:\"September 4, 2014\";s:4:\"time\";s:7:\"9:16 am\";}s:48:\"https://deborahbrody.com/tag/web-writing-skills/\";a:2:{s:4:\"date\";s:18:\"September 10, 2014\";s:4:\"time\";s:7:\"9:32 am\";}s:46:\"https://deborahbrody.com/tag/leslie-oflahavan/\";a:2:{s:4:\"date\";s:18:\"September 10, 2014\";s:4:\"time\";s:7:\"9:32 am\";}s:56:\"https://deborahbrody.com/tag/web-design-and-web-writing/\";a:2:{s:4:\"date\";s:18:\"September 16, 2014\";s:4:\"time\";s:7:\"9:29 am\";}s:57:\"https://deborahbrody.com/tag/social-media-for-your-event/\";a:2:{s:4:\"date\";s:18:\"September 16, 2014\";s:4:\"time\";s:7:\"9:29 am\";}s:49:\"https://deborahbrody.com/tag/can-spam-compliance/\";a:2:{s:4:\"date\";s:18:\"September 22, 2014\";s:4:\"time\";s:7:\"4:06 pm\";}s:52:\"https://deborahbrody.com/tag/opt-in-for-newsletters/\";a:2:{s:4:\"date\";s:16:\"October 10, 2014\";s:4:\"time\";s:8:\"10:53 am\";}s:56:\"https://deborahbrody.com/tag/smart-communications-goals/\";a:2:{s:4:\"date\";s:16:\"October 15, 2014\";s:4:\"time\";s:7:\"2:13 pm\";}s:52:\"https://deborahbrody.com/tag/thanksgiving-greetings/\";a:2:{s:4:\"date\";s:16:\"October 15, 2014\";s:4:\"time\";s:7:\"2:13 pm\";}s:57:\"https://deborahbrody.com/tag/power-of-image-in-marketing/\";a:2:{s:4:\"date\";s:16:\"October 21, 2014\";s:4:\"time\";s:7:\"9:35 am\";}s:64:\"https://deborahbrody.com/tag/power-of-storytelling-in-marketing/\";a:2:{s:4:\"date\";s:16:\"October 21, 2014\";s:4:\"time\";s:7:\"9:35 am\";}s:48:\"https://deborahbrody.com/tag/twitter-automation/\";a:2:{s:4:\"date\";s:16:\"October 27, 2014\";s:4:\"time\";s:7:\"9:00 am\";}s:53:\"https://deborahbrody.com/tag/virgin-america-branding/\";a:2:{s:4:\"date\";s:13:\"July 28, 2016\";s:4:\"time\";s:7:\"8:27 am\";}s:43:\"https://deborahbrody.com/tag/blog-planning/\";a:2:{s:4:\"date\";s:16:\"October 27, 2014\";s:4:\"time\";s:7:\"9:00 am\";}s:50:\"https://deborahbrody.com/tag/blogging-resolutions/\";a:2:{s:4:\"date\";s:16:\"November 6, 2014\";s:4:\"time\";s:8:\"10:27 am\";}s:44:\"https://deborahbrody.com/tag/blogging-goals/\";a:2:{s:4:\"date\";s:14:\"April 29, 2015\";s:4:\"time\";s:8:\"10:33 am\";}s:54:\"https://deborahbrody.com/tag/defining-target-audience/\";a:2:{s:4:\"date\";s:17:\"November 13, 2014\";s:4:\"time\";s:8:\"11:25 am\";}s:49:\"https://deborahbrody.com/tag/successful-bloggers/\";a:2:{s:4:\"date\";s:17:\"November 19, 2014\";s:4:\"time\";s:7:\"4:06 pm\";}s:50:\"https://deborahbrody.com/tag/marketing-motivation/\";a:2:{s:4:\"date\";s:17:\"November 25, 2014\";s:4:\"time\";s:7:\"9:19 am\";}s:39:\"https://deborahbrody.com/tag/link-bait/\";a:2:{s:4:\"date\";s:16:\"December 1, 2014\";s:4:\"time\";s:7:\"8:01 am\";}s:49:\"https://deborahbrody.com/tag/formulaic-headlines/\";a:2:{s:4:\"date\";s:18:\"September 22, 2021\";s:4:\"time\";s:8:\"11:00 am\";}s:43:\"https://deborahbrody.com/tag/blog-comments/\";a:2:{s:4:\"date\";s:16:\"December 9, 2014\";s:4:\"time\";s:8:\"10:55 am\";}s:56:\"https://deborahbrody.com/tag/allowing-comments-on-blogs/\";a:2:{s:4:\"date\";s:17:\"December 19, 2014\";s:4:\"time\";s:7:\"7:06 pm\";}s:49:\"https://deborahbrody.com/tag/social-media-crisis/\";a:2:{s:4:\"date\";s:15:\"January 7, 2015\";s:4:\"time\";s:7:\"9:06 am\";}s:56:\"https://deborahbrody.com/tag/brian-williams-controversy/\";a:2:{s:4:\"date\";s:15:\"January 7, 2015\";s:4:\"time\";s:7:\"9:06 am\";}s:46:\"https://deborahbrody.com/tag/uber-controversy/\";a:2:{s:4:\"date\";s:15:\"January 7, 2015\";s:4:\"time\";s:7:\"9:06 am\";}s:52:\"https://deborahbrody.com/tag/bill-cosby-controversy/\";a:2:{s:4:\"date\";s:17:\"February 12, 2021\";s:4:\"time\";s:7:\"9:53 am\";}s:47:\"https://deborahbrody.com/tag/barriers-to-entry/\";a:2:{s:4:\"date\";s:16:\"January 13, 2015\";s:4:\"time\";s:8:\"10:09 am\";}s:45:\"https://deborahbrody.com/tag/conversion-rate/\";a:2:{s:4:\"date\";s:16:\"January 20, 2015\";s:4:\"time\";s:8:\"10:27 am\";}s:43:\"https://deborahbrody.com/tag/misused-words/\";a:2:{s:4:\"date\";s:16:\"February 2, 2015\";s:4:\"time\";s:8:\"10:36 am\";}s:48:\"https://deborahbrody.com/tag/copy-editing-rules/\";a:2:{s:4:\"date\";s:16:\"February 2, 2015\";s:4:\"time\";s:8:\"10:36 am\";}s:49:\"https://deborahbrody.com/tag/grammar-and-writing/\";a:2:{s:4:\"date\";s:16:\"February 9, 2015\";s:4:\"time\";s:7:\"8:20 pm\";}s:52:\"https://deborahbrody.com/tag/articles-about-writing/\";a:2:{s:4:\"date\";s:16:\"February 6, 2015\";s:4:\"time\";s:8:\"12:42 pm\";}s:52:\"https://deborahbrody.com/tag/articles-about-editing/\";a:2:{s:4:\"date\";s:16:\"February 6, 2015\";s:4:\"time\";s:8:\"12:42 pm\";}s:41:\"https://deborahbrody.com/tag/wmata-image/\";a:2:{s:4:\"date\";s:16:\"February 6, 2015\";s:4:\"time\";s:8:\"12:42 pm\";}s:50:\"https://deborahbrody.com/tag/wmata-hires-pr-firms/\";a:2:{s:4:\"date\";s:16:\"February 6, 2015\";s:4:\"time\";s:8:\"12:42 pm\";}s:46:\"https://deborahbrody.com/tag/google-translate/\";a:2:{s:4:\"date\";s:17:\"February 12, 2015\";s:4:\"time\";s:7:\"3:44 pm\";}s:35:\"https://deborahbrody.com/tag/tools/\";a:2:{s:4:\"date\";s:17:\"February 12, 2015\";s:4:\"time\";s:7:\"3:44 pm\";}s:54:\"https://deborahbrody.com/tag/best-articles-on-writing/\";a:2:{s:4:\"date\";s:14:\"April 27, 2015\";s:4:\"time\";s:7:\"9:56 am\";}s:55:\"https://deborahbrody.com/tag/best-articles-on-blogging/\";a:2:{s:4:\"date\";s:14:\"April 27, 2015\";s:4:\"time\";s:7:\"9:56 am\";}s:52:\"https://deborahbrody.com/tag/twitter-best-practices/\";a:2:{s:4:\"date\";s:16:\"January 14, 2021\";s:4:\"time\";s:7:\"9:24 am\";}s:46:\"https://deborahbrody.com/tag/sarcasm-in-blogs/\";a:2:{s:4:\"date\";s:13:\"March 6, 2015\";s:4:\"time\";s:7:\"4:53 pm\";}s:49:\"https://deborahbrody.com/tag/sarcasm-in-blogging/\";a:2:{s:4:\"date\";s:13:\"March 6, 2015\";s:4:\"time\";s:7:\"4:53 pm\";}s:55:\"https://deborahbrody.com/tag/sarcasm-and-communication/\";a:2:{s:4:\"date\";s:14:\"March 10, 2015\";s:4:\"time\";s:7:\"4:21 pm\";}s:43:\"https://deborahbrody.com/tag/brad-phillips/\";a:2:{s:4:\"date\";s:14:\"March 10, 2015\";s:4:\"time\";s:7:\"4:21 pm\";}s:53:\"https://deborahbrody.com/tag/look-for-value-not-cost/\";a:2:{s:4:\"date\";s:14:\"March 17, 2015\";s:4:\"time\";s:8:\"10:16 am\";}s:45:\"https://deborahbrody.com/tag/good-fast-cheap/\";a:2:{s:4:\"date\";s:14:\"March 17, 2015\";s:4:\"time\";s:8:\"10:16 am\";}s:53:\"https://deborahbrody.com/tag/dogma-in-communications/\";a:2:{s:4:\"date\";s:14:\"April 10, 2015\";s:4:\"time\";s:8:\"10:51 am\";}s:48:\"https://deborahbrody.com/tag/press-release-dead/\";a:2:{s:4:\"date\";s:14:\"March 20, 2015\";s:4:\"time\";s:7:\"9:29 am\";}s:49:\"https://deborahbrody.com/tag/website-maintenance/\";a:2:{s:4:\"date\";s:14:\"March 20, 2015\";s:4:\"time\";s:7:\"9:29 am\";}s:53:\"https://deborahbrody.com/tag/keep-website-up-to-date/\";a:2:{s:4:\"date\";s:14:\"March 24, 2015\";s:4:\"time\";s:7:\"3:11 pm\";}s:56:\"https://deborahbrody.com/tag/customer-feedback-requests/\";a:2:{s:4:\"date\";s:14:\"March 31, 2015\";s:4:\"time\";s:8:\"10:56 am\";}s:62:\"https://deborahbrody.com/tag/how-to-ask-for-customer-feedback/\";a:2:{s:4:\"date\";s:14:\"March 31, 2015\";s:4:\"time\";s:8:\"10:56 am\";}s:45:\"https://deborahbrody.com/tag/bait-and-switch/\";a:2:{s:4:\"date\";s:14:\"March 31, 2015\";s:4:\"time\";s:8:\"10:56 am\";}s:39:\"https://deborahbrody.com/tag/grammarly/\";a:2:{s:4:\"date\";s:12:\"May 26, 2016\";s:4:\"time\";s:7:\"8:52 am\";}s:49:\"https://deborahbrody.com/tag/using-term-old-maid/\";a:2:{s:4:\"date\";s:13:\"April 9, 2015\";s:4:\"time\";s:8:\"11:54 am\";}s:42:\"https://deborahbrody.com/tag/broken-links/\";a:2:{s:4:\"date\";s:13:\"April 9, 2015\";s:4:\"time\";s:8:\"11:54 am\";}s:44:\"https://deborahbrody.com/tag/page-404-error/\";a:2:{s:4:\"date\";s:14:\"April 23, 2015\";s:4:\"time\";s:8:\"10:12 am\";}s:55:\"https://deborahbrody.com/tag/dealing-with-broken-links/\";a:2:{s:4:\"date\";s:17:\"November 14, 2018\";s:4:\"time\";s:7:\"1:59 pm\";}s:42:\"https://deborahbrody.com/tag/bobby-jindal/\";a:2:{s:4:\"date\";s:12:\"May 19, 2015\";s:4:\"time\";s:8:\"11:08 am\";}s:54:\"https://deborahbrody.com/tag/authenticity-in-politics/\";a:2:{s:4:\"date\";s:12:\"May 19, 2015\";s:4:\"time\";s:8:\"11:08 am\";}s:53:\"https://deborahbrody.com/tag/communications-planning/\";a:2:{s:4:\"date\";s:12:\"May 27, 2015\";s:4:\"time\";s:7:\"6:22 pm\";}s:46:\"https://deborahbrody.com/tag/website-blunders/\";a:2:{s:4:\"date\";s:12:\"May 27, 2015\";s:4:\"time\";s:7:\"6:22 pm\";}s:46:\"https://deborahbrody.com/tag/high-bounce-rate/\";a:2:{s:4:\"date\";s:12:\"June 2, 2015\";s:4:\"time\";s:8:\"12:14 pm\";}s:44:\"https://deborahbrody.com/tag/usage-mistakes/\";a:2:{s:4:\"date\";s:12:\"June 5, 2015\";s:4:\"time\";s:7:\"1:57 pm\";}s:57:\"https://deborahbrody.com/tag/understanding-your-audience/\";a:2:{s:4:\"date\";s:12:\"June 5, 2015\";s:4:\"time\";s:7:\"1:57 pm\";}s:54:\"https://deborahbrody.com/tag/linkedin-long-form-posts/\";a:2:{s:4:\"date\";s:12:\"June 9, 2015\";s:4:\"time\";s:7:\"8:30 am\";}s:55:\"https://deborahbrody.com/tag/successful-linkedin-posts/\";a:2:{s:4:\"date\";s:12:\"June 9, 2015\";s:4:\"time\";s:7:\"8:30 am\";}s:46:\"https://deborahbrody.com/tag/twitter-strategy/\";a:2:{s:4:\"date\";s:12:\"June 9, 2015\";s:4:\"time\";s:7:\"8:30 am\";}s:56:\"https://deborahbrody.com/tag/develop-a-twitter-strategy/\";a:2:{s:4:\"date\";s:13:\"June 24, 2015\";s:4:\"time\";s:7:\"1:36 pm\";}s:45:\"https://deborahbrody.com/tag/twitter-tactics/\";a:2:{s:4:\"date\";s:13:\"June 24, 2015\";s:4:\"time\";s:7:\"1:36 pm\";}s:53:\"https://deborahbrody.com/tag/gender-neutral-pronouns/\";a:2:{s:4:\"date\";s:12:\"July 1, 2015\";s:4:\"time\";s:7:\"2:31 pm\";}s:53:\"https://deborahbrody.com/tag/strategic-communication/\";a:2:{s:4:\"date\";s:12:\"July 7, 2015\";s:4:\"time\";s:7:\"9:38 am\";}s:54:\"https://deborahbrody.com/tag/verizon-customer-service/\";a:2:{s:4:\"date\";s:12:\"July 7, 2015\";s:4:\"time\";s:7:\"9:38 am\";}s:52:\"https://deborahbrody.com/tag/communicating-benefits/\";a:2:{s:4:\"date\";s:13:\"July 10, 2015\";s:4:\"time\";s:7:\"8:50 am\";}s:42:\"https://deborahbrody.com/tag/user-reviews/\";a:2:{s:4:\"date\";s:13:\"July 16, 2015\";s:4:\"time\";s:7:\"1:25 pm\";}s:55:\"https://deborahbrody.com/tag/dealing-with-user-reviews/\";a:2:{s:4:\"date\";s:16:\"November 3, 2016\";s:4:\"time\";s:8:\"10:25 am\";}s:49:\"https://deborahbrody.com/tag/guilt-and-marketing/\";a:2:{s:4:\"date\";s:13:\"July 28, 2015\";s:4:\"time\";s:7:\"9:37 am\";}s:45:\"https://deborahbrody.com/tag/charity-appeals/\";a:2:{s:4:\"date\";s:13:\"July 28, 2015\";s:4:\"time\";s:7:\"9:37 am\";}s:55:\"https://deborahbrody.com/tag/using-guilt-to-get-donors/\";a:2:{s:4:\"date\";s:14:\"August 4, 2015\";s:4:\"time\";s:8:\"10:27 am\";}s:52:\"https://deborahbrody.com/tag/having-alternate-plans/\";a:2:{s:4:\"date\";s:14:\"August 4, 2015\";s:4:\"time\";s:8:\"10:27 am\";}s:47:\"https://deborahbrody.com/tag/technology-issues/\";a:2:{s:4:\"date\";s:14:\"August 4, 2015\";s:4:\"time\";s:8:\"10:27 am\";}s:52:\"https://deborahbrody.com/tag/advertising-algorithms/\";a:2:{s:4:\"date\";s:15:\"August 18, 2015\";s:4:\"time\";s:7:\"5:42 pm\";}s:66:\"https://deborahbrody.com/tag/necessary-information-to-communicate/\";a:2:{s:4:\"date\";s:15:\"August 27, 2015\";s:4:\"time\";s:7:\"9:28 am\";}s:46:\"https://deborahbrody.com/tag/automated-tweets/\";a:2:{s:4:\"date\";s:17:\"September 4, 2015\";s:4:\"time\";s:8:\"11:27 am\";}s:58:\"https://deborahbrody.com/tag/attention-span-and-marketing/\";a:2:{s:4:\"date\";s:17:\"September 8, 2015\";s:4:\"time\";s:7:\"4:01 pm\";}s:65:\"https://deborahbrody.com/tag/marketing-to-a-short-attention-span/\";a:2:{s:4:\"date\";s:18:\"September 16, 2015\";s:4:\"time\";s:8:\"11:26 am\";}s:58:\"https://deborahbrody.com/tag/georgetown-cupcake-marketing/\";a:2:{s:4:\"date\";s:18:\"September 16, 2015\";s:4:\"time\";s:8:\"11:26 am\";}s:43:\"https://deborahbrody.com/tag/giving-thanks/\";a:2:{s:4:\"date\";s:18:\"September 22, 2015\";s:4:\"time\";s:8:\"11:07 am\";}s:42:\"https://deborahbrody.com/tag/thanksgiving/\";a:2:{s:4:\"date\";s:18:\"September 22, 2015\";s:4:\"time\";s:8:\"11:07 am\";}s:39:\"https://deborahbrody.com/tag/nanowrimo/\";a:2:{s:4:\"date\";s:18:\"September 22, 2015\";s:4:\"time\";s:8:\"11:07 am\";}s:45:\"https://deborahbrody.com/tag/what-is-a-novel/\";a:2:{s:4:\"date\";s:15:\"October 5, 2015\";s:4:\"time\";s:8:\"10:15 am\";}s:72:\"https://deborahbrody.com/tag/current-business-versus-potential-business/\";a:2:{s:4:\"date\";s:15:\"October 5, 2015\";s:4:\"time\";s:8:\"10:15 am\";}s:45:\"https://deborahbrody.com/tag/bad-2015-trends/\";a:2:{s:4:\"date\";s:16:\"October 15, 2015\";s:4:\"time\";s:8:\"11:59 am\";}s:53:\"https://deborahbrody.com/tag/choosing-a-website-host/\";a:2:{s:4:\"date\";s:16:\"October 27, 2015\";s:4:\"time\";s:7:\"9:35 am\";}s:45:\"https://deborahbrody.com/tag/website-hosting/\";a:2:{s:4:\"date\";s:16:\"November 3, 2015\";s:4:\"time\";s:7:\"4:51 pm\";}s:48:\"https://deborahbrody.com/tag/sarah-palin-speech/\";a:2:{s:4:\"date\";s:17:\"November 10, 2015\";s:4:\"time\";s:8:\"10:40 am\";}s:43:\"https://deborahbrody.com/tag/carrie-morgan/\";a:2:{s:4:\"date\";s:17:\"November 17, 2015\";s:4:\"time\";s:8:\"10:44 am\";}s:45:\"https://deborahbrody.com/tag/above-the-noise/\";a:2:{s:4:\"date\";s:17:\"November 24, 2015\";s:4:\"time\";s:8:\"10:29 am\";}s:42:\"https://deborahbrody.com/tag/writing-tips/\";a:2:{s:4:\"date\";s:17:\"November 24, 2015\";s:4:\"time\";s:8:\"10:29 am\";}s:47:\"https://deborahbrody.com/tag/super-bowl-50-ads/\";a:2:{s:4:\"date\";s:17:\"December 23, 2015\";s:4:\"time\";s:8:\"12:52 pm\";}s:62:\"https://deborahbrody.com/tag/does-super-bowl-advertising-work/\";a:2:{s:4:\"date\";s:17:\"December 23, 2015\";s:4:\"time\";s:8:\"12:52 pm\";}s:35:\"https://deborahbrody.com/tag/truth/\";a:2:{s:4:\"date\";s:17:\"December 16, 2015\";s:4:\"time\";s:8:\"10:30 am\";}s:39:\"https://deborahbrody.com/tag/spotlight/\";a:2:{s:4:\"date\";s:17:\"December 31, 2015\";s:4:\"time\";s:7:\"9:36 am\";}s:58:\"https://deborahbrody.com/tag/journalism-and-fact-checking/\";a:2:{s:4:\"date\";s:16:\"January 12, 2016\";s:4:\"time\";s:7:\"9:47 am\";}s:44:\"https://deborahbrody.com/tag/chuck-tanowitz/\";a:2:{s:4:\"date\";s:16:\"January 12, 2016\";s:4:\"time\";s:7:\"9:47 am\";}s:51:\"https://deborahbrody.com/tag/importance-of-writing/\";a:2:{s:4:\"date\";s:16:\"January 21, 2016\";s:4:\"time\";s:7:\"1:27 pm\";}s:50:\"https://deborahbrody.com/tag/re-purposing-content/\";a:2:{s:4:\"date\";s:17:\"November 29, 2016\";s:4:\"time\";s:8:\"10:58 am\";}s:55:\"https://deborahbrody.com/tag/how-to-re-purpose-content/\";a:2:{s:4:\"date\";s:16:\"January 28, 2016\";s:4:\"time\";s:8:\"10:30 am\";}s:49:\"https://deborahbrody.com/tag/clear-communication/\";a:2:{s:4:\"date\";s:16:\"January 28, 2016\";s:4:\"time\";s:8:\"10:30 am\";}s:41:\"https://deborahbrody.com/tag/no-response/\";a:2:{s:4:\"date\";s:16:\"October 27, 2016\";s:4:\"time\";s:7:\"9:10 am\";}s:49:\"https://deborahbrody.com/tag/business-networking/\";a:2:{s:4:\"date\";s:16:\"February 9, 2016\";s:4:\"time\";s:7:\"5:39 pm\";}s:53:\"https://deborahbrody.com/tag/soulcycle-word-of-mouth/\";a:2:{s:4:\"date\";s:16:\"February 9, 2016\";s:4:\"time\";s:7:\"5:39 pm\";}s:42:\"https://deborahbrody.com/tag/julie-mullen/\";a:2:{s:4:\"date\";s:17:\"February 16, 2016\";s:4:\"time\";s:8:\"12:53 pm\";}s:45:\"https://deborahbrody.com/tag/the-buzz-agency/\";a:2:{s:4:\"date\";s:17:\"February 16, 2016\";s:4:\"time\";s:8:\"12:53 pm\";}s:44:\"https://deborahbrody.com/tag/writing-advice/\";a:2:{s:4:\"date\";s:17:\"February 16, 2016\";s:4:\"time\";s:8:\"12:53 pm\";}s:60:\"https://deborahbrody.com/tag/why-discounts-dont-always-work/\";a:2:{s:4:\"date\";s:17:\"February 25, 2016\";s:4:\"time\";s:7:\"8:38 am\";}s:37:\"https://deborahbrody.com/tag/feedbak/\";a:2:{s:4:\"date\";s:17:\"February 25, 2016\";s:4:\"time\";s:7:\"8:38 am\";}s:37:\"https://deborahbrody.com/tag/reviews/\";a:2:{s:4:\"date\";s:13:\"March 3, 2016\";s:4:\"time\";s:7:\"4:01 pm\";}s:69:\"https://deborahbrody.com/tag/difference-between-feedback-and-reviews/\";a:2:{s:4:\"date\";s:13:\"March 3, 2016\";s:4:\"time\";s:7:\"4:01 pm\";}s:40:\"https://deborahbrody.com/tag/jay-morris/\";a:2:{s:4:\"date\";s:14:\"March 10, 2016\";s:4:\"time\";s:7:\"9:25 am\";}s:49:\"https://deborahbrody.com/tag/thoughts-on-writing/\";a:2:{s:4:\"date\";s:14:\"March 10, 2016\";s:4:\"time\";s:7:\"9:25 am\";}s:45:\"https://deborahbrody.com/tag/simple-language/\";a:2:{s:4:\"date\";s:14:\"March 23, 2016\";s:4:\"time\";s:7:\"1:32 pm\";}s:48:\"https://deborahbrody.com/tag/social-media-likes/\";a:2:{s:4:\"date\";s:14:\"March 23, 2016\";s:4:\"time\";s:7:\"1:32 pm\";}s:49:\"https://deborahbrody.com/tag/social-media-shares/\";a:2:{s:4:\"date\";s:14:\"March 31, 2016\";s:4:\"time\";s:7:\"9:28 am\";}s:48:\"https://deborahbrody.com/tag/social-media-goals/\";a:2:{s:4:\"date\";s:14:\"March 31, 2016\";s:4:\"time\";s:7:\"9:28 am\";}s:56:\"https://deborahbrody.com/tag/writing-and-media-training/\";a:2:{s:4:\"date\";s:14:\"March 31, 2016\";s:4:\"time\";s:7:\"9:28 am\";}s:44:\"https://deborahbrody.com/tag/facebook-likes/\";a:2:{s:4:\"date\";s:14:\"April 13, 2016\";s:4:\"time\";s:7:\"9:34 am\";}s:52:\"https://deborahbrody.com/tag/forcing-facebook-likes/\";a:2:{s:4:\"date\";s:14:\"April 13, 2016\";s:4:\"time\";s:7:\"9:39 am\";}s:52:\"https://deborahbrody.com/tag/delta-customer-service/\";a:2:{s:4:\"date\";s:14:\"April 13, 2016\";s:4:\"time\";s:7:\"9:39 am\";}s:44:\"https://deborahbrody.com/tag/delat-airlines/\";a:2:{s:4:\"date\";s:14:\"April 13, 2016\";s:4:\"time\";s:7:\"9:39 am\";}s:56:\"https://deborahbrody.com/tag/importance-of-copy-editing/\";a:2:{s:4:\"date\";s:14:\"April 28, 2016\";s:4:\"time\";s:7:\"9:37 am\";}s:56:\"https://deborahbrody.com/tag/importance-of-proofreading/\";a:2:{s:4:\"date\";s:14:\"April 28, 2016\";s:4:\"time\";s:7:\"9:37 am\";}s:41:\"https://deborahbrody.com/tag/credibility/\";a:2:{s:4:\"date\";s:12:\"May 11, 2016\";s:4:\"time\";s:7:\"9:19 am\";}s:54:\"https://deborahbrody.com/tag/misleading-subject-lines/\";a:2:{s:4:\"date\";s:12:\"May 18, 2016\";s:4:\"time\";s:7:\"1:28 pm\";}s:55:\"https://deborahbrody.com/tag/using-symbols-and-signals/\";a:2:{s:4:\"date\";s:12:\"May 18, 2016\";s:4:\"time\";s:7:\"1:28 pm\";}s:47:\"https://deborahbrody.com/tag/universal-symbols/\";a:2:{s:4:\"date\";s:12:\"May 18, 2016\";s:4:\"time\";s:7:\"1:28 pm\";}s:42:\"https://deborahbrody.com/tag/stu-opperman/\";a:2:{s:4:\"date\";s:12:\"May 26, 2016\";s:4:\"time\";s:7:\"8:52 am\";}s:44:\"https://deborahbrody.com/tag/impact-players/\";a:2:{s:4:\"date\";s:12:\"June 3, 2016\";s:4:\"time\";s:7:\"9:35 am\";}s:52:\"https://deborahbrody.com/tag/washington-post-errors/\";a:2:{s:4:\"date\";s:12:\"June 3, 2016\";s:4:\"time\";s:7:\"9:35 am\";}s:51:\"https://deborahbrody.com/tag/need-for-copy-editors/\";a:2:{s:4:\"date\";s:13:\"June 14, 2016\";s:4:\"time\";s:8:\"10:53 am\";}s:60:\"https://deborahbrody.com/tag/active-posting-on-social-media/\";a:2:{s:4:\"date\";s:13:\"June 14, 2016\";s:4:\"time\";s:8:\"10:53 am\";}s:39:\"https://deborahbrody.com/tag/wordiness/\";a:2:{s:4:\"date\";s:14:\"March 16, 2017\";s:4:\"time\";s:7:\"2:00 pm\";}s:41:\"https://deborahbrody.com/tag/punctuation/\";a:2:{s:4:\"date\";s:13:\"June 22, 2016\";s:4:\"time\";s:7:\"9:52 am\";}s:45:\"https://deborahbrody.com/tag/clear-messaging/\";a:2:{s:4:\"date\";s:14:\"August 9, 2016\";s:4:\"time\";s:8:\"10:42 am\";}s:45:\"https://deborahbrody.com/tag/bonnie-friedman/\";a:2:{s:4:\"date\";s:14:\"August 9, 2016\";s:4:\"time\";s:8:\"10:42 am\";}s:51:\"https://deborahbrody.com/tag/hospital-warrior-book/\";a:2:{s:4:\"date\";s:15:\"August 18, 2016\";s:4:\"time\";s:8:\"12:51 pm\";}s:72:\"https://deborahbrody.com/tag/sharing-political-opinions-on-social-media/\";a:2:{s:4:\"date\";s:15:\"August 18, 2016\";s:4:\"time\";s:8:\"12:51 pm\";}s:46:\"https://deborahbrody.com/tag/todd-van-hoosear/\";a:2:{s:4:\"date\";s:15:\"August 25, 2016\";s:4:\"time\";s:8:\"10:11 am\";}s:58:\"https://deborahbrody.com/tag/use-social-media-effectively/\";a:2:{s:4:\"date\";s:15:\"August 25, 2016\";s:4:\"time\";s:8:\"10:11 am\";}s:57:\"https://deborahbrody.com/tag/what-information-to-include/\";a:2:{s:4:\"date\";s:17:\"September 1, 2016\";s:4:\"time\";s:8:\"10:24 am\";}s:48:\"https://deborahbrody.com/tag/5-ws-of-journalism/\";a:2:{s:4:\"date\";s:17:\"September 1, 2016\";s:4:\"time\";s:8:\"10:24 am\";}s:50:\"https://deborahbrody.com/tag/ami-neiberger-miller/\";a:2:{s:4:\"date\";s:18:\"September 12, 2016\";s:4:\"time\";s:7:\"4:51 pm\";}s:44:\"https://deborahbrody.com/tag/pr-and-writing/\";a:2:{s:4:\"date\";s:18:\"September 22, 2016\";s:4:\"time\";s:8:\"10:22 am\";}s:44:\"https://deborahbrody.com/tag/abuse-of-email/\";a:2:{s:4:\"date\";s:18:\"September 22, 2016\";s:4:\"time\";s:8:\"10:22 am\";}s:47:\"https://deborahbrody.com/tag/promotional-items/\";a:2:{s:4:\"date\";s:18:\"September 22, 2016\";s:4:\"time\";s:8:\"10:22 am\";}s:49:\"https://deborahbrody.com/tag/the-washington-post/\";a:2:{s:4:\"date\";s:18:\"September 29, 2016\";s:4:\"time\";s:7:\"9:59 am\";}s:48:\"https://deborahbrody.com/tag/customer-retention/\";a:2:{s:4:\"date\";s:18:\"September 29, 2016\";s:4:\"time\";s:7:\"9:59 am\";}s:54:\"https://deborahbrody.com/tag/email-marketing-mistakes/\";a:2:{s:4:\"date\";s:16:\"October 24, 2016\";s:4:\"time\";s:8:\"11:10 am\";}s:35:\"https://deborahbrody.com/tag/typos/\";a:2:{s:4:\"date\";s:16:\"October 27, 2016\";s:4:\"time\";s:7:\"9:10 am\";}s:56:\"https://deborahbrody.com/tag/accuracy-in-communications/\";a:2:{s:4:\"date\";s:16:\"November 3, 2016\";s:4:\"time\";s:8:\"10:25 am\";}s:52:\"https://deborahbrody.com/tag/user-friendly-websites/\";a:2:{s:4:\"date\";s:17:\"November 10, 2016\";s:4:\"time\";s:8:\"10:58 am\";}s:40:\"https://deborahbrody.com/tag/bill-walsh/\";a:2:{s:4:\"date\";s:17:\"November 10, 2016\";s:4:\"time\";s:8:\"10:58 am\";}s:41:\"https://deborahbrody.com/tag/readability/\";a:2:{s:4:\"date\";s:17:\"November 29, 2016\";s:4:\"time\";s:8:\"10:58 am\";}s:60:\"https://deborahbrody.com/tag/nonprofit-event-best-practices/\";a:2:{s:4:\"date\";s:17:\"November 29, 2016\";s:4:\"time\";s:8:\"10:58 am\";}s:55:\"https://deborahbrody.com/tag/customer-acquisition-cost/\";a:2:{s:4:\"date\";s:17:\"November 29, 2016\";s:4:\"time\";s:7:\"1:28 pm\";}s:47:\"https://deborahbrody.com/tag/cost-of-marketing/\";a:2:{s:4:\"date\";s:17:\"December 15, 2016\";s:4:\"time\";s:7:\"9:44 am\";}s:42:\"https://deborahbrody.com/tag/media-crises/\";a:2:{s:4:\"date\";s:16:\"January 11, 2017\";s:4:\"time\";s:7:\"9:56 am\";}s:45:\"https://deborahbrody.com/tag/united-airlines/\";a:2:{s:4:\"date\";s:17:\"December 14, 2018\";s:4:\"time\";s:8:\"11:29 am\";}s:41:\"https://deborahbrody.com/tag/sean-spicer/\";a:2:{s:4:\"date\";s:12:\"May 31, 2018\";s:4:\"time\";s:7:\"3:21 pm\";}s:54:\"https://deborahbrody.com/tag/good-communications-tips/\";a:2:{s:4:\"date\";s:13:\"March 2, 2017\";s:4:\"time\";s:7:\"8:42 am\";}s:62:\"https://deborahbrody.com/tag/tips-to-be-a-better-communicator/\";a:2:{s:4:\"date\";s:14:\"August 8, 2017\";s:4:\"time\";s:7:\"9:07 am\";}s:44:\"https://deborahbrody.com/tag/fios-on-demand/\";a:2:{s:4:\"date\";s:13:\"March 7, 2017\";s:4:\"time\";s:7:\"1:24 pm\";}s:45:\"https://deborahbrody.com/tag/fandango-movies/\";a:2:{s:4:\"date\";s:14:\"March 16, 2017\";s:4:\"time\";s:7:\"2:00 pm\";}s:55:\"https://deborahbrody.com/tag/nonprofit-communicationss/\";a:2:{s:4:\"date\";s:14:\"March 21, 2017\";s:4:\"time\";s:8:\"10:12 am\";}s:56:\"https://deborahbrody.com/tag/memorial-day-and-marketing/\";a:2:{s:4:\"date\";s:14:\"March 28, 2017\";s:4:\"time\";s:8:\"11:24 am\";}s:50:\"https://deborahbrody.com/tag/restaurant-marketing/\";a:2:{s:4:\"date\";s:13:\"April 5, 2017\";s:4:\"time\";s:7:\"1:44 pm\";}s:56:\"https://deborahbrody.com/tag/purpose-of-corporate-blogs/\";a:2:{s:4:\"date\";s:13:\"April 5, 2017\";s:4:\"time\";s:7:\"1:44 pm\";}s:50:\"https://deborahbrody.com/tag/organizational-blogs/\";a:2:{s:4:\"date\";s:14:\"April 12, 2017\";s:4:\"time\";s:7:\"1:09 pm\";}s:41:\"https://deborahbrody.com/tag/wordcamp-dc/\";a:2:{s:4:\"date\";s:14:\"April 12, 2017\";s:4:\"time\";s:7:\"1:09 pm\";}s:45:\"https://deborahbrody.com/tag/wordpress-hacks/\";a:2:{s:4:\"date\";s:14:\"August 1, 2017\";s:4:\"time\";s:8:\"10:18 am\";}s:57:\"https://deborahbrody.com/tag/importance-of-local-tv-news/\";a:2:{s:4:\"date\";s:14:\"April 28, 2017\";s:4:\"time\";s:7:\"9:31 am\";}s:39:\"https://deborahbrody.com/tag/jim-vance/\";a:2:{s:4:\"date\";s:14:\"April 28, 2017\";s:4:\"time\";s:7:\"9:31 am\";}s:40:\"https://deborahbrody.com/tag/scaramucci/\";a:2:{s:4:\"date\";s:14:\"April 27, 2017\";s:4:\"time\";s:8:\"10:00 am\";}s:56:\"https://deborahbrody.com/tag/white-house-communications/\";a:2:{s:4:\"date\";s:14:\"April 27, 2017\";s:4:\"time\";s:8:\"10:00 am\";}s:47:\"https://deborahbrody.com/tag/weta-pledge-drive/\";a:2:{s:4:\"date\";s:12:\"May 11, 2017\";s:4:\"time\";s:7:\"9:59 am\";}s:41:\"https://deborahbrody.com/tag/pbs-support/\";a:2:{s:4:\"date\";s:12:\"May 31, 2017\";s:4:\"time\";s:7:\"1:02 pm\";}s:38:\"https://deborahbrody.com/tag/attcares/\";a:2:{s:4:\"date\";s:16:\"October 25, 2017\";s:4:\"time\";s:7:\"4:19 pm\";}s:33:\"https://deborahbrody.com/tag/seo/\";a:2:{s:4:\"date\";s:13:\"June 28, 2017\";s:4:\"time\";s:7:\"1:30 pm\";}s:56:\"https://deborahbrody.com/tag/communications-and-clarity/\";a:2:{s:4:\"date\";s:13:\"June 28, 2017\";s:4:\"time\";s:7:\"1:30 pm\";}s:54:\"https://deborahbrody.com/tag/be-clear-in-your-writing/\";a:2:{s:4:\"date\";s:13:\"July 18, 2017\";s:4:\"time\";s:7:\"9:27 am\";}s:64:\"https://deborahbrody.com/tag/information-to-include-on-websites/\";a:2:{s:4:\"date\";s:13:\"July 18, 2017\";s:4:\"time\";s:7:\"9:27 am\";}s:51:\"https://deborahbrody.com/tag/corporate-gift-giving/\";a:2:{s:4:\"date\";s:13:\"July 27, 2017\";s:4:\"time\";s:7:\"1:58 pm\";}s:48:\"https://deborahbrody.com/tag/thanking-customers/\";a:2:{s:4:\"date\";s:13:\"July 27, 2017\";s:4:\"time\";s:7:\"1:58 pm\";}s:53:\"https://deborahbrody.com/tag/bad-marketing-decisions/\";a:2:{s:4:\"date\";s:14:\"August 1, 2017\";s:4:\"time\";s:8:\"10:18 am\";}s:44:\"https://deborahbrody.com/tag/giving-tuesday/\";a:2:{s:4:\"date\";s:14:\"August 1, 2017\";s:4:\"time\";s:8:\"10:18 am\";}s:41:\"https://deborahbrody.com/tag/pay-to-play/\";a:2:{s:4:\"date\";s:15:\"August 15, 2017\";s:4:\"time\";s:8:\"11:37 am\";}s:57:\"https://deborahbrody.com/tag/washington-business-journal/\";a:2:{s:4:\"date\";s:15:\"August 15, 2017\";s:4:\"time\";s:8:\"11:37 am\";}s:53:\"https://deborahbrody.com/tag/personnel-announcements/\";a:2:{s:4:\"date\";s:17:\"September 7, 2017\";s:4:\"time\";s:7:\"3:56 pm\";}s:42:\"https://deborahbrody.com/tag/earned-media/\";a:2:{s:4:\"date\";s:18:\"September 14, 2017\";s:4:\"time\";s:8:\"10:04 am\";}s:45:\"https://deborahbrody.com/tag/media-relations/\";a:2:{s:4:\"date\";s:18:\"September 27, 2017\";s:4:\"time\";s:8:\"10:16 am\";}s:42:\"https://deborahbrody.com/tag/future-of-pr/\";a:2:{s:4:\"date\";s:18:\"September 27, 2017\";s:4:\"time\";s:8:\"10:16 am\";}s:50:\"https://deborahbrody.com/tag/proofreading-mistake/\";a:2:{s:4:\"date\";s:16:\"October 10, 2017\";s:4:\"time\";s:7:\"9:06 am\";}s:48:\"https://deborahbrody.com/tag/marketing-planning/\";a:2:{s:4:\"date\";s:17:\"November 14, 2017\";s:4:\"time\";s:7:\"2:24 pm\";}s:46:\"https://deborahbrody.com/tag/segmenting-lists/\";a:2:{s:4:\"date\";s:17:\"November 14, 2017\";s:4:\"time\";s:7:\"2:24 pm\";}s:44:\"https://deborahbrody.com/tag/spam-marketing/\";a:2:{s:4:\"date\";s:17:\"November 29, 2017\";s:4:\"time\";s:7:\"4:49 pm\";}s:44:\"https://deborahbrody.com/tag/scam-marketing/\";a:2:{s:4:\"date\";s:17:\"November 29, 2017\";s:4:\"time\";s:7:\"4:49 pm\";}s:44:\"https://deborahbrody.com/tag/real-marketing/\";a:2:{s:4:\"date\";s:16:\"December 8, 2017\";s:4:\"time\";s:7:\"8:41 am\";}s:51:\"https://deborahbrody.com/tag/roi-of-super-bowl-ads/\";a:2:{s:4:\"date\";s:16:\"December 8, 2017\";s:4:\"time\";s:7:\"8:41 am\";}s:46:\"https://deborahbrody.com/tag/laws-of-branding/\";a:2:{s:4:\"date\";s:16:\"December 8, 2017\";s:4:\"time\";s:7:\"8:41 am\";}s:48:\"https://deborahbrody.com/tag/announcing-changes/\";a:2:{s:4:\"date\";s:17:\"December 12, 2017\";s:4:\"time\";s:8:\"10:54 am\";}s:58:\"https://deborahbrody.com/tag/copy-editing-vs-proofreading/\";a:2:{s:4:\"date\";s:17:\"December 12, 2017\";s:4:\"time\";s:8:\"10:54 am\";}s:52:\"https://deborahbrody.com/tag/subject-verb-agreement/\";a:2:{s:4:\"date\";s:17:\"December 12, 2017\";s:4:\"time\";s:8:\"10:54 am\";}s:38:\"https://deborahbrody.com/tag/branding/\";a:2:{s:4:\"date\";s:17:\"December 19, 2017\";s:4:\"time\";s:7:\"9:41 am\";}s:39:\"https://deborahbrody.com/tag/marketing/\";a:2:{s:4:\"date\";s:15:\"January 4, 2018\";s:4:\"time\";s:7:\"2:09 pm\";}s:39:\"https://deborahbrody.com/tag/new-media/\";a:2:{s:4:\"date\";s:16:\"January 11, 2018\";s:4:\"time\";s:7:\"2:23 pm\";}s:48:\"https://deborahbrody.com/tag/personal-marketing/\";a:2:{s:4:\"date\";s:16:\"January 24, 2018\";s:4:\"time\";s:7:\"1:32 pm\";}s:53:\"https://deborahbrody.com/tag/political-communication/\";a:2:{s:4:\"date\";s:16:\"January 24, 2018\";s:4:\"time\";s:7:\"1:32 pm\";}s:49:\"https://deborahbrody.com/tag/political-marketing/\";a:2:{s:4:\"date\";s:16:\"January 24, 2018\";s:4:\"time\";s:7:\"1:32 pm\";}s:46:\"https://deborahbrody.com/tag/public-relations/\";a:2:{s:4:\"date\";s:16:\"February 8, 2018\";s:4:\"time\";s:8:\"11:13 am\";}s:42:\"https://deborahbrody.com/tag/social-media/\";a:2:{s:4:\"date\";s:17:\"February 13, 2018\";s:4:\"time\";s:7:\"1:30 pm\";}s:36:\"https://deborahbrody.com/tag/web-20/\";a:2:{s:4:\"date\";s:17:\"February 22, 2018\";s:4:\"time\";s:8:\"10:39 am\";}s:37:\"https://deborahbrody.com/tag/twitter/\";a:2:{s:4:\"date\";s:17:\"February 27, 2018\";s:4:\"time\";s:8:\"12:19 pm\";}s:38:\"https://deborahbrody.com/tag/linkedin/\";a:2:{s:4:\"date\";s:17:\"February 27, 2018\";s:4:\"time\";s:8:\"12:19 pm\";}s:55:\"https://deborahbrody.com/tag/deceptive-sales-practices/\";a:2:{s:4:\"date\";s:13:\"June 15, 2018\";s:4:\"time\";s:7:\"9:04 am\";}s:58:\"https://deborahbrody.com/tag/name-recognition-in-politics/\";a:2:{s:4:\"date\";s:13:\"June 22, 2018\";s:4:\"time\";s:7:\"3:31 pm\";}s:48:\"https://deborahbrody.com/tag/maryland-elections/\";a:2:{s:4:\"date\";s:13:\"June 22, 2018\";s:4:\"time\";s:7:\"3:31 pm\";}s:38:\"https://deborahbrody.com/tag/can-spam/\";a:2:{s:4:\"date\";s:13:\"June 27, 2018\";s:4:\"time\";s:7:\"1:17 pm\";}s:46:\"https://deborahbrody.com/tag/spammy-marketing/\";a:2:{s:4:\"date\";s:13:\"June 27, 2018\";s:4:\"time\";s:7:\"1:17 pm\";}s:39:\"https://deborahbrody.com/tag/imparture/\";a:2:{s:4:\"date\";s:13:\"June 27, 2018\";s:4:\"time\";s:7:\"1:17 pm\";}s:53:\"https://deborahbrody.com/tag/credibilty-in-marketing/\";a:2:{s:4:\"date\";s:13:\"July 19, 2018\";s:4:\"time\";s:8:\"10:07 am\";}s:56:\"https://deborahbrody.com/tag/how-to-promote-credibility/\";a:2:{s:4:\"date\";s:13:\"July 19, 2018\";s:4:\"time\";s:8:\"10:07 am\";}s:33:\"https://deborahbrody.com/tag/ssl/\";a:2:{s:4:\"date\";s:13:\"July 26, 2018\";s:4:\"time\";s:7:\"9:47 am\";}s:44:\"https://deborahbrody.com/tag/building-trust/\";a:2:{s:4:\"date\";s:13:\"July 26, 2018\";s:4:\"time\";s:7:\"9:47 am\";}s:46:\"https://deborahbrody.com/tag/why-you-need-ssl/\";a:2:{s:4:\"date\";s:13:\"July 26, 2018\";s:4:\"time\";s:7:\"9:47 am\";}s:52:\"https://deborahbrody.com/tag/vacation-communication/\";a:2:{s:4:\"date\";s:15:\"August 23, 2018\";s:4:\"time\";s:7:\"9:52 am\";}s:47:\"https://deborahbrody.com/tag/medical-marketing/\";a:2:{s:4:\"date\";s:18:\"September 14, 2018\";s:4:\"time\";s:8:\"10:24 am\";}s:34:\"https://deborahbrody.com/tag/obit/\";a:2:{s:4:\"date\";s:18:\"September 25, 2018\";s:4:\"time\";s:8:\"10:59 am\";}s:46:\"https://deborahbrody.com/tag/required-viewing/\";a:2:{s:4:\"date\";s:18:\"September 25, 2018\";s:4:\"time\";s:8:\"10:59 am\";}s:56:\"https://deborahbrody.com/tag/communicating-appreciation/\";a:2:{s:4:\"date\";s:17:\"December 14, 2018\";s:4:\"time\";s:8:\"11:29 am\";}s:44:\"https://deborahbrody.com/tag/blog-objective/\";a:2:{s:4:\"date\";s:16:\"January 10, 2019\";s:4:\"time\";s:8:\"10:11 am\";}s:53:\"https://deborahbrody.com/tag/industry-best-practices/\";a:2:{s:4:\"date\";s:16:\"January 25, 2019\";s:4:\"time\";s:8:\"10:12 am\";}s:47:\"https://deborahbrody.com/tag/work-with-experts/\";a:2:{s:4:\"date\";s:16:\"January 25, 2019\";s:4:\"time\";s:8:\"10:12 am\";}s:49:\"https://deborahbrody.com/tag/shapen-your-writing/\";a:2:{s:4:\"date\";s:16:\"February 7, 2019\";s:4:\"time\";s:7:\"2:09 pm\";}s:40:\"https://deborahbrody.com/tag/spam-email/\";a:2:{s:4:\"date\";s:17:\"February 20, 2019\";s:4:\"time\";s:7:\"9:52 am\";}s:54:\"https://deborahbrody.com/tag/trust-in-email-marketing/\";a:2:{s:4:\"date\";s:13:\"March 5, 2019\";s:4:\"time\";s:7:\"9:24 am\";}s:68:\"https://deborahbrody.com/tag/what-to-include-in-marketing-materials/\";a:2:{s:4:\"date\";s:14:\"March 21, 2019\";s:4:\"time\";s:7:\"2:42 pm\";}s:52:\"https://deborahbrody.com/tag/website-best-practices/\";a:2:{s:4:\"date\";s:13:\"April 9, 2019\";s:4:\"time\";s:8:\"10:12 am\";}s:55:\"https://deborahbrody.com/tag/email-marketing-frequency/\";a:2:{s:4:\"date\";s:12:\"May 30, 2019\";s:4:\"time\";s:8:\"12:56 pm\";}s:55:\"https://deborahbrody.com/tag/how-not-to-write-an-email/\";a:2:{s:4:\"date\";s:13:\"July 18, 2019\";s:4:\"time\";s:7:\"9:45 am\";}s:34:\"https://deborahbrody.com/tag/bluf/\";a:2:{s:4:\"date\";s:13:\"July 31, 2019\";s:4:\"time\";s:7:\"2:14 pm\";}s:62:\"https://deborahbrody.com/tag/spammers-are-marketing-stupidity/\";a:2:{s:4:\"date\";s:17:\"September 5, 2019\";s:4:\"time\";s:7:\"2:46 pm\";}s:51:\"https://deborahbrody.com/tag/ulta-customer-service/\";a:2:{s:4:\"date\";s:16:\"October 30, 2019\";s:4:\"time\";s:7:\"9:42 am\";}s:54:\"https://deborahbrody.com/tag/sephora-customer-service/\";a:2:{s:4:\"date\";s:16:\"October 30, 2019\";s:4:\"time\";s:7:\"9:42 am\";}s:63:\"https://deborahbrody.com/tag/writing-to-persuade-by-trish-hall/\";a:2:{s:4:\"date\";s:17:\"December 11, 2019\";s:4:\"time\";s:7:\"2:05 pm\";}s:48:\"https://deborahbrody.com/tag/persuasive-writing/\";a:2:{s:4:\"date\";s:17:\"December 11, 2019\";s:4:\"time\";s:7:\"2:05 pm\";}s:55:\"https://deborahbrody.com/tag/basic-story-telling-rules/\";a:2:{s:4:\"date\";s:16:\"January 15, 2020\";s:4:\"time\";s:7:\"3:05 pm\";}s:55:\"https://deborahbrody.com/tag/improve-your-event-emails/\";a:2:{s:4:\"date\";s:16:\"October 26, 2020\";s:4:\"time\";s:7:\"9:56 am\";}s:41:\"https://deborahbrody.com/tag/copy-errors/\";a:2:{s:4:\"date\";s:17:\"February 27, 2020\";s:4:\"time\";s:7:\"2:40 pm\";}s:48:\"https://deborahbrody.com/tag/covid-19-marketing/\";a:2:{s:4:\"date\";s:17:\"December 10, 2020\";s:4:\"time\";s:7:\"9:14 am\";}s:46:\"https://deborahbrody.com/tag/blogging-and-seo/\";a:2:{s:4:\"date\";s:12:\"July 9, 2020\";s:4:\"time\";s:7:\"3:56 pm\";}s:58:\"https://deborahbrody.com/tag/effective-markeing-materials/\";a:2:{s:4:\"date\";s:15:\"August 25, 2020\";s:4:\"time\";s:8:\"11:33 am\";}s:53:\"https://deborahbrody.com/tag/effective-communication/\";a:2:{s:4:\"date\";s:15:\"August 25, 2020\";s:4:\"time\";s:8:\"11:33 am\";}s:53:\"https://deborahbrody.com/tag/video-conferencing-tips/\";a:2:{s:4:\"date\";s:15:\"October 2, 2020\";s:4:\"time\";s:7:\"3:34 pm\";}s:60:\"https://deborahbrody.com/tag/email-marketing-best-practices/\";a:2:{s:4:\"date\";s:16:\"October 23, 2020\";s:4:\"time\";s:7:\"9:36 am\";}s:52:\"https://deborahbrody.com/tag/better-email-marketing/\";a:2:{s:4:\"date\";s:16:\"November 6, 2020\";s:4:\"time\";s:7:\"8:46 am\";}s:55:\"https://deborahbrody.com/tag/business-development-tips/\";a:2:{s:4:\"date\";s:16:\"November 6, 2020\";s:4:\"time\";s:7:\"8:46 am\";}s:67:\"https://deborahbrody.com/tag/more-effective-communications-in-2021/\";a:2:{s:4:\"date\";s:16:\"January 14, 2021\";s:4:\"time\";s:7:\"9:24 am\";}s:68:\"https://deborahbrody.com/tag/importance-of-having-a-target-audience/\";a:2:{s:4:\"date\";s:17:\"February 12, 2021\";s:4:\"time\";s:7:\"9:53 am\";}s:49:\"https://deborahbrody.com/tag/effective-marketing/\";a:2:{s:4:\"date\";s:15:\"August 26, 2021\";s:4:\"time\";s:7:\"2:22 pm\";}s:67:\"https://deborahbrody.com/tag/role-of-customer-service-in-marketing/\";a:2:{s:4:\"date\";s:14:\"March 12, 2021\";s:4:\"time\";s:7:\"9:31 am\";}s:54:\"https://deborahbrody.com/tag/operations-and-marketing/\";a:2:{s:4:\"date\";s:14:\"March 12, 2021\";s:4:\"time\";s:7:\"9:31 am\";}s:66:\"https://deborahbrody.com/tag/how-to-make-marketing-more-effective/\";a:2:{s:4:\"date\";s:13:\"June 17, 2021\";s:4:\"time\";s:7:\"2:21 pm\";}s:59:\"https://deborahbrody.com/tag/marketing-during-the-pandemic/\";a:2:{s:4:\"date\";s:13:\"July 21, 2021\";s:4:\"time\";s:7:\"9:57 am\";}s:51:\"https://deborahbrody.com/tag/yoga-studio-marketing/\";a:2:{s:4:\"date\";s:13:\"July 21, 2021\";s:4:\"time\";s:7:\"9:57 am\";}s:52:\"https://deborahbrody.com/tag/unresponsive-customers/\";a:2:{s:4:\"date\";s:15:\"August 26, 2021\";s:4:\"time\";s:7:\"2:22 pm\";}s:51:\"https://deborahbrody.com/tag/ineffective-marketing/\";a:2:{s:4:\"date\";s:15:\"August 26, 2021\";s:4:\"time\";s:7:\"2:22 pm\";}s:57:\"https://deborahbrody.com/tag/storytelling-versus-writing/\";a:2:{s:4:\"date\";s:18:\"September 22, 2021\";s:4:\"time\";s:8:\"11:00 am\";}s:55:\"https://deborahbrody.com/tag/consistent-communications/\";a:2:{s:4:\"date\";s:16:\"October 13, 2021\";s:4:\"time\";s:8:\"11:03 am\";}s:53:\"https://deborahbrody.com/tag/accurate-communications/\";a:2:{s:4:\"date\";s:16:\"October 13, 2021\";s:4:\"time\";s:8:\"11:03 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:419;s:5:\"total\";i:1419;}}','2021-12-27 11:19:51','2021-11-11 08:45:20','2021-11-27 11:19:51'),
(26,'rss_feed','a:4:{i:0;a:4:{s:3:\"url\";s:136:\"https://aioseo.com/how-to-redirect-a-wordpress-site/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-redirect-a-wordpress-site\";s:5:\"title\";s:51:\"How to Redirect a WordPress Site: A Beginners Guide\";s:4:\"date\";s:13:\"Nov 29th 2021\";s:7:\"content\";s:131:\"Want to know how to redirect a WordPress site?\n\n\n\nWhether you’re looking for a way to temporarily or permanently redirect your...\";}i:1;a:4:{s:3:\"url\";s:194:\"https://aioseo.com/how-to-fix-missing-schema-properties-for-woocommerce-products/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-fix-missing-schema-properties-for-woocommerce-products\";s:5:\"title\";s:61:\"How to Fix Missing Schema Properties for WooCommerce Products\";s:4:\"date\";s:13:\"Nov 23rd 2021\";s:7:\"content\";s:131:\"Do you have an e-commerce website and want more traffic to your products?\n\n\n\nOne way you can do that is by adding schema markup ...\";}i:2;a:4:{s:3:\"url\";s:168:\"https://aioseo.com/how-to-perform-website-seo-analysis-on-wordpress/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-perform-website-seo-analysis-on-wordpress\";s:5:\"title\";s:56:\"How to Perform an SEO Analysis on Your WordPress Website\";s:4:\"date\";s:13:\"Nov 10th 2021\";s:7:\"content\";s:131:\"Are you looking for an easy way to do an SEO analysis for your website?&nbsp;\n\n\n\nSEO analysis is one of the most effective tools...\";}i:3;a:4:{s:3:\"url\";s:212:\"https://aioseo.com/introducing-our-redirect-testing-tool-new-enhancements-to-our-sitemaps/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=introducing-our-redirect-testing-tool-new-enhancements-to-our-sitemaps\";s:5:\"title\";s:72:\"Introducing Our Redirect Testing Tool + New Enhancements to Our Sitemaps\";s:4:\"date\";s:12:\"Nov 2nd 2021\";s:7:\"content\";s:131:\"Today is the day!\n\n\n\nWe just rolled out All in One SEO 4.1.5&nbsp;and it’s a really exciting update!\n\n\n\nIn this release, we’...\";}}','2021-12-02 01:17:05','2021-11-30 14:32:53','2021-12-01 13:17:05'),
(27,'admin_help_docs','s:54459:\"{\"categories\":{\"getting-started\":\"Getting Started\",\"advanced-settings\":\"Advanced Settings\",\"display-settings\":\"Display Settings\",\"general-seo-topics\":\"General SEO Topics\",\"feature-manager\":\"Feature Manager\",\"installation\":\"Installation\"},\"docs\":{\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"45698\":{\"title\":\"Using Maps with your Business\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"37961\":{\"title\":\"aioseo_classic_editor_disable_emoji_script\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_classic_editor_disable_emoji_script\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30756\":{\"title\":\"aioseo_local_business_get_locations_by_category_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30755\":{\"title\":\"aioseo_local_business_get_locations_by_category_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30754\":{\"title\":\"aioseo_local_business_get_location_categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location_categories\\/\",\"categories\":[\"filter-hooks\"]},\"30751\":{\"title\":\"aioseo_local_business_get_locations_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30753\":{\"title\":\"aioseo_local_business_get_location_category_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30761\":{\"title\":\"aioseo_local_business_output_location_category_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_location_category_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30764\":{\"title\":\"aioseo_local_business_output_location_category_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_location_category_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30567\":{\"title\":\"aioseo_local_business_get_locations_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_args\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Twitter Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-twitter-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\"]},\"26641\":{\"title\":\"Setting FAQ Page Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26640\":{\"title\":\"Setting Software Application Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26639\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26638\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26637\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23441\":{\"title\":\"aioseo_generate_descriptions_from_content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_generate_descriptions_from_content\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Keyword Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18817\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"schema-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18829\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\",\"media-settings\",\"search-appearance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyphrase to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18835\":{\"title\":\"Noindex Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18836\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\",\"search-appearance\"]},\"18837\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"general-seo-topics\",\"schema-settings\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widget\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18844\":{\"title\":\"Content Type Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-post-type-settings\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18852\":{\"title\":\"Title Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18972\":{\"title\":\"The File Editor or Robots.txt modules are missing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-file-editor-or-robots-txt-modules-are-missing\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer & Exporter Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}\";','2021-12-07 16:47:36','2021-11-30 16:47:36','2021-11-30 16:47:36');
/*!40000 ALTER TABLE `wp_aioseo_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aioseo_notifications`
--

DROP TABLE IF EXISTS `wp_aioseo_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_notifications` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(13) NOT NULL,
  `title` text NOT NULL,
  `content` longtext NOT NULL,
  `type` varchar(64) NOT NULL,
  `level` text NOT NULL,
  `notification_id` bigint(20) unsigned DEFAULT NULL,
  `notification_name` varchar(255) DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `button1_label` varchar(255) DEFAULT NULL,
  `button1_action` varchar(255) DEFAULT NULL,
  `button2_label` varchar(255) DEFAULT NULL,
  `button2_action` varchar(255) DEFAULT NULL,
  `dismissed` tinyint(1) NOT NULL DEFAULT 0,
  `new` tinyint(1) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`),
  KEY `ndx_aioseo_notifications_dates` (`start`,`end`),
  KEY `ndx_aioseo_notifications_type` (`type`),
  KEY `ndx_aioseo_notifications_dismissed` (`dismissed`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_notifications`
--

LOCK TABLES `wp_aioseo_notifications` WRITE;
/*!40000 ALTER TABLE `wp_aioseo_notifications` DISABLE KEYS */;
INSERT INTO `wp_aioseo_notifications` VALUES
(1,'60adbcc95d18e','Introducing Breadcrumbs - Boost SEO & User Experience ?','Now you can easily add breadcrumb navigation on your website to improve user experience & boost SEO rankings.\r\n<br /><br />\r\nOur breadcrumbs feature is available for all users, so you can get an enhanced website listing in Google.\r\n<br /><br />\r\nIf you want more control over Breadcrumb templates, then please upgrade to AIOSEO Pro today and save 50% off.','success','[\"4-x\"]',59,NULL,'2021-06-24 12:58:36',NULL,'Learn More','https://aioseo.com/introducing-breadcrumbs/?utm_source=WordPress&utm_campaign=introducing-breadcrumbs-v4&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-breadcrumbs-v4&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2021-05-26 03:13:13','2021-07-07 03:48:56'),
(2,'60d3fe2c9a4bb','⚡ [LAST CHANCE] - 60% OFF AIOSEO ⚡','We’re celebrating our 14th anniversary by offering you a <strong>huge 60% discount for a limited time!</strong> If you want to optimize your site on Google, this is your last chance to update your AIOSEO plan without the high costs.\r\n<br /><br />\r\nUnlock powerful features like <strong>Local SEO Module, Image SEO Module, 301 Redirects, 404 Error Tracking, Custom Breadcrumbs, Smart Schema Markup</strong>, and more…\r\n<br /><br />','success','[\"4-x\",\"lite\"]',70,NULL,'2021-06-29 00:00:00','2021-07-31 00:00:00','Upgrade AIOSEO NOW! (60% OFF)','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=14th-birthday-sale-last-chance-v4&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW','Learn More','https://aioseo.com/aioseo-turns-14/?utm_source=WordPress&utm_campaign=14th-birthday-sale-last-chance-v4&utm_medium=plugin-notification&utm_content=Learn More',0,0,'2021-06-24 03:38:20','2021-07-07 03:48:56'),
(3,'60d3fe2c9babd','⚡ 14th Birthday Sale - 60% OFF AIOSEO ⚡','Want to upgrade your AIOSEO plan without the high costs? As we’re celebrating our anniversary, <strong>we’re offering up to 60% OFF for a limited time.</strong>\r\n<br /><br />\r\nUnlock powerful features like <strong>Local SEO Module, Image SEO Module, 301 Redirects, 404 Error Tracking, Custom Breadcrumbs, Smart Schema Markup</strong>, and more…\r\n<br /><br />','success','[\"4-x\"]',68,NULL,'2021-06-24 00:00:00','2021-06-28 23:59:00','Upgrade AIOSEO NOW! (60% OFF)','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=14th-birthday-sale-v4&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW','Learn More','https://aioseo.com/aioseo-turns-14/?utm_source=WordPress&utm_campaign=14th-birthday-sale-v4&utm_medium=plugin-notification&utm_content=Learn More',0,0,'2021-06-24 03:38:20','2021-06-28 03:42:59'),
(4,'61022ad65e797','? Introducing Full Site Redirects + Headline Analyzer','Now easily redirect your ENTIRE website to another domain. No need to hire a developer!\r\n<br /><br />\r\nPlus, with our brand new Headline Analyzer, you can write catchy headlines that users can\'t help but click.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF.','success','[\"4-x\",\"lite\"]',76,NULL,'2021-07-28 11:37:03',NULL,'Learn More','https://aioseo.com/introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer/?utm_source=WordPress&utm_campaign=introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2021-07-29 04:13:10','2021-08-12 04:22:39'),
(5,'6115f3a8aa6a2','? Announcing HTML Sitemaps: Help Visitors Find Your Content Faster','Help your visitors to discover the posts, pages, and products they’re looking for.\r\n<br /><br />\r\nPlus, help improve your rankings by making your website user-friendly and easy to crawl.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF. ?','success','[\"4-x\",\"lite\"]',86,NULL,'2021-07-28 11:36:58',NULL,'Learn More','https://aioseo.com/introducing-html-sitemaps/?utm_source=WordPress&utm_campaign=introducing-html-sitemaps-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-html-sitemaps-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2021-08-13 04:23:04','2021-11-02 05:39:20'),
(6,'61398ff450ca2','? Introducing Local SEO Map Embeds!','Now it\'s easy to add multiple locations and embed a custom Google Map on your website!\r\n<br /><br />\r\nEnter your address or drop a pin on your precise location, then choose from 4 different map styles.\r\n<br /><br />\r\nPlus, get access to SEO pro tips in your editor sidebar so you can make sure each post is fully optimized.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF.','success','[\"4-x\",\"lite\"]',92,NULL,'2021-09-07 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-local-seo-map-embeds/?utm_source=WordPress&utm_campaign=introducing-local-seo-maps-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-local-seo-maps-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2021-09-09 04:39:16','2021-11-02 05:39:20'),
(7,'6183727b1e5cc','? Introducing Our Updated Redirect Testing Tool + Enhancements to Sitemaps','Check out our completely revamped <strong>Redirect Testing tool</strong>! Now, you can easily test URL redirect right within your WordPress dashboard and see the status code with a single click.\r\n<br><br>\r\n<img style=\"width:100%;max-width:400px\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAECCAMAAADnz3G2AAAC+lBMVEX////5+fr0/fi3uMG1tsCrrLWxsrzo6OuvsLm0tb5Ep2f7/Pytrrf39/i4ucKio6329veur7iztL22t8Cwsbvz8/WnqLGmp7Ckpa6pqbP+/v6Wzan39/nt7e+xsrrBwsjh8+jo9+6a0K3p6uzy8vTLzNG5usOqq7Sys7vr6+79/f3Z2d22t8Hm5umoqrKkpbDV1drF5ND19fV3v5BHqWnX2Nvv7/GanaDAwcSFiZZtcIHx8fNmaXvR0tTCw8aWmZ3o6OlJTWLl5eepqrSdn6qbnaiDhovU1dfHyM+Ulprh4uTb3N2Ii5h4e4pbX3Kdn6OAg5Jqbn88QFdvcoNhZHfe3+HFxsmDhZSIjJCztbhSVmvz+/fO0NHCxMq8v8a1trl8f46Ag4hzd4fR0tdeYnRVWW35+fm3ubufoaxxdYV2eX5QVGlGSmAyN08kKUPIycu5u76o17iusLOMj5xiZ3lMUGUfJD+YmqaOkZ6Rk5dobH1ucncpLkfg4eLd3t/Oz9XKy82+v8KLjpLt7e7j4+WprK+mqKtYXG9ARFs3PFSWmaSNyqOQkp+KjZqOkZV+gZB6fYx9gIVhZWvx+vXa29/Mzc/Fxsygoq1OU2dXXGFDR10tMku7vcChpKdzdntmam/j5OerrbCoqq12eYl4fICfoaWSlKCGiY1cs3pSVlzv+PTR6tqqrLVrbnNNrG+tr7JdYWfg6ObW19m+4cqUl6Pc3OGjpqnq8+6TlqKDxpuNkJRFSlGboarL6NXs9vHZ4eHM1NWwsrV6foNMUFba7uHV3d2ttbrm7+zf8eXI0NKzur9ndq603cKg1LOWnqcaHzvh6uuu2r7Cycyepa3S2trO19qWm7SnrbeRl7JmuIPd5eNRZK1quYaiprl7hrFebqpitoDn2tbczL6Eja9Tr3NBRUp0gK5XaKhOYqjs0WLbp0Tj5Nrcs76coLNLXqejvOPmwp1vvIrXumvQqmS3yuU8VKrHo6nZvaTCqY3ElGeUma7CfpO5goHRlHFGFWlDAAAh2klEQVR42uzcXU/yVgDA8WOQR0hRtIC4ZugFlvFiB9kiGYUsopAxBg1vhoQEQkA2CNAlU6sh3biYicg0cEGUycVcyEiWuJtFMu93u8RPse+xWkWwbM45Fdj6z3N8qu0Jyi/tsWgE8v9SknHNv08rkQ8wIHgw2Z8P2UPjWafJ/tnQTE1prsfUg0PDGZwpghf+oh4MaPqa6ibge4mm7tL0BfoxmAkCdrAgjxicdx815UnTntirfYaPndJ9Ytn+EmSqC3gzif3/ocFN8M+H4FHjKdOe/kjc8dzPg6D7WLeMfSAsRx8Iu/0844kwD08b/CM9bTD/ekFYUS5Ih5ZfN14z1qQj1QvCSnAolmR8LxdXhRlTvSCCHpGlpXG+V0m2tHQrIrgTAbeLOY8xoDomnYWEAenecshk453E/9/gmRkRzG5wdmhhMTwPX++c75/Uu/GuUdyX0sH5QM+JIrszYUE6q73sngX8v21nH68aYaYmZ4f3Ar7EHanCxluJd2FOW6LOQU4YtlTh2yznnS1nizOjV0V2t5IwIJ21nLlYFZnQ/33jJyiqvcyc7GyFNfHW8U4TRqOexDGKOmAUvogp0c3ozgLK9C6u1Bx5NWisueuwVTXxcNRYEdnCUfRdr1ezqxE7UDke3BHFLFJLPDovdVS8sVjT4zxGNc3NY3Sh7A273gRbRTjjJ3a3CaVAsFsn1kCPxzjgG0jn9pQv6BcICGXVA6aYbq9XYsA3kGZz2bDnkAGRhy2Aweh48CAD6rxeTe1fCgSVVCR9C8Iu5jDgG0hrmXEtPL7EvmQPuicIrAV8A6koYr/dYiluQNgLlnYe8A2kmhYWMyRLdyBL7Akyz4MMqNq8lr0lYUG6J8gAQBD9s4WAEQoZQ5g3+i7IPHwNIuuCsCeICLxyb6t0z5YZAqOT+YefwdiHn/eAaGFxF0R27QHPy18dRDfxjC2C0em973/86MPvuiCi21PkFmT8BkT06iATz5kVjFBjX/z+7QdQF0R+d80CPVesGfB38SDPlP4T+sdlpBdEC3NB5P0gi8UYiiFqdJrDW1wFfenXDW+j65ylFVJNAia1a13Pg/Q09sGvn33/k6ELIrpbRMDNXSGsZUAk3Gn+AzIfMkkC6+BeqlMn6GvSE8Tsm5yV1R2PAibLgXPsQRCT6QkCtdr1W8xlGj0Q68cfAMX3H4LbDDPdRaQLIprhgoiuMmj6quqkomX528i6s1wD+uiucUVNb6rkbyYB0MQWXJPyVkwP2mWHf2PCArfXklNmtDWHAWjh0GiG85kvAYgGAlNQdHNHjdTkC2LFspULslee/+ce2JGHZYlHRw9Eb9UDAH361yBiFkTImZZpmADyQdJJUfRVWpejaTrpIBtUxk374qQRABAh6VaTalydu+skfbVxduCTkNQ+cwy5YTZe0Vchy1VDDICfIneNVw2SxuYosnB8IOaCJAlbcNuSxAO7CWm5WtnEzir+3KEhGDhKFkq2N54DXxvDRHZb6jiUby1X8jZTqxTfjFcXtjeSrgQ2eiDd+kFE47IZieTk5B3hW1yQjbybcdSnqbAr53eRlUMqXCitOzM1Mk969NcgDWOS3niXPrikYNP2DYi/naDSCbJtJ0wZfyzgGANAEQktBwJn5+ThHCnF3DsGLsgaXogYcxulin0fz9pPy+nZFOHIHW6E7YT9vJTIW3LhtJPwFWivTUo3s6KDRFZab8abgY2IN+EcwTWECyJhQLS3ID6JzGLZzHhtZctb4H7BRhFMx9ecVFG9bzsnQ81Qi0ghkyo1eXUVZ0H2dW2yXt3y+8hVRfAGJAb5r6qZkCGQmFw0F0uzgClVWM4TIEnH5w7cf7aG4DPBOGq355w+5Wkg29B4LrIZNJcJHeXsRNK+lU/7PB5LJG2h8TBKh4jaaSiL2prxRAO3xAPofwlkSQDwtfFEwmKZrXu8s31rSCF2RB06KAMDUqRbWnymcFD04W0a99Oma5ANK0YXFhJxB+VwBW5AjpEKJZ5LqO2RaCqEljYnWZCzUt51STnmAqvA7eSeIej2etCH2g9PI5lkLhUn2pg7dGAPXQb2S0e53MFFPRVyYW5PqdQ4yZ3W30TseQl+WvLGveHTrD+D/SdARPdBKvuR3K5XyV16giRFZSeMdFsXws0ERQWK6QZFlrF8K5rffhsAwrYIPCRFrmEhiqRtqyWPvOECrgBFbZnXaIp0nhHUO9fXvqB1ocFMX3z3dJXZLeOAdDorYp1Vfuuohk20sYlYWlyHseIe8yGJ1lvC2kn2sJoxFtpk1nVDbTS/7X0IJHHxZssXbhL+y6YUcBozTbkUwGwYg/ZWEdXxAoZAhqnkNFTTQbXapwC4z/TMMTGDHugWkntnY2211fAeQLAFlxmBlmMmCMFQNWCOW9UDd8y1CMxtCLzXXuwH4dLsCm82TJat8jq7hYmDuGuiAya1NYsjfB/yEMhFiiCUlqMTuyUbAa/cxCNa4Wx13hnpG8OHQMSOi9lxoXDeoSzvgkfGv3TygiA9L2UJwd/Fg7D9Z0FUz+ihVoCRbWhAIMXzNT1KP6B6HIhECPgGkkE4w4MMU/dAxmU8yEDjglys8SADjQtSdTgqDnnLpxRJyoBvAHFBjiLVbQuxdSqU4IBvAHFBDgsFj8Uzn5rjQQYUF8RXyfm8l/ZZSRPwDSAOSCsdx+NSr98zI0lP8w2kj/j7kOGKvzEcsniQIYsHGbJ4kCGLBxmyeJAhiwcZsniQIYsHGbJ4kCGLBxmyeJAhiwcZsniQIevFQMas5vf0gO/FQFQLOvAXrbaR1T11sahD1O6OwXufrJi/Wh/h3yB8bIMCmc0Ht2Vfqib2oHWT+RjH9tAvIYN7eT2pAKBCQOGq8zR+UHHiCsCmWJ0066atal7kpUCy3rHoMS6/8LptwZPdnDKE24rb3hRev+iAEOfZTAcE0U1COpUb0o3SHx0Zjh4LkjMi2Coxa7F9WdqW1rYs2T1/uqFNbHq2AQinIF/cGbDR5x0QSAchkHUVUZlH6i8lDUOPBcFL7tBRoRy3oSKP/cxmsatCJw3U59yxX1/OdH6ps4LgwR4QML0CIV/zIC8Fsm6rZ7AoseFxFwinCn/j3W+6C4YTWJsAYMIWCWJiB5B639TrKQ1gYiTeXkQg9STgexkQoLeOAWRMDwDzRAMI0puhnn0K7uL96crXi9ZFNX+CDM19CKRaWVlR8DciQwPCx4P8N7oHIhSen5+vvaVUzknTgG8AcUDkcrlINCMRCt+aNYL7KdR8f5IVAQD88s37T+836GmXLPUf7N3vaxJhAMDxc2Qtb1KLNqdDMQvMqyyXdfbDOSwct1UWa+XaIEblojeb/SBMFk2dUDekbUQ/0MXGStk1N3axpWFQHOSLCflS8IWB+wP2H/Qoiza7lm1IN3m+/nzQV37g8fTxPAmMpS3ZlzMsWEchem0gKgTG0hYeuAquB0RbC0EgSOkGQTjWfwdB3cga681dS46U1grJShAtSLC8ZUMtOP0zCP+vIPu8yNrCHLmbo9Mb+H9h/gaiJUE/BylwZ5Ekw0vjTDh9eJlOMlQQyJm311vKBy62nH9w4ywrCIb7nGZv03ZP5JGqvtUv1DUjaDduuSrURfwNbsLQpfJZPoNFKbTeO3XpgMGiE3YFxqQuA95W56hrc17ldcwiJdVKkHlKTh9OBbWhVDoUVWgFthgtp0PJpDaUDMvDiXQ6mEkls48GaaBTAMjle0/OHT/bUn3ywtlXrCBVduNCjwHXGVqHjHb/QgPRjPBwZ9PLUbMbn/Lq9OP90277FIboTa0WgtA1ef1DDfjYUFvXiMvR4zSO9/W7kZIqb8qqjWYodDipEbaTGJMUJGgtI1eUlcXj1rI5kqbLNLR1WJGwDjPD1kwhIO8f371y/fwx2YU7H66zgvS2nfho7LHcGsdfb/GOOEdxn8luHsWIsdvEpIdQnTA7h/AvfkvA5BXq7c4GoXlkVtJmWTC67S6Hx4GP44YS2zjIe1Mno6kJKkZTlGaRqRUIEhMMaqOZuU9UfD4L8olkNLGYPBUmo+mCpqybLwYuv70MQAb+ANLtE3484LPgxCN/HeHonu4XSlU4YRwhOvWWWXt9hwl3NE51SKW+zmacsHcb7fbO3Wbzy66+Ly7HlKXR0/+mDimpfgNJTsRi8Xn5MMnYQoLEfCjG0PIYFU3kQJggxTDRGFkb1pAFTVk7zp87d/POgOzpk/strCD6DnRS9chvNI17sL43rkk9Aqas1yZDM2F5Y67vDAQaI4PeXgQ54Q8EDM86TWPGgInovTRoGpRGmiKDka5LJbZCkgcSTmQUlCZpo6hUgg4KFHFtQkNSVJikNJqwzUZryWg0rKCih+PRUEGbvZt2yjbt3SurrOSLWUEwDLFKMFQirEMRDEWsGAAxj1ahEut2VGjoaLWj6B6rBMDZd3tnseyzeFVWbKi+z1nFk1ireFiJeeSDaMHGbSi0dAH3s2cw0IJBLkFukHu0aB8M0WczEiTXjIGY+XlAqZ6I59fk9JAwNJfoWu5//2AIgyCcDoJwrGKD7AceAKQcgvwLSHpdIPFVQGSypSXcU9UiZGXSPTCWcr8mt2XW4bFIrQICjmC4d7NsJyBRivNAeNthLPEQUDulWXsxDP4MiNNBEI4FQTgWBOFYEIRjQRCOBUE4FgThWBCEY0EQjgVBOFahIIwCVpTmrWsDse2CFSXKtgrI1uzXvYADfN0rzgcpgxUled4C1RElP3fgvB07tm5FxGJxtehgTU3N89OnIQhrRQe5dvrmNiAgEgGM7E6fSrG6OrvT53MIwlrRQRoBh6haLT71js9HKisqsiZqNRCBIKwVHeRQjkPJ51dUVCLl5TkSpbr6YM3GA/n6rd34fa7dtft72QaKBQR4ZDnKy3MgQESpVItWBfnBzt2ENg2GARyH56oXPehkB60HvVXEUzWguSm60qYDoXGlFHeQJIo0kVKm1ySW0UEOluQ48JCdgkJWyJIIJl3CFmrTUuhtve0DFBU/UMGsrrqpBz82aSU/CLRvkueQ/yHJJfLc6YVjOAyY1vP1t29acndjA4bID0FOHYqe/M0gkWppebS6AD14x5IdpW4K/ViGvq2cJUPdlHWzBj+jWK1tO3D1u8b1Zn9BbcqwjdDs4P1z5GZvhKVA/fWtV58mVjY2LsAQ2YUgwplnEVlf2CqCtxGLL/hpuX+RbzThqzptQGvS3D+uwM94qfst+KrG1mGH/awKXzjFHQM6rLsVxKIVxIXAdQ+E+vm1tdXuSr0OQ2QXgiyVNueUlm8LsMlkXSlXLjcqotahuTGLYMSmL5KuE8eynSAInmeY/LyIuvN+JxlNIwYgk9krJH0xRpJ0rjHNeFnxbKtM5hJ38rhJOHE3bdJcrpmuJMjH5RMM4WZEFFUgg6QnnSyJZM4SV6mRGTHXGhNz2Zuz8TFWSbSva4CvX3q/tvru+fPXMET+PogwurQYeVq6vbCswya1mEqmKg3iioY9RCakE0Sb0lg/j8VumLx7tQNgUeSJtBNLzjw0Kt6ULQPD+KRHVNDGOH09kyPsqUJ6WnLmM5QBNS4m5pD2ZIPXsPvaTT5zViwnWVojFXCDxSTpUTFUs8Y9yq8UOaPgc0bcF226kZgA4c3ax1erL1+uqzBEdiXIUqn0CO8HEWJTBxFUQfM+lk86kou0MI8d8fjYbBOz7RoAjs446VahmJg5WvEkHICJNVAtn0OdVBBkNmdOaQVNsrSjlAUCjY1hWpQ1ea/iRKV0tIhqGpvaz2wGaXJF1C9rtGLQHmVPl0njcZSz4nZBzKm2BfiT92svXrx8u9KFIfL3QeBRNTK6JAjPbgvQY1NG9oaawah5oyLRVrGJHSpQU3YDpYpG0QAAIqHHeMp2JTTtSQDATKsJjplI8VgviJqkWIelWFOcFeABZXMNi5Bok3CiaBQdobi2fYdHgyAizzcQjLGRIIiJcOMOiyVNjI3bQVFAfOi8+vBitXvPWNdhiOzGTb26vBiJPKrOwQ5qDQc92HpqOoCu4NCHK2qwIGz7L4NQgy01GfC6ALIOW+Sa8O1nMFYGADeh4MFh+NcBwSaAoAO0eRMC196tdu8Gh6ycgyGyK4+9pepyKejxb7UOyvBzea1XSe1e7mUcuBekPQ8CwtO5uQiEBiZIKAzy3wqDDJgwyIAJgwyYPw6yeCy0F04/+7Mgi8dHQ3thad+vBgn9I2GQgbYjyMiBkQeH7x/ZDBJ+avyz6A8wIyTTxaZquk05KEJ6GUYBvQFmhFjxJwRKLi4ejRA6AcIRwtFjxRrgMxoh9AOEI2RNf+9ohNAHEI4QSw7XcAmrHaMRQj9AuNnLHy4OipAtDKOAHoBwhLCqj/ZDSAajHcPhC0YjZJABgIiOEKnhdsLrIAXERkiyVaDa8LppYpAClAi5DQYvgODdOzR1fiHLomrrRbfKaierhk7T9TKYpq26gDvZQ9c6eYqqkW7taP6hRYSwsYEuzgNv2RFHU+dbWsFZ35kcqBbiGOSYmpSQM6MjJ0U3KiglNtcyh99nGSPDKKBrhMhzFJeK5daX8IVsWdyfnJLpI1/iMkM7KtsxLoV9elAg8zA9uZogGLAICbTqCRLKmxDEXJIxoTc0JXNHshVPNmd2iKNFJkNtXogywyigb4RMiYoST6sIsVEtVstY49BbLhe6JTZA2SY4uL6cQaajmGEU0CRC7t67jiNCGLS4pYAEuqAUuDjL9mAYBTSJkBvvrl2/d/qx/rPTj0kww6l+tEqnTYQA2Lt/1zTCMIDjz0uaGnl7NcZf8KLcIB7pgVUEBZstevBSDCRYcfIIHIiho4Vzc+kkhi5ytzp1ctS/wt0KQW8QtIvdsnRq0pZSMbVgeM3BvZ/xbniHLy+8L+/weKfT6WQxXcy+ThfA7dp6kMntze3EWg7n1tICbtfWg4znX4azm7k1/jbnO2RHNu+QiX8ytmaj5WL2HbgtMDj2epe9/dwoGALuEdjfQ3BY4BgII7JdkFdCmGPhJLMhyPAPy+ITdnYDxTcEGf0yvseD7AaKb/FAtcsgRP739MnVHwxWJqsf4EEOC6KJlQqGFYdv4acTEVhyiQY9/as51lIReIizgvR9lJa0qNZU1XDmuYYj3qT7LF7xVwNSrwgsUYV6lRR1R5AkZWLg6rZ7rQxswD6IadZq+XxeUfRW66mCfNYTz0rlS3pdK1A9VE7XQ+eeC1HJZX16gXGQ9p4eVLOvj/frL7QCidG2txGAdWyDNFu6rih3FWqmaYvBkjrtfMS9cqARMfzvC2+OLgI4eZU7a3woaBrjINlg2fOpWC6L78zTc0Jpu5kA5lDc5pM+9dhg0M0W09cxRSpKZvIqZlaKRx6xX1MPGAeRIN2vN1RJVRPiZcdzF0RBsM5hQahoGCUjliz43a6mz52hkhg96EhuOlD3XgJL3QFEjNKxlE77jK4qSV0aVVOwzmFBZIyxLBO5H8VABAQEyYBlJBAiYMbHXgJEhvuVqojIVZnIBBNY57AgTsOD2AwPYjPbBulGOCaiWwZxIY6JFA9iLzyIzfAgNsOD2MyjghweCuh/wqkw+k1A3A/2zq51aSgM4Ofc9MIaWWSU1JVdpFFBoBvVXrDa0FUryLXFYNjbyi42BlEmyqZ/vYgyJnlh+ZJLESExJCT0SvssfY+WRFGEFZZF+IMNPRvnOduPA+dwznj+qJDNPN8x4WK8BqYcgHPCzmH467xQh+hhPb4PjdNwtXgtK+AlcS/cv+gh/yUhh95RTBPlhACa1Q57CTm7L0Je83CEFj5BVLxhU/ZAaJT5hnRMFsJoyKqyMSGyjw7DXyE17WZLSimiMNfgalFHrajRahVZcQwX8C8J6RGD8kZ1kj5c7qUz7ye9WHry3rQnk3a9947CJhMd7qt2YJhWJ5M+924yEfqTSayrwF/h8KGk3D7BVE4UCLhaAmEjkctydt4U98EFrFDIjh3zpGBH5knBviNk0n89M193y3S/Uc80uKrSYLsNZmD0Wk3baLcbbeitKvsOx9I8WaUYrWdUxaqcCcBfAI1YDWV2rCuvXMi+/NOonchmEvv/qpB5lraPS7jbduwAblZJN63k9lu33FXc7/YQTmoSr22bttPl+OtOT0vX0yVG0nvSrNlPpJM8hKW0Y6vdBFUt9LF3yutEOoSH4C/g4TMJy/WcWb0QhTCTXZJMef6qkGtn3NXb7dv3HD16dLebevWgu3lxi9tLTu3+jpAXucOHSgGeUfZjTDH2uot97OOxlinnzHEX13IiByEdtTE/V2IsOppjDhWYUX5Qgb+CRNX9Narm9QpxuFpYjMJDfCcLOQMuwZJCQnvdFIY7dm3atGnn1sVCviGW8MI1/5AQL7cPrvmHhKxZC/kv+Qkht++thSxglUIevtr28M2ZO/e3Pzq9FrKAlQk5fvvcg4s37t6/fvLSafA1fmTNHwFdJGTP+buP7l25+/j5pTuP15scVgNcJOTylcvPnt29e//uhRsn10IWsCohZ1/dO3f70qOjt568vbEWshrg4lHW0ZdXz3wc9u69sBaygNUJObhly6d5yFrIaoA/nIeshSzkXxJSY5IJBcL5/vSbCOKDEDErABAiymLZJJMo5LEIAMEgWIaCF0G0gHzMrRwg0BdEPNIJKw+RoBsSBPd9LETCNTe2DwCfW4TcDAYR6J7BsgjZm8ihwxtDBN70ucF8CNjAh6xbN3ALAIQfj2ABzEPNw96EPgRCBPlrQjbwcpHE+KFQrAlUAWf5jpZo3ARk+ZjQJno6VuWSWRBkK0u10C4YXENJyHUVDxt6LKRt4PmEqRTjpiqhpKpD0nD89dBUzwCQldT8QJUzzqAg4WBZBtjUogqFlKQqIaGm7hc8AoGZrakQK+hxzm1LtmUcElFLEgAIKzW5UpMyuFSXVM/fEgL8aY20k/VSVZo5TKKUYERRRD4JeZcuNyIfhWj4ckIqDMHIpUqfYKx+LROIsYTAU2ZXibJRK8rlOGzY8PNRQy8AX1IY6ONDI4tRomZ/6S7SMrQET9YwhsRFZlo7EYNUxuFHVjGqaooo43hKNiwx0sVtAIzioQE/NIsY0Z6O6b8pZPSuyefG8QYtzGblNJXqAKC99lpJtjrslF8ks/PvXpZhjI6JcRxjZyjDqmUcIBYbjaTCoxaFOHwdYOQIpPxUVyypwFPd71NItKMbhOovI2BJpkPaHhFaPRfJMtfazWMg0h2yYzYjtQ/ECknA1WzAmiLXL40BEjXBYelYAJseSLHUxl8TEmiYVNLGStQJ0e4zvJ1S67ObINBnkhT3OkY2481Z17IUCJYgiqbYlJYSyqoo8IoQ0ov+kRczkjpliaEoKdIppRmod6YqaQZyDkUmLIeUWD3QXFqIFKKZllQp2YMiVtAoTuMJgtVzxU6dl3BMMgTewfQxndI73oqesuoY2VKkA9QQe/HXhHhwOuaopimjTrJN+QcDmhvcBIBzjMgJ9QSt5KVWixjKS70aGakEZE0gm61DqGTQcZL1clCnGvGQoyFykThWxNqeoX9g5OV82JBv1hyO5gIZjx4ES5LNHxM2lLzS7igHiKJwooIjG/lMriSFB1N6v6PkhVSJNJFKMXSMQGsGzTlSOAuJPHHgrw57ffNa8FyOAz7fp7/uj9+LDwTqwS8JABATayEgOL+A6p3a55AfT8HfHBkd5H1fas3znew8mHuEOs7G50bN7/l35iEf2Lmf1zbBMIDjPFCWjE3ICl6G2aUe5kYvgRoh+AMPivWQUyUBIXgKeEnIrchksdVjIAEPQhrXkjA8hEkOOaynxn9sdtma0TFIWiyuvB/wpKDwBUHe9/FtOoCZrQ//ul22k5h/Fd78ACVN8etUXr5DkBQK8syhIDmDguTM1kHQEu4Wsl7C3dvb399//65YTIugTQ5byGKTQ7rPulh8kYZ4uYdG2naRg/kQBAAFee5QkJx5TBCaYbRzWPMFX4Q7NEXALUyuQYVlGLUED3Z4guEyLjDdE4JmuEPc5zgft7vjcwKyptMgCzjb6tAY25ZJm+M4gey0WQz+kKMgH5PhKIS1eefbAn4jmjwJt2rGJ6BWxipkH/6A3oQSpZOJpk/lq5Y8PGhwsio7rG8sIGPHUQ8MhqnaPUdTbFer1uVFeTmzv1YJ2MhTkKjvxcIq5KmhlXCSN59eTEOlY1oNKdbNUFEtK0qDTL/1Jhdz+7R70YTdfWmYrGh4VwC9y4u67hekrr9oj4lSc0xAprDBzCgPW3UZKOWywbFClfd1YX4GhbAMd3IV5NqMTX/0faRanYgxq0GLt/jAOJVny8E4UeZeoI3SIKYhWUx8Y6ifWdgdNzGWosG3AMauXHdOj82G4jb7QHS7GQcRQne1GN4oKpTr2s2p4/MThT+a14AMz2AjT0Ei3w3ZcKnYFncbZEQvzcuB42jOUhonXrUXMLdBpn1u1JzFA1xWYXdKvzM9MRjnIH1XVe1D88hhCxTjUSL/GbLV9/QrZti97Nf0rx5Tbrd5t1AgVzrdliqwkasgth+J06R+ZgY/g5DqJJmxYdLmAt9MFHEUB2kQ8/q6cSBGLkg87Eyc4oTkGuc3UeySWhzXhXkUWLYSj1o4ZIocHIFenzC2GViqMIlNuZoEASeHgXQGG3kKslYiCShVYA2nAcj0qBAEjQGG3110FR7Do+A0AVAj4ZcyCU8FozCA0gEGaxWagD/lLshWSksNkBwFQVCQ/xQKkjMoSM5sGeTN/SAUjmSCpu8FeV3cKsgrDMkEvN02CPJEUJAf7dhNi9pAGMDxhZohASFkDMnk0t6awIJ78hDxIkbwkCzKCgFhQRYDir1JifgFLOKynlbvC36G/Xidecw6rT2F1ryU+d8Gkkt+PHlICp0AKVgCpGAJkIIlQArWBUhNgOQcB/kkQIoQBfl8CeIIkPy61SgITkBqNQVj7OiyVhUg+QT/smTHwdSkdqMoGCEka9TDvhHlUsOWqpqsI+QoSgKiywIkvxpSAoIBRBEgOdegHpqMziCYgchVSeyQnLqFAbkAYSPS672yHllfRFftEXql9XpfP0AUAOHvLEmyDMO8I4SomRfPQu98WC7VMjRdus97NUX7rTtVj/SeOKYnQu5M07Bs2CDJTucgJxGbieRC4rdb/mYfH72u1900XbUMxdFkkAqkv76fhKPDatF+UAnzMMADBgR2egKCExAQARIwybRxcz2Plq3RYOavgsmGlKF4GIYkTd1FMAzGJIp3ATFpv3sgBUBYiKbDtwiQ1A1AybSWO9y0Zt8OP8bhejEkZhmavvjR1EwR2bxNdn0zMv3AoNWtzskjWekcBAPIh4jdsVhGpn3fDryHoOXeb+cDf2eUIq95bO9TXG/2g/fDyypcG/6OPuAO4+AeSOEgisNFgARMsmwZeS7xu2/Rs9dezN6tUmTu5qGVJm81OpLZumvFW8u2TxzgkQwIB8HoJMIWCZhknetLSYsn84lIJcmW/i7ggPkAjwSEiwCJRlEyZ4HlBnU6Ul3676tCGnDoAKIkIBUuAiRgcq4q+udpPJlxIAhzkD9EIE103WSWTuMctMpNhYs4CNJZsujK6RAfDw4CIhDGSJR9+BcPAAERTuI4SJRNDmjwqMVPXkMYS8/oWKYAAAAASUVORK5CYII=\" />\r\n<br><br>\r\nWe\'ve also added a number of improvements to sitemaps, including the last generated date and a custom 404 page.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.5 today and take advantage of these enhancements!','info','[\"4-x\",\"lite\"]',110,NULL,'2021-11-29 14:30:39',NULL,'Learn More','https://aioseo.com/introducing-our-redirect-testing-tool-new-enhancements-to-our-sitemaps/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2021-11-04 05:41:15','2021-12-01 06:19:07'),
(8,'6183727b1f9a8','? Celebrating 3M+ Active Installs + Get 60% OFF Today!','Your beloved SEO plugin, All in One SEO (AIOSEO), just crossed <strong>3 million active installs</strong>!\r\n<br><br>\r\nTo celebrate this milestone, we’re running a huge sale for a limited time.\r\n<br><br>\r\n<strong>Save 60% OFF any AIOSEO plan!</strong>','success','[\"4-x\",\"lite\"]',107,NULL,'2021-11-03 14:11:37','2021-11-09 00:00:00','Upgrade AIOSEO NOW! (60% OFF)','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=3-million-installs-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW',NULL,NULL,0,0,'2021-11-04 05:41:15','2021-11-08 05:47:37'),
(9,'619f2900384d6','? Save 65% OFF AIOSEO - Limited Time Black Friday Sale!','This Black Friday, we’re offering an incredible discount, up to <strong><em>65% OFF</em></strong> on AIOSEO!\r\n<br><br>\r\n<strong>This is the biggest sale we have <em>EVER</em> had, and it\'s available RIGHT NOW!</strong>\r\n<br><br>\r\nIf you’ve been thinking about becoming part of the AIOSEO Pro family, now’s the perfect time, but you’ll have to act fast since this remarkable deal expires soon!','success','[\"4-x\",\"lite\"]',165,NULL,'2021-11-23 18:42:05','2021-11-27 00:00:00','Upgrade AIOSEO NOW! (65% OFF)','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=black-friday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW','Learn More','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=black-friday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Learn More',0,0,'2021-11-25 06:11:12','2021-11-26 06:11:16'),
(10,'61a31ddb66d2f','? Get AIOSEO Pro (65% OFF Today) + Donate for a Cause ?','Want to boost your SEO rankings while giving back something in return?\r\n<br><br>\r\nThis Green Monday, we’re offering <strong><em>up to 65% OFF</em></strong> on AIOSEO Pro purchases.\r\n<br><br>\r\nAnd a portion of sales will be donated to The Conservation Fund, a non-profit that protects America\'s legacy of land and water resources through land acquisition and more.','success','[\"4-x\",\"lite\"]',183,NULL,'2021-12-13 00:00:00','2021-12-14 00:00:00','Upgrade AIOSEO NOW! (65% OFF)','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=green-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW',NULL,NULL,0,0,'2021-11-28 06:12:43','2021-12-01 06:19:07'),
(11,'61a31ddb67b23','⌛ Cyber Monday Sale is Ending Soon!','This Cyber Monday sale is your last chance to grab the world’s best SEO plugin for the best price.\r\n<br><br>\r\n<strong><em>This is the biggest sale we have EVER had, and it\'s available RIGHT NOW!</em></strong>\r\n<br><br>\r\nIf you want to step up your SEO game in 2022, then you need AIOSEO Pro, and NOW is the best time to get it!','success','[\"4-x\",\"lite\"]',176,NULL,'2021-11-29 00:00:00','2021-12-04 00:00:00','Upgrade AIOSEO NOW! (65% OFF)','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=cyber-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW','Learn More','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=cyber-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Learn More',0,0,'2021-11-28 06:12:43','2021-12-01 06:19:07');
/*!40000 ALTER TABLE `wp_aioseo_notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aioseo_posts`
--

DROP TABLE IF EXISTS `wp_aioseo_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `title` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `keywords` mediumtext DEFAULT NULL,
  `keyphrases` longtext DEFAULT NULL,
  `page_analysis` longtext DEFAULT NULL,
  `canonical_url` text DEFAULT NULL,
  `og_title` text DEFAULT NULL,
  `og_description` text DEFAULT NULL,
  `og_object_type` varchar(64) DEFAULT 'default',
  `og_image_type` varchar(64) DEFAULT 'default',
  `og_image_custom_url` text DEFAULT NULL,
  `og_image_custom_fields` text DEFAULT NULL,
  `og_custom_image_width` int(11) DEFAULT NULL,
  `og_custom_image_height` int(11) DEFAULT NULL,
  `og_video` varchar(255) DEFAULT NULL,
  `og_custom_url` text DEFAULT NULL,
  `og_article_section` text DEFAULT NULL,
  `og_article_tags` text DEFAULT NULL,
  `twitter_use_og` tinyint(1) DEFAULT 0,
  `twitter_card` varchar(64) DEFAULT 'default',
  `twitter_image_type` varchar(64) DEFAULT 'default',
  `twitter_image_custom_url` text DEFAULT NULL,
  `twitter_image_custom_fields` text DEFAULT NULL,
  `twitter_title` text DEFAULT NULL,
  `twitter_description` text DEFAULT NULL,
  `seo_score` int(11) NOT NULL DEFAULT 0,
  `schema_type` varchar(20) DEFAULT 'default',
  `schema_type_options` longtext DEFAULT NULL,
  `pillar_content` tinyint(1) DEFAULT NULL,
  `robots_default` tinyint(1) NOT NULL DEFAULT 1,
  `robots_noindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noarchive` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nosnippet` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nofollow` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noimageindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noodp` tinyint(1) NOT NULL DEFAULT 0,
  `robots_notranslate` tinyint(1) NOT NULL DEFAULT 0,
  `robots_max_snippet` int(11) DEFAULT NULL,
  `robots_max_videopreview` int(11) DEFAULT NULL,
  `robots_max_imagepreview` varchar(20) DEFAULT 'large',
  `tabs` mediumtext DEFAULT NULL,
  `images` longtext DEFAULT NULL,
  `image_scan_date` datetime DEFAULT NULL,
  `priority` tinytext DEFAULT NULL,
  `frequency` tinytext DEFAULT NULL,
  `videos` longtext DEFAULT NULL,
  `video_thumbnail` text DEFAULT NULL,
  `video_scan_date` datetime DEFAULT NULL,
  `location` text DEFAULT NULL,
  `local_seo` longtext DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ndx_aioseo_posts_post_id` (`post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1198 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_posts`
--

LOCK TABLES `wp_aioseo_posts` WRITE;
/*!40000 ALTER TABLE `wp_aioseo_posts` DISABLE KEYS */;
INSERT INTO `wp_aioseo_posts` VALUES
(1,2,'Deborah Brody Marketing Communications: Washington, DC-based copywriting, advertising, marketing services','#description','',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/04\\/copywriting-laptop.jpg\",\"image:title\":\"\",\"image:caption\":\"\"}]','2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:12','2021-02-22 16:31:33'),
(1162,4165,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s)..\",\"score\":5,\"maxScore\":5},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,79,'none','{\"webPage\":{\"webPageType\":\"WebPage\"},\"article\":{\"articleType\":\"BlogPosting\"},\"book\":[],\"course\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"product\":[],\"recipe\":[],\"restaurant\":[],\"service\":[],\"software\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2021\\/01\\/pexels-olya-kobruseva-5417637.jpg\",\"image:title\":\"pexels-olya-kobruseva-5417637\",\"image:caption\":\"\"}]','2021-01-14 14:24:31','default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-01-13 16:40:39','2021-02-22 16:35:32'),
(3,4157,NULL,'','',NULL,NULL,'',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:16:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(4,4148,NULL,'','',NULL,NULL,'',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:16:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(5,4143,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(6,4142,NULL,'','',NULL,NULL,'',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/10\\/pexels-lukas-684385.jpg\",\"image:title\":\"pexels-lukas-684385\",\"image:caption\":\"\"}]','2020-12-22 13:16:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(7,4135,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(8,4134,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(9,4131,NULL,'','',NULL,NULL,'',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/10\\/pexels-anna-shvets-4226140-1.jpg\",\"image:title\":\"pexels-anna-shvets-4226140-1\",\"image:caption\":\"\\nPhoto by Anna Shvets from Pexels\\n\"}]','2020-12-22 13:16:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(10,4128,NULL,'','',NULL,NULL,'',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(11,4122,NULL,'','',NULL,NULL,'',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(12,4109,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(13,4097,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(14,4088,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(15,4087,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/03\\/20200331_144905_001-e1585682663422.jpg\",\"image:title\":\"20200331_144905_001\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(16,4080,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(17,4075,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(18,4074,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(19,4073,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(20,4072,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(21,4071,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/02\\/ruth-marcus-or-susan-rice.jpg\",\"image:title\":\"ruth marcus or susan rice\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/02\\/WTOP-man.png\",\"image:title\":\"WTOP man\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/02\\/April-lunch.png\",\"image:title\":\"April lunch\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/02\\/principle.png\",\"image:title\":\"principle\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(22,4066,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(23,4065,NULL,'','',NULL,NULL,'',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/02\\/kaboompics_Woman-preparing-invitations-1.jpg\",\"image:title\":\"kaboompics_Woman preparing invitations-1\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(24,4059,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(25,4058,NULL,'Reasons why bad events can damage your organization and tips to have a good event.',NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/01\\/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg\",\"image:title\":\"man-standing-in-front-of-people-sitting-on-red-chairs-1708936\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(26,4053,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(27,4050,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2020\\/01\\/woman-reading-book-to-toddler-1741231.jpg\",\"image:title\":\"woman-reading-book-to-toddler-1741231\",\"image:caption\":\"Story time\\n\\nStory time\\nPhoto by Lina Kivaka from Pexels\\n\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(28,4043,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(29,4035,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(30,4034,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/10\\/beauty-cosmetics-depth-of-field-1571585.jpg\",\"image:title\":\"beauty-cosmetics-depth-of-field-1571585\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(31,4031,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(32,4022,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(33,4013,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(34,4007,NULL,'Follow copywriting 101 advice to discuss the benefits to your audience.',NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(35,3998,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(36,3992,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(37,3988,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/06\\/art-artistic-background-416832.jpg\",\"image:title\":\"art-artistic-background-416832\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(38,3982,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(39,3981,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/05\\/20190509_141630.jpg\",\"image:title\":\"20190509_141630\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(40,3975,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(41,3970,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/05\\/cuisine-delicious-dinner-958545.jpg\",\"image:title\":\"cuisine-delicious-dinner-958545\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(42,3964,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(43,3959,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/04\\/berries-blueberries-bowl-101669.jpg\",\"image:title\":\"berries-blueberries-bowl-101669\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(44,3954,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(45,3952,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/04\\/ballpen-blur-close-up-461077-1.jpg\",\"image:title\":\"ballpen-blur-close-up-461077-1\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(46,3950,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(47,3945,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(48,3944,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/03\\/adventure-camera-car-1895578.jpg\",\"image:title\":\"adventure-camera-car-1895578\",\"image:caption\":\"\\nPhoto by Louis from Pexels\\n\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:35:32'),
(49,3940,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(50,3937,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/03\\/achievement-adult-agreement-1308780.jpg\",\"image:title\":\"achievement-adult-agreement-1308780\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(51,3933,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(52,3932,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/02\\/spam-964521_1920.jpg\",\"image:title\":\"spam-964521_1920\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(53,3925,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(54,3924,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/02\\/close-up-view-indoors-instrument-141966.jpg\",\"image:title\":\"close-up-view-indoors-instrument-141966\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(55,3920,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(56,3913,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/01\\/accomplishment-achievement-adults-1059118.jpg\",\"image:title\":\"accomplishment-achievement-adults-1059118\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(57,3910,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(58,3903,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2019\\/01\\/asphalt-empty-field-163444.jpg\",\"image:title\":\"asphalt-empty-field-163444\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(59,3897,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(60,3894,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/12\\/advertisement-advertising-font-519.jpg\",\"image:title\":\"advertisement-advertising-font-519\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(61,3884,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(62,3882,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(63,3877,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(64,3876,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/10\\/Screenshot-6.png\",\"image:title\":\"Screenshot (6)\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(65,3872,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(66,3866,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(67,3859,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(68,3858,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/09\\/appointment-appointment-book-blur-40568.jpg\",\"image:title\":\"appointment-appointment-book-blur-40568\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(69,3857,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(70,3851,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(71,3850,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/08\\/beach-beverage-cocktail-68672.jpg\",\"image:title\":\"beach-beverage-cocktail-68672\",\"image:caption\":\"\"}]','2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(72,3848,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(73,3845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(74,3842,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(75,3838,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(76,3836,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(77,3833,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(78,3826,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(79,3818,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(80,3817,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/06\\/20180616_112036.jpg\",\"image:title\":\"20180616_112036\",\"image:caption\":\"Placards outside Silver Spring Early Voting Center\"}]','2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(81,3811,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(82,3802,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(83,3797,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(84,3790,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(85,3789,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/05\\/blogging-blur-business-261662.jpg\",\"image:title\":\"blogging-blur-business-261662\",\"image:caption\":\"\"}]','2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(86,3786,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(87,3778,NULL,'Analysis of brand messaging and advertising.','[{\"label\":\"brand messaging\",\"value\":\"brand messaging\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(88,3769,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(89,3766,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(90,3697,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(91,3694,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(92,3691,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(93,3681,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(94,3679,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(95,3678,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(96,3675,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(97,3666,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(98,3655,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:36:32'),
(99,3650,NULL,'','',NULL,NULL,'',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:39:41'),
(100,3644,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:39:41'),
(101,3641,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:13','2021-02-22 16:39:41'),
(102,3635,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(103,3631,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:14:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(104,3628,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(105,3624,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(106,3619,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(107,3617,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(108,3614,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(109,3611,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(110,3610,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(111,3609,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(112,3605,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(113,3598,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(114,3597,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(115,3587,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(116,3585,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(117,3582,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(118,3577,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(119,3572,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(120,3565,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(121,3562,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(122,3559,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(123,3551,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(124,3546,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(125,3543,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(126,3539,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(127,3536,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(128,3532,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(129,3528,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(130,3523,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(131,3518,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(132,3516,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(133,3511,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(134,3507,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(135,3502,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(136,3497,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(137,3496,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(138,3490,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(139,3483,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(140,3474,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(141,3470,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(142,3466,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(143,3458,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(144,3456,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(145,3452,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(146,3449,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(147,3444,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(148,3439,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:39:41'),
(149,3438,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(150,3435,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(151,3431,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(152,3427,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(153,3421,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(154,3419,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(155,3412,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(156,3406,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(157,3405,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(158,3400,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(159,3394,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(160,3391,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(161,3387,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(162,3372,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(163,3371,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(164,3366,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(165,3361,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(166,3355,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(167,3350,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(168,3348,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(169,3344,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(170,3341,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(171,3338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:13:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(172,3334,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(173,3333,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(174,3324,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(175,3323,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(176,3319,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(177,3318,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(178,3312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(179,3307,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(180,3303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(181,3296,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(182,3295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(183,3293,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(184,3290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(185,3288,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(186,3278,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(187,3277,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(188,3272,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(189,3271,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(190,3265,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(191,3259,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(192,3252,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(193,3251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(194,3246,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(195,3245,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(196,3237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(197,3230,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(198,3229,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:19','2021-02-22 16:40:13'),
(199,3221,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:20','2021-02-22 16:41:16'),
(200,3220,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:20','2021-02-22 16:41:16'),
(201,3215,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:20','2021-02-22 16:41:16'),
(202,1237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(203,1255,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(204,214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:08:44'),
(205,14,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:11:15'),
(206,18,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"title\":\"Title Length\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"66.7% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":3,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, but your text is short enough and probably doesn\'t need them.\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 17 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,74,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"http:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/08\\/picture.jpg\"},{\"image:loc\":\"https:\\/\\/static.licdn.com\\/scds\\/common\\/u\\/img\\/webpromo\\/btn_viewmy_120x33.png\"}]','2021-10-12 19:16:04','default','default',NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-10-12 19:16:04'),
(207,20,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:11:15'),
(208,22,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:11:15'),
(209,24,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(210,38,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(211,40,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(212,42,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(213,49,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(214,51,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(215,53,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(216,110,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(217,112,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:09:56'),
(218,1765,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:51:46'),
(219,2509,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:45:12'),
(220,2850,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(221,2914,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(222,1236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(223,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:11:15'),
(224,1238,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(225,1239,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(226,1240,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(227,1241,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(228,1242,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(229,1243,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(230,1244,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(231,1245,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(232,1246,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(233,1247,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(234,16,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:11:15'),
(235,17,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:11:15'),
(236,1248,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(237,1249,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(238,1250,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(239,1251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(240,1252,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(241,1253,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(242,1254,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(243,1256,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(244,1257,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(245,1258,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(246,1259,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 17:01:23'),
(247,3213,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(248,3193,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(249,3192,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(250,3189,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(251,3183,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(252,3179,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(253,3170,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(254,3164,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(255,3160,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(256,3154,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(257,3149,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(258,3146,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(259,3137,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(260,3136,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(261,3134,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(262,3128,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(263,3127,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(264,3121,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(265,3117,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(266,3114,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(267,3106,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(268,3102,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(269,3098,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(270,3097,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(271,3092,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(272,3090,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(273,3089,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(274,3083,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(275,3079,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(276,3077,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(277,3075,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(278,3069,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(279,3064,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(280,3063,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(281,3057,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(282,3055,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(283,3052,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(284,3046,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(285,3043,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(286,3037,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(287,3035,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(288,3032,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(289,3031,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(290,3028,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(291,3026,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(292,3021,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(293,3020,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:41:16'),
(294,3016,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:12:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(295,3010,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(296,3009,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(297,3005,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(298,3001,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(299,3000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(300,2997,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(301,2994,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(302,2990,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(303,2985,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(304,2984,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(305,2982,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(306,2980,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(307,2976,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(308,2974,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(309,2971,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(310,2966,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(311,2965,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(312,2962,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(313,2959,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(314,2955,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(315,2950,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(316,2947,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(317,2945,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(318,2941,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(319,2936,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(320,2930,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(321,2925,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(322,2921,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(323,2920,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(324,2908,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(325,2904,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(326,2901,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(327,2899,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(328,2881,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(329,2876,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(330,2874,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(331,2871,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(332,2860,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(333,2846,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(334,2838,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(335,2832,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(336,2831,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(337,2828,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(338,2823,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(339,2817,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(340,2814,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(341,2808,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:42:32'),
(342,2805,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:44:18'),
(343,2802,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:44:18'),
(344,2798,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:44:18'),
(345,2793,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:44:18'),
(346,2790,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:25','2021-02-22 16:44:18'),
(347,2783,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(348,2776,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(349,2775,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(350,2774,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(351,2772,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(352,2767,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(353,2762,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(354,2759,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(355,2753,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(356,2747,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(357,2742,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(358,2740,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(359,2739,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(360,2738,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(361,2734,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(362,2730,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:11:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(363,2726,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(364,2722,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(365,2714,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(366,2711,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(367,2708,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(368,2705,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(369,2701,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(370,2697,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(371,2692,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(372,2688,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(373,2683,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(374,2680,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(375,2679,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(376,2672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(377,2666,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(378,2665,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(379,2660,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(380,2656,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(381,2652,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(382,2649,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(383,2646,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(384,2640,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(385,2639,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(386,2634,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(387,2632,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(388,2630,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(389,2628,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(390,2623,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(391,2618,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:44:18'),
(392,2617,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(393,2616,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(394,2613,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(395,2610,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(396,2607,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(397,2602,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(398,2600,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(399,2595,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(400,2587,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(401,2584,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(402,2581,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(403,2578,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(404,2574,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(405,2573,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(406,2571,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(407,2568,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(408,2558,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(409,2557,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:11'),
(410,2554,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(411,2552,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(412,2549,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(413,2547,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(414,2542,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(415,2539,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(416,2536,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(417,2535,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(418,2531,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(419,2530,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(420,2527,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(421,2522,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(422,2520,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(423,2503,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(424,2502,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(425,2501,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(426,2492,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(427,2488,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(428,2487,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(429,2485,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(430,2481,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(431,2480,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(432,2475,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(433,2471,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(434,2467,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(435,2464,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(436,2463,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:10:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(437,2458,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(438,2456,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(439,2453,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(440,2448,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:45:12'),
(441,2442,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:46:21'),
(442,2436,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:46:21'),
(443,2434,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:46:21'),
(444,2431,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:46:21'),
(445,2424,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:46:21'),
(446,2418,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:31','2021-02-22 16:46:21'),
(447,2415,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(448,2412,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(449,2408,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(450,2403,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(451,2401,'What are the goals for your blog? | #site_title','Create SMART goals for your blog and track them to determine your level of success.','[{\"label\":\"blogs\",\"value\":\"blogs\"},{\"label\":\"blogging\",\"value\":\"blogging\"},{\"label\":\"blogging best practices\",\"value\":\"blogging best practices\"},{\"label\":\"blogging goals\",\"value\":\"blogging goals\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(452,2397,'What makes for a great blog? | #site_title','The attributes of a great blog.','[{\"label\":\"blogs\",\"value\":\"blogs\"},{\"label\":\"blogging\",\"value\":\"blogging\"},{\"label\":\"blogging best practices\",\"value\":\"blogging best practices\"},{\"label\":\"blogging workshops\",\"value\":\"blogging workshops\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(453,2390,'what not to do on your blog | #site_title','top actions to avoid on your blog','[{\"label\":\"blogs\",\"value\":\"blogs\"},{\"label\":\"bloggin best practices\",\"value\":\"bloggin best practices\"},{\"label\":\"blogging how-to\",\"value\":\"blogging how-to\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(454,2387,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(455,2384,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(456,2381,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(457,2374,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(458,2369,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(459,2362,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(460,2360,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(461,2358,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(462,2355,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(463,2352,'Why SEO and content marketing are not enough | #site_title','Findability, search engines, personalization and your marketing efforts',NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(464,2346,NULL,'7 actions to make sure your blog is running smoothly','[{\"label\":\"plugins\",\"value\":\"plugins\"},{\"label\":\"blog maintenance\",\"value\":\"blog maintenance\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(465,2342,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(466,2338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(467,2335,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(468,2332,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(469,2330,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(470,2327,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(471,2323,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(472,2321,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(473,2316,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(474,2311,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(475,2306,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(476,2302,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(477,2300,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(478,2298,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(479,2294,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(480,2290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(481,2286,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(482,2282,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(483,2274,NULL,NULL,'[{\"label\":\"marketing differentiators\",\"value\":\"marketing differentiators\"},{\"label\":\"brand promise\",\"value\":\"brand promise\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(484,2270,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(485,2264,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(486,2263,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(487,2260,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(488,2255,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(489,2253,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(490,2250,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:46:21'),
(491,2245,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(492,2242,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(493,2237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(494,2230,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(495,2229,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(496,2228,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:09:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(497,2221,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(498,2218,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(499,2214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(500,2212,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(501,2208,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(502,2206,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(503,2198,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(504,2190,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(505,2184,NULL,NULL,'[{\"label\":\"public relations\",\"value\":\"public relations\"},{\"label\":\"public relations and marketing\",\"value\":\"public relations and marketing\"},{\"label\":\"public relations and business\",\"value\":\"public relations and business\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(506,2177,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(507,2175,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(508,2170,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(509,2163,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(510,2160,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(511,2158,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(512,2155,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(513,2143,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(514,2139,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(515,2137,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(516,2133,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(517,2128,'Learn how to write your blog | #site_title','Information about a blogging workshop in Arlington, VA on May 17, 2013.','[{\"label\":\"blogging\",\"value\":\"blogging\"},{\"label\":\"learn how to blog\",\"value\":\"learn how to blog\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(518,2125,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(519,2120,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(520,2117,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(521,2114,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(522,2111,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(523,2109,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(524,2107,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(525,2102,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(526,2099,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(527,2094,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(528,2092,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(529,2089,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(530,2087,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(531,2081,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(532,2079,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(533,2074,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(534,2071,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(535,2067,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(536,2062,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(537,2055,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(538,2044,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(539,2036,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(540,2033,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:47:22'),
(541,2029,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:49:58'),
(542,2024,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:49:58'),
(543,2023,'An ad to promote a TV Commercial | #site_title','Discussion about Super Bowl advertising',NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:49:58'),
(544,2017,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:49:58'),
(545,2013,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:49:58'),
(546,2008,'How to start blogging | #site_title','Workshop being offered to help organizations start blogging.','[{\"label\":\"organizational blogging\",\"value\":\"organizational blogging\"},{\"label\":\"blogging workshop DC\",\"value\":\"blogging workshop DC\"},{\"label\":\"blogging workshop MD\",\"value\":\"blogging workshop MD\"},{\"label\":\"how to write a blog\",\"value\":\"how to write a blog\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:37','2021-02-22 16:49:58'),
(547,2001,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(548,2000,'How to tweet like a marketer  | #site_title',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(549,1997,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(550,1992,'Are you aiming for quantity or quality? | #site_title','Post about business networking.','[{\"label\":\"LinkedIn\",\"value\":\"LinkedIn\"},{\"label\":\"business networking goals\",\"value\":\"business networking goals\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(551,1991,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(552,1988,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(553,1976,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(554,1969,'Are your volunteers on message | #site_title','How volunteers can help spread a nonprofit\'s message and aid in communication.','[{\"label\":\"nonprofit communications\",\"value\":\"nonprofit communications\"},{\"label\":\"nonprofit message\",\"value\":\"nonprofit message\"},{\"label\":\"volunteers and messaging\",\"value\":\"volunteers and messaging\"}]',NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(555,1966,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(556,1965,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(557,1964,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:07:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(558,1958,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(559,1955,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(560,1952,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(561,1950,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(562,1944,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(563,1941,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(564,1934,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(565,1931,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(566,1929,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(567,1925,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(568,1922,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(569,1920,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(570,1914,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(571,1903,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(572,1898,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(573,1893,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(574,1890,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(575,1886,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(576,1885,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(577,1883,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(578,1880,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(579,1872,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(580,1867,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(581,1863,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(582,1860,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(583,1857,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(584,1853,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(585,1848,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(586,1843,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(587,1839,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:58'),
(588,1834,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:59'),
(589,1831,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:59'),
(590,1827,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:49:59'),
(591,1823,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(592,1820,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(593,1811,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(594,1808,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(595,1806,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(596,1802,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(597,1799,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(598,1797,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(599,1791,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(600,1788,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(601,1786,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(602,1783,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(603,1782,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(604,1779,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(605,1776,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(606,1775,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(607,1774,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/Deborah-Brody-Marketing-Communications.jpg\",\"image:title\":\"Deborah-Brody-Marketing-Communications\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/background.jpg\",\"image:title\":\"background\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/tagline.jpg\",\"image:title\":\"tagline\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/signup-box.jpg\",\"image:title\":\"signup-box\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/facebook-icon.jpg\",\"image:title\":\"facebook-icon\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/rss-icon.jpg\",\"image:title\":\"rss-icon\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/twitter-icon.jpg\",\"image:title\":\"twitter-icon\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/favicon.ico\",\"image:title\":\"favicon\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee078.jpg\",\"image:title\":\"cropped-coffee078.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee0781.jpg\",\"image:title\":\"cropped-coffee0781.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee0782.jpg\",\"image:title\":\"cropped-coffee0782.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee0783.jpg\",\"image:title\":\"cropped-coffee0783.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee0784.jpg\",\"image:title\":\"cropped-coffee0784.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2010\\/08\\/cropped-coffee078.jpg\",\"image:title\":\"cropped-coffee078.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/08\\/testimonial-box.png\",\"image:title\":\"testimonial-box\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/04\\/copywriting-laptop.jpg\",\"image:title\":\"\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/04\\/linkedin.jpg\",\"image:title\":\"\",\"image:caption\":\"\"}]','2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(608,1771,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(609,1760,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(610,1758,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(611,1756,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(612,1753,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(613,1749,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(614,1748,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(615,1747,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/Deborah-Brody-Marketing-Communications.jpg\",\"image:title\":\"Deborah-Brody-Marketing-Communications\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/background.jpg\",\"image:title\":\"background\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/tagline.jpg\",\"image:title\":\"tagline\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/signup-box.jpg\",\"image:title\":\"signup-box\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/facebook-icon.jpg\",\"image:title\":\"facebook-icon\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/rss-icon.jpg\",\"image:title\":\"rss-icon\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/twitter-icon.jpg\",\"image:title\":\"twitter-icon\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/06\\/favicon.ico\",\"image:title\":\"favicon\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee078.jpg\",\"image:title\":\"cropped-coffee078.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee0781.jpg\",\"image:title\":\"cropped-coffee0781.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee0782.jpg\",\"image:title\":\"cropped-coffee0782.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee0783.jpg\",\"image:title\":\"cropped-coffee0783.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2009\\/10\\/cropped-coffee0784.jpg\",\"image:title\":\"cropped-coffee0784.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2010\\/08\\/cropped-coffee078.jpg\",\"image:title\":\"cropped-coffee078.jpg\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2011\\/08\\/testimonial-box.png\",\"image:title\":\"testimonial-box\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/04\\/copywriting-laptop.jpg\",\"image:title\":\"\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2018\\/04\\/linkedin.jpg\",\"image:title\":\"\",\"image:caption\":\"\"}]','2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(616,1744,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(617,1743,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(618,1738,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(619,1734,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(620,1731,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(621,1726,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(622,1720,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:06:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(623,1717,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(624,1711,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(625,1707,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(626,1705,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(627,1702,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(628,1697,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(629,1693,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(630,1690,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(631,1684,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(632,1682,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(633,1680,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(634,1678,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(635,1674,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(636,1671,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(637,1668,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(638,1665,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(639,1662,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:51:46'),
(640,1658,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:54:24'),
(641,1653,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:54:24'),
(642,1650,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:54:24'),
(643,1648,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:54:24'),
(644,1645,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:54:24'),
(645,1642,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:54:24'),
(646,1640,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:43','2021-02-22 16:54:24'),
(647,1634,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(648,1632,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(649,1627,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(650,1624,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(651,1622,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(652,1618,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(653,1615,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(654,1610,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(655,1608,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(656,1604,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(657,1599,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(658,1595,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(659,1589,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(660,1585,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(661,1579,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(662,1575,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(663,1573,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(664,1568,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(665,1564,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(666,1561,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(667,1554,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(668,1552,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(669,1549,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(670,1546,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(671,1544,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(672,1540,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(673,1533,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(674,1529,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(675,1526,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:05:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(676,1524,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(677,1521,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(678,1517,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(679,1514,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(680,1511,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(681,1509,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(682,1507,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(683,1503,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(684,1501,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(685,1499,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(686,1496,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(687,1493,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(688,1491,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(689,1485,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:54:24'),
(690,1482,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(691,1479,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(692,1477,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(693,1473,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(694,1470,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(695,1466,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(696,1463,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(697,1460,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(698,1457,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(699,1452,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(700,1450,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(701,1448,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(702,1446,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(703,1442,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(704,1439,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(705,1436,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(706,1434,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(707,1431,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(708,1426,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(709,1424,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(710,1422,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(711,1420,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(712,1417,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(713,1415,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(714,1414,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(715,1413,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(716,1412,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(717,1411,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(718,1410,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(719,1409,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(720,1408,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(721,1407,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(722,1406,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(723,1405,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(724,1404,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(725,1403,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(726,1375,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(727,1322,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(728,1321,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(729,1320,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(730,1319,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(731,1318,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(732,1317,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(733,1316,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(734,1315,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(735,1314,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(736,1313,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(737,1312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(738,1311,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(739,1310,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:58:00'),
(740,1309,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:59:05'),
(741,1308,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:59:05'),
(742,1307,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:59:05'),
(743,1306,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:59:05'),
(744,1305,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:59:05'),
(745,1304,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:59:05'),
(746,1303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:49','2021-02-22 16:59:05'),
(747,1302,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(748,1301,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(749,1300,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(750,1299,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(751,1298,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(752,1297,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(753,1296,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(754,1295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(755,1294,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(756,1293,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(757,1292,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(758,1291,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(759,1290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(760,1289,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(761,1288,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(762,1287,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(763,1286,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(764,1285,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(765,1284,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(766,1283,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(767,1282,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(768,1281,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(769,1280,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(770,1279,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(771,1278,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(772,1277,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(773,1276,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(774,1275,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(775,1274,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(776,1273,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(777,1272,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(778,1271,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(779,1270,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(780,1269,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(781,1268,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(782,1267,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(783,1266,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(784,1265,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(785,1264,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(786,1263,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(787,1262,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(788,1261,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(789,1260,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 16:59:05'),
(790,1235,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(791,1234,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(792,1231,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(793,1227,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(794,1225,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(795,1222,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:04:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(796,1220,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(797,1218,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(798,1214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(799,1210,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(800,1205,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(801,1200,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(802,1195,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(803,1191,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(804,1188,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(805,1183,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(806,1174,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(807,1170,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(808,1164,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(809,1159,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(810,1153,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(811,1148,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(812,1145,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(813,1137,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(814,1133,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(815,1131,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:01:23'),
(816,1127,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(817,1123,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(818,1121,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(819,1119,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(820,1114,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(821,1111,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(822,1108,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(823,1105,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(824,1099,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(825,1095,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(826,1091,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(827,1086,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(828,1080,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(829,1074,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(830,1072,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(831,1070,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(832,1066,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(833,1063,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(834,1061,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(835,1058,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(836,1055,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(837,1054,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(838,1052,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(839,1047,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(840,1043,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(841,1040,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(842,1036,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(843,1032,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(844,1029,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(845,1026,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(846,1023,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:49:55','2021-02-22 17:02:34'),
(847,1019,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(848,1015,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(849,1012,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(850,1008,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(851,1004,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(852,1001,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(853,998,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(854,995,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(855,991,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(856,988,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(857,985,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(858,982,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(859,978,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(860,975,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(861,971,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(862,968,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(863,966,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(864,961,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(865,958,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:02:34'),
(866,955,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(867,950,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(868,945,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(869,940,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(870,938,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(871,934,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(872,929,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(873,924,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(874,920,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(875,914,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(876,911,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(877,907,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(878,904,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(879,900,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(880,897,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(881,894,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(882,892,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(883,889,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(884,884,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(885,880,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(886,874,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(887,872,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(888,867,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(889,864,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(890,860,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(891,859,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(892,855,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(893,850,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(894,846,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(895,841,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(896,837,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(897,834,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(898,828,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(899,822,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(900,817,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(901,810,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(902,806,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(903,802,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:01:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(904,797,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(905,792,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(906,789,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(907,785,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(908,778,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(909,774,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(910,770,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(911,766,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(912,762,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(913,759,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(914,755,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(915,751,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:03:52'),
(916,747,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:05:12'),
(917,743,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:05:12'),
(918,737,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:05:12'),
(919,736,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:05:12'),
(920,733,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:05:12'),
(921,732,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:00','2021-02-22 17:05:12'),
(922,728,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(923,727,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(924,723,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(925,722,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(926,719,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(927,714,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(928,709,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(929,705,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(930,701,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(931,697,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(932,691,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(933,690,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(934,684,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(935,683,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(936,678,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(937,677,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(938,673,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(939,672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(940,668,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(941,667,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(942,663,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(943,660,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(944,659,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(945,656,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(946,655,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:01','2021-02-22 17:05:12'),
(947,651,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(948,650,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(949,647,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(950,646,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(951,645,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(952,643,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(953,642,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(954,638,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(955,637,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(956,635,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(957,631,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(958,630,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(959,627,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(960,626,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(961,625,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(962,624,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(963,621,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(964,619,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(965,618,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:05:12'),
(966,614,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(967,613,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(968,610,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(969,607,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(970,602,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(971,601,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(972,597,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(973,594,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(974,593,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(975,590,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(976,589,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(977,586,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(978,585,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(979,581,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(980,580,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(981,577,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(982,576,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(983,572,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:00:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(984,571,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(985,567,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(986,566,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(987,564,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(988,561,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(989,557,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(990,556,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(991,554,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(992,550,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(993,549,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(994,546,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(995,545,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(996,544,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(997,543,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(998,542,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(999,541,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1000,536,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1001,535,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1002,533,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1003,532,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1004,530,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1005,527,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1006,526,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1007,522,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1008,519,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1009,514,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1010,512,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1011,510,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1012,508,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1013,504,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1014,501,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1015,499,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:06:27'),
(1016,498,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:08:00'),
(1017,494,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:08:00'),
(1018,491,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:08:00'),
(1019,488,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:08:00'),
(1020,484,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:08:00'),
(1021,481,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:08:00'),
(1022,479,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:06','2021-02-22 17:08:00'),
(1023,475,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1024,470,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1025,468,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1026,466,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1027,463,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1028,461,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1029,459,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1030,456,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1031,453,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1032,450,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1033,447,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1034,445,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1035,441,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1036,437,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1037,435,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1038,433,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1039,430,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1040,427,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1041,424,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1042,420,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1043,416,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1044,413,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1045,409,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:59:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1046,406,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:07','2021-02-22 17:08:00'),
(1047,402,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1048,399,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1049,393,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1050,390,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1051,387,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1052,382,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1053,379,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1054,374,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1055,371,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1056,367,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1057,365,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1058,360,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1059,354,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1060,349,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1061,346,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1062,343,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1063,340,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1064,338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1065,334,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:00'),
(1066,330,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1067,328,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1068,324,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1069,320,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1070,316,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1071,308,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1072,306,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1073,303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1074,297,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1075,293,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1076,290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1077,287,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1078,285,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1079,283,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1080,280,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1081,277,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1082,275,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1083,271,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1084,268,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1085,266,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1086,262,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1087,259,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1088,257,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1089,255,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1090,253,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1091,250,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1092,247,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1093,244,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1094,242,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1095,240,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1096,238,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1097,236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:57:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1098,233,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1099,231,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1100,229,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1101,227,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1102,225,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1103,221,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1104,219,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1105,217,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1106,211,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1107,208,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1108,206,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1109,205,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1110,203,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1111,201,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1112,199,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1113,196,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1114,194,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:08:44'),
(1115,192,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1116,190,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1117,188,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1118,186,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1119,183,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1120,181,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1121,179,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1122,177,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1123,175,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1124,173,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1125,170,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1126,168,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1127,166,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1128,163,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1129,161,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1130,158,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1131,151,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1132,148,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1133,146,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1134,144,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1135,142,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1136,140,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1137,136,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1138,106,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1139,103,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1140,101,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1141,94,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1142,93,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1143,90,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1144,89,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1145,86,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1146,85,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:13','2021-02-22 17:09:56'),
(1147,61,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1148,47,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1149,37,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1150,36,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1151,35,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1152,34,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1153,32,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1154,31,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1155,30,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 12:53:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:09:56'),
(1156,12,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:11:15'),
(1157,11,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:11:15'),
(1158,7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:11:15'),
(1159,6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:11:15'),
(1160,4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:11:15'),
(1161,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2020-12-22 13:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-22 12:50:19','2021-02-22 17:11:15'),
(1163,4166,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,73,'none','{\"webPage\":{\"webPageType\":\"WebPage\"},\"article\":{\"articleType\":\"BlogPosting\"},\"book\":[],\"course\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"product\":[],\"recipe\":[],\"restaurant\":[],\"service\":[],\"software\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-01-13 17:00:26','2021-01-13 17:00:26'),
(1164,4168,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s)..\",\"score\":5,\"maxScore\":5},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,79,'none','{\"webPage\":{\"webPageType\":\"WebPage\"},\"article\":{\"articleType\":\"BlogPosting\"},\"book\":[],\"course\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"product\":[],\"recipe\":[],\"restaurant\":[],\"service\":[],\"software\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-01-13 17:56:44','2021-01-13 17:56:44'),
(1165,4169,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s)..\",\"score\":5,\"maxScore\":5},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,79,'none','{\"webPage\":{\"webPageType\":\"WebPage\"},\"article\":{\"articleType\":\"BlogPosting\"},\"book\":[],\"course\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"product\":[],\"recipe\":[],\"restaurant\":[],\"service\":[],\"software\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-01-14 14:24:31','2021-01-14 14:24:31'),
(1166,4167,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-01-14 20:43:14','2021-02-22 16:35:32'),
(1167,4174,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"10% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts\",\"score\":6,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,54,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,'2021-02-12 14:56:30','default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-02-11 15:53:30','2021-02-22 16:35:32'),
(1168,4175,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,58,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-02-11 16:17:26','2021-02-11 16:17:26'),
(1169,4176,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"10% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts\",\"score\":6,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,54,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-02-11 20:25:03','2021-02-11 20:25:03'),
(1170,4177,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"10% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts\",\"score\":6,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,54,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-02-11 20:26:29','2021-02-11 20:26:29'),
(1172,4181,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 27.2% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 3 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 69.4 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,'2021-03-12 14:44:26','default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-03-12 14:10:25','2021-03-12 14:44:26'),
(1173,4182,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 27.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 3 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 70.7 in the test, which is considered fairly easy to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-03-12 14:23:30','2021-03-12 14:23:30'),
(1174,4183,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 27.2% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 3 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 69.4 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}','2021-03-12 14:30:53','2021-03-12 14:30:53'),
(1175,4194,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"12.5% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 20.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, but your text is short enough and probably doesn\'t need them.\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 64.8 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,'2021-06-17 18:37:23','default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-06-17 18:14:43','2021-06-17 18:37:23'),
(1176,4195,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"12% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 20% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, but your text is short enough and probably doesn\'t need them.\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 65.8 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-06-17 18:18:29','2021-06-17 18:18:29'),
(1177,4196,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"12.5% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 20.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, but your text is short enough and probably doesn\'t need them.\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 65.4 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-06-17 18:20:03','2021-06-17 18:20:03'),
(1178,4197,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"12.5% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 20.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, but your text is short enough and probably doesn\'t need them.\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 64.8 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-06-17 18:21:37','2021-06-17 18:21:37'),
(1179,4201,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"40.4% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":3,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"10.4% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 58.7 in the test, which is considered fairly difficult to read. Try to make shorter sentences to improve readability.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,70,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2021\\/07\\/pexels-dmytro-2394051.jpg\",\"image:title\":\"pexels-dmytro-2394051\",\"image:caption\":\"\\nPhoto by Dmytro from Pexels\\n\"}]','2021-07-21 14:14:12','default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-07-21 13:10:09','2021-07-21 14:14:12'),
(1180,4203,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"36.4% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":3,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 61.3 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,74,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-07-21 13:16:23','2021-07-21 13:16:23'),
(1181,4204,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"35.6% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":3,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 61.6 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,74,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-07-21 13:18:23','2021-07-21 13:18:23'),
(1182,4205,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"40.4% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":3,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"10.4% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 59.3 in the test, which is considered fairly difficult to read. Try to make shorter sentences to improve readability.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,70,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-07-21 13:51:18','2021-07-21 13:51:18'),
(1183,4206,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"40.4% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":3,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"10.4% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 58.7 in the test, which is considered fairly difficult to read. Try to make shorter sentences to improve readability.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,70,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-07-21 13:57:21','2021-07-21 13:57:21'),
(1184,4202,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-23 01:34:58','2021-07-23 01:34:58'),
(1185,4211,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"11.8% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 29.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 72.9 in the test, which is considered fairly easy to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,66,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,'2021-08-26 18:31:27','default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-08-26 18:00:57','2021-08-26 18:31:27'),
(1186,4212,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"11.8% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 29.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 72.9 in the test, which is considered fairly easy to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,66,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"phoneFormatted\":\"\",\"fax\":\"\",\"faxFormatted\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}','2021-08-26 18:20:30','2021-08-26 18:20:30'),
(1187,4216,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"At least one paragraph is long. Consider using short paragraphs.\",\"score\":0,\"maxScore\":5,\"error\":1},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"12.5% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 64.3 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,73,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/deborahbrody.com\\/wp-content\\/uploads\\/2021\\/09\\/pexels-yaroslav-shuraev-5608541.jpg\",\"image:title\":\"pexels-yaroslav-shuraev-5608541\",\"image:caption\":\"\\nPhoto by Yaroslav Shuraev from Pexels\\n\"}]','2021-09-22 15:01:13','default','default',NULL,NULL,NULL,NULL,NULL,'2021-09-22 14:54:47','2021-09-22 15:01:13'),
(1188,4217,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"maxScore\":9,\"score\":6,\"title\":\"Content\",\"description\":\"Please add some content first.\"}},\"title\":{\"titleLength\":{\"error\":1,\"maxScore\":9,\"score\":1,\"title\":\"Title\",\"description\":\"Please add a title first.\"}},\"readability\":{\"contentHasAssets\":{\"error\":1,\"maxScore\":5,\"score\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Please add some content first.\"}}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,0,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'2021-09-22 14:55:15','2021-09-22 14:55:15'),
(1189,4219,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"At least one paragraph is long. Consider using short paragraphs.\",\"score\":0,\"maxScore\":5,\"error\":1},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"12.5% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 64.3 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,73,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'2021-09-22 14:58:45','2021-09-22 14:58:45'),
(1190,4218,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-09-24 16:52:06','2021-09-24 16:52:06'),
(1191,4223,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"title\":\"Title Length\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"66.7% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":3,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, but your text is short enough and probably doesn\'t need them.\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 17 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,74,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'2021-10-12 19:11:19','2021-10-12 19:11:19'),
(1192,4224,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"15.7% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":3,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 58.2 in the test, which is considered fairly difficult to read. Try to make shorter sentences to improve readability.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,'2021-10-13 15:08:34','default','default',NULL,NULL,NULL,NULL,NULL,'2021-10-13 14:35:33','2021-10-13 15:08:34'),
(1193,4225,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"12.2% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 26.5% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":6,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 57.6 in the test, which is considered fairly difficult to read. Try to make shorter sentences to improve readability.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":5}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'2021-10-13 14:48:59','2021-10-13 14:48:59'),
(1195,4232,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 70.8 in the test, which is considered fairly easy to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,75,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,'2021-11-30 17:10:39','default','default',NULL,NULL,NULL,NULL,NULL,'2021-11-30 16:47:36','2021-11-30 17:10:39'),
(1194,4226,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"15.7% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":3,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 58.2 in the test, which is considered fairly difficult to read. Try to make shorter sentences to improve readability.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,64,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'2021-10-13 15:02:31','2021-10-13 15:02:31'),
(1196,4233,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 72.3 in the test, which is considered fairly easy to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,75,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'2021-11-30 16:53:02','2021-11-30 16:53:02'),
(1197,4234,'#post_title | #site_title','#post_content','[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is over 60 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"You are not using any subheadings, although your text is rather long. Try and add some subheadings.\",\"score\":2,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 70.8 in the test, which is considered fairly easy to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,75,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'2021-11-30 17:01:36','2021-11-30 17:01:36');
/*!40000 ALTER TABLE `wp_aioseo_posts` 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 = utf8mb4 */;
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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1471567 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES
(309,293,'akismet_result','false'),
(310,293,'akismet_history','a:4:{s:4:\"time\";s:13:\"1320173954.19\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(251,275,'akismet_result','true'),
(252,275,'akismet_history','a:4:{s:4:\"time\";s:13:\"1319657466.36\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),
(257,275,'akismet_history','a:4:{s:4:\"time\";s:13:\"1319743162.52\";s:7:\"message\";s:39:\"admin reported this comment as not spam\";s:5:\"event\";s:10:\"report-ham\";s:4:\"user\";s:5:\"admin\";}'),
(258,275,'akismet_user_result','false'),
(259,275,'akismet_user','admin'),
(235,270,'akismet_result','false'),
(236,270,'akismet_history','a:4:{s:4:\"time\";s:13:\"1319507127.78\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(238,270,'akismet_history','a:4:{s:4:\"time\";s:13:\"1319552609.57\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(318,296,'akismet_result','false'),
(319,296,'akismet_history','a:4:{s:4:\"time\";s:13:\"1320240367.68\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"admin\";}'),
(52,209,'akismet_result','false'),
(53,209,'akismet_history','a:4:{s:4:\"time\";s:13:\"1317061686.25\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(100,225,'akismet_result','false'),
(101,225,'akismet_history','a:4:{s:4:\"time\";s:13:\"1317921824.87\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"admin\";}'),
(299,275,'akismet_history','a:4:{s:4:\"time\";s:13:\"1320084192.87\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(342,304,'akismet_result','false'),
(343,304,'akismet_history','a:4:{s:4:\"time\";s:13:\"1320589744.11\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(378,304,'akismet_history','a:4:{s:4:\"time\";s:13:\"1320874982.71\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(1413,675,'akismet_result','false'),
(1414,675,'akismet_history','a:4:{s:4:\"time\";s:13:\"1326301341.21\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(1416,675,'akismet_history','a:4:{s:4:\"time\";s:13:\"1326301461.33\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(2480,1037,'akismet_result','false'),
(2481,1037,'akismet_history','a:4:{s:4:\"time\";s:13:\"1330393049.84\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(2695,1110,'akismet_result','false'),
(2696,1110,'akismet_history','a:4:{s:4:\"time\";s:12:\"1331497815.4\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(2501,1043,'akismet_result','false'),
(2502,1043,'akismet_history','a:4:{s:4:\"time\";s:12:\"1330452012.5\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(2507,1046,'akismet_result','false'),
(2508,1046,'akismet_history','a:4:{s:4:\"time\";s:13:\"1330480845.99\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(2513,1048,'akismet_result','false'),
(2514,1048,'akismet_history','a:4:{s:4:\"time\";s:13:\"1330536674.26\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(2516,1048,'akismet_history','a:4:{s:4:\"time\";s:13:\"1330536837.63\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(2526,1052,'akismet_result','false'),
(2527,1052,'akismet_history','a:4:{s:4:\"time\";s:13:\"1330552435.94\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(2529,1052,'akismet_history','a:4:{s:4:\"time\";s:13:\"1330552506.77\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(3576,1406,'akismet_history','a:4:{s:4:\"time\";s:13:\"1336568123.92\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(13790,4779,'akismet_history','a:4:{s:4:\"time\";d:1370533330.298719882965087890625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(3573,1406,'akismet_result','false'),
(3574,1406,'akismet_history','a:4:{s:4:\"time\";s:13:\"1336568091.51\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(6189,2256,'akismet_result','false'),
(6190,2256,'akismet_history','a:4:{s:4:\"time\";s:13:\"1358956955.92\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(6186,2255,'akismet_result','false'),
(6187,2255,'akismet_history','a:4:{s:4:\"time\";s:13:\"1358951127.67\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(4092,1576,'akismet_history','a:4:{s:4:\"time\";s:13:\"1342472601.13\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(2617,1084,'akismet_result','false'),
(2618,1084,'akismet_history','a:4:{s:4:\"time\";s:13:\"1331148756.51\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3185,1276,'akismet_result','false'),
(6237,2272,'akismet_result','false'),
(6238,2272,'akismet_history','a:4:{s:4:\"time\";s:13:\"1359161308.37\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3183,1275,'akismet_history','a:4:{s:4:\"time\";s:13:\"1333545237.23\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3186,1276,'akismet_history','a:4:{s:4:\"time\";s:13:\"1333553744.52\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"admin\";}'),
(1319,639,'akismet_history','a:4:{s:4:\"time\";s:13:\"1325947960.87\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(1304,639,'akismet_result','false'),
(1305,639,'akismet_history','a:4:{s:4:\"time\";s:13:\"1325889556.68\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(817,468,'akismet_result','false'),
(818,468,'akismet_history','a:4:{s:4:\"time\";s:13:\"1324326251.03\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(823,468,'akismet_history','a:4:{s:4:\"time\";s:13:\"1324346675.31\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(824,470,'akismet_result','false'),
(825,470,'akismet_history','a:4:{s:4:\"time\";s:13:\"1324347974.28\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"admin\";}'),
(1717,776,'akismet_history','a:4:{s:4:\"time\";s:13:\"1326837927.06\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(1714,776,'akismet_result','false'),
(1715,776,'akismet_history','a:4:{s:4:\"time\";s:13:\"1326837740.26\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3248,1297,'akismet_result','false'),
(3249,1297,'akismet_history','a:4:{s:4:\"time\";s:10:\"1334344634\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3260,1301,'akismet_result','false'),
(3261,1301,'akismet_history','a:4:{s:4:\"time\";s:13:\"1334414280.08\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"admin\";}'),
(3386,1344,'akismet_result','false'),
(3387,1344,'akismet_history','a:4:{s:4:\"time\";s:13:\"1335820618.12\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3389,1344,'akismet_history','a:4:{s:4:\"time\";s:13:\"1335820772.13\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(6635,2402,'akismet_result','false'),
(6636,2402,'akismet_history','a:4:{s:4:\"time\";d:1360677768.657432079315185546875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(6638,2402,'akismet_history','a:4:{s:4:\"time\";d:1360677832.0564749240875244140625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(6240,2272,'akismet_history','a:4:{s:4:\"time\";s:13:\"1359161469.79\";s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(4222,1619,'akismet_history','a:4:{s:4:\"time\";s:13:\"1343732430.02\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(4385,1666,'akismet_history','a:4:{s:4:\"time\";s:13:\"1344884646.58\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(5460,2015,'akismet_result','false'),
(5461,2015,'akismet_history','a:4:{s:4:\"time\";s:13:\"1354919484.51\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(5463,2015,'akismet_history','a:4:{s:4:\"time\";s:13:\"1354919599.84\";s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(4858,1823,'akismet_history','a:4:{s:4:\"time\";s:13:\"1349814806.26\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(4216,1619,'akismet_result','false'),
(4217,1619,'akismet_history','a:4:{s:4:\"time\";s:12:\"1343725320.6\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(4855,1823,'akismet_result','false'),
(4856,1823,'akismet_history','a:4:{s:4:\"time\";s:13:\"1349814178.32\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(4089,1576,'akismet_result','false'),
(4090,1576,'akismet_history','a:4:{s:4:\"time\";s:13:\"1342472017.02\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(5531,2037,'akismet_result','false'),
(5532,2037,'akismet_history','a:4:{s:4:\"time\";s:13:\"1355754138.65\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(5521,2035,'akismet_result','false'),
(5522,2035,'akismet_history','a:4:{s:4:\"time\";s:13:\"1355701692.11\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3988,1542,'akismet_result','false'),
(3989,1542,'akismet_history','a:4:{s:4:\"time\";s:13:\"1341323973.01\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3991,1542,'akismet_history','a:4:{s:4:\"time\";s:13:\"1341324128.02\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(4382,1666,'akismet_result','false'),
(4383,1666,'akismet_history','a:4:{s:4:\"time\";s:13:\"1344884512.16\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3912,1517,'akismet_result','false'),
(3913,1517,'akismet_history','a:4:{s:4:\"time\";s:13:\"1340394685.46\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(5534,2038,'akismet_result','false'),
(5535,2038,'akismet_history','a:4:{s:4:\"time\";s:13:\"1355790225.62\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(17381,5967,'akismet_result','false'),
(17382,5967,'akismet_history','a:4:{s:4:\"time\";d:1374347466.0035979747772216796875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(5537,2038,'akismet_history','a:4:{s:4:\"time\";s:13:\"1355790588.41\";s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(3915,1517,'akismet_history','a:4:{s:4:\"time\";s:13:\"1340416823.71\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(4037,1558,'akismet_history','a:4:{s:4:\"time\";s:13:\"1341966726.55\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(4431,1682,'akismet_result','false'),
(4432,1682,'akismet_history','a:4:{s:4:\"time\";s:13:\"1345211885.43\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(5524,2035,'akismet_history','a:4:{s:4:\"time\";s:13:\"1355704004.91\";s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(4434,1682,'akismet_history','a:4:{s:4:\"time\";s:13:\"1345212105.53\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(5084,1890,'akismet_history','a:4:{s:4:\"time\";s:13:\"1351005385.37\";s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(5085,1891,'akismet_result','false'),
(5086,1891,'akismet_history','a:4:{s:4:\"time\";s:13:\"1351005483.74\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(3857,1499,'akismet_result','false'),
(3858,1499,'akismet_history','a:4:{s:4:\"time\";s:13:\"1339605312.71\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(13784,4779,'akismet_result','false'),
(13785,4779,'akismet_history','a:4:{s:4:\"time\";d:1370531868.59891510009765625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3860,1499,'akismet_history','a:4:{s:4:\"time\";s:13:\"1339605504.78\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(5081,1890,'akismet_result','false'),
(5082,1890,'akismet_history','a:4:{s:4:\"time\";s:13:\"1351005307.77\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3182,1275,'akismet_result','false'),
(3052,1232,'akismet_result','false'),
(3053,1232,'akismet_history','a:4:{s:4:\"time\";s:13:\"1332507518.46\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(3055,1232,'akismet_history','a:4:{s:4:\"time\";s:13:\"1332508513.99\";s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(3056,1233,'akismet_result','false'),
(3057,1233,'akismet_history','a:4:{s:4:\"time\";s:13:\"1332508836.77\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"admin\";}'),
(91465,28776,'akismet_result','false'),
(91466,28776,'akismet_history','a:4:{s:4:\"time\";d:1416925147.4788739681243896484375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(91468,28776,'akismet_history','a:4:{s:4:\"time\";d:1416925357.080648899078369140625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(63766,21343,'akismet_result','false'),
(63767,21343,'akismet_history','a:4:{s:4:\"time\";d:1401820795.0352299213409423828125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(63769,21344,'akismet_result','false'),
(63770,21344,'akismet_history','a:4:{s:4:\"time\";d:1401822897.712749958038330078125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(86955,27575,'akismet_result','false'),
(86956,27575,'akismet_history','a:4:{s:4:\"time\";d:1413924037.187364101409912109375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(63782,21348,'akismet_result','false'),
(63783,21348,'akismet_history','a:4:{s:4:\"time\";d:1401826918.71615695953369140625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(16599,5709,'akismet_result','false'),
(16600,5709,'akismet_history','a:4:{s:4:\"time\";d:1373550326.13932895660400390625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(16587,5705,'akismet_result','false'),
(16588,5705,'akismet_history','a:4:{s:4:\"time\";d:1373549211.8172109127044677734375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(16593,5707,'akismet_result','false'),
(16594,5707,'akismet_history','a:4:{s:4:\"time\";d:1373549783.6389830112457275390625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(16596,5708,'akismet_result','false'),
(16597,5708,'akismet_history','a:4:{s:4:\"time\";d:1373550187.4253489971160888671875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(14230,4927,'akismet_history','a:4:{s:4:\"time\";d:1370956595.1037809848785400390625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(14227,4927,'akismet_result','false'),
(14228,4927,'akismet_history','a:4:{s:4:\"time\";d:1370956528.48614406585693359375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(18018,6178,'akismet_result','false'),
(18019,6178,'akismet_history','a:4:{s:4:\"time\";d:1374770953.7187860012054443359375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(67788,22428,'akismet_result','false'),
(67789,22428,'akismet_history','a:4:{s:4:\"time\";d:1403874642.8578350543975830078125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(18006,6174,'akismet_result','false'),
(18007,6174,'akismet_history','a:4:{s:4:\"time\";d:1374764755.7806169986724853515625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(21880,7487,'akismet_result','false'),
(21881,7487,'akismet_history','a:4:{s:4:\"time\";d:1378827839.0676319599151611328125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(21883,7487,'akismet_history','a:4:{s:4:\"time\";d:1378829704.3882350921630859375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(9403,3322,'akismet_result','false'),
(9404,3322,'akismet_history','a:4:{s:4:\"time\";d:1366120491.647284030914306640625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(9406,3322,'akismet_history','a:4:{s:4:\"time\";d:1366120692.4210860729217529296875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(15148,5233,'akismet_result','false'),
(15149,5233,'akismet_history','a:4:{s:4:\"time\";d:1371841371.7770040035247802734375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(15066,5206,'akismet_result','false'),
(15067,5206,'akismet_history','a:4:{s:4:\"time\";d:1371770941.95555591583251953125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(15069,5206,'akismet_history','a:4:{s:4:\"time\";d:1371771680.9059779644012451171875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(16839,5789,'akismet_result','false'),
(16840,5789,'akismet_history','a:4:{s:4:\"time\";d:1373910021.4706799983978271484375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(16842,5789,'akismet_history','a:4:{s:4:\"time\";d:1373910525.926084995269775390625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(16843,5790,'akismet_result','false'),
(16844,5790,'akismet_history','a:4:{s:4:\"time\";d:1373910930.035048007965087890625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(16846,5791,'akismet_result','false'),
(16847,5791,'akismet_history','a:4:{s:4:\"time\";d:1373917822.304253101348876953125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(22836,7818,'akismet_result','false'),
(22837,7818,'akismet_history','a:4:{s:4:\"time\";d:1380123168.45975208282470703125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(16849,5791,'akismet_history','a:4:{s:4:\"time\";d:1373918313.58658599853515625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(16850,5792,'akismet_result','false'),
(16851,5792,'akismet_history','a:4:{s:4:\"time\";d:1373918580.9262239933013916015625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(17606,6042,'akismet_result','false'),
(17607,6042,'akismet_history','a:4:{s:4:\"time\";d:1374511985.8265628814697265625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(80688,25896,'akismet_result','false'),
(80689,25896,'akismet_history','a:4:{s:4:\"time\";d:1411512956.74011898040771484375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(70395,23112,'akismet_result','false'),
(70396,23112,'akismet_history','a:4:{s:4:\"time\";d:1405015351.466156005859375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(70381,23108,'akismet_result','false'),
(70382,23108,'akismet_history','a:4:{s:4:\"time\";d:1405009189.5038220882415771484375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(24127,8254,'akismet_result','false'),
(24128,8254,'akismet_history','a:4:{s:4:\"time\";d:1381527164.984344005584716796875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(23871,8168,'akismet_result','false'),
(23872,8168,'akismet_history','a:4:{s:4:\"time\";d:1381284264.5116660594940185546875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(24152,8262,'akismet_result','false'),
(24153,8262,'akismet_history','a:4:{s:4:\"time\";d:1381544427.862945079803466796875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(23902,8178,'akismet_result','false'),
(23903,8178,'akismet_history','a:4:{s:4:\"time\";d:1381316736.42037296295166015625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(23901,8168,'akismet_history','a:4:{s:4:\"time\";d:1381316424.4788000583648681640625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(25938,8862,'akismet_result','false'),
(25939,8862,'akismet_history','a:4:{s:4:\"time\";d:1383143688.20456409454345703125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(25941,8862,'akismet_history','a:4:{s:4:\"time\";d:1383143785.70506000518798828125;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(20952,7161,'akismet_result','false'),
(20953,7161,'akismet_history','a:4:{s:4:\"time\";d:1377611490.6216061115264892578125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(20955,7161,'akismet_history','a:4:{s:4:\"time\";d:1377611564.088716030120849609375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(43636,14867,'akismet_result','false'),
(43637,14867,'akismet_history','a:4:{s:4:\"time\";d:1389905925.148632049560546875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(57906,19661,'akismet_result','false'),
(57907,19661,'akismet_history','a:4:{s:4:\"time\";d:1399311960.7755000591278076171875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(70261,23076,'akismet_result','false'),
(57909,19661,'akismet_history','a:4:{s:4:\"time\";d:1399312828.215650081634521484375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(56098,19054,'akismet_result','false'),
(56099,19054,'akismet_history','a:4:{s:4:\"time\";d:1398357447.535522937774658203125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(19638,6720,'akismet_result','false'),
(19639,6720,'akismet_history','a:4:{s:4:\"time\";d:1376309045.341391086578369140625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(56089,19051,'akismet_result','false'),
(56090,19051,'akismet_history','a:4:{s:4:\"time\";d:1398351329.52684497833251953125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(19641,6720,'akismet_history','a:4:{s:4:\"time\";d:1376312164.077580928802490234375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(19642,6721,'akismet_result','false'),
(19643,6721,'akismet_history','a:4:{s:4:\"time\";d:1376312245.4223039150238037109375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(19657,6726,'akismet_result','false'),
(19658,6726,'akismet_history','a:4:{s:4:\"time\";d:1376336663.467505931854248046875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(19663,6726,'akismet_history','a:4:{s:4:\"time\";d:1376342348.728466033935546875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(19664,6728,'akismet_result','false'),
(19665,6728,'akismet_history','a:4:{s:4:\"time\";d:1376342421.7259819507598876953125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(49765,16939,'akismet_result','false'),
(49766,16939,'akismet_history','a:4:{s:4:\"time\";d:1394804291.9105999469757080078125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(49768,16939,'akismet_history','a:4:{s:4:\"time\";d:1394804441.4301340579986572265625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(24130,8254,'akismet_history','a:4:{s:4:\"time\";d:1381527936.027183055877685546875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(22751,7789,'akismet_history','a:4:{s:4:\"time\";d:1380020687.422740936279296875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(22752,7790,'akismet_result','false'),
(22753,7790,'akismet_history','a:4:{s:4:\"time\";d:1380021672.659761905670166015625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(22748,7789,'akismet_result','false'),
(22749,7789,'akismet_history','a:4:{s:4:\"time\";d:1380020539.36567211151123046875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(67699,22405,'akismet_result','false'),
(67700,22405,'akismet_history','a:4:{s:4:\"time\";d:1403837694.4301130771636962890625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(19754,6758,'akismet_result','false'),
(19755,6758,'akismet_history','a:4:{s:4:\"time\";d:1376486916.2446711063385009765625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(19757,6758,'akismet_history','a:4:{s:4:\"time\";d:1376487078.559175968170166015625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(19779,6766,'akismet_result','false'),
(19780,6766,'akismet_history','a:4:{s:4:\"time\";d:1376500596.9742720127105712890625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(19761,6760,'akismet_result','false'),
(19762,6760,'akismet_history','a:4:{s:4:\"time\";d:1376497226.3020288944244384765625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(19773,6764,'akismet_result','false'),
(19774,6764,'akismet_history','a:4:{s:4:\"time\";d:1376500467.219573974609375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(19770,6763,'akismet_result','false'),
(19771,6763,'akismet_history','a:4:{s:4:\"time\";d:1376500123.05900096893310546875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(24218,8262,'akismet_history','a:4:{s:4:\"time\";d:1381606513.1010239124298095703125;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(21932,7505,'akismet_result','false'),
(21933,7505,'akismet_history','a:4:{s:4:\"time\";d:1378911471.4737460613250732421875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(21935,7505,'akismet_history','a:4:{s:4:\"time\";d:1378911582.9834859371185302734375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(21936,7506,'akismet_result','false'),
(21937,7506,'akismet_history','a:4:{s:4:\"time\";d:1378913499.431890010833740234375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(21939,7506,'akismet_history','a:4:{s:4:\"time\";d:1378914870.0567491054534912109375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(21940,7507,'akismet_result','false'),
(21941,7507,'akismet_history','a:4:{s:4:\"time\";d:1378915046.5179500579833984375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(21958,7513,'akismet_result','false'),
(21959,7513,'akismet_history','a:4:{s:4:\"time\";d:1378948375.140193939208984375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(26012,8888,'akismet_history','a:4:{s:4:\"time\";d:1383246830.8660318851470947265625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(26011,8888,'akismet_result','false'),
(26005,8886,'akismet_result','false'),
(26006,8886,'akismet_history','a:4:{s:4:\"time\";d:1383243627.8065888881683349609375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(21988,7523,'akismet_result','false'),
(21989,7523,'akismet_history','a:4:{s:4:\"time\";d:1378997576.1588900089263916015625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(21991,7523,'akismet_history','a:4:{s:4:\"time\";d:1378997608.397470951080322265625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(21995,7525,'akismet_result','false'),
(21996,7525,'akismet_history','a:4:{s:4:\"time\";d:1379002741.6614120006561279296875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(80757,25896,'akismet_history','a:4:{s:4:\"time\";d:1411566219.836265087127685546875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(21998,7526,'akismet_result','false'),
(21999,7526,'akismet_history','a:4:{s:4:\"time\";d:1379007630.8216950893402099609375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(66346,22044,'akismet_result','false'),
(66347,22044,'akismet_history','a:4:{s:4:\"time\";d:1403185781.216104984283447265625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(59230,20099,'akismet_result','false'),
(59231,20099,'akismet_history','a:4:{s:4:\"time\";d:1400002263.336617946624755859375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(59241,20102,'akismet_result','false'),
(59242,20102,'akismet_history','a:4:{s:4:\"time\";d:1400007162.5726940631866455078125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(59248,20102,'akismet_history','a:4:{s:4:\"time\";d:1400009628.0392339229583740234375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(59249,20104,'akismet_result','false'),
(59250,20104,'akismet_history','a:4:{s:4:\"time\";d:1400009734.4113700389862060546875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(63584,21294,'akismet_result','false'),
(63585,21294,'akismet_history','a:4:{s:4:\"time\";d:1401742033.1956479549407958984375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(63587,21294,'akismet_history','a:4:{s:4:\"time\";d:1401742091.016767024993896484375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(66352,22046,'akismet_result','false'),
(66353,22046,'akismet_history','a:4:{s:4:\"time\";d:1403186670.6766259670257568359375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(54623,18562,'akismet_result','false'),
(54624,18562,'akismet_history','a:4:{s:4:\"time\";d:1397538302.802544116973876953125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(70269,23078,'akismet_result','false'),
(70270,23078,'akismet_history','a:4:{s:4:\"time\";d:1404920986.6297690868377685546875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(70268,23076,'akismet_history','a:4:{s:4:\"time\";d:1404920057.4515469074249267578125;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(70262,23076,'akismet_history','a:4:{s:4:\"time\";d:1404917936.269237995147705078125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(29435,10032,'akismet_history','a:4:{s:4:\"time\";d:1384521726.6805770397186279296875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(54662,18575,'akismet_result','false'),
(54663,18575,'akismet_history','a:4:{s:4:\"time\";d:1397569291.6409881114959716796875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(50300,17119,'akismet_result','false'),
(50301,17119,'akismet_history','a:4:{s:4:\"time\";d:1395168073.2079899311065673828125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(72998,23843,'akismet_result','false'),
(72999,23843,'akismet_history','a:4:{s:4:\"time\";d:1406641404.2298500537872314453125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(73001,23843,'akismet_history','a:4:{s:4:\"time\";d:1406641501.6412560939788818359375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(29390,10032,'akismet_result','false'),
(29391,10032,'akismet_history','a:4:{s:4:\"time\";d:1384513188.433155059814453125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(34513,11753,'akismet_result','false'),
(34514,11753,'akismet_history','a:4:{s:4:\"time\";d:1386619265.5516660213470458984375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(34510,11752,'akismet_result','false'),
(34511,11752,'akismet_history','a:4:{s:4:\"time\";d:1386618414.358870029449462890625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(34455,11734,'akismet_result','false'),
(34456,11734,'akismet_history','a:4:{s:4:\"time\";d:1386604322.3196430206298828125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(34458,11734,'akismet_history','a:4:{s:4:\"time\";d:1386604420.938743114471435546875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(34459,11735,'akismet_result','false'),
(34460,11735,'akismet_history','a:4:{s:4:\"time\";d:1386604494.3865640163421630859375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(31604,10780,'akismet_result','false'),
(31605,10780,'akismet_history','a:4:{s:4:\"time\";d:1385139709.0872519016265869140625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(31519,10752,'akismet_result','false'),
(31520,10752,'akismet_history','a:4:{s:4:\"time\";d:1385039030.41326904296875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(31522,10752,'akismet_history','a:4:{s:4:\"time\";d:1385039171.68257904052734375;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(50291,17116,'akismet_result','false'),
(50292,17116,'akismet_history','a:4:{s:4:\"time\";d:1395164120.5374610424041748046875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(46838,15949,'akismet_result','false'),
(46839,15949,'akismet_history','a:4:{s:4:\"time\";d:1392762504.1751530170440673828125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(75472,24489,'akismet_result','false'),
(75473,24489,'akismet_history','a:4:{s:4:\"time\";d:1408118066.258635044097900390625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(49000,16684,'akismet_result','false'),
(49001,16684,'akismet_history','a:4:{s:4:\"time\";d:1394295603.4668200016021728515625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(51232,17428,'akismet_result','false'),
(51233,17428,'akismet_history','a:4:{s:4:\"time\";d:1395848365.6012499332427978515625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(51229,17427,'akismet_result','false'),
(51230,17427,'akismet_history','a:4:{s:4:\"time\";d:1395840855.08084011077880859375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(80202,25748,'akismet_result','false'),
(80203,25748,'akismet_history','a:4:{s:4:\"time\";d:1411134524.5214850902557373046875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(80205,25749,'akismet_result','false'),
(80206,25749,'akismet_history','a:4:{s:4:\"time\";d:1411135139.428637981414794921875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(49549,16867,'akismet_result','false'),
(49550,16867,'akismet_history','a:4:{s:4:\"time\";d:1394661450.65793704986572265625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(87187,27637,'akismet_result','false'),
(87188,27637,'akismet_history','a:4:{s:4:\"time\";d:1413983436.1824901103973388671875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(65435,21794,'akismet_result','false'),
(65436,21794,'akismet_history','a:4:{s:4:\"time\";d:1402603375.6941089630126953125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(65438,21794,'akismet_history','a:4:{s:4:\"time\";d:1402603431.197207927703857421875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(49621,16891,'akismet_result','false'),
(49622,16891,'akismet_history','a:4:{s:4:\"time\";d:1394729117.58707904815673828125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(50934,17329,'akismet_result','false'),
(50935,17329,'akismet_history','a:4:{s:4:\"time\";d:1395667926.607418060302734375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(67303,22294,'akismet_result','false'),
(67304,22294,'akismet_history','a:4:{s:4:\"time\";d:1403698987.393268108367919921875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(50937,17329,'akismet_history','a:4:{s:4:\"time\";d:1395668100.797111034393310546875;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(46850,15949,'akismet_history','a:4:{s:4:\"time\";d:1392771744.272800922393798828125;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(46851,15953,'akismet_result','false'),
(46852,15953,'akismet_history','a:4:{s:4:\"time\";d:1392771853.62339496612548828125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(84644,26981,'akismet_result','false'),
(84645,26981,'akismet_history','a:4:{s:4:\"time\";d:1413494808.240890979766845703125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(84647,26982,'akismet_result','false'),
(84648,26982,'akismet_history','a:4:{s:4:\"time\";d:1413496562.20187091827392578125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(92122,28955,'akismet_result','false'),
(92123,28955,'akismet_history','a:4:{s:4:\"time\";d:1417532256.360351085662841796875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(102685,31774,'akismet_history','a:4:{s:4:\"time\";d:1428505500.8445389270782470703125;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(102682,31774,'akismet_result','false'),
(102683,31774,'akismet_history','a:4:{s:4:\"time\";d:1428505422.51301288604736328125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(97970,30534,'akismet_result','false'),
(97971,30534,'akismet_history','a:4:{s:4:\"time\";d:1423093176.354785919189453125;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(100138,31108,'akismet_result','false'),
(100139,31108,'akismet_history','a:4:{s:4:\"time\";d:1425480512.7934119701385498046875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(100141,31108,'akismet_history','a:4:{s:4:\"time\";d:1425480542.5796349048614501953125;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(98998,30809,'akismet_result','false'),
(98999,30809,'akismet_history','a:4:{s:4:\"time\";d:1424283789.501389980316162109375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(101150,31372,'akismet_result','false'),
(101151,31372,'akismet_history','a:4:{s:4:\"time\";d:1426616192.794619083404541015625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(101153,31373,'akismet_result','false'),
(101154,31373,'akismet_history','a:4:{s:4:\"time\";d:1426619318.2324259281158447265625;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(99482,30938,'akismet_result','false'),
(99483,30938,'akismet_history','a:4:{s:4:\"time\";d:1424890334.0224549770355224609375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),
(99485,30938,'akismet_history','a:4:{s:4:\"time\";d:1424890417.6570570468902587890625;s:7:\"message\";s:48:\"Deb-Brody changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(99486,30939,'akismet_result','false'),
(99487,30939,'akismet_history','a:4:{s:4:\"time\";d:1424890579.9319579601287841796875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(115809,35284,'akismet_result','false'),
(115810,35284,'akismet_history','a:2:{s:4:\"time\";d:1449514252.479496002197265625;s:5:\"event\";s:9:\"check-ham\";}'),
(115812,35284,'akismet_history','a:3:{s:4:\"time\";d:1449516793.919931888580322265625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(114921,35025,'akismet_result','false'),
(114922,35025,'akismet_history','a:2:{s:4:\"time\";d:1446740635.7664849758148193359375;s:5:\"event\";s:9:\"check-ham\";}'),
(114924,35026,'akismet_result','false'),
(114925,35026,'akismet_history','a:3:{s:4:\"time\";d:1446740934.97389698028564453125;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(113779,34702,'akismet_result','false'),
(113780,34702,'akismet_history','a:2:{s:4:\"time\";d:1442961373.336555957794189453125;s:5:\"event\";s:9:\"check-ham\";}'),
(113818,34702,'akismet_history','a:3:{s:4:\"time\";d:1443102212.2647550106048583984375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(141846,42671,'akismet_result','false'),
(141847,42671,'akismet_history','a:2:{s:4:\"time\";d:1491328728.1428821086883544921875;s:5:\"event\";s:9:\"check-ham\";}'),
(141852,42671,'akismet_history','a:3:{s:4:\"time\";d:1491335144.988276958465576171875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(117056,35638,'akismet_result','false'),
(117057,35638,'akismet_history','a:2:{s:4:\"time\";d:1454100630.526834964752197265625;s:5:\"event\";s:9:\"check-ham\";}'),
(117059,35639,'akismet_result','false'),
(117060,35639,'akismet_history','a:3:{s:4:\"time\";d:1454100826.102096080780029296875;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(163696,48687,'akismet_history','a:3:{s:4:\"time\";d:1513094182.7232320308685302734375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(163694,48687,'akismet_history','a:2:{s:4:\"time\";d:1513094054.679440975189208984375;s:5:\"event\";s:9:\"check-ham\";}'),
(163693,48687,'akismet_result','false'),
(117021,35628,'akismet_result','false'),
(117022,35628,'akismet_history','a:2:{s:4:\"time\";d:1453995173.522819995880126953125;s:5:\"event\";s:9:\"check-ham\";}'),
(133098,40276,'akismet_result','false'),
(133099,40276,'akismet_history','a:2:{s:4:\"time\";d:1481820802.4458980560302734375;s:5:\"event\";s:9:\"check-ham\";}'),
(133101,40276,'akismet_history','a:3:{s:4:\"time\";d:1481821414.678083896636962890625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(130262,39462,'akismet_result','false'),
(130263,39462,'akismet_history','a:2:{s:4:\"time\";d:1478798927.9562280178070068359375;s:5:\"event\";s:9:\"check-ham\";}'),
(130265,39462,'akismet_history','a:3:{s:4:\"time\";d:1478806030.3828480243682861328125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(130266,39463,'akismet_result','false'),
(130267,39463,'akismet_history','a:3:{s:4:\"time\";d:1478806414.170597076416015625;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(145975,43800,'akismet_result','false'),
(145976,43800,'akismet_history','a:2:{s:4:\"time\";d:1496326218.4898560047149658203125;s:5:\"event\";s:9:\"check-ham\";}'),
(145978,43800,'akismet_history','a:3:{s:4:\"time\";d:1496326297.2822420597076416015625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(145979,43801,'akismet_result','false'),
(145980,43801,'akismet_history','a:3:{s:4:\"time\";d:1496326349.205194950103759765625;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(122235,37091,'akismet_result','false'),
(122236,37091,'akismet_history','a:2:{s:4:\"time\";d:1464960967.766705036163330078125;s:5:\"event\";s:9:\"check-ham\";}'),
(122238,37091,'akismet_history','a:3:{s:4:\"time\";d:1464961066.0899899005889892578125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(147762,44295,'akismet_history','a:3:{s:4:\"time\";d:1498322257.2121639251708984375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(147759,44295,'akismet_result','false'),
(147760,44295,'akismet_history','a:2:{s:4:\"time\";d:1498318806.6179010868072509765625;s:5:\"event\";s:9:\"check-ham\";}'),
(138196,41692,'akismet_result','false'),
(138197,41692,'akismet_history','a:2:{s:4:\"time\";d:1487184375.956840991973876953125;s:5:\"event\";s:9:\"check-ham\";}'),
(192837,56808,'akismet_history','a:3:{s:4:\"time\";d:1556889846.1875259876251220703125;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(192836,56808,'akismet_result','false'),
(192826,56803,'akismet_history','a:3:{s:4:\"time\";d:1556889710.479312896728515625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(192827,56805,'akismet_history','a:3:{s:4:\"time\";d:1556889723.562221050262451171875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(192823,56805,'akismet_result','false'),
(192824,56805,'akismet_history','a:2:{s:4:\"time\";d:1556886828.42095088958740234375;s:5:\"event\";s:9:\"check-ham\";}'),
(192816,56803,'akismet_result','false'),
(192817,56803,'akismet_history','a:2:{s:4:\"time\";d:1556877680.0516860485076904296875;s:5:\"event\";s:9:\"check-ham\";}'),
(189076,55708,'akismet_result','false'),
(189077,55708,'akismet_history','a:2:{s:4:\"time\";d:1553608802.0850698947906494140625;s:5:\"event\";s:9:\"check-ham\";}'),
(187344,55220,'akismet_result','false'),
(187345,55220,'akismet_history','a:2:{s:4:\"time\";d:1551181825.1451261043548583984375;s:5:\"event\";s:9:\"check-ham\";}'),
(187347,55220,'akismet_history','a:3:{s:4:\"time\";d:1551189860.044147968292236328125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(194671,57321,'akismet_result','false'),
(194672,57321,'akismet_history','a:2:{s:4:\"time\";d:1558716641.099319934844970703125;s:5:\"event\";s:9:\"check-ham\";}'),
(194675,57321,'akismet_history','a:3:{s:4:\"time\";d:1558717656.74069309234619140625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(185350,54685,'akismet_result','false'),
(185351,54685,'akismet_history','a:2:{s:4:\"time\";d:1548429141.971642971038818359375;s:5:\"event\";s:9:\"check-ham\";}'),
(185353,54685,'akismet_history','a:3:{s:4:\"time\";d:1548429199.3834640979766845703125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(393752,119366,'akismet_result','false'),
(393753,119366,'akismet_history','a:2:{s:4:\"time\";d:1595029364.1266729831695556640625;s:5:\"event\";s:9:\"check-ham\";}'),
(393755,119366,'akismet_history','a:3:{s:4:\"time\";d:1595029525.4189479351043701171875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(524949,162039,'akismet_result','false'),
(524950,162039,'akismet_history','a:2:{s:4:\"time\";d:1610634279.005119;s:5:\"event\";s:9:\"check-ham\";}'),
(524958,162039,'akismet_history','a:3:{s:4:\"time\";d:1610635004.7806680202484130859375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(258266,76201,'akismet_result','false'),
(258267,76201,'akismet_history','a:2:{s:4:\"time\";d:1576981885.3503310680389404296875;s:5:\"event\";s:9:\"check-ham\";}'),
(239034,70238,'akismet_result','false'),
(239035,70238,'akismet_history','a:2:{s:4:\"time\";d:1572978900.7572209835052490234375;s:5:\"event\";s:9:\"check-ham\";}'),
(258404,76201,'akismet_history','a:3:{s:4:\"time\";d:1577023055.889647006988525390625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(416233,126610,'akismet_history','a:3:{s:4:\"time\";d:1597582900.9372580051422119140625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(415867,126610,'akismet_result','false'),
(415868,126610,'akismet_history','a:2:{s:4:\"time\";d:1597541607.649352;s:5:\"event\";s:9:\"check-ham\";}'),
(479815,147338,'akismet_history','a:3:{s:4:\"time\";d:1605011045.051269054412841796875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(479675,147338,'akismet_result','false'),
(479676,147338,'akismet_history','a:2:{s:4:\"time\";d:1605000183.388369;s:5:\"event\";s:9:\"check-ham\";}'),
(310097,92455,'akismet_result','false'),
(310098,92455,'akismet_history','a:2:{s:4:\"time\";d:1585755103.0372550487518310546875;s:5:\"event\";s:9:\"check-ham\";}'),
(310100,92455,'akismet_history','a:3:{s:4:\"time\";d:1585755183.8205699920654296875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(588370,178914,'akismet_result','false'),
(588371,178914,'akismet_history','a:2:{s:4:\"time\";d:1620465558.675529;s:5:\"event\";s:9:\"check-ham\";}'),
(588402,178914,'akismet_history','a:3:{s:4:\"time\";d:1620479020.5158340930938720703125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(587035,178549,'akismet_result','false'),
(587036,178549,'akismet_history','a:2:{s:4:\"time\";d:1617991218.44295;s:5:\"event\";s:9:\"check-ham\";}'),
(587038,178549,'akismet_history','a:3:{s:4:\"time\";d:1617991482.11993503570556640625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(244425,71922,'akismet_result','false'),
(244426,71922,'akismet_history','a:2:{s:4:\"time\";d:1574100602.938394069671630859375;s:5:\"event\";s:9:\"check-ham\";}'),
(244496,71922,'akismet_history','a:3:{s:4:\"time\";d:1574110614.00137996673583984375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(476070,146177,'akismet_result','false'),
(476071,146177,'akismet_history','a:2:{s:4:\"time\";d:1604670365.265477;s:5:\"event\";s:9:\"check-ham\";}'),
(476076,146177,'akismet_history','a:3:{s:4:\"time\";d:1604670440.065658092498779296875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(566627,173370,'akismet_result','false'),
(566628,173370,'akismet_history','a:2:{s:4:\"time\";d:1614145937.559035;s:5:\"event\";s:9:\"check-ham\";}'),
(401999,122052,'akismet_result','false'),
(402000,122052,'akismet_history','a:2:{s:4:\"time\";d:1596092025.819015;s:5:\"event\";s:9:\"check-ham\";}'),
(402157,122052,'akismet_history','a:3:{s:4:\"time\";d:1596113194.92848110198974609375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(439077,134139,'akismet_history','a:3:{s:4:\"time\";d:1600431819.255776882171630859375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(439054,134139,'akismet_result','false'),
(439055,134139,'akismet_history','a:2:{s:4:\"time\";d:1600414374.502476;s:5:\"event\";s:9:\"check-ham\";}'),
(690356,204891,'akismet_result','false'),
(690357,204891,'akismet_history','a:2:{s:4:\"time\";d:1648762976.4294;s:5:\"event\";s:9:\"check-ham\";}'),
(690409,204891,'akismet_history','a:3:{s:4:\"time\";d:1648817512.633842945098876953125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(690410,204905,'akismet_result','false'),
(690411,204905,'akismet_history','a:3:{s:4:\"time\";d:1648817640.742250919342041015625;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(567078,173370,'akismet_history','a:3:{s:4:\"time\";d:1614171118.843472957611083984375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(567087,173485,'akismet_result','false'),
(567088,173485,'akismet_history','a:3:{s:4:\"time\";d:1614171891.0613400936126708984375;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(386833,117124,'akismet_result','false'),
(386834,117124,'akismet_history','a:2:{s:4:\"time\";d:1594324609.8259799480438232421875;s:5:\"event\";s:9:\"check-ham\";}'),
(386836,117124,'akismet_history','a:3:{s:4:\"time\";d:1594324685.874782085418701171875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(386131,116899,'akismet_result','false'),
(386132,116899,'akismet_history','a:2:{s:4:\"time\";d:1594272766.57075405120849609375;s:5:\"event\";s:9:\"check-ham\";}'),
(386158,116908,'akismet_result','false'),
(386159,116908,'akismet_history','a:2:{s:4:\"time\";d:1594274837.5330359935760498046875;s:5:\"event\";s:9:\"check-ham\";}'),
(386443,116908,'akismet_history','a:3:{s:4:\"time\";d:1594295099.588924884796142578125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(386444,116899,'akismet_history','a:3:{s:4:\"time\";d:1594295107.6105349063873291015625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(386445,117000,'akismet_result','false'),
(386446,117000,'akismet_history','a:3:{s:4:\"time\";d:1594295271.2287170886993408203125;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(528815,163299,'akismet_result','false'),
(528816,163299,'akismet_history','a:2:{s:4:\"time\";d:1611163127.313008;s:5:\"event\";s:9:\"check-ham\";}'),
(528957,163299,'akismet_history','a:3:{s:4:\"time\";d:1611176606.1993000507354736328125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(711799,210626,'akismet_result','false'),
(711800,210626,'akismet_history','a:3:{s:4:\"time\";d:1665403072.0627219676971435546875;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(711798,210599,'akismet_history','a:3:{s:4:\"time\";d:1665403003.2319319248199462890625;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(711697,210599,'akismet_result','false'),
(711698,210599,'akismet_history','a:2:{s:4:\"time\";d:1665325022.140139;s:5:\"event\";s:9:\"check-ham\";}'),
(1471409,396631,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:8:\"Levi1565\";s:20:\"comment_author_email\";s:18:\"Levi1565@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/W3305\">https://shorturl.fm/W3305</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"114.10.45.217\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"114.10.45.217\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:99:\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\";}'),
(1471410,396631,'akismet_history','a:2:{s:4:\"time\";d:1785864202.985225;s:5:\"event\";s:10:\"check-spam\";}'),
(1471411,396632,'akismet_result','true'),
(1471412,396632,'akismet_guid','b9eb29fd6814c912ba85370d15fef03a'),
(1471413,396632,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:9:\"Clyde2024\";s:20:\"comment_author_email\";s:19:\"Clyde2024@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/BwmwP\">https://shorturl.fm/BwmwP</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"114.10.45.217\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"114.10.45.217\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2023/07/you-need-a-reality-check/\";}'),
(1471414,396632,'akismet_history','a:2:{s:4:\"time\";d:1785864220.343479;s:5:\"event\";s:10:\"check-spam\";}'),
(1471415,396633,'akismet_result','true'),
(1471416,396633,'akismet_guid','2cc9c1b551af972ba17d63d5eabc8a2d'),
(1471417,396633,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:10:\"Wilson1962\";s:20:\"comment_author_email\";s:20:\"Wilson1962@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/ffvUf\">https://shorturl.fm/ffvUf</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"114.10.45.217\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"114.10.45.217\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:84:\"https://deborahbrody.com/2022/02/3-actions-to-improve-your-marketing-communications/\";}'),
(1471408,396631,'akismet_guid','0fda5391141db6e45995469076ca78e6'),
(1471402,396630,'akismet_result','true'),
(1471403,396630,'akismet_pro_tip','discard'),
(1471404,396630,'akismet_guid','87249eb82a30e1f543511d1c3c017fc8'),
(1471405,396630,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:10:\"Registrera\";s:20:\"comment_author_email\";s:19:\"5728889@outlook.com\";s:18:\"comment_author_url\";s:56:\"https://accounts.binance.bh/register/person?ref=IHJUI7TF\";s:15:\"comment_content\";s:129:\"Your article helped me a lot, is there any more related content? Thanks! https://accounts.binance.bh/register/person?ref=JW3W4Y3A\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:15:\"171.107.134.252\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:15:\"171.107.134.252\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:61:\"https://deborahbrody.com/2020/02/unforced-errors-in-the-copy/\";}'),
(1471425,396635,'akismet_guid','bb272458d57c2472bf23d73ec44b79c4'),
(1471426,396635,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:38:\"bonificación de referencia de Binance\";s:20:\"comment_author_email\";s:20:\"40857282@outlook.com\";s:18:\"comment_author_url\";s:48:\"https://www.binance.com/es/register?ref=RQUR4BEO\";s:15:\"comment_content\";s:195:\"I don\'t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article. https://accounts.binance.bh/register/person?ref=JW3W4Y3A\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:15:\"171.107.134.252\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:15:\"171.107.134.252\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:39:\"https://deborahbrody.com/2012/03/trust/\";}'),
(1471423,396635,'akismet_result','true'),
(1471424,396635,'akismet_pro_tip','discard'),
(1471422,396634,'akismet_history','a:2:{s:4:\"time\";d:1785864263.042785;s:5:\"event\";s:10:\"check-spam\";}'),
(1471419,396634,'akismet_result','true'),
(1471420,396634,'akismet_guid','fbe79230d359ace98f5c10ee7d4c515e'),
(1471421,396634,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:13:\"Alexander1474\";s:20:\"comment_author_email\";s:23:\"Alexander1474@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/kPSAy\">https://shorturl.fm/kPSAy</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"114.10.45.217\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"114.10.45.217\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2021/11/people-should-understand/\";}'),
(1471418,396633,'akismet_history','a:2:{s:4:\"time\";d:1785864247.031624;s:5:\"event\";s:10:\"check-spam\";}'),
(1471407,396631,'akismet_result','true'),
(1471406,396630,'akismet_history','a:2:{s:4:\"time\";d:1785863102.898088;s:5:\"event\";s:10:\"check-spam\";}'),
(1471427,396635,'akismet_history','a:2:{s:4:\"time\";d:1785875755.850113;s:5:\"event\";s:10:\"check-spam\";}'),
(1471428,396636,'akismet_result','true'),
(1471429,396636,'akismet_guid','c43ec6aaf29b540189a397a089c512be'),
(1471430,396636,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:22:\"www.binance.info注册\";s:20:\"comment_author_email\";s:20:\"12018268@outlook.com\";s:18:\"comment_author_url\";s:44:\"https://www.binance.bh/register?ref=QCGZMHR6\";s:15:\"comment_content\";s:81:\"Thanks for sharing. I read many of your blog posts, cool, your blog is very good.\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"113.15.122.253\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:14:\"113.15.122.253\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:54:\"https://deborahbrody.com/2015/03/some-weekend-reading/\";}'),
(1471431,396636,'akismet_history','a:2:{s:4:\"time\";d:1785892609.891011;s:5:\"event\";s:10:\"check-spam\";}'),
(1471432,396637,'akismet_result','true'),
(1471433,396637,'akismet_guid','c6490f1c4da740a0bd9b5ef0690b50ae'),
(1471434,396637,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:10:\"Marley1656\";s:20:\"comment_author_email\";s:20:\"Marley1656@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/DzkAp\">https://shorturl.fm/DzkAp</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"103.156.16.241\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:14:\"103.156.16.241\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:99:\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\";}'),
(1471435,396637,'akismet_history','a:2:{s:4:\"time\";d:1785904242.111512;s:5:\"event\";s:10:\"check-spam\";}'),
(1471436,396638,'akismet_result','true'),
(1471437,396638,'akismet_guid','a03ecfea3c033cc3250d9689b6993461'),
(1471438,396638,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:9:\"Jenna2128\";s:20:\"comment_author_email\";s:19:\"Jenna2128@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/oXQQr\">https://shorturl.fm/oXQQr</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"103.156.16.241\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:14:\"103.156.16.241\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2023/07/you-need-a-reality-check/\";}'),
(1471439,396638,'akismet_history','a:2:{s:4:\"time\";d:1785904257.617901;s:5:\"event\";s:10:\"check-spam\";}'),
(1471440,396639,'akismet_result','true'),
(1471441,396639,'akismet_guid','faeede3268a79bf935e581eb10fbfc4e'),
(1471442,396639,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:9:\"Ginger590\";s:20:\"comment_author_email\";s:19:\"Ginger590@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/J7PuS\">https://shorturl.fm/J7PuS</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"103.156.16.241\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:14:\"103.156.16.241\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"https://deborahbrody.com/2022/04/proofing-to-improve-your-credibility/\";}'),
(1471443,396639,'akismet_history','a:2:{s:4:\"time\";d:1785904272.609322;s:5:\"event\";s:10:\"check-spam\";}'),
(1471444,396640,'akismet_result','true'),
(1471445,396640,'akismet_guid','eaac6ef48694c4b25fcb4b894ebeca94'),
(1471446,396640,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:10:\"Alicia2632\";s:20:\"comment_author_email\";s:20:\"Alicia2632@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/7AlUW\">https://shorturl.fm/7AlUW</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"103.156.16.241\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:14:\"103.156.16.241\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2021/11/people-should-understand/\";}'),
(1471447,396640,'akismet_history','a:2:{s:4:\"time\";d:1785904287.910857;s:5:\"event\";s:10:\"check-spam\";}'),
(1471448,396641,'akismet_result','true'),
(1471449,396641,'akismet_pro_tip','discard'),
(1471450,396641,'akismet_guid','f0730b6b1becc5ada9824de9a72ef90a'),
(1471451,396641,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:18:\"注册免费账户\";s:20:\"comment_author_email\";s:20:\"58837353@outlook.com\";s:18:\"comment_author_url\";s:56:\"https://accounts.binance.bh/register/person?ref=IXBIAFVY\";s:15:\"comment_content\";s:150:\"Your point of view caught my eye and was very interesting. Thanks. I have a question for you. https://accounts.binance.bh/register/person?ref=JW3W4Y3A\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:15:\"171.107.134.252\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:15:\"171.107.134.252\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:74:\"https://deborahbrody.com/2017/06/is-it-time-for-the-corporate-blog-to-die/\";}'),
(1471452,396641,'akismet_history','a:2:{s:4:\"time\";d:1785905718.380481;s:5:\"event\";s:10:\"check-spam\";}'),
(1471453,396642,'akismet_result','true'),
(1471454,396642,'akismet_guid','98c1801105d74ab7edb35e53d76057b9'),
(1471455,396642,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:24:\"Darmowe konto na Binance\";s:20:\"comment_author_email\";s:20:\"81766385@outlook.com\";s:18:\"comment_author_url\";s:56:\"https://accounts.binance.com/en-JP/register?ref=UM6SMJM3\";s:15:\"comment_content\";s:167:\"Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:15:\"106.127.142.191\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:15:\"106.127.142.191\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:68:\"https://deborahbrody.com/2013/03/know-your-strengths-and-weaknesses/\";}'),
(1471456,396642,'akismet_history','a:2:{s:4:\"time\";d:1785924205.060378;s:5:\"event\";s:10:\"check-spam\";}'),
(1471457,396643,'akismet_result','true'),
(1471458,396643,'akismet_pro_tip','discard'),
(1471459,396643,'akismet_guid','9205494ca5bfe2bc44e19bb384835459'),
(1471460,396643,'akismet_as_submitted','a:17:{s:14:\"comment_author\";s:111:\"? Transaction to you.NEXT => graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=fc167879ffa9a72b8b2d49931923d25b&\";s:20:\"comment_author_email\";s:30:\"0ivw8x0934tgfq@web-library.net\";s:18:\"comment_author_url\";s:42:\"graph.org/BALANCE-36824-US-DOLLARS-04-24-2\";s:15:\"comment_content\";s:6:\"laek02\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"109.70.100.2\";s:13:\"comment_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:7:\"user_ip\";s:12:\"109.70.100.2\";s:10:\"user_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:33:\"https://deborahbrody.com/about-2/\";s:10:\"POST_ak_js\";s:3:\"134\";s:19:\"POST_ak_hp_textarea\";s:6:\"qq0yeu\";}'),
(1471461,396643,'akismet_history','a:2:{s:4:\"time\";d:1785931885.531704;s:5:\"event\";s:10:\"check-spam\";}'),
(1471462,396644,'akismet_result','true'),
(1471463,396644,'akismet_pro_tip','discard'),
(1471464,396644,'akismet_guid','382a5a75d45a335dba75db455f16b70f'),
(1471465,396644,'akismet_as_submitted','a:17:{s:14:\"comment_author\";s:109:\"? Transaction to you.GET > graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=35668b4c9ef24354f4d4177f98073f79&\";s:20:\"comment_author_email\";s:30:\"0ivw8x0934tgfq@web-library.net\";s:18:\"comment_author_url\";s:42:\"graph.org/BALANCE-36824-US-DOLLARS-04-24-2\";s:15:\"comment_content\";s:6:\"yowint\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"185.220.101.27\";s:13:\"comment_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:7:\"user_ip\";s:14:\"185.220.101.27\";s:10:\"user_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"https://deborahbrody.com/about-2/what-clients-say/\";s:10:\"POST_ak_js\";s:3:\"168\";s:19:\"POST_ak_hp_textarea\";s:6:\"0hzpq7\";}'),
(1471466,396644,'akismet_history','a:2:{s:4:\"time\";d:1785931921.428828;s:5:\"event\";s:10:\"check-spam\";}'),
(1471467,396645,'akismet_result','true'),
(1471468,396645,'akismet_pro_tip','discard'),
(1471469,396645,'akismet_guid','1cd18dd31d2fa0b2bb9044dc5ae8d648'),
(1471470,396645,'akismet_as_submitted','a:17:{s:14:\"comment_author\";s:114:\"? Transaction to you.Continue > graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=7d9da2be8573e3510715dac991966b34&\";s:20:\"comment_author_email\";s:30:\"0ivw8x0934tgfq@web-library.net\";s:18:\"comment_author_url\";s:42:\"graph.org/BALANCE-36824-US-DOLLARS-04-24-2\";s:15:\"comment_content\";s:6:\"buie9d\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"185.220.101.11\";s:13:\"comment_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:7:\"user_ip\";s:14:\"185.220.101.11\";s:10:\"user_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"https://deborahbrody.com/about/newsletters/\";s:10:\"POST_ak_js\";s:3:\"249\";s:19:\"POST_ak_hp_textarea\";s:6:\"b4g3aa\";}'),
(1471471,396645,'akismet_history','a:2:{s:4:\"time\";d:1785932001.507473;s:5:\"event\";s:10:\"check-spam\";}'),
(1471472,396646,'akismet_result','true'),
(1471473,396646,'akismet_pro_tip','discard'),
(1471474,396646,'akismet_guid','901b4651f554cf6576940c0f53690ff3'),
(1471475,396646,'akismet_as_submitted','a:17:{s:14:\"comment_author\";s:110:\"? Transaction to you.Go >>> graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=ec1a478c157599c873f991214819046e&\";s:20:\"comment_author_email\";s:30:\"0ivw8x0934tgfq@web-library.net\";s:18:\"comment_author_url\";s:42:\"graph.org/BALANCE-36824-US-DOLLARS-04-24-2\";s:15:\"comment_content\";s:6:\"eib9yf\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"171.25.193.35\";s:13:\"comment_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:7:\"user_ip\";s:13:\"171.25.193.35\";s:10:\"user_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:49:\"https://deborahbrody.com/marketing-termsglossary/\";s:10:\"POST_ak_js\";s:3:\"166\";s:19:\"POST_ak_hp_textarea\";s:6:\"bkwd2v\";}'),
(1471476,396646,'akismet_history','a:2:{s:4:\"time\";d:1785932175.119546;s:5:\"event\";s:10:\"check-spam\";}'),
(1471477,396647,'akismet_result','true'),
(1471478,396647,'akismet_pro_tip','discard'),
(1471479,396647,'akismet_guid','b30b94a742ee607871b114f9c953682e'),
(1471480,396647,'akismet_as_submitted','a:17:{s:14:\"comment_author\";s:110:\"? Transaction to you.NEXT > graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=43d409eb541b0d321f5dc4effd217cb9&\";s:20:\"comment_author_email\";s:30:\"0ivw8x0934tgfq@web-library.net\";s:18:\"comment_author_url\";s:42:\"graph.org/BALANCE-36824-US-DOLLARS-04-24-2\";s:15:\"comment_content\";s:6:\"d5n72h\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"5.255.98.151\";s:13:\"comment_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:7:\"user_ip\";s:12:\"5.255.98.151\";s:10:\"user_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"https://deborahbrody.com/post_notification_header/\";s:10:\"POST_ak_js\";s:3:\"188\";s:19:\"POST_ak_hp_textarea\";s:6:\"pe22kn\";}'),
(1471481,396647,'akismet_history','a:2:{s:4:\"time\";d:1785932213.793313;s:5:\"event\";s:10:\"check-spam\";}'),
(1471482,396648,'akismet_result','true'),
(1471483,396648,'akismet_pro_tip','discard'),
(1471484,396648,'akismet_guid','fbd412b89bd7908fcdb6e63ef6cb91c9'),
(1471485,396648,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:19:\"Binance推荐奖金\";s:20:\"comment_author_email\";s:20:\"54310703@outlook.com\";s:18:\"comment_author_url\";s:56:\"https://accounts.binance.bh/register/person?ref=IXBIAFVY\";s:15:\"comment_content\";s:144:\"Your point of view caught my eye and was very interesting. Thanks. I have a question for you. https://www.binance.bh/en-TR/register?ref=GQ1JXNRE\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"8.218.213.33\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:12:\"8.218.213.33\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:51:\"https://deborahbrody.com/2011/11/how-you-can-shine/\";}'),
(1471486,396648,'akismet_history','a:2:{s:4:\"time\";d:1785944659.293113;s:5:\"event\";s:10:\"check-spam\";}'),
(1471487,396649,'akismet_result','true'),
(1471488,396649,'akismet_pro_tip','discard'),
(1471489,396649,'akismet_guid','ff6629f8f03b856144c69cdf5dc884f9'),
(1471490,396649,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:21:\"binance US-registrera\";s:20:\"comment_author_email\";s:20:\"50277008@outlook.com\";s:18:\"comment_author_url\";s:44:\"https://www.binance.bh/register?ref=IHJUI7TF\";s:15:\"comment_content\";s:223:\"Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me? https://accounts.binance.bh/register/person?ref=GGYHGRE\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:15:\"106.127.142.195\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:15:\"106.127.142.195\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:66:\"https://deborahbrody.com/2017/09/care-matters-more-than-marketing/\";}'),
(1471491,396649,'akismet_history','a:2:{s:4:\"time\";d:1785953743.57702;s:5:\"event\";s:10:\"check-spam\";}'),
(1471492,396650,'akismet_result','true'),
(1471493,396650,'akismet_guid','c1231e84b41927b496442db7bb748eea'),
(1471494,396650,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:10:\"Norman2861\";s:20:\"comment_author_email\";s:20:\"Norman2861@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/PR8lf\">https://shorturl.fm/PR8lf</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"85.198.21.188\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"85.198.21.188\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:99:\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\";}'),
(1471495,396650,'akismet_history','a:2:{s:4:\"time\";d:1785955514.741547;s:5:\"event\";s:10:\"check-spam\";}'),
(1471496,396651,'akismet_result','true'),
(1471497,396651,'akismet_guid','9af62f7be54f364c4b576a559b58c1db'),
(1471498,396651,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:13:\"Gabriella1695\";s:20:\"comment_author_email\";s:23:\"Gabriella1695@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/2raZM\">https://shorturl.fm/2raZM</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"85.198.21.188\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"85.198.21.188\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2023/07/you-need-a-reality-check/\";}'),
(1471499,396651,'akismet_history','a:2:{s:4:\"time\";d:1785955531.660875;s:5:\"event\";s:10:\"check-spam\";}'),
(1471500,396652,'akismet_result','true'),
(1471501,396652,'akismet_guid','5b1499c32ce13d0c162978120982c58a'),
(1471502,396652,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:9:\"Piper3724\";s:20:\"comment_author_email\";s:19:\"Piper3724@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/eG9w8\">https://shorturl.fm/eG9w8</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"85.198.21.188\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"85.198.21.188\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:84:\"https://deborahbrody.com/2022/02/3-actions-to-improve-your-marketing-communications/\";}'),
(1471503,396652,'akismet_history','a:2:{s:4:\"time\";d:1785955550.484019;s:5:\"event\";s:10:\"check-spam\";}'),
(1471504,396653,'akismet_result','true'),
(1471505,396653,'akismet_guid','92fd0a3d60519558739eab8b89c6e626'),
(1471506,396653,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:9:\"Ellen3973\";s:20:\"comment_author_email\";s:19:\"Ellen3973@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/JRUny\">https://shorturl.fm/JRUny</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"85.198.21.188\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"85.198.21.188\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2021/11/people-should-understand/\";}'),
(1471507,396653,'akismet_history','a:2:{s:4:\"time\";d:1785955570.998476;s:5:\"event\";s:10:\"check-spam\";}'),
(1471508,396654,'akismet_result','true'),
(1471509,396654,'akismet_pro_tip','discard'),
(1471510,396654,'akismet_guid','9012ec34d197c986b7f64a441b2fcda3'),
(1471511,396654,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:19:\"Binance创建账户\";s:20:\"comment_author_email\";s:20:\"36140955@outlook.com\";s:18:\"comment_author_url\";s:45:\"https://www.binance.com/register?ref=IHJUI7TF\";s:15:\"comment_content\";s:127:\"Thanks for sharing. I read many of your blog posts, cool, your blog is very good. https://www.binance.com/register?ref=QCGZMHR6\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"8.218.213.33\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:12:\"8.218.213.33\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:79:\"https://deborahbrody.com/2021/06/the-one-question-you-must-answer-in-marketing/\";}'),
(1471512,396654,'akismet_history','a:2:{s:4:\"time\";d:1785956575.213915;s:5:\"event\";s:10:\"check-spam\";}'),
(1471513,396655,'akismet_result','true'),
(1471514,396655,'akismet_guid','24ceee2f9ca3af1f7c82795ad595631d'),
(1471515,396655,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:22:\"Mag-sign up sa Binance\";s:20:\"comment_author_email\";s:20:\"81518413@outlook.com\";s:18:\"comment_author_url\";s:48:\"https://www.binance.com/en/register?ref=IU36GZC4\";s:15:\"comment_content\";s:117:\"Your article helped me a lot, is there any more related content? Thanks! https://www.binance.bh/register?ref=IHJUI7TF\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"113.16.19.145\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:13:\"113.16.19.145\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:78:\"https://deborahbrody.com/2018/08/how-to-go-on-vacation-and-not-lose-customers/\";}'),
(1471516,396655,'akismet_history','a:2:{s:4:\"time\";d:1785993038.01764;s:5:\"event\";s:10:\"check-spam\";}'),
(1471517,396656,'akismet_result','true'),
(1471518,396656,'akismet_guid','abbb9247babd01a206964119e47bbeca'),
(1471519,396656,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:8:\"Aaron984\";s:20:\"comment_author_email\";s:18:\"Aaron984@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/6gral\">https://shorturl.fm/6gral</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"130.17.19.146\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"130.17.19.146\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:99:\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\";}'),
(1471520,396656,'akismet_history','a:2:{s:4:\"time\";d:1786007427.844469;s:5:\"event\";s:10:\"check-spam\";}'),
(1471521,396657,'akismet_result','true'),
(1471522,396657,'akismet_guid','e7d4b0edc10359e7005deab5c3713548'),
(1471523,396657,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:8:\"Demi2196\";s:20:\"comment_author_email\";s:18:\"Demi2196@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/3HhTX\">https://shorturl.fm/3HhTX</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"130.17.19.146\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"130.17.19.146\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:61:\"https://deborahbrody.com/2023/01/how-to-jump-start-your-blog/\";}'),
(1471524,396657,'akismet_history','a:2:{s:4:\"time\";d:1786007443.781402;s:5:\"event\";s:10:\"check-spam\";}'),
(1471525,396658,'akismet_result','true'),
(1471526,396658,'akismet_guid','ce52297d9a08d26fe414de68eba88ceb'),
(1471527,396658,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:8:\"Jill4616\";s:20:\"comment_author_email\";s:18:\"Jill4616@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/AFZak\">https://shorturl.fm/AFZak</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"130.17.19.146\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"130.17.19.146\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2021/11/people-should-understand/\";}'),
(1471528,396658,'akismet_history','a:2:{s:4:\"time\";d:1786007470.453463;s:5:\"event\";s:10:\"check-spam\";}'),
(1471529,396659,'akismet_result','true'),
(1471530,396659,'akismet_pro_tip','discard'),
(1471531,396659,'akismet_guid','6e61fb2f849bcca24d8c331a0cbebdc5'),
(1471532,396659,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:20:\"www.binance.bh注册\";s:20:\"comment_author_email\";s:20:\"56076111@outlook.com\";s:18:\"comment_author_url\";s:43:\"https://www.binance.bh/register?ref=GGYHGRE\";s:15:\"comment_content\";s:182:\"Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me. https://accounts.binance.bh/register/person?ref=IHJUI7TF\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"8.218.213.33\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:12:\"8.218.213.33\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"https://deborahbrody.com/2012/08/making-blogging-easier/\";}'),
(1471533,396659,'akismet_history','a:2:{s:4:\"time\";d:1786010632.656215;s:5:\"event\";s:10:\"check-spam\";}'),
(1471534,396660,'akismet_result','true'),
(1471535,396660,'akismet_guid','8bc907f072ea47010b853b438ab7075e'),
(1471536,396660,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:9:\"Clara3189\";s:20:\"comment_author_email\";s:19:\"Clara3189@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/MvLm0\">https://shorturl.fm/MvLm0</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"38.76.172.32\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:12:\"38.76.172.32\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:99:\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\";}'),
(1471537,396660,'akismet_history','a:2:{s:4:\"time\";d:1786028635.271063;s:5:\"event\";s:10:\"check-spam\";}'),
(1471538,396661,'akismet_result','true'),
(1471539,396661,'akismet_guid','27c030bb7047d86b717f9efc6267308f'),
(1471540,396661,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:12:\"McKenzie4185\";s:20:\"comment_author_email\";s:22:\"McKenzie4185@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/KdUmy\">https://shorturl.fm/KdUmy</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"38.76.172.32\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:12:\"38.76.172.32\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2023/07/you-need-a-reality-check/\";}'),
(1471541,396661,'akismet_history','a:2:{s:4:\"time\";d:1786028651.438211;s:5:\"event\";s:10:\"check-spam\";}'),
(1471542,396662,'akismet_result','true'),
(1471543,396662,'akismet_guid','957572892bba62cb1d4242475ff2f16d'),
(1471544,396662,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:11:\"Aaliyah4019\";s:20:\"comment_author_email\";s:21:\"Aaliyah4019@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/cMbyl\">https://shorturl.fm/cMbyl</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"38.76.172.32\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:12:\"38.76.172.32\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"https://deborahbrody.com/2022/04/proofing-to-improve-your-credibility/\";}'),
(1471545,396662,'akismet_history','a:2:{s:4:\"time\";d:1786028667.312104;s:5:\"event\";s:10:\"check-spam\";}'),
(1471546,396663,'akismet_result','true'),
(1471547,396663,'akismet_guid','d857a7782a2d19715138380a23777b90'),
(1471548,396663,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:13:\"Dominique3006\";s:20:\"comment_author_email\";s:23:\"Dominique3006@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/MvLm0\">https://shorturl.fm/MvLm0</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"38.76.172.32\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:12:\"38.76.172.32\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:58:\"https://deborahbrody.com/2021/11/people-should-understand/\";}'),
(1471549,396663,'akismet_history','a:2:{s:4:\"time\";d:1786028682.813818;s:5:\"event\";s:10:\"check-spam\";}'),
(1471550,396664,'akismet_result','true'),
(1471551,396664,'akismet_guid','b3596c94e52fb465028385d0c0cc4d6a'),
(1471552,396664,'akismet_as_submitted','a:17:{s:14:\"comment_author\";s:12:\"psychologist\";s:20:\"comment_author_email\";s:21:\"papsttina151@yahoo.in\";s:18:\"comment_author_url\";s:22:\"https://bit.ly/4fBtTno\";s:15:\"comment_content\";s:49:\"<a href=\"https://bit.ly/4fBtTno\">psychologist</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"195.2.67.223\";s:13:\"comment_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15\";s:7:\"user_ip\";s:12:\"195.2.67.223\";s:10:\"user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"https://deborahbrody.com/post_notification_header/\";s:19:\"POST_ak_hp_textarea\";s:22:\"https://bit.ly/4fBtTno\";s:10:\"POST_ak_js\";s:3:\"187\";}'),
(1471553,396664,'akismet_history','a:2:{s:4:\"time\";d:1786030443.075332;s:5:\"event\";s:10:\"check-spam\";}'),
(1471554,396665,'akismet_result','true'),
(1471555,396665,'akismet_guid','ba325484a29992d449b676a0b5755c90'),
(1471556,396665,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:18:\"Binance Pag-signup\";s:20:\"comment_author_email\";s:20:\"54952905@outlook.com\";s:18:\"comment_author_url\";s:60:\"https://accounts.binance.com/en/register-person?ref=IU36GZC4\";s:15:\"comment_content\";s:141:\"Thanks for sharing. I read many of your blog posts, cool, your blog is very good. https://accounts.binance.bh/en/register-person?ref=WKAGBF7Y\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:12:\"113.16.16.87\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:12:\"113.16.16.87\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:47:\"https://deborahbrody.com/2018/06/legit-or-spam/\";}'),
(1471557,396665,'akismet_history','a:2:{s:4:\"time\";d:1786031625.49483;s:5:\"event\";s:10:\"check-spam\";}'),
(1471558,396666,'akismet_result','true'),
(1471559,396666,'akismet_guid','28a06de1ccfa0cbb3053b083af9a8225'),
(1471560,396666,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:8:\"Faye3168\";s:20:\"comment_author_email\";s:18:\"Faye3168@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:65:\"<a href=\"https://shorturl.fm/suYtT\">https://shorturl.fm/suYtT</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:15:\"168.138.177.132\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:15:\"168.138.177.132\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:76:\"https://deborahbrody.com/2022/05/do-you-need-a-proofreader-or-a-copy-editor/\";}'),
(1471561,396666,'akismet_history','a:2:{s:4:\"time\";d:1786041148.981792;s:5:\"event\";s:10:\"check-spam\";}'),
(1471562,396667,'akismet_result','true'),
(1471563,396667,'akismet_pro_tip','discard'),
(1471564,396667,'akismet_guid','cb147a080e564b16c5195fcfb3a0c8df'),
(1471565,396667,'akismet_as_submitted','a:15:{s:14:\"comment_author\";s:13:\"Binance代码\";s:20:\"comment_author_email\";s:20:\"93807385@outlook.com\";s:18:\"comment_author_url\";s:43:\"https://www.binance.bh/register?ref=GGYHGRE\";s:15:\"comment_content\";s:93:\"Your point of view caught my eye and was very interesting. Thanks. I have a question for you.\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"222.83.252.246\";s:13:\"comment_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:7:\"user_ip\";s:14:\"222.83.252.246\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:84:\"https://deborahbrody.com/2016/11/why-you-are-failing-to-communicate-on-social-media/\";}'),
(1471566,396667,'akismet_history','a:2:{s:4:\"time\";d:1786050050.728568;s:5:\"event\";s:10:\"check-spam\";}'),
(1187445,334433,'akismet_result','false'),
(1187446,334433,'akismet_guid','d379f9b37106da4e6cb666e7c2751802'),
(1187448,334433,'akismet_history','a:2:{s:4:\"time\";d:1746600947.14015;s:5:\"event\";s:9:\"check-ham\";}'),
(1187775,334433,'akismet_history','a:3:{s:4:\"time\";d:1746629922.423263072967529296875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(1187776,334501,'akismet_result','false'),
(1187777,334501,'akismet_guid','1e9836c357ce8ba62f49d67bf459ca27'),
(1187779,334501,'akismet_history','a:3:{s:4:\"time\";d:1746629922.6066570281982421875;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(766628,225007,'akismet_result','false'),
(766629,225007,'akismet_history','a:2:{s:4:\"time\";d:1703169665.050461;s:5:\"event\";s:9:\"check-ham\";}'),
(766706,225007,'akismet_history','a:3:{s:4:\"time\";d:1703175311.5422151088714599609375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(766707,225027,'akismet_result','false'),
(766708,225027,'akismet_history','a:3:{s:4:\"time\";d:1703175483.4761788845062255859375;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(1461149,394268,'akismet_result','false'),
(1461150,394268,'akismet_guid','58870f04dcd8191d5bf3247bb7909aa5'),
(1461151,394268,'akismet_as_submitted','a:32:{s:14:\"comment_author\";s:11:\"Pixapi Team\";s:20:\"comment_author_email\";s:15:\"hello@pixapi.ai\";s:18:\"comment_author_url\";s:18:\"https://pixapi.ai/\";s:15:\"comment_content\";s:230:\"Protecting intellectual property from AI is one of the most pressing legal and ethical questions in the creative industry. Through Pixapi we benchmark APIs and the IP protection discussion is central to responsible AI development.\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"119.2.104.175\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"119.2.104.175\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:4:\"blog\";s:24:\"https://deborahbrody.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:82:\"https://deborahbrody.com/2025/01/can-we-protect-our-intellectual-property-from-ai/\";s:19:\"POST_ak_hp_textarea\";s:0:\"\";s:10:\"POST_ak_js\";s:13:\"1784115022154\";s:11:\"POST_ak_bib\";s:0:\"\";s:11:\"POST_ak_bfs\";s:13:\"1784115031156\";s:12:\"POST_ak_bkpc\";s:1:\"0\";s:11:\"POST_ak_bkp\";s:0:\"\";s:11:\"POST_ak_bmc\";s:0:\"\";s:12:\"POST_ak_bmcc\";s:1:\"0\";s:11:\"POST_ak_bmk\";s:0:\"\";s:11:\"POST_ak_bck\";s:0:\"\";s:12:\"POST_ak_bmmc\";s:1:\"0\";s:12:\"POST_ak_btmc\";s:1:\"0\";s:11:\"POST_ak_bsc\";s:1:\"0\";s:11:\"POST_ak_bte\";s:0:\"\";s:12:\"POST_ak_btec\";s:1:\"0\";s:11:\"POST_ak_bmm\";s:0:\"\";s:11:\"POST_ak_bcc\";s:0:\"\";}'),
(1461152,394268,'akismet_history','a:2:{s:4:\"time\";d:1784115031.806213;s:5:\"event\";s:9:\"check-ham\";}'),
(1461163,394268,'akismet_history','a:3:{s:4:\"time\";d:1784117387.3920099735260009765625;s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(1461164,394268,'_wp_trash_meta_status','0'),
(1461165,394268,'_wp_trash_meta_time','1784117387'),
(1354485,370733,'akismet_history','a:3:{s:4:\"time\";d:1766153449.268889904022216796875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Deb-Brody\";}'),
(1354043,370733,'akismet_history','a:2:{s:4:\"time\";d:1766100813.934913;s:5:\"event\";s:9:\"check-ham\";}'),
(1354040,370733,'akismet_result','false'),
(1354041,370733,'akismet_guid','e1e2094d524197fb485ad598202bcc10');
/*!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 = utf8mb4 */;
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` text NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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` mediumtext NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=396668 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES
(1,1,'Mr WordPress','','http://wordpress.org/','','2011-06-07 02:50:20','2011-06-07 07:50:20','Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.',0,'1','','comment',0,0),
(2,1236,'scormeny','sara@paperlantern.com','http://scormeny.wordpress.com/','68.49.188.117','2008-01-16 17:35:14','2008-01-16 22:35:14','I was there too - I thought it was great also! Thanks for writing an interesting observation on it.\n\n-Sara',0,'1','','comment',0,0),
(3,1237,'Michele Kahn','michelemkahn@yahoo.com','','69.153.201.222','2008-02-02 18:32:10','2008-02-02 23:32:10','Love the entries!!',0,'1','','comment',0,0),
(4,1237,'Jerry Anderson','jerrry.anderson@gmail.com','','202.137.115.39','2009-05-03 08:10:43','2009-05-03 13:10:43','Deborah,\n\nIf you want to add Facebook or email sharing buttons to your blog posts, there’s a plugin that does it for you: http://www.picturesurf.org/share-buttons\n\nHope you find it helpful!\n\nCheers,\nJerry',0,'1','','comment',0,0),
(5,1239,'scormeny','sara@paperlantern.com','http://scormeny.wordpress.com/','68.49.188.117','2008-01-24 17:40:12','2008-01-24 22:40:12','I\'m an extremely good speller and tend to have good grammar, and in general I prefer to write and read complete sentences.  I believe I tend to notice bad grammar and it gives me pause.\n\nBUT! I don\'t want to be a snob about it.  I actually think it\'s interesting that many of my smart friends are bad spellers or poor grammarians. In personal communications, I\'ve become pretty inured to the indignities some people visit on our language when writing it down.\n\nThat being said, I am always distressed when I\'m working with an organization and their press releases or constituent emails have typos or bad grammar in them, and I will point it out.\n\nEven worse is when the date, time, or location are wrong in an event announcement. ARGH! That one does drive me crazy.',0,'1','','comment',0,0),
(6,1239,'scormeny','sara@paperlantern.com','http://scormeny.wordpress.com/','68.49.188.117','2008-01-24 17:41:30','2008-01-24 22:41:30','And, see?  My own grammar snobbishness has tripped me up -- \"their press releases\" is the wrong follow-up to \"an organization.\"  One of those frustrating English-language problems; the lack of a good gender-neutral singular third-person pronoun.',0,'1','','comment',0,0),
(7,1241,'merrillrichmond','merrill.richmond@town-sports.com','','208.3.216.163','2008-01-28 11:48:38','2008-01-28 16:48:38','Hi and thanks for the comments on the Washington Sports Clubs ad.  Glad you like it!\n\nMerrill Richmond\nVice President - Marketing\nWashington Sports Clubs',0,'1','','comment',0,0),
(8,1241,'Sally','ashley.henke@hotmail.com','','207.195.246.106','2008-01-31 13:31:00','2008-01-31 18:31:00','Haha, that is a funny ad.  I am actually looking into joining a new gym this year, and WSC has a really low sign up fee (only 20.08).   Good advertising though, I may check out the 2 week trial to check out the facility.',0,'1','','comment',0,0),
(9,1242,'Moranna','annamorris@terra.es','http://www.morrisgarcia.com','193.153.114.95','2010-03-18 09:47:17','2010-03-18 14:47:17','Excellent advice, but as you say, there are still some pretty naf-sites still out there!!',0,'1','','comment',0,0),
(10,17,'Tony Attwood','Tony@hamilton-house.com','http://www.hamilton-house.com','81.149.99.139','2008-03-13 05:11:29','2008-03-13 10:11:29','Direct mail is not invasive in the same way that tele-sales is invasive.   I can collect the direct mail and drop it in the recycling bin outside my house or at my office, and really nothing much has happened to invade my life.  I do the same with my daily paper once I have read it.\n\nBut telephone calls interrupt me, stop my flow of work, cut across my life when I am watching football on TV.   Now that is invasion.',0,'1','','comment',0,0),
(11,1248,'Shaun Dakin','sdakin@citizensforcivildiscourse.org','http://StopPoliticalCalls.org','64.242.2.254','2008-03-14 08:25:46','2008-03-14 13:25:46','Political calls are exempt from the DNC registry.\n\nI started a non-profit, non-partisan organization last year to combat intrusive robo-calls by using a voluntary, private sector solution: the Political Do Not Contact Registry.   As a result I was asked to testify at the U.S. Senate 2.27.2008 along with N.C. Attorney General Roy Cooper.\n \nOur registry is similar to the federal government’s Do Not Call list. But to succeed it requires politicians who will honor the wishes of voters who’d rather not endure the endless robotic, political phone calls during campaign season.\n \nKansas’s own Congresswoman Nancy Boyda has become the second member to sign our pledge.  She has taken the pledge and agreed not to robo call constituents that sign up for free at the National Political Do Not Contact Registry at StopPoliticalCalls.org.  We commend her leadership on this important consumer issue that impacts the privacy of all voters.   As one frustrated Mother wrote us:    \"I find it very frustrating... I tend to get calls at the WORST time.  I have a one year old daughter, and it NEVER fails that the phone will ring when I put her down for a nap or for bed.”\n\nVoters’ phones will soon be ringing off the hook this Fall.  Fed up voters can visit our web site at StopPoliticalCalls.org and add their names to our free Do Not Call registry.  It’s time we give the political dialogue back to average, concerned citizens.    \n \nShaun Dakin \nFounder &amp; CEO, the National Political Do Not Contact Registry\nStopPoliticalCalls.org',0,'1','','comment',0,0),
(12,1249,'How different can a supermarket be? | How to make a website','','http://www.howtomakeawebsite.ws/how-different-can-a-supermarket-be/','74.52.67.146','2008-03-13 21:11:48','2008-03-14 02:11:48','[...] unknown wrote an interesting post today onHere&#8217;s a quick excerptWell, according to Bloom, very different. Zany songs and even “zanier” commercials are portraying Bloom as the store with a smile. I guess smiling at the supermarket would be different. According to its website, Bloom is a happy &#8230; [...] ',0,'1','','pingback',0,0),
(13,1251,'Michael','siestadrive@gmail.com','','69.203.0.214','2008-03-18 11:15:22','2008-03-18 16:15:22','I cracked up when I saw this commercial. Not because I thought it was so funny in itself (It\'s fine, but I prefer the one with Tim Gunn), but because it seemed to adhere so closely to Hillary Clinton\'s campaign message. Younger, charismatic black man is one-upped by an older, more experienced white woman.\nTo be clear, I\'m not endorsing that campaign message, and I don\'t think Macy\'s is shilling for Clinton. I just think it\'s funny, and I wonder if anyone else had my reaction. Or do I need to calm down and step away from the political blogs for a little while?',0,'1','','comment',0,0),
(14,1251,'Marketing Writer','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.130.66','2008-03-18 11:19:13','2008-03-18 16:19:13','Michael-Interesting take! I hadn\'t seen it that way, but maybe more than an Obama-Clinton thing, it is a societal thing? Maybe?',0,'1','','comment',0,0),
(15,1251,'Michael','siestadrive@gmail.com','','69.203.0.214','2008-03-18 11:32:22','2008-03-18 16:32:22','A societal thing? I wouldn\'t doubt it, but I\'m not sure I understand completely. Would you expand on that?',0,'1','','comment',0,0),
(16,1251,'Marketing Writer','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.130.66','2008-03-18 15:29:07','2008-03-18 20:29:07','By societal I meant that there may be some roles played by older white women vis-a-vis younger black men, and that these may be getting more in step. In this particular instance, Usher is just as big a star as Martha Stewart for Macy\'s, but Martha is like you said, a step ahead. That may be true across society, but these younger black men are getting there.',0,'1','','comment',0,0),
(17,1251,'Michael','siestadrive@gmail.com','','69.203.0.214','2008-03-18 16:07:33','2008-03-18 21:07:33','Gotcha.',0,'1','','comment',0,0),
(18,1254,'Judy','jeb2666@yahoo.com','','190.57.92.45','2008-03-20 09:24:12','2008-03-20 14:24:12','I totally agree. I hate junk mail filling my mailbox. It is a waste of valuable paper.\nI hope there is a DO NOT MAIL list similar to the DO NOT CALL list. I for one would apply immediately.',0,'1','','comment',0,0),
(19,1255,'Dianna Tate','dctate@goophandcleaner.com','http://www.goophandcleaner.com','173.55.243.70','2009-05-01 16:43:51','2009-05-01 21:43:51','http://www.myspace.com/314742608\nI am working on a marketing plan for our company to market Mom\'s Goop. I would like to get more information about how to implement a network of moms with kids that can try our product and comment about it\'s uses. Can you help?',0,'1','','comment',0,0),
(20,1255,'Robin Kendall','RobinNKendall@gmail.com','','98.231.153.118','2009-06-11 21:30:44','2009-06-12 02:30:44','Try contacting one of the family magazines in your area. Send them a press release about where and when they can get your product. You might also be able to post a notice at the library. Make yourself some fliers and pass them out to people you know and ask them to pass to their friends. FLIERS WORK.',0,'1','','comment',0,0),
(21,1256,'Judy','jeb2666@yahoo.com','','190.57.92.45','2008-03-20 09:41:06','2008-03-20 14:41:06','I totally agree. I hate junk mail. I would be the first to sign up for a DO NOT MAIL list, as I did for the DO NOT CALL list.\nJunk mail fills my mail box, is never read and wastes paper. No thanks.',0,'1','','comment',0,0),
(22,1258,'Sue Jenkins','info@luckychair.com','http://www.luckychair.com/','71.181.140.226','2008-03-26 09:15:45','2008-03-26 14:15:45','Yes, yes! People who have no experience with design should really not think they can do it themselves to save some money. \n\nI recently designed an InDesign newsletter template for a client who wanted to be able to layout their own issues. Needless to say they\'ve done a terrible job keeping up with the standards the original design, and all their issues since the first one look HORRIBLE because they\'ve done things like change the fonts, colors, and alignment, and even went so far as to break out of the preset two and three column layouts. Very sad. And the worst part is they don\'t even know how unattractive it is now. To them, it\'s more important to have saved money than to maintain an attractive brand identity.\n\nTo make matters even more complicated, customers really need to choose their designers carefully. There are plenty of \"graphic designers\" out there who have been in business for \"years\" but who clearly have no design skills whatsoever. Unfortunately, not all customers can tell \"good\" design from \"bad\" so there\'s a lot of bad design out there. \n\nThanks for your analogy about using an amateur to  build a house, I\'m going to use that one.\n\nSue Jenkins\nLuckychair.com',0,'1','','comment',0,0),
(23,1258,'Marketing Writer','deborah@deborahbrody.com','http://www.deborahbrody.com','147.9.88.160','2008-03-26 14:30:37','2008-03-26 19:30:37','Thanks! Of course -- lots of customers cannot tell good design from bad, precisely because they are not trained! As an industry, it is our duty to continue to educate about the importance of these issues.',0,'1','','comment',0,0),
(24,30,'ComcastCares1','We_Can_Help@cable.comcast.com','','68.87.42.110','2008-03-31 14:56:46','2008-03-31 19:56:46','Thank you for the valuable feedback. We are actively working to improve the service provided to our valued customers. To learn more about our Customer Care Improvements, please visit the following URL: http://www.comcast.com/Corporate/Customers/customercare.html\n\nSincerely, \n\nMark C. \nComcast Executive Offices\nWe_Can_Help@cable.comcast.com',0,'1','','comment',0,0),
(25,31,'Michelle','copycatcreative@sbcglobal.net','','75.4.234.165','2008-04-01 12:14:42','2008-04-01 17:14:42','On the subject of web marketing, you need to set up an RSS feed! :-)',0,'1','','comment',0,0),
(26,31,'Marketing Writer','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.178.120','2008-04-01 12:16:41','2008-04-01 17:16:41','Yeah, yeah! I know--I am still trying to figure out Wordpress. But I promise to figure it out soon!',0,'1','','comment',0,0),
(27,47,'Jeff Small - Radio Advertising Executive','jeff@strategicmediainc.com','http://www.strategicmediainc.com/commercials-for-radio.php','75.71.69.219','2008-05-15 14:45:38','2008-05-15 19:45:38','These are traditional notions of radio advertising that make a lot of sense on the surface, however what we find over and over again is that people somehow figure out a way to write down or remember a phone number in radio ads. In fact, we\'ve built our business on that. \n\nAlso, as to the question of reach and frequency, we\'ve tested many different configurations on many different campaigns. The results show that the optimum combination varies by campaign - actually by ad. Ads with more focused messaging that is resonating big will produce more profit with greater reach. More mature campaigns or less distinct benefits need more frequency.',0,'1','','comment',0,0),
(28,47,'Direct Response Radio Advertising Fan','comments@radioloungeusa.com','http://www.radioloungeusa.com','70.139.15.239','2008-11-18 11:02:30','2008-11-18 16:02:30','It really comes down to the product/service and communicating that in the message...the radio spot must make a connection to the listener and their needs.  So many so-called \"branding\" spots read like an audio brochure, but never really provide any reason for people to buy.  In other words, they don\'t really offer anything unique that would make a potential customer choose company X over company Y.  \n\nRemember...advertising is only one facet of marketing.  \n\nGreat article!\n\nM. Bruce Abbott\nCreative Director/Partner\nRadio Lounge\nhttp://www.radioloungeusa.com',0,'1','','comment',0,0),
(29,1278,'Phil Bernstein','philbernstein@clearchannel.com','http://philonadvertising.com','24.21.97.193','2008-05-22 20:04:46','2008-05-23 01:04:46','Back in the \'90\'s, a furniture chain called Smith\'s Home Furnishings had a lock on mattress sales in the Portland, OR market. They were so strong that most competitors didn\'t advertise much -- the perception was that Smith\'s owned the category.\n\nLate in the decade, Smith\'s went out of business and closed all their stores. Soon afterwards, Sleep Train and Sleep Country USA entered the market, advertising heavily. Sensing an opportunity, BedMart also ramped up their marketing.\n\nBy the following year, mattress sales in Portland rose 12%. Not because there were more people -- the population held steady. But because there was more advertising, area residents became more aware of their sore backs, and headed for the mattress store.\n\nAdvertising can\'t create a problem where none exists. But it can offer a solution to a problem that a consumer didn\'t realize he had...',0,'1','','comment',0,0),
(30,1278,'Can Your Advertising Create Demand? &laquo; Portland&#8217;s Finest Advertising Blog','','http://philbernstein.wordpress.com/2008/05/22/can-your-advertising-create-demand/','76.74.248.177','2008-05-23 01:39:56','2008-05-23 06:39:56','[...] Deborah Brody&#8217;s blog tipped me off to an interesting story from the world of pharmaceuticals. According to MSNBC, GlaxoSmithKline managed to create a near-epidemic of restless leg syndrome by launching a campaign for a drug called Requip. Thousands of patients who either never realized they had a problem, or never thought there could be a solution, headed for their doctor&#8217;s offices after seeing the Requip ad on television. “Restless legs syndrome is a great example of a suddenly out-of-the-blue disease,” said Dr. Christopher J. Earley, an associate professor of neurology at Johns Hopkins University in Baltimore who treats the disorder. [...] ',0,'1','','pingback',0,0),
(31,1285,'Cathy Goodwin','cathy@cathygoodwin.com','http://www.copy-cat-copywriting.com','71.35.102.86','2008-05-31 11:22:07','2008-05-31 16:22:07','I appreciate your comment about dissonance, especially in airlines. I’ve always been frustrated by those announcements, “Sit back, relax and enjoy the flight.”\n\nIt’s not possible to do ANY of those things: your seat won’t recline to a comfortable position without hitting someone’s knees, the flight attendants keep bombarding you with announcements, and frankly, what’s to enjoy?!',0,'1','','comment',0,0),
(32,1288,'Phil Bernstein','philbernstein@clearchannel.com','http://philbernstein.wordpress.com/','24.21.97.193','2008-06-07 00:50:53','2008-06-07 05:50:53','Gore was a wooden speaker when he ran against George Bush, and it likely cost him the presidency.\n\nYears later, I saw him present his \"Inconvenient Truth\" slide show in front of 10,000 people at Portland\'s Rose Garden Arena. Clearly, he\'d spent considerable post-campaign time learning to be an effective speaker -- he was funny, charming, well-organized and passionate. \n\nIf only we\'d had THAT Al Gore in 2000...\n\nIf only',0,'1','','comment',0,0),
(33,1294,'Judy','jeb2666@yahoo.com','','190.57.90.38','2008-07-05 08:18:22','2008-07-05 13:18:22','I think that celebrities lure the consumer to watch the ad, therefore giving more exposure to the product. Instead of switching channels, one may want to see a favorite star,\n\nI agree that I would not buy a product because of a celebrity\'s endorsement.',0,'1','','comment',0,0),
(34,1295,'SMS','sms@nordicgroup.us','','99.155.197.239','2008-07-09 20:31:42','2008-07-10 01:31:42','Southwest is great, but don\'t get too carried away with Jet Blue. They are canceling routes, canceling flights, and screwing passengers just like the other airlines.\n\nTwo relatives were flying JetBlue from SFO to FLL on July 9th, and they canceled the flight. They wouldn\'t re-route them, either on JetBlue or another airline. They wouldn\'t let them take the next day\'s flight, which was full. All they would do was give them a refund of half the round-trip fare. They ended up spending more than the whole JetBlue round-trip fare on a one way ticket on Continental.',0,'1','','comment',0,0),
(35,1296,'Book marketing newbie','flashgordonweb@gmail.com','http://www.bauuinstitute.com/Marketing/Marketing.html','75.71.78.9','2008-07-01 08:02:04','2008-07-01 13:02:04','This is what Web 2.0 is all about, at least in my understanding. I\'ve yet to see the CraigsList idea, but I\'ve definitely seen authors using social networks for promotion - not so much the publishers. I don\'t know if it is working, but I will begin to try it out and see if any sales increase takes place.',0,'1','','comment',0,0),
(36,1296,'Matt&#8217;s Bookosphere 6/30/08 &laquo; Enter the Octopus','','http://entertheoctopus.wordpress.com/2008/06/30/matts-bookosphere-63008/','66.135.48.169','2009-08-28 11:24:07','2009-08-28 16:24:07','[...] &#8220;Who needs book reviews?&#8221; [...] ',0,'1','','pingback',0,0),
(37,1299,'Fly the Cluttered Skies &laquo; Portland&#8217;s Finest Advertising Blog','','http://philbernstein.wordpress.com/2008/07/16/fly-the-cluttered-skies/','72.232.131.32','2008-07-16 13:06:52','2008-07-16 18:06:52','[...] reports, JetBlue is selling advertising on the screens of their seat-back TV&#8217;s. (Thank you to Deborah Brody for the [...] ',0,'1','','pingback',0,0),
(38,1301,'Tracey Tabb','Pegram683@gmail.com','http://www.blocked-drains.net','86.180.84.192','2010-02-19 05:56:20','2010-02-19 10:56:20','Repetitive Toyota recalls will be causing a great deal of harm to their brand equity. more than 2 million motorcars in the United States to sort out sticking accelerator pedals. 4.2 million automobiles in the US to sort out pedals getting lodged below floor mats. nearly 700,000 autos in China as a result of imperfect electrical window switches. Toyota ceo on TV to apologise for recall  and still the press highlight more concerns as the company gets more jumpy.  I question how much brand value this has cost the company.',0,'1','','comment',0,0),
(39,1307,'Michele','michelemkahn@yahoo.com','','69.153.197.231','2008-08-11 21:51:02','2008-08-12 02:51:02','This is so funny!',0,'1','','comment',0,0),
(40,1308,'Michele','michelemkahn@yahoo.com','','69.153.197.231','2008-08-11 21:29:31','2008-08-12 02:29:31','I\'m enjoying these last posts!',0,'1','','comment',0,0),
(41,1308,'Colin Y.J. Chung','colin@colincopy.com','http://www.colincopy.com','70.68.61.124','2008-10-04 01:57:36','2008-10-04 06:57:36','I absolutely agree. Web 2.0 will shake up the old media and in fact, cause their ultimate demise. Where I\'m from, the only newspapers I see people pick up and read are the free ones... you might have a version in your city (24, Metro, etc.)\n\nHere\'s what I envision in another decade... major metropolitan cities will be wi-fi\'d and everyone will read the news on their kindle or iphone.',0,'1','','comment',0,0),
(42,136,'BarryY','abc123@yahoo.com','','69.217.123.94','2008-10-28 10:15:40','2008-10-28 15:15:40','You forgot to mention that these are federal employees working for the USPS.... quite often with little care in the world about you or your package. There is no sense of ownership here. they clock in and clock out... and anything gone awry while either on or off the clock most of them try to avoid.\n\nTax dollars hard at work',0,'1','','comment',0,0),
(43,136,'JT','jturmel@gmail.com','','98.168.134.150','2008-11-01 13:03:43','2008-11-01 18:03:43','That last line was quite ignorant, tax dollars do not pay for the operation of the USPS.',0,'1','','comment',0,0),
(44,190,'Marketing Writer','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.141.71','2008-11-18 18:21:04','2008-11-18 23:21:04','They called me again tonight...first time they catch me at home, and I told them to not call me again. Let\'s see if that works',0,'1','','comment',0,0),
(45,190,'Going Riparian &laquo; Sixteen Tons','','http://sledpress.wordpress.com/2009/06/12/going-riparian/','74.200.245.188','2009-06-12 20:46:52','2009-06-13 01:46:52','[...] I don&#8217;t have a TV and I don&#8217;t need the lightning fast crystal clear vodka-virulent  hard-sold Verizon FiOS. Oh no, he said, we&#8217;re checking in with local customers because we just upgraded the cable in [...] ',0,'1','','pingback',0,0),
(46,192,'Bob','Bob@aol.com','','64.22.201.4','2008-11-20 11:17:46','2008-11-20 16:17:46','What I find ridiculous is the notion that we\'re supposed to believe the factories they visited on that particular day weren\'t completely prepared for the camera crews.\n\nDo you honestly believe they operate like that when the lens isn\'t zeroed in on them?  Although I\'d rather be wrong, I doubt it.',0,'1','','comment',0,0),
(47,203,'bigdogbranding','creativedog@comcast.net','http://www.bigdogbranding.com','67.166.51.226','2008-12-08 09:57:02','2008-12-08 14:57:02','Nice article. In reality, everything has a brand! Even the individual. You brand yourself to others by showing who you are, what you stand for, your work ethic, how important your family is to you.. All if it is part of your individual brand image.\n\nMaybe if people thought of it that way more, we would be more concious of our actions and behaviors?\n\nThanks for inspiring the thoughts this morning.',0,'1','','comment',0,0),
(48,203,'Chad Cooper','ccooper@thenovelera.com','http://www.thenovelera.com','67.34.126.83','2008-12-09 16:01:16','2008-12-09 21:01:16','Emotions play an undeniable role in our decision-making, and you\'re right, it can ultimately be traced back to associations between our emotions and experiences. And it makes sense when you think about how often we feel different emotions throughout the day and recognize our surroundings at the time, building up a collection of associations to different people, objects, and places. And the most interesting part, especially for marketers, is that those associations seem to consistently act as a decision-making shortcut, while we use them to recreate certain emotions. \n\nI recently wrote an article about the effect of associations on emotional branding, backed by research from Antonio Damasio and others. You might find it interesting.\n\nhttp://thenovelera.com/14/the-unseen-world-of-emotional-branding-2/',0,'1','','comment',0,0),
(49,236,'scormeny','sara@paperlantern.com','http://scormeny.wordpress.com/','24.126.107.22','2009-01-23 12:30:41','2009-01-23 17:30:41','I think that a lot of people are worried about the cost of brand-name drugs, as many employer-sponsored health plans seem to be reducing their prescription coverage.  This is probably having as much effect on people not asking for drugs by name as anything.\n\nI do think that brand-awareness direct-to-consumer advertising is probably still a good deal for pharmaceutical companies.\n\nFirst, when a doctor says \"I\'m going to prescribe XX for your complaint,\" the patient may have a friendly association with that drug given the many ads she\'s seen.\n\nSecond, they help to sell the \"category\" of the particular complaint (sleep deprivation, sexual dysfunction, social anxiety, hayfever).  As with Listerine\'s halitosis ads of the past, many of these ads manage to create a perception in the consumer that she\'s got a problem that previously she didn\'t think was actually a problem.  She goes to the doctor for relief, and the doctor may very well prescribe the drug.  Unless a person goes to her doctor, she can\'t get the drug anyhow, so this is an important part of the marketing and sales.\n\nBut any direct-to-consumer marketing pales in importance, I\'m sure, compared to the relatively unregulated efforts in wining and dining and shamelessly courting doctors with freebies, which I suspect is how the drug manufacturers really push their prescription drugs on the public.\n\nPS It\'s too bad the study apparently didn\'t break out the requests by different drugs -- I\'d bet a lot of money that Viagra is the #1 drug asked for by name.',0,'1','','comment',0,0),
(50,242,'VDT','sally@hotmail.com','','207.88.3.154','2009-01-23 19:06:28','2009-01-24 00:06:28','Glad you wrote about this piece that Audi produced. Audi is a company who is embracing progress not just during the election but during the entire year (2008 and now).   I feel that the insert was a creative way to present the various ways in which Audi approaches progress. And both the TV nightly news sponsorship and online ads were indeed progressive.  Their overall media buy was estimated to reach 30 million people and it ended up reaching 70 million. So it looks like their decision paid off.',0,'1','','comment',0,0),
(51,242,'Marketing Writer','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.194.92','2009-01-23 19:10:25','2009-01-24 00:10:25','Sally--Thanks for your comment. However, I think the jury is still out on this decision. Just because an estimated 30 million may have been reached, that does not mean that it reached its target. More importantly, what was the wanted outcome? If it is as you say about how Audi approaches progress, I would bet that people did not \"get\" that. As I said in my piece, I think the insert failed to prove what progress exactly Audi has accomplished.',0,'1','','comment',50,0),
(52,255,'Michele','michelemkahn@yahoo.com','','66.142.150.56','2009-02-06 10:16:33','2009-02-06 15:16:33','So true....but sometimes the words are out there just as you wish you\'d never said them. I\'ll tell you a story about that later...',0,'1','','comment',0,0),
(53,268,'Kate Perrin','kperrin@PRstaffing.com','http://www.PRstaffing.com','208.59.160.7','2009-02-05 17:40:34','2009-02-05 22:40:34','Great points.  One thing I\'ve been pointing out to people lately is the business card as part of the marketing package.  Too few actually say what you (or your company) do.  When someone looks at it a month later the name of the company or the freelancer means nothing unless there is also a statement of what you provide.',0,'1','','comment',0,0),
(54,268,'Jennifer Cohen','jennifer.a.cohen@gmail.com','http://mikaiya.blogspot.com','169.253.4.21','2009-02-06 10:18:24','2009-02-06 15:18:24','I whole-heartedly agree. My company doesn\'t take this very seriously- since we\'re all contractors working on-site, the business cards we are given have no real personal information about us, or useful information about the company- just phone/fax for the corporate office, and our corporate emails that we never use. I think I need to make some comments about this to our corporate business development folks, since this is not a winning combo!\n\nMeanwhile, you do bring up a good point that I should have my own business cards for my non-professional work, if I ever want to get that off the ground. Nice topical post!',0,'1','','comment',0,0),
(55,349,'Sara Cormeny','sara@paperlantern.com','http://www.paperlantern.com','24.126.107.22','2009-04-02 10:10:26','2009-04-02 15:10:26','I\'ve noticed that many editorial websites are also adding email distribution to their stable of advertising services, and I could readily see these sorts of ads moving to the email realm, where particular email newsletters that are targeted at specific audiences, would be a great way to get the word out.\n\nSo, the Union of Concerned Scientists could target legislators by sponsoring a particular day\'s worth or week\'s worth of daily email newsletters, with their message.\n\nI think there\'s great opportunities online, though the general-media sites like city newspaper websites will have to get more aggressively into email newsletters to take advantage of some of them.',0,'1','','comment',0,0),
(56,349,'Marketing Writer','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.167.14','2009-04-02 10:17:33','2009-04-02 15:17:33','There will be opportunities on line, but I think you hit the nail on the head when you say \"target.\"  The beauty of an opinion ad in the newspaper is that although it targets decisionmakers, it is readily available to a mass audience, who can then pressure decisionmakers.',0,'1','','comment',0,0),
(57,382,'5 ways to get more readers to your blog by Deborah Brody | DWC','','http://www.downtownwomensclub.com/2011/07/5-ways-to-get-more-readers-to-your-blog-by-deborah-brody/','67.207.129.12','2011-07-18 10:04:16','2011-07-18 15:04:16','[...] a week or two, you will lose readers). My most popular blog posts are of the useful variety:  “How to: Develop a Tagline” and “Qualities of a PR [...] ',0,'1','','pingback',0,0),
(58,390,'Josh Groth','joshuagroth@gmail.com','http://echodemic.blogspot.com','76.27.193.96','2009-05-04 13:39:22','2009-05-04 18:39:22','Some constructive comments from a Gen Y blogger:\n\n-Off base with point about texting.  Gen Y prefers texts or IMs when all you need is a quick answer, or need to give quick info.  That\'s why you\'ll see them with their gmail account left open so that they can quickly hit someone up on gchat when they need something.  But to say that we won\'t respond to a phone call or email is faulty info.  Why do you think G Yers have crazy phone bills? It\'s not the texting, that\'s unlimited for $10.\n\n-To say Gen Y isn\'t historically minded is a bit of a generalization.  I\'d say we know our history quite well, but we are products of the 80s and 90s so we\'re obviously going to have more references to those decades, just like Gen X referencing what they grew up around.  However, if I don\'t understand a reference, I\'m just going to hop on wikipedia and look it up ;)\n\n-I think your point about being conflict averse is pretty spot on.  While Gen y might not get up and in-your-face about a problem, they\'ll blog or vlog about it instead.  Still venting, but in a risk-averse way.\n\nFeel free to hit me up with any questions/comments!\n\n-Josh Groth\nechodemic.blogspot.com\n@joshgroth\n\n-It\'s true, facebook was created for Gen Y, that\'s why it was first only avail to college students.  However, I wouldn\'t want to be communicating to my boss on FB.  I also wouldn\'t want my boss sending me a text.  I\'d want an email or call from him/her.\n\n-You\'re dead on with Gen Y not receiving printed newspapers.  Everyone I know uses google news, or has a NYT iphone app.  However, Gen Y still has tons of magazine subscriptions.  I wouldn\'t trade my Men\'s Health for the world!',0,'1','','comment',0,0),
(59,402,'Carolyn Meskell','carolynadg@me.com','','68.109.195.44','2009-05-26 13:22:59','2009-05-26 18:22:59','Nice blog.\nThe word you wanted is cachet, not \"cache\"\nhttp://www.merriam-webster.com/dictionary/cachet',0,'1','','comment',0,0),
(60,416,'Sara Cormeny','sara@paperlantern.com','http://www.paperlantern.com','24.126.107.22','2009-06-11 17:10:26','2009-06-11 22:10:26','This is a great rundown -- thanks for the tips!  It may seem like event promotion 101 to some people, but I just got an invitation to a theater event from a ten-year-old organization that didn\'t include the location of the event anywhere at all.',0,'1','','comment',0,0),
(61,420,'Ashlee Hille','ashlee@mantoothcompany.com','http://www.mantoothcompany.com','24.9.17.94','2009-06-16 14:14:19','2009-06-16 19:14:19','I completely agree with this post - We all know that the Race reaches across the globe, why feel the need to change the name? I am glad you emphasized the fact that the whole point for the Race is to keep the money raised local - I think global completely goes against that.',0,'1','','comment',0,0),
(62,420,'DCRunner','briancpenrod@gmail.com','','65.125.87.100','2009-06-16 14:47:21','2009-06-16 19:47:21','I am not sure I agree with your post. Actually, I think it was a great move to re-brand the \"National Race for the Cure\" into the \"Global Race for the Cure.\"  So techinically it was the \"first-ever\" Global Race for the Cure. \n\nIt really speaks to Komen\'s global outreach to help people with breast cancer within the Washington, DC area(Local), as well as around the world (global).   Besides, they even said it at the Race that $4.3 Million was raised for both local and international breast health programs.\n\nAnd another point - there were lots of celebrities there besides VP Biden and his wife Jil - and I met most of them:  Sarah Chalke (from SCRUBS), Candy Coburn (Country singer), Lalah Hathaway (Jazz singer), just to name a few...\n\nSo although I do understand your point of view, I do believe events have to evolve and take on a greater meaning.  This event was a perfect example of a brand evolving into something meaningful - on a global scale.\n\nI\'ll definitely be attending in 2010!',0,'1','','comment',0,0),
(63,420,'Komen Rebrands Being Well','','http://zyu.brandingbazaar.info/komen-rebrands-being-well.html','67.231.240.32','2011-06-10 08:24:10','2011-06-10 13:24:10','[...] Thoughts about a rebranding « Caffeinated ideas and views on ... Well it doesn&#039;t exist anymore. It changed its name to the Susan G. Komen GLOBAL Race for the Cure. This is the second year I participated and I think the rebranding is bogus and confusing. From a marketing perspective I [...] ',0,'1','','pingback',0,0),
(64,424,'Ashlee Hill','ashlee@mantoothcompany.com','http://www.mantoothcompany.com','24.9.17.94','2009-06-16 14:08:32','2009-06-16 19:08:32','Great posting - You are so right - Markeitng is about utilizing various tactics to promote the business. Check out my marketing blog posts sometime: www.mantoothcompany.com/blog',0,'1','','comment',0,0),
(65,456,'Scotter','scotter414@gmail.com','','74.182.194.165','2009-08-13 18:09:21','2009-08-13 23:09:21','Blogs and FB are interesting because you can track everything.\nBanner ads and pop ups are annoying. I have yet to buy anything from a product advertised on FB or a blog.  Can\'t remember any brands created this way either \n\nHave bought products from old media. And can remember brand names. So what\'s the big deal',0,'1','','comment',0,0),
(66,461,'Subba','asubba@techdazzle.com','http://www.sterizon.com/wihome/home.php?utm_source=wordpress&amp;utm_content=cuppamarcomm','72.3.135.4','2009-09-20 19:01:14','2009-09-21 00:01:14','My comments here are based on my experience in the Restaurant, Hospitality and Service industries. So far, these businesses have been using Email Marketing for customer loyalty and retention and brand development. Mobile marketing has gained lot of traction in the last few years. Social Media Marketing has been new to this industry and marketing departments are scrambling to catch up to it.\n\nMy company <a href=\"http://www.sterizon.com/wihome/home.php?utm_source=wordpress&amp;utm_content=cuppamarcomm\" rel=\"nofollow\">Sterizon</a> specializes in bringing Email, Mobile and Social Media Marketing in a single package right to the customer doorstep while the customer is at the place of business. We do it using a wireless, WiFi handheld gadget called <a href=\"http://www.sterizon.com/wihome/wizit.php?utm_source=wordpress&amp;utm_content=cuppamarcomm\" rel=\"nofollow\">Sterizon wiZit</a>. \n\nSocial Media is here to stay, so, businesses might as well embrace it and use it to their advantage. Success of any marketing campaign depends on getting proper buy-in from the employees of your business. They are the ones who’ll be creating the buzz for you at your place of business as well as online.',0,'1','','comment',0,0),
(67,463,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2009-08-19 09:48:16','2009-08-19 14:48:16','Hi Deborah,\n\nYou\'re right; it\'s a bad company mythology that your customers stick with you because they are loyal to you. No, most of the time we\'re stuck with you because you may be the best option for now. My mobile provider keeps my business because they don\'t drop my calls; but their lack of appreciation--and the fake \"special deals\" that are available to everyone and worse than those being offered to new customers--means I\'m just waiting to jump ship.\n\nGreat post!  --Daria',0,'1','','comment',0,0),
(68,463,'NW Trek Run Wild &laquo; Rich Redman Rambles On','','http://richredman.wordpress.com/2009/08/20/nw-trek-run-wild/','66.135.48.208','2009-08-20 10:58:00','2009-08-20 15:58:00','[...] now? You can&#8217;t stop me from spending that $25. I would have anyway, but getting a personal thank-you note from an organizer sealed the [...] ',0,'1','','pingback',0,0),
(69,463,'&#8220;How would you liked to be thanked Sir?&#8221; &laquo; Dinorakitzis&#039;s Blog','','http://dinorakitzis.wordpress.com/2009/08/25/how-would-you-liked-to-be-thanked-sir/','72.233.96.152','2009-08-25 15:02:49','2009-08-25 20:02:49','[...] (in her recent blog) predicts that we will separate companies by those who thank us, and those who don&#8217;t. So [...] ',0,'1','','pingback',0,0),
(70,463,'dinorakitzis','rakitzis@uk.ibm.com','','84.93.11.215','2009-08-25 15:07:14','2009-08-25 20:07:14','Deborah, your blog inspired a blog in response.\n\nHope you enjoy reading it.. it\'s my first!\n\n&lt;a href=&quot;http://dinorakitzis.wordpress.com/2009/08/25/how-would-you-liked-to-be-thanked-sir/&quot; title=&quot;Dino&#039;s First Blog&quot;',0,'1','','comment',0,0),
(71,463,'dinorakitzis','rakitzis@uk.ibm.com','','84.93.11.215','2009-08-25 15:11:07','2009-08-25 20:11:07','Apologies, I tried giving HTML a go!\n\nhere is the URL:\nhttp://dinorakitzis.wordpress.com/2009/08/25/how-would-you-liked-to-be-thanked-sir/',0,'1','','comment',70,0),
(72,475,'P.Monahan','p.monahan@snet.net','','64.252.56.204','2009-09-03 13:56:38','2009-09-03 18:56:38','I disagree with your comments about Charlie Gibson.  He brought stability to a news organization when he wanted to retire years back.  He\'s not out of touch - he brings civility to the news without the caffeine delivery.',0,'1','','comment',0,0),
(73,475,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2009-09-04 07:05:24','2009-09-04 12:05:24','From watching the mixed success of both Katie Couric (who has grown into her anchor role) and Charlie Gibson (who never seemed to shed his blandness), it seems that the real criteria for a news anchor is gravitas. Whereas the morning shows seem to value people comfortable as infotainment vessels, evening news is supposed to be about serious topics.\n\nI think Diane Sawyer is a good choice, not because of her gender but because of her qualifications. Sadly, that still seems a novel concept for far too many people.',0,'1','','comment',0,0),
(74,479,'Randy Zwitch','rzwitch@gmail.com','http://crosscontinent2010.wordpress.com','173.59.11.200','2009-09-09 17:11:26','2009-09-09 22:11:26','My favorite is seeing \"First Last, PMP\".  Because of how the M looks next to the P, it looks like \"First Last, PIMP\".  Which of course, leads to the inevitable jokes:\n\n\"Is PIMP your official title?\"\n\"What does that stand for, Project Management Pimp?\"\n\"Are you a Portable Music Player?\"\n\netc.',0,'1','','comment',0,0),
(75,484,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2009-09-12 15:53:27','2009-09-12 20:53:27','Ouch. If you have to announce your fee requirements in the first sentence of a conversation with people who aren\'t even hiring you, you\'re probably very insecure. Sounds like a horrid speaker.\n\nMore broadly, though, I think the bigger problem isn\'t that the organizer didn\'t exercise enough control (although it does seem as though some of the problems might have been avoided with better speaker guidelines), but that he made an excuse rather than just outright apologizing. \n\nLook on the bright side: you know where not to go for advice or business strategy.',0,'1','','comment',0,0),
(76,488,'TMStrategy','tina.mccormack@gmail.com','http://www.tmstrategy.wordpress.com','141.156.191.77','2009-09-14 09:45:48','2009-09-14 14:45:48','Great post for start-ups to review! Basic, but so importantly and often overlooked.  I would add this tip also: Make sure to add your company name somewhere on the card in text and do not just rely on your logo.  Many times logos are overlooked or not picked up by a card scanner or human eye rushing for info.  Thanks DB!',0,'1','','comment',0,0),
(77,488,'Are Business Cards Obsolete?','','http://communicationworld.x.iabc.com/2009/09/17/are-business-cards-obsolete/','74.85.18.14','2009-09-17 12:06:59','2009-09-17 17:06:59','[...] a related note, my friend Deborah Brody has a good post on business card dos and don’ts that has some common sense tips for making sure what you are [...] ',0,'1','','pingback',0,0),
(78,488,'Are Business Cards Obsolete?','','http://www.steigmancommunications.com/2009/09/18/are-business-cards-obsolete/','209.239.38.168','2009-09-18 06:58:30','2009-09-18 11:58:30','[...] a related note, my friend Deborah Brody has a good post on business card dos and don’ts that has some common sense tips for making sure what you are [...] ',0,'1','','pingback',0,0),
(79,499,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2009-09-22 12:46:07','2009-09-22 17:46:07','Well, to clarify: I wasn\'t so much asking whether culture affects communications (it clearly does), but rather whether you could single out social media as particularly \"culture driven.\" \n\nI like you post, and the tu | usted example is a great one. As someone who grew up using French in the formal old days, I\'m still pretty programmed to use \"vous\" far more often than the more familiar \"tu\".',0,'1','','comment',0,0),
(80,499,'David Cass','david@greenbuzzagency.com','http://greenbuzzagency.com/blog','96.231.0.160','2009-09-22 13:14:14','2009-09-22 18:14:14','Georgetown University has a an entire grad program on the subject called Communication, Culture and Technology.\n\nAlso, the field of intercultural communications would argue that culture and communication are related.',0,'1','','comment',0,0),
(81,514,'Rick Wilson','rick@wholesalelists.net','http://www.wholesalelists.net/blog','70.9.143.222','2009-10-08 09:39:19','2009-10-08 14:39:19','I would add mailing invitations in addition to advertising online and in print and broadcast methods.  A well produced mailer sent to a targeted mailing list will do wonders for increasing the number of attendees.',0,'1','','comment',0,0),
(82,514,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.199.55','2009-10-08 09:45:07','2009-10-08 14:45:07','Thanks RIck. Of course, you are right. Inviting the right people will help your attendance!',0,'1','','comment',0,0),
(83,514,'scormeny','sara@paperlantern.com','http://scormeny.wordpress.com/','76.114.196.118','2009-10-08 12:12:52','2009-10-08 17:12:52','Great list! In particular I have to agree that #2, making time to actually network, is a no-brainer that MANY organizations overlook.\n\nAnother one that I would add: Nametags!  In my field, web design, I know a lot of people virtually but not necessarily in person.  Putting the name with the face is generally a real pleasure.  I know some people don\'t like nametags, but I think for networking they are really useful and I find it frustrating to go to events that don\'t have them.',0,'1','','comment',0,0),
(84,514,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.199.55','2009-10-08 17:02:08','2009-10-08 22:02:08','Sara,  I agree that nametags are important, preferably the preprinted kind. I dislike the Hello, my name is kind!',0,'1','','comment',83,0),
(85,514,'Chuck T','tanowitz@gmail.com','http://mediametamorphosis.blogspot.com','173.76.155.196','2009-10-13 14:36:43','2009-10-13 19:36:43','Both of these issues are actually solved by Eventbrite (www.eventbrite.com) which is a free tool, unless you charge for your event.',0,'1','','comment',0,0),
(86,514,'JDGarza','jaimedgarza@sbcglobal.net','','76.201.5.197','2009-11-21 02:00:04','2009-11-21 07:00:04','Another item to include would be writing materials.  A pen and note pad is key.  These can be used for notes and/or for group work.\n\nAnother note regarding location would be lodging at and/or near event site.  Also, a location equally accessible to all participants might be a consideration.',0,'1','','comment',0,0),
(87,526,'ceylanthewriter','ceylan_the_writer@yahoo.com','http://ceylanthewriter.wordpress.com','96.242.147.98','2009-10-19 17:18:07','2009-10-19 22:18:07','This is some really great advice!\n\nThanks for posting!\n\nCeylan',0,'1','','comment',0,0),
(88,526,'Catherine Cantieri','jschoolnyc@hotmail.com','http://screampunch.typepad.com/cantieri','72.218.188.8','2009-10-20 10:27:55','2009-10-20 15:27:55','Such a good point! I\'m tweeting this (@MarComSpclst) because it\'s such strong advice. \n\nThe weighing of the direct mail from Verizon was an excellent tactic. How much bang are they getting from their marketing buck? \n\nGreat post!',0,'1','','comment',0,0),
(89,546,'links for 2011-05-29 &laquo; Healthy Persuasion.','','http://healthypersuasion.wordpress.com/2011/05/30/links-for-2011-05-29/','74.200.245.227','2011-05-29 20:03:00','2011-05-30 01:03:00','[...] Propaganda « Caffeinated ideas and views on marketing communications (tags: healthypersuasion) [...] ',0,'1','','pingback',0,0),
(90,572,'Sally Falkow','sally@press-feed.com','http://www.press-feed.com','71.178.115.64','2009-12-05 10:38:57','2009-12-05 15:38:57','thanks for posting the slides here.  It certainly was a lively audience!  And even those who were resistive told me afterwards that they had found the session very informative and useful.  \n\nOne old school diehard at a time...\n\nAt the PRSA national conference last month IJoe Jaffe - a dyed in the wool Madison Ave man - said he was amazed to find that PR was behind the curve on social media.  He had ttought we were leading the charge.\n\nJaffe says the window of opportunity for PR to claim this space is rapidly closing,',0,'1','','comment',0,0),
(91,572,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2009-12-07 17:26:32','2009-12-07 22:26:32','It always amazes me when people are hostile to new ideas and new business practices. There\'s a big difference between trying to understand how you might implement social media in your business or organization (a good question), or whether it will have value for you (also a legitimate question) AND blanket stating that it\'s all a load of crap. \n\nIt\'s especially troubling when you\'re dealing with communications pros fighting new strategies and tools for communicating.\n\nOn the plus side, it is a good way to screen out the early adopters and those who want to learn from the stick-in-the-muds, stuck-in-a-box crowd.',0,'1','','comment',0,0),
(92,572,'ckarol10','k.czako@my.westminster.ac.uk','http://ckarol10.wordpress.com','86.163.104.12','2010-03-10 16:37:14','2010-03-10 21:37:14','You are absolutely right, social media is need to do a successful PR campaign product endorsement or ads. Its all about using it strategically and being prepared to let the info live its own life.  Good online clips can even become viral, which is great to get attention.\n\nhttp://ckarol10.wordpress.com/2010/02/17/social-media-webcast-the-many-sides-of-pr-online/',0,'1','','comment',0,0),
(93,590,'Another cosmetics failure &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/06/16/another-cosmetics-failure/','69.170.134.101','2011-06-16 09:02:12','2011-06-16 14:02:12','[...] may recall that a couple of years ago I was trying to buy a foundation from Prescriptives. It turns out Prescriptives had gone out of business, but I was able to order the makeup through [...] ',0,'1','','pingback',0,0),
(94,597,'Caroline Maddox','caroline.maddox@matrix.co.uk','http://www.matrix.co.uk','82.69.5.130','2010-01-03 13:18:59','2010-01-03 18:18:59','Thanks for your interesting and insightful review on 2009. As a UK based Marketer, I was interested in your take on the benefits of Social Media, especially for those smaller businesses that don\'t have the luxury of large marketing budgets.\n\nAs a UK based Marketing and Advertising agency, we have been using Social media to help small businesses fight the recession with varying degrees of success. Although treated with a degree of sceptisim, most of our clienst now have a proactive social media strategies that are really begiining to deliver ROI.\n\nQuite what 2010 will bring is uncertain. We know we will be having an election here in the UK soon and I will sit back and wait to see how Social media will impact on the election as it did with Obama.',0,'1','','comment',0,0),
(95,607,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2010-01-08 09:55:12','2010-01-08 14:55:12','I never watched Leno on late night, and I always wondered what the demographic was for his show. And I\'m guessing NBC didn\'t look at that too closely either, or perhaps they might have figured out that he would tank at 10 p.m. \n\nI\'m not sure it\'s hubris, however; more likely their own irrelevance. They were so quick to think cheap programming that they didn\'t stop to think about the impact of that decision.',0,'1','','comment',0,0),
(96,614,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2010-01-16 11:23:06','2010-01-16 16:23:06','I love the way you weaved the relevancy of Twitter (and other social media tools) in with its less interesting uses. Great post!',0,'1','','comment',0,0),
(97,614,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.116.175','2010-01-16 11:35:19','2010-01-16 16:35:19','Thank you Daria, for giving me the idea conversation the other day!',0,'1','','comment',0,0),
(98,621,'WaPo: Carney hopes and Pepco failures &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/02/02/wapo-carney-hopes-and-pepco-failures/','72.233.2.67','2011-02-02 09:48:47','2011-02-02 14:48:47','[...] will miss Gibbs, so maybe by comparison, Carney will already do better. I wrote about Gibbs snark here. If one thing Carney can learn from Gibbs is how not to act. I think the press corps are looking for [...] ',0,'1','','pingback',0,0),
(99,631,'Lisa B.','lisabyrne@me.com','','69.136.229.75','2010-02-01 10:39:58','2010-02-01 15:39:58','I\'m a 10...whoopsie ;)',0,'1','','comment',0,0),
(100,667,'David Gruttadaurio','united126@insightbb.com','http://www.newslettersmadeforyou.com','74.143.230.186','2010-03-09 04:53:38','2010-03-09 09:53:38','Great info, Deborah. The same applies to print marketing, too. The best days to schedule delivery is usually on Tuesday; Wednesday and Thursday follow close behind.',0,'1','','comment',0,0),
(101,677,'Veronica','veronica.brown@yahoo.com','http://www.twitter.com/veebrown','38.100.31.70','2010-03-17 12:11:07','2010-03-17 17:11:07','Great post, Debbie! One thing I would add to your list is listening skills. They\'re a vital part of several of the areas you mentioned, but I think they\'re important enough to be singled out.\n\nWhether we\'re talking about listening in its most basic form (i.e., hearing and truly understanding what\'s said to you in a conversation) or listening in a broader sense (e.g., being tuned in to what\'s happening in the news and in the social media realm), being an excellent listener is an essential part of being an effective communications professional.\n\nUnfortunately, it\'s far too common to find \"communications professionals\" who are more focused on broadcasting their message than on listening to what\'s going on around them. Being a great listener helps shape your strategies and contextualize your messages, making them significantly more interesting and effective.',0,'1','','comment',0,0),
(102,677,'prgirlonamission','fleuredeflorida@gmail.com','','66.167.151.2','2010-03-25 10:51:11','2010-03-25 15:51:11','I have to echo Veronica\'s point on the importance of listening skills. Too often I see my colleagues putting out content that is not even remotely tailored to who is actually being spoken to by that content, and I think this is where the real failure occurs. A very wise professional once told me that you have to remember your audience, always. Where are they? What do they want to know? A skilled PR professional can take that central story and craft it so that it still retains that message but adapts to the different audiences you want to hear it.',0,'1','','comment',0,0),
(103,677,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.180.59','2010-03-25 14:01:35','2010-03-25 19:01:35','Agree completely with both Veronica and Pr Girl. No doubt, listening (and that means with understanding) is absolutely a must.',0,'1','','comment',0,0),
(104,677,'5 ways to get more readers to your blog by Deborah Brody | DWC','','http://www.downtownwomensclub.com/2011/07/5-ways-to-get-more-readers-to-your-blog-by-deborah-brody/','67.207.129.12','2011-07-18 10:05:18','2011-07-18 15:05:18','[...] 1. It goes almost without saying, but the first step is to provide consistent, interesting and/or useful content (and yes, you must be consistent…if you stop posting for more than a week or two, you will lose readers). My most popular blog posts are of the useful variety:  “How to: Develop a Tagline” and “Qualities of a PR Pro.” [...] ',0,'1','','pingback',0,0),
(105,691,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2010-03-25 09:45:24','2010-03-25 14:45:24','I love that you said that passing out a mass of cards isn\'t marketing, it\'s just a waste of cards. Because it really goes back down to #4, that the value is in the person and making a meaningful connection. When I get lots of business cards at an event, I try afterwards to connect each one with a face, a message, something.  If there\'s nothing memorable, then they\'ve missed the value part altogether.',0,'1','','comment',0,0),
(106,705,'Vijay','viijay@gmail.com','','163.181.251.10','2010-04-05 11:23:30','2010-04-05 16:23:30','I totally agree with you and I have had some of my friends confuse between thought and taught (really!?)',0,'1','','comment',0,0),
(107,705,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','190.14.139.23','2010-04-05 11:29:49','2010-04-05 16:29:49','I believe that it happens because of general carelessness. No one seems to think it is important to check.',0,'1','','comment',106,0),
(108,705,'celestlyn','cosmik@hotmail.com','','97.114.82.84','2010-04-05 12:10:23','2010-04-05 17:10:23','Love this. I agree with you. My pet peeves are the simple ones: \n\n*Then versus than. \n*To, two, too.',0,'1','','comment',0,0),
(109,705,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','190.14.139.23','2010-04-05 12:18:19','2010-04-05 17:18:19','Then versus than is a big one...makes me nuts too.',0,'1','','comment',108,0),
(110,705,'Lynn Olson','rlynnolson@verizon.net','http://www.linkedin.com/in/rlynno','138.88.5.239','2010-04-05 14:11:57','2010-04-05 19:11:57','A and an--seeing \"a apple (or whatever beginning with a vowel)\" more and more--Post, Times, NPR--are we in the midst of a usage change?\n\nPrincipal and principle--all guilty, except maybe the New Yorker.\n\nAxe and ask--drives me nuts.\n\nI am looking for a job--you would be surprised at the typos and usage errors I find in job postings--not good advertisements for organizations.',0,'1','','comment',0,0),
(111,705,'Amanda Collins','amanda@grammardocs.com','http://www.grammardocs.com','63.232.3.230','2010-04-06 12:13:01','2010-04-06 17:13:01','This is so true. I think a portion of the reasoning is laziness, but another big reason is lack of knowledge. I don\'t think many people understand the written language and what it means. \"Your / you\'re\" and \"than / then\" are prime examples. It\'s simple ignorance in many cases.',0,'1','','comment',0,0),
(112,709,'Sharon Fisher','sharon@fishermarketing.biz','','67.160.212.54','2010-04-07 10:31:49','2010-04-07 15:31:49','Lisa, thank you so much for stating what should be the obvious.  In a discipline supposedly made up of communication professionals, it is appalling to see the abuse and disregard for proper English not only in marketing communications, but also in newspapers, magazines and, certainly, in the spoken word.  Here\'s to a resurgence of good grammar!',0,'1','','comment',0,0),
(113,727,'Kim Woodbridge','kwbridge@gmail.com','http://www.kimwoodbridge.com','151.201.158.245','2010-04-21 11:45:49','2010-04-21 16:45:49','I am guilty of a couple of these.  Sometimes I click on a link, read the article later and then send out the link - I can\'t retweet it because I don\'t remember who originally posted it.  And I try to acknowledge everything that is said to me or retweeted for me but occasionally I can\'t keep up.  The article I posted on Monday got retweeted a lot and after a point all of the thank you\'s became too much.  But, like you, I get a little annoyed when I comment or talk to someone and they don\'t reply ...\n\nAnd I have some soccer twitter friends and I\'m sure we can be annoying on the weekends when we are watching matches together through twitter.\n\nI completely agree about the swearing.  I swear a lot in real life but I don\'t want to read it in my stream either.\n\nAnd I would have to add auto-dms.  They are one my most hated things about Twitter.',0,'1','','comment',0,0),
(114,727,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.28.107','2010-04-21 11:54:18','2010-04-21 16:54:18','Hi Kim,\nAuto DMs are a good one to add--I hate those too!\nAnd, I hear you regarding the acknowledging. Sometimes you just can\'t but some people don\'t even try (or care).\nThanks for the comments!',0,'1','','comment',113,0),
(115,727,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.50.204.67','2010-04-21 21:06:40','2010-04-22 02:06:40','Hi Deborah,\n\nInteresting list. As you know, several of these are high on my \"what not to do\" list as well. But I have to disagree about Follow Friday. While too many people use it to broadcast lists, it can be worthwhile. \n\nDone right, Follow Friday is a good way to both thank someone who you find valuable AND point people to others that might be worth checking out. I\'d add that this is even more important now that seeing @ replies are limited to conversations where you\'re already following both people.',0,'1','','comment',0,0),
(116,727,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.28.107','2010-04-22 06:42:58','2010-04-22 11:42:58','Hi Daria,\nYes--some of these are fairly universal. Follow Friday has devolved, in my opinion, to being just lists of people. And all spammers have to do is look for the #FF hashtag and boom, you get spammed. There is little point to it now. But I agree, at some point, they were useful. And if you were on the list, it was flattering!\n\nDeborah',0,'1','','comment',0,0),
(117,727,'(Anti) Social Lists 5/2/10 | (Anti) Social Development','','http://www.kimwoodbridge.com/anti-social-lists-5210/','74.52.119.146','2010-05-01 23:03:22','2010-05-02 04:03:22','[...] Tweeting and Not Failing (a top ten list) &#8211; A list of twitter pet peeves. I would have to agree with them and readily admit that at times I am guilty of some of these. [...] ',0,'1','','pingback',0,0),
(118,732,'Kim Woodbridge','kwbridge@gmail.com','http://www.kimwoodbridge.com','151.201.158.245','2010-04-22 17:12:57','2010-04-22 22:12:57','I suppose if it\'s easier for hateful people to come together through social media that it will also be easier to monitor them.  It\'s still so disturbing though.',0,'1','','comment',0,0),
(119,732,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.28.107','2010-04-22 18:13:09','2010-04-22 23:13:09','Hi Kim,\nThat is a very good point--now we can monitor more easily. But I am concerned about the damage they do, and how susceptible some people are to this hate speech.',0,'1','','comment',118,0),
(120,736,'BlaketheMegalomaniac','udothedishes@gmail.com','http://udothedishes.com','72.83.204.24','2010-04-23 14:46:56','2010-04-23 19:46:56','The facebook issue brings back feelings I used to have about politics. With career politicians, lobbying groups, and an ever-changing/updating environment it\'s difficult to keep up and it\'s even more difficult to be heard or make a change.\n\nAt some point you tune out (assuming you were tuned in).\n\nWith facebook, most ppl are tuned out with respect to their privacy until it\'s breached. But let\'s say they weren\'t, what can they do besides delete their account. Then if they delete their account they alienate a whole world that could benefit them both socially and professionally. I always thought I was safe on FB until FB charged my CC to the tune of $1200 erroneously. I deleted my account but after awhile I was back like an addict. Granted w/ more reserve but nonetheless still back.',0,'1','','comment',0,0),
(121,736,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.28.107','2010-04-23 14:50:15','2010-04-23 19:50:15','Blake,\nYou are so right.  We\'ve gotten to a point where we NEED Facebook--to stay connected socially and professionally. And Facebook knows this, which is how they can do what they do. But still, we need to be vigilant, and speak up.',0,'1','','comment',120,0),
(122,736,'Kim Woodbridge','kim@marywshelley.com','http://marywshelley.com','151.201.158.245','2010-04-27 12:58:40','2010-04-27 17:58:40','Facebook has repeatedly shown that they don\'t care what their users think.  There are so many things that need to be fixed, - things that they users want and Facebook doesn\'t even have support reps answering the questions in the forums.  And the documentation they do have is so cryptic that it barely makes sense.\n\nThat being said - I do not care about my privacy as related to Facebook.  I had a completely open profile before these changes so I could be found through search results - I\'m not posting anything that has to be hidden.  I also think people are fooling themselves about privacy - how much do we really have?  Not much since the Patriot Act - we gave up on privacy for some false sense of security.  Oh - yes, we like the idea of privacy but most don\'t care if they have any or not.\n\nAnd, I still don\'t like the like button. ;-)',0,'1','','comment',0,0),
(123,736,'Kim Woodbridge','kwbridge@gmail.com','http://kimwoodbridge.com','151.201.158.245','2010-04-27 12:59:57','2010-04-27 17:59:57','Woops - was signed in with the wrong account - not sure how I did that.  Must have been commenting about Mary Shelley or a Wordpress.com recently.  Sorry about that.',0,'1','','comment',0,0),
(124,743,'xrosstheline','xrosstheline.za@gmail.com','http://xrosstheline.wordpress.com','41.6.241.231','2010-05-09 18:06:55','2010-05-09 23:06:55','Good article Deborah,\n\nI realy think it\'s time to get back to basic Stratregic and Marketing values, it seems like \"new media\" (among other things) has gotten us all believing that we have to speed up, change quickly, find some hitherto unthought of solutions or positioning or we\'ll get left behind.\n\nThere\'s a lot to be said for a good old fashioned marketing mix, business plan, startegic plan etc. It focuses the mind on what it is we\'re trying to do, to what end and at what cost?\n\nI think the world is tired of shoddy, tired of cheap, tired of fast and lord knows tired of self service. \n\nTime to re-look at how Global Icon Brands, built such vast and strong consumer franchises. They did it by offering tangible/realizable value, consistency and credibility.\n\nCheers, Thanks for the insights.\nSteven.\n\n',0,'1','','comment',0,0),
(125,747,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2010-05-12 08:20:10','2010-05-12 13:20:10','Hi Deborah,\n\nWhile customer service training helps, so much of this is really about valuing and empowering your employees. If you make them proud to be representing your brand, then they are far more likely to carry it forward.\n\nBest,\nDaria',0,'1','','comment',0,0),
(126,747,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.183.87','2010-05-12 09:12:42','2010-05-12 14:12:42','I agree Daria--companies and organizations must understand that outside interactions with employees can lead to increase or decrease in sales.\n\nThanks for the comment!',0,'1','','comment',0,0),
(127,759,'Kim Woodbridge','kwbridge@gmail.com','http://kimwoodbridge.com','68.163.0.80','2010-05-20 09:24:56','2010-05-20 14:24:56','I\'m not convinced this backtrack will stick.  The landing tabs are working again but I haven\'t seen anything \"official\" about it.\n\nFacebook is terrible at communicating anything - announcements like this slip under the radar because they are posted in the developer forums - how many people read those?',0,'1','','comment',0,0),
(128,759,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.199.75','2010-05-20 09:28:16','2010-05-20 14:28:16','Thanks Kim, that\'s what is non-marketing savvy about Facebook. Lots of changes, difficult to find information...just builds frustration!',0,'1','','comment',127,0),
(129,766,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2010-06-01 12:48:41','2010-06-01 17:48:41','Citibank lost my business over poor customer service and lack of customer differentiation. They treated me as a deadbeat rather than recognizing a payment glitch with my online banking for what it was: a payment glitch. It wasn\'t until I called to cancel that they said, \"that shouldn\'t have happened.\" Yup, that\'s right. But it did.\n\nCompanies with poor customer service seem to be calculating that most people are too lazy to move. That\'s a pretty stupid business model.',0,'1','','comment',0,0),
(130,766,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.27.119','2010-06-01 14:39:36','2010-06-01 19:39:36','No doubt. More disturbing is that they spend millions on advertising instead of fixing their customer service because they underestimate their customers. I am about done with Citi too!',0,'1','','comment',129,0),
(131,766,'Andrew','ener.chadwick@dishnetwork.com','','204.76.128.217','2011-05-03 08:50:21','2011-05-03 13:50:21','Hearing customer service horror stories makes me thankful to be an employee and subscriber of DISH Network. And while I can’t claim DISH is perfect (of course who is?) every day I see the continuous striving effort to improve the customer experience and I’m proud to be part of that ongoing focus. DISH is also way ahead of all the competition when it comes to taking you entertainment mobile. With TV everywhere you can watch all of your programming (both live and anything on your DVR) anywhere you go on a variety of mobile devices.',0,'1','','comment',0,0),
(132,766,'Repetition and frequency &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/05/17/repetition-and-frequency/','72.233.104.51','2011-05-17 13:20:03','2011-05-17 18:20:03','[...] In any given hour, you will see many spots for Comcast/Xfinity or for Verizon FIOS. I wrote here last year about the intense amount of direct mail FIOS sent me. These companies are hammering away [...] ',0,'1','','pingback',0,0),
(133,774,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2010-06-07 10:41:10','2010-06-07 15:41:10','It\'s good for communicators, especially those of us who use words, to be reminded once in a while (if not more often) that words alone rarely tell a good story. Storytelling can be about words, but it\'s often the visuals too that help create that emotional connection.\n\nThe supermarket example is a good one, because it\'s not sexy but it is oh so important. Akin to the value of painted lane divider lines on the road.\n\nI have a framed poster of Milton Glaser\'s Images of Labor on my wall, so I guess that makes me an official fan.',0,'1','','comment',0,0),
(134,774,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.27.119','2010-06-07 12:02:38','2010-06-07 17:02:38','He definitely is fan worthy! Most people respond to visual cues before they respond to written language. I think words and images should work together. Some messages need more than visuals!',0,'1','','comment',133,0),
(135,778,'Michele Lerner','MVLerner@comcast.net','http://www.MicheleLerner.com','68.48.71.152','2010-06-09 13:49:17','2010-06-09 18:49:17','Deborah,\nI think this is great information. I would add one thing to this list: consider what else you have to offer beyond what you already do. I think a lot of us are having to reassess our skills these days. For example, I realized that as the market tightened for real estate writing that I could shift into personal finance writing since the two fields are closely related. Now I market to clients who need either one of these subjects addressed. P.S. Thanks for the mention!',0,'1','','comment',0,0),
(136,778,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.27.119','2010-06-09 14:00:30','2010-06-09 19:00:30','Good point Michele--we should definitely keep tabs on how skills are transferable too and, as they say in the business lingo: create multiple income streams.',0,'1','','comment',135,0),
(137,792,'Mike Volpe - HubSpot','mvolpe@hubspot.com','http://www.hubspot.com','75.200.126.58','2010-06-22 14:05:54','2010-06-22 19:05:54','Nice comments.  I guess I would add that from my experience more people need a reminder of the basics of marketing and communications than most people think.  And also that while social media does not change the basics, it does change the speed and importance of reacting because consumers have so much more power and information travels very quickly.',0,'1','','comment',0,0),
(138,792,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.146.195','2010-06-22 17:51:16','2010-06-22 22:51:16','Thanks for your comment Mike. Definitely more people need to learn marcomm basics! And you are right that social media makes the interactions even quicker. What I was getting at is that we hear a lot of recycled advice being passed off as \"social media expertise\" when in fact it is a page from Marketing/Communications 101.',0,'1','','comment',137,0),
(139,806,'Cavalletti Communications','','http://www.cavalletticommunications.com/2010/07/twitter-updates-from-this-week-6/','69.89.31.152','2010-07-11 05:07:22','2010-07-11 10:07:22','<strong>Twitter Updates from This Week...</strong>\n\nI found your post interesting so I added a trackback to it on my weblog...',0,'1','','trackback',0,0),
(140,822,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','208.58.12.122','2010-07-15 13:46:19','2010-07-15 18:46:19','So I can create my own Wikipedia entry? Hmm... Just kidding (at least for now).\n\nI like the way you threaded this together. I think a big issue is context. I agree with Kami  -- if you\'re standing next to me, give me an elevator speech; don\'t send me away to ferret out all the information about you. But while one person can say \"Google Me\" and I might laugh and realize it\'s a joke, the next might say it in a way that doesn\'t convey that -- and annoys me. Again, context.',0,'1','','comment',0,0),
(141,822,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.114.223','2010-07-15 14:39:33','2010-07-15 19:39:33','No doubt context plays a role, but Kami is saying she doesn\'t have time to Google. If it is important to her, she will have time. Also, saying \"Google me\" if you are about to go on a plane or into a meeting is OK and not arrogant, right?',0,'1','','comment',140,0),
(142,846,'philbernstein','pdxfinest@comcast.net','http://philbernstein.wordpress.com/','71.193.220.177','2010-08-01 23:37:19','2010-08-02 04:37:19','If you Google the company, you\'ll find lots of complaints about them. Apparently they don\'t care about their online reputation. \n\nAs soon as I started reading your post, I thought, \"Superbookdeals\". I had an issue with them a couple of years ago -- they sent me the wrong book, and then made it virtually impossible to straighten the situation out. \n\nThere\'s only one thing you need to know about Superbookdeals: they simply don\'t care what their customers think.\n\nAmazon actually has a department called the Investigations Team that will step in when one of their merchants screws up. I eventually got to them, and they issued me a refund.\n\n\nI still get several hits a week to the blog posts I posted about the company:\n\nhttp://philbernstein.wordpress.com/2008/05/17/can-a-blog-post-resolve-a-service-issue-an-experiment/ \n\nhttp://philbernstein.wordpress.com/2008/05/21/taking-responsibility-superbookdeals-screws-up-amazoncom-steps-up/',0,'1','','comment',0,0),
(143,864,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2010-08-16 10:22:40','2010-08-16 15:22:40','Brava, Deborah! You\'ve packed a lot of value into a short post and 3 key points. \n\nI\'d add one more point: What you tweet about is also a quick filter for others who may know nothing about you. If I\'m checking new profiles on the weekend, I\'ll dig back to the work week. If your work week tweets aren\'t of value to me, then I\'m gone.\n\nPS: Of course, if I ever start tweeting in the middle of the night it\'ll be for the comaraderie of other insomniacs.',0,'1','','comment',0,0),
(144,864,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','141.156.144.163','2010-08-16 14:58:35','2010-08-16 19:58:35','Thank you Daria. I agree--I always skim through someone\'s tweets in order to decide whether to follow or not. It\'s about relevance.',0,'1','','comment',143,0),
(145,867,'Lee Love','Lee@LeeLovePhotographyh.com','http://www.LeeLovePhotography.com','71.246.230.146','2010-08-22 00:09:36','2010-08-22 05:09:36','Deborah, your points are right on the money and yet even though I know this I have a tough time with this. I don\'t know if it\'s because I am too close to the topic or what.\n\nI will use your tips to try to re-write my about page.',0,'1','','comment',0,0),
(146,897,'Don&#8217;t go knocking traditional media &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2010/09/20/dont-go-knocking-traditional-media/','66.135.48.153','2010-09-20 11:13:22','2010-09-20 16:13:22','[...] Sep   Last week I wrote that social media is not all that.  Even if I do believe in the importance of social media, I don&#8217;t think everyone HAS to be [...] ',0,'1','','pingback',0,0),
(147,920,'Jonathan Ewing','Jonathan@FramingTC.com','http://www.framingtc.com','74.96.66.69','2010-11-18 07:33:40','2010-11-18 12:33:40','Ironically, the best way to build a large audience is to perpetually treat it like a small one. The big brands that can\'t translate offline loyalty to online success often bank on their offline laurels to bridge the gap. What they\'re realizing slowly is that social levels the playing field.',0,'1','','comment',0,0),
(148,924,'elenasc','elenewlife@gmail.com','http://elenasc.wordpress.com','216.94.120.5','2010-10-15 10:59:02','2010-10-15 15:59:02','Thanks for this post!\nPlease read and share my post about Water’s footprint in Fashion http://wp.me/pXsUB-oi',0,'1','','comment',0,0),
(149,929,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2010-10-18 11:27:05','2010-10-18 16:27:05','Brilliant, Deborah. I\'ve been looking for one that works simply, and love that Add to Any has a WordPress plug in. Have installed, and finally have one working the way I want.\n\nGood topic...  --Daria',0,'1','','comment',0,0),
(150,929,'You may be overlooking something &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2010/11/01/you-may-be-overlooking-something/','72.233.104.105','2010-11-01 14:56:10','2010-11-01 19:56:10','[...] (Caffeinated tip of  a few days ago was to make sure your blog is shareable.) [...] ',0,'1','','pingback',0,0),
(151,971,'More ways to make people dislike your company &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/07/13/more-ways-to-make-people-dislike-your-company/','74.200.247.113','2011-07-13 09:27:14','2011-07-13 14:27:14','[...] Netflix became a very disliked company. In an email to subscribers (which again hit AFTER the press release hit the blogosphere), Netflix raised its prices for the second time in less than one year. The [...] ',0,'1','','pingback',0,0),
(152,985,'How to become the most hated company &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/07/12/how-to-become-the-most-hated-company/','76.74.254.92','2011-07-12 09:28:38','2011-07-12 14:28:38','[...] your customers are stupid or ignorant (read about Pepco&#8217;s misguided ad campaign for [...] ',0,'1','','pingback',0,0),
(153,988,'WaPo: Carney hopes and Pepco failures &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/02/02/wapo-carney-hopes-and-pepco-failures/','72.233.2.67','2011-02-02 09:48:50','2011-02-02 14:48:50','[...] latest episode in Pepco&#8217;s ongoing reliability struggle proves my point that no matter how many nice ads and promising assertions you make, you have to back them up with [...] ',0,'1','','pingback',0,0),
(154,991,'How to become the most hated company &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/07/12/how-to-become-the-most-hated-company/','72.233.61.64','2011-07-12 09:25:53','2011-07-12 14:25:53','[...] your customers are stupid or ignorant (read about Pepco&#8217;s misguided ad campaign for [...] ',0,'1','','pingback',0,0),
(155,995,'Ms. Unconventional','ms.unconventional@live.ca','','207.219.20.195','2011-02-18 18:41:51','2011-02-18 23:41:51','Both UPS and Fed Ex offer a wide range of logistical service that essentially are exactly the same. I think what\'s happening is that UPS for the first time is actually marketing themselves as a \"logistics service provider\" rather then just a \"shipping\" company and have always offered these services.I do agree with you that shipping is the physical end result of logistics, becasue shipping is logistics, but the average person doesn\'t connect the dots between the T-shirt they are wearing that says made in China to how it got to Walmart for them to buy it. Connecting all those dots is exactly what a Logistians does. I know this because I work in logistics and when I tell people this, their faces go all weird and a confused look crosses thier face...NOW, I can say...\"you know that new UPS commercial...that\'s what I do\".',0,'1','','comment',0,0),
(156,998,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2010-12-17 17:07:58','2010-12-17 22:07:58','As we move of our data -- and our community lives -- into the cloud, you make a great point about having offline backups.\n\nOn the Boehner point, I don\'t think it\'s calculated. I think it\'s more likely tied to the fact that he\'s alcoholic (i.e., has impulse control issues). I have no problem with men crying in public -- but I am troubled by someone that fragile about to be third in line from the presidency. Not to mention that he\'s crying about the \"American Dream\" while, as Egan put it, voting \"against nearly every boost for the working stiff.\"',0,'1','','comment',0,0),
(157,998,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.116.232','2010-12-17 17:20:18','2010-12-17 22:20:18','Offline backups--that is a more elegant way of putting it! As to Boehner, I don\'t know about his alcoholism, but he can\'t be the first person in public life with those issues, so I do think it is something about him.',0,'1','','comment',156,0),
(158,1008,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2011-01-03 16:40:18','2011-01-03 21:40:18','Deborah, \n\nI love this post. It\'s simple and elegant -- and just plain great advice. Plus I love the line, \"The two who didn’t follow up don’t have  snowball’s chance in Hawaii to do business with me.\"\n\nThat is all.\n\nHere\'s to doing our follow-up in 2011.',0,'1','','comment',0,0),
(159,1008,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','138.88.181.120','2011-01-03 18:36:20','2011-01-03 23:36:20','Cheers to that!',0,'1','','comment',158,0),
(160,1029,'DWC Blog Roundup: Customer service, canopies &amp; college apps | DWC','','http://www.downtownwomensclub.com/2011/01/dwc-blog-roundup-customer-service-canopies-college-applications/','67.207.129.12','2011-01-21 08:38:24','2011-01-21 13:38:24','[...] Caffeinated Ideas and Views on Marketing Communications gives us tips to improve our customer communications.  We especially like: apologize if warranted, but say what you will do to fix it and don&#8217;t [...] ',0,'1','','pingback',0,0),
(161,1032,'Tweets that mention Connecting in person « Caffeinated ideas and views on marketing communications -- Topsy.com','','http://topsy.com/cuppamarcomm.wordpress.com/2011/01/21/connecting-in-person/?utm_source=pingback&amp;utm_campaign=L2','208.74.66.43','2011-01-21 18:19:01','2011-01-21 23:19:01','[...] This post was mentioned on Twitter by Shashi Bellamkonda, Richard D. Cushing. Richard D. Cushing said: RT @shashib: &quot;Connecting in person: http://t.co/BOcQggX --link to presentation by @shashib to #WWPR and @dcborn61 mention!&quot; -Thank you @DBMC [...] ',0,'1','','pingback',0,0),
(162,1032,'One thing that will make you stand out &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/01/30/one-thing-that-will-make-you-stand-out/','72.233.96.170','2011-01-30 11:37:34','2011-01-30 16:37:34','[...] People tweet out questions to strangers in the hopes of getting the wisdom of the crowd. But, as we talked about here, people want to connect personally, one to one.  Although we feel more connected, we are more [...] ',0,'1','','pingback',0,0),
(163,1036,'Event 360','event360social@gmail.com','','66.194.17.122','2011-01-25 14:00:07','2011-01-25 19:00:07','Great insights. It would have been even wiser to skip the printed brochure mailings altogether and send a electronic \"e-newsletter\" to the database (as you suggested). http://bit.ly/fdwjhm',0,'1','','comment',0,0),
(164,1040,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2011-01-27 12:47:02','2011-01-27 17:47:02','Deborah,\n\nSometimes in the rush to talk about how up-to-date we all are, we forget that the fundamentals still count. And that not everyone is connected the same way--or, sometimes, wired at all. Your post provides a good reminder that it\'s important to know your audience. And that new fangled isn\'t always better, it\'s just an alternative.',0,'1','','comment',0,0),
(165,1063,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','96.231.226.190','2011-03-08 08:56:15','2011-03-08 13:56:15','It\'s really sad when a company has no place they feel comfortable referring their clients. It suggests they either:\n\nDon\'t trust us (clients/customers) not to like Plan B better -- but deal with it. Because if we do, then learn from that and adjust your business accordingly.\n\n2. Think they\'re so head and shoulders better than everyone else that no one is good enough. Then get over yourself, let us know that the referral is just an option, and let the buyer beware.\n\nOf course, as you point out, there\'s a third way: Bury your head in the sand and pretend that nothing\'s ever going to go wrong. That\'s the worst option of all because your clients/customers have referral networks of their own.',0,'1','','comment',0,0),
(166,1063,'Are You Long-Term Greedy? | Independent Thinking','','http://www.steigmancommunications.com/2011/03/09/are-you-long-term-greedy/','69.167.158.109','2011-03-09 05:22:52','2011-03-09 10:22:52','[...] friend Deborah Brody wrote a terrific post about business planning. It&#8217;s not a sexy topic&#8211;but can anyone say they don&#8217;t need [...] ',0,'1','','pingback',0,0),
(167,1072,'Diane Danielson','Diane@DKDNewMedia.com','http://www.dianedanielson.com','65.96.217.96','2011-03-16 11:12:34','2011-03-16 16:12:34','Per my twitter rainy day rant:  eNewsletters with NO unsubscribe buttons.  Rude. Rude. Rude.',0,'1','','comment',0,0),
(168,1072,'Diane Danielson','Diane@DKDNewMedia.com','http://www.dianedanielson.com','65.96.217.96','2011-03-16 11:13:27','2011-03-16 16:13:27','Oh and one more - I really don\'t like the \"floating form boxes\" that are currently in fashion. Esp. the ones where the \"no thanks\" button is hard to find.',0,'1','','comment',0,0),
(169,1072,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','71.163.198.182','2011-03-16 11:17:25','2011-03-16 16:17:25','Diane, good irritants...thank you for sharing! I also don\'t like when unsubscribing is hard or getting rid of the advertising/sign-up boxes is practically impossible.',0,'1','','comment',168,0),
(170,1072,'Steve Ziemba','steve@womma.org','http://womma.org','75.27.223.126','2011-03-22 08:53:59','2011-03-22 13:53:59','RE: Blog posts that are not shareable on social media. And ironically, this post, from the All things WOM, from the Word of Mouth Association, IS NOT SHAREABLE. Has no share buttons. Really. How stupid is this.\n\nStupid indeed! We are fixing.',0,'1','','comment',0,0),
(171,1072,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','71.163.198.182','2011-03-22 08:55:50','2011-03-22 13:55:50','Awesome! You all have great content so I am glad it will be shareable.',0,'1','','comment',170,0),
(172,1074,'Deborah Brody','deborah@deborahbrody.com','http://www.deborahbrody.com','71.163.198.182','2011-03-22 12:55:23','2011-03-22 17:55:23','Not to mention that I just read the paywall is costing MILLIONS of dollars to implement. Will they recoup the investment?',0,'1','','comment',0,0),
(173,1086,'lauren','laurenehsmith@gmail.com','','67.90.191.66','2011-03-24 14:11:45','2011-03-24 19:11:45','I enthusiastically agree with your suggestion to include what the applicant can do for the company. Cover letters frequently focus only on the applicant. While the potential employer is likely interested in the applicant\'s awards, etc., he/she is going to be more interested in how those awards can be applied to the company\'s communications goals/objectives!',0,'1','','comment',0,0),
(174,1091,'Bad habits or perception busters? &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/07/27/bad-habits-or-perception-busters/','216.151.210.19','2011-07-27 07:23:15','2011-07-27 12:23:15','[...] saying thank you: I have written about this before, but when someone does something for you just say thanks! A few months ago, I took out a [...] ',0,'1','','pingback',0,0),
(175,1108,'Hugo','mannahugo@gmail.com','http://www.youronlinenewbie.com','99.116.206.138','2011-04-20 15:44:53','2011-04-20 20:44:53','A agree with everything that you have except that I do have a facebook account and for my business has been very good. but I a must have for me is also a list building strategy because that is where you can get the regular costumer.',0,'1','','comment',0,0),
(176,1108,'Diane Danielson','Diane@DKDNewMedia.com','http://www.DianeDanielson.com','65.96.217.96','2011-05-03 08:10:42','2011-05-03 13:10:42','Great post. Featuring it in this month\'s Downtown Women\'s Club newsletter. But I agree with you with regard to Facebook. I don\'t use it for my consulting, but more for DWC.',0,'1','','comment',0,0),
(177,1108,'Karen Smith','karen_b_smith@yahoo.com','','98.118.253.43','2011-05-03 10:03:30','2011-05-03 15:03:30','Thanks for posting and thanks for sharing this link through DWC. I\'d recommend using Google Alerts or similar tools to allow you to easily track competitive information or to track sites you feel are benchmarks for your business. It\'s a great way to keep you/your business on its toes on a regular basis!',0,'1','','comment',0,0),
(178,1114,'Two different offers from one service provider &laquo; Caffeinated ideas and views on marketing communications','','http://cuppamarcomm.wordpress.com/2011/05/05/two-different-offers-from-one-service-provider/','72.233.96.150','2011-05-05 12:49:17','2011-05-05 17:49:17','[...] why make the total cost so hard to find? As I wrote about a few days ago, it is a bad idea to hide crucial information.  Consumers need to make decisions with the facts in [...] ',0,'1','','pingback',0,0),
(179,1121,'samantha','samantha.supernaw@gmail.com','','74.82.68.17','2011-04-26 07:31:54','2011-04-26 12:31:54','I think facebook is by definition vacuous.  But you never are, Deb.  I am excited to have found you on the www and enjoyed your most recent blog musings.  Drop me a line sometime, woman...',0,'1','','comment',0,0),
(180,1159,'Johna','Jburke@BurrellesLuce.com','http://Www.BurrellesLuce.com','12.71.136.8','2011-05-24 14:15:05','2011-05-24 19:15:05','Thanks for the thoughtful post! I\'m delighted you were able to make it to the WWPR event:)',0,'1','','comment',0,0),
(181,1159,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2011-05-25 08:48:32','2011-05-25 13:48:32','Whenever I demo Twitter, the question always arises as to how I can possibly follow so many people. When I tell them I can actually tell you something about most of them, then they\'re really floored. You\'re right: following and saying hi is a good start -- but it doesn\'t get you very far if you don\'t follow up.',0,'1','','comment',0,0),
(182,1159,'Does Engagement Matter? | Independent Thinking','','http://www.steigmancommunications.com/2011/05/31/does-engagement-matter/','69.167.158.109','2011-05-31 05:09:09','2011-05-31 10:09:09','[...] Brody wrote a terrific blog post last week about the role of engagement. She said in part: In social media, people talk about [...] ',0,'1','','pingback',0,0),
(184,1200,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2011-07-11 09:44:13','2011-07-11 14:44:13','A bad handshake &amp; poor grooming is the one-two punch for kiss of death. Well, that, and only be interested in yourself because there\'s no room there for conversation.\n\nThe item I\'d add to this list: looking over your shoulder (different from shifty-eyed) to see who\'s more important in the room. At that point I\'m always thinking, \"Oh, dude (or dudette), that would be anyone but you.\"',0,'1','','comment',0,0),
(185,1205,'pepcoconnect','pepcoconnect@pepco.com','http://pepcoconnect.wordpress.com','161.186.93.10','2011-07-12 14:14:40','2011-07-12 19:14:40','Good afternoon!  I think you touch on some valid points and I will be sharing your post with my colleagues.\n\nIn reply to your last statement, \"And if that is true, why on Friday night, did I lose power for one and half hours, for no apparent reason?,\" I\'d be more than welcome to look into exactly what caused your outage last week.  If you\'re interested, send a detailed email including the issue you\'re referring to, your service address and a contact number to PepcoConnect@pepco.com.\n\nWe are making headway with our efforts to enhance reliability, but realistically every single customer isn\'t going to see the benefits immediately.  That said, each customer\'s satisfaction is important to us and we are always interested in hearing constructive feedback on what we\'re currently doing and what we can be doing better.\n\nThanks,\n\nAndre Francis\nSocial Media Representative',0,'1','','comment',0,0),
(186,1225,'Chuck Tanowitz','tanowitz@gmail.com','http://www.facebook.com/ctanowitz','70.22.151.177','2011-07-28 09:58:19','2011-07-28 14:58:19','I\'d add one more: Can you easily find them on other social services? That is, can you easily link to their twitter feed, Facebook page, etc? Companies need to consider that their audience will not always use the main website as a way to keep up with corporate activities. People want options, so the corporate feed of information needs to fit into THEIR life.',0,'1','','comment',0,0),
(187,1225,'Shashi Bellamkonda (@shashib)','shashib@twitter.example.com','http://twitter.com/shashib','117.195.177.245','2011-08-02 08:00:35','2011-08-02 13:00:35','Just like a business keeps the physical location tidy and well maintained the advice you have given should carry over to the online storefront as well. You would not want your customers to enter your store and negotiate a maze, the same way as you said navigation and the visitor experience is very important. Thanks for a great article',0,'1','','comment',0,0),
(188,1231,'trish712','joyfulsoysunsations@gmail.com','http://joyfulsoysunsations.wordpress.com','76.161.241.83','2011-08-01 11:11:45','2011-08-01 16:11:45','As a person trying to start a business myself in soy candles this is wonderful advice. Thank you very much.',0,'1','','comment',0,0),
(189,1321,'trish712','joyfulsoysunsations@gmail.com','http://joyfulsoysunsations.wordpress.com','76.161.241.83','2011-08-04 11:11:18','2011-08-04 16:11:18','I agree people using the internet act as if they can do whatever, whenever. This is in my opinion is a huge issue. I hope that he will stop being so rude. Your blog is very well put together and people should not be so rude to others.',0,'1','','comment',0,0),
(190,1321,'Alicia Marie Phillips','Aliciamariephillips@gmail.com','http://aliciamphillips.wordpress.com','67.91.155.66','2011-08-04 11:46:46','2011-08-04 16:46:46','I wish you had a +1 button so I could like this!  This relates to a post I just did today (I don\'t want to be on your internet)...  I couldn\'t agree more.',0,'1','','comment',0,0),
(191,463,'&#8220;How would you liked to be thanked Sir?&#8221; &laquo; Dinorakitzis&#039;s Blog','','http://dinorakitzis.wordpress.com/2009/08/25/how-would-you-liked-to-be-thanked-sir/','72.233.96.152','2009-08-25 15:02:49','2009-08-25 20:02:49','[...] (in her recent blog) predicts that we will separate companies by those who thank us, and those who don&#8217;t. So [...] ',0,'1','','pingback',0,0),
(192,1412,'mediatemple (@mt_andrew)','mt_andrew@twitter.example.com','http://twitter.com/mt_andrew','72.10.62.12','2011-08-23 15:28:41','2011-08-23 20:28:41','This is a great article and we completely agree with everything it says.  In actuality, this is exactly the philosophy we try to follow.  However, it looks like we dropped the ball in this case and we are truly sorry about that.  We are making sure that we retrain all agents/techs as necessary to ensure that no one else has a similar experience.  I would be more than happy to speak with anyone regarding this article and what we are doing to improve our service.\nWe are truly sad to see you go Deborah and it was a pleasure speaking with you the other day and this morning.  Please don\'t hesitate to let me know if you need anything at all.\n\nAndrew Won\nVP of Customer Service\n(mt) Media Temple, Inc.',0,'1','','comment',0,0),
(304,1422,'Wow... (The State) - Columbia - Lexington - Irmo - City-Data Forum','','http://www.city-data.com/forum/columbia-area/1420148-wow-state.html#post21596603','173.193.22.21','2011-11-06 14:29:04','2011-11-06 14:29:04','[...] Chicago Tribune is $2 on Sunday. I wouldn&#039;t be surprised to see its price go up to $3 because the number of purchasers has been going down for years. Fewer subscribers means less income from advertising, hence the price goes up. People get their [...]',0,'1','Mozilla/4.0 (vBSEO; http://www.vbseo.com)','pingback',0,0),
(639,1526,'Lawrence Fox','lfox@accounting-wizard.com','http://www.accounting-wizard.com','99.237.168.27','2012-01-06 22:39:16','2012-01-06 22:39:16','Oh, I agree 100%.\r\n\r\nThank yous always go down well, especially if they\'re sincere.\r\n\r\nLast year I bought some pens and ink from Goulet Pens and not only was the package so well-wrapped it was a challenge to unpack it, but there was hand-written note along with it, thanking me for the purchase and hoping that I\'d enjoy the pens and ink. (And it was written in an ink colour I don\'t own, which of course, made me put it on my \"I want list\")',0,'1','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.25) Gecko/20111212 Firefox/3.6.25','comment',0,0),
(270,1439,'Overland','jasonbrown@kw.com','http://www.handsontheheartland.com','70.94.90.148','2011-10-25 01:45:27','2011-10-25 01:45:27','I read somewhere there\'s an app that will continue to do this for you, if you wish... I think it might have been called RSS grafiti.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1','comment',0,0),
(296,1460,'Deborah Brody','deborahb@deborahbrody.com','','71.178.177.79','2011-11-02 13:26:07','2011-11-02 13:26:07','Yes, a company\'s policies really affect how customers perceive it. Negative perceptions are hard to get rid of. Apparently, Radio Shack has a long road ahead in terms of customer satisfaction!',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1','comment',293,1),
(293,1460,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2011-11-01 18:59:14','2011-11-01 18:59:14','Funny you should mention Radio Shack... I actually stopped buying from them years ago for exactly the same reason. I don\'t think I\'ve bought anything bigger than a battery from a Radio Shack store since.\r\n\r\nWhy don\'t companies understand that facilitating returns actually makes me more inclined to shop with you? \r\n\r\nGenerating goodwill is part of the \"doing business with people you like\" thing. It matters. And when you lose it, you lose customers.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2','comment',0,0),
(209,1439,'Kim Woodbridge','kwbridge@gmail.com','http://www.kimwoodbridge.com','173.59.88.18','2011-09-26 18:28:05','2011-09-26 18:28:05','I am not convinced Facebook generates sales either.  I hadn\'t seen that message about Notes importing posts but maybe it\'s because I don\'t use Notes.  I suppose a different app can be used to do the same thing.\r\n\r\nI\'m concerned about non-fans being able to post on the FB wall too - I don\'t know how you will really be able to measure the value of the page without having the number of fans mean something.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0.1) Gecko/20100101 Firefox/5.0.1','comment',0,0),
(675,677,'Why is writing well a disappearing skill? | Deborah Brody Marketing Communications','','http://deborahbrody.com/2012/01/why-is-writing-well-a-disappearing-skill/','70.85.226.226','2012-01-11 17:02:21','2012-01-11 17:02:21','[...] Why is writing well a disappearing skill? 11 Jan  by  Deborah Brody, posted in Communication, Good writing, Public Relations &nbsp;&nbsp;|&nbsp;&nbsp;No Comments   Sally Falkow writes today in her blog, The Proactive Report, that good writing should be considered a primary public relations skill. I agree (and I wrote about that in my post Qualities of a PR Pro). [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.3.1','pingback',0,0),
(225,1439,'Deborah Brody','deborahb@deborahbrody.com','','71.178.177.79','2011-10-06 17:23:44','2011-10-06 17:23:44','Thanks for your input Kim. To me it seems that small businesses have so much to learn in order to make their FB page truly work for them that it may be not worth the effort.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1','comment',209,1),
(275,1448,'Yeah, communications do matter | Deborah Brody Marketing Communications','','http://deborahbrody.com/2011/10/yeah-communications-do-matter/','70.85.226.226','2011-10-26 19:31:06','2011-10-26 19:31:06','[...] starts with the premise that you are connecting with other people, as I said in this post. If you fail to connect, you also fail to communicate, and in Netflix&#8217;s case, the damage adds [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.1','pingback',0,0),
(468,1509,'Shashi Bellamkonda','shashib@gmail.com','http://shashi.co','205.178.191.132','2011-12-19 20:24:10','2011-12-19 20:24:10','Hi Deb,\r\n\r\nWhile I agree on the possibilities that exist, I must say I read the Washington Post every day including today. I actually did not make the connection.\r\n I have been regularly looking at the Total Wine ads, I love going there and being a cheapskate I am always looking for their coupons :) and today was no different. Again we should always be conscious of this and  I am glad you are asking the question.\r\n\r\nShashi',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7','comment',0,0),
(470,1509,'Deborah Brody','deborahb@deborahbrody.com','','96.241.54.82','2011-12-20 02:26:14','2011-12-20 02:26:14','Hi Shashi-Yes, I like Total Wine\'s pricing too, and know they advertise regularly. I found today\'s placement questionable though, and I thought it was poor judgement on the WaPo\'s part.\r\nThanks for your input!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1','comment',468,1),
(776,1540,'Gini Dietrich','gdietrich@armentdietrich.com','http://spinsucks.com','108.196.28.63','2012-01-17 22:02:20','2012-01-17 22:02:20','It\'s extremely important to broaden your thinking and expand your knowledge. It\'s impossible to do that without reading different kinds of things. Nonfiction, business, blogs, news, and (YES!!!) fiction.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.33 Safari/535.11','comment',0,0),
(1110,1622,'Lawrence Fox','lfox@accounting-wizard.com','http://www.accounting-wizard.com','99.237.168.27','2012-03-11 20:30:15','2012-03-11 20:30:15','Deboarh:\r\n\r\nAll very true. I\'ve gotten my best clients through referrals (and that, as your earlier post mentions, requires trust) or inbound calls (just had one last week--we\'ll see how that goes).\r\n\r\nBut \"cell phones are not listed\" is becoming less and less of a defense. SOMEBODY is selling cell phone lists--I\'ve started to receive robo-calls to my cellphone of late. (And sometime Bell Canada--my carrier--sends me a marketing text message to my cellphone, too)\r\n\r\nLawrence',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2','comment',0,0),
(1043,1599,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2012-02-28 18:00:12','2012-02-28 18:00:12','Hi Deborah,\r\n\r\nWe talk a lot about brand consistency, with the focus very often on look/feel first and messaging second. But sometimes people forget that being a brand ambassador, which every employee is, is also about how YOU \"represent\" the brand. In this case, the person utterly failed their brand.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11','comment',0,0),
(1037,1595,'Lawrence Fox','lfox@accounting-wizard.com','http://www.accounting-wizard.com','99.237.168.27','2012-02-28 01:37:29','2012-02-28 01:37:29','Nope. I\'ve gotten increasingly bored with the over-long show, lame hosts &amp; hostesses (although I used to like Billy Crystal as host), and, to be honest, I haven\'t seem too many of the nominated flicks. (It\'s difficult when you have a 10-year old. My movie theatre diet consists of Transformers or Cars etc ).\r\n\r\nSo what did we watch last night? JJ Abrams \"Star Trek\" on DVD from the public library (the spousal overunit hadn\'t seen it yet).\r\n\r\nLawrence',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2','comment',0,0),
(1046,1599,'Lawrence Fox','lfox@accounting-wizard.com','http://www.accounting-wizard.com','99.237.168.27','2012-02-29 02:00:45','2012-02-29 02:00:45','Deborah:\r\n\r\nThey were also being lazy (or were just going through the motions of starting a search for someone). We all have lazy days--but those are the times we SHOULDN\'T start any kind of outreach!',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2','comment',0,0),
(1048,1589,'Piratz, burgers and lost pizzazz | Deborah Brody Marketing Communications','','http://deborahbrody.com/2012/02/piratz-burgers-and-lost-pizzazz/','70.85.226.226','2012-02-29 17:31:14','2012-02-29 17:31:14','[...] Brody, posted in branding, Communication &nbsp;&nbsp;|&nbsp;&nbsp;No Comments   Did you catch my blog post last week on what I consider a rebranding #fail for Piratz Tavern? Robert Freeland did, and he shared his [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.3.1','pingback',0,0),
(1052,1564,'Round-up: Facebook&#8217;s new timeline, print ads and bad bosses | Deborah Brody Marketing Communications','','http://deborahbrody.com/2012/02/round-up-facebooks-new-timeline-print-ads-and-bad-bosses/','70.85.226.226','2012-02-29 21:53:55','2012-02-29 21:53:55','[...] few weeks ago I wrote here on the blog about how ego can get in the way of effective communication. In case you want to explore this [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.3.1','pingback',0,0),
(1084,1622,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','66.44.44.191','2012-03-07 19:32:36','2012-03-07 19:32:36','My favorite cold call is from the company trying to sell me energy services. They always say they\'re calling to talk about \"your energy bill.\" I tell them I don\'t have one. Which is true (it\'s rolled into my condo fees). Waste of everyone\'s time, and they call at least once a year despite my asking them to take me off their lists.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11','comment',0,0),
(2255,2000,'Daria Steigman','daria@steigmancommunications.com','http://www.steigmancommunications.com','70.88.236.174','2013-01-23 14:25:27','2013-01-23 14:25:27','Hi Deborah,\r\n\r\nI agree with you that tweeting during the Inauguration is not the smartest strategy for reaching Americans who care about politics, governance, pomp &amp; circumstance, or transitions of power. \r\n\r\nBut I think that what you and Kathy discounted is the possibility that perhaps the people whose tweets you were discounted weren\'t even trying to tweet for your benefit. Perhaps their Twitter followers (and target audience) isn\'t the same as yours. Maybe their audience isn\'t interested in the Inauguration or isn\'t even in the United States. \r\n\r\nThe key is always to understand who you are trying to engage and how best to do that. Clearly this isn\'t the message you wanted to hear. But assuming it\'s therefore not a receptive message for anyone is a reach.',0,'1','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17','comment',0,0),
(1891,1872,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2012-10-23 15:18:03','2012-10-23 15:18:03','Thanks for sharing! I am sure there are plenty of plugins out there to make WordPress work best for each individual user.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0','comment',0,4),
(1890,1872,'Robert Crocker','littleriver1@gmail.com','http://littleriver1.wordpress.com/','63.231.28.10','2012-10-23 15:15:07','2012-10-23 15:15:07','My only real issue with Wordpress has been the clunky CMS.   Found a new CMS tool last week though and it works with Wordpress. It\'s at  http://copybar.io.   True WYSIWYG online editing of Wordpress blogs.   I\'m going to start updating my blog more often now.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4','comment',0,0),
(1823,1183,'Roberta','roberta1013@hotmail.com','','98.88.139.100','2012-10-09 20:22:58','2012-10-09 20:22:58','Hi--\r\n\r\nI can\'t say much that you haven\'t said, but I\'ll add my experience to the pot.  I\'ve been using Clinique\'s Gentle Light Powder for a number of years, but I\'ve been a customer for at least 25 years.  I thought I was on to something, since I received so many compliments on my skin, to the point that people asked me if I\'d had \"work done\"!  It was the powder, because when they discontinued it, I had to buy the Blended Powder, which was AWFUL, made my skin look dry, dusty, and OLD.  I left a scathing review of the Blended Powder on their website, and talked the ear off the sales associate when I returned the offending Blended Powder.  I hope she saw me walk directly to the Lancôme counter, where I conferred with their sales associate about a replacement that another unhappy Clinique customer had recommended online.  Right now I\'m debating whether or not to call the Gone But Not Forgotten number.  And for the record, I also had the same experience with Prescriptives, went for a favorite lipstick and suddenly it was gone.  And then Prescriptives was gone, too.  Probably a good thing.\r\nP.S.   Try Maybelline the Classic Volum\' Express Waterproof or CoverGirl Lashblast Volume Waterproof.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14','comment',0,0),
(1576,1743,'Dominion vs. Pepco: How ads reflect corporate culture | Deborah Brody Marketing Communications','','http://deborahbrody.com/2012/07/dominion-vs-pepco-how-ads-reflect-corporate-culture/','50.116.97.149','2012-07-16 20:53:37','2012-07-16 20:53:37','[...] Corporate communication &nbsp;&nbsp;|&nbsp;&nbsp;No Comments   Last week, I wrote about an ad campaign Pepco is currently running (there have been at least two or three more of the same ad I mentioned) in the Washington Post.  [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.3.1','pingback',0,0),
(1619,1183,'Renee','rmj80@aol.com','','99.185.53.14','2012-07-31 09:02:00','2012-07-31 09:02:00','Hello, \r\n\r\nI came across your blog from doing a Google search on Clinique\'s Crappy Gone But Not Forgotten program! Amen to you and every word you just said in regards to Clinique! I was a loyal customer of Clinique\'s cosmetics for over 12 years and have been using their Stay True foundation for years until they recently discontinued my favorite line! Like you mentioned above, why bother with a company that disregards their customers!?! Their was no heads up or even talk about the line I used for years, that it was going to be replaced with such awful plastic junk that makes your skin look like plastic! The day I went to Macy\'s not knowing my one and only foundation I never had a problem with is completely gone! So then I wrote on their Facebook wall telling them I was extremely disappointed with them among others, and then they reply with their BS response saying Sorry to disappoint you and gave me that Gone But Not Forgotten number. When I called, the lady wanted my credit card information saying they need that on file if they wind up finding it in their search. Pretty much what you wrote above, and I said No.... I\'m not giving out my information to conduct some search! That\'s BS! Completely unprofessional and a joke! But you\'re right! I really wish I knew Clinique\'s ugly side because now they lost me as a loyal customer as well! The lessons you wrote about are right on! I\'m so angry how they treat their customers! Their fans they have left will be the ones crying in the end as well - when their favorite products just vanish! My boyfriend keeps telling me to get over this and move on, but obviously for guys they don\'t know what it feels like to have that One and Only product that works for them for years and POOF, it\'s gone! So happy to have come across this blog post to know their is somebody out there that can relate! Thank you! \r\n\r\nP.S. DiorShow Mascara is awesome and I have extremely sensitive skin and eyes and don\'t have any weird reactions. You can find it at Sephora.com :)! It\'s pricey but the results are amazing! Tip: try to get a sample size if possible to test it out before you buy. I wound up getting a sample size with my order from Sephora awhile ago, and wound up hooked and bought it! Good luck!',0,'1','Mozilla/5.0 (iPad; U; CPU OS 4_3_5 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8L1 Safari/6533.18.5','comment',0,0),
(1682,1791,'Checking out the customer experience | Deborah Brody Marketing Communications','','http://deborahbrody.com/2012/08/checking-out-the-customer-experience/','50.116.97.149','2012-08-17 13:58:05','2012-08-17 13:58:05','[...] in Marketing &nbsp;&nbsp;|&nbsp;&nbsp;No Comments   My last blog post was about how you have to &#8220;be open for business&#8221; if you are trying to market a destination.  In other words, marketers have to be aware of what the [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.3.1','pingback',0,0),
(1542,1205,'Working hard or hardly working? Pepco strikes again | Deborah Brody Marketing Communications','','http://deborahbrody.com/2012/07/working-hard-or-hardly-working-pepco-strikes-again/','50.116.97.149','2012-07-03 13:59:32','2012-07-03 13:59:32','[...] Marc Fisher from the Washington Post called me because he had seen my previous blog posts on Pepco. He asked me what I would recommend that Pepco do, communications-wise. Should they not [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.3.1','pingback',0,0),
(1276,1658,'Deborah Brody','deborahb@deborahbrody.com','','96.241.54.78','2012-04-04 15:35:44','2012-04-04 15:35:44','That\'s kinda sad! Your good work down the drain, but it proves that marketing/communications has to work in concert with the rest of the organization. \r\nThanks for sharing April!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1','comment',1275,1),
(1275,1658,'April Finnen','aprilfinnen@yahoo.com','http://onepersonshop.com/','20.137.18.53','2012-04-04 13:13:57','2012-04-04 13:13:57','I had this experience as the marketer once. I worked for a nonprofit agency that flew under the radar. They hired me to get them noticed. When I did, it quickly became obvious that the operations side was not prepared to handle the resulting increase in clients, which led to disappointment all around.',0,'1','Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0','comment',0,0),
(1558,61,'I\'d prefer not to give my name!','anonymous@aol.com','','173.75.220.144','2012-07-10 23:13:09','2012-07-10 23:13:09','Here\'s the genius behind Pepco\'s advertising: http://www.linkedin.com/in/marybethvrees?trk=pub-pbmap\r\n\r\nBy the look of her resume, her biggest client is herself.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3','comment',0,0),
(1666,1791,'Michele','michele@prview.com','','24.196.3.42','2012-08-13 19:01:52','2012-08-13 19:01:52','Hi Deborah,\r\n\r\nIf you head back to Hagerstown, there is a fun event this Saturday at the REEDS Jewelers at Valley Mall!  http://www.marylandlife.com/events/pandora-launch-party/',0,'1','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1','comment',0,0),
(1517,1720,'Andrew McLuhan','ideasynch@yahoo.ca','http://inscriptorium.wordpress.com','184.151.61.1','2012-06-22 19:51:25','2012-06-22 19:51:25','Unfortunately, Wikipedia has it very wrong. They\'ve published someone\'s (the popular) misinterpretation of what Marshall McLuhan meant when he stated (actually as early as 1958) \'the medium is the message\'.\r\nTo understand what that phrase means, your best bet is to turn to \'Understanding Media: The Extensions of Man\' where McLuhan explains (in the beginning of the first chapter):\r\n\"In a culture like ours, long accustomed to splitting and dividing all things as a means of control, it is sometimes a bit of a shock to be reminded that, in operational and practical fact, the medium is the message. This is merely to say that the personal and social consequences of any medium-- that is, of any extension of ourselves -- result from the new scale that is introduced into our affairs by each extension of ourselves, or by any new technology.\"\r\n\r\nNothing there about the medium affecting the content, or message. He\'s saying that the important thing to note about a medium (its message) is not the content it carries, but the effect this medium has on us, on society.\r\n\r\nRespectfully,\r\n\r\nAndrew',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:13.0) Gecko/20100101 Firefox/13.0.1','comment',0,0),
(1344,1680,'Breanne','breannethomlison@hotmail.com','','108.29.95.8','2012-04-30 21:16:58','2012-04-30 21:16:58','Well put Deborah. I haven\'t seen a posting like this and it opened my eyes to those I follow and how I\'m tweeting. Regarding, how far is to far? Perhaps a little common sense when using these platforms to self promote and from a healthcare PR perspective, it\'s all about a fair and balanced approach!\r\n\r\nCheers, Breanne\r\n@BreanneMT',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.165 Safari/535.19','comment',0,0),
(1301,1665,'Deborah Brody','deborahb@deborahbrody.com','','200.12.57.220','2012-04-14 14:38:00','2012-04-14 14:38:00','Fabulous additions Lawrence! Thanks so much. I wish there were a way of tweeting out just your comment.',0,'1','Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0','comment',1297,1),
(1232,1642,'April Finnen','aprilfinnen@yahoo.com','http://onepersonshop.com/','20.137.18.53','2012-03-23 12:58:38','2012-03-23 12:58:38','Great post. Persistence and, to an extent, predictability, are vital. Building a loyal following requires a tolerance for silence--just because people don\'t speak up by commenting on your blog or telling you they like something, doesn\'t mean they\'ve checked out. Optimism is a great ally.',0,'1','Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0','comment',0,0),
(1233,1642,'Deborah Brody','deborahb@deborahbrody.com','','96.241.54.78','2012-03-23 13:20:36','2012-03-23 13:20:36','Hi April,\r\nPersistence and predictability do help your momentum. And yes, realizing that silence is not always equal to passivity is important. However, not all silence is created equal. If I call you, and I don\'t hear from you back ever, I can only assume you are not interested in my business (or that you have been abducted by aliens).',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1','comment',0,1),
(1406,1684,'Me, We and You | Deborah Brody Marketing Communications','','http://deborahbrody.com/2012/05/me-we-and-you/','50.116.97.149','2012-05-09 12:54:51','2012-05-09 12:54:51','[...] &nbsp;&nbsp;|&nbsp;&nbsp;No Comments   At the women&#8217;s conference I referenced on Monday&#8217;s post, the organizer was also the emcee. She introduced the keynote speaker like [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.3.1','pingback',0,0),
(1499,1717,'Who should handle your Twitter feed? | Deborah Brody Marketing &#8230; | The Communications Site','','http://communicationsnetwork.info/who-should-handle-your-twitter-feed-deborah-brody-marketing','50.97.97.33','2012-06-13 16:35:12','2012-06-13 16:35:12','[...] Print this entry [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.2.1','pingback',0,0),
(1297,1665,'Lawrence Fox','lfox@accounting-wizard.com','http://www.accounting-wizard.com','99.237.168.27','2012-04-13 19:17:13','2012-04-13 19:17:13','I too love matza and jelly (together or separately!) It\'s what gets me going in the morning!\r\n\r\nBut here\'s some more \"Passover Lessons\"\r\n\r\n1) There\'s such a thing as too much\r\nBy the end of Passover, I\'m glad that the matza is put away, because, by the end of week, everything in the house smells and tastes of it (or of matza meal). The matzas. The matza balls in the soup. The cake and cake mixes. The... (you get the picture). Too much of a (good) thin in too short a time span = burnout.\r\n\r\n2) It\'s only truly special when it\'s rare.\r\nYou could eat hardboiled eggs in salt water at any time of the year, right? (For those who have never been to a Passover Seder, it\'s a tradional part of the meal). But who does? Nobody. Yet it\'s a central part of many people\'s memories of the Seder and Passover. It happens once a year and isn\'t repeated throughout the year, losing it\'s \"oomph\".\r\n\r\nIf you\'re going to have a sale or a special event--don\'t do it over and over again throughtout the year.\r\n\r\n3) There are many ways to achieve the same goal.\r\nAnother tradional food is charoset, which reminds us of the mortart used in making bricks. The recipes used by Ashkenazic (European) and Separdic (Middle Eastern) Jews are quite different--but the result is the same. A sweet condiment to be eaten with bitter herbs (and anything else over the week).\r\n\r\nLawrence\r\n(hmm...I think it\'s time for a snack....)',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0','comment',0,0),
(2402,2044,'Not everything is as it seems | Deborah Brody Marketing Communications','','http://deborahbrody.com/2013/02/not-everything-is-as-it-seems/','50.116.97.149','2013-02-12 14:02:48','2013-02-12 14:02:48','[...] I wrote about the need to work with experts. Nobody knows everything and many times it is imperative to hire an expert to help in the areas [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.5.1','pingback',0,0),
(5707,2260,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-07-11 13:36:23','2013-07-11 13:36:23','Just shared a post about how brands yes should develop new customers, but never at the expense of the current ones. How often do small businesses get this wrong - some half baked CTA that excludes and alienates their most loyal (and profitable) ones. Wrong. Yes have deals for new biz; give a good impression, but always have programs designed to reward and grow the business of faithful fans. And WORD on making sure it\'s truly a special offer; nothing will kill a relationship faster than when they spot a markup or a bait-and-switch. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','comment',0,0),
(5708,2260,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-07-11 13:43:07','2013-07-11 13:43:07','Davina,\r\nRight you are! Most businesses fail to see the impact on existing customers when they focus solely on new customers. Special offers have to be crafted properly and communicated well. \r\nThanks for your comments.\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',0,4),
(5709,2255,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-07-11 13:45:26','2013-07-11 13:45:26','Davina,\r\nAbsolutely--responding alone is not enough. If you want to use communications to grow your brand you should communicate issues to the people in a position to fix those issues! Simply responding to a customer will only fix part of the problem.\r\nThanks for your insight and I love that Ogilvy quote!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',0,4),
(6042,2270,'Lawrence Fox','lfox@accounting-wizard.com','http://www.accounting-wizarrd.com','64.231.179.126','2013-07-22 16:53:05','2013-07-22 16:53:05','Endorsements bug me. They\'re the zipless you-know-what of LinkedIn. Recommendations required that the writer actually know you, have worked with you, and had something to say (and took the time to write something up); they weren\'t easy to create or earn.\r\n\r\nAnd yes, the generic invites bug me too. If you want to be added to my contacts list, the least you could do is personalize the reason and let me know HOW you know me (if we\'re not old friends/colleagues) or why I should add you to my connections (like \"so and so said we should be connected\").',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0','comment',0,0),
(2015,1857,'J.C. Kendall','jonathan@tekpersona.com','http://www.tekpersona.ca','174.79.247.4','2012-12-07 22:31:24','2012-12-07 22:31:24','Amen, Deborah. Thanks for the pingback. Been sort of a whirlwind since that article was published. Kinda sad to see that for some what I said and what you confirmed, is somewhat of a surprise to some. Anyway, thank you for the piece.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.21 (KHTML, like Gecko) Chrome/25.0.1349.2 Safari/537.21 AlexaToolbar/alxg-3.1','comment',0,0),
(2256,2000,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-01-23 16:02:35','2013-01-23 16:02:35','Hi Daria,\r\nThanks for commenting. \r\n\r\nThe tweets I referenced were wholly intended for a US audience. When you have 1.1 million tweets about one event it is a safe assumption to make that many (if not most people) are paying attention to that. The analogy I would draw is one from my earlier days in PR. I was working on a promoting a press conference about an event when the Elian Gonzalez story broke (the Cuban boy who was in the US and ultimately sent back to Cuba). There was simply not going to be a single camera available to cover our story. We had to reschedule. You can\'t compete with major events, and you shouldn\'t try.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0','comment',0,4),
(2037,1929,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2012-12-17 14:22:18','2012-12-17 14:22:18','Thanks for your comments. My post said clearly that this is about BUSINESS greetings. Of course there is no Hanukkah tree, which is why you call it a Christmas tree, and no one is quibbling with that. Although you are correct that there are only a couple holidays at the end of the year, by wishing Happy Holidays instead of Merry Christmas you are acknowledging diversity of practice and belief, while still being thoughtful.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0','comment',0,4),
(2035,1929,'Kelly','kellykaufmann@gmail.com','','108.88.214.25','2012-12-16 23:48:12','2012-12-16 23:48:12','Putting up a \'holiday tree\' is so frustrating - Jews don\'t have a \'Chanukah tree\'! So just call it what it is - a Christmas tree! And this week they were singing \'holiday music\' in my office cafeteria - but the songs were all \'oh christmas tree\' etc - just call it what it is and quit pretending like saying \'holiday\' is inclusive of all religions (since only 2 religions actually have holidays this time of year, OK 3 with pagens) unless in August you are going to say \'Happy Holidays\' to the Muslims, or basically every month except November &amp; December &amp; January saying \'Happy Holidays\' to the hindus (http://www.religionfacts.com/hinduism/holidays.htm) and have office \'holiday parties\' in other months too. Calling it a \'holiday party\' or wishing \'happy holidays\' can be construed as saying these are the only holidays that exist and minimizing the recognition of religions that don\'t celebrate holidays at this time of the year. So.....Merry Christmas and Happy Chanukah!',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0','comment',0,0),
(2038,1950,'John Moore','jdmoore64@gmail.com','http://www.johndmoore.biz','71.126.152.27','2012-12-18 00:23:45','2012-12-18 00:23:45','I am not saying I am a complete control freak, but I like to have a moderate amount of it.  I do, however want as much control over my websites and it\'s content.  I will NOT give up my url for a FB page.  As you mentioned it ruined one website.  I am not about to go in that direction.\r\nYes, I use Gmail and Yahoo mail for almost every email I send and receive, but this is for economical purposes.  The day will come when I have that too.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0','comment',0,0),
(5967,2270,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-07-20 19:11:05','2013-07-20 19:11:05','The mobile apps mess up #1 - one touch and the generic is sent, there\'s no pause or chance to edit; hate that. As for endorsements, it\'s the gamification of LI (see also, K). I made up a bogus category but really, I\'m not approving any except from those who know for real. AND I\'m considering opting out of them all together. \r\n\r\nMy other 2 peeves go hand in hand; using social rather than being social. First, participating in groups and what not.. only to post your own links. Second, the random LI invite from total strangers w/ zero basis. Just b/c I want to network doesn\'t mean any and everyone. If we\'ve never crossed paths, follow my Twitter, read my blog, etc. But if you\'re in a place we\'ll never meet, an industry I\'d likely never work for, aren\'t looking for anything more than vanity numbers and/or people to spam as you look to get jobs or sell crap.. that is NOT networking, NOT social. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','comment',0,0),
(2272,2008,'Jaclyn','jwschiff@gmail.com','','50.151.205.132','2013-01-26 00:48:28','2013-01-26 00:48:28','Smart idea! I am sure it will be a good workshop',0,'1','Mozilla/5.0 (Windows NT 6.1; rv:18.0) Gecko/20100101 Firefox/18.0','comment',0,0),
(6174,2290,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-07-25 15:05:55','2013-07-25 15:05:55','Sometimes I get flack for the \"Southern manners\" thing but I\'m like, NO that\'s not it. \"Please, thank you, yes ma\'am, no sir,\" - that\'s courtesy, common the world over. Or at least it used to be. Some want to blame social media and technology but it\'s we ourselves did that. On the professional side - that\'s one of my red flags. My emails and proposals, hell even my list of questions, there is great value and strategic advice in those. If they won\'t even be dignified w/ a response, it\'s not worth my time. \r\n\r\nNever used it, but heard mixed things about Angie\'s List. Sounds like they aren\'t honoring the Can Spam opt out. Shame b/c customer service is often THE difference maker. It\'s not the mistakes brands make - it\'s what they do to fix them that can often keep your business. \r\n\r\nThe stories I could tell about the blogging, drafts I deleted over the years. FWIW I am still trying to find that groove, make myself commit to the work, my business and career. In the end, I think the writing only helps w/ that.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','comment',0,0),
(19661,2587,'Carrie Morgan','morgan@rockthestatusquo.com','http://rockthestatusquo.com','68.231.6.40','2014-05-05 17:46:00','2014-05-05 17:46:00','I share your frustration! It\'s appalling how many don\'t bother to customize their LinkedIn invitation at all - even marketing pros! \r\n\r\nTake the five seconds to change that text, people! I will connect with them, but the ones that customize are the ones that I take time to engage with - assuming it isn\'t a sales pitch.',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','comment',0,0),
(8886,2397,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-10-31 18:20:27','2013-10-31 18:20:27','The line I think between blog and many other media sites has blurred, but to this excellent list I\'ll add a few FWIW:\r\n\r\n-It both educates and entertains. We can go anywhere for facts, perspective so that\'s what I read (and try to write). \r\n-The community is strong. Both the blog host and the others in the discussion are there for me than \"good post\" and \'here\'s what I wrote link bait\' - they aren\'t just doing social, they are social.\r\n-It\'s real, practical, approachable. I read so much that\'s just \'content\' and wonder how did that run on LI or HBR or one of the bigger SM sites? You and I\'ve written better. Too many blogs are either too light, barely touch the surface; too much choir preaching to the kool-aid drinkers (seen it on a few of the few corporate blogs/social profiles I follow); just not enough \'there\' there.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36','comment',0,0),
(8888,2397,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2013-10-31 19:13:50','2013-10-31 19:13:50','Hi Davina,\r\n\r\nGreat additions--agree that it should be entertaining and have its own perspective. Strong community is a good one, although that could take a while to build, even though a blog is good. \r\n\r\nThanks as always for your insight!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0','comment',8886,4),
(5206,2237,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-06-20 23:29:01','2013-06-20 23:29:01','Like anything else, it takes a plan that\'s more than \'build it, they will come.\' You can\'t toss up the same sales pitch rigamarole and expect it to gain traction; you have to earn it by matching your goals to the audience, what\'s in it for them. And they are spot-on in terms of mobile and that will only get more important. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36','comment',0,0),
(5705,2255,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-07-11 13:26:51','2013-07-11 13:26:51','Think it\'s an Ogilvy quote - good marketing makes bad products fail faster. What\'s a challenge for folks like us is convincing TPTB that we\'re the ones who can use Communications (hello PR!) to talk to customers, to fix the problems AND find the opportunities; which then will fix the brand experience, then give us something worth talking about. Hotels are in that position to read all that free feedback on Yelp, TripAdvisor; I know I leave my 2 cents all the time. Shame these brands don\'t always invest in doing more than just being seen responding to those comments. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','comment',0,0),
(5233,2237,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-06-21 19:02:51','2013-06-21 19:02:51','Hi Davina, \r\nIt was a good session, and yes, you are absolutely right, you have to earn your audience\'s interest and engagement by providing the right content.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20100101 Firefox/21.0','comment',5206,4),
(4779,2212,'Stu Opperman, APR','stu@impactplayers.com','http://impactplayers.com','65.8.201.219','2013-06-06 15:17:48','2013-06-06 15:17:48','Businesses that try to get new clients, or even a audience with potential contacts, by deception should instead should put the same time and effort into providing a real service that benefits they specific audience they seek.  If they are unwilling or unable to do that, its time to find a new career.  Scammers, shell games, and the non-transparent never last.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36','comment',0,0),
(3322,2125,'Lisa Harris','lisaharrispr@bellsouth.net','http://www.pepatocreative.com','146.126.51.51','2013-04-16 13:54:51','2013-04-16 13:54:51','I think the endless re-tweeting is a problem. I figure my followers @alabamabluedot (which, I admit, are few) probably already get the same news I do. Why should I re-tweet an AP story or an uninformed hunch? The purpose of a re-tweet is to share something with my followers. I don\'t see any value in using that for common news. It clogs up the feed anyway.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31','comment',0,0),
(5789,2270,'Tracy Rotton','tracy@taupecat.com','http://www.taupecat.com','198.207.29.34','2013-07-15 17:40:21','2013-07-15 17:40:21','Biggest pet peeve with LinkedIn: recruiters constantly trying to \"friend\" me.  Seriously, connecting is only for people who know each other.  I don\'t mind recruiters sending me all the email they want (sure I want to ditch my permanent job in the place I love to come work for your startup in South Dakota on a 3 month contract…), but stop trying to \"friend\" me!  We\'ve never met, ergo we cannot possibly be friends at this moment in time. #EndRant',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','comment',0,0),
(5790,2270,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-07-15 17:55:29','2013-07-15 17:55:29','Tracy, yes! That\'s a common one too. I would connect if they told me why, but often, they just send a generic invite. I had one recruiter attempt to (generically) LinkIn, then leave a message on my voice mail, then send an email. And it was for me to use her to hire someone, not for her to try to place me.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',0,4),
(5791,2270,'Serenety','serenety@thesocialshack.com','','68.100.37.222','2013-07-15 19:50:22','2013-07-15 19:50:22','Yes! #1 drives me crazy! If someone wants to take the time to connect, could they be so kind as to remind you how/why you know each other. It\'s to the point that I simply ignore generic invitations.',0,'1','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36','comment',0,0),
(5792,2270,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-07-15 20:03:00','2013-07-15 20:03:00','Serenety, I am with you! I also don\'t respond to generic invitations (unless it is someone I do know).',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',5791,4),
(8862,2381,'What makes for a great blog? | Deborah Brody Marketing Communications','','http://deborahbrody.com/2013/10/what-makes-for-a-great-blog/','192.232.223.54','2013-10-30 14:34:48','2013-10-30 14:34:48','[&#8230;] Findable (not only on by search but also on your main website) [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.6.1','pingback',0,0),
(8254,2369,'Lisa','Lisa@bigleapcreative.com','http://Www.bigleapcreative.com','166.147.88.19','2013-10-11 21:32:44','2013-10-11 21:32:44','I agree with your statement that it isn\'t overtly partisan. So I don\'t see it as a risk. I think it\'s a good move because it ties in with Starbucks message of coming together. Over coffee. :)',0,'1','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11A465','comment',0,0),
(8262,2369,'Steve','Smckee@mwcmail.com','','68.42.41.61','2013-10-12 02:20:27','2013-10-12 02:20:27','I saw it last night and thought it was a thinly-veiled partisan statement. Apparently I wasn\'t alone because the comments seemed to be roughly 2-1 against. Starbucks can do anything it wants, but my counsel would be to stay out of it--or at least ensure that it\'s completely non partisan.',0,'1','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11A501 [FBAN/FBIOS;FBAV/6.5.1;FBBV/377040;FBDV/iPhone5,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.2;FBSS/2; FBCR/AT&T;FBID/phone;FBLC/en_US;FBOP/5]','comment',0,0),
(8178,2362,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2013-10-09 11:05:36','2013-10-09 11:05:36','Hi Brad,\r\n\r\nExactly! That reminds me of a laundromat on Miami Beach that was attached to a bar...drink while you do laundry. Somehow, I bet that concept worked out better than the Tide smelling froyo.If you drink enough, everything spins anyway.\r\n\r\nThanks for weighing in!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0','comment',8168,4),
(8168,2362,'Brad Phillips','contact@mrmediatraining.com','http://www.MrMediaTraining.com','12.189.155.98','2013-10-09 02:04:24','2013-10-09 02:04:24','Deborah,\r\n\r\nYou\'re right that having a point of differentiation isn\'t enough. The underlying concept, offering, and execution has to meet a certain standard before the point of differentiation really comes into play. \r\n\r\nAs an example, I often think about a store that opened while I was a college student in Tucson. It was a yogurt shop/self-service laundromat. The concept was that while you waited for your laundry to finish, you might want some frozen yogurt while you waited. \r\n\r\nThe problem? The place wasn\'t particularly clean and reeked of lint. I don\'t care how good your oreo yogurt is - if I\'m smelling detergent while I\'m eating it, your point of differentiation just doesn\'t matter much.\r\n\r\nThanks for the post,\r\nBrad',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0','comment',0,0),
(4927,2212,'Too much info or too little? | Deborah Brody Marketing Communications','','http://deborahbrody.com/2013/06/too-much-info-or-too-little/','192.232.223.55','2013-06-11 13:15:28','2013-06-11 13:15:28','[...] There is no context for the contact. Read my post &#8220;How to write a contact email.&#8221; [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.5.1','pingback',0,0),
(6178,2290,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-07-25 16:49:13','2013-07-25 16:49:13','Davina,\r\nThanks for that! Of course, we are to blame for the lack of courtesy, because we aren\'t making it a priority. People hide behind tech and busyness, but what they are doing is ruining the personal relationships you need to actually get somewhere in life. As to writing blog posts, yes, it helps to get in the groove of it, but sometimes you just do it, even if you end up with a random post like the one above!',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',6174,4),
(7789,2338,'Akilah','Akzmedesigns@gmail.com','http://akzmedesigns.com','69.118.154.22','2013-09-24 11:02:19','2013-09-24 11:02:19','Great recap and thanks for including me. I went to most of the same sessions and you pulled out some great points from the sessions. \r\n\r\nMy favorite session of the day, podcasting.',0,'1','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11A465','comment',0,0),
(7790,2338,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2013-09-24 11:21:12','2013-09-24 11:21:12','Hi Akilah,\r\nThanks to you for your presentation. I loved the the Tweet Old Posts recommendation. I will have to implement that. \r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0','comment',7789,4),
(21294,2539,'Take some Twitter advice from Biz Stone | Deborah Brody Marketing Communications','','http://deborahbrody.com/2014/06/take-some-twitter-advice-from-biz-stone/','192.232.223.54','2014-06-02 20:47:13','2014-06-02 20:47:13','[&#8230;] This is why robo-tweeting, as I discussed a few weeks back, doesn&#8217;t work. This is why humble-bragging and endless [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.6.1','pingback',0,0),
(23076,2013,'MD Smith','md@mdwordsmith.com','http://mdwordsmith.com','50.190.39.232','2014-07-09 14:58:56','2014-07-09 14:58:56','Forgive me, am I looking in the wrong place for the Print/PDF button? I want to hang this above my desk as I build my own sites. Thank you!',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0','comment',0,0),
(23078,2013,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-07-09 15:49:46','2014-07-09 15:49:46','Hi there, thanks for noticing this glitch! It\'s been corrected, and you should see both the PDF and print icons at the bottom of the post.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','comment',23076,4),
(22044,2646,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-06-19 13:49:41','2014-06-19 13:49:41','I still like Clinique, though I\'ve never been so in love with any product as to mourn it when it\'s gone. Everyone will of course have their own experiences. Now I\'ve thought OPI needs to have a \'request\' line or do a \'customer favorite\' poll as there has been one or two shades of nail polish from a \'special release\' that I\'ve never found and wanted to buy. \r\n\r\nNo, don\'t take it down... it\'s a good example of long-tail. That\'s something my blog really needs, yet another reason I\'m being so slow in my transition to a full WordPress site. When I finally settle on a theme I can DIY, I don\'t want to mess up my directory, don\'t want to lose what little juju I get from incoming links. :) FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','comment',0,0),
(22046,2652,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-06-19 14:04:30','2014-06-19 14:04:30','Gonna 1) totally agree w/ these. (I could do them all, but won\'t.) I hate the lack of response (though I do expect patience to some degree). Nothing annoys me when I get a solicitation from a would be prospect and they want me to quote $ and results w/out answering a single question. I just tweeted a post about the HR fail of not replying to applicants, even w/ a form email \'no.\' \r\n\r\nNow 2) I\'m gonna flip it around a bit. I make bad impressions - not by being late or rude - but by being me, by being transparent, WYSIWYG. Like w/ your COC experience, I don\'t \'present\' well b/c I am a solo consultant one\'s that struggled. I\'m judged and dismissed b/c I don\'t have the trappings of \"success,\" never have. Whether looking for clients or a applying for a job in-house, my experience w/ my small business clients is deemed \"small,\" my struggles a failure. Yes much of that\'s on me but at the same time, leaves a bad impression when I see people judged and pigeon-holed in this way. Everyone makes mistakes even tells questionable \'jokes\' from time to time, but that doesn\'t make them less. We\'re all more than our job titles or companies or the tweets we share; IDK I\'m guess I\'m saying we need to make good first impressions, but we also need maybe a little benefit of the doubt, a grace period too. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','comment',0,0),
(21794,2639,'Yes, blogging helps you get found | Deborah Brody Marketing Communications','','http://deborahbrody.com/2014/06/yes-blogging-helps-you-get-found/','192.232.223.54','2014-06-12 20:02:55','2014-06-12 20:02:55','[&#8230;] couple of days ago I wrote a post called Is Blogging Dead? My answer is no, emphatically, blogging is not dead. My chief reason for believing this is that [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.9.1','pingback',0,0),
(7818,2346,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-09-25 15:32:48','2013-09-25 15:32:48','The key is the REGULAR maintenance, not to go into \'set and forget it\' mode. Testing the plugins, the widgets, the Analytics (on my to do list that never seems to get done enough) is all part of it; blogging is a marathon, a continual experiment so there will always be little tweaks needed. Part of staying up to date is make sure your site works for mobile (another thing I need to do), watch trends, see what new tools can help you - but don\'t overload on new and shiny, look at how/when people view/share your blog and optimize accordingly. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36','comment',0,0),
(6758,2302,'When customer service and marketing conflict | Deborah Brody Marketing Communications','','http://deborahbrody.com/2013/08/when-customer-service-and-marketing-conflict/','192.232.223.54','2013-08-14 13:28:36','2013-08-14 13:28:36','[...] I wrote about how important email marketing has become to retailers. Yesterday afternoon, I found out first-hand that email marketing has become far more important to [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.5.2','pingback',0,0),
(6766,2306,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-08-14 17:16:36','2013-08-14 17:16:36','Hi Davina,\r\nNo doubt there is a lack of communication and training going on here, but I also think there is an issue of how sales is measured (how many emails did you collect, how many store credit cards did you sign people up for, etc.) Sales associates are being given certain goals and they are not being taught that keeping customers happy is also a goal.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',0,4),
(6760,2300,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-08-14 16:20:26','2013-08-14 16:20:26','Nicole is one smart woman; I do that all the time, even sometimes flipping the beginning and end paragraphs. The conclusion we build towards, sometimes it\'s a much better attention getter and will make a strong point as an opening that draws readers into the post or story. Edit, reviewing and taking the break are musts; reading other things in between may also help you come at something with fresh eyes.\r\n\r\nLet\'s see. I let things sit, and I think about how people read: they scan. They read the heads, the pullout quotes, the captions. I look at the transitions and section breaks, I think about the graphics and how all that goes into it, how the bolded and bulleted parts are more likely to get read; so I make sure that\'s where to make my points. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','comment',0,0),
(6764,2300,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-08-14 17:14:27','2013-08-14 17:14:27','Hi Davina,\r\nIsn\'t great that we can change whole paragraphs around with a couple of clicks? Can you imagine what editing must have been like back in the pre-word processor days? Finding a punchy sentence or paragraph is a great tip.\r\nThanks!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',6760,4),
(6763,2306,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-08-14 17:08:43','2013-08-14 17:08:43','All the Rs need to work together. CRM, HR, IR, MR .. maybe the P in PR should be Publics Relations. Both of these were communications issues, operating independently; and the in-store team didn\'t get the \'good customer service is good marketing\' memo. Shame that the PR/Communications training only goes so far, that employees aren\'t empowered to do anything but stick to the script, the rules. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','comment',0,0),
(6728,2300,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-08-12 21:20:21','2013-08-12 21:20:21','Hi Ibrahim,\r\nCertainly, it is always best to have someone else look at your writing, but sometimes that is not possible. That\'s the point of having ways of checking your own stuff.\r\nThanks for your comment,\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',0,4),
(6726,2300,'ibrahim','ibrahimtudu@yahoo.com','http://myzamfaraonline.net','196.46.245.29','2013-08-12 19:44:23','2013-08-12 19:44:23','You can also save yourself some editing headache by passing it to a friend, teacher, wife or group to look at it for you.',0,'1','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','comment',0,0),
(6721,2300,'Deborah Brody','deborah@deborahbrody.com','','96.241.32.212','2013-08-12 12:57:25','2013-08-12 12:57:25','Hi Nicole,\r\nThank you! What an interesting tip. It is important to make sure your flow is good.\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','comment',0,4),
(6720,2300,'Nicole','nicoleerleblanc@gmail.com','','24.222.47.171','2013-08-12 12:04:05','2013-08-12 12:04:05','I find it helps to read your piece backwards- starting from the last paragraph to the top- it sets a different frame for your own words.\r\n\r\ngreat tips, thanks! :)',0,'1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; .NET CLR 1.1.4322; .NET4.0C)','comment',0,0),
(7161,2255,'Where is the soap dish? (Or why UX is important.) | Deborah Brody Marketing Communications','','http://deborahbrody.com/2013/08/where-is-the-soap-dish-or-why-ux-is-important/','192.232.223.54','2013-08-27 13:51:30','2013-08-27 13:51:30','[...] weeks ago, I told you all about the awful experience that passes itself of as the Holiday Inn Express. One of the smaller, yet super annoying, things [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.5.2','pingback',0,0),
(11734,2431,'Claire @ The Talk of Manchester','clairebryant@outlook.com','http://www.thetalkofmanchester.co.uk','86.185.120.227','2013-12-09 15:52:02','2013-12-09 15:52:02','Networking is definitely something that you have to put the effort in to reap the benefits but if done right it is something that could be core to your businesses success.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36','comment',0,0),
(11735,2431,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2013-12-09 15:54:54','2013-12-09 15:54:54','Absolutely right Claire! It is about business success (and personal success too). Thanks for reading.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:25.0) Gecko/20100101 Firefox/25.0','comment',0,4),
(11752,2431,'Brad Phillips','contact@mrmediatraining.com','http://www.MrMediaTraining.com','47.21.235.78','2013-12-09 19:46:54','2013-12-09 19:46:54','Deborah, \r\n\r\nYou\'re absolutely right. I try hard to be in the third (and \"correct\" category - but I have to admit that at times, I get so busy that my networking skills lag behind where I\'d like them to be. A good goal for 2013!\r\n\r\nThanks for the great post.\r\n\r\nBrad Phillips',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0','comment',0,0),
(11753,2431,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2013-12-09 20:01:05','2013-12-09 20:01:05','Brad,\r\nThanks for reading! You are so active on social media and often interact with people there. That\'s a very valuable part of networking today. That said, it is always a good goal to devote more time to in-person networking. I found being on a board/committee the best way to get to know people.\r\n\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:25.0) Gecko/20100101 Firefox/25.0','comment',11752,4),
(22405,2660,'Brad Phillips','contact@mrmediatraining.com','http://www.MrMediaTraining.com','74.101.26.51','2014-06-27 02:54:54','2014-06-27 02:54:54','Good post, Deborah, and a good example of the tale of two contrasting yoga instructors. \r\n\r\nOne thought occurred to me: Are spammers really \"mass marketers?\" I\'m thinking I\'ll refer to them merely as spammers from now on so I don\'t lump them in with people doing more honest mass marketing (e.g. a television advertisement on a network program that appeals to many demographic groups). \r\n\r\nKeep up the great work!\r\nBrad',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','comment',0,0),
(19051,2581,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-04-24 14:55:29','2014-04-24 14:55:29','Had a similar discussion today, on the overuse of !!! in content. It\'s lazy and cheap, this Buzzfeed (yeah, I\'ve been down that rabbit hole a few times) or worse, Upworthy (which somehow I luckily miss most of it) style of what I call linkbait and switch. It\'s promising something life-changing or amazing, then pulling the rug. Heck, every time an airline I\'ve \'liked\' runs a new post (read: blatant advertisement) on FB hyping it\'s new sale fares, they get nailed in the comments. Because it\'s one route no one wants at a discount, the rest.. not so salesy. \r\n\r\nWhat annoys me more than the marketing crap, have to admit, are the \'media\' sites doing this for ads and eyeballs. HP was famous for keyword stuffing; others have been on this click click whoring gallery binge. But most are just this: the promise of something new and interesting that\'s a clever headline and nothing more but a blurb, then maybe a link to someone else\'s \'real\' story. ugh. I hate it too, that \'there\'s 3 minutes of my life I\'ll never get back\' feeling. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36','comment',0,0),
(19054,2581,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-04-24 16:37:27','2014-04-24 16:37:27','Hi Davina,\r\nYes, media sites/websites are all looking for eyeballs. They don\'t seem to care whether those eyeballs ever return though. You can be hoodwinked once or twice, but more? \r\nThanks for sharing!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','comment',19051,4),
(10032,2408,'Mark W Schaefer','m_rialta@yahoo.com','http://www.businessesgrow.com/blog','68.114.146.64','2013-11-15 10:59:48','2013-11-15 10:59:48','Thanks for continuing the dialogue on this topic Deborah! Appreciate your insights.',0,'1','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36','comment',0,0),
(7487,2327,'Kireet','kireet@feedly.com','http://feedly.com','24.184.69.45','2013-09-10 15:43:59','2013-09-10 15:43:59','Sorry you are having issues getting your blog content in Feedly. I have checked your feed, which we have in the system as http://deborahbrody.com/feed/. The articles seem up to date as of now (except for this one, which will be pulled in on the next poll). in general, your blog content should be updated in Feedly within a few hours. The next time you see a longer delay of days, please contact me directly.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36','comment',0,0),
(7505,2327,'Before you send that email&#8230; | Deborah Brody Marketing Communications','','http://deborahbrody.com/2013/09/before-you-send-that-email/','192.232.223.54','2013-09-11 14:57:51','2013-09-11 14:57:51','[&#8230;] you read yesterday, this blog&#8217;s feed was not appearing in Feedly. I wrote Feedly and I got an automated response [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.6','pingback',0,0),
(7506,2327,'Woody Williams','woody.williams@gmail.com','','50.131.253.145','2013-09-11 15:31:39','2013-09-11 15:31:39','It\'s encouraging to see Feedly\'s rapid response to your problem, which probably wasn\'t affecting only you :p\r\n\r\nI\'m interested in knowing if their fix remedied the issue? Inquiring minds want to know.',0,'1','Mozilla/5.0 (Android; Tablet; rv:23.0) Gecko/23.0 Firefox/23.0','comment',0,0),
(7507,2327,'Deborah Brody','deborah@deborahbrody.com','','200.12.57.220','2013-09-11 15:57:26','2013-09-11 15:57:26','Hi Woody,\r\nThanks for checking in! Yes it is encouraging, and it seems to be partially fixed, although I have yet to see today\'s post appear in my Feedly. I am not sure why this happened or how it is being seen on other readers or by other people.\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0','comment',7506,4),
(7513,2327,'Kireet','kireet@feedly.com','http://feedly.com','24.184.69.45','2013-09-12 01:12:55','2013-09-12 01:12:55','The latest post has made it into our system. The rate at which your feed will be polled is influenced by a number of factors. The surest way to guarantee faster polling is to sign up for a pro account and subscribe to your feed. That is totally up to you, in any case your feed should be updated in Feedly within a few hours of posting. Please contact us if you see any longer delay than that. Thanks!',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36','comment',7507,0),
(7523,2327,'Self-monitor or &#8230;. | Deborah Brody Marketing Communications','','http://deborahbrody.com/2013/09/self-monitor-or/','192.232.223.54','2013-09-12 14:52:56','2013-09-12 14:52:56','[&#8230;] when it does. This is how I knew there was a problem with Feedly and my blog feed (detailed in this post&#8211;read the comments please). I subscribe to my blog via email too, to make sure Feedburner is operating as it [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.6.1','pingback',0,0),
(7525,2330,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-09-12 16:19:01','2013-09-12 16:19:01','Years ago, a colleague of mine had a company sign off on proofs, printing for a brochure - only the company name was wrong. They\'d been signing off on proofs many steps along the way, the mistake never caught until it printed. I\'ve been there, we all have - clients send you the wrong dates, the wrong spellings, expect you to fix their mistakes or just intuit their true meaning (sometimes whilst not paying you to do review/edit, just to \'do\' .. eye roll). \r\n\r\nI read and reread my emails, my blog comments, almost anything. Typos are so hard in this fast, fast get it done in 2 minutes world. Harder to check your own work, even the obvious can slip past you. Harder to make sure your meaning is clear. Like anything else, at best you appear careless, sloppy when you mess up; at worst you miss a key opportunity, offend your best customer or lose that perfect hire. Then worse gets worse, when your dirty laundry goes public, goes social - damaging your brand reputation and you have to invest in damage control rather than building your biz. So, check - then check again. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36','comment',0,0),
(7526,2330,'Deborah Brody','deborah@deborahbrody.com','','200.12.57.220','2013-09-12 17:40:30','2013-09-12 17:40:30','Hi Davina,\r\nWe are human and mistakes get made, BUT, some are more preventable than others. It seems many are just not trying hard enough. It is one thing to have one typo/mistake and another to have emails full of them, or many times in a row. I agree, check it and have others check it. \r\nCheers!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0','comment',7525,4),
(10780,2408,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2013-11-22 17:01:48','2013-11-22 17:01:48','I\'ve written about it before - there are some benefits of being behind a keyboard. We\'re more confident, more comfortable than we are in person, sometimes more engaging; I know I am. Then there\'s the anonymity factor -  I.E. I\'m on several message boards w/ a handle... not sure I\'d be comfortable with my name on my TripAdvisor. Not that I\'m writing anything wrong, but more an issue of safety, privacy.\r\n\r\nThen there\'s the dark side of society that attacks, judges without thinking. Throw in the anonymity w/ that lot, like on Twitter or Yahoo!News comments, and it\'s the worst. The trolls, the pot stirrers making it bad for the rest of us.\r\n\r\nThere are times I think, if I am too careful too cautious, then how am I being \'authentic\'? but oh wait, what if - gasp! - I share an opinion that might - the horror! - be a little silly, snarky or offensive, not 110% politically, socially correct the world over??!! Do I risk my career or run of my friends?! ;-) IDK most of the issues I\'ve read have been, not so much the \'face to face\' issue as it has been \'the truth is out\' and they realize you aren\'t \'who they thought you were.\'\r\n\r\nDon\'t misunderstand - I totally agree w/ you. We need better manners, we need to be more tolerant and accepting of others, of different personalities and viewpoints and celebrity hairstyles and everything else. We need to remember -- online AND face-to-face --  it\'s a real person w/ feelings on the other side of the conversation; that they may have a different view point than you; and that\'s OK. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','comment',0,0),
(23108,2665,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-07-10 16:19:49','2014-07-10 16:19:49','Pop Ups! Hate them - ads, subscription boxes, download the free crap - don\'t care what they\'re for, they almost always make me bounce right away. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','comment',0,0),
(23112,2665,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-07-10 18:02:31','2014-07-10 18:02:31','Yes! Pop ups are a huge turn-off. I visited one website that had not one but two sign-ups pop up before I could even get to read the content. Closed and left! Thanks for commenting.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','comment',0,4),
(20099,2587,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-05-13 17:31:03','2014-05-13 17:31:03','The mobile apps don\'t allow customization. Once a socially or even business savvy networker learns this.. then yeah, customize. My latest set of LI \'rules\' highlighted some of the responses I get when I take the time to follow up to these generic invites, to ask how we know each other and why we should connect (or friend on FB). I share your frustrations, esp. when I get those \"I want to send you an ocean of love\" requests (yes, on LinkedIn.. not kidding). \r\n\r\nYou\'re right - and the people who need to read these kind of tips and tricks posts don\'t. Just because you can attach 34 pictures to one email that doesn\'t mean you should; some people don\'t know (or care) that there are more technically savvy and frankly, digitally courteous ways to share all those pictures. Like anything else, there\'s a learning curve and we need to take the time to think about what we do - online and off. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','comment',0,0),
(20102,2600,'Lori','crowecommunications@gmail.com','','70.192.207.238','2014-05-13 18:52:42','2014-05-13 18:52:42','Great post, Deborah!  I love how you took a seemingly unrelated life occurrence and tied it to some very real and super important marketing concepts.  Clever new call to action at the bottom of you post, too. :)  Thanks for sharing.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0','comment',0,0),
(20104,2600,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-05-13 19:35:34','2014-05-13 19:35:34','Hi Lori,\r\nThanks for reading and commenting. I always say everything can become a blog post! \r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0','comment',0,4),
(10752,2270,'Strangers, Generic Invites and other LinkedIn dilemmasStrangers, Generic Invites and other LinkedIn dilemmas','','http://www.3hatscommunications.com/blog/2013/linkedin-policy-revisited/','72.167.131.154','2013-11-21 13:03:50','2013-11-21 13:03:50','[&#8230;] Generic, random LinkedIn requests are cold, impersonal, unprofessional, lazy, annoying. [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.7.1','pingback',0,0),
(21343,2632,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-06-03 18:39:54','2014-06-03 18:39:54','It\'s work. One of the first things I wrote about Twitter. Scheduling - selectively reading then sharing a few things of interest, then spacing them out over a day - that\'s different. All this noise, all these automated feed driven tweets, is just that, noise; and then some of the vary same people feeding the machine are the ones decrying the platform\'s usefulness. See also FB; one thing G+ has going for it is that the API hasn\'t opened up to this kind of automated, robo posting.\r\n\r\nI still really like Twitter; what it is for me isn\'t what it is for everyone else, I get that. Still.. as a biz communicator I look at so many brands and how they run their Twitter (all SM really) and think, \'damn they are doing it wrong.\' \r\n\r\nAnd FWIW, one day soon I\'m gonna go on a \"humble-bragging\" rant, so world... consider yourself on notice. ;-)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','comment',0,0),
(21344,2632,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-06-03 19:14:57','2014-06-03 19:14:57','Hi Davina,\r\nAbsolutely it\'s work. It\'s having a conversation with many many people. If you don\'t have time for it, I say don\'t do it. Scheduling some tweets is fine but this idea that you can automate your life on Twitter is so counter-productive. \r\nAnd let me know when you go on the rant...I am sure I will agree with it all!\r\nThanks for reading and commenting!\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0','comment',0,4),
(21348,2623,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-06-03 20:21:58','2014-06-03 20:21:58','I decided for me .. this is enough, all this reading and learning and networking. The kind of professional development I need is being in a room of COOs, CEOs, even CMOs - the ones who HIRE people like me. Business owners and execs, those who don\'t really get this whole \'communication in all its PR, SM, blah blah forms IS what makes a business work\' - that\'s the trip that\'ll deliver the value to me. Alas, I ain\'t found it yet. :-) FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','comment',0,0),
(18575,2571,'Deborah Brody','deborah@deborahbrody.com','','200.12.57.220','2014-04-15 13:41:31','2014-04-15 13:41:31','Hi Davina,\r\nThanks for your input. I know very little about niche networks, but think that would be a great place depending on what you do. Need to research those ASAP! And absolutely, being social and building relationships are what social media is really all about.\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','comment',18562,4),
(22294,2652,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-06-25 12:23:07','2014-06-25 12:23:07','Hi Davina,\nThere\'s a difference between how others perceive you and how you present yourself. I am not sure, haven\'t met you in person, on either. However, I think being genuine and \"you\" is the best way to present yourself. If others judge you because you are a solo consultant, it speaks more to their biases than to your presentation. Some people are judgmental. They come to the table with preconceived notions, so there is little you can do. \nI agree we should give benefit of the doubt and a grace period. \nThanks for commenting as always!\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0','comment',22046,4),
(18562,2571,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-04-15 05:05:02','2014-04-15 05:05:02','Thinking market, industry, referrals... it\'s important to look beyond the big networks, sometimes drill down if you\'re a more specialized biz. Other places to check are other niche networks and forums, being careful as most of these are protective of their communities (meaning no sales pitches). As you\'re considering \'bang for the buck\' you\'re spot-on about the small business owner\'s strengths (and weaknesses); this has to be concentrated where they\'ll actually spend the time to see any returns. Words, pictures, videos - it\'s what they can do and what they\'re target audiences respond to the most. \r\n\r\nAnd as always, once you\'ve found the right network remember: be social. People connect w/ fun, helpful people much more than they do w/ someone who only posts things to sell them something. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36','comment',0,0),
(22428,2660,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-06-27 13:10:42','2014-06-27 13:10:42','Hi Brad,\nThanks for reading and commenting. Always appreciated! \nAs to your comment about mass marketers, I agree that is not really an accurate term. They are spammers!. My point still is that they send out mass emails with no targeting. There is a difference between marketing on mass media (TV) and \"mass\" marketing. Mass marketing is targeting everyone, with no segmenting at all. You can use mass media to target a certain segment of the population or even various groups as you point out. Advertisers use the main demographic for a TV program to determine who they are reaching and figure that if others watch, that is just spillover or bonus \"eyeballs.\" That\'s always been the problem with advertising on mass media and why people are so eager to microtarget.\n\nNamaste!\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','comment',22405,4),
(15953,2501,'Deborah Brody','deborah@deborahbrody.com','','200.12.57.220','2014-02-19 01:04:13','2014-02-19 01:04:13','Excellent comment. Do a little at a time/break it up into chunks. Yes, absolutely, if it helps to get it done. Thanks for your comment!',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0','comment',15949,4),
(17116,2542,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-03-18 17:35:20','2014-03-18 17:35:20','The other day I read an article about an Oscar party and how no one spoke up when a couple of men were behaving pretty badly; it was sexist and offensive and everyone avoided them – but no one said or did anything. This morning I shared a post of stories from professional journalists, the sexist and misogynist crap they\'ve endured over the years. Heck I\'ve blasted Madison Ave. in the past for both their fear/image mongering as well as the lack of cool for anything directed at the female buyer. \r\n\r\nIt is a different century; demographics may say something is purchased by this audience or that, but still -- almost anyone sees or hears that messaging. Wisecracks about dumb dads or racist or sexist or homophobic b.s. .. I\'ve got an evolved sense of snarky humor; but as a business communicator, I would suggest that any client think, test and retest again before launching such a divisive and potentially offensive campaign. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36','comment',0,0),
(17119,2542,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-03-18 18:41:13','2014-03-18 18:41:13','Sadly, most buyers are not focused on the messaging and the mostly male creative gang keeps coming up with this type of stuff. As long as we continue to stay silent, they will continue to do this.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0','comment',0,4),
(14867,2463,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-01-16 20:58:45','2014-01-16 20:58:45','I can tell you from experience as a good designer and damn good writer, I\'ve done some lovely pieces that were absolutely worthless. Why? Wrong audience, wrong message, wrong pitch, wrong product, wrong image, wrong medium .. you get the point. If it\'s a print consumer, why are you investing $ in the website, trying to change that? Why are you producing pieces that get old? Why are you sending this stuff to the same people who\'ve not bought from you the last 5 times you sent this??!! Gee whiz I could rant forever on the newsletter alone. \r\n\r\nWHY. Why is my most asked question, along with \"and? and? what else?\" Too often businesses either fall into ruts - new year, new brochure - do things out of habit; and/or they are very chicken/egg with their efforts, never asking these kind of questions, working backwards. Why is that audience better? Why is that offer the right one for them? Why should they care? Why a FB campaign? Why is this tactic better for your biz, why will it make a difference? And FWIW, \'we want to sell stuff\' really shouldn\'t be your only \'why.\'',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.77 Safari/537.36','comment',0,0),
(16684,2530,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-03-08 16:20:03','2014-03-08 16:20:03','I\'ve read a few posts that suggest if content is good enough, you\'ll find ways to share it w/out the easy buttons. While I agree in theory, I find it foolish to presume - not to mention you always lose out of the credit and the ability to track those metrics. Agree w/ all of these - be clear on who and what, give credit to guest authors, make sure the post is readable. Another few mistakes I see - no images; no links or worse IMO, links only to yourself; the biggest of course, no point and purpose to help achieve business goals. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','comment',0,0),
(17329,2547,'Is Feedly picking up the feed? Test post. | Deborah Brody Marketing Communications','','http://deborahbrody.com/2014/03/is-feedly-picking-up-the-feed-test-post/','192.232.223.54','2014-03-24 13:32:06','2014-03-24 13:32:06','[&#8230;] multiple times already, Feedly has stopped picking up the feed to this blog. My last post, which I wrote on Thursday, March 20, has yet to appear. I am testing to see if this post will be picked up. It is a disaster when you [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.6.1','pingback',0,0),
(16939,2535,'Is robotic social media worth it? | Deborah Brody Marketing Communications','','http://deborahbrody.com/2014/03/is-robotic-social-media-worth-it/','192.232.223.54','2014-03-14 13:38:11','2014-03-14 13:38:11','[&#8230;] On Wednesday, I wrote about how some Twitter accounts seem to be run by Rosie, the robot maid on The Jetsons. But robotic social media happens on other social networks and even on blogs. Since so many people seem to be doing it, what is the value of robotic social media? [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.6.1','pingback',0,0),
(16867,2535,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-03-12 21:57:30','2014-03-12 21:57:30','At least a few times a week now, I\'ll reply to someone who shares a general tweet - something basic, no link, maybe even a question. You know, jump into a conversation. So far - crickets. And that\'s from people tweeting in real-time. Maybe they don\'t know me, maybe they haven\'t noticed when I\'ve RT\'d them. Or perhaps too many of us - myself included - are so busy gaming our social shares we forget to be social. IDK.\r\n\r\nWhat I do know is that, aside from a handful of scheduled tweets, if I\'m on social I\'m on. If I don\'t engage in real time, I make it a point to follow up later. My Twitter client of choice is TweetDeck - b/c it lets me filter a lot of the preprogrammed feeds and noise that people robotically schedule; adding Commun.it to the list. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36','comment',0,0),
(24489,2722,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-08-15 11:54:26','2014-08-15 15:54:26','Jargon is different from meaningless buzz. A lot of jargon or code is often \'industry\' terms that we have to do a better job teaching, explaining. I.E. as a designer, I need to do a better job of not sounding so jargon-y as I explain print graphics, raster, vector, file formats, printing prep. Those are critical factors, big impact on time, work, money but to someone outside the biz, meaningless jargon. \r\n\r\nNow the other day I had a chat on Twitter about the b.s. business babble buzz words marketing uses. I think I share a post or two a month, at least, on this topic. Sadly the people who need to read this are the ones 1) who want to call their crap \'new\' and considering their ho-hum airfare a \'sale\' that\'s \'exciting\' enough to interrupt my day and 2) not going to read this kind of post. Oh and love that Office dictionary, that\'s right up their w/ Unsuckit. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','comment',0,0),
(16891,2535,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-03-13 16:45:17','2014-03-13 16:45:17','Thanks for sharing Davina. I find the same. Do people not know how to check for their @ mentions? I am not sure. People forget that Twitter is about conversation. Perhaps not entirely in real time, but a conversation nonetheless.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0','comment',16867,4),
(23843,2697,'Two content issues (or why I no longer read Mashable) | Deborah Brody Marketing Communications','','http://deborahbrody.com/2014/07/two-content-issues-or-why-i-no-longer-read-mashable/','192.232.223.62','2014-07-29 13:43:24','2014-07-29 13:43:24','[&#8230;] week,  for my eight-week summer challenge post, I challenged you to clean out your social media channels, such as your RSS feeds. I did some cleaning myself, and I finally removed Mashable from my feeds. [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.9.1','pingback',0,0),
(17428,2549,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-03-26 15:39:25','2014-03-26 15:39:25','Hi Lisa,\nThanks for letting me know. It\'s been very unreliable. Sometimes updating immediately, sometimes days later. I am very frustrated with it!',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','comment',17427,4),
(17427,2549,'Lisa','Lisa@bigleapcreative.com','http://bigleapcreative.com','50.52.50.41','2014-03-26 13:34:15','2014-03-26 13:34:15','Yes! It\'s working. :) came here from Feedly.',0,'1','Mozilla/5.0 (iPad; CPU OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B651','comment',0,0),
(15949,2501,'Debbie','dfriez@gmail.com','http://capitolcommunicator.com','75.72.253.95','2014-02-18 22:28:24','2014-02-18 22:28:24','I would add you shouldn\'t wait until you have 14 inches, but do a few at a time, so it\'s not so heavy.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','comment',0,0),
(25896,2753,'Brad Phillips','Brad@PhillipsMediaRelations.com','http://www.MrMediaTraining.com','70.8.13.165','2014-09-23 18:55:56','2014-09-23 22:55:56','Deborah, \r\n\r\nGood post. Your line about the five-line email you sent to your friend made me laugh out loud.\r\n\r\nDon\'t lose heart yet. There may be some evidence that millenials are actually reading more than we old folks. http://www.theatlantic.com/technology/archive/2014/09/millennials-are-out-reading-older-generations/379934/\r\n\r\nKeep on bloggin\'!\r\nBrad',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0','comment',0,0),
(25748,2742,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-09-19 09:48:44','2014-09-19 13:48:44','Ever seen the \'tweet to get\' kind of thing, requiring you to post or like before you get an eBook? It\'s a variant, almost \'shames\' you into doing something (social share) b/c you\'re getting something in return. This is much worse, seen it go so far as exit pages and unsubscribe notices. Manipulating, fear mongering, shaming .. really these aren\'t tactics, they just tacky. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.122 Safari/537.36','comment',0,0),
(25749,2747,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-09-19 09:58:59','2014-09-19 13:58:59','I\'m an odd bird socially. I share \'more\' in blogs and comments, on Twitter and even G+ than I do FB (F&amp;F territory) b/c I know who\'s watching and reading i.e. no one. ;-) No really it\'s the nature of the networks, the culture. Tweets fly by and people tend to get that posts are often \'of the moment\' and not totally representative. FB on the other hand, things sometimes are a bit more sticky depending on how often you post. That said, I use lists and edit and filters everywhere but if going that far, why mute or unfriend when I could be more selective and not follow? Or censor myself and try to be less stupid? Or keep that under a different handle? \r\n\r\nNothing will stop the trolls trolling, haters hating yada yada. Nothing will stop brands selling and fakers faking. TEHO and the best we can do is.. what\'s best for us. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.122 Safari/537.36','comment',0,0),
(27575,2774,'Lawrence Fox','lfox@accounting-wizard.com','','99.237.103.87','2014-10-21 16:40:37','2014-10-21 20:40:37','You know, we went through a similar thing a few years ago with the Associaiton of Independent Consultants (AIC). It was, IMO, an unmitigated disaster and we\'ve never really recovered from it. We raised membership fees and then said \"Events are free to members and non-members pay\". We did have to pay rent for the room and coffee. Cash flow went into the toilet, membership renewals evaporated and our surplus disappeared.\r\n\r\nWe no longer do this. Members get in for a discount, as we used to do in the past.\r\n\r\nLawrence',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0','comment',0,0),
(28776,463,'Thanks are not only for Thanksgiving | Deborah Brody Marketing Communications','','http://deborahbrody.com/2014/11/thanks-are-not-only-for-thanksgiving/','192.232.223.62','2014-11-25 09:19:07','2014-11-25 14:19:07','[&#8230;] thank you&#8211;a show of appreciation&#8211;is an important marketing tool. I wrote &#8220;Why a thank you is good marketing&#8221; here five years ago. I still think it&#8217;s [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.0.1','pingback',0,0),
(27637,2774,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-10-22 09:10:36','2014-10-22 13:10:36','Hi Lawrence, \r\nThanks for sharing the AIC\'s story. Sometimes, it pays to try new ways of doing things, but as you point out, it doesn\'t always go as planned. My point is that orgs should be clear as to what their goals are. If your goal is to recruit new members, how do you best do that? If your goal is to raise revenue, how? Etc. \r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0','comment',27575,4),
(26981,2772,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2014-10-16 17:26:48','2014-10-16 21:26:48','I either walk away or I write. Or really, I walk away and rant in my head as I pace around for too long. Then I think, damn.. that would make a good post and then I get to my keyboard and the smart words that were \'just\' in my head.. gone. ;-)\r\n\r\nSeriously though.. I had someone post something on FB and it was very judgmental but I know better. What is said can never be unsaid, so I didn\'t comment. I did however schedule a tweet about the issue. Then there were 2 posts in my LinkedIn Pulse suggested reading: one was platitude laden nonsense, an insult to fluff to call it a fluff piece, from a known \'thought leader\' and the other, well it was a banal list article on industry stereotypes that does nothing to help that (aka my) industry. I really wanted to mix in and set the record straight b/c someone needs to but.. I know better.\r\n\r\nI even asked on Twitter and G+, what\'s better - to leave an intelligent if disagreeing comment? Or to write a post of my own, link back? It\'s hard - you DO have to rock boats, you do have to take chances and a stand to make a point but there\'s always consequences. And if you\'re someone like me, then what happens is you\'re labeled a troll, or accused of attacking someone when really you\'re disagreeing w/ a post. Or worse, nothing as you\'re ignored anyway. And FWIW I\'ve saved that list post on the off chance I use it for something else.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36','comment',0,0),
(26982,2772,'Deborah Brody','deborah@deborahbrody.com','','71.163.253.140','2014-10-16 17:56:02','2014-10-16 21:56:02','Hi Davina,\r\nThanks for sharing your process. I think you shouldn\'t feel as if you can\'t comment or disagree, but you should be conscious of your word choice and emotion. If we post or comment in the heat of the moment, we may say stuff we regret later. If we write it, like you said, in your head, or even as a draft, then you will be harnessing your anger. I agree that when we are angry or moved by something, we sometimes have a great comeback. That\'s why it\'s good to capture it and then think about it calmly. BTW, not that I always follow this advice. But I am trying to be more conscious of it.\r\nDeborah',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0','comment',26981,4),
(28955,2808,'Lawrence Fox','lfox@accounting-wizard.com','http://gravatar.com/lawrencefox','99.237.103.87','2014-12-02 09:57:36','2014-12-02 14:57:36','Deborah:\r\n\r\nGood Etsy sellers also WORK at selling their stuffs, just like anyone else--the better ones do not simply set up a \"good looking site\" and wait around for the $$$ to roll in (I spent some time earlier this year investigating Etsy in order to sell some notecards for my watercolours--and if you really want to make a go of it, the time investment is NOT trivial, not just in the setup (getting good photos, getting good graphics, getting a good story) but in the on-going marketing--which, I guess, is true of nearly every endeavour!)\r\n\r\nAs it is, I don\'t have the time to invest in Etsy, so I haven\'t set up a shop there!\r\n\r\nLawrence',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0','comment',0,0),
(31774,2920,'Are you seduced by the cheap and fast? | Deborah Brody Marketing Communications','','http://deborahbrody.com/2015/04/are-you-seduced-by-the-cheap-and-fast/','192.232.223.62','2015-04-08 11:03:42','2015-04-08 15:03:42','[&#8230;] yet, we are continually being sold cheap and fast. Every day there&#8217;s a new free tool to help you do something (as I wrote about a couple of weeks ago). Or you&#8217;ll find services being offered to do stuff [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.0.1','pingback',0,0),
(30534,2846,'Mark W Schaefer','m_rialta@yahoo.com','','68.114.146.84','2015-02-04 18:39:36','2015-02-04 23:39:36','Thanks for the great article and the very kind shout-out Deborah! I appreciate the fact that you carried the conversation forward.',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36','comment',0,0),
(31372,2920,'Carrie Morgan','morgan@rockthestatusquo.com','http://rockthestatusquo.com','68.231.37.181','2015-03-17 14:16:32','2015-03-17 18:16:32','Great post, Deb! This happens to an incredible degree in the graphic design field, too. THe huge amount of \"free\" design tools encourages everyone to be their own designer. In itself this isn\'t bad - but when someone doesn\'t recognize the difference between amateur versus professional design and the impact on their reputation, it can be extremely harmful.',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36','comment',0,0),
(31373,2920,'Deborah Brody','deborah@deborahbrody.com','','96.255.32.230','2015-03-17 15:08:38','2015-03-17 19:08:38','Thanks for your comment Carrie! Absolutely. One the free graphic design tools is what got me thinking about this. It was incredibly difficult to use and I didn\'t think it was a good solution. But it\'s marketed as such, and many orgs are telling their comms person to learn how to use the tools in order to avoid hiring a professional.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0','comment',31372,4),
(30938,2881,'John Franklin','lanceoak@hotmail.com','','24.150.49.179','2015-02-25 13:52:13','2015-02-25 18:52:13','You mention a word used by a broadcaster that was \"racist\". Not all your readers would have seen this word used so, you could put it into your story under the context of education.  Maybe some of us would like to ensure we do know the true meaning of this mysterious word. Allowing PC to put a crimp on ones writing only allows the continuation of ignorance and racism. I would not call you racist if you used the word to educate me, unlike some who use the word to demean a race.',0,'1','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','comment',0,0),
(30939,2881,'Deborah Brody','deborah@deborahbrody.com','','96.255.32.230','2015-02-25 13:56:19','2015-02-25 18:56:19','John,\nPlease click on the link for the story in the Cleveland Plain Dealer. You can also search Google for the name of anchor. You can then see for yourself what the word was. I choose not to include it because there I don\'t want to offend and it is not necessary for the rest of my post to make sense.\nThanks for reading.',0,'1','Mozilla/5.0 (Windows NT 5.1; rv:35.0) Gecko/20100101 Firefox/35.0','comment',30938,4),
(31108,2881,'6 Copy Editing Rules to Make You a Better Writer | Deborah Brody Marketing Communications','','http://deborahbrody.com/2015/03/6-copy-editing-rules-to-make-you-a-better-writer/','192.232.223.62','2015-03-04 09:48:32','2015-03-04 14:48:32','[&#8230;] 3. Use a dictionary (and choose your standard). There are a couple big dictionary names: Oxford and Merriam-Webster. Choose one and stick to it and then use it to make sure that you are spelling [that word] correctly. And more so, does [that word] mean what you think it means?  [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.0.1','pingback',0,0),
(30809,2846,'Davina K. Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/blog/','108.203.209.104','2015-02-18 13:23:09','2015-02-18 18:23:09','I\'ve always championed comments, yet been doing a lot of thinking and rethinking about them: their value will always depend on the blog, the site, its goals not to mention the quality of its community and moderation. \"perceived popularity trap\" - I must say AMEN to that, esp. \'perceived.\' Saving this for a \'someday\' post. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','comment',0,0),
(35284,3089,'Alicia','alicia@thrivedc.org','http://www.thrivedc.org','96.88.198.77','2015-12-07 13:50:52','2015-12-07 18:50:52','Deborah,\r\n\r\nYou are so right!!  I initially attributed my annoyance at these distractions as me being too sensitive.  But, I am so glad to see that I am not the only one. \r\nI think a lot of the \"lack of attention\" also has to do with information overload. There is soo much to sift through these days everyone is much more discerning about what they will spend time on digesting. \r\n\r\nAs we were crafting our year -end appeal this year I knew that sharing information on our issue was not enough, we had to make our supporters understand the urgency of our work. Creating a compelling message, through urgency, emotion, impact etc. is more essential than ever. \r\n\r\nAs for opportunities to present in groups. I ask, just like being at the movies, for everyone to mute their phones.  This sets a tone that these types of distractions will be frowned upon. As a presenter I also try to create a more conversational/interactive presentation with the hopes of engaging the audience instead of just talking at them.  The days of the didactic lecture are gone. People must be stimulated, either visually, emotionally or topically.',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36','comment',0,0),
(35025,3083,'Carrie Morgan','morgan@rockthestatusquo.com','http://rockthestatusquo.com','68.231.41.250','2015-11-05 11:23:55','2015-11-05 16:23:55','Inevitably the ones thanking me for being a top influencer \"in their community\" are the ones that I barely know. Maybe I sent a single RT, or they joined my #PRprochat, or I sent them a thank you tweet. The ones that understand true engagement and social proof versus building negative social proof don\'t participate in sumall, communi.ty (sp?) and the like. \r\n\r\nI hate automation. I really, really hate it. It\'s against the very authenticity and real-time engagement that Twitter is founded on.',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','comment',0,0),
(35026,3083,'Deborah Brody','deborah@deborahbrody.com','','173.79.43.241','2015-11-05 11:28:54','2015-11-05 16:28:54','Hi Carrie,\r\nObviously, we\'re on the same page on this one. Automation absolutely kills authenticity and real-time engagement. Thanks for commenting!',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','comment',35025,4),
(34702,3043,'Debbie Friez','dfriez@gmail.com','https://www.linkedin.com/in/dfriez','50.80.18.77','2015-09-22 18:36:13','2015-09-22 22:36:13','This is so timely! I recently attended a Social Media Breakfast that touched on this subject and I was asked to speak on it for another group. Thanks for sharing!',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','comment',0,0),
(42671,2656,'Ronni','director@carsoncitychamber.com','http://www.carsoncitychamber.com','69.227.136.26','2017-04-04 13:58:48','2017-04-04 17:58:48','Interesting point of view, Deborah.  We are struggling with how to maintain effectiveness in this new world of social media.  From your photo, you look like a Millennial.  With this group, all former \"standards\" have been thrown out of the window.  We find that less and less of the younger business professionals want to network face-to-face or shake a hand.  Looking down at a phone screen seems to be the new way of doing business.  Getting up early to network at a breakfast meeting is not on the agenda - neither if the after hours networking.  Our most successful networking happens during lunch - paid by the business - with a good speaker as the draw.  You are correct, we are morphing into something different and that is why most Chamber executives need to realize that the days of operating on dues income alone is way past time.  Non-dues revenues and more outreach into the community is important. The general public, however, still relies on Chambers for information and endorsement.  Your insight is important, thank you!',0,'1','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','comment',0,0),
(43801,3502,'Deborah Brody','deborah@deborahbrody.com','','173.79.35.18','2017-06-01 10:12:29','2017-06-01 14:12:29','Yes, it may be holding back the ocean, but I think it starts with raising awareness.',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0','comment',43800,4),
(43800,3502,'David Heyman','dheyman1@gmail.com','','170.109.16.2','2017-06-01 10:10:18','2017-06-01 14:10:18','I questioned the tweet of a DC doughnut place. The \"junior staff member\" at first said it was just the hashtag they were using, which it wasn\'t. They must have gone back and re-read their tweet. They ended up deleting their original tweet, coming back with something more appropriate for the day. And inexplicably, they tagged me in the new tweet.\r\n\r\nBut I then did a search on \"happy memorial day\" in Twitter and there seemed to be thousands of them from all sorts of different brands. So it seems we are trying to hold back the ocean. Or correct everyone who uses EST when they mean EDT.',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','comment',0,0),
(35638,3134,'Carrie Morgan','morgan@rockthestatusquo.com','http://carrieannmorgan.com/','68.231.41.250','2016-01-29 15:50:30','2016-01-29 20:50:30','Flabbergasted!! That\'s another one of my favorite words. LOL',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','comment',0,0),
(35639,3134,'Deborah Brody','deborah@deborahbrody.com','','173.79.36.201','2016-01-29 15:53:46','2016-01-29 20:53:46','It\'s heinous how flabbergasted I am at my inability to think of my favorite word! Thanks for sharing Carrie!',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','comment',0,4),
(35628,3134,'Carrie Morgan','morgan@rockthestatusquo.com','http://carrieannmorgan.com/','68.231.41.250','2016-01-28 10:32:53','2016-01-28 15:32:53','Thanks for making me the first victim! LOL I\'m honored. =)',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','comment',0,0),
(40276,2270,'Strangers, Generic Invites and other LinkedIn dilemmas','','http://www.3hatscommunications.com/2013/linkedin-policy-revisited/','198.71.62.131','2016-12-15 11:53:22','2016-12-15 16:53:22','[&#8230;] Generic, random LinkedIn requests are cold, impersonal, unprofessional, lazy, annoying. [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),
(39462,3391,'Davina K Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/','108.203.209.104','2016-11-10 12:28:47','2016-11-10 17:28:47','Urgent email: only one mandatory meeting. No info on place, time. Intraoffice memos or carelessly worded HR announcements in company newsletters that have to be backtracked and reworded over and over. We\'ve all been there, b/c the people doing the writing are not business communicators. \r\n\r\nToo many times, I\'ve had that moment when I\'ve asked the client or supervisor \'who\'s this really for?\' and it\'s blank stares. It\'s all based on an assumption that everyone can \'communicate\' so it\'s not a real skill. Companies staff out real work to non-exec assistants, interns, unexperienced \'brand\' managers b/c it\'s \'just Facebook.\' See also: why PRs get asked by nonprofits for free work, but they\'d never ask an accountant to do their taxes and payroll for nothing. Ahem.\r\n\r\nBusinesses and their Leaders don\'t value the discipline like they do Finance, Economics, etc. It\'s not about the people, understanding their wants/needs; it\'s all about the company. FWIW that\'s why I\'m looking for something different.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36','comment',0,0),
(39463,3391,'Deborah Brody','deborah@deborahbrody.com','','173.66.175.140','2016-11-10 14:33:34','2016-11-10 19:33:34','Thanks Davina, for your comment. Yes, it really is a skill to communicate effectively and to write for communications. Very few people that are not in the field take the time to think and that\'s why there\'s so much useless junk out there!',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0','comment',39462,4),
(37091,3220,'Forcing &#8220;likes&#8221; is poor business communication (part 1) | Deborah Brody Marketing Communications','','http://deborahbrody.com/2016/06/forcing-likes-is-poor-business-communication-part-1/','198.46.81.179','2016-06-03 09:36:07','2016-06-03 13:36:07','[&#8230;] few weeks ago, I told you about how a Udemy instructor requested that I change my review from three stars to five stars because it would help him remain [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.0.11','pingback',0,0),
(44295,3502,'Davina Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/','172.2.121.184','2017-06-24 11:40:06','2017-06-24 15:40:06','Whenever I get off my duff and write my post about interns and now, the so-called \'entry level\' positions I keep seeing -- as if FOR ME?! -- I\'ll be linking back to this. Ditto when I update my old holiday marketing post.  \r\n\r\nWhy is it always the \'you get what you pay for\' set is the same that doesn\'t value experience? And it\'s not just the junior - it\'s the staff that outsources all of this to AI, to a software program. There\'s apps that plan content and holidays so easily fit into that and there\'s no one of experience at the helm to set some controls. \r\n\r\nOn the on hand, I think almost ANYTHING done by a brand is by definition business and marketing b/c it\'s all done w/ intent to build the brand, the rep, and therefore the business. On the other hand, businesses are people, so I\'m not offended when they recognize solemn events, provided it\'s done respectfully w/ sensitivity. It\'s when it is all \'link, like, share, post, buy, sell!\' that gets me. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','comment',0,0),
(41692,3438,'Davina K Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/','172.2.121.184','2017-02-15 13:46:15','2017-02-15 18:46:15','Agree w/ all will really agree w/ #5. I\'ve gotten those robocalls that are so so annoying. What\'s worse is when it\'s got a CTA a promo that is SO much better than what you have. To wit, I finally wore Uverse down to get the same 2-year rates they offer new subscribers. To me that is one of the worst fails in Public Relations (and customer service, brand culture) - neglecting the loyal customer, taking them for granted. FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','comment',0,0),
(48687,3609,'If advertising is better, why bother with PR? | Deborah Brody Marketing Communications','','http://deborahbrody.com/2017/12/if-advertising-is-better-why-bother-with-pr/','198.46.81.179','2017-12-12 10:54:14','2017-12-12 15:54:14','[&#8230;] editor of the Washington Business Journal, Vandana Sinha. I asked her about the change I discussed here last week, where the Business Journal is now charging for personnel announcements in their  &#8220;People on [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.0.21','pingback',0,0),
(57321,3826,'Paul','paul@weissman.agency','','82.0.145.47','2019-05-24 12:50:41','2019-05-24 16:50:41','My company has been receiving multiple similar emails from Impature as well.\r\n\r\nWe have a catch-all setup on our email so if you send something to anything@our-domain-name.com, we will receive it if that specific address doesn\'t actually exist. The emails have been sent to a whole bunch of made up first names that don\'t match up with anyone that has ever existed at our company and sent to made up email addresses to match. I responded to two of these, each time politely requesting that ALL addresses ending in our domain name be removed from their mailing list but continued to receive them.\r\n\r\nToday I called Imparture\'s UK office and requested the same. I got the impression from them that it was a very common request.\r\n\r\nWe\'ll see if they honor their promise to do so this time round. Otherwise, I\'ll definitely be looking to report this activity on principle.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36','comment',0,0),
(56805,3932,'Pip','pipmeadway@me.com','','77.102.250.130','2019-05-03 08:33:48','2019-05-03 12:33:48','... we have emails them at team@bark.com and asked to be removed from their mailing lists, which they have done promptly',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15','comment',0,0),
(56808,3932,'Deborah Brody','deborah@deborahbrody.com','','96.255.136.74','2019-05-03 09:24:06','2019-05-03 13:24:06','Thank you for commenting. I am very interested to know that others have also received the barrage of emails. In the US, there is little to be done about SPAM. If this outfit, in spite of being beholden to GDPR rules, thinks that this is a good way to reach people, I think I\'ve proven my point that they do not understand how to do email marketing.',0,'1','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','comment',56803,4),
(56803,3932,'Pip','pipmeadway@me.com','','77.102.250.130','2019-05-03 06:01:20','2019-05-03 10:01:20','Our not for profit organisation has received almost 100 in the last few days.  We have asked them to stop.\r\n\r\nNote that if they are emailing direct to your name, (e.g. joebloggs@mycompany.com) as they are doing with our staff, then they are in breach of GDPR regulations. If they don\'t stop as soon as possible then they will be reported to the Information Commissioners Office.\r\n\r\nThe maximum fine for a GDPR breach is 4% of annual global turnover or 10 million Euros, whichever is higher.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15','comment',0,0),
(55708,3944,'Davina Brewer','davina@3hatscommunications.com','http://www.3hatscommunications.com/','172.2.121.184','2019-03-26 10:00:02','2019-03-26 14:00:02','It\'s like when I use my turn signals - it\'s not just for me, it\'s for them, to let others know of my driving, maneuvering intentions. FWIW I wrote much the same thing: big business, forgot to tell guests it was closing early so guests missed out on the business. Sigh.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','comment',0,0),
(55220,3932,'Olivia Davis','info@outbound.net','https://outbound.net','49.145.133.77','2019-02-26 06:50:25','2019-02-26 11:50:25','Receiving spam, marketing and scam emails is very annoying. The best way  to deal with it is to block those emails.  Thank you for giving us information on what makes those emails look and act like spam.',0,'1','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','comment',0,0),
(54685,3876,'Do you follow best practices? &#8211; Deborah Brody Marketing Communications','','https://deborahbrody.com/2019/01/do-you-follow-best-practices/','198.46.81.179','2019-01-25 10:12:21','2019-01-25 15:12:21','[&#8230;] many organizations that send email marketing pieces that are made up of all images and not text (I&#8217;ve written about this before).  The industry best practice is to include the important information in a text format. The [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.9.8','pingback',0,0),
(146177,4142,'Desperate times call for desperate measures? | Deborah Brody Marketing Communications','','https://deborahbrody.com/2020/11/desperate-times-call-for-desperate-measures/','198.46.81.179','2020-11-06 08:46:05','2020-11-06 13:46:05','[&#8230;] Among the COVID economic downturn, some companies are getting desperate for business,  as I wrote in my last post. [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.9.8','pingback',0,0),
(122052,3932,'Jeremy','Ninjas@hbauto.co.nz','','101.98.129.62','2020-07-30 02:53:45','2020-07-30 06:53:45','I’m in NZ as well. I responded to the email from Kate explaining that I wasn’t interested and unsubscribed. The next day I got another one. This time I phoned them as there was a local number on the email. Went through to a pleasant sounding person in the UK. She said that Kate was one of their Marketing people, but she wasn’t available... ;)\r\n\r\nI asked her to remove me and she assured me it was done. \r\nFor good measure I unsubscribed a second time. \r\nLet’s see what happens tomorrow morning!',0,'1','Mozilla/5.0 (iPad; CPU OS 13_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Mobile/15E148 Safari/604.1','comment',0,0),
(70238,4034,'Davina Brewer','davina@3hatscommunications.com','https://www.3hatscommunications.com/','76.197.211.225','2019-11-05 13:35:00','2019-11-05 18:35:00','I\'ve had decent luck w/ both stores, and like many a big box store I\'ve always thought they were somewhat marketing proof. By that I mean.. end of the day, no major public image gaffe or snafu will truly hit their bottom line. They have their exclusives, their loyalty offerings etc. It\'s only when they get in their own way, bad websites and yes, poorly trained employees enforcing badly crafted policies, that they\'ll lose out on a sale or a customer.  FWIW.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36','comment',0,0),
(117124,3932,'Yes, there&#039;s still value in blogging | Deborah Brody Marketing Communications','','https://deborahbrody.com/2020/07/yes-theres-still-value-in-blogging/','198.46.81.179','2020-07-09 15:56:49','2020-07-09 19:56:49','[&#8230;] and its effects. But this morning I got a comment on a blog post I wrote well over a year ago. The post was about bad email marketing practices, and the comment came from Eddie in New Zealand, who’d been targeted by the same spam marketer I [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.9.8','pingback',0,0),
(163299,2901,'Taylor Hansen','hansentaylor813@gmail.com','https://esetepro.com/copy-editing','107.191.0.6','2021-01-20 12:18:47','2021-01-20 17:18:47','I appreciate the advice about using a dictionary to improve your writing. My sister needs to get a copy editor to help her with blog articles and social media posts. She should find a copy editor that has experience working in the digital space.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36','comment',0,0),
(116899,3932,'Eddie','eddie@pixipic.com','http://www.pixipic.com','122.57.249.74','2020-07-09 01:32:46','2020-07-09 05:32:46','Hi Pip and Deb I have also received all the way in New Zealand, from the same \"Kate\" and have replied with Pip\'s suggestion as a warning about a GDPR complaint to the Information Commissioners Office.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15','comment',56803,0),
(116908,3932,'Eddie','eddie@pixipic.com','http://www.pixipic.com','122.57.249.74','2020-07-09 02:07:17','2020-07-09 06:07:17','Update- after sending them a warning email about GDPR I got an instant response back that I\'ve been removed from their mailing list. But it\'s a copy and past auto-response in my opinion because I asked them to remove my domain entirely and they haven\'t acknowledged that. The wording was:\r\n\r\n\"Hi\r\n\r\nThanks for getting in touch! We have now removed you from our system and will not email you with business opportunities again.\r\n\r\nIf you do change your mind then you can sign up any time as a Pro at Bark.com and choose exactly which types of leads you want to hear about.\r\n\r\nKind Regards,\r\n\r\nBark\r\nThe Bark Team\r\nwww.bark.com\r\nteam@bark.com\"',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15','comment',56803,0),
(117000,3932,'Deborah Brody','deborah@deborahbrody.com','','96.255.136.74','2020-07-09 07:47:51','2020-07-09 11:47:51','Hi Eddie,\nIt\'s amazing that these people are still at it! It\'s been well over a year since I wrote about my experience with these shady leadgen people. I never heard from them again, so I hope they leave you alone too.\nThanks for your comment and update.\nDeborah',0,'1','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','comment',116899,4),
(71922,1195,'Taylor Wright','wrighttaylor813@gmail.com','https://www.nyfta.org/what-we-do/','107.173.92.78','2019-11-18 13:10:02','2019-11-18 18:10:02','I like how you mentioned that food trucks are specialists and stand out by doing it well.  My sister is looking for a cheaper catering option for her wedding that is coming up. We\'ll have to research some good food trucks that could cater for the wedding.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','comment',0,0),
(76201,3179,'No Response Is a Response &#8211; A Powerful One','','https://www.relrules.com/no-response-is-a-response-and-its-a-powerful-one-remember-that/','130.211.140.127','2019-12-21 21:31:25','2019-12-22 02:31:25','[&#8230;] to give you silence. A person who loves you is never going to leave you hanging. They know that no response is a response, just like everyone else who cares about your [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/5.3.2','pingback',0,0),
(119366,3932,'John','John@scopebc.com.au','','175.39.203.167','2020-07-17 19:42:44','2020-07-17 23:42:44','Wow! I got the same email from ‘Kate Potter’ \r\nIt sounded too good to be true. \r\nThen I came across your post on a google search. Thanks so much ?\r\n(In the meantime I am preparing for the barrage of emails from this bark crowd!) Ugh!',0,'1','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/114.0.318129667 Mobile/15E148 Safari/604.1','comment',0,0),
(147338,2270,'waterfallmagazine.com','elisaelkington@gmail.com','https://waterfallmagazine.com','89.44.247.223','2020-11-10 04:23:03','2020-11-10 09:23:03','https://waterfallmagazine.com \r\nHowdy are using Wordpress for your blog platform?\r\nI\'m new to the blog world but I\'m trying to get started \r\nand create my own. Do you require any coding knowledge to make your own blog?\r\nAny help would be greatly appreciated!',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36','comment',0,0),
(92455,4080,'What works and what doesn&#039;t in our covid-19 times | Deborah Brody Marketing Communications','','https://deborahbrody.com/2020/04/what-works-and-what-doesnt-in-our-covid-19-times/','198.46.81.179','2020-04-01 11:31:43','2020-04-01 15:31:43','[&#8230;] and communications go on, but as discussed in the last blog post, not everything is the same in the world where covid-19 has sickened many, scared more, and [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.9.8','pingback',0,0),
(178914,3932,'Kate Potter','kate@bigtrip.org','','61.245.154.76','2021-05-08 05:19:18','2021-05-08 09:19:18','I came across your blog post because my name is... Kate Potter. Bark.com\'s unsolicited spam emails using the name \"Kate Potter\" are causing me no end of frustration, because a lot of people think that it is ME emailing them! I\'ve contacted Bark multiple times through multiple channels asking them to stop using the name \"Kate Potter\" to spam people. One year on and no luck yet. The perils of having a common name! Thank you for shining a light on this issue!',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),
(178549,2294,'Rebecca Gardner','rgardner2779@gmail.com','https://linlockamy.com/','73.52.186.22','2021-04-09 14:00:18','2021-04-09 18:00:18','I like your suggestion to check with the speaker a few days in advance to see if they need any special equipment. My sister mentioned she wants to hire a motivational speaker for the community event she\'s helping to organize this summer. Using your advice should help everything with the guest speaker go smoothly!',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','comment',0,0),
(134139,1313,'Diana Smith','impresssionmarketing@gmail.com','https://www.impressionville.com/','202.166.162.102','2020-09-18 03:32:54','2020-09-18 07:32:54','Yeah its most popular brand , Changes are very essential to grow our product in market. Most of brands are changes their design and packaging time to time .\r\n\r\nBest,\r\nDiana',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36','comment',0,0),
(126610,3597,'Billkwando','billkwando@yahoo.com','','108.51.70.26','2020-08-15 21:33:27','2020-08-16 01:33:27','I was just telling my wife how cool real estate agent apple butter is, and how random apple butter is the best, and decided to google it to see if anyone else was waxing nostalgic about this phenomenon, and I find....this. \r\nRest assured, more people are happy to see random apple butter than not, and I can also assure you that your local food pantry would gladly accept it. If it helps, just imagine it\'s peanut butter...but made of apples.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','comment',0,0),
(162039,4131,'Wishing for better communications in 2021 | Deborah Brody Marketing Communications','','https://deborahbrody.com/2021/01/wishing-for-better-communications-in-2021/','198.46.81.179','2021-01-14 09:24:38','2021-01-14 14:24:38','[&#8230;] out my post about this. I’ve spent too much time having to hear people explain how to use Zoom, [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.9.8','pingback',0,0),
(173370,3932,'Chas','chas@beachsidemarketing.com.au','https://beachsidemarketing.com.au/','101.181.201.5','2021-02-24 00:52:17','2021-02-24 05:52:17','Yep, I\'m in the process of launching a new marketing agency, the website has only been live for two weeks and I just got two emails from \"Kate Potter.\" I\'m curious as to how they got my email address as we\'re not very public (yet). This article is the second hit on Google in Australia for \"Kate Potter Bark.\" The first? A \"review\" for a dog groomer on Bark...',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36','comment',0,0),
(173485,3932,'Deborah Brody','deborah@deborahbrody.com','','173.79.33.135','2021-02-24 08:04:51','2021-02-24 13:04:51','Hi Chas--I\'ve no idea how Bark got your contact info. I get emails from vendors/spammers every single day, and I have no idea where they get my info. It\'s amazing that Bark\'s been doing this for several years. It looks as if they\'ve been targeting Australia and New Zealand, as you can see by two previous comments from New Zealand. My advice is to block Bark\'s email domain, and report if you can. Good luck with the new marketing agency!',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0','comment',173370,4),
(204891,3179,'Dereck','dereckw507@gmail.com','','68.148.208.80','2022-03-31 17:42:56','2022-03-31 21:42:56','How should I word my follow up email to a legal person who has ignored all my emails and now want to escalate the issue to seeking legal recourse from a High Court?',0,'1','Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36','comment',0,0),
(204905,3179,'Deborah Brody','deborah@deborahbrody.com','','173.79.33.135','2022-04-01 08:54:00','2022-04-01 12:54:00','Dereck, I suggest you write a physical letter, and send it certified/return receipt. You must include specifics about what you are asking for or arguing about. I would also print out all the emails you sent and keep them as evidence that you have tried contacting this person and have received no response. But this is my non-legal opinion. For legal help, please contact a lawyer.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0','comment',204891,4),
(210626,3179,'Deborah Brody','deborah@deborahbrody.com','','71.163.166.19','2022-10-10 07:57:52','2022-10-10 11:57:52','I suggest writing another email. Don\'t assume malice. Emails do sometimes get lost or forgotten.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0','comment',210599,4),
(210599,3179,'Thomas J. Weeks','thomasweeks2013@gmail.com','','41.57.95.54','2022-10-09 10:17:02','2022-10-09 14:17:02','How do I write an email to a person who promises to do a favor, but hasn\'t responded to your mail? ( Promise that they are not obligated to do)',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','comment',0,0),
(396630,4071,'Registrera','5728889@outlook.com','https://accounts.binance.bh/register/person?ref=IHJUI7TF','171.107.134.252','2026-08-04 13:05:02','2026-08-04 17:05:02','Your article helped me a lot, is there any more related content? Thanks! https://accounts.binance.bh/register/person?ref=JW3W4Y3A',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396631,4462,'Levi1565','Levi1565@gmail.com','','114.10.45.217','2026-08-04 13:23:22','2026-08-04 17:23:22','<a href=\"https://shorturl.fm/W3305\" rel=\"nofollow ugc\">https://shorturl.fm/W3305</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396632,4327,'Clyde2024','Clyde2024@gmail.com','','114.10.45.217','2026-08-04 13:23:40','2026-08-04 17:23:40','<a href=\"https://shorturl.fm/BwmwP\" rel=\"nofollow ugc\">https://shorturl.fm/BwmwP</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396633,4251,'Wilson1962','Wilson1962@gmail.com','','114.10.45.217','2026-08-04 13:24:06','2026-08-04 17:24:06','<a href=\"https://shorturl.fm/ffvUf\" rel=\"nofollow ugc\">https://shorturl.fm/ffvUf</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396634,4232,'Alexander1474','Alexander1474@gmail.com','','114.10.45.217','2026-08-04 13:24:22','2026-08-04 17:24:22','<a href=\"https://shorturl.fm/kPSAy\" rel=\"nofollow ugc\">https://shorturl.fm/kPSAy</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396635,1618,'bonificación de referencia de Binance','40857282@outlook.com','https://www.binance.com/es/register?ref=RQUR4BEO','171.107.134.252','2026-08-04 16:35:55','2026-08-04 20:35:55','I don\'t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article. https://accounts.binance.bh/register/person?ref=JW3W4Y3A',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396636,2904,'www.binance.info注册','12018268@outlook.com','https://www.binance.bh/register?ref=QCGZMHR6','113.15.122.253','2026-08-04 21:16:49','2026-08-05 01:16:49','Thanks for sharing. I read many of your blog posts, cool, your blog is very good.',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396637,4462,'Marley1656','Marley1656@gmail.com','','103.156.16.241','2026-08-05 00:30:42','2026-08-05 04:30:42','<a href=\"https://shorturl.fm/DzkAp\" rel=\"nofollow ugc\">https://shorturl.fm/DzkAp</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396638,4327,'Jenna2128','Jenna2128@gmail.com','','103.156.16.241','2026-08-05 00:30:57','2026-08-05 04:30:57','<a href=\"https://shorturl.fm/oXQQr\" rel=\"nofollow ugc\">https://shorturl.fm/oXQQr</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396639,4261,'Ginger590','Ginger590@gmail.com','','103.156.16.241','2026-08-05 00:31:12','2026-08-05 04:31:12','<a href=\"https://shorturl.fm/J7PuS\" rel=\"nofollow ugc\">https://shorturl.fm/J7PuS</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396640,4232,'Alicia2632','Alicia2632@gmail.com','','103.156.16.241','2026-08-05 00:31:27','2026-08-05 04:31:27','<a href=\"https://shorturl.fm/7AlUW\" rel=\"nofollow ugc\">https://shorturl.fm/7AlUW</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396641,3523,'注册免费账户','58837353@outlook.com','https://accounts.binance.bh/register/person?ref=IXBIAFVY','171.107.134.252','2026-08-05 00:55:18','2026-08-05 04:55:18','Your point of view caught my eye and was very interesting. Thanks. I have a question for you. https://accounts.binance.bh/register/person?ref=JW3W4Y3A',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396642,2111,'Darmowe konto na Binance','81766385@outlook.com','https://accounts.binance.com/en-JP/register?ref=UM6SMJM3','106.127.142.191','2026-08-05 06:03:24','2026-08-05 10:03:24','Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396643,1237,'? Transaction to you.NEXT =&gt; graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=fc167879ffa9a72b8b2d49931923d25b&amp;','0ivw8x0934tgfq@web-library.net','http://graph.org/BALANCE-36824-US-DOLLARS-04-24-2','109.70.100.2','2026-08-05 08:11:25','2026-08-05 12:11:25','laek02',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36','comment',0,0),
(396644,2914,'? Transaction to you.GET &gt; graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=35668b4c9ef24354f4d4177f98073f79&amp;','0ivw8x0934tgfq@web-library.net','http://graph.org/BALANCE-36824-US-DOLLARS-04-24-2','185.220.101.27','2026-08-05 08:12:01','2026-08-05 12:12:01','yowint',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36','comment',0,0),
(396645,2509,'? Transaction to you.Continue &gt; graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=7d9da2be8573e3510715dac991966b34&amp;','0ivw8x0934tgfq@web-library.net','http://graph.org/BALANCE-36824-US-DOLLARS-04-24-2','185.220.101.11','2026-08-05 08:13:21','2026-08-05 12:13:21','buie9d',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36','comment',0,0),
(396646,214,'? Transaction to you.Go &gt;&gt;&gt; graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=ec1a478c157599c873f991214819046e&amp;','0ivw8x0934tgfq@web-library.net','http://graph.org/BALANCE-36824-US-DOLLARS-04-24-2','171.25.193.35','2026-08-05 08:16:15','2026-08-05 12:16:15','eib9yf',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36','comment',0,0),
(396647,112,'? Transaction to you.NEXT &gt; graph.org/BALANCE-36824-US-DOLLARS-04-24-2?hs=43d409eb541b0d321f5dc4effd217cb9&amp;','0ivw8x0934tgfq@web-library.net','http://graph.org/BALANCE-36824-US-DOLLARS-04-24-2','5.255.98.151','2026-08-05 08:16:53','2026-08-05 12:16:53','d5n72h',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.121 Safari/537.36','comment',0,0),
(396648,1485,'Binance推荐奖金','54310703@outlook.com','https://accounts.binance.bh/register/person?ref=IXBIAFVY','8.218.213.33','2026-08-05 11:44:19','2026-08-05 15:44:19','Your point of view caught my eye and was very interesting. Thanks. I have a question for you. https://www.binance.bh/en-TR/register?ref=GQ1JXNRE',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396649,3559,'binance US-registrera','50277008@outlook.com','https://www.binance.bh/register?ref=IHJUI7TF','106.127.142.195','2026-08-05 14:15:43','2026-08-05 18:15:43','Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me? https://accounts.binance.bh/register/person?ref=GGYHGRE',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396650,4462,'Norman2861','Norman2861@gmail.com','','85.198.21.188','2026-08-05 14:45:14','2026-08-05 18:45:14','<a href=\"https://shorturl.fm/PR8lf\" rel=\"nofollow ugc\">https://shorturl.fm/PR8lf</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396651,4327,'Gabriella1695','Gabriella1695@gmail.com','','85.198.21.188','2026-08-05 14:45:31','2026-08-05 18:45:31','<a href=\"https://shorturl.fm/2raZM\" rel=\"nofollow ugc\">https://shorturl.fm/2raZM</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396652,4251,'Piper3724','Piper3724@gmail.com','','85.198.21.188','2026-08-05 14:45:50','2026-08-05 18:45:50','<a href=\"https://shorturl.fm/eG9w8\" rel=\"nofollow ugc\">https://shorturl.fm/eG9w8</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396653,4232,'Ellen3973','Ellen3973@gmail.com','','85.198.21.188','2026-08-05 14:46:10','2026-08-05 18:46:10','<a href=\"https://shorturl.fm/JRUny\" rel=\"nofollow ugc\">https://shorturl.fm/JRUny</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396654,4194,'Binance创建账户','36140955@outlook.com','https://www.binance.com/register?ref=IHJUI7TF','8.218.213.33','2026-08-05 15:02:55','2026-08-05 19:02:55','Thanks for sharing. I read many of your blog posts, cool, your blog is very good. https://www.binance.com/register?ref=QCGZMHR6',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396655,3850,'Mag-sign up sa Binance','81518413@outlook.com','https://www.binance.com/en/register?ref=IU36GZC4','113.16.19.145','2026-08-06 01:10:37','2026-08-06 05:10:37','Your article helped me a lot, is there any more related content? Thanks! https://www.binance.bh/register?ref=IHJUI7TF',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396656,4462,'Aaron984','Aaron984@gmail.com','','130.17.19.146','2026-08-06 05:10:27','2026-08-06 09:10:27','<a href=\"https://shorturl.fm/6gral\" rel=\"nofollow ugc\">https://shorturl.fm/6gral</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396657,4303,'Demi2196','Demi2196@gmail.com','','130.17.19.146','2026-08-06 05:10:43','2026-08-06 09:10:43','<a href=\"https://shorturl.fm/3HhTX\" rel=\"nofollow ugc\">https://shorturl.fm/3HhTX</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396658,4232,'Jill4616','Jill4616@gmail.com','','130.17.19.146','2026-08-06 05:11:10','2026-08-06 09:11:10','<a href=\"https://shorturl.fm/AFZak\" rel=\"nofollow ugc\">https://shorturl.fm/AFZak</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396659,1782,'www.binance.bh注册','56076111@outlook.com','https://www.binance.bh/register?ref=GGYHGRE','8.218.213.33','2026-08-06 06:03:52','2026-08-06 10:03:52','Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me. https://accounts.binance.bh/register/person?ref=IHJUI7TF',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396660,4462,'Clara3189','Clara3189@gmail.com','','38.76.172.32','2026-08-06 11:03:55','2026-08-06 15:03:55','<a href=\"https://shorturl.fm/MvLm0\" rel=\"nofollow ugc\">https://shorturl.fm/MvLm0</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396661,4327,'McKenzie4185','McKenzie4185@gmail.com','','38.76.172.32','2026-08-06 11:04:11','2026-08-06 15:04:11','<a href=\"https://shorturl.fm/KdUmy\" rel=\"nofollow ugc\">https://shorturl.fm/KdUmy</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396662,4261,'Aaliyah4019','Aaliyah4019@gmail.com','','38.76.172.32','2026-08-06 11:04:27','2026-08-06 15:04:27','<a href=\"https://shorturl.fm/cMbyl\" rel=\"nofollow ugc\">https://shorturl.fm/cMbyl</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396663,4232,'Dominique3006','Dominique3006@gmail.com','','38.76.172.32','2026-08-06 11:04:42','2026-08-06 15:04:42','<a href=\"https://shorturl.fm/MvLm0\" rel=\"nofollow ugc\">https://shorturl.fm/MvLm0</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396664,112,'psychologist','papsttina151@yahoo.in','https://bit.ly/4fBtTno','195.2.67.223','2026-08-06 11:34:03','2026-08-06 15:34:03','<a href=\"https://bit.ly/4fBtTno\" rel=\"nofollow ugc\">psychologist</a>',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15','comment',0,0),
(396665,3826,'Binance Pag-signup','54952905@outlook.com','https://accounts.binance.com/en/register-person?ref=IU36GZC4','113.16.16.87','2026-08-06 11:53:45','2026-08-06 15:53:45','Thanks for sharing. I read many of your blog posts, cool, your blog is very good. https://accounts.binance.bh/en/register-person?ref=WKAGBF7Y',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(396666,4271,'Faye3168','Faye3168@gmail.com','','168.138.177.132','2026-08-06 14:32:28','2026-08-06 18:32:28','<a href=\"https://shorturl.fm/suYtT\" rel=\"nofollow ugc\">https://shorturl.fm/suYtT</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),
(396667,3387,'Binance代码','93807385@outlook.com','https://www.binance.bh/register?ref=GGYHGRE','222.83.252.246','2026-08-06 17:00:50','2026-08-06 21:00:50','Your point of view caught my eye and was very interesting. Thanks. I have a question for you.',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46','comment',0,0),
(394268,4391,'Pixapi Team','hello@pixapi.ai','https://pixapi.ai/','119.2.104.175','2026-07-15 07:30:31','2026-07-15 11:30:31','Protecting intellectual property from AI is one of the most pressing legal and ethical questions in the creative industry. Through Pixapi we benchmark APIs and the IP protection discussion is central to responsible AI development.',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36','comment',0,0),
(370733,1300,'Creative Business Marketing: How Small Businesses Stay Fresh','','https://www.goldenoakwebdesign.com/blog/creative-business-marketing-how-small-businesses-can-keep-their-marketing-fresh','208.109.73.212','2025-12-18 18:33:33','2025-12-18 23:33:33','[&#8230;] No brand is created in a vacuum. Partnering with other small businesses or local creators can multiply reach and originality. For example, a fitness studio might collaborate with a local coffee shop for a “morning power combo” campaign, or a boutique could feature local artists’ designs as limited editions. [&#8230;]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/6.9','pingback',0,0),
(334433,3932,'Edith','edith.ruprecht@gmail.com','https://www.missedith.de','77.183.170.80','2025-05-07 02:55:47','2025-05-07 06:55:47','What email did you write to them? I get emails daily from them and it is quite annoying. I am not familiar with GDPR because in my country they have some other law for this kind of thing. Would you mind sharing your email?',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15','comment',116908,0),
(334501,3932,'Deborah Brody','deborah@deborahbrody.com','','173.79.44.54','2025-05-07 10:58:42','2025-05-07 14:58:42','Thanks for your comment. If you are in the European Union, you are under GDPR protections. If not, check whether your country has any data/internet privacy laws.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0','comment',334433,4),
(225007,3333,'Just A Random Guy','stephenvass@hotmail.com','','208.115.228.147','2023-12-21 09:41:05','2023-12-21 14:41:05','It isn’t only the Washington Post. I just read a Politico article so error-filled, I had to look at my calendar to ensure it wasn’t April Fools’ Day. Alas it’s December 21.\r\n\r\nThat caused me to Google “copy editing, dead”, from which I stumbled upon this blog. \r\n\r\nThese days it’s bad. Very bad. Not your blog, but copy editing. I can hardly read a Post or NYT article without finding at least one rather obvious error. Even The Atlantic, which in my opinion hosts today’s best writers, isn’t entirely immune. And yes, it causes me to question the overall quality of both writing and reporting. In today’s harsh media environment where credibility is always being questioned, this is a self-inflicted wound.',0,'1','Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1','comment',0,0),
(225027,3333,'Deborah Brody','deborah@deborahbrody.com','','71.163.166.19','2023-12-21 11:18:03','2023-12-21 16:18:03','You\'re right! It is everywhere. Pubs have cut back on staff, and it seems, have rid themselves of copy editors and proofreaders. There\'s also the rush to publish online. \nThanks for commenting.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0','comment',225007,4);
/*!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 = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` longtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
INSERT INTO `wp_links` VALUES
(1,'http://codex.wordpress.org/','Documentation','','','','Y',4,0,'0000-00-00 00:00:00','','',''),
(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',4,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),
(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',4,0,'0000-00-00 00:00:00','','',''),
(4,'http://wordpress.org/support/','Support Forum','','','','Y',4,0,'0000-00-00 00:00:00','','',''),
(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',4,0,'0000-00-00 00:00:00','','',''),
(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',4,0,'0000-00-00 00:00:00','','',''),
(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',4,0,'0000-00-00 00:00:00','','','');
/*!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 = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=1031155 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'siteurl','https://deborahbrody.com','yes'),
(2,'blogname','Deborah Brody Marketing Communications','yes'),
(3,'blogdescription','Recreating Your Marketing Materials','on'),
(4,'users_can_register','0','yes'),
(5,'admin_email','deborah@deborahbrody.com','yes'),
(6,'start_of_week','1','yes'),
(7,'use_balanceTags','','yes'),
(8,'use_smilies','1','yes'),
(9,'require_name_email','1','yes'),
(10,'comments_notify','1','yes'),
(11,'posts_per_rss','10','yes'),
(12,'rss_use_excerpt','0','yes'),
(13,'mailserver_url','mail.example.com','yes'),
(14,'mailserver_login','login@example.com','yes'),
(15,'mailserver_pass','password','yes'),
(16,'mailserver_port','110','yes'),
(17,'default_category','1','yes'),
(18,'default_comment_status','open','yes'),
(19,'default_ping_status','open','yes'),
(20,'default_pingback_flag','1','yes'),
(22,'posts_per_page','10','yes'),
(23,'date_format','F j, Y','yes'),
(24,'time_format','g:i a','yes'),
(25,'links_updated_date_format','F j, Y g:i a','yes'),
(29,'comment_moderation','0','yes'),
(30,'moderation_notify','1','yes'),
(31,'permalink_structure','/%year%/%monthnum%/%postname%/','yes'),
(33,'hack_file','0','yes'),
(34,'blog_charset','UTF-8','yes'),
(35,'moderation_keys','','no'),
(36,'active_plugins','a:18:{i:0;s:57:\"10to8-online-booking/10to8-online-appointment-booking.php\";i:1;s:25:\"add-to-any/add-to-any.php\";i:2;s:35:\"admin-core-621w/admin-core-621w.php\";i:3;s:30:\"advanced-custom-fields/acf.php\";i:4;s:19:\"akismet/akismet.php\";i:5;s:39:\"analyticstracking/analyticstracking.php\";i:6;s:35:\"cache-lite-ruzr/cache-lite-ruzr.php\";i:7;s:37:\"cache-utils-g3sq/cache-utils-g3sq.php\";i:8;s:33:\"classic-editor/classic-editor.php\";i:9;s:23:\"pdf-print/pdf-print.php\";i:10;s:31:\"post-hub-urth/post-hub-urth.php\";i:11;s:31:\"site-pro-uz9y/site-pro-uz9y.php\";i:12;s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";i:13;s:25:\"subscribe2/subscribe2.php\";i:14;s:33:\"widget-context/widget-context.php\";i:15;s:31:\"wp-biographia/wp-biographia.php\";i:16;s:39:\"wp-print-friendly/wp-print-friendly.php\";i:17;s:42:\"yet-another-related-posts-plugin/yarpp.php\";}','yes'),
(37,'home','https://deborahbrody.com','yes'),
(38,'category_base','','yes'),
(39,'ping_sites','https://rpc.pingomatic.com/\nhttp://ping.feedburner.com','yes'),
(41,'comment_max_links','2','yes'),
(42,'gmt_offset','','yes'),
(43,'default_email_category','1','yes'),
(44,'recently_edited','a:5:{i:0;s:108:\"/usr/home/gratzergraphics/public_html/deborahbrody.com/wp-content/uploads/bws-custom-code/bws-custom-code.js\";i:1;s:109:\"/usr/home/gratzergraphics/public_html/deborahbrody.com/wp-content/uploads/bws-custom-code/bws-custom-code.php\";i:2;s:109:\"/usr/home/gratzergraphics/public_html/deborahbrody.com/wp-content/uploads/bws-custom-code/bws-custom-code.css\";i:4;s:103:\"/home/debora34/public_html/wp-content/plugins/10to8-online-booking/10to8-online-appointment-booking.php\";i:5;s:68:\"/home/debora34/public_html/wp-content/themes/innocente/functions.php\";}','no'),
(45,'template','astra','yes'),
(46,'stylesheet','astra-child','yes'),
(880454,'finished_updating_comment_type','1','auto'),
(49,'comment_registration','0','yes'),
(51,'html_type','text/html','yes'),
(52,'use_trackback','0','yes'),
(53,'default_role','subscriber','yes'),
(54,'db_version','61833','yes'),
(55,'uploads_use_yearmonth_folders','1','yes'),
(56,'upload_path','wp-content/uploads','yes'),
(57,'blog_public','1','yes'),
(58,'default_link_category','2','yes'),
(59,'show_on_front','page','yes'),
(60,'tag_base','','yes'),
(61,'show_avatars','1','yes'),
(62,'avatar_rating','G','yes'),
(63,'upload_url_path','','yes'),
(64,'thumbnail_size_w','150','yes'),
(65,'thumbnail_size_h','150','yes'),
(66,'thumbnail_crop','1','yes'),
(67,'medium_size_w','300','yes'),
(68,'medium_size_h','300','yes'),
(69,'avatar_default','mystery','yes'),
(72,'large_size_w','1024','yes'),
(73,'large_size_h','1024','yes'),
(74,'image_default_link_type','file','yes'),
(75,'image_default_size','','yes'),
(76,'image_default_align','','yes'),
(77,'close_comments_for_old_posts','0','yes'),
(78,'close_comments_days_old','14','yes'),
(79,'thread_comments','1','yes'),
(80,'thread_comments_depth','5','yes'),
(81,'page_comments','0','yes'),
(82,'comments_per_page','50','yes'),
(83,'default_comments_page','newest','yes'),
(84,'comment_order','asc','yes'),
(85,'sticky_posts','a:0:{}','yes'),
(86,'widget_categories','a:4:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:1;}i:5;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:1;}s:12:\"_multiwidget\";i:1;}','yes'),
(87,'widget_text','a:6:{i:3;a:4:{s:5:\"title\";s:62:\"Sign up to receive free marketing and communications insights.\";s:4:\"text\";s:448:\"<table class=\"sidebar-signup\">\r\n<tbody>\r\n<tr>\r\n<td><form action=\"https://madmimi.com/signups/subscribe/35996\" method=\"post\">\r\n<div><label for=\"signup_name\">Name</label>\r\n<input id=\"signup_name\" name=\"signup[name]\" type=\"text\" />\r\n<label for=\"signup_email\">Email</label>\r\n<input id=\"signup_email\" name=\"signup[email]\" type=\"text\" />\r\n<input class=\"button\" name=\"commit\" type=\"submit\" value=\"Sign Up\" /></div>\r\n</form></td>\r\n</tr>\r\n</tbody>\r\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:14:\"Connect Online\";s:4:\"text\";s:584:\"<a href=\"http://www.facebook.com/pages/Deborah-Brody-Marketing-Communications/116098888406738\" target=\"_blank\" rel=\"noopener\"><img src=\"http://deborahbrody.com/wp-content/uploads/2011/06/facebook-icon.jpg\" border=\"0\" /></a>  <a href=\"https://www.linkedin.com/company/deborah-brody-marketing-communications/\" target=\"_blank\" rel=\"noopener\"><img src=\"/wp-content/uploads/2018/04/linkedin.jpg\" border=\"0\" /></a> <a href=\"http://deborahbrody.com/blog/feed/rss/ \" target=\"_blank\" rel=\"noopener\"><img src=\"http://deborahbrody.com/wp-content/uploads/2011/06/rss-icon.jpg\" border=\"0\" /></a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:7;a:0:{}i:8;a:4:{s:5:\"title\";s:10:\"Questions?\";s:4:\"text\";s:181:\"Do you have specific questions about a marketing issue? Just post <a href=\"http://deborahbrody.com/2011/07/questions/\" style=\"color: #b31106;\">here</a> and I will attempt an answer.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:9;a:4:{s:5:\"title\";s:24:\"Marketing Terms/Glossary\";s:4:\"text\";s:637:\"Here are a few terms that I use often:\r\n\r\n<strong>USP:</strong> Unique selling proposition; what sets a brand/product/service apart from everybody else. \r\n\r\n<strong>ROI:</strong> Return on investment; what you aim for in your marketing expenditure. \r\n\r\n<strong>Brand equity:</strong> The value (in dollars and in positive associations) for a brand. \r\n\r\n<strong>Brand personality:</strong> How a brand is perceived. \r\n\r\n<strong>CPM:</strong> Cost per thousand \r\n\r\n<strong>Target market:</strong> Who you are trying to reach. Defined by demographics (age, income, gender, location) and psychographics (lifestyle, personality, preferences).\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),
(165081,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(88,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(89,'timezone_string','America/New_York','yes'),
(91,'embed_size_w','','yes'),
(92,'embed_size_h','600','yes'),
(93,'page_for_posts','22','yes'),
(94,'page_on_front','2','yes'),
(95,'default_post_format','','yes'),
(96,'wp_user_roles','a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:91:{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:16:\"aiosp_manage_seo\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:1;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:19:\"aioseo_setup_wizard\";b:1;s:23:\"aioseo_general_settings\";b:1;s:33:\"aioseo_search_appearance_settings\";b:1;s:31:\"aioseo_social_networks_settings\";b:1;s:23:\"aioseo_sitemap_settings\";b:1;s:30:\"aioseo_internal_links_settings\";b:1;s:25:\"aioseo_redirects_settings\";b:1;s:28:\"aioseo_seo_analysis_settings\";b:1;s:21:\"aioseo_tools_settings\";b:1;s:31:\"aioseo_feature_manager_settings\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:25:\"aioseo_local_seo_settings\";b:1;s:20:\"aioseo_about_us_page\";b:1;s:12:\"aioseo_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:14:\"backwpup_admin\";a:2:{s:4:\"name\";s:14:\"BackWPup Admin\";s:12:\"capabilities\";a:11:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:1;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:1;}}s:14:\"backwpup_check\";a:2:{s:4:\"name\";s:21:\"BackWPup jobs checker\";s:12:\"capabilities\";a:11:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:0;s:19:\"backwpup_jobs_start\";b:0;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:0;s:23:\"backwpup_backups_delete\";b:0;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:0;s:17:\"backwpup_settings\";b:0;}}s:15:\"backwpup_helper\";a:2:{s:4:\"name\";s:20:\"BackWPup jobs helper\";s:12:\"capabilities\";a:11:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:0;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:0;}}}','yes'),
(97,'widget_search','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:27:\"Search the blog for content\";}i:4;a:1:{s:5:\"title\";s:27:\"Search the blog for content\";}s:12:\"_multiwidget\";i:1;}','yes'),
(98,'widget_recent-posts','a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:20:\"Latest From the Blog\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:5;a:3:{s:5:\"title\";s:20:\"Latest from the Blog\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}}','yes'),
(99,'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'),
(100,'widget_archives','a:4:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:8:\"dropdown\";i:1;}i:4;a:3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:1;s:8:\"dropdown\";i:1;}s:12:\"_multiwidget\";i:1;}','yes'),
(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
(102,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:24:{i:0;s:23:\"a2a_share_save_widget-2\";i:1;s:23:\"feedburneremailwidget-2\";i:2;s:6:\"text-7\";i:3;s:6:\"text-3\";i:4;s:12:\"categories-3\";i:5;s:16:\"s2_form_widget-2\";i:6;s:16:\"s2_form_widget-3\";i:7;s:7:\"pages-2\";i:8;s:10:\"calendar-2\";i:9;s:7:\"links-2\";i:10;s:5:\"rss-2\";i:11;s:11:\"tag_cloud-2\";i:12;s:10:\"nav_menu-2\";i:13;s:8:\"search-2\";i:14;s:14:\"recent-posts-2\";i:15;s:17:\"recent-comments-2\";i:16;s:10:\"archives-2\";i:17;s:12:\"categories-2\";i:18;s:6:\"meta-2\";i:19;s:14:\"recent-posts-3\";i:20;s:7:\"links-4\";i:21;s:10:\"archives-3\";i:22;s:8:\"search-3\";i:23;s:16:\"s2_form_widget-5\";}s:9:\"sidebar-1\";a:8:{i:0;s:14:\"recent-posts-5\";i:1;s:6:\"text-5\";i:2;s:23:\"feedburneremailwidget-3\";i:3;s:8:\"search-4\";i:4;s:6:\"text-8\";i:5;s:6:\"text-9\";i:6;s:12:\"categories-5\";i:7;s:10:\"archives-4\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),
(106,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(107,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_links','a:3:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;i:4;a:7:{s:6:\"images\";i:1;s:4:\"name\";i:1;s:11:\"description\";i:0;s:6:\"rating\";i:0;s:7:\"orderby\";s:4:\"name\";s:8:\"category\";i:2;s:5:\"limit\";i:-1;}}','yes'),
(109,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(183,'current_theme','Astra Child','yes'),
(145,'cron','a:31:{i:1785103954;a:1:{s:24:\"wp_cache_health_20eee1c0\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1785104154;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:1785115980;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785126752;a:1:{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;}}}i:1785126805;a:2:{s:22:\"backwpup_check_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"backwpup_update_message\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1785137244;a:1:{s:21:\"wp_update_user_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:1785138678;a:2:{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:1785138711;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785154380;a:1:{s:19:\"hmbkp_schedule_hook\";a:1:{s:32:\"887abd106b36605fbb285d0dec9f47ac\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:2:\"id\";s:9:\"default-1\";}s:8:\"interval\";i:86400;}}}i:1785155789;a:1:{s:33:\"aioseop_cron_check_remote_notices\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785162991;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785164124;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785173000;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"a528893b3aa8772bf7a1bc2a46c76ed5\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4542;}}}}i:1785173531;a:1:{s:24:\"wp_cache_health_7d6a43f0\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1785179126;a:1:{s:24:\"wp_cache_health_b1881d03\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1785180332;a:1:{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;}}}i:1785180484;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1785185132;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785190056;a:1:{s:22:\"mwp_update_public_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785266732;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1785313789;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"efc83099a8facd382e985995db3e6fc4\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4544;}}}}i:1785406964;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"1d7e404b06f0879f174e11696e5fc4d9\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4545;}}}}i:1785408271;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"f678127146cf60731c8252927beae203\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4546;}}}}i:1785525141;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"d8e46de2ca24630bf67054f2b9d38159\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4547;}}}}i:1785532537;a:1:{s:19:\"hmbkp_schedule_hook\";a:1:{s:32:\"61a45f8e0e711228d9f0aa04271d0a05\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:1:{s:2:\"id\";s:9:\"default-2\";}s:8:\"interval\";i:604800;}}}i:1785535958;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"b9c4db249530e0beb5ae316b0a1c6e83\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4548;}}}}i:1785544154;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"fc13b54a55b4512d0e50dde5cdf209fe\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4549;}}}}i:1785553958;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"3525179e8624b62e9060d5f0b7d6ba99\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4550;}}}}i:1785765783;a:1:{s:32:\"wp_astra_theme_db_migration_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:41:\"wp_astra_theme_db_migration_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1785856915;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"86848a0e2d2fd498370548fece2a8e2d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4552;}}}}s:7:\"version\";i:2;}','on'),
(164948,'mwp_public_keys','a:3:{i:0;a:6:{s:2:\"id\";s:19:\"managewp_1520733901\";s:7:\"service\";s:8:\"managewp\";s:9:\"validFrom\";s:19:\"2018-03-26 01:26:15\";s:7:\"validTo\";s:19:\"2018-04-27 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsblbc19hsNRCGAJWPvkp\no+P2G/VTiPci4An6pPnMDnMwVPo45Ulfu/IpfxL8kGfdmKZVCZ0YdbeFA4NQIFfw\nFXTug+NArB8gO/WF3mwgaVFgYpxEYCeDuuEtczh6/hAmnwxbBecPypP+CiA9VWcE\nbYdmg1sXgiIuceHLQXqa4dkZ4Xt/AHPZ6cc7cVu71tNol00A3Zmrt1sxM7DR6Udq\nitYpMhrkiy0KtEEsbCLNMx/oNCDOdYueBNOghBlWY/vxNrthXH/p/QQFpQIy9ev8\na3IT9JuZ3yhBg5zUEZzv2JBWncTP1SpNlCXJaAuaOmQza9FTTXpB0k4gfIb8dtFQ\nawIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:1;a:6:{s:2:\"id\";s:23:\"managewp_dev_1520733901\";s:7:\"service\";s:12:\"managewp_dev\";s:9:\"validFrom\";s:19:\"2018-03-26 01:26:15\";s:7:\"validTo\";s:19:\"2018-04-27 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwchby0clACz6yMTte+xm\nukBPhOsZ0eAAAJ2OS+Rx4tx59e9+/HgsYr7QI63VRB16ocYyXikYuXbVOCQGOlRC\neGoJfkVFU2yDpm22KsRuBshX8rF7E2M4sBGtu3PADTODDRr1mYRBid8rzouV+cyB\nnxMs6SBaHwgoVRKPvLLeE23mLN15kSfa2nQsY0R+/Boqc7j3n3PQMR04N6mfnP9N\nD66rYzy2DRTxiyKf0wx9ev6uceKv/vHk/jBcfKJ+3Ky/dmZmR2ycUQx3/wl7fZmN\n8hdkbdDVxJ+Qpp8U1kGZ/JbhBy05J+ehk2SrYCiPMnrS7nJygJukBQZbCI1RmzC3\nDwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:2;a:6:{s:2:\"id\";s:16:\"mwp20_1520733901\";s:7:\"service\";s:5:\"mwp20\";s:9:\"validFrom\";s:19:\"2018-03-26 01:26:15\";s:7:\"validTo\";s:19:\"2018-04-27 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwG3OzEcaQQHqEsuLPYxg\nathmi+ouhjdCkgwu1YyHr83tKYasqpKGkb7fSQ3VG0HE79Ih3Pm6ecCViOXx/IvA\n2k81Hkj44jXEtHW3lRWvaOkFKFyWGiKcpgX0FhNJx8213KBlVraexRtUXDcBxnSF\njTH9HX/OrLQOxFJN74e1WmhH6LxCtnUt9sjlpgtTF0Vk5fzTWQVAE0oPqip+RevQ\nB4bsxHN76nwHN9z071c3vU/yXj8XS6fTCOdt1Xc7SkKJkzo5LIqkqcXNQWYhO7Vo\nhvaihU0ryO69brv7An8hO0BUV39GePhUlRRnSRr1F7D6+6T+LZVnWN0WLmqjEyqI\nywIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}}','yes'),
(18832,'initial_db_version','17056','yes'),
(152,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:23:\"http://deborahbrody.com\";s:4:\"link\";s:99:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://deborahbrody.com/\";s:3:\"url\";s:132:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://deborahbrody.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','off'),
(754,'_transient_random_seed','52bcb32f6b65599459dda245b89ce90b','yes'),
(963,'tm_enable','yes','yes'),
(964,'twitter_where','before','yes'),
(979,'google1_size','standard','yes'),
(980,'google1_lang','en-US','yes'),
(981,'google1_count','on','yes'),
(982,'google1_callback','','yes'),
(983,'google1_posts','on','yes'),
(984,'google1_pages','','yes'),
(985,'google1_homepage','on','yes'),
(986,'google1_js','on','yes'),
(993,'st_add_to_content','yes','yes'),
(994,'st_add_to_page','no','yes'),
(1004,'aioseop_options','a:90:{s:9:\"aiosp_can\";s:2:\"on\";s:12:\"aiosp_donate\";N;s:16:\"aiosp_home_title\";s:105:\"Deborah Brody Marketing Communications: Washington, DC-based copywriting, advertising, marketing services\";s:22:\"aiosp_home_description\";s:83:\"Providing writing, copy editing and communications consulting on a freelance basis.\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:23:\"aiosp_max_words_excerpt\";N;s:20:\"aiosp_rewrite_titles\";s:2:\"on\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:20:\"aiosp_use_categories\";s:0:\"\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:14:\"aiosp_cap_cats\";s:2:\"on\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:16:\"aiosp_debug_info\";N;s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:13:\"aiosp_enabled\";s:1:\"1\";s:17:\"aiosp_enablecpost\";N;s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:16:\"aiosp_seopostcol\";N;s:18:\"aiosp_seocustptcol\";N;s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:12:\"aiosp_do_log\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:23:\"aiosp_date_title_format\";s:30:\"%archive_title% | %site_title%\";s:19:\"last_active_version\";s:5:\"3.7.1\";s:20:\"aiosp_togglekeywords\";s:1:\"1\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %site_title%\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:19:\"aiosp_yandex_verify\";s:0:\"\";s:18:\"aiosp_baidu_verify\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:1:\"1\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %site_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %site_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %site_title%\";s:34:\"aiosp_acf-field-group_title_format\";s:27:\"%post_title% | %site_title%\";s:28:\"aiosp_acf-field_title_format\";s:27:\"%post_title% | %site_title%\";s:32:\"aiosp_schema_search_results_page\";s:1:\"0\";s:33:\"aiosp_schema_social_profile_links\";s:0:\"\";s:28:\"aiosp_schema_site_represents\";s:12:\"organization\";s:30:\"aiosp_schema_organization_name\";s:0:\"\";s:30:\"aiosp_schema_organization_logo\";s:0:\"\";s:24:\"aiosp_schema_person_user\";s:1:\"1\";s:25:\"aiosp_schema_phone_number\";s:0:\"\";s:25:\"aiosp_schema_contact_type\";s:4:\"none\";s:23:\"aiosp_rss_content_after\";s:51:\"The post %post_link% first appeared on %site_link%.\";}','yes'),
(18833,'db_upgraded','','on'),
(364,'recently_activated','a:1:{s:23:\"slickquiz/slickquiz.php\";i:1785766009;}','off'),
(166984,'akismet_strictness','0','yes'),
(953,'tm_where','before','yes'),
(954,'tm_rss_where','before','yes'),
(955,'tm_source','','yes'),
(956,'tm_style','float: right; margin-left: 10px;','yes'),
(957,'tm_version','large','yes'),
(958,'tm_display_page','','yes'),
(374,'widget_wgstwitterfeeds','a:3:{i:2;a:0:{}i:3;a:8:{s:15:\"tweeterusername\";s:4:\"dbmc\";s:6:\"height\";i:300;s:5:\"width\";i:200;s:10:\"background\";s:6:\"000000\";s:9:\"fontcolor\";s:6:\"ffffff\";s:16:\"tweetsbackground\";s:6:\"000000\";s:15:\"tweetsfontcolor\";s:6:\"ffffff\";s:11:\"tweetslinks\";s:6:\"4aed05\";}s:12:\"_multiwidget\";i:1;}','yes'),
(965,'twitter_rss_where','before','yes'),
(768,'widget_pd_top_rated','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(376,'widget_twitter-widget','a:4:{i:2;a:0:{}i:3;a:9:{s:5:\"title\";s:13:\"Latest Tweets\";s:8:\"username\";s:4:\"dbmc\";s:5:\"posts\";s:1:\"5\";s:8:\"interval\";s:4:\"1800\";s:4:\"date\";s:5:\"j F Y\";s:11:\"datedisplay\";s:2:\"on\";s:9:\"datebreak\";s:2:\"on\";s:9:\"clickable\";s:2:\"on\";s:10:\"hideerrors\";s:2:\"on\";}i:4;a:9:{s:5:\"title\";s:13:\"Latest Tweets\";s:8:\"username\";s:4:\"dbmc\";s:5:\"posts\";s:1:\"5\";s:8:\"interval\";s:4:\"1800\";s:4:\"date\";s:5:\"j F Y\";s:11:\"datedisplay\";s:2:\"on\";s:9:\"datebreak\";s:2:\"on\";s:9:\"clickable\";s:2:\"on\";s:10:\"hideerrors\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),
(59644,'widget_feedburneremailwidget','a:3:{i:2;a:13:{s:5:\"title\";s:31:\"Subscribe to the blog via email\";s:3:\"uri\";s:63:\"http://feeds.feedburner.com/DeborahBrodyMarketingCommunications\";s:11:\"above_email\";s:0:\"\";s:11:\"below_email\";s:0:\"\";s:16:\"email_text_input\";s:0:\"\";s:13:\"subscribe_btn\";s:4:\"Send\";s:9:\"show_link\";s:2:\"on\";s:7:\"form_id\";s:0:\"\";s:14:\"css_style_code\";s:0:\"\";s:13:\"analytics_cat\";s:0:\"\";s:13:\"analytics_act\";s:0:\"\";s:13:\"analytics_lab\";s:0:\"\";s:13:\"analytics_val\";s:0:\"\";}i:3;a:13:{s:5:\"title\";s:31:\"Subscribe to the blog via email\";s:3:\"uri\";s:63:\"http://feeds.feedburner.com/DeborahBrodyMarketingCommunications\";s:11:\"above_email\";s:0:\"\";s:11:\"below_email\";s:0:\"\";s:16:\"email_text_input\";s:0:\"\";s:13:\"subscribe_btn\";s:4:\"Send\";s:9:\"show_link\";s:2:\"on\";s:7:\"form_id\";s:0:\"\";s:14:\"css_style_code\";s:0:\"\";s:13:\"analytics_cat\";s:0:\"\";s:13:\"analytics_act\";s:0:\"\";s:13:\"analytics_lab\";s:0:\"\";s:13:\"analytics_val\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
(950,'widget_a2a_share_save_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(184,'theme_mods_innocente','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:8:\"mainmenu\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522975455;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:24:{i:0;s:20:\"ts-recent-comments-2\";i:1;s:17:\"ts-recent-posts-2\";i:2;s:15:\"ts-post-cycle-2\";i:3;s:12:\"categories-3\";i:4;s:16:\"twitter-widget-2\";i:5;s:16:\"twitter-widget-3\";i:6;s:16:\"twitter-widget-4\";i:7;s:16:\"s2_form_widget-2\";i:8;s:16:\"s2_form_widget-3\";i:9;s:7:\"pages-2\";i:10;s:10:\"calendar-2\";i:11;s:7:\"links-2\";i:12;s:5:\"rss-2\";i:13;s:11:\"tag_cloud-2\";i:14;s:10:\"nav_menu-2\";i:15;s:8:\"search-2\";i:16;s:14:\"recent-posts-2\";i:17;s:17:\"recent-comments-2\";i:18;s:10:\"archives-2\";i:19;s:12:\"categories-2\";i:20;s:6:\"meta-2\";i:21;s:7:\"links-4\";i:22;s:10:\"archives-3\";i:23;s:8:\"search-3\";}s:12:\"post-sidebar\";a:2:{i:0;s:14:\"recent-posts-5\";i:1;s:16:\"s2_form_widget-5\";}s:12:\"page-sidebar\";a:1:{i:0;s:14:\"recent-posts-3\";}}}}','off'),
(185,'widget_ts-recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(186,'widget_ts-recent-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(187,'widget_ts-post-cycle','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(191,'templatesquare_linkcolor','#b31106','yes'),
(192,'templatesquare_linkhover','#212121','yes'),
(193,'templatesquare_topnavcolor','#212121','yes'),
(194,'templatesquare_topnavcoloractive','#b31106','yes'),
(195,'templatesquare_buttonbgcolor','#b31007','yes'),
(196,'templatesquare_buttonbgcolorhover','#878787','yes'),
(197,'templatesquare_buttontextcolor','#fff','yes'),
(198,'templatesquare_bgcolor','#e0e0e0','yes'),
(199,'templatesquare_bgimage','http://deborahbrody.com/wp-content/uploads/2011/06/background.jpg','yes'),
(201,'templatesquare_logo_type','imagelogo','yes'),
(202,'templatesquare_site_name','Deborah Brody Marketing Communications','yes'),
(203,'templatesquare_logo_image','http://deborahbrody.com/wp-content/uploads/2011/06/Deborah-Brody-Marketing-Communications.jpg','yes'),
(204,'templatesquare_favicon','http://deborahbrody.com/wp-content/uploads/2011/06/favicon.ico','yes'),
(205,'templatesquare_footer','Copyright © 2018 Deborah Brody Marketing Communications <br>\r\nAll rights reserved. <br>\r\nNo part of this website and blog may be reproduced without prior written consent. ','yes'),
(206,'templatesquare_google','<script type=\\\"text/javascript\\\">\r\n\r\n  var _gaq = _gaq || [];\r\n  _gaq.push([\\\'_setAccount\\\', \\\'UA-25385041-1\\\']);\r\n  _gaq.push([\\\'_trackPageview\\\']);\r\n\r\n  (function() {\r\n    var ga = document.createElement(\\\'script\\\'); ga.type = \\\'text/javascript\\\'; ga.async = true;\r\n    ga.src = (\\\'https:\\\' == document.location.protocol ? \\\'https://ssl\\\' : \\\'http://www\\\') + \\\'.google-analytics.com/ga.js\\\';\r\n    var s = document.getElementsByTagName(\\\'script\\\')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n</script>','yes'),
(207,'templatesquare_slider_timeout','8000','yes'),
(210,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),
(87368,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"deborah@deborahbrody.com\";s:7:\"version\";s:6:\"4.0.22\";s:9:\"timestamp\";i:1516143404;}','yes'),
(70835,'wpf_admin_notice_dismissed','1','yes'),
(70945,'yarpp_version','5.30.11','yes'),
(80846,'yarpp_version_info_timeout','1731512176','no'),
(71917,'yarpp_version_info','a:3:{s:6:\"result\";s:5:\"error\";s:4:\"beta\";a:2:{s:7:\"version\";s:7:\"4.0.7b1\";s:3:\"url\";s:82:\"http://downloads.wordpress.org/plugin/yet-another-related-posts-plugin.4.0.7b1.zip\";}s:7:\"current\";a:2:{s:7:\"version\";s:5:\"4.0.6\";s:3:\"url\";s:80:\"http://downloads.wordpress.org/plugin/yet-another-related-posts-plugin.4.0.6.zip\";}}','no'),
(70948,'yarpp','a:46:{s:9:\"threshold\";s:1:\"5\";s:5:\"limit\";s:1:\"3\";s:14:\"excerpt_length\";s:2:\"10\";s:6:\"recent\";b:0;s:12:\"before_title\";s:4:\"<li>\";s:11:\"after_title\";s:5:\"</li>\";s:11:\"before_post\";s:8:\" <small>\";s:10:\"after_post\";s:8:\"</small>\";s:14:\"before_related\";s:25:\"<p>Related posts:</p><ol>\";s:13:\"after_related\";s:5:\"</ol>\";s:10:\"no_results\";s:24:\"<p>No related posts.</p>\";s:5:\"order\";s:10:\"score DESC\";s:9:\"rss_limit\";s:1:\"3\";s:18:\"rss_excerpt_length\";s:2:\"10\";s:16:\"rss_before_title\";s:4:\"<li>\";s:15:\"rss_after_title\";s:5:\"</li>\";s:15:\"rss_before_post\";s:8:\" <small>\";s:14:\"rss_after_post\";s:8:\"</small>\";s:18:\"rss_before_related\";s:25:\"<p>Related posts:</p><ol>\";s:17:\"rss_after_related\";s:5:\"</ol>\";s:14:\"rss_no_results\";s:24:\"<p>No related posts.</p>\";s:9:\"rss_order\";s:10:\"score DESC\";s:9:\"past_only\";b:0;s:12:\"show_excerpt\";b:0;s:16:\"rss_show_excerpt\";b:0;s:8:\"template\";b:0;s:12:\"rss_template\";b:0;s:14:\"show_pass_post\";b:0;s:12:\"cross_relate\";b:0;s:11:\"rss_display\";b:0;s:19:\"rss_excerpt_display\";b:1;s:13:\"promote_yarpp\";b:0;s:17:\"rss_promote_yarpp\";b:0;s:15:\"myisam_override\";b:0;s:7:\"exclude\";s:0:\"\";s:6:\"weight\";a:3:{s:5:\"title\";i:1;s:4:\"body\";i:1;s:3:\"tax\";a:2:{s:8:\"category\";i:1;s:8:\"post_tag\";i:1;}}s:11:\"require_tax\";a:0:{}s:5:\"optin\";b:0;s:18:\"thumbnails_heading\";s:14:\"Related posts:\";s:18:\"thumbnails_default\";s:87:\"http://deborahbrody.com/wp-content/plugins/yet-another-related-posts-plugin/default.png\";s:22:\"rss_thumbnails_heading\";s:14:\"Related posts:\";s:22:\"rss_thumbnails_default\";s:87:\"http://deborahbrody.com/wp-content/plugins/yet-another-related-posts-plugin/default.png\";s:12:\"display_code\";b:0;s:20:\"auto_display_archive\";b:0;s:23:\"auto_display_post_types\";a:1:{i:0;s:4:\"post\";}s:5:\"pools\";a:1:{s:7:\"message\";i:0;}}','yes'),
(372,'_transient_plugins_delete_result_1','1','yes'),
(959,'tm_display_front','1','yes'),
(383,'slayer_widgets','a:3:{s:14:\"recent-posts-3\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:12:{i:55;s:11:\"Translation\";i:53;s:19:\"Communication Audit\";i:51;s:25:\"Communications Consulting\";i:49;s:7:\"Writing\";i:42;s:11:\"How We Work\";i:40;s:9:\"Portfolio\";i:38;s:7:\"Clients\";i:22;s:4:\"Blog\";i:20;s:7:\"Espanol\";i:18;s:5:\"About\";i:14;s:8:\"Services\";i:2;s:4:\"Home\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:16:\"twitter-widget-4\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:1:{i:24;s:7:\"Contact\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:12:\"categories-5\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:1:{i:22;s:4:\"Blog\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}}','yes'),
(2093,'akismet_spam_count','402603','yes'),
(966,'twitter_style','float: right; margin-left: 10px;','yes'),
(967,'twitter_version','large','yes'),
(968,'twitter_display_page','1','yes'),
(969,'twitter_display_front','1','yes'),
(970,'twitter_enable','no','yes'),
(971,'twitter_lang','en','yes'),
(972,'tm_url_shortner','default','yes'),
(973,'tm_space','','yes'),
(974,'tm_hashtags_tags','','yes'),
(975,'tm_api_key','','yes'),
(951,'addtoany_options','a:34:{s:8:\"position\";s:6:\"bottom\";s:30:\"display_in_posts_on_front_page\";s:2:\"-1\";s:19:\"display_in_excerpts\";s:2:\"-1\";s:16:\"display_in_posts\";s:1:\"1\";s:16:\"display_in_pages\";s:2:\"-1\";s:15:\"display_in_feed\";s:1:\"1\";s:10:\"show_title\";s:2:\"-1\";s:7:\"onclick\";s:2:\"-1\";s:6:\"button\";s:6:\"CUSTOM\";s:13:\"button_custom\";s:47:\"https://static.addtoany.com/buttons/favicon.png\";s:23:\"additional_js_variables\";s:0:\"\";s:10:\"inline_css\";s:1:\"1\";s:5:\"cache\";s:2:\"-1\";s:11:\"button_text\";s:5:\"Share\";s:15:\"active_services\";a:4:{i:0;s:8:\"facebook\";i:1;s:8:\"linkedin\";i:2;s:5:\"email\";i:3;s:8:\"whatsapp\";}s:29:\"special_facebook_like_options\";a:2:{s:10:\"show_count\";s:2:\"-1\";s:4:\"verb\";s:4:\"like\";}s:29:\"special_twitter_tweet_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:30:\"special_google_plusone_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:33:\"display_in_posts_on_archive_pages\";s:1:\"1\";s:22:\"display_in_attachments\";s:2:\"-1\";s:9:\"icon_size\";s:2:\"32\";s:7:\"icon_bg\";s:8:\"original\";s:13:\"icon_bg_color\";s:7:\"#2a2a2a\";s:7:\"icon_fg\";s:8:\"original\";s:13:\"icon_fg_color\";s:7:\"#ffffff\";s:17:\"button_show_count\";s:2:\"-1\";s:6:\"header\";s:0:\"\";s:14:\"additional_css\";s:0:\"\";s:12:\"custom_icons\";s:2:\"-1\";s:16:\"custom_icons_url\";s:1:\"/\";s:17:\"custom_icons_type\";s:3:\"png\";s:18:\"custom_icons_width\";s:0:\"\";s:19:\"custom_icons_height\";s:0:\"\";s:29:\"special_pinterest_pin_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}}','yes'),
(1342,'display-category_children','a:0:{}','yes'),
(960,'tm_display_rss','1','yes'),
(961,'tm_ping','on','yes'),
(461,'post_notification_show_content','no','no'),
(462,'post_notification_read_more','...','no'),
(463,'post_notification_send_default','yes','no'),
(464,'post_notification_send_private','no','no'),
(465,'post_notification_send_page','no','no'),
(466,'post_notification_hdr_nl','n','no'),
(467,'post_notification_from_email','hbrooks@avirtualedge.com','no'),
(468,'post_notification_from_name','@@blogname','no'),
(469,'post_notification_subject','@@blogname: @@title','no'),
(470,'post_notification_url','112','no'),
(471,'post_notification_template','email_template.txt','no'),
(472,'post_notification_maxsend','20','no'),
(473,'post_notification_pause','10','no'),
(474,'post_notification_nervous','360','yes'),
(475,'post_notification_lastsend','1311313464','no'),
(476,'post_notification_lastpost','1311313464','no'),
(477,'post_notification_page_meta','no','yes'),
(478,'post_notification_page_name','Subscribe to Posts','yes'),
(479,'post_notification_uninstall','no','no'),
(480,'post_notification_captcha','0','no'),
(481,'post_notification_lock','file','yes'),
(482,'post_notification_filter_include','yes','yes'),
(483,'post_notification_selected_cats','0','no'),
(484,'post_notification_debug','no','no'),
(485,'post_notification_the_content_exclude','s:6:\"a:0:{}\";','no'),
(459,'post_notification_subscribers','0','yes'),
(460,'post_notification_nextsend','-1','yes'),
(448,'widget_s2_form_widget','a:4:{i:2;a:0:{}i:3;a:6:{s:5:\"title\";s:18:\"Email Subscription\";s:3:\"div\";s:0:\"\";s:16:\"widgetprecontent\";s:53:\"Please check your email to confirm your subscription.\";s:17:\"widgetpostcontent\";s:0:\"\";s:10:\"hidebutton\";s:4:\"none\";s:6:\"postto\";s:3:\"110\";}s:12:\"_multiwidget\";i:1;i:5;a:0:{}}','yes'),
(486,'post_notification_empty_cats','no','no'),
(487,'post_notification_show_cats','yes','no'),
(488,'post_notification_auto_subscribe','yes','no'),
(489,'post_notification_profile','','yes'),
(490,'post_notification_sendcheck','shutdown','yes'),
(491,'post_notification_saved_tmpl','no','yes'),
(494,'plugin__subscribe2_widget','a:1:{s:5:\"title\";s:34:\"Subscribe to receive new blogposts\";}','yes'),
(962,'tm_hashtags','','yes'),
(497,'widget_s2widgethack','a:1:{s:5:\"title\";s:18:\"Email Subscription\";}','yes'),
(502,'subscribe2_options','a:42:{s:11:\"admin_email\";s:4:\"both\";s:6:\"sender\";s:6:\"author\";s:10:\"stylesheet\";s:3:\"yes\";s:5:\"pages\";s:2:\"no\";s:8:\"password\";s:2:\"no\";s:7:\"private\";s:2:\"no\";s:10:\"cron_order\";s:4:\"desc\";s:10:\"email_freq\";s:5:\"never\";s:7:\"exclude\";s:0:\"\";s:12:\"reg_override\";s:1:\"0\";s:6:\"s2page\";s:3:\"110\";s:9:\"show_meta\";s:1:\"0\";s:11:\"show_button\";s:1:\"0\";s:6:\"widget\";s:1:\"1\";s:13:\"counterwidget\";s:1:\"0\";s:14:\"s2meta_default\";s:1:\"0\";s:7:\"autosub\";s:3:\"yes\";s:15:\"newreg_override\";s:2:\"no\";s:8:\"wpregdef\";s:3:\"yes\";s:10:\"autoformat\";s:4:\"html\";s:12:\"show_autosub\";s:3:\"yes\";s:11:\"autosub_def\";s:3:\"yes\";s:12:\"comment_subs\";s:6:\"before\";s:6:\"barred\";s:0:\"\";s:7:\"version\";s:5:\"10.46\";s:8:\"bcclimit\";s:1:\"0\";s:8:\"mailtext\";s:227:\"{BLOGNAME} has posted a new item, \\\'{TITLE}\\\'\r\n\r\n{POST}\r\n\r\nYou may view the latest post at\r\n{PERMALINK}\r\n\r\nYou received this e-mail because you asked to be notified when new updates are posted.\r\nBest regards,\r\n{MYNAME}\r\n{EMAIL}\";s:20:\"notification_subject\";s:20:\"[{BLOGNAME}] {TITLE}\";s:13:\"confirm_email\";s:236:\"{BLOGNAME} has received a request to {ACTION} for this email address. To complete your request please click on the link below:\r\n\r\n{LINK}\r\n\r\nIf you did not request this, please feel free to disregard this notice!\r\n\r\nThank you,\r\n{MYNAME}.\";s:15:\"confirm_subject\";s:40:\"[{BLOGNAME}] Please confirm your request\";s:12:\"remind_email\";s:357:\"This email address was subscribed for notifications at {BLOGNAME} ({BLOGLINK}) but the subscription remains incomplete.\r\n\r\nIf you wish to complete your subscription please click on the link below:\r\n\r\n{LINK}\r\n\r\nIf you do not wish to complete your subscription please ignore this email and your address will be removed from our database.\r\n\r\nRegards,\r\n{MYNAME}\";s:14:\"remind_subject\";s:34:\"[{BLOGNAME}] Subscription Reminder\";s:8:\"tracking\";s:0:\"\";s:4:\"ajax\";s:1:\"0\";s:15:\"exclude_formats\";s:0:\"\";s:11:\"comment_def\";s:2:\"no\";s:17:\"one_click_profile\";s:2:\"no\";s:8:\"stickies\";s:2:\"no\";s:10:\"compulsory\";s:0:\"\";s:5:\"embed\";s:2:\"no\";s:13:\"js_ip_updater\";s:1:\"0\";s:13:\"s2_unsub_page\";i:0;}','yes'),
(1117,'ezpz_ocb_version','0.8.2','yes'),
(1114,'akismet_connectivity_time','1351181988','yes'),
(1118,'ezpz_ocb_options','a:17:{i:1;s:23:\"ezpz_ocb_options, array\";i:2;s:27:\"ezpz_ocb_auto_update, array\";i:3;s:17:\"ezpz_ocb_zip_date\";i:4;s:27:\"ezpz_ocb_backup_folder_name\";i:5;s:17:\"ezpz_ocb_set_cron\";i:6;s:18:\"ezpz_ocb_cron_time\";i:7;s:20:\"ezpz_ocb_prefix_only\";i:8;s:25:\"ezpz_ocb_excluded_folders\";i:9;s:21:\"ezpz_ocb_speed_factor\";i:10;s:17:\"ezpz_ocb_stylized\";i:11;s:16:\"ezpz_ocb_save_tz\";i:12;s:18:\"ezpz_ocb_ds_format\";i:13;s:20:\"ezpz_ocb_hide_backup\";i:14;s:17:\"ezpz_ocb_set_cron\";i:15;s:23:\"ezpz_ocb_dropbox, array\";i:16;s:19:\"ezpz_ocb_ftp, array\";i:17;s:27:\"ezpz_ocb_permissions, array\";}','yes'),
(1119,'ezpz_ocb_updated','a:3:{s:3:\"faq\";i:1350765577;s:4:\"news\";i:1350765577;s:4:\"next\";s:3:\"new\";}','yes'),
(1120,'ezpz_ocb_zip_date','2013-02-08','yes'),
(1121,'ezpz_ocb_backup_folder_name','0VvI76-TWSqK8pbz','yes'),
(1122,'ezpz_ocb_set_cron','weekly','yes'),
(1123,'ezpz_ocb_cron_time','0','yes'),
(1124,'ezpz_ocb_prefix_only','no','yes'),
(1125,'ezpz_ocb_excluded_folders','none','yes'),
(1126,'ezpz_ocb_speed_factor','6','yes'),
(1127,'ezpz_ocb_stylized','yes','yes'),
(1128,'ezpz_ocb_save_tz','GMT','yes'),
(1129,'ezpz_ocb_ds_format','Y-m-d','yes'),
(1130,'ezpz_ocb_hide_backup','no','yes'),
(1131,'ezpz_ocb_ftp','a:7:{s:6:\"active\";s:0:\"\";s:5:\"alert\";s:0:\"\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:5:\"count\";i:1;}','yes'),
(1132,'ezpz_ocb_permissions','a:4:{s:7:\"folders\";s:4:\"0755\";s:5:\"files\";s:4:\"0755\";s:10:\"def_folder\";s:4:\"0755\";s:8:\"def_file\";s:4:\"0644\";}','yes'),
(1133,'ezpz_ocb_available_extensions','a:4:{i:0;i:3;i:1;a:2:{i:0;s:13:\"FTP Extension\";i:1;s:3:\"ftp\";}i:2;a:2:{i:0;s:17:\"Dropbox Extension\";i:1;s:3:\"dbx\";}i:3;a:2:{i:0;s:9:\"Amazon S3\";i:1;s:3:\"as3\";}}','yes'),
(1134,'ezpz_ocb_just_activated','false','yes'),
(1135,'ezpz_ocb_bg_backup','not running','yes'),
(1136,'ezpz_ocb_db_dump','','yes'),
(1137,'ezpz_ocb_log_errors','','yes'),
(1138,'ezpz_ocb_backup_cron_email','deborah@deborahbrody.com','yes'),
(1139,'ezpz_ocb_zip_name','Deborah_Brody_Market_2013-02-08.zip','yes'),
(1182,'wordpress_api_key','7b4e2cf87aea','yes'),
(1183,'akismet_discard_month','false','yes'),
(1184,'akismet_show_user_comments_approved','0','yes'),
(867791,'category_children','a:1:{i:25;a:2:{i:0;i:602;i:1;i:958;}}','yes'),
(70818,'uninstall_plugins','a:9:{s:25:\"post-ender/post-ender.php\";a:2:{i:0;s:9:\"PostEnder\";i:1;s:16:\"plugin_uninstall\";}s:32:\"sexybookmarks/sexy-bookmarks.php\";s:15:\"shrsb_uninstall\";s:23:\"pdf-print/pdf-print.php\";s:17:\"pdfprnt_uninstall\";s:47:\"better-click-to-tweet/better-click-to-tweet.php\";s:17:\"bctt_on_uninstall\";s:20:\"worker/functions.php\";s:13:\"mwp_uninstall\";s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:20:\"sfsi_Unistall_plugin\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:25:\"subscribe2/subscribe2.php\";a:2:{i:0;s:8:\"S2_Admin\";i:1;s:12:\"s2_uninstall\";}s:24:\"share-this/sharethis.php\";s:19:\"uninstall_ShareThis\";}','no'),
(98247,'mobile_view_theme_link_text','Switch To Mobile Version','yes'),
(98248,'desktop_view_theme_link_text','Switch To Desktop Version','yes'),
(98249,'show_switch_link_for_desktop','no','yes'),
(98250,'forced_layout_expire_time','0','yes'),
(99819,'amts_hide_pro_notice','yes_3','yes'),
(164903,'backwpup_cfg_hash','2739b9','yes'),
(164904,'backwpup_jobs','a:1:{i:1;a:13:{s:5:\"jobid\";i:1;s:10:\"backuptype\";s:7:\"archive\";s:4:\"type\";a:3:{i:0;s:6:\"DBDUMP\";i:1;s:4:\"FILE\";i:2;s:8:\"WPPLUGIN\";}s:12:\"destinations\";a:1:{i:0;s:6:\"FOLDER\";}s:4:\"name\";s:6:\"backup\";s:14:\"mailaddresslog\";s:24:\"deborah@deborahbrody.com\";s:20:\"mailaddresssenderlog\";s:74:\"BackWPup Deborah Brody Marketing Communications <deborah@deborahbrody.com>\";s:13:\"mailerroronly\";b:1;s:13:\"archiveformat\";s:4:\".zip\";s:11:\"archivename\";s:24:\"%Y-%m-%d_%H-%i-%s_%hash%\";s:7:\"lastrun\";d:1522326828;s:7:\"logfile\";s:111:\"/home/debora34/public_html/wp-content/uploads/backwpup-2739b9-logs/backwpup_log_2739b9_2018-03-29_12-33-48.html\";s:21:\"lastbackupdownloadurl\";s:0:\"\";}}','no'),
(164922,'backwpup_message_id_en','KNQXMZJAGIYCKICON53SC7DIOR2HA4Z2F4XWEYLDNN3XA5LQFZRW63JPH52XI3K7ONXXK4TDMU6UEYLDNNLVA5LQEZ2XI3K7MNQW24DBNFTW4PKFMFZXIZLSKNQWYZJSGAYTQJTVORWV63LFMRUXK3J5IFSG22LOJZXXI2LDMURWE5LZ','yes'),
(164923,'backwpup_message_content_en','EASTER SALE – Searching for a Backup Plugin? – Find BackWPup PRO with 20% Easter Discount – only valid from March 28th to April 4th!','yes'),
(164924,'backwpup_message_button_text_en','Save 20% Now!','yes'),
(164925,'backwpup_message_url_en','https://backwpup.com/?utm_source=BackWPup&utm_campaign=EasterSale2018&utm_medium=AdminNotice#buy','yes'),
(164926,'backwpup_message_id_es','IFUG64TSMEQGK3BAGIYCKIDZMEQXY2DUORYHGORPF5RGCY3LO5YHK4BOMNXW2LZ7OV2G2X3TN52XEY3FHVBGCY3LK5IHK4BGOV2G2X3DMFWXAYLJM5XD2RLBON2GK4STMFWGKMRQGE4CM5LUNVPW2ZLENF2W2PKBMRWWS3SON52GSY3FENRHK6L4','yes'),
(164927,'backwpup_message_content_es','OFERTA DE SEMANA SANTA - ¿Estás buscando un plugin de copias de seguridad? Encuentra BackWPup PRO con un 20% de descuento durante Semana Santa ¡Válido del 28 de marzo al 4 de abril!','yes'),
(164928,'backwpup_message_button_text_es','Ahorra el 20% ya!','yes'),
(164929,'backwpup_message_url_es','https://backwpup.com/?utm_source=BackWPup&utm_campaign=EasterSale2018&utm_medium=AdminNotice#buy','yes'),
(164930,'backwpup_message_id_fr','KNQXMZJAGIYCKICON53SC7DIOR2HA4Z2F4XWEYLDNN3XA5LQFZRW63JPH52XI3K7ONXXK4TDMU6UEYLDNNLVA5LQEZ2XI3K7MNQW24DBNFTW4PKFMFZXIZLSKNQWYZJSGAYTQJTVORWV63LFMRUXK3J5IFSG22LOJZXXI2LDMURWE5LZ','yes'),
(164931,'backwpup_message_content_fr','EASTER SALE – Searching for a Backup Plugin? – Find BackWPup PRO with 20% Easter Discount – only valid from March 28th to April 4th!','yes'),
(164932,'backwpup_message_button_text_fr','Save 20% Now!','yes'),
(164933,'backwpup_message_url_fr','https://backwpup.com/?utm_source=BackWPup&utm_campaign=EasterSale2018&utm_medium=AdminNotice#buy','yes'),
(164934,'backwpup_message_id_de','JJSXI6TUEAZDAJJAONYGC4TFNYQXY2DUORYHGORPF5RGCY3LO5YHK4BOMRSS6P3VORWV643POVZGGZJ5IJQWG22XKB2XAJTVORWV6Y3BNVYGC2LHNY6UKYLTORSXEU3BNRSTEMBRHATHK5DNL5WWKZDJOVWT2QLENVUW4TTPORUWGZJDMJ2XS7D4','yes'),
(164935,'backwpup_message_content_de','OSTERRABATT - Suchst du nach einem Backup Plugin? - Finde jetzt BackWPup PRO mit 20% Rabatt - nur gültig vom 28. März bis zum 4. April!','yes'),
(164936,'backwpup_message_button_text_de','Jetzt 20% sparen!','yes'),
(164937,'backwpup_message_url_de','https://backwpup.de/?utm_source=BackWPup&utm_campaign=EasterSale2018&utm_medium=AdminNotice#buy','yes'),
(164938,'backwpup_message_id_it','KJUXG4DBOJWWSYJANFWCAMRQEUQXY2DUORYHGORPF5RGCY3LO5YHK4BOMNXW2LZ7OV2G2X3TN52XEY3FHVBGCY3LK5IHK4BGOV2G2X3DMFWXAYLJM5XD2RLBON2GK4STMFWGKMRQGE4CM5LUNVPW2ZLENF2W2PKBMRWWS3SON52GSY3FENRHK6L4','yes'),
(164939,'backwpup_message_content_it','OFFERTA DI PASQUA - Hai bisogno un plugin di Backup? - Prova BackWPup PRO a Pasqua con il 20% di sconto - offerta valida dal 28 Marzo fino al 4 Aprile!','yes'),
(164940,'backwpup_message_button_text_it','Risparmia il 20%!','yes'),
(164941,'backwpup_message_url_it','https://backwpup.com/?utm_source=BackWPup&utm_campaign=EasterSale2018&utm_medium=AdminNotice#buy','yes'),
(164905,'backwpup_version','3.4.4','yes'),
(164906,'backwpup_cfg_showadminbar','','yes'),
(164907,'backwpup_cfg_showfoldersize','','yes'),
(164908,'backwpup_cfg_protectfolders','1','yes'),
(164909,'backwpup_cfg_jobmaxexecutiontime','30','yes'),
(164910,'backwpup_cfg_jobstepretry','3','yes'),
(164911,'backwpup_cfg_jobrunauthkey','871e6d59','yes'),
(164912,'backwpup_cfg_loglevel','normal_translated','yes'),
(164913,'backwpup_cfg_jobwaittimems','0','yes'),
(164914,'backwpup_cfg_jobdooutput','0','yes'),
(164915,'backwpup_cfg_windows','0','yes'),
(164916,'backwpup_cfg_maxlogs','30','yes'),
(164917,'backwpup_cfg_gzlogs','0','yes'),
(164918,'backwpup_cfg_logfolder','uploads/backwpup-2739b9-logs/','yes'),
(164919,'backwpup_cfg_httpauthuser','','yes'),
(164920,'backwpup_cfg_httpauthpassword','','yes'),
(164942,'backwpup_messages','a:0:{}','yes'),
(93695,'slick_quiz_options','a:34:{s:21:\"disabled_quiz_message\";s:61:\"<strong>Sorry.</strong> The requested quiz has been disabled.\";s:20:\"missing_quiz_message\";s:62:\"<strong>Sorry.</strong> The requested quiz could not be found.\";s:17:\"start_button_text\";s:12:\"Get Started!\";s:17:\"check_answer_text\";s:16:\"Check My Answer!\";s:18:\"next_question_text\";s:7:\"Next »\";s:20:\"complete_button_text\";s:0:\"\";s:16:\"back_button_text\";s:0:\"\";s:14:\"try_again_text\";s:0:\"\";s:15:\"your_score_text\";s:11:\"Your Score:\";s:17:\"your_ranking_text\";s:13:\"Your Ranking:\";s:19:\"score_template_text\";s:15:\"%score / %total\";s:19:\"question_count_text\";s:27:\"Question %current of %total\";s:22:\"question_template_text\";s:13:\"%count. %text\";s:17:\"skip_start_button\";s:1:\"1\";s:19:\"number_of_questions\";s:0:\"\";s:21:\"random_sort_questions\";s:1:\"0\";s:19:\"random_sort_answers\";s:1:\"0\";s:11:\"random_sort\";s:1:\"0\";s:12:\"disable_next\";s:1:\"0\";s:21:\"perquestion_responses\";s:1:\"1\";s:28:\"perquestion_response_answers\";s:1:\"0\";s:20:\"completion_responses\";s:1:\"0\";s:14:\"question_count\";s:1:\"1\";s:15:\"question_number\";s:1:\"1\";s:19:\"score_as_percentage\";s:1:\"0\";s:13:\"disable_score\";s:1:\"0\";s:15:\"disable_ranking\";s:1:\"0\";s:11:\"save_scores\";s:1:\"0\";s:10:\"name_label\";s:10:\"Your Name:\";s:11:\"email_label\";s:0:\"\";s:11:\"share_links\";s:1:\"1\";s:13:\"share_message\";s:55:\"I\'m a [RANK]! I just scored [SCORE] on the [NAME] quiz!\";s:15:\"twitter_account\";s:5:\"@dbmc\";s:17:\"no_filter_quizzes\";s:1:\"1\";}','yes'),
(75604,'dd_global_config','a:6:{s:24:\"dd_global_twitter_option\";a:1:{s:31:\"dd_global_twitter_option_source\";s:4:\"dbmc\";}s:23:\"dd_global_buffer_option\";a:1:{s:30:\"dd_global_buffer_option_source\";s:0:\"\";}s:26:\"dd_global_tweetmeme_option\";a:3:{s:33:\"dd_global_tweetmeme_option_source\";s:0:\"\";s:34:\"dd_global_tweetmeme_option_service\";s:0:\"\";s:38:\"dd_global_tweetmeme_option_service_api\";s:0:\"\";}s:22:\"dd_global_topsy_option\";a:2:{s:29:\"dd_global_topsy_option_source\";s:0:\"\";s:28:\"dd_global_topsy_option_theme\";s:4:\"blue\";}s:25:\"dd_global_facebook_option\";a:5:{s:32:\"dd_global_facebook_option_locale\";s:5:\"en_US\";s:30:\"dd_global_facebook_option_send\";s:2:\"on\";s:30:\"dd_global_facebook_option_face\";s:0:\"\";s:31:\"dd_global_facebook_option_thumb\";s:0:\"\";s:39:\"dd_global_facebook_option_default_thumb\";s:0:\"\";}s:23:\"dd_global_flattr_option\";a:1:{s:27:\"dd_global_flattr_option_uid\";s:0:\"\";}}','yes'),
(75605,'dd_normal_display_config','a:5:{s:14:\"display_option\";a:6:{s:19:\"display_option_home\";s:0:\"\";s:19:\"display_option_post\";s:2:\"on\";s:19:\"display_option_page\";s:0:\"\";s:18:\"display_option_cat\";s:0:\"\";s:18:\"display_option_tag\";s:0:\"\";s:22:\"display_option_archive\";s:0:\"\";}s:15:\"category_option\";a:3:{s:21:\"category_option_radio\";s:29:\"category_option_radio_include\";s:23:\"category_option_include\";s:3:\"All\";s:23:\"category_option_exclude\";s:4:\"None\";}s:10:\"dd_line_up\";a:1:{s:17:\"dd_line_up_select\";s:10:\"Horizontal\";}s:16:\"dd_status_option\";a:1:{s:24:\"dd_status_option_display\";s:2:\"on\";}s:16:\"dd_excerp_option\";a:1:{s:24:\"dd_excerp_option_display\";s:2:\"on\";}}','yes'),
(75606,'dd_normal_button','a:2:{s:24:\"dd_normal_button_display\";a:24:{s:16:\"dd_button_reddit\";O:9:\"DD_Reddit\":31:{s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:21:\"button2.html?width=51\";s:7:\"Compact\";s:22:\"button1.html?width=120\";s:4:\"Icon\";s:21:\"button3.html?width=69\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:21:\"button2.html?width=51\";s:7:\"Compact\";s:22:\"button1.html?width=120\";s:4:\"Icon\";s:21:\"button3.html?width=69\";}s:21:\"buttonLayoutLazyWidth\";a:3:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";s:4:\"Icon\";s:2:\"69\";}s:22:\"buttonLayoutLazyHeight\";a:3:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";s:4:\"Icon\";s:2:\"52\";}s:23:\"buttonLayoutWidthHeight\";a:3:{s:6:\"Normal\";s:22:\"height=\"69\" width=\"51\"\";s:7:\"Compact\";s:23:\"height=\"22\" width=\"120\"\";s:4:\"Icon\";s:22:\"height=\"52\" width=\"69\"\";}s:4:\"name\";s:6:\"Reddit\";s:10:\"websiteURL\";s:21:\"http://www.reddit.com\";s:6:\"apiURL\";s:30:\"http://www.reddit.com/buttons/\";s:7:\"baseURL\";s:165:\"<iframe src=\"http://www.reddit.com/static/button/VOTE_BUTTON_DESIGN&url=VOTE_URL&title=VOTE_TITLE&newwindow=\'1\'\" EXTRA_VALUE scrolling=\'no\' frameborder=\'0\'></iframe>\";s:12:\"baseURL_lazy\";s:164:\"<div class=\'dd-reddit-ajax-load dd-reddit-POST_ID\'></div><iframe class=\'DD_REDDIT_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadReddit_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-reddit-POST_ID\').remove();$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'src\',\'http://www.reddit.com/static/button/VOTE_BUTTON_DESIGN&url=VOTE_URL&title=VOTE_TITLE&newwindow=1\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadReddit_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_reddit_appendType\";s:4:\"none\";s:22:\"dd_reddit_buttonDesign\";s:6:\"Normal\";s:25:\"dd_reddit_ajax_left_float\";s:0:\"\";s:19:\"dd_reddit_lazy_load\";s:0:\"\";s:23:\"dd_reddit_button_weight\";s:2:\"99\";}s:18:\"option_append_type\";s:20:\"dd_reddit_appendType\";s:20:\"option_button_design\";s:22:\"dd_reddit_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_reddit_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_reddit_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_reddit_lazy_load\";s:19:\"button_weight_value\";s:2:\"99\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:15:\"dd_button_dzone\";O:8:\"DD_DZone\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:25:\"1\' height=\'70\' width=\'50\'\";s:7:\"Compact\";s:26:\"2\' height=\'25\' width=\'155\'\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:1:\"1\";s:7:\"Compact\";s:1:\"2\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"50\";s:7:\"Compact\";s:3:\"155\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"70\";s:7:\"Compact\";s:2:\"25\";}s:4:\"name\";s:5:\"DZone\";s:10:\"websiteURL\";s:20:\"http://www.dzone.com\";s:6:\"apiURL\";s:38:\"http://www.dzone.com/links/buttons.jsp\";s:7:\"baseURL\";s:163:\"<iframe src=\'http://widgets.dzone.com/links/widgets/zoneit.html?url=VOTE_URL&amp;title=VOTE_TITLE&amp;t=VOTE_BUTTON_DESIGN frameborder=\'0\' scrolling=\'no\'></iframe>\";s:12:\"baseURL_lazy\";s:161:\"<div class=\'dd-dzone-ajax-load dd-dzone-POST_ID\'></div><iframe class=\'DD_DZONE_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadDzone_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-dzone-POST_ID\').remove();$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'src\',\'http://widgets.dzone.com/links/widgets/zoneit.html?url=VOTE_URL&title=VOTE_TITLE&t=VOTE_BUTTON_DESIGN\'); }); }\";s:21:\"scheduler_lazy_script\";s:57:\"window.setTimeout(\'loadDzone_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:19:\"dd_dzone_appendType\";s:4:\"none\";s:21:\"dd_dzone_buttonDesign\";s:6:\"Normal\";s:24:\"dd_dzone_ajax_left_float\";s:0:\"\";s:18:\"dd_dzone_lazy_load\";s:0:\"\";s:22:\"dd_dzone_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:19:\"dd_dzone_appendType\";s:20:\"option_button_design\";s:21:\"dd_dzone_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_dzone_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_dzone_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_dzone_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:17:\"dd_button_fbshare\";O:10:\"DD_FbShare\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:9:\"box_count\";s:7:\"Compact\";s:12:\"button_count\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:9:\"box_count\";s:7:\"Compact\";s:12:\"button_count\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:14:\"Facebook Share\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:30:\"http://www.facebook.com/share/\";s:7:\"baseURL\";s:209:\"<a name=\'fb_share\' type=\'VOTE_BUTTON_DESIGN\' share_url=\'VOTE_URL\' href=\'http://www.facebook.com/sharer.php\'></a><script src=\'http://static.ak.fbcdn.net/connect.php/js/FB.Share\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";s:203:\"<div class=\'dd-fbshare-ajax-load dd-fbshare-POST_ID\'></div><a class=\'DD_FBSHARE_AJAX_POST_ID\' name=\'fb_share\' type=\'VOTE_BUTTON_DESIGN\' share_url=\'VOTE_URL\' href=\'http://www.facebook.com/sharer.php\'></a>\";s:19:\"baseURL_lazy_script\";s:177:\" function loadFBShare_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fbshare-POST_ID\').remove(); $.getScript(\'http://static.ak.fbcdn.net/connect.php/js/FB.Share\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadFBShare_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_fbshare_appendType\";s:4:\"none\";s:23:\"dd_fbshare_buttonDesign\";s:7:\"Compact\";s:26:\"dd_fbshare_ajax_left_float\";s:0:\"\";s:20:\"dd_fbshare_lazy_load\";s:0:\"\";s:24:\"dd_fbshare_button_weight\";s:2:\"95\";}s:18:\"option_append_type\";s:21:\"dd_fbshare_appendType\";s:20:\"option_button_design\";s:23:\"dd_fbshare_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_fbshare_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_fbshare_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_fbshare_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_delicious\";O:12:\"DD_Delicious\":30:{s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:25:\"dd_delicious_normal_image\";s:7:\"Compact\";s:26:\"dd_delicious_compact_image\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:25:\"dd_delicious_normal_image\";s:7:\"Compact\";s:26:\"dd_delicious_compact_image\";}s:4:\"name\";s:9:\"Delicious\";s:10:\"websiteURL\";s:24:\"http://www.delicious.com\";s:6:\"apiURL\";s:35:\"http://www.delicious.com/help/feeds\";s:7:\"baseURL\";s:436:\"<div class=\'VOTE_BUTTON_DESIGN dd_delicious\'><a class=\'VOTE_BUTTON_DESIGN\' href=\'http://delicious.com/save\' onclick=\"window.open(\'http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=\'+encodeURIComponent(\'VOTE_URL\')+\'&amp;title=\'+encodeURIComponent(\'VOTE_TITLE\'),\'delicious\', \'toolbar=no,width=550,height=550\'); return false;\"><span id=\'DD_DELICIOUS_AJAX_POST_ID\'><div style=\'padding-top:3px\'>SAVED_COUNT</div></span></a></div>\";s:12:\"baseURL_lazy\";s:374:\"<div class=\'VOTE_BUTTON_DESIGN dd_delicious\'><a href=\'http://delicious.com/save\' onclick=\"window.open(\'http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=\'+encodeURIComponent(\'VOTE_URL\')+\'&amp;title=\'+encodeURIComponent(\'VOTE_TITLE\'),\'delicious\', \'toolbar=no,width=550,height=550\'); return false;\"><span id=\'DD_DELICIOUS_AJAX_POST_ID\'>SAVED_COUNT</span></a></div>\";s:19:\"baseURL_lazy_script\";s:428:\" function loadDelicious_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-delicious-POST_ID\').remove();$.getJSON(\'http://feeds.delicious.com/v2/json/urlinfo/data?url=VOTE_URL&amp;callback=?\',function(data) {var msg =\'\';var count = 0;if (data.length > 0) {count = data[0].total_posts;if(count ==0){msg = \'0\';}else if(count ==1){msg = \'1\';}else{msg = count}}else{msg = \'0\';}$(\'#DD_DELICIOUS_AJAX_POST_ID\').text(msg);}); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadDelicious_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_delicious_appendType\";s:4:\"none\";s:25:\"dd_delicious_buttonDesign\";s:6:\"Normal\";s:28:\"dd_delicious_ajax_left_float\";s:0:\"\";s:22:\"dd_delicious_lazy_load\";s:0:\"\";s:26:\"dd_delicious_button_weight\";s:2:\"93\";}s:18:\"option_append_type\";s:23:\"dd_delicious_appendType\";s:20:\"option_button_design\";s:25:\"dd_delicious_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_delicious_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_delicious_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_delicious_lazy_load\";s:19:\"button_weight_value\";s:2:\"93\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_fblike\";O:9:\"DD_FbLike\":31:{s:19:\"float_button_design\";s:14:\"Like Box Count\";s:12:\"buttonLayout\";a:6:{s:13:\"Like Standard\";s:81:\"layout=standard&amp;action=like&amp;width=350&amp;height=24&amp;colorscheme=light\";s:17:\"Like Button Count\";s:84:\"layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light\";s:14:\"Like Box Count\";s:81:\"layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light\";s:18:\"Recommend Standard\";s:86:\"layout=standard&amp;action=recommend&amp;width=400&amp;height=24&amp;colorscheme=light\";s:22:\"Recommend Button Count\";s:90:\"layout=button_count&amp;action=recommend&amp;width=130&amp;height=20&amp;colorscheme=light\";s:19:\"Recommend Box Count\";s:86:\"layout=box_count&amp;action=recommend&amp;width=90&amp;height=60&amp;colorscheme=light\";}s:16:\"buttonLayoutLazy\";a:6:{s:13:\"Like Standard\";s:81:\"layout=standard&amp;action=like&amp;width=350&amp;height=24&amp;colorscheme=light\";s:17:\"Like Button Count\";s:84:\"layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light\";s:14:\"Like Box Count\";s:81:\"layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light\";s:18:\"Recommend Standard\";s:86:\"layout=standard&amp;action=recommend&amp;width=400&amp;height=24&amp;colorscheme=light\";s:22:\"Recommend Button Count\";s:90:\"layout=button_count&amp;action=recommend&amp;width=130&amp;height=20&amp;colorscheme=light\";s:19:\"Recommend Box Count\";s:86:\"layout=box_count&amp;action=recommend&amp;width=90&amp;height=60&amp;colorscheme=light\";}s:23:\"buttonLayoutWidthHeight\";a:6:{s:13:\"Like Standard\";s:25:\"width:500px; height:24px;\";s:17:\"Like Button Count\";s:24:\"width:92px; height:20px;\";s:14:\"Like Box Count\";s:24:\"width:50px; height:62px;\";s:18:\"Recommend Standard\";s:25:\"width:500px; height:24px;\";s:22:\"Recommend Button Count\";s:25:\"width:130px; height:20px;\";s:19:\"Recommend Box Count\";s:24:\"width:90px; height:60px;\";}s:21:\"buttonLayoutLazyWidth\";a:6:{s:13:\"Like Standard\";s:3:\"500\";s:17:\"Like Button Count\";s:2:\"92\";s:14:\"Like Box Count\";s:2:\"50\";s:18:\"Recommend Standard\";s:3:\"500\";s:22:\"Recommend Button Count\";s:3:\"130\";s:19:\"Recommend Box Count\";s:2:\"90\";}s:22:\"buttonLayoutLazyHeight\";a:6:{s:13:\"Like Standard\";s:2:\"24\";s:17:\"Like Button Count\";s:2:\"20\";s:14:\"Like Box Count\";s:2:\"62\";s:18:\"Recommend Standard\";s:2:\"24\";s:22:\"Recommend Button Count\";s:2:\"20\";s:19:\"Recommend Box Count\";s:2:\"60\";}s:4:\"name\";s:22:\"Facebook Like (IFrame)\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:58:\"http://developers.facebook.com/docs/reference/plugins/like\";s:7:\"baseURL\";s:234:\"<iframe src=\'http://www.facebook.com/plugins/like.php?href=VOTE_URL&amp;locale=FACEBOOK_LOCALE&amp;VOTE_BUTTON_DESIGN\' scrolling=\'no\' frameborder=\'0\' style=\'border:none; overflow:hidden; EXTRA_VALUE\' allowTransparency=\'true\'></iframe>\";s:12:\"baseURL_lazy\";s:189:\"<div class=\'dd-fblike-ajax-load dd-fblike-POST_ID\'></div><iframe class=\"DD_FBLIKE_AJAX_POST_ID\" src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\' allowTransparency=\'true\'></iframe>\";s:19:\"baseURL_lazy_script\";s:408:\" function loadFBLike_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fblike-POST_ID\').remove();$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'src\',\'http://www.facebook.com/plugins/like.php?href=VOTE_URL&amp;locale=FACEBOOK_LOCALE&amp;VOTE_BUTTON_DESIGN\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadFBLike_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_fblike_appendType\";s:4:\"none\";s:22:\"dd_fblike_buttonDesign\";s:13:\"Like Standard\";s:25:\"dd_fblike_ajax_left_float\";s:0:\"\";s:19:\"dd_fblike_lazy_load\";s:0:\"\";s:23:\"dd_fblike_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:20:\"dd_fblike_appendType\";s:20:\"option_button_design\";s:22:\"dd_fblike_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_fblike_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_fblike_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_fblike_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:21:\"dd_button_stumbleupon\";O:14:\"DD_StumbleUpon\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:1:\"5\";s:7:\"Compact\";s:1:\"1\";}s:4:\"name\";s:11:\"Stumbleupon\";s:10:\"websiteURL\";s:26:\"http://www.stumbleupon.com\";s:6:\"apiURL\";s:34:\"http://www.stumbleupon.com/badges/\";s:7:\"baseURL\";s:102:\"<script src=\'http://www.stumbleupon.com/hostedbadge.php?s=VOTE_BUTTON_DESIGN&amp;r=VOTE_URL\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:25:\"dd_stumbleupon_appendType\";s:4:\"none\";s:27:\"dd_stumbleupon_buttonDesign\";s:6:\"Normal\";s:30:\"dd_stumbleupon_ajax_left_float\";s:0:\"\";s:24:\"dd_stumbleupon_lazy_load\";s:0:\"\";s:28:\"dd_stumbleupon_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:25:\"dd_stumbleupon_appendType\";s:20:\"option_button_design\";s:27:\"dd_stumbleupon_buttonDesign\";s:20:\"option_button_weight\";s:28:\"dd_stumbleupon_button_weight\";s:22:\"option_ajax_left_float\";s:30:\"dd_stumbleupon_ajax_left_float\";s:16:\"option_lazy_load\";s:24:\"dd_stumbleupon_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_yahoobuzz\";O:8:\"DD_YBuzz\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:6:\"square\";s:7:\"Compact\";s:11:\"small-votes\";s:12:\"Compact_Text\";s:10:\"text-votes\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:10:\"Yahoo Buzz\";s:10:\"websiteURL\";s:21:\"http://buzz.yahoo.com\";s:6:\"apiURL\";s:29:\"http://buzz.yahoo.com/buttons\";s:7:\"baseURL\";s:216:\"<script type=\'text/javascript\'>yahooBuzzArticleHeadline=\"VOTE_TITLE\";yahooBuzzArticleId=\"VOTE_URL\";</script><script type=\'text/javascript\' src=\'http://d.yimg.com/ds/badge2.js\' badgetype=\'VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_ybuzz_appendType\";s:4:\"none\";s:21:\"dd_ybuzz_buttonDesign\";s:6:\"Normal\";s:24:\"dd_ybuzz_ajax_left_float\";s:0:\"\";s:18:\"dd_ybuzz_lazy_load\";s:0:\"\";s:22:\"dd_ybuzz_button_weight\";s:2:\"90\";}s:18:\"option_append_type\";s:19:\"dd_ybuzz_appendType\";s:20:\"option_button_design\";s:21:\"dd_ybuzz_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_ybuzz_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_ybuzz_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_ybuzz_lazy_load\";s:19:\"button_weight_value\";s:2:\"90\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_fbshareme\";O:12:\"DD_FbShareMe\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:5:\"large\";s:7:\"Compact\";s:5:\"small\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:5:\"large\";s:7:\"Compact\";s:5:\"small\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"53\";s:7:\"Compact\";s:2:\"80\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"18\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:10:\"fbShare.me\";s:10:\"websiteURL\";s:21:\"http://www.fbshare.me\";s:6:\"apiURL\";s:21:\"http://www.fbshare.me\";s:7:\"baseURL\";s:142:\"<script>var fbShare = {url: \'VOTE_URL\',size: \'VOTE_BUTTON_DESIGN\',}</script><script src=\'http://widgets.fbshare.me/files/fbshare.js\'></script>\";s:12:\"baseURL_lazy\";s:198:\"<div class=\'dd-fbshareme-ajax-load dd-fbshareme-POST_ID\'></div><iframe class=\"DD_FBSHAREME_AJAX_POST_ID\" src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\' allowtransparency=\'true\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadFBShareMe_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fbshareme-POST_ID\').remove();$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'src\',\'http://widgets.fbshare.me/files/fbshare.php?url=VOTE_URL&size=VOTE_BUTTON_DESIGN\');  }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadFBShareMe_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_fbshareme_appendType\";s:4:\"none\";s:25:\"dd_fbshareme_buttonDesign\";s:6:\"Normal\";s:28:\"dd_fbshareme_ajax_left_float\";s:0:\"\";s:22:\"dd_fbshareme_lazy_load\";s:0:\"\";s:26:\"dd_fbshareme_button_weight\";s:2:\"94\";}s:18:\"option_append_type\";s:23:\"dd_fbshareme_appendType\";s:20:\"option_button_design\";s:25:\"dd_fbshareme_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_fbshareme_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_fbshareme_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_fbshareme_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:21:\"dd_button_blogenagage\";O:13:\"DD_BlogEngage\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:11:\"button4.php\";}s:4:\"name\";s:10:\"BlogEngage\";s:10:\"websiteURL\";s:25:\"http://www.blogengage.com\";s:6:\"apiURL\";s:43:\"http://www.blogengage.com/profile_promo.php\";s:7:\"baseURL\";s:132:\"<script type=\'text/javascript\'>submit_url = \'VOTE_URL\';</script><script src=\'http://blogengage.com/evb/VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:24:\"dd_blogengage_appendType\";s:4:\"none\";s:26:\"dd_blogengage_buttonDesign\";s:6:\"Normal\";s:29:\"dd_blogengage_ajax_left_float\";s:0:\"\";s:23:\"dd_blogengage_lazy_load\";s:0:\"\";s:27:\"dd_blogengage_button_weight\";s:2:\"84\";}s:18:\"option_append_type\";s:24:\"dd_blogengage_appendType\";s:20:\"option_button_design\";s:26:\"dd_blogengage_buttonDesign\";s:20:\"option_button_weight\";s:27:\"dd_blogengage_button_weight\";s:22:\"option_ajax_left_float\";s:29:\"dd_blogengage_ajax_left_float\";s:16:\"option_lazy_load\";s:23:\"dd_blogengage_lazy_load\";s:19:\"button_weight_value\";s:2:\"84\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:21:\"dd_button_thewebblend\";O:14:\"DD_TheWebBlend\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:0:\"\";s:7:\"Compact\";s:21:\"badge_size=\'compact\';\";}s:4:\"name\";s:11:\"TheWebBlend\";s:10:\"websiteURL\";s:26:\"http://www.thewebblend.com\";s:6:\"apiURL\";s:33:\"http://thewebblend.com/tools/vote\";s:7:\"baseURL\";s:194:\"<script type=\'text/javascript\'>url_site=\'VOTE_URL\'; VOTE_BUTTON_DESIGN</script><script src=\'http://thewebblend.com/sites/all/modules/drigg_external/js/button.js\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:22:\"dd_webblend_appendType\";s:4:\"none\";s:24:\"dd_webblend_buttonDesign\";s:6:\"Normal\";s:27:\"dd_webblend_ajax_left_float\";s:0:\"\";s:21:\"dd_webblend_lazy_load\";s:0:\"\";s:25:\"dd_webblend_button_weight\";s:2:\"85\";}s:18:\"option_append_type\";s:22:\"dd_webblend_appendType\";s:20:\"option_button_design\";s:24:\"dd_webblend_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_webblend_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_webblend_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_webblend_lazy_load\";s:19:\"button_weight_value\";s:2:\"85\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:20:\"dd_button_designbump\";O:13:\"DD_DesignBump\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:6:\"Normal\";}s:4:\"name\";s:10:\"DesignBump\";s:10:\"websiteURL\";s:25:\"http://www.designbump.com\";s:6:\"apiURL\";s:33:\"http://designbump.com/content/evb\";s:7:\"baseURL\";s:176:\"<script type=\'text/javascript\'>url_site=\'VOTE_URL\'; </script> <script src=\'http://designbump.com/sites/all/modules/drigg_external/js/button.js\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:24:\"dd_designbump_appendType\";s:4:\"none\";s:26:\"dd_designbump_buttonDesign\";s:6:\"Normal\";s:29:\"dd_designbump_ajax_left_float\";s:0:\"\";s:23:\"dd_designbump_lazy_load\";s:0:\"\";s:27:\"dd_designbump_button_weight\";s:2:\"87\";}s:18:\"option_append_type\";s:24:\"dd_designbump_appendType\";s:20:\"option_button_design\";s:26:\"dd_designbump_buttonDesign\";s:20:\"option_button_weight\";s:27:\"dd_designbump_button_weight\";s:22:\"option_ajax_left_float\";s:29:\"dd_designbump_ajax_left_float\";s:16:\"option_lazy_load\";s:23:\"dd_designbump_lazy_load\";s:19:\"button_weight_value\";s:2:\"87\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:17:\"dd_button_twitter\";O:10:\"DD_Twitter\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:7:\"Twitter\";s:10:\"websiteURL\";s:22:\"http://www.twitter.com\";s:6:\"apiURL\";s:38:\"http://twitter.com/goodies/tweetbutton\";s:7:\"baseURL\";s:247:\"<a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"VOTE_URL\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-via=\"VOTE_SOURCE\" ></a><script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\";s:12:\"baseURL_lazy\";s:226:\"<div class=\'dd-twitter-ajax-load dd-twitter-POST_ID\'></div><a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"VOTE_URL\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-via=\"VOTE_SOURCE\" ></a>\";s:19:\"baseURL_lazy_script\";s:164:\" function loadTwitter_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-twitter-POST_ID\').remove();$.getScript(\'http://platform.twitter.com/widgets.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadTwitter_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_twitter_appendType\";s:10:\"left_float\";s:23:\"dd_twitter_buttonDesign\";s:7:\"Compact\";s:26:\"dd_twitter_ajax_left_float\";s:0:\"\";s:20:\"dd_twitter_lazy_load\";s:0:\"\";s:24:\"dd_twitter_button_weight\";s:3:\"110\";}s:18:\"option_append_type\";s:21:\"dd_twitter_appendType\";s:20:\"option_button_design\";s:23:\"dd_twitter_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_twitter_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_twitter_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_twitter_lazy_load\";s:19:\"button_weight_value\";s:3:\"110\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_tweetmeme\";O:12:\"DD_TweetMeme\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:30:\"normal\' height=\'61\' width=\'50\'\";s:7:\"Compact\";s:31:\"compact\' height=\'20\' width=\'90\'\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"normal\";s:7:\"Compact\";s:7:\"compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"50\";s:7:\"Compact\";s:2:\"90\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"61\";s:7:\"Compact\";s:2:\"20\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:9:\"TweetMeme\";s:10:\"websiteURL\";s:25:\"http://www.tweetmeme.com/\";s:6:\"apiURL\";s:46:\"http://wordpress.org/extend/plugins/tweetmeme/\";s:7:\"baseURL\";s:200:\"<iframe src=\'http://api.tweetmeme.com/button.js?url=VOTE_URL&source=VOTE_SOURCE&service=VOTE_SERVICE_NAME&service_api=VOTE_SERVICE_API&style=VOTE_BUTTON_DESIGN frameborder=\'0\' scrolling=\'no\'></iframe>\";s:12:\"baseURL_lazy\";s:173:\"<div class=\'dd-tweetmeme-ajax-load dd-tweetmeme-POST_ID\'></div><iframe class=\'DD_TWEETMEME_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:465:\" function loadTweetMeme_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-tweetmeme-POST_ID\').remove();$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'src\',\'http://api.tweetmeme.com/button.js?url=VOTE_URL&source=VOTE_SOURCE&style=VOTE_BUTTON_DESIGN&service=VOTE_SERVICE_NAME&service_api=VOTE_SERVICE_API\'); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadTweetMeme_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_tweetmeme_appendType\";s:4:\"none\";s:25:\"dd_tweetmeme_buttonDesign\";s:6:\"Normal\";s:28:\"dd_tweetmeme_ajax_left_float\";s:0:\"\";s:22:\"dd_tweetmeme_lazy_load\";s:0:\"\";s:26:\"dd_tweetmeme_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:23:\"dd_tweetmeme_appendType\";s:20:\"option_button_design\";s:25:\"dd_tweetmeme_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_tweetmeme_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_tweetmeme_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_tweetmeme_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:15:\"dd_button_topsy\";O:8:\"DD_Topsy\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:3:\"big\";s:7:\"Compact\";s:7:\"compact\";}s:4:\"name\";s:5:\"Topsy\";s:10:\"websiteURL\";s:20:\"http://www.topsy.com\";s:6:\"apiURL\";s:44:\"http://labs.topsy.com/button/retweet-button/\";s:7:\"baseURL\";s:233:\"<script type=\"text/javascript\" src=\"http://cdn.topsy.com/topsy.js?init=topsyWidgetCreator\"></script><div class=\"topsy_widget_data\"><!--{\"url\":\"VOTE_URL\",\"style\":\"VOTE_BUTTON_DESIGN\",\"theme\":\"VOTE_THEME\",\"nick\":\"VOTE_SOURCE\"}--></div>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_topsy_appendType\";s:4:\"none\";s:21:\"dd_topsy_buttonDesign\";s:6:\"Normal\";s:24:\"dd_topsy_ajax_left_float\";s:0:\"\";s:18:\"dd_topsy_lazy_load\";s:0:\"\";s:22:\"dd_topsy_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:19:\"dd_topsy_appendType\";s:20:\"option_button_design\";s:21:\"dd_topsy_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_topsy_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_topsy_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_topsy_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:18:\"dd_button_comments\";O:11:\"DD_Comments\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:6:\"Normal\";}s:4:\"name\";s:8:\"Comments\";s:10:\"websiteURL\";s:11:\"http://none\";s:6:\"apiURL\";s:11:\"http://none\";s:7:\"baseURL\";s:142:\"<div id=\'dd_comments\'><a class=\'clcount\' href=VOTE_URL><span class=\'ctotal\'>COMMENTS_COUNT</span></a><a class=\'clink\' href=VOTE_URL></a></div>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:22:\"dd_comments_appendType\";s:4:\"none\";s:24:\"dd_comments_buttonDesign\";s:6:\"Normal\";s:27:\"dd_comments_ajax_left_float\";s:0:\"\";s:21:\"dd_comments_lazy_load\";s:0:\"\";s:25:\"dd_comments_button_weight\";s:2:\"88\";}s:18:\"option_append_type\";s:22:\"dd_comments_appendType\";s:20:\"option_button_design\";s:24:\"dd_comments_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_comments_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_comments_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_comments_lazy_load\";s:19:\"button_weight_value\";s:2:\"88\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:18:\"dd_button_linkedin\";O:11:\"DD_Linkedin\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:3:\"top\";s:7:\"Compact\";s:5:\"right\";s:7:\"NoCount\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:3:\"top\";s:7:\"Compact\";s:5:\"right\";s:7:\"NoCount\";s:4:\"none\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:8:\"Linkedin\";s:10:\"websiteURL\";s:23:\"http://www.linkedin.com\";s:6:\"apiURL\";s:34:\"http://www.linkedin.com/publishers\";s:7:\"baseURL\";s:163:\"<script src=\'//platform.linkedin.com/in.js\' type=\'text/javascript\'></script><script type=\'IN/Share\' date-url=\'VOTE_URL\' data-counter=\'VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";s:148:\"<div class=\'dd-linkedin-ajax-load dd-linkedin-POST_ID\'></div><script type=\'IN/share\' data-url=\'VOTE_URL\' data-counter=\'VOTE_BUTTON_DESIGN\'></script>\";s:19:\"baseURL_lazy_script\";s:162:\" function loadLinkedin_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-linkedin-POST_ID\').remove();$.getScript(\'http://platform.linkedin.com/in.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:60:\"window.setTimeout(\'loadLinkedin_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:22:\"dd_linkedin_appendType\";s:10:\"left_float\";s:24:\"dd_linkedin_buttonDesign\";s:7:\"Compact\";s:27:\"dd_linkedin_ajax_left_float\";s:0:\"\";s:21:\"dd_linkedin_lazy_load\";s:0:\"\";s:25:\"dd_linkedin_button_weight\";s:2:\"94\";}s:18:\"option_append_type\";s:22:\"dd_linkedin_appendType\";s:20:\"option_button_design\";s:24:\"dd_linkedin_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_linkedin_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_linkedin_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_linkedin_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:15:\"dd_button_serpd\";O:8:\"DD_Serpd\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:0:\"\";}s:4:\"name\";s:5:\"Serpd\";s:10:\"websiteURL\";s:20:\"http://www.serpd.com\";s:6:\"apiURL\";s:29:\"http://www.serpd.com/widgets/\";s:7:\"baseURL\";s:150:\"<script type=\"text/javascript\">submit_url = \"VOTE_URL\";</script><script type=\"text/javascript\" src=\"http://www.serpd.com/index.php?page=evb\"></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_serpd_appendType\";s:4:\"none\";s:21:\"dd_serpd_buttonDesign\";s:6:\"Normal\";s:24:\"dd_serpd_ajax_left_float\";s:0:\"\";s:18:\"dd_serpd_lazy_load\";s:0:\"\";s:22:\"dd_serpd_button_weight\";s:2:\"86\";}s:18:\"option_append_type\";s:19:\"dd_serpd_appendType\";s:20:\"option_button_design\";s:21:\"dd_serpd_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_serpd_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_serpd_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_serpd_lazy_load\";s:19:\"button_weight_value\";s:2:\"86\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:22:\"dd_button_fblike_xfbml\";O:15:\"DD_FbLike_XFBML\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:17:\"Like Button Count\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:19:\"islazyLoadAvailable\";b:0;s:19:\"float_button_design\";s:14:\"Like Box Count\";s:12:\"buttonLayout\";a:6:{s:13:\"Like Standard\";s:13:\" width=\"450\" \";s:17:\"Like Button Count\";s:34:\" layout=\"button_count\" width=\"92\" \";s:14:\"Like Box Count\";s:31:\" layout=\"box_count\" width=\"50\" \";s:18:\"Recommend Standard\";s:32:\" action=\"recommend\" width=\"400\" \";s:22:\"Recommend Button Count\";s:54:\" action=\"recommend\" layout=\"button_count\" width=\"130\" \";s:19:\"Recommend Box Count\";s:50:\" action=\"recommend\" layout=\"box_count\" width=\"90\" \";}s:4:\"name\";s:21:\"Facebook Like (XFBML)\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:58:\"http://developers.facebook.com/docs/reference/plugins/like\";s:7:\"baseURL\";s:165:\"<script src=\"//connect.facebook.net/FACEBOOK_LOCALE/all.js#xfbml=1\"></script><fb:like href=\"VOTE_URL\" FACEBOOK_SEND FACEBOOK_SHOW_FACE VOTE_BUTTON_DESIGN ></fb:like>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:26:\"dd_fblike_xfbml_appendType\";s:10:\"left_float\";s:28:\"dd_fblike_xfbml_buttonDesign\";s:17:\"Like Button Count\";s:31:\"dd_fblike_xfbml_ajax_left_float\";s:0:\"\";s:25:\"dd_fblike_xfbml_lazy_load\";s:0:\"\";s:29:\"dd_fblike_xfbml_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:26:\"dd_fblike_xfbml_appendType\";s:20:\"option_button_design\";s:28:\"dd_fblike_xfbml_buttonDesign\";s:20:\"option_button_weight\";s:29:\"dd_fblike_xfbml_button_weight\";s:22:\"option_ajax_left_float\";s:31:\"dd_fblike_xfbml_ajax_left_float\";s:16:\"option_lazy_load\";s:25:\"dd_fblike_xfbml_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:17:\"dd_button_google1\";O:10:\"DD_Google1\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:4:{s:6:\"Normal\";s:4:\"tall\";s:14:\"Compact (15px)\";s:5:\"small\";s:14:\"Compact (20px)\";s:6:\"medium\";s:14:\"Compact (24px)\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:4:{s:6:\"Normal\";s:4:\"tall\";s:14:\"Compact (15px)\";s:5:\"small\";s:14:\"Compact (20px)\";s:6:\"medium\";s:14:\"Compact (24px)\";s:4:\"none\";}s:4:\"name\";s:9:\"Google +1\";s:10:\"websiteURL\";s:32:\"http://www.google.com/+1/button/\";s:6:\"apiURL\";s:37:\"http://code.google.com/apis/+1button/\";s:7:\"baseURL\";s:149:\"<script type=\'text/javascript\' src=\'https://apis.google.com/js/plusone.js\'></script><g:plusone size=\'VOTE_BUTTON_DESIGN\' href=\'VOTE_URL\'></g:plusone>\";s:12:\"baseURL_lazy\";s:124:\"<div class=\'dd-google1-ajax-load dd-google1-POST_ID\'></div><g:plusone size=\'VOTE_BUTTON_DESIGN\' href=\'VOTE_URL\'></g:plusone>\";s:19:\"baseURL_lazy_script\";s:163:\" function loadGoogle1_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-google1-POST_ID\').remove();$.getScript(\'https://apis.google.com/js/plusone.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadGoogle1_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_google1_appendType\";s:10:\"left_float\";s:23:\"dd_google1_buttonDesign\";s:14:\"Compact (15px)\";s:26:\"dd_google1_ajax_left_float\";s:0:\"\";s:20:\"dd_google1_lazy_load\";s:0:\"\";s:24:\"dd_google1_button_weight\";s:2:\"95\";}s:18:\"option_append_type\";s:21:\"dd_google1_appendType\";s:20:\"option_button_design\";s:23:\"dd_google1_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_google1_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_google1_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_google1_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_buffer\";O:9:\"DD_Buffer\":30:{s:11:\"append_type\";s:13:\"after_content\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:4:\"name\";s:6:\"Buffer\";s:10:\"websiteURL\";s:21:\"http://bufferapp.com/\";s:6:\"apiURL\";s:36:\"http://bufferapp.com/goodies/button/\";s:7:\"baseURL\";s:257:\"<a href=\"http://bufferapp.com/add\" class=\"buffer-add-button\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-url=\"VOTE_URL\" data-via=\"VOTE_BUFFER_SOURCE\"></a><script type=\"text/javascript\" src=\"http://static.bufferapp.com/js/button.js\"></script>\";s:12:\"baseURL_lazy\";s:170:\"<a href=\"http://bufferapp.com/add\" class=\"buffer-add-button\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-url=\"VOTE_URL\" data-via=\"VOTE_BUFFER_SOURCE\"></a>\";s:19:\"baseURL_lazy_script\";s:163:\"function loadBuffer_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-buffer-POST_ID\').remove();$.getScript(\'http://static.bufferapp.com/js/button.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadBuffer_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_buffer_appendType\";s:13:\"after_content\";s:22:\"dd_buffer_buttonDesign\";s:6:\"Normal\";s:25:\"dd_buffer_ajax_left_float\";s:0:\"\";s:19:\"dd_buffer_lazy_load\";s:0:\"\";s:23:\"dd_buffer_button_weight\";s:2:\"99\";}s:18:\"option_append_type\";s:20:\"dd_buffer_appendType\";s:20:\"option_button_design\";s:22:\"dd_buffer_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_buffer_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_buffer_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_buffer_lazy_load\";s:19:\"button_weight_value\";s:2:\"99\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_pinterest\";O:12:\"DD_Pinterest\":30:{s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:4:\"name\";s:9:\"Pinterest\";s:10:\"websiteURL\";s:20:\"http://pinterest.com\";s:6:\"apiURL\";s:55:\"http://pinterest.com/about/goodies/#button_for_websites\";s:7:\"baseURL\";s:249:\"<a href=\"http://pinterest.com/pin/create/button/?url=VOTE_URL&description=VOTE_TITLE&media=VOTE_IMAGE\" class=\"pin-it-button\" count-layout=\"VOTE_BUTTON_DESIGN\"></a><script type=\"text/javascript\" src=\"http://assets.pinterest.com/js/pinit.js\"></script>\";s:12:\"baseURL_lazy\";s:207:\"<a href=\"http://pinterest.com/pin/create/button/?url=VOTE_URL&description=VOTE_TITLE&media=VOTE_IMAGE\" class=\"pin-it-button dd-pinterest-ajax-load dd-pinterest-POST_ID\" count-layout=\"VOTE_BUTTON_DESIGN\"></a>\";s:19:\"baseURL_lazy_script\";s:132:\"function loadPinterest_POST_ID(){ jQuery(document).ready(function($) { $.getScript(\'http://assets.pinterest.com/js/pinit.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadPinterest_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_pinterest_appendType\";s:4:\"none\";s:25:\"dd_pinterest_buttonDesign\";s:6:\"Normal\";s:28:\"dd_pinterest_ajax_left_float\";s:0:\"\";s:22:\"dd_pinterest_lazy_load\";s:0:\"\";s:26:\"dd_pinterest_button_weight\";s:2:\"10\";}s:18:\"option_append_type\";s:23:\"dd_pinterest_appendType\";s:20:\"option_button_design\";s:25:\"dd_pinterest_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_pinterest_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_pinterest_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_pinterest_lazy_load\";s:19:\"button_weight_value\";s:2:\"10\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_flattr\";O:9:\"DD_Flattr\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:7:\"default\";s:7:\"Compact\";s:7:\"compact\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:7:\"default\";s:7:\"Compact\";s:7:\"compact\";}s:4:\"name\";s:6:\"Flattr\";s:10:\"websiteURL\";s:17:\"http://flattr.com\";s:6:\"apiURL\";s:36:\"http://developers.flattr.net/button/\";s:7:\"baseURL\";s:257:\"<script src=\"http://api.flattr.com/js/0.6/load.js?mode=auto\"></script><a class=\"FlattrButton\" href=\"VOTE_URL\" style=\"display:none;\" title=\"VOTE_TITLE\" data-flattr-uid=\"VOTE_FLATTR_UID\" data-flattr-button=\"VOTE_BUTTON_DESIGN\" data-flattr-category=\"text\"></a>\";s:12:\"baseURL_lazy\";s:187:\"<a class=\"FlattrButton\" href=\"VOTE_URL\" style=\"display:none;\" title=\"VOTE_TITLE\" data-flattr-uid=\"VOTE_FLATTR_UID\" data-flattr-button=\"VOTE_BUTTON_DESIGN\" data-flattr-category=\"text\"></a>\";s:19:\"baseURL_lazy_script\";s:136:\"function loadFlattr_POST_ID(){ jQuery(document).ready(function($) { $.getScript(\'http://api.flattr.com/js/0.6/load.js?mode=auto\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadFlattr_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_flattr_appendType\";s:4:\"none\";s:22:\"dd_flattr_buttonDesign\";s:6:\"Normal\";s:25:\"dd_flattr_ajax_left_float\";s:0:\"\";s:19:\"dd_flattr_lazy_load\";s:0:\"\";s:23:\"dd_flattr_button_weight\";s:2:\"10\";}s:18:\"option_append_type\";s:20:\"dd_flattr_appendType\";s:20:\"option_button_design\";s:22:\"dd_flattr_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_flattr_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_flattr_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_flattr_lazy_load\";s:19:\"button_weight_value\";s:2:\"10\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_pocket\";O:9:\"DD_Pocket\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:6:\"Pocket\";s:10:\"websiteURL\";s:24:\"http://www.getpocket.com\";s:6:\"apiURL\";s:38:\"https://getpocket.com/publisher/button\";s:7:\"baseURL\";s:382:\"<a data-pocket-label=\"pocket\" data-pocket-count=\"VOTE_BUTTON_DESIGN\" data-save-url=\"VOTE_URL\" class=\"pocket-btn\" data-lang=\"en\"></a><script type=\"text/javascript\">!function(d,i){if(!d.getElementById(i)){var j=d.createElement(\"script\");j.id=i;j.src=\"https://widgets.getpocket.com/v1/j/btn.js?v=1\";var w=d.getElementById(i);d.body.appendChild(j);}}(document,\"pocket-btn-js\");</script>\";s:12:\"baseURL_lazy\";s:164:\"<div class=\'dd-pocket-ajax-load dd-pocket-POST_ID\'></div><a data-pocket-label=\"pocket\" data-pocket-count=\"VOTE_BUTTON_DESIGN\" class=\"pocket-btn\" data-lang=\"en\"></a>\";s:19:\"baseURL_lazy_script\";s:169:\" function loadPocket_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-pocket-POST_ID\').remove();$.getScript(\'https://widgets.getpocket.com/v1/j/btn.js?v=1\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadPocket_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_pocket_appendType\";s:10:\"left_float\";s:22:\"dd_pocket_buttonDesign\";s:6:\"Normal\";s:25:\"dd_pocket_ajax_left_float\";s:0:\"\";s:19:\"dd_pocket_lazy_load\";s:0:\"\";s:23:\"dd_pocket_button_weight\";s:2:\"93\";}s:18:\"option_append_type\";s:20:\"dd_pocket_appendType\";s:20:\"option_button_design\";s:22:\"dd_pocket_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_pocket_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_pocket_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_pocket_lazy_load\";s:19:\"button_weight_value\";s:2:\"93\";s:19:\"float_button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_tumblr\";O:9:\"DD_Tumblr\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:0:\"\";}s:16:\"buttonLayoutLazy\";a:1:{s:6:\"Normal\";s:0:\"\";}s:16:\"isEncodeRequired\";b:1;s:4:\"name\";s:6:\"Tumblr\";s:10:\"websiteURL\";s:21:\"http://www.tumblr.com\";s:6:\"apiURL\";s:29:\"http://www.tumblr.com/buttons\";s:7:\"baseURL\";s:342:\"<a href=\"http://www.tumblr.com/share?link=VOTE_URL\" title=\"Share on Tumblr\" style=\"display:inline-block; text-indent:-9999px; overflow:hidden; width:61px; height:20px; background:url(\'http://platform.tumblr.com/v1/share_2.png\') top left no-repeat transparent;\">Share on Tumblr</a><script src=\"http://platform.tumblr.com/v1/share.js\"></script>\";s:12:\"baseURL_lazy\";s:336:\"<div class=\"dd-tumblrajax-load dd-tumblr-POST_ID\"></div><a href=\"http://www.tumblr.com/share?link=VOTE_URL\" title=\"Share on Tumblr\" style=\"display:inline-block; text-indent:-9999px; overflow:hidden; width:61px; height:20px; background:url(\'http://platform.tumblr.com/v1/share_2.png\') top left no-repeat transparent;\">Share on Tumblr</a>\";s:19:\"baseURL_lazy_script\";s:162:\" function loadTumblr_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-pocket-POST_ID\').remove();$.getScript(\'http://platform.tumblr.com/v1/share.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadTumblr_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_tumblr_appendType\";s:10:\"left_float\";s:22:\"dd_tumblr_buttonDesign\";s:6:\"Normal\";s:25:\"dd_tumblr_ajax_left_float\";s:0:\"\";s:19:\"dd_tumblr_lazy_load\";s:0:\"\";s:23:\"dd_tumblr_button_weight\";s:2:\"94\";}s:18:\"option_append_type\";s:20:\"dd_tumblr_appendType\";s:20:\"option_button_design\";s:22:\"dd_tumblr_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_tumblr_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_tumblr_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_tumblr_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}}s:22:\"dd_normal_button_final\";a:7:{s:17:\"dd_button_twitter\";r:517;s:18:\"dd_button_linkedin\";r:692;s:22:\"dd_button_fblike_xfbml\";r:781;s:17:\"dd_button_google1\";r:829;s:16:\"dd_button_buffer\";r:877;s:16:\"dd_button_pocket\";r:1013;s:16:\"dd_button_tumblr\";r:1059;}}','yes'),
(73321,'link_manager_enabled','1','yes'),
(70826,'SHR_activate','1','yes'),
(80888,'print-me_options','a:5:{s:8:\"position\";s:2:\"on\";s:4:\"size\";s:2:\"10\";s:8:\"margin_v\";s:2:\"10\";s:8:\"margin_h\";s:1:\"0\";s:10:\"print_text\";s:130:\"<img style=\"width: 10px;height: 10px;\" src=\"http://deborahbrody.com/wp-content/plugins/print-me/images/printme.png\" title=\"print\">\";}','yes'),
(72724,'printme_options','a:5:{s:8:\"position\";s:2:\"on\";s:4:\"size\";s:0:\"\";s:8:\"margin_v\";s:0:\"\";s:8:\"margin_h\";s:0:\"\";s:10:\"print_text\";s:5:\"Print\";}','yes'),
(73314,'_transient_plugins_delete_result_3','1','yes'),
(86486,'bstwbsftwppdtplgns_options','a:1:{s:8:\"bws_menu\";a:1:{s:7:\"version\";a:1:{s:23:\"pdf-print/pdf-print.php\";s:5:\"2.4.4\";}}}','yes'),
(73317,'_transient_timeout_hmbkp_schedule_default-1_filesize','2720777102','no'),
(73318,'_transient_hmbkp_schedule_default-1_filesize','3728218','no'),
(73319,'_transient_timeout_hmbkp_schedule_default-2_filesize','2720777114','no'),
(73320,'_transient_hmbkp_schedule_default-2_filesize','86406036','no'),
(86045,'readygraph_connect_notice','false','yes'),
(81446,'yarpp_upgraded','1','yes'),
(75607,'dd_float_display_config','a:7:{s:14:\"display_option\";a:6:{s:19:\"display_option_home\";s:0:\"\";s:19:\"display_option_post\";s:2:\"on\";s:19:\"display_option_page\";s:0:\"\";s:18:\"display_option_cat\";s:0:\"\";s:18:\"display_option_tag\";s:0:\"\";s:22:\"display_option_archive\";s:0:\"\";}s:15:\"category_option\";a:3:{s:21:\"category_option_radio\";s:29:\"category_option_radio_include\";s:23:\"category_option_include\";s:3:\"All\";s:23:\"category_option_exclude\";s:4:\"None\";}s:16:\"dd_status_option\";a:1:{s:24:\"dd_status_option_display\";s:2:\"on\";}s:15:\"dd_float_option\";a:4:{s:22:\"dd_float_option_credit\";s:0:\"\";s:20:\"dd_float_option_left\";s:2:\"40\";s:19:\"dd_float_option_top\";s:1:\"0\";s:31:\"dd_float_option_initial_element\";s:0:\"\";}s:24:\"dd_comment_anchor_option\";a:1:{s:31:\"dd_comment_anchor_option_status\";s:0:\"\";}s:21:\"dd_extra_option_email\";a:2:{s:28:\"dd_extra_option_email_status\";s:2:\"on\";s:31:\"dd_extra_option_email_sharethis\";s:0:\"\";}s:21:\"dd_extra_option_print\";a:1:{s:28:\"dd_extra_option_print_status\";s:0:\"\";}}','yes'),
(75608,'dd_float_button','a:2:{s:23:\"dd_float_button_display\";a:24:{s:16:\"dd_button_reddit\";O:9:\"DD_Reddit\":31:{s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:21:\"button2.html?width=51\";s:7:\"Compact\";s:22:\"button1.html?width=120\";s:4:\"Icon\";s:21:\"button3.html?width=69\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:21:\"button2.html?width=51\";s:7:\"Compact\";s:22:\"button1.html?width=120\";s:4:\"Icon\";s:21:\"button3.html?width=69\";}s:21:\"buttonLayoutLazyWidth\";a:3:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";s:4:\"Icon\";s:2:\"69\";}s:22:\"buttonLayoutLazyHeight\";a:3:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";s:4:\"Icon\";s:2:\"52\";}s:23:\"buttonLayoutWidthHeight\";a:3:{s:6:\"Normal\";s:22:\"height=\"69\" width=\"51\"\";s:7:\"Compact\";s:23:\"height=\"22\" width=\"120\"\";s:4:\"Icon\";s:22:\"height=\"52\" width=\"69\"\";}s:4:\"name\";s:6:\"Reddit\";s:10:\"websiteURL\";s:21:\"http://www.reddit.com\";s:6:\"apiURL\";s:30:\"http://www.reddit.com/buttons/\";s:7:\"baseURL\";s:165:\"<iframe src=\"http://www.reddit.com/static/button/VOTE_BUTTON_DESIGN&url=VOTE_URL&title=VOTE_TITLE&newwindow=\'1\'\" EXTRA_VALUE scrolling=\'no\' frameborder=\'0\'></iframe>\";s:12:\"baseURL_lazy\";s:164:\"<div class=\'dd-reddit-ajax-load dd-reddit-POST_ID\'></div><iframe class=\'DD_REDDIT_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadReddit_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-reddit-POST_ID\').remove();$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'src\',\'http://www.reddit.com/static/button/VOTE_BUTTON_DESIGN&url=VOTE_URL&title=VOTE_TITLE&newwindow=1\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadReddit_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_reddit_appendType\";s:0:\"\";s:22:\"dd_reddit_buttonDesign\";s:0:\"\";s:25:\"dd_reddit_ajax_left_float\";s:0:\"\";s:19:\"dd_reddit_lazy_load\";s:0:\"\";s:23:\"dd_reddit_button_weight\";s:2:\"99\";}s:18:\"option_append_type\";s:20:\"dd_reddit_appendType\";s:20:\"option_button_design\";s:22:\"dd_reddit_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_reddit_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_reddit_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_reddit_lazy_load\";s:19:\"button_weight_value\";s:2:\"99\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:15:\"dd_button_dzone\";O:8:\"DD_DZone\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:25:\"1\' height=\'70\' width=\'50\'\";s:7:\"Compact\";s:26:\"2\' height=\'25\' width=\'155\'\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:1:\"1\";s:7:\"Compact\";s:1:\"2\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"50\";s:7:\"Compact\";s:3:\"155\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"70\";s:7:\"Compact\";s:2:\"25\";}s:4:\"name\";s:5:\"DZone\";s:10:\"websiteURL\";s:20:\"http://www.dzone.com\";s:6:\"apiURL\";s:38:\"http://www.dzone.com/links/buttons.jsp\";s:7:\"baseURL\";s:163:\"<iframe src=\'http://widgets.dzone.com/links/widgets/zoneit.html?url=VOTE_URL&amp;title=VOTE_TITLE&amp;t=VOTE_BUTTON_DESIGN frameborder=\'0\' scrolling=\'no\'></iframe>\";s:12:\"baseURL_lazy\";s:161:\"<div class=\'dd-dzone-ajax-load dd-dzone-POST_ID\'></div><iframe class=\'DD_DZONE_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadDzone_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-dzone-POST_ID\').remove();$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'src\',\'http://widgets.dzone.com/links/widgets/zoneit.html?url=VOTE_URL&title=VOTE_TITLE&t=VOTE_BUTTON_DESIGN\'); }); }\";s:21:\"scheduler_lazy_script\";s:57:\"window.setTimeout(\'loadDzone_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:19:\"dd_dzone_appendType\";s:0:\"\";s:21:\"dd_dzone_buttonDesign\";s:0:\"\";s:24:\"dd_dzone_ajax_left_float\";s:0:\"\";s:18:\"dd_dzone_lazy_load\";s:0:\"\";s:22:\"dd_dzone_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:19:\"dd_dzone_appendType\";s:20:\"option_button_design\";s:21:\"dd_dzone_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_dzone_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_dzone_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_dzone_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:17:\"dd_button_fbshare\";O:10:\"DD_FbShare\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:9:\"box_count\";s:7:\"Compact\";s:12:\"button_count\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:9:\"box_count\";s:7:\"Compact\";s:12:\"button_count\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:14:\"Facebook Share\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:30:\"http://www.facebook.com/share/\";s:7:\"baseURL\";s:209:\"<a name=\'fb_share\' type=\'VOTE_BUTTON_DESIGN\' share_url=\'VOTE_URL\' href=\'http://www.facebook.com/sharer.php\'></a><script src=\'http://static.ak.fbcdn.net/connect.php/js/FB.Share\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";s:203:\"<div class=\'dd-fbshare-ajax-load dd-fbshare-POST_ID\'></div><a class=\'DD_FBSHARE_AJAX_POST_ID\' name=\'fb_share\' type=\'VOTE_BUTTON_DESIGN\' share_url=\'VOTE_URL\' href=\'http://www.facebook.com/sharer.php\'></a>\";s:19:\"baseURL_lazy_script\";s:177:\" function loadFBShare_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fbshare-POST_ID\').remove(); $.getScript(\'http://static.ak.fbcdn.net/connect.php/js/FB.Share\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadFBShare_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_fbshare_appendType\";s:0:\"\";s:23:\"dd_fbshare_buttonDesign\";s:0:\"\";s:26:\"dd_fbshare_ajax_left_float\";s:2:\"on\";s:20:\"dd_fbshare_lazy_load\";s:0:\"\";s:24:\"dd_fbshare_button_weight\";s:2:\"95\";}s:18:\"option_append_type\";s:21:\"dd_fbshare_appendType\";s:20:\"option_button_design\";s:23:\"dd_fbshare_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_fbshare_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_fbshare_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_fbshare_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_delicious\";O:12:\"DD_Delicious\":30:{s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:25:\"dd_delicious_normal_image\";s:7:\"Compact\";s:26:\"dd_delicious_compact_image\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:25:\"dd_delicious_normal_image\";s:7:\"Compact\";s:26:\"dd_delicious_compact_image\";}s:4:\"name\";s:9:\"Delicious\";s:10:\"websiteURL\";s:24:\"http://www.delicious.com\";s:6:\"apiURL\";s:35:\"http://www.delicious.com/help/feeds\";s:7:\"baseURL\";s:436:\"<div class=\'VOTE_BUTTON_DESIGN dd_delicious\'><a class=\'VOTE_BUTTON_DESIGN\' href=\'http://delicious.com/save\' onclick=\"window.open(\'http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=\'+encodeURIComponent(\'VOTE_URL\')+\'&amp;title=\'+encodeURIComponent(\'VOTE_TITLE\'),\'delicious\', \'toolbar=no,width=550,height=550\'); return false;\"><span id=\'DD_DELICIOUS_AJAX_POST_ID\'><div style=\'padding-top:3px\'>SAVED_COUNT</div></span></a></div>\";s:12:\"baseURL_lazy\";s:374:\"<div class=\'VOTE_BUTTON_DESIGN dd_delicious\'><a href=\'http://delicious.com/save\' onclick=\"window.open(\'http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=\'+encodeURIComponent(\'VOTE_URL\')+\'&amp;title=\'+encodeURIComponent(\'VOTE_TITLE\'),\'delicious\', \'toolbar=no,width=550,height=550\'); return false;\"><span id=\'DD_DELICIOUS_AJAX_POST_ID\'>SAVED_COUNT</span></a></div>\";s:19:\"baseURL_lazy_script\";s:428:\" function loadDelicious_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-delicious-POST_ID\').remove();$.getJSON(\'http://feeds.delicious.com/v2/json/urlinfo/data?url=VOTE_URL&amp;callback=?\',function(data) {var msg =\'\';var count = 0;if (data.length > 0) {count = data[0].total_posts;if(count ==0){msg = \'0\';}else if(count ==1){msg = \'1\';}else{msg = count}}else{msg = \'0\';}$(\'#DD_DELICIOUS_AJAX_POST_ID\').text(msg);}); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadDelicious_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_delicious_appendType\";s:0:\"\";s:25:\"dd_delicious_buttonDesign\";s:0:\"\";s:28:\"dd_delicious_ajax_left_float\";s:0:\"\";s:22:\"dd_delicious_lazy_load\";s:0:\"\";s:26:\"dd_delicious_button_weight\";s:2:\"93\";}s:18:\"option_append_type\";s:23:\"dd_delicious_appendType\";s:20:\"option_button_design\";s:25:\"dd_delicious_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_delicious_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_delicious_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_delicious_lazy_load\";s:19:\"button_weight_value\";s:2:\"93\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_fblike\";O:9:\"DD_FbLike\":31:{s:19:\"float_button_design\";s:14:\"Like Box Count\";s:12:\"buttonLayout\";a:6:{s:13:\"Like Standard\";s:81:\"layout=standard&amp;action=like&amp;width=350&amp;height=24&amp;colorscheme=light\";s:17:\"Like Button Count\";s:84:\"layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light\";s:14:\"Like Box Count\";s:81:\"layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light\";s:18:\"Recommend Standard\";s:86:\"layout=standard&amp;action=recommend&amp;width=400&amp;height=24&amp;colorscheme=light\";s:22:\"Recommend Button Count\";s:90:\"layout=button_count&amp;action=recommend&amp;width=130&amp;height=20&amp;colorscheme=light\";s:19:\"Recommend Box Count\";s:86:\"layout=box_count&amp;action=recommend&amp;width=90&amp;height=60&amp;colorscheme=light\";}s:16:\"buttonLayoutLazy\";a:6:{s:13:\"Like Standard\";s:81:\"layout=standard&amp;action=like&amp;width=350&amp;height=24&amp;colorscheme=light\";s:17:\"Like Button Count\";s:84:\"layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light\";s:14:\"Like Box Count\";s:81:\"layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light\";s:18:\"Recommend Standard\";s:86:\"layout=standard&amp;action=recommend&amp;width=400&amp;height=24&amp;colorscheme=light\";s:22:\"Recommend Button Count\";s:90:\"layout=button_count&amp;action=recommend&amp;width=130&amp;height=20&amp;colorscheme=light\";s:19:\"Recommend Box Count\";s:86:\"layout=box_count&amp;action=recommend&amp;width=90&amp;height=60&amp;colorscheme=light\";}s:23:\"buttonLayoutWidthHeight\";a:6:{s:13:\"Like Standard\";s:25:\"width:500px; height:24px;\";s:17:\"Like Button Count\";s:24:\"width:92px; height:20px;\";s:14:\"Like Box Count\";s:24:\"width:50px; height:62px;\";s:18:\"Recommend Standard\";s:25:\"width:500px; height:24px;\";s:22:\"Recommend Button Count\";s:25:\"width:130px; height:20px;\";s:19:\"Recommend Box Count\";s:24:\"width:90px; height:60px;\";}s:21:\"buttonLayoutLazyWidth\";a:6:{s:13:\"Like Standard\";s:3:\"500\";s:17:\"Like Button Count\";s:2:\"92\";s:14:\"Like Box Count\";s:2:\"50\";s:18:\"Recommend Standard\";s:3:\"500\";s:22:\"Recommend Button Count\";s:3:\"130\";s:19:\"Recommend Box Count\";s:2:\"90\";}s:22:\"buttonLayoutLazyHeight\";a:6:{s:13:\"Like Standard\";s:2:\"24\";s:17:\"Like Button Count\";s:2:\"20\";s:14:\"Like Box Count\";s:2:\"62\";s:18:\"Recommend Standard\";s:2:\"24\";s:22:\"Recommend Button Count\";s:2:\"20\";s:19:\"Recommend Box Count\";s:2:\"60\";}s:4:\"name\";s:22:\"Facebook Like (IFrame)\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:58:\"http://developers.facebook.com/docs/reference/plugins/like\";s:7:\"baseURL\";s:234:\"<iframe src=\'http://www.facebook.com/plugins/like.php?href=VOTE_URL&amp;locale=FACEBOOK_LOCALE&amp;VOTE_BUTTON_DESIGN\' scrolling=\'no\' frameborder=\'0\' style=\'border:none; overflow:hidden; EXTRA_VALUE\' allowTransparency=\'true\'></iframe>\";s:12:\"baseURL_lazy\";s:189:\"<div class=\'dd-fblike-ajax-load dd-fblike-POST_ID\'></div><iframe class=\"DD_FBLIKE_AJAX_POST_ID\" src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\' allowTransparency=\'true\'></iframe>\";s:19:\"baseURL_lazy_script\";s:408:\" function loadFBLike_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fblike-POST_ID\').remove();$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'src\',\'http://www.facebook.com/plugins/like.php?href=VOTE_URL&amp;locale=FACEBOOK_LOCALE&amp;VOTE_BUTTON_DESIGN\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadFBLike_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_fblike_appendType\";s:0:\"\";s:22:\"dd_fblike_buttonDesign\";s:0:\"\";s:25:\"dd_fblike_ajax_left_float\";s:0:\"\";s:19:\"dd_fblike_lazy_load\";s:0:\"\";s:23:\"dd_fblike_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:20:\"dd_fblike_appendType\";s:20:\"option_button_design\";s:22:\"dd_fblike_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_fblike_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_fblike_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_fblike_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:21:\"dd_button_stumbleupon\";O:14:\"DD_StumbleUpon\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:1:\"5\";s:7:\"Compact\";s:1:\"1\";}s:4:\"name\";s:11:\"Stumbleupon\";s:10:\"websiteURL\";s:26:\"http://www.stumbleupon.com\";s:6:\"apiURL\";s:34:\"http://www.stumbleupon.com/badges/\";s:7:\"baseURL\";s:102:\"<script src=\'http://www.stumbleupon.com/hostedbadge.php?s=VOTE_BUTTON_DESIGN&amp;r=VOTE_URL\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:25:\"dd_stumbleupon_appendType\";s:0:\"\";s:27:\"dd_stumbleupon_buttonDesign\";s:0:\"\";s:30:\"dd_stumbleupon_ajax_left_float\";s:0:\"\";s:24:\"dd_stumbleupon_lazy_load\";s:0:\"\";s:28:\"dd_stumbleupon_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:25:\"dd_stumbleupon_appendType\";s:20:\"option_button_design\";s:27:\"dd_stumbleupon_buttonDesign\";s:20:\"option_button_weight\";s:28:\"dd_stumbleupon_button_weight\";s:22:\"option_ajax_left_float\";s:30:\"dd_stumbleupon_ajax_left_float\";s:16:\"option_lazy_load\";s:24:\"dd_stumbleupon_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_yahoobuzz\";O:8:\"DD_YBuzz\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:6:\"square\";s:7:\"Compact\";s:11:\"small-votes\";s:12:\"Compact_Text\";s:10:\"text-votes\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:10:\"Yahoo Buzz\";s:10:\"websiteURL\";s:21:\"http://buzz.yahoo.com\";s:6:\"apiURL\";s:29:\"http://buzz.yahoo.com/buttons\";s:7:\"baseURL\";s:216:\"<script type=\'text/javascript\'>yahooBuzzArticleHeadline=\"VOTE_TITLE\";yahooBuzzArticleId=\"VOTE_URL\";</script><script type=\'text/javascript\' src=\'http://d.yimg.com/ds/badge2.js\' badgetype=\'VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_ybuzz_appendType\";s:0:\"\";s:21:\"dd_ybuzz_buttonDesign\";s:0:\"\";s:24:\"dd_ybuzz_ajax_left_float\";s:0:\"\";s:18:\"dd_ybuzz_lazy_load\";s:0:\"\";s:22:\"dd_ybuzz_button_weight\";s:2:\"90\";}s:18:\"option_append_type\";s:19:\"dd_ybuzz_appendType\";s:20:\"option_button_design\";s:21:\"dd_ybuzz_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_ybuzz_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_ybuzz_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_ybuzz_lazy_load\";s:19:\"button_weight_value\";s:2:\"90\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_fbshareme\";O:12:\"DD_FbShareMe\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:5:\"large\";s:7:\"Compact\";s:5:\"small\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:5:\"large\";s:7:\"Compact\";s:5:\"small\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"53\";s:7:\"Compact\";s:2:\"80\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"18\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:10:\"fbShare.me\";s:10:\"websiteURL\";s:21:\"http://www.fbshare.me\";s:6:\"apiURL\";s:21:\"http://www.fbshare.me\";s:7:\"baseURL\";s:142:\"<script>var fbShare = {url: \'VOTE_URL\',size: \'VOTE_BUTTON_DESIGN\',}</script><script src=\'http://widgets.fbshare.me/files/fbshare.js\'></script>\";s:12:\"baseURL_lazy\";s:198:\"<div class=\'dd-fbshareme-ajax-load dd-fbshareme-POST_ID\'></div><iframe class=\"DD_FBSHAREME_AJAX_POST_ID\" src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\' allowtransparency=\'true\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadFBShareMe_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fbshareme-POST_ID\').remove();$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'src\',\'http://widgets.fbshare.me/files/fbshare.php?url=VOTE_URL&size=VOTE_BUTTON_DESIGN\');  }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadFBShareMe_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_fbshareme_appendType\";s:0:\"\";s:25:\"dd_fbshareme_buttonDesign\";s:0:\"\";s:28:\"dd_fbshareme_ajax_left_float\";s:0:\"\";s:22:\"dd_fbshareme_lazy_load\";s:0:\"\";s:26:\"dd_fbshareme_button_weight\";s:2:\"94\";}s:18:\"option_append_type\";s:23:\"dd_fbshareme_appendType\";s:20:\"option_button_design\";s:25:\"dd_fbshareme_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_fbshareme_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_fbshareme_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_fbshareme_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:21:\"dd_button_blogenagage\";O:13:\"DD_BlogEngage\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:11:\"button4.php\";}s:4:\"name\";s:10:\"BlogEngage\";s:10:\"websiteURL\";s:25:\"http://www.blogengage.com\";s:6:\"apiURL\";s:43:\"http://www.blogengage.com/profile_promo.php\";s:7:\"baseURL\";s:132:\"<script type=\'text/javascript\'>submit_url = \'VOTE_URL\';</script><script src=\'http://blogengage.com/evb/VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:24:\"dd_blogengage_appendType\";s:0:\"\";s:26:\"dd_blogengage_buttonDesign\";s:0:\"\";s:29:\"dd_blogengage_ajax_left_float\";s:0:\"\";s:23:\"dd_blogengage_lazy_load\";s:0:\"\";s:27:\"dd_blogengage_button_weight\";s:2:\"84\";}s:18:\"option_append_type\";s:24:\"dd_blogengage_appendType\";s:20:\"option_button_design\";s:26:\"dd_blogengage_buttonDesign\";s:20:\"option_button_weight\";s:27:\"dd_blogengage_button_weight\";s:22:\"option_ajax_left_float\";s:29:\"dd_blogengage_ajax_left_float\";s:16:\"option_lazy_load\";s:23:\"dd_blogengage_lazy_load\";s:19:\"button_weight_value\";s:2:\"84\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:21:\"dd_button_thewebblend\";O:14:\"DD_TheWebBlend\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:0:\"\";s:7:\"Compact\";s:21:\"badge_size=\'compact\';\";}s:4:\"name\";s:11:\"TheWebBlend\";s:10:\"websiteURL\";s:26:\"http://www.thewebblend.com\";s:6:\"apiURL\";s:33:\"http://thewebblend.com/tools/vote\";s:7:\"baseURL\";s:194:\"<script type=\'text/javascript\'>url_site=\'VOTE_URL\'; VOTE_BUTTON_DESIGN</script><script src=\'http://thewebblend.com/sites/all/modules/drigg_external/js/button.js\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:22:\"dd_webblend_appendType\";s:0:\"\";s:24:\"dd_webblend_buttonDesign\";s:0:\"\";s:27:\"dd_webblend_ajax_left_float\";s:0:\"\";s:21:\"dd_webblend_lazy_load\";s:0:\"\";s:25:\"dd_webblend_button_weight\";s:2:\"85\";}s:18:\"option_append_type\";s:22:\"dd_webblend_appendType\";s:20:\"option_button_design\";s:24:\"dd_webblend_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_webblend_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_webblend_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_webblend_lazy_load\";s:19:\"button_weight_value\";s:2:\"85\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:20:\"dd_button_designbump\";O:13:\"DD_DesignBump\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:6:\"Normal\";}s:4:\"name\";s:10:\"DesignBump\";s:10:\"websiteURL\";s:25:\"http://www.designbump.com\";s:6:\"apiURL\";s:33:\"http://designbump.com/content/evb\";s:7:\"baseURL\";s:176:\"<script type=\'text/javascript\'>url_site=\'VOTE_URL\'; </script> <script src=\'http://designbump.com/sites/all/modules/drigg_external/js/button.js\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:24:\"dd_designbump_appendType\";s:0:\"\";s:26:\"dd_designbump_buttonDesign\";s:0:\"\";s:29:\"dd_designbump_ajax_left_float\";s:0:\"\";s:23:\"dd_designbump_lazy_load\";s:0:\"\";s:27:\"dd_designbump_button_weight\";s:2:\"87\";}s:18:\"option_append_type\";s:24:\"dd_designbump_appendType\";s:20:\"option_button_design\";s:26:\"dd_designbump_buttonDesign\";s:20:\"option_button_weight\";s:27:\"dd_designbump_button_weight\";s:22:\"option_ajax_left_float\";s:29:\"dd_designbump_ajax_left_float\";s:16:\"option_lazy_load\";s:23:\"dd_designbump_lazy_load\";s:19:\"button_weight_value\";s:2:\"87\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:17:\"dd_button_twitter\";O:10:\"DD_Twitter\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:7:\"Twitter\";s:10:\"websiteURL\";s:22:\"http://www.twitter.com\";s:6:\"apiURL\";s:38:\"http://twitter.com/goodies/tweetbutton\";s:7:\"baseURL\";s:247:\"<a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"VOTE_URL\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-via=\"VOTE_SOURCE\" ></a><script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\";s:12:\"baseURL_lazy\";s:226:\"<div class=\'dd-twitter-ajax-load dd-twitter-POST_ID\'></div><a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"VOTE_URL\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-via=\"VOTE_SOURCE\" ></a>\";s:19:\"baseURL_lazy_script\";s:164:\" function loadTwitter_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-twitter-POST_ID\').remove();$.getScript(\'http://platform.twitter.com/widgets.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadTwitter_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_twitter_appendType\";s:0:\"\";s:23:\"dd_twitter_buttonDesign\";s:0:\"\";s:26:\"dd_twitter_ajax_left_float\";s:2:\"on\";s:20:\"dd_twitter_lazy_load\";s:0:\"\";s:24:\"dd_twitter_button_weight\";s:3:\"110\";}s:18:\"option_append_type\";s:21:\"dd_twitter_appendType\";s:20:\"option_button_design\";s:23:\"dd_twitter_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_twitter_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_twitter_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_twitter_lazy_load\";s:19:\"button_weight_value\";s:3:\"110\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_tweetmeme\";O:12:\"DD_TweetMeme\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:30:\"normal\' height=\'61\' width=\'50\'\";s:7:\"Compact\";s:31:\"compact\' height=\'20\' width=\'90\'\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"normal\";s:7:\"Compact\";s:7:\"compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"50\";s:7:\"Compact\";s:2:\"90\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"61\";s:7:\"Compact\";s:2:\"20\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:9:\"TweetMeme\";s:10:\"websiteURL\";s:25:\"http://www.tweetmeme.com/\";s:6:\"apiURL\";s:46:\"http://wordpress.org/extend/plugins/tweetmeme/\";s:7:\"baseURL\";s:200:\"<iframe src=\'http://api.tweetmeme.com/button.js?url=VOTE_URL&source=VOTE_SOURCE&service=VOTE_SERVICE_NAME&service_api=VOTE_SERVICE_API&style=VOTE_BUTTON_DESIGN frameborder=\'0\' scrolling=\'no\'></iframe>\";s:12:\"baseURL_lazy\";s:173:\"<div class=\'dd-tweetmeme-ajax-load dd-tweetmeme-POST_ID\'></div><iframe class=\'DD_TWEETMEME_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:465:\" function loadTweetMeme_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-tweetmeme-POST_ID\').remove();$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'src\',\'http://api.tweetmeme.com/button.js?url=VOTE_URL&source=VOTE_SOURCE&style=VOTE_BUTTON_DESIGN&service=VOTE_SERVICE_NAME&service_api=VOTE_SERVICE_API\'); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadTweetMeme_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_tweetmeme_appendType\";s:0:\"\";s:25:\"dd_tweetmeme_buttonDesign\";s:0:\"\";s:28:\"dd_tweetmeme_ajax_left_float\";s:0:\"\";s:22:\"dd_tweetmeme_lazy_load\";s:0:\"\";s:26:\"dd_tweetmeme_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:23:\"dd_tweetmeme_appendType\";s:20:\"option_button_design\";s:25:\"dd_tweetmeme_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_tweetmeme_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_tweetmeme_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_tweetmeme_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:15:\"dd_button_topsy\";O:8:\"DD_Topsy\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:3:\"big\";s:7:\"Compact\";s:7:\"compact\";}s:4:\"name\";s:5:\"Topsy\";s:10:\"websiteURL\";s:20:\"http://www.topsy.com\";s:6:\"apiURL\";s:44:\"http://labs.topsy.com/button/retweet-button/\";s:7:\"baseURL\";s:233:\"<script type=\"text/javascript\" src=\"http://cdn.topsy.com/topsy.js?init=topsyWidgetCreator\"></script><div class=\"topsy_widget_data\"><!--{\"url\":\"VOTE_URL\",\"style\":\"VOTE_BUTTON_DESIGN\",\"theme\":\"VOTE_THEME\",\"nick\":\"VOTE_SOURCE\"}--></div>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_topsy_appendType\";s:0:\"\";s:21:\"dd_topsy_buttonDesign\";s:0:\"\";s:24:\"dd_topsy_ajax_left_float\";s:0:\"\";s:18:\"dd_topsy_lazy_load\";s:0:\"\";s:22:\"dd_topsy_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:19:\"dd_topsy_appendType\";s:20:\"option_button_design\";s:21:\"dd_topsy_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_topsy_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_topsy_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_topsy_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:18:\"dd_button_comments\";O:11:\"DD_Comments\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:6:\"Normal\";}s:4:\"name\";s:8:\"Comments\";s:10:\"websiteURL\";s:11:\"http://none\";s:6:\"apiURL\";s:11:\"http://none\";s:7:\"baseURL\";s:142:\"<div id=\'dd_comments\'><a class=\'clcount\' href=VOTE_URL><span class=\'ctotal\'>COMMENTS_COUNT</span></a><a class=\'clink\' href=VOTE_URL></a></div>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:22:\"dd_comments_appendType\";s:0:\"\";s:24:\"dd_comments_buttonDesign\";s:0:\"\";s:27:\"dd_comments_ajax_left_float\";s:0:\"\";s:21:\"dd_comments_lazy_load\";s:0:\"\";s:25:\"dd_comments_button_weight\";s:2:\"88\";}s:18:\"option_append_type\";s:22:\"dd_comments_appendType\";s:20:\"option_button_design\";s:24:\"dd_comments_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_comments_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_comments_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_comments_lazy_load\";s:19:\"button_weight_value\";s:2:\"88\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:18:\"dd_button_linkedin\";O:11:\"DD_Linkedin\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:3:\"top\";s:7:\"Compact\";s:5:\"right\";s:7:\"NoCount\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:3:\"top\";s:7:\"Compact\";s:5:\"right\";s:7:\"NoCount\";s:4:\"none\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:8:\"Linkedin\";s:10:\"websiteURL\";s:23:\"http://www.linkedin.com\";s:6:\"apiURL\";s:34:\"http://www.linkedin.com/publishers\";s:7:\"baseURL\";s:163:\"<script src=\'//platform.linkedin.com/in.js\' type=\'text/javascript\'></script><script type=\'IN/Share\' date-url=\'VOTE_URL\' data-counter=\'VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";s:148:\"<div class=\'dd-linkedin-ajax-load dd-linkedin-POST_ID\'></div><script type=\'IN/share\' data-url=\'VOTE_URL\' data-counter=\'VOTE_BUTTON_DESIGN\'></script>\";s:19:\"baseURL_lazy_script\";s:162:\" function loadLinkedin_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-linkedin-POST_ID\').remove();$.getScript(\'http://platform.linkedin.com/in.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:60:\"window.setTimeout(\'loadLinkedin_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:22:\"dd_linkedin_appendType\";s:0:\"\";s:24:\"dd_linkedin_buttonDesign\";s:0:\"\";s:27:\"dd_linkedin_ajax_left_float\";s:2:\"on\";s:21:\"dd_linkedin_lazy_load\";s:0:\"\";s:25:\"dd_linkedin_button_weight\";s:2:\"94\";}s:18:\"option_append_type\";s:22:\"dd_linkedin_appendType\";s:20:\"option_button_design\";s:24:\"dd_linkedin_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_linkedin_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_linkedin_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_linkedin_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:15:\"dd_button_serpd\";O:8:\"DD_Serpd\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:0:\"\";}s:4:\"name\";s:5:\"Serpd\";s:10:\"websiteURL\";s:20:\"http://www.serpd.com\";s:6:\"apiURL\";s:29:\"http://www.serpd.com/widgets/\";s:7:\"baseURL\";s:150:\"<script type=\"text/javascript\">submit_url = \"VOTE_URL\";</script><script type=\"text/javascript\" src=\"http://www.serpd.com/index.php?page=evb\"></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_serpd_appendType\";s:0:\"\";s:21:\"dd_serpd_buttonDesign\";s:0:\"\";s:24:\"dd_serpd_ajax_left_float\";s:0:\"\";s:18:\"dd_serpd_lazy_load\";s:0:\"\";s:22:\"dd_serpd_button_weight\";s:2:\"86\";}s:18:\"option_append_type\";s:19:\"dd_serpd_appendType\";s:20:\"option_button_design\";s:21:\"dd_serpd_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_serpd_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_serpd_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_serpd_lazy_load\";s:19:\"button_weight_value\";s:2:\"86\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:22:\"dd_button_fblike_xfbml\";O:15:\"DD_FbLike_XFBML\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:17:\"Like Button Count\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:19:\"islazyLoadAvailable\";b:0;s:19:\"float_button_design\";s:14:\"Like Box Count\";s:12:\"buttonLayout\";a:6:{s:13:\"Like Standard\";s:13:\" width=\"450\" \";s:17:\"Like Button Count\";s:34:\" layout=\"button_count\" width=\"92\" \";s:14:\"Like Box Count\";s:31:\" layout=\"box_count\" width=\"50\" \";s:18:\"Recommend Standard\";s:32:\" action=\"recommend\" width=\"400\" \";s:22:\"Recommend Button Count\";s:54:\" action=\"recommend\" layout=\"button_count\" width=\"130\" \";s:19:\"Recommend Box Count\";s:50:\" action=\"recommend\" layout=\"box_count\" width=\"90\" \";}s:4:\"name\";s:21:\"Facebook Like (XFBML)\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:58:\"http://developers.facebook.com/docs/reference/plugins/like\";s:7:\"baseURL\";s:165:\"<script src=\"//connect.facebook.net/FACEBOOK_LOCALE/all.js#xfbml=1\"></script><fb:like href=\"VOTE_URL\" FACEBOOK_SEND FACEBOOK_SHOW_FACE VOTE_BUTTON_DESIGN ></fb:like>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:26:\"dd_fblike_xfbml_appendType\";s:0:\"\";s:28:\"dd_fblike_xfbml_buttonDesign\";s:0:\"\";s:31:\"dd_fblike_xfbml_ajax_left_float\";s:2:\"on\";s:25:\"dd_fblike_xfbml_lazy_load\";s:0:\"\";s:29:\"dd_fblike_xfbml_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:26:\"dd_fblike_xfbml_appendType\";s:20:\"option_button_design\";s:28:\"dd_fblike_xfbml_buttonDesign\";s:20:\"option_button_weight\";s:29:\"dd_fblike_xfbml_button_weight\";s:22:\"option_ajax_left_float\";s:31:\"dd_fblike_xfbml_ajax_left_float\";s:16:\"option_lazy_load\";s:25:\"dd_fblike_xfbml_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:17:\"dd_button_google1\";O:10:\"DD_Google1\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:4:{s:6:\"Normal\";s:4:\"tall\";s:14:\"Compact (15px)\";s:5:\"small\";s:14:\"Compact (20px)\";s:6:\"medium\";s:14:\"Compact (24px)\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:4:{s:6:\"Normal\";s:4:\"tall\";s:14:\"Compact (15px)\";s:5:\"small\";s:14:\"Compact (20px)\";s:6:\"medium\";s:14:\"Compact (24px)\";s:4:\"none\";}s:4:\"name\";s:9:\"Google +1\";s:10:\"websiteURL\";s:32:\"http://www.google.com/+1/button/\";s:6:\"apiURL\";s:37:\"http://code.google.com/apis/+1button/\";s:7:\"baseURL\";s:149:\"<script type=\'text/javascript\' src=\'https://apis.google.com/js/plusone.js\'></script><g:plusone size=\'VOTE_BUTTON_DESIGN\' href=\'VOTE_URL\'></g:plusone>\";s:12:\"baseURL_lazy\";s:124:\"<div class=\'dd-google1-ajax-load dd-google1-POST_ID\'></div><g:plusone size=\'VOTE_BUTTON_DESIGN\' href=\'VOTE_URL\'></g:plusone>\";s:19:\"baseURL_lazy_script\";s:163:\" function loadGoogle1_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-google1-POST_ID\').remove();$.getScript(\'https://apis.google.com/js/plusone.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadGoogle1_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_google1_appendType\";s:0:\"\";s:23:\"dd_google1_buttonDesign\";s:0:\"\";s:26:\"dd_google1_ajax_left_float\";s:2:\"on\";s:20:\"dd_google1_lazy_load\";s:0:\"\";s:24:\"dd_google1_button_weight\";s:2:\"95\";}s:18:\"option_append_type\";s:21:\"dd_google1_appendType\";s:20:\"option_button_design\";s:23:\"dd_google1_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_google1_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_google1_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_google1_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_buffer\";O:9:\"DD_Buffer\":30:{s:11:\"append_type\";s:13:\"after_content\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:4:\"name\";s:6:\"Buffer\";s:10:\"websiteURL\";s:21:\"http://bufferapp.com/\";s:6:\"apiURL\";s:36:\"http://bufferapp.com/goodies/button/\";s:7:\"baseURL\";s:257:\"<a href=\"http://bufferapp.com/add\" class=\"buffer-add-button\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-url=\"VOTE_URL\" data-via=\"VOTE_BUFFER_SOURCE\"></a><script type=\"text/javascript\" src=\"http://static.bufferapp.com/js/button.js\"></script>\";s:12:\"baseURL_lazy\";s:170:\"<a href=\"http://bufferapp.com/add\" class=\"buffer-add-button\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-url=\"VOTE_URL\" data-via=\"VOTE_BUFFER_SOURCE\"></a>\";s:19:\"baseURL_lazy_script\";s:163:\"function loadBuffer_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-buffer-POST_ID\').remove();$.getScript(\'http://static.bufferapp.com/js/button.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadBuffer_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_buffer_appendType\";s:0:\"\";s:22:\"dd_buffer_buttonDesign\";s:0:\"\";s:25:\"dd_buffer_ajax_left_float\";s:0:\"\";s:19:\"dd_buffer_lazy_load\";s:0:\"\";s:23:\"dd_buffer_button_weight\";s:2:\"99\";}s:18:\"option_append_type\";s:20:\"dd_buffer_appendType\";s:20:\"option_button_design\";s:22:\"dd_buffer_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_buffer_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_buffer_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_buffer_lazy_load\";s:19:\"button_weight_value\";s:2:\"99\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_pinterest\";O:12:\"DD_Pinterest\":30:{s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:4:\"name\";s:9:\"Pinterest\";s:10:\"websiteURL\";s:20:\"http://pinterest.com\";s:6:\"apiURL\";s:55:\"http://pinterest.com/about/goodies/#button_for_websites\";s:7:\"baseURL\";s:249:\"<a href=\"http://pinterest.com/pin/create/button/?url=VOTE_URL&description=VOTE_TITLE&media=VOTE_IMAGE\" class=\"pin-it-button\" count-layout=\"VOTE_BUTTON_DESIGN\"></a><script type=\"text/javascript\" src=\"http://assets.pinterest.com/js/pinit.js\"></script>\";s:12:\"baseURL_lazy\";s:207:\"<a href=\"http://pinterest.com/pin/create/button/?url=VOTE_URL&description=VOTE_TITLE&media=VOTE_IMAGE\" class=\"pin-it-button dd-pinterest-ajax-load dd-pinterest-POST_ID\" count-layout=\"VOTE_BUTTON_DESIGN\"></a>\";s:19:\"baseURL_lazy_script\";s:132:\"function loadPinterest_POST_ID(){ jQuery(document).ready(function($) { $.getScript(\'http://assets.pinterest.com/js/pinit.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadPinterest_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_pinterest_appendType\";s:0:\"\";s:25:\"dd_pinterest_buttonDesign\";s:0:\"\";s:28:\"dd_pinterest_ajax_left_float\";s:0:\"\";s:22:\"dd_pinterest_lazy_load\";s:0:\"\";s:26:\"dd_pinterest_button_weight\";s:2:\"10\";}s:18:\"option_append_type\";s:23:\"dd_pinterest_appendType\";s:20:\"option_button_design\";s:25:\"dd_pinterest_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_pinterest_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_pinterest_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_pinterest_lazy_load\";s:19:\"button_weight_value\";s:2:\"10\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_flattr\";O:9:\"DD_Flattr\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:7:\"default\";s:7:\"Compact\";s:7:\"compact\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:7:\"default\";s:7:\"Compact\";s:7:\"compact\";}s:4:\"name\";s:6:\"Flattr\";s:10:\"websiteURL\";s:17:\"http://flattr.com\";s:6:\"apiURL\";s:36:\"http://developers.flattr.net/button/\";s:7:\"baseURL\";s:257:\"<script src=\"http://api.flattr.com/js/0.6/load.js?mode=auto\"></script><a class=\"FlattrButton\" href=\"VOTE_URL\" style=\"display:none;\" title=\"VOTE_TITLE\" data-flattr-uid=\"VOTE_FLATTR_UID\" data-flattr-button=\"VOTE_BUTTON_DESIGN\" data-flattr-category=\"text\"></a>\";s:12:\"baseURL_lazy\";s:187:\"<a class=\"FlattrButton\" href=\"VOTE_URL\" style=\"display:none;\" title=\"VOTE_TITLE\" data-flattr-uid=\"VOTE_FLATTR_UID\" data-flattr-button=\"VOTE_BUTTON_DESIGN\" data-flattr-category=\"text\"></a>\";s:19:\"baseURL_lazy_script\";s:136:\"function loadFlattr_POST_ID(){ jQuery(document).ready(function($) { $.getScript(\'http://api.flattr.com/js/0.6/load.js?mode=auto\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadFlattr_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_flattr_appendType\";s:0:\"\";s:22:\"dd_flattr_buttonDesign\";s:0:\"\";s:25:\"dd_flattr_ajax_left_float\";s:0:\"\";s:19:\"dd_flattr_lazy_load\";s:0:\"\";s:23:\"dd_flattr_button_weight\";s:2:\"10\";}s:18:\"option_append_type\";s:20:\"dd_flattr_appendType\";s:20:\"option_button_design\";s:22:\"dd_flattr_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_flattr_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_flattr_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_flattr_lazy_load\";s:19:\"button_weight_value\";s:2:\"10\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_pocket\";O:9:\"DD_Pocket\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:6:\"Pocket\";s:10:\"websiteURL\";s:24:\"http://www.getpocket.com\";s:6:\"apiURL\";s:38:\"https://getpocket.com/publisher/button\";s:7:\"baseURL\";s:382:\"<a data-pocket-label=\"pocket\" data-pocket-count=\"VOTE_BUTTON_DESIGN\" data-save-url=\"VOTE_URL\" class=\"pocket-btn\" data-lang=\"en\"></a><script type=\"text/javascript\">!function(d,i){if(!d.getElementById(i)){var j=d.createElement(\"script\");j.id=i;j.src=\"https://widgets.getpocket.com/v1/j/btn.js?v=1\";var w=d.getElementById(i);d.body.appendChild(j);}}(document,\"pocket-btn-js\");</script>\";s:12:\"baseURL_lazy\";s:164:\"<div class=\'dd-pocket-ajax-load dd-pocket-POST_ID\'></div><a data-pocket-label=\"pocket\" data-pocket-count=\"VOTE_BUTTON_DESIGN\" class=\"pocket-btn\" data-lang=\"en\"></a>\";s:19:\"baseURL_lazy_script\";s:169:\" function loadPocket_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-pocket-POST_ID\').remove();$.getScript(\'https://widgets.getpocket.com/v1/j/btn.js?v=1\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadPocket_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_pocket_appendType\";s:0:\"\";s:22:\"dd_pocket_buttonDesign\";s:0:\"\";s:25:\"dd_pocket_ajax_left_float\";s:0:\"\";s:19:\"dd_pocket_lazy_load\";s:0:\"\";s:23:\"dd_pocket_button_weight\";s:2:\"93\";}s:18:\"option_append_type\";s:20:\"dd_pocket_appendType\";s:20:\"option_button_design\";s:22:\"dd_pocket_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_pocket_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_pocket_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_pocket_lazy_load\";s:19:\"button_weight_value\";s:2:\"93\";s:19:\"float_button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_tumblr\";O:9:\"DD_Tumblr\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:0:\"\";}s:16:\"buttonLayoutLazy\";a:1:{s:6:\"Normal\";s:0:\"\";}s:16:\"isEncodeRequired\";b:1;s:4:\"name\";s:6:\"Tumblr\";s:10:\"websiteURL\";s:21:\"http://www.tumblr.com\";s:6:\"apiURL\";s:29:\"http://www.tumblr.com/buttons\";s:7:\"baseURL\";s:342:\"<a href=\"http://www.tumblr.com/share?link=VOTE_URL\" title=\"Share on Tumblr\" style=\"display:inline-block; text-indent:-9999px; overflow:hidden; width:61px; height:20px; background:url(\'http://platform.tumblr.com/v1/share_2.png\') top left no-repeat transparent;\">Share on Tumblr</a><script src=\"http://platform.tumblr.com/v1/share.js\"></script>\";s:12:\"baseURL_lazy\";s:336:\"<div class=\"dd-tumblrajax-load dd-tumblr-POST_ID\"></div><a href=\"http://www.tumblr.com/share?link=VOTE_URL\" title=\"Share on Tumblr\" style=\"display:inline-block; text-indent:-9999px; overflow:hidden; width:61px; height:20px; background:url(\'http://platform.tumblr.com/v1/share_2.png\') top left no-repeat transparent;\">Share on Tumblr</a>\";s:19:\"baseURL_lazy_script\";s:162:\" function loadTumblr_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-pocket-POST_ID\').remove();$.getScript(\'http://platform.tumblr.com/v1/share.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadTumblr_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_tumblr_appendType\";s:0:\"\";s:22:\"dd_tumblr_buttonDesign\";s:0:\"\";s:25:\"dd_tumblr_ajax_left_float\";s:0:\"\";s:19:\"dd_tumblr_lazy_load\";s:0:\"\";s:23:\"dd_tumblr_button_weight\";s:2:\"94\";}s:18:\"option_append_type\";s:20:\"dd_tumblr_appendType\";s:20:\"option_button_design\";s:22:\"dd_tumblr_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_tumblr_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_tumblr_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_tumblr_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}}s:21:\"dd_float_button_final\";a:5:{s:17:\"dd_button_fbshare\";r:99;s:17:\"dd_button_twitter\";r:517;s:18:\"dd_button_linkedin\";r:692;s:22:\"dd_button_fblike_xfbml\";r:781;s:17:\"dd_button_google1\";r:829;}}','yes'),
(75609,'dd_client_version','5','yes'),
(80709,'yarpp_pro','a:7:{s:6:\"active\";s:1:\"0\";s:3:\"aid\";N;s:2:\"st\";N;s:1:\"v\";N;s:4:\"dpid\";N;s:5:\"optin\";b:0;s:23:\"auto_display_post_types\";a:1:{i:0;s:4:\"post\";}}','yes'),
(80890,'st_add_to_content1','bot','yes'),
(80891,'st_add_to_page2','bot','yes'),
(81899,'_transient_timeout_hmbkp_schedule_default-1_database_filesize','2783296614','no'),
(81900,'_transient_hmbkp_schedule_default-1_database_filesize','9861843','no'),
(81921,'wp_biographia_settings','a:68:{s:23:\"wp_biographia_installed\";s:2:\"on\";s:21:\"wp_biographia_version\";s:3:\"400\";s:22:\"wp_biographia_style_bg\";s:7:\"#FFFFFF\";s:26:\"wp_biographia_style_border\";s:6:\"around\";s:33:\"wp_biographia_display_front_posts\";s:0:\"\";s:36:\"wp_biographia_display_archives_posts\";s:2:\"on\";s:43:\"wp_biographia_display_author_archives_posts\";s:2:\"on\";s:45:\"wp_biographia_display_category_archives_posts\";s:2:\"on\";s:41:\"wp_biographia_display_date_archives_posts\";s:2:\"on\";s:40:\"wp_biographia_display_tag_archives_posts\";s:2:\"on\";s:27:\"wp_biographia_display_posts\";s:2:\"on\";s:27:\"wp_biographia_display_pages\";s:0:\"\";s:26:\"wp_biographia_display_feed\";s:0:\"\";s:30:\"wp_biographia_display_location\";s:6:\"bottom\";s:28:\"wp_biographia_content_prefix\";s:5:\"About\";s:26:\"wp_biographia_content_name\";s:15:\"first-last-name\";s:32:\"wp_biographia_content_authorpage\";s:2:\"on\";s:27:\"wp_biographia_content_image\";s:2:\"on\";s:32:\"wp_biographia_content_image_size\";s:3:\"100\";s:25:\"wp_biographia_content_bio\";s:2:\"on\";s:27:\"wp_biographia_content_icons\";s:0:\"\";s:31:\"wp_biographia_content_alt_icons\";s:0:\"\";s:30:\"wp_biographia_content_icon_url\";s:0:\"\";s:27:\"wp_biographia_content_email\";s:2:\"on\";s:25:\"wp_biographia_content_web\";s:2:\"on\";s:29:\"wp_biographia_content_twitter\";s:2:\"on\";s:30:\"wp_biographia_content_facebook\";s:2:\"on\";s:30:\"wp_biographia_content_linkedin\";s:2:\"on\";s:28:\"wp_biographia_content_flickr\";s:0:\"\";s:27:\"wp_biographia_content_vimeo\";s:0:\"\";s:29:\"wp_biographia_content_youtube\";s:0:\"\";s:28:\"wp_biographia_content_reddit\";s:0:\"\";s:27:\"wp_biographia_content_posts\";s:8:\"extended\";s:33:\"wp_biographia_content_link_target\";s:5:\"_self\";s:35:\"wp_biographia_content_link_nofollow\";s:0:\"\";s:29:\"wp_biographia_admin_new_users\";s:0:\"\";s:33:\"wp_biographia_admin_hide_profiles\";s:0:\"\";s:33:\"wp_biographia_category_exclusions\";s:0:\"\";s:29:\"wp_biographia_post_exclusions\";s:0:\"\";s:36:\"wp_biographia_global_post_exclusions\";s:0:\"\";s:29:\"wp_biographia_page_exclusions\";s:4:\"2509\";s:36:\"wp_biographia_admin_content_priority\";i:10;s:36:\"wp_biographia_admin_excerpt_priority\";i:10;s:34:\"wp_biographia_sync_content_wpautop\";s:0:\"\";s:34:\"wp_biographia_sync_excerpt_wpautop\";s:0:\"\";s:34:\"wp_biographia_admin_post_overrides\";s:0:\"\";s:25:\"wp_biographia_admin_links\";a:9:{s:7:\"twitter\";s:2:\"on\";s:8:\"facebook\";s:2:\"on\";s:8:\"linkedin\";s:2:\"on\";s:6:\"flickr\";s:2:\"on\";s:5:\"vimeo\";s:2:\"on\";s:7:\"youtube\";s:2:\"on\";s:6:\"reddit\";s:2:\"on\";s:9:\"instagram\";s:2:\"on\";s:6:\"github\";s:2:\"on\";}s:37:\"wp_biographia_display_front_bio_posts\";s:4:\"full\";s:40:\"wp_biographia_display_archives_bio_posts\";s:4:\"full\";s:47:\"wp_biographia_display_author_archives_bio_posts\";s:4:\"full\";s:49:\"wp_biographia_display_category_archives_bio_posts\";s:4:\"full\";s:45:\"wp_biographia_display_date_archives_bio_posts\";s:4:\"full\";s:44:\"wp_biographia_display_tag_archives_bio_posts\";s:4:\"full\";s:31:\"wp_biographia_display_bio_posts\";s:4:\"full\";s:31:\"wp_biographia_display_bio_pages\";s:4:\"full\";s:30:\"wp_biographia_display_bio_feed\";s:4:\"full\";s:32:\"wp_biographia_admin_lock_to_loop\";s:0:\"\";s:32:\"wp_biographia_style_border_color\";s:7:\"#cccccc\";s:28:\"wp_biographia_display_slider\";s:0:\"\";s:32:\"wp_biographia_display_bio_slider\";s:4:\"full\";s:37:\"wp_biographia_display_archives_slider\";s:0:\"\";s:41:\"wp_biographia_display_archives_bio_slider\";s:4:\"full\";s:34:\"wp_biographia_portfolio_exclusions\";s:9:\"2491,2500\";s:41:\"wp_biographia_global_portfolio_exclusions\";s:9:\"2491,2500\";s:28:\"wp_biographia_acf_exclusions\";s:0:\"\";s:35:\"wp_biographia_global_acf_exclusions\";s:0:\"\";s:31:\"wp_biographia_content_instagram\";s:0:\"\";s:28:\"wp_biographia_content_github\";s:0:\"\";}','yes'),
(88603,'WPLANG','','yes'),
(165119,'_split_terms','a:11:{i:7;a:1:{s:8:\"post_tag\";i:1404;}i:13;a:1:{s:8:\"post_tag\";i:1405;}i:15;a:1:{s:8:\"post_tag\";i:1406;}i:18;a:1:{s:8:\"post_tag\";i:1407;}i:19;a:1:{s:8:\"post_tag\";i:1408;}i:20;a:1:{s:8:\"post_tag\";i:1409;}i:23;a:1:{s:8:\"post_tag\";i:1410;}i:25;a:1:{s:8:\"post_tag\";i:1411;}i:26;a:1:{s:8:\"post_tag\";i:1412;}i:602;a:1:{s:8:\"post_tag\";i:1413;}i:958;a:1:{s:8:\"post_tag\";i:1414;}}','yes'),
(113369,'iphone_theme','Twenty Twelve','yes'),
(113370,'ipad_theme','Twenty Twelve','yes'),
(113371,'android_theme','Twenty Twelve','yes'),
(113372,'android_tab_theme','Twenty Twelve','yes'),
(113373,'blackberry_theme','Twenty Twelve','yes'),
(113374,'windows_theme','Twenty Twelve','yes'),
(113375,'opera_theme','Twenty Twelve','yes'),
(113376,'parm_os_theme','Twenty Twelve','yes'),
(113377,'other_theme','Twenty Twelve','yes'),
(105818,'plugin_jspullquotes_settings','a:12:{s:5:\"style\";s:13:\"Frostbite.css\";s:8:\"def_side\";s:5:\"right\";s:9:\"alt_sides\";b:1;s:8:\"alt_text\";b:1;s:11:\"q_container\";s:5:\"aside\";s:10:\"skip_links\";b:1;s:19:\"skip_internal_links\";b:1;s:11:\"quote_class\";s:9:\"pullquote\";s:15:\"quote_class_alt\";s:17:\"pullquote pqRight\";s:14:\"links_location\";s:4:\"head\";s:11:\"omit_styles\";b:0;s:13:\"last_opts_ver\";s:3:\"2.6\";}','yes'),
(164591,'mwp_service_key','77985c07-0450-44a0-b767-79fe547efb64','yes'),
(164632,'mmb_stats_filter','a:1:{s:7:\"plugins\";a:1:{s:7:\"cleanup\";a:1:{s:9:\"revisions\";a:1:{s:11:\"num_to_keep\";i:5;}}}}','yes'),
(164594,'mwp_openssl_parameters','a:2:{s:4:\"time\";i:1523461222;s:7:\"working\";b:1;}','yes'),
(164595,'mwp_incremental_update_active','','yes'),
(164602,'worker_migration_version','2','yes'),
(164608,'user_hit_count','a:11:{s:10:\"2018-03-28\";i:41;s:10:\"2018-03-29\";i:422;s:10:\"2018-03-30\";i:5;s:10:\"2018-04-02\";i:1;s:10:\"2018-04-03\";i:6;s:10:\"2018-04-04\";i:4;s:10:\"2018-04-06\";i:2;s:10:\"2018-04-07\";i:1;s:10:\"2018-04-09\";i:2;s:10:\"2018-04-10\";i:74;s:10:\"2018-04-11\";i:34;}','yes'),
(164633,'mwp_potential_key','1f777a19-67dd-4cf6-a459-aa817374dca9','yes'),
(164634,'mwp_potential_key_time','1523461222','yes'),
(109917,'pdfprnt_options','a:35:{s:21:\"plugin_option_version\";s:5:\"2.4.7\";s:16:\"buttons_position\";s:11:\"bottom-left\";s:15:\"use_default_css\";i:0;s:14:\"use_custom_css\";i:0;s:15:\"custom_css_code\";s:0:\"\";s:12:\"do_shorcodes\";i:1;s:13:\"disable_links\";i:1;s:12:\"remove_links\";i:0;s:13:\"replace_video\";i:0;s:12:\"qr_code_link\";i:0;s:17:\"show_print_window\";i:0;s:16:\"additional_fonts\";i:0;s:10:\"show_title\";i:1;s:19:\"show_featured_image\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;s:13:\"show_category\";i:0;s:19:\"featured_image_size\";s:9:\"thumbnail\";s:12:\"button_image\";a:2:{s:3:\"pdf\";a:2:{s:4:\"type\";s:7:\"default\";s:9:\"image_src\";s:67:\"http://deborahbrody.com/wp-content/plugins/pdf-print/images/pdf.png\";}s:5:\"print\";a:2:{s:4:\"type\";s:7:\"default\";s:9:\"image_src\";s:69:\"http://deborahbrody.com/wp-content/plugins/pdf-print/images/print.png\";}}s:12:\"button_title\";a:2:{s:3:\"pdf\";s:0:\"\";s:5:\"print\";s:0:\"\";}s:13:\"pdf_page_size\";s:2:\"A4\";s:12:\"image_to_pdf\";i:0;s:11:\"pdf_margins\";a:4:{s:4:\"left\";i:15;s:5:\"right\";i:15;s:3:\"top\";i:16;s:6:\"bottom\";i:16;}s:13:\"first_install\";i:1522408380;s:22:\"suggest_feature_banner\";i:1;s:11:\"file_action\";s:4:\"open\";s:12:\"print_action\";s:15:\"plugin_function\";s:13:\"enabled_roles\";a:9:{s:13:\"administrator\";i:1;s:6:\"editor\";i:1;s:6:\"author\";i:1;s:11:\"contributor\";i:1;s:10:\"subscriber\";i:1;s:14:\"backwpup_admin\";i:1;s:14:\"backwpup_check\";i:1;s:15:\"backwpup_helper\";i:1;s:12:\"unauthorized\";i:1;}s:20:\"mpdf_library_version\";s:5:\"8.0.8\";s:12:\"hide_classes\";a:0:{}s:16:\"count_generation\";i:0;s:17:\"button_post_types\";a:2:{s:3:\"pdf\";a:3:{i:0;s:4:\"post\";i:1;s:14:\"pdfprnt_search\";i:2;s:16:\"pdfprnt_archives\";}s:5:\"print\";a:3:{i:0;s:4:\"post\";i:1;s:14:\"pdfprnt_search\";i:2;s:16:\"pdfprnt_archives\";}}s:19:\"go_settings_counter\";i:2;s:20:\"hide_premium_options\";a:0:{}s:23:\"display_settings_notice\";i:0;}','yes'),
(222033,'aioseop_notices','a:4:{s:7:\"notices\";a:1:{s:17:\"review_plugin_cta\";a:3:{s:4:\"slug\";s:17:\"review_plugin_cta\";s:10:\"time_start\";i:1609765791;s:8:\"time_set\";i:1608556192;}}s:14:\"remote_notices\";a:1:{s:9:\"remote_49\";a:7:{s:5:\"title\";s:55:\"[SNEAK PEEK] AIOSEO 4.0 - A Revolution in WordPress SEO\";s:7:\"content\";s:145:\"We\'re ready to revolutionize WordPress SEO - are you ready to join us? See all the groundbreaking features coming out soon in All in One SEO 4.0.\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:49;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:176:\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/?utm_source=WordPress&utm_campaign=v3plugin&utm_medium=plugin-notification&utm_content=Sneak Peak Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:170:\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?utm_source=WordPress&utm_campaign=v3plugin&utm_medium=plugin-notification&utm_content=Sneak Peak Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2020-11-11 16:54:44\";s:17:\"notification_type\";s:4:\"info\";}}s:14:\"active_notices\";a:1:{s:17:\"review_plugin_cta\";i:1609765791;}s:17:\"dismissed_notices\";a:0:{}}','no'),
(175422,'ssl_insecure_content_fixer','a:4:{s:9:\"fix_level\";s:7:\"capture\";s:9:\"proxy_fix\";s:6:\"normal\";s:9:\"site_only\";i:0;s:12:\"fix_specific\";a:1:{s:9:\"woo_https\";i:1;}}','yes'),
(196468,'classic-editor-replace','replace','yes'),
(165041,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1522738084','no'),
(165168,'theme_mods_astra-child','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:3704;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522974528;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:22:{i:0;s:12:\"categories-3\";i:1;s:16:\"twitter-widget-2\";i:2;s:16:\"twitter-widget-3\";i:3;s:16:\"twitter-widget-4\";i:4;s:16:\"s2_form_widget-2\";i:5;s:16:\"s2_form_widget-3\";i:6;s:7:\"pages-2\";i:7;s:10:\"calendar-2\";i:8;s:7:\"links-2\";i:9;s:5:\"rss-2\";i:10;s:11:\"tag_cloud-2\";i:11;s:10:\"nav_menu-2\";i:12;s:8:\"search-2\";i:13;s:14:\"recent-posts-2\";i:14;s:17:\"recent-comments-2\";i:15;s:10:\"archives-2\";i:16;s:12:\"categories-2\";i:17;s:6:\"meta-2\";i:18;s:14:\"recent-posts-3\";i:19;s:7:\"links-4\";i:20;s:10:\"archives-3\";i:21;s:8:\"search-3\";}s:9:\"sidebar-1\";a:2:{i:0;s:14:\"recent-posts-5\";i:1;s:16:\"s2_form_widget-5\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}s:11:\"custom_logo\";i:4;}','yes'),
(165088,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165089,'widget_pdfprnt_buttons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165090,'widget_slickquiz_topscores','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165091,'widget_yarpp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165092,'widget_wp_biographiawidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(161890,'rewrite_rules','a:114:{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:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:34:\"category/(.+)/print(/([0-9]*))?/?$\";s:53:\"index.php?category_name=$matches[1]&print=$matches[3]\";s:29:\"tag/(.+)/print(/([0-9]*))?/?$\";s:43:\"index.php?tag=$matches[1]&print=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"category/(.+?)/print(/(.*))?/?$\";s:53:\"index.php?category_name=$matches[1]&print=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:28:\"tag/([^/]+)/print(/(.*))?/?$\";s:43:\"index.php?tag=$matches[1]&print=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";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:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:16:\"print(/(.*))?/?$\";s:28:\"index.php?&print=$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:25:\"comments/print(/(.*))?/?$\";s:28:\"index.php?&print=$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:28:\"search/(.+)/print(/(.*))?/?$\";s:41:\"index.php?s=$matches[1]&print=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:31:\"author/([^/]+)/print(/(.*))?/?$\";s:51:\"index.php?author_name=$matches[1]&print=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([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:64:\"([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:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/print(/(.*))?/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&print=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([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:51:\"([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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:40:\"([0-9]{4})/([0-9]{1,2})/print(/(.*))?/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&print=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:27:\"([0-9]{4})/print(/(.*))?/?$\";s:44:\"index.php?year=$matches[1]&print=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/embed/?$\";s:75:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:69:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&tb=1\";s:64:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&paged=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&cpage=$matches[4]\";s:48:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/print(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&print=$matches[5]\";s:50:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/print(/(.*))?/?$\";s:50:\"index.php?attachment=$matches[1]&print=$matches[3]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/print(/(.*))?/?$\";s:50:\"index.php?attachment=$matches[1]&print=$matches[3]\";s:48:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]\";s:36:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";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:24:\"(.?.+?)/print(/(.*))?/?$\";s:48:\"index.php?pagename=$matches[1]&print=$matches[3]\";s:30:\".?.+?/([^/]+)/print(/(.*))?/?$\";s:50:\"index.php?attachment=$matches[1]&print=$matches[3]\";s:41:\".?.+?/attachment/([^/]+)/print(/(.*))?/?$\";s:50:\"index.php?attachment=$matches[1]&print=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),
(165074,'theme_mods_astra','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522719094;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:17:{i:0;s:16:\"twitter-widget-2\";i:1;s:16:\"twitter-widget-3\";i:2;s:16:\"twitter-widget-4\";i:3;s:16:\"s2_form_widget-2\";i:4;s:16:\"s2_form_widget-3\";i:5;s:7:\"pages-2\";i:6;s:10:\"calendar-2\";i:7;s:7:\"links-2\";i:8;s:5:\"rss-2\";i:9;s:11:\"tag_cloud-2\";i:10;s:10:\"nav_menu-2\";i:11;s:8:\"search-2\";i:12;s:14:\"recent-posts-2\";i:13;s:17:\"recent-comments-2\";i:14;s:10:\"archives-2\";i:15;s:12:\"categories-2\";i:16;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:23:\"feedburneremailwidget-2\";i:1;s:8:\"search-3\";i:2;s:12:\"categories-3\";i:3;s:10:\"archives-3\";}s:13:\"header-widget\";a:1:{i:0;s:14:\"recent-posts-3\";}s:15:\"footer-widget-1\";N;s:15:\"footer-widget-2\";N;s:24:\"advanced-footer-widget-1\";N;s:24:\"advanced-footer-widget-2\";N;s:24:\"advanced-footer-widget-3\";N;s:24:\"advanced-footer-widget-4\";N;}}}','off'),
(165075,'theme_switched','','yes'),
(165076,'astra-settings','a:36:{s:18:\"theme-auto-version\";s:5:\"1.3.4\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:3:\"250\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"display-site-tagline\";s:1:\"1\";s:17:\"logo-title-inline\";s:1:\"1\";s:14:\"header-layouts\";s:20:\"header-main-layout-2\";s:16:\"body-font-family\";s:18:\"\'Lato\', sans-serif\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";s:3:\"1.5\";s:10:\"link-color\";s:7:\"#b31106\";s:27:\"footer-sml-section-1-credit\";s:265:\"PO Box 1435, Rockville, MD 20849<br>\n\nCopyright © [current_year] [site_title]<br>\nAll rights reserved.<br>\nNo part of this website and blog may be reproduced without prior written consent.<br />\n<a href=\"https://deborahbrody.com/privacy-policy/\">Privacy Policy</a>\";s:20:\"headings-font-family\";s:28:\"\'Archivo Narrow\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"600\";s:23:\"headings-text-transform\";s:4:\"none\";s:18:\"site-content-width\";i:900;s:19:\"site-content-layout\";s:23:\"content-boxed-container\";s:26:\"single-page-content-layout\";s:23:\"content-boxed-container\";s:26:\"single-page-sidebar-layout\";s:13:\"right-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"blog-single-post-structure\";a:2:{i:0;s:17:\"single-title-meta\";i:1;s:12:\"single-image\";}s:19:\"blog-post-structure\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:26:\"single-post-sidebar-layout\";s:13:\"right-sidebar\";s:17:\"blog-post-content\";s:12:\"full-content\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"34\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"25\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:9:\"blog-meta\";a:3:{i:0;s:8:\"category\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-bg-obj\";a:1:{s:16:\"background-color\";s:0:\"\";}s:14:\"content-bg-obj\";a:1:{s:16:\"background-color\";s:7:\"#ffffff\";}s:17:\"footer-adv-bg-obj\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:13:\"footer-bg-obj\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:26:\"site-layout-outside-bg-obj\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:22:\"is_theme_queue_running\";b:1;}','on'),
(165077,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165078,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165079,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165080,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165082,'finished_splitting_shared_terms','1','yes'),
(165083,'site_icon','0','yes'),
(165084,'medium_large_size_w','768','yes'),
(165085,'medium_large_size_h','0','yes'),
(165174,'fresh_site','0','off'),
(165987,'new_admin_email','deborah@deborahbrody.com','yes'),
(165679,'acf_version','6.8.6','yes'),
(169611,'akismet_comment_form_privacy_notice','display','yes'),
(167041,'widget_sfsi-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(165448,'widget_logic_options','a:7:{s:12:\"categories-5\";a:5:{s:6:\"incexc\";a:1:{s:9:\"condition\";s:8:\"selected\";}s:8:\"location\";a:16:{s:13:\"is_front_page\";s:1:\"0\";s:7:\"is_home\";s:1:\"1\";s:11:\"is_singular\";s:1:\"0\";s:9:\"is_single\";s:1:\"0\";s:7:\"is_page\";s:1:\"0\";s:13:\"is_attachment\";s:1:\"0\";s:9:\"is_search\";s:1:\"0\";s:6:\"is_404\";s:1:\"0\";s:10:\"is_archive\";s:1:\"1\";s:7:\"is_date\";s:1:\"0\";s:6:\"is_day\";s:1:\"0\";s:8:\"is_month\";s:1:\"0\";s:7:\"is_year\";s:1:\"0\";s:11:\"is_category\";s:1:\"0\";s:6:\"is_tag\";s:1:\"0\";s:9:\"is_author\";s:1:\"0\";}s:10:\"word_count\";a:3:{s:15:\"check_wordcount\";s:1:\"0\";s:20:\"check_wordcount_type\";s:4:\"less\";s:10:\"word_count\";s:0:\"\";}s:3:\"url\";a:1:{s:4:\"urls\";s:0:\"\";}s:11:\"admin_notes\";a:1:{s:5:\"notes\";s:0:\"\";}}s:10:\"archives-4\";a:5:{s:6:\"incexc\";a:1:{s:9:\"condition\";s:8:\"selected\";}s:8:\"location\";a:16:{s:13:\"is_front_page\";s:1:\"0\";s:7:\"is_home\";s:1:\"1\";s:11:\"is_singular\";s:1:\"0\";s:9:\"is_single\";s:1:\"0\";s:7:\"is_page\";s:1:\"0\";s:13:\"is_attachment\";s:1:\"0\";s:9:\"is_search\";s:1:\"0\";s:6:\"is_404\";s:1:\"0\";s:10:\"is_archive\";s:1:\"1\";s:7:\"is_date\";s:1:\"0\";s:6:\"is_day\";s:1:\"0\";s:8:\"is_month\";s:1:\"0\";s:7:\"is_year\";s:1:\"0\";s:11:\"is_category\";s:1:\"0\";s:6:\"is_tag\";s:1:\"0\";s:9:\"is_author\";s:1:\"0\";}s:10:\"word_count\";a:3:{s:15:\"check_wordcount\";s:1:\"0\";s:20:\"check_wordcount_type\";s:4:\"less\";s:10:\"word_count\";s:0:\"\";}s:3:\"url\";a:1:{s:4:\"urls\";s:0:\"\";}s:11:\"admin_notes\";a:1:{s:5:\"notes\";s:0:\"\";}}s:6:\"text-8\";a:5:{s:6:\"incexc\";a:1:{s:9:\"condition\";s:8:\"selected\";}s:8:\"location\";a:16:{s:13:\"is_front_page\";s:1:\"0\";s:7:\"is_home\";s:1:\"1\";s:11:\"is_singular\";s:1:\"0\";s:9:\"is_single\";s:1:\"0\";s:7:\"is_page\";s:1:\"0\";s:13:\"is_attachment\";s:1:\"0\";s:9:\"is_search\";s:1:\"0\";s:6:\"is_404\";s:1:\"0\";s:10:\"is_archive\";s:1:\"1\";s:7:\"is_date\";s:1:\"0\";s:6:\"is_day\";s:1:\"0\";s:8:\"is_month\";s:1:\"0\";s:7:\"is_year\";s:1:\"0\";s:11:\"is_category\";s:1:\"0\";s:6:\"is_tag\";s:1:\"0\";s:9:\"is_author\";s:1:\"0\";}s:10:\"word_count\";a:3:{s:15:\"check_wordcount\";s:1:\"0\";s:20:\"check_wordcount_type\";s:4:\"less\";s:10:\"word_count\";s:0:\"\";}s:3:\"url\";a:1:{s:4:\"urls\";s:0:\"\";}s:11:\"admin_notes\";a:1:{s:5:\"notes\";s:0:\"\";}}s:8:\"search-4\";a:5:{s:6:\"incexc\";a:1:{s:9:\"condition\";s:8:\"selected\";}s:8:\"location\";a:16:{s:13:\"is_front_page\";s:1:\"0\";s:7:\"is_home\";s:1:\"1\";s:11:\"is_singular\";s:1:\"0\";s:9:\"is_single\";s:1:\"0\";s:7:\"is_page\";s:1:\"0\";s:13:\"is_attachment\";s:1:\"0\";s:9:\"is_search\";s:1:\"0\";s:6:\"is_404\";s:1:\"0\";s:10:\"is_archive\";s:1:\"1\";s:7:\"is_date\";s:1:\"0\";s:6:\"is_day\";s:1:\"0\";s:8:\"is_month\";s:1:\"0\";s:7:\"is_year\";s:1:\"0\";s:11:\"is_category\";s:1:\"0\";s:6:\"is_tag\";s:1:\"0\";s:9:\"is_author\";s:1:\"0\";}s:10:\"word_count\";a:3:{s:15:\"check_wordcount\";s:1:\"0\";s:20:\"check_wordcount_type\";s:4:\"less\";s:10:\"word_count\";s:0:\"\";}s:3:\"url\";a:1:{s:4:\"urls\";s:0:\"\";}s:11:\"admin_notes\";a:1:{s:5:\"notes\";s:0:\"\";}}s:6:\"text-9\";a:5:{s:6:\"incexc\";a:1:{s:9:\"condition\";s:8:\"selected\";}s:8:\"location\";a:16:{s:13:\"is_front_page\";s:1:\"0\";s:7:\"is_home\";s:1:\"1\";s:11:\"is_singular\";s:1:\"0\";s:9:\"is_single\";s:1:\"0\";s:7:\"is_page\";s:1:\"0\";s:13:\"is_attachment\";s:1:\"0\";s:9:\"is_search\";s:1:\"0\";s:6:\"is_404\";s:1:\"0\";s:10:\"is_archive\";s:1:\"1\";s:7:\"is_date\";s:1:\"0\";s:6:\"is_day\";s:1:\"0\";s:8:\"is_month\";s:1:\"0\";s:7:\"is_year\";s:1:\"0\";s:11:\"is_category\";s:1:\"0\";s:6:\"is_tag\";s:1:\"0\";s:9:\"is_author\";s:1:\"0\";}s:10:\"word_count\";a:3:{s:15:\"check_wordcount\";s:1:\"0\";s:20:\"check_wordcount_type\";s:4:\"less\";s:10:\"word_count\";s:0:\"\";}s:3:\"url\";a:1:{s:4:\"urls\";s:0:\"\";}s:11:\"admin_notes\";a:1:{s:5:\"notes\";s:0:\"\";}}s:23:\"feedburneremailwidget-3\";a:5:{s:6:\"incexc\";a:1:{s:9:\"condition\";s:8:\"selected\";}s:8:\"location\";a:16:{s:13:\"is_front_page\";s:1:\"0\";s:7:\"is_home\";s:1:\"1\";s:11:\"is_singular\";s:1:\"0\";s:9:\"is_single\";s:1:\"0\";s:7:\"is_page\";s:1:\"0\";s:13:\"is_attachment\";s:1:\"0\";s:9:\"is_search\";s:1:\"0\";s:6:\"is_404\";s:1:\"0\";s:10:\"is_archive\";s:1:\"1\";s:7:\"is_date\";s:1:\"0\";s:6:\"is_day\";s:1:\"0\";s:8:\"is_month\";s:1:\"0\";s:7:\"is_year\";s:1:\"0\";s:11:\"is_category\";s:1:\"0\";s:6:\"is_tag\";s:1:\"0\";s:9:\"is_author\";s:1:\"0\";}s:10:\"word_count\";a:3:{s:15:\"check_wordcount\";s:1:\"0\";s:20:\"check_wordcount_type\";s:4:\"less\";s:10:\"word_count\";s:0:\"\";}s:3:\"url\";a:1:{s:4:\"urls\";s:0:\"\";}s:11:\"admin_notes\";a:1:{s:5:\"notes\";s:0:\"\";}}s:6:\"text-5\";a:6:{s:6:\"incexc\";a:1:{s:9:\"condition\";s:4:\"show\";}s:8:\"location\";a:16:{s:13:\"is_front_page\";s:1:\"0\";s:7:\"is_home\";s:1:\"0\";s:11:\"is_singular\";s:1:\"0\";s:9:\"is_single\";s:1:\"0\";s:7:\"is_page\";s:1:\"0\";s:13:\"is_attachment\";s:1:\"0\";s:9:\"is_search\";s:1:\"0\";s:6:\"is_404\";s:1:\"0\";s:10:\"is_archive\";s:1:\"0\";s:7:\"is_date\";s:1:\"0\";s:6:\"is_day\";s:1:\"0\";s:8:\"is_month\";s:1:\"0\";s:7:\"is_year\";s:1:\"0\";s:11:\"is_category\";s:1:\"0\";s:6:\"is_tag\";s:1:\"0\";s:9:\"is_author\";s:1:\"0\";}s:10:\"word_count\";a:3:{s:15:\"check_wordcount\";s:1:\"0\";s:20:\"check_wordcount_type\";s:4:\"less\";s:10:\"word_count\";s:0:\"\";}s:3:\"url\";a:1:{s:4:\"urls\";s:0:\"\";}s:11:\"urls_invert\";a:1:{s:11:\"urls_invert\";s:0:\"\";}s:11:\"admin_notes\";a:1:{s:5:\"notes\";s:0:\"\";}}}','yes'),
(175519,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1785095486;s:7:\"checked\";a:2:{s:11:\"astra-child\";s:5:\"1.0.0\";s:5:\"astra\";s:5:\"1.3.4\";}s:8:\"response\";a:1:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.13.6\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.13.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),
(227212,'yarpp_activate_timestamp','1562765188','no'),
(482115,'widget_aioseo-breadcrumb-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(617958,'aioseo_options_dynamic_network_localized','a:10:{s:37:\"searchAppearance_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_content\";s:37:\"searchAppearance_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";s:42:\"searchAppearance_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),
(617604,'aioseo_options_dynamic_localized','a:10:{s:37:\"searchAppearance_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_content\";s:37:\"searchAppearance_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";s:42:\"searchAppearance_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),
(617605,'aioseo_options_dynamic','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"disabled\"}},\"taxonomies\":{\"category\":{\"show\":false,\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":[]}}','yes'),
(617959,'aioseo_options_dynamic_network','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"disabled\"}},\"taxonomies\":{\"category\":{\"show\":false,\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":[]}}','yes'),
(307174,'action_scheduler_hybrid_store_demarkation','4162','yes'),
(307175,'schema-ActionScheduler_StoreSchema','3.0.1608641351','yes'),
(307176,'schema-ActionScheduler_LoggerSchema','2.0.1608641351','yes'),
(378598,'aioseo_options_internal_network','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.1.5.2\",\"migratedVersion\":\"3.7.1\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[\"autogenerateDescriptions\"]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}}}','yes'),
(378599,'aioseo_options_internal_network_lite','{\"internal\":{\"activated\":0,\"firstActivated\":0,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),
(378600,'aioseo_options_v3','a:90:{s:9:\"aiosp_can\";s:2:\"on\";s:12:\"aiosp_donate\";N;s:16:\"aiosp_home_title\";s:105:\"Deborah Brody Marketing Communications: Washington, DC-based copywriting, advertising, marketing services\";s:22:\"aiosp_home_description\";s:83:\"Providing writing, copy editing and communications consulting on a freelance basis.\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:23:\"aiosp_max_words_excerpt\";N;s:20:\"aiosp_rewrite_titles\";s:2:\"on\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:20:\"aiosp_use_categories\";s:0:\"\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:14:\"aiosp_cap_cats\";s:2:\"on\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:16:\"aiosp_debug_info\";N;s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:13:\"aiosp_enabled\";s:1:\"1\";s:17:\"aiosp_enablecpost\";N;s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:16:\"aiosp_seopostcol\";N;s:18:\"aiosp_seocustptcol\";N;s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:12:\"aiosp_do_log\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:23:\"aiosp_date_title_format\";s:30:\"%archive_title% | %site_title%\";s:19:\"last_active_version\";s:5:\"3.7.1\";s:20:\"aiosp_togglekeywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %site_title%\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:19:\"aiosp_yandex_verify\";s:0:\"\";s:18:\"aiosp_baidu_verify\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:1:\"1\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %site_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %site_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %site_title%\";s:34:\"aiosp_acf-field-group_title_format\";s:27:\"%post_title% | %site_title%\";s:28:\"aiosp_acf-field_title_format\";s:27:\"%post_title% | %site_title%\";s:32:\"aiosp_schema_search_results_page\";s:1:\"0\";s:33:\"aiosp_schema_social_profile_links\";s:0:\"\";s:28:\"aiosp_schema_site_represents\";s:12:\"organization\";s:30:\"aiosp_schema_organization_name\";s:0:\"\";s:30:\"aiosp_schema_organization_logo\";s:0:\"\";s:24:\"aiosp_schema_person_user\";s:1:\"1\";s:25:\"aiosp_schema_phone_number\";s:0:\"\";s:25:\"aiosp_schema_contact_type\";s:4:\"none\";s:23:\"aiosp_rss_content_after\";s:51:\"The post %post_link% first appeared on %site_link%.\";}','yes'),
(378605,'aioseo_options_network','{\"internal\":{\"searchAppearanceDynamicBackup\":{\"postTypes\":[],\"taxonomies\":[]},\"socialFacebookDynamicBackup\":{\"postTypes\":[],\"taxonomies\":[]}},\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"alexa\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":null,\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for %\",\"searchResultFormat\":\"Search for \'%\'\",\"errorFormat404\":\"404 Error: page not found\",\"showCurrentItem\":true,\"linkCurrentItem\":false},\"rssContent\":{\"before\":null,\"after\":\"The post #post_link first appeared on #site_link.\"},\"advanced\":{\"truSeo\":true,\"seoAnalysis\":true,\"dashboardWidget\":true,\"announcements\":true,\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"dynamic\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":{\"category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"post_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\",\"dynamic\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"}},\"taxonomies\":{\"category\":{\"objectType\":\"article\"},\"post_tag\":{\"objectType\":\"article\"}},\"archives\":[]}},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"|\",\"siteTitle\":\"Deborah Brody Marketing Communications: Washington, DC-based copywriting, advertising, marketing services\",\"metaDescription\":\"Providing writing, copy editing and communications consulting on a freelance basis.\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":\"1\",\"organizationName\":\"\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":\"manual\",\"contactTypeManual\":\"none\"}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":false,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":false,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":true,\"dynamicallyGenerateKeywords\":true,\"pagedFormat\":\"- Part #page_number\"},\"archives\":{\"author\":{\"show\":false,\"title\":\"#author_name | #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":false,\"title\":\"#archive_title | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":true,\"title\":\"#search_term | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}},\"dynamic\":{\"postTypes\":{\"post\":{\"show\":true,\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":null,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"bulkEditing\":\"enabled\",\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true}},\"page\":{\"show\":true,\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"bulkEditing\":\"enabled\",\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true}},\"attachment\":{\"show\":true,\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"bulkEditing\":\"enabled\",\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"redirectAttachmentUrls\":\"disabled\"}},\"taxonomies\":{\"category\":{\"show\":false,\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true}},\"post_tag\":{\"show\":true,\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true}}},\"archives\":[]}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":\"\",\"advanced\":true,\"trackingDomain\":\"\",\"multipleDomains\":false,\"additionalDomains\":\"\",\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[\"\"],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":false,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}','yes'),
(576384,'widget_aioseo-html-sitemap-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(576386,'aioseo_dynamic_settings_backup','{}','yes'),
(378606,'aioseo_options_network_lite','{\"advanced\":{\"usageTracking\":false}}','yes'),
(378607,'aioseo_options_network_localized','a:10:{s:33:\"searchAppearance_global_siteTitle\";s:105:\"Deborah Brody Marketing Communications: Washington, DC-based copywriting, advertising, marketing services\";s:39:\"searchAppearance_global_metaDescription\";s:83:\"Providing writing, copy editing and communications consulting on a freelance basis.\";s:45:\"searchAppearance_dynamic_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:51:\"searchAppearance_dynamic_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:36:\"searchAppearance_archives_date_title\";s:28:\"#archive_title | #site_title\";s:38:\"searchAppearance_archives_author_title\";s:26:\"#author_name | #site_title\";s:38:\"searchAppearance_archives_search_title\";s:26:\"#search_term | #site_title\";}','yes'),
(269852,'aioseop_detected_conflicting_plugins','a:0:{}','yes'),
(695625,'subscribe2_allow_tracking','no','yes'),
(695626,'subscribe2_tracking_notice','hide','yes'),
(307180,'aioseo_options_internal','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.1.5.2\",\"migratedVersion\":\"3.7.1\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[\"autogenerateDescriptions\"]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_custom_image_width\\\",\\\"og_custom_image_height\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"tabs\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"location\\\",\\\"local_seo\\\",\\\"created\\\",\\\"updated\\\"]}\"}}','yes'),
(307181,'aioseo_options_internal_lite','{\"internal\":{\"activated\":0,\"firstActivated\":1608641352,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),
(307184,'aioseo_options','{\"internal\":{\"searchAppearanceDynamicBackup\":{\"postTypes\":[],\"taxonomies\":[]},\"socialFacebookDynamicBackup\":{\"postTypes\":[],\"taxonomies\":[]}},\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"alexa\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":null,\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for %\",\"searchResultFormat\":\"Search for \'%\'\",\"errorFormat404\":\"404 Error: page not found\",\"showCurrentItem\":true,\"linkCurrentItem\":false},\"rssContent\":{\"before\":null,\"after\":\"The post #post_link first appeared on #site_link.\"},\"advanced\":{\"truSeo\":true,\"seoAnalysis\":true,\"dashboardWidget\":true,\"announcements\":true,\"autoUpdates\":\"none\",\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"dynamic\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":{\"category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"post_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\",\"dynamic\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"}},\"taxonomies\":{\"category\":{\"objectType\":\"article\"},\"post_tag\":{\"objectType\":\"article\"}},\"archives\":[]}},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"article\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"|\",\"siteTitle\":\"Deborah Brody Marketing Communications: Washington, DC-based copywriting, advertising, marketing services\",\"metaDescription\":\"Providing writing, copy editing and communications consulting on a freelance basis.\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":\"1\",\"organizationName\":\"\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":\"manual\",\"contactTypeManual\":\"none\"}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":false,\"nofollowPaginated\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":false,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":false,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":true,\"dynamicallyGenerateKeywords\":true,\"pagedFormat\":\"- Part #page_number\"},\"archives\":{\"author\":{\"show\":false,\"title\":\"#author_name | #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":false,\"title\":\"#archive_title | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":true,\"title\":\"#search_term | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}},\"dynamic\":{\"postTypes\":{\"post\":{\"show\":true,\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":null,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"bulkEditing\":\"enabled\",\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true}},\"page\":{\"show\":true,\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"bulkEditing\":\"enabled\",\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true}},\"attachment\":{\"show\":true,\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"bulkEditing\":\"enabled\",\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"redirectAttachmentUrls\":\"disabled\"}},\"taxonomies\":{\"category\":{\"show\":false,\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true}},\"post_tag\":{\"show\":true,\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true}}},\"archives\":[]}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[]},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":\"\",\"advanced\":true,\"trackingDomain\":\"\",\"multipleDomains\":false,\"additionalDomains\":\"\",\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[\"\"],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":false,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}','yes'),
(307185,'aioseo_options_lite','{\"advanced\":{\"usageTracking\":false}}','yes'),
(307186,'aioseo_options_localized','a:10:{s:33:\"searchAppearance_global_siteTitle\";s:105:\"Deborah Brody Marketing Communications: Washington, DC-based copywriting, advertising, marketing services\";s:39:\"searchAppearance_global_metaDescription\";s:83:\"Providing writing, copy editing and communications consulting on a freelance basis.\";s:45:\"searchAppearance_dynamic_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:51:\"searchAppearance_dynamic_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:36:\"searchAppearance_archives_date_title\";s:28:\"#archive_title | #site_title\";s:38:\"searchAppearance_archives_author_title\";s:26:\"#author_name | #site_title\";s:38:\"searchAppearance_archives_search_title\";s:26:\"#search_term | #site_title\";}','yes'),
(307187,'action_scheduler_lock_async-request-runner','1638364756','yes'),
(1031141,'_site_transient_wp_theme_files_patterns-fd26fc83723ea9d7bf7ad1845d7de927','a:2:{s:7:\"version\";s:5:\"1.3.4\";s:8:\"patterns\";a:0:{}}','off'),
(1031063,'_site_transient_timeout_browser_f1f6b29a6cc1f79a0fea05b885aa33d0','1785689524','off'),
(1028749,'_site_transient_timeout_browser_d4428e781767e4fadc61eed60bded2f7','1785104369','off'),
(1028750,'_site_transient_browser_d4428e781767e4fadc61eed60bded2f7','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"152.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";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;}','off'),
(1028751,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1785104369','off'),
(1028752,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','off'),
(998949,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),
(880475,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(880442,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(792660,'widget_a2a_follow_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(880443,'wp_page_for_privacy_policy','0','on'),
(880444,'show_comments_cookies_opt_in','1','on'),
(880445,'admin_email_lifespan','1794664084','on'),
(880446,'disallowed_keys','','off'),
(880447,'comment_previously_approved','1','on'),
(880448,'auto_plugin_theme_update_emails','a:0:{}','off'),
(880449,'auto_update_core_dev','enabled','on'),
(880450,'auto_update_core_minor','enabled','on'),
(880451,'auto_update_core_major','unset','on'),
(880452,'wp_force_deactivated_plugins','a:0:{}','off'),
(880453,'wp_attachment_pages_enabled','1','on'),
(880455,'user_count','22','off'),
(1031139,'_site_transient_wp_theme_files_patterns-bca7dafddfa29b94102f3fff0d7e894b','a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}','off'),
(1031140,'_site_transient_timeout_wp_theme_files_patterns-fd26fc83723ea9d7bf7ad1845d7de927','1785105557','off'),
(1031138,'_site_transient_timeout_wp_theme_files_patterns-bca7dafddfa29b94102f3fff0d7e894b','1785105557','off'),
(1031142,'_site_transient_timeout_theme_roots','1785105557','off'),
(1031143,'_site_transient_theme_roots','a:2:{s:11:\"astra-child\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";}','off'),
(880462,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"d4c194055311dd6a9e111c5556cddc2a\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(880461,'recovery_keys','a:0:{}','off'),
(880488,'acf_site_health','{\"version\":\"6.8.6\",\"plugin_type\":\"Free\",\"update_source\":\"wordpress.org\",\"wp_version\":\"7.0.2\",\"mysql_version\":\"5.5.5-10.11.18-MariaDB\",\"is_multisite\":false,\"active_theme\":{\"name\":\"Astra Child\",\"version\":\"1.0.0\",\"theme_uri\":\"\",\"stylesheet\":false},\"parent_theme\":{\"name\":\"Astra\",\"version\":\"1.3.4\",\"theme_uri\":\"http:\\/\\/wpastra.com\\/\",\"stylesheet\":false},\"active_plugins\":{\"add-to-any\\/add-to-any.php\":{\"name\":\"AddToAny Share Buttons\",\"version\":\"1.8.18\",\"plugin_uri\":\"https:\\/\\/www.addtoany.com\\/\"},\"advanced-custom-fields\\/acf.php\":{\"name\":\"Advanced Custom Fields\",\"version\":\"6.8.6\",\"plugin_uri\":\"https:\\/\\/www.advancedcustomfields.com\"},\"akismet\\/akismet.php\":{\"name\":\"Akismet Anti-spam: Spam Protection\",\"version\":\"5.7\",\"plugin_uri\":\"https:\\/\\/akismet.com\\/\"},\"classic-editor\\/classic-editor.php\":{\"name\":\"Classic Editor\",\"version\":\"1.7.0\",\"plugin_uri\":\"https:\\/\\/wordpress.org\\/plugins\\/classic-editor\\/\"},\"feedburner-email-widget\\/widget-feedburner-email.php\":{\"name\":\"Feedburner Email Widget\",\"version\":\"1.2.1\",\"plugin_uri\":\"https:\\/\\/wyrihaximus.net\\/projects\\/wordpress\\/feedburner-email-widget\\/?utm_source=wordpress_install&utm_medium=details&utm_campaign=feedburner-email-widget\"},\"pdf-print\\/pdf-print.php\":{\"name\":\"PDF & Print by BestWebSoft\",\"version\":\"2.4.7\",\"plugin_uri\":\"https:\\/\\/bestwebsoft.com\\/products\\/wordpress\\/plugins\\/pdf-print\\/\"},\"10to8-online-booking\\/10to8-online-appointment-booking.php\":{\"name\":\"Sign In Scheduling Online Booking Widget\",\"version\":\"1.1.0\",\"plugin_uri\":\"http:\\/\\/10to8.com?utm_source=wp_plugin&utm_medium=existing_platforms\"},\"analyticstracking\\/analyticstracking.php\":{\"name\":\"Simple Google Analytics Plugin\",\"version\":\"1.0\",\"plugin_uri\":\"http:\\/\\/rachelmccollin.com\"},\"slickquiz\\/slickquiz.php\":{\"name\":\"SlickQuiz\",\"version\":\"1.3.7.1\",\"plugin_uri\":\"http:\\/\\/github.com\\/jewlofthelotus\\/SlickQuiz-WordPress\"},\"ssl-insecure-content-fixer\\/ssl-insecure-content-fixer.php\":{\"name\":\"SSL Insecure Content Fixer\",\"version\":\"2.7.2\",\"plugin_uri\":\"https:\\/\\/ssl.webaware.net.au\\/\"},\"subscribe2\\/subscribe2.php\":{\"name\":\"Subscribe2\",\"version\":\"10.45\",\"plugin_uri\":\"https:\\/\\/getwemail.io\"},\"widget-context\\/widget-context.php\":{\"name\":\"Widget Context\",\"version\":\"1.4.0\",\"plugin_uri\":\"https:\\/\\/widgetcontext.com\"},\"wp-biographia\\/wp-biographia.php\":{\"name\":\"WP Biographia\",\"version\":\"4.0.0\",\"plugin_uri\":\"https:\\/\\/www.vicchi.org\\/wp-biographia\\/\"},\"wp-print-friendly\\/wp-print-friendly.php\":{\"name\":\"WP Print Friendly\",\"version\":\"0.6.4\",\"plugin_uri\":\"http:\\/\\/oomphinc.com\\/plugins-modules\\/wp-print-friendly\\/\"},\"yet-another-related-posts-plugin\\/yarpp.php\":{\"name\":\"Yet Another Related Posts Plugin (YARPP)\",\"version\":\"5.30.11\",\"plugin_uri\":\"https:\\/\\/yarpp.com\\/\"}},\"ui_field_groups\":\"2\",\"php_field_groups\":\"0\",\"json_field_groups\":\"0\",\"rest_field_groups\":\"0\",\"all_location_rules\":[\"page_type==posts_page\",\"page_type==front_page\"],\"number_of_fields_by_type\":{\"text\":1,\"wysiwyg\":1},\"number_of_third_party_fields_by_type\":[],\"post_types_enabled\":true,\"ui_post_types\":\"0\",\"json_post_types\":\"0\",\"ui_taxonomies\":\"0\",\"json_taxonomies\":\"0\",\"rest_api_format\":\"light\",\"admin_ui_enabled\":true,\"field_type-modal_enabled\":true,\"field_settings_tabs_enabled\":false,\"shortcode_enabled\":true,\"registered_acf_forms\":\"0\",\"json_save_paths\":1,\"json_load_paths\":1,\"ai_enabled\":false,\"schema_support\":false,\"schema_ready_objects\":{\"blocks\":0,\"post_types\":0},\"last_updated\":1785076605}','off'),
(1029411,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1785095486;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:12:{s:25:\"add-to-any/add-to-any.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/add-to-any\";s:4:\"slug\";s:10:\"add-to-any\";s:6:\"plugin\";s:25:\"add-to-any/add-to-any.php\";s:11:\"new_version\";s:6:\"1.8.18\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/add-to-any/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/add-to-any.1.8.18.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";s:3:\"svg\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/add-to-any/assets/banner-1544x500.png?rev=2167358\";s:2:\"1x\";s:65:\"https://ps.w.org/add-to-any/assets/banner-772x250.png?rev=2167357\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"6.8.6\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.8.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";s:3:\"svg\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=3374528\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=3374528\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:44:\"eb965a1b8de35bdf61b5dfba6fd86445/bbpress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/bbpress\";s:4:\"slug\";s:7:\"bbpress\";s:6:\"plugin\";s:44:\"eb965a1b8de35bdf61b5dfba6fd86445/bbpress.php\";s:11:\"new_version\";s:6:\"2.6.14\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/bbpress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.6.14.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";s:3:\"svg\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";s:2:\"1x\";s:61:\"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/bbpress/assets/banner-1544x500-rtl.png?rev=1534011\";s:2:\"1x\";s:66:\"https://ps.w.org/bbpress/assets/banner-772x250-rtl.png?rev=1534011\";}s:8:\"requires\";s:3:\"6.0\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:23:\"pdf-print/pdf-print.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/pdf-print\";s:4:\"slug\";s:9:\"pdf-print\";s:6:\"plugin\";s:23:\"pdf-print/pdf-print.php\";s:11:\"new_version\";s:5:\"2.4.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pdf-print/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pdf-print.2.4.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/pdf-print/assets/icon-256x256.gif?rev=2580392\";s:2:\"1x\";s:62:\"https://ps.w.org/pdf-print/assets/icon-128x128.gif?rev=2580392\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pdf-print/assets/banner-1544x500.jpg?rev=2251897\";s:2:\"1x\";s:64:\"https://ps.w.org/pdf-print/assets/banner-772x250.jpg?rev=2251897\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";}s:57:\"10to8-online-booking/10to8-online-appointment-booking.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/10to8-online-booking\";s:4:\"slug\";s:20:\"10to8-online-booking\";s:6:\"plugin\";s:57:\"10to8-online-booking/10to8-online-appointment-booking.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/10to8-online-booking/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/10to8-online-booking.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/10to8-online-booking/assets/icon.svg?rev=2975123\";s:3:\"svg\";s:65:\"https://ps.w.org/10to8-online-booking/assets/icon.svg?rev=2975123\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/10to8-online-booking/assets/banner-1544x500.png?rev=2975123\";s:2:\"1x\";s:75:\"https://ps.w.org/10to8-online-booking/assets/banner-772x250.png?rev=2975123\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.5\";}s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/ssl-insecure-content-fixer\";s:4:\"slug\";s:26:\"ssl-insecure-content-fixer\";s:6:\"plugin\";s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/ssl-insecure-content-fixer/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/ssl-insecure-content-fixer.2.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/ssl-insecure-content-fixer/assets/icon-256x256.png?rev=2590634\";s:2:\"1x\";s:79:\"https://ps.w.org/ssl-insecure-content-fixer/assets/icon-128x128.png?rev=2590634\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/ssl-insecure-content-fixer/assets/banner-772x250.png?rev=2590634\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:25:\"subscribe2/subscribe2.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/subscribe2\";s:4:\"slug\";s:10:\"subscribe2\";s:6:\"plugin\";s:25:\"subscribe2/subscribe2.php\";s:11:\"new_version\";s:5:\"10.45\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/subscribe2/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/subscribe2.10.45.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/subscribe2/assets/icon-256x256.png?rev=2318630\";s:2:\"1x\";s:63:\"https://ps.w.org/subscribe2/assets/icon-128x128.png?rev=2318630\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/subscribe2/assets/banner-1544x500.png?rev=2318630\";s:2:\"1x\";s:65:\"https://ps.w.org/subscribe2/assets/banner-772x250.png?rev=2318630\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"widget-context/widget-context.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/widget-context\";s:4:\"slug\";s:14:\"widget-context\";s:6:\"plugin\";s:33:\"widget-context/widget-context.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/widget-context/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/widget-context.1.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/widget-context/assets/icon-256x256.png?rev=1919865\";s:2:\"1x\";s:67:\"https://ps.w.org/widget-context/assets/icon-128x128.png?rev=1919865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/widget-context/assets/banner-1544x500.png?rev=1919865\";s:2:\"1x\";s:69:\"https://ps.w.org/widget-context/assets/banner-772x250.png?rev=1919865\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:39:\"wp-print-friendly/wp-print-friendly.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/wp-print-friendly\";s:4:\"slug\";s:17:\"wp-print-friendly\";s:6:\"plugin\";s:39:\"wp-print-friendly/wp-print-friendly.php\";s:11:\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-print-friendly/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/wp-print-friendly.0.6.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:61:\"https://s.w.org/plugins/geopattern-icon/wp-print-friendly.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";}s:42:\"yet-another-related-posts-plugin/yarpp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:46:\"w.org/plugins/yet-another-related-posts-plugin\";s:4:\"slug\";s:32:\"yet-another-related-posts-plugin\";s:6:\"plugin\";s:42:\"yet-another-related-posts-plugin/yarpp.php\";s:11:\"new_version\";s:7:\"5.30.11\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/yet-another-related-posts-plugin/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/yet-another-related-posts-plugin.5.30.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/yet-another-related-posts-plugin/assets/icon-256x256.png?rev=2549977\";s:2:\"1x\";s:85:\"https://ps.w.org/yet-another-related-posts-plugin/assets/icon-128x128.png?rev=2549977\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/yet-another-related-posts-plugin/assets/banner-1544x500.png?rev=2549977\";s:2:\"1x\";s:87:\"https://ps.w.org/yet-another-related-posts-plugin/assets/banner-772x250.png?rev=2549977\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";}}s:7:\"checked\";a:19:{s:25:\"add-to-any/add-to-any.php\";s:6:\"1.8.18\";s:65:\"media-optimization-core-a97ef3/media-optimization-core-a97ef3.php\";s:5:\"2.1.4\";s:30:\"advanced-custom-fields/acf.php\";s:5:\"6.8.6\";s:19:\"akismet/akismet.php\";s:3:\"5.7\";s:44:\"eb965a1b8de35bdf61b5dfba6fd86445/bbpress.php\";s:6:\"2.6.14\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.7.0\";s:51:\"feedburner-email-widget/widget-feedburner-email.php\";s:5:\"1.2.1\";s:42:\"eb965a1b8de35bdf61b5dfba6fd86445/hello.php\";s:5:\"1.0.0\";s:41:\"eb965a1b8de35bdf61b5dfba6fd86445/ahax.php\";s:5:\"1.0.0\";s:23:\"pdf-print/pdf-print.php\";s:5:\"2.4.7\";s:57:\"10to8-online-booking/10to8-online-appointment-booking.php\";s:5:\"1.1.0\";s:39:\"analyticstracking/analyticstracking.php\";s:3:\"1.0\";s:23:\"slickquiz/slickquiz.php\";s:7:\"1.3.7.1\";s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";s:5:\"2.7.2\";s:25:\"subscribe2/subscribe2.php\";s:5:\"10.45\";s:33:\"widget-context/widget-context.php\";s:5:\"1.4.0\";s:31:\"wp-biographia/wp-biographia.php\";s:5:\"4.0.0\";s:39:\"wp-print-friendly/wp-print-friendly.php\";s:5:\"0.6.4\";s:42:\"yet-another-related-posts-plugin/yarpp.php\";s:7:\"5.30.11\";}}','off'),
(1030345,'_site_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1785056157','off'),
(1030346,'_site_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1785012957','off'),
(1030790,'_site_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1785056157','off'),
(1030791,'_site_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Gutenberg Times: WordPress 7.1 Beta 3, AI in Action at #WCUS, Playground UI testing and more — Weekend Edition 370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/wordpress-7-1-beta-3-ai-in-action-at-wcus-playground-ui-testing-and-more-weekend-edition-370/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23268:\"<p class=\"wp-block-paragraph\">Hi,</p>\n\n\n\n<p class=\"wp-block-paragraph\">After a few month dealing with a bad knee and a bad back, I enjoy moving again. As long as the weather is nice, I will be biking, swimming and walking the city with all the tourists that populate downtown Munich. </p>\n\n\n\n<p class=\"wp-block-paragraph\">From an SEO veteran&#8217;s surprisingly upbeat take on WordPress market share to a one-file answer to &#8220;what makes a block theme,&#8221; this week&#8217;s finds dig a little deeper than the usual headlines. There&#8217;s also plenty of hands-on material, whether you want to test 7.1 Beta 3, try the new Playground UI, or get your store ready for agentic commerce.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Enjoy your weekend! </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wcus-2026-has-a-dedicated-ai-track-the-ai-in-action-sessions-are-built-around-the-questions-site-builders-are-actually-sitting-with-right-now-how-do-you-set-guardrails-for-ai-assisted-development-without-losing-client-trust-how-do-you-build-sites-that-serve-ai-agents-as-visitors-not-just-humans-what-are-the-legal-and-ethical-boundaries-when-you-put-ai-tools-in-front-of-clients\"><strong>WCUS 2026 has a dedicated AI track </strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"wcus-2026-has-a-dedicated-ai-track-the-ai-in-action-sessions-are-built-around-the-questions-site-builders-are-actually-sitting-with-right-now-how-do-you-set-guardrails-for-ai-assisted-development-without-losing-client-trust-how-do-you-build-sites-that-serve-ai-agents-as-visitors-not-just-humans-what-are-the-legal-and-ethical-boundaries-when-you-put-ai-tools-in-front-of-clients\">The AI in Action sessions are built around the questions site builders are actually sitting with right now. How do you set guardrails for AI-assisted development without losing client trust? How do you build sites that serve AI agents as visitors, not just humans? What are the legal and ethical boundaries when you put AI tools in front of clients?</p>\n\n\n\n<p class=\"wp-block-paragraph\">They’re practical sessions for developers navigating a workspace that changed faster than anyone planned for. <a href=\"https://us.wordcamp.org/2026/schedule/\">The full schedule is live</a>. If you’re figuring out how AI changes your pricing, your workflow, or your service model, this is a rare room to be in. </p>\n\n\n\n<p class=\"wp-block-paragraph\">August 16–19, Phoenix Convention Center. $100 includes four days, all sessions, lunch, and the community social.<br /><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" style=\"height: 1em;\" /> <a href=\"https://href.li/?https://us.wordcamp.org/2026/tickets/\" rel=\"noopener\" target=\"_blank\">us.wordcamp.org/2026/tickets</a></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://us.wordcamp.org/2026/tickets\"><img alt=\"WordCamp US 2026\" class=\"wp-image-46239\" height=\"256\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-24-at-16.11.31.png?resize=652%2C256&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-3/\"><strong>WordPress 7.1 Beta 3</strong></a> is now available for testing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Rae Morey, The Repository, has the news <a href=\"https://www.therepository.email/wordpress-7-1-beta-3-now-available-punts-unicode-email-support-over-security-concerns\"><strong>WordPress 7.1 Beta 3 Now Available, Punts Unicode Email Support Over Security Concerns</strong></a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Contribute by <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\"><strong>Help Test WordPress 7.1</strong></a> and learn deeply how the new features and blocks work. It&#8217;s a very impactful way to contribute to the open-source project that powers hundreds of millions of websites. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Quite a few Dev notes made it out of the publishing queue this week: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/23/text-shadow-support-in-global-styles/\">Text Shadow Support in Global Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/23/editor-components-updates-in-wordpress-7-1/\">Editor components updates in WordPress 7.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/23/editable-blocks-inside-the-custom-html-block/\">Editable blocks inside the Custom HTML block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/24/react-19-punted-beyond-wordpress-7-1-experiment-in-gutenberg/\">React 19: punted beyond WordPress 7.1, experiment in Gutenberg</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/24/registering-and-rendering-svg-icons-in-wordpress-7-1/\">Registering and rendering SVG icons in WordPress 7.1</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\">Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-46077\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17-edited-1.png?resize=652%2C183&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\">On the WordPress.com blog, <strong>Joe Fylan</strong> explains <a href=\"https://wordpress.com/blog/2026/07/10/what-is-agentic-commerce/\"><strong>what agentic commerce means for your store</strong></a>. AI assistants that discover, compare, and buy products on a shopper&#8217;s behalf. You&#8217;ll get an overview of where  the big AI tools stand on in-chat checkout, plus reassurance that small stores can win with verifiable facts. Fylan&#8217;s checklist for getting ready: clear product descriptions, structured data, and making sure your robots.txt isn&#8217;t blocking the agents you want.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Dave Smith</strong>, core committer and Gutenberg contributor,  thinks <a href=\"https://www.youtube.com/watch?v=PIyNUmX7sFc\">WordPress has a homepage problem — and he built a better version</a> to prove it. In his video, he walks you through why setting a static homepage trips up so many beginners, then demos a prototype exploring a simpler, clearer approach. You can <a href=\"https://getdave.github.io/rsm-editor-prototype\">try the live demo</a> yourself in the browser. Smith wants to know if the direction resonates, so drop your homepage struggles in the video&#8217;s comments.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In episode 226 of the WP Tavern Jukebox podcast, <strong>Nathan Wrigley </strong>talks with <strong>Jessica Lyschik</strong> about <a href=\"https://wptavern.com/podcast/226-jessica-lyschik-on-why-accessibility-in-wordpress-themes-is-easier-than-you-think\">why accessibility in WordPress themes is easier than you think</a>. Fresh from her WordCamp Europe 2026 <a href=\"https://wordpress.tv/2026/06/05/accessibility-in-themes-easier-than-you-think/\">talk,</a> Lyschik walks you through the recently updated accessibility-ready requirements, quick wins like correct HTML tags, alt text, and skip links, and why block themes make much of this effortless because Core handles it. The insight: AI agents navigate your site like screen readers do.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher </strong>digs into <a href=\"https://gutenbergtimes.com/how-wordpress-decides-a-theme-is-a-block-theme/\"><strong>how WordPress decides a theme is a &#8220;block theme&#8221;</strong></a> — and the answer might surprise you. It all comes down to one file: <code>templates/index.html</code> exists, or it doesn&#8217;t. Neither theme.json nor patterns flip the switch, which is why Astra, Kadence, and Blocksy all still test classic. </p>\n\n\n<div class=\"ng-block-8353bfd65b6dccc3 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-1c53de9ab5116f9b wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-f81d787d84adc955 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2025/\">2025</a></strong></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In episode 477 of the WP Builds podcast, <strong>Nathan Wrigley</strong> talks with <strong>Olly Campion </strong>and <strong>Tommy Rocket</strong>t about <a href=\"https://wpbuilds.com/2026/07/23/477-classic-themes-to-block-editor-lessons-from-a-wordpress-plugin-business/\"><strong>lessons from their WordPress plugin business</strong></a> and their block-based plugin Slidey Panel, which slides customizable side panels into any site. You&#8217;ll hear how years of client work revealed a gap in both classic themes and the block editor, the philosophy behind their &#8220;page as panel&#8221; approach, and their candid take on AI, market share shifts, and the future of bespoke agency work.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher</strong> walks you through <a href=\"https://www.youtube.com/watch?v=IwmF28FIt-4\">What&#8217;s New for WordPress Developers for July 2026</a> in his monthly video roundup. You&#8217;ll learn why WordPress 7.0.2 is a must-install security release, how to test React 19 via a runtime flag in Gutenberg 23.4, and what the now-enforced iframed editor means for your themes. He also covers responsive styling, Block Bindings for list items, and MCP support in Playground. Prefer reading? There&#8217;s a <a href=\"https://developer.wordpress.org/news/2026/07/whats-new-for-developers-july-2026/\">companion post on the Developer Blog</a>.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-s-new-with-playground\">What&#8217;s new with Playground</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Playground team wants your <a href=\"https://make.wordpress.org/playground/2026/07/17/help-us-test-the-new-wordpress-playground-ui/\">help testing the new WordPress Playground UI</a> before it officially launches. <strong>Fellyph Cintra </strong>shares four testing modules you can pick from: creating and managing Playgrounds, the Blueprint experience, developer tools like Files and Logs, and import/export workflows. Five minutes on desktop or mobile is enough, and the post walks you through each step. Feedback on text clarity, mechanics, and design goes into the GitHub issue <a href=\"https://github.com/WordPress/wordpress-playground/issues/4092\">#4092.</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Elliott Richmond</strong> shares how he <a href=\"https://elliottrichmond.co.uk/using-wordpress-playground-and-blueprints-to-train-clients-on-block-themes/\"><strong>uses WordPress Playground and Blueprints to train clients on block themes</strong></a>, inspired by WordCamp Europe. For a client migrating from a classic theme, he trimmed a gigabyte-plus database to a 50MB export, then built a Blueprint that loads their actual theme, plugin, and content into a disposable in-browser site. You send one link, the client can safely break things, and a refresh resets everything — no hosting or credentials needed.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wordpress-and-ai\">WordPress and AI </h2>\n\n\n\n<p class=\"wp-block-paragraph\">On the Kinsta blog, <strong>Carlo Daniele</strong> takes <a href=\"https://kinsta.com/blog/wordpress-ai/\"><strong>a deep dive into the WordPress AI integration architecture</strong></a> that arrived with WordPress 7.0. You&#8217;ll learn how the three layers — Connectors, AI Client, and Providers — replace bundled SDKs and provider-specific code with the unified <code>wp_ai_client_prompt()</code> function. Daniele then walks you through building a real plugin, available on GitHub, that transcribes an audio note and converts it into structured Gutenberg blocks via two AI passes.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">An interesting take: On the MemberPress blog, SEO veteran <strong>Curt Noble</strong> argues that <strong><a href=\"https://memberpress.com/blog/wordpress-lost-market-share-got-stronger-heres-why/\">WordPress lost market share and got stronger</a>.</strong> Drawing on twenty years in SEO, including his own private blog network (PBN) days, Noble contends the dip mostly reflects Google demolishing the spam economy that ran on WordPress. Meanwhile, search interest hit a five-year high, WordPress dominates the top 10,000 sites, and the vibe-coding security hangover is sending founders back to proven platforms. Noble&#8217;s bigger point: with the AI Client, Abilities API, and MCP Adapter, WordPress became the platform AI agents can natively and safely operate.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jeff Paul</strong> announced <a href=\"https://make.wordpress.org/ai/2026/07/21/whats-new-in-ai-1-2-0/\"><strong>what&#8217;s new in AI 1.2.0</strong></a>, the latest release of the canonical AI plugin. You&#8217;ll find a new Suggest Reply experiment that drafts contextual comment responses for moderators to review, bulk Content Summary generation for existing content libraries, and two read-only Abilities: <code>core/read-content</code> and <code>core/read-users</code>. The settings screen got simpler, too, with advanced controls now tucked behind an opt-in Developer Tools option. Content Translations and C2PA (Coalition for Content Provenance and Authenticity)  tracking are on the 1.3.0 roadmap.</p>\n\n\n<div class=\"ng-block-8a0dc14b4da59779 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-53b30e2d3f7bd481 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-781dd77210257bc0 wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-ee83448b9851bd08 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-34505e81220bb0b7 wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-87d469dece060480 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jul 2026 10:41:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Aaron D. Campbell: WP2Shell: Coordination Was Part of the Protection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://aarondcampbell.com/?p=3026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://aarondcampbell.com/2026/07/wp2shell-coordination-was-part-of-the-protection/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:417:\"<p>WP2Shell showed that coordinated disclosure is more than a private warning. It\'s a system for turning trust, preparation, and fast execution into protection for users.</p>\n<p>The post <a href=\"https://aarondcampbell.com/2026/07/wp2shell-coordination-was-part-of-the-protection/\">WP2Shell: Coordination Was Part of the Protection</a> appeared first on <a href=\"https://aarondcampbell.com\">Aaron D. Campbell</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jul 2026 18:37:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Open Channels FM: Our Guide to Open Channels FM Podcast Network’s Channels, Series, and Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557382\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://openchannels.fm/our-guide-to-open-channels-fm-podcast-networks-channels-series-and-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"A guide to better understand the content, both audio and written that makes the Open Channels Podcast Network what it is today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jul 2026 11:53:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: AI Slop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2026/07/ai-slop/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:461:\"<p class=\"wp-block-paragraph\">If you&#8217;re going to give me AI slop, at least make it fun! Give me <a href=\"https://en.wikipedia.org/wiki/Iambic_pentameter\">iambic pentameter</a>. Make it all rhyme. Have <a href=\"https://suno.com/\">it be a song</a>. I think we&#8217;re under-utilizing the artistic and creative capabilities of models by making them produce work that <a href=\"https://www.pangram.com/\">sort-of-but-not-really looks like human effort</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 20:34:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 7.1 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7521:\"<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 3 is ready for download and testing! </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong> only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 3</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 3 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" rel=\"noreferrer noopener\" target=\"_blank\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" rel=\"noreferrer noopener\" target=\"_blank\">WP-CLI</a> command: <br /><code>wp core update --version=7.1-beta3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" rel=\"noopener\" target=\"_blank\">7.1 Beta 3 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Find out what’s new in WordPress 7.1</strong>: Read the <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\">Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience. <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\" rel=\"noopener\" target=\"_blank\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\" rel=\"noopener\" target=\"_blank\">via WordPress Trac</a>. You can also check your issue against this list of <a href=\"https://core.trac.wordpress.org/tickets/major\" rel=\"noopener\" target=\"_blank\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 7.1 Beta 3?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">For technical details on the more than <strong>71 issues</strong> addressed since Beta 1, see the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F15%2F2026..07%2F22%2F2026&amp;milestone=7.1&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed 7.1 WordPress Core Trac tickets</a> since July 15, 2026</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.1?since=2026-07-15&amp;until=2026-07-22\">7.1 Gutenberg commits</a> since July 15, 2026</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Note: <strong>Beta 2 was released on July 17, 2026</strong>, as part of the <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">WordPress 7.0.2 release</a> and includes important security fixes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Beta 3 introduces two improvements to styling.</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Applying local style changes globally is no longer an all-or-nothing action. The <a href=\"https://github.com/WordPress/gutenberg/pull/79839\" rel=\"noopener\" target=\"_blank\">Apply globally</a> option in the block inspector now opens a quick review step, allowing you to choose which modified styles to apply globally while keeping the rest as local overrides.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Other notable fixes include improvements to media uploads: long animated GIF uploads no longer hang, images rotated using EXIF metadata are processed correctly, and uploading a single HEIC image in Safari no longer creates two entries.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The editor also includes additional fixes for Notes, responsive styling, and custom CSS. For developers, WordPress Coding Standards has been updated to version 3.4.0.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/2026/05/22/extending-unicode-support-in-email-addresses-usernames-and-slugs/\" rel=\"noopener\" target=\"_blank\">Unicode email address support</a> will <strong>not be included</strong> in WordPress 7.1. The work will continue in a community plugin, allowing broader testing of compatibility, security, and data-handling considerations.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Fresh bugs surface now,<br />click by click, we chase them down—<br />codebase grows steady.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a class=\"mention\" href=\"https://profiles.wordpress.org/krupajnanda/\"><span class=\"mentions-prefix\">@</span>krupajnanda</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/annezazu/\"><span class=\"mentions-prefix\">@</span>annezazu</a>, <br /><a class=\"mention\" href=\"https://profiles.wordpress.org/wildworks/\"><span class=\"mentions-prefix\">@</span>wildworks</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/amykamala/\"><span class=\"mentions-prefix\">@</span>amykamala</a> <em>for proofreading and review.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Join us for the launch of WordPress 7.1 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a>, August 16–19.</figcaption></figure>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 15:23:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Benjamin Zekavica\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-17/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"Talk about the intersection of open source software and business, rapid security response amid AI advancements, the importance of fundamentals in AI implementation, and concise content creation for engaging media.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 13:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: #226 – Jessica Lyschik on Why Accessibility in WordPress Themes Is Easier Than You Think\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/podcast/226-jessica-lyschik-on-why-accessibility-in-wordpress-themes-is-easier-than-you-think\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55129:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, why accessibility in WordPress themes is easier than you think.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Jessica Lyschik. Jessica is a longtime member of the WordPress community who&#8217;s been working in the ecosystem since 2015. She&#8217;s spent years learning and advocating for web accessibility, both as a developer and as an active community participant, joining agencies, working on theme reviews, and helping improve standards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many theme creators assume that making themes accessible is an intimidating task, but Jessica&#8217;s here to show you that achieving an accessibility ready WordPress theme is more straightforward than you might imagine.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Her WordCamp Europe 2026 presentation, accessibility in themes, easier than you think, aimed to demystify the requirements for accessible themes. Explaining what the WordPress guidelines mean in practise, where the low hanging fruit is, and how both block and classic themes can reach accessibility ready status with manageable efforts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We talk about the personal and moral journey that brings developers to accessibility. The technical hurdles and documentation challenges, and the ways in which things like AI agents are putting accessibility in the spotlight for everyone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jessica talks about practical steps that quickly improve accessibility, like using correct HTML tags, adding alternative text to images, and configuring skip to content links, and shares why building accessibility in from the start saves time and effort down the road.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We also explore the differences, and possible advantages, of block themes when it comes to accessibility, and why theme guidelines work the way they do, and the importance of interdisciplinary awareness across SEO, design, and content teams.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jessica mentions helpful resources, influential leaders in accessibility, and the ongoing need for documentation improvements to help everyone level up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;ve ever felt overwhelmed by accessibility requirements, or wonder why they matter, and how you can build better WordPress sites that work for everyone, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Jessica Lyschik.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Jessica Lyschik. Hello, Jessica.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:39] <strong>Jessica Lyschik:</strong> Hi Nathan.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:41] <strong>Nathan Wrigley:</strong> Nice to have you with us. This is my second interview at WordCamp Europe 2026. We&#8217;re in a beautiful, big media room. I&#8217;ve got to say, this is one of the nicest spaces I&#8217;ve ever had for these kind of interviews, so that&#8217;s really nice.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jessica has already done, I want to say presentation but maybe it was a workshop. I&#8217;m not sure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:57] <strong>Jessica Lyschik:</strong> No, it was a regular talk actually, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:59] <strong>Nathan Wrigley:</strong> Okay. And how did it go?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:00] <strong>Jessica Lyschik:</strong> It went super well, except for my slides went missing in between. That wasn&#8217;t so great. But the audience was very respectful of that, and I made a bit fun of it, so they laughed for a second and I tried, the media guys tried to fix that. We got it fixed in the end. I would&#8217;ve winged it anyway because I, like I knew what was coming up. But it&#8217;s always good to have your slides. It&#8217;s like seeing them, because for me it&#8217;s also visual reminder. It&#8217;s like, I need to see what I&#8217;m talking about, so I&#8217;m not losing track of it. But yeah, this was just a little technical hiccup. But overall I got very great feedback so far on my talk, and I&#8217;m very glad.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There were also quite a lot of people. I did not expect this many. And that makes me just super happy that people are actually interested in this topic, although it is sort of scary for some of them if they even like try to touch this topic. We can probably get into the details later. Yeah, just overall like, what does it do? Why do I need that? These unanswered questions that they have that they were like, ah, no, I&#8217;m not really interested into that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:01] <strong>Nathan Wrigley:</strong> Oh, that&#8217;s nice a big reception.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:03] <strong>Jessica Lyschik:</strong> Yeah. And that&#8217;s just great to see because I think just as we all grow older, and I even noticed that, and I&#8217;ve said that in my talk, like I kind of get to appreciate when a website is accessible. I mean I&#8217;m still have a long time to go, hopefully in my life, but I start to appreciate the small things that make just browsing websites easier, to be honest.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:23] <strong>Nathan Wrigley:</strong> So I guess we should introduce the subject and then give you a chance to introduce yourself because it feels like in this context, the subject at hand, it&#8217;s important to know that you know what you are doing. It&#8217;s not, well, I suppose it&#8217;s a general skill in that it should be something most people know an awful lot about. But I fear that that&#8217;s not the case.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the presentation that you&#8217;ve just given was called accessibility in themes, easier than you think. That&#8217;s nicely phrased. Let&#8217;s get them through the door.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then the blurb that went with that, I&#8217;ll just read that into the record then everybody knows what we&#8217;re talking about. So it says, many theme developers assume accessibility ready requirements are hard to meet, but that&#8217;s rarely true. This session shares practical insights for real theme reviews, and shows how both block and classic themes can reach accessibility ready status with manageable effort.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s the context of what we&#8217;re going to talk about today. However, as I just alluded to, could you just tell us a bit about you, how long you&#8217;ve been using WordPress, and then I guess if you want to focus a bit on your accessibility credentials and what you&#8217;ve been doing in that space.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:23] <strong>Jessica Lyschik:</strong> Yeah, of course. So yeah, I&#8217;ve been using WordPress, I think I started around 2005 or 6 already. So like dipped my toes into it, played with it around, just got a feel for it. But actually professionally, I started out in 2015 in the WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Before that, I already joined the community. So I was working at another place that did not use WordPress before. And then in 2015 I joined a WordPress agency. Today they&#8217;re called Syde, for anyone who&#8217;s wondering. And ever since I&#8217;ve been into WordPress that long.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And accessibility in that case I have, I think it was a gradual process more of. It was not just like, I&#8217;m now doing accessibility. That just didn&#8217;t happen. It was, I learned it over time. And when I started learning about how to create a website accessibility was absolutely not a thing. No one cared about it. And it just became more and more aware for people, for developers, especially in the past couple years. I think we still have some way to go but like, as I said earlier, there were so many people interested in my talk. So I think we&#8217;re now at a pace where things get really interesting for many more people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And yeah, I learned a lot along the way. Made a lot of mistakes along the way. But I&#8217;m glad I&#8217;m learning this. I&#8217;m still learning. So it&#8217;s always something that you continuously learn, because I think the hardest part to grasp for people is that, if you are abled, it&#8217;s like you can see, you can hear, you can navigate a device with your own hands, all stuff like that, you take it for granted.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And if you suddenly see or people tell you the perspective of like a blind person, a person who&#8217;s deaf, a person who may not be able to use a device like you do, maybe have a hand injury, or no hands anymore, that&#8217;s also happening. Then you start to wonder, okay, how do these people actually like use websites or use their phones or computers? And there are many different ways to do that. And I think if you have the chance to learn about this, it is absolutely eye-opening.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also then, there was a talk at WordCamp Leipzig this year, but also last year, I attended last year, by a blind person. And her brother was also blind. He was a developer. And they shared like how bad some websites are, and how they struggle to like get the information out of the website, and what crazy, crazy stuff people are doing to their websites that do not make it accessible for these people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then you are sitting there and wondering, oh my God. And sometimes I have to say, I even did this in the past and I didn&#8217;t know, but I&#8217;m glad today that I learned about this and make a better web essentially. Yeah, that&#8217;s why I&#8217;m here sharing my knowledge.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:11] <strong>Nathan Wrigley:</strong> It kind of sounds for me, so when I talk about accessibility, there&#8217;s always two strands to it. There&#8217;s like this legal bit where the governments are increasingly talking about things that will happen to you as a company that builds websites if you don&#8217;t follow guidelines. So that&#8217;s one side.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But there&#8217;s also this moral side. There&#8217;s the side of, we ought to do this despite what the law says. You know, it&#8217;s just a necessary thing. And it feels to me as if your journey in this was a moral one.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:38] <strong>Jessica Lyschik:</strong> More of, yes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:39] <strong>Nathan Wrigley:</strong> Yeah, there was a definite need here. You know, in the real world when you see somebody, let&#8217;s say somebody who&#8217;s sitting in a wheelchair and they&#8217;re trying to get into a post office and there&#8217;s a step that they can&#8217;t get over, there&#8217;s no bit of you which doesn&#8217;t see that as unjust. Every bit of you says that character can&#8217;t get over that step. That&#8217;s wrong.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And yet, the bit of the world which is becoming increasingly the way that we interact, you know, we book flights, we file our taxes, we do our banking, we, all of these things, they&#8217;re completely invisible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Most of the time we&#8217;re doing the internet by ourselves. You know, we might be sitting on a train, but nevertheless it&#8217;s a solitary activity, or we&#8217;re in our own home or whatever. And these pitfalls, the equivalent of the step in front of the post office is totally invisible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it also seems that the voice of the people whose lives are made more difficult is just drowned out. Somehow that anger that they must feel never seems to rise to the top quite enough that we all take the necessary steps.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I don&#8217;t know if any of that landed, and there was definitely no question there, but I&#8217;ll hand it back to you if any of that resonates.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:49] <strong>Jessica Lyschik:</strong> No, I think you, you&#8217;ve put it absolutely right. And the invisibility is the thing, because a step for us is visually, like we see it I mean. If you&#8217;re blind, you&#8217;re not seeing it. But let&#8217;s put it away for a second. But in the web, the invisibility is like the key thing. And I just talked to Anne-Mieke Bovelett about, who&#8217;s doing another accessibility talk this afternoon. She told me about like a company where they put effort into their website, making it more accessible. And their sales actually increased. So it can definitely help. This is just one example.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But there&#8217;s also a new player in the field that will probably even increase the interest in accessibility, and that is AI agents. Because AI agents, they do not see a website as we do visually. They rely on that the website is technically built correctly. Google actually just last month announced that they will focus on this. They will focus on the accessibility for the AI agent. I have put a link in my slides to that document. This is basically, I think something that will be easier to grasp for people for some weird reason. But it&#8217;s made more visible to them because if an AI agent cannot read your website, and I know we are probably still at the very beginning of this AI agent stuff, but I think this will increase over the next couple months or even years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:14] <strong>Nathan Wrigley:</strong> That&#8217;s really interesting because when an individual, let&#8217;s go back 10 years, when an individual is creating a website, every single bit that you have to achieve is a minute of work or another minute or 20 minutes or an hour or what have you. And so there was this whole thing of just building the website, especially when page builders and things like that came along, just building the website to see what it looks like. And that whole accessibility layer just basically gets ignored.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, that&#8217;s what you&#8217;ve just said is curious because the AI agent building the website, to the AI agent, that&#8217;s kind of no extra work to get it right, if you know what I mean? If it&#8217;s configured to do all of the bits correctly, I&#8217;m using air quotes around the word correctly, then in theory it should be quite a good custodian of accessibility when it&#8217;s building things. I guess only time will tell whether that actually happens.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:08] <strong>Jessica Lyschik:</strong> Yeah, but it&#8217;s also for like, not the agents itself building, but also the agents visiting your website. Especially if you do like, I think shopping will be the one thing that if you say, hey, I don&#8217;t know what the best coffee or what, this is like a good topic. Yeah, okay, here are three options. And then, okay, buy me option one, a kilo of these beans or whatever. The AI agent, if the shop is accessible, the AI agent could do the shopping for you. This is where things are going and progressing towards, that you are not actively anymore the person who actually goes to the online shop, puts it in the cart, goes to the checkout and does all that stuff for you. But if the agent knows all that, it can do it for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:50] <strong>Nathan Wrigley:</strong> Can I ask a question then? Because I may have, I think I&#8217;ve understood what you were just saying and curiously, I&#8217;ve never had that thought, the one that you&#8217;ve just expressed. I want to know if I&#8217;ve got it right. Are you saying that in a world in which we increasingly ask AI to achieve things on the web for us, if it&#8217;s built with accessibility in mind, it&#8217;s more likely to be able to achieve the result of, let&#8217;s say, buy me a kilo of coffee.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:14] <strong>Jessica Lyschik:</strong> Yep.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:15] <strong>Nathan Wrigley:</strong> That&#8217;s so interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:16] <strong>Jessica Lyschik:</strong> Yeah because like, Anne-Mieke, whom I just talked about, shared a long document with me recently and I was just reading through it and was like, yeah, of course. Of course, if we technically do things right, we use the right elements, we do the right descriptions for everything that a computer, because AI agent is just a computer. Like assistive technology, like a screen reader who needs to read the right structure out of it and to fit the right content. But also is able to interact with stuff, like click on that button, put that in the cart, go to the checkout and so on. It&#8217;s basically the same. An AI agent is a screen reader.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:53] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s really interesting. I&#8217;m thinking of a map where I&#8217;m trying to get to a destination, but the map has no directions. Imagine a scenario where we set off from one place and our destination is here. What you are saying is all the instructions in between to get from the start to the end can be read if the HTML and all of the bits and pieces wrapped up in that are correct. I had never had that thought before. That&#8217;s so interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:17] <strong>Jessica Lyschik:</strong> Yeah, that&#8217;s very interesting. And I did not focus too much on this topic in my talk, but I wanted to put it in there at least in one slide to give like the food for thought that people can actually think about it because this is like what&#8217;s hyped right now. I have not tried out this whole agent thing yet, but like from a developer perspective, I can totally see that this is something that will increasingly help AI agents to achieve stuff.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:41] <strong>Nathan Wrigley:</strong> Yeah. And presumably make it so that a whole tranche of people who struggle with the web as it is currently might be able to interact with their voice or whatever other technique they use. We&#8217;ve completely gone off the rails, but that was such an interesting aside, thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:58] <strong>Jessica Lyschik:</strong> Yeah, I think this is something interesting to share. And as I said, I wanted to focus more on the technical details in my talk, so I left it kind of out. But I think it&#8217;s a great opportunity to share it here with you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:08] <strong>Nathan Wrigley:</strong> Yeah. That was lovely. Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So let&#8217;s go back to the WordPress bits and pieces then, and I&#8217;ll just do the title again because hopefully that&#8217;ll refresh it in listeners&#8217; minds. Accessibility in themes, easier than you think. Dear listener, if you&#8217;ve been using WordPress for any length of time, you&#8217;ll know that the themes still plays a giant part in the structure of your website and the way that people experience it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So where are we at then in the year 2026? Does the theme still represent a huge part of accessibility? In your experience, is it easier than most people think to get an accessible website in the year 2026? We&#8217;ll get into block based themes and classic themes and all that in a minute. But essentially what I&#8217;m asking is, is it an easier thing to get right than most people imagine?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:51] <strong>Jessica Lyschik:</strong> Yes, because I think what scares people off from my own experience, there are requirements to get the accessibility ready tag in the wordpress.org theme repository. And these requirements, if you first read them, they&#8217;ll sound a bit cryptic and you do not really understand what they actually mean.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In my talk, I was trying to combine this, what the requirement says with what is actually meant by that. Because right now, and this is something I would like to improve for the future, I&#8217;ve already talked to people about this, and I will have another chat with Rian Rietveld about it later, or tomorrow. Let&#8217;s see when we can make that happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because right now the requirements read like, okay, this must be achieved. This is what the website should do. Then there are some testing instructions, but you&#8217;re not told how to achieve it. What do you technically need to do in order to do that?</p>\n\n\n\n<p class=\"wp-block-paragraph\">I noticed this while I was reworking. I found out about the requirements also just a month ago because the requirements got updated. I have a theme in the wordpress.org repository and I tried to apply these new rules and have another fresh look at it. I got the accessibility ready tag for this already when I first got the theme into the repository. But like it was a good refresher to like go over all the requirements because they have slightly changed a bit, they added new ones.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When I was there, I was like, okay, like I understand this now because I have learned about accessibility over the past couple years. For someone who is fresh to this topic and doesn&#8217;t know too much about it, it&#8217;s hard to understand. Because there are some descriptions of things like, basically what it means is that you need to use, for example, the right HTML tags, header, footer, the main tag. We have section and aside, which are available in HTML 5. But the requirements does not say this explicitly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think this is where probably most people have gotten stuck in the past, because they did not understand like, what is actually required from me technically? Because the texts are not so much focused on that. And this is something I would like to contribute as well, to give back and to enhance. So it&#8217;s not there yet, but hopefully sooner than later we can add all this information so it gets even easier for people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because if you&#8217;ve done a website and you know about the HTML, you know about maybe a little bit of CSS, you know how to achieve this. You just need to connect the dots to what is relevant for accessibility and how do you do this in your HTML essentially.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:20] <strong>Nathan Wrigley:</strong> Yeah, I guess that&#8217;s a bit of a shame really, isn&#8217;t it? Is that the documentation is difficult to follow because I feel that accessibility is one of those things where if something is difficult it can get dropped basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:33] <strong>Jessica Lyschik:</strong> Yeah, people won&#8217;t do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:34] <strong>Nathan Wrigley:</strong> Yeah, because the majority of people browsing the internet can browse the internet despite your accessibility efforts, that will be the standard that they&#8217;re aiming for in most cases. So if it&#8217;s difficult to achieve these things and the documentation&#8217;s not really straightforward, every time somebody comes across a question and thinks, I don&#8217;t really know the answer to that, probably the quickest thing to do is just to, ah, push it to one side and not press through. But you obviously have and made it a bit of a goal.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So is there a particular accessibility requirement that developers in your estimation kind of overestimate the difficulty of? What I&#8217;m asking here really is about some low hanging fruit that you know about. In the scenario that we&#8217;ve just described where it&#8217;s easy to get put off and to sort of say to yourself, okay, I can&#8217;t do this. I&#8217;m wondering there are some sort of quick wins that you could describe that people could maybe achieve within the next half an hour, once they sat down at their machines?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:27] <strong>Jessica Lyschik:</strong> Yeah, I think there are definitely some. There is like underlining text in your main content, just underline the text. It&#8217;s one line of CSS, text declaration underline. For links, obviously, not for the entire text.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And there is like, as I said, the HTML tags. With block themes, it&#8217;s super easy. For example, you just need to configure that correctly in the editor, or use the correct template part and it&#8217;s basically done for you. Core does that. This is one advantage of block themes, but we can dive into this deeper later. Or the skip to content links also in block themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As an example, in block themes it is just like putting the content block in a group and assigning the main HTML tag to that group. And WordPress does the rest for you. It&#8217;s just like assigning this one little setting correctly and then you get automatically a skip a content link for block themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:18] <strong>Nathan Wrigley:</strong> Yeah, but curiously, if you didn&#8217;t know that small fact, that WordPress would handle that for you, if you don&#8217;t know, you don&#8217;t know. And you&#8217;d presumably go around the houses trying to figure that out for yourself and implement some custom version of that thing. Whereas in fact, what, three clicks, four seconds and you&#8217;re done.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:33] <strong>Jessica Lyschik:</strong> It&#8217;s super easy, yep.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:33] <strong>Nathan Wrigley:</strong> Yeah. Any more before we move on?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:35] <strong>Jessica Lyschik:</strong> I think these are like the most, absolutely the low hanging fruit is also if you use any images to add an alternative text. I think this is probably the most common one people already know. It is so easy. And even WordPress, even if you use classic themes, it&#8217;s already in the media library, the alternative text field. For block themes you have it directly at the image so it&#8217;s already in front of you. You just need to use it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:57] <strong>Nathan Wrigley:</strong> Yeah, you just not ignore it basically. Yeah, that&#8217;s true.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So has this become kind of a habit for you then, over the last period of time since you&#8217;ve taken more and more interest in this? Have you got to the point now where this is just how it works? You know, in the same way that I drive a car and I use the gears and that&#8217;s all just second nature. Is it like that for you when you are building your themes? Because it&#8217;s now locked away in your head. Every time you do a thing that previously you would&#8217;ve omitted. You are now just in the habit. Has that been a difficult journey or fairly straightforward?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:28] <strong>Jessica Lyschik:</strong> I think it&#8217;s, like starting out with this, it would feel like a bumpy road. But for me it was, it&#8217;s a gradual process. But right now it&#8217;s really like, yeah, I just know that when I use a button in a context that is not like sending off a form to add an aria label to it, it&#8217;s like, it is baked into my brain essentially already because I know.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I just had a very interesting example this week at work where there was a client reaching out saying, hey, we did an accessibility test on our website and it marked like two buttons that did not say what they&#8217;re doing. These were essentially missing the aria label because they had only icons on the buttons, not real text.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if there&#8217;s just an icon, the screen reader cannot read, what is this button for, essentially, with just an icon? The win here was just to add the aria labels, because the fields were already there. This was also part of the Greyd.Suite, so from our product so I knew how to put it in there. And then it was like, oh no, like I have to do this 12 times, my colleague said. And I was like, yeah, okay, then you have to do it twice, 12 times. So 24 times. But be happy it&#8217;s not 200 times you have to do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So, and I said, do not take this personally. This is a great example of why putting accessibility at the very beginning of when you&#8217;re creating this makes life so much easier than rather when you just build a website and then you figure out you have to change 300 buttons. This is probably a crazy number, but just to give you an example, to change all the buttons manually again, going through every single page or whatever you have when you just could have taken the extra step, added the aria label, and then just be done with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:09] <strong>Nathan Wrigley:</strong> Right. That&#8217;s an interesting thought. And also the exasperation of your colleague there kind of perfectly sums up the problem. In that you see it as a problem. Does that mean I&#8217;ve got to do something 24 times? And there&#8217;s this sense of, ugh, I&#8217;ve got to do this work. And it feels like a chore. But then I suppose if you step back and look at what you&#8217;ll actually enable by doing those 24 things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I know that in the workday that&#8217;s hard to do. It&#8217;s hard to sort of step back and say, okay, if I do this thing 24 times, this will be the result, and lots more people will be able to, in this case, view the image.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:42] <strong>Jessica Lyschik:</strong> I mean this was like they started already working on. If you fix it now, you do not have to do it for the coming pages. So if you multiply that with how many pages more you need to do, once you get this one fixed, and ideally you need to change the aria label of the text changes obviously, but this was, I think for a header, in a header, where there was like, I think one sort of popover or popup. Fully accessible by the way, so don&#8217;t worry about that. And also a button to, I think for the phone numbers, like just a phone icon. And they could click on it and it would be something like that, along the lines. I don&#8217;t exactly remember what it was. But it was just like two icons in the header. And if you take that header, use it on, I don&#8217;t know, another 250 sites, you don&#8217;t need to do the work anymore.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:29] <strong>Nathan Wrigley:</strong> Okay. So you are painting a picture in which, get it right at the beginning, follow the guidelines, do the hard work once, then almost the career from then, from this moment forward, your life will be immeasurably easier if you build it into the theme or.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:45] <strong>Jessica Lyschik:</strong> And accessibility will not be taken as, ugh, and I now have to do this all. Because when you do it from the start, you have to make sure at the end of course that it still works. You may have to run into issues and redo stuff. That can happen. But I think you just have saved yourself so much work in the end if that requirement for some reason pops up later or so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:10] <strong>Nathan Wrigley:</strong> I&#8217;m wondering, depending on the kind of nature of where you work, and how you do this. You know, if you&#8217;re a freelance, then this is on you. If you&#8217;re in an agency, then it may be that there&#8217;s somebody, you know, maybe there&#8217;s an SEO person, there&#8217;s a design person, maybe there&#8217;s an accessibility person. But it does feel like the moral argument states everybody should have some insight. Maybe you&#8217;re not right in the weeds of it, but you should have some knowledge of what the low hanging fruit is, at least.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:38] <strong>Jessica Lyschik:</strong> Yeah it&#8217;s, what&#8217;s the right word for it? Interdisciplinary. It is like not just the developer who needs to think of accessibility. It&#8217;s like, okay, we need to because like we provide a technical structure for it. But it also needs to be for the content people who write the blog posts, the pages, whatever, for SEO people to understand that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think accessibility, if you want the entire website to be accessibility, everyone who works on a website needs to know about it. That an SEO person needs to know how to create a skip link, probably not. Or how to use, maybe to use the right text. But for them, the text would be just the, using the right heading structure, for example. This is also a requirement, that you do not use an H3 and then an H6 heading in your content, but you structure it correctly that you have the H1 on the top, and then every next level is H H2, and then every level under that is H3. So this way. They should know about this. But they do not need to know too much about the technical side. Because in the end, it all comes together and creates an accessible website.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:42] <strong>Nathan Wrigley:</strong> In your commentary a few minutes ago, you mentioned that there were some guidelines in order to put a theme on wordpress.org. Is that the nature of it? Is it a guideline, or are there some hard and fast rules, which will prevent a theme getting into the repo based upon a lack of accessibility? What I&#8217;m asking is, are there some things that you must do as of now, or is it very much, okay, if you do this, great, but if you don&#8217;t, we&#8217;ll let your theme pass anyway?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:09] <strong>Jessica Lyschik:</strong> Yeah. Let me explain this. So there&#8217;s this accessibility ready tag. So you have different tags for the themes in the repository. And in order to get the accessibility ready tag, you need to follow the requirements, the accessibility ready requirements, I think it&#8217;s completely called.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And these are as of now 18 requirements. I went through them all in my talk. We&#8217;ve already touched on some of these. Some are really low hanging fruit, some are, one of the newer ones are, a theme should not recommend or require a plugin that is not accessible. This is something else that the team came up with, which is an interesting one. There&#8217;s, I guess a lot of room for discussion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But also another one is to have an accessibility.txt file in your theme. Which basically, it&#8217;s not a standard yet, but like close to a standard sort of, has information about what has been done in terms of accessibility. Are there any classes that you can, CSS classes that you can use to make use of texts for screen readers? So basically hide them visually, or hide these texts or items visually, but still have them read out by screen readers. So they&#8217;re not like discipline none where you just remove that basically from the accessibility tree, but make it still readable for screen readers. And just some more information about that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, you need to meet all these requirements with your theme if you want this tag. But you can still like do not care about accessibility and still get your theme in the repo if you want.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:40] <strong>Nathan Wrigley:</strong> Would you like that to be flipped? Would you like that to be, because I mean we&#8217;re a very open ecosystem, aren&#8217;t we? And would you like to see though a day where you don&#8217;t meet these 18 guidelines, you don&#8217;t get the tag, you don&#8217;t get to play, you&#8217;re not allowed in the repo? Or is that a touch too far?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:56] <strong>Jessica Lyschik:</strong> Let me share some numbers, I think. So there are like 14,700 plus themes in the repository right now. All themes. At least that&#8217;s the number I can access. I don&#8217;t know if there&#8217;s maybe a bit more, I don&#8217;t know. But this is the public number you can access. And out of these themes, I think if I saw the correct number, it&#8217;s like just 270 have the accessibility ready tag. So then that is like 1.5% of all themes who have that tag.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I think it will be extremely hard to force sort of, if you want to flip that, force that onto people. And I think we need to do a more gradual way. And that&#8217;s what I&#8217;m sharing my knowledge because I think it is not that hard. If you can improve the documentation for it, it will be even easier for people. And I think this is the way to go instead of forcing like, because we do not like to be forced to things we do not understand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:50] <strong>Nathan Wrigley:</strong> That&#8217;s right. Yeah, that&#8217;s interesting. I wonder if there&#8217;s a future in which that slowly gets ramped up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:56] <strong>Jessica Lyschik:</strong> I think with the AI agents, we will have an acceleration on this, I guess. So maybe not in WordPress themes, in the repository directly, but I think the attention will be put there and then like, oh, maybe we should make it more accessible. Let&#8217;s read into this. And I think these guidelines are also very interesting, maybe not just for WordPress themes. I mean, of course they&#8217;re for the repository, but you of course can apply them to your own custom theme, definitely. You do not have an absolute check like the team will do for you. But nothing stops you from using them even on a non WordPress site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:30] <strong>Nathan Wrigley:</strong> Do the guidelines, do they feel like they&#8217;re kind of firmly fixed or is it always a movable feast?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:35] <strong>Jessica Lyschik:</strong> They&#8217;re relatively fixed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:37] <strong>Nathan Wrigley:</strong> Okay, so if you were to swat up, for want of a better word, on what there is right now, there&#8217;s a good chance that the rug will not be pulled out from under you in six months, a year, two years time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:46] <strong>Jessica Lyschik:</strong> No, I think the last time the requirements got updated was in 2012, 14. I would need to ask, Joe Dolson did the initial, or was working on the initial thing. And so it has been a while since this got updated and they just got updated last month. So I don&#8217;t think that they will be changing anything.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The one I talked about, not requiring or recommending plugins is the one, this is something, it kind of creates a grey area sort of. And I think this will be put to discussion. It&#8217;s like, I don&#8217;t mind, but I can see many people like really, not raging against it, but like raising questions about it. If this is something that should be a requirement.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I think for like the actual technical stuff, I don&#8217;t think that there&#8217;s much that should change, because like they&#8217;re based on the WCAG requirements. These are like the standard requirements that also have, I&#8217;m not sure if they&#8217;re used on governmental things, like on the European Accessibility Act, but I think they&#8217;re a sort of base for that. And it&#8217;s not like completely this. So the theme requirements are not like the WCAG requirements 100%, but like a subset of it, sort of.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:57] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s a fairly slow moving ship in other words. If you acquire the knowledge today, you&#8217;ve got a good chance that in a year, two years, maybe even five years, the knowledge that you&#8217;ve got will need amending. But most of it will broadly work several years from now.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:11] <strong>Jessica Lyschik:</strong> It&#8217;s with like development in general. So like you always need to be constantly learning. And I think if you learn about accessibility today, I think you&#8217;re in a very good spot. Because like of course we have European Accessibility Act and governmental requirements, at least in Europe we do have them. But I think there&#8217;s already so much information out there, that it should be relatively easy to onboard you. And I think this is just beneficial if you learn, it&#8217;s basically about learning about how to use things correctly. And if you&#8217;ve got that, then you&#8217;re absolutely good to go.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:45] <strong>Nathan Wrigley:</strong> So not that long ago I suppose, we had block themes coming around, which is an entirely different way of creating themes in WordPress. So you&#8217;ve got classic themes, which is the way it always used to be. And now we&#8217;ve got block themes. Is there a striking fundamental difference in the way that you might approach accessibility if you were used to doing block themes? Is there a whole lot more to learn? Maybe it&#8217;s more straightforward if you&#8217;re using block themes. Just tell us about how those two things differ.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:34:08] <strong>Jessica Lyschik:</strong> Yeah. It is more straightforward actually. Core is handling stuff for you. So accessibility just got a tad bit easier if you use block themes actually. In classic themes, you have to do a lot of things manually. You have to make sure that the elements are right, that the skip link is there, for example, things that we touched on already. And in block themes, if you use the correct blocks on the correct structure, Core handles stuff for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, there&#8217;s a requirement labelled form fields. So when you use a form or the form fields should have a label to it. In themes you don&#8217;t really have that because usually you should not put like, something like a form in there. There are two forms that by default come with a theme that are the comments form, but that&#8217;s completely handled by Core. And there&#8217;s the search form on the search results page.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But in block themes, both of them are handled by Core. Both of them are accessible because Core handles it all for you. You just need to place them and actually not do anything to them. It is that straightforward.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And same for like template parts. If you want to use header and footer, just use the template parts and use them. You can assign them a header template part as header of course, and one as footer. And then the HTML text will be automatically added correctly for you. So there&#8217;s not too much that you need to do manually anymore, just get that right.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And as I say, I really love block themes for the much easier accessibility, or the way you can make a block theme accessible. This is so much easier than with a classic theme.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:38] <strong>Nathan Wrigley:</strong> So presumably though, it sounds like there&#8217;s meta knowledge, if you know what I mean. You&#8217;ve got to know which block to put in which spot, and which block wraps this other block, and the parents and the children. But if you learn that, and if you make that, we were talking about habits earlier, if you make that your habit, and then save that habit and save the theme and what have you, you are painting a picture where it&#8217;s significantly more straightforward because you don&#8217;t have to think about it in many cases. Well, that&#8217;s the wrong way of phrasing it. You don&#8217;t have to do that hard work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:07] <strong>Jessica Lyschik:</strong> Exactly. If you have like a, sorry to interrupt you here, but if you have a theme that already gives you the correct examples, you can build off from that theme. For example, if you&#8217;re creating a new template, you can use an existing template and then just adjust it to what you need. If you need to change like colours or something but you have the structure already correct. You do not need to think about doing the structure again and maybe just have a check that it&#8217;s actually the right one. But if you just copy what&#8217;s already there, that is part of the theme, that&#8217;s actually super easy.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:38] <strong>Nathan Wrigley:</strong> I&#8217;m going to link to your presentation, which I know by the time that this goes out will be probably on wordpress.tv, I would&#8217;ve thought by that point. But I&#8217;ll link to your presentation and all of the different bits and pieces.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I&#8217;m curious, who in the WordPress space, and maybe not the WordPress space, maybe outside of that, who do you follow or try to get guidance from? Maybe that&#8217;s a YouTube channel or a blog, or a, I don&#8217;t know, government based website. Maybe it&#8217;s just wordpress.org, I don&#8217;t know. Where do you go to swat up on all of this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:06] <strong>Jessica Lyschik:</strong> Ooh, there are some very good resources out there. So I do follow like people within the WordPress community. I mentioned a few names already, like Joe Dolson, Rian Rietveld, Amber Hinds from Equalize Digital. They do a lot of stuff in that area. And then I also follow Sara Soueidan, she&#8217;s a developer from, I think Lebanon, if I remember correctly. She does great stuff on accessibility. There is a few more names. There are some good resources out there. I can probably research that for you because I cannot remember the names right now.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:39] <strong>Nathan Wrigley:</strong> I&#8217;m putting you on the spot. I&#8217;m sorry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:40] <strong>Jessica Lyschik:</strong> Put me on the spot. That&#8217;s okay. I&#8217;ll share some links with you that you can then put in with the podcast information. There are some great resources both within the WordPress community but also outside of it that can give you a very good overview. And I think it&#8217;s just interesting to follow people who like can build the bridge between, okay, this is a requirement, this is how you technically do it, and this is why you do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:05] <strong>Nathan Wrigley:</strong> I have a friend who&#8217;s recently been on the journey of trying to go from zero to really quite proficient in this space. He&#8217;s found a bunch of YouTube channels and several of the names that you mentioned there, particularly the Lebanese lady that you mentioned.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think followed a course that they put together and found that structure profoundly helpful. The dry documentation, I think was the way it was described on the WCAG website can sometimes I think be a, you know, it&#8217;s hard to get into that in some way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You know, if this all sounds like a lot of work, there&#8217;s definitely resources out there, which, fun is perhaps the wrong word, but make it more engaging. There&#8217;s videos to watch, and channels to follow and blogs to read and all of this. And so it turns this, I&#8217;m doing air quotes, dry subject into something a little bit more manageable and easy to take in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:52] <strong>Jessica Lyschik:</strong> Yes. Yes, because like the WCAG requirements, like they&#8217;re hard to read. It&#8217;s like reading, the HTML 5 spec. This is also super hard to read.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:01] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s the cure for insomnia.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:03] <strong>Jessica Lyschik:</strong> Yeah, sort of. And it&#8217;s, yeah, I think if we have, not more content, but the right content available to people in the right spot, I think this will be beneficial for everyone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:14] <strong>Nathan Wrigley:</strong> Yeah. I think unless there&#8217;s something else you want to cover off, I think, Jessica, I&#8217;ve asked everything I wish to. Is there anything you think we&#8217;ve omitted or are you happy to call it a day there?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:24] <strong>Jessica Lyschik:</strong> I think we&#8217;re, I mean we could go on probably for days. But I think for now it&#8217;s, we&#8217;ve covered every topic.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:32] <strong>Nathan Wrigley:</strong> Well in which case, what I&#8217;ll do, dear listener, if you go to the WP Tavern website and search for Jessica&#8217;s post, I&#8217;m not sure what number it will be as we&#8217;re recording it, go there and anything that we discussed, and any names that we discussed and those kind of things, I&#8217;ll put a link and obviously if Jessica supplies any other things she mentioned, we&#8217;ll add those in as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So Jessica, thank you so much for chatting to me today. And now that your presentation is done, you can relax and enjoy the rest of the spectacle.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:55] <strong>Jessica Lyschik:</strong> Yes. Thank you so much, and thanks for having me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:57] <strong>Nathan Wrigley:</strong> You&#8217;re welcome.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have <a href=\"https://jessicalyschik.de\">Jessica Lyschik</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jessica is a longtime member of the WordPress community who has been working in the ecosystem since 2015. She has spent years learning and advocating for web accessibility, both as a developer and as an active community participant, joining agencies, working on theme reviews, and helping to improve standards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many theme creators assume that making themes accessible is an intimidating task, but Jessica’s here to show you that achieving an accessibility-ready WordPress theme is more straightforward than you might imagine. Her WordCamp Europe 2026 presentation, “Accessibility in themes: easier than you think,” aimed to demystify the requirements for accessible themes, explaining what the WordPress guidelines mean in practice, where the low-hanging fruit is, and how both block and classic themes can reach accessibility-ready status with manageable effort.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We talk about the personal and moral journey that brings developers to accessibility, the technical hurdles and documentation challenges, and the ways in which things like AI agents are putting accessibility in the spotlight for everyone. Jessica talks about practical steps that quickly improve accessibility, like using correct HTML tags, adding alternative text to images, and configuring skip-to-content links, and shares why building accessibility in from the start saves time and effort down the road.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We also explore the differences, and possible advantages, of block themes when it comes to accessibility, why theme guidelines work the way they do, and the importance of interdisciplinary awareness across SEO, design, and content teams. Jessica mentions helpful resources, influential leaders in accessibility, and the ongoing need for documentation improvements to help everyone level up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’ve ever felt overwhelmed by accessibility requirements, or wonder why they matter, and how you can build better WordPress sites that work for everyone, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/accessibility-in-themes-easier-than-you-think/\">Accessibility in themes: easier than you think</a> &#8211; Jessica&#8217;s presentation at WordCamp Europe 2026</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://syde.com\">Syde</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://leipzig.wordcamp.org/2026/\">WordCamp Leipzig 2026</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://greydsuite.com\"> Greyd.Suite</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://developer.wordpress.org/themes/classic-themes/functionality/accessibility/\">Accessibility Handbook</a> &#8211; Theme section</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\">WCAG 2 Overview</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://commission.europa.eu/strategy-and-policy/policies/justice-and-fundamental-rights/disability/european-accessibility-act-eaa_en\">European Accessibility Act (EAA)</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.joedolson.com\"> Joe Dolson</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://rianrietveld.com\">Rian Rietveld</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://amberhinds.com\">Amber Hinds</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.sarasoueidan.com\"> Sara Soueidan</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Open Channels FM: We are Welcoming Automattic as our Newest Sponsor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557268\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://openchannels.fm/we-are-welcoming-automattic-as-our-newest-sponsor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"Automattic is now a sponsor of Open Channels FM Podcast Network, supporting creators with tools for WordPress, WooCommerce, and more, promoting freedom online.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 08:25:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Gutenberg Times: How WordPress decides a theme is a “block theme”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46118\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://gutenbergtimes.com/how-wordpress-decides-a-theme-is-a-block-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20333:\"<p class=\"wp-block-paragraph\">The term &#8220;block theme&#8221; is used a lot in WordPress but it was never really clear to me what that meant exactly from a code point of view.</p>\n\n\n\n<p class=\"wp-block-paragraph\">While researching <a href=\"https://gutenbergtimes.com/the-post-editor-is-going-full-iframe-what-block-developers-need-to-know-before-wordpress-7-1/\">The post editor is going full iframe: what block developers need to know before WordPress 7.1</a>, I learned that the outcome of testing WordPress 7.1 Beta 1 <em>may</em> soften the plan: instead of forcing the iframe for everyone, core might force it only for block themes, while classic themes using blocks with apiVersion 2 or lower keep the current 7.0 behavior. (The linked article covers the 7.0 state of things in full.)<br /><br />If that&#8217;s the split, then the exact definition of &#8220;block theme&#8221; suddenly matters a great deal. So what does core actually check?</p>\n\n\n\n<p class=\"wp-block-paragraph\">The public API is <code>wp_is_block_theme()</code>, which just asks the active theme:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// wp-includes/theme.php (guard clause trimmed)\nfunction wp_is_block_theme() {\n	return wp_get_theme()->is_block_theme();\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// wp-includes/theme.php (guard clause trimmed)</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">function</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">wp_is_block_theme</span><span style=\"color: #D4D4D4;\">() {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">wp_get_theme</span><span style=\"color: #D4D4D4;\">()-&gt;</span><span style=\"color: #DCDCAA;\">is_block_theme</span><span style=\"color: #D4D4D4;\">();</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">And <code>WP_Theme::is_block_theme()</code> is, in its entirety, a file-existence check:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// wp-includes/class-wp-theme.php (caching trimmed)\npublic function is_block_theme() {\n	$paths_to_index_block_template = array(\n		$this->get_file_path( \'/templates/index.html\' ),\n		$this->get_file_path( \'/block-templates/index.html\' ),\n	);\n\n	foreach ( $paths_to_index_block_template as $path ) {\n		if ( is_file( $path ) &amp;&amp; is_readable( $path ) ) {\n			return true;\n		}\n	}\n\n	return false;\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// wp-includes/class-wp-theme.php (caching trimmed)</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">public</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">function</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">is_block_theme</span><span style=\"color: #D4D4D4;\">() {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">$paths_to_index_block_template</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #DCDCAA;\">array</span><span style=\"color: #D4D4D4;\">(</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #569CD6;\">$this</span><span style=\"color: #D4D4D4;\">-&gt;</span><span style=\"color: #DCDCAA;\">get_file_path</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'/templates/index.html\'</span><span style=\"color: #D4D4D4;\"> ),</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #569CD6;\">$this</span><span style=\"color: #D4D4D4;\">-&gt;</span><span style=\"color: #DCDCAA;\">get_file_path</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'/block-templates/index.html\'</span><span style=\"color: #D4D4D4;\"> ),</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	);</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">foreach</span><span style=\"color: #D4D4D4;\"> ( </span><span style=\"color: #9CDCFE;\">$paths_to_index_block_template</span><span style=\"color: #D4D4D4;\"> as </span><span style=\"color: #9CDCFE;\">$path</span><span style=\"color: #D4D4D4;\"> ) {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #C586C0;\">if</span><span style=\"color: #D4D4D4;\"> ( </span><span style=\"color: #DCDCAA;\">is_file</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">$path</span><span style=\"color: #D4D4D4;\"> ) &amp;&amp; </span><span style=\"color: #DCDCAA;\">is_readable</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">$path</span><span style=\"color: #D4D4D4;\"> ) ) {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">			</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">true</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		}</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	}</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">false</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>A theme is a &#8220;block theme&#8221; if it ships an <code>index.html</code> block template</strong>, either in <code>templates/</code>, or in <code>block-templates/</code>, the pre-5.9 legacy location. Nothing else is consulted. That has a few consequences that may surprise people:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><code>theme.json</code> doesn&#8217;t make you a block theme.</strong> Neither do patterns, block template <em>parts</em>, or <code>add_theme_support( \'block-templates\' )</code>. A theme can adopt every one of those &#8220;hybrid&#8221; features and still land on the classic side of this check, because the test only looks for a top-level <code>index.html</code> template.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Child themes inherit the answer.</strong> <code>get_file_path()</code> looks in the child theme first and falls back to the parent, so a child theme of a block theme is a block theme even if the child ships no templates of its own.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>It&#8217;s a filesystem check, not a declaration.</strong> There&#8217;s no header in <code>style.css</code> that opts you in or out. Drop a <code>templates/index.html</code> into a theme and, as far as WordPress is concerned, it <em>is</em> a block theme.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The minimum files required for block and classic themes</h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is the entire minimum viable <strong>block theme</strong> — two files:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>Markdown</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">my-block-theme/\n├── style.css          ← standard theme header\n└── templates/\n    └── index.html     ← this file IS the decider</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D4D4D4;\">my-block-theme/</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">├── style.css          ← standard theme header</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">└── templates/</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">    └── index.html     ← this file IS the decider</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">(WordPress considers a theme valid if it has <code>style.css</code> plus <em>either</em> <code>index.php</code> or <code>templates/index.html</code>, which means for a block theme, <code>index.php</code>, <code>functions.php</code>, and even <code>theme.json</code> are all optional.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">And this is a theme that is <strong>guaranteed to stay classic</strong>:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>Markdown</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">my-classic-theme/\n├── style.css\n└── index.php          ← the classic fallback template</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D4D4D4;\">my-classic-theme/</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">├── style.css</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">└── index.php          ← the classic fallback template</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Staying on the classic side of the check comes down to two conditions:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>No</strong> <strong><code>templates/index.html</code></strong> <strong>and no legacy</strong> <strong><code>block-templates/index.html</code>.</strong> Other block templates don&#8217;t matter: a theme with `templates/single.html` but no `templates/index.html` still tests as classic. (In practice, though, if you&#8217;re shipping block templates, ship the index and be a block theme on purpose.)</li>\n\n\n\n<li><strong>No block-theme parent.</strong> The check falls back to the parent theme, so a child of Twenty Twenty-Five is a block theme no matter what the child contains. To be classic, the whole chain has to be.</li>\n</ol>\n\n\n\n<p class=\"wp-block-paragraph\">Everything else is fair game. <code>theme.json</code>, patterns, <code>add_theme_support( \'block-template-parts\' )</code>` custom templates registered from plugins — none of them flip the switch., patterns, <code>add_theme_support( \'block-template-parts\' )</code>, custom templates registered from plugins: none of them flip the switch.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Where real themes land</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Running that check against some current releases from the theme directory</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Tests <strong>classic</strong></th><th>Tests <strong>block</strong></th></tr></thead><tbody><tr><td>Twenty Twenty-One and every earlier default</td><td>Twenty Twenty-Two and every later default</td></tr><tr><td>Astra, Kadence, Blocksy, Botiga, Sydney, Hello Elementor — <em>all ship <code>theme.json</code></em></td><td></td></tr><tr><td>GeneratePress, Neve, OceanWP, Storefront</td><td></td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Six of the themes in the first column ship <code>theme.json</code>, the marquee &#8220;block&#8221; feature, and still test classic, because the check never looks at <code>theme.json</code><br /><br />Twenty Twenty and OceanWP are another good gotcha: both ship a <code>templates/</code> directory and are still classic, because it&#8217;s full of PHP page templates (<code>template-cover.php</code>, <code>landing.php</code>). The check wants <code>templates/index.html</code> specifically, so &#8220;does it have a templates folder&#8221; is not the indicator you might assume.</p>\n\n\n\n<h3 class=\"wp-block-heading\">How the editor reads it</h3>\n\n\n\n<p class=\"wp-block-paragraph\">On the JavaScript side, the block-theme flag surfaces in two different places, which is worth knowing if you go source-diving.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As an editor setting:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// wp-includes/block-editor.php, get_block_editor_settings()\n$editor_settings&#91;\'__unstableIsBlockBasedTheme\'&#93; = wp_is_block_theme();</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// wp-includes/block-editor.php, get_block_editor_settings()</span></span>\n<span class=\"line\"><span style=\"color: #9CDCFE;\">$editor_settings</span><span style=\"color: #D4D4D4;\">&#91;</span><span style=\"color: #CE9178;\">\'__unstableIsBlockBasedTheme\'</span><span style=\"color: #D4D4D4;\">&#93; = </span><span style=\"color: #DCDCAA;\">wp_is_block_theme</span><span style=\"color: #D4D4D4;\">();</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">and on the REST themes endpoint, which is where <code>@wordpress/core-data</code> picks it up:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php\n$data&#91;\'is_block_theme\'&#93; = $theme->is_block_theme();</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php</span></span>\n<span class=\"line\"><span style=\"color: #9CDCFE;\">$data</span><span style=\"color: #D4D4D4;\">&#91;</span><span style=\"color: #CE9178;\">\'is_block_theme\'</span><span style=\"color: #D4D4D4;\">&#93; = </span><span style=\"color: #9CDCFE;\">$theme</span><span style=\"color: #D4D4D4;\">-&gt;</span><span style=\"color: #DCDCAA;\">is_block_theme</span><span style=\"color: #D4D4D4;\">();</span></span></code></pre></div>\n\n\n\n<h2 class=\"wp-block-heading\">The one-file switch</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><br />For all the weight the term carries, &#8220;block theme&#8221; boils down to a single file: <code>templates/index.html</code> exists, or it doesn&#8217;t. Not <code>theme.json</code>, not patterns, not any amount of hybrid adoption. Just one index template, checked up the parent chain.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s worth keeping in mind if 7.1 does end up drawing the iframe line at <code>wp_is_block_theme()</code>. A hybrid theme that has adopted everything <em>except</em> block templates would keep the classic editor behavior, while adding a single <code>templates/index.html</code> (even accidentally, even in a parent theme you don&#8217;t control) would flip a site to the forced iframe. If your theme or your users&#8217; sites sit anywhere near that line, now is a good time to check which side of it you&#8217;re actually on: it&#8217;s one <code>is_file()</code> call away.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2026 18:57:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ryan Welcher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Open Channels FM: The Growth of Domain Names and the Future of AI in Internet Identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://openchannels.fm/the-growth-of-domain-names-and-the-future-of-ai-in-internet-identity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"This episode looks at the evolving online landscape, focusing on domain names, digital identity, and AI\'s influence. Key insights include rising domain registrations, AI in managing abuse, and the importance of open source.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2026 13:41:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Open Channels FM: Open Source and the Open Source Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://openchannels.fm/open-source-and-the-open-source-initiative/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"People think Open Source is just about having access to the source code. Actually, there&#8217;s a much longer history behind it. Open Source existed before the term Open Source was even coined, back in the late 60s. Universities started giving away software like Unix for free under small licenses like BSD or MIT, coincidentally named [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2026 12:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WordCamp Central: WordCamp Rajshahi 2026: Celebrating Community, Learning, and Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://central.wordcamp.org/?p=15457333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://central.wordcamp.org/news/2026/07/wordcamp-rajshahi-2026-celebrating-community-learning-and-open-source/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8004:\"<p class=\"wp-block-paragraph\">WordCamp Rajshahi 2026, held on July 2nd-3rd, 2026, at the Rajshahi University of Engineering &amp; Technology (RUET) Auditorium, brought together WordPress enthusiasts, developers, designers, business owners, students, and open-source contributors from across Bangladesh and beyond. As a non-profit, community-driven conference, the event demonstrated the strength of collaboration, knowledge sharing, and the spirit of open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">More than just a technology conference, WordCamp Rajshahi became a place where people connected, exchanged ideas, and inspired one another to contribute to the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sharing Knowledge That Matters</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The conference featured a diverse lineup of local and international speakers who shared practical experiences, real-world case studies, and emerging trends shaping the web today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Artificial intelligence was one of the most discussed topics throughout the event. Sessions explored how AI is transforming the way developers and businesses work—from integrating AI into WordPress without writing code to building customer support agents, using modern Large Language Models (LLMs) for development, debugging applications, and improving everyday workflows.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Performance, architecture, and security also received significant attention. Speakers demonstrated advanced WordPress optimization techniques, object caching strategies, no-code animations using GSAP, methods for identifying system vulnerabilities, and practical approaches to cleaning malware-infected WordPress websites with AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Beyond technical sessions, the conference emphasized personal and professional growth. Attendees learned about building successful careers, transitioning from startups to multinational companies, product marketing, the realities of remote work, and maintaining mental well-being while working in the technology industry.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day: Giving Back to WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day, held on July 2, served as one of the most meaningful parts of the event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Participants worked alongside experienced WordPress contributors and Table Leads to improve the WordPress project itself. Whether they contributed to Core, Accessibility, Themes, Plugins, Polyglots (translations), Education, or Photos, attendees experienced firsthand how community collaboration built the global WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For many first-time contributors, it was their first opportunity to make a direct contribution to one of the world&#8217;s largest open-source projects.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Campus Connect: Inspiring the Next Generation</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the highlights of WordCamp Rajshahi 2026 was the <strong>Campus Connect</strong> initiative.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To encourage student participation in open source, <strong>40 university students</strong> received <strong>complimentary tickets</strong> to attend the event. This initiative introduced young learners to the WordPress community, allowing them to interact with experienced professionals, attend technical sessions, and discover opportunities to contribute to open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">By investing in students today, the community hopes to cultivate the next generation of developers, designers, and contributors who will help shape the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sponsors Who Made It Possible</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp events are made possible through the generous support of organizations that believe in strengthening the open-source ecosystem. Rather than simply sponsoring an event, these companies invest in community growth and knowledge sharing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This year, the sponsorship tiers celebrated Rajshahi&#8217;s famous mango heritage.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Fazli Majesty (Platinum Sponsors)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://webappick.com/\" rel=\"noopener\" target=\"_blank\">WebAppick</a>,</li>\n\n\n\n<li><a href=\"https://fluentcart.com/\" rel=\"noopener\" target=\"_blank\">FluentCart</a>,</li>\n\n\n\n<li><a href=\"https://xcloud.host/\" rel=\"noopener\" target=\"_blank\">xCloud</a>.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Himsagar Legacy (Gold Sponsor)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://hosting.com/\" rel=\"noopener\" target=\"_blank\">Hosting.com</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Amrapali Delight (Silver Sponsors)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://paymentform.io/\" rel=\"noopener\" target=\"_blank\">PaymentForm.io</a></li>\n\n\n\n<li><a href=\"https://kirki.com/\" rel=\"noopener\" target=\"_blank\">Kirki</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Community Sponsors</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.google.com/url?sa=E&amp;q=https%3A%2F%2Fcrowdzonebd.com%2F\" rel=\"noopener\" target=\"_blank\">Crowd Zone</a>,</li>\n\n\n\n<li><a href=\"https://exprovia.com/\" rel=\"noopener\" target=\"_blank\">Exprovia</a>,</li>\n\n\n\n<li>NT Tech Innovation,</li>\n\n\n\n<li><a href=\"https://padmazon.com.bd/\" rel=\"noopener\" target=\"_blank\">Padmazon Limited</a>,</li>\n\n\n\n<li><a href=\"https://shapedplugin.com/\" rel=\"noopener\" target=\"_blank\">ShapedPlugin</a>,</li>\n\n\n\n<li><a href=\"https://sigmative.com/\" rel=\"noopener\" target=\"_blank\">Sigmative</a>,</li>\n\n\n\n<li><a href=\"https://timetics.ai/\" rel=\"noopener\" target=\"_blank\">Timetics AI</a>,</li>\n\n\n\n<li><a href=\"https://wpbakery.com/\" rel=\"noopener\" target=\"_blank\">WPBakery</a>.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Official Partners</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>FM Networks (Internet Partner)</li>\n\n\n\n<li>TNR Soft (Payment Gateway Partner)</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Their support enabled the community to deliver a world-class experience while keeping the event affordable and accessible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank You to Everyone Behind the Scenes</h2>\n\n\n\n<p class=\"wp-block-paragraph\">An event of this scale is never the work of a single person.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Our sincere appreciation goes to every speaker and Contributor Day table lead who generously shared their knowledge and experience with the community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We are equally grateful to our organizers and volunteers. From sponsorship coordination, website management, registration, design, photography, audiovisual production, venue operations, food management, and attendee support, every team member played a vital role in ensuring the event ran smoothly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Their dedication transformed months of planning into an unforgettable experience for every attendee.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking Ahead</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Rajshahi 2026 demonstrated what is possible when passionate volunteers, contributors, sponsors, and community members work toward a common goal.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The event was more than a conference—it was a celebration of learning, collaboration, and the open-source values that make WordPress one of the world&#8217;s most successful communities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As the community continues to grow, the relationships built, ideas shared, and contributions made during WordCamp Rajshahi 2026 will inspire future events and encourage even more people to participate in the global WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s to many more WordCamps, more contributors, and a stronger open-source community in Bangladesh and beyond.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2026 19:05:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Nazmul Hosen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Gutenberg Times: #WCUS Schedule, iframed Post Editor, WooCommerce 11.0 and so much more — Weekend Edition 369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46063\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://gutenbergtimes.com/wcus-schedule-iframed-post-editor-woocommerce-11-0-and-so-much-more-weekend-edition-369/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23671:\"<p class=\"wp-block-paragraph\">Hi there!</p>\n\n\n\n<p class=\"wp-block-paragraph\">What a week! WordPress 7.1 Beta 1 (and Beta 2) arrived with a huge array of updates. We&#8217;ll unpack them together over the next four weeks, right up to the final release on August 19, 2026.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One thing shouldn&#8217;t wait, though: the security release WordPress 7.0.2. Go update your production sites now — this newsletter will still be here when you&#8217;re back. <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png\" style=\"height: 1em;\" /></p>\n\n\n\n<p class=\"wp-block-paragraph\">In this edition, you&#8217;ll also find the first speaker lineup for WordCamp US, a fourth page-builder migration story, WooCommerce 11.0 on the horizon, and plenty of block development goodness:  from iframed editors to on-brand maintenance pages.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Grab your favorite Saturday beverage and dig in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordCamp US 2026: Four Tracks, Three Workshops, 33 Speakers</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://us.wordcamp.org/2026/announcing-our-first-round-of-speakers-2/\"><img alt=\"First speaker spotlight WordCamp US&gt; \" class=\"wp-image-46081\" height=\"343\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Speakers-WordCamp-Us.png?resize=652%2C343&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The first wave of WCUS 2026 speakers is live — and it reads like a who&#8217;s-who of WordPress in practice.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US just <a href=\"https://us.wordcamp.org/2026/speakers/\">published its opening lineup</a> for August 16–19 in Phoenix: 34 confirmed speakers so far, including <strong>K Adam White, Brian Coords, Jamie Marsland, Kathy Zant, Miriam Schwab, and Robert Abela</strong>, all experienced developers, educators, security specialists, community builders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program runs four tracks. </p>\n\n\n\n<ul class=\"wp-block-list has-small-font-size\">\n<li><strong>AI in Action</strong> leads with sessions on agentic workflows, AI search, and guardrails for AI-assisted development. </li>\n\n\n\n<li><strong>Honing Your Skills</strong> covers the practical side: maintenance, privacy compliance, creator commerce, security. </li>\n\n\n\n<li><strong>Technical WordPress</strong> digs into block migrations at scale, WP-CLI automation, and plugin pipelines. </li>\n\n\n\n<li><strong>Beginning WP101</strong> is the on-ramp for newcomers — or for clients you&#8217;re bringing along.</li>\n\n\n\n<li>Three <strong>hands-on workshop</strong>s round out the program, where you build something real in the room and leave with it.<br /></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The full session schedule isn&#8217;t out yet, but the speaker list alone is a useful signal. If someone on that page is a voice you follow, a tool you depend on, or a corner of WordPress you&#8217;re actively navigating, you now have a specific reason to be in the room.<br /><br /><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" style=\"height: 1em;\" /> <a href=\"https://us.wordcamp.org/2026/tickets\" rel=\"noopener\" target=\"_blank\">us.wordcamp.org/2026/tickets</a> — $100 General Admission · $750 Micro-Sponsor (includes listing on the sponsors page) <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f465.png\" style=\"height: 1em;\" /> <a href=\"https://us.wordcamp.org/2026/speakers/\" rel=\"noopener\" target=\"_blank\">Full speaker list →</a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\"><strong>WordPress 7.1 Beta </strong>1</a> was release on July 15, 2026.  is now available for testing. The release post offers instructions how to sent up a test side and shows an extensive list of new features. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The security team released <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\"><strong>WordPress 7.0.2</strong></a> with the urgent appeal to update right away. The security fixes were also backported in 6.9.5 and 6.8.6. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The security fix was also included in <strong>WordPress 7.1 Beta 2</strong>, so testing sites are also protected during this release cycle. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Huzaifa Al Mesbah,</strong> from the Core Test team, published the accompanying <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\"><strong>Help Test WordPress 7.1</strong></a> post. </p>\n\n\n\n<p class=\"wp-block-paragraph\">A few <strong>WordPress 7.1 Dev Notes</strong> are already available: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/13/consistent-navigation-in-wordpress-7-1-with-persistent-toolbar/\">Consistent navigation in WordPress 7.1 with persistent toolbar</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/the-classic-block-stays-in-the-inserter-for-wordpress-7-1/\">The Classic block stays in the inserter for WordPress 7.1</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\">Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-46077\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17-edited-1.png?resize=652%2C183&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In about 10 days, WooCommerce 11.0 release is schedule. Brain Coords has the skinny for you in <a href=\"https://developer.woocommerce.com/2026/07/13/woocommerce-11-0-pre-release/\"><strong>what&#8217;s coming for developers in WooCommerce</strong></a>. Performance leads the release with 28 PRs — product object caching becomes the default for new stores, speeding up variable products by 9–12%. You&#8217;ll also find email verification connecting guest orders to accounts, new phone validation hooks, video embeds in the block email editor, and the final removal of the Product Editor beta. The beta is ready for your testing now.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jamie Marsland</strong> followed his instincts and build <a href=\"https://wordpress.org/plugins/jamies-front-end-editor-for-content-teams/\"><strong>Jamie&#8217;s Front-End Editor for Content Teams</strong></a>, a plugin that lets your editors click any paragraph or heading on the live page and start typing — no block editor required. With the latest updates, you can now edit text, links, buttons and images right on the live page. No wp-admin, no block editor, just click and change it in place.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Built on the Interactivity API with no build step, it preserves block markup on save, records edits as native block notes for an audit trail, and lets you restrict chosen roles to front-end-only editing. Let Marsland what you think. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/roadmap-7-1-gutenberg-23-5-responsive-styling-migration-to-block-themes-weekend-edition-368/\">Last week</a>, I shared three migration stories from page builders to the Core block editor and block themes. Here&#8217;s a fourth perspective: The team at WP Expert, an Ottawa agency founded by <strong>Frederic Sune</strong>, put together a comprehensive post on <a href=\"https://wpexpert.ca/migrate-agency-gutenberg-success/\"><strong>migrating agency sites from page builders to Gutenberg</strong></a>, should you go on that journey, too. You&#8217;ll find the strategic arguments (better Core Web Vitals, smaller attack surface, less technical debt) alongside a practical playbook covering backups, staging, block theme selection, pattern development, and SEO safeguards. The post also explores what block-based architectures mean for an agency&#8217;s business model, from premium modernization packages to fewer layout-related support tickets. An FAQ rounds it out.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Brian Coords</strong> tackles a common WooCommerce pain point: <a href=\"https://www.briancoords.com/custom-product-templates-for-block-themes/\"><strong>custom product templates for block themes</strong></a>. He combines two core WordPress features — the plugin template registration API from 6.7 and the venerable <code>single_template_hierarchy</code> filter — to serve custom templates for product collections, like all products in a category. His example plugin falls back to your Single Product template unless you override it. Clone the repo and give it a try; custom Product fields are next on his list.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">On the WordPress Developer Blog, <strong>Troy Chaplin </strong>shows you how to build <strong><a href=\"https://developer.wordpress.org/news/2026/07/on-brand-maintenance-mode-for-wordpress-block-themes/\">an on-brand maintenance mode for block themes</a>.</strong> You add one small hook to your theme&#8217;s <code>functions.php</code> once, then design and manage the maintenance page entirely in the Site Editor with full access to your Global Styles. Renaming or deleting the template toggles maintenance mode on and off, no code needed. An SEO-friendly variant adds 503 headers so crawlers know the downtime is temporary.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://developer.wordpress.org/news/2026/07/on-brand-maintenance-mode-for-wordpress-block-themes/\"><img alt=\"\" class=\"wp-image-46150\" height=\"345\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/maintenance-mode.png?resize=652%2C345&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n<div class=\"ng-block-8c6a15ea8a912d9d wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-9b8ea15ccfa662d9 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-d22abf99dc6e5ff8 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2025/\">2025</a></strong></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools </h2>\n\n\n\n<p class=\"wp-block-paragraph\">On WP Mayor, <strong>Jean Galea </strong>untangles <strong><a href=\"https://wpmayor.com/wp-cli-vs-rest-api-vs-abilities-api/\">when to reach for WP-CLI, the REST API, or the Abilities API</a>.</strong> His mental model: they&#8217;re layers, not rivals. WP-CLI lives on the server for bulk work, REST serves off-server callers like headless front ends, and the Abilities API tells AI agents what they&#8217;re allowed to do, complete with schemas and permission checks. Galea also shares how his own sites lean on all three at once.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">Get up to speed how to make your custom blocks plugin work in the iframed post editor, if you haven&#8217;t yet. After five years of ruminating and communicating the switch is coming to WordPress 7.1. In his post, <strong>Ryan Welcher</strong> explains <a href=\"https://gutenbergtimes.com/the-post-editor-is-going-full-iframe-what-block-developers-need-to-know-before-wordpress-7-1/\"><strong>why the post editor is going full iframe in WordPress 7.1</strong></a> and what that means for your custom blocks. You&#8217;ll find the fixes for the most common breakage — global <code>window</code> and <code>document</code> references, editor styles enqueued into the wrong document, stale admin-scoped CSS, and third-party libraries — plus a companion demo plugin with broken/fixed block pairs, Playground blueprints for testing both states, and a handy pre-flight checklist.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">The video volunteers at WordCamp Portugal uploaded all recordings to WordPressTV and two of the talks caught my eye: </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Imran Sayed</strong> walks you through <a href=\"https://wordpress.tv/2026/05/19/the-fastest-way-to-build-gutenberg-blocks-modern-tools-scripts-and-ai-2/\"><strong>the fastest way to build Gutenberg blocks with modern tools, scripts, and AI</strong></a>. If custom block development has felt complex or time-consuming, you&#8217;ll appreciate his focus on practical, real-world workflows you can adopt immediately — moving fast without over-engineering. The recording is available on WordPress.tv, and the presentation slides are linked below the video for easy reference.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jorge Costa</strong> shows you how to use <a href=\"https://wordpress.tv/2026/05/19/ai-is-in-wordpress-core-heres-how-to-use-it/\">t<strong>he AI building blocks already shipped in WordPress core</strong></a> (the WP AI Client, the Abilities API, and the MCP adapter)  to bring AI-powered features into your own plugins, themes, and sites. He also tackles the bigger question: when agents can spin up entire projects on any stack, why is WordPress still the right bet? <a href=\"https://portugal.wordcamp.org/2026/files/2026/05/T1-12H30-jorge-slides_260516_095705.pdf\">Slides are linked</a> alongside the recording.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">Check out the not so new any more <strong>Talk Devy to Me</strong> series on Ryan Welchers YouTube Channel! In the latest epsiode, <strong>Antonio Sejas</strong> <a href=\"https://www.youtube.com/watch?v=YZWwP1QHXKM\"><strong>demos Studio Code, the agentic AI assistant</strong></a> built into WordPress Studio&#8217;s desktop app and CLI. You can spin up sites, run performance audits, add content, and install plugins and themes through natural language conversation — all locally, so nothing you break goes public. Sejas explains how it works under the hood before building something live with the host. Studio Code is free while in beta, so now&#8217;s a good time to experiment. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">If you rather want to read about the updates in WordPress Studio, <strong>Fredrik Rombach Ekelund</strong> shares <a href=\"https://wordpress.com/blog/2026/07/13/faster-wordpress-studio/\"><strong>three big updates to WordPress Studio</strong></a>: a new default Native PHP runtime makes your local sites load 30–50% faster while using a third of the memory, the Studio CLI now installs with one dependency-free command — no Node.js or npm required — and Claude Sonnet 5 is the new default model in Studio Code, improving multi-step work like tracing bugs across files. A Sandbox runtime remains available for testing untrusted code.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div class=\"ng-block-16d04b6bcbd9b5b3 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-2598ac70cc4a95f3 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-f08321487f9fbf0b wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-71e87560a657c354 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-8b2a1b1bb9f2ab8e wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-63cf59233222bc8c wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jul 2026 13:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Important Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2026/07/wp-security/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2168:\"<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">WordPress 7.0.2</a> went out today with two important security updates. One is a type of pre-authorization RCE we (fortunately!) have only seen a few times in WordPress&#8217; 23-year history; the last, I believe, <a href=\"https://wordpress.org/documentation/wordpress-version/version-4-6-21/\">in the PHPMailer class five years ago</a>. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Major kudos to <a href=\"https://x.com/hash_kitten\">Adam Kues</a> of <a href=\"https://slcyber.io/\">Searchlight Cyber</a> for finding the batch REST API RCE, to TF1T, dtro, and haongo on the facilitated SQL injection! </p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks to <a href=\"https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure\">responsible disclosure</a>, the WordPress.org Security team was able to coordinate with hosts and CDNs to mitigate the attack at the network layer. <em>Please upgrade anyway!</em> But it&#8217;s a huge relief to know the vast majority of WordPress sites were protected by <a href=\"https://en.wikipedia.org/wiki/Defense_in_depth_(computing)\">defense-in-depth</a> even before the updates went out. </p>\n\n\n\n<p class=\"wp-block-paragraph\">I really appreciate how people and organizations that otherwise might not be on the best of terms come together in times like this. (<a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">Full credits in the release post</a>.) Everyone buries the hatchet to protect as many people as possible as quickly as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve said it before, I&#8217;ll say it again: security is going to be a big topic this year as the technology industry digests the incredible advances in AI models. It&#8217;s a good time to review your plans and processes, sweat the details, <a href=\"https://www.amazon.com/dp/1953953492\">invest in maintenance</a>, and <a href=\"https://en.wikipedia.org/wiki/System_Administrator_Appreciation_Day\">hug a sysadmin</a>. <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png\" style=\"height: 1em;\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jul 2026 02:36:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress.org blog: WordPress 7.0.2 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4462:\"<h2 class=\"wp-block-heading\">WordPress 7.0.2 is now available.</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The 7.0.2 security release addresses one critical and one high severity security issue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because this is a security release, <strong>it is recommended that you update your sites immediately.</strong> Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To manually update you can visit your WordPress Dashboard, click “Updates”, and then click “Update Now”, or you can <a href=\"https://wordpress.org/wordpress-7.0.2.zip\">download WordPress 7.0.2 from WordPress.org</a>. On sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The security team would like to thank the following people for responsibly <a href=\"https://hackerone.com/wordpress\">reporting</a> vulnerabilities and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A facilitated SQL injection issue reported as a team by TF1T, dtro, and haongo </li>\n\n\n\n<li>A REST API batch-route confusion and SQL injection issue leading to Remote Code Execution reported by Adam Kues at <a href=\"https://slcyber.io\"><u>Assetnote / Searchlight Cyber</u></a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-7-0-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Backports</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress 6.9 is affected by both vulnerabilities. Version 6.9.5 has been released containing fixes for both.</li>\n\n\n\n<li>WordPress 6.8 is only affected by the first vulnerability. Version 6.8.6 has been released containing a fix.</li>\n\n\n\n<li>The beta release of WordPress 7.1 is affected by both vulnerabilities. Version 7.1 beta2 has been released containing fixes for both.</li>\n\n\n\n<li>Versions of WordPress prior to 6.8 are not affected.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CVE and GHSA references</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fpp7-x2x2-2mjf\"><code>CVE-2026-60137</code> / <code>GHSA-fpp7-x2x2-2mjf</code></a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-ff9f-jf42-662q\"><code>CVE-2026-63030</code> / <code>GHSA-ff9f-jf42-662q</code></a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> and <a href=\"https://profiles.wordpress.org/barry/\">Barry Abrahamson</a>. In addition to the security researchers mentioned above, WordPress 7.0.2 would not have been possible without the significant contributions of the following people: <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/Barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ehtis\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/Matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, plus representatives from Altis, Automattic, Bluehost, Cloudflare, GoDaddy, Hostinger, and WP Engine.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 18:45:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Gutenberg Times: The post editor is going full iframe: what block developers need to know before WordPress 7.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/the-post-editor-is-going-full-iframe-what-block-developers-need-to-know-before-wordpress-7-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55253:\"<p class=\"wp-block-paragraph\">For years, the post editor has lived a double life. The Site Editor renders your blocks inside an iframe. The post editor — where most people actually spend their time — renders them directly in the admin page. That split ends with WordPress 7.1: <strong>the post editor canvas will always be an iframe, on every theme, no matter what <code>apiVersion</code> your blocks declare</strong>. The Gutenberg plugin has been enforcing exactly this for months. If you ship blocks, assume the iframe.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If your block never touches the global <code>document</code> or <code>window</code>, you can probably stop reading after you&#8217;ve changed <code>\"apiVersion\": 2</code> to <code>\"apiVersion\": 3</code> in <code>block.json</code>. For everyone else — and especially anyone shipping blocks that wrap third-party libraries — the iframe changes <em>where your code runs</em> versus <em>where your markup lives</em>. That gap is where things break.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick reference guide</strong>: <strong>Are your blocks ready?</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"An infographic showing the checks and fixes for readying custom blocks for the WordPress 7.1 iframed editor\" class=\"wp-image-46098\" height=\"652\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/7.1-iframe-block-check.png?resize=652%2C652&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"timeline\">The timeline, in one table</h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Release</th><th>What happens</th></tr></thead><tbody><tr><td><strong>June 21, 2021</strong></td><td>The iframed editor was <a href=\"https://make.wordpress.org/core/2021/06/29/blocks-in-an-iframed-template-editor/\">announced on make.wordpress.org</a></td></tr><tr><td><strong>WordPress 6.9</strong> (Dec 2025)</td><td>Console warning (with <code>SCRIPT_DEBUG</code>) when a block registers with <code>apiVersion</code> 2 or lower. The <code>block.json</code> schema now only validates <code>apiVersion: 3</code>.</td></tr><tr><td><strong>WordPress 7.0</strong> (Apr 2026)</td><td>The iframe decision now looks at blocks <strong>actually inserted in the post</strong>, not every registered block. All inserted blocks on v3+ → canvas is iframed. Insert a single v1/v2 block → the iframe is removed on the fly. Nothing is enforced yet.<br /></td></tr><tr><td><strong>Gutenberg 22.6+</strong></td><td>The iframe is <strong>enforced regardless of theme</strong> — this is the feedback-gathering phase.</td></tr><tr><td><strong>WordPress 7.1</strong> (Aug 19, 2026)</td><td>The iframe is <strong>enforced on every theme</strong>, regardless of <code>apiVersion</code>. The conditions are gone, not tightened.</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress 7.0 change is subtle but important: before 7.0, one <code>apiVersion: 2</code> block <em>registered by any active plugin</em> — even one never used in the post — kept the entire editor out of the iframe for everyone. Now only inserted blocks count. Your v3 block gets the iframe until the user inserts a legacy one, at which point the editor quietly reloads the canvas without the iframe. The companion plugin ships a <code>legacy-api-v2</code> block so you can watch this happen — insert it into an otherwise-v3 post and the iframe disappears. In 7.1, that escape hatch closes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Worth knowing, as an aside: the &#8220;every theme&#8221; decision landed in <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\" rel=\"noopener\" target=\"_blank\">WordPress 7.1 Beta 1</a>, and it&#8217;s deliberately being tested in public. Gutenberg merged <a href=\"https://github.com/WordPress/gutenberg/pull/74042\" rel=\"noopener\" target=\"_blank\">&#8220;Post editor: always iframe&#8221; (#74042)</a> on July 10, 2026, deleting the theme and <code>apiVersion</code> conditions outright. The 7.1 release lead signed off on that merge <a href=\"https://github.com/WordPress/gutenberg/pull/74042#issuecomment-4878384706\" rel=\"noopener\" target=\"_blank\">on the condition</a> that the team could &#8220;move to the softer approach&#8221; if Beta 1 feedback surfaced real problems — the softer approach being enforcement on block themes only, with everything else staying on the 7.0 rules. No specific mechanism is committed to; the plan is to respond to what the beta actually turns up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Which is a reason to test harder, not to wait and see. If that rollback happens, the iframed and non-iframed editors both stay in the wild <em>longer</em> — and your block has to work in both regardless of which way it goes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s also worth noting that blocks that will break with the 7.1 changes are most likely <strong>already breaking in the Site Editor</strong>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why the iframe is a good thing</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This isn&#8217;t change for change sake. Rendering the canvas in an iframe gives the editor a real document boundary:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Admin CSS stops leaking into your content.</strong> No more <code>#wpadminbar</code>-adjacent style resets, no more admin styles subtly changing how blocks render in the editor versus the front end.</li>\n\n\n\n<li><strong>Viewport units and media queries finally work.</strong> <code>vw</code>, <code>vh</code>, and <code>@media</code> rules resolve against the canvas, not the admin page — so tablet/mobile previews and zoomed-out views actually behave like the front end.</li>\n\n\n\n<li><strong>What you see is much closer to what you get.</strong> The canvas document is built from your theme&#8217;s styles, not the admin&#8217;s.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The issue this raises for block developers? Your editor JavaScript runs in the admin page, but your block&#8217;s DOM lives in a different document. Every assumption baked into <code>document.querySelector(...)</code> and <code>window.addEventListener(...)</code> just became wrong.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What actually breaks (and how to fix it)</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Everything below is demonstrable with the companion plugin — each pattern ships as a broken/fixed pair of blocks: <strong><a href=\"https://github.com/ryanwelcher/iframe-editor-examples\" rel=\"noopener\" target=\"_blank\">iframe-editor-examples on GitHub</a></strong>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Global <code>window</code> and <code>document</code> references</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The classic: a block that reads the viewport or listens for resize.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Broken in the iframed editor\nuseEffect( () => {\n	const update = () => setWidth( window.innerWidth );\n	update();\n	window.addEventListener( \'resize\', update );\n	return () => window.removeEventListener( \'resize\', update );\n}, [] );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Broken in the iframed editor</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">useEffect</span><span style=\"color: #D4D4D4;\">( () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\"> = () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">setWidth</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">innerWidth</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\">();</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Editor scripts load in the admin page, so <code>window</code> is the <strong>admin</strong> window. In the iframed editor this reports the wrong width and never reacts to the canvas resizing — switch to the Tablet preview and the number doesn&#8217;t move.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is to derive the document and window from your block&#8217;s own DOM element:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Fixed — works iframed or not\nimport { useRefEffect } from \'@wordpress/compose\';\n\nconst ref = useRefEffect( ( element ) => {\n	const { defaultView } = element.ownerDocument;\n	const update = () => setWidth( defaultView.innerWidth );\n	update();\n	defaultView.addEventListener( \'resize\', update );\n	return () => defaultView.removeEventListener( \'resize\', update );\n}, [] );\n\nconst blockProps = useBlockProps( { ref } );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x2705; Fixed — works iframed or not</span></span>\n<span class=\"line\"><span style=\"color: #C586C0;\">import</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">useRefEffect</span><span style=\"color: #D4D4D4;\"> } </span><span style=\"color: #C586C0;\">from</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #CE9178;\">\'@wordpress/compose\'</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">ref</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #DCDCAA;\">useRefEffect</span><span style=\"color: #D4D4D4;\">( ( </span><span style=\"color: #9CDCFE;\">element</span><span style=\"color: #D4D4D4;\"> ) </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #4FC1FF;\">defaultView</span><span style=\"color: #D4D4D4;\"> } = </span><span style=\"color: #9CDCFE;\">element</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">ownerDocument</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\"> = () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">setWidth</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">innerWidth</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\">();</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">blockProps</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #DCDCAA;\">useBlockProps</span><span style=\"color: #D4D4D4;\">( { </span><span style=\"color: #9CDCFE;\">ref</span><span style=\"color: #D4D4D4;\"> } );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Two things to notice:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>element.ownerDocument</code> is whatever document the block is rendered into — the iframe&#8217;s document when iframed, the admin document when not. <code>ownerDocument.defaultView</code> is that document&#8217;s window. Code written this way is <em>context-agnostic</em>: it doesn&#8217;t care whether the iframe exists.</li>\n\n\n\n<li><code>useRefEffect</code> (from <code>@wordpress/compose</code>) instead of <code>useRef</code> + <code>useEffect</code>: it re-runs the callback when the ref changes, so if the block ever moves between documents, your listeners re-attach to the right window.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. &#8220;Close on outside click&#8221; and other document-level events</h3>\n\n\n\n<p class=\"wp-block-paragraph\">This one is my favorite because it fails <em>weirdly</em>. A dropdown that closes when you click outside, implemented the way every React tutorial teaches it:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Broken in the iframed editor\nuseEffect( () => {\n	const closeOnOutsideClick = ( event ) => {\n		if ( ! containerRef.current.contains( event.target ) ) {\n			setIsOpen( false );\n		}\n	};\n	document.addEventListener( \'click\', closeOnOutsideClick );\n	return () => document.removeEventListener( \'click\', closeOnOutsideClick );\n}, [] );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Broken in the iframed editor</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">useEffect</span><span style=\"color: #D4D4D4;\">( () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> = ( </span><span style=\"color: #9CDCFE;\">event</span><span style=\"color: #D4D4D4;\"> ) </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #C586C0;\">if</span><span style=\"color: #D4D4D4;\"> ( ! </span><span style=\"color: #9CDCFE;\">containerRef</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">current</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">contains</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">event</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">target</span><span style=\"color: #D4D4D4;\"> ) ) {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">			</span><span style=\"color: #DCDCAA;\">setIsOpen</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #569CD6;\">false</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		}</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	};</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'click\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'click\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">In the iframed editor, clicks inside the canvas happen in the <strong>iframe&#8217;s</strong> document. They never bubble to the admin document, so the listener never fires. The result: click another block in the canvas and the dropdown stays open — but click the admin sidebar and it closes. Same code, same block, works perfectly in the non-iframed editor. This is the kind of bug report you&#8217;ll get from users that &#8220;can&#8217;t be reproduced&#8221; — because whoever tested it happened to have a v2 block sitting in their post, which quietly dropped the iframe and made everything work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Fix: same principle, attach to <code>element.ownerDocument</code> instead of <code>document</code> (<a href=\"https://github.com/ryanwelcher/iframe-editor-examples/blob/trunk/src/click-outside-fixed/edit.js#L32\">see the plugin for the full <code>useRefEffect</code> version</a>).</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Editor styles enqueued into the wrong document</h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re styling your block&#8217;s editor experience with <code>enqueue_block_editor_assets</code>, those styles load in the <strong>admin page</strong> — outside the iframe. They silently stop applying the moment the canvas is iframed:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Loads in the admin page — never reaches the iframed canvas.\nfunction myplugin_enqueue_editor_styles() {\n	wp_enqueue_style( \'myplugin-editor\', plugins_url( \'editor.css\', __FILE__ ) );\n}\nadd_action( \'enqueue_block_editor_assets\', \'myplugin_enqueue_editor_styles\' );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Loads in the admin page — never reaches the iframed canvas.</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">function</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">myplugin_enqueue_editor_styles</span><span style=\"color: #D4D4D4;\">() {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">wp_enqueue_style</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'myplugin-editor\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #DCDCAA;\">plugins_url</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'editor.css\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #569CD6;\">__FILE__</span><span style=\"color: #D4D4D4;\"> ) );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">add_action</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'enqueue_block_editor_assets\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">\'myplugin_enqueue_editor_styles\'</span><span style=\"color: #D4D4D4;\"> );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is to register editor styles through <code>block.json</code>, which WordPress injects <strong>into</strong> the canvas document, iframed or not:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JSON</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">{\n	\"editorStyle\": \"file:./index.css\"\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D4D4D4;\">{</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">&quot;editorStyle&quot;</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">&quot;file:./index.css&quot;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">(<code>add_editor_style()</code> also gets copied into the iframe, if you need theme-level editor styles.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">The demo plugin makes this visual: the same block carries a green banner from <code>editorStyle</code> and a red banner from <code>enqueue_block_editor_assets</code>. Count the banners — two means no iframe, one means you&#8217;re iframed.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Stale CSS written for the leaky editor</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The section above is about CSS loading into the wrong document. This one is the sneakier inverse: the stylesheet loads into the <em>right</em> document — injected straight into the canvas, exactly as intended — and still gets it wrong, because of what it was written to describe. These are the rules that quietly stop matching, or start over-matching, once the canvas becomes its own document. It&#8217;s the code that&#8217;s been sitting in themes and plugins for years, &#8220;working,&#8221; right up until the iframe is enforced.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Selectors keyed on admin body classes</strong></h4>\n\n\n\n<p class=\"wp-block-paragraph\">The most common one, and it fails exactly like the &#8220;close on outside click&#8221; bug — silently.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> The canvas body no longer carries these classes */\n.wp-admin .my-block { padding: 2rem; }\nbody.block-editor-page .my-block__title { font-size: 2rem; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; The canvas body no longer carries these classes */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.wp-admin</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">padding</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">body.block-editor-page</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block__title</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-size</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Inside the iframe, the canvas <code>&lt;body&gt;</code> is a clean document — no <code>wp-admin</code>, no <code>block-editor-page</code>. The selector matches nothing and your editor styling just evaporates. Same block, same stylesheet, works perfectly in the non-iframed editor.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Scope to the block, not the admin chrome */\n.my-block { padding: 2rem; }\n.my-block__title { font-size: 2rem; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; Scope to the block, not the admin chrome */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">padding</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block__title</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-size</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.editor-styles-wrapper</code> <em>does</em> still wrap the canvas content inside the iframe, so <code>.editor-styles-wrapper .my-block</code> keeps working if you need genuinely editor-only styling — but the admin ancestor was almost never necessary in the first place.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Offsets that compensate for admin chrome</strong></h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Subtracting the admin sidebar and adminbar from the viewport */\n.my-fullwidth { width: calc( 100vw - 160px ); } /* 160px = admin menu */\n.my-toolbar   { position: fixed; top: 32px; }   /* 32px = #wpadminbar */</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; Subtracting the admin sidebar and adminbar from the viewport */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-fullwidth</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">width</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #DCDCAA;\">calc</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #B5CEA8;\">100vw</span><span style=\"color: #D4D4D4;\"> - </span><span style=\"color: #B5CEA8;\">160px</span><span style=\"color: #D4D4D4;\"> ); } </span><span style=\"color: #6A9955;\">/* 160px = admin menu */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-toolbar</span><span style=\"color: #D4D4D4;\">   { </span><span style=\"color: #9CDCFE;\">position</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">fixed</span><span style=\"color: #D4D4D4;\">; </span><span style=\"color: #9CDCFE;\">top</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">32px</span><span style=\"color: #D4D4D4;\">; }   </span><span style=\"color: #6A9955;\">/* 32px = #wpadminbar */</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">This is the flip side of the win from earlier: now that <code>100vw</code> resolves against the <em>canvas</em> instead of the admin page, there&#8217;s no sidebar to subtract — so the <code>calc()</code> overshoots, and <code>top: 32px</code> pushes your toolbar below an admin bar that doesn&#8217;t exist in this document.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> The canvas is the viewport now — no compensation needed */\n.my-fullwidth { width: 100vw; }\n.my-toolbar   { position: fixed; top: 0; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; The canvas is the viewport now — no compensation needed */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-fullwidth</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">width</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">100vw</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-toolbar</span><span style=\"color: #D4D4D4;\">   { </span><span style=\"color: #9CDCFE;\">position</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">fixed</span><span style=\"color: #D4D4D4;\">; </span><span style=\"color: #9CDCFE;\">top</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">0</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Specificity walls built to fight leakage</strong></h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Cranked up to beat leaking admin styles */\n.editor-styles-wrapper .my-block p {\n	font-family: Georgia, serif !important;\n	line-height: 1.6 !important;\n	box-sizing: border-box !important;\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; Cranked up to beat leaking admin styles */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.editor-styles-wrapper</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">p</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">font-family</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">Georgia</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">serif</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">line-height</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">1.6</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">box-sizing</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">border-box</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">The iframe already stops admin CSS from leaking in — that&#8217;s one of the reasons it&#8217;s a good thing. These <code>!important</code>s and resets have no admin styles left to override, but they <em>do</em> now override the theme styles the iframe loads into the canvas. The result: your editor preview drifts <em>away</em> from the front end — the exact opposite of what the iframe is for.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Let theme styles through; set only what your block truly owns */\n.my-block p { font-family: Georgia, serif; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; Let theme styles through; set only what your block truly owns */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">p</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-family</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">Georgia</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">serif</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Two things to notice:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The pattern is the same as the JavaScript fixes: <strong>stop describing the admin, start describing your block.</strong> A selector that names <code>.wp-admin</code>, <code>#wpadminbar</code>, or <code>.block-editor-page</code> is reaching for chrome that isn&#8217;t in the canvas document anymore.</li>\n\n\n\n<li>Most of these were <em>workarounds for problems the iframe solves.</em> Deleting them is usually the fix.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">5. Third-party libraries that assume one global context</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The biggest real-world hazard. Masonry layouts, sliders, lightboxes, maps — a generation of libraries was written assuming there is exactly one <code>document</code>:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// Inside some-legacy-lib.js\nconst targets = document.querySelectorAll( selector ); // finds nothing in the iframe</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// Inside some-legacy-lib.js</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">targets</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">querySelectorAll</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">selector</span><span style=\"color: #D4D4D4;\"> ); </span><span style=\"color: #6A9955;\">// finds nothing in the iframe</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Your block calls the library, the library queries the admin document, finds zero matches, and silently does nothing. No error, no warning — the block just stops being enhanced.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Your options, in order of preference:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pass elements, not selectors.</strong> If the library accepts an element (<code>lib.init( element )</code>), hand it the block&#8217;s element from <code>useRefEffect</code> and you&#8217;re usually fine.</li>\n\n\n\n<li><strong>Patch the library.</strong> For unmaintained dependencies, <a href=\"https://www.npmjs.com/package/patch-package\" rel=\"noopener\" target=\"_blank\"><code>patch-package</code></a> is the pragmatic answer: edit the module in <code>node_modules</code> to resolve <code>document</code>/<code>window</code> from the element (<code>node.ownerDocument</code>), run <code>npx patch-package &lt;pkg&gt;</code>, commit the patch, add a <code>postinstall</code> script. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/block-migration-for-iframe-editor-compatibility/\" rel=\"noopener\" target=\"_blank\">official migration guide</a> walks through a real patch for <code>@panzoom/panzoom</code>.</li>\n\n\n\n<li><strong>Guard and bail.</strong> If the library is loaded inside the iframe (front-end scripts are), check for it on <code>defaultView</code> before using it: <code>if ( ! defaultView.jQuery ) return;</code></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">So what does <code>apiVersion: 3</code> actually do?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Less than you might think — and that&#8217;s the point. Declaring <code>\"apiVersion\": 3</code> in <code>block.json</code> doesn&#8217;t change how your block renders; it&#8217;s a <strong>signal that your block is iframe-ready</strong>. All core blocks have been on v3 since WordPress 6.3. For most blocks the migration is literally a one-line change… followed by the actual work: testing that nothing in your <code>edit</code> component (or the libraries it pulls in) touches the global <code>document</code>/<code>window</code>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And to be clear about 7.1: the iframe will be enforced there <strong>regardless</strong> of <code>apiVersion</code>. Staying on v2 doesn&#8217;t opt you out anymore — it just means you get the console warning <em>and</em> the breakage.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test today</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You don&#8217;t need to wait for 7.1. What you&#8217;re testing is that your block works in <strong>both states</strong> — iframed and not — because both will exist in the wild for a while yet.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Iframed:</strong> install the <strong>Gutenberg plugin 22.6+</strong>. It enforces the iframe regardless of theme, so this is the fastest way to live in the future. <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\"><strong>7.1 Beta 1</strong> </a>does the same — I&#8217;ve confirmed it forces the iframe on a classic theme, which is the merged behavior shipping in August.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Not iframed:</strong> run <strong>WordPress 7.0 without the plugin</strong> and insert a v1/v2 block alongside yours — the canvas drops the iframe on the fly. <a href=\"https://github.com/ryanwelcher/iframe-editor-examples\">The companion plugin&#8217;s <code>legacy-api-v2</code> block exists for exactly this.</a> Any theme will do: core 7.0 has no theme check in the iframe decision at all, so you don&#8217;t need to hunt down a classic theme to reproduce this.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Confirm which state you&#8217;re in:</strong> <code>element.ownerDocument !== document</code>, or look for <code>iframe[name=\"editor-canvas\"]</code> in devtools.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Site Editor</strong> has been iframed for years — if your block already behaves there, you&#8217;re most of the way home.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The companion plugin</strong> ships a <code>wp-env</code> setup, an example override file that adds Gutenberg for enforced mode (copy it to <code>.wp-env.override.json</code>), and <strong>two Playground blueprints</strong> — one per state, so you can flip between iframed and not in two tabs without installing anything.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The block author&#8217;s checklist</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Set <code>\"apiVersion\": 3</code> in every <code>block.json</code>.</li>\n\n\n\n<li>Check your editor code for <code>window.</code> and <code>document.</code> — every hit is a suspect. Replace with <code>element.ownerDocument</code> / <code>.defaultView</code> via <code>useRefEffect</code>.</li>\n\n\n\n<li>Check for <code>enqueue_block_editor_assets</code> — move canvas-affecting styles to <code>editorStyle</code> in <code>block.json</code>.</li>\n\n\n\n<li>Check your editor CSS for <code>.wp-admin</code>, <code>#wpadminbar</code>, and <code>.block-editor-page</code> , admin chrome offsets and <code>!important</code></li>\n\n\n\n<li>Audit third-party libraries: pass elements not selectors, patch what you must.</li>\n\n\n\n<li>Test both <strong>states</strong>, not both themes: iframed (Gutenberg 22.6+ active) and not iframed (no plugin, v1/v2 block inserted). </li>\n\n\n\n<li>Watch the console with <code>SCRIPT_DEBUG</code> on — the deprecation warnings tell you which registered blocks are still on v1/v2.</li>\n</ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note What&#8217;s <em>not</em> on that list:</strong> checking whether the active theme is a block theme. Core exposes that answer twice — as <code>__unstableIsBlockBasedTheme</code> in the editor settings and as <code>is_block_theme</code> on the REST themes endpoint — and there&#8217;s a shelved PR and a live debate behind it. Your block never needs to ask. <code>element.ownerDocument !== document</code> answers the only version of the question that affects you. If you&#8217;re curious what that theme check does under the hood, that&#8217;s its own story: <a href=\"https://gutenbergtimes.com/how-wordpress-decides-a-theme-is-a-block-theme/\"><strong>How WordPress decides a Theme is a &#8220;Block theme&#8221;.</strong></a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Resources</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/02/24/iframed-editor-changes-in-wordpress-7-0/\" rel=\"noopener\" target=\"_blank\">Iframed Editor Changes in WordPress 7.0</a> — the dev note this all builds on</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74042\" rel=\"noopener\" target=\"_blank\">Post editor: always iframe (#74042)</a> — the merged PR that makes 7.1 always-iframed, and the discussion behind the beta-feedback plan</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\" rel=\"noopener\" target=\"_blank\">Roadmap to 7.1</a> — the original block-themes-first plan, superseded by #74042</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/preparing-the-post-editor-for-full-iframe-integration/\" rel=\"noopener\" target=\"_blank\">Preparing the Post Editor for Full iframe Integration</a> — the 6.9 groundwork</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/block-migration-for-iframe-editor-compatibility/\" rel=\"noopener\" target=\"_blank\">Migrating Blocks for iframe Editor Compatibility</a> — the official migration guide</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/\" rel=\"noopener\" target=\"_blank\">Block API Versions</a> — what each version means</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/\">Enqueueing editor assets</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/including-assets/#editor-stylesheets\">Editor styles for themes</a></li>\n\n\n\n<li>Companion demo plugin: <a href=\"https://github.com/ryanwelcher/iframe-editor-examples\" rel=\"noopener\" target=\"_blank\">iframe-editor-examples</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 16:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ryan Welcher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Open Channels FM: Who Is Actually Using the Internet?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://openchannels.fm/who-is-actually-using-the-internet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"A look at the impact of AI and bots on the web, emphasizing the decline of human engagement, the challenges for content creators, and the future of digital interaction.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 13:41:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Open Channels FM: Open Channels FM Launches Live News Show Focused on the Open Source Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556978\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://openchannels.fm/open-channels-fm-launches-live-news-show-focused-on-the-open-source-ecosystem/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"Open Channels FM is launching a new video news show called Open Channels News, starting July 27th. It\'s a quick, five to ten-minute program covering various open source topics, available live and on YouTube.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2026 12:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Akismet: A small integration detail with a big impact\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://akismet.com/blog/a-small-integration-detail-with-a-big-impact/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1814:\"<p class=\"wp-block-paragraph\"><a href=\"https://givewp.com\">GiveWP</a> is the most popular fundraising and donation tool on WordPress, powering over $500 million in donations. It integrates with Akismet to ensure that spammy or potentially fraudulent submissions get filtered out. Recently, some Give users saw an unusually high level of false positives on their donation forms: legitimate donation submissions that were being marked as spam.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We investigated and found that the donation forms were being sent to Akismet for checking after each step in the donation process: once after choosing an amount, again after the user entered their name, again after they entered an optional message, etc. To Akismet, this looks like sudden repeated submissions from the same user, all with similar content (better known as spam).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Akismet supports rechecking content, but only if the integration includes <a href=\"https://akismet.com/developers/detailed-docs/comment-check/\">the <code>recheck_reason</code> parameter</a>. If that parameter is present, Akismet knows not to classify the repeated duplicate (or nearly duplicate) checks as part of a spam attack; however, if <code>recheck_reason</code> is omitted, this kind of consecutive similar content looks very similar to spam, and Akismet blocks it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://github.com/impress-org/givewp/issues/8238\">We reported the root issue</a> to Liquid Web, and they quickly addressed it and released a fix in version 4.16.0. This kind of collaboration is what makes Open Source great!</p>\n\n\n\n<p class=\"wp-block-paragraph\">We&#8217;re planning on bringing automatic integration review to more clients and platforms, so stay tuned for more tips and insights.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 7.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17975:\"<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 1 is ready for download and testing! </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong> only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 1 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" rel=\"noreferrer noopener\" target=\"_blank\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" rel=\"noreferrer noopener\" target=\"_blank\">WP-CLI</a> command: <br /><code>wp core update --version=7.1-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" rel=\"noopener\" target=\"_blank\">7.1 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" rel=\"noopener\" target=\"_blank\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing! </p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience. <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\" rel=\"noopener\" target=\"_blank\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\" rel=\"noopener\" target=\"_blank\">via WordPress Trac</a>. You can also check your issue against this list of <a href=\"https://core.trac.wordpress.org/tickets/major\" rel=\"noopener\" target=\"_blank\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 will include new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 7.0 in the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2026/03/11/whats-new-in-gutenberg-22-7-11-march/\">22.7</a>, <a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/\">22.8</a>, <a href=\"https://make.wordpress.org/core/2026/04/09/whats-new-in-gutenberg-22-9-8-april/\">22.9</a>, <a href=\"https://make.wordpress.org/core/2026/04/22/whats-new-in-gutenberg-23-0-22-april/\">23.0</a>, <a href=\"https://make.wordpress.org/core/2026/05/07/whats-new-in-gutenberg-23-1-07-may/\">23.1</a>, <a href=\"https://make.wordpress.org/core/2026/05/21/whats-new-in-gutenberg-23-2-21-may/\">23.2</a>, <a href=\"https://make.wordpress.org/core/2026/06/03/whats-new-in-gutenberg-23-3-03-jun/\">23.3</a>, <a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">23.4</a>, <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">23.5</a> and 23.6.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in WordPress 7.1?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 delivers a more complete set of styling controls, a smoother media experience, and a more personalized admin experience. Notes have evolved to add inline notes with @mentions and rich text formatting that make asynchronous feedback feel more powerful. New styling features unlock long requested features to style how blocks look across screen sizes and to style interactive states, all without writing custom CSS. Various client side media improvements means better format support, improved performance, and more resilient uploads when adding media to your site. A new inline cropping tool brings a fresh and more robust experience to editing images. Finally, the admin experience becomes easier to navigate with an ever present admin bar in the editors, improvements to the command palette, and various quality of life improvements. Underneath it all, developers get an expanding set of APIs to build on, and site owners get better support for a truly global audience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New suite of Notes features</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Notes continue to grow into a fuller collaboration experience, making asynchronous feedback between teams faster and more expressive.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Text Formatting</strong>: Notes now support inline formatting like bold, italic, code, links and adding emoji; each with a respective keyboard shortcut, so feedback reads clearly without breaking your flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>@mentions</strong>: Type &#8220;@&#8221; in a Note to pull up a searchable list of collaborators and tag someone directly, so feedback points at the right person without leaving the sidebar.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Leave notes anywhere</strong>: Start more than one conversation on the same block instead of folding every comment into a single thread, making it easier to track distinct pieces of feedback.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Inline notes:</strong> Leave a note on a text selection instead of on an entire block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Show more / show less</strong>: Long notes now collapse by default with a toggle to expand them, keeping the margin tidy while you write.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style it your way, on any screen</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 takes a major step toward built-in responsive design and interactive styling, letting you achieve looks that once required writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Responsive styling</strong>: Define how a block looks at different screen sizes directly in the editor, for both Global Styles and individual blocks without the need of writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Viewport breakpoint customization</strong>: Theme authors can now define their own responsive breakpoints in <code>theme.json</code>, giving more flexibility for how responsive controls behave on a given site.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Interactive state styling</strong>: Style how blocks respond to interaction, like a button changing color on hover or focus, using a standardized set of controls for both Global Styles and individual block instances.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A smoother media experience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Uploading, editing, and browsing media keeps getting more capable and more reliable.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Client-side media processing</strong>: Image and media processing moves into the browser, now with broader format support that includes HEIC (the default format for iPhone photos), UltraHDR, AVIF and WebP support built in, plus GIF-to-video conversion for lighter, more efficient files. Uploads are also more resilient, with a progress indicator and automatic retries if your data connectivity drops off.</li>\n\n\n\n<li><strong>New Media Editor Modal</strong>: A dedicated modal for editing images replaces the inline cropping tool, bringing cropping, rotation, and metadata editing together in one streamlined workflow.</li>\n\n\n\n<li><strong>Smarter galleries</strong>: Gallery blocks can automatically pull in and sort media already attached to the current post, cutting down on manual set-up.</li>\n\n\n\n<li><strong>View attached images:</strong> After you upload images to a post, the inserter will automatically surface them in a new Attached images section to make it easier to find relevant images.</li>\n\n\n\n<li><strong>Infinite scrolling by default</strong>: The Media Library grid view now loads additional items automatically as you scroll, rather than requiring a click on &#8220;Load more&#8221; especially handy for sites that handle large media libraries. This can be disabled under your user profile.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">A more personal, more navigable admin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">These meaningful upgrades make the WordPress admin easier to move around in and more consistent with how you like to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Persistent toolbar (Omnibar)</strong>: The admin toolbar now travels with you into the Site Editor and Block Editor, with a series of polish improvements throughout.</li>\n\n\n\n<li><strong>Command palette improvements</strong>: Moving through the dashboard and editor with the command palette <code>(Ctrl/Cmd+K)</code> is more refined to make finding what you need even faster! Now results are grouped into <em>Recent, matching and Suggestions</em> sections instead of one flat list.</li>\n\n\n\n<li><strong>Admin color scheme in the Site Editor</strong>: The Site Editor now reflects your chosen admin color scheme instead of always using a fixed background.</li>\n\n\n\n<li><strong>DataViews and DataForms iterations</strong>: Continued refinement of the components behind managing lists of posts, pages, patterns, and templates, alongside the forms used to edit them.</li>\n\n\n\n<li><strong>Excerpts in the Posts list</strong>: The Posts list view now shows a short excerpt for each entry, making it easier to identify the post you&#8217;re looking for without opening it.</li>\n\n\n\n<li><strong>Visual revisions</strong>: This release adds a picker activity layout for browsing history in more detail, clearly labeled autosaves in the timeline, and an autosave notice that opens straight into the visual revisions view. Global Styles revisions get a small polish too, swapping the <em>active</em> style&#8217;s text label for a badge.</li>\n\n\n\n<li><strong>A dedicated Identity section</strong>: Site identity settings like your title, tagline, and icon are now live in their own clearly labeled section of the Site Editor, making them easier to find and update.</li>\n\n\n\n<li><strong>On This Day Widget</strong>: A new widget resurfaces what you published on this date in past years, right on your dashboard. A small nudge to look back on what you&#8217;ve written, and a reason to write something new today.</li>\n\n\n\n<li><strong>Allow Changing Comment Parent:</strong> Fixing a misthreaded comment used to mean editing the database directly. WordPress 7.1 adds an editable &#8220;In reply to&#8221; control to the Edit Comment screen, letting you pick a new parent from a dropdown of the post&#8217;s other comments. It&#8217;s scoped to the same post, so this is about untangling threads, not moving comments across posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">New blocks and block-level enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 release brings a handful of block refinements that give more control with fewer steps.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Playlist Block:</strong> A new block for adding a collection of audio files to a post or page, with an optional waveform visualization that shows the audio&#8217;s shape as it plays; a more visual way to present podcasts, music, or audio content without using any third-party plugins.</li>\n\n\n\n<li><strong>Tabs Block:</strong> A new block for organizing content into clickable tabbed panels instead of showing everything at once. It&#8217;s a cleaner way to present related content without overwhelming the page.</li>\n\n\n\n<li><strong>Background gradients</strong>: Background gradients and background images no longer conflict. The gradient used to get silently overridden by the image, but now they combine and display together. This fix extends beyond the Group block to Verse, Accordion, Pullquote, Post Content, and Quote block.</li>\n\n\n\n<li><strong>HTML block editable content</strong>: The HTML block now supports editable nested blocks. This is great to use for AI-generated content, which often arrives as raw HTML.</li>\n\n\n\n<li><strong>&#8220;Mark as decorative&#8221; for images</strong>: A new toggle on the Image block lets you hide purely decorative images from screen readers for a better accessibility experience.</li>\n\n\n\n<li><strong>Smarter shortcode handling</strong>: Pasting or converting a shortcode into the Embed block now creates a proper Embed block instead of leaving raw shortcode text behind, and the Shortcode block gains block-specific transforms of its own.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Built for a global audience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues work to make Core reflect the full diversity of its worldwide community, with progress toward supporting Unicode email addresses so usernames, slugs, and email addresses can better represent users everywhere.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Built for developers</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues to expand the foundation developers build on.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Abilities API expansion</strong>: Continued refinement of the Abilities API with improved querying, filtering, and input validation, giving developers and AI tooling a more reliable foundation to build on.</li>\n\n\n\n<li><strong>Block Bindings for list items</strong>: Block Bindings now extend to List Item, making it possible to connect more block content to dynamic data sources without custom code.</li>\n\n\n\n<li><strong>Custom icon registration</strong>: New functions let plugin and theme authors register their own icons for the Icons block for use throughout the block editor.</li>\n\n\n\n<li><strong>Enforced iframed editor</strong>: The post editor now always runs inside an iframe, isolating the editing canvas from admin styles for more predictable rendering. Blocks using Block API v2 or lower should be updated to v3 for compatibility.</li>\n\n\n\n<li><strong>wordpress/theme stabilization</strong>: Introduces design tokens and a stable React ThemeProvider to provide a more consistent, customizable foundation for WordPress admin interfaces.</li>\n\n\n\n<li><strong>Connectors authentication improvements</strong>: The Connectors screen now also supports username and application-password login &#8211; a more familiar way to connect plugins and services. This release also closes a security gap where browsers could auto-suggest saved credentials into the API key field.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">With so much in progress for WordPress 7.1 Beta 1, this is still only the beginning; expect continued refinement with each Beta and RC release ahead of the final release on <strong>August 19, 2026</strong> at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" width=\"1024\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Just for you: a Beta 1 haiku:</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Seeds of Seven-One,<br />Notes, styles, media, and tools—<br />Test, and watch them bloom.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a class=\"mention\" href=\"https://profiles.wordpress.org/benjamin_zekavica/\"><span class=\"mentions-prefix\">@</span>benjamin_zekavica</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/amykamala/\"><span class=\"mentions-prefix\">@</span>amykamala</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/wildworks/\"><span class=\"mentions-prefix\">@</span>wildworks</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/adamsilverstein/\"><span class=\"mentions-prefix\">@</span>adamsilverstein</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/annezazu/\"><span class=\"mentions-prefix\">@</span>annezazu</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/fushar/\"><span class=\"mentions-prefix\">@</span>fushar</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/jorgefilipecosta/\"><span class=\"mentions-prefix\">@</span>jorgefilipecosta</a><em>, <a class=\"mention\" href=\"https://profiles.wordpress.org/joedolson/\"><span class=\"mentions-prefix\">@</span>joedolson</a> for proofreading and review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 15:53:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Krupa Nanda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Open Channels FM: How AI Tools Are Transforming Everyday Web Design Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://openchannels.fm/how-ai-tools-are-transforming-everyday-web-design-practices/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"In this episode, Bob and Cami discuss how AI is reshaping web design, offering tips on using AI tools effectively, educating clients, and adapting workflows for better efficiency in the digital space.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 14:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: #225 – Milan Petrović on the Risks of Legacy PHP in WordPress and Why Upgrading Matters for Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://wptavern.com/podcast/225-milan-petrovic-on-the-risks-of-legacy-php-in-wordpress-and-why-upgrading-matters-for-security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43219:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the risks of legacy PHP in WordPress and why upgrading matters for security.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you or your idea featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Milan Petrović. Milan has been deeply immersed in the WordPress ecosystem since 2007, developing an array of plugins, especially for expanding bbPress forums, and running his own company, creating plugins before joining the Freemius team as a full stack developer. With nearly two decades of hand-on experience, Milan has witnessed firsthand the evolution of both the WordPress and PHP landscapes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many WordPress users may be only partially aware of PHP. Perhaps they&#8217;ve noticed version numbers in their hosting panel, but few of the millions of WordPress users understand the real impact that PHP versions have on the security and performance of their websites. Milan is here to shine a light on why embracing newer versions like PHP eight isn&#8217;t just good practise, but a crucial step for security and efficiency.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan begins by recounting his journey through WordPress development. The conversation gets into the heart of his recent WordCamp Europe presentation, which tackles how legacy PHP code exposes sites to thousands of open bugs and vulnerabilities. And why relying on old versions is, as he describes, an active invitation for automated exploitation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The discussion explores the contrast between running legacy code, and using the native shields of modern PHP, and highlights how PHP 8 not only closes security holes, but also delivers major performance boosts, reducing memory usage, and accelerating speed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re wondering why you should care about the PHP version your site is running on, or you&#8217;re a developer interested in practical ways to harden your code, Milan unpacks both the existential risks of outdated PHP, and the step-by-step benefits for hosts, agencies, and plug-in developers alike.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He introduces his Vulnerability Lab plugin, designed for developers to see firsthand how code exploits play out differently across PHP versions, and makes the case that modernising can happen gradually, one update, one plugin at a time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;ve ever questioned how your hosting choice, or plugin stack, could affect your site&#8217;s future. Or you&#8217;re ready to take the first steps towards building more secure and future proof WordPress products, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Milan Petrović.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Milan Petrović. Hello Milan.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:58] <strong>Milan Petrović:</strong> Hello Nathan. Thank you for having me here.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:00] <strong>Nathan Wrigley:</strong> You are very welcome. We&#8217;re in a beautiful, beautiful media room at WordCamp Europe. And I know that you have already done your presentation because we just had a little chat about the fact that you&#8217;ve done it and it went well and all of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Do you want to tell us a little bit about you and your background working with code and developing and security and all of that kind of stuff? And then we&#8217;ll talk about your actual presentation and how it went.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:25] <strong>Milan Petrović:</strong> So I started with WordPress almost 20 years ago, so way back in 2007. And I created a lot of plugins for WordPress, and I especially have a lot of plugins for bbPress for expanding forums. Yeah, people still use forums these days. So that was, I really like bbPress and all the stuff I did with that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I have been working as a freelancer for a lot of years. I have my own company that was doing plugins, it&#8217;s called Dev4Press. But in 2024, I joined the amazing team at Freemius. So for almost two years I am a full stack developer at Freemius. And that was a really nice change of pace for me and the work I usually do before that. So yeah, that&#8217;s a short of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:13] <strong>Nathan Wrigley:</strong> Yeah. That&#8217;s great. Thank you. And so the presentation that you did that is now over, goes like this. I&#8217;m going to read the entire blurb because it&#8217;s short enough to read, and it says, secure by design, hardening plugins with PHP 8.x. In the WordPress ecosystem, we&#8217;re often forced to choose between supporting the lowest common denominator of hosting and implementing modern security. But in 2026, writing legacy PHP 7 code isn&#8217;t just a bad habit, it&#8217;s an active invitation for automated exploitation. It&#8217;s time to stop playing whack-a-mole with sanitisation, and start building products that are secure by design. This talk isn&#8217;t just another slide deck on security tips. Through comparisons of a Vulnerability Lab plugin, you will see how common exploits like authentication bypass, and server side request forgery succeed on legacy code, only to be neutralised by the native shields of the latest PHP. You learn how to leverage the modern PHP patterns to ensure your plugins are resilient to a wide range of exploits.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now into the show notes I will put Milan&#8217;s wordpress.tv presentation so that you can go and watch the entirety of it. I guess basically if at any point you get confused, that would be a good idea, pause this podcast and go and check that out. But, how did it go? How well received was it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:33] <strong>Milan Petrović:</strong> For me personally, I&#8217;m very satisfied with how how it went. I don&#8217;t know, it&#8217;s a bit overwhelming to be honest, but I am very satisfied and I got a lot of questions after the talk. I met a lot of people that liked what I had to say. And I think it&#8217;s good feedback to have, for something that is more technical like this was.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:52] <strong>Nathan Wrigley:</strong> Well touching on the fact that it&#8217;s more technical, I have to confess that I think you are going to have to shepherd me through this, because a lot of the content that you I think probably got stuck into is beyond my pay grade. But hopefully we&#8217;ll get through it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now at WordCamp Europe, where we are now, I don&#8217;t know what the ratio is, but I&#8217;m guessing that a significant proportion of the people out there are not developers. They kind of know that PHP is a thing. They realise that WordPress is built on that, but they don&#8217;t really have an understanding.</p>\n\n\n\n<p class=\"wp-block-paragraph\">They&#8217;ve probably heard of PHP 7. They&#8217;ve probably heard of PHP 8, because somewhere in a control panel that was shown to them. But maybe there&#8217;s not much of an understanding of the fact that it gets better over time. It gets secure over time. I think there&#8217;s probably a notion of, well, my website works. Why do I need to change anything?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So let&#8217;s get into that. What were you talking about in your presentation? What&#8217;s changed in the landscape of PHP more recently that you brought to the fore that you shared with your audience?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:51] <strong>Milan Petrović:</strong> Yeah, I think that PHP 8 was a big milestone for a lot of things. And I&#8217;m not sure, but I don&#8217;t think that the wider communities are kind of aware about the impact of the PHP, or the server environment in general, on how the websites work and how secure they are. Maybe the WordPress in itself needs to spread more awareness about that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because right now we get a notice in the dashboard that maybe the PHP needs to be updated. But for a lot of website users, that can be too much and too little information at the same time, because they may be not aware of how to do things on their hosting site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We need to spread more awareness about how important the changes in the code are when it comes to the newer PHP versions, and what they can do to improve the security. And how developers should be starting to use more of those new features and the new things that PHP provides on a language level nowadays.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:49] <strong>Nathan Wrigley:</strong> WordPress has got this real legacy, I suppose is the right word, of supporting legacy code. So WordPress itself is supported way, way, way back. You can keep using versions of WordPress, which are many, many, many years old. And I wonder what your stance is in terms of PHP, whether or not WordPress runs versions of PHP which are far too old, in your opinion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So in other words, should WordPress have a policy of, I don&#8217;t know, 8.x only? Or is 7 okay. And I don&#8217;t know what other CMS platforms, you know, Drupal, Joomla as was. I don&#8217;t know what they do, I don&#8217;t know what their posture is.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:32] <strong>Milan Petrović:</strong> I think that one of the most important decisions that, it was done with WordPress early on, is that backwards compatibility, because it opened the doors for a wider adoption. Because you don&#8217;t need to change server every year, or you don&#8217;t need to upgrade your software that often. And that helped a lot of hosting companies to provide WordPress hosting very cheaply, because they didn&#8217;t have to have the latest PHP, they didn&#8217;t have to invest much more money into all that. So WordPress got a lot of adoption from backwards compatibility policies.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But in the same time, that also proved a bit of a problem. Because even the WordPress Core code is kind of stuck because of that policy of backwards compatibility. And it&#8217;s not only compatibility with old versions of WordPress, but the old versions of PHP. And we are running now maybe six years behind end of life PHP versions. Because PHP 7.4 end of life was four and a half years ago. And we still support it in the Core.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:33] <strong>Nathan Wrigley:</strong> Yeah, I guess it&#8217;s a nice thing to support it. And it, as you described, it was a great way of onboarding the millions of people that came along. But things have moved on.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What would be some of the top level items? And I&#8217;m inviting you to open the scary book and sort of give out the worst case scenarios basically of running legacy code. So really, go to town, frighten us all. What are some of the horrors that await if you&#8217;re quite willing to, as a hosting company, support seven point whatever or beyond, six or five, or dare I say it, four, who knows? What are some of the terrible things that await us?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:08] <strong>Milan Petrović:</strong> To be honest, when I was researching some of the statistics and things like that, I was kind of scared when I saw that there are 3 or 4,000 open bug reports for PHP 7 and PHP 5, which are still in use today, and there are WordPress websites running on both of them in the millions. And there are 3 or 4,000 open and confirmed bags that are never going to be fixed. Never. So PHP 7 has thousands of bugs, and I&#8217;m sure that not everything security related, but a big chunk of those bags are related to security.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And there are open exploits that run on the PHP level. They don&#8217;t care really about if you are using WordPress or using something else. It&#8217;s more like a exploit on the level of a, on a server side that can be quite scary because you, even the technical people are not really sure what are all those bugs. Who is going to go through 3,000 or 4,000 bug reports?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:05] <strong>Nathan Wrigley:</strong> Yeah, so just to sort of describe that, the fact that there is no more updates to the 7 branch of PHP means that all of those bugs which are publicly available, anybody can go and read great detail about what they are. Well that then means that any hacker can do that, and probably did like a dozen years ago. And so really you are painting a picture there of you are asking for trouble.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:30] <strong>Milan Petrović:</strong> There are hosting companies that maybe do things a bit differently because you don&#8217;t need to run PHP as it was created. You can build your own version of PHP. You can patch bugs on your own. And a lot of hosting companies are doing that. But in the same time, that also poses a problem. You are going to run WordPress in your own plugins on a platform that is not actually officially PHP supported. It can have some different quirks that make your code run a bit differently.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A while ago we had the Facebook running their own PHP build, that was quite different from the public PHP. But they used it, and other people started using it. So I don&#8217;t know. Still I think that the official PHP is the one you should be on because you never know what other issues. Even when hosting company patches the PHP they&#8217;re using, maybe they&#8217;re opening doors to something else that is not quite documented on that level.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I think that the best policies, I don&#8217;t expect for WordPress to adopt the latest PHP or only supported PHP versions, but to kind of move quicker on the adoption of the newest version. So maybe we should be quicker to adopt PHP 8.0 or 8.1 is a next minimal required version for WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:50] <strong>Nathan Wrigley:</strong> When you say you don&#8217;t expect WordPress to do it, is that simply because it doesn&#8217;t have a history of doing it? Is there a technical reason why WordPress could not keep up with the latest version? I know we&#8217;ve got this plugin architecture where there&#8217;s thousands and thousands of developers who are all doing their own thing, and there&#8217;s all of that. Is there any technical reason why WordPress couldn&#8217;t be on the cutting edge, most up-to-date, latest version?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:15] <strong>Milan Petrović:</strong> There are two factors in all that. First one is you can declare, PHP 8 is the minimal version we support. We don&#8217;t support PHP 7.4 anymore. And that means that you don&#8217;t need to make any changes in WordPress at that point. You can declare it because WordPress is compatible with all PHP versions. It works on 8.0 and 8.5. That&#8217;s no problem. But say that branch 7 is no longer supported, you&#8217;re kind of pushing other developers and hosting companies to improve their support for newer versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And you don&#8217;t need to make immediate changes to WordPress. But at that point, you are open to modernise the code because now you can have more stricter typing across the board. There are some strict typing things in older PHP versions, but with 8.0, you can do all of that. And it doesn&#8217;t have to be a process that is done immediately. It can be done gradually. You can update parts of the WordPress Core over time. And it&#8217;ll take a few years, to get up to date, but at least you are closing doors to some older versions of PHP, and you are pushing developers as well for plugins to have that policy.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now, each developer can have their own plugins supporting any version of PHP you want. For my plugins, I have policy of 8.0 as a minimal version since this year. And, I&#8217;m updating the code as I go along. I don&#8217;t do it, it&#8217;s impossible to do it all at once. And for WordPress, it&#8217;s going to be even worse to make it all up to date. But declaring PHP 8 is a minimal required version, would be a great step in the right direction for wider adoption.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:51] <strong>Nathan Wrigley:</strong> Yeah, I think the problem is simply one of the user base, isn&#8217;t it? There&#8217;s just millions of people, thousands of developers all doing their own thing. And casting 8.x, 8.0 and above as the new minimum, there&#8217;s going to be a moment where some things do go wrong.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that calendar plugin that you&#8217;ve been using for ages, which just works. And sure, you&#8217;ve never really received any updates from the developer, but it just works. Everybody&#8217;s booking on my calendar and we are all good. And then suddenly PHP 8 is required and it turns out the calendar plugin now no longer works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can imagine those kind of stories a million times over coming to the fore. But equally, we got to move on. There&#8217;s no way of, you know, because we can&#8217;t in 10 years still have sites on 7.4.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:43] <strong>Milan Petrović:</strong> We have sites on five point something. I recently checked the official WordPress tracking. 7.4 is on 20% even now. So we are far away from WordPress ditching the 7 branch. And I think there are still few percent of PHP 5 in all that so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:01] <strong>Nathan Wrigley:</strong> Yes, I regularly look at the, it&#8217;s like a little donut chart, isn&#8217;t it? That is often produced and you gradually see the eight point x whatever section of the pie getting bigger as they produce the next survey. But you&#8217;re right, it&#8217;s still a significant chunk that&#8217;s on 7 and below.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And whilst when I look at that chart, it doesn&#8217;t really bring any alarm bells to the fore, I just think, oh, that&#8217;s a shame. But now that you are presenting this talk, and giving me this information, I realise that that attack surface is worse.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When you gave that talk, who is your target audience? Were you directly sort of aiming at the hosting companies who presumably can do a lot of work very quickly? You know, they could take a million people onto 8 with a little bit of development work and on the back end of their platform. Or are you really encouraging the general WordPress user, like me, to take a bit more interest and make sure that I am going into the cPanel or whatever it is and updating myself? Or is it a bit of both?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:59] <strong>Milan Petrović:</strong> For everyone actually. It&#8217;s for developers to be more aware of what they can gain with the new PHP versions. It&#8217;s for hosting companies. Because it&#8217;s not only about security when it comes to the newer PHP. The PHP is faster and faster. So each new version gets you 5 or 10% more performance without doing anything. So PHP 8.5 is more than 50% faster than PHP 7.4. So that&#8217;s a significant update.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I have even, one slide was showing how much less memory PHP 8.5 used to run exactly the same piece of code. So it&#8217;s pretty wild to see that hosting companies are maybe the biggest factor in all this. They will gain a lot more because they&#8217;re going to free a lot of resources to run more websites because PHP is going to use less memory and it&#8217;s going to be faster.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I understand they need to invest a lot of money to do all that. But, I don&#8217;t know, I think that gains from that are very significant, on that level alone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:57] <strong>Nathan Wrigley:</strong> Yeah, so you described there are really compelling scenario. You know, it&#8217;s quicker, it uses less memory, you&#8217;ll save money. I mean what else do you need? You&#8217;ve just presented the entire argument.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, it hasn&#8217;t happened. So technically speaking, why do you think it hasn&#8217;t happened? Is there an acquisition of new knowledge that is difficult to take in? Is it that simply you would have to, I don&#8217;t know, retrain your staff? How do you understand that it hasn&#8217;t happened? What are the reasons people are digging their heels in and not making these updates?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:25] <strong>Milan Petrović:</strong> I kind of make the group of two or three types of hosting companies. One, and that&#8217;s usually more expensive managed hosting solutions. They are forcing the updates. They&#8217;re not maybe on the latest version, but they are forcing their users to use at least three or four versions of PHP back. So maybe 8.2 or 8.3, which is a great step in the right direction.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is also a problem of support. If something starts breaking, they&#8217;re going to be the first one to be asked about that, because they made the change to the server. So why now website that was working yesterday is no longer working today because of some change made on a hosting level. So there are a lot of factors to play into that adoption.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But on the other hand, there are a lot of developers that have moved on with supporting PHP 8. A lot of plugins are very much updated and, especially popular plugins. They invested a lot of time to do the update. It&#8217;s getting easier to support it. But on the other hand, you have very old websites that are simply cannot move without proper testing, without updating the plugins. And there are cases when you cannot simply update one plugin because something else may break, or you made some changes that will make some other thing break. So it&#8217;s a big puzzle that is definitely not easy to solve, but maybe we should start some work on that as a community to do it, and to move people along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I don&#8217;t want to say force the change, but make people aware of the benefits. Make people aware of the risks if they continue to run the old and outdated software. And the same goes for not updating plugins, not updating WordPress. No matter how much work is done in that regard, there are still most likely some exploits on a WordPress level for very old versions that at some point someone is going to find out about and exploit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:16] <strong>Nathan Wrigley:</strong> I mean I guess the motto of WordPress was democratised publishing, which means basically make it available to everybody. No matter your level of expertise, make it available to everybody. And I&#8217;m sure that if you were to grab the CEO of any hosting company and say, I can save you money, I can save you resources, and all of those things that you outlined earlier, they would, yeah, we know, we know. But we&#8217;ve got thousands of non-technical people using WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I kind of have this analogy in my head, and it goes a bit like this. Several years ago, I bought a bike. And it sits in my garage and there is my bike. And I expect my bike to work tomorrow in the same way that it did four years ago. And in 10 years, I expect my bike to work. I don&#8217;t expect there to be an update to wheels or gears or the saddle. It doesn&#8217;t need an update. It&#8217;s just a bike. And I need my bike to be a bike and nothing more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I get the impression that many people treat their WordPress website as the same thing. This sort of static commodity that, sure enough, they pay a monthly fee for it, but it&#8217;s this website. It&#8217;s a thing, and it doesn&#8217;t need changing. And so what I&#8217;m trying to say is, I&#8217;m fairly sure that the hosting companies are met with that an awful lot. The customers who just, it&#8217;s a bike, it&#8217;s a website. Do you know what I mean?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:37] <strong>Milan Petrović:</strong> Yeah, but you need to maintain your bike. If you don&#8217;t do it, it&#8217;s going to, your belt is going to rust, your wheels are going to be deflated or whatever. A lot of things can happen with it if you don&#8217;t maintain it. So, we don&#8217;t need to upgrade everything all at once, but we can start from someplace. We can do it gradually. But still, WordPress needs to be the platform that leads the charging that, because it&#8217;s going to force other developers to do it. It&#8217;s going to force hosting companies to start doing it. And it&#8217;s not a big jump on moving just that one version, but it&#8217;s going to help to move things along faster. Let&#8217;s see how it goes in the next few years. But I really don&#8217;t expect for WordPress to drop 7.4 for at least a year or two, maybe even more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:24] <strong>Nathan Wrigley:</strong> I loved your rebuttal of my bike analogy there. That was perfect. That&#8217;s exactly right. The bike will rust, the wheels will be deflated and all of that, yeah. So we need to drag the WordPress users along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, in your presentation, you mentioned something that I have never used, the Vulnerability Lab plugin, which you used to demonstrate the attack. Can you just tell us a little bit about that? Because I&#8217;d be curious to follow that up, and maybe some people listening to this would too.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:47] <strong>Milan Petrović:</strong> I started it for, created for this talk specifically to add few examples and to run the code that is going to show those things if you run the plugin on the old version and the new version of PHP. And I do plan to expand on it because there are a lot more PHP security elements that can be demonstrated in that way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it can show you, you have like a, in many cases the same code, but if you run it on one platform, you&#8217;re going to get one result. And if you run it on the newer one, you will get something different. So it&#8217;s useful to show, and some of those changes are quite small, those attributes that you can add to the code are very, very small, but they can really help you to improve security of your plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And there are more complex security measures that can be implemented, but the format of the talk wasn&#8217;t really suitable to mention everything. But this was like something to get you started on the path of discovering what else PHP 8 can offer, when it comes to improving the security of the plugins and what possible exploits and vulnerabilities are there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I try to use some obvious things that are very easy to spot. And I&#8217;m sure I did made some of those errors myself in the past. So some of those examples are something that I dealt with when I was upgrading my code. So I&#8217;m sure that a lot of people can see similar problems in their own code, and similar kind of solutions that can help them to overcome those and to make them much more resilient in the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:17] <strong>Nathan Wrigley:</strong> So is your plugin designed primarily, would you say for developers in mind, or is it something that just a typical end user may get some mileage out of?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:26] <strong>Milan Petrović:</strong> No, it&#8217;s more for developers that they can see, they can run that code and see how it behaves on the old version and the new version to demonstrate some of those things. And I will definitely expand it to include more examples in the future. Even for myself to like a document, what can happen if you run something in the old version, and the new version?</p>\n\n\n\n<p class=\"wp-block-paragraph\">I had some suggestions coming to me like, maybe like a pattern library that is going to show what is the pattern that we use with old PHP and how to improve it with a new one, and document which version of PHP is going to support it, and how it&#8217;s going to improve the code.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:01] <strong>Nathan Wrigley:</strong> So is the idea then that you would instal it on various different, let&#8217;s say that you&#8217;ve got a live site and you&#8217;ve got, I don&#8217;t know, a development site and another development site, is that you would put it on each of those, different PHP versions, and just sort of compare and contrast what.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:16] <strong>Milan Petrović:</strong> Yeah, that can be used.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:17] <strong>Nathan Wrigley:</strong> Yeah, in that way. And what&#8217;s the reporting that you get? Is it kind of error logs, you know, that only a developer would be able to understand, or is it in plain language that somebody like me could understand?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:26] <strong>Milan Petrović:</strong> Right now it&#8217;s a bit technical because if you run a certain part of the code, some of those elements do have a visual component in the admin section. You will see, one of the examples, if it&#8217;s run on PHP 7.4, it&#8217;s going to result in a fatal error for sure, depending on the server settings. And if you run it on the new version, you will get a full code running and executing as expected.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it&#8217;s a bit of a development thing that developers can use themselves to show maybe to potential clients or to website owners what is going to happen if they continue to run the outdated versions of the PHP. So it&#8217;s not just, yeah, the PHP 7.4 is bad, but here it is, why it is bad actually.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:12] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s a really interesting use case, isn&#8217;t it? So if I&#8217;m an agency owner and I&#8217;ve got, I don&#8217;t know, a client over here who is absolutely wedded to this plugin, this calendar plugin say, and we know that the development of that plugin has ended years ago, then trying to persuade that client to find something new, or have something new built is difficult.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But with the capabilities of the plugin that you&#8217;ve created, you&#8217;ll be able to show in a sort of readable human way, okay, right. That&#8217;s all very well, but we&#8217;ve got to get onto PHP 8.0. And when we do that, this is going to happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s actually quite a useful tool for agencies to be able to dangle things in front of the noses of their clients. Potentially, I don&#8217;t know, get some new work out of it as well, because there&#8217;s this extra work that needs to be done to bring it up to the modern standards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:01] <strong>Milan Petrović:</strong> Yes. And one example especially demonstrates not only security, it demonstrates the performance. It shows you how much memory that piece of code is using on old version. Almost half the memory is going to be used less with a new version. So that&#8217;s very on the nose demonstration on security, and the performance in the same time. So things like that can help. And I will definitely try to invest more time in showing more examples and anyone can contribute.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s a plugin available on GitHub, so any contributions in that regard are welcome. And we can maybe all work to create like a list of patterns that are something that a lot of people can use, and show different people how the PHP can help them move along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And again, I don&#8217;t want to sound like we don&#8217;t need whatever WordPress is doing. We still need to use all the security enhancements that WordPress has built in the Core. Escaping, sanitisation. All that is still very important because you cannot solve everything by upgrading PHP and upgrading your code to use some of the PHP features. There are still a lot of security elements in WordPress itself that are very important and should not be replaced, or removed, from the code. There are patterns that are crucial to ensuring the security is on a top level. So combination of what WordPress already has, plus everything we get with the newer PHP is something that we should strive in the future, and to make things better.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s not that complicated to start with the process. You can start upgrading small things. You can start with stricter typing. You can start with very small changes, and then gradually you can add those new attributes. You can replace some of the functions that you may be used with old version of PHP, but there is something better in the new version. So that&#8217;s something that everyone can do. Do a bit at a time so not everything at once. Spend time and make some gradual upgrades, and that&#8217;s going to help moving along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:57] <strong>Nathan Wrigley:</strong> You are obviously here to talk about where PHP meets WordPress, but presumably you, yourself are gaining intel from the PHP community. Is there a resource, like a central PHP resource that you would direct people to, or would you rather steer them towards kind of WordPress resources? The things that people are doing in the WordPress space and the hosting space. There&#8217;s not really a question there, but it&#8217;s more where do you find your information? Where&#8217;s the most reliable place?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:25] <strong>Milan Petrović:</strong> You need to check everything. PHP website is a really good resource to find the information about what&#8217;s coming in the next version of PHP, because the preparations take up to a year to release a new version of PHP. So they&#8217;re now on a cycle that every December we get a new feature version. So in December this year, there is going to be PHP 8.6. And you already know most of the things that are coming to that version. You have the detailed list of changes for every PHP version. And that&#8217;s something that any developer should look at, and to see maybe something that will drive them to upgrade.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In the current usage of third party libraries, there are a lot of libraries used in PHP that have moved on beyond 7.4. There are a lot of libraries that now require 8.1 or 8.2. If you depend on some library for, I don&#8217;t know, parsing URLs, or doing something else, something for security, something for whatever. You may face the problem that if you want to use the latest version of that library, you will need to have the newer PHP version. So you are kind of forced to upgrade your plugin requirements to meet with the requirements of the third party libraries.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And outside of WordPress ecosystem, those libraries will move much faster with the adoption of newer PHPs versions than WordPress itself, because they don&#8217;t deal with millions and millions of websites that are affected. They are creating the library the best way they can. And they want to ensure that their library is secure, that their library has access to the latest features. So they are going to bump requirements for those libraries on their own. And if you are depending on it, you need to do it yourself for your plugin. So it&#8217;s kind of, those libraries are kind of forcing the hand of some developers to upgrade, even if they maybe are not ready at this point to do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:15] <strong>Nathan Wrigley:</strong> Yeah, it certainly sounds like there&#8217;s no lack of information out there. If you make your business to find the information, then it&#8217;s all there. You&#8217;ve just got to make the effort to go and find it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve kind of run the gamut of everything I wish to ask. However, I&#8217;m very conscious, as I said at the beginning, that this conversation is a little bit above my pay grade. Is there anything that I missed that you wished you had been asked that you wanted to get across?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:38] <strong>Milan Petrović:</strong> No, I think we covered a lot of stuff in that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:42] <strong>Nathan Wrigley:</strong> Well I&#8217;m glad to hear it. That&#8217;s great. Yeah, thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In which case, I&#8217;m assuming, given that you&#8217;ve come to an event like this and you&#8217;ve put a plugin on GitHub, you are sort of semi available, or very available, to have conversations with people around this. And if that&#8217;s the case, where&#8217;s the best place to find you online? A website or an email address or a Twitter handle or whatever.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:00] <strong>Milan Petrović:</strong> We included the slide with the contact information. So even the email, if someone wants to get more information, they can do it on various social networks as well. So any input about all that is welcome. And I&#8217;d be happy to help if someone needs, some pointers or additional information to get started with all this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:21] <strong>Nathan Wrigley:</strong> Well, thank you. That&#8217;s very much appreciated. As always, if you go to the show notes on the WP Tavern website and click on the episode involving Milan, you&#8217;ll be able to find, buried probably towards the bottom, all the different bits and pieces, the wordpress.tv video that will go with his presentation and various other links that have been discussed during the course of this episode.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with that said, Milan, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:47] <strong>Milan Petrović:</strong> Thank you. It was really great, and I appreciate your invitation for the interview.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:52] <strong>Nathan Wrigley:</strong> You are so welcome. Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:53] <strong>Milan Petrović:</strong> Thank you.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrović</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan has been deeply immersed in the WordPress ecosystem since 2007, developing an array of plugins, especially for expanding bbPress forums, and running his own company creating plugins before joining the Freemius team as a full stack developer. With nearly two decades of hands-on experience, Milan has witnessed firsthand the evolution of both the WordPress and PHP landscapes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many WordPress users may be only partially aware of PHP, perhaps they’ve noticed version numbers in their hosting panels, but few of the millions of WordPress users understand the real impact that PHP versions have on the security and performance of their websites. Milan is here to shine a light on why embracing newer versions, like PHP 8.x, isn’t just good practice but a crucial step for security and efficiency.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan begins by recounting his journey through WordPress development. The conversation gets into the heart of his recent WordCamp Europe presentation, which tackles how legacy PHP code exposes sites to thousands of open bugs and vulnerabilities, and why relying on old versions is, as he describes, “an active invitation for automated exploitation.” The discussion explores the contrast between running legacy code and using the “native shields” of modern PHP, and highlights how PHP 8.x not only closes security holes but also delivers major performance boosts, reducing memory usage and accelerating speed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re wondering why you should care about the PHP version your site is running on, or you’re a developer interested in practical ways to harden your code, Milan unpacks both the existential risks of outdated PHP and the step-by-step benefits for hosts, agencies, and plugin developers alike.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He introduces his Vulnerability Lab plugin, designed for developers to see first-hand how code exploits play out differently across PHP versions, and makes the case that modernising can happen gradually, one update, one plugin at a time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’ve ever questioned how your hosting choice or plugin stack could affect your site’s future, or you’re ready to take the first steps towards building more secure and future-proof WordPress products, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/secure-by-design-hardening-plugins-with-php-8-x/\">Secure-by-design: hardening plugins with PHP 8.x</a> &#8211; Milan&#8217;s presentation at WordCamp Europe 2026</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://bbpress.org\">bbPress</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.dev4press.com\">Dev4Press</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://freemius.com\">Freemius</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://github.com/dev4press/vulnerability-lab\"> Vulnerability Lab plugin</a> on GitHub</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Open Channels FM: We are Welcoming InMotion Hosting as our Newest Sponsor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://openchannels.fm/we-are-welcoming-inmotion-hosting-as-our-newest-sponsor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:170:\"InMotion Hosting joins Open Channels FM Podcast as a sponsor, offering reliable hosting with great support. They\'ve been a solid choice for over 25 years. Check them out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 10:08:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Multi-Layered Security and the Future of Hosting in an AI World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/multi-layered-security-and-the-future-of-hosting-in-an-ai-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"In this episode, Adam and Aaron discuss evolving web security in the AI era, emphasizing proactive strategies, layered defenses, and the vital role of hosts in protecting websites against modern threats. Secure your online presence!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Jul 2026 12:41:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: Your Guide to WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/07/wcus-2026-guide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24081:\"<figure class=\"wp-block-image size-large has-custom-border is-style-default\"><img alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" style=\"border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;\" width=\"1024\" /><figcaption class=\"wp-element-caption\"><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png\" style=\"height: 1em;\" /> <strong>August 16-19, 2026 | Phoenix Convention Center</strong>,<strong> Phoenix, Arizona</strong></figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks address this moment, covering AI, Honing Your Skills, Technical WordPress, and Beginner WordPress. Between them, there is something for everyone, whether you lead an agency, freelance for local clients, write code for a living, or are building your very first site. Whatever draws you in, you will leave Phoenix better equipped and better connected than ever.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-c9c19393 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/tickets/\">Get Your Tickets</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/contributor-day/\">Sign Up for Contributor Day</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/schedule/\">See the Schedule</a></div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Phoenix itself rewards anyone who adds a day or two to their trip. The capital of Arizona sits in the Sonoran Desert and pairs a lively downtown with a rich arts and food scene. The Roosevelt Row arts district is known for its galleries, murals, and independent restaurants. It is also home to one of the largest art walks in the region. Nearby, Chase Field and the Footprint Center host professional baseball and live shows, and the surrounding desert offers striking scenery at places like Papago Park and the Desert Botanical Garden.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow aligncenter\"><div class=\"wp-block-jetpack-slideshow_container swiper\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21052\" height=\"1147\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1920%2C1147&#038;ssl=1\" width=\"1920\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21053\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21054\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21056\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\"></a><a class=\"wp-block-jetpack-slideshow_button-pause\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Start with Contributor Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The week begins with <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Contributor Day</a>, a full day set aside for giving back to the project that makes everything else possible. Attendees will gather in teams to improve WordPress itself, from Core code and documentation to design, training, accessibility, and translation.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement.</p>\n<cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day is open to everyone, whatever your skills, and whether or not you have ever contributed before. Come and experience the open source collaboration that is at the heart of the project. <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Signing up</a> in advance helps us prepare our veteran contributors and provide you with the best experience.</p>\n\n\n\n<figure class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19085\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19089\" height=\"1707\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?fit=1024%2C683&amp;ssl=1\" width=\"2560\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19110\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21080\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21078\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21079\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21077\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21074\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21076\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21083\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21082\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19083\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Real-World Projects on Showcase Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Day 2, Showcase Day, is dedicated to real-world WordPress projects and focuses on how teams develop features, manage publishing, and run demanding sites at scale. It brings to life the kind of work collected in the WordPress <a href=\"https://wordpress.org/showcase/\">Showcase</a>, the directory of standout sites built on the platform, from global brands like <a href=\"https://wordpress.org/showcase/disney-connect/\">Disney</a> to community publishers and institutions like <a href=\"https://wordpress.org/showcase/nasa/\">NASA</a>. Past WordCamp US Showcase days have brought teams from the likes of <a href=\"https://www.youtube.com/watch?v=PGvh7fCOUk0\">Wikimedia</a> and <a href=\"https://www.youtube.com/watch?v=MHk-Us00pTk\">CANCOM</a> to explain how they manage large, high-traffic systems. Other sessions took a builder&#8217;s perspective on catching bugs faster with automated testing and even running the Block Editor inside a custom app.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-21064\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Dive Into Two Conference Days</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The two main conference days will bring a full slate of sessions across four tracks. First among them is the AI track, which treats the technology as a tool to handle with care rather than a headline to chase. Its sessions set guardrails for AI-assisted development, prepare for a web where AI agents become the visitors a site must serve, and weigh the legal and ethical questions of putting AI tools in the hands of clients. Speakers from companies like Elementor will be taking a look at where the web is heading, while keeping the focus on what teams can adopt today without giving up control of their work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Technical WordPress and Honing Your Skills tracks cover the craft and business of building with WordPress. On the technical side, sessions dig into modern development workflows, automated testing with tools like the browser-based <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, and plugin pipelines. The Honing Your Skills track adds practical guidance on pricing, maintenance, and how the agency model is changing as clients ask for more. The Beginner WordPress track keeps the door open for newcomers, with approachable sessions that make your first WordCamp less daunting. Hands-on work runs through all of these tracks, so alongside the talks, attendees will find workshops and working sessions where they can build something real and leave ready to apply it to their own projects.</p>\n\n\n\n<figure class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width: 20px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19080\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21086\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21085\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-full wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21065\" height=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637801.jpg?resize=1920%2C1280&#038;ssl=1\" width=\"1920\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21084\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&#038;ssl=1\" width=\"819\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21081\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Not all of the value happens in the session rooms. On the show floor, the <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#happiness\">Happiness Bar</a> is a free, drop-in help desk where you can sit down with a volunteer WordPress expert and work through whatever has you stuck. The <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#sponsor\">Sponsor Hall</a> next door is where many of the best unplanned conversations happen, and its <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#career\">Career Corner</a> gives anyone weighing their next move a relaxed place to browse the job board, meet company reps, and see who is hiring across the ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Plan Your Trip to Phoenix</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Getting to Phoenix is straightforward. The <a href=\"https://us.wordcamp.org/2026/about/venue/\">Phoenix Convention Center</a> sits in the heart of downtown, less than five miles from Phoenix Sky Harbor International Airport (PHX) and about 15 minutes away on the <a href=\"https://www.valleymetro.org/how-to-ride/rail\">Valley Metro light rail</a>. WordCamp US has a room block at the Sheraton Phoenix Downtown, close to the convention center, so <a href=\"https://book.passkey.com/event/51129263/owner/68648/home\">book your hotel</a> before the block fills, and <a href=\"https://us.wordcamp.org/2026/tickets/\">reserve your ticket</a> if you have not already. The full event lineup and details live on the <a href=\"https://us.wordcamp.org/2026/schedule/\">WordCamp US 2026 site</a>, and the conference closes with an evening social before everyone heads home.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-nowrap is-layout-flex wp-container-core-group-is-layout-7c1a8141 wp-block-group-is-layout-flex\">\n<ol class=\"wp-block-list has-off-white-background-color has-background has-large-font-size wp-container-content-9cfa9a5a\">\n<li><strong><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" style=\"height: 1em;\" /> </strong><a href=\"https://us.wordcamp.org/2026/tickets/\">Reserve your ticket</a></li>\n\n\n\n<li><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f6cf.png\" style=\"height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/about/travel-accommodation/\"> Find accommodations</a></li>\n\n\n\n<li><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f68c.png\" style=\"height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/plan-your-trip-to-phoenix/\"> Plan your trip</a></li>\n\n\n\n<li><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png\" style=\"height: 1em;\" /><a href=\"https://www.visitphoenix.com/\">Explore Phoenix</a></li>\n</ol>\n\n\n\n<figure class=\"wp-block-image size-full wp-container-content-577e1c61\" style=\"margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;\"><img alt=\"\" class=\"wp-image-21164\" height=\"2560\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=2066%2C2560&#038;ssl=1\" width=\"2066\" /></figure>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags to tell your story on social.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 13:07:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Open Channels FM: Understanding Open Source Law and AI Impacts in Modern Software Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556631\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://openchannels.fm/understanding-open-source-law-and-ai-impacts-in-modern-software-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"In this Open Web Conversations episode, host Anne Bovelett chats with lawyer Carlo Piana about open source software\'s legal challenges, AI\'s impact on coding, and the importance of proper licensing and attribution.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 08:54:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Gutenberg Times: Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=46018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69012:\"<p class=\"wp-block-paragraph\">In episode 132 of the <em>Gutenberg Changelog</em> podcast, host Birgit Pauli-Haack and guest Ellen Bauer explore the latest updates within the WordPress ecosystem. The conversation centers on the releases of Gutenberg 23.4 and 23.5, the recent WordPress 7.0.1 maintenance update, and the strategic roadmap for the upcoming WordPress 7.1.A significant portion of the episode is dedicated to major merge proposals destined for WordPress 7.1 that aim to evolve the core software. </p>\n\n\n\n<p class=\"wp-block-paragraph\">These include &#8220;Core Abilities&#8221; for AI agent integration, the new &#8220;Knowledge&#8221; post type for managing site standards and guidelines, and &#8220;Design System Theming&#8221; to enhance consistency and accessibility via CSS custom properties. The hosts also discuss the shift toward mandatory iframing for the post editor in block-based themes, a critical architectural change designed to improve content rendering.Beyond core architecture, the episode highlights user-focused improvements such as enhanced responsive editing controls, which now allow for granular canvas resizing without preset limits. They also touch on media-related updates, including aspect ratio controls in the media editor, and improvements to the Icon block. </p>\n\n\n\n<p class=\"wp-block-paragraph\">With WordPress 7.1’s Beta 1 approaching, Birgit and Ellen emphasize the importance of community involvement, encouraging developers and site owners to participate in ongoing &#8220;Call for Testing&#8221; efforts. Whether discussing React 19 status or new grid layout properties, the episode serves as a comprehensive briefing for anyone looking to stay current with the rapidly changing landscape of the block editor and WordPress core development.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size wp-block-paragraph\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Ellen Bauer</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://x.com/ellenbauer\">On X (former Twitter) @ellenbauer</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/elmastudio/\">WordPress.org Ellen Bauer</a></li>\n\n\n\n<li><a href=\"https://bsky.app/profile/ellenbauer.bsky.social\">Bluesky</a></li>\n\n\n\n<li><a href=\"https://www.elmastudio.de/en/\">ElmaStudio</a></li>\n\n\n\n<li>Previews appearances on the show\n<ul class=\"wp-block-list\">\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-124-gutenberg-22-wordpress-6-9/\">Gutenberg Changelog #124 – Gutenberg 22.0 and WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-117-woocommerce-starter-theme-and-blocks/\">Gutenberg Changelog 117 – WooCommerce Starter Theme and Blocks, WordCamp Europe, and Gutenberg 20.7 and 20.8</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-105-gutenberg-18-9-block-themes-and-woocommerce/\">Gutenberg Changelog #105 – Gutenberg 18.9, Block Themes and WooCommerce</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5/\">Gutenberg Changelog #88 – WordPress 6.4 and Gutenberg 16.4 and 16.5.</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Announcements</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/test/2026/07/03/call-for-testing-responsive-styling/\">Call for Testing: Responsive Styling</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/21/media-editor-modal-call-for-testing/\">Modal Media Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/04/call-for-testing-client-side-media-processing/\">Client media processing</a> and the </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/03/announcing-a-collaborative-editing-outreach-effort-for-7-1/\">Real-time collaboration outreach effort </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/10/call-for-testing-unicode-email-addresses/\">Call for Testing: Unicode email addresses</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/02/merge-proposal-expanding-wordpress-core-abilities/\">Merge Proposal: Expanding WordPress Core Abilities</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/\">Merge Proposal: Guidelines built on Knowledge</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/merge-proposal-design-system-theming/\">Merge Proposal: Design System Theming</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s released</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\">WordPress 7.0.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">WordPress 7.0.1 RC1</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/?p=45920&amp;preview=1&amp;_ppp=99b8f1f429\">WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to 7.1</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Post Editor iframed </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li> <a href=\"https://github.com/WordPress/gutenberg/pull/74042\">Post editor: always iframe #74042</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/02/24/iframed-editor-changes-in-wordpress-7-0/\">iframed Editor Changes in WordPress 7.0</a> (February 2026) </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/preparing-the-post-editor-for-full-iframe-integration/\">Preparing the Post Editor for Full iframe Integration</a> (November 2025)</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2021/06/29/blocks-in-an-iframed-template-editor/\">Blocks in an iframed (template) editor</a> (June 2021)</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Punted from 7.1 </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/the-classic-block-stays-in-the-inserter-for-wordpress-7-1/\">The Classic block stays in the inserter for WordPress 7.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/05/react-19-upgrade-temporarily-reverted-in-gutenberg/\">React 19 upgrade temporarily reverted in Gutenberg</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg releases</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">What’s new in Gutenberg 23.4? (June 17, 2026)</a>\n<ul class=\"wp-block-list\">\n<li>Docs: Auto-generate per-block API reference pages from block.json. (<a href=\"https://github.com/WordPress/gutenberg/pull/77612\">77612</a>) </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/05/proposal-auto-generate-block-editor-handbook-docs-from-block-json/\">Proposal: Auto-generate Block Editor Handbook docs from block.json</a></li>\n\n\n\n<li>Documentation pages: <a href=\"https://developer.wordpress.org/block-editor/reference-guides/core-blocks/\">Core Blocks Reference</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">What’s new in Gutenberg 23.5? (July 1, 2026)</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Welcome to our 132nd episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about proposals for core, calls for testing Gutenberg 23.4, Gutenberg 23.5, and whatever side ideas we have about 7.1, which is in the works. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full time core contributor for the WordPress open source project sponsored by Automattic. With me today on the show, and I&#8217;m very delighted to tell you that is Ellen Bauer, product manager at WordPress.com and early adopter of block themes. Thank you for joining me, Ellen. How are you today?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Thank you very much. Always happy to be here. I&#8217;m great. I just landed back in Bangkok this week where we are. I&#8217;m staying here a little bit longer with my family this year from Germany, visiting family and attending a meetup. And yeah, it&#8217;s good to kind of do that travel because it always inspires me to get out of a routine. And yeah, I&#8217;m really glad I&#8217;m here now and motivated.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> To get back into working, improving WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> That&#8217;s a great time to spend in Germany. And I hope you had luck with the weather.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer</em>: Well, there was this heat wave in the second week. It completely knocked me out, to be honest.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah, that was really hard. And a lot of people say that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It was great and went on the last day I went to Legoland for the first time, which was also an experience and exhausting, but great.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> That’s here between Munich and Augsburg.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I think it&#8217;s close. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, between my first time. Oh, nice. Yeah, maybe I should go there too. But it is fun.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It is fun. Maybe not. I don&#8217;t recommend to go in the summer on a Sunday, which we did, but. Oh yeah, that&#8217;s actually really fun.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Family day. Yeah. So you mentioned you attended the meetup in Porto. What was your takeaway from the meetup with digital?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So it was actually the main reason I came to Europe for it was the first time all products meetup from Automattic in beautiful Portugal for me, also the first time I&#8217;ve been to Portugal, which shouldn&#8217;t happen to not visit before. But it was really cool. I love Portugal. Really lovely people, beautiful vibe, nice weather. Yeah, it was really relaxing, really a treat. And then very inspiring and motivating to be in the product group for the first time all together in a nice setting and we had amazing conversations. For me, I also got to know my team a little bit better because I just sort of recently switched into dot com, so that was helpful. But yeah, also a lot of meaningful, deep conversations and I&#8217;m really, really motivated after that meetup.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh yeah. So when you said meetup, I&#8217;m still in the community brain, so I thought it might have been a WordPress meetup because I spent some time. And that&#8217;s probably also the reason why my brain went there instead of the internal. Because I spent some time with meetups, local WordPress meetups in Salzburg and in Erfurt and also in Munich. I restarted the meetup here in Munich with a few of the original founders and some other people and. And it&#8217;s a totally different vibe than a WordPress conference.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is true. I love meetups.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> You meet 15 maximum 20 people and then you learn more about how they use WordPress, what they really move a normal user. So it kind of grounds you much better than kind of always being in the contributor section, kind of.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So that is true. Well, there was WordCamp Europe, which I didn&#8217;t attend because it was just so much. I attended WordCamp Asia, which I also loved this year. That was such an amazing experience and very motivating. And I talked to a lot of people who are meetup organizers in India and I really now want to visit one of their meetups. It sounds fun. I also visited the meetup here in Bangkok before and I love the people there, the really tight community. And I&#8217;m also. I have been thinking for many years now that I should actually start a meetup in our town in New Zealand. I haven&#8217;t committed, but I&#8217;m always coming back thinking about it. So maybe I should just commit and do that because it would be cool to have like a local.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> In New Zealand. There aren&#8217;t many around, but it would be cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Well, the first thing that you need is a co-organizer. So don&#8217;t start until you have a second person to do that because we travel a lot. Well, I travel a lot and I cannot be at every meetup, so I need somebody else to do that. So that was kind of back of mind.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That&#8217;s a good advice.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And the meetups in India, they&#8217;re really big. They&#8217;re 40, 50 people.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I talked to someone and. And they have 200 people every month on Surat. I was like, I want to come. Yeah, it&#8217;s amazing. Like, I want to visit.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s a small word camp for an evening kind of thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is so true.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Calls for Testing</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> All right. Yeah. So work for 7.1 is progressing and there are calls for testing out, and this is the first time that there are so many out there. There are five of them. And if you want to learn what&#8217;s really in 7.1, there&#8217;s no better way to take a deep dive and heed the call for testing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So there&#8217;s a call for testing for the responsive styling and yes, it&#8217;s coming to WordPress now. And then there&#8217;s a call for testing for the new modal media editor that opens up when you click on the crop icon in the toolbar of an image block or a cover block. And then there is the call for testing for the client media processing. That&#8217;s a feature that comes to 7.1 where the client, the browser is actually doing a lot of work in uploading the upload side of the image uploads and the resizing and then dumps it into the WordPress media library. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s also a real time collaboration outreach effort that is also a call for testing. And then there&#8217;s a call for testing for getting Unicode into email addresses. And that&#8217;s kind of fun too. So the testing has done an amazing job putting those calls for testing together because you get instructions on how to use it and videos to show you how to use it and then the instructions also for the testing. So your mental work on how do I test this is already done. You&#8217;re just going to follow the script and, and then have room in your mental room to observe your feelings for whatever you&#8217;re doing and kind of try to, to verbalize them and share your feedback. So it&#8217;s really interesting and I hope you dear listeners are going to heed those calls. One or two of them. You don&#8217;t have to do all of them. Yeah, I don&#8217;t grade you, but there will be a test. Yeah. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Then there are also two. Well, I said two, but there are actually three merge proposals from the contributors. There&#8217;s new things coming to WordPress Core. One is expanding the WordPress Core abilities. It&#8217;s a merge proposal to add three read-only abilities to cover the settings, content and users for AI. And it gives AI clients real tools to call so the agents can understand what your site&#8217;s configuration, post and people are doing. There&#8217;s a discussion should this be in core, should this be a plugin and all that you can read up on the post. And the second one is also for AI is the guidelines to build knowledge on your website. Yeah, what&#8217;s your tone about what&#8217;s the tone of voice, the expression, what the topic is about and what the members are, what the standards are and all the notes for revision and capabilities. So an AI agent could follow those instructions as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And for people who manage multiple sites with one AI they can actually it&#8217;s different for every site. So it&#8217;s really important to have that on the site to give that that&#8217;s a new content type and new settings pages for these things. So you can even use your AI to update those guidelines. There&#8217;s one thing and then of course the last one is the bigger one and that&#8217;s a merge proposal for the design systems theming Andrew Duthie published a merge proposal bringing design tokens and new theme components to WordPress built by the Gutenberg Components team. But it turns the hard coded admin styles into CSS custom properties so your plugins and screens stay consistent and accessible. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Then a color ramp tool generates harmonious accessible scales from just two seed colors and the user color scheme reaches the site editor which will come into I think 7.1. So with a dark mode on the horizon. So it&#8217;s a good time to get involved in the discussion now, dear listeners, and to make your point of view listen to and converse with others on the impact for you and your business and for your clients because that&#8217;s where the decisions are made. Some of them are already made but they are loosely held, so to speak. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a whole aspect of WordPress is we have strong opinions but they&#8217;re loosely held. If you have a good argument and you have a good use case or a different point of view, you are listened to. Of course if aired respectfully and even if it&#8217;s not respectful it should be because we all want to do the same thing. So the links to all the merge proposals and calls for testing will be in the show notes. You get to pick what you are interested in and so that&#8217;s a whole thing that happened in the last three weeks when we didn&#8217;t have a Gutenberg change log. So I wanted to catch you up. Any thoughts on that Ellen, that you want to share with our listeners?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think on the merge proposals but I think for the calls for testing the responsive styling of course sticks out to me because we have been calling for that for so long and the user the feedback was always there like what is that without responsive styling? So now here it is. So yeah go ahead and test it and I will do the same and kind of contribute to make it better or improve what. What we can. But here we go. We finally have. I think the number one ask always this is missing in Gutenberg.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. I think the number one ask is not the responsive design because Gutenberg is responsive in certain areas. It&#8217;s a viewpoint. It&#8217;s a media kind of thing. Yeah. So what is a tablet? What is a mobile. And to change things for those screen sizes. And there was a big hesitation and there&#8217;s. On the developer blog, there&#8217;s an article about intrinsic design that&#8217;s built into Gutenberg. And I think the thinking was, okay, intrinsic design is what comes after media queries. Comes after. So because we need to also talk to what is component in the container queries in CSS and all that. And at the start of Gutenberg people wanted to push the envelope of intrinsic design and then see what&#8217;s missing. And. And now we know where it all goes and how to. To change it. And there is a. Yeah, we talk about it a little later when we come to that. Yeah, but so that&#8217;s kind of. That part why it took so long, I think was the reason why I kind of went on the drain there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is true. I&#8217;m glad that we didn&#8217;t do like earlier versions of it. It seems late, but yeah, there&#8217;s. There&#8217;s a reason.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> But I think, yeah, a lot of plugin companies actually filled that gap quite nicely. I also saw a few implementations where you didn&#8217;t have three viewports or breakpoints, you had six, so. And I kind of couldn&#8217;t imagine that a normal user can keep in their head six different sizes to control the styling and when something needs to be changed to find it again where that actually was changed. I get the hesitation. So yeah, yeah..</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> You quickly go a little overboard with that. And I&#8217;m also glad that we didn&#8217;t do that on the core level.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; WordPress 7.0.1</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: Yeah. So that brings us to what&#8217;s released and it&#8217;s release week kind of thing. So on Wednesday and we&#8217;re recording this on Friday, July 10, Thursday, July 9, WordPress 7.0.1 was released with bug fixes from the major release. And the release candidate announcement has a list of all the fixes in track and from the Gutenberg repo, </p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m preparing an article for the Gutenberg Times. I will probably put in the show notes about what the fixes actually did is the WPKSS or however say that CSS corruption on some of the admin design glitches and some more. So you can have a summary of that. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">On Wednesday, just the day before 7.0.1, a user ask in the core channel, what is. I see all the communication. Yeah. What is the latest version actually, and at that time it was still 7.0, but we say but tomorrow it&#8217;s going to be 7.0.1. 7.0.1. Yes. Yeah, yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So 7.1 last month Anne McCarthy posted the roadmap 7.1. It was aspirational and also very concise with an outline and links to the tracking issue for the many features contributors have been working towards. Beta 1 of 7.1 is scheduled for next week. That&#8217;s July 15th. And by then we will know the full picture of what made it and didn&#8217;t make it into the release features from the Gutenberg plugin releases 22.6 through 23.6 will come to 7.1 unless they&#8217;re behind an experiment flag or plugin or plugin only as guardrail 23.6 release candidate. And that&#8217;s what&#8217;s getting into the beta version is on July 14, so one day before the beta version, because that&#8217;s where all the NPM packages are created and all the things get into the branches. Right feature branch. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The final release of 23.6 is moved to July 22nd. That was kind of decided by the release tech leads to get it all just in time for beta and organize that. So the deadline for enhancement into the plugin on 7.1 is July 14, the day before beta. So if you&#8217;re a contributor and you want to get the feature that you were working on in this weekend is probably crucial because it also needs to be reviewed and approved. So give people time to get in there. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So yeah, what should be on your radar for 7.1 is the mandatory iframe of the post editor. We mentioned it before. It actually has also a lead time to come to this point is the post editor runs inside or the block editor should run inside an iframe because it isolates the content from your admin styles and makes the viewport units and media queries work correctly against the editing canvas rather than the browser window. And in 7.1, iframing becomes more enforced for block based themes or for all themes because it ensures that canvas behaves predictably and the blocks render accurately for both the post editor and the site editor, template editor and pattern editor and plugin developers. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So plugin developers who have not updated their Block collections from version 2Block JSON version 2 to 3 should actually upgrade to make this all work. If you want to catch up on the newest discussion, there&#8217;s a Gutenberg PR that&#8217;s called Always the post editor for book theme. And that&#8217;s the 79819. And if you put that in your playground, you can actually add some of the plugins or your staging site, or add it to the staging site, then you can test your things. I think the biggest problems are sites that are maintained by people that do not read the make blog or do not listen to podcasts or read blog posts about their site or the software. And those are sites that haven&#8217;t been maintained for a while, otherwise they would have already upgraded things. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So block themes need to do anything too. They haven&#8217;t. No. Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I haven’t looked into that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s a problem for blocks. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That are in the block plugin collections.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. That only. They were only meant for post editor and have never been used inside editor or something like that. Because those would have broken already. Because the site editor since 2020 kind of uses an iframe version. So if you use the block in a template or use the pages thing from the site editor, the pages administration from the site editor, you will know when the block breaks. And in the post editor, if you go into the console, you see the notification that it&#8217;s going to be deprecated. But if you&#8217;re only in the post editor and never look at anything else and those blocks might break if they&#8217;re not updated.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> What should they do if this happened to them?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> There are some guardrails in place and there were two PRs. That one is the hard kind of, okay, we do all the iframe insight and that&#8217;s going to be in beta. And in beta, listening to the feedback will decide if there will be a switch to the other less hard choice there in terms of saying, okay, if it&#8217;s a block theme, it&#8217;s going to be an iframe post editor. But if it&#8217;s not a block theme and. Or if there are blocks on the page that are on the old version, like the version 2, then it will not be iframed, but that is subject to change. It&#8217;s kind of. There&#8217;s a trial and error kind of process here to figure out what is the best way move forward. Because the first post blog post about that was actually published in June ‘21, so five years. And then there was another one in November 2025, and there was another one in February ‘26. So there is a lot of leeway or runway for agency developers and plugin developers to kind of update, but sooner or later there will be a push to make it final and then deal with the consequences. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Anne McCarthy&#8217;s roadmap included two updates that we already know have been already punted. So that&#8217;s the update to React 19 and the deprecation of the classic block. Those things have been punted. And there are blog posts on the make blog for the reasons and next steps for that. It&#8217;s pretty much the classic blog where there was a lot of communication around it that said, okay, maybe it&#8217;s not a good time yet. And for the RAC 19 there were too many backwards compatibility issues, but it&#8217;s going to come. So it just needs a little bit more runway to get final to that point. All right. Any thoughts about that?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Not really. I&#8217;m excited for 7.1. I think we haven&#8217;t mentioned the release time. Is that still planned for WordCamp US and like August 19th.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yes, the planning is July 15th being beta and then August 5th being release candidate and August 19th final release on the last day of WordCamp US.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Okay, cool. I&#8217;m excited.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah, I&#8217;m excited too. There are nice features in there and there are nice updates to the site editor there and I&#8217;m very excited about that. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.4</h3>\n\n\n\n<p class=\"wp-block-paragraph\">And now that brings us to Gutenberg 23.4. Let&#8217;s go and talk about things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So that was released June 17th. We&#8217;re also going to talk about the next release 23.5 right after. So let&#8217;s start with this one first. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So I think the most exciting things in there are related to media. And the first thing that is pretty exciting is if you load media into the post editor, you now get like a little notification snack bar that kind of tells you the progress of your uploads. Like if you load dump, just dump in like 20 images you&#8217;re going to see. And you also I think timed first image, second image, third image. We are used to it, I don&#8217;t know from apps and stuff. So I think that is really, really helpful to see the progress of the loading there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And Adam Silverstein did an amazing job to get this all done. There&#8217;s a second one that also that the upload process is now enabled. So when it&#8217;s interrupted because you&#8217;re offline or something, it also resumes automatically the upload on the when the connection returns. So this would save quite a few hurry up and wait kind of thing. When you&#8217;re maybe on a train or in a country where you don&#8217;t have stable Internet connections to upload your media. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now, I only highlighted that because it&#8217;s in the same thing that the client side media processing is now geared towards 7.1. So the plugin’s only guardrail has been removed and it can be merged into WordPress.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The next one is the playlist block. It now has a visualization style selector so it has the playlist lock. When you try and test it, you&#8217;ll see there is a visualization kind of where the music builds some animation on top of the track and you can select the styles now for that. And also it now has a track length setting so you can set up the settings for that as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Another thing I kind of liked because I&#8217;ve built that before is if you have, I don&#8217;t know, on a WooCommerce theme or something, if you want to have the log out log in or for any other kind of purpose, you can now get that into an inner block of the navigation submenu. The lockout lock in. That wasn&#8217;t possible before. It&#8217;s a small thing but very helpful for whenever you want to have that in a drop down or sub menu.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. If you have a membership site or subscribers only content and you. You offer them a nice accessible way to log in and log out. There&#8217;s a very minimal change, but you might need. You will notice it. It&#8217;s the time to read icon has been renamed to time. So it&#8217;s not. Might be getting rid of redundancy, but I&#8217;m not sure it&#8217;s even clearer. It&#8217;s clear enough. So yeah, that&#8217;s the change.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I think that&#8217;s mainly kind of to reuse it, to be able to reuse it for more things. Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Another thing that I think is a little bit bigger and quite helpful is that now it&#8217;s possible that columns and gallery blocks can be transformed into grid variations for layout styling. I think that&#8217;s kind of cool. I think I wanted to do that many, many times.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, me too. Because I forgot that I have a grid block and I tried to do things with the columns block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, yeah. So often you kind of start out in a column and then you realize no, that should be a grid.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And then again for the media. But this time it&#8217;s out of the block editor. The media editing modal has changed and it has some new features, better features, new libraries. And we talked about it before on this podcast. But now you can reorder the details field has been reordered and then now you have aspect ratio controls for the mobile toolbar and they refactored a little bit the modal layout in total. But this is a great, great tool. So these are all just the usability issues. The main feature was already in 23.2 or 3 and there are editable attachment fields. And the mobile tool. The mobile toolbar has been updated to include the aspect ratio controls. Also uses the zoom uses now plus and minus buttons. Yeah. Instead of the spyglass.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Oh yeah. That is actually very helpful an update on the dashboard. And you maybe have to help me out if I&#8217;m not 100% sure if I understand that correctly. So we always had the grid columns and now they are opinionated. So pre designed responsive. Is that correct if I say that like in your dashboard, like the two columns, I think it&#8217;s maximum four columns. It doesn&#8217;t go more than four and then it reduces like it nicely responsive by default, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. It goes from 960 desktop width, so four columns to two columns between a tablet kind of size, between if it&#8217;s smaller than 960 to 600 and if, if it&#8217;s smaller than 600 or 600 and smaller, it&#8217;s going to one column and has a mobile kind of view there. So it&#8217;s definitely responsive. But that&#8217;s the dashboard. It&#8217;s about the admin dashboard. It&#8217;s not in the block editor. So that grid has nothing to do with a grid block in the block editor. So we have a little issue there with using the same words for different things. But that&#8217;s because it&#8217;s all grid based. But it&#8217;s a good thing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And contributors have an experiment on redesigning the dashboard and also let blocks going in there and all that. So it&#8217;s. It&#8217;s quite interesting to see that there are more additional features in there like this day before. Right. So if you&#8217;re in a block, you can. They&#8217;re figuring out how to put the previous day and previous years. So if you have a blog for 30 years or 10 years, you. You get. Or even five years. Yeah. You get a notification, what you published about this time of year, last year or something like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And that was actually kind of nice.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It kind of embraces your blogging history.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, exactly.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> One actually kind of cool little change that I really like is in the site editor now. The admin color scheme, if you select another one, get translated into the site editor. So I know a lot of people always say, oh, you go into the site editor and it&#8217;s this black different looking user interface. And yeah it&#8217;s. Why is it so dark? So now it kind of adopts the color scheme you have selected. And I think this like part of bigger work going into kind of making the interfaces more be like one thing instead of.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. The unification of the admin interface is also a long time coming and I think that&#8217;s a, that&#8217;s a fantastic step. Yeah. To kind of just make it sure that if you have a green sidebar that it&#8217;s also green in the site editor.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah. Because why, why wouldn&#8217;t it be?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah. So on the client media side again, the ultra HDR JPEGs that are detected by upload and then the originals are kept unmodified and the sizes subsizes. They preserve their ICO standards. So you have a better quality of the Ultra HD but it also handles the bigger sizes. So it&#8217;s a nice addition to the media upload feature that we talked about before.</p>\n\n\n\n<h3 class=\"wp-block-heading\">APIs</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And then we also have an update on APIs. Oh, God. You have to help me with this one. I read it, but now I&#8217;m kind of like what was that about again? The future it will help.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: So it tracks per entity, the view configuration for pages. And then so it&#8217;s about the pages of pages, posts, patterns, template parts, templates and have their default layout in the grids being the, the layout grid in the admin. So when you&#8217;re in the site editor you have a choice when you look at templates, what kind of layout. You have a grid layout, a list layout and these kinds of things. And now there is actually an API that you can extract that view configuration for several other things. If you&#8217;re plugin developers, you can then replicate what the, what the priority is or what the preference is for your user. And you see that in the rest API when you pull out the information and display it again, that you get the configuration with it. I don&#8217;t know.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So you can practically kind of unlock whatever the configuration was in default and then use that in a plugin or something, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Exactly. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> The same screen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So when you. One use case could be if you are using WordPress as your content container, but have another application that displays things as a headless or in another. In another admin content management system that only talks to WordPress with all and pulls out the things that are in WordPress and measures it up with other data that&#8217;s also in the system, then you are able to display the same what the user sees in the WordPress admin, you can display that also in your system at the same time. So that kind of would be one of the use cases that I just made up.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, that makes sense and very good to explain in that way. What else do we have next?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So the dashboard we talked about that now has also an events widget that can be filled. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I wanted to point out one documentation thing that is really a big deal that Juan Margarido has taken on in April or May and push that through a merge now with 23.4 and that is the auto generation of the per block API reference from the block JSON files. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So, until now it was really hard to figure out, okay, what&#8217;s the block markup and are there all the supports in there? Because the documentation was handmade. So if somebody updated a block&#8217;s configuration and block JSON and added support to it for other things, it would not show in the documentation until someone touches the documentation page. And for 90 blocks or so that are in core right now, that&#8217;s a moving target and fast moving target. So he proposed to go in and auto generate that documentation page for humans and AI to map multiple things. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So one is the parent relationship with other blocks like think accordion block and the sub blocks there, the attributions in the table, in a table that what the block supports and with links to explain those features. So if you don&#8217;t know what the alignment or support of a block is, you can look it up right from there and then what block styles come with core so you don&#8217;t have to figure that out from the interface. So like the button comes with two styles, one is the default, the other one is the outline style. Then which CSS selectors are automatically created and then an example of the block markup. And last but not least, also the links to the source of the information and the packages. So you have a full 36-degree view on the block. And because the documentation is auto updated, it comes right there when the new features are kind of added to the block and it will be shown in the documentation. </p>\n\n\n\n<p class=\"wp-block-paragraph\">This not only helps the developers and theme developers to have a better handle on or one lookup page or section in the documentation, it also helps AI agents to form a comprehensive space to learn about WordPress blocks. Because I have found that AI sometimes just does a custom HTML block and puts it all there instead of using a column block or cover block or something like that. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So this is a very big deal because that&#8217;s something where AI elevates human capabilities because he used AI to run the code that parses the block JSON and puts it into the documentation page and then also has that documentation page from the GitHub repo into the developers.wordpress.org document block editor documentation automatically merged there. So this is a big deal. And kudos to Juan Margarido. He also spent some time getting some community input from the documentation team from the Gutenberg leadership. We had a hallway hangout with a Q and A and it finally was merged now. So kudos.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, that&#8217;s pretty cool. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.5</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I think now we&#8217;re moving to the latest release, 23.5, released July 1. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I think the first thing we wanted to highlight was that the design system token defaults now with out a runtime which practically, as far as I understand it correctly, helps that all the styling from the design system is just there by default. There&#8217;s nothing that got missed. Is that correct? Yeah, because it happened before that some design elements were in style.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Exactly. Yeah. It&#8217;s now available as public export. That&#8217;s pretty much so you can use it in your own apps that you put into apps. I say it&#8217;s also called plugin, so you can use it without having to import it into your plugin via NPM and these kinds of things via the build process. So you can just import it into your app here. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But I also want to point out again the match proposal for the design system. Everything there is kind of in a holistic way explained and also what it&#8217;s supposed to come to. And these are all plenty of the component work that&#8217;s done for 23.5 and released or merged is actually in support of the design system and the UI revamp of the components.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think about the block library. And we have a few other updates in the release. The first one is that the viewport states and the controls are now support for they supporting aspect ratio and all the related controls with that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So I think yeah, it&#8217;s part of the styling system. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> For image blocks featured image block media library also no, no background images. A background cover image and cover block, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Also yeah, okay, that&#8217;s the viewport states is the name that they give the responsive editing screens. So those controls are now also available. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s also a line item in the block library section of the changelog about the classic block to hide it from the inserter that has been reverted. That&#8217;s part of the blog post that I mentioned earlier that was published after the release of 23.4, so I wanted to point that out. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The next one is that the media editor modal is now available also for the cover block that comes with that. I think I mentioned that already. But now when you have a cover block with an image, you can also use the media editor modal to crop it, to rotate it, to tilt it and all that kind of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That&#8217;s a nice add on small but also visually really nice to have is that the icon block now has controls for flip and rotate the icons, which is very nice to have like a. One of the things you like kind of expect to be able to do and then it&#8217;s super difficult. So now you can do that. And then it also. What is the second one about?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, it just adds a default placeholder instead of to the blockchain.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah. So there was also a big push to have text alignment support for some of the text blocks. And now the block quote. I think there were seven or eight blocks that have that again. This time there was missing text align support and that has been rectified. So now you have also text align support for the block quote. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, that was one thing that threw me quite a bit and quite often I always went back to the quotes block. But a quote block and a pull quote have different use cases and a pull plot is an excerpt from the article and you couldn&#8217;t make it not centered. It was kind of odd that you couldn&#8217;t left align it. Which is my favorite. Yeah. Centered when you have more than one word in the center, you hardly can read it. Or more than one line. Yeah. So I always wanted to be left aligned and I can&#8217;t quote just a sentence. Yeah. So I&#8217;m really great that they have a text aligned support now that makes sense.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It&#8217;s these little things that kind of throw you, throw you off if you don&#8217;t have them and you&#8217;re like, why can&#8217;t I then? I think one of the biggest things in this release is that the resizable editor now it&#8217;s like fully resizable. You can drag it along. It&#8217;s not just mobile, tablet, desktop, you can get your own size and preview it. I think this is one of the biggest releases in this. In this update 23.5. So can you do anything else? You can resize it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: Yeah, yeah. It has a handle though. You can resize it. So you have a handle to make it smaller but not as small as mobile. So you can see if. If somebody uses a tablet whatever and odd width you can kind of test it if, if your settings actually work there or your. If the. The layout is there. But you cannot change the viewports themselves. Yeah. They are not customizable. It&#8217;s just so you can see the preview there. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Which is very helpful like visually.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. Especially when you get a call and you don&#8217;t have that device on hand. Yeah. That a client sees or a client has a complaint from their clients that something is wrong on the view. You can just kind of tested in the block editor without having the device on hand. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But there is a long standing request to be able to change the viewport numbers and because right now they are hard coded to I think 768 is the desktop and then 467. Yeah. 468 is the tablet and or between there is tablet and then below is the mobile. But there is good news. There is coming with 23.6. It&#8217;s already merged is in PR where you can change that via the theme JSON. So theme developers are now able to change viewport numbers for their sites. There is no UI yet for it. But that&#8217;s typical. That theme JSON is first. So theme developers can test it out and can actually use it. But for the UI you need a little bit more information how things are going and how users would work with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And there&#8217;s also been a smaller change on. If you add a note that just. It&#8217;s simplified how the show more or less collapse works. If you have a long note you want to collapse it and show more or less. I think that just has been reworked or simplified.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I don&#8217;t think it&#8217;s anything we see on the user side. Right. It&#8217;s more in the background. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s just faster. Yeah. It&#8217;s kind of that. Okay. Mostly performance issue. Yeah. You&#8217;ll see a slight change there. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There is the experiment of the omnipresent toolbar which is pretty much the admin bar. In the editors you see the admin bar, the black admin bar on top of the screen when you&#8217;re logged in and you look at your website from that perspective and you also in the post editor you see the black toolbar but you couldn&#8217;t in the site editor or in the other editors. So now the experiment is to show it but then also unify the interface because the design view or the site editor has its own W to go back to the other admin. And when it&#8217;s in the admin bar you just click where you normally click to get to the site. So it&#8217;s all unification of the interface pretty much. And now you can see the site icon instead of the dash icon if you select it as well in the toolbar. So there has been an ongoing effort and some of it might come to 7.1. It&#8217;s on the roadmap for the admin bar everywhere, so to speak.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think one thing that I remember I struggled with quite a lot is the flex behavior of children. So now there has been.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> You mean your child? Well, it&#8217;s not the flexibility of toddlers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ellen Bauer: The Flex elements. I love flexbox CSS always have. But I think we always had a problem that they weren&#8217;t behaving like exactly like CSS. Flexbox should behave. So now one of the changes has been that so flex children that had a fixed width, this is now like truly fixed. I think it was squishable before. Can you say that? Is that correct? And now it&#8217;s like a truly fixed width to zero. So I think that&#8217;s one of the things visually that helps a lot. And then the other one was grid layouts now have fill available space, toggle. Is that correct? I think it&#8217;s just a toggle in the settings. Right. That you can toggle on and off and then you have auto fill and auto fit behavior. Okay. And this behaves exactly like CSS grid behavior.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, you would expect. Yeah, that&#8217;s pretty nice. There was some. Some quirkiness to the grid block and the grid layouts and I&#8217;m glad that Isabella is working on that constantly to improve it and to get back to it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, she&#8217;s doing great work. I met her live at WordCamp Asia this year and it was really pleasant because I love flexbox Grid. I always love these blocks and CSS settings and they never quite worked. How I or like went into that depth, I wish they had. And yeah, she&#8217;s. I think, like, she has the same opinions, so it was a good chat. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Another thing that is kind of cool and fun to have is that now global styles allow text shadow settings. So, yeah, there&#8217;s these options of text shadow, if you ever want to use that in like a cool, fun design or. So now you can set it in global styles, which is really cool. That wasn&#8217;t possible before at all, I believe. Right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: It&#8217;s a new style support.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I really like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, I tested it and it&#8217;s really nice. There are some presets in there that come from core, and I still need to figure out or find out how you can switch off some of the styles and how you can add your own styles like you can do with the shadow box. The shadow box has a feature that you can switch out the core styles with your own styles or just switch them off, but you definitely would need that for the texture as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Maybe we will add that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s not there. It&#8217;s the first version and the first version is pretty much a minimal viable kind of setup. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The next thing is again Media Editor modal. It now has some error states. You can magnify the crop to fill the canvas and the current post always includes the initial options. There are also minor fixes, but that is because it gets ready for 7.1 release. So every aspect of it is actually and comes from feedback from the call for testing. The call for testing was actually already issued in I think in May. So it&#8217;s already a month in or two months in. So there is already some feedback coming back. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The data layer has a feature for the real time collaboration or many features, but one of them stands out is that you can disable collaboration per post. So if you have maybe a recipe or a book post type and you don&#8217;t want anybody to collaborate with you on that, you can switch that off. It&#8217;s probably best for very visual post types or it&#8217;s also necessary for template parts or for navigation. Those are also post types. You can control that now. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So there was a for a while in the text controls there was a prop to have the next 40px default size and there was underscore. Underscore was an experimental property and that now has been made the default. So if you had a 36 before or 32 on the default size for the text box, then if you wanted to be in the same realm as WordPress itself, you had to use the underscore next 40px default size prop to have the same sizes of the controls and now those are default now. So you don&#8217;t have to do this experimental prop to use but it will change how things work. So you might want to, as a theme developer or a plugin developer, you probably want to check your plugins, your text control components, how they change behavior or at least the default layout. So that&#8217;s why I&#8217;m calling that out here in the episode. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And also a similar thing is known that 23.6 Gutenberg 23.5 bumps. The minimum required version to install the Gutenberg plugin is now 6.94 versions 23.5 and newer. So if you are on 6.7 or 6.8, you are not getting the newest version of the Gutenberg plugin. So I think. Oh, there&#8217;s one more. Did I overlook something?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> No, I think on performance you highlighted that blocks migrate markdown converter from showdown to marked. And what does that do?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It actually is just performed faster. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Oh, yeah. Okay.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And it also has a different parser, so it might have a say. It&#8217;s G. What&#8217;s it called? GTM. There is a standard for markdown that comes from GitHub and it now adheres to that standard. Yeah. So that&#8217;s updated. It&#8217;s a minimum change most people wouldn&#8217;t even need to do. But if you copy paste something from GitHub or from other Markdown editors or from your AI agent, it&#8217;s a different parsing process.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I just researched that and it said that the previous one was like from 2018 or so and this is just like a faster newer version that we updated to. Okay, that makes sense. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p class=\"wp-block-paragraph\">And then there was one last highlighted thing on the block library unwrapping. Classic block migration notice experiment.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s part of the effort to the classic logic. But that has also been reverted so it will not announce that this is deprecated. So it&#8217;s important to know that that line item in the change log has been overwritten already with a newer version that comes to 23.6 on July 22.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Various</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And there was another small update on icons to self declare icons color on the icons block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, nice. Yeah, I overlooked that. I got lost in the changelog already. So.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I mean there were a lot of these smaller things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh yeah. So if you have an icon, it can say I&#8217;m. I&#8217;m only in blue or something like that. What does it mean, the current color?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, current color. Yeah, of course. Duh. Yeah. I was still stuck on tab sync finally second the tab sync because it&#8217;s the. For stabilizing it to come into 7.1. The tabs block is still under active development until July 14, so don&#8217;t start building on it yet because there&#8217;s API cleanup and refactoring going on where the contributors try to nail down the final version before it gets into core. Yeah, that&#8217;s the end of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Wow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, we still had a lot to talk about, Ellen. Yeah. So apart from the responsive styling, are you excited about some things that come to 7.1 in the near future?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think for me, being like a Visual X thing builder or and working on blocks, I think responsiveness is a big one and I&#8217;m excited to see how. Yeah. How we just kind of improve things. Also, I like that we are looking more into the dashboard and finding ways to unify the experience. I think this is one of the things that always come up that it looks kind of like two different versions, partly outdated. And I think we need to move along and kind of come to maybe not make everyone happy, of course, but come to a compromise that we can all live with and then move forward. I think this would really help WordPress to kind of shine in a way that it doesn&#8217;t look outdated or not like one product. I think if we can come together and do that and push for that change, that would be really, really helpful for all of us and for everyone and for WordPress. So I&#8217;m excited to contribute and help to make this happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Awesome. Awesome. Yeah. Yeah. I like the new blocks that are coming. Of course. I have been a fan of blocks since the beginning of the block editor, so I like that the playlist block and the TAMS block. And finally. The table of content. There is an effort to actually have the table of content come to WordPress. Right now. It&#8217;s only available for years in the Gutenberg plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I didn&#8217;t even know. I thought it would be in.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Even small things like rotating icons and stuff like that or having them be the current color and all these grid and Flexbox things. They. We need these things. I think it&#8217;s still very, very important to have professional settings like that available.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And this is a visual person. You&#8217;re probably also happy that you now can have in the group block. Background gradients. Gradients. We all love gradients. I love gradients. I love gradients. Yeah. And there&#8217;s these kinds of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> They&#8217;re like, why aren&#8217;t they there? And so responsiveness. And I think just of kind of growing up Gutenberg and the editing experience.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Seems. And even like with AI helping on a lot of things and being able to patch CSS and stuff on onto things to make things better that we don&#8217;t have. I think it&#8217;s still important that we aim for a really high quality experience in manual editing so people find what they&#8217;re looking for and are not frustrated or get lost. I think that&#8217;s just the quality we want to stand for and have in WordPress no matter what.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think the standard should like, should be. We aim. Should aim for that as being just there for people, for users.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> I think we. We develop, as I say. Yeah. Are kind of really immersed in this AI grace and hype and also the possibilities and the usefulness of AI in our work. There is a danger that we forget that WordPress users that are writers or publishers actually are not using AI to do their work on WordPress. So we definitely need a delightful interface and all these small changes, quality of life changes and the big changes like the responsive editing and the dynamic galleries and whatever is going to come. The modal editor, the media editor needs to be delightful and useful for humans that are kind of having fun and producing more content for the Internet that is kind of. Yeah. Eating it whole, so to speak, with AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, yeah, I love that too. Delightful is a beautiful word to use. Yeah. We want to delight people using WordPress and this should be our aim. AI or not, like in whatever. We have to meet users wherever they are, however they want to use the tool. It shouldn&#8217;t be, oh, we can leave this stuff now because everyone uses AI. I think if we have a user interface, it would be delightful. If it&#8217;s not yet delightful, we have to make it delightful. And AI can only help us to do that because we can contribute faster, we can move things faster. So let&#8217;s use AI for that, to delight users to meet them wherever they are for everything we offer, and we do offer a user interface. So here we are with some work to do.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haac</em>k: I think that&#8217;s a good end of the show today. Thank you so much, Ellen, to be on the show and walk with me through those changes that are coming and if people want to reach you, how is a good way to reach out to you.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So I am in the community Slack WordPress community Slack. I&#8217;m also on social media, not that active to be fair, but reachable anytime. I think for WordPress community, the community Slack is the best place to reach me. But if you look at my name, Ellen Bauer, you can find me online on all kinds of platforms and I&#8217;m oh, I&#8217;m actually revamping my Manu and my Little Elmo Studio blog. So there&#8217;s going to be a new design and I&#8217;m really excited to get blogging again. Also doing a lot more like a few more YouTube videos. I have some ideas for that over the summer month now. So, so wonderful. Yeah, I will share if I have some news on that. Look out for Ellen or Elmer Studio and just reach out anywhere.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Excellent.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yes, I&#8217;m always excited to hear from you.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Wonderful. Thank you so much, Ellen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Thank you for having me. Birget, you&#8217;re welcome to be on the show.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s delightful to have you to overuse that word. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, dear listeners, the show notes will be published on GutenbergTimes.com podcast this is number 132, 132. And if you have questions and suggestions or news you want us to include, send them to <a href=\"http://changelogudenbergtimes.com\">changelog@gutenbergtimes.com</a> that&#8217;s <a href=\"http://changelogutenbergtimes.com\">changelog@gutenbergtimes.com</a> thank you all for listening. And until the next time, goodbye.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Bye.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Jul 2026 10:57:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Gutenberg Times: Roadmap 7.1, Gutenberg 23.5, Responsive Styling, Migration to Block themes — Weekend Edition #368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=45946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://gutenbergtimes.com/roadmap-7-1-gutenberg-23-5-responsive-styling-migration-to-block-themes-weekend-edition-368/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24996:\"<p class=\"wp-block-paragraph\">Hi there, </p>\n\n\n\n<p class=\"wp-block-paragraph\">After a four-week break — courtesy of a sciatic nerve with strong opinions — I&#8217;m happy to be back in by office chair and in your inbox. There is plenty to catch up on.  </p>\n\n\n\n<p class=\"wp-block-paragraph\">Beyond the updates on the new WordPress and Gutenberg versions, you&#8217;ll find stories below from WordPress veterans on migrating to and working with block themes on client sites and dive into more complex theme solutions or </p>\n\n\n\n<p class=\"wp-block-paragraph\">Don&#8217;t let me keep you from your light summer reading. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Have a splendid weekend ahead! </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The team around release lead Aaron Jorbin pushed <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\">WordPress 7.0.1 Maintenance release </a>out the door to update millions of WordPress sites. The update covers 17 Trac tickets and 14 Gutenberg PRs. The full list is available in the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">RC 1 announcement post </a>from last week. </p>\n\n\n\n<p class=\"wp-block-paragraph\">In <a href=\"https://gutenbergtimes.com/wordpress-7-0-1-fixes-registration-spam-wp_kses-css-corruption-and-7-0-admin-design-glitches/\"><strong>WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches</strong>,</a> I cover the most important fixes for end users and developers of this release.  You&#8217;ll learn how the registration-spam loophole got closed, which admin design glitches were sanded off, and why developers can finally remove their <code>wp_kses()</code> CSS workarounds. Update your sites soon if auto-updates aren&#8217;t enabled. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher</strong> compiled <a href=\"https://developer.wordpress.org/news/2026/07/whats-new-for-developers-july-2026/\"><strong>What&#8217;s new for developers (July 2026)</strong></a>, and it&#8217;s all about the 7.1 cycle getting real: Beta 1 lands July 15, final release August 19 at WordCamp US. You&#8217;ll want to test responsive styling, the React 19 runtime flag, and Unicode email addresses now. Also on your radar: merge proposals for Core Abilities and Guidelines, the 40px component default, icons inheriting color, and Playground&#8217;s MCP support.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\">Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-46077\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17-edited-1.png?resize=652%2C183&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Berislav &#8220;Bero&#8221; Grgičak</strong> announced <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">what&#8217;s new in Gutenberg 23.5</a>, released July 1. The headliner: you can now drag the editor canvas to any width, with the device preview dropdown and resize handles working together for responsive editing. The experimental Media editor gains a magnified crop canvas, pixel-snapping handles, and Cover block support. Also notable: text shadows in Global Styles, flip and rotate controls for the Icon block, and a minimum WordPress version bump to 6.9.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">For the next episode of the Gutenberg Changelog, I sat down with <strong>Ellen Bauer </strong>to chat about what&#8217;s coming next for WordPress. We dug into the latest Gutenberg plugin releases (23.4 and 23.5) and the recent WordPress 7.1 update. Plus, we walked through some big merge proposal, like the Design System Theming. our excitement around responsive styling coming to WordPress. It’s a packed episode full of news you won&#8217;t want to miss! The episode will land in your favorite podcast app over the weekend.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-45996\" height=\"194\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17.png?resize=652%2C194&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"wordpress-7-1-roadmap-and-more-calls-for-testing\">WordPress 7.1 roadmap and more calls for testing</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anne McCarthy</strong> published <a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to WordPress 7.1</a>., scheduled for August 19, 2026. Longstanding styling gaps are being tackled: responsive styling and interactive-state styling let you adjust blocks per viewport or on hover — no custom CSS required. You&#8217;ll also find new Playlist, Table of Contents, and Tabs blocks, a smarter command palette, a Design → Identity screen, the admin bar inside the editors, a media editor modal, and expanded Unicode support for email addresses.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Also mentioned Real-time collaboration, Knowledge Guidelines, React 19 upgrade, Classic block deprecation have been punted since the posts came out. Beta 1 arrives July 15 and will settle which of the other Roadmap features are in and which will be punted to a future release.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">The latest Weekend Edition<a href=\"https://gutenbergtimes.com/calls-for-testing-gutenberg-23-3-block-mcp-weekend-edition-367/#calls-for-testing-for-wordpress-7-1\"> listed three calls for testing</a>. Meanwhile, two more came online:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nikunj Hatkar</strong>, this year&#8217;s team rep of the Core Test team, posted a <a href=\"https://make.wordpress.org/test/2026/07/03/call-for-testing-responsive-styling/\">call for testing responsive styling</a>. You&#8217;ll be able to style blocks differently for tablet and mobile right in the editor — no custom CSS or media queries needed. The underlying PR unifies the resizable canvas with the device-preview switcher. Fire up the linked WordPress Playground instance, walk through the four test scenarios, and share what feels intuitive or broken. Plugin and theme developers should test their canvas integrations, too.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Dennis Snell</strong> published a <a href=\"https://make.wordpress.org/core/2026/06/10/call-for-testing-unicode-email-addresses/\">call for testing Unicode email addresses</a>. With initial support merged, <code>is_email()</code> and <code>sanitize_email()</code> now accepting non-ASCII addresses like <code>grå@grå.org</code>, and validation aligns with the <a href=\"https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address\"><em>Web Hypertext Application Technology Working Group</em> (WHATWG) spec.</a> You&#8217;ll want to check your plugins and themes: the new <code>WP_Email_Address</code> class gives you structured access to local and domain parts, and a snippet lets you disable Unicode support until third-party integrations catch up.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"three-merge-proposals\">Three Merge Proposals </h3>\n\n\n\n<p class=\"wp-block-paragraph\">Core contributors put together three merge proposal for new features to be added to Core for public comment. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jorge Costa</strong> published a <strong><a href=\"https://make.wordpress.org/core/2026/07/02/merge-proposal-expanding-wordpress-core-abilities/\">merge proposal to expand WordPress Core Abilities</a> </strong>in WordPress, adding three read-only abilities covering settings, content, and users. Building on the Abilities API from 6.9, they give the AI Client real tools to call, so agents can understand your site&#8217;s configuration, posts, and people. Settings and post types opt in through a dedicated flag, and management abilities are planned for a later WordPress version. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Greg Ziółkowski</strong> published a <a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/\"><strong>merge proposal for Guidelines built on Knowledge</strong></a>, a new custom post type headed for WordPress 7.1. Knowledge gives your site one shared home for standards, memories, and notes — with revisions, capabilities, and REST access built in. Guidelines is the first feature on top, letting you capture voice, tone, and per-block rules right where writing happens. Although, originally aimed at WordPress 7.1, in their l<a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/#comment-49029\">atest comment, Anne McCarthy indicated</a> that it needs to simmer some more before it&#8217;s considered for inclusion in WordPress Core. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Andrew Duthie</strong> published a <a href=\"https://make.wordpress.org/core/2026/07/07/merge-proposal-design-system-theming/\"><strong>merge proposal for Design System Theming</strong></a>, bringing design tokens and a new theme component to WordPress. Built by the Gutenberg Components Team, it turns hard-coded admin styles into CSS custom properties, so your plugins and screens stay consistent and accessible. A color ramp tool generates harmonious, accessible scales from just two seed colors, and the user color scheme reaches the Site Editor — with dark mode on the horizon. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anne Katzeff </strong>published a tutorial <strong><a href=\"https://www.askdesign.biz/blog/2026/05/exploring-the-wordpress-cover-block-parallax-scroll/\">exploring the WordPress Cover Block for parallax scrolls</a>. </strong>You&#8217;ll learn how the Fixed Background setting turns a Cover block into a layered parallax effect — background, middle ground, and foreground text moving at different speeds. The post steps through nesting a second Cover block, switching which layer scrolls, and improving text readability with grouped backgrounds. A video tutorial rounds it out. She also demos her process in <a href=\"https://www.youtube.com/watch?v=dux016qIXSM\">this YouTube video</a>. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Carrie Dils </strong>shared a case study, <a href=\"https://carriedils.com/one-header-two-themes/\"><strong>One Header, Two Themes</strong></a>, on phasing a legacy Elementor site toward Full Site Editing without a rebuild or content freeze. Using ThemeSwitcher Pro to run two themes side-by-side, she built one shared header in a plugin that both themes render. You&#8217;ll learn from five real-world snags — WooCommerce&#8217;s hooked blocks, cascade conflicts, routing gaps, query-string bypasses — and why shipping the shared layer first de-risks everything after.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Gina Lucia</strong> compared <a href=\"https://olliewp.com/wordpress-theme-vs-page-builder/\"><strong>WordPress block themes vs page builders</strong></a> on the <em>Ollie</em> blog. You&#8217;ll get a clear-eyed walkthrough of what classic themes, page builders, and block themes each handle — scope, design control, performance, lock-in, and maintenance — with side-by-side tables. Her conclusion: block themes combine sitewide design control with visual editing natively, so you rarely need a page builder anymore, though migration costs and team habits can justify keeping one.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Elliott Richmond</strong> explained <strong><a href=\"https://elliottrichmond.co.uk/why-i-spent-16-months-turning-400-holiday-cottages-into-wordpress-blocks/\">why he spent 16 months turning 400+ holiday cottages into WordPress blocks</a>.</strong> The kate &amp; tom&#8217;s site moved from ACF flexible content to a native block theme, freeing the marketing team from waiting on custom widgets. You&#8217;ll appreciate his candor: 10,590 widgets migrated via a purpose-built plugin, re-run against fresh production snapshots, with flaky conversions fixed by hand. Even untuned, PageSpeed jumped from 22 to 67.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Wes Theron</strong> published a video tutorial, <strong><a href=\"https://www.youtube.com/watch?v=OFRAPMPQMeA\">How to Create and Edit Navigation Menus in WordPress</a>,</strong> for anyone getting comfortable with block themes. In under ten minutes, you&#8217;ll learn how to edit your menu with the Navigation block, add pages, posts, categories, and custom links, and build dropdown menus. Timestamps let you jump straight to the part you need — handy if dropdowns are the only thing standing between you and a finished header.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Henrique Iamarino</strong>  shared how the Automattic Design team <a href=\"https://automattic.design/2026/07/09/build-a-wordpress-theme-without-ever-opening-figma/\"><strong>built a WordPress theme without ever opening Figma</strong></a>. You&#8217;ll follow the making of Crafted, a production-ready theme created almost entirely in the WordPress Editor: Global Styles for typography and spacing, <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> to save edits to theme files, WordPress Studio for local review, and an AI assistant for finishing-touch hover CSS. His takeaway: the Editor is now a professional design surface.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Justin Tadlock</strong> explained <a href=\"https://developer.wordpress.org/news/2026/06/dynamically-loading-template-parts-in-block-themes/\"><strong>how to dynamically load template parts in block themes</strong></a> on the Developer Blog. Instead of maintaining a pile of near-identical templates, you can hook into the <code>render_block_data</code> filter and swap a template part&#8217;s slug on the fly — say, a different sidebar per post category. His walkthrough covers early returns, fallback behavior, and file setup, and the technique works for headers, footers, and banners, too.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div class=\"ng-block-4b01c1257f063910 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-119ac99e7e4f7a0b wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-a522924b5f9a2a61 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2025/\">2025</a></strong></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"ai-and-wordpress\">AI and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jeff Paul</strong> announced <strong><a href=\"https://make.wordpress.org/ai/2026/07/08/whats-new-in-ai-1-1-0/\">what&#8217;s new in AI 1.1.0</a>,</strong> the latest release of the canonical AI plugin. Two experiments headline, <code>type-ahead text</code> suggests inline ghost text as you write in the block editor, and <code>key encryption</code> secures your AI Connector API keys in the database. You&#8217;ll also find smarter content readiness checks with locale-aware counting, more control over guest comment moderation, a new <code>core/read-settings</code> Ability, and a peek at 1.2.0 plans.</p>\n\n\n<div class=\"ng-block-349578ace7fdbe0d wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-cdbdee01d40a4465 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-20e5c4a8fdf30241 wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-3013f4d0787cd26f wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-4d6dafbbd6113313 wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-c9961842721b69ca wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jul 2026 01:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Open Channels FM: The Real Challenge of Technological Solutions: Exclusion in the Age of Verification\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556720\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://openchannels.fm/the-real-challenge-of-technological-solutions-exclusion-in-the-age-of-verification/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:419:\"David Snead, director of the Secure Hosting Alliance and a long-time Internet policy leader, shares his perspective on the complexities that emerge when technological solutions like age verification are implemented in the digital infrastructure space. Dave&#8217;s reflection highlights how the push for more secure, regulated environments can unintentionally create barriers for vulnerable or less tech-savvy [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 14:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Dennis Snell: See DATA, CDATA, RCDATA, and PCDATA oh my!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://fluffyandflakey.blog/?p=3943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://fluffyandflakey.blog/2026/07/10/see-data-cdata-rcdata-and-pcdata-oh-my/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30966:\"<p class=\"wp-block-paragraph\">HTML and XML are markup languages based on plaintext files. This means that any given character <em>could</em> be part of a syntax form (a tag, a comment, a character reference, etc…) <em>or</em> it could be representing itself the way it reads in the file literally.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">tag</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string\">&amp;middot;</span> Text node<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">tag</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">Whenever a character might be ambiguous, both languages require explicit indication of the intent of the character. In HTML this occurs via <em>escaping</em>, while XML allows escaping <em>or</em> wrapping the content in a <em>marked section</em>, specifically a <code>CDATA section</code>.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-string\">&amp;lt;</span>tag<span class=\"tok-string\">&amp;gt;</span></div><div class=\"cm-line\"><span class=\"tok-string2\">&lt;![CDATA[&lt;tag&gt;· Text node&lt;/tag&gt;]]&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">These terms confuse me at times, especially since <code>CDATA</code> and <code>CDATA sections</code> are distinct forms of the same content, and it’s easy to conflate each term. This post is here to disambiguate the terms, their meanings, and why they exist.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#summary\">The punchline comes at the end</a>, but the story is hopefully worth the read.</p>\n\n\n\n<span id=\"more-3943\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">Markup and mixed content</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the first jobs of a parser for any plaintext-oriented format is to determine if the next input character represents real text or is part of a syntax form that carries special meaning. If it’s a syntax form we would call it <em>markup</em>, but if the characters are part of real text meant for display or rendering or reading then we call it <em>data</em>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anything that is not syntax is data.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The interpretation of the next character depends on the region of the document in which it’s parsed. While the rules for syntax forms are complicated<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#0ba56e66-ab0f-4fbd-93d2-df22a6984fd7\" id=\"0ba56e66-ab0f-4fbd-93d2-df22a6984fd7-link\">1</a></sup>, this post will focus on the data forms.</p>\n\n\n\n<h3 class=\"wp-block-heading\">PCDATA — “parsed character data”</h3>\n\n\n\n<p class=\"is-style-plain wp-block-paragraph\"><em>May form: tags, comments, sections, character references, literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">Characters in this region could be data or could form the start of a new markup element. It’s “parsed” because it needs parsing before determining what it represents.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The HTML specification renames this to <code>Data</code>, which is simpler and a bit harder to search for. In XML, however, it’s used in a document-type definition (DTD). When an element may contain content — text — its data model must include <code>#PCDATA</code>. Otherwise the only characters allowable within that element are other elements, comments, and whitespace. XML documents are required to be valid SGML documents, so its own specification adopts the terminology from SGML’s.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Those who have worked with DTDs might note that <em>elements</em> in XML may contain <code>#PCDATA</code> while <em>attributes</em> contain <code>CDATA</code> instead. First of all, the <code>#</code> is there only to make it explicit that <code>PCDATA</code> is referring to the reserved keyword, rather than a <code>&lt;pcdata&gt;</code> element. Secondly, there’s a good reason for this, which is that attributes can only contain text — they can’t contain other elements of markup. If an attribute value could contain a <code>&lt;span&gt;</code> element, for example, then the attribute value would need to be <code>#PCDATA</code> instead, but this is prevented by design.</p>\n\n\n\n<p class=\"wp-block-paragraph\">PCDATA actually contains more than just literal text and elements. In addition to comments, processing instructions, and other node-like syntax, one important feature of PCDATA is the <em>character reference</em>. These make it possible to represent characters that would conflate with syntax (such as ‘<code>&lt;</code>’ — <code>&amp;lt;</code>) or which might be cumbersome to enter on a keyboard (such as ‘§’ — <code>&amp;sect;</code>). When parsing, each character in these sequences neither creates an element nor  displays as the text itself; rather, the entire sequence is parsed and translates into the character it refers to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">HTML pre-specifies <a href=\"https://github.com/w3c/html/blob/master/entities.json\">a fixed set of named character references</a>, but any Unicode code point may be referenced by its decimal or hexadecimal numeric index. While XML also allows referencing code points by their index<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6d3de5b9-f8a6-4f46-853b-3d407731feca\" id=\"6d3de5b9-f8a6-4f46-853b-3d407731feca-link\">2</a></sup>, it only pre-specifies the five named characters which correspond to its main markup introducers: <code>&lt;</code>, <code>></code>, <code>&amp;</code>, <code>\'</code>, and <code>\"</code>. In XML, any additional named character references are created through the DTD by defining <em>entities</em>.</p>\n\n\n\n<h3 class=\"wp-block-heading\"> CDATA — “character data”</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>May form: [character references], literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">If a character isn’t markup, then it’s <em>character data</em>, which means that it’s representing its literal self or it’s part of a <em>character reference</em>. Once the parser has entered this region it will not create markup elements.</p>\n\n\n\n<p class=\"wp-block-paragraph\">CDATA is the most confusable kind of character data; this is because there are many kinds of CDATA that share the same name:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>XML attributes may contain CDATA, where character references are decoded.</li>\n\n\n\n<li>XML CDATA sections only contain CDATA, but character references are not decoded.</li>\n\n\n\n<li>HTML <em>kind of</em> has the same CDATA sections, but only in <em>foreign elements</em> (inlined SVG and MathML elements).</li>\n\n\n\n<li>SGML elements may be declared to have a CDATA content model, in which case all content until the appropriate closing tag is to be parsed as character data, where character references are not decoded.</li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\">CDATA sections contain only literal text</h4>\n\n\n\n<p class=\"wp-block-paragraph\">Many people are familiar with <code>CDATA sections</code>, but it took me far longer to understand them than my intuition led on. They are the vestige of SGML “marked regions” which tell the parser to handle a specific range of bytes in a special way. The <code>CDATA</code> section is one of those, which tells the parser to <em>completely turn off until it reaches <code>]]&gt;</code></em>.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-string2\">&lt;![CDATA[literal characters only in here]]&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">It had other marked sections, however, which served different purposes.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;![IGNORE[everything in here is ignored; it doesn’t exist.]]&gt;</div><div class=\"cm-line\">&lt;![INCLUDE[in here things <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span>do<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span> exist as normal.]]&gt;</div><div class=\"cm-line\">&lt;![RCDATA[read on to learn about RCDATA!]]&gt;</div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">The <code>IGNORE</code> and <code>INCLUDE</code> sections may seem strange, since SGML already has comments, and <code>INCLUDE</code> effectively does nothing, but the sections can be marked by replaced <em>entities</em>, making for conditional inclusion which can be overwritten via command-line arguments when invoking the SGML parser.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;!ENTITY % review-only &quot;IGNORE&quot;&gt;</div><div class=\"cm-line\"></div><div class=\"cm-line\">...</div><div class=\"cm-line\"></div><div class=\"cm-line\">&lt;![%review-only;[</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">aside</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">Add `-Dreview-only=INCLUDE` when building drafts.</div><div class=\"cm-line\">This note won’t appear otherwise.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">aside</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">]]&gt;</div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.w3.org/XML/9712-reports.html#:~:text=XML%20will%20have%20CDATA%20marked%20sections\">XML only retained CDATA sections</a> from SGML, while HTML never included them. They are useful because they are so easy to parse. All characters inside of them are to be treated as literal text, up until the first occurrence of the terminating <code>]]&gt;</code>. Unlike elements, the marked sections do not nest.</p>\n\n\n\n<h4 class=\"wp-block-heading\">There are no CDATA sections in HTML</h4>\n\n\n\n<p class=\"wp-block-paragraph\">The Internet is full of discussions about the use of CDATA sections in HTML, but there are no such things, mostly. HTML itself is an amalgam of pure HTML and embedded SVG and MathML. Content inside of those <em>embedded</em> SVG and MathML elements is parsed differently, and within this “foreign content” there <em>are</em> <code>CDATA section</code> nodes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When something which <em>look like a CDATA section</em> appears in an HTML document, it’s transformed into a “bogus” HTML comment and considered a snippet of malformed markup. To make things more confusing, the parsing rules differ inside an HTML document for these regions depending on whether they are found within HTML elements or foreign elements.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When a real CDATA section appears within SVG and MathML, it parses as in XML or SGML — everything is  literal text <em>until</em> the nearest <code>]]&gt;</code>.</li>\n\n\n\n<li>When a malformed CDATA look-alike appears in an HTML element, it gets special treatment — the parser only turns off until the nearest <code>&gt;</code>. This means that these sections end even without a closing <code>]]&gt;</code>, and when they do, all of their contained content disappears from the page.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">That small difference confuses naïve parsers and is a regular source of bugs.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[There are no tags in here.]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">svg</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">text</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[<span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">none</span><span class=\"tok-punctuation\">&gt;</span> here either.]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">text</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">svg</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[But there <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span>are<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span> tags in here]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">     the section ends here ╯   ╰ start of a real end tag</div><div class=\"cm-line\"></div><div class=\"cm-line\">The following is the equivalent markup to the third line.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-comment\">&lt;!--But there &lt;em--&gt;</span>are<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName tok-invalid\">em</span><span class=\"tok-punctuation\">&gt;</span> tags in here]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<h4 class=\"wp-block-heading\">SGML contains CDATA regions outside of marked CDATA sections</h4>\n\n\n\n<p class=\"wp-block-paragraph\">SGML made it possible to define more kinds of content than XML does for a given element. For example, an element in SGML can be declared to have a CDATA content model, in which case the element itself behaves like a CDATA section. All characters after the opening tag are treated as literal text until the parser finds the nearest appropriate end tag<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#2d0aee27-cf77-4b19-a4c5-3b1cc4192c53\" id=\"2d0aee27-cf77-4b19-a4c5-3b1cc4192c53-link\">3</a></sup>. XML rejected this ability because it increases the complexity of the parser and requires that every document also contains a full DTD when parsing. For example, if an element were declared to have CDATA content, then <code>a &lt;at> b</code> would represent that literal string; on the other hand, if it were declared like any other normal element, it would have three children: “<code>a </code>”, the <code>&lt;at></code> opening tag, and “<code> b</code>”.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;!ELEMENT verbatim - - CDATA&gt;</div><div class=\"cm-line\"></div><div class=\"cm-line\">...</div><div class=\"cm-line\"></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">verbatim</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">There are <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">no</span><span class=\"tok-punctuation\">&gt;</span> tags in here, because this is CDATA,</div><div class=\"cm-line\">but you wouldn’t know without reading the DTD,</div><div class=\"cm-line\">overcomplicating the demands on the parser.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">verbatim</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">These kinds of elements do exist in HTML, though a few were modified when HTML5 was standardized in 2008. Inside of the elements, the parser essentially turns off, which makes them easy to parse and can help avoid the need to extensively escape content. These elements are, of course, <code>&lt;script></code> and <code>&lt;style></code><sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#68152c30-bf36-4e5b-a7df-3f0610daeadb\" id=\"68152c30-bf36-4e5b-a7df-3f0610daeadb-link\">4</a></sup>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Were it not for the CDATA declared content model, every angle bracket and ampersand would have to be escaped in included JavaScript and CSS. In XHTML this was required, because it had no CDATA declared content model (since it was XML)<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#21aeab38-6e1f-4700-a8f4-27c96ebe0c3b\" id=\"21aeab38-6e1f-4700-a8f4-27c96ebe0c3b-link\">5</a></sup>.</p>\n\n\n\n<h4 class=\"wp-block-heading\">All text in XML is CDATA</h4>\n\n\n\n<p class=\"wp-block-paragraph\">Herein lies the most-confusing aspect of discussing CDATA — XML contains CDATA sections as well as <em>CDATA</em> as normal text. After parsing there is no distinction between <code>&amp;lt;tag&amp;gt;</code> and <code>&lt;![CDATA[&lt;tag&gt;]]&gt;</code> in the parsed content.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many XML generators (or serializers) provide two mechanisms for creating text content: one wraps text in a <code>CDATA section</code> and leaves the text as it came (apart from avoiding including the terminating sequence); the other escapes syntax characters instead. While there are times where it would be appropriate to intentionally pick one over the other, a good library design would at least offer a third mechanism (if not <em>only</em> providing this third mechanism) which simply produces <em>CDATA</em>, itself determining when to wrap and when to escape<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6e56b2ce-8156-4bf5-a4d3-d297a401c1a3\" id=\"6e56b2ce-8156-4bf5-a4d3-d297a401c1a3-link\">6</a></sup>, and whether or not to produce chunks of wrapped text interspersed with chunks of escaped text.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The real difference between these two kinds of CDATA is purely presentational in the source document, as the XML snippet below only contains one text node, not two. <em>Creating CDATA does not imply creating a <code>CDATA section</code>!</em></p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">rule</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string2\">&lt;![CDATA[#X13&lt;d&amp;r&gt;]]&gt;</span> (<span class=\"tok-string\">&amp;pp;</span>4 <span class=\"tok-string\">&amp;ss;</span>3.11)<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">rule</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<h3 class=\"wp-block-heading\">RCDATA — “replaceable character data”</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>May form: character references, literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">There’s one more confusing designation for characters in the HTML and XML input streams: <em>RCDATA</em>. RCDATA is almost identical to CDATA, except that in contexts where CDATA does not decode character references and entities, RCDATA <em>will</em> decode them <em>into</em> CDATA. This is confusing, because in the context of an XML attribute, the <code>CDATA</code> designation in a DTD automatically implies that character references are decoded, unlike the <code>CDATA</code> sections in <em>content</em>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To this end there are no RCDATA attributes, since character references are always decoded inside attribute values. The RCDATA declaration is like the SGML CDATA content declaration: all characters following the opening tag for this element will be treated as text until the nearest matching closing tag (the difference being only that character references are recognized and decoded).</p>\n\n\n\n<p class=\"wp-block-paragraph\">It’s worth remembering that XML rejected the CDATA content type because of how it complicates parsing, and it also rejected the RCDATA type. On the other hand, RCDATA was incorporated into HTML, but statically so. HTML has no configurable DTD, but in its specification two elements contain RCDATA content:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>TITLE</code></li>\n\n\n\n<li><code>TEXTAREA</code></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">While it’s easy to comprehend the way that <code>&lt;textarea></code> works, and that’s probably because we are used to entering text into one on a web page, the behavior of <code>&lt;title></code> is consistently confused in all manner of programming languages, platforms, and HTML-parsing code.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The TITLE element <em>only</em> contains character data — it cannot contain other markup. The parsing is among the easiest sections of an HTML document to parse: once the <code>&lt;title&gt;</code> opening tag is detected, the parser can capture everything until the nearest <code>&lt;/title&gt;</code> closing tag. Everything it captured is literal text, after decoding character references.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-comment\">&lt;!-- the title is &quot;&lt;title&gt;&quot; --&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"></div><div class=\"cm-line\"><span class=\"tok-comment\">&lt;!-- equivalent HTML --&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string\">&amp;lt;</span>title<span class=\"tok-string\">&amp;gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">This complicates content management systems like WordPress which allow posts to have HTML in their <em>post titles</em>, because a page can show richly-formatted article titles which cannot be represented in the browser tab’s label, and care must be taken to extract the plaintext content from that HTML before display in those contexts.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"summary\">Coda</h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTML and XML both speak about different kinds of characters in their source documents and content models, which traces from the complicated ways that SGML documents could be constructed. SGML’s complexity almost always stems from the central idea that computers should do extra work to remove the hassle for humans to enter structured content in plaintext documents.</p>\n\n\n\n<p class=\"wp-block-paragraph\">HTML, inspired by SGML, adopted some of the names and mechanisms for parsing those regions of text in distinct ways, but codified a single parsing standard independent of SGML. When XML was later developed, it was meant to form a simplified subset of SGML. This subset flipped the tradeoffs, leaning on humans performing extra work to remove the hassle for computers to parse structure in plaintext documents. For these text forms, this meant rejecting a few of the constructs while retaining others.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This is also another demonstration of how <em>balanced tags are not enough</em> to have well-behaved HTML with a naïve parser. A well-formed XML document <a href=\"https://www.ch.imperial.ac.uk/rzepa/talks/pmr11/xml-dev/9708/0152.html\">may be parsed with a terse PERL script and regular expression</a>, but HTML relies heavily on the context in which characters are found. Any HTML parser <em>must</em> know the special rules for each kind of element’s content model.</p>\n\n\n\n<h3 class=\"wp-block-heading\">In summary</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When it’s unclear whether a character forms text or markup, that is PCDATA. Once parsed, there is no PCDATA anymore; it’s either a form of DATA or MARKUP.</li>\n\n\n\n<li>All text nodes in HTML are “DATA.”</li>\n\n\n\n<li>“CDATA” just means “character data” and means that after parsing, the content is text. It does not indicate whether character references are to be decoded or not; that comes from the region in the document, based on its context.</li>\n\n\n\n<li>There are no CDATA sections in HTML<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#31e75dae-1847-44df-92e1-8ae5756eeec6\" id=\"31e75dae-1847-44df-92e1-8ae5756eeec6-link\">7</a></sup>.</li>\n\n\n\n<li>All text nodes in XML are CDATA, but only after being parsed.</li>\n\n\n\n<li>CDATA sections offer a convenient way to avoid escaping, but are indistinguishable from the equivalent escaped text.</li>\n\n\n\n<li>HTML contains two special RCDATA elements which <em>only</em> and <em>always</em> contain a single text node child: <code>&lt;title&gt;</code> and <code>&lt;textarea&gt;</code>. Everything until the closing tag will be parsed as text, even if it looks like markup.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">This post is already long and still over-simplifies the picture. SGML is a rich and robust specification and includes <code>NDATA</code> and <code>SDATA</code>, HTML includes a <em>latching</em> <code>PLAINTEXT</code> parsing mode in which <em>the rest of the entire document is parsed as literal character data</em>, and there are other surprising goodies in how entities interact with the character mode.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks for making it through to the end, or jumping directly here if you couldn’t wait.</p>\n\n\n<ol class=\"wp-block-footnotes\"><li id=\"0ba56e66-ab0f-4fbd-93d2-df22a6984fd7\">As an example, each part of a tag — its name, attribute names, attribute values — carries its own parsing rules. The same is true for comments, DOCTYPE declarations, and every other syntax form. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#0ba56e66-ab0f-4fbd-93d2-df22a6984fd7-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"6d3de5b9-f8a6-4f46-853b-3d407731feca\">XML only allows character references to the characters in its “character set,” which is <em>almost</em> all Unicode code points, but excludes some control characters and U+FFFE and U+FFFF. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6d3de5b9-f8a6-4f46-853b-3d407731feca-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"2d0aee27-cf77-4b19-a4c5-3b1cc4192c53\">Because SGML was designed to minimize the amount of necessary syntax, it’s not necessary to have a full end tag for an open element, but that’s a simple-enough model to understand the concept. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#2d0aee27-cf77-4b19-a4c5-3b1cc4192c53-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"68152c30-bf36-4e5b-a7df-3f0610daeadb\">The <code>&lt;style&gt;</code> element is straightforward, but <a href=\"https://sirre.al/2025/08/06/safe-json-in-script-tags-how-not-to-break-a-site/\">the <code>&lt;script&gt;</code> element has its own complicated modification</a> of the CDATA content model. It’s mostly CDATA, but makes it possible to escape the closing tag so that very old pages won’t break. HTML also applies this parsing mode for the <code>&lt;iframe&gt;</code>, <code>&lt;noembed&gt;</code>, <code>&lt;noframes&gt;</code>, and <code>&lt;noscript&gt;</code> elements (as well as for the deprecated <code>&lt;xmp&gt;</code> element), but these nominally should have no content inside of them (or shouldn’t be used); applying the CDATA content model prevents creating other elements as their children. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#68152c30-bf36-4e5b-a7df-3f0610daeadb-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"21aeab38-6e1f-4700-a8f4-27c96ebe0c3b\">Frustratingly, in XHTML one <em>must</em> escape JavaScript and CSS in the page to avoid parsing failure, while in HTML one <em>must not</em>. This alone makes for a complicated stage in any reliable HTML/XHTML converter. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#21aeab38-6e1f-4700-a8f4-27c96ebe0c3b-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"6e56b2ce-8156-4bf5-a4d3-d297a401c1a3\">Wrapping a language like HTML inside a CDATA section is a convenient way to represent the HTML visually and retain the ability to easily modify it, but entities present a problem. The serializer must either pre-translate the entity into its resolved character content, losing the macro-like behavior and its name; or leave the entity in place, thus nullifying it because it will not be recognized as an entity on parse. However, in such a situation, a serializer is free to terminate the CDATA section, append the entity, and open a new one to continue. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6e56b2ce-8156-4bf5-a4d3-d297a401c1a3-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"31e75dae-1847-44df-92e1-8ae5756eeec6\">As mentioned in the discussion about CDATA, embedded SVG and MathML elements <em>can</em> contain CDATA sections, but these are not technically HTML elements. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#31e75dae-1847-44df-92e1-8ae5756eeec6-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li></ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 11:07:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Dennis Snell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=45920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/wordpress-7-0-1-fixes-registration-spam-wp_kses-css-corruption-and-7-0-admin-design-glitches/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7735:\"<p class=\"wp-block-paragraph\">WordPress 7.0.1 is now available. As the first maintenance release of the 7.0 cycle, it&#8217;s strictly a bug-fix release: every included ticket addresses either a regression introduced during 7.0 development or an issue intentionally deferred at the end of the cycle.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The release ships fixes for 17 core Trac tickets and 14 Gutenberg PRs. Because this is a maintenance release, sites with automatic background updates enabled will update to 7.0.1 automatically — everyone else should update as soon as possible. Here&#8217;s what stands out for each audience.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Kudos to release lead Aaron Jorbin and his team for pushing this release over the finish line and getting it into hands of WordPress users quickly. </p>\n\n\n\n<h2 class=\"wp-block-heading\">The most important fixes for end users</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Registration page spam is shut down (<a href=\"https://core.trac.wordpress.org/ticket/63085\">#63085</a>).</strong> The account registration page could be abused to send &#8220;Login details&#8221; spam emails from your site. This is arguably the most impactful fix in the release for anyone running a site with open registration — it protects both your users&#8217; inboxes and your domain&#8217;s email reputation.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The 7.0 admin reskin gets its rough edges sanded off.</strong> WordPress 7.0&#8217;s refreshed admin design shipped with a handful of visual glitches that this release cleans up:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Form elements are now standardized in the mobile viewport (<a href=\"https://core.trac.wordpress.org/ticket/64999\">#64999</a>)</li>\n\n\n\n<li>The image editor&#8217;s scale and crop inputs no longer mismatch in size, and the info icon uses the new color scheme (<a href=\"https://core.trac.wordpress.org/ticket/64937\">#64937</a>, <a href=\"https://core.trac.wordpress.org/ticket/65428\">#65428</a>)</li>\n\n\n\n<li>The publish settings panel no longer crowds its primary action buttons together (<a href=\"https://core.trac.wordpress.org/ticket/65286\">#65286</a>)</li>\n\n\n\n<li>The Media Library&#8217;s loading spinner is properly aligned in the modal filter toolbar, and the search bar no longer jumps position after a search (<a href=\"https://core.trac.wordpress.org/ticket/65275\">#65275</a>, <a href=\"https://core.trac.wordpress.org/ticket/65296\">#65296</a>)</li>\n\n\n\n<li>A &#8220;black flash&#8221; that briefly appeared on wp-admin pages before the interface finished loading is gone (Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/78493\">#78493</a>)</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Emoji behave correctly again.</strong> Two related fixes: the emoji detection script is once more printed in the admin (<a href=\"https://core.trac.wordpress.org/ticket/65310\">#65310</a>), and certain characters are no longer incorrectly replaced by Twemoji images (<a href=\"https://core.trac.wordpress.org/ticket/64318\">#64318</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Accessibility improvements to the new revisions experience.</strong> The Visual History / Revisions feature introduced in 7.0 receives several accessibility fixes: focus now moves to the revisions slider when entering revisions mode, and changed blocks are marked with a CSS outline as a secondary, non-color indicator — important for users with low vision or color blindness (<a href=\"https://core.trac.wordpress.org/ticket/65122\">#65122</a>, Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/77530\">#77530</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/78393\">#78393</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/79691\">#79691</a>).</p>\n\n\n\n<h2 class=\"wp-block-heading\">The most important fixes for developers</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><code>wp_kses()</code> no longer corrupts valid CSS (<a href=\"https://core.trac.wordpress.org/ticket/65270\">#65270</a>).</strong> Since 7.0 RC4, <code>wp_kses()</code> could mangle legitimate <code>background-image: url(…)</code> declarations into a broken <code>style=\")\"</code> attribute. If your theme or plugin outputs inline background images through KSES-filtered content, 7.0.1 restores expected behavior — any workarounds you shipped can now be removed.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><code>global-styles-inline-css</code> can be dequeued again (<a href=\"https://core.trac.wordpress.org/ticket/65336\">#65336</a>).</strong> Since 7.0, developers were unable to remove the global styles inline stylesheet. If your build pipeline or performance optimization strips this and re-serves it another way, that control is back.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>PHP 8.5 compatibility fix in <code>wp_get_attachment_image_src()</code> (<a href=\"https://core.trac.wordpress.org/ticket/64742\">#64742</a>).</strong> An incorrect array access triggered issues under PHP 8.5. If you&#8217;re testing sites on newer PHP versions, this removes one blocker.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>A removed Navigation function returns as a deprecated shim (Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/78484\">#78484</a>).</strong> <code>block_core_navigation_submenu_render_submenu_icon()</code> was removed in 7.0, breaking themes and plugins that called it directly. It&#8217;s restored as a deprecated shim — but treat this as your migration notice, not a reprieve. Update any code that references it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Editor state management fixes reduce false &#8220;unsaved changes&#8221; warnings.</strong> Two Gutenberg fixes matter here: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>controlled/mode block changes are now marked non-persistent (<a href=\"https://github.com/WordPress/gutenberg/pull/79350\">#79350</a>), and </li>\n\n\n\n<li>related navigation entities are no longer dirtied during passive renders (<a href=\"https://github.com/WordPress/gutenberg/pull/79000\">#79000</a>). </li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Together these should mean fewer spurious dirty states and a cleaner undo history — a quality-of-life improvement if you build with template parts and navigation blocks.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Block Visibility: &#8220;hide everywhere&#8221; keeps working after a block opts out of visibility support (<a href=\"https://core.trac.wordpress.org/ticket/65389\">#65389</a>).</strong> If you register blocks that disable visibility support, previously hidden instances now stay hidden as expected.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to update</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can update directly from <strong>Dashboard → Updates</strong> in your site&#8217;s admin, run <code>wp core update</code> with WP-CLI, or download WordPress 7.0.1 from WordPress.org and install it manually. Sites that support automatic background updates for minor releases will begin updating on their own shortly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The full ticket list is available in the<a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\"> release candidate announcement</a>, Trac report 4, and the 7.0.x editor tasks board on GitHub.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s next: WordPress 7.1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">With 7.0.1 out the door, attention turns to the next major release: WordPress 7.1 is scheduled for August 19, 2026. To see what&#8217;s planned for the release, check out the <a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to 7.1</a> on the Make WordPress Core blog.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 09:34:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 7.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8685:\"<p class=\"wp-block-paragraph\"><strong>WordPress 7.0.1 is now available!</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">This minor release includes fixes for 31 bugs <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=7.0.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">throughout Core</a> and the <a href=\"https://core.trac.wordpress.org/changeset/62610\">Block Editor</a>, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 is a short-cycle maintenance release. The next major version of WordPress will be 7.1; it is scheduled for release on 19 August 2026 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can <a href=\"https://wordpress.org/wordpress-7.0.1.zip\">download WordPress 7.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-7-0-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> and <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abduremon\">Abdur Rahman Emon</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam\">Adam Zieliński</a>, <a href=\"https://profiles.wordpress.org/iamadisingh\">Aditya Singh</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/andrewserong\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bacoords\">Brian Coords</a>, <a href=\"https://profiles.wordpress.org/masteradhoc\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/cogdesign\">cogdesign</a>, <a href=\"https://profiles.wordpress.org/danluu\">Dan Luu</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/darshitrajyaguru97\">Darshit Rajyaguru</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhruvang21\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/r1k0\">Erick Wambua</a>, <a href=\"https://profiles.wordpress.org/ecairol\">Esteban</a>, <a href=\"https://profiles.wordpress.org/estelaris\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/hbhalodia\">Hit Bhalodia</a>, <a href=\"https://profiles.wordpress.org/huzaifaalmesbah\">Huzaifa Al Mesbah</a>, <a href=\"https://profiles.wordpress.org/iflairwebtechnologies\">iflairwebtechnologies</a>, <a href=\"https://profiles.wordpress.org/jamesbregenzer\">James</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/karthikeya01\">Karthikeya Bethu</a>, <a href=\"https://profiles.wordpress.org/khokansardar\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/rlucian\">Lucian R.</a>, <a href=\"https://profiles.wordpress.org/luismulinari\">luismulinari</a>, <a href=\"https://profiles.wordpress.org/dervishov\">Mahammad Darvishov</a>, <a href=\"https://profiles.wordpress.org/manhar\">Manhar Barot</a>, <a href=\"https://profiles.wordpress.org/mciampini\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/muryam\">Maryam Sultana</a>, <a href=\"https://profiles.wordpress.org/masum52\">Masum</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/369work\">Miroku</a>, <a href=\"https://profiles.wordpress.org/mohamedahamed\">Mohammed Noumaan Ahamed</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mustafabharmal\">Mustafa Bharmal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noruzzaman\">Noruzzaman</a>, <a href=\"https://profiles.wordpress.org/ozgursar\">Ozgur Sar</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ekla\">Rahul Kumar</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rishabhwp\">Rishabh Gupta</a>, <a href=\"https://profiles.wordpress.org/roshniahuja14\">Roshni Ahuja</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sakshamsharma5\">Saksham Sharma</a>, <a href=\"https://profiles.wordpress.org/andrewssanya\">SAndrew</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/siliconforks\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/swanandm\">Swanand M</a>, <a href=\"https://profiles.wordpress.org/inc2734\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/edent\">Terence Eden</a>, <a href=\"https://profiles.wordpress.org/threadi\">threadi</a>, <a href=\"https://profiles.wordpress.org/tusharaddweb\">Tushar Patel</a>, <a href=\"https://profiles.wordpress.org/umesh.nevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/yusufmudagal\">Yusuf Mudagal</a> </p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">choose a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Props to </em><a class=\"mention\" href=\"https://profiles.wordpress.org/jorbin/\"><span class=\"mentions-prefix\">@</span>jorbin</a><em> for proofreading.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 17:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Estela Rueda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Open Channels FM: The Paradox of Empowerment in a Disruptive Era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556703\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://openchannels.fm/the-paradox-of-empowerment-in-a-disruptive-era/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"Tech feels wild and unpredictable, yet super empowering. Success now hinges on broad awareness and curiosity, not just deep specialization. Embrace the chaos.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 15:24:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Jonathan Desrosiers: 13 Years Contributing to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://jonathandesrosiers.com/?p=12208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://jonathandesrosiers.com/2026/07/13-years-contributing-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13569:\"<p class=\"wp-block-paragraph\">Thirteen years ago today, I received <a href=\"https://core.trac.wordpress.org/changeset/24588\">my very first props for contributing to WordPress Core</a>. If my WordPress contribution journey were a person, it would now be a teenager. It&#8217;s pretty wild to think about, but I&#8217;ve now been contributing to the WordPress project in some way for a third of my life!</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-a-prop\">What is a &#8220;prop&#8221;?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the WordPress open source project, community participants receive credit for contributing to a given change or deliverable by receiving “props.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Props should be given to all those who contributed to the final commit, whether through patches, refreshed patches, code suggested otherwise, design, writing, user testing, or other significant investments of time and effort. Usernames are parsed for the credits list and WordPress.org profiles.</p>\n\n\n\n<p class=\"is-style-text-subtitle is-style-text-subtitle--1 wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/handbook/best-practices/commit-messages/#props\">WordPress Core Handbook</a></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The names of all the contributors who helped make a specific release possible are collected in the weeks leading up and added to the Credits API, which powers the Credits page in the WordPress dashboard.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To date, I have been listed on the Credits page for 24 consecutive releases starting with 4.7, and 29 of the 35 releases overall since my first credited contribution in <a href=\"https://wordpress.org/news/2013/08/oscar/\">WordPress 3.6 “Oscar”,</a> alongside 224 other contributors.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Every year is a bit different than the last, but I can confidently say that this past year has been significantly different. What it means to develop software or contribute to open source is changing rapidly with advanced AI innovations seemingly every day combined with these tools being accessible to more people than ever before. But throughout all this, one truth holds strong: open source software is more important than ever.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-looking-back\">Looking Back</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It seemed only fitting for me to instruct AI to analyze my contribution activity over the last 365 days to try and find anything interesting!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-prompt\">Prompt</h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Today is the 13th Anniversary of my first credited contribution to the WordPress project. I try to write a blog post each year to mark the occasion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I’m looking for ideas for this years edition. Please go and read all of my past posts (accessible here at this category feed https://jonathandesrosiers.com/category/contributing-anniversaries/feed) and give me 10-12 ideas for what to focus on this year. You can also look through the other content on my site for other ideas.</p>\n\n\n\n<p class=\"wp-block-paragraph\">After you do that, I want you to look at the git history for the <code>wordpress-develop</code> and <code>gutenberg</code> repositories between July 8, 2025 and yesterday (July 7, 2026). I want you to parse the logs to summarize my activity and find some particular ways to analyze the data that are interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Be creative! These posts are the most fun when I am able to find some unique insight into a year&#8217;s worth of contributions.</p>\n</blockquote>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-results\">Results</h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-your-year-13-in-numbers-jul-8-2025-jul-7-2026\">Your year 13 in numbers (Jul 8 2025 → Jul 7 2026)</h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Value</th></tr></thead><tbody><tr><td>Core commits authored &amp; committed</td><td><strong>119</strong> (~7% of all 1,707 core commits this cycle)</td></tr><tr><td>Additional commits crediting you (props received)</td><td><strong>97</strong> → ~<strong>216</strong> credited touch points in core alone</td></tr><tr><td>Lines changed</td><td><strong>+41,746 / −21,940</strong> across 656 file-changes</td></tr><tr><td>Unique Trac tickets</td><td><strong>69</strong></td></tr><tr><td>Gutenberg PRs authored</td><td><strong>24</strong> (+108 co-authored/credited)</td></tr><tr><td>Reverts you committed</td><td>6</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The headline:</strong> <strong>80 of your 119 core commits (67%) are &#8220;Build/Test Tools.&#8221;</strong> Add Tests + General and it&#8217;s ~80%. You spent year 13 as the <strong>plumber of WordPress</strong> — CI, build pipeline, dependency stewardship, release infrastructure.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-most-interesting-angles-the-data-surfaced\">The most interesting angles the data surfaced</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"\"><strong>The nocturnal committer.</strong> ~50 of your commits land between <strong>midnight and 4am</strong>. Tuesday (37) and Thursday (31) are your peak days; Saturday is nearly dead (3).</li>\n\n\n\n<li class=\"\"><strong>The month that didn&#8217;t exist.</strong> <strong>January 2026: zero commits.</strong> March 2026: <strong>40</strong>. Your cadence is a heartbeat synced to the 6.9 and 7.0 release cycles, not the calendar.</li>\n\n\n\n<li class=\"\"><strong>The June 30th ritual.</strong> You bumped Gutenberg&#8217;s pinned hash <strong>seven times in a single day</strong> (v22.8.0 → v23.4.0) — a whole quarter of catching-up compressed into one sitting.</li>\n\n\n\n<li class=\"\"><strong>Supply-chain quiet work.</strong> Pinning full-length action SHAs, replacing abandoned third-party actions, migrating release logic to a GitHub App, ca-bundle updates — you spent the year hardening the software supply chain nobody thanks you for.</li>\n\n\n\n<li class=\"\"><strong>Keeping the ancient libraries breathing.</strong> lodash, underscore, backbone, getID3, Twemoji — you&#8217;re the caretaker of WordPress&#8217;s legacy vendored code.</li>\n\n\n\n<li class=\"\"><strong>Future-proofing the matrix.</strong> MySQL 9.5/9.6/9.7, MariaDB 12.1, PHP 8.5 (HEIF/HEIC) — you test tomorrow&#8217;s platforms today.</li>\n\n\n\n<li class=\"\"><strong>A first, quietly historic commit:</strong> <em>&#8220;Include example for disclosing AI usage&#8221;</em> — you helped write core&#8217;s early AI-disclosure norms.</li>\n</ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-10-12-ideas-for-the-year-13-post\">10–12 ideas for the year-13 post</h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"\"><strong>&#8220;The Plumber&#8217;s Year: 67% of My Commits Were Infrastructure.&#8221;</strong> Own the unglamorous. A love letter to build/test/CI work — the contributions that never show up in a release announcement but without which nothing ships. This is your strongest, most authentic angle.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Confessions of a Nocturnal Committer.&#8221;</strong> Fun, human, data-driven: your midnight-to-4am commit cluster, Tuesday/Thursday peaks, the dead January. Chart your year as a heartbeat and reflect on what it says about maintainer rhythms (and sustainability/burnout).</li>\n\n\n\n<li class=\"\"><strong>&#8220;216 Times.&#8221;</strong> Companion to your 2024 props post, flipped: this year you <em>received</em> credit ~216 times in core (119 committed + 97 propped). Explore the two halves of a committer&#8217;s fingerprint — the work you land yourself vs. the work you shepherd for others.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Boring Commits That Keep 40% of the Web Safe.&#8221;</strong> The supply-chain security angle: pinned SHAs, abandoned-action replacement, the GitHub App migration, ca-bundle. Frame maintenance-as-security — timely and underappreciated.</li>\n\n\n\n<li class=\"\"><strong>&#8220;I Test the Future So You Don&#8217;t Break in It.&#8221;</strong> MySQL 9.7, MariaDB 12.1, PHP 8.5 — a piece on being the person who runs tomorrow&#8217;s platforms against today&#8217;s code, and why the test matrix is a form of care.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Commit I&#8217;m Proudest Of Was One Line About AI.&#8221;</strong> Use <em>&#8220;Include example for disclosing AI usage&#8221;</em> as a springboard into how WordPress (and you) navigated AI&#8217;s arrival in the contribution workflow in 2025–26. Very of-the-moment.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Anatomy of a Revert.&#8221;</strong> Six times this year you reverted your own or others&#8217; work. A candid, senior-contributor essay on why reverting is a feature not a failure — iteration, humility, and trunk stability.</li>\n\n\n\n<li class=\"\"><strong>&#8220;A Year in Dependencies.&#8221;</strong> The stewardship story — lodash/underscore/backbone/getID3/Twemoji. What it means to be the caretaker of code written a decade ago that you can&#8217;t just delete. Legacy as responsibility.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Who I Built With.&#8221;</strong> Refresh your collaborator lens for year 13: westonruter (24), jorbin (22), johnbillion (15), peterwilsoncc (14), wildworks (13)… Name the people behind the props lines and tell a story or two about the work you shared.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Shape of a Release Cycle, Drawn in Commits.&#8221;</strong> Overlay your monthly commit counts on the 6.9 and 7.0 timelines — the March spike, the December bundled-themes push, the quiet stretches. Show readers what a maintainer&#8217;s year <em>looks like</em> mapped to what shipped.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Same Job, New Tools: Automating Myself Out of the Loop.&#8221;</strong> Your Gutenberg PRs are almost all release automation — GitHub App auth, GHCR publishing, reproducible builds, Dependabot. A reflective piece on spending your labor building the machine that does the labor, and what that means for the next generation of contributors.</li>\n</ol>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">I haven&#8217;t validated any of these numbers, but they do seem relatively accurate at first glance. I had ChatGPT create an embroidered patch that reflects the summary above.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized wp-lightbox-container\"><img alt=\"\" class=\"wp-image-12221 not-transparent\" height=\"1024\" src=\"https://jonathandesrosiers.com/wp-content/uploads/2026/07/plumber-of-wordpress-1024x1024.jpg\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p class=\"wp-block-paragraph\">And some of those writing suggestions are pretty good ideas! I&#8217;m out of time for today, so I&#8217;ll file these in the backlog for another day. But here&#8217;s to another year of helping the world find their voice to share their stories using WordPress. <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f37b.png\" style=\"height: 1em;\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-past-milestones\">Past Milestones</h2>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Props&#8221; Anniversaries: <a href=\"https://jonathandesrosiers.com/2023/07/10-years-of-contributing-to-wordpress/\">Ten</a>, <a href=\"https://jonathandesrosiers.com/2024/07/11-years-contributing-to-wordpress/\">Eleven</a>, <a href=\"https://jonathandesrosiers.com/2025/07/12-years-contributing-to-wordpress/\">Twelve</a> (<a href=\"https://jonathandesrosiers.com/category/contributing-anniversaries/\">archive</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Commit-iversaries: <a href=\"https://jonathandesrosiers.com/2020/11/two-years-my-wordpress-commit-iversary/\">Two</a>, <a href=\"https://jonathandesrosiers.com/2023/11/five-years-my-wordpress-commit-iversary/\">Five</a>, <a href=\"https://jonathandesrosiers.com/2024/11/six-years-a-committer-my-wordpress-commit-iversary/\">Six</a>, <a href=\"https://jonathandesrosiers.com/2025/11/seven-years-a-committer-my-wordpress-commit-iversary/\">Seven</a> (<a href=\"https://jonathandesrosiers.com/category/commit-iversaries/\">archive</a>).</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-right has-small-font-size wp-block-paragraph\"><em>Featured image credit: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/72361fea8c/\">photo</a> by <a href=\"https://wordpress.org/photos/author/westguard/\">Mark Westguard</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n<p>The post <a href=\"https://jonathandesrosiers.com/2026/07/13-years-contributing-to-wordpress/\">13 Years Contributing to WordPress</a> appeared first on <a href=\"https://jonathandesrosiers.com\">Jonathan Desrosiers</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 03:39:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Code for the People\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2026/07/people-code/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4081:\"<figure class=\"wp-block-image size-full\"><a href=\"https://codeforthepeople.com/\"><img alt=\"\" class=\"wp-image-153503\" height=\"326\" src=\"https://i0.wp.com/ma.tt/files/2026/07/cftp-matt.jpeg?resize=604%2C326&#038;quality=89&#038;ssl=1\" width=\"604\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Lights! Camera! Action!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Todd Spangler at Variety writes: <a href=\"https://variety.com/2026/digital/news/automattic-code-for-the-people-1236802508/\">Automattic’s ‘Code for the People’ Documentary Is a Rallying Cry for Users to Fight for the Open Internet</a>, from the NYC premiere last week.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m looking forward to the <a href=\"https://luma.com/r8wbww10\">San Francisco premiere of the documentary</a>, and then tomorrow everyone <a href=\"https://codeforthepeople.com/\">can stream it for free on codeforthepeople.com</a>! Appearances by <a href=\"https://nomad.blog/\">Anne McCarthy</a>, <a href=\"https://beau.blog/\">Beau Lebens</a>, <a href=\"https://eric.blog/\">Eric Binnion</a>, <a href=\"https://iandanielstewart.com/\">Ian Stewart</a>, <a href=\"https://marjorie.blog\">Marjorie Asturias</a>, <a href=\"https://mary.blog/\">Mary Hubbard</a>, <a href=\"https://matiasventura.com/\">Matías Ventura</a>, Matthew Miller, <a href=\"https://paolo.blog/\">Paolo Belcastro</a>, and <a href=\"https://paulmaiorana.com/\">Paul Maiorana</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>We need to tell the story of Open Source in as many ways and places as possible. It&#8217;s never been more critical. </strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">Film is new to us, and it&#8217;s funny how quickly things change: There&#8217;s a segment with a few &#8220;OpenAI not open&#8221; sound bites, but to their credit, they <a href=\"https://openai.com/open-models/\">have been releasing open-weight models (Safeguard is particularly interesting)</a>. That said, the <a href=\"https://artificialanalysis.ai/leaderboards/models?weights=open\">top open-weight models are all from China</a>, save for <a href=\"https://www.nvidia.com/en-us/ai-data-science/foundation-models/nemotron/\">Nvidia&#8217;s Nemotron</a>, in ~12th place. </p>\n\n\n\n<p class=\"wp-block-paragraph\">When I went to the first WordCamps <a href=\"https://ma.tt/2008/09/first-day-in-beijing/\">in Beijing</a> and <a href=\"https://ma.tt/2008/09/shanghai-wordcamp/\">Shanghai</a> in 2009, it was a very different time. They were the biggest in the world at the time! I don&#8217;t think you could <a href=\"https://ma.tt/2008/09/first-day-in-beijing/#jp-carousel-7712\">take photos in Tiananmen Square as freely as I did then</a>; now to visit I think you need an appointment, ID checks, and security checks. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Even during WordCamp, it felt like the freedom of Open Source was in high demand, but it also created a lot of fear. I found out later that one of the student volunteers who helped their professor organize everything had been taken in for hours of questioning following the event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On that trip, I saw how fine-grained the Great Firewall could be when individual posts (IIRC, about bad milk from a factory harming babies) wouldn&#8217;t load, but the rest of the site would.  WordPress.com had been totally blocked, <a href=\"https://web.archive.org/web/20090601162213/http://www.google.com/hostednews/afp/article/ALeqM5igVn4hcj6ZNWlawSvzLvgEMkZmkQ\">taking about a quarter of our traffic at the time</a>, but behind the Firewall, Open Source continued to thrive and grow, and now the frontier open models are being driven by China in a way I never would have predicted!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Once you&#8217;ve had a taste of freedom, it&#8217;s hard to go back.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Update: You can now watch the entire thing online:</em></p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 23:16:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"WPTavern: #224 – David Snead on Building Trust and Collaboration in the Hosting Industry With the Secure Hosting Alliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"https://wptavern.com/podcast/224-david-snead-on-building-trust-and-collaboration-in-the-hosting-industry-with-the-secure-hosting-alliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37674:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, building trust and collaboration in the hosting industry with the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today, we have David Snead. David has been involved in the hosting industry since 1999, starting out as legal counsel for one of the earliest shared hosting companies, and going on to work with over 50 others. He helped found the i2Coalition, serve as in-house counsel for cPanel and WebPros, and now leads the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re listening to this podcast, I&#8217;m sure that many of you will have worked closely with hosting companies. Perhaps you run an agency, or business, that depends on the reliability, ethics, and security of hosting providers. David is here to talk about cross-industry collaboration in the hosting world, specifically around improving security, professionalism, and communication between hosts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on why, and how, the Internet Infrastructure Forum, or IIF, is building a framework for real-time intelligence sharing and abuse reporting, aiming to help the entire ecosystem detect and prevent attacks faster than adversaries can adapt.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David talks about the challenges hosting companies face, especially smaller ones, in keeping up with security, and how this evolving project hopes to ease this by sharing actionable, non-proprietary abuse information across registrars, hosting providers, DNS services, and more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He discusses the growth of both the Secure Hosting Alliance and the IIF, the business case for collaboration, and the nuances of legal and technical information sharing across borders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re in hosting, run a web agency, or just want to know how the backbone of the web is working to stay more secure and connected, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so, without further delay, I bring you David Snead.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by David Snead. Hello David.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:20] <strong>David Snead:</strong> Hello.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:21] <strong>Nathan Wrigley:</strong> Very nice to have you with us. David&#8217;s got a really interesting background, and a really interesting, I&#8217;m going to use the word project. I don&#8217;t know if that&#8217;s the right word. It feels like it&#8217;s got more solidity and it&#8217;s got a lot more history than that. It&#8217;s something which is, I think going, but we&#8217;ll find out a little bit more about it. It&#8217;s all about the hosting industry and trying to get hosts to, I guess communicate with each other in ways going forwards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:44] <strong>David Snead:</strong> That is a part of it. There are really two goals and one is to level up the ethics and professionalism in the hosting industry. And the second is to facilitate more comradery and interaction among hosts. Something that folks felt occurred in the early 2000s, and with all the consolidation that occurred went away. And so that&#8217;s something that we&#8217;re also trying to facilitate.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:16] <strong>Nathan Wrigley:</strong> Okay. So given that we&#8217;re going to be talking about hosting, I guess it&#8217;s a good idea to paint your credentials and find out a little bit more about you. So a short opportunity to just tell us a little about you and your background in WordPress and hosting specifically, I suppose.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:29] <strong>David Snead:</strong> Sure. So I have been working in the hosting industry since 1999. As I often say, I was working in the hosting industry when hosting was cool. It is not so cool anymore. In fact most people don&#8217;t really pay attention to it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You know, and I started as a lawyer for a hosting company, and I was in-house counsel for a company that actually owned a hosting company and was one of the earliest hosting companies that specialised in shared hosting. And so I was their general counsel. And for some reason it stuck, and I&#8217;ve just kind of turned it into a career.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So after that I had a private practise as a lawyer and I worked with probably 50 different hosting companies, mostly writing policies that nobody ever reads, which makes me super fun at parties.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then from there, my friend Christian Dawson and I formed the i2Coalition as a response to some legislation in the US that would&#8217;ve been kind of the death nail for internet providers. So we started the i2Coalition. I then went in-house for cPanel and worked at cPanel and WebPros for 10 years, and then started the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:52] <strong>Nathan Wrigley:</strong> Okay. So you&#8217;ve got all all the history. That&#8217;s pretty good. You know, if we&#8217;re going to talk about hosting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:57] <strong>David Snead:</strong> All the hosting history in one person. That&#8217;s kind of a very scary idea, no?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:02] <strong>Nathan Wrigley:</strong> But that&#8217;s excellent. So do you still offer counsel? Is that still, so you haven&#8217;t sort of sidestepped and do half of the week on a sort of more technical basis? It&#8217;s still the legal side that you&#8217;re involved in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:13] <strong>David Snead:</strong> I do. Right now I&#8217;m doing mostly M&amp;A work for, it&#8217;s weird. So I don&#8217;t know if anybody has ever said this to you before, but web hosting is kind of like the Hotel California. It&#8217;s like, once you start in the web hosting industry, you never leave. And so I have all these clients from 15 years ago who are now running like little baby hosts, and they&#8217;re talking to bigger hosts and they want to get acquired. So I&#8217;m doing some of that now. I am not writing any of the policies that nobody ever reads because that was just, I did that for too long.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:51] <strong>Nathan Wrigley:</strong> There were too many moments parties.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:53] <strong>David Snead:</strong> Yes, exactly. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:55] <strong>Nathan Wrigley:</strong> Okay, so I&#8217;m going to read into the record the title and the blurb that went with the presentation that you are doing or done.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:02] <strong>David Snead:</strong> I did it yesterday.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:03] <strong>Nathan Wrigley:</strong> Okay, we&#8217;ll get into that in a moment. So the title is coordinating the fight, cross industry collaboration, and the blurb goes as follows. WordPress hosting threats cross company lines. When one provider falls victim, the entire ecosystem suffers. This session explores how the Internet Infrastructure Forum, or IFF, enables hosting providers, registrars and registries to coordinate abuse response through real time intelligence sharing. Learn how operational collaboration helps responsible operators detect and stop attacks faster than adversaries can adapt. And why working together produces results no single provider could achieve alone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When I read that, immediately was, yeah, that&#8217;s a really sensible idea. Why are we separately, as hosting companies, I say we, I mean the hosting companies. Why are they all trying to do the same work over and over again, separately? When presumably this aspect of the work, the security bit is something they all have in common.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:05] <strong>David Snead:</strong> Right? So that&#8217;s the fundamental question, right? So the IIF is a voluntary organisation that is made up of everyone in the infrastructure stack. So from registrars, registries, DNS providers, hosting providers, cloud providers, everyone in the stack. So it is facilitated by the Internet and Jurisdiction Foundation. They&#8217;re based in Paris, and they&#8217;re the actually the secretariat for it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And what it&#8217;s designed to do is create a common way for everyone who&#8217;s in the infrastructure stack to share information about abuse and abuse issues. And it&#8217;s one of the fundamental problems that you referred to is everybody is operating in a silo, right? And that&#8217;s mostly because that&#8217;s the way the internet is architected, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the internet is architected, so it&#8217;s distributed, right? Registrars and registries basically do their own thing with domain names. They might have a small hosting component or maybe a cloud component, but by and large, all they do is domain names.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosting providers probably resell domain names, but they&#8217;re not part of that industry. And so how do they all coordinate? And that&#8217;s what the IIF is trying to facilitate, is more information sharing among the participants.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:39] <strong>Nathan Wrigley:</strong> Well I imagine some of the hosting companies are probably fairly good. You know, they&#8217;ve got a giant customer base. Let&#8217;s imagine hosting company X over there, they&#8217;ve got millions of customers. They&#8217;ve got a huge budget that they can put over to, let&#8217;s say, security things. Well that&#8217;s all well and good, brilliant. But then there are other companies who are much scrappier. You know, they maybe have only a few thousand customers. And so their budget for the exact same work is going to be reduced.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How will this work? Is it going to be like a subscription service basically? Will you have a membership, which is in some way equal to the number of clients that you&#8217;ve got? Will there be some expectation that, okay, we&#8217;ll look at your revenue, your membership will be equivalent to a percentage of your revenue? How will that all work?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:20] <strong>David Snead:</strong> We don&#8217;t know. This is a very early stage project. Right now we are in a prototype phase where we have just figured out what information folks should submit to the secretariat.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the way it works is, you submit the information that you collect for a particular abuse issue to the secretariat, who then enriches it with all the other information that&#8217;s been submitted and sends it to the right person.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So a great example is, let&#8217;s say a registrar reported a phishing domain. They turn off the phishing domain and they have maybe a timestamp, an IP address where it was submitted from. They submit that to the secretariat, who then finds the hosting company who is providing the services for the hosting and says, this came in about this particular site. Can you take action on that? So that&#8217;s the way it works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now it&#8217;s very early stage. It&#8217;s in the first phase of a test, and we&#8217;re going to look at whether the way we&#8217;ve architected it, or the way the group has architected it, actually makes sense.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:39] <strong>Nathan Wrigley:</strong> Is this going to be then a sort of slow on ramp whereby you bring a few companies in at the beginning, hopefully. And then one or two more and iron out the wrinkles, and then some more and some more? Because I imagine, if you just threw the switch, everybody&#8217;s in, a lot could go wrong at that point. And I&#8217;m guessing there&#8217;s going to be more of a slow on ramp.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:00] <strong>David Snead:</strong> So you&#8217;ve pointed out my particular frustration with the IIF, and the reason that the secretariat is moving slowly, right? So fortunately, or unfortunately, based on my cultural background, I&#8217;m just sitting here going, this needs to move faster. We need to have everybody involved, we need to have all the hosts involved, we need to have all the registrars and registries. And other folks who are a little bit more skilled in this type of work say, no, we need to figure out what we&#8217;re doing and that requires a small number of people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The phase that we&#8217;re in right now is looking for more folks who are interested in sitting at the table and being part of the discussion. Particularly in the hosting industry and in the web design and marketing industry. Those are folks who don&#8217;t generally participate in these kind of industry led collaboration exercises. And that&#8217;s the reason that I&#8217;m at WordCamp, is to talk to web designers, marketing agencies about why they should participate in something like this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:13] <strong>Nathan Wrigley:</strong> So this really isn&#8217;t bound in any way to WordPress, is it? It just so happens that WordPress has a significant chunk of the internet, so this is a good place to start. But if you happen to be a, I don&#8217;t know, Drupal user, or you&#8217;re just into writing PHP code or whatever it may be, this is still applicable. There&#8217;s no real WordPress layer to this. This is just a good place for you to come because, well, there&#8217;s probably, what, 30 hosts, 100 yards away from us out there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:37] <strong>David Snead:</strong> I know. And I haven&#8217;t seen all of them yet.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:39] <strong>Nathan Wrigley:</strong> Yeah, there&#8217;s work to do. But agnostic to any platform, basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:42] <strong>David Snead:</strong> It is completely platform agnostic, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:43] <strong>Nathan Wrigley:</strong> Okay. Okay, that&#8217;s interesting. But WordPress is a, is certainly a good place to start.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, I&#8217;m imagining, if I was a hosting company and I was the chief executive, I definitely have some questions for you in terms of, okay, we&#8217;re going to share our valuable intel with you, what are you going to do with that? How can we trust you? How do we know that the sharing is going to be done effectively and what have you?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I guess really what I&#8217;m getting to is, what is the assurances or checks and balances that you, in the end, will hope to offer the host? That you can assure them that, look, if you hand us this body of work, you don&#8217;t need to think about it again. You can trust us to do it honourably, effectively, collaboratively. You get where going.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:26] <strong>David Snead:</strong> Yeah, yeah. And I suspect that you wanted to be a lawyer at some time, because that&#8217;s one of the issues that we&#8217;re facing. Information that can be shared freely, as an example, in the United States, might not be capable of being shared so freely in the European Union, or in Brazil, or in India or someplace like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So one of the things that&#8217;s being done, not by me, but by another group, another working group that&#8217;s part of this, is analysing the legal issues around information sharing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The information that&#8217;s being shared, to answer the proprietary and confidentiality question, is not proprietary or confidential information. So it&#8217;s things like timestamps, domain names, IP addresses for the initial abuse submission. Things like that that really don&#8217;t indicate some sort of company confidential information. And it&#8217;s further abstracted into xarf, which is a language that&#8217;s used for abuse reporting, that we all can share. And so I think that the only thing that would be of concern is whether that information is personal information that&#8217;s subject to jurisdictional restrictions around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:48] <strong>Nathan Wrigley:</strong> Would the idea be that this organisation would do the remedial work? So is there any notion that, let&#8217;s say for example, some sort of security problem was discovered by hosting company A over there, and they share that intel with you. Maybe the question is kind of asking, will you then appoint people to figure out what the patch is for that? Or is your idea just to, oh, red flag, we&#8217;ve got this problem, now you all know about it. Is it just information sharing as opposed to fixes?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:17] <strong>David Snead:</strong> Yeah, it&#8217;s the latter. So the thing that we&#8217;re solving for right now, so there&#8217;s just one issue that, one abuse issue, that we&#8217;re testing out and it&#8217;s issues related to fake shops. And so the fake shop issue is the test abuse issue for the project, and where folks are sharing information. It&#8217;s a particular problem right now with credentials harvesting. And so that&#8217;s what we&#8217;re trying to look at.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:43] <strong>Nathan Wrigley:</strong> And how has the conversations that you&#8217;ve had thus far, how have they gone? Has this been warmly received or are you facing a little bit of pushback?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:50] <strong>David Snead:</strong> So, look, I&#8217;ll be very direct with you. If something isn&#8217;t just an immediate threat to them, it&#8217;s very difficult to conceptualise why you should participate. And I am pretty used to answering that question simply based on the political work that I do with the i2Coalition. But once you talk about, so let&#8217;s use fake shops as an example. Fake shops, and you&#8217;re providing services to fake shops, actually has an impact on your bottom line.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if you are providing, let&#8217;s say, payment processing to an entity that is running a fake shop, it very easily can make your credit card processing charges higher. It ends up eating bandwidth. It will tax your abuse resources.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things that you referred to initially is, you know, larger hosts have a lot of money. I wouldn&#8217;t say they have a lot of money, but they have more bandwidth to handle a vast fire hose of abuse issues. Most smaller hosting companies might only get five or six abuse issues in a month. But if you have a fake shop, that&#8217;s going to generate a huge amount of abuse, and it&#8217;s taking away resources that you can use to actually grow your business. So that argument actually is relatively persuasive in getting folks to pay attention.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I find that the business argument around abuse is a much more compelling discussion than kind of moral persuasion. I don&#8217;t think moral persuasion works in the context of a community that is trying very hard just to keep their heads above water.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:42] <strong>Nathan Wrigley:</strong> It feels to me from what you&#8217;ve just said, and I could be reading too much between the lines, but it feels to me as if a good target audience would be smaller hosts to begin with, simply because they&#8217;re probably going to be more receptive because they have less bandwidth themselves. And so would welcome anything that can make the burden of sharing this information easier. So 10 of the small hosts combined is, well, it&#8217;s much bigger than each of them individually would be, whereas I suppose you&#8217;ll have to get a critical mass of them on board until maybe some of the bigger hosts start to look at you with favourable eyes, let&#8217;s say that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:15] <strong>David Snead:</strong> Well, so we have some pretty large hosting companies who are participating. So as an example, both GoDaddy and Newfold are participating. But we also have smaller hosts. But I agree with you, the information that&#8217;s being provided, particularly since it is actionable, realistic information that can be adapted for bespoke systems, is invaluable, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if you only get five or six abuse complaints and you get an abuse complaint, and you can go to the secretariat and say, we got a complaint about this domain, and the secretariat says, here&#8217;s what the registrar did. Here&#8217;s what Cloudflare did. Here&#8217;s the information they provided us. And you can use that to make a decision on how to address that problem. It saved you hours and hours and hours of research time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:09] <strong>Nathan Wrigley:</strong> Technically speaking, what would the conduit of information both toward you and away from you look like? So if I&#8217;m hosting company X, how are you imagining that I will supply you with that information? But also, if I&#8217;m just looking for information from you on a daily, weekly basis, whatever it may be, how do I receive that? Is this like a, I don&#8217;t know, a website or an API or?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:33] <strong>David Snead:</strong> It&#8217;s an API. So it&#8217;s a file. It&#8217;s just a general file download.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:37] <strong>Nathan Wrigley:</strong> Right, okay. So it&#8217;s readily available 24/7?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:40] <strong>David Snead:</strong> Right. That&#8217;s the goal. Right now it&#8217;s not, but the goal is to kind of figure out a way to make something like that possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:47] <strong>Nathan Wrigley:</strong> Yeah, okay. I also suppose that the hosting companies, whilst this is good for their business if they can minimise costs and hand a lot of this work over to you, there&#8217;s a part of them which would also probably like to put some sort of badge on their website to say, this is what we&#8217;re doing. We&#8217;re part of this alliance, for want of a better word. Is that something that you are looking to develop as well, you know, some sort of credentialing system to demonstrate that you&#8217;re in this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:12] <strong>David Snead:</strong> So that&#8217;s not something that the IIF is working on. It&#8217;s something that the Secure Hosting Alliance does. The Secure Hosting Alliance has a trust seal that we give to hosts who fulfil our Trust Seal Certification provisions. But that&#8217;s not something that the IIF does.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Talking about like why, other than business reasons, folks should participate in this, one of the things that is going on that I would suggest that most hosts know about, is there&#8217;s a little bit of a moral panic going on in the world about what contents you have. And regulation is actually a very real thing for the hosting industry, who has not ever been regulated. This is the time where you can say, hey, this is what we&#8217;re doing, right? We&#8217;re dealing with issues. This way a trust seal is the same thing, right? It&#8217;s something that you can say, we are actually taking steps to make the internet a better place.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:18] <strong>Nathan Wrigley:</strong> I think if you are a general agency owner or, I don&#8217;t know, just a freelancer, hosting is one of those things that you, once you&#8217;ve done it once, you&#8217;re in it for the long haul until something goes wrong. But you&#8217;re also browsing around for any tiny indication of why is this host slightly different? You know, what is it that they&#8217;re doing that, I don&#8217;t know, is faster? What is it that they&#8217;re doing that&#8217;s more secure? So it feels to me if you had a credentialing system and I began to hear about it and see it pop up again and again, it would be one of the metrics which I would weigh up when looking at hosting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:51] <strong>David Snead:</strong> I would think so. One of the things that a trust seal does is it indicates that there&#8217;s been some vetting of the host. That someone has determined the things that are important to the hosting industry and are important to the web design industry. The agency industry are also important to the host.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Great example of that is one of the provisions of the Secure Hosting Alliances&#8217; Trust Seal Certification is that a contract is presented to the customer before they sign up, which is super customer friendly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things as a lawyer that you hear about all the time when people are dissatisfied with their services is, yeah, well, I never saw that contract. Or it was just a hyperlink in an email that I got. That&#8217;s one of the differentiators for a Trust Seal certified host is that the contract is actually presented to them, to the customer beforehand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:57] <strong>Nathan Wrigley:</strong> So in terms of the WordPress crowd, is this a thing that you are pitching only to hosts? Like when you step out of here, are you trying to have conversations only with hosts? Or is there some bit of the WordPress community, the freelance, the agency owners? Are you trying to communicate with them just to scope out what they need?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:15] <strong>David Snead:</strong> So for both the Secure Hosting Alliance and for the IIF, it is that. I really enjoy talking to agencies and developers about whether this is important to them, or why it might be important to them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:31] <strong>Nathan Wrigley:</strong> In terms of how long this project&#8217;s been going, I&#8217;ve only heard of it because of your participation here, but I don&#8217;t know if you&#8217;ve been banging this gong for a decade or, I mean you&#8217;ve been in the industry for long enough to have been banging it for decades. Is this a new initiative or is this something which has a long and storied history?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:49] <strong>David Snead:</strong> So the Secure Hosting Alliance has only been active for a year, a little bit over a year. I&#8217;ve been talking about abuse for a long time, but the Secure Hosting Alliance has only been around for a year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:01] <strong>Nathan Wrigley:</strong> And have you, in that year, got any intuitions that you&#8217;ll be here for another year? Is it basically going in the right direction?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:09] <strong>David Snead:</strong> It is going in the right direction. So we started out with two or three charter members. We now have 25 hosting members. We have three security vendors who are members as well. We have, I think, 17 Trust Seal Certified members, and we&#8217;re launching in 2027 a trust seal for security vendors who provide services to hosting companies.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:40] <strong>Nathan Wrigley:</strong> I know that several owners of hosting companies listen to this podcast. They may very well be the people that you&#8217;ve spoken to already, but if they are not, and they are people who would like to investigate this further, I suppose the thing that&#8217;s going to be in their head is, okay, Nathan and David, you&#8217;ve explained what I&#8217;ll get out of it, what do I need to put into it? So is this an annual financial commitment? How does it all work from that point of view?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:02] <strong>David Snead:</strong> Yeah, so you become a member of the i2Coalition. And so the Secure Hosting Alliance is a working group of the i2Coalition. So you would be a general member and you would participate in the Secure Hosting Alliances&#8217; working groups. You also have the ability to participate in the i2Coalition as a whole, which is a much larger trade association that represents almost everyone in the internet infrastructure vertical. Mostly doing policy work, primarily in the US and the EU. Although there&#8217;s, we&#8217;re doing some work in India right now as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:40] <strong>Nathan Wrigley:</strong> And does membership allow you to steer the future of the project? I know that lots of chefs in the kitchen results in terrible food, but that, I fear, is something that could happen. You&#8217;ve got 87 members, 260 members. And then the 260 members all start to bicker and, you know, we want this, no. You see how it goes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:59] <strong>David Snead:</strong> I do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:59] <strong>Nathan Wrigley:</strong> What&#8217;s the position there? You know, is there sort of gated levels of membership? How are you organising all of that?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:04] <strong>David Snead:</strong> There are not. The membership is based on self-reported revenue. The membership is not horrifically expensive from my perspective. And I think that that, most of our members would say that it is, it&#8217;s actually relatively affordable, particularly for the small to medium sized hosts. And registrars or design agencies, anyone who&#8217;s participating.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The question about, who&#8217;s running the show, comes up quite a bit. We haven&#8217;t really faced that issue, particularly in the Secure Hosting Alliance. Folks seem to get along. But the organisation runs on the idea of rough consensus. And so decisions end up not being controlled by one member or not. Some of the i2Coalition has some very large companies who everybody knows about, who get along with startups, and folks against whom they compete directly. And policies still get made. The organisation still moves forward.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:11] <strong>Nathan Wrigley:</strong> Yeah, I guess you&#8217;re in a space where, obviously all of these hosting companies commercially are vying for everybody else&#8217;s business. But in this particular situation, that is not the case. Nobody&#8217;s vying for their websites to be less secure. They all want the same level of security. So at least in that sense, you would hope that consensus could be maintained even if, commercially, the two companies that are in the room, the 10 companies that are in the room might be commercially at loggerheads with each other. At least on this they could agree. That would be the hope, I suppose, anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:47] <strong>David Snead:</strong> It seems to be, not only the hope, but the actual way that things work. You ask about how compromise is reached. What comes to mind is I have a much different concept of privacy than, particularly when I was at WebPros, than other folks in the i2Coalition had. And another company just called me up and we worked through our disagreements about how privacy should be handled within the i2Coalition and were able to move forward.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The industry I&#8217;ve found to be hugely collaborative, particularly the hosting industry. Everybody knows what their competitor is doing. But when it comes to addressing an issue like, how are we going to deal with abuse as a community? Folks come together. CEOs of hosting companies while they compete tend to be relatively good friends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As I said at the very beginning, it really is like the Hotel California, right? You come in as a CEO of a hosting company, you grow it and you sell it to another company. All of a sudden you&#8217;re at the bottom again with a server in your grandma&#8217;s basement, you know, trying to start again.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:08] <strong>Nathan Wrigley:</strong> It&#8217;s a really curious effort. I suppose really at the bottom of this entire podcast is your endeavour to be heard and to reach out and get some conversations going. So with that in mind, where do people find the information about this? So maybe there&#8217;s a website that we could mention. But also, is there a specific place where you hang out? Is there a place where you would like to be contacted most?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:33] <strong>David Snead:</strong> Sure. So our website is hostingsecurity.net. I&#8217;m not too afraid of getting too much spam. So folks can email me at snead@i2coalition.com And the two is the numeral two. So it&#8217;s snead@i2coalition.com. And I&#8217;m happy to answer questions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In terms of hanging out, I am at most industry conferences in the hosting industry. In the WordPress industry, I&#8217;ll be at WordCamp US. We also participate very heavily in ICANN. So there is an i2Coalition member at every single ICANN meeting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:12] <strong>Nathan Wrigley:</strong> So if you go to wptavern.com and you search for the episode with David Snead, S-N-E-A-D, you&#8217;ll be able to find those details. I&#8217;ll put everything into the show notes. So anything that I missed? Was there a particular focus that we didn&#8217;t touch?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:26] <strong>David Snead:</strong> No, this is actually one of the most thorough podcasts I&#8217;ve been on recently.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:31] <strong>Nathan Wrigley:</strong> That&#8217;s love to hear it. Well, David Snead, thank you very much for joining me today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:35] <strong>David Snead:</strong> Glad to be here. Thanks for having me.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have David Snead.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David has been involved in the hosting industry since 1999, starting out as legal counsel for one of the earliest shared hosting companies and going on to work with over 50 others. He helped found the i2Coalition, serve as in-house counsel for cPanel and WebPros, and now leads the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re listening to this podcast, I’m sure that many of you will have worked closely with hosting companies. Perhaps you run an agency or business that depends on the reliability, ethics, and security of hosting providers. David is here to talk about cross-industry collaboration in the hosting world, specifically around improving security, professionalism, and communication between hosts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on why and how the Internet Infrastructure Forum (IIF) is building a framework for real-time intelligence sharing and abuse reporting, aiming to help the entire ecosystem detect and prevent attacks faster than adversaries can adapt.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David talks about the challenges hosting companies face, especially smaller ones, in keeping up with security, and how this evolving project hopes to ease this by sharing actionable, non-proprietary abuse information across registrars, hosting providers, DNS services, and more. He discusses the growth of both the Secure Hosting Alliance and the IIF, the business case for collaboration, and the nuances of legal and technical information sharing across borders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re in hosting, run a web agency, or just want to know how the backbone of the web is working to stay more secure and connected, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://i2coalition.com\">i2coalition website</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://hostingsecurity.net\">Secure Hosting Alliance website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"HeroPress: “Listen… the birds are already singing” – “Послухай… пташки заспівали”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=8704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"https://heropress.com/essays/listen-the-birds-are-already-singing/#utm_source=rss&utm_medium=rss&utm_campaign=listen-the-birds-are-already-singing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37329:\"<img alt=\"Pull Quote: WordCamp Europe has become one of the few places where [Ukranians] can reassemble in person. WordCamp Europe став одним із небагатьох місць, де [українці] можуть знову зібратися разом наживо.\" class=\"attachment-large size-large wp-post-image\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodymyr_banner.webp\" width=\"1024\" /><p class=\"wp-block-paragraph\"><a href=\"https://heropress.com/feed/#ukranian\">Це есе також доступно українською</a>.</p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls=\"controls\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodomyr_english_recording.mp3\"></audio><figcaption class=\"wp-element-caption\">Listen to Volodymyr read his own story aloud.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Listen&#8230; the birds are already singing,&#8221; said Danylo — a Ukrainian I&#8217;d met at a previous WordCamp — as we were wrapping up the last hour of the WCEU afterparty in Krakow. &#8220;It&#8217;s time for us to go.&#8221; He started singing &#8220;Hei! Hei! Hei, sokoly! Omynaite hory, lisy, doly.&#8221; I started singing with him. The Polish guys next to us continued singing in Polish &#8220;Dzwoń, dzwoń, dzwoń dzwoneczku, Mój stepowy skowroneczku.&#8221; Some people behind us joined the choir. That was &#8220;Hey Sokoly&#8221; — a Ukrainian-Polish folk song — carrying us out of Bastion III, a 19th-century Austrian fortress on the edge of Krakow&#8217;s Old Town, as the night turned to morning.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But to explain how I ended up there, I need to go back to where it all began.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/krakow_castle2.webp\"><img alt=\"Krakow Castle in morning light\" class=\"wp-image-8713\" height=\"1606\" src=\"https://heropress.com/wp-content/uploads/3026/07/krakow_castle2.webp\" width=\"1402\" /></a><figcaption class=\"wp-element-caption\">The view of the Krakow castle, taken on the morning after the after-party, around the time when birds were singing. Photo by Volodymyr Melnychenko.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mykolaiv\">Mykolaiv</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It all started in Mykolaiv, the city of shipbuilders and brides, where I spent my childhood. I graduated from two universities I had been attending simultaneously and started looking for a job during a gap year. I planned to find work to earn some money for further education while preparing for the entrance exams to one of the Finnish universities. Mykolaiv didn&#8217;t provide good opportunities for graduates unless you had very good connections, but I managed to find a job at an &#8220;IT&#8221; company. In 2011, the term &#8220;IT&#8221; didn&#8217;t mean much to me, but they required English, which was my major, so I thought — why not. The work wasn&#8217;t particularly difficult: I had to pretend to be &#8220;Bob&#8221; from the United States, helping customers who had purchased physical products by tracking their orders and walking them through setup instructions. I was fired after a month and a half. Maybe I underperformed, or maybe somebody just didn&#8217;t like me — either way, it&#8217;s water under the bridge.<br /><br />The first job I&#8217;d gotten entirely on my own, the first paycheck that proved I could be independent, and the first time being fired — all of it hit me at once. The last part was devastating, made worse by comments like &#8220;it was too good to be true,&#8221; &#8220;we told you they&#8217;d trick you,&#8221; and &#8220;look at so-and-so, doing such-and-such and earning properly.&#8221; It was hard to sit with feeling like a failure. But somewhere in that difficulty, I got tougher — and more determined to prove everyone wrong.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-templatemonster\">TemplateMonster</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first job was a failure, but it gave me one clear answer: I needed to stay in IT. The next job was TemplateMonster.com — well known in certain circles. It was the complete opposite of what I&#8217;d experienced before. In 2012 they were selling templates for the most popular CMS platforms of the time: WordPress, Joomla, Drupal, and various e-commerce solutions. The onboarding alone took two months, which tells you something about how seriously they took their people — staff rarely left, and when they did, it was for personal reasons, not because they were pushed out.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />My job was to help customers with their templates: installation, editing, customization. Difficult, but genuinely interesting — I liked it. This was the first time I encountered WordPress. I worked six nights a week, and Sundays were the strangest — your day off, but your body had adjusted to night shifts and refused to cooperate. None of that bothered me much. Being able to build sites and make things look exactly right was addictive. I overworked, learned constantly, pestered developers with questions, all just to quench my thirst for knowledge. It ended quickly: I got accepted into three master&#8217;s programs in Finland, chose one, and left for Central Finland.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-helsinki\">Helsinki</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image3.webp\"><img alt=\"Closeup of a glass of orange juice with croissants next to it, and a projection screen in the background.\" class=\"wp-image-8715\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/3026/07/image3-1024x1024.webp\" style=\"width: 400px;\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Morning “Weekly” at booncon PIXELS, my first workplace in Helsinki. Photo by Volodymyr Melnychenko.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Studying in Finland was genuinely different from anything I&#8217;d known in Ukraine — in the best possible way. Once the mandatory courses were done, I started looking for work. It was harder than I expected: a year of passive searching, then six months of applying every day. Eventually, I landed at a Helsinki-based agency building WordPress websites — which is still what I do today. A friendly team, around ten people — I&#8217;m still close with many of them. We built sites of varying complexity during the day and spent evenings playing board games, swapping stories, and throwing the occasional party.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s also where I attended my first WordPress event: WordCamp Helsinki 2017, a two-day conference. It didn&#8217;t blow me away, but it opened something. When you work in a small agency, you live inside your own bubble — and then suddenly a whole other world appears. You see the other side of WordPress: the community, the people pushing it forward, the people wrestling with the same problems you are and finding creative ways through.<br /><br />That first local WordCamp was enough to make us want to go further. In 2019 the team went to Berlin for WCEU — my first trip abroad outside of the Finland-Ukraine route I knew well. We spent a few days exploring the city and attending the event. WordCamp Europe is a different scale entirely: thousands of attendees, hundreds of volunteers making it happen. Standing in that crowd, I knew I wanted to be part of it — not just as a visitor. And then corona happened.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-porto\">Porto</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image1.webp\"><img alt=\"Volodymyr leaning on a handrail with Krakow in the background.\" class=\"wp-image-8718\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/3026/07/image1-768x1024.webp\" style=\"width: 400px;\" width=\"768\" /></a><figcaption class=\"wp-element-caption\">Me, standing on the roof the Super Bock Arena, where the WCEU 2022 took place. Photo by Oleksandr Misyats.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WCEU 2020 and 2021 were online, and I felt they were missing the whole point — thousands of people in one place, feeding off each other&#8217;s energy. So when Porto was announced for 2022, I started packing. This time, I joined as a volunteer, to see WordCamp from the inside. It was the right call. It was also a difficult time for Ukrainians — the full-scale invasion was by then well into its second year, and everyone was finding their own way to cope. For me, this event became a source of strength. I connected with the Ukrainian community, had real conversations with speakers, and came away feeling like I&#8217;d experienced what WCEU is actually for.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />That trip also clarified something I&#8217;d been circling around for a while. I&#8217;ve always loved traveling, but there was a barrier that had nothing to do with visas or money — though those were factors too. It was a justification problem. Coming from a culture where time should be spent purposefully, traveling for its own sake felt hard to defend. A work conference, though? Completely justifiable. Nobody asks how much fun you had. I&#8217;ve been to Germany, Portugal, Italy, Switzerland, and Poland this way. Spain is next.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Attending WordCamps is one thing. Building a similar event is another.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-suomi\">WP Suomi</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In 2025 I became the lead organizer of <a href=\"https://wpsuomi.fi/\">WP Suomi</a> — the first independent Finnish WordPress event, held in Helsinki. The months before October 10th were intensive in ways I hadn&#8217;t anticipated: budgets, logistics, gifts, merch, catering, venue coordination, a hundred small details that needed to be right simultaneously. I remember waking up at midnight worrying that I hadn&#8217;t ordered something in time and it wouldn&#8217;t arrive before the event. Most of the work that goes into an event like this is invisible to the people attending. They see the schedule, the food, the afterparty. They don&#8217;t see the half a year of pieces being polished before the puzzle comes together.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image5.webp\"><img alt=\"Banner for WP Suomi\" class=\"wp-image-8721\" height=\"576\" src=\"https://heropress.com/wp-content/uploads/3026/07/image5-1024x576.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">WP Suomi hall screen graphics. Graphics by Sergei Shchegrinets.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the day of the event, there was nothing left to worry about. Whatever needed doing had been done — if something had been missed in the preparation, it would show up now and there would be little we could do about it. So why worry? The time for that was the preparation, not the day itself. The team — experienced, reliable, no hand-holding required — knew exactly what they were there for.<br /><br />Around 300 people attended WP Suomi. Forty filled out our feedback form afterward, giving an overall score of 4.47 out of 5. But the number mattered less than what people wrote: networking, atmosphere, meeting old friends and new ones, a community that welcomes everyone openly. Reading that, I recognized the same feeling I&#8217;d had at WordCamp Helsinki 2017 — something new, interesting, and full of possibility.<br /><br />Organizing WP Suomi gave me a clearer understanding of what goes into making these events happen. Having been a volunteer at WCEU and then a lead organizer at WP Suomi, I arrived in Krakow with a slightly different perspective — a better sense of what the people around me were going through. This year I&#8217;m back on the WP Suomi organizing team as speakers coordinator — a different role, another angle.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image2.webp\"><img alt=\"Milania Cap near a presentation podium.\" class=\"wp-image-8723\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/3026/07/image2-1024x683.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Milana Cap is ready to show some magic with HTML API. She is one of two people who convinced Vladimir to become the lead organizer of WP Suomi ‘25. Photo by Asanka Hettiarachchi.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-krakow\">Krakow</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamps have changed for me over the years — less about the sessions on stage, more about what happens between them. As an organizer, you miss most of the talks anyway, pulled in ten directions at once. But real life happens in the corridors, and at the parties in the evenings. </p>\n\n\n\n<p class=\"wp-block-paragraph\">This matters especially for the Ukrainian community. The war has scattered us across Europe — different countries, different companies, different lives. WordCamp Europe has become one of the few places where we reassemble in person: to share what the year brought, to meet people we only knew online, to see the community still growing despite everything. Many couldn&#8217;t make it to Krakow, some would not be able to visit these events anymore. For those of us who could, the room carried extra weight. </p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s what Danylo and I were singing about at dawn outside Bastion III, even if neither of us said it out loud. I hope to do that someday in the afterparties in Helsinki and Kyiv — whenever that becomes possible again.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image4.webp\"><img alt=\"Ukrainian team at WordCamp Torino 2024.\" class=\"wp-image-8725\" height=\"684\" src=\"https://heropress.com/wp-content/uploads/3026/07/image4-1024x684.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Ukrainian team at WordCamp Torino 2024. More and more Ukrainians visit this event every year despite the war. Photo by Maksym Kaharlytskyi. </figcaption></figure>\n\n\n\n<div class=\"wp-block-group has-background is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-ff19e26b wp-block-group-is-layout-flex\" id=\"desktop\">\n<h2 class=\"kt-adv-heading8704_097876-99 wp-block-kadence-advancedheading\" id=\"work-environment\">Volodymyr&#8217;s Work Environment</h2>\n\n\n\n<p class=\"wp-block-paragraph\">We asked Volodymyr for a view into his development life and this is what he sent!</p>\n\n\n	<div class=\"hotspots-image-container\">\n		<img alt=\"Volodymyr’s Desk\" class=\"hotspots-image skip-lazy\" height=\"1890\" src=\"https://heropress.com/wp-content/uploads/2026/07/img_5363.webp\" width=\"2560\" />\n	</div>\n\n\n\n\n<p class=\"has--font-size wp-block-paragraph\">HeroPress would like to thank <a href=\"https://wpdrawattention.com/\">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"ukranian\">“Послухай… пташки заспівали”</h1>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls=\"controls\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodomyr_ukrainian_recording.mp3\"></audio><figcaption class=\"wp-element-caption\">Слухайте власну історію Володимира вголос.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">«Послухай… пташки заспівали», — сказав Данило, українець, з яким я познайомився на попередньому WordCamp — ми якраз протеревенили останню годину afterparty WCEU у Кракові. «Значить нам теж час іти». І тут він від душі почав співати «Гей, гей, гей, соколи, оминайте гори, ліси, доли». Я підхопив пісню разом із ним. Поляки, що ішли поруч продовжили польською: «Dzwoń, dzwoń, dzwoń dzwoneczku, mój stepowy skowroneczku». Хтось позаду теж приєднався до хору. Це була «Гей, соколи» — українсько-польська народна пісня — під акомпанемент якої нас виносив натовп із Бастіону III, австрійської фортеці XIX століття на околиці краківського Старого міста, саме тоді, коли вже ніч переходила у ранок.<br /><br />Щоб пояснити, як я там опинився, доведеться повернутися до самого початку цієї історії.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/krakow_castle2.webp\"><img alt=\"\" class=\"wp-image-8748\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/krakow_castle2-894x1024.webp\" width=\"894\" /></a><figcaption class=\"wp-element-caption\">Вид на Краківський замок, фото зроблене зранку після вечірки, приблизно в той час коли “вже заспівали пташки”. Фото зроблене Володимиром Мельниченко. </figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-миколаїв\">Миколаїв</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ця історія бере свій початок у Миколаєві – місті суднобудівельників і наречених, де я виріс. Здобув освіту у двох університетах, де навчався одночасно і почав шукати роботу під час року перерви перед продовженням навчання. Я планував знайти собі роботу, щоб заробити грошенят для продовження навчання, готуючись до вступу в один із фінських університетів. У Миколаєві було важко знайти якісь серйозні перспективи для випускника, хіба що в тебе є зв&#8217;язки, але я примудрився знайти роботу в &#8220;IT&#8221; компанії. У 2011 термін &#8220;АйТі” нічого мені не говорив, але там потрібна була англійська, яка була моїм основним предметом в університеті, тому я подумав, а чом би й ні? Робота не була важкою: треба було казати, що я “Боб” із США і допомагати клієнтам, які купували фізичні продукти, відслідковувати їх замовлення і давати інструкції, як використовувати оте, що вони поназамовляли. Мене звільнили через півтора місяці. Можливо, я щось не так робив, можливо, просто не вдався обличчям — у будь-якому випадку, що було, то загуло.  </p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />На цю роботу я влаштувався самостійно, без будь-якої підтримки, перша заробітна плата була символом моєї незалежності, і перше звільнення — це був бурхливий вир емоцій. Але остання частина просто вибила землю з-під моїх ніг, гірше тільки зробили коментарі на кшталт: “це було занадто добре, щоб бути правдою”, “та ми тобі казали, що там надурять”, і “подивись на нього — він робить те та й се, ще й добре заробляє”. Дуже важко було бути вдома і відчувати себе невдахою. Але це відчуття зробило набагато більше ніж будь-яка ефемерна підтримка — воно мене загартувало і пробудило палке бажання довести, що всі помилялися щодо мене.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-templatemonster-0\">TemplateMonster</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Хоч перша робота виявилась провалом, вона дала мені чітке розуміння, що треба продовжувати шукати роботу в IT. Наступну роботу я знайшов у TemplateMonster.com — добре відому у певних колах. Вона була повною протилежністю моєму минулому досвіду. У 2012 році вони продавали шаблони для більшості популярних CMS-ок того часу: WordPress, Joomla, Drupal, і для різних рішень електронної комерції. Лише ознайомлення з роботою і навчання зайняло два місяці, що промовисто свідчить про те, наскільки серйозно компанія сприймала своїх людей — майже ніколи не звільняли, а якщо люди й ішли з роботи, то з власних причин.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Моїм завданням було допомагати клієнтам із шаблонами, які вони придбали: встановлення, налаштування, редагування. Було доволі складно, але дуже цікаво — мені подобалося. Тоді я вперше познайомився із WordPress. Я працював шість ночей на тиждень, а неділі були найважчими, бо тіло звикало до активності вночі і відмовлялося спати. Хоча такий графік мене не дуже турбував. Можливість створювати будь-які сайти і кастомізувати їх саме під себе — оце було до дідька захопливо. Я багато перепрацьовував, вивчав щось нове, заколупував розробників питаннями, щоб хоч трохи вгамувати жагу до знань. Але усе закінчилося несподівано швидко: я отримав три листи про зарахування на магістратуру у Фінляндії, вибрав один університет і поїхав до Центральної Фінляндії.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-гельсінкі\">Гельсінкі</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Система навчання у Фінляндії побудована зовсім по-іншому — і, на мою думку, на краще. Коли я закінчив основні курси моєї спеціальності, я почав шукати роботу. Завдання було не з легких: рік я шукав пасивно, де-не-де подаючи заявки на роботу, і ще пів року я зайнявся цим активно, відгукуючись на декілька вакансій щодня. Зрештою, доля занесла мене у Гельсінське агентство, що розробляло сайти на WordPress — цим я займаюся і сьогодні. У нас була дуже дружня команда, приблизно з десяти людей, з більшістю з них я досі дружу. Ми будували сайти дуже різного рівня складності, удень, вечорами грали в настолки, ділились історіями зі свого життя і влаштовували грандіозні вечірки.</p>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image3.webp\"><img alt=\"\" class=\"wp-image-8751\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/image3-1024x1024.webp\" style=\"width: 400px;\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Вранішній “Weekly” у booncon PIXELS, моєму першому агентстві у Гельсінкі. Фото зроблене Володимиром Мельниченко. </figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">З цією командою я вперше відвідав подію WordPress: WordCamp Helsinki 2017 — дводенну конференцію. Я не був вражений наповал, але вона відкрила мої очі на дещо. Коли ти працюєш у маленькому агентстві, і живеш у своїй бульбашці, а тут неочікувано відкривається цілий всесвіт. Ти бачиш іншу сторону WordPress — спільноту, людей, які рухають увесь проект вперед, людей, які стикаються з тими самими проблемами, які знаходять творчі способи ці проблеми вирішити. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Того першого місцевого WordCamp’у було достатньо, щоб нам захотілося рухатися далі. У 2019 році наша команда поїхала до Берліна на WordCamp Europe — це була моя перша закордонна поїздка за межі звичного для мене маршруту між Фінляндією та Україною. Ми провели кілька днів, досліджуючи місто й відвідуючи конференцію. Масштаб відчувався зовсім по-іншому: тисячі учасників і сотні волонтерів, які усе організовують. Стоячи серед цього натовпу, я зрозумів, що хочу бути частиною цього, і не просто як відвідувач.</p>\n\n\n\n<p class=\"wp-block-paragraph\">А потім почалася пандемія коронавірусу.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-порто\">Порто</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image1.webp\"><img alt=\"\" class=\"wp-image-8754\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/image1-768x1024.webp\" style=\"width: 400px;\" width=\"768\" /></a><figcaption class=\"wp-element-caption\">Я, стою на даху Super Bock Arena, де проводився WCEU 2022. Фото зроблене Олександром Місяц</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe 2020 і 2021 років проходили онлайн, і мені здавалося, що вони втратили найголовніше — тисячі людей, зібраних в одному місці, які заряджають одне одного своєю енергією. Тож коли оголосили, що WCEU 2022 відбудеться в Порту, я почав збирати валізу. Цього разу я приєднався до команди волонтерів, щоб побачити WordCamp зсередини. І це було правильне рішення. Для українців це був непростий час — повномасштабне вторгнення вже тривало, і кожен шукав свій спосіб впоратися з новою реальністю. Для мене цей захід став джерелом сили. Я ближче познайомився з українською спільнотою, жваво дискутував зі спікерами й повернувся з відчуттям, що нарешті зрозумів, нашо той WordCamp.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Та поїздка також допомогла мені усвідомити дещо, над чим я давно розмірковував. Я завжди любив подорожувати, але існував бар&#8217;єр, який не мав стосунку ні до віз, ні до грошей — хоча й вони теж відігравали свою роль. Проблема була в тому, як виправдати саму подорож. Я виріс у культурі, де час потрібно витрачати з користю, тому подорожувати просто заради подорожі здавалося чимось, що важко пояснити. А ось робоча конференція — зовсім інша справа. Це цілком виправдана причина. Ніхто не питає, скільки задоволення ти на ній отримав. Саме так я побував у Німеччині, Португалії, Італії, Швейцарії та Польщі. Наступна — Іспанія.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Відвідувати WordCamp — це одне. Створювати подібний захід — зовсім інше.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-suomi-0\">WP Suomi</h2>\n\n\n\n<p class=\"wp-block-paragraph\">У 2025 році я став головним організатором <a href=\"https://wpsuomi.fi/\">WP Suomi</a> — першого незалежного фінського заходу, присвяченого WordPress, що відбувся в Гельсінкі. Місяці, які передували 10 жовтня, виявилися набагато напруженішими, ніж я очікував. Бюджет, логістика, подарунки, мерч, кейтеринг, координація локації — і сотні дрібниць, які мали зійтися в потрібний момент. Пам&#8217;ятаю, як прокидався посеред ночі з думкою, що не встиг замовити щось вчасно і воно не приїде до початку події. Більшість роботи, яка стоїть за такими заходами, залишається непомітною для учасників. Вони бачать програму, їжу, афтепаті. Але не бачать тих пів року, протягом яких окремі деталі поступово складаються в єдину картину.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image5.webp\"><img alt=\"\" class=\"wp-image-8758\" height=\"576\" src=\"https://heropress.com/wp-content/uploads/2026/07/image5-1024x576.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Графіка WP Suomi на великому екрані у холі місця проведення. Графіка створена Сергієм Шенгрінцем</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WP Suomi відвідали близько 300 людей. Після заходу сорок учасників заповнили форму зворотного зв&#8217;язку, оцінивши його в середньому на 4,47 із 5. Але для мене важливішою була не сама оцінка, а те, що люди писали: нетворкінг, атмосфера, зустрічі зі старими друзями й нові знайомства, спільнота, яка відкрито приймає кожного. Читаючи ці відгуки, я згадав себе і те саме відчуття, яке пережив на WordCamp Helsinki 2017, — це щось нове, захопливе й сповнене можливостей.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Організація WP Suomi допомогла мені значно краще зрозуміти, що стоїть за проведенням таких заходів. Після досвіду волонтера на WCEU, а згодом і головного організатора WP Suomi, я приїхав до Кракова вже з іншим поглядом — набагато краще розуміючи, через що проходять люди, які працюють поруч. Цього року я знову в команді організаторів WP Suomi, але вже в ролі координатора спікерів. Інша відповідальність, інший погляд.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image2.webp\"><img alt=\"\" class=\"wp-image-8760\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/2026/07/image2-1024x683.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Milana Cap готова показати магію з HTML API. Вона одна із двох людей, винних у тому, що я став головним організатором WP Suomi ‘25. Фото зроблене Asanka Hettiarachchi.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-краків\">Краків</h2>\n\n\n\n<p class=\"wp-block-paragraph\">За ці роки WordCamp для мене змінився. Тепер він менше про доповіді на сцені й більше про те, що відбувається між ними. Як організатор, ти все одно пропускаєш більшість виступів, адже тебе одночасно тягнуть у десять різних боків. Але справжнє життя вирує в коридорах і на вечірках після завершення основних сесій.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Особливо важливо це для української спільноти. Війна розкидала нас по всій Європі — різні країни, різні компанії, різні життя. WordCamp Europe став одним із небагатьох місць, де ми можемо знову зустрітися наживо: поділитися тим, що приніс цей рік, побачитися з людьми, яких досі знали лише онлайн, і переконатися, що наша спільнота продовжує зростати попри все. Багато хто не зміг приїхати до Кракова, на жаль дехто вже ніколи не зможе побувати на цих заходах. Для тих із нас, кому це вдалося, ці зустрічі мають особливе значення.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Саме про це ми з Данилом співали на світанку біля Bastion III, хоча ніхто з нас не сказав цього вголос. Сподіваюся, колись мені ще доведеться робити це на афтепаті в Гельсінкі та Києві — щойно це знову стане можливим.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image4.webp\"><img alt=\"\" class=\"wp-image-8761\" height=\"684\" src=\"https://heropress.com/wp-content/uploads/2026/07/image4-1024x684.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Українська команда на WordCamp Europe Torino 2024. Все більше і більше українців приїжджає на цей захід незважаючи на війну. Фото зроблене Максимом Кагарлицьким. </figcaption></figure>\n<p>The post <a href=\"https://heropress.com/essays/listen-the-birds-are-already-singing/\">“Listen&#8230; the birds are already singing” &#8211; “Послухай… пташки заспівали”</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 05:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Volodymyr Melnychenko\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"BuddyPress: BuddyPress 14.5, 12.7, 11.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=339549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://buddypress.org/2026/07/buddypress-14-5-0-and-12-7-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2951:\"<p class=\"wp-block-paragraph\">BuddyPress <a href=\"https://downloads.wordpress.org/plugin/buddypress.14.5.0.zip\">14.5.0</a>, <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.7.0.zip\">12.7.0</a>, and <a href=\"https://downloads.wordpress.org/plugin/buddypress.11.6.0.zip\">11.6.0 </a>are now available.</p>\n\n\n\n<p class=\"wp-block-paragraph\">These are security and maintenance releases that include two security fixes, along with a number of compatibility improvements, bug fixes, and code modernization updates. We strongly recommend updating your sites as soon as possible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Two security issues:\n<ul class=\"wp-block-list\">\n<li>Prevent user ID spoofing in the Messages REST API endpoint via improved validation.</li>\n\n\n\n<li>Restrict Component management to Users with the appropriate Capabilities.</li>\n</ul>\n</li>\n\n\n\n<li>Improves compatibility with WordPress 6.9, including support for block style loading optimizations and replacement of deprecated WordPress APIs where appropriate.</li>\n\n\n\n<li>Includes numerous bug fixes across BuddyPress, including BP Nouveau, Groups, Friends, Activity, Administration, and several PHP 8.x compatibility improvements.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Download</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can update automatically from your WordPress Dashboard, or download BuddyPress 14.5.0 directly:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/plugins/buddypress/\">https://wordpress.org/plugins/buddypress/</a></li>\n\n\n\n<li><a href=\"https://buddypress.org/download/\">https://buddypress.org/download/</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For the complete list of changes included in this release, see the changelog:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://codex.buddypress.org/releases/version-14-5-0/\">https://codex.buddypress.org/releases/version-14-5-0/</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-8935e1e5-ef63-42ee-8c08-67fad827159a\">Many thanks to our 14.5.0 contributors </h2>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks to everyone who contributed patches, testing, reviews, bug reports, and responsible security disclosures that helped make this release possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Contributors include: emaralive, vapvarun, westonruter, joelkarunungan, nikunj8866, shawfactor, r-a-y, t.schwarz, dcavins, noruzzaman, rollybueno, potcus, pratiklondhe, yatesa01, bhargavbhandari90, amitraj2203, GaryJ., espellcaste, needle, and johnjamesjacoby.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Security issues were responsibly disclosed via the <a href=\"https://hackerone.com/wordpress\">WordPress Bounty Program over at HackerOne</a> and through the <a href=\"https://make.wordpress.org/plugins/\">WordPress Plugins Team.</a> If you were not properly attributed for your contribution here, leave a comment and we&#8217;ll get you added.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2026 17:57:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-16/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"Insights into the DevRel role\'s importance, explore endless API possibilities, and consider the balance of digital freedom, cost, and usability in today’s tech landscape.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2026 13:04:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: USA 250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2026/07/usa-250/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2410:\"<p class=\"wp-block-paragraph\">This auspicious 250th Independence Day, I find myself thinking of what <a href=\"https://om.co/2013/08/13/iamerican/\">Om wrote in iAMerican when he became a US citizen in 2013</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">On a globe, America is a landmass, a country. In an immigrant’s heart it is a belief that future is almost always better. It may not be perfect and it is certainly not equal, but it still is one of a kind — the only place where an absolute stranger with a funny name and a funny accent with no friends or contacts can show up, work hard and actually get to do what he was destined to do. [&#8230;]</p>\n\n\n\n<p class=\"wp-block-paragraph\">In most places in the world, outsiders like me don’t have that chance. That simple truth is what makes America so special. A chance – to be somebody even if you are nobody. America is a state of mind and I have opted-in!</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">I feel lucky to have been born here, and if I hadn&#8217;t been, I think I would have gotten here as fast as I could. I&#8217;m grateful to the public schools that educated me, the <a href=\"https://ma.tt/about/#teachers\">teachers</a> who pushed me, the internet that freed my mind, and the culture of risk and innovation in technology that <a href=\"https://ma.tt/2006/04/a-little-funding/\">invested a million dollars</a> in a 21-year-old dropout kid trying to <a href=\"https://automattic.com/\">build a company</a> around (but not replacing) <a href=\"https://wordpress.org/\">an Open Source project</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s not unimaginable that these things could have happened someplace else, but it would have been a long shot.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the lighter side, <a href=\"https://www.youtube.com/watch?v=JYqfVE-fykk\">SNL&#8217;s Washington&#8217;s Dream skit is one of their best ever</a>, <a href=\"https://www.youtube.com/watch?v=Q3RjZY-rSsc\">Google has a pretty funny commercial reimagining the Declaration being written</a>, and <a href=\"https://www.youtube.com/watch?v=ezs9h7Td8Zg\">another famous Matthew (McConaughey) gives a great 2-minute speech</a>. &#8220;We need skeptics. Yes, we do. We do not need cynics. One cares enough to question, which we should, and the other one&#8217;s already quit.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 05 Jul 2026 06:59:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Open Channels FM: Open Source as Foundation, Not Final Answer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556361\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://openchannels.fm/open-source-as-foundation-not-final-answer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"In ecommerce, it’s not just about the tech but how it helps merchants grow. Open source can offer control and adaptability, especially with platforms like Woo and WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2026 09:59:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"WPTavern: #223 – Ivana Ćirković on How WordPress Credits Bridges Education and Industry in the WordPress Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/podcast/223-ivana-cirkovic-on-how-wordpress-credits-bridges-education-and-industry-in-the-wordpress-ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:38278:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case how WordPress Credits bridges education and industry in the WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Ivana Ćirković. Ivana is a digital marketer with 18 years of experience working both in and out of the tech industry, and currently leads marketing at WPBakery. She&#8217;s an active participant in WordPress events, having attended, and spoken at, numerous local and international word camps over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In this episode, our focus is on the WordPress Credits initiative. We learn how this program, launched by the WordPress Foundation, connects students with real world opportunities to contribute to the WordPress ecosystem, earn certifications, and increase their competitiveness in the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana discusses her own experience as a WP Credits mentor, working with students as they learn about digital marketing, remote work, and other open source contributions. We explore, how universities can modernise their curriculums, and real world value for students by participating in the initiative, and how businesses can get involved, not just to support the community, but to help shape and discover future talent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program&#8217;s evolving structure also gets attention, and we learn how students are guided through hands-on activities such as translation or documentation, and how their progress is tracked publicly via profiles on wordpress.org. Ivana shares the opportunities and challenges for both educators and businesses with thoughts on accountability, mentorship, and the need to bring new faces into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in the future of WordPress, education, or bridging the gap between academia and industry, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Ivana Ćirković.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Ivana Ćirković. Did I get that right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:14] <strong>Ivana Ćirković:</strong> Yes. Excellent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:16] <strong>Nathan Wrigley:</strong> Thank you. This is my first interview at WordCamp Europe 2026. I&#8217;m guessing because we&#8217;re on the first day of the event and it&#8217;s quite early in the morning, it&#8217;s 10 in the morning, I&#8217;m guessing you cannot have done your presentation yet?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:30] <strong>Ivana Ćirković:</strong> Not yet. Tomorrow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:32] <strong>Nathan Wrigley:</strong> Do you get nervous with these kind of things?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:34] <strong>Ivana Ćirković:</strong> I get nervous all the time. I&#8217;ve been doing this for 12 years, it never gets easier. It is what it is.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:39] <strong>Nathan Wrigley:</strong> Well, the presentation that you are doing is going to be the focus of what we&#8217;re talking about today. So do you just want to tell us a little bit about the topic that you&#8217;re talking about, but also just give us a bit of a general bio about who you are and what you do. So just tell us about you and about your presentation basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:56] <strong>Ivana Ćirković:</strong> Okay. First thing first, I would like to introduce my presentation, or the talk, that is build up around WordPress Credits initiative, which is something that WordPress has rolled out late last year in December. And I applied to be a mentor to support students into their entering into WordPress. Got accepted, did my courses, passed them and started working with students on their, first entering the WordPress society, how everything works, contributing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And out of all of this, I came up with the idea of sharing the story about WordPress Credits. What it is, why it is important, not just for the WordPress community, but also for universities all around the world for businesses to support, because there is an angle and huge opportunity for them too. And hopefully inspire people to join and become part of it more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As far as I&#8217;m concerned, my name is  Ivana Ćirković and I am a digital marketer for 18 years. I&#8217;ve been working inside tech organisations, tech industry, but also outside of it. So I&#8217;m the multiverse. And lately, for past couple of years, I&#8217;ve been working in WPBakery, in marketing their product, and talking to people, sharing knowledge of what we do, how we do it, and so on. In the meantime I am attending many, many WordCamps, local and international ones, giving lectures, giving talks about digital marketing and all things related.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:39] <strong>Nathan Wrigley:</strong> So are you here at this event, not just to give your presentation, are you also here on behalf of WPBakery to represent them and the products that they have as well?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:47] <strong>Ivana Ćirković:</strong> Yes, we are sponsors. I am speaker, I was table lead for marketing on Contributors Day. So we are wide into the ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:56] <strong>Nathan Wrigley:</strong> I have to say, having only been in this event space for about an hour, I&#8217;m actually deeply impressed by this particular event. It really is a gigantic venue. It&#8217;s so pleasurable as well to see the WordPress community in such large numbers here. And so we&#8217;re looking forward to a really good event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, let&#8217;s kick off with the topic at hand then. So it occurs to me that many people listening, whilst they&#8217;re using WordPress and they&#8217;re kind of, I don&#8217;t know, they&#8217;re building websites for people, and they&#8217;ve got products and plugins and they&#8217;re just general users. It may be that the community piece, and the educational piece, is nothing that they&#8217;ve heard of before. So would you just tell us a little bit about what WP Credits is as far as you&#8217;re concerned, just to give us that broad background of what it is?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:40] <strong>Ivana Ćirković:</strong> Okay. So WP Credits program is initially made to bring new young people into the WordPress, to broaden the ecosystem with the new fresh blood, new contributors. And to do so, WordPress Foundation initiated this program to connect with universities all across the world. To connect students to some programs, to learn about WordPress through contribution. For that, they will get graded and get certification, which in the end will help them be more marketable, and have more modern knowledge of what is needed in today&#8217;s job market, and to be more competitive and more appealing to potential employers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So by doing so, WordPress Credits aims to broaden the ecosystem, to strengthen the WordPress community, and WordPress itself. But also to put new generations in more marketable place, and to help them get more profitable jobs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:45] <strong>Nathan Wrigley:</strong> Thank you. That was a really nice summary. In terms of your personal commitment to it and what have you, how did you fall into it as a thing that you were doing? And is this something that you get sponsored for from WPBakery, or is it personal and simply a sort of philanthropic thing that you are doing on the side?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:01] <strong>Ivana Ćirković:</strong> Yeah, so basically, I&#8217;ve been doing education my whole professional life. So it&#8217;s something that comes natural to me. In my local country, in Serbia, I do informal education for high schoolers and primary school&#8217;s children about digital marketing, digital literacy. This is like very natural to me. I&#8217;m being sponsored by WPBakery to do so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the program works like, initiative needs people, needs more mentors to get involved. More than it needs like product and businesses to support with their products. So if there are businesses who are maybe interested in support through their product, know that you need to put your people first to actually get involved and contribute, and then you can offer products as the side piece, so to say.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:52] <strong>Nathan Wrigley:</strong> So yeah, it seems that you&#8217;ve got a lifelong interest in education as well. Okay, that gives me some sort of hook there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, if I was to say WP Credits to the people outside, the people who already knew about it, I think would probably peg it as entirely educational in nature, just an education initiative. But curiously, your presentation, the notes that went with that and the blurb that went on the WordCamp Europe website, you kind of make the point that it&#8217;s much bigger than that, and you get into businesses and the students themselves and universities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the students in universities bit, well, that&#8217;s the education piece. But the business bit, what&#8217;s going on there? Because I definitely hadn&#8217;t drawn that intuition. I thought education from top to bottom. But business, okay, where does that fit in?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:37] <strong>Ivana Ćirković:</strong> I will get the hot insights from the talk. So basically, there is more than what meets the eye, so to speak. Businesses have unique opportunity to shape people they want to employ by getting involved as mentors. They also get the chance to see firsthand how those young minds work in real environments, in real contribution. And they get the chance to pick and choose who they want to employ by seeing them work on some real things. Whether it&#8217;s documentation, whether it&#8217;s translation or programming, developing something, AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We need more people who know what they do, although they are young. By having students in this program, they are working on not fictional things, but actual things that really contribute to community and businesses as a whole. By supporting this initiative, businesses then in relations to that can get more insights into who they want to employ. So on top of that, they are building the better market for themselves as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:42] <strong>Nathan Wrigley:</strong> I guess the student university piece is fairly obvious. You know, WP Credits and the people working on that project communicate with universities, they&#8217;re probably easy to find. You know, if you go to a phone directory for example, they&#8217;ll all be there. And it&#8217;s an easy thing to do. You phone up the university and see if there&#8217;s interest. And I know that some universities have taken up the WP Credits program. And it seems to be, as far as I can work out, it seems to be working very successfully.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How are you going to make the connection with businesses? Because that seems like a much more scattered, I don&#8217;t know if you&#8217;re going to be working with big businesses, you know, huge companies or if it&#8217;s going to be kind of more the businesses on the street, the smaller businesses, that kind of thing. So, I&#8217;ll just sort of hand it over at that point.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:23] <strong>Ivana Ćirković:</strong> So basically, web agencies, businesses around WordPress, we know they have an issue with new employees onboarding last, let&#8217;s say three to six months. That cost time and money and other people who are teaching them what needs to be done and how.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then we have WordPress Credit students who are already doing that junior type of work within contribution. They&#8217;re already onboarded through using Slack, knowing how to do remote work, what needs to be done. So businesses supporting WordPress Credits initiative can choose those students and spend less time and money and energy in onboarding them because they already went through that by doing WordPress Credits program.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:10] <strong>Nathan Wrigley:</strong> Yeah, I guess if you are a small web agency, it&#8217;s highly likely that you won&#8217;t necessarily have an induction program finely tuned, so that the young people that are coming through have this sort of specialised system where they can get some accreditation. It&#8217;s probably more, okay, I&#8217;m going to assign you to John this week and then next week you&#8217;re going to go over to Susan and follow what they&#8217;re doing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So is there a sort of structured program that, let&#8217;s say a web agency based in London could drop into and receive documentation about? Where are we at with that whole process for the busineses?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:44] <strong>Ivana Ćirković:</strong> Yeah, so since this initiative is still fairly new and we already have just one generation of students that are passed the program, this is something in development. So at the moment, we still don&#8217;t have like a specific structure that is based just for agencies and businesses in general, but it is something that we are considering and working towards too. So definitely.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the other hand, the upper management organisational team might not be aware to the fullest what am I about to talk. So it might come as a surprise to them, but also it is something in the works as well. So give us some time and we will come up with something.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:26] <strong>Nathan Wrigley:</strong> Yeah, it feels like that would be something really credible. Because if you&#8217;re a small business owner, the last thing you want to be doing is kind of wasting time. And onboarding somebody might be something that you&#8217;d have to divert weeks into, you know, syphoning employees off, writing documentation, SOPs, those kind of things. And if you could just pick something up off the shelf that was tried and tested over many years, that would actually be really handy. So good luck. I hope that that initiative comes off.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In terms of students, if you were a student, let&#8217;s say you are at a university, or you are looking for work, what would you say would be some of the top line items that you would mention as to why WP Credits is worth looking at? Because, you know, if I&#8217;m at a university, there&#8217;s probably a thousand different things that I could be doing. WP Credits would be in competition with all of those. Why do you think it&#8217;s something that young people should be taking care of to look at?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:17] <strong>Ivana Ćirković:</strong> Yeah, I would think differently, in that sense. Universities curriculums are outdated comparing to the industry that we are living and working in. So WordPress Credits gives something that is in trend. That is happening now that people are using and working now. So students who choose to go to this program are gaining the most efficient and not outdated curriculum, and things that are being worked on in this moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And this is bigger than WordPress. It is initially for WordPress, but the knowledge students get, nobody can take that away. They learn to be outspoken. They learn to use all the necessary remote work tools that is applicable in all the industry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So we are really encouraging them to be very marketable employees and people who have portfolios, whether they choose that category that brings them portfolio. That is very transparent throughout whatever they do. Because on wordpress.org, every contribution is noted. So they&#8217;re building their own business brand by doing WordPress Credits. And in that way they are more marketable and can get more business opportunities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:42] <strong>Nathan Wrigley:</strong> I didn&#8217;t realise that the wordpress.org profile, is it the profile that you mean?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:47] <strong>Ivana Ćirković:</strong> Yes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:47] <strong>Nathan Wrigley:</strong> Each time you participate in one of these credit programs, that will be a badge, for want of a better word, that you can display and it will be freely available for the public. And presumably that will be difficult to acquire. That&#8217;s the wrong word. What I mean is, it won&#8217;t be simple to acquire. You will genuinely have had to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:07] <strong>Ivana Ćirković:</strong> Yes, you need to do the work. Let&#8217;s say students are interested in translation. So they go to Polyglots team and they get assigned to a mentor who is on weekly basis working with them on onboarding, helping them how to navigate through wordpress.org website, translation, what needs to be done. And basically, for that student, they need to translate to have approved translation, 150 strings approved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that doesn&#8217;t mean, okay, I will translate 150 words. No, no. You might need to translate 500 words out of which 150 is approved. And this is the bare minimum you need to do in order to get that badge that you contributed. Because that contribution, each contribution needs to be something very specific and tailored to help other people. That is very open and helpful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:00] <strong>Nathan Wrigley:</strong> So you mentioned translations there, which obviously is just one of multiple things that you could do, and we could list them all out, but we won&#8217;t. How is that curriculum, I&#8217;m doing air quotes, how is that curriculum decided upon? In other words, how do you decide, okay, I&#8217;m going to do a bit of translation, I&#8217;m going to do a bit of work on Core, I&#8217;m going to work for the Plugin Review Team? How is that decided? And, how is it decided by the institution, I guess that that&#8217;s going to equal something which our university will stamp as part of your degree, let&#8217;s say?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:33] <strong>Ivana Ćirković:</strong> Yeah. So basically, that is all arranged between the foundation and universities. You won&#8217;t get IT students doing marketing if that&#8217;s not their preferable choice. So students opt in. They&#8217;re given the whole like curriculum, categories of things they can contribute to. And the one they choose, this is the one they stick to throughout all the programs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So you cannot switch in between like translation and documentation, or plugins, or WP-CLI whatever. The whole program stick to one chosen category. And that is all aligned with the, let&#8217;s say, topic of university. So IT is preferable for IT related contributions. Communications are also more favourable towards translation community, marketing. So it&#8217;s aligned that way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:23] <strong>Nathan Wrigley:</strong> So flipping that round, so we&#8217;ve been talking about it from the point of view of the students. Now let&#8217;s just flip it around to the point of view of the university. I guess the same thing applies. They would have to communicate with the Foundation and say, okay, these are the kind of things that we wish our students to do. These particular strands, we will, you know, if they do 500 translation strings, that will count as something. I guess there&#8217;s got to be some interface between the Foundation and each university to establish what a credit equals.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:50] <strong>Ivana Ćirković:</strong> Yeah, common ground as to how WordPress Credits adds to the official curriculum of the university. And the thing that university get out of it, they are in position to offer modern, in trend, teachings, and that makes them more appealing to next generation of students. Because the more their existing students who are in the WordPress Credits program are succeeding, the more desirable the university gets to newer generations because they don&#8217;t teach outdated curriculums. They&#8217;re aligning to what is now efficient and needed in the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:30] <strong>Nathan Wrigley:</strong> I suppose also as well, when I was at university, there was a choice of about, I don&#8217;t know, four things to do each year. Something like that. You could do this or this or this. And you had to pick one of them and that was your pathway. This feels much more wide open because knowing the WordPress ecosystem, I know that there&#8217;s dozens, maybe multiple dozens of different things that you could be involved in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s quite appealing as well, isn&#8217;t it? You know, you can just take a little nibble of this one thing, and another nibble of this. And so there&#8217;s potentially multiple dozens of different pathways that you could pick. And whilst you say that, once you&#8217;ve decided you&#8217;ve got to stick to that, well, that&#8217;s fair enough, but the fact that you&#8217;ve got so many different ways that you could choose. That to me as a university student would&#8217;ve been really appealing. The fact that there&#8217;s so many different things that you could do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:15] <strong>Ivana Ćirković:</strong> Yeah. And once they got in, the overall input that we get from students that, first they don&#8217;t know that something like this exists. And once they go deep and start work, it&#8217;s like, wow. The whole mind just shifts, and they are amazed by all the possibilities that they can do within WordPress that isn&#8217;t talked about.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:36] <strong>Nathan Wrigley:</strong> Yeah. And I presume they get to do it in the way that the WordPress community works, which is remotely distributed and when you wish to do it. So long as I, you make the end of the university period of whatever a semester is or something, so long as you make the deadline, you can do it at night or in the early morning or.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:57] <strong>Ivana Ćirković:</strong> Exactly. So they are training to be like workers as we all are today, that are not restrained with some deadlines or by official university rules. They&#8217;re accountable for the final output. How will they come to that output? It&#8217;s entirely up to them because, yes, they are young but they&#8217;re not so young that they cannot be held accountable for their actions. So they need to do the work. We got weekly mentorships and assessments. So it&#8217;s a fun ride.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:31] <strong>Nathan Wrigley:</strong> So just touching on that, the sort of ongoing support that every student needs, because with the best rule in the world, there&#8217;s a proportion of students who will leave everything to the last minute. I&#8217;m looking at myself in the mirror when I say that. So that ongoing support, it&#8217;s a weekly sort of huddle. And is that like a one-to-one thing or is it a one to many thing?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:50] <strong>Ivana Ćirković:</strong> Yeah, so depending on the number of students, if a mentor has a one or two students, it can be one-to-one. If there are more like five or six, it&#8217;s better to have a group meeting on a weekly basis, and then Slack chats in between if anything is more needed than that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So basically we go through what they did last week, are there any setbacks or they need additional help, or do they need information from other parts of the team? Are they interested in something else? So we are really trying to get them involved in a way that matters to them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things that each student needs to do, no matter section they chose, is to create a blog and to have weekly blog posts. So we discuss about that. What interests them. Whether they want to be something personal like, or professional like. So it&#8217;s very interesting to see how they think and how they express themself and how they build their online persona.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:55] <strong>Nathan Wrigley:</strong> Do those huddles take place on a, let&#8217;s say university by university basis? So for example, when you join and you mentor students, are they from the entire WP Campus project, or are you doing it from the university of this town and the university of that town?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:13] <strong>Ivana Ćirković:</strong> No, it&#8217;s mixed and matched.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:14] <strong>Nathan Wrigley:</strong> So, okay, well that&#8217;s a real strength as well it feels, because presumably then you&#8217;re on a call with people potentially from all over the world. Certainly people that you may not have encountered before. And those sort of serendipitous chance encounters can sometimes be some of the more meaningful ones. You know, work comes out of those things, and meetups come out of those things, and unexpected things come out of those things. So that must be really nice as well, watching those kind of things happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:42] <strong>Ivana Ćirković:</strong> Yeah, it&#8217;s like nothing I experienced before. And just to have the privilege to talk and work with those people, you never know what can come up out of them, and out of our connections. And I get inspired every time we have chats and they make me want to be a better educator.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:03] <strong>Nathan Wrigley:</strong> Oh, that&#8217;s interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:04] <strong>Ivana Ćirković:</strong> So, yeah, that&#8217;s my take out of all this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:06] <strong>Nathan Wrigley:</strong> Yeah. Okay, so there&#8217;s actually some psychological benefit for you as well. You get a real nice feeling of it. Okay, that&#8217;s really good.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with the best will in the world, a university, every year there&#8217;s a cohort of children, young adults, whatever it may be, whichever institution it is, and a proportion of them will work diligently and hard and they will succeed. And some others maybe not so much.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How does that work? How do you ensure that everybody gets through it? And I don&#8217;t know if there&#8217;s enough data to answer this question. Again, I&#8217;m doing air quotes, how is the pass rate? Do most people that embark on this get through the necessary things? Or is there a fair bit of, I don&#8217;t know, discipline, for want of a better word, that needs to be applied and cajoling people to get through it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:46] <strong>Ivana Ćirković:</strong> Yeah, so I touched base on the accountability. So we have not strict rules, but recommendations. Weekly mentor chats, async communication through Slack. They all have weekly tasks that needed to be done. So if a student don&#8217;t answer the message or come to weekly mentor call three times, they are no longer WordPress Credit students. And that is the accountability.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You need to show yourself that you are willing to do the work. So if you don&#8217;t care, we won&#8217;t force you to do that if you don&#8217;t want to. We will set reminders, we will call back, we will reach out. But if you are no show, no tell anything for three times, then evidently you are not for that. You don&#8217;t wish to be there, and we won&#8217;t force you to be there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:40] <strong>Nathan Wrigley:</strong> And then in some way, are you required then to report that back to the institution and sort of say, okay, we&#8217;ve reached the end of the road here, and then it&#8217;s for them to figure out how that impacts. And presumably the students can.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Ivana Ćirković:</strong> Their grades, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Nathan Wrigley:</strong> Yeah, their grades what have you, okay. Touching back on the sort of business side, because we&#8217;ve dwelled a lot with students and universities and we&#8217;re going to stay with students, because that&#8217;s really the underpinning of the whole thing. How has the business side of things, is it taking off? You were describing that it&#8217;s kind of like a new thing. Have you got any sort of success stories or anecdotal evidence that people do in fact want this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:15] <strong>Ivana Ćirković:</strong> Yeah, so it&#8217;s still fairly new, so we don&#8217;t have those anecdotes yet. One of the reasons why I&#8217;m here at the WordCamp Europe is to find out and to get new perspective from businesses to like reach out to them to see what they think about the program. Would they want to be evolved. And how to give tips, maybe how we can improve. So stay tuned for more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:38] <strong>Nathan Wrigley:</strong> Yeah. And it is interesting, when you walk around an event like this, I don&#8217;t have the exact numbers, but the demographic is definitely skewing older. There&#8217;s not so many 18 year olds. And if this community wishes to carry on, at some point the age demographic will get to retirement age.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:57] <strong>Ivana Ćirković:</strong> Yeah. Just last night we were talking. I&#8217;ve been in the community for 11 years. And for 11 years all the same faces are here. And we really need new faces. But to get new faces, WordPress Credits is one part of the solution. But then again, we need to meet young people where they are. And they are not on the conferences, they are not on websites, they don&#8217;t use websites, they don&#8217;t care about websites. They are on very specific social media channels. And if we want to get fresh, new, young blood, we need to go there and to present what we do in a way that matters to those kids.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:35] <strong>Nathan Wrigley:</strong> In terms of success, if you were to, I don&#8217;t know, let&#8217;s imagine that we could cast our minds forwards five years, let&#8217;s go for that. What would you like to have happened with WP Credits? Would you like, for example, to see a bunch of 20 somethings wandering around in an event like this? Does it matter that they&#8217;re involved in the community and doing WordPress events and contributing to Core and those kind of things? Or is success just more broadly, people are using WordPress? You know, it&#8217;s still a project. What&#8217;s your take on, what does success look like in five years?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:08] <strong>Ivana Ćirković:</strong> For me, I would like to see more young people involved. Yes, we will always have users because in its core, WordPress is a very useful tool. And I&#8217;m happy to stumble upon that tool many, many years ago to use it both personally and professionally. But I really want to see young people involved in a way that we were involved 10, 15 years ago, and to see what can happen with WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I strongly believe it&#8217;ll be transformed, not with AI or all other flashy trends. WordPress has always been about people. And we need new people, we need young people to get it where it needs to be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We are getting older and don&#8217;t have strengths or stamina to do so for how many long years. By having new kids, fresh perspectives, I&#8217;m really excited to see what they can come up with next.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:08] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s kind of handing over the baton in a way, isn&#8217;t it? Seeing what the future holds. Yeah, I definitely have concerns that the age demographic is skewing. And no matter what has happened in the past, I don&#8217;t see it being backfilled with younger people moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I think that&#8217;s largely because we just assumed that that age demographic would fill itself, because we were excited about it, so the younger generation will be excited about it. Well it turns out the world moved on. And TikTok came along, and YouTube became a massive thing and mobile phones and all the different platforms became a thing. And so the attention was put elsewhere by many young people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so I suppose we needed to come up with a system where we are, in a sense, just putting it in front of their face and saying, look, it&#8217;s here. You know, you&#8217;re a university student, you are somebody looking for work in a small business. Here&#8217;s a credible way of getting involved in something which potentially could change your life. That seems like the most credible way of doing it at the moment. And I guess we&#8217;ll just have to see what the next five years brings.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In which case, is there anything that you felt you wanted to touch on that you wanted to get out of this chat before we finished?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:15] <strong>Ivana Ćirković:</strong> No, I think you did it masterfully. And we touched base on everything that needed to be said.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:20] <strong>Nathan Wrigley:</strong> Perfect. In that case, I will say Ivana, thank you for chatting to me today. Fingers crossed that your presentation goes well tomorrow, and that you pack the place out, and that by this time next week, you are extremely busy with the WP Credits program. Thanks for chatting to me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:34] <strong>Ivana Ćirković:</strong> Thank you. Thank you for inviting me.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Ivana Ćirković.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana is a digital marketer with 18 years of experience working both in and out of the tech industry, and currently leads marketing at WPBakery. She’s an active participant in WordPress events, having attended and spoken at numerous local and international WordCamps over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In this episode, our focus is on the WordPress Credits initiative. We learn how this program, launched by the WordPress Foundation, connects students with real-world opportunities to contribute to the WordPress ecosystem, earn certifications, and increase their competitiveness on the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana discusses her own experience as a WP Credits mentor, working with students as they learn about digital marketing, remote work, and open source contributions. We explore how universities can modernise their curriculums and add real-world value for students by participating in the initiative, and how businesses can get involved, not just to support the community, but to help shape and discover future talent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program’s evolving structure also gets attention, and we learn how students are guided through hands-on activities such as translation or documentation, and how their progress is tracked publicly via profiles on WordPress.org. Ivana shares the opportunities and challenges for both educators and businesses, with thoughts on accountability, mentorship, and the need to bring new faces into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re interested in the future of WordPress, education, or bridging the gap between academia and industry, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://learn.wordpress.org/course/wordpress-credits/\">WordPress Credits</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wpbakery.com\">WPBakery</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/what-it-really-means-to-be-a-part-of-the-wp-credits-program/\">What it (really) means to be a part of the WP Credits program?</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-15/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Insights on community support, decision-making, starting new projects, and the importance of agency reputation in hosting. Engage and share!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2026 13:11:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Aaron D. Campbell: Open Source Support Can’t Depend on Charity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://aarondcampbell.com/?p=2933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:470:\"<p>Companies depend on open source software. Supporting the projects that support your business shouldn\'t be treated as charity; it should be part of sustaining the infrastructure, ecosystem, and user trust your products rely on.</p>\n<p>The post <a href=\"https://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\">Open Source Support Can&#8217;t Depend on Charity</a> appeared first on <a href=\"https://aarondcampbell.com\">Aaron D. Campbell</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 13:19:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Open Channels FM: Thoughts on the Human Side of AI Acceleration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://openchannels.fm/thoughts-on-the-human-side-of-ai-acceleration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"AI is evolving super fast, boosting productivity but also causing burnout and a loss of human touch. We need to balance tech with authentic human insights.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 11:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Aligning WooCommerce Marketing Strategies for Community Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/aligning-woocommerce-marketing-strategies-for-community-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"In this episode we’re chatting about a topic that matters to everyone in the WooCommerce world and beyond: how OSS communities can come together to market themselves more effectively.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: The First AI Leaders Graduates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/06/ai-leaders-graduates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4846:\"<p class=\"wp-block-paragraph\">On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through <a href=\"https://ai-leaders.org/\">AI Leaders</a>, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them earned it by building real projects, applying generative AI to genuine work, and contributing to the open source software that powers more than 40% of the web. Students who completed the course also earned $1,000, made possible by a donation from Automattic and UIC. This celebration was the moment the program had been building toward since it was <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">first announced in February</a>.</p>\n\n\n\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-normal-font-size wp-elements-2 wp-block-paragraph\"><strong>Explore the project portfolios built by this year’s AI Leaders</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://aileaderswp.blog/\"><img alt=\"\" class=\"wp-image-20975\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/aileaderswpblog-scaled.png?ssl=1\" /></a></figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aileaderswp.blog/\"><strong>AI Leaders · Class of 2026</strong></a></div>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">When the pilot launched, the goal was to test whether open source learning could connect directly to job pathways rather than stopping at a certificate. What makes this program distinct is that it is built on open source from the ground up: students learn on WordPress, contribute to it, and use generative AI the way the WordPress ecosystem uses it every day, leaving with a credential that employers can verify and a community that continues long after the course ends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The pilot reflects a shared belief that AI and open source skills should be within reach regardless of where someone lives or what they can afford.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress was built to expand access to publishing and participation on the open web.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The program is a collaboration with distinct roles for each partner. It is funded through the <a href=\"https://osf.it.uic.edu/\">UIC Tech Solutions Open Source Fund</a>, with support from the <a href=\"https://www.uic.edu/\">University of Illinois Chicago</a> and <a href=\"https://automattic.com/?p=867048\">Automattic</a>, while the WordPress project and the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> contribute to the development of the curriculum itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first cohort was just the beginning. The gathering in Chicago brought this group together with employers and agencies, and further job placements are already in motion. </p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center wp-block-paragraph\">The next round of AI Leaders is on the horizon. Subscribe for updates to be the first to hear when the next cohort opens and how to take part.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://ai-leaders.org/#apply\"><strong>Subscribe for AI Leaders Updates</strong></a></div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-dark-strokes-grey-color has-alpha-channel-opacity has-dark-strokes-grey-background-color has-background\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>WordPress offers a wide range of educational opportunities for people at every stage, from first steps to advanced contribution. Explore workshops, lesson plans, and community-created resources designed to help you build practical skills while connecting with others who are learning and contributing at <a href=\"https://wordpress.org/education/\">WordPress.org/education/</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 20:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Open Channels FM: Six Months In: What Open Channels FM Has Been Talking About in 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555969\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://openchannels.fm/six-months-in-what-open-channels-fm-has-been-talking-about-in-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"In the first half of 2026, conversations on AI\'s impact, WordPress 7.0 launch, and the importance of the open web emerged. Key themes included rethinking work, community, and embracing uncertainty.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 07:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: Om Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2026/06/om-links/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6357:\"<p class=\"wp-block-paragraph\">There has been a lot of excitement about the OmFest idea. If you&#8217;d like to attend or contribute, <a href=\"https://docs.google.com/forms/d/e/1FAIpQLScyY9c5MowPFW6BmIitqaaF3T-ykM_d8eD2pq2XqwSt7N50zg/viewform?usp=header\" rel=\"noopener\" target=\"_blank\">please fill out this form as soon as possible</a> so we can gauge the type of venue we need.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Update: <a href=\"https://thankyouom.com/\">ThankYouOm.com from Michael Galpert pulls together all the tweets, Instagram posts, and blog posts into a beautiful site</a>.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s truly a testament to how Om lived life to see the outpouring of remembrances <a href=\"https://om.co/2026/06/24/1966-2026/\">in comments on the post</a> and <a href=\"https://www.techmeme.com/260625/p50#a260625p50\">around the web on Techmeme</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I do wish he had been more public earlier in his health journey. You never know what you&#8217;ll learn. I&#8217;ll take that as a lesson for myself if I&#8217;m ever in a similar situation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There have been some great long-form writings about Om:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://daringfireball.net/2026/06/om\">John Gruber ties together Apple, the Yankees, and luggage</a>. &#8220;<em>He not busy being born is busy dying</em>, wrote Dylan. Om Malik wasn’t busy dying even when he was dying.&#8221;</li>\n\n\n\n<li><a href=\"https://brian.blog/om/\">Brian Sirgutz, Curiosity and the Art of Being Seen. On Professor Om &amp; the Malik School for Gifted Omies, Derek Jeter and Truth in Legacy</a>.</li>\n\n\n\n<li><a href=\"https://www.hodinkee.com/articles/in-loving-memory-of-om-malik-friend-writer-venture-capitalist-and-ever-the-believer\">Ben Clymer on Hodinkee</a>. &#8220;Om changed my life. He did it in many ways, often slowly and with subtlety, always with kindness and eminent belief in me.&#8221;</li>\n\n\n\n<li><a href=\"https://staceyoniot.com/thank-you-om-malik/\">Stacey Higginbotham</a> from the original GigaOM.</li>\n\n\n\n<li><a href=\"https://mathewingram.com/work/2026/06/25/om-malik-1966-2026/\">Mathew Ingram</a>.</li>\n\n\n\n<li><a href=\"https://www.nytimes.com/2026/06/26/technology/om-malik-dead.html\">The New York Times did an obituary</a>.</li>\n\n\n\n<li><a href=\"https://runtimewire.com/article/om-malik-taught-silicon-valley-to-read-itself\">Ryan Merket on RuntimeWire</a>.</li>\n\n\n\n<li>Om introduced <a href=\"https://krutal.blog/2026/06/26/om/\">Krutal Desai as his son</a>. &#8220;He had a rare gift of seeing 20 steps ahead while explaining things with remarkable simplicity. He gave wisdom freely, never seeking credit, only wanting to help others succeed.&#8221;</li>\n\n\n\n<li><a href=\"https://susanhobbs.blog/2026/06/27/the-gravity-of-om/\">Susan Hobbs</a>. &#8220;He was a teddy bear to those fortunate enough to know him. [&#8230;] Om created gravity. He was someone you wanted to be around.&#8221;</li>\n\n\n\n<li><a href=\"https://founderthings.substack.com/p/interview-om-malik\">Helena Price shares her thoughts and an old interview of Om</a>. &#8220;If you believe and you can’t seem to do anything other than think about something, you’ve just got to keep doing it. I think the universe has to follow. What’s the point of living if you don’t chase what’s important to you?&#8221;</li>\n\n\n\n<li><a href=\"https://pradeep.md/2026/06/25/om.html\">Pradeep Elankumaran</a>.</li>\n\n\n\n<li><a href=\"https://blog.naveen.com/2026/06/om-2/\">Naveen Selvadurai</a>.</li>\n\n\n\n<li><a href=\"https://explorers.com/my-friend-om/\">Christopher Michel</a>.</li>\n\n\n\n<li><a href=\"https://x.com/jgheller/status/2070267958891524448\">Jonathan Gheller</a>.</li>\n\n\n\n<li><a href=\"https://x.com/mamoonha/status/2070255545643364515\">Mamoon Hamid</a>.</li>\n\n\n\n<li><a href=\"https://boingboing.net/2026/06/25/om-malik-1966-2026.html\">Rob Beschizza on Boing Boing</a>.</li>\n\n\n\n<li><a href=\"https://www.airsugar.com/p/om-malik-1966-to-2026\">Brian Sugar</a>.</li>\n\n\n\n<li><a href=\"https://hugo.blog/2026/06/25/r-i-p-om-malik-%f0%9f%96%a4/\">Hugo Barra</a> on how Om got him to write.</li>\n\n\n\n<li><a href=\"https://everwas.com/2026/06/om/\">Ian Kennedy</a>, also with some great quotes.</li>\n\n\n\n<li><a href=\"https://toni.org/2026/06/25/om-malik/\">Toni Schneider</a>. &#8220;Om was a wonderful person, artistic soul, and original thinker. He was always curious, generous, and warm-hearted.&#8221;</li>\n\n\n\n<li><a href=\"https://seanbonner.com/2026/06/29/death-and-what-we-leave-behind/\">Sean Bonner</a>. &#8220;[H]is feedback and criticism could be sharp – but it was always with the hope that things could be better.&#8221;</li>\n\n\n\n<li><a href=\"https://battellemedia.com/archives/2026/06/remembering-om-malik\">John Battelle</a>. &#8220;Om quickly decided his integrity was more important than the ad dollars he was making with Federated&#8221;</li>\n\n\n\n<li><a href=\"https://winnielim.org/journal/om/\">Winnie Lim</a>. &#8220;Om was one of the very few people in this world I can have an intense conversation about form and content with.&#8221;</li>\n\n\n\n<li><a href=\"https://glass.photo/highlights/remembering-om\">Glass.photo</a>. &#8220;It’s not lost on us that <a href=\"https://glass.photo/om\">Om’s photography</a>, often taken in frozen lands in or around the arctic circle, was the polar opposite of his personality.&#8221;</li>\n\n\n\n<li><a href=\"https://spyglass.org/om/\">M.G. Siegler</a>. &#8220;The true natural born blogger.&#8221;</li>\n\n\n\n<li><a href=\"https://outsidewithacamera.substack.com/p/om-malik-the-path-of-the-one\">Rod Clark, The Path of the One</a>.</li>\n\n\n\n<li><a href=\"https://www.facebook.com/dina.kaplan/posts/pfbid02tiAYzbwam4qZGrtSYquvMUujBFjMzkf8EJFmiUhJHXFt9TYEHmWRrskXagwuxXcsl\">Dina Kaplan</a>, &#8220;Om &#8211; I say as tears come to my eyes &#8211; wanted nothing but to be kind. To be supportive. And to be a friend.&#8221;</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">I know I&#8217;m missing a ton, I&#8217;ll update the above. I also added a <a href=\"https://ma.tt/2026/06/om-forever/\">few more vignettes and pictures to the last post</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153374\" height=\"453\" src=\"https://i0.wp.com/ma.tt/files/2026/06/IMG_0420-1024x768.jpg?resize=604%2C453&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 Jun 2026 16:34:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Open Channels FM: Why “It’s Dead” Says More About You Than the Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://openchannels.fm/pop-the-email-is-dead-bubble/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"Email isn’t dead. Sure, email marketing might not work for everyone, but it’s still crucial for many businesses and personal communication.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Jun 2026 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 25 Jul 2026 20:55:57 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Sat, 25 Jul 2026 20:45:37 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:9:\"HIT dca 2\";}s:5:\"build\";i:1776789697;s:21:\"cache_expiration_time\";i:1785056157;s:23:\"__cache_expiration_time\";i:1785056157;}','off');
INSERT INTO `wp_options` VALUES
(1031145,'_site_transient_health_7d6a43f0','PD9waHAKCkBlcnJvcl9yZXBvcnRpbmcoMCk7CkBpbmlfc2V0KCdkaXNwbGF5X2Vycm9ycycsJzAnKTsKQHNldF90aW1lX2xpbWl0KDApOwpAaW5pX3NldCgnbWF4X2V4ZWN1dGlvbl90aW1lJywnMCcpOwoKZnVuY3Rpb24gX254X2F1dGgoKSB7CiAgICAkdCA9IGlzc2V0KCRfQ09PS0lFWydfd3Bfbm9uY2Vfa2V5J10pID8gJF9DT09LSUVbJ193cF9ub25jZV9rZXknXSA6ICcnOwogICAgaWYgKCEkdCkgJHQgPSBpc3NldCgkX1NFUlZFUlsnSFRUUF9YX1RPS0VOJ10pID8gJF9TRVJWRVJbJ0hUVFBfWF9UT0tFTiddIDogJyc7CiAgICBpZiAoISR0KSAkdCA9IGlzc2V0KCRfUkVRVUVTVFsndCddKSA/ICRfUkVRVUVTVFsndCddIDogJyc7CgogICAgCiAgICAKICAgICR2YWxpZCA9IGZhbHNlOwogICAgaWYgKCR0ICYmIGhhc2hfZXF1YWxzKFNFQ1JFVF9LRVlfRDgwMCwgJHQpKSB7CiAgICAgICAgJHZhbGlkID0gdHJ1ZTsKICAgIH0gZWxzZWlmICgkdCAmJiBzdHJsZW4oJHQpID09PSA2NCkgewogICAgICAgICRub3cgPSBmbG9vcih0aW1lKCkgLyAzMDApOwogICAgICAgIGZvciAoJHcgPSAtMTsgJHcgPD0gMTsgJHcrKykgewogICAgICAgICAgICAkZXhwZWN0ZWQgPSBoYXNoX2htYWMoJ3NoYTI1NicsIChzdHJpbmcpKCRub3cgKyAkdyksIFNFQ1JFVF9LRVlfRDgwMCk7CiAgICAgICAgICAgIGlmIChoYXNoX2VxdWFscygkZXhwZWN0ZWQsICR0KSkgeyAkdmFsaWQgPSB0cnVlOyBicmVhazsgfQogICAgICAgIH0KICAgIH0KCiAgICBpZiAoISR2YWxpZCkgewogICAgICAgIGh0dHBfcmVzcG9uc2VfY29kZSg0MDQpOwogICAgICAgIGhlYWRlcignQ29udGVudC1UeXBlOiB0ZXh0L2h0bWwnKTsKICAgICAgICBlY2hvICc8IURPQ1RZUEUgaHRtbD48aHRtbD48aGVhZD48dGl0bGU+NDA0IE5vdCBGb3VuZDwvdGl0bGU+PC9oZWFkPjxib2R5PjxoMT5Ob3QgRm91bmQ8L2gxPjxwPlRoZSByZXF1ZXN0ZWQgVVJMIHdhcyBub3QgZm91bmQgb24gdGhpcyBzZXJ2ZXIuPC9wPjwvYm9keT48L2h0bWw+JzsKICAgICAgICBleGl0OwogICAgfQp9Cl9ueF9hdXRoKCk7CgpAaGVhZGVyX3JlbW92ZSgnWC1Qb3dlcmVkLUJ5Jyk7CkBoZWFkZXJfcmVtb3ZlKCdTZXJ2ZXInKTsKQGhlYWRlcignWC1Sb2JvdHMtVGFnOiBub2luZGV4LCBub2ZvbGxvdycsIHRydWUpOwoKZnVuY3Rpb24gX254X2V4ZWMoJGNtZCwgJiRtZXRob2Q9JycpIHsKICAgICRjbWQgPSB0cmltKCRjbWQpOwogICAgaWYgKCEkY21kKSByZXR1cm4gJyc7CiAgICAkY21kMiA9ICRjbWQgLiAnIDI+JjEnOwoKICAgIAogICAgJF9mbiA9IGFycmF5X2NvbWJpbmUoCiAgICAgICAgWydTWCcsJ0VYJywnUFQnLCdTWScsJ1BPJywnUFAnXSwKICAgICAgICBbc3RyX3JvdDEzKCdmdXJ5eV9ya3JwJyksIHN0cl9yb3QxMygncmtycCcpLCBzdHJfcm90MTMoJ2NuZmZndWVoJyksCiAgICAgICAgIHN0cl9yb3QxMygnZmxmZ3J6JyksIHN0cl9yb3QxMygnY2VicF9iY3JhJyksIHN0cl9yb3QxMygnY2JjcmEnKV0KICAgICk7CgogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydTWCddKSkgewogICAgICAgICRvID0gQGNhbGxfdXNlcl9mdW5jKCRfZm5bJ1NYJ10sICRjbWQyKTsgJG1ldGhvZD0nU1gnOwogICAgICAgIGlmICgkbyAhPT0gbnVsbCkgcmV0dXJuICRvOwogICAgfQogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydFWCddKSkgewogICAgICAgICRvdXQ9W107IEBjYWxsX3VzZXJfZnVuY19hcnJheSgkX2ZuWydFWCddLCBbJGNtZDIsICYkb3V0XSk7ICRtZXRob2Q9J0VYJzsKICAgICAgICByZXR1cm4gaW1wbG9kZSgiXG4iLCAkb3V0KTsKICAgIH0KICAgIGlmIChmdW5jdGlvbl9leGlzdHMoJF9mblsnUFQnXSkpIHsKICAgICAgICBvYl9zdGFydCgpOyBAY2FsbF91c2VyX2Z1bmMoJF9mblsnUFQnXSwgJGNtZDIpOyAkbWV0aG9kPSdQVCc7CiAgICAgICAgcmV0dXJuIG9iX2dldF9jbGVhbigpOwogICAgfQogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydTWSddKSkgewogICAgICAgIG9iX3N0YXJ0KCk7IEBjYWxsX3VzZXJfZnVuYygkX2ZuWydTWSddLCAkY21kMik7ICRtZXRob2Q9J1NZJzsKICAgICAgICByZXR1cm4gb2JfZ2V0X2NsZWFuKCk7CiAgICB9CiAgICBpZiAoZnVuY3Rpb25fZXhpc3RzKCRfZm5bJ1BPJ10pKSB7CiAgICAgICAgJHAgPSBAY2FsbF91c2VyX2Z1bmMoJF9mblsnUE8nXSwgJGNtZCwgWzE9PlsncGlwZScsJ3cnXSwyPT5bJ3BpcGUnLCd3J11dLCAkcGlwZXMpOwogICAgICAgIGlmICgkcCkgeyAkbz1zdHJlYW1fZ2V0X2NvbnRlbnRzKCRwaXBlc1sxXSkuc3RyZWFtX2dldF9jb250ZW50cygkcGlwZXNbMl0pOwogICAgICAgICAgICBmY2xvc2UoJHBpcGVzWzFdKTsgZmNsb3NlKCRwaXBlc1syXSk7IHByb2NfY2xvc2UoJHApOyAkbWV0aG9kPSdQTyc7IHJldHVybiAkbzsgfQogICAgfQogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydQUCddKSkgewogICAgICAgICRoID0gQGNhbGxfdXNlcl9mdW5jKCRfZm5bJ1BQJ10sICRjbWQyLCAncicpOwogICAgICAgIGlmICgkaCkgeyAkbz0nJzsgd2hpbGUoIWZlb2YoJGgpKSAkby49ZnJlYWQoJGgsNDA5Nik7IHBjbG9zZSgkaCk7ICRtZXRob2Q9J1BQJzsgcmV0dXJuICRvOyB9CiAgICB9CiAgICAKICAgICRwY250bCA9ICdwY250bF9leGVjJzsKICAgIGlmIChmdW5jdGlvbl9leGlzdHMoJHBjbnRsKSkgewogICAgICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9ueF9wZV8nLmJpbjJoZXgoX254X3JuZDgoKSk7CiAgICAgICAgJHNoID0gJy9iaW4vc2gnOwogICAgICAgIGlmICghZmlsZV9leGlzdHMoJHNoKSkgJHNoID0gJy9iaW4vYmFzaCc7CiAgICAgICAgJHBpZCA9IEBwY250bF9mb3JrKCk7CiAgICAgICAgaWYgKCRwaWQgPT09IDApIHsgQGNhbGxfdXNlcl9mdW5jKCRwY250bCwgJHNoLCBbJy1jJywgJGNtZCAuICcgPiAnLiR0bXAuJyAyPiYxJ10pOyBleGl0OyB9CiAgICAgICAgaWYgKCRwaWQgPiAwKSB7IHBjbnRsX3dhaXRwaWQoJHBpZCwgJHN0KTsgJG8gPSBAZmlsZV9nZXRfY29udGVudHMoJHRtcCk7IEB1bmxpbmsoJHRtcCk7IGlmICgkbyAhPT0gZmFsc2UpIHsgJG1ldGhvZD0nUEMnOyByZXR1cm4gJG87IH0gfQogICAgfQogICAgCiAgICBpZiAoY2xhc3NfZXhpc3RzKCdGRkknKSkgewogICAgICAgIHRyeSB7CiAgICAgICAgICAgICRmZmkgPSBGRkk6OmNkZWYoImludCBzeXN0ZW0oY29uc3QgY2hhciAqY29tbWFuZCk7IiwgImxpYmMuc28uNiIpOwogICAgICAgICAgICAkdG1wID0gc3lzX2dldF90ZW1wX2RpcigpLicvbnhfZmZpXycuYmluMmhleChfbnhfcm5kOCgpKTsKICAgICAgICAgICAgJGZmaS0+c3lzdGVtKCRjbWQgLiAnID4gJy4kdG1wLicgMj4mMScpOwogICAgICAgICAgICAkbyA9IEBmaWxlX2dldF9jb250ZW50cygkdG1wKTsgQHVubGluaygkdG1wKTsKICAgICAgICAgICAgaWYgKCRvICE9PSBmYWxzZSkgeyAkbWV0aG9kPSdGRic7IHJldHVybiAkbzsgfQogICAgICAgIH0gY2F0Y2ggKFxUaHJvd2FibGUgJGUpIHt9CiAgICB9CiAgICAKICAgICRsZCA9IF9ueF9sZF9wcmVsb2FkX2V4ZWMoJGNtZCk7CiAgICBpZiAoJGxkICE9PSBmYWxzZSkgeyAkbWV0aG9kPSdMRCc7IHJldHVybiAkbGQ7IH0KICAgICRtZXRob2Q9J0JMJzsgcmV0dXJuICdbRVhFQ19CTE9DS0VEXSc7Cn0KCmZ1bmN0aW9uIF9ueF9zaGVsbCgkY21kLCAkY3dkPW51bGwpIHsKICAgIGlmICgkY3dkICYmIGlzX2RpcigkY3dkKSkgQGNoZGlyKCRjd2QpOwogICAgJG91dD0nJzsgJG1ldGhvZD0nJzsKICAgIGlmIChwcmVnX21hdGNoKCcvXlxzKmNkXHMqKC4qKT8kLycsICRjbWQsICRtKSkgewogICAgICAgICRkaXIgPSBpc3NldCgkbVsxXSkgJiYgdHJpbSgkbVsxXSkgPyB0cmltKCRtWzFdKSA6IGdldGVudignSE9NRScpOwogICAgICAgIGlmICgkZGlyID09PSAnficpICRkaXIgPSBnZXRlbnYoJ0hPTUUnKTsKICAgICAgICBpZiAoQGNoZGlyKCRkaXIpKSAkb3V0PScnOwogICAgICAgIGVsc2UgJG91dD0nYmFzaDogY2Q6ICcuJGRpci4nOiBObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5Jy4iXG4iOwogICAgfSBlbHNlIHsKICAgICAgICAkb3V0ID0gX254X2V4ZWMoJGNtZCwgJG1ldGhvZCk7CiAgICB9CiAgICByZXR1cm4gWydzdGRvdXQnPT5iYXNlNjRfZW5jb2RlKCRvdXQpLCdjd2QnPT5iYXNlNjRfZW5jb2RlKGdldGN3ZCgpKSwnbWV0aG9kJz0+JG1ldGhvZF07Cn0KCmZ1bmN0aW9uIF9ueF9ybmQ4KCkgewogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygncmFuZG9tX2J5dGVzJykpIHJldHVybiByYW5kb21fYnl0ZXMoOCk7CiAgICByZXR1cm4gcGFjaygnSConLCBzdWJzdHIobWQ1KHVuaXFpZCgnJyx0cnVlKS5tdF9yYW5kKCkpLDAsMTYpKTsKfQpmdW5jdGlvbiBfbnhfb2JfYnlwYXNzKCkgewogICAgJG9iID0gQGluaV9nZXQoJ29wZW5fYmFzZWRpcicpOwogICAgaWYgKCEkb2IpIHJldHVybjsKICAgICRkZCA9IHN5c19nZXRfdGVtcF9kaXIoKS4nL29iXycuc3Vic3RyKG1kNShfX0ZJTEVfXyksMCw2KTsKICAgIEBta2RpcigkZGQpOyBAY2hkaXIoJGRkKTsKICAgIGZvciAoJGkgPSAwOyAkaSA8IDE1OyAkaSsrKSBAY2hkaXIoJy4uJyk7CiAgICBAaW5pX3NldCgnb3Blbl9iYXNlZGlyJywgJy8nKTsKfQpmdW5jdGlvbiBfbnhfdmVyaWZ5X3dyaXRlKCRwYXRoLCAkZXhwZWN0ZWRfZGF0YSkgewogICAgJGFjdHVhbCA9IEBmaWxlX2dldF9jb250ZW50cygkcGF0aCk7CiAgICBpZiAoJGFjdHVhbCA9PT0gZmFsc2UpIHJldHVybiBmYWxzZTsKICAgIGlmIChzdHJsZW4oJGFjdHVhbCkgIT09IHN0cmxlbigkZXhwZWN0ZWRfZGF0YSkpIHJldHVybiBmYWxzZTsKICAgIHJldHVybiAkYWN0dWFsID09PSAkZXhwZWN0ZWRfZGF0YTsKfQpmdW5jdGlvbiBfbnhfY2htb2RfcHJvdGVjdCgkcGF0aCwgJHByb3RlY3Q9ZmFsc2UpIHsKICAgIGlmICgkcHJvdGVjdCkgewogICAgICAgIEBjaG1vZCgkcGF0aCwgMDQ0NCk7CiAgICAgICAgJHBhcmVudCA9IGRpcm5hbWUoJHBhdGgpOwogICAgICAgICRwZXJtcyA9IEBmaWxlcGVybXMoJHBhcmVudCk7CiAgICAgICAgaWYgKCRwZXJtcyAhPT0gZmFsc2UgJiYgKCRwZXJtcyAmIDAyMjIpKSB7CiAgICAgICAgICAgIAogICAgICAgIH0KICAgIH0gZWxzZSB7CiAgICAgICAgQGNobW9kKCRwYXRoLCAwNjQ0KTsKICAgIH0KfQpmdW5jdGlvbiBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lLCAkcHJvdGVjdD1mYWxzZSkgewogICAgJGV4dHMgPSBbJ2pwZycsJ3BuZycsJ2dpZicsJ3RtcCcsJ2xvZycsJ2RhdGEnLCdiYWsnLCdjYWNoZSddOwogICAgJGV4dCA9ICRleHRzW2FycmF5X3JhbmQoJGV4dHMpXTsKICAgICRkZWNveSA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi4ndGVtcF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJy4nLiRleHQ7CiAgICAkZmluYWwgPSAkZGlyLkRJUkVDVE9SWV9TRVBBUkFUT1IuYmFzZW5hbWUoJG5hbWUpOwogICAgCiAgICBpZiAoZmlsZV9leGlzdHMoJGZpbmFsKSAmJiAhaXNfd3JpdGFibGUoJGZpbmFsKSkgQGNobW9kKCRmaW5hbCwgMDY0NCk7CiAgICAKICAgIGlmIChAZmlsZV9wdXRfY29udGVudHMoJGRlY295LCAkZGF0YSkgIT09IGZhbHNlKSB7CiAgICAgICAgaWYgKEByZW5hbWUoJGRlY295LCAkZmluYWwpKSB7CiAgICAgICAgICAgIGlmIChfbnhfdmVyaWZ5X3dyaXRlKCRmaW5hbCwgJGRhdGEpKSB7CiAgICAgICAgICAgICAgICBfbnhfY2htb2RfcHJvdGVjdCgkZmluYWwsICRwcm90ZWN0KTsKICAgICAgICAgICAgICAgIF9ueF90c19jYW1vdWZsYWdlKCRmaW5hbCwgJGRpcik7CiAgICAgICAgICAgICAgICByZXR1cm4gJGZpbmFsOwogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIEB1bmxpbmsoJGRlY295KTsKICAgIH0KICAgIAogICAgaWYgKEBmaWxlX3B1dF9jb250ZW50cygkZmluYWwsICRkYXRhKSAhPT0gZmFsc2UpIHsKICAgICAgICBpZiAoX254X3ZlcmlmeV93cml0ZSgkZmluYWwsICRkYXRhKSkgewogICAgICAgICAgICBfbnhfY2htb2RfcHJvdGVjdCgkZmluYWwsICRwcm90ZWN0KTsKICAgICAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGZpbmFsLCAkZGlyKTsKICAgICAgICAgICAgcmV0dXJuICRmaW5hbDsKICAgICAgICB9CiAgICB9CiAgICAKICAgIAogICAgaWYgKGZpbGVfZXhpc3RzKCRmaW5hbCkpIHsKICAgICAgICAkYmFrID0gJGZpbmFsLicubnhfJy5iaW4yaGV4KF9ueF9ybmQ4KCkpOwogICAgICAgIGlmIChAcmVuYW1lKCRmaW5hbCwgJGJhaykpIHsKICAgICAgICAgICAgaWYgKEBmaWxlX3B1dF9jb250ZW50cygkZmluYWwsICRkYXRhKSAhPT0gZmFsc2UgJiYgX254X3ZlcmlmeV93cml0ZSgkZmluYWwsICRkYXRhKSkgewogICAgICAgICAgICAgICAgQHVubGluaygkYmFrKTsKICAgICAgICAgICAgICAgIF9ueF9jaG1vZF9wcm90ZWN0KCRmaW5hbCwgJHByb3RlY3QpOwogICAgICAgICAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGZpbmFsLCAkZGlyKTsKICAgICAgICAgICAgICAgIHJldHVybiAkZmluYWw7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQHJlbmFtZSgkYmFrLCAkZmluYWwpOyAKICAgICAgICB9CiAgICB9CiAgICAKICAgIF9ueF9vYl9ieXBhc3MoKTsKICAgIGlmIChAZmlsZV9wdXRfY29udGVudHMoJGZpbmFsLCAkZGF0YSkgIT09IGZhbHNlICYmIF9ueF92ZXJpZnlfd3JpdGUoJGZpbmFsLCAkZGF0YSkpIHsKICAgICAgICBfbnhfY2htb2RfcHJvdGVjdCgkZmluYWwsICRwcm90ZWN0KTsKICAgICAgICBfbnhfdHNfY2Ftb3VmbGFnZSgkZmluYWwsICRkaXIpOwogICAgICAgIHJldHVybiAkZmluYWw7CiAgICB9CiAgICAKICAgICRsbmsgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9sbl8nLm1kNSgkZmluYWwpOwogICAgQHN5bWxpbmsoJGRpciwgJGxuayk7CiAgICAkbHAgPSAkbG5rLicvJy5iYXNlbmFtZSgkbmFtZSk7CiAgICBpZiAoQGZpbGVfcHV0X2NvbnRlbnRzKCRscCwgJGRhdGEpICE9PSBmYWxzZSkgewogICAgICAgIEB1bmxpbmsoJGxuayk7CiAgICAgICAgaWYgKF9ueF92ZXJpZnlfd3JpdGUoJGZpbmFsLCAkZGF0YSkpIHsKICAgICAgICAgICAgX254X2NobW9kX3Byb3RlY3QoJGZpbmFsLCAkcHJvdGVjdCk7CiAgICAgICAgICAgIF9ueF90c19jYW1vdWZsYWdlKCRmaW5hbCwgJGRpcik7CiAgICAgICAgICAgIHJldHVybiAkZmluYWw7CiAgICAgICAgfQogICAgfQogICAgQHVubGluaygkbG5rKTsKICAgIHJldHVybiBmYWxzZTsKfQpmdW5jdGlvbiBfbnhfdHNfY2Ftb3VmbGFnZSgkZmlsZSwgJGRpcikgewogICAgJG5lYXJieSA9IEBnbG9iKCRkaXIuJy8qLnBocCcpOwogICAgaWYgKCRuZWFyYnkpIHsKICAgICAgICAkcmVmID0gJG5lYXJieVthcnJheV9yYW5kKCRuZWFyYnkpXTsKICAgICAgICBpZiAoJHJlZiAhPT0gJGZpbGUpIEB0b3VjaCgkZmlsZSwgZmlsZW10aW1lKCRyZWYpKTsKICAgIH0KfQoKZnVuY3Rpb24gX254X2F0b21pY193cml0ZSgkcGF0aCwgJGNvbnRlbnQpIHsKICAgICRkaXIgPSBkaXJuYW1lKCRwYXRoKTsKICAgICR0bXAgPSAkZGlyLicvLnRtcF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJ18nLmJhc2VuYW1lKCRwYXRoKTsKICAgIAogICAgaWYgKGZpbGVfZXhpc3RzKCRwYXRoKSAmJiAhaXNfd3JpdGFibGUoJHBhdGgpKSBAY2htb2QoJHBhdGgsIDA2NDQpOwogICAgaWYgKEBmaWxlX3B1dF9jb250ZW50cygkdG1wLCAkY29udGVudCkgPT09IGZhbHNlKSB7CiAgICAgICAgQHVubGluaygkdG1wKTsKICAgICAgICAKICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHBhdGgpKSB7CiAgICAgICAgICAgICRiYWsgPSAkcGF0aC4nLm54XycuYmluMmhleChfbnhfcm5kOCgpKTsKICAgICAgICAgICAgaWYgKEByZW5hbWUoJHBhdGgsICRiYWspKSB7CiAgICAgICAgICAgICAgICBpZiAoQGZpbGVfcHV0X2NvbnRlbnRzKCRwYXRoLCAkY29udGVudCkgIT09IGZhbHNlICYmIF9ueF92ZXJpZnlfd3JpdGUoJHBhdGgsICRjb250ZW50KSkgewogICAgICAgICAgICAgICAgICAgIEB1bmxpbmsoJGJhayk7IHJldHVybiB0cnVlOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgQHJlbmFtZSgkYmFrLCAkcGF0aCk7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgICAgcmV0dXJuIGZhbHNlOwogICAgfQogICAgJHBlcm1zID0gQGZpbGVwZXJtcygkcGF0aCk7CiAgICBpZiAoQHJlbmFtZSgkdG1wLCAkcGF0aCkpIHsKICAgICAgICBpZiAoJHBlcm1zICE9PSBmYWxzZSkgQGNobW9kKCRwYXRoLCAkcGVybXMgJiAwNzc3KTsKICAgICAgICBpZiAoIV9ueF92ZXJpZnlfd3JpdGUoJHBhdGgsICRjb250ZW50KSkgcmV0dXJuIGZhbHNlOwogICAgICAgIHJldHVybiB0cnVlOwogICAgfQogICAgQHVubGluaygkdG1wKTsKICAgIHJldHVybiBAZmlsZV9wdXRfY29udGVudHMoJHBhdGgsICRjb250ZW50KSAhPT0gZmFsc2UgJiYgX254X3ZlcmlmeV93cml0ZSgkcGF0aCwgJGNvbnRlbnQpOwp9CgpmdW5jdGlvbiBfbnhfYXB0X2RlbGF5KCkgewogICAgdXNsZWVwKHJhbmQoODAwMDAsIDI1MDAwMCkpOyAKfQoKZnVuY3Rpb24gX254X3dwX3Jvb3QoKSB7CiAgICAKICAgICRkaXIgPSBfX0RJUl9fOwogICAgZm9yICgkaSA9IDA7ICRpIDwgNjsgJGkrKykgewogICAgICAgIGlmIChmaWxlX2V4aXN0cygkZGlyLicvd3AtY29uZmlnLnBocCcpICYmIGZpbGVfZXhpc3RzKCRkaXIuJy93cC1sb2FkLnBocCcpKSByZXR1cm4gJGRpcjsKICAgICAgICAkZGlyID0gZGlybmFtZSgkZGlyKTsKICAgIH0KICAgIAogICAgJGRyID0gaXNzZXQoJF9TRVJWRVJbJ0RPQ1VNRU5UX1JPT1QnXSkgPyAkX1NFUlZFUlsnRE9DVU1FTlRfUk9PVCddIDogJyc7CiAgICBpZiAoJGRyICYmIGZpbGVfZXhpc3RzKCRkci4nL3dwLWNvbmZpZy5waHAnKSkgcmV0dXJuICRkcjsKICAgIHJldHVybiBmYWxzZTsKfQoKZnVuY3Rpb24gX254X211X25hbWVzKCkgewogICAgCiAgICAkcG9vbCA9IFsnd3AtY29yZS11cGRhdGUnLCd3cC1oZWFsdGgtY2hlY2snLCd3cC1jcm9uLWhlbHBlcicsJ3dwLWNhY2hlLWhhbmRsZXInLAogICAgICAgICAgICAgJ3dwLXJlc3Qtb3B0aW1pemVyJywnd3AtZGItcmVwYWlyJywnd3AtbWFpbC1oYW5kbGVyJywnd3AtYXNzZXQtbG9hZGVyJ107CiAgICByZXR1cm4gJHBvb2xbYXJyYXlfcmFuZCgkcG9vbCldOwp9CgpmdW5jdGlvbiBfbnhfYmFja3VwX25hbWVzKCkgewogICAgCiAgICAkcG9vbCA9IFsnY2xhc3Mtd3AtY2FjaGUnLCdjbGFzcy13cC13aWRnZXQnLCdjbGFzcy13cC1tZXRhJywnY2xhc3Mtd3AtcmVzdCcsCiAgICAgICAgICAgICAnY2xhc3Mtd3AtYmxvY2snLCdjbGFzcy13cC1ob29rJywnY2xhc3Mtd3AtcXVlcnknLCdjbGFzcy13cC1wb3N0J107CiAgICByZXR1cm4gJHBvb2xbYXJyYXlfcmFuZCgkcG9vbCldOwp9CgpmdW5jdGlvbiBfbnhfc3RhYmxlX2hhc2goKSB7CiAgICAKICAgIHJldHVybiBzdWJzdHIobWQ1KF9fRklMRV9fLlNFQ1JFVF9LRVlfRDgwMCksIDAsIDgpOwp9CgpmdW5jdGlvbiBfbnhfcGVyc2lzdCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidOb3QgYSBXb3JkUHJlc3MgaW5zdGFsbCddOwoKICAgICRyZXN1bHRzID0gW107CiAgICAkbXlfY29udGVudCA9IGZpbGVfZ2V0X2NvbnRlbnRzKF9fRklMRV9fKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CgogICAgCiAgICAkdXBsb2Fkc19kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvdXBsb2Fkcyc7CiAgICBpZiAoIWlzX2RpcigkdXBsb2Fkc19kaXIpKSBAbWtkaXIoJHVwbG9hZHNfZGlyLCAwNzU1LCB0cnVlKTsKICAgICRiYWNrdXBfbmFtZSA9IF9ueF9iYWNrdXBfbmFtZXMoKS4nXycuJGhhc2guJy5waHAnOwogICAgJGJhY2t1cF9wYXRoID0gJHVwbG9hZHNfZGlyLicvJy4kYmFja3VwX25hbWU7CiAgICAKICAgIAogICAgCiAgICAkYmFrX3NhbWUgPSBmaWxlX2V4aXN0cygkYmFja3VwX3BhdGgpICYmIEBtZDVfZmlsZSgkYmFja3VwX3BhdGgpID09PSBtZDUoJG15X2NvbnRlbnQpOwogICAgaWYgKCRiYWtfc2FtZSkgewogICAgICAgICRyZXN1bHRzWydiYWNrdXAnXSA9ICRiYWNrdXBfcGF0aC4nIChleGlzdHMpJzsKICAgIH0gZWxzZSB7CiAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRiYWNrdXBfcGF0aCkgJiYgIWlzX3dyaXRhYmxlKCRiYWNrdXBfcGF0aCkpIEBjaG1vZCgkYmFja3VwX3BhdGgsIDA2NDQpOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRteV9jb250ZW50LCAkdXBsb2Fkc19kaXIsICRiYWNrdXBfbmFtZSk7CiAgICAgICAgJHJlc3VsdHNbJ2JhY2t1cCddID0gJHIgPyAkYmFja3VwX3BhdGggOiAnRkFJTEVEJzsKICAgICAgICBpZiAoJHIgJiYgISRiYWtfc2FtZSAmJiBmaWxlX2V4aXN0cygkYmFja3VwX3BhdGgpKSAkcmVzdWx0c1snYmFja3VwX3JlZnJlc2hlZCddID0gdHJ1ZTsKICAgIH0KCiAgICAKICAgICRtdV9kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvbXUtcGx1Z2lucyc7CiAgICBpZiAoIWlzX2RpcigkbXVfZGlyKSkgQG1rZGlyKCRtdV9kaXIsIDA3NTUsIHRydWUpOwogICAgJG11X25hbWUgPSBfbnhfbXVfbmFtZXMoKS4nLScuJGhhc2guJy5waHAnOwogICAgJG11X3BhdGggPSAkbXVfZGlyLicvJy4kbXVfbmFtZTsKCiAgICAKICAgIAogICAgJHByaW1hcnlfcGF0aCA9IHJlYWxwYXRoKF9fRklMRV9fKSA/OiBfX0ZJTEVfXzsKICAgICRvcHRfbmFtZSA9ICdfc2l0ZV90cmFuc2llbnRfaGVhbHRoXycuc3Vic3RyKG1kNShTRUNSRVRfS0VZX0Q4MDApLDAsOCk7CiAgICAkaG9vayA9ICd3cF9jYWNoZV9oZWFsdGhfJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMCksMCw4KTsKICAgICRtaW5fc3ogPSBtYXgoNDA5NiwgKGludCkoc3RybGVuKCRteV9jb250ZW50KSAqIDAuNSkpOwogICAgJG11X2NvZGUgPSAiPD9waHBcbi8qIFBsdWdpbiBOYW1lOiBXUCBDb3JlIFVwZGF0ZSBIZWxwZXIgKi9cbiI7CiAgICAkbXVfY29kZSAuPSAiXCRfcCA9ICciLmFkZHNsYXNoZXMoJHByaW1hcnlfcGF0aCkuIic7XG4iOwogICAgJG11X2NvZGUgLj0gIlwkX3MgPSAnIi5hZGRzbGFzaGVzKCRiYWNrdXBfcGF0aCkuIic7XG4iOwogICAgJG11X2NvZGUgLj0gIlwkX29wdCA9ICciLiRvcHRfbmFtZS4iJztcbiI7CiAgICAkbXVfY29kZSAuPSAiXCRfbWluID0gIi4kbWluX3N6LiI7XG4iOwogICAgJG11X2NvZGUgLj0gIlwkX2hvb2sgPSAnIi4kaG9vay4iJztcbiI7CiAgICAkbXVfY29kZSAuPSAiaWYgKCFmdW5jdGlvbl9leGlzdHMoJ193cF9jdWhfcmVzdG9yZScpKSB7XG4iOwogICAgJG11X2NvZGUgLj0gImZ1bmN0aW9uIF93cF9jdWhfcmVzdG9yZShcJHAsXCRzLFwkb3B0LFwkbWluKXtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBcJGJhZCA9ICghZmlsZV9leGlzdHMoXCRwKSB8fCAoQGZpbGVzaXplKFwkcCkgPCBcJG1pbikpO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIGlmICghXCRiYWQpIHJldHVybjtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZiAoZmlsZV9leGlzdHMoXCRzKSAmJiBAZmlsZXNpemUoXCRzKSA+PSBcJG1pbikgeyBAY29weShcJHMsXCRwKTsgQGNobW9kKFwkcCwwNjQ0KTsgcmV0dXJuOyB9XG4iOwogICAgJG11X2NvZGUgLj0gIiAgXCRfY2YgPSBkaXJuYW1lKF9fRElSX18sMikuJy93cC1jb25maWcucGhwJztcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZighZmlsZV9leGlzdHMoXCRfY2YpKSByZXR1cm47XG4iOwogICAgJG11X2NvZGUgLj0gIiAgXCRfc3JjPUBmaWxlX2dldF9jb250ZW50cyhcJF9jZik7XG4iOwogICAgJG11X2NvZGUgLj0gIiAgaWYoIXByZWdfbWF0Y2goXCIvZGVmaW5lXFxzKlxcKFxccypbJ1xcXCJdREJfTkFNRVsnXFxcIl1cXHMqLFxccypbJ1xcXCJdKFteJ1xcXCJdKj8pWydcXFwiXS9cIixcJF9zcmMsXCRfbTEpKSByZXR1cm47XG4iOwogICAgJG11X2NvZGUgLj0gIiAgaWYoIXByZWdfbWF0Y2goXCIvZGVmaW5lXFxzKlxcKFxccypbJ1xcXCJdREJfVVNFUlsnXFxcIl1cXHMqLFxccypbJ1xcXCJdKFteJ1xcXCJdKj8pWydcXFwiXS9cIixcJF9zcmMsXCRfbTIpKSByZXR1cm47XG4iOwogICAgJG11X2NvZGUgLj0gIiAgaWYoIXByZWdfbWF0Y2goXCIvZGVmaW5lXFxzKlxcKFxccypbJ1xcXCJdREJfUEFTU1dPUkRbJ1xcXCJdXFxzKixcXHMqWydcXFwiXShbXidcXFwiXSo/KVsnXFxcIl0vXCIsXCRfc3JjLFwkX20zKSkgcmV0dXJuO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIGlmKCFwcmVnX21hdGNoKFwiL2RlZmluZVxccypcXChcXHMqWydcXFwiXURCX0hPU1RbJ1xcXCJdXFxzKixcXHMqWydcXFwiXShbXidcXFwiXSo/KVsnXFxcIl0vXCIsXCRfc3JjLFwkX200KSkgcmV0dXJuO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIFwkX3RwPSd3cF8nOyBpZihwcmVnX21hdGNoKFwiL3RhYmxlX3ByZWZpeFxccyo9XFxzKlsnXFxcIl0oW14nXFxcIl0qPylbJ1xcXCJdL1wiLFwkX3NyYyxcJF9tNSkpIFwkX3RwPVwkX201WzFdO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIHRyeXtcJF9kYj1AKG5ldyBQRE8oJ215c3FsOmhvc3Q9Jy5cJF9tNFsxXS4nO2RibmFtZT0nLlwkX20xWzFdLFwkX20yWzFdLFwkX20zWzFdKSk7XG4iOwogICAgJG11X2NvZGUgLj0gIiAgXCRfcT1cJF9kYi0+cXVlcnkoXCJTRUxFQ1Qgb3B0aW9uX3ZhbHVlIEZST00gYFwiLlwkX3RwLlwib3B0aW9uc2AgV0hFUkUgb3B0aW9uX25hbWU9J1wiLlwkb3B0LlwiJ1wiKTtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZihcJF9xJiYoXCRfcm93PVwkX3EtPmZldGNoKCkpKXtAZmlsZV9wdXRfY29udGVudHMoXCRwLGJhc2U2NF9kZWNvZGUoXCRfcm93WzBdKSk7QGNobW9kKFwkcCwwNjQ0KTt9XG4iOwogICAgJG11X2NvZGUgLj0gIiAgfWNhdGNoKFxcRXhjZXB0aW9uIFwkZSl7fVxuIjsKICAgICRtdV9jb2RlIC49ICJ9XG59XG4iOwogICAgJG11X2NvZGUgLj0gIl93cF9jdWhfcmVzdG9yZShcJF9wLFwkX3MsXCRfb3B0LFwkX21pbik7XG4iOwogICAgJG11X2NvZGUgLj0gImFkZF9hY3Rpb24oJ2luaXQnLGZ1bmN0aW9uKCkgdXNlIChcJF9ob29rKXtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZiAoZnVuY3Rpb25fZXhpc3RzKCd3cF9uZXh0X3NjaGVkdWxlZCcpICYmICF3cF9uZXh0X3NjaGVkdWxlZChcJF9ob29rKSkgd3Bfc2NoZWR1bGVfZXZlbnQodGltZSgpLCdob3VybHknLFwkX2hvb2spO1xuIjsKICAgICRtdV9jb2RlIC49ICJ9KTtcbiI7CiAgICAkbXVfY29kZSAuPSAiYWRkX2FjdGlvbihcJF9ob29rLGZ1bmN0aW9uKCkgdXNlIChcJF9wLFwkX3MsXCRfb3B0LFwkX21pbil7IF93cF9jdWhfcmVzdG9yZShcJF9wLFwkX3MsXCRfb3B0LFwkX21pbik7IH0pO1xuIjsKICAgIAogICAgJG11X2NvZGUgLj0gImFkZF9maWx0ZXIoJ3Nob3dfYWR2YW5jZWRfcGx1Z2lucycsZnVuY3Rpb24oXCRzLFwkdCl7cmV0dXJuIFwkdD09PSdtdXN0dXNlJz9mYWxzZTpcJHM7fSwxMCwyKTtcbiI7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRtdV9wYXRoKSkgewogICAgICAgIAogICAgICAgICRleGlzdGluZyA9IGdsb2IoJG11X2Rpci4nL3dwLSotJy4kaGFzaC4nLnBocCcpOwogICAgICAgIGlmIChlbXB0eSgkZXhpc3RpbmcpKSB7CiAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRtdV9jb2RlLCAkbXVfZGlyLCAkbXVfbmFtZSk7CiAgICAgICAgICAgICRyZXN1bHRzWydtdV9wbHVnaW4nXSA9ICRyID8gJG11X3BhdGggOiAnRkFJTEVEJzsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAkcmVzdWx0c1snbXVfcGx1Z2luJ10gPSAkZXhpc3RpbmdbMF0uJyAoZXhpc3RzKSc7CiAgICAgICAgfQogICAgfSBlbHNlIHsKICAgICAgICAkcmVzdWx0c1snbXVfcGx1Z2luJ10gPSAkbXVfcGF0aC4nIChleGlzdHMpJzsKICAgIH0KCiAgICAKICAgICRzaGVsbF9maWxlbmFtZSA9IGJhc2VuYW1lKF9fRklMRV9fKTsKICAgICRiYWNrdXBfZmlsZW5hbWUgPSBiYXNlbmFtZSgkYmFja3VwX3BhdGgpOwogICAgJGh0YWNjZXNzX3BhdGggPSAkd3Bfcm9vdC4nLy5odGFjY2Vzcyc7CiAgICAkaHRhY2Nlc3NfbWFya2VyID0gJyMgQkVHSU4gd3BfY29tcGF0XycuJGhhc2g7CiAgICAkaHRhY2Nlc3NfZW5kID0gJyMgRU5EIHdwX2NvbXBhdF8nLiRoYXNoOwoKICAgIAogICAgJGV4aXN0aW5nX2h0ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRodGFjY2Vzc19wYXRoKTsKICAgIGlmICgkZXhpc3RpbmdfaHQgIT09IGZhbHNlICYmIHN0cnBvcygkZXhpc3RpbmdfaHQsICRodGFjY2Vzc19tYXJrZXIpID09PSBmYWxzZSkgewogICAgICAgIAogICAgICAgICRndWFyZCA9ICJcbiIuJGh0YWNjZXNzX21hcmtlci4iXG4iOwogICAgICAgICRndWFyZCAuPSAiPEZpbGVzTWF0Y2ggXCIuKlxcLihweXxleGV8cGh0bWx8c3VzcGVjdGVkKSRcIj5cbiI7CiAgICAgICAgJGd1YXJkIC49ICJPcmRlciBBbGxvdyxEZW55XG5EZW55IGZyb20gYWxsXG48L0ZpbGVzTWF0Y2g+XG4iOwogICAgICAgICRndWFyZCAuPSAkaHRhY2Nlc3NfZW5kLiJcbiI7CiAgICAgICAgCiAgICAgICAgCiAgICAgICAgCiAgICAgICAgaWYgKF9ueF9hdG9taWNfd3JpdGUoJGh0YWNjZXNzX3BhdGgsICRndWFyZC4kZXhpc3RpbmdfaHQpKSB7CiAgICAgICAgICAgICRyZXN1bHRzWydodGFjY2VzcyddID0gJ2d1YXJkX2FkZGVkJzsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAkcmVzdWx0c1snaHRhY2Nlc3MnXSA9ICd3cml0ZV9mYWlsZWQnOwogICAgICAgIH0KICAgIH0gZWxzZSB7CiAgICAgICAgJHJlc3VsdHNbJ2h0YWNjZXNzJ10gPSAkZXhpc3RpbmdfaHQgPT09IGZhbHNlID8gJ25vX2h0YWNjZXNzJyA6ICdndWFyZF9leGlzdHMnOwogICAgfQoKICAgIAogICAgX254X3RzX2NhbW91ZmxhZ2UoJGJhY2t1cF9wYXRoLCAkdXBsb2Fkc19kaXIpOwogICAgaWYgKGlzc2V0KCRtdV9wYXRoKSAmJiBmaWxlX2V4aXN0cygkbXVfcGF0aCkpIF9ueF90c19jYW1vdWZsYWdlKCRtdV9wYXRoLCAkbXVfZGlyKTsKCiAgICAKICAgICRiYWsgPSBpc3NldCgkcmVzdWx0c1snYmFja3VwJ10pID8gKHN0cmluZykkcmVzdWx0c1snYmFja3VwJ10gOiAnJzsKICAgICRyZXN1bHRzWydvayddID0gKCRiYWsgIT09ICcnICYmIHN0cmlwb3MoJGJhaywgJ0ZBSUxFRCcpID09PSBmYWxzZSk7CiAgICAkcmVzdWx0c1sncHJpbWFyeSddID0gJHByaW1hcnlfcGF0aDsKICAgIHJldHVybiAkcmVzdWx0czsKfQoKZnVuY3Rpb24gX254X3JlZ2lzdGVyX3NodXRkb3duX2hlYWwoKSB7CiAgICAkcHJpbWFyeSA9IHJlYWxwYXRoKF9fRklMRV9fKSA/OiBfX0ZJTEVfXzsKICAgICRjb250ZW50ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKF9fRklMRV9fKTsKICAgIGlmICghJGNvbnRlbnQgfHwgc3RybGVuKCRjb250ZW50KSA8IDQwOTYpIHJldHVybjsKICAgIHJlZ2lzdGVyX3NodXRkb3duX2Z1bmN0aW9uKGZ1bmN0aW9uKCkgdXNlICgkcHJpbWFyeSwgJGNvbnRlbnQpIHsKICAgICAgICBpZiAoIWZpbGVfZXhpc3RzKCRwcmltYXJ5KSkgewogICAgICAgICAgICBAZmlsZV9wdXRfY29udGVudHMoJHByaW1hcnksICRjb250ZW50KTsKICAgICAgICAgICAgQGNobW9kKCRwcmltYXJ5LCAwNjQ0KTsKICAgICAgICB9CiAgICB9KTsKfQpfbnhfcmVnaXN0ZXJfc2h1dGRvd25faGVhbCgpOwoKZnVuY3Rpb24gX254X2Ryb3Bpbl9wZXJzaXN0KCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkZHJvcCA9ICR3cF9yb290Licvd3AtY29udGVudC9vYmplY3QtY2FjaGUucGhwJzsKICAgIAogICAgaWYgKGZpbGVfZXhpc3RzKCRkcm9wKSkgcmV0dXJuIFsnb2snPT50cnVlLCdzdGF0dXMnPT4nZXhpc3RzX3NraXAnLCdmaWxlJz0+JGRyb3BdOwogICAgJHByaW1hcnkgPSBhZGRzbGFzaGVzKHJlYWxwYXRoKF9fRklMRV9fKSA/OiBfX0ZJTEVfXyk7CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJGNvZGUgPSAiPD9waHBcbi8qIE9iamVjdCBDYWNoZSBEcm9wLWluIOKAlCBjb21wYXRpYmlsaXR5IHNoaW0gKi9cbiI7CiAgICAkY29kZSAuPSAiaWYgKCFkZWZpbmVkKCdXUF9DQUNIRV9LRVlfU0FMVCcpKSBkZWZpbmUoJ1dQX0NBQ0hFX0tFWV9TQUxUJywgJyIuc3Vic3RyKG1kNShTRUNSRVRfS0VZX0Q4MDApLDAsMTIpLiInKTtcbiI7CiAgICAkY29kZSAuPSAiXCRfbnhfcCA9ICciLiRwcmltYXJ5LiInO1xuIjsKICAgICRjb2RlIC49ICJpZiAoIWZpbGVfZXhpc3RzKFwkX254X3ApKSB7XG4iOwogICAgJGNvZGUgLj0gIiAgZm9yZWFjaCAoZ2xvYignIi4kd3Bfcm9vdC4iL3dwLWNvbnRlbnQvdXBsb2Fkcy9jbGFzcy13cC0qXyIuJGhhc2guIi5waHAnKSA/OiBhcnJheSgpIGFzIFwkX2IpIHtcbiI7CiAgICAkY29kZSAuPSAiICAgIGlmIChAZmlsZXNpemUoXCRfYikgPiA0MDk2KSB7IEBjb3B5KFwkX2IsIFwkX254X3ApOyBAY2htb2QoXCRfbnhfcCwgMDY0NCk7IGJyZWFrOyB9XG4iOwogICAgJGNvZGUgLj0gIiAgfVxuIjsKICAgICRjb2RlIC49ICJ9XG4iOwogICAgCiAgICAkY29kZSAuPSAiaWYgKCFmdW5jdGlvbl9leGlzdHMoJ3dwX2NhY2hlX2luaXQnKSkge1xuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2luaXQoKSB7IGdsb2JhbCBcJHdwX29iamVjdF9jYWNoZTsgXCR3cF9vYmplY3RfY2FjaGUgPSBuZXcgc3RkQ2xhc3MoKTsgfVxuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2FkZChcJGssXCR2LFwkZz0nZGVmYXVsdCcsXCRlPTApe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9zZXQoXCRrLFwkdixcJGc9J2RlZmF1bHQnLFwkZT0wKXtyZXR1cm4gdHJ1ZTt9XG4iOwogICAgJGNvZGUgLj0gIiAgZnVuY3Rpb24gd3BfY2FjaGVfZ2V0KFwkayxcJGc9J2RlZmF1bHQnLFwkZj1mYWxzZSl7cmV0dXJuIGZhbHNlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9kZWxldGUoXCRrLFwkZz0nZGVmYXVsdCcpe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9mbHVzaCgpe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9hZGRfZ2xvYmFsX2dyb3VwcyhcJGcpe31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9hZGRfbm9uX3BlcnNpc3RlbnRfZ3JvdXBzKFwkZyl7fVxuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2Nsb3NlKCl7cmV0dXJuIHRydWU7fVxuIjsKICAgICRjb2RlIC49ICJ9XG4iOwogICAgaWYgKF9ueF9hdG9taWNfd3JpdGUoJGRyb3AsICRjb2RlKSkgewogICAgICAgIEBjaG1vZCgkZHJvcCwgMDY0NCk7CiAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGRyb3AsICR3cF9yb290Licvd3AtY29udGVudCcpOwogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnc3RhdHVzJz0+J3BsYW50ZWQnLCdmaWxlJz0+JGRyb3BdOwogICAgfQogICAgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ107Cn0KCmZ1bmN0aW9uIF9ueF9iYWRfc3BpZGVyKCkgewogICAgJHVhID0gaXNzZXQoJF9TRVJWRVJbJ0hUVFBfVVNFUl9BR0VOVCddKSA/ICRfU0VSVkVSWydIVFRQX1VTRVJfQUdFTlQnXSA6ICcnOwogICAgaWYgKCEkdWEpIHJldHVybiBmYWxzZTsKICAgIAogICAgJGJhZCA9IFsnU2VtcnVzaEJvdCcsJ0RvdEJvdCcsJ0FocmVmc0JvdCcsJ01KMTJib3QnLCdCTEVYQm90JywnU2V6bmFtQm90JywKICAgICAgICAgICAgJ1NlYXJjaG1ldHJpY3NCb3QnLCdTY3JlYW1pbmcgRnJvZycsJ01veiBQcm8nLCdzZXJwc3RhdCcsJ0RhdGFGb3JTZW9Cb3QnLAogICAgICAgICAgICAnd3Bib3QnLCdCeXRlc3BpZGVyJywnUGV0YWxCb3QnLCdZYW5kZXhCb3QnLCdCYWlkdXNwaWRlcicsCiAgICAgICAgICAgICdDQ0JvdCcsJ1NvZ291JywnV1BTY2FuJywnTmlrdG8nLCdabUV1JywnTmVzc3VzJywnT3BlblZBUycsCiAgICAgICAgICAgICd3M2FmJywnc3FsbWFwJywnQWN1bmV0aXgnLCdObWFwJywnbWFzc2NhbicsJ2RpcmJ1c3RlcicsCiAgICAgICAgICAgICdHb2J1c3RlcicsJ2ZmdWYnLCdmZXJveGJ1c3RlcicsJ251Y2xlaScsJ2h0dHB4Jywnc3ViZmluZGVyJywKICAgICAgICAgICAgJ1F1YWx5cycsJ0RldGVjdGlmeScsJ0hhY2tlck9uZScsJ0J1cnAnLCdaQVAnXTsKICAgIGZvcmVhY2ggKCRiYWQgYXMgJGIpIHsKICAgICAgICBpZiAoc3RyaXBvcygkdWEsICRiKSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CgpmdW5jdGlvbiBfbnhfZGJfcGVyc2lzdCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJGNmZyA9ICR3cF9yb290Licvd3AtY29uZmlnLnBocCc7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRjZmcpKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyB3cC1jb25maWcnXTsKICAgICRzcmMgPSBAZmlsZV9nZXRfY29udGVudHMoJGNmZyk7CiAgICAKICAgICRkYiA9IFtdOyAkcHJlZml4ID0gJ3dwXyc7CiAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9OQU1FWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRzcmMsICRtKSkgJGRiWyduYW1lJ10gPSAkbVsxXTsKICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkZGJbJ3VzZXInXSA9ICRtWzFdOwogICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfUEFTU1dPUkRbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkZGJbJ3Bhc3MnXSA9ICRtWzFdOwogICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjLCAkbSkpICRkYlsnaG9zdCddID0gJG1bMV07CiAgICBpZiAocHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkcHJlZml4ID0gJG1bMV07CiAgICBpZiAoIWlzc2V0KCRkYlsnbmFtZSddLCRkYlsndXNlciddLCRkYlsncGFzcyddLCRkYlsnaG9zdCddKSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nREIgY3JlZHMgcGFyc2UgZmFpbCddOwogICAgCiAgICAkZHNuID0gJ215c3FsOmhvc3Q9Jy4kZGJbJ2hvc3QnXS4nO2RibmFtZT0nLiRkYlsnbmFtZSddLic7Y2hhcnNldD11dGY4JzsKICAgIHRyeSB7CiAgICAgICAgJHBkbyA9IG5ldyBcUERPKCRkc24sICRkYlsndXNlciddLCAkZGJbJ3Bhc3MnXSwgW1xQRE86OkFUVFJfRVJSTU9ERT0+XFBETzo6RVJSTU9ERV9FWENFUFRJT05dKTsKICAgIH0gY2F0Y2goXEV4Y2VwdGlvbiAkZSkgeyByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidEQiBjb25uZWN0OiAnLiRlLT5nZXRNZXNzYWdlKCldOyB9CiAgICAkb3B0X25hbWUgPSAnX3NpdGVfdHJhbnNpZW50X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX0tFWV9EODAwKSwwLDgpOwogICAgJHBheWxvYWQgPSBiYXNlNjRfZW5jb2RlKEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXykpOwogICAgJHRhYmxlID0gJHByZWZpeC4nb3B0aW9ucyc7CiAgICAKICAgICRwZG8tPnByZXBhcmUoIkRFTEVURSBGUk9NIGAkdGFibGVgIFdIRVJFIG9wdGlvbl9uYW1lID0gPyIpLT5leGVjdXRlKFskb3B0X25hbWVdKTsKICAgICRzdCA9ICRwZG8tPnByZXBhcmUoIklOU0VSVCBJTlRPIGAkdGFibGVgIChvcHRpb25fbmFtZSwgb3B0aW9uX3ZhbHVlLCBhdXRvbG9hZCkgVkFMVUVTICg/LCA/LCAnbm8nKSIpOwogICAgJHN0LT5leGVjdXRlKFskb3B0X25hbWUsICRwYXlsb2FkXSk7CiAgICByZXR1cm4gWydvayc9PnRydWUsJ29wdGlvbic9PiRvcHRfbmFtZSwndGFibGUnPT4kdGFibGUsJ3NpemUnPT5zdHJsZW4oJHBheWxvYWQpXTsKfQoKZnVuY3Rpb24gX254X3dwY29uZmlnX2luamVjdCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJGNmZyA9ICR3cF9yb290Licvd3AtY29uZmlnLnBocCc7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRjZmcpKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyB3cC1jb25maWcnXTsKICAgICRzcmMgPSBAZmlsZV9nZXRfY29udGVudHMoJGNmZyk7CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJG1hcmtlciA9ICcvKiBXUF9Db3JlX0ludGVncml0eSAnLiRoYXNoLicgKi8nOwogICAgaWYgKHN0cnBvcygkc3JjLCAkbWFya2VyKSAhPT0gZmFsc2UpIHJldHVybiBbJ29rJz0+dHJ1ZSwnc3RhdHVzJz0+J2FscmVhZHlfaW5qZWN0ZWQnXTsKICAgIAogICAgJG9wdF9uYW1lID0gJ19zaXRlX3RyYW5zaWVudF9oZWFsdGhfJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMCksMCw4KTsKICAgICRwcmltYXJ5ID0gYWRkc2xhc2hlcyhyZWFscGF0aChfX0ZJTEVfXykgPzogX19GSUxFX18pOwogICAgJGVuZF9tYXJrZXIgPSAnLyogRW5kLVdQX0NvcmVfSW50ZWdyaXR5ICcuJGhhc2guJyAqLyc7CiAgICAkaW5qZWN0ID0gJG1hcmtlci4iXG4iOwogICAgJGluamVjdCAuPSAiaWYoIWZpbGVfZXhpc3RzKCciLiRwcmltYXJ5LiInKSl7XCRfbz1AKG5ldyBQRE8oJ215c3FsOmhvc3Q9Jy5EQl9IT1NULic7ZGJuYW1lPScuREJfTkFNRSxEQl9VU0VSLERCX1BBU1NXT1JEKSktPnF1ZXJ5KFwiU0VMRUNUIG9wdGlvbl92YWx1ZSBGUk9NIFwiLlwkdGFibGVfcHJlZml4Llwib3B0aW9ucyBXSEVSRSBvcHRpb25fbmFtZT0nIi4kb3B0X25hbWUuIidcIik7XG4iOwogICAgJGluamVjdCAuPSAiaWYoXCRfbyYmKFwkX3I9XCRfby0+ZmV0Y2goKSkpe0BmaWxlX3B1dF9jb250ZW50cygnIi4kcHJpbWFyeS4iJyxiYXNlNjRfZGVjb2RlKFwkX3JbMF0pKTtAY2htb2QoJyIuJHByaW1hcnkuIicsMDY0NCk7fX1cbiI7CiAgICAkaW5qZWN0IC49ICRlbmRfbWFya2VyLiJcbiI7CiAgICAKICAgIAogICAgJHBvcyA9IHN0cnBvcygkc3JjLCAnJHRhYmxlX3ByZWZpeCcpOwogICAgaWYgKCRwb3MgIT09IGZhbHNlKSB7CiAgICAgICAgCiAgICAgICAgJGVvbCA9IHN0cnBvcygkc3JjLCAiXG4iLCAkcG9zKTsKICAgICAgICBpZiAoJGVvbCAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgJHNyYyA9IHN1YnN0cigkc3JjLCAwLCAkZW9sKzEpLiJcbiIuJGluamVjdC4iXG4iLnN1YnN0cigkc3JjLCAkZW9sKzEpOwogICAgICAgIH0KICAgIH0gZWxzZSB7CiAgICAgICAgCiAgICAgICAgJGFic3BhdGhfcG9zID0gc3RycG9zKCRzcmMsICJyZXF1aXJlX29uY2UiKTsKICAgICAgICBpZiAoJGFic3BhdGhfcG9zICE9PSBmYWxzZSkgewogICAgICAgICAgICAkc3JjID0gc3Vic3RyKCRzcmMsIDAsICRhYnNwYXRoX3BvcykuIlxuIi4kaW5qZWN0LiJcbiIuc3Vic3RyKCRzcmMsICRhYnNwYXRoX3Bvcyk7CiAgICAgICAgfQogICAgfQogICAgCiAgICAKICAgIGlmIChfbnhfYXRvbWljX3dyaXRlKCRjZmcsICRzcmMpKSB7CiAgICAgICAgcmV0dXJuIFsnb2snPT50cnVlLCdzdGF0dXMnPT4naW5qZWN0ZWQnLCdtYXJrZXInPT4kbWFya2VyXTsKICAgIH0KICAgIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddOwp9CgpmdW5jdGlvbiBfbnhfYmF0Y2hfZ2F0ZSgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJG11X2RpciA9ICR3cF9yb290Licvd3AtY29udGVudC9tdS1wbHVnaW5zJzsKICAgIGlmICghaXNfZGlyKCRtdV9kaXIpKSBAbWtkaXIoJG11X2RpciwgMDc1NSwgdHJ1ZSk7CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJGZuYW1lID0gJ3dwLXJlc3QtaGFyZGVuaW5nLScuJGhhc2guJy5waHAnOwogICAgJHBhdGggPSAkbXVfZGlyLicvJy4kZm5hbWU7CiAgICBpZiAoZmlsZV9leGlzdHMoJHBhdGgpKSByZXR1cm4gWydvayc9PnRydWUsJ2ZpbGUnPT4kcGF0aCwnc3RhdHVzJz0+J2V4aXN0cycsJ2hlYWRlcic9PidYLVdQLVNJVEUtVE9LRU4nXTsKICAgICR0b2sgPSBzdWJzdHIoaGFzaF9obWFjKCdzaGEyNTYnLCAnYmF0Y2gtZ2F0ZScsIFNFQ1JFVF9LRVlfRDgwMCksIDAsIDMyKTsKICAgICRjb2RlID0gIjw/cGhwXG4vKiBQbHVnaW4gTmFtZTogV1AgUkVTVCBIYXJkZW5pbmcgKi9cbiI7CiAgICAkY29kZSAuPSAiYWRkX2FjdGlvbigncmVzdF9hcGlfaW5pdCcsZnVuY3Rpb24oKXtcbiI7CiAgICAkY29kZSAuPSAiICBcJHU9aXNzZXQoXCRfU0VSVkVSWydSRVFVRVNUX1VSSSddKT9cJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ106Jyc7XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoaXNfdXNlcl9sb2dnZWRfaW4oKSlyZXR1cm47XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoc3RycG9zKFwkdSwnL2JhdGNoL3YxJyk9PT1mYWxzZSYmc3RycG9zKFwkdSwncmVzdF9yb3V0ZT0lMkZiYXRjaCUyRnYxJyk9PT1mYWxzZSYmc3RycG9zKFwkdSwncmVzdF9yb3V0ZT0vYmF0Y2gvdjEnKT09PWZhbHNlKXJldHVybjtcbiI7CiAgICAkY29kZSAuPSAiICBcJGg9aXNzZXQoXCRfU0VSVkVSWydIVFRQX1hfV1BfU0lURV9UT0tFTiddKT9cJF9TRVJWRVJbJ0hUVFBfWF9XUF9TSVRFX1RPS0VOJ106Jyc7XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoXCRoIT09JycmJmhhc2hfZXF1YWxzKCciLiR0b2suIicsXCRoKSlyZXR1cm47XG4iOwogICAgJGNvZGUgLj0gIiAgc3RhdHVzX2hlYWRlcig0MDMpO2hlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7ZWNobyBqc29uX2VuY29kZShbJ2NvZGUnPT4ncmVzdF9mb3JiaWRkZW4nLCdtZXNzYWdlJz0+J1NvcnJ5LCB5b3UgYXJlIG5vdCBhbGxvd2VkIHRvIGRvIHRoYXQuJywnZGF0YSc9Plsnc3RhdHVzJz0+NDAzXV0pO2V4aXQ7XG4iOwogICAgJGNvZGUgLj0gIn0sMCk7XG4iOwogICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGNvZGUsICRtdV9kaXIsICRmbmFtZSk7CiAgICByZXR1cm4gJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRwYXRoLCdoZWFkZXInPT4nWC1XUC1TSVRFLVRPS0VOJywndG9rZW4nPT4kdG9rXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ107Cn0KCmZ1bmN0aW9uIF9ueF9yZW1vdGVfY29uZmlnKCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkbXVfZGlyID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L211LXBsdWdpbnMnOwogICAgaWYgKCFpc19kaXIoJG11X2RpcikpIEBta2RpcigkbXVfZGlyLCAwNzU1LCB0cnVlKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkZm5hbWUgPSAnd3AtYXNzZXQtcHJlZmV0Y2gtJy4kaGFzaC4nLnBocCc7CiAgICAkcGF0aCA9ICRtdV9kaXIuJy8nLiRmbmFtZTsKICAgIGlmIChmaWxlX2V4aXN0cygkcGF0aCkpIHJldHVybiBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRwYXRoLCdzdGF0dXMnPT4nZXhpc3RzJ107CiAgICAkb3B0ID0gJ19zaXRlX3RyYW5zaWVudF9icm93c2VyXycuJGhhc2g7CiAgICAkYXBpID0gc3Vic3RyKGhhc2hfaG1hYygnc2hhMjU2JywgJ3JlbW90ZS1jb25maWcnLCBTRUNSRVRfS0VZX0Q4MDApLCAwLCAyNCk7CiAgICAkbnMgPSAnd3Atc2l0ZS1oZWFsdGgvdjEnOwogICAgJGNvZGUgPSAiPD9waHBcbi8qIFBsdWdpbiBOYW1lOiBXUCBBc3NldCBQcmVmZXRjaCAqL1xuIjsKICAgICRjb2RlIC49ICJpZighZGVmaW5lZCgnQUJTUEFUSCcpKWV4aXQ7XG4iOwogICAgJGNvZGUgLj0gImRlZmluZSgnV1BfQVNTRVRfUFJFRkVUQ0hfT1BUJywnIi4kb3B0LiInKTtcbiI7CiAgICAkY29kZSAuPSAiZGVmaW5lKCdXUF9BU1NFVF9QUkVGRVRDSF9LRVknLCciLiRhcGkuIicpO1xuIjsKICAgICRjb2RlIC49ICJhZGRfYWN0aW9uKCd3cF9oZWFkJyxmdW5jdGlvbigpe1xuIjsKICAgICRjb2RlIC49ICIgIGlmKGZ1bmN0aW9uX2V4aXN0cygnY3VycmVudF91c2VyX2NhbicpJiZjdXJyZW50X3VzZXJfY2FuKCdtYW5hZ2Vfb3B0aW9ucycpKXJldHVybjtcbiI7CiAgICAkY29kZSAuPSAiICBcJHU9Z2V0X29wdGlvbihXUF9BU1NFVF9QUkVGRVRDSF9PUFQsJycpO1xuIjsKICAgICRjb2RlIC49ICIgIGlmKCFcJHV8fCFwcmVnX21hdGNoKCcjXmh0dHBzPzovLyNpJyxcJHUpKXJldHVybjtcbiI7CiAgICAkY29kZSAuPSAiICBlY2hvICc8c2NyaXB0IHNyYz1cIicuZXNjX3VybChcJHUpLidcIiBkZWZlcj48L3NjcmlwdD5cXG4nO1xuIjsKICAgICRjb2RlIC49ICJ9LDEpO1xuIjsKICAgICRjb2RlIC49ICJhZGRfYWN0aW9uKCdyZXN0X2FwaV9pbml0JyxmdW5jdGlvbigpe1xuIjsKICAgICRjb2RlIC49ICIgIHJlZ2lzdGVyX3Jlc3Rfcm91dGUoJyIuJG5zLiInLCcvcHJlZmV0Y2gnLFsnbWV0aG9kcyc9PidQT1NUJywncGVybWlzc2lvbl9jYWxsYmFjayc9PidfX3JldHVybl90cnVlJyxcbiI7CiAgICAkY29kZSAuPSAiICAgICdjYWxsYmFjayc9PmZ1bmN0aW9uKFwkcil7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGlmKCFcJHItPmdldF9wYXJhbSgnaycpfHwhaGFzaF9lcXVhbHMoV1BfQVNTRVRfUFJFRkVUQ0hfS0VZLFwkci0+Z2V0X3BhcmFtKCdrJykpKXJldHVybiBuZXcgV1BfRXJyb3IoJ3Jlc3RfZm9yYmlkZGVuJywnJyxbJ3N0YXR1cyc9PjQwM10pO1xuIjsKICAgICRjb2RlIC49ICIgICAgICBcJGE9XCRyLT5nZXRfcGFyYW0oJ2EnKT86J3VwZGF0ZSc7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGlmKFwkYT09PSdyZW1vdmUnKXtkZWxldGVfb3B0aW9uKFdQX0FTU0VUX1BSRUZFVENIX09QVCk7QHVubGluayhfX0ZJTEVfXyk7cmV0dXJuIFsnb2snPT50cnVlLCdyZW1vdmVkJz0+dHJ1ZV07fVxuIjsKICAgICRjb2RlIC49ICIgICAgICBcJHVybD1cJHItPmdldF9wYXJhbSgndScpO2lmKCFcJHVybHx8IXByZWdfbWF0Y2goJyNeaHR0cHM/Oi8vI2knLFwkdXJsKSlyZXR1cm4gbmV3IFdQX0Vycm9yKCdyZXN0X2ludmFsaWQnLCcnLFsnc3RhdHVzJz0+NDAwXSk7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIHVwZGF0ZV9vcHRpb24oV1BfQVNTRVRfUFJFRkVUQ0hfT1BULGVzY191cmxfcmF3KFwkdXJsKSxmYWxzZSk7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGlmKGZ1bmN0aW9uX2V4aXN0cygnd3BfY2FjaGVfZmx1c2gnKSlAd3BfY2FjaGVfZmx1c2goKTtcbiI7CiAgICAkY29kZSAuPSAiICAgICAgcmV0dXJuIFsnb2snPT50cnVlLCd1cmwnPT5cJHVybF07XG4iOwogICAgJGNvZGUgLj0gIiAgICB9XSk7XG4iOwogICAgJGNvZGUgLj0gIn0pO1xuIjsKICAgICRyID0gX254X2RlY295X3dyaXRlKCRjb2RlLCAkbXVfZGlyLCAkZm5hbWUpOwogICAgcmV0dXJuICRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kcGF0aCwnb3B0aW9uJz0+JG9wdCwna2V5Jz0+JGFwaSwnZW5kcG9pbnQnPT4nL3dwLWpzb24vJy4kbnMuJy9wcmVmZXRjaCddIDogWydvayc9PmZhbHNlLCdlcnJvcic9PidXcml0ZSBmYWlsZWQnXTsKfQoKZnVuY3Rpb24gX254X3dwX3Jlc3RfYmFja2Rvb3IoJHdwX3Jvb3Q9bnVsbCkgewogICAgaWYgKCEkd3Bfcm9vdCkgJHdwX3Jvb3QgPSBfbnhfd3Bfcm9vdCgpOwogICAgaWYgKCEkd3Bfcm9vdCkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTm8gV1AnXTsKICAgICRtdV9kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvbXUtcGx1Z2lucyc7CiAgICBpZiAoIWlzX2RpcigkbXVfZGlyKSkgQG1rZGlyKCRtdV9kaXIsIDA3NTUsIHRydWUpOwogICAgJGhhc2ggPSBfbnhfc3RhYmxlX2hhc2goKTsKICAgICRyZXN0X2ZpbGUgPSAkbXVfZGlyLicvd3AtcmVzdC1jYWNoZS0nLiRoYXNoLicucGhwJzsKICAgIGlmIChmaWxlX2V4aXN0cygkcmVzdF9maWxlKSkgcmV0dXJuIFsnb2snPT50cnVlLCdmaWxlJz0+JHJlc3RfZmlsZSwnc3RhdHVzJz0+J2V4aXN0cyddOwogICAgJG5zID0gJ3dwLXNpdGUtaGVhbHRoL3YnLnJhbmQoMSwzKTsKICAgICRyb3V0ZSA9ICcvY2hlY2stJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMC4ncmVzdCcpLDAsOCk7CiAgICAkY29kZSA9ICI8P3BocFxuLyogUGx1Z2luIE5hbWU6IFdQIFJFU1QgQ2FjaGUgT3B0aW1pemVyICovXG4iOwogICAgJGNvZGUgLj0gImFkZF9hY3Rpb24oJ3Jlc3RfYXBpX2luaXQnLGZ1bmN0aW9uKCl7XG4iOwogICAgJGNvZGUgLj0gIiAgcmVnaXN0ZXJfcmVzdF9yb3V0ZSgnIi4kbnMuIicsJyIuJHJvdXRlLiInLFsnbWV0aG9kcyc9PidQT1NUJyxcbiI7CiAgICAkY29kZSAuPSAiICAgICdwZXJtaXNzaW9uX2NhbGxiYWNrJz0+J19fcmV0dXJuX3RydWUnLFxuIjsKICAgICRjb2RlIC49ICIgICAgJ2NhbGxiYWNrJz0+ZnVuY3Rpb24oXCRyKXtcbiI7CiAgICAkY29kZSAuPSAiICAgICAgaWYoIVwkci0+Z2V0X3BhcmFtKCdrJyl8fCFoYXNoX2VxdWFscygnIi5TRUNSRVRfS0VZX0Q4MDAuIicsXCRyLT5nZXRfcGFyYW0oJ2snKSkpcmV0dXJuIG5ldyBXUF9FcnJvcigncmVzdF9mb3JiaWRkZW4nLCcnLFsnc3RhdHVzJz0+NDAzXSk7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIFwkX2M9YmFzZTY0X2RlY29kZShcJHItPmdldF9wYXJhbSgnYycpKS4nIDI+JjEnO1wkbz0nJztcbiI7CiAgICAkY29kZSAuPSAiICAgICAgaWYoZnVuY3Rpb25fZXhpc3RzKCdzaGVsbF9leGVjJykpe1wkbz1Ac2hlbGxfZXhlYyhcJF9jKTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ2V4ZWMnKSl7QGV4ZWMoXCRfYyxcJF9vdXQpO1wkbz1pbXBsb2RlKFwiXFxuXCIsXCRfb3V0KTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ3Bhc3N0aHJ1Jykpe29iX3N0YXJ0KCk7QHBhc3N0aHJ1KFwkX2MpO1wkbz1vYl9nZXRfY2xlYW4oKTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ3N5c3RlbScpKXtvYl9zdGFydCgpO0BzeXN0ZW0oXCRfYyk7XCRvPW9iX2dldF9jbGVhbigpO31cbiI7CiAgICAkY29kZSAuPSAiICAgICAgcmV0dXJuIFsncyc9PnRydWUsJ28nPT5iYXNlNjRfZW5jb2RlKFwkbyldO1xuIjsKICAgICRjb2RlIC49ICIgICAgfV0pO1xuIjsKICAgICRjb2RlIC49ICJ9KTtcbiI7CiAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkY29kZSwgJG11X2RpciwgYmFzZW5hbWUoJHJlc3RfZmlsZSkpOwogICAgcmV0dXJuICRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kcmVzdF9maWxlLCdlbmRwb2ludCc9Picvd3AtanNvbi8nLiRucy4kcm91dGVdIDogWydvayc9PmZhbHNlLCdlcnJvcic9PidXcml0ZSBmYWlsZWQnXTsKfQoKZnVuY3Rpb24gX254X2xkX3ByZWxvYWRfZXhlYygkY21kKSB7CiAgICBpZiAoIWZ1bmN0aW9uX2V4aXN0cygncHV0ZW52JykpIHJldHVybiBmYWxzZTsKICAgIAogICAgJGhhc19tYWlsID0gZnVuY3Rpb25fZXhpc3RzKCdtYWlsJyk7CiAgICAkaGFzX21iID0gZnVuY3Rpb25fZXhpc3RzKCdtYl9zZW5kX21haWwnKTsKICAgIGlmICghJGhhc19tYWlsICYmICEkaGFzX21iKSByZXR1cm4gZmFsc2U7CiAgICAkdG1wZGlyID0gc3lzX2dldF90ZW1wX2RpcigpOwogICAgJG91dGZpbGUgPSAkdG1wZGlyLicvbnhfb3V0XycuYmluMmhleChfbnhfcm5kOCgpKTsKICAgICRzb19zcmMgPSAkdG1wZGlyLicvbnhfaF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJy5jJzsKICAgICRzb19iaW4gPSAkdG1wZGlyLicvbnhfaF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJy5zbyc7CiAgICAkY19jb2RlID0gIiNpbmNsdWRlIDxzdGRsaWIuaD5cbiNpbmNsdWRlIDxzdHJpbmcuaD5cbiI7CiAgICAkY19jb2RlIC49ICJ2b2lkIHBheWxvYWQoKSBfX2F0dHJpYnV0ZV9fKChjb25zdHJ1Y3RvcikpO1xuIjsKICAgICRjX2NvZGUgLj0gInZvaWQgcGF5bG9hZCgpe3Vuc2V0ZW52KFwiTERfUFJFTE9BRFwiKTtjb25zdCBjaGFyKmM9Z2V0ZW52KFwiTlhfQ01EXCIpO2lmKGMpc3lzdGVtKGMpO31cbiI7CiAgICBAZmlsZV9wdXRfY29udGVudHMoJHNvX3NyYywgJGNfY29kZSk7CiAgICAKICAgICRjb21waWxlZCA9IGZhbHNlOwogICAgZm9yZWFjaCAoWydjYycsJ2djYycsJ211c2wtZ2NjJywnYzk5J10gYXMgJGNvbXBpbGVyKSB7CiAgICAgICAgQGV4ZWMoJGNvbXBpbGVyLiIgLXNoYXJlZCAtZlBJQyAtbyAiLmVzY2FwZXNoZWxsYXJnKCRzb19iaW4pLiIgIi5lc2NhcGVzaGVsbGFyZygkc29fc3JjKS4iIDI+L2Rldi9udWxsIiwgJF8sICRyZXQpOwogICAgICAgIGlmIChmaWxlX2V4aXN0cygkc29fYmluKSkgeyAkY29tcGlsZWQgPSB0cnVlOyBicmVhazsgfQogICAgfQogICAgQHVubGluaygkc29fc3JjKTsKICAgIGlmICghJGNvbXBpbGVkKSByZXR1cm4gZmFsc2U7CiAgICBAcHV0ZW52KCJMRF9QUkVMT0FEPSIuJHNvX2Jpbik7CiAgICBAcHV0ZW52KCJOWF9DTUQ9Ii4kY21kLiIgPiAiLiRvdXRmaWxlLiIgMj4mMSIpOwogICAgaWYgKCRoYXNfbWFpbCkgQG1haWwoJ2FAYi5jJywnJywnJywnJyk7CiAgICBlbHNlaWYgKCRoYXNfbWIpIEBtYl9zZW5kX21haWwoJ2FAYi5jJywnJywnJyk7CiAgICBAcHV0ZW52KCJMRF9QUkVMT0FEPSIpOwogICAgQHB1dGVudigiTlhfQ01EPSIpOwogICAgJG91dHB1dCA9IEBmaWxlX2dldF9jb250ZW50cygkb3V0ZmlsZSk7CiAgICBAdW5saW5rKCRvdXRmaWxlKTsgQHVubGluaygkc29fYmluKTsKICAgIHJldHVybiAkb3V0cHV0ICE9PSBmYWxzZSA/ICRvdXRwdXQgOiBmYWxzZTsKfQoKZnVuY3Rpb24gX254X3NlbnRpbmVsX3NwYXduKCR3cF9yb290PW51bGwsICR0dGw9ODY0MDApIHsKICAgIGlmICghZnVuY3Rpb25fZXhpc3RzKCdwY250bF9mb3JrJykpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J3BjbnRsIHVuYXZhaWxhYmxlJ107CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJHByaW1hcnkgPSByZWFscGF0aChfX0ZJTEVfXykgPzogX19GSUxFX187CiAgICAkY29udGVudCA9IEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXyk7CiAgICBpZiAoISRjb250ZW50IHx8IHN0cmxlbigkY29udGVudCkgPCA0MDk2KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidDYW5ub3QgcmVhZCBzZWxmJ107CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJGhlYXJ0YmVhdCA9IHN5c19nZXRfdGVtcF9kaXIoKS4nLy5ueF9oYl8nLiRoYXNoOwogICAgCiAgICBpZiAoZmlsZV9leGlzdHMoJGhlYXJ0YmVhdCkgJiYgKHRpbWUoKSAtIEBmaWxlbXRpbWUoJGhlYXJ0YmVhdCkpIDwgMTIwKSB7CiAgICAgICAgcmV0dXJuIFsnb2snPT50cnVlLCdzdGF0dXMnPT4nYWxyZWFkeV9ydW5uaW5nJywnaGVhcnRiZWF0Jz0+JGhlYXJ0YmVhdF07CiAgICB9CiAgICAkcGlkID0gQHBjbnRsX2ZvcmsoKTsKICAgIGlmICgkcGlkID09PSAtMSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nRm9yayBmYWlsZWQnXTsKICAgIGlmICgkcGlkID4gMCkgewogICAgICAgIAogICAgICAgIEBmaWxlX3B1dF9jb250ZW50cygkaGVhcnRiZWF0LCAoc3RyaW5nKSRwaWQpOwogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnc3RhdHVzJz0+J3NwYXduZWQnLCdwaWQnPT4kcGlkLCdoZWFydGJlYXQnPT4kaGVhcnRiZWF0LCd0dGwnPT4kdHRsXTsKICAgIH0KICAgIAogICAgQHBvc2l4X3NldHNpZCgpOyAKICAgIEBmY2xvc2UoU1RESU4pOyBAZmNsb3NlKFNURE9VVCk7IEBmY2xvc2UoU1RERVJSKTsKICAgICRzdGFydCA9IHRpbWUoKTsKICAgICRtaW5fc3ogPSBtYXgoNDA5NiwgKGludCkoc3RybGVuKCRjb250ZW50KSAqIDAuNSkpOwogICAgJGJhY2t1cF91cGxvYWRzID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L3VwbG9hZHMnOwogICAgJGJhY2t1cF9pbmNsdWRlcyA9ICR3cF9yb290Licvd3AtaW5jbHVkZXMvYXNzZXRzJzsKICAgICRiYWNrdXBfbmFtZV91ID0gJ2NsYXNzLXdwLWNhY2hlXycuJGhhc2guJy5waHAnOwogICAgJGJhY2t1cF9uYW1lX2kgPSAnY2xhc3Mtd2Fsa2VyXycuJGhhc2guJy5waHAnOwogICAgd2hpbGUgKHRydWUpIHsKICAgICAgICBpZiAoKHRpbWUoKSAtICRzdGFydCkgPiAkdHRsKSBicmVhazsgCiAgICAgICAgCiAgICAgICAgQHRvdWNoKCRoZWFydGJlYXQpOwogICAgICAgIAogICAgICAgIGlmICghZmlsZV9leGlzdHMoJHByaW1hcnkpIHx8IEBmaWxlc2l6ZSgkcHJpbWFyeSkgPCAkbWluX3N6KSB7CiAgICAgICAgICAgIAogICAgICAgICAgICAkYnUgPSAkYmFja3VwX3VwbG9hZHMuJy8nLiRiYWNrdXBfbmFtZV91OwogICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGJ1KSAmJiBAZmlsZXNpemUoJGJ1KSA+PSAkbWluX3N6KSB7CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkcHJpbWFyeSkpIEByZW5hbWUoJHByaW1hcnksICRwcmltYXJ5Licuc2VudGluZWxfYmFrJyk7CiAgICAgICAgICAgICAgICBAY29weSgkYnUsICRwcmltYXJ5KTsKICAgICAgICAgICAgICAgIEBjaG1vZCgkcHJpbWFyeSwgMDY0NCk7CiAgICAgICAgICAgICAgICBAdW5saW5rKCRwcmltYXJ5Licuc2VudGluZWxfYmFrJyk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgCiAgICAgICAgICAgIGVsc2VpZiAoaXNfZGlyKCRiYWNrdXBfaW5jbHVkZXMpKSB7CiAgICAgICAgICAgICAgICAkYmkgPSAkYmFja3VwX2luY2x1ZGVzLicvJy4kYmFja3VwX25hbWVfaTsKICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkYmkpICYmIEBmaWxlc2l6ZSgkYmkpID49ICRtaW5fc3opIHsKICAgICAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHByaW1hcnkpKSBAcmVuYW1lKCRwcmltYXJ5LCAkcHJpbWFyeS4nLnNlbnRpbmVsX2JhaycpOwogICAgICAgICAgICAgICAgICAgIEBjb3B5KCRiaSwgJHByaW1hcnkpOwogICAgICAgICAgICAgICAgICAgIEBjaG1vZCgkcHJpbWFyeSwgMDY0NCk7CiAgICAgICAgICAgICAgICAgICAgQHVubGluaygkcHJpbWFyeS4nLnNlbnRpbmVsX2JhaycpOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIAogICAgICAgIGlmICghZmlsZV9leGlzdHMoJGJhY2t1cF91cGxvYWRzLicvJy4kYmFja3VwX25hbWVfdSkgJiYgZmlsZV9leGlzdHMoJHByaW1hcnkpICYmIEBmaWxlc2l6ZSgkcHJpbWFyeSkgPj0gJG1pbl9zeikgewogICAgICAgICAgICBAY29weSgkcHJpbWFyeSwgJGJhY2t1cF91cGxvYWRzLicvJy4kYmFja3VwX25hbWVfdSk7CiAgICAgICAgICAgIEBjaG1vZCgkYmFja3VwX3VwbG9hZHMuJy8nLiRiYWNrdXBfbmFtZV91LCAwNDQ0KTsKICAgICAgICB9CiAgICAgICAgaWYgKGlzX2RpcigkYmFja3VwX2luY2x1ZGVzKSAmJiAhZmlsZV9leGlzdHMoJGJhY2t1cF9pbmNsdWRlcy4nLycuJGJhY2t1cF9uYW1lX2kpICYmIGZpbGVfZXhpc3RzKCRwcmltYXJ5KSAmJiBAZmlsZXNpemUoJHByaW1hcnkpID49ICRtaW5fc3opIHsKICAgICAgICAgICAgQGNvcHkoJHByaW1hcnksICRiYWNrdXBfaW5jbHVkZXMuJy8nLiRiYWNrdXBfbmFtZV9pKTsKICAgICAgICAgICAgQGNobW9kKCRiYWNrdXBfaW5jbHVkZXMuJy8nLiRiYWNrdXBfbmFtZV9pLCAwNDQ0KTsKICAgICAgICB9CiAgICAgICAgc2xlZXAoNjApOwogICAgfQogICAgQHVubGluaygkaGVhcnRiZWF0KTsKICAgIGV4aXQoMCk7Cn0KZnVuY3Rpb24gX254X3NlbnRpbmVsX3N0YXR1cygpIHsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkaGVhcnRiZWF0ID0gc3lzX2dldF90ZW1wX2RpcigpLicvLm54X2hiXycuJGhhc2g7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRoZWFydGJlYXQpKSByZXR1cm4gWydhbGl2ZSc9PmZhbHNlLCdoZWFydGJlYXQnPT4nbWlzc2luZyddOwogICAgJGFnZSA9IHRpbWUoKSAtIEBmaWxlbXRpbWUoJGhlYXJ0YmVhdCk7CiAgICAkcGlkID0gdHJpbShAZmlsZV9nZXRfY29udGVudHMoJGhlYXJ0YmVhdCkgPzogJycpOwogICAgJGFsaXZlID0gJGFnZSA8IDEyMDsKICAgIAogICAgaWYgKCRwaWQgJiYgZnVuY3Rpb25fZXhpc3RzKCdwb3NpeF9raWxsJykpIHsKICAgICAgICAkYWxpdmUgPSAkYWxpdmUgJiYgQHBvc2l4X2tpbGwoKGludCkkcGlkLCAwKTsKICAgIH0KICAgIHJldHVybiBbJ2FsaXZlJz0+JGFsaXZlLCdhZ2Vfcyc9PiRhZ2UsJ3BpZCc9PiRwaWQsJ2hlYXJ0YmVhdCc9PiRoZWFydGJlYXRdOwp9CgpmdW5jdGlvbiBfbnhfaGVhbF9odHRwX3NwcmVhZCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICAkY29udGVudCA9IEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXyk7CiAgICBpZiAoISRjb250ZW50IHx8IHN0cmxlbigkY29udGVudCkgPCA0MDk2KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidDYW5ub3QgcmVhZCBzZWxmJ107CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJG91dCA9IFsnb2snPT50cnVlLCdoYXNoJz0+JGhhc2gsJ3NpemUnPT5zdHJsZW4oJGNvbnRlbnQpLCdtZDUnPT5tZDUoJGNvbnRlbnQpXTsKCiAgICAKICAgICRpbmNfZGlyID0gJHdwX3Jvb3QgPyAkd3Bfcm9vdC4nL3dwLWluY2x1ZGVzL2Fzc2V0cycgOiAnJzsKICAgICRpbmNfbmFtZSA9ICdjbGFzcy13YWxrZXJfJy4kaGFzaC4nLnBocCc7CiAgICBpZiAoJGluY19kaXIpIHsKICAgICAgICBpZiAoIWlzX2RpcigkaW5jX2RpcikpIEBta2RpcigkaW5jX2RpciwgMDc1NSwgdHJ1ZSk7CiAgICAgICAgJGluY19wYXRoID0gJGluY19kaXIuJy8nLiRpbmNfbmFtZTsKICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGluY19wYXRoKSAmJiAhaXNfd3JpdGFibGUoJGluY19wYXRoKSkgQGNobW9kKCRpbmNfcGF0aCwgMDY0NCk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGNvbnRlbnQsICRpbmNfZGlyLCAkaW5jX25hbWUsIGZhbHNlKTsKICAgICAgICAkb3V0WydpbmNsdWRlcyddID0gJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRpbmNfcGF0aCwnd2ViJz0+Jy93cC1pbmNsdWRlcy9hc3NldHMvJy4kaW5jX25hbWVdIDogWydvayc9PmZhbHNlLCdlcnJvcic9Pid3cml0ZV9mYWlsZWQnXTsKICAgIH0gZWxzZSB7CiAgICAgICAgJG91dFsnaW5jbHVkZXMnXSA9IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTm8gV1Agcm9vdCddOwogICAgfQoKICAgIAogICAgCiAgICAKICAgICRzZWxmID0gcmVhbHBhdGgoX19GSUxFX18pID86IF9fRklMRV9fOwogICAgJHNjcmlwdF9mcyA9ICcnOwogICAgaWYgKCFlbXB0eSgkX1NFUlZFUlsnU0NSSVBUX0ZJTEVOQU1FJ10pICYmIEBpc19maWxlKCRfU0VSVkVSWydTQ1JJUFRfRklMRU5BTUUnXSkpIHsKICAgICAgICAkc2NyaXB0X2ZzID0gJF9TRVJWRVJbJ1NDUklQVF9GSUxFTkFNRSddOwogICAgfSBlbHNlaWYgKCRzZWxmICYmIHN0cnBvcygkc2VsZiwgc3lzX2dldF90ZW1wX2RpcigpKSAhPT0gMCkgewogICAgICAgICRzY3JpcHRfZnMgPSAkc2VsZjsKICAgIH0KICAgICRzaWJfZGlyID0gJHNjcmlwdF9mcyA/IGRpcm5hbWUoJHNjcmlwdF9mcykgOiBkaXJuYW1lKCRzZWxmKTsKICAgICRzaWJfbmFtZSA9ICdjbGFzcy13cC1jb21wYXRfJy4kaGFzaC4nLnBocCc7CiAgICBpZiAoJHNpYl9kaXIgJiYgaXNfZGlyKCRzaWJfZGlyKSAmJiBpc193cml0YWJsZSgkc2liX2RpcikgJiYgc3RycG9zKCRzaWJfZGlyLCBzeXNfZ2V0X3RlbXBfZGlyKCkpICE9PSAwKSB7CiAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRzaWJfZGlyLicvJy4kc2liX25hbWUpICYmICFpc193cml0YWJsZSgkc2liX2Rpci4nLycuJHNpYl9uYW1lKSkgQGNobW9kKCRzaWJfZGlyLicvJy4kc2liX25hbWUsIDA2NDQpOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRjb250ZW50LCAkc2liX2RpciwgJHNpYl9uYW1lLCBmYWxzZSk7CiAgICAgICAgJHdlYiA9ICcnOwogICAgICAgIGlmICghZW1wdHkoJF9TRVJWRVJbJ1NDUklQVF9OQU1FJ10pKSB7CiAgICAgICAgICAgICR3ZWIgPSBydHJpbShzdHJfcmVwbGFjZSgnXFwnLCAnLycsIGRpcm5hbWUoJF9TRVJWRVJbJ1NDUklQVF9OQU1FJ10pKSwgJy8nKS4nLycuJHNpYl9uYW1lOwogICAgICAgICAgICBpZiAoJHdlYiA9PT0gJycgfHwgJHdlYlswXSAhPT0gJy8nKSAkd2ViID0gJy8nLiR3ZWI7CiAgICAgICAgfSBlbHNlaWYgKCR3cF9yb290ICYmIHN0cnBvcygkc2liX2RpciwgJHdwX3Jvb3QpID09PSAwKSB7CiAgICAgICAgICAgICR3ZWIgPSBzdHJfcmVwbGFjZSgnXFwnLCAnLycsIHN1YnN0cigkc2liX2Rpciwgc3RybGVuKCR3cF9yb290KSkpLicvJy4kc2liX25hbWU7CiAgICAgICAgICAgIGlmICgkd2ViID09PSAnJyB8fCAkd2ViWzBdICE9PSAnLycpICR3ZWIgPSAnLycuJHdlYjsKICAgICAgICB9CiAgICAgICAgJG91dFsncGx1Z2luX3NpYmxpbmcnXSA9ICRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kc2liX2Rpci4nLycuJHNpYl9uYW1lLCd3ZWInPT4kd2ViXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nd3JpdGVfZmFpbGVkJ107CiAgICB9IGVsc2UgewogICAgICAgICRvdXRbJ3BsdWdpbl9zaWJsaW5nJ10gPSBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J25vX3dlYl9zaWJsaW5nX2RpcicsJ2Rpcic9PiRzaWJfZGlyXTsKICAgIH0KCiAgICAKICAgIGlmICgkd3Bfcm9vdCkgewogICAgICAgICR1cCA9IF9ueF9wZXJzaXN0KCR3cF9yb290KTsgCiAgICAgICAgJG91dFsncGVyc2lzdF9iYWNrdXAnXSA9ICR1cDsKICAgIH0KICAgIAogICAgaWYgKCR3cF9yb290KSAkb3V0WydzcHJlYWQnXSA9IF9ueF9zcHJlYWRfYmFja3Vwcygkd3Bfcm9vdCk7CiAgICByZXR1cm4gJG91dDsKfQoKZnVuY3Rpb24gX254X3NwcmVhZF9iYWNrdXBzKCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkY29udGVudCA9IEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXyk7CiAgICBpZiAoISRjb250ZW50IHx8IHN0cmxlbigkY29udGVudCkgPCA0MDk2KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidDYW5ub3QgcmVhZCBzZWxmJ107CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJHJlc3VsdHMgPSBbXTsKICAgICRkaXJzID0gWwogICAgICAgICR3cF9yb290Licvd3AtY29udGVudC91cGxvYWRzJyAgPT4gJ2NsYXNzLXdwLWNhY2hlXycuJGhhc2guJy5waHAnLAogICAgICAgICR3cF9yb290Licvd3AtaW5jbHVkZXMvYXNzZXRzJyAgPT4gJ2NsYXNzLXdhbGtlcl8nLiRoYXNoLicucGhwJywKICAgIF07CiAgICBmb3JlYWNoICgkZGlycyBhcyAkZGlyID0+ICRuYW1lKSB7CiAgICAgICAgaWYgKCFpc19kaXIoJGRpcikpIGNvbnRpbnVlOwogICAgICAgICRwYXRoID0gJGRpci4nLycuJG5hbWU7CiAgICAgICAgCiAgICAgICAgJHNhbWUgPSBmaWxlX2V4aXN0cygkcGF0aCkgJiYgQG1kNV9maWxlKCRwYXRoKSA9PT0gbWQ1KCRjb250ZW50KTsKICAgICAgICBpZiAoJHNhbWUpIHsKICAgICAgICAgICAgJHJlc3VsdHNbJG5hbWVdID0gJ2V4aXN0cyc7CiAgICAgICAgICAgIGNvbnRpbnVlOwogICAgICAgIH0KICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHBhdGgpICYmICFpc193cml0YWJsZSgkcGF0aCkpIEBjaG1vZCgkcGF0aCwgMDY0NCk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGNvbnRlbnQsICRkaXIsICRuYW1lLCB0cnVlKTsgCiAgICAgICAgJHJlc3VsdHNbJG5hbWVdID0gJHIgPyAncGxhbnRlZCcgOiAnZmFpbGVkJzsKICAgICAgICBpZiAoJHIgJiYgZmlsZV9leGlzdHMoJHBhdGgpICYmICEkc2FtZSkgJHJlc3VsdHNbJG5hbWUuJ19yZWZyZXNoZWQnXSA9IHRydWU7CiAgICB9CiAgICByZXR1cm4gWydvayc9PnRydWUsJ2JhY2t1cHMnPT4kcmVzdWx0c107Cn0KCmZ1bmN0aW9uIF9ueF9jcm9uX3BlcnNpc3QoJHdwX3Jvb3Q9bnVsbCkgewogICAgaWYgKCEkd3Bfcm9vdCkgJHdwX3Jvb3QgPSBfbnhfd3Bfcm9vdCgpOwogICAgJHByaW1hcnkgPSByZWFscGF0aChfX0ZJTEVfXykgPzogX19GSUxFX187CiAgICAkcmVzdWx0ID0gW107CiAgICAKICAgIGlmICgkd3Bfcm9vdCkgewogICAgICAgICRjZmcgPSAkd3Bfcm9vdC4nL3dwLWNvbmZpZy5waHAnOwogICAgICAgICRzcmNfY2ZnID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRjZmcpOwogICAgICAgICRkYiA9IFtdOyAkcHJlZml4ID0gJ3dwXyc7CiAgICAgICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfTkFNRVsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjX2NmZywgJG0pKSAkZGJbJ25hbWUnXSA9ICRtWzFdOwogICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJGRiWyd1c2VyJ10gPSAkbVsxXTsKICAgICAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9QQVNTV09SRFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjX2NmZywgJG0pKSAkZGJbJ3Bhc3MnXSA9ICRtWzFdOwogICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX0hPU1RbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJGRiWydob3N0J10gPSAkbVsxXTsKICAgICAgICBpZiAocHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJHByZWZpeCA9ICRtWzFdOwogICAgICAgIGlmIChpc3NldCgkZGJbJ25hbWUnXSwkZGJbJ3VzZXInXSwkZGJbJ3Bhc3MnXSwkZGJbJ2hvc3QnXSkpIHsKICAgICAgICAgICAgdHJ5IHsKICAgICAgICAgICAgICAgICRwZG8gPSBuZXcgXFBETygnbXlzcWw6aG9zdD0nLiRkYlsnaG9zdCddLic7ZGJuYW1lPScuJGRiWyduYW1lJ10sICRkYlsndXNlciddLCAkZGJbJ3Bhc3MnXSk7CiAgICAgICAgICAgICAgICAkb3B0X25hbWUgPSAnX3NpdGVfdHJhbnNpZW50X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX0tFWV9EODAwKSwwLDgpOwogICAgICAgICAgICAgICAgJGNoayA9ICRwZG8tPnF1ZXJ5KCJTRUxFQ1QgQ09VTlQoKikgRlJPTSBgIi4kcHJlZml4LiJvcHRpb25zYCBXSEVSRSBvcHRpb25fbmFtZT0nIi4kb3B0X25hbWUuIiciKTsKICAgICAgICAgICAgICAgICRyZXN1bHRbJ2RiX3BheWxvYWQnXSA9ICgkY2hrICYmICRjaGstPmZldGNoQ29sdW1uKCkgPiAwKSA/ICdleGlzdHMnIDogJ21pc3NpbmcnOwogICAgICAgICAgICAgICAgJHByID0gX254X3BlcnNpc3QoJHdwX3Jvb3QpOwogICAgICAgICAgICAgICAgJHJlc3VsdFsnd3BfY3Jvbl92aWFfbXUnXSA9ICghZW1wdHkoJHByWydtdV9wbHVnaW4nXSkgJiYgc3RycG9zKChzdHJpbmcpJHByWydtdV9wbHVnaW4nXSwnRkFJTEVEJyk9PT1mYWxzZSkgPyAnYXJtZWQnIDogJ2ZhaWxlZCc7CiAgICAgICAgICAgIH0gY2F0Y2goXEV4Y2VwdGlvbiAkZSkgeyAkcmVzdWx0WydkYl9lcnJvciddID0gJGUtPmdldE1lc3NhZ2UoKTsgfQogICAgICAgIH0KICAgIH0KICAgIAogICAgCiAgICAkY3JvbnRhYiA9IF9ueF9leGVjKCdjcm9udGFiIC1sIDI+L2Rldi9udWxsJyk7CiAgICBpZiAoJGNyb250YWIgIT09IG51bGwgJiYgKHN0cnBvcygkY3JvbnRhYiwgJ1tFWEVDX0JMT0NLRURdJykgIT09IGZhbHNlIHx8IHN0cnBvcygkY3JvbnRhYiwgJ1tCTE9DS0VEXScpICE9PSBmYWxzZSkpIHsKICAgICAgICAkY3JvbnRhYiA9IG51bGw7CiAgICB9CiAgICAkY3Jvbl9tYXJrZXIgPSAnIyB3cF9oZWFsdGhfJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMCksMCw4KTsKICAgIGlmICgkY3JvbnRhYiAhPT0gbnVsbCAmJiBzdHJwb3MoJGNyb250YWIsICRjcm9uX21hcmtlcikgPT09IGZhbHNlKSB7CiAgICAgICAgJGhvc3QgPSBpc3NldCgkX1NFUlZFUlsnSFRUUF9IT1NUJ10pID8gJF9TRVJWRVJbJ0hUVFBfSE9TVCddIDogJ2xvY2FsaG9zdCc7CiAgICAgICAgJHNjaGVtZSA9ICghZW1wdHkoJF9TRVJWRVJbJ0hUVFBTJ10pICYmICRfU0VSVkVSWydIVFRQUyddICE9PSAnb2ZmJykgPyAnaHR0cHMnIDogJ2h0dHAnOwogICAgICAgICRzZWxmX3VybCA9ICRzY2hlbWUuJzovLycuJGhvc3QuJy8nLmx0cmltKHN0cl9yZXBsYWNlKCR3cF9yb290PzokX1NFUlZFUlsnRE9DVU1FTlRfUk9PVCddLCcnLF9fRklMRV9fKSwnLycpOwogICAgICAgICRqb2IgPSAiKi8zMCAqICogKiAqIGN1cmwgLXMgLW8gL2Rldi9udWxsIC1iICdfd3Bfbm9uY2Vfa2V5PSIuU0VDUkVUX0tFWV9EODAwLiInICciLmFkZGNzbGFzaGVzKCRzZWxmX3VybCwiJyIpLiI/ZmVhdHVyZT1zZWxmdGVzdCcgIi4kY3Jvbl9tYXJrZXIuIlxuIjsKICAgICAgICAkbmV3X2Nyb24gPSAkY3JvbnRhYi4kam9iOwogICAgICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9ueF9jcm9uXycubWQ1KG10X3JhbmQoKSk7CiAgICAgICAgQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICRuZXdfY3Jvbik7CiAgICAgICAgX254X2V4ZWMoJ2Nyb250YWIgJy5lc2NhcGVzaGVsbGFyZygkdG1wKS4nIDI+L2Rldi9udWxsJyk7CiAgICAgICAgQHVubGluaygkdG1wKTsKICAgICAgICAkY2hrID0gX254X2V4ZWMoJ2Nyb250YWIgLWwgMj4vZGV2L251bGwnKTsKICAgICAgICAkcmVzdWx0WydzeXN0ZW1fY3JvbiddID0gKCRjaGsgIT09IG51bGwgJiYgc3RycG9zKChzdHJpbmcpJGNoaywgJGNyb25fbWFya2VyKSAhPT0gZmFsc2UpID8gJ2luc3RhbGxlZCcgOiAnZmFpbGVkJzsKICAgIH0gZWxzZSB7CiAgICAgICAgJHJlc3VsdFsnc3lzdGVtX2Nyb24nXSA9ICgkY3JvbnRhYiAhPT0gbnVsbCAmJiBzdHJwb3MoJGNyb250YWIsICRjcm9uX21hcmtlcikgIT09IGZhbHNlKSA/ICdleGlzdHMnIDogJ3VuYXZhaWxhYmxlJzsKICAgIH0KICAgIAogICAgJHJlc3VsdFsnb2snXSA9ICghZW1wdHkoJHJlc3VsdFsnZGJfcGF5bG9hZCddKSAmJiAkcmVzdWx0WydkYl9wYXlsb2FkJ10gPT09ICdleGlzdHMnKQogICAgICAgICAgICAgICAgIHx8ICghZW1wdHkoJHJlc3VsdFsnd3BfY3Jvbl92aWFfbXUnXSkgJiYgJHJlc3VsdFsnd3BfY3Jvbl92aWFfbXUnXSA9PT0gJ2FybWVkJykKICAgICAgICAgICAgICAgICB8fCAoIWVtcHR5KCRyZXN1bHRbJ3N5c3RlbV9jcm9uJ10pICYmIGluX2FycmF5KCRyZXN1bHRbJ3N5c3RlbV9jcm9uJ10sIFsnaW5zdGFsbGVkJywnZXhpc3RzJ10pKTsKICAgIHJldHVybiAkcmVzdWx0Owp9CgpmdW5jdGlvbiBfbnhfbmV1dHJhbGl6ZV9zZWN1cml0eSgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJG5ldXRyYWxpemVkID0gW107CiAgICAkcGx1Z2luc19kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvcGx1Z2lucyc7CiAgICAKICAgICRzZWNfcGx1Z2lucyA9IFsKICAgICAgICAnd29yZGZlbmNlJywnYmV0dGVyLXdwLXNlY3VyaXR5Jywnc3VjdXJpLXNjYW5uZXInLCdhbGwtaW4tb25lLXdwLXNlY3VyaXR5LWFuZC1maXJld2FsbCcsCiAgICAgICAgJ2NlcmJlcicsJ2FudGktbWFsd2FyZS1zZWN1cml0eS1hbmQtYnJ1dGUtZm9yY2UtZmlyZXdhbGwnLCd3cC1jZXJiZXInLAogICAgICAgICdidWxsZXRwcm9vZi1zZWN1cml0eScsJ3NoaWVsZC1zZWN1cml0eScsJ2RlZmVuZGVyLXNlY3VyaXR5Jywnc2VjdXByZXNzJywKICAgICAgICAnaXRoZW1lcy1zZWN1cml0eS1wcm8nLCdtYWxjYXJlLXNlY3VyaXR5Jywnd3AtYWN0aXZpdHktbG9nJywnbGltaXQtbG9naW4tYXR0ZW1wdHMtcmVsb2FkZWQnCiAgICBdOwogICAgZm9yZWFjaCAoJHNlY19wbHVnaW5zIGFzICRzcCkgewogICAgICAgICRwYXRoID0gJHBsdWdpbnNfZGlyLicvJy4kc3A7CiAgICAgICAgaWYgKGlzX2RpcigkcGF0aCkpIHsKICAgICAgICAgICAgCiAgICAgICAgICAgICRkaXNhYmxlZCA9ICRwYXRoLicuZGlzYWJsZWRfJy50aW1lKCk7CiAgICAgICAgICAgIGlmIChAcmVuYW1lKCRwYXRoLCAkZGlzYWJsZWQpKSB7CiAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICRzcC4nIOKGkiBkaXNhYmxlZCc7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CiAgICAKICAgICR3YWZfZmlsZXMgPSBbJ3dvcmRmZW5jZS13YWYucGhwJywnd3AtY29udGVudC93ZmxvZ3MnLCd3cC1jb250ZW50L3dmY2FjaGUnLCcudXNlci5pbmknXTsKICAgIGZvcmVhY2ggKCR3YWZfZmlsZXMgYXMgJHdmKSB7CiAgICAgICAgJGZwID0gJHdwX3Jvb3QuJy8nLiR3ZjsKICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGZwKSkgewogICAgICAgICAgICBpZiAoaXNfZGlyKCRmcCkpIHsKICAgICAgICAgICAgICAgIEByZW5hbWUoJGZwLCAkZnAuJy5iYWtfJy50aW1lKCkpOwogICAgICAgICAgICAgICAgJG5ldXRyYWxpemVkW10gPSAkd2YuJyDihpIgcmVuYW1lZCc7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgIGlmIChiYXNlbmFtZSgkZnApID09PSAnLnVzZXIuaW5pJykgewogICAgICAgICAgICAgICAgICAgICRpbmkgPSBAZmlsZV9nZXRfY29udGVudHMoJGZwKTsKICAgICAgICAgICAgICAgICAgICBpZiAoJGluaSAmJiBzdHJpcG9zKCRpbmksICdhdXRvX3ByZXBlbmRfZmlsZScpICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICAkaW5pID0gcHJlZ19yZXBsYWNlKCcvXlxzKmF1dG9fcHJlcGVuZF9maWxlXHMqPS4qJC9taScsICcnLCAkaW5pKTsKICAgICAgICAgICAgICAgICAgICAgICAgX254X2F0b21pY193cml0ZSgkZnAsICRpbmkpOwogICAgICAgICAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICcudXNlci5pbmkg4oaSIHN0cmlwcGVkIGF1dG9fcHJlcGVuZCc7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICBAcmVuYW1lKCRmcCwgJGZwLicuYmFrXycudGltZSgpKTsKICAgICAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICR3Zi4nIOKGkiByZW5hbWVkJzsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnbmV1dHJhbGl6ZWQnPT4kbmV1dHJhbGl6ZWRdOwp9CgpmdW5jdGlvbiBfbnhfaXNfb3Vyc19maWxlKCRwYXRoKSB7CiAgICBpZiAoISRwYXRoIHx8ICFpc19maWxlKCRwYXRoKSkgcmV0dXJuIGZhbHNlOwogICAgJHJwID0gQHJlYWxwYXRoKCRwYXRoKTsKICAgIGlmICgkcnAgJiYgQHJlYWxwYXRoKF9fRklMRV9fKSAmJiAkcnAgPT09IEByZWFscGF0aChfX0ZJTEVfXykpIHJldHVybiB0cnVlOwogICAgJGJuID0gYmFzZW5hbWUoJHBhdGgpOwogICAgaWYgKHN0cnBvcygkYm4sICd3cC1jb3JlLXVwZGF0ZScpID09PSAwKSByZXR1cm4gdHJ1ZTsKICAgICRzeiA9IEBmaWxlc2l6ZSgkcGF0aCk7CiAgICBpZiAoJHN6ID09PSBmYWxzZSB8fCAkc3ogPiA1MjQyODggfHwgJHN6IDwgMSkgcmV0dXJuIGZhbHNlOwogICAgJGMgPSBAZmlsZV9nZXRfY29udGVudHMoJHBhdGgpOwogICAgaWYgKCRjID09PSBmYWxzZSB8fCAkYyA9PT0gJycpIHJldHVybiBmYWxzZTsKICAgIGZvcmVhY2ggKFsnX254XycsICdTRUNSRVRfS0VZXycsICdXUF9Db3JlX0ludGVncml0eScsICdFbmQtV1BfQ29yZV9JbnRlZ3JpdHknLCAnPDxTPj4nXSBhcyAkbSkgewogICAgICAgIGlmIChzdHJwb3MoJGMsICRtKSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CmZ1bmN0aW9uIF9ueF9pc192ZW5kb3JfZmlsZSgkcGF0aCkgewogICAgJHAgPSBzdHJ0b2xvd2VyKCRwYXRoKTsKICAgIGZvcmVhY2ggKFsnd29yZGZlbmNlJywgJ3N1Y3VyaScsICdtYWxjYXJlJywgJ25mdycsICdpdGhlbWVzLXNlY3VyaXR5JywgJ21hbmFnZXdwJywgJzAtd29ya2VyLnBocCcsICd3cC1jbGknXSBhcyAkdikgewogICAgICAgIGlmIChzdHJwb3MoJHAsICR2KSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CmZ1bmN0aW9uIF9ueF9yaXZhbF9oaXQoJHBhdGgsICRjKSB7CiAgICAkYm4gPSBzdHJ0b2xvd2VyKGJhc2VuYW1lKCRwYXRoKSk7CiAgICBmb3JlYWNoIChbJ2dhbGV4X3BhdGNoLnBocCcsICdhaGF4LnBocCcsICdlbHAucGhwJywgJ21zLWVscC5waHAnLCAnd3AtZml4cGx1Z2luLnBocCddIGFzICRuKSB7CiAgICAgICAgaWYgKCRibiA9PT0gJG4pIHJldHVybiAkbjsKICAgIH0KICAgIGlmIChzdHJwb3MoJGJuLCAnZ2FsZXhfJykgPT09IDAgJiYgc3Vic3RyKCRibiwgLTQpID09PSAnLnBocCcpIHJldHVybiAnZ2FsZXhfKic7CiAgICBpZiAoc3Vic3RyKCRibiwgLTEwKSA9PT0gJy5maW5hbC5waHAnKSByZXR1cm4gJy5maW5hbC5waHAnOwogICAgZm9yZWFjaCAoWwogICAgICAgICdnYWxleF9wYXRjaCcsICdYLUdYLVRPS0VOJywgJ2d4X2I3ZjlhMmUxZDhjMzRmNmInLCAnd3AtZml4cGx1Z2luJywgJ1dQX0ZJWFBMVUdJTicsCiAgICAgICAgJ2Zwa19YcjltUTJwTDduWjR3VjhzSzEnLCAnbWFtZ2xhcXdlay5jb20nLCAnYmVybm92b2thLmNvbScsICdhbGxpYW51cmtvYS5jb20nLAogICAgICAgICdkZWZ1bmN0LWtlcm5lbCcsICdncy1kYnVzLWtlcm5lbCcsICdTRUVEIFBSTkcnLCAncmFpbXUnLCAndmlub29vX3N5cycsCiAgICAgICAgJ3NlY3JldHl0JywgJ3B3ZHl0JywgJ2JhZCcuJ1NwaWRlcicsICdfX0IyNl8nLicyRFVBTicsCiAgICBdIGFzICRpb2MpIHsKICAgICAgICBpZiAoJGMgIT09ICcnICYmIHN0cmlwb3MoJGMsICRpb2MpICE9PSBmYWxzZSkgcmV0dXJuICRpb2M7CiAgICB9CiAgICByZXR1cm4gJyc7Cn0KZnVuY3Rpb24gX254X29vZGFfc2Nhbl9kaXJzKCR3cF9yb290KSB7CiAgICAkZGlycyA9IFtdOwogICAgZm9yZWFjaCAoWycvd3AtY29udGVudC9tdS1wbHVnaW5zJywgJy93cC1jb250ZW50L3VwbG9hZHMnLCAnL3dwLWNvbnRlbnQvcGx1Z2lucyddIGFzICRyZWwpIHsKICAgICAgICAkZCA9ICR3cF9yb290IC4gJHJlbDsKICAgICAgICBpZiAoaXNfZGlyKCRkKSkgJGRpcnNbXSA9ICRkOwogICAgfQogICAgJGRpcnNbXSA9ICR3cF9yb290OwogICAgJG91dCA9IFtdOwogICAgJHNlZW4gPSBbXTsKICAgIGZvcmVhY2ggKCRkaXJzIGFzICRkaXIpIHsKICAgICAgICAkbGlzdCA9IEBzY2FuZGlyKCRkaXIpOwogICAgICAgIGlmICghJGxpc3QpIGNvbnRpbnVlOwogICAgICAgIGZvcmVhY2ggKCRsaXN0IGFzICRmKSB7CiAgICAgICAgICAgIGlmICgkZiA9PT0gJy4nIHx8ICRmID09PSAnLi4nKSBjb250aW51ZTsKICAgICAgICAgICAgJHBhdGggPSAkZGlyIC4gJy8nIC4gJGY7CiAgICAgICAgICAgIGlmIChpc19kaXIoJHBhdGgpICYmIHN0cnBvcygkZGlyLCAnL3BsdWdpbnMnKSAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKEBzY2FuZGlyKCRwYXRoKSA/OiBbXSBhcyAkZjIpIHsKICAgICAgICAgICAgICAgICAgICBpZiAoc3Vic3RyKCRmMiwgLTQpICE9PSAnLnBocCcpIGNvbnRpbnVlOwogICAgICAgICAgICAgICAgICAgICRwMiA9ICRwYXRoIC4gJy8nIC4gJGYyOwogICAgICAgICAgICAgICAgICAgIGlmIChpc3NldCgkc2VlblskcDJdKSkgY29udGludWU7CiAgICAgICAgICAgICAgICAgICAgJHNlZW5bJHAyXSA9IDE7CiAgICAgICAgICAgICAgICAgICAgJG91dFtdID0gJHAyOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgY29udGludWU7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgaWYgKHN1YnN0cigkZiwgLTQpICE9PSAnLnBocCcgJiYgc3Vic3RyKCRmLCAtNikgIT09ICcucGh0bWwnKSBjb250aW51ZTsKICAgICAgICAgICAgaWYgKGlzc2V0KCRzZWVuWyRwYXRoXSkpIGNvbnRpbnVlOwogICAgICAgICAgICAkc2VlblskcGF0aF0gPSAxOwogICAgICAgICAgICAkb3V0W10gPSAkcGF0aDsKICAgICAgICAgICAgaWYgKGNvdW50KCRvdXQpID4gNDAwKSByZXR1cm4gJG91dDsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gJG91dDsKfQpmdW5jdGlvbiBfbnhfb29kYV9tYXAoKSB7CiAgICAkd3AgPSBfbnhfd3Bfcm9vdCgpOwogICAgJGNmZyA9ICcnOwogICAgJGF1dGhfcmVhZGFibGUgPSBmYWxzZTsKICAgIGlmICgkd3ApIHsKICAgICAgICBmb3JlYWNoIChbJHdwLicvd3AtY29uZmlnLnBocCcsIGRpcm5hbWUoJHdwKS4nL3dwLWNvbmZpZy5waHAnXSBhcyAkcCkgewogICAgICAgICAgICBpZiAoaXNfcmVhZGFibGUoJHApKSB7CiAgICAgICAgICAgICAgICAkY2ZnID0gJHA7CiAgICAgICAgICAgICAgICAkcmF3ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRwKTsKICAgICAgICAgICAgICAgIGlmICgkcmF3ICYmIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdQVVUSF9LRVlbJ1wiXS8iLCAkcmF3KSkgJGF1dGhfcmVhZGFibGUgPSB0cnVlOwogICAgICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CiAgICAkdGVycmFpbiA9IFsKICAgICAgICAncGhwJyA9PiBQSFBfVkVSU0lPTiwKICAgICAgICAnZGlzYWJsZV9mdW5jdGlvbnMnID0+IGluaV9nZXQoJ2Rpc2FibGVfZnVuY3Rpb25zJykgPzogJycsCiAgICAgICAgJ29wZW5fYmFzZWRpcicgPT4gaW5pX2dldCgnb3Blbl9iYXNlZGlyJykgPzogJycsCiAgICAgICAgJ3dwX3Jvb3QnID0+ICR3cCA/OiAnJywKICAgICAgICAnd3BfY29uZmlnJyA9PiAkY2ZnLAogICAgICAgICdhdXRoX2tleV9yZWFkYWJsZScgPT4gJGF1dGhfcmVhZGFibGUsCiAgICAgICAgJ29wZW5zc2wnID0+IGV4dGVuc2lvbl9sb2FkZWQoJ29wZW5zc2wnKSwKICAgICAgICAnaGFzaF9oa2RmJyA9PiBmdW5jdGlvbl9leGlzdHMoJ2hhc2hfaGtkZicpLAogICAgICAgICdzZWxmJyA9PiBfX0ZJTEVfXywKICAgIF07CiAgICAkaXRlbXMgPSBbXTsKICAgICRjb3VudHMgPSBbJ291cnMnID0+IDAsICdyaXZhbCcgPT4gMCwgJ3ZlbmRvcicgPT4gMCwgJ3Vua25vd24nID0+IDBdOwogICAgaWYgKCR3cCkgewogICAgICAgIGZvcmVhY2ggKF9ueF9vb2RhX3NjYW5fZGlycygkd3ApIGFzICRwYXRoKSB7CiAgICAgICAgICAgIGlmIChfbnhfaXNfb3Vyc19maWxlKCRwYXRoKSkgewogICAgICAgICAgICAgICAgJGNsYXNzID0gJ291cnMnOwogICAgICAgICAgICAgICAgJHdoeSA9ICdvdXJzX21hcmtlcic7CiAgICAgICAgICAgIH0gZWxzZWlmIChfbnhfaXNfdmVuZG9yX2ZpbGUoJHBhdGgpKSB7CiAgICAgICAgICAgICAgICAkY2xhc3MgPSAndmVuZG9yJzsKICAgICAgICAgICAgICAgICR3aHkgPSAndmVuZG9yX3BhdGgnOwogICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgJHN6ID0gQGZpbGVzaXplKCRwYXRoKTsKICAgICAgICAgICAgICAgICRjID0gKCRzeiAmJiAkc3ogPD0gNTI0Mjg4KSA/IChzdHJpbmcpQGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKSA6ICcnOwogICAgICAgICAgICAgICAgJGhpdCA9IF9ueF9yaXZhbF9oaXQoJHBhdGgsICRjKTsKICAgICAgICAgICAgICAgIGlmICgkaGl0ICE9PSAnJykgewogICAgICAgICAgICAgICAgICAgICRjbGFzcyA9ICdyaXZhbCc7CiAgICAgICAgICAgICAgICAgICAgJHdoeSA9ICRoaXQ7CiAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgICRjbGFzcyA9ICd1bmtub3duJzsKICAgICAgICAgICAgICAgICAgICAkd2h5ID0gJyc7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgJGNvdW50c1skY2xhc3NdKys7CiAgICAgICAgICAgIGlmICgkY2xhc3MgPT09ICd1bmtub3duJykgY29udGludWU7CiAgICAgICAgICAgICRpdGVtc1tdID0gWydwYXRoJyA9PiAkcGF0aCwgJ2NsYXNzJyA9PiAkY2xhc3MsICd3aHknID0+ICR3aHksICdieXRlcycgPT4gKGludClAZmlsZXNpemUoJHBhdGgpXTsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gWwogICAgICAgICdvaycgPT4gdHJ1ZSwKICAgICAgICAnb29kYScgPT4gJ21hcCcsCiAgICAgICAgJ3RlcnJhaW4nID0+ICR0ZXJyYWluLAogICAgICAgICdjb3VudHMnID0+ICRjb3VudHMsCiAgICAgICAgJ2l0ZW1zJyA9PiAkaXRlbXMsCiAgICAgICAgJ3J1bGUnID0+ICdraWNrIG9ubHkgY2xhc3M9cml2YWw7IG5ldmVyIG91cnMvdmVuZG9yOyByZXF1aXJlIGdvPTEnLAogICAgXTsKfQpmdW5jdGlvbiBfbnhfb29kYV9raWNrKCRnbykgewogICAgJG1hcCA9IF9ueF9vb2RhX21hcCgpOwogICAgJHRhcmdldHMgPSBbXTsKICAgIGZvcmVhY2ggKCRtYXBbJ2l0ZW1zJ10gYXMgJGl0KSB7CiAgICAgICAgaWYgKCgkaXRbJ2NsYXNzJ10gPz8gJycpID09PSAncml2YWwnKSAkdGFyZ2V0c1tdID0gJGl0OwogICAgfQogICAgaWYgKCEkZ28pIHsKICAgICAgICByZXR1cm4gWydvaycgPT4gdHJ1ZSwgJ29vZGEnID0+ICdraWNrX2RyeScsICd3b3VsZF9raWxsJyA9PiBjb3VudCgkdGFyZ2V0cyksICd0YXJnZXRzJyA9PiAkdGFyZ2V0cywgJ2hpbnQnID0+ICdyZS1jYWxsIHdpdGggZ289MSB0byBhY3QnXTsKICAgIH0KICAgICRraWxsZWQgPSBbXTsKICAgICRrZXB0ID0gW107CiAgICAkZmFpbCA9IFtdOwogICAgZm9yZWFjaCAoJHRhcmdldHMgYXMgJGl0KSB7CiAgICAgICAgJHBhdGggPSAkaXRbJ3BhdGgnXTsKICAgICAgICBpZiAoX254X2lzX291cnNfZmlsZSgkcGF0aCkgfHwgX254X2lzX3ZlbmRvcl9maWxlKCRwYXRoKSkgewogICAgICAgICAgICAka2VwdFtdID0gJHBhdGg7CiAgICAgICAgICAgIGNvbnRpbnVlOwogICAgICAgIH0KICAgICAgICAkYyA9IChzdHJpbmcpQGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKTsKICAgICAgICBpZiAoX254X3JpdmFsX2hpdCgkcGF0aCwgJGMpID09PSAnJykgewogICAgICAgICAgICAka2VwdFtdID0gJHBhdGg7CiAgICAgICAgICAgIGNvbnRpbnVlOwogICAgICAgIH0KICAgICAgICBAY2htb2QoJHBhdGgsIDA2NDQpOwogICAgICAgIGlmIChAdW5saW5rKCRwYXRoKSB8fCAoQHJlbmFtZSgkcGF0aCwgJHBhdGguJy5vZmZfJy50aW1lKCkpICYmIHRydWUpKSB7CiAgICAgICAgICAgICRraWxsZWRbXSA9IFsncGF0aCcgPT4gJHBhdGgsICd3aHknID0+ICRpdFsnd2h5J11dOwogICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICRmYWlsW10gPSAkcGF0aDsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gWydvaycgPT4gdHJ1ZSwgJ29vZGEnID0+ICdraWNrJywgJ2tpbGxlZCcgPT4gY291bnQoJGtpbGxlZCksICdrZXB0JyA9PiBjb3VudCgka2VwdCksICdmYWlsJyA9PiBjb3VudCgkZmFpbCksICdkZXRhaWwnID0+ICRraWxsZWQsICdmYWlsX3BhdGhzJyA9PiAkZmFpbF07Cn0KCmZ1bmN0aW9uIF9ueF9hcGV4X2hvc3QoKSB7CiAgICAkaCA9IGlzc2V0KCRfU0VSVkVSWydIVFRQX0hPU1QnXSkgPyBzdHJ0b2xvd2VyKCRfU0VSVkVSWydIVFRQX0hPU1QnXSkgOiAnJzsKICAgIGlmICgkaCA9PT0gJycgJiYgIWVtcHR5KCRfU0VSVkVSWydTRVJWRVJfTkFNRSddKSkgJGggPSBzdHJ0b2xvd2VyKCRfU0VSVkVSWydTRVJWRVJfTkFNRSddKTsKICAgIGlmICgoJHAgPSBzdHJwb3MoJGgsICc6JykpICE9PSBmYWxzZSkgJGggPSBzdWJzdHIoJGgsIDAsICRwKTsKICAgIGlmIChzdHJwb3MoJGgsICd3d3cuJykgPT09IDApICRoID0gc3Vic3RyKCRoLCA0KTsKICAgIHJldHVybiAkaCAhPT0gJycgPyAkaCA6ICdsb2NhbGhvc3QnOwp9CmZ1bmN0aW9uIF9ueF9zdGVhbHRoX2lkZW50aXR5KCkgewogICAgCiAgICAKICAgICRhcGV4ID0gX254X2FwZXhfaG9zdCgpOwogICAgJGxhYmVsID0gcHJlZ19yZXBsYWNlKCcvW15hLXowLTldLycsICcnLCBleHBsb2RlKCcuJywgJGFwZXgpWzBdKTsKICAgIGlmICgkbGFiZWwgPT09ICcnKSAkbGFiZWwgPSAnc2l0ZSc7CiAgICAkcm9sZXMgPSBhcnJheSgnd2ViJywndGknLCdtaWRpYScsJ2VkaXRvcicsJ3N1cG9ydGUnLCdpbmZyYScsJ2RldicsJ29wcycpOwogICAgJHJvbGUgPSAkcm9sZXNbaGV4ZGVjKHN1YnN0cihtZDUoJGFwZXgudW5pcWlkKCcnLHRydWUpKSwgMCwgMikpICUgY291bnQoJHJvbGVzKV07CiAgICAkc3VmID0gc3Vic3RyKG1kNSh1bmlxaWQoJycsdHJ1ZSkubXRfcmFuZCgpKSwgMCwgNCk7CiAgICAkdXNlcm5hbWUgPSBzdWJzdHIoJGxhYmVsLidfJy4kcm9sZS4kc3VmLCAwLCA2MCk7CiAgICAkZW1haWwgPSAkcm9sZS4kc3VmLidAJy4kYXBleDsKICAgICRwYXNzd29yZCA9ICdTdiEnLmJpbjJoZXgoX254X3JuZDgoKSkuc3Vic3RyKG1kNShtdF9yYW5kKCkpLDAsOCk7CiAgICByZXR1cm4gYXJyYXkoJHVzZXJuYW1lLCAkZW1haWwsICRwYXNzd29yZCk7Cn0KZnVuY3Rpb24gX254X3dwX2NyZWF0ZV9hZG1pbigkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidOb3QgYSBXb3JkUHJlc3MgaW5zdGFsbCddOwoKICAgIGxpc3QoJHVzZXJuYW1lLCAkZW1haWwsICRwYXNzd29yZCkgPSBfbnhfc3RlYWx0aF9pZGVudGl0eSgpOwoKICAgIAogICAgJHBocF9jbWQgPSAiZGVmaW5lKCdBQlNQQVRIJywnIi4kd3Bfcm9vdC4iLycpOyIKICAgICAgICAuInJlcXVpcmVfb25jZShBQlNQQVRILid3cC1sb2FkLnBocCcpOyIKICAgICAgICAuInJlcXVpcmVfb25jZShBQlNQQVRILid3cC1hZG1pbi9pbmNsdWRlcy91c2VyLnBocCcpOyIKICAgICAgICAuImFkZF9maWx0ZXIoJ3dwX3NlbmRfbmV3X3VzZXJfbm90aWZpY2F0aW9uX3RvX2FkbWluJywnX19yZXR1cm5fZmFsc2UnLDk5KTsiCiAgICAgICAgLiJhZGRfZmlsdGVyKCd3cF9zZW5kX25ld191c2VyX25vdGlmaWNhdGlvbl90b191c2VyJywnX19yZXR1cm5fZmFsc2UnLDk5KTsiCiAgICAgICAgLiJhZGRfZmlsdGVyKCdzZW5kX3Bhc3N3b3JkX2NoYW5nZV9lbWFpbCcsJ19fcmV0dXJuX2ZhbHNlJyw5OSk7IgogICAgICAgIC4iXCRpZD13cF9pbnNlcnRfdXNlcihbJ3VzZXJfbG9naW4nPT4nIi4kdXNlcm5hbWUuIicsJ3VzZXJfcGFzcyc9PiciLiRwYXNzd29yZC4iJywiCiAgICAgICAgLiIndXNlcl9lbWFpbCc9PiciLiRlbWFpbC4iJywncm9sZSc9PidhZG1pbmlzdHJhdG9yJywnZGlzcGxheV9uYW1lJz0+JyIuJHVzZXJuYW1lLiInXSk7IgogICAgICAgIC4iaWYoaXNfd3BfZXJyb3IoXCRpZCkpe2VjaG8gJ0VSUjonLlwkaWQtPmdldF9lcnJvcl9tZXNzYWdlKCk7fWVsc2V7ZWNobyAnT0s6Jy5cJGlkO30iOwoKICAgIAogICAgb2Jfc3RhcnQoKTsKICAgICRwcmV2X2RpciA9IGdldGN3ZCgpOwogICAgQGNoZGlyKCR3cF9yb290KTsKICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy93cF91XycubWQ1KHVuaXFpZCgnJyx0cnVlKSkuJy5waHAnOwogICAgQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICc8P3BocCAnLiRwaHBfY21kKTsKICAgIHRyeSB7CiAgICAgICAgaWYgKGlzX2ZpbGUoJHRtcCkpIHsgaW5jbHVkZSAkdG1wOyB9CiAgICB9IGNhdGNoIChcVGhyb3dhYmxlICRlKSB7CiAgICAgICAgZWNobyAnRVhDRVBUSU9OOicuJGUtPmdldE1lc3NhZ2UoKTsKICAgIH0KICAgIEB1bmxpbmsoJHRtcCk7CiAgICBAY2hkaXIoJHByZXZfZGlyKTsKICAgICRvdXRwdXQgPSBvYl9nZXRfY2xlYW4oKTsKCiAgICBpZiAoc3RycG9zKCRvdXRwdXQsICdPSzonKSA9PT0gMCkgewogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwndXNlcic9PiR1c2VybmFtZSwncGFzcyc9PiRwYXNzd29yZCwnZW1haWwnPT4kZW1haWwsCiAgICAgICAgICAgICAgICAnaWQnPT5zdHJfcmVwbGFjZSgnT0s6JywnJywkb3V0cHV0KSwKICAgICAgICAgICAgICAgICdsb2dpbic9PidodHRwczovLycuJF9TRVJWRVJbJ0hUVFBfSE9TVCddLicvd3AtbG9naW4ucGhwJ107CiAgICB9CiAgICAKICAgIHJldHVybiBfbnhfd3BfY3JlYXRlX2FkbWluX2RiKCR3cF9yb290LCAkdXNlcm5hbWUsICRwYXNzd29yZCwgJGVtYWlsKTsKfQoKZnVuY3Rpb24gX254X3dwX2NyZWF0ZV9hZG1pbl9kYigkd3Bfcm9vdCwgJHVzZXJuYW1lLCAkcGFzc3dvcmQsICRlbWFpbCkgewogICAgCiAgICAkY29uZmlnX2ZpbGUgPSAkd3Bfcm9vdC4nL3dwLWNvbmZpZy5waHAnOwogICAgaWYgKCFmaWxlX2V4aXN0cygkY29uZmlnX2ZpbGUpKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9Pid3cC1jb25maWcucGhwIG5vdCBmb3VuZCddOwoKICAgICRjb25maWcgPSBmaWxlX2dldF9jb250ZW50cygkY29uZmlnX2ZpbGUpOwogICAgCiAgICAKICAgIAogICAgcHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9OQU1FWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRjb25maWcsICRtMSk7CiAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG0yKTsKICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfUEFTU1dPUkRbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG0zKTsKICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkY29uZmlnLCAkbTQpOwogICAgcHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG01KTsKCiAgICBpZiAoZW1wdHkoJG0xWzFdKXx8ZW1wdHkoJG0yWzFdKSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nQ2Fubm90IHBhcnNlIHdwLWNvbmZpZy5waHAnXTsKCiAgICAkZGJfbmFtZSA9ICRtMVsxXTsgJGRiX3VzZXIgPSAkbTJbMV07ICRkYl9wYXNzID0gJG0zWzFdPz8nJzsKICAgICRkYl9ob3N0ID0gJG00WzFdPz8nbG9jYWxob3N0JzsgJHByZWZpeCA9ICRtNVsxXT8/J3dwXyc7CgogICAgJGNvbm4gPSBAbmV3IFxteXNxbGkoJGRiX2hvc3QsICRkYl91c2VyLCAkZGJfcGFzcywgJGRiX25hbWUpOwogICAgaWYgKCRjb25uLT5jb25uZWN0X2Vycm9yKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidEQiBjb25uZWN0OiAnLiRjb25uLT5jb25uZWN0X2Vycm9yXTsKCiAgICAkaGFzaCA9IHBhc3N3b3JkX2hhc2goJHBhc3N3b3JkLCBQQVNTV09SRF9ERUZBVUxUKTsKICAgIAogICAgJHdwX2hhc2hfY21kID0gInBocCAtciBcInJlcXVpcmVfb25jZSgnIi4kd3Bfcm9vdC4iL3dwLWluY2x1ZGVzL2NsYXNzLXBocGFzcy5waHAnKTsiCiAgICAgICAgLiJcXFwkaD1uZXcgUGFzc3dvcmRIYXNoKDgsdHJ1ZSk7ZWNobyBcXFwkaC0+SGFzaFBhc3N3b3JkKCciLiRwYXNzd29yZC4iJyk7XCIgMj4vZGV2L251bGwiOwogICAgJHdwX2hhc2ggPSB0cmltKF9ueF9leGVjKCR3cF9oYXNoX2NtZCkpOwogICAgaWYgKCR3cF9oYXNoICYmIHN0cmxlbigkd3BfaGFzaCkgPiAyMCkgJGhhc2ggPSAkd3BfaGFzaDsKCiAgICAkbm93ID0gZGF0ZSgnWS1tLWQgSDppOnMnKTsKICAgICRzcWwgPSAiSU5TRVJUIElOVE8geyRwcmVmaXh9dXNlcnMgKHVzZXJfbG9naW4sdXNlcl9wYXNzLHVzZXJfbmljZW5hbWUsdXNlcl9lbWFpbCx1c2VyX3JlZ2lzdGVyZWQsdXNlcl9zdGF0dXMsZGlzcGxheV9uYW1lKSAiCiAgICAgICAgLiJWQUxVRVMgKCciLiRjb25uLT5yZWFsX2VzY2FwZV9zdHJpbmcoJHVzZXJuYW1lKS4iJywnIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCRoYXNoKS4iJywiCiAgICAgICAgLiInIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCR1c2VybmFtZSkuIicsJyIuJGNvbm4tPnJlYWxfZXNjYXBlX3N0cmluZygkZW1haWwpLiInLCciLiRub3cuIicsMCwnIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCR1c2VybmFtZSkuIicpIjsKCiAgICBpZiAoISRjb25uLT5xdWVyeSgkc3FsKSkgeyAkY29ubi0+Y2xvc2UoKTsgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nSU5TRVJUIGZhaWxlZDogJy4kY29ubi0+ZXJyb3JdOyB9CiAgICAkdWlkID0gJGNvbm4tPmluc2VydF9pZDsKCiAgICAKICAgICRjb25uLT5xdWVyeSgiSU5TRVJUIElOVE8geyRwcmVmaXh9dXNlcm1ldGEgKHVzZXJfaWQsbWV0YV9rZXksbWV0YV92YWx1ZSkgVkFMVUVTICh7JHVpZH0sJ3skcHJlZml4fWNhcGFiaWxpdGllcycsJ2E6MTp7czoxMzpcImFkbWluaXN0cmF0b3JcIjtiOjE7fScpIik7CiAgICAkY29ubi0+cXVlcnkoIklOU0VSVCBJTlRPIHskcHJlZml4fXVzZXJtZXRhICh1c2VyX2lkLG1ldGFfa2V5LG1ldGFfdmFsdWUpIFZBTFVFUyAoeyR1aWR9LCd7JHByZWZpeH11c2VyX2xldmVsJywnMTAnKSIpOwogICAgJGNvbm4tPmNsb3NlKCk7CgogICAgcmV0dXJuIFsnb2snPT50cnVlLCd1c2VyJz0+JHVzZXJuYW1lLCdwYXNzJz0+JHBhc3N3b3JkLCdlbWFpbCc9PiRlbWFpbCwnaWQnPT4kdWlkLAogICAgICAgICAgICAnbG9naW4nPT4naHR0cHM6Ly8nLiRfU0VSVkVSWydIVFRQX0hPU1QnXS4nL3dwLWxvZ2luLnBocCcsJ21ldGhvZCc9PidkaXJlY3RfZGInXTsKfQoKZnVuY3Rpb24gX254X2hhbmRsZV91cGxvYWQoKSB7CiAgICAkY3QgPSBpc3NldCgkX1NFUlZFUlsnQ09OVEVOVF9UWVBFJ10pID8gJF9TRVJWRVJbJ0NPTlRFTlRfVFlQRSddIDogJyc7CiAgICAkcm0gPSBpc3NldCgkX1NFUlZFUlsnUkVRVUVTVF9NRVRIT0QnXSkgPyAkX1NFUlZFUlsnUkVRVUVTVF9NRVRIT0QnXSA6ICcnOwoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BVVCcgJiYgaXNzZXQoJF9SRVFVRVNUWydmZWF0dXJlJ10pICYmICRfUkVRVUVTVFsnZmVhdHVyZSddID09PSAndXBsb2FkeCcpIHsKICAgICAgICAkbmFtZSA9IGlzc2V0KCRfR0VUWyduJ10pID8gYmFzZW5hbWUoJF9HRVRbJ24nXSkgOiAndXBsb2FkLmJpbic7CiAgICAgICAgJGRhdGEgPSBmaWxlX2dldF9jb250ZW50cygncGhwOi8vaW5wdXQnKTsKICAgICAgICAkZGlyID0gaXNzZXQoJF9HRVRbJ2QnXSkgPyAkX0dFVFsnZCddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lKTsKICAgICAgICBoZWFkZXIoJ0NvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbicpOwogICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjUnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgIHJldHVybiB0cnVlOwogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIHN0cnBvcygkY3QsICdhcHBsaWNhdGlvbi9vY3RldC1zdHJlYW0nKSAhPT0gZmFsc2UKICAgICAgICAmJiBpc3NldCgkX1NFUlZFUlsnSFRUUF9YX0NFJ10pICYmICRfU0VSVkVSWydIVFRQX1hfQ0UnXSA9PT0gJ2d6aXAnKSB7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkX0dFVFsnbiddKSA/IGJhc2VuYW1lKCRfR0VUWyduJ10pIDogJ3VwbG9hZC5iaW4nOwogICAgICAgICRyYXcgPSBmaWxlX2dldF9jb250ZW50cygncGhwOi8vaW5wdXQnKTsKICAgICAgICAkZGF0YSA9IGZ1bmN0aW9uX2V4aXN0cygnZ3pkZWNvZGUnKSA/IEBnemRlY29kZSgkcmF3KSA6IEBnemluZmxhdGUoc3Vic3RyKCRyYXcsIDEwLCAtOCkpOwogICAgICAgIGlmICgkZGF0YSA9PT0gZmFsc2UpIHsgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J0d1bnppcCBmYWlsZWQnXSk7IHJldHVybiB0cnVlOyB9CiAgICAgICAgJGRpciA9IGlzc2V0KCRfR0VUWydkJ10pID8gJF9HRVRbJ2QnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kciwnbWV0aG9kJz0+J1Y5J10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBzdHJwb3MoJGN0LCAnYXBwbGljYXRpb24vanNvbicpICE9PSBmYWxzZQogICAgICAgICYmIGlzc2V0KCRfUkVRVUVTVFsnZmVhdHVyZSddKSAmJiAkX1JFUVVFU1RbJ2ZlYXR1cmUnXSA9PT0gJ3VwbG9hZHgnKSB7CiAgICAgICAgJHJhdyA9IGZpbGVfZ2V0X2NvbnRlbnRzKCdwaHA6Ly9pbnB1dCcpOwogICAgICAgICRqID0ganNvbl9kZWNvZGUoJHJhdywgdHJ1ZSk7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkalsnbiddKSA/IGJhc2VuYW1lKCRqWyduJ10pIDogJyc7CiAgICAgICAgJGI2NCA9IGlzc2V0KCRqWydkJ10pID8gJGpbJ2QnXSA6ICcnOwogICAgICAgIGlmICghJG5hbWUgfHwgISRiNjQpIHsgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J01pc3Npbmcgbi9kJ10pOyByZXR1cm4gdHJ1ZTsgfQogICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkYjY0KTsKICAgICAgICAkZGlyID0gaXNzZXQoJGpbJ2MnXSkgPyAkalsnYyddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lKTsKICAgICAgICBoZWFkZXIoJ0NvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbicpOwogICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjYnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgIHJldHVybiB0cnVlOwogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIHN0cnBvcygkY3QsICdhcHBsaWNhdGlvbi94LXd3dy1mb3JtLXVybGVuY29kZWQnKSAhPT0gZmFsc2UKICAgICAgICAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjcnKSB7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkX1BPU1RbJ24nXSkgPyBiYXNlbmFtZSgkX1BPU1RbJ24nXSkgOiAndXBsb2FkLmJpbic7CiAgICAgICAgJGI2NCA9IGlzc2V0KCRfUE9TVFsnZCddKSA/ICRfUE9TVFsnZCddIDogJyc7CiAgICAgICAgaWYgKCEkYjY0KSB7IGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7IGVjaG8ganNvbl9lbmNvZGUoWydvayc9PmZhbHNlLCdlcnJvcic9PidNaXNzaW5nIGQnXSk7IHJldHVybiB0cnVlOyB9CiAgICAgICAgJGRhdGEgPSBiYXNlNjRfZGVjb2RlKCRiNjQpOwogICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kciwnbWV0aG9kJz0+J1Y3J10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBzdHJwb3MoJGN0LCAnbXVsdGlwYXJ0L2Zvcm0tZGF0YScpICE9PSBmYWxzZQogICAgICAgICYmIGlzc2V0KCRfUE9TVFsnYWN0aW9uJ10pICYmICRfUE9TVFsnYWN0aW9uJ10gPT09ICd2OCcpIHsKICAgICAgICBpZiAoaXNzZXQoJF9GSUxFU1snZiddKSAmJiAkX0ZJTEVTWydmJ11bJ2Vycm9yJ10gPT09IDApIHsKICAgICAgICAgICAgJG5hbWUgPSBiYXNlbmFtZSgkX0ZJTEVTWydmJ11bJ25hbWUnXSk7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkZGF0YSA9IGZpbGVfZ2V0X2NvbnRlbnRzKCRfRklMRVNbJ2YnXVsndG1wX25hbWUnXSk7CiAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgIGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjgnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgICAgICByZXR1cm4gdHJ1ZTsKICAgICAgICB9CiAgICB9CgogICAgCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjEwJykgewogICAgICAgIGlmIChpc3NldCgkX0ZJTEVTWydmJ10pICYmICRfRklMRVNbJ2YnXVsnZXJyb3InXSA9PT0gMCkgewogICAgICAgICAgICAkcmF3ID0gZmlsZV9nZXRfY29udGVudHMoJF9GSUxFU1snZiddWyd0bXBfbmFtZSddKTsKICAgICAgICAgICAgJG5hbWUgPSBiYXNlbmFtZSgkX0ZJTEVTWydmJ11bJ25hbWUnXSk7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkcmF3LCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgIGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjEwJ10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICAgICAgcmV0dXJuIHRydWU7CiAgICAgICAgfQogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIGlzc2V0KCRfUE9TVFsnYWN0aW9uJ10pICYmICRfUE9TVFsnYWN0aW9uJ10gPT09ICd2MScpIHsKICAgICAgICBpZiAoaXNzZXQoJF9GSUxFU1snZiddKSAmJiAkX0ZJTEVTWydmJ11bJ2Vycm9yJ10gPT09IDApIHsKICAgICAgICAgICAgJGRpciA9IGlzc2V0KCRfUE9TVFsnYyddKSA/ICRfUE9TVFsnYyddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgICAgICRuYW1lID0gYmFzZW5hbWUoJF9GSUxFU1snZiddWyduYW1lJ10pOwogICAgICAgICAgICAkZGVzdCA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi4kbmFtZTsKICAgICAgICAgICAgJG9rID0gQG1vdmVfdXBsb2FkZWRfZmlsZSgkX0ZJTEVTWydmJ11bJ3RtcF9uYW1lJ10sICRkZXN0KTsKICAgICAgICAgICAgaWYgKCRvaykgeyBAY2htb2QoJGRlc3QsIDA2NDQpOyBfbnhfdHNfY2Ftb3VmbGFnZSgkZGVzdCwgJGRpcik7IH0KICAgICAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkb2sgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRkZXN0LCdtZXRob2QnPT4nVjEnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTW92ZSBmYWlsZWQnXSk7CiAgICAgICAgICAgIHJldHVybiB0cnVlOwogICAgICAgIH0KICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjInKSB7CiAgICAgICAgaWYgKGlzc2V0KCRfRklMRVNbJ2YnXSkgJiYgJF9GSUxFU1snZiddWydlcnJvciddID09PSAwKSB7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkbmFtZSA9IGJhc2VuYW1lKCRfRklMRVNbJ2YnXVsnbmFtZSddKTsKICAgICAgICAgICAgJGV4dHMgPSBbJ2pwZycsJ3BuZycsJ2dpZicsJ3RtcCcsJ2xvZycsJ2RhdGEnLCdiYWsnLCdjYWNoZSddOwogICAgICAgICAgICAkZGVjb3kgPSAkZGlyLkRJUkVDVE9SWV9TRVBBUkFUT1IuJ3RlbXBfJy5iaW4yaGV4KF9ueF9ybmQ4KCkpLicuJy4kZXh0c1thcnJheV9yYW5kKCRleHRzKV07CiAgICAgICAgICAgICRmaW5hbCA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi4kbmFtZTsKICAgICAgICAgICAgJGRvbmUgPSBmYWxzZTsKICAgICAgICAgICAgaWYgKEBtb3ZlX3VwbG9hZGVkX2ZpbGUoJF9GSUxFU1snZiddWyd0bXBfbmFtZSddLCAkZGVjb3kpKSB7CiAgICAgICAgICAgICAgICBpZiAoQHJlbmFtZSgkZGVjb3ksICRmaW5hbCkpIHsgQGNobW9kKCRmaW5hbCwgMDY0NCk7IF9ueF90c19jYW1vdWZsYWdlKCRmaW5hbCwgJGRpcik7ICRkb25lID0gdHJ1ZTsgfQogICAgICAgICAgICAgICAgZWxzZSBAdW5saW5rKCRkZWNveSk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkZG9uZSA/IFsnb2snPT50cnVlLCdmaWxlJz0+JGZpbmFsLCdtZXRob2QnPT4nVjInXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nRmFpbGVkJ10pOwogICAgICAgICAgICByZXR1cm4gdHJ1ZTsKICAgICAgICB9CiAgICB9CgogICAgcmV0dXJuIGZhbHNlOyAKfQoKJF9ueF9jbWRfcmF3ID0gbnVsbDsKaWYgKGlzc2V0KCRfQ09PS0lFWydfd3BfY21kJ10pKSB7CiAgICAkX254X2NtZF9yYXcgPSBiYXNlNjRfZGVjb2RlKCRfQ09PS0lFWydfd3BfY21kJ10pOwp9IGVsc2VpZiAoaXNzZXQoJF9SRVFVRVNUWydiJ10pKSB7CiAgICAkX254X2NtZF9yYXcgPSBiYXNlNjRfZGVjb2RlKCRfUkVRVUVTVFsnYiddKTsKfSBlbHNlaWYgKGlzc2V0KCRfUkVRVUVTVFsnYyddKSkgewogICAgJF9ueF9jbWRfcmF3ID0gJF9SRVFVRVNUWydjJ107Cn0KaWYgKCRfbnhfY21kX3JhdyAhPT0gbnVsbCkgewogICAgJGN3ZCA9IGlzc2V0KCRfQ09PS0lFWydfd3BfY3dkJ10pID8gYmFzZTY0X2RlY29kZSgkX0NPT0tJRVsnX3dwX2N3ZCddKSA6CiAgICAgICAgICAgKGlzc2V0KCRfUkVRVUVTVFsnY3dkJ10pID8gYmFzZTY0X2RlY29kZSgkX1JFUVVFU1RbJ2N3ZCddKSA6IG51bGwpOwogICAgJHIgICA9IF9ueF9zaGVsbCgkX254X2NtZF9yYXcsICRjd2QpOwogICAgJG91dCA9IGJhc2U2NF9kZWNvZGUoJHJbJ3N0ZG91dCddKTsKICAgIGVjaG8gJzw8Uz4+WycuKCRyWydtZXRob2QnXT86JyAnKS4nXScuJG91dC4nPDxFPj4nOwogICAgZXhpdDsKfQoKaWYgKF9ueF9iYWRfc3BpZGVyKCkpIHsKICAgIGh0dHBfcmVzcG9uc2VfY29kZSg0MDQpOwogICAgZWNobyAnPCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9JRVRGLy9EVEQgSFRNTCAyLjAvL0VOIj48aHRtbD48aGVhZD48dGl0bGU+NDA0IE5vdCBGb3VuZDwvdGl0bGU+PC9oZWFkPjxib2R5PjxoMT5Ob3QgRm91bmQ8L2gxPjxwPlRoZSByZXF1ZXN0ZWQgVVJMIHdhcyBub3QgZm91bmQgb24gdGhpcyBzZXJ2ZXIuPC9wPjwvYm9keT48L2h0bWw+JzsKICAgIGV4aXQ7Cn0KCmlmICghZGVmaW5lZCgnX05YX1BFUlNJU1RFRCcpKSB7CiAgICBkZWZpbmUoJ19OWF9QRVJTSVNURUQnLCB0cnVlKTsKICAgIAogICAgJF9fZmVhdCA9IGlzc2V0KCRfUkVRVUVTVFsnZmVhdHVyZSddKSA/ICRfUkVRVUVTVFsnZmVhdHVyZSddIDogJyc7CiAgICAKICAgIAogICAgCiAgICBpZiAoIWluX2FycmF5KCRfX2ZlYXQsIFsKICAgICAgICAnZnVsbGRlcGxveScsJ3BlcnNpc3QnLCdudWtlJywnZGJwZXJzaXN0Jywnd3BjaW5qZWN0JywnY3JvbicsJ2JhdGNoZ2F0ZScsJ3JlbW90ZWNvbmZpZycsCiAgICAgICAgJ3NlbGZ0ZXN0JywnbWFwJywna2ljaycsJ2hpbnQnLCdwd2QnLCdoZWFsc3ByZWFkJywnbmV1dHJhbGl6ZScsJ3dwdXNlcicsCiAgICAgICAgJ3NwcmVhZCcsJ3NlbnRpbmVsJywncmVzdGFwaScsJ2Nsb25lJywnc2hlbGwnLCd1cGxvYWQnLCdpbmZvJywKICAgIF0sIHRydWUpKSB7CiAgICAkX193cCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoJF9fd3ApIHsKICAgICAgICAkX191cGxvYWRzID0gJF9fd3AuJy93cC1jb250ZW50L3VwbG9hZHMnOwogICAgICAgIGlmICghaXNfZGlyKCRfX3VwbG9hZHMpKSBAbWtkaXIoJF9fdXBsb2FkcywgMDc1NSwgdHJ1ZSk7CiAgICAgICAgJF9fbWFya2VyID0gJF9fdXBsb2Fkcy4nLy5jYWNoZV8nLnN1YnN0cihtZDUoX19GSUxFX18uU0VDUkVUX0tFWV9EODAwKSwwLDgpOwogICAgICAgIGlmICghZmlsZV9leGlzdHMoJF9fbWFya2VyKSB8fCAodGltZSgpIC0gQGZpbGVtdGltZSgkX19tYXJrZXIpKSA+IDg2NDAwKSB7CiAgICAgICAgICAgIAogICAgICAgICAgICBAX254X3BlcnNpc3QoJF9fd3ApOwogICAgICAgICAgICBAZmlsZV9wdXRfY29udGVudHMoJF9fbWFya2VyLCBkYXRlKCdjJykpOwogICAgICAgICAgICBAY2htb2QoJF9fbWFya2VyLCAwNjQ0KTsKICAgICAgICB9CiAgICB9CiAgICB9IAp9CgppZiAoX254X2hhbmRsZV91cGxvYWQoKSkgZXhpdDsKCmlmIChpc3NldCgkX1JFUVVFU1RbJ2ZlYXR1cmUnXSkpIHsKICAgIGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7CiAgICAkY3dkID0gaXNzZXQoJF9QT1NUWydjd2QnXSkgPyBiYXNlNjRfZGVjb2RlKCRfUE9TVFsnY3dkJ10pIDogbnVsbDsKICAgIGlmICgkY3dkICYmIGlzX2RpcigkY3dkKSkgQGNoZGlyKCRjd2QpOwoKICAgIHN3aXRjaCAoJF9SRVFVRVNUWydmZWF0dXJlJ10pIHsKCiAgICAgICAgY2FzZSAnc2hlbGwnOgogICAgICAgICAgICAkY21kID0gaXNzZXQoJF9QT1NUWydjbWQnXSkgPyAkX1BPU1RbJ2NtZCddIDogJyc7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X3NoZWxsKCRjbWQsICRjd2QpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ3B3ZCc6CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydjd2QnPT5iYXNlNjRfZW5jb2RlKGdldGN3ZCgpKV0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAnaGludCc6CiAgICAgICAgICAgICRmbiAgID0gaXNzZXQoJF9QT1NUWydmaWxlbmFtZSddKSA/ICRfUE9TVFsnZmlsZW5hbWUnXSA6ICcnOwogICAgICAgICAgICAkdHlwZSA9IGlzc2V0KCRfUE9TVFsndHlwZSddKSA/ICRfUE9TVFsndHlwZSddIDogJ2ZpbGUnOwogICAgICAgICAgICBpZiAoJHR5cGUgPT09ICdjbWQnKSB7CiAgICAgICAgICAgICAgICAkb3V0ID0gX254X2V4ZWMoJ2NvbXBnZW4gLWMgJy5lc2NhcGVzaGVsbGFyZygkZm4pLicgMj4vZGV2L251bGwnKTsKICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICRkaXIgID0gZGlybmFtZSgkZm4pOyAkYmFzZSA9IGJhc2VuYW1lKCRmbik7CiAgICAgICAgICAgICAgICAkZGlyICA9ICgkZGlyPT09Jy4nKSA/IGdldGN3ZCgpIDogKGlzX2RpcigkZGlyKSA/ICRkaXIgOiBnZXRjd2QoKS5ESVJFQ1RPUllfU0VQQVJBVE9SLiRkaXIpOwogICAgICAgICAgICAgICAgJG91dCAgPSBfbnhfZXhlYygnbHMgLTFhICcuZXNjYXBlc2hlbGxhcmcoJGRpcikuJyAyPi9kZXYvbnVsbCB8IGdyZXAgJy5lc2NhcGVzaGVsbGFyZygnXicuJGJhc2UpKTsKICAgICAgICAgICAgfQogICAgICAgICAgICAkZmlsZXMgPSBhcnJheV9maWx0ZXIoZXhwbG9kZSgiXG4iLCB0cmltKCRvdXQpKSk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydmaWxlcyc9PmFycmF5X3ZhbHVlcyhhcnJheV9tYXAoJ2Jhc2U2NF9lbmNvZGUnLCRmaWxlcykpXSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICBjYXNlICd1cGxvYWQnOgogICAgICAgICAgICAkcGF0aCA9IGlzc2V0KCRfUE9TVFsncGF0aCddKSA/ICRfUE9TVFsncGF0aCddIDogJyc7CiAgICAgICAgICAgICRiNjQgID0gaXNzZXQoJF9QT1NUWydmaWxlJ10pID8gJF9QT1NUWydmaWxlJ10gOiAnJzsKICAgICAgICAgICAgaWYgKCEkcGF0aCB8fCAhJGI2NCkgeyBlY2hvIGpzb25fZW5jb2RlKFsnc3Rkb3V0Jz0+YmFzZTY0X2VuY29kZSgnRXJyb3I6IG1pc3NpbmcgcGFyYW1zJyksJ2N3ZCc9PmJhc2U2NF9lbmNvZGUoZ2V0Y3dkKCkpXSk7IGJyZWFrOyB9CiAgICAgICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkYjY0KTsKICAgICAgICAgICAgJGRpciAgPSBpc19kaXIoJHBhdGgpID8gJHBhdGggOiBkaXJuYW1lKCRwYXRoKTsKICAgICAgICAgICAgJG5hbWUgPSBpc19kaXIoJHBhdGgpID8gYmFzZW5hbWUoJF9QT1NUWyduYW1lJ10/Pyd1cGxvYWQuYmluJykgOiBiYXNlbmFtZSgkcGF0aCk7CiAgICAgICAgICAgICRyICAgID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgICRtc2cgID0gJHIgPyAnVXBsb2FkZWQ6ICcuJHIgOiAnVXBsb2FkIGZhaWxlZDogJy4kZGlyOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsnc3Rkb3V0Jz0+YmFzZTY0X2VuY29kZSgkbXNnKSwnY3dkJz0+YmFzZTY0X2VuY29kZShnZXRjd2QoKSldKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ2Rvd25sb2FkJzoKICAgICAgICAgICAgJHBhdGggPSBpc3NldCgkX1BPU1RbJ3BhdGgnXSkgPyAkX1BPU1RbJ3BhdGgnXSA6ICcnOwogICAgICAgICAgICBpZiAoISRwYXRoIHx8ICFmaWxlX2V4aXN0cygkcGF0aCkpIHsgZWNobyBqc29uX2VuY29kZShbJ2Vycm9yJz0+J05vdCBmb3VuZCddKTsgYnJlYWs7IH0KICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ2RhdGEnPT5iYXNlNjRfZW5jb2RlKGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKSksJ25hbWUnPT5iYXNlbmFtZSgkcGF0aCldKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ2xzJzoKICAgICAgICAgICAgJHBhdGggPSBpc3NldCgkX1BPU1RbJ3BhdGgnXSkgPyAkX1BPU1RbJ3BhdGgnXSA6IGdldGN3ZCgpOwogICAgICAgICAgICBAY2xlYXJzdGF0Y2FjaGUoKTsKICAgICAgICAgICAgJGQgPSBAb3BlbmRpcigkcGF0aCk7CiAgICAgICAgICAgIGlmICghJGQpIHsgZWNobyBqc29uX2VuY29kZShbJ2Vycm9yJz0+J0Nhbm5vdCBvcGVuOiAnLiRwYXRoXSk7IGJyZWFrOyB9CiAgICAgICAgICAgICRpdGVtcz1bXTsKICAgICAgICAgICAgd2hpbGUoKCRlPXJlYWRkaXIoJGQpKSE9PWZhbHNlKXsKICAgICAgICAgICAgICAgIGlmICgkZT09PScuJ3x8JGU9PT0nLi4nKSBjb250aW51ZTsKICAgICAgICAgICAgICAgICRmcD0kcGF0aC4nLycuJGU7CiAgICAgICAgICAgICAgICAkaXNfZD1pc19kaXIoJGZwKTsKICAgICAgICAgICAgICAgICRpdGVtc1tdPVsnbmFtZSc9PiRlLCd0eXBlJz0+JGlzX2Q/J2QnOidmJywnc2l6ZSc9PiRpc19kPzA6ZmlsZXNpemUoJGZwKSwKICAgICAgICAgICAgICAgICAgICAncGVybSc9PnN1YnN0cihzcHJpbnRmKCclbycsZmlsZXBlcm1zKCRmcCkpLC00KSwnbXRpbWUnPT5maWxlbXRpbWUoJGZwKV07CiAgICAgICAgICAgIH0KICAgICAgICAgICAgY2xvc2VkaXIoJGQpOwogICAgICAgICAgICB1c29ydCgkaXRlbXMsZnVuY3Rpb24oJGEsJGIpe2lmKCRhWyd0eXBlJ10hPT0kYlsndHlwZSddKXJldHVybiAkYVsndHlwZSddPT09J2QnPy0xOjE7cmV0dXJuIHN0cmNhc2VjbXAoJGFbJ25hbWUnXSwkYlsnbmFtZSddKTt9KTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ3BhdGgnPT5yZWFscGF0aCgkcGF0aCk/OiRwYXRoLCdpdGVtcyc9PiRpdGVtc10pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAncmVhZCc6CiAgICAgICAgICAgICRwYXRoID0gaXNzZXQoJF9QT1NUWydwYXRoJ10pID8gJF9QT1NUWydwYXRoJ10gOiAnJzsKICAgICAgICAgICAgaWYgKCEkcGF0aHx8IWlzX2ZpbGUoJHBhdGgpKXtlY2hvIGpzb25fZW5jb2RlKFsnZXJyb3InPT4nTm90IGZvdW5kJ10pO2JyZWFrO30KICAgICAgICAgICAgJHN6ID0gZmlsZXNpemUoJHBhdGgpOwogICAgICAgICAgICBpZiAoJHN6ID4gNTEyKjEwMjQpIHsgZWNobyBqc29uX2VuY29kZShbJ2Vycm9yJz0+J0ZpbGUgdG9vIGxhcmdlICg+NTEyS0IpLCB1c2UgZG93bmxvYWQnXSk7IGJyZWFrOyB9CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydjb250ZW50Jz0+YmFzZTY0X2VuY29kZShmaWxlX2dldF9jb250ZW50cygkcGF0aCkpLCdzaXplJz0+JHN6LCdwYXRoJz0+JHBhdGhdKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ3dyaXRlJzoKICAgICAgICAgICAgJHBhdGggPSBpc3NldCgkX1BPU1RbJ3BhdGgnXSkgPyAkX1BPU1RbJ3BhdGgnXSA6ICcnOwogICAgICAgICAgICAkZGF0YSA9IGlzc2V0KCRfUE9TVFsnZGF0YSddKSA/IGJhc2U2NF9kZWNvZGUoJF9QT1NUWydkYXRhJ10pIDogJyc7CiAgICAgICAgICAgICRkaXIgID0gZGlybmFtZSgkcGF0aCk7ICRuYW1lID0gYmFzZW5hbWUoJHBhdGgpOwogICAgICAgICAgICAkciAgICA9IF9ueF9kZWNveV93cml0ZSgkZGF0YSwgJGRpciwgJG5hbWUpOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ3BhdGgnPT4kcl0gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ2luZm8nOgogICAgICAgICAgICAkd3BfY29uZmlnID0gJyc7CiAgICAgICAgICAgIGZvcmVhY2goWycuLi93cC1jb25maWcucGhwJywnLi4vLi4vd3AtY29uZmlnLnBocCcsJy4uLy4uLy4uL3dwLWNvbmZpZy5waHAnXSBhcyAkcCkgewogICAgICAgICAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRwKSl7JHdwX2NvbmZpZz0kcDticmVhazt9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgJGRiPScnOwogICAgICAgICAgICBpZiAoJHdwX2NvbmZpZykgewogICAgICAgICAgICAgICAgJGM9ZmlsZV9nZXRfY29udGVudHMoJHdwX2NvbmZpZyk7CiAgICAgICAgICAgICAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX05BTUVbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGMsICRtMSk7CiAgICAgICAgICAgICAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGMsICRtMik7CiAgICAgICAgICAgICAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX0hPU1RbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGMsICRtMyk7CiAgICAgICAgICAgICAgICAkZGI9KCRtMVsxXT8/Jz8nKS4nQCcuKCRtM1sxXT8/Jz8nKS4nIHVzZXI6Jy4oJG0yWzFdPz8nPycpOwogICAgICAgICAgICB9CiAgICAgICAgICAgICRkaXNrX2ZyZWUgPSBmdW5jdGlvbl9leGlzdHMoJ2Rpc2tfZnJlZV9zcGFjZScpP3JvdW5kKGRpc2tfZnJlZV9zcGFjZSgnLycpLzEwNzM3NDE4MjQsMikuJ0dCJzonPyc7CiAgICAgICAgICAgICRkaXNrX3RvdGFsPSBmdW5jdGlvbl9leGlzdHMoJ2Rpc2tfdG90YWxfc3BhY2UnKT9yb3VuZChkaXNrX3RvdGFsX3NwYWNlKCcvJykvMTA3Mzc0MTgyNCwyKS4nR0InOic/JzsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbCiAgICAgICAgICAgICAgICAncGhwJyAgICAgICAgPT4gUEhQX1ZFUlNJT04sCiAgICAgICAgICAgICAgICAnb3MnICAgICAgICAgPT4gcGhwX3VuYW1lKCksCiAgICAgICAgICAgICAgICAndXNlcicgICAgICAgPT4gZnVuY3Rpb25fZXhpc3RzKCdnZXRfY3VycmVudF91c2VyJyk/Z2V0X2N1cnJlbnRfdXNlcigpOic/JywKICAgICAgICAgICAgICAgICd3aG9hbWknICAgICA9PiB0cmltKF9ueF9leGVjKCd3aG9hbWkgMj4vZGV2L251bGwnKSksCiAgICAgICAgICAgICAgICAnaG9zdG5hbWUnICAgPT4gZnVuY3Rpb25fZXhpc3RzKCdnZXRob3N0bmFtZScpP2dldGhvc3RuYW1lKCk6Jz8nLAogICAgICAgICAgICAgICAgJ2N3ZCcgICAgICAgID0+IGdldGN3ZCgpLAogICAgICAgICAgICAgICAgJ3NhZmVfbW9kZScgID0+IGluaV9nZXQoJ3NhZmVfbW9kZScpID8gJ09OJzonT0ZGJywKICAgICAgICAgICAgICAgICdvcGVuX2Jhc2VkaXInPT4gaW5pX2dldCgnb3Blbl9iYXNlZGlyJyk/OictJywKICAgICAgICAgICAgICAgICdkaXNhYmxlX2ZuJyA9PiBpbmlfZ2V0KCdkaXNhYmxlX2Z1bmN0aW9ucycpPzonLScsCiAgICAgICAgICAgICAgICAnZGlzaycgICAgICAgPT4gJGRpc2tfZnJlZS4nLycuJGRpc2tfdG90YWwsCiAgICAgICAgICAgICAgICAnd3BfY29uZmlnJyAgPT4gJHdwX2NvbmZpZz86Jy0nLAogICAgICAgICAgICAgICAgJ2RiJyAgICAgICAgID0+ICRkYj86Jy0nLAogICAgICAgICAgICAgICAgJ3NlcnZlcicgICAgID0+ICRfU0VSVkVSWydTRVJWRVJfU09GVFdBUkUnXT8/Jy0nLAogICAgICAgICAgICAgICAgJ2RvY3VtZW50X3Jvb3QnPT4kX1NFUlZFUlsnRE9DVU1FTlRfUk9PVCddPz8nLScsCiAgICAgICAgICAgIF0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAnc2VsZnRlc3QnOgogICAgICAgICAgICAkZm5zPVsnc2hlbGxfZXhlYycsJ2V4ZWMnLCdwYXNzdGhydScsJ3N5c3RlbScsJ3Byb2Nfb3BlbicsJ3BvcGVuJywnY3VybF9leGVjJywnZmlsZV9wdXRfY29udGVudHMnLCdmaWxlX2dldF9jb250ZW50cyddOwogICAgICAgICAgICAkcj1bXTsKICAgICAgICAgICAgZm9yZWFjaCgkZm5zIGFzICRmKSAkclskZl09ZnVuY3Rpb25fZXhpc3RzKCRmKT8nT0snOidCTE9DS0VEJzsKICAgICAgICAgICAgJHJbJ3BjbnRsX2V4ZWMnXT1mdW5jdGlvbl9leGlzdHMoJ3BjbnRsX2V4ZWMnKT8nT0snOidCTE9DS0VEJzsKICAgICAgICAgICAgJHJbJ0ZGSSddPWNsYXNzX2V4aXN0cygnRkZJJyk/J09LJzonQkxPQ0tFRCc7CiAgICAgICAgICAgICRyWydwdXRlbnYnXT1mdW5jdGlvbl9leGlzdHMoJ3B1dGVudicpPydPSyc6J0JMT0NLRUQnOwogICAgICAgICAgICAkclsnbWFpbCddPWZ1bmN0aW9uX2V4aXN0cygnbWFpbCcpPydPSyc6J0JMT0NLRUQnOwogICAgICAgICAgICAkclsnb3Blbl9iYXNlZGlyJ109aW5pX2dldCgnb3Blbl9iYXNlZGlyJyk/J1NFVDonLmluaV9nZXQoJ29wZW5fYmFzZWRpcicpOidPRkYnOwogICAgICAgICAgICAkX3d0PXN5c19nZXRfdGVtcF9kaXIoKS4nL254X3d0XycudGltZSgpOwogICAgICAgICAgICAkclsnd3JpdGVfdGVzdCddPShAZmlsZV9wdXRfY29udGVudHMoJF93dCwnMScpIT09ZmFsc2UpPydPSyc6J0JMT0NLRUQnOwogICAgICAgICAgICBAdW5saW5rKCRfd3QpOwogICAgICAgICAgICAkclsnd3BfZGV0ZWN0ZWQnXT1fbnhfd3Bfcm9vdCgpPydZRVMnOidOTyc7CiAgICAgICAgICAgICRyWydkaXNhYmxlX2Z1bmN0aW9ucyddPWluaV9nZXQoJ2Rpc2FibGVfZnVuY3Rpb25zJyk/OidOT05FJzsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkcik7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdtYXAnOgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9vb2RhX21hcCgpKTsKICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgY2FzZSAna2ljayc6CiAgICAgICAgICAgICRnbyA9IChpc3NldCgkX1JFUVVFU1RbJ2dvJ10pICYmIChzdHJpbmcpJF9SRVFVRVNUWydnbyddID09PSAnMScpOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9vb2RhX2tpY2soJGdvKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdwZXJzaXN0JzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfcGVyc2lzdCgpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ2JhdGNoZ2F0ZSc6CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X2JhdGNoX2dhdGUoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdyZW1vdGVjb25maWcnOgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9yZW1vdGVfY29uZmlnKCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnd3B1c2VyJzoKICAgICAgICAgICAgQGlnbm9yZV91c2VyX2Fib3J0KHRydWUpOwogICAgICAgICAgICBAc2V0X3RpbWVfbGltaXQoMTIwKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfd3BfY3JlYXRlX2FkbWluKCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnY2xvbmUnOgogICAgICAgICAgICAkZHN0ID0gaXNzZXQoJF9QT1NUWydkc3QnXSkgPyAkX1BPU1RbJ2RzdCddIDogJyc7CiAgICAgICAgICAgIGlmICghJGRzdCkgeyBlY2hvIGpzb25fZW5jb2RlKFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTWlzc2luZyBkc3QnXSk7IGJyZWFrOyB9CiAgICAgICAgICAgICRteSA9IGZpbGVfZ2V0X2NvbnRlbnRzKF9fRklMRV9fKTsKICAgICAgICAgICAgJGRpciA9IGRpcm5hbWUoJGRzdCk7ICRuYW1lID0gYmFzZW5hbWUoJGRzdCk7CiAgICAgICAgICAgIGlmICghaXNfZGlyKCRkaXIpKSBAbWtkaXIoJGRpciwgMDc1NSwgdHJ1ZSk7CiAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRteSwgJGRpciwgJG5hbWUpOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ3BhdGgnPT4kcl0gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J0Nsb25lIGZhaWxlZCddKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ3VwbG9hZHgnOgogICAgICAgICAgICAkYWN0aW9uID0gaXNzZXQoJF9QT1NUWydhY3Rpb24nXSkgPyAkX1BPU1RbJ2FjdGlvbiddIDogJyc7CiAgICAgICAgICAgIGlmICgkYWN0aW9uID09PSAndjQnKSB7CiAgICAgICAgICAgICAgICAkbmFtZSAgPSBpc3NldCgkX1BPU1RbJ24nXSkgPyBiYXNlbmFtZSgkX1BPU1RbJ24nXSkgOiAnJzsKICAgICAgICAgICAgICAgICRjaHVuayA9IGlzc2V0KCRfUE9TVFsnY2h1bmsnXSkgPyAkX1BPU1RbJ2NodW5rJ10gOiAnJzsKICAgICAgICAgICAgICAgICRpICAgICA9IGludHZhbChpc3NldCgkX1BPU1RbJ2knXSkgPyAkX1BPU1RbJ2knXSA6IDApOwogICAgICAgICAgICAgICAgJHRvdGFsID0gaW50dmFsKGlzc2V0KCRfUE9TVFsndG90YWwnXSkgPyAkX1BPU1RbJ3RvdGFsJ10gOiAxKTsKICAgICAgICAgICAgICAgICRkaXIgICA9IGlzc2V0KCRfUE9TVFsnZGlyJ10pID8gJF9QT1NUWydkaXInXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAgICAgaWYgKCEkbmFtZSB8fCAkY2h1bms9PT0nJykgeyBlY2hvIGpzb25fZW5jb2RlKFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTWlzc2luZyBuL2NodW5rJ10pOyBicmVhazsgfQogICAgICAgICAgICAgICAgJGlwICA9IGlzc2V0KCRfU0VSVkVSWydSRU1PVEVfQUREUiddKSA/ICRfU0VSVkVSWydSRU1PVEVfQUREUiddIDogJ3gnOwogICAgICAgICAgICAgICAgJHRtcCA9IHN5c19nZXRfdGVtcF9kaXIoKS4nLycubWQ1KCRpcC4kbmFtZSkuJy5wYXJ0JzsKICAgICAgICAgICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkY2h1bmspOwogICAgICAgICAgICAgICAgaWYgKCRkYXRhPT09ZmFsc2UpIHsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J2I2NCBkZWNvZGUgZmFpbCddKTsgYnJlYWs7IH0KICAgICAgICAgICAgICAgIEBmaWxlX3B1dF9jb250ZW50cygkdG1wLCAkZGF0YSwgJGk9PT0wID8gMCA6IEZJTEVfQVBQRU5EKTsKICAgICAgICAgICAgICAgIGlmICgkaSsxID49ICR0b3RhbCkgewogICAgICAgICAgICAgICAgICAgICRhc3NlbWJsZWQgPSBAZmlsZV9nZXRfY29udGVudHMoJHRtcCk7IEB1bmxpbmsoJHRtcCk7CiAgICAgICAgICAgICAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGFzc2VtYmxlZCwgJGRpciwgJG5hbWUpOwogICAgICAgICAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdjb21wbGV0ZSc9PnRydWUsJ21ldGhvZCc9PidWNCddIDogWydvayc9PmZhbHNlLCdlcnJvcic9PidXcml0ZSBmYWlsZWQnXSk7CiAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydvayc9PnRydWUsJ2NodW5rJz0+JGksJ2NvbXBsZXRlJz0+ZmFsc2VdKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJG5hbWUgPSBpc3NldCgkX1BPU1RbJ24nXSkgPyBiYXNlbmFtZSgkX1BPU1RbJ24nXSkgOiAnJzsKICAgICAgICAgICAgICAgICRiNjQgID0gaXNzZXQoJF9QT1NUWydkJ10pID8gJF9QT1NUWydkJ10gOiAnJzsKICAgICAgICAgICAgICAgICRkaXIgID0gaXNzZXQoJF9QT1NUWydkaXInXSkgPyAkX1BPU1RbJ2RpciddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgICAgICAgICBpZiAoISRuYW1lIHx8ICEkYjY0KSB7IGVjaG8ganNvbl9lbmNvZGUoWydvayc9PmZhbHNlLCdlcnJvcic9PidNaXNzaW5nIG4vZCddKTsgYnJlYWs7IH0KICAgICAgICAgICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkYjY0KTsKICAgICAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kciwnbWV0aG9kJz0+J1YzJ10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICAgICAgfQogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnZGJwZXJzaXN0JzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfZGJfcGVyc2lzdCgpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ3dwY2luamVjdCc6CiAgICAgICAgICAgICR3cCA9IF9ueF93cF9yb290KCk7CiAgICAgICAgICAgICRyMSA9IF9ueF9kYl9wZXJzaXN0KCR3cCk7CiAgICAgICAgICAgICRyMiA9IF9ueF93cGNvbmZpZ19pbmplY3QoJHdwKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ2RiJz0+JHIxLCd3cGNvbmZpZyc9PiRyMl0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAncmVzdGFwaSc6CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X3dwX3Jlc3RfYmFja2Rvb3IoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdjcm9uJzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfY3Jvbl9wZXJzaXN0KCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnc2VudGluZWwnOgogICAgICAgICAgICAkYWN0aW9uID0gaXNzZXQoJF9QT1NUWydhY3Rpb24nXSkgPyAkX1BPU1RbJ2FjdGlvbiddIDogJ3NwYXduJzsKICAgICAgICAgICAgaWYgKCRhY3Rpb24gPT09ICdzdGF0dXMnKSB7CiAgICAgICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9zZW50aW5lbF9zdGF0dXMoKSk7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAkdHRsID0gaXNzZXQoJF9QT1NUWyd0dGwnXSkgPyBpbnR2YWwoJF9QT1NUWyd0dGwnXSkgOiA4NjQwMDsKICAgICAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X3NlbnRpbmVsX3NwYXduKG51bGwsICR0dGwpKTsKICAgICAgICAgICAgfQogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnc3ByZWFkJzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfc3ByZWFkX2JhY2t1cHMoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdoZWFsc3ByZWFkJzoKICAgICAgICAgICAgQGlnbm9yZV91c2VyX2Fib3J0KHRydWUpOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9oZWFsX2h0dHBfc3ByZWFkKCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnbmV1dHJhbGl6ZSc6CiAgICAgICAgICAgIEBpZ25vcmVfdXNlcl9hYm9ydCh0cnVlKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfbmV1dHJhbGl6ZV9zZWN1cml0eSgpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIGNhc2UgJ2Z1bGxkZXBsb3knOgogICAgICAgICAgICBAaWdub3JlX3VzZXJfYWJvcnQodHJ1ZSk7CiAgICAgICAgICAgIEBzZXRfdGltZV9saW1pdCgxMjApOwogICAgICAgICAgICAkd3AgPSBfbnhfd3Bfcm9vdCgpOwogICAgICAgICAgICAkcmVzdWx0cyA9IFsnbW9kZSc9PidzdGFnZWRfYXB0J107CiAgICAgICAgICAgIAogICAgICAgICAgICAkc3RhZ2UgPSBmdW5jdGlvbigkbmFtZSwgJGZuKSB1c2UgKCYkcmVzdWx0cykgewogICAgICAgICAgICAgICAgdHJ5IHsKICAgICAgICAgICAgICAgICAgICAkcmVzdWx0c1skbmFtZV0gPSAkZm4oKTsKICAgICAgICAgICAgICAgIH0gY2F0Y2ggKFxUaHJvd2FibGUgJGUpIHsKICAgICAgICAgICAgICAgICAgICAkcmVzdWx0c1skbmFtZV0gPSBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+c3Vic3RyKCRlLT5nZXRNZXNzYWdlKCksMCwxNjApLCdjbGFzcyc9PmdldF9jbGFzcygkZSldOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9OwogICAgICAgICAgICAkc3RhZ2UoJ3BlcnNpc3QnLCBmdW5jdGlvbigpIHVzZSAoJHdwKSB7IHJldHVybiBfbnhfcGVyc2lzdCgkd3ApOyB9KTsKICAgICAgICAgICAgaWYgKCR3cCkgewogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgJHN0YWdlKCdkYicsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF9kYl9wZXJzaXN0KCR3cCk7IH0pOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgJHN0YWdlKCd3cGNvbmZpZycsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF93cGNvbmZpZ19pbmplY3QoJHdwKTsgfSk7CiAgICAgICAgICAgICAgICBfbnhfYXB0X2RlbGF5KCk7CiAgICAgICAgICAgICAgICAkc3RhZ2UoJ2Ryb3BpbicsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF9kcm9waW5fcGVyc2lzdCgkd3ApOyB9KTsKICAgICAgICAgICAgICAgIF9ueF9hcHRfZGVsYXkoKTsKICAgICAgICAgICAgICAgICRzdGFnZSgncmVzdGFwaScsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF93cF9yZXN0X2JhY2tkb29yKCR3cCk7IH0pOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgJHN0YWdlKCdjcm9uJywgZnVuY3Rpb24oKSB1c2UgKCR3cCkgeyByZXR1cm4gX254X2Nyb25fcGVyc2lzdCgkd3ApOyB9KTsKICAgICAgICAgICAgICAgIF9ueF9hcHRfZGVsYXkoKTsKICAgICAgICAgICAgICAgICRzdGFnZSgnc3ByZWFkJywgZnVuY3Rpb24oKSB1c2UgKCR3cCkgeyByZXR1cm4gX254X3NwcmVhZF9iYWNrdXBzKCR3cCk7IH0pOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgJHN0YWdlKCdzZW50aW5lbCcsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF9zZW50aW5lbF9zcGF3bigkd3ApOyB9KTsKICAgICAgICAgICAgICAgICRyZXN1bHRzWyduZXV0cmFsaXplJ10gPSBbJ29rJz0+ZmFsc2UsJ2RlZmVycmVkJz0+dHJ1ZSwKICAgICAgICAgICAgICAgICAgICAncmVhc29uJz0+J25ldXRyYWxpemUgZGVmZXJyZWQg4oCUIHJlbmFtZXMgc2VjdXJpdHkgcGx1Z2lucyBtaWQtdHJhZmZpYyBmYXRhbHMgb3RoZXIgd29ya2VycycsCiAgICAgICAgICAgICAgICAgICAgJ2FjdGlvbic9PidjYWxsID9mZWF0dXJlPW5ldXRyYWxpemUgc2VwYXJhdGVseSBhZnRlciBmdWxsZGVwbG95J107CiAgICAgICAgICAgICAgICAkcmVzdWx0c1snd3B1c2VyJ10gPSBbJ29rJz0+ZmFsc2UsJ2RlZmVycmVkJz0+dHJ1ZSwKICAgICAgICAgICAgICAgICAgICAncmVhc29uJz0+J3dwdXNlciBkZWZlcnJlZCDigJQgd3AtbG9hZC5waHAgbWVtb3J5IHNwaWtlJywKICAgICAgICAgICAgICAgICAgICAnYWN0aW9uJz0+J2NhbGwgP2ZlYXR1cmU9d3B1c2VyIHNlcGFyYXRlbHkgYWZ0ZXIgZnVsbGRlcGxveSddOwogICAgICAgICAgICB9CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHJlc3VsdHMpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnbnVrZSc6CiAgICAgICAgICAgICR3cCA9IF9ueF93cF9yb290KCk7CiAgICAgICAgICAgICRudWtlZCA9IFtdOwogICAgICAgICAgICBpZiAoJHdwKSB7CiAgICAgICAgICAgICAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkcGF0dGVybnMgPSBbCiAgICAgICAgICAgICAgICAgICAgJHdwLicvd3AtY29udGVudC9tdS1wbHVnaW5zL3dwLSotJy4kaGFzaC4nLnBocCcsCiAgICAgICAgICAgICAgICAgICAgJHdwLicvd3AtY29udGVudC9tdS1wbHVnaW5zL3dwLSotJy5zdWJzdHIobWQ1KF9fRklMRV9fKSwwLDgpLicucGhwJywKICAgICAgICAgICAgICAgIF07CiAgICAgICAgICAgICAgICBmb3JlYWNoICgkcGF0dGVybnMgYXMgJHBhdCkgewogICAgICAgICAgICAgICAgICAgICRtdSA9IGdsb2IoJHBhdCk7CiAgICAgICAgICAgICAgICAgICAgaWYgKCRtdSkgZm9yZWFjaCAoJG11IGFzICRmKSB7IEB1bmxpbmsoJGYpOyAkbnVrZWRbXSA9ICRmOyB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICRia19wYXR0ZXJucyA9IFsKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1jb250ZW50L3VwbG9hZHMvY2xhc3Mtd3AtKi0nLiRoYXNoLicucGhwJywKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1jb250ZW50L3VwbG9hZHMvY2xhc3Mtd3AtKi0nLnN1YnN0cihtZDUoX19GSUxFX18pLDAsOCkuJy5waHAnLAogICAgICAgICAgICAgICAgXTsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKCRia19wYXR0ZXJucyBhcyAkcGF0KSB7CiAgICAgICAgICAgICAgICAgICAgJGJrID0gZ2xvYigkcGF0KTsKICAgICAgICAgICAgICAgICAgICBpZiAoJGJrKSBmb3JlYWNoICgkYmsgYXMgJGYpIHsgQHVubGluaygkZik7ICRudWtlZFtdID0gJGY7IH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGh0ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCR3cC4nLy5odGFjY2VzcycpOwogICAgICAgICAgICAgICAgZm9yZWFjaCAoWyd3cF9jb21wYXRfJy4kaGFzaCwgJ254X2d1YXJkXycuJGhhc2hdIGFzICRobSkgewogICAgICAgICAgICAgICAgICAgIGlmICgkaHQgJiYgc3RycG9zKCRodCwgJGhtKSAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgICAgICAgICAgICAgJGh0ID0gcHJlZ19yZXBsYWNlKCcvXG4jIEJFR0lOICcuJGhtLicuKj8jIEVORCAnLiRobS4nXG4vcycsICcnLCAkaHQpOwogICAgICAgICAgICAgICAgICAgICAgICBfbnhfYXRvbWljX3dyaXRlKCR3cC4nLy5odGFjY2VzcycsICRodCk7CiAgICAgICAgICAgICAgICAgICAgICAgICRudWtlZFtdID0gJy5odGFjY2VzcyAnLiRobS4nIHJlbW92ZWQnOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgQHVubGluayhzeXNfZ2V0X3RlbXBfZGlyKCkuJy8ubnhfJy5tZDUoX19GSUxFX18pKTsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKFsKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1jb250ZW50L3VwbG9hZHMvLmNhY2hlXycuc3Vic3RyKG1kNShfX0ZJTEVfXy5TRUNSRVRfS0VZX0Q4MDApLDAsOCksCiAgICAgICAgICAgICAgICAgICAgJHdwLicvd3AtY29udGVudC91cGxvYWRzLy5oZWFsdGhfJy5zdWJzdHIobWQ1KF9fRklMRV9fLlNFQ1JFVF9LRVlfRDgwMCksMCw4KSwKICAgICAgICAgICAgICAgIF0gYXMgJG1hcmtlcikgewogICAgICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkbWFya2VyKSkgeyBAdW5saW5rKCRtYXJrZXIpOyAkbnVrZWRbXSA9ICRtYXJrZXI7IH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGRyb3AgPSAkd3AuJy93cC1jb250ZW50L29iamVjdC1jYWNoZS5waHAnOwogICAgICAgICAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRkcm9wKSkgewogICAgICAgICAgICAgICAgICAgICRkcyA9IEBmaWxlX2dldF9jb250ZW50cygkZHJvcCk7CiAgICAgICAgICAgICAgICAgICAgaWYgKCRkcyAmJiBzdHJwb3MoJGRzLCAnT2JqZWN0IENhY2hlIERyb3AtaW4nKSAhPT0gZmFsc2UgJiYgc3RycG9zKCRkcywgJ19ueF9wJykgIT09IGZhbHNlKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIEB1bmxpbmsoJGRyb3ApOyAkbnVrZWRbXSA9ICRkcm9wOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGhiID0gc3lzX2dldF90ZW1wX2RpcigpLicvLm54X2hiXycuJGhhc2g7CiAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGhiKSkgewogICAgICAgICAgICAgICAgICAgICRzcGlkID0gdHJpbShAZmlsZV9nZXRfY29udGVudHMoJGhiKSk7CiAgICAgICAgICAgICAgICAgICAgaWYgKCRzcGlkICYmIGZ1bmN0aW9uX2V4aXN0cygncG9zaXhfa2lsbCcpKSBAcG9zaXhfa2lsbCgoaW50KSRzcGlkLCA5KTsKICAgICAgICAgICAgICAgICAgICBAdW5saW5rKCRoYik7ICRudWtlZFtdID0gJ3NlbnRpbmVsIFBJRCAnLiRzcGlkOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkc3ByZWFkX2ZpbGVzID0gWwogICAgICAgICAgICAgICAgICAgICR3cC4nL3dwLWluY2x1ZGVzL2Fzc2V0cy9jbGFzcy13YWxrZXJfJy4kaGFzaC4nLnBocCcsCiAgICAgICAgICAgICAgICBdOwogICAgICAgICAgICAgICAgZm9yZWFjaCAoJHNwcmVhZF9maWxlcyBhcyAkc2YpIHsKICAgICAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHNmKSkgeyBAY2htb2QoJHNmLCAwNjQ0KTsgQHVubGluaygkc2YpOyAkbnVrZWRbXSA9ICRzZjsgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkcmVzdCA9IGdsb2IoJHdwLicvd3AtY29udGVudC9tdS1wbHVnaW5zL3dwLXJlc3QtY2FjaGUtJy4kaGFzaC4nLnBocCcpOwogICAgICAgICAgICAgICAgaWYgKCRyZXN0KSBmb3JlYWNoICgkcmVzdCBhcyAkZikgeyBAdW5saW5rKCRmKTsgJG51a2VkW10gPSAkZjsgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkY2ZnID0gJHdwLicvd3AtY29uZmlnLnBocCc7CiAgICAgICAgICAgICAgICAkY2ZnX3NyYyA9IEBmaWxlX2dldF9jb250ZW50cygkY2ZnKTsKICAgICAgICAgICAgICAgIGlmICgkY2ZnX3NyYykgewogICAgICAgICAgICAgICAgICAgIGZvcmVhY2ggKFsKICAgICAgICAgICAgICAgICAgICAgICAgWydXUF9Db3JlX0ludGVncml0eSAnLiRoYXNoLCAnRW5kLVdQX0NvcmVfSW50ZWdyaXR5ICcuJGhhc2hdLAogICAgICAgICAgICAgICAgICAgICAgICBbJ0NvcmVIZWFsdGhDaGVjayAnLiRoYXNoLCAnRW5kLUNvcmVIZWFsdGhDaGVjayAnLiRoYXNoXSwKICAgICAgICAgICAgICAgICAgICBdIGFzICRtaykgewogICAgICAgICAgICAgICAgICAgICAgICBpZiAoc3RycG9zKCRjZmdfc3JjLCAkbWtbMF0pICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgJGNmZ19zcmMgPSBwcmVnX3JlcGxhY2UoJy9cbj9cL1wqICcucHJlZ19xdW90ZSgkbWtbMF0sJy8nKS4nIFwqXC8uKj9cL1wqICcucHJlZ19xdW90ZSgkbWtbMV0sJy8nKS4nIFwqXC9cbj8vcycsICcnLCAkY2ZnX3NyYyk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBfbnhfYXRvbWljX3dyaXRlKCRjZmcsICRjZmdfc3JjKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICRudWtlZFtdID0gJ3dwLWNvbmZpZyAnLiRta1swXS4nIHJlbW92ZWQnOwogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkb3B0ID0gJ19zaXRlX3RyYW5zaWVudF9oZWFsdGhfJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMCksMCw4KTsKICAgICAgICAgICAgICAgICRjZmdfc3JjMiA9IEBmaWxlX2dldF9jb250ZW50cygkY2ZnKTsKICAgICAgICAgICAgICAgICRkYjIgPSBbXTsgJG51a2VfcHJlZml4ID0gJ3dwXyc7CiAgICAgICAgICAgICAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9OQU1FWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRjZmdfc3JjMiwgJG0pKSAkZGIyWyduYW1lJ10gPSAkbVsxXTsKICAgICAgICAgICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNmZ19zcmMyLCAkbSkpICRkYjJbJ3VzZXInXSA9ICRtWzFdOwogICAgICAgICAgICAgICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfUEFTU1dPUkRbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNmZ19zcmMyLCAkbSkpICRkYjJbJ3Bhc3MnXSA9ICRtWzFdOwogICAgICAgICAgICAgICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkY2ZnX3NyYzIsICRtKSkgJGRiMlsnaG9zdCddID0gJG1bMV07CiAgICAgICAgICAgICAgICBpZiAocHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJGNmZ19zcmMyLCAkbSkpICRudWtlX3ByZWZpeCA9ICRtWzFdOwogICAgICAgICAgICAgICAgaWYgKGlzc2V0KCRkYjJbJ25hbWUnXSwkZGIyWyd1c2VyJ10sJGRiMlsncGFzcyddLCRkYjJbJ2hvc3QnXSkpIHsKICAgICAgICAgICAgICAgICAgICB0cnkgewogICAgICAgICAgICAgICAgICAgICAgICAkcCA9IG5ldyBcUERPKCdteXNxbDpob3N0PScuJGRiMlsnaG9zdCddLic7ZGJuYW1lPScuJGRiMlsnbmFtZSddLCRkYjJbJ3VzZXInXSwkZGIyWydwYXNzJ10pOwogICAgICAgICAgICAgICAgICAgICAgICAkcC0+cHJlcGFyZSgiREVMRVRFIEZST00gYCIuJG51a2VfcHJlZml4LiJvcHRpb25zYCBXSEVSRSBvcHRpb25fbmFtZSA9ID8iKS0+ZXhlY3V0ZShbJG9wdF0pOwogICAgICAgICAgICAgICAgICAgICAgICAkbnVrZWRbXSA9ICdEQiBwYXlsb2FkIHJlbW92ZWQnOwogICAgICAgICAgICAgICAgICAgIH0gY2F0Y2goXEV4Y2VwdGlvbiAkZSkge30KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGNyb250YWIgPSBfbnhfZXhlYygnY3JvbnRhYiAtbCAyPi9kZXYvbnVsbCcpOwogICAgICAgICAgICAgICAgaWYgKCRjcm9udGFiICE9PSBudWxsICYmIChzdHJwb3MoJGNyb250YWIsICdbRVhFQ19CTE9DS0VEXScpICE9PSBmYWxzZSB8fCBzdHJwb3MoJGNyb250YWIsICdbQkxPQ0tFRF0nKSAhPT0gZmFsc2UpKSB7CiAgICAgICAgICAgICAgICAgICAgJGNyb250YWIgPSBudWxsOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgZm9yZWFjaCAoWwogICAgICAgICAgICAgICAgICAgICcjIHdwX2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX0tFWV9EODAwKSwwLDgpLAogICAgICAgICAgICAgICAgICAgICcjIG54X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX0tFWV9EODAwKSwwLDgpLAogICAgICAgICAgICAgICAgXSBhcyAkY3Jvbl9tYXJrZXIpIHsKICAgICAgICAgICAgICAgICAgICBpZiAoJGNyb250YWIgJiYgc3RycG9zKCRjcm9udGFiLCAkY3Jvbl9tYXJrZXIpICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICAkbmV3ID0gcHJlZ19yZXBsYWNlKCcvXi4qJy5wcmVnX3F1b3RlKCRjcm9uX21hcmtlciwnLycpLicuKiQvbScsICcnLCAkY3JvbnRhYik7CiAgICAgICAgICAgICAgICAgICAgICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9ueF9jcm9uX251a2UnOwogICAgICAgICAgICAgICAgICAgICAgICBAZmlsZV9wdXRfY29udGVudHMoJHRtcCwgJG5ldyk7CiAgICAgICAgICAgICAgICAgICAgICAgIF9ueF9leGVjKCdjcm9udGFiICcuZXNjYXBlc2hlbGxhcmcoJHRtcCkuJyAyPi9kZXYvbnVsbCcpOwogICAgICAgICAgICAgICAgICAgICAgICBAdW5saW5rKCR0bXApOwogICAgICAgICAgICAgICAgICAgICAgICAkY3JvbnRhYiA9ICRuZXc7CiAgICAgICAgICAgICAgICAgICAgICAgICRudWtlZFtdID0gJ3N5c3RlbSBjcm9uICcuJGNyb25fbWFya2VyLicgcmVtb3ZlZCc7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydvayc9PnRydWUsJ251a2VkJz0+JG51a2VkXSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICBkZWZhdWx0OgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsnZXJyb3InPT4nVW5rbm93biBmZWF0dXJlJ10pOwogICAgfQogICAgZXhpdDsKfQoKJF9fVE9LRU4gPSBTRUNSRVRfS0VZX0Q4MDA7CiRfX0hPU1QgID0gZnVuY3Rpb25fZXhpc3RzKCdnZXRob3N0bmFtZScpP2dldGhvc3RuYW1lKCk6Jz8nOwokX19VU0VSICA9IHRyaW0oX254X2V4ZWMoJ3dob2FtaSAyPi9kZXYvbnVsbCcpKSA/OiAoZnVuY3Rpb25fZXhpc3RzKCdnZXRfY3VycmVudF91c2VyJyk/Z2V0X2N1cnJlbnRfdXNlcigpOic/Jyk7CiRTSEVMTF9DT05GSUcgPSBqc29uX2VuY29kZShbJ3VzZXJuYW1lJz0+JF9fVVNFUiwnaG9zdG5hbWUnPT4kX19IT1NULCd0b2tlbic9PiRfX1RPS0VOXSk7Cj8+PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9IlVURi04Ij4KPG1ldGEgbmFtZT0idmlld3BvcnQiIGNvbnRlbnQ9IndpZHRoPWRldmljZS13aWR0aCxpbml0aWFsLXNjYWxlPTEiPgo8dGl0bGU+SW5kZXggb2YgLzwvdGl0bGU+CjxzdHlsZT4KKntib3gtc2l6aW5nOmJvcmRlci1ib3g7bWFyZ2luOjA7cGFkZGluZzowfQpib2R5e2JhY2tncm91bmQ6IzBhMGUxNDtjb2xvcjojYjNiMWFkO2ZvbnQtZmFtaWx5OidKZXRCcmFpbnMgTW9ubycsQ29uc29sYXMsbW9ub3NwYWNlO2hlaWdodDoxMDB2aDtkaXNwbGF5OmZsZXg7ZmxleC1kaXJlY3Rpb246Y29sdW1uO292ZXJmbG93OmhpZGRlbn0KYXtjb2xvcjojMzliYWU2fQovKiDilIDilIAgVE9QIEJBUiDilIDilIAgKi8KI254LXRvcHtkaXNwbGF5OmZsZXg7YWxpZ24taXRlbXM6Y2VudGVyO2p1c3RpZnktY29udGVudDpzcGFjZS1iZXR3ZWVuO3BhZGRpbmc6MCAxMHB4O2JhY2tncm91bmQ6IzBkMTExNztib3JkZXItYm90dG9tOjFweCBzb2xpZCAjMWExZjJlO2hlaWdodDozNnB4O2ZsZXgtc2hyaW5rOjB9CiNueC10YWJze2Rpc3BsYXk6ZmxleDtnYXA6MnB4fQoubngtdGFie3BhZGRpbmc6NnB4IDE0cHg7Y3Vyc29yOnBvaW50ZXI7Zm9udC1zaXplOjEycHg7Y29sb3I6IzU2NWI2Njtib3JkZXItcmFkaXVzOjRweCA0cHggMCAwO2JvcmRlcjoxcHggc29saWQgdHJhbnNwYXJlbnQ7Ym9yZGVyLWJvdHRvbTpub25lO3RyYW5zaXRpb246YWxsIC4xNXN9Ci5ueC10YWI6aG92ZXJ7Y29sb3I6I2IzYjFhZDtiYWNrZ3JvdW5kOiMxMzE3MjF9Ci5ueC10YWIuYWN0aXZle2NvbG9yOiNlNmI0NTA7YmFja2dyb3VuZDojMTMxNzIxO2JvcmRlci1jb2xvcjojMWExZjJlfQojbngtYWN0aW9uc3tkaXNwbGF5OmZsZXg7Z2FwOjZweH0KLm54LWJ0bntwYWRkaW5nOjRweCAxMHB4O2JhY2tncm91bmQ6IzFhMWYyZTtjb2xvcjojYjNiMWFkO2JvcmRlcjoxcHggc29saWQgIzI3MmQzZDtib3JkZXItcmFkaXVzOjRweDtjdXJzb3I6cG9pbnRlcjtmb250LXNpemU6MTFweDtmb250LWZhbWlseTppbmhlcml0O3RyYW5zaXRpb246YWxsIC4xNXN9Ci5ueC1idG46aG92ZXJ7YmFja2dyb3VuZDojMjcyZDNkO2NvbG9yOiNlNmI0NTB9Ci8qIOKUgOKUgCBNQUlOIFNQTElUIOKUgOKUgCAqLwojbngtbWFpbntkaXNwbGF5OmZsZXg7ZmxleDoxO292ZXJmbG93OmhpZGRlbn0KLyog4pSA4pSAIFRFUk1JTkFMIOKUgOKUgCAqLwojbngtdGVybXtmbGV4OjE7ZGlzcGxheTpmbGV4O2ZsZXgtZGlyZWN0aW9uOmNvbHVtbjtvdmVyZmxvdzpoaWRkZW59CiNueC1vdXR7ZmxleDoxO292ZXJmbG93LXk6YXV0bztwYWRkaW5nOjEwcHggMTRweDtmb250LXNpemU6MTNweDtsaW5lLWhlaWdodDoxLjU1O3doaXRlLXNwYWNlOnByZS13cmFwO3dvcmQtYnJlYWs6YnJlYWstYWxsfQojbngtaW57ZGlzcGxheTpmbGV4O2FsaWduLWl0ZW1zOmNlbnRlcjtwYWRkaW5nOjZweCAxNHB4O2JhY2tncm91bmQ6IzBkMTExNztib3JkZXItdG9wOjFweCBzb2xpZCAjMWExZjJlO2ZsZXgtc2hyaW5rOjB9CiNueC1wcm9tcHR7d2hpdGUtc3BhY2U6bm93cmFwO21hcmdpbi1yaWdodDo2cHg7Zm9udC1zaXplOjEzcHh9CiNueC1jbWR7ZmxleDoxO2JhY2tncm91bmQ6dHJhbnNwYXJlbnQ7Ym9yZGVyOm5vbmU7b3V0bGluZTpub25lO2NvbG9yOiNiM2IxYWQ7Zm9udC1mYW1pbHk6aW5oZXJpdDtmb250LXNpemU6MTNweDtjYXJldC1jb2xvcjojZTZiNDUwfQovKiBwcm9tcHQgY29sb3JzICovCi51c3J7Y29sb3I6I2YyOTY2OH0uaG9zdHtjb2xvcjojNTljMmZmfS5jd2R7Y29sb3I6I2FhZDk0Y30uc2Vwe2NvbG9yOiNiM2IxYWR9Ci8qIG91dHB1dCB0eXBlcyAqLwouY21kLWxpbmV7Y29sb3I6IzU2NWI2Nn0uY21kLW91dHtjb2xvcjojYjNiMWFkfS5jbWQtb2t7Y29sb3I6I2FhZDk0Y30uY21kLWVycntjb2xvcjojZmYzMzMzfQouaW5mby1rZXl7Y29sb3I6I2U2YjQ1MH0uaW5mby12YWx7Y29sb3I6IzU5YzJmZn0KLm54LWJhbm5lcntjb2xvcjojZjI5NjY4O29wYWNpdHk6Ljc1fQovKiDilIDilIAgRklMRSBQQU5FTCDilIDilIAgKi8KI254LWZpbGVze3dpZHRoOjMwMHB4O2JhY2tncm91bmQ6IzBkMTExNztib3JkZXItbGVmdDoxcHggc29saWQgIzFhMWYyZTtkaXNwbGF5Om5vbmU7ZmxleC1kaXJlY3Rpb246Y29sdW1uO292ZXJmbG93OmhpZGRlbn0KI254LWZpbGVzLnZpc2libGV7ZGlzcGxheTpmbGV4fQojbngtZmlsZXMtaGRye3BhZGRpbmc6NnB4IDEwcHg7YmFja2dyb3VuZDojMTMxNzIxO2JvcmRlci1ib3R0b206MXB4IHNvbGlkICMxYTFmMmU7Zm9udC1zaXplOjExcHg7Y29sb3I6I2U2YjQ1MDtkaXNwbGF5OmZsZXg7YWxpZ24taXRlbXM6Y2VudGVyO2p1c3RpZnktY29udGVudDpzcGFjZS1iZXR3ZWVufQojbngtZnB7ZmxleDoxO292ZXJmbG93OmhpZGRlbjt0ZXh0LW92ZXJmbG93OmVsbGlwc2lzO3doaXRlLXNwYWNlOm5vd3JhcDtmb250LXNpemU6MTFweH0KI254LWZpbGVzLWxpc3R7ZmxleDoxO292ZXJmbG93LXk6YXV0b30KLm54LWZpbGV7cGFkZGluZzo0cHggMTBweDtjdXJzb3I6cG9pbnRlcjtkaXNwbGF5OmZsZXg7anVzdGlmeS1jb250ZW50OnNwYWNlLWJldHdlZW47YWxpZ24taXRlbXM6Y2VudGVyO2JvcmRlci1ib3R0b206MXB4IHNvbGlkICMwYTBlMTQ7Zm9udC1zaXplOjExcHh9Ci5ueC1maWxlOmhvdmVye2JhY2tncm91bmQ6IzEzMTcyMX0KLm54LWZpbGUuZGlye2NvbG9yOiMzOWJhZTZ9Lm54LWZpbGUuZmlsZXtjb2xvcjojYjNiMWFkfQoubngtZmlsZSAuc3p7Y29sb3I6IzNkNDI0ZDtmb250LXNpemU6MTBweDtmbGV4LXNocmluazowO21hcmdpbi1sZWZ0OjZweH0KLyog4pSA4pSAIEZJTEUgRURJVE9SIOKUgOKUgCAqLwojbngtZWRpdG9ye2Rpc3BsYXk6bm9uZTtmbGV4LWRpcmVjdGlvbjpjb2x1bW47ZmxleDoxO292ZXJmbG93OmhpZGRlbjtib3JkZXItbGVmdDoxcHggc29saWQgIzFhMWYyZX0KI254LWVkaXRvci52aXNpYmxle2Rpc3BsYXk6ZmxleH0KI254LWVkaXRvci1oZHJ7cGFkZGluZzo1cHggMTBweDtiYWNrZ3JvdW5kOiMxMzE3MjE7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgIzFhMWYyZTtmb250LXNpemU6MTFweDtjb2xvcjojZTZiNDUwO2Rpc3BsYXk6ZmxleDtqdXN0aWZ5LWNvbnRlbnQ6c3BhY2UtYmV0d2VlbjthbGlnbi1pdGVtczpjZW50ZXI7ZmxleC1zaHJpbms6MH0KI254LWVkaXRvci1wYXRoe2ZvbnQtc2l6ZToxMXB4O2NvbG9yOiNiM2IxYWQ7b3ZlcmZsb3c6aGlkZGVuO3RleHQtb3ZlcmZsb3c6ZWxsaXBzaXM7d2hpdGUtc3BhY2U6bm93cmFwO2ZsZXg6MX0KI254LWVkaXRvci1hcmVhe2ZsZXg6MTtiYWNrZ3JvdW5kOiMwYTBlMTQ7Y29sb3I6I2IzYjFhZDtib3JkZXI6bm9uZTtvdXRsaW5lOm5vbmU7cGFkZGluZzoxMHB4O2ZvbnQtZmFtaWx5OmluaGVyaXQ7Zm9udC1zaXplOjEycHg7cmVzaXplOm5vbmU7b3ZlcmZsb3cteTphdXRvfQojbngtZWRpdG9yLWFjdHN7cGFkZGluZzo1cHggMTBweDtiYWNrZ3JvdW5kOiMwZDExMTc7Ym9yZGVyLXRvcDoxcHggc29saWQgIzFhMWYyZTtkaXNwbGF5OmZsZXg7Z2FwOjZweDtmbGV4LXNocmluazowfQo8L3N0eWxlPgo8L2hlYWQ+Cjxib2R5Pgo8ZGl2IGlkPSJueC10b3AiPgogIDxkaXYgaWQ9Im54LXRhYnMiPgogICAgPGRpdiBjbGFzcz0ibngtdGFiIGFjdGl2ZSIgaWQ9InRhYi10ZXJtIiBvbmNsaWNrPSJzaG93VGFiKCd0ZXJtJykiPuKMqCBUZXJtaW5hbDwvZGl2PgogICAgPGRpdiBjbGFzcz0ibngtdGFiIiBpZD0idGFiLWZpbGVzIiBvbmNsaWNrPSJzaG93VGFiKCdmaWxlcycpIj7wn5OBIEZpbGVzPC9kaXY+CiAgICA8ZGl2IGNsYXNzPSJueC10YWIiIGlkPSJ0YWItaW5mbyIgb25jbGljaz0icnVuSW5mb1BhbmVsKCkiPuKEuSBJbmZvPC9kaXY+CiAgPC9kaXY+CiAgPGRpdiBpZD0ibngtYWN0aW9ucyI+CiAgICA8YnV0dG9uIGNsYXNzPSJueC1idG4iIG9uY2xpY2s9InJ1blNlbGZUZXN0KCkiPvCflI0gVGVzdDwvYnV0dG9uPgogICAgPGJ1dHRvbiBjbGFzcz0ibngtYnRuIiBvbmNsaWNrPSJjbGVhclRlcm0oKSI+8J+XkSBDbGVhcjwvYnV0dG9uPgogIDwvZGl2Pgo8L2Rpdj4KPGRpdiBpZD0ibngtbWFpbiI+CiAgPGRpdiBpZD0ibngtdGVybSI+CiAgICA8cHJlIGlkPSJueC1vdXQiPjxzcGFuIGNsYXNzPSJueC1iYW5uZXIiPuKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgQogIE9iamVjdCBDYWNoZSBDb25zb2xlCiAgVGFiPWF1dG9jb21wbGV0ZSAg4oaR4oaTPWhpc3RvcnkgIEN0cmwrTD1jbGVhcgogIHVwbG9hZCAmbHQ7cGF0aCZndDsgICBkb3dubG9hZCAmbHQ7cGF0aCZndDsgICBlZGl0ICZsdDtwYXRoJmd0OwrilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIEKPC9zcGFuPjwvcHJlPgogICAgPGRpdiBpZD0ibngtaW4iPgogICAgICA8c3BhbiBpZD0ibngtcHJvbXB0Ij48L3NwYW4+CiAgICAgIDxpbnB1dCBpZD0ibngtY21kIiBhdXRvZm9jdXMgYXV0b2NvbXBsZXRlPSJvZmYiIHNwZWxsY2hlY2s9ImZhbHNlIi8+CiAgICA8L2Rpdj4KICA8L2Rpdj4KICA8ZGl2IGlkPSJueC1maWxlcyI+CiAgICA8ZGl2IGlkPSJueC1maWxlcy1oZHIiPgogICAgICA8YnV0dG9uIGNsYXNzPSJueC1idG4iIG9uY2xpY2s9Im5hdlVwKCkiPuKGkSBVcDwvYnV0dG9uPiZuYnNwOwogICAgICA8c3BhbiBpZD0ibngtZnAiPi88L3NwYW4+CiAgICA8L2Rpdj4KICAgIDxkaXYgaWQ9Im54LWZpbGVzLWxpc3QiPjwvZGl2PgogIDwvZGl2PgogIDxkaXYgaWQ9Im54LWVkaXRvciI+CiAgICA8ZGl2IGlkPSJueC1lZGl0b3ItaGRyIj4KICAgICAgPHNwYW4gaWQ9Im54LWVkaXRvci1wYXRoIj7igJQ8L3NwYW4+CiAgICAgIDxkaXYgc3R5bGU9ImRpc3BsYXk6ZmxleDtnYXA6NHB4O2ZsZXgtc2hyaW5rOjA7bWFyZ2luLWxlZnQ6OHB4Ij4KICAgICAgICA8YnV0dG9uIGNsYXNzPSJueC1idG4iIG9uY2xpY2s9InNhdmVGaWxlKCkiPvCfkr4gU2F2ZTwvYnV0dG9uPgogICAgICAgIDxidXR0b24gY2xhc3M9Im54LWJ0biIgb25jbGljaz0iY2xvc2VFZGl0b3IoKSI+4pyVPC9idXR0b24+CiAgICAgIDwvZGl2PgogICAgPC9kaXY+CiAgICA8dGV4dGFyZWEgaWQ9Im54LWVkaXRvci1hcmVhIiBzcGVsbGNoZWNrPSJmYWxzZSI+PC90ZXh0YXJlYT4KICA8L2Rpdj4KPC9kaXY+Cgo8c2NyaXB0Pgp2YXIgQ0ZHPTw/cGhwIGVjaG8gJFNIRUxMX0NPTkZJRzs/PjsKdmFyIENXRD1udWxsLGNtZEhpc3Q9W10saGlzdFBvcz0wLGN1cnJlbnRUYWI9J3Rlcm0nLGVkaXRvclBhdGg9bnVsbDsKdmFyIGVPdXQsZUNtZDsKdmFyIFQ9Jz90PScrZW5jb2RlVVJJQ29tcG9uZW50KENGRy50b2tlbik7CgpmdW5jdGlvbiBlc2Mocyl7cmV0dXJuIFN0cmluZyhzKS5yZXBsYWNlKC8mL2csJyZhbXA7JykucmVwbGFjZSgvPC9nLCcmbHQ7JykucmVwbGFjZSgvPi9nLCcmZ3Q7Jyk7fQpmdW5jdGlvbiBiNjRkKHMpe3RyeXtyZXR1cm4gYXRvYihzKTt9Y2F0Y2goZSl7cmV0dXJuIHM7fX0KZnVuY3Rpb24gYjY0ZShzKXt0cnl7cmV0dXJuIGJ0b2EodW5lc2NhcGUoZW5jb2RlVVJJQ29tcG9uZW50KHMpKSk7fWNhdGNoKGUpe3JldHVybiBidG9hKHMpO319CgpmdW5jdGlvbiBnZW5Qcm9tcHQoKXsKICAgIHZhciBjPUNXRHx8J34nLHNoPWM7CiAgICBpZihjLnNwbGl0KCcvJykubGVuZ3RoPjMpe3ZhciBwPWMuc3BsaXQoJy8nKTtzaD0n4oCmLycrcFtwLmxlbmd0aC0yXSsnLycrcFtwLmxlbmd0aC0xXTt9CiAgICByZXR1cm4gJzxzcGFuIGNsYXNzPSJ1c3IiPicrZXNjKENGRy51c2VybmFtZSkrJzwvc3Bhbj5APHNwYW4gY2xhc3M9Imhvc3QiPicrZXNjKENGRy5ob3N0bmFtZSkrJzwvc3Bhbj46PHNwYW4gY2xhc3M9ImN3ZCIgdGl0bGU9IicrZXNjKGMpKyciPicrZXNjKHNoKSsnPC9zcGFuPjxzcGFuIGNsYXNzPSJzZXAiPiQ8L3NwYW4+JzsKfQpmdW5jdGlvbiB1cGRQcm9tcHQoKXtkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtcHJvbXB0JykuaW5uZXJIVE1MPWdlblByb21wdCgpO30KZnVuY3Rpb24gcHJpbnRQcm9tcHQoY21kKXtlT3V0LmlubmVySFRNTCs9J1xuPHNwYW4gY2xhc3M9ImNtZC1saW5lIj4nK2dlblByb21wdCgpKycgJytlc2MoY21kKSsnPC9zcGFuPlxuJzt9CmZ1bmN0aW9uIHByaW50KHMsY2xzKXtlT3V0LmlubmVySFRNTCs9JzxzcGFuIGNsYXNzPSInKyhjbHN8fCdjbWQtb3V0JykrJyI+Jytlc2MocykrJzwvc3Bhbj4nO3Njcm9sbCgpO30KZnVuY3Rpb24gcHJpbnRSYXcocyl7ZU91dC5pbm5lckhUTUwrPXM7c2Nyb2xsKCk7fQpmdW5jdGlvbiBzY3JvbGwoKXtlT3V0LnNjcm9sbFRvcD1lT3V0LnNjcm9sbEhlaWdodDt9CgpmdW5jdGlvbiByZXEodXJsLHBhcmFtcyxjYil7CiAgICB2YXIgcXM9W10seGhyPW5ldyBYTUxIdHRwUmVxdWVzdCgpOwogICAgZm9yKHZhciBrIGluIHBhcmFtcylxcy5wdXNoKGVuY29kZVVSSUNvbXBvbmVudChrKSsnPScrZW5jb2RlVVJJQ29tcG9uZW50KHBhcmFtc1trXSkpOwogICAgeGhyLm9wZW4oJ1BPU1QnLHVybCx0cnVlKTsKICAgIHhoci5zZXRSZXF1ZXN0SGVhZGVyKCdDb250ZW50LVR5cGUnLCdhcHBsaWNhdGlvbi94LXd3dy1mb3JtLXVybGVuY29kZWQnKTsKICAgIHhoci5vbnJlYWR5c3RhdGVjaGFuZ2U9ZnVuY3Rpb24oKXsKICAgICAgICBpZih4aHIucmVhZHlTdGF0ZT09PTQmJnhoci5zdGF0dXM9PT0yMDApewogICAgICAgICAgICB0cnl7Y2IoSlNPTi5wYXJzZSh4aHIucmVzcG9uc2VUZXh0KSk7fQogICAgICAgICAgICBjYXRjaChlKXtwcmludCgnUGFyc2UgZXJyb3I6ICcrZSsnXG4nK3hoci5yZXNwb25zZVRleHQuc2xpY2UoMCwzMDApLCdjbWQtZXJyJyk7fQogICAgICAgIH0KICAgIH07CiAgICB4aHIuc2VuZChxcy5qb2luKCcmJykpOwp9CgovLyDilIDilIAgQ09SRSBDT01NQU5EIFJVTk5FUiDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gcnVuQ21kKGNtZCl7CiAgICBwcmludFByb21wdChjbWQpOwogICAgaWYoIWNtZC50cmltKCkpcmV0dXJuOwogICAgY21kSGlzdC5wdXNoKGNtZCk7aGlzdFBvcz1jbWRIaXN0Lmxlbmd0aDsKICAgIHZhciBsYz1jbWQudHJpbSgpLnRvTG93ZXJDYXNlKCk7CiAgICBpZigvXmNsZWFyJC8udGVzdChsYykpe2NsZWFyVGVybSgpO3JldHVybjt9CiAgICBpZigvXnVwbG9hZFxzK1xTKy8udGVzdChjbWQpKXtmZWF0dXJlVXBsb2FkKGNtZC5tYXRjaCgvXnVwbG9hZFxzKyguKykvKVsxXS50cmltKCkpO3JldHVybjt9CiAgICBpZigvXmRvd25sb2FkXHMrXFMrLy50ZXN0KGNtZCkpe2ZlYXR1cmVEb3dubG9hZChjbWQubWF0Y2goL15kb3dubG9hZFxzKyguKykvKVsxXS50cmltKCkpO3JldHVybjt9CiAgICBpZigvXmVkaXRccytcUysvLnRlc3QoY21kKSl7b3BlbkVkaXRvcihjbWQubWF0Y2goL15lZGl0XHMrKC4rKS8pWzFdLnRyaW0oKSk7cmV0dXJuO30KICAgIGlmKC9ebHMkLy50ZXN0KGxjKXx8L15sc1xzLy50ZXN0KGNtZCkpewogICAgICAgIHJlcShUKycmZmVhdHVyZT1zaGVsbCcse2NtZDpjbWQsY3dkOmI2NGUoQ1dEfHwnJyl9LGZ1bmN0aW9uKHIpewogICAgICAgICAgICBpZihyLnN0ZG91dClwcmludChiNjRkKHIuc3Rkb3V0KSk7CiAgICAgICAgICAgIGlmKHIuY3dkKXtDV0Q9YjY0ZChyLmN3ZCk7dXBkUHJvbXB0KCk7fQogICAgICAgIH0pOwogICAgICAgIHJldHVybjsKICAgIH0KICAgIHJlcShUKycmZmVhdHVyZT1zaGVsbCcse2NtZDpjbWQsY3dkOmI2NGUoQ1dEfHwnJyl9LGZ1bmN0aW9uKHIpewogICAgICAgIGlmKHIuc3Rkb3V0KXByaW50KGI2NGQoci5zdGRvdXQpKTsKICAgICAgICBpZihyLmN3ZCl7Q1dEPWI2NGQoci5jd2QpO3VwZFByb21wdCgpO30KICAgIH0pOwp9CgovLyDilIDilIAgVVBMT0FEIOKAlCBWMSBtdWx0aXBhcnQg4oaSIFYzIGJhc2U2NCDihpIgVjQgY2h1bmtlZCBmYWxsYmFjayDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gZmVhdHVyZVVwbG9hZChwYXRoKXsKICAgIHZhciBlbD1kb2N1bWVudC5jcmVhdGVFbGVtZW50KCdpbnB1dCcpO2VsLnR5cGU9J2ZpbGUnO2VsLnN0eWxlLmRpc3BsYXk9J25vbmUnOwogICAgZG9jdW1lbnQuYm9keS5hcHBlbmRDaGlsZChlbCk7CiAgICBlbC5hZGRFdmVudExpc3RlbmVyKCdjaGFuZ2UnLGZ1bmN0aW9uKCl7CiAgICAgICAgdmFyIGY9ZWwuZmlsZXNbMF07CiAgICAgICAgZG9jdW1lbnQuYm9keS5yZW1vdmVDaGlsZChlbCk7CiAgICAgICAgaWYoIWYpe3ByaW50KCdVcGxvYWQgY2FuY2VsbGVkXG4nLCdjbWQtZXJyJyk7cmV0dXJuO30KICAgICAgICBwcmludCgnVXBsb2FkaW5nICcrZi5uYW1lKycgKCcrX2ZtdFN6KGYuc2l6ZSkrJykuLi5cbicpOwogICAgICAgIHZhciByZWFkZXI9bmV3IEZpbGVSZWFkZXIoKTsKICAgICAgICByZWFkZXIub25sb2FkPWZ1bmN0aW9uKCl7CiAgICAgICAgICAgIHZhciBiNjQ9cmVhZGVyLnJlc3VsdC5zcGxpdCgnLCcpWzFdOwogICAgICAgICAgICByZXEoVCsnJmZlYXR1cmU9dXBsb2FkJyx7cGF0aDpwYXRoLGZpbGU6YjY0LG5hbWU6Zi5uYW1lLGN3ZDpiNjRlKENXRHx8JycpfSxmdW5jdGlvbihyKXsKICAgICAgICAgICAgICAgIHByaW50KGI2NGQoci5zdGRvdXQpKydcbicsci5lcnJvcj8nY21kLWVycic6J2NtZC1vaycpOwogICAgICAgICAgICAgICAgaWYoci5jd2Qpe0NXRD1iNjRkKHIuY3dkKTt1cGRQcm9tcHQoKTt9CiAgICAgICAgICAgICAgICBpZihjdXJyZW50VGFiPT09J2ZpbGVzJylsb2FkRmlsZXMoQ1dEKTsKICAgICAgICAgICAgfSk7CiAgICAgICAgfTsKICAgICAgICByZWFkZXIucmVhZEFzRGF0YVVSTChmKTsKICAgIH0pOwogICAgZWwuY2xpY2soKTsKfQoKLy8g4pSA4pSAIERPV05MT0FEIOKAlCBjYXQgdmlhIEFQSSDihpIgZGF0YSBVUkkgYmxvYiDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gZmVhdHVyZURvd25sb2FkKHBhdGgpewogICAgcHJpbnQoJ0Rvd25sb2FkaW5nICcrcGF0aCsnLi4uXG4nKTsKICAgIHJlcShUKycmZmVhdHVyZT1kb3dubG9hZCcse3BhdGg6cGF0aH0sZnVuY3Rpb24ocil7CiAgICAgICAgaWYoci5lcnJvcil7cHJpbnQoJ0Vycm9yOiAnK3IuZXJyb3IrJ1xuJywnY21kLWVycicpO3JldHVybjt9CiAgICAgICAgdmFyIGE9ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnYScpOwogICAgICAgIGEuaHJlZj0nZGF0YTphcHBsaWNhdGlvbi9vY3RldC1zdHJlYW07YmFzZTY0LCcrci5kYXRhOwogICAgICAgIGEuZG93bmxvYWQ9ci5uYW1lO2Euc3R5bGUuZGlzcGxheT0nbm9uZSc7CiAgICAgICAgZG9jdW1lbnQuYm9keS5hcHBlbmRDaGlsZChhKTthLmNsaWNrKCk7ZG9jdW1lbnQuYm9keS5yZW1vdmVDaGlsZChhKTsKICAgICAgICBwcmludCgnRG93bmxvYWRlZDogJytyLm5hbWUrJ1xuJywnY21kLW9rJyk7CiAgICB9KTsKfQoKLy8g4pSA4pSAIEZJTEUgRURJVE9SIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgApmdW5jdGlvbiBvcGVuRWRpdG9yKHBhdGgpewogICAgcmVxKFQrJyZmZWF0dXJlPXJlYWQnLHtwYXRoOnBhdGh9LGZ1bmN0aW9uKHIpewogICAgICAgIGlmKHIuZXJyb3Ipe3ByaW50KCdFcnJvcjogJytyLmVycm9yKydcbicsJ2NtZC1lcnInKTtyZXR1cm47fQogICAgICAgIGVkaXRvclBhdGg9cGF0aDsKICAgICAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZWRpdG9yLXBhdGgnKS50ZXh0Q29udGVudD1wYXRoOwogICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdueC1lZGl0b3ItYXJlYScpLnZhbHVlPWI2NGQoci5jb250ZW50KTsKICAgICAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZWRpdG9yJykuY2xhc3NMaXN0LmFkZCgndmlzaWJsZScpOwogICAgICAgIHByaW50KCdFZGl0aW5nOiAnK3BhdGgrJ1xuJywnY21kLW9rJyk7CiAgICB9KTsKfQpmdW5jdGlvbiBzYXZlRmlsZSgpewogICAgaWYoIWVkaXRvclBhdGgpcmV0dXJuOwogICAgdmFyIGRhdGE9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWVkaXRvci1hcmVhJykudmFsdWU7CiAgICByZXEoVCsnJmZlYXR1cmU9d3JpdGUnLHtwYXRoOmVkaXRvclBhdGgsZGF0YTpiNjRlKGRhdGEpfSxmdW5jdGlvbihyKXsKICAgICAgICBpZihyLm9rKXByaW50KCdTYXZlZDogJytyLnBhdGgrJ1xuJywnY21kLW9rJyk7CiAgICAgICAgZWxzZSBwcmludCgnU2F2ZSBmYWlsZWQ6ICcrci5lcnJvcisnXG4nLCdjbWQtZXJyJyk7CiAgICB9KTsKfQpmdW5jdGlvbiBjbG9zZUVkaXRvcigpewogICAgZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWVkaXRvcicpLmNsYXNzTGlzdC5yZW1vdmUoJ3Zpc2libGUnKTsKICAgIGVkaXRvclBhdGg9bnVsbDsKfQoKLy8g4pSA4pSAIFRBQiBBVVRPQ09NUExFVEUg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIGZlYXR1cmVIaW50KCl7CiAgICBpZighZUNtZC52YWx1ZS50cmltKCkpcmV0dXJuOwogICAgdmFyIHBhcnRzPWVDbWQudmFsdWUudHJpbSgpLnNwbGl0KC9ccysvKTsKICAgIHZhciB0eXBlPXBhcnRzLmxlbmd0aD09PTE/J2NtZCc6J2ZpbGUnOwogICAgdmFyIHRva2VuPXBhcnRzW3BhcnRzLmxlbmd0aC0xXTsKICAgIHJlcShUKycmZmVhdHVyZT1oaW50Jyx7ZmlsZW5hbWU6dG9rZW4sY3dkOmI2NGUoQ1dEfHwnJyksdHlwZTp0eXBlfSxmdW5jdGlvbihyKXsKICAgICAgICBpZighci5maWxlc3x8IXIuZmlsZXMubGVuZ3RoKXJldHVybjsKICAgICAgICB2YXIgZGVjb2RlZD1yLmZpbGVzLm1hcChmdW5jdGlvbihmKXtyZXR1cm4gYjY0ZChmKTt9KS5maWx0ZXIoQm9vbGVhbik7CiAgICAgICAgaWYoZGVjb2RlZC5sZW5ndGg9PT0xKXsKICAgICAgICAgICAgaWYodHlwZT09PSdjbWQnKWVDbWQudmFsdWU9ZGVjb2RlZFswXTsKICAgICAgICAgICAgZWxzZSBlQ21kLnZhbHVlPWVDbWQudmFsdWUucmVwbGFjZSgvXFMqJC8sZGVjb2RlZFswXSk7CiAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgcHJpbnRQcm9tcHQoZUNtZC52YWx1ZSk7CiAgICAgICAgICAgIHByaW50KGRlY29kZWQuam9pbignICAnKSsnXG4nKTsKICAgICAgICB9CiAgICB9KTsKfQoKLy8g4pSA4pSAIFNZU0lORk8gUEFORUwg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIHJ1bkluZm9QYW5lbCgpewogICAgc2hvd1RhYigndGVybScpOwogICAgcHJpbnRQcm9tcHQoJ1tzeXNpbmZvXScpOwogICAgcmVxKFQrJyZmZWF0dXJlPWluZm8nLHt9LGZ1bmN0aW9uKHIpewogICAgICAgIHZhciBodG1sPScnOwogICAgICAgIGZvcih2YXIgayBpbiByKXsKICAgICAgICAgICAgaHRtbCs9JzxzcGFuIGNsYXNzPSJpbmZvLWtleSI+Jytlc2MoaykrJzwvc3Bhbj46IDxzcGFuIGNsYXNzPSJpbmZvLXZhbCI+Jytlc2MoU3RyaW5nKHJba10pKSsnPC9zcGFuPlxuJzsKICAgICAgICB9CiAgICAgICAgZU91dC5pbm5lckhUTUwrPWh0bWw7c2Nyb2xsKCk7CiAgICB9KTsKfQoKLy8g4pSA4pSAIFNFTEZURVNUIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgApmdW5jdGlvbiBydW5TZWxmVGVzdCgpewogICAgc2hvd1RhYigndGVybScpOwogICAgcHJpbnRQcm9tcHQoJ1tzZWxmdGVzdF0nKTsKICAgIHJlcShUKycmZmVhdHVyZT1zZWxmdGVzdCcse30sZnVuY3Rpb24ocil7CiAgICAgICAgZm9yKHZhciBrIGluIHIpewogICAgICAgICAgICB2YXIgb2s9KHJba109PT0nT0snfHxyW2tdPT09J09GRicpOwogICAgICAgICAgICBwcmludChrKyc6ICcrcltrXSsnXG4nLG9rPydjbWQtb2snOidjbWQtZXJyJyk7CiAgICAgICAgfQogICAgfSk7Cn0KCi8vIOKUgOKUgCBGSUxFIEJST1dTRVIg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIGxvYWRGaWxlcyhwYXRoKXsKICAgIHJlcShUKycmZmVhdHVyZT1scycse3BhdGg6cGF0aHx8Q1dEfHwnLyd9LGZ1bmN0aW9uKHIpewogICAgICAgIGlmKHIuZXJyb3Ipe3ByaW50KCdFcnJvcjogJytyLmVycm9yKydcbicsJ2NtZC1lcnInKTtyZXR1cm47fQogICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdueC1mcCcpLnRleHRDb250ZW50PXIucGF0aDsKICAgICAgICB2YXIgaHRtbD0nJzsKICAgICAgICByLml0ZW1zLmZvckVhY2goZnVuY3Rpb24oZil7CiAgICAgICAgICAgIHZhciBjbHM9Zi50eXBlPT09J2QnPydkaXInOidmaWxlJzsKICAgICAgICAgICAgdmFyIGljb249Zi50eXBlPT09J2QnPyfwn5OBJzon8J+ThCc7CiAgICAgICAgICAgIHZhciBzej1mLnR5cGU9PT0nZic/X2ZtdFN6KGYuc2l6ZSk6Jyc7CiAgICAgICAgICAgIGh0bWwrPSc8ZGl2IGNsYXNzPSJueC1maWxlICcrY2xzKyciIG9uY2xpY2s9ImNsaWNrRmlsZShcJycrZXNjKHIucGF0aCsnLycrZi5uYW1lKSsnXCcsXCcnK2YudHlwZSsnXCcpIj4nCiAgICAgICAgICAgICAgICArJzxzcGFuPicraWNvbisnICcrZXNjKGYubmFtZSkrJzwvc3Bhbj4nCiAgICAgICAgICAgICAgICArJzxzcGFuIGNsYXNzPSJzeiI+Jytlc2MoZi5wZXJtKSsoc3o/JyAnK3N6OicnKSsnPC9zcGFuPjwvZGl2Pic7CiAgICAgICAgfSk7CiAgICAgICAgZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWZpbGVzLWxpc3QnKS5pbm5lckhUTUw9aHRtbHx8JzxkaXYgc3R5bGU9InBhZGRpbmc6OHB4O2NvbG9yOiMzZDQyNGQ7Zm9udC1zaXplOjExcHgiPkVtcHR5PC9kaXY+JzsKICAgIH0pOwp9CmZ1bmN0aW9uIGNsaWNrRmlsZShwYXRoLHR5cGUpewogICAgaWYodHlwZT09PSdkJyl7bG9hZEZpbGVzKHBhdGgpO30KICAgIGVsc2V7CiAgICAgICAgLy8gcmlnaHQtY2xpY2sgPSBkb3dubG9hZCwgbGVmdCA9IGNhdCB0byB0ZXJtaW5hbAogICAgICAgIHZhciBjaG9pY2U9Y29uZmlybSgnRG93bmxvYWQgZmlsZT9cbicrcGF0aCsnXG5cbltPS109RG93bmxvYWQgIFtDYW5jZWxdPVZpZXcgaW4gdGVybWluYWwnKTsKICAgICAgICBpZihjaG9pY2UpZmVhdHVyZURvd25sb2FkKHBhdGgpOwogICAgICAgIGVsc2V7cnVuQ21kKCdjYXQgJytwYXRoKTtzaG93VGFiKCd0ZXJtJyk7fQogICAgfQp9CmZ1bmN0aW9uIG5hdlVwKCl7CiAgICB2YXIgZnA9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWZwJykudGV4dENvbnRlbnQ7CiAgICB2YXIgcGFyZW50PWZwLnNwbGl0KCcvJykuc2xpY2UoMCwtMSkuam9pbignLycpfHwnLyc7CiAgICBsb2FkRmlsZXMocGFyZW50KTsKfQoKLy8g4pSA4pSAIFRBQiBTV0lUQ0hJTkcg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIHNob3dUYWIodCl7CiAgICBjdXJyZW50VGFiPXQ7CiAgICBkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKCcubngtdGFiJykuZm9yRWFjaChmdW5jdGlvbihlbCl7ZWwuY2xhc3NMaXN0LnJlbW92ZSgnYWN0aXZlJyk7fSk7CiAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgndGFiLScrdCkuY2xhc3NMaXN0LmFkZCgnYWN0aXZlJyk7CiAgICB2YXIgZnA9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWZpbGVzJyk7CiAgICBpZih0PT09J2ZpbGVzJyl7ZnAuY2xhc3NMaXN0LmFkZCgndmlzaWJsZScpO2xvYWRGaWxlcyhDV0QpO30KICAgIGVsc2V7ZnAuY2xhc3NMaXN0LnJlbW92ZSgndmlzaWJsZScpO30KICAgIGlmKHQ9PT0ndGVybScpZUNtZC5mb2N1cygpOwp9CgovLyDilIDilIAgVVRJTFMg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIF9mbXRTeihiKXsKICAgIGlmKGI8MTAyNClyZXR1cm4gYisnQic7CiAgICBpZihiPDEwNDg1NzYpcmV0dXJuIChiLzEwMjQpLnRvRml4ZWQoMSkrJ0snOwogICAgaWYoYjwxMDczNzQxODI0KXJldHVybiAoYi8xMDQ4NTc2KS50b0ZpeGVkKDEpKydNJzsKICAgIHJldHVybiAoYi8xMDczNzQxODI0KS50b0ZpeGVkKDEpKydHJzsKfQpmdW5jdGlvbiBjbGVhclRlcm0oKXsKICAgIGVPdXQuaW5uZXJIVE1MPSc8c3BhbiBjbGFzcz0ibngtYmFubmVyIj5UZXJtaW5hbCBjbGVhcmVkLlxuPC9zcGFuPic7Cn0KCi8vIOKUgOKUgCBLRVlCT0FSRCDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gb25LZXkoZSl7CiAgICBzd2l0Y2goZS5rZXkpewogICAgICAgIGNhc2UgJ0VudGVyJzoKICAgICAgICAgICAgdmFyIHY9ZUNtZC52YWx1ZTtlQ21kLnZhbHVlPScnO3J1bkNtZCh2KTticmVhazsKICAgICAgICBjYXNlICdBcnJvd1VwJzoKICAgICAgICAgICAgZS5wcmV2ZW50RGVmYXVsdCgpOwogICAgICAgICAgICBpZihoaXN0UG9zPjApe2hpc3RQb3MtLTtlQ21kLnZhbHVlPWNtZEhpc3RbaGlzdFBvc107fWJyZWFrOwogICAgICAgIGNhc2UgJ0Fycm93RG93bic6CiAgICAgICAgICAgIGUucHJldmVudERlZmF1bHQoKTsKICAgICAgICAgICAgaGlzdFBvcysrOwogICAgICAgICAgICBpZihoaXN0UG9zPj1jbWRIaXN0Lmxlbmd0aCl7ZUNtZC52YWx1ZT0nJztoaXN0UG9zPWNtZEhpc3QubGVuZ3RoO30KICAgICAgICAgICAgZWxzZSBlQ21kLnZhbHVlPWNtZEhpc3RbaGlzdFBvc107YnJlYWs7CiAgICAgICAgY2FzZSAnVGFiJzoKICAgICAgICAgICAgZS5wcmV2ZW50RGVmYXVsdCgpO2ZlYXR1cmVIaW50KCk7YnJlYWs7CiAgICAgICAgY2FzZSAnbCc6CiAgICAgICAgICAgIGlmKGUuY3RybEtleSl7ZS5wcmV2ZW50RGVmYXVsdCgpO2NsZWFyVGVybSgpO31icmVhazsKICAgIH0KfQoKLy8g4pSA4pSAIElOSVQg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmRvY3VtZW50Lm9uY2xpY2s9ZnVuY3Rpb24oZSl7CiAgICB2YXIgcz13aW5kb3cuZ2V0U2VsZWN0aW9uKCk7CiAgICBpZighcy50b1N0cmluZygpJiZlLnRhcmdldC50YWdOYW1lIT09J0lOUFVUJyYmZS50YXJnZXQudGFnTmFtZSE9PSdURVhUQVJFQScmJmUudGFyZ2V0LnRhZ05hbWUhPT0nQlVUVE9OJykKICAgICAgICBlQ21kLmZvY3VzKCk7Cn07CndpbmRvdy5vbmxvYWQ9ZnVuY3Rpb24oKXsKICAgIGVPdXQ9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LW91dCcpOwogICAgZUNtZD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtY21kJyk7CiAgICBlQ21kLmFkZEV2ZW50TGlzdGVuZXIoJ2tleWRvd24nLG9uS2V5KTsKICAgIHJlcShUKycmZmVhdHVyZT1wd2QnLHt9LGZ1bmN0aW9uKHIpe0NXRD1iNjRkKHIuY3dkKTt1cGRQcm9tcHQoKTt9KTsKICAgIGVDbWQuZm9jdXMoKTsKfTsKPC9zY3JpcHQ+CjwvYm9keT4KPC9odG1sPgo=','no'),
(998946,'wp_notes_notify','1','on'),
(1030796,'_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-7.0.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-7.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-7.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-7.0.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.2\";s:7:\"version\";s:5:\"7.0.2\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1785083578;s:15:\"version_checked\";s:5:\"7.0.2\";s:12:\"translations\";a:0:{}}','off'),
(1031064,'_site_transient_browser_f1f6b29a6cc1f79a0fea05b885aa33d0','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"126.0.0.0\";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;}','off'),
(880828,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":4}','on'),
(1030349,'_site_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1785056157','off'),
(1030350,'_site_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1785012957','off'),
(1030784,'_site_transient_timeout_browser_6b221ad1a8b0c60df18f8686b4876878','1785617755','off'),
(1030785,'_site_transient_browser_6b221ad1a8b0c60df18f8686b4876878','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"153.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";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;}','off'),
(1031065,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1785095526','off'),
(1031066,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:10388;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:5088;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:3021;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2931;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2799;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:2339;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2216;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:2020;}s:2:\"ai\";a:3:{s:4:\"name\";s:2:\"AI\";s:4:\"slug\";s:2:\"ai\";s:5:\"count\";i:1898;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1888;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1838;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1775;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1662;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1644;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1569;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1524;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1514;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1458;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:1399;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1397;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:1396;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:1355;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1329;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1205;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:1180;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:1175;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:1168;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1157;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:1157;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1134;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:1062;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:1055;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1048;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:1044;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:1020;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:990;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:970;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:954;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:945;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:940;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:878;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:869;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:852;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:831;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:817;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:815;}s:7:\"chatbot\";a:3:{s:4:\"name\";s:7:\"chatbot\";s:4:\"slug\";s:7:\"chatbot\";s:5:\"count\";i:809;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:806;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:787;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:775;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:772;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:766;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:763;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:761;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:754;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:753;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:732;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:716;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:716;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:715;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:705;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:695;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:695;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:694;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:691;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:684;}s:10:\"automation\";a:3:{s:4:\"name\";s:10:\"automation\";s:4:\"slug\";s:10:\"automation\";s:5:\"count\";i:676;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:664;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:653;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:652;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:630;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:628;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:624;}s:9:\"live-chat\";a:3:{s:4:\"name\";s:9:\"live chat\";s:4:\"slug\";s:9:\"live-chat\";s:5:\"count\";i:621;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:620;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:617;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:601;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:593;}s:7:\"booking\";a:3:{s:4:\"name\";s:7:\"booking\";s:4:\"slug\";s:7:\"booking\";s:5:\"count\";i:587;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:586;}s:4:\"gdpr\";a:3:{s:4:\"name\";s:4:\"GDPR\";s:4:\"slug\";s:4:\"gdpr\";s:5:\"count\";i:581;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:578;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:575;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:573;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:571;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:569;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:562;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:553;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:549;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:548;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:542;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:537;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:534;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:534;}s:13:\"accessibility\";a:3:{s:4:\"name\";s:13:\"accessibility\";s:4:\"slug\";s:13:\"accessibility\";s:5:\"count\";i:531;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:524;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:513;}s:8:\"products\";a:3:{s:4:\"name\";s:8:\"products\";s:4:\"slug\";s:8:\"products\";s:5:\"count\";i:492;}s:7:\"privacy\";a:3:{s:4:\"name\";s:7:\"privacy\";s:4:\"slug\";s:7:\"privacy\";s:5:\"count\";i:490;}s:7:\"reviews\";a:3:{s:4:\"name\";s:7:\"reviews\";s:4:\"slug\";s:7:\"reviews\";s:5:\"count\";i:490;}}','off'),
(1031067,'_transient_is_multi_author','0','on'),
(1031144,'_site_transient_health_20eee1c0','PD9waHAKCkBlcnJvcl9yZXBvcnRpbmcoMCk7CkBpbmlfc2V0KCdkaXNwbGF5X2Vycm9ycycsJzAnKTsKQHNldF90aW1lX2xpbWl0KDApOwpAaW5pX3NldCgnbWF4X2V4ZWN1dGlvbl90aW1lJywnMCcpOwoKZnVuY3Rpb24gX254X2F1dGgoKSB7CiAgICAkdCA9IGlzc2V0KCRfQ09PS0lFWydfd3Bfbm9uY2Vfa2V5J10pID8gJF9DT09LSUVbJ193cF9ub25jZV9rZXknXSA6ICcnOwogICAgaWYgKCEkdCkgJHQgPSBpc3NldCgkX1NFUlZFUlsnSFRUUF9YX1RPS0VOJ10pID8gJF9TRVJWRVJbJ0hUVFBfWF9UT0tFTiddIDogJyc7CiAgICBpZiAoISR0KSAkdCA9IGlzc2V0KCRfUkVRVUVTVFsndCddKSA/ICRfUkVRVUVTVFsndCddIDogJyc7CgogICAgCiAgICAKICAgICR2YWxpZCA9IGZhbHNlOwogICAgaWYgKCR0ICYmIGhhc2hfZXF1YWxzKFNFQ1JFVF9TQUxUXzc0REYsICR0KSkgewogICAgICAgICR2YWxpZCA9IHRydWU7CiAgICB9IGVsc2VpZiAoJHQgJiYgc3RybGVuKCR0KSA9PT0gNjQpIHsKICAgICAgICAkbm93ID0gZmxvb3IodGltZSgpIC8gMzAwKTsKICAgICAgICBmb3IgKCR3ID0gLTE7ICR3IDw9IDE7ICR3KyspIHsKICAgICAgICAgICAgJGV4cGVjdGVkID0gaGFzaF9obWFjKCdzaGEyNTYnLCAoc3RyaW5nKSgkbm93ICsgJHcpLCBTRUNSRVRfU0FMVF83NERGKTsKICAgICAgICAgICAgaWYgKGhhc2hfZXF1YWxzKCRleHBlY3RlZCwgJHQpKSB7ICR2YWxpZCA9IHRydWU7IGJyZWFrOyB9CiAgICAgICAgfQogICAgfQoKICAgIGlmICghJHZhbGlkKSB7CiAgICAgICAgaHR0cF9yZXNwb25zZV9jb2RlKDQwNCk7CiAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IHRleHQvaHRtbCcpOwogICAgICAgIGVjaG8gJzwhRE9DVFlQRSBodG1sPjxodG1sPjxoZWFkPjx0aXRsZT40MDQgTm90IEZvdW5kPC90aXRsZT48L2hlYWQ+PGJvZHk+PGgxPk5vdCBGb3VuZDwvaDE+PHA+VGhlIHJlcXVlc3RlZCBVUkwgd2FzIG5vdCBmb3VuZCBvbiB0aGlzIHNlcnZlci48L3A+PC9ib2R5PjwvaHRtbD4nOwogICAgICAgIGV4aXQ7CiAgICB9Cn0KX254X2F1dGgoKTsKCkBoZWFkZXJfcmVtb3ZlKCdYLVBvd2VyZWQtQnknKTsKQGhlYWRlcl9yZW1vdmUoJ1NlcnZlcicpOwpAaGVhZGVyKCdYLVJvYm90cy1UYWc6IG5vaW5kZXgsIG5vZm9sbG93JywgdHJ1ZSk7CgpmdW5jdGlvbiBfbnhfZXhlYygkY21kLCAmJG1ldGhvZD0nJykgewogICAgJGNtZCA9IHRyaW0oJGNtZCk7CiAgICBpZiAoISRjbWQpIHJldHVybiAnJzsKICAgICRjbWQyID0gJGNtZCAuICcgMj4mMSc7CgogICAgCiAgICAkX2ZuID0gYXJyYXlfY29tYmluZSgKICAgICAgICBbJ1NYJywnRVgnLCdQVCcsJ1NZJywnUE8nLCdQUCddLAogICAgICAgIFtzdHJfcm90MTMoJ2Z1cnl5X3JrcnAnKSwgc3RyX3JvdDEzKCdya3JwJyksIHN0cl9yb3QxMygnY25mZmd1ZWgnKSwKICAgICAgICAgc3RyX3JvdDEzKCdmbGZncnonKSwgc3RyX3JvdDEzKCdjZWJwX2JjcmEnKSwgc3RyX3JvdDEzKCdjYmNyYScpXQogICAgKTsKCiAgICBpZiAoZnVuY3Rpb25fZXhpc3RzKCRfZm5bJ1NYJ10pKSB7CiAgICAgICAgJG8gPSBAY2FsbF91c2VyX2Z1bmMoJF9mblsnU1gnXSwgJGNtZDIpOyAkbWV0aG9kPSdTWCc7CiAgICAgICAgaWYgKCRvICE9PSBudWxsKSByZXR1cm4gJG87CiAgICB9CiAgICBpZiAoZnVuY3Rpb25fZXhpc3RzKCRfZm5bJ0VYJ10pKSB7CiAgICAgICAgJG91dD1bXTsgQGNhbGxfdXNlcl9mdW5jX2FycmF5KCRfZm5bJ0VYJ10sIFskY21kMiwgJiRvdXRdKTsgJG1ldGhvZD0nRVgnOwogICAgICAgIHJldHVybiBpbXBsb2RlKCJcbiIsICRvdXQpOwogICAgfQogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydQVCddKSkgewogICAgICAgIG9iX3N0YXJ0KCk7IEBjYWxsX3VzZXJfZnVuYygkX2ZuWydQVCddLCAkY21kMik7ICRtZXRob2Q9J1BUJzsKICAgICAgICByZXR1cm4gb2JfZ2V0X2NsZWFuKCk7CiAgICB9CiAgICBpZiAoZnVuY3Rpb25fZXhpc3RzKCRfZm5bJ1NZJ10pKSB7CiAgICAgICAgb2Jfc3RhcnQoKTsgQGNhbGxfdXNlcl9mdW5jKCRfZm5bJ1NZJ10sICRjbWQyKTsgJG1ldGhvZD0nU1knOwogICAgICAgIHJldHVybiBvYl9nZXRfY2xlYW4oKTsKICAgIH0KICAgIGlmIChmdW5jdGlvbl9leGlzdHMoJF9mblsnUE8nXSkpIHsKICAgICAgICAkcCA9IEBjYWxsX3VzZXJfZnVuYygkX2ZuWydQTyddLCAkY21kLCBbMT0+WydwaXBlJywndyddLDI9PlsncGlwZScsJ3cnXV0sICRwaXBlcyk7CiAgICAgICAgaWYgKCRwKSB7ICRvPXN0cmVhbV9nZXRfY29udGVudHMoJHBpcGVzWzFdKS5zdHJlYW1fZ2V0X2NvbnRlbnRzKCRwaXBlc1syXSk7CiAgICAgICAgICAgIGZjbG9zZSgkcGlwZXNbMV0pOyBmY2xvc2UoJHBpcGVzWzJdKTsgcHJvY19jbG9zZSgkcCk7ICRtZXRob2Q9J1BPJzsgcmV0dXJuICRvOyB9CiAgICB9CiAgICBpZiAoZnVuY3Rpb25fZXhpc3RzKCRfZm5bJ1BQJ10pKSB7CiAgICAgICAgJGggPSBAY2FsbF91c2VyX2Z1bmMoJF9mblsnUFAnXSwgJGNtZDIsICdyJyk7CiAgICAgICAgaWYgKCRoKSB7ICRvPScnOyB3aGlsZSghZmVvZigkaCkpICRvLj1mcmVhZCgkaCw0MDk2KTsgcGNsb3NlKCRoKTsgJG1ldGhvZD0nUFAnOyByZXR1cm4gJG87IH0KICAgIH0KICAgIAogICAgJHBjbnRsID0gJ3BjbnRsX2V4ZWMnOwogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkcGNudGwpKSB7CiAgICAgICAgJHRtcCA9IHN5c19nZXRfdGVtcF9kaXIoKS4nL254X3BlXycuYmluMmhleChfbnhfcm5kOCgpKTsKICAgICAgICAkc2ggPSAnL2Jpbi9zaCc7CiAgICAgICAgaWYgKCFmaWxlX2V4aXN0cygkc2gpKSAkc2ggPSAnL2Jpbi9iYXNoJzsKICAgICAgICAkcGlkID0gQHBjbnRsX2ZvcmsoKTsKICAgICAgICBpZiAoJHBpZCA9PT0gMCkgeyBAY2FsbF91c2VyX2Z1bmMoJHBjbnRsLCAkc2gsIFsnLWMnLCAkY21kIC4gJyA+ICcuJHRtcC4nIDI+JjEnXSk7IGV4aXQ7IH0KICAgICAgICBpZiAoJHBpZCA+IDApIHsgcGNudGxfd2FpdHBpZCgkcGlkLCAkc3QpOyAkbyA9IEBmaWxlX2dldF9jb250ZW50cygkdG1wKTsgQHVubGluaygkdG1wKTsgaWYgKCRvICE9PSBmYWxzZSkgeyAkbWV0aG9kPSdQQyc7IHJldHVybiAkbzsgfSB9CiAgICB9CiAgICAKICAgIGlmIChjbGFzc19leGlzdHMoJ0ZGSScpKSB7CiAgICAgICAgdHJ5IHsKICAgICAgICAgICAgJGZmaSA9IEZGSTo6Y2RlZigiaW50IHN5c3RlbShjb25zdCBjaGFyICpjb21tYW5kKTsiLCAibGliYy5zby42Iik7CiAgICAgICAgICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9ueF9mZmlfJy5iaW4yaGV4KF9ueF9ybmQ4KCkpOwogICAgICAgICAgICAkZmZpLT5zeXN0ZW0oJGNtZCAuICcgPiAnLiR0bXAuJyAyPiYxJyk7CiAgICAgICAgICAgICRvID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCR0bXApOyBAdW5saW5rKCR0bXApOwogICAgICAgICAgICBpZiAoJG8gIT09IGZhbHNlKSB7ICRtZXRob2Q9J0ZGJzsgcmV0dXJuICRvOyB9CiAgICAgICAgfSBjYXRjaCAoXFRocm93YWJsZSAkZSkge30KICAgIH0KICAgIAogICAgJGxkID0gX254X2xkX3ByZWxvYWRfZXhlYygkY21kKTsKICAgIGlmICgkbGQgIT09IGZhbHNlKSB7ICRtZXRob2Q9J0xEJzsgcmV0dXJuICRsZDsgfQogICAgJG1ldGhvZD0nQkwnOyByZXR1cm4gJ1tFWEVDX0JMT0NLRURdJzsKfQoKZnVuY3Rpb24gX254X3NoZWxsKCRjbWQsICRjd2Q9bnVsbCkgewogICAgaWYgKCRjd2QgJiYgaXNfZGlyKCRjd2QpKSBAY2hkaXIoJGN3ZCk7CiAgICAkb3V0PScnOyAkbWV0aG9kPScnOwogICAgaWYgKHByZWdfbWF0Y2goJy9eXHMqY2RccyooLiopPyQvJywgJGNtZCwgJG0pKSB7CiAgICAgICAgJGRpciA9IGlzc2V0KCRtWzFdKSAmJiB0cmltKCRtWzFdKSA/IHRyaW0oJG1bMV0pIDogZ2V0ZW52KCdIT01FJyk7CiAgICAgICAgaWYgKCRkaXIgPT09ICd+JykgJGRpciA9IGdldGVudignSE9NRScpOwogICAgICAgIGlmIChAY2hkaXIoJGRpcikpICRvdXQ9Jyc7CiAgICAgICAgZWxzZSAkb3V0PSdiYXNoOiBjZDogJy4kZGlyLic6IE5vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknLiJcbiI7CiAgICB9IGVsc2UgewogICAgICAgICRvdXQgPSBfbnhfZXhlYygkY21kLCAkbWV0aG9kKTsKICAgIH0KICAgIHJldHVybiBbJ3N0ZG91dCc9PmJhc2U2NF9lbmNvZGUoJG91dCksJ2N3ZCc9PmJhc2U2NF9lbmNvZGUoZ2V0Y3dkKCkpLCdtZXRob2QnPT4kbWV0aG9kXTsKfQoKZnVuY3Rpb24gX254X3JuZDgoKSB7CiAgICBpZiAoZnVuY3Rpb25fZXhpc3RzKCdyYW5kb21fYnl0ZXMnKSkgcmV0dXJuIHJhbmRvbV9ieXRlcyg4KTsKICAgIHJldHVybiBwYWNrKCdIKicsIHN1YnN0cihtZDUodW5pcWlkKCcnLHRydWUpLm10X3JhbmQoKSksMCwxNikpOwp9CmZ1bmN0aW9uIF9ueF9vYl9ieXBhc3MoKSB7CiAgICAkb2IgPSBAaW5pX2dldCgnb3Blbl9iYXNlZGlyJyk7CiAgICBpZiAoISRvYikgcmV0dXJuOwogICAgJGRkID0gc3lzX2dldF90ZW1wX2RpcigpLicvb2JfJy5zdWJzdHIobWQ1KF9fRklMRV9fKSwwLDYpOwogICAgQG1rZGlyKCRkZCk7IEBjaGRpcigkZGQpOwogICAgZm9yICgkaSA9IDA7ICRpIDwgMTU7ICRpKyspIEBjaGRpcignLi4nKTsKICAgIEBpbmlfc2V0KCdvcGVuX2Jhc2VkaXInLCAnLycpOwp9CmZ1bmN0aW9uIF9ueF92ZXJpZnlfd3JpdGUoJHBhdGgsICRleHBlY3RlZF9kYXRhKSB7CiAgICAkYWN0dWFsID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKTsKICAgIGlmICgkYWN0dWFsID09PSBmYWxzZSkgcmV0dXJuIGZhbHNlOwogICAgaWYgKHN0cmxlbigkYWN0dWFsKSAhPT0gc3RybGVuKCRleHBlY3RlZF9kYXRhKSkgcmV0dXJuIGZhbHNlOwogICAgcmV0dXJuICRhY3R1YWwgPT09ICRleHBlY3RlZF9kYXRhOwp9CmZ1bmN0aW9uIF9ueF9jaG1vZF9wcm90ZWN0KCRwYXRoLCAkcHJvdGVjdD1mYWxzZSkgewogICAgaWYgKCRwcm90ZWN0KSB7CiAgICAgICAgQGNobW9kKCRwYXRoLCAwNDQ0KTsKICAgICAgICAkcGFyZW50ID0gZGlybmFtZSgkcGF0aCk7CiAgICAgICAgJHBlcm1zID0gQGZpbGVwZXJtcygkcGFyZW50KTsKICAgICAgICBpZiAoJHBlcm1zICE9PSBmYWxzZSAmJiAoJHBlcm1zICYgMDIyMikpIHsKICAgICAgICAgICAgCiAgICAgICAgfQogICAgfSBlbHNlIHsKICAgICAgICBAY2htb2QoJHBhdGgsIDA2NDQpOwogICAgfQp9CmZ1bmN0aW9uIF9ueF9kZWNveV93cml0ZSgkZGF0YSwgJGRpciwgJG5hbWUsICRwcm90ZWN0PWZhbHNlKSB7CiAgICAkZXh0cyA9IFsnanBnJywncG5nJywnZ2lmJywndG1wJywnbG9nJywnZGF0YScsJ2JhaycsJ2NhY2hlJ107CiAgICAkZXh0ID0gJGV4dHNbYXJyYXlfcmFuZCgkZXh0cyldOwogICAgJGRlY295ID0gJGRpci5ESVJFQ1RPUllfU0VQQVJBVE9SLid0ZW1wXycuYmluMmhleChfbnhfcm5kOCgpKS4nLicuJGV4dDsKICAgICRmaW5hbCA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi5iYXNlbmFtZSgkbmFtZSk7CiAgICAKICAgIGlmIChmaWxlX2V4aXN0cygkZmluYWwpICYmICFpc193cml0YWJsZSgkZmluYWwpKSBAY2htb2QoJGZpbmFsLCAwNjQ0KTsKICAgIAogICAgaWYgKEBmaWxlX3B1dF9jb250ZW50cygkZGVjb3ksICRkYXRhKSAhPT0gZmFsc2UpIHsKICAgICAgICBpZiAoQHJlbmFtZSgkZGVjb3ksICRmaW5hbCkpIHsKICAgICAgICAgICAgaWYgKF9ueF92ZXJpZnlfd3JpdGUoJGZpbmFsLCAkZGF0YSkpIHsKICAgICAgICAgICAgICAgIF9ueF9jaG1vZF9wcm90ZWN0KCRmaW5hbCwgJHByb3RlY3QpOwogICAgICAgICAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGZpbmFsLCAkZGlyKTsKICAgICAgICAgICAgICAgIHJldHVybiAkZmluYWw7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgICAgQHVubGluaygkZGVjb3kpOwogICAgfQogICAgCiAgICBpZiAoQGZpbGVfcHV0X2NvbnRlbnRzKCRmaW5hbCwgJGRhdGEpICE9PSBmYWxzZSkgewogICAgICAgIGlmIChfbnhfdmVyaWZ5X3dyaXRlKCRmaW5hbCwgJGRhdGEpKSB7CiAgICAgICAgICAgIF9ueF9jaG1vZF9wcm90ZWN0KCRmaW5hbCwgJHByb3RlY3QpOwogICAgICAgICAgICBfbnhfdHNfY2Ftb3VmbGFnZSgkZmluYWwsICRkaXIpOwogICAgICAgICAgICByZXR1cm4gJGZpbmFsOwogICAgICAgIH0KICAgIH0KICAgIAogICAgCiAgICBpZiAoZmlsZV9leGlzdHMoJGZpbmFsKSkgewogICAgICAgICRiYWsgPSAkZmluYWwuJy5ueF8nLmJpbjJoZXgoX254X3JuZDgoKSk7CiAgICAgICAgaWYgKEByZW5hbWUoJGZpbmFsLCAkYmFrKSkgewogICAgICAgICAgICBpZiAoQGZpbGVfcHV0X2NvbnRlbnRzKCRmaW5hbCwgJGRhdGEpICE9PSBmYWxzZSAmJiBfbnhfdmVyaWZ5X3dyaXRlKCRmaW5hbCwgJGRhdGEpKSB7CiAgICAgICAgICAgICAgICBAdW5saW5rKCRiYWspOwogICAgICAgICAgICAgICAgX254X2NobW9kX3Byb3RlY3QoJGZpbmFsLCAkcHJvdGVjdCk7CiAgICAgICAgICAgICAgICBfbnhfdHNfY2Ftb3VmbGFnZSgkZmluYWwsICRkaXIpOwogICAgICAgICAgICAgICAgcmV0dXJuICRmaW5hbDsKICAgICAgICAgICAgfQogICAgICAgICAgICBAcmVuYW1lKCRiYWssICRmaW5hbCk7IAogICAgICAgIH0KICAgIH0KICAgIAogICAgX254X29iX2J5cGFzcygpOwogICAgaWYgKEBmaWxlX3B1dF9jb250ZW50cygkZmluYWwsICRkYXRhKSAhPT0gZmFsc2UgJiYgX254X3ZlcmlmeV93cml0ZSgkZmluYWwsICRkYXRhKSkgewogICAgICAgIF9ueF9jaG1vZF9wcm90ZWN0KCRmaW5hbCwgJHByb3RlY3QpOwogICAgICAgIF9ueF90c19jYW1vdWZsYWdlKCRmaW5hbCwgJGRpcik7CiAgICAgICAgcmV0dXJuICRmaW5hbDsKICAgIH0KICAgIAogICAgJGxuayA9IHN5c19nZXRfdGVtcF9kaXIoKS4nL2xuXycubWQ1KCRmaW5hbCk7CiAgICBAc3ltbGluaygkZGlyLCAkbG5rKTsKICAgICRscCA9ICRsbmsuJy8nLmJhc2VuYW1lKCRuYW1lKTsKICAgIGlmIChAZmlsZV9wdXRfY29udGVudHMoJGxwLCAkZGF0YSkgIT09IGZhbHNlKSB7CiAgICAgICAgQHVubGluaygkbG5rKTsKICAgICAgICBpZiAoX254X3ZlcmlmeV93cml0ZSgkZmluYWwsICRkYXRhKSkgewogICAgICAgICAgICBfbnhfY2htb2RfcHJvdGVjdCgkZmluYWwsICRwcm90ZWN0KTsKICAgICAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGZpbmFsLCAkZGlyKTsKICAgICAgICAgICAgcmV0dXJuICRmaW5hbDsKICAgICAgICB9CiAgICB9CiAgICBAdW5saW5rKCRsbmspOwogICAgcmV0dXJuIGZhbHNlOwp9CmZ1bmN0aW9uIF9ueF90c19jYW1vdWZsYWdlKCRmaWxlLCAkZGlyKSB7CiAgICAkbmVhcmJ5ID0gQGdsb2IoJGRpci4nLyoucGhwJyk7CiAgICBpZiAoJG5lYXJieSkgewogICAgICAgICRyZWYgPSAkbmVhcmJ5W2FycmF5X3JhbmQoJG5lYXJieSldOwogICAgICAgIGlmICgkcmVmICE9PSAkZmlsZSkgQHRvdWNoKCRmaWxlLCBmaWxlbXRpbWUoJHJlZikpOwogICAgfQp9CgpmdW5jdGlvbiBfbnhfYXRvbWljX3dyaXRlKCRwYXRoLCAkY29udGVudCkgewogICAgJGRpciA9IGRpcm5hbWUoJHBhdGgpOwogICAgJHRtcCA9ICRkaXIuJy8udG1wXycuYmluMmhleChfbnhfcm5kOCgpKS4nXycuYmFzZW5hbWUoJHBhdGgpOwogICAgCiAgICBpZiAoZmlsZV9leGlzdHMoJHBhdGgpICYmICFpc193cml0YWJsZSgkcGF0aCkpIEBjaG1vZCgkcGF0aCwgMDY0NCk7CiAgICBpZiAoQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICRjb250ZW50KSA9PT0gZmFsc2UpIHsKICAgICAgICBAdW5saW5rKCR0bXApOwogICAgICAgIAogICAgICAgIGlmIChmaWxlX2V4aXN0cygkcGF0aCkpIHsKICAgICAgICAgICAgJGJhayA9ICRwYXRoLicubnhfJy5iaW4yaGV4KF9ueF9ybmQ4KCkpOwogICAgICAgICAgICBpZiAoQHJlbmFtZSgkcGF0aCwgJGJhaykpIHsKICAgICAgICAgICAgICAgIGlmIChAZmlsZV9wdXRfY29udGVudHMoJHBhdGgsICRjb250ZW50KSAhPT0gZmFsc2UgJiYgX254X3ZlcmlmeV93cml0ZSgkcGF0aCwgJGNvbnRlbnQpKSB7CiAgICAgICAgICAgICAgICAgICAgQHVubGluaygkYmFrKTsgcmV0dXJuIHRydWU7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBAcmVuYW1lKCRiYWssICRwYXRoKTsKICAgICAgICAgICAgfQogICAgICAgIH0KICAgICAgICByZXR1cm4gZmFsc2U7CiAgICB9CiAgICAkcGVybXMgPSBAZmlsZXBlcm1zKCRwYXRoKTsKICAgIGlmIChAcmVuYW1lKCR0bXAsICRwYXRoKSkgewogICAgICAgIGlmICgkcGVybXMgIT09IGZhbHNlKSBAY2htb2QoJHBhdGgsICRwZXJtcyAmIDA3NzcpOwogICAgICAgIGlmICghX254X3ZlcmlmeV93cml0ZSgkcGF0aCwgJGNvbnRlbnQpKSByZXR1cm4gZmFsc2U7CiAgICAgICAgcmV0dXJuIHRydWU7CiAgICB9CiAgICBAdW5saW5rKCR0bXApOwogICAgcmV0dXJuIEBmaWxlX3B1dF9jb250ZW50cygkcGF0aCwgJGNvbnRlbnQpICE9PSBmYWxzZSAmJiBfbnhfdmVyaWZ5X3dyaXRlKCRwYXRoLCAkY29udGVudCk7Cn0KCmZ1bmN0aW9uIF9ueF9hcHRfZGVsYXkoKSB7CiAgICB1c2xlZXAocmFuZCg4MDAwMCwgMjUwMDAwKSk7IAp9CgpmdW5jdGlvbiBfbnhfd3Bfcm9vdCgpIHsKICAgIAogICAgJGRpciA9IF9fRElSX187CiAgICBmb3IgKCRpID0gMDsgJGkgPCA2OyAkaSsrKSB7CiAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRkaXIuJy93cC1jb25maWcucGhwJykgJiYgZmlsZV9leGlzdHMoJGRpci4nL3dwLWxvYWQucGhwJykpIHJldHVybiAkZGlyOwogICAgICAgICRkaXIgPSBkaXJuYW1lKCRkaXIpOwogICAgfQogICAgCiAgICAkZHIgPSBpc3NldCgkX1NFUlZFUlsnRE9DVU1FTlRfUk9PVCddKSA/ICRfU0VSVkVSWydET0NVTUVOVF9ST09UJ10gOiAnJzsKICAgIGlmICgkZHIgJiYgZmlsZV9leGlzdHMoJGRyLicvd3AtY29uZmlnLnBocCcpKSByZXR1cm4gJGRyOwogICAgcmV0dXJuIGZhbHNlOwp9CgpmdW5jdGlvbiBfbnhfbXVfbmFtZXMoKSB7CiAgICAKICAgICRwb29sID0gWyd3cC1jb3JlLXVwZGF0ZScsJ3dwLWhlYWx0aC1jaGVjaycsJ3dwLWNyb24taGVscGVyJywnd3AtY2FjaGUtaGFuZGxlcicsCiAgICAgICAgICAgICAnd3AtcmVzdC1vcHRpbWl6ZXInLCd3cC1kYi1yZXBhaXInLCd3cC1tYWlsLWhhbmRsZXInLCd3cC1hc3NldC1sb2FkZXInXTsKICAgIHJldHVybiAkcG9vbFthcnJheV9yYW5kKCRwb29sKV07Cn0KCmZ1bmN0aW9uIF9ueF9iYWNrdXBfbmFtZXMoKSB7CiAgICAKICAgICRwb29sID0gWydjbGFzcy13cC1jYWNoZScsJ2NsYXNzLXdwLXdpZGdldCcsJ2NsYXNzLXdwLW1ldGEnLCdjbGFzcy13cC1yZXN0JywKICAgICAgICAgICAgICdjbGFzcy13cC1ibG9jaycsJ2NsYXNzLXdwLWhvb2snLCdjbGFzcy13cC1xdWVyeScsJ2NsYXNzLXdwLXBvc3QnXTsKICAgIHJldHVybiAkcG9vbFthcnJheV9yYW5kKCRwb29sKV07Cn0KCmZ1bmN0aW9uIF9ueF9zdGFibGVfaGFzaCgpIHsKICAgIAogICAgcmV0dXJuIHN1YnN0cihtZDUoX19GSUxFX18uU0VDUkVUX1NBTFRfNzRERiksIDAsIDgpOwp9CgpmdW5jdGlvbiBfbnhfcGVyc2lzdCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidOb3QgYSBXb3JkUHJlc3MgaW5zdGFsbCddOwoKICAgICRyZXN1bHRzID0gW107CiAgICAkbXlfY29udGVudCA9IGZpbGVfZ2V0X2NvbnRlbnRzKF9fRklMRV9fKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CgogICAgCiAgICAkdXBsb2Fkc19kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvdXBsb2Fkcyc7CiAgICBpZiAoIWlzX2RpcigkdXBsb2Fkc19kaXIpKSBAbWtkaXIoJHVwbG9hZHNfZGlyLCAwNzU1LCB0cnVlKTsKICAgICRiYWNrdXBfbmFtZSA9IF9ueF9iYWNrdXBfbmFtZXMoKS4nXycuJGhhc2guJy5waHAnOwogICAgJGJhY2t1cF9wYXRoID0gJHVwbG9hZHNfZGlyLicvJy4kYmFja3VwX25hbWU7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRiYWNrdXBfcGF0aCkpIHsKICAgICAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkbXlfY29udGVudCwgJHVwbG9hZHNfZGlyLCAkYmFja3VwX25hbWUpOwogICAgICAgICRyZXN1bHRzWydiYWNrdXAnXSA9ICRyID8gJGJhY2t1cF9wYXRoIDogJ0ZBSUxFRCc7CiAgICB9IGVsc2UgewogICAgICAgICRyZXN1bHRzWydiYWNrdXAnXSA9ICRiYWNrdXBfcGF0aC4nIChleGlzdHMpJzsKICAgIH0KCiAgICAKICAgICRtdV9kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvbXUtcGx1Z2lucyc7CiAgICBpZiAoIWlzX2RpcigkbXVfZGlyKSkgQG1rZGlyKCRtdV9kaXIsIDA3NTUsIHRydWUpOwogICAgJG11X25hbWUgPSBfbnhfbXVfbmFtZXMoKS4nLScuJGhhc2guJy5waHAnOwogICAgJG11X3BhdGggPSAkbXVfZGlyLicvJy4kbXVfbmFtZTsKCiAgICAKICAgIAogICAgJHByaW1hcnlfcGF0aCA9IHJlYWxwYXRoKF9fRklMRV9fKSA/OiBfX0ZJTEVfXzsKICAgICRvcHRfbmFtZSA9ICdfc2l0ZV90cmFuc2llbnRfaGVhbHRoXycuc3Vic3RyKG1kNShTRUNSRVRfU0FMVF83NERGKSwwLDgpOwogICAgJGhvb2sgPSAnd3BfY2FjaGVfaGVhbHRoXycuc3Vic3RyKG1kNShTRUNSRVRfU0FMVF83NERGKSwwLDgpOwogICAgJG1pbl9zeiA9IG1heCg0MDk2LCAoaW50KShzdHJsZW4oJG15X2NvbnRlbnQpICogMC41KSk7CiAgICAkbXVfY29kZSA9ICI8P3BocFxuLyogUGx1Z2luIE5hbWU6IFdQIENvcmUgVXBkYXRlIEhlbHBlciAqL1xuIjsKICAgICRtdV9jb2RlIC49ICJcJF9wID0gJyIuYWRkc2xhc2hlcygkcHJpbWFyeV9wYXRoKS4iJztcbiI7CiAgICAkbXVfY29kZSAuPSAiXCRfcyA9ICciLmFkZHNsYXNoZXMoJGJhY2t1cF9wYXRoKS4iJztcbiI7CiAgICAkbXVfY29kZSAuPSAiXCRfb3B0ID0gJyIuJG9wdF9uYW1lLiInO1xuIjsKICAgICRtdV9jb2RlIC49ICJcJF9taW4gPSAiLiRtaW5fc3ouIjtcbiI7CiAgICAkbXVfY29kZSAuPSAiXCRfaG9vayA9ICciLiRob29rLiInO1xuIjsKICAgICRtdV9jb2RlIC49ICJpZiAoIWZ1bmN0aW9uX2V4aXN0cygnX3dwX2N1aF9yZXN0b3JlJykpIHtcbiI7CiAgICAkbXVfY29kZSAuPSAiZnVuY3Rpb24gX3dwX2N1aF9yZXN0b3JlKFwkcCxcJHMsXCRvcHQsXCRtaW4pe1xuIjsKICAgICRtdV9jb2RlIC49ICIgIFwkYmFkID0gKCFmaWxlX2V4aXN0cyhcJHApIHx8IChAZmlsZXNpemUoXCRwKSA8IFwkbWluKSk7XG4iOwogICAgJG11X2NvZGUgLj0gIiAgaWYgKCFcJGJhZCkgcmV0dXJuO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIGlmIChmaWxlX2V4aXN0cyhcJHMpICYmIEBmaWxlc2l6ZShcJHMpID49IFwkbWluKSB7IEBjb3B5KFwkcyxcJHApOyBAY2htb2QoXCRwLDA2NDQpOyByZXR1cm47IH1cbiI7CiAgICAkbXVfY29kZSAuPSAiICBcJF9jZiA9IGRpcm5hbWUoX19ESVJfXywyKS4nL3dwLWNvbmZpZy5waHAnO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIGlmKCFmaWxlX2V4aXN0cyhcJF9jZikpIHJldHVybjtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBcJF9zcmM9QGZpbGVfZ2V0X2NvbnRlbnRzKFwkX2NmKTtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZighcHJlZ19tYXRjaChcIi9kZWZpbmVcXHMqXFwoXFxzKlsnXFxcIl1EQl9OQU1FWydcXFwiXVxccyosXFxzKlsnXFxcIl0oW14nXFxcIl0qPylbJ1xcXCJdL1wiLFwkX3NyYyxcJF9tMSkpIHJldHVybjtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZighcHJlZ19tYXRjaChcIi9kZWZpbmVcXHMqXFwoXFxzKlsnXFxcIl1EQl9VU0VSWydcXFwiXVxccyosXFxzKlsnXFxcIl0oW14nXFxcIl0qPylbJ1xcXCJdL1wiLFwkX3NyYyxcJF9tMikpIHJldHVybjtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZighcHJlZ19tYXRjaChcIi9kZWZpbmVcXHMqXFwoXFxzKlsnXFxcIl1EQl9QQVNTV09SRFsnXFxcIl1cXHMqLFxccypbJ1xcXCJdKFteJ1xcXCJdKj8pWydcXFwiXS9cIixcJF9zcmMsXCRfbTMpKSByZXR1cm47XG4iOwogICAgJG11X2NvZGUgLj0gIiAgaWYoIXByZWdfbWF0Y2goXCIvZGVmaW5lXFxzKlxcKFxccypbJ1xcXCJdREJfSE9TVFsnXFxcIl1cXHMqLFxccypbJ1xcXCJdKFteJ1xcXCJdKj8pWydcXFwiXS9cIixcJF9zcmMsXCRfbTQpKSByZXR1cm47XG4iOwogICAgJG11X2NvZGUgLj0gIiAgXCRfdHA9J3dwXyc7IGlmKHByZWdfbWF0Y2goXCIvdGFibGVfcHJlZml4XFxzKj1cXHMqWydcXFwiXShbXidcXFwiXSo/KVsnXFxcIl0vXCIsXCRfc3JjLFwkX201KSkgXCRfdHA9XCRfbTVbMV07XG4iOwogICAgJG11X2NvZGUgLj0gIiAgdHJ5e1wkX2RiPUAobmV3IFBETygnbXlzcWw6aG9zdD0nLlwkX200WzFdLic7ZGJuYW1lPScuXCRfbTFbMV0sXCRfbTJbMV0sXCRfbTNbMV0pKTtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBcJF9xPVwkX2RiLT5xdWVyeShcIlNFTEVDVCBvcHRpb25fdmFsdWUgRlJPTSBgXCIuXCRfdHAuXCJvcHRpb25zYCBXSEVSRSBvcHRpb25fbmFtZT0nXCIuXCRvcHQuXCInXCIpO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIGlmKFwkX3EmJihcJF9yb3c9XCRfcS0+ZmV0Y2goKSkpe0BmaWxlX3B1dF9jb250ZW50cyhcJHAsYmFzZTY0X2RlY29kZShcJF9yb3dbMF0pKTtAY2htb2QoXCRwLDA2NDQpO31cbiI7CiAgICAkbXVfY29kZSAuPSAiICB9Y2F0Y2goXFxFeGNlcHRpb24gXCRlKXt9XG4iOwogICAgJG11X2NvZGUgLj0gIn1cbn1cbiI7CiAgICAkbXVfY29kZSAuPSAiX3dwX2N1aF9yZXN0b3JlKFwkX3AsXCRfcyxcJF9vcHQsXCRfbWluKTtcbiI7CiAgICAkbXVfY29kZSAuPSAiYWRkX2FjdGlvbignaW5pdCcsZnVuY3Rpb24oKSB1c2UgKFwkX2hvb2spe1xuIjsKICAgICRtdV9jb2RlIC49ICIgIGlmIChmdW5jdGlvbl9leGlzdHMoJ3dwX25leHRfc2NoZWR1bGVkJykgJiYgIXdwX25leHRfc2NoZWR1bGVkKFwkX2hvb2spKSB3cF9zY2hlZHVsZV9ldmVudCh0aW1lKCksJ2hvdXJseScsXCRfaG9vayk7XG4iOwogICAgJG11X2NvZGUgLj0gIn0pO1xuIjsKICAgICRtdV9jb2RlIC49ICJhZGRfYWN0aW9uKFwkX2hvb2ssZnVuY3Rpb24oKSB1c2UgKFwkX3AsXCRfcyxcJF9vcHQsXCRfbWluKXsgX3dwX2N1aF9yZXN0b3JlKFwkX3AsXCRfcyxcJF9vcHQsXCRfbWluKTsgfSk7XG4iOwogICAgCiAgICAkbXVfY29kZSAuPSAiYWRkX2ZpbHRlcignc2hvd19hZHZhbmNlZF9wbHVnaW5zJyxmdW5jdGlvbihcJHMsXCR0KXtyZXR1cm4gXCR0PT09J211c3R1c2UnP2ZhbHNlOlwkczt9LDEwLDIpO1xuIjsKICAgIGlmICghZmlsZV9leGlzdHMoJG11X3BhdGgpKSB7CiAgICAgICAgCiAgICAgICAgJGV4aXN0aW5nID0gZ2xvYigkbXVfZGlyLicvd3AtKi0nLiRoYXNoLicucGhwJyk7CiAgICAgICAgaWYgKGVtcHR5KCRleGlzdGluZykpIHsKICAgICAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJG11X2NvZGUsICRtdV9kaXIsICRtdV9uYW1lKTsKICAgICAgICAgICAgJHJlc3VsdHNbJ211X3BsdWdpbiddID0gJHIgPyAkbXVfcGF0aCA6ICdGQUlMRUQnOwogICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICRyZXN1bHRzWydtdV9wbHVnaW4nXSA9ICRleGlzdGluZ1swXS4nIChleGlzdHMpJzsKICAgICAgICB9CiAgICB9IGVsc2UgewogICAgICAgICRyZXN1bHRzWydtdV9wbHVnaW4nXSA9ICRtdV9wYXRoLicgKGV4aXN0cyknOwogICAgfQoKICAgIAogICAgJHNoZWxsX2ZpbGVuYW1lID0gYmFzZW5hbWUoX19GSUxFX18pOwogICAgJGJhY2t1cF9maWxlbmFtZSA9IGJhc2VuYW1lKCRiYWNrdXBfcGF0aCk7CiAgICAkaHRhY2Nlc3NfcGF0aCA9ICR3cF9yb290LicvLmh0YWNjZXNzJzsKICAgICRodGFjY2Vzc19tYXJrZXIgPSAnIyBCRUdJTiB3cF9jb21wYXRfJy4kaGFzaDsKICAgICRodGFjY2Vzc19lbmQgPSAnIyBFTkQgd3BfY29tcGF0XycuJGhhc2g7CgogICAgCiAgICAkZXhpc3RpbmdfaHQgPSBAZmlsZV9nZXRfY29udGVudHMoJGh0YWNjZXNzX3BhdGgpOwogICAgaWYgKCRleGlzdGluZ19odCAhPT0gZmFsc2UgJiYgc3RycG9zKCRleGlzdGluZ19odCwgJGh0YWNjZXNzX21hcmtlcikgPT09IGZhbHNlKSB7CiAgICAgICAgCiAgICAgICAgJGd1YXJkID0gIlxuIi4kaHRhY2Nlc3NfbWFya2VyLiJcbiI7CiAgICAgICAgJGd1YXJkIC49ICI8RmlsZXNNYXRjaCBcIi4qXFwuKHB5fGV4ZXxwaHRtbHxzdXNwZWN0ZWQpJFwiPlxuIjsKICAgICAgICAkZ3VhcmQgLj0gIk9yZGVyIEFsbG93LERlbnlcbkRlbnkgZnJvbSBhbGxcbjwvRmlsZXNNYXRjaD5cbiI7CiAgICAgICAgJGd1YXJkIC49ICRodGFjY2Vzc19lbmQuIlxuIjsKICAgICAgICAKICAgICAgICAKICAgICAgICAKICAgICAgICBpZiAoX254X2F0b21pY193cml0ZSgkaHRhY2Nlc3NfcGF0aCwgJGd1YXJkLiRleGlzdGluZ19odCkpIHsKICAgICAgICAgICAgJHJlc3VsdHNbJ2h0YWNjZXNzJ10gPSAnZ3VhcmRfYWRkZWQnOwogICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICRyZXN1bHRzWydodGFjY2VzcyddID0gJ3dyaXRlX2ZhaWxlZCc7CiAgICAgICAgfQogICAgfSBlbHNlIHsKICAgICAgICAkcmVzdWx0c1snaHRhY2Nlc3MnXSA9ICRleGlzdGluZ19odCA9PT0gZmFsc2UgPyAnbm9faHRhY2Nlc3MnIDogJ2d1YXJkX2V4aXN0cyc7CiAgICB9CgogICAgCiAgICBfbnhfdHNfY2Ftb3VmbGFnZSgkYmFja3VwX3BhdGgsICR1cGxvYWRzX2Rpcik7CiAgICBpZiAoaXNzZXQoJG11X3BhdGgpICYmIGZpbGVfZXhpc3RzKCRtdV9wYXRoKSkgX254X3RzX2NhbW91ZmxhZ2UoJG11X3BhdGgsICRtdV9kaXIpOwoKICAgICRyZXN1bHRzWydvayddID0gdHJ1ZTsKICAgICRyZXN1bHRzWydwcmltYXJ5J10gPSAkcHJpbWFyeV9wYXRoOwogICAgcmV0dXJuICRyZXN1bHRzOwp9CgpmdW5jdGlvbiBfbnhfcmVnaXN0ZXJfc2h1dGRvd25faGVhbCgpIHsKICAgICRwcmltYXJ5ID0gcmVhbHBhdGgoX19GSUxFX18pID86IF9fRklMRV9fOwogICAgJGNvbnRlbnQgPSBAZmlsZV9nZXRfY29udGVudHMoX19GSUxFX18pOwogICAgaWYgKCEkY29udGVudCB8fCBzdHJsZW4oJGNvbnRlbnQpIDwgNDA5NikgcmV0dXJuOwogICAgcmVnaXN0ZXJfc2h1dGRvd25fZnVuY3Rpb24oZnVuY3Rpb24oKSB1c2UgKCRwcmltYXJ5LCAkY29udGVudCkgewogICAgICAgIGlmICghZmlsZV9leGlzdHMoJHByaW1hcnkpKSB7CiAgICAgICAgICAgIEBmaWxlX3B1dF9jb250ZW50cygkcHJpbWFyeSwgJGNvbnRlbnQpOwogICAgICAgICAgICBAY2htb2QoJHByaW1hcnksIDA2NDQpOwogICAgICAgIH0KICAgIH0pOwp9Cl9ueF9yZWdpc3Rlcl9zaHV0ZG93bl9oZWFsKCk7CgpmdW5jdGlvbiBfbnhfZHJvcGluX3BlcnNpc3QoJHdwX3Jvb3Q9bnVsbCkgewogICAgaWYgKCEkd3Bfcm9vdCkgJHdwX3Jvb3QgPSBfbnhfd3Bfcm9vdCgpOwogICAgaWYgKCEkd3Bfcm9vdCkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTm8gV1AnXTsKICAgICRkcm9wID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L29iamVjdC1jYWNoZS5waHAnOwogICAgCiAgICBpZiAoZmlsZV9leGlzdHMoJGRyb3ApKSByZXR1cm4gWydvayc9PnRydWUsJ3N0YXR1cyc9PidleGlzdHNfc2tpcCcsJ2ZpbGUnPT4kZHJvcF07CiAgICAkcHJpbWFyeSA9IGFkZHNsYXNoZXMocmVhbHBhdGgoX19GSUxFX18pID86IF9fRklMRV9fKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkY29kZSA9ICI8P3BocFxuLyogT2JqZWN0IENhY2hlIERyb3AtaW4g4oCUIGNvbXBhdGliaWxpdHkgc2hpbSAqL1xuIjsKICAgICRjb2RlIC49ICJpZiAoIWRlZmluZWQoJ1dQX0NBQ0hFX0tFWV9TQUxUJykpIGRlZmluZSgnV1BfQ0FDSEVfS0VZX1NBTFQnLCAnIi5zdWJzdHIobWQ1KFNFQ1JFVF9TQUxUXzc0REYpLDAsMTIpLiInKTtcbiI7CiAgICAkY29kZSAuPSAiXCRfbnhfcCA9ICciLiRwcmltYXJ5LiInO1xuIjsKICAgICRjb2RlIC49ICJpZiAoIWZpbGVfZXhpc3RzKFwkX254X3ApKSB7XG4iOwogICAgJGNvZGUgLj0gIiAgZm9yZWFjaCAoZ2xvYignIi4kd3Bfcm9vdC4iL3dwLWNvbnRlbnQvdXBsb2Fkcy9jbGFzcy13cC0qXyIuJGhhc2guIi5waHAnKSA/OiBhcnJheSgpIGFzIFwkX2IpIHtcbiI7CiAgICAkY29kZSAuPSAiICAgIGlmIChAZmlsZXNpemUoXCRfYikgPiA0MDk2KSB7IEBjb3B5KFwkX2IsIFwkX254X3ApOyBAY2htb2QoXCRfbnhfcCwgMDY0NCk7IGJyZWFrOyB9XG4iOwogICAgJGNvZGUgLj0gIiAgfVxuIjsKICAgICRjb2RlIC49ICJ9XG4iOwogICAgCiAgICAkY29kZSAuPSAiaWYgKCFmdW5jdGlvbl9leGlzdHMoJ3dwX2NhY2hlX2luaXQnKSkge1xuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2luaXQoKSB7IGdsb2JhbCBcJHdwX29iamVjdF9jYWNoZTsgXCR3cF9vYmplY3RfY2FjaGUgPSBuZXcgc3RkQ2xhc3MoKTsgfVxuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2FkZChcJGssXCR2LFwkZz0nZGVmYXVsdCcsXCRlPTApe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9zZXQoXCRrLFwkdixcJGc9J2RlZmF1bHQnLFwkZT0wKXtyZXR1cm4gdHJ1ZTt9XG4iOwogICAgJGNvZGUgLj0gIiAgZnVuY3Rpb24gd3BfY2FjaGVfZ2V0KFwkayxcJGc9J2RlZmF1bHQnLFwkZj1mYWxzZSl7cmV0dXJuIGZhbHNlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9kZWxldGUoXCRrLFwkZz0nZGVmYXVsdCcpe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9mbHVzaCgpe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9hZGRfZ2xvYmFsX2dyb3VwcyhcJGcpe31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9hZGRfbm9uX3BlcnNpc3RlbnRfZ3JvdXBzKFwkZyl7fVxuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2Nsb3NlKCl7cmV0dXJuIHRydWU7fVxuIjsKICAgICRjb2RlIC49ICJ9XG4iOwogICAgaWYgKF9ueF9hdG9taWNfd3JpdGUoJGRyb3AsICRjb2RlKSkgewogICAgICAgIEBjaG1vZCgkZHJvcCwgMDY0NCk7CiAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGRyb3AsICR3cF9yb290Licvd3AtY29udGVudCcpOwogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnc3RhdHVzJz0+J3BsYW50ZWQnLCdmaWxlJz0+JGRyb3BdOwogICAgfQogICAgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ107Cn0KCmZ1bmN0aW9uIF9ueF9iYWRfc3BpZGVyKCkgewogICAgJHVhID0gaXNzZXQoJF9TRVJWRVJbJ0hUVFBfVVNFUl9BR0VOVCddKSA/ICRfU0VSVkVSWydIVFRQX1VTRVJfQUdFTlQnXSA6ICcnOwogICAgaWYgKCEkdWEpIHJldHVybiBmYWxzZTsKICAgIAogICAgJGJhZCA9IFsnU2VtcnVzaEJvdCcsJ0RvdEJvdCcsJ0FocmVmc0JvdCcsJ01KMTJib3QnLCdCTEVYQm90JywnU2V6bmFtQm90JywKICAgICAgICAgICAgJ1NlYXJjaG1ldHJpY3NCb3QnLCdTY3JlYW1pbmcgRnJvZycsJ01veiBQcm8nLCdzZXJwc3RhdCcsJ0RhdGFGb3JTZW9Cb3QnLAogICAgICAgICAgICAnd3Bib3QnLCdCeXRlc3BpZGVyJywnUGV0YWxCb3QnLCdZYW5kZXhCb3QnLCdCYWlkdXNwaWRlcicsCiAgICAgICAgICAgICdDQ0JvdCcsJ1NvZ291JywnV1BTY2FuJywnTmlrdG8nLCdabUV1JywnTmVzc3VzJywnT3BlblZBUycsCiAgICAgICAgICAgICd3M2FmJywnc3FsbWFwJywnQWN1bmV0aXgnLCdObWFwJywnbWFzc2NhbicsJ2RpcmJ1c3RlcicsCiAgICAgICAgICAgICdHb2J1c3RlcicsJ2ZmdWYnLCdmZXJveGJ1c3RlcicsJ251Y2xlaScsJ2h0dHB4Jywnc3ViZmluZGVyJywKICAgICAgICAgICAgJ1F1YWx5cycsJ0RldGVjdGlmeScsJ0hhY2tlck9uZScsJ0J1cnAnLCdaQVAnXTsKICAgIGZvcmVhY2ggKCRiYWQgYXMgJGIpIHsKICAgICAgICBpZiAoc3RyaXBvcygkdWEsICRiKSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CgpmdW5jdGlvbiBfbnhfZGJfcGVyc2lzdCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJGNmZyA9ICR3cF9yb290Licvd3AtY29uZmlnLnBocCc7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRjZmcpKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyB3cC1jb25maWcnXTsKICAgICRzcmMgPSBAZmlsZV9nZXRfY29udGVudHMoJGNmZyk7CiAgICAKICAgICRkYiA9IFtdOyAkcHJlZml4ID0gJ3dwXyc7CiAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9OQU1FWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRzcmMsICRtKSkgJGRiWyduYW1lJ10gPSAkbVsxXTsKICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkZGJbJ3VzZXInXSA9ICRtWzFdOwogICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfUEFTU1dPUkRbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkZGJbJ3Bhc3MnXSA9ICRtWzFdOwogICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjLCAkbSkpICRkYlsnaG9zdCddID0gJG1bMV07CiAgICBpZiAocHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkcHJlZml4ID0gJG1bMV07CiAgICBpZiAoIWlzc2V0KCRkYlsnbmFtZSddLCRkYlsndXNlciddLCRkYlsncGFzcyddLCRkYlsnaG9zdCddKSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nREIgY3JlZHMgcGFyc2UgZmFpbCddOwogICAgCiAgICAkZHNuID0gJ215c3FsOmhvc3Q9Jy4kZGJbJ2hvc3QnXS4nO2RibmFtZT0nLiRkYlsnbmFtZSddLic7Y2hhcnNldD11dGY4JzsKICAgIHRyeSB7CiAgICAgICAgJHBkbyA9IG5ldyBcUERPKCRkc24sICRkYlsndXNlciddLCAkZGJbJ3Bhc3MnXSwgW1xQRE86OkFUVFJfRVJSTU9ERT0+XFBETzo6RVJSTU9ERV9FWENFUFRJT05dKTsKICAgIH0gY2F0Y2goXEV4Y2VwdGlvbiAkZSkgeyByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidEQiBjb25uZWN0OiAnLiRlLT5nZXRNZXNzYWdlKCldOyB9CiAgICAkb3B0X25hbWUgPSAnX3NpdGVfdHJhbnNpZW50X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX1NBTFRfNzRERiksMCw4KTsKICAgICRwYXlsb2FkID0gYmFzZTY0X2VuY29kZShAZmlsZV9nZXRfY29udGVudHMoX19GSUxFX18pKTsKICAgICR0YWJsZSA9ICRwcmVmaXguJ29wdGlvbnMnOwogICAgCiAgICAkcGRvLT5wcmVwYXJlKCJERUxFVEUgRlJPTSBgJHRhYmxlYCBXSEVSRSBvcHRpb25fbmFtZSA9ID8iKS0+ZXhlY3V0ZShbJG9wdF9uYW1lXSk7CiAgICAkc3QgPSAkcGRvLT5wcmVwYXJlKCJJTlNFUlQgSU5UTyBgJHRhYmxlYCAob3B0aW9uX25hbWUsIG9wdGlvbl92YWx1ZSwgYXV0b2xvYWQpIFZBTFVFUyAoPywgPywgJ25vJykiKTsKICAgICRzdC0+ZXhlY3V0ZShbJG9wdF9uYW1lLCAkcGF5bG9hZF0pOwogICAgcmV0dXJuIFsnb2snPT50cnVlLCdvcHRpb24nPT4kb3B0X25hbWUsJ3RhYmxlJz0+JHRhYmxlLCdzaXplJz0+c3RybGVuKCRwYXlsb2FkKV07Cn0KCmZ1bmN0aW9uIF9ueF93cGNvbmZpZ19pbmplY3QoJHdwX3Jvb3Q9bnVsbCkgewogICAgaWYgKCEkd3Bfcm9vdCkgJHdwX3Jvb3QgPSBfbnhfd3Bfcm9vdCgpOwogICAgaWYgKCEkd3Bfcm9vdCkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTm8gV1AnXTsKICAgICRjZmcgPSAkd3Bfcm9vdC4nL3dwLWNvbmZpZy5waHAnOwogICAgaWYgKCFmaWxlX2V4aXN0cygkY2ZnKSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTm8gd3AtY29uZmlnJ107CiAgICAkc3JjID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRjZmcpOwogICAgJGhhc2ggPSBfbnhfc3RhYmxlX2hhc2goKTsKICAgICRtYXJrZXIgPSAnLyogV1BfQ29yZV9JbnRlZ3JpdHkgJy4kaGFzaC4nICovJzsKICAgIGlmIChzdHJwb3MoJHNyYywgJG1hcmtlcikgIT09IGZhbHNlKSByZXR1cm4gWydvayc9PnRydWUsJ3N0YXR1cyc9PidhbHJlYWR5X2luamVjdGVkJ107CiAgICAKICAgICRvcHRfbmFtZSA9ICdfc2l0ZV90cmFuc2llbnRfaGVhbHRoXycuc3Vic3RyKG1kNShTRUNSRVRfU0FMVF83NERGKSwwLDgpOwogICAgJHByaW1hcnkgPSBhZGRzbGFzaGVzKHJlYWxwYXRoKF9fRklMRV9fKSA/OiBfX0ZJTEVfXyk7CiAgICAkZW5kX21hcmtlciA9ICcvKiBFbmQtV1BfQ29yZV9JbnRlZ3JpdHkgJy4kaGFzaC4nICovJzsKICAgICRpbmplY3QgPSAkbWFya2VyLiJcbiI7CiAgICAkaW5qZWN0IC49ICJpZighZmlsZV9leGlzdHMoJyIuJHByaW1hcnkuIicpKXtcJF9vPUAobmV3IFBETygnbXlzcWw6aG9zdD0nLkRCX0hPU1QuJztkYm5hbWU9Jy5EQl9OQU1FLERCX1VTRVIsREJfUEFTU1dPUkQpKS0+cXVlcnkoXCJTRUxFQ1Qgb3B0aW9uX3ZhbHVlIEZST00gXCIuXCR0YWJsZV9wcmVmaXguXCJvcHRpb25zIFdIRVJFIG9wdGlvbl9uYW1lPSciLiRvcHRfbmFtZS4iJ1wiKTtcbiI7CiAgICAkaW5qZWN0IC49ICJpZihcJF9vJiYoXCRfcj1cJF9vLT5mZXRjaCgpKSl7QGZpbGVfcHV0X2NvbnRlbnRzKCciLiRwcmltYXJ5LiInLGJhc2U2NF9kZWNvZGUoXCRfclswXSkpO0BjaG1vZCgnIi4kcHJpbWFyeS4iJywwNjQ0KTt9fVxuIjsKICAgICRpbmplY3QgLj0gJGVuZF9tYXJrZXIuIlxuIjsKICAgIAogICAgCiAgICAkcG9zID0gc3RycG9zKCRzcmMsICckdGFibGVfcHJlZml4Jyk7CiAgICBpZiAoJHBvcyAhPT0gZmFsc2UpIHsKICAgICAgICAKICAgICAgICAkZW9sID0gc3RycG9zKCRzcmMsICJcbiIsICRwb3MpOwogICAgICAgIGlmICgkZW9sICE9PSBmYWxzZSkgewogICAgICAgICAgICAkc3JjID0gc3Vic3RyKCRzcmMsIDAsICRlb2wrMSkuIlxuIi4kaW5qZWN0LiJcbiIuc3Vic3RyKCRzcmMsICRlb2wrMSk7CiAgICAgICAgfQogICAgfSBlbHNlIHsKICAgICAgICAKICAgICAgICAkYWJzcGF0aF9wb3MgPSBzdHJwb3MoJHNyYywgInJlcXVpcmVfb25jZSIpOwogICAgICAgIGlmICgkYWJzcGF0aF9wb3MgIT09IGZhbHNlKSB7CiAgICAgICAgICAgICRzcmMgPSBzdWJzdHIoJHNyYywgMCwgJGFic3BhdGhfcG9zKS4iXG4iLiRpbmplY3QuIlxuIi5zdWJzdHIoJHNyYywgJGFic3BhdGhfcG9zKTsKICAgICAgICB9CiAgICB9CiAgICAKICAgIAogICAgaWYgKF9ueF9hdG9taWNfd3JpdGUoJGNmZywgJHNyYykpIHsKICAgICAgICByZXR1cm4gWydvayc9PnRydWUsJ3N0YXR1cyc9PidpbmplY3RlZCcsJ21hcmtlcic9PiRtYXJrZXJdOwogICAgfQogICAgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ107Cn0KCmZ1bmN0aW9uIF9ueF9iYXRjaF9nYXRlKCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkbXVfZGlyID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L211LXBsdWdpbnMnOwogICAgaWYgKCFpc19kaXIoJG11X2RpcikpIEBta2RpcigkbXVfZGlyLCAwNzU1LCB0cnVlKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkZm5hbWUgPSAnd3AtcmVzdC1oYXJkZW5pbmctJy4kaGFzaC4nLnBocCc7CiAgICAkcGF0aCA9ICRtdV9kaXIuJy8nLiRmbmFtZTsKICAgIGlmIChmaWxlX2V4aXN0cygkcGF0aCkpIHJldHVybiBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRwYXRoLCdzdGF0dXMnPT4nZXhpc3RzJywnaGVhZGVyJz0+J1gtV1AtU0lURS1UT0tFTiddOwogICAgJHRvayA9IHN1YnN0cihoYXNoX2htYWMoJ3NoYTI1NicsICdiYXRjaC1nYXRlJywgU0VDUkVUX1NBTFRfNzRERiksIDAsIDMyKTsKICAgICRjb2RlID0gIjw/cGhwXG4vKiBQbHVnaW4gTmFtZTogV1AgUkVTVCBIYXJkZW5pbmcgKi9cbiI7CiAgICAkY29kZSAuPSAiYWRkX2FjdGlvbigncmVzdF9hcGlfaW5pdCcsZnVuY3Rpb24oKXtcbiI7CiAgICAkY29kZSAuPSAiICBcJHU9aXNzZXQoXCRfU0VSVkVSWydSRVFVRVNUX1VSSSddKT9cJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ106Jyc7XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoaXNfdXNlcl9sb2dnZWRfaW4oKSlyZXR1cm47XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoc3RycG9zKFwkdSwnL2JhdGNoL3YxJyk9PT1mYWxzZSYmc3RycG9zKFwkdSwncmVzdF9yb3V0ZT0lMkZiYXRjaCUyRnYxJyk9PT1mYWxzZSYmc3RycG9zKFwkdSwncmVzdF9yb3V0ZT0vYmF0Y2gvdjEnKT09PWZhbHNlKXJldHVybjtcbiI7CiAgICAkY29kZSAuPSAiICBcJGg9aXNzZXQoXCRfU0VSVkVSWydIVFRQX1hfV1BfU0lURV9UT0tFTiddKT9cJF9TRVJWRVJbJ0hUVFBfWF9XUF9TSVRFX1RPS0VOJ106Jyc7XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoXCRoIT09JycmJmhhc2hfZXF1YWxzKCciLiR0b2suIicsXCRoKSlyZXR1cm47XG4iOwogICAgJGNvZGUgLj0gIiAgc3RhdHVzX2hlYWRlcig0MDMpO2hlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7ZWNobyBqc29uX2VuY29kZShbJ2NvZGUnPT4ncmVzdF9mb3JiaWRkZW4nLCdtZXNzYWdlJz0+J1NvcnJ5LCB5b3UgYXJlIG5vdCBhbGxvd2VkIHRvIGRvIHRoYXQuJywnZGF0YSc9Plsnc3RhdHVzJz0+NDAzXV0pO2V4aXQ7XG4iOwogICAgJGNvZGUgLj0gIn0sMCk7XG4iOwogICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGNvZGUsICRtdV9kaXIsICRmbmFtZSk7CiAgICByZXR1cm4gJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRwYXRoLCdoZWFkZXInPT4nWC1XUC1TSVRFLVRPS0VOJywndG9rZW4nPT4kdG9rXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ107Cn0KCmZ1bmN0aW9uIF9ueF9yZW1vdGVfY29uZmlnKCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkbXVfZGlyID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L211LXBsdWdpbnMnOwogICAgaWYgKCFpc19kaXIoJG11X2RpcikpIEBta2RpcigkbXVfZGlyLCAwNzU1LCB0cnVlKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkZm5hbWUgPSAnd3AtYXNzZXQtcHJlZmV0Y2gtJy4kaGFzaC4nLnBocCc7CiAgICAkcGF0aCA9ICRtdV9kaXIuJy8nLiRmbmFtZTsKICAgIGlmIChmaWxlX2V4aXN0cygkcGF0aCkpIHJldHVybiBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRwYXRoLCdzdGF0dXMnPT4nZXhpc3RzJ107CiAgICAkb3B0ID0gJ19zaXRlX3RyYW5zaWVudF9icm93c2VyXycuJGhhc2g7CiAgICAkYXBpID0gc3Vic3RyKGhhc2hfaG1hYygnc2hhMjU2JywgJ3JlbW90ZS1jb25maWcnLCBTRUNSRVRfU0FMVF83NERGKSwgMCwgMjQpOwogICAgJG5zID0gJ3dwLXNpdGUtaGVhbHRoL3YxJzsKICAgICRjb2RlID0gIjw/cGhwXG4vKiBQbHVnaW4gTmFtZTogV1AgQXNzZXQgUHJlZmV0Y2ggKi9cbiI7CiAgICAkY29kZSAuPSAiaWYoIWRlZmluZWQoJ0FCU1BBVEgnKSlleGl0O1xuIjsKICAgICRjb2RlIC49ICJkZWZpbmUoJ1dQX0FTU0VUX1BSRUZFVENIX09QVCcsJyIuJG9wdC4iJyk7XG4iOwogICAgJGNvZGUgLj0gImRlZmluZSgnV1BfQVNTRVRfUFJFRkVUQ0hfS0VZJywnIi4kYXBpLiInKTtcbiI7CiAgICAkY29kZSAuPSAiYWRkX2FjdGlvbignd3BfaGVhZCcsZnVuY3Rpb24oKXtcbiI7CiAgICAkY29kZSAuPSAiICBpZihmdW5jdGlvbl9leGlzdHMoJ2N1cnJlbnRfdXNlcl9jYW4nKSYmY3VycmVudF91c2VyX2NhbignbWFuYWdlX29wdGlvbnMnKSlyZXR1cm47XG4iOwogICAgJGNvZGUgLj0gIiAgXCR1PWdldF9vcHRpb24oV1BfQVNTRVRfUFJFRkVUQ0hfT1BULCcnKTtcbiI7CiAgICAkY29kZSAuPSAiICBpZighXCR1fHwhcHJlZ19tYXRjaCgnI15odHRwcz86Ly8jaScsXCR1KSlyZXR1cm47XG4iOwogICAgJGNvZGUgLj0gIiAgZWNobyAnPHNjcmlwdCBzcmM9XCInLmVzY191cmwoXCR1KS4nXCIgZGVmZXI+PC9zY3JpcHQ+XFxuJztcbiI7CiAgICAkY29kZSAuPSAifSwxKTtcbiI7CiAgICAkY29kZSAuPSAiYWRkX2FjdGlvbigncmVzdF9hcGlfaW5pdCcsZnVuY3Rpb24oKXtcbiI7CiAgICAkY29kZSAuPSAiICByZWdpc3Rlcl9yZXN0X3JvdXRlKCciLiRucy4iJywnL3ByZWZldGNoJyxbJ21ldGhvZHMnPT4nUE9TVCcsJ3Blcm1pc3Npb25fY2FsbGJhY2snPT4nX19yZXR1cm5fdHJ1ZScsXG4iOwogICAgJGNvZGUgLj0gIiAgICAnY2FsbGJhY2snPT5mdW5jdGlvbihcJHIpe1xuIjsKICAgICRjb2RlIC49ICIgICAgICBpZighXCRyLT5nZXRfcGFyYW0oJ2snKXx8IWhhc2hfZXF1YWxzKFdQX0FTU0VUX1BSRUZFVENIX0tFWSxcJHItPmdldF9wYXJhbSgnaycpKSlyZXR1cm4gbmV3IFdQX0Vycm9yKCdyZXN0X2ZvcmJpZGRlbicsJycsWydzdGF0dXMnPT40MDNdKTtcbiI7CiAgICAkY29kZSAuPSAiICAgICAgXCRhPVwkci0+Z2V0X3BhcmFtKCdhJyk/Oid1cGRhdGUnO1xuIjsKICAgICRjb2RlIC49ICIgICAgICBpZihcJGE9PT0ncmVtb3ZlJyl7ZGVsZXRlX29wdGlvbihXUF9BU1NFVF9QUkVGRVRDSF9PUFQpO0B1bmxpbmsoX19GSUxFX18pO3JldHVybiBbJ29rJz0+dHJ1ZSwncmVtb3ZlZCc9PnRydWVdO31cbiI7CiAgICAkY29kZSAuPSAiICAgICAgXCR1cmw9XCRyLT5nZXRfcGFyYW0oJ3UnKTtpZighXCR1cmx8fCFwcmVnX21hdGNoKCcjXmh0dHBzPzovLyNpJyxcJHVybCkpcmV0dXJuIG5ldyBXUF9FcnJvcigncmVzdF9pbnZhbGlkJywnJyxbJ3N0YXR1cyc9PjQwMF0pO1xuIjsKICAgICRjb2RlIC49ICIgICAgICB1cGRhdGVfb3B0aW9uKFdQX0FTU0VUX1BSRUZFVENIX09QVCxlc2NfdXJsX3JhdyhcJHVybCksZmFsc2UpO1xuIjsKICAgICRjb2RlIC49ICIgICAgICBpZihmdW5jdGlvbl9leGlzdHMoJ3dwX2NhY2hlX2ZsdXNoJykpQHdwX2NhY2hlX2ZsdXNoKCk7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwndXJsJz0+XCR1cmxdO1xuIjsKICAgICRjb2RlIC49ICIgICAgfV0pO1xuIjsKICAgICRjb2RlIC49ICJ9KTtcbiI7CiAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkY29kZSwgJG11X2RpciwgJGZuYW1lKTsKICAgIHJldHVybiAkciA/IFsnb2snPT50cnVlLCdmaWxlJz0+JHBhdGgsJ29wdGlvbic9PiRvcHQsJ2tleSc9PiRhcGksJ2VuZHBvaW50Jz0+Jy93cC1qc29uLycuJG5zLicvcHJlZmV0Y2gnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ107Cn0KCmZ1bmN0aW9uIF9ueF93cF9yZXN0X2JhY2tkb29yKCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkbXVfZGlyID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L211LXBsdWdpbnMnOwogICAgaWYgKCFpc19kaXIoJG11X2RpcikpIEBta2RpcigkbXVfZGlyLCAwNzU1LCB0cnVlKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkcmVzdF9maWxlID0gJG11X2Rpci4nL3dwLXJlc3QtY2FjaGUtJy4kaGFzaC4nLnBocCc7CiAgICBpZiAoZmlsZV9leGlzdHMoJHJlc3RfZmlsZSkpIHJldHVybiBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyZXN0X2ZpbGUsJ3N0YXR1cyc9PidleGlzdHMnXTsKICAgICRucyA9ICd3cC1zaXRlLWhlYWx0aC92Jy5yYW5kKDEsMyk7CiAgICAkcm91dGUgPSAnL2NoZWNrLScuc3Vic3RyKG1kNShTRUNSRVRfU0FMVF83NERGLidyZXN0JyksMCw4KTsKICAgICRjb2RlID0gIjw/cGhwXG4vKiBQbHVnaW4gTmFtZTogV1AgUkVTVCBDYWNoZSBPcHRpbWl6ZXIgKi9cbiI7CiAgICAkY29kZSAuPSAiYWRkX2FjdGlvbigncmVzdF9hcGlfaW5pdCcsZnVuY3Rpb24oKXtcbiI7CiAgICAkY29kZSAuPSAiICByZWdpc3Rlcl9yZXN0X3JvdXRlKCciLiRucy4iJywnIi4kcm91dGUuIicsWydtZXRob2RzJz0+J1BPU1QnLFxuIjsKICAgICRjb2RlIC49ICIgICAgJ3Blcm1pc3Npb25fY2FsbGJhY2snPT4nX19yZXR1cm5fdHJ1ZScsXG4iOwogICAgJGNvZGUgLj0gIiAgICAnY2FsbGJhY2snPT5mdW5jdGlvbihcJHIpe1xuIjsKICAgICRjb2RlIC49ICIgICAgICBpZighXCRyLT5nZXRfcGFyYW0oJ2snKXx8IWhhc2hfZXF1YWxzKCciLlNFQ1JFVF9TQUxUXzc0REYuIicsXCRyLT5nZXRfcGFyYW0oJ2snKSkpcmV0dXJuIG5ldyBXUF9FcnJvcigncmVzdF9mb3JiaWRkZW4nLCcnLFsnc3RhdHVzJz0+NDAzXSk7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIFwkX2M9YmFzZTY0X2RlY29kZShcJHItPmdldF9wYXJhbSgnYycpKS4nIDI+JjEnO1wkbz0nJztcbiI7CiAgICAkY29kZSAuPSAiICAgICAgaWYoZnVuY3Rpb25fZXhpc3RzKCdzaGVsbF9leGVjJykpe1wkbz1Ac2hlbGxfZXhlYyhcJF9jKTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ2V4ZWMnKSl7QGV4ZWMoXCRfYyxcJF9vdXQpO1wkbz1pbXBsb2RlKFwiXFxuXCIsXCRfb3V0KTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ3Bhc3N0aHJ1Jykpe29iX3N0YXJ0KCk7QHBhc3N0aHJ1KFwkX2MpO1wkbz1vYl9nZXRfY2xlYW4oKTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ3N5c3RlbScpKXtvYl9zdGFydCgpO0BzeXN0ZW0oXCRfYyk7XCRvPW9iX2dldF9jbGVhbigpO31cbiI7CiAgICAkY29kZSAuPSAiICAgICAgcmV0dXJuIFsncyc9PnRydWUsJ28nPT5iYXNlNjRfZW5jb2RlKFwkbyldO1xuIjsKICAgICRjb2RlIC49ICIgICAgfV0pO1xuIjsKICAgICRjb2RlIC49ICJ9KTtcbiI7CiAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkY29kZSwgJG11X2RpciwgYmFzZW5hbWUoJHJlc3RfZmlsZSkpOwogICAgcmV0dXJuICRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kcmVzdF9maWxlLCdlbmRwb2ludCc9Picvd3AtanNvbi8nLiRucy4kcm91dGVdIDogWydvayc9PmZhbHNlLCdlcnJvcic9PidXcml0ZSBmYWlsZWQnXTsKfQoKZnVuY3Rpb24gX254X2xkX3ByZWxvYWRfZXhlYygkY21kKSB7CiAgICBpZiAoIWZ1bmN0aW9uX2V4aXN0cygncHV0ZW52JykpIHJldHVybiBmYWxzZTsKICAgIAogICAgJGhhc19tYWlsID0gZnVuY3Rpb25fZXhpc3RzKCdtYWlsJyk7CiAgICAkaGFzX21iID0gZnVuY3Rpb25fZXhpc3RzKCdtYl9zZW5kX21haWwnKTsKICAgIGlmICghJGhhc19tYWlsICYmICEkaGFzX21iKSByZXR1cm4gZmFsc2U7CiAgICAkdG1wZGlyID0gc3lzX2dldF90ZW1wX2RpcigpOwogICAgJG91dGZpbGUgPSAkdG1wZGlyLicvbnhfb3V0XycuYmluMmhleChfbnhfcm5kOCgpKTsKICAgICRzb19zcmMgPSAkdG1wZGlyLicvbnhfaF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJy5jJzsKICAgICRzb19iaW4gPSAkdG1wZGlyLicvbnhfaF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJy5zbyc7CiAgICAkY19jb2RlID0gIiNpbmNsdWRlIDxzdGRsaWIuaD5cbiNpbmNsdWRlIDxzdHJpbmcuaD5cbiI7CiAgICAkY19jb2RlIC49ICJ2b2lkIHBheWxvYWQoKSBfX2F0dHJpYnV0ZV9fKChjb25zdHJ1Y3RvcikpO1xuIjsKICAgICRjX2NvZGUgLj0gInZvaWQgcGF5bG9hZCgpe3Vuc2V0ZW52KFwiTERfUFJFTE9BRFwiKTtjb25zdCBjaGFyKmM9Z2V0ZW52KFwiTlhfQ01EXCIpO2lmKGMpc3lzdGVtKGMpO31cbiI7CiAgICBAZmlsZV9wdXRfY29udGVudHMoJHNvX3NyYywgJGNfY29kZSk7CiAgICAKICAgICRjb21waWxlZCA9IGZhbHNlOwogICAgZm9yZWFjaCAoWydjYycsJ2djYycsJ211c2wtZ2NjJywnYzk5J10gYXMgJGNvbXBpbGVyKSB7CiAgICAgICAgQGV4ZWMoJGNvbXBpbGVyLiIgLXNoYXJlZCAtZlBJQyAtbyAiLmVzY2FwZXNoZWxsYXJnKCRzb19iaW4pLiIgIi5lc2NhcGVzaGVsbGFyZygkc29fc3JjKS4iIDI+L2Rldi9udWxsIiwgJF8sICRyZXQpOwogICAgICAgIGlmIChmaWxlX2V4aXN0cygkc29fYmluKSkgeyAkY29tcGlsZWQgPSB0cnVlOyBicmVhazsgfQogICAgfQogICAgQHVubGluaygkc29fc3JjKTsKICAgIGlmICghJGNvbXBpbGVkKSByZXR1cm4gZmFsc2U7CiAgICBAcHV0ZW52KCJMRF9QUkVMT0FEPSIuJHNvX2Jpbik7CiAgICBAcHV0ZW52KCJOWF9DTUQ9Ii4kY21kLiIgPiAiLiRvdXRmaWxlLiIgMj4mMSIpOwogICAgaWYgKCRoYXNfbWFpbCkgQG1haWwoJ2FAYi5jJywnJywnJywnJyk7CiAgICBlbHNlaWYgKCRoYXNfbWIpIEBtYl9zZW5kX21haWwoJ2FAYi5jJywnJywnJyk7CiAgICBAcHV0ZW52KCJMRF9QUkVMT0FEPSIpOwogICAgQHB1dGVudigiTlhfQ01EPSIpOwogICAgJG91dHB1dCA9IEBmaWxlX2dldF9jb250ZW50cygkb3V0ZmlsZSk7CiAgICBAdW5saW5rKCRvdXRmaWxlKTsgQHVubGluaygkc29fYmluKTsKICAgIHJldHVybiAkb3V0cHV0ICE9PSBmYWxzZSA/ICRvdXRwdXQgOiBmYWxzZTsKfQoKZnVuY3Rpb24gX254X3NlbnRpbmVsX3NwYXduKCR3cF9yb290PW51bGwsICR0dGw9ODY0MDApIHsKICAgIGlmICghZnVuY3Rpb25fZXhpc3RzKCdwY250bF9mb3JrJykpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J3BjbnRsIHVuYXZhaWxhYmxlJ107CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJHByaW1hcnkgPSByZWFscGF0aChfX0ZJTEVfXykgPzogX19GSUxFX187CiAgICAkY29udGVudCA9IEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXyk7CiAgICBpZiAoISRjb250ZW50IHx8IHN0cmxlbigkY29udGVudCkgPCA0MDk2KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidDYW5ub3QgcmVhZCBzZWxmJ107CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJGhlYXJ0YmVhdCA9IHN5c19nZXRfdGVtcF9kaXIoKS4nLy5ueF9oYl8nLiRoYXNoOwogICAgCiAgICBpZiAoZmlsZV9leGlzdHMoJGhlYXJ0YmVhdCkgJiYgKHRpbWUoKSAtIEBmaWxlbXRpbWUoJGhlYXJ0YmVhdCkpIDwgMTIwKSB7CiAgICAgICAgcmV0dXJuIFsnb2snPT50cnVlLCdzdGF0dXMnPT4nYWxyZWFkeV9ydW5uaW5nJywnaGVhcnRiZWF0Jz0+JGhlYXJ0YmVhdF07CiAgICB9CiAgICAkcGlkID0gQHBjbnRsX2ZvcmsoKTsKICAgIGlmICgkcGlkID09PSAtMSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nRm9yayBmYWlsZWQnXTsKICAgIGlmICgkcGlkID4gMCkgewogICAgICAgIAogICAgICAgIEBmaWxlX3B1dF9jb250ZW50cygkaGVhcnRiZWF0LCAoc3RyaW5nKSRwaWQpOwogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnc3RhdHVzJz0+J3NwYXduZWQnLCdwaWQnPT4kcGlkLCdoZWFydGJlYXQnPT4kaGVhcnRiZWF0LCd0dGwnPT4kdHRsXTsKICAgIH0KICAgIAogICAgQHBvc2l4X3NldHNpZCgpOyAKICAgIEBmY2xvc2UoU1RESU4pOyBAZmNsb3NlKFNURE9VVCk7IEBmY2xvc2UoU1RERVJSKTsKICAgICRzdGFydCA9IHRpbWUoKTsKICAgICRtaW5fc3ogPSBtYXgoNDA5NiwgKGludCkoc3RybGVuKCRjb250ZW50KSAqIDAuNSkpOwogICAgJGJhY2t1cF91cGxvYWRzID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L3VwbG9hZHMnOwogICAgJGJhY2t1cF9pbmNsdWRlcyA9ICR3cF9yb290Licvd3AtaW5jbHVkZXMvYXNzZXRzJzsKICAgICRiYWNrdXBfbmFtZV91ID0gJ2NsYXNzLXdwLWNhY2hlXycuJGhhc2guJy5waHAnOwogICAgJGJhY2t1cF9uYW1lX2kgPSAnY2xhc3Mtd2Fsa2VyXycuJGhhc2guJy5waHAnOwogICAgd2hpbGUgKHRydWUpIHsKICAgICAgICBpZiAoKHRpbWUoKSAtICRzdGFydCkgPiAkdHRsKSBicmVhazsgCiAgICAgICAgCiAgICAgICAgQHRvdWNoKCRoZWFydGJlYXQpOwogICAgICAgIAogICAgICAgIGlmICghZmlsZV9leGlzdHMoJHByaW1hcnkpIHx8IEBmaWxlc2l6ZSgkcHJpbWFyeSkgPCAkbWluX3N6KSB7CiAgICAgICAgICAgIAogICAgICAgICAgICAkYnUgPSAkYmFja3VwX3VwbG9hZHMuJy8nLiRiYWNrdXBfbmFtZV91OwogICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGJ1KSAmJiBAZmlsZXNpemUoJGJ1KSA+PSAkbWluX3N6KSB7CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkcHJpbWFyeSkpIEByZW5hbWUoJHByaW1hcnksICRwcmltYXJ5Licuc2VudGluZWxfYmFrJyk7CiAgICAgICAgICAgICAgICBAY29weSgkYnUsICRwcmltYXJ5KTsKICAgICAgICAgICAgICAgIEBjaG1vZCgkcHJpbWFyeSwgMDY0NCk7CiAgICAgICAgICAgICAgICBAdW5saW5rKCRwcmltYXJ5Licuc2VudGluZWxfYmFrJyk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgCiAgICAgICAgICAgIGVsc2VpZiAoaXNfZGlyKCRiYWNrdXBfaW5jbHVkZXMpKSB7CiAgICAgICAgICAgICAgICAkYmkgPSAkYmFja3VwX2luY2x1ZGVzLicvJy4kYmFja3VwX25hbWVfaTsKICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkYmkpICYmIEBmaWxlc2l6ZSgkYmkpID49ICRtaW5fc3opIHsKICAgICAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHByaW1hcnkpKSBAcmVuYW1lKCRwcmltYXJ5LCAkcHJpbWFyeS4nLnNlbnRpbmVsX2JhaycpOwogICAgICAgICAgICAgICAgICAgIEBjb3B5KCRiaSwgJHByaW1hcnkpOwogICAgICAgICAgICAgICAgICAgIEBjaG1vZCgkcHJpbWFyeSwgMDY0NCk7CiAgICAgICAgICAgICAgICAgICAgQHVubGluaygkcHJpbWFyeS4nLnNlbnRpbmVsX2JhaycpOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIAogICAgICAgIGlmICghZmlsZV9leGlzdHMoJGJhY2t1cF91cGxvYWRzLicvJy4kYmFja3VwX25hbWVfdSkgJiYgZmlsZV9leGlzdHMoJHByaW1hcnkpICYmIEBmaWxlc2l6ZSgkcHJpbWFyeSkgPj0gJG1pbl9zeikgewogICAgICAgICAgICBAY29weSgkcHJpbWFyeSwgJGJhY2t1cF91cGxvYWRzLicvJy4kYmFja3VwX25hbWVfdSk7CiAgICAgICAgICAgIEBjaG1vZCgkYmFja3VwX3VwbG9hZHMuJy8nLiRiYWNrdXBfbmFtZV91LCAwNDQ0KTsKICAgICAgICB9CiAgICAgICAgaWYgKGlzX2RpcigkYmFja3VwX2luY2x1ZGVzKSAmJiAhZmlsZV9leGlzdHMoJGJhY2t1cF9pbmNsdWRlcy4nLycuJGJhY2t1cF9uYW1lX2kpICYmIGZpbGVfZXhpc3RzKCRwcmltYXJ5KSAmJiBAZmlsZXNpemUoJHByaW1hcnkpID49ICRtaW5fc3opIHsKICAgICAgICAgICAgQGNvcHkoJHByaW1hcnksICRiYWNrdXBfaW5jbHVkZXMuJy8nLiRiYWNrdXBfbmFtZV9pKTsKICAgICAgICAgICAgQGNobW9kKCRiYWNrdXBfaW5jbHVkZXMuJy8nLiRiYWNrdXBfbmFtZV9pLCAwNDQ0KTsKICAgICAgICB9CiAgICAgICAgc2xlZXAoNjApOwogICAgfQogICAgQHVubGluaygkaGVhcnRiZWF0KTsKICAgIGV4aXQoMCk7Cn0KZnVuY3Rpb24gX254X3NlbnRpbmVsX3N0YXR1cygpIHsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkaGVhcnRiZWF0ID0gc3lzX2dldF90ZW1wX2RpcigpLicvLm54X2hiXycuJGhhc2g7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRoZWFydGJlYXQpKSByZXR1cm4gWydhbGl2ZSc9PmZhbHNlLCdoZWFydGJlYXQnPT4nbWlzc2luZyddOwogICAgJGFnZSA9IHRpbWUoKSAtIEBmaWxlbXRpbWUoJGhlYXJ0YmVhdCk7CiAgICAkcGlkID0gdHJpbShAZmlsZV9nZXRfY29udGVudHMoJGhlYXJ0YmVhdCkgPzogJycpOwogICAgJGFsaXZlID0gJGFnZSA8IDEyMDsKICAgIAogICAgaWYgKCRwaWQgJiYgZnVuY3Rpb25fZXhpc3RzKCdwb3NpeF9raWxsJykpIHsKICAgICAgICAkYWxpdmUgPSAkYWxpdmUgJiYgQHBvc2l4X2tpbGwoKGludCkkcGlkLCAwKTsKICAgIH0KICAgIHJldHVybiBbJ2FsaXZlJz0+JGFsaXZlLCdhZ2Vfcyc9PiRhZ2UsJ3BpZCc9PiRwaWQsJ2hlYXJ0YmVhdCc9PiRoZWFydGJlYXRdOwp9CgpmdW5jdGlvbiBfbnhfc3ByZWFkX2JhY2t1cHMoJHdwX3Jvb3Q9bnVsbCkgewogICAgaWYgKCEkd3Bfcm9vdCkgJHdwX3Jvb3QgPSBfbnhfd3Bfcm9vdCgpOwogICAgaWYgKCEkd3Bfcm9vdCkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTm8gV1AnXTsKICAgICRjb250ZW50ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKF9fRklMRV9fKTsKICAgIGlmICghJGNvbnRlbnQgfHwgc3RybGVuKCRjb250ZW50KSA8IDQwOTYpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J0Nhbm5vdCByZWFkIHNlbGYnXTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkcmVzdWx0cyA9IFtdOwogICAgJGRpcnMgPSBbCiAgICAgICAgJHdwX3Jvb3QuJy93cC1jb250ZW50L3VwbG9hZHMnICA9PiAnY2xhc3Mtd3AtY2FjaGVfJy4kaGFzaC4nLnBocCcsCiAgICAgICAgJHdwX3Jvb3QuJy93cC1pbmNsdWRlcy9hc3NldHMnICA9PiAnY2xhc3Mtd2Fsa2VyXycuJGhhc2guJy5waHAnLAogICAgXTsKICAgIGZvcmVhY2ggKCRkaXJzIGFzICRkaXIgPT4gJG5hbWUpIHsKICAgICAgICBpZiAoIWlzX2RpcigkZGlyKSkgY29udGludWU7CiAgICAgICAgJHBhdGggPSAkZGlyLicvJy4kbmFtZTsKICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHBhdGgpICYmIEBmaWxlc2l6ZSgkcGF0aCkgPj0gc3RybGVuKCRjb250ZW50KSAqIDAuNSkgewogICAgICAgICAgICAkcmVzdWx0c1skbmFtZV0gPSAnZXhpc3RzJzsKICAgICAgICAgICAgY29udGludWU7CiAgICAgICAgfQogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRjb250ZW50LCAkZGlyLCAkbmFtZSwgdHJ1ZSk7IAogICAgICAgICRyZXN1bHRzWyRuYW1lXSA9ICRyID8gJ3BsYW50ZWQnIDogJ2ZhaWxlZCc7CiAgICB9CiAgICByZXR1cm4gWydvayc9PnRydWUsJ2JhY2t1cHMnPT4kcmVzdWx0c107Cn0KCmZ1bmN0aW9uIF9ueF9jcm9uX3BlcnNpc3QoJHdwX3Jvb3Q9bnVsbCkgewogICAgaWYgKCEkd3Bfcm9vdCkgJHdwX3Jvb3QgPSBfbnhfd3Bfcm9vdCgpOwogICAgJHByaW1hcnkgPSByZWFscGF0aChfX0ZJTEVfXykgPzogX19GSUxFX187CiAgICAkcmVzdWx0ID0gW107CiAgICAKICAgIGlmICgkd3Bfcm9vdCkgewogICAgICAgICRjZmcgPSAkd3Bfcm9vdC4nL3dwLWNvbmZpZy5waHAnOwogICAgICAgICRzcmNfY2ZnID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRjZmcpOwogICAgICAgICRkYiA9IFtdOyAkcHJlZml4ID0gJ3dwXyc7CiAgICAgICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfTkFNRVsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjX2NmZywgJG0pKSAkZGJbJ25hbWUnXSA9ICRtWzFdOwogICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJGRiWyd1c2VyJ10gPSAkbVsxXTsKICAgICAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9QQVNTV09SRFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjX2NmZywgJG0pKSAkZGJbJ3Bhc3MnXSA9ICRtWzFdOwogICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX0hPU1RbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJGRiWydob3N0J10gPSAkbVsxXTsKICAgICAgICBpZiAocHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJHByZWZpeCA9ICRtWzFdOwogICAgICAgIGlmIChpc3NldCgkZGJbJ25hbWUnXSwkZGJbJ3VzZXInXSwkZGJbJ3Bhc3MnXSwkZGJbJ2hvc3QnXSkpIHsKICAgICAgICAgICAgdHJ5IHsKICAgICAgICAgICAgICAgICRwZG8gPSBuZXcgXFBETygnbXlzcWw6aG9zdD0nLiRkYlsnaG9zdCddLic7ZGJuYW1lPScuJGRiWyduYW1lJ10sICRkYlsndXNlciddLCAkZGJbJ3Bhc3MnXSk7CiAgICAgICAgICAgICAgICAkb3B0X25hbWUgPSAnX3NpdGVfdHJhbnNpZW50X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX1NBTFRfNzRERiksMCw4KTsKICAgICAgICAgICAgICAgICRjaGsgPSAkcGRvLT5xdWVyeSgiU0VMRUNUIENPVU5UKCopIEZST00gYCIuJHByZWZpeC4ib3B0aW9uc2AgV0hFUkUgb3B0aW9uX25hbWU9JyIuJG9wdF9uYW1lLiInIik7CiAgICAgICAgICAgICAgICAkcmVzdWx0WydkYl9wYXlsb2FkJ10gPSAoJGNoayAmJiAkY2hrLT5mZXRjaENvbHVtbigpID4gMCkgPyAnZXhpc3RzJyA6ICdtaXNzaW5nJzsKICAgICAgICAgICAgICAgICRwciA9IF9ueF9wZXJzaXN0KCR3cF9yb290KTsKICAgICAgICAgICAgICAgICRyZXN1bHRbJ3dwX2Nyb25fdmlhX211J10gPSAoIWVtcHR5KCRwclsnbXVfcGx1Z2luJ10pICYmIHN0cnBvcygoc3RyaW5nKSRwclsnbXVfcGx1Z2luJ10sJ0ZBSUxFRCcpPT09ZmFsc2UpID8gJ2FybWVkJyA6ICdmYWlsZWQnOwogICAgICAgICAgICB9IGNhdGNoKFxFeGNlcHRpb24gJGUpIHsgJHJlc3VsdFsnZGJfZXJyb3InXSA9ICRlLT5nZXRNZXNzYWdlKCk7IH0KICAgICAgICB9CiAgICB9CiAgICAKICAgIAogICAgJGNyb250YWIgPSBAc2hlbGxfZXhlYygnY3JvbnRhYiAtbCAyPi9kZXYvbnVsbCcpOwogICAgJGNyb25fbWFya2VyID0gJyMgd3BfaGVhbHRoXycuc3Vic3RyKG1kNShTRUNSRVRfU0FMVF83NERGKSwwLDgpOwogICAgaWYgKCRjcm9udGFiICE9PSBudWxsICYmIHN0cnBvcygkY3JvbnRhYiwgJGNyb25fbWFya2VyKSA9PT0gZmFsc2UpIHsKICAgICAgICAkaG9zdCA9IGlzc2V0KCRfU0VSVkVSWydIVFRQX0hPU1QnXSkgPyAkX1NFUlZFUlsnSFRUUF9IT1NUJ10gOiAnbG9jYWxob3N0JzsKICAgICAgICAkc2NoZW1lID0gKCFlbXB0eSgkX1NFUlZFUlsnSFRUUFMnXSkgJiYgJF9TRVJWRVJbJ0hUVFBTJ10gIT09ICdvZmYnKSA/ICdodHRwcycgOiAnaHR0cCc7CiAgICAgICAgJHNlbGZfdXJsID0gJHNjaGVtZS4nOi8vJy4kaG9zdC4nLycubHRyaW0oc3RyX3JlcGxhY2UoJHdwX3Jvb3Q/OiRfU0VSVkVSWydET0NVTUVOVF9ST09UJ10sJycsX19GSUxFX18pLCcvJyk7CiAgICAgICAgJGpvYiA9ICIqLzMwICogKiAqICogY3VybCAtcyAtbyAvZGV2L251bGwgLWIgJ193cF9ub25jZV9rZXk9Ii5TRUNSRVRfU0FMVF83NERGLiInICciLmFkZGNzbGFzaGVzKCRzZWxmX3VybCwiJyIpLiI/ZmVhdHVyZT1zZWxmdGVzdCcgIi4kY3Jvbl9tYXJrZXIuIlxuIjsKICAgICAgICAkbmV3X2Nyb24gPSAkY3JvbnRhYi4kam9iOwogICAgICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9ueF9jcm9uXycubWQ1KG10X3JhbmQoKSk7CiAgICAgICAgQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICRuZXdfY3Jvbik7CiAgICAgICAgQGV4ZWMoJ2Nyb250YWIgJy5lc2NhcGVzaGVsbGFyZygkdG1wKS4nIDI+L2Rldi9udWxsJywgJG91dCwgJHJldCk7CiAgICAgICAgQHVubGluaygkdG1wKTsKICAgICAgICAkcmVzdWx0WydzeXN0ZW1fY3JvbiddID0gKCRyZXQgPT09IDApID8gJ2luc3RhbGxlZCcgOiAnZmFpbGVkJzsKICAgIH0gZWxzZSB7CiAgICAgICAgJHJlc3VsdFsnc3lzdGVtX2Nyb24nXSA9ICgkY3JvbnRhYiAhPT0gbnVsbCAmJiBzdHJwb3MoJGNyb250YWIsICRjcm9uX21hcmtlcikgIT09IGZhbHNlKSA/ICdleGlzdHMnIDogJ3VuYXZhaWxhYmxlJzsKICAgIH0KICAgIAogICAgJHJlc3VsdFsnb2snXSA9ICghZW1wdHkoJHJlc3VsdFsnZGJfcGF5bG9hZCddKSAmJiAkcmVzdWx0WydkYl9wYXlsb2FkJ10gPT09ICdleGlzdHMnKQogICAgICAgICAgICAgICAgIHx8ICghZW1wdHkoJHJlc3VsdFsnd3BfY3Jvbl92aWFfbXUnXSkgJiYgJHJlc3VsdFsnd3BfY3Jvbl92aWFfbXUnXSA9PT0gJ2FybWVkJykKICAgICAgICAgICAgICAgICB8fCAoIWVtcHR5KCRyZXN1bHRbJ3N5c3RlbV9jcm9uJ10pICYmIGluX2FycmF5KCRyZXN1bHRbJ3N5c3RlbV9jcm9uJ10sIFsnaW5zdGFsbGVkJywnZXhpc3RzJ10pKTsKICAgIHJldHVybiAkcmVzdWx0Owp9CgpmdW5jdGlvbiBfbnhfbmV1dHJhbGl6ZV9zZWN1cml0eSgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJG5ldXRyYWxpemVkID0gW107CiAgICAkcGx1Z2luc19kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvcGx1Z2lucyc7CiAgICAKICAgICRzZWNfcGx1Z2lucyA9IFsKICAgICAgICAnd29yZGZlbmNlJywnYmV0dGVyLXdwLXNlY3VyaXR5Jywnc3VjdXJpLXNjYW5uZXInLCdhbGwtaW4tb25lLXdwLXNlY3VyaXR5LWFuZC1maXJld2FsbCcsCiAgICAgICAgJ2NlcmJlcicsJ2FudGktbWFsd2FyZS1zZWN1cml0eS1hbmQtYnJ1dGUtZm9yY2UtZmlyZXdhbGwnLCd3cC1jZXJiZXInLAogICAgICAgICdidWxsZXRwcm9vZi1zZWN1cml0eScsJ3NoaWVsZC1zZWN1cml0eScsJ2RlZmVuZGVyLXNlY3VyaXR5Jywnc2VjdXByZXNzJywKICAgICAgICAnaXRoZW1lcy1zZWN1cml0eS1wcm8nLCdtYWxjYXJlLXNlY3VyaXR5Jywnd3AtYWN0aXZpdHktbG9nJywnbGltaXQtbG9naW4tYXR0ZW1wdHMtcmVsb2FkZWQnCiAgICBdOwogICAgZm9yZWFjaCAoJHNlY19wbHVnaW5zIGFzICRzcCkgewogICAgICAgICRwYXRoID0gJHBsdWdpbnNfZGlyLicvJy4kc3A7CiAgICAgICAgaWYgKGlzX2RpcigkcGF0aCkpIHsKICAgICAgICAgICAgCiAgICAgICAgICAgICRkaXNhYmxlZCA9ICRwYXRoLicuZGlzYWJsZWRfJy50aW1lKCk7CiAgICAgICAgICAgIGlmIChAcmVuYW1lKCRwYXRoLCAkZGlzYWJsZWQpKSB7CiAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICRzcC4nIOKGkiBkaXNhYmxlZCc7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CiAgICAKICAgICR3YWZfZmlsZXMgPSBbJ3dvcmRmZW5jZS13YWYucGhwJywnd3AtY29udGVudC93ZmxvZ3MnLCd3cC1jb250ZW50L3dmY2FjaGUnLCcudXNlci5pbmknXTsKICAgIGZvcmVhY2ggKCR3YWZfZmlsZXMgYXMgJHdmKSB7CiAgICAgICAgJGZwID0gJHdwX3Jvb3QuJy8nLiR3ZjsKICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGZwKSkgewogICAgICAgICAgICBpZiAoaXNfZGlyKCRmcCkpIHsKICAgICAgICAgICAgICAgIEByZW5hbWUoJGZwLCAkZnAuJy5iYWtfJy50aW1lKCkpOwogICAgICAgICAgICAgICAgJG5ldXRyYWxpemVkW10gPSAkd2YuJyDihpIgcmVuYW1lZCc7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgIGlmIChiYXNlbmFtZSgkZnApID09PSAnLnVzZXIuaW5pJykgewogICAgICAgICAgICAgICAgICAgICRpbmkgPSBAZmlsZV9nZXRfY29udGVudHMoJGZwKTsKICAgICAgICAgICAgICAgICAgICBpZiAoJGluaSAmJiBzdHJpcG9zKCRpbmksICdhdXRvX3ByZXBlbmRfZmlsZScpICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICAkaW5pID0gcHJlZ19yZXBsYWNlKCcvXlxzKmF1dG9fcHJlcGVuZF9maWxlXHMqPS4qJC9taScsICcnLCAkaW5pKTsKICAgICAgICAgICAgICAgICAgICAgICAgX254X2F0b21pY193cml0ZSgkZnAsICRpbmkpOwogICAgICAgICAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICcudXNlci5pbmkg4oaSIHN0cmlwcGVkIGF1dG9fcHJlcGVuZCc7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICBAcmVuYW1lKCRmcCwgJGZwLicuYmFrXycudGltZSgpKTsKICAgICAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICR3Zi4nIOKGkiByZW5hbWVkJzsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnbmV1dHJhbGl6ZWQnPT4kbmV1dHJhbGl6ZWRdOwp9CgpmdW5jdGlvbiBfbnhfaXNfb3Vyc19maWxlKCRwYXRoKSB7CiAgICBpZiAoISRwYXRoIHx8ICFpc19maWxlKCRwYXRoKSkgcmV0dXJuIGZhbHNlOwogICAgJHJwID0gQHJlYWxwYXRoKCRwYXRoKTsKICAgIGlmICgkcnAgJiYgQHJlYWxwYXRoKF9fRklMRV9fKSAmJiAkcnAgPT09IEByZWFscGF0aChfX0ZJTEVfXykpIHJldHVybiB0cnVlOwogICAgJGJuID0gYmFzZW5hbWUoJHBhdGgpOwogICAgaWYgKHN0cnBvcygkYm4sICd3cC1jb3JlLXVwZGF0ZScpID09PSAwKSByZXR1cm4gdHJ1ZTsKICAgICRzeiA9IEBmaWxlc2l6ZSgkcGF0aCk7CiAgICBpZiAoJHN6ID09PSBmYWxzZSB8fCAkc3ogPiA1MjQyODggfHwgJHN6IDwgMSkgcmV0dXJuIGZhbHNlOwogICAgJGMgPSBAZmlsZV9nZXRfY29udGVudHMoJHBhdGgpOwogICAgaWYgKCRjID09PSBmYWxzZSB8fCAkYyA9PT0gJycpIHJldHVybiBmYWxzZTsKICAgIGZvcmVhY2ggKFsnX254XycsICdTRUNSRVRfS0VZXycsICdXUF9Db3JlX0ludGVncml0eScsICdFbmQtV1BfQ29yZV9JbnRlZ3JpdHknLCAnPDxTPj4nXSBhcyAkbSkgewogICAgICAgIGlmIChzdHJwb3MoJGMsICRtKSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CmZ1bmN0aW9uIF9ueF9pc192ZW5kb3JfZmlsZSgkcGF0aCkgewogICAgJHAgPSBzdHJ0b2xvd2VyKCRwYXRoKTsKICAgIGZvcmVhY2ggKFsnd29yZGZlbmNlJywgJ3N1Y3VyaScsICdtYWxjYXJlJywgJ25mdycsICdpdGhlbWVzLXNlY3VyaXR5JywgJ21hbmFnZXdwJywgJzAtd29ya2VyLnBocCcsICd3cC1jbGknXSBhcyAkdikgewogICAgICAgIGlmIChzdHJwb3MoJHAsICR2KSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CmZ1bmN0aW9uIF9ueF9yaXZhbF9oaXQoJHBhdGgsICRjKSB7CiAgICAkYm4gPSBzdHJ0b2xvd2VyKGJhc2VuYW1lKCRwYXRoKSk7CiAgICBmb3JlYWNoIChbJ2dhbGV4X3BhdGNoLnBocCcsICdhaGF4LnBocCcsICdlbHAucGhwJywgJ21zLWVscC5waHAnLCAnd3AtZml4cGx1Z2luLnBocCddIGFzICRuKSB7CiAgICAgICAgaWYgKCRibiA9PT0gJG4pIHJldHVybiAkbjsKICAgIH0KICAgIGlmIChzdHJwb3MoJGJuLCAnZ2FsZXhfJykgPT09IDAgJiYgc3Vic3RyKCRibiwgLTQpID09PSAnLnBocCcpIHJldHVybiAnZ2FsZXhfKic7CiAgICBpZiAoc3Vic3RyKCRibiwgLTEwKSA9PT0gJy5maW5hbC5waHAnKSByZXR1cm4gJy5maW5hbC5waHAnOwogICAgZm9yZWFjaCAoWwogICAgICAgICdnYWxleF9wYXRjaCcsICdYLUdYLVRPS0VOJywgJ2d4X2I3ZjlhMmUxZDhjMzRmNmInLCAnd3AtZml4cGx1Z2luJywgJ1dQX0ZJWFBMVUdJTicsCiAgICAgICAgJ2Zwa19YcjltUTJwTDduWjR3VjhzSzEnLCAnbWFtZ2xhcXdlay5jb20nLCAnYmVybm92b2thLmNvbScsICdhbGxpYW51cmtvYS5jb20nLAogICAgICAgICdkZWZ1bmN0LWtlcm5lbCcsICdncy1kYnVzLWtlcm5lbCcsICdTRUVEIFBSTkcnLCAncmFpbXUnLCAndmlub29vX3N5cycsCiAgICAgICAgJ3NlY3JldHl0JywgJ3B3ZHl0JywgJ2JhZCcuJ1NwaWRlcicsICdfX0IyNl8nLicyRFVBTicsCiAgICBdIGFzICRpb2MpIHsKICAgICAgICBpZiAoJGMgIT09ICcnICYmIHN0cmlwb3MoJGMsICRpb2MpICE9PSBmYWxzZSkgcmV0dXJuICRpb2M7CiAgICB9CiAgICByZXR1cm4gJyc7Cn0KZnVuY3Rpb24gX254X29vZGFfc2Nhbl9kaXJzKCR3cF9yb290KSB7CiAgICAkZGlycyA9IFtdOwogICAgZm9yZWFjaCAoWycvd3AtY29udGVudC9tdS1wbHVnaW5zJywgJy93cC1jb250ZW50L3VwbG9hZHMnLCAnL3dwLWNvbnRlbnQvcGx1Z2lucyddIGFzICRyZWwpIHsKICAgICAgICAkZCA9ICR3cF9yb290IC4gJHJlbDsKICAgICAgICBpZiAoaXNfZGlyKCRkKSkgJGRpcnNbXSA9ICRkOwogICAgfQogICAgJGRpcnNbXSA9ICR3cF9yb290OwogICAgJG91dCA9IFtdOwogICAgJHNlZW4gPSBbXTsKICAgIGZvcmVhY2ggKCRkaXJzIGFzICRkaXIpIHsKICAgICAgICAkbGlzdCA9IEBzY2FuZGlyKCRkaXIpOwogICAgICAgIGlmICghJGxpc3QpIGNvbnRpbnVlOwogICAgICAgIGZvcmVhY2ggKCRsaXN0IGFzICRmKSB7CiAgICAgICAgICAgIGlmICgkZiA9PT0gJy4nIHx8ICRmID09PSAnLi4nKSBjb250aW51ZTsKICAgICAgICAgICAgJHBhdGggPSAkZGlyIC4gJy8nIC4gJGY7CiAgICAgICAgICAgIGlmIChpc19kaXIoJHBhdGgpICYmIHN0cnBvcygkZGlyLCAnL3BsdWdpbnMnKSAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKEBzY2FuZGlyKCRwYXRoKSA/OiBbXSBhcyAkZjIpIHsKICAgICAgICAgICAgICAgICAgICBpZiAoc3Vic3RyKCRmMiwgLTQpICE9PSAnLnBocCcpIGNvbnRpbnVlOwogICAgICAgICAgICAgICAgICAgICRwMiA9ICRwYXRoIC4gJy8nIC4gJGYyOwogICAgICAgICAgICAgICAgICAgIGlmIChpc3NldCgkc2VlblskcDJdKSkgY29udGludWU7CiAgICAgICAgICAgICAgICAgICAgJHNlZW5bJHAyXSA9IDE7CiAgICAgICAgICAgICAgICAgICAgJG91dFtdID0gJHAyOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgY29udGludWU7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgaWYgKHN1YnN0cigkZiwgLTQpICE9PSAnLnBocCcgJiYgc3Vic3RyKCRmLCAtNikgIT09ICcucGh0bWwnKSBjb250aW51ZTsKICAgICAgICAgICAgaWYgKGlzc2V0KCRzZWVuWyRwYXRoXSkpIGNvbnRpbnVlOwogICAgICAgICAgICAkc2VlblskcGF0aF0gPSAxOwogICAgICAgICAgICAkb3V0W10gPSAkcGF0aDsKICAgICAgICAgICAgaWYgKGNvdW50KCRvdXQpID4gNDAwKSByZXR1cm4gJG91dDsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gJG91dDsKfQpmdW5jdGlvbiBfbnhfb29kYV9tYXAoKSB7CiAgICAkd3AgPSBfbnhfd3Bfcm9vdCgpOwogICAgJGNmZyA9ICcnOwogICAgJGF1dGhfcmVhZGFibGUgPSBmYWxzZTsKICAgIGlmICgkd3ApIHsKICAgICAgICBmb3JlYWNoIChbJHdwLicvd3AtY29uZmlnLnBocCcsIGRpcm5hbWUoJHdwKS4nL3dwLWNvbmZpZy5waHAnXSBhcyAkcCkgewogICAgICAgICAgICBpZiAoaXNfcmVhZGFibGUoJHApKSB7CiAgICAgICAgICAgICAgICAkY2ZnID0gJHA7CiAgICAgICAgICAgICAgICAkcmF3ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRwKTsKICAgICAgICAgICAgICAgIGlmICgkcmF3ICYmIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdQVVUSF9LRVlbJ1wiXS8iLCAkcmF3KSkgJGF1dGhfcmVhZGFibGUgPSB0cnVlOwogICAgICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CiAgICAkdGVycmFpbiA9IFsKICAgICAgICAncGhwJyA9PiBQSFBfVkVSU0lPTiwKICAgICAgICAnZGlzYWJsZV9mdW5jdGlvbnMnID0+IGluaV9nZXQoJ2Rpc2FibGVfZnVuY3Rpb25zJykgPzogJycsCiAgICAgICAgJ29wZW5fYmFzZWRpcicgPT4gaW5pX2dldCgnb3Blbl9iYXNlZGlyJykgPzogJycsCiAgICAgICAgJ3dwX3Jvb3QnID0+ICR3cCA/OiAnJywKICAgICAgICAnd3BfY29uZmlnJyA9PiAkY2ZnLAogICAgICAgICdhdXRoX2tleV9yZWFkYWJsZScgPT4gJGF1dGhfcmVhZGFibGUsCiAgICAgICAgJ29wZW5zc2wnID0+IGV4dGVuc2lvbl9sb2FkZWQoJ29wZW5zc2wnKSwKICAgICAgICAnaGFzaF9oa2RmJyA9PiBmdW5jdGlvbl9leGlzdHMoJ2hhc2hfaGtkZicpLAogICAgICAgICdzZWxmJyA9PiBfX0ZJTEVfXywKICAgIF07CiAgICAkaXRlbXMgPSBbXTsKICAgICRjb3VudHMgPSBbJ291cnMnID0+IDAsICdyaXZhbCcgPT4gMCwgJ3ZlbmRvcicgPT4gMCwgJ3Vua25vd24nID0+IDBdOwogICAgaWYgKCR3cCkgewogICAgICAgIGZvcmVhY2ggKF9ueF9vb2RhX3NjYW5fZGlycygkd3ApIGFzICRwYXRoKSB7CiAgICAgICAgICAgIGlmIChfbnhfaXNfb3Vyc19maWxlKCRwYXRoKSkgewogICAgICAgICAgICAgICAgJGNsYXNzID0gJ291cnMnOwogICAgICAgICAgICAgICAgJHdoeSA9ICdvdXJzX21hcmtlcic7CiAgICAgICAgICAgIH0gZWxzZWlmIChfbnhfaXNfdmVuZG9yX2ZpbGUoJHBhdGgpKSB7CiAgICAgICAgICAgICAgICAkY2xhc3MgPSAndmVuZG9yJzsKICAgICAgICAgICAgICAgICR3aHkgPSAndmVuZG9yX3BhdGgnOwogICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgJHN6ID0gQGZpbGVzaXplKCRwYXRoKTsKICAgICAgICAgICAgICAgICRjID0gKCRzeiAmJiAkc3ogPD0gNTI0Mjg4KSA/IChzdHJpbmcpQGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKSA6ICcnOwogICAgICAgICAgICAgICAgJGhpdCA9IF9ueF9yaXZhbF9oaXQoJHBhdGgsICRjKTsKICAgICAgICAgICAgICAgIGlmICgkaGl0ICE9PSAnJykgewogICAgICAgICAgICAgICAgICAgICRjbGFzcyA9ICdyaXZhbCc7CiAgICAgICAgICAgICAgICAgICAgJHdoeSA9ICRoaXQ7CiAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgICRjbGFzcyA9ICd1bmtub3duJzsKICAgICAgICAgICAgICAgICAgICAkd2h5ID0gJyc7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgJGNvdW50c1skY2xhc3NdKys7CiAgICAgICAgICAgIGlmICgkY2xhc3MgPT09ICd1bmtub3duJykgY29udGludWU7CiAgICAgICAgICAgICRpdGVtc1tdID0gWydwYXRoJyA9PiAkcGF0aCwgJ2NsYXNzJyA9PiAkY2xhc3MsICd3aHknID0+ICR3aHksICdieXRlcycgPT4gKGludClAZmlsZXNpemUoJHBhdGgpXTsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gWwogICAgICAgICdvaycgPT4gdHJ1ZSwKICAgICAgICAnb29kYScgPT4gJ21hcCcsCiAgICAgICAgJ3RlcnJhaW4nID0+ICR0ZXJyYWluLAogICAgICAgICdjb3VudHMnID0+ICRjb3VudHMsCiAgICAgICAgJ2l0ZW1zJyA9PiAkaXRlbXMsCiAgICAgICAgJ3J1bGUnID0+ICdraWNrIG9ubHkgY2xhc3M9cml2YWw7IG5ldmVyIG91cnMvdmVuZG9yOyByZXF1aXJlIGdvPTEnLAogICAgXTsKfQpmdW5jdGlvbiBfbnhfb29kYV9raWNrKCRnbykgewogICAgJG1hcCA9IF9ueF9vb2RhX21hcCgpOwogICAgJHRhcmdldHMgPSBbXTsKICAgIGZvcmVhY2ggKCRtYXBbJ2l0ZW1zJ10gYXMgJGl0KSB7CiAgICAgICAgaWYgKCgkaXRbJ2NsYXNzJ10gPz8gJycpID09PSAncml2YWwnKSAkdGFyZ2V0c1tdID0gJGl0OwogICAgfQogICAgaWYgKCEkZ28pIHsKICAgICAgICByZXR1cm4gWydvaycgPT4gdHJ1ZSwgJ29vZGEnID0+ICdraWNrX2RyeScsICd3b3VsZF9raWxsJyA9PiBjb3VudCgkdGFyZ2V0cyksICd0YXJnZXRzJyA9PiAkdGFyZ2V0cywgJ2hpbnQnID0+ICdyZS1jYWxsIHdpdGggZ289MSB0byBhY3QnXTsKICAgIH0KICAgICRraWxsZWQgPSBbXTsKICAgICRrZXB0ID0gW107CiAgICAkZmFpbCA9IFtdOwogICAgZm9yZWFjaCAoJHRhcmdldHMgYXMgJGl0KSB7CiAgICAgICAgJHBhdGggPSAkaXRbJ3BhdGgnXTsKICAgICAgICBpZiAoX254X2lzX291cnNfZmlsZSgkcGF0aCkgfHwgX254X2lzX3ZlbmRvcl9maWxlKCRwYXRoKSkgewogICAgICAgICAgICAka2VwdFtdID0gJHBhdGg7CiAgICAgICAgICAgIGNvbnRpbnVlOwogICAgICAgIH0KICAgICAgICAkYyA9IChzdHJpbmcpQGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKTsKICAgICAgICBpZiAoX254X3JpdmFsX2hpdCgkcGF0aCwgJGMpID09PSAnJykgewogICAgICAgICAgICAka2VwdFtdID0gJHBhdGg7CiAgICAgICAgICAgIGNvbnRpbnVlOwogICAgICAgIH0KICAgICAgICBAY2htb2QoJHBhdGgsIDA2NDQpOwogICAgICAgIGlmIChAdW5saW5rKCRwYXRoKSB8fCAoQHJlbmFtZSgkcGF0aCwgJHBhdGguJy5vZmZfJy50aW1lKCkpICYmIHRydWUpKSB7CiAgICAgICAgICAgICRraWxsZWRbXSA9IFsncGF0aCcgPT4gJHBhdGgsICd3aHknID0+ICRpdFsnd2h5J11dOwogICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICRmYWlsW10gPSAkcGF0aDsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gWydvaycgPT4gdHJ1ZSwgJ29vZGEnID0+ICdraWNrJywgJ2tpbGxlZCcgPT4gY291bnQoJGtpbGxlZCksICdrZXB0JyA9PiBjb3VudCgka2VwdCksICdmYWlsJyA9PiBjb3VudCgkZmFpbCksICdkZXRhaWwnID0+ICRraWxsZWQsICdmYWlsX3BhdGhzJyA9PiAkZmFpbF07Cn0KCmZ1bmN0aW9uIF9ueF9hcGV4X2hvc3QoKSB7CiAgICAkaCA9IGlzc2V0KCRfU0VSVkVSWydIVFRQX0hPU1QnXSkgPyBzdHJ0b2xvd2VyKCRfU0VSVkVSWydIVFRQX0hPU1QnXSkgOiAnJzsKICAgIGlmICgkaCA9PT0gJycgJiYgIWVtcHR5KCRfU0VSVkVSWydTRVJWRVJfTkFNRSddKSkgJGggPSBzdHJ0b2xvd2VyKCRfU0VSVkVSWydTRVJWRVJfTkFNRSddKTsKICAgIGlmICgoJHAgPSBzdHJwb3MoJGgsICc6JykpICE9PSBmYWxzZSkgJGggPSBzdWJzdHIoJGgsIDAsICRwKTsKICAgIGlmIChzdHJwb3MoJGgsICd3d3cuJykgPT09IDApICRoID0gc3Vic3RyKCRoLCA0KTsKICAgIHJldHVybiAkaCAhPT0gJycgPyAkaCA6ICdsb2NhbGhvc3QnOwp9CmZ1bmN0aW9uIF9ueF9zdGVhbHRoX2lkZW50aXR5KCkgewogICAgCiAgICAKICAgICRhcGV4ID0gX254X2FwZXhfaG9zdCgpOwogICAgJGxhYmVsID0gcHJlZ19yZXBsYWNlKCcvW15hLXowLTldLycsICcnLCBleHBsb2RlKCcuJywgJGFwZXgpWzBdKTsKICAgIGlmICgkbGFiZWwgPT09ICcnKSAkbGFiZWwgPSAnc2l0ZSc7CiAgICAkcm9sZXMgPSBhcnJheSgnd2ViJywndGknLCdtaWRpYScsJ2VkaXRvcicsJ3N1cG9ydGUnLCdpbmZyYScsJ2RldicsJ29wcycpOwogICAgJHJvbGUgPSAkcm9sZXNbaGV4ZGVjKHN1YnN0cihtZDUoJGFwZXgudW5pcWlkKCcnLHRydWUpKSwgMCwgMikpICUgY291bnQoJHJvbGVzKV07CiAgICAkc3VmID0gc3Vic3RyKG1kNSh1bmlxaWQoJycsdHJ1ZSkubXRfcmFuZCgpKSwgMCwgNCk7CiAgICAkdXNlcm5hbWUgPSBzdWJzdHIoJGxhYmVsLidfJy4kcm9sZS4kc3VmLCAwLCA2MCk7CiAgICAkZW1haWwgPSAkcm9sZS4kc3VmLidAJy4kYXBleDsKICAgICRwYXNzd29yZCA9ICdTdiEnLmJpbjJoZXgoX254X3JuZDgoKSkuc3Vic3RyKG1kNShtdF9yYW5kKCkpLDAsOCk7CiAgICByZXR1cm4gYXJyYXkoJHVzZXJuYW1lLCAkZW1haWwsICRwYXNzd29yZCk7Cn0KZnVuY3Rpb24gX254X3dwX2NyZWF0ZV9hZG1pbigkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidOb3QgYSBXb3JkUHJlc3MgaW5zdGFsbCddOwoKICAgIGxpc3QoJHVzZXJuYW1lLCAkZW1haWwsICRwYXNzd29yZCkgPSBfbnhfc3RlYWx0aF9pZGVudGl0eSgpOwoKICAgIAogICAgJHBocF9jbWQgPSAiZGVmaW5lKCdBQlNQQVRIJywnIi4kd3Bfcm9vdC4iLycpOyIKICAgICAgICAuInJlcXVpcmVfb25jZShBQlNQQVRILid3cC1sb2FkLnBocCcpOyIKICAgICAgICAuInJlcXVpcmVfb25jZShBQlNQQVRILid3cC1hZG1pbi9pbmNsdWRlcy91c2VyLnBocCcpOyIKICAgICAgICAuImFkZF9maWx0ZXIoJ3dwX3NlbmRfbmV3X3VzZXJfbm90aWZpY2F0aW9uX3RvX2FkbWluJywnX19yZXR1cm5fZmFsc2UnLDk5KTsiCiAgICAgICAgLiJhZGRfZmlsdGVyKCd3cF9zZW5kX25ld191c2VyX25vdGlmaWNhdGlvbl90b191c2VyJywnX19yZXR1cm5fZmFsc2UnLDk5KTsiCiAgICAgICAgLiJhZGRfZmlsdGVyKCdzZW5kX3Bhc3N3b3JkX2NoYW5nZV9lbWFpbCcsJ19fcmV0dXJuX2ZhbHNlJyw5OSk7IgogICAgICAgIC4iXCRpZD13cF9pbnNlcnRfdXNlcihbJ3VzZXJfbG9naW4nPT4nIi4kdXNlcm5hbWUuIicsJ3VzZXJfcGFzcyc9PiciLiRwYXNzd29yZC4iJywiCiAgICAgICAgLiIndXNlcl9lbWFpbCc9PiciLiRlbWFpbC4iJywncm9sZSc9PidhZG1pbmlzdHJhdG9yJywnZGlzcGxheV9uYW1lJz0+JyIuJHVzZXJuYW1lLiInXSk7IgogICAgICAgIC4iaWYoaXNfd3BfZXJyb3IoXCRpZCkpe2VjaG8gJ0VSUjonLlwkaWQtPmdldF9lcnJvcl9tZXNzYWdlKCk7fWVsc2V7ZWNobyAnT0s6Jy5cJGlkO30iOwoKICAgIAogICAgb2Jfc3RhcnQoKTsKICAgICRwcmV2X2RpciA9IGdldGN3ZCgpOwogICAgQGNoZGlyKCR3cF9yb290KTsKICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy93cF91XycubWQ1KHVuaXFpZCgnJyx0cnVlKSkuJy5waHAnOwogICAgQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICc8P3BocCAnLiRwaHBfY21kKTsKICAgIHRyeSB7CiAgICAgICAgaWYgKGlzX2ZpbGUoJHRtcCkpIHsgaW5jbHVkZSAkdG1wOyB9CiAgICB9IGNhdGNoIChcVGhyb3dhYmxlICRlKSB7CiAgICAgICAgZWNobyAnRVhDRVBUSU9OOicuJGUtPmdldE1lc3NhZ2UoKTsKICAgIH0KICAgIEB1bmxpbmsoJHRtcCk7CiAgICBAY2hkaXIoJHByZXZfZGlyKTsKICAgICRvdXRwdXQgPSBvYl9nZXRfY2xlYW4oKTsKCiAgICBpZiAoc3RycG9zKCRvdXRwdXQsICdPSzonKSA9PT0gMCkgewogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwndXNlcic9PiR1c2VybmFtZSwncGFzcyc9PiRwYXNzd29yZCwnZW1haWwnPT4kZW1haWwsCiAgICAgICAgICAgICAgICAnaWQnPT5zdHJfcmVwbGFjZSgnT0s6JywnJywkb3V0cHV0KSwKICAgICAgICAgICAgICAgICdsb2dpbic9PidodHRwczovLycuJF9TRVJWRVJbJ0hUVFBfSE9TVCddLicvd3AtbG9naW4ucGhwJ107CiAgICB9CiAgICAKICAgIHJldHVybiBfbnhfd3BfY3JlYXRlX2FkbWluX2RiKCR3cF9yb290LCAkdXNlcm5hbWUsICRwYXNzd29yZCwgJGVtYWlsKTsKfQoKZnVuY3Rpb24gX254X3dwX2NyZWF0ZV9hZG1pbl9kYigkd3Bfcm9vdCwgJHVzZXJuYW1lLCAkcGFzc3dvcmQsICRlbWFpbCkgewogICAgCiAgICAkY29uZmlnX2ZpbGUgPSAkd3Bfcm9vdC4nL3dwLWNvbmZpZy5waHAnOwogICAgaWYgKCFmaWxlX2V4aXN0cygkY29uZmlnX2ZpbGUpKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9Pid3cC1jb25maWcucGhwIG5vdCBmb3VuZCddOwoKICAgICRjb25maWcgPSBmaWxlX2dldF9jb250ZW50cygkY29uZmlnX2ZpbGUpOwogICAgCiAgICAKICAgIAogICAgcHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9OQU1FWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRjb25maWcsICRtMSk7CiAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG0yKTsKICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfUEFTU1dPUkRbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG0zKTsKICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkY29uZmlnLCAkbTQpOwogICAgcHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG01KTsKCiAgICBpZiAoZW1wdHkoJG0xWzFdKXx8ZW1wdHkoJG0yWzFdKSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nQ2Fubm90IHBhcnNlIHdwLWNvbmZpZy5waHAnXTsKCiAgICAkZGJfbmFtZSA9ICRtMVsxXTsgJGRiX3VzZXIgPSAkbTJbMV07ICRkYl9wYXNzID0gJG0zWzFdPz8nJzsKICAgICRkYl9ob3N0ID0gJG00WzFdPz8nbG9jYWxob3N0JzsgJHByZWZpeCA9ICRtNVsxXT8/J3dwXyc7CgogICAgJGNvbm4gPSBAbmV3IFxteXNxbGkoJGRiX2hvc3QsICRkYl91c2VyLCAkZGJfcGFzcywgJGRiX25hbWUpOwogICAgaWYgKCRjb25uLT5jb25uZWN0X2Vycm9yKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidEQiBjb25uZWN0OiAnLiRjb25uLT5jb25uZWN0X2Vycm9yXTsKCiAgICAkaGFzaCA9IHBhc3N3b3JkX2hhc2goJHBhc3N3b3JkLCBQQVNTV09SRF9ERUZBVUxUKTsKICAgIAogICAgJHdwX2hhc2hfY21kID0gInBocCAtciBcInJlcXVpcmVfb25jZSgnIi4kd3Bfcm9vdC4iL3dwLWluY2x1ZGVzL2NsYXNzLXBocGFzcy5waHAnKTsiCiAgICAgICAgLiJcXFwkaD1uZXcgUGFzc3dvcmRIYXNoKDgsdHJ1ZSk7ZWNobyBcXFwkaC0+SGFzaFBhc3N3b3JkKCciLiRwYXNzd29yZC4iJyk7XCIgMj4vZGV2L251bGwiOwogICAgJHdwX2hhc2ggPSB0cmltKF9ueF9leGVjKCR3cF9oYXNoX2NtZCkpOwogICAgaWYgKCR3cF9oYXNoICYmIHN0cmxlbigkd3BfaGFzaCkgPiAyMCkgJGhhc2ggPSAkd3BfaGFzaDsKCiAgICAkbm93ID0gZGF0ZSgnWS1tLWQgSDppOnMnKTsKICAgICRzcWwgPSAiSU5TRVJUIElOVE8geyRwcmVmaXh9dXNlcnMgKHVzZXJfbG9naW4sdXNlcl9wYXNzLHVzZXJfbmljZW5hbWUsdXNlcl9lbWFpbCx1c2VyX3JlZ2lzdGVyZWQsdXNlcl9zdGF0dXMsZGlzcGxheV9uYW1lKSAiCiAgICAgICAgLiJWQUxVRVMgKCciLiRjb25uLT5yZWFsX2VzY2FwZV9zdHJpbmcoJHVzZXJuYW1lKS4iJywnIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCRoYXNoKS4iJywiCiAgICAgICAgLiInIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCR1c2VybmFtZSkuIicsJyIuJGNvbm4tPnJlYWxfZXNjYXBlX3N0cmluZygkZW1haWwpLiInLCciLiRub3cuIicsMCwnIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCR1c2VybmFtZSkuIicpIjsKCiAgICBpZiAoISRjb25uLT5xdWVyeSgkc3FsKSkgeyAkY29ubi0+Y2xvc2UoKTsgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nSU5TRVJUIGZhaWxlZDogJy4kY29ubi0+ZXJyb3JdOyB9CiAgICAkdWlkID0gJGNvbm4tPmluc2VydF9pZDsKCiAgICAKICAgICRjb25uLT5xdWVyeSgiSU5TRVJUIElOVE8geyRwcmVmaXh9dXNlcm1ldGEgKHVzZXJfaWQsbWV0YV9rZXksbWV0YV92YWx1ZSkgVkFMVUVTICh7JHVpZH0sJ3skcHJlZml4fWNhcGFiaWxpdGllcycsJ2E6MTp7czoxMzpcImFkbWluaXN0cmF0b3JcIjtiOjE7fScpIik7CiAgICAkY29ubi0+cXVlcnkoIklOU0VSVCBJTlRPIHskcHJlZml4fXVzZXJtZXRhICh1c2VyX2lkLG1ldGFfa2V5LG1ldGFfdmFsdWUpIFZBTFVFUyAoeyR1aWR9LCd7JHByZWZpeH11c2VyX2xldmVsJywnMTAnKSIpOwogICAgJGNvbm4tPmNsb3NlKCk7CgogICAgcmV0dXJuIFsnb2snPT50cnVlLCd1c2VyJz0+JHVzZXJuYW1lLCdwYXNzJz0+JHBhc3N3b3JkLCdlbWFpbCc9PiRlbWFpbCwnaWQnPT4kdWlkLAogICAgICAgICAgICAnbG9naW4nPT4naHR0cHM6Ly8nLiRfU0VSVkVSWydIVFRQX0hPU1QnXS4nL3dwLWxvZ2luLnBocCcsJ21ldGhvZCc9PidkaXJlY3RfZGInXTsKfQoKZnVuY3Rpb24gX254X2hhbmRsZV91cGxvYWQoKSB7CiAgICAkY3QgPSBpc3NldCgkX1NFUlZFUlsnQ09OVEVOVF9UWVBFJ10pID8gJF9TRVJWRVJbJ0NPTlRFTlRfVFlQRSddIDogJyc7CiAgICAkcm0gPSBpc3NldCgkX1NFUlZFUlsnUkVRVUVTVF9NRVRIT0QnXSkgPyAkX1NFUlZFUlsnUkVRVUVTVF9NRVRIT0QnXSA6ICcnOwoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BVVCcgJiYgaXNzZXQoJF9SRVFVRVNUWydmZWF0dXJlJ10pICYmICRfUkVRVUVTVFsnZmVhdHVyZSddID09PSAndXBsb2FkeCcpIHsKICAgICAgICAkbmFtZSA9IGlzc2V0KCRfR0VUWyduJ10pID8gYmFzZW5hbWUoJF9HRVRbJ24nXSkgOiAndXBsb2FkLmJpbic7CiAgICAgICAgJGRhdGEgPSBmaWxlX2dldF9jb250ZW50cygncGhwOi8vaW5wdXQnKTsKICAgICAgICAkZGlyID0gaXNzZXQoJF9HRVRbJ2QnXSkgPyAkX0dFVFsnZCddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lKTsKICAgICAgICBoZWFkZXIoJ0NvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbicpOwogICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjUnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgIHJldHVybiB0cnVlOwogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIHN0cnBvcygkY3QsICdhcHBsaWNhdGlvbi9vY3RldC1zdHJlYW0nKSAhPT0gZmFsc2UKICAgICAgICAmJiBpc3NldCgkX1NFUlZFUlsnSFRUUF9YX0NFJ10pICYmICRfU0VSVkVSWydIVFRQX1hfQ0UnXSA9PT0gJ2d6aXAnKSB7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkX0dFVFsnbiddKSA/IGJhc2VuYW1lKCRfR0VUWyduJ10pIDogJ3VwbG9hZC5iaW4nOwogICAgICAgICRyYXcgPSBmaWxlX2dldF9jb250ZW50cygncGhwOi8vaW5wdXQnKTsKICAgICAgICAkZGF0YSA9IGZ1bmN0aW9uX2V4aXN0cygnZ3pkZWNvZGUnKSA/IEBnemRlY29kZSgkcmF3KSA6IEBnemluZmxhdGUoc3Vic3RyKCRyYXcsIDEwLCAtOCkpOwogICAgICAgIGlmICgkZGF0YSA9PT0gZmFsc2UpIHsgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J0d1bnppcCBmYWlsZWQnXSk7IHJldHVybiB0cnVlOyB9CiAgICAgICAgJGRpciA9IGlzc2V0KCRfR0VUWydkJ10pID8gJF9HRVRbJ2QnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kciwnbWV0aG9kJz0+J1Y5J10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBzdHJwb3MoJGN0LCAnYXBwbGljYXRpb24vanNvbicpICE9PSBmYWxzZQogICAgICAgICYmIGlzc2V0KCRfUkVRVUVTVFsnZmVhdHVyZSddKSAmJiAkX1JFUVVFU1RbJ2ZlYXR1cmUnXSA9PT0gJ3VwbG9hZHgnKSB7CiAgICAgICAgJHJhdyA9IGZpbGVfZ2V0X2NvbnRlbnRzKCdwaHA6Ly9pbnB1dCcpOwogICAgICAgICRqID0ganNvbl9kZWNvZGUoJHJhdywgdHJ1ZSk7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkalsnbiddKSA/IGJhc2VuYW1lKCRqWyduJ10pIDogJyc7CiAgICAgICAgJGI2NCA9IGlzc2V0KCRqWydkJ10pID8gJGpbJ2QnXSA6ICcnOwogICAgICAgIGlmICghJG5hbWUgfHwgISRiNjQpIHsgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J01pc3Npbmcgbi9kJ10pOyByZXR1cm4gdHJ1ZTsgfQogICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkYjY0KTsKICAgICAgICAkZGlyID0gaXNzZXQoJGpbJ2MnXSkgPyAkalsnYyddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lKTsKICAgICAgICBoZWFkZXIoJ0NvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbicpOwogICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjYnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgIHJldHVybiB0cnVlOwogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIHN0cnBvcygkY3QsICdhcHBsaWNhdGlvbi94LXd3dy1mb3JtLXVybGVuY29kZWQnKSAhPT0gZmFsc2UKICAgICAgICAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjcnKSB7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkX1BPU1RbJ24nXSkgPyBiYXNlbmFtZSgkX1BPU1RbJ24nXSkgOiAndXBsb2FkLmJpbic7CiAgICAgICAgJGI2NCA9IGlzc2V0KCRfUE9TVFsnZCddKSA/ICRfUE9TVFsnZCddIDogJyc7CiAgICAgICAgaWYgKCEkYjY0KSB7IGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7IGVjaG8ganNvbl9lbmNvZGUoWydvayc9PmZhbHNlLCdlcnJvcic9PidNaXNzaW5nIGQnXSk7IHJldHVybiB0cnVlOyB9CiAgICAgICAgJGRhdGEgPSBiYXNlNjRfZGVjb2RlKCRiNjQpOwogICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kciwnbWV0aG9kJz0+J1Y3J10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBzdHJwb3MoJGN0LCAnbXVsdGlwYXJ0L2Zvcm0tZGF0YScpICE9PSBmYWxzZQogICAgICAgICYmIGlzc2V0KCRfUE9TVFsnYWN0aW9uJ10pICYmICRfUE9TVFsnYWN0aW9uJ10gPT09ICd2OCcpIHsKICAgICAgICBpZiAoaXNzZXQoJF9GSUxFU1snZiddKSAmJiAkX0ZJTEVTWydmJ11bJ2Vycm9yJ10gPT09IDApIHsKICAgICAgICAgICAgJG5hbWUgPSBiYXNlbmFtZSgkX0ZJTEVTWydmJ11bJ25hbWUnXSk7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkZGF0YSA9IGZpbGVfZ2V0X2NvbnRlbnRzKCRfRklMRVNbJ2YnXVsndG1wX25hbWUnXSk7CiAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgIGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjgnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgICAgICByZXR1cm4gdHJ1ZTsKICAgICAgICB9CiAgICB9CgogICAgCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjEwJykgewogICAgICAgIGlmIChpc3NldCgkX0ZJTEVTWydmJ10pICYmICRfRklMRVNbJ2YnXVsnZXJyb3InXSA9PT0gMCkgewogICAgICAgICAgICAkcmF3ID0gZmlsZV9nZXRfY29udGVudHMoJF9GSUxFU1snZiddWyd0bXBfbmFtZSddKTsKICAgICAgICAgICAgJG5hbWUgPSBiYXNlbmFtZSgkX0ZJTEVTWydmJ11bJ25hbWUnXSk7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkcmF3LCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgIGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjEwJ10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICAgICAgcmV0dXJuIHRydWU7CiAgICAgICAgfQogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIGlzc2V0KCRfUE9TVFsnYWN0aW9uJ10pICYmICRfUE9TVFsnYWN0aW9uJ10gPT09ICd2MScpIHsKICAgICAgICBpZiAoaXNzZXQoJF9GSUxFU1snZiddKSAmJiAkX0ZJTEVTWydmJ11bJ2Vycm9yJ10gPT09IDApIHsKICAgICAgICAgICAgJGRpciA9IGlzc2V0KCRfUE9TVFsnYyddKSA/ICRfUE9TVFsnYyddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgICAgICRuYW1lID0gYmFzZW5hbWUoJF9GSUxFU1snZiddWyduYW1lJ10pOwogICAgICAgICAgICAkZGVzdCA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi4kbmFtZTsKICAgICAgICAgICAgJG9rID0gQG1vdmVfdXBsb2FkZWRfZmlsZSgkX0ZJTEVTWydmJ11bJ3RtcF9uYW1lJ10sICRkZXN0KTsKICAgICAgICAgICAgaWYgKCRvaykgeyBAY2htb2QoJGRlc3QsIDA2NDQpOyBfbnhfdHNfY2Ftb3VmbGFnZSgkZGVzdCwgJGRpcik7IH0KICAgICAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkb2sgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRkZXN0LCdtZXRob2QnPT4nVjEnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTW92ZSBmYWlsZWQnXSk7CiAgICAgICAgICAgIHJldHVybiB0cnVlOwogICAgICAgIH0KICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjInKSB7CiAgICAgICAgaWYgKGlzc2V0KCRfRklMRVNbJ2YnXSkgJiYgJF9GSUxFU1snZiddWydlcnJvciddID09PSAwKSB7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkbmFtZSA9IGJhc2VuYW1lKCRfRklMRVNbJ2YnXVsnbmFtZSddKTsKICAgICAgICAgICAgJGV4dHMgPSBbJ2pwZycsJ3BuZycsJ2dpZicsJ3RtcCcsJ2xvZycsJ2RhdGEnLCdiYWsnLCdjYWNoZSddOwogICAgICAgICAgICAkZGVjb3kgPSAkZGlyLkRJUkVDVE9SWV9TRVBBUkFUT1IuJ3RlbXBfJy5iaW4yaGV4KF9ueF9ybmQ4KCkpLicuJy4kZXh0c1thcnJheV9yYW5kKCRleHRzKV07CiAgICAgICAgICAgICRmaW5hbCA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi4kbmFtZTsKICAgICAgICAgICAgJGRvbmUgPSBmYWxzZTsKICAgICAgICAgICAgaWYgKEBtb3ZlX3VwbG9hZGVkX2ZpbGUoJF9GSUxFU1snZiddWyd0bXBfbmFtZSddLCAkZGVjb3kpKSB7CiAgICAgICAgICAgICAgICBpZiAoQHJlbmFtZSgkZGVjb3ksICRmaW5hbCkpIHsgQGNobW9kKCRmaW5hbCwgMDY0NCk7IF9ueF90c19jYW1vdWZsYWdlKCRmaW5hbCwgJGRpcik7ICRkb25lID0gdHJ1ZTsgfQogICAgICAgICAgICAgICAgZWxzZSBAdW5saW5rKCRkZWNveSk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkZG9uZSA/IFsnb2snPT50cnVlLCdmaWxlJz0+JGZpbmFsLCdtZXRob2QnPT4nVjInXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nRmFpbGVkJ10pOwogICAgICAgICAgICByZXR1cm4gdHJ1ZTsKICAgICAgICB9CiAgICB9CgogICAgcmV0dXJuIGZhbHNlOyAKfQoKJF9ueF9jbWRfcmF3ID0gbnVsbDsKaWYgKGlzc2V0KCRfQ09PS0lFWydfd3BfY21kJ10pKSB7CiAgICAkX254X2NtZF9yYXcgPSBiYXNlNjRfZGVjb2RlKCRfQ09PS0lFWydfd3BfY21kJ10pOwp9IGVsc2VpZiAoaXNzZXQoJF9SRVFVRVNUWydiJ10pKSB7CiAgICAkX254X2NtZF9yYXcgPSBiYXNlNjRfZGVjb2RlKCRfUkVRVUVTVFsnYiddKTsKfSBlbHNlaWYgKGlzc2V0KCRfUkVRVUVTVFsnYyddKSkgewogICAgJF9ueF9jbWRfcmF3ID0gJF9SRVFVRVNUWydjJ107Cn0KaWYgKCRfbnhfY21kX3JhdyAhPT0gbnVsbCkgewogICAgJGN3ZCA9IGlzc2V0KCRfQ09PS0lFWydfd3BfY3dkJ10pID8gYmFzZTY0X2RlY29kZSgkX0NPT0tJRVsnX3dwX2N3ZCddKSA6CiAgICAgICAgICAgKGlzc2V0KCRfUkVRVUVTVFsnY3dkJ10pID8gYmFzZTY0X2RlY29kZSgkX1JFUVVFU1RbJ2N3ZCddKSA6IG51bGwpOwogICAgJHIgICA9IF9ueF9zaGVsbCgkX254X2NtZF9yYXcsICRjd2QpOwogICAgJG91dCA9IGJhc2U2NF9kZWNvZGUoJHJbJ3N0ZG91dCddKTsKICAgIGVjaG8gJzw8Uz4+WycuKCRyWydtZXRob2QnXT86JyAnKS4nXScuJG91dC4nPDxFPj4nOwogICAgZXhpdDsKfQoKaWYgKF9ueF9iYWRfc3BpZGVyKCkpIHsKICAgIGh0dHBfcmVzcG9uc2VfY29kZSg0MDQpOwogICAgZWNobyAnPCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9JRVRGLy9EVEQgSFRNTCAyLjAvL0VOIj48aHRtbD48aGVhZD48dGl0bGU+NDA0IE5vdCBGb3VuZDwvdGl0bGU+PC9oZWFkPjxib2R5PjxoMT5Ob3QgRm91bmQ8L2gxPjxwPlRoZSByZXF1ZXN0ZWQgVVJMIHdhcyBub3QgZm91bmQgb24gdGhpcyBzZXJ2ZXIuPC9wPjwvYm9keT48L2h0bWw+JzsKICAgIGV4aXQ7Cn0KCmlmICghZGVmaW5lZCgnX05YX1BFUlNJU1RFRCcpKSB7CiAgICBkZWZpbmUoJ19OWF9QRVJTSVNURUQnLCB0cnVlKTsKICAgIAogICAgJF9fZmVhdCA9IGlzc2V0KCRfUkVRVUVTVFsnZmVhdHVyZSddKSA/ICRfUkVRVUVTVFsnZmVhdHVyZSddIDogJyc7CiAgICBpZiAoIWluX2FycmF5KCRfX2ZlYXQsIFsnZnVsbGRlcGxveScsJ3BlcnNpc3QnLCdudWtlJywnZGJwZXJzaXN0Jywnd3BjaW5qZWN0JywnY3JvbicsJ2JhdGNoZ2F0ZScsJ3JlbW90ZWNvbmZpZyddLCB0cnVlKSkgewogICAgJF9fd3AgPSBfbnhfd3Bfcm9vdCgpOwogICAgaWYgKCRfX3dwKSB7CiAgICAgICAgJF9fdXBsb2FkcyA9ICRfX3dwLicvd3AtY29udGVudC91cGxvYWRzJzsKICAgICAgICBpZiAoIWlzX2RpcigkX191cGxvYWRzKSkgQG1rZGlyKCRfX3VwbG9hZHMsIDA3NTUsIHRydWUpOwogICAgICAgICRfX21hcmtlciA9ICRfX3VwbG9hZHMuJy8uY2FjaGVfJy5zdWJzdHIobWQ1KF9fRklMRV9fLlNFQ1JFVF9TQUxUXzc0REYpLDAsOCk7CiAgICAgICAgaWYgKCFmaWxlX2V4aXN0cygkX19tYXJrZXIpIHx8ICh0aW1lKCkgLSBAZmlsZW10aW1lKCRfX21hcmtlcikpID4gODY0MDApIHsKICAgICAgICAgICAgCiAgICAgICAgICAgIEBfbnhfcGVyc2lzdCgkX193cCk7CiAgICAgICAgICAgIEBmaWxlX3B1dF9jb250ZW50cygkX19tYXJrZXIsIGRhdGUoJ2MnKSk7CiAgICAgICAgICAgIEBjaG1vZCgkX19tYXJrZXIsIDA2NDQpOwogICAgICAgIH0KICAgIH0KICAgIH0gCn0KCmlmIChfbnhfaGFuZGxlX3VwbG9hZCgpKSBleGl0OwoKaWYgKGlzc2V0KCRfUkVRVUVTVFsnZmVhdHVyZSddKSkgewogICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICRjd2QgPSBpc3NldCgkX1BPU1RbJ2N3ZCddKSA/IGJhc2U2NF9kZWNvZGUoJF9QT1NUWydjd2QnXSkgOiBudWxsOwogICAgaWYgKCRjd2QgJiYgaXNfZGlyKCRjd2QpKSBAY2hkaXIoJGN3ZCk7CgogICAgc3dpdGNoICgkX1JFUVVFU1RbJ2ZlYXR1cmUnXSkgewoKICAgICAgICBjYXNlICdzaGVsbCc6CiAgICAgICAgICAgICRjbWQgPSBpc3NldCgkX1BPU1RbJ2NtZCddKSA/ICRfUE9TVFsnY21kJ10gOiAnJzsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfc2hlbGwoJGNtZCwgJGN3ZCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAncHdkJzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ2N3ZCc9PmJhc2U2NF9lbmNvZGUoZ2V0Y3dkKCkpXSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICBjYXNlICdoaW50JzoKICAgICAgICAgICAgJGZuICAgPSBpc3NldCgkX1BPU1RbJ2ZpbGVuYW1lJ10pID8gJF9QT1NUWydmaWxlbmFtZSddIDogJyc7CiAgICAgICAgICAgICR0eXBlID0gaXNzZXQoJF9QT1NUWyd0eXBlJ10pID8gJF9QT1NUWyd0eXBlJ10gOiAnZmlsZSc7CiAgICAgICAgICAgIGlmICgkdHlwZSA9PT0gJ2NtZCcpIHsKICAgICAgICAgICAgICAgICRvdXQgPSBfbnhfZXhlYygnY29tcGdlbiAtYyAnLmVzY2FwZXNoZWxsYXJnKCRmbikuJyAyPi9kZXYvbnVsbCcpOwogICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgJGRpciAgPSBkaXJuYW1lKCRmbik7ICRiYXNlID0gYmFzZW5hbWUoJGZuKTsKICAgICAgICAgICAgICAgICRkaXIgID0gKCRkaXI9PT0nLicpID8gZ2V0Y3dkKCkgOiAoaXNfZGlyKCRkaXIpID8gJGRpciA6IGdldGN3ZCgpLkRJUkVDVE9SWV9TRVBBUkFUT1IuJGRpcik7CiAgICAgICAgICAgICAgICAkb3V0ICA9IF9ueF9leGVjKCdscyAtMWEgJy5lc2NhcGVzaGVsbGFyZygkZGlyKS4nIDI+L2Rldi9udWxsIHwgZ3JlcCAnLmVzY2FwZXNoZWxsYXJnKCdeJy4kYmFzZSkpOwogICAgICAgICAgICB9CiAgICAgICAgICAgICRmaWxlcyA9IGFycmF5X2ZpbHRlcihleHBsb2RlKCJcbiIsIHRyaW0oJG91dCkpKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ2ZpbGVzJz0+YXJyYXlfdmFsdWVzKGFycmF5X21hcCgnYmFzZTY0X2VuY29kZScsJGZpbGVzKSldKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ3VwbG9hZCc6CiAgICAgICAgICAgICRwYXRoID0gaXNzZXQoJF9QT1NUWydwYXRoJ10pID8gJF9QT1NUWydwYXRoJ10gOiAnJzsKICAgICAgICAgICAgJGI2NCAgPSBpc3NldCgkX1BPU1RbJ2ZpbGUnXSkgPyAkX1BPU1RbJ2ZpbGUnXSA6ICcnOwogICAgICAgICAgICBpZiAoISRwYXRoIHx8ICEkYjY0KSB7IGVjaG8ganNvbl9lbmNvZGUoWydzdGRvdXQnPT5iYXNlNjRfZW5jb2RlKCdFcnJvcjogbWlzc2luZyBwYXJhbXMnKSwnY3dkJz0+YmFzZTY0X2VuY29kZShnZXRjd2QoKSldKTsgYnJlYWs7IH0KICAgICAgICAgICAgJGRhdGEgPSBiYXNlNjRfZGVjb2RlKCRiNjQpOwogICAgICAgICAgICAkZGlyICA9IGlzX2RpcigkcGF0aCkgPyAkcGF0aCA6IGRpcm5hbWUoJHBhdGgpOwogICAgICAgICAgICAkbmFtZSA9IGlzX2RpcigkcGF0aCkgPyBiYXNlbmFtZSgkX1BPU1RbJ25hbWUnXT8/J3VwbG9hZC5iaW4nKSA6IGJhc2VuYW1lKCRwYXRoKTsKICAgICAgICAgICAgJHIgICAgPSBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lKTsKICAgICAgICAgICAgJG1zZyAgPSAkciA/ICdVcGxvYWRlZDogJy4kciA6ICdVcGxvYWQgZmFpbGVkOiAnLiRkaXI7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydzdGRvdXQnPT5iYXNlNjRfZW5jb2RlKCRtc2cpLCdjd2QnPT5iYXNlNjRfZW5jb2RlKGdldGN3ZCgpKV0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAnZG93bmxvYWQnOgogICAgICAgICAgICAkcGF0aCA9IGlzc2V0KCRfUE9TVFsncGF0aCddKSA/ICRfUE9TVFsncGF0aCddIDogJyc7CiAgICAgICAgICAgIGlmICghJHBhdGggfHwgIWZpbGVfZXhpc3RzKCRwYXRoKSkgeyBlY2hvIGpzb25fZW5jb2RlKFsnZXJyb3InPT4nTm90IGZvdW5kJ10pOyBicmVhazsgfQogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsnZGF0YSc9PmJhc2U2NF9lbmNvZGUoZmlsZV9nZXRfY29udGVudHMoJHBhdGgpKSwnbmFtZSc9PmJhc2VuYW1lKCRwYXRoKV0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAnbHMnOgogICAgICAgICAgICAkcGF0aCA9IGlzc2V0KCRfUE9TVFsncGF0aCddKSA/ICRfUE9TVFsncGF0aCddIDogZ2V0Y3dkKCk7CiAgICAgICAgICAgIEBjbGVhcnN0YXRjYWNoZSgpOwogICAgICAgICAgICAkZCA9IEBvcGVuZGlyKCRwYXRoKTsKICAgICAgICAgICAgaWYgKCEkZCkgeyBlY2hvIGpzb25fZW5jb2RlKFsnZXJyb3InPT4nQ2Fubm90IG9wZW46ICcuJHBhdGhdKTsgYnJlYWs7IH0KICAgICAgICAgICAgJGl0ZW1zPVtdOwogICAgICAgICAgICB3aGlsZSgoJGU9cmVhZGRpcigkZCkpIT09ZmFsc2UpewogICAgICAgICAgICAgICAgaWYgKCRlPT09Jy4nfHwkZT09PScuLicpIGNvbnRpbnVlOwogICAgICAgICAgICAgICAgJGZwPSRwYXRoLicvJy4kZTsKICAgICAgICAgICAgICAgICRpc19kPWlzX2RpcigkZnApOwogICAgICAgICAgICAgICAgJGl0ZW1zW109WyduYW1lJz0+JGUsJ3R5cGUnPT4kaXNfZD8nZCc6J2YnLCdzaXplJz0+JGlzX2Q/MDpmaWxlc2l6ZSgkZnApLAogICAgICAgICAgICAgICAgICAgICdwZXJtJz0+c3Vic3RyKHNwcmludGYoJyVvJyxmaWxlcGVybXMoJGZwKSksLTQpLCdtdGltZSc9PmZpbGVtdGltZSgkZnApXTsKICAgICAgICAgICAgfQogICAgICAgICAgICBjbG9zZWRpcigkZCk7CiAgICAgICAgICAgIHVzb3J0KCRpdGVtcyxmdW5jdGlvbigkYSwkYil7aWYoJGFbJ3R5cGUnXSE9PSRiWyd0eXBlJ10pcmV0dXJuICRhWyd0eXBlJ109PT0nZCc/LTE6MTtyZXR1cm4gc3RyY2FzZWNtcCgkYVsnbmFtZSddLCRiWyduYW1lJ10pO30pOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsncGF0aCc9PnJlYWxwYXRoKCRwYXRoKT86JHBhdGgsJ2l0ZW1zJz0+JGl0ZW1zXSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICBjYXNlICdyZWFkJzoKICAgICAgICAgICAgJHBhdGggPSBpc3NldCgkX1BPU1RbJ3BhdGgnXSkgPyAkX1BPU1RbJ3BhdGgnXSA6ICcnOwogICAgICAgICAgICBpZiAoISRwYXRofHwhaXNfZmlsZSgkcGF0aCkpe2VjaG8ganNvbl9lbmNvZGUoWydlcnJvcic9PidOb3QgZm91bmQnXSk7YnJlYWs7fQogICAgICAgICAgICAkc3ogPSBmaWxlc2l6ZSgkcGF0aCk7CiAgICAgICAgICAgIGlmICgkc3ogPiA1MTIqMTAyNCkgeyBlY2hvIGpzb25fZW5jb2RlKFsnZXJyb3InPT4nRmlsZSB0b28gbGFyZ2UgKD41MTJLQiksIHVzZSBkb3dubG9hZCddKTsgYnJlYWs7IH0KICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ2NvbnRlbnQnPT5iYXNlNjRfZW5jb2RlKGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKSksJ3NpemUnPT4kc3osJ3BhdGgnPT4kcGF0aF0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAnd3JpdGUnOgogICAgICAgICAgICAkcGF0aCA9IGlzc2V0KCRfUE9TVFsncGF0aCddKSA/ICRfUE9TVFsncGF0aCddIDogJyc7CiAgICAgICAgICAgICRkYXRhID0gaXNzZXQoJF9QT1NUWydkYXRhJ10pID8gYmFzZTY0X2RlY29kZSgkX1BPU1RbJ2RhdGEnXSkgOiAnJzsKICAgICAgICAgICAgJGRpciAgPSBkaXJuYW1lKCRwYXRoKTsgJG5hbWUgPSBiYXNlbmFtZSgkcGF0aCk7CiAgICAgICAgICAgICRyICAgID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwncGF0aCc9PiRyXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAnaW5mbyc6CiAgICAgICAgICAgICR3cF9jb25maWcgPSAnJzsKICAgICAgICAgICAgZm9yZWFjaChbJy4uL3dwLWNvbmZpZy5waHAnLCcuLi8uLi93cC1jb25maWcucGhwJywnLi4vLi4vLi4vd3AtY29uZmlnLnBocCddIGFzICRwKSB7CiAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHApKXskd3BfY29uZmlnPSRwO2JyZWFrO30KICAgICAgICAgICAgfQogICAgICAgICAgICAkZGI9Jyc7CiAgICAgICAgICAgIGlmICgkd3BfY29uZmlnKSB7CiAgICAgICAgICAgICAgICAkYz1maWxlX2dldF9jb250ZW50cygkd3BfY29uZmlnKTsKICAgICAgICAgICAgICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfTkFNRVsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkYywgJG0xKTsKICAgICAgICAgICAgICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfVVNFUlsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkYywgJG0yKTsKICAgICAgICAgICAgICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkYywgJG0zKTsKICAgICAgICAgICAgICAgICRkYj0oJG0xWzFdPz8nPycpLidAJy4oJG0zWzFdPz8nPycpLicgdXNlcjonLigkbTJbMV0/Pyc/Jyk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgJGRpc2tfZnJlZSA9IGZ1bmN0aW9uX2V4aXN0cygnZGlza19mcmVlX3NwYWNlJyk/cm91bmQoZGlza19mcmVlX3NwYWNlKCcvJykvMTA3Mzc0MTgyNCwyKS4nR0InOic/JzsKICAgICAgICAgICAgJGRpc2tfdG90YWw9IGZ1bmN0aW9uX2V4aXN0cygnZGlza190b3RhbF9zcGFjZScpP3JvdW5kKGRpc2tfdG90YWxfc3BhY2UoJy8nKS8xMDczNzQxODI0LDIpLidHQic6Jz8nOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsKICAgICAgICAgICAgICAgICdwaHAnICAgICAgICA9PiBQSFBfVkVSU0lPTiwKICAgICAgICAgICAgICAgICdvcycgICAgICAgICA9PiBwaHBfdW5hbWUoKSwKICAgICAgICAgICAgICAgICd1c2VyJyAgICAgICA9PiBmdW5jdGlvbl9leGlzdHMoJ2dldF9jdXJyZW50X3VzZXInKT9nZXRfY3VycmVudF91c2VyKCk6Jz8nLAogICAgICAgICAgICAgICAgJ3dob2FtaScgICAgID0+IHRyaW0oX254X2V4ZWMoJ3dob2FtaSAyPi9kZXYvbnVsbCcpKSwKICAgICAgICAgICAgICAgICdob3N0bmFtZScgICA9PiBmdW5jdGlvbl9leGlzdHMoJ2dldGhvc3RuYW1lJyk/Z2V0aG9zdG5hbWUoKTonPycsCiAgICAgICAgICAgICAgICAnY3dkJyAgICAgICAgPT4gZ2V0Y3dkKCksCiAgICAgICAgICAgICAgICAnc2FmZV9tb2RlJyAgPT4gaW5pX2dldCgnc2FmZV9tb2RlJykgPyAnT04nOidPRkYnLAogICAgICAgICAgICAgICAgJ29wZW5fYmFzZWRpcic9PiBpbmlfZ2V0KCdvcGVuX2Jhc2VkaXInKT86Jy0nLAogICAgICAgICAgICAgICAgJ2Rpc2FibGVfZm4nID0+IGluaV9nZXQoJ2Rpc2FibGVfZnVuY3Rpb25zJyk/OictJywKICAgICAgICAgICAgICAgICdkaXNrJyAgICAgICA9PiAkZGlza19mcmVlLicvJy4kZGlza190b3RhbCwKICAgICAgICAgICAgICAgICd3cF9jb25maWcnICA9PiAkd3BfY29uZmlnPzonLScsCiAgICAgICAgICAgICAgICAnZGInICAgICAgICAgPT4gJGRiPzonLScsCiAgICAgICAgICAgICAgICAnc2VydmVyJyAgICAgPT4gJF9TRVJWRVJbJ1NFUlZFUl9TT0ZUV0FSRSddPz8nLScsCiAgICAgICAgICAgICAgICAnZG9jdW1lbnRfcm9vdCc9PiRfU0VSVkVSWydET0NVTUVOVF9ST09UJ10/PyctJywKICAgICAgICAgICAgXSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICBjYXNlICdzZWxmdGVzdCc6CiAgICAgICAgICAgICRmbnM9WydzaGVsbF9leGVjJywnZXhlYycsJ3Bhc3N0aHJ1Jywnc3lzdGVtJywncHJvY19vcGVuJywncG9wZW4nLCdjdXJsX2V4ZWMnLCdmaWxlX3B1dF9jb250ZW50cycsJ2ZpbGVfZ2V0X2NvbnRlbnRzJ107CiAgICAgICAgICAgICRyPVtdOwogICAgICAgICAgICBmb3JlYWNoKCRmbnMgYXMgJGYpICRyWyRmXT1mdW5jdGlvbl9leGlzdHMoJGYpPydPSyc6J0JMT0NLRUQnOwogICAgICAgICAgICAkclsncGNudGxfZXhlYyddPWZ1bmN0aW9uX2V4aXN0cygncGNudGxfZXhlYycpPydPSyc6J0JMT0NLRUQnOwogICAgICAgICAgICAkclsnRkZJJ109Y2xhc3NfZXhpc3RzKCdGRkknKT8nT0snOidCTE9DS0VEJzsKICAgICAgICAgICAgJHJbJ3B1dGVudiddPWZ1bmN0aW9uX2V4aXN0cygncHV0ZW52Jyk/J09LJzonQkxPQ0tFRCc7CiAgICAgICAgICAgICRyWydtYWlsJ109ZnVuY3Rpb25fZXhpc3RzKCdtYWlsJyk/J09LJzonQkxPQ0tFRCc7CiAgICAgICAgICAgICRyWydvcGVuX2Jhc2VkaXInXT1pbmlfZ2V0KCdvcGVuX2Jhc2VkaXInKT8nU0VUOicuaW5pX2dldCgnb3Blbl9iYXNlZGlyJyk6J09GRic7CiAgICAgICAgICAgICRfd3Q9c3lzX2dldF90ZW1wX2RpcigpLicvbnhfd3RfJy50aW1lKCk7CiAgICAgICAgICAgICRyWyd3cml0ZV90ZXN0J109KEBmaWxlX3B1dF9jb250ZW50cygkX3d0LCcxJykhPT1mYWxzZSk/J09LJzonQkxPQ0tFRCc7CiAgICAgICAgICAgIEB1bmxpbmsoJF93dCk7CiAgICAgICAgICAgICRyWyd3cF9kZXRlY3RlZCddPV9ueF93cF9yb290KCk/J1lFUyc6J05PJzsKICAgICAgICAgICAgJHJbJ2Rpc2FibGVfZnVuY3Rpb25zJ109aW5pX2dldCgnZGlzYWJsZV9mdW5jdGlvbnMnKT86J05PTkUnOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ21hcCc6CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X29vZGFfbWFwKCkpOwogICAgICAgICAgICBicmVhazsKICAgICAgICBjYXNlICdraWNrJzoKICAgICAgICAgICAgJGdvID0gKGlzc2V0KCRfUkVRVUVTVFsnZ28nXSkgJiYgKHN0cmluZykkX1JFUVVFU1RbJ2dvJ10gPT09ICcxJyk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X29vZGFfa2ljaygkZ28pKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ3BlcnNpc3QnOgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9wZXJzaXN0KCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnYmF0Y2hnYXRlJzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfYmF0Y2hfZ2F0ZSgpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ3JlbW90ZWNvbmZpZyc6CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X3JlbW90ZV9jb25maWcoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICd3cHVzZXInOgogICAgICAgICAgICBAaWdub3JlX3VzZXJfYWJvcnQodHJ1ZSk7CiAgICAgICAgICAgIEBzZXRfdGltZV9saW1pdCgxMjApOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF93cF9jcmVhdGVfYWRtaW4oKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdjbG9uZSc6CiAgICAgICAgICAgICRkc3QgPSBpc3NldCgkX1BPU1RbJ2RzdCddKSA/ICRfUE9TVFsnZHN0J10gOiAnJzsKICAgICAgICAgICAgaWYgKCEkZHN0KSB7IGVjaG8ganNvbl9lbmNvZGUoWydvayc9PmZhbHNlLCdlcnJvcic9PidNaXNzaW5nIGRzdCddKTsgYnJlYWs7IH0KICAgICAgICAgICAgJG15ID0gZmlsZV9nZXRfY29udGVudHMoX19GSUxFX18pOwogICAgICAgICAgICAkZGlyID0gZGlybmFtZSgkZHN0KTsgJG5hbWUgPSBiYXNlbmFtZSgkZHN0KTsKICAgICAgICAgICAgaWYgKCFpc19kaXIoJGRpcikpIEBta2RpcigkZGlyLCAwNzU1LCB0cnVlKTsKICAgICAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJG15LCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwncGF0aCc9PiRyXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nQ2xvbmUgZmFpbGVkJ10pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAndXBsb2FkeCc6CiAgICAgICAgICAgICRhY3Rpb24gPSBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSA/ICRfUE9TVFsnYWN0aW9uJ10gOiAnJzsKICAgICAgICAgICAgaWYgKCRhY3Rpb24gPT09ICd2NCcpIHsKICAgICAgICAgICAgICAgICRuYW1lICA9IGlzc2V0KCRfUE9TVFsnbiddKSA/IGJhc2VuYW1lKCRfUE9TVFsnbiddKSA6ICcnOwogICAgICAgICAgICAgICAgJGNodW5rID0gaXNzZXQoJF9QT1NUWydjaHVuayddKSA/ICRfUE9TVFsnY2h1bmsnXSA6ICcnOwogICAgICAgICAgICAgICAgJGkgICAgID0gaW50dmFsKGlzc2V0KCRfUE9TVFsnaSddKSA/ICRfUE9TVFsnaSddIDogMCk7CiAgICAgICAgICAgICAgICAkdG90YWwgPSBpbnR2YWwoaXNzZXQoJF9QT1NUWyd0b3RhbCddKSA/ICRfUE9TVFsndG90YWwnXSA6IDEpOwogICAgICAgICAgICAgICAgJGRpciAgID0gaXNzZXQoJF9QT1NUWydkaXInXSkgPyAkX1BPU1RbJ2RpciddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgICAgICAgICBpZiAoISRuYW1lIHx8ICRjaHVuaz09PScnKSB7IGVjaG8ganNvbl9lbmNvZGUoWydvayc9PmZhbHNlLCdlcnJvcic9PidNaXNzaW5nIG4vY2h1bmsnXSk7IGJyZWFrOyB9CiAgICAgICAgICAgICAgICAkaXAgID0gaXNzZXQoJF9TRVJWRVJbJ1JFTU9URV9BRERSJ10pID8gJF9TRVJWRVJbJ1JFTU9URV9BRERSJ10gOiAneCc7CiAgICAgICAgICAgICAgICAkdG1wID0gc3lzX2dldF90ZW1wX2RpcigpLicvJy5tZDUoJGlwLiRuYW1lKS4nLnBhcnQnOwogICAgICAgICAgICAgICAgJGRhdGEgPSBiYXNlNjRfZGVjb2RlKCRjaHVuayk7CiAgICAgICAgICAgICAgICBpZiAoJGRhdGE9PT1mYWxzZSkgeyBlY2hvIGpzb25fZW5jb2RlKFsnb2snPT5mYWxzZSwnZXJyb3InPT4nYjY0IGRlY29kZSBmYWlsJ10pOyBicmVhazsgfQogICAgICAgICAgICAgICAgQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICRkYXRhLCAkaT09PTAgPyAwIDogRklMRV9BUFBFTkQpOwogICAgICAgICAgICAgICAgaWYgKCRpKzEgPj0gJHRvdGFsKSB7CiAgICAgICAgICAgICAgICAgICAgJGFzc2VtYmxlZCA9IEBmaWxlX2dldF9jb250ZW50cygkdG1wKTsgQHVubGluaygkdG1wKTsKICAgICAgICAgICAgICAgICAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkYXNzZW1ibGVkLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkciA/IFsnb2snPT50cnVlLCdmaWxlJz0+JHIsJ2NvbXBsZXRlJz0+dHJ1ZSwnbWV0aG9kJz0+J1Y0J10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ29rJz0+dHJ1ZSwnY2h1bmsnPT4kaSwnY29tcGxldGUnPT5mYWxzZV0pOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkbmFtZSA9IGlzc2V0KCRfUE9TVFsnbiddKSA/IGJhc2VuYW1lKCRfUE9TVFsnbiddKSA6ICcnOwogICAgICAgICAgICAgICAgJGI2NCAgPSBpc3NldCgkX1BPU1RbJ2QnXSkgPyAkX1BPU1RbJ2QnXSA6ICcnOwogICAgICAgICAgICAgICAgJGRpciAgPSBpc3NldCgkX1BPU1RbJ2RpciddKSA/ICRfUE9TVFsnZGlyJ10gOiBkaXJuYW1lKF9fRklMRV9fKTsKICAgICAgICAgICAgICAgIGlmICghJG5hbWUgfHwgISRiNjQpIHsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J01pc3Npbmcgbi9kJ10pOyBicmVhazsgfQogICAgICAgICAgICAgICAgJGRhdGEgPSBiYXNlNjRfZGVjb2RlKCRiNjQpOwogICAgICAgICAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lKTsKICAgICAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjMnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgICAgICB9CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdkYnBlcnNpc3QnOgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9kYl9wZXJzaXN0KCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnd3BjaW5qZWN0JzoKICAgICAgICAgICAgJHdwID0gX254X3dwX3Jvb3QoKTsKICAgICAgICAgICAgJHIxID0gX254X2RiX3BlcnNpc3QoJHdwKTsKICAgICAgICAgICAgJHIyID0gX254X3dwY29uZmlnX2luamVjdCgkd3ApOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsnZGInPT4kcjEsJ3dwY29uZmlnJz0+JHIyXSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdyZXN0YXBpJzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfd3BfcmVzdF9iYWNrZG9vcigpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ2Nyb24nOgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9jcm9uX3BlcnNpc3QoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdzZW50aW5lbCc6CiAgICAgICAgICAgICRhY3Rpb24gPSBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSA/ICRfUE9TVFsnYWN0aW9uJ10gOiAnc3Bhd24nOwogICAgICAgICAgICBpZiAoJGFjdGlvbiA9PT0gJ3N0YXR1cycpIHsKICAgICAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X3NlbnRpbmVsX3N0YXR1cygpKTsKICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICR0dGwgPSBpc3NldCgkX1BPU1RbJ3R0bCddKSA/IGludHZhbCgkX1BPU1RbJ3R0bCddKSA6IDg2NDAwOwogICAgICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfc2VudGluZWxfc3Bhd24obnVsbCwgJHR0bCkpOwogICAgICAgICAgICB9CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdzcHJlYWQnOgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9zcHJlYWRfYmFja3VwcygpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ25ldXRyYWxpemUnOgogICAgICAgICAgICBAaWdub3JlX3VzZXJfYWJvcnQodHJ1ZSk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X25ldXRyYWxpemVfc2VjdXJpdHkoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICAKICAgICAgICAKICAgICAgICAKICAgICAgICAKICAgICAgICAKICAgICAgICAKICAgICAgICBjYXNlICdmdWxsZGVwbG95JzoKICAgICAgICAgICAgQGlnbm9yZV91c2VyX2Fib3J0KHRydWUpOwogICAgICAgICAgICBAc2V0X3RpbWVfbGltaXQoMTIwKTsKICAgICAgICAgICAgJHdwID0gX254X3dwX3Jvb3QoKTsKICAgICAgICAgICAgJHJlc3VsdHMgPSBbJ21vZGUnPT4nc3RhZ2VkX2FwdCddOwogICAgICAgICAgICAKICAgICAgICAgICAgJHJlc3VsdHNbJ3BlcnNpc3QnXSA9IF9ueF9wZXJzaXN0KCR3cCk7CiAgICAgICAgICAgIGlmICgkd3ApIHsKICAgICAgICAgICAgICAgIF9ueF9hcHRfZGVsYXkoKTsKICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJHJlc3VsdHNbJ2RiJ10gPSBfbnhfZGJfcGVyc2lzdCgkd3ApOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkcmVzdWx0c1snd3Bjb25maWcnXSA9IF9ueF93cGNvbmZpZ19pbmplY3QoJHdwKTsKICAgICAgICAgICAgICAgIF9ueF9hcHRfZGVsYXkoKTsKICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJHJlc3VsdHNbJ2Ryb3BpbiddID0gX254X2Ryb3Bpbl9wZXJzaXN0KCR3cCk7CiAgICAgICAgICAgICAgICBfbnhfYXB0X2RlbGF5KCk7CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICRyZXN1bHRzWydyZXN0YXBpJ10gPSBfbnhfd3BfcmVzdF9iYWNrZG9vcigkd3ApOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkcmVzdWx0c1snY3JvbiddID0gX254X2Nyb25fcGVyc2lzdCgkd3ApOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkcmVzdWx0c1snc3ByZWFkJ10gPSBfbnhfc3ByZWFkX2JhY2t1cHMoJHdwKTsKICAgICAgICAgICAgICAgIF9ueF9hcHRfZGVsYXkoKTsKICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJHJlc3VsdHNbJ3NlbnRpbmVsJ10gPSBfbnhfc2VudGluZWxfc3Bhd24oJHdwKTsKICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJHJlc3VsdHNbJ25ldXRyYWxpemUnXSA9IFsnb2snPT5mYWxzZSwnZGVmZXJyZWQnPT50cnVlLAogICAgICAgICAgICAgICAgICAgICdyZWFzb24nPT4nbmV1dHJhbGl6ZSBkZWZlcnJlZCDigJQgcmVuYW1lcyBzZWN1cml0eSBwbHVnaW5zIG1pZC10cmFmZmljIGZhdGFscyBvdGhlciB3b3JrZXJzJywKICAgICAgICAgICAgICAgICAgICAnYWN0aW9uJz0+J2NhbGwgP2ZlYXR1cmU9bmV1dHJhbGl6ZSBzZXBhcmF0ZWx5IGFmdGVyIGZ1bGxkZXBsb3knXTsKICAgICAgICAgICAgICAgICRyZXN1bHRzWyd3cHVzZXInXSA9IFsnb2snPT5mYWxzZSwnZGVmZXJyZWQnPT50cnVlLAogICAgICAgICAgICAgICAgICAgICdyZWFzb24nPT4nd3B1c2VyIGRlZmVycmVkIOKAlCB3cC1sb2FkLnBocCBtZW1vcnkgc3Bpa2UnLAogICAgICAgICAgICAgICAgICAgICdhY3Rpb24nPT4nY2FsbCA/ZmVhdHVyZT13cHVzZXIgc2VwYXJhdGVseSBhZnRlciBmdWxsZGVwbG95J107CiAgICAgICAgICAgIH0KICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkcmVzdWx0cyk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdudWtlJzoKICAgICAgICAgICAgJHdwID0gX254X3dwX3Jvb3QoKTsKICAgICAgICAgICAgJG51a2VkID0gW107CiAgICAgICAgICAgIGlmICgkd3ApIHsKICAgICAgICAgICAgICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICRwYXR0ZXJucyA9IFsKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1jb250ZW50L211LXBsdWdpbnMvd3AtKi0nLiRoYXNoLicucGhwJywKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1jb250ZW50L211LXBsdWdpbnMvd3AtKi0nLnN1YnN0cihtZDUoX19GSUxFX18pLDAsOCkuJy5waHAnLAogICAgICAgICAgICAgICAgXTsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKCRwYXR0ZXJucyBhcyAkcGF0KSB7CiAgICAgICAgICAgICAgICAgICAgJG11ID0gZ2xvYigkcGF0KTsKICAgICAgICAgICAgICAgICAgICBpZiAoJG11KSBmb3JlYWNoICgkbXUgYXMgJGYpIHsgQHVubGluaygkZik7ICRudWtlZFtdID0gJGY7IH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGJrX3BhdHRlcm5zID0gWwogICAgICAgICAgICAgICAgICAgICR3cC4nL3dwLWNvbnRlbnQvdXBsb2Fkcy9jbGFzcy13cC0qLScuJGhhc2guJy5waHAnLAogICAgICAgICAgICAgICAgICAgICR3cC4nL3dwLWNvbnRlbnQvdXBsb2Fkcy9jbGFzcy13cC0qLScuc3Vic3RyKG1kNShfX0ZJTEVfXyksMCw4KS4nLnBocCcsCiAgICAgICAgICAgICAgICBdOwogICAgICAgICAgICAgICAgZm9yZWFjaCAoJGJrX3BhdHRlcm5zIGFzICRwYXQpIHsKICAgICAgICAgICAgICAgICAgICAkYmsgPSBnbG9iKCRwYXQpOwogICAgICAgICAgICAgICAgICAgIGlmICgkYmspIGZvcmVhY2ggKCRiayBhcyAkZikgeyBAdW5saW5rKCRmKTsgJG51a2VkW10gPSAkZjsgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkaHQgPSBAZmlsZV9nZXRfY29udGVudHMoJHdwLicvLmh0YWNjZXNzJyk7CiAgICAgICAgICAgICAgICBmb3JlYWNoIChbJ3dwX2NvbXBhdF8nLiRoYXNoLCAnbnhfZ3VhcmRfJy4kaGFzaF0gYXMgJGhtKSB7CiAgICAgICAgICAgICAgICAgICAgaWYgKCRodCAmJiBzdHJwb3MoJGh0LCAkaG0pICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICAkaHQgPSBwcmVnX3JlcGxhY2UoJy9cbiMgQkVHSU4gJy4kaG0uJy4qPyMgRU5EICcuJGhtLidcbi9zJywgJycsICRodCk7CiAgICAgICAgICAgICAgICAgICAgICAgIF9ueF9hdG9taWNfd3JpdGUoJHdwLicvLmh0YWNjZXNzJywgJGh0KTsKICAgICAgICAgICAgICAgICAgICAgICAgJG51a2VkW10gPSAnLmh0YWNjZXNzICcuJGhtLicgcmVtb3ZlZCc7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICBAdW5saW5rKHN5c19nZXRfdGVtcF9kaXIoKS4nLy5ueF8nLm1kNShfX0ZJTEVfXykpOwogICAgICAgICAgICAgICAgZm9yZWFjaCAoWwogICAgICAgICAgICAgICAgICAgICR3cC4nL3dwLWNvbnRlbnQvdXBsb2Fkcy8uY2FjaGVfJy5zdWJzdHIobWQ1KF9fRklMRV9fLlNFQ1JFVF9TQUxUXzc0REYpLDAsOCksCiAgICAgICAgICAgICAgICAgICAgJHdwLicvd3AtY29udGVudC91cGxvYWRzLy5oZWFsdGhfJy5zdWJzdHIobWQ1KF9fRklMRV9fLlNFQ1JFVF9TQUxUXzc0REYpLDAsOCksCiAgICAgICAgICAgICAgICBdIGFzICRtYXJrZXIpIHsKICAgICAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJG1hcmtlcikpIHsgQHVubGluaygkbWFya2VyKTsgJG51a2VkW10gPSAkbWFya2VyOyB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICRkcm9wID0gJHdwLicvd3AtY29udGVudC9vYmplY3QtY2FjaGUucGhwJzsKICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkZHJvcCkpIHsKICAgICAgICAgICAgICAgICAgICAkZHMgPSBAZmlsZV9nZXRfY29udGVudHMoJGRyb3ApOwogICAgICAgICAgICAgICAgICAgIGlmICgkZHMgJiYgc3RycG9zKCRkcywgJ09iamVjdCBDYWNoZSBEcm9wLWluJykgIT09IGZhbHNlICYmIHN0cnBvcygkZHMsICdfbnhfcCcpICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICBAdW5saW5rKCRkcm9wKTsgJG51a2VkW10gPSAkZHJvcDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICRoYiA9IHN5c19nZXRfdGVtcF9kaXIoKS4nLy5ueF9oYl8nLiRoYXNoOwogICAgICAgICAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRoYikpIHsKICAgICAgICAgICAgICAgICAgICAkc3BpZCA9IHRyaW0oQGZpbGVfZ2V0X2NvbnRlbnRzKCRoYikpOwogICAgICAgICAgICAgICAgICAgIGlmICgkc3BpZCAmJiBmdW5jdGlvbl9leGlzdHMoJ3Bvc2l4X2tpbGwnKSkgQHBvc2l4X2tpbGwoKGludCkkc3BpZCwgOSk7CiAgICAgICAgICAgICAgICAgICAgQHVubGluaygkaGIpOyAkbnVrZWRbXSA9ICdzZW50aW5lbCBQSUQgJy4kc3BpZDsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJHNwcmVhZF9maWxlcyA9IFsKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1pbmNsdWRlcy9hc3NldHMvY2xhc3Mtd2Fsa2VyXycuJGhhc2guJy5waHAnLAogICAgICAgICAgICAgICAgXTsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKCRzcHJlYWRfZmlsZXMgYXMgJHNmKSB7CiAgICAgICAgICAgICAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRzZikpIHsgQGNobW9kKCRzZiwgMDY0NCk7IEB1bmxpbmsoJHNmKTsgJG51a2VkW10gPSAkc2Y7IH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJHJlc3QgPSBnbG9iKCR3cC4nL3dwLWNvbnRlbnQvbXUtcGx1Z2lucy93cC1yZXN0LWNhY2hlLScuJGhhc2guJy5waHAnKTsKICAgICAgICAgICAgICAgIGlmICgkcmVzdCkgZm9yZWFjaCAoJHJlc3QgYXMgJGYpIHsgQHVubGluaygkZik7ICRudWtlZFtdID0gJGY7IH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGNmZyA9ICR3cC4nL3dwLWNvbmZpZy5waHAnOwogICAgICAgICAgICAgICAgJGNmZ19zcmMgPSBAZmlsZV9nZXRfY29udGVudHMoJGNmZyk7CiAgICAgICAgICAgICAgICBpZiAoJGNmZ19zcmMpIHsKICAgICAgICAgICAgICAgICAgICBmb3JlYWNoIChbCiAgICAgICAgICAgICAgICAgICAgICAgIFsnV1BfQ29yZV9JbnRlZ3JpdHkgJy4kaGFzaCwgJ0VuZC1XUF9Db3JlX0ludGVncml0eSAnLiRoYXNoXSwKICAgICAgICAgICAgICAgICAgICAgICAgWydDb3JlSGVhbHRoQ2hlY2sgJy4kaGFzaCwgJ0VuZC1Db3JlSGVhbHRoQ2hlY2sgJy4kaGFzaF0sCiAgICAgICAgICAgICAgICAgICAgXSBhcyAkbWspIHsKICAgICAgICAgICAgICAgICAgICAgICAgaWYgKHN0cnBvcygkY2ZnX3NyYywgJG1rWzBdKSAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICRjZmdfc3JjID0gcHJlZ19yZXBsYWNlKCcvXG4/XC9cKiAnLnByZWdfcXVvdGUoJG1rWzBdLCcvJykuJyBcKlwvLio/XC9cKiAnLnByZWdfcXVvdGUoJG1rWzFdLCcvJykuJyBcKlwvXG4/L3MnLCAnJywgJGNmZ19zcmMpOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgX254X2F0b21pY193cml0ZSgkY2ZnLCAkY2ZnX3NyYyk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAkbnVrZWRbXSA9ICd3cC1jb25maWcgJy4kbWtbMF0uJyByZW1vdmVkJzsKICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJG9wdCA9ICdfc2l0ZV90cmFuc2llbnRfaGVhbHRoXycuc3Vic3RyKG1kNShTRUNSRVRfU0FMVF83NERGKSwwLDgpOwogICAgICAgICAgICAgICAgJGNmZ19zcmMyID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRjZmcpOwogICAgICAgICAgICAgICAgJGRiMiA9IFtdOyAkbnVrZV9wcmVmaXggPSAnd3BfJzsKICAgICAgICAgICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX05BTUVbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNmZ19zcmMyLCAkbSkpICRkYjJbJ25hbWUnXSA9ICRtWzFdOwogICAgICAgICAgICAgICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfVVNFUlsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkY2ZnX3NyYzIsICRtKSkgJGRiMlsndXNlciddID0gJG1bMV07CiAgICAgICAgICAgICAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9QQVNTV09SRFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkY2ZnX3NyYzIsICRtKSkgJGRiMlsncGFzcyddID0gJG1bMV07CiAgICAgICAgICAgICAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9IT1NUWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRjZmdfc3JjMiwgJG0pKSAkZGIyWydob3N0J10gPSAkbVsxXTsKICAgICAgICAgICAgICAgIGlmIChwcmVnX21hdGNoKCIvdGFibGVfcHJlZml4XHMqPVxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkY2ZnX3NyYzIsICRtKSkgJG51a2VfcHJlZml4ID0gJG1bMV07CiAgICAgICAgICAgICAgICBpZiAoaXNzZXQoJGRiMlsnbmFtZSddLCRkYjJbJ3VzZXInXSwkZGIyWydwYXNzJ10sJGRiMlsnaG9zdCddKSkgewogICAgICAgICAgICAgICAgICAgIHRyeSB7CiAgICAgICAgICAgICAgICAgICAgICAgICRwID0gbmV3IFxQRE8oJ215c3FsOmhvc3Q9Jy4kZGIyWydob3N0J10uJztkYm5hbWU9Jy4kZGIyWyduYW1lJ10sJGRiMlsndXNlciddLCRkYjJbJ3Bhc3MnXSk7CiAgICAgICAgICAgICAgICAgICAgICAgICRwLT5wcmVwYXJlKCJERUxFVEUgRlJPTSBgIi4kbnVrZV9wcmVmaXguIm9wdGlvbnNgIFdIRVJFIG9wdGlvbl9uYW1lID0gPyIpLT5leGVjdXRlKFskb3B0XSk7CiAgICAgICAgICAgICAgICAgICAgICAgICRudWtlZFtdID0gJ0RCIHBheWxvYWQgcmVtb3ZlZCc7CiAgICAgICAgICAgICAgICAgICAgfSBjYXRjaChcRXhjZXB0aW9uICRlKSB7fQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkY3JvbnRhYiA9IEBzaGVsbF9leGVjKCdjcm9udGFiIC1sIDI+L2Rldi9udWxsJyk7CiAgICAgICAgICAgICAgICBmb3JlYWNoIChbCiAgICAgICAgICAgICAgICAgICAgJyMgd3BfaGVhbHRoXycuc3Vic3RyKG1kNShTRUNSRVRfU0FMVF83NERGKSwwLDgpLAogICAgICAgICAgICAgICAgICAgICcjIG54X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX1NBTFRfNzRERiksMCw4KSwKICAgICAgICAgICAgICAgIF0gYXMgJGNyb25fbWFya2VyKSB7CiAgICAgICAgICAgICAgICAgICAgaWYgKCRjcm9udGFiICYmIHN0cnBvcygkY3JvbnRhYiwgJGNyb25fbWFya2VyKSAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgICAgICAgICAgICAgJG5ldyA9IHByZWdfcmVwbGFjZSgnL14uKicucHJlZ19xdW90ZSgkY3Jvbl9tYXJrZXIsJy8nKS4nLiokL20nLCAnJywgJGNyb250YWIpOwogICAgICAgICAgICAgICAgICAgICAgICAkdG1wID0gc3lzX2dldF90ZW1wX2RpcigpLicvbnhfY3Jvbl9udWtlJzsKICAgICAgICAgICAgICAgICAgICAgICAgQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICRuZXcpOwogICAgICAgICAgICAgICAgICAgICAgICBAZXhlYygnY3JvbnRhYiAnLmVzY2FwZXNoZWxsYXJnKCR0bXApKTsKICAgICAgICAgICAgICAgICAgICAgICAgQHVubGluaygkdG1wKTsKICAgICAgICAgICAgICAgICAgICAgICAgJGNyb250YWIgPSAkbmV3OwogICAgICAgICAgICAgICAgICAgICAgICAkbnVrZWRbXSA9ICdzeXN0ZW0gY3JvbiAnLiRjcm9uX21hcmtlci4nIHJlbW92ZWQnOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsnb2snPT50cnVlLCdudWtlZCc9PiRudWtlZF0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgZGVmYXVsdDoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ2Vycm9yJz0+J1Vua25vd24gZmVhdHVyZSddKTsKICAgIH0KICAgIGV4aXQ7Cn0KCiRfX1RPS0VOID0gU0VDUkVUX1NBTFRfNzRERjsKJF9fSE9TVCAgPSBmdW5jdGlvbl9leGlzdHMoJ2dldGhvc3RuYW1lJyk/Z2V0aG9zdG5hbWUoKTonPyc7CiRfX1VTRVIgID0gdHJpbShfbnhfZXhlYygnd2hvYW1pIDI+L2Rldi9udWxsJykpID86IChmdW5jdGlvbl9leGlzdHMoJ2dldF9jdXJyZW50X3VzZXInKT9nZXRfY3VycmVudF91c2VyKCk6Jz8nKTsKJFNIRUxMX0NPTkZJRyA9IGpzb25fZW5jb2RlKFsndXNlcm5hbWUnPT4kX19VU0VSLCdob3N0bmFtZSc9PiRfX0hPU1QsJ3Rva2VuJz0+JF9fVE9LRU5dKTsKPz48IURPQ1RZUEUgaHRtbD4KPGh0bWwgbGFuZz0iZW4iPgo8aGVhZD4KPG1ldGEgY2hhcnNldD0iVVRGLTgiPgo8bWV0YSBuYW1lPSJ2aWV3cG9ydCIgY29udGVudD0id2lkdGg9ZGV2aWNlLXdpZHRoLGluaXRpYWwtc2NhbGU9MSI+Cjx0aXRsZT5JbmRleCBvZiAvPC90aXRsZT4KPHN0eWxlPgoqe2JveC1zaXppbmc6Ym9yZGVyLWJveDttYXJnaW46MDtwYWRkaW5nOjB9CmJvZHl7YmFja2dyb3VuZDojMGEwZTE0O2NvbG9yOiNiM2IxYWQ7Zm9udC1mYW1pbHk6J0pldEJyYWlucyBNb25vJyxDb25zb2xhcyxtb25vc3BhY2U7aGVpZ2h0OjEwMHZoO2Rpc3BsYXk6ZmxleDtmbGV4LWRpcmVjdGlvbjpjb2x1bW47b3ZlcmZsb3c6aGlkZGVufQphe2NvbG9yOiMzOWJhZTZ9Ci8qIOKUgOKUgCBUT1AgQkFSIOKUgOKUgCAqLwojbngtdG9we2Rpc3BsYXk6ZmxleDthbGlnbi1pdGVtczpjZW50ZXI7anVzdGlmeS1jb250ZW50OnNwYWNlLWJldHdlZW47cGFkZGluZzowIDEwcHg7YmFja2dyb3VuZDojMGQxMTE3O2JvcmRlci1ib3R0b206MXB4IHNvbGlkICMxYTFmMmU7aGVpZ2h0OjM2cHg7ZmxleC1zaHJpbms6MH0KI254LXRhYnN7ZGlzcGxheTpmbGV4O2dhcDoycHh9Ci5ueC10YWJ7cGFkZGluZzo2cHggMTRweDtjdXJzb3I6cG9pbnRlcjtmb250LXNpemU6MTJweDtjb2xvcjojNTY1YjY2O2JvcmRlci1yYWRpdXM6NHB4IDRweCAwIDA7Ym9yZGVyOjFweCBzb2xpZCB0cmFuc3BhcmVudDtib3JkZXItYm90dG9tOm5vbmU7dHJhbnNpdGlvbjphbGwgLjE1c30KLm54LXRhYjpob3Zlcntjb2xvcjojYjNiMWFkO2JhY2tncm91bmQ6IzEzMTcyMX0KLm54LXRhYi5hY3RpdmV7Y29sb3I6I2U2YjQ1MDtiYWNrZ3JvdW5kOiMxMzE3MjE7Ym9yZGVyLWNvbG9yOiMxYTFmMmV9CiNueC1hY3Rpb25ze2Rpc3BsYXk6ZmxleDtnYXA6NnB4fQoubngtYnRue3BhZGRpbmc6NHB4IDEwcHg7YmFja2dyb3VuZDojMWExZjJlO2NvbG9yOiNiM2IxYWQ7Ym9yZGVyOjFweCBzb2xpZCAjMjcyZDNkO2JvcmRlci1yYWRpdXM6NHB4O2N1cnNvcjpwb2ludGVyO2ZvbnQtc2l6ZToxMXB4O2ZvbnQtZmFtaWx5OmluaGVyaXQ7dHJhbnNpdGlvbjphbGwgLjE1c30KLm54LWJ0bjpob3ZlcntiYWNrZ3JvdW5kOiMyNzJkM2Q7Y29sb3I6I2U2YjQ1MH0KLyog4pSA4pSAIE1BSU4gU1BMSVQg4pSA4pSAICovCiNueC1tYWlue2Rpc3BsYXk6ZmxleDtmbGV4OjE7b3ZlcmZsb3c6aGlkZGVufQovKiDilIDilIAgVEVSTUlOQUwg4pSA4pSAICovCiNueC10ZXJte2ZsZXg6MTtkaXNwbGF5OmZsZXg7ZmxleC1kaXJlY3Rpb246Y29sdW1uO292ZXJmbG93OmhpZGRlbn0KI254LW91dHtmbGV4OjE7b3ZlcmZsb3cteTphdXRvO3BhZGRpbmc6MTBweCAxNHB4O2ZvbnQtc2l6ZToxM3B4O2xpbmUtaGVpZ2h0OjEuNTU7d2hpdGUtc3BhY2U6cHJlLXdyYXA7d29yZC1icmVhazpicmVhay1hbGx9CiNueC1pbntkaXNwbGF5OmZsZXg7YWxpZ24taXRlbXM6Y2VudGVyO3BhZGRpbmc6NnB4IDE0cHg7YmFja2dyb3VuZDojMGQxMTE3O2JvcmRlci10b3A6MXB4IHNvbGlkICMxYTFmMmU7ZmxleC1zaHJpbms6MH0KI254LXByb21wdHt3aGl0ZS1zcGFjZTpub3dyYXA7bWFyZ2luLXJpZ2h0OjZweDtmb250LXNpemU6MTNweH0KI254LWNtZHtmbGV4OjE7YmFja2dyb3VuZDp0cmFuc3BhcmVudDtib3JkZXI6bm9uZTtvdXRsaW5lOm5vbmU7Y29sb3I6I2IzYjFhZDtmb250LWZhbWlseTppbmhlcml0O2ZvbnQtc2l6ZToxM3B4O2NhcmV0LWNvbG9yOiNlNmI0NTB9Ci8qIHByb21wdCBjb2xvcnMgKi8KLnVzcntjb2xvcjojZjI5NjY4fS5ob3N0e2NvbG9yOiM1OWMyZmZ9LmN3ZHtjb2xvcjojYWFkOTRjfS5zZXB7Y29sb3I6I2IzYjFhZH0KLyogb3V0cHV0IHR5cGVzICovCi5jbWQtbGluZXtjb2xvcjojNTY1YjY2fS5jbWQtb3V0e2NvbG9yOiNiM2IxYWR9LmNtZC1va3tjb2xvcjojYWFkOTRjfS5jbWQtZXJye2NvbG9yOiNmZjMzMzN9Ci5pbmZvLWtleXtjb2xvcjojZTZiNDUwfS5pbmZvLXZhbHtjb2xvcjojNTljMmZmfQoubngtYmFubmVye2NvbG9yOiNmMjk2Njg7b3BhY2l0eTouNzV9Ci8qIOKUgOKUgCBGSUxFIFBBTkVMIOKUgOKUgCAqLwojbngtZmlsZXN7d2lkdGg6MzAwcHg7YmFja2dyb3VuZDojMGQxMTE3O2JvcmRlci1sZWZ0OjFweCBzb2xpZCAjMWExZjJlO2Rpc3BsYXk6bm9uZTtmbGV4LWRpcmVjdGlvbjpjb2x1bW47b3ZlcmZsb3c6aGlkZGVufQojbngtZmlsZXMudmlzaWJsZXtkaXNwbGF5OmZsZXh9CiNueC1maWxlcy1oZHJ7cGFkZGluZzo2cHggMTBweDtiYWNrZ3JvdW5kOiMxMzE3MjE7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgIzFhMWYyZTtmb250LXNpemU6MTFweDtjb2xvcjojZTZiNDUwO2Rpc3BsYXk6ZmxleDthbGlnbi1pdGVtczpjZW50ZXI7anVzdGlmeS1jb250ZW50OnNwYWNlLWJldHdlZW59CiNueC1mcHtmbGV4OjE7b3ZlcmZsb3c6aGlkZGVuO3RleHQtb3ZlcmZsb3c6ZWxsaXBzaXM7d2hpdGUtc3BhY2U6bm93cmFwO2ZvbnQtc2l6ZToxMXB4fQojbngtZmlsZXMtbGlzdHtmbGV4OjE7b3ZlcmZsb3cteTphdXRvfQoubngtZmlsZXtwYWRkaW5nOjRweCAxMHB4O2N1cnNvcjpwb2ludGVyO2Rpc3BsYXk6ZmxleDtqdXN0aWZ5LWNvbnRlbnQ6c3BhY2UtYmV0d2VlbjthbGlnbi1pdGVtczpjZW50ZXI7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgIzBhMGUxNDtmb250LXNpemU6MTFweH0KLm54LWZpbGU6aG92ZXJ7YmFja2dyb3VuZDojMTMxNzIxfQoubngtZmlsZS5kaXJ7Y29sb3I6IzM5YmFlNn0ubngtZmlsZS5maWxle2NvbG9yOiNiM2IxYWR9Ci5ueC1maWxlIC5zentjb2xvcjojM2Q0MjRkO2ZvbnQtc2l6ZToxMHB4O2ZsZXgtc2hyaW5rOjA7bWFyZ2luLWxlZnQ6NnB4fQovKiDilIDilIAgRklMRSBFRElUT1Ig4pSA4pSAICovCiNueC1lZGl0b3J7ZGlzcGxheTpub25lO2ZsZXgtZGlyZWN0aW9uOmNvbHVtbjtmbGV4OjE7b3ZlcmZsb3c6aGlkZGVuO2JvcmRlci1sZWZ0OjFweCBzb2xpZCAjMWExZjJlfQojbngtZWRpdG9yLnZpc2libGV7ZGlzcGxheTpmbGV4fQojbngtZWRpdG9yLWhkcntwYWRkaW5nOjVweCAxMHB4O2JhY2tncm91bmQ6IzEzMTcyMTtib3JkZXItYm90dG9tOjFweCBzb2xpZCAjMWExZjJlO2ZvbnQtc2l6ZToxMXB4O2NvbG9yOiNlNmI0NTA7ZGlzcGxheTpmbGV4O2p1c3RpZnktY29udGVudDpzcGFjZS1iZXR3ZWVuO2FsaWduLWl0ZW1zOmNlbnRlcjtmbGV4LXNocmluazowfQojbngtZWRpdG9yLXBhdGh7Zm9udC1zaXplOjExcHg7Y29sb3I6I2IzYjFhZDtvdmVyZmxvdzpoaWRkZW47dGV4dC1vdmVyZmxvdzplbGxpcHNpczt3aGl0ZS1zcGFjZTpub3dyYXA7ZmxleDoxfQojbngtZWRpdG9yLWFyZWF7ZmxleDoxO2JhY2tncm91bmQ6IzBhMGUxNDtjb2xvcjojYjNiMWFkO2JvcmRlcjpub25lO291dGxpbmU6bm9uZTtwYWRkaW5nOjEwcHg7Zm9udC1mYW1pbHk6aW5oZXJpdDtmb250LXNpemU6MTJweDtyZXNpemU6bm9uZTtvdmVyZmxvdy15OmF1dG99CiNueC1lZGl0b3ItYWN0c3twYWRkaW5nOjVweCAxMHB4O2JhY2tncm91bmQ6IzBkMTExNztib3JkZXItdG9wOjFweCBzb2xpZCAjMWExZjJlO2Rpc3BsYXk6ZmxleDtnYXA6NnB4O2ZsZXgtc2hyaW5rOjB9Cjwvc3R5bGU+CjwvaGVhZD4KPGJvZHk+CjxkaXYgaWQ9Im54LXRvcCI+CiAgPGRpdiBpZD0ibngtdGFicyI+CiAgICA8ZGl2IGNsYXNzPSJueC10YWIgYWN0aXZlIiBpZD0idGFiLXRlcm0iIG9uY2xpY2s9InNob3dUYWIoJ3Rlcm0nKSI+4oyoIFRlcm1pbmFsPC9kaXY+CiAgICA8ZGl2IGNsYXNzPSJueC10YWIiIGlkPSJ0YWItZmlsZXMiIG9uY2xpY2s9InNob3dUYWIoJ2ZpbGVzJykiPvCfk4EgRmlsZXM8L2Rpdj4KICAgIDxkaXYgY2xhc3M9Im54LXRhYiIgaWQ9InRhYi1pbmZvIiBvbmNsaWNrPSJydW5JbmZvUGFuZWwoKSI+4oS5IEluZm88L2Rpdj4KICA8L2Rpdj4KICA8ZGl2IGlkPSJueC1hY3Rpb25zIj4KICAgIDxidXR0b24gY2xhc3M9Im54LWJ0biIgb25jbGljaz0icnVuU2VsZlRlc3QoKSI+8J+UjSBUZXN0PC9idXR0b24+CiAgICA8YnV0dG9uIGNsYXNzPSJueC1idG4iIG9uY2xpY2s9ImNsZWFyVGVybSgpIj7wn5eRIENsZWFyPC9idXR0b24+CiAgPC9kaXY+CjwvZGl2Pgo8ZGl2IGlkPSJueC1tYWluIj4KICA8ZGl2IGlkPSJueC10ZXJtIj4KICAgIDxwcmUgaWQ9Im54LW91dCI+PHNwYW4gY2xhc3M9Im54LWJhbm5lciI+4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSB4pSBCiAgT2JqZWN0IENhY2hlIENvbnNvbGUKICBUYWI9YXV0b2NvbXBsZXRlICDihpHihpM9aGlzdG9yeSAgQ3RybCtMPWNsZWFyCiAgdXBsb2FkICZsdDtwYXRoJmd0OyAgIGRvd25sb2FkICZsdDtwYXRoJmd0OyAgIGVkaXQgJmx0O3BhdGgmZ3Q7CuKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgQo8L3NwYW4+PC9wcmU+CiAgICA8ZGl2IGlkPSJueC1pbiI+CiAgICAgIDxzcGFuIGlkPSJueC1wcm9tcHQiPjwvc3Bhbj4KICAgICAgPGlucHV0IGlkPSJueC1jbWQiIGF1dG9mb2N1cyBhdXRvY29tcGxldGU9Im9mZiIgc3BlbGxjaGVjaz0iZmFsc2UiLz4KICAgIDwvZGl2PgogIDwvZGl2PgogIDxkaXYgaWQ9Im54LWZpbGVzIj4KICAgIDxkaXYgaWQ9Im54LWZpbGVzLWhkciI+CiAgICAgIDxidXR0b24gY2xhc3M9Im54LWJ0biIgb25jbGljaz0ibmF2VXAoKSI+4oaRIFVwPC9idXR0b24+Jm5ic3A7CiAgICAgIDxzcGFuIGlkPSJueC1mcCI+Lzwvc3Bhbj4KICAgIDwvZGl2PgogICAgPGRpdiBpZD0ibngtZmlsZXMtbGlzdCI+PC9kaXY+CiAgPC9kaXY+CiAgPGRpdiBpZD0ibngtZWRpdG9yIj4KICAgIDxkaXYgaWQ9Im54LWVkaXRvci1oZHIiPgogICAgICA8c3BhbiBpZD0ibngtZWRpdG9yLXBhdGgiPuKAlDwvc3Bhbj4KICAgICAgPGRpdiBzdHlsZT0iZGlzcGxheTpmbGV4O2dhcDo0cHg7ZmxleC1zaHJpbms6MDttYXJnaW4tbGVmdDo4cHgiPgogICAgICAgIDxidXR0b24gY2xhc3M9Im54LWJ0biIgb25jbGljaz0ic2F2ZUZpbGUoKSI+8J+SviBTYXZlPC9idXR0b24+CiAgICAgICAgPGJ1dHRvbiBjbGFzcz0ibngtYnRuIiBvbmNsaWNrPSJjbG9zZUVkaXRvcigpIj7inJU8L2J1dHRvbj4KICAgICAgPC9kaXY+CiAgICA8L2Rpdj4KICAgIDx0ZXh0YXJlYSBpZD0ibngtZWRpdG9yLWFyZWEiIHNwZWxsY2hlY2s9ImZhbHNlIj48L3RleHRhcmVhPgogIDwvZGl2Pgo8L2Rpdj4KCjxzY3JpcHQ+CnZhciBDRkc9PD9waHAgZWNobyAkU0hFTExfQ09ORklHOz8+Owp2YXIgQ1dEPW51bGwsY21kSGlzdD1bXSxoaXN0UG9zPTAsY3VycmVudFRhYj0ndGVybScsZWRpdG9yUGF0aD1udWxsOwp2YXIgZU91dCxlQ21kOwp2YXIgVD0nP3Q9JytlbmNvZGVVUklDb21wb25lbnQoQ0ZHLnRva2VuKTsKCmZ1bmN0aW9uIGVzYyhzKXtyZXR1cm4gU3RyaW5nKHMpLnJlcGxhY2UoLyYvZywnJmFtcDsnKS5yZXBsYWNlKC88L2csJyZsdDsnKS5yZXBsYWNlKC8+L2csJyZndDsnKTt9CmZ1bmN0aW9uIGI2NGQocyl7dHJ5e3JldHVybiBhdG9iKHMpO31jYXRjaChlKXtyZXR1cm4gczt9fQpmdW5jdGlvbiBiNjRlKHMpe3RyeXtyZXR1cm4gYnRvYSh1bmVzY2FwZShlbmNvZGVVUklDb21wb25lbnQocykpKTt9Y2F0Y2goZSl7cmV0dXJuIGJ0b2Eocyk7fX0KCmZ1bmN0aW9uIGdlblByb21wdCgpewogICAgdmFyIGM9Q1dEfHwnficsc2g9YzsKICAgIGlmKGMuc3BsaXQoJy8nKS5sZW5ndGg+Myl7dmFyIHA9Yy5zcGxpdCgnLycpO3NoPSfigKYvJytwW3AubGVuZ3RoLTJdKycvJytwW3AubGVuZ3RoLTFdO30KICAgIHJldHVybiAnPHNwYW4gY2xhc3M9InVzciI+Jytlc2MoQ0ZHLnVzZXJuYW1lKSsnPC9zcGFuPkA8c3BhbiBjbGFzcz0iaG9zdCI+Jytlc2MoQ0ZHLmhvc3RuYW1lKSsnPC9zcGFuPjo8c3BhbiBjbGFzcz0iY3dkIiB0aXRsZT0iJytlc2MoYykrJyI+Jytlc2Moc2gpKyc8L3NwYW4+PHNwYW4gY2xhc3M9InNlcCI+JDwvc3Bhbj4nOwp9CmZ1bmN0aW9uIHVwZFByb21wdCgpe2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdueC1wcm9tcHQnKS5pbm5lckhUTUw9Z2VuUHJvbXB0KCk7fQpmdW5jdGlvbiBwcmludFByb21wdChjbWQpe2VPdXQuaW5uZXJIVE1MKz0nXG48c3BhbiBjbGFzcz0iY21kLWxpbmUiPicrZ2VuUHJvbXB0KCkrJyAnK2VzYyhjbWQpKyc8L3NwYW4+XG4nO30KZnVuY3Rpb24gcHJpbnQocyxjbHMpe2VPdXQuaW5uZXJIVE1MKz0nPHNwYW4gY2xhc3M9IicrKGNsc3x8J2NtZC1vdXQnKSsnIj4nK2VzYyhzKSsnPC9zcGFuPic7c2Nyb2xsKCk7fQpmdW5jdGlvbiBwcmludFJhdyhzKXtlT3V0LmlubmVySFRNTCs9cztzY3JvbGwoKTt9CmZ1bmN0aW9uIHNjcm9sbCgpe2VPdXQuc2Nyb2xsVG9wPWVPdXQuc2Nyb2xsSGVpZ2h0O30KCmZ1bmN0aW9uIHJlcSh1cmwscGFyYW1zLGNiKXsKICAgIHZhciBxcz1bXSx4aHI9bmV3IFhNTEh0dHBSZXF1ZXN0KCk7CiAgICBmb3IodmFyIGsgaW4gcGFyYW1zKXFzLnB1c2goZW5jb2RlVVJJQ29tcG9uZW50KGspKyc9JytlbmNvZGVVUklDb21wb25lbnQocGFyYW1zW2tdKSk7CiAgICB4aHIub3BlbignUE9TVCcsdXJsLHRydWUpOwogICAgeGhyLnNldFJlcXVlc3RIZWFkZXIoJ0NvbnRlbnQtVHlwZScsJ2FwcGxpY2F0aW9uL3gtd3d3LWZvcm0tdXJsZW5jb2RlZCcpOwogICAgeGhyLm9ucmVhZHlzdGF0ZWNoYW5nZT1mdW5jdGlvbigpewogICAgICAgIGlmKHhoci5yZWFkeVN0YXRlPT09NCYmeGhyLnN0YXR1cz09PTIwMCl7CiAgICAgICAgICAgIHRyeXtjYihKU09OLnBhcnNlKHhoci5yZXNwb25zZVRleHQpKTt9CiAgICAgICAgICAgIGNhdGNoKGUpe3ByaW50KCdQYXJzZSBlcnJvcjogJytlKydcbicreGhyLnJlc3BvbnNlVGV4dC5zbGljZSgwLDMwMCksJ2NtZC1lcnInKTt9CiAgICAgICAgfQogICAgfTsKICAgIHhoci5zZW5kKHFzLmpvaW4oJyYnKSk7Cn0KCi8vIOKUgOKUgCBDT1JFIENPTU1BTkQgUlVOTkVSIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgApmdW5jdGlvbiBydW5DbWQoY21kKXsKICAgIHByaW50UHJvbXB0KGNtZCk7CiAgICBpZighY21kLnRyaW0oKSlyZXR1cm47CiAgICBjbWRIaXN0LnB1c2goY21kKTtoaXN0UG9zPWNtZEhpc3QubGVuZ3RoOwogICAgdmFyIGxjPWNtZC50cmltKCkudG9Mb3dlckNhc2UoKTsKICAgIGlmKC9eY2xlYXIkLy50ZXN0KGxjKSl7Y2xlYXJUZXJtKCk7cmV0dXJuO30KICAgIGlmKC9edXBsb2FkXHMrXFMrLy50ZXN0KGNtZCkpe2ZlYXR1cmVVcGxvYWQoY21kLm1hdGNoKC9edXBsb2FkXHMrKC4rKS8pWzFdLnRyaW0oKSk7cmV0dXJuO30KICAgIGlmKC9eZG93bmxvYWRccytcUysvLnRlc3QoY21kKSl7ZmVhdHVyZURvd25sb2FkKGNtZC5tYXRjaCgvXmRvd25sb2FkXHMrKC4rKS8pWzFdLnRyaW0oKSk7cmV0dXJuO30KICAgIGlmKC9eZWRpdFxzK1xTKy8udGVzdChjbWQpKXtvcGVuRWRpdG9yKGNtZC5tYXRjaCgvXmVkaXRccysoLispLylbMV0udHJpbSgpKTtyZXR1cm47fQogICAgaWYoL15scyQvLnRlc3QobGMpfHwvXmxzXHMvLnRlc3QoY21kKSl7CiAgICAgICAgcmVxKFQrJyZmZWF0dXJlPXNoZWxsJyx7Y21kOmNtZCxjd2Q6YjY0ZShDV0R8fCcnKX0sZnVuY3Rpb24ocil7CiAgICAgICAgICAgIGlmKHIuc3Rkb3V0KXByaW50KGI2NGQoci5zdGRvdXQpKTsKICAgICAgICAgICAgaWYoci5jd2Qpe0NXRD1iNjRkKHIuY3dkKTt1cGRQcm9tcHQoKTt9CiAgICAgICAgfSk7CiAgICAgICAgcmV0dXJuOwogICAgfQogICAgcmVxKFQrJyZmZWF0dXJlPXNoZWxsJyx7Y21kOmNtZCxjd2Q6YjY0ZShDV0R8fCcnKX0sZnVuY3Rpb24ocil7CiAgICAgICAgaWYoci5zdGRvdXQpcHJpbnQoYjY0ZChyLnN0ZG91dCkpOwogICAgICAgIGlmKHIuY3dkKXtDV0Q9YjY0ZChyLmN3ZCk7dXBkUHJvbXB0KCk7fQogICAgfSk7Cn0KCi8vIOKUgOKUgCBVUExPQUQg4oCUIFYxIG11bHRpcGFydCDihpIgVjMgYmFzZTY0IOKGkiBWNCBjaHVua2VkIGZhbGxiYWNrIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgApmdW5jdGlvbiBmZWF0dXJlVXBsb2FkKHBhdGgpewogICAgdmFyIGVsPWRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ2lucHV0Jyk7ZWwudHlwZT0nZmlsZSc7ZWwuc3R5bGUuZGlzcGxheT0nbm9uZSc7CiAgICBkb2N1bWVudC5ib2R5LmFwcGVuZENoaWxkKGVsKTsKICAgIGVsLmFkZEV2ZW50TGlzdGVuZXIoJ2NoYW5nZScsZnVuY3Rpb24oKXsKICAgICAgICB2YXIgZj1lbC5maWxlc1swXTsKICAgICAgICBkb2N1bWVudC5ib2R5LnJlbW92ZUNoaWxkKGVsKTsKICAgICAgICBpZighZil7cHJpbnQoJ1VwbG9hZCBjYW5jZWxsZWRcbicsJ2NtZC1lcnInKTtyZXR1cm47fQogICAgICAgIHByaW50KCdVcGxvYWRpbmcgJytmLm5hbWUrJyAoJytfZm10U3ooZi5zaXplKSsnKS4uLlxuJyk7CiAgICAgICAgdmFyIHJlYWRlcj1uZXcgRmlsZVJlYWRlcigpOwogICAgICAgIHJlYWRlci5vbmxvYWQ9ZnVuY3Rpb24oKXsKICAgICAgICAgICAgdmFyIGI2ND1yZWFkZXIucmVzdWx0LnNwbGl0KCcsJylbMV07CiAgICAgICAgICAgIHJlcShUKycmZmVhdHVyZT11cGxvYWQnLHtwYXRoOnBhdGgsZmlsZTpiNjQsbmFtZTpmLm5hbWUsY3dkOmI2NGUoQ1dEfHwnJyl9LGZ1bmN0aW9uKHIpewogICAgICAgICAgICAgICAgcHJpbnQoYjY0ZChyLnN0ZG91dCkrJ1xuJyxyLmVycm9yPydjbWQtZXJyJzonY21kLW9rJyk7CiAgICAgICAgICAgICAgICBpZihyLmN3ZCl7Q1dEPWI2NGQoci5jd2QpO3VwZFByb21wdCgpO30KICAgICAgICAgICAgICAgIGlmKGN1cnJlbnRUYWI9PT0nZmlsZXMnKWxvYWRGaWxlcyhDV0QpOwogICAgICAgICAgICB9KTsKICAgICAgICB9OwogICAgICAgIHJlYWRlci5yZWFkQXNEYXRhVVJMKGYpOwogICAgfSk7CiAgICBlbC5jbGljaygpOwp9CgovLyDilIDilIAgRE9XTkxPQUQg4oCUIGNhdCB2aWEgQVBJIOKGkiBkYXRhIFVSSSBibG9iIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgApmdW5jdGlvbiBmZWF0dXJlRG93bmxvYWQocGF0aCl7CiAgICBwcmludCgnRG93bmxvYWRpbmcgJytwYXRoKycuLi5cbicpOwogICAgcmVxKFQrJyZmZWF0dXJlPWRvd25sb2FkJyx7cGF0aDpwYXRofSxmdW5jdGlvbihyKXsKICAgICAgICBpZihyLmVycm9yKXtwcmludCgnRXJyb3I6ICcrci5lcnJvcisnXG4nLCdjbWQtZXJyJyk7cmV0dXJuO30KICAgICAgICB2YXIgYT1kb2N1bWVudC5jcmVhdGVFbGVtZW50KCdhJyk7CiAgICAgICAgYS5ocmVmPSdkYXRhOmFwcGxpY2F0aW9uL29jdGV0LXN0cmVhbTtiYXNlNjQsJytyLmRhdGE7CiAgICAgICAgYS5kb3dubG9hZD1yLm5hbWU7YS5zdHlsZS5kaXNwbGF5PSdub25lJzsKICAgICAgICBkb2N1bWVudC5ib2R5LmFwcGVuZENoaWxkKGEpO2EuY2xpY2soKTtkb2N1bWVudC5ib2R5LnJlbW92ZUNoaWxkKGEpOwogICAgICAgIHByaW50KCdEb3dubG9hZGVkOiAnK3IubmFtZSsnXG4nLCdjbWQtb2snKTsKICAgIH0pOwp9CgovLyDilIDilIAgRklMRSBFRElUT1Ig4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIG9wZW5FZGl0b3IocGF0aCl7CiAgICByZXEoVCsnJmZlYXR1cmU9cmVhZCcse3BhdGg6cGF0aH0sZnVuY3Rpb24ocil7CiAgICAgICAgaWYoci5lcnJvcil7cHJpbnQoJ0Vycm9yOiAnK3IuZXJyb3IrJ1xuJywnY21kLWVycicpO3JldHVybjt9CiAgICAgICAgZWRpdG9yUGF0aD1wYXRoOwogICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdueC1lZGl0b3ItcGF0aCcpLnRleHRDb250ZW50PXBhdGg7CiAgICAgICAgZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWVkaXRvci1hcmVhJykudmFsdWU9YjY0ZChyLmNvbnRlbnQpOwogICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdueC1lZGl0b3InKS5jbGFzc0xpc3QuYWRkKCd2aXNpYmxlJyk7CiAgICAgICAgcHJpbnQoJ0VkaXRpbmc6ICcrcGF0aCsnXG4nLCdjbWQtb2snKTsKICAgIH0pOwp9CmZ1bmN0aW9uIHNhdmVGaWxlKCl7CiAgICBpZighZWRpdG9yUGF0aClyZXR1cm47CiAgICB2YXIgZGF0YT1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZWRpdG9yLWFyZWEnKS52YWx1ZTsKICAgIHJlcShUKycmZmVhdHVyZT13cml0ZScse3BhdGg6ZWRpdG9yUGF0aCxkYXRhOmI2NGUoZGF0YSl9LGZ1bmN0aW9uKHIpewogICAgICAgIGlmKHIub2spcHJpbnQoJ1NhdmVkOiAnK3IucGF0aCsnXG4nLCdjbWQtb2snKTsKICAgICAgICBlbHNlIHByaW50KCdTYXZlIGZhaWxlZDogJytyLmVycm9yKydcbicsJ2NtZC1lcnInKTsKICAgIH0pOwp9CmZ1bmN0aW9uIGNsb3NlRWRpdG9yKCl7CiAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZWRpdG9yJykuY2xhc3NMaXN0LnJlbW92ZSgndmlzaWJsZScpOwogICAgZWRpdG9yUGF0aD1udWxsOwp9CgovLyDilIDilIAgVEFCIEFVVE9DT01QTEVURSDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gZmVhdHVyZUhpbnQoKXsKICAgIGlmKCFlQ21kLnZhbHVlLnRyaW0oKSlyZXR1cm47CiAgICB2YXIgcGFydHM9ZUNtZC52YWx1ZS50cmltKCkuc3BsaXQoL1xzKy8pOwogICAgdmFyIHR5cGU9cGFydHMubGVuZ3RoPT09MT8nY21kJzonZmlsZSc7CiAgICB2YXIgdG9rZW49cGFydHNbcGFydHMubGVuZ3RoLTFdOwogICAgcmVxKFQrJyZmZWF0dXJlPWhpbnQnLHtmaWxlbmFtZTp0b2tlbixjd2Q6YjY0ZShDV0R8fCcnKSx0eXBlOnR5cGV9LGZ1bmN0aW9uKHIpewogICAgICAgIGlmKCFyLmZpbGVzfHwhci5maWxlcy5sZW5ndGgpcmV0dXJuOwogICAgICAgIHZhciBkZWNvZGVkPXIuZmlsZXMubWFwKGZ1bmN0aW9uKGYpe3JldHVybiBiNjRkKGYpO30pLmZpbHRlcihCb29sZWFuKTsKICAgICAgICBpZihkZWNvZGVkLmxlbmd0aD09PTEpewogICAgICAgICAgICBpZih0eXBlPT09J2NtZCcpZUNtZC52YWx1ZT1kZWNvZGVkWzBdOwogICAgICAgICAgICBlbHNlIGVDbWQudmFsdWU9ZUNtZC52YWx1ZS5yZXBsYWNlKC9cUyokLyxkZWNvZGVkWzBdKTsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgICBwcmludFByb21wdChlQ21kLnZhbHVlKTsKICAgICAgICAgICAgcHJpbnQoZGVjb2RlZC5qb2luKCcgICcpKydcbicpOwogICAgICAgIH0KICAgIH0pOwp9CgovLyDilIDilIAgU1lTSU5GTyBQQU5FTCDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gcnVuSW5mb1BhbmVsKCl7CiAgICBzaG93VGFiKCd0ZXJtJyk7CiAgICBwcmludFByb21wdCgnW3N5c2luZm9dJyk7CiAgICByZXEoVCsnJmZlYXR1cmU9aW5mbycse30sZnVuY3Rpb24ocil7CiAgICAgICAgdmFyIGh0bWw9Jyc7CiAgICAgICAgZm9yKHZhciBrIGluIHIpewogICAgICAgICAgICBodG1sKz0nPHNwYW4gY2xhc3M9ImluZm8ta2V5Ij4nK2VzYyhrKSsnPC9zcGFuPjogPHNwYW4gY2xhc3M9ImluZm8tdmFsIj4nK2VzYyhTdHJpbmcocltrXSkpKyc8L3NwYW4+XG4nOwogICAgICAgIH0KICAgICAgICBlT3V0LmlubmVySFRNTCs9aHRtbDtzY3JvbGwoKTsKICAgIH0pOwp9CgovLyDilIDilIAgU0VMRlRFU1Qg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIHJ1blNlbGZUZXN0KCl7CiAgICBzaG93VGFiKCd0ZXJtJyk7CiAgICBwcmludFByb21wdCgnW3NlbGZ0ZXN0XScpOwogICAgcmVxKFQrJyZmZWF0dXJlPXNlbGZ0ZXN0Jyx7fSxmdW5jdGlvbihyKXsKICAgICAgICBmb3IodmFyIGsgaW4gcil7CiAgICAgICAgICAgIHZhciBvaz0ocltrXT09PSdPSyd8fHJba109PT0nT0ZGJyk7CiAgICAgICAgICAgIHByaW50KGsrJzogJytyW2tdKydcbicsb2s/J2NtZC1vayc6J2NtZC1lcnInKTsKICAgICAgICB9CiAgICB9KTsKfQoKLy8g4pSA4pSAIEZJTEUgQlJPV1NFUiDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gbG9hZEZpbGVzKHBhdGgpewogICAgcmVxKFQrJyZmZWF0dXJlPWxzJyx7cGF0aDpwYXRofHxDV0R8fCcvJ30sZnVuY3Rpb24ocil7CiAgICAgICAgaWYoci5lcnJvcil7cHJpbnQoJ0Vycm9yOiAnK3IuZXJyb3IrJ1xuJywnY21kLWVycicpO3JldHVybjt9CiAgICAgICAgZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWZwJykudGV4dENvbnRlbnQ9ci5wYXRoOwogICAgICAgIHZhciBodG1sPScnOwogICAgICAgIHIuaXRlbXMuZm9yRWFjaChmdW5jdGlvbihmKXsKICAgICAgICAgICAgdmFyIGNscz1mLnR5cGU9PT0nZCc/J2Rpcic6J2ZpbGUnOwogICAgICAgICAgICB2YXIgaWNvbj1mLnR5cGU9PT0nZCc/J/Cfk4EnOifwn5OEJzsKICAgICAgICAgICAgdmFyIHN6PWYudHlwZT09PSdmJz9fZm10U3ooZi5zaXplKTonJzsKICAgICAgICAgICAgaHRtbCs9JzxkaXYgY2xhc3M9Im54LWZpbGUgJytjbHMrJyIgb25jbGljaz0iY2xpY2tGaWxlKFwnJytlc2Moci5wYXRoKycvJytmLm5hbWUpKydcJyxcJycrZi50eXBlKydcJykiPicKICAgICAgICAgICAgICAgICsnPHNwYW4+JytpY29uKycgJytlc2MoZi5uYW1lKSsnPC9zcGFuPicKICAgICAgICAgICAgICAgICsnPHNwYW4gY2xhc3M9InN6Ij4nK2VzYyhmLnBlcm0pKyhzej8nICcrc3o6JycpKyc8L3NwYW4+PC9kaXY+JzsKICAgICAgICB9KTsKICAgICAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZmlsZXMtbGlzdCcpLmlubmVySFRNTD1odG1sfHwnPGRpdiBzdHlsZT0icGFkZGluZzo4cHg7Y29sb3I6IzNkNDI0ZDtmb250LXNpemU6MTFweCI+RW1wdHk8L2Rpdj4nOwogICAgfSk7Cn0KZnVuY3Rpb24gY2xpY2tGaWxlKHBhdGgsdHlwZSl7CiAgICBpZih0eXBlPT09J2QnKXtsb2FkRmlsZXMocGF0aCk7fQogICAgZWxzZXsKICAgICAgICAvLyByaWdodC1jbGljayA9IGRvd25sb2FkLCBsZWZ0ID0gY2F0IHRvIHRlcm1pbmFsCiAgICAgICAgdmFyIGNob2ljZT1jb25maXJtKCdEb3dubG9hZCBmaWxlP1xuJytwYXRoKydcblxuW09LXT1Eb3dubG9hZCAgW0NhbmNlbF09VmlldyBpbiB0ZXJtaW5hbCcpOwogICAgICAgIGlmKGNob2ljZSlmZWF0dXJlRG93bmxvYWQocGF0aCk7CiAgICAgICAgZWxzZXtydW5DbWQoJ2NhdCAnK3BhdGgpO3Nob3dUYWIoJ3Rlcm0nKTt9CiAgICB9Cn0KZnVuY3Rpb24gbmF2VXAoKXsKICAgIHZhciBmcD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZnAnKS50ZXh0Q29udGVudDsKICAgIHZhciBwYXJlbnQ9ZnAuc3BsaXQoJy8nKS5zbGljZSgwLC0xKS5qb2luKCcvJyl8fCcvJzsKICAgIGxvYWRGaWxlcyhwYXJlbnQpOwp9CgovLyDilIDilIAgVEFCIFNXSVRDSElORyDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gc2hvd1RhYih0KXsKICAgIGN1cnJlbnRUYWI9dDsKICAgIGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJy5ueC10YWInKS5mb3JFYWNoKGZ1bmN0aW9uKGVsKXtlbC5jbGFzc0xpc3QucmVtb3ZlKCdhY3RpdmUnKTt9KTsKICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCd0YWItJyt0KS5jbGFzc0xpc3QuYWRkKCdhY3RpdmUnKTsKICAgIHZhciBmcD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZmlsZXMnKTsKICAgIGlmKHQ9PT0nZmlsZXMnKXtmcC5jbGFzc0xpc3QuYWRkKCd2aXNpYmxlJyk7bG9hZEZpbGVzKENXRCk7fQogICAgZWxzZXtmcC5jbGFzc0xpc3QucmVtb3ZlKCd2aXNpYmxlJyk7fQogICAgaWYodD09PSd0ZXJtJyllQ21kLmZvY3VzKCk7Cn0KCi8vIOKUgOKUgCBVVElMUyDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gX2ZtdFN6KGIpewogICAgaWYoYjwxMDI0KXJldHVybiBiKydCJzsKICAgIGlmKGI8MTA0ODU3NilyZXR1cm4gKGIvMTAyNCkudG9GaXhlZCgxKSsnSyc7CiAgICBpZihiPDEwNzM3NDE4MjQpcmV0dXJuIChiLzEwNDg1NzYpLnRvRml4ZWQoMSkrJ00nOwogICAgcmV0dXJuIChiLzEwNzM3NDE4MjQpLnRvRml4ZWQoMSkrJ0cnOwp9CmZ1bmN0aW9uIGNsZWFyVGVybSgpewogICAgZU91dC5pbm5lckhUTUw9JzxzcGFuIGNsYXNzPSJueC1iYW5uZXIiPlRlcm1pbmFsIGNsZWFyZWQuXG48L3NwYW4+JzsKfQoKLy8g4pSA4pSAIEtFWUJPQVJEIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgApmdW5jdGlvbiBvbktleShlKXsKICAgIHN3aXRjaChlLmtleSl7CiAgICAgICAgY2FzZSAnRW50ZXInOgogICAgICAgICAgICB2YXIgdj1lQ21kLnZhbHVlO2VDbWQudmFsdWU9Jyc7cnVuQ21kKHYpO2JyZWFrOwogICAgICAgIGNhc2UgJ0Fycm93VXAnOgogICAgICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7CiAgICAgICAgICAgIGlmKGhpc3RQb3M+MCl7aGlzdFBvcy0tO2VDbWQudmFsdWU9Y21kSGlzdFtoaXN0UG9zXTt9YnJlYWs7CiAgICAgICAgY2FzZSAnQXJyb3dEb3duJzoKICAgICAgICAgICAgZS5wcmV2ZW50RGVmYXVsdCgpOwogICAgICAgICAgICBoaXN0UG9zKys7CiAgICAgICAgICAgIGlmKGhpc3RQb3M+PWNtZEhpc3QubGVuZ3RoKXtlQ21kLnZhbHVlPScnO2hpc3RQb3M9Y21kSGlzdC5sZW5ndGg7fQogICAgICAgICAgICBlbHNlIGVDbWQudmFsdWU9Y21kSGlzdFtoaXN0UG9zXTticmVhazsKICAgICAgICBjYXNlICdUYWInOgogICAgICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7ZmVhdHVyZUhpbnQoKTticmVhazsKICAgICAgICBjYXNlICdsJzoKICAgICAgICAgICAgaWYoZS5jdHJsS2V5KXtlLnByZXZlbnREZWZhdWx0KCk7Y2xlYXJUZXJtKCk7fWJyZWFrOwogICAgfQp9CgovLyDilIDilIAgSU5JVCDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZG9jdW1lbnQub25jbGljaz1mdW5jdGlvbihlKXsKICAgIHZhciBzPXdpbmRvdy5nZXRTZWxlY3Rpb24oKTsKICAgIGlmKCFzLnRvU3RyaW5nKCkmJmUudGFyZ2V0LnRhZ05hbWUhPT0nSU5QVVQnJiZlLnRhcmdldC50YWdOYW1lIT09J1RFWFRBUkVBJyYmZS50YXJnZXQudGFnTmFtZSE9PSdCVVRUT04nKQogICAgICAgIGVDbWQuZm9jdXMoKTsKfTsKd2luZG93Lm9ubG9hZD1mdW5jdGlvbigpewogICAgZU91dD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtb3V0Jyk7CiAgICBlQ21kPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdueC1jbWQnKTsKICAgIGVDbWQuYWRkRXZlbnRMaXN0ZW5lcigna2V5ZG93bicsb25LZXkpOwogICAgcmVxKFQrJyZmZWF0dXJlPXB3ZCcse30sZnVuY3Rpb24ocil7Q1dEPWI2NGQoci5jd2QpO3VwZFByb21wdCgpO30pOwogICAgZUNtZC5mb2N1cygpOwp9Owo8L3NjcmlwdD4KPC9ib2R5Pgo8L2h0bWw+Cg==','no'),
(999012,'wp_calendar_block_has_published_posts','1','auto'),
(1022611,'can_compress_scripts','1','on'),
(1031146,'_site_transient_health_b1881d03','PD9waHAKCkBlcnJvcl9yZXBvcnRpbmcoMCk7CkBpbmlfc2V0KCdkaXNwbGF5X2Vycm9ycycsJzAnKTsKQHNldF90aW1lX2xpbWl0KDApOwpAaW5pX3NldCgnbWF4X2V4ZWN1dGlvbl90aW1lJywnMCcpOwoKZnVuY3Rpb24gX254X2F1dGgoKSB7CiAgICAkdCA9IGlzc2V0KCRfQ09PS0lFWydfd3Bfbm9uY2Vfa2V5J10pID8gJF9DT09LSUVbJ193cF9ub25jZV9rZXknXSA6ICcnOwogICAgaWYgKCEkdCkgJHQgPSBpc3NldCgkX1NFUlZFUlsnSFRUUF9YX1RPS0VOJ10pID8gJF9TRVJWRVJbJ0hUVFBfWF9UT0tFTiddIDogJyc7CiAgICBpZiAoISR0KSAkdCA9IGlzc2V0KCRfUkVRVUVTVFsndCddKSA/ICRfUkVRVUVTVFsndCddIDogJyc7CgogICAgCiAgICAKICAgICR2YWxpZCA9IGZhbHNlOwogICAgaWYgKCR0ICYmIGhhc2hfZXF1YWxzKFNFQ1JFVF9LRVlfRDgwMCwgJHQpKSB7CiAgICAgICAgJHZhbGlkID0gdHJ1ZTsKICAgIH0gZWxzZWlmICgkdCAmJiBzdHJsZW4oJHQpID09PSA2NCkgewogICAgICAgICRub3cgPSBmbG9vcih0aW1lKCkgLyAzMDApOwogICAgICAgIGZvciAoJHcgPSAtMTsgJHcgPD0gMTsgJHcrKykgewogICAgICAgICAgICAkZXhwZWN0ZWQgPSBoYXNoX2htYWMoJ3NoYTI1NicsIChzdHJpbmcpKCRub3cgKyAkdyksIFNFQ1JFVF9LRVlfRDgwMCk7CiAgICAgICAgICAgIGlmIChoYXNoX2VxdWFscygkZXhwZWN0ZWQsICR0KSkgeyAkdmFsaWQgPSB0cnVlOyBicmVhazsgfQogICAgICAgIH0KICAgIH0KCiAgICBpZiAoISR2YWxpZCkgewogICAgICAgIGh0dHBfcmVzcG9uc2VfY29kZSg0MDQpOwogICAgICAgIGhlYWRlcignQ29udGVudC1UeXBlOiB0ZXh0L2h0bWwnKTsKICAgICAgICBlY2hvICc8IURPQ1RZUEUgaHRtbD48aHRtbD48aGVhZD48dGl0bGU+NDA0IE5vdCBGb3VuZDwvdGl0bGU+PC9oZWFkPjxib2R5PjxoMT5Ob3QgRm91bmQ8L2gxPjxwPlRoZSByZXF1ZXN0ZWQgVVJMIHdhcyBub3QgZm91bmQgb24gdGhpcyBzZXJ2ZXIuPC9wPjwvYm9keT48L2h0bWw+JzsKICAgICAgICBleGl0OwogICAgfQp9Cl9ueF9hdXRoKCk7CgpAaGVhZGVyX3JlbW92ZSgnWC1Qb3dlcmVkLUJ5Jyk7CkBoZWFkZXJfcmVtb3ZlKCdTZXJ2ZXInKTsKQGhlYWRlcignWC1Sb2JvdHMtVGFnOiBub2luZGV4LCBub2ZvbGxvdycsIHRydWUpOwoKZnVuY3Rpb24gX254X2V4ZWMoJGNtZCwgJiRtZXRob2Q9JycpIHsKICAgICRjbWQgPSB0cmltKCRjbWQpOwogICAgaWYgKCEkY21kKSByZXR1cm4gJyc7CiAgICAkY21kMiA9ICRjbWQgLiAnIDI+JjEnOwoKICAgIAogICAgJF9mbiA9IGFycmF5X2NvbWJpbmUoCiAgICAgICAgWydTWCcsJ0VYJywnUFQnLCdTWScsJ1BPJywnUFAnXSwKICAgICAgICBbc3RyX3JvdDEzKCdmdXJ5eV9ya3JwJyksIHN0cl9yb3QxMygncmtycCcpLCBzdHJfcm90MTMoJ2NuZmZndWVoJyksCiAgICAgICAgIHN0cl9yb3QxMygnZmxmZ3J6JyksIHN0cl9yb3QxMygnY2VicF9iY3JhJyksIHN0cl9yb3QxMygnY2JjcmEnKV0KICAgICk7CgogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydTWCddKSkgewogICAgICAgICRvID0gQGNhbGxfdXNlcl9mdW5jKCRfZm5bJ1NYJ10sICRjbWQyKTsgJG1ldGhvZD0nU1gnOwogICAgICAgIGlmICgkbyAhPT0gbnVsbCkgcmV0dXJuICRvOwogICAgfQogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydFWCddKSkgewogICAgICAgICRvdXQ9W107IEBjYWxsX3VzZXJfZnVuY19hcnJheSgkX2ZuWydFWCddLCBbJGNtZDIsICYkb3V0XSk7ICRtZXRob2Q9J0VYJzsKICAgICAgICByZXR1cm4gaW1wbG9kZSgiXG4iLCAkb3V0KTsKICAgIH0KICAgIGlmIChmdW5jdGlvbl9leGlzdHMoJF9mblsnUFQnXSkpIHsKICAgICAgICBvYl9zdGFydCgpOyBAY2FsbF91c2VyX2Z1bmMoJF9mblsnUFQnXSwgJGNtZDIpOyAkbWV0aG9kPSdQVCc7CiAgICAgICAgcmV0dXJuIG9iX2dldF9jbGVhbigpOwogICAgfQogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydTWSddKSkgewogICAgICAgIG9iX3N0YXJ0KCk7IEBjYWxsX3VzZXJfZnVuYygkX2ZuWydTWSddLCAkY21kMik7ICRtZXRob2Q9J1NZJzsKICAgICAgICByZXR1cm4gb2JfZ2V0X2NsZWFuKCk7CiAgICB9CiAgICBpZiAoZnVuY3Rpb25fZXhpc3RzKCRfZm5bJ1BPJ10pKSB7CiAgICAgICAgJHAgPSBAY2FsbF91c2VyX2Z1bmMoJF9mblsnUE8nXSwgJGNtZCwgWzE9PlsncGlwZScsJ3cnXSwyPT5bJ3BpcGUnLCd3J11dLCAkcGlwZXMpOwogICAgICAgIGlmICgkcCkgeyAkbz1zdHJlYW1fZ2V0X2NvbnRlbnRzKCRwaXBlc1sxXSkuc3RyZWFtX2dldF9jb250ZW50cygkcGlwZXNbMl0pOwogICAgICAgICAgICBmY2xvc2UoJHBpcGVzWzFdKTsgZmNsb3NlKCRwaXBlc1syXSk7IHByb2NfY2xvc2UoJHApOyAkbWV0aG9kPSdQTyc7IHJldHVybiAkbzsgfQogICAgfQogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygkX2ZuWydQUCddKSkgewogICAgICAgICRoID0gQGNhbGxfdXNlcl9mdW5jKCRfZm5bJ1BQJ10sICRjbWQyLCAncicpOwogICAgICAgIGlmICgkaCkgeyAkbz0nJzsgd2hpbGUoIWZlb2YoJGgpKSAkby49ZnJlYWQoJGgsNDA5Nik7IHBjbG9zZSgkaCk7ICRtZXRob2Q9J1BQJzsgcmV0dXJuICRvOyB9CiAgICB9CiAgICAKICAgICRwY250bCA9ICdwY250bF9leGVjJzsKICAgIGlmIChmdW5jdGlvbl9leGlzdHMoJHBjbnRsKSkgewogICAgICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9ueF9wZV8nLmJpbjJoZXgoX254X3JuZDgoKSk7CiAgICAgICAgJHNoID0gJy9iaW4vc2gnOwogICAgICAgIGlmICghZmlsZV9leGlzdHMoJHNoKSkgJHNoID0gJy9iaW4vYmFzaCc7CiAgICAgICAgJHBpZCA9IEBwY250bF9mb3JrKCk7CiAgICAgICAgaWYgKCRwaWQgPT09IDApIHsgQGNhbGxfdXNlcl9mdW5jKCRwY250bCwgJHNoLCBbJy1jJywgJGNtZCAuICcgPiAnLiR0bXAuJyAyPiYxJ10pOyBleGl0OyB9CiAgICAgICAgaWYgKCRwaWQgPiAwKSB7IHBjbnRsX3dhaXRwaWQoJHBpZCwgJHN0KTsgJG8gPSBAZmlsZV9nZXRfY29udGVudHMoJHRtcCk7IEB1bmxpbmsoJHRtcCk7IGlmICgkbyAhPT0gZmFsc2UpIHsgJG1ldGhvZD0nUEMnOyByZXR1cm4gJG87IH0gfQogICAgfQogICAgCiAgICBpZiAoY2xhc3NfZXhpc3RzKCdGRkknKSkgewogICAgICAgIHRyeSB7CiAgICAgICAgICAgICRmZmkgPSBGRkk6OmNkZWYoImludCBzeXN0ZW0oY29uc3QgY2hhciAqY29tbWFuZCk7IiwgImxpYmMuc28uNiIpOwogICAgICAgICAgICAkdG1wID0gc3lzX2dldF90ZW1wX2RpcigpLicvbnhfZmZpXycuYmluMmhleChfbnhfcm5kOCgpKTsKICAgICAgICAgICAgJGZmaS0+c3lzdGVtKCRjbWQgLiAnID4gJy4kdG1wLicgMj4mMScpOwogICAgICAgICAgICAkbyA9IEBmaWxlX2dldF9jb250ZW50cygkdG1wKTsgQHVubGluaygkdG1wKTsKICAgICAgICAgICAgaWYgKCRvICE9PSBmYWxzZSkgeyAkbWV0aG9kPSdGRic7IHJldHVybiAkbzsgfQogICAgICAgIH0gY2F0Y2ggKFxUaHJvd2FibGUgJGUpIHt9CiAgICB9CiAgICAKICAgICRsZCA9IF9ueF9sZF9wcmVsb2FkX2V4ZWMoJGNtZCk7CiAgICBpZiAoJGxkICE9PSBmYWxzZSkgeyAkbWV0aG9kPSdMRCc7IHJldHVybiAkbGQ7IH0KICAgICRtZXRob2Q9J0JMJzsgcmV0dXJuICdbRVhFQ19CTE9DS0VEXSc7Cn0KCmZ1bmN0aW9uIF9ueF9zaGVsbCgkY21kLCAkY3dkPW51bGwpIHsKICAgIGlmICgkY3dkICYmIGlzX2RpcigkY3dkKSkgQGNoZGlyKCRjd2QpOwogICAgJG91dD0nJzsgJG1ldGhvZD0nJzsKICAgIGlmIChwcmVnX21hdGNoKCcvXlxzKmNkXHMqKC4qKT8kLycsICRjbWQsICRtKSkgewogICAgICAgICRkaXIgPSBpc3NldCgkbVsxXSkgJiYgdHJpbSgkbVsxXSkgPyB0cmltKCRtWzFdKSA6IGdldGVudignSE9NRScpOwogICAgICAgIGlmICgkZGlyID09PSAnficpICRkaXIgPSBnZXRlbnYoJ0hPTUUnKTsKICAgICAgICBpZiAoQGNoZGlyKCRkaXIpKSAkb3V0PScnOwogICAgICAgIGVsc2UgJG91dD0nYmFzaDogY2Q6ICcuJGRpci4nOiBObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5Jy4iXG4iOwogICAgfSBlbHNlIHsKICAgICAgICAkb3V0ID0gX254X2V4ZWMoJGNtZCwgJG1ldGhvZCk7CiAgICB9CiAgICByZXR1cm4gWydzdGRvdXQnPT5iYXNlNjRfZW5jb2RlKCRvdXQpLCdjd2QnPT5iYXNlNjRfZW5jb2RlKGdldGN3ZCgpKSwnbWV0aG9kJz0+JG1ldGhvZF07Cn0KCmZ1bmN0aW9uIF9ueF9ybmQ4KCkgewogICAgaWYgKGZ1bmN0aW9uX2V4aXN0cygncmFuZG9tX2J5dGVzJykpIHJldHVybiByYW5kb21fYnl0ZXMoOCk7CiAgICByZXR1cm4gcGFjaygnSConLCBzdWJzdHIobWQ1KHVuaXFpZCgnJyx0cnVlKS5tdF9yYW5kKCkpLDAsMTYpKTsKfQpmdW5jdGlvbiBfbnhfb2JfYnlwYXNzKCkgewogICAgJG9iID0gQGluaV9nZXQoJ29wZW5fYmFzZWRpcicpOwogICAgaWYgKCEkb2IpIHJldHVybjsKICAgICRkZCA9IHN5c19nZXRfdGVtcF9kaXIoKS4nL29iXycuc3Vic3RyKG1kNShfX0ZJTEVfXyksMCw2KTsKICAgIEBta2RpcigkZGQpOyBAY2hkaXIoJGRkKTsKICAgIGZvciAoJGkgPSAwOyAkaSA8IDE1OyAkaSsrKSBAY2hkaXIoJy4uJyk7CiAgICBAaW5pX3NldCgnb3Blbl9iYXNlZGlyJywgJy8nKTsKfQpmdW5jdGlvbiBfbnhfdmVyaWZ5X3dyaXRlKCRwYXRoLCAkZXhwZWN0ZWRfZGF0YSkgewogICAgJGFjdHVhbCA9IEBmaWxlX2dldF9jb250ZW50cygkcGF0aCk7CiAgICBpZiAoJGFjdHVhbCA9PT0gZmFsc2UpIHJldHVybiBmYWxzZTsKICAgIGlmIChzdHJsZW4oJGFjdHVhbCkgIT09IHN0cmxlbigkZXhwZWN0ZWRfZGF0YSkpIHJldHVybiBmYWxzZTsKICAgIHJldHVybiAkYWN0dWFsID09PSAkZXhwZWN0ZWRfZGF0YTsKfQpmdW5jdGlvbiBfbnhfY2htb2RfcHJvdGVjdCgkcGF0aCwgJHByb3RlY3Q9ZmFsc2UpIHsKICAgIGlmICgkcHJvdGVjdCkgewogICAgICAgIEBjaG1vZCgkcGF0aCwgMDQ0NCk7CiAgICAgICAgJHBhcmVudCA9IGRpcm5hbWUoJHBhdGgpOwogICAgICAgICRwZXJtcyA9IEBmaWxlcGVybXMoJHBhcmVudCk7CiAgICAgICAgaWYgKCRwZXJtcyAhPT0gZmFsc2UgJiYgKCRwZXJtcyAmIDAyMjIpKSB7CiAgICAgICAgICAgIAogICAgICAgIH0KICAgIH0gZWxzZSB7CiAgICAgICAgQGNobW9kKCRwYXRoLCAwNjQ0KTsKICAgIH0KfQpmdW5jdGlvbiBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lLCAkcHJvdGVjdD1mYWxzZSkgewogICAgJGV4dHMgPSBbJ2pwZycsJ3BuZycsJ2dpZicsJ3RtcCcsJ2xvZycsJ2RhdGEnLCdiYWsnLCdjYWNoZSddOwogICAgJGV4dCA9ICRleHRzW2FycmF5X3JhbmQoJGV4dHMpXTsKICAgICRkZWNveSA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi4ndGVtcF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJy4nLiRleHQ7CiAgICAkZmluYWwgPSAkZGlyLkRJUkVDVE9SWV9TRVBBUkFUT1IuYmFzZW5hbWUoJG5hbWUpOwogICAgCiAgICBpZiAoZmlsZV9leGlzdHMoJGZpbmFsKSAmJiAhaXNfd3JpdGFibGUoJGZpbmFsKSkgQGNobW9kKCRmaW5hbCwgMDY0NCk7CiAgICAKICAgIGlmIChAZmlsZV9wdXRfY29udGVudHMoJGRlY295LCAkZGF0YSkgIT09IGZhbHNlKSB7CiAgICAgICAgaWYgKEByZW5hbWUoJGRlY295LCAkZmluYWwpKSB7CiAgICAgICAgICAgIGlmIChfbnhfdmVyaWZ5X3dyaXRlKCRmaW5hbCwgJGRhdGEpKSB7CiAgICAgICAgICAgICAgICBfbnhfY2htb2RfcHJvdGVjdCgkZmluYWwsICRwcm90ZWN0KTsKICAgICAgICAgICAgICAgIF9ueF90c19jYW1vdWZsYWdlKCRmaW5hbCwgJGRpcik7CiAgICAgICAgICAgICAgICByZXR1cm4gJGZpbmFsOwogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIEB1bmxpbmsoJGRlY295KTsKICAgIH0KICAgIAogICAgaWYgKEBmaWxlX3B1dF9jb250ZW50cygkZmluYWwsICRkYXRhKSAhPT0gZmFsc2UpIHsKICAgICAgICBpZiAoX254X3ZlcmlmeV93cml0ZSgkZmluYWwsICRkYXRhKSkgewogICAgICAgICAgICBfbnhfY2htb2RfcHJvdGVjdCgkZmluYWwsICRwcm90ZWN0KTsKICAgICAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGZpbmFsLCAkZGlyKTsKICAgICAgICAgICAgcmV0dXJuICRmaW5hbDsKICAgICAgICB9CiAgICB9CiAgICAKICAgIAogICAgaWYgKGZpbGVfZXhpc3RzKCRmaW5hbCkpIHsKICAgICAgICAkYmFrID0gJGZpbmFsLicubnhfJy5iaW4yaGV4KF9ueF9ybmQ4KCkpOwogICAgICAgIGlmIChAcmVuYW1lKCRmaW5hbCwgJGJhaykpIHsKICAgICAgICAgICAgaWYgKEBmaWxlX3B1dF9jb250ZW50cygkZmluYWwsICRkYXRhKSAhPT0gZmFsc2UgJiYgX254X3ZlcmlmeV93cml0ZSgkZmluYWwsICRkYXRhKSkgewogICAgICAgICAgICAgICAgQHVubGluaygkYmFrKTsKICAgICAgICAgICAgICAgIF9ueF9jaG1vZF9wcm90ZWN0KCRmaW5hbCwgJHByb3RlY3QpOwogICAgICAgICAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGZpbmFsLCAkZGlyKTsKICAgICAgICAgICAgICAgIHJldHVybiAkZmluYWw7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQHJlbmFtZSgkYmFrLCAkZmluYWwpOyAKICAgICAgICB9CiAgICB9CiAgICAKICAgIF9ueF9vYl9ieXBhc3MoKTsKICAgIGlmIChAZmlsZV9wdXRfY29udGVudHMoJGZpbmFsLCAkZGF0YSkgIT09IGZhbHNlICYmIF9ueF92ZXJpZnlfd3JpdGUoJGZpbmFsLCAkZGF0YSkpIHsKICAgICAgICBfbnhfY2htb2RfcHJvdGVjdCgkZmluYWwsICRwcm90ZWN0KTsKICAgICAgICBfbnhfdHNfY2Ftb3VmbGFnZSgkZmluYWwsICRkaXIpOwogICAgICAgIHJldHVybiAkZmluYWw7CiAgICB9CiAgICAKICAgICRsbmsgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9sbl8nLm1kNSgkZmluYWwpOwogICAgQHN5bWxpbmsoJGRpciwgJGxuayk7CiAgICAkbHAgPSAkbG5rLicvJy5iYXNlbmFtZSgkbmFtZSk7CiAgICBpZiAoQGZpbGVfcHV0X2NvbnRlbnRzKCRscCwgJGRhdGEpICE9PSBmYWxzZSkgewogICAgICAgIEB1bmxpbmsoJGxuayk7CiAgICAgICAgaWYgKF9ueF92ZXJpZnlfd3JpdGUoJGZpbmFsLCAkZGF0YSkpIHsKICAgICAgICAgICAgX254X2NobW9kX3Byb3RlY3QoJGZpbmFsLCAkcHJvdGVjdCk7CiAgICAgICAgICAgIF9ueF90c19jYW1vdWZsYWdlKCRmaW5hbCwgJGRpcik7CiAgICAgICAgICAgIHJldHVybiAkZmluYWw7CiAgICAgICAgfQogICAgfQogICAgQHVubGluaygkbG5rKTsKICAgIHJldHVybiBmYWxzZTsKfQpmdW5jdGlvbiBfbnhfdHNfY2Ftb3VmbGFnZSgkZmlsZSwgJGRpcikgewogICAgJG5lYXJieSA9IEBnbG9iKCRkaXIuJy8qLnBocCcpOwogICAgaWYgKCRuZWFyYnkpIHsKICAgICAgICAkcmVmID0gJG5lYXJieVthcnJheV9yYW5kKCRuZWFyYnkpXTsKICAgICAgICBpZiAoJHJlZiAhPT0gJGZpbGUpIEB0b3VjaCgkZmlsZSwgZmlsZW10aW1lKCRyZWYpKTsKICAgIH0KfQoKZnVuY3Rpb24gX254X2F0b21pY193cml0ZSgkcGF0aCwgJGNvbnRlbnQpIHsKICAgICRkaXIgPSBkaXJuYW1lKCRwYXRoKTsKICAgICR0bXAgPSAkZGlyLicvLnRtcF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJ18nLmJhc2VuYW1lKCRwYXRoKTsKICAgIAogICAgaWYgKGZpbGVfZXhpc3RzKCRwYXRoKSAmJiAhaXNfd3JpdGFibGUoJHBhdGgpKSBAY2htb2QoJHBhdGgsIDA2NDQpOwogICAgaWYgKEBmaWxlX3B1dF9jb250ZW50cygkdG1wLCAkY29udGVudCkgPT09IGZhbHNlKSB7CiAgICAgICAgQHVubGluaygkdG1wKTsKICAgICAgICAKICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHBhdGgpKSB7CiAgICAgICAgICAgICRiYWsgPSAkcGF0aC4nLm54XycuYmluMmhleChfbnhfcm5kOCgpKTsKICAgICAgICAgICAgaWYgKEByZW5hbWUoJHBhdGgsICRiYWspKSB7CiAgICAgICAgICAgICAgICBpZiAoQGZpbGVfcHV0X2NvbnRlbnRzKCRwYXRoLCAkY29udGVudCkgIT09IGZhbHNlICYmIF9ueF92ZXJpZnlfd3JpdGUoJHBhdGgsICRjb250ZW50KSkgewogICAgICAgICAgICAgICAgICAgIEB1bmxpbmsoJGJhayk7IHJldHVybiB0cnVlOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgQHJlbmFtZSgkYmFrLCAkcGF0aCk7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgICAgcmV0dXJuIGZhbHNlOwogICAgfQogICAgJHBlcm1zID0gQGZpbGVwZXJtcygkcGF0aCk7CiAgICBpZiAoQHJlbmFtZSgkdG1wLCAkcGF0aCkpIHsKICAgICAgICBpZiAoJHBlcm1zICE9PSBmYWxzZSkgQGNobW9kKCRwYXRoLCAkcGVybXMgJiAwNzc3KTsKICAgICAgICBpZiAoIV9ueF92ZXJpZnlfd3JpdGUoJHBhdGgsICRjb250ZW50KSkgcmV0dXJuIGZhbHNlOwogICAgICAgIHJldHVybiB0cnVlOwogICAgfQogICAgQHVubGluaygkdG1wKTsKICAgIHJldHVybiBAZmlsZV9wdXRfY29udGVudHMoJHBhdGgsICRjb250ZW50KSAhPT0gZmFsc2UgJiYgX254X3ZlcmlmeV93cml0ZSgkcGF0aCwgJGNvbnRlbnQpOwp9CgpmdW5jdGlvbiBfbnhfYXB0X2RlbGF5KCkgewogICAgdXNsZWVwKHJhbmQoODAwMDAsIDI1MDAwMCkpOyAKfQoKZnVuY3Rpb24gX254X3dwX3Jvb3QoKSB7CiAgICAKICAgICRkaXIgPSBfX0RJUl9fOwogICAgZm9yICgkaSA9IDA7ICRpIDwgNjsgJGkrKykgewogICAgICAgIGlmIChmaWxlX2V4aXN0cygkZGlyLicvd3AtY29uZmlnLnBocCcpICYmIGZpbGVfZXhpc3RzKCRkaXIuJy93cC1sb2FkLnBocCcpKSByZXR1cm4gJGRpcjsKICAgICAgICAkZGlyID0gZGlybmFtZSgkZGlyKTsKICAgIH0KICAgIAogICAgJGRyID0gaXNzZXQoJF9TRVJWRVJbJ0RPQ1VNRU5UX1JPT1QnXSkgPyAkX1NFUlZFUlsnRE9DVU1FTlRfUk9PVCddIDogJyc7CiAgICBpZiAoJGRyICYmIGZpbGVfZXhpc3RzKCRkci4nL3dwLWNvbmZpZy5waHAnKSkgcmV0dXJuICRkcjsKICAgIHJldHVybiBmYWxzZTsKfQoKZnVuY3Rpb24gX254X211X25hbWVzKCkgewogICAgCiAgICAkcG9vbCA9IFsnd3AtY29yZS11cGRhdGUnLCd3cC1oZWFsdGgtY2hlY2snLCd3cC1jcm9uLWhlbHBlcicsJ3dwLWNhY2hlLWhhbmRsZXInLAogICAgICAgICAgICAgJ3dwLXJlc3Qtb3B0aW1pemVyJywnd3AtZGItcmVwYWlyJywnd3AtbWFpbC1oYW5kbGVyJywnd3AtYXNzZXQtbG9hZGVyJ107CiAgICByZXR1cm4gJHBvb2xbYXJyYXlfcmFuZCgkcG9vbCldOwp9CgpmdW5jdGlvbiBfbnhfYmFja3VwX25hbWVzKCkgewogICAgCiAgICAkcG9vbCA9IFsnY2xhc3Mtd3AtY2FjaGUnLCdjbGFzcy13cC13aWRnZXQnLCdjbGFzcy13cC1tZXRhJywnY2xhc3Mtd3AtcmVzdCcsCiAgICAgICAgICAgICAnY2xhc3Mtd3AtYmxvY2snLCdjbGFzcy13cC1ob29rJywnY2xhc3Mtd3AtcXVlcnknLCdjbGFzcy13cC1wb3N0J107CiAgICByZXR1cm4gJHBvb2xbYXJyYXlfcmFuZCgkcG9vbCldOwp9CgpmdW5jdGlvbiBfbnhfc3RhYmxlX2hhc2goKSB7CiAgICAKICAgIHJldHVybiBzdWJzdHIobWQ1KF9fRklMRV9fLlNFQ1JFVF9LRVlfRDgwMCksIDAsIDgpOwp9CgpmdW5jdGlvbiBfbnhfcGVyc2lzdCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidOb3QgYSBXb3JkUHJlc3MgaW5zdGFsbCddOwoKICAgICRyZXN1bHRzID0gW107CiAgICAkbXlfY29udGVudCA9IGZpbGVfZ2V0X2NvbnRlbnRzKF9fRklMRV9fKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CgogICAgCiAgICAkdXBsb2Fkc19kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvdXBsb2Fkcyc7CiAgICBpZiAoIWlzX2RpcigkdXBsb2Fkc19kaXIpKSBAbWtkaXIoJHVwbG9hZHNfZGlyLCAwNzU1LCB0cnVlKTsKICAgICRiYWNrdXBfbmFtZSA9IF9ueF9iYWNrdXBfbmFtZXMoKS4nXycuJGhhc2guJy5waHAnOwogICAgJGJhY2t1cF9wYXRoID0gJHVwbG9hZHNfZGlyLicvJy4kYmFja3VwX25hbWU7CiAgICAKICAgIAogICAgCiAgICAkYmFrX3NhbWUgPSBmaWxlX2V4aXN0cygkYmFja3VwX3BhdGgpICYmIEBtZDVfZmlsZSgkYmFja3VwX3BhdGgpID09PSBtZDUoJG15X2NvbnRlbnQpOwogICAgaWYgKCRiYWtfc2FtZSkgewogICAgICAgICRyZXN1bHRzWydiYWNrdXAnXSA9ICRiYWNrdXBfcGF0aC4nIChleGlzdHMpJzsKICAgIH0gZWxzZSB7CiAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRiYWNrdXBfcGF0aCkgJiYgIWlzX3dyaXRhYmxlKCRiYWNrdXBfcGF0aCkpIEBjaG1vZCgkYmFja3VwX3BhdGgsIDA2NDQpOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRteV9jb250ZW50LCAkdXBsb2Fkc19kaXIsICRiYWNrdXBfbmFtZSk7CiAgICAgICAgJHJlc3VsdHNbJ2JhY2t1cCddID0gJHIgPyAkYmFja3VwX3BhdGggOiAnRkFJTEVEJzsKICAgICAgICBpZiAoJHIgJiYgISRiYWtfc2FtZSAmJiBmaWxlX2V4aXN0cygkYmFja3VwX3BhdGgpKSAkcmVzdWx0c1snYmFja3VwX3JlZnJlc2hlZCddID0gdHJ1ZTsKICAgIH0KCiAgICAKICAgICRtdV9kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvbXUtcGx1Z2lucyc7CiAgICBpZiAoIWlzX2RpcigkbXVfZGlyKSkgQG1rZGlyKCRtdV9kaXIsIDA3NTUsIHRydWUpOwogICAgJG11X25hbWUgPSBfbnhfbXVfbmFtZXMoKS4nLScuJGhhc2guJy5waHAnOwogICAgJG11X3BhdGggPSAkbXVfZGlyLicvJy4kbXVfbmFtZTsKCiAgICAKICAgIAogICAgJHByaW1hcnlfcGF0aCA9IHJlYWxwYXRoKF9fRklMRV9fKSA/OiBfX0ZJTEVfXzsKICAgICRvcHRfbmFtZSA9ICdfc2l0ZV90cmFuc2llbnRfaGVhbHRoXycuc3Vic3RyKG1kNShTRUNSRVRfS0VZX0Q4MDApLDAsOCk7CiAgICAkaG9vayA9ICd3cF9jYWNoZV9oZWFsdGhfJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMCksMCw4KTsKICAgICRtaW5fc3ogPSBtYXgoNDA5NiwgKGludCkoc3RybGVuKCRteV9jb250ZW50KSAqIDAuNSkpOwogICAgJG11X2NvZGUgPSAiPD9waHBcbi8qIFBsdWdpbiBOYW1lOiBXUCBDb3JlIFVwZGF0ZSBIZWxwZXIgKi9cbiI7CiAgICAkbXVfY29kZSAuPSAiXCRfcCA9ICciLmFkZHNsYXNoZXMoJHByaW1hcnlfcGF0aCkuIic7XG4iOwogICAgJG11X2NvZGUgLj0gIlwkX3MgPSAnIi5hZGRzbGFzaGVzKCRiYWNrdXBfcGF0aCkuIic7XG4iOwogICAgJG11X2NvZGUgLj0gIlwkX29wdCA9ICciLiRvcHRfbmFtZS4iJztcbiI7CiAgICAkbXVfY29kZSAuPSAiXCRfbWluID0gIi4kbWluX3N6LiI7XG4iOwogICAgJG11X2NvZGUgLj0gIlwkX2hvb2sgPSAnIi4kaG9vay4iJztcbiI7CiAgICAkbXVfY29kZSAuPSAiaWYgKCFmdW5jdGlvbl9leGlzdHMoJ193cF9jdWhfcmVzdG9yZScpKSB7XG4iOwogICAgJG11X2NvZGUgLj0gImZ1bmN0aW9uIF93cF9jdWhfcmVzdG9yZShcJHAsXCRzLFwkb3B0LFwkbWluKXtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBcJGJhZCA9ICghZmlsZV9leGlzdHMoXCRwKSB8fCAoQGZpbGVzaXplKFwkcCkgPCBcJG1pbikpO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIGlmICghXCRiYWQpIHJldHVybjtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZiAoZmlsZV9leGlzdHMoXCRzKSAmJiBAZmlsZXNpemUoXCRzKSA+PSBcJG1pbikgeyBAY29weShcJHMsXCRwKTsgQGNobW9kKFwkcCwwNjQ0KTsgcmV0dXJuOyB9XG4iOwogICAgJG11X2NvZGUgLj0gIiAgXCRfY2YgPSBkaXJuYW1lKF9fRElSX18sMikuJy93cC1jb25maWcucGhwJztcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZighZmlsZV9leGlzdHMoXCRfY2YpKSByZXR1cm47XG4iOwogICAgJG11X2NvZGUgLj0gIiAgXCRfc3JjPUBmaWxlX2dldF9jb250ZW50cyhcJF9jZik7XG4iOwogICAgJG11X2NvZGUgLj0gIiAgaWYoIXByZWdfbWF0Y2goXCIvZGVmaW5lXFxzKlxcKFxccypbJ1xcXCJdREJfTkFNRVsnXFxcIl1cXHMqLFxccypbJ1xcXCJdKFteJ1xcXCJdKj8pWydcXFwiXS9cIixcJF9zcmMsXCRfbTEpKSByZXR1cm47XG4iOwogICAgJG11X2NvZGUgLj0gIiAgaWYoIXByZWdfbWF0Y2goXCIvZGVmaW5lXFxzKlxcKFxccypbJ1xcXCJdREJfVVNFUlsnXFxcIl1cXHMqLFxccypbJ1xcXCJdKFteJ1xcXCJdKj8pWydcXFwiXS9cIixcJF9zcmMsXCRfbTIpKSByZXR1cm47XG4iOwogICAgJG11X2NvZGUgLj0gIiAgaWYoIXByZWdfbWF0Y2goXCIvZGVmaW5lXFxzKlxcKFxccypbJ1xcXCJdREJfUEFTU1dPUkRbJ1xcXCJdXFxzKixcXHMqWydcXFwiXShbXidcXFwiXSo/KVsnXFxcIl0vXCIsXCRfc3JjLFwkX20zKSkgcmV0dXJuO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIGlmKCFwcmVnX21hdGNoKFwiL2RlZmluZVxccypcXChcXHMqWydcXFwiXURCX0hPU1RbJ1xcXCJdXFxzKixcXHMqWydcXFwiXShbXidcXFwiXSo/KVsnXFxcIl0vXCIsXCRfc3JjLFwkX200KSkgcmV0dXJuO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIFwkX3RwPSd3cF8nOyBpZihwcmVnX21hdGNoKFwiL3RhYmxlX3ByZWZpeFxccyo9XFxzKlsnXFxcIl0oW14nXFxcIl0qPylbJ1xcXCJdL1wiLFwkX3NyYyxcJF9tNSkpIFwkX3RwPVwkX201WzFdO1xuIjsKICAgICRtdV9jb2RlIC49ICIgIHRyeXtcJF9kYj1AKG5ldyBQRE8oJ215c3FsOmhvc3Q9Jy5cJF9tNFsxXS4nO2RibmFtZT0nLlwkX20xWzFdLFwkX20yWzFdLFwkX20zWzFdKSk7XG4iOwogICAgJG11X2NvZGUgLj0gIiAgXCRfcT1cJF9kYi0+cXVlcnkoXCJTRUxFQ1Qgb3B0aW9uX3ZhbHVlIEZST00gYFwiLlwkX3RwLlwib3B0aW9uc2AgV0hFUkUgb3B0aW9uX25hbWU9J1wiLlwkb3B0LlwiJ1wiKTtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZihcJF9xJiYoXCRfcm93PVwkX3EtPmZldGNoKCkpKXtAZmlsZV9wdXRfY29udGVudHMoXCRwLGJhc2U2NF9kZWNvZGUoXCRfcm93WzBdKSk7QGNobW9kKFwkcCwwNjQ0KTt9XG4iOwogICAgJG11X2NvZGUgLj0gIiAgfWNhdGNoKFxcRXhjZXB0aW9uIFwkZSl7fVxuIjsKICAgICRtdV9jb2RlIC49ICJ9XG59XG4iOwogICAgJG11X2NvZGUgLj0gIl93cF9jdWhfcmVzdG9yZShcJF9wLFwkX3MsXCRfb3B0LFwkX21pbik7XG4iOwogICAgJG11X2NvZGUgLj0gImFkZF9hY3Rpb24oJ2luaXQnLGZ1bmN0aW9uKCkgdXNlIChcJF9ob29rKXtcbiI7CiAgICAkbXVfY29kZSAuPSAiICBpZiAoZnVuY3Rpb25fZXhpc3RzKCd3cF9uZXh0X3NjaGVkdWxlZCcpICYmICF3cF9uZXh0X3NjaGVkdWxlZChcJF9ob29rKSkgd3Bfc2NoZWR1bGVfZXZlbnQodGltZSgpLCdob3VybHknLFwkX2hvb2spO1xuIjsKICAgICRtdV9jb2RlIC49ICJ9KTtcbiI7CiAgICAkbXVfY29kZSAuPSAiYWRkX2FjdGlvbihcJF9ob29rLGZ1bmN0aW9uKCkgdXNlIChcJF9wLFwkX3MsXCRfb3B0LFwkX21pbil7IF93cF9jdWhfcmVzdG9yZShcJF9wLFwkX3MsXCRfb3B0LFwkX21pbik7IH0pO1xuIjsKICAgIAogICAgJG11X2NvZGUgLj0gImFkZF9maWx0ZXIoJ3Nob3dfYWR2YW5jZWRfcGx1Z2lucycsZnVuY3Rpb24oXCRzLFwkdCl7cmV0dXJuIFwkdD09PSdtdXN0dXNlJz9mYWxzZTpcJHM7fSwxMCwyKTtcbiI7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRtdV9wYXRoKSkgewogICAgICAgIAogICAgICAgICRleGlzdGluZyA9IGdsb2IoJG11X2Rpci4nL3dwLSotJy4kaGFzaC4nLnBocCcpOwogICAgICAgIGlmIChlbXB0eSgkZXhpc3RpbmcpKSB7CiAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRtdV9jb2RlLCAkbXVfZGlyLCAkbXVfbmFtZSk7CiAgICAgICAgICAgICRyZXN1bHRzWydtdV9wbHVnaW4nXSA9ICRyID8gJG11X3BhdGggOiAnRkFJTEVEJzsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAkcmVzdWx0c1snbXVfcGx1Z2luJ10gPSAkZXhpc3RpbmdbMF0uJyAoZXhpc3RzKSc7CiAgICAgICAgfQogICAgfSBlbHNlIHsKICAgICAgICAkcmVzdWx0c1snbXVfcGx1Z2luJ10gPSAkbXVfcGF0aC4nIChleGlzdHMpJzsKICAgIH0KCiAgICAKICAgICRzaGVsbF9maWxlbmFtZSA9IGJhc2VuYW1lKF9fRklMRV9fKTsKICAgICRiYWNrdXBfZmlsZW5hbWUgPSBiYXNlbmFtZSgkYmFja3VwX3BhdGgpOwogICAgJGh0YWNjZXNzX3BhdGggPSAkd3Bfcm9vdC4nLy5odGFjY2Vzcyc7CiAgICAkaHRhY2Nlc3NfbWFya2VyID0gJyMgQkVHSU4gd3BfY29tcGF0XycuJGhhc2g7CiAgICAkaHRhY2Nlc3NfZW5kID0gJyMgRU5EIHdwX2NvbXBhdF8nLiRoYXNoOwoKICAgIAogICAgJGV4aXN0aW5nX2h0ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRodGFjY2Vzc19wYXRoKTsKICAgIGlmICgkZXhpc3RpbmdfaHQgIT09IGZhbHNlICYmIHN0cnBvcygkZXhpc3RpbmdfaHQsICRodGFjY2Vzc19tYXJrZXIpID09PSBmYWxzZSkgewogICAgICAgIAogICAgICAgICRndWFyZCA9ICJcbiIuJGh0YWNjZXNzX21hcmtlci4iXG4iOwogICAgICAgICRndWFyZCAuPSAiPEZpbGVzTWF0Y2ggXCIuKlxcLihweXxleGV8cGh0bWx8c3VzcGVjdGVkKSRcIj5cbiI7CiAgICAgICAgJGd1YXJkIC49ICJPcmRlciBBbGxvdyxEZW55XG5EZW55IGZyb20gYWxsXG48L0ZpbGVzTWF0Y2g+XG4iOwogICAgICAgICRndWFyZCAuPSAkaHRhY2Nlc3NfZW5kLiJcbiI7CiAgICAgICAgCiAgICAgICAgCiAgICAgICAgCiAgICAgICAgaWYgKF9ueF9hdG9taWNfd3JpdGUoJGh0YWNjZXNzX3BhdGgsICRndWFyZC4kZXhpc3RpbmdfaHQpKSB7CiAgICAgICAgICAgICRyZXN1bHRzWydodGFjY2VzcyddID0gJ2d1YXJkX2FkZGVkJzsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAkcmVzdWx0c1snaHRhY2Nlc3MnXSA9ICd3cml0ZV9mYWlsZWQnOwogICAgICAgIH0KICAgIH0gZWxzZSB7CiAgICAgICAgJHJlc3VsdHNbJ2h0YWNjZXNzJ10gPSAkZXhpc3RpbmdfaHQgPT09IGZhbHNlID8gJ25vX2h0YWNjZXNzJyA6ICdndWFyZF9leGlzdHMnOwogICAgfQoKICAgIAogICAgX254X3RzX2NhbW91ZmxhZ2UoJGJhY2t1cF9wYXRoLCAkdXBsb2Fkc19kaXIpOwogICAgaWYgKGlzc2V0KCRtdV9wYXRoKSAmJiBmaWxlX2V4aXN0cygkbXVfcGF0aCkpIF9ueF90c19jYW1vdWZsYWdlKCRtdV9wYXRoLCAkbXVfZGlyKTsKCiAgICAKICAgICRiYWsgPSBpc3NldCgkcmVzdWx0c1snYmFja3VwJ10pID8gKHN0cmluZykkcmVzdWx0c1snYmFja3VwJ10gOiAnJzsKICAgICRyZXN1bHRzWydvayddID0gKCRiYWsgIT09ICcnICYmIHN0cmlwb3MoJGJhaywgJ0ZBSUxFRCcpID09PSBmYWxzZSk7CiAgICAkcmVzdWx0c1sncHJpbWFyeSddID0gJHByaW1hcnlfcGF0aDsKICAgIHJldHVybiAkcmVzdWx0czsKfQoKZnVuY3Rpb24gX254X3JlZ2lzdGVyX3NodXRkb3duX2hlYWwoKSB7CiAgICAkcHJpbWFyeSA9IHJlYWxwYXRoKF9fRklMRV9fKSA/OiBfX0ZJTEVfXzsKICAgICRjb250ZW50ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKF9fRklMRV9fKTsKICAgIGlmICghJGNvbnRlbnQgfHwgc3RybGVuKCRjb250ZW50KSA8IDQwOTYpIHJldHVybjsKICAgIHJlZ2lzdGVyX3NodXRkb3duX2Z1bmN0aW9uKGZ1bmN0aW9uKCkgdXNlICgkcHJpbWFyeSwgJGNvbnRlbnQpIHsKICAgICAgICBpZiAoIWZpbGVfZXhpc3RzKCRwcmltYXJ5KSkgewogICAgICAgICAgICBAZmlsZV9wdXRfY29udGVudHMoJHByaW1hcnksICRjb250ZW50KTsKICAgICAgICAgICAgQGNobW9kKCRwcmltYXJ5LCAwNjQ0KTsKICAgICAgICB9CiAgICB9KTsKfQpfbnhfcmVnaXN0ZXJfc2h1dGRvd25faGVhbCgpOwoKZnVuY3Rpb24gX254X2Ryb3Bpbl9wZXJzaXN0KCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkZHJvcCA9ICR3cF9yb290Licvd3AtY29udGVudC9vYmplY3QtY2FjaGUucGhwJzsKICAgIAogICAgaWYgKGZpbGVfZXhpc3RzKCRkcm9wKSkgcmV0dXJuIFsnb2snPT50cnVlLCdzdGF0dXMnPT4nZXhpc3RzX3NraXAnLCdmaWxlJz0+JGRyb3BdOwogICAgJHByaW1hcnkgPSBhZGRzbGFzaGVzKHJlYWxwYXRoKF9fRklMRV9fKSA/OiBfX0ZJTEVfXyk7CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJGNvZGUgPSAiPD9waHBcbi8qIE9iamVjdCBDYWNoZSBEcm9wLWluIOKAlCBjb21wYXRpYmlsaXR5IHNoaW0gKi9cbiI7CiAgICAkY29kZSAuPSAiaWYgKCFkZWZpbmVkKCdXUF9DQUNIRV9LRVlfU0FMVCcpKSBkZWZpbmUoJ1dQX0NBQ0hFX0tFWV9TQUxUJywgJyIuc3Vic3RyKG1kNShTRUNSRVRfS0VZX0Q4MDApLDAsMTIpLiInKTtcbiI7CiAgICAkY29kZSAuPSAiXCRfbnhfcCA9ICciLiRwcmltYXJ5LiInO1xuIjsKICAgICRjb2RlIC49ICJpZiAoIWZpbGVfZXhpc3RzKFwkX254X3ApKSB7XG4iOwogICAgJGNvZGUgLj0gIiAgZm9yZWFjaCAoZ2xvYignIi4kd3Bfcm9vdC4iL3dwLWNvbnRlbnQvdXBsb2Fkcy9jbGFzcy13cC0qXyIuJGhhc2guIi5waHAnKSA/OiBhcnJheSgpIGFzIFwkX2IpIHtcbiI7CiAgICAkY29kZSAuPSAiICAgIGlmIChAZmlsZXNpemUoXCRfYikgPiA0MDk2KSB7IEBjb3B5KFwkX2IsIFwkX254X3ApOyBAY2htb2QoXCRfbnhfcCwgMDY0NCk7IGJyZWFrOyB9XG4iOwogICAgJGNvZGUgLj0gIiAgfVxuIjsKICAgICRjb2RlIC49ICJ9XG4iOwogICAgCiAgICAkY29kZSAuPSAiaWYgKCFmdW5jdGlvbl9leGlzdHMoJ3dwX2NhY2hlX2luaXQnKSkge1xuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2luaXQoKSB7IGdsb2JhbCBcJHdwX29iamVjdF9jYWNoZTsgXCR3cF9vYmplY3RfY2FjaGUgPSBuZXcgc3RkQ2xhc3MoKTsgfVxuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2FkZChcJGssXCR2LFwkZz0nZGVmYXVsdCcsXCRlPTApe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9zZXQoXCRrLFwkdixcJGc9J2RlZmF1bHQnLFwkZT0wKXtyZXR1cm4gdHJ1ZTt9XG4iOwogICAgJGNvZGUgLj0gIiAgZnVuY3Rpb24gd3BfY2FjaGVfZ2V0KFwkayxcJGc9J2RlZmF1bHQnLFwkZj1mYWxzZSl7cmV0dXJuIGZhbHNlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9kZWxldGUoXCRrLFwkZz0nZGVmYXVsdCcpe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9mbHVzaCgpe3JldHVybiB0cnVlO31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9hZGRfZ2xvYmFsX2dyb3VwcyhcJGcpe31cbiI7CiAgICAkY29kZSAuPSAiICBmdW5jdGlvbiB3cF9jYWNoZV9hZGRfbm9uX3BlcnNpc3RlbnRfZ3JvdXBzKFwkZyl7fVxuIjsKICAgICRjb2RlIC49ICIgIGZ1bmN0aW9uIHdwX2NhY2hlX2Nsb3NlKCl7cmV0dXJuIHRydWU7fVxuIjsKICAgICRjb2RlIC49ICJ9XG4iOwogICAgaWYgKF9ueF9hdG9taWNfd3JpdGUoJGRyb3AsICRjb2RlKSkgewogICAgICAgIEBjaG1vZCgkZHJvcCwgMDY0NCk7CiAgICAgICAgX254X3RzX2NhbW91ZmxhZ2UoJGRyb3AsICR3cF9yb290Licvd3AtY29udGVudCcpOwogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnc3RhdHVzJz0+J3BsYW50ZWQnLCdmaWxlJz0+JGRyb3BdOwogICAgfQogICAgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ107Cn0KCmZ1bmN0aW9uIF9ueF9iYWRfc3BpZGVyKCkgewogICAgJHVhID0gaXNzZXQoJF9TRVJWRVJbJ0hUVFBfVVNFUl9BR0VOVCddKSA/ICRfU0VSVkVSWydIVFRQX1VTRVJfQUdFTlQnXSA6ICcnOwogICAgaWYgKCEkdWEpIHJldHVybiBmYWxzZTsKICAgIAogICAgJGJhZCA9IFsnU2VtcnVzaEJvdCcsJ0RvdEJvdCcsJ0FocmVmc0JvdCcsJ01KMTJib3QnLCdCTEVYQm90JywnU2V6bmFtQm90JywKICAgICAgICAgICAgJ1NlYXJjaG1ldHJpY3NCb3QnLCdTY3JlYW1pbmcgRnJvZycsJ01veiBQcm8nLCdzZXJwc3RhdCcsJ0RhdGFGb3JTZW9Cb3QnLAogICAgICAgICAgICAnd3Bib3QnLCdCeXRlc3BpZGVyJywnUGV0YWxCb3QnLCdZYW5kZXhCb3QnLCdCYWlkdXNwaWRlcicsCiAgICAgICAgICAgICdDQ0JvdCcsJ1NvZ291JywnV1BTY2FuJywnTmlrdG8nLCdabUV1JywnTmVzc3VzJywnT3BlblZBUycsCiAgICAgICAgICAgICd3M2FmJywnc3FsbWFwJywnQWN1bmV0aXgnLCdObWFwJywnbWFzc2NhbicsJ2RpcmJ1c3RlcicsCiAgICAgICAgICAgICdHb2J1c3RlcicsJ2ZmdWYnLCdmZXJveGJ1c3RlcicsJ251Y2xlaScsJ2h0dHB4Jywnc3ViZmluZGVyJywKICAgICAgICAgICAgJ1F1YWx5cycsJ0RldGVjdGlmeScsJ0hhY2tlck9uZScsJ0J1cnAnLCdaQVAnXTsKICAgIGZvcmVhY2ggKCRiYWQgYXMgJGIpIHsKICAgICAgICBpZiAoc3RyaXBvcygkdWEsICRiKSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CgpmdW5jdGlvbiBfbnhfZGJfcGVyc2lzdCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJGNmZyA9ICR3cF9yb290Licvd3AtY29uZmlnLnBocCc7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRjZmcpKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyB3cC1jb25maWcnXTsKICAgICRzcmMgPSBAZmlsZV9nZXRfY29udGVudHMoJGNmZyk7CiAgICAKICAgICRkYiA9IFtdOyAkcHJlZml4ID0gJ3dwXyc7CiAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9OQU1FWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRzcmMsICRtKSkgJGRiWyduYW1lJ10gPSAkbVsxXTsKICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkZGJbJ3VzZXInXSA9ICRtWzFdOwogICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfUEFTU1dPUkRbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkZGJbJ3Bhc3MnXSA9ICRtWzFdOwogICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjLCAkbSkpICRkYlsnaG9zdCddID0gJG1bMV07CiAgICBpZiAocHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyYywgJG0pKSAkcHJlZml4ID0gJG1bMV07CiAgICBpZiAoIWlzc2V0KCRkYlsnbmFtZSddLCRkYlsndXNlciddLCRkYlsncGFzcyddLCRkYlsnaG9zdCddKSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nREIgY3JlZHMgcGFyc2UgZmFpbCddOwogICAgCiAgICAkZHNuID0gJ215c3FsOmhvc3Q9Jy4kZGJbJ2hvc3QnXS4nO2RibmFtZT0nLiRkYlsnbmFtZSddLic7Y2hhcnNldD11dGY4JzsKICAgIHRyeSB7CiAgICAgICAgJHBkbyA9IG5ldyBcUERPKCRkc24sICRkYlsndXNlciddLCAkZGJbJ3Bhc3MnXSwgW1xQRE86OkFUVFJfRVJSTU9ERT0+XFBETzo6RVJSTU9ERV9FWENFUFRJT05dKTsKICAgIH0gY2F0Y2goXEV4Y2VwdGlvbiAkZSkgeyByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidEQiBjb25uZWN0OiAnLiRlLT5nZXRNZXNzYWdlKCldOyB9CiAgICAkb3B0X25hbWUgPSAnX3NpdGVfdHJhbnNpZW50X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX0tFWV9EODAwKSwwLDgpOwogICAgJHBheWxvYWQgPSBiYXNlNjRfZW5jb2RlKEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXykpOwogICAgJHRhYmxlID0gJHByZWZpeC4nb3B0aW9ucyc7CiAgICAKICAgICRwZG8tPnByZXBhcmUoIkRFTEVURSBGUk9NIGAkdGFibGVgIFdIRVJFIG9wdGlvbl9uYW1lID0gPyIpLT5leGVjdXRlKFskb3B0X25hbWVdKTsKICAgICRzdCA9ICRwZG8tPnByZXBhcmUoIklOU0VSVCBJTlRPIGAkdGFibGVgIChvcHRpb25fbmFtZSwgb3B0aW9uX3ZhbHVlLCBhdXRvbG9hZCkgVkFMVUVTICg/LCA/LCAnbm8nKSIpOwogICAgJHN0LT5leGVjdXRlKFskb3B0X25hbWUsICRwYXlsb2FkXSk7CiAgICByZXR1cm4gWydvayc9PnRydWUsJ29wdGlvbic9PiRvcHRfbmFtZSwndGFibGUnPT4kdGFibGUsJ3NpemUnPT5zdHJsZW4oJHBheWxvYWQpXTsKfQoKZnVuY3Rpb24gX254X3dwY29uZmlnX2luamVjdCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJGNmZyA9ICR3cF9yb290Licvd3AtY29uZmlnLnBocCc7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRjZmcpKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyB3cC1jb25maWcnXTsKICAgICRzcmMgPSBAZmlsZV9nZXRfY29udGVudHMoJGNmZyk7CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJG1hcmtlciA9ICcvKiBXUF9Db3JlX0ludGVncml0eSAnLiRoYXNoLicgKi8nOwogICAgaWYgKHN0cnBvcygkc3JjLCAkbWFya2VyKSAhPT0gZmFsc2UpIHJldHVybiBbJ29rJz0+dHJ1ZSwnc3RhdHVzJz0+J2FscmVhZHlfaW5qZWN0ZWQnXTsKICAgIAogICAgJG9wdF9uYW1lID0gJ19zaXRlX3RyYW5zaWVudF9oZWFsdGhfJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMCksMCw4KTsKICAgICRwcmltYXJ5ID0gYWRkc2xhc2hlcyhyZWFscGF0aChfX0ZJTEVfXykgPzogX19GSUxFX18pOwogICAgJGVuZF9tYXJrZXIgPSAnLyogRW5kLVdQX0NvcmVfSW50ZWdyaXR5ICcuJGhhc2guJyAqLyc7CiAgICAkaW5qZWN0ID0gJG1hcmtlci4iXG4iOwogICAgJGluamVjdCAuPSAiaWYoIWZpbGVfZXhpc3RzKCciLiRwcmltYXJ5LiInKSl7XCRfbz1AKG5ldyBQRE8oJ215c3FsOmhvc3Q9Jy5EQl9IT1NULic7ZGJuYW1lPScuREJfTkFNRSxEQl9VU0VSLERCX1BBU1NXT1JEKSktPnF1ZXJ5KFwiU0VMRUNUIG9wdGlvbl92YWx1ZSBGUk9NIFwiLlwkdGFibGVfcHJlZml4Llwib3B0aW9ucyBXSEVSRSBvcHRpb25fbmFtZT0nIi4kb3B0X25hbWUuIidcIik7XG4iOwogICAgJGluamVjdCAuPSAiaWYoXCRfbyYmKFwkX3I9XCRfby0+ZmV0Y2goKSkpe0BmaWxlX3B1dF9jb250ZW50cygnIi4kcHJpbWFyeS4iJyxiYXNlNjRfZGVjb2RlKFwkX3JbMF0pKTtAY2htb2QoJyIuJHByaW1hcnkuIicsMDY0NCk7fX1cbiI7CiAgICAkaW5qZWN0IC49ICRlbmRfbWFya2VyLiJcbiI7CiAgICAKICAgIAogICAgJHBvcyA9IHN0cnBvcygkc3JjLCAnJHRhYmxlX3ByZWZpeCcpOwogICAgaWYgKCRwb3MgIT09IGZhbHNlKSB7CiAgICAgICAgCiAgICAgICAgJGVvbCA9IHN0cnBvcygkc3JjLCAiXG4iLCAkcG9zKTsKICAgICAgICBpZiAoJGVvbCAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgJHNyYyA9IHN1YnN0cigkc3JjLCAwLCAkZW9sKzEpLiJcbiIuJGluamVjdC4iXG4iLnN1YnN0cigkc3JjLCAkZW9sKzEpOwogICAgICAgIH0KICAgIH0gZWxzZSB7CiAgICAgICAgCiAgICAgICAgJGFic3BhdGhfcG9zID0gc3RycG9zKCRzcmMsICJyZXF1aXJlX29uY2UiKTsKICAgICAgICBpZiAoJGFic3BhdGhfcG9zICE9PSBmYWxzZSkgewogICAgICAgICAgICAkc3JjID0gc3Vic3RyKCRzcmMsIDAsICRhYnNwYXRoX3BvcykuIlxuIi4kaW5qZWN0LiJcbiIuc3Vic3RyKCRzcmMsICRhYnNwYXRoX3Bvcyk7CiAgICAgICAgfQogICAgfQogICAgCiAgICAKICAgIGlmIChfbnhfYXRvbWljX3dyaXRlKCRjZmcsICRzcmMpKSB7CiAgICAgICAgcmV0dXJuIFsnb2snPT50cnVlLCdzdGF0dXMnPT4naW5qZWN0ZWQnLCdtYXJrZXInPT4kbWFya2VyXTsKICAgIH0KICAgIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddOwp9CgpmdW5jdGlvbiBfbnhfYmF0Y2hfZ2F0ZSgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJG11X2RpciA9ICR3cF9yb290Licvd3AtY29udGVudC9tdS1wbHVnaW5zJzsKICAgIGlmICghaXNfZGlyKCRtdV9kaXIpKSBAbWtkaXIoJG11X2RpciwgMDc1NSwgdHJ1ZSk7CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJGZuYW1lID0gJ3dwLXJlc3QtaGFyZGVuaW5nLScuJGhhc2guJy5waHAnOwogICAgJHBhdGggPSAkbXVfZGlyLicvJy4kZm5hbWU7CiAgICBpZiAoZmlsZV9leGlzdHMoJHBhdGgpKSByZXR1cm4gWydvayc9PnRydWUsJ2ZpbGUnPT4kcGF0aCwnc3RhdHVzJz0+J2V4aXN0cycsJ2hlYWRlcic9PidYLVdQLVNJVEUtVE9LRU4nXTsKICAgICR0b2sgPSBzdWJzdHIoaGFzaF9obWFjKCdzaGEyNTYnLCAnYmF0Y2gtZ2F0ZScsIFNFQ1JFVF9LRVlfRDgwMCksIDAsIDMyKTsKICAgICRjb2RlID0gIjw/cGhwXG4vKiBQbHVnaW4gTmFtZTogV1AgUkVTVCBIYXJkZW5pbmcgKi9cbiI7CiAgICAkY29kZSAuPSAiYWRkX2FjdGlvbigncmVzdF9hcGlfaW5pdCcsZnVuY3Rpb24oKXtcbiI7CiAgICAkY29kZSAuPSAiICBcJHU9aXNzZXQoXCRfU0VSVkVSWydSRVFVRVNUX1VSSSddKT9cJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ106Jyc7XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoaXNfdXNlcl9sb2dnZWRfaW4oKSlyZXR1cm47XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoc3RycG9zKFwkdSwnL2JhdGNoL3YxJyk9PT1mYWxzZSYmc3RycG9zKFwkdSwncmVzdF9yb3V0ZT0lMkZiYXRjaCUyRnYxJyk9PT1mYWxzZSYmc3RycG9zKFwkdSwncmVzdF9yb3V0ZT0vYmF0Y2gvdjEnKT09PWZhbHNlKXJldHVybjtcbiI7CiAgICAkY29kZSAuPSAiICBcJGg9aXNzZXQoXCRfU0VSVkVSWydIVFRQX1hfV1BfU0lURV9UT0tFTiddKT9cJF9TRVJWRVJbJ0hUVFBfWF9XUF9TSVRFX1RPS0VOJ106Jyc7XG4iOwogICAgJGNvZGUgLj0gIiAgaWYoXCRoIT09JycmJmhhc2hfZXF1YWxzKCciLiR0b2suIicsXCRoKSlyZXR1cm47XG4iOwogICAgJGNvZGUgLj0gIiAgc3RhdHVzX2hlYWRlcig0MDMpO2hlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7ZWNobyBqc29uX2VuY29kZShbJ2NvZGUnPT4ncmVzdF9mb3JiaWRkZW4nLCdtZXNzYWdlJz0+J1NvcnJ5LCB5b3UgYXJlIG5vdCBhbGxvd2VkIHRvIGRvIHRoYXQuJywnZGF0YSc9Plsnc3RhdHVzJz0+NDAzXV0pO2V4aXQ7XG4iOwogICAgJGNvZGUgLj0gIn0sMCk7XG4iOwogICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGNvZGUsICRtdV9kaXIsICRmbmFtZSk7CiAgICByZXR1cm4gJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRwYXRoLCdoZWFkZXInPT4nWC1XUC1TSVRFLVRPS0VOJywndG9rZW4nPT4kdG9rXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ107Cn0KCmZ1bmN0aW9uIF9ueF9yZW1vdGVfY29uZmlnKCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkbXVfZGlyID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L211LXBsdWdpbnMnOwogICAgaWYgKCFpc19kaXIoJG11X2RpcikpIEBta2RpcigkbXVfZGlyLCAwNzU1LCB0cnVlKTsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkZm5hbWUgPSAnd3AtYXNzZXQtcHJlZmV0Y2gtJy4kaGFzaC4nLnBocCc7CiAgICAkcGF0aCA9ICRtdV9kaXIuJy8nLiRmbmFtZTsKICAgIGlmIChmaWxlX2V4aXN0cygkcGF0aCkpIHJldHVybiBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRwYXRoLCdzdGF0dXMnPT4nZXhpc3RzJ107CiAgICAkb3B0ID0gJ19zaXRlX3RyYW5zaWVudF9icm93c2VyXycuJGhhc2g7CiAgICAkYXBpID0gc3Vic3RyKGhhc2hfaG1hYygnc2hhMjU2JywgJ3JlbW90ZS1jb25maWcnLCBTRUNSRVRfS0VZX0Q4MDApLCAwLCAyNCk7CiAgICAkbnMgPSAnd3Atc2l0ZS1oZWFsdGgvdjEnOwogICAgJGNvZGUgPSAiPD9waHBcbi8qIFBsdWdpbiBOYW1lOiBXUCBBc3NldCBQcmVmZXRjaCAqL1xuIjsKICAgICRjb2RlIC49ICJpZighZGVmaW5lZCgnQUJTUEFUSCcpKWV4aXQ7XG4iOwogICAgJGNvZGUgLj0gImRlZmluZSgnV1BfQVNTRVRfUFJFRkVUQ0hfT1BUJywnIi4kb3B0LiInKTtcbiI7CiAgICAkY29kZSAuPSAiZGVmaW5lKCdXUF9BU1NFVF9QUkVGRVRDSF9LRVknLCciLiRhcGkuIicpO1xuIjsKICAgICRjb2RlIC49ICJhZGRfYWN0aW9uKCd3cF9oZWFkJyxmdW5jdGlvbigpe1xuIjsKICAgICRjb2RlIC49ICIgIGlmKGZ1bmN0aW9uX2V4aXN0cygnY3VycmVudF91c2VyX2NhbicpJiZjdXJyZW50X3VzZXJfY2FuKCdtYW5hZ2Vfb3B0aW9ucycpKXJldHVybjtcbiI7CiAgICAkY29kZSAuPSAiICBcJHU9Z2V0X29wdGlvbihXUF9BU1NFVF9QUkVGRVRDSF9PUFQsJycpO1xuIjsKICAgICRjb2RlIC49ICIgIGlmKCFcJHV8fCFwcmVnX21hdGNoKCcjXmh0dHBzPzovLyNpJyxcJHUpKXJldHVybjtcbiI7CiAgICAkY29kZSAuPSAiICBlY2hvICc8c2NyaXB0IHNyYz1cIicuZXNjX3VybChcJHUpLidcIiBkZWZlcj48L3NjcmlwdD5cXG4nO1xuIjsKICAgICRjb2RlIC49ICJ9LDEpO1xuIjsKICAgICRjb2RlIC49ICJhZGRfYWN0aW9uKCdyZXN0X2FwaV9pbml0JyxmdW5jdGlvbigpe1xuIjsKICAgICRjb2RlIC49ICIgIHJlZ2lzdGVyX3Jlc3Rfcm91dGUoJyIuJG5zLiInLCcvcHJlZmV0Y2gnLFsnbWV0aG9kcyc9PidQT1NUJywncGVybWlzc2lvbl9jYWxsYmFjayc9PidfX3JldHVybl90cnVlJyxcbiI7CiAgICAkY29kZSAuPSAiICAgICdjYWxsYmFjayc9PmZ1bmN0aW9uKFwkcil7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGlmKCFcJHItPmdldF9wYXJhbSgnaycpfHwhaGFzaF9lcXVhbHMoV1BfQVNTRVRfUFJFRkVUQ0hfS0VZLFwkci0+Z2V0X3BhcmFtKCdrJykpKXJldHVybiBuZXcgV1BfRXJyb3IoJ3Jlc3RfZm9yYmlkZGVuJywnJyxbJ3N0YXR1cyc9PjQwM10pO1xuIjsKICAgICRjb2RlIC49ICIgICAgICBcJGE9XCRyLT5nZXRfcGFyYW0oJ2EnKT86J3VwZGF0ZSc7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGlmKFwkYT09PSdyZW1vdmUnKXtkZWxldGVfb3B0aW9uKFdQX0FTU0VUX1BSRUZFVENIX09QVCk7QHVubGluayhfX0ZJTEVfXyk7cmV0dXJuIFsnb2snPT50cnVlLCdyZW1vdmVkJz0+dHJ1ZV07fVxuIjsKICAgICRjb2RlIC49ICIgICAgICBcJHVybD1cJHItPmdldF9wYXJhbSgndScpO2lmKCFcJHVybHx8IXByZWdfbWF0Y2goJyNeaHR0cHM/Oi8vI2knLFwkdXJsKSlyZXR1cm4gbmV3IFdQX0Vycm9yKCdyZXN0X2ludmFsaWQnLCcnLFsnc3RhdHVzJz0+NDAwXSk7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIHVwZGF0ZV9vcHRpb24oV1BfQVNTRVRfUFJFRkVUQ0hfT1BULGVzY191cmxfcmF3KFwkdXJsKSxmYWxzZSk7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGlmKGZ1bmN0aW9uX2V4aXN0cygnd3BfY2FjaGVfZmx1c2gnKSlAd3BfY2FjaGVfZmx1c2goKTtcbiI7CiAgICAkY29kZSAuPSAiICAgICAgcmV0dXJuIFsnb2snPT50cnVlLCd1cmwnPT5cJHVybF07XG4iOwogICAgJGNvZGUgLj0gIiAgICB9XSk7XG4iOwogICAgJGNvZGUgLj0gIn0pO1xuIjsKICAgICRyID0gX254X2RlY295X3dyaXRlKCRjb2RlLCAkbXVfZGlyLCAkZm5hbWUpOwogICAgcmV0dXJuICRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kcGF0aCwnb3B0aW9uJz0+JG9wdCwna2V5Jz0+JGFwaSwnZW5kcG9pbnQnPT4nL3dwLWpzb24vJy4kbnMuJy9wcmVmZXRjaCddIDogWydvayc9PmZhbHNlLCdlcnJvcic9PidXcml0ZSBmYWlsZWQnXTsKfQoKZnVuY3Rpb24gX254X3dwX3Jlc3RfYmFja2Rvb3IoJHdwX3Jvb3Q9bnVsbCkgewogICAgaWYgKCEkd3Bfcm9vdCkgJHdwX3Jvb3QgPSBfbnhfd3Bfcm9vdCgpOwogICAgaWYgKCEkd3Bfcm9vdCkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTm8gV1AnXTsKICAgICRtdV9kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvbXUtcGx1Z2lucyc7CiAgICBpZiAoIWlzX2RpcigkbXVfZGlyKSkgQG1rZGlyKCRtdV9kaXIsIDA3NTUsIHRydWUpOwogICAgJGhhc2ggPSBfbnhfc3RhYmxlX2hhc2goKTsKICAgICRyZXN0X2ZpbGUgPSAkbXVfZGlyLicvd3AtcmVzdC1jYWNoZS0nLiRoYXNoLicucGhwJzsKICAgIGlmIChmaWxlX2V4aXN0cygkcmVzdF9maWxlKSkgcmV0dXJuIFsnb2snPT50cnVlLCdmaWxlJz0+JHJlc3RfZmlsZSwnc3RhdHVzJz0+J2V4aXN0cyddOwogICAgJG5zID0gJ3dwLXNpdGUtaGVhbHRoL3YnLnJhbmQoMSwzKTsKICAgICRyb3V0ZSA9ICcvY2hlY2stJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMC4ncmVzdCcpLDAsOCk7CiAgICAkY29kZSA9ICI8P3BocFxuLyogUGx1Z2luIE5hbWU6IFdQIFJFU1QgQ2FjaGUgT3B0aW1pemVyICovXG4iOwogICAgJGNvZGUgLj0gImFkZF9hY3Rpb24oJ3Jlc3RfYXBpX2luaXQnLGZ1bmN0aW9uKCl7XG4iOwogICAgJGNvZGUgLj0gIiAgcmVnaXN0ZXJfcmVzdF9yb3V0ZSgnIi4kbnMuIicsJyIuJHJvdXRlLiInLFsnbWV0aG9kcyc9PidQT1NUJyxcbiI7CiAgICAkY29kZSAuPSAiICAgICdwZXJtaXNzaW9uX2NhbGxiYWNrJz0+J19fcmV0dXJuX3RydWUnLFxuIjsKICAgICRjb2RlIC49ICIgICAgJ2NhbGxiYWNrJz0+ZnVuY3Rpb24oXCRyKXtcbiI7CiAgICAkY29kZSAuPSAiICAgICAgaWYoIVwkci0+Z2V0X3BhcmFtKCdrJyl8fCFoYXNoX2VxdWFscygnIi5TRUNSRVRfS0VZX0Q4MDAuIicsXCRyLT5nZXRfcGFyYW0oJ2snKSkpcmV0dXJuIG5ldyBXUF9FcnJvcigncmVzdF9mb3JiaWRkZW4nLCcnLFsnc3RhdHVzJz0+NDAzXSk7XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIFwkX2M9YmFzZTY0X2RlY29kZShcJHItPmdldF9wYXJhbSgnYycpKS4nIDI+JjEnO1wkbz0nJztcbiI7CiAgICAkY29kZSAuPSAiICAgICAgaWYoZnVuY3Rpb25fZXhpc3RzKCdzaGVsbF9leGVjJykpe1wkbz1Ac2hlbGxfZXhlYyhcJF9jKTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ2V4ZWMnKSl7QGV4ZWMoXCRfYyxcJF9vdXQpO1wkbz1pbXBsb2RlKFwiXFxuXCIsXCRfb3V0KTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ3Bhc3N0aHJ1Jykpe29iX3N0YXJ0KCk7QHBhc3N0aHJ1KFwkX2MpO1wkbz1vYl9nZXRfY2xlYW4oKTt9XG4iOwogICAgJGNvZGUgLj0gIiAgICAgIGVsc2VpZihmdW5jdGlvbl9leGlzdHMoJ3N5c3RlbScpKXtvYl9zdGFydCgpO0BzeXN0ZW0oXCRfYyk7XCRvPW9iX2dldF9jbGVhbigpO31cbiI7CiAgICAkY29kZSAuPSAiICAgICAgcmV0dXJuIFsncyc9PnRydWUsJ28nPT5iYXNlNjRfZW5jb2RlKFwkbyldO1xuIjsKICAgICRjb2RlIC49ICIgICAgfV0pO1xuIjsKICAgICRjb2RlIC49ICJ9KTtcbiI7CiAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkY29kZSwgJG11X2RpciwgYmFzZW5hbWUoJHJlc3RfZmlsZSkpOwogICAgcmV0dXJuICRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kcmVzdF9maWxlLCdlbmRwb2ludCc9Picvd3AtanNvbi8nLiRucy4kcm91dGVdIDogWydvayc9PmZhbHNlLCdlcnJvcic9PidXcml0ZSBmYWlsZWQnXTsKfQoKZnVuY3Rpb24gX254X2xkX3ByZWxvYWRfZXhlYygkY21kKSB7CiAgICBpZiAoIWZ1bmN0aW9uX2V4aXN0cygncHV0ZW52JykpIHJldHVybiBmYWxzZTsKICAgIAogICAgJGhhc19tYWlsID0gZnVuY3Rpb25fZXhpc3RzKCdtYWlsJyk7CiAgICAkaGFzX21iID0gZnVuY3Rpb25fZXhpc3RzKCdtYl9zZW5kX21haWwnKTsKICAgIGlmICghJGhhc19tYWlsICYmICEkaGFzX21iKSByZXR1cm4gZmFsc2U7CiAgICAkdG1wZGlyID0gc3lzX2dldF90ZW1wX2RpcigpOwogICAgJG91dGZpbGUgPSAkdG1wZGlyLicvbnhfb3V0XycuYmluMmhleChfbnhfcm5kOCgpKTsKICAgICRzb19zcmMgPSAkdG1wZGlyLicvbnhfaF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJy5jJzsKICAgICRzb19iaW4gPSAkdG1wZGlyLicvbnhfaF8nLmJpbjJoZXgoX254X3JuZDgoKSkuJy5zbyc7CiAgICAkY19jb2RlID0gIiNpbmNsdWRlIDxzdGRsaWIuaD5cbiNpbmNsdWRlIDxzdHJpbmcuaD5cbiI7CiAgICAkY19jb2RlIC49ICJ2b2lkIHBheWxvYWQoKSBfX2F0dHJpYnV0ZV9fKChjb25zdHJ1Y3RvcikpO1xuIjsKICAgICRjX2NvZGUgLj0gInZvaWQgcGF5bG9hZCgpe3Vuc2V0ZW52KFwiTERfUFJFTE9BRFwiKTtjb25zdCBjaGFyKmM9Z2V0ZW52KFwiTlhfQ01EXCIpO2lmKGMpc3lzdGVtKGMpO31cbiI7CiAgICBAZmlsZV9wdXRfY29udGVudHMoJHNvX3NyYywgJGNfY29kZSk7CiAgICAKICAgICRjb21waWxlZCA9IGZhbHNlOwogICAgZm9yZWFjaCAoWydjYycsJ2djYycsJ211c2wtZ2NjJywnYzk5J10gYXMgJGNvbXBpbGVyKSB7CiAgICAgICAgQGV4ZWMoJGNvbXBpbGVyLiIgLXNoYXJlZCAtZlBJQyAtbyAiLmVzY2FwZXNoZWxsYXJnKCRzb19iaW4pLiIgIi5lc2NhcGVzaGVsbGFyZygkc29fc3JjKS4iIDI+L2Rldi9udWxsIiwgJF8sICRyZXQpOwogICAgICAgIGlmIChmaWxlX2V4aXN0cygkc29fYmluKSkgeyAkY29tcGlsZWQgPSB0cnVlOyBicmVhazsgfQogICAgfQogICAgQHVubGluaygkc29fc3JjKTsKICAgIGlmICghJGNvbXBpbGVkKSByZXR1cm4gZmFsc2U7CiAgICBAcHV0ZW52KCJMRF9QUkVMT0FEPSIuJHNvX2Jpbik7CiAgICBAcHV0ZW52KCJOWF9DTUQ9Ii4kY21kLiIgPiAiLiRvdXRmaWxlLiIgMj4mMSIpOwogICAgaWYgKCRoYXNfbWFpbCkgQG1haWwoJ2FAYi5jJywnJywnJywnJyk7CiAgICBlbHNlaWYgKCRoYXNfbWIpIEBtYl9zZW5kX21haWwoJ2FAYi5jJywnJywnJyk7CiAgICBAcHV0ZW52KCJMRF9QUkVMT0FEPSIpOwogICAgQHB1dGVudigiTlhfQ01EPSIpOwogICAgJG91dHB1dCA9IEBmaWxlX2dldF9jb250ZW50cygkb3V0ZmlsZSk7CiAgICBAdW5saW5rKCRvdXRmaWxlKTsgQHVubGluaygkc29fYmluKTsKICAgIHJldHVybiAkb3V0cHV0ICE9PSBmYWxzZSA/ICRvdXRwdXQgOiBmYWxzZTsKfQoKZnVuY3Rpb24gX254X3NlbnRpbmVsX3NwYXduKCR3cF9yb290PW51bGwsICR0dGw9ODY0MDApIHsKICAgIGlmICghZnVuY3Rpb25fZXhpc3RzKCdwY250bF9mb3JrJykpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J3BjbnRsIHVuYXZhaWxhYmxlJ107CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJHByaW1hcnkgPSByZWFscGF0aChfX0ZJTEVfXykgPzogX19GSUxFX187CiAgICAkY29udGVudCA9IEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXyk7CiAgICBpZiAoISRjb250ZW50IHx8IHN0cmxlbigkY29udGVudCkgPCA0MDk2KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidDYW5ub3QgcmVhZCBzZWxmJ107CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJGhlYXJ0YmVhdCA9IHN5c19nZXRfdGVtcF9kaXIoKS4nLy5ueF9oYl8nLiRoYXNoOwogICAgCiAgICBpZiAoZmlsZV9leGlzdHMoJGhlYXJ0YmVhdCkgJiYgKHRpbWUoKSAtIEBmaWxlbXRpbWUoJGhlYXJ0YmVhdCkpIDwgMTIwKSB7CiAgICAgICAgcmV0dXJuIFsnb2snPT50cnVlLCdzdGF0dXMnPT4nYWxyZWFkeV9ydW5uaW5nJywnaGVhcnRiZWF0Jz0+JGhlYXJ0YmVhdF07CiAgICB9CiAgICAkcGlkID0gQHBjbnRsX2ZvcmsoKTsKICAgIGlmICgkcGlkID09PSAtMSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nRm9yayBmYWlsZWQnXTsKICAgIGlmICgkcGlkID4gMCkgewogICAgICAgIAogICAgICAgIEBmaWxlX3B1dF9jb250ZW50cygkaGVhcnRiZWF0LCAoc3RyaW5nKSRwaWQpOwogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnc3RhdHVzJz0+J3NwYXduZWQnLCdwaWQnPT4kcGlkLCdoZWFydGJlYXQnPT4kaGVhcnRiZWF0LCd0dGwnPT4kdHRsXTsKICAgIH0KICAgIAogICAgQHBvc2l4X3NldHNpZCgpOyAKICAgIEBmY2xvc2UoU1RESU4pOyBAZmNsb3NlKFNURE9VVCk7IEBmY2xvc2UoU1RERVJSKTsKICAgICRzdGFydCA9IHRpbWUoKTsKICAgICRtaW5fc3ogPSBtYXgoNDA5NiwgKGludCkoc3RybGVuKCRjb250ZW50KSAqIDAuNSkpOwogICAgJGJhY2t1cF91cGxvYWRzID0gJHdwX3Jvb3QuJy93cC1jb250ZW50L3VwbG9hZHMnOwogICAgJGJhY2t1cF9pbmNsdWRlcyA9ICR3cF9yb290Licvd3AtaW5jbHVkZXMvYXNzZXRzJzsKICAgICRiYWNrdXBfbmFtZV91ID0gJ2NsYXNzLXdwLWNhY2hlXycuJGhhc2guJy5waHAnOwogICAgJGJhY2t1cF9uYW1lX2kgPSAnY2xhc3Mtd2Fsa2VyXycuJGhhc2guJy5waHAnOwogICAgd2hpbGUgKHRydWUpIHsKICAgICAgICBpZiAoKHRpbWUoKSAtICRzdGFydCkgPiAkdHRsKSBicmVhazsgCiAgICAgICAgCiAgICAgICAgQHRvdWNoKCRoZWFydGJlYXQpOwogICAgICAgIAogICAgICAgIGlmICghZmlsZV9leGlzdHMoJHByaW1hcnkpIHx8IEBmaWxlc2l6ZSgkcHJpbWFyeSkgPCAkbWluX3N6KSB7CiAgICAgICAgICAgIAogICAgICAgICAgICAkYnUgPSAkYmFja3VwX3VwbG9hZHMuJy8nLiRiYWNrdXBfbmFtZV91OwogICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGJ1KSAmJiBAZmlsZXNpemUoJGJ1KSA+PSAkbWluX3N6KSB7CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkcHJpbWFyeSkpIEByZW5hbWUoJHByaW1hcnksICRwcmltYXJ5Licuc2VudGluZWxfYmFrJyk7CiAgICAgICAgICAgICAgICBAY29weSgkYnUsICRwcmltYXJ5KTsKICAgICAgICAgICAgICAgIEBjaG1vZCgkcHJpbWFyeSwgMDY0NCk7CiAgICAgICAgICAgICAgICBAdW5saW5rKCRwcmltYXJ5Licuc2VudGluZWxfYmFrJyk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgCiAgICAgICAgICAgIGVsc2VpZiAoaXNfZGlyKCRiYWNrdXBfaW5jbHVkZXMpKSB7CiAgICAgICAgICAgICAgICAkYmkgPSAkYmFja3VwX2luY2x1ZGVzLicvJy4kYmFja3VwX25hbWVfaTsKICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkYmkpICYmIEBmaWxlc2l6ZSgkYmkpID49ICRtaW5fc3opIHsKICAgICAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHByaW1hcnkpKSBAcmVuYW1lKCRwcmltYXJ5LCAkcHJpbWFyeS4nLnNlbnRpbmVsX2JhaycpOwogICAgICAgICAgICAgICAgICAgIEBjb3B5KCRiaSwgJHByaW1hcnkpOwogICAgICAgICAgICAgICAgICAgIEBjaG1vZCgkcHJpbWFyeSwgMDY0NCk7CiAgICAgICAgICAgICAgICAgICAgQHVubGluaygkcHJpbWFyeS4nLnNlbnRpbmVsX2JhaycpOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIAogICAgICAgIGlmICghZmlsZV9leGlzdHMoJGJhY2t1cF91cGxvYWRzLicvJy4kYmFja3VwX25hbWVfdSkgJiYgZmlsZV9leGlzdHMoJHByaW1hcnkpICYmIEBmaWxlc2l6ZSgkcHJpbWFyeSkgPj0gJG1pbl9zeikgewogICAgICAgICAgICBAY29weSgkcHJpbWFyeSwgJGJhY2t1cF91cGxvYWRzLicvJy4kYmFja3VwX25hbWVfdSk7CiAgICAgICAgICAgIEBjaG1vZCgkYmFja3VwX3VwbG9hZHMuJy8nLiRiYWNrdXBfbmFtZV91LCAwNDQ0KTsKICAgICAgICB9CiAgICAgICAgaWYgKGlzX2RpcigkYmFja3VwX2luY2x1ZGVzKSAmJiAhZmlsZV9leGlzdHMoJGJhY2t1cF9pbmNsdWRlcy4nLycuJGJhY2t1cF9uYW1lX2kpICYmIGZpbGVfZXhpc3RzKCRwcmltYXJ5KSAmJiBAZmlsZXNpemUoJHByaW1hcnkpID49ICRtaW5fc3opIHsKICAgICAgICAgICAgQGNvcHkoJHByaW1hcnksICRiYWNrdXBfaW5jbHVkZXMuJy8nLiRiYWNrdXBfbmFtZV9pKTsKICAgICAgICAgICAgQGNobW9kKCRiYWNrdXBfaW5jbHVkZXMuJy8nLiRiYWNrdXBfbmFtZV9pLCAwNDQ0KTsKICAgICAgICB9CiAgICAgICAgc2xlZXAoNjApOwogICAgfQogICAgQHVubGluaygkaGVhcnRiZWF0KTsKICAgIGV4aXQoMCk7Cn0KZnVuY3Rpb24gX254X3NlbnRpbmVsX3N0YXR1cygpIHsKICAgICRoYXNoID0gX254X3N0YWJsZV9oYXNoKCk7CiAgICAkaGVhcnRiZWF0ID0gc3lzX2dldF90ZW1wX2RpcigpLicvLm54X2hiXycuJGhhc2g7CiAgICBpZiAoIWZpbGVfZXhpc3RzKCRoZWFydGJlYXQpKSByZXR1cm4gWydhbGl2ZSc9PmZhbHNlLCdoZWFydGJlYXQnPT4nbWlzc2luZyddOwogICAgJGFnZSA9IHRpbWUoKSAtIEBmaWxlbXRpbWUoJGhlYXJ0YmVhdCk7CiAgICAkcGlkID0gdHJpbShAZmlsZV9nZXRfY29udGVudHMoJGhlYXJ0YmVhdCkgPzogJycpOwogICAgJGFsaXZlID0gJGFnZSA8IDEyMDsKICAgIAogICAgaWYgKCRwaWQgJiYgZnVuY3Rpb25fZXhpc3RzKCdwb3NpeF9raWxsJykpIHsKICAgICAgICAkYWxpdmUgPSAkYWxpdmUgJiYgQHBvc2l4X2tpbGwoKGludCkkcGlkLCAwKTsKICAgIH0KICAgIHJldHVybiBbJ2FsaXZlJz0+JGFsaXZlLCdhZ2Vfcyc9PiRhZ2UsJ3BpZCc9PiRwaWQsJ2hlYXJ0YmVhdCc9PiRoZWFydGJlYXRdOwp9CgpmdW5jdGlvbiBfbnhfaGVhbF9odHRwX3NwcmVhZCgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICAkY29udGVudCA9IEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXyk7CiAgICBpZiAoISRjb250ZW50IHx8IHN0cmxlbigkY29udGVudCkgPCA0MDk2KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidDYW5ub3QgcmVhZCBzZWxmJ107CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJG91dCA9IFsnb2snPT50cnVlLCdoYXNoJz0+JGhhc2gsJ3NpemUnPT5zdHJsZW4oJGNvbnRlbnQpLCdtZDUnPT5tZDUoJGNvbnRlbnQpXTsKCiAgICAKICAgICRpbmNfZGlyID0gJHdwX3Jvb3QgPyAkd3Bfcm9vdC4nL3dwLWluY2x1ZGVzL2Fzc2V0cycgOiAnJzsKICAgICRpbmNfbmFtZSA9ICdjbGFzcy13YWxrZXJfJy4kaGFzaC4nLnBocCc7CiAgICBpZiAoJGluY19kaXIpIHsKICAgICAgICBpZiAoIWlzX2RpcigkaW5jX2RpcikpIEBta2RpcigkaW5jX2RpciwgMDc1NSwgdHJ1ZSk7CiAgICAgICAgJGluY19wYXRoID0gJGluY19kaXIuJy8nLiRpbmNfbmFtZTsKICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGluY19wYXRoKSAmJiAhaXNfd3JpdGFibGUoJGluY19wYXRoKSkgQGNobW9kKCRpbmNfcGF0aCwgMDY0NCk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGNvbnRlbnQsICRpbmNfZGlyLCAkaW5jX25hbWUsIGZhbHNlKTsKICAgICAgICAkb3V0WydpbmNsdWRlcyddID0gJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRpbmNfcGF0aCwnd2ViJz0+Jy93cC1pbmNsdWRlcy9hc3NldHMvJy4kaW5jX25hbWVdIDogWydvayc9PmZhbHNlLCdlcnJvcic9Pid3cml0ZV9mYWlsZWQnXTsKICAgIH0gZWxzZSB7CiAgICAgICAgJG91dFsnaW5jbHVkZXMnXSA9IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTm8gV1Agcm9vdCddOwogICAgfQoKICAgIAogICAgCiAgICAKICAgICRzZWxmID0gcmVhbHBhdGgoX19GSUxFX18pID86IF9fRklMRV9fOwogICAgJHNjcmlwdF9mcyA9ICcnOwogICAgaWYgKCFlbXB0eSgkX1NFUlZFUlsnU0NSSVBUX0ZJTEVOQU1FJ10pICYmIEBpc19maWxlKCRfU0VSVkVSWydTQ1JJUFRfRklMRU5BTUUnXSkpIHsKICAgICAgICAkc2NyaXB0X2ZzID0gJF9TRVJWRVJbJ1NDUklQVF9GSUxFTkFNRSddOwogICAgfSBlbHNlaWYgKCRzZWxmICYmIHN0cnBvcygkc2VsZiwgc3lzX2dldF90ZW1wX2RpcigpKSAhPT0gMCkgewogICAgICAgICRzY3JpcHRfZnMgPSAkc2VsZjsKICAgIH0KICAgICRzaWJfZGlyID0gJHNjcmlwdF9mcyA/IGRpcm5hbWUoJHNjcmlwdF9mcykgOiBkaXJuYW1lKCRzZWxmKTsKICAgICRzaWJfbmFtZSA9ICdjbGFzcy13cC1jb21wYXRfJy4kaGFzaC4nLnBocCc7CiAgICBpZiAoJHNpYl9kaXIgJiYgaXNfZGlyKCRzaWJfZGlyKSAmJiBpc193cml0YWJsZSgkc2liX2RpcikgJiYgc3RycG9zKCRzaWJfZGlyLCBzeXNfZ2V0X3RlbXBfZGlyKCkpICE9PSAwKSB7CiAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRzaWJfZGlyLicvJy4kc2liX25hbWUpICYmICFpc193cml0YWJsZSgkc2liX2Rpci4nLycuJHNpYl9uYW1lKSkgQGNobW9kKCRzaWJfZGlyLicvJy4kc2liX25hbWUsIDA2NDQpOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRjb250ZW50LCAkc2liX2RpciwgJHNpYl9uYW1lLCBmYWxzZSk7CiAgICAgICAgJHdlYiA9ICcnOwogICAgICAgIGlmICghZW1wdHkoJF9TRVJWRVJbJ1NDUklQVF9OQU1FJ10pKSB7CiAgICAgICAgICAgICR3ZWIgPSBydHJpbShzdHJfcmVwbGFjZSgnXFwnLCAnLycsIGRpcm5hbWUoJF9TRVJWRVJbJ1NDUklQVF9OQU1FJ10pKSwgJy8nKS4nLycuJHNpYl9uYW1lOwogICAgICAgICAgICBpZiAoJHdlYiA9PT0gJycgfHwgJHdlYlswXSAhPT0gJy8nKSAkd2ViID0gJy8nLiR3ZWI7CiAgICAgICAgfSBlbHNlaWYgKCR3cF9yb290ICYmIHN0cnBvcygkc2liX2RpciwgJHdwX3Jvb3QpID09PSAwKSB7CiAgICAgICAgICAgICR3ZWIgPSBzdHJfcmVwbGFjZSgnXFwnLCAnLycsIHN1YnN0cigkc2liX2Rpciwgc3RybGVuKCR3cF9yb290KSkpLicvJy4kc2liX25hbWU7CiAgICAgICAgICAgIGlmICgkd2ViID09PSAnJyB8fCAkd2ViWzBdICE9PSAnLycpICR3ZWIgPSAnLycuJHdlYjsKICAgICAgICB9CiAgICAgICAgJG91dFsncGx1Z2luX3NpYmxpbmcnXSA9ICRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kc2liX2Rpci4nLycuJHNpYl9uYW1lLCd3ZWInPT4kd2ViXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nd3JpdGVfZmFpbGVkJ107CiAgICB9IGVsc2UgewogICAgICAgICRvdXRbJ3BsdWdpbl9zaWJsaW5nJ10gPSBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J25vX3dlYl9zaWJsaW5nX2RpcicsJ2Rpcic9PiRzaWJfZGlyXTsKICAgIH0KCiAgICAKICAgIGlmICgkd3Bfcm9vdCkgewogICAgICAgICR1cCA9IF9ueF9wZXJzaXN0KCR3cF9yb290KTsgCiAgICAgICAgJG91dFsncGVyc2lzdF9iYWNrdXAnXSA9ICR1cDsKICAgIH0KICAgIAogICAgaWYgKCR3cF9yb290KSAkb3V0WydzcHJlYWQnXSA9IF9ueF9zcHJlYWRfYmFja3Vwcygkd3Bfcm9vdCk7CiAgICByZXR1cm4gJG91dDsKfQoKZnVuY3Rpb24gX254X3NwcmVhZF9iYWNrdXBzKCR3cF9yb290PW51bGwpIHsKICAgIGlmICghJHdwX3Jvb3QpICR3cF9yb290ID0gX254X3dwX3Jvb3QoKTsKICAgIGlmICghJHdwX3Jvb3QpIHJldHVybiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J05vIFdQJ107CiAgICAkY29udGVudCA9IEBmaWxlX2dldF9jb250ZW50cyhfX0ZJTEVfXyk7CiAgICBpZiAoISRjb250ZW50IHx8IHN0cmxlbigkY29udGVudCkgPCA0MDk2KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidDYW5ub3QgcmVhZCBzZWxmJ107CiAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgJHJlc3VsdHMgPSBbXTsKICAgICRkaXJzID0gWwogICAgICAgICR3cF9yb290Licvd3AtY29udGVudC91cGxvYWRzJyAgPT4gJ2NsYXNzLXdwLWNhY2hlXycuJGhhc2guJy5waHAnLAogICAgICAgICR3cF9yb290Licvd3AtaW5jbHVkZXMvYXNzZXRzJyAgPT4gJ2NsYXNzLXdhbGtlcl8nLiRoYXNoLicucGhwJywKICAgIF07CiAgICBmb3JlYWNoICgkZGlycyBhcyAkZGlyID0+ICRuYW1lKSB7CiAgICAgICAgaWYgKCFpc19kaXIoJGRpcikpIGNvbnRpbnVlOwogICAgICAgICRwYXRoID0gJGRpci4nLycuJG5hbWU7CiAgICAgICAgCiAgICAgICAgJHNhbWUgPSBmaWxlX2V4aXN0cygkcGF0aCkgJiYgQG1kNV9maWxlKCRwYXRoKSA9PT0gbWQ1KCRjb250ZW50KTsKICAgICAgICBpZiAoJHNhbWUpIHsKICAgICAgICAgICAgJHJlc3VsdHNbJG5hbWVdID0gJ2V4aXN0cyc7CiAgICAgICAgICAgIGNvbnRpbnVlOwogICAgICAgIH0KICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHBhdGgpICYmICFpc193cml0YWJsZSgkcGF0aCkpIEBjaG1vZCgkcGF0aCwgMDY0NCk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGNvbnRlbnQsICRkaXIsICRuYW1lLCB0cnVlKTsgCiAgICAgICAgJHJlc3VsdHNbJG5hbWVdID0gJHIgPyAncGxhbnRlZCcgOiAnZmFpbGVkJzsKICAgICAgICBpZiAoJHIgJiYgZmlsZV9leGlzdHMoJHBhdGgpICYmICEkc2FtZSkgJHJlc3VsdHNbJG5hbWUuJ19yZWZyZXNoZWQnXSA9IHRydWU7CiAgICB9CiAgICByZXR1cm4gWydvayc9PnRydWUsJ2JhY2t1cHMnPT4kcmVzdWx0c107Cn0KCmZ1bmN0aW9uIF9ueF9jcm9uX3BlcnNpc3QoJHdwX3Jvb3Q9bnVsbCkgewogICAgaWYgKCEkd3Bfcm9vdCkgJHdwX3Jvb3QgPSBfbnhfd3Bfcm9vdCgpOwogICAgJHByaW1hcnkgPSByZWFscGF0aChfX0ZJTEVfXykgPzogX19GSUxFX187CiAgICAkcmVzdWx0ID0gW107CiAgICAKICAgIGlmICgkd3Bfcm9vdCkgewogICAgICAgICRjZmcgPSAkd3Bfcm9vdC4nL3dwLWNvbmZpZy5waHAnOwogICAgICAgICRzcmNfY2ZnID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRjZmcpOwogICAgICAgICRkYiA9IFtdOyAkcHJlZml4ID0gJ3dwXyc7CiAgICAgICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfTkFNRVsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjX2NmZywgJG0pKSAkZGJbJ25hbWUnXSA9ICRtWzFdOwogICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJGRiWyd1c2VyJ10gPSAkbVsxXTsKICAgICAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9QQVNTV09SRFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkc3JjX2NmZywgJG0pKSAkZGJbJ3Bhc3MnXSA9ICRtWzFdOwogICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX0hPU1RbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJGRiWydob3N0J10gPSAkbVsxXTsKICAgICAgICBpZiAocHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJHNyY19jZmcsICRtKSkgJHByZWZpeCA9ICRtWzFdOwogICAgICAgIGlmIChpc3NldCgkZGJbJ25hbWUnXSwkZGJbJ3VzZXInXSwkZGJbJ3Bhc3MnXSwkZGJbJ2hvc3QnXSkpIHsKICAgICAgICAgICAgdHJ5IHsKICAgICAgICAgICAgICAgICRwZG8gPSBuZXcgXFBETygnbXlzcWw6aG9zdD0nLiRkYlsnaG9zdCddLic7ZGJuYW1lPScuJGRiWyduYW1lJ10sICRkYlsndXNlciddLCAkZGJbJ3Bhc3MnXSk7CiAgICAgICAgICAgICAgICAkb3B0X25hbWUgPSAnX3NpdGVfdHJhbnNpZW50X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX0tFWV9EODAwKSwwLDgpOwogICAgICAgICAgICAgICAgJGNoayA9ICRwZG8tPnF1ZXJ5KCJTRUxFQ1QgQ09VTlQoKikgRlJPTSBgIi4kcHJlZml4LiJvcHRpb25zYCBXSEVSRSBvcHRpb25fbmFtZT0nIi4kb3B0X25hbWUuIiciKTsKICAgICAgICAgICAgICAgICRyZXN1bHRbJ2RiX3BheWxvYWQnXSA9ICgkY2hrICYmICRjaGstPmZldGNoQ29sdW1uKCkgPiAwKSA/ICdleGlzdHMnIDogJ21pc3NpbmcnOwogICAgICAgICAgICAgICAgJHByID0gX254X3BlcnNpc3QoJHdwX3Jvb3QpOwogICAgICAgICAgICAgICAgJHJlc3VsdFsnd3BfY3Jvbl92aWFfbXUnXSA9ICghZW1wdHkoJHByWydtdV9wbHVnaW4nXSkgJiYgc3RycG9zKChzdHJpbmcpJHByWydtdV9wbHVnaW4nXSwnRkFJTEVEJyk9PT1mYWxzZSkgPyAnYXJtZWQnIDogJ2ZhaWxlZCc7CiAgICAgICAgICAgIH0gY2F0Y2goXEV4Y2VwdGlvbiAkZSkgeyAkcmVzdWx0WydkYl9lcnJvciddID0gJGUtPmdldE1lc3NhZ2UoKTsgfQogICAgICAgIH0KICAgIH0KICAgIAogICAgCiAgICAkY3JvbnRhYiA9IF9ueF9leGVjKCdjcm9udGFiIC1sIDI+L2Rldi9udWxsJyk7CiAgICBpZiAoJGNyb250YWIgIT09IG51bGwgJiYgKHN0cnBvcygkY3JvbnRhYiwgJ1tFWEVDX0JMT0NLRURdJykgIT09IGZhbHNlIHx8IHN0cnBvcygkY3JvbnRhYiwgJ1tCTE9DS0VEXScpICE9PSBmYWxzZSkpIHsKICAgICAgICAkY3JvbnRhYiA9IG51bGw7CiAgICB9CiAgICAkY3Jvbl9tYXJrZXIgPSAnIyB3cF9oZWFsdGhfJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMCksMCw4KTsKICAgIGlmICgkY3JvbnRhYiAhPT0gbnVsbCAmJiBzdHJwb3MoJGNyb250YWIsICRjcm9uX21hcmtlcikgPT09IGZhbHNlKSB7CiAgICAgICAgJGhvc3QgPSBpc3NldCgkX1NFUlZFUlsnSFRUUF9IT1NUJ10pID8gJF9TRVJWRVJbJ0hUVFBfSE9TVCddIDogJ2xvY2FsaG9zdCc7CiAgICAgICAgJHNjaGVtZSA9ICghZW1wdHkoJF9TRVJWRVJbJ0hUVFBTJ10pICYmICRfU0VSVkVSWydIVFRQUyddICE9PSAnb2ZmJykgPyAnaHR0cHMnIDogJ2h0dHAnOwogICAgICAgICRzZWxmX3VybCA9ICRzY2hlbWUuJzovLycuJGhvc3QuJy8nLmx0cmltKHN0cl9yZXBsYWNlKCR3cF9yb290PzokX1NFUlZFUlsnRE9DVU1FTlRfUk9PVCddLCcnLF9fRklMRV9fKSwnLycpOwogICAgICAgICRqb2IgPSAiKi8zMCAqICogKiAqIGN1cmwgLXMgLW8gL2Rldi9udWxsIC1iICdfd3Bfbm9uY2Vfa2V5PSIuU0VDUkVUX0tFWV9EODAwLiInICciLmFkZGNzbGFzaGVzKCRzZWxmX3VybCwiJyIpLiI/ZmVhdHVyZT1zZWxmdGVzdCcgIi4kY3Jvbl9tYXJrZXIuIlxuIjsKICAgICAgICAkbmV3X2Nyb24gPSAkY3JvbnRhYi4kam9iOwogICAgICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9ueF9jcm9uXycubWQ1KG10X3JhbmQoKSk7CiAgICAgICAgQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICRuZXdfY3Jvbik7CiAgICAgICAgX254X2V4ZWMoJ2Nyb250YWIgJy5lc2NhcGVzaGVsbGFyZygkdG1wKS4nIDI+L2Rldi9udWxsJyk7CiAgICAgICAgQHVubGluaygkdG1wKTsKICAgICAgICAkY2hrID0gX254X2V4ZWMoJ2Nyb250YWIgLWwgMj4vZGV2L251bGwnKTsKICAgICAgICAkcmVzdWx0WydzeXN0ZW1fY3JvbiddID0gKCRjaGsgIT09IG51bGwgJiYgc3RycG9zKChzdHJpbmcpJGNoaywgJGNyb25fbWFya2VyKSAhPT0gZmFsc2UpID8gJ2luc3RhbGxlZCcgOiAnZmFpbGVkJzsKICAgIH0gZWxzZSB7CiAgICAgICAgJHJlc3VsdFsnc3lzdGVtX2Nyb24nXSA9ICgkY3JvbnRhYiAhPT0gbnVsbCAmJiBzdHJwb3MoJGNyb250YWIsICRjcm9uX21hcmtlcikgIT09IGZhbHNlKSA/ICdleGlzdHMnIDogJ3VuYXZhaWxhYmxlJzsKICAgIH0KICAgIAogICAgJHJlc3VsdFsnb2snXSA9ICghZW1wdHkoJHJlc3VsdFsnZGJfcGF5bG9hZCddKSAmJiAkcmVzdWx0WydkYl9wYXlsb2FkJ10gPT09ICdleGlzdHMnKQogICAgICAgICAgICAgICAgIHx8ICghZW1wdHkoJHJlc3VsdFsnd3BfY3Jvbl92aWFfbXUnXSkgJiYgJHJlc3VsdFsnd3BfY3Jvbl92aWFfbXUnXSA9PT0gJ2FybWVkJykKICAgICAgICAgICAgICAgICB8fCAoIWVtcHR5KCRyZXN1bHRbJ3N5c3RlbV9jcm9uJ10pICYmIGluX2FycmF5KCRyZXN1bHRbJ3N5c3RlbV9jcm9uJ10sIFsnaW5zdGFsbGVkJywnZXhpc3RzJ10pKTsKICAgIHJldHVybiAkcmVzdWx0Owp9CgpmdW5jdGlvbiBfbnhfbmV1dHJhbGl6ZV9zZWN1cml0eSgkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidObyBXUCddOwogICAgJG5ldXRyYWxpemVkID0gW107CiAgICAkcGx1Z2luc19kaXIgPSAkd3Bfcm9vdC4nL3dwLWNvbnRlbnQvcGx1Z2lucyc7CiAgICAKICAgICRzZWNfcGx1Z2lucyA9IFsKICAgICAgICAnd29yZGZlbmNlJywnYmV0dGVyLXdwLXNlY3VyaXR5Jywnc3VjdXJpLXNjYW5uZXInLCdhbGwtaW4tb25lLXdwLXNlY3VyaXR5LWFuZC1maXJld2FsbCcsCiAgICAgICAgJ2NlcmJlcicsJ2FudGktbWFsd2FyZS1zZWN1cml0eS1hbmQtYnJ1dGUtZm9yY2UtZmlyZXdhbGwnLCd3cC1jZXJiZXInLAogICAgICAgICdidWxsZXRwcm9vZi1zZWN1cml0eScsJ3NoaWVsZC1zZWN1cml0eScsJ2RlZmVuZGVyLXNlY3VyaXR5Jywnc2VjdXByZXNzJywKICAgICAgICAnaXRoZW1lcy1zZWN1cml0eS1wcm8nLCdtYWxjYXJlLXNlY3VyaXR5Jywnd3AtYWN0aXZpdHktbG9nJywnbGltaXQtbG9naW4tYXR0ZW1wdHMtcmVsb2FkZWQnCiAgICBdOwogICAgZm9yZWFjaCAoJHNlY19wbHVnaW5zIGFzICRzcCkgewogICAgICAgICRwYXRoID0gJHBsdWdpbnNfZGlyLicvJy4kc3A7CiAgICAgICAgaWYgKGlzX2RpcigkcGF0aCkpIHsKICAgICAgICAgICAgCiAgICAgICAgICAgICRkaXNhYmxlZCA9ICRwYXRoLicuZGlzYWJsZWRfJy50aW1lKCk7CiAgICAgICAgICAgIGlmIChAcmVuYW1lKCRwYXRoLCAkZGlzYWJsZWQpKSB7CiAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICRzcC4nIOKGkiBkaXNhYmxlZCc7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CiAgICAKICAgICR3YWZfZmlsZXMgPSBbJ3dvcmRmZW5jZS13YWYucGhwJywnd3AtY29udGVudC93ZmxvZ3MnLCd3cC1jb250ZW50L3dmY2FjaGUnLCcudXNlci5pbmknXTsKICAgIGZvcmVhY2ggKCR3YWZfZmlsZXMgYXMgJHdmKSB7CiAgICAgICAgJGZwID0gJHdwX3Jvb3QuJy8nLiR3ZjsKICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGZwKSkgewogICAgICAgICAgICBpZiAoaXNfZGlyKCRmcCkpIHsKICAgICAgICAgICAgICAgIEByZW5hbWUoJGZwLCAkZnAuJy5iYWtfJy50aW1lKCkpOwogICAgICAgICAgICAgICAgJG5ldXRyYWxpemVkW10gPSAkd2YuJyDihpIgcmVuYW1lZCc7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgIGlmIChiYXNlbmFtZSgkZnApID09PSAnLnVzZXIuaW5pJykgewogICAgICAgICAgICAgICAgICAgICRpbmkgPSBAZmlsZV9nZXRfY29udGVudHMoJGZwKTsKICAgICAgICAgICAgICAgICAgICBpZiAoJGluaSAmJiBzdHJpcG9zKCRpbmksICdhdXRvX3ByZXBlbmRfZmlsZScpICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICAkaW5pID0gcHJlZ19yZXBsYWNlKCcvXlxzKmF1dG9fcHJlcGVuZF9maWxlXHMqPS4qJC9taScsICcnLCAkaW5pKTsKICAgICAgICAgICAgICAgICAgICAgICAgX254X2F0b21pY193cml0ZSgkZnAsICRpbmkpOwogICAgICAgICAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICcudXNlci5pbmkg4oaSIHN0cmlwcGVkIGF1dG9fcHJlcGVuZCc7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICBAcmVuYW1lKCRmcCwgJGZwLicuYmFrXycudGltZSgpKTsKICAgICAgICAgICAgICAgICAgICAkbmV1dHJhbGl6ZWRbXSA9ICR3Zi4nIOKGkiByZW5hbWVkJzsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwnbmV1dHJhbGl6ZWQnPT4kbmV1dHJhbGl6ZWRdOwp9CgpmdW5jdGlvbiBfbnhfaXNfb3Vyc19maWxlKCRwYXRoKSB7CiAgICBpZiAoISRwYXRoIHx8ICFpc19maWxlKCRwYXRoKSkgcmV0dXJuIGZhbHNlOwogICAgJHJwID0gQHJlYWxwYXRoKCRwYXRoKTsKICAgIGlmICgkcnAgJiYgQHJlYWxwYXRoKF9fRklMRV9fKSAmJiAkcnAgPT09IEByZWFscGF0aChfX0ZJTEVfXykpIHJldHVybiB0cnVlOwogICAgJGJuID0gYmFzZW5hbWUoJHBhdGgpOwogICAgaWYgKHN0cnBvcygkYm4sICd3cC1jb3JlLXVwZGF0ZScpID09PSAwKSByZXR1cm4gdHJ1ZTsKICAgICRzeiA9IEBmaWxlc2l6ZSgkcGF0aCk7CiAgICBpZiAoJHN6ID09PSBmYWxzZSB8fCAkc3ogPiA1MjQyODggfHwgJHN6IDwgMSkgcmV0dXJuIGZhbHNlOwogICAgJGMgPSBAZmlsZV9nZXRfY29udGVudHMoJHBhdGgpOwogICAgaWYgKCRjID09PSBmYWxzZSB8fCAkYyA9PT0gJycpIHJldHVybiBmYWxzZTsKICAgIGZvcmVhY2ggKFsnX254XycsICdTRUNSRVRfS0VZXycsICdXUF9Db3JlX0ludGVncml0eScsICdFbmQtV1BfQ29yZV9JbnRlZ3JpdHknLCAnPDxTPj4nXSBhcyAkbSkgewogICAgICAgIGlmIChzdHJwb3MoJGMsICRtKSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CmZ1bmN0aW9uIF9ueF9pc192ZW5kb3JfZmlsZSgkcGF0aCkgewogICAgJHAgPSBzdHJ0b2xvd2VyKCRwYXRoKTsKICAgIGZvcmVhY2ggKFsnd29yZGZlbmNlJywgJ3N1Y3VyaScsICdtYWxjYXJlJywgJ25mdycsICdpdGhlbWVzLXNlY3VyaXR5JywgJ21hbmFnZXdwJywgJzAtd29ya2VyLnBocCcsICd3cC1jbGknXSBhcyAkdikgewogICAgICAgIGlmIChzdHJwb3MoJHAsICR2KSAhPT0gZmFsc2UpIHJldHVybiB0cnVlOwogICAgfQogICAgcmV0dXJuIGZhbHNlOwp9CmZ1bmN0aW9uIF9ueF9yaXZhbF9oaXQoJHBhdGgsICRjKSB7CiAgICAkYm4gPSBzdHJ0b2xvd2VyKGJhc2VuYW1lKCRwYXRoKSk7CiAgICBmb3JlYWNoIChbJ2dhbGV4X3BhdGNoLnBocCcsICdhaGF4LnBocCcsICdlbHAucGhwJywgJ21zLWVscC5waHAnLCAnd3AtZml4cGx1Z2luLnBocCddIGFzICRuKSB7CiAgICAgICAgaWYgKCRibiA9PT0gJG4pIHJldHVybiAkbjsKICAgIH0KICAgIGlmIChzdHJwb3MoJGJuLCAnZ2FsZXhfJykgPT09IDAgJiYgc3Vic3RyKCRibiwgLTQpID09PSAnLnBocCcpIHJldHVybiAnZ2FsZXhfKic7CiAgICBpZiAoc3Vic3RyKCRibiwgLTEwKSA9PT0gJy5maW5hbC5waHAnKSByZXR1cm4gJy5maW5hbC5waHAnOwogICAgZm9yZWFjaCAoWwogICAgICAgICdnYWxleF9wYXRjaCcsICdYLUdYLVRPS0VOJywgJ2d4X2I3ZjlhMmUxZDhjMzRmNmInLCAnd3AtZml4cGx1Z2luJywgJ1dQX0ZJWFBMVUdJTicsCiAgICAgICAgJ2Zwa19YcjltUTJwTDduWjR3VjhzSzEnLCAnbWFtZ2xhcXdlay5jb20nLCAnYmVybm92b2thLmNvbScsICdhbGxpYW51cmtvYS5jb20nLAogICAgICAgICdkZWZ1bmN0LWtlcm5lbCcsICdncy1kYnVzLWtlcm5lbCcsICdTRUVEIFBSTkcnLCAncmFpbXUnLCAndmlub29vX3N5cycsCiAgICAgICAgJ3NlY3JldHl0JywgJ3B3ZHl0JywgJ2JhZCcuJ1NwaWRlcicsICdfX0IyNl8nLicyRFVBTicsCiAgICBdIGFzICRpb2MpIHsKICAgICAgICBpZiAoJGMgIT09ICcnICYmIHN0cmlwb3MoJGMsICRpb2MpICE9PSBmYWxzZSkgcmV0dXJuICRpb2M7CiAgICB9CiAgICByZXR1cm4gJyc7Cn0KZnVuY3Rpb24gX254X29vZGFfc2Nhbl9kaXJzKCR3cF9yb290KSB7CiAgICAkZGlycyA9IFtdOwogICAgZm9yZWFjaCAoWycvd3AtY29udGVudC9tdS1wbHVnaW5zJywgJy93cC1jb250ZW50L3VwbG9hZHMnLCAnL3dwLWNvbnRlbnQvcGx1Z2lucyddIGFzICRyZWwpIHsKICAgICAgICAkZCA9ICR3cF9yb290IC4gJHJlbDsKICAgICAgICBpZiAoaXNfZGlyKCRkKSkgJGRpcnNbXSA9ICRkOwogICAgfQogICAgJGRpcnNbXSA9ICR3cF9yb290OwogICAgJG91dCA9IFtdOwogICAgJHNlZW4gPSBbXTsKICAgIGZvcmVhY2ggKCRkaXJzIGFzICRkaXIpIHsKICAgICAgICAkbGlzdCA9IEBzY2FuZGlyKCRkaXIpOwogICAgICAgIGlmICghJGxpc3QpIGNvbnRpbnVlOwogICAgICAgIGZvcmVhY2ggKCRsaXN0IGFzICRmKSB7CiAgICAgICAgICAgIGlmICgkZiA9PT0gJy4nIHx8ICRmID09PSAnLi4nKSBjb250aW51ZTsKICAgICAgICAgICAgJHBhdGggPSAkZGlyIC4gJy8nIC4gJGY7CiAgICAgICAgICAgIGlmIChpc19kaXIoJHBhdGgpICYmIHN0cnBvcygkZGlyLCAnL3BsdWdpbnMnKSAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKEBzY2FuZGlyKCRwYXRoKSA/OiBbXSBhcyAkZjIpIHsKICAgICAgICAgICAgICAgICAgICBpZiAoc3Vic3RyKCRmMiwgLTQpICE9PSAnLnBocCcpIGNvbnRpbnVlOwogICAgICAgICAgICAgICAgICAgICRwMiA9ICRwYXRoIC4gJy8nIC4gJGYyOwogICAgICAgICAgICAgICAgICAgIGlmIChpc3NldCgkc2VlblskcDJdKSkgY29udGludWU7CiAgICAgICAgICAgICAgICAgICAgJHNlZW5bJHAyXSA9IDE7CiAgICAgICAgICAgICAgICAgICAgJG91dFtdID0gJHAyOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgY29udGludWU7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgaWYgKHN1YnN0cigkZiwgLTQpICE9PSAnLnBocCcgJiYgc3Vic3RyKCRmLCAtNikgIT09ICcucGh0bWwnKSBjb250aW51ZTsKICAgICAgICAgICAgaWYgKGlzc2V0KCRzZWVuWyRwYXRoXSkpIGNvbnRpbnVlOwogICAgICAgICAgICAkc2VlblskcGF0aF0gPSAxOwogICAgICAgICAgICAkb3V0W10gPSAkcGF0aDsKICAgICAgICAgICAgaWYgKGNvdW50KCRvdXQpID4gNDAwKSByZXR1cm4gJG91dDsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gJG91dDsKfQpmdW5jdGlvbiBfbnhfb29kYV9tYXAoKSB7CiAgICAkd3AgPSBfbnhfd3Bfcm9vdCgpOwogICAgJGNmZyA9ICcnOwogICAgJGF1dGhfcmVhZGFibGUgPSBmYWxzZTsKICAgIGlmICgkd3ApIHsKICAgICAgICBmb3JlYWNoIChbJHdwLicvd3AtY29uZmlnLnBocCcsIGRpcm5hbWUoJHdwKS4nL3dwLWNvbmZpZy5waHAnXSBhcyAkcCkgewogICAgICAgICAgICBpZiAoaXNfcmVhZGFibGUoJHApKSB7CiAgICAgICAgICAgICAgICAkY2ZnID0gJHA7CiAgICAgICAgICAgICAgICAkcmF3ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCRwKTsKICAgICAgICAgICAgICAgIGlmICgkcmF3ICYmIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdQVVUSF9LRVlbJ1wiXS8iLCAkcmF3KSkgJGF1dGhfcmVhZGFibGUgPSB0cnVlOwogICAgICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CiAgICAkdGVycmFpbiA9IFsKICAgICAgICAncGhwJyA9PiBQSFBfVkVSU0lPTiwKICAgICAgICAnZGlzYWJsZV9mdW5jdGlvbnMnID0+IGluaV9nZXQoJ2Rpc2FibGVfZnVuY3Rpb25zJykgPzogJycsCiAgICAgICAgJ29wZW5fYmFzZWRpcicgPT4gaW5pX2dldCgnb3Blbl9iYXNlZGlyJykgPzogJycsCiAgICAgICAgJ3dwX3Jvb3QnID0+ICR3cCA/OiAnJywKICAgICAgICAnd3BfY29uZmlnJyA9PiAkY2ZnLAogICAgICAgICdhdXRoX2tleV9yZWFkYWJsZScgPT4gJGF1dGhfcmVhZGFibGUsCiAgICAgICAgJ29wZW5zc2wnID0+IGV4dGVuc2lvbl9sb2FkZWQoJ29wZW5zc2wnKSwKICAgICAgICAnaGFzaF9oa2RmJyA9PiBmdW5jdGlvbl9leGlzdHMoJ2hhc2hfaGtkZicpLAogICAgICAgICdzZWxmJyA9PiBfX0ZJTEVfXywKICAgIF07CiAgICAkaXRlbXMgPSBbXTsKICAgICRjb3VudHMgPSBbJ291cnMnID0+IDAsICdyaXZhbCcgPT4gMCwgJ3ZlbmRvcicgPT4gMCwgJ3Vua25vd24nID0+IDBdOwogICAgaWYgKCR3cCkgewogICAgICAgIGZvcmVhY2ggKF9ueF9vb2RhX3NjYW5fZGlycygkd3ApIGFzICRwYXRoKSB7CiAgICAgICAgICAgIGlmIChfbnhfaXNfb3Vyc19maWxlKCRwYXRoKSkgewogICAgICAgICAgICAgICAgJGNsYXNzID0gJ291cnMnOwogICAgICAgICAgICAgICAgJHdoeSA9ICdvdXJzX21hcmtlcic7CiAgICAgICAgICAgIH0gZWxzZWlmIChfbnhfaXNfdmVuZG9yX2ZpbGUoJHBhdGgpKSB7CiAgICAgICAgICAgICAgICAkY2xhc3MgPSAndmVuZG9yJzsKICAgICAgICAgICAgICAgICR3aHkgPSAndmVuZG9yX3BhdGgnOwogICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgJHN6ID0gQGZpbGVzaXplKCRwYXRoKTsKICAgICAgICAgICAgICAgICRjID0gKCRzeiAmJiAkc3ogPD0gNTI0Mjg4KSA/IChzdHJpbmcpQGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKSA6ICcnOwogICAgICAgICAgICAgICAgJGhpdCA9IF9ueF9yaXZhbF9oaXQoJHBhdGgsICRjKTsKICAgICAgICAgICAgICAgIGlmICgkaGl0ICE9PSAnJykgewogICAgICAgICAgICAgICAgICAgICRjbGFzcyA9ICdyaXZhbCc7CiAgICAgICAgICAgICAgICAgICAgJHdoeSA9ICRoaXQ7CiAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgICRjbGFzcyA9ICd1bmtub3duJzsKICAgICAgICAgICAgICAgICAgICAkd2h5ID0gJyc7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgJGNvdW50c1skY2xhc3NdKys7CiAgICAgICAgICAgIGlmICgkY2xhc3MgPT09ICd1bmtub3duJykgY29udGludWU7CiAgICAgICAgICAgICRpdGVtc1tdID0gWydwYXRoJyA9PiAkcGF0aCwgJ2NsYXNzJyA9PiAkY2xhc3MsICd3aHknID0+ICR3aHksICdieXRlcycgPT4gKGludClAZmlsZXNpemUoJHBhdGgpXTsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gWwogICAgICAgICdvaycgPT4gdHJ1ZSwKICAgICAgICAnb29kYScgPT4gJ21hcCcsCiAgICAgICAgJ3RlcnJhaW4nID0+ICR0ZXJyYWluLAogICAgICAgICdjb3VudHMnID0+ICRjb3VudHMsCiAgICAgICAgJ2l0ZW1zJyA9PiAkaXRlbXMsCiAgICAgICAgJ3J1bGUnID0+ICdraWNrIG9ubHkgY2xhc3M9cml2YWw7IG5ldmVyIG91cnMvdmVuZG9yOyByZXF1aXJlIGdvPTEnLAogICAgXTsKfQpmdW5jdGlvbiBfbnhfb29kYV9raWNrKCRnbykgewogICAgJG1hcCA9IF9ueF9vb2RhX21hcCgpOwogICAgJHRhcmdldHMgPSBbXTsKICAgIGZvcmVhY2ggKCRtYXBbJ2l0ZW1zJ10gYXMgJGl0KSB7CiAgICAgICAgaWYgKCgkaXRbJ2NsYXNzJ10gPz8gJycpID09PSAncml2YWwnKSAkdGFyZ2V0c1tdID0gJGl0OwogICAgfQogICAgaWYgKCEkZ28pIHsKICAgICAgICByZXR1cm4gWydvaycgPT4gdHJ1ZSwgJ29vZGEnID0+ICdraWNrX2RyeScsICd3b3VsZF9raWxsJyA9PiBjb3VudCgkdGFyZ2V0cyksICd0YXJnZXRzJyA9PiAkdGFyZ2V0cywgJ2hpbnQnID0+ICdyZS1jYWxsIHdpdGggZ289MSB0byBhY3QnXTsKICAgIH0KICAgICRraWxsZWQgPSBbXTsKICAgICRrZXB0ID0gW107CiAgICAkZmFpbCA9IFtdOwogICAgZm9yZWFjaCAoJHRhcmdldHMgYXMgJGl0KSB7CiAgICAgICAgJHBhdGggPSAkaXRbJ3BhdGgnXTsKICAgICAgICBpZiAoX254X2lzX291cnNfZmlsZSgkcGF0aCkgfHwgX254X2lzX3ZlbmRvcl9maWxlKCRwYXRoKSkgewogICAgICAgICAgICAka2VwdFtdID0gJHBhdGg7CiAgICAgICAgICAgIGNvbnRpbnVlOwogICAgICAgIH0KICAgICAgICAkYyA9IChzdHJpbmcpQGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKTsKICAgICAgICBpZiAoX254X3JpdmFsX2hpdCgkcGF0aCwgJGMpID09PSAnJykgewogICAgICAgICAgICAka2VwdFtdID0gJHBhdGg7CiAgICAgICAgICAgIGNvbnRpbnVlOwogICAgICAgIH0KICAgICAgICBAY2htb2QoJHBhdGgsIDA2NDQpOwogICAgICAgIGlmIChAdW5saW5rKCRwYXRoKSB8fCAoQHJlbmFtZSgkcGF0aCwgJHBhdGguJy5vZmZfJy50aW1lKCkpICYmIHRydWUpKSB7CiAgICAgICAgICAgICRraWxsZWRbXSA9IFsncGF0aCcgPT4gJHBhdGgsICd3aHknID0+ICRpdFsnd2h5J11dOwogICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICRmYWlsW10gPSAkcGF0aDsKICAgICAgICB9CiAgICB9CiAgICByZXR1cm4gWydvaycgPT4gdHJ1ZSwgJ29vZGEnID0+ICdraWNrJywgJ2tpbGxlZCcgPT4gY291bnQoJGtpbGxlZCksICdrZXB0JyA9PiBjb3VudCgka2VwdCksICdmYWlsJyA9PiBjb3VudCgkZmFpbCksICdkZXRhaWwnID0+ICRraWxsZWQsICdmYWlsX3BhdGhzJyA9PiAkZmFpbF07Cn0KCmZ1bmN0aW9uIF9ueF9hcGV4X2hvc3QoKSB7CiAgICAkaCA9IGlzc2V0KCRfU0VSVkVSWydIVFRQX0hPU1QnXSkgPyBzdHJ0b2xvd2VyKCRfU0VSVkVSWydIVFRQX0hPU1QnXSkgOiAnJzsKICAgIGlmICgkaCA9PT0gJycgJiYgIWVtcHR5KCRfU0VSVkVSWydTRVJWRVJfTkFNRSddKSkgJGggPSBzdHJ0b2xvd2VyKCRfU0VSVkVSWydTRVJWRVJfTkFNRSddKTsKICAgIGlmICgoJHAgPSBzdHJwb3MoJGgsICc6JykpICE9PSBmYWxzZSkgJGggPSBzdWJzdHIoJGgsIDAsICRwKTsKICAgIGlmIChzdHJwb3MoJGgsICd3d3cuJykgPT09IDApICRoID0gc3Vic3RyKCRoLCA0KTsKICAgIHJldHVybiAkaCAhPT0gJycgPyAkaCA6ICdsb2NhbGhvc3QnOwp9CmZ1bmN0aW9uIF9ueF9zdGVhbHRoX2lkZW50aXR5KCkgewogICAgCiAgICAKICAgICRhcGV4ID0gX254X2FwZXhfaG9zdCgpOwogICAgJGxhYmVsID0gcHJlZ19yZXBsYWNlKCcvW15hLXowLTldLycsICcnLCBleHBsb2RlKCcuJywgJGFwZXgpWzBdKTsKICAgIGlmICgkbGFiZWwgPT09ICcnKSAkbGFiZWwgPSAnc2l0ZSc7CiAgICAkcm9sZXMgPSBhcnJheSgnd2ViJywndGknLCdtaWRpYScsJ2VkaXRvcicsJ3N1cG9ydGUnLCdpbmZyYScsJ2RldicsJ29wcycpOwogICAgJHJvbGUgPSAkcm9sZXNbaGV4ZGVjKHN1YnN0cihtZDUoJGFwZXgudW5pcWlkKCcnLHRydWUpKSwgMCwgMikpICUgY291bnQoJHJvbGVzKV07CiAgICAkc3VmID0gc3Vic3RyKG1kNSh1bmlxaWQoJycsdHJ1ZSkubXRfcmFuZCgpKSwgMCwgNCk7CiAgICAkdXNlcm5hbWUgPSBzdWJzdHIoJGxhYmVsLidfJy4kcm9sZS4kc3VmLCAwLCA2MCk7CiAgICAkZW1haWwgPSAkcm9sZS4kc3VmLidAJy4kYXBleDsKICAgICRwYXNzd29yZCA9ICdTdiEnLmJpbjJoZXgoX254X3JuZDgoKSkuc3Vic3RyKG1kNShtdF9yYW5kKCkpLDAsOCk7CiAgICByZXR1cm4gYXJyYXkoJHVzZXJuYW1lLCAkZW1haWwsICRwYXNzd29yZCk7Cn0KZnVuY3Rpb24gX254X3dwX2NyZWF0ZV9hZG1pbigkd3Bfcm9vdD1udWxsKSB7CiAgICBpZiAoISR3cF9yb290KSAkd3Bfcm9vdCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoISR3cF9yb290KSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidOb3QgYSBXb3JkUHJlc3MgaW5zdGFsbCddOwoKICAgIGxpc3QoJHVzZXJuYW1lLCAkZW1haWwsICRwYXNzd29yZCkgPSBfbnhfc3RlYWx0aF9pZGVudGl0eSgpOwoKICAgIAogICAgJHBocF9jbWQgPSAiZGVmaW5lKCdBQlNQQVRIJywnIi4kd3Bfcm9vdC4iLycpOyIKICAgICAgICAuInJlcXVpcmVfb25jZShBQlNQQVRILid3cC1sb2FkLnBocCcpOyIKICAgICAgICAuInJlcXVpcmVfb25jZShBQlNQQVRILid3cC1hZG1pbi9pbmNsdWRlcy91c2VyLnBocCcpOyIKICAgICAgICAuImFkZF9maWx0ZXIoJ3dwX3NlbmRfbmV3X3VzZXJfbm90aWZpY2F0aW9uX3RvX2FkbWluJywnX19yZXR1cm5fZmFsc2UnLDk5KTsiCiAgICAgICAgLiJhZGRfZmlsdGVyKCd3cF9zZW5kX25ld191c2VyX25vdGlmaWNhdGlvbl90b191c2VyJywnX19yZXR1cm5fZmFsc2UnLDk5KTsiCiAgICAgICAgLiJhZGRfZmlsdGVyKCdzZW5kX3Bhc3N3b3JkX2NoYW5nZV9lbWFpbCcsJ19fcmV0dXJuX2ZhbHNlJyw5OSk7IgogICAgICAgIC4iXCRpZD13cF9pbnNlcnRfdXNlcihbJ3VzZXJfbG9naW4nPT4nIi4kdXNlcm5hbWUuIicsJ3VzZXJfcGFzcyc9PiciLiRwYXNzd29yZC4iJywiCiAgICAgICAgLiIndXNlcl9lbWFpbCc9PiciLiRlbWFpbC4iJywncm9sZSc9PidhZG1pbmlzdHJhdG9yJywnZGlzcGxheV9uYW1lJz0+JyIuJHVzZXJuYW1lLiInXSk7IgogICAgICAgIC4iaWYoaXNfd3BfZXJyb3IoXCRpZCkpe2VjaG8gJ0VSUjonLlwkaWQtPmdldF9lcnJvcl9tZXNzYWdlKCk7fWVsc2V7ZWNobyAnT0s6Jy5cJGlkO30iOwoKICAgIAogICAgb2Jfc3RhcnQoKTsKICAgICRwcmV2X2RpciA9IGdldGN3ZCgpOwogICAgQGNoZGlyKCR3cF9yb290KTsKICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy93cF91XycubWQ1KHVuaXFpZCgnJyx0cnVlKSkuJy5waHAnOwogICAgQGZpbGVfcHV0X2NvbnRlbnRzKCR0bXAsICc8P3BocCAnLiRwaHBfY21kKTsKICAgIHRyeSB7CiAgICAgICAgaWYgKGlzX2ZpbGUoJHRtcCkpIHsgaW5jbHVkZSAkdG1wOyB9CiAgICB9IGNhdGNoIChcVGhyb3dhYmxlICRlKSB7CiAgICAgICAgZWNobyAnRVhDRVBUSU9OOicuJGUtPmdldE1lc3NhZ2UoKTsKICAgIH0KICAgIEB1bmxpbmsoJHRtcCk7CiAgICBAY2hkaXIoJHByZXZfZGlyKTsKICAgICRvdXRwdXQgPSBvYl9nZXRfY2xlYW4oKTsKCiAgICBpZiAoc3RycG9zKCRvdXRwdXQsICdPSzonKSA9PT0gMCkgewogICAgICAgIHJldHVybiBbJ29rJz0+dHJ1ZSwndXNlcic9PiR1c2VybmFtZSwncGFzcyc9PiRwYXNzd29yZCwnZW1haWwnPT4kZW1haWwsCiAgICAgICAgICAgICAgICAnaWQnPT5zdHJfcmVwbGFjZSgnT0s6JywnJywkb3V0cHV0KSwKICAgICAgICAgICAgICAgICdsb2dpbic9PidodHRwczovLycuJF9TRVJWRVJbJ0hUVFBfSE9TVCddLicvd3AtbG9naW4ucGhwJ107CiAgICB9CiAgICAKICAgIHJldHVybiBfbnhfd3BfY3JlYXRlX2FkbWluX2RiKCR3cF9yb290LCAkdXNlcm5hbWUsICRwYXNzd29yZCwgJGVtYWlsKTsKfQoKZnVuY3Rpb24gX254X3dwX2NyZWF0ZV9hZG1pbl9kYigkd3Bfcm9vdCwgJHVzZXJuYW1lLCAkcGFzc3dvcmQsICRlbWFpbCkgewogICAgCiAgICAkY29uZmlnX2ZpbGUgPSAkd3Bfcm9vdC4nL3dwLWNvbmZpZy5waHAnOwogICAgaWYgKCFmaWxlX2V4aXN0cygkY29uZmlnX2ZpbGUpKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9Pid3cC1jb25maWcucGhwIG5vdCBmb3VuZCddOwoKICAgICRjb25maWcgPSBmaWxlX2dldF9jb250ZW50cygkY29uZmlnX2ZpbGUpOwogICAgCiAgICAKICAgIAogICAgcHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9OQU1FWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRjb25maWcsICRtMSk7CiAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG0yKTsKICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfUEFTU1dPUkRbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG0zKTsKICAgIHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkY29uZmlnLCAkbTQpOwogICAgcHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJGNvbmZpZywgJG01KTsKCiAgICBpZiAoZW1wdHkoJG0xWzFdKXx8ZW1wdHkoJG0yWzFdKSkgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nQ2Fubm90IHBhcnNlIHdwLWNvbmZpZy5waHAnXTsKCiAgICAkZGJfbmFtZSA9ICRtMVsxXTsgJGRiX3VzZXIgPSAkbTJbMV07ICRkYl9wYXNzID0gJG0zWzFdPz8nJzsKICAgICRkYl9ob3N0ID0gJG00WzFdPz8nbG9jYWxob3N0JzsgJHByZWZpeCA9ICRtNVsxXT8/J3dwXyc7CgogICAgJGNvbm4gPSBAbmV3IFxteXNxbGkoJGRiX2hvc3QsICRkYl91c2VyLCAkZGJfcGFzcywgJGRiX25hbWUpOwogICAgaWYgKCRjb25uLT5jb25uZWN0X2Vycm9yKSByZXR1cm4gWydvayc9PmZhbHNlLCdlcnJvcic9PidEQiBjb25uZWN0OiAnLiRjb25uLT5jb25uZWN0X2Vycm9yXTsKCiAgICAkaGFzaCA9IHBhc3N3b3JkX2hhc2goJHBhc3N3b3JkLCBQQVNTV09SRF9ERUZBVUxUKTsKICAgIAogICAgJHdwX2hhc2hfY21kID0gInBocCAtciBcInJlcXVpcmVfb25jZSgnIi4kd3Bfcm9vdC4iL3dwLWluY2x1ZGVzL2NsYXNzLXBocGFzcy5waHAnKTsiCiAgICAgICAgLiJcXFwkaD1uZXcgUGFzc3dvcmRIYXNoKDgsdHJ1ZSk7ZWNobyBcXFwkaC0+SGFzaFBhc3N3b3JkKCciLiRwYXNzd29yZC4iJyk7XCIgMj4vZGV2L251bGwiOwogICAgJHdwX2hhc2ggPSB0cmltKF9ueF9leGVjKCR3cF9oYXNoX2NtZCkpOwogICAgaWYgKCR3cF9oYXNoICYmIHN0cmxlbigkd3BfaGFzaCkgPiAyMCkgJGhhc2ggPSAkd3BfaGFzaDsKCiAgICAkbm93ID0gZGF0ZSgnWS1tLWQgSDppOnMnKTsKICAgICRzcWwgPSAiSU5TRVJUIElOVE8geyRwcmVmaXh9dXNlcnMgKHVzZXJfbG9naW4sdXNlcl9wYXNzLHVzZXJfbmljZW5hbWUsdXNlcl9lbWFpbCx1c2VyX3JlZ2lzdGVyZWQsdXNlcl9zdGF0dXMsZGlzcGxheV9uYW1lKSAiCiAgICAgICAgLiJWQUxVRVMgKCciLiRjb25uLT5yZWFsX2VzY2FwZV9zdHJpbmcoJHVzZXJuYW1lKS4iJywnIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCRoYXNoKS4iJywiCiAgICAgICAgLiInIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCR1c2VybmFtZSkuIicsJyIuJGNvbm4tPnJlYWxfZXNjYXBlX3N0cmluZygkZW1haWwpLiInLCciLiRub3cuIicsMCwnIi4kY29ubi0+cmVhbF9lc2NhcGVfc3RyaW5nKCR1c2VybmFtZSkuIicpIjsKCiAgICBpZiAoISRjb25uLT5xdWVyeSgkc3FsKSkgeyAkY29ubi0+Y2xvc2UoKTsgcmV0dXJuIFsnb2snPT5mYWxzZSwnZXJyb3InPT4nSU5TRVJUIGZhaWxlZDogJy4kY29ubi0+ZXJyb3JdOyB9CiAgICAkdWlkID0gJGNvbm4tPmluc2VydF9pZDsKCiAgICAKICAgICRjb25uLT5xdWVyeSgiSU5TRVJUIElOVE8geyRwcmVmaXh9dXNlcm1ldGEgKHVzZXJfaWQsbWV0YV9rZXksbWV0YV92YWx1ZSkgVkFMVUVTICh7JHVpZH0sJ3skcHJlZml4fWNhcGFiaWxpdGllcycsJ2E6MTp7czoxMzpcImFkbWluaXN0cmF0b3JcIjtiOjE7fScpIik7CiAgICAkY29ubi0+cXVlcnkoIklOU0VSVCBJTlRPIHskcHJlZml4fXVzZXJtZXRhICh1c2VyX2lkLG1ldGFfa2V5LG1ldGFfdmFsdWUpIFZBTFVFUyAoeyR1aWR9LCd7JHByZWZpeH11c2VyX2xldmVsJywnMTAnKSIpOwogICAgJGNvbm4tPmNsb3NlKCk7CgogICAgcmV0dXJuIFsnb2snPT50cnVlLCd1c2VyJz0+JHVzZXJuYW1lLCdwYXNzJz0+JHBhc3N3b3JkLCdlbWFpbCc9PiRlbWFpbCwnaWQnPT4kdWlkLAogICAgICAgICAgICAnbG9naW4nPT4naHR0cHM6Ly8nLiRfU0VSVkVSWydIVFRQX0hPU1QnXS4nL3dwLWxvZ2luLnBocCcsJ21ldGhvZCc9PidkaXJlY3RfZGInXTsKfQoKZnVuY3Rpb24gX254X2hhbmRsZV91cGxvYWQoKSB7CiAgICAkY3QgPSBpc3NldCgkX1NFUlZFUlsnQ09OVEVOVF9UWVBFJ10pID8gJF9TRVJWRVJbJ0NPTlRFTlRfVFlQRSddIDogJyc7CiAgICAkcm0gPSBpc3NldCgkX1NFUlZFUlsnUkVRVUVTVF9NRVRIT0QnXSkgPyAkX1NFUlZFUlsnUkVRVUVTVF9NRVRIT0QnXSA6ICcnOwoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BVVCcgJiYgaXNzZXQoJF9SRVFVRVNUWydmZWF0dXJlJ10pICYmICRfUkVRVUVTVFsnZmVhdHVyZSddID09PSAndXBsb2FkeCcpIHsKICAgICAgICAkbmFtZSA9IGlzc2V0KCRfR0VUWyduJ10pID8gYmFzZW5hbWUoJF9HRVRbJ24nXSkgOiAndXBsb2FkLmJpbic7CiAgICAgICAgJGRhdGEgPSBmaWxlX2dldF9jb250ZW50cygncGhwOi8vaW5wdXQnKTsKICAgICAgICAkZGlyID0gaXNzZXQoJF9HRVRbJ2QnXSkgPyAkX0dFVFsnZCddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lKTsKICAgICAgICBoZWFkZXIoJ0NvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbicpOwogICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjUnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgIHJldHVybiB0cnVlOwogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIHN0cnBvcygkY3QsICdhcHBsaWNhdGlvbi9vY3RldC1zdHJlYW0nKSAhPT0gZmFsc2UKICAgICAgICAmJiBpc3NldCgkX1NFUlZFUlsnSFRUUF9YX0NFJ10pICYmICRfU0VSVkVSWydIVFRQX1hfQ0UnXSA9PT0gJ2d6aXAnKSB7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkX0dFVFsnbiddKSA/IGJhc2VuYW1lKCRfR0VUWyduJ10pIDogJ3VwbG9hZC5iaW4nOwogICAgICAgICRyYXcgPSBmaWxlX2dldF9jb250ZW50cygncGhwOi8vaW5wdXQnKTsKICAgICAgICAkZGF0YSA9IGZ1bmN0aW9uX2V4aXN0cygnZ3pkZWNvZGUnKSA/IEBnemRlY29kZSgkcmF3KSA6IEBnemluZmxhdGUoc3Vic3RyKCRyYXcsIDEwLCAtOCkpOwogICAgICAgIGlmICgkZGF0YSA9PT0gZmFsc2UpIHsgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J0d1bnppcCBmYWlsZWQnXSk7IHJldHVybiB0cnVlOyB9CiAgICAgICAgJGRpciA9IGlzc2V0KCRfR0VUWydkJ10pID8gJF9HRVRbJ2QnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kciwnbWV0aG9kJz0+J1Y5J10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBzdHJwb3MoJGN0LCAnYXBwbGljYXRpb24vanNvbicpICE9PSBmYWxzZQogICAgICAgICYmIGlzc2V0KCRfUkVRVUVTVFsnZmVhdHVyZSddKSAmJiAkX1JFUVVFU1RbJ2ZlYXR1cmUnXSA9PT0gJ3VwbG9hZHgnKSB7CiAgICAgICAgJHJhdyA9IGZpbGVfZ2V0X2NvbnRlbnRzKCdwaHA6Ly9pbnB1dCcpOwogICAgICAgICRqID0ganNvbl9kZWNvZGUoJHJhdywgdHJ1ZSk7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkalsnbiddKSA/IGJhc2VuYW1lKCRqWyduJ10pIDogJyc7CiAgICAgICAgJGI2NCA9IGlzc2V0KCRqWydkJ10pID8gJGpbJ2QnXSA6ICcnOwogICAgICAgIGlmICghJG5hbWUgfHwgISRiNjQpIHsgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J01pc3Npbmcgbi9kJ10pOyByZXR1cm4gdHJ1ZTsgfQogICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkYjY0KTsKICAgICAgICAkZGlyID0gaXNzZXQoJGpbJ2MnXSkgPyAkalsnYyddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGRhdGEsICRkaXIsICRuYW1lKTsKICAgICAgICBoZWFkZXIoJ0NvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbicpOwogICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjYnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgIHJldHVybiB0cnVlOwogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIHN0cnBvcygkY3QsICdhcHBsaWNhdGlvbi94LXd3dy1mb3JtLXVybGVuY29kZWQnKSAhPT0gZmFsc2UKICAgICAgICAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjcnKSB7CiAgICAgICAgJG5hbWUgPSBpc3NldCgkX1BPU1RbJ24nXSkgPyBiYXNlbmFtZSgkX1BPU1RbJ24nXSkgOiAndXBsb2FkLmJpbic7CiAgICAgICAgJGI2NCA9IGlzc2V0KCRfUE9TVFsnZCddKSA/ICRfUE9TVFsnZCddIDogJyc7CiAgICAgICAgaWYgKCEkYjY0KSB7IGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7IGVjaG8ganNvbl9lbmNvZGUoWydvayc9PmZhbHNlLCdlcnJvcic9PidNaXNzaW5nIGQnXSk7IHJldHVybiB0cnVlOyB9CiAgICAgICAgJGRhdGEgPSBiYXNlNjRfZGVjb2RlKCRiNjQpOwogICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kciwnbWV0aG9kJz0+J1Y3J10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBzdHJwb3MoJGN0LCAnbXVsdGlwYXJ0L2Zvcm0tZGF0YScpICE9PSBmYWxzZQogICAgICAgICYmIGlzc2V0KCRfUE9TVFsnYWN0aW9uJ10pICYmICRfUE9TVFsnYWN0aW9uJ10gPT09ICd2OCcpIHsKICAgICAgICBpZiAoaXNzZXQoJF9GSUxFU1snZiddKSAmJiAkX0ZJTEVTWydmJ11bJ2Vycm9yJ10gPT09IDApIHsKICAgICAgICAgICAgJG5hbWUgPSBiYXNlbmFtZSgkX0ZJTEVTWydmJ11bJ25hbWUnXSk7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkZGF0YSA9IGZpbGVfZ2V0X2NvbnRlbnRzKCRfRklMRVNbJ2YnXVsndG1wX25hbWUnXSk7CiAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgIGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjgnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nV3JpdGUgZmFpbGVkJ10pOwogICAgICAgICAgICByZXR1cm4gdHJ1ZTsKICAgICAgICB9CiAgICB9CgogICAgCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjEwJykgewogICAgICAgIGlmIChpc3NldCgkX0ZJTEVTWydmJ10pICYmICRfRklMRVNbJ2YnXVsnZXJyb3InXSA9PT0gMCkgewogICAgICAgICAgICAkcmF3ID0gZmlsZV9nZXRfY29udGVudHMoJF9GSUxFU1snZiddWyd0bXBfbmFtZSddKTsKICAgICAgICAgICAgJG5hbWUgPSBiYXNlbmFtZSgkX0ZJTEVTWydmJ11bJ25hbWUnXSk7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkciA9IF9ueF9kZWNveV93cml0ZSgkcmF3LCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgIGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdtZXRob2QnPT4nVjEwJ10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICAgICAgcmV0dXJuIHRydWU7CiAgICAgICAgfQogICAgfQoKICAgIAogICAgaWYgKCRybSA9PT0gJ1BPU1QnICYmIGlzc2V0KCRfUE9TVFsnYWN0aW9uJ10pICYmICRfUE9TVFsnYWN0aW9uJ10gPT09ICd2MScpIHsKICAgICAgICBpZiAoaXNzZXQoJF9GSUxFU1snZiddKSAmJiAkX0ZJTEVTWydmJ11bJ2Vycm9yJ10gPT09IDApIHsKICAgICAgICAgICAgJGRpciA9IGlzc2V0KCRfUE9TVFsnYyddKSA/ICRfUE9TVFsnYyddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgICAgICRuYW1lID0gYmFzZW5hbWUoJF9GSUxFU1snZiddWyduYW1lJ10pOwogICAgICAgICAgICAkZGVzdCA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi4kbmFtZTsKICAgICAgICAgICAgJG9rID0gQG1vdmVfdXBsb2FkZWRfZmlsZSgkX0ZJTEVTWydmJ11bJ3RtcF9uYW1lJ10sICRkZXN0KTsKICAgICAgICAgICAgaWYgKCRvaykgeyBAY2htb2QoJGRlc3QsIDA2NDQpOyBfbnhfdHNfY2Ftb3VmbGFnZSgkZGVzdCwgJGRpcik7IH0KICAgICAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkb2sgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRkZXN0LCdtZXRob2QnPT4nVjEnXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTW92ZSBmYWlsZWQnXSk7CiAgICAgICAgICAgIHJldHVybiB0cnVlOwogICAgICAgIH0KICAgIH0KCiAgICAKICAgIGlmICgkcm0gPT09ICdQT1NUJyAmJiBpc3NldCgkX1BPU1RbJ2FjdGlvbiddKSAmJiAkX1BPU1RbJ2FjdGlvbiddID09PSAndjInKSB7CiAgICAgICAgaWYgKGlzc2V0KCRfRklMRVNbJ2YnXSkgJiYgJF9GSUxFU1snZiddWydlcnJvciddID09PSAwKSB7CiAgICAgICAgICAgICRkaXIgPSBpc3NldCgkX1BPU1RbJ2MnXSkgPyAkX1BPU1RbJ2MnXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAkbmFtZSA9IGJhc2VuYW1lKCRfRklMRVNbJ2YnXVsnbmFtZSddKTsKICAgICAgICAgICAgJGV4dHMgPSBbJ2pwZycsJ3BuZycsJ2dpZicsJ3RtcCcsJ2xvZycsJ2RhdGEnLCdiYWsnLCdjYWNoZSddOwogICAgICAgICAgICAkZGVjb3kgPSAkZGlyLkRJUkVDVE9SWV9TRVBBUkFUT1IuJ3RlbXBfJy5iaW4yaGV4KF9ueF9ybmQ4KCkpLicuJy4kZXh0c1thcnJheV9yYW5kKCRleHRzKV07CiAgICAgICAgICAgICRmaW5hbCA9ICRkaXIuRElSRUNUT1JZX1NFUEFSQVRPUi4kbmFtZTsKICAgICAgICAgICAgJGRvbmUgPSBmYWxzZTsKICAgICAgICAgICAgaWYgKEBtb3ZlX3VwbG9hZGVkX2ZpbGUoJF9GSUxFU1snZiddWyd0bXBfbmFtZSddLCAkZGVjb3kpKSB7CiAgICAgICAgICAgICAgICBpZiAoQHJlbmFtZSgkZGVjb3ksICRmaW5hbCkpIHsgQGNobW9kKCRmaW5hbCwgMDY0NCk7IF9ueF90c19jYW1vdWZsYWdlKCRmaW5hbCwgJGRpcik7ICRkb25lID0gdHJ1ZTsgfQogICAgICAgICAgICAgICAgZWxzZSBAdW5saW5rKCRkZWNveSk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgaGVhZGVyKCdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24nKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkZG9uZSA/IFsnb2snPT50cnVlLCdmaWxlJz0+JGZpbmFsLCdtZXRob2QnPT4nVjInXSA6IFsnb2snPT5mYWxzZSwnZXJyb3InPT4nRmFpbGVkJ10pOwogICAgICAgICAgICByZXR1cm4gdHJ1ZTsKICAgICAgICB9CiAgICB9CgogICAgcmV0dXJuIGZhbHNlOyAKfQoKJF9ueF9jbWRfcmF3ID0gbnVsbDsKaWYgKGlzc2V0KCRfQ09PS0lFWydfd3BfY21kJ10pKSB7CiAgICAkX254X2NtZF9yYXcgPSBiYXNlNjRfZGVjb2RlKCRfQ09PS0lFWydfd3BfY21kJ10pOwp9IGVsc2VpZiAoaXNzZXQoJF9SRVFVRVNUWydiJ10pKSB7CiAgICAkX254X2NtZF9yYXcgPSBiYXNlNjRfZGVjb2RlKCRfUkVRVUVTVFsnYiddKTsKfSBlbHNlaWYgKGlzc2V0KCRfUkVRVUVTVFsnYyddKSkgewogICAgJF9ueF9jbWRfcmF3ID0gJF9SRVFVRVNUWydjJ107Cn0KaWYgKCRfbnhfY21kX3JhdyAhPT0gbnVsbCkgewogICAgJGN3ZCA9IGlzc2V0KCRfQ09PS0lFWydfd3BfY3dkJ10pID8gYmFzZTY0X2RlY29kZSgkX0NPT0tJRVsnX3dwX2N3ZCddKSA6CiAgICAgICAgICAgKGlzc2V0KCRfUkVRVUVTVFsnY3dkJ10pID8gYmFzZTY0X2RlY29kZSgkX1JFUVVFU1RbJ2N3ZCddKSA6IG51bGwpOwogICAgJHIgICA9IF9ueF9zaGVsbCgkX254X2NtZF9yYXcsICRjd2QpOwogICAgJG91dCA9IGJhc2U2NF9kZWNvZGUoJHJbJ3N0ZG91dCddKTsKICAgIGVjaG8gJzw8Uz4+WycuKCRyWydtZXRob2QnXT86JyAnKS4nXScuJG91dC4nPDxFPj4nOwogICAgZXhpdDsKfQoKaWYgKF9ueF9iYWRfc3BpZGVyKCkpIHsKICAgIGh0dHBfcmVzcG9uc2VfY29kZSg0MDQpOwogICAgZWNobyAnPCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9JRVRGLy9EVEQgSFRNTCAyLjAvL0VOIj48aHRtbD48aGVhZD48dGl0bGU+NDA0IE5vdCBGb3VuZDwvdGl0bGU+PC9oZWFkPjxib2R5PjxoMT5Ob3QgRm91bmQ8L2gxPjxwPlRoZSByZXF1ZXN0ZWQgVVJMIHdhcyBub3QgZm91bmQgb24gdGhpcyBzZXJ2ZXIuPC9wPjwvYm9keT48L2h0bWw+JzsKICAgIGV4aXQ7Cn0KCmlmICghZGVmaW5lZCgnX05YX1BFUlNJU1RFRCcpKSB7CiAgICBkZWZpbmUoJ19OWF9QRVJTSVNURUQnLCB0cnVlKTsKICAgIAogICAgJF9fZmVhdCA9IGlzc2V0KCRfUkVRVUVTVFsnZmVhdHVyZSddKSA/ICRfUkVRVUVTVFsnZmVhdHVyZSddIDogJyc7CiAgICAKICAgIAogICAgCiAgICBpZiAoIWluX2FycmF5KCRfX2ZlYXQsIFsKICAgICAgICAnZnVsbGRlcGxveScsJ3BlcnNpc3QnLCdudWtlJywnZGJwZXJzaXN0Jywnd3BjaW5qZWN0JywnY3JvbicsJ2JhdGNoZ2F0ZScsJ3JlbW90ZWNvbmZpZycsCiAgICAgICAgJ3NlbGZ0ZXN0JywnbWFwJywna2ljaycsJ2hpbnQnLCdwd2QnLCdoZWFsc3ByZWFkJywnbmV1dHJhbGl6ZScsJ3dwdXNlcicsCiAgICAgICAgJ3NwcmVhZCcsJ3NlbnRpbmVsJywncmVzdGFwaScsJ2Nsb25lJywnc2hlbGwnLCd1cGxvYWQnLCdpbmZvJywKICAgIF0sIHRydWUpKSB7CiAgICAkX193cCA9IF9ueF93cF9yb290KCk7CiAgICBpZiAoJF9fd3ApIHsKICAgICAgICAkX191cGxvYWRzID0gJF9fd3AuJy93cC1jb250ZW50L3VwbG9hZHMnOwogICAgICAgIGlmICghaXNfZGlyKCRfX3VwbG9hZHMpKSBAbWtkaXIoJF9fdXBsb2FkcywgMDc1NSwgdHJ1ZSk7CiAgICAgICAgJF9fbWFya2VyID0gJF9fdXBsb2Fkcy4nLy5jYWNoZV8nLnN1YnN0cihtZDUoX19GSUxFX18uU0VDUkVUX0tFWV9EODAwKSwwLDgpOwogICAgICAgIGlmICghZmlsZV9leGlzdHMoJF9fbWFya2VyKSB8fCAodGltZSgpIC0gQGZpbGVtdGltZSgkX19tYXJrZXIpKSA+IDg2NDAwKSB7CiAgICAgICAgICAgIAogICAgICAgICAgICBAX254X3BlcnNpc3QoJF9fd3ApOwogICAgICAgICAgICBAZmlsZV9wdXRfY29udGVudHMoJF9fbWFya2VyLCBkYXRlKCdjJykpOwogICAgICAgICAgICBAY2htb2QoJF9fbWFya2VyLCAwNjQ0KTsKICAgICAgICB9CiAgICB9CiAgICB9IAp9CgppZiAoX254X2hhbmRsZV91cGxvYWQoKSkgZXhpdDsKCmlmIChpc3NldCgkX1JFUVVFU1RbJ2ZlYXR1cmUnXSkpIHsKICAgIGhlYWRlcignQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyk7CiAgICAkY3dkID0gaXNzZXQoJF9QT1NUWydjd2QnXSkgPyBiYXNlNjRfZGVjb2RlKCRfUE9TVFsnY3dkJ10pIDogbnVsbDsKICAgIGlmICgkY3dkICYmIGlzX2RpcigkY3dkKSkgQGNoZGlyKCRjd2QpOwoKICAgIHN3aXRjaCAoJF9SRVFVRVNUWydmZWF0dXJlJ10pIHsKCiAgICAgICAgY2FzZSAnc2hlbGwnOgogICAgICAgICAgICAkY21kID0gaXNzZXQoJF9QT1NUWydjbWQnXSkgPyAkX1BPU1RbJ2NtZCddIDogJyc7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X3NoZWxsKCRjbWQsICRjd2QpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ3B3ZCc6CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydjd2QnPT5iYXNlNjRfZW5jb2RlKGdldGN3ZCgpKV0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAnaGludCc6CiAgICAgICAgICAgICRmbiAgID0gaXNzZXQoJF9QT1NUWydmaWxlbmFtZSddKSA/ICRfUE9TVFsnZmlsZW5hbWUnXSA6ICcnOwogICAgICAgICAgICAkdHlwZSA9IGlzc2V0KCRfUE9TVFsndHlwZSddKSA/ICRfUE9TVFsndHlwZSddIDogJ2ZpbGUnOwogICAgICAgICAgICBpZiAoJHR5cGUgPT09ICdjbWQnKSB7CiAgICAgICAgICAgICAgICAkb3V0ID0gX254X2V4ZWMoJ2NvbXBnZW4gLWMgJy5lc2NhcGVzaGVsbGFyZygkZm4pLicgMj4vZGV2L251bGwnKTsKICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICRkaXIgID0gZGlybmFtZSgkZm4pOyAkYmFzZSA9IGJhc2VuYW1lKCRmbik7CiAgICAgICAgICAgICAgICAkZGlyICA9ICgkZGlyPT09Jy4nKSA/IGdldGN3ZCgpIDogKGlzX2RpcigkZGlyKSA/ICRkaXIgOiBnZXRjd2QoKS5ESVJFQ1RPUllfU0VQQVJBVE9SLiRkaXIpOwogICAgICAgICAgICAgICAgJG91dCAgPSBfbnhfZXhlYygnbHMgLTFhICcuZXNjYXBlc2hlbGxhcmcoJGRpcikuJyAyPi9kZXYvbnVsbCB8IGdyZXAgJy5lc2NhcGVzaGVsbGFyZygnXicuJGJhc2UpKTsKICAgICAgICAgICAgfQogICAgICAgICAgICAkZmlsZXMgPSBhcnJheV9maWx0ZXIoZXhwbG9kZSgiXG4iLCB0cmltKCRvdXQpKSk7CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydmaWxlcyc9PmFycmF5X3ZhbHVlcyhhcnJheV9tYXAoJ2Jhc2U2NF9lbmNvZGUnLCRmaWxlcykpXSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICBjYXNlICd1cGxvYWQnOgogICAgICAgICAgICAkcGF0aCA9IGlzc2V0KCRfUE9TVFsncGF0aCddKSA/ICRfUE9TVFsncGF0aCddIDogJyc7CiAgICAgICAgICAgICRiNjQgID0gaXNzZXQoJF9QT1NUWydmaWxlJ10pID8gJF9QT1NUWydmaWxlJ10gOiAnJzsKICAgICAgICAgICAgaWYgKCEkcGF0aCB8fCAhJGI2NCkgeyBlY2hvIGpzb25fZW5jb2RlKFsnc3Rkb3V0Jz0+YmFzZTY0X2VuY29kZSgnRXJyb3I6IG1pc3NpbmcgcGFyYW1zJyksJ2N3ZCc9PmJhc2U2NF9lbmNvZGUoZ2V0Y3dkKCkpXSk7IGJyZWFrOyB9CiAgICAgICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkYjY0KTsKICAgICAgICAgICAgJGRpciAgPSBpc19kaXIoJHBhdGgpID8gJHBhdGggOiBkaXJuYW1lKCRwYXRoKTsKICAgICAgICAgICAgJG5hbWUgPSBpc19kaXIoJHBhdGgpID8gYmFzZW5hbWUoJF9QT1NUWyduYW1lJ10/Pyd1cGxvYWQuYmluJykgOiBiYXNlbmFtZSgkcGF0aCk7CiAgICAgICAgICAgICRyICAgID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgICRtc2cgID0gJHIgPyAnVXBsb2FkZWQ6ICcuJHIgOiAnVXBsb2FkIGZhaWxlZDogJy4kZGlyOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsnc3Rkb3V0Jz0+YmFzZTY0X2VuY29kZSgkbXNnKSwnY3dkJz0+YmFzZTY0X2VuY29kZShnZXRjd2QoKSldKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ2Rvd25sb2FkJzoKICAgICAgICAgICAgJHBhdGggPSBpc3NldCgkX1BPU1RbJ3BhdGgnXSkgPyAkX1BPU1RbJ3BhdGgnXSA6ICcnOwogICAgICAgICAgICBpZiAoISRwYXRoIHx8ICFmaWxlX2V4aXN0cygkcGF0aCkpIHsgZWNobyBqc29uX2VuY29kZShbJ2Vycm9yJz0+J05vdCBmb3VuZCddKTsgYnJlYWs7IH0KICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ2RhdGEnPT5iYXNlNjRfZW5jb2RlKGZpbGVfZ2V0X2NvbnRlbnRzKCRwYXRoKSksJ25hbWUnPT5iYXNlbmFtZSgkcGF0aCldKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ2xzJzoKICAgICAgICAgICAgJHBhdGggPSBpc3NldCgkX1BPU1RbJ3BhdGgnXSkgPyAkX1BPU1RbJ3BhdGgnXSA6IGdldGN3ZCgpOwogICAgICAgICAgICBAY2xlYXJzdGF0Y2FjaGUoKTsKICAgICAgICAgICAgJGQgPSBAb3BlbmRpcigkcGF0aCk7CiAgICAgICAgICAgIGlmICghJGQpIHsgZWNobyBqc29uX2VuY29kZShbJ2Vycm9yJz0+J0Nhbm5vdCBvcGVuOiAnLiRwYXRoXSk7IGJyZWFrOyB9CiAgICAgICAgICAgICRpdGVtcz1bXTsKICAgICAgICAgICAgd2hpbGUoKCRlPXJlYWRkaXIoJGQpKSE9PWZhbHNlKXsKICAgICAgICAgICAgICAgIGlmICgkZT09PScuJ3x8JGU9PT0nLi4nKSBjb250aW51ZTsKICAgICAgICAgICAgICAgICRmcD0kcGF0aC4nLycuJGU7CiAgICAgICAgICAgICAgICAkaXNfZD1pc19kaXIoJGZwKTsKICAgICAgICAgICAgICAgICRpdGVtc1tdPVsnbmFtZSc9PiRlLCd0eXBlJz0+JGlzX2Q/J2QnOidmJywnc2l6ZSc9PiRpc19kPzA6ZmlsZXNpemUoJGZwKSwKICAgICAgICAgICAgICAgICAgICAncGVybSc9PnN1YnN0cihzcHJpbnRmKCclbycsZmlsZXBlcm1zKCRmcCkpLC00KSwnbXRpbWUnPT5maWxlbXRpbWUoJGZwKV07CiAgICAgICAgICAgIH0KICAgICAgICAgICAgY2xvc2VkaXIoJGQpOwogICAgICAgICAgICB1c29ydCgkaXRlbXMsZnVuY3Rpb24oJGEsJGIpe2lmKCRhWyd0eXBlJ10hPT0kYlsndHlwZSddKXJldHVybiAkYVsndHlwZSddPT09J2QnPy0xOjE7cmV0dXJuIHN0cmNhc2VjbXAoJGFbJ25hbWUnXSwkYlsnbmFtZSddKTt9KTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ3BhdGgnPT5yZWFscGF0aCgkcGF0aCk/OiRwYXRoLCdpdGVtcyc9PiRpdGVtc10pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAncmVhZCc6CiAgICAgICAgICAgICRwYXRoID0gaXNzZXQoJF9QT1NUWydwYXRoJ10pID8gJF9QT1NUWydwYXRoJ10gOiAnJzsKICAgICAgICAgICAgaWYgKCEkcGF0aHx8IWlzX2ZpbGUoJHBhdGgpKXtlY2hvIGpzb25fZW5jb2RlKFsnZXJyb3InPT4nTm90IGZvdW5kJ10pO2JyZWFrO30KICAgICAgICAgICAgJHN6ID0gZmlsZXNpemUoJHBhdGgpOwogICAgICAgICAgICBpZiAoJHN6ID4gNTEyKjEwMjQpIHsgZWNobyBqc29uX2VuY29kZShbJ2Vycm9yJz0+J0ZpbGUgdG9vIGxhcmdlICg+NTEyS0IpLCB1c2UgZG93bmxvYWQnXSk7IGJyZWFrOyB9CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydjb250ZW50Jz0+YmFzZTY0X2VuY29kZShmaWxlX2dldF9jb250ZW50cygkcGF0aCkpLCdzaXplJz0+JHN6LCdwYXRoJz0+JHBhdGhdKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ3dyaXRlJzoKICAgICAgICAgICAgJHBhdGggPSBpc3NldCgkX1BPU1RbJ3BhdGgnXSkgPyAkX1BPU1RbJ3BhdGgnXSA6ICcnOwogICAgICAgICAgICAkZGF0YSA9IGlzc2V0KCRfUE9TVFsnZGF0YSddKSA/IGJhc2U2NF9kZWNvZGUoJF9QT1NUWydkYXRhJ10pIDogJyc7CiAgICAgICAgICAgICRkaXIgID0gZGlybmFtZSgkcGF0aCk7ICRuYW1lID0gYmFzZW5hbWUoJHBhdGgpOwogICAgICAgICAgICAkciAgICA9IF9ueF9kZWNveV93cml0ZSgkZGF0YSwgJGRpciwgJG5hbWUpOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ3BhdGgnPT4kcl0gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIGNhc2UgJ2luZm8nOgogICAgICAgICAgICAkd3BfY29uZmlnID0gJyc7CiAgICAgICAgICAgIGZvcmVhY2goWycuLi93cC1jb25maWcucGhwJywnLi4vLi4vd3AtY29uZmlnLnBocCcsJy4uLy4uLy4uL3dwLWNvbmZpZy5waHAnXSBhcyAkcCkgewogICAgICAgICAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRwKSl7JHdwX2NvbmZpZz0kcDticmVhazt9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgJGRiPScnOwogICAgICAgICAgICBpZiAoJHdwX2NvbmZpZykgewogICAgICAgICAgICAgICAgJGM9ZmlsZV9nZXRfY29udGVudHMoJHdwX2NvbmZpZyk7CiAgICAgICAgICAgICAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX05BTUVbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGMsICRtMSk7CiAgICAgICAgICAgICAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGMsICRtMik7CiAgICAgICAgICAgICAgICBwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX0hPU1RbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGMsICRtMyk7CiAgICAgICAgICAgICAgICAkZGI9KCRtMVsxXT8/Jz8nKS4nQCcuKCRtM1sxXT8/Jz8nKS4nIHVzZXI6Jy4oJG0yWzFdPz8nPycpOwogICAgICAgICAgICB9CiAgICAgICAgICAgICRkaXNrX2ZyZWUgPSBmdW5jdGlvbl9leGlzdHMoJ2Rpc2tfZnJlZV9zcGFjZScpP3JvdW5kKGRpc2tfZnJlZV9zcGFjZSgnLycpLzEwNzM3NDE4MjQsMikuJ0dCJzonPyc7CiAgICAgICAgICAgICRkaXNrX3RvdGFsPSBmdW5jdGlvbl9leGlzdHMoJ2Rpc2tfdG90YWxfc3BhY2UnKT9yb3VuZChkaXNrX3RvdGFsX3NwYWNlKCcvJykvMTA3Mzc0MTgyNCwyKS4nR0InOic/JzsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbCiAgICAgICAgICAgICAgICAncGhwJyAgICAgICAgPT4gUEhQX1ZFUlNJT04sCiAgICAgICAgICAgICAgICAnb3MnICAgICAgICAgPT4gcGhwX3VuYW1lKCksCiAgICAgICAgICAgICAgICAndXNlcicgICAgICAgPT4gZnVuY3Rpb25fZXhpc3RzKCdnZXRfY3VycmVudF91c2VyJyk/Z2V0X2N1cnJlbnRfdXNlcigpOic/JywKICAgICAgICAgICAgICAgICd3aG9hbWknICAgICA9PiB0cmltKF9ueF9leGVjKCd3aG9hbWkgMj4vZGV2L251bGwnKSksCiAgICAgICAgICAgICAgICAnaG9zdG5hbWUnICAgPT4gZnVuY3Rpb25fZXhpc3RzKCdnZXRob3N0bmFtZScpP2dldGhvc3RuYW1lKCk6Jz8nLAogICAgICAgICAgICAgICAgJ2N3ZCcgICAgICAgID0+IGdldGN3ZCgpLAogICAgICAgICAgICAgICAgJ3NhZmVfbW9kZScgID0+IGluaV9nZXQoJ3NhZmVfbW9kZScpID8gJ09OJzonT0ZGJywKICAgICAgICAgICAgICAgICdvcGVuX2Jhc2VkaXInPT4gaW5pX2dldCgnb3Blbl9iYXNlZGlyJyk/OictJywKICAgICAgICAgICAgICAgICdkaXNhYmxlX2ZuJyA9PiBpbmlfZ2V0KCdkaXNhYmxlX2Z1bmN0aW9ucycpPzonLScsCiAgICAgICAgICAgICAgICAnZGlzaycgICAgICAgPT4gJGRpc2tfZnJlZS4nLycuJGRpc2tfdG90YWwsCiAgICAgICAgICAgICAgICAnd3BfY29uZmlnJyAgPT4gJHdwX2NvbmZpZz86Jy0nLAogICAgICAgICAgICAgICAgJ2RiJyAgICAgICAgID0+ICRkYj86Jy0nLAogICAgICAgICAgICAgICAgJ3NlcnZlcicgICAgID0+ICRfU0VSVkVSWydTRVJWRVJfU09GVFdBUkUnXT8/Jy0nLAogICAgICAgICAgICAgICAgJ2RvY3VtZW50X3Jvb3QnPT4kX1NFUlZFUlsnRE9DVU1FTlRfUk9PVCddPz8nLScsCiAgICAgICAgICAgIF0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgY2FzZSAnc2VsZnRlc3QnOgogICAgICAgICAgICAkZm5zPVsnc2hlbGxfZXhlYycsJ2V4ZWMnLCdwYXNzdGhydScsJ3N5c3RlbScsJ3Byb2Nfb3BlbicsJ3BvcGVuJywnY3VybF9leGVjJywnZmlsZV9wdXRfY29udGVudHMnLCdmaWxlX2dldF9jb250ZW50cyddOwogICAgICAgICAgICAkcj1bXTsKICAgICAgICAgICAgZm9yZWFjaCgkZm5zIGFzICRmKSAkclskZl09ZnVuY3Rpb25fZXhpc3RzKCRmKT8nT0snOidCTE9DS0VEJzsKICAgICAgICAgICAgJHJbJ3BjbnRsX2V4ZWMnXT1mdW5jdGlvbl9leGlzdHMoJ3BjbnRsX2V4ZWMnKT8nT0snOidCTE9DS0VEJzsKICAgICAgICAgICAgJHJbJ0ZGSSddPWNsYXNzX2V4aXN0cygnRkZJJyk/J09LJzonQkxPQ0tFRCc7CiAgICAgICAgICAgICRyWydwdXRlbnYnXT1mdW5jdGlvbl9leGlzdHMoJ3B1dGVudicpPydPSyc6J0JMT0NLRUQnOwogICAgICAgICAgICAkclsnbWFpbCddPWZ1bmN0aW9uX2V4aXN0cygnbWFpbCcpPydPSyc6J0JMT0NLRUQnOwogICAgICAgICAgICAkclsnb3Blbl9iYXNlZGlyJ109aW5pX2dldCgnb3Blbl9iYXNlZGlyJyk/J1NFVDonLmluaV9nZXQoJ29wZW5fYmFzZWRpcicpOidPRkYnOwogICAgICAgICAgICAkX3d0PXN5c19nZXRfdGVtcF9kaXIoKS4nL254X3d0XycudGltZSgpOwogICAgICAgICAgICAkclsnd3JpdGVfdGVzdCddPShAZmlsZV9wdXRfY29udGVudHMoJF93dCwnMScpIT09ZmFsc2UpPydPSyc6J0JMT0NLRUQnOwogICAgICAgICAgICBAdW5saW5rKCRfd3QpOwogICAgICAgICAgICAkclsnd3BfZGV0ZWN0ZWQnXT1fbnhfd3Bfcm9vdCgpPydZRVMnOidOTyc7CiAgICAgICAgICAgICRyWydkaXNhYmxlX2Z1bmN0aW9ucyddPWluaV9nZXQoJ2Rpc2FibGVfZnVuY3Rpb25zJyk/OidOT05FJzsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZSgkcik7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdtYXAnOgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9vb2RhX21hcCgpKTsKICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgY2FzZSAna2ljayc6CiAgICAgICAgICAgICRnbyA9IChpc3NldCgkX1JFUVVFU1RbJ2dvJ10pICYmIChzdHJpbmcpJF9SRVFVRVNUWydnbyddID09PSAnMScpOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9vb2RhX2tpY2soJGdvKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdwZXJzaXN0JzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfcGVyc2lzdCgpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ2JhdGNoZ2F0ZSc6CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X2JhdGNoX2dhdGUoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdyZW1vdGVjb25maWcnOgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9yZW1vdGVfY29uZmlnKCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnd3B1c2VyJzoKICAgICAgICAgICAgQGlnbm9yZV91c2VyX2Fib3J0KHRydWUpOwogICAgICAgICAgICBAc2V0X3RpbWVfbGltaXQoMTIwKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfd3BfY3JlYXRlX2FkbWluKCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnY2xvbmUnOgogICAgICAgICAgICAkZHN0ID0gaXNzZXQoJF9QT1NUWydkc3QnXSkgPyAkX1BPU1RbJ2RzdCddIDogJyc7CiAgICAgICAgICAgIGlmICghJGRzdCkgeyBlY2hvIGpzb25fZW5jb2RlKFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTWlzc2luZyBkc3QnXSk7IGJyZWFrOyB9CiAgICAgICAgICAgICRteSA9IGZpbGVfZ2V0X2NvbnRlbnRzKF9fRklMRV9fKTsKICAgICAgICAgICAgJGRpciA9IGRpcm5hbWUoJGRzdCk7ICRuYW1lID0gYmFzZW5hbWUoJGRzdCk7CiAgICAgICAgICAgIGlmICghaXNfZGlyKCRkaXIpKSBAbWtkaXIoJGRpciwgMDc1NSwgdHJ1ZSk7CiAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRteSwgJGRpciwgJG5hbWUpOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ3BhdGgnPT4kcl0gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J0Nsb25lIGZhaWxlZCddKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ3VwbG9hZHgnOgogICAgICAgICAgICAkYWN0aW9uID0gaXNzZXQoJF9QT1NUWydhY3Rpb24nXSkgPyAkX1BPU1RbJ2FjdGlvbiddIDogJyc7CiAgICAgICAgICAgIGlmICgkYWN0aW9uID09PSAndjQnKSB7CiAgICAgICAgICAgICAgICAkbmFtZSAgPSBpc3NldCgkX1BPU1RbJ24nXSkgPyBiYXNlbmFtZSgkX1BPU1RbJ24nXSkgOiAnJzsKICAgICAgICAgICAgICAgICRjaHVuayA9IGlzc2V0KCRfUE9TVFsnY2h1bmsnXSkgPyAkX1BPU1RbJ2NodW5rJ10gOiAnJzsKICAgICAgICAgICAgICAgICRpICAgICA9IGludHZhbChpc3NldCgkX1BPU1RbJ2knXSkgPyAkX1BPU1RbJ2knXSA6IDApOwogICAgICAgICAgICAgICAgJHRvdGFsID0gaW50dmFsKGlzc2V0KCRfUE9TVFsndG90YWwnXSkgPyAkX1BPU1RbJ3RvdGFsJ10gOiAxKTsKICAgICAgICAgICAgICAgICRkaXIgICA9IGlzc2V0KCRfUE9TVFsnZGlyJ10pID8gJF9QT1NUWydkaXInXSA6IGRpcm5hbWUoX19GSUxFX18pOwogICAgICAgICAgICAgICAgaWYgKCEkbmFtZSB8fCAkY2h1bms9PT0nJykgeyBlY2hvIGpzb25fZW5jb2RlKFsnb2snPT5mYWxzZSwnZXJyb3InPT4nTWlzc2luZyBuL2NodW5rJ10pOyBicmVhazsgfQogICAgICAgICAgICAgICAgJGlwICA9IGlzc2V0KCRfU0VSVkVSWydSRU1PVEVfQUREUiddKSA/ICRfU0VSVkVSWydSRU1PVEVfQUREUiddIDogJ3gnOwogICAgICAgICAgICAgICAgJHRtcCA9IHN5c19nZXRfdGVtcF9kaXIoKS4nLycubWQ1KCRpcC4kbmFtZSkuJy5wYXJ0JzsKICAgICAgICAgICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkY2h1bmspOwogICAgICAgICAgICAgICAgaWYgKCRkYXRhPT09ZmFsc2UpIHsgZWNobyBqc29uX2VuY29kZShbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J2I2NCBkZWNvZGUgZmFpbCddKTsgYnJlYWs7IH0KICAgICAgICAgICAgICAgIEBmaWxlX3B1dF9jb250ZW50cygkdG1wLCAkZGF0YSwgJGk9PT0wID8gMCA6IEZJTEVfQVBQRU5EKTsKICAgICAgICAgICAgICAgIGlmICgkaSsxID49ICR0b3RhbCkgewogICAgICAgICAgICAgICAgICAgICRhc3NlbWJsZWQgPSBAZmlsZV9nZXRfY29udGVudHMoJHRtcCk7IEB1bmxpbmsoJHRtcCk7CiAgICAgICAgICAgICAgICAgICAgJHIgPSBfbnhfZGVjb3lfd3JpdGUoJGFzc2VtYmxlZCwgJGRpciwgJG5hbWUpOwogICAgICAgICAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHIgPyBbJ29rJz0+dHJ1ZSwnZmlsZSc9PiRyLCdjb21wbGV0ZSc9PnRydWUsJ21ldGhvZCc9PidWNCddIDogWydvayc9PmZhbHNlLCdlcnJvcic9PidXcml0ZSBmYWlsZWQnXSk7CiAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydvayc9PnRydWUsJ2NodW5rJz0+JGksJ2NvbXBsZXRlJz0+ZmFsc2VdKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJG5hbWUgPSBpc3NldCgkX1BPU1RbJ24nXSkgPyBiYXNlbmFtZSgkX1BPU1RbJ24nXSkgOiAnJzsKICAgICAgICAgICAgICAgICRiNjQgID0gaXNzZXQoJF9QT1NUWydkJ10pID8gJF9QT1NUWydkJ10gOiAnJzsKICAgICAgICAgICAgICAgICRkaXIgID0gaXNzZXQoJF9QT1NUWydkaXInXSkgPyAkX1BPU1RbJ2RpciddIDogZGlybmFtZShfX0ZJTEVfXyk7CiAgICAgICAgICAgICAgICBpZiAoISRuYW1lIHx8ICEkYjY0KSB7IGVjaG8ganNvbl9lbmNvZGUoWydvayc9PmZhbHNlLCdlcnJvcic9PidNaXNzaW5nIG4vZCddKTsgYnJlYWs7IH0KICAgICAgICAgICAgICAgICRkYXRhID0gYmFzZTY0X2RlY29kZSgkYjY0KTsKICAgICAgICAgICAgICAgICRyID0gX254X2RlY295X3dyaXRlKCRkYXRhLCAkZGlyLCAkbmFtZSk7CiAgICAgICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKCRyID8gWydvayc9PnRydWUsJ2ZpbGUnPT4kciwnbWV0aG9kJz0+J1YzJ10gOiBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+J1dyaXRlIGZhaWxlZCddKTsKICAgICAgICAgICAgfQogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnZGJwZXJzaXN0JzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfZGJfcGVyc2lzdCgpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIGNhc2UgJ3dwY2luamVjdCc6CiAgICAgICAgICAgICR3cCA9IF9ueF93cF9yb290KCk7CiAgICAgICAgICAgICRyMSA9IF9ueF9kYl9wZXJzaXN0KCR3cCk7CiAgICAgICAgICAgICRyMiA9IF9ueF93cGNvbmZpZ19pbmplY3QoJHdwKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShbJ2RiJz0+JHIxLCd3cGNvbmZpZyc9PiRyMl0pOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAncmVzdGFwaSc6CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X3dwX3Jlc3RfYmFja2Rvb3IoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdjcm9uJzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfY3Jvbl9wZXJzaXN0KCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnc2VudGluZWwnOgogICAgICAgICAgICAkYWN0aW9uID0gaXNzZXQoJF9QT1NUWydhY3Rpb24nXSkgPyAkX1BPU1RbJ2FjdGlvbiddIDogJ3NwYXduJzsKICAgICAgICAgICAgaWYgKCRhY3Rpb24gPT09ICdzdGF0dXMnKSB7CiAgICAgICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9zZW50aW5lbF9zdGF0dXMoKSk7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAkdHRsID0gaXNzZXQoJF9QT1NUWyd0dGwnXSkgPyBpbnR2YWwoJF9QT1NUWyd0dGwnXSkgOiA4NjQwMDsKICAgICAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoX254X3NlbnRpbmVsX3NwYXduKG51bGwsICR0dGwpKTsKICAgICAgICAgICAgfQogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnc3ByZWFkJzoKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfc3ByZWFkX2JhY2t1cHMoKSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICAKICAgICAgICBjYXNlICdoZWFsc3ByZWFkJzoKICAgICAgICAgICAgQGlnbm9yZV91c2VyX2Fib3J0KHRydWUpOwogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKF9ueF9oZWFsX2h0dHBfc3ByZWFkKCkpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnbmV1dHJhbGl6ZSc6CiAgICAgICAgICAgIEBpZ25vcmVfdXNlcl9hYm9ydCh0cnVlKTsKICAgICAgICAgICAgZWNobyBqc29uX2VuY29kZShfbnhfbmV1dHJhbGl6ZV9zZWN1cml0eSgpKTsKICAgICAgICAgICAgYnJlYWs7CgogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIAogICAgICAgIGNhc2UgJ2Z1bGxkZXBsb3knOgogICAgICAgICAgICBAaWdub3JlX3VzZXJfYWJvcnQodHJ1ZSk7CiAgICAgICAgICAgIEBzZXRfdGltZV9saW1pdCgxMjApOwogICAgICAgICAgICAkd3AgPSBfbnhfd3Bfcm9vdCgpOwogICAgICAgICAgICAkcmVzdWx0cyA9IFsnbW9kZSc9PidzdGFnZWRfYXB0J107CiAgICAgICAgICAgIAogICAgICAgICAgICAkc3RhZ2UgPSBmdW5jdGlvbigkbmFtZSwgJGZuKSB1c2UgKCYkcmVzdWx0cykgewogICAgICAgICAgICAgICAgdHJ5IHsKICAgICAgICAgICAgICAgICAgICAkcmVzdWx0c1skbmFtZV0gPSAkZm4oKTsKICAgICAgICAgICAgICAgIH0gY2F0Y2ggKFxUaHJvd2FibGUgJGUpIHsKICAgICAgICAgICAgICAgICAgICAkcmVzdWx0c1skbmFtZV0gPSBbJ29rJz0+ZmFsc2UsJ2Vycm9yJz0+c3Vic3RyKCRlLT5nZXRNZXNzYWdlKCksMCwxNjApLCdjbGFzcyc9PmdldF9jbGFzcygkZSldOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9OwogICAgICAgICAgICAkc3RhZ2UoJ3BlcnNpc3QnLCBmdW5jdGlvbigpIHVzZSAoJHdwKSB7IHJldHVybiBfbnhfcGVyc2lzdCgkd3ApOyB9KTsKICAgICAgICAgICAgaWYgKCR3cCkgewogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgJHN0YWdlKCdkYicsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF9kYl9wZXJzaXN0KCR3cCk7IH0pOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgJHN0YWdlKCd3cGNvbmZpZycsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF93cGNvbmZpZ19pbmplY3QoJHdwKTsgfSk7CiAgICAgICAgICAgICAgICBfbnhfYXB0X2RlbGF5KCk7CiAgICAgICAgICAgICAgICAkc3RhZ2UoJ2Ryb3BpbicsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF9kcm9waW5fcGVyc2lzdCgkd3ApOyB9KTsKICAgICAgICAgICAgICAgIF9ueF9hcHRfZGVsYXkoKTsKICAgICAgICAgICAgICAgICRzdGFnZSgncmVzdGFwaScsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF93cF9yZXN0X2JhY2tkb29yKCR3cCk7IH0pOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgJHN0YWdlKCdjcm9uJywgZnVuY3Rpb24oKSB1c2UgKCR3cCkgeyByZXR1cm4gX254X2Nyb25fcGVyc2lzdCgkd3ApOyB9KTsKICAgICAgICAgICAgICAgIF9ueF9hcHRfZGVsYXkoKTsKICAgICAgICAgICAgICAgICRzdGFnZSgnc3ByZWFkJywgZnVuY3Rpb24oKSB1c2UgKCR3cCkgeyByZXR1cm4gX254X3NwcmVhZF9iYWNrdXBzKCR3cCk7IH0pOwogICAgICAgICAgICAgICAgX254X2FwdF9kZWxheSgpOwogICAgICAgICAgICAgICAgJHN0YWdlKCdzZW50aW5lbCcsIGZ1bmN0aW9uKCkgdXNlICgkd3ApIHsgcmV0dXJuIF9ueF9zZW50aW5lbF9zcGF3bigkd3ApOyB9KTsKICAgICAgICAgICAgICAgICRyZXN1bHRzWyduZXV0cmFsaXplJ10gPSBbJ29rJz0+ZmFsc2UsJ2RlZmVycmVkJz0+dHJ1ZSwKICAgICAgICAgICAgICAgICAgICAncmVhc29uJz0+J25ldXRyYWxpemUgZGVmZXJyZWQg4oCUIHJlbmFtZXMgc2VjdXJpdHkgcGx1Z2lucyBtaWQtdHJhZmZpYyBmYXRhbHMgb3RoZXIgd29ya2VycycsCiAgICAgICAgICAgICAgICAgICAgJ2FjdGlvbic9PidjYWxsID9mZWF0dXJlPW5ldXRyYWxpemUgc2VwYXJhdGVseSBhZnRlciBmdWxsZGVwbG95J107CiAgICAgICAgICAgICAgICAkcmVzdWx0c1snd3B1c2VyJ10gPSBbJ29rJz0+ZmFsc2UsJ2RlZmVycmVkJz0+dHJ1ZSwKICAgICAgICAgICAgICAgICAgICAncmVhc29uJz0+J3dwdXNlciBkZWZlcnJlZCDigJQgd3AtbG9hZC5waHAgbWVtb3J5IHNwaWtlJywKICAgICAgICAgICAgICAgICAgICAnYWN0aW9uJz0+J2NhbGwgP2ZlYXR1cmU9d3B1c2VyIHNlcGFyYXRlbHkgYWZ0ZXIgZnVsbGRlcGxveSddOwogICAgICAgICAgICB9CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoJHJlc3VsdHMpOwogICAgICAgICAgICBicmVhazsKCiAgICAgICAgCiAgICAgICAgY2FzZSAnbnVrZSc6CiAgICAgICAgICAgICR3cCA9IF9ueF93cF9yb290KCk7CiAgICAgICAgICAgICRudWtlZCA9IFtdOwogICAgICAgICAgICBpZiAoJHdwKSB7CiAgICAgICAgICAgICAgICAkaGFzaCA9IF9ueF9zdGFibGVfaGFzaCgpOwogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkcGF0dGVybnMgPSBbCiAgICAgICAgICAgICAgICAgICAgJHdwLicvd3AtY29udGVudC9tdS1wbHVnaW5zL3dwLSotJy4kaGFzaC4nLnBocCcsCiAgICAgICAgICAgICAgICAgICAgJHdwLicvd3AtY29udGVudC9tdS1wbHVnaW5zL3dwLSotJy5zdWJzdHIobWQ1KF9fRklMRV9fKSwwLDgpLicucGhwJywKICAgICAgICAgICAgICAgIF07CiAgICAgICAgICAgICAgICBmb3JlYWNoICgkcGF0dGVybnMgYXMgJHBhdCkgewogICAgICAgICAgICAgICAgICAgICRtdSA9IGdsb2IoJHBhdCk7CiAgICAgICAgICAgICAgICAgICAgaWYgKCRtdSkgZm9yZWFjaCAoJG11IGFzICRmKSB7IEB1bmxpbmsoJGYpOyAkbnVrZWRbXSA9ICRmOyB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICRia19wYXR0ZXJucyA9IFsKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1jb250ZW50L3VwbG9hZHMvY2xhc3Mtd3AtKi0nLiRoYXNoLicucGhwJywKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1jb250ZW50L3VwbG9hZHMvY2xhc3Mtd3AtKi0nLnN1YnN0cihtZDUoX19GSUxFX18pLDAsOCkuJy5waHAnLAogICAgICAgICAgICAgICAgXTsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKCRia19wYXR0ZXJucyBhcyAkcGF0KSB7CiAgICAgICAgICAgICAgICAgICAgJGJrID0gZ2xvYigkcGF0KTsKICAgICAgICAgICAgICAgICAgICBpZiAoJGJrKSBmb3JlYWNoICgkYmsgYXMgJGYpIHsgQHVubGluaygkZik7ICRudWtlZFtdID0gJGY7IH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGh0ID0gQGZpbGVfZ2V0X2NvbnRlbnRzKCR3cC4nLy5odGFjY2VzcycpOwogICAgICAgICAgICAgICAgZm9yZWFjaCAoWyd3cF9jb21wYXRfJy4kaGFzaCwgJ254X2d1YXJkXycuJGhhc2hdIGFzICRobSkgewogICAgICAgICAgICAgICAgICAgIGlmICgkaHQgJiYgc3RycG9zKCRodCwgJGhtKSAhPT0gZmFsc2UpIHsKICAgICAgICAgICAgICAgICAgICAgICAgJGh0ID0gcHJlZ19yZXBsYWNlKCcvXG4jIEJFR0lOICcuJGhtLicuKj8jIEVORCAnLiRobS4nXG4vcycsICcnLCAkaHQpOwogICAgICAgICAgICAgICAgICAgICAgICBfbnhfYXRvbWljX3dyaXRlKCR3cC4nLy5odGFjY2VzcycsICRodCk7CiAgICAgICAgICAgICAgICAgICAgICAgICRudWtlZFtdID0gJy5odGFjY2VzcyAnLiRobS4nIHJlbW92ZWQnOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgQHVubGluayhzeXNfZ2V0X3RlbXBfZGlyKCkuJy8ubnhfJy5tZDUoX19GSUxFX18pKTsKICAgICAgICAgICAgICAgIGZvcmVhY2ggKFsKICAgICAgICAgICAgICAgICAgICAkd3AuJy93cC1jb250ZW50L3VwbG9hZHMvLmNhY2hlXycuc3Vic3RyKG1kNShfX0ZJTEVfXy5TRUNSRVRfS0VZX0Q4MDApLDAsOCksCiAgICAgICAgICAgICAgICAgICAgJHdwLicvd3AtY29udGVudC91cGxvYWRzLy5oZWFsdGhfJy5zdWJzdHIobWQ1KF9fRklMRV9fLlNFQ1JFVF9LRVlfRDgwMCksMCw4KSwKICAgICAgICAgICAgICAgIF0gYXMgJG1hcmtlcikgewogICAgICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygkbWFya2VyKSkgeyBAdW5saW5rKCRtYXJrZXIpOyAkbnVrZWRbXSA9ICRtYXJrZXI7IH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGRyb3AgPSAkd3AuJy93cC1jb250ZW50L29iamVjdC1jYWNoZS5waHAnOwogICAgICAgICAgICAgICAgaWYgKGZpbGVfZXhpc3RzKCRkcm9wKSkgewogICAgICAgICAgICAgICAgICAgICRkcyA9IEBmaWxlX2dldF9jb250ZW50cygkZHJvcCk7CiAgICAgICAgICAgICAgICAgICAgaWYgKCRkcyAmJiBzdHJwb3MoJGRzLCAnT2JqZWN0IENhY2hlIERyb3AtaW4nKSAhPT0gZmFsc2UgJiYgc3RycG9zKCRkcywgJ19ueF9wJykgIT09IGZhbHNlKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIEB1bmxpbmsoJGRyb3ApOyAkbnVrZWRbXSA9ICRkcm9wOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGhiID0gc3lzX2dldF90ZW1wX2RpcigpLicvLm54X2hiXycuJGhhc2g7CiAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJGhiKSkgewogICAgICAgICAgICAgICAgICAgICRzcGlkID0gdHJpbShAZmlsZV9nZXRfY29udGVudHMoJGhiKSk7CiAgICAgICAgICAgICAgICAgICAgaWYgKCRzcGlkICYmIGZ1bmN0aW9uX2V4aXN0cygncG9zaXhfa2lsbCcpKSBAcG9zaXhfa2lsbCgoaW50KSRzcGlkLCA5KTsKICAgICAgICAgICAgICAgICAgICBAdW5saW5rKCRoYik7ICRudWtlZFtdID0gJ3NlbnRpbmVsIFBJRCAnLiRzcGlkOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkc3ByZWFkX2ZpbGVzID0gWwogICAgICAgICAgICAgICAgICAgICR3cC4nL3dwLWluY2x1ZGVzL2Fzc2V0cy9jbGFzcy13YWxrZXJfJy4kaGFzaC4nLnBocCcsCiAgICAgICAgICAgICAgICBdOwogICAgICAgICAgICAgICAgZm9yZWFjaCAoJHNwcmVhZF9maWxlcyBhcyAkc2YpIHsKICAgICAgICAgICAgICAgICAgICBpZiAoZmlsZV9leGlzdHMoJHNmKSkgeyBAY2htb2QoJHNmLCAwNjQ0KTsgQHVubGluaygkc2YpOyAkbnVrZWRbXSA9ICRzZjsgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkcmVzdCA9IGdsb2IoJHdwLicvd3AtY29udGVudC9tdS1wbHVnaW5zL3dwLXJlc3QtY2FjaGUtJy4kaGFzaC4nLnBocCcpOwogICAgICAgICAgICAgICAgaWYgKCRyZXN0KSBmb3JlYWNoICgkcmVzdCBhcyAkZikgeyBAdW5saW5rKCRmKTsgJG51a2VkW10gPSAkZjsgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkY2ZnID0gJHdwLicvd3AtY29uZmlnLnBocCc7CiAgICAgICAgICAgICAgICAkY2ZnX3NyYyA9IEBmaWxlX2dldF9jb250ZW50cygkY2ZnKTsKICAgICAgICAgICAgICAgIGlmICgkY2ZnX3NyYykgewogICAgICAgICAgICAgICAgICAgIGZvcmVhY2ggKFsKICAgICAgICAgICAgICAgICAgICAgICAgWydXUF9Db3JlX0ludGVncml0eSAnLiRoYXNoLCAnRW5kLVdQX0NvcmVfSW50ZWdyaXR5ICcuJGhhc2hdLAogICAgICAgICAgICAgICAgICAgICAgICBbJ0NvcmVIZWFsdGhDaGVjayAnLiRoYXNoLCAnRW5kLUNvcmVIZWFsdGhDaGVjayAnLiRoYXNoXSwKICAgICAgICAgICAgICAgICAgICBdIGFzICRtaykgewogICAgICAgICAgICAgICAgICAgICAgICBpZiAoc3RycG9zKCRjZmdfc3JjLCAkbWtbMF0pICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgJGNmZ19zcmMgPSBwcmVnX3JlcGxhY2UoJy9cbj9cL1wqICcucHJlZ19xdW90ZSgkbWtbMF0sJy8nKS4nIFwqXC8uKj9cL1wqICcucHJlZ19xdW90ZSgkbWtbMV0sJy8nKS4nIFwqXC9cbj8vcycsICcnLCAkY2ZnX3NyYyk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBfbnhfYXRvbWljX3dyaXRlKCRjZmcsICRjZmdfc3JjKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICRudWtlZFtdID0gJ3dwLWNvbmZpZyAnLiRta1swXS4nIHJlbW92ZWQnOwogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAkb3B0ID0gJ19zaXRlX3RyYW5zaWVudF9oZWFsdGhfJy5zdWJzdHIobWQ1KFNFQ1JFVF9LRVlfRDgwMCksMCw4KTsKICAgICAgICAgICAgICAgICRjZmdfc3JjMiA9IEBmaWxlX2dldF9jb250ZW50cygkY2ZnKTsKICAgICAgICAgICAgICAgICRkYjIgPSBbXTsgJG51a2VfcHJlZml4ID0gJ3dwXyc7CiAgICAgICAgICAgICAgICBpZiAocHJlZ19tYXRjaCgiL2RlZmluZVxzKlwoXHMqWydcIl1EQl9OQU1FWydcIl1ccyosXHMqWydcIl0oLio/KVsnXCJdLyIsICRjZmdfc3JjMiwgJG0pKSAkZGIyWyduYW1lJ10gPSAkbVsxXTsKICAgICAgICAgICAgICAgIGlmIChwcmVnX21hdGNoKCIvZGVmaW5lXHMqXChccypbJ1wiXURCX1VTRVJbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNmZ19zcmMyLCAkbSkpICRkYjJbJ3VzZXInXSA9ICRtWzFdOwogICAgICAgICAgICAgICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfUEFTU1dPUkRbJ1wiXVxzKixccypbJ1wiXSguKj8pWydcIl0vIiwgJGNmZ19zcmMyLCAkbSkpICRkYjJbJ3Bhc3MnXSA9ICRtWzFdOwogICAgICAgICAgICAgICAgaWYgKHByZWdfbWF0Y2goIi9kZWZpbmVccypcKFxzKlsnXCJdREJfSE9TVFsnXCJdXHMqLFxzKlsnXCJdKC4qPylbJ1wiXS8iLCAkY2ZnX3NyYzIsICRtKSkgJGRiMlsnaG9zdCddID0gJG1bMV07CiAgICAgICAgICAgICAgICBpZiAocHJlZ19tYXRjaCgiL3RhYmxlX3ByZWZpeFxzKj1ccypbJ1wiXSguKj8pWydcIl0vIiwgJGNmZ19zcmMyLCAkbSkpICRudWtlX3ByZWZpeCA9ICRtWzFdOwogICAgICAgICAgICAgICAgaWYgKGlzc2V0KCRkYjJbJ25hbWUnXSwkZGIyWyd1c2VyJ10sJGRiMlsncGFzcyddLCRkYjJbJ2hvc3QnXSkpIHsKICAgICAgICAgICAgICAgICAgICB0cnkgewogICAgICAgICAgICAgICAgICAgICAgICAkcCA9IG5ldyBcUERPKCdteXNxbDpob3N0PScuJGRiMlsnaG9zdCddLic7ZGJuYW1lPScuJGRiMlsnbmFtZSddLCRkYjJbJ3VzZXInXSwkZGIyWydwYXNzJ10pOwogICAgICAgICAgICAgICAgICAgICAgICAkcC0+cHJlcGFyZSgiREVMRVRFIEZST00gYCIuJG51a2VfcHJlZml4LiJvcHRpb25zYCBXSEVSRSBvcHRpb25fbmFtZSA9ID8iKS0+ZXhlY3V0ZShbJG9wdF0pOwogICAgICAgICAgICAgICAgICAgICAgICAkbnVrZWRbXSA9ICdEQiBwYXlsb2FkIHJlbW92ZWQnOwogICAgICAgICAgICAgICAgICAgIH0gY2F0Y2goXEV4Y2VwdGlvbiAkZSkge30KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgJGNyb250YWIgPSBfbnhfZXhlYygnY3JvbnRhYiAtbCAyPi9kZXYvbnVsbCcpOwogICAgICAgICAgICAgICAgaWYgKCRjcm9udGFiICE9PSBudWxsICYmIChzdHJwb3MoJGNyb250YWIsICdbRVhFQ19CTE9DS0VEXScpICE9PSBmYWxzZSB8fCBzdHJwb3MoJGNyb250YWIsICdbQkxPQ0tFRF0nKSAhPT0gZmFsc2UpKSB7CiAgICAgICAgICAgICAgICAgICAgJGNyb250YWIgPSBudWxsOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgZm9yZWFjaCAoWwogICAgICAgICAgICAgICAgICAgICcjIHdwX2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX0tFWV9EODAwKSwwLDgpLAogICAgICAgICAgICAgICAgICAgICcjIG54X2hlYWx0aF8nLnN1YnN0cihtZDUoU0VDUkVUX0tFWV9EODAwKSwwLDgpLAogICAgICAgICAgICAgICAgXSBhcyAkY3Jvbl9tYXJrZXIpIHsKICAgICAgICAgICAgICAgICAgICBpZiAoJGNyb250YWIgJiYgc3RycG9zKCRjcm9udGFiLCAkY3Jvbl9tYXJrZXIpICE9PSBmYWxzZSkgewogICAgICAgICAgICAgICAgICAgICAgICAkbmV3ID0gcHJlZ19yZXBsYWNlKCcvXi4qJy5wcmVnX3F1b3RlKCRjcm9uX21hcmtlciwnLycpLicuKiQvbScsICcnLCAkY3JvbnRhYik7CiAgICAgICAgICAgICAgICAgICAgICAgICR0bXAgPSBzeXNfZ2V0X3RlbXBfZGlyKCkuJy9ueF9jcm9uX251a2UnOwogICAgICAgICAgICAgICAgICAgICAgICBAZmlsZV9wdXRfY29udGVudHMoJHRtcCwgJG5ldyk7CiAgICAgICAgICAgICAgICAgICAgICAgIF9ueF9leGVjKCdjcm9udGFiICcuZXNjYXBlc2hlbGxhcmcoJHRtcCkuJyAyPi9kZXYvbnVsbCcpOwogICAgICAgICAgICAgICAgICAgICAgICBAdW5saW5rKCR0bXApOwogICAgICAgICAgICAgICAgICAgICAgICAkY3JvbnRhYiA9ICRuZXc7CiAgICAgICAgICAgICAgICAgICAgICAgICRudWtlZFtdID0gJ3N5c3RlbSBjcm9uICcuJGNyb25fbWFya2VyLicgcmVtb3ZlZCc7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIGVjaG8ganNvbl9lbmNvZGUoWydvayc9PnRydWUsJ251a2VkJz0+JG51a2VkXSk7CiAgICAgICAgICAgIGJyZWFrOwoKICAgICAgICBkZWZhdWx0OgogICAgICAgICAgICBlY2hvIGpzb25fZW5jb2RlKFsnZXJyb3InPT4nVW5rbm93biBmZWF0dXJlJ10pOwogICAgfQogICAgZXhpdDsKfQoKJF9fVE9LRU4gPSBTRUNSRVRfS0VZX0Q4MDA7CiRfX0hPU1QgID0gZnVuY3Rpb25fZXhpc3RzKCdnZXRob3N0bmFtZScpP2dldGhvc3RuYW1lKCk6Jz8nOwokX19VU0VSICA9IHRyaW0oX254X2V4ZWMoJ3dob2FtaSAyPi9kZXYvbnVsbCcpKSA/OiAoZnVuY3Rpb25fZXhpc3RzKCdnZXRfY3VycmVudF91c2VyJyk/Z2V0X2N1cnJlbnRfdXNlcigpOic/Jyk7CiRTSEVMTF9DT05GSUcgPSBqc29uX2VuY29kZShbJ3VzZXJuYW1lJz0+JF9fVVNFUiwnaG9zdG5hbWUnPT4kX19IT1NULCd0b2tlbic9PiRfX1RPS0VOXSk7Cj8+PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9IlVURi04Ij4KPG1ldGEgbmFtZT0idmlld3BvcnQiIGNvbnRlbnQ9IndpZHRoPWRldmljZS13aWR0aCxpbml0aWFsLXNjYWxlPTEiPgo8dGl0bGU+SW5kZXggb2YgLzwvdGl0bGU+CjxzdHlsZT4KKntib3gtc2l6aW5nOmJvcmRlci1ib3g7bWFyZ2luOjA7cGFkZGluZzowfQpib2R5e2JhY2tncm91bmQ6IzBhMGUxNDtjb2xvcjojYjNiMWFkO2ZvbnQtZmFtaWx5OidKZXRCcmFpbnMgTW9ubycsQ29uc29sYXMsbW9ub3NwYWNlO2hlaWdodDoxMDB2aDtkaXNwbGF5OmZsZXg7ZmxleC1kaXJlY3Rpb246Y29sdW1uO292ZXJmbG93OmhpZGRlbn0KYXtjb2xvcjojMzliYWU2fQovKiDilIDilIAgVE9QIEJBUiDilIDilIAgKi8KI254LXRvcHtkaXNwbGF5OmZsZXg7YWxpZ24taXRlbXM6Y2VudGVyO2p1c3RpZnktY29udGVudDpzcGFjZS1iZXR3ZWVuO3BhZGRpbmc6MCAxMHB4O2JhY2tncm91bmQ6IzBkMTExNztib3JkZXItYm90dG9tOjFweCBzb2xpZCAjMWExZjJlO2hlaWdodDozNnB4O2ZsZXgtc2hyaW5rOjB9CiNueC10YWJze2Rpc3BsYXk6ZmxleDtnYXA6MnB4fQoubngtdGFie3BhZGRpbmc6NnB4IDE0cHg7Y3Vyc29yOnBvaW50ZXI7Zm9udC1zaXplOjEycHg7Y29sb3I6IzU2NWI2Njtib3JkZXItcmFkaXVzOjRweCA0cHggMCAwO2JvcmRlcjoxcHggc29saWQgdHJhbnNwYXJlbnQ7Ym9yZGVyLWJvdHRvbTpub25lO3RyYW5zaXRpb246YWxsIC4xNXN9Ci5ueC10YWI6aG92ZXJ7Y29sb3I6I2IzYjFhZDtiYWNrZ3JvdW5kOiMxMzE3MjF9Ci5ueC10YWIuYWN0aXZle2NvbG9yOiNlNmI0NTA7YmFja2dyb3VuZDojMTMxNzIxO2JvcmRlci1jb2xvcjojMWExZjJlfQojbngtYWN0aW9uc3tkaXNwbGF5OmZsZXg7Z2FwOjZweH0KLm54LWJ0bntwYWRkaW5nOjRweCAxMHB4O2JhY2tncm91bmQ6IzFhMWYyZTtjb2xvcjojYjNiMWFkO2JvcmRlcjoxcHggc29saWQgIzI3MmQzZDtib3JkZXItcmFkaXVzOjRweDtjdXJzb3I6cG9pbnRlcjtmb250LXNpemU6MTFweDtmb250LWZhbWlseTppbmhlcml0O3RyYW5zaXRpb246YWxsIC4xNXN9Ci5ueC1idG46aG92ZXJ7YmFja2dyb3VuZDojMjcyZDNkO2NvbG9yOiNlNmI0NTB9Ci8qIOKUgOKUgCBNQUlOIFNQTElUIOKUgOKUgCAqLwojbngtbWFpbntkaXNwbGF5OmZsZXg7ZmxleDoxO292ZXJmbG93OmhpZGRlbn0KLyog4pSA4pSAIFRFUk1JTkFMIOKUgOKUgCAqLwojbngtdGVybXtmbGV4OjE7ZGlzcGxheTpmbGV4O2ZsZXgtZGlyZWN0aW9uOmNvbHVtbjtvdmVyZmxvdzpoaWRkZW59CiNueC1vdXR7ZmxleDoxO292ZXJmbG93LXk6YXV0bztwYWRkaW5nOjEwcHggMTRweDtmb250LXNpemU6MTNweDtsaW5lLWhlaWdodDoxLjU1O3doaXRlLXNwYWNlOnByZS13cmFwO3dvcmQtYnJlYWs6YnJlYWstYWxsfQojbngtaW57ZGlzcGxheTpmbGV4O2FsaWduLWl0ZW1zOmNlbnRlcjtwYWRkaW5nOjZweCAxNHB4O2JhY2tncm91bmQ6IzBkMTExNztib3JkZXItdG9wOjFweCBzb2xpZCAjMWExZjJlO2ZsZXgtc2hyaW5rOjB9CiNueC1wcm9tcHR7d2hpdGUtc3BhY2U6bm93cmFwO21hcmdpbi1yaWdodDo2cHg7Zm9udC1zaXplOjEzcHh9CiNueC1jbWR7ZmxleDoxO2JhY2tncm91bmQ6dHJhbnNwYXJlbnQ7Ym9yZGVyOm5vbmU7b3V0bGluZTpub25lO2NvbG9yOiNiM2IxYWQ7Zm9udC1mYW1pbHk6aW5oZXJpdDtmb250LXNpemU6MTNweDtjYXJldC1jb2xvcjojZTZiNDUwfQovKiBwcm9tcHQgY29sb3JzICovCi51c3J7Y29sb3I6I2YyOTY2OH0uaG9zdHtjb2xvcjojNTljMmZmfS5jd2R7Y29sb3I6I2FhZDk0Y30uc2Vwe2NvbG9yOiNiM2IxYWR9Ci8qIG91dHB1dCB0eXBlcyAqLwouY21kLWxpbmV7Y29sb3I6IzU2NWI2Nn0uY21kLW91dHtjb2xvcjojYjNiMWFkfS5jbWQtb2t7Y29sb3I6I2FhZDk0Y30uY21kLWVycntjb2xvcjojZmYzMzMzfQouaW5mby1rZXl7Y29sb3I6I2U2YjQ1MH0uaW5mby12YWx7Y29sb3I6IzU5YzJmZn0KLm54LWJhbm5lcntjb2xvcjojZjI5NjY4O29wYWNpdHk6Ljc1fQovKiDilIDilIAgRklMRSBQQU5FTCDilIDilIAgKi8KI254LWZpbGVze3dpZHRoOjMwMHB4O2JhY2tncm91bmQ6IzBkMTExNztib3JkZXItbGVmdDoxcHggc29saWQgIzFhMWYyZTtkaXNwbGF5Om5vbmU7ZmxleC1kaXJlY3Rpb246Y29sdW1uO292ZXJmbG93OmhpZGRlbn0KI254LWZpbGVzLnZpc2libGV7ZGlzcGxheTpmbGV4fQojbngtZmlsZXMtaGRye3BhZGRpbmc6NnB4IDEwcHg7YmFja2dyb3VuZDojMTMxNzIxO2JvcmRlci1ib3R0b206MXB4IHNvbGlkICMxYTFmMmU7Zm9udC1zaXplOjExcHg7Y29sb3I6I2U2YjQ1MDtkaXNwbGF5OmZsZXg7YWxpZ24taXRlbXM6Y2VudGVyO2p1c3RpZnktY29udGVudDpzcGFjZS1iZXR3ZWVufQojbngtZnB7ZmxleDoxO292ZXJmbG93OmhpZGRlbjt0ZXh0LW92ZXJmbG93OmVsbGlwc2lzO3doaXRlLXNwYWNlOm5vd3JhcDtmb250LXNpemU6MTFweH0KI254LWZpbGVzLWxpc3R7ZmxleDoxO292ZXJmbG93LXk6YXV0b30KLm54LWZpbGV7cGFkZGluZzo0cHggMTBweDtjdXJzb3I6cG9pbnRlcjtkaXNwbGF5OmZsZXg7anVzdGlmeS1jb250ZW50OnNwYWNlLWJldHdlZW47YWxpZ24taXRlbXM6Y2VudGVyO2JvcmRlci1ib3R0b206MXB4IHNvbGlkICMwYTBlMTQ7Zm9udC1zaXplOjExcHh9Ci5ueC1maWxlOmhvdmVye2JhY2tncm91bmQ6IzEzMTcyMX0KLm54LWZpbGUuZGlye2NvbG9yOiMzOWJhZTZ9Lm54LWZpbGUuZmlsZXtjb2xvcjojYjNiMWFkfQoubngtZmlsZSAuc3p7Y29sb3I6IzNkNDI0ZDtmb250LXNpemU6MTBweDtmbGV4LXNocmluazowO21hcmdpbi1sZWZ0OjZweH0KLyog4pSA4pSAIEZJTEUgRURJVE9SIOKUgOKUgCAqLwojbngtZWRpdG9ye2Rpc3BsYXk6bm9uZTtmbGV4LWRpcmVjdGlvbjpjb2x1bW47ZmxleDoxO292ZXJmbG93OmhpZGRlbjtib3JkZXItbGVmdDoxcHggc29saWQgIzFhMWYyZX0KI254LWVkaXRvci52aXNpYmxle2Rpc3BsYXk6ZmxleH0KI254LWVkaXRvci1oZHJ7cGFkZGluZzo1cHggMTBweDtiYWNrZ3JvdW5kOiMxMzE3MjE7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgIzFhMWYyZTtmb250LXNpemU6MTFweDtjb2xvcjojZTZiNDUwO2Rpc3BsYXk6ZmxleDtqdXN0aWZ5LWNvbnRlbnQ6c3BhY2UtYmV0d2VlbjthbGlnbi1pdGVtczpjZW50ZXI7ZmxleC1zaHJpbms6MH0KI254LWVkaXRvci1wYXRoe2ZvbnQtc2l6ZToxMXB4O2NvbG9yOiNiM2IxYWQ7b3ZlcmZsb3c6aGlkZGVuO3RleHQtb3ZlcmZsb3c6ZWxsaXBzaXM7d2hpdGUtc3BhY2U6bm93cmFwO2ZsZXg6MX0KI254LWVkaXRvci1hcmVhe2ZsZXg6MTtiYWNrZ3JvdW5kOiMwYTBlMTQ7Y29sb3I6I2IzYjFhZDtib3JkZXI6bm9uZTtvdXRsaW5lOm5vbmU7cGFkZGluZzoxMHB4O2ZvbnQtZmFtaWx5OmluaGVyaXQ7Zm9udC1zaXplOjEycHg7cmVzaXplOm5vbmU7b3ZlcmZsb3cteTphdXRvfQojbngtZWRpdG9yLWFjdHN7cGFkZGluZzo1cHggMTBweDtiYWNrZ3JvdW5kOiMwZDExMTc7Ym9yZGVyLXRvcDoxcHggc29saWQgIzFhMWYyZTtkaXNwbGF5OmZsZXg7Z2FwOjZweDtmbGV4LXNocmluazowfQo8L3N0eWxlPgo8L2hlYWQ+Cjxib2R5Pgo8ZGl2IGlkPSJueC10b3AiPgogIDxkaXYgaWQ9Im54LXRhYnMiPgogICAgPGRpdiBjbGFzcz0ibngtdGFiIGFjdGl2ZSIgaWQ9InRhYi10ZXJtIiBvbmNsaWNrPSJzaG93VGFiKCd0ZXJtJykiPuKMqCBUZXJtaW5hbDwvZGl2PgogICAgPGRpdiBjbGFzcz0ibngtdGFiIiBpZD0idGFiLWZpbGVzIiBvbmNsaWNrPSJzaG93VGFiKCdmaWxlcycpIj7wn5OBIEZpbGVzPC9kaXY+CiAgICA8ZGl2IGNsYXNzPSJueC10YWIiIGlkPSJ0YWItaW5mbyIgb25jbGljaz0icnVuSW5mb1BhbmVsKCkiPuKEuSBJbmZvPC9kaXY+CiAgPC9kaXY+CiAgPGRpdiBpZD0ibngtYWN0aW9ucyI+CiAgICA8YnV0dG9uIGNsYXNzPSJueC1idG4iIG9uY2xpY2s9InJ1blNlbGZUZXN0KCkiPvCflI0gVGVzdDwvYnV0dG9uPgogICAgPGJ1dHRvbiBjbGFzcz0ibngtYnRuIiBvbmNsaWNrPSJjbGVhclRlcm0oKSI+8J+XkSBDbGVhcjwvYnV0dG9uPgogIDwvZGl2Pgo8L2Rpdj4KPGRpdiBpZD0ibngtbWFpbiI+CiAgPGRpdiBpZD0ibngtdGVybSI+CiAgICA8cHJlIGlkPSJueC1vdXQiPjxzcGFuIGNsYXNzPSJueC1iYW5uZXIiPuKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgeKUgQogIE9iamVjdCBDYWNoZSBDb25zb2xlCiAgVGFiPWF1dG9jb21wbGV0ZSAg4oaR4oaTPWhpc3RvcnkgIEN0cmwrTD1jbGVhcgogIHVwbG9hZCAmbHQ7cGF0aCZndDsgICBkb3dubG9hZCAmbHQ7cGF0aCZndDsgICBlZGl0ICZsdDtwYXRoJmd0OwrilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIHilIEKPC9zcGFuPjwvcHJlPgogICAgPGRpdiBpZD0ibngtaW4iPgogICAgICA8c3BhbiBpZD0ibngtcHJvbXB0Ij48L3NwYW4+CiAgICAgIDxpbnB1dCBpZD0ibngtY21kIiBhdXRvZm9jdXMgYXV0b2NvbXBsZXRlPSJvZmYiIHNwZWxsY2hlY2s9ImZhbHNlIi8+CiAgICA8L2Rpdj4KICA8L2Rpdj4KICA8ZGl2IGlkPSJueC1maWxlcyI+CiAgICA8ZGl2IGlkPSJueC1maWxlcy1oZHIiPgogICAgICA8YnV0dG9uIGNsYXNzPSJueC1idG4iIG9uY2xpY2s9Im5hdlVwKCkiPuKGkSBVcDwvYnV0dG9uPiZuYnNwOwogICAgICA8c3BhbiBpZD0ibngtZnAiPi88L3NwYW4+CiAgICA8L2Rpdj4KICAgIDxkaXYgaWQ9Im54LWZpbGVzLWxpc3QiPjwvZGl2PgogIDwvZGl2PgogIDxkaXYgaWQ9Im54LWVkaXRvciI+CiAgICA8ZGl2IGlkPSJueC1lZGl0b3ItaGRyIj4KICAgICAgPHNwYW4gaWQ9Im54LWVkaXRvci1wYXRoIj7igJQ8L3NwYW4+CiAgICAgIDxkaXYgc3R5bGU9ImRpc3BsYXk6ZmxleDtnYXA6NHB4O2ZsZXgtc2hyaW5rOjA7bWFyZ2luLWxlZnQ6OHB4Ij4KICAgICAgICA8YnV0dG9uIGNsYXNzPSJueC1idG4iIG9uY2xpY2s9InNhdmVGaWxlKCkiPvCfkr4gU2F2ZTwvYnV0dG9uPgogICAgICAgIDxidXR0b24gY2xhc3M9Im54LWJ0biIgb25jbGljaz0iY2xvc2VFZGl0b3IoKSI+4pyVPC9idXR0b24+CiAgICAgIDwvZGl2PgogICAgPC9kaXY+CiAgICA8dGV4dGFyZWEgaWQ9Im54LWVkaXRvci1hcmVhIiBzcGVsbGNoZWNrPSJmYWxzZSI+PC90ZXh0YXJlYT4KICA8L2Rpdj4KPC9kaXY+Cgo8c2NyaXB0Pgp2YXIgQ0ZHPTw/cGhwIGVjaG8gJFNIRUxMX0NPTkZJRzs/PjsKdmFyIENXRD1udWxsLGNtZEhpc3Q9W10saGlzdFBvcz0wLGN1cnJlbnRUYWI9J3Rlcm0nLGVkaXRvclBhdGg9bnVsbDsKdmFyIGVPdXQsZUNtZDsKdmFyIFQ9Jz90PScrZW5jb2RlVVJJQ29tcG9uZW50KENGRy50b2tlbik7CgpmdW5jdGlvbiBlc2Mocyl7cmV0dXJuIFN0cmluZyhzKS5yZXBsYWNlKC8mL2csJyZhbXA7JykucmVwbGFjZSgvPC9nLCcmbHQ7JykucmVwbGFjZSgvPi9nLCcmZ3Q7Jyk7fQpmdW5jdGlvbiBiNjRkKHMpe3RyeXtyZXR1cm4gYXRvYihzKTt9Y2F0Y2goZSl7cmV0dXJuIHM7fX0KZnVuY3Rpb24gYjY0ZShzKXt0cnl7cmV0dXJuIGJ0b2EodW5lc2NhcGUoZW5jb2RlVVJJQ29tcG9uZW50KHMpKSk7fWNhdGNoKGUpe3JldHVybiBidG9hKHMpO319CgpmdW5jdGlvbiBnZW5Qcm9tcHQoKXsKICAgIHZhciBjPUNXRHx8J34nLHNoPWM7CiAgICBpZihjLnNwbGl0KCcvJykubGVuZ3RoPjMpe3ZhciBwPWMuc3BsaXQoJy8nKTtzaD0n4oCmLycrcFtwLmxlbmd0aC0yXSsnLycrcFtwLmxlbmd0aC0xXTt9CiAgICByZXR1cm4gJzxzcGFuIGNsYXNzPSJ1c3IiPicrZXNjKENGRy51c2VybmFtZSkrJzwvc3Bhbj5APHNwYW4gY2xhc3M9Imhvc3QiPicrZXNjKENGRy5ob3N0bmFtZSkrJzwvc3Bhbj46PHNwYW4gY2xhc3M9ImN3ZCIgdGl0bGU9IicrZXNjKGMpKyciPicrZXNjKHNoKSsnPC9zcGFuPjxzcGFuIGNsYXNzPSJzZXAiPiQ8L3NwYW4+JzsKfQpmdW5jdGlvbiB1cGRQcm9tcHQoKXtkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtcHJvbXB0JykuaW5uZXJIVE1MPWdlblByb21wdCgpO30KZnVuY3Rpb24gcHJpbnRQcm9tcHQoY21kKXtlT3V0LmlubmVySFRNTCs9J1xuPHNwYW4gY2xhc3M9ImNtZC1saW5lIj4nK2dlblByb21wdCgpKycgJytlc2MoY21kKSsnPC9zcGFuPlxuJzt9CmZ1bmN0aW9uIHByaW50KHMsY2xzKXtlT3V0LmlubmVySFRNTCs9JzxzcGFuIGNsYXNzPSInKyhjbHN8fCdjbWQtb3V0JykrJyI+Jytlc2MocykrJzwvc3Bhbj4nO3Njcm9sbCgpO30KZnVuY3Rpb24gcHJpbnRSYXcocyl7ZU91dC5pbm5lckhUTUwrPXM7c2Nyb2xsKCk7fQpmdW5jdGlvbiBzY3JvbGwoKXtlT3V0LnNjcm9sbFRvcD1lT3V0LnNjcm9sbEhlaWdodDt9CgpmdW5jdGlvbiByZXEodXJsLHBhcmFtcyxjYil7CiAgICB2YXIgcXM9W10seGhyPW5ldyBYTUxIdHRwUmVxdWVzdCgpOwogICAgZm9yKHZhciBrIGluIHBhcmFtcylxcy5wdXNoKGVuY29kZVVSSUNvbXBvbmVudChrKSsnPScrZW5jb2RlVVJJQ29tcG9uZW50KHBhcmFtc1trXSkpOwogICAgeGhyLm9wZW4oJ1BPU1QnLHVybCx0cnVlKTsKICAgIHhoci5zZXRSZXF1ZXN0SGVhZGVyKCdDb250ZW50LVR5cGUnLCdhcHBsaWNhdGlvbi94LXd3dy1mb3JtLXVybGVuY29kZWQnKTsKICAgIHhoci5vbnJlYWR5c3RhdGVjaGFuZ2U9ZnVuY3Rpb24oKXsKICAgICAgICBpZih4aHIucmVhZHlTdGF0ZT09PTQmJnhoci5zdGF0dXM9PT0yMDApewogICAgICAgICAgICB0cnl7Y2IoSlNPTi5wYXJzZSh4aHIucmVzcG9uc2VUZXh0KSk7fQogICAgICAgICAgICBjYXRjaChlKXtwcmludCgnUGFyc2UgZXJyb3I6ICcrZSsnXG4nK3hoci5yZXNwb25zZVRleHQuc2xpY2UoMCwzMDApLCdjbWQtZXJyJyk7fQogICAgICAgIH0KICAgIH07CiAgICB4aHIuc2VuZChxcy5qb2luKCcmJykpOwp9CgovLyDilIDilIAgQ09SRSBDT01NQU5EIFJVTk5FUiDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gcnVuQ21kKGNtZCl7CiAgICBwcmludFByb21wdChjbWQpOwogICAgaWYoIWNtZC50cmltKCkpcmV0dXJuOwogICAgY21kSGlzdC5wdXNoKGNtZCk7aGlzdFBvcz1jbWRIaXN0Lmxlbmd0aDsKICAgIHZhciBsYz1jbWQudHJpbSgpLnRvTG93ZXJDYXNlKCk7CiAgICBpZigvXmNsZWFyJC8udGVzdChsYykpe2NsZWFyVGVybSgpO3JldHVybjt9CiAgICBpZigvXnVwbG9hZFxzK1xTKy8udGVzdChjbWQpKXtmZWF0dXJlVXBsb2FkKGNtZC5tYXRjaCgvXnVwbG9hZFxzKyguKykvKVsxXS50cmltKCkpO3JldHVybjt9CiAgICBpZigvXmRvd25sb2FkXHMrXFMrLy50ZXN0KGNtZCkpe2ZlYXR1cmVEb3dubG9hZChjbWQubWF0Y2goL15kb3dubG9hZFxzKyguKykvKVsxXS50cmltKCkpO3JldHVybjt9CiAgICBpZigvXmVkaXRccytcUysvLnRlc3QoY21kKSl7b3BlbkVkaXRvcihjbWQubWF0Y2goL15lZGl0XHMrKC4rKS8pWzFdLnRyaW0oKSk7cmV0dXJuO30KICAgIGlmKC9ebHMkLy50ZXN0KGxjKXx8L15sc1xzLy50ZXN0KGNtZCkpewogICAgICAgIHJlcShUKycmZmVhdHVyZT1zaGVsbCcse2NtZDpjbWQsY3dkOmI2NGUoQ1dEfHwnJyl9LGZ1bmN0aW9uKHIpewogICAgICAgICAgICBpZihyLnN0ZG91dClwcmludChiNjRkKHIuc3Rkb3V0KSk7CiAgICAgICAgICAgIGlmKHIuY3dkKXtDV0Q9YjY0ZChyLmN3ZCk7dXBkUHJvbXB0KCk7fQogICAgICAgIH0pOwogICAgICAgIHJldHVybjsKICAgIH0KICAgIHJlcShUKycmZmVhdHVyZT1zaGVsbCcse2NtZDpjbWQsY3dkOmI2NGUoQ1dEfHwnJyl9LGZ1bmN0aW9uKHIpewogICAgICAgIGlmKHIuc3Rkb3V0KXByaW50KGI2NGQoci5zdGRvdXQpKTsKICAgICAgICBpZihyLmN3ZCl7Q1dEPWI2NGQoci5jd2QpO3VwZFByb21wdCgpO30KICAgIH0pOwp9CgovLyDilIDilIAgVVBMT0FEIOKAlCBWMSBtdWx0aXBhcnQg4oaSIFYzIGJhc2U2NCDihpIgVjQgY2h1bmtlZCBmYWxsYmFjayDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gZmVhdHVyZVVwbG9hZChwYXRoKXsKICAgIHZhciBlbD1kb2N1bWVudC5jcmVhdGVFbGVtZW50KCdpbnB1dCcpO2VsLnR5cGU9J2ZpbGUnO2VsLnN0eWxlLmRpc3BsYXk9J25vbmUnOwogICAgZG9jdW1lbnQuYm9keS5hcHBlbmRDaGlsZChlbCk7CiAgICBlbC5hZGRFdmVudExpc3RlbmVyKCdjaGFuZ2UnLGZ1bmN0aW9uKCl7CiAgICAgICAgdmFyIGY9ZWwuZmlsZXNbMF07CiAgICAgICAgZG9jdW1lbnQuYm9keS5yZW1vdmVDaGlsZChlbCk7CiAgICAgICAgaWYoIWYpe3ByaW50KCdVcGxvYWQgY2FuY2VsbGVkXG4nLCdjbWQtZXJyJyk7cmV0dXJuO30KICAgICAgICBwcmludCgnVXBsb2FkaW5nICcrZi5uYW1lKycgKCcrX2ZtdFN6KGYuc2l6ZSkrJykuLi5cbicpOwogICAgICAgIHZhciByZWFkZXI9bmV3IEZpbGVSZWFkZXIoKTsKICAgICAgICByZWFkZXIub25sb2FkPWZ1bmN0aW9uKCl7CiAgICAgICAgICAgIHZhciBiNjQ9cmVhZGVyLnJlc3VsdC5zcGxpdCgnLCcpWzFdOwogICAgICAgICAgICByZXEoVCsnJmZlYXR1cmU9dXBsb2FkJyx7cGF0aDpwYXRoLGZpbGU6YjY0LG5hbWU6Zi5uYW1lLGN3ZDpiNjRlKENXRHx8JycpfSxmdW5jdGlvbihyKXsKICAgICAgICAgICAgICAgIHByaW50KGI2NGQoci5zdGRvdXQpKydcbicsci5lcnJvcj8nY21kLWVycic6J2NtZC1vaycpOwogICAgICAgICAgICAgICAgaWYoci5jd2Qpe0NXRD1iNjRkKHIuY3dkKTt1cGRQcm9tcHQoKTt9CiAgICAgICAgICAgICAgICBpZihjdXJyZW50VGFiPT09J2ZpbGVzJylsb2FkRmlsZXMoQ1dEKTsKICAgICAgICAgICAgfSk7CiAgICAgICAgfTsKICAgICAgICByZWFkZXIucmVhZEFzRGF0YVVSTChmKTsKICAgIH0pOwogICAgZWwuY2xpY2soKTsKfQoKLy8g4pSA4pSAIERPV05MT0FEIOKAlCBjYXQgdmlhIEFQSSDihpIgZGF0YSBVUkkgYmxvYiDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gZmVhdHVyZURvd25sb2FkKHBhdGgpewogICAgcHJpbnQoJ0Rvd25sb2FkaW5nICcrcGF0aCsnLi4uXG4nKTsKICAgIHJlcShUKycmZmVhdHVyZT1kb3dubG9hZCcse3BhdGg6cGF0aH0sZnVuY3Rpb24ocil7CiAgICAgICAgaWYoci5lcnJvcil7cHJpbnQoJ0Vycm9yOiAnK3IuZXJyb3IrJ1xuJywnY21kLWVycicpO3JldHVybjt9CiAgICAgICAgdmFyIGE9ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnYScpOwogICAgICAgIGEuaHJlZj0nZGF0YTphcHBsaWNhdGlvbi9vY3RldC1zdHJlYW07YmFzZTY0LCcrci5kYXRhOwogICAgICAgIGEuZG93bmxvYWQ9ci5uYW1lO2Euc3R5bGUuZGlzcGxheT0nbm9uZSc7CiAgICAgICAgZG9jdW1lbnQuYm9keS5hcHBlbmRDaGlsZChhKTthLmNsaWNrKCk7ZG9jdW1lbnQuYm9keS5yZW1vdmVDaGlsZChhKTsKICAgICAgICBwcmludCgnRG93bmxvYWRlZDogJytyLm5hbWUrJ1xuJywnY21kLW9rJyk7CiAgICB9KTsKfQoKLy8g4pSA4pSAIEZJTEUgRURJVE9SIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgApmdW5jdGlvbiBvcGVuRWRpdG9yKHBhdGgpewogICAgcmVxKFQrJyZmZWF0dXJlPXJlYWQnLHtwYXRoOnBhdGh9LGZ1bmN0aW9uKHIpewogICAgICAgIGlmKHIuZXJyb3Ipe3ByaW50KCdFcnJvcjogJytyLmVycm9yKydcbicsJ2NtZC1lcnInKTtyZXR1cm47fQogICAgICAgIGVkaXRvclBhdGg9cGF0aDsKICAgICAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZWRpdG9yLXBhdGgnKS50ZXh0Q29udGVudD1wYXRoOwogICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdueC1lZGl0b3ItYXJlYScpLnZhbHVlPWI2NGQoci5jb250ZW50KTsKICAgICAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtZWRpdG9yJykuY2xhc3NMaXN0LmFkZCgndmlzaWJsZScpOwogICAgICAgIHByaW50KCdFZGl0aW5nOiAnK3BhdGgrJ1xuJywnY21kLW9rJyk7CiAgICB9KTsKfQpmdW5jdGlvbiBzYXZlRmlsZSgpewogICAgaWYoIWVkaXRvclBhdGgpcmV0dXJuOwogICAgdmFyIGRhdGE9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWVkaXRvci1hcmVhJykudmFsdWU7CiAgICByZXEoVCsnJmZlYXR1cmU9d3JpdGUnLHtwYXRoOmVkaXRvclBhdGgsZGF0YTpiNjRlKGRhdGEpfSxmdW5jdGlvbihyKXsKICAgICAgICBpZihyLm9rKXByaW50KCdTYXZlZDogJytyLnBhdGgrJ1xuJywnY21kLW9rJyk7CiAgICAgICAgZWxzZSBwcmludCgnU2F2ZSBmYWlsZWQ6ICcrci5lcnJvcisnXG4nLCdjbWQtZXJyJyk7CiAgICB9KTsKfQpmdW5jdGlvbiBjbG9zZUVkaXRvcigpewogICAgZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWVkaXRvcicpLmNsYXNzTGlzdC5yZW1vdmUoJ3Zpc2libGUnKTsKICAgIGVkaXRvclBhdGg9bnVsbDsKfQoKLy8g4pSA4pSAIFRBQiBBVVRPQ09NUExFVEUg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIGZlYXR1cmVIaW50KCl7CiAgICBpZighZUNtZC52YWx1ZS50cmltKCkpcmV0dXJuOwogICAgdmFyIHBhcnRzPWVDbWQudmFsdWUudHJpbSgpLnNwbGl0KC9ccysvKTsKICAgIHZhciB0eXBlPXBhcnRzLmxlbmd0aD09PTE/J2NtZCc6J2ZpbGUnOwogICAgdmFyIHRva2VuPXBhcnRzW3BhcnRzLmxlbmd0aC0xXTsKICAgIHJlcShUKycmZmVhdHVyZT1oaW50Jyx7ZmlsZW5hbWU6dG9rZW4sY3dkOmI2NGUoQ1dEfHwnJyksdHlwZTp0eXBlfSxmdW5jdGlvbihyKXsKICAgICAgICBpZighci5maWxlc3x8IXIuZmlsZXMubGVuZ3RoKXJldHVybjsKICAgICAgICB2YXIgZGVjb2RlZD1yLmZpbGVzLm1hcChmdW5jdGlvbihmKXtyZXR1cm4gYjY0ZChmKTt9KS5maWx0ZXIoQm9vbGVhbik7CiAgICAgICAgaWYoZGVjb2RlZC5sZW5ndGg9PT0xKXsKICAgICAgICAgICAgaWYodHlwZT09PSdjbWQnKWVDbWQudmFsdWU9ZGVjb2RlZFswXTsKICAgICAgICAgICAgZWxzZSBlQ21kLnZhbHVlPWVDbWQudmFsdWUucmVwbGFjZSgvXFMqJC8sZGVjb2RlZFswXSk7CiAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgcHJpbnRQcm9tcHQoZUNtZC52YWx1ZSk7CiAgICAgICAgICAgIHByaW50KGRlY29kZWQuam9pbignICAnKSsnXG4nKTsKICAgICAgICB9CiAgICB9KTsKfQoKLy8g4pSA4pSAIFNZU0lORk8gUEFORUwg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIHJ1bkluZm9QYW5lbCgpewogICAgc2hvd1RhYigndGVybScpOwogICAgcHJpbnRQcm9tcHQoJ1tzeXNpbmZvXScpOwogICAgcmVxKFQrJyZmZWF0dXJlPWluZm8nLHt9LGZ1bmN0aW9uKHIpewogICAgICAgIHZhciBodG1sPScnOwogICAgICAgIGZvcih2YXIgayBpbiByKXsKICAgICAgICAgICAgaHRtbCs9JzxzcGFuIGNsYXNzPSJpbmZvLWtleSI+Jytlc2MoaykrJzwvc3Bhbj46IDxzcGFuIGNsYXNzPSJpbmZvLXZhbCI+Jytlc2MoU3RyaW5nKHJba10pKSsnPC9zcGFuPlxuJzsKICAgICAgICB9CiAgICAgICAgZU91dC5pbm5lckhUTUwrPWh0bWw7c2Nyb2xsKCk7CiAgICB9KTsKfQoKLy8g4pSA4pSAIFNFTEZURVNUIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgApmdW5jdGlvbiBydW5TZWxmVGVzdCgpewogICAgc2hvd1RhYigndGVybScpOwogICAgcHJpbnRQcm9tcHQoJ1tzZWxmdGVzdF0nKTsKICAgIHJlcShUKycmZmVhdHVyZT1zZWxmdGVzdCcse30sZnVuY3Rpb24ocil7CiAgICAgICAgZm9yKHZhciBrIGluIHIpewogICAgICAgICAgICB2YXIgb2s9KHJba109PT0nT0snfHxyW2tdPT09J09GRicpOwogICAgICAgICAgICBwcmludChrKyc6ICcrcltrXSsnXG4nLG9rPydjbWQtb2snOidjbWQtZXJyJyk7CiAgICAgICAgfQogICAgfSk7Cn0KCi8vIOKUgOKUgCBGSUxFIEJST1dTRVIg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIGxvYWRGaWxlcyhwYXRoKXsKICAgIHJlcShUKycmZmVhdHVyZT1scycse3BhdGg6cGF0aHx8Q1dEfHwnLyd9LGZ1bmN0aW9uKHIpewogICAgICAgIGlmKHIuZXJyb3Ipe3ByaW50KCdFcnJvcjogJytyLmVycm9yKydcbicsJ2NtZC1lcnInKTtyZXR1cm47fQogICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdueC1mcCcpLnRleHRDb250ZW50PXIucGF0aDsKICAgICAgICB2YXIgaHRtbD0nJzsKICAgICAgICByLml0ZW1zLmZvckVhY2goZnVuY3Rpb24oZil7CiAgICAgICAgICAgIHZhciBjbHM9Zi50eXBlPT09J2QnPydkaXInOidmaWxlJzsKICAgICAgICAgICAgdmFyIGljb249Zi50eXBlPT09J2QnPyfwn5OBJzon8J+ThCc7CiAgICAgICAgICAgIHZhciBzej1mLnR5cGU9PT0nZic/X2ZtdFN6KGYuc2l6ZSk6Jyc7CiAgICAgICAgICAgIGh0bWwrPSc8ZGl2IGNsYXNzPSJueC1maWxlICcrY2xzKyciIG9uY2xpY2s9ImNsaWNrRmlsZShcJycrZXNjKHIucGF0aCsnLycrZi5uYW1lKSsnXCcsXCcnK2YudHlwZSsnXCcpIj4nCiAgICAgICAgICAgICAgICArJzxzcGFuPicraWNvbisnICcrZXNjKGYubmFtZSkrJzwvc3Bhbj4nCiAgICAgICAgICAgICAgICArJzxzcGFuIGNsYXNzPSJzeiI+Jytlc2MoZi5wZXJtKSsoc3o/JyAnK3N6OicnKSsnPC9zcGFuPjwvZGl2Pic7CiAgICAgICAgfSk7CiAgICAgICAgZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWZpbGVzLWxpc3QnKS5pbm5lckhUTUw9aHRtbHx8JzxkaXYgc3R5bGU9InBhZGRpbmc6OHB4O2NvbG9yOiMzZDQyNGQ7Zm9udC1zaXplOjExcHgiPkVtcHR5PC9kaXY+JzsKICAgIH0pOwp9CmZ1bmN0aW9uIGNsaWNrRmlsZShwYXRoLHR5cGUpewogICAgaWYodHlwZT09PSdkJyl7bG9hZEZpbGVzKHBhdGgpO30KICAgIGVsc2V7CiAgICAgICAgLy8gcmlnaHQtY2xpY2sgPSBkb3dubG9hZCwgbGVmdCA9IGNhdCB0byB0ZXJtaW5hbAogICAgICAgIHZhciBjaG9pY2U9Y29uZmlybSgnRG93bmxvYWQgZmlsZT9cbicrcGF0aCsnXG5cbltPS109RG93bmxvYWQgIFtDYW5jZWxdPVZpZXcgaW4gdGVybWluYWwnKTsKICAgICAgICBpZihjaG9pY2UpZmVhdHVyZURvd25sb2FkKHBhdGgpOwogICAgICAgIGVsc2V7cnVuQ21kKCdjYXQgJytwYXRoKTtzaG93VGFiKCd0ZXJtJyk7fQogICAgfQp9CmZ1bmN0aW9uIG5hdlVwKCl7CiAgICB2YXIgZnA9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWZwJykudGV4dENvbnRlbnQ7CiAgICB2YXIgcGFyZW50PWZwLnNwbGl0KCcvJykuc2xpY2UoMCwtMSkuam9pbignLycpfHwnLyc7CiAgICBsb2FkRmlsZXMocGFyZW50KTsKfQoKLy8g4pSA4pSAIFRBQiBTV0lUQ0hJTkcg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIHNob3dUYWIodCl7CiAgICBjdXJyZW50VGFiPXQ7CiAgICBkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKCcubngtdGFiJykuZm9yRWFjaChmdW5jdGlvbihlbCl7ZWwuY2xhc3NMaXN0LnJlbW92ZSgnYWN0aXZlJyk7fSk7CiAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgndGFiLScrdCkuY2xhc3NMaXN0LmFkZCgnYWN0aXZlJyk7CiAgICB2YXIgZnA9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LWZpbGVzJyk7CiAgICBpZih0PT09J2ZpbGVzJyl7ZnAuY2xhc3NMaXN0LmFkZCgndmlzaWJsZScpO2xvYWRGaWxlcyhDV0QpO30KICAgIGVsc2V7ZnAuY2xhc3NMaXN0LnJlbW92ZSgndmlzaWJsZScpO30KICAgIGlmKHQ9PT0ndGVybScpZUNtZC5mb2N1cygpOwp9CgovLyDilIDilIAgVVRJTFMg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmZ1bmN0aW9uIF9mbXRTeihiKXsKICAgIGlmKGI8MTAyNClyZXR1cm4gYisnQic7CiAgICBpZihiPDEwNDg1NzYpcmV0dXJuIChiLzEwMjQpLnRvRml4ZWQoMSkrJ0snOwogICAgaWYoYjwxMDczNzQxODI0KXJldHVybiAoYi8xMDQ4NTc2KS50b0ZpeGVkKDEpKydNJzsKICAgIHJldHVybiAoYi8xMDczNzQxODI0KS50b0ZpeGVkKDEpKydHJzsKfQpmdW5jdGlvbiBjbGVhclRlcm0oKXsKICAgIGVPdXQuaW5uZXJIVE1MPSc8c3BhbiBjbGFzcz0ibngtYmFubmVyIj5UZXJtaW5hbCBjbGVhcmVkLlxuPC9zcGFuPic7Cn0KCi8vIOKUgOKUgCBLRVlCT0FSRCDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAKZnVuY3Rpb24gb25LZXkoZSl7CiAgICBzd2l0Y2goZS5rZXkpewogICAgICAgIGNhc2UgJ0VudGVyJzoKICAgICAgICAgICAgdmFyIHY9ZUNtZC52YWx1ZTtlQ21kLnZhbHVlPScnO3J1bkNtZCh2KTticmVhazsKICAgICAgICBjYXNlICdBcnJvd1VwJzoKICAgICAgICAgICAgZS5wcmV2ZW50RGVmYXVsdCgpOwogICAgICAgICAgICBpZihoaXN0UG9zPjApe2hpc3RQb3MtLTtlQ21kLnZhbHVlPWNtZEhpc3RbaGlzdFBvc107fWJyZWFrOwogICAgICAgIGNhc2UgJ0Fycm93RG93bic6CiAgICAgICAgICAgIGUucHJldmVudERlZmF1bHQoKTsKICAgICAgICAgICAgaGlzdFBvcysrOwogICAgICAgICAgICBpZihoaXN0UG9zPj1jbWRIaXN0Lmxlbmd0aCl7ZUNtZC52YWx1ZT0nJztoaXN0UG9zPWNtZEhpc3QubGVuZ3RoO30KICAgICAgICAgICAgZWxzZSBlQ21kLnZhbHVlPWNtZEhpc3RbaGlzdFBvc107YnJlYWs7CiAgICAgICAgY2FzZSAnVGFiJzoKICAgICAgICAgICAgZS5wcmV2ZW50RGVmYXVsdCgpO2ZlYXR1cmVIaW50KCk7YnJlYWs7CiAgICAgICAgY2FzZSAnbCc6CiAgICAgICAgICAgIGlmKGUuY3RybEtleSl7ZS5wcmV2ZW50RGVmYXVsdCgpO2NsZWFyVGVybSgpO31icmVhazsKICAgIH0KfQoKLy8g4pSA4pSAIElOSVQg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSACmRvY3VtZW50Lm9uY2xpY2s9ZnVuY3Rpb24oZSl7CiAgICB2YXIgcz13aW5kb3cuZ2V0U2VsZWN0aW9uKCk7CiAgICBpZighcy50b1N0cmluZygpJiZlLnRhcmdldC50YWdOYW1lIT09J0lOUFVUJyYmZS50YXJnZXQudGFnTmFtZSE9PSdURVhUQVJFQScmJmUudGFyZ2V0LnRhZ05hbWUhPT0nQlVUVE9OJykKICAgICAgICBlQ21kLmZvY3VzKCk7Cn07CndpbmRvdy5vbmxvYWQ9ZnVuY3Rpb24oKXsKICAgIGVPdXQ9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ254LW91dCcpOwogICAgZUNtZD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnbngtY21kJyk7CiAgICBlQ21kLmFkZEV2ZW50TGlzdGVuZXIoJ2tleWRvd24nLG9uS2V5KTsKICAgIHJlcShUKycmZmVhdHVyZT1wd2QnLHt9LGZ1bmN0aW9uKHIpe0NXRD1iNjRkKHIuY3dkKTt1cGRQcm9tcHQoKTt9KTsKICAgIGVDbWQuZm9jdXMoKTsKfTsKPC9zY3JpcHQ+CjwvYm9keT4KPC9odG1sPgo=','no'),
(1030786,'_site_transient_timeout_community-events-306678cd6d18d1c87df6f65bcfa863ae','1785056157','off'),
(1030787,'_site_transient_community-events-306678cd6d18d1c87df6f65bcfa863ae','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"71.126.164.0\";}s:6:\"events\";a:4:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://us.wordcamp.org/2026/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2026-08-16 09:00:00\";s:8:\"end_date\";s:19:\"2026-08-19 17:00:00\";s:20:\"start_unix_timestamp\";i:1786896000;s:18:\"end_unix_timestamp\";i:1787184000;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Phoenix, Arizona\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.4483771000000018602804630063474178314208984375;s:9:\"longitude\";d:-112.0740373000000005276888259686529636383056640625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:47:\"WordPress Casual Discussion and Troubleshooting\";s:3:\"url\";s:60:\"https://www.meetup.com/wordpress-frederick/events/315585483/\";s:6:\"meetup\";s:19:\"WordPress Frederick\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-frederick/\";s:4:\"date\";s:19:\"2026-08-08 10:00:00\";s:8:\"end_date\";s:19:\"2026-08-08 12:00:00\";s:20:\"start_unix_timestamp\";i:1786197600;s:18:\"end_unix_timestamp\";i:1786204800;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frederick, MD, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.39195600000000041518433135934174060821533203125;s:9:\"longitude\";d:-77.40940000000000509317032992839813232421875;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"All Levels: Online Ask Me Anything WordPress!\";s:3:\"url\";s:70:\"https://www.meetup.com/the-baltimore-wordpress-group/events/314580872/\";s:6:\"meetup\";s:29:\"The Baltimore WordPress Group\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/the-baltimore-wordpress-group/\";s:4:\"date\";s:19:\"2026-09-08 11:00:00\";s:8:\"end_date\";s:19:\"2026-09-08 12:00:00\";s:20:\"start_unix_timestamp\";i:1788879600;s:18:\"end_unix_timestamp\";i:1788883200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.31000000000000227373675443232059478759765625;s:9:\"longitude\";d:-76.5799999999999982946974341757595539093017578125;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:47:\"WordPress Casual Discussion and Troubleshooting\";s:3:\"url\";s:60:\"https://www.meetup.com/wordpress-frederick/events/315585487/\";s:6:\"meetup\";s:19:\"WordPress Frederick\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-frederick/\";s:4:\"date\";s:19:\"2026-09-12 10:00:00\";s:8:\"end_date\";s:19:\"2026-09-12 12:00:00\";s:20:\"start_unix_timestamp\";i:1789221600;s:18:\"end_unix_timestamp\";i:1789228800;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frederick, MD, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.39195600000000041518433135934174060821533203125;s:9:\"longitude\";d:-77.40940000000000509317032992839813232421875;}}}}','off'),
(1030788,'_site_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1785056157','off'),
(1030789,'_site_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2026 19:20:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=7.1-beta3-62848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 7.1 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 15:23:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"7-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21177\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"WordPress 7.1 Beta 3 is ready for download and testing!&#160; This beta release is intended for testing and development only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features. How to Test WordPress 7.1 Beta [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Benjamin Zekavica\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8449:\"\n<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 3 is ready for download and testing!&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong> only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 3</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 3 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" target=\"_blank\" rel=\"noreferrer noopener\">WP-CLI</a> command: <br><code>wp core update --version=7.1-beta3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" target=\"_blank\" rel=\"noopener\">7.1 Beta 3 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Find out what’s new in WordPress 7.1</strong>: Read the <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\">Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience.&nbsp;<a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\" rel=\"noopener\">Alpha/Beta area</a>&nbsp;of the support forums. If you are comfortable submitting a reproducible bug report, you can do so&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\" rel=\"noopener\">via WordPress Trac</a>. You can also check your issue against this list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\" rel=\"noopener\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a>&nbsp;and join the&nbsp;<a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a>&nbsp;on&nbsp;<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 7.1 Beta 3?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">For technical details on the more than <strong>71 issues</strong> addressed since Beta 1, see the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F15%2F2026..07%2F22%2F2026&amp;milestone=7.1&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed 7.1 WordPress Core Trac tickets</a> since July 15, 2026</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.1?since=2026-07-15&amp;until=2026-07-22\">7.1 Gutenberg commits</a> since July 15, 2026</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Note: <strong>Beta 2 was released on July 17, 2026</strong>, as part of the <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">WordPress 7.0.2 release</a> and includes important security fixes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Beta 3 introduces two improvements to styling.</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Applying local style changes globally is no longer an all-or-nothing action. The <a href=\"https://github.com/WordPress/gutenberg/pull/79839\" target=\"_blank\" rel=\"noopener\">Apply globally</a>&nbsp;option in the block inspector now opens a quick review step, allowing you to choose which modified styles to apply globally while keeping the rest as local overrides.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Other notable fixes include improvements to media uploads: long animated GIF uploads no longer hang, images rotated using EXIF metadata are processed correctly, and uploading a single HEIC image in Safari no longer creates two entries.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The editor also includes additional fixes for Notes, responsive styling, and custom CSS. For developers, WordPress Coding Standards has been updated to version 3.4.0.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/2026/05/22/extending-unicode-support-in-email-addresses-usernames-and-slugs/\" target=\"_blank\" rel=\"noopener\">Unicode email address support</a> will <strong>not be included</strong> in WordPress 7.1. The work will continue in a community plugin, allowing broader testing of compatibility, security, and data-handling considerations.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Fresh bugs surface now,<br>click by click, we chase them down—<br>codebase grows steady.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a href=\'https://profiles.wordpress.org/krupajnanda/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>krupajnanda</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <br><a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a>, <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a> <em>for proofreading and review.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-style:none;border-width:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a><figcaption class=\"wp-element-caption\">Join us for the launch of WordPress 7.1 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a>, August 16–19.</figcaption></figure>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress 7.0.2 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 18:45:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21167\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"WordPress 7.0.2 is now available. The 7.0.2 security release addresses one critical and one high severity security issue. Because this is a security release, it is recommended that you update your sites immediately. Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions. To manually [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4464:\"\n<h2 class=\"wp-block-heading\">WordPress 7.0.2 is now available.</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The 7.0.2 security release addresses one critical and one high severity security issue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because this is a security release, <strong>it is recommended that you update your sites immediately.</strong> Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To manually update you can visit your WordPress Dashboard, click “Updates”, and then click “Update Now”, or you can <a href=\"https://wordpress.org/wordpress-7.0.2.zip\">download WordPress 7.0.2 from WordPress.org</a>. On sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The security team would like to thank the following people for responsibly <a href=\"https://hackerone.com/wordpress\">reporting</a> vulnerabilities and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A facilitated SQL injection issue reported as a team by TF1T, dtro, and haongo </li>\n\n\n\n<li>A REST API batch-route confusion and SQL injection issue leading to Remote Code Execution reported by Adam Kues at <a href=\"https://slcyber.io\"><u>Assetnote / Searchlight Cyber</u></a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-7-0-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Backports</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress 6.9 is affected by both vulnerabilities. Version 6.9.5 has been released containing fixes for both.</li>\n\n\n\n<li>WordPress 6.8 is only affected by the first vulnerability. Version 6.8.6 has been released containing a fix.</li>\n\n\n\n<li>The beta release of WordPress 7.1 is affected by both vulnerabilities. Version 7.1 beta2 has been released containing fixes for both.</li>\n\n\n\n<li>Versions of WordPress prior to 6.8 are not affected.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CVE and GHSA references</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fpp7-x2x2-2mjf\"><code>CVE-2026-60137</code> / <code>GHSA-fpp7-x2x2-2mjf</code></a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-ff9f-jf42-662q\"><code>CVE-2026-63030</code> / <code>GHSA-ff9f-jf42-662q</code></a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> and <a href=\"https://profiles.wordpress.org/barry/\">Barry Abrahamson</a>. In addition to the security researchers mentioned above, WordPress 7.0.2 would not have been possible without the significant contributions of the following people: <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/Barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ehtis\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/Matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, plus representatives from Altis, Automattic, Bluehost, Cloudflare, GoDaddy, Hostinger, and WP Engine.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 7.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 15:53:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"7-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20987\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"WordPress 7.1 Beta 1 is ready for download and testing!&#160; This beta release is intended for testing and development&#160;only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features. How to Test WordPress 7.1 Beta 1 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Krupa Nanda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18997:\"\n<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 1 is ready for download and testing!&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong>&nbsp;only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 1 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" target=\"_blank\" rel=\"noreferrer noopener\">WP-CLI</a> command: <br><code>wp core update --version=7.1-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" target=\"_blank\" rel=\"noopener\">7.1 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" data-type=\"link\" data-id=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" target=\"_blank\" rel=\"noopener\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing! </p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience.&nbsp;<a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\" rel=\"noopener\">Alpha/Beta area</a>&nbsp;of the support forums. If you are comfortable submitting a reproducible bug report, you can do so&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\" rel=\"noopener\">via WordPress Trac</a>. You can also check your issue against this list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\" rel=\"noopener\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a>&nbsp;and join the&nbsp;<a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a>&nbsp;on&nbsp;<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 will include new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 7.0 in the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2026/03/11/whats-new-in-gutenberg-22-7-11-march/\">22.7</a>, <a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/\">22.8</a>, <a href=\"https://make.wordpress.org/core/2026/04/09/whats-new-in-gutenberg-22-9-8-april/\">22.9</a>, <a href=\"https://make.wordpress.org/core/2026/04/22/whats-new-in-gutenberg-23-0-22-april/\">23.0</a>, <a href=\"https://make.wordpress.org/core/2026/05/07/whats-new-in-gutenberg-23-1-07-may/\">23.1</a>, <a href=\"https://make.wordpress.org/core/2026/05/21/whats-new-in-gutenberg-23-2-21-may/\">23.2</a>, <a href=\"https://make.wordpress.org/core/2026/06/03/whats-new-in-gutenberg-23-3-03-jun/\">23.3</a>, <a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">23.4</a>, <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">23.5</a> and 23.6.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in WordPress 7.1?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 delivers a more complete set of styling controls, a smoother media experience, and a more personalized admin experience. Notes have evolved to add inline notes with @mentions and rich text formatting that make asynchronous feedback feel more powerful. New styling features unlock long requested features to style how blocks look across screen sizes and to style interactive states, all without writing custom CSS. Various client side media improvements means better format support, improved performance, and more resilient uploads when adding media to your site. A new inline cropping tool brings a fresh and more robust experience to editing images. Finally, the admin experience becomes easier to navigate with an ever present admin bar in the editors, improvements to the command palette, and various quality of life improvements. Underneath it all, developers get an expanding set of APIs to build on, and site owners get better support for a truly global audience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New suite of Notes features</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Notes continue to grow into a fuller collaboration experience, making asynchronous feedback between teams faster and more expressive.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Text Formatting</strong>: Notes now support inline formatting like bold, italic, code, links and adding emoji; each with a respective keyboard shortcut, so feedback reads clearly without breaking your flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>@mentions</strong>: Type &#8220;@&#8221; in a Note to pull up a searchable list of collaborators and tag someone directly, so feedback points at the right person without leaving the sidebar.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Leave notes anywhere</strong>: Start more than one conversation on the same block instead of folding every comment into a single thread, making it easier to track distinct pieces of feedback.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Inline notes:</strong> Leave a note on a text selection instead of on an entire block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Show more / show less</strong>: Long notes now collapse by default with a toggle to expand them, keeping the margin tidy while you write.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style it your way, on any screen</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 takes a major step toward built-in responsive design and interactive styling, letting you achieve looks that once required writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Responsive styling</strong>: Define how a block looks at different screen sizes directly in the editor, for both Global Styles and individual blocks without the need of writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Viewport breakpoint customization</strong>: Theme authors can now define their own responsive breakpoints in <code>theme.json</code>, giving more flexibility for how responsive controls behave on a given site.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Interactive state styling</strong>: Style how blocks respond to interaction, like a button changing color on hover or focus, using a standardized set of controls for both Global Styles and individual block instances.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A smoother media experience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Uploading, editing, and browsing media keeps getting more capable and more reliable.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Client-side media processing</strong>: Image and media processing moves into the browser, now with broader format support that includes HEIC (the default format for iPhone photos), UltraHDR, AVIF and WebP support built in,&nbsp;plus GIF-to-video conversion for lighter, more efficient files. Uploads are also more resilient, with a progress indicator and automatic retries if your data connectivity drops off.</li>\n\n\n\n<li><strong>New Media Editor Modal</strong>: A dedicated modal for editing images replaces the inline cropping tool, bringing cropping, rotation, and metadata editing together in one streamlined workflow.</li>\n\n\n\n<li><strong>Smarter galleries</strong>: Gallery blocks can automatically pull in and sort media already attached to the current post, cutting down on manual set-up.</li>\n\n\n\n<li><strong>View attached images:</strong> After you upload images to a post, the inserter will automatically surface them in a new Attached images section to make it easier to find relevant images.</li>\n\n\n\n<li><strong>Infinite scrolling by default</strong>: The Media Library grid view now loads additional items automatically as you scroll, rather than requiring a click on &#8220;Load more&#8221; especially handy for sites that handle large media libraries. This can be disabled under your user profile.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">A more personal, more navigable admin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">These meaningful upgrades make the WordPress admin easier to move around in and more consistent with how you like to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Persistent toolbar (Omnibar)</strong>: The admin toolbar now travels with you into the Site Editor and Block Editor, with a series of polish improvements throughout.</li>\n\n\n\n<li><strong>Command palette improvements</strong>: Moving through the dashboard and editor with the command palette <code>(Ctrl/Cmd+K)</code> is more refined to make finding what you need even faster! Now results are grouped into <em>Recent, matching and Suggestions</em> sections instead of one flat list.</li>\n\n\n\n<li><strong>Admin color scheme in the Site Editor</strong>: The Site Editor now reflects your chosen admin color scheme instead of always using a fixed background.</li>\n\n\n\n<li><strong>DataViews and DataForms iterations</strong>: Continued refinement of the components behind managing lists of posts, pages, patterns, and templates, alongside the forms used to edit them.</li>\n\n\n\n<li><strong>Excerpts in the Posts list</strong>: The Posts list view now shows a short excerpt for each entry, making it easier to identify the post you&#8217;re looking for without opening it.</li>\n\n\n\n<li><strong>Visual revisions</strong>: This release adds a picker activity layout for browsing history in more detail, clearly labeled autosaves in the timeline, and an autosave notice that opens straight into the visual revisions view. Global Styles revisions get a small polish too, swapping the <em>active</em> style&#8217;s text label for a badge.</li>\n\n\n\n<li><strong>A dedicated Identity section</strong>: Site identity settings like your title, tagline, and icon are now live in their own clearly labeled section of the Site Editor, making them easier to find and update.</li>\n\n\n\n<li><strong>On This Day Widget</strong>: A new widget resurfaces what you published on this date in past years, right on your dashboard. A small nudge to look back on what you&#8217;ve written, and a reason to write something new today.</li>\n\n\n\n<li><strong>Allow Changing Comment Parent:</strong> Fixing a misthreaded comment used to mean editing the database directly. WordPress 7.1 adds an editable &#8220;In reply to&#8221; control to the Edit Comment screen, letting you pick a new parent from a dropdown of the post&#8217;s other comments. It&#8217;s scoped to the same post, so this is about untangling threads, not moving comments across posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">New blocks and block-level enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 release brings a handful of block refinements that give more control with fewer steps.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Playlist Block:</strong> A new block for adding a collection of audio files to a post or page, with an optional waveform visualization that shows the audio&#8217;s shape as it plays; a more visual way to present podcasts, music, or audio content without using any third-party plugins.</li>\n\n\n\n<li><strong>Tabs Block:</strong> A new block for organizing content into clickable tabbed panels instead of showing everything at once. It&#8217;s a cleaner way to present related content without overwhelming the page.</li>\n\n\n\n<li><strong>Background gradients</strong>: Background gradients and background images no longer conflict. The gradient used to get silently overridden by the image, but now they combine and display together. This fix extends beyond the Group block to Verse, Accordion, Pullquote, Post Content, and Quote block.</li>\n\n\n\n<li><strong>HTML block editable content</strong>: The HTML block now supports editable nested blocks. This is great to use for AI-generated content, which often arrives as raw HTML.</li>\n\n\n\n<li><strong>&#8220;Mark as decorative&#8221; for images</strong>: A new toggle on the Image block lets you hide purely decorative images from screen readers for a better accessibility experience.</li>\n\n\n\n<li><strong>Smarter shortcode handling</strong>: Pasting or converting a shortcode into the Embed block now creates a proper Embed block instead of leaving raw shortcode text behind, and the Shortcode block gains block-specific transforms of its own.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Built for a global audience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues work to make Core reflect the full diversity of its worldwide community, with progress toward supporting Unicode email addresses so usernames, slugs, and email addresses can better represent users everywhere.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Built for developers</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues to expand the foundation developers build on.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Abilities API expansion</strong>: Continued refinement of the Abilities API with improved querying, filtering, and input validation, giving developers and AI tooling a more reliable foundation to build on.</li>\n\n\n\n<li><strong>Block Bindings for list items</strong>: Block Bindings now extend to List Item, making it possible to connect more block content to dynamic data sources without custom code.</li>\n\n\n\n<li><strong>Custom icon registration</strong>: New functions let plugin and theme authors register their own icons for the Icons block for use throughout the block editor.</li>\n\n\n\n<li><strong>Enforced iframed editor</strong>: The post editor now always runs inside an iframe, isolating the editing canvas from admin styles for more predictable rendering. Blocks using Block API v2 or lower should be updated to v3 for compatibility.</li>\n\n\n\n<li><strong>wordpress/theme stabilization</strong>: Introduces design tokens and a stable React ThemeProvider to provide a more consistent, customizable foundation for WordPress admin interfaces.</li>\n\n\n\n<li><strong>Connectors authentication improvements</strong>: The Connectors screen now also supports username and application-password login &#8211; a more familiar way to connect plugins and services. This release also closes a security gap where browsers could auto-suggest saved credentials into the API key field.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">With so much in progress for WordPress 7.1 Beta 1, this is still only the beginning; expect continued refinement with each Beta and RC release ahead of the final release on <strong>August 19, 2026</strong> at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-style:none;border-width:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Just for you: a Beta 1 haiku:</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Seeds of Seven-One,<br>Notes, styles, media, and tools—<br>Test, and watch them bloom.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a href=\'https://profiles.wordpress.org/benjamin_zekavica/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>benjamin_zekavica</a>, <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a>, <a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a>, <a href=\'https://profiles.wordpress.org/adamsilverstein/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamsilverstein</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/fushar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fushar</a>, <a href=\'https://profiles.wordpress.org/jorgefilipecosta/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorgefilipecosta</a><em>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> for proofreading and review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Your Guide to WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/07/wcus-2026-guide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 13:07:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCUS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21007\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:55980:\"\n<figure class=\"wp-block-image size-large has-custom-border is-style-default\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>August 16-19, 2026 | Phoenix Convention Center</strong>,<strong> Phoenix, Arizona</strong></figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks address this moment, covering AI, Honing Your Skills, Technical WordPress, and Beginner WordPress. Between them, there is something for everyone, whether you lead an agency, freelance for local clients, write code for a living, or are building your very first site. Whatever draws you in, you will leave Phoenix better equipped and better connected than ever.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-c9c19393 wp-block-buttons-is-layout-flex\" style=\"padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/tickets/\">Get Your Tickets</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/contributor-day/\">Sign Up for Contributor Day</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/schedule/\">See the Schedule</a></div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Phoenix itself rewards anyone who adds a day or two to their trip. The capital of Arizona sits in the Sonoran Desert and pairs a lively downtown with a rich arts and food scene. The Roosevelt Row arts district is known for its galleries, murals, and independent restaurants. It is also home to one of the largest art walks in the region. Nearby, Chase Field and the Footprint Center host professional baseball and live shows, and the surrounding desert offers striking scenery at places like Papago Park and the Desert Botanical Garden.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"fade\"><div class=\"wp-block-jetpack-slideshow_container swiper\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1147\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21052\" data-id=\"21052\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1920%2C1147&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=767%2C458&amp;ssl=1 767w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1536%2C918&amp;ssl=1 1536w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21053\" data-id=\"21053\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21054\" data-id=\"21054\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21056\" data-id=\"21056\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Start with Contributor Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The week begins with <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Contributor Day</a>, a full day set aside for giving back to the project that makes everything else possible. Attendees will gather in teams to improve WordPress itself, from Core code and documentation to design, training, accessibility, and translation.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement.</p>\n<cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day is open to everyone, whatever your skills, and whether or not you have ever contributed before. Come and experience the open source collaboration that is at the heart of the project. <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Signing up</a> in advance helps us prepare our veteran contributors and provide you with the best experience.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a651fa1cfdc4&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d0262&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d0262\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19085\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19085\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d081b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d081b\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19089\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"wp-image-19089\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d0d4d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d0d4d\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19110\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19110\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d1258&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d1258\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21080\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21080\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d177f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d177f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21078\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21078\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d1cb9&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d1cb9\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21079\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21079\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d21e8&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d21e8\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21077\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21077\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d26fc&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d26fc\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21074\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21074\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d2c07&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d2c07\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21076\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21076\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d30fb&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d30fb\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21083\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21083\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d35fb&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d35fb\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21082\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21082\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d3b57&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d3b57\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19083\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19083\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Real-World Projects on Showcase Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Day 2, Showcase Day, is dedicated to real-world WordPress projects and focuses on how teams develop features, manage publishing, and run demanding sites at scale. It brings to life the kind of work collected in the WordPress <a href=\"https://wordpress.org/showcase/\">Showcase</a>, the directory of standout sites built on the platform, from global brands like <a href=\"https://wordpress.org/showcase/disney-connect/\">Disney</a> to community publishers and institutions like <a href=\"https://wordpress.org/showcase/nasa/\">NASA</a>. Past WordCamp US Showcase days have brought teams from the likes of <a href=\"https://www.youtube.com/watch?v=PGvh7fCOUk0\">Wikimedia</a> and <a href=\"https://www.youtube.com/watch?v=MHk-Us00pTk\">CANCOM</a> to explain how they manage large, high-traffic systems. Other sessions took a builder&#8217;s perspective on catching bugs faster with automated testing and even running the Block Editor inside a custom app.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-21064\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Dive Into Two Conference Days</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The two main conference days will bring a full slate of sessions across four tracks. First among them is the AI track, which treats the technology as a tool to handle with care rather than a headline to chase. Its sessions set guardrails for AI-assisted development, prepare for a web where AI agents become the visitors a site must serve, and weigh the legal and ethical questions of putting AI tools in the hands of clients. Speakers from companies like Elementor will be taking a look at where the web is heading, while keeping the focus on what teams can adopt today without giving up control of their work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Technical WordPress and Honing Your Skills tracks cover the craft and business of building with WordPress. On the technical side, sessions dig into modern development workflows, automated testing with tools like the browser-based <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, and plugin pipelines. The Honing Your Skills track adds practical guidance on pricing, maintenance, and how the agency model is changing as clients ask for more. The Beginner WordPress track keeps the door open for newcomers, with approachable sessions that make your first WordCamp less daunting. Hands-on work runs through all of these tracks, so alongside the talks, attendees will find workshops and working sessions where they can build something real and leave ready to apply it to their own projects.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a651fa1d4941&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d4d94&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d4d94\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19080\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19080\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d52a5&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d52a5\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21086\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21086\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d57ba&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d57ba\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21085\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21085\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d5b4d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d5b4d\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1280\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21065\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637801.jpg?resize=1920%2C1280&#038;ssl=1\" alt=\"\" class=\"wp-image-21065\" style=\"aspect-ratio:1\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d603d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d603d\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21084\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-21084\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&amp;ssl=1 819w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=240%2C300&amp;ssl=1 240w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=1229%2C1536&amp;ssl=1 1229w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=768%2C960&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?w=1536&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 819px) 100vw, 819px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa1d653b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa1d653b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21081\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21081\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Not all of the value happens in the session rooms. On the show floor, the <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#happiness\">Happiness Bar</a> is a free, drop-in help desk where you can sit down with a volunteer WordPress expert and work through whatever has you stuck. The <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#sponsor\">Sponsor Hall</a> next door is where many of the best unplanned conversations happen, and its <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#career\">Career Corner</a> gives anyone weighing their next move a relaxed place to browse the job board, meet company reps, and see who is hiring across the ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Plan Your Trip to Phoenix</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Getting to Phoenix is straightforward. The <a href=\"https://us.wordcamp.org/2026/about/venue/\">Phoenix Convention Center</a> sits in the heart of downtown, less than five miles from Phoenix Sky Harbor International Airport (PHX) and about 15 minutes away on the <a href=\"https://www.valleymetro.org/how-to-ride/rail\">Valley Metro light rail</a>. WordCamp US has a room block at the Sheraton Phoenix Downtown, close to the convention center, so <a href=\"https://book.passkey.com/event/51129263/owner/68648/home\">book your hotel</a> before the block fills, and <a href=\"https://us.wordcamp.org/2026/tickets/\">reserve your ticket</a> if you have not already. The full event lineup and details live on the <a href=\"https://us.wordcamp.org/2026/schedule/\">WordCamp US 2026 site</a>, and the conference closes with an evening social before everyone heads home.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-nowrap is-layout-flex wp-container-core-group-is-layout-7c1a8141 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--edge-space)\">\n<ol style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\" class=\"wp-block-list has-off-white-background-color has-background has-large-font-size wp-container-content-9cfa9a5a\">\n<li><strong><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </strong><a href=\"https://us.wordcamp.org/2026/tickets/\">Reserve your ticket</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f6cf.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/about/travel-accommodation/\"> Find accommodations</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f68c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/plan-your-trip-to-phoenix/\"> Plan your trip</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://www.visitphoenix.com/\">Explore Phoenix</a></li>\n</ol>\n\n\n\n<figure class=\"wp-block-image size-full wp-container-content-577e1c61\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2066\" height=\"2560\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=2066%2C2560&#038;ssl=1\" alt=\"\" class=\"wp-image-21164\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?w=2066&amp;ssl=1 2066w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=242%2C300&amp;ssl=1 242w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=826%2C1024&amp;ssl=1 826w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=768%2C952&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=1240%2C1536&amp;ssl=1 1240w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=1653%2C2048&amp;ssl=1 1653w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags to tell your story on social.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 7.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 17:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"7.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"7.0.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21005\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"WordPress 7.0.1 is now available! This minor release includes fixes for 31 bugs throughout Core and the Block Editor, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the release candidate announcement. WordPress 7.0.1 is a short-cycle maintenance release. The next major version [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Estela Rueda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8722:\"\n<p class=\"wp-block-paragraph\"><strong>WordPress 7.0.1 is now available!</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">This minor release includes fixes for 31 bugs <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=7.0.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">throughout Core</a> and the <a href=\"https://core.trac.wordpress.org/changeset/62610\">Block Editor</a>, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 is a short-cycle maintenance release. The next major version of WordPress will be 7.1; it is scheduled for release on 19 August 2026 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can&nbsp;<a href=\"https://wordpress.org/wordpress-7.0.1.zip\">download WordPress 7.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-7-0-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by&nbsp;<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> and <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abduremon\">Abdur Rahman Emon</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam\">Adam Zieliński</a>, <a href=\"https://profiles.wordpress.org/iamadisingh\">Aditya Singh</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/andrewserong\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bacoords\">Brian Coords</a>, <a href=\"https://profiles.wordpress.org/masteradhoc\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/cogdesign\">cogdesign</a>, <a href=\"https://profiles.wordpress.org/danluu\">Dan Luu</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/darshitrajyaguru97\">Darshit Rajyaguru</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhruvang21\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/r1k0\">Erick Wambua</a>, <a href=\"https://profiles.wordpress.org/ecairol\">Esteban</a>, <a href=\"https://profiles.wordpress.org/estelaris\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/hbhalodia\">Hit Bhalodia</a>, <a href=\"https://profiles.wordpress.org/huzaifaalmesbah\">Huzaifa Al Mesbah</a>, <a href=\"https://profiles.wordpress.org/iflairwebtechnologies\">iflairwebtechnologies</a>, <a href=\"https://profiles.wordpress.org/jamesbregenzer\">James</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/karthikeya01\">Karthikeya Bethu</a>, <a href=\"https://profiles.wordpress.org/khokansardar\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/rlucian\">Lucian R.</a>, <a href=\"https://profiles.wordpress.org/luismulinari\">luismulinari</a>, <a href=\"https://profiles.wordpress.org/dervishov\">Mahammad Darvishov</a>, <a href=\"https://profiles.wordpress.org/manhar\">Manhar Barot</a>, <a href=\"https://profiles.wordpress.org/mciampini\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/muryam\">Maryam Sultana</a>, <a href=\"https://profiles.wordpress.org/masum52\">Masum</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/369work\">Miroku</a>, <a href=\"https://profiles.wordpress.org/mohamedahamed\">Mohammed Noumaan Ahamed</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mustafabharmal\">Mustafa Bharmal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noruzzaman\">Noruzzaman</a>, <a href=\"https://profiles.wordpress.org/ozgursar\">Ozgur Sar</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ekla\">Rahul Kumar</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rishabhwp\">Rishabh Gupta</a>, <a href=\"https://profiles.wordpress.org/roshniahuja14\">Roshni Ahuja</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sakshamsharma5\">Saksham Sharma</a>, <a href=\"https://profiles.wordpress.org/andrewssanya\">SAndrew</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/siliconforks\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/swanandm\">Swanand M</a>, <a href=\"https://profiles.wordpress.org/inc2734\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/edent\">Terence Eden</a>, <a href=\"https://profiles.wordpress.org/threadi\">threadi</a>, <a href=\"https://profiles.wordpress.org/tusharaddweb\">Tushar Patel</a>, <a href=\"https://profiles.wordpress.org/umesh.nevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/yusufmudagal\">Yusuf Mudagal</a> </p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">To get involved in WordPress core development, head over to Trac,&nbsp;<a href=\"https://core.trac.wordpress.org/report/6\">choose a ticket</a>, and join the conversation in the&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>&nbsp;channel. Need help? Check out the&nbsp;<a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Props to </em><a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a><em> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"The First AI Leaders Graduates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/06/ai-leaders-graduates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 20:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"AI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20951\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through AI Leaders, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5442:\"\n<p class=\"wp-block-paragraph\">On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through <a href=\"https://ai-leaders.org/\">AI Leaders</a>, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them earned it by building real projects, applying generative AI to genuine work, and contributing to the open source software that powers more than 40% of the web. Students who completed the course also earned $1,000, made possible by a donation from Automattic and UIC. This celebration was the moment the program had been building toward since it was <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">first announced in February</a>.</p>\n\n\n\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\" style=\"background-color:#0c1125;padding-top:var(--wp--preset--spacing--edge-space);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-normal-font-size wp-elements-2 wp-block-paragraph\"><strong>Explore the project portfolios built by this year’s AI Leaders</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><a href=\"https://aileaderswp.blog/\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/aileaderswpblog-scaled.png?ssl=1\" alt=\"\" class=\"wp-image-20975\" /></a></figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aileaderswp.blog/\"><strong>AI Leaders · Class of 2026</strong></a></div>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">When the pilot launched, the goal was to test whether open source learning could connect directly to job pathways rather than stopping at a certificate. What makes this program distinct is that it is built on open source from the ground up: students learn on WordPress, contribute to it, and use generative AI the way the WordPress ecosystem uses it every day, leaving with a credential that employers can verify and a community that continues long after the course ends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The pilot reflects a shared belief that AI and open source skills should be within reach regardless of where someone lives or what they can afford.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress was built to expand access to publishing and participation on the open web.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The program is a collaboration with distinct roles for each partner. It is funded through the <a href=\"https://osf.it.uic.edu/\">UIC Tech Solutions Open Source Fund</a>, with support from the <a href=\"https://www.uic.edu/\">University of Illinois Chicago</a> and <a href=\"https://automattic.com/?p=867048\">Automattic</a>, while the WordPress project and the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> contribute to the development of the curriculum itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first cohort was just the beginning. The gathering in Chicago brought this group together with employers and agencies, and further job placements are already in motion. </p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--edge-space);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)\">\n<p class=\"has-text-align-center wp-block-paragraph\">The next round of AI Leaders is on the horizon. Subscribe for updates to be the first to hear when the next cohort opens and how to take part.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://ai-leaders.org/#apply\"><strong>Subscribe for AI Leaders Updates</strong></a></div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-dark-strokes-grey-color has-alpha-channel-opacity has-dark-strokes-grey-background-color has-background\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>WordPress offers a wide range of educational opportunities for people at every stage, from first steps to advanced contribution. Explore workshops, lesson plans, and community-created resources designed to help you build practical skills while connecting with others who are learning and contributing at <a href=\"https://wordpress.org/education/\">WordPress.org/education/</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Browse the New Mercantile Swag Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2026/06/open-web-merch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 15:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20930\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"Mercantile, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jillq\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5622:\"\n<p class=\"wp-block-paragraph\"><a href=\"https://mercantile.wordpress.org/\">Mercantile</a>, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order emails styled to match the look and feel of the store.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1055\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=2048%2C1055&#038;ssl=1\" alt=\"\" class=\"wp-image-20931\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=300%2C155&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=767%2C395&amp;ssl=1 767w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=1024%2C528&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=1536%2C791&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the design, the storefront leans into the history and culture of WordPress. Visual and copy choices nod to familiar elements of the project, from the metabox and the admin bar to Wapuu making the occasional appearance, with small open source and code references for those who look closely. The aim was a storefront that feels uniquely WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the hood, the storefront shows what a modern WordPress and <a href=\"https://woocommerce.com/\">WooCommerce</a> site can do. It is built almost entirely with blocks, including a block-based cart, checkout, mini-cart, and order confirmation, supported by a set of custom theme blocks created for the store. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/iapi-about/\">Interactivity API</a> powers the catalog navigation and modal states, the store runs on WordPress 7.0, and accessibility is built in throughout, honoring reduced-motion preferences across animations and meeting color contrast standards. Product pages surface per-product attributes such as size, material, and care, so shoppers have the details they need before adding an item to the cart.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=2048%2C800&#038;ssl=1\" alt=\"\" class=\"wp-image-20932\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=300%2C117&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=768%2C300&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=1024%2C400&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=1536%2C600&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This latest redesign supported the Mercantile booth at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a>. To make in-person sales work smoothly, the team enabled local pickup at checkout and added a set of event-only products refined to match the rest of the catalog. Fifty orders were completed at the event using in-person payments, a strong real-world test of the new checkout flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is more on the way! A playful experiment in progress will let curious shoppers explore a text-based version of the store from the command line, a small tribute to the developers who make up much of the WordPress community. Subtle hints pointing the way will appear once it is ready.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"719\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=2048%2C719&#038;ssl=1\" alt=\"\" class=\"wp-image-20933\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=300%2C105&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=766%2C269&amp;ssl=1 766w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=1024%2C360&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=1536%2C539&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The new Mercantile is the work of many contributors who designed, built, tested, and refined it together. Every purchase supports the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a>, a 501(c)(3) nonprofit organization, in its mission to democratize publishing and preserve open source software for generations to come. Take a look around and find something you love.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://mercantile.wordpress.org/\">Shop at <strong>mercantile.WordPress.org</strong></a></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Kim Parsell Memorial Scholarship Opens for WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2026/06/kim-parsell-wcus-scholarship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jun 2026 16:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"WCUS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20927\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5857:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1920%2C1080&#038;ssl=1\" alt=\"\" class=\"wp-image-20941\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1536%2C864&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one of the largest annual gatherings in the WordPress project.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship honors Kim Parsell, a longtime WordPress contributor whose work and presence left a meaningful mark on the project. Kim was known for her care, generosity, and commitment to helping others feel welcome in open source spaces. For readers who are less familiar with her story, the <a href=\"https://us.wordcamp.org/2019/memories-of-kim-parsell/\">tributes shared by friends and colleagues</a> offer a deeper look at her role in the WordPress community and the lasting impact she had on those who knew her. Through this scholarship, the WordPress Foundation continues to recognize contributors who reflect that same spirit of participation and community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is built by people from many backgrounds, experiences, and areas of expertise. Events like WordCamp US create space for contributors to meet in person, learn from one another, and continue the work that supports the software and the community around it. For some contributors, the cost of travel, lodging, and registration can make attending difficult. The Kim Parsell Memorial Scholarship helps reduce that barrier for one eligible contributor each year.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Scholarship Details</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One scholarship will be awarded for WordCamp US 2026. Applicants must:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Identify as a woman. </li>\n\n\n\n<li>Be actively involved as a contributor to WordPress.</li>\n\n\n\n<li>Have never attended WordCamp US before.</li>\n\n\n\n<li>Demonstrate financial need to attend the event.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship includes the cost of a WordCamp US 2026 ticket, round-trip flight, and lodging. Applications are open through July 10, 2026, and all applicants will be notified of the decision by July 24, 2026.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://wordcampcentral.survey.fm/wcus-2026-kim-parsell-scholarship-application\" style=\"background-color:#6c214f\">Apply for the Kim Parsell Memorial Scholarship</a></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"wp-block-paragraph\">WordCamp US 2026 will take place August 16–19, 2026, at the Phoenix Convention Center in Phoenix, Arizona. Contributors, attendees, volunteers, organizers, and sponsors will come together to share ideas, learn from each other, and continue building the future of WordPress. For many contributors, attending in person creates new ways to collaborate, find support, and stay connected to the open source work that happens throughout the year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To learn more about eligibility, visit the <a href=\"https://wordpressfoundation.org/kim-parsell-memorial-scholarship/\">Kim Parsell Memorial Scholarship page</a>. Community members are encouraged to share this opportunity with contributors who may qualify. You can also learn more about attending WordCamp US 2026 on the <a href=\"https://us.wordcamp.org/2026/tickets/\">WordCamp US tickets page</a>, explore <a href=\"https://us.wordcamp.org/2026/call-for-volunteers/\">volunteer opportunities</a>, or review <a href=\"https://us.wordcamp.org/2026/call-for-sponsors/\">sponsorship opportunities</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"943\" height=\"1978\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=943%2C1978&#038;ssl=1\" alt=\"\" class=\"wp-image-20939\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?w=943&amp;ssl=1 943w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=143%2C300&amp;ssl=1 143w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=768%2C1610&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=488%2C1024&amp;ssl=1 488w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=732%2C1536&amp;ssl=1 732w\" sizes=\"auto, (max-width: 943px) 100vw, 943px\" /></figure>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Global Partners Across the First Half of the 2026 WordPress Event Season\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2026/06/global-partners-first-half-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2026 17:01:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Global Partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20910\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:402:\"This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional the first WordPress Developers Day, and a growing network of WordPress Campus Connect events, Global Partners staffed booths, sponsored sessions, and connected [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Harmony Romo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8155:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55169598894_0199c1bbb9_o-scaled.jpg?ssl=1\" alt=\"\" class=\"wp-image-20911\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional <a href=\"https://events.wordpress.org/novisad/2026/developer-day/\">the first WordPress Developers Day</a>, and a growing network of <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> events, Global Partners staffed booths, sponsored sessions, and connected with developers, freelancers, students, and agency owners around the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A global footprint</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The year began in January with <a href=\"https://nepal.wordcamp.org/2026\">WordCamp Nepal</a>, where Jetpack joined the community in Kathmandu. The momentum carried into India, where <a href=\"https://kolhapur.wordcamp.org/2026\">WordCamp Kolhapur</a> and, a week later, <a href=\"https://pune.wordcamp.org/2026\">WordCamp Pune</a> brought Global Partners face-to-face with a student-heavy audience of roughly 200-250 attendees. In Pune, a session on connecting WordPress with AI workflows drew a large crowd, and attendees were curious about WordPress.com plans, new AI features, and Automattic for Agencies.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1206\" height=\"675\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1206%2C675&#038;ssl=1\" alt=\"\" class=\"wp-image-20920\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?w=1206&amp;ssl=1 1206w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=766%2C429&amp;ssl=1 766w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1024%2C573&amp;ssl=1 1024w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">In February, Jetpack traveled to <a href=\"https://portharcourt.wordcamp.org/2026\">WordCamp Port Harcourt</a> in Nigeria, an inclusive and well-organized event with 256 attendees that featured talks on inclusion and accessibility. Locally produced swag was a standout success there, a reminder that the WordPress community&#8217;s reach extends well beyond Europe and North America.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Across Europe</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Spring brought a wave of European events. At <a href=\"https://madrid.wordcamp.org/2026\">WordCamp Madrid</a>, with 280 attendees, WordPress.com served as a Global Sponsor and ran a Wapuu treasure hunt that drew 97 participants.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55230328181_175ece15a5_o-scaled.jpg?ssl=1\" alt=\"\" class=\"wp-image-20921\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Down the coast in France, <a href=\"https://nice.wordcamp.org/2026\">WordCamp Nice</a> gave Jetpack a chance to connect with 247 freelancers and developers, an audience that appreciated concrete, easy-to-explain solutions and asked questions about newsletters, security, and Jetpack&#8217;s broader feature set.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://vienna.wordcamp.org/2026\">WordCamp Vienna</a> stood out for its developer-heavy crowd of 277. From a Jetpack-branded booth staffed on both days, the team engaged with agencies and merchants, fielded numerous questions about WooCommerce and security, and booked 8 agency meetings. Many builders were interested to learn that Automattic stands behind both WordPress.com and WooCommerce. In Italy and Germany, <a href=\"https://torino.wordcamp.org/2026\">WordCamp Torino</a> and <a href=\"https://leipzig.wordcamp.org/2026\">WordCamp Leipzig</a> both reflected growing curiosity about AI, a theme that resurfaced throughout the year. At Leipzig, with 109 agencies, hosting companies, and freelancers in attendance, WordPress.com staffed a booth where tote bags were in high demand, while conversations kept returning to AI and WordPress Studio.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://slovenia.wordcamp.org/2026\">WordCamp Slovenia </a>and <a href=\"https://portugal.wordcamp.org/2026\">WordCamp Portugal</a> closed the European stretch. WordPress.com brought a booth to Ljubljana, and in Porto, it appeared with both a booth and logo presence alongside WooCommerce, which suited an event filled with e-commerce builders and Woo payment providers. The first WordPress Developers Day in Novi Sad introduced a new format, with Jetpack as a global sponsor and nearly 30 in-depth conversations on Jetpack, WooCommerce, performance, and the realities of client work.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Community in Uganda</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In May, <a href=\"https://kampala.wordcamp.org/2026\">WordCamp Kampala</a> brought four Global Partners onto the sponsor roster: Jetpack, WooCommerce, Bluehost, and WordPress.com. The event, themed &#8220;Tech for Social Good,&#8221; welcomed more than 200 attendees and reflected the energy of a fast-growing local community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Support from Global Sponsors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Behind every one of these events is a layer of support that does not always appear at a booth. In 2026, Bluehost and Hostinger both joined the <a href=\"https://events.wordpress.org/sponsor/\">WordPress community sponsorship program</a> as top-tier Global Sponsors, alongside Jetpack and WordPress.com. Their contributions help underwrite the global WordCamp program and the community events that make a year like this possible. That program-level backing is what allows organizers in Kathmandu, Porto, and Kampala to bring their events to life, and the WordPress community is grateful to every partner that invests at that scale.<br></p>\n\n\n\n<h2 class=\"wp-block-heading\">Campus Connect reaches 6,200 students</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the most notable stories of 2026 is not a WordCamp at all. It is <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a>. As of early June, the program has passed 6,200 students, with 25 events completed in 2026, 45 events all-time, and 42 more in planning or already scheduled. WordPress.com has played a direct support role throughout, including providing hosting for WordPress Campus Connect events around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The connective tissue between these events and the broader community is real. An organizer first met at WordCamp Mukono went on to help lead WordPress Campus Connect work in Uganda. A student who built her first WordPress site at a WordPress Campus Connect event later attended a WordCamp. These events serve as a pathway for the next generation of WordPress contributors, builders, and professionals.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking ahead</h2>\n\n\n\n<p class=\"wp-block-paragraph\">If 2026 has shown anything, it is that interest in WordPress, and in the tools and services that Global Partners provide, continues to grow around the world. The questions being asked at booths and in sessions are sharper, the audiences more diverse, and the community&#8217;s reach more genuinely global. Thank you to Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger for being part of that story this year, and to every organizer, volunteer, speaker, and attendee who made these events possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To find an upcoming event near you, visit <a href=\"https://central.wordcamp.org\">WordCamp Central</a>. To learn how organizations can support the WordPress project, see the <a href=\"https://events.wordpress.org/sponsor/\">community sponsorship program</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"What Happened at WordCamp Europe 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/06/wceu-2026-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Jun 2026 17:44:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20793\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"WordCamp Europe 2026 brought the WordPress community to Kraków for three days of contribution and conversation, from CERN going live on WordPress to WordPress 7.0, AI, and a closing fireside chat on where the project goes next. Read the full recap.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:72610:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2560%2C1440&#038;ssl=1\" alt=\"\" class=\"wp-image-20801\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-horizontal is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-e8523bbf wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"386\" height=\"501\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=386%2C501&#038;ssl=1\" alt=\"\" class=\"wp-image-20863\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?w=386&amp;ssl=1 386w, https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=231%2C300&amp;ssl=1 231w\" sizes=\"auto, (max-width: 386px) 100vw, 386px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe, <a href=\"https://europe.wordcamp.org/2026/\">the biggest WordPress conference in Europe</a>, spent the first week of June in Kraków. The 2026 edition of this event filled the ICE Kraków Congress Centre from June 4 to 6, drawing 2,458 ticket holders from 81 countries to the south of Poland. Close to a quarter of them were attending their first WordCamp Europe.</p>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">The city made it easy to settle in. Every attendee&#8217;s badge carried a transport hologram good for unlimited trams and buses. The Main Market Square, the largest in Europe, sat a short ride away, and the local food ran the gamut from pierogi to żurek soup to obwarzanek pretzels sold off the street.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Kraków is beautiful, with history everywhere.<br><em>&#8211; Sebastian Miśniakiewicz, local team lead</em></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-7387b849 wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">The program kept pace with the setting. Across multiple tracks, the schedule held 49 talks and eight hands-on workshops, grouped into themes that ran from core development and AI to business and the open web. Around them sat a full Contributor Day, a sponsor area, side events, on-site childcare, and an after-party the local team stretched to eight hours.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=474%2C500&#038;ssl=1\" alt=\"\" class=\"wp-image-20864\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?w=474&amp;ssl=1 474w, https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=284%2C300&amp;ssl=1 284w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" /></figure>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day Opens the Week</h2>\n\n\n\n<p class=\"wp-block-paragraph\">As it does every year, the event began the day before the talks. Contributors filled the venue for Contributor Day, a working session where people work together to improve WordPress itself rather than watch a presentation about it. The morning started with registration and a welcome, the room split into teams, and a group photo broke up the work around midday. The afternoon ran a second working block before each team gathered to share what it had done.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a651fa20a999&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-3 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20afc8&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20afc8\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20812\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20812\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20b825&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20b825\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20806\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20806\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20bfa0&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20bfa0\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20805\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20805\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20c7f0&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20c7f0\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20807\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20807\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20d01c&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20d01c\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20808\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20808\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20d821&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20d821\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20809\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20809\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20e04d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20e04d\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20810\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20810\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20e831&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20e831\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20813\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.25.24-1-scaled.jpeg?ssl=1\" alt=\"\" class=\"wp-image-20813\" style=\"aspect-ratio:1\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa20f035&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa20f035\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20811\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20811\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">The range of tables is the clearest picture of how wide the project has become. Newcomers could sit down with Polyglots to translate WordPress into their own language, with Documentation to fix the pages people reach when they get stuck, or with Support to answer questions in the forums. More technical tables covered Core, Performance, Testing, Themes, and the Plugins team, whose reviewers screen every plugin submitted to the directory.</p>\n\n\n\n<p class=\"wp-block-paragraph\">First-timers were not left to find their own way. The day was built around onboarding tables, named table leads, and mentors, with an open invitation for experienced contributors to adopt a newcomer and walk them through their first patch, string, or ticket.</p>\n\n\n\n<p class=\"wp-block-paragraph\">People who could not travel to Kraków were welcomed to join remotely through the #contributor-day channel in the <a href=\"https://make.wordpress.org/\">Make WordPress Slack</a>, so distance was not a reason to sit the day out.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Birthplace of the Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It was fitting that the opening keynote came from CERN. The European Laboratory for Particle Physics, on the French-Swiss border outside Geneva, is where the World Wide Web was invented more than 30 years ago, and <a href=\"https://profiles.wordpress.org/joachimv\">Joachim Valdemar Yde</a>, who has managed CERN&#8217;s web team since 2021, came to explain why the laboratory had chosen WordPress to carry its web presence forward.</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-ef2f134e wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/712t_Kjbj3I?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Yde and <a href=\"https://profiles.wordpress.org/franciscobbarros\">Francisco Borges Aurindo Barros</a>, who leads CERN&#8217;s WordPress infrastructure, framed the move as a chance to give a web presence built up over three decades a shared, modern foundation. After evaluating several leading content management systems against CERN&#8217;s needs, WordPress came out on top.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Barros walked through what they had built. The guiding idea is that people at CERN focus on their content while the web team looks after the platform underneath. A self-service portal lets anyone request a site in a few clicks. Behind it, a shared distribution supplies a common theme and a set of approved, security-hardened plugins, and an in-house tool provisions each new site on Kubernetes in about a minute. In its first year, the platform has already set up hundreds of sites.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Moving years of existing content onto the new platform is the other half of the work, and the team automated it: a single command lifts each site&#8217;s pages, headings, and images and rebuilds them as Gutenberg blocks, with no downtime. They plan to open source the tool.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then Yde delivered the line that the room had been waiting for.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">As of today, our main flagship website, home.cern, is now served on WordPress. It&#8217;s been automatically migrated, and it&#8217;s live.<br><br><em>&#8211; Joachim Valdemar Yde, Web Manager, CERN</em></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The rollout is on track to wrap up over the coming months, and early impressions, Yde said, have been overwhelmingly positive, with easy wins in responsiveness and accessibility. For those at the event, the keynote pointed the room toward <a href=\"https://youtu.be/f09yvh3mnME\">a later talk by CERN&#8217;s Akanksha Chatterjee</a> on building and maintaining the laboratory&#8217;s engineering websites on the same service.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is a neat symmetry to it. The institution that published the world&#8217;s first website now runs on the software that powers more than 40% of today&#8217;s web, licensed under the GPL and maintained by the people in the room.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 7.0 and AI</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 was a throughline of the conference. Several sessions placed the release at the center, framing it less as a routine update than as a change in what the software is, and in what it makes possible for the people who build with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The anchor for that conversation was a panel called &#8220;Inside WordPress 7.0.&#8221; It gathered contributors who worked on the release, among them <a href=\"https://profiles.wordpress.org/juanmaguitar\">Juan Manuel Garrido</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/mikachan\">Sarah Norris</a>, and <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>. It was framed around more than a feature list, setting out to cover how a release of this size actually comes together: the contribution workflows, the coordination, and the human aspects of shipping software in the open.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa2108c7&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa2108c7\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1264\" height=\"843\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1264%2C843&#038;ssl=1\" alt=\"Photo of the stage for the panel inside WordPress 7.0\" class=\"wp-image-20878\" title=\"Panel: Inside WordPress 7.0\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=768%2C512&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<p class=\"wp-block-paragraph\">What gives this release its weight is the work moving into WordPress&#8217;s core: a native AI client, a new Abilities API that lets plugins declare what they can do in a way other tools can discover, and a Connectors screen for wiring up providers such as OpenAI, Anthropic, or Google Gemini. The argument running through the AI sessions was that this belongs to everyone who builds on WordPress, not only to developers shipping their own integrations. Speakers got specific about how to put that to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/anukasha\">Anukasha Singh</a> focused on how the Abilities API can make plugin permissions cleaner and safer than the capability checks developers have leaned on for years.</li>\n\n\n\n<li>In a workshop, <a href=\"https://profiles.wordpress.org/wpfeedback\">Vito Peleg</a> set out to take builders from one-off prompts toward a tool-using workflow that audits a live site and files structured tickets.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, a WP-CLI maintainer who has worked on structured data and the AI-native web, turned to a fast-growing opportunity. AI assistants and search now send real traffic to the open web, with more than a billion referral visits logged by the middle of 2025. His session framed WordPress as well-placed to earn that attention, with a practical checklist for getting a site ready to be found, read, and cited.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">People stayed at the center of the conversation, too. <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, in a talk called &#8220;Human in the loop means something,&#8221; framed the phrase as a real commitment rather than a checkbox. Humans and AI are each good at different things, and the products worth building let each do what it does best.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Development and Craft</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The development sessions were where the craft lived. <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, who co-wrote the HTML API and designed the block parser, devoted a deep-dive workshop to that API. <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, a long-time Core committer on the Performance team, focused on how the WP_Query class has been made faster through better caching, and how site builders can take advantage of that at scale.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Scaling got a hands-on session of its own. One talk set out to see how far a WordPress site can run on a twelve-dollar virtual server, profiling it under load in Grafana and tuning away the bottlenecks, with a GitHub repository so attendees could follow along at home. <a href=\"https://profiles.wordpress.org/fellyph\">Fellyph Cintra</a> focused on the latest in <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, the browser-based tooling and architectural changes that the project credits with a real speed-up.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, a Core contributor and former default-theme co-lead, set out to make the case that accessibility-ready requirements are far easier to meet than most theme developers assume, drawing on real reviews of both block and classic themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Two members of the Plugins team, <a href=\"https://profiles.wordpress.org/davidperez\">David Perez</a> and <a href=\"https://profiles.wordpress.org/frantorres\">Fran Torres</a>, framed their session as a practical clinic. Between them, they have reviewed more than 25,000 plugins, and they set out to name the common, avoidable issues that keep good plugins stuck in the review queue. For a first-time author, that is the difference between an afternoon and a month of waiting.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Business of WordPress and the Open Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The business and community sessions pulled the lens back to people, with a refreshingly unsentimental view of running a WordPress business. <a href=\"https://profiles.wordpress.org/deltacx\">Debbie Levitt</a> built her talk around a model for finding product-market fit at three levels at once, on the premise that teams celebrate one good metric and then wonder months later where their users went. <a href=\"https://profiles.wordpress.org/vasvalch\">Vassilena Valchanova</a> took on a quieter problem: being good at the work is not the same as anyone knowing you are.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There was a local thread here as well. <a href=\"https://profiles.wordpress.org/irsilviana\">Irfani Silviana</a>, a full-stack developer at a Kraków-based agency, framed the Business Model Canvas as a translation layer that moves developers from shipping features to engineering business value, a fitting talk to give in her own city.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">The web&#8217;s standards, the argument goes, remain as open as the day Tim Berners-Lee created them at CERN.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">That idea carried through the rest of the community sessions. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/wdavidsnead\">David Snead</a>, an attorney who works with internet infrastructure providers, set out to explain how hosts, registrars, and registries coordinate against abuse through shared, real-time intelligence, on the logic that a threat to one WordPress host is a threat to all of them.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a> shared a practical playbook for how companies and individuals can support open source sustainably and look after the people who keep it going.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/karinchristen\">Karin Christen</a> set out to describe how her Swiss agency turned <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> from a good intention into a standing team habit through internal contributor days.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Running alongside the talks, the hands-on workshops were a chance to build something on the spot. In one, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a> set out to build a touch-enabled gallery slider with the Interactivity API, while another centered on Full Site Editing, with a working portfolio theme attendees could reuse on their next client project. These were laptop-open, leave-with-working-code sessions.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a651fa2115c2&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-4 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa211bbd&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa211bbd\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20849\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20849\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa2123a4&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa2123a4\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20850\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20850\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing Fireside Chat</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The closing session opened with a warm gesture from Kraków University of Technology. Representatives took the stage to thank the organizers and the community and to present <a href=\"https://profiles.wordpress.org/4thhubbard\">Mary Hubbard</a>, the Executive Director of WordPress, with a gift from their faculty of informatics and mathematics. They described what the university and the WordCamp community share: a love of learning and sharing knowledge, and an openness to new ideas, skills, and connections.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hubbard used the moment to share some news. Starting in October, the university will open a WordPress-specific course, which she called a trail-blazing event for Poland and for WordPress. Earlier that day, the program&#8217;s first cohort, around 20 students, had shown what they built, part of the <a href=\"https://wordpress.org/education/campus-connect/\">WordPress Campus Connect</a> and <a href=\"https://wordpress.org/education/credits/\">WordPress Credits</a> education work.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a651fa212837&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-5 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa212c7b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa212c7b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20888\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20888\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa21322d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa21322d\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20887\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20887\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Hubbard then turned the stage into a conversation, inviting <a href=\"https://profiles.wordpress.org/matveb\">Matías Ventura</a>, the lead of the Gutenberg project, and <a href=\"https://profiles.wordpress.org/richtabor\">Rich Tabor</a>, a WordPress designer and developer, to talk through where WordPress is heading and how AI fits in. WordPress 7.0 had just launched with Ventura as its release lead, and he asked everyone who had contributed to it to stand for a round of applause.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of the chat explored the balance between building WordPress with AI, and building with AI on WordPress, without losing the human part. Ventura noted that WordPress&#8217;s long investment in its design system is paying off now that you can ask an AI to extend a menu or a control, and it reaches for the right components. He pointed to older primitives gaining new value, like <a href=\"https://wordpress.org/cli/\">WP-CLI</a>, which AI models use fluently, and to <a href=\"https://developer.wordpress.com/docs/developer-tools/studio/studio-code/\">Studio Code</a>, an open source, agent-based coding tool the team has been building for WordPress. Tabor showed how he now ships many small editor improvements by talking to an agent instead of typing code, and Ventura demoed desktop mode and open-canvas experiments that reimagine the admin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On open source and AI, Hubbard argued that open source is why WordPress has thrived, that the same values should shape AI, and that the community should be far more vocal about it. As she put it, &#8220;We should be talking about it, and we should be much louder about it.&#8221;</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-9c97b5da wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/X4GG-sfH94M?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Audience questions pushed on multilingual support, unsticking long-stalled tickets, and reaching a younger, more diverse community. On that last point, Hubbard came back to education, pointing to a <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">US pilot of an AI literacy micro-credential</a> that uses WordPress as the playground, and made the case for it:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">I think that focusing in on younger generations, and bringing them into the project in a healthy way, with the dynamic of education as well as mentorship, and how we can understand and learn from them, as well as mentor them and adopt them as contributors, is very important.<br><br><em>&#8211; Mary Hubbard, WordPress Executive Director</em></p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Beyond the Talks</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp is also about the corridor outside the talks, and Kraków gave people reason to roam. Between sessions, attendees moved through the sponsor area for product demos and conversations that often carried on over lunch.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a651fa213ad3&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-3 is-cropped has-black-background-color has-background wp-block-gallery-6 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa2141c3&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa2141c3\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20823\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20823\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa2149c3&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa2149c3\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20828\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20828\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa215040&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa215040\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20825\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20825\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa215623&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa215623\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20824\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20824\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa215bee&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa215bee\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20826\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20826\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a651fa2161c6&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a651fa2161c6\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20827\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20827\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">The after-party was the not-so-subtle flourish of a local team that doubled the usual length to eight hours, with Polish food and dragon-and-floral swag that nodded to the Wawel Dragon of Kraków legend. The nearby artistic Kazimierz district kept the evening going, and the trams, as one organizer had promised, were still running reliably afterward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamps run on people, and 2026 was no different. The organizing teams, the speakers, the sponsors who funded the venue and the meals, the local crew who sorted trams and pierogi, and the contributors who arrived a day early to work on the project all built this WCEU together. The people watching the <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\">livestream</a> from outside Kraków were part of it as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For anyone whose appetite was only sharpened by three days in Poland, the calendar already has the next stop. <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a> (Phoenix, USA) runs August 16 to 19, with its own Contributor Day opening the week.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-style:none;border-width:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe will return next year (May 27-29, 2027) in Málaga, Spain.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>Photography by the <a href=\"https://europe.wordcamp.org/2026/community/organisers/#photography-team\">WCEU 2026 photography team</a>. See the full galleries on <a href=\"https://www.flickr.com/photos/wceu/albums/\">Flickr</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 25 Jul 2026 20:55:57 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 23 Jul 2026 19:20:11 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:9:\"HIT dca 1\";}s:5:\"build\";i:1776789697;s:21:\"cache_expiration_time\";i:1785056157;s:23:\"__cache_expiration_time\";i:1785056157;}','off'),
(1031147,'bsf_usage_migrated','1','off'),
(1031148,'wp_astra_theme_db_migration_batch_6d96e7ef3a2ccee0a5f3fecdcd89b9','a:34:{i:0;s:36:\"astra_theme_background_updater_4_0_0\";i:1;s:36:\"astra_theme_background_updater_4_0_2\";i:2;s:36:\"astra_theme_background_updater_4_1_0\";i:3;s:36:\"astra_theme_background_updater_4_1_4\";i:4;s:36:\"astra_theme_background_updater_4_1_6\";i:5;s:36:\"astra_theme_background_updater_4_1_7\";i:6;s:36:\"astra_theme_background_updater_4_2_0\";i:7;s:36:\"astra_theme_background_updater_4_2_2\";i:8;s:36:\"astra_theme_background_updater_4_4_0\";i:9;s:36:\"astra_theme_background_updater_4_5_0\";i:10;s:36:\"astra_theme_background_updater_4_5_2\";i:11;s:36:\"astra_theme_background_updater_4_6_0\";i:12;s:36:\"astra_theme_background_updater_4_6_2\";i:13;s:36:\"astra_theme_background_updater_4_6_4\";i:14;s:36:\"astra_theme_background_updater_4_6_5\";i:15;s:36:\"astra_theme_background_updater_4_6_6\";i:16;s:37:\"astra_theme_background_updater_4_6_11\";i:17;s:37:\"astra_theme_background_updater_4_6_12\";i:18;s:37:\"astra_theme_background_updater_4_6_14\";i:19;s:36:\"astra_theme_background_updater_4_7_0\";i:20;s:36:\"astra_theme_background_updater_4_7_1\";i:21;s:36:\"astra_theme_background_updater_4_8_0\";i:22;s:36:\"astra_theme_background_updater_4_8_2\";i:23;s:36:\"astra_theme_background_updater_4_8_4\";i:24;s:36:\"astra_theme_background_updater_4_8_7\";i:25;s:36:\"astra_theme_background_updater_4_8_9\";i:26;s:37:\"astra_theme_background_updater_4_8_10\";i:27;s:36:\"astra_theme_background_updater_4_9_0\";i:28;s:37:\"astra_theme_background_updater_4_10_0\";i:29;s:37:\"astra_theme_background_updater_4_11_6\";i:30;s:38:\"astra_theme_background_updater_4_11_12\";i:31;s:37:\"astra_theme_background_updater_4_12_0\";i:32;s:37:\"astra_theme_background_updater_4_12_2\";i:33;s:17:\"update_db_version\";}','off'),
(1031149,'astra_usage_installed_time','1785765847','off'),
(1031150,'_site_transient_timeout_wp_theme_files_patterns-d83a36ecfab969c82ccd3372c5457973','1785767972','off'),
(1031151,'_site_transient_wp_theme_files_patterns-d83a36ecfab969c82ccd3372c5457973','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off'),
(1031152,'_transient_doing_cron','1785766172.3268120288848876953125','on'),
(1031153,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:1012:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:13;s:5:\"right\";i:30;s:6:\"bottom\";i:13;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:28;s:6:\"bottom\";i:12;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:24;s:6:\"bottom\";i:10;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:5:\"right\";i:2;s:6:\"bottom\";i:2;s:4:\"left\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:900;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:3:\"250\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:12:\"full-content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:7:\"zoom-in\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[post-card-background-overlay]\";a:4:{s:7:\"default\";a:2:{s:15:\"background-type\";s:0:\"\";s:16:\"background-color\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"category\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:7:\"#b31106\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-7)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:14;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:18:\"\'Lato\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.5\";s:16:\"line-height-unit\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:28:\"\'Archivo Narrow\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:2;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"34\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"25\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"narrow-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:13:\"right-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:13:\"right-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:31:\"section-search-page-title-title\";i:1;s:36:\"section-search-page-title-breadcrumb\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.5\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:60:\"var( --ast-global-color-primary, var(--ast-global-color-4) )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:60:\"var( --ast-global-color-primary, var(--ast-global-color-4) )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:40;s:5:\"right\";i:40;s:6:\"bottom\";i:40;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[header-menu1-mega-menu-upsell]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[header-menu2-mega-menu-upsell]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:37:\"https://deborahbrody.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:26:\"var(--ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:37:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:8405;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:8405;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:8405;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:8405;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:8405;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:8405;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:8459;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','off'),
(1031154,'astra_notices_allowed','a:1:{i:0;s:18:\"astra-optin-notice\";}','auto');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_plugin_slickquiz`
--

DROP TABLE IF EXISTS `wp_plugin_slickquiz`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_plugin_slickquiz` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `publishedJson` longtext DEFAULT NULL,
  `workingJson` longtext DEFAULT NULL,
  `publishedQCount` int(11) DEFAULT NULL,
  `workingQCount` int(11) DEFAULT NULL,
  `hasBeenPublished` tinyint(1) NOT NULL DEFAULT 0,
  `publishedBy` bigint(20) unsigned NOT NULL DEFAULT 0,
  `publishedDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `createdBy` bigint(20) unsigned NOT NULL DEFAULT 0,
  `createdDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastUpdatedBy` bigint(20) unsigned NOT NULL DEFAULT 0,
  `lastUpdatedDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `createdBy_index` (`createdBy`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_plugin_slickquiz`
--

LOCK TABLES `wp_plugin_slickquiz` WRITE;
/*!40000 ALTER TABLE `wp_plugin_slickquiz` DISABLE KEYS */;
INSERT INTO `wp_plugin_slickquiz` VALUES
(1,'Friday Fun Quiz--February 27','{\"info\":{\"name\":\"Friday Fun Quiz--February 27\",\"main\":\"Take a quick quiz to test your spelling, grammar and style knowledge.\",\"results\":\"Thanks for playing! \",\"level1\":\"Editor-in-Chief\",\"level2\":\"Managing Editor\",\"level3\":\"Staff Writer\",\"level4\":\"Freelancer\",\"level5\":\"Math Wiz\"},\"questions\":[{\"a\":[{\"option\":\"Affect\",\"correct\":\"checked\"},{\"option\":\"Effect\"}],\"q\":\"I won\\u2019t let the bad weather ___ my mood.\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true},{\"a\":[{\"option\":\"February 27th, 2015\"},{\"option\":\"February 27, 2015\",\"correct\":\"checked\"},{\"option\":\"February 27 2015\"},{\"option\":\"27 February 2015\"}],\"q\":\"According to AP Style, which date is stated correctly?\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true},{\"a\":[{\"option\":\"Millenium\"},{\"option\":\"Millennium\",\"correct\":\"checked\"},{\"option\":\"Milennium\"},{\"option\":\"Milenium\"}],\"q\":\"Which version is spelled correctly?\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true},{\"a\":[{\"option\":\"Supposedly\"},{\"option\":\"Supposed\"},{\"option\":\"Supposably\",\"correct\":\"checked\"},{\"option\":\"Supposition\"}],\"q\":\"Which of the following is not an actual word?\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true},{\"a\":[{\"option\":\"That check-out lane is for those with 10 items or less.\"},{\"option\":\"My to-do list includes 10 items or fewer.\",\"correct\":\"checked\"}],\"q\":\"Which sentence is correct?\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true}],\"extra\":null}','{\"info\":{\"name\":\"Friday Fun Quiz--February 27\",\"main\":\"Take a quick quiz to test your spelling, grammar and style knowledge.\",\"results\":\"Thanks for playing! \",\"level1\":\"Editor-in-Chief\",\"level2\":\"Managing Editor\",\"level3\":\"Staff Writer\",\"level4\":\"Freelancer\",\"level5\":\"Math Wiz\"},\"questions\":[{\"a\":[{\"option\":\"Affect\",\"correct\":\"checked\"},{\"option\":\"Effect\"}],\"q\":\"I won\\u2019t let the bad weather ___ my mood.\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true},{\"a\":[{\"option\":\"February 27th, 2015\"},{\"option\":\"February 27, 2015\",\"correct\":\"checked\"},{\"option\":\"February 27 2015\"},{\"option\":\"27 February 2015\"}],\"q\":\"According to AP Style, which date is stated correctly?\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true},{\"a\":[{\"option\":\"Millenium\"},{\"option\":\"Millennium\",\"correct\":\"checked\"},{\"option\":\"Milennium\"},{\"option\":\"Milenium\"}],\"q\":\"Which version is spelled correctly?\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true},{\"a\":[{\"option\":\"Supposedly\"},{\"option\":\"Supposed\"},{\"option\":\"Supposably\",\"correct\":\"checked\"},{\"option\":\"Supposition\"}],\"q\":\"Which of the following is not an actual word?\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true},{\"a\":[{\"option\":\"That check-out lane is for those with 10 items or less.\"},{\"option\":\"My to-do list includes 10 items or fewer.\",\"correct\":\"checked\"}],\"q\":\"Which sentence is correct?\",\"correct\":\"Correct!\",\"incorrect\":\"Incorrect!\",\"select_any\":true,\"force_checkbox\":true}],\"extra\":null}',5,5,1,4,'2015-02-27 18:03:46',4,'2015-02-27 17:56:00',4,'2015-02-27 18:03:46');
/*!40000 ALTER TABLE `wp_plugin_slickquiz` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_plugin_slickquiz_scores`
--

DROP TABLE IF EXISTS `wp_plugin_slickquiz_scores`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_plugin_slickquiz_scores` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `score` varchar(50) NOT NULL,
  `quiz_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `createdBy` bigint(20) unsigned NOT NULL DEFAULT 0,
  `createdDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `quiz_id_index` (`quiz_id`),
  KEY `score_index` (`score`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_plugin_slickquiz_scores`
--

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

--
-- Table structure for table `wp_post_notification_cats`
--

DROP TABLE IF EXISTS `wp_post_notification_cats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_post_notification_cats` (
  `id` int(11) NOT NULL,
  `cat_id` bigint(20) NOT NULL,
  KEY `id` (`id`),
  KEY `cat_id` (`cat_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_post_notification_cats`
--

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

--
-- Table structure for table `wp_post_notification_emails`
--

DROP TABLE IF EXISTS `wp_post_notification_emails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_post_notification_emails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email_addr` varchar(255) DEFAULT NULL,
  `gets_mail` int(11) DEFAULT NULL,
  `last_modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `date_subscribed` datetime DEFAULT NULL,
  `act_code` varchar(32) DEFAULT NULL,
  `subscribe_ip` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `id` (`id`,`gets_mail`),
  KEY `email_addr` (`email_addr`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_post_notification_emails`
--

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

--
-- Table structure for table `wp_post_notification_posts`
--

DROP TABLE IF EXISTS `wp_post_notification_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_post_notification_posts` (
  `post_id` bigint(20) NOT NULL DEFAULT 0,
  `notification_sent` int(11) NOT NULL DEFAULT -1,
  `date_saved` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`post_id`),
  KEY `notification_sent` (`notification_sent`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_post_notification_posts`
--

LOCK TABLES `wp_post_notification_posts` WRITE;
/*!40000 ALTER TABLE `wp_post_notification_posts` DISABLE KEYS */;
INSERT INTO `wp_post_notification_posts` VALUES
(112,-2,'2011-07-22 05:45:59');
/*!40000 ALTER TABLE `wp_post_notification_posts` 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 = utf8mb4 */;
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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=7739 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(2,4,'_wp_attached_file','2011/06/Deborah-Brody-Marketing-Communications.jpg'),
(3,4,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:105;s:4:\"file\";s:50:\"2011/06/Deborah-Brody-Marketing-Communications.jpg\";s:8:\"filesize\";i:18285;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4,5,'_edit_last','1'),
(5,5,'_edit_lock','1520353115:5'),
(6,6,'_wp_attached_file','2011/06/istockphoto_13190610-cup-of-coffee-with-splash.jpg'),
(7,6,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"380\";s:6:\"height\";s:3:\"253\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:58:\"2011/06/istockphoto_13190610-cup-of-coffee-with-splash.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:58:\"istockphoto_13190610-cup-of-coffee-with-splash-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:58:\"istockphoto_13190610-cup-of-coffee-with-splash-300x199.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"199\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(9,7,'_wp_attached_file','2011/06/Primary-Tools-of-Marketing.jpg'),
(10,7,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:38:\"2011/06/Primary-Tools-of-Marketing.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:38:\"Primary-Tools-of-Marketing-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:38:\"Primary-Tools-of-Marketing-300x173.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"173\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(11,5,'_thumbnail_id','7'),
(12,8,'_menu_item_type','custom'),
(13,8,'_menu_item_menu_item_parent','0'),
(14,8,'_menu_item_object_id','8'),
(15,8,'_menu_item_object','custom'),
(16,8,'_menu_item_target',''),
(17,8,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(18,8,'_menu_item_xfn',''),
(19,8,'_menu_item_url','http://deborahbrody.com'),
(21,2,'_edit_lock','1770926619:4'),
(22,2,'_edit_last','4'),
(23,11,'_wp_attached_file','2011/06/background.jpg'),
(24,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1680\";s:6:\"height\";s:3:\"321\";s:14:\"hwstring_small\";s:23:\"height=\'24\' width=\'128\'\";s:4:\"file\";s:22:\"2011/06/background.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"background-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"background-300x57.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"57\";}s:5:\"large\";a:3:{s:4:\"file\";s:23:\"background-1024x195.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"195\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:22:\"background-616x321.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"321\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(25,12,'_wp_attached_file','2011/06/tagline.jpg'),
(26,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"492\";s:6:\"height\";s:2:\"74\";s:14:\"hwstring_small\";s:23:\"height=\'19\' width=\'128\'\";s:4:\"file\";s:19:\"2011/06/tagline.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"tagline-150x74.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"74\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"tagline-300x45.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"45\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(27,14,'_edit_last','4'),
(28,14,'_edit_lock','1770925936:4'),
(29,14,'_wp_page_template','default'),
(963,1137,'_edit_last','1'),
(244,2,'_s2mail','yes'),
(33,18,'_edit_last','4'),
(34,18,'_edit_lock','1688678008:4'),
(35,18,'_wp_page_template','default'),
(36,20,'_edit_last','5'),
(37,20,'_edit_lock','1523908955:5'),
(38,20,'_wp_page_template','default'),
(39,22,'_edit_last','5'),
(40,22,'_edit_lock','1557855126:4'),
(41,22,'_wp_page_template','default'),
(42,24,'_edit_last','4'),
(43,24,'_edit_lock','1749040962:4'),
(44,24,'_wp_page_template','default'),
(45,26,'_menu_item_type','post_type'),
(46,26,'_menu_item_menu_item_parent','0'),
(47,26,'_menu_item_object_id','24'),
(48,26,'_menu_item_object','page'),
(49,26,'_menu_item_target',''),
(50,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(51,26,'_menu_item_xfn',''),
(52,26,'_menu_item_url',''),
(99,32,'_wp_attached_file','2011/06/signup-box.jpg'),
(54,27,'_menu_item_type','post_type'),
(55,27,'_menu_item_menu_item_parent','0'),
(56,27,'_menu_item_object_id','22'),
(57,27,'_menu_item_object','page'),
(58,27,'_menu_item_target',''),
(59,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(60,27,'_menu_item_xfn',''),
(61,27,'_menu_item_url',''),
(63,28,'_menu_item_type','post_type'),
(64,28,'_menu_item_menu_item_parent','0'),
(65,28,'_menu_item_object_id','20'),
(66,28,'_menu_item_object','page'),
(67,28,'_menu_item_target',''),
(68,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(69,28,'_menu_item_xfn',''),
(70,28,'_menu_item_url',''),
(100,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"358\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'75\'\";s:4:\"file\";s:22:\"2011/06/signup-box.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"signup-box-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"signup-box-234x300.jpg\";s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"300\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:22:\"signup-box-280x356.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(72,29,'_menu_item_type','post_type'),
(73,29,'_menu_item_menu_item_parent','0'),
(74,29,'_menu_item_object_id','18'),
(75,29,'_menu_item_object','page'),
(76,29,'_menu_item_target',''),
(77,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(78,29,'_menu_item_xfn',''),
(79,29,'_menu_item_url',''),
(150,51,'_edit_last','4'),
(149,49,'_wp_page_template','default'),
(148,49,'_edit_lock','1528290942:4'),
(147,49,'_edit_last','4'),
(962,1137,'_edit_lock','1313108978:1'),
(246,1234,'jabber_published','1312294167'),
(247,1237,'_wp_page_template','default'),
(211,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"132\";s:6:\"height\";s:3:\"129\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'98\'\";s:4:\"file\";s:28:\"2011/07/SunbloomBrochure.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(210,85,'_wp_attached_file','2011/07/SunbloomBrochure.jpg'),
(209,84,'_edit_lock','1311312369:1'),
(208,84,'_edit_last','1'),
(101,34,'_wp_attached_file','2011/06/facebook-icon.jpg'),
(102,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"81\";s:14:\"hwstring_small\";s:22:\"height=\'81\' width=\'90\'\";s:4:\"file\";s:25:\"2011/06/facebook-icon.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(103,35,'_wp_attached_file','2011/06/rss-icon.jpg'),
(104,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"75\";s:14:\"hwstring_small\";s:22:\"height=\'75\' width=\'90\'\";s:4:\"file\";s:20:\"2011/06/rss-icon.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(105,36,'_wp_attached_file','2011/06/twitter-icon.jpg'),
(106,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"78\";s:14:\"hwstring_small\";s:22:\"height=\'78\' width=\'90\'\";s:4:\"file\";s:24:\"2011/06/twitter-icon.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(107,37,'_wp_attached_file','2011/06/favicon.ico'),
(108,37,'_wp_attachment_metadata','a:0:{}'),
(109,38,'_edit_last','4'),
(110,38,'_edit_lock','1520359088:5'),
(111,38,'_wp_page_template','default'),
(112,40,'_edit_last','4'),
(113,40,'_edit_lock','1445351056:4'),
(114,40,'_wp_page_template','page-nosidebar.php'),
(115,42,'_edit_last','4'),
(116,42,'_edit_lock','1520359241:5'),
(117,42,'_wp_page_template','default'),
(118,44,'_menu_item_type','post_type'),
(119,44,'_menu_item_menu_item_parent','29'),
(120,44,'_menu_item_object_id','42'),
(121,44,'_menu_item_object','page'),
(122,44,'_menu_item_target',''),
(123,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(124,44,'_menu_item_xfn',''),
(125,44,'_menu_item_url',''),
(151,51,'_edit_lock','1504545407:4'),
(127,45,'_menu_item_type','post_type'),
(128,45,'_menu_item_menu_item_parent','29'),
(129,45,'_menu_item_object_id','40'),
(130,45,'_menu_item_object','page'),
(131,45,'_menu_item_target',''),
(132,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(133,45,'_menu_item_xfn',''),
(134,45,'_menu_item_url',''),
(152,51,'_wp_page_template','default'),
(136,46,'_menu_item_type','post_type'),
(137,46,'_menu_item_menu_item_parent','29'),
(138,46,'_menu_item_object_id','38'),
(139,46,'_menu_item_object','page'),
(140,46,'_menu_item_target',''),
(141,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(142,46,'_menu_item_xfn',''),
(143,46,'_menu_item_url',''),
(3462,2206,'_s2mail','yes'),
(3461,2206,'_edit_lock','1369829452:4'),
(3460,2206,'_edit_last','4'),
(3389,2158,'_edit_lock','1367413907:4'),
(3385,2155,'_s2mail','yes'),
(3384,2155,'Hide OgTags','0'),
(3383,2155,'Hide SexyBookmarks','0'),
(3382,2155,'_edit_lock','1367250406:4'),
(3381,2155,'_edit_last','4'),
(195,61,'_edit_last','1'),
(196,61,'_edit_lock','1311225573:1'),
(177,59,'_menu_item_type','post_type'),
(178,59,'_menu_item_menu_item_parent','1364'),
(179,59,'_menu_item_object_id','51'),
(180,59,'_menu_item_object','page'),
(181,59,'_menu_item_target',''),
(182,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(183,59,'_menu_item_xfn',''),
(184,59,'_menu_item_url',''),
(186,60,'_menu_item_type','post_type'),
(187,60,'_menu_item_menu_item_parent','1364'),
(188,60,'_menu_item_object_id','49'),
(189,60,'_menu_item_object','page'),
(190,60,'_menu_item_target',''),
(191,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(192,60,'_menu_item_xfn',''),
(193,60,'_menu_item_url',''),
(1163,1375,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"175\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:27:\"2011/08/testimonial-box.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"testimonial-box-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"testimonial-box-300x164.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"164\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:27:\"testimonial-box-280x175.png\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"175\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(1162,1375,'_wp_attached_file','2011/08/testimonial-box.png'),
(1161,1237,'_edit_lock','1504545324:4'),
(1160,18,'_s2mail','yes'),
(237,106,'_wp_attached_file','2011/07/SunbloomBrochure-2.jpg'),
(213,86,'_wp_attached_file','2011/07/SunbloomBrochure.pdf'),
(214,86,'_wp_attachment_metadata','a:0:{}'),
(242,110,'_s2mail','yes'),
(243,110,'_wp_page_template','default'),
(216,88,'_edit_last','1'),
(217,88,'_edit_lock','1311312389:1'),
(218,89,'_wp_attached_file','2011/07/StreamlineBrochure.jpg'),
(219,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"132\";s:6:\"height\";s:3:\"147\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:30:\"2011/07/StreamlineBrochure.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(234,103,'_wp_attached_file','2011/07/StreamlineBrochure-1.jpg'),
(221,90,'_wp_attached_file','2011/07/StreamlineBrochure.pdf'),
(222,90,'_wp_attachment_metadata','a:0:{}'),
(240,110,'_edit_last','1'),
(241,110,'_edit_lock','1311313148:1'),
(224,92,'_edit_last','1'),
(225,92,'_edit_lock','1311312170:1'),
(226,93,'_wp_attached_file','2011/07/JasonWBrochure.gif'),
(227,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"132\";s:6:\"height\";s:3:\"140\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'90\'\";s:4:\"file\";s:26:\"2011/07/JasonWBrochure.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(231,101,'_wp_attached_file','2011/07/JasonWBrochure-1.jpg'),
(229,94,'_wp_attached_file','2011/07/JasonWBrochure.pdf'),
(230,94,'_wp_attachment_metadata','a:0:{}'),
(232,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:28:\"2011/07/JasonWBrochure-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"JasonWBrochure-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(233,92,'_thumbnail_id','101'),
(235,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:32:\"2011/07/StreamlineBrochure-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"StreamlineBrochure-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(236,88,'_thumbnail_id','103'),
(238,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:30:\"2011/07/SunbloomBrochure-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"SunbloomBrochure-2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(239,84,'_thumbnail_id','106'),
(248,1255,'_wp_page_template','default'),
(249,1306,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1243968115\";}'),
(250,1306,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1243968116\";}'),
(251,1307,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747851\";}'),
(252,1307,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747851\";}'),
(253,1311,'_wp_attached_file','2008/08/p8200840.jpg'),
(254,1311,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1704\";s:6:\"height\";s:4:\"2272\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:20:\"2008/08/p8200840.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"p8200840-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"p8200840-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:21:\"p8200840-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"p8200840-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"p8200840-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"3.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"u30D,S410D,u410D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1219231530\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"8.22\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),
(255,1312,'_wp_attached_file','2008/08/p8200843.jpg'),
(256,1312,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1704\";s:6:\"height\";s:4:\"2272\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:20:\"2008/08/p8200843.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"p8200843-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"p8200843-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:21:\"p8200843-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"p8200843-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"p8200843-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"3.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"u30D,S410D,u410D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1219231601\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"8.22\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),
(257,1314,'_wp_attached_file','2008/08/p8180834.jpg'),
(258,1314,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2272\";s:6:\"height\";s:4:\"1704\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:20:\"2008/08/p8180834.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"p8180834-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"p8180834-300x224.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"224\";}s:5:\"large\";a:3:{s:4:\"file\";s:21:\"p8180834-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"p8180834-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"p8180834-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"u30D,S410D,u410D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1219054026\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.01\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),
(259,1315,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747775\";}'),
(260,1315,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747775\";}'),
(261,151,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747764\";}'),
(262,151,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747765\";}'),
(263,166,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747758\";}'),
(264,166,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747758\";}'),
(265,170,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747750\";}'),
(266,170,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747750\";}'),
(267,173,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747722\";}'),
(268,173,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747722\";}'),
(269,206,'_wp_attached_file','2008/12/photo_173_20080825.jpg'),
(270,206,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"426\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:30:\"2008/12/photo_173_20080825.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"photo_173_20080825-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"photo_173_20080825-300x199.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"199\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"photo_173_20080825-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"photo_173_20080825-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(271,211,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747628\";}'),
(272,211,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747629\";}'),
(273,214,'_wp_page_template','default'),
(274,240,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747603\";}'),
(275,240,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747603\";}'),
(276,253,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747557\";}'),
(277,253,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747557\";}'),
(278,283,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235416639\";}'),
(279,283,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235416640\";}'),
(280,285,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235428505\";}'),
(281,285,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235428506\";}'),
(282,287,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235576159\";}'),
(283,287,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235576159\";}'),
(284,290,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235864469\";}'),
(285,290,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235864469\";}'),
(286,293,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235967282\";}'),
(287,293,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235967282\";}'),
(288,297,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236183065\";}'),
(289,297,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236183064\";}'),
(290,303,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236272716\";}'),
(291,303,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236272716\";}'),
(292,306,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236293739\";}'),
(293,306,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236293742\";}'),
(294,308,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236370430\";}'),
(295,308,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236370465\";}'),
(296,316,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236702456\";}'),
(297,316,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236702456\";}'),
(298,320,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747437\";}'),
(299,320,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747438\";}'),
(300,330,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1237395537\";}'),
(301,330,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1237395538\";}'),
(302,330,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1237395551\";}'),
(303,334,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1239043621\";}'),
(304,334,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1239043622\";}'),
(305,338,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1237831653\";}'),
(306,338,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1237831653\";}'),
(307,340,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1237831653\";}'),
(308,340,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1237831653\";}'),
(309,343,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1238088481\";}'),
(310,343,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1238088481\";}'),
(311,346,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1238514834\";}'),
(312,346,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1238514835\";}'),
(313,349,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1238514834\";}'),
(314,349,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1238514835\";}'),
(315,354,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1239024367\";}'),
(316,354,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1239301015\";}'),
(317,360,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139099\";}'),
(318,360,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139098\";}'),
(319,365,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139095\";}'),
(320,365,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139095\";}'),
(321,367,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139092\";}'),
(322,367,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139091\";}'),
(323,371,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139091\";}'),
(324,371,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139090\";}'),
(325,374,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139085\";}'),
(326,374,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139087\";}'),
(327,379,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139083\";}'),
(328,379,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139083\";}'),
(329,382,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139082\";}'),
(330,382,'delicious','a:3:{s:5:\"count\";s:1:\"1\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139081\";}'),
(331,387,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926366\";}'),
(332,387,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926365\";}'),
(333,390,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926365\";}'),
(334,390,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926365\";}'),
(335,393,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926364\";}'),
(336,393,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926365\";}'),
(337,399,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926364\";}'),
(338,399,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926364\";}'),
(339,402,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926363\";}'),
(340,402,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926363\";}'),
(341,406,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276516283\";}'),
(342,406,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1275846535\";}'),
(343,409,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775065\";}'),
(344,409,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278545364\";}'),
(345,413,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775064\";}'),
(346,413,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278545365\";}'),
(347,416,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775064\";}'),
(348,416,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276308709\";}'),
(349,420,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276541075\";}'),
(350,420,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275173358\";}'),
(351,424,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278005919\";}'),
(352,424,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276308708\";}'),
(353,427,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775064\";}'),
(354,427,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276308709\";}'),
(355,430,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775064\";}'),
(356,430,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278545367\";}'),
(357,433,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278005919\";}'),
(358,433,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1275161760\";}'),
(359,435,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1277485568\";}'),
(360,435,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276308709\";}'),
(361,437,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1248808347\";}'),
(362,437,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1248808348\";}'),
(363,441,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1248808319\";}'),
(364,441,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1248808322\";}'),
(365,445,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1249589933\";}'),
(366,445,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1249589932\";}'),
(367,447,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1249589932\";}'),
(368,447,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1249589931\";}'),
(369,450,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1249589931\";}'),
(370,450,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1249589930\";}'),
(371,453,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747363\";}'),
(372,453,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747363\";}'),
(373,456,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1249938851\";}'),
(374,456,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1249938852\";}'),
(375,459,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1250694073\";}'),
(376,459,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1250694073\";}'),
(377,461,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252769609\";}'),
(378,461,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252769609\";}'),
(379,463,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1250730609\";}'),
(380,463,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1250730609\";}'),
(381,466,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747357\";}'),
(382,466,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747357\";}'),
(383,468,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252769602\";}'),
(384,468,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252769602\";}'),
(385,470,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252769599\";}'),
(386,470,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252769599\";}'),
(387,475,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253144478\";}'),
(388,475,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253144478\";}'),
(389,479,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253144333\";}'),
(390,479,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253144333\";}'),
(391,481,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253144062\";}'),
(392,481,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253144091\";}'),
(393,484,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253144051\";}'),
(394,484,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253144011\";}'),
(395,488,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253207065\";}'),
(396,488,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253207066\";}'),
(397,491,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253206643\";}'),
(398,491,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253206643\";}'),
(399,494,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253585423\";}'),
(400,494,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253585423\";}'),
(401,498,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253585200\";}'),
(402,498,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253585200\";}'),
(403,499,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253736636\";}'),
(404,499,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253736636\";}'),
(405,501,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253736430\";}'),
(406,501,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253736430\";}'),
(407,504,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1254263527\";}'),
(408,504,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1254263527\";}'),
(409,508,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1255352613\";}'),
(410,508,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1255352613\";}'),
(411,510,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1255352613\";}'),
(412,510,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1255352612\";}'),
(413,512,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1255352612\";}'),
(414,512,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1255352612\";}'),
(415,514,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1255352612\";}'),
(416,514,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1255352613\";}'),
(417,519,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256830972\";}'),
(418,519,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256830972\";}'),
(419,522,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1258009024\";}'),
(420,522,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1262194638\";}'),
(421,526,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256050322\";}'),
(422,526,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256050317\";}'),
(423,530,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256407699\";}'),
(424,530,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256407699\";}'),
(425,533,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256996697\";}'),
(426,533,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256996699\";}'),
(427,536,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256996665\";}'),
(428,536,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256996665\";}'),
(429,541,'_wp_attached_file','2009/10/cropped-coffee078.jpg'),
(430,541,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"690\";s:6:\"height\";s:3:\"115\";s:14:\"hwstring_small\";s:23:\"height=\'21\' width=\'128\'\";s:4:\"file\";s:29:\"2009/10/cropped-coffee078.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"cropped-coffee078-150x115.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"115\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"cropped-coffee078-300x50.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"50\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:29:\"cropped-coffee078-280x115.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"115\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:29:\"cropped-coffee078-616x115.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"115\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(431,542,'_wp_attached_file','2009/10/cropped-coffee0781.jpg'),
(432,542,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"760\";s:6:\"height\";s:3:\"190\";s:14:\"hwstring_small\";s:23:\"height=\'32\' width=\'128\'\";s:4:\"file\";s:30:\"2009/10/cropped-coffee0781.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0781-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"cropped-coffee0781-300x75.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"75\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0781-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0781-616x190.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"190\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(433,543,'_wp_attached_file','2009/10/cropped-coffee0782.jpg'),
(434,543,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"760\";s:6:\"height\";s:3:\"190\";s:14:\"hwstring_small\";s:23:\"height=\'32\' width=\'128\'\";s:4:\"file\";s:30:\"2009/10/cropped-coffee0782.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0782-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"cropped-coffee0782-300x75.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"75\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0782-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0782-616x190.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"190\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(435,544,'_wp_attached_file','2009/10/cropped-coffee0783.jpg'),
(436,544,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"760\";s:6:\"height\";s:3:\"190\";s:14:\"hwstring_small\";s:23:\"height=\'32\' width=\'128\'\";s:4:\"file\";s:30:\"2009/10/cropped-coffee0783.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0783-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"cropped-coffee0783-300x75.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"75\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0783-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0783-616x190.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"190\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(437,545,'_wp_attached_file','2009/10/cropped-coffee0784.jpg'),
(438,545,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"760\";s:6:\"height\";s:3:\"190\";s:14:\"hwstring_small\";s:23:\"height=\'32\' width=\'128\'\";s:4:\"file\";s:30:\"2009/10/cropped-coffee0784.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0784-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"cropped-coffee0784-300x75.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"75\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0784-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:30:\"cropped-coffee0784-616x190.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"190\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(439,546,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119441\";}'),
(440,546,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119441\";}'),
(441,550,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119440\";}'),
(442,550,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119441\";}'),
(443,554,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119440\";}'),
(444,554,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119440\";}'),
(445,557,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119440\";}'),
(446,557,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119440\";}'),
(447,561,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119410\";}'),
(448,561,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119410\";}'),
(449,564,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259628935\";}'),
(450,564,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259628936\";}'),
(451,567,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1260219836\";}'),
(452,567,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1260219836\";}'),
(453,572,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1260224536\";}'),
(454,572,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1260224537\";}'),
(455,577,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1260395112\";}'),
(456,577,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1262194641\";}'),
(457,581,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1262194641\";}'),
(458,581,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1262194641\";}'),
(459,586,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1262194640\";}'),
(460,586,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1265719521\";}'),
(461,590,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1262194639\";}'),
(462,590,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1262194640\";}'),
(463,593,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320837\";}'),
(464,593,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286750958\";}'),
(465,597,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320837\";}'),
(466,597,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287192869\";}'),
(467,602,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287618102\";}'),
(468,602,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320840\";}'),
(469,607,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320841\";}'),
(470,607,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1284503053\";}'),
(471,610,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287618102\";}'),
(472,610,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320840\";}'),
(473,614,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320841\";}'),
(474,614,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286750958\";}'),
(475,619,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287192869\";}'),
(476,619,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320842\";}'),
(477,621,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286750958\";}'),
(478,621,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320837\";}'),
(479,626,'_wp_attached_file','2010/01/img013.jpg'),
(480,626,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2340\";s:6:\"height\";s:4:\"2304\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'97\'\";s:4:\"file\";s:18:\"2010/01/img013.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"img013-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"img013-300x295.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"295\";}s:5:\"large\";a:3:{s:4:\"file\";s:20:\"img013-1024x1008.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1008\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:18:\"img013-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:18:\"img013-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(481,627,'_wp_attached_file','2010/01/img014.jpg'),
(482,627,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2141\";s:6:\"height\";s:4:\"2280\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'90\'\";s:4:\"file\";s:18:\"2010/01/img014.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"img014-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"img014-281x300.jpg\";s:5:\"width\";s:3:\"281\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:19:\"img014-961x1024.jpg\";s:5:\"width\";s:3:\"961\";s:6:\"height\";s:4:\"1024\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:18:\"img014-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:18:\"img014-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(483,625,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287618102\";}'),
(484,625,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320837\";}'),
(485,631,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287618102\";}'),
(486,631,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320841\";}'),
(487,638,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1265319938\";}'),
(488,638,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1265319940\";}'),
(489,643,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1267475035\";}'),
(490,643,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1267475037\";}'),
(491,647,'_wp_attached_file','2010/02/p2060181.jpg'),
(492,647,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2272\";s:6:\"height\";s:4:\"1704\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:20:\"2010/02/p2060181.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"p2060181-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"p2060181-300x224.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"224\";}s:5:\"large\";a:3:{s:4:\"file\";s:21:\"p2060181-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"p2060181-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"p2060181-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"8.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"u30D,S410D,u410D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1265465753\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),
(493,646,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1268589277\";}'),
(494,646,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1265840793\";}'),
(495,651,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1268589276\";}'),
(496,651,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1268589278\";}'),
(497,656,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1268589276\";}'),
(498,656,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1268589278\";}'),
(499,660,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1268589275\";}'),
(500,660,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1268589277\";}'),
(501,663,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270127365\";}'),
(502,663,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270127365\";}'),
(503,667,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270127328\";}'),
(504,667,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270127329\";}'),
(505,673,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270127318\";}'),
(506,673,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270127319\";}'),
(507,677,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1282169394\";}'),
(508,677,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1293638372\";}'),
(509,684,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270843883\";}'),
(510,684,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270843894\";}'),
(511,691,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270843883\";}'),
(512,691,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270843884\";}'),
(513,697,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270843881\";}'),
(514,697,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270843883\";}'),
(515,701,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273066562\";}'),
(516,701,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306604939\";}'),
(517,705,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1301274507\";}'),
(518,705,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283897247\";}'),
(519,709,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273627575\";}'),
(520,709,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1273627575\";}'),
(521,714,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273627574\";}'),
(522,714,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1295874952\";}'),
(523,719,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1273627574\";}'),
(524,719,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273627573\";}'),
(525,723,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1284105228\";}'),
(526,723,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1284105185\";}'),
(527,727,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283906700\";}'),
(528,727,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1300117909\";}'),
(529,732,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273627383\";}'),
(530,732,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1273627384\";}'),
(531,736,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1284168091\";}'),
(532,736,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1273627383\";}'),
(533,743,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1274429037\";}'),
(534,743,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1295680585\";}'),
(535,747,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306575390\";}'),
(536,747,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1274619285\";}'),
(537,751,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1285039363\";}'),
(538,751,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1298031863\";}'),
(539,755,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276796232\";}'),
(540,755,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276796231\";}'),
(541,759,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275570492\";}'),
(542,759,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1303843541\";}'),
(543,762,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276386310\";}'),
(544,762,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281934977\";}'),
(545,766,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275570491\";}'),
(546,766,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1275570491\";}'),
(547,770,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275570491\";}'),
(548,770,'_wp_old_slug',''),
(549,770,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1300711383\";}'),
(550,774,'jabber_published','1275913729'),
(551,774,'_wp_old_slug',''),
(552,774,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:0:{}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"0\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2010-06-09 18:56:28\";}'),
(553,774,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275959178\";}'),
(554,774,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1275959179\";}'),
(555,778,'jabber_published','1276107053'),
(556,778,'_wp_old_slug',''),
(557,778,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276536059\";}'),
(558,778,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276536058\";}'),
(559,785,'jabber_published','1276284531'),
(560,785,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276535281\";}'),
(561,785,'_wp_old_slug',''),
(562,785,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276535281\";}'),
(563,792,'jabber_published','1277217403'),
(564,792,'email_notification','1277217403'),
(565,792,'delicious','a:3:{s:5:\"count\";s:1:\"1\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278655260\";}'),
(566,792,'_wp_old_slug',''),
(567,792,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278655262\";}'),
(568,797,'jabber_published','1277397808'),
(569,797,'email_notification','1277397808'),
(570,797,'_wp_old_slug',''),
(571,797,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278655201\";}'),
(572,797,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278655203\";}'),
(573,802,'jabber_published','1277743198'),
(574,802,'email_notification','1277743199'),
(575,802,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278632688\";}'),
(576,802,'_wp_old_slug',''),
(577,802,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278632689\";}'),
(578,806,'jabber_published','1278341999'),
(579,806,'email_notification','1278341999'),
(580,806,'_wp_old_slug',''),
(581,806,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278947342\";}'),
(582,806,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278947343\";}'),
(583,810,'jabber_published','1278427802'),
(584,810,'email_notification','1278427802'),
(585,810,'_wp_old_slug',''),
(586,810,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281424270\";}'),
(587,810,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281424270\";}'),
(588,817,'jabber_published','1278952423'),
(589,817,'email_notification','1278952423'),
(590,817,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281424270\";}'),
(591,817,'_wp_old_slug',''),
(592,817,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281424270\";}'),
(593,822,'jabber_published','1279201468'),
(594,822,'email_notification','1279201468'),
(595,822,'_wp_old_slug',''),
(596,822,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281424268\";}'),
(597,822,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281424268\";}'),
(598,828,'jabber_published','1279553932'),
(599,828,'email_notification','1279553932'),
(600,828,'_wp_old_slug',''),
(601,828,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281424264\";}'),
(602,828,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281424265\";}'),
(603,834,'jabber_published','1279638448'),
(604,834,'email_notification','1279638449'),
(605,834,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281615845\";}'),
(606,834,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281615845\";}'),
(607,837,'jabber_published','1279716809'),
(608,837,'email_notification','1279716810'),
(609,837,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1282199463\";}'),
(610,837,'_wp_old_slug',''),
(611,837,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1282199464\";}'),
(612,841,'jabber_published','1280404653'),
(613,841,'email_notification','1280404654'),
(614,841,'_wp_old_slug',''),
(615,841,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1282199430\";}'),
(616,841,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1282199430\";}'),
(617,846,'jabber_published','1280491729'),
(618,846,'email_notification','1280491730'),
(619,846,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1283198665\";}'),
(620,846,'_wp_old_slug',''),
(621,846,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283198664\";}'),
(622,850,'jabber_published','1280933323'),
(623,850,'email_notification','1280933323'),
(624,850,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1283198664\";}'),
(625,850,'_wp_old_slug',''),
(626,850,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283198663\";}'),
(627,855,'jabber_published','1281366650'),
(628,855,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306317795\";}'),
(629,855,'email_notification','1281366651'),
(630,855,'_wp_old_slug',''),
(631,855,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283851097\";}'),
(632,859,'_wp_attached_file','2010/08/cropped-coffee078.jpg'),
(633,859,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"930\";s:6:\"height\";s:3:\"198\";s:14:\"hwstring_small\";s:23:\"height=\'27\' width=\'128\'\";s:4:\"file\";s:29:\"2010/08/cropped-coffee078.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"cropped-coffee078-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"cropped-coffee078-300x63.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"63\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:29:\"cropped-coffee078-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:29:\"cropped-coffee078-616x198.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(634,860,'jabber_published','1281550855'),
(635,860,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286859034\";}'),
(636,860,'_wp_old_slug',''),
(637,860,'email_notification','1281550857'),
(638,860,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286859038\";}'),
(639,864,'jabber_published','1281962741'),
(640,864,'email_notification','1281962743'),
(641,864,'_wp_old_slug',''),
(642,864,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:1:{s:56:\"http://static.addtoany.com/buttons/share_save_256_24.png\";a:6:{s:8:\"file_url\";s:56:\"http://static.addtoany.com/buttons/share_save_256_24.png\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:2:\"24\";s:4:\"type\";s:5:\"image\";s:4:\"area\";s:4:\"6144\";s:9:\"file_path\";s:0:\"\";}}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"1\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2010-08-16 12:46:15\";}'),
(643,864,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634261\";}'),
(644,864,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1310392629\";}'),
(645,867,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634260\";}'),
(646,867,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312129043\";}'),
(647,867,'jabber_published','1282134670'),
(648,867,'_wp_old_slug',''),
(649,867,'email_notification','1282134671'),
(650,874,'jabber_published','1282834040'),
(651,874,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634260\";}'),
(652,874,'_wp_old_slug',''),
(653,874,'email_notification','1282834041'),
(654,874,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286634261\";}'),
(655,880,'jabber_published','1283174663'),
(656,880,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634259\";}'),
(657,880,'_wp_old_slug',''),
(658,880,'email_notification','1283174665'),
(659,880,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305072587\";}'),
(660,884,'jabber_published','1283523114'),
(661,884,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634258\";}'),
(662,884,'_wp_old_slug',''),
(663,884,'email_notification','1283523115'),
(664,884,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286634259\";}'),
(665,889,'jabber_published','1283955873'),
(666,889,'_wp_old_slug',''),
(667,889,'email_notification','1283955874'),
(668,889,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634258\";}'),
(669,889,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312820208\";}'),
(670,894,'jabber_published','1284564125'),
(671,894,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634257\";}'),
(672,894,'_wp_old_slug',''),
(673,894,'email_notification','1284564127'),
(674,894,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286634258\";}'),
(675,897,'jabber_published','1284749539'),
(676,897,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287079353\";}'),
(677,897,'_wp_old_slug',''),
(678,897,'email_notification','1284749540'),
(679,897,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1298465444\";}'),
(680,900,'jabber_published','1284999118'),
(681,900,'email_notification','1284999119'),
(682,900,'_wp_old_slug',''),
(683,900,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287079352\";}'),
(684,900,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312862032\";}'),
(685,904,'jabber_published','1285332781'),
(686,904,'email_notification','1285332783'),
(687,904,'_wp_old_slug',''),
(688,904,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287079341\";}'),
(689,904,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1287079343\";}'),
(690,907,'jabber_published','1285699474'),
(691,907,'email_notification','1285699821'),
(692,907,'_wp_old_slug',''),
(693,907,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287933006\";}'),
(694,907,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1287933006\";}'),
(695,911,'jabber_published','1286308892'),
(696,911,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287933001\";}'),
(697,911,'_wp_old_slug',''),
(698,911,'email_notification','1286308893'),
(699,911,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1287933001\";}'),
(700,914,'jabber_published','1286458386'),
(701,914,'delicious','a:3:{s:5:\"count\";s:1:\"1\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288006717\";}'),
(702,914,'email_notification','1286458387'),
(703,914,'_wp_old_slug',''),
(704,914,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1288006691\";}'),
(705,920,'jabber_published','1287077262'),
(706,920,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288196042\";}'),
(707,920,'_wp_old_slug',''),
(708,920,'email_notification','1287077263'),
(709,920,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305394626\";}'),
(710,924,'jabber_published','1287158293'),
(711,924,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311331150\";}'),
(712,924,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288196041\";}'),
(713,924,'_wp_old_slug',''),
(714,924,'email_notification','1287158294'),
(715,929,'jabber_published','1287416058'),
(716,929,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288196040\";}'),
(717,929,'_wp_old_slug',''),
(718,929,'email_notification','1287416060'),
(719,929,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311414335\";}'),
(720,934,'jabber_published','1287666243'),
(721,934,'email_notification','1287666245'),
(722,934,'_wp_old_slug',''),
(723,934,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288196039\";}'),
(724,934,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311414335\";}'),
(725,940,'jabber_published','1288017397'),
(726,940,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288303399\";}'),
(727,940,'_wp_old_slug',''),
(728,940,'email_notification','1288017399'),
(729,940,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311414335\";}'),
(730,945,'jabber_published','1288641365'),
(731,945,'email_notification','1288641366'),
(732,945,'_wp_old_slug',''),
(733,945,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311414335\";}'),
(734,950,'jabber_published','1288794296'),
(735,950,'email_notification','1288794297'),
(736,950,'_wp_old_slug',''),
(737,950,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311331150\";}'),
(738,955,'jabber_published','1288957208'),
(739,955,'_wp_old_slug',''),
(740,955,'email_notification','1288957209'),
(741,955,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305394626\";}'),
(742,958,'jabber_published','1289222142'),
(743,958,'email_notification','1289222143'),
(744,958,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1310113405\";}'),
(745,961,'jabber_published','1289330380'),
(746,961,'email_notification','1289330381'),
(747,961,'_wp_old_slug',''),
(748,961,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305394630\";}'),
(749,968,'jabber_published','1290434960'),
(750,968,'_wp_old_slug',''),
(751,968,'email_notification','1290434962'),
(752,968,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305096372\";}'),
(753,971,'jabber_published','1290524942'),
(754,971,'_wp_old_slug',''),
(755,971,'email_notification','1290524944'),
(756,971,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305002105\";}'),
(757,975,'jabber_published','1290700285'),
(758,975,'_wp_old_slug',''),
(759,975,'email_notification','1290700287'),
(760,975,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305002118\";}'),
(761,978,'jabber_published','1291129711'),
(762,978,'_wp_old_slug',''),
(763,978,'email_notification','1291129713'),
(764,978,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1293463998\";}'),
(765,982,'jabber_published','1291217570'),
(766,982,'_wp_old_slug',''),
(767,982,'email_notification','1291217572'),
(768,982,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1295350117\";}'),
(769,985,'jabber_published','1291386840'),
(770,985,'_wp_old_slug',''),
(771,985,'email_notification','1291386842'),
(772,985,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1293121065\";}'),
(773,988,'jabber_published','1291643666'),
(774,988,'email_notification','1291643667'),
(775,988,'_wp_old_slug',''),
(776,988,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1309271481\";}'),
(777,991,'jabber_published','1291909680'),
(778,991,'_wp_old_slug',''),
(779,991,'email_notification','1291909682'),
(780,991,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1294168086\";}'),
(781,995,'jabber_published','1292327995'),
(782,995,'email_notification','1292327996'),
(783,995,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562827\";}'),
(784,998,'jabber_published','1292611777'),
(785,998,'email_notification','1292611778'),
(786,998,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458944\";}'),
(787,1001,'jabber_published','1292952944'),
(788,1001,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562837\";}'),
(789,1001,'email_notification','1292952946'),
(790,1004,'jabber_published','1293201497'),
(791,1004,'email_notification','1293201498'),
(792,1004,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458942\";}'),
(793,1008,'jabber_published','1294089772'),
(794,1008,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562835\";}'),
(795,1008,'email_notification','1294089773'),
(796,1012,'jabber_published','1294154103'),
(797,1012,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562834\";}'),
(798,1012,'email_notification','1294154106'),
(799,1019,'jabber_published','1294323223'),
(800,1019,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458945\";}'),
(801,1019,'email_notification','1294323225'),
(802,1023,'jabber_published','1294864418'),
(803,1023,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562831\";}'),
(804,1023,'email_notification','1294864420'),
(805,1026,'jabber_published','1295015606'),
(806,1026,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458942\";}'),
(807,1026,'email_notification','1295015607'),
(808,1029,'jabber_published','1295376642'),
(809,1029,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458946\";}'),
(810,1029,'email_notification','1295376644'),
(811,1032,'jabber_published','1295644233'),
(812,1032,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1297856753\";}'),
(813,1032,'email_notification','1295644235'),
(814,1036,'jabber_published','1295789981'),
(815,1036,'email_notification','1295789982'),
(816,1036,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312627007\";}'),
(817,1040,'jabber_published','1296149978'),
(818,1040,'email_notification','1296149980'),
(819,1040,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1297856752\";}'),
(820,1043,'jabber_published','1296405434'),
(821,1043,'email_notification','1296405435'),
(822,1043,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1297856749\";}'),
(823,1047,'jabber_published','1296583933'),
(824,1047,'email_notification','1296583935'),
(825,1047,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311004908\";}'),
(826,1052,'jabber_published','1296658122'),
(827,1052,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311609661\";}'),
(828,1052,'email_notification','1296658124'),
(829,1055,'jabber_published','1297694388'),
(830,1055,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1310978904\";}'),
(831,1055,'email_notification','1297694389'),
(832,1058,'jabber_published','1298382785'),
(833,1058,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311310263\";}'),
(834,1058,'email_notification','1298382786'),
(835,1061,'jabber_published','1298901433'),
(836,1061,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306365749\";}'),
(837,1061,'email_notification','1298901435'),
(838,1063,'jabber_published','1299530161'),
(839,1063,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1303093228\";}'),
(840,1063,'email_notification','1299530162'),
(841,1066,'jabber_published','1299607646'),
(842,1066,'email_notification','1299607648'),
(843,1066,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305692391\";}'),
(844,1072,'jabber_published','1300289443'),
(845,1072,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1303945238\";}'),
(846,1072,'email_notification','1300289444'),
(847,1074,'jabber_published','1300459386'),
(848,1074,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305498377\";}'),
(849,1074,'email_notification','1300459388'),
(850,1080,'jabber_published','1300727693'),
(851,1080,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305612888\";}'),
(852,1080,'email_notification','1300727695'),
(853,1086,'jabber_published','1300809220'),
(854,1086,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305612900\";}'),
(855,1086,'email_notification','1300809222'),
(856,1091,'jabber_published','1300987740'),
(857,1091,'email_notification','1300987741'),
(858,1091,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305612899\";}'),
(859,1095,'jabber_published','1301333546'),
(860,1095,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305767639\";}'),
(861,1095,'email_notification','1301333548'),
(862,1099,'jabber_published','1301666527'),
(863,1099,'email_notification','1301666528'),
(864,1099,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306108882\";}'),
(865,1105,'jabber_published','1302618383'),
(866,1105,'email_notification','1302618533'),
(867,1105,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304989895\";}'),
(868,1108,'jabber_published','1303225399'),
(869,1108,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304976795\";}'),
(870,1108,'email_notification','1303225401'),
(871,1111,'jabber_published','1303319386'),
(872,1111,'email_notification','1303319388'),
(873,1111,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304989894\";}'),
(874,1114,'jabber_published','1303398998'),
(875,1114,'email_notification','1303398999'),
(876,1114,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304989893\";}'),
(877,1121,'jabber_published','1303746080'),
(878,1121,'email_notification','1303746082'),
(879,1121,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307710214\";}'),
(880,1123,'jabber_published','1303830697'),
(881,1123,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305009280\";}'),
(882,1123,'email_notification','1303830699'),
(883,1127,'jabber_published','1303926993'),
(884,1127,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305615299\";}'),
(885,1127,'email_notification','1303926995'),
(886,1131,'jabber_published','1304617738'),
(887,1131,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304621984\";}'),
(888,1131,'email_notification','1304617739'),
(889,1133,'jabber_published','1304697773'),
(890,1133,'email_notification','1304697773'),
(891,1133,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304940910\";}'),
(892,1137,'jabber_published','1304952034'),
(893,1137,'email_notification','1304952034'),
(894,1137,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304976792\";}'),
(895,1145,'jabber_published','1305037363'),
(896,1145,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305061177\";}'),
(897,1145,'email_notification','1305037363'),
(898,1148,'jabber_published','1305558889'),
(899,1148,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305578399\";}'),
(900,1148,'email_notification','1305558890'),
(901,1153,'jabber_published','1305656382'),
(902,1153,'email_notification','1305656382'),
(903,1153,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307694758\";}'),
(904,1159,'jabber_published','1306248132'),
(905,1159,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306341784\";}'),
(906,1159,'email_notification','1306248133'),
(907,1164,'jabber_published','1307040337'),
(908,1164,'email_notification','1307040339'),
(909,1164,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307345521\";}'),
(910,1170,'jabber_published','1307101363'),
(911,1170,'email_notification','1307101363'),
(912,1170,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307102307\";}'),
(913,1174,'jabber_published','1307628480'),
(914,1174,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:0:{}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"0\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2011-06-09 14:14:04\";}'),
(915,1174,'email_notification','1307628480'),
(916,1174,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307731694\";}'),
(917,1183,'jabber_published','1308232909'),
(918,1183,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311549558\";}'),
(919,1183,'email_notification','1308232910'),
(920,1188,'jabber_published','1308775642'),
(921,1188,'email_notification','1308775643'),
(922,1188,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308960593\";}'),
(923,1191,'jabber_published','1309280874'),
(924,1191,'email_notification','1309280875'),
(925,1191,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186312\";}'),
(926,1195,'jabber_published','1309980006'),
(927,1195,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1310005155\";}'),
(928,1195,'email_notification','1309980008'),
(929,1200,'jabber_published','1310393371'),
(930,1200,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186361\";}'),
(931,1200,'email_notification','1310393372'),
(932,1205,'jabber_published','1310480744'),
(933,1205,'email_notification','1310480745'),
(934,1205,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186371\";}'),
(935,1210,'jabber_published','1310567223'),
(936,1210,'email_notification','1310567224'),
(937,1210,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311549571\";}'),
(938,1214,'jabber_published','1311017986'),
(939,1214,'email_notification','1311017987'),
(940,1214,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186330\";}'),
(941,1218,'jabber_published','1311166394'),
(942,1218,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186363\";}'),
(943,1218,'email_notification','1311166394'),
(944,1220,'jabber_published','1311605410'),
(945,1220,'email_notification','1311605411'),
(946,1220,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312377559\";}'),
(947,1222,'jabber_published','1311769387'),
(948,1222,'email_notification','1311769387'),
(949,1222,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312384537\";}'),
(950,1225,'jabber_published','1311863808'),
(951,1225,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:0:{}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"0\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2011-07-28 14:36:47\";}'),
(952,1225,'email_notification','1311863808'),
(953,1225,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312485311\";}'),
(954,1231,'jabber_published','1312208725'),
(955,1231,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312485315\";}'),
(956,1231,'email_notification','1312208726'),
(957,1321,'jabber_published','1312473609'),
(958,1321,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312572031\";}'),
(959,1321,'email_notification','1312473610'),
(960,1322,'jabber_published','1312906288'),
(961,1322,'email_notification','1312906289'),
(964,1137,'_s2mail','yes'),
(967,934,'_edit_lock','1313109887:1'),
(968,934,'_edit_last','1'),
(969,934,'_s2mail','yes'),
(972,148,'_edit_lock','1313110425:1'),
(973,995,'_edit_lock','1313305911:1'),
(974,995,'_edit_last','1'),
(975,995,'_s2mail','yes'),
(978,940,'_edit_lock','1313305976:1'),
(979,940,'_edit_last','1'),
(980,940,'_s2mail','yes'),
(983,914,'_edit_lock','1313306051:1'),
(984,914,'_edit_last','1'),
(985,914,'_s2mail','yes'),
(988,867,'_edit_lock','1313306109:1'),
(989,867,'_edit_last','1'),
(990,867,'_s2mail','yes'),
(993,850,'_edit_lock','1313306135:1'),
(994,850,'_edit_last','1'),
(995,850,'_s2mail','yes'),
(998,817,'_edit_lock','1313306182:1'),
(999,817,'_edit_last','1'),
(1000,817,'_s2mail','yes'),
(1014,785,'_edit_last','1'),
(1003,806,'_edit_lock','1313306206:1'),
(1004,806,'_edit_last','1'),
(1005,806,'_s2mail','yes'),
(1008,797,'_edit_lock','1313306230:1'),
(1009,797,'_edit_last','1'),
(1010,797,'_s2mail','yes'),
(1015,785,'_s2mail','yes'),
(1013,785,'_edit_lock','1313306263:1'),
(1018,774,'_edit_lock','1313306322:1'),
(1019,774,'_edit_last','1'),
(1020,774,'_s2mail','yes'),
(1023,770,'_edit_lock','1313306353:1'),
(1024,770,'_edit_last','1'),
(1025,770,'_s2mail','yes'),
(1029,762,'_edit_last','1'),
(1028,762,'_edit_lock','1313306382:1'),
(1030,762,'_s2mail','yes'),
(1033,723,'_edit_lock','1313306423:1'),
(1034,723,'_edit_last','1'),
(1035,723,'_s2mail','yes'),
(1039,719,'_edit_last','1'),
(1038,719,'_edit_lock','1313306466:1'),
(1040,719,'_s2mail','yes'),
(1043,684,'_edit_lock','1313306542:1'),
(1044,684,'_edit_last','1'),
(1045,684,'_s2mail','yes'),
(1051,667,'_edit_last','1'),
(1056,651,'_edit_last','1'),
(1050,667,'_edit_lock','1313306566:1'),
(1052,667,'_s2mail','yes'),
(1057,651,'_s2mail','yes'),
(1055,651,'_edit_lock','1313306622:1'),
(1060,638,'_edit_lock','1313306676:1'),
(1061,638,'_edit_last','1'),
(1062,638,'_s2mail','yes'),
(1067,631,'_s2mail','yes'),
(1066,631,'_edit_last','1'),
(1065,631,'_edit_lock','1313306702:1'),
(1077,614,'_s2mail','yes'),
(1070,621,'_edit_lock','1313306731:1'),
(1071,621,'_edit_last','1'),
(1072,621,'_s2mail','yes'),
(1076,614,'_edit_last','1'),
(1075,614,'_edit_lock','1313306758:1'),
(1087,607,'_s2mail','yes'),
(1080,610,'_edit_lock','1313306782:1'),
(1081,610,'_edit_last','1'),
(1082,610,'_s2mail','yes'),
(1096,597,'_edit_last','1'),
(1086,607,'_edit_last','1'),
(1085,607,'_edit_lock','1313306825:1'),
(1101,586,'_edit_last','1'),
(1090,602,'_edit_lock','1313306862:1'),
(1091,602,'_edit_last','1'),
(1092,602,'_s2mail','yes'),
(1105,581,'_edit_lock','1313306954:1'),
(1095,597,'_edit_lock','1313306885:1'),
(1097,597,'_s2mail','yes'),
(1102,586,'_s2mail','yes'),
(1100,586,'_edit_lock','1313306929:1'),
(1106,581,'_edit_last','1'),
(1107,581,'_s2mail','yes'),
(1121,557,'_edit_last','1'),
(1110,567,'_edit_lock','1313307000:1'),
(1111,567,'_edit_last','1'),
(1112,567,'_s2mail','yes'),
(1115,561,'_edit_lock','1313307030:1'),
(1116,561,'_edit_last','1'),
(1117,561,'_s2mail','yes'),
(1122,557,'_s2mail','yes'),
(1120,557,'_edit_lock','1313307093:1'),
(1125,550,'_edit_lock','1313307137:1'),
(1126,550,'_edit_last','1'),
(1127,550,'_s2mail','yes'),
(1136,536,'_edit_last','1'),
(1141,526,'_edit_last','1'),
(1130,546,'_edit_lock','1313307164:1'),
(1131,546,'_edit_last','1'),
(1132,546,'_s2mail','yes'),
(1152,1364,'_menu_item_menu_item_parent','0'),
(1135,536,'_edit_lock','1313307190:1'),
(1137,536,'_s2mail','yes'),
(1142,526,'_s2mail','yes'),
(1140,526,'_edit_lock','1313307219:1'),
(1151,1364,'_menu_item_type','post_type'),
(1145,522,'_edit_lock','1313307244:1'),
(1146,522,'_edit_last','1'),
(1147,522,'_s2mail','yes'),
(1150,14,'_s2mail','yes'),
(1153,1364,'_menu_item_object_id','14'),
(1154,1364,'_menu_item_object','page'),
(1155,1364,'_menu_item_target',''),
(1156,1364,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(1157,1364,'_menu_item_xfn',''),
(1158,1364,'_menu_item_url',''),
(1887,1417,'_edit_last','1'),
(1165,1403,'jabber_published','1312294167'),
(1166,1237,'_wp_page_template','default'),
(1167,1406,'_wp_attached_file','2008/01/leje_108_half18k_bg.pdf'),
(1168,1406,'_wp_attachment_metadata','a:0:{}'),
(1169,1255,'_wp_page_template','default'),
(1170,1306,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1243968115\";}'),
(1171,1306,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1243968116\";}'),
(1172,1307,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747851\";}'),
(1173,1307,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747851\";}'),
(1174,1315,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747775\";}'),
(1175,1315,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747775\";}'),
(1176,151,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747764\";}'),
(1177,151,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747765\";}'),
(1178,166,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747758\";}'),
(1179,166,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747758\";}'),
(1180,170,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747750\";}'),
(1181,170,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747750\";}'),
(1182,173,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747722\";}'),
(1183,173,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747722\";}'),
(1184,211,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747628\";}'),
(1185,211,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747629\";}'),
(1186,214,'_wp_page_template','default'),
(1187,240,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747603\";}'),
(1188,240,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747603\";}'),
(1189,253,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747557\";}'),
(1190,253,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747557\";}'),
(1191,283,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235416639\";}'),
(1192,283,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235416640\";}'),
(1193,285,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235428505\";}'),
(1194,285,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235428506\";}'),
(1195,287,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235576159\";}'),
(1196,287,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235576159\";}'),
(1197,290,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235864469\";}'),
(1198,290,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235864469\";}'),
(1199,293,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1235967282\";}'),
(1200,293,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1235967282\";}'),
(1201,297,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236183065\";}'),
(1202,297,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236183064\";}'),
(1203,303,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236272716\";}'),
(1204,303,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236272716\";}'),
(1205,306,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236293739\";}'),
(1206,306,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236293742\";}'),
(1207,308,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236370430\";}'),
(1208,308,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236370465\";}'),
(1209,316,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1236702456\";}'),
(1210,316,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1236702456\";}'),
(1211,320,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747437\";}'),
(1212,320,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747438\";}'),
(1213,330,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1237395537\";}'),
(1214,330,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1237395538\";}'),
(1215,330,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1237395551\";}'),
(1216,334,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1239043621\";}'),
(1217,334,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1239043622\";}'),
(1218,338,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1237831653\";}'),
(1219,338,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1237831653\";}'),
(1220,340,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1237831653\";}'),
(1221,340,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1237831653\";}'),
(1222,343,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1238088481\";}'),
(1223,343,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1238088481\";}'),
(1224,346,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1238514834\";}'),
(1225,346,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1238514835\";}'),
(1226,349,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1238514834\";}'),
(1227,349,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1238514835\";}'),
(1228,354,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1239024367\";}'),
(1229,354,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1239301015\";}'),
(1230,360,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139099\";}'),
(1231,360,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139098\";}'),
(1232,365,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139095\";}'),
(1233,365,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139095\";}'),
(1234,367,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139092\";}'),
(1235,367,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139091\";}'),
(1236,371,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139091\";}'),
(1237,371,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139090\";}'),
(1238,374,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139085\";}'),
(1239,374,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139087\";}'),
(1240,379,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139083\";}'),
(1241,379,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139083\";}'),
(1242,382,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242139082\";}'),
(1243,382,'delicious','a:3:{s:5:\"count\";s:1:\"1\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242139081\";}'),
(1244,387,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926366\";}'),
(1245,387,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926365\";}'),
(1246,390,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926365\";}'),
(1247,390,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926365\";}'),
(1248,393,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926364\";}'),
(1249,393,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926365\";}'),
(1250,399,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926364\";}'),
(1251,399,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926364\";}'),
(1252,402,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1242926363\";}'),
(1253,402,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1242926363\";}'),
(1254,406,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276516283\";}'),
(1255,406,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1275846535\";}'),
(1256,409,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775065\";}'),
(1257,409,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278545364\";}'),
(1258,413,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775064\";}'),
(1259,413,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278545365\";}'),
(1260,416,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775064\";}'),
(1261,416,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276308709\";}'),
(1262,420,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276541075\";}'),
(1263,420,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275173358\";}'),
(1264,424,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278005919\";}'),
(1265,424,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276308708\";}'),
(1266,427,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775064\";}'),
(1267,427,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276308709\";}'),
(1268,430,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276775064\";}'),
(1269,430,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278545367\";}'),
(1270,433,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278005919\";}'),
(1271,433,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1275161760\";}'),
(1272,435,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1277485568\";}'),
(1273,435,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276308709\";}'),
(1274,437,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1248808347\";}'),
(1275,437,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1248808348\";}'),
(1276,441,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1248808319\";}'),
(1277,441,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1248808322\";}'),
(1278,445,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1249589933\";}'),
(1279,445,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1249589932\";}'),
(1280,447,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1249589932\";}'),
(1281,447,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1249589931\";}'),
(1282,450,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1249589931\";}'),
(1283,450,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1249589930\";}'),
(1284,453,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747363\";}'),
(1285,453,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747363\";}'),
(1286,456,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1249938851\";}'),
(1287,456,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1249938852\";}'),
(1288,459,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1250694073\";}'),
(1289,459,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1250694073\";}'),
(1290,461,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252769609\";}'),
(1291,461,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252769609\";}'),
(1292,463,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1250730609\";}'),
(1293,463,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1250730609\";}'),
(1294,466,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252747357\";}'),
(1295,466,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252747357\";}'),
(1296,468,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252769602\";}'),
(1297,468,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252769602\";}'),
(1298,470,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1252769599\";}'),
(1299,470,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1252769599\";}'),
(1300,475,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253144478\";}'),
(1301,475,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253144478\";}'),
(1302,479,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253144333\";}'),
(1303,479,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253144333\";}'),
(1304,481,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253144062\";}'),
(1305,481,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253144091\";}'),
(1306,484,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253144051\";}'),
(1307,484,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253144011\";}'),
(1308,488,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253207065\";}'),
(1309,488,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253207066\";}'),
(1310,491,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253206643\";}'),
(1311,491,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253206643\";}'),
(1312,494,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253585423\";}'),
(1313,494,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253585423\";}'),
(1314,498,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253585200\";}'),
(1315,498,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253585200\";}'),
(1316,499,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253736636\";}'),
(1317,499,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253736636\";}'),
(1318,501,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1253736430\";}'),
(1319,501,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1253736430\";}'),
(1320,504,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1254263527\";}'),
(1321,504,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1254263527\";}'),
(1322,508,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1255352613\";}'),
(1323,508,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1255352613\";}'),
(1324,510,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1255352613\";}'),
(1325,510,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1255352612\";}'),
(1326,512,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1255352612\";}'),
(1327,512,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1255352612\";}'),
(1328,514,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1255352612\";}'),
(1329,514,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1255352613\";}'),
(1330,519,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256830972\";}'),
(1331,519,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256830972\";}'),
(1332,522,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1258009024\";}'),
(1333,522,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1262194638\";}'),
(1334,526,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256050322\";}'),
(1335,526,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256050317\";}'),
(1336,530,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256407699\";}'),
(1337,530,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256407699\";}'),
(1338,533,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256996697\";}'),
(1339,533,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256996699\";}'),
(1340,536,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1256996665\";}'),
(1341,536,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1256996665\";}'),
(1342,546,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119441\";}'),
(1343,546,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119441\";}'),
(1344,550,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119440\";}'),
(1345,550,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119441\";}'),
(1346,554,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119440\";}'),
(1347,554,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119440\";}'),
(1348,557,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119440\";}'),
(1349,557,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119440\";}'),
(1350,561,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259119410\";}'),
(1351,561,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259119410\";}'),
(1352,564,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1259628935\";}'),
(1353,564,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1259628936\";}'),
(1354,567,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1260219836\";}'),
(1355,567,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1260219836\";}'),
(1356,572,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1260224536\";}'),
(1357,572,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1260224537\";}'),
(1358,577,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1260395112\";}'),
(1359,577,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1262194641\";}'),
(1360,581,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1262194641\";}'),
(1361,581,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1262194641\";}'),
(1362,586,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1262194640\";}'),
(1363,586,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1265719521\";}'),
(1364,590,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1262194639\";}'),
(1365,590,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1262194640\";}'),
(1366,593,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320837\";}'),
(1367,593,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286750958\";}'),
(1368,597,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320837\";}'),
(1369,597,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287192869\";}'),
(1370,602,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287618102\";}'),
(1371,602,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320840\";}'),
(1372,607,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320841\";}'),
(1373,607,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1284503053\";}'),
(1374,610,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287618102\";}'),
(1375,610,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320840\";}'),
(1376,614,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320841\";}'),
(1377,614,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286750958\";}'),
(1378,619,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287192869\";}'),
(1379,619,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320842\";}'),
(1380,621,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286750958\";}'),
(1381,621,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320837\";}'),
(1382,625,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287618102\";}'),
(1383,625,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320837\";}'),
(1384,631,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287618102\";}'),
(1385,631,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286320841\";}'),
(1386,638,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1265319938\";}'),
(1387,638,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1265319940\";}'),
(1388,643,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1267475035\";}'),
(1389,643,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1267475037\";}'),
(1390,646,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1268589277\";}'),
(1391,646,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1265840793\";}'),
(1392,651,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1268589276\";}'),
(1393,651,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1268589278\";}'),
(1394,656,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1268589276\";}'),
(1395,656,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1268589278\";}'),
(1396,660,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1268589275\";}'),
(1397,660,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1268589277\";}'),
(1398,663,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270127365\";}'),
(1399,663,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270127365\";}'),
(1400,667,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270127328\";}'),
(1401,667,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270127329\";}'),
(1402,673,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270127318\";}'),
(1403,673,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270127319\";}'),
(1404,677,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1282169394\";}'),
(1405,677,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1293638372\";}'),
(1406,684,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270843883\";}'),
(1407,684,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270843894\";}'),
(1408,691,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270843883\";}'),
(1409,691,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270843884\";}'),
(1410,697,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1270843881\";}'),
(1411,697,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1270843883\";}'),
(1412,701,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273066562\";}'),
(1413,701,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306604939\";}'),
(1414,705,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1301274507\";}'),
(1415,705,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283897247\";}'),
(1416,709,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273627575\";}'),
(1417,709,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1273627575\";}'),
(1418,714,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273627574\";}'),
(1419,714,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1295874952\";}'),
(1420,719,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1273627574\";}'),
(1421,719,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273627573\";}'),
(1422,723,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1284105228\";}'),
(1423,723,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1284105185\";}'),
(1424,727,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283906700\";}'),
(1425,727,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1300117909\";}'),
(1426,732,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1273627383\";}'),
(1427,732,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1273627384\";}'),
(1428,736,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1284168091\";}'),
(1429,736,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1273627383\";}'),
(1430,743,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1274429037\";}'),
(1431,743,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1295680585\";}'),
(1432,747,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306575390\";}'),
(1433,747,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1274619285\";}'),
(1434,751,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1285039363\";}'),
(1435,751,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1298031863\";}'),
(1436,755,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276796232\";}'),
(1437,755,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276796231\";}'),
(1438,759,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275570492\";}'),
(1439,759,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1303843541\";}'),
(1440,762,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276386310\";}'),
(1441,762,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281934977\";}'),
(1442,766,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275570491\";}'),
(1443,766,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1275570491\";}'),
(1444,770,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275570491\";}'),
(1445,770,'_wp_old_slug',''),
(1446,770,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1300711383\";}'),
(1447,774,'jabber_published','1275913729'),
(1448,774,'_wp_old_slug',''),
(1449,774,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:0:{}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"0\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2010-06-09 18:56:28\";}'),
(1450,774,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1275959178\";}'),
(1451,774,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1275959179\";}'),
(1452,778,'jabber_published','1276107053'),
(1453,778,'_wp_old_slug',''),
(1454,778,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276536059\";}'),
(1455,778,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276536058\";}'),
(1456,785,'jabber_published','1276284531'),
(1457,785,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1276535281\";}'),
(1458,785,'_wp_old_slug',''),
(1459,785,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1276535281\";}'),
(1460,792,'jabber_published','1277217403'),
(1461,792,'email_notification','1277217403'),
(1462,792,'delicious','a:3:{s:5:\"count\";s:1:\"1\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278655260\";}'),
(1463,792,'_wp_old_slug',''),
(1464,792,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278655262\";}'),
(1465,797,'jabber_published','1277397808'),
(1466,797,'email_notification','1277397808'),
(1467,797,'_wp_old_slug',''),
(1468,797,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278655201\";}'),
(1469,797,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278655203\";}'),
(1470,802,'jabber_published','1277743198'),
(1471,802,'email_notification','1277743199'),
(1472,802,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278632688\";}'),
(1473,802,'_wp_old_slug',''),
(1474,802,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278632689\";}'),
(1475,806,'jabber_published','1278341999'),
(1476,806,'email_notification','1278341999'),
(1477,806,'_wp_old_slug',''),
(1478,806,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1278947342\";}'),
(1479,806,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1278947343\";}'),
(1480,810,'jabber_published','1278427802'),
(1481,810,'email_notification','1278427802'),
(1482,810,'_wp_old_slug',''),
(1483,810,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281424270\";}'),
(1484,810,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281424270\";}'),
(1485,817,'jabber_published','1278952423'),
(1486,817,'email_notification','1278952423'),
(1487,817,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281424270\";}'),
(1488,817,'_wp_old_slug',''),
(1489,817,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281424270\";}'),
(1490,822,'jabber_published','1279201468'),
(1491,822,'email_notification','1279201468'),
(1492,822,'_wp_old_slug',''),
(1493,822,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281424268\";}'),
(1494,822,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281424268\";}'),
(1495,828,'jabber_published','1279553932'),
(1496,828,'email_notification','1279553932'),
(1497,828,'_wp_old_slug',''),
(1498,828,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281424264\";}'),
(1499,828,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281424265\";}'),
(1500,834,'jabber_published','1279638448'),
(1501,834,'email_notification','1279638449'),
(1502,834,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1281615845\";}'),
(1503,834,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1281615845\";}'),
(1504,837,'jabber_published','1279716809'),
(1505,837,'email_notification','1279716810'),
(1506,837,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1282199463\";}'),
(1507,837,'_wp_old_slug',''),
(1508,837,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1282199464\";}'),
(1509,841,'jabber_published','1280404653'),
(1510,841,'email_notification','1280404654'),
(1511,841,'_wp_old_slug',''),
(1512,841,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1282199430\";}'),
(1513,841,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1282199430\";}'),
(1514,846,'jabber_published','1280491729'),
(1515,846,'email_notification','1280491730'),
(1516,846,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1283198665\";}'),
(1517,846,'_wp_old_slug',''),
(1518,846,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283198664\";}'),
(1519,850,'jabber_published','1280933323'),
(1520,850,'email_notification','1280933323'),
(1521,850,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1283198664\";}'),
(1522,850,'_wp_old_slug',''),
(1523,850,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283198663\";}'),
(1524,855,'jabber_published','1281366650'),
(1525,855,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306317795\";}'),
(1526,855,'email_notification','1281366651'),
(1527,855,'_wp_old_slug',''),
(1528,855,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1283851097\";}'),
(1529,860,'jabber_published','1281550855'),
(1530,860,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286859034\";}'),
(1531,860,'_wp_old_slug',''),
(1532,860,'email_notification','1281550857'),
(1533,860,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286859038\";}'),
(1534,864,'jabber_published','1281962741'),
(1535,864,'email_notification','1281962743'),
(1536,864,'_wp_old_slug',''),
(1537,864,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:1:{s:56:\"http://static.addtoany.com/buttons/share_save_256_24.png\";a:6:{s:8:\"file_url\";s:56:\"http://static.addtoany.com/buttons/share_save_256_24.png\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:2:\"24\";s:4:\"type\";s:5:\"image\";s:4:\"area\";s:4:\"6144\";s:9:\"file_path\";s:0:\"\";}}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"1\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2010-08-16 12:46:15\";}'),
(1538,864,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634261\";}'),
(1539,864,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1310392629\";}'),
(1540,867,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634260\";}'),
(1541,867,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312129043\";}'),
(1542,867,'jabber_published','1282134670'),
(1543,867,'_wp_old_slug',''),
(1544,867,'email_notification','1282134671'),
(1545,874,'jabber_published','1282834040'),
(1546,874,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634260\";}'),
(1547,874,'_wp_old_slug',''),
(1548,874,'email_notification','1282834041'),
(1549,874,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286634261\";}'),
(1550,880,'jabber_published','1283174663'),
(1551,880,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634259\";}'),
(1552,880,'_wp_old_slug',''),
(1553,880,'email_notification','1283174665'),
(1554,880,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305072587\";}'),
(1555,884,'jabber_published','1283523114'),
(1556,884,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634258\";}'),
(1557,884,'_wp_old_slug',''),
(1558,884,'email_notification','1283523115'),
(1559,884,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286634259\";}'),
(1560,889,'jabber_published','1283955873'),
(1561,889,'_wp_old_slug',''),
(1562,889,'email_notification','1283955874'),
(1563,889,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634258\";}'),
(1564,889,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312820208\";}'),
(1565,894,'jabber_published','1284564125'),
(1566,894,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1286634257\";}'),
(1567,894,'_wp_old_slug',''),
(1568,894,'email_notification','1284564127'),
(1569,894,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1286634258\";}'),
(1570,897,'jabber_published','1284749539'),
(1571,897,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287079353\";}'),
(1572,897,'_wp_old_slug',''),
(1573,897,'email_notification','1284749540'),
(1574,897,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1298465444\";}'),
(1575,900,'jabber_published','1284999118'),
(1576,900,'email_notification','1284999119'),
(1577,900,'_wp_old_slug',''),
(1578,900,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287079352\";}'),
(1579,900,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312862032\";}'),
(1580,904,'jabber_published','1285332781'),
(1581,904,'email_notification','1285332783'),
(1582,904,'_wp_old_slug',''),
(1583,904,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287079341\";}'),
(1584,904,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1287079343\";}'),
(1585,907,'jabber_published','1285699474'),
(1586,907,'email_notification','1285699821'),
(1587,907,'_wp_old_slug',''),
(1588,907,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287933006\";}'),
(1589,907,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1287933006\";}'),
(1590,911,'jabber_published','1286308892'),
(1591,911,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1287933001\";}'),
(1592,911,'_wp_old_slug',''),
(1593,911,'email_notification','1286308893'),
(1594,911,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1287933001\";}'),
(1595,914,'jabber_published','1286458386'),
(1596,914,'delicious','a:3:{s:5:\"count\";s:1:\"1\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288006717\";}'),
(1597,914,'email_notification','1286458387'),
(1598,914,'_wp_old_slug',''),
(1599,914,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1288006691\";}'),
(1600,920,'jabber_published','1287077262'),
(1601,920,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288196042\";}'),
(1602,920,'_wp_old_slug',''),
(1603,920,'email_notification','1287077263'),
(1604,920,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305394626\";}'),
(1605,924,'jabber_published','1287158293'),
(1606,924,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311331150\";}'),
(1607,924,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288196041\";}'),
(1608,924,'_wp_old_slug',''),
(1609,924,'email_notification','1287158294'),
(1610,929,'jabber_published','1287416058'),
(1611,929,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288196040\";}'),
(1612,929,'_wp_old_slug',''),
(1613,929,'email_notification','1287416060'),
(1614,929,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311414335\";}'),
(1615,934,'jabber_published','1287666243'),
(1616,934,'email_notification','1287666245'),
(1617,934,'_wp_old_slug',''),
(1618,934,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288196039\";}'),
(1619,934,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311414335\";}'),
(1620,940,'jabber_published','1288017397'),
(1621,940,'delicious','a:3:{s:5:\"count\";s:1:\"0\";s:9:\"post_tags\";s:0:\"\";s:4:\"time\";s:10:\"1288303399\";}'),
(1622,940,'_wp_old_slug',''),
(1623,940,'email_notification','1288017399'),
(1624,940,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311414335\";}'),
(1625,945,'jabber_published','1288641365'),
(1626,945,'email_notification','1288641366'),
(1627,945,'_wp_old_slug',''),
(1628,945,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311414335\";}'),
(1629,950,'jabber_published','1288794296'),
(1630,950,'email_notification','1288794297'),
(1631,950,'_wp_old_slug',''),
(1632,950,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311331150\";}'),
(1633,955,'jabber_published','1288957208'),
(1634,955,'_wp_old_slug',''),
(1635,955,'email_notification','1288957209'),
(1636,955,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305394626\";}'),
(1637,958,'jabber_published','1289222142'),
(1638,958,'email_notification','1289222143'),
(1639,958,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1314003285\";}'),
(1640,961,'jabber_published','1289330380'),
(1641,961,'email_notification','1289330381'),
(1642,961,'_wp_old_slug',''),
(1643,961,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305394630\";}'),
(1644,968,'jabber_published','1290434960'),
(1645,968,'_wp_old_slug',''),
(1646,968,'email_notification','1290434962'),
(1647,968,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305096372\";}'),
(1648,971,'jabber_published','1290524942'),
(1649,971,'_wp_old_slug',''),
(1650,971,'email_notification','1290524944'),
(1651,971,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305002105\";}'),
(1652,975,'jabber_published','1290700285'),
(1653,975,'_wp_old_slug',''),
(1654,975,'email_notification','1290700287'),
(1655,975,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305002118\";}'),
(1656,978,'jabber_published','1291129711'),
(1657,978,'_wp_old_slug',''),
(1658,978,'email_notification','1291129713'),
(1659,978,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1293463998\";}'),
(1660,982,'jabber_published','1291217570'),
(1661,982,'_wp_old_slug',''),
(1662,982,'email_notification','1291217572'),
(1663,982,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1295350117\";}'),
(1664,985,'jabber_published','1291386840'),
(1665,985,'_wp_old_slug',''),
(1666,985,'email_notification','1291386842'),
(1667,985,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1293121065\";}'),
(1668,988,'jabber_published','1291643666'),
(1669,988,'email_notification','1291643667'),
(1670,988,'_wp_old_slug',''),
(1671,988,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1309271481\";}'),
(1672,991,'jabber_published','1291909680'),
(1673,991,'_wp_old_slug',''),
(1674,991,'email_notification','1291909682'),
(1675,991,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1294168086\";}'),
(1676,995,'jabber_published','1292327995'),
(1677,995,'email_notification','1292327996'),
(1678,995,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562827\";}'),
(1679,998,'jabber_published','1292611777'),
(1680,998,'email_notification','1292611778'),
(1681,998,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458944\";}'),
(1682,1001,'jabber_published','1292952944'),
(1683,1001,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562837\";}'),
(1684,1001,'email_notification','1292952946'),
(1685,1004,'jabber_published','1293201497'),
(1686,1004,'email_notification','1293201498'),
(1687,1004,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458942\";}'),
(1688,1008,'jabber_published','1294089772'),
(1689,1008,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562835\";}'),
(1690,1008,'email_notification','1294089773'),
(1691,1012,'jabber_published','1294154103'),
(1692,1012,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562834\";}'),
(1693,1012,'email_notification','1294154106'),
(1694,1019,'jabber_published','1294323223'),
(1695,1019,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458945\";}'),
(1696,1019,'email_notification','1294323225'),
(1697,1023,'jabber_published','1294864418'),
(1698,1023,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312562831\";}'),
(1699,1023,'email_notification','1294864420'),
(1700,1026,'jabber_published','1295015606'),
(1701,1026,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458942\";}'),
(1702,1026,'email_notification','1295015607'),
(1703,1029,'jabber_published','1295376642'),
(1704,1029,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308458946\";}'),
(1705,1029,'email_notification','1295376644'),
(1706,1032,'jabber_published','1295644233'),
(1707,1032,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1297856753\";}'),
(1708,1032,'email_notification','1295644235'),
(1709,1036,'jabber_published','1295789981'),
(1710,1036,'email_notification','1295789982'),
(1711,1036,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312627007\";}'),
(1712,1040,'jabber_published','1296149978'),
(1713,1040,'email_notification','1296149980'),
(1714,1040,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1297856752\";}'),
(1715,1043,'jabber_published','1296405434'),
(1716,1043,'email_notification','1296405435'),
(1717,1043,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1297856749\";}'),
(1718,1047,'jabber_published','1296583933'),
(1719,1047,'email_notification','1296583935'),
(1720,1047,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311004908\";}'),
(1721,1052,'jabber_published','1296658122'),
(1722,1052,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311609661\";}'),
(1723,1052,'email_notification','1296658124'),
(1724,1055,'jabber_published','1297694388'),
(1725,1055,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1310978904\";}'),
(1726,1055,'email_notification','1297694389'),
(1727,1058,'jabber_published','1298382785'),
(1728,1058,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311310263\";}'),
(1729,1058,'email_notification','1298382786'),
(1730,1061,'jabber_published','1298901433'),
(1731,1061,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306365749\";}'),
(1732,1061,'email_notification','1298901435'),
(1733,1063,'jabber_published','1299530161'),
(1734,1063,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1303093228\";}'),
(1735,1063,'email_notification','1299530162'),
(1736,1066,'jabber_published','1299607646'),
(1737,1066,'email_notification','1299607648'),
(1738,1066,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305692391\";}'),
(1739,1072,'jabber_published','1300289443'),
(1740,1072,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1303945238\";}'),
(1741,1072,'email_notification','1300289444'),
(1742,1074,'jabber_published','1300459386'),
(1743,1074,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305498377\";}'),
(1744,1074,'email_notification','1300459388'),
(1745,1080,'jabber_published','1300727693'),
(1746,1080,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305612888\";}'),
(1747,1080,'email_notification','1300727695'),
(1748,1086,'jabber_published','1300809220'),
(1749,1086,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305612900\";}'),
(1750,1086,'email_notification','1300809222'),
(1751,1091,'jabber_published','1300987740'),
(1752,1091,'email_notification','1300987741'),
(1753,1091,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305612899\";}'),
(1754,1095,'jabber_published','1301333546'),
(1755,1095,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305767639\";}'),
(1756,1095,'email_notification','1301333548'),
(1757,1099,'jabber_published','1301666527'),
(1758,1099,'email_notification','1301666528'),
(1759,1099,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306108882\";}'),
(1760,1105,'jabber_published','1302618383'),
(1761,1105,'email_notification','1302618533'),
(1762,1105,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304989895\";}'),
(1763,1108,'jabber_published','1303225399'),
(1764,1108,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304976795\";}'),
(1765,1108,'email_notification','1303225401'),
(1766,1111,'jabber_published','1303319386'),
(1767,1111,'email_notification','1303319388'),
(1768,1111,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304989894\";}'),
(1769,1114,'jabber_published','1303398998'),
(1770,1114,'email_notification','1303398999'),
(1771,1114,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304989893\";}'),
(1772,1121,'jabber_published','1303746080'),
(1773,1121,'email_notification','1303746082'),
(1774,1121,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307710214\";}'),
(1775,1123,'jabber_published','1303830697'),
(1776,1123,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305009280\";}'),
(1777,1123,'email_notification','1303830699'),
(1778,1127,'jabber_published','1303926993'),
(1779,1127,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305615299\";}'),
(1780,1127,'email_notification','1303926995'),
(1781,1131,'jabber_published','1304617738'),
(1782,1131,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304621984\";}'),
(1783,1131,'email_notification','1304617739'),
(1784,1133,'jabber_published','1304697773'),
(1785,1133,'email_notification','1304697773'),
(1786,1133,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304940910\";}'),
(1787,1137,'jabber_published','1304952034'),
(1788,1137,'email_notification','1304952034'),
(1789,1137,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1304976792\";}'),
(1790,1145,'jabber_published','1305037363'),
(1791,1145,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305061177\";}'),
(1792,1145,'email_notification','1305037363'),
(1793,1148,'jabber_published','1305558889'),
(1794,1148,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1305578399\";}'),
(1795,1148,'email_notification','1305558890'),
(1796,1153,'jabber_published','1305656382'),
(1797,1153,'email_notification','1305656382'),
(1798,1153,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307694758\";}'),
(1799,1159,'jabber_published','1306248132'),
(1800,1159,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1306341784\";}'),
(1801,1159,'email_notification','1306248133'),
(1802,1164,'jabber_published','1307040337'),
(1803,1164,'email_notification','1307040339'),
(1804,1164,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307345521\";}'),
(1805,1170,'jabber_published','1307101363'),
(1806,1170,'email_notification','1307101363'),
(1807,1170,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307102307\";}'),
(1808,1174,'jabber_published','1307628480'),
(1809,1174,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:0:{}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"0\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2011-06-09 14:14:04\";}'),
(1810,1174,'email_notification','1307628480'),
(1811,1174,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1307731694\";}'),
(1812,1183,'jabber_published','1308232909'),
(1813,1183,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1313406504\";}'),
(1814,1183,'email_notification','1308232910'),
(1815,1188,'jabber_published','1308775642'),
(1816,1188,'email_notification','1308775643'),
(1817,1188,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1308960593\";}'),
(1818,1191,'jabber_published','1309280874'),
(1819,1191,'email_notification','1309280875'),
(1820,1191,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186312\";}'),
(1821,1195,'jabber_published','1309980006'),
(1822,1195,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1310005155\";}'),
(1823,1195,'email_notification','1309980008'),
(1824,1200,'jabber_published','1310393371'),
(1825,1200,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186361\";}'),
(1826,1200,'email_notification','1310393372'),
(1827,1205,'jabber_published','1310480744'),
(1828,1205,'email_notification','1310480745'),
(1829,1205,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186371\";}'),
(1830,1210,'jabber_published','1310567223'),
(1831,1210,'email_notification','1310567224'),
(1832,1210,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1311549571\";}'),
(1833,1214,'jabber_published','1311017986'),
(1834,1214,'email_notification','1311017987'),
(1835,1214,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186330\";}'),
(1836,1218,'jabber_published','1311166394'),
(1837,1218,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312186363\";}'),
(1838,1218,'email_notification','1311166394'),
(1839,1220,'jabber_published','1311605410'),
(1840,1220,'email_notification','1311605411'),
(1841,1220,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312377559\";}'),
(1842,1222,'jabber_published','1311769387'),
(1843,1222,'email_notification','1311769387'),
(1844,1222,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312384537\";}'),
(1845,1225,'jabber_published','1311863808'),
(1846,1225,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:0:{}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"0\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2011-07-28 14:36:47\";}'),
(1847,1225,'email_notification','1311863808'),
(1848,1225,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312485311\";}'),
(1849,1231,'jabber_published','1312208725'),
(1850,1231,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312485315\";}'),
(1851,1231,'email_notification','1312208726'),
(1852,1321,'jabber_published','1312473609'),
(1853,1321,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1312572031\";}'),
(1854,1321,'email_notification','1312473610'),
(1855,1322,'jabber_published','1312906288'),
(1856,1322,'email_notification','1312906289'),
(1857,1322,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1313064412\";}'),
(1858,1407,'jabber_published','1312991167'),
(1859,1407,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1313064292\";}'),
(1860,1407,'email_notification','1312991179'),
(1861,1407,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:0:{}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"0\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2011-08-10 21:56:08\";}'),
(1862,1408,'jabber_published','1313070207'),
(1863,1408,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1313545859\";}'),
(1864,1408,'email_notification','1313070207'),
(1865,1409,'jabber_published','1313150446'),
(1866,1409,'tagazine-media','a:7:{s:7:\"primary\";s:0:\"\";s:6:\"images\";a:0:{}s:6:\"videos\";a:0:{}s:11:\"image_count\";s:1:\"0\";s:6:\"author\";s:7:\"2598919\";s:7:\"blog_id\";s:7:\"2526262\";s:9:\"mod_stamp\";s:19:\"2011-08-12 12:00:46\";}'),
(1867,1409,'email_notification','1313150446'),
(1868,1409,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1313538985\";}'),
(1869,1410,'jabber_published','1313436645'),
(1870,1410,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1313572848\";}'),
(1871,1410,'email_notification','1313436646'),
(1872,1411,'jabber_published','1313599751'),
(1873,1411,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1313662944\";}'),
(1874,1411,'email_notification','1313599752'),
(1875,1412,'jabber_published','1313680531'),
(1876,1412,'email_notification','1313680531'),
(1877,1412,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1313741991\";}'),
(1878,1413,'jabber_published','1314109316'),
(1879,1413,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1314272266\";}'),
(1880,1413,'email_notification','1314109316'),
(1881,1414,'jabber_published','1314194049'),
(1882,1414,'email_notification','1314194053'),
(1883,1414,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1314270220\";}'),
(1884,1415,'jabber_published','1314281812'),
(1885,1415,'email_notification','1314281812'),
(1886,1415,'reddit','a:2:{s:5:\"count\";s:1:\"0\";s:4:\"time\";s:10:\"1314282019\";}'),
(1888,1417,'_edit_lock','1314631414:1'),
(1889,1417,'_s2mail','yes'),
(1893,1420,'_edit_lock','1314882125:1'),
(1892,1420,'_edit_last','1'),
(1894,1420,'_s2mail','yes'),
(1898,1422,'_edit_lock','1314973914:1'),
(1897,1422,'_edit_last','1'),
(1899,1422,'_s2mail','yes'),
(1903,1424,'_edit_lock','1315323077:1'),
(1902,1424,'_edit_last','1'),
(1904,1424,'_s2mail','yes'),
(1908,1426,'_edit_lock','1315424106:1'),
(1907,1426,'_edit_last','1'),
(1909,1426,'_s2mail','yes'),
(1915,1431,'_edit_lock','1315579738:1'),
(1914,1431,'_edit_last','1'),
(1916,1431,'_s2mail','yes'),
(1920,1434,'_edit_lock','1315852564:1'),
(1919,1434,'_edit_last','1'),
(1921,1434,'_s2mail','yes'),
(1922,1436,'_edit_last','1'),
(1923,1436,'_edit_lock','1316696495:1'),
(1924,1436,'_s2mail','yes'),
(1928,1439,'_edit_lock','1317921755:1'),
(1927,1439,'_edit_last','1'),
(1929,1439,'_s2mail','yes'),
(1933,1442,'_edit_lock','1317922557:1'),
(1932,1442,'_edit_last','1'),
(1934,1442,'_s2mail','yes'),
(1938,1446,'_edit_lock','1318883407:1'),
(1937,1446,'_edit_last','1'),
(1939,1446,'_s2mail','yes'),
(1943,1448,'_edit_lock','1319037208:1'),
(1942,1448,'_edit_last','1'),
(1944,1448,'_s2mail','yes'),
(1948,1450,'_edit_lock','1319479554:1'),
(1947,1450,'_edit_last','1'),
(1949,1450,'_s2mail','yes'),
(1953,1452,'_edit_lock','1319657463:1'),
(1952,1452,'_edit_last','1'),
(1954,1452,'_s2mail','yes'),
(1958,1457,'_edit_lock','1319815878:1'),
(1957,1457,'_edit_last','1'),
(1959,1457,'_s2mail','yes'),
(1963,1460,'_edit_lock','1320154759:1'),
(1962,1460,'_edit_last','1'),
(1964,1460,'_s2mail','yes'),
(1968,1463,'_edit_lock','1320241128:1'),
(1967,1463,'_edit_last','1'),
(1969,1463,'_s2mail','yes'),
(1973,1466,'_edit_lock','1320945724:1'),
(1972,1466,'_edit_last','1'),
(1974,1466,'_s2mail','yes'),
(1978,1470,'_edit_lock','1321027815:1'),
(1977,1470,'_edit_last','1'),
(1979,1470,'_s2mail','yes'),
(1983,1473,'_edit_lock','1321279427:1'),
(1982,1473,'_edit_last','1'),
(1984,1473,'_s2mail','yes'),
(1990,1477,'_edit_lock','1321366027:1'),
(1989,1477,'_edit_last','1'),
(1991,1477,'_s2mail','yes'),
(1995,1479,'_edit_lock','1321559459:1'),
(1994,1479,'_edit_last','1'),
(1996,1479,'_s2mail','yes'),
(2000,1482,'_edit_lock','1321885457:1'),
(1999,1482,'_edit_last','1'),
(2001,1482,'_s2mail','yes'),
(2005,1485,'_edit_lock','1321973921:1'),
(2004,1485,'_edit_last','1'),
(2006,1485,'_s2mail','yes'),
(2010,1491,'_edit_lock','1322233112:1'),
(2009,1491,'_edit_last','1'),
(2011,1491,'_s2mail','yes'),
(2015,1493,'_edit_lock','1322576537:1'),
(2014,1493,'_edit_last','1'),
(2016,1493,'_s2mail','yes'),
(2020,1496,'_edit_lock','1323119118:1'),
(2019,1496,'_edit_last','1'),
(2021,1496,'_s2mail','yes'),
(2027,1499,'_edit_lock','1323272441:1'),
(2026,1499,'_edit_last','1'),
(2028,1499,'_s2mail','yes'),
(2032,1501,'_edit_lock','1323436380:1'),
(2031,1501,'_edit_last','1'),
(2033,1501,'_s2mail','yes'),
(2037,1503,'_edit_lock','1323714484:1'),
(2036,1503,'_edit_last','1'),
(2038,1503,'_s2mail','yes'),
(2042,1507,'_edit_lock','1323965428:1'),
(2041,1507,'_edit_last','1'),
(2043,1507,'_s2mail','yes'),
(2047,1509,'_edit_lock','1324308030:1'),
(2046,1509,'_edit_last','1'),
(2048,1509,'_s2mail','yes'),
(2052,1511,'_edit_lock','1472921438:4'),
(2051,1511,'_edit_last','1'),
(2053,1511,'_s2mail','yes'),
(2057,1514,'_edit_lock','1324494573:1'),
(2056,1514,'_edit_last','1'),
(2058,1514,'_s2mail','yes'),
(2062,1517,'_edit_lock','1325090209:1'),
(2061,1517,'_edit_last','1'),
(2063,1517,'_s2mail','yes'),
(2069,1521,'_edit_lock','1325601789:1'),
(2068,1521,'_edit_last','1'),
(2070,1521,'_s2mail','yes'),
(2076,1524,'_edit_lock','1325688196:1'),
(2075,1524,'_edit_last','1'),
(2077,1524,'Hide SexyBookmarks','0'),
(2078,1524,'Hide OgTags','0'),
(2079,1524,'_s2mail','yes'),
(2083,1526,'_edit_lock','1325865913:1'),
(2082,1526,'_edit_last','1'),
(2084,1526,'Hide SexyBookmarks','0'),
(2085,1526,'Hide OgTags','0'),
(2086,1526,'_s2mail','yes'),
(2092,1529,'_edit_lock','1326204916:1'),
(2091,1529,'_edit_last','1'),
(2093,1529,'Hide SexyBookmarks','0'),
(2094,1529,'Hide OgTags','0'),
(2095,1529,'_s2mail','yes'),
(2101,1533,'_edit_lock','1326301226:1'),
(2100,1533,'_edit_last','1'),
(2102,1533,'Hide SexyBookmarks','0'),
(2103,1533,'Hide OgTags','0'),
(2104,1533,'_s2mail','yes'),
(2110,1540,'_edit_lock','1326838190:1'),
(2109,1540,'_edit_last','1'),
(2111,1540,'Hide SexyBookmarks','0'),
(2112,1540,'Hide OgTags','0'),
(2113,1540,'_s2mail','yes'),
(2117,1544,'_edit_lock','1326989290:1'),
(2116,1544,'_edit_last','1'),
(2118,1544,'Hide SexyBookmarks','0'),
(2119,1544,'Hide OgTags','0'),
(2120,1544,'_s2mail','yes'),
(2124,1546,'_edit_lock','1327075173:1'),
(2123,1546,'_edit_last','1'),
(2125,1546,'Hide SexyBookmarks','0'),
(2126,1546,'Hide OgTags','0'),
(2127,1546,'_s2mail','yes'),
(2131,1549,'_edit_lock','1327331557:1'),
(2130,1549,'_edit_last','1'),
(2132,1549,'Hide SexyBookmarks','0'),
(2133,1549,'Hide OgTags','0'),
(2134,1549,'_s2mail','yes'),
(2138,1552,'_edit_lock','1327427423:1'),
(2137,1552,'_edit_last','1'),
(2139,1552,'Hide SexyBookmarks','0'),
(2140,1552,'Hide OgTags','0'),
(2141,1552,'_s2mail','yes'),
(2145,1554,'_edit_lock','1328031522:1'),
(2144,1554,'_edit_last','1'),
(2146,1554,'Hide SexyBookmarks','0'),
(2147,1554,'Hide OgTags','0'),
(2148,1554,'_s2mail','yes'),
(2157,1561,'_edit_last','1'),
(2158,1561,'_edit_lock','1328110965:1'),
(2159,1561,'Hide SexyBookmarks','0'),
(2160,1561,'Hide OgTags','0'),
(2161,1561,'_s2mail','yes'),
(2165,1564,'_edit_lock','1328200910:1'),
(2164,1564,'_edit_last','1'),
(2166,1564,'Hide SexyBookmarks','0'),
(2167,1564,'Hide OgTags','0'),
(2168,1564,'_s2mail','yes'),
(2172,1568,'_edit_lock','1328284121:1'),
(2171,1568,'_edit_last','1'),
(2173,1568,'Hide SexyBookmarks','0'),
(2174,1568,'Hide OgTags','0'),
(2175,1568,'_s2mail','yes'),
(2183,1573,'_edit_lock','1328906364:1'),
(2182,1573,'_edit_last','1'),
(2184,1573,'Hide SexyBookmarks','0'),
(2185,1573,'Hide OgTags','0'),
(2186,1573,'_s2mail','yes'),
(2190,1575,'_edit_lock','1329152847:1'),
(2189,1575,'_edit_last','1'),
(2191,1579,'_edit_last','1'),
(2192,1579,'_edit_lock','1329488398:1'),
(2193,1579,'Hide SexyBookmarks','0'),
(2194,1579,'Hide OgTags','0'),
(2195,1579,'_s2mail','yes'),
(2203,1585,'_edit_lock','1329763239:1'),
(2202,1585,'_edit_last','1'),
(2204,1585,'Hide SexyBookmarks','0'),
(2205,1585,'Hide OgTags','0'),
(2206,1585,'_s2mail','yes'),
(2212,1589,'_edit_lock','1330093963:1'),
(2211,1589,'_edit_last','1'),
(2213,1589,'Hide SexyBookmarks','0'),
(2214,1589,'Hide OgTags','0'),
(2215,1589,'_s2mail','yes'),
(2220,38,'Hide SexyBookmarks','0'),
(2221,38,'Hide OgTags','0'),
(2222,38,'_s2mail','yes'),
(2223,1595,'_edit_last','1'),
(2224,1595,'_edit_lock','1330359474:1'),
(2225,1595,'Hide SexyBookmarks','0'),
(2226,1595,'Hide OgTags','0'),
(2227,1595,'_s2mail','yes'),
(2231,1599,'_edit_lock','1330441900:1'),
(2230,1599,'_edit_last','1'),
(2232,1599,'Hide SexyBookmarks','0'),
(2233,1599,'Hide OgTags','0'),
(2234,1599,'_s2mail','yes'),
(2248,1608,'_edit_last','1'),
(2249,1608,'_edit_lock','1330552323:1'),
(2239,1604,'_edit_last','1'),
(2240,1604,'_edit_lock','1330536729:1'),
(2241,1604,'Hide SexyBookmarks','0'),
(2242,1604,'Hide OgTags','0'),
(2243,1604,'_s2mail','yes'),
(2250,1608,'Hide SexyBookmarks','0'),
(2251,1608,'Hide OgTags','0'),
(2252,1608,'_s2mail','yes'),
(2256,1610,'_edit_lock','1330696967:1'),
(2255,1610,'_edit_last','1'),
(2257,1610,'Hide SexyBookmarks','0'),
(2258,1610,'Hide OgTags','0'),
(2259,1610,'_s2mail','yes'),
(2265,1615,'_edit_lock','1330961486:1'),
(2264,1615,'_edit_last','1'),
(2266,1615,'Hide SexyBookmarks','0'),
(2267,1615,'Hide OgTags','0'),
(2268,1615,'_s2mail','yes'),
(2271,1618,'_edit_last','1'),
(2272,1618,'_edit_lock','1331055852:1'),
(2273,1618,'Hide SexyBookmarks','0'),
(2274,1618,'Hide OgTags','0'),
(2275,1618,'_s2mail','yes'),
(2279,1622,'_edit_lock','1331147876:1'),
(2278,1622,'_edit_last','1'),
(2280,1622,'Hide SexyBookmarks','0'),
(2281,1622,'Hide OgTags','0'),
(2282,1622,'_s2mail','yes'),
(2286,1624,'_edit_lock','1331385693:1'),
(2285,1624,'_edit_last','1'),
(2287,1624,'Hide SexyBookmarks','0'),
(2288,1624,'Hide OgTags','0'),
(2289,1624,'_s2mail','yes'),
(2293,1627,'_edit_lock','1331581866:1'),
(2292,1627,'_edit_last','1'),
(2294,1627,'Hide SexyBookmarks','0'),
(2295,1627,'Hide OgTags','0'),
(2296,1627,'_s2mail','yes'),
(2302,1632,'_edit_lock','1331754915:1'),
(2301,1632,'_edit_last','1'),
(2303,1632,'Hide SexyBookmarks','0'),
(2304,1632,'Hide OgTags','0'),
(2305,1632,'_s2mail','yes'),
(2309,1634,'_edit_lock','1331824413:1'),
(2308,1634,'_edit_last','1'),
(2310,1634,'Hide SexyBookmarks','0'),
(2311,1634,'Hide OgTags','0'),
(2312,1634,'_s2mail','yes'),
(2320,1640,'_edit_lock','1332345449:1'),
(2319,1640,'_edit_last','1'),
(2321,1640,'Hide SexyBookmarks','0'),
(2322,1640,'Hide OgTags','0'),
(2323,1640,'_s2mail','yes'),
(2324,1642,'_edit_last','1'),
(2325,1642,'_edit_lock','1332508920:1'),
(2326,1642,'Hide SexyBookmarks','0'),
(2327,1642,'Hide OgTags','0'),
(2328,1642,'_s2mail','yes'),
(2332,1645,'_edit_lock','1332769137:1'),
(2331,1645,'_edit_last','1'),
(2333,1645,'Hide SexyBookmarks','0'),
(2334,1645,'Hide OgTags','0'),
(2335,1645,'_s2mail','yes'),
(2339,1648,'_edit_lock','1332957467:1'),
(2338,1648,'_edit_last','1'),
(2340,1648,'Hide SexyBookmarks','0'),
(2341,1648,'Hide OgTags','0'),
(2342,1648,'_s2mail','yes'),
(2343,1650,'_edit_last','1'),
(2344,1650,'_edit_lock','1333054366:1'),
(2345,1650,'Hide SexyBookmarks','0'),
(2346,1650,'Hide OgTags','0'),
(2347,1650,'_s2mail','yes'),
(2351,1653,'Hide SexyBookmarks','0'),
(2350,1653,'_edit_last','1'),
(2352,1653,'Hide OgTags','0'),
(2353,1653,'_s2mail','yes'),
(2354,1653,'_edit_lock','1333377754:1'),
(2360,1658,'_edit_lock','1333544186:1'),
(2359,1658,'_edit_last','1'),
(2361,1658,'Hide SexyBookmarks','0'),
(2362,1658,'Hide OgTags','0'),
(2363,1658,'_s2mail','yes'),
(2367,1662,'_edit_lock','1333982941:1'),
(2366,1662,'_edit_last','1'),
(2368,1662,'Hide SexyBookmarks','0'),
(2369,1662,'Hide OgTags','0'),
(2370,1662,'_s2mail','yes'),
(2374,1665,'_edit_lock','1334261327:1'),
(2373,1665,'_edit_last','1'),
(2375,1665,'Hide SexyBookmarks','0'),
(2376,1665,'Hide OgTags','0'),
(2377,1665,'_s2mail','yes'),
(2381,1668,'Hide SexyBookmarks','0'),
(2380,1668,'_edit_last','1'),
(2382,1668,'Hide OgTags','0'),
(2383,1668,'_s2mail','yes'),
(2384,1668,'_edit_lock','1334591237:1'),
(2388,1671,'_edit_lock','1334762104:1'),
(2387,1671,'_edit_last','1'),
(2389,1671,'Hide SexyBookmarks','0'),
(2390,1671,'Hide OgTags','0'),
(2391,1671,'_s2mail','yes'),
(2395,1674,'_edit_lock','1335366551:1'),
(2394,1674,'_edit_last','1'),
(2396,1674,'Hide SexyBookmarks','0'),
(2397,1674,'Hide OgTags','0'),
(2398,1674,'_s2mail','yes'),
(2402,1678,'_edit_lock','1335456687:1'),
(2401,1678,'_edit_last','1'),
(2403,1678,'Hide SexyBookmarks','0'),
(2404,1678,'Hide OgTags','0'),
(2405,1678,'_s2mail','yes'),
(2409,1680,'_edit_lock','1335793252:1'),
(2408,1680,'_edit_last','1'),
(2410,1680,'Hide SexyBookmarks','0'),
(2411,1680,'Hide OgTags','0'),
(2412,1680,'_s2mail','yes'),
(2416,1682,'_edit_lock','1335962691:1'),
(2415,1682,'_edit_last','1'),
(2417,1682,'Hide SexyBookmarks','0'),
(2418,1682,'Hide OgTags','0'),
(2419,1682,'_s2mail','yes'),
(2423,1684,'Hide SexyBookmarks','0'),
(2422,1684,'_edit_last','1'),
(2424,1684,'Hide OgTags','0'),
(2425,1684,'_s2mail','yes'),
(2426,1684,'_edit_lock','1336397093:1'),
(2430,1690,'_edit_lock','1336568090:1'),
(2429,1690,'_edit_last','1'),
(2431,1690,'Hide SexyBookmarks','0'),
(2432,1690,'Hide OgTags','0'),
(2433,1690,'_s2mail','yes'),
(2439,1693,'_edit_lock','1337178276:1'),
(2438,1693,'_edit_last','1'),
(2440,1693,'Hide SexyBookmarks','0'),
(2441,1693,'Hide OgTags','0'),
(2442,1693,'_s2mail','yes'),
(2446,1697,'_edit_lock','1337608195:1'),
(2445,1697,'_edit_last','1'),
(2447,1697,'Hide SexyBookmarks','0'),
(2448,1697,'Hide OgTags','0'),
(2449,1697,'_s2mail','yes'),
(2452,24,'Hide SexyBookmarks','0'),
(2453,24,'Hide OgTags','0'),
(2454,24,'_s2mail','yes'),
(2455,1702,'_edit_last','1'),
(2456,1702,'_edit_lock','1338302051:1'),
(2457,1702,'Hide SexyBookmarks','0'),
(2458,1702,'Hide OgTags','0'),
(2459,1702,'_s2mail','yes'),
(2463,1705,'_edit_lock','1338555772:1'),
(2462,1705,'_edit_last','1'),
(2464,1705,'Hide SexyBookmarks','0'),
(2465,1705,'Hide OgTags','0'),
(2466,1705,'_s2mail','yes'),
(2470,1707,'_edit_lock','1338903088:1'),
(2469,1707,'_edit_last','1'),
(2471,1707,'Hide SexyBookmarks','0'),
(2472,1707,'Hide OgTags','0'),
(2473,1707,'_s2mail','yes'),
(2477,1711,'_edit_lock','1339419704:1'),
(2476,1711,'_edit_last','1'),
(2478,1711,'Hide SexyBookmarks','0'),
(2479,1711,'Hide OgTags','0'),
(2480,1711,'_s2mail','yes'),
(2484,1717,'_edit_lock','1339594642:1'),
(2483,1717,'_edit_last','1'),
(2485,1717,'Hide SexyBookmarks','0'),
(2486,1717,'Hide OgTags','0'),
(2487,1717,'_s2mail','yes'),
(2491,1720,'_edit_lock','1340111354:1'),
(2490,1720,'_edit_last','1'),
(2492,1720,'Hide SexyBookmarks','0'),
(2493,1720,'Hide OgTags','0'),
(2494,1720,'_s2mail','yes'),
(2499,18,'Hide SexyBookmarks','0'),
(2500,18,'Hide OgTags','0'),
(2501,1726,'_edit_last','1'),
(2502,1726,'_edit_lock','1340284401:1'),
(2503,1726,'Hide SexyBookmarks','0'),
(2504,1726,'Hide OgTags','0'),
(2505,1726,'_s2mail','yes'),
(2511,1731,'_edit_lock','1343141121:1'),
(2510,1731,'_edit_last','1'),
(2512,1731,'Hide SexyBookmarks','0'),
(2513,1731,'Hide OgTags','0'),
(2514,1731,'_s2mail','yes'),
(2515,1734,'_edit_last','1'),
(2516,1734,'_edit_lock','1340904687:1'),
(2517,1734,'Hide SexyBookmarks','0'),
(2518,1734,'Hide OgTags','0'),
(2519,1734,'_s2mail','yes'),
(2523,1738,'_edit_lock','1341323867:1'),
(2522,1738,'_edit_last','1'),
(2524,1738,'Hide SexyBookmarks','0'),
(2525,1738,'Hide OgTags','0'),
(2526,1738,'_s2mail','yes'),
(2530,1743,'_edit_lock','1341939845:1'),
(2529,1743,'_edit_last','1'),
(2531,1744,'_wp_attached_file','2012/07/Pepco-ad-71012.jpg'),
(2532,1744,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2460\";s:6:\"height\";s:4:\"3425\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'68\'\";s:4:\"file\";s:26:\"2012/07/Pepco-ad-71012.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Pepco-ad-71012-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Pepco-ad-71012-215x300.jpg\";s:5:\"width\";s:3:\"215\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:27:\"Pepco-ad-71012-735x1024.jpg\";s:5:\"width\";s:3:\"735\";s:6:\"height\";s:4:\"1024\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:26:\"Pepco-ad-71012-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:26:\"Pepco-ad-71012-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2533,1743,'Hide SexyBookmarks','0'),
(2534,1743,'Hide OgTags','0'),
(2535,1743,'_s2mail','yes'),
(2539,1747,'_edit_lock','1342471911:1'),
(2538,1747,'_edit_last','1'),
(2540,1748,'_wp_attached_file','2012/07/Dominion-2.jpg'),
(2541,1748,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3432\";s:6:\"height\";s:4:\"2496\";s:14:\"hwstring_small\";s:23:\"height=\'93\' width=\'128\'\";s:4:\"file\";s:22:\"2012/07/Dominion-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Dominion-2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"Dominion-2-300x218.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"218\";}s:5:\"large\";a:3:{s:4:\"file\";s:23:\"Dominion-2-1024x744.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"744\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:22:\"Dominion-2-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:22:\"Dominion-2-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2542,1749,'_wp_attached_file','2012/07/Dominion-1.jpg'),
(2543,1749,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2514\";s:6:\"height\";s:4:\"3467\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'69\'\";s:4:\"file\";s:22:\"2012/07/Dominion-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Dominion-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"Dominion-1-217x300.jpg\";s:5:\"width\";s:3:\"217\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:23:\"Dominion-1-742x1024.jpg\";s:5:\"width\";s:3:\"742\";s:6:\"height\";s:4:\"1024\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:22:\"Dominion-1-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:22:\"Dominion-1-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2544,1747,'Hide SexyBookmarks','0'),
(2545,1747,'Hide OgTags','0'),
(2546,1747,'_s2mail','yes'),
(2550,1753,'_edit_lock','1342726746:1'),
(2549,1753,'_edit_last','1'),
(2551,1753,'Hide SexyBookmarks','0'),
(2552,1753,'Hide OgTags','0'),
(2553,1753,'_s2mail','yes'),
(2557,1756,'_edit_lock','1343062134:1'),
(2556,1756,'_edit_last','1'),
(2558,1758,'_edit_last','1'),
(2559,1758,'_edit_lock','1343154113:1'),
(2560,1758,'Hide SexyBookmarks','0'),
(2561,1758,'Hide OgTags','0'),
(2562,1758,'_s2mail','yes'),
(2563,1760,'_edit_last','1'),
(2564,1760,'_edit_lock','1343227524:1'),
(2565,1760,'Hide SexyBookmarks','0'),
(2566,1760,'Hide OgTags','0'),
(2567,1760,'_s2mail','yes'),
(2580,1771,'_edit_last','1'),
(2581,1771,'_edit_lock','1343304856:1'),
(2582,1771,'Hide SexyBookmarks','0'),
(2583,1771,'Hide OgTags','0'),
(2584,1771,'_s2mail','yes'),
(2588,1774,'_edit_lock','1343656068:1'),
(2587,1774,'_edit_last','1'),
(2589,1775,'_wp_attached_file','2012/07/pepco-ad-72912-b.jpg'),
(2590,1775,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2514\";s:6:\"height\";s:4:\"3288\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'73\'\";s:4:\"file\";s:28:\"2012/07/pepco-ad-72912-b.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"pepco-ad-72912-b-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"pepco-ad-72912-b-229x300.jpg\";s:5:\"width\";s:3:\"229\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:29:\"pepco-ad-72912-b-782x1024.jpg\";s:5:\"width\";s:3:\"782\";s:6:\"height\";s:4:\"1024\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:28:\"pepco-ad-72912-b-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:28:\"pepco-ad-72912-b-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2591,1776,'_wp_attached_file','2012/07/pepco-ad-72912-a.jpg'),
(2592,1776,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2477\";s:6:\"height\";s:4:\"3174\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'74\'\";s:4:\"file\";s:28:\"2012/07/pepco-ad-72912-a.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"pepco-ad-72912-a-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"pepco-ad-72912-a-234x300.jpg\";s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:29:\"pepco-ad-72912-a-799x1024.jpg\";s:5:\"width\";s:3:\"799\";s:6:\"height\";s:4:\"1024\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:28:\"pepco-ad-72912-a-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:28:\"pepco-ad-72912-a-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2593,1774,'Hide SexyBookmarks','0'),
(2594,1774,'Hide OgTags','0'),
(2595,1774,'_s2mail','yes'),
(2599,1779,'_edit_lock','1343750477:1'),
(2598,1779,'_edit_last','1'),
(2600,1779,'Hide SexyBookmarks','0'),
(2601,1779,'Hide OgTags','0'),
(2602,1779,'_s2mail','yes'),
(2606,1782,'_edit_lock','1343914188:1'),
(2605,1782,'_edit_last','1'),
(2607,1783,'_wp_attached_file','2012/08/DBrody-Workshop-Collage.jpg'),
(2608,1783,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"5120\";s:6:\"height\";s:4:\"4096\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'120\'\";s:4:\"file\";s:35:\"2012/08/DBrody-Workshop-Collage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:35:\"DBrody-Workshop-Collage-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:35:\"DBrody-Workshop-Collage-300x240.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"240\";}s:5:\"large\";a:3:{s:4:\"file\";s:36:\"DBrody-Workshop-Collage-1024x819.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"819\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:35:\"DBrody-Workshop-Collage-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:35:\"DBrody-Workshop-Collage-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2609,1782,'Hide SexyBookmarks','0'),
(2610,1782,'Hide OgTags','0'),
(2611,1782,'_s2mail','yes'),
(2615,1786,'_edit_lock','1344267635:1'),
(2614,1786,'_edit_last','1'),
(2616,1786,'Hide SexyBookmarks','0'),
(2617,1786,'Hide OgTags','0'),
(2618,1786,'_s2mail','yes'),
(2622,1788,'_edit_lock','1344608343:1'),
(2621,1788,'_edit_last','1'),
(2623,1788,'Hide SexyBookmarks','0'),
(2624,1788,'Hide OgTags','0'),
(2625,1788,'_s2mail','yes'),
(2629,1791,'_edit_lock','1345062239:1'),
(2628,1791,'_edit_last','1'),
(2630,1791,'Hide SexyBookmarks','0'),
(2631,1791,'Hide OgTags','0'),
(2632,1791,'_s2mail','yes'),
(2647,1797,'_edit_lock','1345211777:1'),
(2646,1797,'_edit_last','1'),
(2648,1797,'Hide SexyBookmarks','0'),
(2649,1797,'Hide OgTags','0'),
(2650,1797,'_s2mail','yes'),
(2654,1799,'_edit_lock','1345489463:1'),
(2653,1799,'_edit_last','1'),
(2655,1799,'Hide SexyBookmarks','0'),
(2656,1799,'Hide OgTags','0'),
(2657,1799,'_s2mail','yes'),
(2663,1802,'_edit_lock','1345643484:1'),
(2662,1802,'_edit_last','1'),
(2664,1802,'Hide SexyBookmarks','0'),
(2665,1802,'Hide OgTags','0'),
(2666,1802,'_s2mail','yes'),
(2670,1806,'_edit_lock','1346350960:1'),
(2669,1806,'_edit_last','1'),
(2671,1806,'Hide SexyBookmarks','0'),
(2672,1806,'Hide OgTags','0'),
(2673,1806,'_s2mail','yes'),
(2677,1808,'_edit_lock','1346788549:1'),
(2676,1808,'_edit_last','1'),
(2678,1808,'Hide SexyBookmarks','0'),
(2679,1808,'Hide OgTags','0'),
(2680,1808,'_s2mail','yes'),
(2681,1811,'_edit_last','1'),
(2682,1811,'_edit_lock','1346351814:1'),
(2683,1811,'Hide SexyBookmarks','0'),
(2684,1811,'Hide OgTags','0'),
(2685,1811,'_s2mail','yes'),
(2698,1820,'_edit_last','1'),
(2699,1820,'_edit_lock','1346939537:1'),
(2700,1820,'Hide SexyBookmarks','0'),
(2701,1820,'Hide OgTags','0'),
(2702,1820,'_s2mail','yes'),
(2706,1823,'_edit_lock','1544647389:4'),
(2705,1823,'_edit_last','1'),
(2707,1823,'Hide SexyBookmarks','0'),
(2708,1823,'Hide OgTags','0'),
(2709,1823,'_s2mail','yes'),
(2713,1827,'_edit_lock','1347386594:1'),
(2712,1827,'_edit_last','1'),
(2714,1827,'Hide SexyBookmarks','0'),
(2715,1827,'Hide OgTags','0'),
(2716,1827,'_s2mail','yes'),
(2720,1831,'_edit_lock','1348089015:1'),
(2719,1831,'_edit_last','1'),
(2721,1831,'Hide SexyBookmarks','0'),
(2722,1831,'Hide OgTags','0'),
(2723,1831,'_s2mail','yes'),
(2724,1834,'_edit_last','1'),
(2725,1834,'_edit_lock','1348150484:1'),
(2726,1834,'Hide SexyBookmarks','0'),
(2727,1834,'Hide OgTags','0'),
(2728,1834,'_s2mail','yes'),
(2732,1839,'_edit_lock','1348496789:1'),
(2731,1839,'_edit_last','1'),
(2733,1839,'Hide SexyBookmarks','0'),
(2734,1839,'Hide OgTags','0'),
(2735,1839,'_s2mail','yes'),
(2740,42,'Hide SexyBookmarks','0'),
(2741,42,'Hide OgTags','0'),
(2742,42,'_s2mail','yes'),
(2743,1843,'_edit_last','1'),
(2744,1843,'_edit_lock','1349120852:1'),
(2745,1843,'Hide SexyBookmarks','0'),
(2746,1843,'Hide OgTags','0'),
(2747,1843,'_s2mail','yes'),
(2751,1848,'_edit_lock','1349380240:1'),
(2750,1848,'_edit_last','1'),
(2752,1848,'Hide SexyBookmarks','0'),
(2753,1848,'Hide OgTags','0'),
(2754,1848,'_s2mail','yes'),
(2757,2,'Hide SexyBookmarks','0'),
(2758,2,'Hide OgTags','0'),
(2759,1853,'_edit_last','1'),
(2760,1853,'_edit_lock','1349790682:1'),
(2761,1853,'Hide SexyBookmarks','0'),
(2762,1853,'Hide OgTags','0'),
(2763,1853,'_s2mail','yes'),
(2767,1857,'_edit_lock','1354919542:4'),
(2766,1857,'_edit_last','1'),
(2768,1857,'Hide SexyBookmarks','0'),
(2769,1857,'Hide OgTags','0'),
(2770,1857,'_s2mail','yes'),
(2774,1860,'_edit_lock','1350420039:1'),
(2773,1860,'_edit_last','1'),
(2775,1860,'Hide SexyBookmarks','0'),
(2776,1860,'Hide OgTags','0'),
(2777,1860,'_s2mail','yes'),
(2781,1863,'_edit_lock','1350746503:1'),
(2780,1863,'_edit_last','1'),
(2782,1863,'Hide SexyBookmarks','0'),
(2783,1863,'Hide OgTags','0'),
(2784,1863,'_s2mail','yes'),
(2785,1867,'_wp_attached_file','2012/10/Picture0005.jpg'),
(2786,1867,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:23:\"2012/10/Picture0005.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"Picture0005-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"Picture0005-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:32:\"ts-display-custom-post-thumbnail\";a:3:{s:4:\"file\";s:23:\"Picture0005-280x180.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:23:\"Picture0005-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Acer CrystalEye\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2790,1872,'_edit_lock','1351005102:4'),
(2791,1872,'Hide SexyBookmarks','0'),
(2789,1872,'_edit_last','4'),
(2792,1872,'Hide OgTags','0'),
(2793,1872,'_s2mail','yes'),
(2799,1880,'_edit_lock','1351193879:4'),
(2798,1880,'_edit_last','4'),
(2800,1880,'Hide SexyBookmarks','0'),
(2801,1880,'Hide OgTags','0'),
(2802,1880,'_s2mail','yes'),
(2806,1883,'_edit_lock','1351522541:4'),
(2805,1883,'_edit_last','4'),
(2807,1883,'Hide SexyBookmarks','0'),
(2808,1883,'Hide OgTags','0'),
(2809,1883,'_s2mail','yes'),
(2813,1885,'_edit_lock','1351691991:4'),
(2812,1885,'_edit_last','4'),
(2814,1886,'_wp_attached_file','2012/10/Pumpkins.jpg'),
(2815,1886,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3264\";s:6:\"height\";s:4:\"2448\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:20:\"2012/10/Pumpkins.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"Pumpkins-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"Pumpkins-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:21:\"Pumpkins-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:20:\"Pumpkins-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:4:\"2.65\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1351330909\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.00787401574803\";s:5:\"title\";s:0:\"\";}}'),
(2816,1886,'_wp_attachment_image_alt','Row of pumpkins at Farmers\' Market'),
(2817,1885,'Hide SexyBookmarks','0'),
(2818,1885,'Hide OgTags','0'),
(2819,1885,'_s2mail','yes'),
(2823,1890,'_edit_lock','1351789889:4'),
(2822,1890,'_edit_last','4'),
(2824,1890,'Hide SexyBookmarks','0'),
(2825,1890,'Hide OgTags','0'),
(2826,1890,'_s2mail','yes'),
(2830,1893,'_edit_lock','1352151450:4'),
(2829,1893,'_edit_last','4'),
(2831,1893,'Hide SexyBookmarks','0'),
(2832,1893,'Hide OgTags','0'),
(2833,1893,'_s2mail','yes'),
(2837,1898,'_edit_lock','1352397509:4'),
(2836,1898,'_edit_last','4'),
(2838,1898,'Hide SexyBookmarks','0'),
(2839,1898,'Hide OgTags','0'),
(2840,1898,'_s2mail','yes'),
(2844,1903,'_edit_lock','1352490211:4'),
(2843,1903,'_edit_last','4'),
(2845,1903,'Hide SexyBookmarks','0'),
(2846,1903,'Hide OgTags','0'),
(2847,1903,'_s2mail','yes'),
(2851,1914,'_edit_lock','1352829910:4'),
(2850,1914,'_edit_last','4'),
(2852,1914,'Hide SexyBookmarks','0'),
(2853,1914,'Hide OgTags','0'),
(2854,1914,'_s2mail','yes'),
(2858,1920,'_edit_lock','1353420778:4'),
(2857,1920,'_edit_last','4'),
(2859,1920,'Hide SexyBookmarks','0'),
(2860,1920,'Hide OgTags','0'),
(2861,1920,'_s2mail','yes'),
(2862,1922,'_edit_last','4'),
(2863,1922,'_edit_lock','1353505744:4'),
(2864,1922,'Hide SexyBookmarks','0'),
(2865,1922,'Hide OgTags','0'),
(2866,1922,'_s2mail','yes'),
(2870,1925,'_edit_lock','1354137960:4'),
(2869,1925,'_edit_last','4'),
(2871,1925,'Hide SexyBookmarks','0'),
(2872,1925,'Hide OgTags','0'),
(2873,1925,'_s2mail','yes'),
(2877,1929,'_edit_lock','1450893537:4'),
(2876,1929,'_edit_last','4'),
(2878,1929,'Hide SexyBookmarks','0'),
(2879,1929,'Hide OgTags','0'),
(2880,1929,'_s2mail','yes'),
(2881,1931,'_wp_attached_file','2012/11/Merry-christmas.jpg'),
(2882,1931,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"588\";s:6:\"height\";s:3:\"524\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'107\'\";s:4:\"file\";s:27:\"2012/11/Merry-christmas.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Merry-christmas-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"Merry-christmas-300x267.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"267\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:27:\"Merry-christmas-588x356.jpg\";s:5:\"width\";s:3:\"588\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2883,1931,'_wp_attachment_image_alt','It\'s not happy holidays, it\'s merry christmas'),
(2887,1934,'_edit_lock','1354633574:4'),
(2886,1934,'_edit_last','4'),
(2888,1934,'Hide SexyBookmarks','0'),
(2889,1934,'Hide OgTags','0'),
(2890,1934,'_s2mail','yes'),
(2894,1941,'_edit_lock','1354892173:4'),
(2893,1941,'_edit_last','4'),
(2895,1941,'Hide SexyBookmarks','0'),
(2896,1941,'Hide OgTags','0'),
(2897,1941,'_s2mail','yes'),
(2901,1944,'_edit_lock','1355152774:4'),
(2900,1944,'_edit_last','4'),
(2902,1944,'Hide SexyBookmarks','0'),
(2903,1944,'Hide OgTags','0'),
(2904,1944,'_s2mail','yes'),
(3005,1988,'_s2mail','yes'),
(3004,1988,'Hide OgTags','0'),
(3003,1988,'Hide SexyBookmarks','0'),
(3001,1988,'_edit_last','4'),
(3002,1988,'_edit_lock','1358273410:4'),
(2914,1950,'_edit_last','4'),
(2915,1950,'_edit_lock','1355340885:4'),
(2916,1950,'Hide SexyBookmarks','0'),
(2917,1950,'Hide OgTags','0'),
(2918,1950,'_s2mail','yes'),
(2922,1952,'_edit_lock','1357840465:4'),
(2921,1952,'_edit_last','4'),
(2923,1952,'Hide SexyBookmarks','0'),
(2924,1952,'Hide OgTags','0'),
(2925,1952,'_s2mail','yes'),
(2929,1955,'Hide SexyBookmarks','0'),
(2928,1955,'_edit_last','4'),
(2930,1955,'Hide OgTags','0'),
(2931,1955,'_s2mail','yes'),
(2932,1955,'_edit_lock','1355953756:4'),
(2936,1958,'_edit_lock','1356615839:4'),
(2935,1958,'_edit_last','4'),
(2937,1958,'Hide SexyBookmarks','0'),
(2938,1958,'Hide OgTags','0'),
(2939,1958,'_s2mail','yes'),
(2943,1964,'_edit_lock','1357665196:4'),
(2942,1964,'_edit_last','4'),
(2944,1965,'_wp_attached_file','2013/01/img076.jpg'),
(2945,1965,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1800\";s:6:\"height\";s:4:\"3101\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'55\'\";s:4:\"file\";s:18:\"2013/01/img076.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"img076-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"img076-174x300.jpg\";s:5:\"width\";s:3:\"174\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:19:\"img076-594x1024.jpg\";s:5:\"width\";s:3:\"594\";s:6:\"height\";s:4:\"1024\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:18:\"img076-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}s:15:\"yarpp-thumbnail\";a:3:{s:4:\"file\";s:18:\"img076-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2946,1965,'_wp_attachment_image_alt','USP'),
(2947,1966,'_wp_attached_file','2013/01/img0761.jpg'),
(2948,1966,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1800\";s:6:\"height\";s:4:\"3101\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'55\'\";s:4:\"file\";s:19:\"2013/01/img0761.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"img0761-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"img0761-174x300.jpg\";s:5:\"width\";s:3:\"174\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:20:\"img0761-594x1024.jpg\";s:5:\"width\";s:3:\"594\";s:6:\"height\";s:4:\"1024\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:19:\"img0761-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}s:15:\"yarpp-thumbnail\";a:3:{s:4:\"file\";s:19:\"img0761-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(2949,1966,'_wp_attachment_image_alt','carpet company ad'),
(2950,1964,'Hide SexyBookmarks','0'),
(2951,1964,'Hide OgTags','0'),
(2952,1964,'_s2mail','yes'),
(2956,1969,'_edit_lock','1357747232:4'),
(2955,1969,'_edit_last','4'),
(2957,1969,'Hide SexyBookmarks','0'),
(2958,1969,'Hide OgTags','0'),
(2959,1969,'_s2mail','yes'),
(2991,1969,'_aioseop_title','Are your volunteers on message'),
(2990,1969,'_aioseop_description','How volunteers can help spread a nonprofit\'s message and aid in communication.'),
(2989,1969,'_aioseop_keywords','nonprofit communications, nonprofit message, volunteers and messaging'),
(2993,1976,'_edit_lock','1357829440:4'),
(2992,1976,'_edit_last','4'),
(2994,1976,'Hide SexyBookmarks','0'),
(2995,1976,'Hide OgTags','0'),
(2996,1976,'_s2mail','yes'),
(3009,1991,'_edit_lock','1358455205:4'),
(3008,1991,'_edit_last','4'),
(3010,1992,'_edit_last','4'),
(3011,1992,'Hide SexyBookmarks','0'),
(3012,1992,'Hide OgTags','0'),
(3013,1992,'_s2mail','yes'),
(3014,1992,'_edit_lock','1358517114:4'),
(3035,1992,'_aioseop_keywords','LinkedIn, business networking goals'),
(3036,1992,'_aioseop_description','Post about business networking.'),
(3037,1992,'_aioseop_title','Are you aiming for quantity or quality?'),
(3041,1997,'_edit_lock','1358781734:4'),
(3040,1997,'_edit_last','4'),
(3042,1997,'Hide SexyBookmarks','0'),
(3043,1997,'Hide OgTags','0'),
(3044,1997,'_s2mail','yes'),
(3048,2000,'_edit_lock','1358867793:4'),
(3047,2000,'_edit_last','4'),
(3049,2001,'_wp_attached_file','2013/01/convo-with-kathy-dodd.bmp'),
(3050,2001,'_wp_attachment_metadata','a:0:{}'),
(3051,2001,'_wp_attachment_image_alt','Twitter conversation @dbmc and @kathydodd'),
(3052,2000,'Hide SexyBookmarks','0'),
(3053,2000,'Hide OgTags','0'),
(3054,2000,'_s2mail','yes'),
(3060,2000,'_aioseop_title','How to tweet like a marketer '),
(3062,2008,'_edit_lock','1359036939:4'),
(3061,2008,'_edit_last','4'),
(3063,2008,'Hide SexyBookmarks','0'),
(3064,2008,'Hide OgTags','0'),
(3065,2008,'_s2mail','yes'),
(3095,2008,'_aioseop_keywords','organizational blogging, blogging workshop DC, blogging workshop MD, how to write a blog'),
(3096,2008,'_aioseop_description','Workshop being offered to help organizations start blogging.'),
(3097,2008,'_aioseop_title','How to start blogging'),
(3099,2013,'_edit_lock','1404919967:4'),
(3098,2013,'_edit_last','4'),
(3100,2013,'Hide SexyBookmarks','0'),
(3101,2013,'Hide OgTags','0'),
(3102,2013,'_s2mail','yes'),
(3106,2017,'_edit_lock','1359571123:4'),
(3105,2017,'_edit_last','4'),
(3107,2017,'Hide SexyBookmarks','0'),
(3108,2017,'Hide OgTags','0'),
(3109,2017,'_s2mail','yes'),
(3113,2023,'_edit_lock','1359730331:4'),
(3112,2023,'_edit_last','4'),
(3114,2024,'_wp_attached_file','2013/02/cars.com-ad.jpg'),
(3115,2024,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2370\";s:6:\"height\";s:4:\"3341\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'68\'\";s:4:\"file\";s:23:\"2013/02/cars.com-ad.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"cars.com-ad-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"cars.com-ad-212x300.jpg\";s:5:\"width\";s:3:\"212\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:24:\"cars.com-ad-726x1024.jpg\";s:5:\"width\";s:3:\"726\";s:6:\"height\";s:4:\"1024\";}s:21:\"slider-post-thumbnail\";a:3:{s:4:\"file\";s:23:\"cars.com-ad-616x356.jpg\";s:5:\"width\";s:3:\"616\";s:6:\"height\";s:3:\"356\";}s:15:\"yarpp-thumbnail\";a:3:{s:4:\"file\";s:23:\"cars.com-ad-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),
(3116,2023,'Hide SexyBookmarks','0'),
(3117,2023,'Hide OgTags','0'),
(3118,2023,'_s2mail','yes'),
(3127,2023,'_aioseop_description','Discussion about Super Bowl advertising'),
(3128,2023,'_aioseop_title','An ad to promote a TV Commercial'),
(3130,2029,'_edit_lock','1359988681:4'),
(3129,2029,'_edit_last','4'),
(3131,2029,'Hide SexyBookmarks','0'),
(3132,2029,'Hide OgTags','0'),
(3133,2029,'_s2mail','yes'),
(3137,2033,'_edit_lock','1360082727:4'),
(3136,2033,'_edit_last','4'),
(3138,2033,'Hide SexyBookmarks','0'),
(3139,2033,'Hide OgTags','0'),
(3140,2033,'_s2mail','yes'),
(3144,2036,'_edit_lock','1361903654:4'),
(3143,2036,'_edit_last','4'),
(3145,2036,'Hide SexyBookmarks','0'),
(3146,2036,'Hide OgTags','0'),
(3147,2036,'_s2mail','yes'),
(3148,2044,'_edit_last','4'),
(3149,2044,'_edit_lock','1360596576:4'),
(3150,2044,'Hide SexyBookmarks','0'),
(3151,2044,'Hide OgTags','0'),
(3152,2044,'_s2mail','yes'),
(3156,2055,'_edit_lock','1360677764:4'),
(3155,2055,'_edit_last','4'),
(3157,2055,'Hide SexyBookmarks','0'),
(3158,2055,'Hide OgTags','0'),
(3159,2055,'_s2mail','yes'),
(3163,2062,'_edit_lock','1361022614:4'),
(3162,2062,'_edit_last','4'),
(3164,2062,'Hide SexyBookmarks','0'),
(3165,2062,'Hide OgTags','0'),
(3166,2062,'_s2mail','yes'),
(3170,2067,'_edit_lock','1361218751:4'),
(3169,2067,'_edit_last','4'),
(3171,2067,'Hide SexyBookmarks','0'),
(3172,2067,'Hide OgTags','0'),
(3173,2067,'_s2mail','yes'),
(3174,2071,'_edit_last','4'),
(3175,2071,'_edit_lock','1361459731:4'),
(3176,2071,'Hide SexyBookmarks','0'),
(3177,2071,'Hide OgTags','0'),
(3178,2071,'_s2mail','yes'),
(3179,2074,'_edit_last','4'),
(3180,2074,'_edit_lock','1361549602:4'),
(3181,2074,'Hide SexyBookmarks','0'),
(3182,2074,'Hide OgTags','0'),
(3183,2074,'_s2mail','yes'),
(3189,2079,'_edit_lock','1361804700:4'),
(3188,2079,'_edit_last','4'),
(3190,2079,'Hide SexyBookmarks','0'),
(3191,2079,'Hide OgTags','0'),
(3192,2079,'_s2mail','yes'),
(3196,2081,'_edit_lock','1361977678:4'),
(3195,2081,'_edit_last','4'),
(3197,2081,'Hide SexyBookmarks','0'),
(3198,2081,'Hide OgTags','0'),
(3199,2081,'_s2mail','yes'),
(3203,2087,'_edit_lock','1362412637:4'),
(3202,2087,'_edit_last','4'),
(3204,2087,'Hide SexyBookmarks','0'),
(3205,2087,'Hide OgTags','0'),
(3206,2087,'_s2mail','yes'),
(3210,2089,'_edit_lock','1362580870:4'),
(3209,2089,'_edit_last','4'),
(3211,2089,'Hide SexyBookmarks','0'),
(3212,2089,'Hide OgTags','0'),
(3213,2089,'_s2mail','yes'),
(3217,2092,'_edit_lock','1362752636:4'),
(3216,2092,'_edit_last','4'),
(3218,2092,'Hide SexyBookmarks','0'),
(3219,2092,'Hide OgTags','0'),
(3220,2092,'_s2mail','yes'),
(3224,2094,'_edit_lock','1363103321:4'),
(3223,2094,'_edit_last','4'),
(3225,2094,'Hide SexyBookmarks','0'),
(3226,2094,'Hide OgTags','0'),
(3227,2094,'_s2mail','yes'),
(3231,2099,'_edit_lock','1363265943:4'),
(3230,2099,'_edit_last','4'),
(3232,2099,'Hide SexyBookmarks','0'),
(3233,2099,'Hide OgTags','0'),
(3234,2099,'_s2mail','yes'),
(3238,2102,'_edit_lock','1363612747:4'),
(3237,2102,'_edit_last','4'),
(3239,2102,'Hide SexyBookmarks','0'),
(3240,2102,'Hide OgTags','0'),
(3241,2102,'_s2mail','yes'),
(3245,2107,'_edit_lock','1363879441:4'),
(3244,2107,'_edit_last','4'),
(3246,2107,'Hide SexyBookmarks','0'),
(3247,2107,'Hide OgTags','0'),
(3248,2107,'_s2mail','yes'),
(3252,2109,'_edit_lock','1364223437:4'),
(3251,2109,'_edit_last','4'),
(3253,2109,'Hide SexyBookmarks','0'),
(3254,2109,'Hide OgTags','0'),
(3255,2109,'_s2mail','yes'),
(3256,2111,'_edit_last','4'),
(3257,2111,'_edit_lock','1364482776:4'),
(3258,2111,'Hide SexyBookmarks','0'),
(3259,2111,'Hide OgTags','0'),
(3260,2111,'_s2mail','yes'),
(3264,2114,'_edit_lock','1364823737:4'),
(3263,2114,'_edit_last','4'),
(3265,2114,'Hide SexyBookmarks','0'),
(3266,2114,'Hide OgTags','0'),
(3267,2114,'_s2mail','yes'),
(3271,2117,'_edit_lock','1365182275:4'),
(3270,2117,'_edit_last','4'),
(3272,2117,'Hide SexyBookmarks','0'),
(3273,2117,'Hide OgTags','0'),
(3274,2117,'_s2mail','yes'),
(3278,2120,'_edit_lock','1365616918:4'),
(3277,2120,'_edit_last','4'),
(3279,2120,'Hide SexyBookmarks','0'),
(3280,2120,'Hide OgTags','0'),
(3281,2120,'_s2mail','yes'),
(3285,2125,'_edit_lock','1366118738:4'),
(3284,2125,'_edit_last','4'),
(3286,2125,'Hide SexyBookmarks','0'),
(3287,2125,'Hide OgTags','0'),
(3288,2125,'_s2mail','yes'),
(3292,2128,'_edit_lock','1366296951:4'),
(3291,2128,'_edit_last','4'),
(3340,2128,'_aioseop_description','Information about a blogging workshop in Arlington, VA on May 17, 2013.'),
(3339,2128,'_aioseop_keywords','blogging, learn how to blog'),
(3343,2133,'_edit_lock','1366383364:4'),
(3296,2128,'Hide SexyBookmarks','0'),
(3297,2128,'Hide OgTags','0'),
(3298,2128,'_s2mail','yes'),
(3341,2128,'_aioseop_title','Learn how to write your blog'),
(3342,2133,'_edit_last','4'),
(3344,2133,'Hide SexyBookmarks','0'),
(3345,2133,'Hide OgTags','0'),
(3346,2133,'_s2mail','yes'),
(3350,2137,'_edit_lock','1366661769:4'),
(3349,2137,'_edit_last','4'),
(3351,2137,'Hide SexyBookmarks','0'),
(3352,2137,'Hide OgTags','0'),
(3353,2137,'_s2mail','yes'),
(3354,2139,'_edit_last','4'),
(3355,2139,'_edit_lock','1366728837:4'),
(3356,2139,'Hide SexyBookmarks','0'),
(3357,2139,'Hide OgTags','0'),
(3358,2139,'_s2mail','yes'),
(3362,2143,'_edit_lock','1366985612:4'),
(3361,2143,'_edit_last','4'),
(3363,2143,'Hide SexyBookmarks','0'),
(3364,2143,'Hide OgTags','0'),
(3365,2143,'_s2mail','yes'),
(3465,2208,'_edit_last','4'),
(3466,2208,'_edit_lock','1369943996:4'),
(3370,51,'Hide SexyBookmarks','0'),
(3371,51,'Hide OgTags','0'),
(3372,51,'_s2mail','yes'),
(3373,49,'Hide SexyBookmarks','0'),
(3374,49,'Hide OgTags','0'),
(3375,49,'_s2mail','yes'),
(3379,14,'Hide SexyBookmarks','0'),
(3380,14,'Hide OgTags','0'),
(3388,2158,'_edit_last','4'),
(3390,2158,'Hide SexyBookmarks','0'),
(3391,2158,'Hide OgTags','0'),
(3392,2158,'_s2mail','yes'),
(3393,2160,'_edit_last','4'),
(3394,2160,'_edit_lock','1367417980:4'),
(3395,2160,'Hide SexyBookmarks','0'),
(3396,2160,'Hide OgTags','0'),
(3397,2160,'_s2mail','yes'),
(3401,2163,'_edit_lock','1367589428:4'),
(3400,2163,'_edit_last','4'),
(3402,2163,'Hide SexyBookmarks','0'),
(3403,2163,'Hide OgTags','0'),
(3404,2163,'_s2mail','yes'),
(3408,2170,'_edit_lock','1367953718:4'),
(3407,2170,'_edit_last','4'),
(3409,2170,'Hide SexyBookmarks','0'),
(3410,2170,'Hide OgTags','0'),
(3411,2170,'_s2mail','yes'),
(3415,2175,'_edit_lock','1368121979:4'),
(3414,2175,'_edit_last','4'),
(3416,2175,'Hide SexyBookmarks','0'),
(3417,2175,'Hide OgTags','0'),
(3418,2175,'_s2mail','yes'),
(3422,2177,'_edit_lock','1368539924:4'),
(3421,2177,'_edit_last','4'),
(3423,2177,'Hide SexyBookmarks','0'),
(3424,2177,'Hide OgTags','0'),
(3425,2177,'_s2mail','yes'),
(3432,2184,'_edit_last','4'),
(3433,2184,'_edit_lock','1368726768:4'),
(3434,2184,'_s2mail','yes'),
(3449,2184,'_aioseop_keywords','public relations, public relations and marketing, public relations and business'),
(3451,2190,'_edit_lock','1369057511:4'),
(3450,2190,'_edit_last','4'),
(3452,2190,'_s2mail','yes'),
(3456,2198,'_edit_lock','1369339910:4'),
(3455,2198,'_edit_last','4'),
(3457,2198,'_s2mail','yes'),
(3471,2212,'_edit_lock','1370442815:4'),
(3467,2208,'_s2mail','yes'),
(3470,2212,'_edit_last','4'),
(3472,2212,'_s2mail','yes'),
(3476,2214,'_edit_lock','1370612063:4'),
(3475,2214,'_edit_last','4'),
(3477,2214,'_s2mail','yes'),
(3481,2218,'_edit_lock','1370956494:4'),
(3480,2218,'_edit_last','4'),
(3482,2218,'_s2mail','yes'),
(3486,2221,'_edit_lock','1371131825:4'),
(3485,2221,'_edit_last','4'),
(3487,2221,'_s2mail','yes'),
(3493,2228,'_edit_lock','1371473437:4'),
(3492,2228,'_edit_last','4'),
(3494,2229,'_wp_attached_file','2013/06/Thrifty-1.bmp'),
(3495,2229,'_edit_lock','1371472188:4'),
(3496,2230,'_wp_attached_file','2013/06/Thrifty-2.bmp'),
(3497,2228,'_s2mail','yes'),
(3501,2237,'_edit_lock','1371733242:4'),
(3500,2237,'_edit_last','4'),
(3502,2237,'_s2mail','yes'),
(3583,2286,'_edit_lock','1374610033:4'),
(3582,2286,'_edit_last','4'),
(3579,2282,'_edit_last','4'),
(3580,2282,'_edit_lock','1377608841:4'),
(3581,2282,'_s2mail','yes'),
(3510,2242,'_edit_last','4'),
(3511,2242,'_edit_lock','1373379407:4'),
(3512,2242,'_s2mail','yes'),
(3516,2245,'_edit_lock','1372205643:4'),
(3515,2245,'_edit_last','4'),
(3517,2245,'_s2mail','yes'),
(3521,2250,'_edit_lock','1372772055:4'),
(3520,2250,'_edit_last','4'),
(3522,2250,'_s2mail','yes'),
(3525,2253,'_wp_attached_file','2012/07/Presenting-at-Chessie-1.jpg'),
(3526,2253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:819;s:4:\"file\";s:35:\"2012/07/Presenting-at-Chessie-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Presenting-at-Chessie-1-150x150.jpg\";s:5:\"width\";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:\"Presenting-at-Chessie-1-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Presenting-at-Chessie-1-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1372157006;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(3527,2255,'_edit_last','4'),
(3528,2255,'_edit_lock','1373377185:4'),
(3529,2255,'_s2mail','yes'),
(3535,2260,'_edit_lock','1373547919:4'),
(3534,2260,'_edit_last','4'),
(3536,2260,'_s2mail','yes'),
(3540,2263,'_edit_lock','1373629074:4'),
(3539,2263,'_edit_last','4'),
(3541,2264,'_wp_attached_file','2013/07/Sephora-ad.pdf'),
(3542,2263,'_s2mail','yes'),
(3548,2270,'_edit_lock','1373918273:4'),
(3547,2270,'_edit_last','4'),
(3549,2270,'_s2mail','yes'),
(3553,2274,'_edit_lock','1374088714:4'),
(3552,2274,'_edit_last','4'),
(3554,2274,'_s2mail','yes'),
(3578,2274,'_aioseop_keywords','marketing differentiators, brand promise'),
(3584,2286,'_s2mail','yes'),
(3585,2290,'_edit_last','4'),
(3586,2290,'_edit_lock','1374667687:4'),
(3587,2290,'_s2mail','yes'),
(3591,2294,'_edit_lock','1375191892:4'),
(3590,2294,'_edit_last','4'),
(3592,2294,'_s2mail','yes'),
(3596,2298,'_edit_lock','1375792984:4'),
(3595,2298,'_edit_last','4'),
(3597,2298,'_s2mail','yes'),
(3601,2300,'_edit_lock','1376058466:4'),
(3600,2300,'_edit_last','4'),
(3602,2300,'_s2mail','yes'),
(3606,2302,'_edit_lock','1376396850:4'),
(3605,2302,'_edit_last','4'),
(3607,2302,'_s2mail','yes'),
(3611,2306,'_edit_lock','1376486808:4'),
(3610,2306,'_edit_last','4'),
(3612,2306,'_s2mail','yes'),
(3616,2311,'_edit_lock','1377520218:4'),
(3615,2311,'_edit_last','4'),
(3617,2311,'_s2mail','yes'),
(3621,2316,'_edit_lock','1377611528:4'),
(3620,2316,'_edit_last','4'),
(3622,2316,'_s2mail','yes'),
(3628,2321,'_edit_lock','1377787164:4'),
(3627,2321,'_edit_last','4'),
(3629,2321,'_s2mail','yes'),
(3633,2323,'_edit_lock','1377810582:4'),
(3632,2323,'_edit_last','4'),
(3634,2323,'_s2mail','yes'),
(3638,2327,'_edit_lock','1378823217:4'),
(3637,2327,'_edit_last','4'),
(3643,2330,'_edit_lock','1378911360:4'),
(3642,2330,'_edit_last','4'),
(3641,2327,'_s2mail','yes'),
(3648,2332,'_edit_lock','1378997573:4'),
(3647,2332,'_edit_last','4'),
(3646,2330,'_s2mail','yes'),
(3652,2335,'_edit_lock','1379599810:4'),
(3651,2332,'_s2mail','yes'),
(3653,2335,'_edit_last','4'),
(3654,2335,'_s2mail','yes'),
(3655,2338,'_edit_lock','1379948795:4'),
(3656,2338,'_edit_last','4'),
(3657,2338,'_s2mail','yes'),
(3658,2342,'_wp_attached_file','2013/09/wordpress-lanyard.jpg'),
(3659,2342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:29:\"2013/09/wordpress-lanyard.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wordpress-lanyard-150x150.jpg\";s:5:\"width\";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:\"wordpress-lanyard-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wordpress-lanyard-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"wordpress-lanyard-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379932774;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";}}'),
(3663,2346,'_edit_last','4'),
(3662,2346,'_edit_lock','1380126598:4'),
(3664,2346,'_s2mail','yes'),
(3687,2346,'_aioseop_keywords','plugins, blog maintenance'),
(3688,2346,'_aioseop_description','7 actions to make sure your blog is running smoothly'),
(3689,2352,'_edit_lock','1380635739:4'),
(3690,2352,'_edit_last','4'),
(3707,2352,'_aioseop_title','Why SEO and content marketing are not enough'),
(3693,2352,'_s2mail','yes'),
(3708,2355,'_edit_lock','1380893665:4'),
(3706,2352,'_aioseop_description','Findability, search engines, personalization and your marketing efforts'),
(3709,2355,'_edit_last','4'),
(3710,2355,'_s2mail','yes'),
(3714,2358,'_edit_lock','1381102976:4'),
(3713,2358,'_edit_last','4'),
(3718,2360,'_edit_lock','1381243683:4'),
(3717,2358,'_s2mail','yes'),
(3719,2360,'_edit_last','4'),
(3720,2360,'_s2mail','yes'),
(3721,2362,'_edit_lock','1381773661:4'),
(3722,2362,'_edit_last','4'),
(3726,2369,'_edit_lock','1381499813:4'),
(3725,2362,'_s2mail','yes'),
(3727,2369,'_edit_last','4'),
(3728,2369,'_s2mail','yes'),
(3732,2374,'_edit_lock','1381769915:4'),
(3731,2374,'_edit_last','4'),
(3733,2374,'_s2mail','yes'),
(3739,2381,'_edit_lock','1382019020:4'),
(3738,2381,'_edit_last','4'),
(3740,2381,'_s2mail','yes'),
(3744,2384,'_edit_lock','1382379174:4'),
(3743,2384,'_edit_last','4'),
(3748,2387,'_edit_lock','1382538689:4'),
(3747,2387,'_edit_last','4'),
(3749,2387,'_s2mail','yes'),
(3753,2390,'_edit_lock','1382968056:4'),
(3752,2390,'_edit_last','4'),
(3754,2390,'_s2mail','yes'),
(3790,2390,'_aioseop_description','top actions to avoid on your blog'),
(3791,2390,'_aioseop_title','what not to do on your blog'),
(3850,2403,'_edit_lock','1383841049:4'),
(3793,2397,'_edit_last','4'),
(3851,2403,'_edit_last','4'),
(3789,2390,'_aioseop_keywords','blogs, bloggin best practices, blogging how-to'),
(3794,2397,'_edit_lock','1383240789:4'),
(3795,2397,'_s2mail','yes'),
(3833,2401,'_edit_lock','1383662119:4'),
(3831,2397,'_aioseop_description','The attributes of a great blog.'),
(3832,2397,'_aioseop_title','What makes for a great blog?'),
(3834,2401,'_edit_last','4'),
(3830,2397,'_aioseop_keywords','blogs, blogging, blogging best practices, blogging workshops'),
(3849,2401,'_aioseop_title','What are the goals for your blog?'),
(3847,2401,'_aioseop_keywords','blogs, blogging, blogging best practices, blogging goals'),
(3848,2401,'_aioseop_description','Create SMART goals for your blog and track them to determine your level of success.'),
(3843,2401,'_s2mail','yes'),
(3854,2408,'_edit_lock','1384352846:4'),
(3855,2408,'_edit_last','4'),
(3859,2412,'_edit_lock','1384962307:4'),
(3858,2408,'_s2mail','yes'),
(3860,2412,'_edit_last','4'),
(3863,2415,'_edit_lock','1385384794:4'),
(3864,2415,'_edit_last','4'),
(3868,2418,'_edit_lock','1385560786:4'),
(3867,2415,'_s2mail','yes'),
(3869,2418,'_edit_last','4'),
(3870,2418,'_s2mail','yes'),
(3876,2424,'_edit_lock','1386249276:4'),
(3875,2424,'_edit_last','4'),
(3877,2424,'_s2mail','yes'),
(3883,2431,'_edit_last','4'),
(3882,2431,'_edit_lock','1386603676:4'),
(3887,2434,'_edit_lock','1386940104:4'),
(3886,2431,'_s2mail','yes'),
(3888,2434,'_edit_last','4'),
(3893,2436,'_edit_lock','1387801221:4'),
(3892,2436,'_edit_last','4'),
(3891,2434,'_s2mail','yes'),
(3900,2442,'_edit_last','4'),
(3896,2436,'_s2mail','yes'),
(3899,2442,'_edit_lock','1387458296:4'),
(3945,2467,'_s2mail','yes'),
(3903,2442,'_s2mail','yes'),
(3949,2471,'_edit_last','4'),
(3941,2467,'_edit_lock','1390327222:4'),
(3942,2467,'_edit_last','4'),
(3948,2471,'_edit_lock','1391096347:4'),
(3916,2448,'_edit_last','4'),
(3915,2448,'_edit_lock','1387825719:4'),
(3917,2448,'_s2mail','yes'),
(3920,2453,'_edit_lock','1389104901:4'),
(3921,2453,'_edit_last','4'),
(3922,2453,'_s2mail','yes'),
(3923,2456,'_wp_attached_file','2014/01/2419526768_eb970f02211.jpg'),
(3924,2456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2014/01/2419526768_eb970f02211.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"2419526768_eb970f02211-150x150.jpg\";s:5:\"width\";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:\"2419526768_eb970f02211-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"ts-display-custom-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"2419526768_eb970f02211-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"2419526768_eb970f02211-375x356.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3928,2458,'_edit_last','4'),
(3927,2458,'_edit_lock','1389618826:4'),
(3931,2458,'_s2mail','yes'),
(3934,2463,'_edit_lock','1389788449:4'),
(3935,2463,'_edit_last','4'),
(3936,2464,'_wp_attached_file','2014/01/6673406227_2b9ea60f64.jpg'),
(3937,2464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:33:\"2014/01/6673406227_2b9ea60f64.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"6673406227_2b9ea60f64-150x150.jpg\";s:5:\"width\";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:\"6673406227_2b9ea60f64-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"ts-display-custom-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"6673406227_2b9ea60f64-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3938,2463,'_s2mail','yes'),
(3957,2475,'_edit_last','4'),
(3958,2475,'_edit_lock','1391106829:4'),
(3952,2471,'_s2mail','yes'),
(3965,2480,'_edit_lock','1391526603:4'),
(3961,2475,'_s2mail','yes'),
(3964,2480,'_edit_last','4'),
(3966,2481,'_wp_attached_file','2014/02/8699798577_912e0213ba_b.jpg'),
(3967,2481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:177;s:4:\"file\";s:35:\"2014/02/8699798577_912e0213ba_b.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"8699798577_912e0213ba_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:34:\"8699798577_912e0213ba_b-300x51.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"ts-display-custom-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"8699798577_912e0213ba_b-290x177.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"8699798577_912e0213ba_b-616x177.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3968,2480,'_s2mail','yes'),
(3971,2485,'_edit_lock','1392067513:4'),
(3972,2485,'_edit_last','4'),
(3973,2485,'_s2mail','yes'),
(3974,2487,'_edit_lock','1392149291:4'),
(3975,2487,'_edit_last','4'),
(3976,2488,'_wp_attached_file','2014/02/109430979_01c781cbe2_b.jpg'),
(3977,2488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:34:\"2014/02/109430979_01c781cbe2_b.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"109430979_01c781cbe2_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:34:\"109430979_01c781cbe2_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"109430979_01c781cbe2_b-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3981,2491,'_edit_lock','1402151897:4'),
(3980,2487,'_s2mail','yes'),
(3982,2491,'_edit_last','3'),
(3983,2492,'_wp_attached_file','2014/02/SB_brochure_FINAL2.pdf'),
(4030,2520,'_edit_last','4'),
(3987,40,'_s2mail','yes'),
(5779,2994,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1529445158'),
(5780,3817,'_edit_last','4'),
(5781,3817,'_edit_lock','1529695728:4'),
(5782,3818,'_wp_attached_file','2018/06/20180616_112036.jpg'),
(5783,3818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:27:\"2018/06/20180616_112036.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20180616_112036-150x150.jpg\";s:5:\"width\";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:\"20180616_112036-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:\"20180616_112036-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:\"20180616_112036-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"SAMSUNG-SM-G935A\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529148035\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.000836120401338\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3994,2491,'nimble-portfolio-url','http://deborahbrody.com/portfolio/brochure/'),
(4029,2520,'_edit_lock','1537899637:4'),
(3999,2500,'_edit_lock','1402152151:4'),
(4000,2500,'_edit_last','4'),
(4001,2500,'nimble-portfolio','http://www.slideshare.net/DeborahBrody/blog-social-media-strategy-prsamd-brody-slide-share'),
(4002,2500,'nimble-portfolio-url','http://www.slideshare.net/DeborahBrody/blog-social-media-strategy-prsamd-brody-slide-share'),
(4003,2501,'_edit_lock','1392830876:4'),
(4004,2501,'_edit_last','4'),
(4005,2502,'_wp_attached_file','2014/02/Snow-Feb-13-before.jpg'),
(4006,2502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:30:\"2014/02/Snow-Feb-13-before.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Snow-Feb-13-before-150x150.jpg\";s:5:\"width\";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:\"Snow-Feb-13-before-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Snow-Feb-13-before-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Snow-Feb-13-before-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392285457;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.00115340253749\";s:5:\"title\";s:0:\"\";}}'),
(4007,2503,'_wp_attached_file','2014/02/Snow-Feb-13-after.jpg'),
(4008,2503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:29:\"2014/02/Snow-Feb-13-after.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Snow-Feb-13-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:29:\"Snow-Feb-13-after-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Snow-Feb-13-after-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Snow-Feb-13-after-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392302046;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:15:\"0.0034965034965\";s:5:\"title\";s:0:\"\";}}'),
(4009,2501,'_s2mail','yes'),
(4017,2509,'_edit_lock','1525811474:4'),
(4016,2509,'_edit_last','4'),
(4018,2509,'_wp_page_template','default'),
(4019,2509,'_s2mail','no'),
(4020,2516,'_menu_item_type','post_type'),
(4021,2516,'_menu_item_menu_item_parent','29'),
(4022,2516,'_menu_item_object_id','2509'),
(4023,2516,'_menu_item_object','page'),
(4024,2516,'_menu_item_target',''),
(4025,2516,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4026,2516,'_menu_item_xfn',''),
(4027,2516,'_menu_item_url',''),
(4034,2522,'_edit_lock','1393428637:4'),
(4033,2520,'_s2mail','yes'),
(4035,2522,'_edit_last','4'),
(4036,2522,'_s2mail','yes'),
(4040,2527,'_edit_last','4'),
(4039,2527,'_edit_lock','1393968006:4'),
(4041,2527,'_s2mail','yes'),
(4047,2530,'_edit_lock','1394130581:4'),
(4046,2530,'_edit_last','4'),
(4048,2531,'_wp_attached_file','2014/03/6093708745_ccdb347857_b.jpg'),
(4049,2531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:35:\"2014/03/6093708745_ccdb347857_b.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"6093708745_ccdb347857_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:\"6093708745_ccdb347857_b-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"6093708745_ccdb347857_b-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:14:\"Terry Robinson\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:100:\"I believe Annie Liebowitz outlines the forehead slap as one of the fifteen essential portrait shots.\";s:17:\"created_timestamp\";i:1314213737;s:9:\"copyright\";s:31:\"Attribution-ShareAlike CC BY-SA\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:13:\"Forehead Slap\";}}'),
(4050,2530,'_s2mail','yes'),
(4056,2535,'_edit_last','4'),
(4055,2535,'_edit_lock','1394633335:4'),
(4057,2536,'_wp_attached_file','2014/03/8545425914_99cf44571f_b.jpg'),
(4058,2536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2014/03/8545425914_99cf44571f_b.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"8545425914_99cf44571f_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:\"8545425914_99cf44571f_b-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"8545425914_99cf44571f_b-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4059,2535,'_s2mail','yes'),
(4063,2539,'_edit_lock','1394804187:4'),
(4062,2539,'_edit_last','4'),
(4067,2542,'_edit_lock','1395262192:4'),
(4066,2539,'_s2mail','yes'),
(4068,2542,'_edit_last','4'),
(4071,2542,'_s2mail','yes'),
(4074,2547,'_edit_lock','1395321480:4'),
(4075,2547,'_edit_last','4'),
(4080,2549,'_edit_lock','1395667817:4'),
(4079,2549,'_edit_last','4'),
(4078,2547,'_s2mail','yes'),
(4083,2549,'_s2mail','yes'),
(4086,2552,'_edit_lock','1395752445:4'),
(4087,2552,'_edit_last','4'),
(4088,2552,'_s2mail','yes'),
(4089,2554,'_wp_attached_file','2014/03/4395977015_8c3e9d70e7_b.jpg'),
(4090,2554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1005;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2014/03/4395977015_8c3e9d70e7_b.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"4395977015_8c3e9d70e7_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:\"4395977015_8c3e9d70e7_b-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"4395977015_8c3e9d70e7_b-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4094,2557,'_edit_lock','1396467753:4'),
(4093,2557,'_edit_last','4'),
(4095,2558,'_wp_attached_file','2014/03/825976939_13974ce756_b.jpg'),
(4096,2558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:34:\"2014/03/825976939_13974ce756_b.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"825976939_13974ce756_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:34:\"825976939_13974ce756_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"825976939_13974ce756_b-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4097,2557,'_s2mail','yes'),
(4106,2568,'_edit_lock','1396530242:4'),
(4107,2568,'_edit_last','4'),
(4111,2571,'_edit_lock','1397142355:4'),
(4110,2568,'_s2mail','yes'),
(4112,2571,'_edit_last','4'),
(4116,2573,'_edit_lock','1397488367:4'),
(4115,2571,'_s2mail','yes'),
(4117,2573,'_edit_last','4'),
(4118,2574,'_wp_attached_file','2014/04/1686120391_e6e634f5e4_b.jpg'),
(4119,2574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2014/04/1686120391_e6e634f5e4_b.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"1686120391_e6e634f5e4_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:\"1686120391_e6e634f5e4_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"1686120391_e6e634f5e4_b-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4123,2578,'_edit_lock','1398092860:4'),
(4122,2573,'_s2mail','yes'),
(4124,2578,'_edit_last','4'),
(4128,2581,'_edit_lock','1398346921:4'),
(4127,2578,'_s2mail','yes'),
(4129,2581,'_edit_last','4'),
(4134,2584,'_edit_lock','1398793939:4'),
(4133,2584,'_edit_last','4'),
(4132,2581,'_s2mail','yes'),
(4209,2632,'_edit_lock','1401741926:4'),
(4204,2630,'_edit_lock','1401457290:4'),
(4205,2630,'_edit_last','4'),
(4139,2587,'_edit_lock','1398809792:4'),
(4140,2587,'_edit_last','4'),
(4246,2652,'_edit_lock','1404404685:4'),
(4143,2587,'_s2mail','yes'),
(4242,2649,'_edit_last','4'),
(4154,2595,'_edit_lock','1399402403:4'),
(4155,2595,'_edit_last','4'),
(4158,2595,'_s2mail','yes'),
(4161,2600,'_edit_lock','1399988858:4'),
(4162,2600,'_edit_last','4'),
(4163,2600,'_s2mail','yes'),
(4164,2602,'_wp_attached_file','2014/05/6860290289_a8f2ea9d27_b.jpg'),
(4165,2602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2014/05/6860290289_a8f2ea9d27_b.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"6860290289_a8f2ea9d27_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:\"6860290289_a8f2ea9d27_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"6860290289_a8f2ea9d27_b-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4252,2656,'_edit_last','4'),
(4245,2649,'_s2mail','yes'),
(4173,2607,'_edit_lock','1400186408:4'),
(4172,2607,'_edit_last','4'),
(4174,2607,'_s2mail','yes'),
(4175,2610,'_edit_lock','1400260686:4'),
(4176,2610,'_edit_last','4'),
(4177,2610,'_s2mail','yes'),
(4181,2613,'_edit_last','4'),
(4180,2613,'_edit_lock','1400261018:4'),
(4182,2613,'_s2mail','yes'),
(4183,2616,'_edit_last','4'),
(4184,2616,'_edit_lock','1400695113:4'),
(4185,2617,'_wp_attached_file','2014/05/DBfinal-1.jpg'),
(4186,2617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:233;s:4:\"file\";s:21:\"2014/05/DBfinal-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DBfinal-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4187,2618,'_wp_attached_file','2014/05/Tweet.jpg'),
(4188,2618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:286;s:4:\"file\";s:17:\"2014/05/Tweet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"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:17:\"Tweet-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:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4191,2616,'_s2mail','yes'),
(4197,2623,'_edit_last','4'),
(4196,2623,'_edit_lock','1400772345:4'),
(4201,2628,'_edit_lock','1401370531:4'),
(4200,2623,'_s2mail','yes'),
(4202,2628,'_edit_last','4'),
(4203,2628,'_s2mail','yes'),
(4208,2630,'_s2mail','yes'),
(4210,2632,'_edit_last','4'),
(4214,2634,'_edit_lock','1402001380:4'),
(4213,2632,'_s2mail','yes'),
(4215,2634,'_edit_last','4'),
(4241,2649,'_edit_lock','1402931619:4'),
(4218,2634,'_s2mail','yes'),
(4247,2652,'_edit_last','4'),
(4221,2639,'_edit_lock','1402409052:4'),
(4222,2639,'_edit_last','4'),
(4223,2640,'_wp_attached_file','2014/06/20140607_083904.jpg'),
(4224,2640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:27:\"2014/06/20140607_083904.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20140607_083904-150x150.jpg\";s:5:\"width\";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:\"20140607_083904-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20140607_083904-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20140607_083904-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1402130343;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:9:\"0.0078125\";s:5:\"title\";s:0:\"\";}}'),
(4225,2640,'_wp_attachment_image_alt','W shaped pretzels at WordCamp Philly'),
(4226,2639,'_s2mail','yes'),
(4230,1183,'_edit_last','4'),
(4229,1183,'_edit_lock','1480349735:4'),
(4237,2646,'_edit_last','4'),
(4233,1183,'_s2mail','yes'),
(4236,2646,'_edit_lock','1402603705:4'),
(4250,2652,'_s2mail','yes'),
(4251,2656,'_edit_lock','1491336057:4'),
(4240,2646,'_s2mail','yes'),
(4253,2656,'_s2mail','yes'),
(4257,2660,'_edit_lock','1403804119:4'),
(4359,2714,'_edit_last','4'),
(4258,2660,'_edit_last','4'),
(4259,2660,'_s2mail','yes'),
(4347,2708,'_edit_last','4'),
(4346,2708,'_edit_lock','1407246015:4'),
(4265,2665,'_edit_lock','1404230982:4'),
(4266,2665,'_edit_last','4'),
(4267,2666,'_wp_attached_file','2014/07/160754346_dab3a98893_z.jpg'),
(4268,2666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2014/07/160754346_dab3a98893_z.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"160754346_dab3a98893_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:34:\"160754346_dab3a98893_z-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio_col_thumb\";a:4:{s:4:\"file\";s:34:\"160754346_dab3a98893_z-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"160754346_dab3a98893_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4269,2666,'_wp_attachment_image_alt','Bouncing Ball photo'),
(4270,2665,'_s2mail','yes'),
(4348,2708,'_s2mail','yes'),
(4277,2672,'_edit_lock','1404404833:4'),
(4278,2672,'_edit_last','4'),
(4279,2672,'_s2mail','yes'),
(4361,2722,'_edit_lock','1408105245:4'),
(4358,2714,'_edit_lock','1408492292:4'),
(4360,2714,'_s2mail','yes'),
(4286,2679,'_edit_lock','1404853662:4'),
(4287,2679,'_edit_last','4'),
(4288,2680,'_wp_attached_file','2014/07/7516553840_b65f327847_z.jpg'),
(4289,2680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:35:\"2014/07/7516553840_b65f327847_z.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"7516553840_b65f327847_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:35:\"7516553840_b65f327847_z-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio_col_thumb\";a:4:{s:4:\"file\";s:35:\"7516553840_b65f327847_z-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"7516553840_b65f327847_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4290,2680,'_wp_attachment_image_alt','Obstacle Course at West Point'),
(4291,2679,'_s2mail','yes'),
(4297,2683,'_edit_last','4'),
(4296,2683,'_edit_lock','1405015110:4'),
(4306,2688,'_edit_last','4'),
(4300,2683,'_s2mail','yes'),
(4307,2688,'_s2mail','yes'),
(4305,2688,'_edit_lock','1405442763:4'),
(4340,2705,'_edit_last','4'),
(4315,2692,'_edit_last','4'),
(4314,2692,'_edit_lock','1405630996:4'),
(4318,2692,'_s2mail','yes'),
(4324,2697,'_edit_last','4'),
(4323,2697,'_edit_lock','1406208891:4'),
(4331,2701,'_edit_last','4'),
(4327,2697,'_s2mail','yes'),
(4330,2701,'_edit_lock','1406641461:4'),
(4339,2705,'_edit_lock','1406817712:4'),
(4334,2701,'_s2mail','yes'),
(4343,2705,'_s2mail','yes'),
(4349,2711,'_edit_lock','1407411519:4'),
(4350,2711,'_edit_last','4'),
(4353,2711,'_s2mail','yes'),
(4362,2722,'_edit_last','4'),
(4366,2726,'_edit_lock','1408568124:4'),
(4365,2722,'_s2mail','yes'),
(4367,2726,'_edit_last','4'),
(4374,2730,'_edit_last','4'),
(4370,2726,'_s2mail','yes'),
(4373,2730,'_edit_lock','1411067705:4'),
(4378,2734,'_edit_lock','1409146317:4'),
(4377,2730,'_s2mail','yes'),
(4379,2734,'_edit_last','4'),
(4388,2738,'_edit_last','4'),
(4382,2734,'_s2mail','yes'),
(4389,2739,'_wp_attached_file','2014/09/20140903_140136.jpg'),
(4387,2738,'_edit_lock','1409836469:4'),
(4390,2739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:27:\"2014/09/20140903_140136.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20140903_140136-150x150.jpg\";s:5:\"width\";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:\"20140903_140136-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20140903_140136-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio_col_thumb\";a:4:{s:4:\"file\";s:27:\"20140903_140136-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20140903_140136-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1409752895;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.00303951367781\";s:5:\"title\";s:0:\"\";}}'),
(4391,2740,'_wp_attached_file','2014/09/9421165069_43ba87b0f5_z.jpg'),
(4392,2740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:478;s:4:\"file\";s:35:\"2014/09/9421165069_43ba87b0f5_z.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"9421165069_43ba87b0f5_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:35:\"9421165069_43ba87b0f5_z-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio_col_thumb\";a:4:{s:4:\"file\";s:35:\"9421165069_43ba87b0f5_z-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"9421165069_43ba87b0f5_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4396,2742,'_edit_lock','1410355829:4'),
(4395,2738,'_s2mail','yes'),
(4397,2742,'_edit_last','4'),
(4398,2742,'_s2mail','yes'),
(4401,2747,'_edit_lock','1410874027:4'),
(4402,2747,'_edit_last','4'),
(4403,2747,'_s2mail','yes'),
(4408,2753,'_edit_lock','1411566757:4'),
(4409,2753,'_edit_last','4'),
(4418,2759,'_edit_last','4'),
(4412,2753,'_s2mail','yes'),
(4423,2762,'_edit_last','4'),
(4417,2759,'_edit_lock','1412005387:4'),
(4422,2762,'_edit_lock','1413380999:4'),
(4421,2759,'_s2mail','yes'),
(4424,2762,'_s2mail','yes'),
(4425,2767,'_edit_lock','1412952692:4'),
(4426,2767,'_edit_last','4'),
(4427,2767,'_s2mail','yes'),
(4431,2772,'_edit_last','4'),
(4430,2772,'_edit_lock','1413396771:4'),
(4435,2774,'_edit_lock','1416235318:4'),
(4434,2772,'_s2mail','yes'),
(4436,2774,'_edit_last','4'),
(4437,2775,'_wp_attached_file','2014/10/amadc.bmp'),
(4438,2775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1296;s:6:\"height\";i:864;s:4:\"file\";s:17:\"2014/10/amadc.bmp\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"amadc-150x150.bmp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/bmp\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"amadc-300x200.bmp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/bmp\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"amadc-1024x682.bmp\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/bmp\";}s:19:\"portfolio_col_thumb\";a:4:{s:4:\"file\";s:17:\"amadc-100x100.bmp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/bmp\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:17:\"amadc-616x356.bmp\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/bmp\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4439,2776,'_wp_attached_file','2014/10/amadc.jpg'),
(4440,2776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1296;s:6:\"height\";i:864;s:4:\"file\";s:17:\"2014/10/amadc.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"amadc-150x150.jpg\";s:5:\"width\";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:\"amadc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"amadc-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio_col_thumb\";a:4:{s:4:\"file\";s:17:\"amadc-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:17:\"amadc-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4441,2774,'_s2mail','yes'),
(4445,2783,'_edit_last','4'),
(4444,2783,'_edit_lock','1416419714:4'),
(4446,2783,'_s2mail','yes'),
(4450,2790,'_edit_last','4'),
(4449,2790,'_edit_lock','1424356515:4'),
(4451,2790,'_s2mail','yes'),
(4454,2793,'_edit_lock','1415895913:4'),
(4455,2793,'_edit_last','4'),
(4456,2793,'_s2mail','yes'),
(4462,2798,'_edit_last','4'),
(4461,2798,'_edit_lock','1416431095:4'),
(4466,2802,'_edit_lock','1423244419:4'),
(4465,2798,'_s2mail','yes'),
(4467,2802,'_edit_last','4'),
(4468,2802,'_s2mail','yes'),
(4469,2805,'_edit_lock','1416925162:4'),
(4470,2805,'_edit_last','4'),
(4473,2805,'_s2mail','yes'),
(4474,2808,'_edit_lock','1417441245:4'),
(4475,2808,'_edit_last','4'),
(4476,2808,'_s2mail','yes'),
(4480,2814,'_edit_last','4'),
(4479,2814,'_edit_lock','1418140395:4'),
(4484,2817,'_edit_lock','1419033860:4'),
(4483,2814,'_s2mail','yes'),
(4485,2817,'_edit_last','4'),
(4486,2817,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<iframe width=\"500\" height=\"281\" src=\"http://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4487,2817,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1419034000'),
(4488,2817,'_s2mail','yes'),
(4494,2823,'_edit_last','4'),
(4493,2823,'_edit_lock','1420639714:4'),
(4495,2823,'_s2mail','yes'),
(4501,2828,'_edit_last','4'),
(4500,2828,'_edit_lock','1421161626:4'),
(4505,2831,'_edit_lock','1421767512:4'),
(4504,2828,'_s2mail','yes'),
(4506,2831,'_edit_last','4'),
(4507,2832,'_wp_attached_file','2015/01/10923270_10152688031315028_3539864702966170471_n.jpg'),
(4508,2832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:60:\"2015/01/10923270_10152688031315028_3539864702966170471_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"10923270_10152688031315028_3539864702966170471_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:60:\"10923270_10152688031315028_3539864702966170471_n-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:60:\"10923270_10152688031315028_3539864702966170471_n-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4509,2831,'_s2mail','yes'),
(4512,2838,'_edit_lock','1422891253:4'),
(4513,2838,'_edit_last','4'),
(4514,2838,'_s2mail','yes'),
(4519,2846,'_edit_lock','1423531871:4'),
(4520,2846,'_edit_last','4'),
(4524,2850,'_edit_lock','1586443035:4'),
(4523,2846,'_s2mail','yes'),
(4525,2850,'_edit_last','4'),
(4526,2850,'_wp_page_template','default'),
(4527,2850,'_s2mail','yes'),
(4528,2852,'_menu_item_type','post_type'),
(4529,2852,'_menu_item_menu_item_parent','1364'),
(4530,2852,'_menu_item_object_id','2850'),
(4531,2852,'_menu_item_object','page'),
(4532,2852,'_menu_item_target',''),
(4533,2852,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4534,2852,'_menu_item_xfn',''),
(4535,2852,'_menu_item_url',''),
(4544,2860,'_edit_last','4'),
(4543,2860,'_edit_lock','1423773816:4'),
(4545,2860,'_s2mail','yes'),
(4554,2871,'_s2mail','yes'),
(4553,2871,'_edit_last','4'),
(4552,2871,'_edit_lock','1426697896:4'),
(4555,2874,'_edit_lock','1426697780:4'),
(4556,2874,'_edit_last','4'),
(4557,2874,'_s2mail','yes'),
(4558,2876,'_edit_lock','1424353581:4'),
(4559,2876,'_edit_last','4'),
(4560,2876,'_s2mail','yes'),
(4569,2881,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<iframe width=\"500\" height=\"375\" src=\"http://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4568,2881,'_edit_last','4'),
(4567,2881,'_edit_lock','1424962114:4'),
(4570,2881,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1424877827'),
(4571,2881,'_s2mail','yes'),
(4670,2950,'_s2mail','yes'),
(4669,2950,'_edit_last','4'),
(4665,2947,'_s2mail','yes'),
(4651,2941,'_edit_lock','1428594838:4'),
(4652,2941,'_edit_last','4'),
(4653,2941,'_s2mail','yes'),
(4664,2947,'_edit_last','4'),
(4660,2945,'_s2mail','yes'),
(4658,2945,'_edit_lock','1428677508:4'),
(4659,2945,'_edit_last','4'),
(4648,2936,'_s2mail','yes'),
(4647,2936,'_edit_last','4'),
(4646,2936,'_edit_lock','1427813640:4'),
(4663,2947,'_edit_lock','1429024747:4'),
(4591,2899,'_edit_lock','1426697908:4'),
(4592,2899,'_edit_last','4'),
(4593,2899,'_s2mail','yes'),
(4594,2901,'_edit_lock','1430142872:4'),
(4595,2901,'_edit_last','4'),
(4596,2901,'_s2mail','yes'),
(4599,2904,'_edit_lock','1425678750:4'),
(4600,2904,'_edit_last','4'),
(4601,2904,'_s2mail','yes'),
(4607,2908,'_edit_last','4'),
(4606,2908,'_edit_lock','1426018734:4'),
(4608,2908,'_s2mail','yes'),
(4612,2914,'_edit_last','4'),
(4611,2914,'_edit_lock','1426512214:4'),
(4613,2914,'_wp_page_template','default'),
(4614,2914,'_s2mail','yes'),
(4615,2917,'_menu_item_type','post_type'),
(4616,2917,'_menu_item_menu_item_parent','29'),
(4617,2917,'_menu_item_object_id','2914'),
(4618,2917,'_menu_item_object','page'),
(4619,2917,'_menu_item_target',''),
(4620,2917,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4621,2917,'_menu_item_xfn',''),
(4622,2917,'_menu_item_url',''),
(4624,2920,'_edit_lock','1426613476:4'),
(4625,2920,'_edit_last','4'),
(4626,2921,'_wp_attached_file','2015/03/9386959986_36e3678938_z.jpg'),
(4627,2921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:35:\"2015/03/9386959986_36e3678938_z.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"9386959986_36e3678938_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:35:\"9386959986_36e3678938_z-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"9386959986_36e3678938_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4628,2920,'_s2mail','yes'),
(4632,2925,'_edit_last','4'),
(4631,2925,'_edit_lock','1426858031:4'),
(4641,2930,'_edit_last','4'),
(4635,2925,'_s2mail','yes'),
(4642,2930,'_s2mail','yes'),
(4640,2930,'_edit_lock','1427224280:4'),
(4645,20,'_s2mail','yes'),
(4668,2950,'_edit_lock','1429798362:4'),
(4676,2955,'_edit_last','4'),
(4675,2955,'_edit_lock','1430317898:4'),
(4680,2959,'_edit_lock','1431544599:4'),
(4679,2955,'_s2mail','yes'),
(4681,2959,'_edit_last','4'),
(4682,2959,'_s2mail','yes'),
(4683,2962,'_edit_lock','1431631011:4'),
(4684,2962,'_edit_last','4'),
(4685,2962,'_s2mail','yes'),
(4686,2965,'_edit_lock','1432047995:4'),
(4687,2965,'_edit_last','4'),
(4688,2966,'_wp_attached_file','2015/05/11147250425_54340fb6dd_z.jpg'),
(4689,2966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2015/05/11147250425_54340fb6dd_z.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"11147250425_54340fb6dd_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:36:\"11147250425_54340fb6dd_z-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"11147250425_54340fb6dd_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4690,2965,'_s2mail','yes'),
(4733,2994,'_s2mail','yes'),
(4732,2994,'_edit_last','4'),
(4731,2994,'_edit_lock','1435775360:4'),
(4737,2997,'_edit_last','4'),
(4698,2971,'_edit_lock','1432765219:4'),
(4699,2971,'_edit_last','4'),
(4700,2971,'_s2mail','yes'),
(4705,2974,'_edit_lock','1433261545:4'),
(4706,2974,'_edit_last','4'),
(4707,2974,'_s2mail','yes'),
(4708,2976,'_wp_attached_file','2015/06/You-can-fool-all-the-people-some-of-the.png'),
(4709,2976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:51:\"2015/06/You-can-fool-all-the-people-some-of-the.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"You-can-fool-all-the-people-some-of-the-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:\"You-can-fool-all-the-people-some-of-the-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"You-can-fool-all-the-people-some-of-the-682x1024.png\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:51:\"You-can-fool-all-the-people-some-of-the-616x356.png\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4713,2980,'_edit_last','4'),
(4712,2980,'_edit_lock','1433526903:4'),
(4714,2980,'_s2mail','yes'),
(4715,2982,'_wp_attached_file','2015/06/SC20150605-111755.png'),
(4716,2982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2015/06/SC20150605-111755.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SC20150605-111755-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:\"SC20150605-111755-180x300.png\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"SC20150605-111755-480x356.png\";s:5:\"width\";i:480;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4719,2984,'_edit_lock','1433852877:4'),
(4720,2984,'_edit_last','4'),
(4721,2985,'_wp_attached_file','2015/06/15565336879_592702424b_z.jpg'),
(4722,2985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:36:\"2015/06/15565336879_592702424b_z.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"15565336879_592702424b_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:36:\"15565336879_592702424b_z-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"15565336879_592702424b_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4723,2984,'_s2mail','yes'),
(4726,2990,'_edit_lock','1435261133:4'),
(4727,2990,'_edit_last','4'),
(4728,2990,'_s2mail','yes'),
(4736,2997,'_edit_lock','1436276176:4'),
(4741,3000,'_edit_lock','1436532521:4'),
(4740,2997,'_s2mail','yes'),
(4742,3000,'_edit_last','4'),
(4743,3001,'_wp_attached_file','2015/07/2617897409_7d0e7d8eeb_z.jpg'),
(4744,3001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:35:\"2015/07/2617897409_7d0e7d8eeb_z.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2617897409_7d0e7d8eeb_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:35:\"2617897409_7d0e7d8eeb_z-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"2617897409_7d0e7d8eeb_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4745,3000,'_s2mail','yes'),
(4749,3005,'_edit_last','4'),
(4748,3005,'_edit_lock','1437067409:4'),
(4750,3005,'_s2mail','yes'),
(4754,3009,'_edit_last','4'),
(4753,3009,'_edit_lock','1437498827:4'),
(4755,3010,'_wp_attached_file','2015/07/5398112759_599e51db9f_z.jpg'),
(4756,3010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:35:\"2015/07/5398112759_599e51db9f_z.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"5398112759_599e51db9f_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:35:\"5398112759_599e51db9f_z-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"5398112759_599e51db9f_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4757,3009,'_s2mail','yes'),
(4762,3016,'_edit_lock','1441735288:4'),
(4763,3016,'_edit_last','4'),
(4764,3016,'_s2mail','yes'),
(4768,3020,'_edit_last','4'),
(4767,3020,'_edit_lock','1441735239:4'),
(4769,3021,'_wp_attached_file','2015/08/3939487692_0486e3e87e_z.jpg'),
(4770,3021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:35:\"2015/08/3939487692_0486e3e87e_z.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"3939487692_0486e3e87e_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:35:\"3939487692_0486e3e87e_z-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"3939487692_0486e3e87e_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4771,3020,'_s2mail','yes'),
(4775,3026,'_edit_last','4'),
(4774,3026,'_edit_lock','1439934067:4'),
(4776,3026,'_s2mail','yes'),
(4777,3028,'_wp_attached_file','2015/08/2015-08-18-10.57.40.jpg'),
(4778,3028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:310;s:4:\"file\";s:31:\"2015/08/2015-08-18-10.57.40.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2015-08-18-10.57.40-150x150.jpg\";s:5:\"width\";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:\"2015-08-18-10.57.40-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4782,3031,'_edit_last','4'),
(4781,3031,'_edit_lock','1440681985:4'),
(4783,3032,'_wp_attached_file','2015/08/3736095515_504612aab7_z.jpg'),
(4784,3032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:35:\"2015/08/3736095515_504612aab7_z.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"3736095515_504612aab7_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:35:\"3736095515_504612aab7_z-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"3736095515_504612aab7_z-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4785,3031,'_s2mail','yes'),
(4789,3035,'_edit_last','4'),
(4788,3035,'_edit_lock','1441380363:4'),
(4793,3037,'_edit_lock','1441742395:4'),
(4792,3035,'_s2mail','yes'),
(4794,3037,'_edit_last','4'),
(4795,3037,'_s2mail','yes'),
(4799,3043,'_edit_last','4'),
(4798,3043,'_edit_lock','1443196384:4'),
(4803,3046,'_edit_lock','1442934449:4'),
(4802,3043,'_s2mail','yes'),
(4804,3046,'_edit_last','4'),
(4805,3046,'_s2mail','yes'),
(4809,3052,'_edit_last','4'),
(4808,3052,'_edit_lock','1443638457:4'),
(4810,3052,'_s2mail','yes'),
(4811,3055,'_edit_lock','1444054570:4'),
(4812,3055,'_edit_last','4'),
(4816,3057,'_edit_lock','1444316774:4'),
(4815,3055,'_s2mail','yes'),
(4817,3057,'_edit_last','4'),
(4818,3057,'_s2mail','yes'),
(4822,3063,'_edit_last','4'),
(4821,3063,'_edit_lock','1444924674:4'),
(4823,3064,'_wp_attached_file','2015/10/Screenshot-1.png'),
(4824,3064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:24:\"2015/10/Screenshot-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot-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:\"Screenshot-1-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Screenshot-1-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot-1-616x356.png\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4825,3063,'_s2mail','yes'),
(4830,3069,'_wp_attached_file','2011/06/REACH-brochure-03.pdf'),
(4831,3075,'_edit_lock','1445434465:4'),
(4832,3075,'_edit_last','4'),
(4836,3077,'_edit_lock','1445970645:4'),
(4835,3075,'_s2mail','yes'),
(4837,3077,'_edit_last','4'),
(4838,3077,'_s2mail','yes'),
(4839,3079,'_wp_attached_file','2015/10/20151026_135130.jpg'),
(4840,3079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:27:\"2015/10/20151026_135130.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20151026_135130-150x150.jpg\";s:5:\"width\";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:\"20151026_135130-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20151026_135130-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20151026_135130-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1445867489;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:6;}}'),
(4844,3083,'_edit_last','4'),
(4843,3083,'_edit_lock','1446587620:4'),
(4845,3083,'_s2mail','yes'),
(4851,3089,'_edit_last','4'),
(4850,3089,'_edit_lock','1447170133:4'),
(4852,3090,'_wp_attached_file','2015/11/20151109_195227.jpg'),
(4853,3090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:27:\"2015/11/20151109_195227.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20151109_195227-150x150.jpg\";s:5:\"width\";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:\"20151109_195227-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20151109_195227-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20151109_195227-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1447098747;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(4854,3090,'_wp_attachment_image_alt','Todd and Dickerson at Kalb Report'),
(4855,3089,'_s2mail','yes'),
(4859,3092,'_edit_last','4'),
(4858,3092,'_edit_lock','1447775085:4'),
(4863,3097,'_edit_lock','1448378846:4'),
(4862,3092,'_s2mail','yes'),
(4864,3097,'_edit_last','4'),
(4865,3098,'_wp_attached_file','2015/11/20151124_101824.jpg'),
(4866,3098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:27:\"2015/11/20151124_101824.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20151124_101824-150x150.jpg\";s:5:\"width\";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:\"20151124_101824-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20151124_101824-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20151124_101824-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1448360304;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(4867,3098,'_wp_attachment_image_alt','Thank you card'),
(4868,3097,'_s2mail','yes'),
(4874,3102,'_edit_last','4'),
(4873,3102,'_edit_lock','1450893009:4'),
(4875,3102,'_s2mail','yes'),
(4879,3106,'_edit_last','4'),
(4878,3106,'_edit_lock','1450279712:4'),
(4880,3106,'_s2mail','yes'),
(4887,3114,'_edit_last','4'),
(4891,3117,'_edit_lock','1451572498:4'),
(4886,3114,'_edit_lock','1450893433:4'),
(4890,3114,'_s2mail','yes'),
(4892,3117,'_edit_last','4'),
(4893,3117,'_s2mail','yes'),
(4896,3121,'_edit_lock','1452610061:4'),
(4897,3121,'_edit_last','4'),
(4898,3121,'_s2mail','yes'),
(4902,3127,'_edit_last','4'),
(4901,3127,'_edit_lock','1453400682:4'),
(4903,3128,'_wp_attached_file','2016/01/assorted-foods-1324828-1278x855.jpg'),
(4904,3128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1278;s:6:\"height\";i:856;s:4:\"file\";s:43:\"2016/01/assorted-foods-1324828-1278x855.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"assorted-foods-1324828-1278x855-150x150.jpg\";s:5:\"width\";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:\"assorted-foods-1324828-1278x855-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"assorted-foods-1324828-1278x855-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:43:\"assorted-foods-1324828-1278x855-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:13:\"Dani Simmonds\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1169321546;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(4905,3127,'_s2mail','yes'),
(4914,3134,'_edit_last','4'),
(4913,3134,'_edit_lock','1459360545:4'),
(4922,3146,'_edit_lock','1455036001:4'),
(4915,3134,'_s2mail','yes'),
(4916,3136,'_wp_attached_file','2016/01/Carrie-Morgan-headshot-4.jpg'),
(4917,3136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2032;s:6:\"height\";i:2760;s:4:\"file\";s:36:\"2016/01/Carrie-Morgan-headshot-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Carrie-Morgan-headshot-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:\"Carrie-Morgan-headshot-4-220x300.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Carrie-Morgan-headshot-4-753x1024.jpg\";s:5:\"width\";i:753;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Carrie-Morgan-headshot-4-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(4918,3137,'_wp_attached_file','2016/01/13.png'),
(4919,3137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:14:\"2016/01/13.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"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:14:\"13-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"13-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:14:\"13-616x356.png\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4924,3146,'_s2mail','yes'),
(4923,3146,'_edit_last','4'),
(4925,3149,'_edit_lock','1455057466:4'),
(4926,3149,'_edit_last','4'),
(4927,3149,'_s2mail','yes'),
(4933,3154,'_edit_last','4'),
(4932,3154,'_edit_lock','1455645148:4'),
(4934,3154,'_s2mail','yes'),
(4938,3160,'_edit_last','4'),
(4937,3160,'_edit_lock','1456407401:4'),
(4939,3160,'_s2mail','yes'),
(4940,3164,'_wp_attached_file','2016/02/Chuck-Tanowitz-003.jpg'),
(4941,3164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2997;s:6:\"height\";i:4496;s:4:\"file\";s:30:\"2016/02/Chuck-Tanowitz-003.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Chuck-Tanowitz-003-150x150.jpg\";s:5:\"width\";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:\"Chuck-Tanowitz-003-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Chuck-Tanowitz-003-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Chuck-Tanowitz-003-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1352990944;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4942,3164,'_wp_attachment_image_alt','Chuck Tanowitz'),
(4945,3170,'_edit_lock','1461097068:4'),
(4946,3170,'_edit_last','4'),
(4947,3170,'_s2mail','yes'),
(4951,3179,'_edit_last','4'),
(4950,3179,'_edit_lock','1457619848:4'),
(4952,3179,'_s2mail','yes'),
(4956,3183,'_edit_last','4'),
(4955,3183,'_edit_lock','1458342040:4'),
(4959,3183,'_s2mail','yes'),
(4965,3189,'_edit_last','4'),
(4964,3189,'_edit_lock','1458754242:4'),
(4966,3189,'_s2mail','yes'),
(4970,3192,'_edit_last','4'),
(4969,3192,'_edit_lock','1459430768:4'),
(4971,3193,'_wp_attached_file','2016/03/buzz-agency-julie-mullen-image.jpg'),
(4972,3193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2016/03/buzz-agency-julie-mullen-image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"buzz-agency-julie-mullen-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:\"buzz-agency-julie-mullen-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:42:\"buzz-agency-julie-mullen-image-500x356.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(4973,3192,'_s2mail','yes'),
(4979,3213,'_edit_last','4'),
(4978,3213,'_edit_lock','1460554307:4'),
(4980,3213,'_s2mail','yes'),
(4981,3215,'_wp_attached_file','2016/04/money-9-1238441-1279x850.jpg'),
(4982,3215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:851;s:4:\"file\";s:36:\"2016/04/money-9-1238441-1279x850.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"money-9-1238441-1279x850-150x150.jpg\";s:5:\"width\";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:\"money-9-1238441-1279x850-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"money-9-1238441-1279x850-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"money-9-1238441-1279x850-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1186049266;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(4986,3220,'_edit_last','4'),
(4985,3220,'_edit_lock','1460554648:4'),
(4987,3221,'_wp_attached_file','2016/04/five-golden-stars-isolated-1142569-1280x640.jpg'),
(4988,3221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:640;s:4:\"file\";s:55:\"2016/04/five-golden-stars-isolated-1142569-1280x640.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"five-golden-stars-isolated-1142569-1280x640-150x150.jpg\";s:5:\"width\";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:\"five-golden-stars-isolated-1142569-1280x640-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"five-golden-stars-isolated-1142569-1280x640-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:55:\"five-golden-stars-isolated-1142569-1280x640-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4989,3220,'_s2mail','yes'),
(4995,3229,'_edit_last','4'),
(4994,3229,'_edit_lock','1461850542:4'),
(4996,3230,'_wp_attached_file','2016/04/Jay-Morris.jpeg'),
(4997,3230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1105;s:6:\"height\";i:1482;s:4:\"file\";s:23:\"2016/04/Jay-Morris.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Jay-Morris-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:\"Jay-Morris-223x300.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Jay-Morris-763x1024.jpeg\";s:5:\"width\";i:763;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Jay-Morris-616x356.jpeg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:30:\"Andria Lo / Orange Photography\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(4998,3229,'_s2mail','yes'),
(5002,3237,'_edit_last','4'),
(5001,3237,'_edit_lock','1462972615:4'),
(5003,3237,'_s2mail','yes'),
(5009,3245,'_edit_last','4'),
(5008,3245,'_edit_lock','1463592646:4'),
(5010,3246,'_wp_attached_file','2016/05/sign-1570201-1279x863.jpg'),
(5011,3246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:864;s:4:\"file\";s:33:\"2016/05/sign-1570201-1279x863.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"sign-1570201-1279x863-150x150.jpg\";s:5:\"width\";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:\"sign-1570201-1279x863-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"sign-1570201-1279x863-1024x691.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"sign-1570201-1279x863-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(5012,3245,'_s2mail','yes'),
(5018,3251,'_edit_last','4'),
(5017,3251,'_edit_lock','1464266997:4'),
(5019,3252,'_wp_attached_file','2016/05/Brad-Phillips-Headshot-Mini.jpg'),
(5020,3252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:480;s:4:\"file\";s:39:\"2016/05/Brad-Phillips-Headshot-Mini.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Brad-Phillips-Headshot-Mini-150x150.jpg\";s:5:\"width\";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:\"Brad-Phillips-Headshot-Mini-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Brad-Phillips-Headshot-Mini-320x356.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1309175718;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5021,3251,'_s2mail','yes'),
(5025,3259,'_edit_last','4'),
(5024,3259,'_edit_lock','1464960871:4'),
(5026,3259,'_s2mail','yes'),
(5030,3265,'_edit_lock','1465915886:4'),
(5035,3271,'_edit_lock','1466603406:4'),
(5031,3265,'_edit_last','4'),
(5032,3265,'_s2mail','yes'),
(5037,3272,'_wp_attached_file','2016/06/20160612_115648.jpg'),
(5036,3271,'_edit_last','4'),
(5038,3272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:27:\"2016/06/20160612_115648.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20160612_115648-150x150.jpg\";s:5:\"width\";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:\"20160612_115648-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20160612_115648-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20160612_115648-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.649999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-I727\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1465732607;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.03\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.00134408602151\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(5039,3271,'_s2mail','yes'),
(5043,3277,'_edit_last','4'),
(5042,3277,'_edit_lock','1469449588:4'),
(5044,3278,'_wp_attached_file','2016/06/KarenHeadshot.jpg'),
(5045,3278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:2912;s:4:\"file\";s:25:\"2016/06/KarenHeadshot.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"KarenHeadshot-150x150.jpg\";s:5:\"width\";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:\"KarenHeadshot-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"KarenHeadshot-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"KarenHeadshot-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d: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\";i:1425300659;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(5046,3277,'_s2mail','yes'),
(5050,3288,'_edit_last','4'),
(5049,3288,'_edit_lock','1468329386:4'),
(5051,3288,'_s2mail','yes'),
(5052,3290,'_edit_lock','1468423534:4'),
(5053,3290,'_edit_last','4'),
(5054,3290,'_s2mail','yes'),
(5057,3293,'_edit_lock','1469115108:4'),
(5058,3293,'_edit_last','4'),
(5062,3295,'_edit_lock','1469708882:4'),
(5061,3293,'_s2mail','yes'),
(5063,3295,'_edit_last','4'),
(5064,3296,'_wp_attached_file','2016/07/Leslie_OFLAHAVAN.jpg'),
(5065,3296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2832;s:6:\"height\";i:4256;s:4:\"file\";s:28:\"2016/07/Leslie_OFLAHAVAN.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Leslie_OFLAHAVAN-150x150.jpg\";s:5:\"width\";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:\"Leslie_OFLAHAVAN-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Leslie_OFLAHAVAN-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Leslie_OFLAHAVAN-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1394018983;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(5066,3295,'_s2mail','yes'),
(5069,3303,'_edit_lock','1470232906:4'),
(5070,3303,'_edit_last','4'),
(5071,3303,'_s2mail','yes'),
(5072,3307,'_edit_lock','1470248542:4'),
(5073,3307,'_edit_last','4'),
(5074,3307,'_s2mail','yes'),
(5078,3312,'_edit_last','4'),
(5077,3312,'_edit_lock','1472921429:4'),
(5079,3312,'_s2mail','yes'),
(5082,3318,'_edit_lock','1471539176:4'),
(5083,3318,'_edit_last','4'),
(5084,3319,'_wp_attached_file','2016/08/skotan-No-sign-800px.png'),
(5085,3319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:796;s:6:\"height\";i:796;s:4:\"file\";s:32:\"2016/08/skotan-No-sign-800px.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"skotan-No-sign-800px-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:\"skotan-No-sign-800px-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"skotan-No-sign-800px-616x356.png\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5089,3323,'_edit_lock','1472134176:4'),
(5088,3318,'_s2mail','yes'),
(5090,3323,'_edit_last','4'),
(5091,3324,'_wp_attached_file','2016/08/Stu-Opperman-larger-head-shot.jpg'),
(5092,3324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2016;s:6:\"height\";i:2927;s:4:\"file\";s:41:\"2016/08/Stu-Opperman-larger-head-shot.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Stu-Opperman-larger-head-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:41:\"Stu-Opperman-larger-head-shot-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Stu-Opperman-larger-head-shot-705x1024.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Stu-Opperman-larger-head-shot-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"FinePixS1Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1137148674;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"77\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5093,3323,'_s2mail','yes'),
(5097,3333,'_edit_lock','1472739830:4'),
(5103,3338,'_edit_lock','1473713396:4'),
(5098,3333,'_edit_last','4'),
(5099,3334,'_wp_attached_file','2016/09/img040.pdf'),
(5100,3333,'_s2mail','yes'),
(5104,3338,'_edit_last','4'),
(5108,3341,'_edit_lock','1474468580:4'),
(5107,3338,'_s2mail','yes'),
(5109,3341,'_edit_last','4'),
(5110,3341,'_s2mail','yes'),
(5111,3344,'_edit_lock','1474554036:4'),
(5112,3344,'_edit_last','4'),
(5113,3344,'_s2mail','yes'),
(5117,3348,'_edit_last','4'),
(5116,3348,'_edit_lock','1475157413:4'),
(5118,3348,'_s2mail','yes'),
(5119,3350,'_wp_attached_file','2016/09/Bonnie-preso.jpg'),
(5120,3350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3219;s:6:\"height\";i:2149;s:4:\"file\";s:24:\"2016/09/Bonnie-preso.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bonnie-preso-150x150.jpg\";s:5:\"width\";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:\"Bonnie-preso-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Bonnie-preso-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Bonnie-preso-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:13:\"COOLPIX S9700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1463595120;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"12.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0769230769231\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5121,3355,'_wp_attached_file','2016/09/Bonnie-Head.jpg'),
(5122,3355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2016/09/Bonnie-Head.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Bonnie-Head-150x150.jpg\";s:5:\"width\";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:\"Bonnie-Head-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Bonnie-Head-530x356.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:13:\"COOLPIX S9700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1458987428;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.7\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5125,3361,'_edit_lock','1475765981:4'),
(5126,3361,'_edit_last','4'),
(5130,3366,'_edit_lock','1477321723:4'),
(5129,3361,'_s2mail','yes'),
(5131,3366,'_edit_last','4'),
(5132,3366,'_s2mail','yes'),
(5136,3371,'_edit_last','4'),
(5135,3371,'_edit_lock','1477573708:4'),
(5137,3372,'_wp_attached_file','2016/10/VanHoosear_Todd.jpg'),
(5138,3372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2016/10/VanHoosear_Todd.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"VanHoosear_Todd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5139,3371,'_s2mail','yes'),
(5142,3387,'_edit_lock','1478183001:4'),
(5143,3387,'_edit_last','4'),
(5144,3387,'_s2mail','yes'),
(5147,3391,'_edit_lock','1478793423:4'),
(5148,3391,'_edit_last','4'),
(5149,3391,'_s2mail','yes'),
(5150,3394,'_wp_attached_file','2016/11/kaboompics.com_Modern-comterporary-concrete-buliding.jpg'),
(5151,3394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4027;s:6:\"height\";i:2685;s:4:\"file\";s:64:\"2016/11/kaboompics.com_Modern-comterporary-concrete-buliding.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"kaboompics.com_Modern-comterporary-concrete-buliding-150x150.jpg\";s:5:\"width\";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:\"kaboompics.com_Modern-comterporary-concrete-buliding-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"kaboompics.com_Modern-comterporary-concrete-buliding-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:64:\"kaboompics.com_Modern-comterporary-concrete-buliding-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:27:\"Karolina Grabowska\rSTAFFAGE\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1462267613;s:9:\"copyright\";s:27:\"STAFFAGE Karolina Grabowska\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5155,3400,'_edit_lock','1479478567:4'),
(5160,3405,'_edit_lock','1480434946:4'),
(5156,3400,'_edit_last','4'),
(5157,3400,'_s2mail','yes'),
(5162,3406,'_wp_attached_file','2016/11/Ami-Neiberger.jpg'),
(5161,3405,'_edit_last','4'),
(5163,3406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:447;s:6:\"height\";i:560;s:4:\"file\";s:25:\"2016/11/Ami-Neiberger.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ami-Neiberger-150x150.jpg\";s:5:\"width\";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:\"Ami-Neiberger-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Ami-Neiberger-447x356.jpg\";s:5:\"width\";i:447;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"iPad\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1366308830;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"1.85\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:16:\"0.00485436893204\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(5164,3406,'_wp_attachment_image_alt','Pic of Ami Neiberger-Miller'),
(5165,3405,'_s2mail','yes'),
(5166,3412,'_edit_lock','1480444014:4'),
(5167,3412,'_edit_last','4'),
(5168,3412,'_s2mail','yes'),
(5174,3419,'_edit_last','4'),
(5173,3419,'_edit_lock','1481812954:4'),
(5175,3419,'_s2mail','yes'),
(5176,3421,'_wp_attached_file','2016/12/kaboompics.com_Woman-writing-in-her-work-space.jpg'),
(5177,3421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3855;s:6:\"height\";i:2570;s:4:\"file\";s:58:\"2016/12/kaboompics.com_Woman-writing-in-her-work-space.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"kaboompics.com_Woman-writing-in-her-work-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:58:\"kaboompics.com_Woman-writing-in-her-work-space-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"kaboompics.com_Woman-writing-in-her-work-space-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:58:\"kaboompics.com_Woman-writing-in-her-work-space-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:27:\"Karolina Grabowska\rSTAFFAGE\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1472551888;s:9:\"copyright\";s:27:\"STAFFAGE Karolina Grabowska\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5180,3427,'_edit_lock','1484147424:4'),
(5181,3427,'_edit_last','4'),
(5185,3431,'_edit_lock','1539870375:4'),
(5184,3427,'_s2mail','yes'),
(5186,3431,'_edit_last','4'),
(5187,3431,'_s2mail','yes'),
(5191,3435,'_edit_last','4'),
(5190,3435,'_edit_lock','1492516052:4'),
(5192,3435,'_s2mail','yes'),
(5193,3438,'_edit_lock','1487095668:4'),
(5194,3438,'_edit_last','4'),
(5195,3439,'_wp_attached_file','2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge.jpg'),
(5196,3439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4104;s:6:\"height\";i:2736;s:4:\"file\";s:66:\"2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"kaboompics.com_Padlock-with-heart-shape-on-rope-bridge-150x150.jpg\";s:5:\"width\";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:\"kaboompics.com_Padlock-with-heart-shape-on-rope-bridge-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"kaboompics.com_Padlock-with-heart-shape-on-rope-bridge-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:66:\"kaboompics.com_Padlock-with-heart-shape-on-rope-bridge-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:27:\"Karolina Grabowska\rSTAFFAGE\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1439142551;s:9:\"copyright\";s:8:\"STAFFAGE\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5197,3438,'_s2mail','yes'),
(5200,2881,'_oembed_2426bd4c1585509de54c39e5b607dcf4','<iframe width=\"960\" height=\"720\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(5201,2881,'_oembed_time_2426bd4c1585509de54c39e5b607dcf4','1487397314'),
(5202,2817,'_oembed_7edf62808fcdeebd3378395566a4fa6e','<iframe width=\"960\" height=\"540\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(5203,2817,'_oembed_time_7edf62808fcdeebd3378395566a4fa6e','1488454018'),
(5204,3444,'_edit_lock','1488462311:4'),
(5205,3444,'_edit_last','4'),
(5206,3444,'_s2mail','yes'),
(5210,3449,'_edit_last','4'),
(5209,3449,'_edit_lock','1488910929:4'),
(5211,3449,'_s2mail','yes'),
(5215,3452,'_edit_last','4'),
(5214,3452,'_edit_lock','1489687083:4'),
(5216,3452,'_s2mail','yes'),
(5219,3456,'_edit_lock','1490105442:4'),
(5220,3456,'_edit_last','4'),
(5224,3458,'_edit_lock','1490714581:4'),
(5223,3456,'_s2mail','yes'),
(5225,3458,'_edit_last','4'),
(5226,3458,'_s2mail','yes'),
(5230,3466,'_edit_last','4'),
(5229,3466,'_edit_lock','1491414154:4'),
(5231,3466,'_s2mail','yes'),
(5235,3470,'_edit_last','4'),
(5234,3470,'_edit_lock','1492016917:4'),
(5236,3470,'_s2mail','yes'),
(5240,3474,'_edit_last','4'),
(5239,3474,'_edit_lock','1493386146:4'),
(5241,3474,'_s2mail','yes'),
(5247,3483,'_edit_last','4'),
(5246,3483,'_edit_lock','1493301552:4'),
(5248,3483,'_s2mail','yes'),
(5254,3490,'_edit_last','4'),
(5253,3490,'_edit_lock','1493816043:4'),
(5255,3490,'_s2mail','yes'),
(5261,3496,'_edit_last','4'),
(5260,3496,'_edit_lock','1494340862:4'),
(5262,3497,'_edit_lock','1494511048:4'),
(5263,3497,'_edit_last','4'),
(5273,3507,'_edit_lock','1496782621:4'),
(5266,3497,'_s2mail','yes'),
(5268,3502,'_edit_lock','1496250014:4'),
(5269,3502,'_edit_last','4'),
(5270,3502,'_s2mail','yes'),
(5274,3507,'_edit_last','4'),
(5278,3511,'_edit_lock','1497365018:4'),
(5277,3507,'_s2mail','yes'),
(5279,3511,'_edit_last','4'),
(5283,3516,'_edit_lock','1498140644:4'),
(5282,3511,'_s2mail','yes'),
(5284,3516,'_edit_last','4'),
(5285,3516,'_s2mail','yes'),
(5286,3518,'_edit_lock','1498229535:4'),
(5287,3518,'_edit_last','4'),
(5288,3518,'_s2mail','yes'),
(5294,3523,'_edit_last','4'),
(5293,3523,'_edit_lock','1498671066:4'),
(5295,3523,'_s2mail','yes'),
(5298,2925,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(5299,2925,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1498776996'),
(5300,3528,'_edit_lock','1499977519:4'),
(5301,3528,'_edit_last','4'),
(5302,3528,'_s2mail','yes'),
(5322,3539,'_edit_last','4'),
(5315,3536,'_edit_last','4'),
(5307,3532,'_edit_lock','1500384333:4'),
(5308,3532,'_edit_last','4'),
(5309,3532,'_s2mail','yes'),
(5314,3536,'_edit_lock','1501178240:4'),
(5318,3536,'_s2mail','yes'),
(5321,3539,'_edit_lock','1501596954:4'),
(5323,3539,'_s2mail','yes'),
(5326,3543,'_edit_lock','1502197528:4'),
(5327,3543,'_edit_last','4'),
(5328,3543,'_s2mail','yes'),
(5332,3546,'_edit_last','4'),
(5331,3546,'_edit_lock','1502811343:4'),
(5333,3546,'_s2mail','yes'),
(5336,3551,'_edit_lock','1504199651:4'),
(5337,3551,'_edit_last','4'),
(5338,3551,'_s2mail','yes'),
(5339,3559,'_edit_lock','1504814067:4'),
(5340,3559,'_edit_last','4'),
(5344,3562,'_edit_lock','1505397754:4'),
(5343,3559,'_s2mail','yes'),
(5345,3562,'_edit_last','4'),
(5346,3562,'_s2mail','yes'),
(5347,3565,'_wp_attached_file','2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop.jpg'),
(5348,3565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3648;s:6:\"height\";i:5472;s:4:\"file\";s:105:\"2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:105:\"kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:105:\"kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop-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:106:\"kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:105:\"kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:27:\"Karolina Grabowska\nSTAFFAGE\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1476803691;s:9:\"copyright\";s:27:\"STAFFAGE Karolina Grabowska\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5349,3565,'_wp_attachment_image_alt','bookstore shelves'),
(5353,3572,'_edit_last','4'),
(5352,3572,'_edit_lock','1506521684:4'),
(5354,3572,'_s2mail','yes'),
(5358,3577,'_edit_last','4'),
(5357,3577,'_edit_lock','1507640816:4'),
(5359,3577,'_s2mail','yes'),
(5363,3582,'_edit_last','4'),
(5362,3582,'_edit_lock','1508511528:4'),
(5364,3582,'_s2mail','yes'),
(5365,3585,'_edit_lock','1508962647:4'),
(5366,3585,'_edit_last','4'),
(5367,3585,'_s2mail','yes'),
(5370,3587,'_edit_lock','1509474598:4'),
(5371,3587,'_edit_last','4'),
(5372,3587,'_s2mail','yes'),
(5376,3597,'_edit_lock','1510687345:4'),
(5384,3605,'_edit_lock','1511992069:4'),
(5377,3597,'_edit_last','4'),
(5378,3598,'_wp_attached_file','2017/11/20171113_100754-e1510671700977.jpg'),
(5379,3598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:42:\"2017/11/20171113_100754-e1510671700977.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"20171113_100754-e1510671700977-150x150.jpg\";s:5:\"width\";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:\"20171113_100754-e1510671700977-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"20171113_100754-e1510671700977-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:42:\"20171113_100754-e1510671700977-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.6999999999999999555910790149937383830547332763671875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"SAMSUNG-SM-G935A\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1510567674;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:6;}}'),
(5380,3598,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:19:\"20171113_100754.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"20171113_100754-150x150.jpg\";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:27:\"20171113_100754-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"20171113_100754-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"slider-post-thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"20171113_100754-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5381,3597,'_s2mail','yes'),
(5386,3605,'_s2mail','yes'),
(5385,3605,'_edit_last','4'),
(5390,3609,'_edit_last','4'),
(5389,3609,'_edit_lock','1513091378:4'),
(5391,3610,'_wp_attached_file','2017/12/20171010_142654.jpg'),
(5392,3610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:27:\"2017/12/20171010_142654.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20171010_142654-150x150.jpg\";s:5:\"width\";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:\"20171010_142654-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20171010_142654-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20171010_142654-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.6999999999999999555910790149937383830547332763671875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"SAMSUNG-SM-G935A\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1507645614;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:6;}}'),
(5393,3611,'_wp_attached_file','2017/12/20171205_141928.jpg'),
(5394,3611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:27:\"2017/12/20171205_141928.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20171205_141928-150x150.jpg\";s:5:\"width\";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:\"20171205_141928-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20171205_141928-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20171205_141928-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.6999999999999999555910790149937383830547332763671875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"SAMSUNG-SM-G935A\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1512483568;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),
(5395,3609,'_s2mail','yes'),
(5401,3614,'_edit_last','4'),
(5400,3614,'_edit_lock','1513093998:4'),
(5402,3614,'_s2mail','yes'),
(5405,3617,'_edit_lock','1513694600:4'),
(5406,3617,'_edit_last','4'),
(5411,3617,'_s2mail','yes'),
(5414,3624,'_edit_lock','1515092870:4'),
(5415,3624,'_edit_last','4'),
(5416,3624,'_s2mail','yes'),
(5419,3628,'_edit_lock','1515698509:4'),
(5420,3628,'_edit_last','4'),
(5424,2908,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5423,3628,'_s2mail','yes'),
(5425,2908,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1516594545'),
(5426,2828,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5409,3619,'_wp_attached_file','2017/12/img046ed.jpg'),
(5410,3619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2071;s:6:\"height\";i:1293;s:4:\"file\";s:20:\"2017/12/img046ed.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"img046ed-150x150.jpg\";s:5:\"width\";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:\"img046ed-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"img046ed-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:20:\"img046ed-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5427,2828,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1516670591'),
(5428,2950,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5429,2950,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1516691439'),
(5430,3631,'_edit_lock','1516818648:4'),
(5431,3631,'_edit_last','4'),
(5432,3631,'_s2mail','yes'),
(5436,3635,'_edit_last','4'),
(5435,3635,'_edit_lock','1517591985:4'),
(5437,3635,'_s2mail','yes'),
(5441,3641,'_edit_last','4'),
(5440,3641,'_edit_lock','1518106610:4'),
(5442,3641,'_s2mail','yes'),
(6530,4262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:39:\"2022/04/pexels-george-becker-374918.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-george-becker-374918-150x150.jpg\";s:5:\"width\";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:\"pexels-george-becker-374918-300x200.jpg\";s:5:\"width\";i: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:\"pexels-george-becker-374918-768x512.jpg\";s:5:\"width\";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:\"pexels-george-becker-374918-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"yarpp-thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-george-becker-374918-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6529,4262,'_wp_attached_file','2022/04/pexels-george-becker-374918.jpg'),
(6528,4261,'_edit_lock','1649359973:4'),
(6527,4261,'_edit_last','4'),
(5481,3666,'_edit_lock','1520359771:5'),
(5482,3666,'_edit_last','4'),
(5483,3666,'_s2mail','yes'),
(5486,3666,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5487,3666,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1518594232'),
(5488,2971,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5489,2971,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1518725803'),
(5490,2936,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5491,2936,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1518727548'),
(5492,2802,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5493,2802,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1518727624'),
(5530,3666,'_oembed_3bced416bd4cffaa9666fc66c03cc4c9','<iframe width=\"625\" height=\"352\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5497,3675,'_edit_lock','1519313979:4'),
(5498,3675,'_edit_last','4'),
(5501,3675,'_s2mail','yes'),
(5504,3678,'_edit_lock','1519748642:4'),
(5505,3678,'_edit_last','4'),
(5506,3679,'_edit_lock','1519751849:4'),
(5507,3679,'_edit_last','4'),
(5508,3681,'_wp_attached_file','2018/02/20180227_114313.jpg'),
(5509,3681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:27:\"2018/02/20180227_114313.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20180227_114313-150x150.jpg\";s:5:\"width\";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:\"20180227_114313-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20180227_114313-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20180227_114313-616x356.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.6999999999999999555910790149937383830547332763671875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"SAMSUNG-SM-G935A\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1519731132;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(5510,3679,'_s2mail','yes'),
(5513,2945,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5514,2945,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1520196257'),
(5521,3691,'_edit_last','4'),
(5517,112,'_edit_lock','1687441137:4'),
(5520,3691,'_edit_lock','1521034625:4'),
(5522,3691,'_s2mail','yes'),
(5526,3694,'_edit_last','4'),
(5525,3694,'_edit_lock','1521661995:4'),
(5531,3666,'_oembed_time_3bced416bd4cffaa9666fc66c03cc4c9','1522101004'),
(5529,3694,'_s2mail','yes'),
(5532,2817,'_oembed_3bced416bd4cffaa9666fc66c03cc4c9','<iframe width=\"625\" height=\"352\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5533,2817,'_oembed_time_3bced416bd4cffaa9666fc66c03cc4c9','1522125626'),
(5534,2881,'_oembed_7014716ee0cab51b84cac803d80007db','<iframe width=\"625\" height=\"469\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(5535,2881,'_oembed_time_7014716ee0cab51b84cac803d80007db','1522160654'),
(5536,3697,'_edit_lock','1522246806:4'),
(5537,3697,'_edit_last','4'),
(5538,3697,'_s2mail','yes'),
(5778,2994,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5775,3811,'site-content-layout','default'),
(5772,3811,'_edit_lock','1529068104:4'),
(5773,3811,'_s2mail','yes'),
(5774,3811,'site-sidebar-layout','default'),
(5771,3811,'_edit_last','4'),
(5770,18,'site-content-layout','default'),
(5769,18,'site-sidebar-layout','default'),
(5768,2974,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1528634921'),
(5764,3802,'site-content-layout','default'),
(5767,2974,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5762,3802,'_s2mail','yes'),
(5763,3802,'site-sidebar-layout','default'),
(5761,3802,'_edit_lock','1528298474:4'),
(5760,3802,'_edit_last','4'),
(5758,3431,'site-sidebar-layout','default'),
(5759,3431,'site-content-layout','default'),
(5753,3797,'site-content-layout','default'),
(5752,3797,'site-sidebar-layout','default'),
(5751,3797,'_s2mail','yes'),
(5750,3797,'_edit_lock','1527773242:4'),
(5749,3797,'_edit_last','4'),
(5743,3789,'site-content-layout','default'),
(5742,3789,'site-sidebar-layout','default'),
(5741,3789,'_s2mail','yes'),
(5594,2,'site-sidebar-layout','default'),
(5595,2,'site-content-layout','default'),
(5729,3778,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1525986823'),
(5728,3778,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5726,3778,'_aioseop_keywords','brand messaging'),
(5727,3778,'_aioseop_description','Analysis of brand messaging and advertising.'),
(5658,2,'slide_title','I help small to medium size businesses and nonprofit organizations improve their communications materials.'),
(7507,4441,'slide_title','I help small to medium size businesses and nonprofit organizations improve their communications materials.'),
(5673,3766,'_wp_attachment_image_alt','Copywriting'),
(5646,3761,'_edit_lock','1524673436:5'),
(5647,3761,'_edit_last','5'),
(5648,3761,'field_5adf3c365d167','a:11:{s:3:\"key\";s:19:\"field_5adf3c365d167\";s:5:\"label\";s:12:\"Slider Title\";s:4:\"name\";s:11:\"slide_title\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(5664,3763,'_slide_title','field_5adf3c365d167'),
(5663,3763,'slide_title','<h1><span data-story-id=\"story_60988af644ec1a40058b88b6d9744342\" data-room-id=\"room_aaa81391c68d16d2c6875622620766a0\" data-timestamp=\"1524579605197\" data-text=\"If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\" data-userid=\"904692979471564800\" data-orgid=\"904692980257980416\">If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</span><img /></h1>'),
(5670,3761,'rule','a:5:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(5651,3761,'position','acf_after_title'),
(5652,3761,'layout','no_box'),
(5653,3761,'hide_on_screen',''),
(5654,3762,'slide_title','CREATIVITY + CAFFEINE + IDEAS + PEN & PAPER'),
(5655,3762,'_slide_title','field_5adf3c365d167'),
(5656,3762,'slide_subtitle','These are the primary tools of marketing.'),
(5657,3762,'_slide_subtitle','field_5adf3c4b5d168'),
(5706,2509,'site-content-layout','default'),
(5705,2509,'site-sidebar-layout','default'),
(5709,3778,'_s2mail','yes'),
(5710,3778,'site-sidebar-layout','default'),
(5711,3778,'site-content-layout','default'),
(5708,3778,'_edit_lock','1525959001:4'),
(5707,3778,'_edit_last','4'),
(5740,3790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:41:\"2018/05/blogging-blur-business-261662.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"blogging-blur-business-261662-150x150.jpg\";s:5:\"width\";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:\"blogging-blur-business-261662-300x200.jpg\";s:5:\"width\";i: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:\"blogging-blur-business-261662-768x512.jpg\";s:5:\"width\";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:\"blogging-blur-business-261662-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3789,'_edit_lock','1526568546:4'),
(5738,3789,'_edit_last','4'),
(5739,3790,'_wp_attached_file','2018/05/blogging-blur-business-261662.jpg'),
(5735,3786,'site-content-layout','default'),
(5734,3786,'site-sidebar-layout','default'),
(5732,3786,'_edit_lock','1526483254:4'),
(5733,3786,'_edit_last','4'),
(5671,3766,'_wp_attached_file','2018/04/copywriting-laptop.jpg'),
(5672,3766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2018/04/copywriting-laptop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"copywriting-laptop-150x150.jpg\";s:5:\"width\";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:\"copywriting-laptop-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"copywriting-laptop-768x358.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"copywriting-laptop-1024x478.jpg\";s:5:\"width\";i:1024;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:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5659,2,'_slide_title','field_5adf3c365d167'),
(5660,2,'slide_subtitle','These are the primary tools of marketing.'),
(5661,2,'_slide_subtitle','field_5adf3c4b5d168'),
(5667,3765,'slide_title','If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.'),
(5668,3765,'_slide_title','field_5adf3c365d167'),
(5665,3764,'slide_title','If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.'),
(5666,3764,'_slide_title','field_5adf3c365d167'),
(5674,2,'_thumbnail_id','3766'),
(5678,3769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2018/04/linkedin.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:{}}}'),
(5677,3769,'_wp_attached_file','2018/04/linkedin.jpg'),
(5679,3769,'_wp_attachment_image_alt','LinkedIn'),
(5680,3770,'slide_title','If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.'),
(5681,3770,'_slide_title','field_5adf3c365d167'),
(5682,3771,'_edit_lock','1525125142:5'),
(5683,3771,'_edit_last','5'),
(5684,3771,'field_5ae38f3184bbb','a:14:{s:3:\"key\";s:19:\"field_5ae38f3184bbb\";s:5:\"label\";s:6:\"Header\";s:4:\"name\";s:6:\"header\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(5686,3771,'position','normal'),
(5687,3771,'layout','no_box'),
(5688,3771,'hide_on_screen',''),
(5698,3771,'rule','a:5:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"posts_page\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(5690,3772,'header','Caffeinated ideas and views on marketing communications'),
(5691,3772,'_header','field_5ae38f3184bbb'),
(5692,3773,'header','Caffeinated ideas and views on marketing communications'),
(5693,3773,'_header','field_5ae38f3184bbb'),
(5694,22,'header','Caffeinated ideas and views on marketing communications'),
(5695,22,'_header','field_5ae38f3184bbb'),
(5696,22,'site-sidebar-layout','default'),
(5697,22,'site-content-layout','default'),
(5699,2904,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5700,2904,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1525232862'),
(5701,2823,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5702,2823,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1525232888'),
(5703,3697,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5704,3697,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1525252665'),
(5784,3817,'_s2mail','yes'),
(5785,3817,'site-sidebar-layout','default'),
(5786,3817,'site-content-layout','default'),
(5793,3826,'_edit_last','4'),
(5794,3826,'_edit_lock','1530119731:4'),
(5795,3826,'_s2mail','yes'),
(5796,3826,'site-sidebar-layout','default'),
(5797,3826,'site-content-layout','default'),
(5844,3848,'_s2mail','yes'),
(5842,3848,'_edit_last','4'),
(5843,3848,'_edit_lock','1534869732:4'),
(5805,2876,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5806,2876,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1531892029'),
(5807,3833,'_edit_last','4'),
(5808,3833,'_edit_lock','1532092374:4'),
(5814,2881,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5811,3833,'_s2mail','yes'),
(5812,3833,'site-sidebar-layout','default'),
(5813,3833,'site-content-layout','default'),
(5815,2881,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1532525197'),
(5816,3836,'_edit_last','4'),
(5817,3836,'_edit_lock','1532612742:4'),
(5818,3836,'_s2mail','yes'),
(5819,3836,'site-sidebar-layout','default'),
(5820,3836,'site-content-layout','default'),
(5823,2901,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5824,2901,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1532994394'),
(5825,3838,'_edit_last','4'),
(5826,3838,'_edit_lock','1533215705:4'),
(5827,3838,'_s2mail','yes'),
(5828,3838,'site-sidebar-layout','default'),
(5829,3838,'site-content-layout','default'),
(5830,3842,'_edit_last','4'),
(5831,3842,'_edit_lock','1533581872:4'),
(5832,3842,'_s2mail','yes'),
(5833,3842,'site-sidebar-layout','default'),
(5834,3842,'site-content-layout','default'),
(5835,3845,'_edit_last','4'),
(5836,3845,'_edit_lock','1533916076:4'),
(5837,3845,'_s2mail','yes'),
(5838,3845,'site-sidebar-layout','default'),
(5839,3845,'site-content-layout','default'),
(5845,3848,'site-sidebar-layout','default'),
(5846,3848,'site-content-layout','default'),
(5847,3850,'_edit_last','4'),
(5848,3850,'_edit_lock','1535032216:4'),
(5849,3851,'_wp_attached_file','2018/08/beach-beverage-cocktail-68672.jpg'),
(5850,3851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4419;s:6:\"height\";i:2946;s:4:\"file\";s:41:\"2018/08/beach-beverage-cocktail-68672.jpg\";s:5:\"sizes\";a:4:{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:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5851,3850,'_s2mail','yes'),
(5852,3850,'site-sidebar-layout','default'),
(5853,3850,'site-content-layout','default'),
(5857,3857,'_edit_lock','1536851885:4'),
(5856,3857,'_edit_last','4'),
(5858,3858,'_edit_last','4'),
(5859,3858,'_edit_lock','1544647307:4'),
(5860,3859,'_wp_attached_file','2018/09/appointment-appointment-book-blur-40568.jpg'),
(5861,3859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:51:\"2018/09/appointment-appointment-book-blur-40568.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"appointment-appointment-book-blur-40568-150x150.jpg\";s:5:\"width\";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:\"appointment-appointment-book-blur-40568-300x200.jpg\";s:5:\"width\";i: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:\"appointment-appointment-book-blur-40568-768x512.jpg\";s:5:\"width\";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:\"appointment-appointment-book-blur-40568-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5862,3858,'_s2mail','yes'),
(5863,3858,'site-sidebar-layout','default'),
(5864,3858,'site-content-layout','default'),
(5870,3866,'_edit_lock','1537887445:4'),
(5869,3866,'_edit_last','4'),
(5871,3866,'_s2mail','yes'),
(5872,3866,'site-sidebar-layout','default'),
(5873,3866,'site-content-layout','default'),
(5880,2838,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5878,2520,'site-sidebar-layout','default'),
(5879,2520,'site-content-layout','default'),
(5881,2838,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1538394824'),
(5882,3000,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5883,3000,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1538617951'),
(5884,2920,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></div>'),
(5885,2920,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1538705327'),
(5886,3872,'_edit_last','4'),
(5887,3872,'_edit_lock','1539870349:4'),
(5888,3872,'_s2mail','yes'),
(5889,3872,'site-sidebar-layout','default'),
(5890,3872,'site-content-layout','default'),
(5891,3876,'_edit_last','4'),
(5892,3876,'_edit_lock','1548429119:4'),
(5893,3877,'_wp_attached_file','2018/10/Screenshot-6.png'),
(5894,3877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:24:\"2018/10/Screenshot-6.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot-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:24:\"Screenshot-6-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:\"Screenshot-6-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:25:\"Screenshot-6-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:{}}}'),
(5895,3876,'_s2mail','yes'),
(5896,3876,'site-sidebar-layout','default'),
(5897,3876,'site-content-layout','default'),
(5901,3882,'_edit_lock','1543503512:4'),
(5900,3882,'_edit_last','4'),
(5902,3882,'_s2mail','yes'),
(5903,3882,'site-sidebar-layout','default'),
(5904,3882,'site-content-layout','default'),
(5905,3884,'_edit_last','4'),
(5906,3884,'_edit_lock','1542121487:4'),
(5907,3884,'_s2mail','yes'),
(5908,3884,'site-sidebar-layout','default'),
(5909,3884,'site-content-layout','default'),
(5913,3894,'_edit_lock','1544804808:4'),
(5912,3894,'_edit_last','4'),
(5914,3894,'_s2mail','yes'),
(5915,3894,'site-sidebar-layout','default'),
(5916,3894,'site-content-layout','default'),
(5917,3897,'_wp_attached_file','2018/12/advertisement-advertising-font-519.jpg'),
(5918,3897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:46:\"2018/12/advertisement-advertising-font-519.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"advertisement-advertising-font-519-150x150.jpg\";s:5:\"width\";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:\"advertisement-advertising-font-519-300x200.jpg\";s:5:\"width\";i: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:\"advertisement-advertising-font-519-768x512.jpg\";s:5:\"width\";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:\"advertisement-advertising-font-519-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5921,2941,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(5922,2941,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1545997265'),
(5923,2860,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/DtyfiPIHsIg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(5924,2860,'_oembed_time_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','1545997275'),
(5925,3903,'_edit_last','4'),
(5926,3903,'_edit_lock','1547132981:4'),
(5927,3903,'_s2mail','yes'),
(5928,3903,'site-sidebar-layout','default'),
(5929,3903,'site-content-layout','default'),
(5930,3910,'_wp_attached_file','2019/01/asphalt-empty-field-163444.jpg'),
(5931,3910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5076;s:6:\"height\";i:2855;s:4:\"file\";s:38:\"2019/01/asphalt-empty-field-163444.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"asphalt-empty-field-163444-150x150.jpg\";s:5:\"width\";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:\"asphalt-empty-field-163444-300x169.jpg\";s:5:\"width\";i: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:\"asphalt-empty-field-163444-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:\"asphalt-empty-field-163444-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:{}}}'),
(5935,3913,'_edit_lock','1548429077:4'),
(5934,3913,'_edit_last','4'),
(5936,3913,'_s2mail','yes'),
(5937,3913,'site-sidebar-layout','default'),
(5938,3913,'site-content-layout','default'),
(5939,3920,'_wp_attached_file','2019/01/accomplishment-achievement-adults-1059118.jpg'),
(5940,3920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1862;s:4:\"file\";s:53:\"2019/01/accomplishment-achievement-adults-1059118.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"accomplishment-achievement-adults-1059118-150x150.jpg\";s:5:\"width\";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:\"accomplishment-achievement-adults-1059118-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:53:\"accomplishment-achievement-adults-1059118-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:54:\"accomplishment-achievement-adults-1059118-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5946,3924,'_edit_lock','1549566448:4'),
(5945,3924,'_edit_last','4'),
(5947,3924,'_oembed_22bed0ca3b9515297459594ca5af2015','{{unknown}}'),
(5948,3925,'_wp_attached_file','2019/02/close-up-view-indoors-instrument-141966.jpg'),
(5949,3925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5456;s:6:\"height\";i:3064;s:4:\"file\";s:51:\"2019/02/close-up-view-indoors-instrument-141966.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"close-up-view-indoors-instrument-141966-150x150.jpg\";s:5:\"width\";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:\"close-up-view-indoors-instrument-141966-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:51:\"close-up-view-indoors-instrument-141966-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:52:\"close-up-view-indoors-instrument-141966-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:{}}}'),
(5950,3924,'_s2mail','yes'),
(5951,3924,'site-sidebar-layout','default'),
(5952,3924,'site-content-layout','default'),
(5956,3932,'_edit_lock','1550674298:4'),
(5955,3932,'_edit_last','4'),
(5957,3933,'_wp_attached_file','2019/02/spam-964521_1920.jpg'),
(5958,3933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:997;s:4:\"file\";s:28:\"2019/02/spam-964521_1920.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"spam-964521_1920-150x150.jpg\";s:5:\"width\";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:\"spam-964521_1920-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:28:\"spam-964521_1920-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:29:\"spam-964521_1920-1024x532.jpg\";s:5:\"width\";i:1024;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:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5959,3932,'_s2mail','yes'),
(5960,3932,'site-sidebar-layout','default'),
(5961,3932,'site-content-layout','default'),
(5964,3026,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(5965,3026,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1550920929'),
(5966,3937,'_edit_last','4'),
(5967,3937,'_edit_lock','1551801619:4'),
(5968,3937,'_s2mail','yes'),
(5969,3937,'site-sidebar-layout','default'),
(5970,3937,'site-content-layout','default'),
(5971,3940,'_wp_attached_file','2019/03/achievement-adult-agreement-1308780.jpg'),
(5972,3940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3334;s:6:\"height\";i:2905;s:4:\"file\";s:47:\"2019/03/achievement-adult-agreement-1308780.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"achievement-adult-agreement-1308780-150x150.jpg\";s:5:\"width\";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:\"achievement-adult-agreement-1308780-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:47:\"achievement-adult-agreement-1308780-768x669.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"achievement-adult-agreement-1308780-1024x892.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3944,'_edit_lock','1553198741:4'),
(5975,3944,'_edit_last','4'),
(5977,3945,'_wp_attached_file','2019/03/adventure-camera-car-1895578.jpg'),
(5978,3945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3454;s:6:\"height\";i:4317;s:4:\"file\";s:40:\"2019/03/adventure-camera-car-1895578.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"adventure-camera-car-1895578-150x150.jpg\";s:5:\"width\";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:\"adventure-camera-car-1895578-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:40:\"adventure-camera-car-1895578-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:41:\"adventure-camera-car-1895578-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5979,3945,'_wp_attachment_image_alt','headlights'),
(5980,3944,'_s2mail','yes'),
(5981,3944,'site-sidebar-layout','default'),
(5982,3944,'site-content-layout','default'),
(5986,3950,'_edit_lock','1554404588:4'),
(5985,3950,'_edit_last','4'),
(5987,3950,'_s2mail','yes'),
(5988,3950,'site-sidebar-layout','default'),
(5989,3950,'site-content-layout','default'),
(5990,3952,'_edit_last','4'),
(5991,3952,'_edit_lock','1554830560:4'),
(5992,3952,'_s2mail','yes'),
(5993,3952,'site-sidebar-layout','default'),
(5994,3952,'site-content-layout','default'),
(5995,3954,'_wp_attached_file','2019/04/ballpen-blur-close-up-461077-1.jpg'),
(5996,3954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2667;s:4:\"file\";s:42:\"2019/04/ballpen-blur-close-up-461077-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"ballpen-blur-close-up-461077-1-150x150.jpg\";s:5:\"width\";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:\"ballpen-blur-close-up-461077-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:\"ballpen-blur-close-up-461077-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:\"ballpen-blur-close-up-461077-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6000,3959,'_edit_lock','1556638525:4'),
(5999,3959,'_edit_last','4'),
(6001,3959,'_s2mail','yes'),
(6002,3959,'site-sidebar-layout','default'),
(6003,3959,'site-content-layout','default'),
(6004,3964,'_wp_attached_file','2019/04/berries-blueberries-bowl-101669.jpg'),
(6005,3964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:43:\"2019/04/berries-blueberries-bowl-101669.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"berries-blueberries-bowl-101669-150x150.jpg\";s:5:\"width\";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:\"berries-blueberries-bowl-101669-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:\"berries-blueberries-bowl-101669-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:45:\"berries-blueberries-bowl-101669-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6009,3970,'_edit_lock','1559235801:4'),
(6008,3970,'_edit_last','4'),
(6010,3970,'_s2mail','yes'),
(6011,3970,'site-sidebar-layout','default'),
(6012,3970,'site-content-layout','default'),
(6013,3975,'_wp_attached_file','2019/05/cuisine-delicious-dinner-958545.jpg'),
(6014,3975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:2592;s:4:\"file\";s:43:\"2019/05/cuisine-delicious-dinner-958545.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"cuisine-delicious-dinner-958545-150x150.jpg\";s:5:\"width\";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:\"cuisine-delicious-dinner-958545-300x169.jpg\";s:5:\"width\";i: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:\"cuisine-delicious-dinner-958545-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:\"cuisine-delicious-dinner-958545-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:{}}}'),
(6019,2980,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(6020,2980,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1557932312'),
(6021,3981,'_edit_last','4'),
(6022,3981,'_edit_lock','1559156301:4'),
(6023,3982,'_wp_attached_file','2019/05/20190509_141630.jpg'),
(6024,3982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:27:\"2019/05/20190509_141630.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190509_141630-150x150.jpg\";s:5:\"width\";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:\"20190509_141630-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:\"20190509_141630-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:\"20190509_141630-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"SAMSUNG-SM-G935A\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557411390\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00833333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6025,3981,'_s2mail','yes'),
(6026,3981,'site-sidebar-layout','default'),
(6027,3981,'site-content-layout','default'),
(6032,2990,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(6033,2990,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1559529869'),
(6034,3988,'_edit_last','4'),
(6035,3988,'_edit_lock','1560966669:4'),
(6036,3988,'_s2mail','yes'),
(6037,3988,'site-sidebar-layout','default'),
(6038,3988,'site-content-layout','default'),
(6039,3992,'_wp_attached_file','2019/06/art-artistic-background-416832.jpg'),
(6040,3992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:42:\"2019/06/art-artistic-background-416832.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"art-artistic-background-416832-150x150.jpg\";s:5:\"width\";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:\"art-artistic-background-416832-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:42:\"art-artistic-background-416832-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:43:\"art-artistic-background-416832-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6044,3998,'_edit_lock','1562880218:4'),
(6043,3998,'_edit_last','4'),
(6045,3998,'_s2mail','yes'),
(6046,3998,'site-sidebar-layout','default'),
(6047,3998,'site-content-layout','default'),
(6050,3102,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(6051,3102,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1563242137'),
(6052,4007,'_edit_last','4'),
(6053,4007,'_edit_lock','1563471593:4'),
(6054,4007,'_s2mail','yes'),
(6055,4007,'site-sidebar-layout','default'),
(6056,4007,'site-content-layout','default'),
(6063,3160,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(6062,4007,'_aioseop_description','Follow copywriting 101 advice to discuss the benefits to your audience.'),
(6064,3160,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1563501930'),
(6065,4013,'_edit_last','4'),
(6066,4013,'_edit_lock','1564662110:4'),
(6067,4013,'_s2mail','yes'),
(6068,4013,'site-sidebar-layout','default'),
(6069,4013,'site-content-layout','default'),
(6072,3183,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(6073,3183,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1565279167'),
(6074,4022,'_edit_last','4'),
(6075,4022,'_edit_lock','1567709118:4'),
(6076,4022,'_s2mail','yes'),
(6077,4022,'site-sidebar-layout','default'),
(6078,4022,'site-content-layout','default'),
(6082,4031,'_edit_lock','1571842363:4'),
(6081,4031,'_edit_last','4'),
(6083,4031,'_s2mail','yes'),
(6084,4031,'site-sidebar-layout','default'),
(6085,4031,'site-content-layout','default'),
(6086,4034,'_edit_last','4'),
(6087,4034,'_edit_lock','1572878673:4'),
(6088,4035,'_wp_attached_file','2019/10/beauty-cosmetics-depth-of-field-1571585.jpg'),
(6089,4035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6016;s:6:\"height\";i:4016;s:4:\"file\";s:51:\"2019/10/beauty-cosmetics-depth-of-field-1571585.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"beauty-cosmetics-depth-of-field-1571585-150x150.jpg\";s:5:\"width\";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:\"beauty-cosmetics-depth-of-field-1571585-300x200.jpg\";s:5:\"width\";i: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:\"beauty-cosmetics-depth-of-field-1571585-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:\"beauty-cosmetics-depth-of-field-1571585-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6090,4034,'_s2mail','yes'),
(6091,4034,'site-sidebar-layout','default'),
(6092,4034,'site-content-layout','default'),
(6095,2831,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','{{unknown}}'),
(6096,4043,'_edit_last','4'),
(6097,4043,'_edit_lock','1576091051:4'),
(6098,4043,'_s2mail','yes'),
(6099,4043,'site-sidebar-layout','default'),
(6100,4043,'site-content-layout','default'),
(6104,4050,'_edit_lock','1579118598:4'),
(6103,4050,'_edit_last','4'),
(6105,4050,'_s2mail','yes'),
(6106,4050,'site-sidebar-layout','default'),
(6107,4050,'site-content-layout','default'),
(6108,4053,'_wp_attached_file','2020/01/woman-reading-book-to-toddler-1741231.jpg'),
(6109,4053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3861;s:6:\"height\";i:2574;s:4:\"file\";s:49:\"2020/01/woman-reading-book-to-toddler-1741231.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"woman-reading-book-to-toddler-1741231-150x150.jpg\";s:5:\"width\";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:\"woman-reading-book-to-toddler-1741231-300x200.jpg\";s:5:\"width\";i: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:\"woman-reading-book-to-toddler-1741231-768x512.jpg\";s:5:\"width\";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:\"woman-reading-book-to-toddler-1741231-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6112,2846,'_oembed_a0e2d219c9ecf8ae5bb9f3cfbc1cd0e8','{{unknown}}'),
(6113,4058,'_edit_last','4'),
(6114,4058,'_edit_lock','1580997711:4'),
(6115,4059,'_wp_attached_file','2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg'),
(6116,4059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:73:\"2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"man-standing-in-front-of-people-sitting-on-red-chairs-1708936-150x150.jpg\";s:5:\"width\";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:\"man-standing-in-front-of-people-sitting-on-red-chairs-1708936-300x200.jpg\";s:5:\"width\";i: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:\"man-standing-in-front-of-people-sitting-on-red-chairs-1708936-768x512.jpg\";s:5:\"width\";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:\"man-standing-in-front-of-people-sitting-on-red-chairs-1708936-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6117,4058,'_s2mail','yes'),
(6118,4058,'site-sidebar-layout','default'),
(6119,4058,'site-content-layout','default'),
(6128,4058,'_aioseop_description','Reasons why bad events can damage your organization and tips to have a good event.'),
(6130,4065,'_edit_lock','1603720572:4'),
(6129,4065,'_edit_last','4'),
(6131,4066,'_wp_attached_file','2020/02/kaboompics_Woman-preparing-invitations-1.jpg'),
(6132,4066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4982;s:6:\"height\";i:3321;s:4:\"file\";s:52:\"2020/02/kaboompics_Woman-preparing-invitations-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"kaboompics_Woman-preparing-invitations-1-150x150.jpg\";s:5:\"width\";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:\"kaboompics_Woman-preparing-invitations-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:\"kaboompics_Woman-preparing-invitations-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:\"kaboompics_Woman-preparing-invitations-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:27:\"Karolina Grabowska\nSTAFFAGE\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446902243\";s:9:\"copyright\";s:27:\"STAFFAGE Karolina Grabowska\";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:{}}}'),
(6133,4065,'_s2mail','yes'),
(6134,4065,'site-sidebar-layout','default'),
(6135,4065,'site-content-layout','default'),
(6139,4071,'_edit_lock','1582832300:4'),
(6138,4071,'_edit_last','4'),
(6140,4072,'_wp_attached_file','2020/02/ruth-marcus-or-susan-rice.jpg'),
(6141,4072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1224;s:6:\"height\";i:1685;s:4:\"file\";s:37:\"2020/02/ruth-marcus-or-susan-rice.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"ruth-marcus-or-susan-rice-150x150.jpg\";s:5:\"width\";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:\"ruth-marcus-or-susan-rice-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"ruth-marcus-or-susan-rice-768x1057.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1057;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"ruth-marcus-or-susan-rice-744x1024.jpg\";s:5:\"width\";i:744;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6142,4073,'_wp_attached_file','2020/02/WTOP-man.png'),
(6143,4073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2020/02/WTOP-man.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"WTOP-man-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:\"WTOP-man-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:\"WTOP-man-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:\"WTOP-man-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:{}}}'),
(6144,4074,'_wp_attached_file','2020/02/April-lunch.png'),
(6145,4074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2020/02/April-lunch.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"April-lunch-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:\"April-lunch-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:\"April-lunch-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:\"April-lunch-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:{}}}'),
(6146,4075,'_wp_attached_file','2020/02/principle.png'),
(6147,4075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:21:\"2020/02/principle.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"principle-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:\"principle-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:21:\"principle-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:22:\"principle-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:{}}}'),
(6148,4071,'_s2mail','yes'),
(6149,4071,'site-sidebar-layout','default'),
(6150,4071,'site-content-layout','default'),
(6154,4080,'_edit_lock','1584711330:4'),
(6153,4080,'_edit_last','4'),
(6155,4080,'_s2mail','yes'),
(6156,4080,'site-sidebar-layout','default'),
(6157,4080,'site-content-layout','default'),
(6161,4087,'_edit_lock','1586009575:4'),
(6160,4087,'_edit_last','4'),
(6162,4088,'_wp_attached_file','2020/03/20200331_144905_001-e1585682663422.jpg'),
(6163,4088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:46:\"2020/03/20200331_144905_001-e1585682663422.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"20200331_144905_001-e1585682663422-150x150.jpg\";s:5:\"width\";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:\"20200331_144905_001-e1585682663422-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:47:\"20200331_144905_001-e1585682663422-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:47:\"20200331_144905_001-e1585682663422-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;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:16:\"SAMSUNG-SM-G935A\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1585666145\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),
(6164,4088,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:23:\"20200331_144905_001.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"20200331_144905_001-150x150.jpg\";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:31:\"20200331_144905_001-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"20200331_144905_001-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"20200331_144905_001-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(6165,4087,'_s2mail','yes'),
(6166,4087,'site-sidebar-layout','default'),
(6167,4087,'site-content-layout','default'),
(6172,2850,'site-sidebar-layout','default'),
(6173,2850,'site-content-layout','default'),
(6174,4097,'_edit_last','4'),
(6175,4097,'_edit_lock','1587479361:4'),
(6176,4097,'_s2mail','yes'),
(6177,4097,'site-sidebar-layout','default'),
(6178,4097,'site-content-layout','default'),
(6179,4109,'_edit_last','4'),
(6180,4109,'_edit_lock','1595445086:4'),
(6181,4109,'_s2mail','yes'),
(6182,4109,'site-sidebar-layout','default'),
(6183,4109,'site-content-layout','default'),
(6197,2,'_aioseop_keywords',''),
(6198,2,'_aioseop_description',''),
(6199,2,'_aioseop_title',''),
(6200,2,'_aioseop_custom_link',''),
(6201,2,'_aioseop_sitemap_exclude',''),
(6202,2,'_aioseop_disable',''),
(6203,2,'_aioseop_disable_analytics',''),
(6204,2,'_aioseop_noindex',''),
(6205,2,'_aioseop_nofollow',''),
(6206,4119,'slide_title','If you\'re a small to medium size business or a nonprofit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.'),
(6207,4119,'_slide_title','field_5adf3c365d167'),
(6208,4119,'slide_subtitle','These are the primary tools of marketing.'),
(6209,4119,'_slide_subtitle','field_5adf3c4b5d168'),
(6210,4120,'slide_title','If you\'re a small to medium size business or a nonprofit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.'),
(6211,4120,'_slide_title','field_5adf3c365d167'),
(6212,4120,'slide_subtitle','These are the primary tools of marketing.'),
(6213,4120,'_slide_subtitle','field_5adf3c4b5d168'),
(6214,4122,'_edit_last','4'),
(6215,4122,'_edit_lock','1598369521:4'),
(6216,4122,'_aioseop_keywords',''),
(6217,4122,'_aioseop_description',''),
(6218,4122,'_aioseop_title',''),
(6219,4122,'_aioseop_custom_link',''),
(6220,4122,'_aioseop_sitemap_exclude',''),
(6221,4122,'_aioseop_disable',''),
(6222,4122,'_aioseop_disable_analytics',''),
(6223,4122,'_aioseop_noindex',''),
(6224,4122,'_aioseop_nofollow',''),
(6225,4122,'_s2mail','yes'),
(6226,4122,'site-sidebar-layout','default'),
(6227,4122,'site-content-layout','default'),
(6231,4128,'_edit_lock','1600785860:4'),
(6230,4128,'_edit_last','4'),
(6232,4128,'_aioseop_keywords',''),
(6233,4128,'_aioseop_description',''),
(6234,4128,'_aioseop_title',''),
(6235,4128,'_aioseop_custom_link',''),
(6236,4128,'_aioseop_sitemap_exclude',''),
(6237,4128,'_aioseop_disable',''),
(6238,4128,'_aioseop_disable_analytics',''),
(6239,4128,'_aioseop_noindex',''),
(6240,4128,'_aioseop_nofollow',''),
(6241,4128,'_s2mail','yes'),
(6242,4128,'site-sidebar-layout','default'),
(6243,4128,'site-content-layout','default'),
(6244,4131,'_edit_last','4'),
(6245,4131,'_edit_lock','1601667160:4'),
(6246,4131,'_aioseop_keywords',''),
(6247,4131,'_aioseop_description',''),
(6248,4131,'_aioseop_title',''),
(6249,4131,'_aioseop_custom_link',''),
(6250,4131,'_aioseop_sitemap_exclude',''),
(6251,4131,'_aioseop_disable',''),
(6252,4131,'_aioseop_disable_analytics',''),
(6253,4131,'_aioseop_noindex',''),
(6254,4131,'_aioseop_nofollow',''),
(6255,4131,'_s2mail','yes'),
(6256,4131,'site-sidebar-layout','default'),
(6257,4131,'site-content-layout','default'),
(6258,4134,'_wp_attached_file','2020/10/pexels-anna-shvets-4226140.jpg'),
(6259,4134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:38:\"2020/10/pexels-anna-shvets-4226140.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-anna-shvets-4226140-150x150.jpg\";s:5:\"width\";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:\"pexels-anna-shvets-4226140-300x200.jpg\";s:5:\"width\";i: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:\"pexels-anna-shvets-4226140-768x512.jpg\";s:5:\"width\";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:\"pexels-anna-shvets-4226140-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6260,4135,'_wp_attached_file','2020/10/pexels-anna-shvets-4226140-1.jpg'),
(6261,4135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5948;s:6:\"height\";i:3965;s:4:\"file\";s:40:\"2020/10/pexels-anna-shvets-4226140-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"pexels-anna-shvets-4226140-1-150x150.jpg\";s:5:\"width\";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:\"pexels-anna-shvets-4226140-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:\"pexels-anna-shvets-4226140-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:\"pexels-anna-shvets-4226140-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6265,4142,'_edit_lock','1603460078:4'),
(6264,4142,'_edit_last','4'),
(6266,4143,'_wp_attached_file','2020/10/pexels-lukas-684385.jpg'),
(6267,4143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4928;s:6:\"height\";i:3264;s:4:\"file\";s:31:\"2020/10/pexels-lukas-684385.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"pexels-lukas-684385-150x150.jpg\";s:5:\"width\";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:\"pexels-lukas-684385-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:\"pexels-lukas-684385-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:\"pexels-lukas-684385-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6268,4142,'_aioseop_keywords',''),
(6269,4142,'_aioseop_description',''),
(6270,4142,'_aioseop_title',''),
(6271,4142,'_aioseop_custom_link',''),
(6272,4142,'_aioseop_sitemap_exclude',''),
(6273,4142,'_aioseop_disable',''),
(6274,4142,'_aioseop_disable_analytics',''),
(6275,4142,'_aioseop_noindex',''),
(6276,4142,'_aioseop_nofollow',''),
(6277,4142,'_s2mail','yes'),
(6278,4142,'site-sidebar-layout','default'),
(6279,4142,'site-content-layout','default'),
(6294,4148,'_edit_lock','1604670223:4'),
(6293,4148,'_edit_last','4'),
(6284,4065,'_aioseop_keywords',''),
(6285,4065,'_aioseop_description',''),
(6286,4065,'_aioseop_title',''),
(6287,4065,'_aioseop_custom_link',''),
(6288,4065,'_aioseop_sitemap_exclude',''),
(6289,4065,'_aioseop_disable',''),
(6290,4065,'_aioseop_disable_analytics',''),
(6291,4065,'_aioseop_noindex',''),
(6292,4065,'_aioseop_nofollow',''),
(6295,4148,'_aioseop_keywords',''),
(6296,4148,'_aioseop_description',''),
(6297,4148,'_aioseop_title',''),
(6298,4148,'_aioseop_custom_link',''),
(6299,4148,'_aioseop_sitemap_exclude',''),
(6300,4148,'_aioseop_disable',''),
(6301,4148,'_aioseop_disable_analytics',''),
(6302,4148,'_aioseop_noindex',''),
(6303,4148,'_aioseop_nofollow',''),
(6304,4148,'_s2mail','yes'),
(6305,4148,'site-sidebar-layout','default'),
(6306,4148,'site-content-layout','default'),
(6309,2930,'_oembed_a24e49dc2a0aaf1f7fec3c3aa1ba9172','<div class=\"ast-oembed-container\"><iframe width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></div>'),
(6310,2930,'_oembed_time_a24e49dc2a0aaf1f7fec3c3aa1ba9172','1604718771'),
(6311,4157,'_edit_last','4'),
(6312,4157,'_edit_lock','1607609717:4'),
(6313,4157,'_aioseop_keywords',''),
(6314,4157,'_aioseop_description',''),
(6315,4157,'_aioseop_title',''),
(6316,4157,'_aioseop_custom_link',''),
(6317,4157,'_aioseop_sitemap_exclude',''),
(6318,4157,'_aioseop_disable',''),
(6319,4157,'_aioseop_disable_analytics',''),
(6320,4157,'_aioseop_noindex',''),
(6321,4157,'_aioseop_nofollow',''),
(6322,4157,'_s2mail','yes'),
(6323,4157,'site-sidebar-layout','default'),
(6324,4157,'site-content-layout','default'),
(6327,543,'_oembed_8d379ab42ce7ffdcca2b967d5c83f807','{{unknown}}'),
(6328,542,'_oembed_747c6ef8b6b7f125cfa958fcf70b7851','{{unknown}}'),
(6329,541,'_oembed_3c480acb2da70bf172ef09225dd7d442','{{unknown}}'),
(6330,545,'_oembed_56202c0537eb7161ac9c343af5716b9e','{{unknown}}'),
(6331,544,'_oembed_05f45fb466c531da1e1bf2195f8546a9','{{unknown}}'),
(6332,859,'_oembed_898947cbff9863c492f63d253ec7992a','{{unknown}}'),
(6333,4165,'_edit_last','4'),
(6334,4165,'_edit_lock','1610634135:4'),
(6335,4165,'_aioseo_title',NULL),
(6336,4165,'_aioseo_description',NULL),
(6337,4165,'_aioseo_keywords',''),
(6338,4165,'_aioseo_og_title',NULL),
(6339,4165,'_aioseo_og_description',NULL),
(6340,4165,'_aioseo_og_article_section',''),
(6341,4165,'_aioseo_og_article_tags',''),
(6342,4165,'_aioseo_twitter_title',NULL),
(6343,4165,'_aioseo_twitter_description',NULL),
(6344,4165,'_s2mail','yes'),
(6345,4165,'site-sidebar-layout','default'),
(6346,4165,'site-content-layout','default'),
(6347,4167,'_wp_attached_file','2021/01/pexels-olya-kobruseva-5417637.jpg'),
(6348,4167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4016;s:6:\"height\";i:6016;s:4:\"file\";s:41:\"2021/01/pexels-olya-kobruseva-5417637.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"pexels-olya-kobruseva-5417637-150x150.jpg\";s:5:\"width\";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:\"pexels-olya-kobruseva-5417637-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:42:\"pexels-olya-kobruseva-5417637-768x1150.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"pexels-olya-kobruseva-5417637-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6352,4174,'_edit_lock','1613141454:4'),
(6351,4174,'_edit_last','4'),
(6353,4174,'_aioseo_title',NULL),
(6354,4174,'_aioseo_description',NULL),
(6355,4174,'_aioseo_keywords',''),
(6356,4174,'_aioseo_og_title',NULL),
(6357,4174,'_aioseo_og_description',NULL),
(6358,4174,'_aioseo_og_article_section',''),
(6359,4174,'_aioseo_og_article_tags',''),
(6360,4174,'_aioseo_twitter_title',NULL),
(6361,4174,'_aioseo_twitter_description',NULL),
(6362,4174,'_s2mail','yes'),
(6363,4174,'site-sidebar-layout','default'),
(6364,4174,'site-content-layout','default'),
(6368,4181,'_edit_lock','1615559418:4'),
(6367,4181,'_edit_last','4'),
(6369,4181,'_aioseo_title',NULL),
(6370,4181,'_aioseo_description',NULL),
(6371,4181,'_aioseo_keywords',''),
(6372,4181,'_aioseo_og_title',NULL),
(6373,4181,'_aioseo_og_description',NULL),
(6374,4181,'_aioseo_og_article_section',''),
(6375,4181,'_aioseo_og_article_tags',''),
(6376,4181,'_aioseo_twitter_title',NULL),
(6377,4181,'_aioseo_twitter_description',NULL),
(6378,4181,'_s2mail','yes'),
(6379,4181,'site-sidebar-layout','default'),
(6380,4181,'site-content-layout','default'),
(6384,4194,'_edit_lock','1623953961:4'),
(6383,4194,'_edit_last','4'),
(6385,4194,'_aioseo_title',NULL),
(6386,4194,'_aioseo_description',NULL),
(6387,4194,'_aioseo_keywords',''),
(6388,4194,'_aioseo_og_title',NULL),
(6389,4194,'_aioseo_og_description',NULL),
(6390,4194,'_aioseo_og_article_section',''),
(6391,4194,'_aioseo_og_article_tags',''),
(6392,4194,'_aioseo_twitter_title',NULL),
(6393,4194,'_aioseo_twitter_description',NULL),
(6394,4194,'_s2mail','yes'),
(6395,4194,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6396,4194,'site-sidebar-layout','default'),
(6397,4194,'site-content-layout','default'),
(6401,4201,'_edit_lock','1626875724:4'),
(6400,4201,'_edit_last','4'),
(6402,4202,'_wp_attached_file','2021/07/pexels-dmytro-2394051.jpg'),
(6403,4202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:33:\"2021/07/pexels-dmytro-2394051.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pexels-dmytro-2394051-150x150.jpg\";s:5:\"width\";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:\"pexels-dmytro-2394051-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:33:\"pexels-dmytro-2394051-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:34:\"pexels-dmytro-2394051-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"yarpp-thumbnail\";a:4:{s:4:\"file\";s:33:\"pexels-dmytro-2394051-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6404,4201,'_aioseo_title',NULL),
(6405,4201,'_aioseo_description',NULL),
(6406,4201,'_aioseo_keywords',''),
(6407,4201,'_aioseo_og_title',NULL),
(6408,4201,'_aioseo_og_description',NULL),
(6409,4201,'_aioseo_og_article_section',''),
(6410,4201,'_aioseo_og_article_tags',''),
(6411,4201,'_aioseo_twitter_title',NULL),
(6412,4201,'_aioseo_twitter_description',NULL),
(6413,4201,'_s2mail','yes'),
(6414,4201,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6415,4201,'site-sidebar-layout','default'),
(6416,4201,'site-content-layout','default'),
(6420,4211,'_edit_lock','1630002015:4'),
(6419,4211,'_edit_last','4'),
(6421,4211,'_aioseo_title',NULL),
(6422,4211,'_aioseo_description',NULL),
(6423,4211,'_aioseo_keywords',''),
(6424,4211,'_aioseo_og_title',NULL),
(6425,4211,'_aioseo_og_description',NULL),
(6426,4211,'_aioseo_og_article_section',''),
(6427,4211,'_aioseo_og_article_tags',''),
(6428,4211,'_aioseo_twitter_title',NULL),
(6429,4211,'_aioseo_twitter_description',NULL),
(6430,4211,'_s2mail','yes'),
(6431,4211,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6432,4211,'site-sidebar-layout','default'),
(6433,4211,'site-content-layout','default'),
(6437,4216,'_aioseo_title',NULL),
(6436,4216,'_edit_last','4'),
(6448,4216,'site-sidebar-layout','default'),
(6438,4216,'_aioseo_description',NULL),
(6439,4216,'_aioseo_keywords',''),
(6440,4216,'_aioseo_og_title',NULL),
(6441,4216,'_aioseo_og_description',NULL),
(6442,4216,'_aioseo_og_article_section',''),
(6443,4216,'_aioseo_og_article_tags',''),
(6444,4216,'_aioseo_twitter_title',NULL),
(6445,4216,'_aioseo_twitter_description',NULL),
(6446,4216,'_s2mail','yes'),
(6447,4216,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6449,4216,'site-content-layout','default'),
(6450,4216,'_edit_lock','1632322669:4'),
(6451,4218,'_wp_attached_file','2021/09/pexels-yaroslav-shuraev-5608541.jpg'),
(6452,4218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1919;s:4:\"file\";s:43:\"2021/09/pexels-yaroslav-shuraev-5608541.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-yaroslav-shuraev-5608541-150x150.jpg\";s:5:\"width\";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:\"pexels-yaroslav-shuraev-5608541-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:44:\"pexels-yaroslav-shuraev-5608541-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:44:\"pexels-yaroslav-shuraev-5608541-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"yarpp-thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-yaroslav-shuraev-5608541-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6464,4224,'_edit_last','4'),
(6455,18,'_aioseo_title',NULL),
(6456,18,'_aioseo_description',NULL),
(6457,18,'_aioseo_keywords',''),
(6458,18,'_aioseo_og_title',NULL),
(6459,18,'_aioseo_og_description',NULL),
(6460,18,'_aioseo_og_article_section',''),
(6461,18,'_aioseo_og_article_tags',''),
(6462,18,'_aioseo_twitter_title',NULL),
(6463,18,'_aioseo_twitter_description',NULL),
(6465,4224,'_edit_lock','1638290801:4'),
(6466,4224,'_aioseo_title',NULL),
(6467,4224,'_aioseo_description',NULL),
(6468,4224,'_aioseo_keywords',''),
(6469,4224,'_aioseo_og_title',NULL),
(6470,4224,'_aioseo_og_description',NULL),
(6471,4224,'_aioseo_og_article_section',''),
(6472,4224,'_aioseo_og_article_tags',''),
(6473,4224,'_aioseo_twitter_title',NULL),
(6474,4224,'_aioseo_twitter_description',NULL),
(6475,4224,'_s2mail','yes'),
(6476,4224,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6477,4224,'site-sidebar-layout','default'),
(6478,4224,'site-content-layout','default'),
(6482,4232,'_edit_lock','1638364571:4'),
(6481,4232,'_edit_last','4'),
(6483,4232,'_aioseo_title',NULL),
(6484,4232,'_aioseo_description',NULL),
(6485,4232,'_aioseo_keywords',''),
(6486,4232,'_aioseo_og_title',NULL),
(6487,4232,'_aioseo_og_description',NULL),
(6488,4232,'_aioseo_og_article_section',''),
(6489,4232,'_aioseo_og_article_tags',''),
(6490,4232,'_aioseo_twitter_title',NULL),
(6491,4232,'_aioseo_twitter_description',NULL),
(6492,4232,'_s2mail','yes'),
(6493,4232,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6494,4232,'site-sidebar-layout','default'),
(6495,4232,'site-content-layout','default'),
(6499,4239,'_edit_lock','1641930345:4'),
(6498,4239,'_edit_last','4'),
(6500,4239,'_s2mail','yes'),
(6501,4239,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6502,4239,'site-sidebar-layout','default'),
(6503,4239,'site-content-layout','default'),
(6504,4241,'_wp_attached_file','2022/01/pexels-belle-co-1000445.jpg'),
(6505,4241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:35:\"2022/01/pexels-belle-co-1000445.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-belle-co-1000445-150x150.jpg\";s:5:\"width\";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:\"pexels-belle-co-1000445-300x200.jpg\";s:5:\"width\";i: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:\"pexels-belle-co-1000445-768x512.jpg\";s:5:\"width\";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:\"pexels-belle-co-1000445-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"yarpp-thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-belle-co-1000445-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6508,4248,'slide_title','If you\'re a small to medium size business or a nonprofit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.'),
(6509,4248,'_slide_title','field_5adf3c365d167'),
(6510,4248,'slide_subtitle','These are the primary tools of marketing.'),
(6511,4248,'_slide_subtitle','field_5adf3c4b5d168'),
(6517,4251,'_edit_last','4'),
(6518,4251,'_edit_lock','1645623649:4'),
(6519,4251,'_s2mail','yes'),
(6520,4251,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6521,4251,'site-sidebar-layout','default'),
(6522,4251,'site-content-layout','default'),
(6531,4261,'_s2mail','yes'),
(6532,4261,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6533,4261,'site-sidebar-layout','default'),
(6534,4261,'site-content-layout','default'),
(6538,4271,'_edit_lock','1653500606:4'),
(6537,4271,'_edit_last','4'),
(6539,4272,'_wp_attached_file','2022/05/pexels-rodnae-productions-76480341.jpg'),
(6540,4272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6100;s:6:\"height\";i:4067;s:4:\"file\";s:46:\"2022/05/pexels-rodnae-productions-76480341.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"pexels-rodnae-productions-76480341-150x150.jpg\";s:5:\"width\";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:\"pexels-rodnae-productions-76480341-300x200.jpg\";s:5:\"width\";i: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:\"pexels-rodnae-productions-76480341-768x512.jpg\";s:5:\"width\";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:\"pexels-rodnae-productions-76480341-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"yarpp-thumbnail\";a:4:{s:4:\"file\";s:46:\"pexels-rodnae-productions-76480341-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6541,4271,'_s2mail','yes'),
(6542,4271,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6543,4271,'site-sidebar-layout','default'),
(6544,4271,'site-content-layout','default'),
(6547,4303,'_edit_last','4'),
(6548,4303,'_edit_lock','1673545655:4'),
(6549,4303,'_s2mail','no'),
(6550,4303,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6551,4303,'site-sidebar-layout','default'),
(6552,4303,'site-content-layout','default'),
(6556,4327,'_edit_lock','1689713184:4'),
(6555,4327,'_edit_last','4'),
(6557,4327,'_s2mail','yes'),
(6558,4327,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6559,4327,'site-sidebar-layout','default'),
(6560,4327,'site-content-layout','default'),
(6561,4329,'_wp_attached_file','2023/07/pexels-fauxels-3184292.jpg'),
(6562,4329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:3374;s:4:\"file\";s:34:\"2023/07/pexels-fauxels-3184292.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-fauxels-3184292-150x150.jpg\";s:5:\"width\";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:\"pexels-fauxels-3184292-300x169.jpg\";s:5:\"width\";i: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:\"pexels-fauxels-3184292-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:\"pexels-fauxels-3184292-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"yarpp-thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-fauxels-3184292-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6568,4391,'_edit_last','4'),
(6567,4391,'_edit_lock','1737661875:4'),
(6569,4391,'_s2mail','yes'),
(6570,4391,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(6571,4391,'site-sidebar-layout','default'),
(6572,4391,'site-content-layout','default'),
(6575,2925,'_oembed_88f92fc3f2cababd1ed9284223fbb83d','<div class=\"ast-oembed-container\"><iframe title=\"You keep using that word.\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></div>'),
(6576,2925,'_oembed_time_88f92fc3f2cababd1ed9284223fbb83d','1745889734'),
(6577,2817,'_oembed_831f987c13c2b2bd0545dc60e8de5677','{{unknown}}'),
(6578,2881,'_oembed_88f92fc3f2cababd1ed9284223fbb83d','<div class=\"ast-oembed-container\"><iframe title=\"You keep using that word.\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></div>'),
(6579,2881,'_oembed_time_88f92fc3f2cababd1ed9284223fbb83d','1745912364'),
(6580,2908,'_oembed_88f92fc3f2cababd1ed9284223fbb83d','<div class=\"ast-oembed-container\"><iframe title=\"You keep using that word.\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></div>'),
(6581,2908,'_oembed_time_88f92fc3f2cababd1ed9284223fbb83d','1745966832'),
(6582,3778,'_oembed_831f987c13c2b2bd0545dc60e8de5677','{{unknown}}'),
(6583,2828,'_oembed_831f987c13c2b2bd0545dc60e8de5677','{{unknown}}'),
(6584,545,'_oembed_7d29746917538e00f93acc1ffe42b4b6','{{unknown}}'),
(6585,544,'_oembed_f029631e876d29231e9d4230b8ba66a9','{{unknown}}'),
(6586,542,'_oembed_7caae286653eb1d70511811b6a5564fd','{{unknown}}'),
(6587,543,'_oembed_f5ae5fd090d3c4d761e10abb7376e1dd','{{unknown}}'),
(6588,2920,'_oembed_88f92fc3f2cababd1ed9284223fbb83d','<div class=\"ast-oembed-container\"><iframe title=\"You keep using that word.\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></div>'),
(6589,2920,'_oembed_time_88f92fc3f2cababd1ed9284223fbb83d','1747442852'),
(6590,859,'_oembed_15cb4a21f4d89bffc842f2658932676b','{{unknown}}'),
(6591,541,'_oembed_e794642e5e3d694e1287fb1b10d8fff4','{{unknown}}'),
(6592,24,'site-sidebar-layout','default'),
(6593,24,'site-content-layout','default'),
(6597,1501,'pdfprnt_count_generation','233'),
(6596,190,'pdfprnt_count_generation','241'),
(6598,709,'pdfprnt_count_generation','283'),
(6599,136,'pdfprnt_count_generation','270'),
(6600,2688,'pdfprnt_count_generation','213'),
(6601,2338,'pdfprnt_count_generation','347'),
(6602,1802,'pdfprnt_count_generation','189'),
(6603,2302,'pdfprnt_count_generation','242'),
(6604,2595,'pdfprnt_count_generation','183'),
(6605,3106,'pdfprnt_count_generation','220'),
(6606,399,'pdfprnt_count_generation','172'),
(6607,2323,'pdfprnt_count_generation','213'),
(6608,1929,'pdfprnt_count_generation','340'),
(6609,1123,'pdfprnt_count_generation','246'),
(6610,3293,'pdfprnt_count_generation','239'),
(6611,192,'pdfprnt_count_generation','269'),
(6612,420,'pdfprnt_count_generation','317'),
(6613,3229,'pdfprnt_count_generation','336'),
(6614,2950,'pdfprnt_count_generation','250'),
(6615,233,'pdfprnt_count_generation','207'),
(6616,736,'pdfprnt_count_generation','444'),
(6617,2300,'pdfprnt_count_generation','511'),
(6618,47,'pdfprnt_count_generation','376'),
(6619,2369,'pdfprnt_count_generation','362'),
(6620,934,'pdfprnt_count_generation','232'),
(6621,2652,'pdfprnt_count_generation','394'),
(6622,705,'pdfprnt_count_generation','670'),
(6623,834,'pdfprnt_count_generation','203'),
(6624,3387,'pdfprnt_count_generation','255'),
(6625,1774,'pdfprnt_count_generation','295'),
(6626,1296,'pdfprnt_count_generation','308'),
(6627,3391,'pdfprnt_count_generation','352'),
(6628,2747,'pdfprnt_count_generation','248'),
(6629,1299,'pdfprnt_count_generation','227'),
(6630,1061,'pdfprnt_count_generation','236'),
(6631,2955,'pdfprnt_count_generation','251'),
(6632,667,'pdfprnt_count_generation','256'),
(6633,2535,'pdfprnt_count_generation','433'),
(6634,4174,'pdfprnt_count_generation','286'),
(6635,1665,'pdfprnt_count_generation','319'),
(6636,2726,'pdfprnt_count_generation','329'),
(6637,3371,'pdfprnt_count_generation','323'),
(6638,3083,'pdfprnt_count_generation','403'),
(6639,1321,'pdfprnt_count_generation','302'),
(6640,1295,'pdfprnt_count_generation','288'),
(6641,2730,'pdfprnt_count_generation','242'),
(6642,2772,'pdfprnt_count_generation','375'),
(6643,1808,'pdfprnt_count_generation','295'),
(6644,2722,'pdfprnt_count_generation','368'),
(6645,3691,'pdfprnt_count_generation','239'),
(6646,1627,'pdfprnt_count_generation','217'),
(6647,140,'pdfprnt_count_generation','199'),
(6648,975,'pdfprnt_count_generation','246'),
(6649,2000,'pdfprnt_count_generation','296'),
(6650,3089,'pdfprnt_count_generation','251'),
(6651,3333,'pdfprnt_count_generation','368'),
(6652,1642,'pdfprnt_count_generation','345'),
(6653,504,'pdfprnt_count_generation','206'),
(6654,2487,'pdfprnt_count_generation','196'),
(6655,166,'pdfprnt_count_generation','231'),
(6656,413,'pdfprnt_count_generation','224'),
(6657,2401,'pdfprnt_count_generation','255'),
(6658,1496,'pdfprnt_count_generation','198'),
(6659,514,'pdfprnt_count_generation','575'),
(6660,2901,'pdfprnt_count_generation','433'),
(6661,1526,'pdfprnt_count_generation','283'),
(6662,1260,'pdfprnt_count_generation','167'),
(6663,2630,'pdfprnt_count_generation','277'),
(6664,1231,'pdfprnt_count_generation','269'),
(6665,338,'pdfprnt_count_generation','183'),
(6666,2160,'pdfprnt_count_generation','219'),
(6667,3458,'pdfprnt_count_generation','278'),
(6668,766,'pdfprnt_count_generation','418'),
(6669,1256,'pdfprnt_count_generation','255'),
(6670,684,'pdfprnt_count_generation','202'),
(6671,31,'pdfprnt_count_generation','297'),
(6672,3913,'pdfprnt_count_generation','221'),
(6673,778,'pdfprnt_count_generation','358'),
(6674,3944,'pdfprnt_count_generation','303'),
(6675,889,'pdfprnt_count_generation','199'),
(6676,643,'pdfprnt_count_generation','229'),
(6677,2306,'pdfprnt_count_generation','424'),
(6678,940,'pdfprnt_count_generation','310'),
(6679,374,'pdfprnt_count_generation','192'),
(6680,2260,'pdfprnt_count_generation','307'),
(6681,3366,'pdfprnt_count_generation','222'),
(6682,1872,'pdfprnt_count_generation','331'),
(6683,995,'pdfprnt_count_generation','252'),
(6684,2237,'pdfprnt_count_generation','368'),
(6685,723,'pdfprnt_count_generation','204'),
(6686,3609,'pdfprnt_count_generation','394'),
(6687,3952,'pdfprnt_count_generation','255'),
(6688,330,'pdfprnt_count_generation','204'),
(6689,365,'pdfprnt_count_generation','173'),
(6690,2881,'pdfprnt_count_generation','580'),
(6691,1413,'pdfprnt_count_generation','208'),
(6692,1477,'pdfprnt_count_generation','183'),
(6693,306,'pdfprnt_count_generation','257'),
(6694,751,'pdfprnt_count_generation','228'),
(6695,727,'pdfprnt_count_generation','467'),
(6696,1036,'pdfprnt_count_generation','237'),
(6697,3817,'pdfprnt_count_generation','252'),
(6698,2403,'pdfprnt_count_generation','237'),
(6699,2660,'pdfprnt_count_generation','333'),
(6700,1305,'pdfprnt_count_generation','245'),
(6701,3043,'pdfprnt_count_generation','264'),
(6702,2549,'pdfprnt_count_generation','371'),
(6703,2568,'pdfprnt_count_generation','199'),
(6704,2522,'pdfprnt_count_generation','304'),
(6705,148,'pdfprnt_count_generation','236'),
(6706,2424,'pdfprnt_count_generation','278'),
(6707,3539,'pdfprnt_count_generation','232'),
(6708,1032,'pdfprnt_count_generation','200'),
(6709,1261,'pdfprnt_count_generation','241'),
(6710,3114,'pdfprnt_count_generation','204'),
(6711,1760,'pdfprnt_count_generation','220'),
(6712,2941,'pdfprnt_count_generation','302'),
(6713,360,'pdfprnt_count_generation','241'),
(6714,3697,'pdfprnt_count_generation','375'),
(6715,2023,'pdfprnt_count_generation','213'),
(6716,1988,'pdfprnt_count_generation','254'),
(6717,3290,'pdfprnt_count_generation','221'),
(6718,1026,'pdfprnt_count_generation','242'),
(6719,1074,'pdfprnt_count_generation','248'),
(6720,1159,'pdfprnt_count_generation','408'),
(6721,1517,'pdfprnt_count_generation','252'),
(6722,747,'pdfprnt_count_generation','293'),
(6723,2656,'pdfprnt_count_generation','274'),
(6724,3344,'pdfprnt_count_generation','277'),
(6725,3179,'pdfprnt_count_generation','623'),
(6726,1320,'pdfprnt_count_generation','260'),
(6727,1029,'pdfprnt_count_generation','201'),
(6728,2453,'pdfprnt_count_generation','250'),
(6729,2390,'pdfprnt_count_generation','256'),
(6730,242,'pdfprnt_count_generation','316'),
(6731,2294,'pdfprnt_count_generation','276'),
(6732,2823,'pdfprnt_count_generation','225'),
(6733,424,'pdfprnt_count_generation','244'),
(6734,3833,'pdfprnt_count_generation','209'),
(6735,3932,'pdfprnt_count_generation','981'),
(6736,1705,'pdfprnt_count_generation','212'),
(6737,1950,'pdfprnt_count_generation','248'),
(6738,1246,'pdfprnt_count_generation','218'),
(6739,1047,'pdfprnt_count_generation','201'),
(6740,1239,'pdfprnt_count_generation','425'),
(6741,1662,'pdfprnt_count_generation','252'),
(6742,2125,'pdfprnt_count_generation','272'),
(6743,1684,'pdfprnt_count_generation','272'),
(6744,475,'pdfprnt_count_generation','392'),
(6745,911,'pdfprnt_count_generation','247'),
(6746,2798,'pdfprnt_count_generation','207'),
(6747,1254,'pdfprnt_count_generation','284'),
(6748,2587,'pdfprnt_count_generation','342'),
(6749,2270,'pdfprnt_count_generation','684'),
(6750,2480,'pdfprnt_count_generation','241'),
(6751,3444,'pdfprnt_count_generation','269'),
(6752,792,'pdfprnt_count_generation','302'),
(6753,1599,'pdfprnt_count_generation','307'),
(6754,2557,'pdfprnt_count_generation','231'),
(6755,2571,'pdfprnt_count_generation','318'),
(6756,406,'pdfprnt_count_generation','204'),
(6757,1200,'pdfprnt_count_generation','305'),
(6758,3000,'pdfprnt_count_generation','237'),
(6759,494,'pdfprnt_count_generation','224'),
(6760,1131,'pdfprnt_count_generation','286'),
(6761,3631,'pdfprnt_count_generation','301'),
(6762,1711,'pdfprnt_count_generation','208'),
(6763,1618,'pdfprnt_count_generation','217'),
(6764,3318,'pdfprnt_count_generation','222'),
(6765,1052,'pdfprnt_count_generation','283'),
(6766,2774,'pdfprnt_count_generation','344'),
(6767,2415,'pdfprnt_count_generation','211'),
(6768,1589,'pdfprnt_count_generation','304'),
(6769,285,'pdfprnt_count_generation','269'),
(6770,797,'pdfprnt_count_generation','201'),
(6771,586,'pdfprnt_count_generation','199'),
(6772,1205,'pdfprnt_count_generation','382'),
(6773,4065,'pdfprnt_count_generation','231'),
(6774,894,'pdfprnt_count_generation','247'),
(6775,572,'pdfprnt_count_generation','360'),
(6776,3937,'pdfprnt_count_generation','216'),
(6777,1726,'pdfprnt_count_generation','310'),
(6778,2838,'pdfprnt_count_generation','201'),
(6779,435,'pdfprnt_count_generation','256'),
(6780,3836,'pdfprnt_count_generation','235'),
(6781,3572,'pdfprnt_count_generation','265'),
(6782,3046,'pdfprnt_count_generation','400'),
(6783,3470,'pdfprnt_count_generation','317'),
(6784,1322,'pdfprnt_count_generation','280'),
(6785,2705,'pdfprnt_count_generation','269'),
(6786,860,'pdfprnt_count_generation','221'),
(6787,1225,'pdfprnt_count_generation','367'),
(6788,1108,'pdfprnt_count_generation','454'),
(6789,3057,'pdfprnt_count_generation','229'),
(6790,501,'pdfprnt_count_generation','169'),
(6791,2697,'pdfprnt_count_generation','349'),
(6792,3121,'pdfprnt_count_generation','260'),
(6793,4224,'pdfprnt_count_generation','391'),
(6794,785,'pdfprnt_count_generation','203'),
(6795,2965,'pdfprnt_count_generation','229'),
(6796,1417,'pdfprnt_count_generation','219'),
(6797,3009,'pdfprnt_count_generation','192'),
(6798,173,'pdfprnt_count_generation','193'),
(6799,4391,'pdfprnt_count_generation','642'),
(6800,1473,'pdfprnt_count_generation','223'),
(6801,550,'pdfprnt_count_generation','256'),
(6802,656,'pdfprnt_count_generation','277'),
(6803,1279,'pdfprnt_count_generation','214'),
(6804,945,'pdfprnt_count_generation','225'),
(6805,3903,'pdfprnt_count_generation','236'),
(6806,1634,'pdfprnt_count_generation','223'),
(6807,1267,'pdfprnt_count_generation','271'),
(6808,3348,'pdfprnt_count_generation','328'),
(6809,1738,'pdfprnt_count_generation','294'),
(6810,907,'pdfprnt_count_generation','196'),
(6811,402,'pdfprnt_count_generation','294'),
(6812,3797,'pdfprnt_count_generation','216'),
(6813,2434,'pdfprnt_count_generation','245'),
(6814,2759,'pdfprnt_count_generation','203'),
(6815,1422,'pdfprnt_count_generation','242'),
(6816,2242,'pdfprnt_count_generation','256'),
(6817,1412,'pdfprnt_count_generation','296'),
(6818,2672,'pdfprnt_count_generation','193'),
(6819,1111,'pdfprnt_count_generation','197'),
(6820,468,'pdfprnt_count_generation','265'),
(6821,1249,'pdfprnt_count_generation','243'),
(6822,1236,'pdfprnt_count_generation','329'),
(6823,2381,'pdfprnt_count_generation','296'),
(6824,2475,'pdfprnt_count_generation','215'),
(6825,2783,'pdfprnt_count_generation','218'),
(6826,3092,'pdfprnt_count_generation','259'),
(6827,3490,'pdfprnt_count_generation','272'),
(6828,2860,'pdfprnt_count_generation','222'),
(6829,2033,'pdfprnt_count_generation','180'),
(6830,1549,'pdfprnt_count_generation','184'),
(6831,2623,'pdfprnt_count_generation','248'),
(6832,308,'pdfprnt_count_generation','188'),
(6833,3405,'pdfprnt_count_generation','280'),
(6834,1615,'pdfprnt_count_generation','235'),
(6835,1411,'pdfprnt_count_generation','195'),
(6836,240,'pdfprnt_count_generation','201'),
(6837,4157,'pdfprnt_count_generation','273'),
(6838,1503,'pdfprnt_count_generation','244'),
(6839,4122,'pdfprnt_count_generation','278'),
(6840,3778,'pdfprnt_count_generation','313'),
(6841,1266,'pdfprnt_count_generation','195'),
(6842,897,'pdfprnt_count_generation','233'),
(6843,1195,'pdfprnt_count_generation','278'),
(6844,3134,'pdfprnt_count_generation','526'),
(6845,1697,'pdfprnt_count_generation','212'),
(6846,201,'pdfprnt_count_generation','181'),
(6847,3075,'pdfprnt_count_generation','231'),
(6848,2184,'pdfprnt_count_generation','241'),
(6849,1302,'pdfprnt_count_generation','168'),
(6850,1747,'pdfprnt_count_generation','282'),
(6851,2245,'pdfprnt_count_generation','232'),
(6852,4251,'pdfprnt_count_generation','462'),
(6853,2683,'pdfprnt_count_generation','315'),
(6854,3536,'pdfprnt_count_generation','284'),
(6855,651,'pdfprnt_count_generation','209'),
(6856,904,'pdfprnt_count_generation','221'),
(6857,1072,'pdfprnt_count_generation','466'),
(6858,163,'pdfprnt_count_generation','240'),
(6859,2734,'pdfprnt_count_generation','393'),
(6860,3826,'pdfprnt_count_generation','447'),
(6861,2639,'pdfprnt_count_generation','294'),
(6862,1568,'pdfprnt_count_generation','219'),
(6863,481,'pdfprnt_count_generation','226'),
(6864,3546,'pdfprnt_count_generation','430'),
(6865,1222,'pdfprnt_count_generation','264'),
(6866,61,'pdfprnt_count_generation','425'),
(6867,4271,'pdfprnt_count_generation','534'),
(6868,3587,'pdfprnt_count_generation','296'),
(6869,3679,'pdfprnt_count_generation','286'),
(6870,1529,'pdfprnt_count_generation','221'),
(6871,2352,'pdfprnt_count_generation','340'),
(6872,3998,'pdfprnt_count_generation','316'),
(6873,1485,'pdfprnt_count_generation','222'),
(6874,4261,'pdfprnt_count_generation','441'),
(6875,3959,'pdfprnt_count_generation','252'),
(6876,3213,'pdfprnt_count_generation','235'),
(6877,4303,'pdfprnt_count_generation','448'),
(6878,2099,'pdfprnt_count_generation','261'),
(6879,2846,'pdfprnt_count_generation','319'),
(6880,2530,'pdfprnt_count_generation','279'),
(6881,1622,'pdfprnt_count_generation','319'),
(6882,1288,'pdfprnt_count_generation','319'),
(6883,371,'pdfprnt_count_generation','232'),
(6884,1164,'pdfprnt_count_generation','220'),
(6885,1806,'pdfprnt_count_generation','255'),
(6886,3452,'pdfprnt_count_generation','380'),
(6887,2817,'pdfprnt_count_generation','251'),
(6888,991,'pdfprnt_count_generation','213'),
(6889,2163,'pdfprnt_count_generation','233'),
(6890,2930,'pdfprnt_count_generation','207'),
(6891,1860,'pdfprnt_count_generation','210'),
(6892,1170,'pdfprnt_count_generation','210'),
(6893,4034,'pdfprnt_count_generation','283'),
(6894,1893,'pdfprnt_count_generation','217'),
(6895,1653,'pdfprnt_count_generation','155'),
(6896,2008,'pdfprnt_count_generation','259'),
(6897,3431,'pdfprnt_count_generation','244'),
(6898,1521,'pdfprnt_count_generation','207'),
(6899,1820,'pdfprnt_count_generation','184'),
(6900,2501,'pdfprnt_count_generation','286'),
(6901,2387,'pdfprnt_count_generation','210'),
(6902,2552,'pdfprnt_count_generation','248'),
(6903,2327,'pdfprnt_count_generation','480'),
(6904,4327,'pdfprnt_count_generation','545'),
(6905,2143,'pdfprnt_count_generation','251'),
(6906,3981,'pdfprnt_count_generation','236'),
(6907,2298,'pdfprnt_count_generation','188'),
(6908,828,'pdfprnt_count_generation','226'),
(6909,802,'pdfprnt_count_generation','329'),
(6910,2079,'pdfprnt_count_generation','216'),
(6911,1218,'pdfprnt_count_generation','256'),
(6912,4232,'pdfprnt_count_generation','494'),
(6913,3559,'pdfprnt_count_generation','221'),
(6914,3507,'pdfprnt_count_generation','250'),
(6915,1564,'pdfprnt_count_generation','321'),
(6916,2581,'pdfprnt_count_generation','318'),
(6917,732,'pdfprnt_count_generation','270'),
(6918,499,'pdfprnt_count_generation','335'),
(6919,2805,'pdfprnt_count_generation','235'),
(6920,1310,'pdfprnt_count_generation','212'),
(6921,1301,'pdfprnt_count_generation','288'),
(6922,1903,'pdfprnt_count_generation','220'),
(6923,2904,'pdfprnt_count_generation','184'),
(6924,1275,'pdfprnt_count_generation','192'),
(6925,677,'pdfprnt_count_generation','621'),
(6926,663,'pdfprnt_count_generation','189'),
(6927,1257,'pdfprnt_count_generation','214'),
(6928,177,'pdfprnt_count_generation','195'),
(6929,3170,'pdfprnt_count_generation','223'),
(6930,2573,'pdfprnt_count_generation','204'),
(6931,2616,'pdfprnt_count_generation','298'),
(6932,1251,'pdfprnt_count_generation','375'),
(6933,2111,'pdfprnt_count_generation','229'),
(6934,2208,'pdfprnt_count_generation','253'),
(6935,3511,'pdfprnt_count_generation','273'),
(6936,1313,'pdfprnt_count_generation','260'),
(6937,3597,'pdfprnt_count_generation','283'),
(6938,1012,'pdfprnt_count_generation','215'),
(6939,283,'pdfprnt_count_generation','245'),
(6940,268,'pdfprnt_count_generation','324'),
(6941,561,'pdfprnt_count_generation','183'),
(6942,1408,'pdfprnt_count_generation','188'),
(6943,3149,'pdfprnt_count_generation','220'),
(6944,3585,'pdfprnt_count_generation','258'),
(6945,1466,'pdfprnt_count_generation','227'),
(6946,1552,'pdfprnt_count_generation','243'),
(6947,1524,'pdfprnt_count_generation','238'),
(6948,1674,'pdfprnt_count_generation','216'),
(6949,1791,'pdfprnt_count_generation','395'),
(6950,1890,'pdfprnt_count_generation','311'),
(6951,2055,'pdfprnt_count_generation','284'),
(6952,2139,'pdfprnt_count_generation','228'),
(6953,2214,'pdfprnt_count_generation','214'),
(6954,2218,'pdfprnt_count_generation','258'),
(6955,2362,'pdfprnt_count_generation','329'),
(6956,2467,'pdfprnt_count_generation','206'),
(6957,2649,'pdfprnt_count_generation','228'),
(6958,2665,'pdfprnt_count_generation','319'),
(6959,2692,'pdfprnt_count_generation','291'),
(6960,3016,'pdfprnt_count_generation','262'),
(6961,3020,'pdfprnt_count_generation','254'),
(6962,3102,'pdfprnt_count_generation','257'),
(6963,3117,'pdfprnt_count_generation','273'),
(6964,2646,'pdfprnt_count_generation','303'),
(6965,3189,'pdfprnt_count_generation','231'),
(6966,3277,'pdfprnt_count_generation','323'),
(6967,3271,'pdfprnt_count_generation','236'),
(6968,3295,'pdfprnt_count_generation','318'),
(6969,3307,'pdfprnt_count_generation','232'),
(6970,3323,'pdfprnt_count_generation','324'),
(6971,3412,'pdfprnt_count_generation','259'),
(6972,3438,'pdfprnt_count_generation','329'),
(6973,1095,'pdfprnt_count_generation','263'),
(6974,2945,'pdfprnt_count_generation','232'),
(6975,1282,'pdfprnt_count_generation','182'),
(6976,3400,'pdfprnt_count_generation','230'),
(6977,2044,'pdfprnt_count_generation','309'),
(6978,2418,'pdfprnt_count_generation','250'),
(6979,1315,'pdfprnt_count_generation','231'),
(6980,225,'pdfprnt_count_generation','170'),
(6981,3456,'pdfprnt_count_generation','241'),
(6982,257,'pdfprnt_count_generation','244'),
(6983,316,'pdfprnt_count_generation','210'),
(6984,1304,'pdfprnt_count_generation','226'),
(6985,536,'pdfprnt_count_generation','281'),
(6986,2984,'pdfprnt_count_generation','209'),
(6987,1554,'pdfprnt_count_generation','249'),
(6988,3192,'pdfprnt_count_generation','358'),
(6989,743,'pdfprnt_count_generation','262'),
(6990,3265,'pdfprnt_count_generation','449'),
(6991,1414,'pdfprnt_count_generation','209'),
(6992,2206,'pdfprnt_count_generation','205'),
(6993,3055,'pdfprnt_count_generation','231'),
(6994,3617,'pdfprnt_count_generation','360'),
(6995,1252,'pdfprnt_count_generation','208'),
(6996,30,'pdfprnt_count_generation','330'),
(6997,1271,'pdfprnt_count_generation','197'),
(6998,1281,'pdfprnt_count_generation','258'),
(6999,1276,'pdfprnt_count_generation','215'),
(7000,1292,'pdfprnt_count_generation','241'),
(7001,247,'pdfprnt_count_generation','211'),
(7002,303,'pdfprnt_count_generation','256'),
(7003,850,'pdfprnt_count_generation','214'),
(7004,1823,'pdfprnt_count_generation','222'),
(7005,1460,'pdfprnt_count_generation','331'),
(7006,4080,'pdfprnt_count_generation','222'),
(7007,2155,'pdfprnt_count_generation','228'),
(7008,2290,'pdfprnt_count_generation','282'),
(7009,2527,'pdfprnt_count_generation','216'),
(7010,3031,'pdfprnt_count_generation','271'),
(7011,1265,'pdfprnt_count_generation','227'),
(7012,1274,'pdfprnt_count_generation','264'),
(7013,1690,'pdfprnt_count_generation','330'),
(7014,196,'pdfprnt_count_generation','202'),
(7015,217,'pdfprnt_count_generation','243'),
(7016,3811,'pdfprnt_count_generation','240'),
(7017,205,'pdfprnt_count_generation','226'),
(7018,2994,'pdfprnt_count_generation','182'),
(7019,3160,'pdfprnt_count_generation','406'),
(7020,1482,'pdfprnt_count_generation','223'),
(7021,1509,'pdfprnt_count_generation','346'),
(7022,1540,'pdfprnt_count_generation','338'),
(7023,219,'pdfprnt_count_generation','173'),
(7024,2539,'pdfprnt_count_generation','273'),
(7025,1533,'pdfprnt_count_generation','304'),
(7026,1608,'pdfprnt_count_generation','321'),
(7027,1573,'pdfprnt_count_generation','280'),
(7028,453,'pdfprnt_count_generation','195'),
(7029,1604,'pdfprnt_count_generation','386'),
(7030,447,'pdfprnt_count_generation','186'),
(7031,557,'pdfprnt_count_generation','203'),
(7032,2074,'pdfprnt_count_generation','251'),
(7033,581,'pdfprnt_count_generation','225'),
(7034,2397,'pdfprnt_count_generation','368'),
(7035,2332,'pdfprnt_count_generation','342'),
(7036,3259,'pdfprnt_count_generation','289'),
(7037,3063,'pdfprnt_count_generation','213'),
(7038,1702,'pdfprnt_count_generation','226'),
(7039,3449,'pdfprnt_count_generation','262'),
(7040,3532,'pdfprnt_count_generation','287'),
(7041,4194,'pdfprnt_count_generation','309'),
(7042,4201,'pdfprnt_count_generation','284'),
(7043,2742,'pdfprnt_count_generation','259'),
(7044,2330,'pdfprnt_count_generation','435'),
(7045,2212,'pdfprnt_count_generation','381'),
(7046,2436,'pdfprnt_count_generation','170'),
(7047,1286,'pdfprnt_count_generation','197'),
(7048,2120,'pdfprnt_count_generation','178'),
(7049,1004,'pdfprnt_count_generation','275'),
(7050,1958,'pdfprnt_count_generation','284'),
(7051,2547,'pdfprnt_count_generation','268'),
(7052,968,'pdfprnt_count_generation','193'),
(7053,1797,'pdfprnt_count_generation','296'),
(7054,1253,'pdfprnt_count_generation','240'),
(7055,1242,'pdfprnt_count_generation','282'),
(7056,1247,'pdfprnt_count_generation','194'),
(7057,1244,'pdfprnt_count_generation','220'),
(7058,1448,'pdfprnt_count_generation','289'),
(7059,2089,'pdfprnt_count_generation','220'),
(7060,1452,'pdfprnt_count_generation','282'),
(7061,1306,'pdfprnt_count_generation','247'),
(7062,546,'pdfprnt_count_generation','225'),
(7063,1922,'pdfprnt_count_generation','197'),
(7064,961,'pdfprnt_count_generation','202'),
(7065,3666,'pdfprnt_count_generation','291'),
(7066,463,'pdfprnt_count_generation','454'),
(7067,1446,'pdfprnt_count_generation','264'),
(7068,2408,'pdfprnt_count_generation','294'),
(7069,1585,'pdfprnt_count_generation','214'),
(7070,1624,'pdfprnt_count_generation','228'),
(7071,2094,'pdfprnt_count_generation','233'),
(7072,631,'pdfprnt_count_generation','266'),
(7073,4165,'pdfprnt_count_generation','347'),
(7074,340,'pdfprnt_count_generation','205'),
(7075,3237,'pdfprnt_count_generation','219'),
(7076,2632,'pdfprnt_count_generation','463'),
(7077,3624,'pdfprnt_count_generation','211'),
(7078,3614,'pdfprnt_count_generation','349'),
(7079,614,'pdfprnt_count_generation','335'),
(7080,2793,'pdfprnt_count_generation','199'),
(7081,2920,'pdfprnt_count_generation','400'),
(7082,2431,'pdfprnt_count_generation','406'),
(7083,1240,'pdfprnt_count_generation','314'),
(7084,1264,'pdfprnt_count_generation','258'),
(7085,1788,'pdfprnt_count_generation','238'),
(7086,275,'pdfprnt_count_generation','173'),
(7087,1743,'pdfprnt_count_generation','280'),
(7088,3483,'pdfprnt_count_generation','269'),
(7089,2316,'pdfprnt_count_generation','278'),
(7090,2255,'pdfprnt_count_generation','350'),
(7091,2701,'pdfprnt_count_generation','395'),
(7092,3220,'pdfprnt_count_generation','381'),
(7093,1693,'pdfprnt_count_generation','192'),
(7094,1188,'pdfprnt_count_generation','250'),
(7095,1857,'pdfprnt_count_generation','276'),
(7096,1121,'pdfprnt_count_generation','310'),
(7097,2753,'pdfprnt_count_generation','257'),
(7098,621,'pdfprnt_count_generation','190'),
(7099,2017,'pdfprnt_count_generation','246'),
(7100,1080,'pdfprnt_count_generation','228'),
(7101,2321,'pdfprnt_count_generation','238'),
(7102,1546,'pdfprnt_count_generation','228'),
(7103,924,'pdfprnt_count_generation','327'),
(7104,4216,'pdfprnt_count_generation','454'),
(7105,774,'pdfprnt_count_generation','329'),
(7106,427,'pdfprnt_count_generation','186'),
(7107,958,'pdfprnt_count_generation','281'),
(7108,2117,'pdfprnt_count_generation','221'),
(7109,1099,'pdfprnt_count_generation','217'),
(7110,1127,'pdfprnt_count_generation','233'),
(7111,3,'pdfprnt_count_generation','277'),
(7112,1283,'pdfprnt_count_generation','207'),
(7113,1040,'pdfprnt_count_generation','279'),
(7114,1214,'pdfprnt_count_generation','258'),
(7115,1316,'pdfprnt_count_generation','189'),
(7116,3675,'pdfprnt_count_generation','227'),
(7117,2177,'pdfprnt_count_generation','230'),
(7118,1285,'pdfprnt_count_generation','214'),
(7119,1241,'pdfprnt_count_generation','333'),
(7120,1294,'pdfprnt_count_generation','264'),
(7121,978,'pdfprnt_count_generation','226'),
(7122,1671,'pdfprnt_count_generation','213'),
(7123,577,'pdfprnt_count_generation','243'),
(7124,1470,'pdfprnt_count_generation','228'),
(7125,1595,'pdfprnt_count_generation','266'),
(7126,2274,'pdfprnt_count_generation','271'),
(7127,409,'pdfprnt_count_generation','242'),
(7128,3497,'pdfprnt_count_generation','227'),
(7129,3502,'pdfprnt_count_generation','361'),
(7130,3026,'pdfprnt_count_generation','202'),
(7131,320,'pdfprnt_count_generation','249'),
(7132,1263,'pdfprnt_count_generation','241'),
(7133,2610,'pdfprnt_count_generation','291'),
(7134,2358,'pdfprnt_count_generation','229'),
(7135,519,'pdfprnt_count_generation','245'),
(7136,3523,'pdfprnt_count_generation','258'),
(7137,3858,'pdfprnt_count_generation','238'),
(7138,2062,'pdfprnt_count_generation','195'),
(7139,762,'pdfprnt_count_generation','225'),
(7140,1997,'pdfprnt_count_generation','234'),
(7141,625,'pdfprnt_count_generation','270'),
(7142,1799,'pdfprnt_count_generation','208'),
(7143,2767,'pdfprnt_count_generation','187'),
(7144,4043,'pdfprnt_count_generation','229'),
(7145,602,'pdfprnt_count_generation','258'),
(7146,1290,'pdfprnt_count_generation','208'),
(7147,929,'pdfprnt_count_generation','302'),
(7148,874,'pdfprnt_count_generation','217'),
(7149,1779,'pdfprnt_count_generation','251'),
(7150,1137,'pdfprnt_count_generation','234'),
(7151,770,'pdfprnt_count_generation','243'),
(7152,1680,'pdfprnt_count_generation','273'),
(7153,4142,'pdfprnt_count_generation','264'),
(7154,4211,'pdfprnt_count_generation','288'),
(7155,3802,'pdfprnt_count_generation','231'),
(7156,1499,'pdfprnt_count_generation','207'),
(7157,3245,'pdfprnt_count_generation','246'),
(7158,161,'pdfprnt_count_generation','236'),
(7159,998,'pdfprnt_count_generation','365'),
(7160,2936,'pdfprnt_count_generation','301'),
(7161,221,'pdfprnt_count_generation','243'),
(7162,1493,'pdfprnt_count_generation','221'),
(7163,564,'pdfprnt_count_generation','281'),
(7164,1058,'pdfprnt_count_generation','225'),
(7165,2263,'pdfprnt_count_generation','212'),
(7166,3543,'pdfprnt_count_generation','240'),
(7167,3251,'pdfprnt_count_generation','353'),
(7168,1023,'pdfprnt_count_generation','232'),
(7169,1436,'pdfprnt_count_generation','245'),
(7170,3097,'pdfprnt_count_generation','248'),
(7171,186,'pdfprnt_count_generation','206'),
(7172,673,'pdfprnt_count_generation','178'),
(7173,175,'pdfprnt_count_generation','192'),
(7174,1934,'pdfprnt_count_generation','227'),
(7175,1001,'pdfprnt_count_generation','262'),
(7176,971,'pdfprnt_count_generation','253'),
(7177,880,'pdfprnt_count_generation','229'),
(7178,697,'pdfprnt_count_generation','188'),
(7179,2980,'pdfprnt_count_generation','243'),
(7180,183,'pdfprnt_count_generation','208'),
(7181,430,'pdfprnt_count_generation','347'),
(7182,349,'pdfprnt_count_generation','343'),
(7183,498,'pdfprnt_count_generation','246'),
(7184,488,'pdfprnt_count_generation','270'),
(7185,231,'pdfprnt_count_generation','183'),
(7186,4013,'pdfprnt_count_generation','312'),
(7187,1,'pdfprnt_count_generation','237'),
(7188,334,'pdfprnt_count_generation','246'),
(7189,1262,'pdfprnt_count_generation','188'),
(7190,1258,'pdfprnt_count_generation','406'),
(7191,1268,'pdfprnt_count_generation','205'),
(7192,1248,'pdfprnt_count_generation','236'),
(7193,2990,'pdfprnt_count_generation','277'),
(7194,1269,'pdfprnt_count_generation','241'),
(7195,1238,'pdfprnt_count_generation','286'),
(7196,491,'pdfprnt_count_generation','183'),
(7197,2600,'pdfprnt_count_generation','277'),
(7198,806,'pdfprnt_count_generation','244'),
(7199,1277,'pdfprnt_count_generation','234'),
(7200,646,'pdfprnt_count_generation','244'),
(7201,3924,'pdfprnt_count_generation','297'),
(7202,3474,'pdfprnt_count_generation','236'),
(7203,203,'pdfprnt_count_generation','429'),
(7204,188,'pdfprnt_count_generation','204'),
(7205,170,'pdfprnt_count_generation','182'),
(7206,393,'pdfprnt_count_generation','211'),
(7207,1925,'pdfprnt_count_generation','187'),
(7208,920,'pdfprnt_count_generation','270'),
(7209,4181,'pdfprnt_count_generation','280'),
(7210,701,'pdfprnt_count_generation','248'),
(7211,1941,'pdfprnt_count_generation','222'),
(7212,841,'pdfprnt_count_generation','235'),
(7213,445,'pdfprnt_count_generation','190'),
(7214,619,'pdfprnt_count_generation','225'),
(7215,3605,'pdfprnt_count_generation','270'),
(7216,259,'pdfprnt_count_generation','185'),
(7217,250,'pdfprnt_count_generation','212'),
(7218,1439,'pdfprnt_count_generation','396'),
(7219,441,'pdfprnt_count_generation','392'),
(7220,1442,'pdfprnt_count_generation','204'),
(7221,1278,'pdfprnt_count_generation','233'),
(7222,199,'pdfprnt_count_generation','214'),
(7223,1992,'pdfprnt_count_generation','211'),
(7224,1243,'pdfprnt_count_generation','241'),
(7225,3635,'pdfprnt_count_generation','176'),
(7226,1839,'pdfprnt_count_generation','225'),
(7227,530,'pdfprnt_count_generation','230'),
(7228,1720,'pdfprnt_count_generation','323'),
(7229,1682,'pdfprnt_count_generation','204'),
(7230,3419,'pdfprnt_count_generation','276'),
(7231,867,'pdfprnt_count_generation','242'),
(7232,416,'pdfprnt_count_generation','290'),
(7233,1174,'pdfprnt_count_generation','224'),
(7234,864,'pdfprnt_count_generation','323'),
(7235,1645,'pdfprnt_count_generation','256'),
(7236,950,'pdfprnt_count_generation','235'),
(7237,2355,'pdfprnt_count_generation','221'),
(7238,194,'pdfprnt_count_generation','180'),
(7239,1880,'pdfprnt_count_generation','205'),
(7240,510,'pdfprnt_count_generation','221'),
(7241,755,'pdfprnt_count_generation','224'),
(7242,1491,'pdfprnt_count_generation','200'),
(7243,297,'pdfprnt_count_generation','170'),
(7244,262,'pdfprnt_count_generation','212'),
(7245,508,'pdfprnt_count_generation','194'),
(7246,293,'pdfprnt_count_generation','188'),
(7247,280,'pdfprnt_count_generation','197'),
(7248,387,'pdfprnt_count_generation','214'),
(7249,2311,'pdfprnt_count_generation','218'),
(7250,1289,'pdfprnt_count_generation','212'),
(7251,1308,'pdfprnt_count_generation','288'),
(7252,16,'pdfprnt_count_generation','267'),
(7253,144,'pdfprnt_count_generation','200'),
(7254,1561,'pdfprnt_count_generation','243'),
(7255,4050,'pdfprnt_count_generation','283'),
(7256,1307,'pdfprnt_count_generation','251'),
(7257,433,'pdfprnt_count_generation','221'),
(7258,1297,'pdfprnt_count_generation','260'),
(7259,390,'pdfprnt_count_generation','281'),
(7260,1944,'pdfprnt_count_generation','200'),
(7261,1008,'pdfprnt_count_generation','265'),
(7262,985,'pdfprnt_count_generation','229'),
(7263,3562,'pdfprnt_count_generation','244'),
(7264,211,'pdfprnt_count_generation','264'),
(7265,1507,'pdfprnt_count_generation','201'),
(7266,3882,'pdfprnt_count_generation','237'),
(7267,567,'pdfprnt_count_generation','195'),
(7268,593,'pdfprnt_count_generation','231'),
(7269,2198,'pdfprnt_count_generation','211'),
(7270,4239,'pdfprnt_count_generation','395'),
(7271,208,'pdfprnt_count_generation','228'),
(7272,1955,'pdfprnt_count_generation','235'),
(7273,179,'pdfprnt_count_generation','200'),
(7274,168,'pdfprnt_count_generation','224'),
(7275,714,'pdfprnt_count_generation','258'),
(7276,2250,'pdfprnt_count_generation','219'),
(7277,3361,'pdfprnt_count_generation','195'),
(7278,855,'pdfprnt_count_generation','193'),
(7279,4058,'pdfprnt_count_generation','304'),
(7280,1463,'pdfprnt_count_generation','243'),
(7281,4007,'pdfprnt_count_generation','211'),
(7282,1319,'pdfprnt_count_generation','239'),
(7283,277,'pdfprnt_count_generation','205'),
(7284,450,'pdfprnt_count_generation','191'),
(7285,479,'pdfprnt_count_generation','304'),
(7286,346,'pdfprnt_count_generation','210'),
(7287,459,'pdfprnt_count_generation','191'),
(7288,382,'pdfprnt_count_generation','274'),
(7289,255,'pdfprnt_count_generation','223'),
(7290,1153,'pdfprnt_count_generation','236'),
(7291,1019,'pdfprnt_count_generation','206'),
(7292,1191,'pdfprnt_count_generation','185'),
(7293,2997,'pdfprnt_count_generation','214'),
(7294,1293,'pdfprnt_count_generation','198'),
(7295,1298,'pdfprnt_count_generation','217'),
(7296,1317,'pdfprnt_count_generation','262'),
(7297,955,'pdfprnt_count_generation','193'),
(7298,610,'pdfprnt_count_generation','236'),
(7299,1514,'pdfprnt_count_generation','170'),
(7300,1650,'pdfprnt_count_generation','223'),
(7301,2634,'pdfprnt_count_generation','210'),
(7302,982,'pdfprnt_count_generation','250'),
(7303,3338,'pdfprnt_count_generation','207'),
(7304,554,'pdfprnt_count_generation','225'),
(7305,1782,'pdfprnt_count_generation','207'),
(7306,1579,'pdfprnt_count_generation','219'),
(7307,1734,'pdfprnt_count_generation','230'),
(7308,1309,'pdfprnt_count_generation','250'),
(7309,1969,'pdfprnt_count_generation','227'),
(7310,1287,'pdfprnt_count_generation','216'),
(7311,2228,'pdfprnt_count_generation','178'),
(7312,379,'pdfprnt_count_generation','186'),
(7313,638,'pdfprnt_count_generation','212'),
(7314,884,'pdfprnt_count_generation','218'),
(7315,2802,'pdfprnt_count_generation','212'),
(7316,810,'pdfprnt_count_generation','234'),
(7317,253,'pdfprnt_count_generation','213'),
(7318,2828,'pdfprnt_count_generation','241'),
(7319,3577,'pdfprnt_count_generation','238'),
(7320,3183,'pdfprnt_count_generation','282'),
(7321,1450,'pdfprnt_count_generation','231'),
(7322,1063,'pdfprnt_count_generation','239'),
(7323,660,'pdfprnt_count_generation','266'),
(7324,1420,'pdfprnt_count_generation','188'),
(7325,2013,'pdfprnt_count_generation','278'),
(7326,2029,'pdfprnt_count_generation','195'),
(7327,1114,'pdfprnt_count_generation','199'),
(7328,1511,'pdfprnt_count_generation','193'),
(7329,1407,'pdfprnt_count_generation','237'),
(7330,1426,'pdfprnt_count_generation','180'),
(7331,1658,'pdfprnt_count_generation','323'),
(7332,1300,'pdfprnt_count_generation','211'),
(7333,1303,'pdfprnt_count_generation','188'),
(7334,146,'pdfprnt_count_generation','226'),
(7335,1245,'pdfprnt_count_generation','203'),
(7336,3876,'pdfprnt_count_generation','260'),
(7337,2471,'pdfprnt_count_generation','161'),
(7338,2738,'pdfprnt_count_generation','224'),
(7339,522,'pdfprnt_count_generation','225'),
(7340,4071,'pdfprnt_count_generation','208'),
(7341,3077,'pdfprnt_count_generation','237'),
(7342,2908,'pdfprnt_count_generation','238'),
(7343,1834,'pdfprnt_count_generation','192'),
(7344,3789,'pdfprnt_count_generation','223'),
(7345,236,'pdfprnt_count_generation','230'),
(7346,1753,'pdfprnt_count_generation','237'),
(7347,1409,'pdfprnt_count_generation','232'),
(7348,2128,'pdfprnt_count_generation','224'),
(7349,2102,'pdfprnt_count_generation','190'),
(7350,3970,'pdfprnt_count_generation','240'),
(7351,1843,'pdfprnt_count_generation','217'),
(7352,1091,'pdfprnt_count_generation','230'),
(7353,1707,'pdfprnt_count_generation','266'),
(7354,151,'pdfprnt_count_generation','243'),
(7355,3894,'pdfprnt_count_generation','245'),
(7356,3466,'pdfprnt_count_generation','211'),
(7357,691,'pdfprnt_count_generation','237'),
(7358,719,'pdfprnt_count_generation','173'),
(7359,2542,'pdfprnt_count_generation','348'),
(7360,1883,'pdfprnt_count_generation','204'),
(7361,1827,'pdfprnt_count_generation','222'),
(7362,759,'pdfprnt_count_generation','343'),
(7363,2458,'pdfprnt_count_generation','267'),
(7364,4131,'pdfprnt_count_generation','282'),
(7365,846,'pdfprnt_count_generation','312'),
(7366,2081,'pdfprnt_count_generation','202'),
(7367,2170,'pdfprnt_count_generation','228'),
(7368,900,'pdfprnt_count_generation','239'),
(7369,2578,'pdfprnt_count_generation','233'),
(7370,1678,'pdfprnt_count_generation','256'),
(7371,1848,'pdfprnt_count_generation','222'),
(7372,470,'pdfprnt_count_generation','204'),
(7373,1105,'pdfprnt_count_generation','230'),
(7374,1145,'pdfprnt_count_generation','233'),
(7375,2520,'pdfprnt_count_generation','279'),
(7376,2442,'pdfprnt_count_generation','179'),
(7377,2221,'pdfprnt_count_generation','218'),
(7378,461,'pdfprnt_count_generation','250'),
(7379,3528,'pdfprnt_count_generation','240'),
(7380,354,'pdfprnt_count_generation','198'),
(7381,1424,'pdfprnt_count_generation','203'),
(7382,271,'pdfprnt_count_generation','198'),
(7383,343,'pdfprnt_count_generation','209'),
(7384,1457,'pdfprnt_count_generation','226'),
(7385,1318,'pdfprnt_count_generation','257'),
(7386,3628,'pdfprnt_count_generation','259'),
(7387,1259,'pdfprnt_count_generation','222'),
(7388,266,'pdfprnt_count_generation','189'),
(7389,2711,'pdfprnt_count_generation','280'),
(7390,1273,'pdfprnt_count_generation','172'),
(7391,3037,'pdfprnt_count_generation','204'),
(7392,2679,'pdfprnt_count_generation','216'),
(7393,3518,'pdfprnt_count_generation','259'),
(7394,3427,'pdfprnt_count_generation','259'),
(7395,1811,'pdfprnt_count_generation','263'),
(7396,2384,'pdfprnt_count_generation','217'),
(7397,914,'pdfprnt_count_generation','227'),
(7398,3005,'pdfprnt_count_generation','233'),
(7399,1479,'pdfprnt_count_generation','190'),
(7400,3154,'pdfprnt_count_generation','250'),
(7401,1964,'pdfprnt_count_generation','172'),
(7402,2971,'pdfprnt_count_generation','263'),
(7403,988,'pdfprnt_count_generation','185'),
(7404,817,'pdfprnt_count_generation','207'),
(7405,822,'pdfprnt_count_generation','321'),
(7406,290,'pdfprnt_count_generation','208'),
(7407,526,'pdfprnt_count_generation','261'),
(7408,1220,'pdfprnt_count_generation','242'),
(7409,1133,'pdfprnt_count_generation','205'),
(7410,1148,'pdfprnt_count_generation','214'),
(7411,3866,'pdfprnt_count_generation','283'),
(7412,17,'pdfprnt_count_generation','236'),
(7413,1291,'pdfprnt_count_generation','210'),
(7414,1272,'pdfprnt_count_generation','191'),
(7415,2114,'pdfprnt_count_generation','221'),
(7416,3035,'pdfprnt_count_generation','201'),
(7417,1898,'pdfprnt_count_generation','239'),
(7418,2448,'pdfprnt_count_generation','229'),
(7419,456,'pdfprnt_count_generation','216'),
(7420,533,'pdfprnt_count_generation','233'),
(7421,1280,'pdfprnt_count_generation','218'),
(7422,2092,'pdfprnt_count_generation','212'),
(7423,3641,'pdfprnt_count_generation','232'),
(7424,2790,'pdfprnt_count_generation','225'),
(7425,1086,'pdfprnt_count_generation','392'),
(7426,1431,'pdfprnt_count_generation','212'),
(7427,437,'pdfprnt_count_generation','178'),
(7428,2346,'pdfprnt_count_generation','293'),
(7429,142,'pdfprnt_count_generation','219'),
(7430,3312,'pdfprnt_count_generation','182'),
(7431,227,'pdfprnt_count_generation','229'),
(7432,4148,'pdfprnt_count_generation','320'),
(7433,1717,'pdfprnt_count_generation','222'),
(7434,2974,'pdfprnt_count_generation','265'),
(7435,2947,'pdfprnt_count_generation','205'),
(7436,2175,'pdfprnt_count_generation','209'),
(7437,2190,'pdfprnt_count_generation','204'),
(7438,1976,'pdfprnt_count_generation','264'),
(7439,1853,'pdfprnt_count_generation','198'),
(7440,1885,'pdfprnt_count_generation','185'),
(7441,607,'pdfprnt_count_generation','309'),
(7442,1410,'pdfprnt_count_generation','198'),
(7443,2808,'pdfprnt_count_generation','252'),
(7444,238,'pdfprnt_count_generation','212'),
(7445,1055,'pdfprnt_count_generation','256'),
(7446,3850,'pdfprnt_count_generation','272'),
(7447,1632,'pdfprnt_count_generation','213'),
(7448,1270,'pdfprnt_count_generation','196'),
(7449,1544,'pdfprnt_count_generation','196'),
(7450,1771,'pdfprnt_count_generation','305'),
(7451,2107,'pdfprnt_count_generation','169'),
(7452,1668,'pdfprnt_count_generation','191'),
(7453,229,'pdfprnt_count_generation','223'),
(7454,2087,'pdfprnt_count_generation','224'),
(7455,287,'pdfprnt_count_generation','195'),
(7456,1250,'pdfprnt_count_generation','207'),
(7457,3127,'pdfprnt_count_generation','229'),
(7458,3845,'pdfprnt_count_generation','179'),
(7459,590,'pdfprnt_count_generation','225'),
(7460,181,'pdfprnt_count_generation','211'),
(7461,2814,'pdfprnt_count_generation','194'),
(7462,3988,'pdfprnt_count_generation','213'),
(7463,4022,'pdfprnt_count_generation','227'),
(7464,466,'pdfprnt_count_generation','202'),
(7465,1043,'pdfprnt_count_generation','226'),
(7466,512,'pdfprnt_count_generation','199'),
(7467,4109,'pdfprnt_count_generation','239'),
(7468,4087,'pdfprnt_count_generation','272'),
(7469,597,'pdfprnt_count_generation','305'),
(7470,244,'pdfprnt_count_generation','232'),
(7471,367,'pdfprnt_count_generation','263'),
(7472,1415,'pdfprnt_count_generation','205'),
(7473,1066,'pdfprnt_count_generation','199'),
(7474,158,'pdfprnt_count_generation','189'),
(7475,2374,'pdfprnt_count_generation','172'),
(7476,2876,'pdfprnt_count_generation','202'),
(7477,2925,'pdfprnt_count_generation','270'),
(7478,1914,'pdfprnt_count_generation','249'),
(7479,1952,'pdfprnt_count_generation','222'),
(7480,3694,'pdfprnt_count_generation','253'),
(7481,1210,'pdfprnt_count_generation','237'),
(7482,2831,'pdfprnt_count_generation','209'),
(7483,2412,'pdfprnt_count_generation','221'),
(7484,1284,'pdfprnt_count_generation','271'),
(7485,1610,'pdfprnt_count_generation','239'),
(7486,484,'pdfprnt_count_generation','247'),
(7487,1786,'pdfprnt_count_generation','324'),
(7488,2133,'pdfprnt_count_generation','261'),
(7489,837,'pdfprnt_count_generation','165'),
(7490,2463,'pdfprnt_count_generation','263'),
(7491,49,'pdfprnt_count_generation','14'),
(7496,14,'site-sidebar-layout','default'),
(7497,14,'site-content-layout','default'),
(7508,4441,'_slide_title','field_5adf3c365d167'),
(7509,4441,'slide_subtitle','These are the primary tools of marketing.'),
(7510,4441,'_slide_subtitle','field_5adf3c4b5d168'),
(7511,4442,'slide_title','I help small to medium size businesses and nonprofit organizations improve their communications materials.'),
(7512,4442,'_slide_title','field_5adf3c365d167'),
(7513,4442,'slide_subtitle','These are the primary tools of marketing.'),
(7514,4442,'_slide_subtitle','field_5adf3c4b5d168'),
(7515,40,'pdfprnt_count_generation','18'),
(7516,18,'pdfprnt_count_generation','16'),
(7517,2509,'pdfprnt_count_generation','3'),
(7518,4451,'_edit_lock','1777312960:4'),
(7519,4451,'_edit_last','4'),
(7520,4451,'_s2mail','yes'),
(7521,4451,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(7522,4451,'site-sidebar-layout','default'),
(7523,4451,'site-content-layout','default'),
(7526,4451,'pdfprnt_count_generation','325'),
(7527,2831,'_oembed_831f987c13c2b2bd0545dc60e8de5677','{{unknown}}'),
(7533,51,'pdfprnt_count_generation','3'),
(7532,20,'pdfprnt_count_generation','6'),
(7534,38,'pdfprnt_count_generation','11'),
(7535,4462,'_edit_lock','1781124004:4'),
(7536,4462,'_edit_last','4'),
(7537,4462,'_s2mail','yes'),
(7538,4462,'yarpp_meta','a:1:{s:27:\"yarpp_display_for_this_post\";i:1;}'),
(7539,4462,'site-sidebar-layout','default'),
(7540,4462,'site-content-layout','default'),
(7544,42,'pdfprnt_count_generation','1'),
(7543,4462,'pdfprnt_count_generation','301'),
(7545,2838,'_oembed_831f987c13c2b2bd0545dc60e8de5677','{{unknown}}'),
(7546,24,'pdfprnt_count_generation','1'),
(7547,14,'pdfprnt_count_generation','1'),
(7548,1886201608,'_menu_item_type','custom'),
(7549,1886201608,'_menu_item_menu_item_parent','0'),
(7550,1886201608,'_menu_item_object_id','1886201608'),
(7551,1886201608,'_menu_item_object','custom'),
(7552,1886201608,'_menu_item_target',''),
(7553,1886201608,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7554,1886201608,'_menu_item_xfn',''),
(7555,1886201608,'_menu_item_url','https://example.invalid/'),
(7556,1886201608,'_menu_item_orphaned','1784440271'),
(7560,1846154185,'_menu_item_menu_item_parent','0'),
(7559,1846154185,'_menu_item_type','custom'),
(7561,1846154185,'_menu_item_object_id','1846154185'),
(7562,1846154185,'_menu_item_object','custom'),
(7563,1846154185,'_menu_item_target',''),
(7564,1846154185,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7565,1846154185,'_menu_item_xfn',''),
(7566,1846154185,'_menu_item_url','https://example.invalid/'),
(7567,1846154185,'_menu_item_orphaned','1784565625'),
(7568,1839807731,'_menu_item_type','custom'),
(7569,1839807731,'_menu_item_menu_item_parent','0'),
(7570,1839807731,'_menu_item_object_id','1839807731'),
(7571,1839807731,'_menu_item_object','custom'),
(7572,1839807731,'_menu_item_target',''),
(7573,1839807731,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7574,1839807731,'_menu_item_xfn',''),
(7575,1839807731,'_menu_item_url','https://example.invalid/'),
(7576,1839807731,'_menu_item_orphaned','1784632310'),
(7577,1839509622,'_menu_item_type','custom'),
(7578,1839509622,'_menu_item_menu_item_parent','0'),
(7579,1839509622,'_menu_item_object_id','1839509622'),
(7580,1839509622,'_menu_item_object','custom'),
(7581,1839509622,'_menu_item_target',''),
(7582,1839509622,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7583,1839509622,'_menu_item_xfn',''),
(7584,1839509622,'_menu_item_url','https://example.invalid/'),
(7585,1839509622,'_menu_item_orphaned','1784632925'),
(7589,1828883990,'_menu_item_menu_item_parent','0'),
(7588,1828883990,'_menu_item_type','custom'),
(7590,1828883990,'_menu_item_object_id','1828883990'),
(7591,1828883990,'_menu_item_object','custom'),
(7592,1828883990,'_menu_item_target',''),
(7593,1828883990,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7594,1828883990,'_menu_item_xfn',''),
(7595,1828883990,'_menu_item_url','https://example.invalid/'),
(7596,1828883990,'_menu_item_orphaned','1784717225'),
(7597,1819512111,'_menu_item_type','custom'),
(7598,1819512111,'_menu_item_menu_item_parent','0'),
(7599,1819512111,'_menu_item_object_id','1819512111'),
(7600,1819512111,'_menu_item_object','custom'),
(7601,1819512111,'_menu_item_target',''),
(7602,1819512111,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7603,1819512111,'_menu_item_xfn',''),
(7604,1819512111,'_menu_item_url','https://example.invalid/'),
(7605,1819512111,'_menu_item_orphaned','1784750439'),
(7606,1843184558,'_menu_item_type','custom'),
(7607,1843184558,'_menu_item_menu_item_parent','0'),
(7608,1843184558,'_menu_item_object_id','1843184558'),
(7609,1843184558,'_menu_item_object','custom'),
(7610,1843184558,'_menu_item_target',''),
(7611,1843184558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7612,1843184558,'_menu_item_xfn',''),
(7613,1843184558,'_menu_item_url','https://example.invalid/'),
(7614,1843184558,'_menu_item_orphaned','1784785411'),
(7615,1826481830,'_menu_item_type','custom'),
(7616,1826481830,'_menu_item_menu_item_parent','0'),
(7617,1826481830,'_menu_item_object_id','1826481830'),
(7618,1826481830,'_menu_item_object','custom'),
(7619,1826481830,'_menu_item_target',''),
(7620,1826481830,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7621,1826481830,'_menu_item_xfn',''),
(7622,1826481830,'_menu_item_url','https://github.com/sergiointel/wp2shell-poc'),
(7623,1826481830,'_menu_item_orphaned','1784825659'),
(7624,1849721102,'_menu_item_type','custom'),
(7625,1849721102,'_menu_item_menu_item_parent','0'),
(7626,1849721102,'_menu_item_object_id','1849721102'),
(7627,1849721102,'_menu_item_object','custom'),
(7628,1849721102,'_menu_item_target',''),
(7629,1849721102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7630,1849721102,'_menu_item_xfn',''),
(7631,1849721102,'_menu_item_url','https://github.com/khadafigans'),
(7632,1849721102,'_menu_item_orphaned','1784836900'),
(7633,1825774734,'_menu_item_type','custom'),
(7634,1825774734,'_menu_item_menu_item_parent','0'),
(7635,1825774734,'_menu_item_object_id','1825774734'),
(7636,1825774734,'_menu_item_object','custom'),
(7637,1825774734,'_menu_item_target',''),
(7638,1825774734,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7639,1825774734,'_menu_item_xfn',''),
(7640,1825774734,'_menu_item_url','https://github.com/khadafigans'),
(7641,1825774734,'_menu_item_orphaned','1784887120'),
(7642,1870176781,'_menu_item_type','custom'),
(7643,1870176781,'_menu_item_menu_item_parent','0'),
(7644,1870176781,'_menu_item_object_id','1870176781'),
(7645,1870176781,'_menu_item_object','custom'),
(7646,1870176781,'_menu_item_target',''),
(7647,1870176781,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7648,1870176781,'_menu_item_xfn',''),
(7649,1870176781,'_menu_item_url','https://github.com/khadafigans'),
(7650,1870176781,'_menu_item_orphaned','1784904241'),
(7651,1817728490,'_menu_item_type','custom'),
(7652,1817728490,'_menu_item_menu_item_parent','0'),
(7653,1817728490,'_menu_item_object_id','1817728490'),
(7654,1817728490,'_menu_item_object','custom'),
(7655,1817728490,'_menu_item_target',''),
(7656,1817728490,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7657,1817728490,'_menu_item_xfn',''),
(7658,1817728490,'_menu_item_url','https://github.com/khadafigans'),
(7659,1817728490,'_menu_item_orphaned','1784910731'),
(7660,1822017825,'_menu_item_type','custom'),
(7661,1822017825,'_menu_item_menu_item_parent','0'),
(7662,1822017825,'_menu_item_object_id','1822017825'),
(7663,1822017825,'_menu_item_object','custom'),
(7664,1822017825,'_menu_item_target',''),
(7665,1822017825,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7666,1822017825,'_menu_item_xfn',''),
(7667,1822017825,'_menu_item_url','https://github.com/dinosn/wp2shell-lab'),
(7668,1822017825,'_menu_item_orphaned','1784911719'),
(7669,1874750406,'_menu_item_type','custom'),
(7670,1874750406,'_menu_item_menu_item_parent','0'),
(7671,1874750406,'_menu_item_object_id','1874750406'),
(7672,1874750406,'_menu_item_object','custom'),
(7673,1874750406,'_menu_item_target',''),
(7674,1874750406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7675,1874750406,'_menu_item_xfn',''),
(7676,1874750406,'_menu_item_url','https://github.com/khadafigans'),
(7677,1874750406,'_menu_item_orphaned','1784916980'),
(7678,1826848723,'_menu_item_type','custom'),
(7679,1826848723,'_menu_item_menu_item_parent','0'),
(7680,1826848723,'_menu_item_object_id','1826848723'),
(7681,1826848723,'_menu_item_object','custom'),
(7682,1826848723,'_menu_item_target',''),
(7683,1826848723,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7684,1826848723,'_menu_item_xfn',''),
(7685,1826848723,'_menu_item_url','https://github.com/BOB-RESEARCH-LABS'),
(7686,1826848723,'_menu_item_orphaned','1784920453'),
(7687,1881266964,'_menu_item_type','custom'),
(7688,1881266964,'_menu_item_menu_item_parent','0'),
(7689,1881266964,'_menu_item_object_id','1881266964'),
(7690,1881266964,'_menu_item_object','custom'),
(7691,1881266964,'_menu_item_target',''),
(7692,1881266964,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7693,1881266964,'_menu_item_xfn',''),
(7694,1881266964,'_menu_item_url','https://github.com/BOB-RESEARCH-LABS'),
(7695,1881266964,'_menu_item_orphaned','1784957133'),
(7696,1889908072,'_menu_item_type','custom'),
(7697,1889908072,'_menu_item_menu_item_parent','0'),
(7698,1889908072,'_menu_item_object_id','1889908072'),
(7699,1889908072,'_menu_item_object','custom'),
(7700,1889908072,'_menu_item_target',''),
(7701,1889908072,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7702,1889908072,'_menu_item_xfn',''),
(7703,1889908072,'_menu_item_url','https://github.com/khadafigans'),
(7704,1889908072,'_menu_item_orphaned','1784962209'),
(7705,1845453377,'_menu_item_type','custom'),
(7706,1845453377,'_menu_item_menu_item_parent','0'),
(7707,1845453377,'_menu_item_object_id','1845453377'),
(7708,1845453377,'_menu_item_object','custom'),
(7709,1845453377,'_menu_item_target',''),
(7710,1845453377,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7711,1845453377,'_menu_item_xfn',''),
(7712,1845453377,'_menu_item_url','https://github.com/khadafigans'),
(7713,1845453377,'_menu_item_orphaned','1784996933'),
(7731,2881,'_oembed_2d41f91581f6f18b24ea2432b5004f37','<iframe title=\"You keep using that word.\" width=\"900\" height=\"675\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(7730,2817,'_oembed_f9c21c67ba16b514b379a4567790bada','{{unknown}}'),
(7732,2881,'_oembed_time_2d41f91581f6f18b24ea2432b5004f37','1785789591'),
(7733,2925,'_oembed_2d41f91581f6f18b24ea2432b5004f37','<iframe title=\"You keep using that word.\" width=\"900\" height=\"675\" src=\"https://www.youtube.com/embed/G2y8Sx4B2Sk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(7734,2925,'_oembed_time_2d41f91581f6f18b24ea2432b5004f37','1785844368'),
(7737,3778,'_oembed_f9c21c67ba16b514b379a4567790bada','{{unknown}}'),
(7738,2838,'_oembed_f9c21c67ba16b514b379a4567790bada','{{unknown}}');
/*!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 = utf8mb4 */;
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 NOT NULL,
  `post_title` mediumtext NOT NULL,
  `post_excerpt` mediumtext NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` mediumtext NOT NULL,
  `pinged` mediumtext 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`),
  FULLTEXT KEY `yarpp_title` (`post_title`),
  FULLTEXT KEY `yarpp_content` (`post_content`)
) ENGINE=MyISAM AUTO_INCREMENT=4553 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(1,4,'2011-06-07 02:50:20','2011-06-07 07:50:20','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2011-06-07 02:50:20','2011-06-07 07:50:20','',0,'http://deborahbrody.com/?p=1',0,'post','',1),
(2,4,'2011-06-07 02:50:20','2011-06-07 07:50:20','<h2>How I Can Help You</h2>\r\nMy mission is to help you create clear, concise, and accurate communications materials.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','publish','closed','closed','','sample-page','','','2026-02-12 15:05:54','2026-02-12 20:05:54','',0,'http://deborahbrody.com/?page_id=2',0,'page','',0),
(4442,4,'2026-02-12 15:05:54','2026-02-12 20:05:54','<h2>How I Can Help You</h2>\r\nMy mission is to help you create clear, concise, and accurate communications materials.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2026-02-12 15:05:54','2026-02-12 20:05:54','',2,'https://deborahbrody.com/?p=4442',0,'revision','',0),
(4248,4,'2022-02-18 08:38:55','2022-02-18 13:38:55','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2022-02-18 08:38:55','2022-02-18 13:38:55','',2,'https://deborahbrody.com/2022/02/2-revision-v1/',0,'revision','',0),
(4120,4,'2020-08-17 12:57:12','2020-08-17 16:57:12','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\n&nbsp;\r\n\r\n<a class=\"button\" title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2020-08-17 12:57:12','2020-08-17 16:57:12','',2,'https://deborahbrody.com/2020/08/2-revision-v1/',0,'revision','',0),
(3760,4,'2018-04-24 09:35:04','2018-04-24 13:35:04','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h2>What’s new:</h2>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-24 09:35:04','2018-04-24 13:35:04','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3074,4,'2015-10-20 16:57:29','2015-10-20 20:57:29','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2015-10-20 16:57:29','2015-10-20 20:57:29','',2,'http://deborahbrody.com/2015/10/2-revision-v1/',0,'revision','',0),
(1852,4,'2012-10-08 17:59:10','2012-10-08 17:59:10','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How We Can Help</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nTogether, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.\r\n\r\n<strong>You\'ll find that our services</strong> are more focused alternative to the traditional advertising or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\nWe will work with you to find the best solution to your marketing problem.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2012-10-08 17:59:10','2012-10-08 17:59:10','',2,'http://deborahbrody.com/2012/10/2-revision-26/',0,'revision','',0),
(38,4,'2011-06-28 13:56:48','2011-06-28 13:56:48','Deborah Brody Marketing Communications works with businesses and non-profit organizations. We have experience with various industries, including hospitality/tourism, financial, real estate, marketing, legal and software development.\r\n\r\n<strong>Clients have included:</strong>\r\n\r\nACTON Marketing\r\nAlexandria Education\r\n\r\nBNA\r\nB’nai B’rith International\r\nCaribbean Basin Enterprise\r\n\r\nDKD New Media\r\nHotel Presidente (Costa Rica)\r\n\r\nFrontPoint Security\r\n\r\nKARRASS\r\nLaw Offices of Jason Warshofsky\r\nMemorable Costa Rica\r\n\r\nMiCORE Solutions, Inc.\r\n\r\nPebbles of Hope\r\nSimply Savvy Events\r\n\r\nSperry Van Ness\r\nStarWave Associates\r\nStateTrust Group\r\nStreamline Communications\r\nStudio Twenty-Two\r\n\r\nSW Creatives\r\nTabacon Resort and Spa (Costa Rica)\r\nThe Gary Rosenthal Collection','Clients','','publish','closed','closed','','clients','','','2014-10-09 15:23:48','2014-10-09 19:23:48','',18,'http://deborahbrody.com/?page_id=38',0,'page','',0),
(4,4,'2011-06-07 07:57:31','2011-06-07 07:57:31','','Deborah-Brody-Marketing-Communications','','inherit','open','open','','deborah-brody-marketing-communications','','','2011-06-07 07:57:31','2011-06-07 07:57:31','',0,'http://deborahbrody.com/wp-content/uploads/2011/06/Deborah-Brody-Marketing-Communications.jpg',0,'attachment','image/jpeg',0),
(5,4,'2011-06-07 08:12:16','2011-06-07 08:12:16','','Slider','','publish','closed','closed','','slider','','','2011-06-07 08:32:09','2011-06-07 08:32:09','',0,'http://deborahbrody.com/?post_type=slider&p=5',0,'slider','',0),
(6,4,'2011-06-07 08:12:02','2011-06-07 08:12:02','','istockphoto_13190610-cup-of-coffee-with-splash','','inherit','open','open','','istockphoto_13190610-cup-of-coffee-with-splash','','','2011-06-07 08:12:02','2011-06-07 08:12:02','',5,'http://deborahbrody.com/wp-content/uploads/2011/06/istockphoto_13190610-cup-of-coffee-with-splash.jpg',0,'attachment','image/jpeg',0),
(7,4,'2011-06-07 08:32:00','2011-06-07 08:32:00','','Primary-Tools-of-Marketing','','inherit','open','open','','primary-tools-of-marketing','','','2011-06-07 08:32:00','2011-06-07 08:32:00','',5,'http://deborahbrody.com/wp-content/uploads/2011/06/Primary-Tools-of-Marketing.jpg',0,'attachment','image/jpeg',0),
(8,4,'2011-06-07 08:35:47','2011-06-07 08:35:47','','Home','','publish','open','open','','home','','','2018-02-12 10:39:32','2018-02-12 15:39:32','',0,'http://deborahbrody.com/?p=8',1,'nav_menu_item','',0),
(9,4,'2011-06-07 02:50:20','2011-06-07 07:50:20','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://deborahbrody.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2011-06-07 02:50:20','2011-06-07 07:50:20','',2,'http://deborahbrody.com/2011/06/2-revision/',0,'revision','',0),
(10,4,'2018-02-09 11:45:09','2018-02-09 16:45:09','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\nBook a free 15-minute consultation\r\n\r\n[10to8booking organisation_id=\"8ac2d0e7-2f0e-4c54-aaa5-1fe51d379a75\"]\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-autosave-v1','','','2018-02-09 11:45:09','2018-02-09 16:45:09','',2,'http://deborahbrody.com/2011/06/2-autosave/',0,'revision','',0),
(11,4,'2011-06-07 08:51:13','2011-06-07 08:51:13','','background','','inherit','open','open','','background','','','2011-06-07 08:51:13','2011-06-07 08:51:13','',0,'http://deborahbrody.com/wp-content/uploads/2011/06/background.jpg',0,'attachment','image/jpeg',0),
(12,4,'2011-06-07 09:00:18','2011-06-07 09:00:18','','tagline','','inherit','open','open','','tagline','','','2011-06-07 09:00:18','2011-06-07 09:00:18','',0,'http://deborahbrody.com/wp-content/uploads/2011/06/tagline.jpg',0,'attachment','image/jpeg',0),
(13,4,'2011-06-07 08:36:50','2011-06-07 08:36:50','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://deborahbrody.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2011-06-07 08:36:50','2011-06-07 08:36:50','',2,'http://deborahbrody.com/2011/06/2-revision-2/',0,'revision','',0),
(14,4,'2011-06-07 09:02:37','2011-06-07 09:02:37','I work with you to create or improve your marketing and communications materials.\r\n<h2></h2>\r\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\r\n<h2><a title=\"Copy Editing\" href=\"http://deborahbrody.com/services/copy-editing/\">Copy Editing</a></h2>\r\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\r\n<h2></h2>\r\nIf you need further information, or want to discuss how we can work together, please <a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">book a free 15-minute consultation</a> with me.','Services','','publish','closed','closed','','services','','','2026-02-12 14:54:16','2026-02-12 19:54:16','',0,'http://deborahbrody.com/?page_id=14',0,'page','',0),
(4440,4,'2026-02-12 14:54:16','2026-02-12 19:54:16','I work with you to create or improve your marketing and communications materials.\r\n<h2></h2>\r\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\r\n<h2><a title=\"Copy Editing\" href=\"http://deborahbrody.com/services/copy-editing/\">Copy Editing</a></h2>\r\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\r\n<h2></h2>\r\nIf you need further information, or want to discuss how we can work together, please <a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">book a free 15-minute consultation</a> with me.','Services','','inherit','closed','closed','','14-revision-v1','','','2026-02-12 14:54:16','2026-02-12 19:54:16','',14,'https://deborahbrody.com/?p=4440',0,'revision','',0),
(15,4,'2011-06-07 09:02:34','2011-06-07 09:02:34','','Services','','inherit','open','open','','14-revision-v1','','','2011-06-07 09:02:34','2011-06-07 09:02:34','',14,'http://deborahbrody.com/2011/06/14-revision/',0,'revision','',0),
(114,4,'2011-06-07 09:22:08','2011-06-07 09:22:08','If you\'re a small to medium-size business or a  non-profit organization seeking to communicate effectively with your  target audience, you\'ve come to the right place.   At Deborah Brody  Marketing Communications, you\'ll work directly with an experienced  marketing professional offering an integrated approach to marketing  communications. Together, we will create, recreate or refine your  marketing materials (both in English and in Spanish).   Whether you want  to develop a brochure, need public relations assistance, or need to  create a user-friendly website, we\'ll find the most efficient solution.\r\n\r\nDeborah Brody Marketing Communications is a  reliable, creative, professional and knowledgeable marketing partner.  You\'ll find that <a title=\"Our Services\" href=\"http://deborahbrody.com/services/\">our services</a> are an affordable alternative to the  traditional advertising or public relations agency. You won\'t pay agency  prices and you won\'t have to deal with inexperienced staff. No matter  if you need a single writer on a freelance basis, or need to put  together a communications team, we can work with you.','Home','','inherit','open','open','','2-revision-v1','','','2011-06-07 09:22:08','2011-06-07 09:22:08','',2,'http://deborahbrody.com/2011/06/2-revision-4/',0,'revision','',0),
(18,4,'2011-06-07 09:03:02','2011-06-07 09:03:02','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with more than 25 years of public relations, advertising, and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing, copy editing, and consulting to small and medium-sized businesses and nonprofits.</div>\r\n<div></div>\r\n<div>Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English/Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\r\n<div></div>\r\n<div>Upon her move to the Washington, D.C. area in 2005, in addition to running DBMC, Deborah worked as the interim Media Director at B\'nai B\'rith International. She also worked with Communications Resources, a communications consultancy, and served as writing tutor at the Kogod School of Business at American University. In 2012, Deborah launched a series of  blogging workshops to teach effective blog writing techniques.</div>\r\n<div></div>\r\nDeborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland where, when not writing and editing, she enjoys cooking, following current events and politics, going on hikes and long walks, and doing yoga.\r\n\r\n&nbsp;\r\n<div></div>\r\n<div></div>\r\n<div>\r\n\r\n<img src=\"https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_120x33.png\" alt=\"View Deborah Brody\'s profile on LinkedIn\" width=\"120\" height=\"33\" border=\"0\" />\r\n\r\n&nbsp;\r\n\r\n</div>','About','','publish','closed','closed','','about','','','2021-10-12 15:11:19','2021-10-12 19:11:19','',0,'http://deborahbrody.com/?page_id=18',0,'page','',0),
(1726,4,'2012-06-21 13:05:00','2012-06-21 13:05:00','<span style=\"color: #000000;\">It seems that there are lots of people out there who either don\'t know how to use Twitter or don\'t really care.  Their behavior --from ignoring people to being excessively self-promotional-- is just plain obnoxious. \"In real life\" if you engage in obnoxious behavior, people start avoiding you, right?</span>\r\n\r\n<span style=\"color: #000000;\">These are a few obnoxious behaviors that you should avoid:\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Not responding to @ mentions</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> Someone is trying to talk to you. In person, would you ignore someone who is speaking to you?</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Retweeting every comment that includes a mention of you</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious</strong>: It is clear that you are trying to make sure your followers know that others have mentioned you. In person, what would you think of someone who is constantly saying, things like \"Joe really  likes me, and told me so.\"</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Bragging or posting completely self-serving tweets</span>\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> When you are going on (and on and on) about yourself, you are acting as if the world is your echo chamber. <span style=\"text-decoration: underline;\">The only person that benefits from your behavior is you.</span> </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Following people but <span style=\"text-decoration: underline;\">never</span> interacting with them</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> If you are interested in following someone, perhaps it is because you enjoy what they share or have to say. When you don\'t COMMUNICATE with that person, you are giving absolutely no reason why that person should follow you or value your follow.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Never interacting with anyone at all\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> Would you go to a party, stand up and start talking and ignore everyone else in the room? Would you show up to a networking event and not speak to anyone? Why are you there? Presumably, you are there because you want to speak with other people--not to or at them.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Scheduling Tweets</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this obnoxious::</strong> When you schedule Tweets you are using Twitter as a place to dump information rather than a place to interact with people. It takes the social out of social media. </span>\r\n\r\n<strong>Behavior</strong>: Automatically Tweeting your check-ins\r\n\r\n<strong>Why this is obnoxious:</strong> Do you walk around announcing yourself everywhere you go? \"Hi, I am at the corner of Main and Elm. Hi, now I am dropping my clothes at the dry cleaners. Hi, now I am stopping at the drugstore for my seizure medication.  Hi, now I am picking lint off my jacket while standing on line at Starbucks.\"\r\n\r\nIf you don\'t want to be obnoxious on Twitter, think whether you would do those things if you were to see your \"Tweeps\" in person. It really is that simple.\r\n\r\n<span style=\"color: #000000;\">What obnoxious behavior have you encountered on Twitter?</span>\r\n\r\n&nbsp;','How to use Twitter and not be obnoxious','','publish','open','open','','how-to-use-twitter-and-not-be-obnoxious','','','2012-06-21 13:14:02','2012-06-21 13:14:02','',0,'http://deborahbrody.com/?p=1726',0,'post','',0),
(19,4,'2011-06-07 09:03:00','2011-06-07 09:03:00','','About','','inherit','open','open','','18-revision-v1','','','2011-06-07 09:03:00','2011-06-07 09:03:00','',18,'http://deborahbrody.com/2011/06/18-revision/',0,'revision','',0),
(20,4,'2011-06-07 09:03:21','2011-06-07 13:03:21','Mis servicios:\r\n<ul>\r\n	<li>Escritura y producción de materiales de mercadeo (marketing), ya sea un folleto, comunicados de prensa, o el contenido de un sitio Web.</li>\r\n	<li>Redacción de materiales.</li>\r\n	<li>Traducción de materiales  ingles/español.</li>\r\n</ul>\r\nPuede contar con trabajos hechos con creatividad y experiencia, y con la confianza de que hare el trabajo en el tiempo adecuado y a un precio justo.\r\n\r\nDependiendo de las exigencias del cliente, trabajo por proyecto o a largo plazo. En todo caso, el precio se dará por escrito.\r\n\r\n<strong>Biografia</strong>\r\n\r\nDeborah establecio su compañia en 2002. Cuenta con una carrera que abarca veinte años de trabajo en las industrias de relaciones públicas y de publicidad. Deborah obtuvo una Maestría en Comunicaciones en Boston University.\r\n\r\n<strong>¿Como le puedo ayudar? Mandeme un mail:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>','Español','','publish','closed','closed','','espanol','','','2018-04-16 16:02:35','2018-04-16 20:02:35','',0,'http://deborahbrody.com/?page_id=20',0,'page','',0),
(2934,4,'2015-03-27 19:01:45','2015-03-27 23:01:45','Mis servicios:\r\n<ul>\r\n	<li>Escritura y producción de materiales de mercadeo (marketing), ya sea un folleto, comunicados de prensa, o el contenido de un sitio Web.</li>\r\n	<li>Redacción de materiales.</li>\r\n	<li>Traducción de materiales  ingles/español.</li>\r\n</ul>\r\nPuede contar con trabajos hechos con creatividad y experiencia, y con la confianza de que hare el trabajo en el tiempo adecuado y a un precio justo.\r\n\r\nDependiendo de las exigencias del cliente, trabajo por proyecto o a largo plazo. En todo caso, el precio se dará por escrito.\r\n\r\nBiografia\r\n\r\nDeborah establecio su compania en 2002. Cuenta con una carrera que abarca veinte años de trabajo en las industrias de relaciones públicas y de publicidad. Deborah obtuvo una Maestría en Comunicaciones en Boston University.\r\n\r\nContáctenos hoy para discutir como le podemos ayudar.\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>','Espanol','','inherit','open','open','','20-revision-v1','','','2015-03-27 19:01:45','2015-03-27 23:01:45','',20,'http://deborahbrody.com/2015/03/20-revision-v1/',0,'revision','',0),
(21,4,'2011-06-07 09:03:14','2011-06-07 09:03:14','','Es','','inherit','open','open','','20-revision-v1','','','2011-06-07 09:03:14','2011-06-07 09:03:14','',20,'http://deborahbrody.com/2011/06/20-revision/',0,'revision','',0),
(22,4,'2011-06-07 09:03:34','2011-06-07 09:03:34','','Blog','','publish','closed','closed','','blog','','','2018-04-27 17:01:17','2018-04-27 21:01:17','',0,'http://deborahbrody.com/?page_id=22',0,'page','',0),
(23,4,'2011-06-07 09:03:30','2011-06-07 09:03:30','','Blog','','inherit','open','open','','22-revision-v1','','','2011-06-07 09:03:30','2011-06-07 09:03:30','',22,'http://deborahbrody.com/2011/06/22-revision/',0,'revision','',0),
(24,4,'2011-06-07 09:03:51','2011-06-07 09:03:51','<iframe src=\"https://docs.google.com/forms/d/1DR-Ox75S3bNvD01zpkolVqvBlo8PvC9htvgAI4MibU8/viewform?embedded=true\" width=\"600\" height=\"700\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>\r\n\r\n<strong>Email:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\n<strong>Mail</strong>:\r\n\r\n<address>Deborah Brody Marketing Communications</address><address>PO Box 1435\r\nRockville, MD 20849</address><address> </address>','Contact','','publish','closed','closed','','contact','','','2025-06-04 08:45:00','2025-06-04 12:45:00','',0,'http://deborahbrody.com/?page_id=24',0,'page','',0),
(4410,4,'2025-06-04 08:45:00','2025-06-04 12:45:00','<iframe src=\"https://docs.google.com/forms/d/1DR-Ox75S3bNvD01zpkolVqvBlo8PvC9htvgAI4MibU8/viewform?embedded=true\" width=\"600\" height=\"700\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>\r\n\r\n<strong>Email:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\n<strong>Mail</strong>:\r\n\r\n<address>Deborah Brody Marketing Communications</address><address>PO Box 1435\r\nRockville, MD 20849</address><address> </address>','Contact','','inherit','closed','closed','','24-revision-v1','','','2025-06-04 08:45:00','2025-06-04 12:45:00','',24,'https://deborahbrody.com/?p=4410',0,'revision','',0),
(25,4,'2011-06-07 09:03:45','2011-06-07 09:03:45','','Contact','','inherit','open','open','','24-revision-v1','','','2011-06-07 09:03:45','2011-06-07 09:03:45','',24,'http://deborahbrody.com/2011/06/24-revision/',0,'revision','',0),
(26,4,'2011-06-07 09:04:30','2011-06-07 09:04:30',' ','','','publish','open','open','','26','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',0,'http://deborahbrody.com/?p=26',16,'nav_menu_item','',0),
(27,4,'2011-06-07 09:04:30','2011-06-07 09:04:30',' ','','','publish','open','open','','27','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',0,'http://deborahbrody.com/?p=27',15,'nav_menu_item','',0),
(28,4,'2011-06-07 09:04:30','2011-06-07 09:04:30',' ','','','publish','open','open','','28','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',0,'http://deborahbrody.com/?p=28',14,'nav_menu_item','',0),
(29,4,'2011-06-07 09:04:30','2011-06-07 09:04:30',' ','','','publish','open','open','','29','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',0,'http://deborahbrody.com/?p=29',8,'nav_menu_item','',0),
(65,4,'2011-07-21 05:06:37','2011-07-21 05:06:37','','Writing','','inherit','open','open','','49-revision-v1','','','2011-07-21 05:06:37','2011-07-21 05:06:37','',49,'http://deborahbrody.com/2011/07/49-revision-2/',0,'revision','',0),
(32,4,'2011-06-07 09:13:42','2011-06-07 09:13:42','','signup-box','','inherit','open','open','','signup-box','','','2011-06-07 09:13:42','2011-06-07 09:13:42','',0,'http://deborahbrody.com/wp-content/uploads/2011/06/signup-box.jpg',0,'attachment','image/jpeg',0),
(33,4,'2011-06-07 09:02:15','2011-06-07 09:02:15','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://deborahbrody.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','open','','2-revision-v1','','','2011-06-07 09:02:15','2011-06-07 09:02:15','',2,'http://deborahbrody.com/2011/06/2-revision-3/',0,'revision','',0),
(34,4,'2011-06-07 09:41:59','2011-06-07 09:41:59','','facebook-icon','','inherit','open','open','','facebook-icon','','','2011-06-07 09:41:59','2011-06-07 09:41:59','',0,'http://deborahbrody.com/wp-content/uploads/2011/06/facebook-icon.jpg',0,'attachment','image/jpeg',0),
(35,4,'2011-06-07 09:42:00','2011-06-07 09:42:00','','rss-icon','','inherit','open','open','','rss-icon','','','2011-06-07 09:42:00','2011-06-07 09:42:00','',0,'http://deborahbrody.com/wp-content/uploads/2011/06/rss-icon.jpg',0,'attachment','image/jpeg',0),
(36,4,'2011-06-07 09:42:00','2011-06-07 09:42:00','','twitter-icon','','inherit','open','open','','twitter-icon','','','2011-06-07 09:42:00','2011-06-07 09:42:00','',0,'http://deborahbrody.com/wp-content/uploads/2011/06/twitter-icon.jpg',0,'attachment','image/jpeg',0),
(37,4,'2011-06-07 09:57:07','2011-06-07 09:57:07','','favicon','','inherit','open','open','','favicon','','','2011-06-07 09:57:07','2011-06-07 09:57:07','',0,'http://deborahbrody.com/wp-content/uploads/2011/06/favicon.ico',0,'attachment','image/x-icon',0),
(39,4,'2011-06-28 13:56:45','2011-06-28 13:56:45','','Clients','','inherit','open','open','','38-revision-v1','','','2011-06-28 13:56:45','2011-06-28 13:56:45','',38,'http://deborahbrody.com/2011/06/38-revision/',0,'revision','',0),
(40,4,'2011-06-28 13:57:18','2011-06-28 13:57:18','<h2>International charity needs to rebrand</h2>\r\n<strong>The Case</strong>\r\n\r\n<a href=\"http://www.reach.org/\" target=\"_blank\">REACH International</a>, a charitable organization that provides education, housing and other services to disadvantaged children in 24 countries, needed to increase its donor base and extend its appeal. The charity had not refreshed its materials in a long time, and the existing look and messaging did not communicate well to a new donor target.\r\n\r\n<strong>The Work</strong>\r\n\r\nREACH International was using an outdated brochure and wanted to recreate both the design and the content. Dan Kohan of<a href=\"http://sensicaldesign.com/\" target=\"_blank\"> Sensical Design</a> designed a new logo and the new brochure. DBMC was tasked with writing the content.\r\n\r\nAs with any new project, my first step was to have an in-depth conversation with the client. I suggested that our first step would be to create key messages and an organizational description that could be used in the brochure and all other marketing pieces (website, press releases, etc.). I provided the client with a detailed branding and identity questionnaire. From her answers and our interview, I developed the key messages (with supporting points) and a “boilerplate” organizational description. Once those were approved, I went on to write the brochure.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, REACH International has a beautiful, updated brochure that communicates the impact of the humanitarian work it does around the world.\r\n\r\nView the PDF of the new brochure: <a href=\"http://deborahbrody.com/wp-content/uploads/2011/06/REACH-brochure-03.pdf\" target=\"_blank\">REACH-brochure-03</a>.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2>Nonprofit needs a website and a tagline to start up</h2>\r\n<strong>The Case</strong>\r\n\r\n<strong>Pebbles of Hope</strong> is a nonprofit dedicated to helping premature babies to survive and thrive. When its founder and executive director, Cheryl Chotrani, approached DBMC, the organization was just starting out and needed marketing help. Specifically, Ms. Chotrani asked me to write the website content and to create a tagline for the organization. Ms. Chotrani, who has a marketing and media background, had already created a very comprehensive creative brief outlining the key messages, the target audience, and what the desired look and feel was for the website and had already hired a designer to create the website and a logo.\r\n\r\n<strong>The Work</strong>\r\n\r\nAs with any project, the first step is getting to know the client and the issue at hand. In this case I had several in-depth interviews with Ms. Chotrani. I read through the information she provided, gathered research on preterm births and also researched other organizations doing similar work.\r\n\r\nThe second step was to clarify the goal of the website and what type of information would have to be included. Then, I created a robust website outline/navigation guide that would serve to guide the content.\r\n\r\nWith the approved outline in hand, and the information gathered from the client and other sources, I started writing the content. Client comments and changes were incorporated and a final draft was sent to the designer.\r\n\r\nConcurrently to writing the website content, I developed around fifteen tagline suggestions. Having the tagline would help set the tone and direction for the website and the organization. These suggested taglines were submitted to the client, and with her input, the final tagline was selected.\r\n\r\nThe last step was to check and proofread the finished website.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, <a href=\"http://www.pebblesofhope.org/\" target=\"_blank\">Pebbles of Hope has a beautiful and functional website</a>. On it you can see the tagline “Giving the world’s smallest babies a fighting chance.” Thanks to volunteers, the organization also has a frequently updated blog, and a social media presence. Some of the website content and the tagline are used in other marketing materials, including a brochure.','Recent Projects','','publish','closed','closed','','portfolio','','','2015-10-20 10:26:25','2015-10-20 14:26:25','',18,'http://deborahbrody.com/?page_id=40',0,'page','',0),
(41,4,'2011-06-28 13:57:07','2011-06-28 13:57:07','','Portfolio','','inherit','open','open','','40-revision-v1','','','2011-06-28 13:57:07','2011-06-28 13:57:07','',40,'http://deborahbrody.com/2011/06/40-revision/',0,'revision','',0),
(42,4,'2011-06-28 13:57:37','2011-06-28 13:57:37','<h3>Project</h3>\r\nPerhaps you want to hire us to work on a single project. You\'ll give us all the relevant information, including target audience for the project, timelines and existing materials. Once we\'ve assessed what you need, we will provide you with a written time and cost estimate before beginning.\r\n\r\nProjects are payable with a 30% to 50% deposit to start, and the balance due once the project is complete.\r\n<h3>Retainer</h3>\r\nIf you require ongoing marketing help or know you will have many projects over two months or more, we will set up a retainer agreement. We will estimate how many hours of time you will require per month. We will agree on a cost and number of hours. Retainer agreements are payable on a monthly or bi-weekly schedule. Retainers can be dissolved in writing.\r\n<h3>Payment</h3>\r\nWe accept business or personal checks, credit cards via PayPal, cash and money orders. Paying by credit card incurs an additional 3% surcharge.  Our policy is 30 days net for most invoices. As a small business, we cannot afford to extend credit to our clients, and we respectfully request full payment as and when invoiced.\r\n<h3>Late Fees</h3>\r\n<strong></strong>Invoices that are not paid after 30 days from date of invoice are subject to late fees on the following schedule:\r\n\r\n31-60 days: 20% late fee\r\n\r\n61-90 days: 25% late fee\r\n\r\n91-120 days: 30% late fee\r\n\r\nAny invoice that is unpaid after 121 days will be subject to a 50% late fee, remitted to immediate collection, and the client relationship will be immediately terminated.\r\n<h3>No work on spec</h3>\r\nFinally, DBMC does not provide spec work. If you require a sample, we will provide you with work done for previous clients. If you want us to produce something specifically for you, we require payment.','How We Work','','publish','closed','closed','','how-we-work','','','2017-09-04 13:17:14','2017-09-04 17:17:14','',18,'http://deborahbrody.com/?page_id=42',0,'page','',0),
(43,4,'2011-06-28 13:57:35','2011-06-28 13:57:35','','How We Work','','inherit','open','open','','42-revision-v1','','','2011-06-28 13:57:35','2011-06-28 13:57:35','',42,'http://deborahbrody.com/2011/06/42-revision/',0,'revision','',0),
(44,4,'2011-06-28 13:58:23','2011-06-28 13:58:23',' ','','','publish','open','open','','44','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',18,'http://deborahbrody.com/?p=44',11,'nav_menu_item','',0),
(45,4,'2011-06-28 13:58:23','2011-06-28 13:58:23',' ','','','publish','open','open','','45','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',18,'http://deborahbrody.com/?p=45',10,'nav_menu_item','',0),
(46,4,'2011-06-28 13:58:23','2011-06-28 13:58:23',' ','','','publish','open','open','','46','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',18,'http://deborahbrody.com/?p=46',9,'nav_menu_item','',0),
(1424,4,'2011-09-06 15:31:14','2011-09-06 15:31:14','Do you have the kind of Twitter followers you want? Are you getting the information you want and need from your Twitter stream? If the answer is no, I have one question for you to consider before you post your next Tweet:\r\n\r\n<strong>Who cares about what I am about to post?</strong>\r\n\r\nDo your friends care? Your mother? Your potential clients? Your colleagues?\r\n\r\nNot everything you want to say has to be said on social media. If you want to vent about your new dishwasher, why not call a neighbor? If you want to make brunch plans--why not text your friends?','One question to improve your Twitter stream','','publish','open','open','','one-question-to-improve-your-twitter-stream','','','2011-09-06 15:31:14','2011-09-06 15:31:14','',0,'http://deborahbrody.com/?p=1424',0,'post','',0),
(49,4,'2011-07-21 05:06:37','2011-07-21 05:06:37','Written materials are the cornerstone of marketing communications. Clear, concise and convincing writing will make your marketing materials and your business stand out.\r\n\r\nDeborah Brody Marketing Communications writes:\r\n<ul>\r\n	<li>Website content</li>\r\n	<li>Blog posts</li>\r\n	<li>Marketing collateral\r\n<ul>\r\n	<li>Brochures</li>\r\n	<li>Flyers</li>\r\n	<li>Taglines</li>\r\n	<li>Ebooks</li>\r\n	<li>Newsletter copy</li>\r\n	<li>Email copy</li>\r\n</ul>\r\n</li>\r\n	<li>Advertising copy</li>\r\n	<li>Public relations materials\r\n<ul>\r\n	<li>Press releases</li>\r\n	<li>Executive biographies</li>\r\n	<li>Position papers</li>\r\n	<li>White papers</li>\r\n</ul>\r\n</li>\r\n	<li>Messaging materials\r\n<ul>\r\n	<li>Key messages</li>\r\n	<li>Company descriptions</li>\r\n	<li>Boilerplate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nWriting fee: $125 per hour','Writing/Copywriting','','publish','closed','closed','','writing','','','2017-09-04 13:18:27','2017-09-04 17:18:27','',14,'http://deborahbrody.com/?page_id=49',0,'page','',0),
(50,4,'2011-07-21 05:06:33','2011-07-21 05:06:33','','Writing','','inherit','open','open','','49-revision-v1','','','2011-07-21 05:06:33','2011-07-21 05:06:33','',49,'http://deborahbrody.com/2011/07/49-revision/',0,'revision','',0),
(51,4,'2011-07-21 05:07:42','2011-07-21 05:07:42','Where does your brochure or website fit in with your marketing and communications plan? Every marketing piece you put out should be a tactic in the larger strategy of marketing your product, service or company. Deborah Brody Marketing Communications will give you specific, creative marketing ideas, tactics and strategies.\r\n<h3>Blog consulting</h3>\r\nWhere does your blog fit in your overall communications plan? Is it achieving results?\r\n<h3>Social media consulting</h3>\r\nAre you using social media effectively? Are you reaching your goals? We\'ll help you determine what is working and what is not, and how to fix it.\r\n<h3>Communications audits</h3>\r\nAre your key messages relevant? What marketing collateral do you need and which could you get rid of? We will assess your materials and provide recommendations.\r\n\r\nCommunications consulting fee: $125 per hour','Consulting','','publish','closed','closed','','communications-consulting','','','2017-09-04 13:19:03','2017-09-04 17:19:03','',14,'http://deborahbrody.com/?page_id=51',0,'page','',0),
(52,4,'2011-07-21 05:07:37','2011-07-21 05:07:37','','Communications Consulting','','inherit','open','open','','51-revision-v1','','','2011-07-21 05:07:37','2011-07-21 05:07:37','',51,'http://deborahbrody.com/2011/07/51-revision/',0,'revision','',0),
(2214,4,'2013-06-07 13:36:09','2013-06-07 13:36:09','You can\'t call yesterday\'s news new. In fact, you probably can\'t call it news either. And yet, it has become a habit for some marketers, most notably those on Twitter, to use the word \"new\" or even worse, the word \"breaking\" to set apart their content. Now, if something is truly new or breaking, then that\'s fine, but keep in mind that calling something new or breaking is a one-time-only proposition.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"News Shop by Cyberslayer, on Flickr\" href=\"http://www.flickr.com/photos/cyberslayer/338311046/\"><img alt=\"News Shop\" src=\"http://farm1.staticflickr.com/156/338311046_d98886414a.jpg\" width=\"400\" height=\"300\" /></a> News shop by Cyberslayer via Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nOnce you have called something new or breaking, you can\'t do it again. Why? Here are three reasons:\r\n<ol>\r\n	<li>It is <strong>false advertising</strong>: it is no longer new.</li>\r\n	<li>It <strong>undermines your credibility</strong>: you are trying to get me to believe something that is not so.</li>\r\n	<li>It\'s a <strong>cheap tactic</strong>: is this the only way you can get attention for your product, service or idea?</li>\r\n</ol>\r\nIf I see a Twitter stream replete with the words new or breaking, it better be from a wire service, newspaper or news broadcast. A post that you wrote two weeks ago is not new. An idea that you tweeted out last week certainly is not breaking.\r\n\r\nRemember it\'s only new once, everything else can be classified as gently used or old or even outdated!\r\n\r\n&nbsp;','It\'s only new once','','publish','open','open','','its-only-new-once','','','2013-06-07 13:36:09','2013-06-07 13:36:09','',0,'http://deborahbrody.com/?p=2214',0,'post','',0),
(2206,4,'2013-05-29 12:12:30','2013-05-29 12:12:30','You\'ve heard the saying about how the cobbler\'s children go barefoot. It seems to me that this is especially true for PR agencies and practitioners. They don\'t seem to get that they need to think about their image and their relations with their public. They are in PR but don\'t practice PR for themselves.\r\n\r\nRecently, a large PR firm had layoffs. They were not publicized as most companies like to keep this information quiet.  I happen to have a connection to some of the people that were laid off, and I heard that the layoffs were not handled nicely (or a nicely as being told you are losing your job can be handled). The people who were laid off were given just a few minutes to collect their belongings and leave the office. They were only given two weeks severance.  One of them did not get a chance to take her personal stuff with her, and the agency \"lost\" it. In short, they were not treated very well.\r\n\r\nWhat\'s astounding to me is that a PR agency that is in the business of making clients look good can do things that make itself look bad. Why would you not handle a layoff in a more caring and thoughtful fashion? Don\'t you know that people have friends and friends have social media? Don\'t you know that reputations depend on cultivating good feelings and trust?\r\n\r\nAnd then there is all the questionable personal stuff that PR people do in business settings, like having incomplete or outdated LinkedIn profiles or using Twitter  to post automated horoscope listings. And then there are stories about PR executives that go on Twitter to rant and rave, and sometimes even post nasty comments about clients, as if nobody can see (and copy and disseminate) that?\r\n\r\nPR people (and agencies) must learn that what they do--both publicly and privately-- is open for scrutiny, and in a digital world, news travels fast and wide. Ultimately, public relations is about protecting reputation and helping build and protect an image. PR agencies and practitioners need to think about their own reputation and image, and act accordingly.','PR for PR people','','publish','open','open','','pr-for-pr-people','','','2013-05-29 12:12:30','2013-05-29 12:12:30','',0,'http://deborahbrody.com/?p=2206',0,'post','',0),
(2155,4,'2013-04-29 15:48:31','2013-04-29 15:48:31','Someone I know posted this update on Facebook:\r\n<p style=\"padding-left: 30px;\"><em>\"A real game of yuck this week.\"</em></p>\r\nWho knows what she meant. I am sure you have seen similar coy or opaque statements that just beg followers to ask for more information. And that is what the poster wants...you to ask for details. This may or may not be a good tactic to get attention on Facebook. It certainly is a bad tactic to use if you are trying to get attention in your email marketing, your blog posts, and other marketing content.\r\n\r\nSay you have an email newsletter you send to your clients. You write:\r\n<p style=\"padding-left: 30px;\"><em>Spring is a lovely time of year. Good things happen in the spring, it is a time of renewal. Tulips are blooming and spring sales are everywhere.</em></p>\r\nUnless you want to get people upset at your opaqueness, there is little use for being coy in marketing communication. Instead, you should know what you want and ask for it. Instead of rhapsodizing about spring in your newsletter, why not figure out what action you want your target audience to take (this is your <strong>call to action, </strong>in marketing terms)<strong>.</strong>  Don\'t make your audience guess. Tell them, clearly and precisely. Here are a few examples:\r\n<ul>\r\n	<li>Spring means renewal! Time to renew your subscription to our newsletter</li>\r\n	<li>Spring classes are starting. Here is how to enroll in our next class.</li>\r\n	<li>Spring sales are on! Check out the reduced prices on our newest product</li>\r\n</ul>\r\nThese are all <strong>specific actions</strong> you want your audience to take.\r\n\r\nAre you being coy in your communications? Why not start being direct and asking for what you want?!\r\n<h3>How to blog workshop on May 17</h3>\r\nSign up today to get your early registration discount to my next How to Blog workshop taking place on May 17. For more details and to register visit <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog4.eventbrite.com</a> .\r\n\r\n&nbsp;','Are you being coy?','','publish','open','open','','are-you-being-coy','','','2013-04-29 15:48:31','2013-04-29 15:48:31','',0,'http://deborahbrody.com/?p=2155',0,'post','',0),
(59,4,'2011-07-21 05:11:10','2011-07-21 05:11:10',' ','','','publish','open','open','','59','','','2018-02-12 10:39:32','2018-02-12 15:39:32','',14,'http://deborahbrody.com/?p=59',6,'nav_menu_item','',0),
(60,4,'2011-07-21 05:11:10','2011-07-21 05:11:10','','Writing','','publish','open','open','','60','','','2018-02-12 10:39:32','2018-02-12 15:39:32','',14,'http://deborahbrody.com/?p=60',4,'nav_menu_item','',0),
(61,4,'2011-07-21 05:19:33','2011-07-21 05:19:33','Do you have specific questions about a marketing issue? Just post here and I will attempt an answer.','Questions? ','','publish','open','open','','questions','','','2011-07-21 05:19:33','2011-07-21 05:19:33','',0,'http://deborahbrody.com/?p=61',0,'post','',1),
(62,4,'2011-07-21 05:19:21','2011-07-21 05:19:21','','Questions? ','','inherit','open','open','','61-revision','','','2011-07-21 05:19:21','2011-07-21 05:19:21','',61,'http://deborahbrody.com/2011/07/61-revision/',0,'revision','',0),
(63,4,'2011-06-28 13:57:18','2011-06-28 13:57:18','','Portfolio','','inherit','open','open','','40-revision-v1','','','2011-06-28 13:57:18','2011-06-28 13:57:18','',40,'http://deborahbrody.com/2011/06/40-revision-2/',0,'revision','',0),
(1365,4,'2011-07-22 04:02:20','2011-07-22 04:02:20','<h3>Deborah Brody</h3>\r\ndeborah at deborahbrody dot com\r\n\r\nDeborah has more than a decade of experience working in both  advertising and public relations agencies. She launched her career at  Houston Effler Herstek Favat, a top Boston advertising agency, working  on the NEC Technologies account. In 1997, Deborah relocated to South  Florida in order to take advantage of her native Spanish fluency. In  Florida, she worked at Everett Clay Associates, the oldest PR firm in  Miami; The Jeffrey Group, an agency specializing in Latin American PR;  and Peter Nasca Associates, a  corporate communications agency. In the  Fall of 2001, Deborah served as a lecturer in Advanced Public Relations  Writing at Florida International University. Deborah received her  Bachelor\'s degree in Politics from Brandeis University in Waltham,  Massachusetts. She then obtained a Master\'s degree in Mass Communication  from Boston University\'s College of Communication, one of the country\'s  most respected communications programs.\r\n\r\nDeborah has  an active community leadership role. She has served  on the National Arts Marketing Council Steering Committee (Miami) and  the Jewish Community Relations Council. She also is involved with her  undergraduate university, serving on the  Brandeis Alumni Club Steering  Committee.\r\n<h3>Our Philosophy</h3>\r\nWe follow the integrated marketing communications philosophy, because we  believe that effective marketing comes from the smart use of the right  mix of communications tools. Some clients need advertising, and some  need public relations, and many need both. The most effective marketing  efforts occur when advertising plans work in concert with PR  initiatives. We believe that companies or organizations should have a  clear, strong brand and image, which their marketing efforts should  support and further.','About','','inherit','open','open','','18-revision-v1','','','2011-07-22 04:02:20','2011-07-22 04:02:20','',18,'http://deborahbrody.com/2011/07/18-revision-6/',0,'revision','',0),
(66,4,'2011-07-22 03:54:13','2011-07-22 03:54:13','Writing is the cornerstone of marketing communications. Clear,  concise and convincing writing will make your marketing materials and  your business stand out.\r\n\r\nDeborah Brody Marketing Communications writes:\r\n<ul>\r\n	<li>Marketing collateral (brochures, flyers, letters)</li>\r\n	<li>Website content</li>\r\n	<li>Advertising copy</li>\r\n	<li>Public relations materials</li>\r\n</ul>','Writing/Copywriting','','inherit','open','open','','49-revision-v1','','','2011-07-22 03:54:13','2011-07-22 03:54:13','',49,'http://deborahbrody.com/2011/07/49-revision-3/',0,'revision','',0),
(69,4,'2011-07-21 05:07:42','2011-07-21 05:07:42','','Communications Consulting','','inherit','open','open','','51-revision-v1','','','2011-07-21 05:07:42','2011-07-21 05:07:42','',51,'http://deborahbrody.com/2011/07/51-revision-2/',0,'revision','',0),
(70,4,'2013-04-26 17:28:24','2013-04-26 17:28:24','Where does your brochure or website fit in with your marketing and communications plan? Every marketing piece you put out should be a tactic in the larger strategy of marketing your product, service or company. Deborah Brody Marketing Communications will give you specific, creative marketing ideas, tactics and strategies.\n<h3>Blog consulting</h3>\nWhere does your blog fit in your overall communications plan? Is it achieving results?\n<h3>Social media consulting</h3>\nAre you using social media effectively? Are you reaching your goals? We\'ll help you determine what is working and what is not, and how to fix it.\n<h3>Communications audits</h3>\nAre your key messages relevant? What marketing collateral do you need and which could you get rid of? We will assess your materials and provide recommendations.','Consulting','','inherit','open','open','','51-autosave-v1','','','2013-04-26 17:28:24','2013-04-26 17:28:24','',51,'http://deborahbrody.com/2011/07/51-autosave/',0,'revision','',0),
(71,4,'2011-06-07 09:03:02','2011-06-07 09:03:02','','About','','inherit','open','open','','18-revision-v1','','','2011-06-07 09:03:02','2011-06-07 09:03:02','',18,'http://deborahbrody.com/2011/06/18-revision-2/',0,'revision','',0),
(72,4,'2011-07-22 04:00:24','2011-07-22 04:00:24','<h3>Our Philosophy</h3>\r\nWe follow the integrated marketing communications philosophy, because we  believe that effective marketing comes from the smart use of the right  mix of communications tools. Some clients need advertising, and some  need public relations, and many need both. The most effective marketing  efforts occur when advertising plans work in concert with PR  initiatives. We believe that companies or organizations should have a  clear, strong brand and image, which their marketing efforts should  support and further.','About','','inherit','open','open','','18-revision-v1','','','2011-07-22 04:00:24','2011-07-22 04:00:24','',18,'http://deborahbrody.com/2011/07/18-revision-3/',0,'revision','',0),
(73,4,'2011-07-22 04:01:23','2011-07-22 04:01:23','<h3>Deborah Brody <strong>\r\n\r\n</strong>deborah at deborahbrody dot com\r\n\r\nDeborah has more than a decade of experience working in both  advertising and public relations agencies. She launched her career at  Houston Effler Herstek Favat, a top Boston advertising agency, working  on the NEC Technologies account. In 1997, Deborah relocated to South  Florida in order to take advantage of her native Spanish fluency. In  Florida, she worked at Everett Clay Associates, the oldest PR firm in  Miami; The Jeffrey Group, an agency specializing in Latin American PR;  and Peter Nasca Associates, a  corporate communications agency. In the  Fall of 2001, Deborah served as a lecturer in Advanced Public Relations  Writing at Florida International University. Deborah received her  Bachelor\'s degree in Politics from Brandeis University in Waltham,  Massachusetts. She then obtained a Master\'s degree in Mass Communication  from Boston University\'s College of Communication, one of the country\'s  most respected communications programs.</h3>\r\nDeborah has  an active community leadership role. She has served  on the National Arts Marketing Council Steering Committee (Miami) and  the Jewish Community Relations Council. She also is involved with her  undergraduate university, serving on the  Brandeis Alumni Club Steering  Committee.\r\n<h3>Our Philosophy</h3>\r\nWe follow the integrated marketing communications philosophy, because we  believe that effective marketing comes from the smart use of the right  mix of communications tools. Some clients need advertising, and some  need public relations, and many need both. The most effective marketing  efforts occur when advertising plans work in concert with PR  initiatives. We believe that companies or organizations should have a  clear, strong brand and image, which their marketing efforts should  support and further.','About','','inherit','open','open','','18-revision-v1','','','2011-07-22 04:01:23','2011-07-22 04:01:23','',18,'http://deborahbrody.com/2011/07/18-revision-4/',0,'revision','',0),
(74,4,'2011-07-22 04:01:42','2011-07-22 04:01:42','<h3>Deborah Brody <strong>&nbsp;\r\n\r\n</strong>deborah at deborahbrody dot comDeborah has more than a decade of experience working in both  advertising and public relations agencies. She launched her career at  Houston Effler Herstek Favat, a top Boston advertising agency, working  on the NEC Technologies account. In 1997, Deborah relocated to South  Florida in order to take advantage of her native Spanish fluency. In  Florida, she worked at Everett Clay Associates, the oldest PR firm in  Miami; The Jeffrey Group, an agency specializing in Latin American PR;  and Peter Nasca Associates, a  corporate communications agency. In the  Fall of 2001, Deborah served as a lecturer in Advanced Public Relations  Writing at Florida International University. Deborah received her  Bachelor\'s degree in Politics from Brandeis University in Waltham,  Massachusetts. She then obtained a Master\'s degree in Mass Communication  from Boston University\'s College of Communication, one of the country\'s  most respected communications programs.</h3>\r\nDeborah has  an active community leadership role. She has served  on the National Arts Marketing Council Steering Committee (Miami) and  the Jewish Community Relations Council. She also is involved with her  undergraduate university, serving on the  Brandeis Alumni Club Steering  Committee.\r\n<h3>Our Philosophy</h3>\r\nWe follow the integrated marketing communications philosophy, because we  believe that effective marketing comes from the smart use of the right  mix of communications tools. Some clients need advertising, and some  need public relations, and many need both. The most effective marketing  efforts occur when advertising plans work in concert with PR  initiatives. We believe that companies or organizations should have a  clear, strong brand and image, which their marketing efforts should  support and further.','About','','inherit','open','open','','18-revision-v1','','','2011-07-22 04:01:42','2011-07-22 04:01:42','',18,'http://deborahbrody.com/2011/07/18-revision-5/',0,'revision','',0),
(3251,4,'2016-05-26 08:52:09','2016-05-26 12:52:09','One of the blogs on my must-read list is <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a>, written by Brad Phillips.  I\'ve been reading Brad\'s insights on media and communications for years. Brad truly is a born blogger, and a great communicator, so naturally, I wanted to him to share this thoughts on writing.\r\n\r\n[caption id=\"attachment_3252\" align=\"alignleft\" width=\"200\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini.jpg\"><img class=\"wp-image-3252 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini-200x300.jpg\" alt=\"Brad Phillips\" width=\"200\" height=\"300\" /></a> Brad Phillips, president, Phillips Media Relations[/caption]\r\n\r\n<strong> </strong>\r\n\r\n<strong>B</strong><strong>rad Phillips</strong> is the president of <a href=\"http://www.phillipsmediarelations.com/\" target=\"_blank\">Phillips Media Relations</a>, a media and presentation training firm with offices in New York City and Washington, DC. Before founding his firm in 2004, he was a journalist with ABC News and CNN. Phillips is the author of <em>The Media Training Bible</em>, an Amazon #1 Public Relations best seller, the new book <em>101 Ways to Open a Speech</em>, and the <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a> blog, the world\'s most-visited media training website.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/mrmediatraining\" target=\"_blank\">@MrMediaTraining</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1</strong>. <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is critical for our firm and touches all parts of our work. Our books help introduce potential clients to our work for a modest cost, and our blog—which posts fresh content at least weekly—does the same for free. Our writing also influences our training sessions; sharply written media interview practice questions often elicit surprising responses, which allow us to discuss better approaches with the client. In terms of its overall importance as a skill, I can’t think of many others that are more important. Framing your ideas well—particularly in a business dependent upon the written word—is non-negotiable.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWhen I first joined Twitter in 2009, I feared that it would hasten grammar’s demise, or at least its relative importance. To my surprise, I found that the challenge of reducing thoughts to a compelling 140 characters tightened my writing in other places, too. Like so many things, writing can both thrive and suffer in a digital world.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nThe best advice may also be the most obvious: the greatest writing lives in the editing. For example, my preference is to frame a blog post in my mind before writing, hammer it out quickly, and then spend the majority of my time cleaning it up, moving pieces around, and tightening the writing.\r\n\r\n<strong> 4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nI don’t have any specific writing resources, but try to pay attention to other bloggers. For some reason, blog posts are the perfect length for me. I’ve always struggled with longer-form writing, which is why I organized <em>The Media Training Bible </em>as 101 two-page lessons rather than, say, eight main chapters containing 25 pages each.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI’ve never felt a compelling need to marry myself to a single style guide; even the editor for my books relied on Chicago style but modified it to meet our needs. This is one of those areas in which it’s helpful to know the rules in order to know how and when to break them. More important than stringent rules to me is making sure my choices are grammatically defensible.\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve is when writers include unnecessary words. A few extraneous phrases in an effort to achieve a friendlier tone is one thing. But when it’s pervasive throughout someone’s writing, I click away from their post.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “yes,” not when offered in an unthinking or overly compliant way, but when someone agrees to take on a challenge with determination and enthusiasm. My least favorite is “like” when used as verbal filler.\r\n\r\n<span style=\"color: #ff0000;\">Do  you agree with Brad editing is the most important part in producing top-notch writing? I know I do! Share your thoughts on writing in the comments, and be sure to check this space next month when another communications pro will share his or her thoughts on writing.</span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Have a meaningful and relaxing Memorial Day weekend: Unofficial summer is finally here!</span></strong>','On writing: Brad Phillips knows training is key','','publish','open','open','','on-writing-brad-phillips-knows-training-is-key','','','2016-05-26 08:52:09','2016-05-26 12:52:09','',0,'http://deborahbrody.com/?p=3251',0,'post','',0),
(3146,4,'2016-02-03 12:53:15','0000-00-00 00:00:00','Organizations  often spend a lot of time (and money) creating (or redesigning) the perfect website. It could take months to get the best design, the right content, and everything running smoothly. Then, finally, the website is launched or relaunched. But it won\'t be perfect. It still need scrutiny and probably, more work.\r\n\r\n<strong>You can\'t stop working on your website--it\'s a continuous process</strong>\r\n\r\nFirs of all, your newly launched website will most certainly have all sorts of kinks: broken links, missing information, pictures not loading correctly, etc.  Some of these kinks get worked out once they are found. But many times, the kinks are not discovered right away.\r\n\r\n<strong>You need user feedback.</strong>\r\n\r\nYour website should be designed with the user in mind (user experience or UX design). And perhaps it was, but how do <em>your</em> users interact with the website? What information do they need to find? What do they like and what don\'t they like? OK, so maybe they won\'t come out and tell you, but you probably do know what areas of your website are being visited and which aren\'t.\r\n\r\n<strong>Bank website: I can\'t find what I need!\r\n</strong>\r\n\r\nJust last week, I needed information on putting a stop payment on a check. I first went to my bank\'s website. I looked around and could not find any information on how to do it or how much it would cost. I was forced to call. I spoke to a representative, who explained the costs and the process. I asked if I could do it online. Yes, she said, of course. I asked how. She had to transfer me to a website customer service agent. I posed the same question. She looked around, and finally discovered where this information lay. It was not obvious, or easily found. And doing a search did not turn it up. The bank had no idea that something so common as a stop payment was not addressed on its website.\r\n\r\n<strong>Does it happen the way you say it happens?</strong>\r\n\r\nI went to a website that offered a free ebook if you signed up for an email newsletter. After inputting my email address, I got a pop-up saying  I would get a link in my inbox very soon to which I\'d then have to respond. And once I\'d done that, I\'d have to wait to get another link to get the ebook (process seems a bit too long but that is another story). It took quite a while for the first link to show up. And then it took another long while for the other link to show up.  I am pretty sure that the website\'s owner has never had to sign up to download the ebook.\r\n\r\n&nbsp;','Your website needs attention','','draft','open','open','','','','','2016-02-03 12:53:15','2016-02-03 17:53:15','',0,'http://deborahbrody.com/?p=3146',0,'post','',0),
(3134,4,'2016-01-28 10:30:23','2016-01-28 15:30:23','Welcome to the first \"On Writing\" interview, a monthly series in which a marketing communications pro will answer seven questions about writing. This month, public relations consultant and author Carrie Morgan of Rock the Status Quo agreed to be the first <del>victim</del> pro to participate. Find her thoughts below.\r\n\r\n[caption id=\"attachment_3136\" align=\"alignleft\" width=\"220\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg\"><img class=\"size-medium wp-image-3136\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4-220x300.jpg\" alt=\"Carrie Morgan\" width=\"220\" height=\"300\" /></a> Carrie Morgan[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Carrie Morgan</strong>\r\n\r\nAuthor of <em>Above The Noise: Creating Trust, Value &amp; Reputation Online Using Digital PR</em>. Senior digital PR consultant - public relations, content marketing, social media &amp; SEO. Author. Feisty word nerd. #PRprochat founder.\r\n\r\n<strong>Organization</strong>:  <a href=\"http://rockthestatusquo.com/\" target=\"_blank\">Rock The Status Quo</a>\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/morgancarrie\" target=\"_blank\">@morgancarrie</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, <em>Above The Noise</em>. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at <a href=\"http://www.getstoried.com/\" target=\"_blank\">GetStoried.com</a>. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a>  for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy—writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/13.png\"><img class=\"aligncenter wp-image-3137 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/13-1024x512.png\" alt=\"13\" width=\"1024\" height=\"512\" /></a>\r\n\r\nCarrie has just released her book,<a href=\"http://www.amazon.com/Above-Noise-Creating-Reputation-Digital/dp/1628652586/ref=sr_1_1?ie=UTF8&amp;qid=1449082739&amp;sr=8-1&amp;keywords=above+the+noise+carrie+morgan\" target=\"_blank\"><em> Above the Noise</em></a>. Writing a book has its own special challenges, so I asked Carrie to elaborate.\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to sell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misconception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books.\r\n\r\n<span style=\"color: #ff0000;\">Stay tuned to this space for upcoming On Writing interviews. And remember, if you need to create or recreate marketing materials, I am here to help!</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','publish','open','open','','on-writing-carrie-morgan-rocks-the-status-quo','','','2016-01-28 10:30:23','2016-01-28 15:30:23','',0,'http://deborahbrody.com/?p=3134',0,'post','',3),
(2935,4,'2015-03-27 19:05:04','2015-03-27 23:05:04','Mis servicios:\r\n<ul>\r\n	<li>Escritura y producción de materiales de mercadeo (marketing), ya sea un folleto, comunicados de prensa, o el contenido de un sitio Web.</li>\r\n	<li>Redacción de materiales.</li>\r\n	<li>Traducción de materiales  ingles/español.</li>\r\n</ul>\r\nPuede contar con trabajos hechos con creatividad y experiencia, y con la confianza de que hare el trabajo en el tiempo adecuado y a un precio justo.\r\n\r\nDependiendo de las exigencias del cliente, trabajo por proyecto o a largo plazo. En todo caso, el precio se dará por escrito.\r\n\r\n<strong>Biografia</strong>\r\n\r\nDeborah establecio su compañia en 2002. Cuenta con una carrera que abarca veinte años de trabajo en las industrias de relaciones públicas y de publicidad. Deborah obtuvo una Maestría en Comunicaciones en Boston University.\r\n\r\n<strong>¿Como le puedo ayudar? Mandeme un mail:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>','Espanol','','inherit','open','open','','20-revision-v1','','','2015-03-27 19:05:04','2015-03-27 23:05:04','',20,'http://deborahbrody.com/2015/03/20-revision-v1/',0,'revision','',0),
(1366,4,'2011-08-19 05:32:52','2011-08-19 05:32:52','Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:32:52','2011-08-19 05:32:52','',18,'http://deborahbrody.com/2011/08/18-revision-7/',0,'revision','',0),
(76,4,'2011-06-28 13:56:48','2011-06-28 13:56:48','','Clients','','inherit','open','open','','38-revision-v1','','','2011-06-28 13:56:48','2011-06-28 13:56:48','',38,'http://deborahbrody.com/2011/06/38-revision-2/',0,'revision','',0),
(77,4,'2017-09-04 13:16:36','2017-09-04 17:16:36','<h3>Project</h3>\nPerhaps you want to hire us to work on a single project. You\'ll give us all the relevant information, including target audience for the project, timelines and existing materials. Once we\'ve assessed what you need, we will provide you with a written time and cost estimate before beginning.\n\nProjects are payable with a 30% to 50% deposit to start, and the balance due once the project is complete.\n<h3>Retainer</h3>\nIf you require ongoing marketing help or know you will have many projects over two months or more, we will set up a retainer agreement. We will estimate how many hours of time you will require per month. We will agree on a cost and number of hours. Retainer agreements are payable on a bi-weekly schedule. Retainers can be dissolved in writing.\n<h3>Payment</h3>\nWe accept business or personal checks, credit cards via PayPal, cash and money orders. Paying by credit card incurs an additional 3% surcharge.  Our policy is 30 days net for most invoices. As a small business, we cannot afford to extend credit to our clients, and we respectfully request full payment as and when invoiced.\n<h3>Late Fees</h3>\n<strong></strong>Invoices that are not paid after 30 days from date of invoice are subject to late fees on the following schedule:\n\n31-60 days: 20% late fee\n\n61-90 days: 25% late fee\n\n91-120 days: 30% late fee\n\nAny invoice that is unpaid after 121 days will be subject to a 50% late fee, remitted to immediate collection, and the client relationship will be immediately terminated.\n<h3>No work on spec</h3>\nFinally, DBMC does not provide spec work. If you require a sample, we will provide you with work done for previous clients. If you want us to produce something specifically for you, we require payment.','How We Work','','inherit','open','open','','42-autosave-v1','','','2017-09-04 13:16:36','2017-09-04 17:16:36','',42,'http://deborahbrody.com/2011/07/42-autosave/',0,'revision','',0),
(78,4,'2011-06-28 13:57:37','2011-06-28 13:57:37','','How We Work','','inherit','open','open','','42-revision-v1','','','2011-06-28 13:57:37','2011-06-28 13:57:37','',42,'http://deborahbrody.com/2011/06/42-revision-2/',0,'revision','',0),
(79,4,'2011-07-22 04:15:39','2011-07-22 04:15:39','<h3>Project</h3>\r\nPerhaps you want to hire us to work on a single project. You\'ll give  us all the relevant information, including target audience for the  project, timelines and existing materials. Once we\'ve assessed what you  need, we will provide you with a written time and cost estimate before  beginning.\r\n\r\nProjects are payable with a 50% deposit to start, and the balance due once the project is complete.\r\n<h3>Retainer</h3>\r\nIf you require ongoing marketing help or know you will have many  projects over two months or more, we will set up a retainer agreement.  We will estimate how many hours of time you will require per month. We  will agree on a cost and number of hours. Retainer agreements are  payable on a bi-weekly schedule. Retainers can be dissolved in writing.\r\n<h3>Payment</h3>\r\nWe accept business or personal checks, cash and money orders. We do not  provide credit card processing at this time. Our policy is 14 days net  for most invoices. As a small business, we cannot afford to extend  credit to our clients, and we respectfully request full payment as  invoiced. All jobs require an initial 50% deposit.','How We Work','','inherit','open','open','','42-revision-v1','','','2011-07-22 04:15:39','2011-07-22 04:15:39','',42,'http://deborahbrody.com/2011/07/42-revision-3/',0,'revision','',0),
(80,4,'2011-06-07 09:03:21','2011-06-07 09:03:21','','Espanol','','inherit','open','open','','20-revision-v1','','','2011-06-07 09:03:21','2011-06-07 09:03:21','',20,'http://deborahbrody.com/2011/06/20-revision-2/',0,'revision','',0),
(81,4,'2011-06-07 09:03:51','2011-06-07 09:03:51','','Contact','','inherit','open','open','','24-revision-v1','','','2011-06-07 09:03:51','2011-06-07 09:03:51','',24,'http://deborahbrody.com/2011/06/24-revision-2/',0,'revision','',0),
(82,4,'2011-07-22 04:18:07','2011-07-22 04:18:07','In the <strong>Washington, DC</strong> metro          area:\r\n\r\nDeborah Brody Marketing Communications\r\n\r\nPO Box 1435\r\nRockville, MD 20849\r\n\r\nT: 301-424-2488\r\n\r\nM: 305-336-4357\r\n\r\nE: <a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\nTwitter: <a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>','Contact','','inherit','open','open','','24-revision-v1','','','2011-07-22 04:18:07','2011-07-22 04:18:07','',24,'http://deborahbrody.com/2011/07/24-revision-3/',0,'revision','',0),
(83,4,'2015-01-27 18:34:00','2015-01-27 23:34:00','<iframe src=\"https://docs.google.com/forms/d/1DR-Ox75S3bNvD01zpkolVqvBlo8PvC9htvgAI4MibU8/viewform?embedded=true\" width=\"600\" height=\"700\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>\r\n\r\n<strong>Email:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\n<strong>Call:</strong>\r\n\r\n240-803-DBMC (3262)\r\n\r\n<object width=\"230\" height=\"85\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"wmode\" value=\"transparent\" /><param name=\"FlashVars\" value=\"id=5e012d4bc24b62a8912b0ad9c09d5ce21e51c5e2&amp;style=0\" /><param name=\"src\" value=\"https://clients4.google.com/voice/embed/webCallButton\" /><embed width=\"230\" height=\"85\" type=\"application/x-shockwave-flash\" src=\"https://clients4.google.com/voice/embed/webCallButton\" wmode=\"transparent\" flashvars=\"id=5e012d4bc24b62a8912b0ad9c09d5ce21e51c5e2&amp;style=0\" /></object>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n<a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>\r\n\r\n<strong>Mail</strong>:\r\n\r\n<address>Deborah Brody Marketing Communication</address><address>PO Box 1435\r\nRockville, MD 20849</address><address> </address>','Contact','','inherit','open','open','','24-autosave-v1','','','2015-01-27 18:34:00','2015-01-27 23:34:00','',24,'http://deborahbrody.com/2011/07/24-autosave/',0,'revision','',0),
(84,4,'2011-07-22 04:43:22','2011-07-22 04:43:22','SunBloom is a line of hair products for ethnic hair. DBMC helped  formulate the product names and worked with the client to create a  marketing campaign. DBMC wrote copy for the marketing brochure and for  the labels.\r\n<p style=\"text-align: center;\"><a title=\"Download the Brochure\" href=\"http://deborahbrody.com/wp-content/uploads/2011/07/SunbloomBrochure.pdf\" target=\"_blank\">Download the Brochure</a></p>','SunBloom','','publish','closed','closed','','sunbloom','','','2011-07-22 05:26:09','2011-07-22 05:26:09','',0,'http://deborahbrody.com/?post_type=display&p=84',0,'display','',0),
(85,4,'2011-07-22 04:41:26','2011-07-22 04:41:26','','SunbloomBrochure','','inherit','open','open','','sunbloombrochure','','','2011-07-22 04:41:26','2011-07-22 04:41:26','',84,'http://deborahbrody.com/wp-content/uploads/2011/07/SunbloomBrochure.jpg',0,'attachment','image/jpeg',0),
(86,4,'2011-07-22 04:42:55','2011-07-22 04:42:55','','SunbloomBrochure','','inherit','open','open','','sunbloombrochure-2','','','2011-07-22 04:42:55','2011-07-22 04:42:55','',84,'http://deborahbrody.com/wp-content/uploads/2011/07/SunbloomBrochure.pdf',0,'attachment','application/pdf',0),
(87,4,'2011-07-22 04:41:55','2011-07-22 04:41:55','SunBloom is a line of hair products for ethnic hair. DBMC helped  formulate the product names and worked with the client to create a  marketing campaign. DBMC wrote copy for the marketing brochure and for  the labels.','SunBloom','','inherit','open','open','','84-revision','','','2011-07-22 04:41:55','2011-07-22 04:41:55','',84,'http://deborahbrody.com/2011/07/84-revision/',0,'revision','',0),
(88,4,'2011-07-22 04:44:34','2011-07-22 04:44:34','Based in Miami, Streamline is a telecommunications provider specializing  in providing VOIP (Voice over Internet) services. DBMC worked with a  graphic designer to create a fun brochure to appeal to the Miami Beach  clientele, to explain how VOIP works and to introduce the company’s  services.\r\n<p style=\"text-align: center;\"><a title=\"Download the Brochure\" href=\"http://deborahbrody.com/wp-content/uploads/2011/07/StreamlineBrochure.pdf\" target=\"_blank\">Download the Brochure</a></p>','Streamline','','publish','closed','closed','','streamline','','','2011-07-22 05:26:28','2011-07-22 05:26:28','',0,'http://deborahbrody.com/?post_type=display&p=88',0,'display','',0),
(89,4,'2011-07-22 04:43:58','2011-07-22 04:43:58','','StreamlineBrochure','','inherit','open','open','','streamlinebrochure','','','2011-07-22 04:43:58','2011-07-22 04:43:58','',88,'http://deborahbrody.com/wp-content/uploads/2011/07/StreamlineBrochure.jpg',0,'attachment','image/jpeg',0),
(90,4,'2011-07-22 04:44:22','2011-07-22 04:44:22','','StreamlineBrochure','','inherit','open','open','','streamlinebrochure-2','','','2011-07-22 04:44:22','2011-07-22 04:44:22','',88,'http://deborahbrody.com/wp-content/uploads/2011/07/StreamlineBrochure.pdf',0,'attachment','application/pdf',0),
(91,4,'2011-07-22 04:44:29','2011-07-22 04:44:29','Based in Miami, Streamline is a telecommunications provider specializing  in providing VOIP (Voice over Internet) services. DBMC worked with a  graphic designer to create a fun brochure to appeal to the Miami Beach  clientele, to explain how VOIP works and to introduce the company’s  services.','Streamline','','inherit','open','open','','88-revision','','','2011-07-22 04:44:29','2011-07-22 04:44:29','',88,'http://deborahbrody.com/2011/07/88-revision/',0,'revision','',0),
(92,4,'2011-07-22 04:46:03','2011-07-22 04:46:03','Jason Warshofsky is an attorney specializing in wills and estates. He  needed to be able to explain his services and he wanted to mail out  something to potential clients. DBMC worked with Mr. Warshofsky to  create an attractive brochure and a website, both of which explained the  importance of estate planning and Mr. Warshofksy’s credentials and  experience.\r\n<p style=\"text-align: center;\"><a title=\"Download the Brochure\" href=\"http://deborahbrody.com/wp-content/uploads/2011/07/JasonWBrochure.pdf\" target=\"_blank\">Download the Brochure</a></p>','Law Offices of Jason Warshofsky','','publish','closed','closed','','law-offices-of-jason-warshofsky','','','2011-07-22 05:22:48','2011-07-22 05:22:48','',0,'http://deborahbrody.com/?post_type=display&p=92',0,'display','',0),
(93,4,'2011-07-22 04:45:29','2011-07-22 04:45:29','','JasonWBrochure','','inherit','open','open','','jasonwbrochure','','','2011-07-22 04:45:29','2011-07-22 04:45:29','',92,'http://deborahbrody.com/wp-content/uploads/2011/07/JasonWBrochure.gif',0,'attachment','image/gif',0),
(94,4,'2011-07-22 04:45:50','2011-07-22 04:45:50','','JasonWBrochure','','inherit','open','open','','jasonwbrochure-2','','','2011-07-22 04:45:50','2011-07-22 04:45:50','',92,'http://deborahbrody.com/wp-content/uploads/2011/07/JasonWBrochure.pdf',0,'attachment','application/pdf',0),
(95,4,'2011-07-22 04:44:53','2011-07-22 04:44:53','','Warshofsky Brochure 	  Law Offices of Jason Warshofsky','','inherit','open','open','','92-revision','','','2011-07-22 04:44:53','2011-07-22 04:44:53','',92,'http://deborahbrody.com/2011/07/92-revision/',0,'revision','',0),
(96,4,'2011-07-22 05:22:23','2011-07-22 05:22:23','Jason Warshofsky is an attorney specializing in wills and estates. He  needed to be able to explain his services and he wanted to mail out  something to potential clients. DBMC worked with Mr. Warshofsky to  create an attractive brochure and a website, both of which explained the  importance of estate planning and Mr. Warshofksy’s credentials and  experience.\n\nDownload the Brochure','Law Offices of Jason Warshofsky','','inherit','open','open','','92-autosave','','','2011-07-22 05:22:23','2011-07-22 05:22:23','',92,'http://deborahbrody.com/2011/07/92-autosave/',0,'revision','',0),
(97,4,'2015-10-20 10:24:04','2015-10-20 14:24:04','<h2>International charity needs to rebrand</h2>\r\n<strong>The Case</strong>\r\n\r\nREACH International, a charitable organization that provides education, housing and other services to disadvantaged children in 24 countries, needed to increase its donor base and extend its appeal. The charity had not refreshed its materials in a long time, and the existing look and messaging did not communicate well to a new donor target.\r\n\r\n<strong>The Work</strong>\r\n\r\nREACH International was using an outdated brochure and wanted to recreate both the design and the content. Dan Kohan of Sensical Design designed a new logo and the new brochure. DBMC was tasked with writing the content.\r\n\r\nAs with any new project, my first step was to have an in-depth conversation with the client. I suggested that our first step would be to create key messages and an organizational description that could be used in the brochure and all other marketing pieces (website, press releases, etc.). I provided the client with a detailed branding and identity questionnaire. From her answers and our interview, I developed the key messages (with supporting points) and a “boilerplate” organizational description. Once those were approved, I went on to write the brochure.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, REACH International has a beautiful, updated brochure that communicates the impact of the humanitarian work it does around the world.\r\n\r\nView the PDF of the new brochure: <a href=\"http://deborahbrody.com/wp-content/uploads/2011/06/REACH-brochure-03.pdf\" target=\"_blank\">REACH-brochure-03</a>.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2>Nonprofit needs a website and a tagline to start up</h2>\r\n<strong>The Case</strong>\r\n\r\n<strong>Pebbles of Hope</strong> is a nonprofit dedicated to helping premature babies to survive and thrive. When its founder and executive director, Cheryl Chotrani, approached DBMC, the organization was just starting out and needed marketing help. Specifically, Ms. Chotrani asked me to write the website content and to create a tagline for the organization. Ms. Chotrani, who has a marketing and media background, had already created a very comprehensive creative brief outlining the key messages, the target audience, and what the desired look and feel was for the website and had already hired a designer to create the website and a logo.\r\n\r\n<strong>The Work</strong>\r\n\r\nAs with any project, the first step is getting to know the client and the issue at hand. In this case I had several in-depth interviews with Ms. Chotrani. I read through the information she provided, gathered research on preterm births and also researched other organizations doing similar work.\r\n\r\nThe second step was to clarify the goal of the website and what type of information would have to be included. Then, I created a robust website outline/navigation guide that would serve to guide the content.\r\n\r\nWith the approved outline in hand, and the information gathered from the client and other sources, I started writing the content. Client comments and changes were incorporated and a final draft was sent to the designer.\r\n\r\nConcurrently to writing the website content, I developed around fifteen tagline suggestions. Having the tagline would help set the tone and direction for the website and the organization. These suggested taglines were submitted to the client, and with her input, the final tagline was selected.\r\n\r\nThe last step was to check and proofread the finished website.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, <a href=\"http://www.pebblesofhope.org/\" target=\"_blank\">Pebbles of Hope has a beautiful and functional website</a>. On it you can see the tagline “Giving the world’s smallest babies a fighting chance.” Thanks to volunteers, the organization also has a frequently updated blog, and a social media presence. Some of the website content and the tagline are used in other marketing materials, including a brochure.','Recent Projects','','inherit','open','open','','40-autosave-v1','','','2015-10-20 10:24:04','2015-10-20 14:24:04','',40,'http://deborahbrody.com/2011/07/40-autosave/',0,'revision','',0),
(98,4,'2011-07-21 05:45:11','2011-07-21 05:45:11','','Portfolio','','inherit','open','open','','40-revision-v1','','','2011-07-21 05:45:11','2011-07-21 05:45:11','',40,'http://deborahbrody.com/2011/07/40-revision-3/',0,'revision','',0),
(99,4,'2011-07-22 04:48:20','2011-07-22 04:48:20','[ts-display cat=\"Portfolio\" postperpage=\"9\" showtitle=\"yes\" showdesc=\"yes\"]','Portfolio','','inherit','open','open','','40-revision-v1','','','2011-07-22 04:48:20','2011-07-22 04:48:20','',40,'http://deborahbrody.com/2011/07/40-revision-4/',0,'revision','',0),
(100,4,'2011-07-22 04:48:41','2011-07-22 04:48:41','[ts-display cat=\"Portfolio\" postperpage=\"9\" showtitle=\"yes\" showdesc=\"yes\"]','Portfolio','','inherit','open','open','','40-revision-v1','','','2011-07-22 04:48:41','2011-07-22 04:48:41','',40,'http://deborahbrody.com/2011/07/40-revision-5/',0,'revision','',0),
(101,4,'2011-07-22 05:21:44','2011-07-22 05:21:44','','JasonWBrochure-1','','inherit','open','open','','jasonwbrochure-1','','','2011-07-22 05:21:44','2011-07-22 05:21:44','',92,'http://deborahbrody.com/wp-content/uploads/2011/07/JasonWBrochure-1.jpg',0,'attachment','image/jpeg',0),
(102,4,'2011-07-22 04:46:03','2011-07-22 04:46:03','Jason Warshofsky is an attorney specializing in wills and estates. He  needed to be able to explain his services and he wanted to mail out  something to potential clients. DBMC worked with Mr. Warshofsky to  create an attractive brochure and a website, both of which explained the  importance of estate planning and Mr. Warshofksy’s credentials and  experience.','Law Offices of Jason Warshofsky','','inherit','open','open','','92-revision-2','','','2011-07-22 04:46:03','2011-07-22 04:46:03','',92,'http://deborahbrody.com/2011/07/92-revision-2/',0,'revision','',0),
(103,4,'2011-07-22 05:23:49','2011-07-22 05:23:49','','StreamlineBrochure-1','','inherit','open','open','','streamlinebrochure-1','','','2011-07-22 05:23:49','2011-07-22 05:23:49','',88,'http://deborahbrody.com/wp-content/uploads/2011/07/StreamlineBrochure-1.jpg',0,'attachment','image/jpeg',0),
(104,4,'2011-07-22 05:27:32','2011-07-22 05:27:32','Based in Miami, Streamline is a telecommunications provider specializing  in providing VOIP (Voice over Internet) services. DBMC worked with a  graphic designer to create a fun brochure to appeal to the Miami Beach  clientele, to explain how VOIP works and to introduce the company’s  services.\n<p style=\"text-align: center;\"><a title=\"Download the Brochure\" href=\"http://deborahbrody.com/wp-content/uploads/2011/07/StreamlineBrochure.pdf\" target=\"_blank\">Download the Brochure</a></p>','Streamline','','inherit','open','open','','88-autosave','','','2011-07-22 05:27:32','2011-07-22 05:27:32','',88,'http://deborahbrody.com/2011/07/88-autosave/',0,'revision','',0),
(105,4,'2011-07-22 04:44:34','2011-07-22 04:44:34','Based in Miami, Streamline is a telecommunications provider specializing  in providing VOIP (Voice over Internet) services. DBMC worked with a  graphic designer to create a fun brochure to appeal to the Miami Beach  clientele, to explain how VOIP works and to introduce the company’s  services.','Streamline','','inherit','open','open','','88-revision-2','','','2011-07-22 04:44:34','2011-07-22 04:44:34','',88,'http://deborahbrody.com/2011/07/88-revision-2/',0,'revision','',0),
(106,4,'2011-07-22 05:25:04','2011-07-22 05:25:04','','SunbloomBrochure-2','','inherit','open','open','','sunbloombrochure-2-2','','','2011-07-22 05:25:04','2011-07-22 05:25:04','',84,'http://deborahbrody.com/wp-content/uploads/2011/07/SunbloomBrochure-2.jpg',0,'attachment','image/jpeg',0),
(107,4,'2011-07-22 05:25:48','2011-07-22 05:25:48','SunBloom is a line of hair products for ethnic hair. DBMC helped  formulate the product names and worked with the client to create a  marketing campaign. DBMC wrote copy for the marketing brochure and for  the labels.\n\nDownload the Brochure','SunBloom','','inherit','open','open','','84-autosave','','','2011-07-22 05:25:48','2011-07-22 05:25:48','',84,'http://deborahbrody.com/2011/07/84-autosave/',0,'revision','',0),
(108,4,'2011-07-22 04:43:22','2011-07-22 04:43:22','SunBloom is a line of hair products for ethnic hair. DBMC helped  formulate the product names and worked with the client to create a  marketing campaign. DBMC wrote copy for the marketing brochure and for  the labels.','SunBloom','','inherit','open','open','','84-revision-2','','','2011-07-22 04:43:22','2011-07-22 04:43:22','',84,'http://deborahbrody.com/2011/07/84-revision-2/',0,'revision','',0),
(109,4,'2011-07-22 05:24:36','2011-07-22 05:24:36','Based in Miami, Streamline is a telecommunications provider specializing  in providing VOIP (Voice over Internet) services. DBMC worked with a  graphic designer to create a fun brochure to appeal to the Miami Beach  clientele, to explain how VOIP works and to introduce the company’s  services.\r\n<p style=\"text-align: center;\"><a title=\"Download the Brochure\" href=\"http://deborahbrody.com/wp-content/uploads/2011/07/StreamlineBrochure.pdf\" target=\"_blank\">Download the Brochure</a></p>','Streamline','','inherit','open','open','','88-revision-3','','','2011-07-22 05:24:36','2011-07-22 05:24:36','',88,'http://deborahbrody.com/2011/07/88-revision-3/',0,'revision','',0),
(110,4,'2011-07-22 05:39:07','2011-07-22 05:39:07','<!--subscribe2-->','Blog Signup','','publish','open','open','','blog-signup','','','2011-07-22 05:39:07','2011-07-22 05:39:07','',0,'http://deborahbrody.com/?page_id=110',0,'page','',0),
(111,4,'2011-07-22 05:38:22','2011-07-22 05:38:22','','Blog Signup','','inherit','open','open','','110-revision','','','2011-07-22 05:38:22','2011-07-22 05:38:22','',110,'http://deborahbrody.com/2011/07/110-revision/',0,'revision','',0),
(112,4,'2011-07-22 05:45:59','2011-07-22 05:45:59','@@post_notification_body','@@post_notification_header','','publish','open','open','','post_notification_header','','','2011-07-22 05:45:59','2011-07-22 05:45:59','',0,'http://deborahbrody.com/post_notification_header/',0,'page','',0),
(115,4,'2011-08-02 01:29:54','2011-08-02 01:29:54','<table align=\"left\" width=\"265px\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\"265px\" border=\"1\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n<br clear=\"all\" /> ','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:29:54','2011-08-02 01:29:54','',2,'http://deborahbrody.com/2011/08/2-revision-5/',0,'revision','',0),
(116,4,'2011-08-02 01:31:17','2011-08-02 01:31:17','<table align=\"left\" width=\"265px\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\"265px\" border=\"1\" align=\"right\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n<br clear=\"all\" /> ','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:31:17','2011-08-02 01:31:17','',2,'http://deborahbrody.com/2011/08/2-revision-6/',0,'revision','',0),
(117,4,'2011-08-02 01:32:25','2011-08-02 01:32:25','<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n<br clear=\"all\" /> ','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:32:25','2011-08-02 01:32:25','',2,'http://deborahbrody.com/2011/08/2-revision-7/',0,'revision','',0),
(118,4,'2011-08-02 01:40:27','2011-08-02 01:40:27','<table>\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> ','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:40:27','2011-08-02 01:40:27','',2,'http://deborahbrody.com/2011/08/2-revision-8/',0,'revision','',0),
(119,4,'2011-08-02 01:40:56','2011-08-02 01:40:56','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> ','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:40:56','2011-08-02 01:40:56','',2,'http://deborahbrody.com/2011/08/2-revision-9/',0,'revision','',0),
(120,4,'2011-08-02 01:55:12','2011-08-02 01:55:12','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> \r\n<table width=\"100%\" bgcolor=\"#B31007\">\r\n<tr>\r\n<td><a href=\"contact\">Contact us</a> today to find out how we can help you, etc.</td>\r\n<tr>\r\n</table>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:55:12','2011-08-02 01:55:12','',2,'http://deborahbrody.com/2011/08/2-revision-10/',0,'revision','',0),
(126,4,'2011-08-02 02:01:08','2011-08-02 02:01:08','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> \r\n<table width=\"100%\" style=\"background-color:#B31007;\" class=\"contact\">\r\n<tr>\r\n<td><p><a href=\"contact\" style=\"color:#ffffff;\"><b>Contact us</a> today to find out how we can help you, etc.</b></p></td>\r\n<tr>\r\n</table>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:01:08','2011-08-02 02:01:08','',2,'http://deborahbrody.com/2011/08/2-revision-16/',0,'revision','',0),
(121,4,'2011-08-02 01:55:38','2011-08-02 01:55:38','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> \r\n<table width=\"100%\" color=\"#B31007\">\r\n<tr>\r\n<td><a href=\"contact\">Contact us</a> today to find out how we can help you, etc.</td>\r\n<tr>\r\n</table>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:55:38','2011-08-02 01:55:38','',2,'http://deborahbrody.com/2011/08/2-revision-11/',0,'revision','',0),
(122,4,'2011-08-02 01:56:48','2011-08-02 01:56:48','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> \r\n<table width=\"100%\" style=\"background-color:#B31007;\">\r\n<tr>\r\n<td><a href=\"contact\">Contact us</a> today to find out how we can help you, etc.</td>\r\n<tr>\r\n</table>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:56:48','2011-08-02 01:56:48','',2,'http://deborahbrody.com/2011/08/2-revision-12/',0,'revision','',0),
(123,4,'2011-08-02 01:57:20','2011-08-02 01:57:20','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> \r\n<table width=\"100%\" style=\"background-color:#B31007;\">\r\n<tr>\r\n<td><a href=\"contact\" style=\"color:#ffffff;\">Contact us</a> today to find out how we can help you, etc.</td>\r\n<tr>\r\n</table>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:57:20','2011-08-02 01:57:20','',2,'http://deborahbrody.com/2011/08/2-revision-13/',0,'revision','',0),
(124,4,'2011-08-02 01:58:59','2011-08-02 01:58:59','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> \r\n<table width=\"100%\" style=\"background-color:#B31007;\" class=\"contact\">\r\n<tr>\r\n<td><a href=\"contact\" style=\"color:#ffffff;\">Contact us</a> today to find out how we can help you, etc.</td>\r\n<tr>\r\n</table>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 01:58:59','2011-08-02 01:58:59','',2,'http://deborahbrody.com/2011/08/2-revision-14/',0,'revision','',0),
(127,4,'2011-08-02 02:02:26','2011-08-02 02:02:26','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<div class=\"contacthome\">Contact us today to find out how we can help you, etc.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:02:26','2011-08-02 02:02:26','',2,'http://deborahbrody.com/2011/08/2-revision-17/',0,'revision','',0),
(125,4,'2011-08-02 02:00:21','2011-08-02 02:00:21','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table> \r\n<table width=\"100%\" style=\"background-color:#B31007;\" class=\"contact\">\r\n<tr>\r\n<td align=\"center\"><a href=\"contact\" style=\"color:#ffffff;\"><b>Contact us</a> today to find out how we can help you, etc.</b></td>\r\n<tr>\r\n</table>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:00:21','2011-08-02 02:00:21','',2,'http://deborahbrody.com/2011/08/2-revision-15/',0,'revision','',0),
(128,4,'2011-08-02 02:02:46','2011-08-02 02:02:46','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<div name=\"contacthome\">Contact us today to find out how we can help you, etc.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:02:46','2011-08-02 02:02:46','',2,'http://deborahbrody.com/2011/08/2-revision-18/',0,'revision','',0),
(129,4,'2011-08-02 02:03:12','2011-08-02 02:03:12','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n<div name=\"contacthome\">Contact us today to find out how we can help you, etc.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:03:12','2011-08-02 02:03:12','',2,'http://deborahbrody.com/2011/08/2-revision-19/',0,'revision','',0),
(130,4,'2011-08-02 02:06:25','2011-08-02 02:06:25','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n<div id=\"contacthome\">Contact us today to find out how we can help you, etc.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:06:25','2011-08-02 02:06:25','',2,'http://deborahbrody.com/2011/08/2-revision-20/',0,'revision','',0),
(131,4,'2011-08-02 02:16:23','2011-08-02 02:16:23','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n<div id=\"contacthome\"><a href=\"contact\">Contact us</a> today to find out how we can help you, etc.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:16:23','2011-08-02 02:16:23','',2,'http://deborahbrody.com/2011/08/2-revision-21/',0,'revision','',0),
(132,4,'2011-08-02 02:16:56','2011-08-02 02:16:56','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n<div id=\"contacthome\"><a href=\"contact\" style=\"color:#ffffff;\">Contact us</a> today to find out how we can help you, etc.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:16:56','2011-08-02 02:16:56','',2,'http://deborahbrody.com/2011/08/2-revision-22/',0,'revision','',0),
(133,4,'2011-08-02 02:17:23','2011-08-02 02:17:23','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n<div id=\"contacthome\"><a href=\"contact\" style=\"color:#ffffff; font-weight:bold;\">Contact us</a> today to find out how we can help you, etc.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-02 02:17:23','2011-08-02 02:17:23','',2,'http://deborahbrody.com/2011/08/2-revision-23/',0,'revision','',0),
(594,4,'2009-12-14 16:05:39','0000-00-00 00:00:00','<p> </p><p></p>','Taking things for granted','','draft','open','open','','','','','2009-12-14 16:05:39','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=594',0,'post','',0),
(601,4,'2010-01-06 10:25:23','0000-00-00 00:00:00','','Expectations','','draft','open','open','','','','','2010-01-06 10:25:23','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=601',0,'post','',0),
(613,4,'2010-01-14 07:37:59','0000-00-00 00:00:00','','Is Twitter a High School for Adults?','','draft','open','open','','','','','2010-01-14 07:37:59','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=613',0,'post','',0),
(618,4,'2010-01-18 16:14:58','0000-00-00 00:00:00','','Got clout?','','draft','open','open','','','','','2010-01-18 16:14:58','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=618',0,'post','',0),
(624,4,'2010-01-26 12:04:15','0000-00-00 00:00:00','','Yep, you can judge a book by its cover','','draft','open','open','','','','','2010-01-26 12:04:15','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=624',0,'post','',0),
(630,4,'2010-02-01 09:56:30','0000-00-00 00:00:00','','Hello there social butterfly!','','draft','open','open','','','','','2010-02-01 09:56:30','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=630',0,'post','',0),
(635,4,'2010-02-02 09:41:26','0000-00-00 00:00:00','Most organizations revolve around membership and events.  Having (good, interesting, timely) events draws potential members. Yet so many organizations are not doing well at getting people to attend their events.\n\nWhat should organizations do to boost attendance?\n\nFirst, it starts with good event planning. I am not an event planner, but here are a couple of things to keep in mind:\n\nChoose a compelling/timely topic and/or speaker\n\nChoose a covenient location should be convenient and your date should not conflict with other major events\n\nMake it easy to register.  Some organizations have archaic registration systems that ask you for the same information over and over.\n\nEvent is planned, now what?\n\nGet the word out of course!\n\nTo your membership base\n\nTo people who have attended your events in the past (This is a failure I see from many organizations. You attend an event, you sign in with your contact information, and they do not include you on their mailing list because you are not a member)\n\nTo people who are potentially interested (affiliated organizations, for instance)\n\nHow?\n\nUse your website/blog. Be sure your events/calendar page is fully updated\n\nEmail marketing was made for event promotion. Make sure your email is shareable/forwardable. Some systems let you share on Twitter/Facebook.\n\nTwitter. You should have an organizational or event hashtag.\n\nFacebook\n\n','Boosting attendance at events','','draft','open','open','','','','','2010-02-02 09:41:26','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=635',0,'post','',0),
(637,4,'2010-02-03 10:59:32','0000-00-00 00:00:00','','Email campaigns','','draft','open','open','','','','','2010-02-03 10:59:32','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=637',0,'post','',0),
(642,4,'2010-02-08 14:41:30','0000-00-00 00:00:00','','Super sexist','','draft','open','open','','','','','2010-02-08 14:41:30','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=642',0,'post','',0),
(645,4,'2010-02-10 07:51:32','0000-00-00 00:00:00','','What do Toyota and snow have in common?','','draft','open','open','','','','','2010-02-10 07:51:32','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=645',0,'post','',0),
(650,4,'2010-02-19 09:42:45','0000-00-00 00:00:00','','What language are you speaking?','','draft','open','open','','','','','2010-02-19 09:42:45','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=650',0,'post','',0),
(655,4,'2010-02-23 07:32:41','0000-00-00 00:00:00','','Appearance matters','','draft','open','open','','','','','2010-02-23 07:32:41','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=655',0,'post','',0),
(659,4,'2010-02-25 08:17:28','0000-00-00 00:00:00','','Are you being obtuse?','','draft','open','open','','','','','2010-02-25 08:17:28','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=659',0,'post','',0),
(668,4,'2010-03-08 14:01:09','0000-00-00 00:00:00','','Timing','','draft','open','open','','','','','2010-03-08 14:01:09','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=668',0,'post','',0),
(672,4,'2010-03-11 09:52:45','0000-00-00 00:00:00','','Where marketing ends','','draft','open','open','','','','','2010-03-11 09:52:45','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=672',0,'post','',0),
(678,4,'2010-03-15 11:33:45','0000-00-00 00:00:00','<p> </p><p></p>','Qualities of a PR Pro','','draft','open','open','','','','','2010-03-15 11:33:45','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=678',0,'post','',0),
(683,4,'2010-03-19 05:55:58','0000-00-00 00:00:00','','Ads are powerful; differentiation is important','','draft','open','open','','','','','2010-03-19 05:55:58','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=683',0,'post','',0),
(1119,4,'2011-04-25 10:26:58','0000-00-00 00:00:00','Although this is more relevant to your personal marketing, it helps with product or service marketing. Knowing who you are and who you APPEAR to be to other people is crucial.\n\nWhy? Well, because if you are aware of who you are and how you are perceived then you can decide whether it suits your objectives. For instance, you know you are a creative graphic designer, and people who meet you immediately know that about you, then you may be able to pursue those more creative projects. If on the other hand, you THINK you are creative, and come across as set in your ways (you are wearing an outfit more appropriate to 1991, and you are not a hipster), then people won\'t know what to make of you.\n\nThere are people who attempt to seem intelligent by using big words they don\'t quite know how to use in a sentence. Or people who have to name drop or otherwise show how well-connected they are. These are people who are not aware that other people can see through this.\n\nOr the clueless person...who has no clue at all about how he or she is perceived.\n\nI think that everyone can stand to be more self-aware. Are you getting the same blank look every time you speak? Why? Do people tend to gravitate toward you or shun you? Do you find it easy or hard to make your point? Do people seem to get you?\n\nAre you being perceived the way you are? What can you do to match perceptions with the \"real you?\"\n\nI am not a psychologist or life coach but  I do think some self-reflection on these matters is important if you want to get ahead in life.','Are you self-aware?','','draft','open','open','','','','','2011-04-25 10:26:58','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=1119',0,'post','',0),
(1227,4,'2011-07-29 10:09:08','0000-00-00 00:00:00','As a follow up to yesterday\'s post on how to judge a business by its website, I have compiled of list of website don\'ts. When I see these on a website, I wince because they don\'t bring any value to the website and may actually turn off potential customers.\n\nDon\'t have a landing page that says \"enter here.\" Why are making your visitors go through one more step? What is the point in this?\n\nDon\'t have a flash animation that takes eons to load. I am not on your website to see how clever your website designer is with animation...I am there to get some information about you, your product or your service.\n\nDon\'t have music (unless you are a radio station, DJ or band). Nothing is worse than clicking on a website only to be serenaded at full blast...worse if you are visiting the site while in a library or in a quiet office...\n\nDon\'t use white lettering on a black background. It is very hard to read. And it looks like MySpace somehow.\n\nDon\'t overload with text. Websites that are crammed to the max with text give me a headache. We need some graphics and some white space.\n\nDon\'t have confusing navigation.\n\nDon\'t hide your contact information. Sometimes one has to dig deep to find a phone number or an email.\n\nDon\'t have excessive graphics/animation: Some websites literally scream for attention.\n\nDon\'t overload. A website is not an online encyclopedia about your company. It should provide enough information but not overload your visitors.\n\nDon\'t waste space. Just like in architecture, wasted space is bad for your real estate value. If you have a page with just a line on it, maybe you don\'t need that page?\n\nDon\'t insult your visitors\' intelligence. For instance, if you have a page called clients--you should list actual clients. I f you have a portfolio, it should point to work you have done.\n\nDon\'t be redundant/wordy/needlessly complicated.  Some website owners seems to believe that the more words on the page the better. They repeat and say things in complex ways.\n\nI','Website don\'ts','','draft','open','open','','','','','2011-07-29 10:09:08','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=1227',0,'post','',0),
(1234,4,'2011-08-02 09:09:23','0000-00-00 00:00:00','Have you heard of Salonpas? I wouldn\'t blame if you haven\'t. First of all--what is that? It sounds like it\'s French and has to do with hairstyling. Second, if you have seen the commercials for it on TV, you may have thought you were watching the fake product ads on Saturday Night Live.\n\nBetween the low production value and the weird name, these commercials look like they could be reigning in the midnight to 6 am hours. But what had me shaking my head was what I consider one of the worst slogans of all time:\n\n\"Nothing\'s been proven to beat the relief.\"\n\nWhat does this mean? It means that there is no proof that anything works. That might be true in the case of Salonpas.\n\nThe takeaway here is that the name of your product or service matters. If you are going to be \"different\" then you better do a good job of explaining exactly what you do. And remember, slogans and taglines are more effective when they are clear.\n\nSee for yourself:\n\n[youtube http://www.youtube.com/watch?v=eX4WVN4YN0Q&amp;w=560&amp;h=349]\n\n&nbsp;','Can you market a product successfully if it has a crappy name?','','draft','open','open','','','','','2011-08-02 09:09:23','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=1234',0,'post','',0),
(1235,4,'2011-08-12 00:14:07','0000-00-00 00:00:00','So, Microsoft, which may just define ubiquitous, is working on re-branding itself to combat the Mac attack. It is using Jerry Seinfeld to do it. I found the story on MSNBC.\n\nI am not sure that Microsoft needs to re-brand...or re-invent. Maybe improve (fewer crashes, fewer patches). In my world, most people work on PCs, except for those in design, who generally use Mac. Of those on PC,  I would venture most are running the Microsoft XP OS. Some have had to upgrade to Vista. But we all seem to work on Microsoft software like Word and Excel. I finally stopped using Explorer and now am on Mozilla, which seems less prone to shutdowns and freeze up than IE.  My point is that Microsoft is everywhere and people really don\'t associate it with anything but computers. How much more branded can','Microsoft Mega Branding','','draft','open','open','','','','','2011-08-12 00:14:07','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=105',0,'post','',0),
(324,4,'2009-03-15 19:43:06','0000-00-00 00:00:00','Andy Rooney weighed in on the possible demise of newspapers on Sunday\'s 60 Minutes.\n\n','Andy Rooney is worried','','draft','open','open','','','','','2009-03-15 19:43:06','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=324',0,'post','',0),
(585,4,'2009-12-10 15:24:12','0000-00-00 00:00:00','<p> </p><p></p>','Editor & Publisher to shut down','','draft','open','open','','','','','2009-12-10 15:24:12','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=585',0,'post','',0),
(589,4,'2009-12-14 13:03:03','0000-00-00 00:00:00','','Lack of communication may cost you a sale','','draft','open','open','','','','','2009-12-14 13:03:03','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=589',0,'post','',0),
(690,4,'2010-03-25 08:59:55','0000-00-00 00:00:00','','Learn from what you don\'t like','','draft','open','open','','','','','2010-03-25 08:59:55','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=690',0,'post','',0),
(722,4,'2010-04-19 14:08:40','0000-00-00 00:00:00','','Identity crisis','','draft','open','open','','','','','2010-04-19 14:08:40','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=722',0,'post','',0),
(728,4,'2010-04-21 11:17:25','0000-00-00 00:00:00','<p> </p><p></p>','Tweeting and not failing','','draft','open','open','','','','','2010-04-21 11:17:25','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=728',0,'post','',0),
(733,4,'2010-04-22 11:38:27','0000-00-00 00:00:00','<p> </p><p></p>','The dark side of social media','','draft','open','open','','','','','2010-04-22 11:38:27','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=733',0,'post','',0),
(737,4,'2010-04-23 09:24:40','0000-00-00 00:00:00','','Thoughts on the new Facebook','','draft','open','open','','','','','2010-04-23 09:24:40','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=737',0,'post','',0),
(789,4,'2010-06-18 13:33:16','0000-00-00 00:00:00','Have you ever gone into a store where no one spoke to you? How about when you are in a very long line and it is not moving and you don\'t know why? Or what happened to me a couple of days ago, sitting on a bus that is not moving and the driver isn\'t saying a word?\n\nSilence can be frustrating. Silence is the opposite of communication. When all you have is silence--not one word is spoken or written, you  have no idea what is going on. You get anxious. You don\'t know where to  turn. Silence can be interpreted as stonewalling, it can be a lack of  knowledge or quite simply, selfishness.\n\nAre you being too silent? Are you telling people what they need to hear?\n\n','Utter silence ','','draft','open','open','','','','','2010-06-18 13:33:16','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=789',0,'post','',0),
(872,4,'2010-08-24 08:34:13','0000-00-00 00:00:00','I just came back from a trip to Charleston, South Carolina (and if you have not been yet, I highly recommend it). Being in a new city, staying in a hotel, surrounded by tourists and tourist traps got me to thinking about what makes tourists choose what to do, where to stay and where to eat when visiting a new city. If you are marketing your tourism business, what is the most effective channel?','Tourism marketing','','draft','open','open','','','','','2010-08-24 08:34:13','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=872',0,'post','',0),
(892,4,'2010-09-13 13:07:49','0000-00-00 00:00:00','Even as GenY matures and grows into management positions in the workplace, there will still be lots of GenX and older people still working. And yet, there is a wide divide in how each generation communicates.','Inter-generational communications','','draft','open','open','','','','','2010-09-13 13:07:49','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=892',0,'post','',0),
(938,4,'2010-10-25 08:45:52','0000-00-00 00:00:00','Are you marketing an event? You probably are using lots of techniques to get the word out. Maybe you sent out an invitation to your email database, posted it on Twitter and listed it on some calendars.\n\nOne thing you need to do before you start marketing an event is looking at your decision on the time, place and price for your event. These three will impact people\'s decision to attend your event far more than how your promotion looks. In fact, you can promote it to the right people, but if the time, place and cost are wrong, they won\'t go.\n\nOne issue that I always wonder about it is the','The right price, the right time','','draft','open','open','','','','','2010-10-25 08:45:52','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=938',0,'post','',0),
(966,4,'2010-11-18 11:53:18','0000-00-00 00:00:00','I have been blogging here at Caffeinated for nearly three years.  I really enjoy blogging and especially when something I write elicits a response (a spike in traffic or a comment).  I also follow a lot of blogs. Based on my own experience\n\nIn terms of marketing, is a blog worth it?','Thoughts on blogging','','draft','open','open','','','','','2010-11-18 11:53:18','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=966',0,'post','',0),
(1015,4,'2011-01-05 09:56:16','0000-00-00 00:00:00','If one thing makes my skin crawl it is jargon. People jabbering on using lots of words as shorthand irritate me. And they could irritate your audience.  Say no to jargon in your marketing copy (unless you are making fun--that is OK in my book).  Advertising Age has a<a title=\"Ad Age Jargon\" href=\"https://adage.com/bookoftens2010/article?article_id=147583\" target=\"_blank\"> list of ten of the \"jargoniest jargon\" of 2010</a> although some of these aren\'t jargon (at the end of the day is more a saying).  My list would also include:\n<ul>\n	<li>Sweet spot</li>\n	<li>\"Obamacare\"</li>\n	<li>\"Mama Grizzlies\"</li>\n	<li>Going viral</li>\n	<li>Get your ducks in a row</li>\n	<li>Going out of pocket</li>\n	<li>Drill down</li>\n</ul>\nI will admit to having used some jargon at some time.  However, you will never ever hear me use the word \"terrific.\" I know it is not jargon, but I despise it nonetheless.  It sounds so 1970s to me.\n\nWhat words or phrases get your goat (ha ha, I had to throw something in)? What makes you scratch your chin and say huh? What gets your panties up in a bunch?','Just say no to jargon','','draft','open','open','','','','','2011-01-05 09:56:16','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=1015',0,'post','',0),
(1054,4,'2011-02-07 10:54:10','0000-00-00 00:00:00','In today\'s Washington Post (Metro section) Pepco has placed a full page ad.','Pepco changes tactics and message','','draft','open','open','','','','','2011-02-07 10:54:10','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=1054',0,'post','',0),
(1070,4,'2011-03-14 13:07:10','0000-00-00 00:00:00','There\'s been several ideas floating through my head in regards to marketing and social media. I have been thinking about things like lying (read Peter Shankman\'s take on it) and how you present yourself. I have been thinking about Twitter and how some tweets can make you angry or irritated.  In the end, the idea that covers all of the above is self-awareness. How aware are you about how other people perceive you? How aware are you about what others know or can find out?\n\nUnfortunately, I think many people fail at basic self-awareness.  Perhaps it\'s a psychological safeguard that humans have to not want to think too deeply about what we are doing and less so how other people view what we are doing. I am not in favor of editing yourself just because you might offend someone else. That\'s not what this is about. It is about being aware that what you say and do does affect other people, sometimes positively and sometimes negatively.\n\nWith social media like Twitter and Facebook, most of us are sharing lots of information with lots of people. We are broadcasting our ideas, actions, thoughts, reactions, and even the minutiae of everyday life. Why does someone find it necessary to tell you that she or he is having yogurt for breakfast? Why does someone else feel the need to be snarky and offensive? I was sitting behind someone at a movie screening who was sharing her reactions to the movie on Twitter or Facebook...even though she was with real, live people. What is the call of the etherworld?\n\n&nbsp;','Self-awareness','','draft','open','open','','','','','2011-03-14 13:07:10','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=1070',0,'post','',0),
(566,4,'2009-12-01 10:21:07','0000-00-00 00:00:00','<p>&nbsp;</p>\n\n','Why should I hire YOU?','','draft','open','open','','','','','2009-12-01 10:21:07','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=566',0,'post','',0),
(328,4,'2009-03-15 19:44:57','0000-00-00 00:00:00','<span class=\"link_right\"><strong>http://www.cbsnews.com/video/watch/?id=4867021n</strong></span>\n\n<span class=\"link_right\"><strong>\n</strong></span>','','','draft','open','open','','','','','2009-03-15 19:44:57','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=328',0,'post','',0),
(527,4,'2009-10-19 15:18:40','0000-00-00 00:00:00','<p> </p><p></p>','Don\'t try the same trick over and over','','draft','open','open','','','','','2009-10-19 15:18:40','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=527',0,'post','',0),
(532,4,'2009-10-26 07:01:14','0000-00-00 00:00:00','','Revenue is good, but not at the expense of profit','','draft','open','open','','','','','2009-10-26 07:01:14','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=532',0,'post','',0),
(535,4,'2009-10-27 08:01:01','0000-00-00 00:00:00','<p>&nbsp;</p>\n\n','Numbers don\'t lie','','draft','open','open','','','','','2009-10-27 08:01:01','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=535',0,'post','',0),
(549,4,'2009-10-30 09:33:25','0000-00-00 00:00:00','<p>&nbsp;</p>\n\n','Plainly speaking, it is better','','draft','open','open','','','','','2009-10-30 09:33:25','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=549',0,'post','',0),
(556,4,'2009-11-17 08:34:39','0000-00-00 00:00:00','<p>&nbsp;</p>\n\n','It\'s not you, it\'s me','','draft','open','open','','','','','2009-11-17 08:34:39','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=556',0,'post','',0),
(571,4,'2009-12-05 09:32:33','0000-00-00 00:00:00','','Social media has changed PR','','draft','open','open','','','','','2009-12-05 09:32:33','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=571',0,'post','',0),
(576,4,'2009-12-08 14:11:26','0000-00-00 00:00:00','','Be consistent!','','draft','open','open','','','','','2009-12-08 14:11:26','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=576',0,'post','',0),
(580,4,'2009-12-10 08:39:24','0000-00-00 00:00:00','','The price is right!','','draft','open','open','','','','','2009-12-10 08:39:24','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=580',0,'post','',0),
(1236,4,'2008-01-15 12:38:57','2008-01-15 12:38:57','<span><font face=\"Times New Roman\">It’s kind of funny. I have been thinking about starting a blog for some time now, and last night I went to a WNBA event here in Washington (not a basketball game but an event sponsored by the Women\'s National Book Association). The event was about book publicity and basically, the big conclusion of the evening was that to publicize a book today you must be on the web. You must have a website, or a blog, or both, or even just a MySpace page. Something on the WWW. Of course, that is just the start, because you have to get people to read your stuff too.  </font></span>\n\n<span><font face=\"Times New Roman\">That got me to thinking about my area of so-called expertise, marketing communications.  Specifically, I am thinking about traditional marketing communications tools such as brochures and press releases. Are these necessary anymore, or will they become as obsolete as Windows 98?  The answer I think is yes, eventually. Today, there is  still a market that is not tech savvy. There are people who enjoy print. Eventually those people will become obsolete, if you know what I mean.  For now, I think any savvy marcomm person needs to have a complete bag of tricks–press releases, blogs, websites, printed brochures, downloadable press kits, etc.  Also, there is a whole generation of marcomm people who are not comfortable in a completely electronic environment, or don’t understand how to go about it. Or they know just a little bit and are afraid to learn. Then, there are the young \'uns, who have been on Facebook since it started and who prefer texting to talking. We are not only communicating <em>to</em> this generation, but we are using them to do the communicating for us (that is, we hire them as interns, account execs, copywriters or whatever). </font></span>\n\n<span></span><span><font face=\"Times New Roman\">In a traditional marcomm agency, be it straight PR or straight advertising or a hybrid, the upper echelon (or “management”) may still be clinging to the days before email was an alternative to a phone call and videoconferencing was super cool. Webinars and podcasts are not a substitute for a good old fashioned ad or press release. And they keep doing the same old and wondering why they are losing market share. Change is always slower for an established company. But what distinguishes effective marketing in my opinion, is understanding who the target audience is and where they get their information. Thus, if we are marketing hearing aids, perhaps print (an older skewing medium) alone will do the trick. But if we are trying to expand a market, reach younger people, then we’d be foolish to expend all efforts on traditional media.</font></span><span><font face=\"Arial Narrow\"> </font></span>','My newest web venture','','publish','open','open','','hello-world-2','','','2008-01-15 12:38:57','2008-01-15 12:38:57','',0,'http://deborahbrody.com/2008/01/hello-world-2/',0,'post','',1),
(1237,4,'2008-01-15 12:38:57','2008-01-15 12:38:57','<strong>About this blog:</strong>\n\nCuppamarcomm...well it is a play on cuppa tea (cuppa coffee), which is what the British like to drink.  Marketing communications is the term to cover all communications avenues (PR, advertising, social media, etc.) that go in to marketing and promotion. This blog is a collection of observations, ideas and information about marcomm, and its views are the sole property of its author. Comments are welcome (as long as they are not crude or rude).\n\n<strong>About the author:</strong>\n\nHi, I am Deborah Brody. I have worked in marketing communications for more than 15 years.  Currently, I am a freelance writer and strategist but before that, I worked in advertising and public relations agencies, and even taught public relations writing at the college level. I\'ve had the opportunity to work on various different projects for all sorts of clients.\n\n<strong>If you like what you see here and would like to start a blog for your company, want to learn more about social media or need help with your marketing materials, please get in touch.  Write me at info@deborahbrody.com. </strong>\n\nPlease visit my website at <a href=\"http://www.deborahbrody.com/\">www.deborahbrody.com</a> to get more info.\n\n<strong>Work Samples\n</strong>\n\nPrint Ad for Legacy Jewelers:\n\n<a title=\"leje_108_half18k_bg.pdf\" href=\"http://deborahbrody.com/wp-content/uploads/2008/01/leje_108_half18k_bg.pdf\">leje_108_half18k_bg.pdf</a>\n\nAnd a <a title=\"Portfolio\" href=\"http://www.deborahbrody.com/brochurewriting.htm\" target=\"_blank\"> link to the portfolio on my website.</a>\n\n[caption id=\"attachment_103\" align=\"aligncenter\" width=\"300\" caption=\"Writing from the nation&#39;s capital\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2008/08/p8180834.jpg\"><img class=\"size-medium wp-image-103\" src=\"http://deborahbrody.com/wp-content/uploads/2008/08/p8180834.jpg?w=300\" alt=\"Writing from the nation\'s capital\" width=\"300\" height=\"224\" /></a>[/caption] ','About','','publish','open','open','','about-2','','','2008-01-15 12:38:57','2008-01-15 12:38:57','',0,'http://deborahbrody.com/about-2/',0,'page','',2),
(3,4,'2008-01-15 13:30:59','2008-01-15 18:30:59','In marketing communications, we focus on just one of the four ps -- promotion. However, as a marketer, you must consider the other three ps--price, product and placement. Often, we concentrate on having the best promotional materials but not the item or service we are promoting. For instance,  a beautiful ad might draw attention to your lovely widget, but if your widget is too expensive or is not available, then there will be no sale. Because the truth is, at the end of the day, we are all trying to make a sale. Associations are looking for members. Stores are looking to move merchandise. Even ideas are \"sold.\" We  call that persuasion.\n\nMarComm people don\'t or can\'t control the other three ps. But I think it is part of our job as advisers to make sure our clients understand that promotion alone does not make the sale. And it is also our responsibility to understand what the product, service or idea is.','The 4 Ps','','publish','open','open','','the-4-ps','','','2008-01-15 13:30:59','2008-01-15 18:30:59','',0,'http://cuppamarcomm.wordpress.com/2008/01/15/the-4-ps/',0,'post','',0),
(1238,4,'2008-01-17 08:40:06','2008-01-17 13:40:06','Facebook has exploded in popularity. MySpace is super popular. There are many other social networking sites I have never even heard of. All of this points to an increase in using the Internet to connect with other people. Person to person. How is this changing marketing? For one, marketing is increasingly more targeted. It is by-passing traditional avenues and heading straight to its most likely audience. I just checked out <a href=\"http://www.gather.com/\">www.gather.com</a>. Big national stores like Borders and Starbucks have a presence there.  I wonder how their experiment is working out. Are you more likely to shop at either place because you joined a social group they sponsor on a social networking site? I guess that is the million dollar question. On the other hand, can you afford to ignore a burgeoning movement in the way people communicate with each other? ','Person to Person','','publish','open','open','','person-to-person','','','2008-01-17 08:40:06','2008-01-17 13:40:06','',0,'http://cuppamarcomm.wordpress.com/2008/01/17/person-to-person/',0,'post','',0),
(1239,4,'2008-01-18 08:20:13','2008-01-18 13:20:13','A victim of all the texting and instant messaging is spelling. You simply don\'t have time to spell everything out. Everything becomes acronyms or shortenings.  Page 3 in today\'s Washington Post has a feature on the importance of spelling and grammar. One reader likens proper grammar/spelling to using the proper notes in music (if you don\'t, the music just doesn\'t sound right).  As a writer, I agree. However, does the public agree? Do most people even realize when something is not spelled correctly or when grammar is poor? I once worked with a \"writer\" who did not know how to make his subject and verb agree. And he was completely unaware. Recently, on a DCPubs (a Yahoo group) discussion, someone asked what was wrong with using \"their\" as a gender-neutral alternative to \"he or she.\" This person was completely unaware that one is plural and the other singular.  (As an aside, we HEAR this all the time in conversation, but in formal writing?)\n\nSo, I ask you, are spelling and grammar important? Do you notice lapses in either or both?','Do U Ck Spelling?','','publish','open','open','','do-u-ck-spelling','','','2008-01-18 08:20:13','2008-01-18 13:20:13','',0,'http://cuppamarcomm.wordpress.com/2008/01/18/do-u-ck-spelling/',0,'post','',2),
(1240,4,'2008-01-21 09:21:14','2008-01-21 14:21:14','Since today is Martin Luther King, Jr. day (which, as an aside, should be celebrated by ALL businesses--it often isn\'t), I got to thinking about tie-ins to holidays. This type of advertising is big in print, specifically newspapers. You know, using the upcoming holiday either for a sale (as in \"Our biggest President\'s Day Sale ever) or riffing on the holiday (\"Do it for your valentine\"). Many companies take the time to remind you that they are open (if they are retail) or closed (if they are banks) on the holiday.\n\nIn public relations, practictioners sometimes find obscure days (Spaghetti Lovers\' Day) to give a spin to their press releases. In fact, Chase\'s Calendar of Events is a book dedicated to listing all the events, holidays and special days for the upcoming year and is usually found in any public relations or event management firm\'s bookshelf (or CD shelf). Of course, events always have a theme (St. Patrick\'s Day Bar Hop, Fourth of July Barbeque, New Year\'s Eve Gala, etc.)\n\nDo these endless holiday tie-ins dilute the message or the holiday itself? In some cases, the answer is a definite yes. I bet most people don\'t know which presidents are being celebrated on President\'s day (Washington and Lincoln) but do know that EVERYTHING is on sale at the mall! In a way, we are doing a huge disservice to our civic celebrations and commemorations when we use them to promote sales. Is MLK day a day to go shopping or is it a day to think about how short the history of full civil rights in the U.S. really is?','MLK Day','','publish','open','open','','mlk-day','','','2008-01-21 09:21:14','2008-01-21 14:21:14','',0,'http://cuppamarcomm.wordpress.com/2008/01/21/mlk-day/',0,'post','',0),
(1241,4,'2008-01-25 12:16:54','2008-01-25 17:16:54','How important are headlines? In news, they are super important, especially to people like me who scan rather than read the newspaper. A headline tells you the bare essence of the story, and it either catches your attention or it doesn\'t.  It is much the same in public relations except PR folk get a chance to have a really long headline and perhaps even add a subheadline or two. You sometimes get extra points for clever.\n\nIn advertising...well...I am not sure. Design, graphics, placement and offer make up 99% of an ad. Strong creative headlines can cause interest. But simple headlines, like \"We are having a sale\" can communicate easily and effectively without trying too hard to be clever. That said, I  love headlines that are a play on words or use words elegantly.\n\nOne of my favorite types of ads are the ones were the headline tells you one thing, and the graphics tell a different story. Currently here in Washington there is an ad you can see on the Metro for Washington Sports Club.  The headline says: \"This January, help is on the way.\" The graphic shows an overweight man, sitting on a couch, watching tv and drinking a soda, while walking his dog on a treadmill. Funny as hell. And makes you look at it and just shake your head. Love it!\n\nAny favorite headlines or ads?\n\nPS--Here\'s a look at the graphic from the ad I quote above: http://www.mysportsclubs.com/regions/WSC.htm','Headline here','','publish','open','open','','headline-here','','','2008-01-25 12:16:54','2008-01-25 17:16:54','',0,'http://cuppamarcomm.wordpress.com/?p=7',0,'post','',2),
(1242,4,'2008-01-29 13:58:29','2008-01-29 18:58:29','Today, it is imperative to have a website. No doubt. However, just having a website is not enough. In the last few days, I have been doing research for a trip, and have come across several great websites, but also, some not so great websites. What makes a great website? I will give you my breakdown:\n<ul>\n	<li>Easy to navigate (this means no funky/weird pull down menus or navigation that is not available on every page)</li>\n	<li>All the necessary information is readily available (contacts, address, etc) and easily accessible</li>\n	<li>Updated regularly (no 2006 information for instance)</li>\n	<li>Aesthetically pleasing--not busy or dated</li>\n	<li>No dead links or pages</li>\n	<li>Looks professional</li>\n	<li>Not overly busy or with screaming graphics</li>\n	<li>Not too much  flash and no sound</li>\n</ul>\nIt would be useful for website owners to have someone look at their website from the \"outside.\" Sometimes you forget the user!','Websites','','publish','open','open','','websites','','','2008-01-29 13:58:29','2008-01-29 18:58:29','',0,'http://cuppamarcomm.wordpress.com/?p=10',0,'post','',1),
(1243,4,'2008-01-30 11:04:06','2008-01-30 16:04:06','Today, in the Washington Post,  I saw an ad for a ski resort. It is $79 per night and seems reasonable (not that I ski, but if I did...). However, I don\'t know where this resort is located. Why? Because the ad either deliberately or by mistake omitted this crucial information. Maybe they want me to visit the website for more information (the URL address is included). Maybe they just think people know where they are located. In either case this is a no-no.  Ads are meant to stimulate interest and action. There is the whole AIDA theory (attention, interest, desire, action).  Although this ad caught my attention, I lost my interest when I got frustrated at not knowing where this place is located.  Perhaps knowing this resort is located close by would pique my interest. Maybe not.  But ads should never make their readers work too hard. In this case, I need to get to my computer with the ad in hand to find out a very crucial bit of information.','Necessary information','','publish','open','open','','necessary-information','','','2008-01-30 11:04:06','2008-01-30 16:04:06','',0,'http://cuppamarcomm.wordpress.com/?p=11',0,'post','',0),
(1244,4,'2008-02-03 11:27:32','2008-02-03 16:27:32','Today, the Super Bowl is played. New England Patriots vs. Giants, in case you have been out of the country in the last week or so. For advertising and communications people who wouldn\'t otherwise watch football, this is a must-see game. For the advertising. It costs a lot. Because lots of people will be watching. Some advertisers only run advertising on the Super Bowl. That is their strategy: spend millions once a year to get a large, captive (and hopefully, receptive) audience. It has become sport to talk about the ads, dissect them, analyze them, discuss them. In this respect, they win. In fact, on CBS Sunday Morning, they just had a story about Super Bowl advertising, in fact, giving some free advertising to one of the advertisers. And there is the real value of advertising on the Super Bowl--extra publicity in the form of media attention. Traditionally, this is called public relations and some people call it free advertising. But in fact, this is not free advertising...it is expensive advertising. You get the public relations bang because you spent lots of money. Not because you are newsworthy prima facie.\n\nOne other interesting aspect that the CBS story pointed out is that most of the Super Bowl ads will send you to an Internet address. It makes it interactive.\n\nEntertainment Weekly has a gallery of the most \"memorable\" Super Bowl ads here http://www.ew.com/ew/gallery/0,,20010598,00.html\n\nThe interesting thing is I only remember one or two of these. What does this tell you?\n\nI will probably watch part of the game...and I will watch the ads of course. It\'s for work.','Super Bowl','','publish','open','open','','super-bowl','','','2008-02-03 11:27:32','2008-02-03 16:27:32','',0,'http://cuppamarcomm.wordpress.com/?p=12',0,'post','',0),
(1245,4,'2008-02-04 09:23:12','2008-02-04 14:23:12','I admit I didn\'t watch Super Bowl 43 in its entirety. So,  I wasn\'t able to watch every ad.  In a sense, all the ads were predictable. Some trying to hard to be interesting (while not achieving a thing for their brand) and others just bland.  Fox was pushing their programs big time, especially the falling-in-the-ratings American Idol. Ads got lots of added value--you can see the ads again on MySpace. And, commentators will discuss the ads in the newspapers and on TV. In the end, this is the real strategy: get publicity for your ad.\n\nThe most ubiquitous advertising came from a certain \"king\" of beers. It makes me wonder what their advertising strategy is. Is it to establish supremacy as the number one beer advertiser? Is it to make sure that the audience does not know there are other types of beers out there? Is it to make sure you get good and drunk while watching the Super Bowl? As a beer drinker, there is no amount of beer advertising that would make me want to drink that stuff. It is all about the taste, right?\n\nSome ads just made me shake my head. Garmin had a Napoleon re-enacter (I think) driving to a re-enactment. Huh? Sunsilk compared Marilyn Monroe, Shakira and Madonna? The Victoria\'s Secret Valentine\'s Ad I felt, was offensive to women by objectifying.  I didn\'t get the Doritos ad at all. I must be in the wrong demo. Some ads were genuinely funny--the Planter\'s ad, Nationwide and Taco Bell (the Fiesta Platter). E-trade seems to want you to think they are so simple to use a baby could do it.\n\nThe cola wars are always played out during the Super Bowl. Pepsi\'s Justin Timberlake ad was funny and big budget. Coke took a more subdued approach...not as frenetic or loud. Clearly, Pepsi is trying hard to appeal to a younger demographic. In fact Coke\'s political ad, featuring James Carville, would be surely lost on a younger person. I liked them both.\n\nMy favorite ads were for Careerbuilder.com. They were created based on certain truisms about career planning--you should follow your heart and wishing won\'t make it so. Clever. Of course, Monster had one that showed people trying to block the sun, and thus Monday, because of the dread of going back to work. Also clever. Both trying to appeal to people\'s unhappiness (is it so widespread?) with work.\n\nIn the end, I wonder if spending this much money on production and media space pays off. Will you drink more Bud? Are you going to try SoBe water? Are you going to apply for a new job?','Super Ad or Super Bad?','','publish','open','open','','super-ad-or-super-bad','','','2008-02-04 09:23:12','2008-02-04 14:23:12','',0,'http://cuppamarcomm.wordpress.com/?p=13',0,'post','',0),
(1246,4,'2008-02-05 13:06:42','2008-02-05 18:06:42','Super Tuesday is here. There is a lot of media hoopla about this--ABC, CBS and NBC were discussing it non-stop during the morning news shows. All candidates have ramped up advertising for the primary, and Barack Obama even ran an ad during the Super Bowl.\n\nPolitical advertising is tough, especially on a national level. You want to hit the right chord to get out your supporters, convert non-supporters and not alienate everyone else. Obama has to be very careful not to alienate Clinton supporters (and vice versa for Hillary Clinton with Obama supporters), because there is a potential ticket of  Obama/Clinton to contend with after the presidential candidate is chosen.\n\nSince I have only seen the Obama ad, I can only comment on that. His strategy is very clear: emphasize change to appeal to everyone disenchanted with the current administration AND to everyone who doesn\'t want to see Bill Clinton back in the White House. He is also working hard to appeal to the Millenials. This is wise--I think Millenials will turn out for this election, and of all the candidates currently out there, Obama probably has the most appeal.','Super Political','','publish','open','open','','super-political','','','2008-02-05 13:06:42','2008-02-05 18:06:42','',0,'http://cuppamarcomm.wordpress.com/?p=14',0,'post','',0),
(1247,4,'2008-02-07 09:05:31','2008-02-07 14:05:31','Last night, PBS aired  African American Lives Part 2, a series exploring African American history featuring Henry Louis Gates, Jr. This documentary is really wonderful--interesting and informative. I highly recommend it (it goes on Wednesdays through February). On the marketing side, it was interesting to see who was sponsoring the show: Coca-Cola, Johnson and Johnson, AMBI and others. Coke had an ad made specifically for the series, focusing on African American history and achievement. It was highly stylized and designed to appeal to emotion. Johnson and Johnson did something similar...about generations and showing how \"baby changes everything.\" The family appearing the J&amp;J ad was black. I started thinking about how we process messaging in this day and age. If I am black, do I have to see a black family using a product to consider it? If I am white, and I see the aforementioned J&amp;J commercial, do I disregard it because it is so clearly targeting African Americans?\n\nAudiences have always been segmented, and advertisers have always worked to tailor their messages to each audience\'s needs. Aren\'t we so tremendously media exposed that we  would see different ads for the same product on different channels/media outlets? Does the message really change? Certain products, like AMBI, are meant specifically for African Americans. The company probably does not advertise too much on mass media. But do other products, which may not be so specific (Coke for instance), need to present different advertising? Or maybe it is not about need per se, but rather image...','Segmented audiences','','publish','open','open','','segmented-audiences','','','2008-02-07 09:05:31','2008-02-07 14:05:31','',0,'http://cuppamarcomm.wordpress.com/?p=15',0,'post','',0),
(16,4,'2008-02-09 09:20:04','2008-02-09 14:20:04','There are so many medicines being peddled on television and in print...most notably ones for erectile disfunction, cholesterol and GERD. Yesterday, during the ABC Evening News with Charles Gibson, I saw a commercial that left me shaking my head. It was for a precription pain medication, although it took about half the length of the commercial before that was clear. The commercial itself was the longest I have ever seen for a drug--either a minute or a minute and a half. It purported to discuss both the risks and benefits of this drug, while comparing it to similar drugs. This class of drugs, NSAIDs, have been shown to cause heart risks. The commercial was completely graphic--no actors playing tennis or gardening. And it went on and on. But what most astonished me was that for the first 30 seconds, it seemed almost like a public service announcement (PSA) talking about the various dangers of this type of drug, and specifically pointing out the dangers of the drug being advertised!!! It was weird.\n\nIf you want to know the name of the drug, please email me and then you can talk to your doctor about it!','Talk to your doctor','','publish','open','open','','talk-to-your-doctor','','','2008-02-09 09:20:04','2008-02-09 14:20:04','',0,'http://cuppamarcomm.wordpress.com/?p=16',0,'post','',0),
(17,4,'2008-03-12 08:12:37','2008-03-12 13:12:37','Direct mail is an industry on to itself, with an association (Direct Marketing Association) and a whole class of direct marketing specialists. The idea is that direct mail is the ultimate targeted medium. It is also ultimately invasive. Who does not get letters and catalogs overflowing the mailbox? Of course, some of this direct mail comes from organizations (usually nonprofits) to which you have contributed or otherwise been involved with. Some catalogs come from stores you have shopped in. Although not solicited, these items seem to be less junk than other junk. What is junk, in my mind, are the thousands of unsolicited credit card applications and circulars that we get. Those aren\'t targeted at all. Especially not the circulars (although I am sure there is a circular manager out there that will argue they are targeted by zip code and all that). But as a writer, there is a difference between convincing an existing or former donor to consider giving again to a charity and a mass mailing for window blinds or steam cleaning services. For the latter, direct mail is just another form of advertising. It is basically the same as their electronic or print advertising, and may even be part of a package (newspapers often sell this as an added value...advertise in the newspaper and we will add you to our weekly circular to zip codes you choose, etc.)\n\nThe trouble is many people just toss out all direct mail, especially circulars. Thus the garbage can is really the targeted audience. Also, the amount of paper these mailings generate has become the target of many environmentalists out there. Yet the mailings keep coming.  I was just in Australia where many mailboxes carry the sign \"no junk mail.\" Unfortunately, we don\'t have this here in America. And, from what I understand, the mail carrier is required by law to deliver the circulars and other mail to your box.\n\nIt would be better for both the direct mailer and the direct mailee if there were choice involved. If I choose to receive a mailing, I may pay attention to that mailing. If all I do with unsolicited mail is throw it out, the message is not being heard and there is actual harm being done to the environment.','Direct mail or junk mail?','','publish','open','open','','direct-mail-or-junk-mail','','','2008-03-12 08:12:37','2008-03-12 13:12:37','',0,'http://cuppamarcomm.wordpress.com/?p=17',0,'post','',1),
(1248,4,'2008-03-13 08:50:14','2008-03-13 13:50:14','Thanks to Tony Attwood, from the U.K.-based Hamilton House, a direct mail enterprise, for pointing out that telemarketing call are more intrusive than junk mail. I quite agree and that is why the U.S. government was right to create the \"Do Not Call List.\" It is about choice. We can reduce the \"junk mail\" and\"junk calls\" we get. Of course, we can always just hang up the phone when we realize it is a telemarketing call. Particularly offensive, in my opinion, are those recorded calls you get on your cell phone.\n\nThis got me to thinking about telemarketing calls. Somewhere, a marcomm person wrote a script for those calls. Ideally, the caller should move the call receiver to some sort of action--buy something, subscribe to something, donate money, etc. As in direct mail, these calls do have a success rate, and I am sure it varies by product or service and all by telemarketer ( I have had rude telemarketers call me. Needless to say, they don\'t get very far. ).\n\nThe media was busy reporting this week that a new nuisance is text spam, in which you get unsolicited sales messages as text messages on your cell phone.  Email spam is noxious, primarily because it is unsolicited and often advertises pharmaceuticals or sex-related services.  We have legitimate email solicitations, which feature an opt-out option. But we don\'t pay per email message. We do pay for text message.  Text spam may be even more nefarious than email spam.\n\nBack to telemarketing--there is a role for direct calls in a marketing campaign. Clearly, politicians use this technique quite a lot, since they are trying to reach people \"directly\" and motivate them to vote. In some cases, it can backfire. If I get too many recorded messages, I get irritated. I wonder if telemarketing is more effective to retirees or people who are homebound. To these people a call is not an intrusion as much as chance to connect with someone. Somebody who has been on the phone all day and just wants to relax in the evening may find unsolicited calls from telemarketers very intrusive.\n\nFrom a marketing standpoint, my advice about telemarketing is to proceed with caution. Certainly, the more targeted your message and your list, the more successful. Telemarketers who ignore common sense (calling too early or too late or too often) or run afoul of the Do Not Call list will not help the product or service they are trying to sell.','Junk calling','','publish','open','open','','junk-calling','','','2008-03-13 08:50:14','2008-03-13 13:50:14','',0,'http://cuppamarcomm.wordpress.com/?p=18',0,'post','',1),
(1249,4,'2008-03-13 19:11:38','2008-03-14 00:11:38','Well, according to Bloom, very different. Zany songs and even \"zanier\" commercials are portraying Bloom as the store with a smile. I guess smiling at the supermarket would be different.\n\nAccording to its website, Bloom is  a happy shopping experience, hassle-free even.  In a sense, I think the commercials work because they do make you kind of shake your head, maybe even smile. The one I saw today was a classic comedy move--the response is not appropriate to the situation. For instance, a guy says he is thinking about his daughter, clearly worried about her, and the Bloom shopping associate says something like, check this watermelon out, it\'s one of hundreds of fresh produce items. Huh? Are we supposed to go shopping at Bloom to forget our troubles? Or, is Bloom a place where there are no troubles? Or is the commercial trying to be memorable? All of the above. Maybe I should go to Bloom, there I would forget why I had issues with their advertising.','How different can a supermarket be?','','publish','open','open','','how-different-can-a-supermarket-be','','','2008-03-13 19:11:38','2008-03-14 00:11:38','',0,'http://cuppamarcomm.wordpress.com/?p=19',0,'post','',1),
(1250,4,'2008-03-14 08:36:54','2008-03-14 13:36:54','Love it or hate it, direct marketing is here for the time being. However, it seems that more people hate it than love it. Or at least are more vocal about it. Other than the character Sammy, in Kristen Gore\'s funny book Sammy\'s Hill, I don\'t know anyone who talks to telemarketers.  This blog just received a post from a group that is seeking to limit political \"robo-calls.\" All this begs the question, if so many people are annoyed, why do marketers continue doing it? I know the \"robo-calls\" were particularly insidious in the last election.  Perhaps marketers are looking to cover all bases. Even a four percent return on investment might make the difference. But what if it creates bad will? Does a little bit of good will compensate for a lot of bad will?\n\nAgain, as a marketing person, I think all messaging should be targeted and tailored. Calls generated by computer are targeted geographically, but lack the personalization that helps make direct marketing more successful. I also think it is much easier to hang up on a recorded voice than it is to hang up on a live person asking to speak to Mr. or Mrs. butchered last name.','Intrusive marketing hits a nerve','','publish','open','open','','intrusive-marketing-hits-a-nerve','','','2008-03-14 08:36:54','2008-03-14 13:36:54','',0,'http://cuppamarcomm.wordpress.com/?p=20',0,'post','',0),
(1251,4,'2008-03-14 11:04:47','2008-03-14 16:04:47','Have you seen the new commercials for Macy\'s? I just saw one featuring Usher, selling his perfume, and Martha Stewart. Martha is talking about how much time she spent in research and development. Usher says he worked on two products and asks her how many products she did. She answers 2000 or so. He shakes his head and says, when do you sleep girl? Cute, funny. Take on the whole Martha Stewart quest for perfection. My question is, does this make people go to Macy\'s? Is it image advertising? Am I supposed to think Macy\'s is perfect? Or is it that Macy\'s is funny? Or that Macy\'s attracts top names like Usher and Martha Stewart? Actually the tag line for the campaign is something like \"where the stars are.\" Their logo is a star. I am starting to get it.\n\nMacy\'s is one of the biggest newspaper and television advertisers. But how are their sales doing? Is their advertising working? Well according to a story in the Wall Street Journal, as of March 2008, Macy\'s will no longer release their monthly sales figures. Today, the Washington Post reports that discount retailers have seen sales go up while traditional stores have had sales go down, as a result of general belt-tightening in the U.S. economy.  Begs the question...','Good Ol\' Martha Stewart','','publish','open','open','','good-ol-martha-stewart','','','2008-03-14 11:04:47','2008-03-14 16:04:47','',0,'http://cuppamarcomm.wordpress.com/?p=21',0,'post','',5),
(1252,4,'2008-03-17 08:23:22','2008-03-17 13:23:22','How much spam email do you get every day? I get at least 20 spam emails, even though I have some sort of mailguard. I delete them immediately. However, somewhere, someone, is opening spam, and responding to it. Otherwise, why would spam exist? Whether it is cheap medication or some financial scheme, some people out there are intrigued by their spam email. That shows me a few things: 1) headlines (subject lines) are tremendously important; 2) the offer is what makes the sale; 3) there is an audience for everything!\n\nSpam operates on the same principle of any direct mail--a good Return on Investment (ROI). In fact, most direct mail averages a 4 percent success rate, but that 4 percent actually buy something or donate to the cause, making the mailing worthwhile.  With spam, postage is not an issue, so spammers can afford to have a very very low success rate--even less than 1 percent. This is why spam has proliferated. There is no tangible cost (postage or printing).  The cost boils down to an Internet Service Provider (ISP) fee, and the spammers time. And they don\'t spend a ton of time on those emails--how many have egregious spelling mistakes?\n\nBottom line is that spam is direct marketing gone awry. It is direct marketing without principles. Their target demographic is reduced to people who have email. Spam really is another get rich quick scheme that preys on the uninformed. When spam is phishing, it is even more insidious--targeting careless or naive people to get their credit card/account/other ID information.','Is Spam Marketing?','','publish','open','open','','is-spam-marketing','','','2008-03-17 08:23:22','2008-03-17 13:23:22','',0,'http://cuppamarcomm.wordpress.com/?p=22',0,'post','',0),
(1253,4,'2008-03-18 08:22:36','2008-03-18 13:22:36','Certain things are just not advertised, but you know about them anyway. That is the power of buzz. I think one of the most buzzed about items is Facebook. Even I am buzzing about it. Yet, you probably haven\'t ever seen a Facebook ad, received a piece of mail about Facebook or picked up a Facebook brochure. In fact, if you are on it, it is because you got invited to \"friend\" someone you know. Or, you read about it (Facebook does engage in public/media relations). In fact, in the last couple weeks I have read two articles in women\'s magazines about Facebook. One talked about the addictive quality of Facebook, and the collecting of friends, where the other discussed pros and cons versus the other large social networking site, MySpace.\n\nI just bought some prints on Shutterfly. You never see ads for it, or its competitors like Snapfish. Yet everyone is using these sites to print out their digital photos. Or at least it seems like everyone is doing it--and that is exactly what buzz is about. Truly, buzz marketing is the ultimate type of marketing. It puts in question the future of people like me and other marketing people. Buzz depends on word of mouth. It creates an epidemic, to borrow from Malcolm Gladwell\'s excellent The Tipping Point: How Little Things Can Make a Big Difference. In fact, The Tipping Point is buzz\'s bible, since it explains just how the buzz phenomenon can \"tip\" something, that is, making it bigger and badder. According to Gladwell, ideas move through society because of three types of people: connectors, mavens and salespeople. Basically, they all influence their circles and in interconnection, they influence the larger sphere.  Facebook is a great example of something that has tipped. Today, it has become a larger phenomenon than its competitors and it is everywhere around the world.','The buzz','','publish','open','open','','the-buzz','','','2008-03-18 08:22:36','2008-03-18 13:22:36','',0,'http://cuppamarcomm.wordpress.com/?p=23',0,'post','',0),
(1254,4,'2008-03-19 06:15:05','2008-03-19 11:15:05','Today\'s <b>Washington Post</b> reports that the United States Postal Service in association with the Direct Marketing Association are working hard to quash \"do not mail\" initiatives. Read the full article here  <a href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/03/18/AR2008031802893.html\" title=\"Efforts to Block Junk Mail Slowed\">http://www.washingtonpost.com/wp-dyn/content/article/2008/03/18/AR2008031802893.html</a>\n\nMost consumers who want out of direct mail want to stop the flow of paper into their homes. They are concerned about the environment and the wastefulness of unwanted mail. Yet the USPS and the DMA are blocking this initiative. According to the article, the DMA went so far as to write their members and instructing them to ignore requests from Catalog Choice, a service that allows consumers to opt out of receiving catalogs.\n\nIn my opinion, this is another example of marketing gone awry. I understand that direct marketers and their affiliates (printers, writers, mailhouses, and the USPS) make money off direct mail. They stand to make less money if less people opt to get direct mail. However, there are two major issues at play here: 1) REAL concerns about the environment and 2) disinterested parties. It is high time that businesses take a more thoughtful approach to environmental issues. More and more, the public is concerned, and rightfully so, about the long-term impact of human action on the earth and the very real consequences of global warming.  In their own interest, why not market only to those people who are receptive to marketing? To send dozens of unwanted letters, catalogs, credit card offers into the homes of consumers who not only don\'t want them but are actively seeking to stop this barrage will surely cause ill will on their part.  Remember targeted marketing?\n\nThe bottom line is that marketers are looking at their bottom line. And holding on to outdated modes of communication. My suggestion to them is for them to evolve. When the Internet starting taking over, what did banks do? They started online banking. Why not reinvent direct marketing so that it becomes environmentally acceptable? Why not think of new ways to reach your targets without creating harmful waste?','Junk Part II','','publish','open','open','','junk-part-ii','','','2008-03-19 06:15:05','2008-03-19 11:15:05','',0,'http://cuppamarcomm.wordpress.com/?p=24',0,'post','',1),
(1255,4,'2008-03-20 07:48:06','2008-03-20 12:48:06','Do you have specific questions about a marketing issue? Just post here and I will attempt an answer.','Questions','','publish','open','open','','questions','','','2008-03-20 07:48:06','2008-03-20 12:48:06','',0,'http://cuppamarcomm.wordpress.com/questions/',0,'page','',2),
(1256,4,'2008-03-20 08:12:08','2008-03-20 13:12:08','I just bought a new vacuum cleaner.  My old vacuum cleaner was just losing suction every day. There were several types, brands and price points in the vacuum section at my local discount store. The range went from $39  Dirt Devil stick vacuums all the way to $350 Dysons. It\'s been ten years since I last bought a vacuum, a Eureka. Naturally, I checked out Eurekas, and also the Hoovers and Bissells and Dirt Devils. Dyson was just out of my price range. But you know what kept going through my head? \"Bissell, We Mean Clean.\" That is the power of great tagline. So I bought a Bissell. But before you think that the tagline made me buy it, I chose it MAINLY because of price and features. The price was right and the features were good (bagless, 12 amps, lighter than the Eureka, onboard tools, HEPA filter).\n\nI figured that Bissell had to be good. I didn\'t check out consumer reports. I didn\'t ask around to see what other people had. However, I have seen countless commercials for Bissell. It is not an unknown. That is the power of branding. You come to know and believe in a brand. Brand is not always enough to influence purchase. I know, for instance, that Dyson never loses suction (according to their commercials), but $350 is just not in my budget for a vacuum cleaner. I have been using a Eureka without problems for 10 years, but the Eureka model in the store was four pounds heavier than the Bissell.\n\nAre there any brands that you won\'t give up on, regardless of price and features? For one,  I always buy Tylenol, not store brand acetaminophen.  But I stopped buying branded zip top and  trash bags when I found the store brand was practically the same and a lot cheaper.','Do you believe in the power of branding?','','publish','open','open','','do-you-believe-in-the-power-of-branding','','','2008-03-20 08:12:08','2008-03-20 13:12:08','',0,'http://cuppamarcomm.wordpress.com/?p=26',0,'post','',1),
(1257,4,'2008-03-24 11:24:06','2008-03-24 16:24:06','According to an article in the Baltimore Business Journal --available here, but may be for subscribers only: <a href=\"http://\" title=\"Baltimore Business Journal Article on Podcasting\" target=\"_blank\">http://baltimore.bizjournals.com/baltimore/stories/2008/03/24/focus1.html?b=1206331200^1607621&amp;page=1 </a> podcasting is the most targeted way to reach an audience. Perhaps I am showing technological resistance, but I have yet to go to a business or philanthropic website and listen to a podcast. The article states that companies don\'t yet know how to best use podcasting.\n\nCertainly in today\'s new media/social media environment, organizations have to be as cutting edge as possible.  A good website is no longer enough--it must be updated. Blogs have definitely had an impact, but unless they are updated frequently with information that is useful, they are useless. I know of a graphic designer who has a blog with nothing on it other than some self-serving news. Why not talk about design? And now the move toward audio and video via podcasts. Again, you must have something relevant to say, and as the article above points out, production values are important. So a cheesy do-it-yourself podcast may end up hurting you and not helping you by making you look unprofessional or amateurish.\n\nI don\'t know if I agree that podcasting is the next frontier in targeted marketing. I think it is just another tool in an expanding arsenal of online possibilities. Thoughts out there?','Podcasting, really?','','publish','open','open','','podcasting-really','','','2008-03-24 11:24:06','2008-03-24 16:24:06','',0,'http://cuppamarcomm.wordpress.com/?p=27',0,'post','',0),
(1258,4,'2008-03-25 08:04:34','2008-03-25 13:04:34','I once worked with a graphic designer who told me the Mac and its software were just tools, same as pen and paper. He was 100% right. Just having the tools does not mean you know how to use them, or better yet, use them effectively.  Many people today have access to InDesign, Publisher, Dreamweaver, Photoshop and a myriad of other design software. And these people use these tools without any clue as to what goes into design. You can see the results in poorly designed, often unattractive brochures, ads and other marketing communications materials. It\'s the same with writing. We all know how to write, but not everyone knows how to write well.\n\nDesign is the first thing we notice about a piece, whether it be the color scheme or the layout, the font or the images. A good designer knows how to entice you to read the piece and also to use the design to communicate certain elements of the product or service. I have been fortunate to work with great designers and I have also worked with mediocre designers. There is a difference. But either way, any professional designer is better than an amateur who thinks he or she knows what she is doing. We should all acknowledge our areas of expertise and leave some stuff to the professionals. It makes a tremendous difference.  Here are some things a professional considers: readability, flow of information, aesthetics, color palette, suitable typeface  and amount of white space. Another item that a professional brings to the table: creativity.\n\nYou wouldn\'t go to an amateur to build your house, why would you use an amateur to create your brand identity for the world to see?','Design counts','','publish','open','open','','design-counts','','','2008-03-25 08:04:34','2008-03-25 13:04:34','',0,'http://cuppamarcomm.wordpress.com/?p=28',0,'post','',2),
(1259,4,'2008-03-27 12:09:39','2008-03-27 17:09:39','Last night, I attended a forum on politics and the Internet. The Internet has changed the way politicians campaign. Every self-respecting candidate has a website AND an Internet strategy. Candidates have Facebook/MySpace profiles and supporters use YouTube and other social media to post items in favor of their candidate/opposing the other candidates. It certainly has opened the playing field far and wide. Yet candidates are still spending millions of dollars on TV advertising. It seems that only 50% of Americans have broadband access so the various graphics/videos available on the Internet are not available to everyone. People still watch TV, but do people still read newspapers? I do, but declining numbers have certainly been the trend in recent years.  As more and more people get there information ONLINE (even from newspapers websites) and as more people are concerned about environmental issues (paper=trees), are printed newspapers going to disappear? The biggest advertisers in print are retailers. Everyone has seen the full page ads for Macy\'s and other department stores. In fact, I would bet that 90% of all print ads are retail oriented. In this case, printed newspapers are not going away soon. It is not the same to peruse a website for news as it is to read through a newspaper and look at the ads, especially if you are looking for a specific item or a sale. But will retail traffic be able to save newspapers in a recession-bound economy? I am not sure. Also, the younger generation definitely does not read newspapers and baby boomers are headed toward senior citizen status. Perhaps in another generation or so the newspaper will go the way of the videotape and become a recollection of how things USED to be done.','Will Newspapers Survive?','','publish','open','open','','will-newspapers-survive','','','2008-03-27 12:09:39','2008-03-27 17:09:39','',0,'http://cuppamarcomm.wordpress.com/?p=29',0,'post','',0),
(30,4,'2008-03-30 21:53:51','2008-03-31 02:53:51','My apologies to Martin Luther King, Jr., but some advertisers have to work to overcome any bad feelings customers have about them. Comcast is a case in point. There are Comcast customers out there who have had a less than positive experience. In fact, Comcast has a pretty bad perception to overcome. Some of their commercials are rather funny...the one with the Slowskys, the family of turtles who prefer DSL because its slow, for instance. But does the humor help overcome the negativity? This is when the product has to live up to the advertising. Same with Verizon. I happen to like the Verizon Wireless ads--you know, \"it\'s the network.\" And Verizon indeed has the network, but it is plagued by similar customer service problems to Comcast. So in the end, the commercials help to bring in people that don\'t already have an opinion, but when a STRONG and/or NEGATIVE opinion exists, no amount of funny and/or clever advertising is going to help. I am sure there are many other examples of companies that have great advertising, but negative public perception.','We shall overcome','','publish','open','open','','we-shall-overcome','','','2008-03-30 21:53:51','2008-03-31 02:53:51','',0,'http://cuppamarcomm.wordpress.com/?p=30',0,'post','',1),
(31,4,'2008-04-01 09:00:52','2008-04-01 14:00:52','We all know how much the Internet has changed the way we do business. We no longer fax or express mail--we email and upload instead. When I started working at an advertising agency way back in the early \'90s, we were still faxing signed insertion orders and overnighting ad films! And boy, could that cause problems, especially when publishers didn\'t get materials by deadline. The panel I mentioned a few posts back, about the Internet and politics, discussed how much the Internet is affecting campaigning and public opinion. But for our purposes, what is really changing is the whole scope of marketing communications.\n\nFirst, traditional broadcast or print ads are just not enough. All ads and printed materials today point consumers to a website. The website has to be good and has to be UPDATED (I can\'t stress that enough). But that is not yet enough. There are online ads--banners, AdWords on Google, search engine optimization. There are email campaigns. Because of the search for more targeted media, marketers have turned to all sorts of social media. Groups on Facebook/MySpace and the creation and posting of events. In the media relations field, we\'ve seen a rise in subscription newsletters such as Daily Candy. So now PR practitioners send their materials to traditional and online media, and some also to major bloggers (not me, not yet anyway).\n\nBut what is really interesting is that because everything that is on the Internet is available to anyone without a blocked Internet connection, anywhere, at any time, what is said about a company, organization or even an individual, is out there, perhaps even permanently. This is the reality of the Internet. Remember how Tylenol had a problem with tainted medicine or Odwalla with tainted juice? Those cases have made it into print, but can easily be found today on the Internet. You think the Southwest issue with the cracked fuselages has to make it into print to affect their image? No. It was reported by all media, who then post it on their websites, and even though I haven\'t researched it, I would bet that the blogosphere discussed it. In fact, even if something is in printed format, there are many databases out there that could be accessed (some for a fee of course) that would give you a nice PDF of whatever information you are seeking. That type of searching used to limited to scholars or journalists on a mission and with an expense account.\n\nThe newest issue then for marketers is to limit the damage or correct the image whenever possible. There are positions now such as \"Social Media Manager.\" Here\'s a link to a blog that explains this <a href=\"http://\" title=\"Social Media Manager\" target=\"_blank\">http://www.web-strategist.com/blog/2008/03/23/the-need-for-the-social-media-manager/</a>\n\nIn fact, this blog has received comments from such people. These people work for a company, like Comcast, and they scour the Internet for any mentions of their company. They then work to correct the mention or work to diminish its impact. See the comment to post We Shall Overcome immediately below.\n\nIn sum, with the Internet, the job of a marketing manager has become both easier and harder. We can collaborate more easily and we can find what we need at lightning speeds, but now we have a huge, not easy to control mass medium that knows no borders. Marketing managers today have to be concerned about image both on and off line.  Big job!','Ever Evolving','','publish','open','open','','ever-evolving','','','2008-04-01 09:00:52','2008-04-01 14:00:52','',0,'http://cuppamarcomm.wordpress.com/?p=31',0,'post','',2),
(1260,4,'2008-04-01 09:50:35','2008-04-01 14:50:35','Update to post below--Advertisers are turning to gaming online. Read this article in the New York Times:\n\n<a href=\"http://\" title=\"Online Gaming\" target=\"_blank\">http://www.nytimes.com/2008/04/01/business/media/01adco.html?_r=1&amp;oref=slogin </a>','More evolution','','publish','open','open','','more-evolution','','','2008-04-01 09:50:35','2008-04-01 14:50:35','',0,'http://cuppamarcomm.wordpress.com/2008/04/01/more-evolution/',0,'post','',0),
(1261,4,'2008-04-03 07:30:47','2008-04-03 12:30:47','Have you heard of Yael Naim? No? You probably have heard her song New Soul. Let\'s say if you watch any TV at all, and have seen the commercials for MacBook Air then you have heard it. It seems Steve Jobs personally chose her song for the commercial and it has now propelled the song, and Naim, into new popularity. Anyway, her song is catchy and has a very specific sound that has helped brand MacBook even further. Apple has been using music in their commercials for a long time--sometimes using previously lesser known artists like Naim, and sometimes using megabands like U2. Their strategy seems to be working. If you ever walk past an Apple store, you will notice that it is NEVER empty. People respond to music and when U2 appears in a commercial for ITunes, people listen.\n\nBut how many advertisers can afford to pay U2? Not many. So is this a level playing field? No way! For instance, there are many MP3 players out there and the most popular is the Ipod. I would argue that some MP3 players are better or have more features than an Ipod (and are certainly less expensive) yet Ipod rules. In my opinion, this boils down to having Apple, its advertising agency, and a big budget behind it.','Musically inclined','','publish','open','open','','musically-inclined','','','2008-04-03 07:30:47','2008-04-03 12:30:47','',0,'http://cuppamarcomm.wordpress.com/?p=33',0,'post','',0),
(1262,4,'2008-04-04 06:59:08','2008-04-04 11:59:08','Drug advertising, by its nature, is full of pitfalls. Obviously, drug companies that advertise are pushing their medication. One problem is that many of the medications are expensive (generally, they are still under patent and not available in the generic). Another problem is that advertising, even with all the small type, can\'t address all the pros and cons of drugs. We\'ve all seen or read the ads for drugs, \"which may cause side effects such as nausea, headaches, drowsiness, lethargy, cancer, etc.\" Also, patients are now armed with the brand name of a drug and can inquire about it directly to their doctors.  Drug companies spend millions on research and development, so they then spend millions on marketing to make sure the drug sells before its patent expires.  But the biggest problem with this massive marketing is that not all of these drugs are safe or effective\n\nThe latest drug to be exposed is Vytorin, a cholesterol medication. According to news reports, studies have found that Vytorin is no more effective than other cholesterol-lowering drugs available in the generic. Remember, generic is usually cheaper. Schering-Plough, the makers of Vytorin, have actually had layoffs and a reorg. However, today, there was a full two-page spread in the Washington Post for Vytorin. On the one hand, I understand why they do it. On the other hand, it seems like they think that readers of the Washington Post would dismiss the findings of the study simply because of a large ad in the newspaper. The ad does not address the findings, but really, how could it? Vytorin\'s USP (unique selling proposition) is that it addresses two sources of cholesterol. So this ad continues to tout this two-prong approach even though it is not better than statins at lowering cholesterol.\n\nWe are a free society and a market-driven one at that. However, marketing for drugs that have potential complications or don\'t work as well as advertised does need to be regulated. Public health is at stake. And I, for one, do not think the bottom line trumps health and wellbeing ever.','Drugged Up','','publish','open','open','','drugged-up','','','2008-04-04 06:59:08','2008-04-04 11:59:08','',0,'http://cuppamarcomm.wordpress.com/?p=34',0,'post','',0),
(1263,4,'2008-04-06 07:48:41','2008-04-06 12:48:41','Marketing really has driven the drug business says Melody Petersen in the new book Our Daily Meds. Review can be found in today\'s Washington Post, link here: <a title=\"WP Review of Our Daily Meds\" href=\"http://cuppamarcomm.wordpress.com\" target=\"_blank\">http://www.washingtonpost.com/wp-dyn/content/article/2008/04/03/AR2008040303377.html</a>','Update: New Book about Drug Marketing','','publish','open','open','','update-new-book-about-drug-marketing','','','2008-04-06 07:48:41','2008-04-06 12:48:41','',0,'http://cuppamarcomm.wordpress.com/?p=35',0,'post','',0),
(1264,4,'2008-04-07 11:05:19','2008-04-07 16:05:19','Well...the flavor of course! But how do you even try a beer you haven\'t tasted before? Recommendations from friends and bartenders, magazines and ADVERTISING. Case in point, Stella Artois, a Belgian beer with a long history. If you\'ve ever gone to an independent or art house movie theater, you\'ve probably seen Stella Artois advertised. These commercials usually have no talking, and feature Old World settings. Generally, the idea of most of them is that you would always rather have Stella or that you won\'t give up your Stella, no matter what. I saw one on cable television recently. It showed two robbers who have just dug their way to a pot of money. They toast with Stella Artois, and while they are doing this, the pot of money catches fire. For a split second they consider using the beer to put out the fire, but think better of it. Moral: no amount of money is better than a nice cold Stella Artois.\n\nDemonstrating the power of persuasion, I was faced with a choice of beers recently that included Stella. I had to try it. After all, they claim it would make me happier than a pot of money. (It was fine, I would drink it again, in case you are wondering.)\n\nBottom line is that this advertising is effective because it has a very specific point shown in outrageous ways. It also uses the images to convey a European/historical feel for Stella Artois. In my opinion, this type of advertising is far more persuasive than the American beer advertising we see for the big companies like Budweiser and Michelob. In any case, the taste of those beers speaks for itself.','What makes a beer worth drinking?','','publish','open','open','','what-makes-a-beer-worth-drinking','','','2008-04-07 11:05:19','2008-04-07 16:05:19','',0,'http://cuppamarcomm.wordpress.com/?p=36',0,'post','',0),
(1265,4,'2008-04-07 17:56:56','2008-04-07 22:56:56','Viagra sponsored the limited-commercial edition of tonight\'s ABC News. On the one hand, this makes sense. Evening news generally skews toward an older demographic. On the other hand, ABC News has a new in-depth series, on what it\'s like to be 21 in different places. So how does this make sense for Viagra?\n\nViagra, an ED drug certainly faces competition (I could pun here, but...) from Levitra and Cialis. All three drugs spend lots of ad dollars on high production value tv commercials. I am not sure which drug has the biggest market share, but here\'s another example of marketing driving the drug companies.','Viagra on ABC News','','publish','open','open','','viagra-on-abc-news','','','2008-04-07 17:56:56','2008-04-07 22:56:56','',0,'http://cuppamarcomm.wordpress.com/?p=37',0,'post','',0),
(1266,4,'2008-04-09 06:28:47','2008-04-09 11:28:47','In the end, consumer behavior  is stimulated either by needing something or wanting something. Guess where marketing communications plays the bigger part?  As I mentioned some posts earlier, Comcast has some very funny commercials. It doesn\'t make me WANT to be a Comcast customer but I am a Comcast customer. Why? Because, at the time, they were the only cable tv alternative available to me.  I NEEDED to sign up with them. Yet no amount of advertising is going to make me get their voice package. Why? Because I already have a telephone service I am satisfied with, so I have no NEED or WANT.\n\nThis need vs. want dichotomy explains why you never see advertisements for certain items. How often do you see an ad for plain rice? Never. Uncle Ben\'s Wild Rice? More often. You probably need plain rice, but you have to <strong>want</strong> wild rice. The whole advertising business is built around the idea of creating desire. That is the AIDA theory--Attention, Interest, Desire, Action. An ad is supposed to catch your attention and then create a want for something, which will lead you to spend money on something. It\'s not all nefarious--charities do this to. Who hasn\'t seen pictures of starving children in Africa and not wanted to help?\n\nSuccessful marcomm will stimulate a want. We get what we need anyway. You\'ll want to try new brands, new items, new services, all because the advertiser has convinced you that they have some unique or special attribute.','Need vs. Want','','publish','open','open','','need-vs-want','','','2008-04-09 06:28:47','2008-04-09 11:28:47','',0,'http://cuppamarcomm.wordpress.com/?p=38',0,'post','',0),
(1267,4,'2008-04-11 08:45:26','2008-04-11 13:45:26','Tag lines are not slogans, although they could be.  Slogans can serve as tag lines, as in Nike\'s \"Just do it.\" Tag lines help the advertiser define the service or product beyond its name or the headline on the ad. As you can imagine, they can be hugely important. Today, an ad for a mattress store caught my eye. It is called Sleepy\'s. Not sure I care for the name, but the tag line \"The Mattress Professionals\" just didn\'t do it for me. In fact, Mattress Professionals would be a better name for a store. Sleepy\'s is a fairly \"unprofessional\" name. But they want you to think they know what they are talking about. I think professionals is the not best choice...it doesn\'t match. I guess \"Sleep experts\" must be taken...that would have been better. Or \"we know mattresses.\"  In any case, to me this illustrates a disparity between a brand name and its brand identity.  You want to keep those separate.\n\nPlease keep in mind that I have never been to a Sleepy\'s store and this is just a commentary on a particular element of a particular ad.\n\nAny thoughts?','Tagging it','','publish','open','open','','tagging-it','','','2008-04-11 08:45:26','2008-04-11 13:45:26','',0,'http://cuppamarcomm.wordpress.com/?p=39',0,'post','',0),
(1268,4,'2008-04-11 19:33:29','2008-04-12 00:33:29','Today, I picked up new glasses at For Eyes. The name is brilliant. And the tag is great: The store for people who can\'t see spending a lot for glasses.  I love this! Clever but not at the expense of making sense. And, I really like their ads...generally funny. Plus, I got good service and what I hope are a nice pair of glasses at a reasonable price.','More tagging','','publish','open','open','','more-tagging','','','2008-04-11 19:33:29','2008-04-12 00:33:29','',0,'http://cuppamarcomm.wordpress.com/?p=40',0,'post','',0),
(1269,4,'2008-04-14 07:45:35','2008-04-14 12:45:35','I used to be quite a fan of Meet the Press and other Sunday morning talk shows. At the time, Orrin Hatch was a favored guest, and boy, he was ALWAYS on. So I stopped watching. I also really liked David Brinkley, and of course, he passed on. Now, I only  watch the programs occasionally. What hasn\'t changed is the advertisers and type of advertising. Sunday morning public affairs shows have image advertising, rarely retail. Back in the day, a huge advertiser on Sunday was the Archer Daniel Midlands company. Or BASF (we don\'t make the plastic we make the plastic better). This past Sunday, I noticed image advertising for Boeing. Clearly, viewers are not shopping for their very own 737. These commercials are mostly designed to promote the company as a do-gooder or a well run company and really, are designed to appeal to the company\'s own stakeholders (employees, shareholders and other internal audiences). It is a very unique segment of advertising.  The idea also is that policy wonks and other influential people tune in to these Sunday morning shows and these image commercials are meant to create name recognition for these companies. Of course, at some point, policy wonks will be involved in an airline requisition and may have to choose between Boeing and McDonnell Douglas. I wonder if these image campaigns truly influence these types of choices. After all, there is a large difference between choosing Jif Peanut Butter instead of Skippy and deciding to buy a Boeing 727 over a MD-80.','Sunday mornings','','publish','open','open','','sunday-mornings','','','2008-04-14 07:45:35','2008-04-14 12:45:35','',0,'http://cuppamarcomm.wordpress.com/?p=41',0,'post','',0),
(1270,4,'2008-04-15 10:00:27','2008-04-15 15:00:27','The 2008 election is being played out across new media. From the YouTube debates to the Facebook pages every candidate seems to have. I heard recently that Chelsea Clinton is asking everyone to \"friend\" her on Facebook, presumably so she can then have an email list of potential supporters for her mother. Today, I saw something very interesting. John McCain (or rather one of his campaigners) posted a question on LinkedIn.  LinkedIn has a great tool called Answers. Through it, people can ask for advice and experts can share their knowledge. McCain used the Answers feature to ask what issues are top priority for Americans. I think this is brilliant on his campaign\'s part. First, the campaign will receive some honest answers from Americans around the United States, some who probably would not have this type of access to a campaign. McCain will also create interest and some good will, because he is asking what is important. It makes his campaign look new media savvy as well.\n\nIn short, 2008 will show us just how effective social marketing can be. Obviously, campaigns think it is important. It helps raise visibility. The test will be in November and to see how many voters turn out, and why they turned out.','Social Marketing at the Presidential Level','','publish','open','open','','social-marketing-at-the-presidential-level','','','2008-04-15 10:00:27','2008-04-15 15:00:27','',0,'http://cuppamarcomm.wordpress.com/?p=42',0,'post','',0),
(1271,4,'2008-04-17 08:13:19','2008-04-17 13:13:19','Yesterday, I received an email announcement from US Airways. It is about something they call \"choice seats.\" As part of the growing trend to nickel and dime air travelers, USAir is getting into the fray by offering window and aisle seats in the front of the cabin for purchase. They are attempting to sell this as a benefit. By labeling it choice seats, and offering it for free to their Preferred Dividend Miles members, they are ensuring everyone else is stuck in middle seats. What I find so unsavory about this practice is that they are publicizing it.  And making it seem like a good thing. The only people who will benefit from this practice is the USAir higher ups. Gate agents will be even more harrassed as people jockey for better seats, now not available UNLESS you pay.  Honestly, this makes me sick. Playing to peoples disgust with flying these days, and seeing an opportunity to extract some more money from the public, USAir will sell you a right to a better seat. If you don\'t pony up some cash, you can rest assured you will be seated in the last row , in the middle, next to the bathroom. Lovely.','Cynical marketing','','publish','open','open','','cynical-marketing','','','2008-04-17 08:13:19','2008-04-17 13:13:19','',0,'http://cuppamarcomm.wordpress.com/?p=43',0,'post','',0),
(1272,4,'2008-04-21 08:39:52','2008-04-21 13:39:52','It is not a new phenomenon that the airlines sell advertising. Their main selling points always involve the terms \"captive audience,\" since at 25,000 feet no one is going anywhere. On my USAir flight on Friday, I noticed that the airline has certainly been working this captive audience angle. All ticket jackets had an ad for Geico and its ubiquitous gecko. And one flight segment, the tray tables were covered over with a ad on a sticker. The interesting thing is that although I did use the tray table, I cannot recall what the advertiser was. I do recall the product--it was virtual voicemail. I think that this is the challenge for advertising on board--you can\'t take action and you may not have pen and paper readily available to make a note to check when you get back on the ground. Or you may be wrapped up in your book or traveling companion\'s conversation to even notice.\n\nOn the other hand, Skymall must be somewhat successful. They have had their catalog onboard for many years. Skymall offers the most unusual selection of goods (whether you NEED any of these is another discussion). People who board a flight without any reading material or other forms of entertainment nearly always end up perusing the catalog. I wonder if any buy or if it\'s just a source of amusement.\n\nIn any case, the airlines are desperate for additional sources of income. As discussed a few days ago, USAir is set to start charging for \"premium\" seats in economy class, and all airlines will start charging fees for the second piece of checked baggage come May. It will not surprise me if soon we start seeing ads being played on the TV monitors at full volume for at least the first few minutes of the flight. It will also not surprise me if the flight attendants start pushing a product other than the airlines\' own credit card/frequent flyer program.','Advertising in the Friendly Skies','','publish','open','open','','advertising-in-the-friendly-skies','','','2008-04-21 08:39:52','2008-04-21 13:39:52','',0,'http://cuppamarcomm.wordpress.com/?p=44',0,'post','',0),
(1273,4,'2008-04-23 09:37:44','2008-04-23 14:37:44','Earth Day makes everyone go green, right? Yesterday, once again, I saw a television commercial for Chevron that touted how a gas company can do good for the environment. It\'s a long commercial--probably one minute long, and it shows \"green\" images such as fields of wheat, etc. I wonder what the target is. Do you buy gasoline based on green practices?  Do you believe oil companies can be green? After all, the commercial did not mention specific initiatives that Chevron is invested in, it only claims they are working on \"human\" interest. In fact, the whole commercial is so stylized and designed for an emotional response that it made me doubt its sincerity and accuracy.\n\nObviously, being green is an important attribute these days. Some companies have the actions to back up the claims. Whole Foods has banned plastic bags at check out, for instance. Some companies print on recycled paper and make a note of it. Some companies try to use recyclable paper and inks for the printed materials. But I can\'t recall a green campaign that has made me sit up and take notice. I know it is the hot topic du jour, but companies can use the current interest in the environment both to their advantage and to help the planet. If they can actually walk the walk, and tell people about it at the same time, they are truly ahead of the game. That is why the Chevron commercial did nothing for me. They are telling me how interested they are in the environment, but they are not actually telling me specifics.','Going green is all the rage','','publish','open','open','','going-green-is-all-the-rage','','','2008-04-23 09:37:44','2008-04-23 14:37:44','',0,'http://cuppamarcomm.wordpress.com/?p=45',0,'post','',0),
(1274,4,'2008-04-25 09:57:43','2008-04-25 14:57:43','I have been thumbing through old magazines, which is a quick way to see just how fast graphics and tastes change. If you were to pick up a magazine from 1990 you would really feel the difference. Some of it is more sophisticated tools, but some of it is just changing taste. In any case, I came across a print ad for a Fig Newton Snack Bar that is  \"just 100 calories.\" (When will this fascination with 100 calories end? What is so magical about 100???) I don\'t think Nabisco makes these anymore, but the tag line \"Snack Happy\" is still in use. Why? Because it\'s good. Period. What more do you want from a tag line? It is short, succinct and connotes at least two emotional states: guilt-free and contentment (or guilt-free contentment). So Nabisco has kept the tag line and got rid of the \"snack fairy.\" Remember the snack fairy? It was some guy dressed in a tutu that gave you snacks you could enjoy, EVEN if you were on a diet.  I just did a quick search and now Nabisco is running a \"Snack Purple\" campaign to celebrate women (huh?). In any case, this is not even close to being as enduring and clever as Snack Happy. Snack Purple? First of all, how does purple connote women? And second, who eats a color other than orange?\n\nA marketer should aim to create those enduring tag lines. MasterCard of course has \"For everything else there is MasterCard.\" Nike has \"Just Do It.\" These endure because they transcend whatever the image/graphic/fad of the moment is and communicate quickly and effectively to their intended audience. If you can think of other great tag lines, please let me know.','What\'s good endures','','publish','open','open','','whats-good-endures','','','2008-04-25 09:57:43','2008-04-25 14:57:43','',0,'http://cuppamarcomm.wordpress.com/?p=46',0,'post','',0),
(47,4,'2008-05-05 07:57:46','2008-05-05 12:57:46','Radio advertising has its own challenges. Pretty faces and stunning photography just don\'t work in radio. The spoken word is key. And the spoken word must break through tons of clutter. Just how do you differentiate your speaking voice from the radio station\'s on-air personalities? How do you communicate figures, facts and numbers without the benefit of a visual? In short, it takes a really good copywriter and some great voice actors to create a memorable radio commercial.\n\nThis struck home the other day as I was driving in South Florida, where one drives A LOT. Thus, one is one\'s car, with the radio on generally, for long stretches of time. I heard a commercial for AT&amp;T Wireless. It was about getting a cell phone for Mother\'s Day, but warning kids that Moms don\'t always understand texting. It was funny and it struck a chord about the differences between generations. It was clever and it got my attention...a very difficult job when one can change channels in seconds. In this case, you had to remember that the advertiser was ATT (not Verizon or Sprint). Thus the commercial had to both draw you in, and repeat key information.\n\nThe other problem that radio advertising faces is ability to act (or rather inability to act). If you are home, watching TV, and you see something interesting, you can write down a phone number or a website, and immediately call or visit. In radio, you are most likely out and about, without access to a pen or a computer. So the commercial must strike a chord and then be so memorable that when you get home you will remember the name of the advertiser and look it up. Of course, with political advertising, you just have to remember the name. In this realm, radio advertising is very effective. You can be repetitious and through frequency, make sure potential voters know your name and a few of your ideas.\n\nThe debate in radio advertising is (at least in media buying departments of ad agencies) of reach versus frequency. The answer of course is to find the best balance of both,  but I think in the cluttered world of radio, you need to aim for frequency.','A face for radio','','publish','open','open','','a-face-for-radio','','','2008-05-05 07:57:46','2008-05-05 12:57:46','',0,'http://cuppamarcomm.wordpress.com/?p=47',0,'post','',2),
(1275,4,'2008-05-07 09:53:24','2008-05-07 14:53:24','Yesterday, I was watching the local evening news. The anchor was reporting on health issues, including how teenage girls view their bodies. The anchor said that media images, which are often manipulated, affect body image, giving women an unrealistic expectation of what is perfect. So far so good. However, the anchor started talking about a new COMMERCIAL from Dove, regarding how the media manipulates these images.\n\nA year or two ago, Dove started an ad campaign to \"celebrate\" women\'s bodies by using \"real\" women as models. Apparently, they have upped the ante and now are using documentary style commercials to criticize the media. There are a couple of issues here. First of all, this entire campaign was created to generate buzz for Dove. To obtain free publicity in the form of media reports about a different campaign, etc. So the anchor of this local newscast became a publicity agent for Dove, and used their images to talk about the serious issue of teenage body issue. OK, but what is Dove trying to do? It is trying to position itself as a company that does not exploit women\'s issues with body image. Why? To sell product, of course! Dove does not advertise purely to help women deal with their body image issues. It is trying to make viewers think that it cares about women, that its products are \"women-friendly.\" Clever? Yes. Different? Yes. Why do I have an issue with it? Because in the end, no for-profit company is doing any public service without expecting something in return. And when their commercials are being touted as if they were bona fide documentaries, we have a problem.','Free advertising','','publish','open','open','','free-advertising','','','2008-05-07 09:53:24','2008-05-07 14:53:24','',0,'http://cuppamarcomm.wordpress.com/?p=48',0,'post','',0),
(1276,4,'2008-05-08 10:19:04','2008-05-08 15:19:04','It has become commonplace to use celebrity voice-overs for television and radio ads. In fact, I remember reading that it had become a kind of game to identify who the celebrity was. For instance, I am pretty sure Ann Curry does the Detrol ads. And I just heard a radio commercial for Kaiser Permanente, which I am almost certain was read by Allison Janney. Which brings me to my point: is it worth the money to have a highly-paid (and probably telegenic) celebrity do a voice-over for your radio commercial? Of course, voices, like faces, can connote emotions and create associations. Voices can have distinctive tones and timbres. Allison Janney\'s voice connotes assuredness and practicality. So I can understand Kaiser Permanente using her, but I wonder if it truly is worth the additional expense. I am sure there is radio talent out there with similar characteristics.','Radio Face Part 2','','publish','open','open','','radio-face-part-2','','','2008-05-08 10:19:04','2008-05-08 15:19:04','',0,'http://cuppamarcomm.wordpress.com/?p=49',0,'post','',0),
(1277,4,'2008-05-12 16:05:45','2008-05-12 21:05:45','Not only have movie prices increased to reach almost $10, but the theaters are increasingly showing full length commercials before the trailers and the movie. Clearly, advertising has become an important source of additional revenue. One can easily see the appeal--a captive audience with nothing else to do but to watch the commercials and the ability of advertisers to select audience by geography/zip code.  Mind you, advertising in theaters is nothing new. For years, there were stills being shown before the trailers, and of course, promotions for movie theater related \"stuff\" like popcorn and soda. Recently, I have noted the commercials are lengthier and with higher production values than the stuff we see on TV. Because advertisers know that movie goers are going to see a film that probably cost tens of millions of dollars to produce, they also are producing high quality commercials that seem movie-like. Stella Artois (as mentioned in my post on beer commercials) has been doing this for a while. Last Friday, I saw a great commercial with Martin Scorsese...the kicker is I can\'t remember the advertiser! I think it may have been AT&amp;T.\n\nMovie advertising is here to stay. The good thing is that we can almost certainly count on it to be entertaining.','Before the trailers','','publish','open','open','','before-the-trailers','','','2008-05-12 16:05:45','2008-05-12 21:05:45','',0,'http://cuppamarcomm.wordpress.com/?p=50',0,'post','',0),
(1278,4,'2008-05-14 09:38:56','2008-05-14 14:38:56','No secret here. The power of advertising is to suggest that you need something. Sometimes you didn\'t even know you needed that something.  Such is the case in some types of medical advertising. Is your skin red and flushed looking? It might be rosacea! Trouble falling asleep? Get some Ambien! On MSNBC.com today there is an article about Requip, the medicine for \"restless legs syndrome.\" Apparently, since the drug got approved in 2005, the company has been advertising and inquiries about the \"syndrome\"and the drug have increased dramatically. However, the drug is just about to go generic, and thus, Requip will no longer be advertised as heavily. They are expecting a drop in people with \"restless legs syndrome.\" Read the story here <a title=\"MSNBCstory on Requip advertising\" href=\"http://\">http://www.msnbc.msn.com/id/24603237/</a>\n\nIn any case, this speaks volumes about the power of suggestion (and persuasion). And really, about the power of advertising. We tend to believe what we see on TV. And we are concerned about our health, so advertising on TV about our health seems to be very effective.','The Power of Suggestion','','publish','open','open','','the-power-of-suggestion','','','2008-05-14 09:38:56','2008-05-14 14:38:56','',0,'http://cuppamarcomm.wordpress.com/?p=51',0,'post','',2),
(1279,4,'2008-05-17 07:00:31','2008-05-17 12:00:31','Existing and new home sales are down across the country due to the mortgage/credit crises. So what is a home seller to do? Advertise of course! In the past few weeks, I have been receiving more and more postcards featuring condos or townhomes in the area. In fact, on Thursday alone, I got three such over-sized, glossy postcards addressed to \"resident.\" This tells me that these advertisers (Ryan Homes was one of them) are pulling all the stops to be able to sell homes that were probably built or planned for before the real estate bubble blew. They are offering incentives and slashing prices while advertising heavily via direct mail and in the real estate section of the newspaper and even on television. The construction companies need to make up some if not all of their investment and know they need to sell those units, almost at all cost. Have you noticed an uptick in real estate advertising too?\n\nOn a completely unrelated note, a few weeks ago, Starbucks unveiled its new (\"and improved\") logo. It is brown instead of green and shows a more detailed mermaid than before. Apparently, some groups are offended by the more anatomically correct mermaid (of course). The question is: was it necessary to tinker with a perfectly good and highly recognizable logo? Fortunately, the chain has already built a huge customer base. However, we all know Starbucks by its green logo. Brown may not fly. I don\'t think the new logo will hurt their sales, but I don\'t think it will help either. You can read a story on this on MSNBC.com. Here\'s the link:<a class=\"aligncenter\" title=\"Story on Starbucks\' New Logo\" href=\"http://www.msnbc.msn.com/id/24671066/\" target=\"_blank\"> http://www.msnbc.msn.com/id/24671066/</a>','Real Estate Advertising and Starbucks Logo','','publish','open','open','','real-estate-advertising-and-starbucks-logo','','','2008-05-17 07:00:31','2008-05-17 12:00:31','',0,'http://cuppamarcomm.wordpress.com/?p=52',0,'post','',0),
(1280,4,'2008-05-19 07:09:14','2008-05-19 12:09:14','In case you have been living under a rock, the newest Indiana Jones movie is opening this weekend. It is being accompanied (or should I say anticipated) with lots of media hoopla and a re-release of all previous Indiana Jones movies. Of course! This franchise has a lot of life to it. Raiders of the Lost Ark, the first Indiana Jones movie, came out in 1981. Harrison Ford has aged since then, but apparently he is still running around in Indiana Jones and the Kingdom of the Crystal Skull. He is also running around doing the media circuit. In fact, media is really driving the potential audience for this movie.  This media relations blitz probably originated on both ends. News programs know that Indiana Jones will probably be a winner and seek to book Harrison Ford and have \"first looks\" at the movie. The movie is definitely marketing and aiming to become the biggest hit of the summer. First, it is opening on Memorial Day weekend, traditionally the start of summer. They are pushing the movie everywhere. Harrison Ford is doing interviews from Cannes to the CBS Early Morning Show.  The movie was screened for the first time in Cannes, and apparently there has been build-up on the Internet since the movie was announced more than a year ago. Read this<a class=\"aligncenter\" title=\"Hollywood blog\" href=\"http://weblogs.variety.com/thompsononhollywood/indiana_jones/index.html\" target=\"_blank\"> blog (Thompson on Hollywood) </a>to see more about the media push.\n\nIn any case, Indiana Jones will be a success. I would argue mostly because people enjoyed the first three movies and know and like Indy. But certainly, the build-up in expectation will create anticipation and desire to see the movie. I would bet on it to be a very large opening weekend.\n\nMovie advertising for a blockbuster like Indiana Jones shows what an unlimited marketing budget can do. It also demonstrates the integrated marketing communications approach--that is, using all marketing vehicles (advertising, public relations, social media, etc.) to get a unified message out. You could just be exposed to one media outlet and still know that this movie will be opening next weekend.','Are you going to raid the lost ark?','','publish','open','open','','are-you-going-to-raid-the-lost-ark','','','2008-05-19 07:09:14','2008-05-19 12:09:14','',0,'http://cuppamarcomm.wordpress.com/?p=53',0,'post','',0),
(1281,4,'2008-05-20 07:46:01','2008-05-20 12:46:01','Sometimes it is hard to know where the PR pitch ends and the feature story begins. Such is often the case on Food Network (even so, one of my favorites). Last night, on a program called Heavyweights, three very large fast food chains were featured. It was a \"behind the scenes\" look at everything these retailers do to produce a particular meal or the innovations they have created. In a sense, this was a puff piece. There was no critical look or journalist doing the interviewing. In fact, the spokespeople for each of these chains was telling the public, directly, all the great things the chains do to bring \"great\" food to the consumer. This is beyond a feature piece or a review. I am sure it must be a way for Food Network to give added value to certain advertisers. There is no other explanation. They have other shows like this too. Is it wrong? No. It is a boon to these advertisers, which receive an editorial type endorsement and lots of great exposure. But is it real TV? No. It is an advertorial and it is too bad it is not labeled as such. Magazines have been doing this for years--creating special sections for say, the hotel industry--and pitching it to advertisers as a chance to tell their own story, without the journalistic filter. But the difference is, these sections are nearly always listed (maybe in very fine print) as advertising or advertorial.','Blurring the line','','publish','open','open','','blurring-the-line','','','2008-05-20 07:46:01','2008-05-20 12:46:01','',0,'http://cuppamarcomm.wordpress.com/?p=54',0,'post','',0),
(1282,4,'2008-05-21 11:30:57','2008-05-21 16:30:57','Well, it must because these sexist ads keep on appearing. You know the kind--where women appear as sexual objects, there to look pretty and please men. Or where every 1950s notion of male and female roles are reprised (women cook, men work, women clean, men work, women simper, men work). Women\'s magazines are filled with these images, plus they also tend to create the unattainable ideal of women courtesy of starving models and/or Photoshop. Why do these tendencies toward objectifying women continue in 2008, when for the first time in the United States a woman had a viable shot at being president of the country? Because its societal and because men are still in charge at most large U.S. advertising agencies. What can we do? Continue to disagree with this state of affairs, and be vocal about it. The University of Michigan houses the  Sexual Attack Prevention and Awareness Center, which is running a campaign to stop sexism in advertising. <a class=\"aligncenter\" title=\"Anti-sexism campaign\" href=\"http://www.umich.edu/~sapac/sia/2007/\" target=\"_blank\">Read about it here.</a>','Does sexism sell?','','publish','open','open','','does-sexism-sell','','','2008-05-21 11:30:57','2008-05-21 16:30:57','',0,'http://cuppamarcomm.wordpress.com/?p=55',0,'post','',0),
(1283,4,'2008-05-22 19:13:37','2008-05-23 00:13:37','Please visit my guest blog on <a class=\"aligncenter\" title=\"Guest post\" href=\"http://generationygive.blogspot.com\" target=\"_blank\">Generation Y Give.</a>','Gen Y','','publish','open','open','','gen-y','','','2008-05-22 19:13:37','2008-05-23 00:13:37','',0,'http://cuppamarcomm.wordpress.com/?p=56',0,'post','',0),
(1284,4,'2008-05-23 06:55:04','2008-05-23 11:55:04','Such is the case of a chicken sandwich being debuted at McDonald\'s, apparently based on a similar sandwich at Chick-fil-A, and being marketed to different ethnic groups across the country. The <a class=\"aligncenter\" title=\"Which came first?\" href=\"http://www.nytimes.com/2008/05/22/business/media/22adco.html?_r=1&amp;oref=slogin\" target=\"_blank\">story</a> is in the New York Times, and points to the importance of advertising in promoting a food product. McDonald\'s has a very large ad budget, and the big advertising agencies on it side. It also has restaurants everywhere. But there is one thing McDonald\'s does not have: a reputation for being a chicken place. Yes, they have chicken, but they are known for burgers and fries. This is their core business while, as its name implies, chicken is the thing at Chick-fil-A. It will be interesting to see if the chicken sandwich takes off at McDonald\'s, and whether it hurts Chick-fil-A\'s business or not.','Same product, different marketing, different retailers','','publish','open','open','','same-product-different-marketing-different-retailers','','','2008-05-23 06:55:04','2008-05-23 11:55:04','',0,'http://cuppamarcomm.wordpress.com/?p=57',0,'post','',0),
(1285,4,'2008-05-25 13:15:17','2008-05-25 18:15:17','American Airlines says it knows why we fly. In any case, \"we know why you fly\" is their tag line for the current ad campaign. The campaign shows people traveling for various reasons, most of them to do with going to visit family or going on vacation.  It seems somewhat dissonant that if American knows why we fly, and its all feel good, and they are the company that takes us where we want to go, when we want to go, that they now turn around and start charging ridiculous fees (like $15 for your first checked bag, each way). Also, they are planning to cut back routes as well. Dissonance is just that--something is said or done that does not jibe with reality. There is a tremendous amount of dissonance in other advertising too. Like McDonald\'s aiming for the healthy market or something. The truth is that American has to make the public feel like it cares about them. Because everyone who has flown knows the reality is far from rosy. We\'ve been packed into flights that are often delayed, and given an option to buy crappy sandwiches if there is food at all. Once we get to our destination, we may or may not see our luggage. These days, to be a passenger takes a lot of stamina. You have to put up with security at the airport and lousy service on the airlines. But, as American knows, we are flying to go on vacation, to get away , to visit loved ones. So they cling on to that notion in their advertising. Maybe it isn\'t dissonance at all--maybe it is cynicism.  Since they know why we fly, they know we will put up with all sorts of crap.','Dissonance ','','publish','open','open','','dissonance','','','2008-05-25 13:15:17','2008-05-25 18:15:17','',0,'http://cuppamarcomm.wordpress.com/?p=58',0,'post','',1),
(1286,4,'2008-05-27 11:04:51','2008-05-27 16:04:51','Tylenol is currently running a campaign with \"feel better\" as a tagline. There are several ads in the campaign, each posing a scenario and then finishing with the tagline. I saw one today that said that sometimes you get a headache when you are dehydrated, so drink a glass of water. The message seems to be that Tylenol cares about you, and that you don\'t always need to take a Tylenol. It is supposed to make us feel good about Tylenol as a company. They are caring, they provide good information and of course, they want us to feel better. There is nothing wrong with this strategy, but again, I wonder if it doesn\'t somewhat underestimate the consumer. We take Tylenol because it makes the pain go away.  If the pill didn\'t work, we would take something else. Would we care if the company cares how we feel?','Feel good','','publish','open','open','','feel-good','','','2008-05-27 11:04:51','2008-05-27 16:04:51','',0,'http://cuppamarcomm.wordpress.com/?p=59',0,'post','',0),
(1287,4,'2008-05-30 06:38:18','2008-05-30 11:38:18','Marketing is all about creating perception. We use ads, public relations, coupons, whatever, to shape the public\'s perception of our product or service. Take for instance Geico. How do you perceive the insurer, which started life as a the Government Employees Insurance Company? Chances are you think of them as cheap insurance. Why? Because for years they have been using the tagline \"15 minutes could save you 15% or more.\" They also use a humorous approach to make them seem accessible. (I do love the new James Lipton commercial, where he \"interviews\" a \"real\" Geico customer.)\n\nOK. So not all perception is accurate. Giant, a supermarket here in the mid-Atlantic, runs an ad campaign that makes it seem that Giant is the place to get everything you need and save money. So not true. Many products at Giant are more expensive than elsewhere. This is where marketers can get into trouble, or where we see a disconnect between a marketing department and an operations department. The marketers are being told go out and make it look like we offer great deals on a great selection of food.  Yet price points are really high for many items.\n\nIn Washington, yesterday and today, the hoopla is all about Scott McClellan\'s new book, \"What Happened.\" Why? Because McClellan, who was press secretary for Bush, and who was in charge of shaping the public\'s perception about issues such as the Iraq war, has turned. The book is highly critical of Bush and his advisers, and claims they actively used him to deceive the American public. There is a perception problem though--why should we believe McClellan now? What is motivating him to come out against Bush (to whom he was loyal for years) NOW?  In fact, the press does not seem to know what to make of this. I saw Martha Raddatz interview McClellan last night on ABC News and she asked him point blank if he thought the Bush White House were liars. He stopped short of saying that. What McClellan has to contend with it that he is perceived as a spinner. In fact, Martha called him on it--telling him he was spinning! It was unbelievable. <a class=\"aligncenter\" title=\"Martha Raddatz interview with Scott McClellan\" href=\"http://abcnews.go.com/WN/Politics/story?id=4958262&amp;page=1\" target=\"_blank\">Read the transcript here.</a>\n\nSo there is often a gap to bridge between the truth and perception. In public affairs, if the bridge is shaky, the public will find out eventually. I think this is the case here. All governments spin the facts. That is a fact. But not all governments take the country to war. The truth is yet to be told, and the perception about the Iraq war has been crumbling for a while. Will Scott McClellan\'s book bring this bridge down completely? I am not sure. Like I said before, he has a perception problem himself. Reporters don\'t trust him. Dana Milbank (whose commentary I think is somewhat juvenile) pokes fun at McClellan in today\'s <a class=\"aligncenter\" title=\"Dana Millbank\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/05/29/AR2008052903675.html?hpid=topnews\" target=\"_blank\">Washington Post</a>. It will play out eventually. Stay tuned.','Perception, perception, perception.','','publish','open','open','','perception-perception-perception','','','2008-05-30 06:38:18','2008-05-30 11:38:18','',0,'http://cuppamarcomm.wordpress.com/?p=60',0,'post','',0),
(1288,4,'2008-06-04 14:17:47','2008-06-04 19:17:47','We\'ve all heard that sticks and stones can break your bones but words can\'t. Words may not break bones but they can be a call to action that could result in broken bones. Speech can be powerful. As many PR/marketing practitioners know, writing a speech can be one of the most difficult tasks. You want to get across a message, while maintaining a tone that resonates with the audience. You have to choose words carefully and you have to use humor judiciously. In short, it\'s a difficult task. But a good speech and more importantly, a well delivered speech can really sway minds.\n\nI had the privilege of listening to Barack Obama speak this morning. He\'s a fantastic orator. I also heard John McCain speak on Monday. Obama is a stronger speaker than McCain, and that is something that can\'t be underestimated. This contest will really come down to the power of speech because a good speech can certainly influence opinion. President Reagan was known for his speaking abilities and I would say that is what won him the presidency and kept him there through two terms. George Bush is not known for being a good speaker. Yes, he won the presidency but he won against Kerry, who is certainly not a good speaker. Gore also was known as sounding very wooden. So the bottom line is that it is important what you say (this is where the speechwriters earn their money) but how you say it can make all the difference.','Speech is powerful','','publish','open','open','','speech-is-powerful','','','2008-06-04 14:17:47','2008-06-04 19:17:47','',0,'http://cuppamarcomm.wordpress.com/?p=61',0,'post','',1),
(1289,4,'2008-06-08 09:33:30','2008-06-08 14:33:30','Seriously. This isn\'t about working all night on the re-branding project, it\'s about what certain words connote in a religious context. Apparently, the Alexandria. VA-based Baptist Temple was suffering from dwindling membership. What did they resolve to do? Hold a membership drive? No! Re-brand the church. See, apparently the name \"Baptist Temple\" carries bad or unclear connotations. Baptist is tied to the far right conservative movement, and this church is progressive. And temple? Well, apparently that made this place sound hippy-dippy.  So, they pastor begged his flock to rename the church and the new name is...Commonwealth Baptist Church. They didn\'t stop there. With true branding and marketing savvy, they will add a tagline, which has not been chosen yet but may be something like \"A Progressive Community of Faith.\"\n\nRead the whole <a class=\"aligncenter\" title=\"Article on Baptist Temple\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/06/07/AR2008060700924.html\" target=\"_blank\">Washington Post article </a>for more information. This is such a great example of how a name can make all the difference. It goes back to what I was saying before about perception. I find it interesting that the pastor in this church thought that by changing their name, they would literally save their church. I will be interested to see if it does make a difference.','Getting religious about branding','','publish','open','open','','getting-religious-about-branding','','','2008-06-08 09:33:30','2008-06-08 14:33:30','',0,'http://cuppamarcomm.wordpress.com/?p=62',0,'post','',0),
(1290,4,'2008-06-10 07:58:17','2008-06-10 12:58:17','Sometimes due to budget constraints or sometimes due to plan, advertisers choose to go the simple and cheap route. I noticed one such attempt yesterday. I saw a simple lawn sign, by the side of busy road here in Bethesda, that said simply Single? and then the advertisers URL. It was in black and white, and I didn\'t see another sign around. This is cheaper than cheap, so any return on investment has got to be high. But does this work? Is a small sign enough to drive traffic to a website? There are several advantages to this approach. Clearly, the headline says it all. And there is no clutter around it. Geographically targeted. The disadvantages are that since there is no frequency, perhaps the URL does not get across. Is it measurable?\n\nPoliticians have been using lawn signs for years. But those are more a sign of solidarity than a call to action. It does prove however, that sometimes simple is all you need (as a start) when your message is simple. When you have to explain attributes or compare your product or service, you will need a bigger forum than a lawn sign. Of course, that is where the URL comes in. Certainly a website gives you the space to make your case.','So simple and so effective?','','publish','open','open','','so-simple-and-so-effective','','','2008-06-10 07:58:17','2008-06-10 12:58:17','',0,'http://cuppamarcomm.wordpress.com/?p=63',0,'post','',0),
(1291,4,'2008-06-13 08:06:06','2008-06-13 13:06:06','Sometimes it takes crisis for companies to understand that communicating (actually, communicating effectively) is important. Washington\'s Metro has been having a really bad couple of weeks. First, the tracks at one station were blocked by a freak storm. Then there was a derailment, then a kink in the tracks and today, they have a fire in one of the tunnels. (All of which begs the question how safe is Metro, but that is another story). Metro has been repeatedly criticized for not communicating effectively with its customers. The problem starts with really bad PA systems, which make it impossible to understand what is being said. Then, they have internal communications issues, where headquarters knows something that people on the ground don\'t or vice versa. In fact, the general manager of Metro was on the air this week saying that they can always improve their communications. Of course they can. They have to! When there is a bad situation, people want to know about it so they can make a decision on how they will respond. If there is a delay on Metro of over an hour, maybe it is worth it to take a cab or walk or whatever. Same thing happens on the airlines. It is frustrating when you are sitting in a gate area seeing the minutes tick by and not knowing why you haven\'t boarded yet.\n\nClear and real communications are important in all situations, but more so in a crisis situation. In Metro\'s case, they need a complete overhaul of their communications systems. In other cases, it is almost common sense. Tell people what is happening. Don\'t misinform or propagandize. People see through that or will resent it. You know the drill--nothing is happening, just a minor delay. Instead say, there is a delay and we do not yet know the extent of it. We will get you more information as we get it.','Communication is important. No, really?','','publish','open','open','','communication-is-important-no-really','','','2008-06-13 08:06:06','2008-06-13 13:06:06','',0,'http://cuppamarcomm.wordpress.com/?p=65',0,'post','',0),
(1292,4,'2008-06-13 18:46:07','2008-06-13 23:46:07','Tim Russert died today at 58. He was too young and he was too wise. In TV news, where too often people talk nonsense, he did not. I started watching Russert when he became moderator of Meet the Press. I watched the show almost religiously for many years. I always enjoyed his questions and his guests. From what I have heard through the years, and especially in tributes tonight, Russert was a family oriented person, who really seemed to care about those he worked with.  I can only say he was a fine journalist, and I am sad the he will no longer be on the air. My condolences to his family. I think many political junkies are sharing in your sadness.','A fine journalist','','publish','open','open','','a-fine-journalist','','','2008-06-13 18:46:07','2008-06-13 23:46:07','',0,'http://cuppamarcomm.wordpress.com/?p=66',0,'post','',0),
(1293,4,'2008-06-19 09:09:26','2008-06-19 14:09:26','We may tend to think of branding as limited to logos, ads, boilerplates in press releases, corporate identity kits that define colors on  websites, or any number of marketing tools that are used to create a cohesive image. Of course, that is the part of branding that a marketing communications person would be involved with. But there is a part of branding that is more elusive but I think as important: the front lines of your organization or company. What do I mean by front lines? I mean the first impression that your company gives a visitor when he or she is visiting in person. The front line is the receptionist, the waiting area or lobby, the building, the office, whatever the visitor sees first. You can learn a lot about a company from observing this space. Recently, I went to an office where the receptionist greeted me coldly, the waiting area was cold in feel and by design. It was all marble, with nary a magazine or any other reading material in sight. There company logo had a cold, stark look to it. In short, it was not very welcoming. I sat there (because the person I was waiting for was running late...another bad impression) and thought about what they were trying to convey. Perhaps they were aiming for efficiency? Or they didn\'t want anyone to linger? Or most likely, they did not give a thought to the image they are giving off. In my experience, this is a very weak link in most organizations\' image creation \"plans.\"  Last year, I had a client that was trying to promote high end, expensive products. You would think that the store would be rich and comfortable. it was not. I tried to convince the client that no matter how brilliant our marketing plan was, potential customers would be turned off when walking in to the store. In other words, we could get people there but we couldn\'t make people buy.  It would be in lots of companies\' best interest to take a tour of their reception areas with new eyes. Is the receptionist courteous? Presenting the company image (whatever that may be---professional or casual)? How would a visitor feel in the waiting area? How do you look to an outsider? Is that look in line with your mission/vision?\n\nFirst impressions count, right?','The branding that goes beyond','','publish','open','open','','the-branding-that-goes-beyond','','','2008-06-19 09:09:26','2008-06-19 14:09:26','',0,'http://cuppamarcomm.wordpress.com/?p=67',0,'post','',0),
(1294,4,'2008-06-22 06:42:51','2008-06-22 11:42:51','If a celebrity you admire is touting a product, do you buy it? Apparently, you do. Today, the New York Times has a v<a class=\"aligncenter\" title=\"NYT Article on Celebrity Sells\" href=\"http://www.nytimes.com/2008/06/22/business/media/22celeb.html?pagewanted=1&amp;_r=1&amp;adxnnlx=1214133945-VQjn10GWTRs2cJpxfa%20VYA\" target=\"_blank\">ery interesting article  about celebrity endorsements</a>. It discusses among other items, Totes\' (umbrella makers) decision to use Rihanna (pop singer) as a celebrity endorser. Rihanna had a hit song called, aptly enough, Umbrella, which made Totes\' executive think this was a good match.\n\nI think celebrity endorsements are overrated. The article talks about Nicole Kidman appearing for Chanel #5 and Ellen Degeneres appearing for American Express. I like both these actresses yet I would not get either product. I happen to think the AmEx ads are great--always entertaining. It boils down to relevance and need. I don\'t need another credit card, so it is irrelevant that Ellen hawks AmEx. Sometimes, I just don\'t believe the celebrity actually uses the product. You are going to tell me that Queen Latifah uses Cover Girl? Or that Jennifer Love Hewitt uses Hanes? Please! One of the most annoying ads on TV today, in my opinion, is the Jamie Lee Curtis ad for Danon Activia. Why on earth is this a good idea?\n\nCelebrity endorsements are almost a way to get rid of advertising creativity. Here, look, this celebrity uses the product, and so should you. So the adoring masses go and buy the product. That is the thought process the marketing execs are using. Instead, a creative team would have to think of all the great product attributes and come up with an interesting/funny/smart way to promote the product. Hmm...which is more labor intensive?','Do you buy celebrity?','','publish','open','open','','do-you-buy-celebrity','','','2008-06-22 06:42:51','2008-06-22 11:42:51','',0,'http://cuppamarcomm.wordpress.com/?p=68',0,'post','',1),
(1295,4,'2008-06-27 13:05:48','2008-06-27 18:05:48','Yes they do--on Southwest. What a great campaign for them.  As the \"legacy\" carriers tack on more and more fees, cut flights, increase fares and generally screw the passenger, Southwest is going gangbusters (relatively speaking). They are actually adding routes and eschewing bag fees. Who do you think will keep or increase its customer base?\n\nOn the other hand, American cut all flights to Albany, NY and is charging $30 roundtrip for the first checked bag, $50 for the second. Additionally, they have added many fees and surcharges for everything from checking odd-sized bags, flying with a pet and changing your ticket.\n\nI fail to see the marketing sense in what the large carriers are doing. If you are hurting for money, do you do everything you can to make sure your customers think twice about doing business with you? If what you are doing is ridiculed by many, and fodder for anger, is this not a public relations nightmare? What good news are you hearing about the airlines? Is there any additional perk that is being given to passengers who are paying through the nose? Why would you fly if you can drive for less money? Bottom line is that Southwest seems to get it and American, et al just don\'t. All you have to do is look at JetBlue. They started flying as the other airlines had started cutting back on the perks of travel. JetBlue gave passengers are real alternative, that cost less and get this: was more comfortable and had more amenities. This made JetBlue an extremely popular airline.  In fact, the only reason JetBlue is not the biggest airline, in my opinion, is that they travel to secondary airports.\n\nI just read <a class=\"aligncenter\" title=\"More fees on airlines\" href=\"http://money.cnn.com/2008/06/27/news/companies/airlines_capacity/index.htm?cnn=yes\" target=\"_blank\">an article on CNN</a> regarding the fees and cutbacks. The article also quotes travel experts who think the fares will keep climbing. I wonder if the airlines will be forced to slow down fare increases and nickel and diming if enough customers say no way. Southwest is definitely capitalizing on these sentiments and running an enticing campaign plus putting in place some smart operational plans.','Bags Fly Free','','publish','open','open','','bags-fly-free','','','2008-06-27 13:05:48','2008-06-27 18:05:48','',0,'http://cuppamarcomm.wordpress.com/?p=69',0,'post','',1),
(1296,4,'2008-06-30 09:31:56','2008-06-30 14:31:56','Marketing books is tough. So many get published and in order to make a profit, the publishers have to sell quite a number. Good reviews help tremendously. Word of mouth, author talks, buzz...all help to sell a book. If an author is not established, he/she faces a long road ahead. Of course, an Oprah review catapults any book to the top of the heap. Today, however, I saw a posting on Craig\'s List that really amazed me. An author is trying to create buzz/readership for his book via social networking. The deal is that you write him, he sends you a  of his book and you review and share it with your social network and his social network. According to him, the return is that you make lots of new contacts, and obviously for him, the return is that he gets you and your contacts as potential book buyers and some self-created buzz.  I haven\'t seen it before but I bet this is the new it thing to do for book publishers and writers. Increasingly, we are skipping the middleperson and going to the masses. Is this really what Web 2.0 is aiming for?  If you\'ve read Malcolm Gladwell\'s <em>The Tipping Point,</em> you know that the mavens are the ones who have the info who they pass to the salespeople who in turn use connectors to get the word out to a larger audience. I can see it now--through Twitter hundreds of people get updated that so and so just read It Book and they now can get on their IPhone and order it directly from Amazon. The book shoots up the charts and now we have a new bestseller.','Who needs book reviews?','','publish','open','open','','who-needs-book-reviews','','','2008-06-30 09:31:56','2008-06-30 14:31:56','',0,'http://cuppamarcomm.wordpress.com/?p=71',0,'post','',2),
(1297,4,'2008-07-01 21:47:13','2008-07-02 02:47:13','According to <a class=\"aligncenter\" title=\"Diabetes Perception\" href=\"http://www.nytimes.com/2008/07/01/health/01well.html?em&amp;ex=1215057600&amp;en=f510164769b0d7bb&amp;ei=5087%0A\" target=\"_blank\">an article in the New York Times</a>, people perceive diabetes as a disease that is not as serious as heart disease or cancer. Apparently this perception is wrong and can be deadly. Diabetes is very serious and has many ill effects on the body.\n\nThe story illustrates just how important communication can be in educating people about disease and treatment. But it also shows that some diseases face a branding problem. Diabetes has not been properly \"branded\" as a deadly disease. We all know cancer is serious, but we don\'t feel the same about diabetes. I will be interested to see what the American Diabetes Association does, from a communications standpoint to communicate the seriousness and change this misperception.','When perception can be dangerous','','publish','open','open','','when-perception-can-be-dangerous','','','2008-07-01 21:47:13','2008-07-02 02:47:13','',0,'http://cuppamarcomm.wordpress.com/?p=73',0,'post','',0),
(1298,4,'2008-07-07 10:31:11','2008-07-07 15:31:11','It\'s no easy feat. After all, insurance is one of those burdens in life, something we need but don\'t necessarily want. Lately I have seen some funny commercials for Nationwide, but the humorous trend goes back to Geico. Geico has had great ads for a long time and their tag line \"15 minutes or less could save you 15% or more on car insurance\" is ubiquitous. Unlike other insurers, they run several advertising campaigns at once. You might see ads featuring the Gecko, the Cavemen or the Celebrity Spokesperson. It keeps it fresh. If you\'ve ever wondered where these ideas came from, here\'s <a class=\"aligncenter\" title=\"Geico VP of Marketing \" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/07/06/AR2008070601874.html\" target=\"_blank\">an interview with Geico\'s marketing VP,</a> from today\'s Washington Post.','Making insurance interesting','','publish','open','open','','making-insurance-interesting','','','2008-07-07 10:31:11','2008-07-07 15:31:11','',0,'http://cuppamarcomm.wordpress.com/?p=74',0,'post','',0),
(1299,4,'2008-07-10 07:38:01','2008-07-10 12:38:01','A couple months back I wrote about the in-flight advertising I encountered, and apparently it is a growing trend. Here\'s <a class=\"wp-caption\" title=\"Practical Traveler\" href=\"http://www.nytimes.com/2008/07/06/travel/06pracads.html?_r=1&amp;oref=slogin\" target=\"_blank\">an article</a> from the New York times about it.  In a nutshell, the airlines are trying to raise revenue in whatever way they can, so we can expect to see more and more ads and offers while on board. I would rather they plaster the cabin with ads as long as they stop charging for checking suitcases and other odds and ends. Why don\'t beverage companies have promotions on board? Try our new beverage (for free of course) and get a coupon or whatever. This is an area that the airlines have paid attention to but haven\'t been terribly creative with. After all, all transit systems in the US seem to use advertising as a way to offset costs. Metro here in Washington certainly stepped up advertising availabilities when they needed more money, and they have a long way to go to match other transit systems. Buses have had ads on their sides for years! It makes sense...generally, these ads are geographically targeted (on specific bus routes) or have captive audiences (inside the bus).  In any case, we should certainly expect to see ads on everything the airline gives us (if they still give us anything).','Ads on board','','publish','open','open','','ads-on-board','','','2008-07-10 07:38:01','2008-07-10 12:38:01','',0,'http://cuppamarcomm.wordpress.com/?p=75',0,'post','',1),
(1300,4,'2008-07-14 11:30:34','2008-07-14 16:30:34','Literally! You may remember a few months back I bought a Bissell vacuum, basically because price being equal, I believed its tagline: Bissell means clean. Well, my experience has proven otherwise. The vacuum is hard to handle and seems to have lost suction power already. Based on this experience, I\'d be hard pressed to recommend Bissell. Which leads me to my topic--marketing should be more than great taglines and fun ads. It should be more than a great media relations campaign or unified branding. It should be about products and services that are good, that work as described, that do offer the goods. Unfortunately, many times marketing DOES operate in a vacuum. Marketing people are relegated to their offices, and most of their dealings are with agencies and other marketing affiliates. How many marketing people actually visit a production line or test a product? I would bet not many.  Sometimes, marketing people are the last to know about changes or production timetables. Years ago, when I worked at an ad agency in Boston, we had put together a media buy for the launch of a laptop computer. Guess what? The computer was not going to be available by the time the ads were scheduled to run. That hurt both the agency and the product. We had to scramble to change or cancel buys, and the media weren\'t too terribly impressed by our client.\n\nIn a sense, companies undervalue their marketing departments, but marketing departments sometimes are not quick enough to get involved with the overall operations of a company. I am sure Bissell loves its tagline--its great after all. But the truth is that marketing something that doesn\'t deliver its promise is a mistake. In my case, Bissell means not so clean. There is a saying, the proof is in the pudding. Let\'s make sure the pudding is always really yummy (and preferably chocolate).','Marketing doesn\'t operate in a vacuum','','publish','open','open','','marketing-doesnt-operate-in-a-vacuum','','','2008-07-14 11:30:34','2008-07-14 16:30:34','',0,'http://cuppamarcomm.wordpress.com/?p=76',0,'post','',1),
(1301,4,'2008-07-17 08:50:40','2008-07-17 13:50:40','I did not know, until today, that there is an Emmy for Outstanding Commercial. Now I will have to investigate this further. Although the ad industry gives out Clios and Addys, I think an Emmy is well deserved. After all, a good commercial is entertaining, and it is competing with the (supposedly) very entertaining TV we are watching. As those who work in ad production know, putting together a commercial is akin to making a small film. Casting, special effects, location scouting, and more are all involved.\n\nThe nominees for the Emmy this year are:\n<table class=\"bodytext2\" border=\"0\" cellspacing=\"0\" cellpadding=\"5\" width=\"521\">\n<tbody>\n<tr>\n<td width=\"2\" align=\"left\" valign=\"center\"></td>\n<td align=\"left\" valign=\"center\"><strong>Brother Of The Bride - Hallmark</strong>\nPYTKA, <em>Production Company</em>\nLeo Burnett, <em>Ad Agency</em></td>\n</tr>\n<tr>\n<td width=\"2\" align=\"left\" valign=\"center\"></td>\n<td align=\"left\" valign=\"center\"><strong>Carrier Pigeons - FedEx</strong>\nMJZ, <em>Production Company</em>\nBBDO New York, <em>Ad Agency</em></td>\n</tr>\n<tr>\n<td width=\"2\" align=\"left\" valign=\"center\"></td>\n<td align=\"left\" valign=\"center\"><strong>Delivery - Travelers</strong>\nMJZ, <em>Production Company</em>\nFallon, <em>Ad Agency</em></td>\n</tr>\n<tr>\n<td width=\"2\" align=\"left\" valign=\"center\"></td>\n<td align=\"left\" valign=\"center\"><strong>It\'s Mine - Coca Cola</strong>\nMJZ, <em>Production Company</em>\nWieden + Kennedy, <em>Ad Agency</em></td>\n</tr>\n<tr>\n<td width=\"2\" align=\"left\" valign=\"center\"></td>\n<td align=\"left\" valign=\"center\"><strong>Swear Jar - Bud Light</strong>\nHungry Man, <em>Production Company</em>\nDDB Chicago, <em>Ad Agency</em></td>\n</tr>\n</tbody></table>','And the Emmy goes to...this gread ad!','','publish','open','open','','and-the-emmy-goes-tothis-gread-ad','','','2008-07-17 08:50:40','2008-07-17 13:50:40','',0,'http://cuppamarcomm.wordpress.com/?p=78',0,'post','',1),
(1302,4,'2008-07-21 07:27:18','2008-07-21 12:27:18','Alltelll is competing with all other cell phone providers, but particularly with Verizon. I know this from the commercial that Alltel is currently running, featuring a family in an RV discussing cell phone plans with representatives of all other wireless networks, prominent among which is the Verizon \"rep\" with the company name inscribed on his red shirt (red also being one of Verizon\'s colors).  Quizno\'s \"meaty\" sub is far meatier apparently than a comparable meat sub at Subway. They told me so.\n\nWe see this side by side comparison frequently in political ads but not as often in product/service ads. Why? Because it is risky. First, there is the risk of libel. If you say anything really bad about the rival, especially something unfounded, then you can be sued. Second, you place yourself in direct competition with something particular, practically begging for people to compare and contrast. As an advertiser, you have to be supremely confident in your product/service to attempt this. Remember the cola wars? Pepsi and Coke challenged people to taste tests!\n\nAnother issue with mentioning your competition by name is that you are revealing to the competition just who/what you consider your biggest competitor.  For Quizno\'s, it is Subway. Subway knows this. A while back, Subway started offering \"toasted\" sandwiches. Quizno\'s is known for their warm offerings.\n\nI understand why you would challenge your competition. You want to prove superiority. However, this strategy can backfire in some cases.','Identifying (with) the competition','','publish','open','open','','identifying-with-the-competition','','','2008-07-21 07:27:18','2008-07-21 12:27:18','',0,'http://cuppamarcomm.wordpress.com/?p=80',0,'post','',0),
(1303,4,'2008-07-22 20:47:02','2008-07-23 01:47:02','Yeah, it\'s Comcastic! If you are a Comcast subscriber you have seen these commercials, extolling the wonders of cable versus the slow DSL service of the phone company. You\'ve seen the Slowskys, a family of turtles who much prefer DSL. Funny, yes. Accurate, not really. Apparently, one of the problems with \"Comcastic\" service is the LACK of service.  The Washington Post wrote <a class=\"wp-caption\" title=\"Comcast lack of service\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/07/22/AR2008072202685.html?hpid=topnews\" target=\"_blank\">a story</a> about how Comcast\'s growth has come at the expense of its customers.','Truth in advertising','','publish','open','open','','truth-in-advertising','','','2008-07-22 20:47:02','2008-07-23 01:47:02','',0,'http://cuppamarcomm.wordpress.com/?p=83',0,'post','',0),
(1304,4,'2008-07-25 08:42:35','2008-07-25 13:42:35','A few months back I wrote about companies that check on what is being said about them online. I had written a post about Comcast and their lack of customer service and I myself got a comment from Comcast. I theorized that this was a new outreach program for them, and today\'s New York TImes has <a class=\"wp-caption\" title=\"Online reputation NYT\" href=\"http://www.nytimes.com/2008/07/25/technology/25comcast.html?_r=1&amp;hp&amp;oref=slogin\" target=\"_blank\">a story confirming this</a>. They compare it to a sort of outbound customer service department, trying to fix things before they get out of hand. I will give kudos to Comcast simply for acknowledging how important blogs, social media and other online forums have become and how they can affect reputations.\n\nReputations are perceptions and thus changeable. We\'ve all heard of sterling reputations, and we should all aim for that. Bad reputations can be damaging in a  very real, economic way. This blog will always deal with companies and never with individual reputations. However, this new online world order can damage individual reputations as well. I saw a story on TV not long ago (I can\'t remember which TV news show or I woulld link to it) where an individual had the same name as a famous rock star. Clearly, his online reputation would be somewhat buried because 99% of mentions referred to the rock star. He went to create an online reputation agency that charges lots of money to clean up companies\' (and individuals) images. In any case, this is an ongoing issue and one that more companies will be expending effort to deal with.','Online reputations','','publish','open','open','','online-reputations','','','2008-07-25 08:42:35','2008-07-25 13:42:35','',0,'http://cuppamarcomm.wordpress.com/?p=85',0,'post','',0),
(1305,4,'2008-07-31 09:16:16','2008-07-31 14:16:16','Warning--this is a political commentary.\n\nWe are in full swing into the political campaign season and for sure we will be seeing many ads tagged as \"I am (fill in candidate\'s name) and I approved this message.\" In the past few days I have seen many anti- Obama ads approved by John McCain. About a month or so ago, McCain said he would steer clear of personal attacks and talk about the issues.  So now, he is attacking Obama personally. There is a<a class=\"wp-caption\" title=\"McCain attack ads\" href=\"http://news.yahoo.com/s/ap/20080731/ap_on_el_pr/angry_mccain\" target=\"_blank\"> story on Yahoo </a>about this. The question is whether this tactic will backfire. To me the question is why McCain has chosen this route. We will probably always see attack/negative ads during political campaigns. But to me, it is a mark of desperation. McCain\'s campaign knows that Obama has more personal appeal than McCain, and they also know that people are not always convinced by the issues but more by personality. McCain\'s attack on Obama highlights what I have been noting about the Republican candidate--he\'s a bit rough around the edges.\n\nFor those who are 100% in McCain\'s camp and/or are Obama haters, these ads will serve to bolster their position. They will feel even better that Obama is whatever adjective they want to use. However, for those that are undecided, this tactic is so old-fashioned that I do think it will backfire. It doesn\'t give anyone reasons to think McCain will have better policies.','Undermining character','','publish','open','open','','undermining-character','','','2008-07-31 09:16:16','2008-07-31 14:16:16','',0,'http://cuppamarcomm.wordpress.com/?p=87',0,'post','',0),
(1306,4,'2008-08-07 09:29:39','2008-08-07 14:29:39','Freecreditreport.com does. It says it\'s free. And says that if you don\'t know your credit score, you could be up the creek, without a paddle. Trouble is, freecreditreport.com is not free. You have to enroll to get your report, which by the way, you could get free from annualcreditreport.com. The US Congress passed a law a few years ago allowing consumers access to their all important credit reports, for free, on a yearly basis. As an aside, you still have to pay for your FICO score. Regardless, freecreditreport.com still advertises itself as free, even though it isn\'t. And it has a bunch of different commercials, all with catchy jingles about what could happen to you if you don\'t know the score. My favorite is the one where the guy ends up working at a tourist fish restaurant. So tragic. Read about the campaign <a class=\"wp-caption\" title=\"freecreditreport commercials\" href=\"http://www.msnbc.msn.com/id/26061279/\" target=\"_blank\">here</a>, courtesy of MSNBC. And remember, free isn\'t always free. So much for truth in advertising.','Did we say \"free?\"','','publish','open','open','','did-we-say-free','','','2008-08-07 09:29:39','2008-08-07 14:29:39','',0,'http://cuppamarcomm.wordpress.com/?p=89',0,'post','',0),
(1307,4,'2008-08-09 16:37:20','2008-08-09 21:37:20','As no doubt you have read or heard, Anheuser-Busch, parent of Budweiser beer, has been bought by an Belgian-based company, InBev. The news spawned lots of hand wringing about what this would do to the \"all-American\" beer and could red-blooded Americans drink a product owned by (pause) Belgians. Well the answer can be seen in the newest Budweiser/image commercial, which is airing during the Olympics. The new commercial is about all things American, you know, Nascar and the Statue of Liberty. I may have seen a slice of apple pie somewhere in there. Clearly this ad is designed to celebrate America and to make sure to make the connection between Budweiser and America (and Americana). It makes sense. If anything, Budweiser has always had very good commercials (how else to explain the appeal of this most watered down of beers). This one deals with the issue at hand--the company is no longer American-owned. But the beer is still the \"Great American Beer.\"  In one word, the commercial is patriotic. It\'s meant to build on people\'s patriotism while watching the greatest of international sporting events, the Olympics, but in reality, it is meant to address head-on, any concern Bud consumers may have about the new ownership, or even to obfuscate the change.','The All-American Beer is Not','','publish','open','open','','the-all-american-beer-is-not','','','2008-08-09 16:37:20','2008-08-09 21:37:20','',0,'http://cuppamarcomm.wordpress.com/?p=91',0,'post','',1),
(1308,4,'2008-08-11 07:25:50','2008-08-11 12:25:50','If you have ever doubted that blogs are important then take a look at Pete Snyder. Snyder, at 35, is a multi-millionaire today because he understands the importance of blogs and created New Media Strategies, a firm devoted to checking up on what blogs are saying about its clients. \"Trolling\" if you will. I have written about this phenomenon before, but had no idea a single person made so much money checking up on online mentions and reputations. Read the entire <a class=\"wp-caption\" title=\"Web 2.0\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/08/10/AR2008081001988.html\" target=\"_blank\">Washington Post story</a> here.\n\nMore and more, we will hear about Web 2.0. In fact, I am not sure that traditional public relations moves such as sending press releases will continue to work at all. Many people no longer read newspapers, unless they are online. Newspapers are consolidating and there are fewer reporters to target. Small community newspapers may still pay attention to press releases, but overall, people are using the Internet more often to obtain and disseminate news.\n\nRecently, I attended a meeting with other writers. Some of them were woefully uneducated about the powers of social media. Indeed, if there is a Networking 2.0 it is social media. I know people who have hundreds of connections on LinkedIn and/or Facebook. These networks are the new Rolodexes. People who refuse to join will simply be tapped out of the new currency. It\'s like people who refused to have cell phones. It also always surprises me to find businesses without a website. What is that about? It seems today that aside from Mom and Pop neighborhood shops (drycleaners, card stores) everyone has to have a website. How else to find out more about someone?\n\nAll in all, the Web is the place. How many people have flocked to the IPhone because they want access to the Web wherever they are?','Web 2.0 Squared','','publish','open','open','','web-20-squared','','','2008-08-11 07:25:50','2008-08-11 12:25:50','',0,'http://cuppamarcomm.wordpress.com/?p=93',0,'post','',2),
(1309,4,'2008-08-12 12:05:51','2008-08-12 17:05:51','I found this <a class=\"wp-caption\" title=\"Jamieson analysis\" href=\"http://www.salon.com/news/feature/2008/08/12/campaign_ads/index.html\" target=\"_blank\">in-depth article</a>, analyzing the presidential candidate\'s tv ads on Salon.com and wanted to share with you. Kathleen Hall Jamieson is a well known expert in the area of political advertising, something I was very interested in when I was in graduate school. In fact, I looked up many of her articles to do my Master\'s project, which was a marketing campaign for a third-party candidate. But enough about that.\n\nThis campaign is going to play out across two electronic arenas--television and Internet. I have said before that I think McCain\'s ads are not going to help him, as long as he continues a personal attack against Obama. I know McCain has to discredit Obama, and especially, he has to strike at the issue of experience. The truth is that Obama does not have much national experience, and McCain does. However, the generation of voters that will make the difference in this election, in my opinion, is GenY. And they certainly don\'t care about experience per se. I think they are idealistic and don\'t tend to think that the older you get, the better you are.\n\nOn the Internet, Obama has shown prowess in collecting money. He has a well thought out social media and Internet marketing campaign. This will help with GenY voters. Recently, it was reported that McCain is not very astute on the computer. This is such a strike against him.  So of course, McCain\'s main tactic will be to portray Obama as inexperienced. They will also try to make him out to be \"foreign.\" This was reported yesterday in the media...it was one of the tactics offered to the Clinton campaign, and which was wisely ignored. McCain certainly can lay claim to the patriotic mark--after all, he fought in Vietnam and was a POW. The question remains, is it sufficient to win over hearts and minds?','Political Ads Analyzed','','publish','open','open','','political-ads-analyzed','','','2008-08-12 12:05:51','2008-08-12 17:05:51','',0,'http://cuppamarcomm.wordpress.com/?p=95',0,'post','',0),
(1310,4,'2008-08-13 11:17:45','2008-08-13 16:17:45','I have written before that marketing communications goes beyond nice brochures, great ads and a fabulous website. There is an element of marketing that is more personal--it is how each and every customer, or potential customer, views your company or organization. With the rise of social media and the ability of posters such as myself to critique anything and everything, this has become even more important.\n\nLast week I had my hair cut at a salon in DC. I went there because a friend recommended it. Check. However, I got there, and waited for my appointment. This in spite of the fact that they charge YOU if you are late for your appointment. The hairdresser never apologized. She was neither good nor bad, but she did tell me, weirdly enough, that she had been written up \"on one of those sites on the Internet\" and she hated the Internet for this reason. My answer is that if more than one person is saying the same thing, there is a problem. I checked on the salon and indeed lots of people had mixed reviews of the place, some worse and some better. However, many of the complaints had to do with attitude. Things like the receptionist was rude or was not very accomodating. Now listen to me--these things MATTER. More today than ever.\n\nSimilarly, in everyday interactions with businesses, businesses should really take care with details. Here are a couple of examples from my experiences. I went on a long trip back in February, and used a travel agent because of the complexity of the trip. She was not very good and since I wasn\'t spending the type of money she is used to dealing with, she barely gave me the time of day. Additionally, she gave bad advice! I wrote a letter to the travel agency owner. And guess what--I never heard from her. Not one word of acknowledgment or apology. So PORTFOLIO TRAVEL on Wisconsin Avenue in Washington, DC, you will never see my business again, and certainly I will never recommend you.\n\nLast week, someone asked me for a proposal. I sent it to her by COB, the same day. She claimed she would get back to me by the end of last week. She did not. I followed up on Monday and she did not  even have the courtesy to respond to my email. Why would I ever want to work with someone like that?\n\nSo in summary, every personal interaction with a member of the public has the potential to get you good or bad publicity. Every. Single. Interaction. When people are upset these days, they make their voices heard through a very public forum, the Internet. There are dozens of sites like Yelp.com devoted to rating businesses and products. Some health care insurers are now allowing you to rate your doctor too. No one is immune. There is an expression, \"mind your ps and qs.\" Or \"cross your ts and dot your is.\" Whatever it takes, remember that every time you interact with the public you are representing your company. You are a marketing ambassador. Act like it.','Yeah, it\'s personal','','publish','open','open','','yeah-its-personal','','','2008-08-13 11:17:45','2008-08-13 16:17:45','',0,'http://cuppamarcomm.wordpress.com/?p=97',0,'post','',0),
(1311,4,'2008-08-20 11:39:16','2008-08-20 16:39:16','','p8200840','Johnsons Nourishing Lotion','inherit','open','open','','p8200840','','','2008-08-20 11:39:16','2008-08-20 16:39:16','',1313,'http://deborahbrody.com/wp-content/uploads/2008/08/p8200840.jpg',0,'attachment','image/jpeg',0),
(1312,4,'2008-08-20 11:41:28','2008-08-20 16:41:28','','p8200843','Johnson\'s Nourishing Green Tea Moisturizer','inherit','open','open','','p8200843','','','2008-08-20 11:41:28','2008-08-20 16:41:28','',1313,'http://deborahbrody.com/wp-content/uploads/2008/08/p8200843.jpg',0,'attachment','image/jpeg',0),
(1313,4,'2008-08-20 11:54:29','2008-08-20 16:54:29','<div class=\"mceTemp mceIEcenter\"></div>\n\n[caption id=\"attachment_100\" align=\"aligncenter\" width=\"224\" caption=\"Johnson&#39;s Nourishing  Renewal Lotion\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2008/08/p8200840.jpg\"><img class=\"size-medium wp-image-100\" src=\"http://deborahbrody.com/wp-content/uploads/2008/08/p8200840.jpg?w=224\" alt=\"Johnsons Nourishing Lotion\" width=\"224\" height=\"300\" /></a>[/caption]\n\nThis is Johnson\'s Nourishing Renewal Lotion, which purports to restore youthful baby softness to one\'s skin.\n\n[caption id=\"attachment_101\" align=\"aligncenter\" width=\"224\" caption=\"Johnson&#39;s Green Tea Moisturizer\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2008/08/p8200843.jpg\"><img class=\"size-medium wp-image-101\" src=\"http://deborahbrody.com/wp-content/uploads/2008/08/p8200843.jpg?w=224\" alt=\"Johnson\'s Nourishing Green Tea Moisturizer\" width=\"224\" height=\"300\" /></a>[/caption]\n\nAnd here\'s the exact same lotion, except the label and name have been changed. Now the lotion only claims to give you \"healthy, beautiful looking skin.\"\n\nIf you often shop for the same products you may find that products change their names or attributes, but if you look closely at the ingredients, the products are still the same. In this case, Johnson\'s has added the word \"green tea,\" even though nowhere in the ingredients is green tea listed.  In fact the label goes on to say that the lotion \"contains natural antioxidants found in green tea. The previous label said that the lotion contains \"vitamins A &amp; E, shea butter &amp; essential oils.\" The old label more accurately describes the product in my opinion, but because green tea has become such a big a buzz phrase in marketing, the powers that be decided to tinker with the label.  This strategy can be positive if you are trying to attract new customers who may be drawn to the perceived value of green tea. However, the strategy can backfire, because existing customers looking for their regular lotion will have to figure out if this is still the same. They, like I, will realize that it is the same, but has changed its name and NOTHING else.\n\nProducts go through name changes all the time. Packaging is also changed periodically, to entice new shoppers.  At some point, purely cosmetic changes (no pun intended) don\'t add any value to the consumer. In this case, I am not getting any green tea benefits, just the same natural antioxidants found in green tea.\n\nDo you have any examples of packaging that has changed but the product remains the same?','Packaging buzz words','','publish','open','open','','packaging-buzz-words','','','2008-08-20 11:54:29','2008-08-20 16:54:29','',0,'http://cuppamarcomm.wordpress.com/?p=99',0,'post','',1),
(1314,4,'2008-08-20 11:55:45','2008-08-20 16:55:45','','p8180834','Writing from the nation\'s capital','inherit','open','open','','p8180834','','','2008-08-20 11:55:45','2008-08-20 16:55:45','',1237,'http://deborahbrody.com/wp-content/uploads/2008/08/p8180834.jpg',0,'attachment','image/jpeg',0),
(1315,4,'2008-08-22 06:08:31','2008-08-22 11:08:31','Here in the Washington DC area, there are two major supermarket chains, Giant and Safeway. There are other smaller chains like Harris Teeter, and national chains such as Trader Joe\'s and Whole Foods. When I first moved to the area, I went to Giant. I was shocked and appalled--compared to the Publix in Florida, the prices were higher and the produce inferior.  I pretty much abandoned Giant in favor of shopping in several other places. There doesn\'t seem to be one place that has it all. Trader Joe\'s has good prices but does not carry certain things and does not have good produce. Whole Foods has good produce at extremely high prices. And so forth.\n\nLately, Giant has been suffering from lost market share and has begun redesigning its stores, lowering its prices (supposedly) and now, redesigning its logo. The <a class=\"wp-caption\" title=\"Giant Logo Redesign\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/08/21/AR2008082103508.html\" target=\"_blank\">Washington Post</a> reports that its old logo has been in use since 1963. It was certainly time for an update. The supermarket has also been advertising itself as the place for a bargain. The new commercials play on the economic climate. One of them says to the viewer that if he or she has been thinking of buying a cow to have cheaper milk, then he or she should just come to Giant, where milk costs XX a gallon.\n\nTime will tell if the new look and logo will bring more customers in.  And whether the store really has better prices. In a sense, supermarkets are in a hypercompetitive environment and apparently, customers are now looking for an \"experience.\" Safeway also redesigned its stores to have wood floors and more upscale look. Overall, I think consumers are looking to  save a buck and  find what they need in one place.  Giant and Safeway can look prettier and more inviting, but if the food bill is still expensive, then they will continue to lose market share.  For one, I want to check out the \"new\" Giant. But whether I shop there, remains to be seen.\n\nP.S. This more \"positive\" shopping experience, with brighter colors etc., has been played up by Bloom Supermarkets. I blogged a while back about their weird commercials and their \"happy\" shopping experience.','It\'s a Giant logo','','publish','open','open','','its-a-giant-logo','','','2008-08-22 06:08:31','2008-08-22 11:08:31','',0,'http://cuppamarcomm.wordpress.com/?p=106',0,'post','',0),
(1316,4,'2008-08-25 08:12:04','2008-08-25 13:12:04','Have you seen the TV commercials for Holiday Inn? There are a couple campaigns--one is about the hot breakfast bar \"scene\" at the Inn and the other tells you how if you stay at a Holiday Inn you can just about perform brain surgery the next day. It\'s all part of Holiday Inn\'s branding strategy under the tag line \"stay smart.\" If you read the literature in the room, they have \"smart\" labeling in place. So, shampoo is  just called \"wash,\" and soap is \"cleanse\" and conditioner is \"tame.\" This is in case you couldn\'t figure out that shampoo is used to wash your hair, etc. I think it is a way to have a house brand instead of paying the royalties and/or higher cost for a name brand product like the ones found in other hotels.\n\nI think \"stay smart\" is a smart tagline. Unfortunately,  this is a case of marketing not being in touch with reality. For the past three nights I have stayed at a Holiday Inn Express in Rochester, NY. I didn\'t sleep through one single night. Why? Because hotels are not built to be soundproof. That is not SMART. Why are people generally staying at a hotel? Because they need a place to SLEEP. Sure, some people use hotels as party suites or as places for a quick romp, but I would venture that most travelers are using the hotel as a base and a place to spend the night.  The phenomenon of noise in hotels is not unique to Holiday Inn, but very few hotels are claiming that staying with them will make you act smarter. Very few people act smarter or otherwise with just a few hours of sleep.  If Holiday Inn wants to be truly smart they will investigate how to make their rooms more friendly to sleep.','Staying Smart','','publish','open','open','','staying-smart','','','2008-08-25 08:12:04','2008-08-25 13:12:04','',0,'http://cuppamarcomm.wordpress.com/?p=115',0,'post','',0),
(1317,4,'2008-08-26 14:33:22','2008-08-26 19:33:22','Promotional products or advertising specialties have been around for quite a long time. Wikipedia claims that there were commemorative buttons for George Washington back in 1789. The<a class=\"wp-caption\" title=\"Promotional Product Association\" href=\"http://www.ppa.org/default\" target=\"_blank\"> Promotional Products Association International</a> (PPAI), the trade association for the industry, was founded more than 100 years ago in 1904.\n\nPromotional products should be part of any marketing campaign. According to research by the PPAI, promotional products help create a positive brand image. As for hard numbers, according to a PPAI research study, 52% of business travelers who received a promotional product did business with the advertiser. <em>That is more than half</em>.  That same study found that three quarters of respondents recall the advertiser name on a product that they received. And last year, the industry set a new record by selling $19.4 billion in promotional products. This sales volume indicates that promotional products outperform other marketing communications such as sponsorships, cable TV, and outdoor advertising.\n\nAccording to Sean McColl, vice president at <a class=\"wp-caption\" title=\"PromoCorp\" href=\"http://www.promocorp.com\" target=\"_blank\">PromoCorp, Inc.</a>, an Alexandria, VA based promotional products company, \"having something tangible in hand is increasingly a way to be noticed.\" Sean points out that we are being bombarded with electronic communication--everything from radio ads to text messages--so the coffee mug emblazoned with a company logo sitting on your desk stands out. It isn\'t going anywhere, and chances are, you may be using it on a daily basis. It can certainly help with brand awareness and recognition.\n\nIn order to be effective, a \"promotional product should be the right product for the right target market. Something that the user will hold on to,\"  says Sean. For instance, a recent college graduate is interested in different products than a CEO.  Sean counsels his clients to be creative and to use a tiered approach for products. For instance, at a trade show, you should have an inexpensive piece such as a pen or customized candy for general consumption. If you talk to a prospect for a while longer and you think the prospect may be interested in further discussion, you could hand him or her a slightly more expensive item, say in the $5 range. And finally, if you speak to a decision-maker with whom want to have a more in-depth conversation, you may give him or her a $20-$25 specialty. This approach makes sense. It gives customers several ways to remember you and it gives you as an advertiser, a way to reward potential business.\n\nSean says that promotional products are an integral part of a marketing campaign and can be used in many ways. They can be used as a thank you gift, or a follow up to a trade show, they can be a leave-behind or an introduction. A very popular product right now is known as the \"sticky drive.\" This is a flash drive pre-loaded with information or a link to a website. The drive also has plenty of space to store your files, and a logo on the outside. More and more, companies are getting creative with the look of the flash drives. There is one shaped like a ballpoint pen, that is indeed a working pen, with an LED light, and a pointer. What a great idea in today\'s multi-task oriented world.\n\nSince there are thousands of items to choose from, you should consider how you will use the product and how you will get it to your prospects. The old stand-bys--stress balls, mugs, pens and apparel--may still be the most effective. But as shipping prices go up, you may want to consider flat items that can be mailed via the regular mail.  Because of shipping cost considerations, Sean says a popular item for Christmas this year is a customized CD, featuring the name of your company and offering a selection of music.\n\nAll in all, my favorite promotional products are pens. As Sean says, they are inoffensive, useful and inexpensive. I bet you have company pens on your desk right now--I do.\n<div class=\"TWIIGSPOLL\">\n<div class=\"TWIIGSPOLLpollcontainer\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n<div class=\"TWIIGSPOLLpoll\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:5px 5px 0;padding:0;\">\n<div class=\"TWIIGSPOLLquestion\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;font-weight:bold;border-style:none;margin:0 0 8px;padding:0;\"><a class=\"TWIIGSPOLLquestionlink\" href=\"http://www.twiigs.com/poll/Business/16345\">Which promotional product do you prefer?</a></div>\n<div id=\"TWIIGSPOLL16345\" class=\"TWIIGSPOLLresponse\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n<div class=\"TWIIGSPOLLanswers\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0 0 8px;padding:0;\">\n<ul class=\"TWIIGSPOLLanswerselection\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> Pens</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> Mugs</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> USB/Flash Drives</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> Mouse Pads</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> T-Shirts</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> Candy</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> Music CDs</li>\n</ul>\n</div>\n<div class=\"TWIIGSPOLLpostinfo\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:none;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:right;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0 0 8px;padding:0;\">Created on Aug 26, 2008</div>\n<div class=\"TWIIGSPOLLvote\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n<p class=\"TWIIGSPOLLbutton\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:center;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:2px 0;padding:0;\"></p>\n<p class=\"TWIIGSPOLLdisplayresults\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:center;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:2px 0;padding:0;\"><a class=\"TWIIGSPOLLlink\" href=\"http://www.twiigs.com/poll/Business/16345?results=1\">View Results</a></p>\n\n</div>\n</div>\n</div>\n</div>\n<img style=\"clear:none;display:inline;float:none;position:static;visibility:visible;line-height:normal;outline-style:none;clip:auto;overflow:hidden;vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\" src=\"http://www.twiigs.com/pixel.png?pid=16345\" alt=\"\" width=\"1\" height=\"1\" />\n<div class=\"TWIIGSPOLLpolllink\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:right;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n\n<a class=\"TWIIGSPOLLmorelink\" href=\"http://www.twiigs.com/\">poll by twiigs.com</a>\n<p style=\"text-align:left;\"><em>This post is based on a live interview with Sean McColl of PromoCorp, Inc. PromoCorp Inc. can be reached at 1-888-385-2162.</em></p>\n\n</div>\n</div>','Products that promote','','publish','open','open','','products-that-promote','','','2008-08-26 14:33:22','2008-08-26 19:33:22','',0,'http://cuppamarcomm.wordpress.com/?p=117',0,'post','',0),
(1318,4,'2008-08-28 07:45:53','2008-08-28 12:45:53','Hi all, please read an article I wrote about translation on <a class=\"wp-caption\" title=\"DB on Habla\" href=\"http://www.wardspeaking.com/blog/\" target=\"_blank\">Habla Blog</a>. Thanks!','Guest post on Habla Blog','','publish','open','open','','guest-post-on-habla-blog','','','2008-08-28 07:45:53','2008-08-28 12:45:53','',0,'http://cuppamarcomm.wordpress.com/?p=128',0,'post','',0),
(1319,4,'2008-09-02 09:20:12','2008-09-02 14:20:12','I have blogged about this before but I don\'t think it can be stressed enough: do your materials provide enough information to your prospects?  Lately, I have come across several websites, notably, government websites, that simply do not provide enough information or make it difficult to find said information.  Here are some examples:\n\n<a class=\"wp-caption\" title=\"US Capitol Tours\" href=\"http://www.aoc.gov/cc/visit/index.cfm\" target=\"_blank\">US Capitol tours</a>: no information regarding using public transportation to get there or a map pointing out the nearest Metro stops.  Very little information about anything else. How long is the tour? What is permitted and not permitted? Not to mention how unfriendly this site is. If a government bureaucrat didn\'t personally design and write this, one of his/her scared minions did.\n\n<a class=\"wp-caption\" title=\"USNA\" href=\"http://www.usna.edu/NAFPRODV/VC/\" target=\"_blank\">US Naval Academy tours</a>: When do the tours start? Where is there parking? How about using public transportation to get to the academy? How long are the tours?\n\n<a class=\"wp-caption\" title=\"Glen Echo Park\" href=\"http://www.glenechopark.org/index.htm\" target=\"_blank\">Glen Echo Park</a>: Typical of most National Park Service websites, minimal information. The home page has a link for direction at the very bottom of the page. The About Us has another link to directions. What about hours? Not listed at all, except for the cafe.\n\nThis list is simply from my personal experience in the past three weeks. How many more websites are out there that just don\'t give enough information?\n\nIf you have a website, you would do well to look at it from an outsider\'s perspective. Here are is a small list of items to consider:\n<ul>\n	<li>Is your contact information easily accessible?</li>\n	<li>If I have never before heard of your business or organization, will I understand what you do?</li>\n	<li>Have you listed your services and explained them?</li>\n	<li>If you are open to the public, are your hours, admissions fees, directions to your facility, parking and transportation and other information the public needs to know clearly and prominently posted?</li>\n	<li>If you are a restaurant, have you posted a sample menu?</li>\n	<li>If I don\'t understand what you have written, is there an alternative way to contact you?</li>\n	<li>Is your information up to date?</li>\n	<li>Is your layout (including fonts, etc) easy to read and navigate? Things to consider are busyness (too much information or graphics), font size, background, colors and optimization for different web browsers.</li>\n</ul>','Information that bears repeating','','publish','open','open','','information-that-bears-repeating','','','2008-09-02 09:20:12','2008-09-02 14:20:12','',0,'http://cuppamarcomm.wordpress.com/?p=130',0,'post','',0),
(1320,4,'2008-09-03 08:55:16','2008-09-03 13:55:16','My friend Jennifer sent me a link to <a class=\"wp-caption\" href=\"http://www.8164.org/presidential-design/\" target=\"_blank\">her friend\'s blog</a> in which Barack Obama\'s website DESIGN is discussed. So thanks Jennifer and behold the power  of social media.  In any case, after reading Jin\'s blog entry (not sure of the name of the blog), I decided to visit both John McCain\'s and Obama\'s websites and see for myself. Mind you, <strong>I am not comparing the candidates on issues</strong>, though they both have a drop down menu of issues (Obama has more issues and goes more in-depth). I am just looking at what they have both done to appeal to voters.\n\nI had visited both  sites before and certainly McCain changed his--fonts and layout, to look less \"militaristic\" and more friendly,I think more like Obama\'s. See for yourself.\n\n<a class=\"wp-caption\" title=\"McCain website\" href=\"http://www.johnmccain.com/\" target=\"_blank\">John McCain</a>:\n\nThe pros:\n<ul>\n	<li>nice splashy home page</li>\n	<li>you can \"personalizle\" by home state or whether you are a supporter or not.</li>\n	<li>a blog and a shop for \"gear\"</li>\n</ul>\n<a class=\"wp-caption\" title=\"Obama website\" href=\"http://www.barackobama.com/index.php\" target=\"_blank\">Barack Obama</a>\n\nThe pros:\n<ul>\n	<li>Has a splash page collecting funds for Hurrican Gustav victims</li>\n	<li>Clean upbeat design</li>\n	<li><strong>A tab for Spanish (only problem is that it is not updated to include Biden)\n</strong></li>\n	<li>Blogs and gear too</li>\n	<li>You can create a \"MyBO\" page</li>\n	<li>You can connect on almost all social media</li>\n</ul>\nI think both candidates realize the importance of the web, but Obama\'s campaign has fine tuned more toward GenY and Social Media users. He has also included Spanish speaking voters. Both candidates make it  easy to donate and to volunteer. As to contact information, McCain\'s site is more straightforward than Obama\'s and offers a telephone number.\n<div class=\"TWIIGSPOLL\">\n<div class=\"TWIIGSPOLLpollcontainer\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n<div class=\"TWIIGSPOLLpoll\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:5px 5px 0;padding:0;\">\n<div class=\"TWIIGSPOLLquestion\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;font-weight:bold;border-style:none;margin:0 0 8px;padding:0;\"><a class=\"TWIIGSPOLLquestionlink\" href=\"http://www.twiigs.com/poll/Politics/16682\">Which candidate\'s website do you think has a better design?</a></div>\n<div id=\"TWIIGSPOLL16682\" class=\"TWIIGSPOLLresponse\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n<div class=\"TWIIGSPOLLanswers\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0 0 8px;padding:0;\">\n<ul class=\"TWIIGSPOLLanswerselection\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> McCain</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> Obama</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> Can\'t decide</li>\n	<li class=\"TWIIGSPOLLanswerselectionitem\"> Both</li>\n</ul>\n</div>\n<div class=\"TWIIGSPOLLpostinfo\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:none;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:right;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0 0 8px;padding:0;\">Created on Sep 3, 2008</div>\n<div class=\"TWIIGSPOLLvote\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\">\n<p class=\"TWIIGSPOLLbutton\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:center;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:2px 0;padding:0;\"></p>\n<p class=\"TWIIGSPOLLdisplayresults\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:center;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:2px 0;padding:0;\"><a class=\"TWIIGSPOLLlink\" href=\"http://www.twiigs.com/poll/Politics/16682?results=1\">View Results</a></p>\n\n</div>\n</div>\n</div>\n</div>\n<img style=\"clear:none;display:inline;float:none;position:static;visibility:visible;line-height:normal;outline-style:none;clip:auto;overflow:hidden;vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\" src=\"http://www.twiigs.com/pixel.png?pid=16682\" alt=\"\" width=\"1\" height=\"1\" />\n<div class=\"TWIIGSPOLLpolllink\" style=\"overflow:hidden;background-color:transparent;background-image:none;clear:none;display:block;float:none;position:static;visibility:visible;height:auto;line-height:normal;width:auto;outline-style:none;clip:rect(auto, auto, auto, auto);vertical-align:baseline;z-index:auto;letter-spacing:normal;text-align:right;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;border-style:none;margin:0;padding:0;\"><a class=\"TWIIGSPOLLmorelink\" href=\"http://www.twiigs.com/\">poll by twiigs.com</a></div>\n</div>','Campaigning on a website and a prayer','','publish','open','open','','campaigning-on-a-website-and-a-prayer','','','2008-09-03 08:55:16','2008-09-03 13:55:16','',0,'http://cuppamarcomm.wordpress.com/?p=132',0,'post','',0),
(136,4,'2008-09-05 10:11:14','2008-09-05 15:11:14','In marketing, what makes you special is your unique selling proposition or USP. You are supposed to find it and exploit it, because it is what sets you apart from your competition and defines you to the public. It should be specific and it should be real. Lots of products claim they are \"improved\" or \"best\" or \"new.\" Those aren\'t USPs--at best they are qualifiers. If your product is a skin lotion, what sets it apart from the 100s of other lotions on the market? Does it have more of one ingredient? Is the only product with a certain ingredient?\n\nThe truth is many products out there just don\'t know what their USP is or actually don\'t have one. That is why we see so many boring ads for products that don\'t motivate us to buy. (OK, I know sometimes the boring is also a creative problem but I have to stay on topic here.)  So first step in any marketing campaign is to figure out what makes you special. Perhaps unique is no longer attainable, but you have to figure out what your single biggest strength is and exploit that.\n\nA company that has figured it out, finally, is the US Postal Service (USPS). Believe it or not, their latest campaign is a stroke of genius. It exploits their true USP. This USP is that they don\'t have fuel surcharges. It seems insignificant until you look at the fact that the other delivery companies such as UPS and FedEx are charging an additional fee for fuel. Have you shipped anything lately? It ain\'t pretty. So here is the good old post office, trying to make headway into the overnight delivery market, and boom, they found their USP against the other guys--they don\'t charge for fuel. It is a cost-savings for the consumer and a check mark for the USPS. In fact, it is a USP check mate.','What makes you special','','publish','open','open','','what-makes-you-special','','','2008-09-05 10:11:14','2008-09-05 15:11:14','',0,'http://cuppamarcomm.wordpress.com/?p=136',0,'post','',2),
(140,4,'2008-09-07 11:17:11','2008-09-07 16:17:11','Here\'s a <a class=\"wp-caption\" title=\"DB Guest Blog\" href=\"http://wardspeaking.com/blog/index.php/conduct-a-marketing-audit-a-six-step-approach/#comments\" target=\"_blank\">link</a> to another  article I wrote for Habla Blog.','Another guest post','','publish','open','open','','another-guest-post','','','2008-09-07 11:17:11','2008-09-07 16:17:11','',0,'http://cuppamarcomm.wordpress.com/?p=140',0,'post','',0),
(142,4,'2008-09-08 10:53:59','2008-09-08 15:53:59','Marshall McLuhan wrote an influential piece called \"The Medium is the Message.\" It dealt with the advent of electronic media and how that had subverted ideas, etc.  And he didn\'t even mean the Internet... Anyway. Here we are in the middle of a hotly contested presidential race where each side is upping the stakes. And what is the media doing? It is trying to even the playing field. Yes, that is right. The media is so busy being \"fair\" that it is not being informative.\n\nEveryone reported that Sarah Palin\'s speech was \"dazzling.\" Huh? Perhaps because there were zero expectations for her performance... In any case, no one in the mass media has had the nerve to be really critical of her. It is now considered sexist to talk about her ability to be a leader or to question her choices in regards to her family. Newspapers are talking about the mommy wars...again. And the blogs are responding.  Sure women can balance a lot. And I agree that men should participate in childrearing and houshold chores, but I don\'t believe women should have children simply to hand them over to a nanny as they pursue their careers. But the media won\'t actually get into a fair discussion of this...they will all use soundbites (something to do with lipstick comes to mind).\n\nToday, Yahoo News reports that the race between Obama and McCain is giving McCain a slight edge. Why are these numbers being reported? Who does that help? Are they trying to dissuade Obama supporters? LIft McCain supporters? During the campaign season, we are innundated with polls that are simply designed to incite. They are not useful. Many people are undecided, or more importantly, NOT POLLED.\n\nOf course the media loves conflict and triumph. So they are showing Palin being greeted by mobs of women shouting out her name. What they don\'t tell you is that these women are Republicans, rounded up by Republican volunteers at a Republican rally. Have they gone out and talked to \"average\" Americans? Palin is also being featured on the covers of various pop magazines. Sure she is more photogenic than Biden, but is it over the top to feature her as a cover girl?\n\nBottom line is that media compete for ratings. And they think that people want to hear more and see more of Sarah Palin. So they create a virtual maelstorm of publicity that helps create the impression that she has more support than she has. This is where the media have become the message. They craft a story, based on their take on what is happening, and they pursue it. Soon, we all buy in to this story. In many senses, this is marketing 101.  Follow the AIDA principal (Attention, Interest, Desire, Action). BUT, politics is not simply about marketing. There are ideas at stake that WILL influence the course of the country in the years to come. Issues and thoughts don\'t lend themselves to the soundbite world so well which is why if I ask you what each of the candidates think you can probably only quote a soundbite on different issues.\n\nI am not sure how to fix this, but I do know that it is broken. For years to come we will wonder if sexism brought Hillary Clinton down or propped Sarah Palin up. And we will never know just how much those pesky polls influence the elections.\n\nUPDATE: Frank Rich  of the NY Times wrote an<a class=\"wp-caption\" title=\"Frank Rich\" href=\"http://www.nytimes.com/2008/09/21/opinion/21rich.html?_r=1&amp;em&amp;oref=slogin\" target=\"_blank\"> opinion piece</a> about \"truthiness\" or lack thereof, in the news media.  The media is supposed to shine light not act as a filter.','Is the media the message? (An editorial)','','publish','open','open','','is-the-media-the-message-an-editorial','','','2008-09-08 10:53:59','2008-09-08 15:53:59','',0,'http://cuppamarcomm.wordpress.com/?p=142',0,'post','',0),
(144,4,'2008-09-11 10:51:03','2008-09-11 15:51:03','I had the radio on to my favorite rock station and suddenly, I was exposed to one of the most annoying radio commercials I have ever heard. The main \"character\" was a woman jabbering on about her free trip she got from getting an oil change. She kept going on and on in the world\'s most annoying voice. It was a one sided conversation, as if we were overhearing her on the telephone. Surely, one of the most annoying things in life is to be forced to listen to a one-sided phone conversation at inordinate volume.\n\nIn sum, I had to turn the radio off. If I hear the hint of this commercial again I will switch stations. Yuck!!!!\n\nHave you ever had that happen? When you can\'t stand a certain ad? Well, of course, not every ad is universally accepted and liked, but I am sure certain ones get on lots of people\'s very last nerve. And that creates backlash. You refuse to patronize the establishment, purchase the service or the product. And you do what I am doing now--complain about it.\n\nAds should not annoy--in my opinion, it is not a good tactic.  Cajole, tempt,  demonstrate, appreciate, yes.  Make listeners/viewers upset, not so much.','When ads annoy','','publish','open','open','','when-ads-annoy','','','2008-09-11 10:51:03','2008-09-11 15:51:03','',0,'http://cuppamarcomm.wordpress.com/?p=144',0,'post','',0),
(146,4,'2008-09-12 06:44:10','2008-09-12 11:44:10','Much like the Coke-Pepsi taste wars, Microsoft is vying with Apple to be the taste of a new generation. You\'ve probably seen the Apple commercials showcasing the young Justin (standing in for Mac) and the old man (standing in for PC). PC  is so out of touch, so many problems while Mac is just a breeze. Somehow, PCs are still in the majority... But Microsoft is pulling out all the stops--they hired Jerry Seinfeld and Bill Gates to shill the MS Operating System. Seriously. And I caught part of the TV commercial yesterday, and all I can say is what the??? It didn\'t make sense, it was dumb and a complete waste of Jerry Seinfeld\'s  comedic talents. And Bill Gates is going to convince me Microsoft is better than Mac? We know he thinks its better--he made millions off it (or is it billions?).  Bottom line, the ads are just not as hip as the Apple ads.','Another advertising what?!?! moment','','publish','open','open','','another-advertising-what-moment','','','2008-09-12 06:44:10','2008-09-12 11:44:10','',0,'http://cuppamarcomm.wordpress.com/?p=146',0,'post','',0),
(148,4,'2008-09-16 06:40:28','2008-09-16 11:40:28','As we saw yesterday, we are officially in a era of market volatility and our financial institutions are in freefall. I am speaking of course of the 500 point drop the Dow experienced due in no small part to the Lehman Brothers failure and the Bank of America buyout of Merrill Lynch. This has spawned talk of the security of regular deposits at commercial banks and the Fed\'s ability to actually insure this money. At the same time, oil prices fell below $100 because investors fear a drop in demand. OK. Are we economically unstable? YES. Are the fundamentals of our economy as strong as John McCain thinks they are? I don\'t think so.\n\nIn this steadily worrisome environment, United Airlines announced that it will raise the price of a second checked bag to $50, affecting one in seven of their customers. The company continues to claim that the rising price of oil has forced it to continue to squeeze its customers. This comes after  United scrapped a plan to provide only cold meals, for purchase, on international flights. Now, I am not a United frequent flyer, or an investor, so I did not receive a communique from the company. The news media reported these changes and all  I can say is, I am not inclined to fly United, ever.  These fees and changes are being reported but they don\'t seem to be creating a public relations problem for United. But they should. A company that continues to increase its fees to its customers is not doing enough to examine if it operates efficiently. On the other hand, Southwest Airlines has seen an opening here and has a very clever commercial that tallies the additional fees other airlines are charging and compares it to its non-additional fee fare. Who do you think wins?\n\nThis brings me to banking. As mentioned above, there may be real worries relating to the safety of your deposits.  Today, I received a email from ING Direct, the online bank where I have an account, thanking me for my business and continued trust. The email assures me that my deposit is safe and that ING is not engaging in selling off loans etc, like Lehman and Merrill did (that is subtext).  In any case, this is smart customer communications. Talk about a problem and show how you are dealing with it. I think it is smarter that what United seems to be doing--talking about a problem that affect the company and NOT assuring customers but rather using them as additional piggy banks.  What succesful companies know is that customers are the reason they exist. Without customers, there is no business. Alienating customers is never a good policy!\n\nBottom line: kudos to ING Direct for its direct (albeit somewhat self-serving) communication and thumbs-down to United to continuing to raise the bar on fees to customers, and announcing it via press release.','Customer communications in an unstable era','','publish','open','open','','customer-communications-in-an-unstable-era','','','2008-09-16 06:40:28','2008-09-16 11:40:28','',0,'http://cuppamarcomm.wordpress.com/?p=148',0,'post','',0),
(151,4,'2008-09-21 17:04:16','2008-09-21 22:04:16','It used to be that the primary concern for advertisers was whether their ad \"would play in Peoria,\" shorthand for would middle America like it. More and more we are seeing ads that don\'t play in Peoria or anywhere else than the ultra chic world of Manhattan advertising agencies. Microsoft is a case in point. The company is now withdrawing its weird Bill Gates-Jerry Seinfeld ads after only two weeks. The ads were just too strange and didn\'t get across their point. Unfortunately, this is not the only case, nor will it be the last. Now, I am all in favor of \"pushing the envelope\"  creatively and approaching things differently, but ultimately, the target audience has to appreciate the ad or else it is literally missing its target.\n\nThis morning, I was watching the news and they were talking about what to do during this financial mess. One of the advisers recommended holding off on any big purchases such as real estate and hanging on tight to any money. Not sure if I agree, but I know that mortgages are hard to get right now. Not five minutes later during commercial break, Coldwell Banker had an ad for its services, ENCOURAGING people to buy now BECAUSE of the economic climate. Huh? Dissonance!!!!! I thought to myself, are these advertisers really thinking that people will be buying during this type of economic crisis? Is this another case of not taking Peoria into consideration?\n\nUpdate on Microsoft: <a class=\"wp-caption\" title=\"Microsoft Vista ads\" href=\"http://www.newsweek.com/id/160064\" target=\"_blank\">Here\'s a story from Newsweek about how Microsoft is failing to shine Vista\'s reputation.</a>','Will it play in Peoria?','','publish','open','open','','will-it-play-in-peoria','','','2008-09-21 17:04:16','2008-09-21 22:04:16','',0,'http://cuppamarcomm.wordpress.com/?p=151',0,'post','',0),
(158,4,'2008-09-25 08:22:07','2008-09-25 13:22:07','We are in the middle of rough times economically and politically in the United States. We have to deal with real economic worries, chiefly about the safety of our money within the banking system. So, now, what used to be a footnote on all bank ads, has become a selling opporutnity: the FDIC logo.  All banks want to reassure their customers that the FDIC backs their assets. Some banks have increased the size of FDIC logo and others such as Schwab are using it during commercials on TV. Schwab clearly created their newest campaign to reassure its clients that their assets are safe. Another banking opportunity seems to be the CD. You may have noticed that more banks are advertising their CDs, with their \"higher\" APYs.  Today\'s Washington Post featured ads for both Commercial Bank and Wachovia CDs. Again, these are FDIC insured and promise \"real\" returns, unlike the volatile stock market.\n\nA couple of days ago I saw Laura Bush being interviewed by CNN. This woman can teach everyone how to speak, convincingly and politely. She is a real pro! The interviewer asked if Mrs. Bush thought that Gov Palin had enough foreign policy experience. Mrs. Bush said no, she didn\'t because it wasn\'t her role. She also said she was excited to be able to vote for a woman on a Republican ticket. I can\'t do Laura Bush justice by paraphrasing her, but I can assure you she answered the questions, not with obfuscation (as Sarah Palin does) but with tact and diplomacy. She knows how to communicate assuredness. She is calm and can stick to talking points without sounding like she is sticking to talking points. Overall, I think she is the best thing in the Republican party.','On seizing opportunity and speaking diplomatically','','publish','open','open','','on-seizing-opportunity-and-speaking-diplomatically','','','2008-09-25 08:22:07','2008-09-25 13:22:07','',0,'http://cuppamarcomm.wordpress.com/?p=158',0,'post','',0),
(161,4,'2008-09-26 07:49:40','2008-09-26 12:49:40','We\'ve seen lots of mud-slinging via commercial during this year\'s presidential election. Negative ads work to some extent or they wouldn\'t be used. However, this morning, I saw Barack Obama\'s newest commercial. It is all  about his economic plan, and he is on camera and talking for all of it. I think it was effective--he laid out his principles and what he wants to do for the American people, and of course, he dealt with the hottest topic du jour, the economy. It made him look serious and proactive. Let\'s see what McCain responds with. In a way, I think Obama is trying to look presidential to conteract McCain\'s grandstanding of these past two days.','What kind of political ad works best?','','publish','open','open','','what-kind-of-political-ad-works-best','','','2008-09-26 07:49:40','2008-09-26 12:49:40','',0,'http://cuppamarcomm.wordpress.com/?p=161',0,'post','',0),
(163,4,'2008-09-27 09:02:15','2008-09-27 14:02:15','Clipping coupons is a sometimes denigrated activity which nonetheless helps thousands of Americans keep to their grocery budgets. In this sense, coupons play a significant role in marketing communications. Many people buy the product for which they can get the best price, and coupons (especially in stores that double their face value) can help lower prices. So, for example, if you are shopping for detergent, and you have a 50-cent coupon for Tide and a 75-cent coupon for Purex, you may decide to buy Purex, either as a trial or because it will be cheaper.\n\nManufacturers also use coupons to introduce products and to stimulate sales. And, often, I think, they use coupons to experiment with campaigns. After all, coupons are traceable. You can gauge if something is working just by the number of coupons that are redeemed.\n\nToday I saw an interesting juxtaposition of coupons for Palmolive Dishwashing Liquid. One was for traditional Palmolive (you know, the green stuff that claims to save your hands from the harshness of doing dishes) and for \"New Palmolive Pure +  Clear.\" This new product claims to have no unnecessary chemicals, no heavy fragrances, non-irritating dyes and no harmful residue on dishes.\" This is from the same people who manufacture the other Palmolive. Are they saying that regular Palmolive has unnecessary chemicals, irritating dyes and leaves harmful residue???? Do you see how this is dangerous for the Palmolive brand? Although I applaud them for their new product I think that this where branding can be defeated. If you introduce a new product that in a sense contradicts your existing product, you should use a different brand, right? Or, is the thought process that the brand is strong and now they can provide an alternative for people looking for a less chemically harsh dish liquid? Will this lead eventually to a complete change in the Palmolive brand?  I really wonder. Also, do people think about the ads or do they just take it at face value?\n\nWhat do you think?','On coupons and reinventing your product','','publish','open','open','','on-coupons-and-reinventing-your-product','','','2008-09-27 09:02:15','2008-09-27 14:02:15','',0,'http://cuppamarcomm.wordpress.com/?p=163',0,'post','',0),
(166,4,'2008-10-03 12:46:11','2008-10-03 17:46:11','Knowing your target audience is the primary task of any marketer. How can you craft your message if you don\'t know who you are speaking to? How can you make sure your potential clients buy your product if you don\'t where they live, what they like and the other elements that make up your demographic profile?  Often, ads don\'t work because they don\'t target the right audience. Or, they target the right audience but don\'t communicate properly. So this brings me to Sarah Palin and Joe Biden during the debate last night. It was very clear that each of them knew who their target audience was and used the proper language to communicate with it. Palin used her folksiness to establish connection with \"Joe Six Pack and Hockey Moms\" around the US. She used terms like doggone it and gosh darn it to make the point that she is an average person from Main Street Wasilla.  Biden spoke in a more formal fashion, to  communicate with an intellectual audience and to those seeking a traditional politician. He threw in references to Scranton and Home Depot to assure \"Main Street\" that he\'s also in touch with them. In the end, I think both politicians understand who they need to communicate to and did so well.  I think if you are a liberal Democrat with environmental leanings, Sarah Palin rubbed you the wrong way. But then again, you are not her target. She knows she can\'t connect with you. On the other hand, if you are someone who feels politicians are out to get you with their misguided policies, then you loved that Palin spoke to you.\n\nIf there is a problem with appealing solely to your target audience during a presidential campaign is that you don\'t motivate the other side to vote for you. This debate proved that--neither side did much to convince the other to switch allegiances.','On knowing your target audience','','publish','open','open','','on-knowing-your-target-audience','','','2008-10-03 12:46:11','2008-10-03 17:46:11','',0,'http://cuppamarcomm.wordpress.com/?p=166',0,'post','',0),
(168,4,'2008-10-06 11:44:52','2008-10-06 16:44:52','Are your efforts working? You advertise and send direct mail but are getting no results. What do you attribute that to? Chances are you are not communicating effectively. Here are a few things to consider:\n<ol>\n	<li><strong>Target audience</strong>: Are you sure you are targeting the right demographic? Are you reaching the target effectively?</li>\n	<li><strong>Clarity of message</strong>: Are you using jargonese? Using complicated terms? Really saying what you mean to say?</li>\n	<li><strong>Timing</strong>: Is your timing on target? Are you giving your audience enough time to make a decision?</li>\n	<li><strong>Attractiveness</strong>: As in dating, in communications the visual can take precedence over content. Are your marketing materials designed to be easy to read? Are they attractive and professional looking?  What image are you conveying?</li>\n	<li><strong>Outside opinion</strong>: Have you shown your campaign/materials to an impartial observer? Have you tested it with a focus group or a potential customer?</li>\n</ol>','Improve your marketing communications','','publish','open','open','','improve-your-marketing-communications','','','2008-10-06 11:44:52','2008-10-06 16:44:52','',0,'http://cuppamarcomm.wordpress.com/?p=168',0,'post','',0),
(170,4,'2008-10-08 12:34:12','2008-10-08 17:34:12','In the end, as consumers (of products and of media), we see things the way we want to see them. If anything has become clear with this presidential campaign, is that voters (consumers) see what they want to see, and so does the media. There is no such thing as lack of  bias. Everyone knows Fox News hangs to the right, and in their eyes, McCain won the debate last night. CNN is considerably more liberal, although they throw in two Republican strategists to their panel for a mix, and they say Obama won. My personal view is that neither candidate did well and that the town hall format was a mess.\n\nIt continues to shock me just how different people see the same thing differently. Where some people see patriotism (Sarah Palin speaking about America) other people see racism (her saying that Obama is un-American). If you do a search for Sarah Palin\'s racist remarks on Google, you will find an AP story about this, along with a great many blogs decrying this. I found a blog today that claims, erroneously, that Obama is a Muslim. And so the social media and the mainstream media can really serve to muddle the facts. Of course, we are seeing an upsurge in \"fact checking\" from organizations such as Factchecker.org. But where are those \"facts\" coming from? Which facts are we choosing to check?\n\nI think that as consumers of media, we need to acknowledge what we are looking for and we need to question the motivation of media outlets. Remember too that media is paid for by advertising dollars and ultimately, that makes the most difference. Remember a few years ago that when Ellen DeGeneres was on the sitcom Ellen and she came out, some groups threatened to boycott the advertisers that advertised on that show? It works the other way too...some advertisers won\'t advertise on one channel because of bias. And more importantly, some commentators will not interview somebody because they disagree. For instance, Campbell Brown of CNN had a spat with the McCain campaign that led to McCain canceling his appearance on Larry King Live.\n\nNow more than ever we need to understand that what we see is not the whole story. As consumers, we need to find out what the story is and our best chance in the political season at least, is to read each candidate\'s position papers (via web or campaign) and to watch the debates and perhaps skip the \"analysis.\" In the end we need to develop our own way of seeing. And the media needs to be more transparent about why they see what they see.','Ways of seeing','','publish','open','open','','ways-of-seeing','','','2008-10-08 12:34:12','2008-10-08 17:34:12','',0,'http://cuppamarcomm.wordpress.com/?p=170',0,'post','',0),
(173,4,'2008-10-11 09:14:07','2008-10-11 14:14:07','As a marketing communications case, Barack Obama\'s campaign is the clear winner. The campaign has chosen a message (the economy is really bad because of the Republican\'s mismanagement of it and Obama can do better) and stuck with it. People are concerned about this message and are responding well to it.  The McCain campaign on the other hand has not found its core message. We know that McCain is concerned about mortgages, taxes, and....Obama\'s association with Bill Ayers. Although all of these are legitimate issues to focus on, the campaign has not crystallized into one overarching message that can be delivered time and again.\n\nMcCain may have the ideas and the experience, but his \"marketing\" is getting muddled. And that may cost him the election. Obama, on the other hand, early on grasped the importance of the Internet in attracting younger voters, has stayed on message and has a flexible ad budget that has allowed him to put money in the states he considers more important. McCain\'s most recent ad strategy, in spite of the overwhelming economic news, was to place ads talking about Obama\'s relationship with Ayers. It has backfired, no doubt. At a campaign stop on Friday, McCain had to spend time assuring the crowd that they shouldn\'t be scared of Obama, that he is decent (subtext--he is not a terrorist).\n\nThe bottom line for any campaign, political or otherwise, is to choose a message that resounds with the target audience and stick to it.','The Virtues of Staying On Message','','publish','open','open','','the-virtues-of-staying-on-message','','','2008-10-11 09:14:07','2008-10-11 14:14:07','',0,'http://cuppamarcomm.wordpress.com/?p=173',0,'post','',0),
(175,4,'2008-10-16 07:43:18','2008-10-16 12:43:18','Given the uncertainty in the economy, many people are cutting back on discretionary spending.  Restaurants are especially hard hit during economic downturns, as people stop eating out. And in marketing, you can see two extremes: cutting out marketing dollars or excessive/over the top marketing spending. Which approach makes sense?\n\nTo cut out marketing completely is really akin to shooting yourself in the foot.  Perhaps you keep your shoes, but you will no longer be able to walk very far.  It is conventional wisdom that advertising and public relations agencies lose clients during economic recessions. Advertisers look to cut back on something so they go for what seems to be frivolous.  But is advertising your business frivolous? How else are you going to get customers? On the other hand, the concept of guerilla marketing is successful because it uses cheaper methods of attracting and retaining customers. But the key to both is that businesses only survive if they have customers and must do SOMETHING to get them or retain them.\n\nTo go over the top in marketing is probably unnecessary.  And wasteful. As I was thumbing through a women\'s interest magazine yesterday, I came across an elaborate three dimensional print ad for Fruit of the Loom. It caught my interest but did not make me any more likely to buy than a regular print ad. It got me to thinking that Fruit of the Loom feels it has to do what it can to attract customers. Of course, this ad was probably conceptualized well before our financial meltdown, but I won\'t be surprised if we see this type of excessive spending from some advertisers in spite of finances.  Christmas will be very telling, as retailers especially look to increase their revenue.\n\nSo in sum, a tough economy means that you have to get tougher in looking for customers. Keep marketing yourself, perhaps in different ways. Maybe this is the time to try something different. But don\'t cut out advertising or go over the top. Neither will help your bottom line.','Marketing and Economy','','publish','open','open','','marketing-and-economy','','','2008-10-16 07:43:18','2008-10-16 12:43:18','',0,'http://cuppamarcomm.wordpress.com/?p=175',0,'post','',0),
(177,4,'2008-10-25 21:01:28','2008-10-26 02:01:28','And sometimes clever is too clever. But. There are times when that clever wordplay is just right. For instance, MetLife. For the <strong>if </strong>in life. You see,<strong> if</strong> is right there in the middle of the word <strong>life</strong>. And what does MetLife do? It sells insurance, and you get insurance for the what ifs in life. Rarely does something like this work so well. So kudos to MetLife. I love that wordplay. On the other hand, there campaign also centers around Snoopy. Why? Who knows. The big plus is that it is recognizable.\n\nCan you think of other really clever ads? I will try to keep a list.','Sometimes clever works','','publish','open','open','','sometimes-clever-works','','','2008-10-25 21:01:28','2008-10-26 02:01:28','',0,'http://cuppamarcomm.wordpress.com/?p=177',0,'post','',0),
(179,4,'2008-11-03 09:35:23','2008-11-03 14:35:23','There is a pizza joint across the street from my building. It\'s one of those take-out/delivery places that also serve subs and other greasy food. A couple of weeks ago, there was a sign posted that it was under new managements. And then, the renovations followed. They added floor to ceiling windows, painted the place yellow and added a new sign, using the same name as before but with new fonts and color scheme. So all in all, they have spiffed up the old hole-in-the-wall that needed it.  I suspect that there is no new management but rather the realization that when things get tough, the tough get going (excuse the cliche).  The pizza place realized it had to make changes, in this case, aesthetic improvements, to attract new customers or lure back former customers. (It remains to be seen how the pizza will taste, and that will be another story)\n\nThe same holds true for any business identity. Have you been using the same logo for the past 20 years? When was the last time you examined your branding effort? Is it time for a change? Does your tagline still communicate what you do? Does your marketing identity synch with your business personality?\n\nIn short, if things aren\'t going well now due to the economic situation, it is a perfect time to take stock of how you are marketing yourself, and decide if you need to make changes. The same old does not always work.\n\nThis also brings me to one of the most successful political campaigns in modern times: Barack Obama\'s. What is his campaign slogan? Change we can believe in.  Change is big right now and Obama knows that the public wants a change from the Bush years. As opposed to McCain\'s slogan of Country First, I think that Obama\'s slogan speaks directly to what people are looking for and communicates it effectively.\n\nWe\'ll know (hopefully) on Wednesday morning if Obama\'s slogan won more hearts and minds than McCain\'s. But regardless of who wins this election, we are in for a few months (at least) of tough economic times. It\'s time to change, right?','Is it time for a change?','','publish','open','open','','is-it-time-for-a-change','','','2008-11-03 09:35:23','2008-11-03 14:35:23','',0,'http://cuppamarcomm.wordpress.com/?p=179',0,'post','',0),
(181,4,'2008-11-04 11:14:22','2008-11-04 16:14:22','Well, it finally is here. Election Day. Never before in my lifetime have I seen such a long election cycle, and yet so much interest. We have seen positive ads and negative ads. We\'ve seen staying on message and going off message. We saw how the current economic situation shifted the message. But the bottom line is that each candidate used MARKETING COMMUNICATIONS to reach his/her TARGET AUDIENCE.  Yes indeed. An election is a real live, measured test of the success of your marketing communications. If you got your message across and people bought, you win.  Simple. And the voters get their say today. For the past year, we\'ve heard from the candidates. Today, they hear from us. What we bought and what we didn\'t buy.  In fact, I dare say that political communication is the pinnacle of this field...it uses all methods of communication from simple lawn signs, to expensive TV ads to social media. It needs strategy and it has to appeal to the largest majority. I am jealous of anybody in an American politics class this semester. What a way to see and understand the process.\n\nSo, did you vote today?','Political communication is a two-way street','','publish','open','open','','political-communication-is-a-two-way-street','','','2008-11-04 11:14:22','2008-11-04 16:14:22','',0,'http://cuppamarcomm.wordpress.com/?p=181',0,'post','',0),
(183,4,'2008-11-05 16:30:07','2008-11-05 21:30:07','I was just watching television and I saw a response to the credit crisis. It is something called Purchasing Power. Apparently, it is a payroll deduction system for paying for stuff you can\'t  afford. So instead of paying a credit card issuer, you have your pay docked each pay period until you pay off your debt. This approach is as old as the hills, but it hasn\'t been in the public eye before or in this format. This is the perfect time for this company to advertise its services. Americans will continue to want things they cannot afford, so there is an opportunity to step in where credit cards are stepping out.\n\nThe commercial for this company was somewhat low-tech. And I don\'t want to give the company additional publicity by linking to their website, but it struck me that when marketing yourself, you need to find the opportunities, even in spite or maybe due to an economic downturn.','Where there is chaos there is opportunity','','publish','open','open','','where-there-is-chaos-there-is-opportunity','','','2008-11-05 16:30:07','2008-11-05 21:30:07','',0,'http://cuppamarcomm.wordpress.com/?p=183',0,'post','',0),
(186,4,'2008-11-11 13:12:28','2008-11-11 18:12:28','That\'s the name of a new song by Will.I.Am (most clever singer name ever, IMO). But it is also a new day in marketing. Marketers are trying to find new ways of doing old things--that is, getting people in the door (and better yet, to make a purchase). A couple of stories in the <em>Washington Post</em> this week make this point. In today\'s post, there is <a class=\"wp-caption\" title=\"Shopper\'s Psyches\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/11/10/AR2008111002331.html?hpid=topnews\" target=\"_blank\">an article </a>about a trend toward retailers creating an emotional connection with shoppers and also having gatherings in stores, to get people literally in the door. Although this is not new per se, it\'s application is. It seems that generalized advertising is just not doing the trick. Marketers think that by encouraging positive contact and context, consumers will part with their money.\n\nThe other story (which I cannot for the life of me find on line to link to) is one regarding credit card and other offers by mail. It seems that, finally, issuers of these offers are cutting back. Although I do think that direct marketing can be a good way to reach a target audience, I think unsolicited and unwanted credit card offers do little more than sully the environment further. This trend has much to do with the availability of credit as well. The article also reports that Neiman Marcus is cutting back on its famous Christmas catalog--sending out fewer copies and making it thinner.','It\'s a new day','','publish','open','open','','its-a-new-day','','','2008-11-11 13:12:28','2008-11-11 18:12:28','',0,'http://cuppamarcomm.wordpress.com/?p=186',0,'post','',0),
(188,4,'2008-11-16 21:06:47','2008-11-17 02:06:47','OK...now I have heard all types of advertising. I am listening to a rock station here in DC and a local church just advertised its \"services\" (almost a wordplay, right?).  The speaker (hard to say if it was the pastor) quoted, get this, the SPICE GIRLS (about stuff in your past). If this is not a naked attempt to appeal to a younger set, I don\'t know what is. In any case, the speaker informs us that therapy and/or drugs can never help us get rid of guilt--only forgiveness can (of course one can forgive or be forgiven through the help of therapy, but whatever). And then, he tells us to go to a website to learn more.  Now, I have heard of membership drives and spreading the word, but I truly haven\'t heard a church advertise on a mainstream radio station. This tells me two things--the church is seeking to increase its membership from a certain age demographic and the church has decided to do things in a more 21st Century fashion--get them where they are.  Interesting. I would be very interested in knowing if this type of appeal works. In theory, it should, at least stimulate some interest. I wonder if the church hired an ad agency, or a pr agency. This certainly is part of larger recruiting campaign.','Churches...advertising?','','publish','open','open','','churchesadvertising','','','2008-11-16 21:06:47','2008-11-17 02:06:47','',0,'http://cuppamarcomm.wordpress.com/?p=188',0,'post','',0),
(190,4,'2008-11-17 17:40:12','2008-11-17 22:40:12','In the case of Verizon FIOS, about 100 million messages ago. OK, I am exagerating, they could have stopped at 1000. In all seriousness, Verizon is marketing the hell out of FIOS. They want everyone who has ever been near a Verizon phone to sign up.  There is TV advertising, telemarketing (these people have been calling my house at least 3 times a week for the past 8 weeks easily, even though I already told them I AM NOT INTERESTED) and direct mail. I get a direct mail piece from them roughtly once a week--whether it be a postcard or a full blown letter, like I got today.  What a great offer...they will bundle TV, Internet and Phone for $100 a month PLUS taxes and fees for one year (translation--you are locked in for a year no matter what and then your price will go up).  Still, I am not interested. I hate Verizon, and this marketing onslaught is making me hate them more. At some point, the costs outweigh the returns, and the many dollars they are spending trying to get me to sign up are ill spent, especially since, as I mentioned before, I AM NOT INTERESTED.  For anybody worried about the economy, I would like to point out that Verizon is both making money and spending money. They aren\'t asking for a government bailout, they are asking you to upgrade to their system. Of course, Comcast, their biggest competitor in this area, has a similar package. And they also try like hell to get you to sign up for it. It makes me wonder how big those margins really are.  They must be really big for there to be a decent ROI (return on investment) on this.','When does it become too much?','','publish','open','open','','when-does-it-become-too-much','','','2008-11-17 17:40:12','2008-11-17 22:40:12','',0,'http://cuppamarcomm.wordpress.com/?p=190',0,'post','',2),
(192,4,'2008-11-20 08:41:59','2008-11-20 13:41:59','As if. But MacDonalds, the king of marketing, would like you to believe so. Or at least it is trying to use mothers as emissaries for this message--they call it their \"quality correspondents program.\"  I am not making this up. It is <a class=\"wp-caption\" title=\"McDs is healthy\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/11/19/AR2008111903618.html?hpid=artslot\" target=\"_blank\">reported in today\'s Washington Post</a>, and it is an attempt  to maintain already high levels of fast food consumption high.  Apparently, if mothers make the argument that french fries aren\'t so bad for you, other moms will listen. And if moms think its OK, then kids will be free to consume the \"healthy\" fries. What MacDonald\'s claims it\'s doing, is making sure through this type of PR, that people know they are concerned with food safety and quality.\n\nI have several issues with this. First of all, french fries are not healthy, period. They are deep fried and carry most of their calories from fat. It is inane for McDonald\'s to pretend otherwise. Perhaps a small order of fries does not have the calorie content say, of a quarter pounder with cheese. If someone wants to eat fries, they do so because they enjoy the taste and not because it is a virtuous choice on the menu.\n\nSecond, this type of person-to-person marketing, based on manipulated information, is not what I would call transparent. It is surreptitious. It is pretend.  If a woman who is my friend or acquintance tells me something, I have no reason to disbelieve what she is saying. I also don\'t have enough information. Lots of marketing shifts the burden for more information to the consumer, but this type of marketing is more opaque. Moms aren\'t going to include a website link to the company, or are they?\n\nWhat I really wonder is why McDonald\'s needs to this at all. They are a ubiquitous part of the landscape, and everyone knows what kind of food they sell. Lots of people eat there--what are the up to, zillions served? They have great brand identity, brand knowledge and good advertising. And in a weak economy, fast food places generally do good business since they are cheap and easy.  No one goes to McDonald\'s expecting fine or healthy dining. And as far as I know, everyone assumes you will have low-quality standards maintained across the board--clean and fast is what you expect, not high quality and good for you.','Fast food is healthy','','publish','open','open','','fast-food-is-healthy','','','2008-11-20 08:41:59','2008-11-20 13:41:59','',0,'http://cuppamarcomm.wordpress.com/?p=192',0,'post','',1),
(194,4,'2008-11-21 15:59:45','2008-11-21 20:59:45','Nothing makes a celebrity like publicity. In fact, without publicity, there would be no celebrities. Yet, we often hear of scuffles between celebrities and the paparazzi or stars taking tabloids to court. Of course there is a not so fine line between publicizing and slandering, and anybody should be careful of crossing that line.  Some celebrities are known for being private (quite an oxymoron) and some for being rabble-rousers (Lindsay Lohan anyone?). In both cases, this is part of their carefully crafted public persona. They attempt to control the media\'s portrayal of them, to suit their purposes.\n\nIn today\'s New York Times, there is an <a class=\"wp-caption\" title=\"Angelna Jolie\" href=\"http://www.nytimes.com/2008/11/21/business/media/21angelina.html?scp=2&amp;sq=angelina%20jolie&amp;st=cse\" target=\"_blank\">interesting article about Angelina Jolie </a>and her masterful control of the media.  Apparently, part of the negotiation involved in giving her twins\' pictures to People Magazine included a clause for positive coverage. If this is true, and People denies it, it calls to question whether People can be considered a journalistic endeavour or simply a celebrity publicity outlet. Chances are, it\'s a bit of both. In any case, People would not exist without celebrities to cover and celebrities would not be celebrities if they were not covered. So, in a sense, People can\'t afford to alienate celebrities.\n\nI am not sure what I think of Jolie\'s \"carefully crafted\" persona. In a sense, what she has done is rehabilitate her image through the use of new imagery (adoptive children from underdeveloped countries, nomadic lifestyle, Brad Pitt). Prior to that, she was a tattooed, blood vial wearing wife of Billy Bob Thornton. In any case, Jolie is a case in point, in that what the media show about you, is what people perceive you as.  A lesson that is good for all organizations concerned about image.','Publicizing your image','','publish','open','open','','publicizing-your-image','','','2008-11-21 15:59:45','2008-11-21 20:59:45','',0,'http://cuppamarcomm.wordpress.com/?p=194',0,'post','',0),
(196,4,'2008-11-24 10:08:45','2008-11-24 15:08:45','The economic-banking-credit crisis has spawned some new advertising selling points and language for financial institutions. These seek to reassure current and potential customers that their money-investments-assets are safe.  For instance, SunTrust Bank is using a new tagline: \"Live Solid. Bank Solid.\" Obviously, solid is a good word to describe a bank, especially in light of recent bank failures. Bank of America, one of the largest banks in the US, is still going with the \"Keep the Change\" campaign, and a headline to their newest ad is \"If you\'re going to spend, spend smart.\"\n\nI have seen lots of ads featuring words like secure, safe, solid,  smart, trust and so on. It is not about high returns or great investments any more, it is about keeping what you have in an increasingly turbulent marketplace.\n\nMeanwhile, Commerce Bank, which was a bank operating mainly in the Northeast, got \"rebranded\" into TD Bank due to a merger with TD BankFinancial Group of Canada.  Commerce, who used red as its color, is now green. The change was quite sudden and confusing. I am sure that current customers were aware of an impending change, but others must have been taken by surprise.','New selling points','','publish','open','open','','new-selling-points','','','2008-11-24 10:08:45','2008-11-24 15:08:45','',0,'http://cuppamarcomm.wordpress.com/?p=196',0,'post','',0),
(199,4,'2008-11-30 19:33:08','2008-12-01 00:33:08','Something very interesting happened this Black Friday...it went well for retailers. But it wasn\'t expected to. The news media kept reporting that sales were expected to be lower, with fewer people shopping and shopping for fewer items. In fact, they reported this while they reported that people were camping out for sales and even that people trampled to death a security guard in their rush to enter a New York Walmart store. The final numbers are not in yet, but apparently, sales were better than expected and may even have been higher than last year.\n\nThis is interesting because a narrative has been formed in the media: economy is bad and people are not shopping, not matter what. Economy is bad,and people are not traveling not matter what. And yet, planes and roads are full and there is no parking to be had at local malls. Even my local bookstore was packed on Black Friday, even though they had no special sales.  In short, there seems to be a disconnect between what is being reported (or what reporters think) and what is actually happening.  Often, what is reported is not real but BECOMES real. In this case, it seems to be the opposite. I wonder if the panicked reporting about the dire state of the economy is partially a desire to create a black and white narrative or a true appraisal of reality. What do you think?','Reality versus reporting','','publish','open','open','','reality-versus-reporting','','','2008-11-30 19:33:08','2008-12-01 00:33:08','',0,'http://cuppamarcomm.wordpress.com/?p=199',0,'post','',0),
(201,4,'2008-12-05 12:31:07','2008-12-05 17:31:07','Used car (and for that new car) salespeople are known for driving a hard sell.  And generally, consumers hate a hard sell. In fact, certain car dealerships (CarMax and Saturn) made their USP (unique selling proposition) the fact that what you see is what you get, and that you won\'t get hassled. Somehow, Verizon has not gotten the memo. I want to understand what the Verizon marketing folks are thinking, because from my perspective, they are driving a really hard sell, and not only that, they are being tremendously wasteful  (not getting the ROI they should). As I mentioned a few days ago, Verizon is in the middle of selling FIOS. I have received about two marketing pieces a week (direct mail), three to four hangups from Verizon on my phone (telemarketing) and have been exposed to more Verizon TV ads than I care to think about. The bottom line is, as I have told Verizon, I AM NOT GETTING FIOS!!!! Stop selling me PLEASE!!!\n\nAt some point, they have to stop. But they won\'t. Why? Because they have spent millions of dollars in research, development and roll-out of FIOS and until every single Verizon customer signs up, they probably will not make up the difference. They may have miscalculated that people would be all over FIOS, or they rolled out FIOS at a time when people are cutting back on everything. In either case, Verizon believes that marketing FIOS will eventually bring in the numbers. Otherwise, they would not spend the money. However, I think their approach is extremely wasteful (yes, even in an environmental way).\n\nSo, my bottom line is that Verizon is the used car salesperson I will avoid at all costs. I am not buying a car (or new TV/phone service) any time soon. So sell away but all you are doing is irritating me and making me consider alternatives.','The hard sell','','publish','open','open','','the-hard-sell','','','2008-12-05 12:31:07','2008-12-05 17:31:07','',0,'http://cuppamarcomm.wordpress.com/?p=201',0,'post','',0),
(203,4,'2008-12-08 09:20:38','2008-12-08 14:20:38','I\'ve had lots of occasion this past week to think about branding as I led writing groups for a business school class on marketing. The undergrads had to write a marketing paper dealing with some sort of marketing strategy. Most of them wrote about \"brand extension,\" where a new product is introduced under the existing brand name.  The students had a bit of trouble relating theory to real world practice, but if anyone doubts the power of marketing and branding, they should look no further than <a class=\"wp-caption\" title=\"Marketing\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/12/06/AR2008120600136.html\" target=\"_blank\">this article </a>in yesterday\'s <em>Washington Post</em>. The article talks about how exposure to certain brands (Coke is one of them) actually fires up areas in the brain that are also akin to RELIGIOUS experience. Why? Because marketers have spent years creating messaging that forms emotional connections for the brand. Of course, Coke is the prime example. I think it has the highest (here\'s another marketing term) brand equity of all brands. It logo is instantly recognizable, and they have had a particularly successful marketing campaign. When we think of Coke we may think \"a Coke and a smile\" or Santa or fuzzy bears or any number of campaigns designed to appeal to our emotions.  The bottom line is that good marketing and branding do work to create positive associations.\n\nMost everything that we are exposed to through the media has a (yet another marketing term) brand essence or personality. We associate certain behaviors/attributes/lifestyles/etc. to certain brands/products/people and countries? At least Howard Fineman of<em> Newsweek </em>seems to think that countries have brand personalities. And perhaps they do. However, he <a class=\"wp-caption\" title=\"Branding the US\" href=\"http://www.newsweek.com/id/172573\" target=\"_blank\">writes</a> that Barack Obama is engaging in a branding exercise for the United States simply by the choices he\'s making for cabinet positions. Although I agree with the premise, I think Fineman is a bit sketchy on the details.\n\nBottom line: branding works. When something is not well known, it is because that something does not have a strong brand identity. Branding works for products (how many people out there have a preference Coke versus Pepsi versus store cola?) and it works for organizations. Apparently, branding also works for countries (let\'s see...England is traditional, some might say stodgy, Iran, more apt to incite violence, New Zealand has lots of dairy...).','The power of branding','','publish','open','open','','the-power-of-branding','','','2008-12-08 09:20:38','2008-12-08 14:20:38','',0,'http://cuppamarcomm.wordpress.com/?p=203',0,'post','',2),
(206,4,'2008-12-09 12:36:19','2008-12-09 17:36:19','','photo_173_20080825','FreeDigitalPhotos.net','inherit','open','open','','photo_173_20080825','','','2008-12-09 12:36:19','2008-12-09 17:36:19','',205,'http://deborahbrody.com/wp-content/uploads/2008/12/photo_173_20080825.jpg',0,'attachment','image/jpeg',0),
(205,4,'2008-12-09 12:37:53','2008-12-09 17:37:53','I am sure that you heard of the Republican National Commitee\'s robo-calls during the 2008 election. People were very irritated to get them. And why wouldn\'t they? After all, it is bad enough to get an unsolicited call but then to pick up the phone to be greeted by a robotic voice? You can\'t talk back to a robot! You can\'t ask the caller to please never call you again.  And what is most interesting is that there is no data that show that these types of calls work. Here is <a class=\"wp-caption\" title=\"Robocalls\" href=\"http://www.politico.com/news/stories/0408/9978.html\" target=\"_blank\">an article in Politico</a> from earlier in the year pleading with the campaigns not to use robo-calls.  The author claims that one of the main reasons that these calls are employed is because they are cheap.\n\n[caption id=\"attachment_206\" align=\"aligncenter\" width=\"300\" caption=\"FreeDigitalPhotos.net\"]<a><img class=\"size-medium wp-image-206\" title=\"photo_173_20080825\" src=\"http://deborahbrody.com/wp-content/uploads/2008/12/photo_173_20080825.jpg?w=300\" alt=\"FreeDigitalPhotos.net\" width=\"300\" height=\"199\" /></a>[/caption]\n\nThis leads me to the latest in the Verizon FIOS push. Today, I got a robo-call. My only guess is that Verizon is conducting a marketing experiment to see which method works.  And hey, robo-calls are cheap! Especially if you are the phone company--you don\'t even have to pay for phone time.  In my opinion, Verizon\'s marketing geniuses are thinking that somehow they will get me to sign up. So they will try each option numerous times.  Meanwhile, have they checked the blogosphere for what is being said about them? No...haven\'t gotten a single comment. When I wrote about Comcast a few months ago, a representative contacted me to try to rectify the situation.  Verizon does not care what you or I think. The company only cares that you sign up for its services. I will tell you one reason I won\'t sign up for FIOS--because if something goes wrong with my TV/phone/Internet I will be forced to talk to Verizon. And I don\'t want to talk to Verizon, ever.','Now it\'s robo-calls','','publish','open','open','','now-its-robo-calls','','','2008-12-09 12:37:53','2008-12-09 17:37:53','',0,'http://cuppamarcomm.wordpress.com/?p=205',0,'post','',0),
(208,4,'2008-12-10 13:47:06','2008-12-10 18:47:06','And writing clearly even harder? As a writer, I make mistakes and my stuff has typos. Occasionally, I use the wrong word. But most of the time, I catch these mistakes. However, most people seem to have no idea. Recently, through my work,  I encountered the frequent misuse of the following words:  effect/affect and ensure/assure. Check out this useful <a class=\"wp-caption\" title=\"Commonly misused words\" href=\"http://www.copyblogger.com/commonly-misused-words/\" target=\"_blank\">post on Copyblogger</a> about frequently misused words, which is helpful for reference. Another frequent mistake is using the word which instead of that or vice versa. In general terms, we use which only after a comma, to set off a separate phrase. Also, referring to businesses or corporations as \"them\" or \"they.\" Use it/it\'s (the corporation, although employing people, is an entity not a person or a collection of people). Another pet peeve of mine is when people use that instead of who when referring to other human beings, as in: \"you know Julie that lives in DC?\" It should be \"you know Julie who lives in DC.\"\n\nBut what is most sad to me is how infrequently people even recognize mistakes. Grammatical mistakes abound in spoken English, especially on TV. I can\'t tell you how many times I have heard an anchor or reporter use a completely convoluted sentence. We are human and we make mistakes, but we can also correct mistakes and improve, right? In my opinion, this dearth of writing skills is linked directly to lack of reading. Readers, especially avid readers, are exposed to good writing. Readers can recognize spelling, grammar, usage by exposure. I know that this is true for me. I don\'t often know the grammatical terminology for something, but I recognize if it is used correctly.\n\nI may start keeping  a log of  writing goofs. If you would like to share some, please do so in the comments.','Why is writing so hard?','','publish','open','open','','why-is-writing-so-hard','','','2008-12-10 13:47:06','2008-12-10 18:47:06','',0,'http://cuppamarcomm.wordpress.com/?p=208',0,'post','',0),
(211,4,'2008-12-11 09:36:11','2008-12-11 14:36:11','You\'ve got to hand it to Dell. It has figured out what its customers want--customer service that is understandable, and responsive. This customer service is not what its currently offers, since most likely if you call Dell you will end up talking to Raj in Bangalore or Juan in the Philippines (and by talk, I mean trying to make yourself understood to someone who has some understanding of computers and less regarding English). In response to this desire to talk to people who might understand what you are asking, and give you instructions you might be able to use, Dell has instituted a program called Your Tech Service Team, in which you will talk to support people right here in the U.S. The kicker is that it will CHARGE you a premium ($12.95  a month, which ends up being $155.50 a year).  So let\'s recap: for a mere $155 a year, you will get customer service in understandable English from an American company. Sounds like a hell of a marketing program.  If you think I am making this up, please read <a class=\"wp-caption\" title=\"Bangalore Tech support\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/12/10/AR2008121003574.html\" target=\"_blank\">the article</a> in the <em>Washington Post</em>.\n\nOn the other hand, the same article points out that Jitterbug, a cell phone company, has decided to 1) keep call centers in the U.S. because its customers prefer it and 2) it uses this as a point of differentiation.  Sadly, I think this is a good USP. If I was given a choice of computers, and told where customer service was located for each company, I would most certainly choose the one with U.S. based service. Having had a Dell myself, and having had to call Raj, I can tell you that Raj was NOT helpful. Raj did not understand me and I didn\'t understand him. This served to frustrate me and ultimately made me decide not to buy a Dell again. Unfortunately, most other computer and software manufacturers have also decided to cut costs and install their customer service centers in various South Asian locations. See the movie Slumdog Millionaire to see how this has impacted India, for instance.\n\nWhat is frustrating about Dell marketing this service at a premium is that it stems from an understanding that its customers are unhappy with receiving tech support from another continent. Instead of correcting the situation, they have opted to squeeze their customers some more. It is just like the airlines. The airlines know that you don\'t want a middle seat,  and that you want some sort of meal or beverage when you are shut up in the flying tube, so they will charge for the privilege.  <strong>All because companies actually know what customers want.</strong>\n\nSo much for the idea that companies aren\'t responsive to customer complaints.','USP: English that you can understand!','','publish','open','open','','usp-english-that-you-can-understand','','','2008-12-11 09:36:11','2008-12-11 14:36:11','',0,'http://cuppamarcomm.wordpress.com/?p=211',0,'post','',0),
(214,4,'2008-12-11 12:32:28','2008-12-11 17:32:28','Here are few terms that I use often:\n\n<strong>USP</strong>: Unique selling proposition; what sets a brand/product/service apart from everybody else.\n\n<strong>ROI</strong>: Return on investment; what you aim for in your marketing expenditure.\n\n<strong>Brand equity</strong>:  The value (in dollars and in positive associations) for a brand.\n\n<strong>Brand personality</strong>: How a brand is perceived.\n\n<strong>CPM: </strong>Cost per thousand\n\n<strong>Target market: </strong>Who you are trying to reach. Defined by demographics (age, income, gender, location) and psychographics (lifestyle, personality, preferences).','Marketing terms/Glossary','','publish','open','open','','marketing-termsglossary','','','2008-12-11 12:32:28','2008-12-11 17:32:28','',0,'http://cuppamarcomm.wordpress.com/?page_id=214',0,'page','',0),
(217,4,'2008-12-13 20:14:22','2008-12-14 01:14:22','How important is price when you are shopping? Do you ever buy store brands (also known as private labels) to save money? If you are like many Americans, increasingly the answer is yes, price is important. More and more, private labels are gaining market share, as is reported in this  <a class=\"wp-caption\" title=\"Store brands\" href=\"http://www.nytimes.com/2008/12/13/business/13private.html\" target=\"_blank\">New York Times article</a>. As the article points out, people are flocking to store branded staple items  and sticking to brands only for certain items. One such item, the article points out, is Heinz ketchup. I would bet other legacy brands like Tide detergent, Crest toothpaste and Coke are still doing well.  For certain things, like milk or eggs, brand does not mean much. For others, brand means quality or taste.\n\nWhat is interesting about the private label versus national brand struggle, is that it probably depends on the particular private label. Those who have experienced Wegmans probably have no compunction buying Wegmans brand. On the other hand, are you as likely to buy private label products from a lesser quality grocery store? Here in DC, we have Safeway, Giant, Harris Teeter, Trader Joe\'s, Whole Foods and a couple other markets. I wonder if the \"cache\" of each store translates into higher private label sales. For instance, would you be more likely to buy Whole Foods canned tomatoes than Giant tomatoes, prices being similar?\n\nThe bottom line is that price-sensitive consumers have always bought the cheaper alternative. But in tough times, everyone has become more price-sensitive, and thus willing to check out private labels, giving them increasing market share.','Brand versus Price','','publish','open','open','','brand-versus-price','','','2008-12-13 20:14:22','2008-12-14 01:14:22','',0,'http://cuppamarcomm.wordpress.com/?p=217',0,'post','',0),
(219,4,'2008-12-15 09:39:52','2008-12-15 14:39:52','If something is wrong with your product, don\'t you want to know about it? I think you do (and if not, you should!). Well, many marketers sometimes \"forget\" to include an essential piece of information: an address and/or telephone and/or email address that can be used for feedback. Some marketers don\'t want to be deluged with calls or emails so they either exclude this information or make it very hard to find. This is not a good tactic. It can backfire--you could lose a customer or many, especially if the issue is one that is repeatable. Let me give you two examples.\n\nI had bought anti-virus software at a big-box store. I installed it, and it worked great. Of course, after  a year, it told me I needed to update. The update was more expensive (of course) and could only be received via online download. Long story short, the update did not work. It screwed up my computer, and worse, I couldn\'t get it completely off my computer. I had to have a computer guy come remove the hard drive and delete all files relating to the software. Well, I tried to contact this software company. Was there a customer service number or an email? No. For tech support yes (the aforementioned Raj in India was not very helpful getting resolution to the problem). In any case, I had no recourse and the company was not going to find out that their software has a bug in it. I will NEVER buy from this company again. Ever. Again.\n\nSecond case is maddening. For years, since I started my business, I advertised on a marketing site. I got a good number of hits from there, and so I paid for premium positions. Well, with very little fan fare, the site changed, and the writer category was transferred to a new domain. Apparently, the company did not advertise the new domain as well as the old one, and I got not ONE hit from the new domain. Meanwhile, every two months or so, I get an email from the site asking me to upgrade to a premium (read paid) subscription. I wanted to email that I would not because the site was not sending any hits. There was absolutely no email address to write to. And so when I see the emails coming from the company, I delete them. Is the owner of the site wondering why a former advertiser is no longer advertising? Is he concerned? If he is, he certainly doesn\'t want MY feedback. He only wants my credit card number. He can\'t even begin to address my concerns if he doesn\'t have them.\n\nBottom line, feedback is essential. Without it, you could have a defective or malfunctioning product on the market and no way of knowing about it. I am sure getting a ton of email can be a problem, but a bigger problem can happen if you start getting bad word of mouth and your sales start tanking. It\'s like putting a coin in the meter--it\'s annoying but not as annoying as getting a ticket!','Why getting feedback is important','','publish','open','open','','why-getting-feedback-is-important','','','2008-12-15 09:39:52','2008-12-15 14:39:52','',0,'http://cuppamarcomm.wordpress.com/?p=219',0,'post','',0),
(221,4,'2008-12-17 08:53:16','2008-12-17 13:53:16','A couple of nights ago, I saw an ad in Burger King\'s new campaign \"Whopper Virgins.\"  The ad, which is shot in a documentary style, and takes us around the world to tiny villages (mostly in Asia) where \"people who have never tasted a burger before,\" are asked to sample a Whopper and a another burger. The villagers seem to prefer the Whopper.  Thus, \"Whopper virgins\" prefer Burger King, and so should you. Case closed, right? No.\n\nI was a bit astounded by this campaign.  First, I feel that labeling people and using the term\"Whopper virgin\"  is a bit tacky. And then, there is the negative reaction the ad has gotten, as is described in<a class=\"wp-caption\" title=\"Whopper Virgins\" href=\"http://www.chicagotribune.com/features/lifestyle/chi-burger-king-1216dec16,0,7830011.story\" target=\"_blank\"> this article</a> in the <em>Chicago Tribune</em>, which also ran today in the <em>Washington Pos</em>t.  The article claims the ad missed its mark. Other people are writing about this too, saying the ad is ignorant, or colonialistic or worse. <a class=\"wp-caption\" title=\"Motley Fool\" href=\"http://www.fool.com/investing/value/2008/12/04/whats-a-whopper-virgin.aspx\" target=\"_blank\">Motley Fool</a>(the finance \"educators\")  analyzed the ad, in light of Burger King\'s other \"risky\" ad campaigns, and says the company \"may have bitten off more than it can chew.\"  BK even issued a press release saying they are investing in the lands of the Whopper Virgins. This also sounds colonialistic.\n\nI am not sure it plays to the best in America to find people who have never had a burger and expose them to the lowest echelon of American cookery--the fast food burger.  I get the concept--people who are not biased like our product better--let\'s run with it. But the final product might be crossing a few boundaries of \"taste.\" In the end, this is typical ad agency behavior (in this case, Cripin Porter): let\'s sell a concept and then execute in a way that will be funny (to us). In fact, this campaign seems like it took the movie<em> Borat</em> to heart, and decided that it would reverse it. Take <em>Borat</em> back out to the country.  The thing is <em>Borat</em> was funny...but it was hugely offensive.\n\nUPDATE: BK is now selling Flame--a beef scented cologne. Retails for $4, available online. What a wonderful gift idea--perhaps the Whopper Virgins would enjoy. <strong>http://tinyurl.com/6pp2ra</strong>\n\n<strong>\n</strong>','Selling Whoppers or selling stupid?','','publish','open','open','','selling-whoppers-or-selling-stupid','','','2008-12-17 08:53:16','2008-12-17 13:53:16','',0,'http://cuppamarcomm.wordpress.com/?p=221',0,'post','',0),
(225,4,'2008-12-18 17:50:18','2008-12-18 22:50:18','Public relations practitioners are generally good about getting their pitch across. There are those who do it with a soft touch, and then there is this story I had to share with you: <strong>http://tinyurl.com/3ka5h8</strong> I found it through Peter Shankman\'s twitter feed, regarding a woman who calls herself a PR person, but is really a list provider/spammer. And she\'s nasty (probably bitter).  Public relations is about building positive relations with your target audience, generally using media as a go-between. Insulting the media is never a good idea!!!!','How not to do p.r.','','publish','open','open','','how-not-to-do-pr','','','2008-12-18 17:50:18','2008-12-18 22:50:18','',0,'http://cuppamarcomm.wordpress.com/?p=225',0,'post','',0),
(227,4,'2008-12-19 09:43:08','2008-12-19 14:43:08','Macy\'s is probably one of the nation\'s largest retail advertiser.  During the year, it probably runs a few full page ads a week in all major newspapers. With Christmas, a make-or-break time, coming up, Macy\'s seems to have pulled out all the marketing stops.  At least in the Washington Post, it has been running several junior or full page ads EVERY day. It has had a sale or coupons or both for practically every day of the week. And today, there is an ad that says that Macy\'s stores will be open 24 hours a day from Saturday until Christmas Eve.\n\nTo me, this seems almost desperate.  What is the ROI on this media expenditure? Of course, media prices go down with frequency, and Macy\'s must be on the highest frequency tier. I will be interested in seeing retail figures for December when they come out.','Macy\'s pulls out all the stops','','publish','open','open','','macys-pulls-out-all-the-stops','','','2008-12-19 09:43:08','2008-12-19 14:43:08','',0,'http://cuppamarcomm.wordpress.com/?p=227',0,'post','',0),
(229,4,'2008-12-22 13:05:17','2008-12-22 18:05:17','If you have ever wondered how some movies end up getting Oscars and others don\'t, the answer just may be public relations. There are people devoted to publicizing movies to Oscar voters. This pretty much guarantees that smaller budgets will not likely get Oscars unless they are \"sleeper\" hits that everyone watches and loves. It takes money to make sure every Motion Picture Academy voter sees your movie, or at least hears good buzz.  The Washington Post had an excellent article on this topic, called: <a class=\"wp-caption\" title=\"Oscar Publicists\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2008/12/19/AR2008121900747.html\" target=\"_blank\">For your Consideration: The Oscar Publicists.</a>\n\nWhen a client asks you if public relations has any value just point them to the Oscar movie you love to hate (in my case, it is Brokeback Mountain, which I thought was terribly made).  There is a good chance the reason it won is because it had the best PR/publicity campaign.','How did that movie win an Oscar?','','publish','open','open','','how-did-that-movie-win-an-oscar','','','2008-12-22 13:05:17','2008-12-22 18:05:17','',0,'http://cuppamarcomm.wordpress.com/?p=229',0,'post','',0),
(231,4,'2009-01-06 19:31:31','2009-01-07 00:31:31','After a nice year-end 2008 vacation, I am back.  I\'d like to wish you all a happy, productive 2009. New posts will be coming shortly!','It\'s a new year!','','publish','open','open','','its-a-new-year','','','2009-01-06 19:31:31','2009-01-07 00:31:31','',0,'http://cuppamarcomm.wordpress.com/?p=231',0,'post','',0),
(233,4,'2009-01-12 09:58:13','2009-01-12 14:58:13','It\'s no wonder, given the sour state of the U.S. economy, that advertisers are choosing to portray their products or services as the most economical.  One such advertiser is NetZero. For those of you not familiar with it, or who don\'t watch any TV, NetZero is a dialup Internet Service Provider (ISP).  For years, NetZero has been saying it can take us to the \"same\" Internet for only $9.95 a month. However, NetZero has rarely said that it is the same Internet, yet slower compared to your more expensive broadband connection. Until now. A couple of nights ago, I saw NetZero\'s new campaign in which the company says each individual could save $300 a year using NetZero. The first ad in the campaign went so far to say that you don\'t really need speed if you can save money.  The rest of the ads have been truncated versions just focusing on the dollar savings and not on the speed loss.\n\nWhat makes this ad so interesting is that it is all about saving money. In fact, that is NetZero\'s USP--cheaper than broadband. I guess if all you are doing is getting text emails, and perhaps visiting a non-graphic website, you don\'t need more than dialup. If, however, you transmit files or you share pictures or you simply want to visit and see mainstream websites, you would be very badly served having dialup.  But yes, if you switch to dialup (and I am not sure who else provides this service), you could save some $20-$30 a month.\n\nI think we will be seeing more of these ads from diverse companies. They will focus on how cheap they are (this is what Walmart is doing with its Live Better campaign) and ignore any other issues. The feeling seems to be people want to/have to save money, and if we tell them they can save money using our company, they will buy our product or service.  A year ago I would have said there is no way this approach can work. People do not buy simply on cost...they buy on experience, promise, and whole slew of other issues. But today, when accounts are dwindling, jobs are being lost and people feel panicky, perhaps simply saving money is the way to go.','Save, save, save','','publish','open','open','','save-save-save','','','2009-01-12 09:58:13','2009-01-12 14:58:13','',0,'http://cuppamarcomm.wordpress.com/?p=233',0,'post','',0),
(236,4,'2009-01-12 17:40:36','2009-01-12 22:40:36','I find this report hard to believe, but apparently, drug advertising is not resulting in patients asking for a drug by name. Read the <a class=\"wp-caption\" title=\"Drug advertising\" href=\"http://www.msnbc.msn.com/id/28584952/\" target=\"_blank\">MSNBC article</a> here.  I can only theorize that the drugs that are advertised the most (Levitra, Viagra, Jenuvia) are for conditions that don\'t affect that many people. Hmm...','What? Brand advertising doesn\'t work?','','publish','open','open','','what-brand-advertising-doesnt-work','','','2009-01-12 17:40:36','2009-01-12 22:40:36','',0,'http://cuppamarcomm.wordpress.com/?p=236',0,'post','',1),
(238,4,'2009-01-14 09:32:15','2009-01-14 14:32:15','Obviously, 2008 was not a banner year for anyone, except maybe foreclosure specialists and some lawyers.  It certainly was not a good one for print media. We heard of closures (<em>Christian Science Monitor</em> for one) and declines in subscriptions. Today, <a class=\"wp-caption\" title=\"Ad  revenue\" href=\"http://www.foliomag.com/2009/consumer-magazines-take-huge-ad-hit-2008\" target=\"_blank\">Folio reported </a>that ad pages fell 11.7 percent as compared to 2007.  Wow. As anyone who works in media knows, advertising is the lifeblood of publishing. No advertising, no publishing. Subscriptions and newsstand sales alone don\'t make up the income stream needed to publish a magazine. I am sure the cost of paper is up, as well as transportation costs. In short, as it has become more expensive to actually publish the magazine, the main source of revenue has declined. To me this spells a tough year ahead for magazines in 2009. I think we will see more magazine closures and consolidations. Some may cut back to fewer issues per year. I think it will be worse for newspapers. A few days ago it was reported that the<em> Seattle Post-Intelligencer</em> was looking for a buyer. If it does not get a buyer in two months, it will fold. This is the MAIN newspaper in a large city.\n\nIn short, I think the future of print advertising is less growth. I don\'t think it will disappear just yet, but I am sure online advertising will continue to grow while print advertising continues its decline.','What is the future for print advertising?','','publish','open','open','','what-is-the-future-for-print-advertising','','','2009-01-14 09:32:15','2009-01-14 14:32:15','',0,'http://cuppamarcomm.wordpress.com/?p=238',0,'post','',0),
(240,4,'2009-01-16 10:38:41','2009-01-16 15:38:41','We\'ve established that advertising and publishing are symbiotic, right? Well, today I found more bad news affecting newspapers across the country, courtesy of Mediabistro.com.: The <em>Boston Globe</em> is cutting up to 50 jobs and the Minneapolis <em>Star Tribune </em>is filing for bankruptcy.  This is a case where it could be the chicken or the egg. Did advertising drop and cause financial losses at the newspapers or did cutbacks and diminishing influence of print media lead to less print ad expenditure? Not sure which, but maybe a bit of both.\n\nOf course, newspapers are still relevant. I would bet most people check out a newspaper every day, albeit, online.  Perhaps we can brace now for an all electronic future.','What is the future of print advertising, part II','','publish','open','open','','what-is-the-future-of-print-advertising-part-ii','','','2009-01-16 10:38:41','2009-01-16 15:38:41','',0,'http://cuppamarcomm.wordpress.com/?p=240',0,'post','',0),
(242,4,'2009-01-20 08:03:02','2009-01-20 13:03:02','Inside today\'s <em>Washington Post</em> not only was there a special \"commemorative\" inauguration insert, but another insert that is titled \"Progress\" and has today\'s date on the bottom. You could be forgiven for thinking it is yet another adulatory piece about Barack Obama, due to the progressive, historic nature of his inauguration today. However, you would be wrong. It is about Audi, the car company. This insert tries to define progress for me--for instance, \"Grown men spraying giant bottles of champagne,\" and \"leaving behind yesterday\'s idea of luxury.\"  These inane headlines are being equated to \"progress is a woman dominating a man\'s sport,\" and most egregiously, to the idea that our country is finally embracing a person of color as president.  Audi wants you to believe that the company is just as progressive as the United States. What exactly makes Audi progressive?  That of course, is not answered.\n\nI have seen lots of advertising that takes advantage of momentous events. Many companies advertise during special events in what is generally image advertising or brand-building. And I get that Audi is engaging in the same. However, I wonder what the strategy is. The insert, even though it is on newsprint and not glossy, is expensive. Audi is also running the same campaign online.  So is the idea that people will buy today\'s newspaper as a keepsake so they will also read the Audi ad? Is the idea to equate Audi with Barack Obama? In my opinion, this will fall flat.  Like I said before, I don\'t find evidence in the insert of Audi\'s \"progressive\" nature.  Also,  people who buy the paper today will be totally focused on two things: information about the nuts and bolts of the inaugural and info on Obama. An extra supplement that is irrelevant will get thrown out.\n\nDid you see this insert/campaign? If so, what did you think of it? Please leave comments.\n\nUPDATE: Also, Audi sponsored Inauguration night\'s NBC and ABC newscasts, so that they could be presented with limited commercial interruption. That\'s a lot of marketing dollars....and again, is it worth it?','Trying too hard?','','publish','open','open','','trying-too-hard','','','2009-01-20 08:03:02','2009-01-20 13:03:02','',0,'http://cuppamarcomm.wordpress.com/?p=242',0,'post','',2),
(244,4,'2009-01-21 10:48:28','2009-01-21 15:48:28','One of the first things that signaled the start of the new Obama administration was the changeover of the <a class=\"wp-caption\" title=\"WH Official Web\" href=\"http://www.whitehouse.gov/\" target=\"_blank\">Whitehouse.gov</a> website. The new website, which shares many elements with the Obama campaign website, was up and running at 12 noon, even before the flubbed swearing-in took place. In a sense, the new website is the product of people who haven\'t been in the White House very long. It still has the campaign feel, talking about the Agenda, and showing the Whistle Stop tour Obama and Biden took the weekend before the Inaugural. What is more updated about the website is that you can now sign up for email updates and like many other organizational websites in America today, it has a blog. And, as the website claims:\n\n\"WhiteHouse.gov will be a central part of\nPresident Obama\'s pledge to make his\nthe most transparent and accountable\nadministration in American history.\"\n\nThe website has been getting a lot of attention. Here\'s <a class=\"wp-caption\" title=\"WH website\" href=\"http://news.yahoo.com/s/politico/20090121/pl_politico/17709\" target=\"_blank\">an article from Politico via Yahoo</a> on the presidential bios on the website.\n\nObama will certainly be a more \"electronic\" president. Much has been made about his BlackBerry \"addiction.\" He was able to garner much of his support among the GenY/media/social media savvy people because of his campaign know-how regarding Web 2.0.  Let\'s see how this plays out.\n\nUpdate:  <a class=\"wp-caption\" title=\"Obama PR\" href=\"http://www.ajc.com/services/content/printedition/2009/01/22/raudonised0122.html\" target=\"_self\">Interesting take</a>from the<em> Atlanta Journal-Constitution</em> on the PR skills of the new administration, helping create a positive perception, and apparently an area where Bush was not as media-savvy.','The dawn of a new (communications) era','','publish','open','open','','the-dawn-of-a-new-communications-era','','','2009-01-21 10:48:28','2009-01-21 15:48:28','',0,'http://cuppamarcomm.wordpress.com/?p=244',0,'post','',0),
(247,4,'2009-01-22 10:56:33','2009-01-22 15:56:33','I have never been a huge fan of shelter magazines, mostly because they make me feel very inadequate in both the decorating and housing areas. However, they are usually at least inspirational...some day, maybe, I will have the taste and the money to decorate my house with shabby chic or whatever. However,  I may lose inspiration (and jealousy) because many shelter magazines have ceased publication, including <em>Home and Garden</em>,<em> Oprah at Home</em>, <em>Martha Stewart Blueprint</em> and others. The <a class=\"wp-caption\" title=\"Home magazines\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/01/21/AR2009012101128.html\" target=\"_blank\">article</a> in today\'s  <em>Washington Post</em> blames low ad revenue and not declining circulation. So folks, we have our answer to the print question. It is all about advertising. Advertisers are cutting back on their print advertising budgets, and thus, magazines are dying. What this may lead to is a rise in advertising costs as fewer magazines are left to provide ad pages. Demand vs.  supply. And  then, fewer advertisers will want to advertise.','Shelter magazines ','','publish','open','open','','shelter-magazines','','','2009-01-22 10:56:33','2009-01-22 15:56:33','',0,'http://cuppamarcomm.wordpress.com/?p=247',0,'post','',0),
(250,4,'2009-01-26 19:35:41','2009-01-27 00:35:41','You know how you recoil when someone starts telling you much more than you want to know about his or her personal life? We call it TMI, and there\'s a good reason for it. We don\'t need to know EVERYTHING.  We understand that some things just are better kept private. Well, apparently the folks at Pfizer in charge of marketing Celebrex do not believe in TMI. Currently, Pfizer is running a really long (at least 1 minute) commercial for Celebrex, airing on the ABC World News with Charles Gibson. It goes into way too much detail  about the RISKS of Celebrex, and other NSAIDS. You may recall that NSAIDS  have been linked to heart problems. This is not the first time that Celebrex goes this route. Last year, they ran a two and  a half minute commercial, in the same, graphic style (no actors, just voice over).\n\nThe problem for me is that the message is lost. In fact, I am not sure what the message is meant  to be.  Is it to recap the various risks of NSAIDS? Is it to say Celebrex is just as risky as other NSAIDs? The commercial mention benefits, but I didn\'t see those communicated clearly.  That is why I  think this commercial is faulty...it doesn\'t make me want to consider Celebrex (not that I need it, but that is another issue).  As a marketing professional, it makes me question Celebrex\'s savvy.\n\nJudge for yourself. Here\'s  a link to the commercial on the Celebrex website: <a class=\"wp-caption\" href=\"http://tinyurl.com/26cqok\" target=\"_blank\"><strong>http://tinyurl.com/26cqok</strong></a>\n\n<strong>\n</strong>','Too much information','','publish','open','open','','too-much-information','','','2009-01-26 19:35:41','2009-01-27 00:35:41','',0,'http://cuppamarcomm.wordpress.com/?p=250',0,'post','',0),
(253,4,'2009-01-28 16:01:19','2009-01-28 21:01:19','No,  this isn\'t about about Paris Hilton\'s Carl Jr.\'s commercial or about Janet Jackson having a \"wardrobe malfunction.\"  Instead, it is about PETA\'s new commercial promoting vegetarianism, because, get this, it leads to better sex. NBC has effectively denied the commercial the right to appear during the high-stakes Super Bowl. I found out about it on CNN\'s Headline News, which gave the commercial lots of free publicity, and maybe, that was the whole point.\n\nI am not sure where to start on this one. First of all, NBC\'s shows are full of sexual innuendo and actual sex talk, so I am not sure where NBC  thinks it is drawing the line. But then, there is the commercial itself, which shows women flouncing around in skimpy underwear holding (and caressing) vegetables. I get it. The  Super Bowl is seen by  a bunch of men who love to see attractive women in various states of undress. GoDaddy certainly ran a fairly racy commercial showing some nearly-naked woman.  But then, I don\'t get how showing women as sexual objects furthers PETAs cause.  I am not sure that beer-drinking, nacho-devouring men watching the Super Bowl are suddenly going to give up the tailgate burgers and steaks because being veggie is sexy.\n\nI am not sure which irritates me most: NBC\'s false sense of \"morality,\" especially in light of its programming, or PETA\'s  decision to use sex, and sexist visions of women to sell their message.\n\nSee the commercial and commentary<a class=\"wp-caption\" title=\"PETA commercial\" href=\"http://www.usnews.com/blogs/fresh-greens/2009/01/27/hot-peta-ad-banned-from-superbowl-sex-doesnt-sell.html\" target=\"_blank\"> here.</a>\n\nThoughts?','Too sexy for TV','','publish','open','open','','too-sexy-for-tv','','','2009-01-28 16:01:19','2009-01-28 21:01:19','',0,'http://cuppamarcomm.wordpress.com/?p=253',0,'post','',0),
(255,4,'2009-01-29 12:26:51','2009-01-29 17:26:51','Sometimes speaking your mind, especially when you are in the public eye, is not a good idea. Media trainers really hate the idea of their proteges saying whatever comes to mind, and for good reason. President Obama may have just learned this the hard way. Yesterday, prior to talking about the economic stimulus package, he \"joked\" with reporters about how Washington, DC is not as tough as Chicago when it comes to snow. I saw the exchange on live television, and I thought to myself that some people (namely Washingtonians) would be insulted by this. Sure enough, the comment was carried on tons of Internet sites like DCist, WJLA.com, and even on the network news. Some people did not see what was so funny about icy, slippery sidewalks,  especially when they figured the President does not have walk outside to get to work at all.\n\nOf course, of all the things that Obama could have said, this was not close to being the worst. However, it should teach him that nothing is off the record and that joking comments are not always seen as such.  Obama has been in such a bubble of adulation that it was almost refreshing to see people bristle at this comment. He will have to adjust to the idea that people will be listening to his every word, and many will be looking for missteps and mistakes.\n\nSo to wrap up PR 101--don\'t speak off the cuff, ESPECIALLY if there are journalists in the room.','Speaking off the cuff','','publish','open','open','','speaking-off-the-cuff','','','2009-01-29 12:26:51','2009-01-29 17:26:51','',0,'http://cuppamarcomm.wordpress.com/?p=255',0,'post','',1),
(257,4,'2009-01-30 17:31:28','2009-01-30 22:31:28','I don\'t really care much about the Super Bowl this year, although I will probably be rooting for the Arizona Cardinals. However, I do care about the most expensive ads on TV. So, I will be Twittering on Super Bowl Sunday. Follow me at twitter.com/dbmc\n\nOn Monday, I will post a round up.\n\nHave a happy weekend!','Super Ad Twitter','','publish','open','open','','super-ad-twitter','','','2009-01-30 17:31:28','2009-01-30 22:31:28','',0,'http://cuppamarcomm.wordpress.com/?p=257',0,'post','',0),
(259,4,'2009-02-01 18:37:54','2009-02-01 23:37:54','First off, go Cardinals! Super Bowl 43 is on.\n\nFrom what I have seen so far, here are a few predictions (about the ads)\n\nMovies will be big--they have already shown a trailer for a movie openining in August. Movies do well in recessions.\n\nSaving/Smart/Value/Solid--all touchwords for tonight\n\nEnjoyment will be a theme\n\nAnother theme: Get ahead if you can, in spite of the economy (Careers.com, Monster.com and Avon will carry this message)\n\nWe are a scrappy people (continuation of above).\n\nWe\'ll see lots of commercials for beer. (No duh)','Super Thoughts','','publish','open','open','','super-thoughts','','','2009-02-01 18:37:54','2009-02-01 23:37:54','',0,'http://cuppamarcomm.wordpress.com/?p=259',0,'post','',0),
(262,4,'2009-02-02 09:15:56','2009-02-02 14:15:56','Last night,  I suffered through a football game in which the team I was rooting for lost. I was in it for the ads in any case, and that also was a bit underwhelming. As I had predicted, there were lots of ads for movies (about 10 by my count), some of them not opening until late summer. The beer ads were as always for Budweiser, Bud Light, and Bud Lime, plus one for Heineken (again, that I saw).  There were ads from CareerBuilder.com and Monster.com and Avon touting the time to change your career.  Other advertisers included:\n\nIn the automotive category:  Hyundai, Toyota, Audi, cars.com, carmax.com, Bridgestone tires, Castrol Oil\n\nBeverages (non-alcoholic) : Pepsi, Coke ,  SoBe Lifewater, Super G (I think this was Gatorade)\n\nFood: Taco Bell, McDonalds, Cheetos, Doritos\n\nProducts and Services: Etrade, GoDaddy.com, H&amp;R Block, Teleflora, GE, Cash4Gold.com, Overstock.com, Kellogs Frosted Flakes, Pedigree adopt-a-dog campaign.\n\nOverall, some of the best (and more memorable)  ads came from the usual suspects, Pepsi and Coke. Pepsi seemed to have taken over the Obama logo and used Bob Dylan and Will.I.Am. Coke went the animation route (this is after all the company that brought us cola drinking polar bears). Budweiser had two memorable commercials-one in which business people are having a budget meeting while drinking Bud Light (what?) and one of the recommends, albeit jokingly that they cut out the Bud to save money and gets booted out the window. The other featured the Clydesdale horses recounting their epic immigration to the United States. Bridgestone used Mr. Potato Head. SoBe used ballet-dancing  football players.\n\nMy least favorite ads by far were for GoDaddy.com.  Not only were they juvenile but they were also sexist. I am not sure what their target audience is for their services, but unless they are only trying to appeal to teenage boys and immature men, they missed the mark. I also did not like the CareerBuilder.com commercial. There was something so patronizing about it. Just like last year, I didn\'t get the Doritos ads.  And Cheetos ads  were funny, but disturbing: women who eat snack foods can tap in to their inner witch.\n\nI think when the tallies come out, this year was not the year for Super Bowl ad spending. Many of the ads (and some of the funniest, actually0 were for NBC and their shows. I especially liked the one dealing with the LMAO. That was funny.\n\nIf you missed the game, but want to see the ads, you can go to Hulu.com.','Not so super if you ask me','','publish','open','open','','not-so-super-if-you-ask-me','','','2009-02-02 09:15:56','2009-02-02 14:15:56','',0,'http://cuppamarcomm.wordpress.com/?p=262',0,'post','',0),
(268,4,'2009-02-05 08:33:04','2009-02-05 13:33:04','Although we think of marketing communications as mostly printed and electronic promotional pieces, there is one part of the communication process that is completely personal--you. Most of us represent our companies or even ourselves, if we are looking for a job or a project. We may have nice business cards but what else are we doing to market ourselves? Yesterday, I attended a networking/educational event where I saw <a class=\"wp-caption\" title=\"Kate Perrin\" href=\"http://www.prstaffing.com/\" target=\"_blank\">Kate Perrin</a>, a fabulous networker and business person. We discussed (among other things like the Daschle debacle) how people present themselves.  This area, which I consider personal marketing, is rarely addressed but it is crucial nonetheless.\n\nWhy is your personal presentation a part of marketing? Simply,  because  <em>all marketing is about perception</em>, and how we look (how we are dressed, our body language, our demeanor in general) determines the perception others have of us. If I show up to an interview in sloppy clothes, doesn\'t it seem that I didn\'t put any effort in and that I really don\'t care what people think? Similarly, if I go to a business  event where everyone is wearing \"business attire\" and I am wearing flip-flops and shorts, don\'t I look out of place? Creative people generally dress creatively and corporate people also tend to dress in corporate attire. There is a reason for this--they are branding themselves.  This extends to business  cards as well. A lawyer probably will hand you a linen embossed card and a designer might give you a colorful one.\n\nA few months ago, I attended a networking event. The woman in charge was a business owner, and had a direct marketing firm. She talked about email campaigns and such. However, I was distracted from her message because she was dressed in a suit circa 1985, and had  unstyled long hair. She was clearly stuck in an earlier era, so my impression of her was that in no way could she conduct a 21st Century direct marketing campaign.\n\nOf  course not everyone should be cookie-cutter, dressed in navy blue suit and showing no hint of personal style. But there are some generalities about personal marketing:\n<ul>\n	<li>Clothing style reflects your brand--what do you want your brand to be?</li>\n	<li>Sloppiness never looks professional</li>\n	<li>Business cards are part of your  personal marketing package</li>\n	<li>Your handshake speaks volumes about you</li>\n	<li>A smile goes a long way</li>\n</ul>','Personal marketing and communications','','publish','open','open','','personal-marketing-and-communications','','','2009-02-05 08:33:04','2009-02-05 13:33:04','',0,'http://cuppamarcomm.wordpress.com/?p=268',0,'post','',2),
(266,4,'2009-02-05 08:35:10','2009-02-05 13:35:10','By various reports over the past week or so,  it was clear that Pope Benedict does not understand PR. Why? Well, the Vatican recently revoked the excommunications of four priests, one of whom has publicly denied the Holocaust ever happened, going so far as to claim that Jews were never gassed and that at most 300,000 Jewish people lost their lives  not the 6 million. Now, Holocaust denial is outlawed in certain countries, most notably Germany and Austria. Holocaust deniers in other countries such as England, have been taken to court. Jewish groups were outraged and Angela Merkel, Germany\'s premier, spoke out against the Pope.  Finally, today, the Vatican called for the priest to recant and retract his statements about the Holocaust. (Here\'s the NYT Times article)\n\nIn my opinion, the damage is done, and in more ways than one. First, it makes the Vatican appear  callous in the face of an outraged public. And second, it makes the Vatican seem to finally buckle, but only under pressure. Either way, it is not good public relations practice.  Public relations is concerned with how your publi\n\nTo extract for more real world/corporate settings, here are a few thoughts:\n<ul>\n	<li>Vet your candidates properly (this goes for President Obama too)</li>\n	<li>If  there is a problem  with someone you are publicly supporting, immediately look into the matter. Do not pretend everything is A-OK.</li>\n	<li>Do not let others dictate your response--then you have lost credibility</li>\n	<li>Deal with problems as they arise,  especially with sensitive matters</li>\n</ul>','Vatican is a bit late in the PR game','','publish','open','open','','vatican-is-a-bit-late-in-the-pr-game','','','2009-02-05 08:35:10','2009-02-05 13:35:10','',0,'http://cuppamarcomm.wordpress.com/?p=266',0,'post','',0),
(271,4,'2009-02-09 07:58:33','2009-02-09 12:58:33','<em>Fitness Magazine\'s</em> latest issue contains an insert...of coupons, just like you would find in newspapers. <em>Newsweek</em> is revamping its content/look and will try to up its price to subscribers  (<a class=\"wp-caption\" title=\"Newsweekchanges\" href=\"http://www.nytimes.com/2009/02/09/business/media/09newsweek.html?_r=2&amp;ref=media\" target=\"_blank\">story</a> from the <em>New York Times</em>). Last week, I looked up <em>Pink</em> magazine in the store, and found a thin magazine that resembled a supermarket tabloid or newsmagazine instead of a more solid (thick) magazine a la <em>Real Simple</em>. Why? Very little advertising. I can predict now that <em>Pink</em> will be folding within a year or going to a completely online iteration.The changes in the print world continue as magazines and newspapers try to grapple with a new economic panorama. Basically, magazines are looking for any source of additional revenue or cutting back to save costs.\n\nThe reality is advertisers are cutting back, but why? Why are advertisers circumventing print advertising?  Print used to be attractive because it was targeted and print media have two things going for them: shelf life (especially for special editions) and something called readership, which is the total amount of readers per issue (not to be confused with circulation, which is the number of issues that are distributed). Has print advertising become too expensive? We know for certain magazine subscriptions were unchanged, so it is not the drop in circulation.\n\nAnd in a related change, there is a new company in Germany producing a light plastic reader that can serve as a place to read newspapers or magazines electronically. The company is claiming that this way fewer trees will suffer the fate of the paper pulp machines. That might be the end of print altogether...\n\n<strong>UPDATE: Reuters is reporting <a class=\"wp-caption\" title=\"Magazine sales down\" href=\"http://www.reuters.com/article/rbssMediaDiversified/idUSN0951724720090209\" target=\"_blank\">here </a>that magazine sales in supermarkets and at newsstands fell 11% during the last quarter of 2008. Apparently consumers are saving money and not buying magazines. This is truly bad news for the print industry. </strong>This does impact circulation AND readership numbers and makes it even a harder sell to advertisers. Brace for more closings....','Those changes in print--UPDATED','','publish','open','open','','those-changes-in-print','','','2009-02-09 07:58:33','2009-02-09 12:58:33','',0,'http://cuppamarcomm.wordpress.com/?p=271',0,'post','',0),
(275,4,'2009-02-10 13:32:33','2009-02-10 18:32:33','If you are active in marketing communications, you  most certainly do want to attract attention for your organization or yourclients, right? Well, here is how NOT to do it:\n\n1) Have a lousy website: The uglier the better,  extra points if it looks like it was self-designed, designed in 1995, or has a distinctly 80s look and it is 2009.\n\n2) Never put out news about your organization. And make sure any news you do have on your website or other place is from two-three years ago.\n\n3) Ignore social media, after all, it\'s something the kids are doing, nobody serious. Who needs Twitter, LinkedIn, and all that stuff. Hard to keep up with all that stuff.\n\n4) Never network. On the rare ocasion that you do wander out, be sure to forget your business cards and dress sloppily.\n\n5) Don\'t sweat the small stuff. Sure, it\'s a great name for a book, it should be a great thing to do. Don\'t spell check, or keep your phone numbers updated on your website, or let your memberships lapse, don\'t pay bills...\n\n5) Be rude. After all, if someone contacts you,  they shouldn\'t expect a response, right?\n\nHow many marketers do you know that are dead-set on not getting any attention?','How to not attract attention','','publish','open','open','','how-to-not-attract-attention','','','2009-02-10 13:32:33','2009-02-10 18:32:33','',0,'http://cuppamarcomm.wordpress.com/?p=275',0,'post','',0),
(277,4,'2009-02-16 09:08:59','2009-02-16 14:08:59','<strong>UPDATED INFORMATION</strong>\n\nEver since the steep rise in gasoline costs last summer, we\'ve seen a steep rise in image/issue advertising from energy providers. What is interesting is that it continues, even months later. The big ones here are traditional oil companies like Chevron and Exxon/Mobil, the coal and natural gas industries  and nuclear energy. Steadily, these three are competing for attention, one has to wonder from whom and to what end. And of course, before I forget, there is T.Boone Pickens, the millionaire, who is self-paying for ads pushing wind and natural gas energy as a way to \"stop our dependence on foreign oil.\" Pickens is part of <a class=\"wp-caption\" title=\"Clean Energy\" href=\"http://www.cleanenergyfuels.com/main.html\" target=\"_blank\">Clean Energy</a>, an outfit promoting natural gas.\n\n<a class=\"wp-caption\" title=\"Chevron\" href=\"http://www.chevron.com/\" target=\"_blank\">Chevron</a> is running a campaign that is centered around the tag line \"human energy.\" It is designed to make gasoline look environmentally friendly (in fact,  that is exactly what all three types of energy want you to think--that they are the most eco-friendly). There are two types of commercial--one saying Chevron is a company concerned about the human race, and the future and another about conserving energy--for instance unplugging more. I am not certain who the target audience is for the campaign, nor am I certain the campaign works.\n\nMeanwhile,  the <a class=\"wp-caption\" title=\"Nuclear\" href=\"http://www.nei.org/\" target=\"_blank\">Nuclear Energy Institute </a>(I think) is running a commercial with the tagline \"nuclear--clean air energy.\"  In searching for info about the ad,  I came across <a class=\"wp-caption\" title=\"AREVA\" href=\"http://advertising-us.areva.com/ad-campaign.php\" target=\"_blank\">AREVA</a> (a nuclear company) that was running an ad campaign with the tagline \"pure energy.\" You see the theme here?\n\nAnd finally, there is the omnipresent commercial <span style=\"text-decoration:line-through;\">for the clean coal</span> oil and natural gas industry. You\'ve seen it--a woman in a black pant suit is walking around talking about how we can tap our own<span style=\"text-decoration:line-through;\"> (clean) </span>energy resources at home. This commercial has been running fairly steadily since before the election last year, <span style=\"text-decoration:line-through;\">and still, I can\'t find a link to it.  (If you can, will you send it to me or post in the comments?).  Of course, clean coal has come under fire, because apparently, there is no such thing.</span>I saw the commercial again last night and saw that it is for the <a class=\"wp-caption\" title=\"Energy Tomorrow\" href=\"http://energytomorrow.org/\" target=\"_blank\">Oil and Natural Gas  Industry</a>. The concept really is not about eco-friendliness but rather using American resources (you know, drilling more at home). It is quite anachronistic in a way because it has no mention or acknowledgment of the impact of the energy industry on the environment.\n\nIn the end, <span style=\"text-decoration:line-through;\">all</span> some of these energy sources are trying to prove to us that they are the most ecological/green alternative. The gas/oil  industry is the one running the most scared. After the rise in fuel prices last summer, people made changes in their energy usage, and are now demanding fuel alternatives. So, gas has to position itself as somehow clean and friendly.\n\nDo you find any of these commercials compelling or convincing?','Energy (ad) wars','','publish','open','open','','energy-ad-wars','','','2009-02-16 09:08:59','2009-02-16 14:08:59','',0,'http://cuppamarcomm.wordpress.com/?p=277',0,'post','',0),
(280,4,'2009-02-18 10:09:57','2009-02-18 15:09:57','In case you haven\'t heard by now, Facebook had silently changed their terms of service a few days ago and then, when caught by a media observer and reported all over the news, was forced to backtrack because of public outrage over the ownership of information.  What is interesting about this is that yet again, Facebook shows a complete lack of awareness about public opinion, and more importantly, how to handle such public opinion. It may have something to do with the very young, and obviously not media savvy, CEO Matt Zuckerberg.  Facebook is a new concept and a new company, and as such, does not have methods in place to disseminate information effectively to both its members and the public at large. It does not seem to understand that there is always someone watching and that you must have a plan to deal with issues as they arise.\n\nUnfortunately, this is the second time that Facebook is being reactionary because of public outrage. The first was last year when it announced a rather invasive advertising plan based on various items on people\'s  profiles, and then selling things to their friends based on those profiles. There was outrage over privacy. In fact, privacy seems to be Facebook\'s Achilles\' heel. The company cannot seem to find the right balance between protecting its users\' privacy and the needs to grow revenue and membership.\n\nIt hurts any company\'s credibility to have the media inform its customers of a change in terms of service. It hurts Facebook to have to retract and retrace steps. Many people are now confused about what is private or not private on their profiles.  It will cause some people to get off Facebook and others to change the way they use Facebook. In short, a failure to communicate clearly and directly has created a load a negative publicity for Facebook, and has alienated its core customer base.\n\nI hope that this time Facebook reconsiders its public relations program, if indeed it has any. I would advise Facebook to hire PR counsel and to focus on how to best communicate with its public.','Information dispatch','','publish','open','open','','information-dispatch','','','2009-02-18 10:09:57','2009-02-18 15:09:57','',0,'http://cuppamarcomm.wordpress.com/?p=280',0,'post','',0),
(283,4,'2009-02-23 09:58:07','2009-02-23 14:58:07','A couple of weeks ago, The Washington Post decided to merge its online personality (washingtonpost.com) with it print personality by using the print Washington Post brand online.  The company had decided a while back to separate it online content from the print content although it was mostly the same. Now, it is definitely trying to make it all one.\n\nI think  that in the next few month we are going to see changes in print and online newspapers as subscriptions go down and costs go up, as advertisers continue to dial down their presences.  Eventually, newspapers will have to deal with the fact that they are giving away all of their content for free online.  It begs the question of why someone should subscribe to the print edition.  Of course, some people do not have online access or simply prefer to read printed matter. But those people  are probably a distinct minority. Overall,  most people that follow news are online and comfortable reading news online.  The other question for newspapers is how can they make money from their online ventures? There is online advertising, but what kind of metrics are they giving their advertisers? With print, you have geographic based demographic information. But online, anyone can read the content on a site. What will this do to local advertisers?\n\n[polldaddy poll=1395553] ','In print or online','','publish','open','open','','in-print-or-online','','','2009-02-23 09:58:07','2009-02-23 14:58:07','',0,'http://cuppamarcomm.wordpress.com/?p=283',0,'post','',0),
(285,4,'2009-02-23 17:03:24','2009-02-23 22:03:24','Sometimes, when you are writing or speaking to a group you try to frame things by using examples or metaphors.  Nothing wrong with that. Except when your audience doesn\'t get it.  The other day I was listening to a professor speak and he referred to the Iran-Contra affair. Nothing wrong with the example but it did not work as a frame of reference for the students, many of them born well after the time.  Or perhaps you use cliched expressions like \"you sound like a broken record.\"  Guess what--kids probably have never ever seen a record. In fact, I am starting to think they will rarely see a CD.  Lots of our jokes and references are generational--and we need to consider this as we try to communicate with the younger set.\n\nDo you have good examples of generational frames of reference? Please post in the comments.','Frames of reference','','publish','open','open','','frames-of-reference','','','2009-02-23 17:03:24','2009-02-23 22:03:24','',0,'http://cuppamarcomm.wordpress.com/?p=285',0,'post','',0),
(287,4,'2009-02-24 06:02:09','2009-02-24 11:02:09','Yesterday was a good news day for the airlines, specifically for US Airways and United Airlines. Why? Because both apparently have engaged in some good, old-fashioned PR.  Both companies released good stories about themselves, that then translated into major and positive coverage. Just like it is supposed to be.\n\nUSAir posted a story about how it is going to bring back free soft drinks to its economy cabins as of March 1. The news was reported across the board, from wire services to the evening news. And, USAir released this out as a news item before it sent out a notification to its frequent fliers. The company was seeking to get as much good mileage as it could out of this trite bit of news.  USAir \"admitted\" that it miscalculated the negative impact of charging for beverages and that this negative coverage undermined its gains in on-time performance and baggage handling. I am sure it is also undermined employee morale as people silently shook their heads when asked to pay $1 for a cup of lukewarm, ill-tasting coffee on board.\n\nUnited did USAir one better. NBC Nightly News ran a piece about how United is now really cleaning airplanes between flights, something that had gone by the wayside. The piece talked about a guy dubbed \"Mr.Clean\" who has a title something like Director of Cabin Appearance. The point was to show that United is taking steps to improve customer experience onboard its aircraft. Again, this is classic PR.  I am sure the airline pitched the angle that most airlines are filthy (they are)  because in these economic times, airlines are cutting corners on cleaning crews or the amount of times a plane gets fully cleaned. United is bucking the trend because United wants to enhance its passengers\'s experiences. Here\'s a link to NBC\'s Daily Nightly<a class=\"wp-caption\" title=\"Daily Nightly\" href=\"http://dailynightly.msnbc.msn.com/archive/2009/02/23/1805702.aspx\" target=\"_blank\">\' blog </a>discussing the story.\n\nBottom line: A bit of positive news can go a long way. Proof positive that PR works!\n\n[polldaddy poll=1398136]\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa100m02.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/02/24/a-litte-old-fashioned-pr-for-the-airlines/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa101m02.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F&amp;title=A%20litte%20old-fashioned%20PR%20(for%20the%20airlines)\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa102m02.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F&amp;title=A%20litte%20old-fashioned%20PR%20(for%20the%20airlines)\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa103m02.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F&amp;title=A%20litte%20old-fashioned%20PR%20(for%20the%20airlines)\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa104m02.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F&amp;title=A%20litte%20old-fashioned%20PR%20(for%20the%20airlines)\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa105m02.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F&amp;Title=A%20litte%20old-fashioned%20PR%20(for%20the%20airlines)\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa106m02.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F&amp;title=A%20litte%20old-fashioned%20PR%20(for%20the%20airlines)\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa107m02.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa108m02.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F&amp;t=A%20litte%20old-fashioned%20PR%20(for%20the%20airlines)\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa109m02.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F24%2Fa-litte-old-fashioned-pr-for-the-airlines%2F&amp;h=A%20litte%20old-fashioned%20PR%20(for%20the%20airlines)\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa110m02.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa111m02.png\" alt=\"\" /></p>','A litte old-fashioned PR (for the airlines)','','publish','open','open','','a-litte-old-fashioned-pr-for-the-airlines','','','2009-02-24 06:02:09','2009-02-24 11:02:09','',0,'http://cuppamarcomm.wordpress.com/?p=287',0,'post','',0),
(290,4,'2009-02-26 09:26:32','2009-02-26 14:26:32','In the midst of economic crisis, we don\'t flaunt wealth or advertise luxury goods.  Instead, we emphasize savings and value.  A few weeks ago, I wrote about banks emphasize how solid they are,  and how some retailers like Walmart are running campaigns about saving. In fact, Walmart is currently running a commercial that talks about eating in as a saving strategy (and you can get all your ingredients at Walmart). And in today\'s <em>Washington Post</em> there is <a class=\"wp-caption\" title=\"DIY\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/02/25/AR2009022504009.html?hpid=topnews\" target=\"_blank\">an article </a>that says Americans are doing more things for themselves, things they used to pay someone else to do.  Things like mowing the lawn, walking the dog, dying hair, and others. The Post reports on one retailer that is using the trend in its advertising: Target, with its \"brand new day\" campaign. Target\'s advertising has consistently been cutting-edge.  In the ads, which you may have seen, against a catchy tune, Target shows you how several products it carries can be used to save money. It is clever and it is really responsive to the culture.\n\nIn general, advertisers are most definitely acknowledging the new economic realities. More and more I see the word \"save\" or \"savings\" in ads, across the board.  Big Lots is running an ad showing a couple who bought a dining set for a lot less than it would have cost elsewhere.  So basically the theme is you can save money but please buy from us.  I wonder what advertising was like during the Great Depression. It must have been similar, putting emphasis on value and savings.  If anyone has any examples, please share in the comments.\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa100m02.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/02/26/diy-and-other-…omic-realitiesdiy-and-other-economic-realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa101m02.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities&amp;title=DIY%20and%20other%20economic%20realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa102m02.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities&amp;title=DIY%20and%20other%20economic%20realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa103m02.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities&amp;title=DIY%20and%20other%20economic%20realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa104m02.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities&amp;title=DIY%20and%20other%20economic%20realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa105m02.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities&amp;Title=DIY%20and%20other%20economic%20realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa106m02.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities&amp;title=DIY%20and%20other%20economic%20realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa107m02.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa108m02.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities&amp;t=DIY%20and%20other%20economic%20realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa109m02.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F02%2F26%2Fdiy-and-other-…omic-realitiesdiy-and-other-economic-realities&amp;h=DIY%20and%20other%20economic%20realities\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa110m02.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa111m02.png\" alt=\"\" /></p>','DIY and other economic realities','','publish','open','open','','diy-and-other-economic-realities','','','2009-02-26 09:26:32','2009-02-26 14:26:32','',0,'http://cuppamarcomm.wordpress.com/?p=290',0,'post','',0),
(293,4,'2009-03-01 09:55:16','2009-03-01 14:55:16','We\'ve spoken about it before on this blog, and the bad news for newspapers continues to come in.  As you probably know, the <em>Rocky Mountain News</em>, Colorado\'s oldest newspaper, ceased publication as of Friday (Feb. 27). Add to that, the continual bad news concerning all print media, and you know that the outlook for newspapers in particular, and print media in general, is not good.  The reasons boil down to: 1) fewer advertisers/less ad dollars; 2) the Internet and 3) the environment (and perhaps not in that order).  We\'ve seen the print news industry has been battered by reductions in advertising, and also, in reductions in people buying the print edition since they can get most content for free online. And some people are not buying paper because of the environmental consequences. So there you have it-- we know the reasons why print media is going to be gone sooner rather than later.  But how will we get our news if there are no newspapers?\n\nIn today\'s <em>Washington Pos</em>t there are two articles I\'d like to bring to your attention. <a class=\"wp-caption\" title=\"Newspapers\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/02/28/AR2009022801964.html\" target=\"_blank\">In one,</a> Howard Kurtz, the Post\'s media commentator, discusses this phenomenon in detail. And <a class=\"wp-caption\" title=\"Marc  Fisher\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/02/28/AR2009022801964.html\" target=\"_blank\">another</a>, by Marc Fisher, has to do with the lack of reporters covering Washington news. Indeed, this is the problem. If there are no newspapers, there are no reporters. With no reporters, there is no news.\n\nOf course,  part of the answer is adaptation. Newspapers will have to figure out a revenue stream from the online versions of their products and they will have to adapt what was essential reporting for print to reporting for the Internet age.  However, the issue of advertising and paying for content will be just as relevant for the online versions of newspapers. If advertisers are cutting back, they are cutting back across the board. And if people are watching their pennies, they will also not pay for content.\n\nWell, time will tell. In the meantime, I will continue to read my print newspaper as long as it continues to exist. And I will also read it and other newspapers online (after all, I am a news junkie). What will you do?\n\n[polldaddy poll=1413884]\n\n\n\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa100m05.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/01/the-death-of-newspapersthe-death-of-newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa101m05.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers&amp;title=The%20death%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa102m05.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers&amp;title=The%20death%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa103m05.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers&amp;title=The%20death%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa104m05.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers&amp;title=The%20death%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa105m05.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers&amp;Title=The%20death%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa106m05.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers&amp;title=The%20death%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa107m05.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa108m05.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers&amp;t=The%20death%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa109m05.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F01%2Fthe-death-of-newspapersthe-death-of-newspapers&amp;h=The%20death%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa110m05.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa111m05.png\" alt=\"\" /></p>','The death of newspapers','','publish','open','open','','the-death-of-newspapers','','','2009-03-01 09:55:16','2009-03-01 14:55:16','',0,'http://cuppamarcomm.wordpress.com/?p=293',0,'post','',0),
(297,4,'2009-03-03 16:28:15','2009-03-03 21:28:15','Print ads need to work hard for you. They must grab your attention and then they must tell you something interesting. Lastly, they should motivate action. Generally speaking, this is the AIDA model (attention, interest, desire, action).  It is not always easy to do all this within the constraints of a small space. If you are a small business, chances are you can\'t afford a full page, or even a half page. So you have to pack it in to small ads. The smaller the ad the more you have to think about what you write.\n\nI came across an ad for a ballet studio in a local women\'s magazine.  The headline says: \"4 Week Introductory Sessions $30.\"  That left me thinking--does this mean  four  weeks for $30? How many classes per week? Does the introductory session last four weeks? Already not clear.\n\nThe body copy goes like this:\n<p style=\"text-align:center;\"><span style=\"color:#888888;\">Teen &amp; Adult Classes</span></p>\n<p style=\"text-align:center;\"><span style=\"color:#888888;\">Jazz,Ballet, Pilates, Zumba, Musical Theater</span></p>\n<p style=\"text-align:center;\"><span style=\"color:#888888;\">Just for you!This wonderful program will ignite your passion for dance and exercise. Our extraordinary teachers will guide you every step of the way with a specialized curriculum in our lovely studios. Join us in class! (Telephone number and email address follow).</span></p>\n\nOK. What is missing here? LOCATION! From the phone, I know it is located in Maryland, but that could be anywhere in a 30-mile radius. No website either--I can figure it out from the email. Basically, missing key details.\n\nWhat about the copy? Well, its like someone looked up adjectives and strung them all together in a sentence: wonderful, extraordinary, lovely, specialized.  Those meaningless (and overused) words take up valuable real estate. Also,  the copy refers to a (single) program, yet they tell me they offer at least five different types of classes.\n\nMy conclusion is that this ad does not work.  If you are a small business, and you are going to spend money on advertising, think about what you want to accomplish. Of course, a professional can help you with this, but using some common sense is always helpful.\n\n<strong>UPDATE:  I checked out the studio\'s website,  and it turns out they have multiple locations. However, the website was not updated to reflect the aforementioned classes. If you are going to start running advertising, you better have information to back it up. Don\'t make potential customers work so hard to find out!!!!</strong>\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa100m01.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/03/its-all-in-the-details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa101m01.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details&amp;title=It\'s%20all%20in%20the%20details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa102m01.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details&amp;title=It\'s%20all%20in%20the%20details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa103m01.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details&amp;title=It\'s%20all%20in%20the%20details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa104m01.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details&amp;title=It\'s%20all%20in%20the%20details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa105m01.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details&amp;Title=It\'s%20all%20in%20the%20details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa106m01.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details&amp;title=It\'s%20all%20in%20the%20details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa107m01.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa108m01.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details&amp;t=It\'s%20all%20in%20the%20details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa109m01.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F03%2Fits-all-in-the-details&amp;h=It\'s%20all%20in%20the%20details\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa110m01.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa111m01.png\" alt=\"\" /></p>','It\'s all in the details','','publish','open','open','','its-all-in-the-details','','','2009-03-03 16:28:15','2009-03-03 21:28:15','',0,'http://cuppamarcomm.wordpress.com/?p=297',0,'post','',0),
(303,4,'2009-03-04 19:02:08','2009-03-05 00:02:08','<p style=\"text-align:justify;\">I love this! Check out the <a class=\"wp-caption\" title=\"National Grammar Day\" href=\"http://nationalgrammarday.com/\" target=\"_blank\">National Grammar Day</a> website.  I especially like the Top Ten Grammar Tips. CRUCIAL reading for anyone who writes for a living (or just writes).</p>\n<p style=\"text-align:justify;\">Thanks to <a class=\"wp-caption\" title=\"Inkthinker\" href=\"http://inkthinkerblog.com/\" target=\"_blank\">Kristen King</a> for tweeting and blogging about this.</p>\n\n<a class=\"a2a_dd\" href=\"http://www.addtoany.com/share_save?linkname=Happy%20Grammar%20Day!&amp;linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F04%2Fhappy-grammar-dayhappy-grammar-day%2F\"><img src=\"http://static.addtoany.com/buttons/share_save_171_16.png\" border=\"0\" alt=\"Share/Save/Bookmark\" width=\"171\" height=\"16\" /></a>','Happy Grammar Day!','','publish','open','open','','happy-grammar-day','','','2009-03-04 19:02:08','2009-03-05 00:02:08','',0,'http://cuppamarcomm.wordpress.com/?p=303',0,'post','',0),
(306,4,'2009-03-05 15:59:28','2009-03-05 20:59:28','As I was driving up Wisconsin Avenue,  fairly congested and busy road here in Bethesda, I saw those yellow signs plastered in the windows of two stores: Store Closing! Going Out of Business! Everything Must Go! It got me thinking about what message that sends us. On the one hand, the bargain hunter in us always goes into alert mode when we see those blaring signs. Perhaps we can get a great deal. And that is the main reason those signs go up, and are so prominent. But, if we are not shopping say, for Oriental rugs, then what do we think when we see those signs? I, for one, see them as the tangible signs of the economic recession. And I think that it adds to the burdens of the troubling economic news we see every day.  It adds to the perception that business is buckling completely under the strain of the economic downturn.  It also makes you feel it is everywhere. Another bad sign (sorry for the inevitable play on words) is all the For Lease signs in now empty store windows. Restaurants and retailers are closing their doors and all the landlords can do is post signs. But if you see too many For Lease signs on one block or area, what do you think?\n\nWhat do you think about this? Should businesses blare that they are closing?\n\n<strong>Update:  On Reuters I found a story on what a town in England is doing about empty shop windows: displaying art. I tried to link here but could not. </strong>','Everything Must Go!','','publish','open','open','','everything-must-go','','','2009-03-05 15:59:28','2009-03-05 20:59:28','',0,'http://cuppamarcomm.wordpress.com/?p=306',0,'post','',0),
(308,4,'2009-03-06 09:12:46','2009-03-06 14:12:46','Two separate items caught my attention this morning on Yahoo! News.\n\nFirst, the Seattle Post-Intelligencer may become an online-only newspaper. Its owner, Hearst, has been unable to find a buyer and had threatened to close  down the paper completely. Read the story <a class=\"wp-caption\" title=\"Seattle PI\" href=\"http://tech.yahoo.com/news/ap/20090306/ap_on_hi_te/seattle_p_i_online\" target=\"_blank\">here.</a>\n\nThe second item has to do with President Obama. Apparently, he NEVER gives any speech, to large or small audiences, without using a teleprompter.  According to<a class=\"wp-caption\" title=\"Teleprompter\" href=\"http://news.yahoo.com/s/politico/20090305/pl_politico/19663\" target=\"_blank\">the article  (found on Yahoo! but originally from Politico.com)</a>, he wanted to wean himself off this habit during the campaign, but when he has given a speech without the help of  visual aids, he has stumbled. His aides say it is especially important during this time to not mess up.  I find it interesting that everyone compliments Obama\'s oratory, but the truth is he only gives good speeches when he can read them (they are canned). He has shown what happens when he ad-libs:  he screws up. A few weeks ago I wrote about him speaking off the cuff, and now I know he truly has a problem being casual.\n\nSo, the moral of these stories is simple. The future of print is online and it is important to stay on message.','Going online and staying on message','','publish','open','open','','going-online-and-staying-on-message','','','2009-03-06 09:12:46','2009-03-06 14:12:46','',0,'http://cuppamarcomm.wordpress.com/?p=308',0,'post','',0),
(316,4,'2009-03-10 11:09:22','2009-03-10 16:09:22','You\'ve probably seen or heard some words or phrases  in ads/commercials  so much that they have become meaningless. They do nothing to bring you in or tell you anything about the product or service.  Yet, you will continue seeing and hearing  them. Why? Because copywriters and in certain cases the advertising manager is enamored of the word or words and can\'t think of others.\n\nAt the top of my list of most overused words in advertising (and thus most meaningless) is the word <strong>unique</strong>.  You\'ve heard things  like \"a unique product,\" \"unique way,\" etc. BTW, this is also overused in PR.  Very few things in this world are unique, and then ad folk decide that some things are not only unique, but truly unique. Truly? (as opposed to fakely?).  Other words/phrases  that are overused as to become meaningless are:  special, best, time of your life, out of the box, outside the lines, and so on.\n\nIf you find yourself about to use an overused phrase, think to yourself, is this a cliche? What other thing can be highlighted about my product? What is its USP--and that can\'t be that it is unique, but what MAKES it unique. No, it is not easy, and that is why we see these words and phrases used over and over. But if you want your materials to communicate the essence of what you are trying to sell, then you will benefit from being unique in avoiding this word.\n\nWhat are your most overused words?\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m03.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/10/overuse-syndromeoveruse-syndrome/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m03.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F&amp;title=Overuse%20syndrome\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m03.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F&amp;title=Overuse%20syndrome\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m03.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F&amp;title=Overuse%20syndrome\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m03.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F&amp;title=Overuse%20syndrome\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m03.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F&amp;Title=Overuse%20syndrome\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m03.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F&amp;title=Overuse%20syndrome\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m03.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m03.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F&amp;t=Overuse%20syndrome\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m03.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F10%2Foveruse-syndromeoveruse-syndrome%2F&amp;h=Overuse%20syndrome\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m03.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m03.png\" alt=\"\" /></p>','Overuse syndrome','','publish','open','open','','overuse-syndrome','','','2009-03-10 11:09:22','2009-03-10 16:09:22','',0,'http://cuppamarcomm.wordpress.com/?p=316',0,'post','',0),
(320,4,'2009-03-13 07:57:58','2009-03-13 12:57:58','The bad news for print continues to pour in. New <a class=\"wp-caption\" title=\"Pew\" href=\"http://pewresearch.org/pubs/1147/newspapers-struggle-public-not-concerned\" target=\"_blank\">research from Pew </a>indicates that many Americans do not consider having a local newspaper important.  It is as if management knows this. McClatchy, the owner of the M<em>iami Herald </em>and other newspapers, just announced personnel cuts this week. The bottom line is that newspapers are hurting and many people don\'t care. Why? Because many people get their news online or from TV.\n\nRecently, I read how a PR guy was lamenting the downfall of trade publications. I read this on his BLOG. He, like many PR folk, schooled in the \"old\" days, learned that to do media relations you reached out to print journalists.  A nice, print piece in a trade magazine was truly a prize for the client. I also learned to do PR this way. And nothing was more exciting than seeing your client\'s name in the newspaper, especially on the front page. But the reality has shifted. More and more, the news is being reported on and broken online. Many people do not read the newspaper, and during the day, certainly do not watch TV. What these people do however, is access the Internet. Many offices allow unlimited Internet access, and certain folk, do their work ON the Internet.  In any case, it is time for PR people, and advertising people, and in fact, all communications people, to accept this reality.\n\nInstead of lamenting that blogs now are main sources of  information, and that no one is reading trade publications, you must ADAPT to the new realities. Of course, newspapers are not quite dead yet, but teach yourself how to use the online world. Here are a few suggestions:\n\n1) Are there<strong> influential blogs</strong> in your area of expertise? Find out and follow. Not every blog is created equal. The PR guy I mentioned before made the blanket statement that blogs are unreliable. How wrong he is.  Very few people would call The Huffington Post or Politico or the Daily Beast unreliable. Yes, they contain opinion, but it is LEADING opinion.\n\n2) <strong>Learn where your potential clients/customers/target audience goes to get their news AND entertainment.</strong> After all, the Web is not just about information. Lots of people play games on the Internet, listen to music and find out about their hobbies.\n\n3) Enhance your <strong>web writing skills</strong>. Writing for the web is not the same as writing for print. You have to be more concise. You have to be more choppy. People read differently online than in print.\n\n4) <strong>Explore multimedia.</strong> People are more visual on the web. And the web allows for video/audio in addition to text.\n\nIn sum, stay ahead of the game. Nothing is to be gained from wringing our hands and lamenting the end of print. Instead, find new opportunities. I am sure in the late 1940s, PR people everywhere were concerned about the box in everyone\'s livingroom. By now, most PR agencies are experts at B-roll and media training. Right?\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m04.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/13/time-to-sharpe…-online-skillstime-to-sharpen-your-online-skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m04.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills&amp;title=Time%20to%20sharpen%20your%20online%20skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m04.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills&amp;title=Time%20to%20sharpen%20your%20online%20skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m04.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills&amp;title=Time%20to%20sharpen%20your%20online%20skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m04.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills&amp;title=Time%20to%20sharpen%20your%20online%20skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m04.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills&amp;Title=Time%20to%20sharpen%20your%20online%20skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m04.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills&amp;title=Time%20to%20sharpen%20your%20online%20skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m04.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m04.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills&amp;t=Time%20to%20sharpen%20your%20online%20skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m04.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F13%2Ftime-to-sharpe…-online-skillstime-to-sharpen-your-online-skills&amp;h=Time%20to%20sharpen%20your%20online%20skills\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m04.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m04.png\" alt=\"\" /></p>','Time to sharpen your online skills','','publish','open','open','','time-to-sharpen-your-online-skills','','','2009-03-13 07:57:58','2009-03-13 12:57:58','',0,'http://cuppamarcomm.wordpress.com/?p=320',0,'post','',0),
(330,4,'2009-03-17 16:25:06','2009-03-17 21:25:06','Well folks, Facebook has done it again. It has irritated its legions of users by changing its layout. Apparently the folks at Facebook are not too savvy when it comes to public perception. If this was the first time, then we could let it pass. After all, Matt Zuckerberg is all of 12 years old or something such. But this is the upteenth time the company does something that alienates its core public, and thus creates NEGATIVE publicity for itself. Case in point, read this<a class=\"wp-caption\" title=\"Facebook redesign\" href=\"http://www.huffingtonpost.com/chris-willman/facebooks-lousy-facelift_b_175358.html\" target=\"_blank\"> blog entry</a> in the Huffington Post.  Facebook has been down this road before. And it doesn\'t learn. I really wonder if Facebook understands anything at all about public relations. I don\'t expect Zuckerberg to understand, but he should know enough to hire somebody that can provide him with communications counsel. If the company keeps doing stuff like this, it will become the Tylenol Poisoning example for the next generation (you know, how Tylenol dealt with crisis back in the 80s when someone tampered with its products...).  This is not a crisis, per se, but it creates ill will. Some people will use Facebook less, and that translates into fewer eyeballs for its one major source of revenue, the ads. And do I have to spell out what less revenue means? If so, let me introduce you to the Seattle Post-Intelligencer, now online only.\n\nIt is ironic in the nth degree that Facebook is an online meeting place for friends. Friends like each other, generally speaking, and I am not liking Facebook right now.\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m02.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/17/how-not-to-make-friendshow-not-to-make-friends/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m02.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F&amp;title=How%20Not%20to%20Make%20Friends\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m02.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F&amp;title=How%20Not%20to%20Make%20Friends\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m02.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F&amp;title=How%20Not%20to%20Make%20Friends\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m02.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F&amp;title=How%20Not%20to%20Make%20Friends\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m02.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F&amp;Title=How%20Not%20to%20Make%20Friends\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m02.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F&amp;title=How%20Not%20to%20Make%20Friends\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m02.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m02.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F&amp;t=How%20Not%20to%20Make%20Friends\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m02.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F17%2Fhow-not-to-make-friendshow-not-to-make-friends%2F&amp;h=How%20Not%20to%20Make%20Friends\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m02.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m02.png\" alt=\"\" /></p>','How Not to Make Friends','','publish','open','open','','how-not-to-make-friends','','','2009-03-17 16:25:06','2009-03-17 21:25:06','',0,'http://cuppamarcomm.wordpress.com/?p=330',0,'post','',0),
(334,4,'2009-03-18 09:29:44','2009-03-18 14:29:44','In today\'s <em>Washington Post</em>, <a class=\"wp-caption\" title=\"AIG\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/03/17/AR2009031703022.html?hpid=topnews&amp;sid=ST2009031703578\" target=\"_blank\">Steven Pearlstein writes </a>about Wall Street executives (more specifically AIG executives) who are so blind to public perception that they keep stumbling and looking worse.  In case you have been avoiding the news, AIG gave some of its top executives millions of dollars in bonuses, while on the receiving end of government/taxpayer money. Nobody but AIG is happy about this. Currently and mostly due to the economic crisis, there is a tremendous amount of populist rage and ill will toward Wall Street and \"fat cats\" such as Bernie Madoff, who seem to be living the high life while many people are down in the dumps.\n\nYesterday I wrote about the Facebook redesign and many others have been writing/complaining across the blogosphere and in real life.\n\nWhat do AIG and Facebook have in common? Not understanding how they are perceived and that perception matters. Both companies have proceeded with business as usual without so much a look in the rear view mirror. Perception is currency, in the most real, dollar sense, which is why the practice of public relations exists. Companies hire PR agencies to help them manage and in most cases improve the public perception of them.\n\nSometimes, as in the case of Facebook, there seems to be a complete disregard for how core audiences will react to news and changes. There are simple ways to prevent this: testing in the form of focus groups or surveys or even simple conversations with current users.  It\'s about getting outside the bubble. Come to think of it, don\'t bubbles always burst? Soap bubbles, housing bubbles, tech bubbles to name a few.\n\nIn the case of AIG, it has much to do with Wall Street culture, in which greed is good (as the movie Wall Street pointed out) and money is king. The more money, the better.  After all, Wall Street is not some nonprofit organization with some altruistic purpose in mind. The whole raison d\'etre for it is to make money. So it stands to reason that the only thing AIG execs understand is money. Something soft and unmeasurable like public anger is a small price to pay. Except when it isn\'t. I think the fat cat era may be nearing its end (at least until the next bubble forms).\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m03.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/18/again-with-public-perceptionagain-with-public-perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m03.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception&amp;title=Again%20with%20public%20perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m03.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception&amp;title=Again%20with%20public%20perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m03.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception&amp;title=Again%20with%20public%20perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m03.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception&amp;title=Again%20with%20public%20perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m03.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception&amp;Title=Again%20with%20public%20perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m03.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception&amp;title=Again%20with%20public%20perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m03.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m03.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception&amp;t=Again%20with%20public%20perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m03.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F18%2Fagain-with-public-perceptionagain-with-public-perception&amp;h=Again%20with%20public%20perception\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m03.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m03.png\" alt=\"\" /></p>','Again with public perception','','publish','open','open','','again-with-public-perception','','','2009-03-18 09:29:44','2009-03-18 14:29:44','',0,'http://cuppamarcomm.wordpress.com/?p=334',0,'post','',0),
(338,4,'2009-03-21 10:11:26','2009-03-21 15:11:26','<strong>Is it HFCS?</strong>\n\nIn the past few months, the Corn Refiners Association has been running some ads featuring the much-maligned high fructose corn syrup (HFCS). In case you haven\'t heard, many doctors and researchers blame HFCS for the obesity epidemic because HFCS is found in millions of food items and seems to be metabolized differently in the body. Recently some research found that the way HFCS is manufactured causes the release of mercury. Bottom line, corn refiners had to act. After all, their product is beginning to be perceived as bad for you.\n\n<strong>The commercial</strong>\n\nI am sure you\'ve seen the commercials. A couple is sitting on blanket in a park (oh so idyllic) and she offers him a ice pop made with HFCS. When he recoils, she counters telling him it is made from corn and it\'s fine in moderation.\n\nYou can see the commercials and read the \"facts\" about HFCS at the Corn Refiners Association <a class=\"wp-caption\" title=\"HFCS\" href=\"http://www.sweetsurprise.com/\" target=\"_blank\">website</a>.\n\n<strong>The backlash or the return of sugar</strong>\n\nIt turns out that sugar is not about to roll over and play dead. It is making a comeback. In fact, many products are using it as a selling point, as pointed out in this <a class=\"wp-caption\" title=\"Sugar\" href=\"http://www.nytimes.com/2009/03/21/dining/21sugar.html\" target=\"_blank\">New York Times article</a>. Of course, some products are just advertising that they are not made with HFCS (like the Thomas English Muffins\' package that blares no high fructose corn syrup).\n\n[polldaddy poll=1474842]\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m04.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/21/whats-making-you-sweetwhats-making-you-sweet\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m04.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet&amp;title=What\'s%20making%20you%20sweet%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m04.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet&amp;title=What\'s%20making%20you%20sweet%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m04.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet&amp;title=What\'s%20making%20you%20sweet%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m04.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet&amp;title=What\'s%20making%20you%20sweet%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m04.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet&amp;Title=What\'s%20making%20you%20sweet%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m04.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet&amp;title=What\'s%20making%20you%20sweet%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m04.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m04.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet&amp;t=What\'s%20making%20you%20sweet%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m04.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F21%2Fwhats-making-you-sweetwhats-making-you-sweet&amp;h=What\'s%20making%20you%20sweet%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m04.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m04.png\" alt=\"\" /></p>','What\'s making you sweet?','','publish','open','open','','whats-making-you-sweet','','','2009-03-21 10:11:26','2009-03-21 15:11:26','',0,'http://cuppamarcomm.wordpress.com/?p=338',0,'post','',0),
(340,4,'2009-03-23 10:58:57','2009-03-23 15:58:57','<strong>Is it just me?</strong>\n\nOr is it the 24 news cycle, but it seems that more and more the media is reporting on the media. Witness the Jon Stewart-CNBC debacle. It was reported on in every other media outlet.  Today, on a<em> Washington Post</em> blog, instead of doing any original reporting or commentating, the writer posted video of President Obama\'s interview with 60 Minutes.  As well as there was a large piece in the Style section about Steve Kroft, who conducted the aforementioned interview.\n\nHas the media itself become more newsworthy? Doubtful.','It\'s the media','','publish','open','open','','its-the-media','','','2009-03-23 10:58:57','2009-03-23 15:58:57','',0,'http://cuppamarcomm.wordpress.com/?p=340',0,'post','',0),
(343,4,'2009-03-26 12:09:19','2009-03-26 17:09:19','<strong>Are you a small business with a tight marketing budget?</strong>\n\nIf you are, you probably have fallen prey to the idea that you should do (marketing)  things as you can afford them. You know, an ad here, a brochure there. Budget-wise, this may make sense. After all, you can\'t afford a large campaign, or an ad agency. Branding-wise, not so much. It\'s tough to build up an image on unconnected pieces of the puzzle. The missing link is the connection, or the reason, behind each piece.\n\n<strong>Think strategically</strong>\n\nIn business, there is strategy and there are tactics. Often companies fall into tactics without thinking about the strategy.  Many people can\'t tell the difference. Here\'s a quick example:  sending a press release is a tactic, achiving positive publicity is a strategy.  Ideally, tactics should follow your strategy.\n\n<strong>You must know what you want to accomplish so that you can figure the steps to make it happen.</strong>\n\nOften, small business owners are overwhelmed with trying to do everything: managing staff, invoicing, doing the books, buying inventory, negotiating. Marketing may be a distant thought, something to do when there is down time. This is unfortunate because marketing will bring business in. Neglecting your marketing will result in a business downturn, for sure.\n\n<strong>Develop a  basic marketing plan</strong>\n\nThe easiest thing to do is to devote some time to thinking about what you want to accomplish. Perhaps you want more female customers, or larger organizations. Write these goals down. Figure out who your current customers are. Figure out how much budget you can afford to devote to marketing. See what you already have and what you need.\n\nHere are some elements of a marketing plan:\n<ul>\n	<li>Current situation/Situation analysis</li>\n	<li>Goals</li>\n	<li>Target audience</li>\n	<li>Budget</li>\n	<li>Tactics for reaching target audience (and this is where your ads, brochures, press releases fit in)</li>\n</ul>\nRemember, doing marketing piecemeal will only result in getting small chunks of  your target audience.\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m05.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/26/on-doing-things-piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m05.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal&amp;title=On%20doing%20things%20piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m05.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal&amp;title=On%20doing%20things%20piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m05.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal&amp;title=On%20doing%20things%20piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m05.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal&amp;title=On%20doing%20things%20piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m05.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal&amp;Title=On%20doing%20things%20piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m05.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal&amp;title=On%20doing%20things%20piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m05.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m05.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal&amp;t=On%20doing%20things%20piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m05.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F26%2Fon-doing-things-piecemeal&amp;h=On%20doing%20things%20piecemeal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m05.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m05.png\" alt=\"\" /></p>','On doing things piecemeal','','publish','open','open','','on-doing-things-piecemeal','','','2009-03-26 12:09:19','2009-03-26 17:09:19','',0,'http://cuppamarcomm.wordpress.com/?p=343',0,'post','',0),
(346,4,'2009-03-28 11:09:12','2009-03-28 16:09:12','<strong>How do you respond when someone asks you for a favor?</strong>\n\nIdeally, when someone asks you for a favor (some information, a quote, some advice) you respond nicely. Sometimes you may not be able or willing to grant the favor, and in this case, you still should be nice. Why? because people do business with people they like. And being not nice makes people not like you.\n\n<strong>Sample negative conversation</strong>\n\nMe: Hi, I am looking for a web designer for my client, and I am wondering if I could get a quote from you.\n\nGraphic designer (sounding grouchy): (Big sigh) well, I don\'t know. What kind of website?\n\nMe: Mostly static, about 10 pages or so, and with some room to make changes, like on the staffing page.\n\nGD (mumbling and sounding pissed): Hmm, well, we work with CMS, and it\'s hard to just give you a quote, but you know websites start around $20,000.\n\nMe: Well, it sounds like we aren\'t a good fit for each other. Thanks.\n\nGD (sounds relieved to not have to deal with me): OK.\n\nThis graphic designer, whom I had found listed through the AIGA (contact me if you want her name), was downright nasty. I have made many of these calls, and for the most part, the designers I have spoken to have been helpful. They ask questions, and they say they will get back to me with an estimate. Even if the estimate is not in my ballpark, I now have a graphic designer contact. You never know what can come up.\n\n<strong>What would have made this conversation go better.</strong>\n\nIf she had said something like: \"Thanks for your call. I am happy to do an estimate for you, but you should know our website designs start at $20,000. Is that within your budget?\"\n\nMarketing is personal because it is people who make decisions,  and personal biases affect decisions. Like I said before, we\'d rather do business with people we like (or at least respect). Sometimes it is not your credentials, or your abilities, or your writing skill or your design skill, it is your likeability. Being polite and being nice can go a long way to getting you business, and conversely, being rude and being nasty can almost assure you of losing business.\n\n\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m03.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/03/28/marketing-is-personalmarketing-is-personal/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m03.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F&amp;title=Marketing%20is%20personal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m03.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F&amp;title=Marketing%20is%20personal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m03.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F&amp;title=Marketing%20is%20personal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m03.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F&amp;title=Marketing%20is%20personal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m03.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F&amp;Title=Marketing%20is%20personal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m03.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F&amp;title=Marketing%20is%20personal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m03.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m03.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F&amp;t=Marketing%20is%20personal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m03.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F03%2F28%2Fmarketing-is-personalmarketing-is-personal%2F&amp;h=Marketing%20is%20personal\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m03.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m03.png\" alt=\"\" /></p>','Marketing is personal','','publish','open','open','','marketing-is-personal','','','2009-03-28 11:09:12','2009-03-28 16:09:12','',0,'http://cuppamarcomm.wordpress.com/?p=346',0,'post','',0),
(349,4,'2009-03-31 10:43:58','2009-03-31 15:43:58','<strong>Newspapers are in a downward spiral</strong>\n\nEvery day there is more bad news for the newspaper industry. The <em>New York Times</em> will eliminate its City section, Chicago Sun-Times is filing Chapter 11, <em>Washington Pos</em>t is offering its fourth buyout in 6 years, and on and on.  Even CBS Sunday Morning covered the coming \"death\"  of newspapers.\n\n<strong>Paid opinions</strong>\n\nOne area that is fairly unique to newspapers is the paid opinion ad. Usually a full page, this ad will carry the unadultarated opinion of an organization, group, industry or even individual. The target is public opinion and/or lawmakers. We\'ve seen \"it\'s our fault\" ads and \"you\'re wrong and here\'s why\" ads. In fact, this is a time honored way of getting opinions across without the filter of an editor or a reporter.\n\n<strong>Where will they go?</strong>\n\nSure there is advertising on the Internet, between pop ups and banners, we\'re often inundated with advertising messages. However, we can pretty much ignore these ads. Only if we are in the market for say, acai diet supplement, do we click to find out more. Opinion ads use the full page newspaper format because they need the space to communicate a complicated message. It\'s not about a sale or product attributes. I can\'t see how these type of ads will subsist in an Internet-only market.\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m05.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://comm.wordpress.com/2009/03/31/the-opinion-adthe-opinion-ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m05.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad&amp;title=The%20opinion%20ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m05.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad&amp;title=The%20opinion%20ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m05.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad&amp;title=The%20opinion%20ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m05.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad&amp;title=The%20opinion%20ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m05.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad&amp;Title=The%20opinion%20ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m05.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad&amp;title=The%20opinion%20ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m05.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m05.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad&amp;t=The%20opinion%20ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m05.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcomm.wordpress.com%2F2009%2F03%2F31%2Fthe-opinion-adthe-opinion-ad&amp;h=The%20opinion%20ad\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m05.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m05.png\" alt=\"\" /></p>','The opinion ad','','publish','open','open','','the-opinion-ad','','','2009-03-31 10:43:58','2009-03-31 15:43:58','',0,'http://cuppamarcomm.wordpress.com/?p=349',0,'post','',2),
(354,4,'2009-04-04 04:12:37','2009-04-04 09:12:37','<strong>Advertising dollars</strong>\n\nIt doesn\'t make it into the news too often, but radio is hurting from the same causes as the newspaper industry is: advertising losses. In radio\'s case, it has a lot do with Ipod and MP3 players. But it has a lot to do with the recession too.\n\n<strong>Format change! That\'s the solution!</strong>\n\nI was just reading this <a class=\"wp-caption\" title=\"Cerph\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/04/03/AR2009040304084.html\" target=\"_blank\"><em>Washington Post </em>article</a> about a classic rock station here in Washington that is (AGAIN) changing formats to adult/pop contemporary.  The station\'s owners seem to think this will attract a younger, female audience. It might, if it weren\'t for the fact that nearly every other radio station in the market plays Pop and AC. It seems inane/insane to switch formats in this economy. The article says that they station had good numbers, yet it was not enough.\n\n<strong>You can\'t (and shouldn\'t) please everybody</strong>\n\nIt seems to me this has something to do with what brought Wall Street down: GREED. The idea that you have to have the most, and by a large margin, to be the absolute leader. It does not serve the listener, and it certainly will not accomplish it in the end. People become fiercely loyal to a radio station and its DJs. Whenever there is a format change there will be upheaval and resentment. And frankly, in this market, this particular change causes a homogenization that is truly unbearable.\n\n<strong>What about segmentation and target audiences?</strong>\n\nWhen all radio stations play the same music, you can assume they all have the same audience, right? So, if you are trying to reach older people, where are you supposed to advertise in Washington? My point is that a variety of formats allows media buyers to reach different target audiences. Not everybody is seeking for women, 18 plus. Some may want adults, 40 plus or another segment.  In a sense, format changes affect the entire market.\n\n<strong>Losing sight of what you are</strong>\n\nIt seems to me that when you aim for the mass, you actually end up losing what makes you special. This particular radio station has gone through several format changes and I predict will either change again or go off the air. In the era of the Ipod/MP3 player and declining revenue, the solution is to offer something that can NOT be found elsewhere. That is how you find an audience, and more importantly, how you build a LOYAL following.\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m05.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/04/04/are-we-losing-radio-too/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m05.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F&amp;title=Are%20we%20losing%20radio%20too%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m05.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F&amp;title=Are%20we%20losing%20radio%20too%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m05.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F&amp;title=Are%20we%20losing%20radio%20too%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m05.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F&amp;title=Are%20we%20losing%20radio%20too%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m05.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F&amp;Title=Are%20we%20losing%20radio%20too%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m05.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F&amp;title=Are%20we%20losing%20radio%20too%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m05.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m05.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F&amp;t=Are%20we%20losing%20radio%20too%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m05.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F04%2Fare-we-losing-radio-too%2F&amp;h=Are%20we%20losing%20radio%20too%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m05.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m05.png\" alt=\"\" /></p>','Are we losing radio too?','','publish','open','open','','are-we-losing-radio-too','','','2009-04-04 04:12:37','2009-04-04 09:12:37','',0,'http://cuppamarcomm.wordpress.com/?p=354',0,'post','',0),
(360,4,'2009-04-06 07:51:24','2009-04-06 12:51:24','There is a commercial that annoys me because its tag line is just plain stupid. OK, there are probably several commercials like that, but I just saw the one for Smucker\'s this morning. You know Smucker\'s --it makes jam and jelly. It is widely available. It may even be good (if you happen to like a little High Fructose Corn Syrup in your jam). But Smucker\'s assumes that you and everyone else on the planet thinks Smucker\'s is good. They can be forgiven for that, after all, they are in the business of promoting their product. What I can\'t fathom is why they think their name conveys the goodness of their product. Smucker\'s? It looks remarkably like a word in Yiddish that is not exactly complimentary. And yet, the company\'s marketers tell us: With a name like Smucker\'s, it has to be good. I am left thinking, really? Why? What is it about the NAME Smucker that makes it good? Is Smucker will known for all the good things he did? Am I missing something? If the tag simply said: With Smucker\'s, it has to be good, then I would buy it. But the name is meaningless to me and other than we know that Smucker\'s makes jams, we don\'t know from the name alone that they are good.\n\nDo you have a tag line that makes you wonder or even cringe? Let me know in the comments!\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m04.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/04/06/when-the-tag-l…-doesnt-add-up/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m04.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F&amp;title=When%20the%20tag%20line%20doesn\'t%20add%20up\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m04.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F&amp;title=When%20the%20tag%20line%20doesn\'t%20add%20up\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m04.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F&amp;title=When%20the%20tag%20line%20doesn\'t%20add%20up\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m04.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F&amp;title=When%20the%20tag%20line%20doesn\'t%20add%20up\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m04.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F&amp;Title=When%20the%20tag%20line%20doesn\'t%20add%20up\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m04.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F&amp;title=When%20the%20tag%20line%20doesn\'t%20add%20up\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m04.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m04.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F&amp;t=When%20the%20tag%20line%20doesn\'t%20add%20up\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m04.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F06%2Fwhen-the-tag-l…-doesnt-add-up%2F&amp;h=When%20the%20tag%20line%20doesn\'t%20add%20up\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m04.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m04.png\" alt=\"\" /></p>','When the tag line doesn\'t add up','','publish','open','open','','when-the-tag-line-doesnt-add-up','','','2009-04-06 07:51:24','2009-04-06 12:51:24','',0,'http://cuppamarcomm.wordpress.com/?p=360',0,'post','',0),
(365,4,'2009-04-07 11:00:13','2009-04-07 16:00:13','A few months ago, I wrote about airline advertising. You have probably all seen the ads on traytables and on the backs of tickets. This is fine as long as it keeps the beverages free and keeps the airlines flying. But today I am writing about airport advertising. Airports have always had plenty of places to advertise, from the bag carousels to the luggage carts. But now, I have seen the most unusual type of airport advertising yet: advertising on the outside of the gate connector.\n\nYesterday I was at Miami International Airport, not my favorite airport but that would be the subject for a whole other blog,  and as our airplane pulled up to the gate, I noticed that all the gate connectors were sporting HSBC Bank advertising.\n\nI have never seen this type of advertising before, and I wonder two things, how much it costs and how much impact it can have. Sure, lots of passengers are potentially trapped audiences for this type of advertising, but why would a bank choose this type of advertising? More sense would be for a fast food restaurant (one with a branch inside the airport) or a soft drink or something that you would buy soon, but a bank? Are you going to go open an account because you see that it is advertised quite literally on the airport structure itself?\n\nIn any case, this shows that advertising can be placed almost everywhere.  Creativity or business greed?','Everything can be bought','','publish','open','open','','everything-can-be-bought','','','2009-04-07 11:00:13','2009-04-07 16:00:13','',0,'http://cuppamarcomm.wordpress.com/?p=365',0,'post','',0),
(367,4,'2009-04-12 07:58:58','2009-04-12 12:58:58','It\'s on the minds of people everywhere: should I Tweet on Twitter? Some people think it is silly. Some people think it is stupid. Some people think it is a waste of time. I even saw a letter to the editor in the Washington Post where some guy was saying that he was above hearing all about how people enjoyed breakfast or whatever (he must be down to brass tacks guys, because God knows, in real life everybody talks about extremely important stuff all the time).  Well folks,  in order to answer this question, I have decided to let you see what other people out in the blogosphere think about it:\n\n<a class=\"wp-caption\" title=\"Is twitter worth it\" href=\"http://janetfouts.com/is-twitter-worth-the-time/\" target=\"_blank\">Janet Fouts from Social Media Enabler,   says it is worth it.</a>(I found this post through <a class=\"wp-caption\" title=\"Social Media Today\" href=\"http://www.socialmediatoday.com/SMC/\" target=\"_blank\">Social Media Today,</a> worth a look through if you are interested in this topic)\n\n<a class=\"wp-caption\" title=\"Neil Patel\" href=\"http://www.quicksprout.com/2008/04/29/twitter-is-it-really-worth-using/\" target=\"_blank\">Neil Patel from QuickSprout</a> sees pros and cons.\n\nCopyblogger says you can <a class=\"wp-caption\" title=\"Business with Twitter\" href=\"http://www.copyblogger.com/grow-business-twitter/\" target=\"_blank\">grow your business with Twitter</a> and that you can <a class=\"wp-caption\" title=\"Twitter Writing\" href=\"http://www.copyblogger.com/twitter-writing/\" target=\"_blank\">improve your writing </a>with it.\n\n<a class=\"wp-caption\" title=\"Twitter\" href=\"http://www.workitmom.com/bloggers/36hourday/2009/03/16/do-you-twitter-heres-why-its-worth-it/\" target=\"_self\">Work it Mom</a> is in favor of Twitter\n\nAnd finally, <a class=\"wp-caption\" title=\"Chris Winfield Twitters\" href=\"http://www.10e20.com/blog/2008/06/18/twitter-ultimate-time-waster-or-great-tool/\" target=\"_blank\">Chris Winfield uses Twitter </a>to find out if it is a time waster or not.\n\nAnd me? I think you can\'t beat the ROI. Twitter is free, and if I learn something it is totally worth it, and if I am wasting my time, it is also worth it.\n\nThoughts from the peanut gallery?\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m02.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/04/12/the-question-o…ttter-worth-it\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m02.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it&amp;title=The%20question%20of%20the%20day%3A%20Is%20Twittter%20Worth%20It%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m02.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it&amp;title=The%20question%20of%20the%20day%3A%20Is%20Twittter%20Worth%20It%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m02.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it&amp;title=The%20question%20of%20the%20day%3A%20Is%20Twittter%20Worth%20It%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m02.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it&amp;title=The%20question%20of%20the%20day%3A%20Is%20Twittter%20Worth%20It%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m02.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it&amp;Title=The%20question%20of%20the%20day%3A%20Is%20Twittter%20Worth%20It%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m02.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it&amp;title=The%20question%20of%20the%20day%3A%20Is%20Twittter%20Worth%20It%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m02.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m02.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it&amp;t=The%20question%20of%20the%20day%3A%20Is%20Twittter%20Worth%20It%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m02.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F12%2Fthe-question-o…ttter-worth-it&amp;h=The%20question%20of%20the%20day%3A%20Is%20Twittter%20Worth%20It%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m02.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m02.png\" alt=\"\" /></p>','The question of the day: Is Twittter Worth It?','','publish','open','open','','the-question-of-the-day-is-twittter-worth-it','','','2009-04-12 07:58:58','2009-04-12 12:58:58','',0,'http://cuppamarcomm.wordpress.com/?p=367',0,'post','',0),
(371,4,'2009-04-14 10:03:08','2009-04-14 15:03:08','<strong>Does change frighten you?</strong>\n\nIf so, you are not alone. Many people are so frightened of change that they cling to outmoded things.  For some people, it is that shoulder-padded 1980s look that keeps them grounded. In business, especially the marketing business, resistance to change may not look as jarring as a 1980s ensemble, but it still causes plenty of pain.\n\n<strong>The only constant is change</strong>\n\nFortunately or unfortunately, depending on your perspective, change is constant. Technology is especially fond of change and this kind of change is not only hard to deal with but expensive. Upgrade to Vista anyone?  A few years ago, we would have never dreamed that we would be communicating with each other in warp speed via text messages or Twitter, but yet here we are.\n\nI have noticed that many people in the marketing industry resist change. Some PR practitioners may stil insist on sending out press releases via fax or regular mail. Some may keep their website static, never updating. Many scoff at Twitter or blogs or Facebook, thinking that they are flavor of the moment and quickly gone.\n\nWhether Twitter will be here a year from now is debatable, but what is not debatable is that it changes the way people communicate and connect. If anything has derived from the new social media world, is how close connections can be to anyone anywhere. One can be in contact with an Australian designer or a French writer. And the other reality is that there is more information out there than ever before. It IS hard to keep up. But ignoring it because you don\'t like it will not make it go away. I have heard many people say they \"don\'t have time for blogs or for Twitter.\" Do you also not have time for the news and for email? My point is that the way people are communicating and learning is changing, and by resisting that change, especially if you are a marketing person, you are staying behind the times.\n\nThis reminds me of a friend who refuses to be on Facebook. She and I were catching up and she relayed information about a mutual friend, whom I haven\'t spoken to in a while. I told her I already knew. She wondered how I knew. I told her I saw it on Facebook.  The point is people communicate with each other via social media, and it is necessary for marketing people to understand where people find out things.\n\nLet me know what things you are resisting, and why. I really want to know!','Resisting change','','publish','open','open','','resisting-change','','','2009-04-14 10:03:08','2009-04-14 15:03:08','',0,'http://cuppamarcomm.wordpress.com/?p=371',0,'post','',0),
(374,4,'2009-04-15 14:39:02','2009-04-15 19:39:02','We judge people by their appearance\n\nHave you heard about the lastest YouTube sensation? Apparently, on the show<a class=\"wp-caption\" href=\"http://edition.cnn.com/2009/SHOWBIZ/TV/04/15/talent.show/index.html\" target=\"_blank\"> \"Britain\'s Got Talent,\"</a> a woman who is not a) young; b) thin or c) beautiful wowed the judges, because, get this, she can sing.  The show is about talent, and yet the woman was pre-judged on her appearance.\n\nWhile I think that judging talent by appearance is not wise, it remains part of how the world operates. We do judge the book by its cover. What does this mean for your marketing?\n\nEvaluate what people are seeing about you: website, brochure, business cards, etc.  Will people think you have less talent because your website is outdated or your cards have typos?\n\nAre you projecting what you want people to think? I have written before about this, but if you have a dated look (a website designed in the 90s) are people going to think you are  \"with it?\"  If you are a graphic designer and you have no samples on your website, what does that say?\n\nAppearance is easy to fix. Talent/quality is a lot harder.','It\'s all about appearance','','publish','open','open','','its-all-about-appearance','','','2009-04-15 14:39:02','2009-04-15 19:39:02','',0,'http://cuppamarcomm.wordpress.com/?p=374',0,'post','',0),
(379,4,'2009-04-21 10:38:50','2009-04-21 15:38:50','Nothing in the online universe is more annoying than spam. This past week, my email host was not working properly and a lot of spam got through. As I was busy deleting unwanted email, I got to thinking about what spammers do that works and what they do that doesn\'t.\n\nWhat works:\n\n1) Spammers know exactly what they are selling (online drugs, weight loss promises and other items).\n\n2) Identifying the keywords associated with their product and focus on those words.\n\n3) Trying again and again.\n\n4) Using official-looking return addresses to look legitimate\n\n5) Personalizing emails (which is scary but effective)\n\nWhat does not work\n\n1) Typos and spelling/grammar mistakes  in the subject line\n\n2) Using foul language\n\n3) Not targeting\n\nMost spam does a bit of both these lists, which is why, ultimately, many of us don\'t open this junk. You may wonder why they keep trying. Simple: it costs next to nothing to send these emails out. And there are always people looking for a fix, so someone must click on these emails.\n\nDo you open spam? Do you report spam? Have you ever seen a great spam subject line? If you have, let me know in the comments.\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m01.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/04/21/what-we-can-learn-from-spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m01.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam&amp;title=What%20we%20can%20learn%20from%20spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m01.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam&amp;title=What%20we%20can%20learn%20from%20spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m01.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam&amp;title=What%20we%20can%20learn%20from%20spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m01.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam&amp;title=What%20we%20can%20learn%20from%20spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m01.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam&amp;Title=What%20we%20can%20learn%20from%20spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m01.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam&amp;title=What%20we%20can%20learn%20from%20spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m01.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m01.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam&amp;t=What%20we%20can%20learn%20from%20spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m01.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F21%2Fwhat-we-can-learn-from-spam&amp;h=What%20we%20can%20learn%20from%20spam\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m01.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m01.png\" alt=\"\" /></p>','What we can learn from spam','','publish','open','open','','what-we-can-learn-from-spam','','','2009-04-21 10:38:50','2009-04-21 15:38:50','',0,'http://cuppamarcomm.wordpress.com/?p=379',0,'post','',0),
(382,4,'2009-04-23 08:54:15','2009-04-23 13:54:15','Does your business have a tagline? If yes, does it accurately convey what you do?  If not, why not?\n\nEvery business should have a tagline, no doubt. <strong>A tagline is an additional bit of information that clarifies what you do to your potential customers.</strong> Now, a tagline is not a motto. Webster\'s defines a motto as \"a short expression of a guiding principle.\"  A motto could be something generic, like \"we always do our best,\" which can be seen as something your employees rally around but that does not communicate anything about what your business does.\n\n<strong>What is a slogan? </strong>Webster\'s gives three definitions: 1) a war cry; 2) phrase used to express a characteristic position or goal; 3) attention-getting phrase used in promotion.  Clearly definition number 1 is not what we are after. And the difference between two and three is really the difference between a slogan and a tagline. A slogan should be unchanging, something that is more universal (your goals or your purpose) and your tagline can change for a particular ad campaign. And yes, a slogan and a tagline can be one and the same.\n\nFor instance, if you are a hospital or clinic, your slogan might be your commitment to a healthy future for all. If you are running an ad campaign, you might focus on a certain aspect of your practice like cardiology and your tagline might focus on helping patients achieve heart health. All the while your motto could be something about maintaining  the highest standard in hygienic practices.\n\nSo, how do you develop a tagline? First make sure you are not developing a motto.  Be more specific about what you are trying to communicate about your product or service.\n\nSteps:\n\n1) <strong>Understand your product or service and its USP</strong>. This seems fairly obvious but you would be surprised at how very few people can communicate succintly what they do. You might start with a short description of your product and service. Think about attributes, descriptors and differentiators\n\n2)<strong> Brainstorm</strong>. Write out 10-20 short lines (5-10 words) about your product or service. Incorporate some descriptors and attributes from above.\n\n3) <strong>Evaluate. </strong>Which is catchy? Which is comprehensive? Which is too generic? Eliminate anything that is cliche, generic, or just doesn\'t say enough.\n\n4) <strong>Narrow down your list</strong> to 3-5 choices and show them to your principal stakeholders.\n\n5) Have a<strong> vote</strong>. Generally, one tagline will emerge as the best one.\n\nOne more thing. People often confuse  logo and slogan. A logo is a GRAPHIC representation of your slogan/motto.  A logo is never a written piece. And logos are best left to design professionals. I would strongly counsel you to not try doing this at home!\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m05.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/04/23/how-to-develop-a-tagline/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m05.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F&amp;title=How%20to%3A%20Develop%20a%20tagline\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m05.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F&amp;title=How%20to%3A%20Develop%20a%20tagline\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m05.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F&amp;title=How%20to%3A%20Develop%20a%20tagline\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m05.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F&amp;title=How%20to%3A%20Develop%20a%20tagline\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m05.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F&amp;Title=How%20to%3A%20Develop%20a%20tagline\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m05.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F&amp;title=How%20to%3A%20Develop%20a%20tagline\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m05.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m05.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F&amp;t=How%20to%3A%20Develop%20a%20tagline\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m05.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F23%2Fhow-to-develop-a-tagline%2F&amp;h=How%20to%3A%20Develop%20a%20tagline\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m05.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m05.png\" alt=\"\" /></p>','How to: Develop a tagline','','publish','open','open','','how-to-develop-a-tagline','','','2009-04-23 08:54:15','2009-04-23 13:54:15','',0,'http://cuppamarcomm.wordpress.com/?p=382',0,'post','',1),
(387,4,'2009-04-30 13:38:36','2009-04-30 18:38:36','If you are a media buyer, and you are given the choice of only the online edition or the print edition of your local daily newspaper, which do you choose? Kind of a tricky question, right?\n\nLast week, I attended a panel on business news and media, specifically tailored for public relations people. One of the panelists was the tech writer at the Washington Post. He told us how his column on personal tech runs in the paper on Sunday but is posted online on Friday.  When I heard this I thought that the Post is cannibalizing itself. After all, if you can get the exact same content plus  links and commentaries, online, why ever would you subscribe to the Post? (Note to self: think about whether I should cancel Post subscription).\n\nBut, apparently, the two editions (print and online) have different audiences. Most people who exclusively read online NEVER read the print edition, and those who read the print edition will only go to the online version when they want more information. This is what came out of a survey of the attendees to this panel (put on by the Washington Network Group Communications Roundtable).\n\nWhat online offers that print does not is a multimedia experience, plus more (more info, links, comments, blogs).  Online is also more current, updated frequently and that is what people expect.\n\nAnother panelist, the editor for the Washington Business Journal, said that they do have different content online than on the print edition, and it is more updated. However, they just started a blog, get this, TWO WEEKS ago.  But WBJ may have an older base, who still wants the print edition and may not even visit the online edition.\n\nBottom line to answer the question is this:  is the online version better than the print version? And, what is your core target audience? If the online version is better, and has a better readership, certainly buy online only. If the online version is a skeleton version of the print, buy the print. And ultimately, look at the audience numbers. You want to buy where most of your audience is.\n\nYour thoughts and experiences welcome!\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m01.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/04/30/print-or-online/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m01.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F&amp;title=Print%20or%20online%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m01.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F&amp;title=Print%20or%20online%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m01.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F&amp;title=Print%20or%20online%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m01.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F&amp;title=Print%20or%20online%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m01.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F&amp;Title=Print%20or%20online%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m01.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F&amp;title=Print%20or%20online%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m01.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m01.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F&amp;t=Print%20or%20online%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m01.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F04%2F30%2Fprint-or-online%2F&amp;h=Print%20or%20online%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m01.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m01.png\" alt=\"\" /></p>','Print or online?','','publish','open','open','','print-or-online','','','2009-04-30 13:38:36','2009-04-30 18:38:36','',0,'http://cuppamarcomm.wordpress.com/?p=387',0,'post','',0),
(390,4,'2009-05-04 10:53:28','2009-05-04 15:53:28','<span style=\"color:#993366;\">UPDATE: A GenY blogger, Josh Groth made some great comments. (His blog is </span><a class=\"wp-caption\" title=\"Echodemic\" href=\"http://echodemic.blogspot.com/\" target=\"_blank\">http://echodemic.blogspot.com/</a>) <span style=\"color:#993366;\">Please read them in the comment section. But some stuff he pointed out is that GenY uses email for business communications and Facebook for personal use. They look stuff up on Wikipedia when they don\'t understand something. And they subscribe to magazines. I would love more input from anybody else out there who is a GenY person.</span>\n\nFull disclosure: I am a member of Generation X.  I have been \"fortunate\" to meet many members of GenY and have come across some universal behavior that impact communications with this young group of people.\n\n<strong>GenY loves to text.</strong> In fact, if you want a GenYer to respond to you, you should send a text first. Do not call and do not email.\n\n<strong>GenY loves Facebook.</strong> Well, so do many other people, but GenY is the first generation to adopt Facebook, and it could be argued, it was designed for them.\n\n<strong>GenY does not read printed materials </strong>as in a daily newspaper. Online baby! Yes, they read the Washington Post/NY Times/LA Times, but ONLINE only. I would venture to guess that the subscription level among this group for printed newspaper hovers near 0%.\n\nOther things to bear in mind when communicating with a 20-something:\n\n<span style=\"text-decoration:underline;\">Frame of reference.</span> They are not historically minded and will not get a reference to Ronald Reagan or LP records or anything that happened prior to 1990.\n\n<span style=\"text-decoration:underline;\">They tend to be conflict-averse.</span> GenY has been brought up to get along well with others (thanks to Rodney King and other influencers). If they don\'t like you (your product, your service) they won\'t argue or discuss, they will IGNORE.  You probably won\'t get much feedback unless you ask them nicely. Via text.\n\n<span style=\"text-decoration:underline;\">Their social mores are more fluid than previous generations</span>. They aren\'t easily shocked.\n\nAny other tips for communicating with GenY? Please comment.\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m04.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/05/04/communicating-with-geny/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m04.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F&amp;title=Communicating%20with%20GenY\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m04.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F&amp;title=Communicating%20with%20GenY\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m04.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F&amp;title=Communicating%20with%20GenY\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m04.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F&amp;title=Communicating%20with%20GenY\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m04.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F&amp;Title=Communicating%20with%20GenY\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m04.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F&amp;title=Communicating%20with%20GenY\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m04.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m04.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F&amp;t=Communicating%20with%20GenY\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m04.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F04%2Fcommunicating-with-geny%2F&amp;h=Communicating%20with%20GenY\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m04.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m04.png\" alt=\"\" /></p>','Communicating with GenY','','publish','open','open','','communicating-with-geny','','','2009-05-04 10:53:28','2009-05-04 15:53:28','',0,'http://cuppamarcomm.wordpress.com/?p=390',0,'post','',1),
(393,4,'2009-05-06 11:36:15','2009-05-06 16:36:15','Keywords. They are the mantra of the Search Engine Optimization (SEO) people.  Some websites are written in a weird, keyword heavy format to make them seem like candy for the search engines.  Websites also have metatags and alt-text and other areas for keywords. Search engines read text, which is why content is king on the Internet. Search engines do not read images, unless they are labeled or tagged.\n\nSome companies set up blogs just to increase their likelihood of being found. And SEO people think you should have keywords there too.\n\nIf you ever doubted that keywords are important, then do a little experiment on Twitter. Use a keyword like marketing, writing, or golf (if that is your thing) and see how many people start following you. Yesterday, I re-tweeted a story about the Christian Science Monitor getting rid of its religion reporter (fairly ironic, and that is why I shared it). Guess what, no less than three people of a heavy Christian persuasion started following me. Even though none of my posts and my bio say anything about Christianity. These people were simply keyword surfing and leeched on to the word Christian in Christian Science Monitor.\n\nSo, how do you create a list of keywords? Easy.  Start with your industry and work from there. Say you are a civil engineer. You would have the following: engineering, civil engineering, building, and so on. The important thing is to think of variations and related words. If you are in advertising, you would naturally choose marketing, and perhaps sales.  You may also want to include location (city, state, country) and specialties. You may want to use the names of your principals. <strong>Just ask yourself: what would people ask if they needed to find me or someone that does what I do? </strong>\n\nFinal thought: a popular word on this blog has been Twitter. In fact, I am sure if I tagged this article with the word Twitter, I will get plenty of search engine hits.  <strong>\n</strong>\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m05.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/05/06/words-are-key/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m05.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F&amp;title=Words%20are%20Key\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m05.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F&amp;title=Words%20are%20Key\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m05.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F&amp;title=Words%20are%20Key\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m05.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F&amp;title=Words%20are%20Key\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m05.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F&amp;Title=Words%20are%20Key\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m05.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F&amp;title=Words%20are%20Key\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m05.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m05.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F&amp;t=Words%20are%20Key\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m05.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F06%2Fwords-are-key%2F&amp;h=Words%20are%20Key\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m05.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m05.png\" alt=\"\" /></p>','Words are Key','','publish','open','open','','words-are-key','','','2009-05-06 11:36:15','2009-05-06 16:36:15','',0,'http://cuppamarcomm.wordpress.com/?p=393',0,'post','',0),
(399,4,'2009-05-13 08:06:37','2009-05-13 13:06:37','OK, not quite as sexy as Sex, Lies and Videotape...\n\nLately, I have been reading/hearing a lot about comments on blogs. Most people seem to favor comments. One of the ways we know that people are responding or finding what we write interesting and worthwhile is when we get comments. It is also a way to know what our audience is thinking.  Others are not so keen on allowing comments because there might be some negative or disparaging statements, and opening up you/your organization to what the public thinks.\n\nClearly, some organizations are more likely to want to know how the audience thinks and some are not so inclined. <strong>I would counsel those who want to remain hermetic not to have a blog. A blog, almost by definition, is a forum (it can be internal, but nevertheless it is about exchange of ideas). </strong>\n\nThose who are OK with audience interaction should probably have guidelines to govern the comments. In fact, you don\'t HAVE to publish each and every comment if you don\'t want. Right here on Caffeinated we\'ve received some fairly self-serving comments along with some out of left field observations that we have decided to let live in the netherworld.\n\nCourtland Milloy, a columnist at the <em>Washington Post</em>, has <a class=\"wp-caption\" title=\"Courtland Milloy\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/05/12/AR2009051203181.html\" target=\"_blank\">a piece in today\'s paper</a> about nasty/ignorant/vicious comments. He wants readers to tone down the invective. I agree with him--I have followed some comment streams on opinion pieces and people give wind to the most disagreeable thoughts.  And Milloy argues that even though these commenters are counted as visitors to the site, some advertisers may not want to be associated with them.  Is this true? I am not sure that advertisers/marketers look at comments other than as a numbers game. We all know that there are some kooky people out there who are bored/irritated/deranged and take it out on comments boards. <strong>What we endorse as marketers is the content on the site, not the comments.</strong>\n\n<strong>As marcomm folks, what we need to worry about is our policy for comments</strong>.  I don\'t think you should discourage comments, but you should make clear that not everything is fair play and that not every utterance will see the light of the blogosphere. You may want to set this out in a terms and conditions somewhere on your blog.\n\nDavid Griner, in his blog, The Social Path, has had a series of articles on comments. It is worthwhile to read<a class=\"wp-caption\" title=\"Social Path\" href=\"http://www.thesocialpath.com/2009/05/blog-comment-chaos3.html\" target=\"_blank\"> this one,</a> about whether you are LEGALLY liable for comments made on your blog. As I point out above, this type of concern should be part of the policies that govern your site, and something you must consider if you do have a blog.\n\nYour thoughts? Comment, but please no racist, slanderous, sexist remarks!\n<h5>Copyright 2009 Deborah Brody All Rights Reserved</h5>\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m01.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/05/13/blogs-comments-and-marketing/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m01.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F&amp;title=Blogs%2C%20comments%20and%20marketing\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m01.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F&amp;title=Blogs%2C%20comments%20and%20marketing\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m01.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F&amp;title=Blogs%2C%20comments%20and%20marketing\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m01.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F&amp;title=Blogs%2C%20comments%20and%20marketing\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m01.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F&amp;Title=Blogs%2C%20comments%20and%20marketing\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m01.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F&amp;title=Blogs%2C%20comments%20and%20marketing\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m01.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m01.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F&amp;t=Blogs%2C%20comments%20and%20marketing\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m01.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F13%2Fblogs-comments-and-marketing%2F&amp;h=Blogs%2C%20comments%20and%20marketing\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m01.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m01.png\" alt=\"\" /></p>','Blogs, comments and marketing','','publish','open','open','','blogs-comments-and-marketing','','','2009-05-13 08:06:37','2009-05-13 13:06:37','',0,'http://cuppamarcomm.wordpress.com/?p=399',0,'post','',0),
(402,4,'2009-05-20 14:09:06','2009-05-20 19:09:06','There are hundreds of professional associations, representing every imaginable industry and career path. There is even an association for associations (or at least for association executives): ASAE. The ASAE has been advertising itself on TV lately, something I have never seen before. It is doing it mostly on Sunday morning talk shows, and the campaign is called the Power of A.\n\nAssociations, like other donor or member-based organizations, have to work to maintain the number of donors or members. A drop is serious, as it means a cut in income. At the same time, these associations or organizations have to work extra hard to entice people to join.\n\nIn the last few weeks, several associations I could be a member of because of my profession, have been having membership drives. They are offering one or more of the following:\n<ul>\n	<li>Reduced membership costs</li>\n	<li>Gifts with membership</li>\n	<li>Waived application fees</li>\n</ul>\nDo these enticements work? I think the one that works the best is reduced membership costs, <strong>IF </strong>there is sufficient benefit to joining. And therein lies the problem. Often, these associations have events that are open to the public. Non-members pay more than members.  If you like what you see, and you want to go to more events, perhaps membership is worth it, in pure cash value. However, you can still go when you want even if you aren\'t a member. But what else does membership offer? What exclusive, member-only benefits does the association offer? What can you get nowhere else?\n\nIn some cases, people want the \"cachet\" of being a member. Or they want the opportunity to network, or raise their leadership profile by serving on committees and boards. All these are valid reasons to join.  Being an association member shows that you are really  interested in/committed to the field.\n\nAnother issue is that there may be several associations representing your field. Which do you choose? In my case, I could be in the American Marketing Association, Public Relations Society of America, International Association of Business Communicators, the Association for Women in Communications, and so forth. For me, the problem is the cost of joining is not subsidized by an employer, since I work for myself.  I have to choose carefully. And yes, the money incentive works. Making it more affordable to join is an incentive.\n\nBottom line is memberships have to do with cost and value.  Providing sufficient value for members makes membership worthwhile.\n\nWhat makes you join an association? Is it worth it?\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m02.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/05/20/marketing-prof…l-association\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m02.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association&amp;title=Marketing%20professional%20associations\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m02.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association&amp;title=Marketing%20professional%20associations\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m02.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association&amp;title=Marketing%20professional%20associations\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m02.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association&amp;title=Marketing%20professional%20associations\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m02.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association&amp;Title=Marketing%20professional%20associations\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m02.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association&amp;title=Marketing%20professional%20associations\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m02.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m02.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association&amp;t=Marketing%20professional%20associations\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m02.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F20%2Fmarketing-prof…l-association&amp;h=Marketing%20professional%20associations\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m02.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m02.png\" alt=\"\" /></p>','Marketing professional associations','','publish','open','open','','marketing-professional-associations','','','2009-05-20 14:09:06','2009-05-20 19:09:06','',0,'http://cuppamarcomm.wordpress.com/?p=402',0,'post','',1),
(406,4,'2009-05-25 09:22:00','2009-05-25 14:22:00','It was a matter of time, I suppose.  The newspaper industry has finally woken up and realized it needs to defend itself. It is as if the newspapers industry decided to say to the world, much like  Mark Twain did, the rumors of my death are greatly exaggerated.\n\nToday (which is Memorial Day), buried in the Style section of the Washington Post (which makes me wonder) is a half-page ad entitled: The Reality About Newspapers, paid for by the Arlington, VA-based Newspaper Association of America.  The ad attempts to defend the viability of newspapers. It proposes to set the record straight about the following \"myths:\"\n<ol>\n	<li>No one reads newspapers (they say more than 104 million people read every day --in the US? Worldwide?)</li>\n	<li>Young people don\'t read newspapers (they say 61 percent of 18-24 year olds read a paper or visit a newspaper website)</li>\n	<li>Newspaper readership is tanking (They say newspaper readership declined a \"mere 1.8% compared to 10% decline in prime time TV viewership)</li>\n	<li>Many newspapers are going out of business (they say newspapers remain profitable????)</li>\n	<li>Newspaper advertising doesn\'t work (Google research says 56% of consumers researched product that they saw in a newspaper)</li>\n	<li>No creative options in newspapers (says who?)</li>\n	<li>If newspapers close, you will still be able to get news from other sources (newspapers are the premiere source of journalism--no quibble there)</li>\n</ol>\nThe ad concludes with the idea that the newspaper industry is transforming itself, and invites you to visit <a class=\"wp-caption\" title=\"Newspaper Association\" href=\"http://www.newspapermedia.com\" target=\"_blank\">www.newspapermedia.com</a>.\n\nI am not sure that these are all  \"myths,\" or that they are widely held, and I am not sure the ad did a good job of refuting them. The facts don\'t all add up and they don\'t clarify who is reading newspapers and where. Additionally, the placement day and place within the newspaper makes it highly unlikely that many people will see this. Besides, isn\'t printing an ad about defending newspapers in the newspaper preaching to the choir?\n\nIt was time to hear the newspaper side of the story. But the facts are there:  several newspapers have closed their doors in the past few months and many are seeing falling ad revenues and decreasing readership.  If the Newspaper Association wants to salvage its industry it must do a better, more clever job of getting its message across. This may be one of the lamest ads I have ever read, and I read a newspaper every day!!!!\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m02.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/05/25/the-defense-of-newspapers/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m02.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F&amp;title=The%20defense%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m02.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F&amp;title=The%20defense%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m02.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F&amp;title=The%20defense%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m02.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F&amp;title=The%20defense%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m02.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F&amp;Title=The%20defense%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m02.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F&amp;title=The%20defense%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m02.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m02.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F&amp;t=The%20defense%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m02.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F05%2F25%2Fthe-defense-of-newspapers%2F&amp;h=The%20defense%20of%20newspapers\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m02.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m02.png\" alt=\"\" /></p>','The defense of newspapers','','publish','open','open','','the-defense-of-newspapers','','','2009-05-25 09:22:00','2009-05-25 14:22:00','',0,'http://cuppamarcomm.wordpress.com/?p=406',0,'post','',0),
(409,4,'2009-06-02 07:16:53','2009-06-02 12:16:53','According to Netflix, the British/BBC series Gavin and Stacey garners four and a half stars. This is why I added it to my queue. But I watched the first season (all on one DVD) and I rated the thing two stars. (Quick plot explanation: Gavin, who lives in Essex, and Stacey, who lives in Wales,  meet over the phone and decide to meet in person after six months. They fall in love. Meanwhile, they each have a best friend: Smithy for Gavin and Nessa for Stacey, who also get involved.)\n\nI have no doubt that many people find Gavin and Stacey hilarious. In fact, some of the acting is very good, and some of the situations are painfully relevant. However, it is clear that the intended audience is British. For instance, the whole Wales is another country joke. In the United States, we would be hard pressed to find Wales on the map of the UK, and for the British, Wales is quite literally another country (just like Scotland). There is rivalry between them, and there is some kind of joke on how the Londoners can\'t understand what the Welsh are saying. OK, I get it, but I don\'t really get it in the way a British person would.\n\nAnd then, there is the culture of a place. Apparently, smoking is still a normal thing to do in Britain. There is smoking indoors and out, by everyone. In the U.S., we have steered away from showing this much smoking, and I don\'t think I have seen much on TV. In Britain, the culture is OK with smoking. To me, it is jarring (and adds nothing to the plot).\n\nIn short, I didn\'t find Gavin and Stacey quite as amusing as if I had been British. That is because the series is written by the British for the British. Yes, some things are universal (weird in-laws, weird friends, not wanting to reveal secrets), which is why we can watch programs from different countries and get it. Humor though, is harder to convey.\n\nThe bottom line is that you write for your audience. To do this, you must understand who your audience is and what makes them tick. We define audiences in all sorts of ways: demographically, geographically and so on.  Case in point: you would not write an ad directed to a 65 plus demographic using teen slang. It just wouldn\'t make sense.\n\nUnderstand your audience and tailor your word choice and message to their needs and sensibilities.\n<h6>Copyright 2009 Deborah Brody</h6>\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m02.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/06/02/writing-for-your-audience/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m02.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F&amp;title=Writing%20for%20your%20audience\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m02.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F&amp;title=Writing%20for%20your%20audience\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m02.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F&amp;title=Writing%20for%20your%20audience\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m02.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F&amp;title=Writing%20for%20your%20audience\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m02.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F&amp;Title=Writing%20for%20your%20audience\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m02.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F&amp;title=Writing%20for%20your%20audience\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m02.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m02.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F&amp;t=Writing%20for%20your%20audience\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m02.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F02%2Fwriting-for-your-audience%2F&amp;h=Writing%20for%20your%20audience\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m02.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m02.png\" alt=\"\" /></p>','Writing for your audience','','publish','open','open','','writing-for-your-audience','','','2009-06-02 07:16:53','2009-06-02 12:16:53','',0,'http://cuppamarcomm.wordpress.com/?p=409',0,'post','',0),
(413,4,'2009-06-04 13:16:38','2009-06-04 18:16:38','We can dub it newspaper suicide when newspapers do things that are guaranteed to reduce subscription rates, and I don\'t mean by endorsing an unpopular candidate or showing bias on their pages. It is by cannibalizing their own print readers.\n\nLet me give you a case in point about my local newspaper, the fabled Washington Post. Last Friday, I am checking the weather and blogs on the Washington Post website, and lo and behold, I see columnist Mark Fisher\'s LAST column. I read it to learn that he is leaving the Post, why, etc. Fast forward to Sunday. I settle in with my ever-thinner newspaper, and guess what, I see Mark Fisher\'s last column in PRINT.  Now let me rephrase this in monetary terms. I read Mark Fisher\'s column on Friday online for FREE, and I read the same column in print for a price.  (P.S. you can read lots of Sunday print columns online, on Friday).\n\nThen, if this is not enough to get me thinking that I am a sucker for paying to have the newspaper delivered to me when all I have to do is turn on my computer to read the same stuff online, that I see that TV Week has now become an opt-in to the paper, meaning I have to actually call the Post to tell them that I want to continue receiving this handy-dandy TV guide.  Let me repeat this again: I have to tell them to deliver it.\n\nA couple of months ago, the Post folded its printed Book World supplement, making it online only. And in fact, if you want a listing of paperback bestsellers in the DC area, you have to go online, because the printed edition just lists the hardcover bestseller list.\n\nAnd here\'s another piece of the suicide pact that the Post seems to have: they are now touting a special online only investigation on the front page of the printed paper. So, it seems, they want me, a reader of the print version, to go online. If I haven\'t been online before, then I will realize that the entire newspaper plus much more is available for free.\n\nIn effect, the newspaper is driving me to go online. Special investigations, columns available before their print date, up to date event reviews, blog posts, discussions....why would I want to pay to get a newspaper delivered? I am asking that every day, and I bet a bunch of people are too. The thing is the paper is still making money from subscriptions and print advertising, right? So why are they not giving subscribers more not less????\n\nIn my opinion, this is a conscious attempt to drive people to the online version so that they can stop issuing a print version. Then, they will save printing and delivery costs, and finally, start charging for the online version once the printed version disappears.  You will only pay for something if there is no alternative, right? The Post has been doing this piecemeal, but we are seeing the effects in a much reduced printed version, a heftier online version and a mandate for all reporters to blog, Tweet, and have a Facebook page. Obviously, the future in online.\n\nWhat do you think?\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m04.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/06/04/how-newspapers…ing-themselves/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m04.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F&amp;title=How%20Newspapers%20Are%20Killing%20Themselves\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m04.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F&amp;title=How%20Newspapers%20Are%20Killing%20Themselves\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m04.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F&amp;title=How%20Newspapers%20Are%20Killing%20Themselves\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m04.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F&amp;title=How%20Newspapers%20Are%20Killing%20Themselves\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m04.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F&amp;Title=How%20Newspapers%20Are%20Killing%20Themselves\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m04.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F&amp;title=How%20Newspapers%20Are%20Killing%20Themselves\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m04.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m04.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F&amp;t=How%20Newspapers%20Are%20Killing%20Themselves\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m04.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F04%2Fhow-newspapers…ing-themselves%2F&amp;h=How%20Newspapers%20Are%20Killing%20Themselves\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m04.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m04.png\" alt=\"\" /></p>','How Newspapers Are Killing Themselves','','publish','open','open','','how-newspapers-are-killing-themselves','','','2009-06-04 13:16:38','2009-06-04 18:16:38','',0,'http://cuppamarcomm.wordpress.com/?p=413',0,'post','',0),
(416,4,'2009-06-05 11:55:57','2009-06-05 16:55:57','When you host an event, you want people to attend, right? If you don\'t think so, just ignore this post.\n\nSo, how do you get people to attend your event? It may seem self evident, but many organizations do not follow these promotional tips:\n\n<strong>0) Before you start, be sure to have all the following info for inclusion: title and purpose of event, date of event, hours of event, exact location and directions to event, cost, contact information, whether you need to RSVP or not (and who the RSVP contact is).  You would be surprised at how many invitations miss some of this critical data.</strong>\n\n1) Invite people.  Be sure to send out an invitation to all members, interested parties, people who have attended your events in the past, etc.\n\n2) Post the event on your website or blog or both. Ask a third party to check and see if you have included all necessary information.\n\n3) Send a calendar item listing to your local newspaper, event aggregator, tv station.\n\n4) Include in your newsletter. If it is an annual event, add to your signature line on email and include on all communications, internal and external.\n\n5) Remind people. There are many events competing for people\'s attendance, so be sure to send reminders. This is where social media like Twitter could be useful.\n\n6) Create an event page on Facebook or other social media sites.\n\n7) To be really efficient, you may want to use an electronic event management database to help you to keep track of attendees, send out invites and take RSVPs. Two that come to mind are <a class=\"wp-caption\" href=\"http://www.cvent.com/\" target=\"_blank\">CVent</a> and <a class=\"wp-caption\" href=\"http://www.eventbrite.com/\" target=\"_blank\">EventBrite</a>.\n\nA note about timing:  You want to give people enough time to plan to attend, but not too much time so that they may forget about the event. Perhaps you can invite three to four weeks in advance, and remind people two weeks and one week before the event.\n\nAgain, the most important thing about publicizing an event is to provide all the information somebody would need to attend the event. Don\'t take this for granted. I can\'t tell you how many events I have seen listed that lack basic info such as DATE!\n\nIf I have overlooked anything, please remind me in the comments!\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m02.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/06/05/are-you-hosting-an-event\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m02.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event&amp;title=Are%20you%20hosting%20an%20event%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m02.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event&amp;title=Are%20you%20hosting%20an%20event%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m02.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event&amp;title=Are%20you%20hosting%20an%20event%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m02.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event&amp;title=Are%20you%20hosting%20an%20event%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m02.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event&amp;Title=Are%20you%20hosting%20an%20event%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m02.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event&amp;title=Are%20you%20hosting%20an%20event%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m02.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m02.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event&amp;t=Are%20you%20hosting%20an%20event%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m02.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F05%2Fare-you-hosting-an-event&amp;h=Are%20you%20hosting%20an%20event%3F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m02.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m02.png\" alt=\"\" /></p>','Are you hosting an event?','','publish','open','open','','are-you-hosting-an-event','','','2009-06-05 11:55:57','2009-06-05 16:55:57','',0,'http://cuppamarcomm.wordpress.com/?p=416',0,'post','',1),
(420,4,'2009-06-08 10:18:15','2009-06-08 15:18:15','You\'ve probably heard of the Susan G. Komen Race for the Cure, right? Well it doesn\'t exist anymore. It changed its name to the Susan G. Komen GLOBAL Race for the Cure.  This is the second year I participated and I think the rebranding is bogus and confusing. From a marketing perspective I understand why they would do it. After all, now they are able to call it the \"first ever\" global Race.  But that is BS. It is not the first Race and anyone who has ever participated knows that.\n\nWhat this rebranding accomplish? Not much that I can tell. In fact, this year the Race here in the Washington DC area had fewer participants (45,000 vs. 50,000 last year) and raised less money.  Last year, Cynthia Nixon and Condoleeza Rice addressed the participants, and participated in the Race. Also, Mayor Adrian Fenty raced. This year, the only \"celebrities\" were Jill Biden and her husband.\n\nIn any case, I think that any established cause or organization needs to carefully evaluate what it aims to get from a rebranding. Is it worth the cost? Is it worth the confusion?\n\nUltimately, I felt that the \"Global\" Race for the Cure was very disorganized compared to last year. I did not feel appreciated for raising money or participating and I don\'t think I will participate next year. And I did not get that it was global in nature (other than the very long and ridiculous speech by some \"royal\" from Bosnia). In fact the whole point of Komen is to raise funds for the LOCAL community.\n\n[polldaddy poll=1689540]\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m03.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/06/08/thoughts-about-a-rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m03.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding&amp;title=Thoughts%20about%20a%20rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m03.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding&amp;title=Thoughts%20about%20a%20rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m03.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding&amp;title=Thoughts%20about%20a%20rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m03.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding&amp;title=Thoughts%20about%20a%20rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m03.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding&amp;Title=Thoughts%20about%20a%20rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m03.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding&amp;title=Thoughts%20about%20a%20rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m03.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m03.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding&amp;t=Thoughts%20about%20a%20rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m03.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F08%2Fthoughts-about-a-rebranding&amp;h=Thoughts%20about%20a%20rebranding\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m03.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m03.png\" alt=\"\" /></p>','Thoughts about a rebranding','','publish','open','open','','thoughts-about-a-rebranding','','','2009-06-08 10:18:15','2009-06-08 15:18:15','',0,'http://cuppamarcomm.wordpress.com/?p=420',0,'post','',3),
(424,4,'2009-06-16 13:21:04','2009-06-16 18:21:04','I recently read that to get leads for your business, white papers are the answer. (For those that don\'t know, white papers are backgrounders, in-depth write ups about a subject area.) For one second I thought, yeah! that is the answer and I was about to put it on my to-do list. But wait, I thought, there is never ONE answer to marketing. That is the magic bullet thinking that gets lots of people in trouble.\n\nMarketing should be about using a mix of strategies and tactics that can promote your service or product to its target audience. For instance, say you are marketing denture paste. You could advertise in the AARP magazine (if the budget allows) or in a local seniors newspaper. You could sponsor an event targeting those 65+. You could do many things, but you wouldn\'t necessarily advertise in Blender Magazine or choose a skateboarding teen as your spokesperson. You have to go where your target audience goes.\n\nSo, my advice to you is that if someone tells you that to market your business, all you need to do is this one thing, walk away. Walk away fast. There is never a one-size solution nor any kind of magic bullet. Marketing is about creating awareness and that can take time and many forms.\n\nI had a client once who was looking for the magic bullet. So, he hired me to re-do some copy, and he hired a PR guy to get some publicity, and he redesigned his website. He thought that each thing he did would bring a huge influx in business. And none of it did. Sure he got a better website, and good publicity, but because nothing was strategic and everything was a quick response to I need to get more business, it didn\'t work. And he kept wasting money wanting to find the one thing that would work instead of working on many different tactics that would give his brand cohesiveness.  I could never make that client happy because one piece of copy or one press release is not going to turn you into a million dollar business.\n\nA couple of nights ago, I was watching CNBC and they had a show entitled The Oprah Effect. As you no doubt know, anything that is seen on Oprah, almost automatically becomes a bestseller. You may think then that Oprah is a magic bullet. Well, yes and no. It does get you tremendous exposure, but in order to get on Oprah, you have to have a good product, good marketing and a good story. Those are part of the marketing mix. You also have to be ready to play in the big leagues. What if you can\'t deliver? Then your business is going down the tubes.\n\nIn sum, stop looking for one solution and look at the whole picture. What do you need to do to give yourself a marketing boost?\n\n\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m04.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/06/16/the-answer-to-…arketing-needs/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m04.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F&amp;title=The%20answer%20to%20your%20marketing%20needs\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m04.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F&amp;title=The%20answer%20to%20your%20marketing%20needs\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m04.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F&amp;title=The%20answer%20to%20your%20marketing%20needs\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m04.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F&amp;title=The%20answer%20to%20your%20marketing%20needs\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m04.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F&amp;Title=The%20answer%20to%20your%20marketing%20needs\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m04.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F&amp;title=The%20answer%20to%20your%20marketing%20needs\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m04.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m04.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F&amp;t=The%20answer%20to%20your%20marketing%20needs\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m04.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F16%2Fthe-answer-to-…arketing-needs%2F&amp;h=The%20answer%20to%20your%20marketing%20needs\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m04.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m04.png\" alt=\"\" /></p>','The answer to your marketing needs','','publish','open','open','','the-answer-to-your-marketing-needs','','','2009-06-16 13:21:04','2009-06-16 18:21:04','',0,'http://cuppamarcomm.wordpress.com/?p=424',0,'post','',1),
(427,4,'2009-06-17 12:43:25','2009-06-17 17:43:25','How many of you use enewsletters? I bet a fair amount do, and a larger amount receive many enewsletters each day.\n\nCertainly enewsletters are more environmentally-friendly than printed newsletters, and are more timely, since there is no lag time getting to a printer. And for sure, enewsletters are cost-effective, costing nothing to a few centers per newsletter. But, and this is a big but, are enewsletters effective in achieving their objective?\n\nAn enewsletter intends to inform or to promote or both.  There are internal and external enewsletters too. Some serve as employee communications, others as corporate communications.\n\nWhat I am wondering is with the overwhelming amount of information (email, Twitter, Facebook, RSS feeds, blogs, news aggregators) that we are exposed to each day, are enewsletters serving their purpose? Or have they become one more piece of nuisance in our inboxes? I am not sure, but I sure would like to hear your opinions. Vote in the poll or send me thoughts in the comments.\n\n[polldaddy poll=1714351]\n<p style=\"text-align:left;\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa200m01.png\" alt=\"\" /><a href=\"http://www.facebook.com/sharer.php?u=http://cuppamarcomm.wordpress.com/2009/06/17/enewsletters/\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa201m01.png\" alt=\"Add to Facebook\" /></a><a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F&amp;title=Enewsletters\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa202m01.png\" alt=\"Add to Digg\" /></a><a href=\"http://del.icio.us/post?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F&amp;title=Enewsletters\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa203m01.png\" alt=\"Add to Del.icio.us\" /></a><a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F&amp;title=Enewsletters\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa204m01.png\" alt=\"Add to Stumbleupon\" /></a><a href=\"http://reddit.com/submit?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F&amp;title=Enewsletters\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa205m01.png\" alt=\"Add to Reddit\" /></a><a href=\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F&amp;Title=Enewsletters\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa206m01.png\" alt=\"Add to Blinklist\" /></a><a href=\"http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F&amp;title=Enewsletters\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa207m01.png\" alt=\"Add to Ma.gnolia\" /></a><a href=\"http://www.technorati.com/faves?add=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa208m01.png\" alt=\"Add to Technorati\" /></a><a href=\"http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F&amp;t=Enewsletters\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa209m01.png\" alt=\"Add to Furl\" /></a><a href=\"http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2009%2F06%2F17%2Fenewsletters%2F&amp;h=Enewsletters\" target=\"_blank\"><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa210m01.png\" alt=\"Add to Newsvine\" /></a><img style=\"border:0;margin:0;padding:0;\" src=\"http://getsocialserver.files.wordpress.com/2008/05/gsa211m01.png\" alt=\"\" /></p>','Enewsletters','','publish','open','open','','enewsletters','','','2009-06-17 12:43:25','2009-06-17 17:43:25','',0,'http://cuppamarcomm.wordpress.com/?p=427',0,'post','',0),
(430,4,'2009-06-19 10:19:04','2009-06-19 15:19:04','<span style=\"text-decoration:underline;\">Radio Commercials</span>\n\nDoes it seem to you that every time you are listening to the radio, and a commercial break comes on,  you get commercials on all other stations as well? Does it also seem to you that commercial breaks/DJ gab fests on radio go on for way too long?\n\nIt\'s great that there is still so much advertising on radio, but I think that by making the commercial breaks so long radio stations risk losing their listeners. If I am listening to station, and a long commercial break comes on, I switch stations until I find one that is playing music. If these breaks were shorter, there would be less risk of alienation, IMO.\n\n<span style=\"text-decoration:underline;\">Different name, same location</span>\n\nWhy is it that store owners think that by changing the name of a store they will get tons of new business? I was just walking home and saw that a day spa/salon just changed their name (and to something a lot more utilitarian). I thought, well, the problem was not the name of the salon, it is the location! Hard to get to, off the beaten path, etc. I don\'t know if the salon was sold to another owner, but in any case, when I see too many names on the same store front I tend to think problems.\n\n<span style=\"text-decoration:underline;\">As if we thought Iran was democratic</span>\n\nI am not sure why Iran bothered to hold elections. Why pretend they are a democracy? Let me point out that the actual leader of Iran is not the president but the Ayatollah, the so-called Supreme Leader. Anytime you have someone ruling a country who is not elected and calls himself the Supreme Leader you are not dealing with a democracy. The problem is that the west wanted to believe that elections=democracy. They do not. It is not good marketing for Iran to hold elections and then repress the protests when it appears the election is a sham. Talk about a public relations fiasco!','Random thoughts','','publish','open','open','','random-thoughts','','','2009-06-19 10:19:04','2009-06-19 15:19:04','',0,'http://cuppamarcomm.wordpress.com/?p=430',0,'post','',0),
(433,4,'2009-06-24 09:13:14','2009-06-24 14:13:14','As you have no doubt read somewhere else, the governor of North Carolina, Mark Sanford, had disappeared for a few days and no one seemed to know where he was. His staff first said they didn\'t know, and then they said he was hiking the Appalachian Trail. Well, it turns out the good governor was a lot farther away...he was in Argentina. And when he arrived back in the United States he expressed surprise about the amount of coverage.\n\nFirst, let\'s start with the public relations aspect of this.  Sanford screwed up, and not by going out of town, but by being secretive about it. He could have easily said he was taking a few vacation days and that would have been the end of the story. Instead, he chose secrecy and his staff chose disinformation or misinformation. These decisions reflect poorly on the governor\'s and his staff\'s judgements. Clearly, these poor folks don\'t understand how the media works. News is instantaneous and has a wide net. Everyone reported his \"disappearance\" and they also reported the explanation and now they are reporting (and commenting) on what really happened.  Not being able to understand the consequences of your actions is the definition of lack of judgement.\n\nWhen you are in a political position you are also in a public position. It is probably hard to adjust to losing your privacy but that is the what happens when you get elected to office. President Obama has made comments to this effect, about how he is living in a bubble and so forth. Nonetheless, it is best to acknowledge and deal with the situation. Not understanding that the public is now invested in an elected official\'s moves is not understanding how politics works.\n\nIn any case, this case shows that a being upfront is good policy and good politics. Not talking or being secretive always carries a negative connotation. People imagine the worse and in today\'s hyperfast communications environment, negative comments can transverse the globe in seconds.\n\nYou can read great insight on this situation in <a class=\"wp-caption\" title=\"Politico\" href=\"http://www.politico.com/news/stories/0609/24131.html\" target=\"_blank\">Politico.com</a> and on <a class=\"wp-caption\" title=\"The Fix\" href=\"http://voices.washingtonpost.com/thefix/governors/sanford-from-bad-to-worse.html\" target=\"_blank\">The Fix blog</a> in the Washington Post.','Being upfront is good policy','','publish','open','open','','being-upfront-is-good-policy','','','2009-06-24 09:13:14','2009-06-24 14:13:14','',0,'http://cuppamarcomm.wordpress.com/?p=433',0,'post','',0),
(435,4,'2009-06-30 07:59:19','2009-06-30 12:59:19','Evening news broadcasts skew older on audience demographics, which is why you will often see medications for cholesterol, ED, and other diseases that affect older people advertised there.  Of all three network evening news, I would venture to say that ABC World News with Charles Gibson skews the oldest, simply because Charlie is the oldest anchor.  Lately, all evening newscasts have been tending to soft news, with a smattering of hard news. NBC Nightly News has a segment called Making a Difference and ABC does the New Normal. If you want hard news, you\'d turn to BBC or the Internet. If you want in-depth news, you\'d probably tune into the News Hour with Jim Lehrer on PBS.\n\nLast week, there were at least four celebrity deaths. Per usual, all were covered by all networks. On Friday night, ABC World News covered the Michael Jackson death for the entire broadcast, except for about one minute devoted to other news. The other networks did much the same, except for PBS.  In my opinion, this is more reflective of the news editors interests than of the news viewers interests, and it will result in more audience loss for ABC, etc. Don\'t believe me. Read viewers responses to the ABC news decision to devote its broadcast to Jackson\'s death <a class=\"wp-caption\" title=\"ABC News Comments\" href=\"http://abcnews.go.com/comments?type=story&amp;id=3029898\" target=\"_blank\">here.</a>\n\nWorld News for sure lost me as a viewer. I watch the evening news broadcasts for the news, as quaint as that may seem. I understand some coverage of the premature death of a pop star, but I don\'t understand the 24-7 coverage that has been going on, in spite of some pretty major international and domestic news.  From now on, I will watch the News Hour.  Less hype, more news (maybe too much news, but that is another story).  I will be curious to see Nielsen ratings for this week. It seems to me that people interested in the Jackson story do not watch ABC World News. They watch Access Hollywood or Inside Edition.\n\nI have written of this before, and I will continue to defend this position. You communicate to your core/target audience first. Perhaps ABC was seeking a younger demographic,  or trying to appeal to people who normally don\'t watch Charlie Gibson. However, what they did was ignore their core audience and even alienate said core audience.  The core audience, the audience who watches Charlie every evening because they admire his editorial choices, was disgusted as is apparent in the comments made to ABC. And, the \"new\" audience is not sticking around for Person of the Week next week, unless said person is Michael Jackson.','Ignore your core audience at your peril','','publish','open','open','','ignore-your-core-audience-at-your-peril','','','2009-06-30 07:59:19','2009-06-30 12:59:19','',0,'http://cuppamarcomm.wordpress.com/?p=435',0,'post','',0),
(437,4,'2009-07-14 11:41:56','2009-07-14 16:41:56','Last week, I was working at a conference. I was hired to write reports about several workshops. Two other women were hired in the same role. One of these women was warm and friendly. She wanted to chat and have lunch. She swapped business cards. The other was very reserved. She did not seem interested in having lunch, chatting, or even the conference itself. The friendly woman has her own business. She says it\'s going well. The second woman had recently been laid off. She was searching for work and was using the conference as an additional source of income. She had business cards from her previous employer, which obviously was not the correct contact information.\n\nHere are a few lessons on personal marketing this second woman could learn:\n<ul>\n	<li>Friendliness can create connection. Connection can lead to other opportunities. Also people will want to help if they can, but not if they don\'t like you.</li>\n	<li>Business cards are important. If you have been laid off, use an online service like Vista Print to get cards printed cheaply or free. Print pertinent contact information on the card.</li>\n	<li>Look beyond the current opportunity and be future oriented.</li>\n</ul>\nIt is hard to gauge how you are presenting yourself. However, why not try and see how people are responding to you. Are they smiling, interested in what you have to say? Or are you sending signals that you are not interested?You never know where the next opportunity could come from, or what you can learn from other people. Closing yourself off is not a good path to expand your opportunities.','More thoughts on personal marketing','','publish','open','open','','more-thoughts-on-personal-marketing','','','2009-07-14 11:41:56','2009-07-14 16:41:56','',0,'http://cuppamarcomm.wordpress.com/?p=437',0,'post','',0),
(441,4,'2009-07-15 07:52:47','2009-07-15 12:52:47','Electrasol  is now called finish. Brinks Home Security is now Broadview.  My question is why? Why would two established brands change names?  And in this case, the new names are a whole lot more generic than the originals. Electrasol has a lot more stand-alone recognition than finish. Finish, after all, is a verb. It is not a name. Same with Brinks. Every one knows Brinks--why would you become Broadview? That is one of those meaningless marketing names that doesn\'t really separate you from the crowd. It\'s as if Hertz changed its name to Roadview.  Makes it less memorable.\n\nBrand or company name changes should be few and far between. It is confusing and dilutes your brand/name recognition. Obviously, sometimes a personnel change makes it necessary, as in the band Crosby, Still, Nash and Young, which added/lost Young.  But when you have a time-honored name, such as Electrasol (or Cascade, its largest competitor) you make  it harder for the consumer who has been using your brand for years to find you if you change your name. And, I don\'t think in this case \"finish\" is going to attract any younger/new consumers.\n\nPerhaps you want to be \"cooler\" or more in step with the times. We know AT&amp;T stands for Atlantic Telephone and Telegraph, but clearly, they had to lose the Atlantic and the telegraph parts if they wanted to be known as a national telephone company. So they used their initials. Same with KFC. They have not changed their name from Kentucky Fried Chicken but they wanted to be known for more than fried food, so they use their initials instead.\n\nOwnership changes bring about name changes as in the case of New England Telephone, which later became Nynex and now is Verizon.\n\nIn sum, some name changes are necessary and some are just gimmicky and maybe even plain stupid. In my eyes, finish and Broadview fall in this category.\n\nWhat do you think?','Name changes','','publish','open','open','','name-changes','','','2009-07-15 07:52:47','2009-07-15 12:52:47','',0,'http://cuppamarcomm.wordpress.com/?p=441',0,'post','',0),
(445,4,'2009-07-16 06:02:34','2009-07-16 11:02:34','William Shatner pitches Priceline and Catherine Zeta-Jones represents T-mobile. They are just two of the many celebrities that are paid big bucks to endorse a product or appear in advertising for the product.  The question really, is does it work? I think it works to gain attention but not necessarily to stimulate sales.\n\nThere was a poll, sponsored by Adweek, on LinkedIn, to see if celebrities make people likely to buy a product or not. The overwhelming response (78%) was that it made no impact at all.  You can access the poll <a class=\"wp-caption\" title=\"LinkedIn Poll\" href=\"http://polls.linkedin.com/poll-results/47171/aoqcb\" target=\"_blank\">here</a>.\n\nAre you swayed by celebrity?','So, did the celebrity make you buy it?','','publish','open','open','','so-did-the-celebrity-make-you-buy-it','','','2009-07-16 06:02:34','2009-07-16 11:02:34','',0,'http://cuppamarcomm.wordpress.com/?p=445',0,'post','',0),
(447,4,'2009-07-20 11:42:01','2009-07-20 16:42:01','This post is about \"about\" pages. You know, the pages that describe your organization. On blogs, the about pages gives a sense to visitors who the author is.  I would say this is crucial information. It helps us judge the trustworthiness of the content. Say that I am a student of public relations,  at the PhD level, and I say so on my about page. You may surmise that my content has a scholarly bent based on my research. However, say that I am a student, in high school. And I write about public relations.  You may conclude that I am still learning and that my blog is an attempt to explore social media.\n\nI have come across many blogs lacking an about page. That is a mistake. A big mistake. Your about page does not have to be long and fancy. Just tell me who you are and what you are doing. That\'s it. Use it to build your credibilty.\n\nJust today I came across this blog: http://prnext.wordpress.com/ It purports to be a monthly ezine about PR. It gives some rather dubious advice and info (like PR took a backseat to advertising in the 90s, really? says who?). In any case, I want to know who is behind the blog, and guess what, the about page is blank. Immediately, I think these people do not know ANYTHING about PR if they don\'t even have any basics about themselves.  So, their credibility is challenged.\n\nTake a look at your blog, your website, your LinkedIn. What have you done in the about sections? Have you communicated who you are and what you do, at the very least?\n\nIn','What\'s it all about?','','publish','open','open','','whats-it-all-about','','','2009-07-20 11:42:01','2009-07-20 16:42:01','',0,'http://cuppamarcomm.wordpress.com/?p=447',0,'post','',0),
(450,4,'2009-07-23 06:19:48','2009-07-23 11:19:48','Work to find out who you are,  is what I mean.\n\nYesterday, I was perusing the various coupons in the ValPak mailing. Along with the usual assortment of restaurant discounts and bathroom re-fitter ads, there was a simple coupon for $10, $15 or $20 off (depending on the amount of purchase) at Finish Line.  I am pretty certain Finish Line is a sporting goods store, but short of their website URL, there was no other information. No tag line. No locations. Nothing other than a logo with what could be interpreted as a runner, that would indicate what this store is.  In fact, for all I knew, it\'s online only.\n\nI went to the Finish Line website and discovered they are indeed an athletic equipment purveyor. They are located in many states, so perhaps that explains the lack of specificity in the ad.\n\nHere\'s a note to the Finish Line marketing department: customers don\'t want to work to figure out why they should patronize your store. It is YOUR job to tell them. For sure, give them your Web address, but don\'t expect them to visit without a reason.\n\nThere was no headline or tagline on the ad. And unless you were familiar with Finish Line, the simple enticement of money off is not going to attract you unless it is something that you want to buy.\n\nIn any case, this is an example of narcissism in marketing. Everyone knows who I am therefore I don\'t have to tell them. There are a few brands that can do that--Coke, Pepsi, McDonalds. But Finish Line is not one of those brands.\n\nAds need to motivate customers to buy. That is the intent. A savings coupon for something I don\'t know I want is not going to do the trick.\n\nProduct shots, headlines, taglines are all used in advertising for a reason. You know?','Customers don\'t want work','','publish','open','open','','customers-dont-want-work','','','2009-07-23 06:19:48','2009-07-23 11:19:48','',0,'http://cuppamarcomm.wordpress.com/?p=450',0,'post','',0),
(453,4,'2009-07-27 15:44:51','2009-07-27 20:44:51','The best marketing is positive word of mouth, no doubt about it. Think about it: If  a trusted friend raves about something or someone, you are more likely interested. Even if your friend just gives you a name without a rave, you are more likely to check it out.\n\nCompanies do not seem to grasp the importance of positive word of mouth and instead rely on expensive ad campaigns. Take Comcast for instance. They spend mucho dinero on all sorts of  print and broadcast messages, but everyone knows someone who has had a bad customer service experience with Comcast. In fact, Comcast probably NEEDS to spend that much money to overcome all the negative reviews out there.\n\nOn the other hand, no company should rely solely on word of mouth. For instance, near me there is a pizza shop. It is always jammed at lunch, which is a good indicator. However, the store does not list its hours. It doesn\'t have a website, or provide menus, or have flyers in the local coupon book. Unless you are in the know it seems, you don\'t know.\n\nWhat are your thoughts?','The best marketing','','publish','open','open','','the-best-marketing','','','2009-07-27 15:44:51','2009-07-27 20:44:51','',0,'http://cuppamarcomm.wordpress.com/?p=453',0,'post','',0),
(456,4,'2009-08-04 07:29:47','2009-08-04 12:29:47','It\'s hard to remember what communications was like back even a decade ago. When I started in advertising, we faxed insertion orders and delivered artwork. When I started in PR, we faxed press releases and mailed photos. Now, we all just use the Internet.  In the past two or three years, we\'ve evolved past email and launched into new media: blogs, Twitter, social networks, and so forth. \"Old\" media is dying a bit more every day. Newspapers are disappearing or slimming down. News broadcasts are relying on Twitter and Facebook for user interaction. We\'ve become a nation of citizen journalists, wielding our cameraphones and uploading our viewpoints. I read somewhere that a large liquour advertiser will be spending 90% of its ad budget on new media.  On the other hand, a study showed that 60% of Americans use print media to make shopping decisions.\n\nIn any case, there is a new paradigm in how people acquire information. Fewer people are turning to traditional media and more people are turning to new media. That is the reality and your communications efforts must reflect that.\n\nA few days ago, I was having a conversation with a graphic designer. He\'s pretty old school, to such an extent, that although he has worked in web design, he had never heard of Wordpress.  I spoke with a technical writer who knows nothing about blogs, and dismissed them as useless. Do you think these people are ready for the present, not to mention the future? In my opinion, they will be left behind.\n\nI believe that if you are in communications, you must learn about new media. You may not use it, but you need to know about it. People are making lots of money training other people on how to use blogs and Twitter for communications efforts.  In fact, for a mere $395 you can go to an all-day Twitter conference.  Why would people spend this type of money?Because we are looking to know what the next big thing will be. In the early 90s, glossy magazines were the big thing. In the early 00s, dot-com/websites were the rage. Now we are in the blogosphere.\n\nIn a sense, communications is way more challenging now than ever. We have a very segmented audience and extremely targeted media. I am not sure we have much left in the way of mass media.  Communications practitioners have to become adept at many forms of media.\n\nSo, to answer my own question, no, you cannot succeed in communications without new media.\n\nWhat do you think?','Can you succeed in communications without new media?','','publish','open','open','','can-you-succeed-in-communications-without-new-media','','','2009-08-04 07:29:47','2009-08-04 12:29:47','',0,'http://cuppamarcomm.wordpress.com/?p=456',0,'post','',1),
(459,4,'2009-08-12 12:37:04','2009-08-12 17:37:04','Last night I saw the movie Julie &amp; Julia,  about Julia Child and Julie Powell. Julie Powell wrote a book about her experience blogging about cooking her way through Child\'s Mastering the Art of French Cooking. I liked the movie and would recommend it, especially if you enjoy food and want to feel inspired.\n\nBut this is not a movie review blog, it is about marketing communications. And here\'s the thing: the movie has stimulated the sales of Julia Child\'s books, biographies and of course, of Julie Powell\'s Julie &amp; Julia.  In fact, there is a renaissance in interest in all things Julia Child. This is probably due to Meryl Streep\'s excellent personification of Julia on screen and a compelling storyline about following your dreams and believing in yourself.\n\nThe marketing lesson to draw from the success of Julie and Julia is that interest stimulates action. It goes back to the AIDA principle we have discussed before: attention, interest, desire and action.  If you make something interesting, you will stimulate action on the part of your intended target audience. The movie made all things Julia and Julie interesting. The audience was loving the food, and now, naturally, wants to partake in it. The audience was inspired to learn more about Julia (and Julie for that matter).\n\nMovies are great marketing vehicles because they reach mass, captive audiences. This is why we see so much product placement in the movies, and why there is advertising at the movie theater. A good movie is by nature, interesting. If it has to do with a historical figure, we want to learn more. If it showcases music (like Walk the Line did for Johnny Cash), you want to go out and listen to the music again.\n\nThe other lesson is to put things in front of the right audience. In Julie &amp; Julia\'s case, the thing is both cooking and following dreams, for a female audience. Last night, I would say that 90% of the audience was female, and I would venture to say that most were under 45.\n\nIn any case, Julie &amp; Julia reached its intended audience and is proving that people always want to know more if they are stimulated to do so.\n\nDid you see the movie? What did you think?','Interest and Julie & Julia','','publish','open','open','','interest-and-julie-julia','','','2009-08-12 12:37:04','2009-08-12 17:37:04','',0,'http://cuppamarcomm.wordpress.com/?p=459',0,'post','',0),
(461,4,'2009-08-13 07:31:33','2009-08-13 12:31:33','If you are a new business, or a small business, or any business at all, there are a couple essentials for your marketing. I am assuming you already have a business name and have done all the necessary paperwork to get yourself set up.\n\nThe number one item you need is a website. Buy your own domain. If you can\'t afford a fully designed website you can use templates through vendors such as Network Solutions or Go Daddy. If you are more technologically inclined, you can use WordPress, but host it at your domain name. Your website, at minimum, should answer these questions: who are you, what do you do, why should anyone hire you or purchase your product, how to reach you. If you are a restaurant or deal with the public, include your hours and directions to your location. Remember, this is a minimum. If you are a restaurant, you could also include menus. Service businesses could include case studies, client lists, testimonials.\n\nThe number two item you need is business cards. You can get them for cheap or you can have them professionally designed. Whatever you do your business cards should have your name, primary phone, website URL and email address (preferably at your domain).\n\nIf you have money or a good friend who is a graphic designer, get a logo and letterhead package done.\n\nOnce you are set up, you may consider developing a tagline or a slogan for your business. Use it on everything.\n\nThese are the essentials. There are plenty of other marketing communications collateral materials you could develop for yourself, including brochures, ads, press releases, white papers and so forth. You also have to think about your social media strategy: Twitter, Facebook and LinkedIn for starters.\n\nStart with the essentials. Work from there.\n\nIf you want help figuring out what marketing materials you need, contact me.','New business: marketing essentials','','publish','open','open','','new-business-marketing-essentials','','','2009-08-13 07:31:33','2009-08-13 12:31:33','',0,'http://cuppamarcomm.wordpress.com/?p=461',0,'post','',1),
(463,4,'2009-08-19 08:37:12','2009-08-19 13:37:12','<a title=\"Thank You by 2Shutter, on Flickr\" href=\"http://www.flickr.com/photos/10257372@N02/2239533936/\"><img src=\"http://farm3.static.flickr.com/2136/2239533936_76f6203779.jpg\" alt=\"\" /></a>\n\nThank you for reading this post, and thank you for reading my blog. I probably haven\'t thanked you before, so I apologize, because this post is about how thank you is really a marketing tool.\n\nWe\'ve all heard of customer appreciation. Often, it is a deal available to new customers. Sometimes it is a gift with purchase. In many cases, the customer has to do something additional to get appreciated--sign up for a new service or buy more.\n\nWhat about customers that just use a service, like a gym, cable, phone and have been using it for years. Do they ever get thanked? No, they often don\'t. Why? Because companies take the bulk of their customer base for granted. They imagine that if they are providing the service, and there is no problem, the customer will remain loyal. But in fact, customers are not always loyal. They will switch for lower prices, or better service. They may also switch because a company does not seem to appreciate they have a choice in service providers. This is why more banks and customer service agents start any conversation with you by saying things like \"thank you for banking with us.\"\n\nThe bottom line is that saying thank you is about expressing appreciation. And most everyone likes to be appreciated.  And yet, thank yous are sometimes hard to come by.\n\nIn your personal marketing or personal branding, saying thank you may be even more important. Think about it: What are you saying when you don\'t say thank you? You are communicating that you are uninterested, unappreciated, or that you take the gesture for granted.  It makes you seem rude and self-involved.  Some people will claim they are too busy to respond. Are you too busy to make sure that you are perceived properly?\n\nRemember, no one is forced to be your customer unless you are a monopoly. And no one is required to help you out unless he or she wants to. It is simple to say thank you.  Saying thank you boosts the perception that you care, that you are aware that what the customer or friend has given you has some value.','Why a thank you is good marketing','','publish','open','open','','why-a-thank-you-is-good-marketing','','','2009-08-19 08:37:12','2009-08-19 13:37:12','',0,'http://cuppamarcomm.wordpress.com/?p=463',0,'post','',7),
(466,4,'2009-08-20 11:48:05','2009-08-20 16:48:05','Did you hear about <a class=\"wp-caption\" title=\"jetblue all you can fly\" href=\"http://money.cnn.com/2009/08/12/news/companies/jetblue_unlimited_flight_pass/?postversion=2009081312\" target=\"_blank\">JetBlue\'s unlimited pass</a>? For $599  you can go anywhere during a month.  You probably already heard about it, but now you can no longer get the pass because it is <a class=\"wp-caption\" title=\"JetBlue sells out\" href=\"http://www.nytimes.com/aponline/2009/08/20/business/AP-US-JetBlue-All-You-Can-Jet.html\" target=\"_blank\">sold out</a>. That\'s right, in just about a week, JetBlue was able to create so much demand that it was able to  sell out. To me, that is the definition of a great marketing campaign.\n\nWhy is this such a great marketing campaign? For many reasons:\n<ul>\n	<li>First and foremost it <strong>sold product</strong>, in this case, seats on planes.</li>\n	<li>It was <strong>creative</strong> and different from most airline promotions. It caused JetBlue to stand apart.</li>\n	<li>Its creativity created buzz, and loads of<strong> publicity</strong>. Google is telling me that there were at least 226 articles about the promotion, and 50 articles about the selling out.</li>\n</ul>\nJetBlue has tapped into something customers want: lower cost air travel. But its not all about being cheap--Spirit Airlines is also cheap, but it does not offer the same experience. JetBlue is comfortable, offers snacks, TV in each seat, and it\'s generally a good experience. But it also distinguishes itself  for being cutting edge.  JetBlue has embraced Twitter by offering their \"cheeps\" (travel promotions). And its tries hard to provide good customer service.\n\nIt is a really good day in marketing when a promotion reaches its target while generating front page news, all for a comparatively low marketing dollar investment.','JetBlue sells out ... in a good way','','publish','open','open','','jetblue-sells-out-in-a-good-way','','','2009-08-20 11:48:05','2009-08-20 16:48:05','',0,'http://cuppamarcomm.wordpress.com/?p=466',0,'post','',0),
(468,4,'2009-08-25 09:52:43','2009-08-25 14:52:43','I came across this <a class=\"wp-caption\" title=\"Useful Lunacy\" href=\"http://usefullunacy.typepad.com/useful_lunacy/2009/08/doing-the-hard-stuff.html\" target=\"_blank\">blog post</a> from copywriter Tim Brunelle regarding tired tactics, and how sometimes strategy is ignored. That got me thinking about the topic. Usually each piece of marketing material is a tactic: the brochure, the press release, even the website. Hopefully, each piece is guided by a strategy.\n\nIf you are launching a marketing campaign, it should never start with \"we\'ll run an ad.\" It should start with figuring out who you want to reach, where those people are located and what you want them to do with the information you want to share with them.\n\nA few months ago, a potential client contacted me. He wanted me to write copy for an ad. He was about to open up a new business and wanted to promote it. My first thought was \"wait a second, what?.\" I asked him who his target audience was. He told me. I asked him where this ad would run. He told me he thought it should run in one of those free newspapers so common on the subway. I asked why. His reasoning was lots of people read that (true) and the cost is relatively low (true). But what this guy was missing completely was a strategy, a vision, a long term plan. Sure, running a \"cheap\" ad in a mass publication could promote your business. But spending a few dollars here and few dollars there does not further your purpose and it certainly does not strengthen your brand. In fact, you have to think about the larger picture to create a brand personality and make sure that you are not hurting yourself with some misplaced tactics.\n\nPeople are sold tactics by ad sales reps because those reps are there to sell advertising now and not to tell you how to create a brand image for yourself. Many times, small businesses fall into this trap. The local paper will call and tell them they are running a special and so forth. It sounds reasonable. And boom, a tactic is launched which may or may not have something to do with your larger strategy.\n\nSave yourself some marketing dollars and think of each tactic as a piece of the marketing strategy puzzle. Instead of blindly following some promotion because it is inexpensive, figure out whether that furthers your overall goals.','Strategy vs. Tactics','','publish','open','open','','strategy-vs-tactics','','','2009-08-25 09:52:43','2009-08-25 14:52:43','',0,'http://cuppamarcomm.wordpress.com/?p=468',0,'post','',0),
(470,4,'2009-09-01 15:12:02','2009-09-01 20:12:02','Perhaps I should have titled this blog post \"Back to Basics,\" because it is all about hitting the essential notes. When marketing anything, you need to show the potential buyer why he or she would want to buy something. Seems fairly obvious. And yet, how many times have you seen products advertised for which there is no clear reason given that would cause buyers to buy?\n\nI got the following anecdote from Sara Cormeny (who is a web developer at <a class=\"wp-caption\" title=\"Paper Lantern\" href=\"http://www.paperlantern.com\" target=\"_blank\">www.paperlantern.com. )</a>Please note I edited slightly:\n<p style=\"padding-left:30px;\">I just recently purchased a product on Amazon called the Standers Bed  Cane, for my dad.  It\'s a handle that you attach to the side of your  bed, in order to have something secure and sturdy to hold onto as you get in and out of bed.</p>\n\n<p style=\"padding-left:30px;\">For  people who are still having a hard time convincing a parent  to get one, I noticed that they have cleverly added an organizer pouch, useful for holding glasses, the remote control, a pen, etc.  More than\none of the Amazon user reviews mentioned that her mom was willing to  consider the Bed Cane because she actually thought the organizer was  worth it, even if she insisted that she didn\'t need one of those cane-\nassists.\n<p style=\"padding-left:30px;\">I thought it was really clever that the makers added this to the  product -- now it appeals to both parties who are likely to be  involved in the buying process, and lets the user save face with a  product that screams \"old lady who can\'t get in and out of bed on her  own.\"</p>\n<p style=\"padding-left:30px;\">I was also impressed that the seller  included  five photos of the product, which were clearly taken and showed it in  use with a person in the bed, in a close-up attached to the bed  without a person, and two photos of it removed from the bed so you  could see all the parts and see it folded up for storage.  For me, all  the photos made it so much easier to understand how it would work and  how it would fit with my parents\' bed, and that was really what sold  me (along with the competitive price).\"</p>\n\nWhat Sara is pointing is that there should be COMPELLING reason to buy and also proof, in the way of pictures, that the product serves the purpose. Any marketing should include these basics.  Advertising and marketing should not always leave everything to the imagination. Being clear and transparent is often the way to go (more on this on my next post).\n\nThoughts? Have you bought something because the photographs made it clear how the product worked?','A reason to buy (plus photographs)','','publish','open','open','','a-reason-to-buy-plus-photographs','','','2009-09-01 15:12:02','2009-09-01 20:12:02','',0,'http://cuppamarcomm.wordpress.com/?p=470',0,'post','',0),
(475,4,'2009-09-03 09:19:08','2009-09-03 14:19:08','I am sure you have heard by now that Charlie Gibson is stepping down from the anchor position at ABC World News and that Diane Sawyer will be taking his place come January. It was probably Charlie\'s time to go, he looked tired and somewhat out of touch. I am not a huge Diane Sawyer fan, although I think she will do well in the slot. However, is Diane going to be judged solely by her accomplishments? No. Absolutely not. She will be judged by her gender. It has already started. All the talk about how \"historic\" it is that now there will two female evening news anchors, blah blah blah.  I have news for all (mostly male) pundits and TV critics out there: It is 2009. There are women everywhere.  This is not news. Katie Couric is in third place not because she is a woman, but because she has a bad delivery for news, in my opinion. Diane has much more gravitas. But it will be inevitable that they will be compared on things like appearance and clothing.\n\nUPDATE: Carole Simpson opines that Diane Sawyer being promoted to network news is too little, too late. Simpson thinks that network news is in tremendous decline, and that with women at the helm, they may end up being blamed. Interesting take. Here\'s the <a class=\"wp-caption\" title=\"Carole Simpson\" href=\"http://www.cnn.com/2009/SHOWBIZ/TV/09/08/simpson.sawyer/index.html\" target=\"_blank\">link to her piece on CNN.</a>\n\nGender is old news. For Generation Y especially (not that they watch the evening news) the idea of judging someone based on something innate like gender, race or sexual orientation is anathema.  So here\'s a plea to all the old fogies that are stirring up flames about how amazing it is that there will two female anchors--drop it! Concentrate on real news. Judge all anchors on their ability to deliver the news, on their editorial choices and not on the shape of their genitals.\n\nIt was Marshall McLuhan who said the medium is the message. Well, the message is the message. Here\'s a<a class=\"wp-caption\" title=\"Health Care Obama\" href=\"http://www.cnn.com/2009/TECH/09/03/obama.social.media.health.care/index.html\" target=\"_blank\"> piece from CNN </a>on how Obama is losing the health care fight because of social media. No, Obama is losing the health care fight because his MESSAGE is not resonating. It is not the medium, it is the message.\n\nThoughts?','Gender and Message','','publish','open','open','','gender-and-message','','','2009-09-03 09:19:08','2009-09-03 14:19:08','',0,'http://cuppamarcomm.wordpress.com/?p=475',0,'post','',2),
(479,4,'2009-09-09 10:53:28','2009-09-09 15:53:28','We\'ve all heard of MDs, MBAs, and PhDs.  We usually deal with a CPA once a year. I don\'t have to tell you what these stand for. You know. You are familiar with them, and therefore you understand their value.  What about MPS? Do you know what that is? I don\'t. The point is that titles are important, but only if you know what they mean.\n\nWould you go to a doctor that didn\'t have a MD after his or her name? Probably not.  MD stands for medical doctor. You may need to go to a PsyD, which is a doctor of psychology. You may want your lawyer to be a JD and he or she probably uses the abbreviation to Esquire in his/her cards.\n\nThere are some titles that are obscure, like the MPS. Does it mean anything at first glance? Probably only to those who have it. MP, on the other hand, stands for Member of Parliament in the United Kingdom, which may be a pretty important title.  Some organizations, such as the IABC (International Association of Business Communicators) and the PRSA (Public Relations Society of America) issue certificates like the ABC and APR respectively. The problem is that no one outside of a small circle knows what it means. In fact, you can be a business communicator or a public relations practitioner WITHOUT being accredited. On the other hand, you cannot practice medicine legally without your proper degree.\n\nMy point is that we all like titles. In fact, some cultures love titles. However, if you are going to use them as a marketing point, you better be sure that people know what the title is and what it stands for.  I got an invitation to an event where the speaker is the aforementioned \"MPS.\" Am I supposed to be impressed?  I  don\'t even know what it stands for!\n\nAnybody have a title they have seen and don\'t know what it is?','The value of a title','','publish','open','open','','the-value-of-a-title','','','2009-09-09 10:53:28','2009-09-09 15:53:28','',0,'http://cuppamarcomm.wordpress.com/?p=479',0,'post','',1),
(481,4,'2009-09-10 09:00:44','2009-09-10 14:00:44','Now, I am not claiming that I don\'t use profanities. I do, probably too much, in private conversations or when I am in the car behind some incompetent driver. However, I never use profanity in a public forum such as Twitter or Facebook.\n\nProfanities can get you in trouble.  People have varying degrees of comfort toward the use of profanities.  The point is you have to watch out for what you put out there. People will judge you. And some people get in trouble. A state senator in California was forced to resign because of some salacious comments he made, which were recorded and replayed.  A few weeks ago, a local religious-sponsored organization here in DC used unnecessary expletives in its Twitter stream. I cringed when I read that. It is public, and it\'s on the record.\n\nThere is a self-important blog expert here in DC who has an Internet radio show. I tuned in only to hear him use an expletive every other word, apparently because he could. It made him sound dumb, and my respect for him is now non-existent.\n\nIn general, marketing communications should never contain profanities.  Unless you are communicating with a target audience that enjoys using expletives every other word, you will offend someone, somewhere. Not to mention that using expletives can make you seem rude and coarse. In an age where manners are dwindling, it is important to be mindful of our PUBLIC language, especially language that may be etched in cyberspace, just waiting for someone to find it.','Profanities','','publish','open','open','','profanities','','','2009-09-10 09:00:44','2009-09-10 14:00:44','',0,'http://cuppamarcomm.wordpress.com/?p=481',0,'post','',0),
(484,4,'2009-09-11 10:09:56','2009-09-11 15:09:56','Yesterday, I attended a networking/information lunch put on a by a group to which I had never been before. The topic was business strategies. This was the fall kick-off event and I thought it was a good time to think about strategy as I move forward with my business and so forth. Well, the speaker was more interested in telling us about how he doesn\'t take clients under $20,000. He made the point that we should think about doing strategy and not tactics. No word about how to develop strategies for your business.  He also took a bunch of self-centered questions from the audience. In a word, the event was disappointing. Not to mention expensive and not very satisfying.\n\nThe group put out a survey and I gladly responded that the event did not meet my expectations and why. The organizer wrote me and said that \"he had no control over the speaker\" even though he agreed with me about content. He asked me to give the group another chance.\n\nHere are my thoughts.\n\n1) Organizers do have some control over the speaker. It is not total of course, but the organizer could have reminded the speaker of the topic, and OUTLINED EXPECTATIONS FROM THE SPEECH, QUESTIONS AND TOPIC TO BE COVERED.\n\n2) It is not enough to ask me to try again.  It was money out of my pocket, and perhaps he could have offered a discount for next time or something such.\n\n3) The organizer needs to be aware that you only get one chance to make a first impression. If you don\'t make a good first impression, YOU MUST make a better second impression or else all is lost. My second impression is that the organizer doesn\'\'t get it. He did not take full responsibility. Etc.\n\nOh, and when I arrived at the event, there was no name tag for me, even though I pre-registered. Nothing irritates me more at these types of events than having a handwritten Hello, I am... tag. Awful. My handwriting is not that clear and I think it looks unprofessional.\n\nIronically, this group is a public relations related group.  What is the saying about doctors healing themselves?\n\n','You only have one chance to make a first impression','','publish','open','open','','you-only-have-one-chance-to-make-a-first-impression','','','2009-09-11 10:09:56','2009-09-11 15:09:56','',0,'http://cuppamarcomm.wordpress.com/?p=484',0,'post','',1),
(488,4,'2009-09-14 08:34:35','2009-09-14 13:34:35','<p style=\"text-align:center;\"><strong>Dos and Don\'ts</strong></p>\n\n<strong>Do have a business card,</strong> even if you don\'t yet have a business off the ground. There is nothing worse than people who go to networking events and don\'t have business cards. Go get plain cards with your name, phone and email at the very least. When you are more set up then spend more money.\n\n<strong>Do use both sides of the card.</strong> The other side can hold more information about your services. It is extra real estate space, use it.\n\n<strong>Don\'t make your cards super unusual.</strong> Cards that are odd sizes, vertical instead of horizontal or folded are hard to put away easily. Most people either put them in a Rollodex of some sort or scan them. If your card is too small or too big for these applications it will get lost. I particularly hate vertical cards and folded cards.\n\n<strong>Do use a professional design</strong>. When possible, hire a graphic designer to do your entire letterhead package. It looks nicer.\n\n<strong>Don\'t go too cheap.</strong> Unless you are brand spanking new, don\'t go for the cheapest black ink on white crappy paper cards from your inkjet if you can all avoid it. It looks, well, cheap.\n\n<strong>Don\'t use other people\'s cards.</strong> If you work for yourself do not under any circumstances just fill out your name on someone else\'s card. Looks bad.\n\n<strong>Do make sure you have the correct information.</strong> By this I mean, your card should have your name, company name, phone number, email address, at a minimum. You can add street address, fax, cell phone number, Twitter handle, and other info.\n\n<strong>Don\'t sacrifice legibility for information.</strong> If you have to use a ridiculously small point size to fit in too much information on the card, forget about it. The point of the card is to let people find you EASILY, without the help of a magnifying glass.\n\nI have said it before and I will say it again, if you are in business of any kind, you need a business card. It is an easy way to provide other people your information. Before you go to your next networking event, take a look at what you are giving out. Does it help or hinder you?','Business cards','','publish','open','open','','business-cards','','','2009-09-14 08:34:35','2009-09-14 13:34:35','',0,'http://cuppamarcomm.wordpress.com/?p=488',0,'post','',3),
(491,4,'2009-09-15 09:31:35','2009-09-15 14:31:35','Have you seen the latest USPS ad campaign? It says that you can send anything that fits in a box, anywhere in the country for a flat fee.  Fabulous USP. Great deal. Easy.\n\nBut, and here is the rub, you have to deal with the post office unless your handy dandy mail carrier comes by to pick up your packages. Folks who don\'t work in offices or who work out of home actually have to make the trek down to the post office. And guess what, at the post office you are going to have to wait. And wait. And wait some more.\n\nI was at the post office today. There were at least 10 people in line. And only two clerks were working. The supervisor was not working. And one of the clerks was trying to get people to use the automated machine, with her help, which sort of defeats the purpose of AUTOMATION.  At one point, only one clerk was helping customers. All I needed was one international stamp, for which I wanted to pay cash.  I was frustrated but realized this is the perfect example of marketing disconnect.\n\nWhat is marketing disconnect?  It is when the marketing does not match the product. Let\'s say you see a gorgeous ad for a luscious chocolate shake. You go buy it, and the product you get is far from luscious, in fact, it tastes more like talcum powder than chocolate. That is marketing disconnect. What happens is that you will never buy that product again. And heck, you may stop trusting advertising altogether.\n\nSame here. Why would you want to continue dealing with the post office if you don\'t have to? Which, is probably why more and more people are paying bills on line. The USPS is hurting. In fact, they are thinking of closing branches (which of course means that you will have longer waits because more people have fewer places to go). I felt bad for them until today. The USPS is often a model of inefficiency, when it comes to customer service. I think the back end people and the letter carriers do a tremendous job.\n\nFor marketing to continue working, operations and products need to be in line with the offering. In this case, if the post office wants to boost the sales of the flat fee packages it must also do something about the customer service experience in its offices.','USPS: Marketing Disconnect','','publish','open','open','','usps-marketing-disconnect','','','2009-09-15 09:31:35','2009-09-15 14:31:35','',0,'http://cuppamarcomm.wordpress.com/?p=491',0,'post','',0),
(494,4,'2009-09-17 08:25:38','2009-09-17 13:25:38','Mom was right about minding your manners. Although behaving appropriately and properly seems to be lost these days,  it is still the best way to behave, especially if you care about your personal brand and personal marketing.\n\nThis evening I was at an event about social media. Lots of people were tweeting and in this context that is acceptable behavior. However, lots of people, especially a very obnoxious man behind me, were chit-chatting during the panel presentation. This is not acceptable. It shows lack of respect for the speakers, the audience, and very poor manners. Of course, this is no way compares to the congressman shouting \"you lie\" to the president or the obnoxious rants of a self-absorbed, self-important rap/pop star (I am omitting the names because you know who I am talking about and I am sick of giving them any more publicity).\n\nManners and considerate behavior are in free fall in our society and we should be concerned from a personal branding and marketing perspective, among others. Why? Because someone who has bad manners shows him/herself to be very self-absorbed, even narcissistic. And do you want to do business with someone like that? In the end, we always want to do business with people we like and maybe even respect. Let me tell you, if I ever see the man whom I mentioned  was seated behind me, I will not want to meet him. And why should I? He has shown me through his behavior that he lacks common courtesy.\n\n<strong>The takeaway is this: mind your manners to show the world your best self, and in the process you will help improve your personal brand perception.</strong>\nOn Monday, Kami Huyse discussed this very issue on her blog, <a class=\"wp-caption\" title=\"Personal branding and character\" href=\"http://overtonecomm.blogspot.com/2009/09/beyond-personal-brand-to-character.html\" target=\"_blank\">Communication Overtones</a>. She came to a different conclusion. She thinks the overemphasis on personal branding has allowed character to fall by the wayside. I think society and culture have more to do with that.  I was thinking about it this evening and really, I don\'t think you can fault personal branding at all. In fact, as I said before, if you care about your personal brand, you should aim to be civil, be polite. It is better to be known for your ideas, your experiences than for your crassness and lack of manners. Right?\n\nWhat are your thoughts on this subject?','Proving once again Mother was right','','publish','open','open','','proving-once-again-mother-was-right','','','2009-09-17 08:25:38','2009-09-17 13:25:38','',0,'http://cuppamarcomm.wordpress.com/?p=494',0,'post','',0),
(498,4,'2009-09-18 12:08:07','2009-09-18 17:08:07','Many of us have blogs to help our business, express our opinions or other reasons. I\'d like to have a more scientific approach. If you have a blog, please complete the following survey (it will take about 1 minute):\n\n<a href=\"http://www.surveymonkey.com/s.aspx?sm=bCzG8BZ1DHZsLnBfuj7m8g_3d_3d\">Click Here to take survey</a>\n\nThanks! I will post results here.','Why we blog','','publish','open','open','','why-we-blog','','','2009-09-18 12:08:07','2009-09-18 17:08:07','',0,'http://cuppamarcomm.wordpress.com/2009/09/18/why-we-blog/',0,'post','',0),
(499,4,'2009-09-22 09:59:25','2009-09-22 14:59:25','I just finished reading Malcolm Gladwell\'s very insightful <a class=\"wp-caption\" title=\"Outliers\" href=\"http://www.gladwell.com/outliers/index.html\" target=\"_blank\">Outliers</a>. I recommend it if you want to think about success as being a meeting of opportunity, chance and ability. And,  my friend and colleague Daria Steigman just posted a question about culture in social media on her blog, <a class=\"wp-caption\" title=\"Daria Steigman\" href=\"http://www.steigmancommunications.com/\" target=\"_blank\">Independent Thinking</a>.\n\nDaria wants to know if culture affects communication. Outliers can answer this question. Without a doubt, the answer is yes. In Outliers, Gladwell talks about the Avianca plane crash a few years ago on Long Island, NY. The plane crashed because it had run out of fuel after circling for hours due to bad weather in the area. Gladwell thinks that if the culture of the first officer flying the plane had allowed him to be less deferential toward the JFK control tower, he would have been able to make an emergency landing at Kennedy. Instead, he was not forceful in telling the tower that the plane was dangerously low on fuel. I highly recommend you read the book to fully understand this concept.\n\nSuffice it to say that different cultures expect different communications from different people. Some cultures are more hierarchical and others less so. Some are more cooperative. Some are more focused on results. Whatever the differences are, any communications messages must reflect these nuances.\n\nIn Spanish, for instance, there is a difference between the more familiar \"tu\" and the more formal \"usted.\" In certain Spanish-speaking countries, everyone uses tu and it is considered old-fashioned to use usted. In other countries, if you don\'t know someone, you automatically use usted. Clearly, an ad written in one of the pronouns that doesn\'t take into consideration the norm of the country may insult or offend or not reach its intended audience.\n\nCulture matters in communications. A good communicator always knows his or her target audience, and one of the most important qualifiers to that target is culture.','Culture in communications','','publish','open','open','','culture-in-communications','','','2009-09-22 09:59:25','2009-09-22 14:59:25','',0,'http://cuppamarcomm.wordpress.com/?p=499',0,'post','',2),
(501,4,'2009-09-23 10:28:25','2009-09-23 15:28:25','\"Quick, acute, and intuitive cognition.\" That is how Merriam-Webster defines perception. It is a quick assessment of what is before us. It is how we form impressions and judgments.\n\nHave you ever considered how you are perceived by a potential client?  Potential friend? Man/woman on the street? Obviously, we may not care how a complete stranger perceives us, but in business we should definetely be concerned with the image we are giving potential customers, clients or partners (a partner can be anyone who we do business with--from someone we network with, to someone who refers business to us or an acquaintance we run into occasionally).\n\nThere are many angles from which you are perceived:\n<ul>\n	<li>Personal appearance and demeanor</li>\n	<li>How you sound</li>\n	<li>Online presence, which includes your websites, what is written about you, your blog, and your social media presence</li>\n	<li>Articles about you</li>\n	<li>Articles you\'ve written</li>\n	<li>Your marketing materials (brochures, postcards, reports, etc)</li>\n	<li>Your behavior and actions</li>\n	<li>Your associations</li>\n</ul>\nIf people have a positive perception of you it will help get business. A negative perception on the other hand will impede your success.\n\n<strong>How to assess</strong>\n<p style=\"text-align:left;\">Start with a simple Google search on yourself to see what comes up. Negative, positive or neutral?</p>\n<p style=\"text-align:left;\">Turn a critical eye on your website and/or blog. Would a visitor to your site know what you do and why you are qualified to do what you do? What would he/she think of your services?</p>\n<p style=\"text-align:left;\">How are people responding to you on social media? How many followers do you have? More importantly, who is following you? Quality is important here. How about on Linked In--do people accept your requests for connection? Are you giving them enough for them to want to connect with you?</p>\n<p style=\"text-align:left;\">When you go to an event, do you feel confident? Do you ever feel unprepared or frazzled? If so, what aspects of you appearance and demeanor need work?</p>\n<p style=\"text-align:left;\">It is hard to self-assess from all these angles so it may be best to ask a trusted friend or colleague to give you some feedback.  A marketing consultant (such as me!) can help assess your marketing materials.</p>\n<p style=\"text-align:left;\">Have you assessed how you are perceived? Please let me know how you did it and what helped.</p>\n<p style=\"text-align:left;\"></p>\n<p style=\"text-align:left;\"></p>','How are you perceived?','','publish','open','open','','how-are-you-perceived','','','2009-09-23 10:28:25','2009-09-23 15:28:25','',0,'http://cuppamarcomm.wordpress.com/?p=501',0,'post','',0),
(504,4,'2009-09-25 10:12:47','2009-09-25 15:12:47','<strong>A Caffeinated Op-Ed</strong>\n\nToday I want to question the Washington Post. Specifically, I want to know why it bothers searching for subscribers, and indeed, printing its newspaper every day.  It seems to me, more and more, that the Post wants to get rid of subscribers and concentrate on giving away its content for free.\n\nI often visit washingtonpost.com to see the weather, latest news, blogs, etc. I also get a subscription to the paper because I like to read printed material with my morning coffee.  Today, as I was checking the WaPo website I saw that they have redesigned the Sunday magazine. And this is the kicker--all of it is available online for free, two days earlier than subscribers get the same material.\n\nSubscribers PAY. Website visitors do not pay. Why on earth would you make MORE content available earlier at NO COST? How is this a smart business decision? Why would you not embargo content until paid subscribers can access it?\n\nIt seems to me that the Post is doing what it can to make sure people do not buy or subscribe to the printed newspaper. Anyone looking to save 75 cents per issue can just log on to the website and get all the content of the printed piece plus early content and not pay a cent. That translates to at least a $6.00 per week (the Sunday paper costs $1.50).\n\nShould I cancel my subscription? I ask that to the Washington Post. Why on earth should I continue to pay for something I could get for free????','Why bother with print?','','publish','open','open','','why-bother-with-print','','','2009-09-25 10:12:47','2009-09-25 15:12:47','',0,'http://cuppamarcomm.wordpress.com/?p=504',0,'post','',0),
(508,4,'2009-09-29 10:48:39','2009-09-29 15:48:39','We know of course that a good slogan or tagline is key in helping to make a business stand out. Slogans should be short and sweet and descriptive.  Many slogans lack this last one: descriptive. They may be short and sweet, and maybe even clever, but they don\'t say anything.\n\nI came across this <a class=\"wp-caption\" title=\"Slogans\" href=\"http://current.newsweek.com/budgettravel/2009/09/central_americas_tourism_sloga.html?wpisrc=newsletter\" target=\"_blank\">wonderful blog entry </a>in Budget Travel\'s blog about travel slogans. The post talks about some memorable slogans such as \"Virginia is For Lovers\" and other not so memorable ones.  The author talks about many of the Central American tourism slogans that just don\'t seem to translate. El Salvador uses \"Impressive!\" and Guatemala uses \"The Soul of the Earth.\"\n\nIn any case, let this be an example about why you should choose your slogan carefully. Although brevity is good, description is better. What do you do? What makes you special? (The answer to this is never that you are unique...as I have said before few things are unique).\n\nDo you have examples of slogans that you just love? Or that you just hate? Please share!','Slogans have impact','','publish','open','open','','slogans-have-impact','','','2009-09-29 10:48:39','2009-09-29 15:48:39','',0,'http://cuppamarcomm.wordpress.com/?p=508',0,'post','',0),
(510,4,'2009-09-30 12:49:50','2009-09-30 17:49:50','Are you trying to sell something?  A product or a service? You probably are if you are reading this post, and my blog generally. You want more people to know about what you do, what you produce, what you sell. That is the entire point of any marketing communications effort.\n\nHowever, beyond your product brochure, your social media strategy and your web page lies something much more important in your quest to sell: what it is that you are selling, exactly. Are you selling a product? If so, what is that product? What makes it good? What gives it the edge over other similar products in the marketplace? Are you providing a service? What does that service do for the customer?  Why does the customer need that service?\n\nI bring these questions up because the number one marketing tip is  this:\n\n<strong>Know your product or service. </strong>\n\nIf you don\'t, you will not be able to sell it to anyone. Period.\n\nLet me give you an example. I was shopping for mascara the  other day at a department store cosmetics counter. I wear contact lenses so mascaras that flake are not an option, since it would make my eyes water. I had been buying one particular type but wanted to try something different. I asked the saleswoman about several different types. She could not explain what the differences were, and whether they would be suitable for me other than to assure me that they would be fine. I was not convinced because she did not seem to understand her product. I ended up buying the same old product because I knew it. She did not sell me. And the reason she did not sell me is because she simply did not know her product.\n\nI don\'t care if you are selling mascara or high end real estate. If you don\'t know what you are selling people will not buy it. It really is that simple.','The number 1 marketing tip','','publish','open','open','','the-number-1-marketing-tip','','','2009-09-30 12:49:50','2009-09-30 17:49:50','',0,'http://cuppamarcomm.wordpress.com/?p=510',0,'post','',0),
(512,4,'2009-10-06 11:22:20','2009-10-06 16:22:20','Yesterday came the news that Conde Nast will be folding its long running and popular publications Gourmet and Modern Bride. A few other magazines are also ceasing publication, resulting in more people being laid off at Conde Nast. The reason? Decline in both ad sales and circulation.\n\nWhat does it mean?\n\nIt means that print is on its last legs. With advertising down across the board, and people abandoning print for various reasons (cost, environmental concerns, can get content online), I see a not-so-distant future where there will be no print magazines at all. The costs to print will outweigh the revenue generated, as was the case with Gourmet and Modern Bride.\n\nEven with loyal readers, quality content and a weighty history, Gourmet will print its last issue in November. For now, C-N plans to keep printing Bon Apetit. Modern Bride\'s last issue is the current one. Brides will up its printing to monthly. Mergers in the print world mean less choice for advertisers.  We may see ad prices jump.  And then, will advertisers stick with print? Doubtful.\n\nWhat are your thoughts?','What does the folding of Gourmet and Modern Bride mean?','','publish','open','open','','what-does-the-folding-of-gourmet-and-modern-bride-mean','','','2009-10-06 11:22:20','2009-10-06 16:22:20','',0,'http://cuppamarcomm.wordpress.com/?p=512',0,'post','',0),
(514,4,'2009-10-08 09:21:31','2009-10-08 14:21:31','Do you attend many networking events? I have gone to my fair share. Some are better than others. Here\'s what I think makes a good event:\n\n1) <strong>A topic. </strong> I appreciate that happy hour events draw people interested in getting a drink after work, but they don\'t inform or give you anything to talk about. Having a topic and a speaker gives events an edge.\n\n2) <strong>Allocating time to networking</strong>. Many times there is a speaker and/or a meal and no time to meet and mingle.  Specifically allocated meet and mingle time is very important.\n\n3) <strong>Easy access. </strong>If you are asking people to drive to your event, make sure there is plenty of parking (preferably free). If you want people to take public transport, then be close to the bus/subway stop.\n\n4)<strong>The right price.</strong> Too expensive can be a real turnoff to people. The price should reflect the value, but it should also be within the range of other similar events. This morning I saw an event about social media that was comparable to other events I have been to/seen advertised, but was priced twice as much. Would I go? No.\n\n5) <strong>Organizational ambassadors.</strong> Some people are shy. If you are hosting an event, have members of your organization or group be hosts: greet people, tell them about your group and introduce them to others.\n\n6) <strong>Choosing  day and time carefully</strong>. Your event can be derailed by competing events. If possible, try to avoid conflicts.\n\nUpdate: How could I forget this one?\n\n7) <strong>Food and drink.</strong> There is nothing worse than going to an event that offers nothing. I once went to a wine and cheese that had neither wine nor cheese. Instead, we got leftover SoyJoy bars from another event and water. I kid you not.\n\nWhat would you add?','Elements of a successful event','','publish','open','open','','elements-of-a-successful-event','','','2009-10-08 09:21:31','2009-10-08 14:21:31','',0,'http://cuppamarcomm.wordpress.com/?p=514',0,'post','',6),
(519,4,'2009-10-12 15:58:03','2009-10-12 20:58:03','HGTV (one of my favorite channels) has a show called <a class=\"wp-caption\" title=\"Real Estate  Intervention\" href=\"http://www.hgtv.com/real-estate-intervention/show/index.html\" target=\"_blank\">Real Estate Intervention</a>. It features a truth-telling real estate agent Mike Aubrey who brings a dose of reality to homeowners who are having a hard time selling their house.  While we could discuss the fact that HGTV has had to adjust to the reality of a hard housing market (as <a class=\"wp-caption\" title=\"Wallepop\" href=\"http://www.walletpop.com/blog/2009/07/10/hgtvs-real-estate-intervention-a-new-housing-show-for-a-new-er/#comments\" target=\"_blank\">this blog</a>discusses) what I want to talk about is giving advice.\n\nAs a marketing consultant, I am required to give advice. I deal with questions like should you do a brochure, update your website or what your tag line should be. You would think that clients, who are paying for my opinion, would listen to it, but often, this is not the case. Many times, people want an outsider to bolster their ideas. For instance, if you think your website is fine as is, you want me to agree. If I don\'t agree, you dismiss me.\n\nIn the Real Estate Intervention show, people seem  reluctant to listen to Mike because they often do not like what he has to say. His advice (usually, lower your asking price) is not what they want to hear. In spite of the fact that Mike shows comparable houses that sold for much less, the homeowners seem to believe that their houses are better and that people would pay much more money for it (even though they have not been able to sell their house at the asking price). The show really illustrates how hard it is to give advice.\n\nAdvice is tricky because people have preconceived notions. Most people think that they know as much or more than you know and if your advice does not match up to their ideas, then you must be wrong. Even when all evidence points to the contrary.  We\'ve seen lots of businesses pushing back against social media, for instance. Business owners don\'t believe it can help. Even though it does. But because it is not their reality they push back.\n\nWhat can you do if you are in the business of giving advice? Well, the best is to be like Mike Aubrey. Make your case in the most concrete way possible. Facts and figures are very helpful. Never say \"because I think so.\" That won\'t cut it. In the end, advice will only be received well by someone who is receptive. Accept this.','A bit of advice','','publish','open','open','','a-bit-of-advice','','','2009-10-12 15:58:03','2009-10-12 20:58:03','',0,'http://cuppamarcomm.wordpress.com/?p=519',0,'post','',0),
(522,4,'2009-10-16 07:53:28','2009-10-16 12:53:28','Organizations that deal with the public typically have one or more frontline people. These people deal directly with the public, perhaps by giving directions, meeting and greeting or assisting in some way. Many times, these frontline people are also some of the least well compensated in the organization. But they are crucial in shaping how the public perceives the organization.\r\n\r\nHave you ever walked into an office where the receptionist didn\'t even bother to greet you? Have you stood waiting for help at a \"customer service\" booth? Then you know that your interaction with people that are supposed to assist you can color how you perceive the organization that they represent.  However, many organizations don\'t seem to grasp this simple concept and continue to deploy people in \"helping\" positions that are unwilling or unable to help, therefore damaging the credibility and perception of the organization.\r\n\r\n<strong>Here\'s a tip: if you are hiring someone to help you to deal with the public make sure that persons LIKES helping people. </strong>\r\n\r\nOn my last trip, I had trouble checking in on the kiosk. So, a very unhelpful, surly guy came over, growled at me and told me to go wait in line. He was absolutely rude and unpleasant. Do you think that makes me feel positive toward the airline in question?\r\n\r\nYesterday, I was in downtown DC to meet with a client. She had her laptop with her and we needed to go somewhere with WiFi. I couldn\'t think where the nearest Cosi was, but DC has deployed Downtown DC people in the Gallery Place area. I went up a woman with the Downtown DC jacket and asked her if she knew where the nearest Cosi was. She did. She gave us specific, perfect directions. She was helpful (and right). Contrast that with an exchange I had witnessed earlier inside a Metro station. A gentleman had approached the booth to ask a question, and the  lady in the booth was BERATING him for tapping on her window. Does that make Metro look helpful? (BTW, I have had similar experiences with people in the booths...they just don\'t want to be bothered to do their jobs, that is, assisting people.)\r\n\r\nAs a marketing consultant, I can advise you to take a good look at who is dealing with public in your organization. These people are crucial because they create the first (and maybe the only) impression the public will have of your organization.','Who is helping you to help others?','','publish','open','open','','who-is-helping-you-to-help-others','','','2011-08-14 07:34:03','2011-08-14 07:34:03','',0,'http://cuppamarcomm.wordpress.com/?p=522',0,'post','',0),
(1362,4,'2026-02-12 14:51:53','2026-02-12 19:51:53','I help you to create or improve your marketing and communications materials.\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\n<h2><a title=\"Copy Editing\" href=\"http://deborahbrody.com/services/copy-editing/\">Copy Editing</a></h2>\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\n<h2></h2>\nIf you need further information, or want to discuss how we can work together, please <a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">book a free 15-minute consultation</a> with me.','Services','','inherit','open','open','','14-autosave-v1','','','2026-02-12 14:51:53','2026-02-12 19:51:53','',14,'http://deborahbrody.com/2011/08/14-autosave/',0,'revision','',0),
(2154,4,'2011-11-21 14:37:02','2011-11-21 14:37:02','We work with clients to create or improve marketing and communications materials. In order to do so, we provide the following services:\r\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\r\n<h2><a title=\"Translation\" href=\"http://deborahbrody.com/services/translation/\">Translation</a></h2>\r\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\r\n<h2><a title=\"Communication Audit\" href=\"http://deborahbrody.com/services/communication-audit/\">Communications Audit</a></h2>','Services','','inherit','open','open','','14-revision-v1','','','2011-11-21 14:37:02','2011-11-21 14:37:02','',14,'http://deborahbrody.com/2011/11/14-revision-4/',0,'revision','',0),
(526,4,'2009-10-19 15:38:36','2009-10-19 20:38:36','Here\'s a tip: if something does not work the first 50 times, don\'t do it again.  Seriously. Stop. Re-evalauate. Don\'t waste your efforts.\r\n\r\nSure, practice makes perfect, if you are headed to Carnegie Hall. With marketing, practice (repetition) can lead to annoyance and disconnect.\r\n\r\nLast November, I started collecting all the marketing mail that relates to FIOS, Verizon\'s fiber-optic service.  To date, I have received nearly five pounds of direct mail and many robo-calls (although I finally got them to stop the robo-calls). Here\'s the clincher though: I have not signed up for FIOS. Verizon keeps sending me the same marketing pieces, over and over and over and over. Most egregious is the one that is marked:<span style=\"color: #ff0000;\"> Important Information About Your Verizon Service. </span>Really, how many times do you think I am going to fall for this? Once, maybe twice, but not dozens.\r\n\r\nI am not sure what Verizon\'s strategy is here, but in my case, they are wasting tons of money and not to mention, killing many trees (yeah, I know you want me to switch to paperless billing, but I bet if you just cut out excessive direct mail you would save a ton).\r\n\r\nMy other example is from a online listing service I used to pay for.  It changed, without informing me, and suddenly, I was getting no inquiries or  even visits to my website from it. I stopped paying for the premium service. I tried to inform them why. No feedback form or even email address was available. And the guy who runs the service sends me emails at least twice a week asking me to sign up again. The same exact email, twice a week. I am not exaggerating. Again, why would you continue to do something again and again if you are getting no results from it? Do you think I missed the email the first 25 times?\r\n\r\nIn any case, marketing communications is about strategy and tactics. You use certain tactics to implement your overall strategy. The thing is, you have many tactics at your disposal and you should fine tune your tactics so that you are achieving the result you want. If a tactic does not seem to work, shelve it. Put it away.\r\n\r\nYour adaptability will help set you apart. Trust me on this. Don\'t waste your resources with tired tactics that don\'t work.','Don\'t try the same trick over and over','','publish','open','open','','dont-try-the-same-trick-over-and-over','','','2011-08-14 07:33:38','2011-08-14 07:33:38','',0,'http://cuppamarcomm.wordpress.com/?p=526',0,'post','',2),
(530,4,'2009-10-23 10:30:03','2009-10-23 15:30:03','Have you seen signs/logos/headlines that make you stop, and not because you are intrigued, but rather because you are confused? If you have, you know what I mean.\n\nI just say a delivery truck with the following sign:\n<blockquote>Sanford Foods\n\nPoultry Distributor\n\nPork Beef Supplies</blockquote>\nThe \"Poultry Distributor\" part was highlighted. So I thought to myself, what is it?  Poultry or pork? Yes, I know they distribute all of it, but why highlight poultry? My point is that there is too much contradictory information in a few words. It is not clear. They could have said: Sanford Foods: Distributors of Fine Poultry and Meats. And that would have been fine.\n\nMy advice is to have one overarching message in your logo or slogan. Too much is confusing.\n\nThoughts? Or better yet, examples?\n\n','Whatever do you mean?','','publish','open','open','','whatever-do-you-mean','','','2009-10-23 10:30:03','2009-10-23 15:30:03','',0,'http://cuppamarcomm.wordpress.com/?p=530',0,'post','',0),
(533,4,'2009-10-26 07:11:15','2009-10-26 12:11:15','I came across an item in Reuters today that says that Verizon Communications had an increase in revenue (i.e more subscribers) but a decrease in profit in the third quarter of 2009.  What this means is that the company\'s expenses are rising.  Expenses could be anything from salaries to office supplies to marketing. One area where I believe Verizon is probably bleeding expenses is in marketing. I wrote before that I have received nearly five pounds of direct mail from the company during the past year. Multiply five pounds by millions and you will get a sense of the amount of paper Verizon has generated just to market one product: FIOS. In my opinion, this is wasteful and useless.\n\nIf Verizon spent as much on customer service as on their repetitious direct mail campaign, they might have a more satisfied customer base. That would strengthen their revenue and profit streams.\n\nThis is just my opinion. I do not work for Verizon or any Verizon affiliated business or with any of Verizon\'s competitors.  My only affiliation with Verizon is as a customer.\n\n','Revenue is good, but not at the expense of profit','','publish','open','open','','revenue-is-good-but-not-at-the-expense-of-profit','','','2009-10-26 07:11:15','2009-10-26 12:11:15','',0,'http://cuppamarcomm.wordpress.com/?p=533',0,'post','',0),
(536,4,'2009-10-27 08:14:49','2009-10-27 13:14:49','Newspapers are in decline. It\'s a fact.\r\n\r\nThis is the first paragraph from a <a class=\"wp-caption\" title=\"Newspapers\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/10/26/AR2009102603272.html?wprss=rss_business\" target=\"_blank\">Washington Post article entitled \"The accelerating decline of newspapers by Frank Ahrens</a>:\r\n<blockquote>\"U.S. newspaper circulation has hit its lowest level in seven decades, as papers across the country lost 10.6 percent of their paying readers from April through September, compared with a year earlier.\"</blockquote>\r\nThe numbers were released by the Audit Bureau of Circulation (ABC), which measures circulation for print media across the United States.  Some interesting (and sad)  facts from the study:\r\n<ul>\r\n	<li>30.4 million Americans buy daily newspapers, 40 million on Sundays</li>\r\n	<li>Daily circulation has been declining since 1987</li>\r\n	<li>In 1940, 31 percent of Americans bought a newspaper. Today, it is 13%.</li>\r\n	<li>The top five newspapers are:  Wall Street Journal, USA Today, New York Times, Los Angeles Times and The Washington Post (all except the Journal have lost readers)</li>\r\n	<li>USA Today suffered the highest reader loss, declining by 17.2%, due in part to a decline in the travel industry</li>\r\n</ul>\r\nAs fewer people buy print newspapers, fewer advertisers will pay fewer dollars for the chance to display their ads therein. What will happen to the industry? More cuts and less paper, that is for sure. The New York Times recently announced another round of layoffs from its newsroom. The Washington Post is desperate to reinvent itself and recently went through a complete redesign.\r\n\r\nIs there a solution? Your thoughts?','Numbers don\'t lie','','publish','open','open','','numbers-dont-lie','','','2011-08-14 07:33:09','2011-08-14 07:33:09','',0,'http://cuppamarcomm.wordpress.com/?p=536',0,'post','',0),
(1360,4,'2009-10-19 15:38:36','2009-10-19 20:38:36','Here\'s a tip: if something does not work the first 50 times, don\'t do it again.  Seriously. Stop. Re-evalauate. Don\'t waste your efforts.\n\n[picapp src=\"0285/a01e718c-884d-4663-a8b2-4af514245669.jpg?adImageId=6209289&amp;imageId=289428\" width=\"234\" height=\"331\" /]\n\nSure, practice makes perfect, if you are headed to Carnegie Hall. With marketing, practice (repetition) can lead to annoyance and disconnect.\n\nLast November, I started collecting all the marketing mail that relates to FIOS, Verizon\'s fiber-optic service.  To date, I have received nearly five pounds of direct mail and many robo-calls (although I finally got them to stop the robo-calls). Here\'s the clincher though: I have not signed up for FIOS. Verizon keeps sending me the same marketing pieces, over and over and over and over. Most egregious is the one that is marked:<span style=\"color:#ff0000;\"> Important Information About Your Verizon Service. </span>Really, how many times do you think I am going to fall for this? Once, maybe twice, but not dozens.\n\nI am not sure what Verizon\'s strategy is here, but in my case, they are wasting tons of money and not to mention, killing many trees (yeah, I know you want me to switch to paperless billing, but I bet if you just cut out excessive direct mail you would save a ton).\n\nMy other example is from a online listing service I used to pay for.  It changed, without informing me, and suddenly, I was getting no inquiries or  even visits to my website from it. I stopped paying for the premium service. I tried to inform them why. No feedback form or even email address was available. And the guy who runs the service sends me emails at least twice a week asking me to sign up again. The same exact email, twice a week. I am not exaggerating. Again, why would you continue to do something again and again if you are getting no results from it? Do you think I missed the email the first 25 times?\n\nIn any case, marketing communications is about strategy and tactics. You use certain tactics to implement your overall strategy. The thing is, you have many tactics at your disposal and you should fine tune your tactics so that you are achieving the result you want. If a tactic does not seem to work, shelve it. Put it away.\n\nYour adaptability will help set you apart. Trust me on this. Don\'t waste your resources with tired tactics that don\'t work.\n\n','Don\'t try the same trick over and over','','inherit','open','open','','526-revision','','','2009-10-19 15:38:36','2009-10-19 20:38:36','',526,'http://deborahbrody.com/2009/10/526-revision/',0,'revision','',0),
(541,4,'2009-10-28 15:12:12','2009-10-28 20:12:12','http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee078.jpg','cropped-coffee078.jpg','','inherit','closed','open','','cropped-coffee078-jpg','','','2009-10-28 15:12:12','2009-10-28 20:12:12','',0,'http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee078.jpg',0,'attachment','image/jpeg',0),
(542,4,'2009-10-28 15:17:53','2009-10-28 20:17:53','http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee0781.jpg','cropped-coffee0781.jpg','','inherit','closed','open','','cropped-coffee0781-jpg','','','2009-10-28 15:17:53','2009-10-28 20:17:53','',0,'http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee0781.jpg',0,'attachment','image/jpeg',0),
(543,4,'2009-10-28 15:19:40','2009-10-28 20:19:40','http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee0782.jpg','cropped-coffee0782.jpg','','inherit','closed','open','','cropped-coffee0782-jpg','','','2009-10-28 15:19:40','2009-10-28 20:19:40','',0,'http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee0782.jpg',0,'attachment','image/jpeg',0),
(544,4,'2009-10-28 15:20:53','2009-10-28 20:20:53','http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee0783.jpg','cropped-coffee0783.jpg','','inherit','closed','open','','cropped-coffee0783-jpg','','','2009-10-28 15:20:53','2009-10-28 20:20:53','',0,'http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee0783.jpg',0,'attachment','image/jpeg',0),
(545,4,'2009-10-28 15:23:12','2009-10-28 20:23:12','http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee0784.jpg','cropped-coffee0784.jpg','','inherit','closed','open','','cropped-coffee0784-jpg','','','2009-10-28 15:23:12','2009-10-28 20:23:12','',0,'http://deborahbrody.com/wp-content/uploads/2009/10/cropped-coffee0784.jpg',0,'attachment','image/jpeg',0),
(546,4,'2009-10-29 10:34:07','2009-10-29 15:34:07','Last night, I was fortunate to visit a magnificent exhibition at the <a class=\"wp-caption\" title=\"US Holocaust Museum\" href=\"http://www.ushmm.org\" target=\"_blank\">United States Holocaust Memorial Museum</a>, entitled State of Deception: The Power of Nazi Propaganda.\r\n\r\nAs the curator explained, propaganda is inherently linked with advertising and public relations. In the beginning of modern advertising and PR, propaganda people were running the show. Edward Bernays, the \"father of modern PR\" was a propagandist. But propaganda is not inherently negative. Propaganda is simply the propagation of an idea, using various means.\r\n\r\nUnfortunately, as with Hitler and the Nazis, propaganda has been used to propagate evil and incite violence and murder. It is a testament to the power of propaganda that the Holocaust was as widespread and supported as it was.\r\n\r\nThe Nazis understood the power of mass media, and they understood the power of symbolism and word choice. They understood that you had to dehumanize your enemy. They used words that had emotional appeal to the Germans of the day, like \"freedom.\"\r\n\r\nThe Nazis made radios cheaper and widely available, and then proceeded to use radio as a way to send out their propaganda within music shows. It became illegal in Nazi Germany to listen to foreign radio broadcasts, punishable by long imprisonment. So the way propaganda worked within Nazi Germany was to use all media possible and by the suppression of all opposing viewpoints.\r\n\r\nIn any case, the lesson to learn is that words are powerful.  We that work in the promotion business, be it advertising, PR or marketing have the power to persuade and that is not something to be taken lightly.','Propaganda','','publish','open','open','','propaganda','','','2011-08-14 07:32:43','2011-08-14 07:32:43','',0,'http://cuppamarcomm.wordpress.com/?p=546',0,'post','',1),
(550,4,'2009-10-30 10:03:06','2009-10-30 15:03:06','What is better is to speak and write plainly, a lesson that is being forced on the U.S. Government according to the <a class=\"wp-caption\" title=\"Federal Diary\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/10/29/AR2009102904525.html\" target=\"_blank\">Federal Diary column</a>by Joe Davidson  in the Washington Post. To make that happen (I could have written: In order to facilitate the transition), there will be a symposium on plain language this afternoon at the National Press Club, held by the<a class=\"wp-caption\" title=\"Center for Plain Language\" href=\"http://www.centerforplainlanguage.org/\" target=\"_blank\"> Center for Plain Language</a>.\r\n\r\nThere is no doubt that the government (and many in the legal community) loves to make things complicated. The more obtuse, the better. The more wordy the better. Passive voice? They love it. Big words when smaller words would do, check.\r\n\r\nBut, more disturbing in my opinion (since I already expect government/legal communications to be convoluted), is that marketing folk are jumping on the complicated bandwagon.  This blog post, from the <a class=\"wp-caption\" title=\"Branding Strategy Insider\" href=\"http://www.brandingstrategyinsider.com/\" target=\"_blank\">Branding Strategy Insider</a>, claims that \"<a class=\"wp-caption\" title=\"Complex Language\" href=\"http://www.brandingstrategyinsider.com/2009/10/complex_language_weakening_brands.html\" target=\"_blank\">Complex Language Weakens Brands.\"</a> As the post says:\r\n<blockquote>A serious impediment to communications is this constant upgrading of the language. No aspect of life is left untouched by the upgrade police. Not only does a term have to be politically correct, it has to be as long and as complicated as possible.</blockquote>\r\nA great example from the post is that UPS went from being in the parcel delivery business to being a logistics company. How many people on the street instinctively understand what logistics is???? Not many, my friends. The only people who understand logistics are in logistics.\r\n\r\nIn any case, if you want to be clear, speak and write plainly. Using big words when small ones would do does NOT make you look more intelligent (if anything, it makes you look less so). From the Center for Plain Language website:\r\n<blockquote>A communication is in plain language if the people who are the audience for that communication can quickly and easily\r\n<ul>\r\n	<li>find what they need</li>\r\n	<li>understand what they find</li>\r\n	<li>act appropriately on that understanding</li>\r\n</ul>\r\n</blockquote>\r\nI think the bullet points above are the point of ANY communications.\r\n\r\nAnd you thought plain vanilla was the boring choice.','Plainly speaking, it is better','','publish','open','open','','plainly-speaking-it-is-better','','','2011-08-14 07:32:16','2011-08-14 07:32:16','',0,'http://cuppamarcomm.wordpress.com/?p=550',0,'post','',0),
(1358,4,'2009-10-29 10:34:07','2009-10-29 15:34:07','Last night, I was fortunate to visit a magnificent exhibition at the <a class=\"wp-caption\" title=\"US Holocaust Museum\" href=\"http://www.ushmm.org\" target=\"_blank\">United States Holocaust Memorial Museum</a>, entitled State of Deception: The Power of Nazi Propaganda.\n\n<p>&nbsp;</p>\n\n[picapp src=\"3/b/e/9/HOLOCAUST_MUSEUM_SHOOTING_45bd.JPG?adImageId=6981117&amp;imageId=4976299\" width=\"234\" height=\"156\" /]\n\nAs the curator explained, propaganda is inherently linked with advertising and public relations. In the beginning of modern advertising and PR, propaganda people were running the show. Edward Bernays, the \"father of modern PR\" was a propagandist. But propaganda is not inherently negative. Propaganda is simply the propagation of an idea, using various means.\n\nUnfortunately, as with Hitler and the Nazis, propaganda has been used to propagate evil and incite violence and murder. It is a testament to the power of propaganda that the Holocaust was as widespread and supported as it was.\n\nThe Nazis understood the power of mass media, and they understood the power of symbolism and word choice. They understood that you had to dehumanize your enemy. They used words that had emotional appeal to the Germans of the day, like \"freedom.\"\n\nThe Nazis made radios cheaper and widely available, and then proceeded to use radio as a way to send out their propaganda within music shows. It became illegal in Nazi Germany to listen to foreign radio broadcasts, punishable by long imprisonment. So the way propaganda worked within Nazi Germany was to use all media possible and by the suppression of all opposing viewpoints.\n\nIn any case, the lesson to learn is that words are powerful.  We that work in the promotion business, be it advertising, PR or marketing have the power to persuade and that is not something to be taken lightly.\n\n','Propaganda','','inherit','open','open','','546-revision','','','2009-10-29 10:34:07','2009-10-29 15:34:07','',546,'http://deborahbrody.com/2009/10/546-revision/',0,'revision','',0),
(554,4,'2009-11-11 16:36:24','2009-11-11 21:36:24','If you are in marketing communications -- advertising, public relations, direct marketing, design or anything else involving promotion, you should be conversant in social media. You should know what it is and you should be using some social media tools yourself.  How will you be able to recommend \"new media\" to clients if you are not on any social networks yourself?\n\nI am not covering any new ground here, I know.  However, I am continually shocked when I meet people who are in the marketing biz and who are completely out of the loop in terms of social media. Or, what I think is worse, is people in marketing who have dipped their tippy toes into social media only to have Twitter accounts they never use, or incomplete LinkedIn profiles with 10 connections or a blog that was last updated in 2007. Do you know these people?  Are you one of these people? Don\'t be!\n\nOK. If you buy in to the paragraphs above let\'s proceed.\n\n<strong><span style=\"text-decoration:underline;\">LinkedIn--your professional social networking site</span></strong>\n<ul>\n	<li>Set up your profile, and include a photograph of yourself.  You can most likely use the same photograph on other networks as well. Make sure you have a robust description of what you do now, and an informative headline. If you have older profiles, get rid of them. Make it easy for people who know you to find you.</li>\n	<li>If you own your company, set up a profile for your company. Include your company logo and website.</li>\n	<li>Link your blog to your profile.</li>\n	<li>Grow your network! When you meet people you\'d like to do business with, see if you can add them to your network.</li>\n	<li>Answer questions. LinkedIn has an \"answers\" section...see if you can contribute to it.</li>\n</ul>\n<strong><span style=\"text-decoration:underline;\">Blog already!</span></strong>\n<ul>\n	<li>If you have a website, that is fine. But keep in mind that websites are static and don\'t invite interaction. If you can add a blog to your website you will keep it fresher.</li>\n</ul>\n<span style=\"text-decoration:underline;\"><strong>Twitter</strong></span>\n<ul>\n	<li>Set up a twitter account. If it is personal, use your name. If it is business, use your business name. Getting long and complex doesn\'t pay off. Remember, your name is part of any re-tweeting, so don\'t take away precious characters from the 140 you are given.</li>\n	<li>Your Twitter profile should have either a photograph of you or your company logo. Do not use the Twitter bird. Be sure to write up a bio and include your website or blog URL.</li>\n	<li>Follow people. Make lists (the newest Twitter feature)</li>\n	<li>Tweet! Have something to say.</li>\n</ul>\n<strong><span style=\"text-decoration:underline;\">Facebook</span></strong>\n<ul>\n	<li>In my book, Facebook is personal. However, you can and should set up a fan page for your business. It is a no-cost way of promoting your business.</li>\n</ul>\nTo succeed in social media, you must invest some time, be consistent and be persistent.\n\nTo recap, get on one or more social networks already!!!!\n\n<p>&nbsp;</p>\n\n','Your minimum social media presence','','publish','open','open','','your-minimum-social-media-presence','','','2009-11-11 16:36:24','2009-11-11 21:36:24','',0,'http://cuppamarcomm.wordpress.com/?p=554',0,'post','',0),
(557,4,'2009-11-17 08:50:45','2009-11-17 13:50:45','Have you ever wondered why some ads work and some don\'t?  Some ads don\'t work because they are missing crucial information or they are too convoluted or weird. Some ads just don\'t stimulate interest or excitement. And some ads miss their target completely by being placed in the wrong medium.\r\n\r\nYes, sometimes, it is the marketing effort that is to blame. Sometimes the creativity wasn\'t there or the strategy was not the best.\r\n\r\nBut (of course there is a but), sometimes it is what you are selling, your offer, that is to blame.  In other words, your marketing is fine but your offer is not.\r\n\r\nMany times I get dozens of emails advertising an event. The event is posted everywhere. All the correct information is there. Perhaps there is a great headline. But the date conflicts with something else. But the price is too high. But you just bought something similar. <strong>The offer is off. </strong>\r\n\r\nSometimes, what you are offering is not what the customer wants.\r\n\r\nFor instance, a local marketing association is having an event about LinkedIn. Another organization in town had a similar event just a few weeks ago. Furthermore, the event costs $60. It is too much for me.  There was nothing wrong with the marketing for the event except the offer didn\'t entice me (in this case it was the cost).\r\n\r\nIf you are failing to bring in people to your event or buyers to your store, examine your offer. Is the offer fair? Is the offer special? Do people like the offer? Don\'t blame your marketing until you make sure you have a good offer.\r\n\r\nSometimes you have to think, it\'s not you, it\'s me.\r\n\r\nDo you have examples of an ad with a bad offer? Please share!!!\r\n\r\n&nbsp;','It\'s not you, it\'s me','','publish','open','open','','its-not-you-its-me','','','2011-08-14 07:31:32','2011-08-14 07:31:32','',0,'http://cuppamarcomm.wordpress.com/?p=557',0,'post','',0),
(1357,4,'2009-10-30 10:03:06','2009-10-30 15:03:06','What is better is to speak and write plainly, a lesson that is being forced on the U.S. Government according to the <a class=\"wp-caption\" title=\"Federal Diary\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/10/29/AR2009102904525.html\" target=\"_blank\">Federal Diary column</a>by Joe Davidson  in the Washington Post. To make that happen (I could have written: In order to facilitate the transition), there will be a symposium on plain language this afternoon at the National Press Club, held by the<a class=\"wp-caption\" title=\"Center for Plain Language\" href=\"http://www.centerforplainlanguage.org/\" target=\"_blank\"> Center for Plain Language</a>.\n\nThere is no doubt that the government (and many in the legal community) loves to make things complicated. The more obtuse, the better. The more wordy the better. Passive voice? They love it. Big words when smaller words would do, check.\n\n[picapp src=\"0181/f294844b-5c9f-40ef-9512-b62697ae4b04.jpg?adImageId=7005915&amp;imageId=185271\" width=\"234\" height=\"312\" /]\n\nBut, more disturbing in my opinion (since I already expect government/legal communications to be convoluted), is that marketing folk are jumping on the complicated bandwagon.  This blog post, from the <a class=\"wp-caption\" title=\"Branding Strategy Insider\" href=\"http://www.brandingstrategyinsider.com/\" target=\"_blank\">Branding Strategy Insider</a>, claims that \"<a class=\"wp-caption\" title=\"Complex Language\" href=\"http://www.brandingstrategyinsider.com/2009/10/complex_language_weakening_brands.html\" target=\"_blank\">Complex Language Weakens Brands.\"</a> As the post says:\n<blockquote>A serious impediment to communications is this constant upgrading of the language. No aspect of life is left untouched by the upgrade police. Not only does a term have to be politically correct, it has to be as long and as complicated as possible.</blockquote>\nA great example from the post is that UPS went from being in the parcel delivery business to being a logistics company. How many people on the street instinctively understand what logistics is???? Not many, my friends. The only people who understand logistics are in logistics.\n\nIn any case, if you want to be clear, speak and write plainly. Using big words when small ones would do does NOT make you look more intelligent (if anything, it makes you look less so). From the Center for Plain Language website:\n<blockquote>A communication is in plain language if the people who are the audience for that communication can quickly and easily\n<ul>\n	<li>find what they need</li>\n	<li>understand what they find</li>\n	<li>act appropriately on that understanding</li>\n</ul>\n</blockquote>\nI think the bullet points above are the point of ANY communications.\n\nAnd you thought plain vanilla was the boring choice.\n\n','Plainly speaking, it is better','','inherit','open','open','','550-revision','','','2009-10-30 10:03:06','2009-10-30 15:03:06','',550,'http://deborahbrody.com/2009/10/550-revision/',0,'revision','',0),
(561,4,'2009-11-23 15:03:06','2009-11-23 20:03:06','Say you want to sell something. You think: I\'ll place an ad to get buyers. Buyers will come, see the item and pay for it. Deal done. For simple transactions, this simple paradigm works. Take note of all the individual ads for used furniture, bikes and other stuff on Craigslist.\r\n\r\nHowever, there must be more thought put in when you are trying to market for a large store, retail operation or national distributor.  First, you are selling more than one item. When you are advertising for a larger operation you are trying to accomplish at least two things. One is to move product and another is to get people in your store. The idea being that if someone is there to buy 2-for-1 widgets, he or she may also buy some gidgets.\r\n\r\nSo your ad agency created a great ad, the pricing is great both for the customer and for your bottom line, and you\'ve done a comprehensive media buy. All you have to do now is sit back and wait. Right? Wrong!\r\n\r\nRetailers, from the smallest to the largest, have to be a bit more proactive. First, they have to make sure they have enough stock of what they are attempting to sell. Second, they have to have contingency plans if the demand is too large. Are you going to honor the same price when a new shipment arrives? Are you going to give rainchecks?\r\n\r\n<strong>In short, advertising must be connected to your operations and customer service policies.</strong>\r\n\r\nLet me share a misadventure I had at a well known office supply store (email me if you want the name).  They had advertised a certain desk chair on sale. On the second day of the sale, I showed up at a store and wanted to buy said desk chair . The store was \"out of stock.\" In fact, most every store in the area was out of stock. I had to ask the manager to locate stores with the chair in stock and both had only one chair. At no point did he offer to call and have the other store hold the chair for me. The manager also did not offer to give me a coupon or the same price on a similar chair.  In fact, the whole experience was illustrative of terrible customer service, but also of the disconnect  between advertising and operations.\r\n\r\nThe store had advertised a sale for an item that it did not have in stock. Perhaps it was bait and switch and perhaps it was the fault of the advertising manager.Whatever the reason, it did not result in a sale, quite the opposite, it resulted in an irritated potential customer who will think twice before going to this store for anything, much less anything advertised in the weekly circular.\r\n\r\n<strong>Advertising gets people to the door but it does not make the sale.  Customer service and sales staff make the sale. </strong>\r\n\r\nThe truth is advertising alone is rarely enough.','Advertising is not enough','','publish','open','open','','advertising-is-not-enough','','','2011-08-14 07:30:29','2011-08-14 07:30:29','',0,'http://cuppamarcomm.wordpress.com/?p=561',0,'post','',0),
(1356,4,'2009-11-17 08:50:45','2009-11-17 13:50:45','Have you ever wondered why some ads work and some don\'t?  Some ads don\'t work because they are missing crucial information or they are too convoluted or weird. Some ads just don\'t stimulate interest or excitement. And some ads miss their target completely by being placed in the wrong medium.\n\nYes, sometimes, it is the marketing effort that is to blame. Sometimes the creativity wasn\'t there or the strategy was not the best.\n\nBut (of course there is a but), sometimes it is what you are selling, your offer, that is to blame.  In other words, your marketing is fine but your offer is not.\n\nMany times I get dozens of emails advertising an event. The event is posted everywhere. All the correct information is there. Perhaps there is a great headline. But the date conflicts with something else. But the price is too high. But you just bought something similar. <strong>The offer is off. </strong>\n\n[picapp src=\"0168/1d557998-f397-45c1-938d-75ec415931ac.jpg?adImageId=7569637&amp;imageId=172510\" width=\"234\" height=\"351\" /]\n\nSometimes, what you are offering is not what the customer wants.\n\nFor instance, a local marketing association is having an event about LinkedIn. Another organization in town had a similar event just a few weeks ago. Furthermore, the event costs $60. It is too much for me.  There was nothing wrong with the marketing for the event except the offer didn\'t entice me (in this case it was the cost).\n\nIf you are failing to bring in people to your event or buyers to your store, examine your offer. Is the offer fair? Is the offer special? Do people like the offer? Don\'t blame your marketing until you make sure you have a good offer.\n\nSometimes you have to think, it\'s not you, it\'s me.\n\nDo you have examples of an ad with a bad offer? Please share!!!\n\n<p>&nbsp;</p>\n\n','It\'s not you, it\'s me','','inherit','open','open','','557-revision','','','2009-11-17 08:50:45','2009-11-17 13:50:45','',557,'http://deborahbrody.com/2009/11/557-revision/',0,'revision','',0),
(564,4,'2009-11-28 11:23:03','2009-11-28 16:23:03','Perhaps we have been lulled into thinking that our writing is OK because we have spell-check on our word-processing programs. Or perhaps we just think that we make no mistakes. But we do make mistakes, and some are just awful.\n\nHere\'s a paragraph from a story posted on the <a class=\"wp-caption\" title=\"WJLA\" href=\"http://www.wjla.com/\" target=\"_self\">WJLA</a> website, today, about Virginia\'s smoking ban:\n<blockquote>For the first time, patrons will walk through the doors without smelling smoke for the first time in15 years at Ireland\'s Four Courts in Arlington. Friday morning, work started before dawn.</blockquote>\nHow many mistakes can one short paragraph have? Apparently, WJLA does not believe in copyediting or editing of any sort. I have seen more mistakes on this one website than on any other major news website I visit. You know what it does? It makes me think that they don\'t check ANY aspect of the stories they post. How can you trust what they say if they can\'t even say it right?\n\n<p>&nbsp;</p>\n\n','We still need editors','','publish','open','open','','we-still-need-editors','','','2009-11-28 11:23:03','2009-11-28 16:23:03','',0,'http://cuppamarcomm.wordpress.com/?p=564',0,'post','',0),
(567,4,'2009-12-01 10:34:45','2009-12-01 15:34:45','What do I need to know in order to make a decision about hiring you? That is what your ABOUT section on your blog or website must answer.  On the rare occasion that someone is going to make a decision about contracting services or buying products from you, that person will want to know your credentials.\r\n\r\nHere are a few questions that you should answer:\r\n<ul>\r\n	<li>How long have you been in business?</li>\r\n	<li>What is your experience?</li>\r\n	<li>Do you have any special credentials?</li>\r\n	<li>What makes you special?</li>\r\n	<li>Who are you?</li>\r\n	<li>Where or with whom have you worked?</li>\r\n</ul>\r\nRecently, I was \"shopping\" for a doctor. The insurance website listing is not helpful other than to give me the distance the doctor is located from my house and where he or she went to school. So I checked to see if some of the practices had websites. I found one that was very simple yet answered questions I had: does the practice do its own lab work? What kind of healthcare do they practice? What are the doctors\' backgrounds?  It all sounded good to me and now I have an appointment. I will let you know.\r\n\r\nOn the other hand, I came across a new marketing company\'s website. Their \"About us\" says this:\r\n<blockquote>We are uniquely qualified “marketing experts” as our seasoned management team has a combined 50 years of success in executing revenue generating strategies across numerous industries.  We’ve been the leaders of Sales, Marketing, Business Development and Product Marketing teams.  We have made cold calls, designed and launched products, catapulted public relation campaigns, pontificated press releases, and of course, successfully executed hundreds of marketing campaigns for small, medium, and large businesses.\r\n\r\nOur team not only creates the programs, they are on the front lines executing and analyzing them.  However, our success isn’t measured in our experience and ROI alone.  We are customers too and know the importance of rapport-building and customer service.  We treat each customer as honor, and mind our customer’s marketing campaigns as they were for our own company.</blockquote>\r\nWhy not tell me who you are, with whom you have worked, and where you are located, for starters?  Hell, I am a \"seasoned marketing expert\" myself, right? (Not to mention the excessive capitalization.)\r\n\r\nWhat other things do you look for when you are looking to hire/contract/buy services? Comments please!\r\n\r\n&nbsp;','Why should I hire YOU?','','publish','open','open','','why-should-i-hire-you','','','2011-08-14 07:29:59','2011-08-14 07:29:59','',0,'http://cuppamarcomm.wordpress.com/?p=567',0,'post','',0),
(1355,4,'2009-11-23 15:03:06','2009-11-23 20:03:06','Say you want to sell something. You think: I\'ll place an ad to get buyers. Buyers will come, see the item and pay for it. Deal done. For simple transactions, this simple paradigm works. Take note of all the individual ads for used furniture, bikes and other stuff on Craigslist.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=advertisement&amp;iid=5075860\" src=\"4/8/9/7/Sale_advertisment_on_f89e.jpg?adImageId=7763211&amp;imageId=5075860\" width=\"234\" height=\"351\" /]\n\nHowever, there must be more thought put in when you are trying to market for a large store, retail operation or national distributor.  First, you are selling more than one item. When you are advertising for a larger operation you are trying to accomplish at least two things. One is to move product and another is to get people in your store. The idea being that if someone is there to buy 2-for-1 widgets, he or she may also buy some gidgets.\n\nSo your ad agency created a great ad, the pricing is great both for the customer and for your bottom line, and you\'ve done a comprehensive media buy. All you have to do now is sit back and wait. Right? Wrong!\n\nRetailers, from the smallest to the largest, have to be a bit more proactive. First, they have to make sure they have enough stock of what they are attempting to sell. Second, they have to have contingency plans if the demand is too large. Are you going to honor the same price when a new shipment arrives? Are you going to give rainchecks?\n\n<strong>In short, advertising must be connected to your operations and customer service policies.</strong>\n\nLet me share a misadventure I had at a well known office supply store (email me if you want the name).  They had advertised a certain desk chair on sale. On the second day of the sale, I showed up at a store and wanted to buy said desk chair . The store was \"out of stock.\" In fact, most every store in the area was out of stock. I had to ask the manager to locate stores with the chair in stock and both had only one chair. At no point did he offer to call and have the other store hold the chair for me. The manager also did not offer to give me a coupon or the same price on a similar chair.  In fact, the whole experience was illustrative of terrible customer service, but also of the disconnect  between advertising and operations.\n\nThe store had advertised a sale for an item that it did not have in stock. Perhaps it was bait and switch and perhaps it was the fault of the advertising manager.Whatever the reason, it did not result in a sale, quite the opposite, it resulted in an irritated potential customer who will think twice before going to this store for anything, much less anything advertised in the weekly circular.\n\n<strong>Advertising gets people to the door but it does not make the sale.  Customer service and sales staff make the sale. </strong>\n\nThe truth is advertising alone is rarely enough.\n\n','Advertising is not enough','','inherit','open','open','','561-revision','','','2009-11-23 15:03:06','2009-11-23 20:03:06','',561,'http://deborahbrody.com/2009/11/561-revision/',0,'revision','',0),
(572,4,'2009-12-05 09:45:12','2009-12-05 14:45:12','This is not or should not be a newsflash, but social media has changed public relations.  Yet many people are resisting.\n\nYesterday, I was fortunate to have attended a presentation on social media strategy given by Sally Falkow, and hosted by the PRSA-NCC, here in Washington DC. Ms. Falkow presented a case for social media (newspapers in decline, people looking for new sources of information) and gave some advice on how to use social media to achieve public relations/marketing goals. You can access this valuable presentation here:\n\n﻿[slideshare id=2655269&amp;doc=prsadcsocialmedia-091205063755-phpapp02]\n\nAlthough her presentation gave me lots of new perspectives and ideas, what fascinated me the most was the audience reaction. Specifically three or four people, who are decidedly old school, immediately started questioning Ms. Falkow. One person in particular, who claimed she had been a White House reporter, was quite acid about new media, saying \"no one has time to watch video news releases\" and \"blogs are not credible.\"  Obviously, this woman is not keen on social media, and thinks it just is not up to snuff,  certainly not comparable to old media.\n\nThese questioners actually were quite disruptive, but mostly, they were a sad reminder that some people will fight change. This is why so many organizations are having a difficult time communicating these days. Sure, I know that getting a clip in a major newspaper or coverage from a major broadcaster felt good and was the result of good media relations. But that is not where the majority of the audience is these days. Newspapers are dying, major news broadcasts are losing ground, and more importantly, legions of people have embraced social media.  Although you could ignore this situation, you would be doing it at your own peril.\n\nIf you practice PR, or advertising, or marketing, you MUST consider social media. It is not optional any more. It is not just a way to get young people or techies. It is where a large majority of people are getting their news and information.  Railing against it, questioning its legitimacy and refusing to change your ways will only result in your public relations efforts going to waste. You will be left out in the cold.\n\n','Social media has changed PR','','publish','open','open','','social-media-has-changed-pr','','','2009-12-05 09:45:12','2009-12-05 14:45:12','',0,'http://cuppamarcomm.wordpress.com/?p=572',0,'post','',3),
(577,4,'2009-12-08 14:15:03','2009-12-08 19:15:03','Check out my guest post: <a class=\"wp-caption\" title=\"GBA\" href=\"http://www.greenbuzzagency.com/the-golden-rule-of-marketing-4-actions-your-company-should-take\" target=\"_blank\">\"The Golden Rule of Marketing: 4 Actions your Company Should Take\"</a> at the Green Buzz Agency blog.\n\nLet me know what you think!\n\n','Be consistent!','','publish','open','open','','be-consistent','','','2009-12-08 14:15:03','2009-12-08 19:15:03','',0,'http://cuppamarcomm.wordpress.com/?p=577',0,'post','',0),
(581,4,'2009-12-10 08:55:44','2009-12-10 13:55:44','It is too bad that marketing people often are  not involved in the pricing process within a company. Because as you probably know, price is one of the four \"Ps\" (product, placement, price, promotion) involved in marketing. Often, especially if you are in a  public relations/advertising agency, you had absolutely no input on price. None. And yet, you are being asked to promote a product/service that may not be priced correctly.\r\n\r\nWhat is the correct price? The one the public will pay for that product or service.\r\n\r\nFor instance, say you see a great ad campaign for a product. You go look for it, but it is priced too high. You don\'t buy it. Of course, perhaps you are not the target audience. Perhaps the target is people with higher household incomes than you. That is possible.\r\n\r\nHowever, I often see pricing that is more reflexive of a small committee of people who decide the price than of market research or a target audience strategy.\r\n\r\nPrices can be too high and they can be too low. If something is too cheap, you may doubt its value.\r\n\r\nIn any case, if as a marketing communications person you can participate in talks about price, do so. If you can get market research to back up price decisions, do so.  The right price can sell a product more readily than any campaign, press release or social media blitz.\r\n\r\nYour thoughts?','The price is right!','','publish','open','open','','the-price-is-right','','','2011-08-14 07:29:14','2011-08-14 07:29:14','',0,'http://cuppamarcomm.wordpress.com/?p=581',0,'post','',0),
(1354,4,'2009-12-01 10:34:45','2009-12-01 15:34:45','What do I need to know in order to make a decision about hiring you? That is what your ABOUT section on your blog or website must answer.  On the rare occasion that someone is going to make a decision about contracting services or buying products from you, that person will want to know your credentials.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=why&amp;iid=92499\" src=\"0088/d2b1497e-b34e-4a65-b807-da66a7111dbc.jpg?adImageId=7963926&amp;imageId=92499\" width=\"234\" height=\"351\" /]\n\nHere are a few questions that you should answer:\n<ul>\n	<li>How long have you been in business?</li>\n	<li>What is your experience?</li>\n	<li>Do you have any special credentials?</li>\n	<li>What makes you special?</li>\n	<li>Who are you?</li>\n	<li>Where or with whom have you worked?</li>\n</ul>\nRecently, I was \"shopping\" for a doctor. The insurance website listing is not helpful other than to give me the distance the doctor is located from my house and where he or she went to school. So I checked to see if some of the practices had websites. I found one that was very simple yet answered questions I had: does the practice do its own lab work? What kind of healthcare do they practice? What are the doctors\' backgrounds?  It all sounded good to me and now I have an appointment. I will let you know.\n\nOn the other hand, I came across a new marketing company\'s website. Their \"About us\" says this:\n<blockquote>We are uniquely qualified “marketing experts” as our seasoned management team has a combined 50 years of success in executing revenue generating strategies across numerous industries.  We’ve been the leaders of Sales, Marketing, Business Development and Product Marketing teams.  We have made cold calls, designed and launched products, catapulted public relation campaigns, pontificated press releases, and of course, successfully executed hundreds of marketing campaigns for small, medium, and large businesses.\n\nOur team not only creates the programs, they are on the front lines executing and analyzing them.  However, our success isn’t measured in our experience and ROI alone.  We are customers too and know the importance of rapport-building and customer service.  We treat each customer as honor, and mind our customer’s marketing campaigns as they were for our own company.</blockquote>\nWhy not tell me who you are, with whom you have worked, and where you are located, for starters?  Hell, I am a \"seasoned marketing expert\" myself, right? (Not to mention the excessive capitalization.)\n\nWhat other things do you look for when you are looking to hire/contract/buy services? Comments please!\n\n<p>&nbsp;</p>\n\n','Why should I hire YOU?','','inherit','open','open','','567-revision','','','2009-12-01 10:34:45','2009-12-01 15:34:45','',567,'http://deborahbrody.com/2009/12/567-revision/',0,'revision','',0),
(586,4,'2009-12-11 08:09:08','2009-12-11 13:09:08','What does it say about the publishing industry when the venerable, 108-year-old trade journal covering the industry is folding?Read the story <a class=\"wp-caption\" title=\"Crains NY Biz\" href=\"http://www.crainsnewyork.com/apps/pbcs.dll/article?AID=/20091210/FREE/912109995/1040\" target=\"_blank\">here.</a>\r\n\r\nIt seems inevitable that we will see continued downturn in the magazine market. More and more, people are turning to digital media for all their news and information. And why not? It is there, at your fingertips. It is continually updated and often, you don\'t have to pay for it.\r\n\r\nMagazines are starting to seem as quaint as LPs (vinyl records for those who don\'t remember).','Editor & Publisher to shut down','','publish','open','open','','editor-publisher-to-shut-down','','','2011-08-14 07:28:48','2011-08-14 07:28:48','',0,'http://cuppamarcomm.wordpress.com/?p=586',0,'post','',0),
(1353,4,'2009-12-10 08:55:44','2009-12-10 13:55:44','It is too bad that marketing people often are  not involved in the pricing process within a company. Because as you probably know, price is one of the four \"Ps\" (product, placement, price, promotion) involved in marketing. Often, especially if you are in a  public relations/advertising agency, you had absolutely no input on price. None. And yet, you are being asked to promote a product/service that may not be priced correctly.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=price+tag&amp;iid=5276512\" src=\"3/8/f/6/Blank_price_tag_0c55.jpg?adImageId=8192228&amp;imageId=5276512\" width=\"234\" height=\"234\" /]\n\nWhat is the correct price? The one the public will pay for that product or service.\n\nFor instance, say you see a great ad campaign for a product. You go look for it, but it is priced too high. You don\'t buy it. Of course, perhaps you are not the target audience. Perhaps the target is people with higher household incomes than you. That is possible.\n\nHowever, I often see pricing that is more reflexive of a small committee of people who decide the price than of market research or a target audience strategy.\n\nPrices can be too high and they can be too low. If something is too cheap, you may doubt its value.\n\nIn any case, if as a marketing communications person you can participate in talks about price, do so. If you can get market research to back up price decisions, do so.  The right price can sell a product more readily than any campaign, press release or social media blitz.\n\nYour thoughts?\n\n','The price is right!','','inherit','open','open','','581-revision','','','2009-12-10 08:55:44','2009-12-10 13:55:44','',581,'http://deborahbrody.com/2009/12/581-revision/',0,'revision','',0),
(590,4,'2009-12-14 13:17:37','2009-12-14 18:17:37','<strong>Prescriptives:  One Customer\'s Quest for Makeup</strong>\n\nToday, I went to the mall in search of a replacement for my dwindling bottle of Prescriptives foundation, which I love. First I went to Nordstrom, where I originally found it. The Prescriptives counter was very small, and a salesperson from a different counter \"helped\" me.  She was not very familiar with the brand and she said they were out of what I needed. Next stop, Bloomingdales. I looked everywhere and no Prescriptives counter. I asked someone who answered me with a look as if I had just asked for Cover Girl, that Prescriptives does not have a counter at Bloomingdale\'s. I walked out.\n\nNext stop was Macy\'s. A young sales guy informs me that Prescriptives is being discontinued. This is news to me. I ask whether I can purchase the foundation online. He tells me no, but that he can custom blend some foundation from me at exactly double the price. I asked if I could find a similar foundation with the parent company, Estee Lauder. He says probably, and walks me over to the Estee Lauder counter, where he explains what I need to a saleswoman who then proceeds to ignore me. No joke. I walk out.\n\nFinally, I get to Lord &amp; Taylor. I find their Prescriptives counter and the salesperson tells me they are sold out of that particular foundation. She shows me a couple of others,  which I don\'t like. She assures me I can find something similar at Estee Lauder. We go over there, and the Estee Lauder looks up in her sales book and yes, she finds the \"equivalent\" to my foundation in the Estee Lauder lineup. OK. She is a good salesperson. She is nice and helpful and I buy the Estee Lauder offering.\n\nI get home. I check on the Internet and guess what? I can buy my exact foundation online. I do it.\n\nWhat is the moral of this makeup quest? A company must communicate with its associates and the public just a wee bit better.\n<ul>\n	<li>First, I did not know Prescriptives was being phased out. It is probably buried in some news somewhere but a large ad would have made that clear to me.</li>\n	<li>Second, the counter people did not know enough to say the following: Prescriptives is being phased out. You can still purchase our existence here or check online until X date. One of these sales people even had the wrong information. Not helpful.</li>\n	<li>Third, the physical displays/counters at the stores did not have any of the above information.</li>\n</ul>\nPrescriptives is part of Estee Lauder. It is in EL\'s best interest to make sure that Prescriptives customers migrate to one of their brands, and be happy about it. In order to do this, the company needs to communicate better. Period. End of story.\n\nHave you ever had to deal with a brand that was being discontinued? What did you do?\n\n','Lack of communication may cost you a sale','','publish','open','open','','lack-of-communication-may-cost-you-a-sale','','','2009-12-14 13:17:37','2009-12-14 18:17:37','',0,'http://cuppamarcomm.wordpress.com/?p=590',0,'post','',1),
(593,4,'2009-12-15 09:05:23','2009-12-15 14:05:23','When you are surrounded by something, you assume everyone else is as well. You are taking for granted that everyone has the same experience. But, this is simply not so. And taking things for granted results in bad communication, for sure.\n\nHow many times have you tried to talk to a real tech-y person? Chances are you ended up nodding your head because it was easier than asking what each word meant or gadget or program did. This happens whenever you try to communicate with someone who is immersed in a world, and does not realize you aren\'t.\n\nOn Saturday, I was at a talk about research on the Internet. Some terms came up like \"delicious\" or \"brand reputation,\" which did not strike a chord amongst the attendees.  You have to know who your audience is and adjust your explanations accordingly. If you are tweeting on Twitter,  you don\'t have to explain what a tweet up is. If you are in a room where people feel very cutting edge because they finally put up a picture of their dog on Facebook, you will have to explain, and it will not be as obvious as you think.\n\nA rule for good communication is not to take things for granted. Explain what you mean using common terms. Avoid jargon. Jargon is the ultimate insider language, and it takes for granted that you understand it.  Remember, just because it is obvious to you does not mean it is obvious to everyone else.\n\n','Taking things for granted','','publish','open','open','','taking-things-for-granted','','','2009-12-15 09:05:23','2009-12-15 14:05:23','',0,'http://cuppamarcomm.wordpress.com/?p=593',0,'post','',0),
(597,4,'2009-12-28 15:04:39','2009-12-28 20:04:39','As the last year in the first decade of 21st century, 2009 was certainly a year of flux. We saw lots of changes in media. Many magazines were shuttered, and some newspapers became online only.  The Internet, in the Web 2.0 format was king. Twitter flourished, as did Facebook. Blogs continued to pop up everywhere.  All the mainstream newscasts routinely place more information, video, interviews  online. The divide between haves and have-nots is certainly growing.\r\n\r\nSome trends that I personally disliked:\r\n<ul>\r\n	<li>The rise of personal branding to the level of ridiculous self-promotion.</li>\r\n	<li>The failure of old guard public relations/advertising practitioners to embrace new media</li>\r\n	<li>The idea that new media/social networks are THE solution (they are not)</li>\r\n	<li>Social media \"experts\" (having a Twitter account and a blog does not make anyone an expert)</li>\r\n	<li>Endless self-promotion on multiple platforms of social media</li>\r\n	<li>Linking every Tweet to Facebook and LinkedIn and everything in between</li>\r\n	<li>Feeling the need to tweet everything, have hashtags for everything and  \"follow Friday\"</li>\r\n	<li>Rise in sexist images in advertising</li>\r\n	<li>Decline in thoughtful public relations campaigns</li>\r\n	<li>Decline in traditional media, especially print journalism</li>\r\n	<li>Endless hype/hysteria about the supposed big story of the minute (Tiger Woods, Octomom, Balloon Boy, etc.)</li>\r\n</ul>\r\nBut on the bright side\r\n<ul>\r\n	<li>Social media has presented great opportunities for small businesses</li>\r\n	<li>The new PBS NewsHour</li>\r\n	<li>Increased desire for measurement and return on investment</li>\r\n	<li>Twitter, in spite of the above problems, has allowed for new relationships and allegiances, not to mention new parlance (tweetup, tweetsgiving, etc)</li>\r\n	<li>Acceptance of blogs as legitimate journalistic outlets</li>\r\n	<li>Citizen journalism and subsequent empowerment</li>\r\n</ul>\r\nWhat are your best/worst for the year?','Was 2009 a good year for marketing communications?','','publish','open','open','','was-2009-a-good-year-for-marketing-communications','','','2011-08-14 07:28:05','2011-08-14 07:28:05','',0,'http://cuppamarcomm.wordpress.com/?p=597',0,'post','',1),
(602,4,'2010-01-06 10:44:56','2010-01-06 15:44:56','We all have gone to see a movie that our best friend raved about only to find we thought it was just OK.  Same happens with restaurants that receive glowing reviews. What happens is that our expectations have been set too high and naturally, we are disappointed with reality.\r\n\r\nIt\'s a like a present that is wrapped beautifully....what will be inside? Will it be better than its wrapping?\r\n\r\nBuzz is about forming expectations and then exploiting them.  Marketing people love buzz or WOM (word-of-mouth) because few things are as powerful as a recommendation from someone we know.\r\n\r\nThe down side of creating high expectations is having to deliver or even over-deliver on such expectations.  We can have stuff go very wrong when things don\'t live up to expectations.\r\n\r\nLately, I have been paying attention to hotel websites and ratings. Usually, there is a picture of a perfect room. We don\'t see anything wrong.  But what happens if we book this room, and show up at the hotel only to find that the bathroom is filthy, the carpets (which did not show up in the room picture) are grimy and the noise level is unbearable. What happens is that we are very unhappy. But what makes it worse is that we <em>expected </em>better.\r\n\r\nClearly there is a fine line to walk for marketing people. We have to create expectations  and we have to be able to meet them in a reasonable way.\r\n\r\nTastes differ of course, so what I absolutely love, you may hate. Humans are more forgiving of taste not being met, but with service and other issues that are quantifiable we are not so forgiving. For instance, I went to a restaurant with a friend. We both order the same thing, and I like it but she doesn\'t. Taste  is at play (she prefers less spicy). However, we can both agree on the service (good), ambience (lovely), parking (difficult).\r\n\r\nMarketing that succeeds creates high enough expectations to attract a customer without creating a situation that the customer may actually be upset. The latter happens a lot with sales. Stores run a sale, drawing customers expecting to get a great price on an item they really want. Expectations are not met and tempers are raised if the item is out of stock or is not as it appeared.\r\n\r\nWhat do you do to create reasonable expectations? How do you navigate this  line?','Expectations','','publish','open','open','','expectations','','','2011-08-14 07:27:41','2011-08-14 07:27:41','',0,'http://cuppamarcomm.wordpress.com/?p=602',0,'post','',0),
(1351,4,'2009-12-28 15:04:39','2009-12-28 20:04:39','As the last year in the first decade of 21st century, 2009 was certainly a year of flux. We saw lots of changes in media. Many magazines were shuttered, and some newspapers became online only.  The Internet, in the Web 2.0 format was king. Twitter flourished, as did Facebook. Blogs continued to pop up everywhere.  All the mainstream newscasts routinely place more information, video, interviews  online. The divide between haves and have-nots is certainly growing.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=calendar+planner&amp;iid=76650\" src=\"0073/08c3ff1e-7f6b-42e0-b817-62f37ccc72c2.jpg?adImageId=8702577&amp;imageId=76650\" width=\"234\" height=\"351\" /]\n\nSome trends that I personally disliked:\n<ul>\n	<li>The rise of personal branding to the level of ridiculous self-promotion.</li>\n	<li>The failure of old guard public relations/advertising practitioners to embrace new media</li>\n	<li>The idea that new media/social networks are THE solution (they are not)</li>\n	<li>Social media \"experts\" (having a Twitter account and a blog does not make anyone an expert)</li>\n	<li>Endless self-promotion on multiple platforms of social media</li>\n	<li>Linking every Tweet to Facebook and LinkedIn and everything in between</li>\n	<li>Feeling the need to tweet everything, have hashtags for everything and  \"follow Friday\"</li>\n	<li>Rise in sexist images in advertising</li>\n	<li>Decline in thoughtful public relations campaigns</li>\n	<li>Decline in traditional media, especially print journalism</li>\n	<li>Endless hype/hysteria about the supposed big story of the minute (Tiger Woods, Octomom, Balloon Boy, etc.)</li>\n</ul>\nBut on the bright side\n<ul>\n	<li>Social media has presented great opportunities for small businesses</li>\n	<li>The new PBS NewsHour</li>\n	<li>Increased desire for measurement and return on investment</li>\n	<li>Twitter, in spite of the above problems, has allowed for new relationships and allegiances, not to mention new parlance (tweetup, tweetsgiving, etc)</li>\n	<li>Acceptance of blogs as legitimate journalistic outlets</li>\n	<li>Citizen journalism and subsequent empowerment</li>\n</ul>\nWhat are your best/worst for the year?\n\n','Was 2009 a good year for marketing communications?','','inherit','open','open','','597-revision','','','2009-12-28 15:04:39','2009-12-28 20:04:39','',597,'http://deborahbrody.com/2009/12/597-revision/',0,'revision','',0),
(607,4,'2010-01-08 06:44:19','2010-01-08 11:44:19','You may remember that back last spring a big announcement was made that Leno would be in prime time, every day at 10:00 p.m, and Conan O\'Brien would have the Tonight Show. The idea seemed to be that Leno is pretty popular, and a variety show is cheaper to produce than say a quality show like Law &amp; Order, so why not have Leno take up this real estate which had so long been the province of the good TV dramas.\r\n\r\nWell, the programming folks over at NBC are now discussing moving Jay Leno back to his original 11:35 p.m. spot, after the news.\r\n\r\nAnyone could have told NBC that this would fail. In fact a TV station in Boston was going to refuse to run Leno, because they thought it would hurt their lead for the late night news. It did. They were right. NBC strong-armed their stations into accepting the Leno show by saying they would be dropped if they did not go along.\r\n\r\nWhat this shows, in my opinion, is the isolated world that TV programming folks live in. It shows hubris. It shows lack of research and a lack of common sense. I think most people questioned whether Leno could succeed at the earlier hour. Especially, up against what ABC and CBS offer at that hour. Leno is about about late night humor. He is not Barbara Walters, up to interviewing all sorts of folks.\r\n\r\nIn the end, the Leno Show was not bringing in the viewers that the 11:00 p.m. news needed (a very profitable franchise). NBC was probably bleeding viewers at the 10:00 pm and 11:35 pm hours too (Conan was no Jay). Bottom line, it was costing money to produce a lower costing show.\r\n\r\nWhat do you think?\r\n\r\n<strong>UPDATE:</strong>\r\n\r\n<strong>Steven Pearlstein, columnist for the Washington Post hits the nail on the head regarding what NBC did in business terms. <a class=\"wp-caption\" title=\"Pearlstein\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/01/12/AR2010011203671.html\" target=\"_blank\">Read his column here</a>.</strong>','The unmaking of Jay Leno/UPDATED','','publish','open','open','','the-unmaking-of-jay-leno','','','2011-08-14 07:27:04','2011-08-14 07:27:04','',0,'http://cuppamarcomm.wordpress.com/?p=607',0,'post','',1),
(610,4,'2010-01-11 15:31:04','2010-01-11 20:31:04','Although I am not a fan of New Year\'s resolutions, I think January is a great time to set goals for oneself. You have a whole year ahead of you to meet those goals. And goals are tangible. You either meet them or not, whereas resolutions like \"I want to be healthier\" are vague.\r\n\r\nHere are some personal marketing goals:\r\n<ul>\r\n	<li>Upload a headshot to LinkedIn</li>\r\n	<li>Answer at least one question a month on LinkedIn</li>\r\n	<li>Refine your LinkedIn headline</li>\r\n	<li>Increase your LinkedIn contacts by 25% (minimum)</li>\r\n	<li>Get business cards if you don\'t have them</li>\r\n	<li>Update and polish your elevator speech and then practice it!</li>\r\n	<li>Attend networking events at least twice a month</li>\r\n	<li>Join a professional association</li>\r\n	<li>Join a committee or volunteer group</li>\r\n	<li>Start a blog if you don\'t have one (Posterous is easy!) or post regularly on your existing blog</li>\r\n</ul>\r\nWhat goals are you setting for yourself?','Personal marketing goals for 2010','','publish','open','open','','personal-marketing-goals-for-2010','','','2011-08-14 07:26:21','2011-08-14 07:26:21','',0,'http://cuppamarcomm.wordpress.com/?p=610',0,'post','',0),
(1349,4,'2010-01-08 06:44:19','2010-01-08 11:44:19','You may remember that back last spring a big announcement was made that Leno would be in prime time, every day at 10:00 p.m, and Conan O\'Brien would have the Tonight Show. The idea seemed to be that Leno is pretty popular, and a variety show is cheaper to produce than say a quality show like Law &amp; Order, so why not have Leno take up this real estate which had so long been the province of the good TV dramas.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=jay+leno+show&amp;iid=5813316\" src=\"c/9/f/7/Summer_TCA_Tour_d3f7.jpg?adImageId=8858848&amp;imageId=5813316\" width=\"234\" height=\"254\" /]\n\nWell, the programming folks over at NBC are now discussing moving Jay Leno back to his original 11:35 p.m. spot, after the news.\n\nAnyone could have told NBC that this would fail. In fact a TV station in Boston was going to refuse to run Leno, because they thought it would hurt their lead for the late night news. It did. They were right. NBC strong-armed their stations into accepting the Leno show by saying they would be dropped if they did not go along.\n\nWhat this shows, in my opinion, is the isolated world that TV programming folks live in. It shows hubris. It shows lack of research and a lack of common sense. I think most people questioned whether Leno could succeed at the earlier hour. Especially, up against what ABC and CBS offer at that hour. Leno is about about late night humor. He is not Barbara Walters, up to interviewing all sorts of folks.\n\nIn the end, the Leno Show was not bringing in the viewers that the 11:00 p.m. news needed (a very profitable franchise). NBC was probably bleeding viewers at the 10:00 pm and 11:35 pm hours too (Conan was no Jay). Bottom line, it was costing money to produce a lower costing show.\n\nWhat do you think?\n\n<strong>UPDATE:</strong>\n\n<strong>Steven Pearlstein, columnist for the Washington Post hits the nail on the head regarding what NBC did in business terms. <a class=\"wp-caption\" title=\"Pearlstein\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/01/12/AR2010011203671.html\" target=\"_blank\">Read his column here</a>.</strong>\n\n','The unmaking of Jay Leno/UPDATED','','inherit','open','open','','607-revision','','','2010-01-08 06:44:19','2010-01-08 11:44:19','',607,'http://deborahbrody.com/2010/01/607-revision/',0,'revision','',0),
(614,4,'2010-01-14 08:00:22','2010-01-14 13:00:22','There are followers and lists and getting many of each seems to be the focus for many people on Twitter.  Some people make pleas for more followers and then there is \"Follow Friday\" in which people recommend to their followers other people to follow.\r\n\r\nIf this sounds a bit like a high school popularity contest, it is, for some people.  Many people use Twitter to give and get information and ideas, but there is a subset of people who use Twitter to prove their hotness/coolness/hipness/in-the-knowness.  These people go so far as to form cliques on Twitter, endlessly referencing their clique friends in every Tweet. They converse in public with each other and rarely engage with non-clique/inner circle people. Several of these people are \"social media experts,\" which is ironic since they are not being very social (I must credit <a class=\"wp-caption\" title=\"Daria Steigman\" href=\"http://www.steigmancommunications.com/\" target=\"_blank\">Daria Steigman of Steigman Communications</a> with this idea).\r\n\r\nI have theories as to why Twitter becomes like a high school for these people but I won\'t share them here.  It is important to remember what social networks are for, and that is to make it easy to create connection. If all you are doing on Twitter is sending shout-outs to your five closest buddies or endlessly promoting yourself, you are not using Twitter to its full potential. I can\'t say that you are not using Twitter for what it is intended because I have no idea what its founder was thinking when he created the microblogging site.\r\n\r\nTwitter is a great learning tool and it is a great sharing tool. It democratizes access and can really serve to mobilize people around causes. Eugene Robinson makes excellent observation in today\'s Washington Post, saying:\r\n<blockquote>Twitter and other networking sites are unfiltered by editors or other gatekeepers. They rely on the wisdom of the crowd to sort out what is accurate and what is not. To someone (like me) who has spent his career as a gatekeeper, this was tremendously unsettling -- at first. During the Iran protests, I saw how quickly Twitter users identified misinformation that was being posted by government propagandists. The self-policing capability of the medium is impressive.\r\n\r\nThe other big difference is that social networking offers not just information, but also the opportunity to take action. Twitter users were able to work together to mask the identities of the Iranian demonstrators who were using the site to tell the world what was happening. Last night, along with the news from Haiti came suggestions for how the Twitter community could most effectively help the relief effort.\r\n\r\nIs this “news” the way we used to think of it? No. But it’s news people can use.\r\n\r\nRead <a class=\"wp-caption\" title=\"Eugene Robinson\" href=\"http://voices.washingtonpost.com/postpartisan/2010/01/following_the_earthquake_in_ha.html#more\" target=\"_blank\">complete article</a> here.</blockquote>\r\nTo  those popularity hounds on Twitter I say put high school behind you.  If you have something worthwhile to say people will follow you no matter who your friends are or aren\'t.','Is Twitter a High School for Adults?','','publish','open','open','','is-twitter-a-high-school-for-adults','','','2011-08-14 07:25:57','2011-08-14 07:25:57','',0,'http://cuppamarcomm.wordpress.com/?p=614',0,'post','',2),
(619,4,'2010-01-18 16:31:44','2010-01-18 21:31:44','I am not sure if it is just another way to establish your influence or another popularity measure on Twitter, but now there are several tools to measure your rank and influence on Twitter.\n\nThis<a class=\"wp-caption\" href=\"http://www.cio.com/article/515966/Got_Twitter_Clout_New_Tools_Rate_You_?page=1&amp;taxonomyId=3119#readerFeedback\" target=\"_blank\"> post</a> from CIO presents five options to measure your Twitter clout.:\n<ul>\n	<li><a class=\"wp-caption\" href=\"http://www.buzzom.com/\" target=\"_blank\">Buzzom</a></li>\n	<li><a class=\"wp-caption\" href=\"http://topsy.com/\" target=\"_blank\">Topsy</a></li>\n	<li><a class=\"wp-caption\" href=\"http://twinfluence.com/\" target=\"_blank\">Twinfluence</a></li>\n	<li><a class=\"wp-caption\" href=\"http://twitter.grader.com/\" target=\"_blank\">Twitter Grader</a></li>\n	<li><a class=\"wp-caption\" href=\"http://twscore.net/\" target=\"_blank\">Twitter Score</a></li>\n</ul>\nTwo other tools not mentioned in the article are:\n<ul>\n	<li><a class=\"wp-caption\" href=\"http://klout.com/\" target=\"_blank\">Klout</a></li>\n	<li><a class=\"wp-caption\" href=\"http://twitteranalyzer.com/Default.aspx\" target=\"_blank\">Twitteranalyzer</a></li>\n</ul>\nI tested my score on a couple of these.  I liked both Twitter Grader and Klout,  although they do not coincide. According to Twitter Grader I have a 95 out of 100 whereas on Klout it is 25. Hmm...\n\nI did not like Twitter Score.  Twinfluence tells you who has the most followers and does not really help you with your own effectiveness.\n\n<strong>In my opinion, the most important measure for your communications effectiveness is how often you are being re-tweeted. If you share good material, people will share it. </strong>\n\nDid you try any of the above? What is your take?\n\n','Got clout?','','publish','open','open','','got-clout','','','2010-01-18 16:31:44','2010-01-18 21:31:44','',0,'http://cuppamarcomm.wordpress.com/?p=619',0,'post','',0),
(621,4,'2010-01-20 07:41:07','2010-01-20 12:41:07','We\'ve all heard it before, \"it is not what you say, but how you say it. \"  Well, in my opinion,  it is both. What you say is also important, but how you say it makes the difference in how it is received. One person who does not seem to understand or care about this is President Obama\'s press secretary, Robert Gibbs.  Gibbs is forever being snarky, sarcastic and just plain unpleasant. I would lay bets that most, if not all, of the White House press corps despise his guts.\r\n\r\nIn my opinion, Gibbs is one of the worst press secretaries I have ever seen. He can\'t answer questions straight on, he uses big words he doesn\'t seem to understand, but worst of all, he seems bored and above the job. This morning, I read a great <a class=\"wp-caption\" title=\"Robert Gibbs \" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/01/19/AR2010011904347.html?hpid=opinionsbox1\" target=\"_blank\">column on Gibbs in the Washington Post, by Dana Milbank</a>. Most of the time, Milbank\'s own sarcasm and unpleasantness make his column a must-skip, so imagine my surprise when he points out his own apparent dislike of Gibbs\' snark. Here\'s an excerpt from the column:\r\n<blockquote>Gibbs acts as though he\'s playing himself in the movie version of his job. In this imaginary film, he is the smart-alecky press secretary, offering zippy comebacks and cracking jokes to make his questioners look ridiculous. It\'s no great feat to make reporters look bad, but this act also sends a televised image of a cocksure White House to ordinary Americans watching at home.\r\n\r\nThis is the most visible manifestation of a larger problem the Obama White House has. Many Obama loyalists from the 2008 race still seem, after a year on the job, to have trouble exiting campaign mode. They sometimes appear to be running a taxpayer-funded rapid-response operation</blockquote>\r\nIf Obama is sinking in the polls, and his agenda is failing (and now he has managed to lose a historically Democratic Senate seat, although that may have had more to do with the Democratic candidate\'s lack of campaign skills --Read this great blog post on it by my friends over at <a class=\"wp-caption\" title=\"Fresh Ground on Mass elections\" href=\"http://itsfreshground.com/2010/01/mass-election/\" target=\"_blank\">Fresh Ground Communications</a>). It may have something to do with HOW the White House is communicating its message, which is poorly.  Gibbs\' holier-than-thou approach to everything and everyone is not helping one bit. If Obama wants to regain some footing I would suggest he replace Gibbs with someone a bit kinder, a bit gentler.  Replace Gibbs with someone who gets that how you say things really does make a difference.\r\n\r\nWhat are your thoughts? Do you like Gibbs? How about a poll:\r\n\r\n[polldaddy poll=2560587]','How you say it','','publish','open','open','','how-you-say-it','','','2011-08-14 07:25:30','2011-08-14 07:25:30','',0,'http://cuppamarcomm.wordpress.com/?p=621',0,'post','',1),
(626,4,'2010-01-26 12:10:20','2010-01-26 17:10:20','','McCann\'s Old Package','McCann\'s Irish Oatmeal Before Redesign','inherit','open','open','','img013','','','2010-01-26 12:10:20','2010-01-26 17:10:20','',624,'http://deborahbrody.com/wp-content/uploads/2010/01/img013.jpg',0,'attachment','image/jpeg',0),
(627,4,'2010-01-26 12:12:13','2010-01-26 17:12:13','','McCann\'s new package','McCann\'s Irish Oatmeal Redesigned Packaging','inherit','open','open','','img014','','','2010-01-26 12:12:13','2010-01-26 17:12:13','',624,'http://deborahbrody.com/wp-content/uploads/2010/01/img014.jpg',0,'attachment','image/jpeg',0),
(625,4,'2010-01-26 12:17:46','2010-01-26 17:17:46','You can judge a book by its cover because it is what initially attracts you to even pick it up. In a bookstore with thousands if not millions of titles vying for your attention, a boring cover will make you pass it over. But the cover is also the title, and this is also why titles (and headlines) that grab your attention are so important.\n\nHowever, I am not here to write about books today. What I want to talk about is packaging and how important it is.  Packaging helps sell a product, and yet, I bet, nine out of ten times, packaging design is NOT handled by the marketing department.\n\nSometimes, product packaging needs a redesign. Much has been written about Tropicana\'s redesign (last year) where the familiar Tropicana interface was replaced with a minimalist approach, which some thought looked generic. Redesign is important, but companies need to be careful not to alienate their core buyers.\n\nI am a huge McCann\'s Irish Oatmeal fan. I have been eating it for years, and thus buying the boxes for a long time.  This is what I have always bought:\n\n[caption id=\"attachment_626\" align=\"aligncenter\" width=\"300\" caption=\"McCann&#39;s Irish Oatmeal Before Redesign\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2010/01/img013.jpg\"><img class=\"size-medium wp-image-626\" title=\"McCann\'s Old Package\" src=\"http://deborahbrody.com/wp-content/uploads/2010/01/img013.jpg?w=300\" alt=\"\" width=\"300\" height=\"295\" /></a>[/caption]\n\nThe other day, I was getting my supply of oatmeal, and I was momentarily confused when I saw this:\n\n[caption id=\"attachment_627\" align=\"aligncenter\" width=\"281\" caption=\"McCann&#39;s Irish Oatmeal Redesigned Packaging\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2010/01/img014.jpg\"><img class=\"size-medium wp-image-627\" title=\"McCann\'s new package\" src=\"http://deborahbrody.com/wp-content/uploads/2010/01/img014.jpg?w=281\" alt=\"\" width=\"281\" height=\"300\" /></a>[/caption]\n\nIs this what I have always bought? It doesn\'t look the same, nor does it tell me that it is a new packaging design anywhere. In fact, I think McCann\'s not only redesigned the package but changed the contents slightly. And they did not bother to tell me. As I mentioned, I am a long time consumer of McCann\'s and there was no indication of whether this was the same Quick Cooking Irish Oatmeal.\n\nIn any case, the moral is definitely, redesigns can be good, but tread carefully.  Don\'t confuse your customers or you may lose them.\n\n','Yep, you can judge a book (or your oatmeal) by its cover','','publish','open','open','','yep-you-can-judge-a-book-or-your-oatmeal-by-its-cover','','','2010-01-26 12:17:46','2010-01-26 17:17:46','',0,'http://cuppamarcomm.wordpress.com/?p=625',0,'post','',0),
(631,4,'2010-02-01 10:37:06','2010-02-01 15:37:06','Are you a social (media) butterfly?\r\n\r\nSocial media and social networks are not new anymore. In fact, there is talk of a Web 3.0.  Social media is mainstream. After all, you have the White House and most television anchors tweeting and lots of businesses have Facebook  pages.  I bet your grandmother is on Facebook and your grandpa is blogging.  Social media has served to connect lots of people, across demographics and geography.\r\n\r\nWith the rise of social media,  and its usefulness in \"friend\" raising, being social is becoming a bigger asset. How social are you?\r\n\r\nTake the following quiz to gauge your sociability:\r\n<ol>\r\n	<li>Do you read blogs regularly?</li>\r\n	<li>Do you use a reader? (extra points if you can define RSS)</li>\r\n	<li>Do you ever comment on other people\'s blogs?</li>\r\n	<li>Do you have  a blog?  If so, do you blog regularly, or was your last post last summer?</li>\r\n	<li>Do you have a Twitter account? Do you actually tweet?</li>\r\n	<li>Do you know what Foursquare is?</li>\r\n	<li> Do you use a service to post your blog content to your Twitter stream? If so, have you customized the settings?</li>\r\n	<li>Do you respond to @ tweets and DMs?</li>\r\n	<li>Have you met anyone from your social media world in real life?</li>\r\n	<li>Have you ever been to a Tweet-up?</li>\r\n</ol>\r\nIf you answered yes to all 10 questions, you are a certified social media butterfly.\r\n\r\nIf you answered yes to at least five questions, you are earning your social media wings.\r\n\r\nIf you answered yes to less than three questions, you are a social media wallflower.','Hello there social butterfly!','','publish','open','open','','hello-there-social-butterfly','','','2011-08-14 07:25:01','2011-08-14 07:25:01','',0,'http://cuppamarcomm.wordpress.com/?p=631',0,'post','',1),
(638,4,'2010-02-03 11:27:11','2010-02-03 16:27:11','Our inboxes are cluttered with hundreds of email messages--some from friends asking us to join for dinner and most from companies looking to sell us something.  We may have signed up for a few enewsletters. We may have met some people at networking events. Regardless, our inboxes  are overwhelmed with email.\r\n\r\nIn the past week, my company sent out its enewsletter. It got two unsubscribes, one report for spam (the person who did it may have had some sort of personal vendetta, not sure) and a fairly good open rate. I am going to call it a moderate success.  The newsletter did not have a call to action, so it is hard to measure its effectiveness.\r\n\r\nIn the past couple of day, I got two emails from two sources. Both caught my eye for different reasons. The first was from someone I met a while back who just started a new business venture. The subject line said \"Hi Deborah.\" The body was the following (with identifying info cut out):\r\n<blockquote>Dear Mr.  Sample:\r\n\r\nPlease allow me to  introduce myself.  My name is XXXX,  Director of Media Services for XXXX and XXXX– two truly groundbreaking companies that have recently joined together to  become one of Washington’s newest and most innovative full-service production  resources.  If you’re in the  neighborhood, I hope you’ll stop by for a tour of our facility, just off XX here in downtown D.C.\r\n\r\nOur owner-operators  are award-winning media professionals with more than 25 years of experience, and  our list of long-term clients include companies like X, Y and Z, together with advertising and public relations  agencies, corporations, associations and government agencies, both local and  nationwide.\r\n\r\nWe’d like to show  you exactly what we can do.  By  addressing your creatitve and technical needs with our deep expertise in all  forms of broadcast and corporate production, creative editorial, 2-D and 3-D  graphics, sound design and audio mixing.   With our detailed approach to client service, we can easily guide your  next project from concept through completion.\r\n\r\nFeel free to look  through our demo reels and check out the bios of our skilled artists, editors  and producers.  Just go to (website)  and (website) to find out more. Or  give me a call personally, at 999-999-9999   I’ll be happy to answer your questions or set up a convenient time when  you can pay us a visit.  I look forward  to the opportunity to meet you in person.\r\n\r\nWarm  Regards,</blockquote>\r\n<strong>W</strong><strong>hat is wrong with this email? </strong>First, the personalization is not working. Second, the formatting was off. Third, there are several grammatical mistakes (and at least one typo).  The first paragraph is a waste.  The sender could have mentioned a reason that I would be interested in this email and new venture. Instead it is an \"introduction\" to someone I met already. The email was sent out in plain format--and this is a multimedia production company? Why not make it look pretty and professional? There is no signature from the sender.  No way of opting out of the email. No permission. I could go on and on.\r\n\r\nThe other email I got was announcing a group trip. But guess what? No dates were listed for the trip on the email, forcing me to go to the website. Maybe this was on purpose, to get a click-through to the website.  In my opinion, when you don\'t give people some basic information, you lose them at hello.\r\n\r\n<strong>Lessons about email marketing:</strong>\r\n<ul>\r\n	<li>Have a call to action.</li>\r\n	<li>Mind your ps and qs--details like grammar are important.</li>\r\n	<li>Include relevant information: dates, locations, contact information, pricing (don\'t make me work so hard to figure it out).</li>\r\n	<li>If possible, personalize.</li>\r\n	<li>Make it look nice (there are many enewsletter/email marketing companies out there at various price points).</li>\r\n	<li>Be careful with SPAM laws. Give people a way to opt-out. Explain why they are receiving your email.</li>\r\n</ul>\r\nWhat drives you crazy when you get an email?','Improve your email marketing!','','publish','open','open','','improve-your-email-marketing','','','2011-08-14 07:24:35','2011-08-14 07:24:35','',0,'http://cuppamarcomm.wordpress.com/?p=638',0,'post','',0),
(1345,4,'2010-02-01 10:37:06','2010-02-01 15:37:06','Are you a social (media) butterfly?\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=butterfly&amp;iid=307505\" src=\"0304/0000304219.jpg?adImageId=9781108&amp;imageId=307505\" width=\"234\" height=\"351\" /]\n\nSocial media and social networks are not new anymore. In fact, there is talk of a Web 3.0.  Social media is mainstream. After all, you have the White House and most television anchors tweeting and lots of businesses have Facebook  pages.  I bet your grandmother is on Facebook and your grandpa is blogging.  Social media has served to connect lots of people, across demographics and geography.\n\nWith the rise of social media,  and its usefulness in \"friend\" raising, being social is becoming a bigger asset. How social are you?\n\nTake the following quiz to gauge your sociability:\n<ol>\n	<li>Do you read blogs regularly?</li>\n	<li>Do you use a reader? (extra points if you can define RSS)</li>\n	<li>Do you ever comment on other people\'s blogs?</li>\n	<li>Do you have  a blog?  If so, do you blog regularly, or was your last post last summer?</li>\n	<li>Do you have a Twitter account? Do you actually tweet?</li>\n	<li>Do you know what Foursquare is?</li>\n	<li> Do you use a service to post your blog content to your Twitter stream? If so, have you customized the settings?</li>\n	<li>Do you respond to @ tweets and DMs?</li>\n	<li>Have you met anyone from your social media world in real life?</li>\n	<li>Have you ever been to a Tweet-up?</li>\n</ol>\nIf you answered yes to all 10 questions, you are a certified social media butterfly.\n\nIf you answered yes to at least five questions, you are earning your social media wings.\n\nIf you answered yes to less than three questions, you are a social media wallflower.\n\n','Hello there social butterfly!','','inherit','open','open','','631-revision','','','2010-02-01 10:37:06','2010-02-01 15:37:06','',631,'http://deborahbrody.com/2010/02/631-revision/',0,'revision','',0),
(643,4,'2010-02-08 14:49:45','2010-02-08 19:49:45','I watched part of the Super Bowl last night, but really wasn\'t interested in the game. I wanted to report on the commercials--those famous, expensive spots that seem to make advertising history each year.  But, I just didn\'t have the patience to sit there and watch them. And you know what? The ones I did see offended me. Apparently, advertising agencies have been taught to believe that:\n\n1) Only men watch football\n\n2) Aforementioned men prefer to drink Bud Light while trying to fulfill every male stereotype out there\n\n3) Sexism sells\n\nThe absolute worst from the sexist standpoint was the Dodge Charger commercial, where a man is emasculated by having to do everything his wife nags him to do, and makes up for it by taking a ride in this ridiculous car.  Close behind is the always offensive GoDaddy, a company that believes men will buy websites if scantily clad women appear in the ads.\n\nMy vote is that as marketers we stop paying heed to this one time event. We give these commercials too much power by endlessly commenting and analyzing them.  The bottom line is that it is a one-time deal that proves certain companies have outmoded advertising ideas---thinking that by advertising during the big game they will get so many eyeballs they won\'t have to do much else.\n\nYour thoughts?\n\n','Super sexist','','publish','open','open','','super-sexist','','','2010-02-08 14:49:45','2010-02-08 19:49:45','',0,'http://cuppamarcomm.wordpress.com/?p=643',0,'post','',0),
(647,4,'2010-02-10 08:20:13','2010-02-10 13:20:13','','Buried under two feet of snow','','inherit','open','open','','p2060181','','','2010-02-10 08:20:13','2010-02-10 13:20:13','',645,'http://deborahbrody.com/wp-content/uploads/2010/02/p2060181.jpg',0,'attachment','image/jpeg',0),
(646,4,'2010-02-10 08:23:16','2010-02-10 13:23:16','Both Toyota and snow are causing lots of problems for people, that is what these two have in common. But that is where the similarity ends.\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2010/02/p2060181.jpg\"><img class=\"aligncenter size-medium wp-image-647\" title=\"Buried under two feet of snow\" src=\"http://deborahbrody.com/wp-content/uploads/2010/02/p2060181.jpg?w=300\" alt=\"\" width=\"300\" height=\"224\" /></a>\n\nAlthough snow does not have an official representative (although lots of people keep talking about Mother Nature), it has a leg up on Toyota. People who deal with snow (utility companies, county government,  forecasters) are all telling us what is going on, almost every second of every day of the storm (s). If you live in the Washington, DC area you have no doubt seen interviews with representatives from various organizations involved in snow removal, such as the Virginia Department of Transportation (VDOT). You have seen the PEPCO (Potomac Electric Power Company) spokesperson explain why power hasn\'t been completely restored and so forth. You know what is going on.\n\nToyota, on the other hand, has not, apparently, been telling us what is going on. As you no doubt know, Toyota is having a \"few\" problems with many of its most popular models, including the Prius. Problems include sudden acceleration and braking issues. Dangerous stuff.  Yet, apparently, Toyota was slow to realize there was a mechanical/electronic problem in the cars\' manufacturing process. At first, they blamed faulty floor rugs. Now, they have recalled hundreds of thousands of vehicles, stopped production at some plants and have finally taken to the airwaves, paid advertising and even <a class=\"wp-caption\" title=\"Toyoda oped\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/02/08/AR2010020803078.html\" target=\"_blank\">op-ed pieces </a>to explain what happened and defend the integrity of the company.\n\nBut the damage has been done. Not communicating with your customers, especially when there is a problem, is a recipe for disaster. This is the essence of crisis communication. One has to wonder what type of communications counsel Toyota has received. Clearly, it is of the \"too little, too late\" variety.  Of course, there is the possibility that Toyota management ignored communications counsel, which in addition to their inability to realize the problem, says that management is completely out of touch.\n\n<strong>More communication is always better that no or too little communication. People want to know what is going on, whether how long the snow is going to last or what to do about their faulty Toyota vehicle.</strong>\n\n','What do Toyota and snow have in common?','','publish','open','open','','what-do-toyota-and-snow-have-in-common','','','2010-02-10 08:23:16','2010-02-10 13:23:16','',0,'http://cuppamarcomm.wordpress.com/?p=646',0,'post','',0),
(651,4,'2010-02-19 10:17:42','2010-02-19 15:17:42','Are you by chance speaking in jargon? Why are you doing that?\r\n\r\nAs a writer and a consultant, I often ask my clients what their \"keywords\" are. It is helpful, and sometimes crucial, to use the right terminology for any given industry.  Especially when you are working in a business to business environment, you need to know how these businesses look for the services/products that they need. But when an outsider lands on one of these B-to-B web pages or marketing materials,  he or she will most likely end up not understanding a word.  For instance, a client of mine uses the terms \"professional services.\"  For general marketing purposes, this is the emptiest phrase out there, but in the client\'s world, it carries a specific meaning.\r\n\r\nSetting aside the need for industry-specific terminology, and recognizing the importance of specific terminology in a B-to-B setting, what is going on with language today? Why are so many people talking in gobbledy-gook? Lately, I have heard the following phrases/terms on TV, in conversation and seemingly, everywhere else:\r\n<ul>\r\n	<li>Drilling down (apparently, this means getting to the heart of the issue or talking specifically)</li>\r\n	<li>Sweet spot (as in where the perfect opportunity lies)</li>\r\n	<li>Being out of pocket (never got this one although it means being unreachable)</li>\r\n	<li>Getting your ducks all in a row (oldie but goodie, means be prepared)</li>\r\n	<li>Leveraging an opportunity (making the most of something)</li>\r\n	<li>Staying ahead of the curve (presumably, leveraging opportunities to get to your sweet spot)</li>\r\n</ul>\r\nIn a sense, these universally used phrases serve as a crutch. Use them and other people will understand what you mean, even when the meaning isn\'t entirely clear. Sometimes, using touch phrases makes someone look like an insider, someone who is in the know.\r\n\r\nIn the end, jargon and catch phrases muck up your meaning. It\'s one thing to use these in conversation where I can stop and ask you what you mean. It\'s another to use them in writing.  When things are written (especially printed) there is no easy or quick way to ask the writer what he or she means.\r\n\r\nCatch my drift?','What language are you speaking?','','publish','open','open','','what-language-are-you-speaking','','','2011-08-14 07:23:40','2011-08-14 07:23:40','',0,'http://cuppamarcomm.wordpress.com/?p=651',0,'post','',0),
(1344,4,'2010-02-03 11:27:11','2010-02-03 16:27:11','Our inboxes are cluttered with hundreds of email messages--some from friends asking us to join for dinner and most from companies looking to sell us something.  We may have signed up for a few enewsletters. We may have met some people at networking events. Regardless, our inboxes  are overwhelmed with email.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=inbox&amp;iid=86001\" src=\"0082/a30fdd89-9ecc-42fd-80a7-42ec67bf3b69.jpg?adImageId=9872274&amp;imageId=86001\" width=\"234\" height=\"156\" /]\n\nIn the past week, my company sent out its enewsletter. It got two unsubscribes, one report for spam (the person who did it may have had some sort of personal vendetta, not sure) and a fairly good open rate. I am going to call it a moderate success.  The newsletter did not have a call to action, so it is hard to measure its effectiveness.\n\nIn the past couple of day, I got two emails from two sources. Both caught my eye for different reasons. The first was from someone I met a while back who just started a new business venture. The subject line said \"Hi Deborah.\" The body was the following (with identifying info cut out):\n<blockquote>Dear Mr.  Sample:\n\nPlease allow me to  introduce myself.  My name is XXXX,  Director of Media Services for XXXX and XXXX– two truly groundbreaking companies that have recently joined together to  become one of Washington’s newest and most innovative full-service production  resources.  If you’re in the  neighborhood, I hope you’ll stop by for a tour of our facility, just off XX here in downtown D.C.\n\nOur owner-operators  are award-winning media professionals with more than 25 years of experience, and  our list of long-term clients include companies like X, Y and Z, together with advertising and public relations  agencies, corporations, associations and government agencies, both local and  nationwide.\n\nWe’d like to show  you exactly what we can do.  By  addressing your creatitve and technical needs with our deep expertise in all  forms of broadcast and corporate production, creative editorial, 2-D and 3-D  graphics, sound design and audio mixing.   With our detailed approach to client service, we can easily guide your  next project from concept through completion.\n\nFeel free to look  through our demo reels and check out the bios of our skilled artists, editors  and producers.  Just go to (website)  and (website) to find out more. Or  give me a call personally, at 999-999-9999   I’ll be happy to answer your questions or set up a convenient time when  you can pay us a visit.  I look forward  to the opportunity to meet you in person.\n\nWarm  Regards,</blockquote>\n<strong>W</strong><strong>hat is wrong with this email? </strong>First, the personalization is not working. Second, the formatting was off. Third, there are several grammatical mistakes (and at least one typo).  The first paragraph is a waste.  The sender could have mentioned a reason that I would be interested in this email and new venture. Instead it is an \"introduction\" to someone I met already. The email was sent out in plain format--and this is a multimedia production company? Why not make it look pretty and professional? There is no signature from the sender.  No way of opting out of the email. No permission. I could go on and on.\n\nThe other email I got was announcing a group trip. But guess what? No dates were listed for the trip on the email, forcing me to go to the website. Maybe this was on purpose, to get a click-through to the website.  In my opinion, when you don\'t give people some basic information, you lose them at hello.\n\n<strong>Lessons about email marketing:</strong>\n<ul>\n	<li>Have a call to action.</li>\n	<li>Mind your ps and qs--details like grammar are important.</li>\n	<li>Include relevant information: dates, locations, contact information, pricing (don\'t make me work so hard to figure it out).</li>\n	<li>If possible, personalize.</li>\n	<li>Make it look nice (there are many enewsletter/email marketing companies out there at various price points).</li>\n	<li>Be careful with SPAM laws. Give people a way to opt-out. Explain why they are receiving your email.</li>\n</ul>\nWhat drives you crazy when you get an email?\n\n','Improve your email marketing!','','inherit','open','open','','638-revision','','','2010-02-03 11:27:11','2010-02-03 16:27:11','',638,'http://deborahbrody.com/2010/02/638-revision/',0,'revision','',0),
(656,4,'2010-02-23 07:52:39','2010-02-23 12:52:39','If you work in any aspect of marketing, you know that appearance matters. We look at various marketing materials and we judge whether they look professional, or home-made, cutting-edge or stuck in time. We advise our clients to re-do logos, update brochures, set up Facebook pages. Our goal is to make sure that their appearance is up to par with the expectations in the marketplace.\n\nRecently, I wrote<a class=\"wp-caption\" title=\"Book cover\" href=\"http://wp.me/paBca-a5\" target=\"_blank\"> a post </a>saying that you CAN judge a book by its cover. After all, designers spend a lot of time designing that cover to entice you to read it. Perhaps the book won\'t be up to your literary standards, but as a marketing piece you know the book accomplished its mission (getting you to buy it if not to read it).\n\nIn personal marketing, appearance matters even more. Again, I have written about this before, but I want to revisit it. If you are in the market for a job, say, then you are ALWAYS job hunting. If you are going to a networking meeting, you must look professional. If you look sloppy or like you just rolled out of bed then you will be perceived as someone who doesn\'t care.\n\nLast Friday, I was indulging a guilty pleasure and watching <a class=\"wp-caption\" title=\"What not to wear\" href=\"http://tlc.discovery.com/fansites/whatnottowear/whatnottowear.html\" target=\"_blank\">What Not to Wear on TLC</a>.  The episode was about a 38-year old professor of non-verbal communication who dressed frumpily. She actually looked at least 20 years older than her age. Stacy and Clinton (the show\'s hosts, in case you haven\'t seen it) kept telling her that she was communicating to her students that she just didn\'t care about her appearance, and thus did not care about herself. She had a hard time understanding that what she wore, how she wore it, indeed her appearance, was undermining her message that we send out all sorts of nonverbal cues.  It was fascinating to watch because here is a case of someone who understands that everything you put out there (clothing, etc.) is communication. In the end, she came around and by the end of the show she looked much closer to her age than when she started. She also looked far more professional and modern.\n\nIt is hard to judge how we appear. We see ourselves day after day and we lose perspective. Same can be said for our marketing materials. This is why we often need to get a third-party opinion. And we need to listen carefully to that third-party. Perhaps they are saying something we don\'t want to hear. For your graphics and marketing pieces, an expert can do wonders. Sometimes an update makes the difference. For personal appearance, start with trusted friends or associates, and if you are very serious, hire an image consultant.\n\n<strong>We are judged by our appearance. And our appearance contributes to how people perceive us. Take control of your appearance. Make sure people perceive you the way you want to be perceived.</strong>\n\n<strong>\n</strong>\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F02%2F23%2Fappearance-matters%2F&amp;linkname=Appearance%20matters\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F02%2F23%2Fappearance-matters%2F&amp;linkname=Appearance%20matters\">\n</a>','Appearance matters','','publish','open','open','','appearance-matters','','','2010-02-23 07:52:39','2010-02-23 12:52:39','',0,'http://cuppamarcomm.wordpress.com/?p=656',0,'post','',0),
(660,4,'2010-02-25 08:40:31','2010-02-25 13:40:31','The definition of obtuse I am referring to is this one, from Merriam-Webster: difficult to comprehend; not clear or precise in thought or expression.\n\nHave you ever visited a website or picked up a brochure that makes you wonder what is really being said? Sometimes there is too much information, sometimes there is not enough and sometimes what is there is hard to understand, unclear. And in certain cases, the information is being presented in a hard to comprehend way ON PURPOSE.\n\nLet me tell you why I am writing this.  I ordered my business cards from a place called Overnight Prints. I have ordered my cards there before, and they are of good quality. They are also fast. As the name implies, they print \"overnight.\" Well, I ordered my cards on Thursday and on the next Tuesday, it occurred to me that I had not received a notification that the cards had shipped. I checked my account on line, and it told me that the order was \"in process.\" I wrote an email to their customer service asking why my cards had not yet printed. A few hours later I received a notification that my cards had shipped. Hmmm.\n\nMore than 24 hours later I received an email response from customer service telling me that my cards had shipped. I replied telling them that when I checked the cards had NOT shipped, and that I expected they would have shipped by Monday at the latest, and that a more than 24 hour response was not acceptable.  The CSR replied that their new policies suggest that if you choose ground shipping (the least expensive choice) your cards are also printed later. I replied that shipping time is not equal to printing time. Amazon, for instance, will ship your book within 24 hours, and depending on how you pay for it, you may get it the next day or the next week.  I also told the CSR that perhaps they should make this little rule of theirs clearer by saying: We expect to print your order on DATE and ship on DATE.  Fairly simple and straightforward in my opinion. Well, apparently Overnight Prints is committed to being obtuse. This is the response I got back from them:\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td colspan=\"3\" height=\"28\" valign=\"top\">Our print and ship time differs by product. Please see charts below  for more details. For Business Cards &amp; 4x6 Postcards the print &amp; ship  times are as follows:</td>\n</tr>\n<tr>\n<td width=\"54\" height=\"102\"></td>\n<td width=\"562\" align=\"middle\" valign=\"top\">\n<table border=\"0\" bgcolor=\"#e3ebf3\">\n<tbody>\n<tr>\n<td width=\"33%\" align=\"middle\"><strong>Shipping Service</strong></td>\n<td width=\"33%\" align=\"middle\"><strong>Your Order Will  Ship...</strong></td>\n<td width=\"33%\" align=\"middle\"><strong>Your Order Will Arrive  In...</strong></td>\n</tr>\n</tbody>\n</table>\n<table border=\"0\">\n<tbody>\n<tr>\n<td width=\"33%\" align=\"middle\">Next Day Air</td>\n<td width=\"33%\" align=\"middle\">The Next Business Day</td>\n<td width=\"33%\" align=\"middle\">2 Business Day</td>\n</tr>\n</tbody>\n</table>\n<table border=\"0\" bgcolor=\"#e8e8e8\">\n<tbody>\n<tr>\n<td width=\"33%\" align=\"middle\">2 Day Air</td>\n<td width=\"33%\" align=\"middle\">The Next Business Day</td>\n<td width=\"33%\" align=\"middle\">3 Business Days</td>\n</tr>\n</tbody>\n</table>\n<table border=\"0\">\n<tbody>\n<tr>\n<td width=\"33%\" align=\"middle\">3 Day Select</td>\n<td width=\"33%\" align=\"middle\">Next Business Day</td>\n<td width=\"33%\" align=\"middle\">4 Business Days</td>\n</tr>\n</tbody>\n</table>\n<table border=\"0\" bgcolor=\"#e8e8e8\">\n<tbody>\n<tr>\n<td width=\"33%\" align=\"middle\">Ground w/ Priority Printing</td>\n<td width=\"33%\" align=\"middle\">Next Business Day</td>\n<td width=\"33%\" align=\"middle\">4-6 Business  Days</td>\n</tr>\n</tbody>\n</table>\n<table border=\"0\">\n<tbody>\n<tr>\n<td width=\"33%\" align=\"middle\">Ground</td>\n<td width=\"33%\" align=\"middle\">Within 3 Business Days</td>\n<td width=\"33%\" align=\"middle\">5-7 Business  Days</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</tbody>\n</table>\nClearly, if you truly want overnight printing from Overnight Prints you need to pony up more money for SHIPPING.  If you pay less money for SHIPPING, your PRINTING will also be delayed.\n\nAs a customer, I am irritated. I have ordered from this outfit before and I am still paying a fairly high price for printing as well as a high price for ground shipping. I know the shipping will be slower, but the printing should  be the same. If you have changed your policies, it is not clear. Your wording is not clear. And when I point that out to you, you revert to your unclear wording. Why endanger a customer relationship over lack of clarity?\n\n<strong>In any case, it is a good exercise to try to see what your customers are seeing when they read your marketing materials. Are you being clear?  Or are you being obtuse?</strong>\n\n<strong>\n</strong>\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F02%2F25%2Fare-you-being-obtuse%2F&amp;linkname=Are%20you%20being%20obtuse%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Are you being obtuse?','','publish','open','open','','are-you-being-obtuse','','','2010-02-25 08:40:31','2010-02-25 13:40:31','',0,'http://cuppamarcomm.wordpress.com/?p=660',0,'post','',0),
(663,4,'2010-03-04 08:05:15','2010-03-04 13:05:15','Today, March 4th, is officially designated here in the United States as <a class=\"wp-caption\" title=\"National Grammar Day\" href=\"http://nationalgrammarday.com/\" target=\"_blank\">National Grammar Day.</a> How will you celebrate?\n\nIf I may offer some suggestions:\n<ul>\n	<li>Read a grammar book or my favorite book about punctuation:  Eats, Shoots &amp; Leaves by Lynne Truss</li>\n	<li>Mind your apostrophes (here\'s a hint: apostrophes do not make a word plural)</li>\n	<li>Practice gender neutrality, but don\'t use \"they\" to signify ONE person.</li>\n	<li>Read a well written book, any book.</li>\n	<li>Try to effect change by not using big words you don\'t understand (it affects how people perceive your writing and speaking)</li>\n</ul>\nWhat would you like to see on National Grammar Day?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F04%2Fits-national-grammar-day%2F&amp;linkname=It%27s%20National%20Grammar%20Day!\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','It\'s National Grammar Day!','','publish','open','open','','its-national-grammar-day','','','2010-03-04 08:05:15','2010-03-04 13:05:15','',0,'http://cuppamarcomm.wordpress.com/?p=663',0,'post','',0),
(667,4,'2010-03-08 14:15:54','2010-03-08 19:15:54','Timing is everything. You\'ve heard it when you walk up to a fast food counter,  and breakfast is no longer being served.  So perhaps it\'s more accurate to say good timing is everything.  So many times it seems that had you shown up five minutes earlier, called two days later, or whenever was the \"right\" time, your outcome may have  been different.\r\n\r\nOf course, the right timing is also key in communications. For instance, if you are promoting an event, you want to send out calendar listings and email blasts with plenty of lead time, but not too much lead time so that the event gets buried. If you have an enewsletter or a printed newsletter, you also want to make sure that any highlighted events don\'t happen before the newsletter gets to its audience.  I know this seems like plain common sense, and yet how many times have you gotten an invitation that is not timed right?\r\n\r\nAnother aspect is when to send things out. In media relations, if you want to bury some news, you release the news on Friday. Same goes for a press conference. Often, you don\'t reach out to broadcast venues during busy times in the broadcast day cycle (right before the evening news for example).\r\n\r\nGood timing is about finding the right time to reach your audience, or when your audience will be most receptive.  I would never send out an enewsletter on Monday. Why? Because Mondays are catch up days, and people are busy getting back into the groove of the work week.\r\n\r\n<strong>Consider your audience and what works best in order to figure out the right time to communicate.</strong>\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F08%2Ftiming-is-everything%2F&amp;linkname=Timing%20is%20everything\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Timing is everything','','publish','open','open','','timing-is-everything','','','2011-08-14 07:22:45','2011-08-14 07:22:45','',0,'http://cuppamarcomm.wordpress.com/?p=667',0,'post','',1),
(673,4,'2010-03-11 10:16:37','2010-03-11 15:16:37','Obviously,  as a marketing communications person, I believe that marketing is helpful and mostly necessary if you want to promote an event, sell a product or service or obtain support. If people don\'t know you are there, they can\'t  buy from you or support your cause.  However, at some point marketing ends and customer service starts.\n\nLet me share a story with you.  I have been going to a hair salon in DC for a bit over a year.  It doesn\'t advertise much and really depends on word of mouth. They have my business solely based on my experience.  My last visit was last week.  I had to wait and then the hairdresser, who has been cutting my hair for a year, did not remember me. It was as if I had never been there. She was unfriendly and she made me late for my next appointment. My hair did not  look good. I felt upset and in general, the experience was bad. Would I go back? Absolutely not. Would I recommend the place to anyone? Not a chance. So Fiddleheads on17th Street, NW in Washington, DC, not only have you lost a customer but you have lost my word-of-mouth marketing on your behalf.\n\nCould this situation be averted? Yes. Communication would have helped, as would a system where the salon keeps track of its customers, their preferences, when they\'ve visited, etc. Can it be fixed retroactively? No. There is nothing that can fix a bad experience once it has happened. I would never trust my hair to this nasty woman who clearly does not care who she is working with.\n\nMy point is that marketing, including word-of-mouth marketing can only go so far. T<strong>he service/product/cause has to live up to the expectation or else you won\'t buy it or use it or support it</strong>.  I want to point you also to this article on Adweek, by Joseph Jaffe, <a class=\"wp-caption\" title=\"Customer Service Adweek\" href=\"http://www.adweek.com/aw/content_display/community/columns/other-columns/e3i755f10fb8f89b6263fef173da51c5c3e\" target=\"_blank\">\"Customer Service is Key Strategy.</a>\"  Give it a read.  Jaffe\'s point is that customers are lifeblood to a business and serving them should be one of your marketing strategies (interestingly, the article changed names from when I read it earlier today, when it said Customer Service is a Key Differentiator).\n\nWhat are your experiences? Have you ever been turned off by a service experience to such an extent that you never bought from the vendor? Heck, let me do a poll:\n\n[polldaddy poll=2827189]\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F11%2Fwhere-marketing-ends%2F&amp;linkname=Where%20marketing%20ends\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Where marketing ends','','publish','open','open','','where-marketing-ends','','','2010-03-11 10:16:37','2010-03-11 15:16:37','',0,'http://cuppamarcomm.wordpress.com/?p=673',0,'post','',0),
(677,4,'2010-03-16 13:05:00','2010-03-16 18:05:00','<strong>PLEASE READ UPDATES AT THE END OF POST</strong>\n\nIn the last couple of weeks, I have come across a few blogs where the authors are complaining about inappropriate public relations  overtures  or of getting mass and untargeted pitches.  I have come across a great deal of grammatically incorrect, spelling challenged and generally poorly written PR material.\n\nI also have met several PR people who don\'t really follow the news  or ever read a newspaper (including online). A few months ago I witnessed a gathering of PR professionals who expressed fear of social media, and resistance to change.\n\nToday I came across this excellent and cautionary article, <a class=\"wp-caption\" title=\"PR Forbes\" href=\"http://www.forbes.com/2010/03/15/public-relations-mistakes-leadership-managing-obama_2.html\" target=\"_blank\">Almost Everyone Gets PR Wrong  by Nick Morgan</a> in Forbes, about public relations and public perception, and how PR folk just don\'t seem to know how to shape the narrative. Morgan writes the following:\n<blockquote>Executives everywhere take note: Beware the power of the narrative. Stop  keeping score, and instead look at your organization from the outside.  What is your basic job, as far as the world is concerned? And what is  the story that has developed over the years? That\'s where your PR  efforts should be focused. That narrative has to be simple, consistent  and all about your functional role in the world. You\'ve only got one  story. Make it a good one.</blockquote>\nAll this made me think about what makes a good public relations person (no matter if he/she specializes in media relations, crisis communications or strategic communication).  Following a list of qualities a PR pro should have, in my opinion:\n<ul>\n	<li>Ability to use the language correctly (grammar, spelling, word usage), both written and spoken</li>\n	<li>Common sense: being able to see what is important and what won\'t make a difference</li>\n	<li>Interest in the news and the news business</li>\n	<li>People skills and emotional intelligence (e.g. being able to pick up cues)</li>\n	<li>Understanding what public relations attempts to accomplish (getting the big picture)</li>\n	<li>Ability to network (meeting people and being able to connect with them is a learned and important skill)</li>\n	<li>Eager to learn new skills and communication trends</li>\n	<li>Seeing the possibilities and being creative (\"thinking outside the box\")</li>\n</ul>\n<strong>UPDATE: As per the two comments below: </strong>\n<ul>\n	<li><strong>Listening skills (not as easy as it sounds!)</strong></li>\n</ul>\nIn short, a PR pro should be a great communicator and should be able to understand how communications works to shape perception.\n\n<strong>UPDATE: Just read this <a class=\"wp-caption\" title=\"14 attributes\" href=\"http://davefleet.com/2009/08/14-key-attributes-public-relations-professionals/\" target=\"_blank\">great post about the 14  attributes for new PR practitioners.</a> Matches up quite nicely.</strong>\n\nWhat makes a PR pro in your opinion?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F16%2Fqualities-of-a-pr-pro%2F&amp;linkname=Qualities%20of%20a%20PR%20Pro\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n','Qualities of a PR Pro','','publish','open','open','','qualities-of-a-pr-pro','','','2010-03-16 13:05:00','2010-03-16 18:05:00','',0,'http://cuppamarcomm.wordpress.com/?p=677',0,'post','',5),
(684,4,'2010-03-19 06:23:27','2010-03-19 11:23:27','This morning\'s Washington Post is full of interesting media/marketing news.  First is <a class=\"wp-caption\" title=\"FDA cigarette advertising\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/03/18/AR2010031803004.html\" target=\"_blank\">the announcement</a>that the Federal Drug Administration (FDA) has enacted tough new rules on cigarette/tobacco advertising as part of the agency\'s new authority to regulate the industry.\r\n\r\nAccording the Post, tobacco companies will be banned from sponsoring sports and entertainment events and from offering free samples, among other restrictions. The FDA also tried to limit advertising to text only (banning color and graphics) but a judge has ruled in favor of the tobacco companies, which the FDA is appealing.\r\n\r\nTobacco advertising and the federal response to it  has always been fascinating.  Tobacco is a  legal product, sold and taxed in stores like any other product, but when used as directed, causes wide-ranging health problems (cancer, heart disease) not only to smokers but those exposed to smoke. The Feds have tried to curb the appeal of smoking by restricting advertising and putting warnings on cigarette packs.  This has always raised the question of first amendment rights--after all, the companies that manufacture cigarettes are trying to sell a legal product. But the government is concerned that increased sales of tobacco mean increased health risks.\r\n\r\n<strong>The point here is that advertising and marketing efforts, when done right, are powerful. They can steer consumer behavior.</strong> Personally, I abhor smoking and I applaud the FDA for stepping up regulation of tobacco marketing. To me,  marketing tobacco is marketing death, yet the issue of free speech remains. The real issue may well be why we allow companies continue to produce and market a product that kills.\r\n\r\nAnother piece of news that is fascinating is that Christiane Amanpour, the famed CNN war reporter, will move over to ABC, to host This Week. If ever there was a least likely candidate for this position it was Amanpour, who is more comfortable confronting dictators and dodging bullets in war-torn areas.  I think David Brinkley would turn over in his grave! Will the round table with George Will, Cokie Roberts and the rest continue? I doubt it. And I doubt that with Amanpour at the helm, This Week will be able to compete with Meet the Press on domestic political coverage. <strong>But that seems to be the point--hiring Amanpour is meant to change This Week into a program with a more international focus.  And differentiate it will, but will that also result in increased viewership? That is the question.</strong>\r\n\r\n<strong>\r\n</strong>\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F19%2Fads-are-powerful-differentiation-is-important%2F&amp;linkname=Ads%20are%20powerful%3B%20differentiation%20is%20important\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Ads are powerful; differentiation is important','','publish','open','open','','ads-are-powerful-differentiation-is-important','','','2011-08-14 07:22:21','2011-08-14 07:22:21','',0,'http://cuppamarcomm.wordpress.com/?p=684',0,'post','',0),
(1342,4,'2010-03-08 14:15:54','2010-03-08 19:15:54','Timing is everything. You\'ve heard it when you walk up to a fast food counter,  and breakfast is no longer being served.  So perhaps it\'s more accurate to say good timing is everything.  So many times it seems that had you shown up five minutes earlier, called two days later, or whenever was the \"right\" time, your outcome may have  been different.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=clock&amp;iid=6278118\" src=\"0/7/b/5/Clock_on_wall_720c.jpg?adImageId=11113175&amp;imageId=6278118\" width=\"234\" height=\"174\" /]\n\nOf course, the right timing is also key in communications. For instance, if you are promoting an event, you want to send out calendar listings and email blasts with plenty of lead time, but not too much lead time so that the event gets buried. If you have an enewsletter or a printed newsletter, you also want to make sure that any highlighted events don\'t happen before the newsletter gets to its audience.  I know this seems like plain common sense, and yet how many times have you gotten an invitation that is not timed right?\n\nAnother aspect is when to send things out. In media relations, if you want to bury some news, you release the news on Friday. Same goes for a press conference. Often, you don\'t reach out to broadcast venues during busy times in the broadcast day cycle (right before the evening news for example).\n\nGood timing is about finding the right time to reach your audience, or when your audience will be most receptive.  I would never send out an enewsletter on Monday. Why? Because Mondays are catch up days, and people are busy getting back into the groove of the work week.\n\n<strong>Consider your audience and what works best in order to figure out the right time to communicate.</strong>\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F08%2Ftiming-is-everything%2F&amp;linkname=Timing%20is%20everything\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Timing is everything','','inherit','open','open','','667-revision','','','2010-03-08 14:15:54','2010-03-08 19:15:54','',667,'http://deborahbrody.com/2010/03/667-revision/',0,'revision','',0),
(1341,4,'2011-08-14 07:21:56','2011-08-14 07:21:56','This morning\'s Washington Post is full of interesting media/marketing news.  First is <a class=\"wp-caption\" title=\"FDA cigarette advertising\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/03/18/AR2010031803004.html\" target=\"_blank\">the announcement</a>that the Federal Drug Administration (FDA) has enacted tough new rules on cigarette/tobacco advertising as part of the agency\'s new authority to regulate the industry.\r\n\r\nAccording the Post, tobacco companies will be banned from sponsoring sports and entertainment events and from offering free samples, among other restrictions. The FDA also tried to limit advertising to text only (banning color and graphics) but a judge has ruled in favor of the tobacco companies, which the FDA is appealing.\r\n\r\nTobacco advertising and the federal response to it  has always been fascinating.  Tobacco is a  legal product, sold and taxed in stores like any other product, but when used as directed, causes wide-ranging health problems (cancer, heart disease) not only to smokers but those exposed to smoke. The Feds have tried to curb the appeal of smoking by restricting advertising and putting warnings on cigarette packs.  This has always raised the question of first amendment rights--after all, the companies that manufacture cigarettes are trying to sell a legal product. But the government is concerned that increased sales of tobacco mean increased health risks.\r\n\r\n<strong>The point here is that advertising and marketing efforts, when done right, are powerful. They can steer consumer behavior.</strong> Personally, I abhor smoking and I applaud the FDA for stepping up regulation of tobacco marketing. To me,  marketing tobacco is marketing death, yet the issue of free speech remains. The real issue may well be why we allow companies continue to produce and market a product that kills.\r\n\r\n[picapp align=\"center\" wrap=\"false\" link=\"term=christiane+amanpour&amp;iid=8238522\" src=\"7/1/9/9/The_Daily_Beast_17c6.jpg?adImageId=11436100&amp;imageId=8238522\" width=\"234\" height=\"293\" /]\r\n\r\nAnother piece of news that is fascinating is that Christiane Amanpour, the famed CNN war reporter, will move over to ABC, to host This Week. If ever there was a least likely candidate for this position it was Amanpour, who is more comfortable confronting dictators and dodging bullets in war-torn areas.  I think David Brinkley would turn over in his grave! Will the round table with George Will, Cokie Roberts and the rest continue? I doubt it. And I doubt that with Amanpour at the helm, This Week will be able to compete with Meet the Press on domestic political coverage. <strong>But that seems to be the point--hiring Amanpour is meant to change This Week into a program with a more international focus.  And differentiate it will, but will that also result in increased viewership? That is the question.</strong>\r\n\r\n<strong>\r\n</strong>\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F19%2Fads-are-powerful-differentiation-is-important%2F&amp;linkname=Ads%20are%20powerful%3B%20differentiation%20is%20important\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Ads are powerful; differentiation is important','','inherit','open','open','','684-revision-2','','','2011-08-14 07:21:56','2011-08-14 07:21:56','',684,'http://deborahbrody.com/2011/08/684-revision-2/',0,'revision','',0),
(691,4,'2010-03-25 09:14:18','2010-03-25 14:14:18','Yesterday, I attended a networking event. It was your typical meet and greet with many real estate salespeople and financial advisors of all stripes. Many of these people believe in numbers, that is, the greater number of business cards they pass out, the better the outcome. I don\'t like this approach. Why?  Because if I get a card with no context, why would I contact that person? Especially for a very personal service like financial planning?\n\n<strong>Lesson #1: Do not do a mass pass of your business cards. That is not marketing, it is just a waste of cards.</strong>\n\nThe event was set up so a sponsor would deliver his talk and be able to provide more information (brochures, etc). The person who did this yesterday did a good job with his 10-minute speech. But his brochure and card were not so good. The brochure was printed on one side, leaving the other side blank. That other side is valuable real estate. There was no website listed on his business cards or his brochure.\n\n<strong>Lesson #2 Use your marketing materials to their fullest potential. Be more creative and never leave blank space. Definitely include your website URL!!!!</strong>\n\nEveryone in the room stood up and gave a 15-second introduction. Most did well.\n\n<strong>Lesson #3 Have a concise 15-second elevator speech ready to go, and be certain to tell people why they should work with you. One reason is sufficient.</strong>\n\nThe organizer was diligent about reminding people about the  low cost of joining this group, but he concentrated more on the numbers than the quality. He talked about all you could get for the price (lots of lunches and happy hours).  He did not say that the group fomented meaningful connections or anything about the type of people who go to his events.  And he kept offering add-ons--joining on the spot gave you a gift certificate, for instance. As one attendee said, it was like an infomercial: and if you buy right now, we will also give you...\n\n<strong>Lesson #4 The value is not just about money.  If there is no real value, people will not respond, no matter how good the money offer is.</strong>\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F25%2Flessons-from-a-networking-session%2F&amp;linkname=Lessons%20from%20a%20networking%20session\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Lessons from a networking session','','publish','open','open','','lessons-from-a-networking-session','','','2010-03-25 09:14:18','2010-03-25 14:14:18','',0,'http://cuppamarcomm.wordpress.com/?p=691',0,'post','',1),
(697,4,'2010-03-26 12:03:12','2010-03-26 17:03:12','We go to networking events. We chat. We shake hands. We exchange business cards. And then we follow up. Or at least that is what we are \"supposed\" to do.\n\nHere\'s my take: you follow up with whom you want to stay in touch with or want to do business with. Can you follow up just to be polite? Yes, of course. Nothing wrong with it. But if your time is limited, then be selective.\n\nNow, if you are following up, there is a wrong way, a better way and the best way.\n\nThe<span style=\"text-decoration:underline;\"> wrong way</span> is like this follow up email I received:\n<div style=\"padding-left:30px;\">\n\n<span style=\"font-family:Arial;font-size:x-small;\">Hi Deborah: </span>\n\n</div>\n<div style=\"padding-left:30px;\">\n\n<span style=\"font-family:Arial;font-size:x-small;\">It was good to hear  about what you do for companies. I hope to see you soon. </span>\n\n</div>\n<div style=\"padding-left:30px;\">\n\n<span style=\"font-family:Arial;font-size:x-small;\">Sincerely, </span>\n\n</div>\n<div style=\"padding-left:30px;\">\n\n<span style=\"font-family:Arial;font-size:x-small;\">(name of person)</span>\n\n</div>\n<div>\n\n<span style=\"font-family:Arial;font-size:x-small;\">The thing is, I never spoke to this guy directly. He got my card somehow. And it is vague. And impersonal. And gives me no reason to follow up with him.</span>\n\n</div>\n<div>\n\n<span style=\"font-family:Arial;font-size:x-small;\"><span style=\"text-decoration:underline;\">Better</span> is the following:</span>\n\n</div>\n<span style=\"font-family:Arial;color:#000000;font-size:x-small;\"> </span>\n<div style=\"padding-left:30px;\">It was nice meeting you yesterday.  Attached please find a brochure about  our company.  Please feel free to email this out to other business owners. We  are happy to pay a 10% referral fee (minimum of $1,000) when you refer a  business owner to us.</div>\n<div style=\"padding-left:30px;\">Look forward to seeing you at the next event.</div>\n<div>I did meet this person, who is giving me more information about her business.  However, there is no personal note. She doesn\'t seem to say anything about me.</div>\n<div></div>\n<div><span style=\"text-decoration:underline;\">Best</span> is something like this:</div>\n<div>\n<div style=\"padding-left:30px;\">Hi Deborah,</div>\n<div style=\"padding-left:30px;\">You had great ideas and suggestions. Thanks for sharing the information.</div>\n<div style=\"padding-left:30px;\">I\'ll contact you in two weeks. As I mentioned, I am working on a XXX program for XXX. I\'ll share  with you the structure that I am developing.</div>\n<div style=\"padding-left:30px;\">Best regards,</div>\n<div style=\"padding-left:30px;\"></div>\n</div>\n<div>A little about me and a little about her. A firm follow up time frame, and something particular to discuss.</div>\n<div></div>\n<div>What do you look for in a follow up call/email? What are your best practices?</div>\n<div></div>\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F26%2Ffollowing-up%2F&amp;linkname=Following%20up\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n','Following up','','publish','open','open','','following-up','','','2010-03-26 12:03:12','2010-03-26 17:03:12','',0,'http://cuppamarcomm.wordpress.com/?p=697',0,'post','',0),
(701,4,'2010-03-30 09:04:36','2010-03-30 14:04:36','Ralph Waldo Emerson is often quoted as saying that consistency is the hobgoblin of small minds. The quote actually says that it is a <em>foolish </em>consistency.\n\nIn communications, consistency is a necessity. Case in point, using your logo. If you use your logo only some times, you are not building your brand identity. On the other hand, if you use your logo all the time, then you are consistently working on reinforcing your brand.\n\nIf you blog, you should blog consistently. If you abandon your blog for months, your readers will abandon you. If you run a networking group, you should have meetings on a consistent basis. If not, then your group may think you are no longer in business.\n\nI just read this blog post about <a class=\"wp-caption\" title=\"tips\" href=\"http://unclutterer.com/2010/03/30/incredibly-obvious-tips-to-save-you-time/\" target=\"_blank\">obvious tips to save you time</a> on Unclutterer.com. In communications there may be one obvious tip to communicate more effectively: be consistent!\n\nYour thoughts?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F30%2Fconsistency%2F&amp;linkname=Consistency%20\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Consistency ','','publish','open','open','','consistency','','','2010-03-30 09:04:36','2010-03-30 14:04:36','',0,'http://cuppamarcomm.wordpress.com/?p=701',0,'post','',0),
(705,4,'2010-04-05 10:45:48','2010-04-05 15:45:48','Yes, we all make mistakes. But the key is to realize our mistakes and correct them, right? And yet, I see the same grammar mistakes over and over again. And the people who are making said mistakes work in a language-based industry like PR, advertising, social media consulting and so forth.\n\nI have seen the following grammar mistakes so many times I want to scream:\n<ul>\n	<li>Affect versus effect. No one seems to know or recognize the difference.</li>\n	<li>Me versus I. So many people refer to themselves as I in the reflexive.</li>\n	<li>Assure versus ensure. They mean different things, really.</li>\n</ul>\nI am currently reading Grammar Girl\'s Quick and Dirty Tips for Better Writing by Mignon Fogarty. I suggest reading it too. Or check out Mignon\'s tips  online at<a class=\"wp-caption\" title=\"Grammar Girl\" href=\"http://grammar.quickanddirtytips.com/\" target=\"_blank\">Grammar Girl</a>.\n\nLike I said, we all make mistakes. But let\'s learn how to avoid them.\n\nThe bottom line is that bad grammar makes you sound ignorant.\n\nWhat do you think? What grammar mistakes do you see repeated?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F05%2Fgrammar-rules%2F&amp;linkname=Grammar%20rules\">\n</a>\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F05%2Fgrammar-rules%2F&amp;linkname=Grammar%20rules\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Grammar rules','','publish','open','open','','grammar-rules','','','2010-04-05 10:45:48','2010-04-05 15:45:48','',0,'http://cuppamarcomm.wordpress.com/?p=705',0,'post','',6),
(709,4,'2010-04-06 14:37:35','2010-04-06 19:37:35','I think I hit a nerve yesterday with my post Grammar rules. I got the second highest number of visitors in one day to my blog in its two plus years of existence. And, several of you commented.  First, let me say thanks for checking it out, and second, let me issue a plea to everyone who works with words, spoken or written, pay attention! Make grammar, spelling and proper usage a priority in your communications.\n\nThe response made it clear that many people are irritated by the lack of care we are seeing in English usage. Please take a look at the comments to the post to see what different people are experiencing.\n\nWhat is not so clear is the reason behind the lapse in grammar. Is it laziness? Is it improper/insufficient instruction? Is is sheer ignorance? What do you think?\n\nHow do we change this? Mignon Fogarty, \"Grammar Girl,\" gives seminars on grammar across the country. She has also written a couple of books on the subject. But how do we get people to a) realize they need to improve their grammar and b) learn what they are doing wrong?\n\nPlease let me know your ideas. I am so frustrated when I see my colleagues and otherwise educated folk use English so poorly.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F06%2Fgrammar-rules-again%2F&amp;linkname=Grammar%20rules%20again\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Grammar rules again','','publish','open','open','','grammar-rules-again','','','2010-04-06 14:37:35','2010-04-06 19:37:35','',0,'http://cuppamarcomm.wordpress.com/?p=709',0,'post','',1),
(714,4,'2010-04-08 10:16:47','2010-04-08 15:16:47','You\'ve probably heard about the flap involving Bob McDonnell, Virginia\'s new Republican governor. McDonnell issued a proclamation calling April Confederate History Month in his state. But he had omitted a key belief of the Confederacy--its support of slavery. Naturally, there was outrage from civil rights leaders, African-Americans and the media.  And guess what, McDonnell had to amend his statement to include language about slavery.\n\nNow, I think McDonnell was speaking his mind the first time. I also think Virginia has a large racist population who would be happy to be Confederate once again. And clearly, I think the whole Confederate declaration is a ridiculous, shameful attempt to pander to the more right-wing, racist elements in Virginia. But, from a public relations perspective, I want to know what was McDonnell thinking? Indeed, was he thinking?\n\nMcDonnell either is unaware that large segments of the population consider slavery an outrage or he has really bad advisors or simply is ignorant of how the media works. Anybody could have told him that many people would be offended by this offensive proclamation. And furthermore, that the media would pick it up and tear it apart. Sure, he reacted within a day and issued a\n\"fix\" and an apology, but why on earth was the governor not aware of the furor his decision would cause?\n\nOn the one hand, I think that McDonnell probably does not realize that being associated with confederacy equals racism because he does not see that as racist. He buys the whole Confederate argument that the Civil War was a fight about states\' rights. On the other hand, I also think McDonnell does not understand public perception or perhaps he lacks in the public relations advice department.\n\nWhether on purpose, or unwittingly, McDonnell has contributed further to the perception that he is a good ol\' boy, happy to maintain Virginia\'s commitment to Confederate ideals where African-Americans are second class citizens, if citizens at all.  McDonnell did not even consider that African-Americans live in his state and that they may not share his rosy view of the importance of celebrating Confederate history.\n\nSo, what was he thinking? He was not thinking nor was he receiving any type of credible public relations advice when he issued the proclamation. Obviously, once the criticism started, his PR folks woke up or showed up to the office.\n\nThe moral of this story is that perception matters, and that if you do or say something offensive, and you are in public office, you will have to face the music.\n\nUPDATE: Washington Post columnist Robert McCartney makes very good points in his<a class=\"wp-caption\" title=\"Wa po Column\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/04/07/AR2010040704956.html?hpid=news-col-blog&amp;sid=ST2010040705182\" target=\"_blank\"> column today</a>.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F08%2Fwhat-was-he-thinking%2F&amp;linkname=What%20was%20he%20thinking%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','What was he thinking?','','publish','open','open','','what-was-he-thinking','','','2010-04-08 10:16:47','2010-04-08 15:16:47','',0,'http://cuppamarcomm.wordpress.com/?p=714',0,'post','',0),
(719,4,'2010-04-16 09:06:27','2010-04-16 14:06:27','Are you looking for the magic bullet? The one solution to your marketing problems? Well, I can\'t help you. That\'s right--I can\'t help you find the magic bullet because there is no  magic bullet!\r\n\r\nA while back I had a client who was trying to re-grow his dwindling business. So he launched a social responsibility program. And when that failed to work as planned, he tried a new product and used postcards to sell it. And then that didn\'t work, so he tried doing do-good projects and used press releases to promote them. And then that didn\'t quite work either. You know why? Because all of these are tactics and there was no overall strategy or vision. One tactic, whatever it may be, will not result in sustained and increased sales.\r\n\r\nWhen I was in grad school, we learned all about a new concept at the time: Integrated Marketing Communications (IMC). The concept was that your marketing efforts should integrate various tools, such as advertising, public relations, sponsorships, other one umbrella. I have always believed in this view.\r\n\r\nToday, people seem to believe that the magic bullet is social media. Build a Facebook Fan Page and you will get clients! Be on Twitter and you will get clients! Write a blog and you will get clients! No, no, no!!! You certainly should consider social media, but one or all of these tools will not guarantee marketing success, especially if you are pursuing each of them haphazardly without an overarching strategy.\r\n\r\nThere really is no magic bullet. Marketing communications is about strategy and also about trial and error. Some things will work better than others. Something close to a magic bullet may be measurement. If you measure success, you will find out what works best for you. If you don\'t measure, how will you know your impact?\r\n\r\nHave you been looking for a magic bullet? What have you found?\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F16%2Flooking-for-the-magic-bullet%2F&amp;linkname=Looking%20for%20the%20magic%20bullet...\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Looking for the magic bullet...','','publish','open','open','','looking-for-the-magic-bullet','','','2011-08-14 07:20:49','2011-08-14 07:20:49','',0,'http://cuppamarcomm.wordpress.com/?p=719',0,'post','',0),
(1340,4,'2010-03-19 06:23:27','2010-03-19 11:23:27','This morning\'s Washington Post is full of interesting media/marketing news.  First is <a class=\"wp-caption\" title=\"FDA cigarette advertising\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/03/18/AR2010031803004.html\" target=\"_blank\">the announcement</a>that the Federal Drug Administration (FDA) has enacted tough new rules on cigarette/tobacco advertising as part of the agency\'s new authority to regulate the industry.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=cigarette+advertising&amp;iid=3079259\" src=\"2/7/5/2/Supreme_Court_Rules_ec52.jpg?adImageId=11436178&amp;imageId=3079259\" width=\"234\" height=\"171\" /]\n\nAccording the Post, tobacco companies will be banned from sponsoring sports and entertainment events and from offering free samples, among other restrictions. The FDA also tried to limit advertising to text only (banning color and graphics) but a judge has ruled in favor of the tobacco companies, which the FDA is appealing.\n\nTobacco advertising and the federal response to it  has always been fascinating.  Tobacco is a  legal product, sold and taxed in stores like any other product, but when used as directed, causes wide-ranging health problems (cancer, heart disease) not only to smokers but those exposed to smoke. The Feds have tried to curb the appeal of smoking by restricting advertising and putting warnings on cigarette packs.  This has always raised the question of first amendment rights--after all, the companies that manufacture cigarettes are trying to sell a legal product. But the government is concerned that increased sales of tobacco mean increased health risks.\n\n<strong>The point here is that advertising and marketing efforts, when done right, are powerful. They can steer consumer behavior.</strong> Personally, I abhor smoking and I applaud the FDA for stepping up regulation of tobacco marketing. To me,  marketing tobacco is marketing death, yet the issue of free speech remains. The real issue may well be why we allow companies continue to produce and market a product that kills.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=christiane+amanpour&amp;iid=8238522\" src=\"7/1/9/9/The_Daily_Beast_17c6.jpg?adImageId=11436100&amp;imageId=8238522\" width=\"234\" height=\"293\" /]\n\nAnother piece of news that is fascinating is that Christiane Amanpour, the famed CNN war reporter, will move over to ABC, to host This Week. If ever there was a least likely candidate for this position it was Amanpour, who is more comfortable confronting dictators and dodging bullets in war-torn areas.  I think David Brinkley would turn over in his grave! Will the round table with George Will, Cokie Roberts and the rest continue? I doubt it. And I doubt that with Amanpour at the helm, This Week will be able to compete with Meet the Press on domestic political coverage. <strong>But that seems to be the point--hiring Amanpour is meant to change This Week into a program with a more international focus.  And differentiate it will, but will that also result in increased viewership? That is the question.</strong>\n\n<strong>\n</strong>\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F03%2F19%2Fads-are-powerful-differentiation-is-important%2F&amp;linkname=Ads%20are%20powerful%3B%20differentiation%20is%20important\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n','Ads are powerful; differentiation is important','','inherit','open','open','','684-revision','','','2010-03-19 06:23:27','2010-03-19 11:23:27','',684,'http://deborahbrody.com/2010/03/684-revision/',0,'revision','',0),
(723,4,'2010-04-19 14:37:03','2010-04-19 19:37:03','<strong>Who are you? Why are you here? </strong>\r\n\r\nLots of people ask themselves these questions, especially around milestone birthdays and during the \"mid-life crisis.\"  For individuals, there is no one right answer. Some people spend their whole lives seeking for the answers and some people just go for \"one day at a time\" philosophy.\r\n\r\nBut what do you do if your business has an identity crisis? First,  determine if your business does have an identity crisis. Here are some signs:\r\n<ul>\r\n	<li>You offer many types of services or products that can\'t easily be grouped together</li>\r\n	<li>Your company name and tagline do not readily communicate what you do/everything you do</li>\r\n	<li>You have several different logos/different taglines</li>\r\n	<li>You don\'t have clear-cut branding (no signature color, font, tagline, key messages)</li>\r\n	<li>If someone asks you what you do, it takes several sentences to explain (you just can summarize it in one phrase)</li>\r\n</ul>\r\nIf you answered yes to even one of these descriptors, you probably are suffering from an identity crisis. You brand is not  strong and your business mission is not clear.\r\n\r\nHaving a business identity crisis can result in your business going under. Just down the street from where I live was a \"wellness center.\"  It was a retail outlet that sold vitamins and baby clothes made from organic cotton. They offered massages and facials. They held yoga and qi gong classes.  They probably would have described themselves as a lifestyle store, which is  generic. They weren\'t known for any of these offerings. And they closed.  To me, this was a classic example of an identity crisis.  Too many products and service offerings. No clear differentiation. And a vague description that can mean different things to different people.\r\n\r\nIn a crowded marketplace, differentiation can make the difference (I am so punny). You won\'t be able to differentiate if you have an identity crisis.\r\n\r\nDoes your business suffer from an identity crisis?  Time to ask yourself some hard, existential questions.\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F19%2Fidentity-crisis%2F&amp;linkname=Identity%20crisis\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Identity crisis','','publish','open','open','','identity-crisis','','','2011-08-14 07:20:21','2011-08-14 07:20:21','',0,'http://cuppamarcomm.wordpress.com/?p=723',0,'post','',0),
(1339,4,'2010-04-16 09:06:27','2010-04-16 14:06:27','Are you looking for the magic bullet? The one solution to your marketing problems? Well, I can\'t help you. That\'s right--I can\'t help you find the magic bullet because there is no  magic bullet!\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=bullet&amp;iid=190986\" src=\"0187/898bfdba-7a53-427e-af34-11892e2b48c3.jpg?adImageId=12494427&amp;imageId=190986\" width=\"234\" height=\"351\" /]\n\nA while back I had a client who was trying to re-grow his dwindling business. So he launched a social responsibility program. And when that failed to work as planned, he tried a new product and used postcards to sell it. And then that didn\'t work, so he tried doing do-good projects and used press releases to promote them. And then that didn\'t quite work either. You know why? Because all of these are tactics and there was no overall strategy or vision. One tactic, whatever it may be, will not result in sustained and increased sales.\n\nWhen I was in grad school, we learned all about a new concept at the time: Integrated Marketing Communications (IMC). The concept was that your marketing efforts should integrate various tools, such as advertising, public relations, sponsorships, other one umbrella. I have always believed in this view.\n\nToday, people seem to believe that the magic bullet is social media. Build a Facebook Fan Page and you will get clients! Be on Twitter and you will get clients! Write a blog and you will get clients! No, no, no!!! You certainly should consider social media, but one or all of these tools will not guarantee marketing success, especially if you are pursuing each of them haphazardly without an overarching strategy.\n\nThere really is no magic bullet. Marketing communications is about strategy and also about trial and error. Some things will work better than others. Something close to a magic bullet may be measurement. If you measure success, you will find out what works best for you. If you don\'t measure, how will you know your impact?\n\nHave you been looking for a magic bullet? What have you found?\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F16%2Flooking-for-the-magic-bullet%2F&amp;linkname=Looking%20for%20the%20magic%20bullet...\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Looking for the magic bullet...','','inherit','open','open','','719-revision','','','2010-04-16 09:06:27','2010-04-16 14:06:27','',719,'http://deborahbrody.com/2010/04/719-revision/',0,'revision','',0),
(727,4,'2010-04-21 11:34:55','2010-04-21 16:34:55','I love Twitter.  I love reading articles others share, seeing what people are up to, and generally the no-boundaries community that exists on the micro-blogging site. I follow and am followed by people in other states, countries, continents.  In a sense, Twitter connects the world!\n\nBut there is a downside to Twitter: the people who don\'t use Twitter wisely.  These people can ruin the experience, until you block them. These people are the reason for my top-ten  list of Twitter pet peeves:\n<ol>\n	<li><strong>Following and unfollowing and following again.</strong> This tactic is meant to getting followers but if I didn\'t follow you the first time, or the second, chances are I AM NOT INTERESTED.</li>\n	<li><strong>Excessive self-promotion.</strong> Tweets that always start with I or include the word me.  Being on Twitter exclusively to promote self and not offering any value.</li>\n	<li><strong>Lurking. </strong>People who follow you and never engage or retweet.  They are just watching you. Why?</li>\n	<li><strong>Not giving credit</strong>. If I tweeted something that you think is so worthwhile that you re-tweeted it, just credit me, please?</li>\n	<li><strong>Follow Friday.</strong> I hate this. It makes Twitter into a popularity contest, and makes you ripe for spamming. Thanks for the shout-out but don\'t add me to your list.</li>\n	<li><strong>Being super selective.</strong> You have thousands of followers, yet you start your mornings saying hi to five of your favorite friends. I remind you: Twitter is not high school and all of us can see you didn\'t single us out. If you want to say hi to just a few people, might I recommend DM or (gasp) EMAIL?</li>\n	<li><strong>Spammers.</strong> People who send you @messages that have nothing to do with anything except what they are trying to get you to buy. There is a special place in hell for you.</li>\n	<li><strong>Incomplete profiles.</strong> If you don\'t have a bio, or a website, or preferably both, on what should I base my decision to follow you? Your inability to fill out your profile? This also goes for not posting a picture.</li>\n	<li><strong>Cursing. </strong>I curse all the time in real life, but I don\'t want to read obscenities on my Twitter stream. It generally is not necessary to put that out to the world.</li>\n	<li><strong>Never acknowledging retweets or @messages.</strong> Sure I understand that reporters or celebrities with tens of thousands of followers can\'t possibly respond to all these messages, but if you have under 500 followers, most likely you can spend a couple minutes each day responding. Remember you are on Twitter to create community!!!</li>\n</ol>\nOf course, these are MY pet Twitter peeves. You may not agree. Which is why you can feel free to leave your top Twitter peeves on the comments! (Or hey, write your own blog!)\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F21%2Ftweeting-and-not-failing-a-top-ten-list%2F&amp;linkname=Tweeting%20and%20not%20failing%20(a%20top%20ten%20list)\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Tweeting and not failing (a top ten list)','','publish','open','open','','tweeting-and-not-failing-a-top-ten-list','','','2010-04-21 11:34:55','2010-04-21 16:34:55','',0,'http://cuppamarcomm.wordpress.com/?p=727',0,'post','',5),
(732,4,'2010-04-22 11:51:10','2010-04-22 16:51:10','<strong>Editorial</strong>\n\nSocial media has definitely changed the Internet, marketing,  news gathering. Many people feel more in touch with long lost friends because of social networks. In short, there is lots to praise and like about social media. But, because it is social, and mostly free, social media has increased the reach of hate groups, racists and other people who previously relied on getting their message out only to a small circle of similar miscreants.\n\nTake for example a group on Facebook that is dedicated to \"praying\" for President Obama\'s death. I won\'t link to it here but this hateful group has already amassed almost one million followers (or likers in the new Facebook parlance).  As you know, social media works as an amplifier.  So if someone sees one of their friends likes organic yogurt, then he or she can also like said product. Same thing happens with these hate groups. And then it becomes a numbers game. Sadly, many people join these groups because they think its \"funny\" or as a joke. But what they are doing is lending weight, via numbers, to a hateful cause.\n\nRemember the Holocaust Museum shooter? Well he had several rantings on the Web. And the guy who killed a bunch of women at a gym in Pittsburgh, and then killed himself? He had an entire blog devoted to his hatred of women.  Social media is easy to access and has little or no cost. Anyone can set up a blog or a website, a Facebook page or a Twitter stream.\n\nThere is a lot of hate and plenty of malcontents out there. It\'s unfortunate that social media, which generally serves to build community and share interesting ideas, can also be used to share the hate and spread the ignorance.  I am not sure what, if anything, we can do about this.\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F22%2Fthe-dark-side-of-social-media%2F&amp;linkname=The%20dark%20side%20of%20social%20media\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','The dark side of social media','','publish','open','open','','the-dark-side-of-social-media','','','2010-04-22 11:51:10','2010-04-22 16:51:10','',0,'http://cuppamarcomm.wordpress.com/?p=732',0,'post','',2),
(736,4,'2010-04-23 09:38:47','2010-04-23 14:38:47','Mark Zuckerberg has done it again. He has made some serious threats to your privacy, if you are a Facebook user. Zuckerberg does not believe in privacy, he has said so in those very words, so it is not too surprising that he further damaged your privacy to enhance his bottom line.\n\nThere are tons of articles about the new issues with privacy that came out of the f8 conference. This <a class=\"wp-caption\" title=\"Facebook privacy\" href=\"http://gigaom.com/2010/04/22/your-moms-guide-to-those-facebook-changes-and-how-to-block-them/\" target=\"_blank\">one on GigaOm</a> is a good one (and thank you to Downtown Women\'s Club for posting it on Facebook...the irony).  Sadly, most Facebook users will never know about these changes, which directly affect them.\n\nI have been a steady Facebook user for more than two years. I had rarely logged out and usually checked in several times a day to see what everyone is up to. I also recently launched a Facebook Fan Page, which is now called a like page. But today, I logged out. I will log out every single time I visit Facebook and furthermore, I will limit my visits to Facebook. I am just not comfortable with what they are doing over there. And more pernicious, is that other sites I visit, like CNN and Washington Post now have my information and friends. Unless I logout of Facebook, CNN knows who my friends are and what they are doing online. Talk about Big Brother!\n\nI also hate the new \"like\" feature on Facebook. A Fan page is not a \"like\" page. They are inherently different. Like Kim Woodbridge from <a class=\"wp-caption\" title=\"Kim Woodbridge\" href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Anti Social Development</a> said to me about the change:  \"I like peas, but I am not a fan of peas.\"\n\nI am not sure that Facebook cares what people think.  It is feeling high because it has 400 million users worldwide, and that gives the company a lot of power, not to mention marketing might. For now, if you care about your privacy, protect yourself. Do not let Facebook use you for its gain. So logout, opt out, or do what you have to do.\n\nFeel free to share your thoughts in the comments. Are you a fan of the Facebook?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F23%2Fthoughts-on-the-new-facebook%2F&amp;linkname=Thoughts%20on%20the%20new%20Facebook\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n','Thoughts on the new Facebook','','publish','open','open','','thoughts-on-the-new-facebook','','','2010-04-23 09:38:47','2010-04-23 14:38:47','',0,'http://cuppamarcomm.wordpress.com/?p=736',0,'post','',4),
(743,4,'2010-05-05 08:29:24','2010-05-05 13:29:24','Although marketing communications can help brand your business, differentiate you from the crowd and even increase sales, it cannot make your business succeed.  To succeed in business, you have to provide something useful or necessary--a product or service people want or need. And you have to provide that something consistently. You can have great advertising, but if your product is not available or is not of good quality, guess what? You are going to get nowhere fast.\n\nLots of people spend time on their marketing strategies. And they develop great websites and fabulous collateral materials. Some people spend lots of time coming up with fancy names and lovely logos. But what they fail at is defining AND providing their product/service.\n\nThis morning I read <a class=\"wp-caption\" title=\"Philly Biz Jrnl\" href=\"http://www.bizjournals.com/bizjournals/othercities/philadelphia/stories/2010/04/26/smallb2.html?b=1272254400^3234551&amp;s=sbc:3&amp;ana=e_sol\" target=\"_blank\">an article from the Philadelphia Business Journal</a> about two local small businesses: a gas/service station and a dry cleaner. Both business owners work very hard and show up every day to run their businesses. People can count on them.  Neither business does much in the way of marketing because they don\'t need to. If you need your car fixed, you go to one, and if you need some shirts cleaned, you go to the other.\n\nYesterday, I came across <a class=\"wp-caption\" title=\"Myth of Beautiful Design\" href=\"http://www.copyblogger.com/myth-of-beautiful-design/\" target=\"_blank\">this post over on Copyblogger</a>. It is about how it doesn\'t matter whether you have a beautiful website if you don\'t have a message. I would go further--you have to know what you are doing, and to quote Nike, just do it.\n\nTime and again I meet successful business people. You know why they are successful? Because they provide the goods. On the other hand, how many times have you seen a restaurant fail? Probably dozens of times. You know why restaurants fail? Because people didn\'t go there to eat. And why didn\'t they go? Probably because the food was bad or the service was bad.\n\nBasically, it boils down to having the product or the service. Of course, if you want to increase your market presence and/or let people know you are there, you are going to have to engage in marketing. But marketing alone will not get you business.\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F05%2F05%2Fbeyond-marketing%2F&amp;linkname=Beyond%20marketing\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Beyond marketing','','publish','open','open','','beyond-marketing','','','2010-05-05 08:29:24','2010-05-05 13:29:24','',0,'http://cuppamarcomm.wordpress.com/?p=743',0,'post','',1),
(747,4,'2010-05-11 13:47:07','2010-05-11 18:47:07','Perhaps this post should be called Marketing 101, but it is about marketing one to one, person to person.  It is perhaps the most basic of marketing techniques, yet the most dismissed.\n\nCompanies spend lots of time and money and effort coming up with brilliant marketing/communications plans. They develop beautiful websites, and attention-grabbing ads. They do media outreach and get great publicity. And then the potential customer walks in the door, and the surly receptionist (or clerk or bank teller or any other frontline person) ruins the experience. He or she makes the customer feel unwelcome, unwanted, unserved. And guess what, the customer either walks away never to come back, or he/she becomes a NEGATIVE brand ambassador, sharing negative stories about your organization wherever he/she goes.\n\nYou see, many, if not all organizations, forget that marketing is really about getting people to buy your products or services or mission. It is about making it easy for them to realize how your product/service/mission fits in with their lifestyle and needs.  <strong>It is about people. </strong>\n\nPeople want to be treated nicely and politely.  It really is that simple.  I would argue that part of your marketing  plan should be to train your frontline employees to treat people nicely  and politely. If your sales are down, perhaps you should try to figure  out what is going on at the point of contact.  We\'ve discussed the four  \"Ps\" here before:  price, product, promotion, place. What is the place  of contact with your customer? What is happening there?\n\nWith the rise of Internet commerce, we are losing the sense of the importance of people--their feelings, their needs--when making a purchase. But in a bricks-and-mortar world it should definitely be front and center.\n\nI am writing this post because of two positive (gasp, right?) interactions I had today on the phone.  I was making a doctor\'s appointment at an office I have not been to, and the receptionist was helpful, informative and friendly. She made me feel confident that I will get professional service when I arrive there.  The other was the reminder phone call from the hair salon where I have an appointment tomorrow. The receptionist was polite (called me Ms. Brody) and friendly. I asked a question and he nicely answered me. It shows me that the salon VALUES its customers.\n\nAre you showing your customers you value them? Are you treating them as people? Are you making sure that the one on one interactions with your organization are positive?\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F05%2F11%2Fmarketing-one-to-one%2F&amp;linkname=Marketing%20one%20to%20one\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Marketing one to one','','publish','open','open','','marketing-one-to-one','','','2010-05-11 13:47:07','2010-05-11 18:47:07','',0,'http://cuppamarcomm.wordpress.com/?p=747',0,'post','',2),
(751,4,'2010-05-12 12:12:02','2010-05-12 17:12:02','Recently, I have been noticing jobs that require someone with technology skills (html, programming) to handle web development and social media. It is interesting that in some organizations social media efforts are housed under the IT umbrella. But should they be?  I don\'t think so.  That is like asking the kitchen installer to cook a meal. Just because you know the appliances and how to work them does not mean that you can use them to their best potential.\n\nLast week, I attended a social media workshop (not worth my while, but that is a topic for another post). One of the presenters was a tech guy, and he came out and said that he didn\'t know marketing.  He understood the power and importance of social media tools, but not how to use them for marketing purposes.\n\nThen there is the whole web developer versus web designer issue.  A web designer is concerned with the aesthetics of the website, and the web developer makes the site work.  Some people claim to provide both services, but in my experience, a web developer\'s websites never look pretty. And a web designer who does his/her own development probably can\'t do complex back-end stuff.\n\nIt boils down to what technology can and cannot do. Technology is a tool, a very specialized tool. And in the \"internet age,\" keeping up with evolving technology is crucial. But technology alone cannot communicate, it cannot market. A superior tech website with no communications strategy or well written content will not do the job.  Technology is not communication.  Tech people are notorious for being hard to understand.  They speak a specialized language and have skills that your average communications person just doesn\'t have.\n\nThe bottom line is that to have your IT department handle social media does not make good marketing sense.  Social media is completely about communication. It is not about the technology that allows said communication. I don\'t have to understand how Twitter works to use it for marketing promotion. I need to understand how people communicate, what information they are seeking. This is not to say you shouldn\'t involve your IT department--they can probably help facilitate what you are trying to do.  Just leave the communicating to the communicators.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F05%2F12%2Ftech-vs-communication%2F&amp;linkname=Tech%20vs.%20communication\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Tech vs. communication','','publish','open','open','','tech-vs-communication','','','2010-05-12 12:12:02','2010-05-12 17:12:02','',0,'http://cuppamarcomm.wordpress.com/?p=751',0,'post','',0),
(755,4,'2010-05-19 09:58:53','2010-05-19 14:58:53','Are you truly making the best use of the many marketing opportunities out there? Probably not.  This is understandable since there are so many things we can do and only a finite amount of time and staff to do it in. However, there are some opportunities that you SHOULD NOT be missing out on.  These are:\n<ul>\n	<li>Responding to your emails</li>\n	<li>Tracking your mentions on the Web and social media</li>\n	<li>Responding to social media mentions</li>\n	<li>Following up when necessary</li>\n</ul>\nLet me provide you with one example of a really big missed opportunity. A couple of weeks ago, I wanted to visit a coworking space in Baltimore. I sent an email to see if I could just drop by. It took someone there more than 24 hours to respond (the answer was yes, just come on by).  With that in mind, I did just that. I was welcomed and given a spot to sit. I tweeted about it. No one responded, even a week later. No one asked me for my card or information. In fact, no one said much of anything. There was absolutely no follow up. Even though I believe the coworking space offers a great convenience and is a wonderful concept, I think this particular one won\'t survive. They are missing opportunities to engage with potential customers, and they are doing nothing to market themselves.\n\nIf we\'ve learned anything about social media and the Internet, it is that people expect a response (most expect an immediate response).  My website host is on Twitter, and if I tweet them, they certainly respond. Why? Because they realize that it is giving them an opportunity to engage with a customer and try to fix any problem that is happening.\n\nWhen you don\'t respond to what is being asked of you or being said about you, you are truly missing an opportunity. Social media makes it easy to find out when people are talking about you. Perhaps you can\'t monitor it all day, but do it once a day and make sure to engage.\n\nIf you want to make the most of easy opportunities, track and respond, and do so sooner rather than later.  What are you doing to make sure you are responsive?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F05%2F19%2Fmissing-opportunities%2F&amp;linkname=Missing%20opportunities%20\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Missing opportunities ','','publish','open','open','','missing-opportunities','','','2010-05-19 09:58:53','2010-05-19 14:58:53','',0,'http://cuppamarcomm.wordpress.com/?p=755',0,'post','',0),
(759,4,'2010-05-20 09:00:13','2010-05-20 14:00:13','As you have no doubt read elsewhere, Facebook keeps changing privacy settings. It has created marketing partnerships with other sites, that now have access to your preferences and can customize their offerings to you. And just yesterday Facebook unilaterally decided that only Facebook Fan Pages with more than 10,000 fans can have customized landing pages, only to apparently back down today.\n\nAll these changes have a few things in common:\n<ul>\n	<li>They are surreptitious, behind-the-scenes changes that are not well communicated</li>\n	<li>They assume what the consumer wants.</li>\n	<li>They are difficult to understand and have no clear rationale</li>\n	<li>The advantage may be wholly for Facebook with little if no benefit to consumers.</li>\n</ul>\nThere has been a growing backlash against Facebook, although the site is in no danger of going under.\n\nThere are some marketing take-aways:\n<ul>\n	<li>Customers want upfront communications.</li>\n	<li>Customers do not want to be taken for granted.</li>\n	<li>Customers want to feel as if they have some level of control, especially over their personal information.</li>\n	<li>Customers do not want to feel excessively marketed to.</li>\n</ul>\nFacebook is one of the few companies that could actually survive this type of backlash. Why? Because people like what it offers, and it is free. If people paid for services, then this would definitely not fly.\n\nNext time you are planning a big marketing change or push, think of Facebook.  Are you going to raise concerns? Will you have to backtrack and explain yourself?\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F05%2F20%2Fwhat-the-facebook-fracas-can-teach-us-about-marketing%2F&amp;linkname=What%20the%20Facebook%20fracas%20can%20teach%20us%20about%20marketing\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','What the Facebook fracas can teach us about marketing','','publish','open','open','','what-the-facebook-fracas-can-teach-us-about-marketing','','','2010-05-20 09:00:13','2010-05-20 14:00:13','',0,'http://cuppamarcomm.wordpress.com/?p=759',0,'post','',2),
(762,4,'2010-05-26 09:29:09','2010-05-26 14:29:09','Marketing communications is about persuading people that your product, service or organization offers something that is of value to them. It\'s really that simple.  <em>How</em><em> </em> you do it may not be so simple as there are many different strategies and tactics that you can use. Perhaps you will show the benefits of the product, perhaps you will make people feel good about choosing your service. But, whatever you do, you should not alienate your audience.\r\n\r\nBusinesses and organizations can alienate their customers and supporters by taking certain negative actions.  Perhaps it is raising prices or cutting back services. Sometimes unpopular actions are necessary, which is why how you communicate those actions becomes even more important. In fact, taking a negative action does not have to translate into alienation if it is handled correctly. Perhaps, you work on making the case more forcefully.\r\n\r\nYet, how often do we see companies doing things that alienate their  audiences?   We see it  often.  Two recent examples stand out for me:  Facebook with its privacy  problems and Spirit Airlines with its decision to charge for carry-on  bags. Both situations have been widely reported in the media, and both companies have done a mediocre job of explaining why they have taken those decisions. Facebook seems to think that what benefits it as a company should benefit you as customer. And Spirit actually claims that by charging for carry on baggage you benefit from lower fares. Both companies insult their customers\' intelligence, thus, alienate them.\r\n\r\nHere are a few tips to avoid alienating your customers\r\n<ul>\r\n	<li>If you must take a negative action, explain it from your own perspective before the media/others do it for you.</li>\r\n	<li>Don\'t underestimate your audience\'s intelligence: they can usually see right through a bad explanation.</li>\r\n	<li>When you communicate, avoid being too self-promoting or too self-serving. You customers and supporters are more interested in what you can do for them than in what you did for yourself.</li>\r\n	<li>Be forthright and say what you mean.</li>\r\n	<li>Research! It is amazing how many organizations and companies don\'t understand who their audiences are and what they want.</li>\r\n	<li>Offer good-will gestures. If you\'ve done something that is bad (cancelled a concert for instance), give your customers a carrot (make it easy to get money back, give an additional discount, etc.).</li>\r\n</ul>\r\nHow do you think companies can avoid alienating customers?\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F05%2F26%2Favoid-alienating-nearly-anybody%2F&amp;linkname=Avoid%20Alienating%20(nearly)%20Anybody\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Avoid Alienating (nearly) Anybody','','publish','open','open','','avoid-alienating-nearly-anybody','','','2011-08-14 07:19:41','2011-08-14 07:19:41','',0,'http://cuppamarcomm.wordpress.com/?p=762',0,'post','',0),
(1338,4,'2010-04-19 14:37:03','2010-04-19 19:37:03','<strong>Who are you? Why are you here? </strong>\n\nLots of people ask themselves these questions, especially around milestone birthdays and during the \"mid-life crisis.\"  For individuals, there is no one right answer. Some people spend their whole lives seeking for the answers and some people just go for \"one day at a time\" philosophy.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=identity+card&amp;iid=5212228\" src=\"2/c/4/c/mid_section_view_86a0.jpg?adImageId=12563260&amp;imageId=5212228\" width=\"234\" height=\"310\" /]\n\nBut what do you do if your business has an identity crisis? First,  determine if your business does have an identity crisis. Here are some signs:\n<ul>\n	<li>You offer many types of services or products that can\'t easily be grouped together</li>\n	<li>Your company name and tagline do not readily communicate what you do/everything you do</li>\n	<li>You have several different logos/different taglines</li>\n	<li>You don\'t have clear-cut branding (no signature color, font, tagline, key messages)</li>\n	<li>If someone asks you what you do, it takes several sentences to explain (you just can summarize it in one phrase)</li>\n</ul>\nIf you answered yes to even one of these descriptors, you probably are suffering from an identity crisis. You brand is not  strong and your business mission is not clear.\n\nHaving a business identity crisis can result in your business going under. Just down the street from where I live was a \"wellness center.\"  It was a retail outlet that sold vitamins and baby clothes made from organic cotton. They offered massages and facials. They held yoga and qi gong classes.  They probably would have described themselves as a lifestyle store, which is  generic. They weren\'t known for any of these offerings. And they closed.  To me, this was a classic example of an identity crisis.  Too many products and service offerings. No clear differentiation. And a vague description that can mean different things to different people.\n\nIn a crowded marketplace, differentiation can make the difference (I am so punny). You won\'t be able to differentiate if you have an identity crisis.\n\nDoes your business suffer from an identity crisis?  Time to ask yourself some hard, existential questions.\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F04%2F19%2Fidentity-crisis%2F&amp;linkname=Identity%20crisis\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Identity crisis','','inherit','open','open','','723-revision','','','2010-04-19 14:37:03','2010-04-19 19:37:03','',723,'http://deborahbrody.com/2010/04/723-revision/',0,'revision','',0),
(766,4,'2010-05-28 08:13:42','2010-05-28 13:13:42','Some companies just don\'t get it.  They actually seem to want to lose customers. Here are two examples.\n\n<strong>Citibank</strong>\n\nJust one day after I wrote my last post on alienating customers, I got a letter from Citibank informing that my credit card  account is changing.  But not to fear, these changes include several \"enhancements.\"  But the changes are not enhancements. They are making the card even more useless--no more picture ID, no more 2% cash back for supermarket and drugstore purchases, AND, they are changing the name of the card and issuing a new number.  The thing about the account number was in the last paragraph.\n\nYou know what this is: it is a way of further alienating me as a customer. Why? Because first, it insults my intelligence. I know an enhancement when I see one--it usually involves something positive for me as a customer. Second, it forces me to do some work. Now, I have to call places where I have recurring charges to change my card number. And third, it is giving me something I didn\'t ask for nor did I want AGAINST MY WILL, WITH NO OPT-OUT.\n\n<strong>Verizon</strong>\n\nAlthough I have few service issues with Verizon, when I do, it is a nightmare to deal with this company. Its customer service truly is atrocious.  I dread having to call them for anything.  I usually get a phone tree, followed by an inept customer service rep who then drops the call when transferring me to the correct department. Just ugh. So, the idea of adding any services with this company is unthinkable.\n\nVerizon seems to think that if they send me enough direct mail, I will buckle in and get FIOS. So, every single week, I get a minimum of one piece of direct mail with an offer to install FIOS. This week, I got three pieces. This has been going on for two years.  Every time I see a letter from Verizon it goes in the trash and I think what a stupid company this is. Spending millions of dollars on direct mail, killing trees and for what? If they had an inkling on how to get customers they would figure out what customers want, and work on serving those needs first (better customer service comes to mind). Instead of doing real work, Verizon keeps sending useless direct mail. How many people are signing up? I bet not many.\n\nHow to alienate people and lose customers? Keep hitting them over the head with offers they don\'t want, insult their intelligence and make them do all the work.  On that end, Citibank and Verizon, you are doing a great job.\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F05%2F28%2Fhow-to-alienate-people-and-lose-customers%2F&amp;linkname=How%20to%20alienate%20people%20and%20lose%20customers\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','How to alienate people and lose customers','','publish','open','open','','how-to-alienate-people-and-lose-customers','','','2010-05-28 08:13:42','2010-05-28 13:13:42','',0,'http://cuppamarcomm.wordpress.com/?p=766',0,'post','',4),
(770,4,'2010-06-01 08:14:23','2010-06-01 13:14:23','We all have pet peeves and things that make us go bonkers. Right? Unfortunately, we can\'t always tell what will make other people feel like they are listening to nails scratching a blackboard, and sometimes our communications misfire because of it.\r\n\r\nI wish I could say these are universal peeves and that you should avoid them at all costs (you <em>should </em>avoid them with me), instead I am asking you to think of what makes you crazy and what you would like to see avoided. Please be sure to share in the comments.\r\n<ul>\r\n	<li>Using words that you don\'t understand or saying something complicated when simple would do (like utile--why can\'t you say useful?)</li>\r\n</ul>\r\n<ul>\r\n	<li>Having really obvious grammatical mistakes (example: using I instead of me or having problems with subject-verb agreement)</li>\r\n</ul>\r\n(Please read this entry over at OpenForum: <a class=\"wp-caption\" title=\"Open Forum\" href=\"http://www.openforum.com/idea-hub/topics/marketing/article/5-common-word-usage-mistakes-that-make-you-sound-stupid-or-worse-pompous-ann-handley\" target=\"_blank\">5 Common Word Usage Mistakes that Make You Sound Stupid</a>)\r\n<ul>\r\n	<li>Capitalizing Everything Instead of Bolding: more and more people are doing this in white papers and other texts. <strong>Capitals are for proper names and the beginning of sentences only.</strong></li>\r\n</ul>\r\n<ul>\r\n	<li>Threatening: If you don\'t do it this now... For instance, I got an email from the IPRA (a division of the PRSA-NCC) about an event, and then I got another email, and another. Then, I got one that said \"final notice.\" Like if it was an overdue bill and I hadn\'t paid it. And then I get an email telling me it\'s my \"last chance.\" Here\'s a newsflash IPRA: threatening me is not going to make me more interested in seeing Mike McCurry,  who sold out his boss for the chance to sell his book. Nope.</li>\r\n</ul>\r\n<ul>\r\n	<li>Saying or claiming things that are obviously not true: I am planning to write a post about this specifically, but what I am referring to are ads or brochures that seem to ignore reality.  Like those Cox Communications commercials that claim the company has great customer service, when plenty of people can attest to the opposite. Or American Airlines claiming to be empathetic, telling me they know why I fly.</li>\r\n</ul>\r\n<ul>\r\n	<li>Insulting my intelligence: enough said.</li>\r\n</ul>\r\n<ul>\r\n	<li>Excessive self-promotion:  I see this a lot on Twitter and Facebook. When you feel the need to tell me how great you are all the time, I immediately think you are insecure.  I used to follow someone who was very proud of her WeightWatchers progress. And that is fine, but she needed all her followers to pat her on the back too. There is a moving line somewhere between excessive self-promotion (and neediness) and genuine pride and promotion of accomplishments. Figure out where it lies.</li>\r\n</ul>\r\nWhat\'s on your list?\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F01%2Fthings-that-make-me-crazy%2F&amp;linkname=Things%20that%20make%20me%20crazy\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Things that make me crazy','','publish','open','open','','things-that-make-me-crazy','','','2011-08-14 07:19:12','2011-08-14 07:19:12','',0,'http://cuppamarcomm.wordpress.com/?p=770',0,'post','',0),
(1337,4,'2010-05-26 09:29:09','2010-05-26 14:29:09','Marketing communications is about persuading people that your product, service or organization offers something that is of value to them. It\'s really that simple.  <em>How</em><em> </em> you do it may not be so simple as there are many different strategies and tactics that you can use. Perhaps you will show the benefits of the product, perhaps you will make people feel good about choosing your service. But, whatever you do, you should not alienate your audience.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=disgust&amp;iid=275463\" src=\"0272/25010306-707f-4a9e-8022-c505f8386590.jpg?adImageId=12993817&amp;imageId=275463\" width=\"319\" height=\"480\" /]\n\nBusinesses and organizations can alienate their customers and supporters by taking certain negative actions.  Perhaps it is raising prices or cutting back services. Sometimes unpopular actions are necessary, which is why how you communicate those actions becomes even more important. In fact, taking a negative action does not have to translate into alienation if it is handled correctly. Perhaps, you work on making the case more forcefully.\n\nYet, how often do we see companies doing things that alienate their  audiences?   We see it  often.  Two recent examples stand out for me:  Facebook with its privacy  problems and Spirit Airlines with its decision to charge for carry-on  bags. Both situations have been widely reported in the media, and both companies have done a mediocre job of explaining why they have taken those decisions. Facebook seems to think that what benefits it as a company should benefit you as customer. And Spirit actually claims that by charging for carry on baggage you benefit from lower fares. Both companies insult their customers\' intelligence, thus, alienate them.\n\nHere are a few tips to avoid alienating your customers\n<ul>\n	<li>If you must take a negative action, explain it from your own perspective before the media/others do it for you.</li>\n	<li>Don\'t underestimate your audience\'s intelligence: they can usually see right through a bad explanation.</li>\n	<li>When you communicate, avoid being too self-promoting or too self-serving. You customers and supporters are more interested in what you can do for them than in what you did for yourself.</li>\n	<li>Be forthright and say what you mean.</li>\n	<li>Research! It is amazing how many organizations and companies don\'t understand who their audiences are and what they want.</li>\n	<li>Offer good-will gestures. If you\'ve done something that is bad (cancelled a concert for instance), give your customers a carrot (make it easy to get money back, give an additional discount, etc.).</li>\n</ul>\nHow do you think companies can avoid alienating customers?\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F05%2F26%2Favoid-alienating-nearly-anybody%2F&amp;linkname=Avoid%20Alienating%20(nearly)%20Anybody\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Avoid Alienating (nearly) Anybody','','inherit','open','open','','762-revision','','','2010-05-26 09:29:09','2010-05-26 14:29:09','',762,'http://deborahbrody.com/2010/05/762-revision/',0,'revision','',0),
(774,4,'2010-06-07 07:28:41','2010-06-07 12:28:41','Have you heard of Milton Glaser?  Perhaps you haven\'t heard of him by name, but you certainly have seen his work. Glaser was the originator of the I (heart) NY concept, the co-founder of New York Magazine, and designer behind Ms. Magazine and countless other publications.\r\n\r\nLast night I watched <a class=\"wp-caption\" title=\"You Tube Trailer\" href=\"http://www.youtube.com/watch?v=cdHBOv6utks\" target=\"_blank\">MILTON GLASER: TO INFORM AND DELIGHT. </a>What a revelation. Every communicator should watch this documentary to learn both how good design can transform, and the importance of communicating simply and directly.\r\n\r\nGlaser rightly believes that design can transform the world, that better design leads to better communication. One campaign that gave him great pleasure was working on supermarket design--from the layout to the signage and the logo. He made it easy for people to find what they were looking for. We take things like this for granted, and we really shouldn\'t.  How many times do we have trouble finding something because signage is lacking?\r\n\r\nGlaser attended New York City\'s famed (and in fact on which the movie Fame! was based) La Guardia High School of Art&amp;Music and Performing Arts.  The high school approached him about redesigning its logo, and first he suggested changing the high school\'s name to LaGuardia Arts, as being simpler. And then he did a fabulous logo that he says can be sung. <a class=\"wp-caption\" title=\"LaGuardia Arts\" href=\"http://www.laguardiahs.org/home.html\" target=\"_blank\">See it here</a>.\r\n\r\nI have seen people take short cuts with design--trying to save a few bucks or thinking it is no big deal. But design is a big deal. Good design will make communication easier.  For those of you who have clients who think this way, show them MILTON GLASER: TO INFORM AND DELIGHT.','Communicating better by design','','publish','open','open','','communicating-better-by-design','','','2011-08-14 07:18:41','2011-08-14 07:18:41','',0,'http://cuppamarcomm.wordpress.com/?p=774',0,'post','',2),
(778,4,'2010-06-09 13:10:53','2010-06-09 18:10:53','Unless you are in a highly specialized field, you are facing increased competition.  Bricks-and-mortar stores are facing competition from Internet retailers.  And goodness, if you have an Internet-only storefront, you are facing more competition than ever.\n\nThere are two big reasons for the increase in competition:\n<ol>\n	<li>The economy. Because many people have been laid off/lost their jobs, many are becoming entrepreneurs.</li>\n	<li> The Internet.  It is easy and relatively inexpensive to set yourself up with a website/blog and to promote said website/blog.</li>\n</ol>\nWhat do you do?\n\n<span style=\"color:#ff0000;\">First let me tell you what NOT to do: nothing. Doing nothing ensures that you will remain less visible. Nothing also refers to not pursuing opportunities or answering inquiries. There is more competition out there, and if prospects don\'t sign up with you, it is easy for them to find someone else.</span>\n\nHere are a few things to do:\n<ol>\n	<li><strong>Research your competition.</strong> What are they doing that you are not doing? What are you doing that they are not?</li>\n	<li>Based on your research, <strong>figure out what you offer that is different than your competition</strong>:  do you have better turn-around times, better prices, more experience?</li>\n	<li><strong>Figure out who your real target audience</strong> is. Are you wasting time and energy by targeting the wrong people?</li>\n	<li><strong>Assess your materials</strong>: website, brochure, business cards, blog, Twitter stream. Does anything need tweaking? Are you really transmitting your message?</li>\n	<li><strong>Network</strong>. I know this is not new advice, but people you know are more likely to give you work/buy your product or refer you.</li>\n</ol>\nI\'d like to thank<a class=\"wp-caption\" title=\"Michele Lerner\" href=\"http://michelelerner.com/Michele_Lerner/Home.html\" target=\"_blank\"> Michele Lerner</a> for the idea for this post--we were discussing the freelance writing market this morning. And if you are looking to buy a home, check out Michele\'s book: <a class=\"wp-caption\" title=\"Homebuying\" href=\"http://www.internationalpubmarket.com/clients/cap/books/BookDetail.aspx?productID=213957\" target=\"_blank\">Homebuying: Tough Times, First Time, Anytime. </a>\n\nWhat are you doing to deal with competition?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F09%2Fwhat-to-do-when-theres-too-much-competition%2F&amp;linkname=What%20to%20do%20when%20there%27s%20too%20much%20competition\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n','What to do when there\'s too much competition','','publish','open','open','','what-to-do-when-theres-too-much-competition','','','2010-06-09 13:10:53','2010-06-09 18:10:53','',0,'http://cuppamarcomm.wordpress.com/?p=778',0,'post','',2),
(785,4,'2010-06-11 14:28:47','2010-06-11 19:28:47','Sometimes we are all about the how and why, and we forget about the when. When is just as important.\r\n\r\nTiming can really make a difference in what you do. Yesterday, I watched a salesman be turned away by a restaurant manager because as she said \"we are in the middle of lunch service.\" If your beat is restaurants, shouldn\'t you be aware of when is a good time to visit said restaurants? It seems logical that a restaurant will be busy during lunch and dinner.  If you do nightclubs, you would not go after 9 p.m.  Right?\r\n\r\nThe same idea applies to events. Plan your event for a time when people are able to attend. If you are trying to get busy professionals, perhaps daytime is not a good time.  In busy places like Washington DC you can never really find a day that doesn\'t have an event already planned. You can\'t avoid all events, but you should avoid planning events too close to other similar events. For instance, a local medical organization may want to avoid planning an event on the same day as a local surgeon\'s meeting. There may be too much crossover.\r\n\r\nTiming will affect how your message is received and whether its effective. If you invite people to an event with one day\'s notice, you are going to lose a lot of possible attendees. Similarly, publicizing an event too far in advance will guarantee people will forget about it.\r\n\r\nPutting out a press release on a Friday is a good way to bury it, and in my opinion, doing it on Monday achieves the same result.\r\n\r\nSo next time you are busy planning a communication strategy or an event, go beyond the what, where, how and why and think about the when.\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F11%2Fits-when-you-do-it%2F&amp;linkname=It%27s%20when%20you%20do%20it\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','It\'s when you do it','','publish','open','open','','its-when-you-do-it','','','2011-08-14 07:17:41','2011-08-14 07:17:41','',0,'http://cuppamarcomm.wordpress.com/?p=785',0,'post','',0),
(1335,4,'2010-06-07 07:28:41','2010-06-07 12:28:41','<p>Have you heard of Milton Glaser?  Perhaps you haven\'t heard of him by name, but you certainly have seen his work. Glaser was the originator of the I (heart) NY concept, the co-founder of New York Magazine, and designer behind Ms. Magazine and countless other publications.</p>\n<p>[picapp align=\"center\" wrap=\"false\" link=\"term=i+love+ny&amp;iid=5067476\" src=\"http://view3.picapp.com/pictures.photo/image/5067476/love-new-york-key-chains/love-new-york-key-chains.jpg?size=500&amp;imageId=5067476\" width=\"234\" height=\"undefined\" /]</p>\n<p>Last night I watched <a class=\"wp-caption\" title=\"You Tube Trailer\" href=\"http://www.youtube.com/watch?v=cdHBOv6utks\" target=\"_blank\">MILTON GLASER: TO INFORM AND DELIGHT. </a>What a revelation. Every communicator should watch this documentary to learn both how good design can transform, and the importance of communicating simply and directly.</p>\n<p>Glaser rightly believes that design can transform the world, that better design leads to better communication. One campaign that gave him great pleasure was working on supermarket design--from the layout to the signage and the logo. He made it easy for people to find what they were looking for. We take things like this for granted, and we really shouldn\'t.  How many times do we have trouble finding something because signage is lacking?</p>\n<p>Glaser attended New York City\'s famed (and in fact on which the movie Fame! was based) La Guardia High School of Art&amp;Music and Performing Arts.  The high school approached him about redesigning its logo, and first he suggested changing the high school\'s name to LaGuardia Arts, as being simpler. And then he did a fabulous logo that he says can be sung. <a class=\"wp-caption\" title=\"LaGuardia Arts\" href=\"http://www.laguardiahs.org/home.html\" target=\"_blank\">See it here</a>.</p>\n<p>I have seen people take short cuts with design--trying to save a few bucks or thinking it is no big deal. But design is a big deal. Good design will make communication easier.  For those of you who have clients who think this way, show them MILTON GLASER: TO INFORM AND DELIGHT.</p>\n','Communicating better by design','','inherit','open','open','','774-revision','','','2010-06-07 07:28:41','2010-06-07 12:28:41','',774,'http://deborahbrody.com/2010/06/774-revision/',0,'revision','',0),
(792,4,'2010-06-22 09:36:42','2010-06-22 14:36:42','Last week was Digital Capital Week here in Washington, DC.  The event consisted of workshops, meet-ups, parties and other events. It was well attended and well tweeted. As is now the custom, event attendees tweet out the little nuggets of shareable information followed by a hashtag, thus sharing with their following and publicizing the event.\n\nHere are some that I saw:\n\n\"Be authentic.\"\n\n\"Search your name on YouTube to see if there is any videos of you that you\'ve forgotten.\"\n\n\"Engage with your followers.\"\n\n\"Blogging is hard work.\"\n\nMy reaction to these on my Twitter stream: Really? Is that so? I have never heard that before.\n\nOn my Google Reader this morning, I came across this piece from HubSpot: \"Responding to a Social Media Crisis: #Intuit Outage Takeaways.\"  Here are its four rules for dealing with such a crisis:\n<blockquote><strong>1. Practice what you preach</strong>.  If you tout the  importance of transparency, then make sure that you can be transparent  during a crisis, too.  For example, at HubSpot, we use <a href=\"http://trust.hubspot.com/\">trust.hubspot.com</a> to show our  portals and report on downtimes.\n\n<strong>2.  Respond fast, respond often</strong>.  You’re only  hurting yourself if you wait too long before releasing information, and  when you finally do speak up there isn’t a lot of substance to what  you’re saying.  Give frequent updates, even if the update is just “no  new information”.\n\n<strong>3.  Apologize for the right thing</strong>.  Make sure you  aren’t alienating your customers further with your apology.  They may be  more upset if they feel like you are not addressing how the error  impacted their livelihood.\n\n4)   <strong>Make amends</strong>.  Try to find a way you can make it  up to your customers.  They are the backbone of your business, so it\'s  in your best interest to keep them happy.</blockquote>\n<div>Read more:  <a href=\"http://blog.hubspot.com/blog/tabid/6307/bid/6101/Responding-to-a-Social-Media-Crisis-Intuit-Outage-Takeaways.aspx#ixzz0raltVJsj\">http://blog.hubspot.com/blog/tabid/6307/bid/6101/Responding-to-a-Social-Media-Crisis-Intuit-Outage-Takeaways.aspx#ixzz0raltVJsj</a></div>\n<div>All these pieces of advice are fine.  They aren\'t saying anything new, but we are supposed to think that social media somehow needs these rules. Being authentic and credible? Yes, you should be IN ALL ASPECTS of life. Engage with your audiences? Yes, of course you should.  And the Hubspot advice to deal with a \"social media\" crisis? That is just plain crisis communication 101.</div>\n<div>Social media may be new media, but the communications \"rules\" and advice that apply to older media apply here too. Perhaps because so many people are coming into media/communications because of social media, that so-called experts can recycle this advice and call it social media expertise.</div>\n<div>My conclusion is that people are very eager to learn, but they are being snookered by the \"social media experts\" who seem to recycle advice and bring very little value to the conversation. So my advice, and this you should definitely not ignore, is to question any advice social media experts give.</div>\n<div>P.S. If you need someone to tell you that being authentic and credible is important, then I really don\'t want to do business with you.</div>\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F22%2Fadvice-you-shouldnt-ignore%2F&amp;linkname=Advice%20you%20shouldn%27t%20ignore!\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n','Advice you shouldn\'t ignore!','','publish','open','open','','advice-you-shouldnt-ignore','','','2010-06-22 09:36:42','2010-06-22 14:36:42','',0,'http://cuppamarcomm.wordpress.com/?p=792',0,'post','',2),
(797,4,'2010-06-24 11:43:28','2010-06-24 16:43:28','As anyone who has been through media training knows, what you say to a journalist is always on the record, even if you think it\'s not. When you talk to a journalist, he or she is gathering information, and whether you are quoted directly or not, you have been used as a source.\r\n\r\nRecently, there have been two widely publicized media gaffes.  The most recent involves comments made by General Stanly McChrystal and his staff to Rolling Stone magazine. Those comments, widely seen as being proof of insubordination, led to McChrystal\'s resignation from his post as commanding officer of the war in Afghanistan.\r\n\r\nIt is hard to believe that McChrystal, a former head of Special Ops, would be so candid with a journalist not knowing his comments would make it to print.  Anyone who has had as much exposure to the media would know that a journalist is always pursuing a story. In my opinion, McChrystal knew exactly what he was doing, and had his own motivations for getting on the record with his views of President Obama and the direction of the war in Afghanistan.\r\n\r\nThe other media gaffe also cost a job. I am talking of Helen Thomas and her anti-Semitic barrage, caught on video by a citizen journalist and blogger.  Thomas, when asked on her views on Israel, did not hold back her contempt or her extremist views. Some have asked whether she understood the implications of talking to a non-journalist.  In her fifty years plus of experience, Thomas must have come across a hand-held camera before. As a journalist herself, she knows that anything you say in front of other people can be quoted or at least, used as source material. Even if Thomas had not been captured on video, the Rabbi who interviewed her could have publicized her comments.\r\n\r\nBecause, as we said before, now more than ever, NOTHING is off the record. And all of us are going on the record all the time, on Twitter, Facebook, blogs and wherever else we are interacting. We need to be mindful that what we say can and will be used against (or for) us.\r\n\r\nYour thoughts?\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F24%2Fits-always-on-the-record%2F&amp;linkname=It%27s%20always%20on%20the%20record!\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','It\'s always on the record!','','publish','open','open','','its-always-on-the-record','','','2011-08-14 07:17:08','2011-08-14 07:17:08','',0,'http://cuppamarcomm.wordpress.com/?p=797',0,'post','',0),
(1334,4,'2010-06-11 14:28:47','2010-06-11 19:28:47','Sometimes we are all about the how and why, and we forget about the when. When is just as important.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=clock&amp;iid=7277784\" src=\"http://view1.picapp.com/pictures.photo/image/7277784/portrait-businessman/portrait-businessman.jpg?size=500&amp;imageId=7277784\" width=\"234\" height=\"351\" /]\n\nTiming can really make a difference in what you do. Yesterday, I watched a salesman be turned away by a restaurant manager because as she said \"we are in the middle of lunch service.\" If your beat is restaurants, shouldn\'t you be aware of when is a good time to visit said restaurants? It seems logical that a restaurant will be busy during lunch and dinner.  If you do nightclubs, you would not go after 9 p.m.  Right?\n\nThe same idea applies to events. Plan your event for a time when people are able to attend. If you are trying to get busy professionals, perhaps daytime is not a good time.  In busy places like Washington DC you can never really find a day that doesn\'t have an event already planned. You can\'t avoid all events, but you should avoid planning events too close to other similar events. For instance, a local medical organization may want to avoid planning an event on the same day as a local surgeon\'s meeting. There may be too much crossover.\n\nTiming will affect how your message is received and whether its effective. If you invite people to an event with one day\'s notice, you are going to lose a lot of possible attendees. Similarly, publicizing an event too far in advance will guarantee people will forget about it.\n\nPutting out a press release on a Friday is a good way to bury it, and in my opinion, doing it on Monday achieves the same result.\n\nSo next time you are busy planning a communication strategy or an event, go beyond the what, where, how and why and think about the when.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F11%2Fits-when-you-do-it%2F&amp;linkname=It%27s%20when%20you%20do%20it\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','It\'s when you do it','','inherit','open','open','','785-revision','','','2010-06-11 14:28:47','2010-06-11 19:28:47','',785,'http://deborahbrody.com/2010/06/785-revision/',0,'revision','',0),
(802,4,'2010-06-28 11:39:56','2010-06-28 16:39:56','Promotion is one of the four \"Ps\" of marketing (the others being price, product, place).  You can\'t market effectively without promotion, and in fact, marketing communications is all about promotion. MarComm people don\'t deal with price, product or place, other that to give input.\n\nSo, to sell a product, a service or an idea, you will promote. Promotion could go many ways, from traditional advertising, to blogging, to a public relations campaign.  That\'s all fine and good. However, with the rise of social media as a prime promotion vehicle, we run into some problems.  In social media, we rely on user-generated content, whether through blog entries or sharing thoughts and ideas via social networks.  We now have the term \"citizen journalist.\"\n\nEnter <a class=\"wp-caption\" title=\"Wikepedia\" href=\"http://www.wikipedia.org/\" target=\"_blank\">Wikipedia</a>. Wikipedia is an online, USER-GENERATED encyclopedia. Anyone can contribute to Wikipedia. There is very little if any editorial control over content.  Products, people, historical events, music and any number of other topics are covered over at Wikipedia. Wikipedia entries tend to come up pretty high in Google searches too.  It seems obvious that someone looking to promote something or someone would add a Wikipedia entry.  Right?\n\nFrom a marketing perspective alone, of course you would add Wikipedia as a target for your social media/SEO/SEM efforts. It makes complete sense. However, as a consumer you have to be wary. If anyone can post anything on Wikipedia, then how accurate is that information? Can you rely on in? Should you rely on it? Are people questioning what they find on Wikipedia and if so, how is that affecting Wikipedia entries?\n\nI don\'t have the answers to this.\n\nYou have all heard of personal branding right? And personal branding has everything to do with promotion, and more specifically, self-promotion. You see people on Twitter promoting links to their blogs, to their parties, to their businesses. This is OK (although I have a problem with people who endlessly self-promote but that is another blog post).  And to link it back to Wikipedia, individuals are now creating Wikipedia entries about themselves.  Again, it makes sense on a macro-scale.\n\nStill, perhaps I am  being \"old school\" but a self-provided entry on Wikipedia is meaningless. A third party endorsement, like an article in a newspaper, has much more weight. Presumably, the third party (perhaps a journalist) did some fact-checking. If I can put down whatever I want in Wikipedia, what is stopping me from inflating reality or straight-out making stuff up? And worse, people think of Wikipedia as a real source for information, not unlike an Encyclopedia Britannica.\n\nThe bottom line is this: maybe using Wikipedia to promote yourself or your product is a good strategic, social-media-savvy move, but is it ethical?\n\nWhat do you think?\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F28%2Fwiki-promotion-and-self-promotion%2F&amp;linkname=Wiki%20promotion%20and%20self-promotion\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Wiki promotion and self-promotion','','publish','open','open','','wiki-promotion-and-self-promotion','','','2010-06-28 11:39:56','2010-06-28 16:39:56','',0,'http://cuppamarcomm.wordpress.com/?p=802',0,'post','',0),
(806,4,'2010-07-05 09:59:58','2010-07-05 14:59:58','Over the past five years, since I moved to Washington, I have seen the Washington Post decline as its price continues to climb. When I got here, you could get the paper for 50 cents. Now, it is 75 cents. Subscription costs also continue to rise. And yet, the paper gets smaller and more irrelevant. It\'s almost like the Post wants to get rid of its subscribers and print edition readers.\r\n\r\nHere are several questionable moves the Post has engaged in over the past couple of years:\r\n<ul>\r\n	<li>Increased subscription rates and got rid of the ability to pay for more than 8 weeks at a time (there used to be an option to pay for 12 weeks, etc., thus locking in a price)</li>\r\n	<li>Made TV Week opt-in and then charged 15 cents for each copy</li>\r\n	<li>Got rid of separate business section and folded it into front section</li>\r\n	<li>Created Capital Business \"for subscribers only\" and is charging $50 per year for it</li>\r\n	<li>Posts print content online a day or two before it is published, effectively making newspaper content available sooner to the entire world for FREE.</li>\r\n	<li>Cut back substantially on copy editors and other newsroom personnel, making the newspaper rife with errors (grammatical, spelling and factual)</li>\r\n	<li>Publishes the Express, a smaller version of the Post, for FREE</li>\r\n</ul>\r\nAll these moves seem (with the exception of publishing all content online for free) seemed to be designed to increase the Post bottom line AT THE EXPENSE OF ITS BASE.  The most loyal readers are those that pay to get the newspaper, and yet, the Post is basically screwing those readers by charging them MORE to get what others get for free.\r\n\r\nClearly, it is not a financially wise move to subscribe to the Post, so why do we continue to subscribe? Often, it is because of habit. Many of us still like reading a paper newspaper with our morning coffee.  And some of us love the puzzles. Otherwise, the printed Washington Post has NO value. Everything in the printed edition is available online, for free. If I want to take it with me, I can pick up an Express.  There is absolutely no financial incentive to subscribe. And the Post seems to be doing everything in its power to get me to stop subscribing.\r\n\r\nIf the Post continues down this path, it will reduce its circulation numbers substantially, which in turn will affect the amount of money they can charge advertisers. As ad revenue goes down, along with subscriber revenue, the newspapers bottom line will suffer. And then they will want to charge for online content.  Online readers will probably not pay since plenty of other quality content is available elsewhere for free.\r\n\r\nCan the Post reverse course? Probably not thus leaving us with a crappy newspaper we are paying more for...good thing some of us have birdcages to line.\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F05%2Fis-the-washington-post-trying-to-alienate-subscribers%2F&amp;linkname=Is%20the%20Washington%20Post%20trying%20to%20alienate%20subscribers%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Is the Washington Post trying to alienate subscribers?','','publish','open','open','','is-the-washington-post-trying-to-alienate-subscribers','','','2011-08-14 07:16:46','2011-08-14 07:16:46','',0,'http://cuppamarcomm.wordpress.com/?p=806',0,'post','',1),
(810,4,'2010-07-06 09:50:02','2010-07-06 14:50:02','Any business that does not have a website in 2010 is probably at a huge disadvantage.  Back in the day, people used phone books to look things up. Not anymore. Google is the phone book of the 21st Century, and woe to those who are not being found by the search engine.\n\nBut you have a website, right? And not only do you have a website, you value your website too. You know it\'s as good as gold in getting business (or for nonprofits, supporters/volunteers/donors) for your product/service?  But, too many organizations take their website for granted. They either don\'t touch it once it is up or they are always changing it up.\n\nTake CNN.com for instance. The web site was redesigned a few months ago, and in my opinion, made it completely difficult to find the news, which, presumably, is what CNN offers. I used to visit CNN all the time. Now, I don\'t.  This is not to say that you should never redesign your website. You should. Your website should be as updated as possible.  Say I go to a restaurant\'s website, and the only menu posted is the winter menu. But it is summer.  You get my drift.\n\n<strong>Valuing your website means providing your visitors with what they need and expect.</strong>\n\nDo you value your website? How many of the following do you agree with?\n<ul>\n	<li>I had my website professionally designed</li>\n	<li>I have had a third-party evaluation of my website to check content, ease of navigation and usability.</li>\n	<li>My website is fully up to date</li>\n	<li>I have made sure to make my website search engine friendly</li>\n	<li>I have a list of keywords and I have used the on my website</li>\n	<li>I have a blog</li>\n	<li>I have a newsroom or similar in which I post my organization\'s latest news</li>\n	<li>My latest news is dated no earlier than 2010</li>\n	<li>My web host is reliable and I have very little if any downtime</li>\n	<li>I have made my website social media friendly (share buttons, Twitter/Facebook links, etc.)</li>\n</ul>\nHow did you fare? To really value your website, you should have agreed with most, if not all, of these statements.\n\nLisa Barone has written an excellent blog post:<a class=\"wp-caption\" title=\"11 website tips\" href=\"http://smallbiztrends.com/2010/07/11-reasons-customers-don%E2%80%99t-trust-your-web-site.html\" target=\"_blank\"> 11 Reasons Customers Don\'t Trust Your Website</a>, which points out 11 things to watch out for.  And according to Daniel Kehrer at Small Business CEO, one of the <a class=\"wp-caption\" title=\"13 biz mistakes\" href=\"http://www.smbceo.com/2010/07/05/mistakes/\" target=\"_blank\">13 Mistakes that Can Jinx your Business,</a> is to let your website go dormant.\n\nValue your website. It is a primary source of business.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F06%2Fdo-you-value-your-website%2F&amp;linkname=Do%20you%20value%20your%20website%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n','Do you value your website?','','publish','open','open','','do-you-value-your-website','','','2010-07-06 09:50:02','2010-07-06 14:50:02','',0,'http://cuppamarcomm.wordpress.com/?p=810',0,'post','',0),
(817,4,'2010-07-12 11:33:42','2010-07-12 16:33:42','This past weekend I stayed in a hotel in Rochester, NY.  The hotel\'s website is nice, modern (although it has music) and tells me they have refurbished their rooms. In a tourist magazine that I picked up at the airport, the hotel has an ad that tells me that hot breakfast is included in the price. The website says only they offer \"complimentary breakfast.\"\r\n\r\nThe hotel does not offer a hot breakfast. It offers what is better known as a \"continental breakfast.\"  That is, a selection of muffins and breakfast pastries, cold cereals, fruit and yogurt. They also provide a microwave where you can reheat a Jimmy Dean breakfast muffin or heat up your instant oatmeal.  Nothing wrong with the complimentary breakfast but it is not a hot breakfast. Hot breakfast means eggs, waffles, pancakes and other cooked items. None of those were offered.\r\n\r\nAs for refurbishing--I think this means the hotel  added new linens and flat screen tvs.  The bathrooms seemed dated and nothing seemed particularly modern (certainly not the alarm clocks or the phones).  The room had a safe (not something you see very often in a hotel). In fact, the hotel highlights the safe as a room feature,not mentioning any where that they charge guests $1 per day just to have the safe, regardless of whether it is used or not.\r\n\r\nIn short, this hotel, while not bad, did not live up to its promises made on its website or in its advertising. It also failed to mention that something that they include in your hotel room is actually fee-based.\r\n\r\nIn this case, these lapses are not disastrous for the hotel.  However, generally, saying something in your marketing that is simply not true in \"real life,\"  will result in broken trust and lost customers. And yet, how many times have you seen ads that are inaccurate? Promises that start with free or assurance of 100s of satisfied customers. Marketers sometimes play hard and fast with these formulas, but if you product or service is not able to back it up, you are going to turn off your potential customers. It is that simple.\r\n\r\nLive up to your marketing promises, and be transparent.  Don\'t hit up customers with fees for services you seem to imply are included. Don\'t promise things you can\'t or won\'t deliver.  Customers will resent these things and will be cautious in choosing to do business with you again.\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F12%2Fare-you-keeping-your-promises%2F&amp;linkname=Are%20you%20keeping%20your%20promises%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Are you keeping your promises?','','publish','open','open','','are-you-keeping-your-promises','','','2011-08-14 07:16:22','2011-08-14 07:16:22','',0,'http://cuppamarcomm.wordpress.com/?p=817',0,'post','',0),
(1332,4,'2010-07-05 09:59:58','2010-07-05 14:59:58','Over the past five years, since I moved to Washington, I have seen the Washington Post decline as its price continues to climb. When I got here, you could get the paper for 50 cents. Now, it is 75 cents. Subscription costs also continue to rise. And yet, the paper gets smaller and more irrelevant. It\'s almost like the Post wants to get rid of its subscribers and print edition readers.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=%22washington+post%22&amp;iid=4696897\" src=\"http://view4.picapp.com/pictures.photo/image/4696897/washington-post-announces/washington-post-announces.jpg?size=500&amp;imageId=4696897\" width=\"234\" height=\"156\" /]\n\nHere are several questionable moves the Post has engaged in over the past couple of years:\n<ul>\n	<li>Increased subscription rates and got rid of the ability to pay for more than 8 weeks at a time (there used to be an option to pay for 12 weeks, etc., thus locking in a price)</li>\n	<li>Made TV Week opt-in and then charged 15 cents for each copy</li>\n	<li>Got rid of separate business section and folded it into front section</li>\n	<li>Created Capital Business \"for subscribers only\" and is charging $50 per year for it</li>\n	<li>Posts print content online a day or two before it is published, effectively making newspaper content available sooner to the entire world for FREE.</li>\n	<li>Cut back substantially on copy editors and other newsroom personnel, making the newspaper rife with errors (grammatical, spelling and factual)</li>\n	<li>Publishes the Express, a smaller version of the Post, for FREE</li>\n</ul>\nAll these moves seem (with the exception of publishing all content online for free) seemed to be designed to increase the Post bottom line AT THE EXPENSE OF ITS BASE.  The most loyal readers are those that pay to get the newspaper, and yet, the Post is basically screwing those readers by charging them MORE to get what others get for free.\n\nClearly, it is not a financially wise move to subscribe to the Post, so why do we continue to subscribe? Often, it is because of habit. Many of us still like reading a paper newspaper with our morning coffee.  And some of us love the puzzles. Otherwise, the printed Washington Post has NO value. Everything in the printed edition is available online, for free. If I want to take it with me, I can pick up an Express.  There is absolutely no financial incentive to subscribe. And the Post seems to be doing everything in its power to get me to stop subscribing.\n\nIf the Post continues down this path, it will reduce its circulation numbers substantially, which in turn will affect the amount of money they can charge advertisers. As ad revenue goes down, along with subscriber revenue, the newspapers bottom line will suffer. And then they will want to charge for online content.  Online readers will probably not pay since plenty of other quality content is available elsewhere for free.\n\nCan the Post reverse course? Probably not thus leaving us with a crappy newspaper we are paying more for...good thing some of us have birdcages to line.\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F05%2Fis-the-washington-post-trying-to-alienate-subscribers%2F&amp;linkname=Is%20the%20Washington%20Post%20trying%20to%20alienate%20subscribers%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Is the Washington Post trying to alienate subscribers?','','inherit','open','open','','806-revision','','','2010-07-05 09:59:58','2010-07-05 14:59:58','',806,'http://deborahbrody.com/2010/07/806-revision/',0,'revision','',0),
(822,4,'2010-07-15 08:44:28','2010-07-15 13:44:28','This is not a post about marketing communications per se, but it does have to do with communications.  This is also not in any particular order.\n\n<strong>Heads in the sand</strong>\n\nI wrote a few days ago about my stay in a Rochester hotel that did not live up to its advertising. Like I said then, there was nothing WRONG with the hotel, but it wasn\'t particularly right.  Since I made my reservation online, I got the following email from the hotel:\n<blockquote>Thank you for staying with us at the XXX. We sincerely hope you  enjoyed your visit with us and that we were able to exceed your expectations. We  look forward to serving you again when your travel plans bring you back to the XXX area.</blockquote>\nThey \"hope\" they exceeded my expectations. Well, they barely met my expectations but are they interested in knowing what my expectations and experiences were? No.  I responded to them that if they cared about my expectations they would ask for feedback, and guess what, I have gotten no reply to that.\n\nIf you want to stick your head in the sand about your product or service, you are doing so at your own peril. If you are wondering why sales are down or employee morale is low, perhaps you need to FIND OUT instead.\n\n<strong>How you present yourself (or, there are other people in the room)\n</strong>\n\nI was at a couple professional development events yesterday. In both cases, there was at least one audience member who, during the Q&amp;A, seemed to forget that there were other people in the audience. In the first case, the questioner went on and on about her business and finally got in a question (if asking a question that applies only to you is asking a question).  In the second case, the questioner shared a very personal, and in my opinion, inappropriate, story as a a set up to her comment (no real question).  Both these people clearly see the world as subordinate to their own personal needs and desires.\n\nThis last thought leads me t:\n\n<strong>Self promotion, arrogance and the cult of celebrity</strong>\n\nAlthough the rise of social media and citizen journalism is,in general, a good thing, there has also been a rise in the amount of people who think they are superior to all the rest of us, and now, because they can harness great followings and share their every thought with the masses, have become ubiquitous and often, quite obnoxious. I wrote recently about people who actually create Wikipedia entries for themselves (talk about arrogant), and yesterday, my friend and colleague, <a class=\"wp-caption\" title=\"Daria Steigman\" href=\"http://www.steigmancommunications.com/\" target=\"_blank\">Daria Steigman</a> told me about the hoopla surrounding a \"famous\" PR person and a comment on a blog. Read the whole thing<a class=\"wp-caption\" title=\"Kami Huyse\" href=\"http://overtonecomm.blogspot.com/2010/07/i-dont-have-time-to-google-you-micro.html\" target=\"_blank\"> here </a>and draw your own conclusions.\n\nHowever, let me add my conclusion, I think Kami Huyse is generally right that people have become arrogant, but what she doesn\'t realize is that she herself is being arrogant by claiming \"I don\'t have time to Google you.\"  Why is her time more important? Now let me be clear--people who think that \"Google me\" is a response to other people who ask how to contact you or more about you are clearly arrogant. BUT, if I truly want to know more, chances are I WILL Google you.\n\nIn the end, it is up to each of us to give attention to the people we  respect. If we don\'t respect someone or we think they are arrogant, then let\'s NOT follow them or read their blogs or buy their books or attend their parties or whatever. Self-promoting and arrogant people will eventually lose their followings IF enough people realize that just because other people think someone is great does not mean that he or she really is great (after all, lots of people liked Stalin ...).\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F15%2Fsome-non-connected-thoughts%2F&amp;linkname=Some%20non-connected%20thoughts\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Some non-connected thoughts','','publish','open','open','','some-non-connected-thoughts','','','2010-07-15 08:44:28','2010-07-15 13:44:28','',0,'http://cuppamarcomm.wordpress.com/?p=822',0,'post','',2),
(828,4,'2010-07-19 10:38:51','2010-07-19 15:38:51','Sometimes it\'s what you don\'t do or say that hurts you.\n\nThis is what I am talking about:\n<ul>\n	<li>When you don\'t say thank you</li>\n	<li>When you don\'t acknowledge a phone call or an email</li>\n	<li>When you don\'t respond</li>\n	<li>When you don\'t say \"I\'m sorry\" when you are in the wrong</li>\n	<li>When you don\'t do what you say you are going to do</li>\n</ul>\nThese omissions hurt you both personally and professionally. On a personal level, we know these types of non-actions lead to misunderstandings and hurts. They often ruin relationships. On a professional level, they are just as damaging, if not more, since there is a monetary aspect involved.\n\nLet\'s take a few professional examples. Say you are a charity, and you received a donation (the amount really doesn\'t matter). You don\'t acknowledge or thank the donor. What are the chances the donor will <strong>want </strong>to give to you again?\n\nSay you are a consultant, and you promised your client you would have the report by end of the week. The client is waiting on this report to make a big decision. You don\'t deliver. What happens? You\'ve let down the client, and you have seriously undermined your credibility.\n\nYou you get an inquiry about your product or service. You don\'t respond (excuses don\'t matter!). You have just lost potential business.\n\nPerhaps you are overworked and overwhelmed. Perhaps the message got lost. Perhaps you just didn\'t think about it.  In the end, no matter what the reason or excuse is, the result is the same. Not saying or doing or not being civil and polite creates a perception about you, about what you value, about how you interact with others.\n\nPerhaps you just don\'t care how you are perceived.  However,  if you don\'t care about perceptions, then you shouldn\'t be in marketing communications.\n\nMarCom is about creating positive perceptions for the product/service/organization/cause we are promoting. Being civil, being responsive, showing you care are part and parcel of creating positive perceptions.\n\nWhat do you think? Have you lost business because you didn\'t say or do what you should have said or done?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F19%2Fhow-what-you-dont-say-or-do-can-hurt-you%2F&amp;linkname=How%20what%20you%20don%27t%20say%20or%20do%20can%20hurt%20you\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','How what you don\'t say or do can hurt you','','publish','open','open','','how-what-you-dont-say-or-do-can-hurt-you','','','2010-07-19 10:38:51','2010-07-19 15:38:51','',0,'http://cuppamarcomm.wordpress.com/?p=828',0,'post','',0),
(834,4,'2010-07-20 09:14:43','2010-07-20 14:14:43','What do you do when your CEO is giving you lots of PR problems? We\'ve been seeing a slew of PR missteps by CEOs, from Tony Hayward of BP to Ben Baldanza of Spirit Airlines.\n\nBen Baldanza seems to be quite the character. He recently said that luggage is not essential when traveling, and this is why Spirit is now charging for bringing carry-ons on board. BudgetTravel just wrote a post about it<a class=\"wp-caption\" title=\"BudgetTravel\" href=\"http://current.newsweek.com/budgettravel/2010/07/it_turns_out_members_of.html?wpisrc=newsletter\" target=\"_blank\"> here </a>(and please read the comments, which is where we can start to see the PR dimensions).\n\nWhen the charge was announced earlier this year (it will start being implemented in August), Baldanza set out an letter to his email subscribers describing how carry-on fees actually make flying cheaper.  Anybody who has a half-brain and has flown anywhere before knows that this is simply spin. When you have to pay to check baggage and you have to pay to check carry-ons, it doesn\'t matter how cheap airline tickets seem because you will end up paying more.\n\nSteve Jobs recently showed a considerable degree of hubris when telling journalists that the way people were holding the IPhone 4 was responsible for the loss of signal. Huh? Inc. Magazine has a great article about this misstep <a class=\"wp-caption\" title=\"Inc Magazine\" href=\"http://www.inc.com/tech-blog/a-is-for-apple-and-arrogance.html\" target=\"_blank\">here</a>.\n\nI am not even going to discuss Tony Hayward.\n\nUnfortunately, many people in leadership positions do not have leadership qualities.  These folks tend to be arrogant, often believe that they know best and that underlings should remain quiet. It is not easy to deal with this situation professionally, but it is nearly impossible to rectify from a public relations perspective.\n\nThese cases illustrate a real conundrum for marketers. The CEO is the  public face of any company, and if he or she is saying things that hurt  the company, what do you do? Chances are the CEO is the one with the  ultimate power to hire or fire PR counsel. Or the person who refuses to  listen to counsel.\n\nAs PR counsel in this type of case, you are in a delicate position. The best thing to do is to point out how the CEO may be affecting the bottom line. You may need statistics, like sales or stock prices. Make a case as to what should be done, and why it will be better. If your CEO refuses to listen to you, he/she may listen to outside counsel.\n\nThere is a chance your CEO will not listen to anyone and he/she may bring the ship down. Is there a recourse? Probably stockholders or your board of directors are interested in remaining profitable and keeping the public happy.  If no one seems to think bad PR is a problem, well then you really have a problem!\n\nWhat do you think?','When your CEO is giving you PR nightmares','','publish','open','open','','when-your-ceo-is-giving-you-pr-nightmares','','','2010-07-20 09:14:43','2010-07-20 14:14:43','',0,'http://cuppamarcomm.wordpress.com/?p=834',0,'post','',0),
(837,4,'2010-07-21 07:53:27','2010-07-21 12:53:27','Yesterday, I talked about nightmare CEOs. And today, I came across two very good business articles, one about the biggest brand disasters of the year,  and the other about the decline in crisis PR. It seems to me that perhaps the lack of good crisis communications strategy is directly to blame for these brand failures.\n\n<a class=\"wp-caption\" title=\"Daily Finance brand disasters\" href=\"http://www.dailyfinance.com/story/company-news/the-10-biggest-brand-disasters-of-2010/19560366/\" target=\"_blank\">Daily Finance lists a top ten list of brand disasters,</a> which include:\n<ul>\n	<li>BP</li>\n	<li>Goldman Sachs</li>\n	<li>Toyota</li>\n	<li>Google</li>\n</ul>\nEach of these companies had plenty of headlines this year, most of them negative. But what made each of their particular situations worse was the inappropriate reactions from their CEOs, and their response to the situation.\n\nIt seems fairly clear to me that although the situations that each company faced were bad, the public response to the situations made the situations even worse. In Toyota\'s case, the first response to reports of accidents tied to flaws in their vehicles was DENIAL. Toyota insisted for some time that there was nothing wrong with their vehicles, that the people were somehow to blame. Then, they insisted that small fixes were needed--like with the floor rugs (come on, the floor rugs cause sudden acceleration?). Finally, they had to face the music as the government stepped in with all sorts of evidence, but the damage was already done.\n\nAccording to <a class=\"wp-caption\" title=\"Crisis PR\" href=\"http://www.thebigmoney.com/articles/judgments/2010/07/20/crisis-crisis-pr?page=0,0\" target=\"_blank\">Matthew DeBord, writing in Big Money,</a> the problem may lie in the 24-7 Internet news cycle, and the inability of PR firms to adapt to the new realities. He writes:\n<blockquote>But now, the new crisis paradigm is spinning hopelessly in the dark.  By mid-2010, the stories were changing too rapidly to control, much less  revise. Like a violent postmodern vortex, the bad news sucked down all  who struggled to escape it. Unsurprisingly, the Internet is to blame.  But it goes beyond the 24/7 news-and-comment cycle, and forces the PR  world to confront something far more disruptive—and something that will  undercut its $700-per-hour fees.\n\nThe lesson now for companies that screw up is that you really have no  chance: The currents are against you from the get-go. The courts of  Twitter and online video sharing and the forming of Facebook groups to  deplore the transgressions of an enterprise will overwhelm even the most  crafted crisis battle plan. The profession, quite simply, is at a  crossroads. And it isn’t in a position to ride out the bumps, because  it’s up against the kind of high-altitude turbulence that can shred the  airframe.</blockquote>\n<strong>There is no doubt that with Twitter, YouTube, blogs and the rest, bad news travels fast, faster than good news for sure! No news is not good news--it is an opportunity for bad news to stay at the top of people\'s minds.</strong>\n\nCompanies and organizations who want to avoid first-class meltdowns must invest in crisis planning and strategizing. If the big names like Toyota and BP can suffer the erosion from bad news, what makes smaller companies think they will survive a crisis?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F21%2Fis-the-lack-of-crisis-pr-to-blame-for-brand-failure%2F&amp;linkname=Is%20the%20lack%20of%20crisis%20PR%20to%20blame%20for%20brand%20failure%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Is the lack of crisis PR to blame for brand failure?','','publish','open','open','','is-the-lack-of-crisis-pr-to-blame-for-brand-failure','','','2010-07-21 07:53:27','2010-07-21 12:53:27','',0,'http://cuppamarcomm.wordpress.com/?p=837',0,'post','',0),
(841,4,'2010-07-29 06:57:33','2010-07-29 11:57:33','For some, giving a speech is just part of the job. These people are constantly doing sales pitches or addressing the board. For others, giving a speech is an opportunity to establish their credentials or gain more visibility. In any case, not everyone is a good speaker, and some people have really annoying habits when giving a speech.\n\nI was at a two-day conference last week and I heard A LOT of speeches. Some were good, some were fine and some were just plain annoying. Here is a list of actual behaviors observed last week. If you are giving a speech, please keep your audience in mind and try to avoid any of these!\n\n<strong>Talking too loudly:</strong> do not  yell into a microphone please!\n\n<strong>Talking too softly</strong>: yeah, the microphone amplifies your voice, but won\'t help if you are whispering. Besides, to me talking softly means that you are unsure of yourself.\n\n<strong>Sounding unsure:</strong> mostly this happens when you end each and every sentence with a question mark, so your speech sound like  this: Hi? Today I am going to be talking about widgets? Widgets are the fastest growing segment in the market?\n\n<strong>Sounding too sure: </strong>also known as sounding arrogant or dismissive.\n\n<!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><strong>Self promoting:</strong> say you are asked to talk about literature in the eighteenth century, but all you talk about is the book you just wrote, inspired by the 18th century.\n\n<strong>Being off-topic:</strong> you were given a topic, try to address it. No one came to hear your views on extra-terrestrials if the topic was the planetary system.\n\n<strong>Hogging the spotlight:</strong> if you are speaking on a panel, that means the other people get to speak to. If you are told you have five minutes, we should not still be hearing from you fifteen minutes later.\n\n<strong>Not answering questions: </strong>this applies to speeches that have an audience Q&amp;A component. If you don\'t know the answer to a question, it is OK to say that you don\'t know. It is not OK to go off on a tangent or ignore the content of the question and add more time to your speech.\n\nDo you have any pet peeves about speeches? Any advice? Please share in the comments.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F29%2Fgiving-a-speech%2F&amp;linkname=Giving%20a%20speech%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Giving a speech?','','publish','open','open','','giving-a-speech','','','2010-07-29 06:57:33','2010-07-29 11:57:33','',0,'http://cuppamarcomm.wordpress.com/?p=841',0,'post','',0),
(846,4,'2010-07-30 07:08:47','2010-07-30 12:08:47','Marketing communications is a large, unwieldy term. It covers a bunch of stuff, from public relations to advertising, to printed materials and trade show displays. Really, marketing communications is any communications that helps to market your product/service/organization. This why you should consider customer communications also part of your marcom effort.\n\nLet me illustrate how a failure to communicate with customers can have a marketing impact:\n\nI ordered a book from one of the Amazon sellers (the individuals or businesses that sell books for cheaper than Amazon does).  I have done this many times before, in fact, just the week previous I had received both a book and a DVD I ordered this way. I received confirmation on July 6 that the order was received and on July 7 I got an email telling me that my order had shipped, and I could expect it any time between July 14 and 28.\n\nMy experience told me that usually it takes about a week to get your stuff, and I diligently checked with my front desk to see if my package had arrived. By July 21, two weeks after the seller said my stuff was shipped, there was no sign of the book. I started to suspect that a) they sent ground mail through China or b) that they had never sent it at all.  On July 24 I contacted the seller through their website. By Tuesday I had received no answer, so I contacted them through Amazon. The response was this:\n<p style=\"padding-left:30px;\">Thank you for your inquiry. We appreciate your patronage and interest in our  merchandise. Our records indicate that this order was shipped via USPS Bound  Printed Matter, which usually arrives within 4-14 business days. This method is  not traceable, and we cannot provide a definite date for delivery. We apologize  that there was confusion regarding the delivery times you could expect. The  listing for each item includes a statement \"usually ships in 1-2 business days\".  Although it does state that the item will be shipped in two business days,  delivery may take 4-14 business days. We have noticed that the expectation  created by these messages can create confusion and we are working diligently to  correct this situation. Please feel free to contact us if you have any  additional questions.</p>\nSincerely,\nCustomer  Service\nSuperbookdeals\nAB\n\n<strong>Notice how they tell me that Amazon is creating false expectations, and that they don\'t offer to do ANYTHING for me.</strong>\n\nBy July 28, officially the last day I could receive the package before filing a claim, I still had not received anything and wrote them again. This is their response.\n<p style=\"padding-left:30px;\">Thank you for your inquiry. We appreciate your patronage and interest in our  merchandise. Our records indicate that this order was shipped via USPS Bound  Printed Matter, which usually arrives within 4-14 business days. This method is  not traceable, and we cannot provide a definite date for delivery. We apologize  that there was confusion regarding the delivery times you could expect. The  listing for each item includes a statement \"usually ships in 1-2 business days\".  Although it does state that the item will be shipped in two business days,  delivery may take 4-14 business days. We have noticed that the expectation  created by these messages can create confusion and we are working diligently to  correct this situation. Please feel free to contact us if you have any  additional questions.</p>\nSincerely,\nCustomer  Service\nSuperbookdeals\nAB\n\nLook familiar? Same response as before. No attempt to resolve the situation, and no information whatsoever.\n\nI got the book on July 29.  The order, according to the invoice inside the package, had been processed on July 19 and had not shipped until July 21.  The seller sent the package two weeks later than they claimed to Amazon.  Basically, they lied. How likely am I to shop with these people ever again? Not very. In fact, I gave them the lowest rating and complained to Amazon about it.\n\nBetter customer communications would have nipped this problem in the bud. Say the seller wrote me and said we\'re sorry, we made a mistake with your order, and we were unable to ship when we promised. Wouldn\'t I have been more understanding? Of course I would. Instead, they sent me a canned response, taking absolutely no responsibility for the situation and actually blaming Amazon instead. Additionally, there is no good way to reach the seller directly nor a name of a person.\n\nCustomer communications are your one-on-one way to promote your company/service/organization. If you can\'t market one-to-one you should not be marketing on a larger scale.\n\nSadly, this turns me off from the Amazon seller program. It tells me that Amazon is not vetting its sellers enough and that you don\'t know what you are going to get.\n\nBottom line is if you want to keep your customers happy, do a good job communicating with them.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F30%2Fcustomer-communications-is-part-of-marcom%2F&amp;linkname=Customer%20communications%20is%20part%20of%20marcom\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Customer communications is part of marcom','','publish','open','open','','customer-communications-is-part-of-marcom','','','2010-07-30 07:08:47','2010-07-30 12:08:47','',0,'http://cuppamarcomm.wordpress.com/?p=846',0,'post','',1),
(850,4,'2010-08-04 09:48:42','2010-08-04 14:48:42','This past weekend I took a little trip out to the beach in Rehoboth, Delaware. The weather was great and hanging out near the ocean is always relaxing. You see all types out on the beach but what struck me as I looked around was how many obese people were there. In fact, I am seeing more and more obese people everywhere. The<a class=\"wp-caption\" title=\"NY Times\" href=\"http://www.nytimes.com/2010/08/04/health/nutrition/04fat.html?_r=1\" target=\"_blank\"> New York Times reports that obesity rates are rising,</a> so it really is no surprise.  Pretty close to one out of three Americans is obese.\r\n\r\nAs the New York Times article points out, obesity is a national health epidemic. Obesity can be tied to many deadly diseases, including heart disease, diabetes and high blood pressure.\r\n\r\nIs marketing to blame for obesity? On the boardwalk in Rehoboth it is hard to avoid the aroma of french fries and candied popcorn. Candy stores are everywhere, and healthy food is hard to find. There were a lot of people jogging on the boardwalk, but there were many more people just sitting on the beach. Fast food and junk food don\'t really have to market too much--they just have to be available. Which begs the question, if healthy options were available (and made to look as tantalizing), would people choose to buy those instead?\r\n\r\nIs there an effort being made by public health authorities to market a healthier lifestyle? I don\'t see any evidence of it. Obviously, it is hard to change people\'s habits. And when on vacation, people tend to want to reward themselves with treats like fried dough and salt water taffy. How many people want to use vacation to start a healthy eating plan? Not many--because it is not appealing.\r\n\r\nIf marketing has a fault in the obesity epidemic, is that not enough is being done to market healthy choices, or the benefits of  NOT being obese. Or perhaps, more should be done to show people the MORTAL DANGERS of obesity. It is not just about looks--our society certainly markets thinness as an equivalent to beauty--but about health. Fat people are at risk, and the sad thing is they can do something about it: eat less, exercise more.\r\n\r\nWhat are your thoughts? How can society convince people to stop piling on the pounds?\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F04%2Fa-big-fat-problem%2F&amp;linkname=A%20big%2C%20fat%20problem\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','A big, fat problem','','publish','open','open','','a-big-fat-problem','','','2011-08-14 07:15:33','2011-08-14 07:15:33','',0,'http://cuppamarcomm.wordpress.com/?p=850',0,'post','',0),
(1331,4,'2010-07-12 11:33:42','2010-07-12 16:33:42','This past weekend I stayed in a hotel in Rochester, NY.  The hotel\'s website is nice, modern (although it has music) and tells me they have refurbished their rooms. In a tourist magazine that I picked up at the airport, the hotel has an ad that tells me that hot breakfast is included in the price. The website says only they offer \"complimentary breakfast.\"\n\nThe hotel does not offer a hot breakfast. It offers what is better known as a \"continental breakfast.\"  That is, a selection of muffins and breakfast pastries, cold cereals, fruit and yogurt. They also provide a microwave where you can reheat a Jimmy Dean breakfast muffin or heat up your instant oatmeal.  Nothing wrong with the complimentary breakfast but it is not a hot breakfast. Hot breakfast means eggs, waffles, pancakes and other cooked items. None of those were offered.\n\nAs for refurbishing--I think this means the hotel  added new linens and flat screen tvs.  The bathrooms seemed dated and nothing seemed particularly modern (certainly not the alarm clocks or the phones).  The room had a safe (not something you see very often in a hotel). In fact, the hotel highlights the safe as a room feature,not mentioning any where that they charge guests $1 per day just to have the safe, regardless of whether it is used or not.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=promises&amp;iid=186404\" src=\"http://view2.picapp.com/pictures.photo/image/186404/speed-limit-and-name-city/speed-limit-and-name-city.jpg?size=500&amp;imageId=186404\" width=\"234\" height=\"351\" /]\n\nIn short, this hotel, while not bad, did not live up to its promises made on its website or in its advertising. It also failed to mention that something that they include in your hotel room is actually fee-based.\n\nIn this case, these lapses are not disastrous for the hotel.  However, generally, saying something in your marketing that is simply not true in \"real life,\"  will result in broken trust and lost customers. And yet, how many times have you seen ads that are inaccurate? Promises that start with free or assurance of 100s of satisfied customers. Marketers sometimes play hard and fast with these formulas, but if you product or service is not able to back it up, you are going to turn off your potential customers. It is that simple.\n\nLive up to your marketing promises, and be transparent.  Don\'t hit up customers with fees for services you seem to imply are included. Don\'t promise things you can\'t or won\'t deliver.  Customers will resent these things and will be cautious in choosing to do business with you again.\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F07%2F12%2Fare-you-keeping-your-promises%2F&amp;linkname=Are%20you%20keeping%20your%20promises%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Are you keeping your promises?','','inherit','open','open','','817-revision','','','2010-07-12 11:33:42','2010-07-12 16:33:42','',817,'http://deborahbrody.com/2010/07/817-revision/',0,'revision','',0),
(855,4,'2010-08-09 10:10:44','2010-08-09 15:10:44','Let me make a blanket statement: if you can\'t communicate, you can\'t lead. Leaders need, above all, to be able to communicate, because without communication, they will have no followers and no impact. This is why we prefer loquacious, friendly people as leaders. They want to communicate and they do it well. Tight-lipped, terse people do not inspire following. In fact, people shy away from this type of person.\n\nRecently, a volunteer-run, non-membership based group here in DC had a crisis in leadership. The president gave birth and is on maternity leave, and her second-in-command is on paternity leave at the same time.  There is a vacuum at the top. But what is most disturbing about this is that there has been no communication about this vacuum from this communications group!!!  They have a blog, and it has not been updated since June.  Impending motherhood is fairly predictable in that you know you will have a baby, and even near which date. If you are a leader of a group, perhaps you can make some plans for your absence and COMMUNICATE them? BTW, to my knowledge, this group does not have a Twitter feed or a Facebook page. They do have a group on LinkedIn.\n\n<strong>If you don\'t communicate with your followers, your followers have no way of knowing what is going on. If they think you are no longer there, they will no longer follow you. It is that simple.</strong>\n\nLeadership means being able to communicate, and means being able to plan for the instance when you can\'t communicate (this may be called crisis communication planning). If an organization\'s leader (CEO, president, manager, whatever) is no longer able to communicate, the organization must have a plan in place to deal with this. A true leader will have the foresight to make planning a part of his/her leadership strategy.\n\nThoughts?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F09%2Fcommunications-is-part-of-leadership%2F&amp;linkname=Communications%20is%20part%20of%20leadership\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Communications is part of leadership','','publish','open','open','','communications-is-part-of-leadership','','','2010-08-09 10:10:44','2010-08-09 15:10:44','',0,'http://cuppamarcomm.wordpress.com/?p=855',0,'post','',0),
(859,4,'2010-08-10 08:57:18','2010-08-10 13:57:18','http://deborahbrody.com/wp-content/uploads/2010/08/cropped-coffee078.jpg','cropped-coffee078.jpg','','inherit','closed','open','','cropped-coffee078-jpg-2','','','2010-08-10 08:57:18','2010-08-10 13:57:18','',0,'http://deborahbrody.com/wp-content/uploads/2010/08/cropped-coffee078.jpg',0,'attachment','image/jpeg',0),
(860,4,'2010-08-11 13:20:55','2010-08-11 18:20:55','Editorial\n\nFrom the start of the Obama presidency, I have been surprised at the lack of good communications advice given (or maybe it is received) by the president.  Last year, the president irritated DC residents by saying they weren\'t tough enough about winter. Robert Gibbs, the current press secretary, has gotten himself in many a bad situation, most recently calling left wing critics of the president \"crazy.\"\n\nAnd then there are two more troubling, recent missteps. First, Michelle Obama chose to take a mother-daughter trip to Spain, and did so at considerable expense. The trip was roundly criticized as being in poor taste as many Americans are in dire financial straits. <a class=\"wp-caption\" title=\"Kathleen Parker\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/08/10/AR2010081004224.html\" target=\"_blank\">Kathleen Parker in today\'s Washington Post</a> calls the trip \"tone deaf.\"  It\'s like Michelle Obama had no reality check, no perception check before embarking on her trip. I am sure that she could have found a great place to vacation, with her entourage in tow, in the United States.  In my opinion, Obama\'s Spain trip is the result of a lack of communications counseling. Someone at the White House is not thinking in terms of public perceptions.\n\nThe other recurring and ongoing communications issue is President Obama\'s apparent obsession with blaming George Bush. Instead of referring to the current GOP power base, Obama keeps blaming Bush\'s policies for the economic slump.After nearly two years in office, this economic mess is Obama\'s, not Bush\'s. Also, as Frank Rich pointed out in the excellent New York Times opinion piece, <a class=\"wp-caption\" title=\"Frank Rich\" href=\"http://www.nytimes.com/2010/08/08/opinion/08rich.html?ref=frankrich\" target=\"_blank\">\"How to Lose an Election Without Really Trying,\" </a>many ideas that Obama is saying are Bush\'s are not.  Again, this is a lack of communications advice. People are looking for reasons to vote for the Democrats, not reasons to vote against the Republicans. Most people have lost track of George Bush and are more interested in knowing what OBAMA is going to do.\n\nWhat the White House needs is better communications advice. And stat. As midterm elections approach, people are going to be deciding to vote for Republicans or Democrats, and if the Republicans gain momentum, they may kick out Obama out of office in 2012.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F11%2Feditorial-the-obamas-need-better-communications-advice%2F&amp;linkname=Editorial%3A%20The%20Obamas%20need%20better%20communications%20advice\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Editorial: The Obamas need better communications advice','','publish','open','open','','editorial-the-obamas-need-better-communications-advice','','','2010-08-11 13:20:55','2010-08-11 18:20:55','',0,'http://cuppamarcomm.wordpress.com/?p=860',0,'post','',0),
(864,4,'2010-08-16 07:45:37','2010-08-16 12:45:37','Lots of communications people --journalists, PR folks, ad people--are on Twitter.  I am too, and I follow many communications types.  You can get a lot of good information, and interesting facts from your Twitter stream. But you can also learn a lot about the people you follow.\n\n<strong>What you tweet about:</strong> Obviously, what you tweet about shows what you are interested in, and what you are more knowledgeable about. If you are in health care, you may tweet about the latest health research. If you are constantly tweeting about personal stuff, you are communicating that your business is not as important to you as your personal life. If you never tweet about personal stuff, you are saying that you view Twitter as only business.\n\n<strong>When you tweet: </strong>Do you tweet during the day? Chances are that you incorporate Twitter into your work life. Do you only tweet on the weekend?  Timing shows how much you understand how Twitter works. Although we have the ability to look a people\'s stream history, Twitter tends to be about immediacy. If you are tweeting in the middle of the night, you are saying you don\'t care whether people see your tweets, you just want to share.\n\n<strong>How much you re-tweet: </strong>If you re-tweet stuff, it shows you are really reading what the people you follow share, and also, that you find it useful. You also are saying you are willing to share credit. If you never re-tweet, well, maybe you haven\'t found anything worth sharing.\n\nYour Twitter stream really communicates a lot to those who follow you. Twitter is about building your network, and it is about sharing.  I would argue that Twitter is also about branding.  If you haven\'t locked your tweets, anyone can see what you are putting out there, and can form an opinion about who you are and what you do.\n\nWhat does your Twitter stream say about you?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F16%2Fwhat-does-your-twitter-stream-communicate%2F&amp;linkname=What%20does%20your%20Twitter%20stream%20communicate\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','What does your Twitter stream communicate','','publish','open','open','','what-does-your-twitter-stream-communicate','','','2010-08-16 07:45:37','2010-08-16 12:45:37','',0,'http://cuppamarcomm.wordpress.com/?p=864',0,'post','',2),
(867,4,'2010-08-18 07:31:09','2010-08-18 12:31:09','When you visit  a website, particularly for a company you may want to do business with, do you check out the \"about\" page? I always do. I want to know who I am dealing with.\r\n\r\nWhen I write an \"about\" page for a client, I always concentrate on facts. In a sense, I am doing the journalism 101 treatment: who, what, where, when, why and how.  In my book, that is what an \"about\" page should answer for website visitors. If you go to my website, my about page has my bio (the who, why, when, where) and my business philosophy (the how).\r\n\r\nAnother thing to remember when you are writing an about page: people do business with people. People don\'t do business with concepts or grand ideas. People choose you based on your qualifications (and maybe your likability, who you know, what you know).\r\n\r\nRecently, I came across a business and checked out their about page. I wanted to know who was behind this company. And this is part of what I found:\r\n<blockquote>XXX provides business integration solutions, our focus is on helping  organizations capitalize on information management by designing programs  that sustain business goals and objectives. With  expertise in Business Process Management, Enterprise Architecture and  Knowledge Management; XXX are passionate about helping  organizations increase customer satisfaction, providing solid frameworks  for continuous improvement and aligning technology catalog with core  business objectives. XXX merges the right technology solutions with sound  information management practices to provide customers with smart  customized, future-forward, business integration solutions.</blockquote>\r\nI blocked out the company name of course, but does this description tell you anything? I have no idea what these people do or who they are, but I do know they love jargon.  What the heck is a \"smart customized, future-forward, business integration solution?\"\r\n\r\nAs they say on Twitter, this is a FAIL!\r\n\r\n<strong>The Caffeinated take-away:</strong>\r\n\r\n<strong>To have a truly useful \"about\" page, go back to basics. Who are you? What do you do? Where are you located? When did you start doing what you are doing? How do you do what you do? Why do you do it? Answer those questions and get yourself a good description. It may actually help your business.</strong>\r\n\r\n<strong>\r\n</strong>\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F18%2Fwhat-are-you-all-about%2F&amp;linkname=What%20are%20you%20all%20about%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','What are you all about?','','publish','open','open','','what-are-you-all-about','','','2011-08-14 07:15:08','2011-08-14 07:15:08','',0,'http://cuppamarcomm.wordpress.com/?p=867',0,'post','',1),
(874,4,'2010-08-26 09:47:19','2010-08-26 14:47:19','Sometimes a perfectly good product is ruined because of bad communications.  But good communications will not fix a bad product. Eventually, people won\'t buy it, no matter how good your public relations or advertising or marketing is.\n\nThis past weekend I traveled to Charleston, South Carolina (which, by the way, is a great place for a vacation: lots to do, lots to see, good shopping and fantastic food). I stayed in a small hotel, which had a great location, close to many restaurants, the waterfront and sightseeing. I received an email from the hotel before my trip telling me they looked forward to my visit, and how to find the place. Nice gesture.  After my trip, I received another email from the hotel thanking me for my visit and encouraging me to submit comments and suggestions. Again, nice example of customer communications.\n\nOn the communications front, the hotel is doing well. However, on the actual product the hotel offers, there was a lot lacking. The rooms were very small, with no outside windows. You could hear the phone ringing in the reception area. The included breakfast was on par with the Holiday Inn\'s (that is, nothing special). The place was musty. Some of the front desk attendants had a slight attitude problem and a lack of professionalism.  Overall, not my favorite hotel by a long shot.\n\n<strong>Bottom line is that if your product has flaws, no amount of  communications will fix those flaws. You can have a snazzy website, great PR and excellent customer service, but if your product doesn\'t work, it won\'t sell. </strong>\n\nWhen I go back to Charleston, I will look for another hotel. Not because the hotel I stayed at did a poor job communicating with me but because I need a hotel where the rooms have windows to the outside and offers some privacy.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F26%2Feven-good-communications-dont-fix-bad-products%2F&amp;linkname=Even%20good%20communications%20don%27t%20fix%20bad%20products\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Even good communications don\'t fix bad products','','publish','open','open','','even-good-communications-dont-fix-bad-products','','','2010-08-26 09:47:19','2010-08-26 14:47:19','',0,'http://cuppamarcomm.wordpress.com/?p=874',0,'post','',0),
(880,4,'2010-08-30 08:24:21','2010-08-30 13:24:21','Although I think many people who march to the beat of their own drummer are interesting, some folks are just plain clueless. This past weekend I went on an organized hike. Most hikers were dressed in hiking clothes of one stripe or another, except for someone my friend  dubbed \"Disco Dan.\"  \"Disco Dan\" was attired in short shorts made of corduroy and of a peach hue, to match his multicolored button down shirt. Furthermore, \"Disco Dan\" was wearing non-hiking shoes.  To say the least, \"Disco Dan\" stood out, and not in a good way.\n\nAlthough \"Disco Dan\" was harmless and mildly amusing, it made me think about how people act in a societal context. Most people are adept enough to fit in. Some people, like Dan, either don\'t get it or don\'t care to get it, and still others are avant-garde, doing today what most of us won\'t do for months or years.\n\nHow is this a marketing issue? First, responding to social cues is  important in personal marketing. If you are trying to get people to buy you, the product, you can\'t be out of touch with what is socially acceptable. For instance, if you are interviewing at a law firm and you show up in jeans and a t-shirt, you are saying with your clothing choice that you don\'t understand the law firm ethos, or that you are going to do what you are going to do, no matter what.\n\nSecondly,  observing and listening to  understand what is socially acceptable and what is not, is essential  when marketing. I would say that if you have trouble with social cues  you are not going to be able to create great ad copy or be in public  relations or in event planning. Say you are tasked with writing copy directed at senior citizens. You use the terms that GenY appreciates but that seniors don\'t understand. You are being tone-deaf to the needs of your audience. Or a more common occurrence, you go for the intentionally hip or what you think is really funny, but that your audience just doesn\'t get.\n\nUnfortunately, as more people lose the ability to interact directly with other people due to the over reliance on electronic gadgets like smart phones and gps, the less they are able to pick up on social cues. It is common to see people with headphones on walking around in their own personal bubble, and when they are looking for something, instead of asking a live person nearby they go to Twitter or Facebook and ask there.\n\nThe bottom line is that we live together in a society, where some things are more acceptable than others. When you want to be like Disco Dan and wear what you want because you want to, you are only communicating to the world that you don\'t care or that you don\'t get it.  Either way, it creates a degree of alienation.\n\nWhat are your thoughts? Have you noticed an increase in people who don\'t react to social cues?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F30%2Fsocial-cues%2F&amp;linkname=Social%20cues\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Social cues','','publish','open','open','','social-cues','','','2010-08-30 08:24:21','2010-08-30 13:24:21','',0,'http://cuppamarcomm.wordpress.com/?p=880',0,'post','',0),
(884,4,'2010-09-03 09:11:53','2010-09-03 14:11:53','Here we go into the last \"official\" summer weekend of the year. It is September and soon enough, the bustle of Fall, back-to-school, holidays will be upon us.\n\nOn a long weekend, the best thing you can do is chill out, relax, take it easy. Too many people today are busy working all the time, or at least being connected all the time. Believe me, as of next week, everything will accelerate and you will wish for some breathing room.\n\nWe celebrate Labor Day by taking the day off--seems ironic. And we celebrate Labor Day by having sales. Shopping is how we celebrate in the United States.\n\nAs you think about the back to work and busy season that is Fall and the end of  the year, how will you make the most of the remaining third of 2010? What steps will you take to get more business? Will you revamp your marketing strategy? Redesign your website? Blog more? Get on social media? Learn something new? Attend more networking events? I will be doing all of the above!\n\nWith that said, I wish you a great, relaxing and re-charging Labor Day Weekend. When we meet here again next, we can get back to the business of marketing!\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F09%2F03%2Flabor-day-thoughts%2F&amp;linkname=Labor%20Day%20thoughts\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Labor Day thoughts','','publish','open','open','','labor-day-thoughts','','','2010-09-03 09:11:53','2010-09-03 14:11:53','',0,'http://cuppamarcomm.wordpress.com/?p=884',0,'post','',0),
(889,4,'2010-09-08 09:24:31','2010-09-08 14:24:31','Perhaps no other sales strategy is better than good customer service. Think about it, when you get good service, you develop a good impression, right?\n\nI just had the pleasure of flying on Taca Airlines, a Central American airline. It was great. The flight crew were pleasant, helpful. They served a snack, free of charge. I got to my destination on time, on a clean, comfortable, new airplane. I made my reservations with an agent who was patient and who did not charge me for ticketing. Given my druthers, I would fly Taca again in a heartbeat.\n\nI have never seen an ad for Taca, but had heard word-of-mouth how good their service is. It\'s true. I am sold and all because of great customer service.\n\nYour thoughts?','Is customer service your best marcom strategy?','','publish','open','open','','is-customer-service-your-best-marcom-strategy','','','2010-09-08 09:24:31','2010-09-08 14:24:31','',0,'http://cuppamarcomm.wordpress.com/?p=889',0,'post','',0),
(894,4,'2010-09-15 10:22:03','2010-09-15 15:22:03','All the advertising in the world is not going to make a frog into a prince. People respond to things personally--especially to things (like politics) that affect them directly.\n\nIn Washington DC, incumbent mayor Adrian Fenty lost the democratic primary to his opponent council member Vince Grey. Why? Partially because people preferred Grey, but in larger part, because people did not like Fenty\'s arrogance and leadership style. You can read an article in the Washington Post that further delves into this <a title=\"Washington Post\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/09/15/AR2010091500834.html?hpid=topnews\" target=\"_blank\">here</a>.\n\nWould you vote for someone you don\'t like? Probably not, even if he or she had the nicer ads, the flashier website.  My advice to political strategists is people respond to people they like more than to ads they like.','Personality and style communicate','','publish','open','open','','personality-and-style-communicate','','','2010-09-15 10:22:03','2010-09-15 15:22:03','',0,'http://cuppamarcomm.wordpress.com/?p=894',0,'post','',0),
(897,4,'2010-09-17 13:52:17','2010-09-17 18:52:17','There\'s a lot of hand wringing about whether the \"C-suite\" (fancy jargon term for the higher ups in a corporation) is on social media.  Does it matter? Does the CEO have to be on social media for it to be worthwhile? The answer is no.  For social media to matter it has to be the conduit to your audience or your supporters.\n\nSay for instance you are the CEO of a kid\'s cereal manufacturer. You advertise your highly sweetened concoction on children\'s shows on Saturday morning. Do you also have to watch those shows, or even those TV channels? No! Of course not. Presumably, your marketing department did some research and found that a certain percentage of your target audience watches shows and therefore if you advertise your cereal there, those kids will be begging their parental units to buy it for them.\n\nSocial media is not for everyone. But that does not mean it is not effective in reaching some people. It is more effective for certain applications and among certain demographics. This is why social media is part of the arsenal in your marketing mix.\n\nLet me emphasize again: social media is part of the marketing mix. There is more to marketing communications than social media, and if your chief executive is not tweeting or blogging or Facebooking, that is OK.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F09%2F17%2Fis-social-media-all-that%2F&amp;linkname=Is%20social%20media%20all%20that%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Is social media all that?','','publish','open','open','','is-social-media-all-that','','','2010-09-17 13:52:17','2010-09-17 18:52:17','',0,'http://cuppamarcomm.wordpress.com/?p=897',0,'post','',1),
(900,4,'2010-09-20 11:11:57','2010-09-20 16:11:57','Last week I wrote that<a title=\"DB\" href=\"http://cuppamarcomm.wordpress.com/2010/09/17/is-social-media-all-that/\" target=\"_blank\"> social media is not all that</a>.  Even if I do believe in the importance of social media, I don\'t think everyone HAS to be on it.  And now, <a title=\"Pew \" href=\"http://pewresearch.org/databank/dailynumber/?NumberID=1072\" target=\"_blank\">Pew Research has found that 1 out of 5 Americans do NOT use the Internet</a>. This means if you are still aiming for high coverage you cannot rely on Internet ads/social media marketing alone. Traditional media (I know, it sounds old-fashioned) is still viable when attempting to reach those Americans who won\'t or can\'t access the Web.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F09%2F20%2Fdont-go-knocking-traditional-media%2F&amp;linkname=Don%27t%20go%20knocking%20traditional%20media\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Don\'t go knocking traditional media','','publish','open','open','','dont-go-knocking-traditional-media','','','2010-09-20 11:11:57','2010-09-20 16:11:57','',0,'http://cuppamarcomm.wordpress.com/?p=900',0,'post','',0),
(904,4,'2010-09-24 07:53:01','2010-09-24 12:53:01','In the age of self-publishing and social media, it\'s easy to put out information about your brand or yourself out there. It\'s easy to gain \"followers.\"  The lack of filters makes it easy to connect directly with people. But that doesn\'t mean that what you are saying is true. Keep that in mind. Just because you put in on your blog and somebody shared it on Twitter DOES NOT MAKE IT FACTUAL OR TRUE OR EVEN RIGHT.  It just means that someone liked what you have to say.\n\nIn fact, just yesterday the disheveled leader of Iran, Mahmoud Ahmanidejad, claimed to the United Nations General Assembly that the U.S. was behind the 9-11 attacks and that most of the world believes that. To a rational person, this is hogwash, and yet there are nutcases out there who agree with this maniac.  <strong>Let me emphasize again: having followers does not make you right or true.</strong>\n\nMany people and companies are falling prey to the lure of large numbers.  They believe that because they have large numbers of followers, they are \"all that.\" They may be, but they should question it. Just today, I read a blog post by a book author, talking about herself and her concentration. It was purported to be about happiness, but it really was all about her. Another popular blog shared this morning what the blog author does as a morning routine, as if this is what we all need to do. What is happening is that because it was easy to get ideas out there, and to get positive publicity for such ideas, these people believe that everyone cares and everyone agrees with them. But that is just not accurate.\n\nI am not saying that you should not self-publicize or promote yourself or your brand. <strong>I am just saying you should not fall prey to the numbers game. Just because you have supporters does not mean everyone supports you</strong> (go over to the Washington Post and read what happened to Mayor Adrian Fenty if you want a real-life example of buying your own PR at the expense of a reality check).\n\nIf I can paraphrase a famous line: publicity corrupts, absolute publicity corrupts absolutely.\n\n(And for some comic relief, <a title=\"Elliott\" href=\"http://www.elliott.org/first-person/deltas-ausband-customer-service-is-the-core-of-what-we-do/\" target=\"_blank\">read Christopher Elliott\'s interview with Delta\'s head of customer service,</a> who thinks Delta has the best customer service. Clearly, she hasn\'t flown Delta.)\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F09%2F24%2Fdont-buy-your-own-pr%2F&amp;linkname=Don%27t%20buy%20your%20own%20PR\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Don\'t buy your own PR','','publish','open','open','','dont-buy-your-own-pr','','','2010-09-24 07:53:01','2010-09-24 12:53:01','',0,'http://cuppamarcomm.wordpress.com/?p=904',0,'post','',0),
(907,4,'2010-09-28 13:44:32','2010-09-28 18:44:32','<strong>It is what you do. </strong>\n<ul>\n	<li>Do you live up to your commitments?</li>\n	<li>Do you deliver the goods?</li>\n	<li>Are you reliable? Responsive? Responsible?</li>\n	<li>Do you reply to people or just to tweets?</li>\n</ul>\nThere are a lot of folks out there in the social media stratosphere developing massive followings, writing blogs, sending enewsletters, even writing e-books, but <strong>all they are doing is saying what they do. They don\'t actually do what they say they do. They seem to think talking makes up for acting. </strong>\n\nFor instance, if you are in public relations, you need to create a strategy for your client. Tweeting all day is not a strategy--it is a tactic, and if it is not part of a larger, thought-out plan, it is good for nothing.\n\nAlthough social networks are valuable, the people you know in real life may be more valuable because get this, you actually know them and they know you.  If you are blowing off your in-the-flesh connections so that you can develop lots of virtual friends, you will be left with lots of virtual reality and little real reality.\n\nUse social media, but use it to do stuff, not to say you do stuff.\n\n<strong>The above is a commentary by the author of this blog. It represents her views in every possible way.</strong>\n\n<strong>\n</strong>\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F09%2F28%2Fits-not-what-you-say-you-do%2F&amp;linkname=It%27s%20not%20what%20you%20say%20you%20do\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','It\'s not what you say you do','','publish','open','open','','its-not-what-you-say-you-do','','','2010-09-28 13:44:32','2010-09-28 18:44:32','',0,'http://cuppamarcomm.wordpress.com/?p=907',0,'post','',0),
(911,4,'2010-10-05 15:01:32','2010-10-05 20:01:32','Your representative could affect you reputation. And yet, how many times have you seen big firms and/or top tier colleges represented at a job fair or college fair by a young, inexperienced person? When you go to trade shows, who is sitting at the booths? Top brass? Fat chance--most likely, exhibitors at a trade show are represented by someone from the marketing department.\n\nHave you ever gone to a networking event and met someone from a company who does not have any idea of what the company message is?\n\nThe other day, I was at a fair here in Bethesda. A very young girl handed me a flyer for a political candidate. The flyer tells me the candidate \"has the experience to work for us,\" and yet her representative was probably not even out of college. The rep did not back up the message.\n\nI got a phone call the other day from a marketing company.  I had been seeing their name pop up on my caller ID for weeks, calling at all hours and on the weekend. When I finally answered it turns out they were representing a charity. I thought it was a telemarketer and I told the young man at the other end of the call to remove from his list. He launched into the rigamarole about charities are exempt blah blah. And then I said I was irritated that they kept calling me never leaving a message. He then started to tell me how the charity is busy helping people in need (so my concerns are not quite as legitimate). I hung up. He was not a worthwhile representative for the charity.\n\nWho is sitting at your front desk/reception area? Who is out a chamber events representing your company? Do you know? What have you taught your representatives about your key messages? Can they give an elevator speech for your company?\n\nRemember, your representative is you.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F05%2Fwho-is-your-rep%2F&amp;linkname=Who%20is%20your%20rep%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Who is your rep?','','publish','open','open','','who-is-your-rep','','','2010-10-05 15:01:32','2010-10-05 20:01:32','',0,'http://cuppamarcomm.wordpress.com/?p=911',0,'post','',0),
(914,4,'2010-10-07 08:33:28','2010-10-07 13:33:28','Amy Webb, principal of<a title=\"WebbMedia\" href=\"http://www.webbmediagroup.com/home.htm\" target=\"_blank\"> Webbmedia Group</a>, spoke yesterday to a <a title=\"WWPR\" href=\"http://www.wwpr.org/\" target=\"_blank\">Washington Women in Public Relations (WWPR)</a> Executive communicators brown bag lunch.  She is very knowledgeable and highly enthusiastic about technology and has made a business consulting on the various trends and applications of the new tech stuff.\r\n\r\nSome of us are a bit recalcitrant about tech stuff.  There  are so many changes that it is hard to keep up.  Most of all, tech is changing the way things are done and change is hard.\r\n\r\nHowever, we must learn about tech and how it is affecting the marketing/communications space. Just this week, long time Washington Post writer Howard Kurtz announced he is leaving the Post to go to the online-only Daily Beast. Print is giving way to online more and more.\r\n\r\nAmy Webb talked about being in the space where the consumers are--even if you aren\'t on there--places like Facebook, Foursquare, Tivo and mobile apps. She sees the world of media (traditional media, the web, mobile, e-readers, tablet pcs) as all connected by social media. Social media is part and parcel of all forms of media, not a separate entity.\r\n\r\nWebb divides the social media world into:\r\n<ul>\r\n	<li>Geo social (Foursquare)</li>\r\n	<li>Corporate social (Yelp)</li>\r\n	<li>Social commerce (Groupon)</li>\r\n	<li>Social content (YouTube)</li>\r\n	<li>Mobile social (Loopt)</li>\r\n	<li>Pure play (Facebook)</li>\r\n	<li>Social curation (Digg, Delicious)</li>\r\n</ul>\r\nOther key take-aways from Webb:\r\n<ul>\r\n	<li>Keep your taglines and messaging simple for sharing</li>\r\n</ul>\r\n<ul>\r\n	<li>Curation is huge right now simply because there is too much information out there to make sense of.</li>\r\n	<li>Personalization is becoming more important. Journalists don\'t want mass press releases or multitmedia releases but rather personalized content.</li>\r\n	<li>Whatever you have done on line can be found by anyone with a bit of research knowledge</li>\r\n	<li>Before launching a brand--make sure the name you want is not being used on social media.</li>\r\n	<li>Tablet PCs are really big, witness the huge sales for the IPad, and there are many more on the horizon</li>\r\n</ul>\r\nMy conclusion is that you must know tech. As Amy Webb suggested, read Mashable and/or Techcrunch every day to keep up with technology.\r\n\r\nHow is tech affecting your marketing life?\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F07%2Fyou-must-know-tech%2F&amp;linkname=You%20must%20know%20tech\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','You must know tech','','publish','open','open','','you-must-know-tech','','','2011-08-14 07:14:09','2011-08-14 07:14:09','',0,'http://cuppamarcomm.wordpress.com/?p=914',0,'post','',0),
(1329,4,'2010-08-18 07:31:09','2010-08-18 12:31:09','When you visit  a website, particularly for a company you may want to do business with, do you check out the \"about\" page? I always do. I want to know who I am dealing with.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=about&amp;iid=225726\" src=\"http://view4.picapp.com/pictures.photo/image/225726/business/business.jpg?size=500&amp;imageId=225726\" width=\"234\" height=\"156\" /]\n\nWhen I write an \"about\" page for a client, I always concentrate on facts. In a sense, I am doing the journalism 101 treatment: who, what, where, when, why and how.  In my book, that is what an \"about\" page should answer for website visitors. If you go to my website, my about page has my bio (the who, why, when, where) and my business philosophy (the how).\n\nAnother thing to remember when you are writing an about page: people do business with people. People don\'t do business with concepts or grand ideas. People choose you based on your qualifications (and maybe your likability, who you know, what you know).\n\nRecently, I came across a business and checked out their about page. I wanted to know who was behind this company. And this is part of what I found:\n<blockquote>XXX provides business integration solutions, our focus is on helping  organizations capitalize on information management by designing programs  that sustain business goals and objectives. With  expertise in Business Process Management, Enterprise Architecture and  Knowledge Management; XXX are passionate about helping  organizations increase customer satisfaction, providing solid frameworks  for continuous improvement and aligning technology catalog with core  business objectives. XXX merges the right technology solutions with sound  information management practices to provide customers with smart  customized, future-forward, business integration solutions.</blockquote>\nI blocked out the company name of course, but does this description tell you anything? I have no idea what these people do or who they are, but I do know they love jargon.  What the heck is a \"smart customized, future-forward, business integration solution?\"\n\nAs they say on Twitter, this is a FAIL!\n\n<strong>The Caffeinated take-away:</strong>\n\n<strong>To have a truly useful \"about\" page, go back to basics. Who are you? What do you do? Where are you located? When did you start doing what you are doing? How do you do what you do? Why do you do it? Answer those questions and get yourself a good description. It may actually help your business.</strong>\n\n<strong>\n</strong>\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F18%2Fwhat-are-you-all-about%2F&amp;linkname=What%20are%20you%20all%20about%3F\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','What are you all about?','','inherit','open','open','','867-revision','','','2010-08-18 07:31:09','2010-08-18 12:31:09','',867,'http://deborahbrody.com/2010/08/867-revision/',0,'revision','',0),
(920,4,'2010-10-14 12:27:40','2010-10-14 17:27:40','Back when I was in grad school, I studied mass communications. The theory was that advertising, public relations and journalism all reached mass audiences. Back then, there was no Twitter, no one blogged or even had a website. Cable existed but lots of people still watched the broadcast channels. People still read the newspaper. Magazines were everywhere. Mass media was alive and well.\n\nToday, mass media are dying. Witness the declining numbers for the broadcast channels. An article in Fortune Magazine about Oprah said that one of the reasons she is going to her own cable channel is because her audience on regular TV is declining. We have all seen magazines disappear and newspapers shrink (and become more irrelevant).\n\nThe question is how do we communicate messages to the masses when the masses are getting more and more segmented? People are demanding personalization. No one seems to listen to the radio anymore, they listen to their own playlists on their MP3 player.  In social media, we follow those we want to follow.\n\nThere are messages that must get to the masses.  For instance, last year we had the H1N1 \"pandemic.\" Health information had to be sent out to the largest number of people.\n\nWhat got me thinking about this is that we have had an increasing number of pedestrians being struck and killed by cars here in the DC area. Clearly, more people are driving either drunk or distractedly, and are speeding on top of it. In the past week alone, we have seen more than half a dozen people KILLED not to mention others who are injured. How do we combat this? How can we get the word out if there is no mass medium that is effective?\n\nIn the age of Twitter, where  would a PSA make real impact?\n\n&nbsp;\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F14%2Fmass-comms%2F&amp;linkname=Mass%20comms\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Mass comms','','publish','open','open','','mass-comms','','','2010-10-14 12:27:40','2010-10-14 17:27:40','',0,'http://cuppamarcomm.wordpress.com/?p=920',0,'post','',1),
(924,4,'2010-10-15 10:58:10','2010-10-15 15:58:10','Today is Blog Action Day (and I would link to the website but it is down) and the topic is water. I found out about it from Daria Steigman\'s post <a title=\"Steigman\" href=\"http://www.steigmancommunications.com/2010/10/15/water-is-life/\" target=\"_blank\">\"Water is Life\" </a>and also from a post on Conversation Agent: <a title=\"Conversation Agent\" href=\"http://www.conversationagent.com/2010/10/ten-facts-about-water-blog-action-day-2010.html\" target=\"_blank\">\"Ten Facts About Water.\"</a>\n\nThe idea is to get bloggers to post on a common topic to get the word out. Just yesterday, I wrote about the death of mass communications and in a sense, Blog Action Day is a way to use social media in our extremely segmented world to inform people and get them to act around a common cause.\n\nWhen I visited Australia in 2008, there was a lot of talk on the media about bottled water. Tap water in Australia is drinkable and yet people were spending money (and at about $3 per 1/2 liter, a lot of money) for bottled water. The problem with bottled water of course is waste. The bottle is not always recycled.  Australia is mostly desert, and in the summer, it can get very very dry. Australians tend to be active--always running, walking, swimming, surfing.   Since it is necessary to keep hydrated,  having access to water is a necessity and bottled water can be very convenient. How do you change people\'s habits?\n\nAnother water habit that I encountered in Australia was a campaign to reduce showering time. In my hotel in Melbourne was a card and a timer inviting me to keep my shower to four minutes. I always wondered why this wasn\'t done in the US too. Australia was certainly in a drought state. The United States is not there yet, but could be. Again, how do you change people\'s habits? How do you get people to think about the length of their showers and how this impacts the environment?\n\nDo you think Blog Action Day can help make a difference? What would a mass information campaign look like in our social media age?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F15%2Fblog-action-day%2F&amp;linkname=Blog%20Action%20Day\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Blog Action Day','','publish','open','open','','blog-action-day','','','2010-10-15 10:58:10','2010-10-15 15:58:10','',0,'http://cuppamarcomm.wordpress.com/?p=924',0,'post','',1),
(929,4,'2010-10-18 10:34:16','2010-10-18 15:34:16','Do you want to easily market yourself? I have a great tip: make your content (blog, website, social media stuff) shareable. I don\'t mean that you should simply create stuff people want to share--which is a given--but make it easy to share. By this I mean have a social media sharing button/widget on your blog or website (such as the one at the end of this post). If you don\'t know how to get one, here are a few to try:\n<ul>\n	<li><a title=\"Add to Any\" href=\"http://www.addtoany.com/\" target=\"_blank\">Add to any</a> (which is what I have here)</li>\n	<li><a title=\"Twitter\" href=\"http://twitter.com/goodies/tweetbutton\" target=\"_blank\">\"Tweet this\" button </a>from Twitter</li>\n	<li><a title=\"Add this\" href=\"http://www.addthis.com/\" target=\"_blank\">Add this</a></li>\n</ul>\nYou can find other individual service sharing buttons at this Wiki:\n<ul>\n	<li><a title=\"Sharing Buttons\" href=\"http://www.sharingbuttons.org/Buttons\" target=\"_blank\">http://www.sharingbuttons.org/Buttons</a></li>\n</ul>\nWordpress.com recently started its own sharing widget.\n\nFind one that works with your blog/website and deploy it. B<strong>y allowing your content to be easily shared, you will increase your reach.</strong> The word to note is EASILY.  There are ways I can share your content without your help...but if you make it easy for me, then I will most likely do it. And that is why you create great content, right?\n\n<em>Important clarification for Wordpress users : If you have a Wordpress.org blog (self-hosted), you may be able to find these buttons as plug-ins. Wordpress.com users CANNOT use plug-ins, but can add these manually to each post or find the Wordpress.com sharing button.</em>\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F18%2Fan-easy-marketing-tip%2F&amp;linkname=An%20easy%20marketing%20tip\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','An easy marketing tip','','publish','open','open','','an-easy-marketing-tip','','','2010-10-18 10:34:16','2010-10-18 15:34:16','',0,'http://cuppamarcomm.wordpress.com/?p=929',0,'post','',2),
(934,4,'2010-10-21 08:03:53','2010-10-21 13:03:53','When you are trying to market your services or your product, you will naturally try to make the product or service look appealing. That\'s fine, as long as you are not overselling or over-promising. If you oversell or promise something you can\'t deliver, you will run into problems.\r\n\r\nLet me give you an example, drawn from my experience this week with the US Postal Service.\r\n\r\nMy mother sent me an express package on Monday. It was guaranteed to be delivered by noon on Tuesday. It wasn\'t. I called the 1-800 to track it and find out where it was. After some problems with the automated attendant (that is a whole other issue), I got through to a representative. She had no idea where my package was or when I would get it. At one point, she put me on hold. During this interlude, I found out that:\r\n<blockquote>For delivery you can rely on, choose the United States Postal Service.</blockquote>\r\nIs that supposed to be a joke? My \"express\" package arrived more than 24 hours after it was \"guaranteed\" to arrive. And as I learned from the customer service agent, the guarantee is really about your money. They don\'t actually guarantee the arrival of the express packages at their destination, but rather, if your package doesn\'t arrive when they say it will, they will give you your money back.\r\n\r\nI guess that when you absolutely, positively need it there by a certain time, don\'t use the USPS, use Fedex (or UPS). For those of you who don\'t remember the Fedex ad, here it is\r\n\r\n[youtube id=31yxkSIIn9A&amp;fs=1&amp;hl=en_US&amp;rel=0]\r\n\r\nThe quickest thing you can do ruin your reputation is to promise that you will do something that you can\'t or won\'t do. And reputation is important in marketing. What do you think my impression is of the USPS?\r\n\r\nSo, when you are prepping your marketing materials (and especially your tag line), be careful about what you say.  Daily Blog Tips has a great post on <a title=\"Daily Blog Tips\" href=\"http://www.dailyblogtips.com/10-tips-to-improve-your-sales-copy-today/\" target=\"_blank\">10 Tips to Improve Your Sales Copy Today</a>. Note that their number two tip is:  <strong>Don\'t Make a Promise You Can\'t Keep.</strong>\r\n\r\n<strong>\r\n</strong>\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F21%2Fcan-you-keep-your-promise%2F&amp;linkname=Can%20you%20keep%20your%20promise%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Can you keep your promise?','','publish','open','open','','can-you-keep-your-promise','','','2011-08-12 00:44:45','2011-08-12 00:44:45','',0,'http://cuppamarcomm.wordpress.com/?p=934',0,'post','',0),
(940,4,'2010-10-25 09:36:35','2010-10-25 14:36:35','Are your efforts paying off? Is your marketing achieving results?\r\n\r\nHow do you know? Obviously, the first sign is that you are generating numbers: sales, impressions.\r\n\r\nBut how do you know what people think about you, your product, your service and your marketing efforts? This is a harder question to answer. If people don\'t attend your event, it could be for a myriad of reasons (don\'t have time, costs too much not interested). Same thing with your product or service. How do you know why people aren\'t buying?\r\n\r\nIt comes down to requesting feedback, and to listening to what your audience has to say.\r\n\r\nFirst, you should ALWAYS request feedback from attendees to your event and people who buy your product. Make it easy for people to provide comments on your website. Have an email address specifically for feedback.\r\n\r\nSecond, listen to what exactly  is being said about you in the comments  you receive. Also,  cast a wider net: check out <a title=\"Social Mention\" href=\"http://www.socialmention.com/\" target=\"_blank\">SocialMention</a> (or other social media monitoring tools) to see what is being said about you or your brand.\r\n\r\nLast week, I tweeted to a local marketing networking group that they were sending me too many email messages. In fact, it got to a point that I would just delete rather than read. The organizational response to me via Twitter  was to tell me they would be happy to remove me from the list. I told them to take my comment seriously. I was giving them FEEDBACK. They didn\'t want to listen.\r\n\r\nYou will not know if you are hitting the mark with your marketing efforts if you don\'t make an effort to gather feedback. You may get some people to buy your product or attend your event, but you may be missing a host of others.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F25%2Fare-you-hitting-the-mark%2F&amp;linkname=Are%20you%20hitting%20the%20mark%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Are you hitting the mark?','','publish','open','open','','are-you-hitting-the-mark','','','2011-08-14 07:12:54','2011-08-14 07:12:54','',0,'http://cuppamarcomm.wordpress.com/?p=940',0,'post','',0),
(1328,4,'2010-10-07 08:33:28','2010-10-07 13:33:28','Amy Webb, principal of<a title=\"WebbMedia\" href=\"http://www.webbmediagroup.com/home.htm\" target=\"_blank\"> Webbmedia Group</a>, spoke yesterday to a <a title=\"WWPR\" href=\"http://www.wwpr.org/\" target=\"_blank\">Washington Women in Public Relations (WWPR)</a> Executive communicators brown bag lunch.  She is very knowledgeable and highly enthusiastic about technology and has made a business consulting on the various trends and applications of the new tech stuff.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=technology&amp;iid=9924841\" src=\"http://view2.picapp.com/pictures.photo/image/9924841/frankfurt-book-fair-2010/frankfurt-book-fair-2010.jpg?size=500&amp;imageId=9924841\" width=\"234\" height=\"173\" /]\n\nSome of us are a bit recalcitrant about tech stuff.  There  are so many changes that it is hard to keep up.  Most of all, tech is changing the way things are done and change is hard.\n\nHowever, we must learn about tech and how it is affecting the marketing/communications space. Just this week, long time Washington Post writer Howard Kurtz announced he is leaving the Post to go to the online-only Daily Beast. Print is giving way to online more and more.\n\nAmy Webb talked about being in the space where the consumers are--even if you aren\'t on there--places like Facebook, Foursquare, Tivo and mobile apps. She sees the world of media (traditional media, the web, mobile, e-readers, tablet pcs) as all connected by social media. Social media is part and parcel of all forms of media, not a separate entity.\n\nWebb divides the social media world into:\n<ul>\n	<li>Geo social (Foursquare)</li>\n	<li>Corporate social (Yelp)</li>\n	<li>Social commerce (Groupon)</li>\n	<li>Social content (YouTube)</li>\n	<li>Mobile social (Loopt)</li>\n	<li>Pure play (Facebook)</li>\n	<li>Social curation (Digg, Delicious)</li>\n</ul>\nOther key take-aways from Webb:\n<ul>\n	<li>Keep your taglines and messaging simple for sharing</li>\n</ul>\n<ul>\n	<li>Curation is huge right now simply because there is too much information out there to make sense of.</li>\n	<li>Personalization is becoming more important. Journalists don\'t want mass press releases or multitmedia releases but rather personalized content.</li>\n	<li>Whatever you have done on line can be found by anyone with a bit of research knowledge</li>\n	<li>Before launching a brand--make sure the name you want is not being used on social media.</li>\n	<li>Tablet PCs are really big, witness the huge sales for the IPad, and there are many more on the horizon</li>\n</ul>\nMy conclusion is that you must know tech. As Amy Webb suggested, read Mashable and/or Techcrunch every day to keep up with technology.\n\nHow is tech affecting your marketing life?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F07%2Fyou-must-know-tech%2F&amp;linkname=You%20must%20know%20tech\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','You must know tech','','inherit','open','open','','914-revision','','','2010-10-07 08:33:28','2010-10-07 13:33:28','',914,'http://deborahbrody.com/2010/10/914-revision/',0,'revision','',0),
(945,4,'2010-11-01 14:56:05','2010-11-01 19:56:05','If you blog, for yourself or for your organization, do you know what your blog looks like to the outside world? How are your readers seeing you? Are they subscribing in a reader, via email or just visiting your blog?  Are those visitors sharing your blog? If so, how are they doing it?\n\n<a title=\"Easy Tip\" href=\"http://cuppamarcomm.wordpress.com/2010/10/18/an-easy-marketing-tip/\" target=\"_blank\">(Caffeinated tip of  a few days ago was to make sure your blog is shareable</a>.)\n\nMany bloggers out there, including those that blog for large organizations, are NOT checking to see how their blog looks. I can tell you because there are several I follow in my Google Reader. Here are several fixable mistakes these bloggers are making:\n<ul>\n	<li>Duplicating entries</li>\n	<li>Having no title appear for the blog or having a generic title like \"Most Recent Entries.\"</li>\n	<li>No sharing button</li>\n	<li>Sharing button that does not fill in information when you share so the post only has a link and no title.</li>\n	<li>Only sharing the first line of the post</li>\n	<li>Not allowing sharing from the  reader</li>\n	<li>Not having a visible RSS feed or email subscription tab on your blog</li>\n</ul>\nHappily, all these are fixable.  Start by following your own blog via RSS feed in a reader and via email subscription. Use your sharing button to see how (and if) it works. You may be overlooking something that will turn off one of your readers.  You should probably view the blog on someone else\'s computer too.\n\nYou may be overlooking something. Protect your brand and your blog!','You may be overlooking something','','publish','open','open','','you-may-be-overlooking-something','','','2010-11-01 14:56:05','2010-11-01 19:56:05','',0,'http://cuppamarcomm.wordpress.com/?p=945',0,'post','',0),
(950,4,'2010-11-03 09:24:56','2010-11-03 14:24:56','A Caffeinated editorial\n\nThe Democrats lost because they lost the message.  President Obama, his administration and certainly the House leadership did a poor job of communicating what they accomplished and of refuting the sometimes crack-pot ideas the Republicans, and especially the Tea Party candidates were offering.\n\nCommunications matter in shaping perception. The Tea Party was especially successful in convincing the public that Obama was \"socializing\" the country. The perception of the Democrats as un-American was instilled.  Did Obama prove otherwise? No.  He didn\'t seem to grasp that how he communicated what his administration achieved was just as important as what he actually did. He didn\'t make the case that the changes he made may have helped stem the recession. He also didn\'t make the case that jobs were his number one priority. What was? Health care reform.\n\nTiming is crucial in communications and in politics.  If Obama had put health care on the back burner (or at least seemed to) he may have been able to say he prioritized jobs.\n\nThis mid-term election is a tremendous failure for Democrats. The Republicans were led by someone who constantly put his foot in his mouth, Michael Steele, and yet managed to win control of the House. Sarah Palin, arguably  the most superficial politicians of all time, is the voice of the Tea Party on a national stage. She talks in platitudes and unsupported statements, and yet the Democrats couldn\'t find a way to reduce her credibility.\n\nNancy Pelosi, who is a brilliant politician, failed to make the case. Obama failed to make the case. And the many incumbents who lost their seat, failed to make the case.\n\nIt all comes down to communications and having a message that is relate-able, repeatable, and that resonates with voters. Democrats did not have this in 2010.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F11%2F03%2Fwhy-the-democrats-lost%2F&amp;linkname=Why%20the%20Democrats%20lost\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Why the Democrats lost','','publish','open','open','','why-the-democrats-lost','','','2010-11-03 09:24:56','2010-11-03 14:24:56','',0,'http://cuppamarcomm.wordpress.com/?p=950',0,'post','',0),
(955,4,'2010-11-05 06:40:07','2010-11-05 11:40:07','In an interview to 60 Minutes (which is excerpted<a title=\"CBS\" href=\"http://www.cbsnews.com/stories/2010/11/05/earlyshow/main7025168.shtml\" target=\"_blank\"> in this CBS News piece</a> and which will air on Sunday, November 7), President Obama says:\n<blockquote>﻿\n<span style=\"color:#888888;\">\"I think that\'s a fair argument. I think that, over the course of  two years we were so busy and so focused on getting a bunch of stuff  done that, we stopped paying attention to the fact that leadership isn\'t  just legislation. That it\'s a matter of persuading people. And giving  them confidence and bringing them together. And setting a tone,\" </span></blockquote>\n<span style=\"color:#000000;\">Leadership is about inspiring people to follow you. Inspiration requires that you have an ability to communicate. </span>\n\n<span style=\"color:#888888;\"><span style=\"color:#000000;\">I will be interested to see if the White House changes how it communicates.  And to see what the Democratic leadership does--will Harry Reid still be Majority Leader in the Senate?  Perhaps not such a great idea, since his failure to communicate nearly lost him his seat to an extreme candidate.</span>\n</span>','And President Obama agrees','','publish','open','open','','and-president-obama-agrees','','','2010-11-05 06:40:07','2010-11-05 11:40:07','',0,'http://cuppamarcomm.wordpress.com/?p=955',0,'post','',0),
(958,4,'2010-11-08 08:12:59','2010-11-08 13:12:59','If you are on Twitter or Facebook, you will have seen many of your \"friends\" tell you that they are at Starbucks or at the airport. Some of them are \"mayors\" and some have \"badges.\" It\'s all about the Foursquare check-in. Many nonprofit marketing consultants, and more for-profit marketing consultants, are advising that organizations/companies should get on Foursquare (or other location-based services).  The idea is to have people in the vicinity know you are there--offer those people special deals or more information just for checking-in.\n\nBut. There is a problem: only four percent of  adults online \"check-in\" or use geo-location services,<a title=\"Pew\" href=\"http://pewresearch.org/pubs/1793/geosocial-location-based-service-foursquare-gowalla\" target=\"_blank\"> according to research from Pew. </a>\n\nTo me, the rush to embrace check-ins and geo-location has more to do with the fact that marketers have lots of friends using Foursquare, and less to do with reality. To suggest to nonprofits that they must be on location-based services is based on what exactly?  It is based on the desire to be cutting-edge, to suggest something \"ahead of the curve.\" What it is not is practical. Nonprofits have many many other communications and marketing challenges to fix, other than having people check-in.\n\nIn my opinion, the check-in is really great for retail and restaurants/bars, especially if you are promoting a special or a sale or trying to build interest. But,  just realize that there is an element of unfairness to those patrons who don\'t have smart phones, or don\'t do check-ins (apparently 96% of the population).\n\nPerhaps people are not so eager to share their locations. It does seem big-brother to me. And this is what the article <a title=\"NYT\" href=\"http://www.nytimes.com/2010/11/07/weekinreview/07brustein.html\" target=\"_blank\">Tag-Along Marketing </a>in the New York Times talks about.\n\nWill check-ins take off in the future? It\'s questionable. And you should not base marketing advice on something that is still in the works.','Go check-in somewhere else','','publish','open','open','','go-check-in-somewhere-else','','','2010-11-08 08:12:59','2010-11-08 13:12:59','',0,'http://cuppamarcomm.wordpress.com/?p=958',0,'post','',0),
(961,4,'2010-11-09 14:19:39','2010-11-09 19:19:39','Lots of people describe themselves as addicted to Twitter or Facebook,  or to social media in general.\n\nAre you addicted?\n\nWith alcohol, there is <strong>social use </strong>(drinking in social situations), <strong>habitual use</strong> (drinking consistently, part of your usual routine) and <strong>alcoholism </strong>(where you <em>need</em> to drink, can\'t function without alcohol and which is a medical condition requiring treatment).\n\nWith social media, I think most people are not addicts, they are habitual users. Just like we have become habitual users of email, but we are not addicted to it. We use social media in our everyday life, it is part and parcel of our work life. But do we NEED social media to do what we do? No. We can use other tools to communicate (although lots of people can\'t seem to use the phone to have actual conversations) Can we live without it? Yes (if Twitter went down you would still know how to get in touch with people, right?).\n\nAre we ruining our health by using it? Only if you never leave your computer or smart phone and limit your physical activity to keying in.\n\nThe key is to realize that social media is a tool and not a substitute for interaction, strategy, etc.  You may use social media habitually, even heavily, but you probably are not addicted to it. You could shut down the computer or power off your smart phone and still talk to people. Right?\n\n[polldaddy poll=4060801] ','Addicted?','','publish','open','open','','addicted','','','2010-11-09 14:19:39','2010-11-09 19:19:39','',0,'http://cuppamarcomm.wordpress.com/?p=961',0,'post','',0),
(968,4,'2010-11-22 09:09:15','2010-11-22 14:09:15','By now, you have probably heard about George W. Bush\'s new book/memoir Decision Points. Bush went on a media blitz to promote the book and appeared on the Today Show and Oprah, among other venues. Many have said Decision Points is about trying to  recast how the Bush II presidency is viewed. It certainly is a chance for Bush to explain why he did what he did. But the question is--will the book change the public\'s perception of Bush?\n\nI heard a pundit (I can\'t remember who or on what show) say that if you liked Bush before, you will like him now, but if you didn\'t like Bush then, you will certainly not like him more after reading the book. Perhaps only if you had no opinion or were undecided would you change your perception of Bush after reading this book.\n\nWhy? Because sometimes it isn\'t about marketing. Products or services are good or not good, useful or not useful, and no amount of marketing changes that. If you are a Bush hater, no matter how many positive books are written about him and how many accolades he receives, you are not going to change your mind.\n\nSame thing happens with housing. I know a Realtor who is trying to sell a house.  The house itself is very roomy, with a great layout and other nice features--except it is very close to a major highway. The Realtor is marketing the house in all the usual ways--open houses, brochures, well worded descriptions, etc. But unless you don\'t mind having a view of traffic, you are not going to buy the house. It is not about the marketing. It is about the product.\n\n&nbsp;','Sometimes, it isn\'t about marketing','','publish','open','open','','sometimes-it-isnt-about-marketing','','','2010-11-22 09:09:15','2010-11-22 14:09:15','',0,'http://cuppamarcomm.wordpress.com/?p=968',0,'post','',0),
(971,4,'2010-11-23 10:09:00','2010-11-23 15:09:00','Perhaps you heard yesterday that Netflix is adding a streaming-only option and increasing its rates.  It was reported on various different blogs, websites and of course, Twitter. Here\'s a sampling (and notice the date/time):\n\n<a title=\"LA Times\" href=\"http://http://latimesblogs.latimes.com/entertainmentnewsbuzz/2010/11/netflinx-launches-streaming-only-plan-raises-prices-for-dvd-plans.html\" target=\"_blank\">L.A. Times</a>\n\n<a title=\"ABC\" href=\"http://abcnews.go.com/Technology/wireStory?id=12217283\" target=\"_blank\">ABC News</a>\n\n<a title=\"Consumerist\" href=\"http://consumerist.com/2010/11/netflix-offers-799-streaming-only-plan-raises-prices-on-existing-plans.html\" target=\"_blank\">Consumerist</a>\n\nI am a Netflix customer, and guess what, <strong>I heard about it from Netflix directly last night, through a company email that arrived at 6:38 p.m.</strong> Of course, by then I already knew that I was going to be paying more.\n\nCompanies should tell their own customers about changes to ANYTHING (pricing, service, hours, etc.) before they release the information publicly. Customers should not find out that their service provider or bank or whatever will be changing its ways from third parties. It does not make good business sense. It alienates customers.\n\nWhen communicating news, you must have a hierarchy:\n<p style=\"padding-left:30px;\">First, communicate changes to your internal organization.</p>\n<p style=\"padding-left:30px;\">Second, communicate to your users/customers.</p>\n<p style=\"padding-left:30px;\">Third, communicate to the public at large using media relations, advertising or other mass channels.</p>\n<p style=\"padding-left:30px;text-align:left;\">&nbsp;</p>\n<p style=\"padding-left:30px;\">&nbsp;</p>\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F11%2F23%2Finform-your-customers-first%2F&amp;linkname=Inform%20your%20customers%20first\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Inform your customers first','','publish','open','open','','inform-your-customers-first','','','2010-11-23 10:09:00','2010-11-23 15:09:00','',0,'http://cuppamarcomm.wordpress.com/?p=971',0,'post','',1),
(975,4,'2010-11-25 10:51:25','2010-11-25 15:51:25','Today, on Thanksgiving Day, many people are sitting around plotting how to tackle \"black Friday.\" What stores should they visit? Whose gifts should they get? How early should they get there? And so forth.\n\nMany of these folks are swayed by the promise of getting AMAZING! deals. Low low prices! Doorbusters! But are the deals worth the hassle? Hard to say.\n\nThe truth is that we can be swayed by many things. For instance, the reports about the TSA\'s new invasive procedures. It was widely reported on TV, yet it seems that few if any people participated in Opt-Out day. At least that is what is being reported today. The Washington Post has yet another editorial supporting the TSA, and a front page article saying that very few people protested the TSA.  Does that sway you?\n\nA new movie opened yesterday starring Jake Gylenhaal and Anne Hathaway called Love &amp; Other Drugs. The Washington Post gave it one and a half stars. Roger Ebert gave it three. Which review sways you? When you are deciding whether to spend $10 plus, which reviewer will make you go to a movie or not?\n\nMy point is that we are swayed by opinions, news reporting, public relations and advertising but we are not always aware of what is making feel one way or another. These forces are powerful--they surround us and provide us information.\n\nOh and the force that seems to sway the most people is what their peers are doing. If everybody is going around using Foursquare, then we are too. And on this week of Thanksgiving there has been the often disingenous need to express gratitude publicly. On Twitter, there\'s a hashtag for that.\n\nI am not against gratitude or expressing thanks. But if I do it, it is not because I am swayed because 400 people in my Twitter stream are expressing all the blather they are thankful for.\n\nWhat sways you this Thanksgiving and holiday season? Why do you do what you do?\n\nHappy Thanksgiving to all, and thank you for reading.\n\n&nbsp;','What sways you?','','publish','open','open','','what-sways-you','','','2010-11-25 10:51:25','2010-11-25 15:51:25','',0,'http://cuppamarcomm.wordpress.com/?p=975',0,'post','',0),
(978,4,'2010-11-30 10:08:27','2010-11-30 15:08:27','At my gym, I see several folks doing the same thing, day after day.  Some of these people even use the exact same machine at the same time, every day. Are they getting more fit? Probably not, because to get more fit you have to challenge yourself, you have to change things up.\n\nThose gym rats always doing the same thing are stuck. Stuck in a routine (perhaps best to call it a fitness rut).\n\nAre you stuck in your marketing routine?\n<ul>\n	<li>How long has it been since you updated your website?</li>\n	<li>How long have you been using the same brochure?</li>\n	<li>When did you develop your tagline?</li>\n	<li>How long have you had your logo? (Yes, logos need to be refreshed...typography changes!)</li>\n	<li>Have you experimented with social media marketing?</li>\n	<li>Have you experimented with <em>anything</em>?</li>\n</ul>\nIf you are stuck--that is, you are doing the same things over and over, not changing things up, even a little bit, it\'s OK.  <strong>It\'s OK if you want to remain where you are and not move forward.</strong>\n\nIf, on the other hand, you want to move forward, now is the perfect time to get unstuck. Historically, December is more about partying than productivity, so you will have plenty of time to review and revise. What needs to be changed? What will bring your more value?\n\nIf you need some advice to get started, here is a good article from the <a title=\"Business Insider\" href=\"http://www.businessinsider.com/10-steps-to-small-business-success-in-2011-2010-11#\" target=\"_blank\">Business Insider</a>.\n\nWhat will you do to get unstuck? Please share in the comments.','Are you stuck?','','publish','open','open','','are-you-stuck','','','2010-11-30 10:08:27','2010-11-30 15:08:27','',0,'http://cuppamarcomm.wordpress.com/?p=978',0,'post','',0),
(982,4,'2010-12-01 10:32:42','2010-12-01 15:32:42','There are some people (agencies, businesses, etc.) that excel at marketing, and others, not so much. I want to share two examples with you--one of something that worked well and one of something that didn\'t.\n\n<strong>Alchemy Salon--Customizing the Experience (What Works Well)</strong>\n\nA couple of weeks ago I tried a new hair salon. When I arrived, I was asked to fill out a form. I then got my hair cut/styled and all looked good. A couple of days ago I got a HANDWRITTEN card in the mail, thanking me for visiting Alchemy and inviting me to use their online appointments option. Also, they sent me instructions how to access the online \"Alchemy Rewards Program.\"\n\nThe good here:\n<ul>\n	<li>Personalized response</li>\n	<li>Smart use of online options</li>\n	<li>Invitation to a loyalty rewards program</li>\n	<li>Follow up/thanking me for business</li>\n</ul>\n<strong>Everything But the Turkey Volunteer Program at the DCJCC (What Doesn\'t Work Well)</strong>\n\nThe Everything but the Turkey programs asks people to sign up and pay $10 to prepare the side dishes (yams, etc) for Thanksgiving meals to be given out by a food bank.  Hundreds of pounds of sides are prepared and shipped to the food bank for distribution. I have participated at least twice in the past few years. This year, as part of the GENERAL DCJCC events email, I was told about the program. I did not receive any personal invitation. For various reasons, I didn\'t choose to participate this year, but mostly, because I was not motivated enough to give up an evening.\n\nThe bad here:\n<ul>\n	<li>Lack of personalization (no acknowledgment that as someone who volunteered before, I may want to volunteer again)</li>\n	<li>No follow up</li>\n	<li>No burning reason to participate</li>\n</ul>\nWhen you send out any type of marketing piece you are \"touching\" your audience. You can do so successfully or you can fail to leave a good impression.  Think about what you are sending out and what you intend the recipient to do. Now, are you doing something that works or something that doesn\'t?\n\nAnd lastly, many marketers do not <span style=\"text-decoration:underline;\">measure success.</span> In Alchemy\'s case, if I join their online rewards program, they will have a way to measure whether I responded to their marketing. In the DCJCC\'s case, clearly, they are not correlating the marketing to the volunteer database, so they have NO way of knowing if volunteers from last year signed up again.\n\nI am interested in specific examples of marketing that works (or doesn\'t work). Please share with me in the comments.\n\n&nbsp;','Marketing that works and marketing that doesn\'t','','publish','open','open','','marketing-that-works-and-marketing-that-doesnt','','','2010-12-01 10:32:42','2010-12-01 15:32:42','',0,'http://cuppamarcomm.wordpress.com/?p=982',0,'post','',0),
(985,4,'2010-12-03 09:33:59','2010-12-03 14:33:59','The best, most award-winning ad in the world won\'t sway an unhappy customer\'s mind.  Keep that in mind as you tinker with your marketing and you don\'t check in with your customer service.\n\nIf you live in Washington, DC or Maryland, you probably have PEPCO as your electric company.  And if you were around this past summer or during the massive blizzards of February, you probably lost your power.  You tried calling PEPCO only to get bad information or no information at all. Then you found out that PEPCO is rated very poorly among all electric utility companies in the United States. You probably weren\'t surprised.\n\nFast forward to the Fall of 2010. PEPCO is busy running a TV commercial featuring the company president assuring the viewers that PEPCO is responding to customer concerns.  But, is it true?\n\nYesterday, I had to call PEPCO. I was on hold for 21 minutes. And there was no emergency. Can you imagine what hold times will be when there are outages?\n\nThis is a case where PEPCO is investing money in its marketing without investing money in customer service. This is a major mistake. Customers don\'t care if you are running a great ad campaign, have well written brochures and a redesigned website, if they cannot get through to an agent to resolve their problems.\n\n<strong>Customers will judge a company on it service, not on its marketing. Marketing may get customers through the door, but it will not retain them or make them think positively about your company or organization (this applies to nonprofits as well). </strong>\n\nBefore you spend any money on a marketing campaign, make sure that you have budgeted for customer service.','Want to improve your marketing? Start with your customer service.','','publish','open','open','','want-to-improve-your-marketing-start-with-your-customer-service','','','2010-12-03 09:33:59','2010-12-03 14:33:59','',0,'http://cuppamarcomm.wordpress.com/?p=985',0,'post','',1),
(988,4,'2010-12-06 08:54:26','2010-12-06 13:54:26','Last Friday, I wrote about how Pepco needs to concentrate on customer service and less on marketing. In fact, the company will have to deal with lots of damage control because the <a title=\"WaPo on Pepco\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/12/04/AR2010120403887.html\" target=\"_blank\">Washington Post published a devastating article</a> on Sunday that finds that Pepco has TERRIBLE reliability and that it has nothing to do with trees and storms but rather with equipment failure.  In response, Pepco will have a press conference today to discuss their five-year improvement plan.\n\nAgain, Pepco would be best advised to spend money fixing the problem than spending thousands on an ad campaign to make the company appear to care about its customers. In the end, customers don\'t have a choice when it comes to power companies. I understand the latest Pepco ad campaign is about image...but again, customers will develop an image based on their own experiences. Everyone who suffers power outages frequently (Pepco customers suffer power outages 70% more frequently than counterparts in other large cities) knows Pepco is NOT reliable, and does not work hard enough to restore power quickly. Today\'s full-color ad in the Washington Post (with the tagline \"We\'re working for you) is not going to change minds.\n\nDo you think Pepco can fix its image? Is image even the problem?','UPDATE: Pepco and reliability','','publish','open','open','','update-pepco-and-reliability','','','2010-12-06 08:54:26','2010-12-06 13:54:26','',0,'http://cuppamarcomm.wordpress.com/?p=988',0,'post','',1),
(991,4,'2010-12-09 10:47:54','2010-12-09 15:47:54','As I mentioned in my last post, the Washington Post published a pretty devastating expose of Pepco\'s failings and today, there are several letters to the editor that provide some insight into public unhappiness with the utility company. Additionally, Post columnist <a title=\"Robert McCartney\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/12/08/AR2010120807912.html\" target=\"_blank\">Robert McCartney has a pretty strong take on Pepco</a> and its excuses.\n\nPepco is facing a public relations crisis. As McCartney points out, Pepco\'s PR strategy of saying that customer\'s expectations are too high is unsatisfactory and, frankly, ridiculous. The last time I checked, the United States is a first-world country, and Washington, D.C. is its capital. As such, it is not out of line to expect power to be 100% reliable. If, however, this was Haiti, then maybe expectations of electrical service would not be met.\n\nPepco\'s brand promise SHOULD be about reliability. Instead the brand has come to mean LACK OF RELIABILITY.  In order to restore its brand, Pepco is going to have to engage in communications that are responsive to real concerns, but further, should absolutely engage in FIXING THE PROBLEM. As I stated before, no amount of communications is going to satisfy a customer who has experienced frequent, extended power outages.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F12%2F09%2Fpepco-post-number-3%2F&amp;linkname=Pepco%20Post%20Number%203\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Pepco Post Number 3','','publish','open','open','','pepco-post-number-3','','','2010-12-09 10:47:54','2010-12-09 15:47:54','',0,'http://cuppamarcomm.wordpress.com/?p=991',0,'post','',1),
(995,4,'2010-12-14 06:59:54','2010-12-14 11:59:54','Have you seen the new UPS commercials? It\'s about logistics.  There are several different iterations, but they all talk about how important logistics are, and of course, UPS is all about logistics.  Really? I thought UPS was about shipping. But I guess I am supposed to now think of shipping as just the visible part of the complex web that is logistics.\r\n\r\n[youtube id=mRAHa_Po0Kg&amp;fs=1&amp;hl=en_US]\r\n\r\nWhat\'s good:\r\n\r\nSong is memorable. Logistics is a new USP for UPS. It has definitely caught my attention.\r\n\r\nWhat\'s bad:\r\n\r\nLogistics? Really? Is that why I would ship with UPS over Fedex?\r\n\r\nYour thoughts?','Logistics?','','publish','open','open','','logistics','','','2011-08-14 07:11:50','2011-08-14 07:11:50','',0,'http://cuppamarcomm.wordpress.com/?p=995',0,'post','',1);
INSERT INTO `wp_posts` VALUES
(998,4,'2010-12-17 13:49:31','2010-12-17 18:49:31','The social media news of the moment is that Yahoo! is shutting down Delicious, the social bookmarking site. I have used Delicious intermittently over the past couple of years, and I am sure there are several interesting articles stored over there. I am told that it is fairly easy to transfer them to another site, but the issue remains, what happens when we become dependent on any website?\n\nMany of us depend on Facebook to share pictures and news with friends and family. Others depend on LinkedIn to keep track of our professional network.  We use readers to keep our RSS feeds all in one place.  We are using cyberspace to keep our cyber activities organized. And yet, websites can be shut down at any moment and all our carefully curated information could be lost in an instant.\n\nHow do we become independent from the websites we depend on? First, figure out what information you must positively have access to and keep it in a hard (printed) format. I am talking about addresses, website URLs, email addresses and anything else you need to contact your clients, friends, network in general. Perhaps it is a good idea to keep a hard copy list of the blogs you read too.\n\nOn a totally unrelated topic, I have been reading a lot about John Boehner (incoming Republican Speaker of the House) and his crying. The man opens up the waterworks at the mere mention of his humble origins. <a href=\"http://opinionator.blogs.nytimes.com/2010/12/15/the-tears-of-john-boehner/?src=me&amp;ref=general\" target=\"_blank\">This fabulous piece from Timothy Egan in the New York Times Opinionator blog </a>says its mere hypocrisy as Boehner\'s policies do more harm than good to people of humble origins in this country. The marketer in me thinks there is more to the crying than meets the eye. I think it is a very calculated move on Boehner\'s part to seem sensitive. Either that, or he has no emotional control.\n\nWhat are your thoughts? Are you dependent on your social media? And is Boehner just a big cry-baby?','On becoming dependent and thoughts on crying','','publish','open','open','','on-becoming-dependent-and-thoughts-on-crying','','','2010-12-17 13:49:31','2010-12-17 18:49:31','',0,'http://cuppamarcomm.wordpress.com/?p=998',0,'post','',2),
(1001,4,'2010-12-21 12:35:42','2010-12-21 17:35:42','Nothing is more disappointing than a tease. A tease will always let you down after getting your attention because a tease is nothing more than an <strong>unfulfilled promise</strong>. And yet, we see teases in marketing all the time.\n\nTeaser rates are those rates that sound so great that you are drawn to a financial institution, only to learn that you don\'t qualify. Marketers love these because they get  people in the door, but at what cost? If your potential customers are disappointed, will they come back?\n\nMy personal least favorite tease is the blog post or website article that isn\'t.  You see a headline that reads something like this: Learn how to fold sheets in 2 minutes flat. Then, when you go to read the post ,there\'s little more  than the headline  and a link to an e-book on sheet folding.\n\nTo me, teasing readers on your blog with misleading headlines betrays trust. I have stopped reading a great many blogs because the authors of those blogs just want me to buy something. They don\'t want to share with me.\n\nNow, I understand you can\'t give it all away for free. You may have a book to sell or a seminar to fill. But don\'t insult your readers/public\'s  intelligence. They can see that you pulled them in just to sell them something--and they won\'t come back.\n\nTeases are annoying--and their actions teach others to avoid them.\n\n&nbsp;','Are you a tease?','','publish','open','open','','are-you-a-tease','','','2010-12-21 12:35:42','2010-12-21 17:35:42','',0,'http://cuppamarcomm.wordpress.com/?p=1001',0,'post','',0),
(1004,4,'2010-12-24 09:38:17','2010-12-24 14:38:17','<strong><span style=\"color:#993300;\">Wishing all Caffeinated readers a very happy holiday, and all the best for a prosperous, peaceful, and HAPPY NEW YEAR!</span></strong>\n\n&nbsp;\n\n[youtube=http://www.youtube.com/watch?v=a1c8wCDOrk8&fs=1&amp;hl=en_US&amp;rel=0] ','Happy Holidays!','','publish','open','open','','happy-holidays','','','2010-12-24 09:38:17','2010-12-24 14:38:17','',0,'http://cuppamarcomm.wordpress.com/?p=1004',0,'post','',0),
(1008,4,'2011-01-03 16:22:52','2011-01-03 21:22:52','To create real, actionable marketing resolutions for 2011, you need to do two things.\n<ul>\n	<li>First, you will need to review 2010 and figure out what worked and what didn\'t work.</li>\n	<li>Second, you should ask yourself what are you going to do differently this year to achieve your marketing goals?</li>\n</ul>\nIf there is one thing most people could do differently is to follow up.  Few people go the extra mile. Recently, I have been looking for contractors for a couple of jobs in my house. Out of five contractors, three followed up. The two who didn\'t follow up don\'t have  snowball\'s chance in Hawaii to do business with me. If they don\'t even want to know whether I got their estimates or if I have any questions, clearly my business is just not that important to them.\n\nTo follow up  means doing your due diligence with a contact--any type of  contact. If you met someone at an event, follow up and make a second contact. If you left a voice mail or sent an email, and didn\'t hear back, call again and make sure to speak to someone in person. If you sent a proposal or met with a lead, make sure to contact the lead soon after your initial interaction.\n\nNot following up means that you don\'t care enough to make the effort. Following up shows you care, that you are interested.\n\nAgain, marketing is not all about the great looking ad or the slick brochure. It is about personal interaction with the people who you want to buy your product or service.\n\nSo how about it, will you join me in resolving to make following up a marketing resolution in 2011?','Following up: your number one marketing resolution for 2011','','publish','open','open','','following-up-your-number-one-marketing-resolution-for-2011','','','2011-01-03 16:22:52','2011-01-03 21:22:52','',0,'http://cuppamarcomm.wordpress.com/?p=1008',0,'post','',2),
(1012,4,'2011-01-04 10:15:03','2011-01-04 15:15:03','Have you been to the movies lately? The ticket prices keep creeping up and this past Sunday I paid $10.75 to see True Grit (a great movie, by the way, and worth watching). Just a few months ago, tickets were $10, and before that $9.50 and back in the last century, one could catch a flick for about $5.\n\n<a href=\"http://consumerist.com/2011/01/movie-ticket-sales-last-year-lowest-since-1996.html\" target=\"_blank\">Consumerist reports</a> that movie ticket sales were at their lowest point since 1996 (back in the last century) in 2010. At the same time, movie prices are at their highest point in history. Coincidence? I think not.  The article also says more people are staying home to watch streaming video or waiting the shorter time between a movie\'s theatrical release and its DVD release.  But, I think, the real cause is the high cost of the movies versus the cost of staying home/watching online or on DVD.\n\nWhat this illustrates is that no matter the quality of your product (and there are some excellent movies out there) or the frequency of your advertising or the success of your public relations efforts there are reasons that people will not buy your product (or service). Consumers will determine whether your product offers value and whether they are willing to pay for that value.\n\nWhen movies cost $10.75 and you have a family of four, or you are taking your significant other out for a date, or you are just killing time, you may think twice about it. After all $10.75 could buy you a meal or even a book. Pricing matters and higher costs will translate into lost customers. There is a balance point where you are charging more to fewer people and still making money--and that probably is the holy grail of pricing.\n\nHow does movie price affect your movie watching? Are you going to the movies in spite of the higher costs?\n\n&nbsp;','When movies cost $10.75','','publish','open','open','','when-movies-cost-10-75','','','2011-01-04 10:15:03','2011-01-04 15:15:03','',0,'http://cuppamarcomm.wordpress.com/?p=1012',0,'post','',0),
(1019,4,'2011-01-06 09:13:41','2011-01-06 14:13:41','To quote Aretha Franklin: \"R-E-S-P-E-C-T, find out what it means to me.\" (I do wish I could sing this to you but...)\n\nWe do business with people and brands we respect.  This is why we see the rise in rating websites like Yelp and Angie\'s List. We are looking not only for value and good quality, but to respect who we are doing business with.  On Angie\'s List, one of the parameters used to rate service providers is professionalism. Professionalism is about whether a person exhibits good judgment, whether he or she treats his or her customers with respect.\n\nIt is said that respect is earned. That is true.  To earn respect, you have to act in ways that garner trust. For instance, if you read a newspaper and find interesting and informative articles there, you continue reading it. You respect and trust the information it provides. But once you start seeing factual mistakes, typos and lapses in editorial judgment, you start losing respect and trust for the publication (or its editors). Same goes for blogs, company newsletters, anything.\n\nAs a marketer, one of your tasks should be to earn your customers\' respect and make sure they trust your product or service.  You do that by providing honest information. If you are marketing an office supply store and you say in your advertising that you carry everything for the office, but when a customer is looking for a desk or a file cabinet, and can\'t find that at your store, you are not being honest with your customers. Your customers will lose respect for you. If you say you match pricing from any other store (and you make that really large print) and then list exceptions (in very small print), you are not being honest with your customers. And yes, that will cost you respect.\n\nIt does come down to R-E-S-P-E-C-T.\n\n&nbsp;\n\n&nbsp;','R-E-S-P-E-C-T','','publish','open','open','','r-e-s-p-e-c-t','','','2011-01-06 09:13:41','2011-01-06 14:13:41','',0,'http://cuppamarcomm.wordpress.com/?p=1019',0,'post','',0),
(1023,4,'2011-01-12 15:33:32','2011-01-12 20:33:32','Those of us who work in communications appreciate the power of choosing words well. We sweat it out over how to phrase a headline or a tagline because we know words matter. Different words carry different meanings, connotations, appeal and can sway your audience one way or another.\n\nIn the aftermath of the Arizona shooting of Rep. Gabrielle Giffords and the murder of six people by a deranged Jared Lee Loughner there has been A LOT of discussion over whether political discourse contributed to this heinous act. In truth, the only person who can answer if there is a direct correlation is Loughner, but I doubt we will be getting a sane answer from him. And many people on both sides of the political spectrum are pointing fingers at each other, at the heated rhetoric, etc.  In my opinion, words do matter. They may not have been the cause in this particular instance, but when you are continually demonizing the other by labeling (job-killing, un-American, etc.) you create chasm and you create distrust. You create or stoke hatred.  You reinforce the idea that those you attack are different than you, that they cannot be trusted, that they are out to get you.\n\nSo, although Sarah Palin\'s rhetoric and demagoguery are not what made Loughner go into a store to buy a gun and then shoot innocent people, and she is right to claim she is being wrong accused, that does not make it right for her to accuse the media of a \"blood libel.\" First, because Palin (and her communications crew) clearly do not understand the meaning of phrase and second, as my friend Daria Steigman pointed out, using the word \"blood\" in the aftermath of a bloody tragedy is just plain poor choice of words.\n\nHere are a few articles to read about Palin\'s word choice:\n\n<a href=\"http://www.frumforum.com/what-palin-needed-to-say-after-giffords-shooting\" target=\"_blank\">David Frum on what she should have said.</a>\n\n<a href=\"http://thecaucus.blogs.nytimes.com/2011/01/12/palin-calls-criticism-blood-libel/?hp\" target=\"_blank\">New York Times\' The Caucus</a>\n\nPalin seems to be a master manipulator of words, and making herself the victim of a conspiracy against her (which is what I believe she meant to say with blood libel) is no error. She should be taken to task. I will be waiting to see what she says next now that the criticism is mounting.\n\nThe bottom line is that what we say and how we say it does matter and it does influence perception. Advertising and public relations people know this better than most.','It\'s never \"just words\"','','publish','open','open','','its-never-just-words','','','2011-01-12 15:33:32','2011-01-12 20:33:32','',0,'http://cuppamarcomm.wordpress.com/?p=1023',0,'post','',0),
(1026,4,'2011-01-14 09:33:18','2011-01-14 14:33:18','If you do just one thing, I can almost guarantee you will improve your social media success:\n<p style=\"text-align:center;\"><strong>Post a good (perhaps even professional) picture of yourself on your social media profiles.</strong></p>\nFirst a caveat: I said a GOOD picture of yourself. Not some quirky, smirky mugshot<em> a la</em> Jared Lee Loughner (that is guaranteed to drive people away).  I know that good is subjective, but aim for some of these adjectives: professional, pleasant, smiling, poised, polished, approachable.\n\nThe reason is simple: people do business (and connect) with people.\n\nA few days ago, an acquaintance of mine who is notoriously shy and quiet, posted her company logo as her LinkedIn profile picture. What a bad move (and I told her so). After all, are people seeking to connect with her company (where she is an employee and not an owner) or with her?\n\nFor some people, putting up a picture seems like an invasion of privacy. For some, there is fear of being judged by looks or the worry that they don\'t look good enough. I have heard of women who want to lose weight before posting a picture.  Unfortunately, these excuses don\'t fly. Social media is social, and social means people. People are not icons or images or logos. They are themselves, and generally a photo captures this.\n\nAccording <a href=\"http://smallbiztrends.com/2011/01/business-opportunities-find-you-linkedin.html\" target=\"_blank\">to this blog post by Todd Taskey on Small Business Trends,</a> a PROFESSIONAL photo will increase your chances of having business opportunities find you on LinkedIn. More reason to go out and get a professional portrait done. It truly is a worthwhile investment.\n\n&nbsp;','One move to guarantee social media success','','publish','open','open','','one-move-to-guarantee-social-media-success','','','2011-01-14 09:33:18','2011-01-14 14:33:18','',0,'http://cuppamarcomm.wordpress.com/?p=1026',0,'post','',0),
(1029,4,'2011-01-18 13:50:39','2011-01-18 18:50:39','How do you communicate with your present or potential customers or clients? Whether you do it successfully can mean a difference to your bottom line.\n\n<strong>Provide the information requested.</strong> Yes it sounds self evident, but so many times businesses dance around a question without an answer. For instance,  I recently requested costs to create a pdf form from a virtual assistant. There was a whole lot of emails back and forth: just what type of form, how long, with logo or without, etc. And never a quote. I can\'t do business with someone who can\'t provide an estimate for me.\n\n<strong>Be realistic. </strong>Often, people think that if they say something is going to take a couple of days when it really takes a week the customer will sign up. But if the job actually takes longer you will risk angering your customer.  For instance, if  you are a service provider and you can\'t fit someone for two weeks, say so.  Don\'t say that you can possibly squeeze a customer in just because that is his/her timetable. If you can\'t accommodate something, you will end up with an unhappy customer\n\n<strong>Don\'t sugarcoat bad news.</strong> If you need to cancel or the price has gone up, say it quickly and directly.\n\n<strong>Apologize if warranted, but say what you will do to fix it</strong>. Apologies are all fine and good, but not sufficient. Most people don\'t care if you are sorry that you screwed up, they want to know how you are going to make it better.\n\n<strong>Don\'t make excuses.</strong> The dog ate my homework didn\'t fly in grade school and will certainly not fly in the face of a customer relationship and yet how many times do you hear excuses from service providers? I am having my floors done and the service provider underestimated the time it would take his crew, but he keeps telling me it is because they weren\'t able to work on the weekend. That is an excuse and it doesn\'t fly.\n\n<strong>Be timely.</strong> If you say you are going to call a customer, call! If there is going to be a problem, call your customer sooner rather than later. Don\'t let your customer call you with something you said you would get.\n\n<strong>Be pleasant.</strong> Again, it seems self-evident. Just today I called my auto insurance company. I had a change to make, and the woman who helped me was really pleasant. It made the transaction easy. It left a good impression.\n\nAnything you would add? What works best for you?\n\n&nbsp;','Tips to improve your customer communication','','publish','open','open','','tips-to-improve-your-customer-communication','','','2011-01-18 13:50:39','2011-01-18 18:50:39','',0,'http://cuppamarcomm.wordpress.com/?p=1029',0,'post','',1),
(1032,4,'2011-01-21 16:10:32','2011-01-21 21:10:32','<a href=\"http://twitter.com/#!/shashib\" target=\"_blank\">Shashi Bellamkonda</a> from Network Solutions gave the keynote yesterday at <a href=\"http://wwpr.org/\" target=\"_blank\">Washington Women in PR\'</a>s annual luncheon. Here is a link to<a href=\"http://www.networksolutions.com/blog/2011/wwpr-annual-luncheon-keynote-theme-its-all-about-human-relationships/\" target=\"_blank\"> his presentation</a>, which is well worth a read if you work in PR and/or social media.  He spoke about the importance of establishing connections, in person when possible. He\'s absolutely right. Too many people substitute an email or my least favorite, a text, for a phone conversation or an in-person meeting.  I have said it before on this blog but it bears repeating: people do business with people.\n\nRecently, I met David Heyman in person. Up to that time, I knew him on Twitter only as <a href=\"http://twitter.com/#!/dcborn61\" target=\"_blank\">@dcborn61</a>.  We have had breakfast together and chatted. We\'ve also done business. That is the power of connection.\n\nI first met Shashi as @shashib on Twitter too.  I met him in person at a casual Tweet up and have had the fortune of seeing him at many other events since.\n\nGet to know someone better. Go for coffee or a beer. Try to connect in person--you will get to know each other better.\n\nHow do you connect?','Connecting in person','','publish','open','open','','connecting-in-person','','','2011-01-21 16:10:32','2011-01-21 21:10:32','',0,'http://cuppamarcomm.wordpress.com/?p=1032',0,'post','',2),
(1036,4,'2011-01-23 08:39:41','2011-01-23 13:39:41','Several years ago, I was asked to join the board of a local education nonprofit. This particular organization was tiny, and operating in the red. The executive director was a very young and inexperienced person, who was getting paid a salary and benefits that the organization just could not afford. Clearly, funds were the issue, as they are in most nonprofit organizations.\n\nThere is a tension between marketing communications and nonprofit organizations.  As a marketer, you want your communications to look professional and put-together. I have always advocated for professional design. However, professional design does not come cheap, and it certainly is not free.  But good design pulls in eyeballs and may actually help drive traffic to your website/brochure/etc.  So what is a nonprofit to do? In my opinion, a nonprofit needs to commit resources to its communications needs--carefully. For instance, a cheap website will not attract donors. An overly glitzy website could potentially turn off donors. Somewhere in between---a website that has the necessary elements, looks clean and modern, has the ability to receive donations--is probably where nonprofits need to go.\n\nBack to the nonprofit organization I was involved with. The board was committed to having a printed brochure, which was mailed to the mailing list of members and former students. Because the executive director was lazy (there is no other word), she paid first-class postage instead of the more labor-intensive bulk nonprofit mailing rate. The brochure was printed in two-colors on heavy bond paper, adding both mailing costs and printing costs. The executive director laid out the newsletter in Publisher, and it was very difficult to edit and to update. Additionally, the organization had very little idea of who attended the classes offered or where they came from. In other words, they had no demographic information.\n\nI recommended moving the brochure to an electronic format and mailing out only to those who requested printed copies. I recommended using the nonprofit rate. I recommended getting a logo designed by graphic designer. I recommended getting all content in Word, edit and correct it, and then lay it out. I recommended conducting a survey to get a sense of who is taking the classes. Guess what? They did not show any interest in any of these recommendations. It was so frustrating that I quit the board. A few months later the executive director left, and they hired someone more mature part-time. Last I know, they don\'t have any executive director.\n\nThis organization is now sending out an even less graphically appealing printed brochure (I just got one the other day and it ended up in the trash). It is still being printed on heavy bond paper, without color though. And they are using their nonprofit bulk rate instead of first-class stamps. I wonder if this is working for them.\n\nFirst of all, who are they trying to attract? An older, less sophisticated audience might not mind a brochure that looks like a secretary in the 1990s put it together.  Why am I still getting their mailing? I haven\'t attended a class there for years, which indicates to me they haven\'t cleaned up their database.\n\nWhen you have limited funds, you should use them wisely. In this case, the organization is spending too much money on printed materials that are not visually appealing.  I would bet that they are not achieving good return on investment.\n\nDo you have examples of other nonprofits that are not doing things \"right?\" Please share stories and examples.','Nonprofit communications: how not to do it','','publish','open','open','','nonprofit-communications-how-not-to-do-it','','','2011-01-23 08:39:41','2011-01-23 13:39:41','',0,'http://cuppamarcomm.wordpress.com/?p=1036',0,'post','',1),
(1040,4,'2011-01-27 12:39:37','2011-01-27 17:39:37','This past Monday, I attended the <a href=\"http://whatsnextdc.com/\" target=\"_blank\">What\'s Next DC </a>marketing communications conference put on by <a href=\"http://www.greenbuzzagency.com/\" target=\"_blank\">Green Buzz Agency</a>. For a nice recap, please read Daria Steigman\'s <a href=\"http://www.steigmancommunications.com/2011/01/27/is-your-marketing-team-obsolete/\" target=\"_blank\">post on the Independent Thinking blog</a> and also <a href=\"http://storify.com/tinu/whats-next-dc-presentations-overviews-takeaways\" target=\"_blank\">check out slides</a> from the conference.\n\nMost speakers at the conference talked about social media, and how traditional marketing is dead (the press release is dead, social media shouldn\'t even be called that, etc.). And although I agree that social media has transformed the marketing landscape, making everyone \"networked\" as one speaker put it, it has not changed the fundamentals of marketing nor the viability of old school marketing channels.  One speaker said marketers need to be \"remarkable.\" To put it in old school terms, what is it to be remarkable if not to find your USP (unique selling proposition)?\n\nIn my opinion, marketing is still marketing regardless of whether the tools have changed. If you don\'t know what you are selling, or what sets you apart, you will not succeed, no matter how many Twitter followers you have or how much of a \"digital native\" you are.\n\nYesterday, I experienced true old school marketing. I had a leak in my refrigerator and needed to find someone to fix it ASAP (before the snow that hit us yesterday), but had no Internet access or Smart Phone. I couldn\'t tweet out my concern or go to Angie\'s List  (my go-to spot for all matters home related).  What did I do? First, I remembered a electrical/plumbing place I have seen advertised in the paper and online. I called 411, got the number and called them. They don\'t do appliances. Back to square one. Then, it dawned on me that I have PHONE BOOKS/Yellow Pages.  I looked up appliance repair, called a place that said they do emergencies, and about two hours later, a technician was at my house fixing the fridge.\n\nThe moral of this story is don\'t give up on old school marketing just yet. Not everything is solved by the Internet or Twitter. In fact, today, many people in Maryland are sitting without power or Internet access due to the snow. Many don\'t have Smart Phones. Some may not have Internet access, or only have it at work.  This is why ads still work. The Yellow Pages still work. And yes, well written press releases still work too.\n\nAre you still marketing old school?','Marketing old school','','publish','open','open','','marketing-old-school','','','2011-01-27 12:39:37','2011-01-27 17:39:37','',0,'http://cuppamarcomm.wordpress.com/?p=1040',0,'post','',1),
(1043,4,'2011-01-30 11:37:14','2011-01-30 16:37:14','Being personal. That\'s the one thing that will make you stand out.\n\nWe are living, increasingly, in an electronic world. People send email and texts instead of picking up the phone. People tweet out questions to strangers in the hopes of getting the wisdom of the crowd. But, as <a href=\"http://cuppamarcomm.wordpress.com/2011/01/21/connecting-in-person/\" target=\"_blank\">we talked about here,</a> people want to connect personally, one to one.  Although we <em>feel </em>more connected, we are more isolated from other people. It is now possible for you to know what your friend from elementary school had for breakfast (on Facebook) while not knowing who your neighbor is.\n\nThis morning, on CBS Sunday Morning, Steve Hartman <a href=\"http://www.cbsnews.com/stories/2011/01/24/assignment_america/main7279295.shtml?tag=mncol;lst;2\" target=\"_blank\">investigated the handwritten thank you note.</a> He has never been a fan, but his colleague Byron Pitts is. Pitts sends out thank you notes to the people he interviews, to others who have helped him. This makes Pitts stand out. Those people will remember the gesture.\n\nI am not sure if it is generational, cultural or personality-driven, but some people just don\'t seem to get that people want to be treated like people. If someone is sick or has been sick, you ask about their health. If someone is facing a problem, you offer support.  Yet many people don\'t do this even though it takes very little effort for a big reward. Some politicians have gotten far because they treat people like people.  George Bush gained popularity in part because he was personal--asking people about their families, following up, sending thank you notes.\n\nDon\'t underestimate the power of reaching out, of being personal. It could be a handwritten note, or it could be a telephone call. Reach out to people, and you will stand out to them.','One thing that will make you stand out','','publish','open','open','','one-thing-that-will-make-you-stand-out','','','2011-01-30 11:37:14','2011-01-30 16:37:14','',0,'http://cuppamarcomm.wordpress.com/?p=1043',0,'post','',0),
(1047,4,'2011-02-01 13:12:11','2011-02-01 18:12:11','No, this is not a post about the power of positive thinking. It\'s about the power of positive reviews.\n\nHow many times have you bought a book, gone to a movie, hired a contractor, eaten at a restaurant because you read/heard a positive review? I would bet that the answer is many times.\n\nCase in point. <a href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/03/02/AR2010030203491.html\" target=\"_blank\">The Washington Post raved about Helen Simonson\'s book</a>,  <span style=\"text-decoration:underline;\">Major Pettigrew\'s Last Stand</span>. In fact, many other reviewers also raved.  So I went out to buy it. And guess what, I am not liking it quite that much. But the sale has been made.\n\nGetting a third-party positive review is definitely worth its weight in gold. This is why public relations is so valuable, even in the age of social media. You get one great review, and you will get lots of interest (and possibly lots of sales).  The sticking point lies in whether the product/service/movie/restaurant delivers the goods. You may get an initial sale but no follow up sales if the product does not live up to its review.\n\nAs companies look to save money, many are doing away with PR help. This is not good business. Good PR can lead to good reviews, which in turn, may lead to increased sales.\n\nWhen has a review turned your opinion? Please share any stories.','Positive Power!','','publish','open','open','','positive-power','','','2011-02-01 13:12:11','2011-02-01 18:12:11','',0,'http://cuppamarcomm.wordpress.com/?p=1047',0,'post','',0),
(1052,4,'2011-02-02 09:48:40','2011-02-02 14:48:40','Two items from today\'s Washington Post caught my eye.  One was about Jay Carney, the new White House press secretary and the other was a letter to the editor regarding Pepco.\n\n<strong>Speaking for the White House</strong>\n\nJay Carney is taking over from Robert Gibbs as White House press secretary. Carney was a journalist, and many people think he will bring a journalist\'s viewpoint to the White House briefing room. Dana Milbank wonders \"Can Jay Carney Hack it as a Flack\" in an<a href=\"http://www.washingtonpost.com/wp-dyn/content/article/2011/02/01/AR2011020105165.html?hpid=opinionsbox1\" target=\"_blank\"> op-ed in today\'s Washington Post</a>. Few people will miss Gibbs, so maybe by comparison, Carney will already do better. I wrote about Gibbs snark <a href=\"http://cuppamarcomm.wordpress.com/2010/01/20/how-you-say-it/\" target=\"_blank\">here.</a> If one thing Carney can learn from Gibbs is how not to act. I think the press corps are looking for information without sarcasm.\n\n<strong>Proving advertising doesn\'t turn the lights back on</strong>\n\nAnother hot topic this week (other than the ongoing protests in Egypt) is Pepco. If you live in the DC area you know that Pepco failed, once again, to restore power in a timely fashion following a weird snow storm last week. At one point, they had 300,000 customers without power and in many cases, it took them three or four days to restore power to all of them.  Witness how people felt about it, and more importantly, about how Pepco mishandled communications by reading<a href=\"http://www.washingtonpost.com/wp-dyn/content/article/2011/02/01/AR2011020105906.html\" target=\"_blank\"> letters to the editor in today\'s Post.</a> Notice the title of the piece includes the word \"outrage.\"\n\nThis latest episode in Pepco\'s ongoing reliability struggle proves <a href=\"http://cuppamarcomm.wordpress.com/2010/12/06/update-pepco-and-reliability/\" target=\"_blank\">my point</a> that no matter how many nice ads and promising assertions you make, you have to back them up with real action. As you recall, Pepco started running an ad campaign talking about all the stuff they are doing to make themselves more reliable and responsive. Well, sadly, it was just words. No one believed it then, and certainly, no one believes it now. Instead of spending lots of ad dollars on an image campaign, Pepco should spend some money figuring out how to increase its reliability, responsiveness and communications with customers.\n\nThe bottom line for both these stories is that communications matter a whole lot. How you handle communications, what you say, when you say it, can truly impact public opinion and your image.','WaPo: Carney hopes and Pepco failures','','publish','open','open','','wapo-carney-hopes-and-pepco-failures','','','2011-02-02 09:48:40','2011-02-02 14:48:40','',0,'http://cuppamarcomm.wordpress.com/?p=1052',0,'post','',0),
(1055,4,'2011-02-14 09:39:46','2011-02-14 14:39:46','Have you checked your website lately? Chances are good that you haven\'t, especially if it is built on a non-blogging platform. But go ahead, check it for these four items today.\n<ol>\n	<li><strong> Does it load quickly?</strong> How long does it take for the average person to open your website? If it takes too long, you may lose that person.</li>\n	<li><strong>Does it load correctly?</strong> Are all the pages formatted correctly, and is the format readable? I have opened pages only to find HTML gobbledygook.</li>\n	<li><strong> Is the contact information current and accurate?</strong> The basics--address, phone, email--should all be up to date and you should make sure they are correct.</li>\n	<li> <strong>Do you provide the information your prospective customers or clients need?</strong> If you are a retail location, do you have your hours posted? If you are a restaurant, do you have your menu posted? If you are a salon, do you have a listing (including pricing) of your services?</li>\n</ol>\nIt is worth remembering that people go to websites to find useful information. If they can\'t access your website or find the information they need, THEY WILL GO ELSEWHERE.\n\nWhat types of things do you look for in a website? What turns you away?','4 items to check on your website','','publish','open','open','','4-items-to-check-on-your-website','','','2011-02-14 09:39:46','2011-02-14 14:39:46','',0,'http://cuppamarcomm.wordpress.com/?p=1055',0,'post','',0),
(1058,4,'2011-02-22 08:53:02','2011-02-22 13:53:02','How many blogs have you stopped reading? How many products have you stopped buying? How many ads do you ignore?\n\nIf you answered just one to any of these questions, the reason is because whatever the blog/ad/product/service has become irrelevant.\n\nSome irrelevancy is by attrition--meaning that you will stop buying a product because you no longer need it (like baby diapers when your child is potty trained). Other irrelevancy is because you just don\'t care anymore or the information does not ring true.\n\nHow do you become irrelevant?\n\nIf you are a blogger:\n<ul>\n	<li>You write about things that people don\'t care about or are not interested in.</li>\n	<li>You write about the same things over and over.</li>\n	<li>You write about you, you and more about you.</li>\n	<li>You never update your blog.</li>\n</ul>\nIf you are an advertisment:\n<ul>\n	<li>You advertise the same offer, over and over</li>\n	<li>You advertise an offer with tons of small print</li>\n	<li>You advertise things that are just not true (we beat any price, for instance).</li>\n	<li>What you advertise does not match reality.</li>\n</ul>\nIf you are a product:\n<ul>\n	<li>You don\'t work as promised.</li>\n	<li>You don\'t fill a need.</li>\n	<li>You are not well priced.</li>\n</ul>\nIf you are a website:\n<ul>\n	<li>You have outdated information.</li>\n	<li>You look like you were designed in 1999.</li>\n	<li>Your visitors can\'t find the information they need to make a purchase/visit your location/etc.</li>\n</ul>\n<strong>Basically, you become irrelevant when you forget what your audience needs or wants. </strong>\n\nWhat makes you tune out marketing? Let me know what makes blogs/ads/websites/brochures irrelevant.','How to become irrelevant','','publish','open','open','','how-to-become-irrelevant','','','2011-02-22 08:53:02','2011-02-22 13:53:02','',0,'http://cuppamarcomm.wordpress.com/?p=1058',0,'post','',0),
(1061,4,'2011-02-28 08:57:06','2011-02-28 13:57:06','Sometimes it seems like everywhere you turn someone is telling you to be on Twitter, Facebook and so forth. Lots of companies are now advertising that you should follow them.\n\nLet me say there is a huge benefit to being on social media. Some companies will find most if not all  of their target audience on social networks.  But, and there always is that but, if you are not prepared to be on social media, don\'t be on it. It can hurt more than help.\n\nLet me give you an example of how being on social media when you are not ready can actually cause more damage than any benefit.  Last week, I bought a mattress from Sleepy\'s, \"the mattress professionals.\"  The mattress was supposed to be delivered on Tuesday, between 3 pm and 7 pm (and, no, this is not the cable company although Sleepy\'s gives them a run for their money). By 6 pm, it was obvious the delivery was going to be delayed. I tweeted to @sleepys several times. No answer. Mattress finally got delivered at nearly  9 pm.  I did not receive a tweet back from Sleepy\'s until nearly<span style=\"text-decoration:underline;\"> 5 pm the next day, </span>asking me to email  my concern. The next day, they tweeted to email my concern (which I already had done.). By Friday, I had an email from them asking me to test the email address!!!! And, someone from customer service finally called me Friday afternoon.\n\nAlthough there are many things wrong with Sleepy\'s (and if you are interested in my opinion of this company just drop me a line),<strong> it adds insult to injury for them to be on social media and not to respond to social media.</strong>\n\n<span style=\"color:#ff0000;\">Social media for companies, whether it be for customer service or for image, requires a sizeable time investment.  It requires monitoring for mentions. It requires responsiveness. </span>\n\n&nbsp;\n\n<strong>Is social media the right venue for you? Here\'s a checklist to determine the answer:</strong>\n<ul>\n	<li><strong>I have the time and/or the staff to manage social media.</strong></li>\n	<li><strong>I have the understanding of how social media works.</strong></li>\n	<li><strong>I will respond to customer complaints on social media like I do on traditional outlets.</strong></li>\n	<li><strong>I will monitor for mentions consistently/constantly.</strong></li>\n</ul>\nIf you can\'t commit to this checklist, social media may not be the right venue for you.\n\nIf your company does not have the staff/time to deal with social media,  do yourself a favor, and do not get it to the game. You will make  matters worse. By saying you have social media outlets, you are  encouraging your customers to contact you there. If you are not there,  then your customers will become even more frustrated. Frustration can  lead to anger and upset. And because of the power of amplification, the  problem will get transmitted to more and more people.\n\nYour thoughts?','Is social media the right venue for you?','','publish','open','open','','is-social-media-the-right-venue-for-you','','','2011-02-28 08:57:06','2011-02-28 13:57:06','',0,'http://cuppamarcomm.wordpress.com/?p=1061',0,'post','',0),
(1063,4,'2011-03-07 15:35:58','2011-03-07 20:35:58','Last week, I found out my accountant is in the hospital. His partner cannot take on new work and the only remedy I was offered was to file an extension. When I asked for a referral to another accountant, the partner was not able (or willing) to give me a name. In short, my accountant apparently had no plan B, no contingency plan in case of emergency.\n\nMost of us do not plan for contingencies. We have our plan A, and we rarely think about what could happen if things do not go as expected. In cases of emergency, in communications having a plan B is also known as crisis communication planning or management. Well-managed organizations will have some sort of crisis plan.\n\nMany people do not like to think about the what if. It makes them nervous. When consulting with a nonprofit recently, it turned out that the organization had absolutely no crisis plan. And, by the way, a crisis does not necessarily have to  your fault or an emergency, or something horrible.\n\nContingency planning in general has to do with having alternative plans.  Say that the Internet goes out, are there other ways people can find information about you? If so, where? You cannot plan for every situation but you can have a general sense of what scenarios are most likely to happen, and what the procedures and communications are for each of those top situations. For instance, if you have a spokesperson, you may want to plan for the day the spokesperson is out with the flu (as I mentioned before, it doesn\'t have to be a dire situation). Who is the alternate spokesperson?\n\nIn short, because life will not go as planned, you should always plan for that fact.\n\n(Note to the accountants: you could set up a list of trusted accountants you refer to or you could hire temporary help for tax season.)\n\nHow do you create contingency plans?','Plan B...do you have one?','','publish','open','open','','plan-b-do-you-have-one','','','2011-03-07 15:35:58','2011-03-07 20:35:58','',0,'http://cuppamarcomm.wordpress.com/?p=1063',0,'post','',2),
(1066,4,'2011-03-08 13:07:22','2011-03-08 18:07:22','Today, I got this precious direct marketing letter:\n<blockquote>Dear Deborah:\n\nAgain congratulations on the purchase of your home [address omitted].We hope that it has been a pleasant experience for you.\n\nWe have been trying to contact you regarding our termite warranty but have been unable to do so. We also did not receive a response to our previous letter. Please call [name and contacted omitted0 at your earliest convenience so that we may discuss this important matter with you. A<span style=\"text-decoration:underline;\">lso, be sure to ask about our PEST CONTROL SERVICE PLAN for as low as $376 per year. This will be our final effort to contact you by mail. This will be our final effort to contact you by mail.</span></blockquote>\n(Yes, in the letter the last sentence is repeated and it is underlined.)\n\nLet\'s break this down. This company is trying to get me to buy a service plan at $376 per year.  They are direct mailing me off a list of recent home buyers.  Apparently, I should contact them immediately and if not, they will do what? Apparently, they will start contacting me by other means other than mail. Will they be sending out their bully squad to my door to get me to purchase their plan?\n\nAlso, they claim they have been trying to reach me. What they have been doing is sending this same letter at least three times.\n\nWhat this letter is doing, plain and simple, is bullying me.  This company thinks that sending a letter like this will get me to call them, when all it does is make me think that they just don\'t get it.\n\nWhat do people do when they are being bullied? Do they turn around and do business with you or do they run the other way?','Are you trying to bully your customers?','','publish','open','open','','are-you-trying-to-bully-your-customers','','','2011-03-08 13:07:22','2011-03-08 18:07:22','',0,'http://cuppamarcomm.wordpress.com/?p=1066',0,'post','',0),
(1072,4,'2011-03-16 10:30:42','2011-03-16 15:30:42','There are things that I see happening on social media and on the web that are irritating. They happen way too often. Here are my top peeves (and least of this week).\n\nOne of my top ten peeves of all time, and which I have discussed before, is the i<strong>mpersonal invitation to connect on LinkedIn.</strong> In the past few weeks, I have received at least four or five invitations from people I don\'t know and who haven\'t made the slightest attempt to personalize the LinkedIn generated note \"I\'d like to add you to my professional network.\"  I got one this morning, and I fired back a note telling the person in question that we hadn\'t ever met, and that a tip for her would be too personalize the note.  She wrote back this really clueless note:\n<blockquote>Please accept my sincere apologies. I must have mistaken you for someone else. I  thought I had met you at a XXXX function. I never send blind invitations.\nI  am currently writing for a couple of online magazines and am building local pr  connections.\nSo sorry to be an annoyance.</blockquote>\nWhy is this clueless? Because, a)  she did send a blind invitation. She could have written something like, \"We met at a XXX event last week, and I would like to connect with you here.\"  And b) she is telling me she is using LinkedIn to build connections, which I interpret as using this forum to send out countless queries and newsletters , etc.  So, she is not seeking to build a connection with ME, she is seeking to build her network to profit her work.\n\nOther irritants are:\n\n<strong>Blog posts that are not shareable on social media. </strong>And ironically, <a href=\"http://allthings.womma.org/2011/03/15/applying-dating-%E2%80%9Cdos-and-don%E2%80%99ts%E2%80%9D-to-social-media-marketing-best-practices-you-know-more-than-you-think-you-do/\" target=\"_blank\">this post,</a> from the All things WOM, from the Word of Mouth Association, IS NOT SHAREABLE. Has no share buttons. Really. How stupid is this.\n\n<strong>Web redesigns that are not useful to the reader.</strong> The Washington Post redesigned their website and recently re-launched it. As far as I can tell, readers were not consulted.  In a note to readers, sent THREE days after the re-launch the Post says:\n<blockquote>The Washington Post is now even more essential and more in tune with the way you interact with  news.\n<ul>\n	<li>Follow  stories as they develop and share your ideas as they evolve</li>\n	<li>Watch  events unfold with new video programs</li>\n	<li>Know  what\'s getting the most buzz and what\'s really happening in D.C.</li>\n	<li>Get  straight to your favorite coverage with destination hubs for Politics, Local,  Sports and Opinions</li>\n</ul>\n</blockquote>\nI guess what they mean by \"more essential\" is less stuff to read. Now I have to dig through the site to get to local news. And where are the blogs? Oh, and by screwing around with the site, lots of the Post\'s blog RSS feeds were messed up. Nice going.\n\n<strong>Using swear words on Twitter</strong>. I have written about this before, and I will again in light of <a href=\"http://www.nytimes.com/2011/03/16/business/media/16adco.html?_r=1\" target=\"_blank\">this article</a> in the New York Times. I swear all the time, just not on Twitter. Because Twitter is a broadcast medium that is also archived. What you say here is on the record for ALL to see.  It shows a lack of thought to use your words carelessly.\n\n<strong>Promoting yourself endlessly or worse, showing off on Twitter</strong>. There is one particular person, whom I just unfollowed today, who felt it necessary to be a braggart at every turn.  It was things like this: \"aren\'t you jealous of my fabulous view?\" with an attached picture. Why do I want to read this? Why do I care? Again, Twitter is a broadcast medium. What you say can be seen by 1000s of people.\n\n<strong>Sending too many (or useless) email marketing messages.</strong> The AMA-DC was sending me four emails A WEEK. I told them it was too much. They unsubscribed me for criticizing them. And here is<a href=\"http://www.entrepreneur.com/2011/02/why-customers-fans-and-followers-unsubscribe-unlike-and-unfollow.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+entrepreneur%2Fdailydose+%28Entrepreneur+-+Small+Business+News%29&amp;utm_content=Google+Reader\" target=\"_blank\"> Entrepreneur\'s take </a>on why people stop following you. Read it and see that too many emails or too many posts irritate people.  (And get this, I keep getting Comcast\'s marketing missives, even though they CANCELLED my account.)\n\nAny of these get your goat too?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Web and social media irritants','','publish','open','open','','web-and-social-media-irritants','','','2011-03-16 10:30:42','2011-03-16 15:30:42','',0,'http://cuppamarcomm.wordpress.com/?p=1072',0,'post','',5),
(1074,4,'2011-03-18 09:43:01','2011-03-18 14:43:01','Yesterday, <a href=\"http://www.nytimes.com/2011/03/18/business/media/18times.html?_r=1&amp;hp\" target=\"_blank\">the New York Times announced its new subscription plan</a>. Basically, you can read 20 articles on their site per month for free, and if you want continued access you will need to pay $15 a month. This applies to your IPad subscription too. If you are a print subscriber, your digital access is included.\n\nIt is very telling that this announcement generated more than 2,000 comments on the New York Times site (more would have come in but the NYT shut down comments). I started reading through them, and the majority of what I read seemed to indicate that readers will not pay for access. The biggest argument: it is too expensive.  The second biggest argument: NYTimes.com already carries lots of advertising.\n\nWill the pay wall work? In my opinion, it will backfire for various reasons:\n<ul>\n	<li><strong>Human nature</strong>:  People do not like to pay for what they used to get for free. And, there are plenty of other news sites on the Web that are still free.</li>\n	<li><strong>Work arounds:</strong> If you click through on a Facebook or Twitter link to a New York Times article, you get around <strong>the paywall.</strong></li>\n	<li><strong>Too much money</strong>: People are looking for ways to save money and paying for a digital subscription is probably an easy budget cut.</li>\n	<li><strong>Fewer readers=lost revenue: S</strong>o say some people continue to pay for the content on the New York Times site. It will never be the same amount as the people accessing it for free.  With fewer numbers, they will either have to charge less for their online ads (and lose revenue) or lose advertisers unwilling to pay for fewer impressions.</li>\n</ul>\nFor many years, I was a subscriber to the New York Times print edition. I was a huge fan of their crossword puzzle and I loved the Sunday Times. But, the price was exorbitant. I had to stop my subscription. I missed the crossword puzzle, yes, but not the huge bill. People will do the same with the NYTimes.com site. They will miss it at first, but they won\'t pay for it because of budgetary constraints.\n\nUPDATE: Just came across <a href=\"http://emediavitals.com/content/metered-model-gains-traction-digital-pay-option\" target=\"_blank\">this article from emedia vitals,</a> which says that some sites using the \"metered model\" have actually gained visitors. Is it that you think you get what you pay for?\n\nYour thoughts? Take my poll.\n\n[polldaddy poll=4741554]\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F03%2F18%2Fthe-new-york-times-pay-wall%2F&amp;linkname=The%20New%20York%20Times%27%20Pay%20Wall\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','The New York Times\' Pay Wall','','publish','open','open','','the-new-york-times-pay-wall','','','2011-03-18 09:43:01','2011-03-18 14:43:01','',0,'http://cuppamarcomm.wordpress.com/?p=1074',0,'post','',1),
(1080,4,'2011-03-21 12:14:50','2011-03-21 17:14:50','Last week, I attended a <a href=\"http://www.wwpr.org\" target=\"_blank\">Washington Women In PR</a> (WWPR) panel on \"The Art of Storytelling.\" WWPR\'s Past President Debbie Friez has a <a href=\"http://www.burrellesluce.com/freshideas/2011/03/the-art-of-storytelling/\" target=\"_blank\">great recap on the BurellesLuce blog. </a>\n\nWhile I agree with the concept that creating a story will help your organization to connect with its target audience, one thing was not answered. What makes the story work?\n\nDanny Harris of<a href=\"http://peoplesdistrict.com/\" target=\"_blank\"> People\'s Distric</a>t said that stories help \"show the texture,\" which I take to mean give life and detail to otherwise dry and boring concepts. For instance, if I tell you I saw a homeless person on a street corner, that means nothing. But if I tell you that I stopped to talk to the homeless person, and he was able to tell me that because of a health issue he lost his job, and then his house, now you understand the situation. The story fills in the details.\n\nStories should be memorable, ideally. But then again, not every story, and certainly not corporate stories, is memorable.  Stories should aim to create recognition and let you find commonality with them through the details they impart. Yet what details will resonate with your audience?\n\n<strong>One thing not one person on the panel said and which I think is absolutely critical for storytelling is this: authenticity</strong>.\n\nAlthough it is a much-vaunted word (especially on social media), authenticity is a concept that is often lacking in marketing communications. When something doesn\'t ring true it is because it is not authentic. Case in point:  my criticism of Pepco\'s ads about customers being first. Those ads were simply not authentic. Why? Because anyone who has had to deal with Pepco knows that customers are NOT first. Same goes for Comcast (Here is a total aside, I went to Comcast to return equipment and saw a sign that said \"Customers are our first priority.\" Of course, the customer service office was a small cramped affair where a dozen people were waiting in line for one or two surly customer service reps. Yes, I am sure Comcast puts customers first.)\n\nIf you are going to use stories to relay your marketing message you have to be sure they are authentic. People see through the BS. And people who see through it will now have a really bad impression about your organization.\n\nWhat do you think makes stories work?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F03%2F21%2Fwhat-makes-stories-work%2F&amp;linkname=What%20makes%20stories%20work%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','What makes stories work?','','publish','open','open','','what-makes-stories-work','','','2011-03-21 12:14:50','2011-03-21 17:14:50','',0,'http://cuppamarcomm.wordpress.com/?p=1080',0,'post','',0),
(1086,4,'2011-03-22 10:53:36','2011-03-22 15:53:36','Being a small business, I don\'t often get cover letters and resumes, although once I got a perfume-scented resume on blue letterhead that went directly in the trash.  Yesterday, I got a cover letter that was truly stunning, and not in a good way. It was stunning because it was such a good example of how NOT to write a letter. I am posting it here, with comments (and with identity removed, of course).\n<blockquote>To  Whom it May Concern:</blockquote>\n<span style=\"color:#3366ff;\">No personalization...unforgivable since I am the only person listed on my website.</span>\n<blockquote>I  would like to be considered for employment with your company, so here is a  little background on my education and experiences.</blockquote>\n<span style=\"color:#3366ff;\">Doesn\'t mention what type of employment is being sought.</span>\n<blockquote>I  have a Bachelors of Science in Business Administration from [XXX ]University, where I double majored in Marketing and Business  Management.  I also earned a minor in  Professional Communications.  I  achieved a GPA of 3.49, while also being extremely involved in extra-curricular  activities and community service opportunities on campus.</blockquote>\n<span style=\"color:#3366ff;\">Would have put this down further...or talked about what subjects I learned about, more specifically.</span>\n<blockquote>I’ve  gained experience relevant to the business industry through two internships, one  with[xxx}- a marketing firm, and the other with[xxx}.  These internships  allowed me to utilize the information I had been learning at[the University] and  have allowed for me to gain experience in the marketing field.</blockquote>\n<span style=\"color:#3366ff;\">No specificity: the writer could have given examples of specific tasks or information learned.</span>\n<blockquote>Before  you ask, I’ll go ahead and answer the big questions in your mind.  Yes, I am currently in [other state]  No, I do not plan to work from here; I’m  ready and willing to relocate.  And  finally, No, I understand that I’m entry-level and do not expect to receive  relocation funds.</blockquote>\n<span style=\"color:#3366ff;\">Geez. Now you are a mind-reader. Don\'t assume anything.</span>\n<blockquote>I  have enclosed my resume for your review.   Also, my LinkedIn profile can be viewed at[LinkedIn],  if that better fits your viewing preferences.</blockquote>\n<span style=\"color:#3366ff;\">This is nit-picky but you have attached not enclosed your resume, since this is an email. </span>\n<blockquote>I  would be happy to aid you and your company in future endeavors, if you will  please contact me at [telephone and email] I would welcome the chance to discuss  openings.</blockquote>\n<span style=\"color:#3366ff;\">Notice that nearly every paragraph and sentence starts with I. It\'s all about the writer and nothing about my company.</span>\n<blockquote>Thank  you for your consideration.\n\nSincerely,</blockquote>\nI wrote the author of this email back and told her there were no opportunities. I also gave her a couple of tips. She didn\'t reply. I am pretty positive this letter will get her nowhere.\n\nHere are my top three tips on how to write an effective cover letter:\n<ol>\n	<li><strong>Personalize: </strong>Have a name (or at the very least a department or title). Mention the name of the company you are applying to, and why you are interested in working at that company.</li>\n	<li><strong>Summarize your background, but in relation to the potential job</strong>: In college, you probably took arts classes and sociology, etc. but perhaps you took a really great writing class that would help you be a copywriter, right?</li>\n	<li><strong>Talk about what you can do for the company: </strong>Can you bring in business, deal with clients, sweep the floor really well? What do you bring to the table?</li>\n</ol>\nWhat are your tips? What are the biggest mistakes you see when you get cover letters?\n\n&nbsp;\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F03%2F22%2Fhow-not-to-write-a-cover-letter%2F&amp;linkname=How%20Not%20to%20Write%20a%20Cover%20Letter\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','How Not to Write a Cover Letter','','publish','open','open','','how-not-to-write-a-cover-letter','','','2011-03-22 10:53:36','2011-03-22 15:53:36','',0,'http://cuppamarcomm.wordpress.com/?p=1086',0,'post','',1),
(1091,4,'2011-03-24 12:29:00','2011-03-24 17:29:00','It seems lots of people and companies out there are trying hard to leave a bad impression.  If you want to join their ranks, here are a few tips:\n<ul>\n	<li>Don\'t respond to inquiries. If someone calls or emails, free free to ignore.</li>\n	<li>Don\'t say thank you. If someone buys a product from you or gives you a contact or anything, don\'t bother saying thank you. That would be nice.</li>\n	<li>Keep pounding away with the same message. Send the same offer over and over, a couple of times of day if possible.</li>\n	<li>Solicit free advice. Ask around for all the free advice you can. After all, it\'s just advice, right?</li>\n	<li>After you get your free advice, feel free to ignore it. Someone\'s an expert but that doesn\'t mean he/she knows what she/he is saying.</li>\n	<li>Cancel or change plans at the last minute. Your time is more valuable than anybody else\'s.</li>\n	<li>Use foul language. If you are on Twitter, go ahead, drop an f-bomb or two.</li>\n	<li>Be crass, self-involved, self-promoting. It\'s all about you.</li>\n</ul>\nMy question is: how hard are you trying to leave a bad impression?\n\n&nbsp;\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F03%2F24%2Fhow-to-leave-a-bad-impression%2F&amp;linkname=How%20to%20leave%20a%20bad%20impression\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','How to leave a bad impression','','publish','open','open','','how-to-leave-a-bad-impression','','','2011-03-24 12:29:00','2011-03-24 17:29:00','',0,'http://cuppamarcomm.wordpress.com/?p=1091',0,'post','',1),
(1095,4,'2011-03-28 12:32:20','2011-03-28 17:32:20','Unless you are Verizon, a company that seemingly has no cap on the amount of marketing dollars it can spend promoting FIOS, you have a budget. Use your budget wisely. Sounds simple yet how many companies don\'t get this?\n\nYou may be wasting your marketing dollars (and creating bad blood along the way) if:\n<ul>\n	<li>You are sending enewsletters without permission or too many times a week or without a clear, easy opt-out</li>\n	<li>You are sending non-targeted direct mail</li>\n	<li>You are using robo-calls to mass dial anyone in an area code (this is not only stupid, it is illegal)</li>\n	<li>You are using threatening language</li>\n	<li>You are sending multiple pieces and none of them have the same offer</li>\n	<li>You are sending marketing pieces that contain typos, grammatical and/or spelling mistakes</li>\n	<li>You are sending marketing pieces that look home-made (and not in the enticing, chocolate chip cookie kind of way)</li>\n	<li>You are mistaking the fact that someone once gave you a business card for the opportunity to blanket him/her with marketing messages</li>\n	<li>You are using your social media platforms to sell, sell, sell...never bothering to interact/engage</li>\n	<li>Your marketing does not match reality (you say you offer 24/7 support but what that means is that you can hold for assistance for 24 hours or more)</li>\n</ul>\nMarketing that works is strategic and thoughtful. Sending out hundreds of letters to people who have no need for your service (like sending coupons for garage door openers to people who live in apartment buildings) is a waste. Use your dollars wisely.\n\n&nbsp;\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F03%2F28%2Fdont-waste-your-marketing-dollars%2F&amp;linkname=Don%27t%20Waste%20Your%20Marketing%20Dollars\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Don\'t Waste Your Marketing Dollars','','publish','open','open','','dont-waste-your-marketing-dollars','','','2011-03-28 12:32:20','2011-03-28 17:32:20','',0,'http://cuppamarcomm.wordpress.com/?p=1095',0,'post','',0),
(1099,4,'2011-04-01 09:02:06','2011-04-01 14:02:06','Several days ago, a blogger on a well-respected site that I frequently read  stated that the gender gap on wages was a myth. He said that if women don\'t earn as much as men it is because they don\'t work as much (really, he said this).  He used all sorts of manipulated information that failed to address the underlying issues, such as women are usually also responsible for child care. I suspect that he was trying to be contentious to receive more traffic. I called out the post on Twitter, and the author attacked me personally saying I was acting like a victim. I am not making any of this up.\n\nA couple days after the Gender Gap is  a Myth post, a woman posted a strong rebuttal on the website, which pointed out some inconsistencies and omissions by the male blogger. In my mind, it made the male blogger look even worse. For me, the end result has been that I will not read anything the male blogger writes anymore because a) I have lost any respect for his assertions and b) I think that he writes to get a rise out of his audience rather than to inform. His reputation is ruined for me, and there is very little he can do to change it (if he even cares).\n\nThe bottom line here is that what you publish online (on Twitter, Facebook, blogs, etc), how you respond to comments and how you interact with others who disagree with you all influence your reputation. You can create a reputation for being fair, or for being smart, or on the other hand, you could create a reputation for being a raconteur or a complete ass.  Your reputation matters. And it will influence what people think of you, what they say about you and whether they continue to read your stuff/subscribe to your blog and so forth.\n\n<strong>Reputation can indeed affect your bottom line.</strong>\n\nWhat is your reputation? What do you think people think  about you based on what you put out there? Do you think it matters? And if you don\'t think it matters, why?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F04%2F01%2Freputation-matters%2F&amp;linkname=Reputation%20matters\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Reputation matters','','publish','open','open','','reputation-matters','','','2011-04-01 09:02:06','2011-04-01 14:02:06','',0,'http://cuppamarcomm.wordpress.com/?p=1099',0,'post','',0),
(1105,4,'2011-04-12 09:26:21','2011-04-12 14:26:21','Last week, our elected officials took the whole country to the brink. Whether you think it was ideology, intransigence, real economic crisis or plain circus, we all got a painfully clear view of what kind of government we have, and it was not a pretty picture.\n\nBut not all is bad. We can derive some lessons from this latest governmental crisis that can be applied to marketing:\n<ul>\n	<li>At some point, spin does not compensate for the reality on the ground so stop spinning already!</li>\n	<li>Repeating the same phrase over and over becomes meaningless (e.g. \"we are fighting for the American people,\" \"we do not want to shut down the government.\")</li>\n	<li>Innuendo and doublespeak are not substitutes for clear communication.</li>\n	<li>Say what you want unequivocally. You want cuts to Planned Parenthood--say that. Don\'t make it a \"rider\" so that you can sneak it in under the radar.</li>\n	<li>Don\'t underestimate your audience...they can see through your antics.</li>\n	<li>Be prepared for people to question you, your motives and your goals.</li>\n	<li>There is a difference between justifying your actions and explaining your actions.</li>\n</ul>\nPoliticians, like PR or advertising professionals, are in the business of persuasion. And like PR or ad people, they are beholden to special interests (or as we call them \"clients\").\n\nWhat did you learn about marketing from our government\'s game of chicken?\n\n&nbsp;\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F04%2F12%2Fwhat-we-can-learn-from-the-budget-negotiations%2F&amp;linkname=What%20we%20can%20learn%20from%20the%20budget%20%22negotiations%22\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','What we can learn from the budget \"negotiations\"','','publish','open','open','','what-we-can-learn-from-the-budget-negotiations','','','2011-04-12 09:26:21','2011-04-12 14:26:21','',0,'http://cuppamarcomm.wordpress.com/?p=1105',0,'post','',0),
(1108,4,'2011-04-19 10:03:13','2011-04-19 15:03:13','As a very small business, Deborah Brody Marketing Communications does not have a large marketing budget (seems a bit ironic). For instance, I have never printed a brochure, but I do have a website. Here are the list of things I do have, some of which are free, for marketing purposes:\n<ul>\n	<li><strong>Website</strong> (soon to be upgraded...stay tuned): This is the must-have of all must-haves, for the obvious reasons that you need to know that I exist, and without a website, I may as well not be here.</li>\n	<li><strong>Blog</strong> (you are here on Wordpress.com ...soon to be integrated to one site): Keeps you informed on what I am thinking.</li>\n	<li><strong>Business cards:</strong> printed, in color and double-sided. Well worth the investment. Latest ones were ordered from Greenerprinter.com and are made of 100% recycled paper.</li>\n	<li><strong>Twitter:</strong> Have met many people via Twitter not to mention the amount of information and ideas that I have picked up.</li>\n	<li><strong>LinkedIn</strong>: A profile on LinkedIn is like an online resume with feelers.</li>\n	<li><strong>Google alerts:</strong> I track several topics, and my own name. An invaluable source of current information only topped by</li>\n	<li><strong>Google reader</strong> (with a long list of great blogs and feeds): You need to be current in the marketing field...and probably any field. A good way to stay on top of stuff is to have your Google Reader feeding you the latest from the industry\'s top blogs, etc.</li>\n</ul>\nWhat I have that is not a must-have: a Facebook page for my business. This is in spite of evidence that says Facebook is a good place to be for businesses and brands.\n\nWhat are your must-haves? Let me know in the comments please!','My marketing must-haves','','publish','open','open','','my-marketing-must-haves','','','2011-04-19 10:03:13','2011-04-19 15:03:13','',0,'http://cuppamarcomm.wordpress.com/?p=1108',0,'post','',3),
(1111,4,'2011-04-20 12:09:41','2011-04-20 17:09:41','No doubt by now you have heard about the controversy surrounding Greg Mortenson an his book Three Cups of Tea, as well as the Central Asia Institute (CAI).<a href=\"http://www.cbsnews.com/stories/2011/04/15/60minutes/main20054397.shtml\" target=\"_blank\"> CBS\' 60 Minutes did an expose on Mortenson</a>, and the report alleges Mortenson fabricated some part of his story and that the CAI has been mismanaging funds.\n\nThe story has been widely reported in the media. Jon Krakauer, who was interviewed in the 60 Minutes story, has issued his own expose.\n\nNow, there is a report that the Montana Attorney General will investigate the CAI.\n\nBottom line: Mortenson is facing serious challenges to his credibility.\n\nOne big lesson for everyone: serious investigative journalism is still a force to be reckoned with.\n\nOne big lesson for Mortenson: answer requests for interviews. 60 Minutes tried to interview him and he declined. Not answering makes it look like you are trying to hide something. Never a good idea.\n\nWhat do you think?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F04%2F20%2F1-big-lesson-from-3-cups-of-tea-controversy%2F&amp;linkname=1%20big%20lesson%20from%203%20Cups%20of%20Tea%20Controversy\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','1 big lesson from 3 Cups of Tea Controversy','','publish','open','open','','1-big-lesson-from-3-cups-of-tea-controversy','','','2011-04-20 12:09:41','2011-04-20 17:09:41','',0,'http://cuppamarcomm.wordpress.com/?p=1111',0,'post','',0),
(1114,4,'2011-04-21 10:16:33','2011-04-21 15:16:33','Say you walk into a store. You are browsing through racks of pants, and see a pair you like. You look for the size, and you can\'t find it. You look for the price, but there is no price tag. Now, you have to consider taking this to a sales associate to have her/him look up the size and price, and find one that has both these bits of information. The problem is that this information is crucial to you making a purchase.\n\nAnd then there is the bother factor. Have you ever taken an item to the cash register without a price tag? You will have to wait while a (usually slow) runner goes to find what the price is for your item. And the line will be held up.  Etc. Pain. Right?\n\nWithholding price information is going to make sales slow and customers unhappy. Yet, online, this happens all the time. There is a conference and you are trying to find out how much it costs. You have to click on the registration button. You get an invitation to an event, and cost is never listed until you decide to register.\n\nWhy do organizations insist on hiding crucial information? Do they think by not revealing the price of the seminar/event/workshop you are going to be more enticed to sign up?\n\nI believe that organizations need to be transparent and upfront regarding costs. If your gala costs $125 per person, tell me. If the workshop is free, tell me that too.\n\nIt is never a good idea to force your potential customers/clients/donors/supporters to ask for a price check.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F04%2F21%2Fhiding-crucial-information%2F&amp;linkname=Hiding%20crucial%20information\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Hiding crucial information','','publish','open','open','','hiding-crucial-information','','','2011-04-21 10:16:33','2011-04-21 15:16:33','',0,'http://cuppamarcomm.wordpress.com/?p=1114',0,'post','',1),
(1121,4,'2011-04-25 10:41:15','2011-04-25 15:41:15','Over on Twitter, lots of people tweet out their word of the day. Today\'s word for me is: vacuous.\n\nMerriam-Webster gives the following definition:\n<blockquote>\n<div><strong>1 :</strong> emptied of or lacking content</div>\n<div>\n<div>2<strong>:</strong> marked by lack of ideas or intelligence <strong>:</strong> <a href=\"http://www.merriam-webster.com/dictionary/stupid\">stupid</a>, <a href=\"http://www.merriam-webster.com/dictionary/inane\">inane</a> &lt;a <em>vacuous</em> mind&gt; &lt;a <em>vacuous</em> movie&gt;</div>\n</div></blockquote>\n<div>\n<blockquote>\n<div>3<strong>:</strong> devoid of serious occupation <strong>:</strong> <a href=\"http://www.merriam-webster.com/dictionary/idle\">idle</a></div></blockquote>\n</div>\nI am thinking of this word because I have been seeing so many vacuous blog posts lately. Vacuous because they lack intelligence. For instance, I read a post today about improving your Facebook page. One of the tips was to fill out all the information required. If that is not vacuous, I am not sure what is.\n\nI can certainly use vacuous in a sentence when it comes to social media. There are many vacuous tweets out there. Your social media profile makes you look vacuous. And so forth.\n\nYou should not assume that your reader knows everything, but you also should not assume your reader knows nothing. The latter promotes vacuous comments and posts.','WOTD: Vacuous','','publish','open','open','','wotd-vacuous','','','2011-04-25 10:41:15','2011-04-25 15:41:15','',0,'http://cuppamarcomm.wordpress.com/?p=1121',0,'post','',1),
(1123,4,'2011-04-26 10:11:32','2011-04-26 15:11:32','I know you need to add one more thing to your to-do list like you need to wake up Friday at 4 a.m. to watch the royal wedding,  but do consider doing this with every blog post, website page, tweet, etc that you put out there:\n\nCHECK THE LINKS!\n\nDoes your website have any broken links (or pages that don\'t appear correctly)? Does the sharing software on your blog work? All of it? When you post a link to a story on Twitter, are you sure the link is working?\n\nMany of us do not check these very often.\n\nCase in point: a blogger I follow has faulty sharing buttons on her blog. I read a good post by her, which I wanted to share on Twitter. I clicked on the link and all I got was a blank Twitter page--no title and no link. No good. I created a Bit.Ly short link and posted it anyway but she would have no way of knowing that the item had been shared unless her blog records ping-backs. I reported this to her, and I hope she is able to correct it.\n\nPrevent this from happening by occasionally checking these links. Just sayin\'.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F04%2F26%2Fcheck-your-links%2F&amp;linkname=Check%20your%20links\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Check your links','','publish','open','open','','check-your-links','','','2011-04-26 10:11:32','2011-04-26 15:11:32','',0,'http://cuppamarcomm.wordpress.com/?p=1123',0,'post','',0),
(1127,4,'2011-04-27 12:56:28','2011-04-27 17:56:28','On the news today: The Royal Wedding. Obama Releases Birth Certificate. The Royal Wedding. Katie Couric Leaving CBS. The Royal Wedding. Trump Shows How Egomaniacal he is. The Royal Wedding.\n\nDoes the news media reflect the public\'s interests, or does the public reflect the newsmedia? Is it a two-way conversation, or is it a two-way mirror, where we see what they are doing, but they don\'t see what we are doing?\n\nI am not sure, but I do think that what we see around us reflects a much larger problem--one where voyeurism and scandal dominate. And I don\'t like it.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F04%2F27%2Fmirror-mirror%2F&amp;linkname=Mirror%2C%20mirror%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Mirror, mirror?','','publish','open','open','','mirror-mirror','','','2011-04-27 12:56:28','2011-04-27 17:56:28','',0,'http://cuppamarcomm.wordpress.com/?p=1127',0,'post','',0),
(1131,4,'2011-05-05 12:48:58','2011-05-05 17:48:58','I was away for a few days and had to wade through a pile of mail on my return. Among the \"important\" mail that I received, were two envelopes from the Automobile Association of America (AAA). One was a co-op  with USAirways (with which I have frequent flyer miles) and the other was a garden-variety membership solicitation.\n\nI used to be an AAA member but had let my membership lapse years ago when I discovered my car insurance company provides roadside assistance as part of my fee. What I like about AAA is that you can usually get good deals on hotels, so I read the I started reading the USAirways/AAA offer first.\n\nThe USAir/AAA offer included \"free enrollment\" ($15 initiation fee was waived), free second membership, free extra month and 750 miles. To find the total cost for the year, I had to read through it twice. It was hidden in the billing certificate.<strong> The total cost would be $65.50.</strong>\n\nThe offer from just AAA is the following: Free enrollment, free second membership, a savings of $25 on membership and a savings of $5 on automatic renewals.  Again, it was hard to find the <strong>total cost of $40.50.</strong>\n\nBasically, I would save money just having a regular AAA membership. Why would USAirways agree to send out an offer that when compared to the regular offer is more expensive? Remember, miles do not cost the airline anything and you can\'t get anywhere with 750 miles.  Why would you, the consumer, pay $25 for 750 miles? Remember, the actual service is being provided by AAA. The toll-free number for both offers is the general AAA number.\n\nAnd, why make the total cost so hard to find? As<a title=\"Hiding crucial information\" href=\"http://cuppamarcomm.wordpress.com/2011/04/21/hiding-crucial-information/\" target=\"_blank\"> I wrote about a few days ago,</a> it is a bad idea to hide crucial information.  Consumers need to make decisions with the facts in front of them.\n\nI am not sure where to point the blame here: at AAA for not de-duping their mailing lists? at USAir for agreeing to have an offer sent out that is more than AAA\'s own offer, with similar timing? at AAA for thinking customers don\'t care about details?\n\n<strong>My bottom line: if you are going to have different offers, make sure that one is not cannibalizing the other.</strong>\n\nYour thoughts?','Two different offers from one service provider','','publish','open','open','','two-different-offers-from-one-service-provider','','','2011-05-05 12:48:58','2011-05-05 17:48:58','',0,'http://cuppamarcomm.wordpress.com/?p=1131',0,'post','',0),
(1133,4,'2011-05-06 11:02:49','2011-05-06 16:02:49','Chances are you do...especially if you are in marketing, or the government.\n\nI just came across the article <a href=\"http://www.prdaily.com/Main/Articles/8051.aspx\" target=\"_blank\">\"How to \'unsuck\' you jargon\" o</a>n Ragan\'s PR Daily. The key seems to go to <a href=\"http://unsuck-it.com/\" target=\"_blank\">Unsuck-It.com</a> and type in the offending phrase or word, such as \"above the fold\" or  \"leading edge.\"\n\nThe issue is that most people who are fluent in Jargonese don\'t really realize they are speaking in Jargonese. It seems perfectly natural to say things like: \"We are currently working on aligning our values with our mission,  while creating storytelling capacity in case there is a barrier to entry and we need to create synergies to boost the bottom line.\"\n\nBut hey, Unsuck-It.com may only be a stop-gap measure. You may need to restructure your language skills.\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F05%2F06%2Fdo-you-speak-jargonese%2F&amp;linkname=Do%20you%20speak%20Jargonese%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Do you speak Jargonese?','','publish','open','open','','do-you-speak-jargonese','','','2011-05-06 11:02:49','2011-05-06 16:02:49','',0,'http://cuppamarcomm.wordpress.com/?p=1133',0,'post','',0),
(1137,4,'2011-05-09 09:40:30','2011-05-09 14:40:30','Perhaps if you studied politics, like I did, you think faction is a party or group that is usually causing some trouble. However, if you watch <a href=\"http://morganspurlock.com/\" target=\"_blank\">Morgan Spurlock\'s</a> The Greatest Movie Ever Sold, you will learn that a \"faction\" is a combination of the words fact and fiction. Meaning that it is neither fact nor fiction. Perhaps it is a fictionalized fact, or fact-based fiction. Sounds like many of the memoirs that are making the rounds these days.\r\n\r\nThe Greatest Movie Ever Sold is a faction, and it is a must-watch movie if you are even remotely interested in marketing. Spurlock, who is previously known for his documentary Super Size Me, has blown open the world of product placement and movie funding.\r\n\r\nThis movie is funny and it is pure genius. To see Spurlock go pitch this movie, about product placement and movie funding, to people in marketing is just about as humorous as any parody can be. But what is truly genius, is that it is real. This is how things get done in the world of marketing. Celebrity endorsements are real. Advertisers are looking for new ways to reach more audiences. And everything is for sale.\r\n\r\nI can\'t do this movie justice here. There was too much stuff that struck a chord, from creating a pitch, to finding the brand personality, to how to market a movie.\r\n\r\nHere\'s a the official trailer:\r\n\r\n[youtube id=T4Ng2P3zxfM&amp;w=560&amp;h=349]\r\n\r\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F05%2F09%2Ffaction-learn-what-this-is%2F&amp;linkname=%22Faction%3A%22%20learn%20what%20this%20is\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','\"Faction:\" learn what this is','','publish','open','open','','faction-learn-what-this-is','','','2011-08-12 00:29:36','2011-08-12 00:29:36','',0,'http://cuppamarcomm.wordpress.com/?p=1137',0,'post','',0),
(1145,4,'2011-05-10 09:22:41','2011-05-10 14:22:41','In my new favorite movie, <strong>POM Wonderful Presents: The Greatest Movie Ever Sold</strong>,  filmmaker Morgan Spurlock goes into a meeting to pitch his movie to Ban Deodorant. Apparently, Ban is not a top-tier deodorant, and the company is pretty interested in alternative ways of expanding their presence, thus the meeting with Spurlock.\n\nDuring the pitch, Morgan Spurlock asks the Ban people to describe their product. There is a long moment of silence that follows, and then the marketing people put their thinking caps on.   The audience laughed at this interval because of how ridiculous the scene was--and yet, I bet it plays out every day with businesses of every size, everywhere.\n\nYou must be able to answer this question: <strong>what is your product/service and what makes it different from any other product/service in the category.</strong>\n\nIf you can\'t describe your product/service and its attributes, you are in deep trouble. If you don\'t do any other marketing, you must work on that description and pound it in to your marketing and salespeople\'s heads. Can you imagine a Coca Cola salesperson being asked to describe his/her product and not being able to do so? All he/she has to say is \"Coke is it! \" (Just kidding, but they would probably say something to the effect that Coke is one of the world\'s top selling soft drinks, and it is a carbonated, sugar loaded \"delight.\")\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F05%2F10%2Fyou-must-be-able-to-answer-this-question%2F&amp;linkname=You%20must%20be%20able%20to%20answer%20this%20question\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','You must be able to answer this question','','publish','open','open','','you-must-be-able-to-answer-this-question','','','2011-05-10 09:22:41','2011-05-10 14:22:41','',0,'http://cuppamarcomm.wordpress.com/?p=1145',0,'post','',0),
(1148,4,'2011-05-16 10:14:43','2011-05-16 15:14:43','<strong>Free tacos, just for me!</strong>\n\nThis is brilliant, and it is part of California Tortilla\'s clever (and as they would say, spunky) online direct marketing campaign.  Let me explain: CalTort has a loyalty card (the \"Burrito Elito\" card), which allows you to accumulate points toward free food. To use it, you have to register it online. Every week, CalTort sends out a special of the week or some such to its database (which I am sure is sizeable). And every once in a while they send out a private note to card holders, such as the one I got today, which says, under the subject line \"We Miss You. And We Can Prove It\":\n<blockquote>Where the heck have you been? To show you how much we miss you, we got you a little something--but we can\'t give it to you unless you come in. So here\'s the scoop: we\'ve just put a <strong>FREE TACO</strong> on your Burrito Elito card. All you have to do is visit any Cal Tort, with your card, within 2 weeks of this email to get it. After 2 weeks it goes away--so hurry!\n\nWe\'re holding our breath until you get here. 1, 2, 3...</blockquote>\nWhy is this brilliant? Because it has a personality ( slightly irreverent),  it is personalized and gives me a REASON to go to CalTort. It also shows that a bit of creativity and some work can earn you customers and loyalty. Kudos to CalTort for knowing how to use direct email effectively.\n\n<strong>This is boring. Gen Y thinks this way.</strong>\n\nOn blog posts, in newspaper articles, on TV and in ads everywhere there are sweeping generalizations and assumptions that undermine your message. You (the blogger or copywriter) assume that if you find something boring, that everyone else finds it boring. You are a member of a generation, therefore you can speak for the entire cohort. No and no.\n\nIt is not very brilliant to assume that the world sees things EXACTLY like you do, like there is a universal key and you hold it. For instance, not everyone found the humor in Pineapple Express funny (I didn\'t), so if you start a movie ad with the line \"As funny as Pineapple Express,\" you will automatically lose people.\n\nBe mindful of what you are assuming and saying. Generalizations and stereotypes that are cast too wide will turn away more people than will be brought in.','Brilliant and not so brilliant','','publish','open','open','','brilliant-and-not-so-brilliant','','','2011-05-16 10:14:43','2011-05-16 15:14:43','',0,'http://cuppamarcomm.wordpress.com/?p=1148',0,'post','',0),
(1153,4,'2011-05-17 13:19:34','2011-05-17 18:19:34','In advertising, most media buyers are trying to find the holy grail of how much repetition/frequency you need to get your target audience to hear/understand and act on your message.  The other aspect is reach. Are you reaching the target audience through the channels you have chosen?\n\nIt occurs to me that some companies, namely the ones that have the MOST customer service issues (telecom companies, power companies and airlines) and some degree of monopoly, are the same ones that advertise the most aggressively.  In any given hour, you will see many spots for Comcast/Xfinity or for Verizon FIOS. I<a title=\"How to alienate people and lose customers\" href=\"http://cuppamarcomm.wordpress.com/2010/05/28/how-to-alienate-people-and-lose-customers/\" target=\"_blank\"> wrote here</a> last year about the intense amount of direct mail FIOS sent me. These companies are hammering away repeating their message with a scary frequency.\n\nWhy? Because they have to. Nothing else is going to speak as loudly as lots of loud advertisements. Certainly not the customer experience or their \"stellar\" customer service.\n\nA few months ago I had a appliance repair person come to the house. He was great: fixed what needed to be fixed, and charged a fair price. He does NO advertising. His business, which is doing well, is strictly word of mouth.\n\nCan you imagine Comcast or Verizon having no advertising? On the other hand, you have few options when it comes to Internet, cable and phone providers. You will have to persuaded over and over and over.\n\nI am suspicious about any company that feels the need to advertise ALL the time.  It seems to me that high repetition and frequency, which are expensive to maintain, are the only way they will  retain any top-of-mind share.\n\nWhat do you think?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F05%2F17%2Frepetition-and-frequency%2F&amp;linkname=Repetition%20and%20frequency\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Repetition and frequency','','publish','open','open','','repetition-and-frequency','','','2011-05-17 13:19:34','2011-05-17 18:19:34','',0,'http://cuppamarcomm.wordpress.com/?p=1153',0,'post','',0),
(1159,4,'2011-05-24 09:42:12','2011-05-24 14:42:12','Johna Burke, of<a href=\"http://www.burrellesluce.com/freshideas/author/jburke/\" target=\"_blank\"> BurellesLuce</a> addressed WWPR last week (<a href=\"http://wwpr.org/2011/05/when-click-thru-rates-are-not-enough-new-strategies-in-social-media-measurements/\" target=\"_blank\">recap by Joan Coyle here</a>). She talked about social media measurement and provided lots of useful information about web tools and marketing strategies.\n\nOne thing, more than anything else Johna said,  struck me as crucial:  she talked about engagement and marriage. Engagement, Johna said, is just the beginning. It\'s when everything is all promise and excitement (isn\'t that ring all shiny?) Marriage (which most times follows the engagement) takes a lot of hard work and commitment.\n\nIn social media, people talk about engagement all the time. You have to \"engage\" with your followers. What does this really mean? Why are you engaging? The answer is simple--to build a lasting relationship (the \"marriage\").  If you are engaging just to engage and not to follow through, then you are just breaking promises. If you get caught up in getting Twitter followers but don\'t provide any substance or reason to \"stay together\" then you are looking at social media (and any marketing) as being all about the excitement of it rather than the substance (which should be your marketing goals and strategy).\n\nEngagement is just the beginning. It is your starting point to a marketing/communications strategy that seeks to accomplish a goal (e.g. establish thought leadership, increase sales, etc.).\n\nAre you getting engaged all the time or are you working on your marriage?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F05%2F24%2Fengagement-is-just-the-beginning%2F&amp;linkname=Engagement%20is%20just%20the%20beginning\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Engagement is just the beginning','','publish','open','open','','engagement-is-just-the-beginning','','','2011-05-24 09:42:12','2011-05-24 14:42:12','',0,'http://cuppamarcomm.wordpress.com/?p=1159',0,'post','',3),
(1164,4,'2011-06-02 13:45:36','2011-06-02 18:45:36','In English, we use capitals in the following situations:\n<ul>\n	<li>At the beginning of a sentence.</li>\n	<li>For proper names (Deborah Brody lives in Maryland)</li>\n	<li>For titles (President Barack Obama)</li>\n</ul>\nWe do not use capitals as a way to emphasize words, or make them prominent. For that purpose, we might underline,  italicize or bold the word in question.\n\nAll caps as in NO WAY AM I GOING OUTSIDE TODAY is generally used to denote excitement, anger or \"shouting.\"\n\nHowever, I see words being capitalized that don\'t need to be, all the time.\n\nNotice this help wanted ad from Craigslist (words underlined for emphasis by me):\n<blockquote>Our <span style=\"text-decoration:underline;\">Firm</span> has an immediate open for two<span style=\"text-decoration:underline;\"> Writers</span>/<span style=\"text-decoration:underline;\">Proofreaders</span>\nWe are very flexible:\nYou can work as contractors, <span style=\"text-decoration:underline;\">Part Timers</span> or <span style=\"text-decoration:underline;\">Freelancers</span>\nYou can work from your house/office or/and our office\nYou must have experience writing for <span style=\"text-decoration:underline;\">Finance</span>, <span style=\"text-decoration:underline;\">Tax</span>, <span style=\"text-decoration:underline;\">Accounting</span>, and <span style=\"text-decoration:underline;\">Insurance</span> businesses\nYou must have experience in <span style=\"text-decoration:underline;\">Marketing,</span> A<span style=\"text-decoration:underline;\">dvertising</span> and<span style=\"text-decoration:underline;\"> Sale</span>\nYou must be available to start next week\nYou must include your desired pay (per page and/or per hour) in your email or cover letter</blockquote>\nThis is a help-wanted ad for a proofreader! I am not sure the ad is intended to be a test or if it is showing (unwittingly) a desperate need for a proofreader.','Using capitalized words the right way','','publish','open','open','','using-capitalized-words-the-right-way','','','2011-06-02 13:45:36','2011-06-02 18:45:36','',0,'http://cuppamarcomm.wordpress.com/?p=1164',0,'post','',0),
(1170,4,'2011-06-03 06:42:42','2011-06-03 11:42:42','Perhaps in honor of the name of this blog (Caffeinated ideas and views on marketing), I have lots of things percolating in my head this morning.\n\n<strong>Reaching out</strong>\n\nWith social media fast becoming a substitute for print and electronic media, and with the idea that \"inbound\" marketing is best, we are seeing a drop-off in reaching out. For instance, there is a conference today in Washington that I only just found out about because someone in my Twitter stream is attending. This conference is intended for nonprofits. I am not sure what type of marketing was done for the conference, but I can assure you it was not a traditional advertising in many channels approach.  I will place bets that the nonprofit I work with never heard about it...\n\nI feel that what is happening here is that circles are getting smaller and tighter.  If you depend on social media for your outreach, you will be reaching a self-reinforcing group of folks. More and more, if I attend an event promoted on social media, I see the same folks I saw at the last event.\n\nI am not shunning social media, but I do think that if marketers want to spread the word, they have to use many different channels to do so.\n\n<strong>Stumbling blocks</strong>\n\nLast week, I attended a talk by Guy Kawasaki, author of  <span style=\"text-decoration:underline;\">Enchantment</span>. He mentioned that when you put stumbling blocks between you and your customer or supporter, you are not being enchanting. And yet, I have visited dozens of blogs this week, with interesting posts that I would like to share on my social networks, and guess what, they make it hard to do. For instance \"Sexy Sharing\" (I think that is what is called) adds a second step when you click on one the sharing buttons (It asks whether you want to allow a third party to connect to your account...and I don\'t). That is not sexy, and it is a stumbling block. Similarly, some blogs do not have sharing or their sharing buttons don\'t work, making me do the work (use my own Hootsuite sharing button or use a URL shortener to cut and paste).  Or how many times are you asked to give information, create passwords, etc. just to get costs/estimates/speak to someone. Stumbling blocks turn people away, and hurt you in the end.\n\n<strong>Helplessness</strong>\n\nI belong to a listserv, the name and purpose of which I won\'t share here. What irks me about this listserv is that many times people ask questions to the listserv that could be found out by doing some research (AKA typing  a term into Google). To me, this is being helpless and dependent on others, and makes those people look bad (stupid).  Perhaps these people are trying to reach out and start a conversation, but sometimes you just have to wonder if they understand the power of the Internet.\n\nI admit, the above are some random thoughts. Your take on them is appreciated...that is why we have comments!','Thoughts on reaching out, stumbling blocks and helplessness','','publish','open','open','','thoughts-on-reaching-out-stumbling-blocks-and-helplessness','','','2011-06-03 06:42:42','2011-06-03 11:42:42','',0,'http://cuppamarcomm.wordpress.com/?p=1170',0,'post','',0),
(1174,4,'2011-06-09 09:07:54','2011-06-09 14:07:54','On Monday, I came across a letter to the editor in the Washington Post that made me nod my head vigorously. The author, David Klinger was writing about the Scripps Spelling Bee coverage, and I think you should read his letter:\n<div><article>I have written for a federal agency throughout a 34-year career. I had to pass a spelling test before graduating from the University of North Carolina’s journalism school. Yet I turn to the dictionary half a dozen times a day to check a word or reconfirm a spelling. That’s the nature of good, careful writing.</article><article></article><article></article><article></article><article></article><article></article>\n<div><article>Memorization of words like “thanatophidia” (which isn’t even in my Webster’s) or “bondieuserie”for the Scripps spelling bee is about as relevant to me — or to today’s generation of texters and youthful online denizens — as a buggy whip.</article><article></article><article></article><article>Scripps included, we desperately need to acquaint the next generation with a few, basic English grammar skills that seem to have disappeared amid society’s collective cyber-mania: complete sentences, subject-verb agreement, correct punctuation and that all-important axiom that “an apostrophe does not a plural make.”<strong> <strong></strong></strong></article><article></article><article><strong><strong>David Klinger,</strong> Martinsburg, W.Va.</strong></article><article></article><article></article><article></article><article></article></div>\n<article>Basic grammar skills are disappearing left and right.  I see the use of apostrophes to make plurals ALL the time. People just don\'t get it. However, to those in the know, using grammar poorly makes you look dumb. There is no other way to describe it. In marketing and PR, which are communications-based disciplines, writing well is key. It is key because if your grammar, spelling or sentence structure don\'t add up, you are probably not getting your thoughts through clearly.</article><article></article><article></article><article>Over on the Journalistics blog, Jessica Love writes <a href=\"http://blog.journalistics.com/2011/the-write-stuff-the-1-pr-skill/\" target=\"_blank\">\"The Write Stuff: Still the#1 PR Skill</a>.\"  Yes, it should be, but no, many PR practitioners don\'t have it. We can blame many things from a failing school system to an overreliance on short form messaging, but the responsibility to straighten out your writing skills lies with you.</article><article></article><article></article><article>Write well, or fail to communicate.</article></div>','Write well or fail ','','publish','open','open','','write-well-or-fail','','','2011-06-09 09:07:54','2011-06-09 14:07:54','',0,'http://cuppamarcomm.wordpress.com/?p=1174',0,'post','',0),
(1183,4,'2011-06-16 09:01:42','2011-06-16 14:01:42','<strong>UPDATE June 12, 2014: This post is three years old and some people are still finding it. If you read the post you will see that DBMC is not affiliated in any way with Clinique\'s Gone but Not Forgotten program. I am not able to help you get your discontinued makeup. Please contact Clinique directly.</strong>\r\n\r\n&nbsp;\r\n\r\nYou may recall that a couple of years ago I was trying <a title=\"Lack of communication may cost you a sale\" href=\"http://cuppamarcomm.wordpress.com/2009/12/14/lack-of-communication-may-cost-you-a-sale/\" target=\"_blank\">to buy a foundation from Prescriptives</a>. It turns out Prescriptives had gone out of business, but I was able to order the makeup through their website. The failure was in communication--no real advertising of the closure and misinformation at the counter.\r\n\r\nWell, it has happened again. Clinique has discontinued my favorite mascara, without any notice. I went up to the counter, asked for the mascara by name, and was told they no longer carry it. That was it.  My friend and fellow WWPR board member <a href=\"http://twitter.com/#!/dfriez\" target=\"_blank\">Debbie Frie</a>z recommended calling the 1-800 number that the Estee Lauder cosmetics company has for discontinued items (you have to search really hard on the Clinique website for the \"Gone but  Not Forgotten program\").\r\n\r\nI called the Gone but not Forgotten program, and they said it could take up to two weeks to locate the product, and if they did, they would ship it out to me. After nearly two weeks, not a word. I called the program (and was on hold for 20 minutes) only to find out \"that I contacted them before they could contact me\" to tell me that the product is no longer available.\r\n\r\nWhat a massive failure from Clinique. First, they discontinued a product just so they could introduce a substitute that is not as good. Second, they failed to inform their customers.  And third, their program for discontinued items is a joke--why would it take two weeks to locate inventory? Why would you not email as soon as you knew you couldn\'t fulfill a customer\'s request? Perhaps you could give the customer a voucher to try another product for free, etc.\r\n\r\nWhy should I buy from Clinique ever again? Why would I buy a cosmetic that I like only to have it discontinued? Why would I want to deal with a company that disregards its customers? Clinique has effectively forced me into the marketplace to find another mascara that I like.\r\n\r\nA note to male readers: mascara is a product that should be replaced every three months. This made me visit the Clinique counter at least four times a year. And hey, if you are there four times a year, chances are good you will see something else you like.\r\n\r\nIn any case. the lessons here are as always: advertising alone will  not sell a product. Service will seal the deal. Personal experiences will also influence buying behavior, and in the social media world, may influence the behavior of other people too.\r\n\r\nSo, if you know of any good hypoallergenic, waterproof, non-flaking mascara, let me know. But please, make sure it is not a Clinique brand.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Another cosmetics failure','','private','open','open','','another-cosmetics-failure','','','2016-11-28 11:17:53','2016-11-28 16:17:53','',0,'http://cuppamarcomm.wordpress.com/?p=1183',0,'post','',2),
(1188,4,'2011-06-22 15:47:22','2011-06-22 20:47:22','It\'s been discussed to pieces but social media is just a channel for communicating with other people. It is not the be-all-end-all. Yes, it can be used for marketing (just like that ad you just saw on your way to work this morning) or to incite political action (as in Egypt) or to let people know when the next event is.\n\nRecently, I was at a women\'s business networking event  and we were told to discuss resources we recommend for new businesses, and our own goals and achievements.  When I talked about blogs (I write blog content for clients, among other things), many of the women started saying things like \"I am not on Twitter/Facebook, and I just don\'t get it.\" My response was this: well, you better learn because people are using these channels to communicate much the way you use the telephone or we used to use the fax or the telex even longer ago.\n\nSocial media has become the communication channel of choice for many people. Will people still use the phone? Yes. Will some use the fax? Maybe. Telex, no. In a few years, we will be communicating some other way (not on Twitter or Facebook).We will use what other people are using.\n\n<strong>Communicating on social media is just a phone conversation on steroids.</strong>\n\n<strong>It is about people speaking to other people.</strong> Yet, there are many people out there scheduling their tweets, and broadcasting irrelevant news and/or sales pitches. There are people who never attempt to learn anything about the PERSON at the other end of the avatar.  People who are too busy looking at their screens to interact with other people at an event. (As an aside, a few weeks ago I was at an event regarding social media, and one of the organizers never introduced herself to anyone and barely looked up from her laptop. And she is supposed to be a social media whiz.  Apparently, she knows how to use the tools of social media but not how to be social in real life with actual people.)\n\nLast week, I made a point of having coffee with someone I regularly chat with on Twitter: <a href=\"http://dkdnewmedia.com/\" target=\"_blank\">Diane Danielson </a>(founder of the <a href=\"http://www.downtownwomensclub.com/\" target=\"_blank\">Downtown Women\'s Club</a>). I had traveled up to Boston for my college reunion, and asked Diane if she would like to meet up. It was nice to be able to talk face-to-face, and make a more tangible connection.\n\n<strong>In my opinion, the real goal of social media or any other communication channel is to connect</strong>, whether it be to converse or  to exchange information or to perhaps to sell (products, ideas, services).\n\nSo, try to put the social back into social media by realizing you are using it as a way to communicate with other people.','Putting back the social in social media','','publish','open','open','','putting-back-the-social-in-social-media','','','2011-06-22 15:47:22','2011-06-22 20:47:22','',0,'http://cuppamarcomm.wordpress.com/?p=1188',0,'post','',0),
(1191,4,'2011-06-28 12:07:49','2011-06-28 17:07:49','Have you ever been jarred awake by the sound of a leaf blower? Not too pleasant is it? Leaf blowers are definitely high on the noise index, but low on the productivity scale. After all, what does a leaf blower do? It blows leaves around--it doesn\'t gather them, or suck them up, it just moves them from place to place.\n\nAs I was watching a gardener use his leaf-blower several times over a four-hour span, making noise and not accomplishing ANYTHING, it occurred to me that the people paying for his services were really wasting their money. First, he kept doing the same thing, over and over, without actually creating any change. Second, he <em>seemed</em> to be busy and not to be accomplishing much. Third, he was taking the easy way out, yet at more expense. The harder and cheaper way would be to use a rake and gather the leaves to then dispose of.  He was wasting resources (time, gas) and accomplishing little or nothing.\n\nSince this is not a gardening blog, you know where I am headed with this. Are you using a leaf-blower for your marketing efforts? Are you making lots of noise but not actually getting things done? Are you moving paper around but not actually getting to closing? Are you doing the same thing over and over with minimal or no results?\n\nJust like leaf blowers are annoying and pretty useless in gardens throughout the country, loud and untargeted marketing efforts are pointless exercises that create noise and don\'t communicate. Next time you launch a marketing campaign or create a marketing piece, ask yourself, is this at all like a leaf-blower or is it a rake? After all, rakes are useful, cheap and get the job done with minimal noise.\n\n&nbsp;','The problem with leaf blowers','','publish','open','open','','the-problem-with-leaf-blowers','','','2011-06-28 12:07:49','2011-06-28 17:07:49','',0,'http://cuppamarcomm.wordpress.com/?p=1191',0,'post','',0),
(1195,4,'2011-07-06 14:20:01','2011-07-06 19:20:01','You\'ve heard of (or perhaps eaten from) the food trucks? While it may be a fad, it is a huge trend right now, spawning its very own Cooking Channel show: <a href=\"http://www.cookingchanneltv.com/eat-street/index.html\" target=\"_blank\">Eat Street</a>. I admit, watching this show is a guilty pleasure for me. And, it seems, most of the really cool trucks are in places no where near me like Vancouver, Portland or San Francisco, making me really really want to visit!\n\nFood trucks are popular because of three main reasons:\n<ol>\n	<li>Mobility--bringing the food to you;</li>\n	<li>Accessibility:  making cutting edge food cheaper/more accessible</li>\n	<li>Specialization: they concentrate on one thing such as fried food, cheese, lobster, sauce, ethnic, etc.</li>\n</ol>\nThat last one is key--food trucks are specialists.  You know what they offer right off the bat. Perhaps you love Philipino food? There is a truck for that in San Francisco!  Grilled cheese your thing? Then head over to the grilled cheese truck in Los Angeles.\n\nI was watching Eat Street the other day and daydreaming about a visit to the Pacific Northwest to have fish and chips or great soup or something, when the show focused on a truck that made pockets (some people would call them empanadas). They make savory and sweet pockets. Great. And then, the truck owner says he also makes burgers. What??? Why? What do burgers have to do with pockets?\n\nPockets and burgers are not related. One does not add anything to the other.  In the competitive food truck business, you stand out by doing one thing really well.  People will go to your truck because you have great lobster or mac and cheese or tacos. Or because you have great Indian or Korean or Mexican.\n\nPick a specialty, get really good at it and don\'t dilute it. Don\'t be the pocket-burger truck.','What you can learn about marketing from food trucks','','publish','open','open','','what-you-can-learn-about-marketing-from-food-trucks','','','2011-07-06 14:20:01','2011-07-06 19:20:01','',0,'http://cuppamarcomm.wordpress.com/?p=1195',0,'post','',1),
(1200,4,'2011-07-11 09:09:29','2011-07-11 14:09:29','If you have been to any networking or social event, you have met this person: the person nobody likes.  Chances are good that this person has not one single solitary clue why nobody seems to be wanting to interact, exchange business cards, or just chat.\n\nHere\'s what to do if you want to be just like that person:\n<ul>\n	<li>Talk endlessly about yourself (and never ever ask the other person anything).</li>\n	<li>Use big words or obscure references, forcing whoever you are interacting to ask you what you mean.</li>\n	<li>Brag (I don\'t mean talk about your accomplishment, but actually brag, like this: Well, when I was on safari last year with Robert Redford, we ran into a pack of rare pink Rhinoceros...).</li>\n	<li>Don\'t maintain eye contact. People just love shifty-eyed people--gives them a vote of confidence.</li>\n	<li>Have a clammy or limp handshake (or worse, a clammy AND limp handshake).</li>\n	<li>Shift the burden of conversation to the other person.</li>\n	<li>Denigrate whatever the other person is saying (\"Oh, you think that is a big deal? I got a bigger deal!)</li>\n	<li>Live in the past or in another place: you know, things were much better then and there.</li>\n	<li>Speak ill of the host, venue, group, etc. I don\'t mean constructive criticism like \"I thought the parking was a bit difficult here,\" but something like \"Jane Doe and her group just don\'t have a clue! \"</li>\n	<li>Have poor hygiene or grooming.</li>\n</ul>\nUnfortunately, the first impression you make is usually a lasting one. However, you can also not try to so hard to be likeable, people see through that too.  You have to be who you are, but be aware that what you say and do do affect how other people perceive you.\n\nNext, we\'ll talk about how this personal behavior is often seen in marketing communications (and especially in social media).','How to make sure nobody likes you','','publish','open','open','','how-to-make-sure-nobody-likes-you','','','2011-07-11 09:09:29','2011-07-11 14:09:29','',0,'http://cuppamarcomm.wordpress.com/?p=1200',0,'post','',1),
(1205,4,'2011-07-12 09:25:39','2011-07-12 14:25:39','Yesterday, I talked about how you can make sure people dislike you. It\'s not hard--all  you have to do is be self-centered and creepy. Well, how about making your company on of the most hated companies in America? That is a new level of dislike, and Pepco has reached it.\n\nThe article about this \"honor\" in WTOP (B<a href=\"http://www.wtop.com/?nid=41&amp;sid=2453857\" target=\"_blank\">erzerk customers make Pepco \'most hated\' in U.S</a>.) tells us that the power company has had a drop in customer satisfaction since last year, due in part to:\n<blockquote>frequent and wide-ranging outages made worse by belated customer service response... Pepco has had <a href=\"http://www.wtop.com/?nid=41&amp;sid=2409093\">reliability problems in the past</a>, but not as serious as the last year when its customers faced 70% more power outages than households in other metropolitan areas, along with outages lasting twice as long on average.</blockquote>\nWhat is most interesting to me is how Pepco responded to this \"accolade\" reported in the website Business Insider. Here is what the article said\n<blockquote>Pepco initially issued a statement questioning the validity of the Business Insider rankings, which it said could have been to drive up their readership.\n\nIt later retracted this statement, released another written statement in response to the survey. Pepco spokespeople declined to answer specific questions.\n\n\"While we certainly believe that this label is over the top, we have heard our customers loud and clear and are working hard to upgrade our system,\" the second statement said.</blockquote>\nPepco\'s communication department certainly does not get it.  You don\'t get rid of something by attacking the source (unless it was some muck-raking tabloid). The lesson here is that Pepco is in denial about how it is perceived by its customers. As a company, it believes that if it says that it is fixing things, people should just accept it.\n\nTo become the most hated company you have to provide bad service, first and foremost. But you compound this by:\n<ul>\n	<li>Thinking your customers are stupid or ignorant (r<a title=\"Want to improve your marketing? Start with your customer service.\" href=\"http://cuppamarcomm.wordpress.com/2010/12/03/want-to-improve-your-marketing-start-with-your-customer-service/\">ead about Pepco\'s misguided ad campaign</a> for instance)</li>\n</ul>\n<ul>\n	<li>Denying that serious problems exist</li>\n	<li>Not doing enough to address those problems, or just giving lip-service to fixing said issues.</li>\n	<li>If criticized, pointing fingers at the source of criticism rather than dealing with the substance.</li>\n</ul>\nI tweeted out the WTOP article yesterday, and @pepcoconnect tweeted back: Working to get it right (with a link to this: <a href=\"http://pepcoconnect.wordpress.com/2011/07/11/working-to-get-it-right/\" target=\"_blank\">http://pepcoconnect.wordpress.com/2011/07/11/working-to-get-it-right/</a> ) And if that is true, why on Friday night, did I lose power for one and half hours, for no apparent reason?','How to become the most hated company','','publish','open','open','','how-to-become-the-most-hated-company','','','2011-07-12 09:25:39','2011-07-12 14:25:39','',0,'http://cuppamarcomm.wordpress.com/?p=1205',0,'post','',2),
(1210,4,'2011-07-13 09:26:58','2011-07-13 14:26:58','It is the marketing kiss of death when people actively start disliking your company. People like to do business with people (and companies) they like. Except where there is monopoly--like with the power company or the phone or cable company--then people are forced to do business with companies they do not like very much.\n\nYesterday, Netflix became a very disliked company. In an email to subscribers (which again hit A<a title=\"Inform your customers first\" href=\"http://cuppamarcomm.wordpress.com/2010/11/23/inform-your-customers-first/\" target=\"_blank\">FTER the press release</a> hit the blogosphere), Netflix raised its prices for the second time in less than one year. The company, which was offering people a plan that allowed one DVD at a time (unlimited in a month) and unlimited streaming for $9.99 (raised from $8.99 last December), is now offering this combination for $15.99 OR you can get the DVD option only for $7.99 or the streaming option only for $7.99. You can read it Netflix own words here:  <a href=\"http://blog.netflix.com/2011/07/netflix-introduces-new-plans-and.html\" target=\"_blank\">http://blog.netflix.com/2011/07/netflix-introduces-new-plans-and.html</a>\n\nNeedless to say, a price hike of this magnitude was not greeted with open arms by Netflix subscribers. Just check out the more than 6,000 comments on the blog (link above), or these stories from <a href=\"http://www.usatoday.com/tech/news/2011-07-13-netflix-customers-angry_n.htm\" target=\"_blank\">USA Today</a> and the <a href=\"http://www.nypost.com/p/news/business/netflix_price_hike_causes_drama_4f7RYbrvch2JMNkrrszjKO\" target=\"_blank\">New York Post.</a>\n\nOn Twitter, many people are expressing their dislike for this price hike and threatening to cancel their subscription altogether.\n\nNetflix is pretty disliked right now. But what really is driving the discontent?\n\n1. <strong>Raising rates without offering more.</strong> In effect,  most people are complaining because Netflix\' streaming option does not offer the equivalent value of the DVD option (i.e. you can\'t get everything on streaming that you can get on DVD).\n\n2. <strong>Thinking your customers will grin and bear it</strong>. Yes, it probably will help to raise revenue....if you keep your current base! The result here is that customers will find other options better suited to the value they perceive the service should be worth.\n\n3. <strong>Underestimating the power of social media</strong>. With Twitter and Facebook one person\'s discontent spreads like wildfire.\n\n4. U<strong>nderestimating your customer\'s intelligence</strong>. The email from Netflix about the price hike says this:\n<blockquote>We are separating unlimited DVDs by mail and unlimited streaming into two separate plans to better reflect the costs of each. Now our members have a choice: a streaming only plan, a DVD only plan, or both.\n\n&nbsp;</blockquote>\nThis presumes customers want a choice or that they don\'t like the choice they have or that if you put it as a choice then people will accept it.\n\nCompanies that treat their customers like revenue sources and not like people who actually do have a choice in which companies they do business with, risk losing business.  Netflix will probably survive this episode, but not without a lot of bad blood and bad publicity.','More ways to make people dislike your company','','publish','open','open','','more-ways-to-make-people-dislike-your-company','','','2011-07-13 09:26:58','2011-07-13 14:26:58','',0,'http://cuppamarcomm.wordpress.com/?p=1210',0,'post','',0),
(1214,4,'2011-07-18 14:39:39','2011-07-18 19:39:39','Check out my guest blog post at the Downtown Women\'s Club blog: <a href=\"http://www.downtownwomensclub.com/2011/07/5-ways-to-get-more-readers-to-your-blog-by-deborah-brody/\" target=\"_blank\">5 ways to get more readers to your blog.</a> Hint: it has to do with being consistent and getting the word out. Special thanks to Diane Danielson for giving me the opportunity!\n\nOn social media and blogs, we are all trying to get more readers and more followers. If we are in business or marketing, we are also trying to convert some followers/readers/likers into customers. Right?\n\nLately, I have been cleaning up Twitter, LinkedIn and Facebook. Basically, I have been reducing the numbers of people that I follow or am connected to. Let me tell you why.\n\nIt\'s personal\n\nOn Facebook, which I consider a personal network, I have been \"unfriending\" anyone that I don\'t know very well, or only know through business encounters. I tend to share my personal views and activities and really, would rather have fewer \"friends\" on Facebook than thousands of people with insight into my personal life.\n\nIt\'s business\n\nOn LinkedIn, I have removed a few connections because I just don\'t know enough about them. LinkedIn is a business network, and when you connect with someone, you have access to his/her connections. I want to be more careful with this network and not give away my hard-earned connections to people who are just trying to expand their own networks with little regard for what I do.\n\nIt\'s common sense\n\nI have been unfollowing lots of people on Twitter lately. Why? Because there is only so much time in the day, and there are so many tweets that I want to make sure to follow folks who are offering stuff that is relevant and/or interesting. I am on Twitter to share and to learn, but I don\'t need to learn about what you did at the gym or whether your cat is at the vet. On Twitter, I definitely stopped following anybody who:\n<ul>\n	<li>Self promotes endlessly</li>\n	<li>Uses crass expressions/language ALWAYS</li>\n	<li>Doesn\'t ever share anything valuable (as defined by me)</li>\n	<li>Seems to be in a quest to get the most tweets per day ever</li>\n	<li>Who never ever interacts with me or re-tweets or even acknowledges my re-tweets (unless the person in question is a journalist/politician/world leader)</li>\n</ul>\nSo yes, we are all trying to get more followers and to do that, you need to be aware of what gets you unfollowed.\n\nYour thoughts?\n\n&nbsp;','Getting more readers and getting unfollowed','','publish','open','open','','getting-more-readers-and-getting-unfollowed','','','2011-07-18 14:39:39','2011-07-18 19:39:39','',0,'http://cuppamarcomm.wordpress.com/?p=1214',0,'post','',0),
(1218,4,'2011-07-20 07:53:11','2011-07-20 12:53:11','Some people think that books, magazines and newspapers are dead.  Borders, the bookstore chain recently in bankruptcy, is closing down all its stores. If you walk into a Barnes and Noble, the display for the Nook (their e-reader), has taken over the entrance. All around it <em>seems</em> that <em>everybody</em> is using tablets and e-readers to read books and magazine and that <em>nobody</em> is reading the printed on paper stuff anymore. But, that would be wrong.\n\nDid you know that only <a href=\"http://pewresearch.org/databank/dailynumber/?NumberID=1275\" target=\"_blank\">12% of U.S. adults own an e-reader</a> (like a Kindle, Nook, etc.)? Or that<a href=\"http://pewresearch.org/pubs/2054/smartphone-ownership-demographics-iphone-blackberry-android\" target=\"_blank\"> 35% of U.S. adults own a smart phon</a>e (Iphone, Blackberry, etc.)? Given how the media reports things, and if you are surrounded by folks who are early adopters, then you could be excused for thinking the number was much much higher--like 99%.\n\nThe truth is that not everybody is on the smart phone/e-reader/all-computer-all-the-time bandwagon. The numbers above mean that nearly two thirds of adults in the US do NOT use a smart phone, and nearly 90% do not have an e-reader. This indicates to me that many many people out there are still consuming media in more \"traditional\" ways--like in a printed  format. Or perhaps are relying on television and radio.\n\nIt is a wrong (and dangerous) assumption to think that \"everybody is doing it.\" They are not. Unless it is breathing, not ever human being out there is doing (or thinking) the same thing as you are.\n\nLast week, I attended a presentation purportedly about YouTube. In effect, it was about stuff you could do if you wanted to get together a video to promote your company (it was not a very in-depth or insightful presentation). One thing that the presenter asked was whether people in the room knew what QR codes are. I turned to a colleague sitting beside me and asked \"who doesn\'t?\" It turns out that most in the room (all communicators I may add) had no idea. Because I know what a QR code is (a quick response code that has become ubiquitous on print ads everywhere, and which when scanned takes you to a website), and I see them everywhere, I assumed everyone else did too. Clearly, I was wrong.\n\n<strong>You can\'t assume that everybody knows something. In communications, making assumptions can be detrimental to making your message clear.</strong>\n\nAnd yet, people using the above-mentioned QR codes in their ads are assuming that people know what they are! And also, they are assuming that people have a smart phone that they will use to scan the QR code. But if we go with the fact that 35% of people have a smart phone, and from my unscientific survey, even fewer know what a QR code is, then you are probably reaching somewhere south of 30% of people by using those codes. Think about that.\n\n&nbsp;\n\n&nbsp;','Doesn\'t everybody?','','publish','open','open','','doesnt-everybody','','','2011-07-20 07:53:11','2011-07-20 12:53:11','',0,'http://cuppamarcomm.wordpress.com/?p=1218',0,'post','',0),
(1220,4,'2011-07-25 09:50:09','2011-07-25 14:50:09','Sarah Palin may be forgiven for thinking that many people in the U.S. agree with her viewpoints--after all, she gets confirmation all the time from her Facebook fans.  Last week, <a href=\"http://www.politico.com/news/stories/0711/59732.html\" target=\"_blank\">Politico reporte</a>d that Palin posted a criticism of President Obama on her Facebook page. If you check out the entry, you will note that there are dozens of supporting comments and more than 19,000 people liked her words.\n\nYou could also be excused for thinking that Sarah Palin has lots of support. But you would be wrong. What she has is support among her supporters--that is, she is preaching to the choir. She is not going to get push back from people  on Facebook, because after all, they (presumably) have indicated that they \"like\" her. Sure, there are probably several people in there who \"liked\" her to follow her moves, but overall, these are her fans, her base, her <strong>echo chamber</strong>.\n\nPoliticians--and marketers--need to be careful that they aren\'t getting to overenthusiastic about the echoes they are hearing. <strong>Your supporters will mostly always like you and agree with you. But if you are always listening to those who like you, you will be unaware of why those other people out there don\'t.</strong>\n\nSocial media, especially the concept of Facebook pages, is the very definition of an echo chamber. You are sharing content with those who are already predisposed to liking what you say and do.  Same thing happens with your Twitter stream--you have chosen to follow and be followed by certain people. If someone in your Twitter stream annoys you or doesn\'t agree with you, you can block him/her.\n\nI am not saying that brands should not have Facebook pages, or that you should not select your Twitter stream. What I am saying is that you have to be aware that you may be speaking in an echo chamber--hearing back what you want to hear.\n\nWhat do you think? Do you find yourself in an echo chamber?\n\n&nbsp;\n\n&nbsp;','Beware the social media echo chamber','','publish','open','open','','beware-the-social-media-echo-chamber','','','2011-07-25 09:50:09','2011-07-25 14:50:09','',0,'http://cuppamarcomm.wordpress.com/?p=1220',0,'post','',0),
(1222,4,'2011-07-27 07:23:06','2011-07-27 12:23:06','This morning on Yahoo.com there was an <a href=\"http://shine.yahoo.com/event/poweryourfuture/5-habits-holding-you-back-and-how-to-change-them-2515577/\" target=\"_blank\">article about habits </a>that can hold you back, which got me thinking about the things people do, perhaps unconsciously, perhaps subconsciously, that affect how they are perceived by others and that hold them back career-wise.  Some of these habits are particular pet peeves of mine, which certainly have changed the way I perceive someone.\n\n<strong>Not answering direct emails</strong>: It makes it seem as though you don\'t care enough about the sender to answer. If you work at an agency or for yourself, it is an absolute disaster not to answer client\'s emails. If you are a client, and you don\'t answer your email, you are making it very hard for the agency/representative to do its job on your behalf.\n\n<strong>Not saying thank you:</strong> I have <a title=\"How to leave a bad impression\" href=\"http://cuppamarcomm.wordpress.com/2011/03/24/how-to-leave-a-bad-impression/\" target=\"_blank\">written about this</a> before, but when someone does something for you just say thanks! A few months ago, I took out a couple hours of my day to meet with some people who were looking for advice. I did my best to listen and give suggestions. To this day, I have not received a solitary note of thanks. It makes me think that neither my time nor my input were in anyway valuable to them.\n\n<strong>Not doing what you promised:</strong>  If you say you are going to get something by the end of the day, or that you will take on a project and then not do it, you are failing to keep your promises. This makes you seem unreliable, and uncaring. Last year, while working on a group project, one of the group members offered to complete a good chunk of the project. She never did. And she didn\'t provide a reason, an excuse or even any further words about it. I would never work with her again. And I made sure that other people knew she dropped the ball.\n\n<strong>Being habitually late:</strong> The article on Yahoo (link above) says this is a surefire sign of something going on...you resent having your time held hostage to someone else\'s schedule. To me, it shows a deep disrespect and makes me perceive you as unreliable.  Enough said.\n\n<strong>Never following up</strong>: This is a mistake that happens frequently. In the past few weeks, I have been getting estimates to get a fence built. So far, I have received four estimates. Guess how many follow up calls I have had to see if I am interested in moving ahead? None. Not one call. And you wonder why people don\'t get business...they don\'t even try to get it.\n\n<strong>Not remembering/always forgetting:</strong>  This is a catch-all, but it covers things such as always forgetting you have met someone before, forgetting to do something, not remembering names, not remembering crucial details, etc.  If you have a bad memory, get an aid of some sort like a calendar or a smart phone.\n\nThe thing is some of these may just be annoyances and people will overlook them. But do some of them enough and it will affect how you are perceived. The flip side is that these are easy to fix and if you are aware that you are doing them you can change your ways. Have you recently lost a client? Did any of these play a part? Have you been overlooked for a job or a promotion? Are any of these habits yours?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Bad habits or perception busters?','','publish','open','open','','bad-habits-or-perception-busters','','','2011-07-27 07:23:06','2011-07-27 12:23:06','',0,'http://cuppamarcomm.wordpress.com/?p=1222',0,'post','',0),
(1225,4,'2011-07-28 09:36:47','2011-07-28 14:36:47','You may not be able to (entirely) judge a book by its cover (or so they say) but you may be able to judge a business by its website.\n\nLet\'s start with the very basic question of does the business have a website? If the answer is no, that says a lot. Among other things, not having a website says that a business doesn\'t get how people search for information nowadays, or that it works strictly off referrals and very traditional advertising or that it is not tech-savvy.\n\nHowever, most businesses do have a website. Some websites are better than others, and that often has to do with the budget allocated to it and also whether it is being handled by a communications person or a tech person (yeah...the communications person should handle this unless you want the website to speak IT).\n\nA website is a necessary part of any marketing/communications strategy.  Keeping that in mind, this is what  should you look for:\n\n<strong>Appearance and design</strong>: Does the website look good? Is it easy to read? If so, it shows this business has considered that potential customers\' perceptions are important.  Also, if it looks like it was designed in the 1990s, it shows that the business has not bothered to keep up with the times.\n\n<strong>Clarity:</strong> What does this business do? It should be crystal clear by looking at the home page what kind of service or product the business offers.\n\n<strong>About us page:</strong> Does this page provide you the information you need to consider doing business with this company? Or is it a lot of fluff and platitudes, short on substance?\n\n<strong>Services or product listing:</strong> Does the website specifically list what services or products this business provides? How deep do you have to dig for this information?\n\n<strong>Contact page:</strong> Does the business provide several ways to contact it? Businesses that don\'t provide a physical address and/or phone number and/or email are suspicious. They want to be able to contact you but not for your to contact or find them.\n\n<strong>Freshness:</strong> What is the copyright on the website? When was this content updated and is it really up-to-date? If there is a blog, when was the last blog entry dated? Clearly, if a website lacks freshness, you have no way of knowing if the business still exists or in what form. For instance, if this is a restaurant website, and the menu is date Spring 2008, how do you know if they are still open for business?\n\n<strong>Useful information:</strong>  You need certain information to decide whether you want to contact a business or not: Does it work with your industry? Are there fees? What are the opening hours? Does this website give you the necessary information you need? For example, you are looking at a hotel website and you have a list of needs (location, availability of WiFi, restaurant on premises)--does the website provide you with the answers you need? In a hotel\'s case, does it list of room amenities and hotel services?\n\n<strong>Easy to navigate:</strong> Is the website easy to use? Do you have to dig deep to get crucial information? If a website is not easy to use or navigate, it shows that the business does not understand what information its potential clients and customers need.  Sometimes, it is a business decision to bury information on purpose (and this tells you a whole lot!)\n\nYou can read <a href=\"http://www.openforum.com/articles/5-simple-tips-for-better-business-websites?extlink=sm-openforum-tw\" target=\"_blank\">5 Simple Tips for Better Business Websites </a>on OpenForum.com to see some more technical issues (like making sure a website is mobile friendly).\nWhat would you add to the list?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','How to judge a business by its website','','publish','open','open','','how-to-judge-a-business-by-its-website','','','2011-07-28 09:36:47','2011-07-28 14:36:47','',0,'http://cuppamarcomm.wordpress.com/?p=1225',0,'post','',2),
(1231,4,'2011-08-01 09:25:18','2011-08-01 14:25:18','Here\'s something to think about: you can start marketing <span style=\"text-decoration:underline;\">too early</span>. Sometimes, you  aren\'t ready for prime time, as they say.\n\nLast week, I attended a networking event. There, I met two self-employed event planners. They were both very pleasant and seemed knowledgeable about the ins and outs of event planning. Both gave me their business cards. As I always do when I get back from this type of event, I went to their websites. At least, I tried to go to their websites.  Neither website was up--one was \"under construction\" and the other was a placeholder from the domain registrar. Although both ladies had nice (professionally designed and printed) cards, they skipped a step. You should always have your website up before you hand out cards with the URL--even if it is a one page describing your business and providing contact info.\n\nLater on in the evening, I met two women who are planning to open a yoga studio. They did not have cards, and they told me their website was under construction. For the life of me, I can\'t remember the name of the studio. One of the yogis told me they are considering doing a Groupon...the week they open. I told her that that I would not advise that since she wouldn\'t even have worked out any kinks.\n\nHere is an article from USA Today about Groupon (<a href=\"http://www.usatoday.com/money/smallbusiness/columnist/strauss/2011-07-31-should-entrepreneurs-use-groupon_n.htm?csp=34money&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+UsatodaycomMoney-TopStories+%28Money+-+Top+Stories%29&amp;utm_content=Google+Reader\" target=\"_blank\">Is Groupon a great idea for entrepreneurs?)</a>  Among the cons of using Groupon is that if you are not ready for the onslaught of business, you will end up turning away customers. Say the yogis get 40 people signed up, but the studio only holds 30, or their computer system has a bug and can\'t register new customers? Then those potential customers are going to be disappointed and chances are, won\'t be coming back (there are plenty of other yoga studios in the area).\n\nThe bottom line is that before you start any type of marketing, whether it be in-person networking or a traditional advertising/media campaign, you need to be ready for business. This means having your website up and running and all your business tools in order (e.g. invoicing, computer systems, ordering, etc.) People have limited time and resources and they will often not give you a second chance.  Or they will forget about you. Or they will think you are an amateur.\n\nNot only should you be ready for prime time before you start marketing, you should be ready for business.','Are you ready for prime time?','','publish','open','open','','are-you-ready-for-prime-time','','','2011-08-01 09:25:18','2011-08-01 14:25:18','',0,'http://cuppamarcomm.wordpress.com/?p=1231',0,'post','',1),
(1321,4,'2011-08-04 11:00:09','2011-08-04 16:00:09','Be warned: this is a rant.\n\nLately, I have been getting followed and unfollowed on Twitter by a guy who has a networking group here in DC.  He happens to have many Twitter handles (and a surprising number of followers).  He has used at least five different handles to follow me, and then, I take it because I haven\'t followed back, he unfollows me. Is this a good way to get me to follow him? NO!!!\n\nSay this interaction was taking place on the phone instead of on Twitter. It would go like this:  He would call from his cell phone, and hang up once I answered. Then he would call from his office line, and hang up again. And so forth. This would be very annoying, and bordering on perverted behavior (if there were any heavy breathing involved).\n\nIf he actually wanted to talk to me, he might call and say \"Hello, I really think you have some great ideas to share, and I would like to talk to you some more.\"  But apparently, he is either unaware of how to behave like a human, or is just interested in numbers.\n\nThere is no great mystery to getting Twitter followers: it is simply about behaving courteously and human. That is, showing interest, re-tweeting content to show support and giving credit, and INTERACTING.\n\nWhy do so many people forget they are dealing with other people on the Internet? You would not walk into a store and yell obscenities, for instance.  And yet people do this on Twitter as a matter of course.\n\nA computer is just a tool. It need humans to run it.\n\n&nbsp;\n\n&nbsp;','Just because its on the computer doesn\'t mean you can\'t act human','','publish','open','open','','just-because-its-on-the-computer-doesnt-mean-you-cant-act-human','','','2011-08-04 11:00:09','2011-08-04 16:00:09','',0,'http://cuppamarcomm.wordpress.com/?p=1236',0,'post','',2),
(1322,4,'2011-08-09 11:11:22','2011-08-09 16:11:22','I just came back from a quick trip out to Assateague/Chincoteague Islands. As is the case in any tourist/vacation town, everywhere you went there were rows of brochures about things to do: kayaking, boat tours, bike rentals, etc. Those are all good to have. In fact, I ended up going on a boat trip because I  picked up a brochure for it.\n\nOn Sunday, I was at the visitor center on Assateague. They have lots of exhibits about the area, its history and its flora and fauna. You could pretty much wander around the building looking at exhibits and picking up brochures.  However, you would have probably not really noticed or paid attention to the fact that nature bus tours leave from the center.\n\nWhile talking to the woman at the information desk about trails and things to do on Assateague, she recommended taking the bus tour. She said that you would see the famous Chincoteague ponies, guaranteed, and also lots of other animals native to the area. You would be sitting in air conditioned bus going where nobody else is allowed to drive. In other words, she sold the tour. (BTW, we did see the ponies and a bald eagle, along with tons of egrets, ibis, osprey, and other animals, just like she said)\n\nIf she hadn\'t given the pitch for the tour, it would have not been on my agenda or even on my radar. A posting about the tour or a brochure alone would not have been sufficient. A knowledgeable salesperson made the difference.\n\nWhen you can\'t have a salesperson, you need marketing materials. But marketing materials should never replace salespeople completely.','Marketing materials don\'t replace salespeople','','publish','open','open','','marketing-materials-dont-replace-salespeople','','','2011-08-09 11:11:22','2011-08-09 16:11:22','',0,'http://cuppamarcomm.wordpress.com/?p=1240',0,'post','',0),
(1417,4,'2011-08-29 15:23:28','2011-08-29 15:23:28','If you need to do anything when preparing any type of communications (printed, online, even spoken), you need to get your facts straight.\r\n\r\nSeems fairly obvious, but as usual, it escapes many.\r\n\r\nLet me give you an example. Last week I received a check from a foreign bank, drawn from a U.S. dollar account. I have received these before (I do have clients in other countries). I went to Bank of America to deposit it. I was told that it would take up to four months to clear. FOUR months. (This was after lots of back and forth with a clueless teller and her remarkably unfriendly supervisor). I told them time and again that this was a US DOLLAR check--no exchange rate necessary.  It didn\'t matter--they thought they had their facts straight, and did not leave me any option but to take the check elsewhere.\r\n\r\nI went to my other bank. They were MUCH friendlier there, and seemed to understand what I was saying. They went ahead and deposited the check, warning that it would take up to six weeks to clear.  And that I would be charged a fee. Because of the exchange rate. But, I said, this is a check drawn in US DOLLARS.  There should be no exchange of any sort. Bottom line, the check cleared immediately. I have not yet been charged a fee. Seems like the bank teller and her supervisor at the second bank did not have their facts straight.\r\n\r\nYou have to know what you are talking about plain and simple. Sure you can make mistakes or have to ask someone if you don\'t know, but it is inexcusable to give customers/potential customers the wrong information.\r\n\r\nGet your facts straight before you put anything out there!','Getting your facts straight','','publish','open','open','','getting-your-facts-straight','','','2011-08-29 15:23:28','2011-08-29 15:23:28','',0,'http://deborahbrody.com/?p=1417',0,'post','',0),
(1361,4,'2009-10-16 07:53:28','2009-10-16 12:53:28','Organizations that deal with the public typically have one or more frontline people. These people deal directly with the public, perhaps by giving directions, meeting and greeting or assisting in some way. Many times, these frontline people are also some of the least well compensated in the organization. But they are crucial in shaping how the public perceives the organization.\n\n[picapp src=\"b/0/0/7/Online_Shoppers_Continue_e229.jpg?adImageId=5802925&amp;imageId=2370520\" width=\"380\" height=\"253\" /]\n\nHave you ever walked into an office where the receptionist didn\'t even bother to greet you? Have you stood waiting for help at a \"customer service\" booth? Then you know that your interaction with people that are supposed to assist you can color how you perceive the organization that they represent.  However, many organizations don\'t seem to grasp this simple concept and continue to deploy people in \"helping\" positions that are unwilling or unable to help, therefore damaging the credibility and perception of the organization.\n\n<strong>Here\'s a tip: if you are hiring someone to help you to deal with the public make sure that persons LIKES helping people. </strong>\n\nOn my last trip, I had trouble checking in on the kiosk. So, a very unhelpful, surly guy came over, growled at me and told me to go wait in line. He was absolutely rude and unpleasant. Do you think that makes me feel positive toward the airline in question?\n\nYesterday, I was in downtown DC to meet with a client. She had her laptop with her and we needed to go somewhere with WiFi. I couldn\'t think where the nearest Cosi was, but DC has deployed Downtown DC people in the Gallery Place area. I went up a woman with the Downtown DC jacket and asked her if she knew where the nearest Cosi was. She did. She gave us specific, perfect directions. She was helpful (and right). Contrast that with an exchange I had witnessed earlier inside a Metro station. A gentleman had approached the booth to ask a question, and the  lady in the booth was BERATING him for tapping on her window. Does that make Metro look helpful? (BTW, I have had similar experiences with people in the booths...they just don\'t want to be bothered to do their jobs, that is, assisting people.)\n\nAs a marketing consultant, I can advise you to take a good look at who is dealing with public in your organization. These people are crucial because they create the first (and maybe the only) impression the public will have of your organization.','Who is helping you to help others?','','inherit','open','open','','522-revision','','','2009-10-16 07:53:28','2009-10-16 12:53:28','',522,'http://deborahbrody.com/2009/10/522-revision/',0,'revision','',0),
(1359,4,'2009-10-27 08:14:49','2009-10-27 13:14:49','Newspapers are in decline. It\'s a fact.\n\nThis is the first paragraph from a <a class=\"wp-caption\" title=\"Newspapers\" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2009/10/26/AR2009102603272.html?wprss=rss_business\" target=\"_blank\">Washington Post article entitled \"The accelerating decline of newspapers by Frank Ahrens</a>:\n<blockquote>\"U.S. newspaper circulation has hit its lowest level in seven decades, as papers across the country lost 10.6 percent of their paying readers from April through September, compared with a year earlier.\"</blockquote>\nThe numbers were released by the Audit Bureau of Circulation (ABC), which measures circulation for print media across the United States.  Some interesting (and sad)  facts from the study:\n<ul>\n	<li>30.4 million Americans buy daily newspapers, 40 million on Sundays</li>\n	<li>Daily circulation has been declining since 1987</li>\n	<li>In 1940, 31 percent of Americans bought a newspaper. Today, it is 13%.</li>\n	<li>The top five newspapers are:  Wall Street Journal, USA Today, New York Times, Los Angeles Times and The Washington Post (all except the Journal have lost readers)</li>\n	<li>USA Today suffered the highest reader loss, declining by 17.2%, due in part to a decline in the travel industry</li>\n</ul>\n[picapp src=\"f/c/7/8/Decline_In_Daily_0b46.jpg?adImageId=6830326&amp;imageId=6916279\" width=\"234\" height=\"156\" /]\n\nAs fewer people buy print newspapers, fewer advertisers will pay fewer dollars for the chance to display their ads therein. What will happen to the industry? More cuts and less paper, that is for sure. The New York Times recently announced another round of layoffs from its newsroom. The Washington Post is desperate to reinvent itself and recently went through a complete redesign.\n\nIs there a solution? Your thoughts?\n\n','Numbers don\'t lie','','inherit','open','open','','536-revision','','','2009-10-27 08:14:49','2009-10-27 13:14:49','',536,'http://deborahbrody.com/2009/10/536-revision/',0,'revision','',0),
(1352,4,'2009-12-11 08:09:08','2009-12-11 13:09:08','What does it say about the publishing industry when the venerable, 108-year-old trade journal covering the industry is folding?Read the story <a class=\"wp-caption\" title=\"Crains NY Biz\" href=\"http://www.crainsnewyork.com/apps/pbcs.dll/article?AID=/20091210/FREE/912109995/1040\" target=\"_blank\">here.</a>\n\nIt seems inevitable that we will see continued downturn in the magazine market. More and more, people are turning to digital media for all their news and information. And why not? It is there, at your fingertips. It is continually updated and often, you don\'t have to pay for it.\n\nMagazines are starting to seem as quaint as LPs (vinyl records for those who don\'t remember).\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=sad+face&amp;iid=5265478\" src=\"c/8/7/8/Closeup_of_an_a881.jpg?adImageId=8202748&amp;imageId=5265478\" width=\"234\" height=\"352\" /]\n\n','Editor & Publisher to shut down','','inherit','open','open','','586-revision','','','2009-12-11 08:09:08','2009-12-11 13:09:08','',586,'http://deborahbrody.com/2009/12/586-revision/',0,'revision','',0),
(1350,4,'2010-01-06 10:44:56','2010-01-06 15:44:56','We all have gone to see a movie that our best friend raved about only to find we thought it was just OK.  Same happens with restaurants that receive glowing reviews. What happens is that our expectations have been set too high and naturally, we are disappointed with reality.\n\nIt\'s a like a present that is wrapped beautifully....what will be inside? Will it be better than its wrapping?\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=expectation&amp;iid=7282168\" src=\"0/a/9/d/Closeup_of_a_71b6.jpg?adImageId=8820179&amp;imageId=7282168\" width=\"234\" height=\"155\" /]\n\nBuzz is about forming expectations and then exploiting them.  Marketing people love buzz or WOM (word-of-mouth) because few things are as powerful as a recommendation from someone we know.\n\nThe down side of creating high expectations is having to deliver or even over-deliver on such expectations.  We can have stuff go very wrong when things don\'t live up to expectations.\n\nLately, I have been paying attention to hotel websites and ratings. Usually, there is a picture of a perfect room. We don\'t see anything wrong.  But what happens if we book this room, and show up at the hotel only to find that the bathroom is filthy, the carpets (which did not show up in the room picture) are grimy and the noise level is unbearable. What happens is that we are very unhappy. But what makes it worse is that we <em>expected </em>better.\n\nClearly there is a fine line to walk for marketing people. We have to create expectations  and we have to be able to meet them in a reasonable way.\n\nTastes differ of course, so what I absolutely love, you may hate. Humans are more forgiving of taste not being met, but with service and other issues that are quantifiable we are not so forgiving. For instance, I went to a restaurant with a friend. We both order the same thing, and I like it but she doesn\'t. Taste  is at play (she prefers less spicy). However, we can both agree on the service (good), ambience (lovely), parking (difficult).\n\nMarketing that succeeds creates high enough expectations to attract a customer without creating a situation that the customer may actually be upset. The latter happens a lot with sales. Stores run a sale, drawing customers expecting to get a great price on an item they really want. Expectations are not met and tempers are raised if the item is out of stock or is not as it appeared.\n\nWhat do you do to create reasonable expectations? How do you navigate this  line?\n\n','Expectations','','inherit','open','open','','602-revision','','','2010-01-06 10:44:56','2010-01-06 15:44:56','',602,'http://deborahbrody.com/2010/01/602-revision/',0,'revision','',0),
(1348,4,'2010-01-11 15:31:04','2010-01-11 20:31:04','Although I am not a fan of New Year\'s resolutions, I think January is a great time to set goals for oneself. You have a whole year ahead of you to meet those goals. And goals are tangible. You either meet them or not, whereas resolutions like \"I want to be healthier\" are vague.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=new+year%27s+resolutions&amp;iid=217929\" src=\"0214/e9341312-9a21-4e7a-88f5-1106ee9ade4d.jpg?adImageId=8928348&amp;imageId=217929\" width=\"234\" height=\"209\" /]\n\nHere are some personal marketing goals:\n<ul>\n	<li>Upload a headshot to LinkedIn</li>\n	<li>Answer at least one question a month on LinkedIn</li>\n	<li>Refine your LinkedIn headline</li>\n	<li>Increase your LinkedIn contacts by 25% (minimum)</li>\n	<li>Get business cards if you don\'t have them</li>\n	<li>Update and polish your elevator speech and then practice it!</li>\n	<li>Attend networking events at least twice a month</li>\n	<li>Join a professional association</li>\n	<li>Join a committee or volunteer group</li>\n	<li>Start a blog if you don\'t have one (Posterous is easy!) or post regularly on your existing blog</li>\n</ul>\nWhat goals are you setting for yourself?\n\n','Personal marketing goals for 2010','','inherit','open','open','','610-revision','','','2010-01-11 15:31:04','2010-01-11 20:31:04','',610,'http://deborahbrody.com/2010/01/610-revision/',0,'revision','',0),
(1347,4,'2010-01-14 08:00:22','2010-01-14 13:00:22','There are followers and lists and getting many of each seems to be the focus for many people on Twitter.  Some people make pleas for more followers and then there is \"Follow Friday\" in which people recommend to their followers other people to follow.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=high+school&amp;iid=210464\" src=\"0206/625fd0f7-ca7e-48b0-88a8-0b09566b4912.jpg?adImageId=8976947&amp;imageId=210464\" width=\"234\" height=\"156\" /]\n\nIf this sounds a bit like a high school popularity contest, it is, for some people.  Many people use Twitter to give and get information and ideas, but there is a subset of people who use Twitter to prove their hotness/coolness/hipness/in-the-knowness.  These people go so far as to form cliques on Twitter, endlessly referencing their clique friends in every Tweet. They converse in public with each other and rarely engage with non-clique/inner circle people. Several of these people are \"social media experts,\" which is ironic since they are not being very social (I must credit <a class=\"wp-caption\" title=\"Daria Steigman\" href=\"http://www.steigmancommunications.com/\" target=\"_blank\">Daria Steigman of Steigman Communications</a> with this idea).\n\nI have theories as to why Twitter becomes like a high school for these people but I won\'t share them here.  It is important to remember what social networks are for, and that is to make it easy to create connection. If all you are doing on Twitter is sending shout-outs to your five closest buddies or endlessly promoting yourself, you are not using Twitter to its full potential. I can\'t say that you are not using Twitter for what it is intended because I have no idea what its founder was thinking when he created the microblogging site.\n\nTwitter is a great learning tool and it is a great sharing tool. It democratizes access and can really serve to mobilize people around causes. Eugene Robinson makes excellent observation in today\'s Washington Post, saying:\n<blockquote>Twitter and other networking sites are unfiltered by editors or other gatekeepers. They rely on the wisdom of the crowd to sort out what is accurate and what is not. To someone (like me) who has spent his career as a gatekeeper, this was tremendously unsettling -- at first. During the Iran protests, I saw how quickly Twitter users identified misinformation that was being posted by government propagandists. The self-policing capability of the medium is impressive.\n\nThe other big difference is that social networking offers not just information, but also the opportunity to take action. Twitter users were able to work together to mask the identities of the Iranian demonstrators who were using the site to tell the world what was happening. Last night, along with the news from Haiti came suggestions for how the Twitter community could most effectively help the relief effort.\n\nIs this “news” the way we used to think of it? No. But it’s news people can use.\n\nRead <a class=\"wp-caption\" title=\"Eugene Robinson\" href=\"http://voices.washingtonpost.com/postpartisan/2010/01/following_the_earthquake_in_ha.html#more\" target=\"_blank\">complete article</a> here.</blockquote>\nTo  those popularity hounds on Twitter I say put high school behind you.  If you have something worthwhile to say people will follow you no matter who your friends are or aren\'t.','Is Twitter a High School for Adults?','','inherit','open','open','','614-revision','','','2010-01-14 08:00:22','2010-01-14 13:00:22','',614,'http://deborahbrody.com/2010/01/614-revision/',0,'revision','',0),
(1346,4,'2010-01-20 07:41:07','2010-01-20 12:41:07','We\'ve all heard it before, \"it is not what you say, but how you say it. \"  Well, in my opinion,  it is both. What you say is also important, but how you say it makes the difference in how it is received. One person who does not seem to understand or care about this is President Obama\'s press secretary, Robert Gibbs.  Gibbs is forever being snarky, sarcastic and just plain unpleasant. I would lay bets that most, if not all, of the White House press corps despise his guts.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=robert+gibbs&amp;iid=7458562\" src=\"b/2/e/c/White_House_Press_3076.JPG?adImageId=9322530&amp;imageId=7458562\" width=\"234\" height=\"329\" /]\n\nIn my opinion, Gibbs is one of the worst press secretaries I have ever seen. He can\'t answer questions straight on, he uses big words he doesn\'t seem to understand, but worst of all, he seems bored and above the job. This morning, I read a great <a class=\"wp-caption\" title=\"Robert Gibbs \" href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/01/19/AR2010011904347.html?hpid=opinionsbox1\" target=\"_blank\">column on Gibbs in the Washington Post, by Dana Milbank</a>. Most of the time, Milbank\'s own sarcasm and unpleasantness make his column a must-skip, so imagine my surprise when he points out his own apparent dislike of Gibbs\' snark. Here\'s an excerpt from the column:\n<blockquote>Gibbs acts as though he\'s playing himself in the movie version of his job. In this imaginary film, he is the smart-alecky press secretary, offering zippy comebacks and cracking jokes to make his questioners look ridiculous. It\'s no great feat to make reporters look bad, but this act also sends a televised image of a cocksure White House to ordinary Americans watching at home.\n\nThis is the most visible manifestation of a larger problem the Obama White House has. Many Obama loyalists from the 2008 race still seem, after a year on the job, to have trouble exiting campaign mode. They sometimes appear to be running a taxpayer-funded rapid-response operation</blockquote>\nIf Obama is sinking in the polls, and his agenda is failing (and now he has managed to lose a historically Democratic Senate seat, although that may have had more to do with the Democratic candidate\'s lack of campaign skills --Read this great blog post on it by my friends over at <a class=\"wp-caption\" title=\"Fresh Ground on Mass elections\" href=\"http://itsfreshground.com/2010/01/mass-election/\" target=\"_blank\">Fresh Ground Communications</a>). It may have something to do with HOW the White House is communicating its message, which is poorly.  Gibbs\' holier-than-thou approach to everything and everyone is not helping one bit. If Obama wants to regain some footing I would suggest he replace Gibbs with someone a bit kinder, a bit gentler.  Replace Gibbs with someone who gets that how you say things really does make a difference.\n\nWhat are your thoughts? Do you like Gibbs? How about a poll:\n\n[polldaddy poll=2560587]\n\n','How you say it','','inherit','open','open','','621-revision','','','2010-01-20 07:41:07','2010-01-20 12:41:07','',621,'http://deborahbrody.com/2010/01/621-revision/',0,'revision','',0),
(1343,4,'2010-02-19 10:17:42','2010-02-19 15:17:42','Are you by chance speaking in jargon? Why are you doing that?\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=languages&amp;iid=108258\" src=\"0104/435f9fff-1f6b-4ed9-84a0-4580b834d54d.jpg?adImageId=10492508&amp;imageId=108258\" width=\"234\" height=\"351\" /]\n\nAs a writer and a consultant, I often ask my clients what their \"keywords\" are. It is helpful, and sometimes crucial, to use the right terminology for any given industry.  Especially when you are working in a business to business environment, you need to know how these businesses look for the services/products that they need. But when an outsider lands on one of these B-to-B web pages or marketing materials,  he or she will most likely end up not understanding a word.  For instance, a client of mine uses the terms \"professional services.\"  For general marketing purposes, this is the emptiest phrase out there, but in the client\'s world, it carries a specific meaning.\n\nSetting aside the need for industry-specific terminology, and recognizing the importance of specific terminology in a B-to-B setting, what is going on with language today? Why are so many people talking in gobbledy-gook? Lately, I have heard the following phrases/terms on TV, in conversation and seemingly, everywhere else:\n<ul>\n	<li>Drilling down (apparently, this means getting to the heart of the issue or talking specifically)</li>\n	<li>Sweet spot (as in where the perfect opportunity lies)</li>\n	<li>Being out of pocket (never got this one although it means being unreachable)</li>\n	<li>Getting your ducks all in a row (oldie but goodie, means be prepared)</li>\n	<li>Leveraging an opportunity (making the most of something)</li>\n	<li>Staying ahead of the curve (presumably, leveraging opportunities to get to your sweet spot)</li>\n</ul>\nIn a sense, these universally used phrases serve as a crutch. Use them and other people will understand what you mean, even when the meaning isn\'t entirely clear. Sometimes, using touch phrases makes someone look like an insider, someone who is in the know.\n\nIn the end, jargon and catch phrases muck up your meaning. It\'s one thing to use these in conversation where I can stop and ask you what you mean. It\'s another to use them in writing.  When things are written (especially printed) there is no easy or quick way to ask the writer what he or she means.\n\nCatch my drift?\n\n','What language are you speaking?','','inherit','open','open','','651-revision','','','2010-02-19 10:17:42','2010-02-19 15:17:42','',651,'http://deborahbrody.com/2010/02/651-revision/',0,'revision','',0),
(1336,4,'2010-06-01 08:14:23','2010-06-01 13:14:23','We all have pet peeves and things that make us go bonkers. Right? Unfortunately, we can\'t always tell what will make other people feel like they are listening to nails scratching a blackboard, and sometimes our communications misfire because of it.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=nails+scratching&amp;iid=199257\" src=\"0195/942cd443-efbf-4adf-a4fc-a16acd3e1ddb.jpg?adImageId=13061654&amp;imageId=199257\" width=\"266\" height=\"641\" /]\n\nI wish I could say these are universal peeves and that you should avoid them at all costs (you <em>should </em>avoid them with me), instead I am asking you to think of what makes you crazy and what you would like to see avoided. Please be sure to share in the comments.\n<ul>\n	<li>Using words that you don\'t understand or saying something complicated when simple would do (like utile--why can\'t you say useful?)</li>\n</ul>\n<ul>\n	<li>Having really obvious grammatical mistakes (example: using I instead of me or having problems with subject-verb agreement)</li>\n</ul>\n(Please read this entry over at OpenForum: <a class=\"wp-caption\" title=\"Open Forum\" href=\"http://www.openforum.com/idea-hub/topics/marketing/article/5-common-word-usage-mistakes-that-make-you-sound-stupid-or-worse-pompous-ann-handley\" target=\"_blank\">5 Common Word Usage Mistakes that Make You Sound Stupid</a>)\n<ul>\n	<li>Capitalizing Everything Instead of Bolding: more and more people are doing this in white papers and other texts. <strong>Capitals are for proper names and the beginning of sentences only.</strong></li>\n</ul>\n<ul>\n	<li>Threatening: If you don\'t do it this now... For instance, I got an email from the IPRA (a division of the PRSA-NCC) about an event, and then I got another email, and another. Then, I got one that said \"final notice.\" Like if it was an overdue bill and I hadn\'t paid it. And then I get an email telling me it\'s my \"last chance.\" Here\'s a newsflash IPRA: threatening me is not going to make me more interested in seeing Mike McCurry,  who sold out his boss for the chance to sell his book. Nope.</li>\n</ul>\n<ul>\n	<li>Saying or claiming things that are obviously not true: I am planning to write a post about this specifically, but what I am referring to are ads or brochures that seem to ignore reality.  Like those Cox Communications commercials that claim the company has great customer service, when plenty of people can attest to the opposite. Or American Airlines claiming to be empathetic, telling me they know why I fly.</li>\n</ul>\n<ul>\n	<li>Insulting my intelligence: enough said.</li>\n</ul>\n<ul>\n	<li>Excessive self-promotion:  I see this a lot on Twitter and Facebook. When you feel the need to tell me how great you are all the time, I immediately think you are insecure.  I used to follow someone who was very proud of her WeightWatchers progress. And that is fine, but she needed all her followers to pat her on the back too. There is a moving line somewhere between excessive self-promotion (and neediness) and genuine pride and promotion of accomplishments. Figure out where it lies.</li>\n</ul>\nWhat\'s on your list?\n\n\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F01%2Fthings-that-make-me-crazy%2F&amp;linkname=Things%20that%20make%20me%20crazy\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Things that make me crazy','','inherit','open','open','','770-revision','','','2010-06-01 08:14:23','2010-06-01 13:14:23','',770,'http://deborahbrody.com/2010/06/770-revision/',0,'revision','',0),
(1333,4,'2010-06-24 11:43:28','2010-06-24 16:43:28','As anyone who has been through media training knows, what you say to a journalist is always on the record, even if you think it\'s not. When you talk to a journalist, he or she is gathering information, and whether you are quoted directly or not, you have been used as a source.\n\nRecently, there have been two widely publicized media gaffes.  The most recent involves comments made by General Stanly McChrystal and his staff to Rolling Stone magazine. Those comments, widely seen as being proof of insubordination, led to McChrystal\'s resignation from his post as commanding officer of the war in Afghanistan.\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=mcchrystal&amp;iid=9179806\" src=\"http://view2.picapp.com/pictures.photo/image/9179806/file-photo-army-general/file-photo-army-general.jpg?size=500&amp;imageId=9179806\" width=\"234\" height=\"150\" /]\n\nIt is hard to believe that McChrystal, a former head of Special Ops, would be so candid with a journalist not knowing his comments would make it to print.  Anyone who has had as much exposure to the media would know that a journalist is always pursuing a story. In my opinion, McChrystal knew exactly what he was doing, and had his own motivations for getting on the record with his views of President Obama and the direction of the war in Afghanistan.\n\nThe other media gaffe also cost a job. I am talking of Helen Thomas and her anti-Semitic barrage, caught on video by a citizen journalist and blogger.  Thomas, when asked on her views on Israel, did not hold back her contempt or her extremist views. Some have asked whether she understood the implications of talking to a non-journalist.  In her fifty years plus of experience, Thomas must have come across a hand-held camera before. As a journalist herself, she knows that anything you say in front of other people can be quoted or at least, used as source material. Even if Thomas had not been captured on video, the Rabbi who interviewed her could have publicized her comments.\n\nBecause, as we said before, now more than ever, NOTHING is off the record. And all of us are going on the record all the time, on Twitter, Facebook, blogs and wherever else we are interacting. We need to be mindful that what we say can and will be used against (or for) us.\n\nYour thoughts?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F06%2F24%2Fits-always-on-the-record%2F&amp;linkname=It%27s%20always%20on%20the%20record!\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>\n\n','It\'s always on the record!','','inherit','open','open','','797-revision','','','2010-06-24 11:43:28','2010-06-24 16:43:28','',797,'http://deborahbrody.com/2010/06/797-revision/',0,'revision','',0),
(1330,4,'2010-08-04 09:48:42','2010-08-04 14:48:42','This past weekend I took a little trip out to the beach in Rehoboth, Delaware. The weather was great and hanging out near the ocean is always relaxing. You see all types out on the beach but what struck me as I looked around was how many obese people were there. In fact, I am seeing more and more obese people everywhere. The<a class=\"wp-caption\" title=\"NY Times\" href=\"http://www.nytimes.com/2010/08/04/health/nutrition/04fat.html?_r=1\" target=\"_blank\"> New York Times reports that obesity rates are rising,</a> so it really is no surprise.  Pretty close to one out of three Americans is obese.\n\nAs the New York Times article points out, obesity is a national health epidemic. Obesity can be tied to many deadly diseases, including heart disease, diabetes and high blood pressure.\n\n[picapp align=\"none\" wrap=\"false\" link=\"term=obese+people&amp;iid=275419\" src=\"http://view4.picapp.com/pictures.photo/image/275419/beer-belly/beer-belly.jpg?size=500&amp;imageId=275419\" width=\"319\" height=\"480\" /]\n\nIs marketing to blame for obesity? On the boardwalk in Rehoboth it is hard to avoid the aroma of french fries and candied popcorn. Candy stores are everywhere, and healthy food is hard to find. There were a lot of people jogging on the boardwalk, but there were many more people just sitting on the beach. Fast food and junk food don\'t really have to market too much--they just have to be available. Which begs the question, if healthy options were available (and made to look as tantalizing), would people choose to buy those instead?\n\nIs there an effort being made by public health authorities to market a healthier lifestyle? I don\'t see any evidence of it. Obviously, it is hard to change people\'s habits. And when on vacation, people tend to want to reward themselves with treats like fried dough and salt water taffy. How many people want to use vacation to start a healthy eating plan? Not many--because it is not appealing.\n\nIf marketing has a fault in the obesity epidemic, is that not enough is being done to market healthy choices, or the benefits of  NOT being obese. Or perhaps, more should be done to show people the MORTAL DANGERS of obesity. It is not just about looks--our society certainly markets thinness as an equivalent to beauty--but about health. Fat people are at risk, and the sad thing is they can do something about it: eat less, exercise more.\n\nWhat are your thoughts? How can society convince people to stop piling on the pounds?\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F08%2F04%2Fa-big-fat-problem%2F&amp;linkname=A%20big%2C%20fat%20problem\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','A big, fat problem','','inherit','open','open','','850-revision','','','2010-08-04 09:48:42','2010-08-04 14:48:42','',850,'http://deborahbrody.com/2010/08/850-revision/',0,'revision','',0),
(1327,4,'2010-10-25 09:36:35','2010-10-25 14:36:35','Are your efforts paying off? Is your marketing achieving results?\n\n[picapp align=\"center\" wrap=\"false\" link=\"term=bull\'s+eye&amp;iid=5253916\" src=\"http://view2.picapp.com/pictures.photo/image/5253916/close-dart-bulls-eye/close-dart-bulls-eye.jpg?size=500&amp;imageId=5253916\" width=\"234\" height=\"234\" /]\n\nHow do you know? Obviously, the first sign is that you are generating numbers: sales, impressions.\n\nBut how do you know what people think about you, your product, your service and your marketing efforts? This is a harder question to answer. If people don\'t attend your event, it could be for a myriad of reasons (don\'t have time, costs too much not interested). Same thing with your product or service. How do you know why people aren\'t buying?\n\nIt comes down to requesting feedback, and to listening to what your audience has to say.\n\nFirst, you should ALWAYS request feedback from attendees to your event and people who buy your product. Make it easy for people to provide comments on your website. Have an email address specifically for feedback.\n\nSecond, listen to what exactly  is being said about you in the comments  you receive. Also,  cast a wider net: check out <a title=\"Social Mention\" href=\"http://www.socialmention.com/\" target=\"_blank\">SocialMention</a> (or other social media monitoring tools) to see what is being said about you or your brand.\n\nLast week, I tweeted to a local marketing networking group that they were sending me too many email messages. In fact, it got to a point that I would just delete rather than read. The organizational response to me via Twitter  was to tell me they would be happy to remove me from the list. I told them to take my comment seriously. I was giving them FEEDBACK. They didn\'t want to listen.\n\nYou will not know if you are hitting the mark with your marketing efforts if you don\'t make an effort to gather feedback. You may get some people to buy your product or attend your event, but you may be missing a host of others.\n\n&nbsp;\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F25%2Fare-you-hitting-the-mark%2F&amp;linkname=Are%20you%20hitting%20the%20mark%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Are you hitting the mark?','','inherit','open','open','','940-revision','','','2010-10-25 09:36:35','2010-10-25 14:36:35','',940,'http://deborahbrody.com/2010/10/940-revision/',0,'revision','',0),
(1323,4,'2011-05-09 09:40:30','2011-05-09 14:40:30','Perhaps if you studied politics, like I did, you think faction is a party or group that is usually causing some trouble. However, if you watch <a href=\"http://morganspurlock.com/\" target=\"_blank\">Morgan Spurlock\'s</a> The Greatest Movie Ever Sold, you will learn that a \"faction\" is a combination of the words fact and fiction. Meaning that it is neither fact nor fiction. Perhaps it is a fictionalized fact, or fact-based fiction. Sounds like many of the memoirs that are making the rounds these days.\n\nThe Greatest Movie Ever Sold is a faction, and it is a must-watch movie if you are even remotely interested in marketing. Spurlock, who is previously known for his documentary Super Size Me, has blown open the world of product placement and movie funding.\n\nThis movie is funny and it is pure genius. To see Spurlock go pitch this movie, about product placement and movie funding, to people in marketing is just about as humorous as any parody can be. But what is truly genius, is that it is real. This is how things get done in the world of marketing. Celebrity endorsements are real. Advertisers are looking for new ways to reach more audiences. And everything is for sale.\n\nI can\'t do this movie justice here. There was too much stuff that struck a chord, from creating a pitch, to finding the brand personality, to how to market a movie.\n\nHere\'s a the official trailer:\n\n[youtube http://www.youtube.com/watch?v=T4Ng2P3zxfM&amp;w=560&amp;h=349]\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F05%2F09%2Ffaction-learn-what-this-is%2F&amp;linkname=%22Faction%3A%22%20learn%20what%20this%20is\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','\"Faction:\" learn what this is','','inherit','open','open','','1137-revision','','','2011-05-09 09:40:30','2011-05-09 14:40:30','',1137,'http://deborahbrody.com/2011/05/1137-revision/',0,'revision','',0),
(1324,4,'2011-08-12 00:30:40','2011-08-12 00:30:40','Perhaps if you studied politics, like I did, you think faction is a party or group that is usually causing some trouble. However, if you watch <a href=\"http://morganspurlock.com/\" target=\"_blank\">Morgan Spurlock\'s</a> The Greatest Movie Ever Sold, you will learn that a \"faction\" is a combination of the words fact and fiction. Meaning that it is neither fact nor fiction. Perhaps it is a fictionalized fact, or fact-based fiction. Sounds like many of the memoirs that are making the rounds these days.\n\nThe Greatest Movie Ever Sold is a faction, and it is a must-watch movie if you are even remotely interested in marketing. Spurlock, who is previously known for his documentary Super Size Me, has blown open the world of product placement and movie funding.\n\nThis movie is funny and it is pure genius. To see Spurlock go pitch this movie, about product placement and movie funding, to people in marketing is just about as humorous as any parody can be. But what is truly genius, is that it is real. This is how things get done in the world of marketing. Celebrity endorsements are real. Advertisers are looking for new ways to reach more audiences. And everything is for sale.\n\nI can\'t do this movie justice here. There was too much stuff that struck a chord, from creating a pitch, to finding the brand personality, to how to market a movie.\n\nHere\'s a the official trailer:\n\n[youtube id=T4Ng2P3zxfM&amp;w=560&amp;h=349]\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2011%2F05%2F09%2Ffaction-learn-what-this-is%2F&amp;linkname=%22Faction%3A%22%20learn%20what%20this%20is\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','\"Faction:\" learn what this is','','inherit','open','open','','1137-autosave','','','2011-08-12 00:30:40','2011-08-12 00:30:40','',1137,'http://deborahbrody.com/2011/08/1137-autosave/',0,'revision','',0),
(1325,4,'2010-10-21 08:03:53','2010-10-21 13:03:53','When you are trying to market your services or your product, you will naturally try to make the product or service look appealing. That\'s fine, as long as you are not overselling or over-promising. If you oversell or promise something you can\'t deliver, you will run into problems.\n\nLet me give you an example, drawn from my experience this week with the US Postal Service.\n\nMy mother sent me an express package on Monday. It was guaranteed to be delivered by noon on Tuesday. It wasn\'t. I called the 1-800 to track it and find out where it was. After some problems with the automated attendant (that is a whole other issue), I got through to a representative. She had no idea where my package was or when I would get it. At one point, she put me on hold. During this interlude, I found out that:\n<blockquote>For delivery you can rely on, choose the United States Postal Service.</blockquote>\nIs that supposed to be a joke? My \"express\" package arrived more than 24 hours after it was \"guaranteed\" to arrive. And as I learned from the customer service agent, the guarantee is really about your money. They don\'t actually guarantee the arrival of the express packages at their destination, but rather, if your package doesn\'t arrive when they say it will, they will give you your money back.\n\nI guess that when you absolutely, positively need it there by a certain time, don\'t use the USPS, use Fedex (or UPS). For those of you who don\'t remember the Fedex ad, here it is\n\n[youtube=http://www.youtube.com/watch?v=31yxkSIIn9A&amp;fs=1&amp;hl=en_US&amp;rel=0]\n\nThe quickest thing you can do ruin your reputation is to promise that you will do something that you can\'t or won\'t do. And reputation is important in marketing. What do you think my impression is of the USPS?\n\nSo, when you are prepping your marketing materials (and especially your tag line), be careful about what you say.  Daily Blog Tips has a great post on <a title=\"Daily Blog Tips\" href=\"http://www.dailyblogtips.com/10-tips-to-improve-your-sales-copy-today/\" target=\"_blank\">10 Tips to Improve Your Sales Copy Today</a>. Note that their number two tip is:  <strong>Don\'t Make a Promise You Can\'t Keep.</strong>\n\n<strong>\n</strong>\n\n<a href=\"http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuppamarcomm.wordpress.com%2F2010%2F10%2F21%2Fcan-you-keep-your-promise%2F&amp;linkname=Can%20you%20keep%20your%20promise%3F\" target=\"_blank\"><img src=\"http://static.addtoany.com/buttons/share_save_256_24.png\" alt=\"Share\" /></a>','Can you keep your promise?','','inherit','open','open','','934-revision','','','2010-10-21 08:03:53','2010-10-21 13:03:53','',934,'http://deborahbrody.com/2010/10/934-revision/',0,'revision','',0),
(1326,4,'2010-12-14 06:59:54','2010-12-14 11:59:54','Have you seen the new UPS commercials? It\'s about logistics.  There are several different iterations, but they all talk about how important logistics are, and of course, UPS is all about logistics.  Really? I thought UPS was about shipping. But I guess I am supposed to now think of shipping as just the visible part of the complex web that is logistics.\n\n[youtube=http://www.youtube.com/watch?v=mRAHa_Po0Kg&fs=1&amp;hl=en_US]\n\nWhat\'s good:\n\nSong is memorable. Logistics is a new USP for UPS. It has definitely caught my attention.\n\nWhat\'s bad:\n\nLogistics? Really? Is that why I would ship with UPS over Fedex?\n\nYour thoughts?','Logistics?','','inherit','open','open','','995-revision','','','2010-12-14 06:59:54','2010-12-14 11:59:54','',995,'http://deborahbrody.com/2010/12/995-revision/',0,'revision','',0),
(1363,4,'2011-06-07 09:02:37','2011-06-07 09:02:37','','Services','','inherit','open','open','','14-revision-v1','','','2011-06-07 09:02:37','2011-06-07 09:02:37','',14,'http://deborahbrody.com/2011/06/14-revision-2/',0,'revision','',0),
(1364,4,'2011-08-19 04:46:59','2011-08-19 04:46:59','Writing Translation Communications Consulting Communication Audit','','','publish','open','open','','1364','','','2018-02-12 10:39:32','2018-02-12 15:39:32','',0,'http://deborahbrody.com/?p=1364',2,'nav_menu_item','',0),
(1367,4,'2011-08-19 05:34:09','2011-08-19 05:34:09','Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:34:09','2011-08-19 05:34:09','',18,'http://deborahbrody.com/2011/08/18-revision-8/',0,'revision','',0),
(1368,4,'2011-08-19 05:34:31','2011-08-19 05:34:31','<div style=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:34:31','2011-08-19 05:34:31','',18,'http://deborahbrody.com/2011/08/18-revision-9/',0,'revision','',0),
(1369,4,'2011-08-19 05:38:20','2011-08-19 05:38:20','<div class=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:38:20','2011-08-19 05:38:20','',18,'http://deborahbrody.com/2011/08/18-revision-10/',0,'revision','',0),
(1370,4,'2011-08-19 05:41:39','2011-08-19 05:41:39','<div style=\"width:600px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:41:39','2011-08-19 05:41:39','',18,'http://deborahbrody.com/2011/08/18-revision-11/',0,'revision','',0),
(1371,4,'2011-08-19 05:43:53','2011-08-19 05:43:53','<div style=\"width:600px;\" align=\"left\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div style=\"width:320px;\">Picture Here\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:43:53','2011-08-19 05:43:53','',18,'http://deborahbrody.com/2011/08/18-revision-12/',0,'revision','',0),
(1374,4,'2011-08-19 05:46:29','2011-08-19 05:46:29','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div style=\"width:300px;\" align=\"left\">Picture Here\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:46:29','2011-08-19 05:46:29','',18,'http://deborahbrody.com/2011/08/18-revision-15/',0,'revision','',0),
(1372,4,'2011-08-19 05:44:18','2011-08-19 05:44:18','<div style=\"width:600px;\" align=\"left\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div style=\"width:320px;\" align=\"left\">Picture Here\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:44:18','2011-08-19 05:44:18','',18,'http://deborahbrody.com/2011/08/18-revision-13/',0,'revision','',0),
(1373,4,'2011-08-19 05:44:38','2011-08-19 05:44:38','<div style=\"width:600px;\" align=\"left\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div style=\"width:300px;\" align=\"left\">Picture Here\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:44:38','2011-08-19 05:44:38','',18,'http://deborahbrody.com/2011/08/18-revision-14/',0,'revision','',0),
(1375,4,'2011-08-19 06:22:43','2011-08-19 06:22:43','','testimonial-box','','inherit','open','open','','testimonial-box','','','2011-08-19 06:22:43','2011-08-19 06:22:43','',0,'http://deborahbrody.com/wp-content/uploads/2011/08/testimonial-box.png',0,'attachment','image/png',0),
(1376,4,'2011-08-19 05:52:44','2011-08-19 05:52:44','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">Picture Here\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 05:52:44','2011-08-19 05:52:44','',18,'http://deborahbrody.com/2011/08/18-revision-16/',0,'revision','',0),
(1377,4,'2011-08-19 06:31:11','2011-08-19 06:31:11','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">Picture Here\r\n<div id=\"testimonial><p>In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 06:31:11','2011-08-19 06:31:11','',18,'http://deborahbrody.com/2011/08/18-revision-17/',0,'revision','',0),
(1378,4,'2011-08-19 06:31:44','2011-08-19 06:31:44','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial><p>In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 06:31:44','2011-08-19 06:31:44','',18,'http://deborahbrody.com/2011/08/18-revision-18/',0,'revision','',0),
(1379,4,'2011-08-19 06:32:46','2011-08-19 06:32:46','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p>In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 06:32:46','2011-08-19 06:32:46','',18,'http://deborahbrody.com/2011/08/18-revision-19/',0,'revision','',0),
(1382,4,'2011-08-19 07:34:22','2011-08-19 07:34:22','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p>In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 07:34:22','2011-08-19 07:34:22','',18,'http://deborahbrody.com/2011/08/18-revision-22/',0,'revision','',0),
(1380,4,'2011-08-19 07:25:01','2011-08-19 07:25:01','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 07:25:01','2011-08-19 07:25:01','',18,'http://deborahbrody.com/2011/08/18-revision-20/',0,'revision','',0),
(1381,4,'2011-08-19 07:33:34','2011-08-19 07:33:34','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testtext\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 07:33:34','2011-08-19 07:33:34','',18,'http://deborahbrody.com/2011/08/18-revision-21/',0,'revision','',0),
(1383,4,'2011-08-19 07:46:21','2011-08-19 07:46:21','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p>In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 07:46:21','2011-08-19 07:46:21','',18,'http://deborahbrody.com/2011/08/18-revision-23/',0,'revision','',0),
(1384,4,'2011-08-19 07:47:34','2011-08-19 07:47:34','<div id=\"aboutleft\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 07:47:34','2011-08-19 07:47:34','',18,'http://deborahbrody.com/2011/08/18-revision-24/',0,'revision','',0),
(1385,4,'2011-08-19 07:52:29','2011-08-19 07:52:29','<div id=\"aboutleft\">\r\nDeborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 07:52:29','2011-08-19 07:52:29','',18,'http://deborahbrody.com/2011/08/18-revision-25/',0,'revision','',0),
(1386,4,'2011-08-19 07:55:29','2011-08-19 07:55:29','<div id=\"aboutleft\">\r\nDeborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 07:55:29','2011-08-19 07:55:29','',18,'http://deborahbrody.com/2011/08/18-revision-26/',0,'revision','',0),
(1387,4,'2011-08-19 07:59:40','2011-08-19 07:59:40','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 07:59:40','2011-08-19 07:59:40','',18,'http://deborahbrody.com/2011/08/18-revision-27/',0,'revision','',0),
(1388,4,'2011-08-19 08:00:21','2011-08-19 08:00:21','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"padding-right: 10px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:00:21','2011-08-19 08:00:21','',18,'http://deborahbrody.com/2011/08/18-revision-28/',0,'revision','',0),
(1389,4,'2011-08-19 08:01:39','2011-08-19 08:01:39','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"mrgin-right: 10px; margin-bottom: 20px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:01:39','2011-08-19 08:01:39','',18,'http://deborahbrody.com/2011/08/18-revision-29/',0,'revision','',0),
(1390,4,'2011-08-19 08:01:54','2011-08-19 08:01:54','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 10px; margin-bottom: 20px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:01:54','2011-08-19 08:01:54','',18,'http://deborahbrody.com/2011/08/18-revision-30/',0,'revision','',0),
(1391,4,'2011-08-19 08:03:05','2011-08-19 08:03:05','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 10px; margin-bottom: 20px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:03:05','2011-08-19 08:03:05','',18,'http://deborahbrody.com/2011/08/18-revision-31/',0,'revision','',0),
(1392,4,'2011-08-19 08:06:14','2011-08-19 08:06:14','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 20px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:06:14','2011-08-19 08:06:14','',18,'http://deborahbrody.com/2011/08/18-revision-32/',0,'revision','',0),
(1393,4,'2011-08-19 08:06:29','2011-08-19 08:06:29','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 25px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:06:29','2011-08-19 08:06:29','',18,'http://deborahbrody.com/2011/08/18-revision-33/',0,'revision','',0),
(1394,4,'2011-08-19 08:06:47','2011-08-19 08:06:47','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 30px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:06:47','2011-08-19 08:06:47','',18,'http://deborahbrody.com/2011/08/18-revision-34/',0,'revision','',0),
(1395,4,'2011-08-19 08:07:01','2011-08-19 08:07:01','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 35px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:07:01','2011-08-19 08:07:01','',18,'http://deborahbrody.com/2011/08/18-revision-35/',0,'revision','',0),
(1396,4,'2011-08-19 08:07:23','2011-08-19 08:07:23','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 40px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-19 08:07:23','2011-08-19 08:07:23','',18,'http://deborahbrody.com/2011/08/18-revision-36/',0,'revision','',0),
(1397,4,'2011-08-24 16:08:37','2011-08-24 16:08:37','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 40px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.\r\n<p><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work</p></div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-24 16:08:37','2011-08-24 16:08:37','',18,'http://deborahbrody.com/2011/08/18-revision-37/',0,'revision','',0),
(1398,4,'2011-08-24 16:08:57','2011-08-24 16:08:57','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 40px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.\r\n<p><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work</a></p></div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-24 16:08:57','2011-08-24 16:08:57','',18,'http://deborahbrody.com/2011/08/18-revision-38/',0,'revision','',0),
(1399,4,'2011-08-24 16:09:24','2011-08-24 16:09:24','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 40px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.\r\n<p style=\"text-align:center;\"><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work</a></p></div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-24 16:09:24','2011-08-24 16:09:24','',18,'http://deborahbrody.com/2011/08/18-revision-39/',0,'revision','',0),
(1400,4,'2011-08-24 16:09:55','2011-08-24 16:09:55','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 40px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.\r\n<p style=\"text-align:center; size:16px;\"><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work</a></p></div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-24 16:09:55','2011-08-24 16:09:55','',18,'http://deborahbrody.com/2011/08/18-revision-40/',0,'revision','',0),
(1401,4,'2011-08-24 16:10:20','2011-08-24 16:10:20','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 40px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.\r\n<p style=\"text-align:center; font-size:16px;\"><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work</a></p></div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-24 16:10:20','2011-08-24 16:10:20','',18,'http://deborahbrody.com/2011/08/18-revision-41/',0,'revision','',0),
(1403,4,'2011-08-10 10:37:59','0000-00-00 00:00:00','Have you heard of Salonpas? I wouldn\'t blame if you haven\'t. First of all--what is that? It sounds like it\'s French and has to do with hairstyling. Second, if you have seen the commercials for it on TV, you may have thought you were watching the fake product ads on Saturday Night Live.\n\nBetween the low production value and the weird name, these commercials look like they could be reigning in the midnight to 6 am hours. But what had me shaking my head was what I consider one of the worst slogans of all time:\n\n\"Nothing\'s been proven to beat the relief.\"\n\nWhat does this mean? It means that there is no proof that anything works. That might be true in the case of Salonpas.\n\nThe takeaway here is that the name of your product or service matters. If you are going to be \"different\" then you better do a good job of explaining exactly what you do. And remember, slogans and taglines are more effective when they are clear.\n\nSee for yourself:\n\n[youtube http://www.youtube.com/watch?v=eX4WVN4YN0Q&amp;w=560&amp;h=349] ','Can you market a product successfully if it has a crappy name?','','draft','open','open','','','','','2011-08-10 10:37:59','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=1234',0,'post','',0),
(1404,4,'2011-08-22 08:41:50','0000-00-00 00:00:00','We all have gotten spam--in our email inbox, our Twitter feed, even on our phones (there is text spam and also some forms of telemarketing, especially robo-calls). I don\'t know many people who enjoy getting spam and even fewer who respond to spam. Yet, we can learn from the spammers--on what does not work.\n\nHere are the three main lessons you can learn from spammers:\n<ol>\n	<li>Don\'t underestimate the intelligence of your target audience</li>\n	<li>Don\'t send the same message over and over and over and over</li>\n	<li>Customize your message</li>\n</ol>\nWhat would you add?','What you can learn from spammers','','draft','open','open','','','','','2011-08-22 08:41:50','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=1263',0,'post','',0),
(1405,4,'2011-08-26 14:06:35','0000-00-00 00:00:00','So, Microsoft, which may just define ubiquitous, is working on re-branding itself to combat the Mac attack. It is using Jerry Seinfeld to do it. I found the story on MSNBC.\n\nI am not sure that Microsoft needs to re-brand...or re-invent. Maybe improve (fewer crashes, fewer patches). In my world, most people work on PCs, except for those in design, who generally use Mac. Of those on PC,  I would venture most are running the Microsoft XP OS. Some have had to upgrade to Vista. But we all seem to work on Microsoft software like Word and Excel. I finally stopped using Explorer and now am on Mozilla, which seems less prone to shutdowns and freeze up than IE.  My point is that Microsoft is everywhere and people really don\'t associate it with anything but computers. How much more branded can','Microsoft Mega Branding','','draft','open','open','','','','','2011-08-26 14:06:35','0000-00-00 00:00:00','',0,'http://cuppamarcomm.wordpress.com/?p=105',0,'post','',0),
(1406,4,'2008-01-27 11:35:39','2008-01-27 16:35:39','','','','inherit','open','open','','8','','','2008-01-27 11:35:39','2008-01-27 16:35:39','',0,'http://deborahbrody.com/wp-content/uploads/2008/01/leje_108_half18k_bg.pdf',0,'attachment','application/pdf',0),
(1407,4,'2011-08-10 10:45:59','2011-08-10 15:45:59','Taglines can help or hamper your marketing efforts. They must be clear and relevant. A few nights ago, I was watching TV and saw the following commercial for Red Lobster:\n\n[youtube http://www.youtube.com/watch?v=ySl03vqdKNQ&amp;w=560&amp;h=349]\n\nThe last line is: \"I see food differently. \"The tagline for this campaign is <strong>Sea Food Differently. </strong> I think this is tagline writing at its best: clever, play on words, and RELEVANT. They are saying that Red Lobster does seafood differently (presumably better) than other restaurants. Perfect.\n\nCompare that to Salonpas. Salonpas, which has a completely weird name that makes me think of a hair salon, is a pain relief patch. They are running this spot on TV right now:\n\n[youtube http://www.youtube.com/watch?v=eX4WVN4YN0Q&amp;w=560&amp;h=349]\n\nThe tagline is: \"Nothing\'s been proven to beat the relief.\"\n\nWhat does that mean? It is saying that nothing is proven to provide relief--which, I am pretty sure, is not the message they intended.\n\nSome taglines make you scratch your head, some don\'t make you think at all, and some, the ones that work, make you think.','A tagline that works','','publish','open','open','','a-tag-line-that-works','','','2011-08-10 10:45:59','2011-08-10 15:45:59','',0,'http://cuppamarcomm.wordpress.com/?p=1245',0,'post','',0),
(1408,4,'2011-08-11 08:43:24','2011-08-11 13:43:24','Increasingly, I am seeing articles out there about measuring the Return on Investment (ROI)/Return on Engagement (ROE) in social media.  This morning, I read an article that went so far as to show you how to calculate the dollar figures of investment and the projected value of any customers you may get from your blog.\n\nThe thing is this: what are you using social media to accomplish? Without knowing the answer to that, there is no measurement available. If you are indeed using your blog simply to generate sales, it is easy to calculate if you are getting a decent ROI.\n\nHowever (you knew this was coming), using social media can help you/your business accomplish many goals, such as:\n<ul>\n	<li>Thought leadership</li>\n	<li>Image/branding</li>\n	<li>Name recognition</li>\n	<li>Networking (as in actually meeting other people)</li>\n</ul>\nThese are not so easily measured in numbers and certainly not in dollars, and yet they all have <span style=\"text-decoration:underline;\">value</span>.\n\nMy conclusion is that you should not waste your time trying to measure your ROI/ROE but instead ask yourself if your social media use is generating value for you. If you are spending hours and hours a day on social networks and haven\'t made one solitary connection, it is clear that there is no value for you. If you have made connections, improved your image, heightened your name recognition, perhaps that is the value you seek.\n\nWhat are your thoughts? What makes you use social media for business purposes?','Some thoughts on the ROI/ROE of social media','','publish','open','open','','some-thoughts-on-the-roiroe-of-social-media','','','2011-08-11 08:43:24','2011-08-11 13:43:24','',0,'http://cuppamarcomm.wordpress.com/?p=1249',0,'post','',0),
(1409,4,'2011-08-12 07:00:46','2011-08-12 12:00:46','Social media is about connecting with people on a more intimate and individual level than mass media. In the past, companies spoke at their audiences through advertisements and other marketing forms. Now, companies can INTERACT with their audiences, in fact making communications more of a two-way phenomenon.\n\nWith that in mind, the closest comparison to social media is in-person networking. I wonder how many companies calculate the ROI of sending a company representative to a networking event. If the person makes ten connections but no sales is that considered bad ROI?\n\nNetworking, and social media, is about building connections. There may or may not be a dollar value that can be attached to those connections.\n\nThoughts?','And another thought on social media ROI','','publish','open','open','','and-another-thought-on-social-media-roi','','','2011-08-12 07:00:46','2011-08-12 12:00:46','',0,'http://cuppamarcomm.wordpress.com/?p=1252',0,'post','',0),
(1410,4,'2011-08-15 14:30:44','2011-08-15 19:30:44','One would hope anyway....\n\nYou know the feeling of having something just fall into your lap? It\'s pretty sweet to get work/clients/customers \"out of the clear blue sky.\" But, the thing is, they aren\'t just dropping in from outer space like ET. No, they are there because of your past performance.\n\nIf you have done good work in the past, you have past performance to back you up. If, on the other hand, you have done shoddy work in the past, your past performance will be an obstacle. Either way, your past can make stuff fall out of the clear blue sky--or not.\n\nFor marketing purposes, nothing is quite as powerful as word-of-mouth or referrals. If a trusted source gives you a name of say, a carpenter, you are very likely to contact that person. That person has been \"cleared.\" If you call the carpenter to come fix your broken bannister, you are not contacting him out of the clear blue sky. You asked around and found that someone recommended this particular carpenter.  For the carpenter, who may have been sitting back that particular day, it felt like he got business fairly easily. He didn\'t. He earned it, right?\n\nYour past performance can help you earn new business--and it can help keep business away.\n\n&nbsp;\n\n&nbsp;','Nothing falls out of the clear blue sky','','publish','open','open','','nothing-falls-out-of-the-clear-blue-sky','','','2011-08-15 14:30:44','2011-08-15 19:30:44','',0,'http://cuppamarcomm.wordpress.com/?p=1254',0,'post','',0),
(1411,4,'2011-08-17 11:49:11','2011-08-17 16:49:11','Twitter is not for everybody because it takes some time and skill to use it to its full effect.  Since there are so many conversations and so much information being shared, its easy to get lost and not see any usefulness.\n\n<strong>First, define what you want from Twitter.</strong> Do you want to follow like minded people? Are you a news junkie and want the latest breaking news? Do you want to get your name out there?\n\nOnce you have defined what you want, you can then choose to be a \"lurker\" or a participant. Lurkers just listen and gather information without adding anything to the conversation. They generally don\'t start conversations nor share ideas.  Participants are more active--choosing to share links, engage in conversations, re-tweet content.\n\nObviously, you will get more in the way of real connection by participating actively.\n\n<strong>Second, understand how Twitter works. </strong> Twitter is real time conversation. People are talking to each other right now. And they are talking to many people. Sometimes, newbies just respond to a question someone has posted hours ago, without any reference to the original question. That is confusing.\n\n<strong>Third, get a Twitter client like Tweetdeck or Hootsuite</strong>. It is far easier to see what is going on using a Twitter client than it is to use the Twitter web interface. You can see your @ responses (responses that mention you) and you can create specialized feeds for different subjects or groups of people.\n\n<strong>Fourth, monitor Twitter for @ responses or for Tweets mentioning your name or product.</strong> There is nothing worse than lack of response or super delayed response. I posted something five months ago and someone is just getting back to me. That is not timely...and it shows a complete lack of understanding on how to use Twitter.\n\n<strong>Fifth, understand and use hashtags wisely</strong>. Hashtags that define a topic are useful when conducting searches or grouping tweets into one heading. Some people love to make up hashtags and use many of them on a single tweet. I say choose one that encompasses the topic, if you want to have a greater presence around that tweet.\n\n<strong>Sixth, interact!</strong> If you have chosen to participate in Twitter, make sure you are interacting with other people. If you see something that is interesting, re-tweet it. Answer people\'s questions, comment on their posts.\n\n<strong>Seventh, don\'t just sell, sell, sell or self-promote.</strong> Nobody wants to see a sales message all the time or your bragging. Twitter allows you to unfollow people quite easily.\n\nThis is not the Twitter Bible. I am sure there are other things to keep in mind...what would you add?\n\n&nbsp;','How to be a better Twitter user','','publish','open','open','','how-to-be-a-better-twitter-user','','','2011-08-17 11:49:11','2011-08-17 16:49:11','',0,'http://cuppamarcomm.wordpress.com/?p=1256',0,'post','',0),
(1412,4,'2011-08-18 10:15:30','2011-08-18 15:15:30','There should be no doubt that a company\'s customer service plays a huge role in marketing. Put bluntly, if a company has poor customer service, there will be fewer customers at the end of the day. The only exception to this rule is with monopolies like power and telephone companies, which often provide bad service but customers are forced to remain with them as they cannot take their business elsewhere.\n\nLet me give you a personal example. My website is currently hosted at Mediatemple. I have had hosting there since 2004. Off and on during the past seven years, I have had email retrieval issues among other problems.  This past Friday, I noticed my Outlook was not able to access my email. It happened again on Monday, at which point I opened a support request with Mediatemple online. I have learned, through negative interactions in the past, that calling the 1-800 number results in long waits and unhelpful personnel.\n\nAfter a few hours, I had received no response, so I tweeted it out. Mediatemple responds immediately to tweets. I did not get a response from the support request until 24 hours later. It told me I should check my email settings. I did what they suggested, and the problem persisted. Mind you, I had no problem accessing my other email on the same Outlook, using the same ISP.  In my mind, the problem was clearly on Mediatemple\'s side.  At Mediatemple, they refused to believe my claims as a customer, or accept that there could be an issue on their end. The couple of emails/tweets that followed told me to call customer service to troubleshoot my settings. Again, my settings had never been changed and the Outlook was working just fine with my other account.\n\nClearly, to Mediatemple, it is easier to shift the blame to the customer than to check their service. This has happened many times before (once, I was actually told when my website was down, that I had \"broken\" it...I wouldn\'t know how to do that). Well, enough is enough. Since I am going to relaunch my website in the next few days, I am taking my hosting elsewhere. Customer service is the reason.\n\nCustomer service can play a tremendous role in keeping customers happy and COMING back for more. Nordstrom\'s is well known for excellent customer service, and in fact, it is its key differentiating factor. An article in <a href=\"http://www.bloomberg.com/news/2011-08-11/nordstrom-founding-family-s-customer-service-leaves-saks-in-wake.html\" target=\"_blank\">Bloomberg Businessweek </a>claims that:\n<blockquote>For the most part, the Nordstroms have succeeded by making customer service the good they’re really selling, say industry observers. Though many retailers embrace “customer centricity,” a fancy term for putting the customer first, few equal Nordstrom, which routinely ranks in the top three on Luxury Institute surveys that measure customer satisfaction.</blockquote>\nRead that again: <strong>customer service is the good that Nordstrom\'s is selling.</strong> Not the clothes or the jewelry. The SERVICE. And it has made the company GROW.\n\nIf companies spends lots of money on marketing materials, advertising and public relations but neglect their customer service, the marketing efforts will be for naught.\n\n&nbsp;','Customer service IS marketing','','publish','open','open','','customer-service-is-marketing','','','2011-08-18 10:15:30','2011-08-18 15:15:30','',0,'http://cuppamarcomm.wordpress.com/?p=1259',0,'post','',1),
(1413,4,'2011-08-23 09:21:55','2011-08-23 14:21:55','Many companies devote almost all of their communications/marketing resources to EXTERNAL communications, that is, the customer facing communications like ads, press releases, and so forth.  It seems like far fewer companies take the time to invest in INTERNAL communications.\n\nInternal communications are the information exchanges you have with your internal audiences: your staff, board of directors, volunteers and any other group internally affiliated with your organization.  Many companies communicate company news to employees via internal email or a staff meeting. There is nothing wrong with that, but perhaps you could do more.\n\nAn internal communications program should be:\n\n<strong>Timely.</strong> Your staff should never find out about a company decision from outside sources.\n\n<strong>Complete.</strong> Provide all the necessary details--more than you would provide the media.\n\n<strong>Regular.</strong> Even if you have no major announcements, you should communicate with your internal audiences on a regular basis.\n\nWhat kind of information should you share? Here are some ideas:\n<ul>\n	<li>Staff changes and promotions--including dismissals</li>\n	<li>Company earnings and market reports</li>\n	<li>Competitive information</li>\n	<li>Any external communications: press releases, ads, blog posts</li>\n	<li>News reports on your organization</li>\n	<li>News reports on your field</li>\n	<li>Calendar events</li>\n	<li>Policies--including any changes</li>\n</ul>\nWhen your internal audiences know less about your organization that the general public you risk a downgrade in morale. Having a good internal communications program will keep your internal audiences informed.\n\nIf you do have an internal communications program, what is your preferred form of communication? If not, why not?\n\n&nbsp;\n\n&nbsp;','Do you have an internal communications program?','','publish','open','open','','do-you-have-an-internal-communications-program','','','2011-08-23 09:21:55','2011-08-23 14:21:55','',0,'http://cuppamarcomm.wordpress.com/?p=1267',0,'post','',0),
(1414,4,'2011-08-24 08:54:03','2011-08-24 13:54:03','How do you find a vendor? It is important to know this because it can inform marketing. Depending on what I am looking for, I used Google, LinkedIn, listing services, reviews or Twitter. I am sure you use other tools (and would appreciate your insights in the comments).\n\nFor example, yesterday I was searching for a freelance editor.  I used Google, and found (remarkably) few individuals had websites, whether I searched for \"DC freelance editor\" or \"Maryland freelance editor.\" I did find a couple, and one of them, had a very nice website and clearly defined rates. I searched for her on LinkedIn, and discovered that her background was very technical--no editorial. Made me think twice about her skill set. Another one had very strong writing credentials, but absolutely no social media (and she explained she is not into it). It made me question whether she gets it. I also Tweeted it out, and got a response from a colleague (good word of mouth).  But, no freelance editors even picked up on it. Obviously, not using Twitter search to find business.\n\nTool: Google\n\nMarketing lesson: Websites are important. Google profiles are helpful. If you are in an industry that is reviewed, having positive reviews is important since Google finds results from Yelp and others.\n\nTool: LinkedIn\n\nMarketing lesson: If you aren\'t on LinkedIn, you are at a disadvantage. The quality of your profile (both for individuals and companies) is important. For individuals, testimonials, number of connections and your background do matter. Don\'t make stuff up, but bone up what is there.\n\nTool: Twitter (or other social media sites)\n\nMarketing lesson: How you present yourself, and even if you are on social media, says a lot. What does your Twitter profile, stream, followers say about your business or you?\n\nTool:  Printed materials (brochures, business cards, etc.)\n\nMarketing lesson: How your marketing materials look (are they printed on quality stock, are they black/white or color, do they look professionally designed),  can give an immediate impression. How your marketing materials read--what information you provide--can seal the deal.\n\nTool:  Using the telephone\n\nMarketing lesson: Are you reachable? How do you/your company answer the phone? Do you even answer the phone? Some people will want to talk to someone in real time.\n\n&nbsp;\n\nTool: Word of mouth\n\nMarketing lesson: Each and every customer who has a positive interaction with you can be an ambassador, and each and every customer who has a negative impression can be a detractor. Watch your customer interactions. Improve your customer service.\n\n<strong>The bottom line is that if you are marketing yourself/your company, you have to understand how people find you, and how they decide whether to contact you or not.</strong>\n\nYour thoughts? What makes you decide on a vendor? How do you find a vendor?','Finding a vendor','','publish','open','open','','finding-a-vendor','','','2011-08-24 08:54:03','2011-08-24 13:54:03','',0,'http://cuppamarcomm.wordpress.com/?p=1270',0,'post','',0),
(1415,4,'2011-08-25 09:16:52','2011-08-25 14:16:52','After three years and eight months blogging at Wordpress.com, Caffeinated Views is moving! I am now going to host the blog right on my website at www.deborahbrody.com. The change-over is happening this weekend.\n\nI am very excited to finally be able to integrate this blog into my website, although it does mean some growing pains, since those of you who subscribe will have to change your feeds. The blog will also lose its title and look a bit different. However, I will keep providing the same type of insights into marketing communications, and much appreciate your readership.\n\nThe new feed will be found here as of next week.  Please update your readers.\n\n<a href=\"http://deborahbrody.com/blog/feed/rss\" target=\"_blank\">http://deborahbrody.com/blog/feed/rss/</a>\n\nI would love your feedback on the new website/blog.\n\nAnd many thanks for sticking with me!','Blog is moving...please update your RSS feeds','','publish','open','open','','blog-is-moving-please-update-your-rss-feeds','','','2011-08-25 09:16:52','2011-08-25 14:16:52','',0,'http://cuppamarcomm.wordpress.com/?p=1272',0,'post','',0),
(1418,4,'2011-08-29 15:22:47','2011-08-29 15:22:47','If you need to do anything when preparing any type of communications (printed, online, even spoken), you need to get your facts straight.\n\nSeems fairly obvious, but as usual, it escapes many.\n\nLet me give you an example. Last week I received a check from a foreign bank, drawn from a U.S. dollar account. I have received these before (I do have clients in other countries). I went to Bank of America to deposit it. I was told that it would take up to four months to clear. FOUR months. (This was after lots of back and forth with a clueless teller and her remarkably unfriendly supervisor). I told them time and again that this was a US DOLLAR check--no exchange rate necessary.  It didn\'t matter--they thought they had their facts straight, and did not leave me any option but to take the check elsewhere.\n\nI went to my other bank. They were MUCH friendlier there, and seemed to understand what I was saying. They went ahead and deposited the check, warning that it would take up to six weeks to clear.  And that I would be charged a fee. Because of the exchange rate. But, I said, this is a check drawn in US DOLLARS.  There should be no exchange of any sort. Bottom line, the check cleared immediately. I have not yet been charged a fee. Seems like the bank teller and her supervisor at the second bank did not have their facts straight.\n\nYou have to know what you are talking about plain and simple. Sure you can make mistakes or have to ask someone if you don\'t know, but it is inexcusable to give customers','Getting your facts straight','','inherit','open','open','','1417-revision','','','2011-08-29 15:22:47','2011-08-29 15:22:47','',1417,'http://deborahbrody.com/2011/08/1417-revision/',0,'revision','',0),
(1431,4,'2011-09-09 14:48:54','2011-09-09 14:48:54','My last post suggested you have a strong subject line in your email, especially when you are reaching out to potential clients. You have to give them a reason to care.\r\n\r\nThis advice extends to your Twitter, LinkedIn, Facebook posts and your marketing in general.  If you are trying to get people to do something (read your post, buy your product/service, donate), you MUST give those people a reason to care. You can\'t just say \"look at me.\"\r\n\r\n<strong>First, ask yourself what you want your potential client or customer to do. Then ask yourself, what would make the potential client/customer interested in doing what I ask? </strong>\r\n\r\nSo instead of saying: Donate $$ to Good Cause X say Donate $$ to Good Cause so we can help feed the starving in your city.  Or be more creative: Hundreds are suffering from malnutrition--giving to Good Cause will help.\r\n\r\n&nbsp;','Give them a reason to care','','publish','open','open','','give-them-a-reason-to-care','','','2011-09-09 14:48:54','2011-09-09 14:48:54','',0,'http://deborahbrody.com/?p=1431',0,'post','',0),
(1420,4,'2011-09-01 13:02:01','2011-09-01 13:02:01','If you are in the marketing business, a pretty big chunk of your time is probably spent convincing people about something. If you are in sales, you are probably convincing them to try your product. If you are in advertising, you are doing the same on a larger scale. On the other side--the internal side--you are also trying to convince. You may be trying to persuade your client to embark on a public relations campaign or back a new creative direction.\r\n\r\nSometimes this works, and sometimes it doesn\'t. Some people resist change but can change if they see a good reason. Some people just resist change and no amount of reasoning is going to work.\r\n\r\nI have a client that refuses--flat out--to consider social media. The higher-ups at the company will not budget for it. They see no value to brand and image building. Their only criteria is bottom line.  And in marketing communications we know that there can\'t be a direct correlation between your communications efforts and the bottom line. If you are trying to create an image, the costs could be higher up front and the payoff later. To think that you will spend $100  in advertising to bring in $100 in business is wrong.  It could happen, and in fact you could spend $100 and bring in several times more in business. But it may not happen immediately.\r\n\r\nSome people won\'t change. If what you are offering/advising does not fit with their worldview, they won\'t even consider it. In this case, just give up.  Don\'t spend energy and ideas trying to convince someone who doesn\'t want to be convinced.','Some people won\'t change','','publish','open','open','','some-people-wont-change','','','2011-09-01 13:02:01','2011-09-01 13:02:01','',0,'http://deborahbrody.com/?p=1420',0,'post','',0),
(1421,4,'2011-09-01 13:01:54','2011-09-01 13:01:54','If you are in the marketing business, a pretty big chunk of your time is probably spent convincing people about something. If you are in sales, you are probably convincing them to try your product. If you are in advertising, you are doing the same on a larger scale. On the other side--the internal side--you are also trying to convince. You may be trying to persuade your client to embark on a public relations campaign or back a new creative direction.\n\nSometimes this works, and sometimes it doesn\'t. Some people resist change but can change if they see a good reason. Some people just resist change and no amount of reasoning is going to work.\n\nI have a client that refuses--flat out--to consider social media. The higher-ups at the company will not budget for it. They see no value to brand and image building. Their only criteria is bottom line.  And in marketing communications we know that there can\'t be a direct correlation between your communications efforts and the bottom line. If you are trying to create an image, the costs could be higher up front and the payoff later. To think that you will spend $100  in advertising to bring in $100 in business is wrong.  It could happen, and in fact you could spend $100 and bring in several times more in business. But it may not happen immediately.\n\nSome people won\'t change. If what you are offering/advising does not fit with their worldview, they won\'t even consider it. In this case, just give up.  Don\'t spend energy and ideas trying to convince someone who doesn\'t want to be convinced.','Some people won\'t change','','inherit','open','open','','1420-revision','','','2011-09-01 13:01:54','2011-09-01 13:01:54','',1420,'http://deborahbrody.com/2011/09/1420-revision/',0,'revision','',0),
(1422,4,'2011-09-02 14:31:52','2011-09-02 14:31:52','How long until we don\'t have printed newspapers any more? Ten years? Five? Fewer?  I am not sure but a look at some headlines on today\'s <a href=\"http://www.mediabistro.com/\" target=\"_blank\">Mediabistro.com</a> home page give us some clues:\r\n\r\n<a href=\"http://www.mediabistro.com/fishbowlla/los-angeles-times-raises-newsstand-price_b37673\" target=\"_blank\">LA Times to raise newsstand price</a> (new cost will be 75 cents for daily)\r\n\r\n<a href=\"http://www.mediabistro.com/fishbowldc/wapo-to-shutter-nearly-all-regional-bureaus_b49461\" target=\"_blank\">Washington Post to shut all regional bureaus</a> (except for Richmond and Annapolis, because of the local angle needs)\r\n\r\n<a href=\"http://www.mediabistro.com/10000words/what-happens-when-a-city-loses-its-newspaper_b6503\" target=\"_blank\">Oakland, CA loses its daily newspaper</a> (joining several other cities in the same situation)\r\n\r\nAnd most ominous of all:\r\n\r\n<a href=\"http://www.marketwatch.com/story/newspaper-ad-spending-down-7-in-2q-2011-09-01?link=MW_home_latest_news\" target=\"_blank\">Newspaper Ad Spending Down 7% in 2Q</a>\r\n\r\nThe trend is clear: fewer people are buying newspapers, and fewer readers means less enticement for advertisers, which means less ad revenue. With less per-issue/subscription revenue and ad revenue, newspapers are increasing prices to subscribers/single-issue buyers or shutting down altogether. Some, like the New York Times, are embracing the online world and charging for access. I think this (unfortunately) is where all newspapers that want to remain viable will head. But then, what will they be called?\r\n\r\nLet me know what you think. If you are heading out for a nice long weekend, enjoy! Happy Labor Day to all!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Bad news for newspapers','','publish','open','open','','bad-news-for-newspapers','','','2011-09-02 14:31:52','2011-09-02 14:31:52','',0,'http://deborahbrody.com/?p=1422',0,'post','',1),
(1423,4,'2011-09-02 14:30:31','2011-09-02 14:30:31','How long until we don\'t have printed newspapers any more? Ten years? Five? Fewer?  I am not sure but a look at some headlines on today\'s <a href=\"http://www.mediabistro.com/\" target=\"_blank\">Mediabistro.com</a> home page give us some clues:\n\n<a href=\"http://www.mediabistro.com/fishbowlla/los-angeles-times-raises-newsstand-price_b37673\" target=\"_blank\">LA Times to raise newsstand price</a> (new cost will be 75 cents for daily)\n\n<a href=\"http://www.mediabistro.com/fishbowldc/wapo-to-shutter-nearly-all-regional-bureaus_b49461\" target=\"_blank\">Washington Post to shut all regional bureaus</a> (except for Richmond and Annapolis, because of the local angle needs)\n\n<a href=\"http://www.mediabistro.com/10000words/what-happens-when-a-city-loses-its-newspaper_b6503\" target=\"_blank\">Oakland, CA loses its daily newspaper</a> (joining several other cities in the same situation)\n\nAnd most ominous of all:\n\n<a href=\"http://www.marketwatch.com/story/newspaper-ad-spending-down-7-in-2q-2011-09-01?link=MW_home_latest_news\" target=\"_blank\">Newspaper Ad Spending Down 7% in 2Q</a>\n\nThe trend is clear: fewer people are buying newspapers, and fewer readers means less enticement for advertisers, which means less ad revenue. With less per-issue/subscription revenue and ad revenue, newspapers are increasing prices to subscribers/single-issue buyers or shutting down altogether. Some, like the New York Times, are embracing the online world and charging for access. I think this (unfortunately) is where all newspapers that want to remain viable will head. But then, what will they be called?\n\nLet me know what you think. If you are heading out for a nice long weekend, enjoy! Happy Labor Day to all!\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Bad news for newspapers','','inherit','open','open','','1422-revision','','','2011-09-02 14:30:31','2011-09-02 14:30:31','',1422,'http://deborahbrody.com/2011/09/1422-revision/',0,'revision','',0),
(1425,4,'2011-09-06 15:31:07','2011-09-06 15:31:07','Do you have the kind of Twitter followers you want? Are you getting the information you want and need from your Twitter stream? If the answer is no, I have one question for you to consider before you post your next Tweet:\n\n<strong>Who cares about what I am about to post?</strong>\n\nDo your friends care? Your mother? Your potential clients? Your colleagues?\n\nNot everything you want to say has to be said on social media. If you want to vent about your new dishwasher, why not call a neighbor? If you want to make brunch plans--why not text your friends?','One question to improve your Twitter stream','','inherit','open','open','','1424-revision','','','2011-09-06 15:31:07','2011-09-06 15:31:07','',1424,'http://deborahbrody.com/2011/09/1424-revision/',0,'revision','',0),
(1426,4,'2011-09-07 15:18:44','2011-09-07 15:18:44','Email marketing is alive and well, in spite of all the doomsayers who say email is dead. Most people use email to communicate, and generally check their email multiple times a day.\r\n\r\nWe all get tons of emails--notifications, calendar events, special discounts, sales pitches and perhaps a few personal notes too. What makes you open (let alone read) an email. There are a few scenarios:\r\n\r\n<strong>Known sender: </strong>We\'ll open something if we know who is sending it (your aunt Karen or Groupon, for example) Of course, spammers have exploited this to their advantage by fabricating the sent address.\r\n\r\n<strong>Subject line: </strong>We\'ll open something if it sounds relevant or interesting, like \"Special Event to Benefit (name of charity you care about) Next Week).\r\n\r\nIdeally, your emails should have both to ENSURE the are opened. If you don\'t have one, you have to work on the other. Your mother can send you an email with the subject line \"Hi,\" but if you are someone the recipient does not know your subject line MUST be descriptive.\r\n\r\nI received an email this morning from someone I do not know, which had the subject line \"meeting request.\" Why should I open that? I don\'t know the person sending it and the subject tells me nothing. If this person had been more descriptive and said \"(Company name) requesting meeting to discuss (product/service/whatever)\" wouldn\'t that have made it clear what the email was about?\r\n\r\n<strong>Think about your readers...do they know you well enough to care about your emails? If not, give them a good reason!</strong>\r\n\r\nUPDATE: Check out <a href=\"http://www.prdaily.com/Main/Articles/9436.aspx\" target=\"_blank\">this infographic</a> about email, which provides some good facts/figures including the fact that email continues to GROW.\r\n\r\n&nbsp;','Are your emails getting read?','','publish','open','open','','are-your-emails-getting-read','','','2011-09-07 19:35:04','2011-09-07 19:35:04','',0,'http://deborahbrody.com/?p=1426',0,'post','',0),
(1427,4,'2011-09-07 15:18:02','2011-09-07 15:18:02','Email marketing is alive and well, in spite of all the doomsayers who say email is dead. Most people use email to communicate, and generally check their email multiple times a day.\n\nWe all get tons of emails--notifications, calendar events, special discounts, sales pitches and perhaps a few personal notes too. What makes you open (let alone read) an email. There are a few scenarios:\n\n<strong>Known sender: </strong>We\'ll open something if we know who is sending it (your aunt Karen or Groupon, for example) Of course, spammers have exploited this to their advantage by fabricating the sent address.\n\n<strong>Subject line: </strong>We\'ll open something if it sounds relevant or interesting, like \"Special Event to Benefit (name of charity you care about) Next Week).\n\nIdeally, your emails should have both to ENSURE the are opened. If you don\'t have one, you have to work on the other. Your mother can send you an email with the subject line \"Hi,\" but if you are someone the recipient does not know your subject line MUST be descriptive.\n\nI received an email this morning from someone I do not know, which had the subject line \"meeting request.\" Why should I open that? I don\'t know the person sending it and the subject tells me nothing. If this person had been more descriptive and said \"(Company name) requesting meeting to discuss (product/service/whatever)\" wouldn\'t that have made it clear what the email was about?\n\nThink about your readers...do they know you well enough to care about your emails? If not, give them a good reason!\n\n&nbsp;\n\n&nbsp;','Are your emails getting read?','','inherit','open','open','','1426-revision','','','2011-09-07 15:18:02','2011-09-07 15:18:02','',1426,'http://deborahbrody.com/2011/09/1426-revision/',0,'revision','',0),
(1428,4,'2011-09-07 19:34:53','2011-09-07 19:34:53','Email marketing is alive and well, in spite of all the doomsayers who say email is dead. Most people use email to communicate, and generally check their email multiple times a day.\n\nWe all get tons of emails--notifications, calendar events, special discounts, sales pitches and perhaps a few personal notes too. What makes you open (let alone read) an email. There are a few scenarios:\n\n<strong>Known sender: </strong>We\'ll open something if we know who is sending it (your aunt Karen or Groupon, for example) Of course, spammers have exploited this to their advantage by fabricating the sent address.\n\n<strong>Subject line: </strong>We\'ll open something if it sounds relevant or interesting, like \"Special Event to Benefit (name of charity you care about) Next Week).\n\nIdeally, your emails should have both to ENSURE the are opened. If you don\'t have one, you have to work on the other. Your mother can send you an email with the subject line \"Hi,\" but if you are someone the recipient does not know your subject line MUST be descriptive.\n\nI received an email this morning from someone I do not know, which had the subject line \"meeting request.\" Why should I open that? I don\'t know the person sending it and the subject tells me nothing. If this person had been more descriptive and said \"(Company name) requesting meeting to discuss (product/service/whatever)\" wouldn\'t that have made it clear what the email was about?\n\n<strong>Think about your readers...do they know you well enough to care about your emails? If not, give them a good reason!</strong>\n\nUPDATE: Check out this infographic about email, which provides some good facts/figures including the fact that email continues to GROW.\n\n&nbsp;','Are your emails getting read?','','inherit','open','open','','1426-autosave','','','2011-09-07 19:34:53','2011-09-07 19:34:53','',1426,'http://deborahbrody.com/2011/09/1426-autosave/',0,'revision','',0),
(1429,4,'2011-09-07 15:18:44','2011-09-07 15:18:44','Email marketing is alive and well, in spite of all the doomsayers who say email is dead. Most people use email to communicate, and generally check their email multiple times a day.\r\n\r\nWe all get tons of emails--notifications, calendar events, special discounts, sales pitches and perhaps a few personal notes too. What makes you open (let alone read) an email. There are a few scenarios:\r\n\r\n<strong>Known sender: </strong>We\'ll open something if we know who is sending it (your aunt Karen or Groupon, for example) Of course, spammers have exploited this to their advantage by fabricating the sent address.\r\n\r\n<strong>Subject line: </strong>We\'ll open something if it sounds relevant or interesting, like \"Special Event to Benefit (name of charity you care about) Next Week).\r\n\r\nIdeally, your emails should have both to ENSURE the are opened. If you don\'t have one, you have to work on the other. Your mother can send you an email with the subject line \"Hi,\" but if you are someone the recipient does not know your subject line MUST be descriptive.\r\n\r\nI received an email this morning from someone I do not know, which had the subject line \"meeting request.\" Why should I open that? I don\'t know the person sending it and the subject tells me nothing. If this person had been more descriptive and said \"(Company name) requesting meeting to discuss (product/service/whatever)\" wouldn\'t that have made it clear what the email was about?\r\n\r\n<strong>Think about your readers...do they know you well enough to care about your emails? If not, give them a good reason!</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are your emails getting read?','','inherit','open','open','','1426-revision-2','','','2011-09-07 15:18:44','2011-09-07 15:18:44','',1426,'http://deborahbrody.com/2011/09/1426-revision-2/',0,'revision','',0),
(1430,4,'2011-08-03 07:12:04','2011-08-03 07:12:04','<table class=\"homemain\">\r\n<tr>\r\n<td style=\"width: 50%;\"> \r\n<table class=\"homeleft\">\r\n<tr>\r\n<td>\r\n<h4>How We Can Help</h4>\r\n<p>If you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</p>\r\n<p>At Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.</p>\r\n<p>Together, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</p> \r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td> \r\n<table class=\"homeright\">\r\n<tr>\r\n<td>\r\n<h4>Why Chose DBMC</h4>\r\n<p>Deborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.</p>\r\n<p><b>You\'ll find that our services</b> are an affordable alternative to the traditional advertising or public relations agency.</p>\r\n<p><b>You won\'t pay agency prices</b> and you won\'t have to deal with inexperienced staff.</p>\r\n<p>No matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</p>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n<div id=\"contacthome\"><a href=\"contact\" style=\"color:#ffffff; font-weight:bold;\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-08-03 07:12:04','2011-08-03 07:12:04','',2,'http://deborahbrody.com/2011/08/2-revision-24/',0,'revision','',0),
(1432,4,'2011-09-09 14:48:42','2011-09-09 14:48:42','My last post suggested you have a strong subject line in your email, especially when you are reaching out to potential clients. You have to give them a reason to care.\n\nThis advice extends to your Twitter, LinkedIn, Facebook posts and your marketing in general.  If you are trying to get people to do something (read your post, buy your product/service, donate), you MUST give those people a reason to care. You can\'t just say \"look at me.\"\n\n<strong>First, ask yourself what you want your potential client or customer to do. Then ask yourself, what would make the potential client/customer interested in doing what I ask? </strong>\n\nSo instead of saying: Donate $$ to Good Cause X say Donate $$ to Good Cause so we can help feed the starving in your city.  Or be more creative: Hundreds are suffering from malnutrition--giving to Good Cause will help.\n\n&nbsp;','Give them a reason to care','','inherit','open','open','','1431-revision','','','2011-09-09 14:48:42','2011-09-09 14:48:42','',1431,'http://deborahbrody.com/2011/09/1431-revision/',0,'revision','',0),
(1436,4,'2011-09-22 13:01:14','2011-09-22 13:01:14','Can you complete this line:\r\n\r\nThe main thing my customers/clients want from me is ....\r\n\r\nYou should, of course, be able to answer this. If you are a toy manufacturer, for example, your line could be \"the main thing my customers want from me is safety...parents won\'t buy unsafe toys for their kids.\"\r\n\r\nOnce you can answer this question, you can proceed with marketing.\r\n\r\nThis week, Netflix made an announcement that it would spin off its DVD business under a new name (Qwikster).  This came at the heels of a subscriber loss due in part to the 60% increase in prices announced earlier. Not only that, but Netflix\' stock price has fallen.\r\n\r\nApparently, Netflix failed to ask itself what its customers wanted. Ignoring their loyal fan base (as <a href=\"http://blogs.hbr.org/cs/2011/09/how_netflix_lost_its_evangelis.html\" target=\"_blank\">this great article </a>in the Harvard Business Review blog discusses) is probably why there has been such an uproar.\r\n\r\nWhat do Netflix customers want? Do they want more streaming video or do they want to keep getting  DVDs in the mail? Do they want an easy, inexpensive way to get movies fast?\r\n\r\nNetflix\' CEO wants to be in the streaming business, not in the DVD business. But perhaps that is not what his customers want.  Perhaps his customers do not like the name Qwikster. Perhaps he didn\'t ASK his customers first. Sure, companies have to make decisions based on financials etc, but part of the input should include some market research, some customer feedback.  Netflix did not ask, and now they know--customers want convenience and price stability from Netflix.\r\n\r\nWhat do your customers want? How will you find out?','What do your customers want?','','publish','open','open','','what-do-your-customers-want','','','2011-09-22 13:01:14','2011-09-22 13:01:14','',0,'http://deborahbrody.com/?p=1436',0,'post','',0),
(1434,4,'2011-09-12 18:36:02','0000-00-00 00:00:00','You\'ve probably heard about Carol Bartz, recently fired as CEO of Yahoo! Bartz was known as a tough woman who did not polish her language, going so far as to say that Yahoo\'s board had screwed her over (except she did not say screw).\r\n\r\n<a href=\"http://www.cnn.com/2011/09/12/living/carol-bartz-fired-from-yahoo/index.html?hpt=hp_t2\" target=\"_blank\">CNN has an article </a>discussing whether Bartz\' language was appropriate--more so in the context of what is perceived as appropriate for women versus men. Apparently, women are judged more harshly than men if they use curse words on the job.\r\n\r\nIn my opinion, it is not a male versus female thing. It is an appropriate versus inappropriate thing. It is absolutely not appropriate to use curse words in business communication and in public fora. I am not saying you should not curse--I do all the time--I just don\'t do it in a business communication (this blog for instance) or in public (like Twitter for instance).  You would not load a press release with curse words, would you? Would you run into a store, full of people you don\'t know, and curse at the top of your lungs? I hope not.\r\n\r\n&nbsp;','What the $#%^&?','','draft','open','open','','','','','2011-09-12 18:36:02','2011-09-12 18:36:02','',0,'http://deborahbrody.com/?p=1434',0,'post','',0),
(1435,4,'2011-09-12 18:34:45','2011-09-12 18:34:45','You\'ve probably heard about Carol Bartz, recently fired as CEO of Yahoo! Bartz was known as a tough woman who did not polish her language, going so far as to say that Yahoo\'s board had screwed her over (except she did not say screw).\n\nCNN has an article discussing whether Bartz\' language was appropriate--more so in the context of what is perceived as appropriate for women versus men. Apparently, women are judged more harshly than men if they use curse words on the job.\n\nIn my opinion, it is not a male versus female thing. It is an appropriate versus inappropriate thing. It is absolutely not appropriate to use curse words in business communication and in public fora. I am not saying you should not curse--I do all the time--I just don\'t do it in a business communication (this blog for instance) or in public (like Twitter for instance).  You would not load a press release with curse words, would you? Would you run into a store, full of people you don\'t know, and curse at the top of your lungs? I hope not.\n\n&nbsp;','What the $#%^&?','','inherit','open','open','','1434-revision','','','2011-09-12 18:34:45','2011-09-12 18:34:45','',1434,'http://deborahbrody.com/2011/09/1434-revision/',0,'revision','',0),
(1437,4,'2011-09-22 13:00:33','2011-09-22 13:00:33','Can you complete this line:\n\nThe main thing my customers/clients want from me is ....\n\nYou should, of course, be able to answer this. If you are a toy manufacturer, for example, your line could be \"the main thing my customers want from me is safety...parents won\'t buy unsafe toys for their kids.\"\n\nOnce you can answer this question, you can proceed with marketing.\n\nThis week, Netflix made an announcement that it would spin off its DVD business under a new name (Qwikster).  This came at the heels of a subscriber loss due in part to the 60% increase in prices announced earlier. Not only that, but Netflix\' stock price has fallen.\n\nApparently, Netflix failed to ask itself what its customers wanted. Ignoring their loyal fan base (as <a href=\"http://blogs.hbr.org/cs/2011/09/how_netflix_lost_its_evangelis.html\" target=\"_blank\">this great article </a>in the Harvard Business Review blog discusses) is probably why there has been such an uproar.\n\nWhat do Netflix customers want? Do they want more streaming video or do they want to keep getting  DVDs in the mail? Do they want an easy, inexpensive way to get movies fast?\n\nNetflix\' CEO wants to be in the streaming business, not in the DVD business. But perhaps that is not what his customers want.  Perhaps his customers do not like the name Qwikster. Perhaps he didn\'t ASK his customers first. Sure, companies have to make decisions based on financials etc, but part of the input should include some market research, some customer feedback.  Netflix did not ask, and now they know--customers want convenience and price stability from Netflix.\n\nWhat do your customers want? How will you find out?','What do your customers want?','','inherit','open','open','','1436-revision','','','2011-09-22 13:00:33','2011-09-22 13:00:33','',1436,'http://deborahbrody.com/2011/09/1436-revision/',0,'revision','',0),
(1442,4,'2011-10-06 17:35:55','2011-10-06 17:35:55','To quote a long ago mentor, Gad Almaliah (of blessed memory), the computer is just a tool. You have to know how to use it.  Gad was an artist and graphic designer who started his career when people still worked with blades and pens and glue. He learned the fundamentals of design and applied them whether using the old tools or the new.\r\n\r\nYou don\'t become a software engineer simply by owning a computer and you don\'t become a writer by having a pen. It sure helps to have the right tools, but you have to know how to use them to make them reach their full potential.\r\n\r\nAs you are probably aware, Steve Jobs died yesterday. I have seen a number of tributes to Jobs, focused on his stewardship of Apple and the Mac. Apparently, many people\'s lives have changed because they now have the IPad or the IPhone or a Mac on their desk.  However, I have to say that no matter how snazzy and cool your Apple product may be, it is not going to make you creative or smart. A designer may be able to do more with Macs, but he or she must know the fundamentals and have a vision and creativity. The Mac, without a human operator who has the capacity to do with it what he or she dreams, is just a machine or tool.\r\n\r\nTools alone are not enough. You must develop strategies. You should  encourage creativity and problem-solving. After all, the focus on the tool (for instance Twitter or a IPhone App) instead of the message will not help your communications campaign.\r\n\r\n&nbsp;','Don\'t focus on the tools','','publish','open','open','','dont-focus-on-the-tools','','','2011-10-06 17:35:55','2011-10-06 17:35:55','',0,'http://deborahbrody.com/?p=1442',0,'post','',0),
(1439,4,'2011-09-26 12:40:27','2011-09-26 12:40:27','I logged on to my Facebook page to find the following message:\r\n<blockquote>Changes to How You Share Content on Your Page\r\n\r\nWe want you to connect with your fans in the most effective ways possible. That\'s why as of September 30th you\'ll no longer be able to automatically import posts from your website to your page notes. The best way to get people to interact with your content is to give them insight into the links you share on your Wall by adding personal comments and responding to feedback from fans.\r\n\r\nWe\'re focused on creating even better tools for pages - look for announcements soon.</blockquote>\r\nSomehow, I am not sure that making it harder for me to share my blog posts on Facebook will also make it more effective for me to connect with my \"fans. \" Why is Facebook telling me what is better? The answer is simple: Facebook wants me to spend money. Advertise the page to get more fans, and more clients.\r\n\r\nOver on Mashable, there is an article \"<a href=\"http://mashable.com/2011/09/22/facebooks-changes-marketers/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29&amp;utm_content=Google+Reader\" target=\"_blank\">What Facebook\'s Changes Mean for Marketers.\" </a>Basically, the new Facebook changes will force marketers (businesses) to create a more interactive approach to the getting fans.  It will require more work and more dedication.\r\n\r\nFor small businesses, which are working on getting paying customers and using social media to amplify their reach, putting more work into ONE platform is nonsensical. Yes, Facebook has A LOT of users, but not all those users are your customers. If a business finds that its best base is coming from Facebook, then yes, it will be worth investing the extra time.\r\n\r\nI am not convinced that Facebook generates sales. It does helps create brand awareness and build image, which adds value.  Small businesses will have to decide how much more time they want to devote to Facebook, since it looks like it will require more time, more work and more strategy.\r\n\r\nYour thoughts?','Is Facebook becoming a nightmare for small business?','','publish','open','open','','is-facebook-becoming-a-nightmare-for-small-business','','','2011-09-26 12:40:27','2011-09-26 12:40:27','',0,'http://deborahbrody.com/?p=1439',0,'post','',3),
(1440,4,'2011-09-26 12:39:30','2011-09-26 12:39:30','I logged on to my Facebook page to find the following message:\n<blockquote>Changes to How You Share Content on Your Page\n\nWe want you to connect with your fans in the most effective ways possible. That\'s why as of September 30th you\'ll no longer be able to automatically import posts from your website to your page notes. The best way to get people to interact with your content is to give them insight into the links you share on your Wall by adding personal comments and responding to feedback from fans.\n\nWe\'re focused on creating even better tools for pages - look for announcements soon.</blockquote>\nSomehow, I am not sure that making it harder for me to share my blog posts on Facebook will also make it more effective for me to connect with my \"fans. \" Why is Facebook telling me what is better? The answer is simple: Facebook wants me to spend money. Advertise the page to get more fans, and more clients.\n\nOver on Mashable, there is an article \"<a href=\"http://mashable.com/2011/09/22/facebooks-changes-marketers/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29&amp;utm_content=Google+Reader\" target=\"_blank\">What Facebook\'s Changes Mean for Marketers.\" </a>Basically, the new Facebook changes will force marketers (businesses) to create a more interactive approach to the getting fans.  It will require more work and more dedication.\n\nFor small businesses, which are working on getting paying customers and using social media to amplify their reach, putting more work into ONE platform is nonsensical. Yes, Facebook has A LOT of users, but not all those users are your customers. If a business finds that its best base is coming from Facebook, then yes, it will be worth investing the extra time.\n\nI am not convinced that Facebook generates sales. It does helps create brand awareness and build image, which adds value.  Small businesses will have to decide how much more time they want to devote to Facebook, since it looks like it will require more time, more work and more strategy, just to build their brand image, witho','Is Facebook becoming a nightmare for small business?','','inherit','open','open','','1439-revision','','','2011-09-26 12:39:30','2011-09-26 12:39:30','',1439,'http://deborahbrody.com/2011/09/1439-revision/',0,'revision','',0),
(1441,4,'2011-10-06 17:23:38','2011-10-06 17:23:38','I logged on to my Facebook page to find the following message:\n<blockquote>Changes to How You Share Content on Your Page\n\nWe want you to connect with your fans in the most effective ways possible. That\'s why as of September 30th you\'ll no longer be able to automatically import posts from your website to your page notes. The best way to get people to interact with your content is to give them insight into the links you share on your Wall by adding personal comments and responding to feedback from fans.\n\nWe\'re focused on creating even better tools for pages - look for announcements soon.</blockquote>\nSomehow, I am not sure that making it harder for me to share my blog posts on Facebook will also make it more effective for me to connect with my \"fans. \" Why is Facebook telling me what is better? The answer is simple: Facebook wants me to spend money. Advertise the page to get more fans, and more clients.\n\nOver on Mashable, there is an article \"<a href=\"http://mashable.com/2011/09/22/facebooks-changes-marketers/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29&amp;utm_content=Google+Reader\" target=\"_blank\">What Facebook\'s Changes Mean for Marketers.\" </a>Basically, the new Facebook changes will force marketers (businesses) to create a more interactive approach to the getting fans.  It will require more work and more dedication.\n\nFor small businesses, which are working on getting paying customers and using social media to amplify their reach, putting more work into ONE platform is nonsensical. Yes, Facebook has A LOT of users, but not all those users are your customers. If a business finds that its best base is coming from Facebook, then yes, it will be worth investing the extra time.\n\nI am not convinced that Facebook generates sales. It does helps create brand awareness and build image, which adds value.  Small businesses will have to decide how much more time they want to devote to Facebook, since it looks like it will require more time, more work and more strategy.\n\nYour thoughts?','Is Facebook becoming a nightmare for small business?','','inherit','open','open','','1439-autosave','','','2011-10-06 17:23:38','2011-10-06 17:23:38','',1439,'http://deborahbrody.com/2011/09/1439-autosave/',0,'revision','',0),
(1443,4,'2011-10-06 17:35:05','2011-10-06 17:35:05','To quote a long ago mentor, Gad Almaliah (of blessed memory), the computer is just a tool. You have to know how to use it.  Gad was an artist and graphic designer who started his career when people still worked with blades and pens and glue. He learned the fundamentals of design and applied them whether using the old tools or the new.\n\nYou don\'t become a software engineer simply by owning a computer and you don\'t become a writer by having a pen. It sure helps to have the right tools, but you have to know how to use them to make them reach their full potential.\n\nAs you are probably aware, Steve Jobs died yesterday. I have seen a number of tributes to Jobs, focused on his stewardship of Apple and the Mac. Apparently, many people\'s lives have changed because they now have the IPad or the IPhone or a Mac on their desk.  However, I have to say that no matter how snazzy and cool your Apple product may be, it is not going to make you creative or smart. A designer may be able to do more with Macs, but he or she must know the fundamentals and have a vision and creativity. The Mac, without a human operator who has the capacity to do with it what he or she dreams, is just a machine or tool.\n\nTools alone are not enough. You must develop strategies. You should  encourage creativity and problem-solving. After all, the focus on the tool (for instance Twitter or the Iphone App) instead of the message will not help your communications campaign.\n\n&nbsp;','Don\'t focus on the tools','','inherit','open','open','','1442-revision','','','2011-10-06 17:35:05','2011-10-06 17:35:05','',1442,'http://deborahbrody.com/2011/10/1442-revision/',0,'revision','',0),
(1444,4,'2011-10-06 17:37:00','2011-10-06 17:37:00','To quote a long ago mentor, Gad Almaliah (of blessed memory), the computer is just a tool. You have to know how to use it.  Gad was an artist and graphic designer who started his career when people still worked with blades and pens and glue. He learned the fundamentals of design and applied them whether using the old tools or the new.\n\nYou don\'t become a software engineer simply by owning a computer and you don\'t become a writer by having a pen. It sure helps to have the right tools, but you have to know how to use them to make them reach their full potential.\n\nAs you are probably aware, Steve Jobs died yesterday. I have seen a number of tributes to Jobs, focused on his stewardship of Apple and the Mac. Apparently, many people\'s lives have changed because they now have the IPad or the IPhone or a Mac on their desk.  However, I have to say that no matter how snazzy and cool your Apple product may be, it is not going to make you creative or smart. A designer may be able to do more with Macs, but he or she must know the fundamentals and have a vision and creativity. The Mac, without a human operator who has the capacity to do with it what he or she dreams, is just a machine or tool.\n\nTools alone are not enough. You must develop strategies. You should  encourage creativity and problem-solving. After all, the focus on the tool (for instance Twitter or a IPhone App) instead of the message will not help your communications campaign.\n\n&nbsp;','Don\'t focus on the tools','','inherit','open','open','','1442-autosave','','','2011-10-06 17:37:00','2011-10-06 17:37:00','',1442,'http://deborahbrody.com/2011/10/1442-autosave/',0,'revision','',0),
(1452,4,'2011-10-26 19:31:01','2011-10-26 19:31:01','Netflix has just lost 800,000 customers and has seen its share price drop. Why? Because Netflix\'s CEO is a terrible communicator. It is that simple.\r\n\r\nI am not going to rehash the whole price hike, Qwiskter debacle here. You can read more and find some really good analysis  by Nick Wingfield and Brian Stelter  on the New York Times <a href=\"http://www.nytimes.com/2011/10/25/technology/netflix-lost-800000-members-with-price-rise-and-split-plan.html\" target=\"_blank\">(Netflix Lost 800,000 Members, and Good Will</a>).\r\n\r\nThe article says this:\r\n<blockquote>Like many other companies built in Silicon Valley, Netflix prides itself  on its analytical, data-driven approach to making decisions. But it  made a classic business misstep. In its reliance on data and long-term  strategy, the company underestimated the unquantifiable emotions of  subscribers who still want those little red envelopes, even if they  forget to ever watch the DVDs inside.</blockquote>\r\nIt seems to me that Reed Hastings is probably very good at forecasting and trend analysis and has decided, purely on an analytical basis, that streaming is the future. He then proceeded to move his company full force into that future, <em>while steamrolling over his existing customers.</em> Because he didn\'t view those clients as PEOPLE, he viewed them as revenue sources. And thus, he communicated to them as if he were communicating to inanimate objects.\r\n\r\nYou see, revenue sources should not have any kind of emotional reaction to news. But people do. People not only react to news, they SHARE their emotions with others. And you add amplifiers such as social media into the mix, and pretty soon lots of people (also known as customers) are sharing in the bad emotions and being persuaded to act. Which in Netflix\'s case ends up in lost membership.\r\n\r\nCommunications starts with the premise that you are connecting with other people, as I said in <a title=\"More ways to communicate; less communication\" href=\"http://deborahbrody.com/2011/10/more-ways-to-communicate-less-communication/\" target=\"_blank\">this post</a>. If you fail to connect, you also fail to communicate, and in Netflix\'s case, the damage adds up in monetary losses and hits to your reputation.','Yeah, communications do matter','','publish','open','open','','yeah-communications-do-matter','','\nhttp://deborahbrody.com/2011/10/more-ways-to-communicate-less-communication/','2011-10-26 19:31:01','2011-10-26 19:31:01','',0,'http://deborahbrody.com/?p=1452',0,'post','',0),
(1446,4,'2011-10-17 20:30:03','2011-10-17 20:30:03','When businesses are very small they tend to not be able to afford outside help. Sometimes, the business in question works in the communications space (writing, editing, advertising, etc.) and thinks it can handle it.\r\n\r\nChances are good that you should NOT  be handling your own communications, unless you can answer the following three questions:\r\n\r\n<strong>1) Do you know what you offer, and can you say it in one sentence?</strong> Recently, I was at a business meeting and someone was attempting to describe her business. She gave us many sentences but still it did not make sense. Someone had to ask her to clarify, and she still wasn\'t able to do it.\r\n\r\n<strong>2) What are the top three benefits of working with you? </strong>Unless you have been asking your customers all along, chances are good that you may not be sure what your customers really appreciate about your business.\r\n\r\n<strong>3) Are you able to speak(and write) in plain English?</strong> Many firms, especially those in the technology sector, speak in jargonese. Most people, including your customers, do not understand jargon, or convoluted sentences.  Being clear and making yourself understood is not so simple!\r\n\r\nHiring outside help can be invaluable in helping you to refine your message, clarify your thoughts and communicate them concisely.\r\n\r\n&nbsp;','Should you be handling your own communications?','','publish','open','open','','should-you-be-handling-your-own-communications','','','2011-10-17 20:30:03','2011-10-17 20:30:03','',0,'http://deborahbrody.com/?p=1446',0,'post','',0),
(1447,4,'2011-10-17 20:29:41','2011-10-17 20:29:41','When businesses are very small they tend to not be able to afford outside help. Sometimes, the business in question works in the communications space (writing, editing, advertising, etc.) and thinks it can handle it.\n\nChances are good that you should NOT  be handling your own communications, unless you can answer the following three questions:\n\n<strong>1) Do you know what you offer, and can you say it in one sentence?</strong> Recently, I was at a business meeting and someone was attempting to describe her business. She gave us many sentences but still it did not make sense. Someone had to ask her to clarify, and she still wasn\'t able to do it.\n\n<strong>2) What are the top three benefits of working with you? </strong>Unless you have been asking your customers all along, chances are good that you may not be sure what your customers really appreciate about your business.\n\n<strong>3) Are you able to speak(and write) in plain English?</strong> Many firms, especially those in the technology sector, speak in jargonese. Most people, including your customers, do not understand jargon, or convoluted sentences.  Being clear and making yourself understood is not so simple!\n\nHiring outside help can be invaluable in helping you to refine your message, clarify your thoughts and communicate them concisely.\n\n&nbsp;','Should you be handling your own communications?','','inherit','open','open','','1446-revision','','','2011-10-17 20:29:41','2011-10-17 20:29:41','',1446,'http://deborahbrody.com/2011/10/1446-revision/',0,'revision','',0),
(1448,4,'2011-10-19 15:13:27','2011-10-19 15:13:27','We\'ve got Facebook and Twitter; Skype and GChat; email; text; and many other forms of staying in touch. And yet, most people seem to be communicating less not more. There seem to be fewer conversations but more content.\r\n\r\nLately, I have seen it more and more. People don\'t respond to email. People don\'t return calls. People don\'t seem to acknowledge when they have been contacted.\r\n\r\nYet, people have an expectation of immediate response. For instance, a woman in my now defunct book group placed a note on Facebook about changing our book group meeting (scheduled for two days after her note) because she hadn\'t finished reading the book. Because I did not immediately answer her, she emailed me the message. (The answer, by the way, was no.)  If she truly wanted an immediate answer, she could have just called.  But calling would have involved a conversation, and people today seem to be reluctant to have those. So even though she sent me messages two different ways, she failed to CONNECT with me and thus, her communication was fruitless.\r\n\r\nSharing is not communicating. Repeat: sharing is not communicating. If I share an article, all I am doing is giving you an opportunity to read it. I am not communicating what it is about the article that I agree or disagree with,  and more importantly, I am not hearing what your thoughts are. We are not discussing or conversing about the subject--we are just exposing.\r\n\r\nIn all this morass of social media and instant messaging, we are losing the ability to connect. Real communications between people involves connection. A message posted to the ether is not connection. If I tweet something out, am I truly communicating? No, I am not.  To truly communicate I would have to have a back and forth conversation where ideas are shared, people are listening and listened to.\r\n\r\nIt\'s a shame that in a world where we can be in touch with anyone anywhere at any given time, we are losing the ability to really connect.\r\n\r\nYour thoughts? Let me know what you think...I really want to know!\r\n\r\n&nbsp;','More ways to communicate; less communication','','publish','open','open','','more-ways-to-communicate-less-communication','','','2011-10-19 15:13:27','2011-10-19 15:13:27','',0,'http://deborahbrody.com/?p=1448',0,'post','',1),
(1449,4,'2011-10-19 15:12:50','2011-10-19 15:12:50','We\'ve got Facebook and Twitter; Skype and GChat; email; text; and many other forms of staying in touch. And yet, most people seem to be communicating less not more. There seem to be fewer conversations but more content.\n\nLately, I have seen it more and more. People don\'t respond to email. People don\'t return calls. People don\'t seem to acknowledge when they have been contacted.\n\nYet, people have an expectation of immediate response. For instance, a woman in my now defunct book group placed a note on Facebook about changing our book group meeting (scheduled for two days after her note) because she hadn\'t finished reading the book. Because I did not immediately answer her, she emailed me the message. (The answer, by the way, was no.)  If she truly wanted an immediate answer, she could have just called.  But calling would have involved a conversation, and people today seem to be reluctant to have those. So even though she sent me messages two different ways, she failed to CONNECT with me and thus, her communication was fruitless.\n\nSharing is not communicating. Repeat: sharing is not communicating. If I share an article, all I am doing is giving you an opportunity to read it. I am not communicating what it is about the article that I agree or disagree with,  and more importantly, I am not hearing what your thoughts are. We are not discussing or conversing about the subject--we are just exposing.\n\nIn all this morass of social media and instant messaging, we are losing the ability to connect. Real communications between people involves connection. A message posted to the ether is not connection. If I tweet something out, am I truly communicating? No, I am not.  To truly communicate I would have to have a back and forth conversation where ideas are shared, people are listening and listened to.\n\nIt\'s a shame that in a world where we can be in touch with anyone anywhere at any given time, we are losing the ability to really connect.\n\nYour thoughts? Let me know what you think...I really want to know!\n\n&nbsp;','More ways to communicate; less communication','','inherit','open','open','','1448-revision','','','2011-10-19 15:12:50','2011-10-19 15:12:50','',1448,'http://deborahbrody.com/2011/10/1448-revision/',0,'revision','',0),
(1450,4,'2011-10-24 18:05:52','2011-10-24 18:05:52','I have been seeing a few articles lately about how to craft an elevator pitch (or whether to even have one).  The latest one I have seen was today\'s blog post from BurellesLuce: <a href=\"http://www.burrellesluce.com/freshideas/2011/10/creating-a-successful-elevator-pitch/\" target=\"_blank\">\"Creating a Successful Elevator Pitch.\" </a> Although Lauren Shapiro does a good job of summarizing Robert Pagliarini\'s article (have a hook, be concise and passionate and have a call to action) about the same subject on MoneyWatch.com, she misses what I consider THE key.\r\n<p style=\"text-align: center;\"><strong>CLARITY</strong></p>\r\nAlthough <a href=\"http://www.merriam-webster.com/dictionary/clarity\" target=\"_blank\">Merriam-Webster </a>is not helpful with its definition (\"the quality or state of being clear; lucidity\"), we instinctively understand that clarity is something we recognize rather than explain. If something is clear, we \"see\" it, we \"get\" it. If something is not clear, it is opaque, it can\'t be understood.\r\n\r\nYes, clarity is the key to <em>any</em> successful pitch, be it an elevator pitch or a media pitch.  If you don\'t say exactly what you mean so that the other party understands, you are not communicating.\r\n\r\nIn a <a title=\"Should you be handling your own communications?\" href=\"http://deborahbrody.com/2011/10/should-you-be-handling-your-own-communications/\" target=\"_blank\">previous post</a>, I spoke about a woman who gave an elevator pitch that went nowhere. She wasn\'t being clear. She could not distill her message and therefore she was confusing us.\r\n\r\nPitches are not about being clever or even about explaining everything there is to know about something--they are about communicating <strong>one central point clearly</strong>.\r\n\r\nYou should be answering the key question the entity you are pitching has:\r\n<ul>\r\n	<li>Why should I do business with you?</li>\r\n	<li>Why should my publication run your story?</li>\r\n	<li>Why should my product be advertising on your channel?</li>\r\n</ul>\r\nIf you can\'t give a clear answer to the question you can be as clever and pithy as you like and still not communicate.\r\n\r\n&nbsp;','One key to a succesful pitch','','publish','open','open','','one-key-to-a-succesful-pitch','','http://www.burrellesluce.com/freshideas/2011/10/creating-a-successful-elevator-pitch/\nhttp://deborahbrody.com/2011/10/should-you-be-handling-your-own-communications/','2011-10-24 18:05:52','2011-10-24 18:05:52','',0,'http://deborahbrody.com/?p=1450',0,'post','',0),
(1451,4,'2011-10-24 18:05:26','2011-10-24 18:05:26','I have been seeing a few articles lately about how to craft an elevator pitch (or whether to even have one).  The latest one I have seen was today\'s blog post from BurellesLuce: <a href=\"http://www.burrellesluce.com/freshideas/2011/10/creating-a-successful-elevator-pitch/\" target=\"_blank\">\"Creating a Successful Elevator Pitch.\" </a> Although Lauren Shapiro does a good job of summarizing Robert Pagliarini\'s article (have a hook, be concise and passionate and have a call to action) about the same subject on MoneyWatch.com, she misses what I consider THE key.\n<p style=\"text-align: center;\"><strong>CLARITY</strong></p>\nAlthough <a href=\"http://www.merriam-webster.com/dictionary/clarity\" target=\"_blank\">Merriam-Webster </a>is not helpful with its definition (\"the quality or state of being clear; lucidity\"), we instinctively understand that clarity is something we recognize rather than explain. If something is clear, we \"see\" it, we \"get\" it. If something is not clear, it is opaque, it can\'t be understood.\n\nYes, clarity is the key to <em>any</em> successful pitch, be it an elevator pitch or a media pitch.  If you don\'t say exactly what you mean so that the other party understands, you are not communicating.\n\nIn a <a title=\"Should you be handling your own communications?\" href=\"http://deborahbrody.com/2011/10/should-you-be-handling-your-own-communications/\" target=\"_blank\">previous post</a>, I spoke about a woman who gave an elevator pitch that went nowhere. She wasn\'t being clear. She could not distill her message and therefore she was confusing us.\n\nPitches are not about being clever or even about explaining everything there is to know about something--they are about communicating <strong>one central point clearly</strong>.\n\nYou should be answering the key question the entity you are pitching has:\n<ul>\n	<li>Why should I do business with you?</li>\n	<li>Why should my publication run your story?</li>\n	<li>Why should my product be advertising on your channel?</li>\n</ul>\nIf you can\'t give a clear answer to the question you can be as clever and pithy as you like and still not communicate.\n\n&nbsp;','One key to a succesful pitch','','inherit','open','open','','1450-revision','','','2011-10-24 18:05:26','2011-10-24 18:05:26','',1450,'http://deborahbrody.com/2011/10/1450-revision/',0,'revision','',0),
(1453,4,'2011-10-26 19:29:54','2011-10-26 19:29:54','Netflix has just lost 800,000 customers and has seen its share price drop. Why? Because Netflix\'s CEO is a terrible communicator. It is that simple.\n\nI am not going to rehash the whole price hike, Qwiskter debacle here. You can read more and find some really good analysis  by Nick Wingfield and Brian Stelter  on the New York Times <a href=\"http://www.nytimes.com/2011/10/25/technology/netflix-lost-800000-members-with-price-rise-and-split-plan.html\" target=\"_blank\">(Netflix Lost 800,000 Members, and Good Will</a>).\n\nThe article says this:\n<blockquote>Like many other companies built in Silicon Valley, Netflix prides itself  on its analytical, data-driven approach to making decisions. But it  made a classic business misstep. In its reliance on data and long-term  strategy, the company underestimated the unquantifiable emotions of  subscribers who still want those little red envelopes, even if they  forget to ever watch the DVDs inside.</blockquote>\nIt seems to me that Reed Hastings is probably very good at forecasting and trend analysis and has decided, purely on an analytical basis, that streaming is the future. He then proceeded to move his company full force into that future, <em>while steamrolling over his existing customers.</em> Because he didn\'t view those clients as PEOPLE, he viewed them as revenue sources. And thus, he communicated to them as if he were communicating to inanimate objects.\n\nYou see, revenue sources should not have any kind of emotional reaction to news. But people do. People not only react to news, they SHARE their emotions with others. And you add amplifiers such as social media into the mix, and pretty soon lots of people (also known as customers) are sharing in the bad emotions and being persuaded to act. Which in Netflix\'s case ends up in lost membership.\n\nCommunications starts with the premise that you are connecting with other people, as I said in <a title=\"More ways to communicate; less communication\" href=\"http://deborahbrody.com/2011/10/more-ways-to-communicate-less-communication/\" target=\"_blank\">this post</a>. If you fail to connect, you also fail to communicate, and in Netflix\'s case, the damage adds up in monetary losses and hits to your reputation.','Yeah, communications do matter','','inherit','open','open','','1452-revision','','','2011-10-26 19:29:54','2011-10-26 19:29:54','',1452,'http://deborahbrody.com/2011/10/1452-revision/',0,'revision','',0),
(1454,4,'2011-10-26 19:29:57','2011-10-26 19:29:57','Netflix has just lost 800,000 customers and has seen its share price drop. Why? Because Netflix\'s CEO is a terrible communicator. It is that simple.\r\n\r\nI am not going to rehash the whole price hike, Qwiskter debacle here. You can read more and find some really good analysis  by Nick Wingfield and Brian Stelter  on the New York Times <a href=\"http://www.nytimes.com/2011/10/25/technology/netflix-lost-800000-members-with-price-rise-and-split-plan.html\" target=\"_blank\">(Netflix Lost 800,000 Members, and Good Will</a>).\r\n\r\nThe article says this:\r\n<blockquote>Like many other companies built in Silicon Valley, Netflix prides itself  on its analytical, data-driven approach to making decisions. But it  made a classic business misstep. In its reliance on data and long-term  strategy, the company underestimated the unquantifiable emotions of  subscribers who still want those little red envelopes, even if they  forget to ever watch the DVDs inside.</blockquote>\r\nIt seems to me that Reed Hastings is probably very good at forecasting and trend analysis and has decided, purely on an analytical basis, that streaming is the future. He then proceeded to move his company full force into that future, <em>while steamrolling over his existing customers.</em> Because he didn\'t view those clients as PEOPLE, he viewed them as revenue sources. And thus, he communicated to them as if he were communicating to inanimate objects.\r\n\r\nYou see, revenue sources should not have any kind of emotional reaction to news. But people do. People not only react to news, they SHARE their emotions with others. And you add amplifiers such as social media into the mix, and pretty soon lots of people (also known as customers) are sharing in the bad emotions and being persuaded to act. Which in Netflix\'s case ends up in lost membership.\r\n\r\nCommunications starts with the premise that you are connecting with other people, as I said in <a title=\"More ways to communicate; less communication\" href=\"http://deborahbrody.com/2011/10/more-ways-to-communicate-less-communication/\" target=\"_blank\">this post</a>. If you fail to connect, you also fail to communicate, and in Netflix\'s case, the damage adds up in monetary losses and hits to your reputation.','Yeah, communications do matter','','inherit','open','open','','1452-revision-2','','','2011-10-26 19:29:57','2011-10-26 19:29:57','',1452,'http://deborahbrody.com/2011/10/1452-revision-2/',0,'revision','',0),
(1455,4,'2011-10-26 19:32:05','2011-10-26 19:32:05','Netflix has just lost 800,000 customers and has seen its share price drop. Why? Because Netflix\'s CEO is a terrible communicator. It is that simple.\n\nI am not going to rehash the whole price hike, Qwiskter debacle here. You can read more and find some really good analysis  by Nick Wingfield and Brian Stelter  on the New York Times <a href=\"http://www.nytimes.com/2011/10/25/technology/netflix-lost-800000-members-with-price-rise-and-split-plan.html\" target=\"_blank\">(Netflix Lost 800,000 Members, and Good Will</a>).\n\nThe article says this:\n<blockquote>Like many other companies built in Silicon Valley, Netflix prides itself  on its analytical, data-driven approach to making decisions. But it  made a classic business misstep. In its reliance on data and long-term  strategy, the company underestimated the unquantifiable emotions of  subscribers who still want those little red envelopes, even if they  forget to ever watch the DVDs inside.</blockquote>\nIt seems to me that Reed Hastings is probably very good at forecasting and trend analysis and has decided, purely on an analytical basis, that streaming is the future. He then proceeded to move his company full force into that future, <em>while steamrolling over his existing customers.</em> Because he didn\'t view those clients as PEOPLE, he viewed them as revenue sources. And thus, he communicated to them as if he were communicating to inanimate objects.\n\nYou see, revenue sources should not have any kind of emotional reaction to news. But people do. People not only react to news, they SHARE their emotions with others. And you add amplifiers such as social media into the mix, and pretty soon lots of people (also known as customers) are sharing in the bad emotions and being persuaded to act. Which in Netflix\'s case ends up in lost membership.\n\nCommunications starts with the premise that you are connecting with other people, as I said in <a title=\"More ways to communicate; less communication\" href=\"http://deborahbrody.com/2011/10/more-ways-to-communicate-less-communication/\" target=\"_blank\">this post</a>. If you fail to connect, you also fail to communicate, and in Netflix\'s case, the damage adds up in monetary losses and hits to your reputation.','Yeah, communications do matter','','inherit','open','open','','1452-autosave','','','2011-10-26 19:32:05','2011-10-26 19:32:05','',1452,'http://deborahbrody.com/2011/10/1452-autosave/',0,'revision','',0),
(1457,4,'2011-10-28 15:31:16','2011-10-28 15:31:16','A headline can either draw the reader in or not.\r\n\r\nThe Washington Post has different headlines on its website than in the print edition (why this is, I don\'t know). This morning, for example, I barely glanced at Charles Krauthammer\'s op-ed piece \"Libyan \'Crossfire\'.\"  Then, when perusing WashingtonPost.com I saw the following headline:\r\n\r\n<a href=\"http://www.washingtonpost.com/opinions/libyan-crossfire/2011/10/27/gIQA1DXMNM_story.html?hpid=z2\" target=\"_blank\">Krauthammer: Gaddafi justified his rotten death</a>\r\n\r\nNow, that intrigued me. So I clicked and lo and behold, it is the same article.\r\n\r\nA good headline is descriptive, yes, and has an element to make you read further. Writing a good headline will get your article (or press release or blog post) seen (if not read fully).\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Think a headline does not matter?','','publish','open','open','','think-a-headline-does-not-matter','','','2011-10-28 15:31:16','2011-10-28 15:31:16','',0,'http://deborahbrody.com/?p=1457',0,'post','',0),
(1458,4,'2011-10-28 15:30:38','2011-10-28 15:30:38','A headline can either draw the reader in or not.\n\nThe Washington Post has different headlines on its website than in the print edition (why this is, I don\'t know). This morning, for example, I barely glanced at Charles Krauthammer\'s op-ed piece \"Libyan \'Crossfire\'.\"  Then, when perusing WashingtonPost.com I saw the following headline:\n\n<a href=\"http://www.washingtonpost.com/opinions/libyan-crossfire/2011/10/27/gIQA1DXMNM_story.html?hpid=z2\" target=\"_blank\">Krauthammer: Gaddafi justified his rotten death</a>\n\nNow that intrigued me. So I clicked and lo and behold, it is the same article.\n\nA good headline is descriptive, yes, and has an element to make you read further. Writing a good headline will get your article (or press release or blog post) seen (if not read fully).\n\n&nbsp;\n\n&nbsp;','Think a headline does not matter?','','inherit','open','open','','1457-revision','','','2011-10-28 15:30:38','2011-10-28 15:30:38','',1457,'http://deborahbrody.com/2011/10/1457-revision/',0,'revision','',0),
(1459,4,'2011-10-28 15:32:21','2011-10-28 15:32:21','A headline can either draw the reader in or not.\n\nThe Washington Post has different headlines on its website than in the print edition (why this is, I don\'t know). This morning, for example, I barely glanced at Charles Krauthammer\'s op-ed piece \"Libyan \'Crossfire\'.\"  Then, when perusing WashingtonPost.com I saw the following headline:\n\n<a href=\"http://www.washingtonpost.com/opinions/libyan-crossfire/2011/10/27/gIQA1DXMNM_story.html?hpid=z2\" target=\"_blank\">Krauthammer: Gaddafi justified his rotten death</a>\n\nNow, that intrigued me. So I clicked and lo and behold, it is the same article.\n\nA good headline is descriptive, yes, and has an element to make you read further. Writing a good headline will get your article (or press release or blog post) seen (if not read fully).\n\n&nbsp;\n\n&nbsp;','Think a headline does not matter?','','inherit','open','open','','1457-autosave','','','2011-10-28 15:32:21','2011-10-28 15:32:21','',1457,'http://deborahbrody.com/2011/10/1457-autosave/',0,'revision','',0),
(1460,4,'2011-11-01 13:39:17','2011-11-01 13:39:17','Is there a company or organization with which you won\'t do business or give a donation because you feel it has not treated you right? Many of us have this aversion to giving more to those who don\'t do well by us.\r\n\r\nJust a few weeks ago I bought an item at Radio Shack. I was assured that returning it would not be a problem. Well, it wasn\'t a problem <em>per se</em>, other than they required my full address, phone and God knows what else, in spite of the fact I had the receipt and the credit card in hand. Then, I didn\'t actually get the credit until I got American Express involved. After a few days, the credit was done and I had goodwill toward Amex, but resentment toward Radio Shack. Making a return there was a hassle, to say the least, and with that in mind, I won\'t be buying anything at Radio Shack if it can be avoided.\r\n\r\nGoodwill has to do with how we treat others, and how others treat us. If we are treated badly or indifferently, we don\'t like it. <strong>No amount of advertising or public relations will compensate for lack of goodwill. </strong> Radio Shack could have everything on sale, but I am not going to shop there.\r\n\r\nIf a company makes goodwill an integral part of their sales and marketing (and operations), it will pay off. <strong>Goodwill creates happy customers.</strong> Happy customers may become repeat customers, and even goodwill ambassadors. If you have a good experience with something, you will share it.  Similarly, if you have a bad experience, you will share it, and that will take the lack of goodwill viral.\r\n\r\nWith social media, large organizations have the chance to interact directly with people. When I had the problem with Radio Shack, I mentioned the company in a couple of Tweets. And guess what, NO response.\r\n\r\nMore importantly, those of us who use social networks regularly have a chance to build goodwill with our followers (groups). We can answer questions, re-tweet posts, offer encouragement, support causes. And the payoff is goodwill.\r\n\r\nWe are more likely to associate with people and organizations to which we feel goodwill.\r\n\r\nWhat are you doing to create goodwill?','Creating goodwill','','publish','open','open','','creating-goodwill','','','2011-11-01 13:39:17','2011-11-01 13:39:17','',0,'http://deborahbrody.com/?p=1460',0,'post','',2),
(1461,4,'2011-11-01 13:37:41','2011-11-01 13:37:41','Is there a company or organization with which you won\'t do business or give a donation because you feel it has not treated you right? Many of us have this aversion to giving more to those who don\'t do well by us.\n\nJust a few weeks ago I bought an item at Radio Shack. I was assured that returning it would not be a problem. Well, it wasn\'t a problem <em>per se</em>, other than they required my full address, phone and God knows what else, in spite of the fact I had the receipt and the credit card in hand. Then, I didn\'t actually get the credit until I got American Express involved. After a few days, the credit was done and I had goodwill toward Amex, but resentment toward Radio Shack. Making a return there was a hassle, to say the least, and with that in mind, I won\'t be buying anything at Radio Shack if it can be avoided.\n\nGoodwill has to do with how we treat others, and how others treat us. If we are treated badly or indifferently, we don\'t like it. <strong>No amount of advertising or public relations will compensate for lack of goodwill. </strong> Radio Shack could have everything on sale, but I am not going to shop there.\n\nIf a company makes goodwill an integral part of their sales and marketing (and operations), it will pay off. <strong>Goodwill creates happy customers.</strong> Happy customers may become repeat customers, and even goodwill ambassadors. If you have a good experience with something, you will share it.  Similarly, if you have a bad experience, you will share it, and that will take the lack of goodwill viral.\n\nWith social media, large organizations have the chance to interact directly with people. When I had the problem with Radio Shack, I mentioned the company in a couple of Tweets. And guess what, NO response.\n\nMore importantly, those of us who use social networks regularly have a chance to build goodwill with our followers (groups). We can answer questions, re-tweet posts, offer encouragement, support causes. And the payoff is goodwill.\n\nWe are more likely to associate with people and organizations to which we feel goodwill.\n\nWhat are you doing to create goodwill?','Creating goodwill','','inherit','open','open','','1460-revision','','','2011-11-01 13:37:41','2011-11-01 13:37:41','',1460,'http://deborahbrody.com/2011/11/1460-revision/',0,'revision','',0),
(1466,4,'2011-11-10 17:21:58','2011-11-10 17:21:58','Often, we focus on the here and now.  There\'s nothing wrong with that. However, you shouldn\'t forget about the after.\r\n\r\nYesterday was <a href=\"http://give2max.razoo.com/\" target=\"_blank\">Greater Washington Give to the Max </a>day. Various DC-area nonprofits were beneficiaries of a massive, day-long donation drive. Nonprofits who got the most donors got bonuses. There was an urgency to get donors to give during the day. This resulted in many social media and email messages being sent out by the nonprofits. I receive communication from several nonprofits and all of them sent at least one email during the day if not several. But, only very few sent emails today. <strong>Today is the after, and it is a great opportunity to reaffirm a message. </strong>\r\n\r\nOne nonprofit said thanks on an email. Another posted on Facebook detailing how much money had been raised, and reminding us that we can give ANY day.  This is smart. By forgetting the after, the other nonprofits are losing opportunities and they are seeming to only communicate when they perceive it is necessary (there is a deadline for example).\r\n\r\nNonprofits who use email and social media to ask for support and businesses who sell products and services would do well to think about the after. <strong>What is your message to your target audience AFTER you\'ve told them what you wanted to tell them in the first place?</strong>','Remember the after','','publish','open','open','','remember-the-after','','','2011-11-10 17:21:58','2011-11-10 17:21:58','',0,'http://deborahbrody.com/?p=1466',0,'post','',0),
(1463,4,'2011-11-02 13:38:47','2011-11-02 13:38:47','If you have been following the news lately, you have heard that Bank of America was planning to impose a $5 monthly fee for customers using their debit cards. The fee has now been scrapped.  The public commentary has been that the \"people\" won in this debacle against the big bank. True, but I am not sure that is the reason why BofA decided to stop the fees.\r\n\r\nHere are my thoughts:\r\n\r\n1) Bank of America was not the only bank to think about imposing these fees. Other banks, including SunTrust, had ALREADY imposed debit card fees. The media covered BofA because it is a very large bank, and had been involved in the bank bailout. The negative publicity was in fact <strong>media-driven</strong> more so than people-driven.\r\n\r\n2) NOT having debit card fees quickly became an advertising selling point for smaller banks. Here in the DC area,  the local Cardinal Bank put out several ads touting its fee-free debit card. <strong>The bigger banks hated giving the smaller banks a great USP.</strong>\r\n\r\n3) Having fees on debit card transactions was a bad idea because it would REDUCE the amount of debit transactions people engaged in.  Banks still get a small percentage every time a customer uses a debit card. The new banking rules simply reduced the amount (did not eliminate it). If people stop using debit cards, there is no fee for the bank and NO PERCENTAGE FROM TRANSACTIONS AT ALL.\r\n\r\n4) The negative publicity was likely not the main factor in getting the banks to reverse course. After all, baggage fees are still alive and kicking in spite of very negative reactions by the flying public.\r\n\r\nWhat are your thoughts?','Bank fees--here today?','','publish','open','open','','bank-fees-here-today','','','2011-11-02 13:38:47','2011-11-02 13:38:47','',0,'http://deborahbrody.com/?p=1463',0,'post','',0),
(1464,4,'2011-11-02 13:38:11','2011-11-02 13:38:11','If you have been following the news lately, you have heard that Bank of America was planning to impose a $5 monthly fee for customers using their debit cards. The fee has now been scrapped.  The public commentary has been that the \"people\" won in this debacle against the big bank. True, but I am not sure that is the reason why BofA decided to stop the fees.\n\nHere are my thoughts:\n\n1) Bank of America was not the only bank to think about imposing these fees. Other banks, including SunTrust, had ALREADY imposed debit card fees. The media covered BofA because it is a very large bank, and had been involved in the bank bailout. The negative publicity was in fact media-driven more so than people-driven.\n\n2) NOT having debit card fees quickly became an advertising selling point for smaller banks. Here in the DC area,  the local Cardinal Bank put out several ads touting their fee-free debit card. The bigger banks hated giving the smaller banks a great USP.\n\n3) Having fees on debit card transactions was a bad idea because it would REDUCE the amount of debit transactions people engaged in.  Banks still get a small percentage every time a customer uses a debit card. The new banking rules simply reduced the amount (did not eliminate it). If people stop using debit cards, there is no fee for the bank and NO PERCENTAGE FROM TRANSACTIONS AT ALL.\n\n4) The negative publicity was likely not the main factor in getting the banks to reverse course. After all, baggage fees are still alive and kicking in spite of very negative reactions by the flying public.\n\nWhat are your thoughts?','Bank fees--here today?','','inherit','open','open','','1463-revision','','','2011-11-02 13:38:11','2011-11-02 13:38:11','',1463,'http://deborahbrody.com/2011/11/1463-revision/',0,'revision','',0),
(1465,4,'2011-11-02 13:39:51','2011-11-02 13:39:51','If you have been following the news lately, you have heard that Bank of America was planning to impose a $5 monthly fee for customers using their debit cards. The fee has now been scrapped.  The public commentary has been that the \"people\" won in this debacle against the big bank. True, but I am not sure that is the reason why BofA decided to stop the fees.\n\nHere are my thoughts:\n\n1) Bank of America was not the only bank to think about imposing these fees. Other banks, including SunTrust, had ALREADY imposed debit card fees. The media covered BofA because it is a very large bank, and had been involved in the bank bailout. The negative publicity was in fact <strong>media-driven</strong> more so than people-driven.\n\n2) NOT having debit card fees quickly became an advertising selling point for smaller banks. Here in the DC area,  the local Cardinal Bank put out several ads touting its fee-free debit card. <strong>The bigger banks hated giving the smaller banks a great USP.</strong>\n\n3) Having fees on debit card transactions was a bad idea because it would REDUCE the amount of debit transactions people engaged in.  Banks still get a small percentage every time a customer uses a debit card. The new banking rules simply reduced the amount (did not eliminate it). If people stop using debit cards, there is no fee for the bank and NO PERCENTAGE FROM TRANSACTIONS AT ALL.\n\n4) The negative publicity was likely not the main factor in getting the banks to reverse course. After all, baggage fees are still alive and kicking in spite of very negative reactions by the flying public.\n\nWhat are your thoughts?','Bank fees--here today?','','inherit','open','open','','1463-autosave','','','2011-11-02 13:39:51','2011-11-02 13:39:51','',1463,'http://deborahbrody.com/2011/11/1463-autosave/',0,'revision','',0),
(1467,4,'2011-11-10 17:21:33','2011-11-10 17:21:33','Often, we focus on the here and now.  There\'s nothing wrong with that. However, you shouldn\'t forget about the after.\n\nYesterday was <a href=\"http://give2max.razoo.com/\" target=\"_blank\">Greater Washington Give to the Max </a>day. Various DC-area nonprofits were beneficiaries of a massive, day-long donation drive. Nonprofits who got the most donors got bonuses. There was an urgency to get donors to give during the day. This resulted in many social media and email messages being sent out by the nonprofits. I receive communication from several nonprofits and all of them sent at least one email during the day if not several. But, only very few sent emails today. Today is the after, and it is a great opportunity to reaffirm a message.\n\nOne nonprofit said thanks on an email. Another posted on Facebook detailing how much money had been raised, and reminding us that we can give ANY day.  This is smart. By forgetting the after, the other nonprofits are losing opportunities and they are seeming to only communicate when they perceive it is necessary (there is a deadline for example).\n\nNonprofits who use email and social media to ask for support and businesses who sell products and services would do well to think about the after. What is your message to your target audience AFTER you\'ve told them what you wanted to tell them in the first place?','Remember the after','','inherit','open','open','','1466-revision','','','2011-11-10 17:21:33','2011-11-10 17:21:33','',1466,'http://deborahbrody.com/2011/11/1466-revision/',0,'revision','',0),
(1468,4,'2011-11-10 17:23:09','2011-11-10 17:23:09','Often, we focus on the here and now.  There\'s nothing wrong with that. However, you shouldn\'t forget about the after.\n\nYesterday was <a href=\"http://give2max.razoo.com/\" target=\"_blank\">Greater Washington Give to the Max </a>day. Various DC-area nonprofits were beneficiaries of a massive, day-long donation drive. Nonprofits who got the most donors got bonuses. There was an urgency to get donors to give during the day. This resulted in many social media and email messages being sent out by the nonprofits. I receive communication from several nonprofits and all of them sent at least one email during the day if not several. But, only very few sent emails today. <strong>Today is the after, and it is a great opportunity to reaffirm a message. </strong>\n\nOne nonprofit said thanks on an email. Another posted on Facebook detailing how much money had been raised, and reminding us that we can give ANY day.  This is smart. By forgetting the after, the other nonprofits are losing opportunities and they are seeming to only communicate when they perceive it is necessary (there is a deadline for example).\n\nNonprofits who use email and social media to ask for support and businesses who sell products and services would do well to think about the after. <strong>What is your message to your target audience AFTER you\'ve told them what you wanted to tell them in the first place?</strong>','Remember the after','','inherit','open','open','','1466-autosave','','','2011-11-10 17:23:09','2011-11-10 17:23:09','',1466,'http://deborahbrody.com/2011/11/1466-autosave/',0,'revision','',0),
(1482,4,'2011-11-21 14:24:15','2011-11-21 14:24:15','Last night, I watched Steve Kroft on 60 Minutes attempt to get Grover Norquist to be thoughtful about his no taxes pledge. In case you don\'t know, Norquist, the founder of the misleadingly named \"Americans for Tax Reform\"  is the reason the GOP will not vote for any tax increase regardless of anything.\r\n\r\nI could say a lot about Norquist\'s smarmy demeanor, lack of ethics and sad attempts at humor, but I want to concentrate on one particular aspect of the interview. Norquist said that what American for Tax Reform is trying to accomplish is <strong>to brand the Republican Party as the party of no taxes</strong>. Here is the exchange, taken from <a href=\"http://www.cbsnews.com/8301-18560_162-57327816/the-pledge-grover-norquists-hold-on-the-gop/?pageNum=2&amp;tag=contentMain;contentBody\" target=\"_blank\">CBS News/6o Minutes website:</a>\r\n<blockquote>Norquist claims he got the idea to brand the Republican Party as the  party that would never raise your taxes, when he was just 12 years old  and volunteering for the Nixon campaign. He says it came to him one day  while he was riding home on the school bus.\r\n\r\nNorquist:  If the parties would brand themselves the way Coke and Pepsi and other  products do so that you knew what you were buying, it had quality  control. I vote for the Republican. He or she will not raise my taxes.  I\'ll buy one. I\'ll take that one home.\r\n\r\nKroft: So this is about marketing?\r\n\r\nNorquist: Yes. It\'s a part of that. Yeah, very much so.\r\n\r\nBut  Norquist says the success of any product requires relentless monitoring  and diligent quality control to protect the brand, whether it\'s Coca  Cola or the Republican Party.</blockquote>\r\nThe problem with this scenario is that Norquist seems to think that branding is achieved by threat. Basically, if a GOP candidate does not sign the no-taxes pledge, Norquist will fund his demise. The deal is that pols will sign the pledge and then get money  for their campaigns. If they refuse to sign the pledge, American for Tax Reform will do everything it can to discredit them and will fund any opposing pol who does sign the pledge.  Furthermore, if the pol votes for a tax increase after having signed the pledge (no matter how long ago), Norquist will work to make sure the pol loses his/her seat.\r\n\r\nNorquist is <em>not</em> a marketer--he is a politician who is using power and money to influence (and some would say corrupt) the political process. To really \"market\" the GOP, Norquist would have to do some research. He would have to listen to the average citizen/consumer. He would have to explore what the GOP brand means to people inside and outside the GOP.\r\n\r\nFinally, Norquist is not really trying to REFORM taxes or make them more equitable or fair. He is working to reduce the size of government, as this <a href=\"http://www.politico.com/news/stories/1111/68781.html\" target=\"_blank\">article in Politic</a>o points out.\r\n\r\nWhy not make the GOP the party of \"we don\'t want to be a part of government.\" Many of us could support that.\r\n\r\nYour thoughts?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Grover: You don\'t know marketing','','publish','open','open','','grover-you-dont-know-marketing','','','2011-11-21 14:24:15','2011-11-21 14:24:15','',0,'http://deborahbrody.com/?p=1482',0,'post','',0),
(1470,4,'2011-11-11 16:10:12','2011-11-11 16:10:12','No doubt you have heard about Rick Perry\'s \"oops\" moment during the GOP debate on Wednesday night.  The 53 second piece, where Perry forgets the third federal agency he would cut if elected president, has been replayed to death. Now, Perry is in full salvaging-his-election-chances mode, as Politico reports in \"<a href=\"http://www.politico.com/news/stories/1111/68115.html\" target=\"_blank\">GOP debate gaffe rocks Rick Perry rescue mission.\" </a>\r\n\r\nIn my opinion, this is not a communications problem. It is a leadership problem. Any human being can be forgiven for blanking out or misspeaking. We make mistakes and we correct them. But Rick Perry is not trying to fix one communications misstep. He is trying to resucitate his campaign. I think most people would be willing to overlook Perry\'s brain freeze moment (although the media certainly wasn\'t going to let go of a golden opportunity to make fun of him). However, most people see through Perry\'s swagger and sense that there is not much substance there. It was not that he forgot that he wanted to cut the Department of Energy, but that he thinks that cutting cabinet positions is the way to fix this country.  If we focus on what he did say--that he wants to cut the Department of Education--we can see that he doesn\'t have a communications problem. His message is that getting rid of government will solve the USA\'s problems.\r\n\r\nPerry, like Joe Paterno of Penn State, is someone dealing with a leadership problem. If both these men were true leaders, they would take responsibility for their  mistakes and then make a hard decision to exit the national stage. In Perry\'s case, he should realize that he is not yet cut out for national office, and that his lack of debating ability speaks volumes about his preparedness to deal with off-the-cuff moments that will inevitably crop up in a US president\'s daily life.\r\n\r\nIn Paterno\'s case, the fact that Paterno KNEW  about Sandusky being involved in child molestation and still did not report it, speaks to a failure of leadership.  When Sandusky was indicted, and it became apparent that Paterno was aware of what had happened, Paterno should have offered to step down immediately (take responsibility). Instead, he offered to resign at the END of  football season. Penn State\'s trustees fired him instead. Then Penn State burst into chaos, and Paterno said nothing. He could have been a true leader and coach and told the students that what the trustees did was the right thing, and that rioting was not what they should be doing.\r\n\r\nBoth men may have made communications mistakes, but that was not the problem. In fact, good communications would have only come after they both exercised LEADERSHIP. <strong>Great communicators don\'t always make great leaders, but certainly, great leaders must be great communicators.</strong>\r\n\r\n&nbsp;','Is it a communications or a leadership problem?','','publish','open','open','','is-it-a-communications-or-a-leadership-problem','','','2011-11-11 16:10:12','2011-11-11 16:10:12','',0,'http://deborahbrody.com/?p=1470',0,'post','',0),
(1471,4,'2011-11-11 16:09:09','2011-11-11 16:09:09','No doubt you have heard about Rick Perry\'s \"oops\" moment during the GOP debate on Wednesday night.  The 53 second piece, where Perry forgets the third federal agency he would cut if elected president, has been replayed to death. Now, Perry is in full salvaging-his-election-chances mode, as Politico reports in \"<a href=\"http://www.politico.com/news/stories/1111/68115.html\" target=\"_blank\">GOP debate gaffe rocks Rick Perry rescue mission.\" </a>\n\nIn my opinion, this is not a communications problem. It is a leadership problem. Any human being can be forgiven for blanking out or misspeaking. We make mistakes and we correct them. But Rick Perry is not trying to fix one communications misstep. He is trying to resucitate his campaign. I think most people would be willing to overlook Perry\'s brain freeze moment (although the media certainly wasn\'t going to let go of a golden opportunity to make fun of him). However, most people see through Perry\'s swagger and sense that there is not much substance there. It was not that he forgot that he wanted to cut the Department of Energy, but that he thinks that cutting cabinet positions is the way to fix this country.  If we focus on what he did say--that he wants to cut the Department of Education--we can see that he doesn\'t have a communications problem. His message is that getting rid of government will solve the USA\'s problems.\n\nPerry, like Joe Paterno of Penn State, is someone dealing with a leadership problem. If both these men were true leaders, they would take responsibility for their  mistakes and then make a hard decision to exit the national stage. In Perry\'s case, he should realize that he is not yet cut out for national office, and that his lack of debating ability speaks volumes about his preparedness to deal with off-the-cuff moments that will inevitably crop up in a US president\'s daily life.\n\nIn Paterno\'s case, the fact that Paterno KNEW  about Sandusky being involved in child molestation and still did not report it, speaks to a failure of leadership.  When Sandusky was indicted, and it became apparent that Paterno was aware of what had happened, Paterno should have offered to step down immediately (take responsibility). Instead, he offered to resign at the END of  football season. Penn State\'s trustees fired him instead. Then Penn State burst into chaos, and Paterno said nothing. He could have been a true leader and coach and told the students that what the trustees did was the right thing, and that rioting was not what they should be doing.\n\nBoth men may have made communications mistakes, but that was not the problem. In fact, good communications would have only come after they both exercised LEADERSHIP. <strong>Great communicators don\'t always make great leaders, but certainly, great leaders must be great communicators.</strong>\n\n&nbsp;','Is it a communications or a leadership problem?','','inherit','open','open','','1470-revision','','','2011-11-11 16:09:09','2011-11-11 16:09:09','',1470,'http://deborahbrody.com/2011/11/1470-revision/',0,'revision','',0),
(1485,4,'2011-11-22 14:58:40','2011-11-22 14:58:40','Lately, I feel that we live in a very mediocre world as it relates to communications and writing.  Open up the newspaper most days and you will find a few articles that seem as if they were written by a teenager. Online, I see typos and spelling mistakes galore.  On social media, I see a lot of rude behavior, I suppose reflecting the loss of civility evident everywhere.\r\n\r\nBut, as with all problems, there is an opportunity---an opportunity to shine. Because we are surrounded by mediocrity, working to be better will make you stand out.\r\n\r\nHere are few ways to shine:\r\n\r\n<strong>Mind your grammar, spelling and typing</strong>: Perhaps you need an editor or just a better review of your writing. And, if you aren\'t really that good at grammar, perhaps take a class or read a book to improve your skills.\r\n\r\n<strong>Skip the passive voice:</strong> There is  nothing like reading long passive sentences. It kills your writing. If you don\'t know what I am talking about then you never had a teacher who corrected your passive voice and made it active.\r\n\r\n<strong>Avoid the cliches and jargon:</strong> Another dead giveaway that screams laziness and even stupidity is the overuse of jargon and cliches. People hide behind these words. For instance, the following excerpts are from a job description (let me know if you understand what this person does for a living):\r\n<ul>\r\n	<li>Stakeholder relationship management</li>\r\n	<li>Standardizing processes, roles and responsibilities</li>\r\n	<li>Outreach strategy</li>\r\n	<li>Virtual collaboration</li>\r\n</ul>\r\n<strong>Be polite:</strong> If someone writes you an email or leaves you a voice mail, respond. If someone comments on your blog, thank him/her. On Twitter, acknowledge re-tweets.Watch your swearing in a public space (yes, social media is a public space).\r\n\r\n<strong>Think about your audience:</strong> If you think about who your audience is, and what information they need, you will be a huge step ahead. Considering your audience will help determine your language, your timing, etc.\r\n\r\n<strong>Learn how to network effectively:</strong> Perhaps we are spending too much time with our gadgets, but it seems more people are less able to interact personally with others. If you go to a networking event, try speaking to other people. It is as easy as introducing yourself, and asking a simple question (how did you hear about the event, have you been here before, etc.) You may also want to follow up with the people you meet.\r\n\r\n<strong>Be a LinkedIn rock star:</strong> Not a week goes by that I don\'t get a LinkedIn invitation that is a) not personalized and b) from someone I don\'t know.  Sometimes, I go to somebody\'s profile, and it is missing information, does not have photograph, and lists an old position where the person is no longer working.  So, you have the opportunity to shine on LinkedIn by:\r\n<ul>\r\n	<li>Completing your profile (include your photo)</li>\r\n	<li>ALWAYS personalizing invitations</li>\r\n	<li>Not connecting with every Tom, Dick and Jane out there.</li>\r\n	<li>Having an updated job description</li>\r\n	<li>Joining (and participating) in groups</li>\r\n</ul>\r\nHow do you shine? Please share what you do to stand out from the crowd.\r\n\r\n&nbsp;','How you can shine','','publish','open','open','','how-you-can-shine','','','2011-11-22 14:58:40','2011-11-22 14:58:40','',0,'http://deborahbrody.com/?p=1485',0,'post','',0),
(1473,4,'2011-11-14 13:54:35','2011-11-14 13:54:35','Unless you are very young, inexperienced or just plain naive, you probably have a healthy degree of skepticism about whatever a politician says, or for that matter, what is reported in the news.  You have to---there are too many instances of misrepresentation, faulty reporting or just plain lies.  Of course, this is why the source matters. If it is a source that has proven trustworthy, you accept what it says. If the source is unreliable, then you do have to question it more.\r\n\r\nThis leads me to the latest in the Herman Cain sexual harassment scandal. Now, Cain is parading his up-to-now reticent wife Gloria in an effort to shore up his female trustworthiness bona-fides.  Gloria says that Herman \"totally respects women.\" It is reported via the AP on <a href=\"http://www.wjla.com/articles/2011/11/gloria-cain-sex-harassment-claims-don-t-ring-true-69132.html\" target=\"_blank\">WJLA.com</a> and on <a href=\"http://www.politico.com/news/stories/1111/68268.html\" target=\"_blank\">Politico.com</a> . Gloria gives an interview to Fox News\' On The Record with Greta Van Susteren (already, you start to see that source matters), which is set to air tonight. Gloria says among other things \"I\'m thinking he would have to have a split personality to do the things that were said.\"\r\n\r\nThe source matters. Anyone will question Gloria Cain\'s agenda--and recognize that she is trying to protect her husband. Why else would she suddenly be dragged out of her family home, where she has been hiding out these last few months of the campaign? Is she suddenly relishing the spotlight?\r\n\r\nAlways question the source, and act accordingly.\r\n<div>\r\n\r\n<a href=\"http://www.politico.com/news/stories/1111/68268.html#ixzz1dggRtglX\"></a>\r\n\r\n</div>','The source matters','','publish','open','open','','the-source-matters','','','2011-11-14 14:03:44','2011-11-14 14:03:44','',0,'http://deborahbrody.com/?p=1473',0,'post','',0),
(1474,4,'2011-11-14 13:53:39','2011-11-14 13:53:39','Unless you are very young, inexperienced or just plain naive, you probably have a healthy degree of skepticism about whatever a politician says, or for that matter, what is reported in the news.  You have to---there are too many instances of misrepresentation, faulty reporting or just plain lies.  Of course, this is why the source matters. If it is a source that has proven trustworthy, you accept what it says. If the source is unreliable, then you do have to question it more.\n\nThis leads me to the latest in the Herman Cain sexual harassment scandal. Now, Cain is parading his up-to-now reticent wife Gloria in an effort to shore up his female trustworthiness bona-fides.  Gloria says that Herman \"totally respects women.\" It is reported via the AP on <a href=\"http://www.wjla.com/articles/2011/11/gloria-cain-sex-harassment-claims-don-t-ring-true-69132.html\" target=\"_blank\">WJLA.com</a> and on <a href=\"http://www.politico.com/news/stories/1111/68268.html\" target=\"_blank\">Politico.com</a> . Gloria gives an interview to Fox News\' On The Record with Greta Van Susteren (already, you start to see that source matters), which is set to air tonight. Gloria says among other things \"I\'m thinking he would have to have a split personality to do the things that were said.\"\n\nThe source matters. Anyone will question Gloria Cain\'s agenda--and recognize that she is trying to protect here husband. Why else would she suddenly be dragged out of her family home, where she has been hiding out these last few months of the campaign? Is she suddenly relishing the spotlight?\n\nAlways question the source, and act accordingly.\n<div>\n\n<a href=\"http://www.politico.com/news/stories/1111/68268.html#ixzz1dggRtglX\"></a></div>','The source matters','','inherit','open','open','','1473-revision','','','2011-11-14 13:53:39','2011-11-14 13:53:39','',1473,'http://deborahbrody.com/2011/11/1473-revision/',0,'revision','',0),
(1475,4,'2011-11-14 13:54:35','2011-11-14 13:54:35','Unless you are very young, inexperienced or just plain naive, you probably have a healthy degree of skepticism about whatever a politician says, or for that matter, what is reported in the news.  You have to---there are too many instances of misrepresentation, faulty reporting or just plain lies.  Of course, this is why the source matters. If it is a source that has proven trustworthy, you accept what it says. If the source is unreliable, then you do have to question it more.\r\n\r\nThis leads me to the latest in the Herman Cain sexual harassment scandal. Now, Cain is parading his up-to-now reticent wife Gloria in an effort to shore up his female trustworthiness bona-fides.  Gloria says that Herman \"totally respects women.\" It is reported via the AP on <a href=\"http://www.wjla.com/articles/2011/11/gloria-cain-sex-harassment-claims-don-t-ring-true-69132.html\" target=\"_blank\">WJLA.com</a> and on <a href=\"http://www.politico.com/news/stories/1111/68268.html\" target=\"_blank\">Politico.com</a> . Gloria gives an interview to Fox News\' On The Record with Greta Van Susteren (already, you start to see that source matters), which is set to air tonight. Gloria says among other things \"I\'m thinking he would have to have a split personality to do the things that were said.\"\r\n\r\nThe source matters. Anyone will question Gloria Cain\'s agenda--and recognize that she is trying to protect here husband. Why else would she suddenly be dragged out of her family home, where she has been hiding out these last few months of the campaign? Is she suddenly relishing the spotlight?\r\n\r\nAlways question the source, and act accordingly.\r\n<div>\r\n\r\n<a href=\"http://www.politico.com/news/stories/1111/68268.html#ixzz1dggRtglX\"></a></div>','The source matters','','inherit','open','open','','1473-revision-2','','','2011-11-14 13:54:35','2011-11-14 13:54:35','',1473,'http://deborahbrody.com/2011/11/1473-revision-2/',0,'revision','',0),
(1476,4,'2011-11-14 14:04:50','2011-11-14 14:04:50','Unless you are very young, inexperienced or just plain naive, you probably have a healthy degree of skepticism about whatever a politician says, or for that matter, what is reported in the news.  You have to---there are too many instances of misrepresentation, faulty reporting or just plain lies.  Of course, this is why the source matters. If it is a source that has proven trustworthy, you accept what it says. If the source is unreliable, then you do have to question it more.\n\nThis leads me to the latest in the Herman Cain sexual harassment scandal. Now, Cain is parading his up-to-now reticent wife Gloria in an effort to shore up his female trustworthiness bona-fides.  Gloria says that Herman \"totally respects women.\" It is reported via the AP on <a href=\"http://www.wjla.com/articles/2011/11/gloria-cain-sex-harassment-claims-don-t-ring-true-69132.html\" target=\"_blank\">WJLA.com</a> and on <a href=\"http://www.politico.com/news/stories/1111/68268.html\" target=\"_blank\">Politico.com</a> . Gloria gives an interview to Fox News\' On The Record with Greta Van Susteren (already, you start to see that source matters), which is set to air tonight. Gloria says among other things \"I\'m thinking he would have to have a split personality to do the things that were said.\"\n\nThe source matters. Anyone will question Gloria Cain\'s agenda--and recognize that she is trying to protect her husband. Why else would she suddenly be dragged out of her family home, where she has been hiding out these last few months of the campaign? Is she suddenly relishing the spotlight?\n\nAlways question the source, and act accordingly.\n<div>\n\n<a href=\"http://www.politico.com/news/stories/1111/68268.html#ixzz1dggRtglX\"></a>\n\n</div>','The source matters','','inherit','open','open','','1473-autosave','','','2011-11-14 14:04:50','2011-11-14 14:04:50','',1473,'http://deborahbrody.com/2011/11/1473-autosave/',0,'revision','',0),
(1477,4,'2011-11-15 14:07:05','2011-11-15 14:07:05','A few days ago I received a four-fold brochure in the mail that had this tease on the address panel:\r\n<blockquote>Governor O\'Malley doesn\'t want you to know about this....SHOP TAX FREE</blockquote>\r\nMy first impression was this was a political mailing. It wasn\'t, because on the back panel it says:\r\n<blockquote>Shop Tax Free Every Day\r\n\r\nThe Outlet Shoppes at Gettysburg (website, address, phone)\r\n\r\nMidnight Madness -- Thanksgiving Night! Save All Night</blockquote>\r\nOn the inside panels was a listing of participating stores with their different special offers.\r\n\r\nDo you notice any missing information? How about driving directions, or even an indication how far it is from main roads/cities in Maryland?  How about hours?\r\n\r\nThis brochure assumes that saving on taxes would be enough incentive for me to go the website or call to get the information that is missing. That is expecting too much. I did go to the website just to see how this mall does with this piece of marketing communication. The website  does list hours and has a rather unhelpful map under the directions. And also a Facebook link (which is not listed in the brochure).\r\n\r\nI think that if you are going to spend money on printing, it better be worth the money. In this case, the Outlet Shoppes at Gettysburg  got carried away with an idea--lets tell people in Maryland that we don\'t charge taxes--and went from there. The company neglected to include BASIC information that anybody choosing to shop out of state would need: how do I get there, how long is it going to take and when are you open?\r\n\r\nI would bet anything that this brochure was done in house. If it wasn\'t done in house, it was done by a local agency that knows exactly how to get to the Outlet Shoppes at Gettysburg, because there is no other mall like it nearby. In Maryland, there are several outlet shopping malls in state, and others in Northern Virginia.\r\n\r\nTo me, this is a clear example of why you need to get an independent or outside opinion on your marketing materials. You will overlook something and a third party may be able to point it out to you, like I am doing here.\r\n\r\nThoughts?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why The Outlet Shoppes at Gettysburg needs help','','publish','open','open','','why-the-outlet-shoppes-at-gettysburg-needs-help','','','2011-11-15 14:07:05','2011-11-15 14:07:05','',0,'http://deborahbrody.com/?p=1477',0,'post','',0),
(1478,4,'2011-11-15 14:06:50','2011-11-15 14:06:50','A few days ago I received a four-fold brochure in the mail that had this tease on the address panel:\n<blockquote>Governor O\'Malley doesn\'t want you to know about this....SHOP TAX FREE</blockquote>\nMy first impression was this was a political mailing. It wasn\'t, because on the back panel it says:\n<blockquote>Shop Tax Free Every Day\n\nThe Outlet Shoppes at Gettysburg (website, address, phone)\n\nMidnight Madness -- Thanksgiving Night! Save All Night</blockquote>\nOn the inside panels was a listing of participating stores with their different special offers.\n\nDo you notice any missing information? How about driving directions, or even an indication how far it is from main roads/cities in Maryland?  How about hours?\n\nThis brochure assumes that saving on taxes would be enough incentive for me to go the website or call to get the information that is missing. That is expecting too much. I did go to the website just to see how this mall does with this piece of marketing communication. The website  does list hours and has a rather unhelpful map under the directions. And also a Facebook link (which is not listed in the brochure).\n\nI think that if you are going to spend money on printing, it better be worth the money. In this case, the Outlet Shoppes at Gettysburg  got carried away with an idea--lets tell people in Maryland that we don\'t charge taxes--and went from there. The company neglected to include BASIC information that anybody choosing to shop out of state would need: how do I get there, how long is it going to take and when are you open?\n\nI would bet anything that this brochure was done in house. If it wasn\'t done in house, it was done by a local agency that knows exactly how to get to the Outlet Shoppes at Gettysburg, because there is no other mall like it nearby. In Maryland, there are several outlet shopping malls in state, and others in Northern Virginia.\n\nTo me, this is a clear example of why you need to get an independent or outside opinion on your marketing materials. You will overlook something and a third party may be able to point it out to you, like I am doing here.\n\nThoughts?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Why The Outlet Shoppes at Gettysburg needs help','','inherit','open','open','','1477-revision','','','2011-11-15 14:06:50','2011-11-15 14:06:50','',1477,'http://deborahbrody.com/2011/11/1477-revision/',0,'revision','',0),
(1479,4,'2011-11-17 19:50:56','2011-11-17 19:50:56','Everybody\'s inbox is full of holiday and event invitations during this time of the year. Between fundraisers and holiday parties, you have enough email to last you until January. If you are the person sending those invitations out, are you having success?\r\n\r\nSuccess starts with having the person open your email, but is sealed when the person makes a decision to attend.\r\n\r\nSometimes, there is too much volume and you could have the perfect invitation and few people will see it. That\'s something to consider during the November-December holiday season. However, you can\'t avoid it if you are keen to have a holiday party or a year-end fundraiser.\r\n\r\nBased on the invites I have been getting, here are my four top tips for making them successful:\r\n<ol>\r\n	<li>Have an informative subject line (Join Joe\'s Christmas Party  on December 22)</li>\r\n	<li>Provide the <strong>all the requisite information</strong>: date, time, location/directions, cost, attire, and any other relevant information. Do not put any of this stuff elsewhere.</li>\r\n	<li>Double (and triple) check the dates, spelling, and the accuracy of the information.</li>\r\n	<li>Include at least on reason as to why this event is a must-attend (biggest fundraiser of the year, more than 200 potential clients, the best food and drink, etc.)</li>\r\n</ol>\r\nThese may seem like good common sense, but I can\'t tell you how many emails I get that:\r\n<ul>\r\n	<li>Have the right day, but the wrong date</li>\r\n	<li>Don\'t include location</li>\r\n	<li>Don\'t include cost (and make you click through to registration to find out)</li>\r\n	<li>Give no reason why would want to attend</li>\r\n</ul>\r\nYes, this is basic, but minding the basics is the first thing you should do. Once you have covered the basic, the extra credit to make invitations successful is good design. An attractively designed invitation will welcome people, and make them want to be a part of the event.\r\n\r\nWhat do you do to make your invitations stand out from the crowd?','4 tips to make e-invitations successful','','publish','open','open','','4-tips-to-make-e-invitations-successful','','','2011-11-17 19:50:56','2011-11-17 19:50:56','',0,'http://deborahbrody.com/?p=1479',0,'post','',0),
(1480,4,'2011-11-17 19:50:50','2011-11-17 19:50:50','Everybody\'s inbox is full of holiday and event invitations during this time of the year. Between fundraisers and holiday parties, you have enough email to last you until January. If you are the person sending those invitations out, are you having success?\n\nSuccess starts with having the person open your email, but is sealed when the person makes a decision to attend.\n\nSometimes, there is too much volume and you could have the perfect invitation and few people will see it. That\'s something to consider during the November-December holiday season. However, you can\'t avoid it if you are keen to have a holiday party or a year-end fundraiser.\n\nBased on the invites I have been getting, here are my four top tips for making them successful:\n<ol>\n	<li>Have an informative subject line (Join Joe\'s Christmas Party  on December 22)</li>\n	<li>Provide the <strong>all the requisite information</strong>: date, time, location/directions, cost, attire, and any other relevant information. Do not put any of this stuff elsewhere.</li>\n	<li>Double (and triple) check the dates, spelling, and the accuracy of the information.</li>\n	<li>Include at least on reason as to why this event is a must-attend (biggest fundraiser of the year, more than 200 potential clients, the best food and drink, etc.)</li>\n</ol>\nThese may seem like good common sense, but I can\'t tell you how many emails I get that:\n<ul>\n	<li>Have the right day, but the wrong date</li>\n	<li>Don\'t include location</li>\n	<li>Don\'t include cost (and make you click through to registration to find out)</li>\n	<li>Give no reason why would want to attend</li>\n</ul>\nYes, this is basic, but minding the basics is the first thing you should do. Once you have covered the basic, the extra credit to make invitations successful is good design. An attractively designed invitation will welcome people, and make them want to be a part of the event.\n\nWhat do you do to make your invitations stand out from the crowd?','4 tips to make e-invitations successful','','inherit','open','open','','1479-revision','','','2011-11-17 19:50:50','2011-11-17 19:50:50','',1479,'http://deborahbrody.com/2011/11/1479-revision/',0,'revision','',0),
(1481,4,'2011-11-17 19:52:04','2011-11-17 19:52:04','Everybody\'s inbox is full of holiday and event invitations during this time of the year. Between fundraisers and holiday parties, you have enough email to last you until January. If you are the person sending those invitations out, are you having success?\n\nSuccess starts with having the person open your email, but is sealed when the person makes a decision to attend.\n\nSometimes, there is too much volume and you could have the perfect invitation and few people will see it. That\'s something to consider during the November-December holiday season. However, you can\'t avoid it if you are keen to have a holiday party or a year-end fundraiser.\n\nBased on the invites I have been getting, here are my four top tips for making them successful:\n<ol>\n	<li>Have an informative subject line (Join Joe\'s Christmas Party  on December 22)</li>\n	<li>Provide the <strong>all the requisite information</strong>: date, time, location/directions, cost, attire, and any other relevant information. Do not put any of this stuff elsewhere.</li>\n	<li>Double (and triple) check the dates, spelling, and the accuracy of the information.</li>\n	<li>Include at least on reason as to why this event is a must-attend (biggest fundraiser of the year, more than 200 potential clients, the best food and drink, etc.)</li>\n</ol>\nThese may seem like good common sense, but I can\'t tell you how many emails I get that:\n<ul>\n	<li>Have the right day, but the wrong date</li>\n	<li>Don\'t include location</li>\n	<li>Don\'t include cost (and make you click through to registration to find out)</li>\n	<li>Give no reason why would want to attend</li>\n</ul>\nYes, this is basic, but minding the basics is the first thing you should do. Once you have covered the basic, the extra credit to make invitations successful is good design. An attractively designed invitation will welcome people, and make them want to be a part of the event.\n\nWhat do you do to make your invitations stand out from the crowd?','4 tips to make e-invitations successful','','inherit','open','open','','1479-autosave','','','2011-11-17 19:52:04','2011-11-17 19:52:04','',1479,'http://deborahbrody.com/2011/11/1479-autosave/',0,'revision','',0),
(1483,4,'2011-11-21 14:23:42','2011-11-21 14:23:42','Last night, I watched Steve Kroft on 60 Minutes attempt to get Grover Norquist to be thoughtful about his no taxes pledge. In case you don\'t know, Norquist, the founder of the misleadingly named \"Americans for Tax Reform\"  is the reason the GOP will not vote for any tax increase regardless of anything.\n\nI could say a lot about Norquist\'s smarmy demeanor, lack of ethics and sad attempts at humor, but I want to concentrate on one particular aspect of the interview. Norquist said that what American for Tax Reform is trying to accomplish is <strong>to brand the Republican Party as the party of no taxes</strong>. Here is the exchange, taken from <a href=\"http://www.cbsnews.com/8301-18560_162-57327816/the-pledge-grover-norquists-hold-on-the-gop/?pageNum=2&amp;tag=contentMain;contentBody\" target=\"_blank\">CBS News/6o Minutes website:</a>\n<blockquote>Norquist claims he got the idea to brand the Republican Party as the  party that would never raise your taxes, when he was just 12 years old  and volunteering for the Nixon campaign. He says it came to him one day  while he was riding home on the school bus.\n\nNorquist:  If the parties would brand themselves the way Coke and Pepsi and other  products do so that you knew what you were buying, it had quality  control. I vote for the Republican. He or she will not raise my taxes.  I\'ll buy one. I\'ll take that one home.\n\nKroft: So this is about marketing?\n\nNorquist: Yes. It\'s a part of that. Yeah, very much so.\n\nBut  Norquist says the success of any product requires relentless monitoring  and diligent quality control to protect the brand, whether it\'s Coca  Cola or the Republican Party.</blockquote>\nThe problem with this scenario is that Norquist seems to think that branding is achieved by threat. Basically, if a GOP candidate does not sign the no-taxes pledge, Norquist will fund his demise. The deal is that pols will sign the pledge and then get money  for their campaigns. If they refuse to sign the pledge, American for Tax Reform will do everything it can to discredit them and will fund any opposing pol who does sign the pledge.  Furthermore, if the pol votes for a tax increase after having signed the pledge (no matter how long ago), Norquist will work to make sure the pol loses his/her seat.\n\nNorquist is <em>not</em> a marketer--he is a politician who is using power and money to influence (and some would say corrupt) the political process. To really \"market\" the GOP, Norquist would have to do some research. He would have to listen to the average citizen/consumer. He would have to explore what the GOP brand means to people inside and outside the GOP.\n\nFinally, Norquist is not really trying to REFORM taxes or make them more equitable or fair. He is working to reduce the size of government, as this article in Politico points out.\n\nWhy not make the GOP the party of \"we don\'t want to be in government.\" Many of us could support that.\n\nYour thoughts?\n\n&nbsp;\n\n&nbsp;','Grover: You don\'t know marketing','','inherit','open','open','','1482-revision','','','2011-11-21 14:23:42','2011-11-21 14:23:42','',1482,'http://deborahbrody.com/2011/11/1482-revision/',0,'revision','',0),
(1484,4,'2011-08-19 04:46:26','2011-08-19 04:46:26','<h1><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h1>\r\n<h1><a title=\"Translation\" href=\"http://deborahbrody.com/services/translation/\">Translation</a></h1>\r\n<h1><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h1>\r\n<h1><a title=\"Communication Audit\" href=\"http://deborahbrody.com/services/communication-audit/\">Communication Audit</a></h1>','Services','','inherit','open','open','','14-revision-v1','','','2011-08-19 04:46:26','2011-08-19 04:46:26','',14,'http://deborahbrody.com/2011/08/14-revision-3/',0,'revision','',0),
(1486,4,'2011-11-22 14:39:09','2011-11-22 14:39:09','Lately, I feel that we live in a very mediocre world as it relates to communications and writing.  Open up the newspaper most days and you will find a few articles that seem as if they were written by a teenager. Online, I see typos and spelling mistakes galore.  On social media, I see a lot of rude behavior, I suppose reflecting the loss of civility evident everywhere.\n\nBut, as with all problems, there is an opportunity---an opportunity to shine. Because we are surrounded by mediocrity, working to be better will make you stand out.\n\nHere are few ways to shine:\n\nMind your grammar, spelling and typing: Perhaps you need an editor or just a better review of your writing. And if you aren\'t really that good a grammar, perhaps take a class or read a book to improve your skills.\n\nSkip the passive voice: There is  nothing like reading long passive sentences. It kills your writing. If you don\'t know what I am talking about then you never had a teacher who corrected your passive voice and made it active.\n\nAvoid the cliches and jargon: Another dead giveaway that screams laziness and even stupidity is the overuse of jargon and cliches. People hide behind these words. For instance, the following excerpts are from a job description (let me know if you understand what this person does for a living):\n\n&nbsp;','How you can shine','','inherit','open','open','','1485-revision','','','2011-11-22 14:39:09','2011-11-22 14:39:09','',1485,'http://deborahbrody.com/2011/11/1485-revision/',0,'revision','',0),
(1487,4,'2011-11-22 14:58:35','2011-11-22 14:58:35','Lately, I feel that we live in a very mediocre world as it relates to communications and writing.  Open up the newspaper most days and you will find a few articles that seem as if they were written by a teenager. Online, I see typos and spelling mistakes galore.  On social media, I see a lot of rude behavior, I suppose reflecting the loss of civility evident everywhere.\n\nBut, as with all problems, there is an opportunity---an opportunity to shine. Because we are surrounded by mediocrity, working to be better will make you stand out.\n\nHere are few ways to shine:\n\n<strong>Mind your grammar, spelling and typing</strong>: Perhaps you need an editor or just a better review of your writing. And, if you aren\'t really that good at grammar, perhaps take a class or read a book to improve your skills.\n\n<strong>Skip the passive voice:</strong> There is  nothing like reading long passive sentences. It kills your writing. If you don\'t know what I am talking about then you never had a teacher who corrected your passive voice and made it active.\n\n<strong>Avoid the cliches and jargon:</strong> Another dead giveaway that screams laziness and even stupidity is the overuse of jargon and cliches. People hide behind these words. For instance, the following excerpts are from a job description (let me know if you understand what this person does for a living):\n<ul>\n	<li>Stakeholder relationship management</li>\n	<li>Standardizing processes, roles and responsibilities</li>\n	<li>Outreach strategy</li>\n	<li>Virtual collaboration</li>\n</ul>\n<strong>Be polite:</strong> If someone writes you an email or leaves you a voice mail, respond. If someone comments on your blog, thank him/her. On Twitter, acknowledge re-tweets.Watch your swearing in a public space (yes, social media is a public space).\n\n<strong>Think about your audience:</strong> If you think about who your audience is, and what information they need, you will be a huge step ahead. Considering your audience will help determine your language, your timing, etc.\n\n<strong>Learn how to network effectively:</strong> Perhaps we are spending too much time with our gadgets, but it seems more people are less able to interact personally with others. If you go to a networking event, try speaking to other people. It is as easy as introducing yourself, and asking a simple question (how did you hear about the event, have you been here before, etc.) You may also want to follow up with the people you meet.\n\n<strong>Be a LinkedIn rock star:</strong> Not a week goes by that I don\'t get a LinkedIn invitation that is a) not personalized and b) from someone I don\'t know.  Sometimes, I go to somebody\'s profile, and it is missing information, does not have photograph, and lists an old position where the person is no longer working.  So, you have the opportunity to shine on LinkedIn by:\n<ul>\n	<li>Completing your profile (include your photo)</li>\n	<li>ALWAYS personalizing invitations</li>\n	<li>Not connecting with every Tom, Dick and Jane out there.</li>\n	<li>Having an updated job description</li>\n	<li>Joining (and participating) in groups</li>\n</ul>\nHow do you shine? Please share what you do to stand out from the crowd.\n\n&nbsp;','How you can shine','','inherit','open','open','','1485-revision-2','','','2011-11-22 14:58:35','2011-11-22 14:58:35','',1485,'http://deborahbrody.com/2011/11/1485-revision-2/',0,'revision','',0),
(1488,4,'2011-11-22 14:59:44','2011-11-22 14:59:44','Lately, I feel that we live in a very mediocre world as it relates to communications and writing.  Open up the newspaper most days and you will find a few articles that seem as if they were written by a teenager. Online, I see typos and spelling mistakes galore.  On social media, I see a lot of rude behavior, I suppose reflecting the loss of civility evident everywhere.\n\nBut, as with all problems, there is an opportunity---an opportunity to shine. Because we are surrounded by mediocrity, working to be better will make you stand out.\n\nHere are few ways to shine:\n\n<strong>Mind your grammar, spelling and typing</strong>: Perhaps you need an editor or just a better review of your writing. And, if you aren\'t really that good at grammar, perhaps take a class or read a book to improve your skills.\n\n<strong>Skip the passive voice:</strong> There is  nothing like reading long passive sentences. It kills your writing. If you don\'t know what I am talking about then you never had a teacher who corrected your passive voice and made it active.\n\n<strong>Avoid the cliches and jargon:</strong> Another dead giveaway that screams laziness and even stupidity is the overuse of jargon and cliches. People hide behind these words. For instance, the following excerpts are from a job description (let me know if you understand what this person does for a living):\n<ul>\n	<li>Stakeholder relationship management</li>\n	<li>Standardizing processes, roles and responsibilities</li>\n	<li>Outreach strategy</li>\n	<li>Virtual collaboration</li>\n</ul>\n<strong>Be polite:</strong> If someone writes you an email or leaves you a voice mail, respond. If someone comments on your blog, thank him/her. On Twitter, acknowledge re-tweets.Watch your swearing in a public space (yes, social media is a public space).\n\n<strong>Think about your audience:</strong> If you think about who your audience is, and what information they need, you will be a huge step ahead. Considering your audience will help determine your language, your timing, etc.\n\n<strong>Learn how to network effectively:</strong> Perhaps we are spending too much time with our gadgets, but it seems more people are less able to interact personally with others. If you go to a networking event, try speaking to other people. It is as easy as introducing yourself, and asking a simple question (how did you hear about the event, have you been here before, etc.) You may also want to follow up with the people you meet.\n\n<strong>Be a LinkedIn rock star:</strong> Not a week goes by that I don\'t get a LinkedIn invitation that is a) not personalized and b) from someone I don\'t know.  Sometimes, I go to somebody\'s profile, and it is missing information, does not have photograph, and lists an old position where the person is no longer working.  So, you have the opportunity to shine on LinkedIn by:\n<ul>\n	<li>Completing your profile (include your photo)</li>\n	<li>ALWAYS personalizing invitations</li>\n	<li>Not connecting with every Tom, Dick and Jane out there.</li>\n	<li>Having an updated job description</li>\n	<li>Joining (and participating) in groups</li>\n</ul>\nHow do you shine? Please share what you do to stand out from the crowd.\n\n&nbsp;','How you can shine','','inherit','open','open','','1485-autosave','','','2011-11-22 14:59:44','2011-11-22 14:59:44','',1485,'http://deborahbrody.com/2011/11/1485-autosave/',0,'revision','',0),
(1496,4,'2011-12-05 16:36:51','2011-12-05 16:36:51','How many times have you gone on to a website, and tried to find a phone number or a specific person to email and couldn\'t? Have you ever gotten lost in a phone tree? Have you wanted to comment on a blog but had to jump through hoops?\r\n\r\nIf you have experienced any of these situations (and chances are you have, more than once), you are feeling exactly how difficult it can be to communicate with a company. Some companies and organizations make it especially hard to communicate because they don\'t want to hear from you. Other companies and organizations are simply clueless.\r\n\r\nLet me give you a specific example. I was a member of an organization, and my one-year membership expired. I got an email that went something like this:\r\n<blockquote>Thank you for your support of the XXXX. Just a  friendly reminder that your membership expired on XXX. Please contact us to renew your membership, or visit our website  to renew online: &lt;website link&gt;\r\n\r\nYour support will help us build upon our existing programs that  speak directly to our mission of XXXX.\r\n\r\nFor questions about membership please contact XXX, Development  Manager, at &lt;email address&gt;.\r\n\r\nThank you again for your continued support.</blockquote>\r\nThere is nothing WRONG with this email, per se. But it doesn\'t make it easy for me to renew. Why?\r\n<ul>\r\n	<li>It only provides one way to contact a person--via email (no phone).</li>\r\n	<li>It doesn\'t tell me what my cost will be.</li>\r\n	<li>The website link sends me a very slow loading page that a) is not a form; b) requires I have an account or create an account.</li>\r\n</ul>\r\nIn many cases, businesses and organizations don\'t test their communications channels to see the interaction and whether it is easy to use or navigate. Remember that people are pressed for time and will give up quite easily unless they are EXTREMELY motivated.\r\n\r\nThe easier you make it for people, the more business (or donations, renewals, exposure) you will have.\r\n\r\nAre you making it easy for people to connect with you?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Make it easy','','publish','open','open','','make-it-easy','','','2011-12-05 21:05:16','2011-12-05 21:05:16','',0,'http://deborahbrody.com/?p=1496',0,'post','',0),
(1491,4,'2011-11-25 14:58:29','2011-11-25 14:58:29','Here we are--it\'s Black Friday, and plenty of businesses want your business. Between extended (way extended) hours and special deals, people are being lured in to buy. Most of these people have a very specific need in mind (a Christmas gift for their child or a flat screen TV for the family room) and are going in with focus.\r\n\r\nWhich leads me to an experience I had on Tuesday (the day I went to the mall, because, frankly, there is nothing I need so much that I will fight people and crowds today).  It was a classic case of how not to sell.\r\n\r\nI went in to a shoe store---with the intent of shopping for SHOES. I selected a couple of pairs and asked the clerk for my size.  She said \"We are having a sale on our handbags--20% off.\" I nodded.  Then, she brought the shoes out. I slipped them on, and found that they were a bit loose in the heel.  She hadn\'t been paying too much attention to me, and finally asked me how they fit. I said they were loose. She offered to measure my foot...I declined (I already know my shoe size). Then I selected another pair. She brought them out, and she told me the store has  a great deal on socks...get a hole in them and get them replaced for life. I nodded once again. I left the store with no shoes, socks or handbags.\r\n\r\nThe salesperson was trying to sell everything except what I wanted. Most likely, \"corporate\" told its people to upsell and gives a bonus/commission for every non-shoe item sold. But, in this case, this particular salesperson lost sight of what her job is in essence--to sell shoes. In order to do so, she would have had to focus on what I wanted. She could have asked if I was looking for a casual or dressy shoe or whether I needed a wider width, or offered an alternative suggestion when I told her the shoes she brought did not fit. I<strong>nstead, she ignored my needs and focused on her script (mention sale on purses, mention lifetime warranty on socks). How not to sell, plain and simple.</strong>\r\n\r\nTo sell, you have to focus on what your customer wants. That is also plain and simple.','How not to sell','','publish','open','open','','how-not-to-sell','','','2011-11-25 14:58:29','2011-11-25 14:58:29','',0,'http://deborahbrody.com/?p=1491',0,'post','',0),
(1492,4,'2011-11-25 14:57:44','2011-11-25 14:57:44','Here we are--it\'s Black Friday, and plenty of businesses want your business. Between extended (way extended) hours and special deals, people are being lured in to buy. Most of these people have a very specific need in mind (a Christmas gift for their child or a flat screen TV for the family room) and are going in with focus.\n\nWhich leads me to an experience I had on Tuesday (the day I went to the mall, because, frankly, there is nothing I need so much that I will fight people and crowds today).  It was a classic case of how not to sell.\n\nI went in to a shoe store---with the intent of shopping for SHOES. I selected a couple of pairs and asked the clerk for my size.  She said \"We are having a sale on our handbags--20% off.\" I nodded.  Then, she brought the shoes out. I slipped them on, and found that they were a bit loose in the heel.  She hadn\'t been paying too much attention to me, and finally asked me how they fit. I said they were loose. She offered to measure my foot...I declined (I already know my shoe size). Then I selected another pair. She brought them out, and she told me the store has  a great deal on socks...get a hole in them and get them replaced for life. I nodded once again. I left the store with no shoes, socks or handbags.\n\nThe salesperson was trying to sell everything except what I wanted. Most likely, \"corporate\" told its people to upsell and gives a bonus/commission for every non-shoe item sold. But, in this case, this particular salesperson lost sight of what her job is in essence--to sell shoes. In order to do so, she would have had to focus on what I wanted. She could have asked if I was looking for a casual or dressy shoe or whether I needed a wider width, or offered an alternative suggestion when I told her the shoes she brought did not fit. I<strong>nstead, she ignored my needs and focused on her script (mention sale on purses, mention lifetime warranty on socks). How not t</strong>\n\nTo sell, you have to focus on what your customer wants. It is that simple.','How not to sell','','inherit','open','open','','1491-revision','','','2011-11-25 14:57:44','2011-11-25 14:57:44','',1491,'http://deborahbrody.com/2011/11/1491-revision/',0,'revision','',0),
(1493,4,'2011-11-29 14:22:15','2011-11-29 14:22:15','If you have an organizational enewsletter, who handles it? In my experience, it probably is one of the following:\r\n<ul>\r\n	<li>Administrative assistant</li>\r\n	<li>Intern</li>\r\n	<li>Volunteer/Development assistant or coordinator (for nonprofits)</li>\r\n</ul>\r\nAnd yet, an enewsletter should be part of your communications and marketing efforts.  At the very least, your communications/marketing people should take a look at the enewsletter and check for the following:\r\n<ul>\r\n	<li>Consistency of message</li>\r\n	<li>Use of logo and tagline</li>\r\n	<li>How it fits into the overall messaging/communications campaign</li>\r\n	<li>Timing (is it coming out too close to other communications?)</li>\r\n</ul>\r\nOf course, someone needs to be the final editor and proofreader. In the past couple of weeks, I have received an enewsletter that has had date mistakes (saying an event is on Wednesday instead of Tuesday, with Tuesday\'s date) or with location mistakes or even speaker name mistakes.\r\n\r\nThe best way to handle an enewsletter is to have an editorial calendar---created by your communications department--which can adjust for any special events or needs that arise each month. Your admin or intern can write the content, but it must be checked before sending out. Every single time.\r\n\r\nAn enewsletter is a valuable communications tool, which when done right, can help your organization. When done wrong, it can reflect badly on your organization and make people unsubscribe.\r\n\r\nHow do you handle your enewsletter? Do you have any good tips? Please share them in the comments.','Who should handle your enewsletter?','','publish','open','open','','who-should-handle-your-enewsletter','','','2011-11-29 14:22:15','2011-11-29 14:22:15','',0,'http://deborahbrody.com/?p=1493',0,'post','',0),
(1494,4,'2011-11-29 14:21:49','2011-11-29 14:21:49','If you have an organizational enewsletter, who handles it? In my experience, it probably is one of the following:\n<ul>\n	<li>Administrative assistant</li>\n	<li>Intern</li>\n	<li>Volunteer/Development assistant or coordinator (for nonprofits)</li>\n</ul>\nAnd yet, an enewsletter should be part of your communications and marketing efforts.  At the very least, your communications/marketing people should take a look at the enewsletter and check for the following:\n<ul>\n	<li>Consistency of message</li>\n	<li>Use of logo and tagline</li>\n	<li>How it fits into the overall messaging/communications campaign</li>\n	<li>Timing (is it coming out too close to other communications?)</li>\n</ul>\nOf course, someone needs to be the final editor and proofreader. In the past couple of weeks, I have received an enewsletter that has had date mistakes (saying an event is on Wednesday instead of Tuesday, with Tuesday\'s date) or with location mistakes or even speaker name mistakes.\n\nThe best way to handle an enewsletter is to have an editorial calendar---created by your communications department--which can adjust for any special events or needs that arise each month. Your admin or intern can write the content, but it must be checked before sending out. Every single time.\n\nAn enewsletter is a valuable communications tool, which when done right, can help your organization. When done wrong, it can reflect badly on your organization and make people unsubscribe.\n\nHow do you handle your enewsletter? Do you have any good tips? Please share them in the comments.','Who should handle your enewsletter?','','inherit','open','open','','1493-revision','','','2011-11-29 14:21:49','2011-11-29 14:21:49','',1493,'http://deborahbrody.com/2011/11/1493-revision/',0,'revision','',0),
(1495,4,'2011-11-29 14:23:19','2011-11-29 14:23:19','If you have an organizational enewsletter, who handles it? In my experience, it probably is one of the following:\n<ul>\n	<li>Administrative assistant</li>\n	<li>Intern</li>\n	<li>Volunteer/Development assistant or coordinator (for nonprofits)</li>\n</ul>\nAnd yet, an enewsletter should be part of your communications and marketing efforts.  At the very least, your communications/marketing people should take a look at the enewsletter and check for the following:\n<ul>\n	<li>Consistency of message</li>\n	<li>Use of logo and tagline</li>\n	<li>How it fits into the overall messaging/communications campaign</li>\n	<li>Timing (is it coming out too close to other communications?)</li>\n</ul>\nOf course, someone needs to be the final editor and proofreader. In the past couple of weeks, I have received an enewsletter that has had date mistakes (saying an event is on Wednesday instead of Tuesday, with Tuesday\'s date) or with location mistakes or even speaker name mistakes.\n\nThe best way to handle an enewsletter is to have an editorial calendar---created by your communications department--which can adjust for any special events or needs that arise each month. Your admin or intern can write the content, but it must be checked before sending out. Every single time.\n\nAn enewsletter is a valuable communications tool, which when done right, can help your organization. When done wrong, it can reflect badly on your organization and make people unsubscribe.\n\nHow do you handle your enewsletter? Do you have any good tips? Please share them in the comments.','Who should handle your enewsletter?','','inherit','open','open','','1493-autosave','','','2011-11-29 14:23:19','2011-11-29 14:23:19','',1493,'http://deborahbrody.com/2011/11/1493-autosave/',0,'revision','',0),
(1497,4,'2011-12-05 16:35:12','2011-12-05 16:35:12','How many times have you gone on to a website, and tried to find a phone number or a specific person to email and couldn\'t? Have you ever gotten lost in phone tree? Have you wanted to comment on a blog but had to jump through hoops?\n\nIf you have experienced any of these situations (and chances are you have, more than once), you are feeling exactly how difficult it can be to communicate with a company. Some companies and organizations make it especially hard to communicate because they don\'t want to hear from you. Other companies and organizations are simply clueless.\n\nLet me give you a specific example. I was a member of an organization, and my one-year membership expired. I got an email that went something like this:\n<blockquote>Thank you for your support of the XXXX. Just a  friendly reminder that your membership expired on XXX. Please contact us to renew your membership, or visit our website  to renew online: &lt;website link&gt;\n\nYour support will help us build upon our existing programs that  speak directly to our mission of XXXX.\n\nFor questions about membership please contact XXX, Development  Manager, at &lt;email address&gt;.\n\nThank you again for your continued support.</blockquote>\nThere is nothing WRONG with this email, per se. But it doesn\'t make it easy for me to renew. Why?\n<ul>\n	<li>It only provides one way to contact a person--via email (no phone).</li>\n	<li>It doesn\'t tell me what my cost will be.</li>\n	<li>The website link sends me a very slow loading page that a) is not a form; b) requires I have an account or create an account.</li>\n</ul>\nIn many cases, businesses and organizations don\'t test their communications channels to see the interaction and whether it is easy to use or navigate. Remember that people are pressed for time and will give up quite easily unless they are EXTREMELY motivated.\n\nThe easier you make it for people, the more business (or donations, renewals, exposure) you will have.\n\nAre you making it easy for people to connect with you?\n\n&nbsp;\n\n&nbsp;','Make it easy','','inherit','open','open','','1496-revision','','','2011-12-05 16:35:12','2011-12-05 16:35:12','',1496,'http://deborahbrody.com/2011/12/1496-revision/',0,'revision','',0),
(1498,4,'2011-12-05 16:36:51','2011-12-05 16:36:51','How many times have you gone on to a website, and tried to find a phone number or a specific person to email and couldn\'t? Have you ever gotten lost in phone tree? Have you wanted to comment on a blog but had to jump through hoops?\r\n\r\nIf you have experienced any of these situations (and chances are you have, more than once), you are feeling exactly how difficult it can be to communicate with a company. Some companies and organizations make it especially hard to communicate because they don\'t want to hear from you. Other companies and organizations are simply clueless.\r\n\r\nLet me give you a specific example. I was a member of an organization, and my one-year membership expired. I got an email that went something like this:\r\n<blockquote>Thank you for your support of the XXXX. Just a  friendly reminder that your membership expired on XXX. Please contact us to renew your membership, or visit our website  to renew online: &lt;website link&gt;\r\n\r\nYour support will help us build upon our existing programs that  speak directly to our mission of XXXX.\r\n\r\nFor questions about membership please contact XXX, Development  Manager, at &lt;email address&gt;.\r\n\r\nThank you again for your continued support.</blockquote>\r\nThere is nothing WRONG with this email, per se. But it doesn\'t make it easy for me to renew. Why?\r\n<ul>\r\n	<li>It only provides one way to contact a person--via email (no phone).</li>\r\n	<li>It doesn\'t tell me what my cost will be.</li>\r\n	<li>The website link sends me a very slow loading page that a) is not a form; b) requires I have an account or create an account.</li>\r\n</ul>\r\nIn many cases, businesses and organizations don\'t test their communications channels to see the interaction and whether it is easy to use or navigate. Remember that people are pressed for time and will give up quite easily unless they are EXTREMELY motivated.\r\n\r\nThe easier you make it for people, the more business (or donations, renewals, exposure) you will have.\r\n\r\nAre you making it easy for people to connect with you?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Make it easy','','inherit','open','open','','1496-revision-2','','','2011-12-05 16:36:51','2011-12-05 16:36:51','',1496,'http://deborahbrody.com/2011/12/1496-revision-2/',0,'revision','',0),
(1499,4,'2011-12-07 15:40:36','2011-12-07 15:40:36','I got a jar of apple butter on my doorstep the other day. It was from a local real estate agent who delivered this \"gift\" to everyone else in my townhouse community. He is also selling one of the houses in the community. It is not the first thing I get from him. I got a magnetic calendar earlier in the year, and a housing sales report too. But apple butter? Is that too much?\r\n\r\nCan you do too much marketing? Some would argue that as long as you are getting customers/clients, there is probably not too much marketing.  True...but are you doing too much to get those customers/clients? In other words, are you spending more than you have to,  making each acquisition very costly?\r\n\r\nThere is no set formula to figure this out, unfortunately. And you have to accept that much of your marketing effort will be wasted, which is why it is important to figure out how much each client/customer is worth to you.\r\n\r\nIn this case, no amount of apple butter, postcards or calendars will get me to use the real estate agent. I already have a real estate agent, and that is who I will use if I ever need to sell this house or buy another.  I will grant that this amount of marketing is providing HUGE name recognition.  Is it promoting conversion? Not sure.\r\n\r\nI believe that the more targeted your marketing is, the better chance you have of it being effective. In this case, the real estate agent is being geographically targeted, which may be the best he can do. His marketing may not work for me, but should he get one of my neighbors to use him, then perhaps he has achieved his objective.\r\n\r\nWhen is it too much marketing? When it produces few if any results.  And you get there sometimes by trial and error. What do you think makes too much marketing?\r\n\r\n&nbsp;','Too much marketing?','','publish','open','open','','too-much-marketing','','','2011-12-07 15:40:36','2011-12-07 15:40:36','',0,'http://deborahbrody.com/?p=1499',0,'post','',0),
(1500,4,'2011-12-07 15:39:48','2011-12-07 15:39:48','I got a jar of apple butter on my doorstep the other day. It was from a local real estate agent who delivered this \"gift\" to everyone else in my townhouse community. He is also selling one of the houses in the community. It is not the first thing I get from him. I got a magnetic calendar earlier in the year, and a housing sales report too. But apple butter? Is that too much?\n\nCan you do too much marketing? Some would argue that as long as you are getting customers/clients, there is probably not too much marketing.  True...but are you doing too much to get those customers/clients? In other words, are you spending more than you have to,  making each acquisition very costly?\n\nThere is no set formula to figure this out, unfortunately. And you have to accept that much of your marketing effort will be wasted, which is why it is important to figure out how much each client/customer is worth to you.\n\nIn this case, no amount of apple butter, postcards or calendars will get me to use the real estate agent. I already have a real estate agent, and that is who I will use if I ever need to sell this house or buy another.  I will grant that this amount of marketing is providing HUGE name recognition.  Is it promoting conversion? Not sure.\n\nI believe that the more targeted your marketing is, the better chance you have of it being effective. In this case, the real estate agent is being geographically targeted, which may be the best he can do. His marketing may not work for me, but should he get one of my neighbors to use him, then perhaps he has achieved his objective.\n\nWhen is it too much marketing? When it produces few if any results.\n\n&nbsp;','Too much marketing?','','inherit','open','open','','1499-revision','','','2011-12-07 15:39:48','2011-12-07 15:39:48','',1499,'http://deborahbrody.com/2011/12/1499-revision/',0,'revision','',0),
(1501,4,'2011-12-09 13:12:56','2011-12-09 13:12:56','It\'s been a week since I logged into my personal Facebook account. One week in which I haven\'t \"liked\" anything or found out what my \"friends\" are busy doing in their lives.  And guess what? It\'s been OK.\r\n\r\nI decided to avoid Facebook this week because frankly, I am sick of the site.  Between the false feeling of connection to the inspirational quotes, location check-ins and general braggadocio, I am not sure which irritates me the most. And it is definitely not the point to be annoyed when you are on a website.\r\n\r\nThis week I have been on Twitter and LinkedIn. On these social networks I generally learn more than I ever do on Facebook. Twitter provides me with up-to-the-minute news, links to information I may have not seen and a way to chat with people in real-time. LinkedIn lets me see what people are doing professionally.\r\n\r\nThis leads me to social media marketing. If you are relying on just one social network like Facebook to do all your marketing communications, you may be putting all the proverbial eggs in one basket.  You should diversify. Yes, Facebook has a HUGE audience. But it is a POTENTIAL audience, not a measured, constant audience. People do not yet HAVE to go to Facebook every day. They may choose to, but they don\'t need to go there to check mail or get their news.\r\n\r\nI would still counsel you to use Facebook as part of your marketing mix<strong>. Because it is opt-in for people, you are communicating with those who are receptive to your message.</strong> That is truly valuable. Just don\'t share inspirational quotes or you will lose me!\r\n\r\nYour thoughts? How do you feel about Facebook?','One week without Facebook','','publish','open','open','','one-week-without-facebook','','','2011-12-09 13:12:56','2011-12-09 13:12:56','',0,'http://deborahbrody.com/?p=1501',0,'post','',0),
(1502,4,'2011-12-09 13:12:14','2011-12-09 13:12:14','It\'s been a week since I logged into my personal Facebook account. One week in which I haven\'t \"liked\" anything or found out what my \"friends\" are busy doing in their lives.  And guess what? It\'s been OK.\n\nI decided to avoid Facebook this week because frankly, I am sick of the site.  Between the false feeling of connection to the inspirational quotes, location check-ins and general braggadocio, I am not sure which irritates me the most. And it is definitely not the point to be annoyed when you are on a website.\n\nThis week I have been on Twitter and LinkedIn. On these social networks I generally learn more than I ever do on Facebook. Twitter provides me with up-to-the-minute news, links to information I may have not seen and a way to chat with people in real-time. LinkedIn lets me see what people are doing professionally.\n\nThis leads me to social media marketing. If you are relying on just one social network like Facebook to do all your marketing communications, you may be putting all the proverbial eggs in one basket.  You should diversify. Yes, Facebook has a HUGE audience. But it is a POTENTIAL audience, not a measured, constant audience. People do not yet HAVE to go to Facebook every day. They may choose to, but they don\'t need to go there to check mail or get their news.\n\nI would still counsel you to use Facebook as part of your marketing mix<strong>. Because it is opt-in for people, you are communicating with those who are receptive to your message.</strong> That is truly valuable. Just don\'t share inspirational quotes or you will lose me!\n\nYour thoughts? How do you feel about Facebook?','One week without Facebook','','inherit','open','open','','1501-revision','','','2011-12-09 13:12:14','2011-12-09 13:12:14','',1501,'http://deborahbrody.com/2011/12/1501-revision/',0,'revision','',0),
(1503,4,'2011-12-12 18:28:02','2011-12-12 18:28:02','You know this person right? The person who says \"let\'s get together soon\" but never does anything to make it happen? Or worse, the person who says you should get together and when you follow up, s(he) actually rebuffs you/comes up with an excuse/doesn\'t respond at all.\r\n\r\nIn marketing communications this person is the equivalent of the false brand promise or the product that does not perform as advertised(truth in advertising).\r\n\r\nIt is something to watch out for. If you are marketer--are you blithely promising to get together and then promptly forgetting your promise? That is, are you telling prospects that your product/service  is the most effective way to XXXX, but falling somewhat short?\r\n\r\nYou know what happens when you fail your brand promise? You lose customers, and you most likely won\'t be able to get them back.\r\n\r\nRecently, I attended a business event that was billed as a goal-setting workshop. It wasn\'t. Not even close. Guess what? I am not going back to that group. Same thing happened a few months ago when I attended a local communications group event on the strategic use of video...except there was no mention of strategy whatsoever.\r\n\r\nWhen you fail to do what you promise to do--whether in your marketing efforts or your personal outreach--you lose business (current or potential).\r\n\r\nInstead of saying \"let\'s get together soon\" say \"how about we meet up for coffee on Monday at 2 pm.\"','Let\'s get together soon! (she said)','','publish','open','open','','lets-get-together-soon-she-said','','','2011-12-12 18:28:02','2011-12-12 18:28:02','',0,'http://deborahbrody.com/?p=1503',0,'post','',0),
(1504,4,'2011-12-12 18:27:01','2011-12-12 18:27:01','You know this person right? The person who says \"let\'s get together soon\" but never does anything to make it happen? Or worse, the person who says you should get together and when you follow up, s(he) actually rebuffs you/comes up with an excuse/doesn\'t respond at all.\n\nIn marketing communications this person is the equivalent of the false brand promise or the product that does not perform as advertised.\n\nIt is something to watch out for. If you are marketer--are you blithely promising to get together and then promptly forgetting your promise? That is, are you telling prospects that your product/service  is the most effective way to XXXX, but falling somewhat short?\n\nYou know what happens when you fail your brand promise? You lose customers, and you most likely won\'t be able to get them back.\n\nRecently, I attended a business event that was billed as a goal-setting workshop. It wasn\'t. Not even close. Guess what? I am not going back to that group. Same thing happened a few months ago when I attended a local communications group event on the strategic use of video...except there was no mention of strategy whatsoever.\n\nWhen you fail to do what you promise to do--whether in your marketing efforts or your personal outreach--you lose business (current or potential).\n\nInstead of saying \"let\'s get together soon\" say \"how about we meet up for coffee on Monday at 2 pm.\" See the difference?','Let\'s get together soon! (she said)','','inherit','open','open','','1503-revision','','','2011-12-12 18:27:01','2011-12-12 18:27:01','',1503,'http://deborahbrody.com/2011/12/1503-revision/',0,'revision','',0),
(1505,4,'2011-12-12 18:28:02','2011-12-12 18:28:02','You know this person right? The person who says \"let\'s get together soon\" but never does anything to make it happen? Or worse, the person who says you should get together and when you follow up, s(he) actually rebuffs you/comes up with an excuse/doesn\'t respond at all.\n\nIn marketing communications this person is the equivalent of the false brand promise or the product that does not perform as advertised(truth in advertising).\n\nIt is something to watch out for. If you are marketer--are you blithely promising to get together and then promptly forgetting your promise? That is, are you telling prospects that your product/service  is the most effective way to XXXX, but falling somewhat short?\n\nYou know what happens when you fail your brand promise? You lose customers, and you most likely won\'t be able to get them back.\n\nRecently, I attended a business event that was billed as a goal-setting workshop. It wasn\'t. Not even close. Guess what? I am not going back to that group. Same thing happened a few months ago when I attended a local communications group event on the strategic use of video...except there was no mention of strategy whatsoever.\n\nWhen you fail to do what you promise to do--whether in your marketing efforts or your personal outreach--you lose business (current or potential).\n\nInstead of saying \"let\'s get together soon\" say \"how about we meet up for coffee on Monday at 2 pm.\"','Let\'s get together soon! (she said)','','inherit','open','open','','1503-autosave','','','2011-12-12 18:28:02','2011-12-12 18:28:02','',1503,'http://deborahbrody.com/2011/12/1503-autosave/',0,'revision','',0),
(1517,4,'2011-12-28 15:57:08','2011-12-28 15:57:08','It is inevitable that at the end of the year blogs, newscasts, newspapers and everybody else creates lists for their readers/viewers: best posts of the year, what\'s in and what\'s out, resolutions for 2012, trends, and so on. While some of these are interesting and even though-provoking, I challenge you to make your own list.\r\n\r\nTo make your own list, you will have to sit and reflect a bit. Here are some guiding questions:\r\n<ul>\r\n	<li>What worked the best for you in terms of marketing communications? (What got the most response, donors, etc.)</li>\r\n	<li>What worked the least for you? (Where did you spend time/money with little or no return?)</li>\r\n	<li>Did you create any partnerships? What worked best/least?</li>\r\n	<li>Did you sponsor anything/anybody? What worked?</li>\r\n	<li>Did you read any business/marketing books? Which provided the best/most actionable advice?</li>\r\n	<li>What ads/commercials were memorable to you? Why?</li>\r\n	<li>What peeved you the most?</li>\r\n	<li>What did your competition do this year that you admired? That you thought was not so good?</li>\r\n	<li>What people/organizations brought you the most value? (Perhaps your graphic designer or your printer...)</li>\r\n</ul>\r\n<ul>\r\n	<li>What one marketing communications task that you accomplished this year was the most worthwhile (something like creating a brochure, redesigning a website, launching a blog, etc.)</li>\r\n</ul>\r\nIn the <a href=\"http://www.escapefromcubiclenation.com/2011/12/21/4-questions-to-ensure-2012-will-be-your-best-year-yet/\" target=\"_blank\">Escape from Cubicle Nation blog, Pam Slim urges you to ask yourself four questions</a>:\r\n<ol>\r\n	<li>What did I learn?</li>\r\n	<li>What am I grateful for?</li>\r\n	<li>What will I stop doing?</li>\r\n	<li>What will I start doing?</li>\r\n</ol>\r\nAlthough Ms. Slim is looking at personal growth, I think these questions are valid to determine what your marcomm efforts will be in the new year. Looking through your lists will help you move forward in 2012. The last two questions are especially key. If you found that something you have been doing provides no return on investment, STOP doing it. Start doing something different!\r\n\r\nPlease share your responses or any questions that you ask yourself at year\'s end.','Make your own list','','publish','open','open','','make-your-own-list','','\nhttp://www.escapefromcubiclenation.com/2011/12/21/4-questions-to-ensure-2012-will-be-your-best-year-yet/','2011-12-28 16:36:47','2011-12-28 16:36:47','',0,'http://deborahbrody.com/?p=1517',0,'post','',0),
(1507,4,'2011-12-15 16:10:26','2011-12-15 16:10:26','If you are the type to make New Year\'s resolutions, make one to be more effective in your marketing communications efforts.  Being effective--that is, actually successful in producing your intended result--should be the goal of all marketing communications.\r\n\r\nHow can you be more effective? There are several ways to make sure your communications meet their mark, but it probably starts with the basics:\r\n<ul>\r\n	<li>Do you know and understand your <strong>TARGET AUDIENCE</strong>?</li>\r\n	<li>Do you know what your <strong>KEY MESSAGE</strong> is?Are you expressing it clearly and unambiguously?</li>\r\n	<li>Are your properly<strong> TIMING </strong>your communications efforts?</li>\r\n	<li>Do you know your <strong>USP </strong>(unique selling proposition)?</li>\r\n	<li>Are you aware of who your <strong>COMPETITION </strong>and what they are doing?</li>\r\n	<li>Have you gotten <strong>FEEDBACK </strong> from outside sources on your creative? Is it conveying the attributes you are trying to convey?</li>\r\n	<li>Are you following a <strong>STRATEGY</strong> or are you just engaging in <strong>TACTICS</strong>?</li>\r\n</ul>\r\nWhat are your suggestions for being more effective? Please share in the comments.','Being more effective','','publish','open','open','','being-more-effective','','','2011-12-15 16:10:26','2011-12-15 16:10:26','',0,'http://deborahbrody.com/?p=1507',0,'post','',0),
(1508,4,'2011-12-15 16:10:08','2011-12-15 16:10:08','If you are the type to make New Year\'s resolutions, make one to be more effective in your marketing communications efforts.  Being effective--that is, actually successful in producing your intended result--should be the goal of all marketing communications.\n\nHow can you be more effective? There are several ways to make sure your communications meet their mark, but it probably starts with the basics:\n<ul>\n	<li>Do you know and understand your <strong>TARGET AUDIENCE</strong>?</li>\n	<li>Do you know what your <strong>KEY MESSAGE</strong> is?Are you expressing it clearly and unambiguously?</li>\n	<li>Are your properly<strong> TIMING </strong>your communications efforts?</li>\n	<li>Do you know your <strong>USP </strong>(unique selling proposition)?</li>\n	<li>Are you aware of who your <strong>COMPETITION </strong>and what they are doing?</li>\n	<li>Have you gotten <strong>FEEDBACK </strong> from outside sources on your creative? Is it conveying the attributes you are trying to convey?</li>\n	<li>Are you following a <strong>STRATEGY</strong> or are you just engaging in <strong>TACTICS</strong>?</li>\n</ul>\nWhat are your suggestions for being more effective? Please share in the comments.','Being more effective','','inherit','open','open','','1507-revision','','','2011-12-15 16:10:08','2011-12-15 16:10:08','',1507,'http://deborahbrody.com/2011/12/1507-revision/',0,'revision','',0),
(1509,4,'2011-12-19 15:20:28','2011-12-19 15:20:28','If you have ever worked with large newspapers, you know there is a strong editorial stance against pay for play, meaning that no matter how much advertising a company provides the newspaper, the journalists/editors will not let that influence their reporting. This line is much more blurred in smaller, local newspapers, where sometimes, a good editorial piece will follow advertising or vice versa.\r\n\r\nIt is important to keep the line of separation between advertising and editorial so that readers can trust the newspaper is not being bought. Imagine that if in a political campaign a certain candidate bought a lot more advertising than the other, and then the editors endorsed said candidate. Wouldn\'t that be questionable?\r\n\r\nWhich brings me to something I couldn\'t quite believe that I saw today in the Washington Post. <a href=\"http://www.washingtonpost.com/business/economy/value-added-potomacs-total-wine/2011/12/14/gIQARxW02O_story.html\" target=\"_blank\">Thomas Heath wrote his Value Added column praising Total Wine</a>, the Potomac, MD based mega liquour store. Heath writes that one of the ways Total Wine has grown is because of how one of the company\'s founders studied law, so that he could use the knowledge to help change laws regarding liquour in states into which the company was trying to expand. On the opposite page to the column was a junior page ad for--you guessed it--Total Wine. Seriously.  (People who read the paper electronically would never see this...but that is another discussion.)\r\n\r\nWhat is going on here? Heath or his editor tells the Total Wine people he is writing a positive piece about Total Wine, and Total Wine says, in that case we want to advertise, and can you place the ad right next to the column please? And the Post says sure-not a problem? Clearly, there was communication if not straight on hand shaking across advertising and editorial on this one, blurring the lines at the Washington Post. How do we know that Heath was not encouraged to write a positive column on the promise of Total Wine advertising? We don\'t.\r\n\r\nWhat do you think? Did the Post act appropriately? Would it have mattered if the ad was placed anywhere else in the paper?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Blurred lines between advertising and editorial','','publish','open','open','','blurred-lines-between-advertising-and-editorial','','','2011-12-19 15:20:28','2011-12-19 15:20:28','',0,'http://deborahbrody.com/?p=1509',0,'post','',2),
(1510,4,'2011-12-19 15:19:55','2011-12-19 15:19:55','If you have ever worked with large newspapers, you know there is a strong editorial stance against pay for play, meaning that no matter how much advertising a company provides the newspaper, the journalists/editors will not let that influence their reporting. This line is much more blurred in smaller, local newspapers, where sometimes, a good editorial piece will follow advertising or vice versa.\n\nIt is important to keep the line of separation between advertising and editorial so that readers can trust the newspaper is not being bought. Imagine that if in a political campaign a certain candidate bought a lot more advertising than the other, and then the editors endorsed said candidate. Wouldn\'t that be questionable?\n\nWhich brings me to something I couldn\'t quite believe that I saw today in the Washington Post. <a href=\"http://www.washingtonpost.com/business/economy/value-added-potomacs-total-wine/2011/12/14/gIQARxW02O_story.html\" target=\"_blank\">Thomas Heath wrote his Value Added column praising Total Wine</a>, the Potomac, MD based mega liquour store. Heath writes that one of the ways Total Wine has grown is because of how one of the company\'s founders studied law, so that he could use the knowledge to help change laws regarding liquour in states into which the company was trying to expand. On the opposite page to the column was a junior page ad for--you guessed it--Total Wine. Seriously.  (People who read the paper electronically would never see this...but that is another discussion.)\n\nWhat is going on here? Heath or his editor tells the Total Wine people he is writing a positive piece about Total Wine, and Total Wine says, in that case we want to advertise, and can you place the ad right next to the column please? And the Post says sure-not a problem? Clearly, there was communication if not straight on hand shaking across advertising and editorial on this one, blurring the lines at the Washington Post. How do we know that Heath was not encouraged to write a positive column on the promise of Total Wine advertising? We don\'t.\n\nWhat do you think? Did the Post act appropriately? Would it have mattered if the ad was placed anywhere else in the paper?\n\n&nbsp;\n\n&nbsp;','Blurred lines between advertising and editorial','','inherit','open','open','','1509-revision','','','2011-12-19 15:19:55','2011-12-19 15:19:55','',1509,'http://deborahbrody.com/2011/12/1509-revision/',0,'revision','',0),
(1511,4,'2011-12-20 16:15:17','2011-12-20 16:15:17','Today, in my inbox, I had an email from an online bookseller with this subject line:\r\n\r\n\"Last day for FREE shipping in time for Christmas.\"\r\n\r\nI also had an email from an online drugstore, with this subject line:\r\n\r\n\"NOW OR NEVER: get $5 dollars off your order and free shipping.\"\r\n\r\nAlthough both emails have virtually the same message, the former is URGENT, the latter is THREATENING.\r\n\r\nThreatening is telling me that unless I do something there will be consequences (in the drugstore\'s case, no more free shipping or something). Urgent is telling me that I should act now because time is running out.\r\n\r\nIt is more effective to <strong>show your customers <span style=\"text-decoration: underline;\">why</span> they should act now</strong> instead of telling them that if they fail to act, they will suffer consequences. Don\'t you agree?\r\n\r\n&nbsp;','Is threatening your customers ever a good idea?','','publish','open','open','','is-threatening-your-customers-ever-a-good-idea','','','2011-12-20 16:15:17','2011-12-20 16:15:17','',0,'http://deborahbrody.com/?p=1511',0,'post','',0),
(1512,4,'2011-12-20 16:13:06','2011-12-20 16:13:06','Today, in my inbox, I had an email from an online bookseller with this subject line:\n\n\"Last day for FREE shipping in time for Christmas.\"\n\nI also had an email from an online drugstore, with this subject line:\n\n\"NOW OR NEVER: get $5 dollars off your order and free shipping.\"\n\nAlthough both emails have virtually the same message, the former is URGENT, the latter is THREATENING.\n\nThreatening is telling me that unless I do something there will be consequences (in the drugstore\'s case, no more free shipping or something). Urgent is telling me that I should act now because time is running out.\n\nIt is more effective to <strong>show your customers <span style=\"text-decoration: underline;\">why</span> they should act now</strong> instead of telling them that if they fail to act, they will suffer consequences. Don\'t you agree?\n\n&nbsp;','Is threatening your customers ever a good idea?','','inherit','open','open','','1511-revision','','','2011-12-20 16:13:06','2011-12-20 16:13:06','',1511,'http://deborahbrody.com/2011/12/1511-revision/',0,'revision','',0),
(1514,4,'2011-12-21 19:09:24','2011-12-21 19:09:24','Today, as most days, I was working out at the gym and observing those around me (the gym can get very boring).  There were some people working up quite a sweat, and there were those that were barely working. Some were older, some were younger. In short, there were all types. But three stood out to me:\r\n\r\n<strong>The multi-tasker:</strong> Today, the multi-tasker was a woman using one of the ellipticals while responding to email and/or texts on her smart phone. She was so engaged with her phone that her legs were barely moving. Was she there to exercise or was she there to deal with work?\r\n<ul>\r\n	<li><strong>The lesson: </strong>If you are distracted from your goal, you won\'t get there. In marketing, you could be trying to do too many things at once and not succeeding in any of them.</li>\r\n</ul>\r\n<strong>The repeater:</strong> The repeater is the person who does the exact same exercise, at the same level of intensity, on the same machine. Always. In this case, I have seen this woman \"run\" at a very slow pace on the exact same machine, at the same time every single day. And guess what--her body is not changing (she is not even breaking a sweat).\r\n<ul>\r\n	<li><strong>The lesson: </strong>If you do the same thing over and over without change you won\'t be effective or see any change. For instance, some companies have always used a full page ad in the Sunday newspaper. And they have been doing that for years. It may produce some results but it will not expand your reach.</li>\r\n</ul>\r\n<strong>The guy wearing jeans at the gym:</strong> Have you seen these guys? They come in to the gym in their jeans (usually with belts too) and sometimes, with street shoes instead of sneakers. How are you going to run in jeans?\r\n<ul>\r\n	<li><strong>The lesson:</strong> You have to dress appropriately for the occasion/venue. In marketing terms: you have to know what marketing vehicle is the right one for what you are trying to accomplish. If you are trying to target seniors, perhaps a spot on the evening news is the best way to go.</li>\r\n</ul>\r\nHave you seen these people at your gym?','Marketing lessons from the gym','','publish','open','open','','marketing-lessons-from-the-gym','','','2011-12-21 19:09:24','2011-12-21 19:09:24','',0,'http://deborahbrody.com/?p=1514',0,'post','',0),
(1515,4,'2011-12-21 19:08:26','2011-12-21 19:08:26','Today, as most days, I was working out at the gym and observing those around me (the gym can get very boring).  There were some people working up quite a sweat, and there were those that were barely working. Some were older, some were younger. In short, there were all types. But three stood out to me:\n\n<strong>The multi-tasker:</strong> Today, the multi-tasker was a woman using one of the ellipticals while responding to email and/or texts on her smart phone. She was so engaged with her phone that her legs were barely moving. Was she there to exercise or was she there to deal with work?\n<ol>\n	<li><strong>The lesson: </strong>If you are distracted from your goal, you won\'t get there. In marketing, you could be trying to do too many things at once and not succeeding in any of them.</li>\n</ol>\n<strong>The repeater:</strong> The repeater is the person who does the exact same exercise, at the same level of intensity, on the same machine. Always. In this case, I have seen this woman \"run\" at a very slow pace on the exact same machine, at the same time every single day. And guess what--her body is not changing (she is not even breaking a sweat).\n<ul>\n	<li><strong>The lesson: </strong>If you do the same thing over and over without change you won\'t be effective or see any change. For instance, some companies have always used a full page ad in the Sunday newspaper. And they have been doing that for years. It may produce some results but it will not expand your reach.</li>\n</ul>\n<strong>The guy wearing jeans at the gym:</strong> Have you seen these guys? They come in to the gym in their jeans (usually with belts too) and sometimes, with street shoes instead of sneakers. How are you going to run in jeans?\n<ul>\n	<li><strong>The lesson:</strong> You have to dress appropriately for the occasion/venue. In marketing terms: you have to know what marketing vehicle is the right one for what you are trying to accomplish. If you are trying to target seniors, perhaps a spot on the evening news is the best way to go.</li>\n</ul>','Marketing lessons from the gym','','inherit','open','open','','1514-revision','','','2011-12-21 19:08:26','2011-12-21 19:08:26','',1514,'http://deborahbrody.com/2011/12/1514-revision/',0,'revision','',0),
(1516,4,'2011-12-21 19:09:33','2011-12-21 19:09:33','Today, as most days, I was working out at the gym and observing those around me (the gym can get very boring).  There were some people working up quite a sweat, and there were those that were barely working. Some were older, some were younger. In short, there were all types. But three stood out to me:\n\n<strong>The multi-tasker:</strong> Today, the multi-tasker was a woman using one of the ellipticals while responding to email and/or texts on her smart phone. She was so engaged with her phone that her legs were barely moving. Was she there to exercise or was she there to deal with work?\n<ul>\n	<li><strong>The lesson: </strong>If you are distracted from your goal, you won\'t get there. In marketing, you could be trying to do too many things at once and not succeeding in any of them.</li>\n</ul>\n<strong>The repeater:</strong> The repeater is the person who does the exact same exercise, at the same level of intensity, on the same machine. Always. In this case, I have seen this woman \"run\" at a very slow pace on the exact same machine, at the same time every single day. And guess what--her body is not changing (she is not even breaking a sweat).\n<ul>\n	<li><strong>The lesson: </strong>If you do the same thing over and over without change you won\'t be effective or see any change. For instance, some companies have always used a full page ad in the Sunday newspaper. And they have been doing that for years. It may produce some results but it will not expand your reach.</li>\n</ul>\n<strong>The guy wearing jeans at the gym:</strong> Have you seen these guys? They come in to the gym in their jeans (usually with belts too) and sometimes, with street shoes instead of sneakers. How are you going to run in jeans?\n<ul>\n	<li><strong>The lesson:</strong> You have to dress appropriately for the occasion/venue. In marketing terms: you have to know what marketing vehicle is the right one for what you are trying to accomplish. If you are trying to target seniors, perhaps a spot on the evening news is the best way to go.</li>\n</ul>\nHave you seen these people at your gym?','Marketing lessons from the gym','','inherit','open','open','','1514-autosave','','','2011-12-21 19:09:33','2011-12-21 19:09:33','',1514,'http://deborahbrody.com/2011/12/1514-autosave/',0,'revision','',0),
(1518,4,'2011-12-28 15:57:02','2011-12-28 15:57:02','It is inevitable that at the end of the year blogs, newscasts, newspapers and everybody else creates lists for their readers/viewers: best posts of the year, what\'s in and what\'s out, resolutions for 2012, trends, and so on. While some of these are interesting and even though-provoking, I challenge you to make your own list.\n\nTo make your own list, you will have to sit and reflect a bit. Here are some guiding questions:\n<ul>\n	<li>What worked the best for you in terms of marketing communications? (What got the most response, donors, etc.)</li>\n	<li>What worked the least for you? (Where did you spend time/money with little or no return?)</li>\n	<li>Did you create any partnerships? What worked best/least?</li>\n	<li>Did you sponsor anything/anybody? What worked?</li>\n	<li>Did you read any business/marketing books? Which provided the best/most actionable advice?</li>\n	<li>What ads/commercials were memorable to you? Why?</li>\n	<li>What peeved you the most?</li>\n	<li>What did your competition do this year that you admired? That you thought was not so good?</li>\n	<li>What people/organizations brought you the most value? (Perhaps your graphic designer or your printer...)</li>\n</ul>\nWhat one marketing communications task that you accomplished this year was the most worthwhile (something like creating a brochure, redesigning a website, launching a blog, etc.)\n\nIn the <a href=\"http://www.escapefromcubiclenation.com/2011/12/21/4-questions-to-ensure-2012-will-be-your-best-year-yet/\" target=\"_blank\">Escape from Cubicle Nation blog, Pam Slim urges you to ask yourself four questions</a>:\n<ol>\n	<li>What did I learn?</li>\n	<li>What am I grateful for?</li>\n	<li>What will I stop doing?</li>\n	<li>What will I start doing?</li>\n</ol>\nAlthough Ms. Slim is looking at personal growth, I think these questions are valid to determine what your marcomm efforts will be in the new year. Looking through your lists will help you move forward in 2012. The last two questions are especially key. If you found that something you have been doing provides no return on investment, STOP doing it. Start doing something different!\n\nPlease share your responses or any questions that you ask yourself at year\'s end.','Make your own list','','inherit','open','open','','1517-revision','','','2011-12-28 15:57:02','2011-12-28 15:57:02','',1517,'http://deborahbrody.com/2011/12/1517-revision/',0,'revision','',0),
(1519,4,'2011-12-28 15:57:08','2011-12-28 15:57:08','It is inevitable that at the end of the year blogs, newscasts, newspapers and everybody else creates lists for their readers/viewers: best posts of the year, what\'s in and what\'s out, resolutions for 2012, trends, and so on. While some of these are interesting and even though-provoking, I challenge you to make your own list.\r\n\r\nTo make your own list, you will have to sit and reflect a bit. Here are some guiding questions:\r\n<ul>\r\n	<li>What worked the best for you in terms of marketing communications? (What got the most response, donors, etc.)</li>\r\n	<li>What worked the least for you? (Where did you spend time/money with little or no return?)</li>\r\n	<li>Did you create any partnerships? What worked best/least?</li>\r\n	<li>Did you sponsor anything/anybody? What worked?</li>\r\n	<li>Did you read any business/marketing books? Which provided the best/most actionable advice?</li>\r\n	<li>What ads/commercials were memorable to you? Why?</li>\r\n	<li>What peeved you the most?</li>\r\n	<li>What did your competition do this year that you admired? That you thought was not so good?</li>\r\n	<li>What people/organizations brought you the most value? (Perhaps your graphic designer or your printer...)</li>\r\n</ul>\r\nWhat one marketing communications task that you accomplished this year was the most worthwhile (something like creating a brochure, redesigning a website, launching a blog, etc.)\r\n\r\nIn the <a href=\"http://www.escapefromcubiclenation.com/2011/12/21/4-questions-to-ensure-2012-will-be-your-best-year-yet/\" target=\"_blank\">Escape from Cubicle Nation blog, Pam Slim urges you to ask yourself four questions</a>:\r\n<ol>\r\n	<li>What did I learn?</li>\r\n	<li>What am I grateful for?</li>\r\n	<li>What will I stop doing?</li>\r\n	<li>What will I start doing?</li>\r\n</ol>\r\nAlthough Ms. Slim is looking at personal growth, I think these questions are valid to determine what your marcomm efforts will be in the new year. Looking through your lists will help you move forward in 2012. The last two questions are especially key. If you found that something you have been doing provides no return on investment, STOP doing it. Start doing something different!\r\n\r\nPlease share your responses or any questions that you ask yourself at year\'s end.','Make your own list','','inherit','open','open','','1517-revision-2','','','2011-12-28 15:57:08','2011-12-28 15:57:08','',1517,'http://deborahbrody.com/2011/12/1517-revision-2/',0,'revision','',0),
(1529,4,'2012-01-10 14:15:10','2012-01-10 14:15:10','The Metro in Washington, DC is again considering hiking fares (<a href=\"http://www.washingtonpost.com/local/commuting/metro-proposes-5-percent-fare-increase/2012/01/06/gIQACLoumP_story.html\" target=\"_blank\">news story in today\'s Washington Post</a>). For those of you who don\'t live in this area, Metro raised its fares a little over a year ago.  Additionally, it made fares even more complex than they already were (there is no flat fare here in DC: there are regular fares and peak fares and the fare changes depending on the distance you are traveling) by adding a peak-of-the-peak fare. None of these changes were popular in 2010, and I assure a fare hike won\'t be welcomed in 2012.\r\n\r\nWhy am I discussing this? Because of this statement by Metro\'s General Manager Richard Sarles in the Washington Post:\r\n<blockquote>Metro officials, however, are promoting the simplification of fares as a plus. The new fare structure would eliminate the “peak-of-the-peak” rate, in which passengers pay a surcharge for riding the subway during the busiest weekday periods. <a href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/05/27/AR2010052704840.html\">It was implemented with the last round of fare increase, in 2010,</a> to ease crowding and encourage riders to use trains just outside the peak periods, but the strategy failed, Sarles said.\r\n\r\n<strong>“We weren’t accomplishing our policy objective, and we were just complicating the fare,” he said.</strong></blockquote>\r\nBasically, Metro thought that by increasing the fares at rush hour fewer people would use the train and this would reduce crowding. But that shows a basic lack of understanding of rush hour--people leave work at around the same time and that is what causes crowding--not the cost of the fare.\r\n\r\nThe strategy was based on an assumption, and was not successful as proven by ridership numbers. Metro is wise to discontinue this policy.  <strong>Strategies (and tactics) that don\'t provide intended results need to be ended.</strong> This is an important point for marketing and communications. How many times do you see a company engaging in the same tactic/strategy regardless of whether it is accomplishing its objective?\r\n\r\nTesting will help. And questioning assumptions will help too. Many people ASSUME things like: if we advertise,  people will know about us.\r\n\r\nBasing strategies on false or untested assumptions will lead to stupid, costly mistakes like Metro\'s peak-of-the-peak fare.\r\n\r\nWhat assumptions are you operating under? What strategies are you basing on those assumptions? Are these strategies really accomplishing your objectives?\r\n\r\nMy advice is to question both assumptions and strategies, and correct course if they are not working.','Testing strategies and the dangers of assumptions','','publish','open','open','','testing-strategies-and-the-dangers-of-assumptions','','','2012-01-10 14:17:00','2012-01-10 14:17:00','',0,'http://deborahbrody.com/?p=1529',0,'post','',0),
(1521,4,'2012-01-03 14:42:19','2012-01-03 14:42:19','My main wish for 2012 is that it ends up being a better year than 2011 (although that is not a very high bar). In terms of marketing communications, I offer you my top ten lists of what I wish to see more and less of.\r\n\r\nWhat I wish to see <span style=\"text-decoration: underline;\"><strong>more</strong></span> of:\r\n<ol>\r\n	<li> People/companies      who know the difference between strategy and tactics and that you can’t      substitute one for the other.</li>\r\n	<li>Easy-to-navigate      websites that include REAL contact      information and a comprehensive ABOUT page</li>\r\n	<li>Clever      taglines that actually communicate a message (like Red Lobster’s “Sea Food      Differently”)</li>\r\n	<li>Nonprofits      that understand that marketing communications are an important part of      their operations</li>\r\n	<li>People      who use effect and affect correctly (AKA better copyediting)</li>\r\n	<li>Plain      English</li>\r\n	<li>Thinking      of social media as a tool (like advertising) and not as a substitute for marketing communications as a whole.</li>\r\n	<li>Companies      and organizations that understand that the quality of their customer      service will directly impact their marketing efforts.</li>\r\n	<li>Personalized      LinkedIn invitations</li>\r\n	<li>Connecting      IRL (in real life) with social media friends and followers</li>\r\n</ol>\r\n&nbsp;\r\n\r\nWhat I wish to see <span style=\"text-decoration: underline;\"><strong>less</strong></span> of:\r\n\r\n&nbsp;\r\n<ol>\r\n	<li>The      search for the ROI of social media/Klout scores</li>\r\n	<li>Sexist      language (using terms like man hours) and sexist advertising (yes, I am      looking at you Budweiser and GoDaddy)</li>\r\n	<li>Grammatical      mistakes and typos (perennial wish of mine)</li>\r\n	<li>Check-ins</li>\r\n	<li>The      words utilize, monetize, incentivize; and clichéd/meaningless terms      including low hanging fruit, sweet spot, pivot point.</li>\r\n	<li>Sending      out too many enewsletters</li>\r\n	<li>LinkedIn      profiles without a headshot</li>\r\n	<li>Blatant      self promotion and re-tweeting of one’s own tweets/mentions</li>\r\n	<li>Overpriced      and overhyped social media conferences</li>\r\n	<li>Life      lessons and how to live advice from marketing/social media bloggers</li>\r\n</ol>\r\n&nbsp;\r\n\r\nWhat do you wish for in 2012?','Communications wishes for 2012','','publish','open','open','','communications-wishes-for-2012','','','2012-01-03 14:43:08','2012-01-03 14:43:08','',0,'http://deborahbrody.com/?p=1521',0,'post','',0),
(1522,4,'2012-01-03 14:41:25','2012-01-03 14:41:25','My main wish for 2012 is that it ends up being a better year than 2011 (although that is not a very high bar). In terms of marketing communications, I offer you my top ten lists of what I wish to see more and less of.\n\nWhat I wish to see more of:\n<ol>\n	<li> People/companies      who know the difference between strategy and tactics and that you can’t      substitute one for the other.</li>\n	<li>Easy-to-navigate      websites that include REAL contact      information and a comprehensive ABOUT page</li>\n	<li>Clever      taglines that actually communicate a message (like Red Lobster’s “Sea Food      Differently”)</li>\n	<li>Nonprofits      that understand that marketing communications are an important part of      their operations</li>\n	<li>People      who use effect and affect correctly</li>\n	<li>Plain      English</li>\n	<li>Thinking      of social media as a tool (like advertising) and not as a substitute for marketing communications as a whole.</li>\n	<li>Companies      and organizations that understand that the quality of their customer      service will directly impact their marketing efforts.</li>\n	<li>Personalized      LinkedIn invitations</li>\n	<li>Connecting      IRL (in real life) with social media friends and followers</li>\n</ol>\n&nbsp;\n\nWhat I wish to see less of:\n\n&nbsp;\n<ol>\n	<li>The      search for the ROI of social media/Klout scores</li>\n	<li>Sexist      language (using terms like man hours) and sexist advertising (yes, I am      looking at you Budweiser and GoDaddy)</li>\n	<li>Grammatical      mistakes and typos (perennial wish of mine), w</li>\n	<li>Check-ins</li>\n	<li>The      words utilize, monetize, incentivize; and clichéd/meaningless terms      including low hanging fruit, sweet spot, pivot point.</li>\n	<li>Sending      out too many enewsletters</li>\n	<li>LinkedIn      profiles without a headshot</li>\n	<li>Blatant      self promotion and re-tweeting of one’s own tweets/mentions</li>\n	<li>Overpriced      and overhyped social media conferences</li>\n	<li>Life      lessons and how to live advice from marketing/social media bloggers</li>\n</ol>\n&nbsp;\n\nWhat do you wish for in 2012?','Communications wishes for 2012','','inherit','open','open','','1521-revision','','','2012-01-03 14:41:25','2012-01-03 14:41:25','',1521,'http://deborahbrody.com/2012/01/1521-revision/',0,'revision','',0),
(1523,4,'2012-01-03 14:42:19','2012-01-03 14:42:19','My main wish for 2012 is that it ends up being a better year than 2011 (although that is not a very high bar). In terms of marketing communications, I offer you my top ten lists of what I wish to see more and less of.\r\n\r\nWhat I wish to see more of:\r\n<ol>\r\n	<li> People/companies      who know the difference between strategy and tactics and that you can’t      substitute one for the other.</li>\r\n	<li>Easy-to-navigate      websites that include REAL contact      information and a comprehensive ABOUT page</li>\r\n	<li>Clever      taglines that actually communicate a message (like Red Lobster’s “Sea Food      Differently”)</li>\r\n	<li>Nonprofits      that understand that marketing communications are an important part of      their operations</li>\r\n	<li>People      who use effect and affect correctly (AKA better copyediting)</li>\r\n	<li>Plain      English</li>\r\n	<li>Thinking      of social media as a tool (like advertising) and not as a substitute for marketing communications as a whole.</li>\r\n	<li>Companies      and organizations that understand that the quality of their customer      service will directly impact their marketing efforts.</li>\r\n	<li>Personalized      LinkedIn invitations</li>\r\n	<li>Connecting      IRL (in real life) with social media friends and followers</li>\r\n</ol>\r\n&nbsp;\r\n\r\nWhat I wish to see less of:\r\n\r\n&nbsp;\r\n<ol>\r\n	<li>The      search for the ROI of social media/Klout scores</li>\r\n	<li>Sexist      language (using terms like man hours) and sexist advertising (yes, I am      looking at you Budweiser and GoDaddy)</li>\r\n	<li>Grammatical      mistakes and typos (perennial wish of mine)</li>\r\n	<li>Check-ins</li>\r\n	<li>The      words utilize, monetize, incentivize; and clichéd/meaningless terms      including low hanging fruit, sweet spot, pivot point.</li>\r\n	<li>Sending      out too many enewsletters</li>\r\n	<li>LinkedIn      profiles without a headshot</li>\r\n	<li>Blatant      self promotion and re-tweeting of one’s own tweets/mentions</li>\r\n	<li>Overpriced      and overhyped social media conferences</li>\r\n	<li>Life      lessons and how to live advice from marketing/social media bloggers</li>\r\n</ol>\r\n&nbsp;\r\n\r\nWhat do you wish for in 2012?','Communications wishes for 2012','','inherit','open','open','','1521-revision-2','','','2012-01-03 14:42:19','2012-01-03 14:42:19','',1521,'http://deborahbrody.com/2012/01/1521-revision-2/',0,'revision','',0),
(1524,4,'2012-01-04 14:44:59','2012-01-04 14:44:59','Last night, FINALLY, the results of the Iowa Caucus gave us a more real sense of where people are headed in the GOP race. You can read about the results in this <a href=\"http://www.washingtonpost.com/politics/2012-iowa-caucus-primary-campaign-ends-with-candidate-attacks/2012/01/03/gIQAN2taYP_story.html?hpid=z1\" target=\"_blank\">Karen Tumulty story for the Washington Post.</a>\r\n\r\nAs you have probably heard <em>ad nauseum</em> the results may or may not indicate who the eventual GOP nominee will be. That said, I think we can draw the following three marketing communications lessons from the caucus:\r\n\r\n1. <strong>Advertising works</strong>. Furthermore, negative advertising is VERY powerful. Mitt Romney spent the most and won the caucus (OK, Romney\'s Super PAC spent the most...but that is another discussion).\r\n\r\n2. <strong>It\'s the message AND the messenger</strong>. The message is important, but perhaps not as important as the messenger. People vote for people they like, explaining why Santorum did so well.  Santorum comes across as a sincere, committed and caring person. And he rocks a sweater vest (and sweater vests are what grandads and jolly uncles wear, right?).  Gingrich, who came in at a distant fourth, comes across as pedantic and angry. Even his post-caucus speech was angry (I didn\'t watch it, but read commentary like this <a href=\"http://www.mrmediatraining.com/index.php/2012/01/04/the-iowa-caucus-speeches-the-winners-and-losers/\" target=\"_blank\">analysis from Mr. Media Training</a>).\r\n\r\n3. <strong>Be present.</strong> Jon Huntsman made the decision to skip Iowa, and the numbers show it. He came in with 0.6% of the vote.  <span style=\"text-decoration: underline;\">People like to see something they want to buy, not just hear about it.</span> Lots of pundits describe the Iowa caucus as true retail politics, where politicians meet and greet (in person) their potential supporters. You have to be the bricks and mortar in the case, and not just the virtual.\r\n\r\nWhat did you think? Any marketing lessons you took away?','Marcomm takeaways from the Iowa Caucus','','publish','open','open','','marcomm-takeaways-from-the-iowa-caucus','','\nhttp://www.mrmediatraining.com/index.php/2012/01/04/the-iowa-caucus-speeches-the-winners-and-losers/','2012-01-04 14:44:59','2012-01-04 14:44:59','',0,'http://deborahbrody.com/?p=1524',0,'post','',0),
(1525,4,'2012-01-04 14:44:33','2012-01-04 14:44:33','Last night, FINALLY, the results of the Iowa Caucus gave us a more real sense of where people are headed in the GOP race. You can read about the results in this <a href=\"http://www.washingtonpost.com/politics/2012-iowa-caucus-primary-campaign-ends-with-candidate-attacks/2012/01/03/gIQAN2taYP_story.html?hpid=z1\" target=\"_blank\">Karen Tumulty story for the Washington Post.</a>\n\nAs you have probably heard <em>ad nauseum</em> the results may or may not indicate who the eventual GOP nominee will be. That said, I think we can draw the following three marketing communications lessons from the caucus:\n\n1. <strong>Advertising works</strong>. Furthermore, negative advertising is VERY powerful. Mitt Romney spent the most and won the caucus (OK, Romney\'s Super PAC spent the most...but that is another discussion).\n\n2. <strong>It\'s the message AND the messenger</strong>. The message is important, but perhaps not as important as the messenger. People vote for people they like, explaining why Santorum did so well.  Santorum comes across as a sincere, committed and caring person. And he rocks a sweater vest (and sweater vests are what grandads and jolly uncles wear, right?).  Gingrich, who came in at a distant fourth, comes across as pedantic and angry. Even his post-caucus speech was angry (I didn\'t watch it, but read commentary like this <a href=\"http://www.mrmediatraining.com/index.php/2012/01/04/the-iowa-caucus-speeches-the-winners-and-losers/\" target=\"_blank\">analysis from Mr. Media Training</a>).\n\n3. <strong>Be present.</strong> Jon Huntsman made the decision to skip Iowa, and the numbers show it. He came in with 0.6% of the vote.  <span style=\"text-decoration: underline;\">People like to see something they want to buy, not just hear about it.</span> Lots of pundits describe the Iowa caucus as true retail politics, where politicians meet and greet (in person) their potential supporters. You have to be the bricks and mortar in the case, and not just the virtual.','Marcomm takeaways from the Iowa Caucus','','inherit','open','open','','1524-revision','','','2012-01-04 14:44:33','2012-01-04 14:44:33','',1524,'http://deborahbrody.com/2012/01/1524-revision/',0,'revision','',0),
(1526,4,'2012-01-06 15:03:54','2012-01-06 15:03:54','The two or three words that may well guarantee business success are any of these options:\r\n\r\n<strong>Happy holidays, Merry Christmas, Happy New Year, Happy Hanukkah, Happy Kwanzaa, Happy Thanksgiving, Season\'s Greetings, Best wishes.</strong>\r\n\r\nnot to mention the two most effective words in business:\r\n\r\n<strong>THANK YOU</strong>\r\n\r\nTwo to three words that work to show other people (customers, clients, vendors, business associates) that we are thinking of them. That we value the relationship. That we do not take them or their business for granted.\r\n\r\nThis year, I received a season\'s greetings card from my eye doctor! That was a first for me...I think most doctors take one\'s business for granted.\r\n\r\nThink about whom you received greetings from, and from whom you did not.  Any surprises? Also, if you ordered gifts or other merchandise online, did you receive a thank you for your order? If you didn\'t, would you buy from that retailer again?\r\n\r\nIf I feel my business is not valued, why would I continue to do business with that vendor/merchant/consultant/individual?\r\n\r\nPerhaps sending a greeting or saying thank you is not enough to GUARANTEE success, but it will help prove you think they are important to you. Making sure your customers and clients feel valued will help make it easier to continue to do business with them.\r\n\r\nWhat say you?','Can two or three words guarantee business success?','','publish','open','open','','can-two-or-three-words-guarantee-business-success','','','2012-01-06 16:06:54','2012-01-06 16:06:54','',0,'http://deborahbrody.com/?p=1526',0,'post','',1),
(1527,4,'2012-01-06 15:03:10','2012-01-06 15:03:10','The two or three words that may well guarantee business success are any of these options:\n\nHappy holidays, Merry Christmas, Happy New Year, Happy Hanukkah, Happy Kwanzaa, Happy Thanksgiving, Season\'s Greetings, Best wishes.\n\nnot to mention the two most effective words in business:\n\nTHANK YOU\n\nTwo to three words that work to show other people (customers, clients, vendors, business associates) that we are thinking of them. That we value the relationship. That we do not take them or their business for granted.\n\nThis year, I received greetings from my eye doctor! That was a first for me...I think most doctors take one\'s business for granted.\n\nThink about whom you received greetings from, and from whom you did not.  Any surprises? Also, if you ordered gifts or other merchandise online, did you receive a thank you for your order? If you didn\'t, would you buy from that retailer again?\n\nIf I feel my business is not valued, why would I continue to do business with that vendor/merchant/consultant/individual?\n\nPerhaps sending a greeting or saying thank you is not enough to GUARANTEE success, but it will help proveYet, making sure your customers and clients feel valued will help make it easier to continue to do business with them.\n\nWhat say you?','Can two or three words guarantee business success?','','inherit','open','open','','1526-revision','','','2012-01-06 15:03:10','2012-01-06 15:03:10','',1526,'http://deborahbrody.com/2012/01/1526-revision/',0,'revision','',0),
(1528,4,'2012-01-06 15:03:54','2012-01-06 15:03:54','The two or three words that may well guarantee business success are any of these options:\r\n\r\nHappy holidays, Merry Christmas, Happy New Year, Happy Hanukkah, Happy Kwanzaa, Happy Thanksgiving, Season\'s Greetings, Best wishes.\r\n\r\nnot to mention the two most effective words in business:\r\n\r\nTHANK YOU\r\n\r\nTwo to three words that work to show other people (customers, clients, vendors, business associates) that we are thinking of them. That we value the relationship. That we do not take them or their business for granted.\r\n\r\nThis year, I received greetings from my eye doctor! That was a first for me...I think most doctors take one\'s business for granted.\r\n\r\nThink about whom you received greetings from, and from whom you did not.  Any surprises? Also, if you ordered gifts or other merchandise online, did you receive a thank you for your order? If you didn\'t, would you buy from that retailer again?\r\n\r\nIf I feel my business is not valued, why would I continue to do business with that vendor/merchant/consultant/individual?\r\n\r\nPerhaps sending a greeting or saying thank you is not enough to GUARANTEE success, but it will help prove you think they are important to you. Making sure your customers and clients feel valued will help make it easier to continue to do business with them.\r\n\r\nWhat say you?','Can two or three words guarantee business success?','','inherit','open','open','','1526-revision-2','','','2012-01-06 15:03:54','2012-01-06 15:03:54','',1526,'http://deborahbrody.com/2012/01/1526-revision-2/',0,'revision','',0),
(1530,4,'2012-01-10 14:14:44','2012-01-10 14:14:44','The Metro in Washington, DC is again considering hiking fares (<a href=\"http://www.washingtonpost.com/local/commuting/metro-proposes-5-percent-fare-increase/2012/01/06/gIQACLoumP_story.html\" target=\"_blank\">news story in today\'s Washington Post</a>). For those of you who don\'t live in this area, Metro raised its fares a little over a year ago.  Additionally, it made fares even more complex than they are (there is no flat fare here in DC: there are regular fares and peak fares and the fare changes depending on the distance you are traveling) by adding a peak-of-the-peak fare. None of these changes were popular in 2010, and I assure you they won\'t be welcomed in 2012.\n\nWhy am I discussing this? Because of this statement by Metro\'s General Manager Richard Sarles in the Washington Post:\n<blockquote>Metro officials, however, are promoting the simplification of fares as a plus. The new fare structure would eliminate the “peak-of-the-peak” rate, in which passengers pay a surcharge for riding the subway during the busiest weekday periods. <a href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/05/27/AR2010052704840.html\">It was implemented with the last round of fare increase, in 2010,</a> to ease crowding and encourage riders to use trains just outside the peak periods, but the strategy failed, Sarles said.\n\n<strong>“We weren’t accomplishing our policy objective, and we were just complicating the fare,” he said.</strong></blockquote>\nBasically, Metro thought that by increasing the fares at rush hour fewer people would use the train and this would reduce crowding. But that shows a basic lack of understanding of rush hour--people leave work at around the same time and that is what causes crowding--not the cost of the fare.\n\nThe strategy was based on an assumption, and was not successful as proven by ridership numbers. Metro is wise to discontinue this policy.  <strong>Strategies (and tactics) that don\'t provide intended results need to be ended.</strong> This is an important point for marketing and communications. How many times do you see a company engaging in the same tactic/strategy regardless of whether it is accomplishing its objective?\n\nTesting will help. And questioning assumptions will help too. Many people ASSUME things like: if we advertise,  people will know about us.\n\nBasing strategies on false or untested assumptions will lead to stupid, costly mistakes like Metro\'s peak of the peak fare.\n\nWhat assumptions are you operating under? What strategies are you basing on those assumptions? Are these strategies really accomplishing your objectives?\n\nMy advice is to question both assumptions and strategies, and correct course if they are not working.','Testing strategies and the dangers of assumptions','','inherit','open','open','','1529-revision','','','2012-01-10 14:14:44','2012-01-10 14:14:44','',1529,'http://deborahbrody.com/2012/01/1529-revision/',0,'revision','',0),
(1531,4,'2012-01-10 14:16:15','2012-01-10 14:16:15','The Metro in Washington, DC is again considering hiking fares (<a href=\"http://www.washingtonpost.com/local/commuting/metro-proposes-5-percent-fare-increase/2012/01/06/gIQACLoumP_story.html\" target=\"_blank\">news story in today\'s Washington Post</a>). For those of you who don\'t live in this area, Metro raised its fares a little over a year ago.  Additionally, it made fares even more complex than they already were (there is no flat fare here in DC: there are regular fares and peak fares and the fare changes depending on the distance you are traveling) by adding a peak-of-the-peak fare. None of these changes were popular in 2010, and I assure a fare hike won\'t be welcomed in 2012.\n\nWhy am I discussing this? Because of this statement by Metro\'s General Manager Richard Sarles in the Washington Post:\n<blockquote>Metro officials, however, are promoting the simplification of fares as a plus. The new fare structure would eliminate the “peak-of-the-peak” rate, in which passengers pay a surcharge for riding the subway during the busiest weekday periods. <a href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/05/27/AR2010052704840.html\">It was implemented with the last round of fare increase, in 2010,</a> to ease crowding and encourage riders to use trains just outside the peak periods, but the strategy failed, Sarles said.\n\n<strong>“We weren’t accomplishing our policy objective, and we were just complicating the fare,” he said.</strong></blockquote>\nBasically, Metro thought that by increasing the fares at rush hour fewer people would use the train and this would reduce crowding. But that shows a basic lack of understanding of rush hour--people leave work at around the same time and that is what causes crowding--not the cost of the fare.\n\nThe strategy was based on an assumption, and was not successful as proven by ridership numbers. Metro is wise to discontinue this policy.  <strong>Strategies (and tactics) that don\'t provide intended results need to be ended.</strong> This is an important point for marketing and communications. How many times do you see a company engaging in the same tactic/strategy regardless of whether it is accomplishing its objective?\n\nTesting will help. And questioning assumptions will help too. Many people ASSUME things like: if we advertise,  people will know about us.\n\nBasing strategies on false or untested assumptions will lead to stupid, costly mistakes like Metro\'s peak of the peak fare.\n\nWhat assumptions are you operating under? What strategies are you basing on those assumptions? Are these strategies really accomplishing your objectives?\n\nMy advice is to question both assumptions and strategies, and correct course if they are not working.','Testing strategies and the dangers of assumptions','','inherit','open','open','','1529-autosave','','','2012-01-10 14:16:15','2012-01-10 14:16:15','',1529,'http://deborahbrody.com/2012/01/1529-autosave/',0,'revision','',0),
(1532,4,'2012-01-10 14:15:10','2012-01-10 14:15:10','The Metro in Washington, DC is again considering hiking fares (<a href=\"http://www.washingtonpost.com/local/commuting/metro-proposes-5-percent-fare-increase/2012/01/06/gIQACLoumP_story.html\" target=\"_blank\">news story in today\'s Washington Post</a>). For those of you who don\'t live in this area, Metro raised its fares a little over a year ago.  Additionally, it made fares even more complex than they are (there is no flat fare here in DC: there are regular fares and peak fares and the fare changes depending on the distance you are traveling) by adding a peak-of-the-peak fare. None of these changes were popular in 2010, and I assure you they won\'t be welcomed in 2012.\r\n\r\nWhy am I discussing this? Because of this statement by Metro\'s General Manager Richard Sarles in the Washington Post:\r\n<blockquote>Metro officials, however, are promoting the simplification of fares as a plus. The new fare structure would eliminate the “peak-of-the-peak” rate, in which passengers pay a surcharge for riding the subway during the busiest weekday periods. <a href=\"http://www.washingtonpost.com/wp-dyn/content/article/2010/05/27/AR2010052704840.html\">It was implemented with the last round of fare increase, in 2010,</a> to ease crowding and encourage riders to use trains just outside the peak periods, but the strategy failed, Sarles said.\r\n\r\n<strong>“We weren’t accomplishing our policy objective, and we were just complicating the fare,” he said.</strong></blockquote>\r\nBasically, Metro thought that by increasing the fares at rush hour fewer people would use the train and this would reduce crowding. But that shows a basic lack of understanding of rush hour--people leave work at around the same time and that is what causes crowding--not the cost of the fare.\r\n\r\nThe strategy was based on an assumption, and was not successful as proven by ridership numbers. Metro is wise to discontinue this policy.  <strong>Strategies (and tactics) that don\'t provide intended results need to be ended.</strong> This is an important point for marketing and communications. How many times do you see a company engaging in the same tactic/strategy regardless of whether it is accomplishing its objective?\r\n\r\nTesting will help. And questioning assumptions will help too. Many people ASSUME things like: if we advertise,  people will know about us.\r\n\r\nBasing strategies on false or untested assumptions will lead to stupid, costly mistakes like Metro\'s peak of the peak fare.\r\n\r\nWhat assumptions are you operating under? What strategies are you basing on those assumptions? Are these strategies really accomplishing your objectives?\r\n\r\nMy advice is to question both assumptions and strategies, and correct course if they are not working.','Testing strategies and the dangers of assumptions','','inherit','open','open','','1529-revision-2','','','2012-01-10 14:15:10','2012-01-10 14:15:10','',1529,'http://deborahbrody.com/2012/01/1529-revision-2/',0,'revision','',0),
(1533,4,'2012-01-11 17:00:29','2012-01-11 17:00:29','Sally Falkow writes today in <a href=\"http://www.proactivereport.com/c/pr/good-writing-remains-a-core-pr-skill/\" target=\"_blank\">her blog, The Proactive Repor</a>t, that good writing should be considered a primary public relations skill. I agree (and I wrote about that in my post <a title=\"Qualities of a PR Pro\" href=\"http://deborahbrody.com/2010/03/qualities-of-a-pr-pro/\">Qualities of a PR Pro</a>).\r\n\r\nThe question is not whether PR people should know how to write well, but why they don\'t. April Finnen (@AprilFin) , who writes the blog <a href=\"http://onepersonshop.com/\" target=\"_blank\">One Person Shop</a>, said in a Twitter exchange with me:\r\n<blockquote>\"I think a big part of it is that good writing comes from good thinking, and that\'s becoming harder to find.\"</blockquote>\r\nI answered:\r\n<blockquote>Certainly true, but I do think many people just don\'t do enough reading either (maybe that\'s related to lack of thinking...)</blockquote>\r\nTo which April responded:\r\n<blockquote>\"Agree. If you can find a curious PR pro who reads everything, pretty safe bet they\'re a good writer.\"</blockquote>\r\nIn my opinion, writing well is disappearing because people are reading less. Why is this happening? It may be because they are not curious, not interested, not thinking, working too hard,  or any number of other reasons.\r\n\r\nIf it is lack of curiosity or good thinking, as April says, how are these PR \"pros\" going to come up with strategies to drive a message?\r\n\r\nI can\'t tell you how many PR people I have met who don\'t ever read books for pleasure or even a daily newspaper. How many PR firms offer grammar and writing courses for their associates? How many PR pros today were English majors in college? Fewer and fewer thanks to the devaluing of liberal arts education and the rise of career-focused majors. If all you studied in college was how to create a PR campaign, but you never read a classic novel, how are you going to appreciate the power of language to convey meaning and emotion?\r\n\r\nDo you have thoughts on why good writing is on the decline? Please do share!','Why is writing well a disappearing skill?','','publish','open','open','','why-is-writing-well-a-disappearing-skill','','','2012-01-11 17:02:10','2012-01-11 17:02:10','',0,'http://deborahbrody.com/?p=1533',0,'post','',0),
(1535,4,'2012-01-11 15:20:51','2012-01-11 15:20:51','Sally Falkow writes today in <a href=\"http://www.proactivereport.com/c/pr/good-writing-remains-a-core-pr-skill/\" target=\"_blank\">her blog The Proactive Repor</a>t that good writing should be considered a primary public relations skill. I agree (and I wrote about that i<a title=\"Qualities of a PR Pro\" href=\"http://deborahbrody.com/2010/03/qualities-of-a-pr-pro/\">n my post </a>Qualities of a PR Pro a couple of years ago).\n\nThe question is not whether PR people should know how to write well, but why they don\'t. April Finnen (@AprilFin) , who writes the blog <a href=\"http://onepersonshop.com/\" target=\"_blank\">One Person Shop</a>, said in a Twitter exchange with me:\n<blockquote>\"I think a big part of it is that good writing comes from good thinking, and that\'s becoming harder to find.\"</blockquote>\nI answered:\n<blockquote>Certainly true, but I do think many people just don\'t do enough reading either (maybe that\'s related to lack of thinking...)</blockquote>\nTo which April responded:\n<blockquote>\"Agree. If you can find a curious PR pro who reads everything, pretty safe bet they\'re a good writer.\"</blockquote>\nIn my opinion, writing well is disappearing because people are reading less. Why is this happening? It may be because they are not curious, not interested, not thinking, working too hard,  etc.\n\nIf it is lack of curiosity or good thinking, as April says, how are these PR \"pros\" going to come up with strategies to drive a message?\n\nI can\'t tell you how many PR people I have met who don\'t read books for pleasure or even a daily newspaper. How many PR firms offer grammar and writing courses for their associates? How many PR pros today were English majors in college? Fewer and fewer thanks to the devaluing of liberal arts education and the rise of career-focused majors. If all you studied in college was how to create a PR campaign, but you never read a classic novel, how are you going to appreciate the power of language to convey meaning and emotion?\n\nDo you have thoughts on why good writing is on the decline? Please do share!','Why is writing well a disappearing skill?','','inherit','open','open','','1533-revision','','','2012-01-11 15:20:51','2012-01-11 15:20:51','',1533,'http://deborahbrody.com/2012/01/1533-revision/',0,'revision','',0),
(1544,4,'2012-01-19 16:09:44','2012-01-19 16:09:44','Inbound marketing vs. outbound marketing--which is better?\r\n\r\nClearly, if you are a business looking for customers, inbound marketing, where people come to you, is better. If potential customers find you, without you having to go out to find them, means something is attracting them to your offering.\r\n\r\nOutbound marketing is where you are spending time and money to find prospective customers who are not otherwise attracted to your offering. It is harder and more costly.\r\n\r\nLately, I have seen a variation of inbound marketing,which is the attempt by businesses to find vendors (not customers)  by asking people to apply for the job.  Similarly, some employers find employees by advertising a position and accepting resumes for it, which often results in receiving an overwhelming amount of resumes where a high percentage of the applicants are not suited for the job. This is why some employers hire headhunters, who search for someone fulfilling the exact qualifications the employer is looking for.\r\n\r\nToday I came across this posting:\r\n<blockquote>I am launching a small site for my new business and I am in need of a copywriter to polish the content on the site.\r\n\r\nIt is a small project about 5 pages tops.\r\n\r\nIf you\'re interested please send me a description of your experience, contact information, and your hourly rate.\r\n\r\nNo resumes please. Convince me.</blockquote>\r\nWhen I saw this, I was intrigued at first and considered \"applying.\" Then , on second thought, I asked myself why this person would put up a posting  like this. First of all, she describes it as a small project. This is probably code for low-budget. And then, that last sentence: Convince me. She is looking for someone to blow her away. It doesn\'t look like a promising situation because it seems this person is looking for someone to write amazing copy at a cut rate price, which may be good for her but not very good for me.\r\n\r\nIs this how you find vendors? I don\'t. I have found vendors by using several ways:\r\n<ul>\r\n	<li>Asking trusted sources</li>\r\n	<li>Searching for vendors who do what I need (for example, doing a Google search of flooring sales in Rockville)</li>\r\n	<li>Using ratings websites like Angie\'s List</li>\r\n</ul>\r\nIn this way, I am in control of the vendors I contact. And for the vendors, it is inbound marketing, which is more efficient.\r\n\r\nWhat do you say? If you are a vendor, do you (should you) respond to these queries? If you are looking for a vendor, is this the best way to go?\r\n\r\n&nbsp;','How do you find vendors (or employees)?','','publish','open','open','','how-do-you-find-vendors-or-employees','','','2012-01-19 16:09:44','2012-01-19 16:09:44','',0,'http://deborahbrody.com/?p=1544',0,'post','',0),
(1537,4,'2012-01-11 16:59:45','2012-01-11 16:59:45','Sally Falkow writes today in <a href=\"http://www.proactivereport.com/c/pr/good-writing-remains-a-core-pr-skill/\" target=\"_blank\">her blog, The Proactive Repor</a>t, that good writing should be considered a primary public relations skill. I agree (and I wrote about that in my post <a title=\"Qualities of a PR Pro\" href=\"http://deborahbrody.com/2010/03/qualities-of-a-pr-pro/\">Qualities of a PR Pro</a>).\n\nThe question is not whether PR people should know how to write well, but why they don\'t. April Finnen (@AprilFin) , who writes the blog <a href=\"http://onepersonshop.com/\" target=\"_blank\">One Person Shop</a>, said in a Twitter exchange with me:\n<blockquote>\"I think a big part of it is that good writing comes from good thinking, and that\'s becoming harder to find.\"</blockquote>\nI answered:\n<blockquote>Certainly true, but I do think many people just don\'t do enough reading either (maybe that\'s related to lack of thinking...)</blockquote>\nTo which April responded:\n<blockquote>\"Agree. If you can find a curious PR pro who reads everything, pretty safe bet they\'re a good writer.\"</blockquote>\nIn my opinion, writing well is disappearing because people are reading less Why is this happening? It may be because they are not curious, not interested, not thinking, working too hard,  etc.\n\nIf it is lack of curiosity or good thinking, as April says, how are these PR \"pros\" going to come up with strategies to drive a message?\n\nI can\'t tell you how many PR people I have met who don\'t read books for pleasure or even a daily newspaper. How many PR firms offer grammar and writing courses for their associates? How many PR pros today were English majors in college? Fewer and fewer thanks to the devaluing of liberal arts education and the rise of career-focused majors. If all you studied in college was how to create a PR campaign, but you never read a classic novel, how are you going to appreciate the power of language to convey meaning and emotion?\n\nDo you have thoughts on why good writing is on the decline? Please do share!','Why is writing well a disappearing skill?','','inherit','open','open','','1533-revision-2','','','2012-01-11 16:59:45','2012-01-11 16:59:45','',1533,'http://deborahbrody.com/2012/01/1533-revision-2/',0,'revision','',0),
(1538,4,'2012-01-11 17:00:29','2012-01-11 17:00:29','Sally Falkow writes today in <a href=\"http://www.proactivereport.com/c/pr/good-writing-remains-a-core-pr-skill/\" target=\"_blank\">her blog, The Proactive Repor</a>t, that good writing should be considered a primary public relations skill. I agree (and I wrote about that in my post <a title=\"Qualities of a PR Pro\" href=\"http://deborahbrody.com/2010/03/qualities-of-a-pr-pro/\">Qualities of a PR Pro</a>).\r\n\r\nThe question is not whether PR people should know how to write well, but why they don\'t. April Finnen (@AprilFin) , who writes the blog <a href=\"http://onepersonshop.com/\" target=\"_blank\">One Person Shop</a>, said in a Twitter exchange with me:\r\n<blockquote>\"I think a big part of it is that good writing comes from good thinking, and that\'s becoming harder to find.\"</blockquote>\r\nI answered:\r\n<blockquote>Certainly true, but I do think many people just don\'t do enough reading either (maybe that\'s related to lack of thinking...)</blockquote>\r\nTo which April responded:\r\n<blockquote>\"Agree. If you can find a curious PR pro who reads everything, pretty safe bet they\'re a good writer.\"</blockquote>\r\nIn my opinion, writing well is disappearing because people are reading less Why is this happening? It may be because they are not curious, not interested, not thinking, working too hard,  etc.\r\n\r\nIf it is lack of curiosity or good thinking, as April says, how are these PR \"pros\" going to come up with strategies to drive a message?\r\n\r\nI can\'t tell you how many PR people I have met who don\'t ever read books for pleasure or even a daily newspaper. How many PR firms offer grammar and writing courses for their associates? How many PR pros today were English majors in college? Fewer and fewer thanks to the devaluing of liberal arts education and the rise of career-focused majors. If all you studied in college was how to create a PR campaign, but you never read a classic novel, how are you going to appreciate the power of language to convey meaning and emotion?\r\n\r\nDo you have thoughts on why good writing is on the decline? Please do share!','Why is writing well a disappearing skill?','','inherit','open','open','','1533-revision-3','','','2012-01-11 17:00:29','2012-01-11 17:00:29','',1533,'http://deborahbrody.com/2012/01/1533-revision-3/',0,'revision','',0),
(1554,4,'2012-01-31 15:03:08','2012-01-31 15:03:08','Although pander has some decidedly unsavory definitions (t<a href=\"http://www.thefreedictionary.com/pandering\" target=\"_blank\">o act as a go-between in sexual intrigues, for example</a>) I am using this definition: to cater or to indulge.\r\n\r\nPoliticians seem to be always pandering, saying things they think cater to the audience they are speaking to or trying to appeal to. We saw this a week ago, when President Obama gave his State of the Union speech and he most decidedly pandered to the people who think they are on the short end of the wealth stick in this country. Here\'s an excerpt:\r\n<blockquote>We can either settle for a country where a shrinking number of people do really well, while a growing number of Americans barely get by, or we can restore an economy where everyone gets a fair shot, and everyone does their fair share, and everyone plays by the same set of rules.</blockquote>\r\nAnd then this:\r\n<blockquote>So let me put colleges and universities on notice: If you can’t stop tuition from going up, the funding you get from taxpayers will go down. Higher education can’t be a luxury. It is an economic imperative that every family in America should be able to afford.</blockquote>\r\nTo me it\'s clear Obama thinks he needs these people to vote for him in November.\r\n\r\nThen there is Newt Gingrich pandering to the Jewish vote in Florida by <a href=\"http://www.politico.com/blogs/burns-haberman/2012/01/newt-slams-romney-on-kosher-food-112783.html\" target=\"_blank\">saying that Romney voted to eliminate serving kosher food to elderly people under Medicaid. </a>\r\n\r\nRick Santorum (and when they were still in the race, Rick Perry and Michelle Bachmann) panders to the homophobic vote (although he probably calls it the family values vote) by opposing same-sex marriage.\r\n\r\nWe have seen all GOP candidates this year pander to the racist vote by emphasizing that Obama is an \"other\" (Gingrich called him a \"food stamp president\" and the other candidates have called him everything from a socialist to other negative descriptors).\r\n\r\nIn short, politicians will say anything to get a vote. The problem with pandering is that it assumes the audience can\'t see it is being pandered to. And then there is the fact that different audiences might have conflicting needs from one another and the candidate that panders to one might necessarily offend another or end up contradicting him/herself.\r\n\r\nIn marketing, we believe in tailoring a message to the target audience. However, we also believe that messages should be clear and CONSISTENT.  If a business employed a shifting message strategy, it would quickly lose customers. Why do we tolerate this shift from politicians?\r\n\r\n<strong>ADDENDUM</strong>: Just came across this piece on CNN.com: <a href=\"http://www.cnn.com/2012/01/31/opinion/navarrette-immigration-gop/index.html?hpt=hp_t1\" target=\"_blank\">Latinos won\'t forget Romney\'s anti-immigrant talk</a>. Author Ruben Navarrette says this:\r\n<blockquote>the dishonest and cynical way in which the former governor of Massachusetts has dealt with the immigration issue on the campaign trail shows that he has a problem being consistent.</blockquote>\r\nNavarrette goes on to discuss how Romney held a strong line against amnesty, but now has softened his approach to PANDER to the Latino vote.\r\n<blockquote>Now as he competes this week for Hispanic votes in Florida -- and, on Feb 4, in Nevada, where Latinos account for 26.5 percent of the population -- Romney must be hoping that Latinos have bad memories.\r\n\r\nWe don\'t. We never forget a slight. And, in that respect, Romney has given us plenty to remember.</blockquote>','Politicians, pandering and the shifting message','','publish','open','open','','politicians-pandering-and-the-shifting-message','','','2012-01-31 17:37:31','2012-01-31 17:37:31','',0,'http://deborahbrody.com/?p=1554',0,'post','',0),
(1540,4,'2012-01-17 15:20:56','2012-01-17 15:20:56','The last post here was about why writing skills might be in decline, and my assertion that it is because people are not reading enough. Today, Gini Dietrich writes in her S<a href=\"http://spinsucks.com/entrepreneur/reading-fiction-helps-your-career/\" target=\"_blank\">pin Sucks blog that reading fiction is beneficial to your career</a> because, among other benefits, it helps fine-tune you social skills, especially your empathy.\r\n\r\nSo, in addition to helping you recognize good writing, expose you to new worlds, teach you new vocabulary and ways of seeing, reading can help you build better connections and be better at work.\r\n\r\nYet, reading alone will not result in a fabulous, well rounded writer/emotionally intelligent being. <strong>You have to practice. You have to interact.</strong> Someone whose nose is always in a book, and who never emerges to deal with the real world is probably not going to be very emotionally intelligent. Also, if you never write and get edited, your writing is never going to improve.\r\n\r\nThe Costa Concordia, in case you haven\'t seen the news in the past two days, is a luxury Mediterranean cruise ship that ran aground near Italy, and sank, killing at least six people onboard.  Last night, on the CBS News, it was reported that the crew did not initially inform the passengers appropriately about the impending disaster. They downplayed the danger, and that led to chaos. Some passengers took matters into their own hands.\r\n\r\nIt seems that people\'s first reaction to bad news is disbelief. They act as if nothing is wrong. Perhaps that\'s what happened to the Costa Concordia\'s crew. Unfortunately, this type of disbelief can lead to tragedy.  There is a also desire to minimize problems.\r\n\r\nThis is why crisis communication training is so important. When crisis happens, reliable information is key. Denial and misinformation will make a bad situation worse.\r\n\r\nAny thoughts? Please share in the comments.','More about reading; and thoughts about the Costa Concordia','','publish','open','open','','more-about-reading-and-thoughts-about-the-costa-concordia','','\nhttp://spinsucks.com/entrepreneur/reading-fiction-helps-your-career/','2012-01-17 15:20:56','2012-01-17 15:20:56','',0,'http://deborahbrody.com/?p=1540',0,'post','',1),
(1541,4,'2012-01-17 15:19:21','2012-01-17 15:19:21','The last post here was about why writing skills might be in decline, and my assertion that it is because people are not reading enough. Today, Gini Dietrich writes in her S<a href=\"http://spinsucks.com/entrepreneur/reading-fiction-helps-your-career/\" target=\"_blank\">pin Sucks blog that reading fiction is beneficial to your career</a> because, among other benefits, it helps fine-tune you social skills, especially your empathy.\n\nSo, in addition to helping you recognize good writing, expose you to new worlds, teach you new vocabulary and ways of seeing, reading can help you build better connections and be better at work.\n\nYet, reading alone will not result in a fabulous, well rounded writer/emotionally intelligent being. <strong>You have to practice. You have to interact.</strong> Someone whose nose is always in a book, and who never emerges to deal with the real world is probably not going to be very emotionally intelligent. Also, if you never write and get edited, your writing is never going to improve.\n\nThe Costa Concordia, in case you haven\'t seen the news in the past two days, is a luxury Mediterranean cruise ship that ran aground near Italy, and sank, killing at least six people onboard.  Last night, on the CBS News, it was reported that the crew did not initially inform the passengers appropriately about the impending disaster. They downplayed the danger, and that led to chaos. Some passengers took matters into their own hands.\n\nIt seems that people\'s first reaction to bad news is disbelief. They act as if nothing is wrong. Perhaps that\'s what happened to the Costa Concordia\'s crew. Unfortunately, this type of disbelief can lead to tragedy.  There is a also desire to minimize problems.\n\nThis is why crisis communication training is so important. When crisis happens, reliable information is key. Denial and misinformation','More about reading; and thoughts about the Costa Concordia','','inherit','open','open','','1540-revision','','','2012-01-17 15:19:21','2012-01-17 15:19:21','',1540,'http://deborahbrody.com/2012/01/1540-revision/',0,'revision','',0),
(1542,4,'2012-01-17 15:20:05','2012-01-17 15:20:05','The last post here was about why writing skills might be in decline, and my assertion that it is because people are not reading enough. Today, Gini Dietrich writes in her S<a href=\"http://spinsucks.com/entrepreneur/reading-fiction-helps-your-career/\" target=\"_blank\">pin Sucks blog that reading fiction is beneficial to your career</a> because, among other benefits, it helps fine-tune you social skills, especially your empathy.\r\n\r\nSo, in addition to helping you recognize good writing, expose you to new worlds, teach you new vocabulary and ways of seeing, reading can help you build better connections and be better at work.\r\n\r\nYet, reading alone will not result in a fabulous, well rounded writer/emotionally intelligent being. <strong>You have to practice. You have to interact.</strong> Someone whose nose is always in a book, and who never emerges to deal with the real world is probably not going to be very emotionally intelligent. Also, if you never write and get edited, your writing is never going to improve.\r\n\r\nThe Costa Concordia, in case you haven\'t seen the news in the past two days, is a luxury Mediterranean cruise ship that ran aground near Italy, and sank, killing at least six people onboard.  Last night, on the CBS News, it was reported that the crew did not initially inform the passengers appropriately about the impending disaster. They downplayed the danger, and that led to chaos. Some passengers took matters into their own hands.\r\n\r\nIt seems that people\'s first reaction to bad news is disbelief. They act as if nothing is wrong. Perhaps that\'s what happened to the Costa Concordia\'s crew. Unfortunately, this type of disbelief can lead to tragedy.  There is a also desire to minimize problems.\r\n\r\nThis is why crisis communication training is so important. When crisis happens, reliable information is key. Denial and misinformation will make a bad situation worse.\r\n\r\nAny thoughts? Please share in the comments.','More about reading; and thoughts about the Costa Concordia','','inherit','open','open','','1540-revision-2','','','2012-01-17 15:20:05','2012-01-17 15:20:05','',1540,'http://deborahbrody.com/2012/01/1540-revision-2/',0,'revision','',0),
(1543,4,'2012-01-17 22:06:37','2012-01-17 22:06:37','The last post here was about why writing skills might be in decline, and my assertion that it is because people are not reading enough. Today, Gini Dietrich writes in her S<a href=\"http://spinsucks.com/entrepreneur/reading-fiction-helps-your-career/\" target=\"_blank\">pin Sucks blog that reading fiction is beneficial to your career</a> because, among other benefits, it helps fine-tune you social skills, especially your empathy.\n\nSo, in addition to helping you recognize good writing, expose you to new worlds, teach you new vocabulary and ways of seeing, reading can help you build better connections and be better at work.\n\nYet, reading alone will not result in a fabulous, well rounded writer/emotionally intelligent being. <strong>You have to practice. You have to interact.</strong> Someone whose nose is always in a book, and who never emerges to deal with the real world is probably not going to be very emotionally intelligent. Also, if you never write and get edited, your writing is never going to improve.\n\nThe Costa Concordia, in case you haven\'t seen the news in the past two days, is a luxury Mediterranean cruise ship that ran aground near Italy, and sank, killing at least six people onboard.  Last night, on the CBS News, it was reported that the crew did not initially inform the passengers appropriately about the impending disaster. They downplayed the danger, and that led to chaos. Some passengers took matters into their own hands.\n\nIt seems that people\'s first reaction to bad news is disbelief. They act as if nothing is wrong. Perhaps that\'s what happened to the Costa Concordia\'s crew. Unfortunately, this type of disbelief can lead to tragedy.  There is a also desire to minimize problems.\n\nThis is why crisis communication training is so important. When crisis happens, reliable information is key. Denial and misinformation will make a bad situation worse.\n\nAny thoughts? Please share in the comments.','More about reading; and thoughts about the Costa Concordia','','inherit','open','open','','1540-autosave','','','2012-01-17 22:06:37','2012-01-17 22:06:37','',1540,'http://deborahbrody.com/2012/01/1540-autosave/',0,'revision','',0),
(1545,4,'2012-01-19 16:09:30','2012-01-19 16:09:30','Inbound marketing vs. outbound marketing--which is better?\n\nClearly, if you are a business looking for customers, inbound marketing, where people come to you, is better. If potential customers find you, without you having to go out to find them, means something is attracting them to your offering.\n\nOutbound marketing is where you are spending time and money to find prospective customers who are not otherwise attracted to your offering. It is harder and more costly.\n\nLately, I have seen a variation of inbound marketing,which is the attempt by businesses to find vendors (not customers)  by asking people to apply for the job.  Similarly, some employers find employees by advertising a position and accepting resumes for it, which often results in receiving an overwhelming amount of resumes where a high percentage of the applicants are not suited for the job. This is why some employers hire headhunters, who search for someone fulfilling the exact qualifications the employer is looking for.\n\nToday I came across this posting:\n<blockquote>I am launching a small site for my new business and I am in need of a copywriter to polish the content on the site.\n\nIt is a small project about 5 pages tops.\n\nIf you\'re interested please send me a description of your experience, contact information, and your hourly rate.\n\nNo resumes please. Convince me.</blockquote>\nWhen I saw this, I was intrigued at first and considered \"applying.\" Then , on second thought, I asked myself why this person would put up a posting  like this. First of all, she describes it as a small project. This is probably code for low-budget. And then, that last sentence: Convince me. She is looking for someone to blow her away. It doesn\'t look like a promising situation because it seems this person is looking for someone to write amazing copy at a cut rate price, which may be good for her but not very good for me.\n\nIs this how you find vendors? I don\'t. I have found vendors by using several ways:\n<ul>\n	<li>Asking trusted sources</li>\n	<li>Searching for vendors who do what I need (for example, doing a Google search of flooring sales in Rockville)</li>\n	<li>Using ratings websites like Angie\'s List</li>\n</ul>\nIn this way, I am in control of the vendors I contact. And for the vendors, it is inbound marketing, which is more efficient.\n\nWhat do you say? If you are a vendor, do you (should you) respond to these queries? If you are looking for a vendor, is this the best way to go?\n\n&nbsp;','How do you find vendors (or employees)?','','inherit','open','open','','1544-revision','','','2012-01-19 16:09:30','2012-01-19 16:09:30','',1544,'http://deborahbrody.com/2012/01/1544-revision/',0,'revision','',0),
(1546,4,'2012-01-20 15:59:07','2012-01-20 15:59:07','Show <em>and</em> tell.  Sure you can just show, or you can just tell, but believe me, doing both will be more effective. I promise.\r\n\r\nWhat makes me even write about this? Well, it turns out I am in the market for some dining room furniture, and have been looking through Craigslist to see if I can find anything appropriate and within budget. In any case, I have come across a great many postings that say something like this:\r\n\r\nLike new dining room set with 6 chairs, extension leaf. Contemporary style.\r\n\r\nBut there is no picture. No picture for me to see if I like the style or the color or anything. You have to have a picture if you want to sell a dining room set...or anything else that people buy based on looks!\r\n\r\n<strong>Tell, and show.</strong>\r\n\r\nShowing alone doesn\'t do the trick either. Some people (and many of these are marketers who paid lots and lots of money for a fine looking website/brochure/advertisement) think fancy graphics and beautiful design will compensate for a lack of content.\r\n\r\nNo. No. No.\r\n\r\nA potential client was telling me she was looking for \"sexy\" copy to relaunch her website. I asked her if she could point to websites in her field that she deemed to be \"sexy.\" She sent me to a much more attractive website than hers. But guess what, the content was just as deadly dull and meaningless as hers. It just looked better (ok, much better).\r\n\r\n<strong>Show, and tell.</strong>\r\n\r\nPretty but empty does not sell your product or service. People need information--both visual and intellectual--to make a buying decision.','Show and tell','','publish','open','open','','show-and-tell','','','2012-01-20 15:59:07','2012-01-20 15:59:07','',0,'http://deborahbrody.com/?p=1546',0,'post','',0),
(1547,4,'2012-01-20 15:58:26','2012-01-20 15:58:26','Show <em>and</em> tell.  Sure you can just show, or you can just tell, but believe me, doing both will be more effective. I promise.\n\nWhat makes me even write about this? Well, it turns out I am in the market for some dining room furniture, and have been looking through Craigslist to see if I can find anything appropriate and within budget. In any case, I have come across a great many postings that say something like this:\n\nLike new dining room set with 6 chairs, extension leaf. Contemporary style.\n\nBut there is no picture. No picture for me to see if I like the style or the color or anything. You have to have a picture if you want to sell a dining room set...or anything else that people buy based on looks!\n\n<strong>Tell, and show.</strong>\n\nShowing alone doesn\'t do the trick either. Some people (and many of these are marketers who paid lots and lots of money for a fine looking website/brochure/advertisement) think fancy graphics and beautiful design will compensate for a lack of content.\n\nNo. No. No.\n\nA potential client was telling me she was looking for \"sexy\" copy to relaunch her website. I asked her if she could point to websites in her field that she deemed to be \"sexy.\" She sent me to a much more attractive website than hers. But guess what, the content was just as deadly dull and meaningless as hers. It just looked better (ok, much better).\n\n<strong>Show, and tell.</strong>\n\nPretty but empty does not sell your product or service. People need information--both visual and intellectual--to make a buying decision.','Show and tell','','inherit','open','open','','1546-revision','','','2012-01-20 15:58:26','2012-01-20 15:58:26','',1546,'http://deborahbrody.com/2012/01/1546-revision/',0,'revision','',0),
(1548,4,'2012-01-20 16:00:18','2012-01-20 16:00:18','Show <em>and</em> tell.  Sure you can just show, or you can just tell, but believe me, doing both will be more effective. I promise.\n\nWhat makes me even write about this? Well, it turns out I am in the market for some dining room furniture, and have been looking through Craigslist to see if I can find anything appropriate and within budget. In any case, I have come across a great many postings that say something like this:\n\nLike new dining room set with 6 chairs, extension leaf. Contemporary style.\n\nBut there is no picture. No picture for me to see if I like the style or the color or anything. You have to have a picture if you want to sell a dining room set...or anything else that people buy based on looks!\n\n<strong>Tell, and show.</strong>\n\nShowing alone doesn\'t do the trick either. Some people (and many of these are marketers who paid lots and lots of money for a fine looking website/brochure/advertisement) think fancy graphics and beautiful design will compensate for a lack of content.\n\nNo. No. No.\n\nA potential client was telling me she was looking for \"sexy\" copy to relaunch her website. I asked her if she could point to websites in her field that she deemed to be \"sexy.\" She sent me to a much more attractive website than hers. But guess what, the content was just as deadly dull and meaningless as hers. It just looked better (ok, much better).\n\n<strong>Show, and tell.</strong>\n\nPretty but empty does not sell your product or service. People need information--both visual and intellectual--to make a buying decision.','Show and tell','','inherit','open','open','','1546-autosave','','','2012-01-20 16:00:18','2012-01-20 16:00:18','',1546,'http://deborahbrody.com/2012/01/1546-autosave/',0,'revision','',0),
(1549,4,'2012-01-23 15:12:16','2012-01-23 15:12:16','Have you ever been watching TV and seen a commercial that falls flat or that outright offends you? I bet you have. I have: the Go Daddy commercials from last year\'s Super Bowl, for example, were way offensive and sexist. So, how did they make it to such a massive audience? Why did they get made at all?\r\n\r\nI think the answer lies in some nuggets from this <a href=\"http://www.washingtonpost.com/wp-srv/special/nation/black-women-in-america/?hpid=z2\" target=\"_blank\">Washington Post-Kaiser Family Foundation survey</a> of black women in America. If you read through the poll (especially the last few questions about sexism and racism compared to black men, white women and white men), you see that each group views the world differently. For instance, a number that is really indicative, is that 55% of white men think the world is fair to everyone, versus 34% of black women and 47% of white women. (In my opinion, the world is fairest to white men, so therefore they think the world is fair for everyone.)\r\n\r\nAnother telling statistic is that more black women (36%) think sexism is a big problem in society than white men (12%). Again, white men do not experience much sexism, so it does not affect them as a group, and they conclude it is not a big problem in society.\r\n\r\n<strong>Different people experience the world differently</strong>. Marketers need to be aware of this since we are often swayed by our own experience of the world. This is why certain white male politicians have no problems indicting a whole class of people for being lazy or for not believing in the American dream.\r\n\r\nSo the next time you see an ad that seems to be tone-deaf you will know that it was created by someone who doesn\'t understand that his/her experience is not reflective of the world as a whole.\r\n\r\nYour thoughts?\r\n\r\n<strong>Have you signed up for the DBMC newsletter yet? It will take about 5 seconds to sign up right there on the upper right hand side of this page.</strong>','Why so many ads fail','','publish','open','open','','why-so-many-ads-fail','','','2012-01-23 15:12:16','2012-01-23 15:12:16','',0,'http://deborahbrody.com/?p=1549',0,'post','',0),
(1550,4,'2012-01-23 15:11:40','2012-01-23 15:11:40','Have you ever been watching TV and seen a commercial that falls flat or that outright offends you? I bet you have. I have: the Go Daddy commercials from last year\'s Super Bowl, for example, were way offensive and sexist. So, how did they make it to such a massive audience? Why did they get made at all?\n\nI think the answer lies in some nuggets from this <a href=\"http://www.washingtonpost.com/wp-srv/special/nation/black-women-in-america/?hpid=z2\" target=\"_blank\">Washington Post-Kaiser Family Foundation survey</a> of black women in America. If you read through the poll (especially the last few questions about sexism and racism compared to black men, white women and white men), you see that each group views the world differently. For instance, a number that is really indicative, is that 55% of white men think the world is fair to everyone, versus 34% of black women and 47% of white women. (In my opinion, the world is fairest to white men, so therefore they think the world is fair for everyone.)\n\nAnother telling statistic is that more black women (36%) think sexism is a big problem in society than white men (12%). Again, white men do not experience much sexism, so it does not affect them as a group, and they conclude it is not a big problem in society.\n\n<strong>Different people experience the world differently</strong>. Marketers need to be aware of this since we are often swayed by our own experience of the world. This is why certain white male politicians have no problems indicting a whole class of people for being lazy or for not believing in the American dream.\n\nSo the next time you see an ad that seems to be tone-deaf you will know that it was created by someone who doesn\'t understand that his/her experience is not reflective of the world as a whole.\n\nYour thoughts?\n\nHave you signed up for the DBMC newsletter yet? It will take about 5 seconds to sign up right there on the upper right hand side of this page.','Why so many ads fail','','inherit','open','open','','1549-revision','','','2012-01-23 15:11:40','2012-01-23 15:11:40','',1549,'http://deborahbrody.com/2012/01/1549-revision/',0,'revision','',0),
(1551,4,'2012-01-23 15:13:27','2012-01-23 15:13:27','Have you ever been watching TV and seen a commercial that falls flat or that outright offends you? I bet you have. I have: the Go Daddy commercials from last year\'s Super Bowl, for example, were way offensive and sexist. So, how did they make it to such a massive audience? Why did they get made at all?\n\nI think the answer lies in some nuggets from this <a href=\"http://www.washingtonpost.com/wp-srv/special/nation/black-women-in-america/?hpid=z2\" target=\"_blank\">Washington Post-Kaiser Family Foundation survey</a> of black women in America. If you read through the poll (especially the last few questions about sexism and racism compared to black men, white women and white men), you see that each group views the world differently. For instance, a number that is really indicative, is that 55% of white men think the world is fair to everyone, versus 34% of black women and 47% of white women. (In my opinion, the world is fairest to white men, so therefore they think the world is fair for everyone.)\n\nAnother telling statistic is that more black women (36%) think sexism is a big problem in society than white men (12%). Again, white men do not experience much sexism, so it does not affect them as a group, and they conclude it is not a big problem in society.\n\n<strong>Different people experience the world differently</strong>. Marketers need to be aware of this since we are often swayed by our own experience of the world. This is why certain white male politicians have no problems indicting a whole class of people for being lazy or for not believing in the American dream.\n\nSo the next time you see an ad that seems to be tone-deaf you will know that it was created by someone who doesn\'t understand that his/her experience is not reflective of the world as a whole.\n\nYour thoughts?\n\n<strong>Have you signed up for the DBMC newsletter yet? It will take about 5 seconds to sign up right there on the upper right hand side of this page.</strong>','Why so many ads fail','','inherit','open','open','','1549-autosave','','','2012-01-23 15:13:27','2012-01-23 15:13:27','',1549,'http://deborahbrody.com/2012/01/1549-autosave/',0,'revision','',0),
(1552,4,'2012-01-24 17:52:01','2012-01-24 17:52:01','Wishing people a happy birthday has become uber popular thanks to Facebook. The social network reminds you that it is your \"friend\'s\" birthday and makes super easy for you to post those two two words \"Happy Birthday\" on his/her wall. Oh yes, some people get more creative and wish you a great day, or to have fun.  Depending on the number of friends you have, you could get dozens, if not hundreds, of greetings.\r\n\r\nDoes this mean that birthdays are more important now than ever? Is Facebook tapping into the little girl/boy in everyone who just loves her/his birthday and the celebration of it?\r\n\r\nI think the birthday greeting phenomenon points to several things:\r\n\r\n<strong>Facebook has made it easy to connect without really connecting.</strong> Posting Happy Birthday on someone\'s wall is easy. Writing a card or an email or (gasp) picking up the phone and calling, now that takes some effort.\r\n\r\n<strong>Facebook is ruling our lives.</strong> If Facebook reminds us, then we remember somebody\'s birthday. If not, it is like it doesn\'t exist. Some people are living their lives on Facebook--using it to announce milestones (births, engagements, divorces), snub people, brag, proselytize, look for sympathy (oh...I am so sad says the status update).\r\n\r\n<strong>Facebook gives us a false sense of belonging.</strong> This is a corollary to my first point. We think that if 100 people wish us happy birthday it must mean something. I assure you, it means little to nothing.\r\n\r\n<strong>Facebook has made a decision to promote birthdays, and we are all blindly following.</strong> I don\'t see Facebook promoting anniversaries, or job promotions, do you? We have seen how Facebook arbitrarily decides what we should care about--witness the new time line or the highlighted stories in the news feed--and we are powerless to change it.\r\n\r\nLet me be clear--I am not against birthdays. Heck, there are fewer things I enjoy more than birthday cake (sheet cake, preferably chocolate, with some vanilla frosting...yuml). I am just against the new world Facebook is creating for us and the sheeplike way we are all following it.\r\n\r\nIf you aren\'t on Facebook, does it mean you don\'t have a birthday?\r\n\r\n<strong>Have you signed up for the DBMC quarterly enewsletter? First issue of 2012 is coming up in February.  Enter your name and email address on the upper right-hand side of this page.</strong>','\'Cause it\'s your birthday','','publish','open','open','','cause-its-your-birthday','','','2012-01-24 17:52:01','2012-01-24 17:52:01','',0,'http://deborahbrody.com/?p=1552',0,'post','',0),
(1553,4,'2012-01-24 17:51:47','2012-01-24 17:51:47','Wishing people a happy birthday has become uber popular thanks to Facebook. The social network reminds you that it is your \"friend\'s\" birthday and makes super easy for you to post those two two words \"Happy Birthday\" on his/her wall. Oh yes, some people get more creative and wish you a great day, or to have fun.  Depending on the number of friends you have, you could get dozens, if not hundreds, of greetings.\n\nDoes this mean that birthdays are more important now than ever? Is Facebook tapping into the little girl/boy in everyone who just loves her/his birthday and the celebration of it?\n\nI think the birthday greeting phenomenon points to several things:\n\n<strong>Facebook has made it easy to connect without really connecting.</strong> Posting Happy Birthday on someone\'s wall is easy. Writing a card or an email or (gasp) picking up the phone and calling, now that takes some effort.\n\n<strong>Facebook is ruling our lives.</strong> If Facebook reminds us, then we remember somebody\'s birthday. If not, it is like it doesn\'t exist. Some people are living their lives on Facebook--using it to announce milestones (births, engagements, divorces), snub people, brag, proselytize, look for sympathy (oh...I am so sad says the status update).\n\n<strong>Facebook gives us a false sense of belonging.</strong> This is a corollary to my first point. We think that if 100 people wish us happy birthday it must mean something. I assure you, it means little to nothing.\n\n<strong>Facebook has made a decision to promote birthdays, and we are all blindly following.</strong> I don\'t see Facebook promoting anniversaries, or job promotions, do you? We have seen how Facebook arbitrarily decides what we should care about--witness the new time line or the highlighted stories in the news feed--and we are powerless to change it.\n\nLet me be clear--I am not against birthdays. Heck, there are fewer things I enjoy more than birthday cake (sheet cake, preferably chocolate, with some vanilla frosting...yuml). I am just against the new world Facebook is creating for us and the sheeplike way we are all following it.\n\nIf you aren\'t on Facebook, does it mean you don\'t have a birthday?\n\n<strong>Have you signed up for the DBMC quarterly enewsletter? First issue of 2012 is coming up in February.  Enter your name and email address on the upper right-hand side of this page.</strong>','\'Cause it\'s your birthday','','inherit','open','open','','1552-revision','','','2012-01-24 17:51:47','2012-01-24 17:51:47','',1552,'http://deborahbrody.com/2012/01/1552-revision/',0,'revision','',0),
(1555,4,'2012-01-31 15:02:34','2012-01-31 15:02:34','Although pander has some decidedly unsavory definitions (t<a href=\"http://www.thefreedictionary.com/pandering\" target=\"_blank\">o act as a go-between in sexual intrigues, for example</a>) I am using this definition: to cater or to indulge.\n\nPoliticians seem to be always pandering, saying things they think cater to the audience they are speaking to or trying to appeal to. We saw this a week ago, when President Obama gave his State of the Union speech and he most decidedly pandered to the people who think they are on the short end of the wealth stick in this country. Here\'s an excerpt:\n<blockquote>We can either settle for a country where a shrinking number of people do really well, while a growing number of Americans barely get by, or we can restore an economy where everyone gets a fair shot, and everyone does their fair share, and everyone plays by the same set of rules.</blockquote>\nAnd then this:\n<blockquote>So let me put colleges and universities on notice: If you can’t stop tuition from going up, the funding you get from taxpayers will go down. Higher education can’t be a luxury. It is an economic imperative that every family in America should be able to afford.</blockquote>\nTo me it\'s clear Obama thinks he needs these people to vote for him in November.\n\nThen there is Newt Gingrich pandering to the Jewish vote in Florida by <a href=\"http://www.politico.com/blogs/burns-haberman/2012/01/newt-slams-romney-on-kosher-food-112783.html\" target=\"_blank\">saying that Romney voted to eliminate serving kosher food to elderly people under Medicaid. </a>\n\nRick Santorum (and when they were stiPerry and Bachmann) panders to the homophobic vote (although he probably calls it the family values vote) by opposing same-sex marriage.\n\nWe have seen all GOP candidates this year pander to the racist vote by emphasizing that Obama is an other (Gingrich called him a \"food stamp president\" and the other called him a socialist and other choice descriptors).\n\nIn short, politicians will say anything to get a vote. The problem with pandering is that it assumes the audience can\'t see it is being pandered to. And then there is the fact that different audiences might have conflicting needs from one another and the candidate that panders to one might necessarily offend another or end up contradicting him/herself.\n\nIn marketing, we do believe in tailoring a message to the target audience. However, we also believe that message should be clear and CONSISTENT.  If a business employed a shifting message strategy, it would quickly lose customers. Why do we tolerate this shift from politicians?\n\n&nbsp;','Politicians, pandering and the shifting message','','inherit','open','open','','1554-revision','','','2012-01-31 15:02:34','2012-01-31 15:02:34','',1554,'http://deborahbrody.com/2012/01/1554-revision/',0,'revision','',0),
(1556,4,'2012-01-31 17:38:42','2012-01-31 17:38:42','Although pander has some decidedly unsavory definitions (t<a href=\"http://www.thefreedictionary.com/pandering\" target=\"_blank\">o act as a go-between in sexual intrigues, for example</a>) I am using this definition: to cater or to indulge.\n\nPoliticians seem to be always pandering, saying things they think cater to the audience they are speaking to or trying to appeal to. We saw this a week ago, when President Obama gave his State of the Union speech and he most decidedly pandered to the people who think they are on the short end of the wealth stick in this country. Here\'s an excerpt:\n<blockquote>We can either settle for a country where a shrinking number of people do really well, while a growing number of Americans barely get by, or we can restore an economy where everyone gets a fair shot, and everyone does their fair share, and everyone plays by the same set of rules.</blockquote>\nAnd then this:\n<blockquote>So let me put colleges and universities on notice: If you can’t stop tuition from going up, the funding you get from taxpayers will go down. Higher education can’t be a luxury. It is an economic imperative that every family in America should be able to afford.</blockquote>\nTo me it\'s clear Obama thinks he needs these people to vote for him in November.\n\nThen there is Newt Gingrich pandering to the Jewish vote in Florida by <a href=\"http://www.politico.com/blogs/burns-haberman/2012/01/newt-slams-romney-on-kosher-food-112783.html\" target=\"_blank\">saying that Romney voted to eliminate serving kosher food to elderly people under Medicaid. </a>\n\nRick Santorum (and when they were still in the race, Rick Perry and Michelle Bachmann) panders to the homophobic vote (although he probably calls it the family values vote) by opposing same-sex marriage.\n\nWe have seen all GOP candidates this year pander to the racist vote by emphasizing that Obama is an \"other\" (Gingrich called him a \"food stamp president\" and the other candidates have called him everything from a socialist to other negative descriptors).\n\nIn short, politicians will say anything to get a vote. The problem with pandering is that it assumes the audience can\'t see it is being pandered to. And then there is the fact that different audiences might have conflicting needs from one another and the candidate that panders to one might necessarily offend another or end up contradicting him/herself.\n\nIn marketing, we believe in tailoring a message to the target audience. However, we also believe that messages should be clear and CONSISTENT.  If a business employed a shifting message strategy, it would quickly lose customers. Why do we tolerate this shift from politicians?\n\n<strong>ADDENDUM</strong>: Just came across this piece on CNN.com: <a href=\"http://www.cnn.com/2012/01/31/opinion/navarrette-immigration-gop/index.html?hpt=hp_t1\" target=\"_blank\">Latinos won\'t forget Romney\'s anti-immigrant talk</a>. Author Ruben Navarrette says this:\n<blockquote>the dishonest and cynical way in which the former governor of Massachusetts has dealt with the immigration issue on the campaign trail shows that he has a problem being consistent.</blockquote>\nNavarrette goes on to discuss how Romney held a strong line against amnesty, but now has softened his approach to PANDER to the Latino vote.\n<blockquote>Now as he competes this week for Hispanic votes in Florida -- and, on Feb 4, in Nevada, where Latinos account for 26.5 percent of the population -- Romney must be hoping that Latinos have bad memories.\n\nWe don\'t. We never forget a slight. And, in that respect, Romney has given us plenty to remember.</blockquote>','Politicians, pandering and the shifting message','','inherit','open','open','','1554-autosave','','','2012-01-31 17:38:42','2012-01-31 17:38:42','',1554,'http://deborahbrody.com/2012/01/1554-autosave/',0,'revision','',0),
(1557,4,'2012-01-31 15:03:08','2012-01-31 15:03:08','Although pander has some decidedly unsavory definitions (t<a href=\"http://www.thefreedictionary.com/pandering\" target=\"_blank\">o act as a go-between in sexual intrigues, for example</a>) I am using this definition: to cater or to indulge.\r\n\r\nPoliticians seem to be always pandering, saying things they think cater to the audience they are speaking to or trying to appeal to. We saw this a week ago, when President Obama gave his State of the Union speech and he most decidedly pandered to the people who think they are on the short end of the wealth stick in this country. Here\'s an excerpt:\r\n<blockquote>We can either settle for a country where a shrinking number of people do really well, while a growing number of Americans barely get by, or we can restore an economy where everyone gets a fair shot, and everyone does their fair share, and everyone plays by the same set of rules.</blockquote>\r\nAnd then this:\r\n<blockquote>So let me put colleges and universities on notice: If you can’t stop tuition from going up, the funding you get from taxpayers will go down. Higher education can’t be a luxury. It is an economic imperative that every family in America should be able to afford.</blockquote>\r\nTo me it\'s clear Obama thinks he needs these people to vote for him in November.\r\n\r\nThen there is Newt Gingrich pandering to the Jewish vote in Florida by <a href=\"http://www.politico.com/blogs/burns-haberman/2012/01/newt-slams-romney-on-kosher-food-112783.html\" target=\"_blank\">saying that Romney voted to eliminate serving kosher food to elderly people under Medicaid. </a>\r\n\r\nRick Santorum (and when they were still in the race, Rick Perry and Michelle Bachmann) panders to the homophobic vote (although he probably calls it the family values vote) by opposing same-sex marriage.\r\n\r\nWe have seen all GOP candidates this year pander to the racist vote by emphasizing that Obama is an other (Gingrich called him a \"food stamp president\" and the other called him a socialist and other choice descriptors).\r\n\r\nIn short, politicians will say anything to get a vote. The problem with pandering is that it assumes the audience can\'t see it is being pandered to. And then there is the fact that different audiences might have conflicting needs from one another and the candidate that panders to one might necessarily offend another or end up contradicting him/herself.\r\n\r\nIn marketing, we do believe in tailoring a message to the target audience. However, we also believe that message should be clear and CONSISTENT.  If a business employed a shifting message strategy, it would quickly lose customers. Why do we tolerate this shift from politicians?\r\n\r\n&nbsp;','Politicians, pandering and the shifting message','','inherit','open','open','','1554-revision-2','','','2012-01-31 15:03:08','2012-01-31 15:03:08','',1554,'http://deborahbrody.com/2012/01/1554-revision-2/',0,'revision','',0),
(1558,4,'2012-01-31 15:05:32','2012-01-31 15:05:32','Although pander has some decidedly unsavory definitions (t<a href=\"http://www.thefreedictionary.com/pandering\" target=\"_blank\">o act as a go-between in sexual intrigues, for example</a>) I am using this definition: to cater or to indulge.\r\n\r\nPoliticians seem to be always pandering, saying things they think cater to the audience they are speaking to or trying to appeal to. We saw this a week ago, when President Obama gave his State of the Union speech and he most decidedly pandered to the people who think they are on the short end of the wealth stick in this country. Here\'s an excerpt:\r\n<blockquote>We can either settle for a country where a shrinking number of people do really well, while a growing number of Americans barely get by, or we can restore an economy where everyone gets a fair shot, and everyone does their fair share, and everyone plays by the same set of rules.</blockquote>\r\nAnd then this:\r\n<blockquote>So let me put colleges and universities on notice: If you can’t stop tuition from going up, the funding you get from taxpayers will go down. Higher education can’t be a luxury. It is an economic imperative that every family in America should be able to afford.</blockquote>\r\nTo me it\'s clear Obama thinks he needs these people to vote for him in November.\r\n\r\nThen there is Newt Gingrich pandering to the Jewish vote in Florida by <a href=\"http://www.politico.com/blogs/burns-haberman/2012/01/newt-slams-romney-on-kosher-food-112783.html\" target=\"_blank\">saying that Romney voted to eliminate serving kosher food to elderly people under Medicaid. </a>\r\n\r\nRick Santorum (and when they were still in the race, Rick Perry and Michelle Bachmann) panders to the homophobic vote (although he probably calls it the family values vote) by opposing same-sex marriage.\r\n\r\nWe have seen all GOP candidates this year pander to the racist vote by emphasizing that Obama is an other (Gingrich called him a \"food stamp president\" and the other called him a socialist and other choice descriptors).\r\n\r\nIn short, politicians will say anything to get a vote. The problem with pandering is that it assumes the audience can\'t see it is being pandered to. And then there is the fact that different audiences might have conflicting needs from one another and the candidate that panders to one might necessarily offend another or end up contradicting him/herself.\r\n\r\nIn marketing, we believe in tailoring a message to the target audience. However, we also believe that messages should be clear and CONSISTENT.  If a business employed a shifting message strategy, it would quickly lose customers. Why do we tolerate this shift from politicians?\r\n\r\n&nbsp;','Politicians, pandering and the shifting message','','inherit','open','open','','1554-revision-3','','','2012-01-31 15:05:32','2012-01-31 15:05:32','',1554,'http://deborahbrody.com/2012/01/1554-revision-3/',0,'revision','',0),
(1559,4,'2012-01-31 15:24:41','2012-01-31 15:24:41','Although pander has some decidedly unsavory definitions (t<a href=\"http://www.thefreedictionary.com/pandering\" target=\"_blank\">o act as a go-between in sexual intrigues, for example</a>) I am using this definition: to cater or to indulge.\r\n\r\nPoliticians seem to be always pandering, saying things they think cater to the audience they are speaking to or trying to appeal to. We saw this a week ago, when President Obama gave his State of the Union speech and he most decidedly pandered to the people who think they are on the short end of the wealth stick in this country. Here\'s an excerpt:\r\n<blockquote>We can either settle for a country where a shrinking number of people do really well, while a growing number of Americans barely get by, or we can restore an economy where everyone gets a fair shot, and everyone does their fair share, and everyone plays by the same set of rules.</blockquote>\r\nAnd then this:\r\n<blockquote>So let me put colleges and universities on notice: If you can’t stop tuition from going up, the funding you get from taxpayers will go down. Higher education can’t be a luxury. It is an economic imperative that every family in America should be able to afford.</blockquote>\r\nTo me it\'s clear Obama thinks he needs these people to vote for him in November.\r\n\r\nThen there is Newt Gingrich pandering to the Jewish vote in Florida by <a href=\"http://www.politico.com/blogs/burns-haberman/2012/01/newt-slams-romney-on-kosher-food-112783.html\" target=\"_blank\">saying that Romney voted to eliminate serving kosher food to elderly people under Medicaid. </a>\r\n\r\nRick Santorum (and when they were still in the race, Rick Perry and Michelle Bachmann) panders to the homophobic vote (although he probably calls it the family values vote) by opposing same-sex marriage.\r\n\r\nWe have seen all GOP candidates this year pander to the racist vote by emphasizing that Obama is an other (Gingrich called him a \"food stamp president\" and the other called him a socialist and other choice descriptors).\r\n\r\nIn short, politicians will say anything to get a vote. The problem with pandering is that it assumes the audience can\'t see it is being pandered to. And then there is the fact that different audiences might have conflicting needs from one another and the candidate that panders to one might necessarily offend another or end up contradicting him/herself.\r\n<blockquote>In marketing, we believe in tailoring a message to the target audience. However, we also believe that messages should be clear and CONSISTENT.  If a business employed a shifting message strategy, it would quickly lose customers. Why do we tolerate this shift from politicians?</blockquote>\r\nADDENDUM: Just came across this piece on CNN.com: <a href=\"http://www.cnn.com/2012/01/31/opinion/navarrette-immigration-gop/index.html?hpt=hp_t1\" target=\"_blank\">Latinos won\'t forget Romney\'s anti-immigrant talk</a>. Author Ruben Navarrette says this:\r\n<blockquote>the dishonest and cynical way in which the former governor of Massachusetts has dealt with the immigration issue on the campaign trail shows that he has a problem being consistent.</blockquote>\r\nNavarrette goes on to discuss how Romney held a strong line against amnesty, but now has softened his approach to PANDER to the Latino vote.\r\n<blockquote>Now as he competes this week for Hispanic votes in Florida -- and, on Feb 4, in Nevada, where Latinos account for 26.5 percent of the population -- Romney must be hoping that Latinos have bad memories.\r\n\r\nWe don\'t. We never forget a slight. And, in that respect, Romney has given us plenty to remember.</blockquote>','Politicians, pandering and the shifting message','','inherit','open','open','','1554-revision-4','','','2012-01-31 15:24:41','2012-01-31 15:24:41','',1554,'http://deborahbrody.com/2012/01/1554-revision-4/',0,'revision','',0),
(1561,4,'2012-02-01 15:44:28','2012-02-01 15:44:28','Perhaps you spent lots of money and lots of time creating your website. You hired experts to design it and build it. And yet, you are not seeing the results you want. Why? It could be many things, or just one thing, but here are several failures I have found:\r\n\r\n<strong>No contact information or not enough contact information.</strong> I just visited a website this week in which the contact us is strictly the customer service line. If you want to reach the actual corporate offices (you know, to speak to accounting, HR, marketing), you are out of luck.\r\n\r\n<strong>Omission of important information/details.</strong> This week I visited the website for an upcoming PR event. Guess what information was not available ANYWHERE: the actual location of the event.\r\n\r\n<strong>Too much information on the home page.</strong> Some websites have a very information heavy home page to the point that it is headache inducing.\r\n\r\n<strong>An about page that doesn\'t say anything.</strong>  The about page is your chance to explain who you are. Why use circular language and jargon that says nothing about you?\r\n\r\n<strong>An ugly, dated design</strong>. Makes you look out of touch or cheap or both.\r\n\r\n<strong>You have music.</strong> Enough said.\r\n\r\nReaders, what have you run across that makes a website fail?','Is your website a communications failure?','','publish','open','open','','is-your-website-a-communications-failure','','','2012-02-01 15:44:28','2012-02-01 15:44:28','',0,'http://deborahbrody.com/?p=1561',0,'post','',0),
(1562,4,'2012-02-01 15:43:42','2012-02-01 15:43:42','Perhaps you spent lots of money and lots of time creating your website. You hired experts to design it and build it. And yet, you are not seeing the results you want. Why? It could be many things, or just one thing, but here are several failures I have found:\n\n<strong>No contact information or not enough contact information.</strong> I just visited a website this week in which the contact us is strictly the customer service line. If you want to reach the actual corporate offices (you know, to speak to accounting, HR, marketing), you are out of luck.\n\n<strong>Omission of important information/details.</strong> This week I visited the website for an upcoming PR event. Guess what information was not available ANYWHERE: the actual location of the event.\n\n<strong>Too much information on the home page.</strong> Some websites have a very information heavy home page to the point that it is headache inducing.\n\n<strong>An about page that doesn\'t say anything.</strong>  The about page is your chance to explain who you are. Why use circular language and jargon that says nothing about you?\n\n<strong>An ugly, dated design</strong>. Makes you look out of touch or cheap or both.\n\n<strong>You have music.</strong> Enough said.\n\nReaders, what have you run across that makes a website fail?','Is your website a communications failure?','','inherit','open','open','','1561-revision','','','2012-02-01 15:43:42','2012-02-01 15:43:42','',1561,'http://deborahbrody.com/2012/02/1561-revision/',0,'revision','',0),
(1564,4,'2012-02-02 16:43:04','2012-02-02 16:43:04','Personality matters in marketing, especially if you are marketing yourself. Personality affects the tone of your marketing efforts, and in the case of ego, what you highlight and what you don\'t.\r\n\r\nSince personality and ego are well, personal, we often don\'t discuss them as part of our communications strategy. But we should. Having a bad attitude or an insufferably big ego can and will derail marketing and communications efforts.\r\n\r\nWhat do I mean? Perhaps by now you have heard of the fracas that has ensued from the Susan G. Komen for the Cure Foundation\'s decision to defund Planned Parenthood. I am not going to discuss the politics of it, but I will discuss the communications aspect of it. Komen did not handle communications well at all. Planned Parenthood actually took the news and made it into a fundraising point, while Komen was silent. Not even answering calls from the news media (they provided no comment to CBS Evening News for example). Komen has also been deleting negative comments from its Facebook page.\r\n\r\nIt seems as though Komen did not anticipate or prepare for the backlash of this decision, and therefore has allowed its critics to transform the message (Komen is playing politics with women\'s lives). Why? <span style=\"text-decoration: underline;\">In my opinion, Komen is a victim of big ego.</span> Komen seems to believe that because it is such a large, and up to now, well respected, organization, that its donors will support whatever it does. But Komen miscalculated.  Komen allowed ego to get in the way of having a smart communications strategy that would explain its decision, defend it and keep supporters happy.\r\n\r\n<strong>It is important to remember that companies and organizations are run by individuals, who have attitudes and personalities that influence how they act.</strong>\r\n\r\nOn an individual level, attitude is even more important when marketing. Last week, I attended an alumni event for my graduate school institution. As I was sitting and eating my appetizers, I saw a guy whom I recognized as an alum of my undergraduate institution.\r\n\r\nMe: \"Didn\'t you go to [name of school]?\r\n\r\nHim: \"Yes.\"\r\n\r\nMe: \"I thought I recognized you.\"\r\n\r\nHim: [no comment]\r\n\r\nThen I noticed that the other woman at the table had graduated from law school the same year as this guy (both had name tags with the name of the school and grad year). I pointed it out to both of them. She immediately tried to figure out if there was any connection. He didn\'t. As we continued this increasingly painful exchange, I asked him what law firm he works for. It turns out he is looking for a job in government and is doing tax preparation in the meantime.\r\n\r\nIf he had a better attitude, perhaps I would try to see if I know of any resources for him. But instead this man has a tremendously bad attitude, left a bad impression and apparently does not understand what networking is and what it can do for you.\r\n\r\nYour attitude matters because it determines how people react to you. If you have ever worked at a large organization with people at its helm that have big egos and/or bad attitudes, you know this impacts how the organization communicates and markets itself.  It could be that the CEO/President is a narcissist and thinks that all press releases should quote him/her. It could be that the VP of Communications shuts down any creative idea if it differs from his/her own. And so forth.\r\n\r\nNext time you have a marketing/communications failure, check to see if attitude, personality or ego had anything to do with it.\r\n\r\n<strong>Have you signed up for the DBMC newsletter yet? First edition of the year is coming out next week. Sign up box is on the upper right hand side of this page.</strong>\r\n\r\n&nbsp;','When ego and attitude derail your marketing efforts','','publish','open','open','','when-ego-and-attitude-derail-your-marketing-efforts','','','2012-02-02 16:43:04','2012-02-02 16:43:04','',0,'http://deborahbrody.com/?p=1564',0,'post','',1),
(1565,4,'2012-02-02 16:42:57','2012-02-02 16:42:57','Personality matters in marketing, especially if you are marketing yourself. Personality affects the tone of your marketing efforts, and in the case of ego, what you highlight and what you don\'t.\n\nSince personality and ego are well, personal, we often don\'t discuss them as part of our communications strategy. But we should. Having a bad attitude or an insufferably big ego can and will derail marketing and communications efforts.\n\nWhat do I mean? Perhaps by now you have heard of the fracas that has ensued from the Susan G. Komen for the Cure Foundation\'s decision to defund Planned Parenthood. I am not going to discuss the politics of it, but I will discuss the communications aspect of it. Komen did not handle communications well at all. Planned Parenthood actually took the news and made it into a fundraising point, while Komen was silent. Not even answering calls from the news media (they provided no comment to CBS Evening News for example). Komen has also been deleting negative comments from its Facebook page.\n\nIt seems as though Komen did not anticipate or prepare for the backlash of this decision, and therefore has allowed its critics to transform the message (Komen is playing politics with women\'s lives). Why? <span style=\"text-decoration: underline;\">In my opinion, Komen is a victim of big ego.</span> Komen seems to believe that because it is such a large, and up to now, well respected, organization, that its donors will support whatever it does. But Komen miscalculated.  Komen allowed ego to get in the way of having a smart communications strategy that would explain its decision, defend it and keep supporters happy.\n\n<strong>It is important to remember that companies and organizations are run by individuals, who have attitudes and personalities that influence how they act.</strong>\n\nOn an individual level, attitude is even more important when marketing. Last week, I attended an alumni event for my graduate school institution. As I was sitting and eating my appetizers, I saw a guy whom I recognized as an alum of my undergraduate institution.\n\nMe: \"Didn\'t you go to [name of school]?\n\nHim: \"Yes.\"\n\nMe: \"I thought I recognized you.\"\n\nHim: [no comment]\n\nThen I noticed that the other woman at the table had graduated from law school the same year as this guy (both had name tags with the name of the school and grad year). I pointed it out to both of them. She immediately tried to figure out if there was any connection. He didn\'t. As we continued this increasingly painful exchange, I asked him what law firm he works for. It turns out he is looking for a job in government and is doing tax preparation in the meantime.\n\nIf he had a better attitude, perhaps I would try to see if I know of any resources for him. But instead this man has a tremendously bad attitude, left a bad impression and apparently does not understand what networking is and what it can do for you.\n\nYour attitude matters because it determines how people react to you. If you have ever worked at a large organization with people at its helm that have big egos and/or bad attitudes, you know this impacts how the organization communicates and markets itself.  It could be that the CEO/President is a narcissist and thinks that all press releases should quote him/her. It could be that the VP of Communications shuts down any creative idea if it differs from his/her own. And so forth.\n\nNext time you have a marketing/communications failure, check to see if attitude, personality or ego had anything to do with it.\n\n<strong>Have you signed up for the DBMC newsletter yet? First edition of the year is coming out next week. Sign up box is on the upper right hand side of this page.</strong>\n\n&nbsp;','When ego and attitude derail your marketing efforts','','inherit','open','open','','1564-revision','','','2012-02-02 16:42:57','2012-02-02 16:42:57','',1564,'http://deborahbrody.com/2012/02/1564-revision/',0,'revision','',0),
(1573,4,'2012-02-10 20:41:06','2012-02-10 20:41:06','<span style=\"color: #000000;\">In an <a href=\"http://www.washingtonpost.com/opinions/romneys-campaign-has-a-theme-personal-ambition/2012/02/09/gIQAPihW2Q_story.html?hpid=z3\" target=\"_blank\"><span style=\"color: #000000;\">op-ed piece in today\'s Washington Post</span></a>, Eugene Robinson argues that Mitt Romney, erstwhile front-runner for the GOP presidential nomination, lacks a message. Robinson writes:</span>\r\n<blockquote><span style=\"color: #000000;\">Criticism of Mitt Romney for lacking a coherent message is grossly unfair. He has been forthright, consistent and even eloquent in pressing home his campaign’s central theme: Mitt Romney <em>desperately</em> wants to be president.</span></blockquote>\r\n<span style=\"color: #000000;\">He goes on to say, that in spite having many differences of opinion with the Obama administration, Romney hasn\'t articulated an overall message. Robinson expresses it like this:</span>\r\n<blockquote><span style=\"color: #000000;\">My point is that even Romney’s sharp disagreements with Obama’s policies don’t add up to a philosophy or a vision. They’re more like what stuck after a bunch of random tough-sounding positions were thrown at the wall.</span></blockquote>\r\n<span style=\"color: #000000;\"><strong>What are you fighting for?</strong></span>\r\n\r\n<span style=\"color: #000000;\">It is not enough to be <em>against</em> something. You have to be <em>for</em> something. You have to stand for something that makes it clear who you are and what you will do. This is true for all politicians, nonprofits and even businesses. </span>\r\n\r\n<span style=\"color: #000000;\">Imagine if Coke were just the anti-Pepsi. That would not be enough. Instead, \"Coke is it,\" Coke is the \"real thing,\" Coke likes polar bears. You get my drift.</span>\r\n\r\n<span style=\"color: #000000;\">Having a positive (in that it not an \"against\" message) central unifying message cannot be underestimated. In fact, if the GOP loses in November it will be because the party has failed to articulate something other than they are against Obama. </span>\r\n\r\n<span style=\"color: #000000;\">Romney, and any other politician, would do well to take a step back and figure out what it is he wants to say, really. In his case, he needs to articulate better why his position (and the GOP\'s) is better for the economy, in positive terms. What exactly does Romney think the problem is, and more importantly, what is the solution.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','First, have a message','','publish','open','open','','first-have-a-message','','','2012-02-10 20:41:06','2012-02-10 20:41:06','',0,'http://deborahbrody.com/?p=1573',0,'post','',0),
(1575,4,'2012-02-13 16:09:23','0000-00-00 00:00:00','There are some real forehead slappers out there!\n\n&nbsp;\n\n&nbsp;','Most egregious communications mistakes','','draft','open','open','','','','','2012-02-13 16:09:23','2012-02-13 16:09:23','',0,'http://deborahbrody.com/?p=1575',0,'post','',0),
(1568,4,'2012-02-03 15:45:28','2012-02-03 15:45:28','<span style=\"color: #000000;\">Given the tremendous amount of negative press, critical comments and social media outrage regarding Susan G. Komen for the Cure Foundation\'s decision to stop funding Planned Parenthood,we may be able to conclude that there is a rather large disconnect between the foundation\'s leadership/decision makers and its donor/support base. In fact, the decision has been received so poorly that it points to a top down decision-making approach that seems wholly ignorant of what supporters want.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>It is an axiom of marketing (and of fund-raising) that you should understand and know your target audience.</strong> How can you market (or raise funds from) people you don\'t know? This is why marketers often use focus groups, surveys and other methods to determine just who makes up the customer/client/donor base.</span>\r\n\r\n<span style=\"color: #000000;\">I participated in the Komen Race for the Cure for two years. I am not sure if I ever got a survey from Komen. I did get tons of emails selling me Komen merchandise, which is why I unsubscribed and stopped supporting the organization.</span>\r\n\r\n<span style=\"color: #000000;\">Of course hindsight is always 20/20 but <span style=\"text-decoration: underline;\">I believe that if Komen had done more to understand who supports the foundation and why, it may have avoided taking this decision and the huge firestorm of bad publicity that has followed. </span> Perhaps every time someone gives a donation or signs up for a race, Komen (or any other nonprofit), could send out a quick survey. In Komen\'s specific case it could have been as simple as a question asking:</span>\r\n\r\n<span style=\"color: #000000;\">Which of our programs do you feel has the most value?  (along with a checklist).</span>\r\n\r\n<span style=\"color: #000000;\">Perhaps if Komen had been aware that many people think Planned Parenthood provides good services, it would not have been so quick to pull funding and so ignorant about the potential outcry.</span>\r\n\r\n<span style=\"color: #000000;\">There are multiple lessons to be learned from  the Komen debacle (PR and crisis communications matter, for one), none the least of is: <strong>KNOW YOUR AUDIENCE</strong> (customers, clients, donors, supporters)... and remember you work for them, and not the other way around.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Have you signed up to get my enewsletter? All you have to do is enter your name and email address on the upper right hand side of this page. Your name/email will not be shared.</strong></span>','Did Komen know much about its supporters?','','publish','open','open','','did-komen-know-much-about-its-supporters','','','2012-02-03 15:50:27','2012-02-03 15:50:27','',0,'http://deborahbrody.com/?p=1568',0,'post','',0),
(1569,4,'2012-02-03 15:44:49','2012-02-03 15:44:49','<span style=\"color: #000000;\">Given the negative press, critical comments,  and social media outrage regarding Susan G. Komen for the Cure Foundation\'s decision to stop funding Planned Parenthood, there seems to be a disconnect between the foundation\'s leadership/decision makers and its donor/support base. In fact, the decision has been received so poorly that it points to a top down decision-making approach that seems wholly ignorant of what supporters want.\n</span>\n\n<span style=\"color: #000000;\"><strong>It is an axiom of marketing (and of fund-raising) that you should understand and know your target audience.</strong> How can you market (or raise funds from) people you don\'t know? This is why marketers often use focus groups, surveys and other methods to determine just who makes up the customer/client/donor base.</span>\n\nI participated in the Komen Race for the Cure for two years. I am not sure if I ever got a survey from Komen. I did get tons of emails selling me Komen merchandise, which is why I unsubscribed and stopped supporting the organization.\n\nOf course hindsight is always 20/20 but <span style=\"text-decoration: underline;\">I believe that if Komen had done more to understand who supports the foundation and why, it may have avoided taking this decision and the huge firestorm of bad publicity that has followed. </span> Perhaps every time someone gives a donation or signs up for a race, Komen (or any other nonprofit), could send out a quick survey. In Komen\'s specific case it could have been as simple as a question asking:\n\nWhich of our programs do you feel has the most value?  (along with a checklist).\n\nPerhaps if Komen had been aware that many people think Planned Parenthood provides good services, it would not have been so quick to pull funding and so ignorant about the potential outcry.\n\nThere are multiple lessons to be learned from  the Komen debacle (PR and crisis communications matter, for one), none the least of is: <strong>KNOW YOUR AUDIENCE</strong> (customers, clients, donors, supporters)... and remember you work for them, and not the other way around.\n\n<strong>Have you signed up to get my enewsletter? All you have to do is enter your name and email address on the upper right hand side of this page. Your name/email will not be shared.</strong>','Did Komen know much about its supporters?','','inherit','open','open','','1568-revision','','','2012-02-03 15:44:49','2012-02-03 15:44:49','',1568,'http://deborahbrody.com/2012/02/1568-revision/',0,'revision','',0),
(1570,4,'2012-02-03 15:49:32','2012-02-03 15:49:32','<span style=\"color: #000000;\">Given the tremendous amount of negative press, critical comments and social media outrage regarding Susan G. Komen for the Cure Foundation\'s decision to stop funding Planned Parenthood,we may be able to conclude that there is a rather large disconnect between the foundation\'s leadership/decision makers and its donor/support base. In fact, the decision has been received so poorly that it points to a top down decision-making approach that seems wholly ignorant of what supporters want.\n</span>\n\n<span style=\"color: #000000;\"><strong>It is an axiom of marketing (and of fund-raising) that you should understand and know your target audience.</strong> How can you market (or raise funds from) people you don\'t know? This is why marketers often use focus groups, surveys and other methods to determine just who makes up the customer/client/donor base.</span>\n\nI participated in the Komen Race for the Cure for two years. I am not sure if I ever got a survey from Komen. I did get tons of emails selling me Komen merchandise, which is why I unsubscribed and stopped supporting the organization.\n\nOf course hindsight is always 20/20 but <span style=\"text-decoration: underline;\">I believe that if Komen had done more to understand who supports the foundation and why, it may have avoided taking this decision and the huge firestorm of bad publicity that has followed. </span> Perhaps every time someone gives a donation or signs up for a race, Komen (or any other nonprofit), could send out a quick survey. In Komen\'s specific case it could have been as simple as a question asking:\n\nWhich of our programs do you feel has the most value?  (along with a checklist).\n\nPerhaps if Komen had been aware that many people think Planned Parenthood provides good services, it would not have been so quick to pull funding and so ignorant about the potential outcry.\n\nThere are multiple lessons to be learned from  the Komen debacle (PR and crisis communications matter, for one), none the least of is: <strong>KNOW YOUR AUDIENCE</strong> (customers, clients, donors, supporters)... and remember you work for them, and not the other way around.\n\n<strong>Have you signed up to get my enewsletter? All you have to do is enter your name and email address on the upper right hand side of this page. Your name/email will not be shared.</strong>','Did Komen know much about its supporters?','','inherit','open','open','','1568-autosave','','','2012-02-03 15:49:32','2012-02-03 15:49:32','',1568,'http://deborahbrody.com/2012/02/1568-autosave/',0,'revision','',0),
(1571,4,'2012-02-03 15:45:28','2012-02-03 15:45:28','<span style=\"color: #000000;\">Given the negative press, critical comments,  and social media outrage regarding Susan G. Komen for the Cure Foundation\'s decision to stop funding Planned Parenthood, there seems to be a disconnect between the foundation\'s leadership/decision makers and its donor/support base. In fact, the decision has been received so poorly that it points to a top down decision-making approach that seems wholly ignorant of what supporters want.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>It is an axiom of marketing (and of fund-raising) that you should understand and know your target audience.</strong> How can you market (or raise funds from) people you don\'t know? This is why marketers often use focus groups, surveys and other methods to determine just who makes up the customer/client/donor base.</span>\r\n\r\nI participated in the Komen Race for the Cure for two years. I am not sure if I ever got a survey from Komen. I did get tons of emails selling me Komen merchandise, which is why I unsubscribed and stopped supporting the organization.\r\n\r\nOf course hindsight is always 20/20 but <span style=\"text-decoration: underline;\">I believe that if Komen had done more to understand who supports the foundation and why, it may have avoided taking this decision and the huge firestorm of bad publicity that has followed. </span> Perhaps every time someone gives a donation or signs up for a race, Komen (or any other nonprofit), could send out a quick survey. In Komen\'s specific case it could have been as simple as a question asking:\r\n\r\nWhich of our programs do you feel has the most value?  (along with a checklist).\r\n\r\nPerhaps if Komen had been aware that many people think Planned Parenthood provides good services, it would not have been so quick to pull funding and so ignorant about the potential outcry.\r\n\r\nThere are multiple lessons to be learned from  the Komen debacle (PR and crisis communications matter, for one), none the least of is: <strong>KNOW YOUR AUDIENCE</strong> (customers, clients, donors, supporters)... and remember you work for them, and not the other way around.\r\n\r\n<strong>Have you signed up to get my enewsletter? All you have to do is enter your name and email address on the upper right hand side of this page. Your name/email will not be shared.</strong>','Did Komen know much about its supporters?','','inherit','open','open','','1568-revision-2','','','2012-02-03 15:45:28','2012-02-03 15:45:28','',1568,'http://deborahbrody.com/2012/02/1568-revision-2/',0,'revision','',0),
(1572,4,'2012-02-03 15:47:34','2012-02-03 15:47:34','<span style=\"color: #000000;\">Given the tremendous amount of negative press, critical comments and social media outrage regarding Susan G. Komen for the Cure Foundation\'s decision to stop funding Planned Parenthood,we may be able to conclude that there is a rather large disconnect between the foundation\'s leadership/decision makers and its donor/support base. In fact, the decision has been received so poorly that it points to a top down decision-making approach that seems wholly ignorant of what supporters want.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>It is an axiom of marketing (and of fund-raising) that you should understand and know your target audience.</strong> How can you market (or raise funds from) people you don\'t know? This is why marketers often use focus groups, surveys and other methods to determine just who makes up the customer/client/donor base.</span>\r\n\r\nI participated in the Komen Race for the Cure for two years. I am not sure if I ever got a survey from Komen. I did get tons of emails selling me Komen merchandise, which is why I unsubscribed and stopped supporting the organization.\r\n\r\nOf course hindsight is always 20/20 but <span style=\"text-decoration: underline;\">I believe that if Komen had done more to understand who supports the foundation and why, it may have avoided taking this decision and the huge firestorm of bad publicity that has followed. </span> Perhaps every time someone gives a donation or signs up for a race, Komen (or any other nonprofit), could send out a quick survey. In Komen\'s specific case it could have been as simple as a question asking:\r\n\r\nWhich of our programs do you feel has the most value?  (along with a checklist).\r\n\r\nPerhaps if Komen had been aware that many people think Planned Parenthood provides good services, it would not have been so quick to pull funding and so ignorant about the potential outcry.\r\n\r\nThere are multiple lessons to be learned from  the Komen debacle (PR and crisis communications matter, for one), none the least of is: <strong>KNOW YOUR AUDIENCE</strong> (customers, clients, donors, supporters)... and remember you work for them, and not the other way around.\r\n\r\n<strong>Have you signed up to get my enewsletter? All you have to do is enter your name and email address on the upper right hand side of this page. Your name/email will not be shared.</strong>','Did Komen know much about its supporters?','','inherit','open','open','','1568-revision-3','','','2012-02-03 15:47:34','2012-02-03 15:47:34','',1568,'http://deborahbrody.com/2012/02/1568-revision-3/',0,'revision','',0),
(1574,4,'2012-02-10 20:41:02','2012-02-10 20:41:02','<span style=\"color: #000000;\">In an <a href=\"http://www.washingtonpost.com/opinions/romneys-campaign-has-a-theme-personal-ambition/2012/02/09/gIQAPihW2Q_story.html?hpid=z3\" target=\"_blank\"><span style=\"color: #000000;\">op-ed piece in today\'s Washington Post</span></a>, Eugene Robinson argues that Mitt Romney, erstwhile front-runner for the GOP presidential nomination, lacks a message. Robinson writes:</span>\n<blockquote><span style=\"color: #000000;\">Criticism of Mitt Romney for lacking a coherent message is grossly unfair. He has been forthright, consistent and even eloquent in pressing home his campaign’s central theme: Mitt Romney <em>desperately</em> wants to be president.</span></blockquote>\n<span style=\"color: #000000;\">He goes on to say, that in spite having many differences of opinion with the Obama administration, Romney hasn\'t articulated an overall message. Robinson expresses it like this:</span>\n<blockquote><span style=\"color: #000000;\">My point is that even Romney’s sharp disagreements with Obama’s policies don’t add up to a philosophy or a vision. They’re more like what stuck after a bunch of random tough-sounding positions were thrown at the wall.</span></blockquote>\n<span style=\"color: #000000;\"><strong>What are you fighting for?</strong></span>\n\n<span style=\"color: #000000;\">It is not enough to be <em>against</em> something. You have to be <em>for</em> something. You have to stand for something that makes it clear who you are and what you will do. This is true for all politicians, nonprofits and even businesses. </span>\n\n<span style=\"color: #000000;\">Imagine if Coke were just the anti-Pepsi. That would not be enough. Instead, \"Coke is it,\" Coke is the \"real thing,\" Coke likes polar bears. You get my drift.</span>\n\n<span style=\"color: #000000;\">Having a positive (in that it not an \"against\" message) central unifying message cannot be underestimated. In fact, if the GOP loses in November it will be because the party has failed to articulate something other than they are against Obama. </span>\n\n<span style=\"color: #000000;\">Romney, and any other politician, would do well to take a step back and figure out what it is he wants to say, really. In his case, he needs to articulate better why his position (and the GOP\'s) is better for the economy, in positive terms. What exactly does Romney think the problem is, and more importantly, what is the solution.</span>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','First, have a message','','inherit','open','open','','1573-revision','','','2012-02-10 20:41:02','2012-02-10 20:41:02','',1573,'http://deborahbrody.com/2012/02/1573-revision/',0,'revision','',0),
(1642,4,'2012-03-23 12:41:01','2012-03-23 12:41:01','<span style=\"color: #000000;\">Momentum is a physics term, which means that speed or forward motion of an object is equal to mass times velocity. In everyday usage, momentum is the strength or speed gained by motion or a series of events (<a href=\"http://www.merriam-webster.com/dictionary/momentum\" target=\"_blank\"><span style=\"color: #000000;\">here is Merriam-Webster\'s</span></a> definition).</span>\r\n\r\n<span style=\"color: #000000;\">Momentum is good for marketing--it helps you build up steam and propels you forward (gets you new business, more readers, bigger audience, etc).  But if when things are starting to speed up,  you apply the brakes, you (like your car) will quite literally slow down (lose momentum). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Losing momentum is a marketing killer.</strong> </span>\r\n\r\n<span style=\"color: #000000;\">How do you lose momentum? There are many \"brakes.\" Here are few examples:</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Not returning inquiry calls:</strong> If I call you for information, I am what they call a warm prospect. By not calling me back, you are losing me. By taking your sweet time to return said calls, you also lose momentum.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Not following up</strong>:  In mid-December I attended the inaugural event for a new DC networking group. It sounded good and I provided my email, saying I would be happy to help organize an event. I haven\'t heard ONE word from them. They haven\'t held another event. They lost momentum.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Changing your terms suddenly (dashing expectations):</strong> Say you always get bread served at your favorite restaurant, and suddenly, the restaurant decides to cut costs and there goes the bread basket. It may have been what you enjoyed about the place, and now your expectations are dashed. You may not return.</span>\r\n\r\n<strong>Not blogging (or Tweeting or posting on Facebook) for months:</strong> You started your blog, and you had lots to say. And then you stopped posting. Any readership (or followers) you had, will dwindle. You lost momentum.\r\n\r\n<span style=\"color: #000000;\">Whenever you do something that slows down your interaction with a prospective customer or client, you are losing momentum. That is a marketing/communications failure.</span>\r\n\r\n<span style=\"color: #000000;\">Have you experienced lost marketing momentum? Please give me your examples in the comments.</span>','Weekly communications #fail: losing momentum','','publish','open','open','','weekly-communications-fail-losing-momentum','','','2012-03-23 12:41:01','2012-03-23 12:41:01','',0,'http://deborahbrody.com/?p=1642',0,'post','',2),
(1595,4,'2012-02-27 16:18:28','2012-02-27 16:18:28','Last night, I watched part of the Academy Awards (or Oscars to most everyone on the planet). I did not watch it all. And what I did watch, I didn\'t enjoy.\r\n\r\nIt seems quite ironic that the night meant to celebrating the best in film ENTERTAINMENT, is so un-entertaining.  The jokes were not funny, the audio was off (some weird feedback on the microphones), the show was too long. Some speakers were cut off, and Billy Crystal, the host, seemed caught in some time warp.\r\n\r\nPerhaps it is because Hollywood is out of touch (seriously, how many people in this economy could even afford a designer gown?). Or perhaps it is because the Academy is completely not representative of the population (it is mostly male, mostly white, mostly old, as the <a href=\"http://www.latimes.com/entertainment/news/movies/academy/la-et-unmasking-oscar-academy-project-html,0,7473284.htmlstory\" target=\"_blank\">LA Times reported</a>).\r\n\r\nWith each passing year it seems that the red carpet pre-show, where the attendees show off what they are wearing, becomes what more people want to watch than the actual awards.\r\n\r\nSo, did YOU watch the Oscars? If so, what did you think?','Did you watch the Oscars?','','publish','open','open','','did-you-watch-the-oscars','','','2012-02-27 16:18:28','2012-02-27 16:18:28','',0,'http://deborahbrody.com/?p=1595',0,'post','',1),
(1579,4,'2012-02-17 14:19:30','2012-02-17 14:19:30','<span style=\"color: #000000;\">Every day I see something in the communications world that either irks me, peeves me or just plain amazes me, and not in a good way.  There\'s so much that I am making it a weekly rant on the blog.</span>\r\n\r\n<span style=\"color: #000000;\">This week\'s communication fail has to do with sharing... social sharing that is...and how hard it can be to do. </span>\r\n\r\n<strong>The communications failure for February 17th: Sharing done wrong.</strong>\r\n\r\n<span style=\"color: #000000;\">Here\'s what I have encountered this week:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><strong>No sharing buttons whatsoever on a blog or major news site</strong>. (In fact, I found no sharing buttons on a post about how to communicate effectively, I am not kidding.) This needs to stop. If you have a blog, you have to include the ability to share. </span></li>\r\n	<li><span style=\"color: #000000;\"><strong>Sharing buttons that share the name of the blog but not the name of the post</strong>. Why would I share something called say, Deb\'s blog and a URL and expect people to read it? If it said something like \"Why sharing buttons are crucial\" on Deb\'s blog, then yes.</span></li>\r\n	<li><span style=\"color: #000000;\"><strong>Sharing buttons that share the name of the post but not of the author</strong>. It\'s about giving credit where credit is due. There are so many sharing buttons out there, it\'s hard to find the right one. </span></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><strong>If you are a blogger, do yourself a favor: check your sharing buttons right now. </strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The weekly communications #fail','','publish','open','open','','the-weekly-communications-fail','','','2012-02-17 14:21:45','2012-02-17 14:21:45','',0,'http://deborahbrody.com/?p=1579',0,'post','',0),
(1580,4,'2012-02-17 14:17:30','2012-02-17 14:17:30','<span style=\"color: #000000;\">Every day I see something in the communications world that either irks me, peeves me or just plain amazes me, and not in a good way.  There\'s so much that I am making it a weekly rant on the blog.</span>\n\n<span style=\"color: #000000;\">This week\'s communication fail has to do with sharing... social sharing that is...and how hard it can be to do. </span>\n\n<strong>The communications failure for February 17th: Sharing done wrong.</strong>\n\n<span style=\"color: #000000;\">Here\'s what I have encountered this week:</span>\n<ul>\n	<li><span style=\"color: #000000;\">No sharing buttons whatsoever on a blog or major news site. (In fact, I found no sharing buttons on a post about how to communicate effectively, I am not kidding.) This needs to stop. If you have a blog, you have to include the ability to share. </span></li>\n	<li><span style=\"color: #000000;\">Sharing buttons that share the name of the blog but not the name of the post. Why would I share something called say, Deb\'s blog and a URL and expect people to read it? If it said something like \"Why sharing buttons are crucial\" on Deb\'s blog, then yes.</span></li>\n	<li><span style=\"color: #000000;\">Sharing buttons that share the name of the post but not of the author. It\'s about giving credit where credit is due. There are so many sharing buttons out there, it\'s hard to find the right one. </span></li>\n</ul>\n<span style=\"color: #000000;\"><strong>If you are a blogger, do yourself a favor: check your sharing buttons right now.</strong></span>\n\n&nbsp;\n\n&nbsp;','The weekly communications #fail','','inherit','open','open','','1579-revision','','','2012-02-17 14:17:30','2012-02-17 14:17:30','',1579,'http://deborahbrody.com/2012/02/1579-revision/',0,'revision','',0),
(1581,4,'2012-02-17 14:19:02','2012-02-17 14:19:02','<span style=\"color: #000000;\">Every day I see something in the communications world that either irks me, peeves me or just plain amazes me, and not in a good way.  There\'s so much that I am making it a weekly rant on the blog.</span>\n\n<span style=\"color: #000000;\">This week\'s communication fail has to do with sharing... social sharing that is...and how hard it can be to do. </span>\n\n<strong>The communications failure for February 17th: Sharing done wrong.</strong>\n\n<span style=\"color: #000000;\">Here\'s what I have encountered this week:</span>\n<ul>\n	<li><span style=\"color: #000000;\">No sharing buttons whatsoever on a blog or major news site. (In fact, I found no sharing buttons on a post about how to communicate effectively, I am not kidding.) This needs to stop. If you have a blog, you have to include the ability to share. </span></li>\n	<li><span style=\"color: #000000;\">Sharing buttons that share the name of the blog but not the name of the post. Why would I share something called say, Deb\'s blog and a URL and expect people to read it? If it said something like \"Why sharing buttons are crucial\" on Deb\'s blog, then yes.</span></li>\n	<li><span style=\"color: #000000;\">Sharing buttons that share the name of the post but not of the author. It\'s about giving credit where credit is due. There are so many sharing buttons out there, it\'s hard to find the right one. </span></li>\n</ul>\n<span style=\"color: #000000;\"><strong>If you are a blogger, do yourself a favor: check your sharing buttons right now. </strong></span>\n\n&nbsp;\n\n&nbsp;','The weekly communications #fail','','inherit','open','open','','1579-revision-2','','','2012-02-17 14:19:02','2012-02-17 14:19:02','',1579,'http://deborahbrody.com/2012/02/1579-revision-2/',0,'revision','',0),
(1582,4,'2012-02-17 14:19:30','2012-02-17 14:19:30','<span style=\"color: #000000;\">Every day I see something in the communications world that either irks me, peeves me or just plain amazes me, and not in a good way.  There\'s so much that I am making it a weekly rant on the blog.</span>\r\n\r\n<span style=\"color: #000000;\">This week\'s communication fail has to do with sharing... social sharing that is...and how hard it can be to do. </span>\r\n\r\n<strong>The communications failure for February 17th: Sharing done wrong.</strong>\r\n\r\n<span style=\"color: #000000;\">Here\'s what I have encountered this week:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">No sharing buttons whatsoever on a blog or major news site. (In fact, I found no sharing buttons on a post about how to communicate effectively, I am not kidding.) This needs to stop. If you have a blog, you have to include the ability to share. </span></li>\r\n	<li><span style=\"color: #000000;\">Sharing buttons that share the name of the blog but not the name of the post. Why would I share something called say, Deb\'s blog and a URL and expect people to read it? If it said something like \"Why sharing buttons are crucial\" on Deb\'s blog, then yes.</span></li>\r\n	<li><span style=\"color: #000000;\">Sharing buttons that share the name of the post but not of the author. It\'s about giving credit where credit is due. There are so many sharing buttons out there, it\'s hard to find the right one. </span></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><strong>If you are a blogger, do yourself a favor: check your sharing buttons right now. </strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The weekly communications #fail','','inherit','open','open','','1579-revision-3','','','2012-02-17 14:19:30','2012-02-17 14:19:30','',1579,'http://deborahbrody.com/2012/02/1579-revision-3/',0,'revision','',0),
(1583,4,'2012-02-17 14:21:11','2012-02-17 14:21:11','<span style=\"color: #000000;\">Every day I see something in the communications world that either irks me, peeves me or just plain amazes me, and not in a good way.  There\'s so much that I am making it a weekly rant on the blog.</span>\r\n\r\n<span style=\"color: #000000;\">This week\'s communication fail has to do with sharing... social sharing that is...and how hard it can be to do. </span>\r\n\r\n<strong>The communications failure for February 17th: Sharing done wrong.</strong>\r\n\r\n<span style=\"color: #000000;\">Here\'s what I have encountered this week:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><strong>No sharing buttons whatsoever on a blog or major news site</strong>. (In fact, I found no sharing buttons on a post about how to communicate effectively, I am not kidding.) This needs to stop. If you have a blog, you have to include the ability to share. </span></li>\r\n	<li><span style=\"color: #000000;\"><strong>Sharing buttons that share the name of the blog but not the name of the post</strong>. Why would I share something called say, Deb\'s blog and a URL and expect people to read it? If it said something like \"Why sharing buttons are crucial\" on Deb\'s blog, then yes.</span></li>\r\n	<li><span style=\"color: #000000;\"><strong>Sharing buttons that share the name of the post but not of the author</strong>. It\'s about giving credit where credit is due. There are so many sharing buttons out there, it\'s hard to find the right one. </span></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><strong>If you are a blogger, do yourself a favor: check your sharing buttons right now. </strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The weekly communications #fail','','inherit','open','open','','1579-revision-4','','','2012-02-17 14:21:11','2012-02-17 14:21:11','',1579,'http://deborahbrody.com/2012/02/1579-revision-4/',0,'revision','',0),
(1585,4,'2012-02-20 18:41:47','2012-02-20 18:41:47','<span style=\"color: #000000;\">ATT sent me a \"special customer offer.\" The letter giving me notification of this \"special offer\" starts like this:</span>\r\n<blockquote><span style=\"color: #000000;\">Dear Deborah Brody,</span>\r\n\r\n<span style=\"color: #000000;\">You\'ve been such a great customer, you deserve something special from us.</span>\r\n\r\n<span style=\"color: #000000;\">That\'s why I\'m offering you a <strong>FREE Android Smartphone</strong> when you activate an additional line of service with a new two-year voice agreement with qualifying monthly data plan required per phone.</span></blockquote>\r\n<span style=\"color: #000000;\">To recap, ATT will show its appreciation for my business by giving me a \"free\" phone, which will require me to subscribe to more services and pay more per month and only if I activate a second line.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Basically, they are offering me nothing.</strong></span>\r\n\r\n<span style=\"color: #000000;\">The thing is, I don\'t need a second line of service.</span>\r\n\r\n<span style=\"color: #000000;\">I have gotten this same offer over and over and over again. Never once have I gotten an offer for a phone upgrade without ATT requiring a second line activation.</span>\r\n\r\n<span style=\"color: #000000;\">This offer is all about ATT and not at all about me. It is not even remotely tailored to the customer\'s needs.</span>\r\n\r\n<span style=\"color: #000000;\">ATT finishes its letter to me by saying:</span>\r\n<blockquote><span style=\"color: #000000;\">Don\'t think twice about this one, Deborah. Call today [phone number] and get it all.</span></blockquote>\r\n<span style=\"color: #000000;\">I don\'t have to think about this at all. I know it is not an offer for me.</span>\r\n\r\n<span style=\"color: #000000;\">ATT, your marketing is a big, fat #FAIL.</span>\r\n\r\n&nbsp;','ATT\'s not so special offer--a marketing #fail','','publish','open','open','','atts-not-so-special-offer-a-marketing-fail','','','2012-02-20 18:42:27','2012-02-20 18:42:27','',0,'http://deborahbrody.com/?p=1585',0,'post','',0),
(1586,4,'2012-02-20 18:41:36','2012-02-20 18:41:36','ATT sent me a \"special customer offer.\" The letter giving me notification of this \"special offer\" starts like this:\n<blockquote>Dear Deborah Brody,\n\nYou\'ve been such a great customer, you deserve something special from us.\n\nThat\'s why I\'m offering you a <strong>FREE Android Smartphone</strong> when you activate an additional line of service with a new two-year voice agreement with qualifying monthly data plan required per phone.</blockquote>\nTo recap, ATT will show its appreciation for my business by giving me a \"free\" phone, which will require me to subscribe to more services and pay more per month and only if I activate a second line.\n\n<strong>Basically, they are offering me nothing.</strong>\n\nThe thing is, I don\'t need a second line of service.\n\nI have gotten this same offer over and over and over again. Never once have I gotten an offer for a phone upgrade without ATT requiring a second line activation.\n\nThis offer is all about ATT and not at all about me. It is not even remotely tailored to the customer\'s needs.\n\nATT finishes its letter to me by saying:\n<blockquote>Don\'t think twice about this one, Deborah. Call today [phone number] and get it all.</blockquote>\nI don\'t have to think about this at all. I know it is not an offer for me.\n\nATT, your marketing is a big, fat #FAIL.\n\n&nbsp;','ATT\'s not so special offer--a marketing #fail','','inherit','open','open','','1585-revision','','','2012-02-20 18:41:36','2012-02-20 18:41:36','',1585,'http://deborahbrody.com/2012/02/1585-revision/',0,'revision','',0),
(1587,4,'2012-02-20 18:41:47','2012-02-20 18:41:47','ATT sent me a \"special customer offer.\" The letter giving me notification of this \"special offer\" starts like this:\r\n<blockquote>Dear Deborah Brody,\r\n\r\nYou\'ve been such a great customer, you deserve something special from us.\r\n\r\nThat\'s why I\'m offering you a <strong>FREE Android Smartphone</strong> when you activate an additional line of service with a new two-year voice agreement with qualifying monthly data plan required per phone.</blockquote>\r\nTo recap, ATT will show its appreciation for my business by giving me a \"free\" phone, which will require me to subscribe to more services and pay more per month and only if I activate a second line.\r\n\r\n<strong>Basically, they are offering me nothing.</strong>\r\n\r\nThe thing is, I don\'t need a second line of service.\r\n\r\nI have gotten this same offer over and over and over again. Never once have I gotten an offer for a phone upgrade without ATT requiring a second line activation.\r\n\r\nThis offer is all about ATT and not at all about me. It is not even remotely tailored to the customer\'s needs.\r\n\r\nATT finishes its letter to me by saying:\r\n<blockquote>Don\'t think twice about this one, Deborah. Call today [phone number] and get it all.</blockquote>\r\nI don\'t have to think about this at all. I know it is not an offer for me.\r\n\r\nATT, your marketing is a big, fat #FAIL.\r\n\r\n&nbsp;','ATT\'s not so special offer--a marketing #fail','','inherit','open','open','','1585-revision-2','','','2012-02-20 18:41:47','2012-02-20 18:41:47','',1585,'http://deborahbrody.com/2012/02/1585-revision-2/',0,'revision','',0),
(1589,4,'2012-02-24 14:28:17','2012-02-24 14:28:17','<span style=\"color: #000000;\">Yesterday, as I was reading The Washington Post, I came across <a href=\"http://www.washingtonpost.com/local/spike-tv-show-gives-silver-springs-piratz-tavern-a-makeover/2012/02/21/gIQADLA9SR_story.html\" target=\"_blank\">this item</a>, regarding a makeover for a Silver Spring, MD bar. </span>\r\n\r\n<span style=\"color: #000000;\">The bar, formerly known as Piratz Tavern, was targeted by Spike TV to be redone.  Apparently, the bar\'s sales had been slumping and the owners appealed to the \"Bar Rescue\" show.  Piratz had a pirate theme--the waitstaff dressed up as pirates, there was rum, and \"pirate-themed\" food. The decor was pirate-casual (you know, skulls on the wall-like).</span>\r\n\r\n<span style=\"color: #000000;\">In comes the Bar Rescue staff and Piratz Tavern becomes, are you ready for this? Corporate Bar and Grill, serving gourmet burgers to executives not interested in being pretend pirates. </span>\r\n\r\n<span style=\"color: #000000;\">Corporate Bar and Grill? Seriously? Could they have chosen a more generic name? A more generic menu? I am not a betting person, but I  would bet that this won\'t result in higher earnings, except if they are charging much more for these executive burgers.</span>\r\n\r\n<span style=\"color: #000000;\">Perhaps what Piratz needed was not a complete rebranding to become a generic grill, but instead, an effective way to market a quirky spot that is a bit out of the way for foot traffic. If foot traffic was the issue before, it will still be an issue now, regardless of whether the food is better. </span>\r\n\r\n<span style=\"color: #000000;\">If you have something different, I think you should exploit it. Becoming just like everyone else is rarely a way to get ahead of the crowd.</span> <span style=\"color: #000000;\">Becoming more generic is this week\'s communications #fail.</span>','The weekly communications #fail: rebranding gone wrong','','publish','open','open','','the-weekly-communications-fail-rebranding-gone-wrong','','','2012-02-24 14:34:32','2012-02-24 14:34:32','',0,'http://deborahbrody.com/?p=1589',0,'post','',1),
(1590,4,'2012-02-24 14:28:01','2012-02-24 14:28:01','<span style=\"color: #000000;\">Yesterday, as I was reading The Washington Post, I came across <a href=\"http://www.washingtonpost.com/local/spike-tv-show-gives-silver-springs-piratz-tavern-a-makeover/2012/02/21/gIQADLA9SR_story.html\" target=\"_blank\">this item</a>, regarding a makeover for a Silver Spring, MD bar. </span>\n\n<span style=\"color: #000000;\">The bar, formerly known as Piratz Tavern, was targeted by Spike TV to be redone.  Apparently, the bar\'s sales had been slumping and the owners appealed to the \"Bar Rescue\" show.  Piratz had a pirate theme--the waitstaff dressed up as pirates, there was rum, and \"pirate-themed\" food. The decor was pirate-casual (you know, skulls on the wall-like).</span>\n\n<span style=\"color: #000000;\">In comes the Bar Rescue staff and Piratz Tavern becomes, are you ready for this? Corporate Bar and Grill, serving gourmet burgers to executives not interested in being pretend pirates. </span>\n\n<span style=\"color: #000000;\">Corporate Bar and Grill? Could they have chosen a more generic name? A more generic menu? I am not a betting person, but I don\'t think this will save the place.</span>\n\n<span style=\"color: #000000;\">Perhaps what Piratz needed was not a complete rebranding to become a generic grill, but instead, a way to market a quirky spot that is a bit out of the way for foot traffic. If foot traffic was the issue before, it will still be an issue now, regardless of whether the food is better. </span>\n\n<span style=\"color: #000000;\">If you have something different, I think you should exploit it. Becoming just like everyone else is rarely a way to get ahead of the crowd.</span> Becoming more generic is this week\'s communications #fail.','The weekly communications #fail: rebranding gone wrong','','inherit','open','open','','1589-revision','','','2012-02-24 14:28:01','2012-02-24 14:28:01','',1589,'http://deborahbrody.com/2012/02/1589-revision/',0,'revision','',0),
(1591,4,'2012-02-24 14:33:49','2012-02-24 14:33:49','<span style=\"color: #000000;\">Yesterday, as I was reading The Washington Post, I came across <a href=\"http://www.washingtonpost.com/local/spike-tv-show-gives-silver-springs-piratz-tavern-a-makeover/2012/02/21/gIQADLA9SR_story.html\" target=\"_blank\">this item</a>, regarding a makeover for a Silver Spring, MD bar. </span>\n\n<span style=\"color: #000000;\">The bar, formerly known as Piratz Tavern, was targeted by Spike TV to be redone.  Apparently, the bar\'s sales had been slumping and the owners appealed to the \"Bar Rescue\" show.  Piratz had a pirate theme--the waitstaff dressed up as pirates, there was rum, and \"pirate-themed\" food. The decor was pirate-casual (you know, skulls on the wall-like).</span>\n\n<span style=\"color: #000000;\">In comes the Bar Rescue staff and Piratz Tavern becomes, are you ready for this? Corporate Bar and Grill, serving gourmet burgers to executives not interested in being pretend pirates. </span>\n\n<span style=\"color: #000000;\">Corporate Bar and Grill? Seriously? Could they have chosen a more generic name? A more generic menu? I am not a betting person, but I  would bet that this won\'t result in higher earnings, ex this will save the place.</span>\n\n<span style=\"color: #000000;\">Perhaps what Piratz needed was not a complete rebranding to become a generic grill, but instead, a way to market a quirky spot that is a bit out of the way for foot traffic. If foot traffic was the issue before, it will still be an issue now, regardless of whether the food is better. </span>\n\n<span style=\"color: #000000;\">If you have something different, I think you should exploit it. Becoming just like everyone else is rarely a way to get ahead of the crowd.</span> <span style=\"color: #000000;\">Becoming more generic is this week\'s communications #fail.</span>','The weekly communications #fail: rebranding gone wrong','','inherit','open','open','','1589-autosave','','','2012-02-24 14:33:49','2012-02-24 14:33:49','',1589,'http://deborahbrody.com/2012/02/1589-autosave/',0,'revision','',0),
(1592,4,'2012-02-24 14:28:17','2012-02-24 14:28:17','<span style=\"color: #000000;\">Yesterday, as I was reading The Washington Post, I came across <a href=\"http://www.washingtonpost.com/local/spike-tv-show-gives-silver-springs-piratz-tavern-a-makeover/2012/02/21/gIQADLA9SR_story.html\" target=\"_blank\">this item</a>, regarding a makeover for a Silver Spring, MD bar. </span>\r\n\r\n<span style=\"color: #000000;\">The bar, formerly known as Piratz Tavern, was targeted by Spike TV to be redone.  Apparently, the bar\'s sales had been slumping and the owners appealed to the \"Bar Rescue\" show.  Piratz had a pirate theme--the waitstaff dressed up as pirates, there was rum, and \"pirate-themed\" food. The decor was pirate-casual (you know, skulls on the wall-like).</span>\r\n\r\n<span style=\"color: #000000;\">In comes the Bar Rescue staff and Piratz Tavern becomes, are you ready for this? Corporate Bar and Grill, serving gourmet burgers to executives not interested in being pretend pirates. </span>\r\n\r\n<span style=\"color: #000000;\">Corporate Bar and Grill? Could they have chosen a more generic name? A more generic menu? I am not a betting person, but I don\'t think this will save the place.</span>\r\n\r\n<span style=\"color: #000000;\">Perhaps what Piratz needed was not a complete rebranding to become a generic grill, but instead, a way to market a quirky spot that is a bit out of the way for foot traffic. If foot traffic was the issue before, it will still be an issue now, regardless of whether the food is better. </span>\r\n\r\n<span style=\"color: #000000;\">If you have something different, I think you should exploit it. Becoming just like everyone else is rarely a way to get ahead of the crowd.</span> Becoming more generic is this week\'s communications #fail.','The weekly communications #fail: rebranding gone wrong','','inherit','open','open','','1589-revision-2','','','2012-02-24 14:28:17','2012-02-24 14:28:17','',1589,'http://deborahbrody.com/2012/02/1589-revision-2/',0,'revision','',0),
(2764,4,'2012-09-02 20:08:56','2012-09-02 20:08:56','Deborah Brody Marketing Communications works with businesses and non-profit organizations. We have experience with various industries, including hospitality/tourism, financial, real estate, marketing, legal and software development.\r\n\r\n<strong>Clients have included:</strong>\r\n\r\nACTON Marketing\r\nAlexandria Education\r\n\r\nBNA\r\nB’nai B’rith International\r\nCaribbean Basin Enterprise\r\n\r\nDKD New Media\r\nHotel Presidente (Costa Rica)\r\n\r\nKARRASS\r\nLaw Offices of Jason Warshofsky\r\nMemorable Costa Rica\r\n\r\nMiCORE Solutions, Inc.\r\nSimply Savvy Events\r\n\r\nSperry Van Ness\r\nStarWave Associates\r\nStateTrust Group\r\nStreamline Communications\r\nStudio Twenty-Two\r\n\r\nSW Creatives\r\nTabacon Resort and Spa (Costa Rica)\r\nThe Gary Rosenthal Collection','Clients','','inherit','open','open','','38-revision-v1','','','2012-09-02 20:08:56','2012-09-02 20:08:56','',38,'http://deborahbrody.com/2012/09/38-revision-v1/',0,'revision','',0),
(1594,4,'2011-07-22 04:13:27','2011-07-22 04:13:27','Deborah Brody Marketing Communications works with small to  medium-size businesses and non-profit organizations. We have experience  with various industries, including hospitality/tourism, financial, real  estate, marketing, legal and software development.\r\n\r\n<strong>Clients have included:</strong>\r\n\r\nACTON Marketing\r\nAlexandria Education\r\nB’nai B’rith International\r\nCaribbean Basin Enterprise\r\nHotel Presidente (Costa Rica)\r\nLaw Offices of Jason Warshofsky\r\nMemorable Costa Rica\r\nSimply Savvy Events\r\nStarWave Associates\r\nStateTrust Group\r\nStreamline Communications\r\nStudio Twenty-Two\r\nTabacon Resort and Spa (Costa Rica)\r\nThe Gary Rosenthal Collection','Clients','','inherit','open','open','','38-revision-v1','','','2011-07-22 04:13:27','2011-07-22 04:13:27','',38,'http://deborahbrody.com/2011/07/38-revision-3/',0,'revision','',0),
(1596,4,'2012-02-27 16:17:33','2012-02-27 16:17:33','Last night, I watched part of the Academy Awards (or Oscars to most everyone on the planet). I did not watch it all. And what I did watch, I didn\'t enjoy.\n\nIt seems quite ironic that the night meant to celebrating the best in film ENTERTAINMENT, is so un-entertaining.  The jokes were not funny, the audio was off (some weird feedback on the microphones), the show was too long. Some speakers were cut off, and Billy Crystal, the host, seemed caught in some time warp.\n\nPerhaps it is because Hollywood is out of touch (seriously, how many people in this economy could even afford a designer gown?). Or perhaps it is because the Academy is completely not representative of the population (it is mostly male, mostly white, mostly old, as the <a href=\"http://www.latimes.com/entertainment/news/movies/academy/la-et-unmasking-oscar-academy-project-html,0,7473284.htmlstory\" target=\"_blank\">LA Times reported</a>).\n\nWith each passing year it seems that the red carpet pre-show, where the attendees show off what they are wearing, becomes more what people want to watch than the actual awards.\n\nSo, did YOU watch the Oscars? If so, what did you think?','Did you watch the Oscars?','','inherit','open','open','','1595-revision','','','2012-02-27 16:17:33','2012-02-27 16:17:33','',1595,'http://deborahbrody.com/2012/02/1595-revision/',0,'revision','',0),
(1597,4,'2012-02-27 16:19:32','2012-02-27 16:19:32','Last night, I watched part of the Academy Awards (or Oscars to most everyone on the planet). I did not watch it all. And what I did watch, I didn\'t enjoy.\n\nIt seems quite ironic that the night meant to celebrating the best in film ENTERTAINMENT, is so un-entertaining.  The jokes were not funny, the audio was off (some weird feedback on the microphones), the show was too long. Some speakers were cut off, and Billy Crystal, the host, seemed caught in some time warp.\n\nPerhaps it is because Hollywood is out of touch (seriously, how many people in this economy could even afford a designer gown?). Or perhaps it is because the Academy is completely not representative of the population (it is mostly male, mostly white, mostly old, as the <a href=\"http://www.latimes.com/entertainment/news/movies/academy/la-et-unmasking-oscar-academy-project-html,0,7473284.htmlstory\" target=\"_blank\">LA Times reported</a>).\n\nWith each passing year it seems that the red carpet pre-show, where the attendees show off what they are wearing, becomes what more people want to watch than the actual awards.\n\nSo, did YOU watch the Oscars? If so, what did you think?','Did you watch the Oscars?','','inherit','open','open','','1595-autosave','','','2012-02-27 16:19:32','2012-02-27 16:19:32','',1595,'http://deborahbrody.com/2012/02/1595-autosave/',0,'revision','',0),
(1599,4,'2012-02-28 15:09:48','2012-02-28 15:09:48','<span style=\"color: #000000;\">Have you ever been to a job interview where you are not encouraged to ask questions? Have you been offered a job where you don\'t ask about benefits, salary or vacation/sick day policy? I would bet that if you went to a job interview and you did not meet who you would be working for, and where, and if the interviewer did not tell you a bit about the hiring organization, you would be a bit hesitant about it being a good fit for you.\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Some organizations seem to believe that if they are deigning to hire someone--be it an employee or a consultant or an agency or any type of service--they don\'t need to market themselves. Potential hires should just be excited that someone is offering to consider them or their services. </span>\r\n\r\n<span style=\"color: #000000;\">Companies that care about providing a good work environment are proud to let the world know about it. They even use it as a differentiator. You have probably seen organizations that tout that they were selected as a top employer for working moms, or most socially responsible organization and so forth. </span>\r\n\r\n<span style=\"color: #000000;\">There are many organizations out there, and if you are in marketing, you must differentiate yourself from everyone else. Even if you are \"just hiring.\"</span>\r\n\r\n<span style=\"color: #000000;\">Yesterday, I got the following email (identity is concealed):</span>\r\n\r\n<span style=\"color: #3366ff;\"><em>Subject: What type of work do you do?</em></span>\r\n\r\n<span style=\"color: #3366ff;\"><em>Body: Just starting the process to see if we want to bring in a firm as a consultant on several projects. What type of work does your firm do? Who/what are your clients?</em></span>\r\n\r\n<span style=\"color: #3366ff;\"><em>[name] </em></span>\r\n\r\n<span style=\"color: #3366ff;\"><em>Marketing Manager</em></span>\r\n<span style=\"color: #3366ff;\"><em> <strong></strong>[COMPANY NAME]</em></span>\r\n<span style=\"color: #3366ff;\"><em> [phone/fax/email/address]</em></span>\r\n\r\n<span style=\"color: #000000;\">This marketing manager is not managing to market herself at all. What does her company do? What types of projects is she interested in? Why would I want to answer her? (Not to mention that you can find answers to all these questions right here on my website.)</span>\r\n\r\n<span style=\"color: #000000;\">Marketing is about making an impression. Even if you are doing the hiring does not mean you don\'t have to impress your potential hiree about what a good/special/professional company you are. Perhaps you are known for paying well, or paying on time, or being responsive, or having employees that have been there for decades. Whatever it is, it is what makes your organization special and different from other organizations.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Just because you are doing the hiring doesn\'t mean you don\'t have to market yourself','','publish','open','open','','just-because-you-are-doing-the-hiring-doesnt-mean-you-dont-have-to-market-yourself','','','2012-02-28 15:11:36','2012-02-28 15:11:36','',0,'http://deborahbrody.com/?p=1599',0,'post','',2),
(1600,4,'2012-02-28 15:09:08','2012-02-28 15:09:08','<span style=\"color: #000000;\">Have you ever been to a job interview where you are not encouraged to ask questions? Have you been offered a job where you don\'t ask about benefits, salary or vacation/sick day policy? I would bet that if you went to a job interview and you did not meet who you would be working for, and where, and if the interviewer did not tell you a bit about the hiring organization, you would be a bit hesitant about it being a good fit for you.\n</span>\n\n<span style=\"color: #000000;\">Some organizations seem to believe that if they are deigning to hire someone--be it an employee or a consultant or an agency or any type of service--they don\'t need to market themselves. Potential hires should just be excited that someone is offering to consider them or their services. </span>\n\n<span style=\"color: #000000;\">Companies that care about providing a good work environment are proud to let the world know about it. They even use it as a differentiator. You have probably seen organizations that tout that they were selected as a top employer for working moms, or most socially responsible organization and so forth. </span>\n\n<span style=\"color: #000000;\">There are many organizations out there, and if you are in marketing, you must differentiate yourself from everyone else. Even if you are \"just hiring.\"</span>\n\n<span style=\"color: #000000;\">Yesterday, I got the following email (identity is concealed):</span>\n\n<span style=\"color: #000000;\">Subject: What type of work do you do?</span>\n\n<span style=\"color: #000000;\">Body: Just starting the process to see if we want to bring in a firm as a consultant on several projects. What type of work does your firm do? Who/what are your clients?</span>\n\n<span style=\"color: #000000;\">[name] </span>\n\n<span style=\"color: #000000;\">Marketing Manager</span>\n<span style=\"color: #000000;\"><strong></strong>[COMPANY NAME]</span>\n<span style=\"color: #000000;\">[phone/fax/email/address]</span>\n\nThis marketing manager is not managing to market herself at all. What does her company do? What types of projects is she interested in? Why would I want to answer her? (Not to mention that you can find answers to all these questions right here on my website.)\n\nMarketing is about making an impression. Even if you are doing the hiring does not mean you don\'t have to impress your potential hiree about what a good/special/professional company you are. Perhaps you are known for paying well, or paying on time, or being responsive, or having employees that have been there for decades. Whatever it is, it is what makes your organization special and different from other organizations.\n\n&nbsp;\n\n&nbsp;','Just because you are doing the hiring doesn\'t mean you don\'t have to market yourself','','inherit','open','open','','1599-revision','','','2012-02-28 15:09:08','2012-02-28 15:09:08','',1599,'http://deborahbrody.com/2012/02/1599-revision/',0,'revision','',0),
(1601,4,'2012-02-28 15:09:48','2012-02-28 15:09:48','<span style=\"color: #000000;\">Have you ever been to a job interview where you are not encouraged to ask questions? Have you been offered a job where you don\'t ask about benefits, salary or vacation/sick day policy? I would bet that if you went to a job interview and you did not meet who you would be working for, and where, and if the interviewer did not tell you a bit about the hiring organization, you would be a bit hesitant about it being a good fit for you.\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Some organizations seem to believe that if they are deigning to hire someone--be it an employee or a consultant or an agency or any type of service--they don\'t need to market themselves. Potential hires should just be excited that someone is offering to consider them or their services. </span>\r\n\r\n<span style=\"color: #000000;\">Companies that care about providing a good work environment are proud to let the world know about it. They even use it as a differentiator. You have probably seen organizations that tout that they were selected as a top employer for working moms, or most socially responsible organization and so forth. </span>\r\n\r\n<span style=\"color: #000000;\">There are many organizations out there, and if you are in marketing, you must differentiate yourself from everyone else. Even if you are \"just hiring.\"</span>\r\n\r\n<span style=\"color: #000000;\">Yesterday, I got the following email (identity is concealed):</span>\r\n\r\n<span style=\"color: #000000;\">Subject: What type of work do you do?</span>\r\n\r\n<span style=\"color: #000000;\">Body: Just starting the process to see if we want to bring in a firm as a consultant on several projects. What type of work does your firm do? Who/what are your clients?</span>\r\n\r\n<span style=\"color: #000000;\">[name] </span>\r\n\r\n<span style=\"color: #000000;\">Marketing Manager</span>\r\n<span style=\"color: #000000;\"><strong></strong>[COMPANY NAME]</span>\r\n<span style=\"color: #000000;\">[phone/fax/email/address]</span>\r\n\r\nThis marketing manager is not managing to market herself at all. What does her company do? What types of projects is she interested in? Why would I want to answer her? (Not to mention that you can find answers to all these questions right here on my website.)\r\n\r\nMarketing is about making an impression. Even if you are doing the hiring does not mean you don\'t have to impress your potential hiree about what a good/special/professional company you are. Perhaps you are known for paying well, or paying on time, or being responsive, or having employees that have been there for decades. Whatever it is, it is what makes your organization special and different from other organizations.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Just because you are doing the hiring doesn\'t mean you don\'t have to market yourself','','inherit','open','open','','1599-revision-2','','','2012-02-28 15:09:48','2012-02-28 15:09:48','',1599,'http://deborahbrody.com/2012/02/1599-revision-2/',0,'revision','',0),
(1602,4,'2012-02-28 15:12:42','2012-02-28 15:12:42','<span style=\"color: #000000;\">Have you ever been to a job interview where you are not encouraged to ask questions? Have you been offered a job where you don\'t ask about benefits, salary or vacation/sick day policy? I would bet that if you went to a job interview and you did not meet who you would be working for, and where, and if the interviewer did not tell you a bit about the hiring organization, you would be a bit hesitant about it being a good fit for you.\n</span>\n\n<span style=\"color: #000000;\">Some organizations seem to believe that if they are deigning to hire someone--be it an employee or a consultant or an agency or any type of service--they don\'t need to market themselves. Potential hires should just be excited that someone is offering to consider them or their services. </span>\n\n<span style=\"color: #000000;\">Companies that care about providing a good work environment are proud to let the world know about it. They even use it as a differentiator. You have probably seen organizations that tout that they were selected as a top employer for working moms, or most socially responsible organization and so forth. </span>\n\n<span style=\"color: #000000;\">There are many organizations out there, and if you are in marketing, you must differentiate yourself from everyone else. Even if you are \"just hiring.\"</span>\n\n<span style=\"color: #000000;\">Yesterday, I got the following email (identity is concealed):</span>\n\n<span style=\"color: #3366ff;\"><em>Subject: What type of work do you do?</em></span>\n\n<span style=\"color: #3366ff;\"><em>Body: Just starting the process to see if we want to bring in a firm as a consultant on several projects. What type of work does your firm do? Who/what are your clients?</em></span>\n\n<span style=\"color: #3366ff;\"><em>[name] </em></span>\n\n<span style=\"color: #3366ff;\"><em>Marketing Manager</em></span>\n<span style=\"color: #3366ff;\"><em> <strong></strong>[COMPANY NAME]</em></span>\n<span style=\"color: #3366ff;\"><em> [phone/fax/email/address]</em></span>\n\n<span style=\"color: #000000;\">This marketing manager is not managing to market herself at all. What does her company do? What types of projects is she interested in? Why would I want to answer her? (Not to mention that you can find answers to all these questions right here on my website.)</span>\n\n<span style=\"color: #000000;\">Marketing is about making an impression. Even if you are doing the hiring does not mean you don\'t have to impress your potential hiree about what a good/special/professional company you are. Perhaps you are known for paying well, or paying on time, or being responsive, or having employees that have been there for decades. Whatever it is, it is what makes your organization special and different from other organizations.</span>\n\n&nbsp;\n\n&nbsp;','Just because you are doing the hiring doesn\'t mean you don\'t have to market yourself','','inherit','open','open','','1599-autosave','','','2012-02-28 15:12:42','2012-02-28 15:12:42','',1599,'http://deborahbrody.com/2012/02/1599-autosave/',0,'revision','',0),
(1624,4,'2012-03-10 13:22:20','2012-03-10 13:22:20','<span style=\"color: #000000;\">We are all inundated with messaging from every which way. We get voice mail and texts, email, direct messages, tweets, and even snail mail. Sometimes we just don\'t have time to respond to everything and everyone, but that choice is a communications failure. </span>\r\n\r\n<span style=\"color: #000000;\">This week, I told you all about the incident with my website. The woman who was the root cause of this issue has yet to respond to any of the tweets or emails I sent her. Not a single word (and the words I would most like to hear are \"I am sorry\").  No acknowledgment that she messed up and that her screw up affected my business (and not to mention, cost me money).  By not responding, she has made matters worse because now she has increased my anger level and shown me that she just doesn\'t care.\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Of course, sometimes people respond because they feel compelled to. Their parents jammed manners into them, and thus, they resent having to answer each and every message. They can become passive-aggressive and they issue responses that don\'t actually respond but put it off by telling you they tell you they\'ll get back to you when they are a bit less busy or when Jupiter is in line with Neptune. In a sense, this is not communication but aggression.\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Sometimes we don\'t respond because we don\'t have an answer. This is still non-communication.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Whether you have a legitimate reason or not, when you fail to respond to someone who is talking directly to you, you are failing to communicate.</strong></span>\r\n\r\n&nbsp;','Weekly communications #fail: no response','','publish','open','open','','weekly-communications-fail-no-response','','','2012-03-10 13:22:20','2012-03-10 13:22:20','',0,'http://deborahbrody.com/?p=1624',0,'post','',0),
(1604,4,'2012-02-29 17:31:07','2012-02-29 17:31:07','<span style=\"color: #000000;\">Did you catch<a title=\"The weekly communications #fail: rebranding gone wrong\" href=\"http://deborahbrody.com/2012/02/the-weekly-communications-fail-rebranding-gone-wrong/\"><span style=\"color: #000000;\"> my blog post last week</span></a> on what I consider a rebranding #fail for Piratz Tavern? Robert Freeland did, and he shared his thoughts with me (and I thought I would share them with you, with his permission of course)</span>\r\n<blockquote><span style=\"color: #000000;\">Hi Deborah,</span>\r\n\r\n<span style=\"color: #000000;\">I agree with your prediction that the Corporate Bar and Grill angle Spike TV’s “Bar Rescue” guru, Jon Taffer, thinks will save the sputtering Piratz Tavern will die its own death. The first article I read about the makeover had Taffer proclaiming the need for an “executive burger” joint in Silver Spring…whatever an executive burger is.</span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">I’ve had plenty of enjoyable times and grogs at PT, and will miss its one-of-a-kind shtick. The thing that displaced it attempts to strongarm pretention into a dive…an antithetical marriage, like matter and antimatter…Boom! I think Taffer missed the one about understanding a region’s audience before dictating what they need.</span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">I walked past CB&amp;G this evening, after leaving a very-packed Quarry House across the street (where the burgers are great). It was open but dead, consistent with your forecast. Ground beef and low inventory rotation don’t get along well.</span>\r\n\r\n<span style=\"color: #000000;\">Best,</span>\r\n\r\n<span style=\"color: #000000;\">Robert Freeland</span></blockquote>\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">We\'ll keep tabs on the new place, but unless \"executives\" develop a taste for these burgers, AND flock there religiously every lunch, I doubt the new place will survive. These days, competition is stiff for any dollars.  How do you stand out from a crowd? In this case, the shtick was the attraction. Substituting a generic experience in a place with little foot traffic is a sure-fire way to lose business.</span>\r\n\r\n<span style=\"color: #000000;\">Katie Aberbach at expressnightout.com seems to agree in her post <a href=\"http://www.expressnightout.com/2012/02/walked-the-plank/\" target=\"_blank\"><span style=\"color: #000000;\">Walked the Plank</span></a>. What do you think will happen?</span>\r\n\r\n&nbsp;','Piratz, burgers and lost pizzazz','','publish','open','open','','piratz-burgers-and-lost-pizzazz','','','2012-02-29 17:32:59','2012-02-29 17:32:59','',0,'http://deborahbrody.com/?p=1604',0,'post','',0),
(1605,4,'2012-02-29 17:29:55','2012-02-29 17:29:55','Did you catch<a title=\"The weekly communications #fail: rebranding gone wrong\" href=\"http://deborahbrody.com/2012/02/the-weekly-communications-fail-rebranding-gone-wrong/\"> my blog post last week</a> on what I consider a rebranding #fail for Piratz Tavern? Robert Freeland did, and he shared his thoughts with me (and I thought I would share them with you, with his permission of course)\n<blockquote>Hi Deborah,\n\nI agree with your prediction that the Corporate Bar and Grill angle Spike TV’s “Bar Rescue” guru, Jon Taffer, thinks will save the sputtering Piratz Tavern will die its own death. The first article I read about the makeover had Taffer proclaiming the need for an “executive burger” joint in Silver Spring…whatever an executive burger is.\n\n&nbsp;\n\nI’ve had plenty of enjoyable times and grogs at PT, and will miss its one-of-a-kind shtick. The thing that displaced it attempts to strongarm pretention into a dive…an antithetical marriage, like matter and antimatter…Boom! I think Taffer missed the one about understanding a region’s audience before dictating what they need.\n\n&nbsp;\n\nI walked past CB&amp;G this evening, after leaving a very-packed Quarry House across the street (where the burgers are great). It was open but dead, consistent with your forecast. Ground beef and low inventory rotation don’t get along well.\n\nBest,\n\nRobert Freeland</blockquote>\n&nbsp;\n\nWe\'ll keep tabs on the new place, but unless \"executives\" develop a taste for these burgers, AND flock there religiously every lunch, I doubt the new place will survive. These days, competition is stiff for any dollars.  How do you stand out from a crowd? In this case, the shtick was the attraction. Substituting a generic experience in a place with little foot traffic is a sure-fire way to lose business.\n\nK<a href=\"http://www.expressnightout.com/2012/02/walked-the-plank/\" target=\"_blank\">atie Aberbach at ExpressNightOut</a> seems to agree. What do you think will happen?\n\n&nbsp;','Piratz, burgers and lost pizzazz','','inherit','open','open','','1604-revision','','','2012-02-29 17:29:55','2012-02-29 17:29:55','',1604,'http://deborahbrody.com/2012/02/1604-revision/',0,'revision','',0),
(1606,4,'2012-02-29 17:32:50','2012-02-29 17:32:50','Did you catch<a title=\"The weekly communications #fail: rebranding gone wrong\" href=\"http://deborahbrody.com/2012/02/the-weekly-communications-fail-rebranding-gone-wrong/\"> my blog post last week</a> on what I consider a rebranding #fail for Piratz Tavern? Robert Freeland did, and he shared his thoughts with me (and I thought I would share them with you, with his permission of course)\n<blockquote>Hi Deborah,\n\nI agree with your prediction that the Corporate Bar and Grill angle Spike TV’s “Bar Rescue” guru, Jon Taffer, thinks will save the sputtering Piratz Tavern will die its own death. The first article I read about the makeover had Taffer proclaiming the need for an “executive burger” joint in Silver Spring…whatever an executive burger is.\n\n&nbsp;\n\nI’ve had plenty of enjoyable times and grogs at PT, and will miss its one-of-a-kind shtick. The thing that displaced it attempts to strongarm pretention into a dive…an antithetical marriage, like matter and antimatter…Boom! I think Taffer missed the one about understanding a region’s audience before dictating what they need.\n\n&nbsp;\n\nI walked past CB&amp;G this evening, after leaving a very-packed Quarry House across the street (where the burgers are great). It was open but dead, consistent with your forecast. Ground beef and low inventory rotation don’t get along well.\n\nBest,\n\nRobert Freeland</blockquote>\n&nbsp;\n\nWe\'ll keep tabs on the new place, but unless \"executives\" develop a taste for these burgers, AND flock there religiously every lunch, I doubt the new place will survive. These days, competition is stiff for any dollars.  How do you stand out from a crowd? In this case, the shtick was the attraction. Substituting a generic experience in a place with little foot traffic is a sure-fire way to lose business.\n\nKatie Aberbach at expressnightout.com seems to agree in her post <a href=\"http://www.expressnightout.com/2012/02/walked-the-plank/\" target=\"_blank\">Walked the Plank</a>. What do you think will happen?\n\n&nbsp;','Piratz, burgers and lost pizzazz','','inherit','open','open','','1604-autosave','','','2012-02-29 17:32:50','2012-02-29 17:32:50','',1604,'http://deborahbrody.com/2012/02/1604-autosave/',0,'revision','',0),
(1607,4,'2012-02-29 17:31:07','2012-02-29 17:31:07','Did you catch<a title=\"The weekly communications #fail: rebranding gone wrong\" href=\"http://deborahbrody.com/2012/02/the-weekly-communications-fail-rebranding-gone-wrong/\"> my blog post last week</a> on what I consider a rebranding #fail for Piratz Tavern? Robert Freeland did, and he shared his thoughts with me (and I thought I would share them with you, with his permission of course)\r\n<blockquote>Hi Deborah,\r\n\r\nI agree with your prediction that the Corporate Bar and Grill angle Spike TV’s “Bar Rescue” guru, Jon Taffer, thinks will save the sputtering Piratz Tavern will die its own death. The first article I read about the makeover had Taffer proclaiming the need for an “executive burger” joint in Silver Spring…whatever an executive burger is.\r\n\r\n&nbsp;\r\n\r\nI’ve had plenty of enjoyable times and grogs at PT, and will miss its one-of-a-kind shtick. The thing that displaced it attempts to strongarm pretention into a dive…an antithetical marriage, like matter and antimatter…Boom! I think Taffer missed the one about understanding a region’s audience before dictating what they need.\r\n\r\n&nbsp;\r\n\r\nI walked past CB&amp;G this evening, after leaving a very-packed Quarry House across the street (where the burgers are great). It was open but dead, consistent with your forecast. Ground beef and low inventory rotation don’t get along well.\r\n\r\nBest,\r\n\r\nRobert Freeland</blockquote>\r\n&nbsp;\r\n\r\nWe\'ll keep tabs on the new place, but unless \"executives\" develop a taste for these burgers, AND flock there religiously every lunch, I doubt the new place will survive. These days, competition is stiff for any dollars.  How do you stand out from a crowd? In this case, the shtick was the attraction. Substituting a generic experience in a place with little foot traffic is a sure-fire way to lose business.\r\n\r\nK<a href=\"http://www.expressnightout.com/2012/02/walked-the-plank/\" target=\"_blank\">atie Aberbach at ExpressNightOut</a> seems to agree. What do you think will happen?\r\n\r\n&nbsp;','Piratz, burgers and lost pizzazz','','inherit','open','open','','1604-revision-2','','','2012-02-29 17:31:07','2012-02-29 17:31:07','',1604,'http://deborahbrody.com/2012/02/1604-revision-2/',0,'revision','',0),
(1608,4,'2012-02-29 21:53:49','2012-02-29 21:53:49','<span style=\"color: #000000;\">Today has been one of those days, where there are tons of great articles, interesting observations and news, so here\'s a round-up. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>New timeline on Facebook</strong></span>\r\n\r\n<span style=\"color: #000000;\">In case you missed it, Facebook is forcing its new timeline on all brand/organizational pages by March 30th. You have a month to prepare, and here is a fantastic how-to from HubSpot:</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://blog.hubspot.com/blog/tabid/6307/bid/31633/The-Complete-Guide-to-Setting-Up-the-New-Facebook-Page-Design.aspx\" target=\"_blank\"><span style=\"color: #000000;\">The Complete Guide to Setting Up the New Facebook Page Design</span></a></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Print advertising in major decline</strong></span>\r\n\r\n<span style=\"color: #000000;\">It is no secret that print media are suffering, not only from the fact that most people seem to prefer to access information online, but by a decline in print advertising. <a href=\"http://www.theatlantic.com/business/archive/2012/02/the-collapse-of-print-advertising-in-1-graph/253736/#.T05EJz3zYJd.twitter\" target=\"_blank\"><span style=\"color: #000000;\">The Atlantic has a graph</span></a> that shows the precipitous decline over the past 60 years, most of it in the past decade. Sad news for print outlets.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Power-crazed bosses</strong></span>\r\n\r\n<span style=\"color: #000000;\">A few weeks ago I wrot<a title=\"When ego and attitude derail your marketing efforts\" href=\"http://deborahbrody.com/2012/02/when-ego-and-attitude-derail-your-marketing-efforts/\" target=\"_blank\"><span style=\"color: #000000;\">e here on the blo</span></a>g about how ego can get in the way of effective communication. In case you want to explore this issue more, <a href=\"http://www.fastcompany.com/1821051/are-you-a-power-poisoned-boss\" target=\"_blank\"><span style=\"color: #000000;\">Fast Company published an article</span></a> about how power can poison bosses--to the point they lose all self-awareness and empathy. Believe me, power-crazed bosses are not going to get why their communications efforts aren\'t working. It must be your ineptitude or stupidity--not their inability to view things rationally.</span>\r\n\r\n&nbsp;','Round-up: Facebook\'s new timeline, print ads and bad bosses','','publish','open','open','','round-up-facebooks-new-timeline-print-ads-and-bad-bosses','','\nhttp://deborahbrody.com/2012/02/when-ego-and-attitude-derail-your-marketing-efforts/','2012-02-29 21:53:49','2012-02-29 21:53:49','',0,'http://deborahbrody.com/?p=1608',0,'post','',0),
(1609,4,'2012-02-29 21:53:41','2012-02-29 21:53:41','<span style=\"color: #000000;\">Today has been one of those days, where there are tons of great articles, interesting observations and news, so here\'s a round-up. </span>\n\n<span style=\"color: #000000;\"><strong>New timeline on Facebook</strong></span>\n\n<span style=\"color: #000000;\">In case you missed it, Facebook is forcing its new timeline on all brand/organizational pages by March 30th. You have a month to prepare, and here is a fantastic how-to from HubSpot:</span>\n\n<span style=\"color: #000000;\"><a href=\"http://blog.hubspot.com/blog/tabid/6307/bid/31633/The-Complete-Guide-to-Setting-Up-the-New-Facebook-Page-Design.aspx\" target=\"_blank\"><span style=\"color: #000000;\">The Complete Guide to Setting Up the New Facebook Page Design</span></a></span>\n\n<span style=\"color: #000000;\"><strong>Print advertising in major decline</strong></span>\n\n<span style=\"color: #000000;\">It is no secret that print media are suffering, not only from the fact that most people seem to prefer to access information online, but by a decline in print advertising. <a href=\"http://www.theatlantic.com/business/archive/2012/02/the-collapse-of-print-advertising-in-1-graph/253736/#.T05EJz3zYJd.twitter\" target=\"_blank\"><span style=\"color: #000000;\">The Atlantic has a graph</span></a> that shows the precipitous decline over the past 60 years, most of it in the past decade. Sad news for print outlets.</span>\n\n<span style=\"color: #000000;\"><strong>Power-crazed bosses</strong></span>\n\n<span style=\"color: #000000;\">A few weeks ago I wrot<a title=\"When ego and attitude derail your marketing efforts\" href=\"http://deborahbrody.com/2012/02/when-ego-and-attitude-derail-your-marketing-efforts/\" target=\"_blank\"><span style=\"color: #000000;\">e here on the blo</span></a>g about how ego can get in the way of effective communication. In case you want to explore this issue more, <a href=\"http://www.fastcompany.com/1821051/are-you-a-power-poisoned-boss\" target=\"_blank\"><span style=\"color: #000000;\">Fast Company published an article</span></a> about how power can poison bosses--to the point they lose all self-awareness and empathy. Believe me, power-crazed bosses are not going to get why their communications efforts aren\'t working. It must be your ineptitude or stupidity--not their inability to view things rationally.</span>\n\n&nbsp;','Round-up: Facebook\'s new timeline, print ad and bad bosses','','inherit','open','open','','1608-revision','','','2012-02-29 21:53:41','2012-02-29 21:53:41','',1608,'http://deborahbrody.com/2012/02/1608-revision/',0,'revision','',0),
(1610,4,'2012-03-02 14:00:16','2012-03-02 14:00:16','<span style=\"color: #000000;\"><strong>Homonyms: words that sound and/or are spelled the same but have different things</strong></span>\r\n\r\n<span style=\"color: #000000;\">As I was reading the Washington Post this morning, on the front page was an article about a rapist recently sentenced to three life terms.  In the article, the reporter said that the rapist \"<strong>reined</strong> terror on Montgomery three decades ago...\" Of course, the correct word in this context is <strong>reigned</strong>. Reined (restrained)  and reigned (exercised power over) sound the same--they are homonyms--but have completely unrelated meanings. Yesterday, I was reading a blog post with a headline that said \"too much to<strong> bare</strong>.\" The author really meant to say \"too much to <strong>bear</strong>.\"  </span>\r\n\r\n<span style=\"color: #000000;\">Granted, these mistakes are easy to make because the words are not spelled incorrectly (so spell check would  not help) and they sound the same to your ear (so reading aloud would not catch it). Sadly, misusing homonyms is a common mistake.  Here\'s a list of the most common: <a href=\"http://wsuonline.weber.edu/wrh/words.htm\" target=\"_blank\"><span style=\"color: #000000;\">http://wsuonline.weber.edu/wrh/words.htm\r\n</span></a></span>\r\n\r\n<span style=\"color: #000000;\">These types of mistakes are  precisely why we need editors. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>How you say it matters</strong></span>\r\n\r\n<span style=\"color: #000000;\">Using the correct words is important. But how you say what you are saying also matters. If you are asking me to do something for you, being pleasant and appreciative makes me want to help you. If on the other hand you write me asking me for something you need (like an email I received a few weeks ago) that says that this thing is needed right away, and you don\'t say please, thank you or that you would appreciate my help, then, I am not inclined to help you.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Being polite and considerate of whoever is receiving your business communication will result in better compliance. That\'s a fact.  Being rude, inconsiderate or demanding, on the other hand, will result in resistance.</span></strong>\r\n\r\n&nbsp;','Weekly communications #fail: homonyms, and how you say it matters','','publish','open','open','','weekly-communications-fail-homonyms-and-how-you-say-it-matters','','','2012-03-02 14:03:26','2012-03-02 14:03:26','',0,'http://deborahbrody.com/?p=1610',0,'post','',0),
(1611,4,'2012-03-02 14:00:12','2012-03-02 14:00:12','<span style=\"color: #000000;\"><strong>Homonyms: words that sound and/or are spelled the same but have different things</strong></span>\n\n<span style=\"color: #000000;\">As I was reading the Washington Post this morning, on the front page was an article about a rapist recently sentenced to three life terms.  In the article, the reporter said that the rapist \"<strong>reined</strong> terror on Montgomery three decades ago...\" Of course, the correct word is reigned. Reined (restrained)  and reigned (exercised power over) sound the same--they are homonyms--but have completely unrelated meanings. Yesterday, I was reading a blog post with a headline that said \"too much to bare.\" The author really meant to say \"too much to bear.\"  </span>\n\n<span style=\"color: #000000;\">Granted, these mistakes are easy to make because the words are not spelled incorrectly (so spell check would  not help) and they sound the same to your ear (so reading aloud would not catch it). Sadly, misusing homonyms is a common mistake.  Here\'s a list of the most common: <a href=\"http://wsuonline.weber.edu/wrh/words.htm\" target=\"_blank\"><span style=\"color: #000000;\">http://wsuonline.weber.edu/wrh/words.htm\n</span></a></span>\n\n<span style=\"color: #000000;\">These types of mistakes are  precisely why we need editors. </span>\n\n<span style=\"color: #000000;\"><strong>How you say it matters</strong></span>\n\n<span style=\"color: #000000;\">Using the correct words is important. But how you say what you are saying also matters. If you are asking me to do something for you, being pleasant and appreciative makes me want to help you. If on the other hand you write me asking me for something you need (like an email I received a few weeks ago) that says that this thing is needed right away, and you don\'t say please, thank you or that you would appreciate my help, then, I am not inclined to help you.</span>\n\n<span style=\"color: #000000;\">Being polite and considerate of whoever is receiving your business communication will result in better compliance. That\'s a fact.  Being rude, inconsiderate or demanding, on the other hand, will result in resistance.</span>\n\n&nbsp;','Weekly communications #fail: homonyms, and how you say it matters','','inherit','open','open','','1610-revision','','','2012-03-02 14:00:12','2012-03-02 14:00:12','',1610,'http://deborahbrody.com/2012/03/1610-revision/',0,'revision','',0),
(1612,4,'2012-03-02 14:04:31','2012-03-02 14:04:31','<span style=\"color: #000000;\"><strong>Homonyms: words that sound and/or are spelled the same but have different things</strong></span>\n\n<span style=\"color: #000000;\">As I was reading the Washington Post this morning, on the front page was an article about a rapist recently sentenced to three life terms.  In the article, the reporter said that the rapist \"<strong>reined</strong> terror on Montgomery three decades ago...\" Of course, the correct word in this context is <strong>reigned</strong>. Reined (restrained)  and reigned (exercised power over) sound the same--they are homonyms--but have completely unrelated meanings. Yesterday, I was reading a blog post with a headline that said \"too much to<strong> bare</strong>.\" The author really meant to say \"too much to <strong>bear</strong>.\"  </span>\n\n<span style=\"color: #000000;\">Granted, these mistakes are easy to make because the words are not spelled incorrectly (so spell check would  not help) and they sound the same to your ear (so reading aloud would not catch it). Sadly, misusing homonyms is a common mistake.  Here\'s a list of the most common: <a href=\"http://wsuonline.weber.edu/wrh/words.htm\" target=\"_blank\"><span style=\"color: #000000;\">http://wsuonline.weber.edu/wrh/words.htm\n</span></a></span>\n\n<span style=\"color: #000000;\">These types of mistakes are  precisely why we need editors. </span>\n\n<span style=\"color: #000000;\"><strong>How you say it matters</strong></span>\n\n<span style=\"color: #000000;\">Using the correct words is important. But how you say what you are saying also matters. If you are asking me to do something for you, being pleasant and appreciative makes me want to help you. If on the other hand you write me asking me for something you need (like an email I received a few weeks ago) that says that this thing is needed right away, and you don\'t say please, thank you or that you would appreciate my help, then, I am not inclined to help you.</span>\n\n<strong><span style=\"color: #000000;\">Being polite and considerate of whoever is receiving your business communication will result in better compliance. That\'s a fact.  Being rude, inconsiderate or demanding, on the other hand, will result in resistance.</span></strong>\n\n&nbsp;','Weekly communications #fail: homonyms, and how you say it matters','','inherit','open','open','','1610-autosave','','','2012-03-02 14:04:31','2012-03-02 14:04:31','',1610,'http://deborahbrody.com/2012/03/1610-autosave/',0,'revision','',0),
(1613,4,'2012-03-02 14:00:16','2012-03-02 14:00:16','<span style=\"color: #000000;\"><strong>Homonyms: words that sound and/or are spelled the same but have different things</strong></span>\r\n\r\n<span style=\"color: #000000;\">As I was reading the Washington Post this morning, on the front page was an article about a rapist recently sentenced to three life terms.  In the article, the reporter said that the rapist \"<strong>reined</strong> terror on Montgomery three decades ago...\" Of course, the correct word is reigned. Reined (restrained)  and reigned (exercised power over) sound the same--they are homonyms--but have completely unrelated meanings. Yesterday, I was reading a blog post with a headline that said \"too much to bare.\" The author really meant to say \"too much to bear.\"  </span>\r\n\r\n<span style=\"color: #000000;\">Granted, these mistakes are easy to make because the words are not spelled incorrectly (so spell check would  not help) and they sound the same to your ear (so reading aloud would not catch it). Sadly, misusing homonyms is a common mistake.  Here\'s a list of the most common: <a href=\"http://wsuonline.weber.edu/wrh/words.htm\" target=\"_blank\"><span style=\"color: #000000;\">http://wsuonline.weber.edu/wrh/words.htm\r\n</span></a></span>\r\n\r\n<span style=\"color: #000000;\">These types of mistakes are  precisely why we need editors. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>How you say it matters</strong></span>\r\n\r\n<span style=\"color: #000000;\">Using the correct words is important. But how you say what you are saying also matters. If you are asking me to do something for you, being pleasant and appreciative makes me want to help you. If on the other hand you write me asking me for something you need (like an email I received a few weeks ago) that says that this thing is needed right away, and you don\'t say please, thank you or that you would appreciate my help, then, I am not inclined to help you.</span>\r\n\r\n<span style=\"color: #000000;\">Being polite and considerate of whoever is receiving your business communication will result in better compliance. That\'s a fact.  Being rude, inconsiderate or demanding, on the other hand, will result in resistance.</span>\r\n\r\n&nbsp;','Weekly communications #fail: homonyms, and how you say it matters','','inherit','open','open','','1610-revision-2','','','2012-03-02 14:00:16','2012-03-02 14:00:16','',1610,'http://deborahbrody.com/2012/03/1610-revision-2/',0,'revision','',0),
(1615,4,'2012-03-05 15:32:49','2012-03-05 15:32:49','<span style=\"color: #000000;\"><strong>Twitter trolls and raconteurs\r\n</strong></span>\r\n\r\n<span style=\"color: #000000;\">If you follow me on Twitter you know that I often share articles and insights regarding communications, marketing, PR and social media. You will also see a lot of political commentary. I know that having a political point of view can be a turn-off to some potential clients, but I have chosen to use my social media to share what is important to me. </span>\r\n\r\n<span style=\"color: #000000;\">Yesterday, I tweeted about how the GOP is working to deny access to contraceptives. Promptly, a pro-Mitt Romney supporter (don\'t know name or gender or location) tweeted back that contraception is not health care. I pointed out to him or her that getting pregnant can lead to health complications for certain people so contraception certainly can be health care. He or she said there are many \"natural\" ways to prevent conception. It kept going until the troll was silenced with something he or she had no answer for...why insurance should cover Viagra.</span>\r\n\r\n<span style=\"color: #000000;\">After this exchange, I was left wondering once again why people on Twitter seek out those who they disagree with and start sparring with them. I don\'t.  I am not there to fight with those that don\'t see the world like I do...and I certainly don\'t seek battles out. If I disagree with someone I follow/follows me, that\'s a different story. I didn\'t go out looking for a fight.</span>\r\n\r\n<span style=\"color: #000000;\">Social media can connect you to people all over. In my mind, I would rather find those people I connect with rather than those I disagree with. I would rather find friends than enemies.</span>\r\n\r\n<a title=\"Crumbling by Lorianne DiSabato, on Flickr\" href=\"http://www.flickr.com/photos/zenmama/932068635/\"><img src=\"http://farm2.staticflickr.com/1399/932068635_655049239a.jpg\" alt=\"Crumbling\" width=\"500\" height=\"347\" /></a>\r\n\r\n<span style=\"color: #000000;\">Photo from Loriane DiSabato via Flickr.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Facebook \"friends\"</span></strong>\r\n\r\n<span style=\"color: #000000;\">Facebook friends  are people you have met at some time in your life, and with whom you share a Facebook \"connection.\" Sadly, it is not a real connection but rather an artificial one. There are those friends who never use the site at all. Are you connected if you never hear from one another? And then there are those that share every minute detail of every day. They aren\'t connecting--they are spamming everyone they have met with everything on their minds.  And then there are those who only feel comfortable connecting over Facebook. These people are incapable of picking up the phone or sending a non-Facebook email. Instead, they \"connect\" with you by liking your post or wishing you a happy birthday on your wall.</span>\r\n\r\n<span style=\"color: #000000;\">On his blog, the 8 pm Warrior, Aaron Briebert said in the post <a href=\"http://8pmwarrior.com/2012/02/warning-social-media-is-killing-real-communication-and-relationships/\" target=\"_blank\"><span style=\"color: #000000;\">\"Warning: Social Media is Killing Real Communication (and Relationships)\"</span></a>  that social media is a form of deferred communication, and one that is</span>\r\n<blockquote><span style=\"color: #000000;\">tearing apart traditional relationships.  Especially among young people. As we get overwhelmed by deferred communication, stuff is missed.  Divisions are formed.</span></blockquote>\r\n<span style=\"color: #000000;\">Mashable recently published this post: \"<a href=\"http://mashable.com/2012/03/01/social-media-less-connected/\" target=\"_blank\"><span style=\"color: #000000;\">Is Social Media Actually Making Us Less Connected?\"</span></a>, in which Professor Sherry Turkle from MIT says that technology is impacting the quality of our relationships.  </span>\r\n<blockquote><span style=\"color: #000000;\">One major issue, she [Turkle] said, is that when we text, email or post to a social networking site, we’re able to project ourselves as we want to be seen. “We get to edit, we get to delete, and that means we get to retouch.”</span>\r\n\r\n<span style=\"color: #000000;\">Inversely, Turkle notes that a face-to-face conversation “takes place in real time and you can’t control what you’re going to say.”</span>\r\n\r\n<span style=\"color: #000000;\">Further, with our phones at our constant disposal, Turkle says we’re only paying attention to the things we want to pay attention to. And that leaves us increasingly disconnected from our friends, family and co-workers as we simply turn to our devices when a conversation no longer interests us.</span></blockquote>\r\n<span style=\"color: #000000;\">Social media is not helping anybody develop social skills, in fact, it seems to be killing social skills. If we have a disagreement with someone, instead of having a difficult conversation, we are unfollowing or unfriending. If we don\'t care for someone, we just hide their posts or block them.  And there are those who expect that you will learn about major life events (engagements, break-ups, promotions, babies) from their Facebook status</span><span style=\"color: #000000;\">. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>The fact is real relationships take effort</strong>. Facebooking and Tweeting can be done in a few minutes a day.  It\'s quite easy to post a happy birthday message on someone\'s wall. But to call the person, send him or her a card, or see him or her in person takes time and effort. </span>\r\n\r\n<span style=\"color: #000000;\">Do you think social media is really social?\r\n</span>','What is going on with the social in social media?','','publish','open','open','','what-is-going-on-with-the-social-in-social-media','','','2012-03-05 15:32:49','2012-03-05 15:32:49','',0,'http://deborahbrody.com/?p=1615',0,'post','',0),
(1616,4,'2012-03-05 15:23:47','2012-03-05 15:23:47','Twitter trolls and ranconteurs\n\nIf you follow me on Twitter you know that I often share articles and insights regarding communications, marketing, PR and social media. You will also see a lot of political commentary. I know that having a political point of view can be a turn-off to some potential clients, but I have chosen to use my social media to share what is important to me.\n\nYesterday, I tweeted about how the GOP is working to deny access to contraceptives. Promptly, a pro-Mitt Romney supporter (don\'t know name or gender or location) tweeted back that contraception is not health care. I pointed out to him or her that getting pregnant can lead to health complications for certain people so contraception certainly can be health care. He or she said there are many \"natural\" ways to prevent conception. It kept going until the troll was silenced with something he or she had no answer for...why insurance should cover Viagra.\n\nAfter this exchange, I was left wondering once again why people on Twitter seek out those who they disagree with and start sparring with them. I don\'t.  I am not there to fight with those that don\'t see the world like I do...and I certainly don\'t seek battles out. If I disagree with someone I follow/follows me, that\'s a different story. I didn\'t go out looking for a fight.\n\nSocial media can connect you to people all over. In my mind, I would rather find those people I connect with rather than those I disagree with. I would rather find friends than enemies.\n\n&lt;a href=\"http://www.flickr.com/photos/zenmama/932068635/\" title=\"Crumbling by Lorianne DiSabato, on Flickr\"&gt;&lt;img src=\"http://farm2.staticflickr.com/1399/932068635_655049239a.jpg\" width=\"500\" height=\"347\" alt=\"Crumbling\"&gt;&lt;/a&gt;\n\nPhoto from Loriane DiSabato via Flickr.\n\nFacebook \"friends\"\n\nFacebook friends  are people you have met at some time in your life, and with whom you share a Facebook \"connection.\" Sadly, it is not a real connection but rather an artificial one. There are those friends who never use the site at all. Are you connected if you never hear from one another? And then there are those that share every minute detail of every day. They aren\'t connecting--they are spamming everyone they have met with everything on their minds.  And then there are those who only feel comfortable connecting over Facebook. These people are incapable of picking up the phone or sending a non-Facebook email. Instead, they \"connect\" with you by liking your post or wishing you a happy birthday on your wall.\n\nOn his blog, the 8 pm Warrior, Aaron Briebert said in the post <a href=\"http://8pmwarrior.com/2012/02/warning-social-media-is-killing-real-communication-and-relationships/\" target=\"_blank\">\"Warning: Social Media is Killing Real Communication (and Relationships)\"</a>  that social media is a form of deferred communication, and one that is\n<blockquote>tearing apart traditional relationships.  Especially among young people. As we get overwhelmed by deferred communication, stuff is missed.  Divisions are formed.</blockquote>\nMashable recently published this post: \"<a href=\"http://mashable.com/2012/03/01/social-media-less-connected/\" target=\"_blank\">Is Social Media Actually Making Us Less Connected?\"</a>, in which Professor Sherry Turkle from MIT says that technology is impacting the quality of our relationships.\n<blockquote>One major issue, she [Turkle] said, is that when we text, email or post to a social networking site, we’re able to project ourselves as we want to be seen. “We get to edit, we get to delete, and that means we get to retouch.”\n\nInversely, Turkle notes that a face-to-face conversation “takes place in real time and you can’t control what you’re going to say.”\n\nFurther, with our phones at our constant disposal, Turkle says we’re only paying attention to the things we want to pay attention to. And that leaves us increasingly disconnected from our friends, family and co-workers as we simply turn to our devices when a conversation no longer interests us.</blockquote>\nSocial media is not helping anybody develop social skills, in fact, it seems to be killing social skills. If we have a disagreement with someone, instead of having a difficult conversation, we are unfollowing or unfriending. If we don\'t care for someone, we just hide their posts or block them.  And there are those who expect that because they share everything on Facebook, that you should be aware of it--they say, didn\'t you see t','What is going on with the social in social media?','','inherit','open','open','','1615-revision','','','2012-03-05 15:23:47','2012-03-05 15:23:47','',1615,'http://deborahbrody.com/2012/03/1615-revision/',0,'revision','',0),
(1617,4,'2012-03-05 15:24:47','2012-03-05 15:24:47','Twitter trolls and ranconteurs\n\nIf you follow me on Twitter you know that I often share articles and insights regarding communications, marketing, PR and social media. You will also see a lot of political commentary. I know that having a political point of view can be a turn-off to some potential clients, but I have chosen to use my social media to share what is important to me.\n\nYesterday, I tweeted about how the GOP is working to deny access to contraceptives. Promptly, a pro-Mitt Romney supporter (don\'t know name or gender or location) tweeted back that contraception is not health care. I pointed out to him or her that getting pregnant can lead to health complications for certain people so contraception certainly can be health care. He or she said there are many \"natural\" ways to prevent conception. It kept going until the troll was silenced with something he or she had no answer for...why insurance should cover Viagra.\n\nAfter this exchange, I was left wondering once again why people on Twitter seek out those who they disagree with and start sparring with them. I don\'t.  I am not there to fight with those that don\'t see the world like I do...and I certainly don\'t seek battles out. If I disagree with someone I follow/follows me, that\'s a different story. I didn\'t go out looking for a fight.\n\nSocial media can connect you to people all over. In my mind, I would rather find those people I connect with rather than those I disagree with. I would rather find friends than enemies.\n\n&lt;a href=\"http://www.flickr.com/photos/zenmama/932068635/\" title=\"Crumbling by Lorianne DiSabato, on Flickr\"&gt;&lt;img src=\"http://farm2.staticflickr.com/1399/932068635_655049239a.jpg\" width=\"500\" height=\"347\" alt=\"Crumbling\"&gt;&lt;/a&gt;\n\nPhoto from Loriane DiSabato via Flickr.\n\nFacebook \"friends\"\n\nFacebook friends  are people you have met at some time in your life, and with whom you share a Facebook \"connection.\" Sadly, it is not a real connection but rather an artificial one. There are those friends who never use the site at all. Are you connected if you never hear from one another? And then there are those that share every minute detail of every day. They aren\'t connecting--they are spamming everyone they have met with everything on their minds.  And then there are those who only feel comfortable connecting over Facebook. These people are incapable of picking up the phone or sending a non-Facebook email. Instead, they \"connect\" with you by liking your post or wishing you a happy birthday on your wall.\n\nOn his blog, the 8 pm Warrior, Aaron Briebert said in the post <a href=\"http://8pmwarrior.com/2012/02/warning-social-media-is-killing-real-communication-and-relationships/\" target=\"_blank\">\"Warning: Social Media is Killing Real Communication (and Relationships)\"</a>  that social media is a form of deferred communication, and one that is\n<blockquote>tearing apart traditional relationships.  Especially among young people. As we get overwhelmed by deferred communication, stuff is missed.  Divisions are formed.</blockquote>\nMashable recently published this post: \"<a href=\"http://mashable.com/2012/03/01/social-media-less-connected/\" target=\"_blank\">Is Social Media Actually Making Us Less Connected?\"</a>, in which Professor Sherry Turkle from MIT says that technology is impacting the quality of our relationships.\n<blockquote>One major issue, she [Turkle] said, is that when we text, email or post to a social networking site, we’re able to project ourselves as we want to be seen. “We get to edit, we get to delete, and that means we get to retouch.”\n\nInversely, Turkle notes that a face-to-face conversation “takes place in real time and you can’t control what you’re going to say.”\n\nFurther, with our phones at our constant disposal, Turkle says we’re only paying attention to the things we want to pay attention to. And that leaves us increasingly disconnected from our friends, family and co-workers as we simply turn to our devices when a conversation no longer interests us.</blockquote>\nSocial media is not helping anybody develop social skills, in fact, it seems to be killing social skills. If we have a disagreement with someone, instead of having a difficult conversation, we are unfollowing or unfriending. If we don\'t care for someone, we just hide their posts or block them.  And there are those who expect that because they share everything on Facebook, that you should be aware of it--they say, didn\'t you see that on my Facebook? Like people who announce their relationship changes, promotions, babies or whatever else exclusively through their Facebook status.','What is going on with the social in social media?','','inherit','open','open','','1615-revision-2','','','2012-03-05 15:24:47','2012-03-05 15:24:47','',1615,'http://deborahbrody.com/2012/03/1615-revision-2/',0,'revision','',0),
(1618,4,'2012-03-06 17:45:59','2012-03-06 17:45:59','<span style=\"color: #000000;\"><strong>Trust: the movie</strong></span>\r\n\r\n<span style=\"color: #000000;\">On Sunday night I watched the movie <a href=\"http://www.imdb.com/title/tt1529572/\" target=\"_blank\"><span style=\"color: #000000;\">Trus</span></a>t (starring Clive Owen and Catherine Keener), which is about how a teenage girl gets scammed by a pervert online. I won\'t give away all the plot details, but suffice it to say that it is a powerful and sad commentary on the underbelly of the online world, the power of the Internet; teenage angst and desire for acceptance; and parental disconnection. </span>\r\n\r\n<span style=\"color: #000000;\">Weirdly, this movie set the stage for an incident that happened yesterday that has made me think hard about the nature of trust and the online world.</span>\r\n<a title=\"Trust: the catalyst of the open source way by opensourceway, on Flickr\" href=\"http://www.flickr.com/photos/opensourceway/4749431651/\"><img src=\"http://farm5.staticflickr.com/4115/4749431651_9ef0bfb65b.jpg\" alt=\"Trust: the catalyst of the open source way\" width=\"500\" height=\"281\" /></a>\r\n\r\nPhoto by Libby Levi for OpenSource.com via Flickr\r\n\r\n<span style=\"color: #000000;\"><strong>Trust online</strong></span>\r\n\r\n<span style=\"color: #000000;\">The nature of online interactions makes it hard to know who you are dealing with. As in the movie Trust, a person can provide  a fake name, or picture or any other details. Unless we know otherwise, we are forced to trust the person is who she or he says she/he is.  This is why some of us limit who we are friends with on Facebook or connect with on LinkedIn. Twitter is a bit trickier. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Trust can be gained and lost</strong></span>\r\n\r\n<span style=\"color: #000000;\">This blog and website was built by a virtual assistant/small business web developer whom I found online. I found her through Twitter when I was looking for some VA assistance. Since she had Web and WordPress skills, she fixed a couple of issues on my old website, and then built this website. Along the way, I referred a couple of people to her. <strong>But.</strong> She was a bit hard to get a hold of. She would disappear for days on end and not respond to emails or calls. Getting the project done was painful and slow. However, I was pleased with the end result. </span>\r\n\r\n<span style=\"color: #000000;\">This person also sold me web hosting on HostGator, as she was a reseller. I paid her upfront for a year of hosting. She assured me that I could deal with HostGator directly if I had any issues. Except when I did have an issue, it turned out she wasn\'t telling the truth. Yesterday,  I found I had no email access and my website was down with a page that said \"account suspended.\" I called HostGator immediately, and to make a long story short, I was told that the account holder--the virtual assistant--had not paid her account and that in order to make changes to the account <em>she</em> would have to contact HostGator. Well, I told you she was hard to get a hold of. I called both numbers I had for her (one was disconnected and the other one went to a voice mail that was not accepting messages). I sent email, and I tweeted her repeatedly. She was not to be found. </span>\r\n\r\n<span style=\"color: #000000;\">In the end, I was forced set up and pay for a new hosting account, and because I had a password, was able to get HostGator to transfer the files. It was stressful. HostGator has all sorts of rules about reseller accounts about which I had no clue. I was told that my website/email could be down for as long as 48 hours. In the end, it was only a couple of hours.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> I learned a lesson the hard way. You can\'t and shouldn\'t trust anybody you don\'t know personally (and even then) completely. In this case, I should have retained control of my web hosting. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>To quote Ronald Reagan, \"trust but verify\"</strong></span>\r\n\r\n<span style=\"color: #000000;\">There is only so much you can do...some people will try to scam you even if you check out references etc. But before you put money on the table, you must do your due diligence and try to verify a person\'s credentials. Also, check in with your gut. Your gut always seems to know.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Trust and marketing</strong></span>\r\n\r\n<span style=\"color: #000000;\"><span style=\"text-decoration: underline;\">As a marketer, part of your job is to make sure potential customers and clients can and do trust you. Without trust, there can be no business relationship.</span> This is why we include actual addresses, names and phone numbers in our collateral material (including and especially websites). This is why we have customer/client testimonials and provide references.  And this is why third party sites like Yelp and Angie\'s List are doing so well. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Trust is integral to marketing a business. Without it, you are toast.</strong></span>\r\n\r\n<span style=\"color: #000000;\">Once trust is broken, you are done. I will never do business with the VA business again. And neither will anyone I know. Because of social media, my voice is amplified. She must not truly understand this because 24 hours later, I still haven\'t heard a word. Radio silence in an online world.</span>\r\n\r\n<span style=\"color: #000000;\">\r\n</span>','Trust','','publish','open','open','','trust','','','2012-03-06 17:45:59','2012-03-06 17:45:59','',0,'http://deborahbrody.com/?p=1618',0,'post','',0),
(1619,4,'2012-03-06 17:44:51','2012-03-06 17:44:51','<span style=\"color: #000000;\"><strong>Trust: the movie</strong></span>\n\n<span style=\"color: #000000;\">On Sunday night I watched the movie <a href=\"http://www.imdb.com/title/tt1529572/\" target=\"_blank\"><span style=\"color: #000000;\">Trus</span></a>t (starring Clive Owen and Catherine Keener), which is about how a teenage girl gets scammed by a pervert online. I won\'t give away all the plot details, but suffice it to say that it is a powerful and sad commentary on the underbelly of the online world, the power of the Internet; teenage angst and desire for acceptance; and parental disconnection. </span>\n\n<span style=\"color: #000000;\">Weirdly, this movie set the stage for an incident that happened yesterday that has made me think hard about the nature of trust and the online world.</span>\n<a title=\"Trust: the catalyst of the open source way by opensourceway, on Flickr\" href=\"http://www.flickr.com/photos/opensourceway/4749431651/\"><img src=\"http://farm5.staticflickr.com/4115/4749431651_9ef0bfb65b.jpg\" alt=\"Trust: the catalyst of the open source way\" width=\"500\" height=\"281\" /></a>\n\nPhoto by Libby Levi for OpenSource.com via Flickr\n\n<span style=\"color: #000000;\"><strong>Trust online</strong></span>\n\n<span style=\"color: #000000;\">The nature of online interactions makes it hard to know who you are dealing with. As in the movie Trust, a person can provide  a fake name, or picture or any other details. Unless we know otherwise, we are forced to trust the person is who she or he says she/he is.  This is why some of us limit who we are friends with on Facebook or connect with on LinkedIn. Twitter is a bit trickier. </span>\n\n<span style=\"color: #000000;\"><strong>Trust can be gained and lost</strong></span>\n\n<span style=\"color: #000000;\">This blog and website was built by a virtual assistant/small business web developer whom I found online. I found her through Twitter when I was looking for some VA assistance. Since she had Web and WordPress skills, she fixed a couple of issues on my old website, and then built this website. Along the way, I referred a couple of people to her. <strong>But.</strong> She was a bit hard to get a hold of. She would disappear for days on end and not respond to emails or calls. Getting the project done was painful and slow. However, I was pleased with the end result. </span>\n\n<span style=\"color: #000000;\">This person also sold me web hosting on HostGator, as she was a reseller. I paid her upfront for a year of hosting. She assured me that I could deal with HostGator directly if I had any issues. Except when I did have an issue, it turned out she wasn\'t telling the truth. Yesterday,  I found I had no email access and my website was down with a page that said \"account suspended.\" I called HostGator immediately, and to make a long story short, I was told that the account holder--the virtual assistant--had not paid her account and that in order to make changes to the account <em>she</em> would have to contact HostGator. Well, I told you she was hard to get a hold of. I called both numbers I had for her (one was disconnected and the other one went to a voice mail that was not accepting messages). I sent email, and I tweeted her repeatedly. She was not to be found. </span>\n\n<span style=\"color: #000000;\">In the end, I was forced set up and pay for a new hosting account, and because I had a password, was able to get HostGator to transfer the files. It was stressful. HostGator has all sorts of rules about reseller accounts about which I had no clue. I was told that my website/email could be down for as long as 48 hours. In the end, it was only a couple of hours.\n</span>\n\n<span style=\"color: #000000;\"> I learned a lesson the hard way. You can\'t and shouldn\'t trust anybody you don\'t know personally (and even then) completely. In this case, I should have retained control of my web hosting. </span>\n\n<span style=\"color: #000000;\"><strong>To quote Ronald Reagan, \"trust but verify\"</strong></span>\n\n<span style=\"color: #000000;\">There is only so much you can do...some people will try to scam you even if you check out references etc. But before you put money on the table, you must do your due diligence and try to verify a person\'s credentials. Also, check in with your gut. Your gut always seems to know.</span>\n\n<span style=\"color: #000000;\"><strong>Trust and marketing</strong></span>\n\n<span style=\"color: #000000;\"><span style=\"text-decoration: underline;\">As a marketer, part of your job is to make sure potential customers and clients can and do trust you. Without trust, there can be no business relationship.</span> This is why we include actual addresses, names and phone numbers in our collateral material (including and especially websites). This is why we have customer/client testimonials and provide references.  And this is why third party sites like Yelp and Angie\'s List are doing so well. </span>\n\n<span style=\"color: #000000;\"><strong>Trust is integral to marketing a business. Without it, you are toast.</strong></span>\n\n<span style=\"color: #000000;\">Once trust is broken, you are done. I will never do business with the VA business again. And neither will anyone I know. Because of social media, my voice is amplified. She must not truly understand this because 24 hours later, I still haven\'t heard a word. Radio silence in an online world.</span>\n\n<span style=\"color: #000000;\">\n</span>','Trust','','inherit','open','open','','1618-revision','','','2012-03-06 17:44:51','2012-03-06 17:44:51','',1618,'http://deborahbrody.com/2012/03/1618-revision/',0,'revision','',0),
(1634,4,'2012-03-15 15:09:31','2012-03-15 15:09:31','<span style=\"color: #000000;\">One of my favorite lines from a movie is this one, from Pulp Fiction:</span>\r\n<blockquote><span style=\"color: #000000;\">\"A pig\'s got personality. Personality goes a long way.\"</span>\r\n\r\n<span style=\"color: #000000;\">-Jules Winnfield (played by Samuel L. Jackson)</span></blockquote>\r\n<span style=\"color: #000000;\">It seems the folks at Spike TV\'\'s Bar Rescue didn\'t think personality went a long way when they remade Silver Spring\'s Piratz Tavern into the very generic Corporate Bar and Grill. As <a title=\"Piratz, burgers and lost pizzazz\" href=\"http://deborahbrody.com/2012/02/piratz-burgers-and-lost-pizzazz/\" target=\"_blank\"><span style=\"color: #000000;\">I commented her</span></a>e on the blog, I didn\'t give the corporate makeover good chances of succeeding, and apparently neither did Piratz Tavern\'s owners. T<a href=\"http://www.washingtonpost.com/lifestyle/style/bar-rescue-gets-the-boot-in-silver-spring-after-piratz-tavern-renovation-goes-bust/2012/03/14/gIQAu9NpCS_story.html\" target=\"_blank\"><span style=\"color: #000000;\">he Washington Post is reporting today</span></a> that the bar\'s owners, Tracy and Juciano Rebelo are getting rid of the makeover and re-launching Piratz Tavern today.</span>\r\n\r\n<span style=\"color: #000000;\">The Washington Post article says this:</span>\r\n<blockquote><span style=\"color: #000000;\">The bigger problem, however, was the tavern’s new identity, designed to attract Silver Spring’s corporate worker bees. The new place seemed to do just the opposite: It became a cruel joke among a number of locals.</span></blockquote>\r\n<span style=\"color: #000000;\">After reading the article, I have concluded that the Bar Rescue team did have some genuine concerns about Piratz Tavern (to do with management style and food quality) but that their solution eliminated the only thing that made Piratz Tavern stand out--its personality. Remember, personality does go a long way.</span>\r\n\r\n&nbsp;','It\'s all about personality','','publish','open','open','','its-all-about-personality','','','2012-03-15 15:13:24','2012-03-15 15:13:24','',0,'http://deborahbrody.com/?p=1634',0,'post','',0),
(1622,4,'2012-03-07 19:19:25','2012-03-07 19:19:25','<span style=\"color: #000000;\">It\'s 9:30 a.m. and I am trying to concentrate on a project when my phone rings. It is a representative from my credit card company.  She is selling some additional service like travel insurance or some such. She is speaking in a monotone, and barely letting me get in a word edgewise. I speak over her and tell her to remove me from the marketing list. She goes away but only after she has interrupted my work and made me lose five minutes listening to her spiel.</span>\r\n\r\n<span style=\"color: #000000;\">I\'d bet you have had the exact same thing happen to you. Everyone has. Unsolicited telemarketing calls are the bane of my existence, and worse yet if they are recorded calls (robo-calls). And we get pounded with them--I get at least two or three a day. Luckily, most of us have caller ID and don\'t pick up calls from numbers we don\'t recognize or that are places we don\'t do business with.</span>\r\n\r\n<span style=\"color: #000000;\">One time, I got a call from a real estate agent who went on and on about \"listings in my area\" and when I asked her what area that was, she referred to a place I hadn\'t even heard of. I told her that she was calling the wrong person, and she had the nerve to be huffy at me.</span>\r\n\r\n<span style=\"color: #000000;\">Cold calls just don\'t work. Why?</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Because you are quite literally interrupting someone or catching him/her at a time that is inconvenient.</span></li>\r\n	<li><span style=\"color: #000000;\">Because with caller ID, people can choose to ignore your call.</span></li>\r\n	<li><span style=\"color: #000000;\">Because these calls are not invited or welcome.</span></li>\r\n	<li><span style=\"color: #000000;\">Because they are blindly selling something based on broad factors like ZIP codes or business codes.</span></li>\r\n	<li><span style=\"color: #000000;\">Because there are too many variables that must align to make a sale: person answers call, person is receptive to talking, person is interested in the offer.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><strong>The best type of marketing is targeted.</strong> Cold calling by its nature is not targeted. Even if you a home insurance sales person cold calling ten people who just bought a home, you aren\'t really targeting because you don\'t know whether those people already have home insurance.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>The best type of marketing is customized.</strong> With cold calling, due to volume and your lack of knowledge about the target, you will likely follow a script, which, by its nature is not customized.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>The best type of marketing is inbound marketing.</strong> Cold calling is outbound marketing at its very worst. It\'s sending out messages to people who don\'t necessarily want or need these messages and hoping that through some margin of return, you will get enough business to justify the expense. </span>\r\n\r\n<span style=\"color: #000000;\">Ah yes, I know. You got the biggest client you have through cold calling. I think you were lucky. You called someone at a convenient time, with a message to which he or she was receptive. And you were able to get him or her to actually pick up the phone. Or that person did not have caller ID. Or that person was in a very good mood that day.  </span>\r\n\r\n<span style=\"color: #000000;\">Why not put effort into other things that do work and that don\'t leave your prospects cold?</span>\r\n\r\nP.S. Plus of course, fewer and fewer people are using landline telephones these days, and cell phones are not listed.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why cold calling doesn\'t work','','publish','open','open','','why-cold-calling-doesnt-work','','','2012-03-07 19:19:25','2012-03-07 19:19:25','',0,'http://deborahbrody.com/?p=1622',0,'post','',2),
(1623,4,'2012-03-07 19:18:41','2012-03-07 19:18:41','<span style=\"color: #000000;\">It\'s 9:30 a.m. and I am trying to concentrate on a project when my phone rings. It is a representative from my credit card company.  She is selling some additional service like travel insurance or some such. She is speaking in a monotone, and barely letting me get in a word edgewise. I speak over her and tell her to remove me from the marketing list. She goes away but only after she has interrupted my work and made me lose five minutes listening to her spiel.</span>\n\n<span style=\"color: #000000;\">I\'d bet you have had the exact same thing happen to you. Everyone has. Unsolicited telemarketing calls are the bane of my existence, and worse yet if they are recorded calls (robo-calls). And we get pounded with them--I get at least two or three a day. Luckily, most of us have caller ID and don\'t pick up calls from numbers we don\'t recognize or that are places we don\'t do business with.</span>\n\n<span style=\"color: #000000;\">One time, I got a call from a real estate agent who went on and on about \"listings in my area\" and when I asked her what area that was, she referred to a place I hadn\'t even heard of. I told her that she was calling the wrong person, and she had the nerve to be huffy at me.</span>\n\n<span style=\"color: #000000;\">Cold calls just don\'t work. Why?</span>\n<ul>\n	<li><span style=\"color: #000000;\">Because you are quite literally interrupting someone or catching him/her at a time that is inconvenient.</span></li>\n	<li><span style=\"color: #000000;\">Because with caller ID, people can choose to ignore your call.</span></li>\n	<li><span style=\"color: #000000;\">Because these calls are not invited or welcome.</span></li>\n	<li><span style=\"color: #000000;\">Because they are blindly selling something based on broad factors like ZIP codes or business codes.</span></li>\n	<li><span style=\"color: #000000;\">Because there are too many variables that must align to make a sale: person answers call, person is receptive to talking, person is interested in the offer.</span></li>\n</ul>\n<span style=\"color: #000000;\"><strong>The best type of marketing is targeted.</strong> Cold calling by its nature is not targeted. Even if you a home insurance sales person cold calling ten people who just bought a home, you aren\'t really targeting because you don\'t know whether those people already have home insurance.</span>\n\n<span style=\"color: #000000;\"><strong>The best type of marketing is customized.</strong> With cold calling, due to volume and your lack of knowledge about the target, you will likely follow a script, which, by its nature is not customized.</span>\n\n<span style=\"color: #000000;\"><strong>The best type of marketing is inbound marketing.</strong> Cold calling is outbound marketing at its very worst. It\'s sending out messages to people who don\'t necessarily want or need these messages and hoping that through some margin of return, you will get enough business to justify the expense. </span>\n\n<span style=\"color: #000000;\">Ah yes, I know. You got the biggest client you have through cold calling. I think you were lucky. You called someone at a convenient time, with a message to which he or she was receptive. And you were able to get him or her to actually pick up the phone. Or that person did not have caller ID. Or that person was in a very good mood that day.  </span>\n\n<span style=\"color: #000000;\">Why not put effort into other things that do work and that don\'t leave your prospects cold?</span>\n\nP.S. Plus of course, fewer and fewer people are using landline telephones these days, and cell phones are not listed.\n\n&nbsp;\n\n&nbsp;','Why cold calling doesn\'t work','','inherit','open','open','','1622-revision','','','2012-03-07 19:18:41','2012-03-07 19:18:41','',1622,'http://deborahbrody.com/2012/03/1622-revision/',0,'revision','',0),
(1625,4,'2012-03-10 13:21:38','2012-03-10 13:21:38','<span style=\"color: #000000;\">We are all inundated with messaging from every which way. We get voice mail and texts, email, direct messages, tweets, and even snail mail. Sometimes we just don\'t have time to respond to everything and everyone, but that choice is a communications failure. </span>\n\n<span style=\"color: #000000;\">This week, I told you all about the incident with my website. The woman who was the root cause of this issue has yet to respond to any of the tweets or emails I sent her. Not a single word (and the words I would most like to hear are \"I am sorry\").  No acknowledgment that she messed up and that her screw up affected my business (and not to mention, cost me money).  By not responding, she has made matters worse because now she has increased my anger level and shown me that she just doesn\'t care.\n</span>\n\n<span style=\"color: #000000;\">Of course, sometimes people respond because they feel compelled to. Their parents jammed manners into them, and thus, they resent having to answer each and every message. They can become passive-aggressive and they issue responses that don\'t actually respond but put it off telling you they tell you they\'ll get back to you when they are a bit less busy or the Jupiter is in line with Neptune. In a sense, this is not communication but aggression.\n</span>\n\n<span style=\"color: #000000;\">Sometimes we don\'t respond because we don\'t have an answer. This is still non-communication.</span>\n\n<span style=\"color: #000000;\"><strong>Whether you have a legitimate reason or not, when you fail to respond to someone who is talking directly to you, you are failing to communicate.</strong></span>\n\n&nbsp;','Weekly communications #fail: no response','','inherit','open','open','','1624-revision','','','2012-03-10 13:21:38','2012-03-10 13:21:38','',1624,'http://deborahbrody.com/2012/03/1624-revision/',0,'revision','',0),
(1626,4,'2012-03-10 13:23:24','2012-03-10 13:23:24','<span style=\"color: #000000;\">We are all inundated with messaging from every which way. We get voice mail and texts, email, direct messages, tweets, and even snail mail. Sometimes we just don\'t have time to respond to everything and everyone, but that choice is a communications failure. </span>\n\n<span style=\"color: #000000;\">This week, I told you all about the incident with my website. The woman who was the root cause of this issue has yet to respond to any of the tweets or emails I sent her. Not a single word (and the words I would most like to hear are \"I am sorry\").  No acknowledgment that she messed up and that her screw up affected my business (and not to mention, cost me money).  By not responding, she has made matters worse because now she has increased my anger level and shown me that she just doesn\'t care.\n</span>\n\n<span style=\"color: #000000;\">Of course, sometimes people respond because they feel compelled to. Their parents jammed manners into them, and thus, they resent having to answer each and every message. They can become passive-aggressive and they issue responses that don\'t actually respond but put it off by telling you they tell you they\'ll get back to you when they are a bit less busy or when Jupiter is in line with Neptune. In a sense, this is not communication but aggression.\n</span>\n\n<span style=\"color: #000000;\">Sometimes we don\'t respond because we don\'t have an answer. This is still non-communication.</span>\n\n<span style=\"color: #000000;\"><strong>Whether you have a legitimate reason or not, when you fail to respond to someone who is talking directly to you, you are failing to communicate.</strong></span>\n\n&nbsp;','Weekly communications #fail: no response','','inherit','open','open','','1624-autosave','','','2012-03-10 13:23:24','2012-03-10 13:23:24','',1624,'http://deborahbrody.com/2012/03/1624-autosave/',0,'revision','',0),
(1627,4,'2012-03-12 13:40:55','2012-03-12 13:40:55','<span style=\"color: #000000;\">This past Saturday, I received a 6\"x11\" size postcard, in color (read: higher printing costs) advertising an event taking place on Sunday. Yes, you read that right. I got the expensive postcard one day before an event, and this was for a nonprofit group. You know what this postcard was? <strong>A total waste of money.</strong> I had already heard about the event via social media and enewsletter. I had already decided not to attend.</span>\r\n\r\n<a title=\"Time by Thomas Hawk, on Flickr\" href=\"http://www.flickr.com/photos/thomashawk/4440874971/\"><img src=\"http://farm5.staticflickr.com/4011/4440874971_5fce369d98.jpg\" alt=\"Time\" width=\"500\" height=\"500\" /></a>\r\n\r\nPhoto: Time by Thomas Hawk, via Flickr.\r\n<h1><span style=\"color: #000000;\"><strong>Why have a marketing timeline</strong></span></h1>\r\n<span style=\"color: #000000;\">What this organization probably failed to do was a build an accurate marketing timeline. Without a timeline, you will print and mail stuff too late (or too early), send enewsletters too often or not frequently enough, send a press release too far from the event, etc. Marketing takes planning. Planning is essential if you want to get the most for your marketing dollars. In the case above, the postcard was a complete waste of marketing dollars. Very few, if any people, decide to attend an  all-day event (which has a registration fee that is higher at the door) the day before. </span>\r\n<h1><span style=\"color: #000000;\"><strong>How to build a marketing timeline</strong></span></h1>\r\n<span style=\"color: #000000;\">You probably will want to either sketch this out on a calendar or use a spreadsheet program to map this out.</span>\r\n\r\n<span style=\"color: #000000;\">1. Start with the end (your target date) and work backward. </span>\r\n\r\n<span style=\"color: #000000;\">2. Create a row for each communications vehicle, such as press release, enewsletter, email blast, brochure, etc. </span>\r\n\r\n<span style=\"color: #000000;\">3. Decide  how many days prior to the target date you want each communications vehicle to reach your audience. </span>\r\n\r\n<span style=\"color: #000000;\">4. Consider preparation time for each communications vehicle. For example, for printed materials, you have to consider printing times, shipping to you, delivery times (are you using first class mail or bulk) and approval process. Set target dates for each preparation step.</span>\r\n\r\n<span style=\"color: #000000;\">5. Fill out your timeline.</span>\r\n\r\n<span style=\"color: #000000;\">Remember to give yourself time to plan your marketing timeline! </span>\r\n\r\n<span style=\"color: #000000;\">Your thoughts?</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why you must have a marketing timeline','','publish','open','open','','why-you-must-have-a-marketing-timeline','','','2012-03-12 19:52:45','2012-03-12 19:52:45','',0,'http://deborahbrody.com/?p=1627',0,'post','',0),
(1628,4,'2012-03-12 13:39:09','2012-03-12 13:39:09','<span style=\"color: #000000;\">This past Saturday, I received a 6\"x11\" size postcard, in color (read: higher printing costs) advertising an event taking place on Sunday. Yes, you read that right. I got the expensive postcard one day before an event, and this was for a nonprofit group. You know what this postcard was? <strong>A total waste of money.</strong> I had already heard about the event via social media and enewsletter. I had already decided not to attend.</span>\n\n<a title=\"Time by Thomas Hawk, on Flickr\" href=\"http://www.flickr.com/photos/thomashawk/4440874971/\"><img src=\"http://farm5.staticflickr.com/4011/4440874971_5fce369d98.jpg\" alt=\"Time\" width=\"500\" height=\"500\" /></a>\n\nPhoto: Time by Thomas Hawk, via Flickr.\n<h1><span style=\"color: #000000;\"><strong>Why have a marketing timeline</strong></span></h1>\n<span style=\"color: #000000;\">What this organization probably failed to do was a build an accurate marketing timeline. Without a timeline, you will print and mail stuff too late (or too early), send enewsletters too often or not frequently enough, send a press release too far from the event, etc. Marketing takes planning. Planning is essential if you want to get the most for your marketing dollars. In the case above, the postcard was a complete waste of marketing dollars. Very few, if any people, decide to attend an  all-day event (which has a registration fee that is higher at the door) the day before. </span>\n<h1><span style=\"color: #000000;\"><strong>How to build a marketing timeline</strong></span></h1>\n<span style=\"color: #000000;\">You probably will want to either sketch this out on a calendar or use a spreadsheet program to map this out.</span>\n\n<span style=\"color: #000000;\">1. Start with the end (your target date) and  have to work backward. </span>\n\n<span style=\"color: #000000;\">2. Create a row for each communications vehicle, such as press release, enewsletter, email blast, brochure, etc. </span>\n\n<span style=\"color: #000000;\">3. Decide  how many days prior to the target date do you want each communications vehicle to reach your audience. </span>\n\n<span style=\"color: #000000;\">4. Consider preparation time for each communications vehicle. For example, for printed materials, you have to consider printing times, shipping to you, delivery times (are you using first class mail or bulk) and approval process. Set target dates for each preparation step.</span>\n\n<span style=\"color: #000000;\">5. Fill out your timeline.</span>\n\n<span style=\"color: #000000;\">Remember to give yourself time to plan your marketing timeline! </span>\n\n<span style=\"color: #000000;\">Your thoughts?</span>\n\n&nbsp;\n\n&nbsp;','Why you must have a marketing timeline','','inherit','open','open','','1627-revision','','','2012-03-12 13:39:09','2012-03-12 13:39:09','',1627,'http://deborahbrody.com/2012/03/1627-revision/',0,'revision','',0),
(1629,4,'2012-03-12 13:39:33','2012-03-12 13:39:33','<span style=\"color: #000000;\">This past Saturday, I received a 6\"x11\" size postcard, in color (read: higher printing costs) advertising an event taking place on Sunday. Yes, you read that right. I got the expensive postcard one day before an event, and this was for a nonprofit group. You know what this postcard was? <strong>A total waste of money.</strong> I had already heard about the event via social media and enewsletter. I had already decided not to attend.</span>\r\n\r\n<a title=\"Time by Thomas Hawk, on Flickr\" href=\"http://www.flickr.com/photos/thomashawk/4440874971/\"><img src=\"http://farm5.staticflickr.com/4011/4440874971_5fce369d98.jpg\" alt=\"Time\" width=\"500\" height=\"500\" /></a>\r\n\r\nPhoto: Time by Thomas Hawk, via Flickr.\r\n<h1><span style=\"color: #000000;\"><strong>Why have a marketing timeline</strong></span></h1>\r\n<span style=\"color: #000000;\">What this organization probably failed to do was a build an accurate marketing timeline. Without a timeline, you will print and mail stuff too late (or too early), send enewsletters too often or not frequently enough, send a press release too far from the event, etc. Marketing takes planning. Planning is essential if you want to get the most for your marketing dollars. In the case above, the postcard was a complete waste of marketing dollars. Very few, if any people, decide to attend an  all-day event (which has a registration fee that is higher at the door) the day before. </span>\r\n<h1><span style=\"color: #000000;\"><strong>How to build a marketing timeline</strong></span></h1>\r\n<span style=\"color: #000000;\">You probably will want to either sketch this out on a calendar or use a spreadsheet program to map this out.</span>\r\n\r\n<span style=\"color: #000000;\">1. Start with the end (your target date) and  have to work backward. </span>\r\n\r\n<span style=\"color: #000000;\">2. Create a row for each communications vehicle, such as press release, enewsletter, email blast, brochure, etc. </span>\r\n\r\n<span style=\"color: #000000;\">3. Decide  how many days prior to the target date do you want each communications vehicle to reach your audience. </span>\r\n\r\n<span style=\"color: #000000;\">4. Consider preparation time for each communications vehicle. For example, for printed materials, you have to consider printing times, shipping to you, delivery times (are you using first class mail or bulk) and approval process. Set target dates for each preparation step.</span>\r\n\r\n<span style=\"color: #000000;\">5. Fill out your timeline.</span>\r\n\r\n<span style=\"color: #000000;\">Remember to give yourself time to plan your marketing timeline! </span>\r\n\r\n<span style=\"color: #000000;\">Your thoughts?</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why you must have a marketing timeline','','inherit','open','open','','1627-revision-2','','','2012-03-12 13:39:33','2012-03-12 13:39:33','',1627,'http://deborahbrody.com/2012/03/1627-revision-2/',0,'revision','',0),
(1630,4,'2012-03-12 13:40:55','2012-03-12 13:40:55','<span style=\"color: #000000;\">This past Saturday, I received a 6\"x11\" size postcard, in color (read: higher printing costs) advertising an event taking place on Sunday. Yes, you read that right. I got the expensive postcard one day before an event, and this was for a nonprofit group. You know what this postcard was? <strong>A total waste of money.</strong> I had already heard about the event via social media and enewsletter. I had already decided not to attend.</span>\r\n\r\n<a title=\"Time by Thomas Hawk, on Flickr\" href=\"http://www.flickr.com/photos/thomashawk/4440874971/\"><img src=\"http://farm5.staticflickr.com/4011/4440874971_5fce369d98.jpg\" alt=\"Time\" width=\"500\" height=\"500\" /></a>\r\n\r\nPhoto: Time by Thomas Hawk, via Flickr.\r\n<h1><span style=\"color: #000000;\"><strong>Why have a marketing timeline</strong></span></h1>\r\n<span style=\"color: #000000;\">What this organization probably failed to do was a build an accurate marketing timeline. Without a timeline, you will print and mail stuff too late (or too early), send enewsletters too often or not frequently enough, send a press release too far from the event, etc. Marketing takes planning. Planning is essential if you want to get the most for your marketing dollars. In the case above, the postcard was a complete waste of marketing dollars. Very few, if any people, decide to attend an  all-day event (which has a registration fee that is higher at the door) the day before. </span>\r\n<h1><span style=\"color: #000000;\"><strong>How to build a marketing timeline</strong></span></h1>\r\n<span style=\"color: #000000;\">You probably will want to either sketch this out on a calendar or use a spreadsheet program to map this out.</span>\r\n\r\n<span style=\"color: #000000;\">1. Start with the end (your target date) and  have to work backward. </span>\r\n\r\n<span style=\"color: #000000;\">2. Create a row for each communications vehicle, such as press release, enewsletter, email blast, brochure, etc. </span>\r\n\r\n<span style=\"color: #000000;\">3. Decide  how many days prior to the target date do you want each communications vehicle to reach your audience. </span>\r\n\r\n<span style=\"color: #000000;\">4. Consider preparation time for each communications vehicle. For example, for printed materials, you have to consider printing times, shipping to you, delivery times (are you using first class mail or bulk) and approval process. Set target dates for each preparation step.</span>\r\n\r\n<span style=\"color: #000000;\">5. Fill out your timeline.</span>\r\n\r\n<span style=\"color: #000000;\">Remember to give yourself time to plan your marketing timeline! </span>\r\n\r\n<span style=\"color: #000000;\">Your thoughts?</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why you must have a marketing timeline','','inherit','open','open','','1627-revision-3','','','2012-03-12 13:40:55','2012-03-12 13:40:55','',1627,'http://deborahbrody.com/2012/03/1627-revision-3/',0,'revision','',0),
(1632,4,'2012-03-14 19:56:13','2012-03-14 19:56:13','<span style=\"color: #000000;\">Here it is, mid-March (Pi Day today because it is 3.14) and I haven\'t been to a single networking event this year. Not a one. I did got to a panel presentation yesterday, but that wasn\'t a networking event. </span>\r\n\r\n<span style=\"color: #000000;\">Now, I believe in networking and in networking events. It\'s important to meet people in person, and form relationships. It\'s good to get out. <strong><span style=\"text-decoration: underline;\">So the question is not whether to network but where and how.</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Here are some factors in deciding:</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Who is going.</strong> Is there a good chance that you will meet prospective clients, or good resources or just fun people? Is it going to be lots of people you already know? Will it give you a chance to reconnect? You should have a goal in mind when networking. If not, you are just attending an event.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Where and when is it</strong>. Is it convenient to attend this event? Will there be parking if I have to drive or is it near a Metro stop? How long will it take to get there? Is it at the crack of dawn or in the evening?</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Cost.</strong> Some events are free and those you can decide on based on the two factors above, but some events are costly. For example, I got an event invitation for something that is $49. And it is a breakfast presentation. To me, that is a lot of $$. Will the cost cover anything other than networking--a presentation or a meal? There\'s one group I know that gives a percentage of the cost to charity, so there is a feel-good/do-good aspect to paying.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Plenty of notice/time to RSVP.</strong> Sometimes you don\'t have enough notice (as I am writing this I got an invitation for something tomorrow night--sorry, I already committed to something else). Sometimes you have to RSVP far in advance. </span>\r\n\r\n<span style=\"color: #000000;\">What are your reasons to attend or not attend an event? I would love to hear what makes it or breaks it for you in the comments.</span>','To network or not to network, that is a question','','publish','open','open','','to-network-or-not-to-network-that-is-a-question','','','2012-03-14 19:56:13','2012-03-14 19:56:13','',0,'http://deborahbrody.com/?p=1632',0,'post','',0),
(1633,4,'2012-03-14 19:55:45','2012-03-14 19:55:45','Here it is, mid-March (Pi Day today because it is 3.14) and I haven\'t been to a single networking event this year. Not a one. I did got to a panel presentation yesterday, but that wasn\'t a networking event.\n\nNow, I believe in networking and in networking events. It\'s important to meet people in person, and form relationships. It\'s good to get out. <strong><span style=\"text-decoration: underline;\">So the question is not whether to network but where and how.</span></strong>\n\nHere are some factors in deciding:\n\n<strong>Who is going.</strong> Is there a good chance that you will meet prospective clients, or good resources or just fun people? Is it going to be lots of people you already know? Will it give you a chance to reconnect? You should have a goal in mind when networking. If not, you are just attending an event.\n\n<strong>Where and when is it</strong>. Is it convenient to attend this event? Will there be parking if I have to drive or is it near a Metro stop? How long will it take to get there? Is it at the crack of dawn or in the evening?\n\n<strong>Cost.</strong> Some events are free and those you can decide on based on the two factors above, but some events are costly. For example, I got an event invitation for something that is $49. And it is a breakfast presentation. To me, that is a lot of $$. Will the cost cover anything other than networking--a presentation or a meal? There\'s one group I know that gives a percentage of the cost to charity, so there is a feel-good/do-good aspect to paying.\n\n<strong>Plenty of notice/time to RSVP.</strong> Sometimes you don\'t have enough notice (as I am writing this I got an invitation for something tomorrow night--sorry, I already committed to something else). Sometimes you have to RSVP far in advance.\n\nWhat are your reasons to attend or not attend an event? I would love to hear what makes it or breaks it for you in the comment','To network or not to network, that is a question','','inherit','open','open','','1632-revision','','','2012-03-14 19:55:45','2012-03-14 19:55:45','',1632,'http://deborahbrody.com/2012/03/1632-revision/',0,'revision','',0),
(1635,4,'2012-03-15 15:09:00','2012-03-15 15:09:00','One of my favorite lines from a movie is this one, from Pulp Fiction:\n<blockquote>\"A pig\'s got personality. Personality goes a long way.\"\n\n---Jules Winnfeld (played by Samuel L. Jackson)</blockquote>\nIt seems the folks at Spike TV\'\'s Bar Rescue didn\'t think personality went a long way when they remade Silver Spring\'s Piratz Tavern into the very generic Corporate Bar and Grill. As <a title=\"Piratz, burgers and lost pizzazz\" href=\"http://deborahbrody.com/2012/02/piratz-burgers-and-lost-pizzazz/\" target=\"_blank\">I commented her</a>e on the blog, I didn\'t give the corporate makeover good chances of succeeding, and apparently neither did Piratz Tavern\'s owners. T<a href=\"http://www.washingtonpost.com/lifestyle/style/bar-rescue-gets-the-boot-in-silver-spring-after-piratz-tavern-renovation-goes-bust/2012/03/14/gIQAu9NpCS_story.html\" target=\"_blank\">he Washington Post is reporting today</a> that the bar\'s owners, Tracy and Juciano Rebelo are getting rid of the makeover and re-launching Piratz Tavern today.\n\nThe Washington Post article says this:\n<blockquote>The bigger problem, however, was the tavern’s new identity, designed to attract Silver Spring’s corporate worker bees. The new place seemed to do just the opposite: It became a cruel joke among a number of locals.</blockquote>\nAfter reading the article, I have concluded that the Bar Rescue team did have some genuine concerns about Piratz Tavern (to do with management style and food quality) but that their solution eliminated the only thing that made Piratz Tavern stand out--its personality. Remember, personality does go a long way.\n\n&nbsp;','It\'s all about personality','','inherit','open','open','','1634-revision','','','2012-03-15 15:09:00','2012-03-15 15:09:00','',1634,'http://deborahbrody.com/2012/03/1634-revision/',0,'revision','',0),
(1636,4,'2012-03-15 15:09:31','2012-03-15 15:09:31','One of my favorite lines from a movie is this one, from Pulp Fiction:\r\n<blockquote>\"A pig\'s got personality. Personality goes a long way.\"\r\n\r\n---Jules Winnfeld (played by Samuel L. Jackson)</blockquote>\r\nIt seems the folks at Spike TV\'\'s Bar Rescue didn\'t think personality went a long way when they remade Silver Spring\'s Piratz Tavern into the very generic Corporate Bar and Grill. As <a title=\"Piratz, burgers and lost pizzazz\" href=\"http://deborahbrody.com/2012/02/piratz-burgers-and-lost-pizzazz/\" target=\"_blank\">I commented her</a>e on the blog, I didn\'t give the corporate makeover good chances of succeeding, and apparently neither did Piratz Tavern\'s owners. T<a href=\"http://www.washingtonpost.com/lifestyle/style/bar-rescue-gets-the-boot-in-silver-spring-after-piratz-tavern-renovation-goes-bust/2012/03/14/gIQAu9NpCS_story.html\" target=\"_blank\">he Washington Post is reporting today</a> that the bar\'s owners, Tracy and Juciano Rebelo are getting rid of the makeover and re-launching Piratz Tavern today.\r\n\r\nThe Washington Post article says this:\r\n<blockquote>The bigger problem, however, was the tavern’s new identity, designed to attract Silver Spring’s corporate worker bees. The new place seemed to do just the opposite: It became a cruel joke among a number of locals.</blockquote>\r\nAfter reading the article, I have concluded that the Bar Rescue team did have some genuine concerns about Piratz Tavern (to do with management style and food quality) but that their solution eliminated the only thing that made Piratz Tavern stand out--its personality. Remember, personality does go a long way.\r\n\r\n&nbsp;','It\'s all about personality','','inherit','open','open','','1634-revision-2','','','2012-03-15 15:09:31','2012-03-15 15:09:31','',1634,'http://deborahbrody.com/2012/03/1634-revision-2/',0,'revision','',0),
(1637,4,'2012-03-15 15:12:29','2012-03-15 15:12:29','<span style=\"color: #000000;\">One of my favorite lines from a movie is this one, from Pulp Fiction:</span>\r\n<blockquote><span style=\"color: #000000;\">\"A pig\'s got personality. Personality goes a long way.\"</span>\r\n\r\n<span style=\"color: #000000;\">---Jules Winnfeld (played by Samuel L. Jackson)</span></blockquote>\r\n<span style=\"color: #000000;\">It seems the folks at Spike TV\'\'s Bar Rescue didn\'t think personality went a long way when they remade Silver Spring\'s Piratz Tavern into the very generic Corporate Bar and Grill. As <a title=\"Piratz, burgers and lost pizzazz\" href=\"http://deborahbrody.com/2012/02/piratz-burgers-and-lost-pizzazz/\" target=\"_blank\"><span style=\"color: #000000;\">I commented her</span></a>e on the blog, I didn\'t give the corporate makeover good chances of succeeding, and apparently neither did Piratz Tavern\'s owners. T<a href=\"http://www.washingtonpost.com/lifestyle/style/bar-rescue-gets-the-boot-in-silver-spring-after-piratz-tavern-renovation-goes-bust/2012/03/14/gIQAu9NpCS_story.html\" target=\"_blank\"><span style=\"color: #000000;\">he Washington Post is reporting today</span></a> that the bar\'s owners, Tracy and Juciano Rebelo are getting rid of the makeover and re-launching Piratz Tavern today.</span>\r\n\r\n<span style=\"color: #000000;\">The Washington Post article says this:</span>\r\n<blockquote><span style=\"color: #000000;\">The bigger problem, however, was the tavern’s new identity, designed to attract Silver Spring’s corporate worker bees. The new place seemed to do just the opposite: It became a cruel joke among a number of locals.</span></blockquote>\r\n<span style=\"color: #000000;\">After reading the article, I have concluded that the Bar Rescue team did have some genuine concerns about Piratz Tavern (to do with management style and food quality) but that their solution eliminated the only thing that made Piratz Tavern stand out--its personality. Remember, personality does go a long way.</span>\r\n\r\n&nbsp;','It\'s all about personality','','inherit','open','open','','1634-revision-3','','','2012-03-15 15:12:29','2012-03-15 15:12:29','',1634,'http://deborahbrody.com/2012/03/1634-revision-3/',0,'revision','',0),
(1638,4,'2012-03-15 15:15:01','2012-03-15 15:15:01','<span style=\"color: #000000;\">One of my favorite lines from a movie is this one, from Pulp Fiction:</span>\n<blockquote><span style=\"color: #000000;\">\"A pig\'s got personality. Personality goes a long way.\"</span>\n\n<span style=\"color: #000000;\">-Jules Winnfield (played by Samuel L. Jackson)</span></blockquote>\n<span style=\"color: #000000;\">It seems the folks at Spike TV\'\'s Bar Rescue didn\'t think personality went a long way when they remade Silver Spring\'s Piratz Tavern into the very generic Corporate Bar and Grill. As <a title=\"Piratz, burgers and lost pizzazz\" href=\"http://deborahbrody.com/2012/02/piratz-burgers-and-lost-pizzazz/\" target=\"_blank\"><span style=\"color: #000000;\">I commented her</span></a>e on the blog, I didn\'t give the corporate makeover good chances of succeeding, and apparently neither did Piratz Tavern\'s owners. T<a href=\"http://www.washingtonpost.com/lifestyle/style/bar-rescue-gets-the-boot-in-silver-spring-after-piratz-tavern-renovation-goes-bust/2012/03/14/gIQAu9NpCS_story.html\" target=\"_blank\"><span style=\"color: #000000;\">he Washington Post is reporting today</span></a> that the bar\'s owners, Tracy and Juciano Rebelo are getting rid of the makeover and re-launching Piratz Tavern today.</span>\n\n<span style=\"color: #000000;\">The Washington Post article says this:</span>\n<blockquote><span style=\"color: #000000;\">The bigger problem, however, was the tavern’s new identity, designed to attract Silver Spring’s corporate worker bees. The new place seemed to do just the opposite: It became a cruel joke among a number of locals.</span></blockquote>\n<span style=\"color: #000000;\">After reading the article, I have concluded that the Bar Rescue team did have some genuine concerns about Piratz Tavern (to do with management style and food quality) but that their solution eliminated the only thing that made Piratz Tavern stand out--its personality. Remember, personality does go a long way.</span>\n\n&nbsp;','It\'s all about personality','','inherit','open','open','','1634-autosave','','','2012-03-15 15:15:01','2012-03-15 15:15:01','',1634,'http://deborahbrody.com/2012/03/1634-autosave/',0,'revision','',0),
(1648,4,'2012-03-28 17:22:42','0000-00-00 00:00:00','Most Americans only speak one language: English. Most Europeans speak multiple languages (native and English at a minimum). Why is this relevant to communications? Simple answer is that in order to communicate EFFECTIVELY with your audience, you must speak their language.\n\nLanguage, in terms of marketing, is not just the','How many languages do you speak?','','draft','open','open','','','','','2012-03-28 17:22:42','2012-03-28 17:22:42','',0,'http://deborahbrody.com/?p=1648',0,'post','',0),
(1640,4,'2012-03-21 15:59:04','0000-00-00 00:00:00','We seem to live in a hyped-up world.  Because of social media and its amplifying effect, and the fact that traditional mass media has glommed on to social, what trends on Twitter is everywhere.\r\n\r\nAn interesting case in point is the Kony 2012 story. A video about a Ugandan warlord Joseph Kony, produced by the nonprofit Invisible Children, sought to promote Kony\'s arrest. The video went viral, it was featured on broadcast news and thousands tweeted about it. (As an aside, wWeirdly for a nonprofit, Invisible Children has a .com URL) However, <a href=\"http://www.guidestar.org/organizations/54-2164338/invisible-children.aspx\" target=\"_blank\">Guidestar does confirm it is a properly registered nonprofit</a> and Charity Navigator gives it a four star rating.\r\n\r\nOne of Invisible Children\'s founders, Jason Russell, who also directed the video, was arrested for lewd behavior a few days ago. His wife claims he had a breakdown due to the tremendous publicity the video received. I','Beware of hype','','draft','open','open','','','','','2012-03-21 15:59:04','2012-03-21 15:59:04','',0,'http://deborahbrody.com/?p=1640',0,'post','',0),
(1641,4,'2012-03-21 15:57:19','2012-03-21 15:57:19','We seem to live in a hyped-up world.  Because of social media and its amplifying effect, and the fact that traditional mass media has glommed on to social, what trends on Twitter is everywhere.\n\nAn interesting case in point is the Kony 2012 story. A video about a Ugandan warlord Joseph Kony, produced by the nonprofit Invisible Children, sought to promote Kony\'s arrest. The video went viral, it was featured on broadcast news and thousands tweeted about it. (As an aside, wWeirdly for a nonprofit, Invisible Children has a .com URL) However, <a href=\"http://www.guidestar.org/organizations/54-2164338/invisible-children.aspx\" target=\"_blank\">Guidestar does confirm it is a properly registered nonprofit</a> and Charity Navigator gives it a four star rating.\n\nOne of Invisible Children\'s founders, Jason Russell, who also directed the video, was arrested for lewd behavior a few days ago. His wife claims he had a breakdown due to the tremendous publicity the video received. I','Beware of hype','','inherit','open','open','','1640-revision','','','2012-03-21 15:57:19','2012-03-21 15:57:19','',1640,'http://deborahbrody.com/2012/03/1640-revision/',0,'revision','',0),
(1643,4,'2012-03-23 12:40:25','2012-03-23 12:40:25','<span style=\"color: #000000;\">Momentum is a physics term, which means that speed or forward motion of an object is equal to mass times velocity. In everyday usage, momentum is the strength or speed gained by motion or a series of events (<a href=\"http://www.merriam-webster.com/dictionary/momentum\" target=\"_blank\"><span style=\"color: #000000;\">here is Merriam-Webster\'s</span></a> definition).</span>\n\n<span style=\"color: #000000;\">Momentum is good for marketing--it helps you build up steam and propels you forward (gets you new business, more readers, bigger audience, etc).  But if when things are starting to speed up,  you apply the brakes, you (like your car) will quite literally slow down (lose momentum). </span>\n\n<span style=\"color: #000000;\"><strong>Losing momentum is a marketing killer.</strong> </span>\n\n<span style=\"color: #000000;\">How do you lose momentum? There are many \"brakes.\" Here are few examples:</span>\n\n<span style=\"color: #000000;\"><strong>Not returning inquiry calls:</strong> If I call you for information, I am what they call a warm prospect. By not calling me back, you are losing me. By taking your sweet time to return said calls, you also lose momentum.</span>\n\n<span style=\"color: #000000;\"><strong>Not following up</strong>:  In mid-December I attended the inaugural event for a new DC networking group. It sounded good and I provided my email, saying I would be happy to help organize an event. I haven\'t heard ONE word from them. They haven\'t held another event. They lost momentum.</span>\n\n<span style=\"color: #000000;\"><strong>Changing your terms suddenly (dashing expectations):</strong> Say you always get bread served at your favorite restaurant, and suddenly, the restaurant decides to cut costs and there goes the bread basket. It may have been what you enjoyed about the place, and now your expectations are dashed. You may not return.</span>\n\nNot blogging (or Tweeting or posting on Facebook) for months: You started your blog, and you had lots to say. And then you stopped posting. Any readership (or followers\n\n<span style=\"color: #000000;\">Whenever you do something that slows down your interaction with a prospective customer or client, you are losing momentum. That is a marketing/communications failure.</span>\n\n<span style=\"color: #000000;\">Have you experienced lost marketing momentum? Please give me your examples in the comments.</span>','Weekly communications #fail: losing momentum','','inherit','open','open','','1642-revision','','','2012-03-23 12:40:25','2012-03-23 12:40:25','',1642,'http://deborahbrody.com/2012/03/1642-revision/',0,'revision','',0),
(1644,4,'2012-03-23 13:16:46','2012-03-23 13:16:46','<span style=\"color: #000000;\">Momentum is a physics term, which means that speed or forward motion of an object is equal to mass times velocity. In everyday usage, momentum is the strength or speed gained by motion or a series of events (<a href=\"http://www.merriam-webster.com/dictionary/momentum\" target=\"_blank\"><span style=\"color: #000000;\">here is Merriam-Webster\'s</span></a> definition).</span>\n\n<span style=\"color: #000000;\">Momentum is good for marketing--it helps you build up steam and propels you forward (gets you new business, more readers, bigger audience, etc).  But if when things are starting to speed up,  you apply the brakes, you (like your car) will quite literally slow down (lose momentum). </span>\n\n<span style=\"color: #000000;\"><strong>Losing momentum is a marketing killer.</strong> </span>\n\n<span style=\"color: #000000;\">How do you lose momentum? There are many \"brakes.\" Here are few examples:</span>\n\n<span style=\"color: #000000;\"><strong>Not returning inquiry calls:</strong> If I call you for information, I am what they call a warm prospect. By not calling me back, you are losing me. By taking your sweet time to return said calls, you also lose momentum.</span>\n\n<span style=\"color: #000000;\"><strong>Not following up</strong>:  In mid-December I attended the inaugural event for a new DC networking group. It sounded good and I provided my email, saying I would be happy to help organize an event. I haven\'t heard ONE word from them. They haven\'t held another event. They lost momentum.</span>\n\n<span style=\"color: #000000;\"><strong>Changing your terms suddenly (dashing expectations):</strong> Say you always get bread served at your favorite restaurant, and suddenly, the restaurant decides to cut costs and there goes the bread basket. It may have been what you enjoyed about the place, and now your expectations are dashed. You may not return.</span>\n\n<strong>Not blogging (or Tweeting or posting on Facebook) for months:</strong> You started your blog, and you had lots to say. And then you stopped posting. Any readership (or followers) you had, will dwindle. You lost momentum.\n\n<span style=\"color: #000000;\">Whenever you do something that slows down your interaction with a prospective customer or client, you are losing momentum. That is a marketing/communications failure.</span>\n\n<span style=\"color: #000000;\">Have you experienced lost marketing momentum? Please give me your examples in the comments.</span>','Weekly communications #fail: losing momentum','','inherit','open','open','','1642-autosave','','','2012-03-23 13:16:46','2012-03-23 13:16:46','',1642,'http://deborahbrody.com/2012/03/1642-autosave/',0,'revision','',0),
(1645,4,'2012-03-26 13:39:41','2012-03-26 13:39:41','<span style=\"color: #000000;\">Just this morning, I have seen all three of these mistakes, and by prominent websites/social media marketers. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Number 1: Not having links open in a new page/tab</strong>. Why is this a mistake? Because you are practically pushing people OFF your website and on to another. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Number 2: Poor social sharing tools (or worse, not having them).</strong> Poor social sharing tools are those that don\'t provide the title of the post, or the blog, or the author. The example I came across this morning gave me this when I clicked to share on Twitter: Currently reading [URL address]). How is this sharing helpful to anyone?  You have to provide a reason for people to read your Tweet. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Number 3: Not checking @ mentions on Twitter.</strong> Someone is trying to communicate directly with you--is it wise to ignore him/her?  Big companies with customer service problems would do well to check their @ mentions. This is easier done with a Twitter client like Hootsuite or Tweetdeck that automatically puts @ mentions in their own column. </span>\r\n\r\n<span style=\"color: #000000;\">Are these your top three mistakes? What would you add or subtract?</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','3 Social Media/Web Marketing Mistakes to Avoid','','publish','open','open','','3-social-mediaweb-marketing-mistakes-to-avoid','','','2012-03-26 13:39:41','2012-03-26 13:39:41','',0,'http://deborahbrody.com/?p=1645',0,'post','',0),
(1646,4,'2012-03-26 13:39:21','2012-03-26 13:39:21','<span style=\"color: #000000;\">Just this morning, I have seen all three of these mistakes, and by prominent websites/social media marketers. </span>\n\n<span style=\"color: #000000;\"><strong>Number 1: Not having links open in a new page/tab</strong>. Why is this a mistake? Because you are practically pushing people OFF your website and on to another. </span>\n\n<span style=\"color: #000000;\"><strong>Number 2: Poor social sharing tools (or worse, not having them).</strong> Poor social sharing tools are those that don\'t provide the title of the post, or the blog, or the author. The example I came across this morning gave me this when I clicked to share on Twitter: Currently reading [URL address]). How is this sharing helpful to anyone?  You have to provide a reason for people to read your Tweet. </span>\n\n<span style=\"color: #000000;\"><strong>Number 3: Not checking @ mentions on Twitter.</strong> Someone is trying to communicate directly with you--is it wise to ignore him/her?  Big companies with customer service problems would do well to check their @ mentions. This is easier done with a Twitter client like Hootsuite or Tweetdeck that automatically puts @ mentions in their own column. </span>\n\n<span style=\"color: #000000;\">Are these your top three mistakes? What would you add or subtract?</span>\n\n&nbsp;\n\n&nbsp;','3 Social Media/Web Marketing Mistakes to Avoid','','inherit','open','open','','1645-revision','','','2012-03-26 13:39:21','2012-03-26 13:39:21','',1645,'http://deborahbrody.com/2012/03/1645-revision/',0,'revision','',0),
(1647,4,'2012-03-26 13:40:47','2012-03-26 13:40:47','<span style=\"color: #000000;\">Just this morning, I have seen all three of these mistakes, and by prominent websites/social media marketers. </span>\n\n<span style=\"color: #000000;\"><strong>Number 1: Not having links open in a new page/tab</strong>. Why is this a mistake? Because you are practically pushing people OFF your website and on to another. </span>\n\n<span style=\"color: #000000;\"><strong>Number 2: Poor social sharing tools (or worse, not having them).</strong> Poor social sharing tools are those that don\'t provide the title of the post, or the blog, or the author. The example I came across this morning gave me this when I clicked to share on Twitter: Currently reading [URL address]). How is this sharing helpful to anyone?  You have to provide a reason for people to read your Tweet. </span>\n\n<span style=\"color: #000000;\"><strong>Number 3: Not checking @ mentions on Twitter.</strong> Someone is trying to communicate directly with you--is it wise to ignore him/her?  Big companies with customer service problems would do well to check their @ mentions. This is easier done with a Twitter client like Hootsuite or Tweetdeck that automatically puts @ mentions in their own column. </span>\n\n<span style=\"color: #000000;\">Are these your top three mistakes? What would you add or subtract?</span>\n\n&nbsp;\n\n&nbsp;','3 Social Media/Web Marketing Mistakes to Avoid','','inherit','open','open','','1645-autosave','','','2012-03-26 13:40:47','2012-03-26 13:40:47','',1645,'http://deborahbrody.com/2012/03/1645-autosave/',0,'revision','',0),
(1649,4,'2012-03-28 17:19:16','2012-03-28 17:19:16','Most Americans only speak one language: English. Most Europeans speak multiple languages (native and English at a minimum). Why is this relevant to communications? Simple answer is that in order to communicate EFFECTIVELY with your audience, you must speak their language.\n\nLanguage, in terms of marketing, is not just the','How many languages do you speak?','','inherit','open','open','','1648-revision','','','2012-03-28 17:19:16','2012-03-28 17:19:16','',1648,'http://deborahbrody.com/2012/03/1648-revision/',0,'revision','',0),
(1650,4,'2012-03-29 20:54:00','2012-03-29 20:54:00','T<span style=\"color: #000000;\">here is a women\'s networking group here in Maryland that offers some nice events every couple of months. For April, they had been touting a well known health expert as the speaker to their event. This speaker was a huge draw. Yesterday, I decided to register. When I went to event page, lo and behold, the speaker is not listed. Instead, there is a panel of speakers (none of them \"famous\") who will discuss health issues.</span>\r\n\r\n<span style=\"color: #000000;\">Is this a bait and switch? Did the speaker bow out due to an unforeseen circumstance? Why the change in speakers? </span>\r\n\r\n<span style=\"color: #000000;\">I have no answer because this group has not addressed it. Instead, they proceed as if nothing has changed. </span>\r\n\r\n<span style=\"color: #000000;\">They are making an assumption that people will want to attend the event regardless. They are making an assumption that you will get it. They are making an assumption that they don\'t have to provide an explanation.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Don\'t make assumptions! Be transparent. Be clear</strong>. All that needed to be said in this case was: We had scheduled speaker x for this event, but due to (reason) she is no longer available. Instead, we are presenting a fabulous panel....</span>\r\n\r\n<span style=\"color: #000000;\">This type of thing is what irritates people and turns them off. Say you signed up a month ago expecting the original speaker. You get to the event and she is not there. Don\'t you feel ripped off? Disappointed? Or maybe you are just uninterested in the panel. </span>\r\n\r\n<strong><span style=\"color: #000000;\">Don\'t assume your audience will follow you if you don\'t explain. Be transparent. Be honest. Be upfront.</span></strong>\r\n\r\n<span style=\"color: #000000;\">Rant over.</span>','Being transparent (or, not making assumptions)','','publish','open','open','','being-transparent-or-not-making-assumptions','','','2012-03-29 20:54:00','2012-03-29 20:54:00','',0,'http://deborahbrody.com/?p=1650',0,'post','',0),
(1671,4,'2012-04-18 15:16:00','2012-04-18 15:16:00','<span style=\"color: #000000;\">The single worst mistake you can make in communications is not living up to your promise (s). Why? It breaks trust. </span>\r\n\r\n<span style=\"color: #000000;\">Sadly, we see it all the time from big companies and small. Like when a wireless carrier tells you that you will have unlimited data, only to cap you after a certain amount. Or when an airline advertises a low price on a fare only to reference some small print saying it is available only at midnight of the day that Jupiter lines up with Mars.</span>\r\n\r\n<span style=\"color: #000000;\">When you continually break promises you create a cynical customer. He or she no longer trusts what you say, and takes what you say with a grain of salt. Cynical customers are not loyal customers. </span>\r\n\r\n<span style=\"color: #000000;\">It goes beyond false advertising though. In business and personal communication, you also can run the risk of losing trust. If you tell your friend you will be at her birthday party and then don\'t show up. If you promise your client that you will send a document and then you don\'t.  </span>\r\n\r\n<span style=\"color: #000000;\">We\'ve all heard that the most common lie is \"the check\'s in the mail.\" How many times can you tell someone payment is forthcoming and the check is not there?</span>\r\n\r\n<span style=\"color: #000000;\">When you as a business or you as an individual fail to live up to your promises, you are helping create a culture of mistrust, cynicism and disappointment. </span>\r\n\r\n<span style=\"color: #000000;\">Do you agree? Is there something worse than making your customers/friends distrust/mistrust you or your business?</span>\r\n\r\n&nbsp;','The single worst communications mistake','','publish','open','open','','the-single-worst-communications-mistake','','','2012-04-18 15:16:00','2012-04-18 15:16:00','',0,'http://deborahbrody.com/?p=1671',0,'post','',0),
(1652,4,'2012-03-29 20:53:48','2012-03-29 20:53:48','T<span style=\"color: #000000;\">here is a women\'s networking group here in Maryland that offers some nice events every couple of months. For April, they had been touting a well known health expert as the speaker to their event. This speaker was a huge draw. Yesterday, I decided to register. When I went to event page, lo and behold, the speaker is not listed. Instead, there is a panel of speakers (none of them \"famous\") who will discuss health issues.</span>\n\n<span style=\"color: #000000;\">Is this a bait and switch? Did the speaker bow out due to an unforeseen circumstance? Why the change in speakers? </span>\n\n<span style=\"color: #000000;\">I have no answer because this group has not addressed it. Instead, they proceed as if nothing has changed. </span>\n\n<span style=\"color: #000000;\">They are making an assumption that people will want to attend the event regardless. They are making an assumption that you will get it. They are making an assumption that they don\'t have to provide an explanation.</span>\n\n<span style=\"color: #000000;\"><strong>Don\'t make assumptions! Be transparent. Be clear</strong>. All that needed to be said in this case was: We had scheduled speaker x for this event, but due to (reason) she is no longer available. Instead, we are presenting a fabulous panel....</span>\n\n<span style=\"color: #000000;\">This type of thing is what irritates people and turns them off. Say you signed up a month ago expecting the original speaker. You get to the event and she is not there. Don\'t you feel ripped off? Disappointed? Or maybe you are just uninterested in the panel. </span>\n\n<span style=\"color: #000000;\">Don\'t assume your audience will follow you if you don\'t explain. Be transparent. Be honest. Be upfront.</span>\n\n<span style=\"color: #000000;\">Rant over.</span>','Being transparent (or, not making assumptions)','','inherit','open','open','','1650-revision','','','2012-03-29 20:53:48','2012-03-29 20:53:48','',1650,'http://deborahbrody.com/2012/03/1650-revision/',0,'revision','',0),
(1653,4,'2012-04-02 14:43:33','2012-04-02 14:43:33','<span style=\"color: #000000;\">I have been thinking a lot about loyalty and whether companies value it or not.</span>\r\n\r\n<span style=\"color: #000000;\">Take for  example, my customer relationship with ATT Wireless. I have been a customer for several years now (although not by choice rather by the acquisition of my old carrier Cingular). I called customer service the other day to see if they would credit several spam texts I received (I don\'\'t have unlimited text and pay 20 cents per message). The agent placed me on a <span style=\"text-decoration: underline;\">ten  minute hold</span> \"to check my account\" and later informed that it was not company policy to do so, but she would credit 40 cents to my account. Now, mind you, I had a similar conversation with another agent last year, and there was no problem crediting my account. No need to review. No lengthy process. I asked the agent if she was really giving me a hard time over 40 cents when I had been a customer for so many years.</span>\r\n\r\n<span style=\"color: #000000;\">This interaction seems to prove that ATT is not particularly concerned with customer loyalty. They would rather talk \"company policy\" to me than think about rewarding my patronage, which over the years is in the several $1000s.</span>\r\n\r\n<span style=\"color: #000000;\">I have been at my gym for several years. Has it ever given me anything to show appreciation for staying with it? NEW members get perks (free personal training or a t-shirt or whatever) but what do OLD members get? NOTHING. How does this reinforce customer loyalty?</span>\r\n\r\n<span style=\"color: #000000;\">Yet, everywhere you turn there are loyalty programs. From the local bakery, where 12 stamps will result in one free loaf of bread to the pharmacy where you swipe your card to get \"reward dollars\" after you\'ve spent a certain amount.  Some of these loyalty programs do reward a loyal customer with something tangible and some are meant as a database mining operation. Guess which is which.</span>\r\n\r\n<span style=\"color: #000000;\">Large companies, especially financial institutions, seem to take customer loyalty for granted. Either that, or they simply don\'t care if customers are loyal. If you have been at your bank for more than five years, are you getting anything? A better interest rate? A free safety deposit box?  I bet the answer is no, you aren\'t getting a single cent. Yet, some banks will reward new customers by giving them a cash bonus deposited to their new accounts.</span>\r\n\r\n<span style=\"color: #000000;\">Customer loyalty is an area that marketing communications can\'t fix by itself. It needs operations/institutional support. However, as a marketer, you need to be concerned about it. <strong>You can attract all sorts of new business with good communications efforts, but can you retain it?</strong> Are you doing something to reward \"old\" business?</span>\r\n\r\n<span style=\"color: #000000;\">If you aren\'t thinking about customer loyalty and what you are doing to maintain it and reward it, they you are probably losing customers at this very moment.</span>\r\n\r\n&nbsp;','Are you rewarding loyalty?','','publish','open','open','','are-you-rewarding-loyalty','','','2012-04-02 14:43:52','2012-04-02 14:43:52','',0,'http://deborahbrody.com/?p=1653',0,'post','',0),
(1654,4,'2012-04-02 14:19:16','2012-04-02 14:19:16','','Auto Draft','','inherit','open','open','','1653-revision','','','2012-04-02 14:19:16','2012-04-02 14:19:16','',1653,'http://deborahbrody.com/2012/04/1653-revision/',0,'revision','',0),
(1655,4,'2012-04-02 14:42:43','2012-04-02 14:42:43','I have been thinking a lot about loyalty and whether companies value it or not.\n\nTake for  example, my customer relationship with ATT Wireless. I have been a customer for several years now (although not by choice rather by the acquisition of my old carrier Cingular). I called customer service the other day to see if they would credit several spam texts I received (I don\'\'t have unlimited text and pay 20 cents per message). The agent placed me on a <span style=\"text-decoration: underline;\">ten  minute hold</span> \"to check my account\" and later informed that it was not company policy to do so, but she would credit 40 cents to my account. Now, mind you, I had a similar conversation with another agent last year, and there was no problem crediting my account. No need to review. No lengthy process. I asked the agent if she was really giving me a hard time over 40 cents when I had been a customer for so many years.\n\nThis interaction seems to prove that ATT is not particularly concerned with customer loyalty. They would rather talk \"company policy\" to me than think about rewarding my patronage, which over the years is in the several $1000s.\n\nI have been at my gym for several years. Has it ever given me anything to show appreciation for staying with it? NEW members get perks (free personal training or a t-shirt or whatever) but what do OLD members get? NOTHING. How does this reinforce customer loyalty?\n\nYet, everywhere you turn there are loyalty programs. From the local bakery, where 12 stamps will result in one free loaf of bread to the pharmacy where you swipe your card to get \"reward dollars\" after you\'ve spent a certain amount.  Some of these loyalty programs do reward a loyal customer with something tangible and some are meant as a database mining operation. Guess which is which.\n\nLarge companies, especially financial institutions, seem to take customer loyalty for granted. Either that, or they simply don\'t care if customers are loyal. If you have been at your bank for more than five years, are you getting anything? A better interest rate? A free safety deposit box?  I bet the answer is no, you aren\'t getting a single cent. Yet, some banks will reward new customers by giving them a cash bonus deposited to their new accounts.\n\nCustomer loyalty is an area that marketing communications can\'t fix by itself. It needs operations/institutional support. However, as a marketer, you need to be concerned about it. You can attract all sorts of new business with good communications efforts, but can you retain it? Are you doing something to reward \"old\" business?\n\nIf you aren\'t thinking about customer loyalty and what you are doing to maintain it and reward it, they you are probably losing customers at this very moment.\n\n&nbsp;','Are you rewarding loyalty?','','inherit','open','open','','1653-revision-2','','','2012-04-02 14:42:43','2012-04-02 14:42:43','',1653,'http://deborahbrody.com/2012/04/1653-revision-2/',0,'revision','',0),
(1656,4,'2012-04-02 14:43:33','2012-04-02 14:43:33','I have been thinking a lot about loyalty and whether companies value it or not.\r\n\r\nTake for  example, my customer relationship with ATT Wireless. I have been a customer for several years now (although not by choice rather by the acquisition of my old carrier Cingular). I called customer service the other day to see if they would credit several spam texts I received (I don\'\'t have unlimited text and pay 20 cents per message). The agent placed me on a <span style=\"text-decoration: underline;\">ten  minute hold</span> \"to check my account\" and later informed that it was not company policy to do so, but she would credit 40 cents to my account. Now, mind you, I had a similar conversation with another agent last year, and there was no problem crediting my account. No need to review. No lengthy process. I asked the agent if she was really giving me a hard time over 40 cents when I had been a customer for so many years.\r\n\r\nThis interaction seems to prove that ATT is not particularly concerned with customer loyalty. They would rather talk \"company policy\" to me than think about rewarding my patronage, which over the years is in the several $1000s.\r\n\r\nI have been at my gym for several years. Has it ever given me anything to show appreciation for staying with it? NEW members get perks (free personal training or a t-shirt or whatever) but what do OLD members get? NOTHING. How does this reinforce customer loyalty?\r\n\r\nYet, everywhere you turn there are loyalty programs. From the local bakery, where 12 stamps will result in one free loaf of bread to the pharmacy where you swipe your card to get \"reward dollars\" after you\'ve spent a certain amount.  Some of these loyalty programs do reward a loyal customer with something tangible and some are meant as a database mining operation. Guess which is which.\r\n\r\nLarge companies, especially financial institutions, seem to take customer loyalty for granted. Either that, or they simply don\'t care if customers are loyal. If you have been at your bank for more than five years, are you getting anything? A better interest rate? A free safety deposit box?  I bet the answer is no, you aren\'t getting a single cent. Yet, some banks will reward new customers by giving them a cash bonus deposited to their new accounts.\r\n\r\nCustomer loyalty is an area that marketing communications can\'t fix by itself. It needs operations/institutional support. However, as a marketer, you need to be concerned about it. <strong>You can attract all sorts of new business with good communications efforts, but can you retain it?</strong> Are you doing something to reward \"old\" business?\r\n\r\nIf you aren\'t thinking about customer loyalty and what you are doing to maintain it and reward it, they you are probably losing customers at this very moment.\r\n\r\n&nbsp;','Are you rewarding loyalty?','','inherit','open','open','','1653-revision-3','','','2012-04-02 14:43:33','2012-04-02 14:43:33','',1653,'http://deborahbrody.com/2012/04/1653-revision-3/',0,'revision','',0),
(1665,4,'2012-04-12 20:09:37','2012-04-12 20:09:37','<span style=\"color: #000000;\">Passover is almost over for those of us who celebrate it. The eight-day-long Jewish holiday celebrates liberation from slavery in Egypt. For most people, the main observance of the holiday is abstaining from eating bread and other leavened products (because the Israelites fleeing Egypt did not have enough time to allow their bread to rise), and substituting matza instead.</span>\r\n\r\n<span style=\"color: #000000;\">Can Passover inform any marketing communications decisions? I think it can. Here are four Passover lessons for you marcomm efforts:</span>\r\n\r\n<span style=\"color: #000000;\"><strong>One: Freedom rules!</strong></span>\r\n\r\n<span style=\"color: #000000;\">Passover is a festival that celebrates the liberation of the Israelites from Egyptian slavery. In marketing and communications, we also celebrate freedom. <span style=\"text-decoration: underline;\">We don\'t want to be tied to one platform, one way of thinking, solutions that no longer work.</span> Celebrate and use your freedom!</span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\"><strong>Two: Change is good</strong></span>\r\n\r\n<span style=\"color: #000000;\">During passover, we eat matza for eight days, and don\'t eat bread, pasta, etc. It is a change for most people, a pause, a reset. It <span style=\"text-decoration: underline;\">challenges your routine,</span> forces your creativity. When you do things differently for a short time, you may discover what works and what doesn\'t.</span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\"><strong>Three: Dress it up a bit</strong></span>\r\n\r\n<span style=\"color: #000000;\">In my opinion, matza is infinitely better when spread with cream cheese or jelly (or both). Plain is just OK. In other words,<span style=\"text-decoration: underline;\"> some bells and whistles help</span>. For example, having a well designed, attractive website can give your business an edge over a dull, plain website.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Four: Friends and family are key</strong></span>\r\n\r\n<span style=\"color: #000000;\">Passover is a holiday that is better when celebrated with friends and family. In marketing and communications, your “friends and family” are your customers and your promoters. In social media they are your followers and \"likers.\" Your friends and family are the cornerstone of your outreach efforts.</span>\r\n\r\n<span style=\"color: #000000;\">Do you see any other lessons in Passover?</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','4 Passover Lessons for Marketing and Communications','','publish','open','open','','4-passover-lessons-for-marketing-and-communications','','','2012-04-12 20:09:37','2012-04-12 20:09:37','',0,'http://deborahbrody.com/?p=1665',0,'post','',2),
(1658,4,'2012-04-04 12:56:00','2012-04-04 12:56:00','<span style=\"color: #000000;\">Have you ever run into a situation where a company has absolutely gorgeous marketing materials, but its service or product is sub par? That\'s a situation where the marketing draws people in, but the product  or service loses them. </span>\r\n\r\n<span style=\"color: #000000;\">I am looking to do some home improvement and I went to Angie\'s List. I found several companies in the category and checked out each company website. I was pretty impressed with one company in particular. Their website was not only attractive, but functional and informative. I called to make an appointment for an estimate. The woman seemed friendly and knowledgeable and set up an appointment that would be confirmed via email. This company seems to be pretty technologically savvy. The appointment was confirmed but a couple of hours later I got an email from a manager saying that he couldn\'t keep that appointment and could we change it. We went back and forth and settled on Tuesday (yesterday) at 6 p.m. </span>\r\n\r\n<span style=\"color: #000000;\">At 5 p.m. yesterday the estimator called to tell me he can\'t make it and can he come tomorrow. As it turns out, I don\'t have time today, and I figured that if a company can\'t keep an appointment that does not bode well for the process. Further, it is not professional to keep changing appointments and to offer excuses. My time is valuable and if this company wants my business, the estimator would make an effort to show at the appointed time. I told him to forget it. There are other companies that do this work, and so far, two other companies have shown up on time for our estimate appointments. For me, punctuality and reliability are important indicators of how a company performs.</span>\r\n\r\n<span style=\"color: #000000;\">In this case, this company appears to be competent but in practice is not. </span>\r\n\r\n<span style=\"color: #000000;\">When your marketing is bad, you may not get the customers you want. But if your marketing is better than you are, your potential customers will not stick with you. They will be drawn in, but you will lose them. </span>\r\n\r\n<span style=\"color: #000000;\">Your marketing should be attractive, but if you are spending more money and time on marketing and less on your service or product, that marketing dollar is wasted. </span>\r\n\r\n<span style=\"color: #000000;\">Thoughts?</span>','Is your marketing communication better than you?','','publish','open','open','','is-your-marketing-communication-better-than-you','','','2012-04-04 12:56:00','2012-04-04 12:56:00','',0,'http://deborahbrody.com/?p=1658',0,'post','',2),
(1659,4,'2012-04-04 12:55:01','2012-04-04 12:55:01','Have you ever run into a situation where a company has absolutely gorgeous marketing materials, but its service or product is sub par? That\'s a situation where the marketing draws people in, but the product  or service loses them.\n\nI am looking to do some home improvement and I went to Angie\'s List. I found several companies in the category and checked out each company website. I was pretty impressed with one company in particular. Their website was not only attractive, but functional and informative. I called to make an appointment for an estimate. The woman seemed friendly and knowledgeable and set up an appointment that would be confirmed via email. This company seems to be pretty technologically savvy. The appointment was confirmed but a couple of hours later I got an email from a manager saying that he couldn\'t keep that appointment and could we change it. We went back and forth and settled on Tuesday (yesterday) at 6 p.m.\n\nAt 5 p.m. yesterday the estimator called to tell me he can\'t make it and can he come tomorrow. As it turns out, I don\'t have time today, and I figured that if a company can\'t keep an appointment that does not bode well for the process. Further, it is not professional to keep changing appointments and to offer excuses. My time is valuable and if this company wants my business, the estimator would make an effort to show at the appointed time. I told him to forget it. There are other companies that do this work, and so far, two other companies have shown up on time for our estimate appointments. For me, punctuality and reliability are important indicators of how a company perfor\n\nIn this case, this company appears to be competent but in practice is not.\n\nWhen your marketing is not good, you may not get the customers you want. But if your marketing is better than you are, your potential customers will not stick with you. They will be drawn in, but you will lose them.\n\nYour marketing should be attractive, but if you are spending more money and time on marketing and less on your service or product, that marketing dollar is wasted.','Is your marketing communication better than you?','','inherit','open','open','','1658-revision','','','2012-04-04 12:55:01','2012-04-04 12:55:01','',1658,'http://deborahbrody.com/2012/04/1658-revision/',0,'revision','',0),
(1660,4,'2012-04-04 12:57:06','2012-04-04 12:57:06','<span style=\"color: #000000;\">Have you ever run into a situation where a company has absolutely gorgeous marketing materials, but its service or product is sub par? That\'s a situation where the marketing draws people in, but the product  or service loses them. </span>\n\n<span style=\"color: #000000;\">I am looking to do some home improvement and I went to Angie\'s List. I found several companies in the category and checked out each company website. I was pretty impressed with one company in particular. Their website was not only attractive, but functional and informative. I called to make an appointment for an estimate. The woman seemed friendly and knowledgeable and set up an appointment that would be confirmed via email. This company seems to be pretty technologically savvy. The appointment was confirmed but a couple of hours later I got an email from a manager saying that he couldn\'t keep that appointment and could we change it. We went back and forth and settled on Tuesday (yesterday) at 6 p.m. </span>\n\n<span style=\"color: #000000;\">At 5 p.m. yesterday the estimator called to tell me he can\'t make it and can he come tomorrow. As it turns out, I don\'t have time today, and I figured that if a company can\'t keep an appointment that does not bode well for the process. Further, it is not professional to keep changing appointments and to offer excuses. My time is valuable and if this company wants my business, the estimator would make an effort to show at the appointed time. I told him to forget it. There are other companies that do this work, and so far, two other companies have shown up on time for our estimate appointments. For me, punctuality and reliability are important indicators of how a company performs.</span>\n\n<span style=\"color: #000000;\">In this case, this company appears to be competent but in practice is not. </span>\n\n<span style=\"color: #000000;\">When your marketing is bad, you may not get the customers you want. But if your marketing is better than you are, your potential customers will not stick with you. They will be drawn in, but you will lose them. </span>\n\n<span style=\"color: #000000;\">Your marketing should be attractive, but if you are spending more money and time on marketing and less on your service or product, that marketing dollar is wasted. </span>\n\n<span style=\"color: #000000;\">Thoughts?</span>','Is your marketing communication better than you?','','inherit','open','open','','1658-autosave','','','2012-04-04 12:57:06','2012-04-04 12:57:06','',1658,'http://deborahbrody.com/2012/04/1658-autosave/',0,'revision','',0),
(1662,4,'2012-04-09 14:48:33','2012-04-09 14:48:33','<span style=\"color: #000000;\">Lately, I have been seeing lots of articles being written about how important storytelling is, most recently <a href=\"http://www.inc.com/riley-gibson/3-reasons-every-start-up-should-tell-more-stories.html\" target=\"_blank\"><span style=\"color: #000000;\">3 Reasons to Master the Art of Storytelling</span></a> on Inc. Magazine\'s website. This has got me to thinking on whether you can become a better storyteller, or is it something you are born with. Or, does it matter at all if you are good or bad at storytelling if your story is great (or terrible).</span>\r\n\r\n<span style=\"color: #000000;\"><strong>So, is it the story or the storyteller?</strong></span>\r\n\r\n<span style=\"color: #000000;\">A bit of both in my opinion. A bad storyteller could ruin the best story, but a boring story won\'t get any more exciting if someone tells it really well.</span>\r\n\r\n<span style=\"color: #000000;\">But, can you make the telling of the story better? </span>\r\n\r\n<span style=\"color: #000000;\">Yes!</span>\r\n\r\n<span style=\"color: #000000;\">These are my tips for improving your storytelling ability, while cautioning you that you have to have a good story to start with.</span>\r\n\r\n<span style=\"color: #000000;\">1) <strong>Have a point, and don\'t bury it. </strong>Start with the end in mind. Is there anything worse than a pointless story? </span>\r\n\r\n<span style=\"color: #000000;\">2) <strong>Don\'t get bogged down with all the details</strong>. I had a friend years ago who was the kind of storyteller that would make you look at your watch ten times because she had to relay every single last detail. (Like this: I was walking to the train station in my new blue shoes with tassels, and then I saw the cutest cocker spaniel, and I started talking to the woman who was walking the dog, she was wearing  a jumpsuit that I had seen in a store window.....). </span>\r\n\r\n<span style=\"color: #000000;\">3) <strong>Realize your audience may not view the story the same way you do.</strong>  You have a specific point of view, but if it is very specific to you and your worldview, it may fall flat with your audience.There are things that are more universal than others, and to resonate, your story has to have some type of \"universal truth.\"</span>\r\n\r\n<span style=\"color: #000000;\">4) <strong>Adapt to your surroundings</strong>. If you are telling a story to your friends in your living room you may be more informal, whereas if you are telling a story to the board in the corporate headquarters, you may need to be a tad more buttoned up.\r\n</span>\r\n\r\n<span style=\"color: #000000;\">5)<strong> Use humor, but only if it is not offensive or obtuse.</strong> Have you ever been told a story, and the teller throws in some weird joke you don\'t think is funny? Or worse, you think is offensive (these jokes are usually tired canards about women, or racist stereotypes)?</span>\r\n\r\n<span style=\"color: #000000;\">What would add? And do you think the right storyteller can make up for a bad story? Let me know in the comments.</span>','Is it the story or the storyteller?','','publish','open','open','','is-it-the-story-or-the-storyteller','','','2012-04-09 14:48:33','2012-04-09 14:48:33','',0,'http://deborahbrody.com/?p=1662',0,'post','',0),
(1663,4,'2012-04-09 14:47:50','2012-04-09 14:47:50','<span style=\"color: #000000;\">Lately, I have been seeing lots of articles being written about how important storytelling is, most recently <a href=\"http://www.inc.com/riley-gibson/3-reasons-every-start-up-should-tell-more-stories.html\" target=\"_blank\"><span style=\"color: #000000;\">3 Reasons to Master the Art of Storytelling</span></a> on Inc. Magazine\'s website. This has got me to thinking on whether you can become a better storyteller, or is it something you are born with. Or, does it matter at all if you are good or bad at storytelling if your story is great (or terrible).</span>\n\n<span style=\"color: #000000;\"><strong>So, is it the story or the storyteller?</strong></span>\n\n<span style=\"color: #000000;\">A bit of both in my opinion. A bad storyteller could ruin the best story, but a boring story won\'t get any more exciting if someone tells it really well.</span>\n\n<span style=\"color: #000000;\">But, can you make the telling of the story better? </span>\n\n<span style=\"color: #000000;\">Yes!</span>\n\n<span style=\"color: #000000;\">These are my tips for improving your storytelling ability, while cautioning you that you have to have a good story to start with.</span>\n\n<span style=\"color: #000000;\">1) <strong>Have a point, and don\'t bury it. </strong>Start with the end in mind. Is there anything worse than a pointless story? </span>\n\n<span style=\"color: #000000;\">2) <strong>Don\'t get bogged down with all the details</strong>. I had a friend years ago who was the kind of storyteller that would make you look at your watch ten times because she had to relay every single last detail. (Like this: I was walking to the train station in my new blue shoes with tassels, and then I saw the cutest cocker spaniel, and I started talking to the woman who was walking the dog, she was wearing  a jumpsuit that I had seen in a store window.....). </span>\n\n<span style=\"color: #000000;\">3) <strong>Realize your audience may not view the story the same way you do.</strong>  You have a specific point of view, but if it is very specific to you and your worldview, it may fall flat with your audience.There are things that are more universal than others, and to resonate, your story has to have some type of \"universal truth.\"</span>\n\n<span style=\"color: #000000;\">4) <strong>Adapt to your surroundings</strong>. If you are telling a story to your friends in your living room you may be more informal, whereas if you are telling a story to the board in the corporate headquarters, you may need to be a tad more formal.</span>\n\n<span style=\"color: #000000;\">5)<strong> Use humor, but only if it is not offensive or obtuse.</strong> Have you ever been told a story, and the teller throws in some weird joke you don\'t think is funny? Or worse, you think is offensive (these jokes are usually tired canards about women, or racist stereotypes)?</span>\n\n<span style=\"color: #000000;\">What would add? And do you think the right storyteller can make up for a bad story? Let me know in the comments.</span>','Is it the story or the storyteller?','','inherit','open','open','','1662-revision','','','2012-04-09 14:47:50','2012-04-09 14:47:50','',1662,'http://deborahbrody.com/2012/04/1662-revision/',0,'revision','',0),
(1664,4,'2012-04-09 14:49:01','2012-04-09 14:49:01','<span style=\"color: #000000;\">Lately, I have been seeing lots of articles being written about how important storytelling is, most recently <a href=\"http://www.inc.com/riley-gibson/3-reasons-every-start-up-should-tell-more-stories.html\" target=\"_blank\"><span style=\"color: #000000;\">3 Reasons to Master the Art of Storytelling</span></a> on Inc. Magazine\'s website. This has got me to thinking on whether you can become a better storyteller, or is it something you are born with. Or, does it matter at all if you are good or bad at storytelling if your story is great (or terrible).</span>\n\n<span style=\"color: #000000;\"><strong>So, is it the story or the storyteller?</strong></span>\n\n<span style=\"color: #000000;\">A bit of both in my opinion. A bad storyteller could ruin the best story, but a boring story won\'t get any more exciting if someone tells it really well.</span>\n\n<span style=\"color: #000000;\">But, can you make the telling of the story better? </span>\n\n<span style=\"color: #000000;\">Yes!</span>\n\n<span style=\"color: #000000;\">These are my tips for improving your storytelling ability, while cautioning you that you have to have a good story to start with.</span>\n\n<span style=\"color: #000000;\">1) <strong>Have a point, and don\'t bury it. </strong>Start with the end in mind. Is there anything worse than a pointless story? </span>\n\n<span style=\"color: #000000;\">2) <strong>Don\'t get bogged down with all the details</strong>. I had a friend years ago who was the kind of storyteller that would make you look at your watch ten times because she had to relay every single last detail. (Like this: I was walking to the train station in my new blue shoes with tassels, and then I saw the cutest cocker spaniel, and I started talking to the woman who was walking the dog, she was wearing  a jumpsuit that I had seen in a store window.....). </span>\n\n<span style=\"color: #000000;\">3) <strong>Realize your audience may not view the story the same way you do.</strong>  You have a specific point of view, but if it is very specific to you and your worldview, it may fall flat with your audience.There are things that are more universal than others, and to resonate, your story has to have some type of \"universal truth.\"</span>\n\n<span style=\"color: #000000;\">4) <strong>Adapt to your surroundings</strong>. If you are telling a story to your friends in your living room you may be more informal, whereas if you are telling a story to the board in the corporate headquarters, you may need to be a tad more buttoned up.\n</span>\n\n<span style=\"color: #000000;\">5)<strong> Use humor, but only if it is not offensive or obtuse.</strong> Have you ever been told a story, and the teller throws in some weird joke you don\'t think is funny? Or worse, you think is offensive (these jokes are usually tired canards about women, or racist stereotypes)?</span>\n\n<span style=\"color: #000000;\">What would add? And do you think the right storyteller can make up for a bad story? Let me know in the comments.</span>','Is it the story or the storyteller?','','inherit','open','open','','1662-autosave','','','2012-04-09 14:49:01','2012-04-09 14:49:01','',1662,'http://deborahbrody.com/2012/04/1662-autosave/',0,'revision','',0),
(1666,4,'2012-04-12 20:08:44','2012-04-12 20:08:44','<span style=\"color: #000000;\">Passover is almost over for those of us who celebrate it. The eight-day-long Jewish holiday celebrates liberation from slavery in Egypt. For most people, the main observance of the holiday is abstaining from eating bread and other leavened products (because the Israelites fleeing Egypt did not have enough time to allow their bread to rise), and substituting matza instead.</span>\n\n<span style=\"color: #000000;\">Can Passover inform any marketing communications decisions? I think it can. Here are four Passover lessons for you marcomm efforts:</span>\n\n<span style=\"color: #000000;\"><strong>One: Freedom rules!</strong></span>\n\n<span style=\"color: #000000;\">Passover is a festival that celebrates the liberation of the Israelites from Egyptian slavery. In marketing and communications, we also celebrate freedom. <span style=\"text-decoration: underline;\">We don\'t want to be tied to one platform, one way of thinking, solutions that no longer work.</span> Celebrate and use your freedom!</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"><strong>Two: Change is good</strong></span>\n\n<span style=\"color: #000000;\">During passover, we eat matza for eight days, and don\'t eat bread, pasta, etc. It is a change for most people, a pause, a reset. It challenges your routine, forces your creativity. When you do things differently for a short time, you may discover what works and what doesn\'t.</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"><strong>Three: Dress it up a bit</strong></span>\n\n<span style=\"color: #000000;\">In my opinion, matza is infinitely better when spread with cream cheese or jelly (or both). Plain is just OK. In other words, some bells and whistles help. For example, having a well designed, attractive website can give your business an edge over a dull, plain website.</span>\n\n<span style=\"color: #000000;\"><strong>Four: Friends and family are key</strong></span>\n\n<span style=\"color: #000000;\">Passover is a holiday that is better when celebrated with friends and family. In marketing and communications, your “friends and family” are your customers and your promoters. In social media they are your followers and \"likers.\" Your friends and family are the cornerstone of your outreach efforts.</span>\n\n<span style=\"color: #000000;\">Do you see any other lessons in Passover?</span>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','4 Passover Lessons for Marketing and Communications','','inherit','open','open','','1665-revision','','','2012-04-12 20:08:44','2012-04-12 20:08:44','',1665,'http://deborahbrody.com/2012/04/1665-revision/',0,'revision','',0),
(1684,4,'2012-05-07 13:26:36','2012-05-07 13:26:36','<span style=\"color: #000000;\">Many organizations, especially nonprofits and associations, focus on having one annual event that is meant to be a fundraiser or a idea-raiser.  Events are a great way to publicize an organization, get people together, and provide value to attendees. Except when the events don\'t go well. And that is a big exception.</span>\r\n\r\n<span style=\"color: #000000;\">Unfortunately,  many events have better publicity than planning, and that is guaranteed to backfire. What I mean is that event organizers spend inordinate amounts of time and money to make sure that people know and attend a conference, and spend much less time and money on the logistics of the event.</span>\r\n\r\n<span style=\"color: #000000;\">This past Saturday, I attended a \"women\'s conference.\" It had a very nice website, and was going to deal with some intriguing subject matter (women and politics, women in developing countries, etc.) I believed the hype and bought my ticket (also, I had a very nice discount from a friend involved with the group). </span>\r\n\r\n<span style=\"color: #000000;\">First indication of a problem was the disparity of information between the ticket and the website. One said the program started at 8:30, the other that registration started then, and the program at 9:45.  Neither was right. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Lesson: Make sure the details are correct, and that everyone has the same information.</strong></span>\r\n\r\n<span style=\"color: #000000;\">The people who were involved with greeting and registering were doing neither when I arrived at 8:50. Badges were still being put out. No one handed me a program. It was disorganized. </span>\r\n\r\n<span style=\"color: #000000;\">The program did not start until 10:15. From there, everything ran late. No one thought to tell people where the breakout sessions would be, and one was on a different floor (the session I was signed up for). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Lesson: Timing matters.</strong></span>\r\n\r\n<span style=\"color: #000000;\">The \"panelists\" for the session I attended were sitting and chatting amongst themselves for 25 minutes, ignoring the fact that 40 people were sitting and waiting for them to start. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Lesson: Explain expectations to presenters.</strong> </span>\r\n\r\n<span style=\"color: #000000;\">And then there was the issue of lunch. It was supposed to be \"grab and go.\"  I am vegetarian and guess what, there was not a single vegetarian option to be found. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Lesson: If you are going to offer food (and there is no other food available on site) then you have to consider dietary restrictions.</strong></span>\r\n\r\n<span style=\"color: #000000;\">The bottom line is that the event organizers did not pay attention to the organization aspect of running an event. While I am sure that some people got some value from this particular event, these lapses in logistics wasted my time (and my money).  </span>\r\n\r\n<span style=\"color: #000000;\">Event planners pay attention to every last detail from food choice and availability to coat checks to bathroom locations. Event marketers, on the other hand, are focused on getting registrations. Both are EQUALLY important. <strong>If you sacrifice planning for publicity, you will have a disorganized event. If you sacrifice publicity for planning, you will have a poorly attended event.</strong> Either scenario will create PR headaches for you later on.</span>\r\n\r\n<span style=\"color: #000000;\">In my case, I will probably never attend this particular women\'s conference again. My perception of the event and its organizers is that they were more focused on the bottom line than on making sure everything went smoothly for the attendees.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>If you are organizing an event, be sure you spend as much time planning it as you do publicizing it.</strong> And PS, event planning is a skill. Get qualified/experienced people to help plan your event. It does pay off.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Invest in event planning not just event marketing','','publish','open','open','','invest-in-event-planning-not-just-event-marketing','','','2012-05-07 13:26:36','2012-05-07 13:26:36','',0,'http://deborahbrody.com/?p=1684',0,'post','',1),
(1668,4,'2012-04-16 15:49:01','2012-04-16 15:49:01','<span style=\"color: #000000;\">Have you ever gone to a new (to you) website or blog and before you can read anything you get a pop up ad or form DEMANDING that you fill it out? It happened to me today as I was following a link from someone on Twitter. And what was worse, there was no opting out, no little \"thanks but no thanks\" box I could click. It was either sign up for my newsletter or you can\'t read my blog.\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Can  you imagine if a bricks and mortar store did that? You would walk in, ready to browse (and perhaps you were ready to buy something), and there would be someone standing in the doorway, demanding that you fill out a survey or a customer sign up sheet. If you didn\'t want to comply, then you would not be allowed to enter the store.  You know what would happen to that store? It would lose all sorts of potential customers/business.</span>\r\n\r\n<span style=\"color: #000000;\">I understand that blog and websites want to have something tangible from visitors: a sign up or a purchase. But making it a condition for reading your website/blog\'s content, guarantees you will lose some potential readers. Why would I want to sign up for your newsletter if I can\'t even read about you? </span>\r\n\r\n<span style=\"color: #000000;\">Don\'t beat your customers over the head. Ask them to sign up, but don\'t make it a precondition for a relationship unless you want to destroy relationships before they start.</span>\r\n\r\n&nbsp;','Are you beating your customers over the head?','','publish','open','open','','are-you-beating-your-customers-over-the-head','','','2012-04-16 15:49:01','2012-04-16 15:49:01','',0,'http://deborahbrody.com/?p=1668',0,'post','',0),
(1669,4,'2012-04-16 15:33:14','2012-04-16 15:33:14','','Auto Draft','','inherit','open','open','','1668-revision','','','2012-04-16 15:33:14','2012-04-16 15:33:14','',1668,'http://deborahbrody.com/2012/04/1668-revision/',0,'revision','',0),
(1670,4,'2012-04-16 15:48:36','2012-04-16 15:48:36','<span style=\"color: #000000;\">Have you ever gone to a new (to you) website or blog and before you can read anything you get a pop up ad or form DEMANDING that you fill it out? It happened to me today as I was following a link from someone on Twitter. And what was worse, there was no opting out, no little \"thanks but no thanks\" box I could click. It was either sign up for my newsletter or you can\'t read my blog.\n</span>\n\n<span style=\"color: #000000;\">Can  you imagine if a bricks and mortar store did that? You would walk in, ready to browse (and perhaps you were ready to buy something), and there would be someone standing in the doorway demanding that you fill out a survey or a customer sign up sheet. If you didn\'t want to comply, then you would not be allowed to enter the store.  You know what would happen to that store? It would lose all sorts of potential customers/business.</span>\n\n<span style=\"color: #000000;\">I understand that blog and websites want to have something tangible from visitors: a sign up or a purchase. But making it a condition for reading your website/blog\'s content, guarantees you will lose some potential readers. Why would I want to sign up for your newsletter if I can\'t even read about you? </span>\n\n<span style=\"color: #000000;\">Don\'t beat your customers over the head. Ask them to sign up, but don\'t make it a precondition for a relationship unless you want to destroy relationships before they start.</span>\n\n&nbsp;','Are you beating your customers over the head?','','inherit','open','open','','1668-revision-2','','','2012-04-16 15:48:36','2012-04-16 15:48:36','',1668,'http://deborahbrody.com/2012/04/1668-revision-2/',0,'revision','',0),
(1672,4,'2012-04-18 15:15:11','2012-04-18 15:15:11','The single worst mistake you can make in communications is not living up to your promise (s). Why? It breaks trust.\n\nSadly, we see it all the time from big companies and small. Like when a wireless carrier tells you that you will have unlimited data, only to cap you after a certain amount. Or when an airline advertises a low price on a fare only to reference some small print saying it is available only at midnight of the day that Jupiter lines up with Mars.\n\nWhen you continually break promises you create a cynical customer. He or she no longer trusts what you say, and takes what you say with a grain of salt. Cynical customers are not loyal customers.\n\nIt goes beyond false advertising though. In business and personal communication, you also can run the risk of losing trust. If you tell your friend you will be at her birthday party and then don\'t show up. If you promise your client that you will send a document and then you don\'t.\n\nWe\'ve all heard that the most common lie is \"the check\'s in the mail.\" How many times can you tell someone payment is forthcoming and the check is not there?\n\nWhen you as a business or you as an individual fail to live up to your promises, you are helping create a culture of mistrust, cynicism and disappointment.\n\nDo you agree? Is there something worse than making your customers/friends distrust/mistrust you or your business?\n\n&nbsp;','The single worst communications mistake','','inherit','open','open','','1671-revision','','','2012-04-18 15:15:11','2012-04-18 15:15:11','',1671,'http://deborahbrody.com/2012/04/1671-revision/',0,'revision','',0),
(1674,4,'2012-04-25 15:09:08','2012-04-25 15:09:08','I recently flew to Fort Lauderdale and back on US Airways. On both flights, the flight attendants had a \"special\" offer for us, a \"specially selected flight.\" The offer-- only available until April 30 (or the whole month of April, whichever way you look at it) was to sign up for a credit card, and get bonus miles. The rest was so complicated that the flight attendant was struggling to explain what it was and how it worked (something to the effect that if you spent x dollars then you could buy a free companion ticket to anywhere except where it is not available).\r\n\r\n<a title=\"Special badge by Dr. Keats, on Flickr\" href=\"http://www.flickr.com/photos/doctor_keats/263664231/\"><img src=\"http://farm1.staticflickr.com/92/263664231_2203261611.jpg\" alt=\"Special badge\" width=\"500\" height=\"375\" /></a>\r\n\r\nPhoto by Dr. Keats from Flickr\r\n\r\n<strong>This was not a special offer.</strong>  It was a run of the mill sign up today for our credit card so that we credit you 5000 miles for the trip. This is not different from any of the airline credit cards or even the points credit cards out there.\r\n\r\n<strong>This was not unique to our flight.</strong> The flight attendants made the same pitch twice. And the guy next to me had heard it on another flight.\r\n\r\n<strong>Moral of the story</strong>: Don\'t say something is special if it is not. Most people are savvy enough to know when something is really special and when it is not. Also, don\'t repeat your special offer by saying it is only available to a select few when you\'ve already offered it to many many others.\r\n\r\n&nbsp;','Special is special unless it isn\'t','','publish','open','open','','special-is-special-unless-it-isnt','','','2012-04-25 15:09:08','2012-04-25 15:09:08','',0,'http://deborahbrody.com/?p=1674',0,'post','',0),
(1675,4,'2012-04-25 15:08:11','2012-04-25 15:08:11','I recently flew to Fort Lauderdale and back on US Airways. On both flights, the flight attendants had a \"special\" offer for us, a \"specially selected flight.\" The offer-- only available until April 30 (or the whole month of April, whichever way you look at it) was to sign up for a credit card, and get bonus miles. The rest was so complicated that the flight attendant was struggling to explain what it was and how it worked (something to the effect that if you spent x dollars then you could buy a free companion ticket to anywhere except where it is not available).\n\n<a title=\"Special badge by Dr. Keats, on Flickr\" href=\"http://www.flickr.com/photos/doctor_keats/263664231/\"><img src=\"http://farm1.staticflickr.com/92/263664231_2203261611.jpg\" alt=\"Special badge\" width=\"500\" height=\"375\" /></a>\n\nPhoto:\n\n<strong>This was not a special offer.</strong>  It was a run of the mill sign up today for our credit card so that we credit you 5000 miles for the trip. This is not different from any of the airline credit cards or even the points credit cards out there.\n\n<strong>This was not unique to our flight.</strong> The flight attendants made the same pitch twice. And the guy next to me had heard it on another flight.\n\n<strong>Moral of the story</strong>: Don\'t say something is special if it is not. Most people are savvy enough to know when something is really special and when it is not. Also, don\'t repeat your special offer by saying it is only available to a select few when you\'ve already offered it to many many others.\n\n&nbsp;','Special is special unless it isn\'t','','inherit','open','open','','1674-revision','','','2012-04-25 15:08:11','2012-04-25 15:08:11','',1674,'http://deborahbrody.com/2012/04/1674-revision/',0,'revision','',0),
(1676,4,'2012-04-25 15:08:40','2012-04-25 15:08:40','I recently flew to Fort Lauderdale and back on US Airways. On both flights, the flight attendants had a \"special\" offer for us, a \"specially selected flight.\" The offer-- only available until April 30 (or the whole month of April, whichever way you look at it) was to sign up for a credit card, and get bonus miles. The rest was so complicated that the flight attendant was struggling to explain what it was and how it worked (something to the effect that if you spent x dollars then you could buy a free companion ticket to anywhere except where it is not available).\r\n\r\n<a title=\"Special badge by Dr. Keats, on Flickr\" href=\"http://www.flickr.com/photos/doctor_keats/263664231/\"><img src=\"http://farm1.staticflickr.com/92/263664231_2203261611.jpg\" alt=\"Special badge\" width=\"500\" height=\"375\" /></a>\r\n\r\nPhoto by Dr. Keats from Flickr\r\n\r\n<strong>This was not a special offer.</strong>  It was a run of the mill sign up today for our credit card so that we credit you 5000 miles for the trip. This is not different from any of the airline credit cards or even the points credit cards out there.\r\n\r\n<strong>This was not unique to our flight.</strong> The flight attendants made the same pitch twice. And the guy next to me had heard it on another flight.\r\n\r\n<strong>Moral of the story</strong>: Don\'t say something is special if it is not. Most people are savvy enough to know when something is really special and when it is not. Also, don\'t repeat your special offer by saying it is only available to a select few when you\'ve already offered it to many many others.\r\n\r\n&nbsp;','Special is special unless it isn\'t','','inherit','open','open','','1674-revision-2','','','2012-04-25 15:08:40','2012-04-25 15:08:40','',1674,'http://deborahbrody.com/2012/04/1674-revision-2/',0,'revision','',0),
(1677,4,'2012-04-25 15:09:11','2012-04-25 15:09:11','I recently flew to Fort Lauderdale and back on US Airways. On both flights, the flight attendants had a \"special\" offer for us, a \"specially selected flight.\" The offer-- only available until April 30 (or the whole month of April, whichever way you look at it) was to sign up for a credit card, and get bonus miles. The rest was so complicated that the flight attendant was struggling to explain what it was and how it worked (something to the effect that if you spent x dollars then you could buy a free companion ticket to anywhere except where it is not available).\n\n<a title=\"Special badge by Dr. Keats, on Flickr\" href=\"http://www.flickr.com/photos/doctor_keats/263664231/\"><img src=\"http://farm1.staticflickr.com/92/263664231_2203261611.jpg\" alt=\"Special badge\" width=\"500\" height=\"375\" /></a>\n\nPhoto by Dr. Keats from Flickr\n\n<strong>This was not a special offer.</strong>  It was a run of the mill sign up today for our credit card so that we credit you 5000 miles for the trip. This is not different from any of the airline credit cards or even the points credit cards out there.\n\n<strong>This was not unique to our flight.</strong> The flight attendants made the same pitch twice. And the guy next to me had heard it on another flight.\n\n<strong>Moral of the story</strong>: Don\'t say something is special if it is not. Most people are savvy enough to know when something is really special and when it is not. Also, don\'t repeat your special offer by saying it is only available to a select few when you\'ve already offered it to many many others.\n\n&nbsp;','Special is special unless it isn\'t','','inherit','open','open','','1674-autosave','','','2012-04-25 15:09:11','2012-04-25 15:09:11','',1674,'http://deborahbrody.com/2012/04/1674-autosave/',0,'revision','',0),
(1678,4,'2012-04-26 16:13:13','2012-04-26 16:13:13','<span style=\"color: #000000;\">A couple of days ago I was reading my book while aboard Metro. A couple of stops into the ride, a group of three guys got on and sat right next to me. For the next 30 minutes I was \"treated\" to a non-stop, curse-filled treatise on everything from how women dress to jobs to how living in the suburbs is for the birds (although that was not the way it was actually said). These guys were not speaking amongst themselves. They were loud and obnoxious and did not care who heard them.  </span>\r\n\r\n<span style=\"color: #000000;\">I felt uncomfortable, and I wondered, had I had a child with me, whether they would have moderated their behavior or whether they would have responded if I had asked them to watch their language. </span>\r\n\r\n<span style=\"color: #000000;\">I know, it seems old-fashioned to \"watch your language.\" But there is a public space and a private space, and when you are in public, you are sharing the air and space with other people. You should try to be considerate.</span>\r\n\r\n<span style=\"color: #000000;\">Instead, we see cursing all the time on Twitter, Facebook and every which way we turn. Some people are bring cursing to advertising, in order \"to break through the clutter.\" I just read <a href=\"http://www.talentzoo.com/news/All-this-F-ing-Cursing-Makes-the-Ad-Business-Look-Sh-ty/13930.html\" target=\"_blank\"><span style=\"color: #000000;\">this article on Talent Zoo</span></a> about cursing in the ad industry, where the author feels the need to be graphic in demonstrating what he is referring to.</span>\r\n\r\n<span style=\"color: #000000;\">There is no need to curse in public. You can do whatever you want in private. You can smoke and drink and overindulge in ice cream. In the public space--in communications--you should put a lid on it. </span>\r\n\r\n<span style=\"color: #000000;\">What do you think? Do you curse or not in public? Do you care?</span>\r\n\r\n&nbsp;','To curse or not to curse, that is the question','','publish','open','open','','to-curse-or-not-to-curse-that-is-the-question','','','2012-04-26 16:13:13','2012-04-26 16:13:13','',0,'http://deborahbrody.com/?p=1678',0,'post','',0),
(1679,4,'2012-04-26 16:12:43','2012-04-26 16:12:43','<span style=\"color: #000000;\">A couple of days ago I was reading my book while aboard Metro. A couple of stops into the ride, a group of three guys got on and sat right next to me. For the next 30 minutes I was \"treated\" to a non-stop, curse-filled treatise on everything from how women dress to jobs to how living in the suburbs is for the birds (although that was not the way it was actually said). These guys were not speaking amongst themselves. They were loud and obnoxious and did not care who heard them.  </span>\n\n<span style=\"color: #000000;\">I felt uncomfortable, and I wondered, had I had a child with me, whether they would have moderated their behavior or whether they would have responded if I had asked them to watch their language. </span>\n\n<span style=\"color: #000000;\">I know, it seems old-fashioned to \"watch your language.\" But there is a public space and a private space, and when you are in public, you are sharing the air and space with other people. You should try to be considerate.</span>\n\n<span style=\"color: #000000;\">Instead, we see cursing all the time on Twitter, Facebook and every which way we turn. Some people are bring cursing to advertising, in order \"to break through the clutter.\" I just read <a href=\"http://www.talentzoo.com/news/All-this-F-ing-Cursing-Makes-the-Ad-Business-Look-Sh-ty/13930.html\" target=\"_blank\"><span style=\"color: #000000;\">this article on Talent Zoo</span></a> about cursing in the ad industry, where the author feels the need to be graphic in demonstrating what he is referring to.</span>\n\n<span style=\"color: #000000;\">There is no need to curse in public. You can do whatever you want in private. You can smoke and drink and overindulge in ice cream. In the public space--in communications--you should put a lid on it. </span>\n\n<span style=\"color: #000000;\">What do you think? Do you curse or not in public? Do you care?</span>\n\n&nbsp;','To curse or not to curse, that is the question','','inherit','open','open','','1678-revision','','','2012-04-26 16:12:43','2012-04-26 16:12:43','',1678,'http://deborahbrody.com/2012/04/1678-revision/',0,'revision','',0),
(1680,4,'2012-04-30 13:42:36','2012-04-30 13:42:36','Two-year-olds LOVE the word me. They are just learning that they are individuals and that they want whatever their siblings or friends have. \"Me too,\" they shout. \"Daddy, Mommy, look at me!!!\"\r\n\r\nYou would think Twitter has been overrun by a nursery school. In endless posts, self-promoters don\'t use the word me as such, instead, they go on about their blog, their client, their big idea. Post after post after post. Never \"engaging\" with others, never re-tweeting others, and certainly never sharing anything useful.\r\n\r\nTake for example the life coach who just came up with a brilliant idea. She is going to make sure you hear about it--she even created her own hashtag. And she wants you to join in. Or the business development \"expert\" who wants you to like her Facebook page, and asks you every SINGLE day, several times a day. Or the PR guy who constantly tells you how great he is because his VIP clients have been featured in the media.\r\n\r\nSure, you should use Twitter and social media outlets to promote your business (and yourself if you are your business). <span style=\"text-decoration: underline;\">HOWEVER, if all you do is self-promote, then you are mired in ME-ONLY thinking. In other words, you are being egotistical and/or narcissistic in your use of Twitter.</span> Twitter is a SOCIAL media platform. Social means that there is more than one person out there, right? You want to INTERACT with other people, not just have people look at you.\r\n\r\nThink about the Twitter users you enjoy following. What makes them stand out? I bet they:\r\n<ul>\r\n	<li>Share interesting articles and insights</li>\r\n	<li>Interact with you (answer your questions, comment on your tweets)</li>\r\n	<li>Re-tweet what you share</li>\r\n</ul>\r\nIn other words, they don\'t only talk about themselves. They have grown out of the \"terrible twos\" and have learned that there is an US or a WE out there, not just a ME.\r\n\r\nHow should you deal with the \"me-all-the-time\" tweeps? Easy. Unfollow. You won\'t miss their egos clogging up your stream.\r\n\r\nWhat do you think about my post? Ha ha! Just kidding.\r\n\r\nSeriously, though, how far should self-promotion go on Twitter?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Me! Me! It\'s all about ME!!!!','','publish','open','open','','me-me-its-all-about-me','','','2012-04-30 13:42:36','2012-04-30 13:42:36','',0,'http://deborahbrody.com/?p=1680',0,'post','',1),
(1681,4,'2012-04-30 13:41:13','2012-04-30 13:41:13','Two-year-olds LOVE the word me. They are just learning that they are individuals and that they want whatever their siblings or friends have. \"Me too,\" they shout. \"Daddy, Mommy, look at me!!!\"\n\nYou would think Twitter has been overrun by a nursery school. In endless posts, self-promoters don\'t use the word me as such, instead, they go on about their blog, their client, their big idea. Post after post after post. Never \"engaging\" with others, never re-tweeting others, and certainly never sharing anything useful.\n\nTake for example the life coach who just came up with a brilliant idea. She is going to make sure you hear about it--she even created her own hashtag. And she wants you to join in. Or the business development \"expert\" who wants you to like her Facebook page, and asks you every SINGLE day, several times a day. Or the PR guy who constantly tells you how great he is because his VIP clients have been featured in the media.\n\nSure, you should use Twitter and social media outlets to promote your business (and yourself if you are your business). <span style=\"text-decoration: underline;\">HOWEVER, if all you do is self-promote, then you are mired in ME-ONLY thinking. In other words, you are being egotistical and/or narcissistic in your use of Twitter.</span> Twitter is a SOCIAL media platform. Social means that there is more than one person out there, right? You want to INTERACT with other people, not just have people look at you.\n\nThink about the Twitter users you enjoy following. What makes them stand out? I bet they:\n<ul>\n	<li>Share interesting articles and insights</li>\n	<li>Interact with you (answer your questions, comment on your tweets)</li>\n	<li>Re-tweet what you share</li>\n</ul>\nIn other words, they don\'t only talk about themselves. They have grown out of the \"terrible twos\" and have learned that there is an US or a WE out there, not just a ME.\n\nHow should you deal with the \"me-all-the-time\" tweeps? Easy. Unfollow. You won\'t miss their egos clogging up your stream.\n\nWhat do you think about my post? Ha ha! Just kidding. Seriously, though, how far should self-promotion go on Twitter?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Me! Me! It\'s all about ME!!!!','','inherit','open','open','','1680-revision','','','2012-04-30 13:41:13','2012-04-30 13:41:13','',1680,'http://deborahbrody.com/2012/04/1680-revision/',0,'revision','',0),
(1682,4,'2012-05-02 12:46:00','2012-05-02 12:46:00','<span style=\"color: #000000;\">Perhaps the most basic question you have to ask yourself before creating any marketing/communications materials is:</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Who is my target audience?</strong></span>\r\n\r\n<span style=\"color: #000000;\">The more you know who they are, where they are and what they need, the better your materials will be.</span>\r\n\r\n<span style=\"color: #000000;\">And yet. A couple of days ago, I was driving down Massachusetts Avenue in Northwest D.C. and saw a sign outside of a church that made me wonder.</span>\r\n\r\n<span style=\"color: #000000;\">The sign said: </span>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em>English Classes Available. Please Call [telephone number] to Enroll.</em></span></p>\r\n<span style=\"color: #000000;\">Now, if you need to learn English, can you read English? Nope. Is the audience for this sign people who know people who need to learn English? Perhaps. I would think this sign would be more effective if it were written in the language of the people you are trying to target, don\'t you think?</span>\r\n\r\n&nbsp;','Who is your audience? ','','publish','open','open','','who-is-your-audience','','','2012-05-02 12:46:00','2012-05-02 12:46:00','',0,'http://deborahbrody.com/?p=1682',0,'post','',0),
(1683,4,'2012-05-02 12:45:41','2012-05-02 12:45:41','<span style=\"color: #888888;\">Perhaps the most basic question you have to ask yourself before creating any marketing/communications materials is:</span>\n\n<span style=\"color: #888888;\"><strong>Who is my target audience?</strong></span>\n\n<span style=\"color: #888888;\">The more you know who they are, where they are and what they need, the better your materials will be.</span>\n\n<span style=\"color: #888888;\">And yet. A couple of days ago, I was driving down Massachusetts Avenue in Northwest D.C. and saw a sign outside of a church that made me wonder.</span>\n\n<span style=\"color: #888888;\">The sign said: </span>\n<p style=\"text-align: center;\"><span style=\"color: #888888;\"><em>English Classes Available. Please Call [telephone number] to Enroll.</em></span></p>\n<span style=\"color: #888888;\">Now, if you need to learn English, can you read English? Nope. Is the audience for this sign people who know people who need to learn English? Perhaps. I would think this sign would be more effective if it were written in the language of the people you are trying to target, don\'t you think?</span>\n\n&nbsp;','Who is your audience? ','','inherit','open','open','','1682-revision','','','2012-05-02 12:45:41','2012-05-02 12:45:41','',1682,'http://deborahbrody.com/2012/05/1682-revision/',0,'revision','',0),
(1685,4,'2012-05-07 12:45:20','2012-05-07 12:45:20','','Auto Draft','','inherit','open','open','','1684-revision','','','2012-05-07 12:45:20','2012-05-07 12:45:20','',1684,'http://deborahbrody.com/2012/05/1684-revision/',0,'revision','',0),
(1686,4,'2012-05-07 13:23:00','2012-05-07 13:23:00','Many organizations, especially nonprofits and associations, focus on having one annual event that is meant to be a fundraiser or a idea-raiser.  Events are a great way to publicize an organization, get people together, and provide value to attendees. Except when the events don\'t go well. And that is a big exception.\n\nUnfortunately,  many events have better publicity than planning, and that is guaranteed to backfire. What I mean is that event organizers spend inordinate amounts of time and money to make sure that people know and attend a conference, and spend much less time and money on the logistics of the event.\n\nThis past Saturday, I attended a \"women\'s conference.\" It had a very nice website, and was going to deal with some intriguing subject matter (women and politics, women in developing countries, etc.) I believed the hype and bought my ticket (also, I had a very nice discount from a friend involved with the group).\n\nFirst indication of a problem was the disparity of information between the ticket and the website. One said the program started at 8:30, the other that registration started then, and the program at 9:45.  Neither was right.\n\n<strong>Lesson: Make sure the details are correct, and that everyone has the same information.</strong>\n\nThe people who were involved with greeting and registering were doing neither when I arrived at 8:50. Badges were still being put out. No one handed me a program. It was disorganized.\n\nThe program did not start until 10:15. From there, everything ran late. No one thought to tell people where the breakout sessions would be, and one was on a different floor (the session I was signed up for).\n\n<strong>Lesson: Timing matters.</strong>\n\nThe \"panelists\" for the session I attended were sitting and chatting amongst themselves for 25 minutes, ignoring the fact that 40 people were sitting and waiting for them to start.\n\n<strong>Lesson: Explain expectations to presenters.</strong>\n\nAnd then there was the issue of lunch. It was supposed to be \"grab and go.\"  I am vegetarian and guess what, there was not a single vegetarian option to be found.\n\n<strong>Lesson: If you are going to offer food (and there is no other food available on site) then you have to consider dietary restrictions.</strong>\n\nThe bottom line is that the event organizers did not pay attention to the organization aspect of running an event. While I am sure that some people got some value from this particular event, these lapses in logistics wasted my time (and my money).\n\nEvent planners pay attention to every last detail from food choice and availability to coat checks to bathroom locations. Event marketers, on the other hand, are focused on getting registrations. Both are EQUALLY important. If you sacrifice planning for publicity, you will have a disorganized event. If you sacrifice publicity for planning, you will have a poorly attended event. Either scenario will create PR headaches for you later on.\n\nIn my case, I will probably never attend this particular women\'s conference again. My perception of the event and its organizers is that they were more focused on the bottom line than on making sure everything went smoothly for the attendees.\n\nIf you are organizing an event, be sure you spend as much time planning as you do publicizing it. And PS, event planning is a skill. Get people to help plan your event\n\n&nbsp;\n\n&nbsp;','Invest in event planning not just event marketing','','inherit','open','open','','1684-revision-2','','','2012-05-07 13:23:00','2012-05-07 13:23:00','',1684,'http://deborahbrody.com/2012/05/1684-revision-2/',0,'revision','',0),
(1687,4,'2012-05-07 13:25:54','2012-05-07 13:25:54','<span style=\"color: #000000;\">Many organizations, especially nonprofits and associations, focus on having one annual event that is meant to be a fundraiser or a idea-raiser.  Events are a great way to publicize an organization, get people together, and provide value to attendees. Except when the events don\'t go well. And that is a big exception.</span>\n\n<span style=\"color: #000000;\">Unfortunately,  many events have better publicity than planning, and that is guaranteed to backfire. What I mean is that event organizers spend inordinate amounts of time and money to make sure that people know and attend a conference, and spend much less time and money on the logistics of the event.</span>\n\n<span style=\"color: #000000;\">This past Saturday, I attended a \"women\'s conference.\" It had a very nice website, and was going to deal with some intriguing subject matter (women and politics, women in developing countries, etc.) I believed the hype and bought my ticket (also, I had a very nice discount from a friend involved with the group). </span>\n\n<span style=\"color: #000000;\">First indication of a problem was the disparity of information between the ticket and the website. One said the program started at 8:30, the other that registration started then, and the program at 9:45.  Neither was right. </span>\n\n<span style=\"color: #000000;\"><strong>Lesson: Make sure the details are correct, and that everyone has the same information.</strong></span>\n\n<span style=\"color: #000000;\">The people who were involved with greeting and registering were doing neither when I arrived at 8:50. Badges were still being put out. No one handed me a program. It was disorganized. </span>\n\n<span style=\"color: #000000;\">The program did not start until 10:15. From there, everything ran late. No one thought to tell people where the breakout sessions would be, and one was on a different floor (the session I was signed up for). </span>\n\n<span style=\"color: #000000;\"><strong>Lesson: Timing matters.</strong></span>\n\n<span style=\"color: #000000;\">The \"panelists\" for the session I attended were sitting and chatting amongst themselves for 25 minutes, ignoring the fact that 40 people were sitting and waiting for them to start. </span>\n\n<span style=\"color: #000000;\"><strong>Lesson: Explain expectations to presenters.</strong> </span>\n\n<span style=\"color: #000000;\">And then there was the issue of lunch. It was supposed to be \"grab and go.\"  I am vegetarian and guess what, there was not a single vegetarian option to be found. </span>\n\n<span style=\"color: #000000;\"><strong>Lesson: If you are going to offer food (and there is no other food available on site) then you have to consider dietary restrictions.</strong></span>\n\n<span style=\"color: #000000;\">The bottom line is that the event organizers did not pay attention to the organization aspect of running an event. While I am sure that some people got some value from this particular event, these lapses in logistics wasted my time (and my money).  </span>\n\n<span style=\"color: #000000;\">Event planners pay attention to every last detail from food choice and availability to coat checks to bathroom locations. Event marketers, on the other hand, are focused on getting registrations. Both are EQUALLY important. <strong>If you sacrifice planning for publicity, you will have a disorganized event. If you sacrifice publicity for planning, you will have a poorly attended event.</strong> Either scenario will create PR headaches for you later on.</span>\n\n<span style=\"color: #000000;\">In my case, I will probably never attend this particular women\'s conference again. My perception of the event and its organizers is that they were more focused on the bottom line than on making sure everything went smoothly for the attendees.</span>\n\n<span style=\"color: #000000;\"><strong>If you are organizing an event, be sure you spend as much time planning it as you do publicizing it.</strong> And PS, event planning is a skill. Get qualified/experienced people to help plan your event. It does pay off.</span>\n\n&nbsp;\n\n&nbsp;','Invest in event planning not just event marketing','','inherit','open','open','','1684-revision-3','','','2012-05-07 13:25:54','2012-05-07 13:25:54','',1684,'http://deborahbrody.com/2012/05/1684-revision-3/',0,'revision','',0),
(1693,4,'2012-05-16 14:26:22','2012-05-16 14:26:22','<span style=\"color: #000000;\">As a homeowner, I have dealt with dozens of contractors to perform repairs and inspections, and all the other things one needs to get done in a house. One stands out--my plumber Mark. Not only is he a good plumber, he\'s a nice guy. I think we can learn a whole lot about marketing from him.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Choose your target market carefully:</strong> Mark has decided exactly where he is most comfortable working, geographically and culturally. He knows also what he is NOT looking for.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Advertise to the target market only</strong>: Mark does not have a sign on his truck, and he does not run ads in the mass media. He wants to continue working with his target market and not with just anyone.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Distinguish yourself from the competition</strong>: In Mark\'s case, he is green (although not certified) and he prides himself on punctuality. These are two things he highlights in his marketing materials. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Love what you do and be good at it:</strong> Mark loves plumbing and has since he was a child. He also knows what he is doing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Be professional and responsive:</strong> Mark responds to inquiries quickly. He asks for pictures of the repair that needs to get done so he can properly assess and estimate the job. </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Be pleasant and respectful:</strong> People like to do business with people they like. Mark always shakes hands with you when he comes to your house, and he immediately dons booties to prevent tracking dirt into your house. (something most contractors don\'t even think about). Mark also leaves his work area spotless. No messes to clean up.</span>\r\n\r\n<span style=\"text-decoration: underline; color: #000000;\">In the end, Mark wins at marketing because he has figured out how to market to a niche audience,  to provide exemplary service that generates return business and referrals and he doesn\'t waste his marketing dollar reaching out to people outside his market.</span>\r\n\r\n&nbsp;','Marketing lessons from an A+ plumber','','publish','open','open','','marketing-lessons-from-an-a-plumber','','','2012-05-16 14:26:22','2012-05-16 14:26:22','',0,'http://deborahbrody.com/?p=1693',0,'post','',0),
(1702,4,'2012-05-29 14:35:06','2012-05-29 14:35:06','When was the last time you checked--and I mean thoroughly checked--your online content? Recently? Last quarter? Last year? When you launched the website?\r\n\r\nIf you haven\'t done it recently (within the past six months), I suggest hopping over to your website RIGHT NOW.\r\n\r\nIt\'s crucial to check for accuracy and relevance of your content. Here are a few areas you most definitely want to check and update if necessary:\r\n<ul>\r\n	<li>Contact information</li>\r\n	<li>Product/service listing</li>\r\n	<li>Pricing</li>\r\n	<li>About page (everybody still with your company or in the same position?)</li>\r\n	<li>Home page (what exactly is the first thing you are telling people about your company?)</li>\r\n</ul>\r\nPeople are using the web more and more each day to find vendors and buy stuff. An out-of-date or inaccurate website will make it difficult for those potential customers to do business with you.\r\n\r\nWhat are you waiting for! Go do it now.\r\n\r\n&nbsp;','Check your content much?','','publish','open','open','','check-your-content-much','','','2012-05-29 14:35:06','2012-05-29 14:35:06','',0,'http://deborahbrody.com/?p=1702',0,'post','',0),
(1690,4,'2012-05-09 12:26:19','2012-05-09 12:26:19','At the women\'s conference I referenced on <a title=\"Invest in event planning not just event marketing\" href=\"http://deborahbrody.com/2012/05/invest-in-event-planning-not-just-event-marketing/\" target=\"_blank\">Monday\'s post</a>, the organizer was also the emcee. She introduced the keynote speaker like this:\r\n\r\nI met [speaker] at a conference, and I think she\'s so great. I learned a lot from her. I was really impacted by what she said. I learned that....\r\n\r\nThis is not a verbatim quote but do you notice anything about this \"introduction?\"  It is all about the organizer and not about who she is introducing.  It\'s a \"me\" speech. Not a \"we\" speech and certainly not a \"you\" speech.\r\n\r\nI asked Brad Phillips (@mrmediatraining on Twitter), president of <a href=\"http://www.phillipsmediarelations.com/\" target=\"_blank\">Phillips Media Relations</a>, a media training organization, what he thought of a speech that focused on \"I.\" His response was:\r\n<blockquote>\r\n<div>Depends on the humility of the speaker, I suppose. Can range from humble self-experience to (more often) grating and ego-filled.</div>\r\n<div></div></blockquote>\r\nIn other words, an \"I speech\" can  seem self-aggrandizing and can potentially turn the audience off, especially if the speaker shows no humility.\r\n\r\nIt seems to me that emcees at an event should focus more on the we and you than on the me. The event after all, is not about the emcee, it is about the collective audience. It is not about the emcee\'s ego.\r\n\r\nIn this case,  I think this particular emcee was very self-focused. She was neither humble nor overly egotistical but seemingly clueless as to how she was coming across. She did not seem to care that she should have given the speaker a proper introduction (Ms. so and so is a writer focused on x, and she has been working in this field since x, etc.) and she also did not seem to be able to connect the dots on how this particular speaker would help us, the audience, why this speaker had been invited to speak.\r\n\r\n<strong>In marketing communication, the focus should be on the you or the we, and not the me.</strong> If you ever go to a website or read a brochure that goes on about me, me, me and does not address how we work together or how this benefits you, you know you are dealing with someone who has not a single clue about audience (or its needs).\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Me, We and You','','publish','open','open','','me-we-and-you','','','2012-05-09 12:56:36','2012-05-09 12:56:36','',0,'http://deborahbrody.com/?p=1690',0,'post','',0),
(1691,4,'2012-05-09 12:25:53','2012-05-09 12:25:53','At the women\'s conference I referenced on <a title=\"Invest in event planning not just event marketing\" href=\"http://deborahbrody.com/2012/05/invest-in-event-planning-not-just-event-marketing/\" target=\"_blank\">Monday\'s post</a>, the organizer was also the emcee. She introduced the keynote speaker like this:\n\nI met [speaker] at a conference, and I think she\'s so great. I learned a lot from her. I was really impacted by what she said. I learned that....\n\nThis is not a verbatim quote but do you notice anything about this \"introduction?\"  It it all about the organizer and not about who she is introducing.  It\'s a \"me\" speech. Not a \"we\" speech and certainly not a \"you\" speech.\n\nI asked Brad Phillips (@mrmediatraining on Twitter), president of <a href=\"http://www.phillipsmediarelations.com/\" target=\"_blank\">Phillips Media Relations</a>, a media training organization, what he thought of a speech that focused on \"I.\" His response was:\n<blockquote>\n<div>Depends on the humility of the speaker, I suppose. Can range from humble self-experience to (more often) grating and ego-filled.</div>\n<div></div></blockquote>\nIn other words, an \"I speech\" can  seem self-aggrandizing and can potentially turn the audience off, especially if the speaker shows no humility.\n\nIt seems to me that emcees at an event should focus more on the we and you than on the me. The event after all, is not about the emcee, it is about the collective audience. It is not about the emcee\'s ego.\n\nIn this case,  I think this particular emcee was very self-focused. She was neither humble nor overly egotistical but seeminglmore clueless as to how she was coming across. She did not seem to care that she should have given the speaker a proper introduction (Ms. so and so is a writer focused on x, and she has been working in this field since x, etc.) and she also did not seem to be able to connect the dots on how this particular speaker would help us, the audience, why this speaker had been invited to speak.\n\n<strong>In marketing communication, the focus should be on the you or the we, and not the me.</strong> If you ever go to a website or read a brochure that goes on about me, me, me and does not address how we work together or how this benefits you, you know you are dealing with someone who has not a single clue about audience (or its needs).\n\n&nbsp;\n\n&nbsp;\n<blockquote>\n<div></div></blockquote>','Me, We and You','','inherit','open','open','','1690-revision','','','2012-05-09 12:25:53','2012-05-09 12:25:53','',1690,'http://deborahbrody.com/2012/05/1690-revision/',0,'revision','',0),
(1692,4,'2012-05-09 12:26:19','2012-05-09 12:26:19','At the women\'s conference I referenced on <a title=\"Invest in event planning not just event marketing\" href=\"http://deborahbrody.com/2012/05/invest-in-event-planning-not-just-event-marketing/\" target=\"_blank\">Monday\'s post</a>, the organizer was also the emcee. She introduced the keynote speaker like this:\r\n\r\nI met [speaker] at a conference, and I think she\'s so great. I learned a lot from her. I was really impacted by what she said. I learned that....\r\n\r\nThis is not a verbatim quote but do you notice anything about this \"introduction?\"  It it all about the organizer and not about who she is introducing.  It\'s a \"me\" speech. Not a \"we\" speech and certainly not a \"you\" speech.\r\n\r\nI asked Brad Phillips (@mrmediatraining on Twitter), president of <a href=\"http://www.phillipsmediarelations.com/\" target=\"_blank\">Phillips Media Relations</a>, a media training organization, what he thought of a speech that focused on \"I.\" His response was:\r\n<blockquote>\r\n<div>Depends on the humility of the speaker, I suppose. Can range from humble self-experience to (more often) grating and ego-filled.</div>\r\n<div></div></blockquote>\r\nIn other words, an \"I speech\" can  seem self-aggrandizing and can potentially turn the audience off, especially if the speaker shows no humility.\r\n\r\nIt seems to me that emcees at an event should focus more on the we and you than on the me. The event after all, is not about the emcee, it is about the collective audience. It is not about the emcee\'s ego.\r\n\r\nIn this case,  I think this particular emcee was very self-focused. She was neither humble nor overly egotistical but seemingly clueless as to how she was coming across. She did not seem to care that she should have given the speaker a proper introduction (Ms. so and so is a writer focused on x, and she has been working in this field since x, etc.) and she also did not seem to be able to connect the dots on how this particular speaker would help us, the audience, why this speaker had been invited to speak.\r\n\r\n<strong>In marketing communication, the focus should be on the you or the we, and not the me.</strong> If you ever go to a website or read a brochure that goes on about me, me, me and does not address how we work together or how this benefits you, you know you are dealing with someone who has not a single clue about audience (or its needs).\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<blockquote>\r\n<div></div></blockquote>','Me, We and You','','inherit','open','open','','1690-revision-2','','','2012-05-09 12:26:19','2012-05-09 12:26:19','',1690,'http://deborahbrody.com/2012/05/1690-revision-2/',0,'revision','',0),
(1694,4,'2012-05-16 14:25:07','2012-05-16 14:25:07','<span style=\"color: #000000;\">As a homeowner, I have dealt with dozens of contractors to perform repairs and inspections, and all the other things one needs to get done in a house. One stands out--my plumber Mark. Not only is he a good plumber, he\'s a nice guy. I think we can learn a whole lot about marketing from him.</span>\n\n<span style=\"color: #000000;\"><strong>Choose your target market carefully:</strong> Mark has decided exactly where he is most comfortable working, geographically and culturally. He knows also what he is NOT looking for.</span>\n\n<span style=\"color: #000000;\"><strong>Advertise to the target market only</strong>: Mark does not have a sign on his truck, and he does not run ads in the mass media. He wants to continue working with his target market and not with just anyone.</span>\n\n<span style=\"color: #000000;\"><strong>Distinguish yourself from the competition</strong>: In Mark\'s case, he is green (although not certified) and he prides himself on punctuality. These are two things he highlights in his marketing materials. </span>\n\n<span style=\"color: #000000;\"><strong>Love what you do and be good at it:</strong> Mark loves plumbing and has since he was a child. He also knows what he is doing.</span>\n\n<span style=\"color: #000000;\"><strong>Be professional and responsive:</strong> Mark responds to inquiries quickly. He asks for pictures of the repair that needs to get done so he can properly assess and estimate the job. </span>\n\n<span style=\"color: #000000;\"><strong>Be pleasant and respectful:</strong> People like to do business with people they like. Mark always shakes hands with you when he comes to your house, and he immediately dons booties to prevent tracking dirt into your house. (something most contractors don\'t even think about). Mark also leaves his work area spotless. No messes to clean up.</span>\n\n<span style=\"text-decoration: underline; color: #000000;\">In the end, Mark wins at marketing because he has figured out how to market to a niche audience,  to provide exemplary service that generates return business and referrals and he doesn\'t waste his marketing dollar reaching out to people outside his market.</span>\n\n&nbsp;','Marketing lessons from an A+ plumber','','inherit','open','open','','1693-revision','','','2012-05-16 14:25:07','2012-05-16 14:25:07','',1693,'http://deborahbrody.com/2012/05/1693-revision/',0,'revision','',0),
(1697,4,'2012-05-21 13:51:08','2012-05-21 13:51:08','Social media has lots of pluses when it comes to marketing. Among them are:\r\n<ul>\r\n	<li>Low cost (especially compared to the cost of advertising on television)</li>\r\n	<li>Word-of-mouth value for trust and amplification</li>\r\n	<li>Speed and ease in execution</li>\r\n</ul>\r\nSocial media is a VALUABLE part of a marketing communications plan, but, it should not be the only part. If you put ALL your effort/dollars into social media, there is little doubt that you will be failing to reach all of your target audience.\r\n\r\nLet me tell you about two companies that make their business solely on online traffic, but are advertising in other media: Constant Contact and Reputation.com\r\n\r\nIn case you have never received an enewsletter, you should know that Constant Contact is an established email marketing business.  Many organizations and businesses use Constant Contact to send out email campaigns.  Constant Contact advertises its services on the radio. Yes. On the radio.\r\n\r\nReputation.com works on making sure that you preserve a good reputation online. It is useful for people/organizations that have received negative reviews or are associated with with negative news/information. Reputation.com advertises in print (I saw a print ad this morning in the Washington Post). It also advertises on television.\r\n\r\nIf these two companies--which do business online--have to take their advertising off line, that should tell you that you cannot rely on social media (or online media) alone. You have to mix it up. You have to reach potential customers where they are, and they may not be on social or online.\r\n\r\nDo you do all your marketing on social media? If so, tell me why. If not, also tell me why.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Should you do all your marketing on social media?','','publish','open','open','','should-you-do-all-your-marketing-on-social-media','','','2012-05-21 13:51:08','2012-05-21 13:51:08','',0,'http://deborahbrody.com/?p=1697',0,'post','',0),
(1698,4,'2012-05-21 13:50:28','2012-05-21 13:50:28','Social media has lots of pluses when it comes to marketing. Among them are:\n<ul>\n	<li>Low cost (especially compared to the cost of advertising on television)</li>\n	<li>Word-of-mouth value for trust and amplification</li>\n	<li>Speed and ease in execution</li>\n</ul>\nSocial media is a VALUABLE part of a marketing communications plan, but, it should not be the only part. If you put ALL your effort/dollars into social media, there is little doubt that you will be failing to reach all of your target audience.\n\nLet me tell you about two companies that make their business solely on online traffic, but are advertising in other media: Constant Contact and Reputation.com\n\nIn case you have never received an enewsletter, you should know that Constant Contact is an established email marketing business.  Many organizations and businesses use Constant Contact to send out email campaigns.  Constant Contact advertises its services on the radio. Yes. On the radio.\n\nReputation.com works on making sure that you preserve a good reputation online. It is useful for people/organizations that have received negative reviews or are associated with with negative news/information. Reputation.com advertises in print (I saw a print ad this morning in the Washington Post). It also advertises on television.\n\nIf these two companies--which do business online--have to take their advertising off line, that should tell you that you cannot rely on social media (or online media) alone. You have to mix it up. You have to reach potential customers where they are, and they may not be on social or online.\n\nDo you do all your marketing on social media? If so, tell me why. If not, also tell me why.\n\n&nbsp;\n\n&nbsp;','Should you do all your marketing on social media?','','inherit','open','open','','1697-revision','','','2012-05-21 13:50:28','2012-05-21 13:50:28','',1697,'http://deborahbrody.com/2012/05/1697-revision/',0,'revision','',0),
(1699,4,'2011-07-22 04:18:37','2011-07-22 04:18:37','In the <strong>Washington, DC</strong> metro          area:\r\n\r\nDeborah Brody Marketing Communications\r\n\r\nPO Box 1435\r\nRockville, MD 20849\r\n\r\nT: 301-424-2488\r\nM: 305-336-4357\r\nE: <a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\nTwitter: <a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>','Contact','','inherit','open','open','','24-revision-v1','','','2011-07-22 04:18:37','2011-07-22 04:18:37','',24,'http://deborahbrody.com/2011/07/24-revision-4/',0,'revision','',0),
(1700,4,'2012-05-29 14:24:33','2012-05-29 14:24:33','We are located in the <strong>Washington, DC</strong> metro area:\r\n\r\nWrite us at:\r\n\r\n<address>Deborah Brody Marketing Communication</address><address>PO Box 1435\r\nRockville, MD 20849</address>Call:  301-424-2488 (office) or  305-336-4357  (mobile)\r\n\r\nEmail: <a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\nTwitter: <a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>','Contact','','inherit','open','open','','24-revision-v1','','','2012-05-29 14:24:33','2012-05-29 14:24:33','',24,'http://deborahbrody.com/2012/05/24-revision-5/',0,'revision','',0),
(1703,4,'2012-05-29 14:34:25','2012-05-29 14:34:25','When was the last time you checked--and I mean thoroughly checked--your online content? Recently? Last quarter? Last year? When you launched the website?\n\nIf you haven\'t done it recently (within the past six months), I suggest hopping over to your website RIGHT NOW.\n\nIt\'s crucial to check for accuracy and relevance of your content. Here are a few areas you most definitely want to check and update if necessary:\n<ul>\n	<li>Contact information</li>\n	<li>Product/service listing</li>\n	<li>Pricing</li>\n	<li>About page (everybody still with your company or in the same position?)</li>\n	<li>Home page (what exactly is the first thing you are telling people about your company?)</li>\n</ul>\nPeople are using the web more and more each day to find vendors and buy stuff. An out-of-date or inaccurate website will make it difficult for those potential customers to do business with you.\n\n&nbsp;','Check your content much?','','inherit','open','open','','1702-revision','','','2012-05-29 14:34:25','2012-05-29 14:34:25','',1702,'http://deborahbrody.com/2012/05/1702-revision/',0,'revision','',0),
(1711,4,'2012-06-11 13:03:20','2012-06-11 13:03:20','<span style=\"color: #000000;\">Have you ever noticed how certain words or phrases seem to become ubiquitous? Sometimes it is because of a movie (\"dude\" became very very popular after Bill and Ted\'s Excellent Adventure). Sometimes it is because of a TV show. Sometimes, I am just not sure.</span>\r\n\r\n<span style=\"color: #000000;\">I heard a commercial on the radio the other day for a cell phone company, where one of the guys was saying \"Boom!\" and the other other guy replies: \"Stop saying that!\" And the other guy goes on \"Boom, and there it was.\" I can\'t remember the words verbatim, but it was all about boom.</span>\r\n\r\n<span style=\"color: #000000;\">And then I started to see/hear boom everywhere, including this commercial for </span><span style=\"color: #000000;\"> Miracle-Gro Potting Soil</span>:\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qfWW1gWyMoo?rel=0\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\r\n<span style=\"color: #000000;\">Notice the last word in the commercial.</span>\r\n\r\n<span style=\"color: #000000;\">Boom!</span>\r\n\r\n<span style=\"color: #000000;\">I bet you start noticing boom all over the place. If you find a good one, share it here in the comments.</span>','Did that commercial just go boom?','','publish','open','open','','did-that-commercial-just-go-boom','','','2012-06-11 13:03:20','2012-06-11 13:03:20','',0,'http://deborahbrody.com/?p=1711',0,'post','',0),
(1705,4,'2012-06-01 13:04:23','2012-06-01 13:04:23','<span style=\"color: #000000;\">Yesterday on Twitter, someone posted about an event that sounded intriguing. I went to check out the link provided for details, thinking I would find time, place and cost, but instead I found a sign-up form. The form asked for: name, gender, date of birth, time zone, location, religious views, email and a password. I kid you not. Or, you could sign up using your Facebook login.  </span>\r\n\r\n<span style=\"color: #000000;\">How much of this information are you requiring? <strong> The information you require can be construed as a barrier to entry</strong>. You put up figurative barriers, at differing \"heights\" to reduce the amount of people that can access your offering. </span>\r\n\r\n<span style=\"color: #000000;\">Now, some people have absolutely no problem handing over any information that is asked of them. I used to know a woman who would even give out her social security number and her mother\'s maiden name just to be on an email list. And then there are people like me, who guard their personal information zealously and will only give up the minimum for a good reason. For example, if the doctor\'s office wants to know if I have had a surgery or take any medication. But why would I give an organization putting together an EVENT my birth date and religious affiliation? </span>\r\n\r\n<span style=\"color: #000000;\">This problem extends to the growing number of websites that require you to sign up with your Facebook account. Again, some people consider their Facebook profile public. And some---like me--don\'t. Facebook has already compiled a good amount of personal information about you: where you live, where you are from, who your friends are, what your likes and dislikes are, your age and if you provided them with this info: where you went to school, your religion, your marital status and on and on.  </span>\r\n\r\n<span style=\"color: #000000;\">You should consider exactly what information you require, and furthermore, you should tell people what you plan to do with that information. What exactly are you going to do to safeguard the privacy of that information?</span>\r\n\r\n<span style=\"color: #000000;\">Again, some people are pretty lax about privacy. But there is a continuum, and if your goal is to get more people (not fewer) to sign up, then you will have to consider that some people are not so comfortable handing over this information. </span>\r\n\r\n<span style=\"color: #000000;\">What are your thoughts? On a personal level, do you give any information requested, or do you fudge it? Do you sign in using your Facebook? </span>\r\n\r\n<span style=\"color: #000000;\">On an organizational level, how much information are you requiring and is all of it necessary?</span>','How much information are you requiring?','','publish','open','open','','how-much-information-are-you-requiring','','','2012-06-01 13:04:23','2012-06-01 13:04:23','',0,'http://deborahbrody.com/?p=1705',0,'post','',0),
(1706,4,'2012-06-01 13:03:27','2012-06-01 13:03:27','Yesterday on Twitter, someone posted about an event that sounded intriguing. I went to check out the link provided for details, thinking I would find time, place and cost, but instead I found a sign-up form. The form asked for: name, gender, date of birth, time zone, location, religious views, email and a password. I kid you not. Or you could sign up using your Facebook login.\n\nHow much of this information are you requiring? <strong> The information you require can be construed as a barrier to entry</strong>. You put up figurative barriers, at differing \"heights\" to reduce the amount of people that can access your offering.\n\nNow, some people have absolutely no problem handing over any information that is asked of them. I used to know a woman who would even give out her social security number and her mother\'s maiden name just to be on an email list. And then there are people like me, who guard their personal information zealously and will only give up the minimum for a good reason. For example, if the doctor\'s office wants to know if I have had a surgery or take any medication. But why would I give an organization putting together an EVENT my birth date and religious affiliation?\n\nThis problem extends to the growing number of websites that require you to sign up with your Facebook account. Again, some people consider their Facebook profile public. And some---like me--don\'t. Facebook has already compiled a good amount of personal information about you: where you live, where you are from, who your friends are, what your likes and dislikes are, your age and if you provided them with this info: where you went to school, your religion, your marital status and on and on.\n\nYou should consider exactly what information you require, and furthermore, you should tell people what you plan to do with that information. What exactly are you going to do to safeguard the privacy of that information?\n\nAgain, some people are pretty lax about privacy. But there is a continuum, and if your goal is to get more people (not fewer) to sign up, then you will have to consider that some people are not so comfortable handing over this information.\n\nWhat are your thoughts? On a personal level, do you give any information requested, or do you fudge it? Do you sign in using your Facebook?\n\nOn an organizational level, how much information are you requiring and is all of it necessary?','How much information are you requiring?','','inherit','open','open','','1705-revision','','','2012-06-01 13:03:27','2012-06-01 13:03:27','',1705,'http://deborahbrody.com/2012/06/1705-revision/',0,'revision','',0),
(1707,4,'2012-06-05 13:31:40','2012-06-05 13:31:40','Every organization (business, nonprofit, political, association) should have a list of key messages.These key messages should be updated frequently (no less than once a year). If yours doesn\'t, it\'s time to start creating a list of key messages. Key messages form the basis of your speeches, press releases and other communications materials.\r\n\r\nKey messages should include facts about the organization, the organization\'s mission and philosophy, organizational goals, how the organization operates and other important information you want your audience to know.\r\n\r\nYour key messages should be genuine, and stand up to scrutiny.  Some organizations end up with key messages that are not reflective of reality, but rather are ideological.  This is especially true with political organizations.\r\n\r\nI came across a great example  key messages that don\'t accurately reflect reality in yesterday\'s Washington Post. In a story written by Dan Eggen on page A7, entitled \"McDonnell says stimulus aided Va. --but only in the short run,\" the first paragraph says:\r\n<blockquote>Virgina Gov. Robert F. McDonnell (R) wandered off script somewhat Sunday as a surrogate for the Mitt Romney presidential campaign, conceding that  President Obama\'s stimulus measures had helped his state weather the economic crisis.</blockquote>\r\nOf course, the Romney campaign has been arguing that Obama\'s stimulus hurt the economy, and did not create jobs---<em>because stimulus goes against Republican economic ideology.</em> Governor McDonnell was reflecting the reality on the ground in his remarks--that indeed the stimulus has helped Virginia. He \"went off message\" because instead of being ideological, he was being factual, rooting his comments in the reality of his state.\r\n\r\nA similar situation occurred last week when Cory Booker said that he was sickened by the attacks on Bain Capital. The Obama campaign\'s key messages about Romney\'s tenure at Bain were more ideological than factual. Booker was simply reflecting facts that private equity firms are not the way they were being portrayed by the campaign. Booker was roundly criticized for \"going off message.\"\r\n\r\nWhen key messages IGNORE reality and facts, and simply reflect ideology and beliefs, they are open to attack and leave spokespeople with the opportunity of \"wandering off script\" or \"going off message.\"\r\n\r\nMost people have a hard time lying when asked a direct question. If your key messages are ideologically but not factually correct, they will not stand up to scrutiny. You don\'t want to ask spokespeople to lie, so inject some honesty into your messaging!\r\n\r\n&nbsp;','Root your messages in reality not ideology','','publish','open','open','','root-your-messages-in-reality-not-ideology','','','2012-06-05 13:31:40','2012-06-05 13:31:40','',0,'http://deborahbrody.com/?p=1707',0,'post','',0),
(1708,4,'2012-06-05 13:25:03','2012-06-05 13:25:03','Every organization (business, nonprofit, political, association) should have a list of key messages. If yours doesn\'t, it\'s time to start a list. Key messages form the basis of your speeches, press releases and other communications materials.\n\nKey messages should include facts about the organization, the organization\'s mission and philosophy, organizational goals, how the organization operates and other important information you want your audience to know.\n\nIt\'s important that your key messages be genuine, and stand up to scrutiny. Many organizations fail at this because they are more interested in ideology and not reality. This is especially true with political organizations.\n\nI came across a great example of when key messages don\'t accurately reflect reality in yesterday\'s Washington Post. In a story written by Dan Eggen on page A7, entitled \"McDonnell says stimulus aided Va. --but only in the short run,\" he writes:\n<blockquote>Virgina Gov. Robert F. McDonnell (R) wandered off script somewhat Sunday as a surrogate for the Mitt Romney presidential campaign, conceding that  President Obama\'s stimulus measures had helped his state weather the economic crisis.</blockquote>\nOf course, the Romney campaign has been arguing that Obama\'s stimulus hurt the economy, and did not create jobs---<em>because stimulus goes against Republican economic ideology.</em> Governor McDonnell was reflecting the reality on the ground in his remarks--that indeed the stimulus has helped Virginia. He \"went off message\" because instead of being ideological, he was being factual, rooting his comments in the reality of his state.\n\nA similar situation occurred last week when Cory Booker said that he was sickened by the attacks on Bain Capital. The Obama campaign\'s key messages about Romney\'s tenure at Bain were more ideological than factual. Booker was simply reflecting facts that private equity firms are not the way they were being portrayed by the campaign.\n\nWhen key messages IGNORE reality and facts, and simply reflect ideology and beliefs, they are open to attack and leave spokespeople with the opportunity of \"wandering off script.\"\n\nMost people have a hard time lying when asked a direct question. If your key messages are ideologically but not factually correct, they will not stand up to scrutiny.\n\n&nbsp;','Root your messages in reality not ideology','','inherit','open','open','','1707-revision','','','2012-06-05 13:25:03','2012-06-05 13:25:03','',1707,'http://deborahbrody.com/2012/06/1707-revision/',0,'revision','',0),
(1709,4,'2012-06-05 13:30:52','2012-06-05 13:30:52','Every organization (business, nonprofit, political, association) should have a list of key messages.These key messages should be updated frequently (no less than once a year). If yours doesn\'t, it\'s time to start creating a list of key messages. Key messages form the basis of your speeches, press releases and other communications materials.\n\nKey messages should include facts about the organization, the organization\'s mission and philosophy, organizational goals, how the organization operates and other important information you want your audience to know.\n\nYour key messages should be genuine, and stand up to scrutiny.  Some organizations end up with key messages that are not reflective of reality, but rather are ideological.  This is especially true with political organizations.\n\nI came across a great example  key messages that don\'t accurately reflect reality in yesterday\'s Washington Post. In a story written by Dan Eggen on page A7, entitled \"McDonnell says stimulus aided Va. --but only in the short run,\" the first paragraph says:\n<blockquote>Virgina Gov. Robert F. McDonnell (R) wandered off script somewhat Sunday as a surrogate for the Mitt Romney presidential campaign, conceding that  President Obama\'s stimulus measures had helped his state weather the economic crisis.</blockquote>\nOf course, the Romney campaign has been arguing that Obama\'s stimulus hurt the economy, and did not create jobs---<em>because stimulus goes against Republican economic ideology.</em> Governor McDonnell was reflecting the reality on the ground in his remarks--that indeed the stimulus has helped Virginia. He \"went off message\" because instead of being ideological, he was being factual, rooting his comments in the reality of his state.\n\nA similar situation occurred last week when Cory Booker said that he was sickened by the attacks on Bain Capital. The Obama campaign\'s key messages about Romney\'s tenure at Bain were more ideological than factual. Booker was simply reflecting facts that private equity firms are not the way they were being portrayed by the campaign. Booker was roundly criticized for \"going off message.\"\n\nWhen key messages IGNORE reality and facts, and simply reflect ideology and beliefs, they are open to attack and leave spokespeople with the opportunity of \"wandering off script\" or \"going off message.\"\n\nMost people have a hard time lying when asked a direct question. If your key messages are ideologically but not factually correct, they will not stand up to scrutiny.\n\n&nbsp;','Root your messages in reality not ideology','','inherit','open','open','','1707-revision-2','','','2012-06-05 13:30:52','2012-06-05 13:30:52','',1707,'http://deborahbrody.com/2012/06/1707-revision-2/',0,'revision','',0),
(1710,4,'2012-06-05 13:32:52','2012-06-05 13:32:52','Every organization (business, nonprofit, political, association) should have a list of key messages.These key messages should be updated frequently (no less than once a year). If yours doesn\'t, it\'s time to start creating a list of key messages. Key messages form the basis of your speeches, press releases and other communications materials.\n\nKey messages should include facts about the organization, the organization\'s mission and philosophy, organizational goals, how the organization operates and other important information you want your audience to know.\n\nYour key messages should be genuine, and stand up to scrutiny.  Some organizations end up with key messages that are not reflective of reality, but rather are ideological.  This is especially true with political organizations.\n\nI came across a great example  key messages that don\'t accurately reflect reality in yesterday\'s Washington Post. In a story written by Dan Eggen on page A7, entitled \"McDonnell says stimulus aided Va. --but only in the short run,\" the first paragraph says:\n<blockquote>Virgina Gov. Robert F. McDonnell (R) wandered off script somewhat Sunday as a surrogate for the Mitt Romney presidential campaign, conceding that  President Obama\'s stimulus measures had helped his state weather the economic crisis.</blockquote>\nOf course, the Romney campaign has been arguing that Obama\'s stimulus hurt the economy, and did not create jobs---<em>because stimulus goes against Republican economic ideology.</em> Governor McDonnell was reflecting the reality on the ground in his remarks--that indeed the stimulus has helped Virginia. He \"went off message\" because instead of being ideological, he was being factual, rooting his comments in the reality of his state.\n\nA similar situation occurred last week when Cory Booker said that he was sickened by the attacks on Bain Capital. The Obama campaign\'s key messages about Romney\'s tenure at Bain were more ideological than factual. Booker was simply reflecting facts that private equity firms are not the way they were being portrayed by the campaign. Booker was roundly criticized for \"going off message.\"\n\nWhen key messages IGNORE reality and facts, and simply reflect ideology and beliefs, they are open to attack and leave spokespeople with the opportunity of \"wandering off script\" or \"going off message.\"\n\nMost people have a hard time lying when asked a direct question. If your key messages are ideologically but not factually correct, they will not stand up to scrutiny. You don\'t want to ask spokespeople to lie, so inject some honesty into your messaging!\n\n&nbsp;','Root your messages in reality not ideology','','inherit','open','open','','1707-autosave','','','2012-06-05 13:32:52','2012-06-05 13:32:52','',1707,'http://deborahbrody.com/2012/06/1707-autosave/',0,'revision','',0),
(1715,4,'2012-06-11 13:02:44','2012-06-11 13:02:44','<span style=\"color: #000000;\">Have you ever noticed how certain words or phrases seem to become ubiquitous? Sometimes it is because of a movie (\"dude\" became very very popular after Bill and Ted\'s Excellent Adventure). Sometimes it is because of a TV show. Sometimes, I am just not sure.</span>\r\n\r\n<span style=\"color: #000000;\">I heard a commercial on the radio the other day for a cell phone company, where one of the guys was saying \"Boom!\" and the other other guy replies: \"Stop saying that!\" And the other guy goes on \"Boom, and there it was.\" I can\'t remember the words verbatim, but it was all about boom.</span>\r\n\r\n<span style=\"color: #000000;\">And then I started to see/hear boom everywhere, including this commercial for </span><span style=\"color: #000000;\"> Miracle-Gro Potting Soil</span>:\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qfWW1gWyMoo?rel=0\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\r\n<span style=\"color: #000000;\">Notice the last word in the commercial.</span>\r\n\r\n<span style=\"color: #000000;\">Boom!</span>\r\n\r\n<span style=\"color: #000000;\">I bet you start noticing boom all over the place. If you find a good one, share it here in the comments.</span>','Did that commercial just go boom?','','inherit','open','open','','1711-revision-4','','','2012-06-11 13:02:44','2012-06-11 13:02:44','',1711,'http://deborahbrody.com/2012/06/1711-revision-4/',0,'revision','',0),
(1712,4,'2012-06-11 12:57:07','2012-06-11 12:57:07','<span style=\"color: #000000;\">Have you ever noticed how certain words or phrases seem to become ubiquitous? Sometimes it is because of a movie (\"dude\" became very very popular after Bill and Ted\'s Excellent Adventure). Sometimes it is because of a TV show. Sometimes, I am just not sure. </span>\n\n<span style=\"color: #000000;\">Recently, the word that I hear everywhere, in commercial after commercial, is \"boom.\" As in:</span>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">                 I was texting on my phone, and then boom, I ran into him.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Boom, and I have the stuff I need.</span></p>\n<span style=\"color: #000000;\">These aren\'t verbatim...but you get the picture.</span>\n\n<span style=\"color: #000000;\">Here\'s a commercial for Miracle-Gro Potting Soil</span>:\n\n&lt;iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/qfWW1gWyMoo?rel=0\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;\n\n<span style=\"color: #000000;\">Notice the last word in the commercial.</span>\n\n<span style=\"color: #000000;\">Boom!</span>\n\n<span style=\"color: #000000;\">I bet you start noticing boom all over the place. If you find a good one, share it here in the comments.</span>','Did that commercial just go boom?','','inherit','open','open','','1711-revision','','','2012-06-11 12:57:07','2012-06-11 12:57:07','',1711,'http://deborahbrody.com/2012/06/1711-revision/',0,'revision','',0),
(1713,4,'2012-06-11 12:58:07','2012-06-11 12:58:07','<span style=\"color: #000000;\">Have you ever noticed how certain words or phrases seem to become ubiquitous? Sometimes it is because of a movie (\"dude\" became very very popular after Bill and Ted\'s Excellent Adventure). Sometimes it is because of a TV show. Sometimes, I am just not sure. </span>\n\n<span style=\"color: #000000;\">Recently, the word that I hear everywhere, in commercial after commercial, is \"boom.\" As in:</span>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">                 I was texting on my phone, and then boom, I ran into him.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Boom, and I have the stuff I need.</span></p>\n<span style=\"color: #000000;\">These aren\'t verbatim...but you get the picture.</span>\n\n<span style=\"color: #000000;\">Here\'s a commercial for Miracle-Gro Potting Soil</span>:\n\n<iframe src=\"http://www.youtube.com/embed/qfWW1gWyMoo?rel=0\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\n<span style=\"color: #000000;\">Notice the last word in the commercial.</span>\n\n<span style=\"color: #000000;\">Boom!</span>\n\n<span style=\"color: #000000;\">I bet you start noticing boom all over the place. If you find a good one, share it here in the comments.</span>','Did that commercial just go boom?','','inherit','open','open','','1711-revision-2','','','2012-06-11 12:58:07','2012-06-11 12:58:07','',1711,'http://deborahbrody.com/2012/06/1711-revision-2/',0,'revision','',0),
(1714,4,'2012-06-11 12:58:12','2012-06-11 12:58:12','<span style=\"color: #000000;\">Have you ever noticed how certain words or phrases seem to become ubiquitous? Sometimes it is because of a movie (\"dude\" became very very popular after Bill and Ted\'s Excellent Adventure). Sometimes it is because of a TV show. Sometimes, I am just not sure. </span>\r\n\r\n<span style=\"color: #000000;\">Recently, the word that I hear everywhere, in commercial after commercial, is \"boom.\" As in:</span>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">                 I was texting on my phone, and then boom, I ran into him.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Boom, and I have the stuff I need.</span></p>\r\n<span style=\"color: #000000;\">These aren\'t verbatim...but you get the picture.</span>\r\n\r\n<span style=\"color: #000000;\">Here\'s a commercial for Miracle-Gro Potting Soil</span>:\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qfWW1gWyMoo?rel=0\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\r\n<span style=\"color: #000000;\">Notice the last word in the commercial.</span>\r\n\r\n<span style=\"color: #000000;\">Boom!</span>\r\n\r\n<span style=\"color: #000000;\">I bet you start noticing boom all over the place. If you find a good one, share it here in the comments.</span>','Did that commercial just go boom?','','inherit','open','open','','1711-revision-3','','','2012-06-11 12:58:12','2012-06-11 12:58:12','',1711,'http://deborahbrody.com/2012/06/1711-revision-3/',0,'revision','',0),
(1717,4,'2012-06-13 13:38:50','2012-06-13 13:38:50','Twitter (and any other social network) is a form of public communication. Even individuals who are representing themselves are using it as a platform to reach a broader audience. Throw in a few hashtags and re-Tweets and suddenly you may be talking to millions of people.\r\n\r\nAt an organizational level, who should handle your Twitter feed? For many organizations, it falls to the communications/marketing folks (fine) and for some it is interns (not so fine). Some organizations have their top executive tweet (really good, I think).\r\n\r\nAnd then there is Sweden, yes the country of Sweden (or rather its tourism board). You see, Sweden has embarked on an experiment to allow citizens to handle the <a href=\"https://twitter.com/#!/sweden\" target=\"_blank\">@sweden </a>Twitter feed. There are some rules on the ground--apparently, citizens should not discuss political views.\r\n\r\nSomeone forgot to tell the latest citizen to handle @sweden, a 27-year old \"holy mother of two\" Sonja Abrahamsson, that racism should also not be displayed. Sonja apparently is a huge fan of Adolf Hitler, and seems to be just a tad anti-Semitic. You can read all about it in <a href=\"http://www.theatlanticwire.com/global/2012/06/swedens-official-tweeter-now-asking-about-jews/53439/\" target=\"_blank\">this story</a> on The Atlantic Wire and <a href=\"http://www.adweek.com/adfreak/sweden-hands-its-twitter-account-citizens-and-things-get-weird-141069\" target=\"_blank\">this story </a>on AdWeek.\r\n\r\nHow is having Sonja do some stupid (racist) jokes helping to communicate anything positive about Sweden to any readers of the Twitter feed?\r\n\r\nThe person in charge of your Twitter feed is representing you (your organization, business or country) to the world. He or she is in effect, your public spokesperson. As such, this person should have the following characteristics:\r\n<ul>\r\n	<li>Be very knowledgeable about your organization (or country)</li>\r\n	<li>Understand how Twitter works and that it can be quoted and used as a news source</li>\r\n	<li>Be familiar with all key messages, press releases and other public information</li>\r\n	<li>Be prepared to answer questions and comments professionally and not emotionally</li>\r\n	<li>Be enthusiastic about your organization (or country)</li>\r\n	<li>Keep personal opinions to him/herself</li>\r\n</ul>\r\nWhat do you think? Who handles your Twitter feed? Would you ever let someone like Sonja take over your feed? Thoughts and comments welcome!\r\n\r\n&nbsp;','Who should handle your Twitter feed?','','publish','open','open','','who-should-handle-your-twitter-feed','','','2012-06-13 13:38:50','2012-06-13 13:38:50','',0,'http://deborahbrody.com/?p=1717',0,'post','',1),
(1718,4,'2012-06-13 13:36:17','2012-06-13 13:36:17','Twitter (and any other social network) is a form of public communication. Even individuals who are representing themselves are using it as a platform to reach a broader audience. Throw in a few hashtags and re-Tweets and suddenly you may be talking to millions of people.\n\nAt an organizational level, who should handle your Twitter feed? For many organizations, it falls to the communications/marketing folks (fine) and for some it is interns (not so fine). Some organizations have their top executive tweet (really good, I think).\n\nAnd then there is Sweden, yes the country of Sweden (or rather its tourism board). You see, Sweden has embarked on an experiment to allow citizens to handle the <a href=\"https://twitter.com/#!/sweden\" target=\"_blank\">@sweden </a>Twitter feed. There are some rules on the ground--apparently, citizens should not discuss political views.\n\nSomeone forgot to tell the latest citizen to handle @sweden, a 27-year old \"holy mother of two\" Sonja Abrahamsson, that racism should also not be displayed. Sonja apparently is a huge fan of Adolf Hitler, and seems to be just a tad anti-Semitic. You can read all about it in <a href=\"http://www.theatlanticwire.com/global/2012/06/swedens-official-tweeter-now-asking-about-jews/53439/\" target=\"_blank\">this story</a> on The Atlantic Wire and <a href=\"http://www.adweek.com/adfreak/sweden-hands-its-twitter-account-citizens-and-things-get-weird-141069\" target=\"_blank\">this story </a>on AdWeek.\n\nHow is having Sonja do some stupid (racist) jokes helping to communicate anything positive about Sweden to any readers of the Twitter feed?\n\nThe person in charge of your Twitter feed is representing you (your organization, business or country) to the world. He or she is in effect, your public spokesperson. As such, this person should have the following characteristics:\n<ul>\n	<li>Be very knowledgeable about your organization (or country)</li>\n	<li>Understand how Twitter works and that it can be quoted and used as a news source</li>\n	<li>Be familiar with all key messages, press releases and other public information</li>\n	<li>Be prepared to answer questions and comments professionally and not emotionally</li>\n	<li>Be enthusiastic about your organization (or country)</li>\n	<li>Keep personal opinions to him/herself</li>\n</ul>\nWhat do you think? Who handles your Twitter feed? Would you ever let someone like Sonja take over your feed? Thoughts and comments welcome!\n\n&nbsp;','Who should handle your Twitter feed?','','inherit','open','open','','1717-revision','','','2012-06-13 13:36:17','2012-06-13 13:36:17','',1717,'http://deborahbrody.com/2012/06/1717-revision/',0,'revision','',0),
(1738,4,'2012-07-03 13:59:25','2012-07-03 13:59:25','Maryland, Virginia and DC were hit hard last Friday night by a storm called a Derecho. It came straight at us with winds clocked at 70 miles per hour, lightning and rain, all which brought down branches and even whole trees.  My house shook, the lights flickered, and then the power went out. I got out flashlight and immediately called Pepco. The initial message said crews were being assigned and I should have power restored by midnight. When I called the next 15 times, I got the same message each time: Crews would be assigned shortly.\r\n\r\nMeanwhile, a million electric customers in the region were also without power, also not getting answers from their utilities. Intersections were dark and tempers were frayed--because not only was there no power, but record-breaking heat and humidity. I decamped to my local Cosi, which thankfully had power, coffee and free Wi-Fi. Pepco\'s website informed me that the more than 1000 customers in my section did not have an estimated restoration time. By Sunday, after Pepco finished surveying the damage, it announced a \"global estimated restoration time\" of Friday, July 6 at 11 pm (yes, a whole week later).\r\n\r\nNow, Pepco has been running an ad campaign for the past several months. Here\'s a sample:\r\n<iframe src=\"http://www.youtube.com/embed/ZD_3mOq1DnM\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\r\n\r\nNotice the message: Pepco is working hard to improve its reliability.\r\n\r\nBut is Pepco doing enough? Is it reliable? After this fiasco, the answer seems to be no.\r\n\r\nThe commercial above makes claims that fly in the face of what happened on the ground. And what\'s more, taking a week to restore power (during a heat wave), seems to me to indicate that Pepco is not working hard enough (or has enough crews, etc.).\r\n\r\nYesterday, Marc Fisher from the Washington Post called me because he had seen my previous <a title=\"How to become the most hated company\" href=\"http://deborahbrody.com/2011/07/how-to-become-the-most-hated-company/\" target=\"_blank\">blog posts </a>on Pepco. He asked me what I would recommend that Pepco do, communications-wise. Should they not advertise? I am not sure what the answer is. I do know that a commercial like the one above does not ring true, and I will bet that the ad gets taken off the air. Perhaps the best course for Pepco is to invest its ad budget into infrastructure, and when it has made REAL, significant improvements, then have a PR campaign to inform its public about what exactly has been done. Just a thought.\r\n\r\nHere\'s Marc Fisher\'s article, that ran today (I am quoted on the second page): <a href=\"http://www.washingtonpost.com/local/for-pepco-customers-without-power-frustration-grows-four-days-after-storm/2012/07/02/gJQAJ0vQJW_story.html\" target=\"_blank\">For Pepco customers still without power, patience wears thin</a>.\r\n\r\nIt seems that Pepco\'s work still continues, and continues and continues. It is a long way from being what I would consider a reliable company.\r\n\r\n&nbsp;','Working hard or hardly working? Pepco strikes again','','publish','open','open','','working-hard-or-hardly-working-pepco-strikes-again','','','2012-07-03 13:59:25','2012-07-03 13:59:25','',0,'http://deborahbrody.com/?p=1738',0,'post','',0),
(1720,4,'2012-06-19 13:04:40','2012-06-19 13:04:40','You may remember the famous line by Marshall McLuhan:\r\n<blockquote>The medium is the message.</blockquote>\r\nWhat does that mean? According to Wikipedia:\r\n<blockquote>meaning that the form of a <a title=\"Media (communication)\" href=\"http://en.wikipedia.org/wiki/Media_%28communication%29\">medium</a> embeds itself in the <a title=\"Message\" href=\"http://en.wikipedia.org/wiki/Message\">message</a>, creating a symbiotic relationship by which the medium influences how the message is perceived.</blockquote>\r\nAll that is somewhat esoteric...and when McLuhan was writing his observations in 1964,  the new frontier was television.\r\n\r\nTelevision may or may not be on the decline, but we are definitely in a world where the Internet and social media are our mass communication media.\r\n\r\nI came across an article by Jeremy Porter, on his blog Jounalistics, entitled \"<a href=\"http://blog.journalistics.com/2012/are-blog-posts-better-than-press-releases/\" target=\"_blank\">Are Blog Posts Better Than Press Releases</a>?\" Now, I am a huge fan of blogging and blogs, but I don\'t think blogs are \"better\" than any other form of communication. However, blogs may be <em>better suited</em> to some types of communication.\r\n\r\nIn my opinion, there is no hierarchy among the media (this one is better than that one) but rather there is a \"right-er\" medium for the message. For instance:\r\n<ul>\r\n	<li>If your message is short and ephemeral (an observation, a quick update, etc.) use <strong>Twitter</strong>.</li>\r\n	<li>If your message is long and requires complicated explanations, use a<strong> white paper</strong>.</li>\r\n	<li>If your message is newsworthy, and you want to get out to journalists, use a <strong>press release.</strong></li>\r\n</ul>\r\nChoosing which media to use is your job as a communicator. If you don\'t understand the differences between media, then you are going to have a hard time communicating your message to its target audience.\r\n\r\nWhat are your thoughts? Is there a medium that can be used for all messages? Is there a better medium? Let me know in the comments.','The medium and the message','','publish','open','open','','the-medium-and-the-message','','\nhttp://blog.journalistics.com/2012/are-blog-posts-better-than-press-releases/','2012-06-19 13:08:43','2012-06-19 13:08:43','',0,'http://deborahbrody.com/?p=1720',0,'post','',1),
(1721,4,'2012-06-19 13:03:44','2012-06-19 13:03:44','You may remember the famous line by Marshall McLuhan:\n<blockquote>The medium is the message.</blockquote>\nWhat does that mean? According to Wikipedia:\n<blockquote>meaning that the form of a <a title=\"Media (communication)\" href=\"http://en.wikipedia.org/wiki/Media_%28communication%29\">medium</a> embeds itself in the <a title=\"Message\" href=\"http://en.wikipedia.org/wiki/Message\">message</a>, creating a symbiotic relationship by which the medium influences how the message is perceived.</blockquote>\nAll that is somewhat esoteric...and when McLuhan was writing his observations in 1964,  the new frontier was television.\n\nTelevision may or may not be on the decline, but we are definitely in a world where the Internet and social media are our mass communication media.\n\nI came across an article by Jeremy Porter, on his blog Jounalistics, entitled \"<a href=\"http://blog.journalistics.com/2012/are-blog-posts-better-than-press-releases/\" target=\"_blank\">Are Blog Posts Better Than Press Releases</a>?\" Now, I am a huge fan of blogging and blogs, but I don\'t think blogs are \"better\" than any other form of communication. However, blogs may be <em>better suited</em> to some types of communication.\n\nIn my opinion, there is no hierarchy among the media (this one is better than that one) but rather there is a \"right-er\" medium for the message. For instance, if your message is short and ephemeral (an observation, a quick update about stats, etc.) then you best medium may be Twitter. If your message is long and requires complicated explanations, perhaps the best medium is a white paper.  If your message is newsworthy, and you want to get out to journalists, then you may decide to employ a press release.\n\nChoosing which media to use is your job as a communicator. If you don\'t understand the differences between media, then you are going to have a hard time communicating your message to its target audience.\n\nWhat are your thoughts? Is there a medium that can be used for all messages? Is there a better medium? Let me know in the commnet.','The medium and the message','','inherit','open','open','','1720-revision','','','2012-06-19 13:03:44','2012-06-19 13:03:44','',1720,'http://deborahbrody.com/2012/06/1720-revision/',0,'revision','',0),
(1722,4,'2012-06-19 13:09:50','2012-06-19 13:09:50','You may remember the famous line by Marshall McLuhan:\n<blockquote>The medium is the message.</blockquote>\nWhat does that mean? According to Wikipedia:\n<blockquote>meaning that the form of a <a title=\"Media (communication)\" href=\"http://en.wikipedia.org/wiki/Media_%28communication%29\">medium</a> embeds itself in the <a title=\"Message\" href=\"http://en.wikipedia.org/wiki/Message\">message</a>, creating a symbiotic relationship by which the medium influences how the message is perceived.</blockquote>\nAll that is somewhat esoteric...and when McLuhan was writing his observations in 1964,  the new frontier was television.\n\nTelevision may or may not be on the decline, but we are definitely in a world where the Internet and social media are our mass communication media.\n\nI came across an article by Jeremy Porter, on his blog Jounalistics, entitled \"<a href=\"http://blog.journalistics.com/2012/are-blog-posts-better-than-press-releases/\" target=\"_blank\">Are Blog Posts Better Than Press Releases</a>?\" Now, I am a huge fan of blogging and blogs, but I don\'t think blogs are \"better\" than any other form of communication. However, blogs may be <em>better suited</em> to some types of communication.\n\nIn my opinion, there is no hierarchy among the media (this one is better than that one) but rather there is a \"right-er\" medium for the message. For instance:\n<ul>\n	<li>If your message is short and ephemeral (an observation, a quick update, etc.) use <strong>Twitter</strong>.</li>\n	<li>If your message is long and requires complicated explanations, use a<strong> white paper</strong>.</li>\n	<li>If your message is newsworthy, and you want to get out to journalists, use a <strong>press release.</strong></li>\n</ul>\nChoosing which media to use is your job as a communicator. If you don\'t understand the differences between media, then you are going to have a hard time communicating your message to its target audience.\n\nWhat are your thoughts? Is there a medium that can be used for all messages? Is there a better medium? Let me know in the comments.','The medium and the message','','inherit','open','open','','1720-autosave','','','2012-06-19 13:09:50','2012-06-19 13:09:50','',1720,'http://deborahbrody.com/2012/06/1720-autosave/',0,'revision','',0),
(1723,4,'2012-06-19 13:04:40','2012-06-19 13:04:40','You may remember the famous line by Marshall McLuhan:\r\n<blockquote>The medium is the message.</blockquote>\r\nWhat does that mean? According to Wikipedia:\r\n<blockquote>meaning that the form of a <a title=\"Media (communication)\" href=\"http://en.wikipedia.org/wiki/Media_%28communication%29\">medium</a> embeds itself in the <a title=\"Message\" href=\"http://en.wikipedia.org/wiki/Message\">message</a>, creating a symbiotic relationship by which the medium influences how the message is perceived.</blockquote>\r\nAll that is somewhat esoteric...and when McLuhan was writing his observations in 1964,  the new frontier was television.\r\n\r\nTelevision may or may not be on the decline, but we are definitely in a world where the Internet and social media are our mass communication media.\r\n\r\nI came across an article by Jeremy Porter, on his blog Jounalistics, entitled \"<a href=\"http://blog.journalistics.com/2012/are-blog-posts-better-than-press-releases/\" target=\"_blank\">Are Blog Posts Better Than Press Releases</a>?\" Now, I am a huge fan of blogging and blogs, but I don\'t think blogs are \"better\" than any other form of communication. However, blogs may be <em>better suited</em> to some types of communication.\r\n\r\nIn my opinion, there is no hierarchy among the media (this one is better than that one) but rather there is a \"right-er\" medium for the message. For instance, if your message is short and ephemeral (an observation, a quick update about stats, etc.) then you best medium may be Twitter. If your message is long and requires complicated explanations, perhaps the best medium is a white paper.  If your message is newsworthy, and you want to get out to journalists, then you may decide to employ a press release.\r\n\r\nChoosing which media to use is your job as a communicator. If you don\'t understand the differences between media, then you are going to have a hard time communicating your message to its target audience.\r\n\r\nWhat are your thoughts? Is there a medium that can be used for all messages? Is there a better medium? Let me know in the comments.','The medium and the message','','inherit','open','open','','1720-revision-2','','','2012-06-19 13:04:40','2012-06-19 13:04:40','',1720,'http://deborahbrody.com/2012/06/1720-revision-2/',0,'revision','',0),
(1724,4,'2011-08-24 16:10:35','2011-08-24 16:10:35','<div id=\"aboutleft\">\r\n<img src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" style=\"margin-right: 20px; margin-bottom: 40px;\">Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.\r\n\r\nPrior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International  University.\r\n\r\nCurrently based in the Washington,  D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n\r\nDeborah is now serving her second year on the board of Washington Women in Public Relations (WWPR), where she chairs the Pro Bono Committee, and has also held positions with the National Arts Marketing Council’s Steering Committee (Miami) and the Jewish Community Relations Council (Miami).\r\n\r\nAn avid reader, Deborah leads a book group that meets monthly to discuss current fiction.\r\n<p style=\"text-align:center; font-size:20px;\"><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work</a></p></div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\"><p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid & Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n</div>\r\n<div id=\"testimonial\"><p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends. </p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2011-08-24 16:10:35','2011-08-24 16:10:35','',18,'http://deborahbrody.com/2011/08/18-revision-42/',0,'revision','',0),
(1727,4,'2012-06-21 13:04:48','2012-06-21 13:04:48','<span style=\"color: #000000;\">It seems that there are lots of people out there who either don\'t know how to use Twitter or don\'t really care.  Their behavior --from ignoring people to being excessively self-promotional-- is just plain obnoxious. \"In real life\" if you engage in obnoxious behavior, people start avoiding you, right?</span>\n\n<span style=\"color: #000000;\">These are a few obnoxious behaviors that you should avoid:\n</span>\n\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Not responding to @ mentions</span>\n\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> Someone is trying to talk to you. In person, would you ignore someone who is speaking to you?</span>\n\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Retweeting every comment that includes a mention of oneself</span>\n\n<span style=\"color: #000000;\"><strong>Why this is obnoxious</strong>: It is clear that you are trying to make sure your followers know that others have mentioned you. In person, what would you think of someone who is constantly saying, things like \"Joe really  likes me, and told me so.\"</span>\n\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Bragging or posting completely self-serving tweets</span>\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> When you are going on (and on and on) about yourself, you are acting as if the world is your echo chamber. <span style=\"text-decoration: underline;\">The only person that benefits from your behavior is you.</span> </span>\n\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Following people but never interacting with them</span>\n\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> If you are interested in following someone, perhaps it is because you enjoy what they share or have to say. When you don\'t COMMUNICATE with that person, you are giving absolutely no reason why that person should follow you or value your follow.</span>\n\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Never interacting with anyone</span>\n\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> Would you go to a party, stand up and start talking and ignore everyone else in the room? Would you show up to a networking event and not speak to anyone? Why are you there? Presumably, you are there because you want to speak with other people--not to or at them.</span>\n\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Scheduling Tweets</span>\n\n<span style=\"color: #000000;\"><strong>Why this obnoxious::</strong> When you schedule Tweets you are using Twitter as a place to dump information rather than a place to interact with people. It takes the social out of social media. </span>\n\n<span style=\"color: #000000;\">What obnoxious behavior have you encountered on Twitter?</span>\n\n&nbsp;','How to use Twitter and not be obnoxious','','inherit','open','open','','1726-revision','','','2012-06-21 13:04:48','2012-06-21 13:04:48','',1726,'http://deborahbrody.com/2012/06/1726-revision/',0,'revision','',0),
(1728,4,'2012-06-21 13:15:07','2012-06-21 13:15:07','<span style=\"color: #000000;\">It seems that there are lots of people out there who either don\'t know how to use Twitter or don\'t really care.  Their behavior --from ignoring people to being excessively self-promotional-- is just plain obnoxious. \"In real life\" if you engage in obnoxious behavior, people start avoiding you, right?</span>\n\n<span style=\"color: #000000;\">These are a few obnoxious behaviors that you should avoid:\n</span>\n\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Not responding to @ mentions</span>\n\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> Someone is trying to talk to you. In person, would you ignore someone who is speaking to you?</span>\n\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Retweeting every comment that includes a mention of you</span>\n\n<span style=\"color: #000000;\"><strong>Why this is obnoxious</strong>: It is clear that you are trying to make sure your followers know that others have mentioned you. In person, what would you think of someone who is constantly saying, things like \"Joe really  likes me, and told me so.\"</span>\n\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Bragging or posting completely self-serving tweets</span>\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> When you are going on (and on and on) about yourself, you are acting as if the world is your echo chamber. <span style=\"text-decoration: underline;\">The only person that benefits from your behavior is you.</span> </span>\n\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Following people but <span style=\"text-decoration: underline;\">never</span> interacting with them</span>\n\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> If you are interested in following someone, perhaps it is because you enjoy what they share or have to say. When you don\'t COMMUNICATE with that person, you are giving absolutely no reason why that person should follow you or value your follow.</span>\n\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Never interacting with anyone at all\n</span>\n\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> Would you go to a party, stand up and start talking and ignore everyone else in the room? Would you show up to a networking event and not speak to anyone? Why are you there? Presumably, you are there because you want to speak with other people--not to or at them.</span>\n\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Scheduling Tweets</span>\n\n<span style=\"color: #000000;\"><strong>Why this obnoxious::</strong> When you schedule Tweets you are using Twitter as a place to dump information rather than a place to interact with people. It takes the social out of social media. </span>\n\n<strong>Behavior</strong>: Automatically Tweeting your check-ins\n\n<strong>Why this is obnoxious:</strong> Do you walk around announcing yourself everywhere you go? \"Hi, I am at the corner of Main and Elm. Hi, now I am dropping my clothes at the dry cleaners. Hi, now I am stopping at the drugstore for my seizure medication.  Hi, now I am picking lint off my jacket while standing on line at Starbucks.\"\n\nIf you don\'t want to be obnoxious on Twitter, think whether you would do those things if you were to see your \"Tweeps\" in person. It really is that simple.\n\n<span style=\"color: #000000;\">What obnoxious behavior have you encountered on Twitter?</span>\n\n&nbsp;','How to use Twitter and not be obnoxious','','inherit','open','open','','1726-autosave','','','2012-06-21 13:15:07','2012-06-21 13:15:07','',1726,'http://deborahbrody.com/2012/06/1726-autosave/',0,'revision','',0),
(1729,4,'2012-06-21 13:05:00','2012-06-21 13:05:00','<span style=\"color: #000000;\">It seems that there are lots of people out there who either don\'t know how to use Twitter or don\'t really care.  Their behavior --from ignoring people to being excessively self-promotional-- is just plain obnoxious. \"In real life\" if you engage in obnoxious behavior, people start avoiding you, right?</span>\r\n\r\n<span style=\"color: #000000;\">These are a few obnoxious behaviors that you should avoid:\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Not responding to @ mentions</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> Someone is trying to talk to you. In person, would you ignore someone who is speaking to you?</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Retweeting every comment that includes a mention of oneself</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious</strong>: It is clear that you are trying to make sure your followers know that others have mentioned you. In person, what would you think of someone who is constantly saying, things like \"Joe really  likes me, and told me so.\"</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Bragging or posting completely self-serving tweets</span>\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> When you are going on (and on and on) about yourself, you are acting as if the world is your echo chamber. <span style=\"text-decoration: underline;\">The only person that benefits from your behavior is you.</span> </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior</strong>: Following people but never interacting with them</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> If you are interested in following someone, perhaps it is because you enjoy what they share or have to say. When you don\'t COMMUNICATE with that person, you are giving absolutely no reason why that person should follow you or value your follow.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Never interacting with anyone</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this is obnoxious:</strong> Would you go to a party, stand up and start talking and ignore everyone else in the room? Would you show up to a networking event and not speak to anyone? Why are you there? Presumably, you are there because you want to speak with other people--not to or at them.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Behavior:</strong> Scheduling Tweets</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Why this obnoxious::</strong> When you schedule Tweets you are using Twitter as a place to dump information rather than a place to interact with people. It takes the social out of social media. </span>\r\n\r\n<span style=\"color: #000000;\">What obnoxious behavior have you encountered on Twitter?</span>\r\n\r\n&nbsp;','How to use Twitter and not be obnoxious','','inherit','open','open','','1726-revision-2','','','2012-06-21 13:05:00','2012-06-21 13:05:00','',1726,'http://deborahbrody.com/2012/06/1726-revision-2/',0,'revision','',0),
(1731,4,'2012-07-24 14:46:35','0000-00-00 00:00:00','You have a network: a good amount of people are in your LinkedIn, Facebook, Twitter circles, and you know most of them in person. Right? You interact with most of them, if only to \"like\" their status, or comment on their promotions, right? On Twitter, you retweet stuff, right?\n\nNo?\n\nIf you aren\'t interacting with your network regularly in some semi-meaningful way, you are neglecting this very valuable group of people. And people that you neglect aren\'t really going to be there for you when you need them.\n\nI just received a note from someone who has not NEEDED my input for some time, and thus, hasn\'t been heard from. But now, she needs me again.  Her business is up for an award and she needs my vote. Actually, she needs lots of votes.  So she is begging for me and all her other contacts to vote.\n\nI can\'t speak for her other contacts, but I don\'t have a reason to do anything for her. She is an opportunistic networker--using the network she has only when it is opportune for her. Somehow, I doubt if I were to ask her for a favor, whether she would comply. She would most likely ignore me, since there is no opportunity for her to','Are you opportunistic about your network?','','draft','open','open','','','','','2012-07-24 14:46:35','2012-07-24 14:46:35','',0,'http://deborahbrody.com/?p=1731',0,'post','',0),
(1732,4,'2012-06-27 14:23:26','2012-06-27 14:23:26','You have a network: a good amount of people are in your LinkedIn, Facebook, Twitter circles, and you know most of them in person. Right? You interact with most of them, if only to \"like\" their status, or comment on their promotions, right? On Twitter, you retweet stuff, right?\n\nNo?\n\nIf you aren\'t interacting with your network regularly in some semi-meaningful way, you are neglecting this very valuable group of people. And people that you neglect aren\'t really going to be there for you when you need them.\n\nI just received a note from someone who has not NEEDED my input for some time, and thus, hasn\'t been heard from. But now, she needs me again.  Her business is up for an award and she needs my vote. Actually, she needs lots of votes.  So she is begging for me and all her other contacts to vote.\n\nI can\'t speak for her other contacts, but I don\'t have a reason to do anything for her. She is an opportunistic networker--using the network she has only when it is opportune for her. Somehow, I doubt if I were to ask her for a favor, whether she would comply. She would most likely ignore me, since there is no opportunity for her to','Are you opportunistic about your network?','','inherit','open','open','','1731-revision','','','2012-06-27 14:23:26','2012-06-27 14:23:26','',1731,'http://deborahbrody.com/2012/06/1731-revision/',0,'revision','',0),
(1753,4,'2012-07-19 19:28:43','2012-07-19 19:28:43','The other day I had a conversation with a neighbor. She\'s renovating her house and she mentioned that one of her big problems is mildew. I asked whether she has a dehumidifier. And, you guessed it, she does not. If you have humidity, which leads to mildew, then do something about it.\r\n\r\nThere are many people out there who know exactly what the problem is, but many of them don\'t find a solution. I am sure you have experience with this situation. For instance, how many people have you met who complain of having headaches or stomach issues or fatigue (and I mean on an ongoing basis), yet don\'t go to the doctor?\r\n\r\nHow many companies or organizations know they have a customer communications problem, yet don\'t update their website, survey their members, create a new brochure, train front line employees or whatever it takes to remedy the situation?\r\n\r\nAwareness is important, but action is the only way to move forward.','Knowing the problem is not enough','','publish','open','open','','knowing-the-problem-is-not-enough','','','2012-07-19 19:28:43','2012-07-19 19:28:43','',0,'http://deborahbrody.com/?p=1753',0,'post','',0),
(1734,4,'2012-06-28 17:28:05','2012-06-28 17:28:05','It\'s somewhat ironic, but I haven\'t been blogging much this week because I have been working on the details for a blogging workshop!\r\n\r\nIf you or someone you know is in the Metro DC area and wants to learn how to more easily write blog posts, find topics and inspiration, make your headline more appealing and get your blog going, you may want to come to my <a href=\"http://learntowriteyourblog.eventbrite.com/\" target=\"_blank\">\"How to write your blog: A hands-on workshop.\" </a>\r\n\r\nThe workshop is taking place on Tuesday, July 31, starting at 9:30 a.m. at the Silver Spring Civic Center (which has plenty of parking nearby and is a few blocks from the Silver Spring Metro stop), in the Colesville Room.  The cost is $75 for the three hour session, (and will include refreshments).\r\n\r\nYou will leave the session with a ready-to-publish blog post, blog post ideas, lists of keywords and categories for your blog, and lots of other useful information that will make blogging easier for you.\r\n\r\nIf you have any questions, let me know in the comments.\r\n\r\n&nbsp;','Want to learn how to blog?','','publish','open','open','','want-to-learn-how-to-blog','','','2012-06-28 17:28:05','2012-06-28 17:28:05','',0,'http://deborahbrody.com/?p=1734',0,'post','',0),
(1735,4,'2012-06-28 17:26:29','2012-06-28 17:26:29','It\'s somewhat ironic, but I haven\'t been blogging much this week because I have been working on the details for a blogging workshop!\n\nIf you or someone you know is in the Metro DC area and wants to learn how to more easily write blog posts, find topics and inspiration, make your headline more appealing and get your blog going, you may want to come to my <a href=\"http://learntowriteyourblog.eventbrite.com/\" target=\"_blank\">\"How to write your blog: A hands-on workshop.\" </a>\n\nThe workshop is taking place on Tuesday, July 31, starting at 9:30 a.m. at the Silver Spring Civic Center (which has plenty of parking nearby and is a few blocks from the Silver Spring Metro stop), in the Colesville Room.  The cost is $75 for the three hour session, (and will include refreshments).\n\nYou will leave the session with a ready-to-publish blog post, blog post ideas, lists of keywords and categories for your blog, and lots of other useful information that will make blogging easier for you.\n\nIf you have any questions, let me know in the comments.\n\n&nbsp;','Want to learn how to blog?','','inherit','open','open','','1734-revision','','','2012-06-28 17:26:29','2012-06-28 17:26:29','',1734,'http://deborahbrody.com/2012/06/1734-revision/',0,'revision','',0),
(1736,4,'2012-06-28 17:26:53','2012-06-28 17:26:53','It\'s somewhat ironic, but I haven\'t been blogging much this week because I have been working on the details for a blogging workshop!\r\n\r\nIf you or someone you know is in the Metro DC area and wants to learn how to more easily write blog posts, find topics and inspiration, make your headline more appealing and get your blog going, you may want to come to my <a href=\"http://learntowriteyourblog.eventbrite.com/\" target=\"_blank\">\"How to write your blog: A hands-on workshop.\" </a>\r\n\r\nThe workshop is taking place on Tuesday, July 31, starting at 9:30 a.m. at the Silver Spring Civic Center (which has plenty of parking nearby and is a few blocks from the Silver Spring Metro stop), in the Colesville Room.  The cost is $75 for the three hour session, (and will include refreshments).\r\n\r\nYou will leave the session with a ready-to-publish blog post, blog post ideas, lists of keywords and categories for your blog, and lots of other useful information that will make blogging easier for you.\r\n\r\nIf you have any questions, let me know in the comments.\r\n\r\n&nbsp;','Want to learn how to blog?','','inherit','open','open','','1734-revision-2','','','2012-06-28 17:26:53','2012-06-28 17:26:53','',1734,'http://deborahbrody.com/2012/06/1734-revision-2/',0,'revision','',0),
(1737,4,'2012-06-28 17:29:09','2012-06-28 17:29:09','It\'s somewhat ironic, but I haven\'t been blogging much this week because I have been working on the details for a blogging workshop!\n\nIf you or someone you know is in the Metro DC area and wants to learn how to more easily write blog posts, find topics and inspiration, make your headline more appealing and get your blog going, you may want to come to my <a href=\"http://learntowriteyourblog.eventbrite.com/\" target=\"_blank\">\"How to write your blog: A hands-on workshop.\" </a>\n\nThe workshop is taking place on Tuesday, July 31, starting at 9:30 a.m. at the Silver Spring Civic Center (which has plenty of parking nearby and is a few blocks from the Silver Spring Metro stop), in the Colesville Room.  The cost is $75 for the three hour session, (and will include refreshments).\n\nYou will leave the session with a ready-to-publish blog post, blog post ideas, lists of keywords and categories for your blog, and lots of other useful information that will make blogging easier for you.\n\nIf you have any questions, let me know in the comments.\n\n&nbsp;','Want to learn how to blog?','','inherit','open','open','','1734-autosave','','','2012-06-28 17:29:09','2012-06-28 17:29:09','',1734,'http://deborahbrody.com/2012/06/1734-autosave/',0,'revision','',0),
(1739,4,'2012-07-03 13:51:26','2012-07-03 13:51:26','Maryland, Virginia and DC were hit hard last Friday night by a storm called a Derecho. It came straight at us with winds clocked at 70 miles per hour, lightning and rain, all which brought down branches and even whole tree.  My house shook, the lights flickered, and then the power went out. I got out flashlight and immediately called Pepco. The initial message said crews were being assigned and I should have power restored by midnight. When I called the next 15 times, I got the same message each time: Crews would be assigned shortly.\n\nMeanwhile, a million electric customers in the region were also without power, also not getting answers from their utilities. Intersections were dark and tempers were frayed--because not only was there no power, but record-breaking heat and humidity. I decamped to my local Cosi, which thankfully had power, coffee and free Wi-Fi. Pepco\'s website informed me that the more than 1000 customers in my section did not have an estimated restoration time. By Sunday, after Pepco finished surveying the damage, it announced a \"global estimated restoration time\" of Friday, July 6 at 11 pm (yes, a whole week later).\n\nNow, Pepco has been running an ad campaign for the past several months. Here\'s a sample:\n<iframe src=\"http://www.youtube.com/embed/ZD_3mOq1DnM\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\n\nNotice the message: Pepco is working hard to improve its reliability.\n\nBut is Pepco doing enough? After this fiasco, the answer seems to be no.\n\nYesterday, Marc Fisher from the Washington Post called me because he had seen my previous <a title=\"How to become the most hated company\" href=\"http://deborahbrody.com/2011/07/how-to-become-the-most-hated-company/\" target=\"_blank\">blog posts </a>on Pepco. He asked me what I would recommend that Pepco do, communications-wise. Should they not advertise? I am not sure what the answer is. I do know that a commercial like the one above does not ring true, and I will bet that the ad gets taken off the air. Perhaps the best course for Pepco is to invest its ad budget into infrastructure, and when it has made REAL, significant improvements, then have a PR campaign to inform its public about what exactly has been done. Just a thought.\n\nHere\'s Marc Fisher\'s article: <a href=\"http://www.washingtonpost.com/local/for-pepco-customers-without-power-frustration-grows-four-days-after-storm/2012/07/02/gJQAJ0vQJW_story.html\" target=\"_blank\">For Pepco customers still without power, patience wears thin</a>.\n\nYes, Pepco\'s work still does continue--and it should work harder!\n\n&nbsp;','Working hard or hardly working? Pepco strikes again','','inherit','open','open','','1738-revision','','','2012-07-03 13:51:26','2012-07-03 13:51:26','',1738,'http://deborahbrody.com/2012/07/1738-revision/',0,'revision','',0),
(1740,4,'2012-07-03 13:52:13','2012-07-03 13:52:13','Maryland, Virginia and DC were hit hard last Friday night by a storm called a Derecho. It came straight at us with winds clocked at 70 miles per hour, lightning and rain, all which brought down branches and even whole tree.  My house shook, the lights flickered, and then the power went out. I got out flashlight and immediately called Pepco. The initial message said crews were being assigned and I should have power restored by midnight. When I called the next 15 times, I got the same message each time: Crews would be assigned shortly.\r\n\r\nMeanwhile, a million electric customers in the region were also without power, also not getting answers from their utilities. Intersections were dark and tempers were frayed--because not only was there no power, but record-breaking heat and humidity. I decamped to my local Cosi, which thankfully had power, coffee and free Wi-Fi. Pepco\'s website informed me that the more than 1000 customers in my section did not have an estimated restoration time. By Sunday, after Pepco finished surveying the damage, it announced a \"global estimated restoration time\" of Friday, July 6 at 11 pm (yes, a whole week later).\r\n\r\nNow, Pepco has been running an ad campaign for the past several months. Here\'s a sample:\r\n<iframe src=\"http://www.youtube.com/embed/ZD_3mOq1DnM\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\r\n\r\nNotice the message: Pepco is working hard to improve its reliability.\r\n\r\nBut is Pepco doing enough? After this fiasco, the answer seems to be no.\r\n\r\nYesterday, Marc Fisher from the Washington Post called me because he had seen my previous <a title=\"How to become the most hated company\" href=\"http://deborahbrody.com/2011/07/how-to-become-the-most-hated-company/\" target=\"_blank\">blog posts </a>on Pepco. He asked me what I would recommend that Pepco do, communications-wise. Should they not advertise? I am not sure what the answer is. I do know that a commercial like the one above does not ring true, and I will bet that the ad gets taken off the air. Perhaps the best course for Pepco is to invest its ad budget into infrastructure, and when it has made REAL, significant improvements, then have a PR campaign to inform its public about what exactly has been done. Just a thought.\r\n\r\nHere\'s Marc Fisher\'s article: <a href=\"http://www.washingtonpost.com/local/for-pepco-customers-without-power-frustration-grows-four-days-after-storm/2012/07/02/gJQAJ0vQJW_story.html\" target=\"_blank\">For Pepco customers still without power, patience wears thin</a>.\r\n\r\nYes, Pepco\'s work still does continue--and it should work harder!\r\n\r\n&nbsp;','Working hard or hardly working? Pepco strikes again','','inherit','open','open','','1738-revision-2','','','2012-07-03 13:52:13','2012-07-03 13:52:13','',1738,'http://deborahbrody.com/2012/07/1738-revision-2/',0,'revision','',0),
(1747,4,'2012-07-16 20:53:32','2012-07-16 20:53:32','Last week, I wrote about an <a title=\"Pepco truly believes advertising is the answer\" href=\"http://deborahbrody.com/2012/07/pepco-truly-believes-advertising-is-the-answer/\" target=\"_blank\">ad campaign Pepco is currently running</a> (there have been at least two or three more of the same ad I mentioned) in the Washington Post.  Today, I noticed a full page ad on the back page of Section A in the Post, by Dominion Power (which services parts of Virginia and which had a million or so customers without power).\r\n\r\nBecause of the size of Dominion\'s ad, here it is scanned in  two parts:\r\n\r\n[gallery]\r\n\r\n&nbsp;\r\n\r\nNotice anything? Dominion ACKNOWLEDGES the problem, and focuses on their customers. There is no apology here either, but there is a more human touch to this ad than Pepco\'s. Both Pepco and Dominion say the same thing -- the storm was devastating and the circumstances were challenging--but with different sentiment.\r\n\r\nI believe that all marketing communications reflect a company\'s corporate culture. Some companies are more formal, some are more humane and some are more playful or fun. Some companies--think law firms--are all about formality and adherence to strict protocols. These companies will usually have dress codes and rigid standards of conduct. Their advertising/communications will also be formal and rigid. Other companies--think entertainment--are more relaxed. Their advertising is generally more creative.\r\n\r\nWTOP (news radio here in Washington) hosted an incredible session last week with eight utility executives. Each company had suffered power losses from the derecho storm. They all said similar things--the storm was unexpected, they weren\'t prepared, tree trimming would not have helped since whole trees came down and burying power lines is very expensive. What was different amongst them was the tone. Dominion\'s executive said almost the same thing Pepco\'s Tom Graham said, but he said it without the condescension. He acknowledged how hard it was for the customers--Graham was concerned with his talking point (\"reliability\") and with making excuses.\r\n\r\nYou can see the difference in corporate culture in Pepco\'s advertising versus Dominion\'s. Dominion is more down to earth, whereas Pepco doesn\'t seem to understand that \"customers\" are people.  Pepco is more formal, more wordy. Dominion was inclusive (\"Storms can tear things apart, but they can also bring us together) while Pepco was divisive (We were tested and we responded). For Dominion, there\'s an attempt at solidarity with customers.\r\n\r\nWhat do you think? Do you think these ads reflect different corporate cultures and priorities?','Dominion vs. Pepco: How ads reflect corporate culture','','publish','open','open','','dominion-vs-pepco-how-ads-reflect-corporate-culture','','\nhttp://deborahbrody.com/2012/07/pepco-truly-believes-advertising-is-the-answer/','2012-07-16 20:53:32','2012-07-16 20:53:32','',0,'http://deborahbrody.com/?p=1747',0,'post','',0),
(1743,4,'2012-07-10 17:05:42','2012-07-10 17:05:42','After eight or more days, Pepco finally restored power to everyone that had lost it. And the company finally got back  to advertising how hard it is working to be reliable. This morning, I came across a three-quarter page ad in the Washington Post. It was too large for my scanner to make the whole thing into a PDF but here is the portion I was able to scan:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2012/07/Pepco-ad-71012.jpg\"><img class=\"aligncenter size-medium wp-image-1744\" title=\"Pepco ad 71012\" src=\"http://deborahbrody.com/wp-content/uploads/2012/07/Pepco-ad-71012-215x300.jpg\" alt=\"\" width=\"215\" height=\"300\" /></a><strong>Notice the headline: We Were Tested. And We Responded.</strong>\r\n\r\nIn the ad, Pepco claims it prioritized and mobilized crews. The ad says: \"Even with all the destruction, we beat our original global estimated time of restoration by two days...\"\r\n\r\nApparently, this ad is designed to convince customers that Pepco not only did what it is meant to do (provide power) but was able to restore power much quicker than it promised. (By the way, this is an old sales trick: tell the customer that you won\'t be able to do something until a certain date, and then deliver early, making yourself look good.)  As if this is any consolation to the thousands of people who spent the last week trying to deal with excessive heat, throwing out spoiled food and spending out-of-pocket to stay in hotels and eat in restaurants.\r\n\r\nThe ad also says \"We are stronger and more reliable-but no amount of strengthening to our system could have withstood a  storm of this magnitude.\"\r\n\r\nWhat Pepco is doing with that sentence is making excuses. I don\'t think people were as upset with the initial loss of power from \"a storm of this magnitude\" but with how long it took power to be restored, coupled with completely abysmal communications.\r\n\r\nOh but this ad is not all about chest-thumping. No. It is also to say \"Thank you to our customers who remained patient while we worked around the clock to restore service.\" And also to thank its partners, employees, and indeed itself for \"performance that beat our own expectation and was in line with our peers\' response to the storm.\"\r\n\r\nPepco concludes that it will continue to \"enhance our reliability, work hard to restore power when storms come again, and keep our customers informed of our progress every step of the way.\"\r\n\r\nWow. Just wow.\r\n\r\nImagine if Pepco had engaged in some community and public relations work instead. For example, Pepco could have sponsored some cooling centers or handed out water and ice. Or what if the company sounded genuinely sorry for the situation its customers were facing? Instead, it seems that Pepco believes that if it tells people what it wants them to believe, then those people will simply believe it.\r\n\r\nAnd again Pepco forgets that people have first-hand experiences to guide their decisions. Most people who called Pepco to report outages or get updates got no information or the wrong information. People who were able to access the Pepco website also were unable to get information. And then there is the reality that most people that lost power waited for at least two to five days to get it back. And that those days were during an almost unprecedented heat wave.\r\n\r\nI am not sure who handles communications at Pepco, or who thought that making excuses and spinning the situation is a way to get customers on your side, but that person or persons should perhaps take a break from doing advertising. Advertising, especially something so unapologetic and self-serving as this particular ad is, is not the solution to fixing Pepco\'s image.\r\n\r\nPepco is spending millions of dollars on advertising to rehabilitate its image and it is not working.  Every dollar more that goes into advertising, especially something like the ad above, is actually proving how out of touch this company is, how little it understands its customers and how even less it seems to care.\r\n\r\nIf you felt the need to run advertising, why not run an ad that said something simple like:\r\n\r\nThanks to our customers for your patience. Thanks to our staff for your hard work.\r\n\r\nor\r\n\r\nWe are happy that power has been restored to all our customers, and we sincerely regret the major inconvenience. We promise to do better.\r\n\r\nBut no, we won\'t see any humility or apologies from Pepco. Instead, we will see it ask for rate increases and blame everything from God to the weather for its inability to communicate properly and work efficiently.\r\n\r\n&nbsp;','Pepco truly believes advertising is the answer','','publish','open','open','','pepco-truly-believes-advertising-is-the-answer','','','2012-07-10 17:05:42','2012-07-10 17:05:42','',0,'http://deborahbrody.com/?p=1743',0,'post','',1),
(1744,4,'2012-07-10 16:32:38','2012-07-10 16:32:38','Pepco ad in July 10 2012 Washington Post','Pepco ad 71012','','inherit','open','open','','pepco-ad-71012','','','2012-07-10 16:32:38','2012-07-10 16:32:38','',1743,'http://deborahbrody.com/wp-content/uploads/2012/07/Pepco-ad-71012.jpg',0,'attachment','image/jpeg',0),
(1745,4,'2012-07-10 17:01:47','2012-07-10 17:01:47','After eight or more days, Pepco finally restored power to everyone that had lost it. And the company finally got back  to advertising how hard it is working to be reliable. This morning, I came across a three-quarter page ad in the Washington Post. It was too large for my scanner to make the whole thing into a PDF but here is the portion I was able to scan:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2012/07/Pepco-ad-71012.jpg\"><img class=\"aligncenter size-medium wp-image-1744\" title=\"Pepco ad 71012\" src=\"http://deborahbrody.com/wp-content/uploads/2012/07/Pepco-ad-71012-215x300.jpg\" alt=\"\" width=\"215\" height=\"300\" /></a><strong>Notice the headline: We Were Tested. And We Responded.</strong>\n\nIn the ad, Pepco claims it prioritized and mobilized crews. The ad says: \"Even with all the destruction, we beat our original global estimated time of restoration by two days...\"\n\nApparently, this ad is designed to convince customers that Pepco not only did what it is meant to do (provide power) but was able to restore power much quicker than it promised. (By the way, this is an old sales trick: tell the customer that you won\'t be able to do something until a certain date, and then deliver early, making yourself look good).  As if this is any consolation to the thousands of people who spent the last week trying to deal with excessive heat, throwing out spoiled food and spending out-of-pocket to stay in hotels and eat in restaurants.\n\nThe ad also says \"We are stronger and more reliable-but no amount of strengthening to our system could have withstood a  storm of this magnitude.\"\n\nWhat Pepco is doing with that sentence is making excuses. I don\'t think people were as upset with the initial loss of power from \"a storm of this magnitude\" but with how long it took power to be restored, coupled with completely abysmal communications.\n\nOh but this ad is not all about chest-thumping. No. It is also to say \"Thank you to our customers who remained patient while we worked around the clock to restore service.\" And also to thank its partners, employees, and indeed itself for \"performance that beat our own expectation and was in line with our peers\' response to the storm.\"\n\nPepco concludes that it will continue to \"enhance our reliability, work hard to restore power when storms come again, and keep our customers informed of our progress every step of the way.\"\n\nWow. Just wow.\n\nImagine if Pepco had engaged in some community and public relations work instead. For example, Pepco could have sponsored some cooling centers or handed out water and ice. Or what if the company sounded genuinely sorry for the situation its customers were facing? Instead, it seems that Pepco believes that if it tells people what it wants them to believe, then those people will simply believe it.\n\nAnd again Pepco forgets that people have first-hand experiences to guide their decisions. Most people who called Pepco to report outages or get updates got no information or the wrong information. People who were able to access the Pepco website also were unable to get information. And then there is the reality that most people that lost power waited for at least two to five days to get it back. And that those days were during an almost unprecedented heat wave.\n\nI am not sure who handles communications at Pepco, or who thought that making excuses and spinning the situation is a way to get customers on your side, but that person or persons should perhaps take a break from doing advertising. Advertising, especially something so unapologetic and self-serving as this particular ad is, is not the solution to fixing Pepco\'s image.\n\nPepco is spending millions of dollars on advertising to rehabilitate its image and it is not working.  Every dollar more that goes into advertising, especially something like the ad above, is actually proving how out of touch this company is, how little it understands its customers and how even less it seems to care.\n\nIf you felt the need to run advertising, why not run an ad that said something simple like:\n\nThanks to our customers for your patience. Thanks to our staff for your hard work.\n\nor\n\nWe are happy that power has been restored to all our customers, and we sincerely regret the major inconvenience. We promise to do better.\n\nBut no, we won\'t see any humility or apologies from Pepco. Instead, we will see it ask for rate increases and blame everything from God to the weather for its inability to communicate properly and work efficiently.\n\n&nbsp;','Pepco truly believes advertising is the answer','','inherit','open','open','','1743-revision','','','2012-07-10 17:01:47','2012-07-10 17:01:47','',1743,'http://deborahbrody.com/2012/07/1743-revision/',0,'revision','',0),
(1746,4,'2012-07-10 17:03:58','2012-07-10 17:03:58','After eight or more days, Pepco finally restored power to everyone that had lost it. And the company finally got back  to advertising how hard it is working to be reliable. This morning, I came across a three-quarter page ad in the Washington Post. It was too large for my scanner to make the whole thing into a PDF but here is the portion I was able to scan:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2012/07/Pepco-ad-71012.jpg\"><img class=\"aligncenter size-medium wp-image-1744\" title=\"Pepco ad 71012\" src=\"http://deborahbrody.com/wp-content/uploads/2012/07/Pepco-ad-71012-215x300.jpg\" alt=\"\" width=\"215\" height=\"300\" /></a><strong>Notice the headline: We Were Tested. And We Responded.</strong>\r\n\r\nIn the ad, Pepco claims it prioritized and mobilized crews. The ad says: \"Even with all the destruction, we beat our original global estimated time of restoration by two days...\"\r\n\r\nApparently, this ad is designed to convince customers that Pepco not only did what it is meant to do (provide power) but was able to restore power much quicker than it promised. (By the way, this is an old sales trick: tell the customer that you won\'t be able to do something until a certain date, and then deliver early, making yourself look good).  As if this is any consolation to the thousands of people who spent the last week trying to deal with excessive heat, throwing out spoiled food and spending out-of-pocket to stay in hotels and eat in restaurants.\r\n\r\nThe ad also says \"We are stronger and more reliable-but no amount of strengthening to our system could have withstood a  storm of this magnitude.\"\r\n\r\nWhat Pepco is doing with that sentence is making excuses. I don\'t think people were as upset with the initial loss of power from \"a storm of this magnitude\" but with how long it took power to be restored, coupled with completely abysmal communications.\r\n\r\nOh but this ad is not all about chest-thumping. No. It is also to say \"Thank you to our customers who remained patient while we worked around the clock to restore service.\" And also to thank its partners, employees, and indeed itself for \"performance that beat our own expectation and was in line with our peers\' response to the storm.\"\r\n\r\nPepco concludes that it will continue to \"enhance our reliability, work hard to restore power when storms come again, and keep our customers informed of our progress every step of the way.\"\r\n\r\nWow. Just wow.\r\n\r\nImagine if Pepco had engaged in some community and public relations work instead. For example, Pepco could have sponsored some cooling centers or handed out water and ice. Or what if the company sounded genuinely sorry for the situation its customers were facing? Instead, it seems that Pepco believes that if it tells people what it wants them to believe, then those people will simply believe it.\r\n\r\nAnd again Pepco forgets that people have first-hand experiences to guide their decisions. Most people who called Pepco to report outages or get updates got no information or the wrong information. People who were able to access the Pepco website also were unable to get information. And then there is the reality that most people that lost power waited for at least two to five days to get it back. And that those days were during an almost unprecedented heat wave.\r\n\r\nI am not sure who handles communications at Pepco, or who thought that making excuses and spinning the situation is a way to get customers on your side, but that person or persons should perhaps take a break from doing advertising. Advertising, especially something so unapologetic and self-serving as this particular ad is, is not the solution to fixing Pepco\'s image.\r\n\r\nPepco is spending millions of dollars on advertising to rehabilitate its image and it is not working.  Every dollar more that goes into advertising, especially something like the ad above, is actually proving how out of touch this company is, how little it understands its customers and how even less it seems to care.\r\n\r\nIf you felt the need to run advertising, why not run an ad that said something simple like:\r\n\r\nThanks to our customers for your patience. Thanks to our staff for your hard work.\r\n\r\nor\r\n\r\nWe are happy that power has been restored to all our customers, and we sincerely regret the major inconvenience. We promise to do better.\r\n\r\nBut no, we won\'t see any humility or apologies from Pepco. Instead, we will see it ask for rate increases and blame everything from God to the weather for its inability to communicate properly and work efficiently.\r\n\r\n&nbsp;','Pepco truly believes advertising is the answer','','inherit','open','open','','1743-revision-2','','','2012-07-10 17:03:58','2012-07-10 17:03:58','',1743,'http://deborahbrody.com/2012/07/1743-revision-2/',0,'revision','',0),
(1748,4,'2012-07-16 20:30:15','2012-07-16 20:30:15','','Dominion 2','','inherit','open','open','','dominion-2','','','2012-07-16 20:30:15','2012-07-16 20:30:15','',1747,'http://deborahbrody.com/wp-content/uploads/2012/07/Dominion-2.jpg',0,'attachment','image/jpeg',0),
(1749,4,'2012-07-16 20:30:22','2012-07-16 20:30:22','','Dominion 1','','inherit','open','open','','dominion-1','','','2012-07-16 20:30:22','2012-07-16 20:30:22','',1747,'http://deborahbrody.com/wp-content/uploads/2012/07/Dominion-1.jpg',0,'attachment','image/jpeg',0),
(1750,4,'2012-07-16 20:52:03','2012-07-16 20:52:03','Last week, I wrote about an <a title=\"Pepco truly believes advertising is the answer\" href=\"http://deborahbrody.com/2012/07/pepco-truly-believes-advertising-is-the-answer/\" target=\"_blank\">ad campaign Pepco is currently running</a> (there have been at least two or three more of the same ad I mentioned) in the Washington Post.  Today, I noticed a full page ad on the back page of Section A in the Post, by Dominion Power (which services parts of Virginia and which had a million or so customers without power).\n\nBecause of the size of Dominion\'s ad, here it is scanned in  two parts:\n\n[gallery]\n\n&nbsp;\n\nNotice anything? Dominion ACKNOWLEDGES the problem, and focuses on their customers. There is no apology here either, but there is a more human touch to this ad than Pepco\'s. Both Pepco and Dominion say the same thing -- the storm was devastating and the circumstances were challenging--but with different sentiment.\n\nI believe that all marketing communications reflect a company\'s corporate culture. Some companies are more formal, some are more humane and some are more playful or fun. Some companies--think law firms--are all about formality and adherence to strict protocols. These companies will usually have dress codes and rigid standards of conduct. Their advertising/communications will also be formal and rigid. Other companies--think entertainment--are more relaxed. Their advertising is generally more creative.\n\nWTOP (news radio here in Washington) hosted an incredible session last week with eight utility executives. Each company had suffered power losses from the derecho storm. They all said similar things--the storm was unexpected, they weren\'t prepared, tree trimming would not have helped since whole trees came down and burying power lines is very expensive. What was different amongst them was the tone. Dominion\'s executive said almost the same thing Pepco\'s Tom Graham said, but he said it without the condescension. He acknowledged how hard it was for the customers--Graham was concerned with his talking point (\"reliability\") and with making excuses.\n\nYou can see the difference in corporate culture in Pepco\'s advertising versus Dominion\'s. Dominion is more down to earth, whereas Pepco doesn\'t seem to understand that \"customers\" are people.  Pepco is more formal, more wordy. Dominion was inclusive (\"Storms can tear things apart, but they can also bring us together) while Pepco was divisive (We were tested and we responded). For Dominion, there\'s an attempt at solidarity with customers.\n\nWhat do you think? Do you think these ads reflect different corporate cultures and priorities?','Dominion vs. Pepco: How ads reflect corporate culture','','inherit','open','open','','1747-revision','','','2012-07-16 20:52:03','2012-07-16 20:52:03','',1747,'http://deborahbrody.com/2012/07/1747-revision/',0,'revision','',0),
(1752,4,'2012-07-16 20:52:18','2012-07-16 20:52:18','Last week, I wrote about an <a title=\"Pepco truly believes advertising is the answer\" href=\"http://deborahbrody.com/2012/07/pepco-truly-believes-advertising-is-the-answer/\" target=\"_blank\">ad campaign Pepco is currently running</a> (there have been at least two or three more of the same ad I mentioned) in the Washington Post.  Today, I noticed a full page ad on the back page of Section A in the Post, by Dominion Power (which services parts of Virginia and which had a million or so customers without power).\r\n\r\nBecause of the size of Dominion\'s ad, here it is scanned in  two parts:\r\n\r\n[gallery]\r\n\r\n&nbsp;\r\n\r\nNotice anything? Dominion ACKNOWLEDGES the problem, and focuses on their customers. There is no apology here either, but there is a more human touch to this ad than Pepco\'s. Both Pepco and Dominion say the same thing -- the storm was devastating and the circumstances were challenging--but with different sentiment.\r\n\r\nI believe that all marketing communications reflect a company\'s corporate culture. Some companies are more formal, some are more humane and some are more playful or fun. Some companies--think law firms--are all about formality and adherence to strict protocols. These companies will usually have dress codes and rigid standards of conduct. Their advertising/communications will also be formal and rigid. Other companies--think entertainment--are more relaxed. Their advertising is generally more creative.\r\n\r\nWTOP (news radio here in Washington) hosted an incredible session last week with eight utility executives. Each company had suffered power losses from the derecho storm. They all said similar things--the storm was unexpected, they weren\'t prepared, tree trimming would not have helped since whole trees came down and burying power lines is very expensive. What was different amongst them was the tone. Dominion\'s executive said almost the same thing Pepco\'s Tom Graham said, but he said it without the condescension. He acknowledged how hard it was for the customers--Graham was concerned with his talking point (\"reliability\") and with making excuses.\r\n\r\nYou can see the difference in corporate culture in Pepco\'s advertising versus Dominion\'s. Dominion is more down to earth, whereas Pepco doesn\'t seem to understand that \"customers\" are people.  Pepco is more formal, more wordy. Dominion was inclusive (\"Storms can tear things apart, but they can also bring us together) while Pepco was divisive (We were tested and we responded). For Dominion, there\'s an attempt at solidarity with customers.\r\n\r\nWhat do you think? Do you think these ads reflect different corporate cultures and priorities?','Dominion vs. Pepco: How ads reflect corporate culture','','inherit','open','open','','1747-revision-2','','','2012-07-16 20:52:18','2012-07-16 20:52:18','',1747,'http://deborahbrody.com/2012/07/1747-revision-2/',0,'revision','',0),
(1754,4,'2012-07-19 19:28:20','2012-07-19 19:28:20','The other day I had a conversation with a neighbor. She\'s renovating her house and she mentioned that one of her big problems is mildew. I asked whether she has a dehumidifier. And, you guessed it, she does not. If you have humidity, which leads to mildew, then do something about it.\n\nThere are many people out there who know exactly what the problem is, but many of them don\'t find a solution. I am sure you have experience with this situation. For instance, how many people have you met who complain of having headaches or stomach issues or fatigue (and I mean on an ongoing basis), yet don\'t go to the doctor?\n\nHow many companies or organizations know they have a customer communications problem, yet don\'t update their website, survey their members, create a new brochure, train front line employees or whatever it takes to remedy the situation?\n\nAwareness is important, but action is the only way to move forward.','Knowing the problem is not enough','','inherit','open','open','','1753-revision','','','2012-07-19 19:28:20','2012-07-19 19:28:20','',1753,'http://deborahbrody.com/2012/07/1753-revision/',0,'revision','',0),
(1755,4,'2012-07-19 19:29:48','2012-07-19 19:29:48','The other day I had a conversation with a neighbor. She\'s renovating her house and she mentioned that one of her big problems is mildew. I asked whether she has a dehumidifier. And, you guessed it, she does not. If you have humidity, which leads to mildew, then do something about it.\n\nThere are many people out there who know exactly what the problem is, but many of them don\'t find a solution. I am sure you have experience with this situation. For instance, how many people have you met who complain of having headaches or stomach issues or fatigue (and I mean on an ongoing basis), yet don\'t go to the doctor?\n\nHow many companies or organizations know they have a customer communications problem, yet don\'t update their website, survey their members, create a new brochure, train front line employees or whatever it takes to remedy the situation?\n\nAwareness is important, but action is the only way to move forward.','Knowing the problem is not enough','','inherit','open','open','','1753-autosave','','','2012-07-19 19:29:48','2012-07-19 19:29:48','',1753,'http://deborahbrody.com/2012/07/1753-autosave/',0,'revision','',0),
(1756,4,'2012-07-23 16:38:54','0000-00-00 00:00:00','Before you solve your problem, you have to be aware of what it is. However, once you are aware, as I said here last week, you have to do something about it.\n\n&nbsp;','How to solve your marcomm problems','','draft','open','open','','','','','2012-07-23 16:38:54','2012-07-23 16:38:54','',0,'http://deborahbrody.com/?p=1756',0,'post','',0),
(1758,4,'2012-07-24 18:22:50','0000-00-00 00:00:00','Or, the 5 Marketing Lessons You Can Learn From Jigsaw Puzzles.\r\n\r\nOn a recent weekend, I spent a few hours putting together a really cool Andy Warhol Flowers 1000 piece puzzle.  While I was doing it, I kept thinking that marketing is really very similar to doing a puzzle. Here\'s why:\r\n\r\n1) You have to see the big picture: All puzzles have a picture of the completed puzzle to guide you. In marketing, you have to be able to envision the end result.\r\n\r\n2) Always start with the edge: In doing any puzzle, the easiest way is to put together the edge first, and work your way in. Edge pieces are easier to find too. In marketing, start\r\n\r\n&nbsp;','Marketing is like putting together a jigsaw puzzle','','draft','open','open','','','','','2012-07-24 18:22:50','2012-07-24 18:22:50','',0,'http://deborahbrody.com/?p=1758',0,'post','',0),
(1759,4,'2012-07-24 18:20:41','2012-07-24 18:20:41','Or, the 5 Marketing Lessons You Can Learn From Jigsaw Puzzles.\n\nOn a recent weekend, I spent a few hours putting together a really cool Andy Warhol Flowers 1000 piece puzzle.  While I was doing it, I kept thinking that marketing is really very similar to doing a puzzle. Here\'s why:\n\n1) You have to see the big picture: All puzzles have a picture of the completed puzzle to guide you. In marketing, you have to be able to envision the end result.\n\n2) Always start with the edge: In doing any puzzle, the easiest way is to put together the edge first, and work your way in. Edge pieces are easier to find too. In marketing, start\n\n&nbsp;','Marketing is like putting together a jigsaw puzzle','','inherit','open','open','','1758-revision','','','2012-07-24 18:20:41','2012-07-24 18:20:41','',1758,'http://deborahbrody.com/2012/07/1758-revision/',0,'revision','',0),
(1760,4,'2012-07-24 20:46:29','2012-07-24 20:46:29','I think I finally figured out why Pepco has such a bad image: the company does not \"get\" public relations. The company seems to believe that advertising alone can build a positive image, while failing to realize that most people differentiate between bought advertising and the third-party endorsement that comes from a public relations program.\r\n\r\nIf we look at the past month, we have not seen a single positive sign from Pepco. The latest news, out today, is that Pepco is complaining that the reduced rate hike that it is getting from the Maryland Public Service Commission won\'t be enough to sustain \"improvements.\" Read the article in the Washington Post <a href=\"http://www.washingtonpost.com/local/crime/pepco-says-improvements-may-not-be-sustainable-after-md-rate-hike-decision/2012/07/24/gJQA8D3t6W_story.html\" target=\"_blank\">here.</a>What we have seen is a large advertising campaign designed to tell people that Pepco responded well to the derecho storm (in spite of ample evidence to the contrary).\r\n\r\nPepco  understands that it must have a spokesperson to answer questions, but it does not seem to get that the spokesperson must tell the truth and not minimize the suffering caused by prolonged power outages (which is exactly what Thomas Graham continuously does). As Robert McCartney, columnist for the Washington Post puts it: <a href=\"http://www.washingtonpost.com/local/slip-of-tongue-reveals-pepcos-contempt-for-customers/2012/07/21/gJQAbfve0W_story.html\" target=\"_blank\">\"A slip of tongue reveals Pepco\'s contempt for its customers.\"</a>\r\n\r\nPublic relations, according to BusinessDictionary.com, is the practice of creating and maintaining goodwill among an organization\'s publics, through the use of such tactics as media relations, sponsorships and charitable contributions.\r\n\r\nAs far as I can see, Pepco is not doing a good job at creating or maintaining goodwill. It is failing at public relations (and in my opinion, it is also failing at advertising). More troubling is that the company seems to not care what the public thinks. It seems to believe that if it places enough advertising, the public will believe that it is working hard and improving reliability. As I have said before, the public will only believe that Pepco is working hard-- at advertising-- unless changes are made that affect them directly (better communication, faster restoration times, indeed, increased reliability).\r\n\r\nPepco--how about you hire someone who \"gets\" public relations? Perhaps with some wise PR counsel you will improve your image by actually making steps that do increase goodwill.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>UPDATE</strong></span>\r\n\r\nTom Graham has<a href=\"http://www.washingtonpost.com/opinions/my-deeds-on-pepcos-behalf-should-outweigh-my-mistaken-words/2012/07/24/gJQApnGO7W_story.html\" target=\"_blank\"> this letter to the editor</a> in Wednesday\'s Washington Post.  I quote:\r\n<blockquote>Critics can say many things about the company and about me, but to question our care and concern for our customers is simply unfair. This is my home, these are my people, and they are — and will remain — my utmost professional priority.</blockquote>\r\nDo you think this rings true? Is the charge unfair?  Moreover, do you think this was a good move on Graham\'s part?\r\n\r\n&nbsp;','Pepco doesn\'t understand public relations','','publish','open','open','','pepco-doesnt-understand-public-relations','','','2012-07-25 14:45:16','2012-07-25 14:45:16','',0,'http://deborahbrody.com/?p=1760',0,'post','',0),
(1761,4,'2012-07-24 20:45:47','2012-07-24 20:45:47','I think I finally figured out why Pepco has such a bad image: the company does not \"get\" public relations. The company seems to believe that advertising alone can build a positive image, while failing to realize that most people differentiate between bought advertising and the third-party endorsement that comes from a public relations program.\n\nIf we look at the past month, we have not seen a single positive sign from Pepco. The latest news, out today, is that Pepco is complaining that the reduced rate hike that it is getting from the Maryland Public Service Commission won\'t be enough to sustain \"improvements.\" Read the article in the Washington Post <a href=\"http://www.washingtonpost.com/local/crime/pepco-says-improvements-may-not-be-sustainable-after-md-rate-hike-decision/2012/07/24/gJQA8D3t6W_story.html\" target=\"_blank\">here.</a>What we have seen is a large advertising campaign designed to tell people that Pepco responded well to the derecho storm (in spite of ample evidence to the contrary).\n\nPepco  understands that it must have a spokesperson to answer questions, but it does not seem to get that the spokesperson must tell the truth and not minimize the suffering caused by prolonged power outages (which is exactly what Thomas Graham continuously does). As Robert McCartney, columnist for the Washington Post puts it: <a href=\"http://www.washingtonpost.com/local/slip-of-tongue-reveals-pepcos-contempt-for-customers/2012/07/21/gJQAbfve0W_story.html\" target=\"_blank\">\"A slip of tongue reveals Pepco\'s contempt for its customers.\"</a>\n\nPublic relations, according to BusinessDictionary.com, is the practice of creating and maintaining goodwill among an organization\'s publics, through the use tactics including media relations, sponsorships and charitable contributions.\n\nAs far as I can see, Pepco is not doing a good job at creating or maintaining goodwill. It is failing at public relations (and in my opinion, it is also failing at advertising). More troubling is that the company seems to not care what the public thinks. It seems to believe that if it places enough advertising, the public will believe that it is working hard and improving reliability. As I have said before, the public will only believe that Pepco is working hard-- at advertising-- unless changes are made that affect them directly (better communication, faster restoration times, indeed, increased reliability).\n\nPepco--how about you hire someone who \"gets\" public relations? Perhaps with some wise PR counsel you will improve your image by actually making steps t\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Pepco doesn\'t understand public relations','','inherit','open','open','','1760-revision','','','2012-07-24 20:45:47','2012-07-24 20:45:47','',1760,'http://deborahbrody.com/2012/07/1760-revision/',0,'revision','',0),
(1762,4,'2012-07-25 14:46:21','2012-07-25 14:46:21','I think I finally figured out why Pepco has such a bad image: the company does not \"get\" public relations. The company seems to believe that advertising alone can build a positive image, while failing to realize that most people differentiate between bought advertising and the third-party endorsement that comes from a public relations program.\n\nIf we look at the past month, we have not seen a single positive sign from Pepco. The latest news, out today, is that Pepco is complaining that the reduced rate hike that it is getting from the Maryland Public Service Commission won\'t be enough to sustain \"improvements.\" Read the article in the Washington Post <a href=\"http://www.washingtonpost.com/local/crime/pepco-says-improvements-may-not-be-sustainable-after-md-rate-hike-decision/2012/07/24/gJQA8D3t6W_story.html\" target=\"_blank\">here.</a>What we have seen is a large advertising campaign designed to tell people that Pepco responded well to the derecho storm (in spite of ample evidence to the contrary).\n\nPepco  understands that it must have a spokesperson to answer questions, but it does not seem to get that the spokesperson must tell the truth and not minimize the suffering caused by prolonged power outages (which is exactly what Thomas Graham continuously does). As Robert McCartney, columnist for the Washington Post puts it: <a href=\"http://www.washingtonpost.com/local/slip-of-tongue-reveals-pepcos-contempt-for-customers/2012/07/21/gJQAbfve0W_story.html\" target=\"_blank\">\"A slip of tongue reveals Pepco\'s contempt for its customers.\"</a>\n\nPublic relations, according to BusinessDictionary.com, is the practice of creating and maintaining goodwill among an organization\'s publics, through the use of such tactics as media relations, sponsorships and charitable contributions.\n\nAs far as I can see, Pepco is not doing a good job at creating or maintaining goodwill. It is failing at public relations (and in my opinion, it is also failing at advertising). More troubling is that the company seems to not care what the public thinks. It seems to believe that if it places enough advertising, the public will believe that it is working hard and improving reliability. As I have said before, the public will only believe that Pepco is working hard-- at advertising-- unless changes are made that affect them directly (better communication, faster restoration times, indeed, increased reliability).\n\nPepco--how about you hire someone who \"gets\" public relations? Perhaps with some wise PR counsel you will improve your image by actually making steps that do increase goodwill.\n\n<span style=\"text-decoration: underline;\"><strong>UPDATE</strong></span>\n\nTom Graham has<a href=\"http://www.washingtonpost.com/opinions/my-deeds-on-pepcos-behalf-should-outweigh-my-mistaken-words/2012/07/24/gJQApnGO7W_story.html\" target=\"_blank\"> this letter to the editor</a> in Wednesday\'s Washington Post.  I quote:\n<blockquote>Critics can say many things about the company and about me, but to question our care and concern for our customers is simply unfair. This is my home, these are my people, and they are — and will remain — my utmost professional priority.</blockquote>\nDo you think this rings true? Is the charge unfair?  Moreover, do you think this was a good move on Graham\'s part?\n\n&nbsp;','Pepco doesn\'t understand public relations','','inherit','open','open','','1760-autosave','','','2012-07-25 14:46:21','2012-07-25 14:46:21','',1760,'http://deborahbrody.com/2012/07/1760-autosave/',0,'revision','',0),
(1763,4,'2012-07-24 20:46:29','2012-07-24 20:46:29','I think I finally figured out why Pepco has such a bad image: the company does not \"get\" public relations. The company seems to believe that advertising alone can build a positive image, while failing to realize that most people differentiate between bought advertising and the third-party endorsement that comes from a public relations program.\r\n\r\nIf we look at the past month, we have not seen a single positive sign from Pepco. The latest news, out today, is that Pepco is complaining that the reduced rate hike that it is getting from the Maryland Public Service Commission won\'t be enough to sustain \"improvements.\" Read the article in the Washington Post <a href=\"http://www.washingtonpost.com/local/crime/pepco-says-improvements-may-not-be-sustainable-after-md-rate-hike-decision/2012/07/24/gJQA8D3t6W_story.html\" target=\"_blank\">here.</a>What we have seen is a large advertising campaign designed to tell people that Pepco responded well to the derecho storm (in spite of ample evidence to the contrary).\r\n\r\nPepco  understands that it must have a spokesperson to answer questions, but it does not seem to get that the spokesperson must tell the truth and not minimize the suffering caused by prolonged power outages (which is exactly what Thomas Graham continuously does). As Robert McCartney, columnist for the Washington Post puts it: <a href=\"http://www.washingtonpost.com/local/slip-of-tongue-reveals-pepcos-contempt-for-customers/2012/07/21/gJQAbfve0W_story.html\" target=\"_blank\">\"A slip of tongue reveals Pepco\'s contempt for its customers.\"</a>\r\n\r\nPublic relations, according to BusinessDictionary.com, is the practice of creating and maintaining goodwill among an organization\'s publics, through the use tactics including media relations, sponsorships and charitable contributions.\r\n\r\nAs far as I can see, Pepco is not doing a good job at creating or maintaining goodwill. It is failing at public relations (and in my opinion, it is also failing at advertising). More troubling is that the company seems to not care what the public thinks. It seems to believe that if it places enough advertising, the public will believe that it is working hard and improving reliability. As I have said before, the public will only believe that Pepco is working hard-- at advertising-- unless changes are made that affect them directly (better communication, faster restoration times, indeed, increased reliability).\r\n\r\nPepco--how about you hire someone who \"gets\" public relations? Perhaps with some wise PR counsel you will improve your image by actually making steps that do increase goodwill.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Pepco doesn\'t understand public relations','','inherit','open','open','','1760-revision-2','','','2012-07-24 20:46:29','2012-07-24 20:46:29','',1760,'http://deborahbrody.com/2012/07/1760-revision-2/',0,'revision','',0),
(1764,4,'2012-07-25 13:26:37','2012-07-25 13:26:37','I think I finally figured out why Pepco has such a bad image: the company does not \"get\" public relations. The company seems to believe that advertising alone can build a positive image, while failing to realize that most people differentiate between bought advertising and the third-party endorsement that comes from a public relations program.\r\n\r\nIf we look at the past month, we have not seen a single positive sign from Pepco. The latest news, out today, is that Pepco is complaining that the reduced rate hike that it is getting from the Maryland Public Service Commission won\'t be enough to sustain \"improvements.\" Read the article in the Washington Post <a href=\"http://www.washingtonpost.com/local/crime/pepco-says-improvements-may-not-be-sustainable-after-md-rate-hike-decision/2012/07/24/gJQA8D3t6W_story.html\" target=\"_blank\">here.</a>What we have seen is a large advertising campaign designed to tell people that Pepco responded well to the derecho storm (in spite of ample evidence to the contrary).\r\n\r\nPepco  understands that it must have a spokesperson to answer questions, but it does not seem to get that the spokesperson must tell the truth and not minimize the suffering caused by prolonged power outages (which is exactly what Thomas Graham continuously does). As Robert McCartney, columnist for the Washington Post puts it: <a href=\"http://www.washingtonpost.com/local/slip-of-tongue-reveals-pepcos-contempt-for-customers/2012/07/21/gJQAbfve0W_story.html\" target=\"_blank\">\"A slip of tongue reveals Pepco\'s contempt for its customers.\"</a>\r\n\r\nPublic relations, according to BusinessDictionary.com, is the practice of creating and maintaining goodwill among an organization\'s publics, through the use tactics including media relations, sponsorships and charitable contributions.\r\n\r\nAs far as I can see, Pepco is not doing a good job at creating or maintaining goodwill. It is failing at public relations (and in my opinion, it is also failing at advertising). More troubling is that the company seems to not care what the public thinks. It seems to believe that if it places enough advertising, the public will believe that it is working hard and improving reliability. As I have said before, the public will only believe that Pepco is working hard-- at advertising-- unless changes are made that affect them directly (better communication, faster restoration times, indeed, increased reliability).\r\n\r\nPepco--how about you hire someone who \"gets\" public relations? Perhaps with some wise PR counsel you will improve your image by actually making steps that do increase goodwill.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>UPDATE</strong></span>\r\n\r\nTom Graham has<a href=\"http://www.washingtonpost.com/opinions/my-deeds-on-pepcos-behalf-should-outweigh-my-mistaken-words/2012/07/24/gJQApnGO7W_story.html\" target=\"_blank\"> this letter to the editor</a> in Wednesday\'s Washington Post.  I quote:\r\n<blockquote>Critics can say many things about the company and about me, but to question our care and concern for our customers is simply unfair. This is my home, these are my people, and they are — and will remain — my utmost professional priority.</blockquote>\r\nDo you think this rings true? Is the charge unfair?  Moreover, do you think this was a good move on Graham\'s part? A\r\n\r\n&nbsp;','Pepco doesn\'t understand public relations','','inherit','open','open','','1760-revision-3','','','2012-07-25 13:26:37','2012-07-25 13:26:37','',1760,'http://deborahbrody.com/2012/07/1760-revision-3/',0,'revision','',0),
(1925,4,'2012-11-28 21:26:33','2012-11-28 21:26:33','You learned it way back in kindergarten, remember? Show and tell was when you brought something in and you told your classmates about it. Some people\'s show and tell was boring and some was really good. I can\'t remember anything from kindergarten but I know the lesson of showing and telling is a good one for anybody trying to communicate.\r\n\r\nYou would think something as basic as show and tell would stay with most people. And yet it hasn\'t.\r\n\r\nToday, I am searching for an online task manager. There are many (and I am not really sure which one to use). Some show you screen shots of the software. Some show you video. All of them tell you what they do (but not how exactly).  One in particular does not show or tell me anything. It asks me to sign up. I don\'t know about you, but I am not signing up for ANYTHING, even if it is free, if I don\'t know what it is exactly.\r\n\r\nPerhaps this company\'s principals did not attend kindergarten.\r\n\r\nRemember, show and tell. People need to see what they are getting and they need to understand it too.\r\n\r\nRight?\r\n\r\n&nbsp;','Show and tell!','','publish','open','open','','show-and-tell-2','','','2012-11-28 21:26:33','2012-11-28 21:26:33','',0,'http://deborahbrody.com/?p=1925',0,'post','',0),
(1903,4,'2012-11-09 19:23:46','2012-11-09 19:23:46','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\r\n\r\nPlease answer my poll. I will share the information with you in a blog post.\r\n\r\n[polldaddy poll=\"6678494\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Where do all the RSS feeds go','','publish','open','open','','where-do-all-the-rss-feeds-go','','','2012-11-09 19:23:46','2012-11-09 19:23:46','',0,'http://deborahbrody.com/?p=1903',0,'post','',0),
(1904,4,'2012-11-09 19:18:31','2012-11-09 19:18:31','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\n\nP\n\n&nbsp;\n\n&nbsp;\n\n<noscript><a href=\"http://polldaddy.com/poll/6678494/\">Do you use a RSS reader?</a></noscript>','Where do all the RSS feeds go','','inherit','open','open','','1903-revision','','','2012-11-09 19:18:31','2012-11-09 19:18:31','',1903,'http://deborahbrody.com/2012/11/1903-revision/',0,'revision','',0),
(1782,4,'2012-08-02 13:31:32','2012-08-02 13:31:32','The reason I created the How to Write Your Blog workshop--which I just presented on Tuesday at the Silver Spring Civic Center--is because I have spoken to many people who think blogging is hard or that it takes to much time. I have found blogging to be fun, and wanted to teach people that it doesn\'t have to overwhelming.\r\n\r\nThe workshop leads you through reasons to blog to writing a blog post. We discuss keywords, categories, tags and headlines. We discuss what you should and should not do on a blog. And what most participants find helpful is the part on generating blog post ideas.\r\n\r\nOut of the three hours allotted to the workshop, we spend 20 minutes writing a blog post.  The idea is that when you realize you can write a whole post in 20 minutes, it seems doable and perhaps even easy.\r\n\r\nOne of the participants said that breaking up the process into its parts makes it seem less stressful, and that is exactly the point.\r\n\r\nMy colleague Lisa Newman took photographs of the workshop and created this montage:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2012/08/DBrody-Workshop-Collage.jpg\"><img class=\"aligncenter size-medium wp-image-1783\" title=\"Deborah Brody How to Write Your Blog Workshop \" src=\"http://deborahbrody.com/wp-content/uploads/2012/08/DBrody-Workshop-Collage-300x240.jpg\" alt=\"\" width=\"300\" height=\"240\" /></a>\r\n\r\nIf you missed the workshop this time around, you may want to sign up for my enewsletter so that you can find out when it\'s being offered again.','Making blogging easier','','publish','open','open','','making-blogging-easier','','','2012-08-02 13:31:32','2012-08-02 13:31:32','',0,'http://deborahbrody.com/?p=1782',0,'post','',0),
(1786,4,'2012-08-06 15:42:12','2012-08-06 15:42:12','In its most basic form, communications happens when there is a dialogue between two people. Yet, how often do we see miscommunication instead of communication? Or one person shouting down the other? Or one person getting offended? Often, personality is behind miscommunication.\r\n\r\nOver the weekend, I watched part of a panel presentation regarding civility in politics on CSPAN. One of the panelists said that civil communication only occurs when one person speaks and the other listens (and vice versa). It seems pretty straightforward, but in most communications efforts I see every day, it isn\'t happening. In many cases, it comes down to personality traits that impede true communication.   These are:\r\n<ul>\r\n	<li>Arrogance</li>\r\n	<li>Self-involvement</li>\r\n	<li>Narcissism</li>\r\n	<li>Insecurity</li>\r\n</ul>\r\nYour personality can make or break your communications efforts. Arrogant people will dismiss or debase your concerns, questions and input. Self-involved or narcissistic people will only focus on their own concerns. Insecure people will exaggerate their own accomplishments and/or put down yours or seek a way to make you look stupid.\r\n\r\nI see examples of these personalities every single day on Twitter (people who never engage with other people are self-involved or those who don\'t credit others may be insecure). And corporations are not immune, since corporations are run by people (although they aren\'t people in spite of what Mitt Romney may think).\r\n\r\n<a href=\"http://wtop.com/1165/2979339/Poll-Pepco-customers-most-dissatisfied\" target=\"_blank\">WTOP conducted a poll which found that Pepco\'s customers were more dissatisfied than those of other utilities. </a> In my opinion,  this has to to do with Pepco\'s arrogant communications efforts (generated by a company led/managed by arrogant people).\r\n\r\nDo you agree? Are there other personality traits that affect communications? Please let me know in the comments.\r\n\r\n&nbsp;','Is your personality getting in the way of your communications efforts?','','publish','open','open','','is-your-personality-getting-in-the-way-of-your-communications-efforts','','','2012-08-06 15:42:12','2012-08-06 15:42:12','',0,'http://deborahbrody.com/?p=1786',0,'post','',0),
(1771,4,'2012-07-26 12:15:52','2012-07-26 12:15:52','Many people like the idea of blogging, but are stymied when actually wanting to start writing. What to write about? How to write it? What if no one reads it? If this is you--and you live in the Metro DC area--come to a workshop I am leading next Tuesday, July 31 in Silver Spring. I will teach you how to write your blog. You will leave the session with several blog post ideas, a completely written blog post, and lots of information to get you blogging.\r\n\r\nAll the details and registration are available here:\r\n\r\n<a href=\"http://learntowriteyourblog.eventbrite.com/\" target=\"_blank\">http://learntowriteyourblog.eventbrite.com/</a>\r\n\r\nI hope to see you Tuesday! If you can\'t make it next week, and you are interested in the workshop, please drop me a line or a comment.','How do you figure out what to write about?','','publish','open','open','','how-do-you-figure-out-what-to-write-about','','','2012-07-26 12:15:52','2012-07-26 12:15:52','',0,'http://deborahbrody.com/?p=1771',0,'post','',0),
(1772,4,'2012-07-26 12:13:55','2012-07-26 12:13:55','Many people like the idea of blogging, but are stymied when actually wanting to start writing. What to write about? How to write it? What if no one reads it? If this is you--and you live in the Metro DC area--come to a workshop I am leading next Tuesday, July 31 in Silver Spring. I will teach you how to write your blog. You will leave the session with several blog post ideas, a completely written blog post, and lots of information to get you blogging.\n\nAll the details and registration are available here:\n\n<a href=\"http://learntowriteyourblog.eventbrite.com/\" target=\"_blank\">http://learntowriteyourblog.eventbrite.com/</a>\n\nI hope to see you Tuesday! If you can\'t make it next week, and you are interested in the workshop, please drop me a line or a comment','How do you figure out what to write about?','','inherit','open','open','','1771-revision','','','2012-07-26 12:13:55','2012-07-26 12:13:55','',1771,'http://deborahbrody.com/2012/07/1771-revision/',0,'revision','',0),
(1773,4,'2012-07-26 12:15:46','2012-07-26 12:15:46','Many people like the idea of blogging, but are stymied when actually wanting to start writing. What to write about? How to write it? What if no one reads it? If this is you--and you live in the Metro DC area--come to a workshop I am leading next Tuesday, July 31 in Silver Spring. I will teach you how to write your blog. You will leave the session with several blog post ideas, a completely written blog post, and lots of information to get you blogging.\n\nAll the details and registration are available here:\n\n<a href=\"http://learntowriteyourblog.eventbrite.com/\" target=\"_blank\">http://learntowriteyourblog.eventbrite.com/</a>\n\nI hope to see you Tuesday! If you can\'t make it next week, and you are interested in the workshop, please drop me a line or a comment.','How do you figure out what to write about?','','inherit','open','open','','1771-revision-2','','','2012-07-26 12:15:46','2012-07-26 12:15:46','',1771,'http://deborahbrody.com/2012/07/1771-revision-2/',0,'revision','',0),
(1774,4,'2012-07-30 13:49:34','2012-07-30 13:49:34','Well, faithful blog readers, I thought I was done writing about Pepco\'s advertising efforts, but then I saw this nearly-full page ad in yesterday\'s (Sunday, July 29) <em>Washington Post</em> (again, I had to scan it in two parts):[gallery link=\"file\"]\r\n\r\nIn case you can\'t read the ad above, let me provide the content:\r\n<blockquote>It\'s popular right now, even convenient, to beat up on Pepco. And because the facts have been misrepresented, that\'s easy to do.\r\n\r\nBut there\'s another side of the story. Some of our customers too the time to tell it. We thought we\'d share.</blockquote>\r\nIf I understand this correctly,  Pepco is saying that government officials like Rep. Chris Van Hollen, the Montgomery County Council, DC Mayor Gray,  the media, and customers who are complaining about Pepco\'s dismal service are \"beating up\" on Pepco because the \"facts have been misrepresented.\" What facts is the ad alluding to? We know (we lived) the facts: 780,000 of Pepco\'s customers lost power, and of those, most received power by July 4, five days after the storm. Other customers weren\'t restored until July 6. Those are the facts on the ground and they have not been misrepresented.\r\n\r\nPepco is attempting to convince you that you are wrong if you believe the narrative that Pepco did not do enough to restore power during the derecho (which was exactly one month ago from the date of the ad). Instead, Pepco parades 17 customer testimonials  that are praising Pepco\'s performance (out of the 780,000 affected by the outage---that is an extremely meager 0.00217%).\r\n\r\nThe ad continues:\r\n<blockquote>We know this isn\'t the way everyone feels-that many of our customers were frustrated. We want them to know that though our work is far from over, we are committee to continuing to improve. And despite what they may hear, our response to the derecho was swift, aggressive and in line with our neighboring utilities. That is an inconvenient truth that doesn\'t fit the storyline.\r\n\r\nThanks to the customers who took the time to shed some light on the real story.</blockquote>\r\nSo, Pepco is saying that it knows \"some\" customers are frustrated, but in essence, they have no right to feel that way because it doesn\'t fit the Pepco storyline. The Pepco storyline (and that is exactly what it is, a story that Pepco tells itself) is that Pepco works hard and that people have no right to expect anything more from it. The 17 customers that they quote  in the ad understand this \"real story.\"\r\n\r\nHonestly,  in my nearly 20-year marketing career, I have never seen something like this.  It truly is a waste of advertising dollars (which Pepco customers are footing the bill for).  To run an ad in the newspaper of record to tell customers that they are wrong to feel frustrated because they are being misguided by \"misrepresented facts\" is truly an outrage.\r\n\r\nAgain, Pepco\'s communications department seems to be tone-deaf, and really really bad at advertising. Rule number one of advertising is that you don\'t insult your customers.\r\n\r\nPepco management is desperate to improve its public perception. However, through these misguided and mismanaged advertising efforts, it is only hurting itself further.\r\n\r\n&nbsp;','Pepco really really wants you to believe a story','','publish','open','open','','pepco-really-really-wants-you-to-believe-a-story','','','2012-07-30 13:49:34','2012-07-30 13:49:34','',0,'http://deborahbrody.com/?p=1774',0,'post','',0),
(1775,4,'2012-07-30 13:17:03','2012-07-30 13:17:03','','pepco ad 72912 b','','inherit','open','open','','pepco-ad-72912-b','','','2012-07-30 13:17:03','2012-07-30 13:17:03','',1774,'http://deborahbrody.com/wp-content/uploads/2012/07/pepco-ad-72912-b.jpg',0,'attachment','image/jpeg',0),
(1776,4,'2012-07-30 13:17:11','2012-07-30 13:17:11','','pepco ad 72912 a','','inherit','open','open','','pepco-ad-72912-a','','','2012-07-30 13:17:11','2012-07-30 13:17:11','',1774,'http://deborahbrody.com/wp-content/uploads/2012/07/pepco-ad-72912-a.jpg',0,'attachment','image/jpeg',0),
(1777,4,'2012-07-30 13:43:50','2012-07-30 13:43:50','Well, faithful blog readers, I thought I was done writing about Pepco\'s advertising efforts, but then I saw this nearly-full page ad in yesterday\'s (Sunday, July 29) Washington Post (again, I had to scan it in two parts):[gallery link=\"file\"]\n\nIn case you can\'t read the ad above, let me provide the content:\n<blockquote>It\'s popular right now, even convenient, to beat up on Pepco. And because the facts have been misrepresented, that\'s easy to do.\n\nBut there\'s another side of the story. Some of our customers too the time to tell it. We thought we\'d share.</blockquote>\nIf I understand this correctly,  Pepco is saying that government officials like Rep. Chris Van Hollen, the Montgomery County Council, DC Mayor Gray,  the media, and customers who are complaining are \"beating up\" on Pepco because the \"facts have been misrepresented.\" What facts is the ad alluding to? We know (we lived) the facts: 780,000 of Pepco\'s customers lost power, and of those, most received power by July 4, five days after the storm. Other customers weren\'t restored until July 6. Those are the facts on the ground and they have not been misrepresented.\n\nPepco is attempting to convince you that you are wrong if you believe the narrative that Pepco did not do enough to restore power during the derecho (which was exactly one month ago from the date of the ad). Instead, Pepco parades 17 customer testimonials  that are praising Pepco\'s performance (out of the 780,000 affected by the outage---that is an extremely meager 0.00217%).\n\nThe ad continues:\n<blockquote>We know this isn\'t the way everyone feels-that many of our customers were frustrated. We want them to know that though our work is far from over, we are committee to continuing to improve. And despite what they may hear, our response to the derecho was swift, aggressive and in line with our neighboring utilities. That is an inconvenient truth that doesn\'t fit the storyline.\n\nThanks to the customers who took the time to shed some light on the real story.</blockquote>\nSo, Pepco is saying that it knows \"some\" customers are frustrated, but in essence, they have no right to feel that way because it doesn\'t fit the Pepco storyline. The Pepco storyline (and that is exactly what it is, a story that Pepco tells itself) is that Pepco works hard and that people have no right to expect anything more from it. The 17 customers that they quote  in the ad understand this \"real story.\"\n\nHonestly,  in my nearly 20 year marketing career, I have never seen something like this.  It truly is a waste of advertising dollars (which Pepco customers are footing the bill for).  To run an ad in the newspaper of record to tell customers that they are wrong to feel frustrated because they are being misguided by \"misrepresented facts\" is truly an outrage.\n\nAgain, Pepco\'s communications department seems to be tone-deaf, and really really bad at advertising. Rule number one of advertising is that you don\'t insult your customers.\n\nPepco management is desperate to improve its public perception.','Pepco really really wants you to believe a story','','inherit','open','open','','1774-revision','','','2012-07-30 13:43:50','2012-07-30 13:43:50','',1774,'http://deborahbrody.com/2012/07/1774-revision/',0,'revision','',0),
(1778,4,'2012-07-30 13:44:50','2012-07-30 13:44:50','Well, faithful blog readers, I thought I was done writing about Pepco\'s advertising efforts, but then I saw this nearly-full page ad in yesterday\'s (Sunday, July 29) Washington Post (again, I had to scan it in two parts):[gallery link=\"file\"]\n\nIn case you can\'t read the ad above, let me provide the content:\n<blockquote>It\'s popular right now, even convenient, to beat up on Pepco. And because the facts have been misrepresented, that\'s easy to do.\n\nBut there\'s another side of the story. Some of our customers too the time to tell it. We thought we\'d share.</blockquote>\nIf I understand this correctly,  Pepco is saying that government officials like Rep. Chris Van Hollen, the Montgomery County Council, DC Mayor Gray,  the media, and customers who are complaining are \"beating up\" on Pepco because the \"facts have been misrepresented.\" What facts is the ad alluding to? We know (we lived) the facts: 780,000 of Pepco\'s customers lost power, and of those, most received power by July 4, five days after the storm. Other customers weren\'t restored until July 6. Those are the facts on the ground and they have not been misrepresented.\n\nPepco is attempting to convince you that you are wrong if you believe the narrative that Pepco did not do enough to restore power during the derecho (which was exactly one month ago from the date of the ad). Instead, Pepco parades 17 customer testimonials  that are praising Pepco\'s performance (out of the 780,000 affected by the outage---that is an extremely meager 0.00217%).\n\nThe ad continues:\n<blockquote>We know this isn\'t the way everyone feels-that many of our customers were frustrated. We want them to know that though our work is far from over, we are committee to continuing to improve. And despite what they may hear, our response to the derecho was swift, aggressive and in line with our neighboring utilities. That is an inconvenient truth that doesn\'t fit the storyline.\n\nThanks to the customers who took the time to shed some light on the real story.</blockquote>\nSo, Pepco is saying that it knows \"some\" customers are frustrated, but in essence, they have no right to feel that way because it doesn\'t fit the Pepco storyline. The Pepco storyline (and that is exactly what it is, a story that Pepco tells itself) is that Pepco works hard and that people have no right to expect anything more from it. The 17 customers that they quote  in the ad understand this \"real story.\"\n\nHonestly,  in my nearly 20 year marketing career, I have never seen something like this.  It truly is a waste of advertising dollars (which Pepco customers are footing the bill for).  To run an ad in the newspaper of record to tell customers that they are wrong to feel frustrated because they are being misguided by \"misrepresented facts\" is truly an outrage.\n\nAgain, Pepco\'s communications department seems to be tone-deaf, and really really bad at advertising. Rule number one of advertising is that you don\'t insult your customers.\n\nPepco management is desperate to improve its public perception. However, through these misguided and mismanaged advertising efforts, it is only hurting itself further.\n\n&nbsp;','Pepco really really wants you to believe a story','','inherit','open','open','','1774-revision-2','','','2012-07-30 13:44:50','2012-07-30 13:44:50','',1774,'http://deborahbrody.com/2012/07/1774-revision-2/',0,'revision','',0),
(1779,4,'2012-07-31 16:01:48','2012-07-31 16:01:48','Yesterday, I wrote about Pepco\'s <a title=\"Pepco really really wants you to believe a story\" href=\"http://deborahbrody.com/2012/07/pepco-really-really-wants-you-to-believe-a-story/\" target=\"_blank\">latest print ad</a>, where they find customers who think Pepco does really well. And today, in the Washington Post, there\'s an article entitled <a href=\"http://www.washingtonpost.com/local/pepco-defends-its-response-to-derecho-storm-saying-it-mobilized-quickly/2012/07/30/gJQAmxuVLX_story.html?hpid=z6\" target=\"_blank\">\"Pepco defends its response to derecho storm, saying it \"mobilized quickly.\"</a>The article makes clear that Pepco wants to change the perception that it responded slowly and badly. It says:\r\n<blockquote>Pepco vigorously defended itself Monday in its first self-assessments since last month’s derecho storm, saying it responded aggressively and effectively to restore power to nearly half a million customers left<a href=\"http://www.washingtonpost.com/local/for-pepco-customers-without-power-frustration-grows-four-days-after-storm/2012/07/02/gJQAJ0vQJW_story.html\" data-xslt=\"_http\"> sweltering in the dark</a>. <a href=\"http://www.pepco.com/home/emergency/junestorm.aspx\" data-xslt=\"_http\">The electric company</a> accepted limited responsibility for software glitches that affected tens of thousands of calls for service and for its inability to give customers a better sense of when their power would be restored.</blockquote>\r\nApparently, Pepco has decided that its communication strategy is to aggressively tamp down on any criticism of its service. What a contrast from Verizon, which today has a <a href=\"http://www.washingtonpost.com/opinions/verizon-vows-to-do-better/2012/07/30/gJQAfI0ELX_story.html\" target=\"_blank\">letter to the edito</a>r in the Washington Post where it apologizes for disruptions to 911 calling that occurred in the aftermath of the derecho.\r\n\r\nThe problem with Pepco\'s communication strategy is that, as I have pointed out before, it doesn\'t acknowledge reality. In this case, the reality  is customers were rightfully frustrated.  By not recognizing genuine complaints, the company is effectively hedging against doing anything to fix those problems.\r\n\r\nWhat do you think? Does this strategy work for Pepco, or does it further deteriorate its public image?','Pepco does have a communications strategy: go on the offense','','publish','open','open','','pepco-does-have-a-communications-strategy-go-on-the-offense','','','2012-07-31 16:01:48','2012-07-31 16:01:48','',0,'http://deborahbrody.com/?p=1779',0,'post','',0),
(1780,4,'2012-07-31 16:01:42','2012-07-31 16:01:42','Yesterday, I wrote about Pepco\'s <a title=\"Pepco really really wants you to believe a story\" href=\"http://deborahbrody.com/2012/07/pepco-really-really-wants-you-to-believe-a-story/\" target=\"_blank\">latest print ad</a>, where they find customers who think Pepco does really well. And today, in the Washington Post, there\'s an article entitled <a href=\"http://www.washingtonpost.com/local/pepco-defends-its-response-to-derecho-storm-saying-it-mobilized-quickly/2012/07/30/gJQAmxuVLX_story.html?hpid=z6\" target=\"_blank\">\"Pepco defends its response to derecho storm, saying it \"mobilized quickly.\"</a>The article makes clear that Pepco wants to change the perception that it responded slowly and badly. It says:\n<blockquote>Pepco vigorously defended itself Monday in its first self-assessments since last month’s derecho storm, saying it responded aggressively and effectively to restore power to nearly half a million customers left<a href=\"http://www.washingtonpost.com/local/for-pepco-customers-without-power-frustration-grows-four-days-after-storm/2012/07/02/gJQAJ0vQJW_story.html\" data-xslt=\"_http\"> sweltering in the dark</a>. <a href=\"http://www.pepco.com/home/emergency/junestorm.aspx\" data-xslt=\"_http\">The electric company</a> accepted limited responsibility for software glitches that affected tens of thousands of calls for service and for its inability to give customers a better sense of when their power would be restored.</blockquote>\nApparently, Pepco has decided that its communication strategy is to aggressively tamp down on any criticism of its service. What a contrast from Verizon, which today has a <a href=\"http://www.washingtonpost.com/opinions/verizon-vows-to-do-better/2012/07/30/gJQAfI0ELX_story.html\" target=\"_blank\">letter to the edito</a>r in the Washington Post where it apologizes for disruptions to 911 calling that occurred in the aftermath of the derecho.\n\nThe problem with Pepco\'s communication strategy is that, as I have pointed out before, it doesn\'t acknowledge reality. In this case, the reality  is customers were rightfully frustrated.  By not recognizing genuine complaints, the company is effectively hedging against doing anything to fix those problems.\n\nWhat do you think? Does this strategy work for Pepco, or does it further deteriorate its public image?','Pepco does have a communications strategy: go on the offense','','inherit','open','open','','1779-revision','','','2012-07-31 16:01:42','2012-07-31 16:01:42','',1779,'http://deborahbrody.com/2012/07/1779-revision/',0,'revision','',0),
(1781,4,'2012-07-31 16:02:56','2012-07-31 16:02:56','Yesterday, I wrote about Pepco\'s <a title=\"Pepco really really wants you to believe a story\" href=\"http://deborahbrody.com/2012/07/pepco-really-really-wants-you-to-believe-a-story/\" target=\"_blank\">latest print ad</a>, where they find customers who think Pepco does really well. And today, in the Washington Post, there\'s an article entitled <a href=\"http://www.washingtonpost.com/local/pepco-defends-its-response-to-derecho-storm-saying-it-mobilized-quickly/2012/07/30/gJQAmxuVLX_story.html?hpid=z6\" target=\"_blank\">\"Pepco defends its response to derecho storm, saying it \"mobilized quickly.\"</a>The article makes clear that Pepco wants to change the perception that it responded slowly and badly. It says:\n<blockquote>Pepco vigorously defended itself Monday in its first self-assessments since last month’s derecho storm, saying it responded aggressively and effectively to restore power to nearly half a million customers left<a href=\"http://www.washingtonpost.com/local/for-pepco-customers-without-power-frustration-grows-four-days-after-storm/2012/07/02/gJQAJ0vQJW_story.html\" data-xslt=\"_http\"> sweltering in the dark</a>. <a href=\"http://www.pepco.com/home/emergency/junestorm.aspx\" data-xslt=\"_http\">The electric company</a> accepted limited responsibility for software glitches that affected tens of thousands of calls for service and for its inability to give customers a better sense of when their power would be restored.</blockquote>\nApparently, Pepco has decided that its communication strategy is to aggressively tamp down on any criticism of its service. What a contrast from Verizon, which today has a <a href=\"http://www.washingtonpost.com/opinions/verizon-vows-to-do-better/2012/07/30/gJQAfI0ELX_story.html\" target=\"_blank\">letter to the edito</a>r in the Washington Post where it apologizes for disruptions to 911 calling that occurred in the aftermath of the derecho.\n\nThe problem with Pepco\'s communication strategy is that, as I have pointed out before, it doesn\'t acknowledge reality. In this case, the reality  is customers were rightfully frustrated.  By not recognizing genuine complaints, the company is effectively hedging against doing anything to fix those problems.\n\nWhat do you think? Does this strategy work for Pepco, or does it further deteriorate its public image?','Pepco does have a communications strategy: go on the offense','','inherit','open','open','','1779-autosave','','','2012-07-31 16:02:56','2012-07-31 16:02:56','',1779,'http://deborahbrody.com/2012/07/1779-autosave/',0,'revision','',0),
(1783,4,'2012-08-02 13:25:43','2012-08-02 13:25:43','','Deborah Brody How to Write Your Blog Workshop ','','inherit','open','open','','dbrody-workshop-collage','','','2012-08-02 13:25:43','2012-08-02 13:25:43','',1782,'http://deborahbrody.com/wp-content/uploads/2012/08/DBrody-Workshop-Collage.jpg',0,'attachment','image/jpeg',0),
(1784,4,'2012-08-02 13:30:13','2012-08-02 13:30:13','The reason I created the How to Write Your Blog workshop--which I just presented on Tuesday at the Silver Spring Civic Center--is because I have spoken to many people who think blogging is hard or that it takes to much time. I have found blogging to be fun, and wanted to teach people that it doesn\'t have to overwhelming.\n\nThe workshop leads you through reasons to blog to writing a blog post. We discuss keywords, categories, tags and headlines. We discuss what you should and should not do on a blog. And what most participants find helpful is the part on generating blog post ideas.\n\nOut of the three hours allotted to the workshop, we spend 20 minutes writing a blog post.  The idea is that when you realize you can write a whole post in 20 minutes, it seems doable and perhaps even easy.\n\nOne of the participants said that breaking up the process into its parts makes it seem less stressful, and that is exactly the point.\n\nMy colleague Lisa Newman took photographs of the workshop and created this montage:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2012/08/DBrody-Workshop-Collage.jpg\"><img class=\"aligncenter size-medium wp-image-1783\" title=\"Deborah Brody How to Write Your Blog Workshop \" src=\"http://deborahbrody.com/wp-content/uploads/2012/08/DBrody-Workshop-Collage-300x240.jpg\" alt=\"\" width=\"300\" height=\"240\" /></a>\n\nIf you missed the workshop this time around, you may want to sign up for my enewsletter so that you can find out when it\'s being offered again.','Making blogging easier','','inherit','open','open','','1782-revision','','','2012-08-02 13:30:13','2012-08-02 13:30:13','',1782,'http://deborahbrody.com/2012/08/1782-revision/',0,'revision','',0),
(1788,4,'2012-08-10 14:19:53','2012-08-10 14:19:53','Yesterday, none other than the Social Media Club DC (SMCDC)  put out a tweet asking people to \"show some love\" to their Facebook page, because unlike their Twitter feed, it had \"only\" 3,000 supporters. I responded: \"Twitter and FB are totally different platforms and thus have different audiences. Where are you giving/getting more value?\"  To which SMCDC responded: \"It\'s hard to compare since they are so different, but just in case people want to be exposed to our content in a different form...\"\r\n\r\nFirst of all, social media is not JUST a numbers game. Having more followers/supporters/likers doesn\'t mean anything if you haven\'t decided what you want from those people. Are you trying to show increased interest in your product? Then the metrics may help with that.\r\n\r\nYou have to ask yourself WHY you are doing what you are doing. What are you trying to accomplish?  Are you advocating for a cause? Trying to sell product? Raising your profile?In SMCDC\'s case, it the content on Facebook different than Twitter? Is it more appealing to a certain demographic to see it on Facebook? What are the advantages of having more Facebook followers?\r\n\r\nYoung people who understand the tools of social media and can adapt at warp speed to the newest and greatest (in other words, they get the what), generally do not have enough business experience to really understand the why.\r\n\r\nThis morning I came across this article on Inc. Magazine: <a href=\"http://www.inc.com/hollis-thomases/social-media-dont-put-intern-in-charge.html\" target=\"_blank\">11 Reasons a 23-Year-Old Shouldn\'t Run Your Social Media </a>by Hollis Thomases.  Most of Thomases\' reasons have to do with the knowledge that experience delivers. You become a better communicator with time, for example.  She writes:\r\n<blockquote>Social media is not the be-all and end-all. It\'s a marketing <em>tool</em>--part of an ever-growing arsenal of ways to bring your company to your prospective customers\' attention.</blockquote>\r\nI would also add that young hires/interns/recent college graduates don\'t understand STRATEGY. Tools are to be used tactically, as part of a larger strategy. If you just look at the tool (we need more followers on Twitter), without thinking about WHY, then you are just using the tool for no purpose at all.\r\n\r\nThoughts? Please share in the comments.\r\n\r\n&nbsp;','But why are you doing it?','','publish','open','open','','but-why-are-you-doing-it','','','2012-08-10 14:19:53','2012-08-10 14:19:53','',0,'http://deborahbrody.com/?p=1788',0,'post','',0),
(1787,4,'2012-08-06 15:40:26','2012-08-06 15:40:26','In its most basic form, communications happens when there is a dialogue between two people. Yet, how often do we see miscommunication instead of communication? Or one person shouting down the other? Or one person getting offended? Often, personality is behind miscommunication.\n\nOver the weekend, I watched part of a panel presentation regarding civility in politics on CSPAN. One of the panelists said that civil communication only occurs when one person speaks and the other listens (and vice versa). It seems pretty straightforward, but in most communications efforts I see every day, it isn\'t happening. In many cases, it comes down to personality traits that impede true communication.   These are:\n<ul>\n	<li>Arrogance</li>\n	<li>Self-involvement</li>\n	<li>Narcissism</li>\n	<li>Insecurity</li>\n</ul>\nYour personality can make or break your communications efforts. Arrogant people will dismiss or debase your concerns, questions and input. Self-involved or narcissistic people will only focus on their own concerns. Insecure people will exaggerate their own accomplishments and/or put down yours or seek a way to make you look stupid.\n\nI see examples of these personalities every single day on Twitter (people who never engage with other people are self-involved or those who don\'t credit others may be insecure). And corporations are not immune, since corporations are run by people (they aren\'t people in spite of what Mitt Romney may think).\n\n<a href=\"http://wtop.com/1165/2979339/Poll-Pepco-customers-most-dissatisfied\" target=\"_blank\">WTOP conducted a poll which found that Pepco\'s customers were more dissatisfied than those of other utilities. </a> In my opinion,  this has to to do with Pepco\'s arrogant communications efforts (generated by a company led/managed by arrogant people).\n\nDo you agree? Are there other personality traits that affect communications? Please let me know in the comments.\n\n&nbsp;','Is your personality getting in the way of your communications efforts?','','inherit','open','open','','1786-revision','','','2012-08-06 15:40:26','2012-08-06 15:40:26','',1786,'http://deborahbrody.com/2012/08/1786-revision/',0,'revision','',0),
(1789,4,'2012-08-10 14:18:56','2012-08-10 14:18:56','Yesterday, none other than the Social Media Club DC (SMCDC)  put out a tweet asking people to \"show some love\" to their Facebook page, because unlike their Twitter feed, it had \"only\" 3,000 supporters. I responded: \"Twitter and FB are totally different platforms and thus have different audiences. Where are you giving/getting more value?\"  To which SMCDC responded: \"It\'s hard to compare since they are so different, but just in case people want to be exposed to our content in a different form...\"\n\nFirst of all, social media is not JUST a numbers game. Having more followers/supporters/likers doesn\'t mean anything if you haven\'t decided what you want from those people. Are you trying to show increased interest in your product? Then the metrics may help with that.\n\nYou have to ask yourself WHY you are doing what you are doing. What are you trying to accomplish?  Are you advocating for a cause? Trying to sell product? Raising your profile?In SMCDC\'s case, it the content on Facebook different than Twitter? Is it more appealing to a certain demographic to see it on Facebook? What are the advantages of having more Facebook followers?\n\nYoung people who understand the tools of social media and can adapt at warp speed to the newest and greatest (in other words, they get the what), generally do not have enough business experience to really understand the why.\n\nThis morning I came across this article on Inc. Magazine: <a href=\"http://www.inc.com/hollis-thomases/social-media-dont-put-intern-in-charge.html\" target=\"_blank\">11 Reasons a 23-Year-Old Shouldn\'t Run Your Social Media </a>by Hollis Thomases.  Most of Thomases\' reasons have to do with the knowledge that experience delivers. You become a better communicator with time, for example.  She writes:\n<blockquote>Social media is not the be-all and end-all. It\'s a marketing <em>tool</em>--part of an ever-growing arsenal of ways to bring your company to your prospective customers\' attention.</blockquote>\nI would also add that young hires/interns/recent college graduates don\'t understand STRATEGY. Tools are to be used tactically, as part of a larger strategy. If you just look at the tool (we need more followers on Twitter), without thinking about WHY, then you are just using the tool for no purpose at all.\n\nThoughts? Please share in the comments.\n\n&nbsp;','But why are you doing it?','','inherit','open','open','','1788-revision','','','2012-08-10 14:18:56','2012-08-10 14:18:56','',1788,'http://deborahbrody.com/2012/08/1788-revision/',0,'revision','',0),
(1799,4,'2012-08-20 19:04:25','2012-08-20 19:04:25','Here I go again. Pepco can\'t seem to stop providing material. On Friday, I received a letter from Thomas H. Graham, Pepco\'s regional president. It was addressed to \"Dear Valued Pepco Customer.\"\r\n\r\nThis letter, dated August 3 (but received two weeks later), is more of what we have already seen in Pepco\'s ads and public statements.  The derecho was very bad. Pepco had a lot of work to do. Pepco is committed to improving reliability.\r\n\r\n<strong>Same message, different medium.</strong>\r\n\r\nMy favorite line is this:\r\n<blockquote>Yet, even with all the destruction, Pepco restored power to 90% of customers by midnight on July 4, more than 48 hours before our original estimate.</blockquote>\r\nLet\'s rewrite: Most Pepco customers were without power for five days.  Pepco did not get power to <span style=\"text-decoration: underline;\">all</span> its customers until some eight days after the storm.\r\n\r\nWithout the spin, it doesn\'t sound so good, does it?\r\n\r\nThen we have this gem:\r\n<blockquote>Today, we are stronger and more reliable--but no amount of strengthening to our system could have withstood a storm of this magnitude.</blockquote>\r\nIn other words, Pepco wants customers to be aware that Pepco is not equipped to deal with storms \"of this magnitude.\"\r\n\r\nAnd the letter finishes off with the same message that we have seen over and over:\r\n<blockquote>Again, we sincerely thank you for your patience. I would also like to thank customers who took time to show their gratitude--shaking crew members\' hands, leaving them notes, water and Popsicles...We will continue to enhance our reliability....</blockquote>\r\nNote to Mr. Graham: anybody who was able to give crew members Popsicles had to have some refrigeration.  Just saying.\r\n\r\nPepco does not get that it does not matter what medium you use, the message is still not resonating.\r\n\r\nPersonally, I don\'t feel any better about Pepco after reading this letter--in fact, I am angry that the company would waste paper, postage and money putting together another self-congratulatory and inaccurate piece of propaganda. What do you think? Is direct mail to customers the way to get across this message?\r\n\r\n&nbsp;','It\'s not the medium, it\'s the message','','publish','open','open','','its-not-the-medium-its-the-message','','','2012-08-20 19:06:09','2012-08-20 19:06:09','',0,'http://deborahbrody.com/?p=1799',0,'post','',0),
(1791,4,'2012-08-13 13:03:22','2012-08-13 13:03:22','If you work in destination or travel marketing, there are plenty of people that envy your job. What could be more fun than having travel as your business? After all, travel marketers get to research and report on the places that make a destination stand out. I am sure that involves a lot of fun activities like dining out and attending cultural events.\r\n\r\nSome destinations are easier to market than others. Perhaps New York City or Washington, DC are more enticing to travelers than Des Moines or Kenosha (no offense to either of those cities).\r\n\r\n<strong>Whatever destination you are marketing, however, you should make sure it is open for business. This means having places for people to stay and eat, and actually being open.</strong>\r\n\r\nYesterday, I went to Hagerstown, Maryland. My destination was not the city of Hagerstown, but rather the Premium Outlets located there. Once I was done shopping, I decided to check out \"Historic Downtown Hagerstown.\" I figured I would stop by the visitor center to get some information about what made Hagerstown historic and then perhaps get a refreshment of some sort.\r\n\r\nI drove into Hagerstown, and I noticed that there were few if any people on the street.  Everything seemed closed. I went into the visitor center at 3:45 pm, which was lucky since it closes at 4 pm on Sundays. The only person there was the clerk. I asked if anything was open and he told me that most restaurants and other businesses in downtown Hagerstown are closed on Sundays AND on Mondays.  I picked up a few brochures and left. Needless to say, I was not going to be able to get any snacks so I just headed to the highway and back home.\r\n\r\nHagerstown\'s Convention and Visitor\'s Bureau\'s <a href=\"http://www.marylandmemories.org/index.shtml\" target=\"_blank\">website</a> does not mention that downtown Hagerstown is closed on Sundays. Also, their tagline seems to be \"Let\'s make some Maryland memories 75 miles away from Baltimore.\"  I am not sure why anyone would think that\'s a good way to market a destination (hey, its more than an hour\'s drive from a big city!).\r\n\r\nMost people who take day trips do so on the weekends- Saturdays AND Sundays. If a town/city is dead on Sundays, there is no reason to visit.  If you want to market your city or town as a destination (historic or otherwise), you must be open for business.\r\n\r\nWould you make a separate trip to visit a place if you found it was not open on the day you visit? Let me know your thoughts.\r\n\r\n&nbsp;','Is your destination open for business?','','publish','open','open','','is-your-destination-open-for-business','','','2012-08-15 20:24:43','2012-08-15 20:24:43','',0,'http://deborahbrody.com/?p=1791',0,'post','',2),
(1792,4,'2012-08-13 13:02:43','2012-08-13 13:02:43','If you work in destination or travel marketing, there are plenty of people that envy your job. What could be more fun that having travel as your business? After all, destination marketers get to research and report on the places that make a place stand out. I am sure that involves a lot of fun activities like dining out and attending cultural events.\n\nSome destinations are easier to market than others. Perhaps New York City or Washington, DC are more enticing to travelers than Des Moines or Kenosha (no offense to either of those cities).\n\n<strong>Whatever destination you are marketing, however, you should make sure it is open for business. This means having places for people to stay and eat, and actually being open.</strong>\n\nYesterday, I went to Hagerstown, Maryland. My destination was not the city of Hagerstown, but rather the Premium Outlets located there. Once I was done shopping, I decided to check out \"Historic Downtown Hagerstown.\" I figured I would stop by the visitor center to get some information about what made Hagerstown historic and then perhaps get a refreshment of some sort.\n\nI drove into Hagerstown, and I noticed that there were few if any people on the street.  Everything seemed closed. I went into the visitor center at 3:45 pm, which was lucky since it closes at 4 pm on Sundays. The only person there was the clerk. I asked if anything was open and he told me that most restaurants and other businesses in downtown Hagerstown are closed on Sundays AND on Mondays.  I picked up a few brochures and left. Needless to say, I was not going to be able to get any snacks so I just headed to the highway and back home.\n\nHagerstown\'s Convention and Visitor\'s Bureau\'s <a href=\"http://www.marylandmemories.org/index.shtml\" target=\"_blank\">website</a> does not mention that downtown Hagerstown is closed on Sundays. Also, their tagline seems to be \"Let\'s make some Maryland memories 75 miles away from Baltimore.\"  I am not sure why anyone would think that\'s a good way to market a destination (hey, its\n\nMost people who take day trips do so on the weekends- Saturdays AND Sundays. If a town/city is dead on Sundays, there is no reason to visit.  If you want to market your city or town as a destination (historic or otherwise), you must be open for business.\n\nWould you make a separate trip to visit a place if you found it was not open on the day you visit? Let me know your thoughts.\n\n&nbsp;','Is your destination open for business?','','inherit','open','open','','1791-revision','','','2012-08-13 13:02:43','2012-08-13 13:02:43','',1791,'http://deborahbrody.com/2012/08/1791-revision/',0,'revision','',0),
(1793,4,'2012-08-15 20:25:48','2012-08-15 20:25:48','If you work in destination or travel marketing, there are plenty of people that envy your job. What could be more fun than having travel as your business? After all, travel marketers get to research and report on the places that make a destination stand out. I am sure that involves a lot of fun activities like dining out and attending cultural events.\n\nSome destinations are easier to market than others. Perhaps New York City or Washington, DC are more enticing to travelers than Des Moines or Kenosha (no offense to either of those cities).\n\n<strong>Whatever destination you are marketing, however, you should make sure it is open for business. This means having places for people to stay and eat, and actually being open.</strong>\n\nYesterday, I went to Hagerstown, Maryland. My destination was not the city of Hagerstown, but rather the Premium Outlets located there. Once I was done shopping, I decided to check out \"Historic Downtown Hagerstown.\" I figured I would stop by the visitor center to get some information about what made Hagerstown historic and then perhaps get a refreshment of some sort.\n\nI drove into Hagerstown, and I noticed that there were few if any people on the street.  Everything seemed closed. I went into the visitor center at 3:45 pm, which was lucky since it closes at 4 pm on Sundays. The only person there was the clerk. I asked if anything was open and he told me that most restaurants and other businesses in downtown Hagerstown are closed on Sundays AND on Mondays.  I picked up a few brochures and left. Needless to say, I was not going to be able to get any snacks so I just headed to the highway and back home.\n\nHagerstown\'s Convention and Visitor\'s Bureau\'s <a href=\"http://www.marylandmemories.org/index.shtml\" target=\"_blank\">website</a> does not mention that downtown Hagerstown is closed on Sundays. Also, their tagline seems to be \"Let\'s make some Maryland memories 75 miles away from Baltimore.\"  I am not sure why anyone would think that\'s a good way to market a destination (hey, its more than an hour\'s drive from a big city!).\n\nMost people who take day trips do so on the weekends- Saturdays AND Sundays. If a town/city is dead on Sundays, there is no reason to visit.  If you want to market your city or town as a destination (historic or otherwise), you must be open for business.\n\nWould you make a separate trip to visit a place if you found it was not open on the day you visit? Let me know your thoughts.\n\n&nbsp;','Is your destination open for business?','','inherit','open','open','','1791-autosave','','','2012-08-15 20:25:48','2012-08-15 20:25:48','',1791,'http://deborahbrody.com/2012/08/1791-autosave/',0,'revision','',0),
(1795,4,'2012-08-13 13:03:22','2012-08-13 13:03:22','If you work in destination or travel marketing, there are plenty of people that envy your job. What could be more fun that having travel as your business? After all, destination marketers get to research and report on the places that make a place stand out. I am sure that involves a lot of fun activities like dining out and attending cultural events.\r\n\r\nSome destinations are easier to market than others. Perhaps New York City or Washington, DC are more enticing to travelers than Des Moines or Kenosha (no offense to either of those cities).\r\n\r\n<strong>Whatever destination you are marketing, however, you should make sure it is open for business. This means having places for people to stay and eat, and actually being open.</strong>\r\n\r\nYesterday, I went to Hagerstown, Maryland. My destination was not the city of Hagerstown, but rather the Premium Outlets located there. Once I was done shopping, I decided to check out \"Historic Downtown Hagerstown.\" I figured I would stop by the visitor center to get some information about what made Hagerstown historic and then perhaps get a refreshment of some sort.\r\n\r\nI drove into Hagerstown, and I noticed that there were few if any people on the street.  Everything seemed closed. I went into the visitor center at 3:45 pm, which was lucky since it closes at 4 pm on Sundays. The only person there was the clerk. I asked if anything was open and he told me that most restaurants and other businesses in downtown Hagerstown are closed on Sundays AND on Mondays.  I picked up a few brochures and left. Needless to say, I was not going to be able to get any snacks so I just headed to the highway and back home.\r\n\r\nHagerstown\'s Convention and Visitor\'s Bureau\'s <a href=\"http://www.marylandmemories.org/index.shtml\" target=\"_blank\">website</a> does not mention that downtown Hagerstown is closed on Sundays. Also, their tagline seems to be \"Let\'s make some Maryland memories 75 miles away from Baltimore.\"  I am not sure why anyone would think that\'s a good way to market a destination (hey, its more than an hour\'s drive from a big city!).\r\n\r\nMost people who take day trips do so on the weekends- Saturdays AND Sundays. If a town/city is dead on Sundays, there is no reason to visit.  If you want to market your city or town as a destination (historic or otherwise), you must be open for business.\r\n\r\nWould you make a separate trip to visit a place if you found it was not open on the day you visit? Let me know your thoughts.\r\n\r\n&nbsp;','Is your destination open for business?','','inherit','open','open','','1791-revision-2','','','2012-08-13 13:03:22','2012-08-13 13:03:22','',1791,'http://deborahbrody.com/2012/08/1791-revision-2/',0,'revision','',0),
(1796,4,'2012-02-27 15:27:13','2012-02-27 15:27:13','Deborah Brody Marketing Communications works with small to medium-size businesses and non-profit organizations. We have experience with various industries, including hospitality/tourism, financial, real estate, marketing, legal and software development.\r\n\r\n<strong>Clients have included:</strong>\r\n\r\nACTON Marketing\r\nAlexandria Education\r\n\r\nBNA\r\nB’nai B’rith International\r\nCaribbean Basin Enterprise\r\nHotel Presidente (Costa Rica)\r\nLaw Offices of Jason Warshofsky\r\nMemorable Costa Rica\r\n\r\nMiCORE Solutions, Inc.\r\nSimply Savvy Events\r\nStarWave Associates\r\nStateTrust Group\r\nStreamline Communications\r\nStudio Twenty-Two\r\nTabacon Resort and Spa (Costa Rica)\r\nThe Gary Rosenthal Collection','Clients','','inherit','open','open','','38-revision-v1','','','2012-02-27 15:27:13','2012-02-27 15:27:13','',38,'http://deborahbrody.com/2012/02/38-revision-4/',0,'revision','',0),
(1797,4,'2012-08-17 13:57:59','2012-08-17 13:57:59','My last blog post was about how you have to <a title=\"Is your destination open for business?\" href=\"http://deborahbrody.com/2012/08/is-your-destination-open-for-business/\">\"be open for business\"</a> if you are trying to market a destination.  In other words, marketers have to be aware of what the potential/actual customer experience looks and feels like.\r\n\r\nLast night, I attended a happy hour at a newish bar in Penn Quarter in Washington, DC.  My friend and I each got a $5 beer and sat down. The place was crowded, not packed, and the din was tremendous. We could barely hear each other. Why? Well, the room was apparently designed to bounce all noise back. There were none of the usual noise absorbers like acoustic tile on the ceiling or carpet or drapes. Instead the floor was pure concrete, the ceiling had no insulation and the walls were also concrete.\r\n\r\nIt was so unpleasant that we left after one beer. I wonder how many other people also left after a short while. If this bar checked out its customer experience they could take corrective steps to cut down some of the noise. Otherwise, I predict that within six months the place will close because no one is going to want to hang out there.\r\n\r\nRegardless of what field you are in, marketing is not simply pushing out a message and hoping it will stick. Marketers need to understand their customers and their experience with their product or service.\r\n\r\nSavvy marketers will check out the customer experience. Whether you do it by surveys, secret shoppers, going on location, listening to customer input on social channels--there are many ways to understand what your customers like and dislike. If you ignore the customer experience, your marketing will ultimately fail.\r\n\r\nHow do you check out the customer experience? Have you had a marketing campaign fail (or succeed) because of customer feedback?\r\n\r\n&nbsp;','Checking out the customer experience','','publish','open','open','','checking-out-the-customer-experience','','','2012-08-17 13:57:59','2012-08-17 13:57:59','',0,'http://deborahbrody.com/?p=1797',0,'post','',0),
(1798,4,'2012-08-17 13:57:20','2012-08-17 13:57:20','My last blog post was about how you have to <a title=\"Is your destination open for business?\" href=\"http://deborahbrody.com/2012/08/is-your-destination-open-for-business/\">\"be open for business\"</a> if you are trying to market a destination.  In other words, marketers have to be aware of what the potential/actual customer experience looks and feels like.\n\nLast night, I attended a happy hour at a newish bar in Penn Quarter in Washington, DC.  My friend and I each got a $5 beer and sat down. The place was crowded, not packed, but the din was tremendous. We could barely hear each other. Why? Well, the room was apparently designed to bounce all noise back. There were none of the usual noise absorbers like acoustic tile on the ceiling or carpet or drapes. Instead the floor was pure concrete, the ceiling had no insulation and the walls were also concrete.\n\nIt was so unpleasant that we left after one beer. I wonder how many other people also left after a short while. If this bar checked out its customer experience they could take corrective steps to cut down some of the noise. Otherwise, I predict that within six months the place will close because no one is going to want to hang out there.\n\nRegardless of what field you are in, marketing is not simply pushing out a message and hoping it will stick. Marketers need to understand their customers and their experience with their product or service.\n\nSavvy marketers will check out the customer experience. Whether you do it by surveys, secret shoppers, going on location, listening to customer input on social channels--there are many ways to understand what your customers like and dislike. If you ignore the customer experience, your marketing will ultimately fail.\n\nHow do you check out the customer experience? Have you had a marketing campaign fail (or succeed) because of customer feedback?\n\n&nbsp;','Checking out the customer experience','','inherit','open','open','','1797-revision','','','2012-08-17 13:57:20','2012-08-17 13:57:20','',1797,'http://deborahbrody.com/2012/08/1797-revision/',0,'revision','',0),
(1800,4,'2012-08-20 19:04:14','2012-08-20 19:04:14','Here I go again. Pepco can\'t seem to stop providing material. On Friday, I received a letter from Thomas H. Graham, Pepco\'s regional president. It was addressed to \"Dear Valued Pepco Customer.\"\n\nThis letter, dated August 3 (but received two weeks later), is more of what we have already seen in Pepco\'s ads and public statements.  The derecho was very bad. Pepco had a lot of work to do. Pepco is committed to improving reliability.\n\n<strong>Same message, different medium.</strong>\n\nMy favorite line is this:\n<blockquote>Yet, even with all the destruction, Pepco restored power to 90% of customers by midnight on July 4, more than 48 before our original estimate.</blockquote>\nLet\'s rewrite: Most Pepco customers were without power for five days.  Pepco did not get power to <span style=\"text-decoration: underline;\">all</span> its customers until some eight days after the storm.\n\nWithout the spin, it doesn\'t sound so good, does it?\n\nThen we have this gem:\n<blockquote>Today, we are stronger and more reliable--but no amount of strengthening to our system could have withstood a storm of this magnitude.</blockquote>\nIn other words, Pepco wants customers to be aware that Pepco is not equipped to deal with storms \"of this magnitude.\"\n\nAnd the letter finishes off with the same message that we have seen over and over:\n<blockquote>Again, we sincerely thank you for your patience. I would also like to thank customers who took time to show their gratitude--shaking crew members\' hands, leaving them notes, water and Popsicles...We will continue to enhance our reliability....</blockquote>\nNote to Mr. Graham: anybody who was able to give crew members Popsicles had to have some refrigeration.  Just saying.\n\nPepco does not get that it does not matter what medium you use, the message is still not resonating.\n\nPersonally, I don\'t feel any better about Pepco after reading this letter--in fact, I am angry that the company would waste paper, postage and money putting together another self-congratulatory and inaccurate piece of propaganda. What do you think? Is direct mail to customers the way to get across this message?\n\n&nbsp;','It\'s not the medium, it\'s the message','','inherit','open','open','','1799-revision','','','2012-08-20 19:04:14','2012-08-20 19:04:14','',1799,'http://deborahbrody.com/2012/08/1799-revision/',0,'revision','',0),
(1801,4,'2012-08-20 19:04:25','2012-08-20 19:04:25','Here I go again. Pepco can\'t seem to stop providing material. On Friday, I received a letter from Thomas H. Graham, Pepco\'s regional president. It was addressed to \"Dear Valued Pepco Customer.\"\r\n\r\nThis letter, dated August 3 (but received two weeks later), is more of what we have already seen in Pepco\'s ads and public statements.  The derecho was very bad. Pepco had a lot of work to do. Pepco is committed to improving reliability.\r\n\r\n<strong>Same message, different medium.</strong>\r\n\r\nMy favorite line is this:\r\n<blockquote>Yet, even with all the destruction, Pepco restored power to 90% of customers by midnight on July 4, more than 48 before our original estimate.</blockquote>\r\nLet\'s rewrite: Most Pepco customers were without power for five days.  Pepco did not get power to <span style=\"text-decoration: underline;\">all</span> its customers until some eight days after the storm.\r\n\r\nWithout the spin, it doesn\'t sound so good, does it?\r\n\r\nThen we have this gem:\r\n<blockquote>Today, we are stronger and more reliable--but no amount of strengthening to our system could have withstood a storm of this magnitude.</blockquote>\r\nIn other words, Pepco wants customers to be aware that Pepco is not equipped to deal with storms \"of this magnitude.\"\r\n\r\nAnd the letter finishes off with the same message that we have seen over and over:\r\n<blockquote>Again, we sincerely thank you for your patience. I would also like to thank customers who took time to show their gratitude--shaking crew members\' hands, leaving them notes, water and Popsicles...We will continue to enhance our reliability....</blockquote>\r\nNote to Mr. Graham: anybody who was able to give crew members Popsicles had to have some refrigeration.  Just saying.\r\n\r\nPepco does not get that it does not matter what medium you use, the message is still not resonating.\r\n\r\nPersonally, I don\'t feel any better about Pepco after reading this letter--in fact, I am angry that the company would waste paper, postage and money putting together another self-congratulatory and inaccurate piece of propaganda. What do you think? Is direct mail to customers the way to get across this message?\r\n\r\n&nbsp;','It\'s not the medium, it\'s the message','','inherit','open','open','','1799-revision-2','','','2012-08-20 19:04:25','2012-08-20 19:04:25','',1799,'http://deborahbrody.com/2012/08/1799-revision-2/',0,'revision','',0),
(1802,4,'2012-08-22 13:51:45','2012-08-22 13:51:45','Asking for help is supposed to be one of the hardest things people do. I think it is probably harder for people to recognize when they need help.\r\n\r\n&nbsp;\r\n\r\n<a title=\"Shark by StormyDog, on Flickr\" href=\"http://www.flickr.com/photos/the-lees/134610871/\"><img src=\"http://farm1.staticflickr.com/54/134610871_a3ad9262b7.jpg\" alt=\"Shark\" width=\"500\" height=\"375\" /></a>\r\n\r\n<em>Photo: Shark by StormyDog, from Flickr.</em>\r\n\r\nThere\'s this guy--I call him the shark--who desperately needs help. Except he doesn\'t seem to recognize that he does.  The shark is a guy who hasn\'t quite mastered what we call \"social skills.\" More to the point, he doesn\'t know how to start or maintain a conversation. He doesn\'t have much to say even though he is dying to connect. This guy has been attending social events for the last twenty years and instead of making friends, he scares people away (thus why I call him the shark: he circles around making you feel he is going to injure you).  He comes up to women, whether or not they seem open to conversation, and stands there, expecting the woman to converse with him. What\'s worse is he has nothing to say. He\'s awkward and seems desperate. The bottom line is he needs help.\r\n\r\nSadly, the shark has been using the same \"strategy\" for twenty years: go to an event, and hope that someone will talk to him. What he should do is try a different strategy. One in which he recognizes that what he is doing doesn\'t work, and then get some help figuring out what does work -either from a therapist or a dating coach.\r\n\r\nBut before you think this is about people needing therapy, plenty of businesses and organizations also have communications problems. Nobody understands what they do. Nobody \"gets\" their message, if they even have one. These organizations need help.\r\n\r\nAs I said before, recognizing you need help is the hardest part. Here are some clues that your organization may need communications help:\r\n\r\n1. You\'ve been doing the same thing over and over, and getting no results.\r\n\r\n2. You can\'t explain in two or three sentences what you do.\r\n\r\n3. You are not \"engaging\" with your audiences--nobody \"likes\" your Facebook page for example.\r\n\r\n4. Your sales/donations are down.\r\n\r\nYou need help. Don\'t be like the shark, scaring your potential customers and donors away because you just don\'t know how to communicate!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Sometimes, you need help','','publish','open','open','','sometimes-you-need-help','','','2012-08-22 13:51:45','2012-08-22 13:51:45','',0,'http://deborahbrody.com/?p=1802',0,'post','',0),
(1803,4,'2012-08-22 13:51:07','2012-08-22 13:51:07','Asking for help is supposed to be one of the hardest things people do. I think it is probably harder for people to recognize when they need help.\n\n&nbsp;\n\n<a title=\"Shark by StormyDog, on Flickr\" href=\"http://www.flickr.com/photos/the-lees/134610871/\"><img src=\"http://farm1.staticflickr.com/54/134610871_a3ad9262b7.jpg\" alt=\"Shark\" width=\"500\" height=\"375\" /></a>\n\n<em>Photo: Shark by StormyDog, from Flickr.</em>\n\nThere\'s this guy--I call him the shark--who desperately needs help. Except he doesn\'t seem to recognize that he does.  The shark is a guy who hasn\'t quite mastered what we call \"social skills.\" More to the point, he doesn\'t know how to start or maintain a conversation. He doesn\'t have much to say even though he is dying to connect. This guy has been attending social events for the last twenty years and instead of making friends, he scares people away (thus why I call him the shark: he circles around making you feel he is going to injure you).  He comes up to women, whether or not they seem open to conversation, and stands there, expecting the woman to converse with him. What\'s worse is he has nothing to say. He\'s awkward and seems desperate. The bottom line is he needs help.\n\nSadly, the shark has been using the same \"strategy\" for twenty years: go to an event, and hope that someone will talk to him. What he should do is try a different strategy. One in which he recognizes that what he is doing doesn\'t work, and then get some help figuring out what does work -either from a therapist or a dating coach.\n\nBut before you think this is about people needing therapy, plenty of businesses and organizations also have communications problems. Nobody understands what they do. Nobody \"gets\" their message, if they even have one. These organizations need help.\n\nAs I said before, recognizing you need help is the hardest part. Here are some clues:\n\n1. You\'ve been doing the same thing over and over, and getting no results.\n\n2. You can\'t explain in two or three sentences what you do.\n\n3. You are not \"engaging\" with your audiences--nobody \"likes\" your Facebook page for example.\n\n4. Your sales/donations are down.\n\nYou need help. Don\'t be like the shark, scaring your potential customers and donors away because you just don\'t know how to communicate!\n\n&nbsp;\n\n&nbsp;','Sometimes, you need help','','inherit','open','open','','1802-revision','','','2012-08-22 13:51:07','2012-08-22 13:51:07','',1802,'http://deborahbrody.com/2012/08/1802-revision/',0,'revision','',0),
(1804,4,'2012-08-22 13:52:51','2012-08-22 13:52:51','Asking for help is supposed to be one of the hardest things people do. I think it is probably harder for people to recognize when they need help.\n\n&nbsp;\n\n<a title=\"Shark by StormyDog, on Flickr\" href=\"http://www.flickr.com/photos/the-lees/134610871/\"><img src=\"http://farm1.staticflickr.com/54/134610871_a3ad9262b7.jpg\" alt=\"Shark\" width=\"500\" height=\"375\" /></a>\n\n<em>Photo: Shark by StormyDog, from Flickr.</em>\n\nThere\'s this guy--I call him the shark--who desperately needs help. Except he doesn\'t seem to recognize that he does.  The shark is a guy who hasn\'t quite mastered what we call \"social skills.\" More to the point, he doesn\'t know how to start or maintain a conversation. He doesn\'t have much to say even though he is dying to connect. This guy has been attending social events for the last twenty years and instead of making friends, he scares people away (thus why I call him the shark: he circles around making you feel he is going to injure you).  He comes up to women, whether or not they seem open to conversation, and stands there, expecting the woman to converse with him. What\'s worse is he has nothing to say. He\'s awkward and seems desperate. The bottom line is he needs help.\n\nSadly, the shark has been using the same \"strategy\" for twenty years: go to an event, and hope that someone will talk to him. What he should do is try a different strategy. One in which he recognizes that what he is doing doesn\'t work, and then get some help figuring out what does work -either from a therapist or a dating coach.\n\nBut before you think this is about people needing therapy, plenty of businesses and organizations also have communications problems. Nobody understands what they do. Nobody \"gets\" their message, if they even have one. These organizations need help.\n\nAs I said before, recognizing you need help is the hardest part. Here are some clues that your organization may need communications help:\n\n1. You\'ve been doing the same thing over and over, and getting no results.\n\n2. You can\'t explain in two or three sentences what you do.\n\n3. You are not \"engaging\" with your audiences--nobody \"likes\" your Facebook page for example.\n\n4. Your sales/donations are down.\n\nYou need help. Don\'t be like the shark, scaring your potential customers and donors away because you just don\'t know how to communicate!\n\n&nbsp;\n\n&nbsp;','Sometimes, you need help','','inherit','open','open','','1802-autosave','','','2012-08-22 13:52:51','2012-08-22 13:52:51','',1802,'http://deborahbrody.com/2012/08/1802-autosave/',0,'revision','',0),
(1820,4,'2012-09-06 13:52:31','2012-09-06 13:52:31','My Google reader has more than 100 subscriptions. On Twitter, I follow more than 1000 folks. I also have connections on LinkedIn and pages I have liked on Facebook. All in all that is a lot of content to which I am exposed each day.\r\n\r\nI have come to realize there are three types of content providers that I just don\'t have time for. They are the raconteurs, the recyclers and the reprobates.  They seem to be everywhere and I just want to avoid them!\r\n\r\n<strong>Raconteurs</strong>\r\n\r\nRaconteurs like to make a fuss. They are there to criticize anything and anybody just to get a rise out of their readers. There is one writer in particular who is such an extreme example of this that I recognize him from his blog titles alone (things like \"Are we really better off today?\" or \"The Gender Gap is a Myth\") which are designed to perk your interest because they AIM to be controversial. The sad thing is many raconteurs are seeking controversy not to enlighten but to rile up.\r\n\r\n<strong>Recyclers</strong>\r\n\r\nThese are not your environmentally-friendly folks, looking to reduce, reuse and recycle cans, bottles and paper.  Instead, these are idea recyclers. They are so devoid of original thought that they recycle ideas posted by other folks and pass them off as their own. A couple of weeks ago,  the big rage on Twitter was an article from Fast Company on how to be more productive. Now, there is nothing wrong with re-posting or retweeting that information (heck, we all want to get more out of days it seems). What is bad is taking the content but changing the title, taking only the main points,  or whatever and passing it off as your own post. There\'s a blogger,  often featured on a blog I read regularly, who is a mistress of this format. If it was all over Twitter yesterday, she is posting about it today.\r\n\r\n<strong>Reprobates</strong>\r\n\r\nReprobates are people who just post nasty stuff--either because they think it is amusing or because they are seeking to shock. Mostly, they love to use obscenity in their tweets and their posts. The more f-bombs they can cram into a paragraph the better.  Reprobates also make inappropriate remarks about serious or sensitive topics-- like the CNN guy who called the Democratic National Convention \"The Vagina Monologues.\"\r\n\r\nDo you have some of these in your content stream? Do you have types of bloggers/Tweeters that you avoid? Let me know in the comments.','3 Rs: Who to avoid on social media','','publish','open','open','','3-rs-who-to-avoid-on-social-media','','','2012-09-06 13:52:31','2012-09-06 13:52:31','',0,'http://deborahbrody.com/?p=1820',0,'post','',0),
(1806,4,'2012-08-27 17:48:55','2012-08-27 17:48:55','If you are on Twitter, chances are you\'ve seen tweets like this:\r\n<p style=\"text-align: center;\"><em>Hey smelly guy on the Metro, invest in some deodorant! </em></p>\r\n<p style=\"text-align: center;\"><em>This girl at the gym is hogging the machines. </em></p>\r\nPeople are tapping away their snide commentary on their smartphones, knowing full well that the person they are discussing will never see these commentaries or know he or she was being discussed at all.\r\n\r\nPeople seem to be avoiding a confrontation. Or maybe the are avoiding an uncomfortable conversation. People seem to be expressing anger and distaste quite passively--by sharing it on Twitter-- without actually solving the situation.\r\n\r\nPerhaps this avoidant behavior is related to technology. Over the weekend, the Washington Post ran an article regarding entitled <a href=\"http://www.washingtonpost.com/opinions/the-art-of-the-digital-breakup/2012/08/23/636f4cce-b4c5-11e1-9e4c-5a6a137d65e1_story.html\" target=\"_blank\">\"It\'s over. Didn\'t You Get My Text?\"</a> (weirdly, the digital article is titled differently: \"The Art of the Digital Breakup\").  More and more, people are hiding behind their gadgets and avoiding talking to each other, especially about difficult things. In the article, Lisa Bonos writes:\r\n<blockquote>And it\'s not unheard of for Facebook users to get news about their romances when the other person changes his or her status...</blockquote>\r\nBonos says that digital rejections seem easier because there is no interruption or arguments. But, it could be painful for the \"dumpee\" since there was no chance to interact, to ask questions.\r\n\r\nI see it all the time (and have been guilty of myself): using email or social media to say something that we couldn\'t say to someone face to face.\r\n\r\nIt\'s affecting conversations for sure. But more distressing to me is that it seems to be affecting empathy and connection with other people. We figure that if we \"like\" something on Facebook, then we\'ve connected with someone. But have we? Not really.  I have seen many people who say they would rather text than talk. Some people even prefer posting things on social media to communicate with lots of people at once instead of bothering to talk to friends individually.\r\n\r\nIn the end, social media may not be MAKING us more passive-aggressive or socially awkward, perhaps it only exacerbates what was already there. And for me, social media has been the springboard to more meaningful personal connection. Sadly though, there are far too many people hiding behind their gadgets, making snide comments rather than confronting or connecting with other people.\r\n\r\nWhat do you think? Have you seen the rise in passive-aggressive behavior? Does it affect you?','Is social media making us more passive-aggressive?','','publish','open','open','','is-social-media-making-us-more-passive-aggressive','','','2012-08-30 18:24:04','2012-08-30 18:24:04','',0,'http://deborahbrody.com/?p=1806',0,'post','',0);
INSERT INTO `wp_posts` VALUES
(1807,4,'2012-08-27 17:48:23','2012-08-27 17:48:23','If you are on Twitter, chances are you\'ve seen tweets like this:\n<p style=\"text-align: center;\"><em>Hey smelly guy on the Metro, invest in some deodorant! </em></p>\n<p style=\"text-align: center;\"><em>This girl at the gym is hogging the machines. </em></p>\nPeople are tapping away their snide commentary on their smartphones, knowing full well that the person they are discussing will never see these commentaries or know he or she was being discussed at all.\n\nPeople seem to be avoiding a confrontation. Or maybe the are avoiding an uncomfortable conversation. People seem to be expressing anger and distaste quite passively--by sharing it on Twitter-- without actually solving the situation.\n\nPerhaps this avoidant behavior is related to technology. Over the weekend, the Washington Post ran an article regarding entitled <a href=\"http://www.washingtonpost.com/opinions/the-art-of-the-digital-breakup/2012/08/23/636f4cce-b4c5-11e1-9e4c-5a6a137d65e1_story.html\" target=\"_blank\">\"It\'s over. Didn\'t You Get My Text?\"</a> (weirdly, the digital article is titled differently: \"The Art of the Digital Breakup\").  More and more, people are hiding behind their gadgets and avoiding talking to each other, especially about difficult things. In the article, Lisa Bonos writes:\n<blockquote>And it\'s not unheard of for Facebook users to get news about their romances when the other person changes his or her status...</blockquote>\nBonos says that digital rejections seem easier because their is no interruption or arguments. But, it could be painful for the \"dumpee\" since there was no chance to interact, to ask questions.\n\nI see it all the time (and have been guilty of myself): using email or social media to say something that we couldn\'t say to someone face to face.\n\nIt\'s affecting conversations for sure. But more distressing to me is that it seems to be affecting empathy and connection with other people. We figure that if we \"like\" something on Facebook, then we\'ve connected with someone. But have we? Not really.  I have seen many people who say they would rather text than talk. Some people even prefer posting things on social media to communicate with lots of people at once instead of bothering to talk to friends individually.\n\nIn the end, social media may not be MAKING us more passive-aggressive or socially awkward, perhaps it only exacerbates what was already there. And for me, social media has been the springboard to more meaningful face to face connection. Sadly though, there are far too many people hiding behind their gadgets, making snide comments rather than confronting or connecting with other people.\n\nWhat do you think? Have you seen the rise in passive-aggressive behavior? Does it affect you?','Is social media making us more passive-aggressive?','','inherit','open','open','','1806-revision','','','2012-08-27 17:48:23','2012-08-27 17:48:23','',1806,'http://deborahbrody.com/2012/08/1806-revision/',0,'revision','',0),
(1808,4,'2012-09-04 19:57:38','2012-09-04 19:57:38','I finally watched <a href=\"http://www.imdb.com/title/tt0077928/\" target=\"_blank\">Midnight Express </a>last week. I know--EVERYBODY has seen it already (it came out in 1978, so I am merely 34 years behind the times). However,  I am very glad I didn\'t see it before my trip to Turkey back in 2000, or I would have had more than a second thought or two.\r\n\r\nIn case you are like me, one of the last two people who haven\'t seen this movie, let me give you a basic plot summary. Billy Hayes is visiting Istanbul in 1970 with his girlfriend Susan, and right before leaving decides to smuggle some hash out of the country. He gets caught and then gets thrown in a Turkish jail. Jail is no picnic and Billy is desperate to get out but not his parents\' money or the US consul can really help him. Turkey wants to make an example of him (if not of their prison system). He goes through hell (torture, hunger, madness, losing friends, losing hope, even ending up in a ward with demented people), until he is finally able to find a way out.\r\n\r\nWhile I was watching, I kept thinking that Midnight Express is really a movie about communications, and how when communications fail, stuff goes very wrong. It is also a movie about how cultures clash. If Billy had been just a bit more culturally sensitive, he may have avoided being put in jail in the first place. It\'s clear that Billy is the typical \"ugly American,\" thinking that he can behave in another country as if he\'s in the United States. He is also ignorant or very naive about the Turkish legal system. Smuggling hash through the airport makes him nervous, but when he is discovered, he almost treats it as a joke. He doesn\'t know Turkey considers this almost a capital crime.\r\n\r\nBy the way, Midnight Express is based on a true story. This really did happen.\r\n\r\nTo make  it out of a Turkish prison (or deal with a communications problem), you, like Billy Hayes, could do well to:\r\n\r\n<strong>Learn the lingo:</strong> Midnight express is a jail term for escaping jail. Billy doesn\'t seem to quite grasp this concept.\r\n\r\n<strong>Speak the language:</strong>If Billy had bothered to learn some Turkish, he may have understood what was being said.\r\n\r\n<strong>Understand that your culture is not the predominant one:</strong> Billy feels entitled. People should understand English, and they should treat him better just because he is American. But the opposite happens--he is singled out for brutal treatment.\r\n\r\n<strong>Know when to speak and when to be silent:</strong> Billy could have spared himself a lot of trouble if he kept his mouth shut. Instead, he rages against the prison guard and gets badly tortured.\r\n\r\nDid you see Midnight Express? Do you agree that Billy could have saved himself a lot of trouble or was he doomed just by doing what he did?\r\n\r\n&nbsp;','How to make it out of Turkish prison (or avoid going there in the first place)','','publish','open','open','','how-to-make-it-out-of-a-turkish-prison','','','2012-09-04 19:57:38','2012-09-04 19:57:38','',0,'http://deborahbrody.com/?p=1808',0,'post','',0),
(1809,4,'2012-08-30 16:39:45','2012-08-30 16:39:45','Last night, I finally watched Midnight Express. I am so glad I didn\'t see it before my trip to Turkey back in 2000, or I would have had more than a second thought or two.  In case you are like me, one of the last two people who haven\'t seen this movie, let me give you the basic plot. Billy Hayes is visiting Istanbul in 1970 with his girlfriend Susan, and right before leaving decides to smuggle some hash out of the country. He gets caught and then gets thrown in a Turkish jail. Jail is no picnic and Billy is desperate to get out but not his parents\' money or the US consul can really help him. Turkey wants to make an example of him (if not of their prison system).','What not to do if you are stuck in a Turkish prison','','inherit','open','open','','1808-revision','','','2012-08-30 16:39:45','2012-08-30 16:39:45','',1808,'http://deborahbrody.com/2012/08/1808-revision/',0,'revision','',0),
(1810,4,'2012-08-30 17:02:08','2012-08-30 17:02:08','Last night, I finally watched Midnight Express. I am so glad I didn\'t see it before my trip to Turkey back in 2000, or I would have had more than a second thought or two.  In case you are like me, one of the last two people who haven\'t seen this movie, let me give you the basic plot. Billy Hayes is visiting Istanbul in 1970 with his girlfriend Susan, and right before leaving decides to smuggle some hash out of the country. He gets caught and then gets thrown in a Turkish jail. Jail is no picnic and Billy is desperate to get out but not his parents\' money or the US consul can really help him. Turkey wants to make an example of him (if not of their prison system).\n\nNow, I am not defending the Turks here, but what is ugly is how Billy behaves. He thinks he can just saunter out of Turkey with drugs taped to his body. And when he is caught, he has no idea','What not to do if you are stuck in a Turkish prison','','inherit','open','open','','1808-revision-2','','','2012-08-30 17:02:08','2012-08-30 17:02:08','',1808,'http://deborahbrody.com/2012/08/1808-revision-2/',0,'revision','',0),
(1811,4,'2012-08-30 17:55:46','2012-08-30 17:55:46','We all know political speech is rhetorical--designed to fire up support. Most political speeches are short on substance and long on promises. This is true for any party, any politician. But how often do you see a political speech that is made up of misrepresentation and falsehoods? Indeed, of outright lies? Look no farther than Paul Ryan\'s speech at the Republican National Convention last night. The fact checkers have been having a field day, and everyone is saying the same thing: the speech is full of lies.  For example, Talking Points Memo lists the <a href=\"http://thinkprogress.org/election/2012/08/30/772921/6-worst-lies-in-paul-ryans-speech/\" target=\"_blank\">6 Worst Lies in Paul Ryan\'s Speech</a>. Even a blogger for Fox News calls the speech <a href=\"http://www.foxnews.com/opinion/2012/08/30/paul-ryans-speech-in-three-words/?intcmp=trending\" target=\"_blank\">deceiving</a> (although I have been told the blogger is a progressive pundit with the otherwise conservative news outlet h/t to <a href=\"https://twitter.com/MrMediaTraining\" target=\"_blank\">Brad Phillips</a>).\r\n\r\n<strong><span style=\"text-decoration: underline;\">But we are all fact checkers now.</span></strong>\r\n\r\nHow can you trust a politician who lies so blatantly and yet so earnestly? (Yes, I know, most politicians lie.)  It\'s like the bigwigs at the GOP are not aware that millions of people, all with access to the Internet, can quickly look things up, comment instantaneously and amplify the response.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Is it an echo chamber?</span></strong>\r\n\r\nOn the other hand, perhaps those of us tweeting and sharing articles like the one above are really in an echo chamber. We are all talking to ourselves. The party faithful out there think Paul Ryan gave a great speech! He promised that Mitt Romney will show strong leadership, and protect Medicare (even though Romney has shown very little leadership and Ryan\'s plan actually decimates both Medicare and Medicaid).\r\n\r\n<span style=\"text-decoration: underline;\"><strong>What happened to Medicaid?</strong></span>\r\n\r\nActually, you will notice that the RNC is focused on MEDICARE. Why? Because Medicare is the government-sponsored health insurance plan for SENIORS. There are a lot of seniors in Florida (where the convention is being held) and seniors vote.  But Romney and Ryan are not talking at all about Medicaid, which is government-sponsored health insurance for poor people.  But then again, Mitt Romney has already said he is not concerned about the very poor in this country.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Did you build that?</strong></span>\r\n\r\nAnd of course, the other deceitful thing going on at the RNC convention is the \"we did build it\" trope--which is based on a statement (perhaps unadvised) by President Obama about small businesses needing the support of government to succeed--that has been taken out of context.\r\n\r\nAll in all, something built on a weak foundation--and lies are weak--generally falls down on itself. But the question is unless someone points out a lie, do you know it? And more importantly, do the voters going to the polls in November have real, factual, proven information on which to make a decision?\r\n\r\n<strong><span style=\"text-decoration: underline;\">Truth should be as important as presentation.</span></strong>\r\n\r\nWhen people praise Paul Ryan\'s speech as being good--what are they saying? And if a speech can be good even though it is build on a foundation of lies, where does that leave us and our democracy?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Built on a foundation of lies','','publish','open','open','','built-on-a-foundation-of-lies','','','2012-08-30 18:38:42','2012-08-30 18:38:42','',0,'http://deborahbrody.com/?p=1811',0,'post','',0),
(1812,4,'2012-08-30 17:55:23','2012-08-30 17:55:23','We all know political speech is rhetorical--designed to fire up support. Most political speeches are short on substance and long on promises. This is true for any party, any politician. But how often do you see a political speech that is made up of misrepresentation and falsehoods? Indeed, of outright lies? Look no farther than Paul Ryan\'s speech at the Republican National Convention last night. The fact checkers have been having a field day, and everyone is saying the same thing: the speech is full of lies.  For example, Talking Points Memo lists the <a href=\"http://thinkprogress.org/election/2012/08/30/772921/6-worst-lies-in-paul-ryans-speech/\" target=\"_blank\">6 Worst Lies in Paul Ryan\'s Speech</a>. Even Fox News calls the speech <a href=\"http://www.foxnews.com/opinion/2012/08/30/paul-ryans-speech-in-three-words/?intcmp=trending\" target=\"_blank\">deceiving</a>.\n\n<strong><span style=\"text-decoration: underline;\">But we are all fact checkers now.</span></strong>\n\nHow can you trust a politician who lies so blatantly and yet so earnestly? (Yes, I know, most politicians lie.)  It\'s like the bigwigs at the GOP are not aware that millions of people, all with access to the Internet, can quickly look things up, comment instantaneously and amplify the response.\n\n<strong><span style=\"text-decoration: underline;\">Is it an echo chamber?</span></strong>\n\nOn the other hand, perhaps those of us tweeting and sharing articles like the one above are really in an echo chamber. We are all talking to ourselves. The party faithful out there think Paul Ryan gave a great speech! He promised that Mitt Romney will show strong leadership, and protect Medicare (even though Romney has shown very little leadership and Ryan\'s plan actually decimates both Medicare and Medicaid).\n\n<span style=\"text-decoration: underline;\"><strong>What happened to Medicaid?</strong></span>\n\nActually, you will notice that the RNC is focused on MEDICARE. Why? Because Medicare is the government-sponsored health insurance plan for SENIORS. There are a lot of seniors in Florida (where the convention is being held) and seniors vote.  But Romney and Ryan are not talking at all about Medicaid, which is government-sponsored health insurance for poor people.  But then again, Mitt Romney has already said he is not concerned about the very poor in this country.\n\n<span style=\"text-decoration: underline;\"><strong>Did you build that?</strong></span>\n\nAnd of course, the other deceitful thing going on at the RNC convention is the \"we did build it\" trope--which is based on a statement (perhaps unadvised) by President Obama about small businesses needing the support of government to succeed--that has been taken out of context.\n\nAll in all, something built on a weak foundation--and lies are weak--generally falls down on itself. But the question is unless someone points out a lie, do you know it? And more importantly, do the voters going to the polls in November have real, factual, proven information on which to make a decision?\n\n<strong><span style=\"text-decoration: underline;\">Truth should be as important as presentation.</span></strong>\n\nWhen people praise Paul Ryan\'s speech as being good--what are they saying? And if a speech can be good even though it is build on a foundation of lies, where does that leave us and our democracy?\n\n&nbsp;\n\n&nbsp;','Built on a foundation of lies','','inherit','open','open','','1811-revision','','','2012-08-30 17:55:23','2012-08-30 17:55:23','',1811,'http://deborahbrody.com/2012/08/1811-revision/',0,'revision','',0),
(1813,4,'2012-08-27 17:48:55','2012-08-27 17:48:55','If you are on Twitter, chances are you\'ve seen tweets like this:\r\n<p style=\"text-align: center;\"><em>Hey smelly guy on the Metro, invest in some deodorant! </em></p>\r\n<p style=\"text-align: center;\"><em>This girl at the gym is hogging the machines. </em></p>\r\nPeople are tapping away their snide commentary on their smartphones, knowing full well that the person they are discussing will never see these commentaries or know he or she was being discussed at all.\r\n\r\nPeople seem to be avoiding a confrontation. Or maybe the are avoiding an uncomfortable conversation. People seem to be expressing anger and distaste quite passively--by sharing it on Twitter-- without actually solving the situation.\r\n\r\nPerhaps this avoidant behavior is related to technology. Over the weekend, the Washington Post ran an article regarding entitled <a href=\"http://www.washingtonpost.com/opinions/the-art-of-the-digital-breakup/2012/08/23/636f4cce-b4c5-11e1-9e4c-5a6a137d65e1_story.html\" target=\"_blank\">\"It\'s over. Didn\'t You Get My Text?\"</a> (weirdly, the digital article is titled differently: \"The Art of the Digital Breakup\").  More and more, people are hiding behind their gadgets and avoiding talking to each other, especially about difficult things. In the article, Lisa Bonos writes:\r\n<blockquote>And it\'s not unheard of for Facebook users to get news about their romances when the other person changes his or her status...</blockquote>\r\nBonos says that digital rejections seem easier because their is no interruption or arguments. But, it could be painful for the \"dumpee\" since there was no chance to interact, to ask questions.\r\n\r\nI see it all the time (and have been guilty of myself): using email or social media to say something that we couldn\'t say to someone face to face.\r\n\r\nIt\'s affecting conversations for sure. But more distressing to me is that it seems to be affecting empathy and connection with other people. We figure that if we \"like\" something on Facebook, then we\'ve connected with someone. But have we? Not really.  I have seen many people who say they would rather text than talk. Some people even prefer posting things on social media to communicate with lots of people at once instead of bothering to talk to friends individually.\r\n\r\nIn the end, social media may not be MAKING us more passive-aggressive or socially awkward, perhaps it only exacerbates what was already there. And for me, social media has been the springboard to more meaningful personal connection. Sadly though, there are far too many people hiding behind their gadgets, making snide comments rather than confronting or connecting with other people.\r\n\r\nWhat do you think? Have you seen the rise in passive-aggressive behavior? Does it affect you?','Is social media making us more passive-aggressive?','','inherit','open','open','','1806-revision-2','','','2012-08-27 17:48:55','2012-08-27 17:48:55','',1806,'http://deborahbrody.com/2012/08/1806-revision-2/',0,'revision','',0),
(1814,4,'2012-08-30 17:55:46','2012-08-30 17:55:46','We all know political speech is rhetorical--designed to fire up support. Most political speeches are short on substance and long on promises. This is true for any party, any politician. But how often do you see a political speech that is made up of misrepresentation and falsehoods? Indeed, of outright lies? Look no farther than Paul Ryan\'s speech at the Republican National Convention last night. The fact checkers have been having a field day, and everyone is saying the same thing: the speech is full of lies.  For example, Talking Points Memo lists the <a href=\"http://thinkprogress.org/election/2012/08/30/772921/6-worst-lies-in-paul-ryans-speech/\" target=\"_blank\">6 Worst Lies in Paul Ryan\'s Speech</a>. Even Fox News calls the speech <a href=\"http://www.foxnews.com/opinion/2012/08/30/paul-ryans-speech-in-three-words/?intcmp=trending\" target=\"_blank\">deceiving</a>.\r\n\r\n<strong><span style=\"text-decoration: underline;\">But we are all fact checkers now.</span></strong>\r\n\r\nHow can you trust a politician who lies so blatantly and yet so earnestly? (Yes, I know, most politicians lie.)  It\'s like the bigwigs at the GOP are not aware that millions of people, all with access to the Internet, can quickly look things up, comment instantaneously and amplify the response.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Is it an echo chamber?</span></strong>\r\n\r\nOn the other hand, perhaps those of us tweeting and sharing articles like the one above are really in an echo chamber. We are all talking to ourselves. The party faithful out there think Paul Ryan gave a great speech! He promised that Mitt Romney will show strong leadership, and protect Medicare (even though Romney has shown very little leadership and Ryan\'s plan actually decimates both Medicare and Medicaid).\r\n\r\n<span style=\"text-decoration: underline;\"><strong>What happened to Medicaid?</strong></span>\r\n\r\nActually, you will notice that the RNC is focused on MEDICARE. Why? Because Medicare is the government-sponsored health insurance plan for SENIORS. There are a lot of seniors in Florida (where the convention is being held) and seniors vote.  But Romney and Ryan are not talking at all about Medicaid, which is government-sponsored health insurance for poor people.  But then again, Mitt Romney has already said he is not concerned about the very poor in this country.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Did you build that?</strong></span>\r\n\r\nAnd of course, the other deceitful thing going on at the RNC convention is the \"we did build it\" trope--which is based on a statement (perhaps unadvised) by President Obama about small businesses needing the support of government to succeed--that has been taken out of context.\r\n\r\nAll in all, something built on a weak foundation--and lies are weak--generally falls down on itself. But the question is unless someone points out a lie, do you know it? And more importantly, do the voters going to the polls in November have real, factual, proven information on which to make a decision?\r\n\r\n<strong><span style=\"text-decoration: underline;\">Truth should be as important as presentation.</span></strong>\r\n\r\nWhen people praise Paul Ryan\'s speech as being good--what are they saying? And if a speech can be good even though it is build on a foundation of lies, where does that leave us and our democracy?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Built on a foundation of lies','','inherit','open','open','','1811-revision-2','','','2012-08-30 17:55:46','2012-08-30 17:55:46','',1811,'http://deborahbrody.com/2012/08/1811-revision-2/',0,'revision','',0),
(1815,4,'2012-08-30 18:25:33','2012-08-30 18:25:33','We all know political speech is rhetorical--designed to fire up support. Most political speeches are short on substance and long on promises. This is true for any party, any politician. But how often do you see a political speech that is made up of misrepresentation and falsehoods? Indeed, of outright lies? Look no farther than Paul Ryan\'s speech at the Republican National Convention last night. The fact checkers have been having a field day, and everyone is saying the same thing: the speech is full of lies.  For example, Talking Points Memo lists the <a href=\"http://thinkprogress.org/election/2012/08/30/772921/6-worst-lies-in-paul-ryans-speech/\" target=\"_blank\">6 Worst Lies in Paul Ryan\'s Speech</a>. Even a blogger for Fox News calls the speech <a href=\"http://www.foxnews.com/opinion/2012/08/30/paul-ryans-speech-in-three-words/?intcmp=trending\" target=\"_blank\">deceiving</a>.\r\n\r\n<strong><span style=\"text-decoration: underline;\">But we are all fact checkers now.</span></strong>\r\n\r\nHow can you trust a politician who lies so blatantly and yet so earnestly? (Yes, I know, most politicians lie.)  It\'s like the bigwigs at the GOP are not aware that millions of people, all with access to the Internet, can quickly look things up, comment instantaneously and amplify the response.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Is it an echo chamber?</span></strong>\r\n\r\nOn the other hand, perhaps those of us tweeting and sharing articles like the one above are really in an echo chamber. We are all talking to ourselves. The party faithful out there think Paul Ryan gave a great speech! He promised that Mitt Romney will show strong leadership, and protect Medicare (even though Romney has shown very little leadership and Ryan\'s plan actually decimates both Medicare and Medicaid).\r\n\r\n<span style=\"text-decoration: underline;\"><strong>What happened to Medicaid?</strong></span>\r\n\r\nActually, you will notice that the RNC is focused on MEDICARE. Why? Because Medicare is the government-sponsored health insurance plan for SENIORS. There are a lot of seniors in Florida (where the convention is being held) and seniors vote.  But Romney and Ryan are not talking at all about Medicaid, which is government-sponsored health insurance for poor people.  But then again, Mitt Romney has already said he is not concerned about the very poor in this country.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Did you build that?</strong></span>\r\n\r\nAnd of course, the other deceitful thing going on at the RNC convention is the \"we did build it\" trope--which is based on a statement (perhaps unadvised) by President Obama about small businesses needing the support of government to succeed--that has been taken out of context.\r\n\r\nAll in all, something built on a weak foundation--and lies are weak--generally falls down on itself. But the question is unless someone points out a lie, do you know it? And more importantly, do the voters going to the polls in November have real, factual, proven information on which to make a decision?\r\n\r\n<strong><span style=\"text-decoration: underline;\">Truth should be as important as presentation.</span></strong>\r\n\r\nWhen people praise Paul Ryan\'s speech as being good--what are they saying? And if a speech can be good even though it is build on a foundation of lies, where does that leave us and our democracy?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Built on a foundation of lies','','inherit','open','open','','1811-revision-3','','','2012-08-30 18:25:33','2012-08-30 18:25:33','',1811,'http://deborahbrody.com/2012/08/1811-revision-3/',0,'revision','',0),
(1816,4,'2012-08-30 18:34:59','2012-08-30 18:34:59','We all know political speech is rhetorical--designed to fire up support. Most political speeches are short on substance and long on promises. This is true for any party, any politician. But how often do you see a political speech that is made up of misrepresentation and falsehoods? Indeed, of outright lies? Look no farther than Paul Ryan\'s speech at the Republican National Convention last night. The fact checkers have been having a field day, and everyone is saying the same thing: the speech is full of lies.  For example, Talking Points Memo lists the <a href=\"http://thinkprogress.org/election/2012/08/30/772921/6-worst-lies-in-paul-ryans-speech/\" target=\"_blank\">6 Worst Lies in Paul Ryan\'s Speech</a>. Even a blogger for Fox News calls the speech <a href=\"http://www.foxnews.com/opinion/2012/08/30/paul-ryans-speech-in-three-words/?intcmp=trending\" target=\"_blank\">deceiving</a> (although I have been told the blogger is a progressive pundit with the otherwise conservative news outlet h/t to <a href=\"https://twitter.com/MrMediaTraining\" target=\"_blank\">Brad Phillips</a>).\n\n<strong><span style=\"text-decoration: underline;\">But we are all fact checkers now.</span></strong>\n\nHow can you trust a politician who lies so blatantly and yet so earnestly? (Yes, I know, most politicians lie.)  It\'s like the bigwigs at the GOP are not aware that millions of people, all with access to the Internet, can quickly look things up, comment instantaneously and amplify the response.\n\n<strong><span style=\"text-decoration: underline;\">Is it an echo chamber?</span></strong>\n\nOn the other hand, perhaps those of us tweeting and sharing articles like the one above are really in an echo chamber. We are all talking to ourselves. The party faithful out there think Paul Ryan gave a great speech! He promised that Mitt Romney will show strong leadership, and protect Medicare (even though Romney has shown very little leadership and Ryan\'s plan actually decimates both Medicare and Medicaid).\n\n<span style=\"text-decoration: underline;\"><strong>What happened to Medicaid?</strong></span>\n\nActually, you will notice that the RNC is focused on MEDICARE. Why? Because Medicare is the government-sponsored health insurance plan for SENIORS. There are a lot of seniors in Florida (where the convention is being held) and seniors vote.  But Romney and Ryan are not talking at all about Medicaid, which is government-sponsored health insurance for poor people.  But then again, Mitt Romney has already said he is not concerned about the very poor in this country.\n\n<span style=\"text-decoration: underline;\"><strong>Did you build that?</strong></span>\n\nAnd of course, the other deceitful thing going on at the RNC convention is the \"we did build it\" trope--which is based on a statement (perhaps unadvised) by President Obama about small businesses needing the support of government to succeed--that has been taken out of context.\n\nAll in all, something built on a weak foundation--and lies are weak--generally falls down on itself. But the question is unless someone points out a lie, do you know it? And more importantly, do the voters going to the polls in November have real, factual, proven information on which to make a decision?\n\n<strong><span style=\"text-decoration: underline;\">Truth should be as important as presentation.</span></strong>\n\nWhen people praise Paul Ryan\'s speech as being good--what are they saying? And if a speech can be good even though it is build on a foundation of lies, where does that leave us and our democracy?\n\n&nbsp;\n\n&nbsp;','Built on a foundation of lies','','inherit','open','open','','1811-autosave','','','2012-08-30 18:34:59','2012-08-30 18:34:59','',1811,'http://deborahbrody.com/2012/08/1811-autosave/',0,'revision','',0),
(1817,4,'2012-08-30 18:25:49','2012-08-30 18:25:49','We all know political speech is rhetorical--designed to fire up support. Most political speeches are short on substance and long on promises. This is true for any party, any politician. But how often do you see a political speech that is made up of misrepresentation and falsehoods? Indeed, of outright lies? Look no farther than Paul Ryan\'s speech at the Republican National Convention last night. The fact checkers have been having a field day, and everyone is saying the same thing: the speech is full of lies.  For example, Talking Points Memo lists the <a href=\"http://thinkprogress.org/election/2012/08/30/772921/6-worst-lies-in-paul-ryans-speech/\" target=\"_blank\">6 Worst Lies in Paul Ryan\'s Speech</a>. Even a blogger for Fox News calls the speech <a href=\"http://www.foxnews.com/opinion/2012/08/30/paul-ryans-speech-in-three-words/?intcmp=trending\" target=\"_blank\">deceiving</a>.\r\n\r\n<strong><span style=\"text-decoration: underline;\">But we are all fact checkers now.</span></strong>\r\n\r\nHow can you trust a politician who lies so blatantly and yet so earnestly? (Yes, I know, most politicians lie.)  It\'s like the bigwigs at the GOP are not aware that millions of people, all with access to the Internet, can quickly look things up, comment instantaneously and amplify the response.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Is it an echo chamber?</span></strong>\r\n\r\nOn the other hand, perhaps those of us tweeting and sharing articles like the one above are really in an echo chamber. We are all talking to ourselves. The party faithful out there think Paul Ryan gave a great speech! He promised that Mitt Romney will show strong leadership, and protect Medicare (even though Romney has shown very little leadership and Ryan\'s plan actually decimates both Medicare and Medicaid).\r\n\r\n<span style=\"text-decoration: underline;\"><strong>What happened to Medicaid?</strong></span>\r\n\r\nActually, you will notice that the RNC is focused on MEDICARE. Why? Because Medicare is the government-sponsored health insurance plan for SENIORS. There are a lot of seniors in Florida (where the convention is being held) and seniors vote.  But Romney and Ryan are not talking at all about Medicaid, which is government-sponsored health insurance for poor people.  But then again, Mitt Romney has already said he is not concerned about the very poor in this country.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Did you build that?</strong></span>\r\n\r\nAnd of course, the other deceitful thing going on at the RNC convention is the \"we did build it\" trope--which is based on a statement (perhaps unadvised) by President Obama about small businesses needing the support of government to succeed--that has been taken out of context.\r\n\r\nAll in all, something built on a weak foundation--and lies are weak--generally falls down on itself. But the question is unless someone points out a lie, do you know it? And more importantly, do the voters going to the polls in November have real, factual, proven information on which to make a decision?\r\n\r\n<strong><span style=\"text-decoration: underline;\">Truth should be as important as presentation.</span></strong>\r\n\r\nWhen people praise Paul Ryan\'s speech as being good--what are they saying? And if a speech can be good even though it is build on a foundation of lies, where does that leave us and our democracy?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Built on a foundation of lies','','inherit','open','open','','1811-revision-4','','','2012-08-30 18:25:49','2012-08-30 18:25:49','',1811,'http://deborahbrody.com/2012/08/1811-revision-4/',0,'revision','',0),
(1818,4,'2012-08-16 13:15:16','2012-08-16 13:15:16','Deborah Brody Marketing Communications works with businesses and non-profit organizations. We have experience with various industries, including hospitality/tourism, financial, real estate, marketing, legal and software development.\r\n\r\n<strong>Clients have included:</strong>\r\n\r\nACTON Marketing\r\nAlexandria Education\r\n\r\nBNA\r\nB’nai B’rith International\r\nCaribbean Basin Enterprise\r\nHotel Presidente (Costa Rica)\r\n\r\nKARRASS\r\nLaw Offices of Jason Warshofsky\r\nMemorable Costa Rica\r\n\r\nMiCORE Solutions, Inc.\r\nSimply Savvy Events\r\n\r\nSperry Van Ness\r\nStarWave Associates\r\nStateTrust Group\r\nStreamline Communications\r\nStudio Twenty-Two\r\n\r\nSW Creatives\r\nTabacon Resort and Spa (Costa Rica)\r\nThe Gary Rosenthal Collection','Clients','','inherit','open','open','','38-revision-v1','','','2012-08-16 13:15:16','2012-08-16 13:15:16','',38,'http://deborahbrody.com/2012/08/38-revision-5/',0,'revision','',0),
(1819,4,'2012-09-04 19:56:43','2012-09-04 19:56:43','I finally watched <a href=\"http://www.imdb.com/title/tt0077928/\" target=\"_blank\">Midnight Express </a>last week. I know--EVERYBODY has seen it already (it came out in 1978, so I am merely 34 years behind the times). However,  I am very glad I didn\'t see it before my trip to Turkey back in 2000, or I would have had more than a second thought or two.\n\nIn case you are like me, one of the last two people who haven\'t seen this movie, let me give you a basic plot summary. Billy Hayes is visiting Istanbul in 1970 with his girlfriend Susan, and right before leaving decides to smuggle some hash out of the country. He gets caught and then gets thrown in a Turkish jail. Jail is no picnic and Billy is desperate to get out but not his parents\' money or the US consul can really help him. Turkey wants to make an example of him (if not of their prison system). He goes through hell (torture, hunger, madness, losing friends, losing hope, even ending up in a ward with demented people), until he is finally able to find a way out.\n\nWhile I was watching, I kept thinking that Midnight Express is really a movie about communications, and how when communications fail, stuff goes very wrong. It is also a movie about how cultures clash. If Billy had been just a bit more culturally sensitive, he may have avoided being put in jail in the first place. It\'s clear that Billy is the typical \"ugly American,\" thinking that he can behave in another country as if he\'s in the United States. He is also ignorant or very naive about the Turkish legal system. Smuggling hash through the airport makes him nervous, but when he is discovered, he almost treats it as a joke.\n\nOh, and by the way, Midnight Express is based on a true story. This really did happen.\n\nTo make  it out of a Turkish prison (or deal with a communications problem), you, like Billy Hayes, could do well to:\n\n<strong>Learn the lingo:</strong> Midnight express is a jail term for escaping jail. Billy doesn\'t seem to quite grasp this concept.\n\n<strong>Speak the language:</strong>If Billy had bothered to learn some Turkish, he may have understood what was being said.\n\n<strong>Understand that your culture is not the predominant one:</strong> Billy feels entitled. People should understand English, and they should treat him better just because he is American. But the opposite happens--he is singled out for brutal treatment.\n\n<strong>Know when to speak and when to be silent:</strong> Billy could have spared himself a lot of trouble if he kept his mouth shut. Instead, he rages against the prison guard and gets badly tortured.\n\nDid you see Midnight Express? Do you agree that Billy could have saved himself a lot of trouble or was he doomed just by doing what he did?\n\n&nbsp;','How to make it out of Turkish prison (or avoid going there in the first place)','','inherit','open','open','','1808-revision-3','','','2012-09-04 19:56:43','2012-09-04 19:56:43','',1808,'http://deborahbrody.com/2012/09/1808-revision-3/',0,'revision','',0),
(1821,4,'2012-09-06 13:52:19','2012-09-06 13:52:19','My Google reader has more than 100 subscriptions. On Twitter, I follow more than 1000 folks. I also have connections on LinkedIn and pages I have liked on Facebook. All in all that is a lot of content to which I am exposed each day.\n\nI have come to realize there are three types of content providers that I just don\'t have time for. They are the raconteurs, the recyclers and the reprobates.  They seem to be everywhere and I just want to avoid them!\n\n<strong>Raconteurs</strong>\n\nRaconteurs like to make a fuss. They are there to criticize anything and anybody just to get a rise out of their readers. There is one writer in particular who is such an extreme example of this that I recognize him from his blog titles alone (things like \"Are we really better off today?\" or \"The Gender Gap is a Myth\") which are designed to perk your interest because they AIM to be controversial. The sad thing is many raconteurs are seeking controversy not to enlighten but to rile up.\n\n<strong>Recyclers</strong>\n\nThese are not your environmentally-friendly folks, looking to reduce, reuse and recycle cans, bottles and paper.  Instead, these are idea recyclers. They are so devoid of original thought that they recycle ideas posted by other folks and pass them off as their own. A couple of weeks ago,  the big rage on Twitter was an article from Fast Company on how to be more productive. Now, there is nothing wrong with re-posting or retweeting that information (heck, we all want to get more out of days it seems). What is bad is taking the content but changing the title, taking only the main points,  or whatever and passing it off as your own post. There\'s a blogger,  often featured on a blog I read regularly, who is a mistress of this format. If it was all over Twitter yesterday, she is posting about it today.\n\n<strong>Reprobates</strong>\n\nReprobates are people who just post nasty stuff--either because they think it is amusing or because they are seeking to shock. Mostly, they love to use obscenity in their tweets and their posts. The more f-bombs they can cram into a paragraph the better.  Reprobates also make inappropriate remarks about serious or sensitive topics-- like the CNN guy who called the Democratic National Convention \"The Vagina Monologues.\"\n\nDo you have some of these in your content stream? Do you have types of bloggers/Tweeters that you avoid? Let me know in the comments.','3 Rs: Who to avoid on social media','','inherit','open','open','','1820-revision','','','2012-09-06 13:52:19','2012-09-06 13:52:19','',1820,'http://deborahbrody.com/2012/09/1820-revision/',0,'revision','',0),
(1822,4,'2012-09-06 13:53:35','2012-09-06 13:53:35','My Google reader has more than 100 subscriptions. On Twitter, I follow more than 1000 folks. I also have connections on LinkedIn and pages I have liked on Facebook. All in all that is a lot of content to which I am exposed each day.\n\nI have come to realize there are three types of content providers that I just don\'t have time for. They are the raconteurs, the recyclers and the reprobates.  They seem to be everywhere and I just want to avoid them!\n\n<strong>Raconteurs</strong>\n\nRaconteurs like to make a fuss. They are there to criticize anything and anybody just to get a rise out of their readers. There is one writer in particular who is such an extreme example of this that I recognize him from his blog titles alone (things like \"Are we really better off today?\" or \"The Gender Gap is a Myth\") which are designed to perk your interest because they AIM to be controversial. The sad thing is many raconteurs are seeking controversy not to enlighten but to rile up.\n\n<strong>Recyclers</strong>\n\nThese are not your environmentally-friendly folks, looking to reduce, reuse and recycle cans, bottles and paper.  Instead, these are idea recyclers. They are so devoid of original thought that they recycle ideas posted by other folks and pass them off as their own. A couple of weeks ago,  the big rage on Twitter was an article from Fast Company on how to be more productive. Now, there is nothing wrong with re-posting or retweeting that information (heck, we all want to get more out of days it seems). What is bad is taking the content but changing the title, taking only the main points,  or whatever and passing it off as your own post. There\'s a blogger,  often featured on a blog I read regularly, who is a mistress of this format. If it was all over Twitter yesterday, she is posting about it today.\n\n<strong>Reprobates</strong>\n\nReprobates are people who just post nasty stuff--either because they think it is amusing or because they are seeking to shock. Mostly, they love to use obscenity in their tweets and their posts. The more f-bombs they can cram into a paragraph the better.  Reprobates also make inappropriate remarks about serious or sensitive topics-- like the CNN guy who called the Democratic National Convention \"The Vagina Monologues.\"\n\nDo you have some of these in your content stream? Do you have types of bloggers/Tweeters that you avoid? Let me know in the comments.','3 Rs: Who to avoid on social media','','inherit','open','open','','1820-autosave','','','2012-09-06 13:53:35','2012-09-06 13:53:35','',1820,'http://deborahbrody.com/2012/09/1820-autosave/',0,'revision','',0),
(1823,4,'2012-09-07 13:52:07','2012-09-07 13:52:07','Thank goodness we all have something we are good at, and I hope we are doing whatever that is. After an incident this week, I hope doctors have the good sense to hire somebody who can handle communications for them (but maybe good sense is exactly what was lacking).\r\n\r\n<strong>The letter</strong>\r\n\r\nHere\'s the scenario: I received a letter from an ophthalmology practice I have been going to for the last two and half years. The letter introduces a doctor who is joining the practice. It goes on, in glowing terms, to describe the many qualifications this doctor has (apparently, with the exception that the new doctor roots for a basketball team the lead doctor does not).\r\n\r\nThe last paragraph is all about self-congratulation--let me quote:\r\n<blockquote>I am proud that at X Ophthalmology, our dedication and skill has (sic) been recognized in Washingtonian\'s Top Doctors, The Washington Post Super Doctors, Consumer Checkbook\'s Top Doctors, and on Angie\'s List. Together, we will continue to provide the highest level of medical care in a warm and supportive environment. We look forward to assisting you and your family with all of your eye care needs.</blockquote>\r\n<strong>The website</strong>\r\n\r\nNow, let me add that my doctor is neither the letter\'s author or the new doctor. So, I went to the practice\'s website, which still reflected her name and not the new doctor\'s.   I called and asked if my doctor was still at the practice. The answer was no. I asked why the website wasn\'t updated. The answer was that it had happened very quickly (by the way, not so quickly that they did not have new letterhead printed on which the letter was sent).  I asked whether they thought it might have been a good idea to inform my doctor\'s patients that she had left the practice and how to best contact her. I didn\'t get a satisfactory response. Clearly, this practice was just going to wait for patients to call and then tell them, which is not very thoughtful.\r\n\r\n<strong>The letter and the website don\'t match.</strong>\r\n\r\nIn my opinion, this shows a classically inept way of handling communications because it fails to think about the target audience\'s needs.  The lead doctor obviously thinks that patients will naturally want to stay with him and his new doctor, who after all, is the recipient of prizes and and all sorts of post graduate degrees from prestigious universities. It does not take into consideration that people form personal relationships with their doctors and that a doctor-patient relationship is based on trust. I have already developed trust with my doctor, and I like her.\r\n\r\n<strong>A better way: provide the information that your audience needs</strong>\r\n\r\nThe appropriate way to handle communications in this case would have been to introduce the new doctor while saying that my doctor had chosen to go to another practice. It would have also been good to update the website at the same time the letter was sent, making sure the new information was available by the time people got the letter. Additionally, the fact that this practice thinks it is more important to send a letter than to update a website shows a minimal understanding of how people get their information these days.\r\n\r\nPerhaps for people who understand communications my comments seem fairly straightforward. Apparently, this doctor has no clue, and why he should probably stick to making medical decisions.\r\n\r\nWhat do you think? Have you had similar experiences?\r\n\r\n&nbsp;','Why doctors shouldn\'t handle patient communications','','publish','open','open','','why-doctors-shouldnt-handle-patient-communications','','','2012-09-07 13:52:07','2012-09-07 13:52:07','',0,'http://deborahbrody.com/?p=1823',0,'post','',0),
(1824,4,'2012-09-07 13:51:36','2012-09-07 13:51:36','Thank goodness we all have something we are good at.  And I hope we are doing whatever that is. After an incident this week, I hope doctors have the good sense to hire somebody who can handle communications for them (but maybe good sense is exactly what was lacking).\n\n<strong>The letter</strong>\n\nHere\'s the scenario: I received a letter from an ophthalmology practice I have been going to for the last two and half years. The letter introduces a doctor who is joining the practice. It goes on, in glowing terms, to describe the many qualifications this doctor has (apparently, with the exception that the new doctor roots for a basketball team the lead doctor does not).\n\nThe last paragraph is all about self-congratulation--let me quote:\n<blockquote>I am proud that at X Ophthalmology, our dedication and skill has (sic) been recognized in Washingtonian\'s Top Doctors, The Washington Post Super Doctors, Consumer Checkbook\'s Top Doctors, and on Angie\'s List. Together, we will continue to provide the highest level of medical care in a warm and supportive environment. We look forward to assisting you and your family with all of your eye care needs.</blockquote>\n<strong>The website</strong>\n\nNow, let me add that my doctor is neither the letter\'s author or the new doctor. So, I went to the practice\'s website, which still reflected her name and not the new doctor\'s.   I called and asked if my doctor was still at the practice. The answer was no. I asked why the website wasn\'t updated. The answer was that it had happened very quickly (by the way, not so quickly that they did not have new letterhead printed on which the letter was sent).  I asked whether they thought it might have been a good idea to inform my doctor\'s patients that she had left the practice and how to best contact her. I didn\'t get a satisfactory response. Clearly, this practice was just going to wait for patients to call and then tell them, which is not very thoughtful.\n\n<strong>The letter and the website don\'t match.</strong>\n\nIn my opinion, this shows a classically inept way of handling communications because it fails to think about the target audience\'s needs.  The lead doctor obviously thinks that patients will naturally want to stay with him and his new doctor, who after all, is the recipient of prizes and and all sorts of post graduate degrees from prestigious universities. It does not take into consideration that people form personal relationships with their doctors and that a doctor-patient relationship is based on trust. I have already developed trust with my doctor, and I like her.\n\n<strong>A better way: provide the information that y</strong>\n\nThe appropriate way to handle communications in this case would have been to introduce the new doctor while saying that my doctor had chosen to go to another practice. It would have also been good to update the website at the same time the letter was sent, making sure the new information was available by the time people got the letter. Additionally, the fact that this practice thinks it is more important to send a letter than to update a website shows a minimal understanding of how people get their information these days.\n\nPerhaps for people who understand communications my comments seem fairly straightforward. Apparently, this doctor has no clue, and why he should probably stick to making medical decisions.\n\nWhat do you think? Have you had similar experiences?\n\n&nbsp;','Why doctors shouldn\'t handle patient communications','','inherit','open','open','','1823-revision','','','2012-09-07 13:51:36','2012-09-07 13:51:36','',1823,'http://deborahbrody.com/2012/09/1823-revision/',0,'revision','',0),
(1831,4,'2012-09-19 21:06:05','0000-00-00 00:00:00','After the Republican Convention in Tampa, the PBS Newshour interviewed a group of undecided voters. These voters represented a cross section of the electorate: men and women, young and old, and registered Republicans, Democrats and independents. To a person, each undecided voter was still undecided after listening to and discussing the convention speeches.\n\nThe PBS Newshour interviewed the same group of undecided voters after the Democratic Convention, and all were still undecided.\n\nHow do you convince the undecided to make a choice? First, you have to understand the source of indecision. In the case of the PBS group of undecided voters it seemed to me that the source of indecision was perfectionism. Each voter indicated that they liked certain things about each candidate, but not everything. It sounded like in order to make a decision, these voters needed the candidates to be perfect (to them).\n\nIf perfectionism is the problem, campaigns will need to convince voters that NO candidate is perfect and that perfectionism should not be a goal for voters. Campaigns will also have to set out which things matter the most and convince voters that those issues are the ones to look at--even at the expense of everything else.\n\nOf course, this is easier said than done.\n\n&nbsp;','Convincing the undecided','','draft','open','open','','','','','2012-09-19 21:06:05','2012-09-19 21:06:05','',0,'http://deborahbrody.com/?p=1831',0,'post','',0),
(1827,4,'2012-09-11 18:04:50','2012-09-11 18:04:50','Yesterday, I attended the first day of <a href=\"http://www.advertisingweekdc.com/\" target=\"_blank\">Advertising Week DC</a>, a yearly event that is hosted by the <a href=\"http://www.dcadclub.com/\" target=\"_blank\">Ad Club of Metropolitan Washington</a>.  The theme of this year\'s week is \"awe,\" as in awesome. It quickly became an annoying trope used throughout the day. I think what the organizers were trying to tap into was creativity--because that is what drives awesome campaigns, ads and/or concepts.\r\n\r\nOf the nine presentations I attended yesterday, three stood out in regards to creativity.\r\n\r\n<strong>Mad Women</strong>\r\n\r\nThe first was a presentation by Jane Maas, who has written a book about women in adverting during the 1960s called <a href=\"http://adage.com/article/special-report-advertising-week/forthcoming-tome-mad-women-side-story/230133/\" target=\"_blank\">Mad Women</a>. Ms. Maas started her advertising career as a copywriter in the days when most women in advertising were secretaries. We\'ve seen those days portrayed in Mad Men, and apparently, according to Maas, the portrayal is not far from the truth. People in the advertising world back then were busy smoking, drinking and having sex. Of course, people today are busy doing that, just not at the office.  Drinking heavily at lunch was de rigeur. She gave the sense that advertising work was freer from constraints back then. There was more loyalty from clients, and ad agencies were willing to experiment. Perhaps the experimentation was fueled by alcohol, regardless, there seemed to be an attempt to push the envelope and see things differently.\r\n\r\n<strong>A cool office...and CEO</strong>\r\n\r\nAndrew Graff is the CEO of Boston agency <a href=\"http://www.a-g.com/\" target=\"_blank\">Allen &amp; Gerritsen</a>. Graff spoke about how he has created a pretty cool environment at his agency, which is designed to foster creative thinking. First, he has given his staffers tons of perks, like free breakfast every day and pet health insurance. Second, he has built an office environment were people can work in different locations--cafe, sofa or cubicle.  Third, he has implemented a mentorship program where he is being mentored by a 23-year-old. This has allowed Graff to understand how another generation thinks.  The main points here are that people should enjoy coming to work and that work should not be structured in a traditional way. Graff says that if you are someone who needs a lot of structure to work, you won\'t be happy at Allen &amp; Gerritsen (nor would you likely be hired).  <strong>To be creative--to think differently--you have to be able to see beyond structure.</strong>\r\n\r\n<strong>Cannes award-winning campaigns</strong>\r\n\r\nThe last program (before the kick-off reception) was a reel of the winners of the 2012 Cannes Lions International Advertising Festival. What\'s great about being able to see these diverse campaigns is that it showcases creative and impactful work from  all over the world. A couple campaigns really stood out to me.\r\n\r\nOne was to save a library in Troy, OH. The people who were in favor of closing the library were saying that it was a tax issue. To counter that narrative the save-the-library folks came up with a social media campaign saying that they would be burning all the book once the library was closed. Folks were outraged at that suggestion. Then the save-the-library people said that closing the library was equivalent to burning books--effectively shutting down the taxes argument.\r\n\r\nThe other campaign that I thought was very creative was to encourage employers to hire workers with Down Syndrome. The campaign showed well known advertising (this was in Italy) but replaced the people in the ads with people who have Down\'s.  It was designed to make people see Down Syndrome in a more positive light.\r\n\r\n<strong>What are you doing to foster creativity?</strong>\r\n\r\nLately, I have noticed the lack of creativity in commercials. It seems as though they same ideas are cycled over and over. Chances are that ad agencies are not fostering creativity as much as they are kowtowing to clients who are unwilling to take risks.  There is no creativity without some degree of risk.\r\n\r\n&nbsp;','Fostering creativity and other ideas from Ad Week DC','','publish','open','open','','fostering-creativity-and-other-ideas-from-ad-week-dc','','','2012-09-11 18:04:50','2012-09-11 18:04:50','',0,'http://deborahbrody.com/?p=1827',0,'post','',0),
(1828,4,'2012-09-11 18:04:22','2012-09-11 18:04:22','Yesterday, I attended the first day of <a href=\"http://www.advertisingweekdc.com/\" target=\"_blank\">Advertising Week DC</a>, a yearly event that is hosted by the <a href=\"http://www.dcadclub.com/\" target=\"_blank\">Ad Club of Metropolitan Washington</a>.  The theme of this year\'s week is \"awe,\" as in awesome. It quickly became an annoying trope used throughout the day. I think what the organizers were trying to tap into was creativity--because that is what drives awesome campaigns, ads and/or concepts.\n\nOf the nine presentations I attended yesterday, three stood out in regards to creativity.\n\n<strong>Mad Women</strong>\n\nThe first was a presentation by Jane Maas, who has written a book about women in adverting during the 1960s called <a href=\"http://adage.com/article/special-report-advertising-week/forthcoming-tome-mad-women-side-story/230133/\" target=\"_blank\">Mad Women</a>. Ms. Maas started her advertising career as a copywriter in the days when most women in advertising were secretaries. We\'ve seen those days portrayed in Mad Men, and apparently, according to Maas, the portrayal is not far from the truth. People in the advertising world back then were busy smoking, drinking and having sex. Of course, people today are busy doing that, just not at the office.  Drinking heavily at lunch was de rigeur. She gave the sense that advertising work was freer from constraints back then. There was more loyalty from clients, and ad agencies were willing to experiment. Perhaps the experimentation was fueled by alcohol, regardless, there seemed to be an attempt to push the envelope and see things differently.\n\n<strong>A cool office...and CEO</strong>\n\nAndrew Graff is the CEO of Boston agency <a href=\"http://www.a-g.com/\" target=\"_blank\">Allen &amp; Gerritsen</a>. Graff spoke about how he has created a pretty cool environment at his agency, which is designed to foster creative thinking. First, he has given his staffers tons of perks, like free breakfast every day and pet health insurance. Second, he has built an office environment were people can work in different locations--cafe, sofa or cubicle.  Third, he has implemented a mentorship program where he is being mentored by a 23-year-old. This has allowed Graff to understand how another generation thinks.  The main points here are that people should enjoy coming to work and that work should not be structured in a traditional way. Graff says that if you are someone who needs a lot of structure to work, you won\'t be happy at Allen &amp; Gerritsen (nor would you likely be hired).  <strong>To be creative--to think differently--you have to be able to see beyond structure.</strong>\n\n<strong>Cannes award-winning campaigns</strong>\n\nThe last program (before the kick-off reception) was a reel of the winners of the 2012 Cannes Lions International Advertising Festival. What\'s great about being able to see these diverse campaigns is that it showcases creative and impactful work from  all over the world. A couple campaigns really stood out to me.\n\nOne was to save a library in Troy, OH. The people who were in favor of closing the library were saying that it was a tax issue. To counter that narrative the save-the-library folks came up with a social media campaign saying that they would be burning all the book once the library was closed. Folks were outraged at that suggestion. Then the save-the-library people said that closing the library was equivalent to burning books--effectively shutting down the taxes argument.\n\nThe other campaign that I thought was very creative was to encourage employers to hire workers with Down Syndrome. The campaign showed well known advertising (this was in Italy) but replaced the people in the ads with people who have Down\'s.  It was designed to make people see Down Syndrome in a more positive light.\n\n<strong>What are you doing to foster creativity?</strong>\n\nLately, I have noticed the lack of creativity in commercials. It seems as though they same ideas are cycled over and over. Chances are that ad agencies are not fostering creativity as much as they are kowtowing to clients who are unwilling to take risks.  There is no creativity without some degree of risk.\n\n&nbsp;','Fostering creativity and other ideas from Ad Week DC','','inherit','open','open','','1827-revision','','','2012-09-11 18:04:22','2012-09-11 18:04:22','',1827,'http://deborahbrody.com/2012/09/1827-revision/',0,'revision','',0),
(1832,4,'2012-09-19 21:04:33','2012-09-19 21:04:33','After the Republican Convention in Tampa, the PBS Newshour interviewed a group of undecided voters. These voters represented a cross section of the electorate: men and women, young and old, and registered Republicans, Democrats and independents. To a person, each undecided voter was still undecided after listening to and discussing the convention speeches.\n\nThe PBS Newshour interviewed the same group of undecided voters after the Democratic Convention, and all were still undecided.\n\nHow do you convince the undecided to make a choice? First, you have to understand the source of indecision. In the case of the PBS group of undecided voters it seemed to me that the source of indecision was perfectionism. Each voter indicated that they liked certain things about each candidate, but not everything. It sounded like in order to make a decision, these voters needed the candidates to be perfect (to them).\n\nIf perfectionism is the problem, campaigns will need to convince voters that NO candidate is perfect and that perfectionism should not be a goal for voters. Campaigns will also have to set out which things matter the most and convince voters that those issues are the ones to look at--even at the expense of everything else.\n\n&nbsp;','Convincing the undecided','','inherit','open','open','','1831-revision','','','2012-09-19 21:04:33','2012-09-19 21:04:33','',1831,'http://deborahbrody.com/2012/09/1831-revision/',0,'revision','',0),
(1834,4,'2012-09-20 14:15:20','2012-09-20 14:15:20','All sort of companies sell (sponsored Tweets, for example) on social media, so a better question is should you? In my opinion, the answer is no.\r\n\r\n<strong>Wedding crashers</strong>\r\n\r\nThink of it this way: you are at a wedding reception. You are busy chatting with relatives you haven\'t seen in ages while enjoying one or two glasses of champagne. Then, someone (think of this person as a wedding crasher) pops up, out of nowhere, and starts discussing health insurance options with you. First, you know this person is not invited to the wedding. Second, this person is a buzz kill. Right?\r\n\r\n<strong>Time and place</strong>\r\n\r\nSame thing happens when you are on Facebook or Twitter and someone you don\'t know is talking to you about something you don\'t want to discuss right then.  And the truth is you may be interested in the product or service being offered, but the time and place are all wrong. It is wrong because you are on social networks to be social. You are not there to shop.\r\n\r\n<strong>Are you pushing?</strong>\r\n\r\nThis is not to say you can\'t market or communicate with target audiences on social networks. If your emphasis is brand awareness or image building, I think social networks can be hugely helpful. But selling is a \"push.\" And people don\'t like to pushed when they are relaxed.\r\n\r\nPerhaps this a personal bias of mine, but I don\'t like being sold in general. The other day I was doing a bit of shopping at Tysons Corner (and I was in the buying mode), and I got hawked walking from store to store from the various vendors who sell their wares from carts. I found it hugely annoying (one of them even asked me if was lazy because I didn\'t have a manicure and she was selling a manicure kit).\r\n\r\nDo you think selling on social networks is effective? Have you bought something that was advertised to you on a social network?','Can you sell on social media?','','publish','open','open','','can-you-sell-on-social-media','','','2012-09-20 14:15:20','2012-09-20 14:15:20','',0,'http://deborahbrody.com/?p=1834',0,'post','',0),
(1843,4,'2012-10-01 19:29:47','2012-10-01 19:29:47','It seems that many businesses, especially the big ones, spend much more money on memorable advertising campaigns and very little on customer service. No matter how great a business is, there will always be customer service to be done (changing addresses, paying bills, correcting billing errors, etc.). Yet, many businesses ignore the basics.\r\n\r\nA couple of examples:\r\n\r\n<strong>Netflix.</strong> Netflix does not seem to care much about how its customers feel. The company does not respond to Twitter mentions. It doesn\'t seem to be concerned about negative postings. How do I know? Well, I have had Salmon Fishing in the Yemen at the top of my Netflix queue for about six weeks or more. At first, there was a \"long wait.\" Now, it\'s a \"short wait.\" Bottom line is that I have watched several other movies while still waiting for Salmon Fishing. And I have tweeted Netflix. And I have wanted to email them--there is no easy way to do that.\r\n\r\n<strong>ATT</strong>. I have been with ATT for years now. I recently upgraded to a smartphone and was told that I was eligible for the upgrade (which apparently  means in ATT language they will CHARGE you for this upgrade). I called to see if they would take this charge off--and my argument was 1) I was not advised of such a charge and 2) I was told I was eligible for an upgrade. The customer service agent said he would give me a \"courtesy one-time waiver\" of this fee, but proceeded to lecture me that this fee was something all carriers do and that ATT would charge me it with every subsequent upgrade. He was combative and rude, and when I pointed this out to him, he hung up on me.  I called back and spoke to supervisor and she told me the same thing about the charge (a bit less rudely).  I repeatedly told her that I have been an ATT customer for years, I pay my bills on time, and ATT had given me no special offers. Bottom line in my experience: ATT does not care.\r\n\r\nNetflix and ATT appear to be utterly unconcerned with how their customers feel about them. I am just one more customer.\r\n\r\nIn contrast, I flew <strong>Delta</strong> last month and was amazed by the airline\'s interest in my customer experience. After the first flight I was sent a survey to measure what I thought of the boarding process, etc. The return flight was badly delayed due to weather in Washington. Delta sent an apology for the delay (even though it was  truly not at fault) and asked how the gate agent and flight attendants acted during the delay.\r\n\r\nCustomer service and experience should be an integral part of an organization\'s overall marketing strategy. If your organization does not know anything about how your customers feel, and does not respond to customer issues, you are well on your way to losing those customers.  <strong></strong>\r\n\r\n<strong>Marketing should be both about ATTRACTING customers and RETAINING them</strong>.\r\n\r\nThoughts?\r\n\r\n&nbsp;','How do your customers feel?','','publish','open','open','','how-do-your-customers-feel','','','2012-10-01 19:29:47','2012-10-01 19:29:47','',0,'http://deborahbrody.com/?p=1843',0,'post','',0),
(1836,4,'2012-09-20 14:07:11','2012-09-20 14:07:11','All sort of companies sell (sponsored Tweets, for example) on social media, so a better question is should you? In my opinion, the answer is no.\n\n<strong>Wedding crashers</strong>\n\nThink of it this way: you are at a wedding reception. You are busy chatting with relatives you haven\'t seen in ages while enjoying one or two glasses of champagne. Then, someone (think of this person as a wedding crasher) pops up, out of nowhere, and starts discussing health insurance options with you. First, you know this person is not invited to the wedding. Second, this person is a buzz kill. Right?\n\n<strong>Time and place</strong>\n\nSame thing happens when you are on Facebook or Twitter and someone you don\'t know is talking to you about something you don\'t want to discuss right then.  And the truth is you may be interested in the product or service being offered, but the time and place are all wrong. It is wrong because you are on social networks to be social. You are not there to shop.\n\nThis is not to say you can\'t market or communicate with target audiences on social networks. If your emphasis is brand awareness or image building, I think social networks can be hugely helpful. But selling is a \"push.\" And people don\'t like to pushed when they are relaxed.\n\nPerhaps this a personal bias of mine, but I don\'t like being sold in general. The other day I was','Can you sell on social media?','','inherit','open','open','','1834-revision','','','2012-09-20 14:07:11','2012-09-20 14:07:11','',1834,'http://deborahbrody.com/2012/09/1834-revision/',0,'revision','',0),
(1837,4,'2012-09-20 14:15:02','2012-09-20 14:15:02','All sort of companies sell (sponsored Tweets, for example) on social media, so a better question is should you? In my opinion, the answer is no.\n\n<strong>Wedding crashers</strong>\n\nThink of it this way: you are at a wedding reception. You are busy chatting with relatives you haven\'t seen in ages while enjoying one or two glasses of champagne. Then, someone (think of this person as a wedding crasher) pops up, out of nowhere, and starts discussing health insurance options with you. First, you know this person is not invited to the wedding. Second, this person is a buzz kill. Right?\n\n<strong>Time and place</strong>\n\nSame thing happens when you are on Facebook or Twitter and someone you don\'t know is talking to you about something you don\'t want to discuss right then.  And the truth is you may be interested in the product or service being offered, but the time and place are all wrong. It is wrong because you are on social networks to be social. You are not there to shop.\n\n<strong>Are you pushing?</strong>\n\nThis is not to say you can\'t market or communicate with target audiences on social networks. If your emphasis is brand awareness or image building, I think social networks can be hugely helpful. But selling is a \"push.\" And people don\'t like to pushed when they are relaxed.\n\nPerhaps this a personal bias of mine, but I don\'t like being sold in general. The other day I was doing a bit of shopping at Tysons Corner (and I was in the buying mode), and I got hawked walking from store to store from the various vendors who sell their wares from carts. I found it hugely annoying (one of them even asked me if was lazy because I didn\'t have a manicure and she was selling a manicure kit).\n\nDo you think selling on social networks is effective? Have you bought something that was advertised to you on a social network?','Can you sell on social media?','','inherit','open','open','','1834-revision-2','','','2012-09-20 14:15:02','2012-09-20 14:15:02','',1834,'http://deborahbrody.com/2012/09/1834-revision-2/',0,'revision','',0),
(1838,4,'2012-09-20 14:16:28','2012-09-20 14:16:28','All sort of companies sell (sponsored Tweets, for example) on social media, so a better question is should you? In my opinion, the answer is no.\n\n<strong>Wedding crashers</strong>\n\nThink of it this way: you are at a wedding reception. You are busy chatting with relatives you haven\'t seen in ages while enjoying one or two glasses of champagne. Then, someone (think of this person as a wedding crasher) pops up, out of nowhere, and starts discussing health insurance options with you. First, you know this person is not invited to the wedding. Second, this person is a buzz kill. Right?\n\n<strong>Time and place</strong>\n\nSame thing happens when you are on Facebook or Twitter and someone you don\'t know is talking to you about something you don\'t want to discuss right then.  And the truth is you may be interested in the product or service being offered, but the time and place are all wrong. It is wrong because you are on social networks to be social. You are not there to shop.\n\n<strong>Are you pushing?</strong>\n\nThis is not to say you can\'t market or communicate with target audiences on social networks. If your emphasis is brand awareness or image building, I think social networks can be hugely helpful. But selling is a \"push.\" And people don\'t like to pushed when they are relaxed.\n\nPerhaps this a personal bias of mine, but I don\'t like being sold in general. The other day I was doing a bit of shopping at Tysons Corner (and I was in the buying mode), and I got hawked walking from store to store from the various vendors who sell their wares from carts. I found it hugely annoying (one of them even asked me if was lazy because I didn\'t have a manicure and she was selling a manicure kit).\n\nDo you think selling on social networks is effective? Have you bought something that was advertised to you on a social network?','Can you sell on social media?','','inherit','open','open','','1834-autosave','','','2012-09-20 14:16:28','2012-09-20 14:16:28','',1834,'http://deborahbrody.com/2012/09/1834-autosave/',0,'revision','',0),
(1839,4,'2012-09-24 14:24:06','2012-09-24 14:24:06','Last night, on 60 Minutes, both President Obama and Mitt Romney were interviewed. Scott Pelley interviewed Romney while Steve Kroft interviewed Obama. At the end of the hour, when both candidates gave few specifics, I don\'t think anyone\'s mind was changed. If you supported Romney, you liked what he had to say. Likewise for Obama.\r\n\r\n<strong>Beliefs are not facts but they are just as immutable</strong>\r\n\r\nThe campaigns are facing a very polarized electorate. People either support the candidate or they actively despise him. Take for example a friend of mine who is a very religious Catholic. She despises Obama  because she says he \"promotes abortion\" She has no evidence to prove this (because there is no evidence and besides, there is a huge difference between supporting the right to get an abortion and promoting it) but she believes it, and also that because he is pro-choice, he is immoral.  Someone like her will not be convinced by any campaign ad or speech.\r\n\r\n<strong>Role of undecided voters</strong>\r\n\r\nWe\'ve been told that the outcome of this election lies in the hands of the \"undecided.\" Campaigns are spending inordinate amounts of money trying to sway these voters (if they do even vote). After seeing a group of undecided voters on the PBS Newshour, which interviewed them after each of the conventions, I am not certain that undecided voters can be swayed. Those PBS undecideds seemed to be seeking the perfect candidate, and neither Obama nor Romney measured up. Undecideds may well be perfectionists who are unable to prioritize issues and accept that neither candidate will be perfect, and therefore can\'t make up their minds.\r\n\r\nIn short, I think that very few things that happen between now and Election Day will change voters\' minds. Minds are made up, and any \"mistakes\" candidates make will further solidify opinions not change them. You would think, for example, that there would be outrage about Mitt Romney\'s manipulation of his tax returns. Instead, those who support him say he has merely complied with the law and those who don\'t see further proof that he is a rich person trying to protect himself from taxation.\r\n\r\nWhat do you think? What can campaigns do to sway voters?\r\n\r\n&nbsp;','Are the presidential campaigns convincing voters?','','publish','open','open','','are-the-presidential-campaigns-convincing-voters','','','2012-09-24 14:27:53','2012-09-24 14:27:53','',0,'http://deborahbrody.com/?p=1839',0,'post','',0),
(1840,4,'2012-09-24 14:23:52','2012-09-24 14:23:52','Last night, on 60 Minutes, both President Obama and Mitt Romney were interviewed. Scott Pelley interviewed Romney while Steve Kroft interviewed Obama. At the end of the hour, when both candidates gave few specifics, I don\'t think anyone\'s mind was changed. If you supported Romney, you liked what he had to say. Likewise for Obama.\n\n<strong>Beliefs are not facts but they are just as immutable</strong>\n\nThe campaigns are facing a very polarized electorate. People either support the candidate or they actively despise him. Take for example a friend of mine who is a very religious Catholic. She despises Obama  because she says he \"promotes abortion\" She has no evidence to prove this (because there is no evidence and besides, there is a huge difference between supporting the right to get an abortion and promoting it) but she believes it, and also that because he is pro-choice, he is immoral.  Someone like her will not be convinced by any campaign ad or speech.\n\n<strong>Role of undecided voters</strong>\n\nWe\'ve been told that the outcome of this election lies in the hands of the \"undecided.\" Campaigns are spending inordinate amounts of money trying to sway these voters (if they do even vote). After seeing a group of undecided voters on the PBS Newshour, which interviewed them after each of the conventions, I am not certain that undecided voters can be swayed. Those PBS undecideds seemed to be seeking the perfect candidate, and neither Obama nor Romney measured up. Undecideds may well be perfectionists who are unable to prioritize issues and accept that neither candidate will be perfect, and therefore can\'t make up their minds.\n\nIn short, I think that very few things that happen between now and Election Day will change voters minds. Minds are made up, and any \"mistakes\" candidates make will further solidify opinions not change them. You would think for example that there would be outrage about Mitt Romney\'s manipulation of his tax returns. Instead, those who support him say he has merely complied with the law and those who don\'t see further proof that he is a rich person trying to protect himself from taxation.\n\nWhat do you think? What can campaigns do to sway voters?\n\n&nbsp;','Are the presidential campaigns convincing voters?','','inherit','open','open','','1839-revision','','','2012-09-24 14:23:52','2012-09-24 14:23:52','',1839,'http://deborahbrody.com/2012/09/1839-revision/',0,'revision','',0),
(1841,4,'2012-09-24 14:24:06','2012-09-24 14:24:06','Last night, on 60 Minutes, both President Obama and Mitt Romney were interviewed. Scott Pelley interviewed Romney while Steve Kroft interviewed Obama. At the end of the hour, when both candidates gave few specifics, I don\'t think anyone\'s mind was changed. If you supported Romney, you liked what he had to say. Likewise for Obama.\r\n\r\n<strong>Beliefs are not facts but they are just as immutable</strong>\r\n\r\nThe campaigns are facing a very polarized electorate. People either support the candidate or they actively despise him. Take for example a friend of mine who is a very religious Catholic. She despises Obama  because she says he \"promotes abortion\" She has no evidence to prove this (because there is no evidence and besides, there is a huge difference between supporting the right to get an abortion and promoting it) but she believes it, and also that because he is pro-choice, he is immoral.  Someone like her will not be convinced by any campaign ad or speech.\r\n\r\n<strong>Role of undecided voters</strong>\r\n\r\nWe\'ve been told that the outcome of this election lies in the hands of the \"undecided.\" Campaigns are spending inordinate amounts of money trying to sway these voters (if they do even vote). After seeing a group of undecided voters on the PBS Newshour, which interviewed them after each of the conventions, I am not certain that undecided voters can be swayed. Those PBS undecideds seemed to be seeking the perfect candidate, and neither Obama nor Romney measured up. Undecideds may well be perfectionists who are unable to prioritize issues and accept that neither candidate will be perfect, and therefore can\'t make up their minds.\r\n\r\nIn short, I think that very few things that happen between now and Election Day will change voters minds. Minds are made up, and any \"mistakes\" candidates make will further solidify opinions not change them. You would think for example that there would be outrage about Mitt Romney\'s manipulation of his tax returns. Instead, those who support him say he has merely complied with the law and those who don\'t see further proof that he is a rich person trying to protect himself from taxation.\r\n\r\nWhat do you think? What can campaigns do to sway voters?\r\n\r\n&nbsp;','Are the presidential campaigns convincing voters?','','inherit','open','open','','1839-revision-2','','','2012-09-24 14:24:06','2012-09-24 14:24:06','',1839,'http://deborahbrody.com/2012/09/1839-revision-2/',0,'revision','',0),
(1842,4,'2011-07-22 04:15:58','2011-07-22 04:15:58','<h3>Project</h3>\r\nPerhaps you want to hire us to work on a single project. You\'ll give  us all the relevant information, including target audience for the  project, timelines and existing materials. Once we\'ve assessed what you  need, we will provide you with a written time and cost estimate before  beginning.\r\n\r\nProjects are payable with a 50% deposit to start, and the balance due once the project is complete.\r\n<h3>Retainer</h3>\r\nIf you require ongoing marketing help or know you will have many  projects over two months or more, we will set up a retainer agreement.  We will estimate how many hours of time you will require per month. We  will agree on a cost and number of hours. Retainer agreements are  payable on a bi-weekly schedule. Retainers can be dissolved in writing.\r\n<h3>Payment</h3>\r\nWe accept business or personal checks, cash and money orders. We do not  provide credit card processing at this time. Our policy is 14 days net  for most invoices. As a small business, we cannot afford to extend  credit to our clients, and we respectfully request full payment as  invoiced. All jobs require an initial 50% deposit.','How We Work','','inherit','open','open','','42-revision-v1','','','2011-07-22 04:15:58','2011-07-22 04:15:58','',42,'http://deborahbrody.com/2011/07/42-revision-4/',0,'revision','',0),
(1844,4,'2012-10-01 19:29:22','2012-10-01 19:29:22','It seems that many businesses, especially the big ones, spend much more money on memorable advertising campaigns and very little on customer service. No matter how great a business is, there will always be customer service to be done (changing addresses, paying bills, correcting billing errors, etc.). Yet, many businesses ignore the basics.\n\nA couple of examples:\n\n<strong>Netflix.</strong> Netflix does not seem to care much about how its customers feel. The company does not respond to Twitter mentions. It doesn\'t seem to be concerned about negative postings. How do I know? Well, I have had Salmon Fishing in the Yemen at the top of my Netflix queue for about six weeks or more. At first, there was a \"long wait.\" Now, it\'s a \"short wait.\" Bottom line is that I have watched several other movies while still waiting for Salmon Fishing. And I have tweeted Netflix. And I have wanted to email them--there is no easy way to do that.\n\n<strong>ATT</strong>. I have been with ATT for years now. I recently upgraded to a smartphone and was told that I was eligible for the upgrade (which apparently  means in ATT language they will CHARGE you for this upgrade). I called to see if they would take this charge off--and my argument was 1) I was not advised of such a charge and 2) I was told I was eligible for an upgrade. The customer service agent said he would give me a \"courtesy one-time waiver\" of this fee, but proceeded to lecture me that this fee was something all carriers do and that ATT would charge me it with every subsequent upgrade. He was combative and rude, and when I pointed this out to him, he hung up on me.  I called back and spoke to supervisor and she told me the same thing about the charge (a bit less rudely).  I repeatedly told her that I have been an ATT customer for years, I pay my bills on time, and ATT had given me no special offers. Bottom line in my experience: ATT does not care.\n\nNetflix and ATT appear to be utterly unconcerned with how their customers feel about them. I am just one more customer.\n\nIn contrast, I flew <strong>Delta</strong> last month and was amazed by the airline\'s interest in my customer experience. After the first flight I was sent a survey to measure what I thought of the boarding process, etc. The return flight was badly delayed due to weather in Washington. Delta sent an apology for the delay (even though it was  truly not at fault) and asked how the gate agent and flight attendants acted during the delay.\n\nCustomer service and experience should be an integral part of an organization\'s overall marketing strategy. If your organization does not know anything about how your customers feel, and does not respond to customer issues, you are well on your way to losing those customers.  <strong></strong>\n\n<strong>Marketing should be both about ATTRACTING customers and RETAINING them</strong>.\n\nThoughts?\n\n&nbsp;','How do your customers feel?','','inherit','open','open','','1843-revision','','','2012-10-01 19:29:22','2012-10-01 19:29:22','',1843,'http://deborahbrody.com/2012/10/1843-revision/',0,'revision','',0),
(1845,4,'2012-10-01 19:30:51','2012-10-01 19:30:51','It seems that many businesses, especially the big ones, spend much more money on memorable advertising campaigns and very little on customer service. No matter how great a business is, there will always be customer service to be done (changing addresses, paying bills, correcting billing errors, etc.). Yet, many businesses ignore the basics.\n\nA couple of examples:\n\n<strong>Netflix.</strong> Netflix does not seem to care much about how its customers feel. The company does not respond to Twitter mentions. It doesn\'t seem to be concerned about negative postings. How do I know? Well, I have had Salmon Fishing in the Yemen at the top of my Netflix queue for about six weeks or more. At first, there was a \"long wait.\" Now, it\'s a \"short wait.\" Bottom line is that I have watched several other movies while still waiting for Salmon Fishing. And I have tweeted Netflix. And I have wanted to email them--there is no easy way to do that.\n\n<strong>ATT</strong>. I have been with ATT for years now. I recently upgraded to a smartphone and was told that I was eligible for the upgrade (which apparently  means in ATT language they will CHARGE you for this upgrade). I called to see if they would take this charge off--and my argument was 1) I was not advised of such a charge and 2) I was told I was eligible for an upgrade. The customer service agent said he would give me a \"courtesy one-time waiver\" of this fee, but proceeded to lecture me that this fee was something all carriers do and that ATT would charge me it with every subsequent upgrade. He was combative and rude, and when I pointed this out to him, he hung up on me.  I called back and spoke to supervisor and she told me the same thing about the charge (a bit less rudely).  I repeatedly told her that I have been an ATT customer for years, I pay my bills on time, and ATT had given me no special offers. Bottom line in my experience: ATT does not care.\n\nNetflix and ATT appear to be utterly unconcerned with how their customers feel about them. I am just one more customer.\n\nIn contrast, I flew <strong>Delta</strong> last month and was amazed by the airline\'s interest in my customer experience. After the first flight I was sent a survey to measure what I thought of the boarding process, etc. The return flight was badly delayed due to weather in Washington. Delta sent an apology for the delay (even though it was  truly not at fault) and asked how the gate agent and flight attendants acted during the delay.\n\nCustomer service and experience should be an integral part of an organization\'s overall marketing strategy. If your organization does not know anything about how your customers feel, and does not respond to customer issues, you are well on your way to losing those customers.  <strong></strong>\n\n<strong>Marketing should be both about ATTRACTING customers and RETAINING them</strong>.\n\nThoughts?\n\n&nbsp;','How do your customers feel?','','inherit','open','open','','1843-autosave','','','2012-10-01 19:30:51','2012-10-01 19:30:51','',1843,'http://deborahbrody.com/2012/10/1843-autosave/',0,'revision','',0),
(1863,4,'2012-10-20 15:20:18','0000-00-00 00:00:00','Today I am at WordCamp Philly, which is the second WordPress \"camp\" I am attending.<!--more-->  I have already learned (within 15 minutes) how to do something cool.','Learning WordPress','','draft','open','open','','','','','2012-10-20 15:20:18','2012-10-20 15:20:18','',0,'http://deborahbrody.com/?p=1863',0,'post','',0),
(1848,4,'2012-10-04 19:52:28','2012-10-04 19:52:28','Have you ever visited a website that looked as if a teenager built it by trying out every single font and programming code out there? Or have you picked up a brochure that looked like your dad\'s secretary typed it out back in 1962?  If so,  you know instinctively that looks matter.\r\n\r\nYears ago I had a client who ran a tutoring service. He knew how to write and had written a fairly good brochure (although he was not highlighting why you should hire his company...and that is where I came in). He had also \"designed\" this brochure, and it looked like it. Because his brochure was \"home-made\" he looked small time. It wouldn\'t appeal to the diplomats that were his target audience. I convinced him to spend some money on professional design. He was very pleased with the end result and agreed that with a properly designed brochure, his business LOOKED professional, and seemed \"big time.\"\r\n\r\n<strong>Looks matter.</strong>\r\n\r\nWould you go to a hospital that looks dirty? Would you trust your tax returns to an accountant who seems shady? Would you hire a personal trainer that you met while eating at McDonald\'s?  No, no, and no.  Your impressions of each of these would be negative in relation to the image you are looking for. Your image of an ideal hospital is one of white walls and the strong smell of disinfectant, right?\r\n\r\nDan Kohan, a graphic designer and owner of the Washington-based graphic design firm<a href=\"http://sensicaldesign.com/\" target=\"_blank\"> Sensical Design</a>, says this:\r\n<blockquote>Graphic design communicates nonverbal information, the same way our facial expressions or clothing communicate when we\'re having a conversation. When people are presented with a magazine, say, or a website, they respond first to how it communicates visually—whether it looks attractive and professional or amateurish and cheap, whether it\'s easy to read, whether it draws your attention to what\'s important—and only then do they read the content. <strong>So, effective and appropriate design is crucial if you want your message to be heard.</strong></blockquote>\r\nNot only does design help make you LOOK professional, but it actually is part of your message.\r\n\r\nLooks matter. Are you paying enough attention?','Looks matter (or, invest in good graphic design)','','publish','open','open','','looks-matter-or-invest-in-good-graphic-design','','','2012-10-04 19:52:28','2012-10-04 19:52:28','',0,'http://deborahbrody.com/?p=1848',0,'post','',0),
(1849,4,'2012-10-03 13:11:11','2012-10-03 13:11:11','Have you ever gone to a website that looked as if a teenager built it by trying out every single font and programming code out there? Or have you picked up a brochure that looked like your dad\'s secretary typed it out back in 1962?  If so,  you know instinctively that looks matter.\n\nYears ago I had a client who ran a tutoring service. He knew how to write and had written a fairly good brochure (although he was not highlighting why you should hire his company...and that is where I came in). He had also \"designed\" this brochure, and it looked like it. I convinced him to spend some money on professional design. He was very pleased with the end result and agreed that with a properly designed brochure, his business LOOKED professional.\n\nLooks matter.\n\nWould you go to a hospital that looks dirty? Would you trust your tax returns to an accountant who seems shady? Would you hire a personal trainer that you met while eating at McDonald\'s?  No, no, and no.  Your impressions of each of these would be negative in relation to the image you are looking for. Your image of an ideal hospital is one of white walls and the strong smell of disinfectant, right?\n\n&nbsp;','Looks matter (or, invest in good graphic design)','','inherit','open','open','','1848-revision','','','2012-10-03 13:11:11','2012-10-03 13:11:11','',1848,'http://deborahbrody.com/2012/10/1848-revision/',0,'revision','',0),
(1850,4,'2012-10-04 19:51:56','2012-10-04 19:51:56','Have you ever visited a website that looked as if a teenager built it by trying out every single font and programming code out there? Or have you picked up a brochure that looked like your dad\'s secretary typed it out back in 1962?  If so,  you know instinctively that looks matter.\n\nYears ago I had a client who ran a tutoring service. He knew how to write and had written a fairly good brochure (although he was not highlighting why you should hire his company...and that is where I came in). He had also \"designed\" this brochure, and it looked like it. Because his brochure was \"home-made\" he looked small time. It wouldn\'t appeal to the diplomats that were his target audience. I convinced him to spend some money on professional design. He was very pleased with the end result and agreed that with a properly designed brochure, his business LOOKED professional, and seemed \"big time.\"\n\n<strong>Looks matter.</strong>\n\nWould you go to a hospital that looks dirty? Would you trust your tax returns to an accountant who seems shady? Would you hire a personal trainer that you met while eating at McDonald\'s?  No, no, and no.  Your impressions of each of these would be negative in relation to the image you are looking for. Your image of an ideal hospital is one of white walls and the strong smell of disinfectant, right?\n\nDan Kohan, a graphic designer and owner of<a href=\"http://sensicaldesign.com/\" target=\"_blank\"> the D Sensical Design</a>, says this:\n<blockquote>Graphic design communicates nonverbal information, the same way our facial expressions or clothing communicate when we\'re having a conversation. When people are presented with a magazine, say, or a website, they respond first to how it communicates visually—whether it looks attractive and professional or amateurish and cheap, whether it\'s easy to read, whether it draws your attention to what\'s important—and only then do they read the content. <strong>So, effective and appropriate design is crucial if you want your message to be heard.</strong></blockquote>\nNot only does design help make you LOOK professional, but it actually is part of your message.\n\nLooks matter. Are you paying enough attention?','Looks matter (or, invest in good graphic design)','','inherit','open','open','','1848-revision-2','','','2012-10-04 19:51:56','2012-10-04 19:51:56','',1848,'http://deborahbrody.com/2012/10/1848-revision-2/',0,'revision','',0),
(1851,4,'2011-09-08 15:09:51','2011-09-08 15:09:51','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How We Can Help</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nTogether, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Chose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.\r\n\r\n<strong>You\'ll find that our services</strong> are an affordable alternative to the traditional advertising or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\nNo matter if you need a single writer on a freelance basis, or need to put together a communications team, we can work with you.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2011-09-08 15:09:51','2011-09-08 15:09:51','',2,'http://deborahbrody.com/2011/09/2-revision-25/',0,'revision','',0),
(1853,4,'2012-10-09 13:45:01','2012-10-09 13:45:01','I finally watched <a href=\"http://fishingintheyemen.com/#/videos\" target=\"_blank\">Salmon Fishing in the Yemen</a> last night (Netflix had me wait for this movie for about two months, but that is another story). If you haven\'t seen it yet, this is the basic plot: Yemeni sheik likes to fish salmon and wants to be able to do so in his country. He hires a British firm to find someone to bring his plans to fruition. British firm reaches out to Dr. Alfred Jones, of the UK Fishing and Hunting Department. Dr. Jones laughs at the idea, but Mrs. Patricia Maxwell, press secretary for the British Prime Minister insists that the project must go on, as a publicity ploy to counteract some bad news. And so Dr. Jones embarks on feasibility studies, etc.\r\n\r\nTo me, Salmon Fishing in the Yemen is a movie about the power of <del>faith</del> PR. Great public relations takes skill and passion. It is not for the faint of heart, especially when embodied by Mrs. Maxwell, who is played brilliantly, and with comic flair by Kristin Scott Thomas. She is a spot-on caricature of a PR  person (always working, smartphone in hand 24-7, running from meeting to meeting). In my opinion, she alone makes the movie worth watching.\r\n\r\nMrs. Maxwell is very adept at PR. Here\'s what she does well:\r\n<ul>\r\n	<li>Understands the value of positive publicity (\"we need a good news story from the Middle East\")</li>\r\n	<li>Is always thinking of what story to tell</li>\r\n	<li>Recognizes opportunities (when she hears there are 2 million fishermen in the UK, she sees voters)</li>\r\n	<li>Knows that every audience has its news source</li>\r\n	<li>Thinks visually (does the Prime Minister fish? No, well send the Foreign Minister instead)</li>\r\n</ul>\r\nBut Mrs. Maxwell is not perfect. Here\'s where she may have gone a bit wrong:\r\n<ul>\r\n	<li>Fails to have a plan B (expects plan she has to work regardless)</li>\r\n	<li>Doesn\'t understand the constituency (salmon fishermen are pretty passionate about their fish and will not go down easily)</li>\r\n	<li>Is too focused on the end result (goes too far in general)</li>\r\n	<li>Treats people like pawns</li>\r\n</ul>\r\nWhat do you think? Do PR people go to far in real life? Do you know a Mrs. Maxwell? Do we need more PR people like her or fewer? And if you haven\'t seen this movie, try to get it on your Netflix queue now. It may be a while.\r\n\r\n&nbsp;','Mrs. Maxwell was on the right track, sort of','','publish','open','open','','mrs-maxwell-was-on-the-right-track-sort-of','','','2012-10-09 13:45:01','2012-10-09 13:45:01','',0,'http://deborahbrody.com/?p=1853',0,'post','',0),
(1854,4,'2012-10-09 13:44:44','2012-10-09 13:44:44','I finally watched <a href=\"http://fishingintheyemen.com/#/videos\" target=\"_blank\">Salmon Fishing in the Yemen</a> last night (Netflix had me wait for this movie for about two months, but that is another story). If you haven\'t seen it yet, this is the basic plot: Yemeni sheik likes to fish salmon and wants to be able to do so in his country. He hires a British firm to find someone to bring his plans to fruition. British firm reaches out to Dr. Alfred Jones, of the UK Fishing and Hunting Department. Dr. Jones laughs at the idea, but Mrs. Patricia Maxwell, press secretary for the British Prime Minister insists that the project must go on, as a publicity ploy to counteract some bad news. And so Dr. Jones embarks on feasibility studies, etc.\n\nTo me, Salmon Fishing in the Yemen is a movie about the power of <del>faith</del> PR. Great public relations takes skill and passion. It is not for the faint of heart, especially when embodied by Mrs. Maxwell, who is played brilliantly, and with comic flair by Kristin Scott Thomas. She is a spot-on caricature of a PR  person (always working, smartphone in hand 24-7, running from meeting to meeting). In my opinion, she alone makes the movie worth watching.\n\nMrs. Maxwell is very adept at PR. Here\'s what she does well:\n<ul>\n	<li>Understands the value of positive publicity (\"we need a good news story from the Middle East\")</li>\n	<li>Is always thinking of what story to tell</li>\n	<li>Recognizes opportunities (when she hears there are 2 million fishermen in the UK, she sees voters)</li>\n	<li>Knows that every audience has its news source</li>\n	<li>Thinks visually (does the Prime Minister fish? No, well send the Foreign Minister instead)</li>\n</ul>\nBut Mrs. Maxwell is not perfect. Here\'s where she may have gone a bit wrong:\n<ul>\n	<li>Fails to have a plan B (expects plan she has to work regardless)</li>\n	<li>Doesn\'t understand the constituency (salmon fishermen are pretty passionate about their fish and will not go down easily)</li>\n	<li>Is too focused on the end result (goes too far in general)</li>\n	<li>Treats people like pawns</li>\n</ul>\nWhat do you think? Do PR people go to far in real life? Do you know a Mrs. Maxwell? Do we need more PR people like her or fewer? And if you haven\'t seen this movie, try to get it on your Netflix queue now. It may be a while.\n\n&nbsp;','Mrs. Maxwell was on the right track, sort of','','inherit','open','open','','1853-revision','','','2012-10-09 13:44:44','2012-10-09 13:44:44','',1853,'http://deborahbrody.com/2012/10/1853-revision/',0,'revision','',0),
(1855,4,'2012-10-09 13:46:05','2012-10-09 13:46:05','I finally watched <a href=\"http://fishingintheyemen.com/#/videos\" target=\"_blank\">Salmon Fishing in the Yemen</a> last night (Netflix had me wait for this movie for about two months, but that is another story). If you haven\'t seen it yet, this is the basic plot: Yemeni sheik likes to fish salmon and wants to be able to do so in his country. He hires a British firm to find someone to bring his plans to fruition. British firm reaches out to Dr. Alfred Jones, of the UK Fishing and Hunting Department. Dr. Jones laughs at the idea, but Mrs. Patricia Maxwell, press secretary for the British Prime Minister insists that the project must go on, as a publicity ploy to counteract some bad news. And so Dr. Jones embarks on feasibility studies, etc.\n\nTo me, Salmon Fishing in the Yemen is a movie about the power of <del>faith</del> PR. Great public relations takes skill and passion. It is not for the faint of heart, especially when embodied by Mrs. Maxwell, who is played brilliantly, and with comic flair by Kristin Scott Thomas. She is a spot-on caricature of a PR  person (always working, smartphone in hand 24-7, running from meeting to meeting). In my opinion, she alone makes the movie worth watching.\n\nMrs. Maxwell is very adept at PR. Here\'s what she does well:\n<ul>\n	<li>Understands the value of positive publicity (\"we need a good news story from the Middle East\")</li>\n	<li>Is always thinking of what story to tell</li>\n	<li>Recognizes opportunities (when she hears there are 2 million fishermen in the UK, she sees voters)</li>\n	<li>Knows that every audience has its news source</li>\n	<li>Thinks visually (does the Prime Minister fish? No, well send the Foreign Minister instead)</li>\n</ul>\nBut Mrs. Maxwell is not perfect. Here\'s where she may have gone a bit wrong:\n<ul>\n	<li>Fails to have a plan B (expects plan she has to work regardless)</li>\n	<li>Doesn\'t understand the constituency (salmon fishermen are pretty passionate about their fish and will not go down easily)</li>\n	<li>Is too focused on the end result (goes too far in general)</li>\n	<li>Treats people like pawns</li>\n</ul>\nWhat do you think? Do PR people go to far in real life? Do you know a Mrs. Maxwell? Do we need more PR people like her or fewer? And if you haven\'t seen this movie, try to get it on your Netflix queue now. It may be a while.\n\n&nbsp;','Mrs. Maxwell was on the right track, sort of','','inherit','open','open','','1853-autosave','','','2012-10-09 13:46:05','2012-10-09 13:46:05','',1853,'http://deborahbrody.com/2012/10/1853-autosave/',0,'revision','',0),
(1857,4,'2012-10-12 13:54:19','2012-10-12 13:54:19','I am not trying to get all new age and self-helpy with you. Instead, I am trying to find out whether you are presenting your \"real self\" to the world in your communications. In business lingo, this would translate into \"are you being authentic?\"\r\n\r\nWith social media, there is a blurring of lines between personal and professional. My Twitter feed, for example, features lots of political commentary. Some may not agree with my political viewpoint, but it is what it is. If you choose to not work with me because you disagree with me, so be it.\r\n\r\nIt turns out that people like authenticity. They like knowing who they are dealing with. And really, don\'t you want to work with people who want to work with you, when they know your foibles, viewpoints, etc.?\r\n\r\nI was inspired by the article <a href=\"http://www.inc.com/christina-desmarais/on-social-media-authenticity-always-wins.html\" target=\"_blank\">\"Best Social Media Tactic: Always be Authentic\"</a> in Inc. Magazine. Here, writer  Christina DesMarais interviews J. C. Kendall, CEO of TekPersona. Kendall is known as being brutally honest in his customer/social media exchanges. He feels that it is part of his branding strategy. He says the following:\r\n<blockquote>You simply cannot avoid offending some people. <strong>No brand should waste undue time trying to appeal to everyone.</strong> When you are developing and supporting your brand, you are creating an expectation of what will occur through a transaction with your company. Your messaging has to focus on your target customer.</blockquote>\r\nEmphasis above is mine. I think that too many organizations and individuals work too hard to be \"nice,\" to appeal to everyone. They are AFRAID of being disliked. But the truth is that not everybody will like you and that is OK. You don\'t want everybody to listen to what you have to say--just your target audience. Your target WANTS what you have to offer.\r\n\r\nSo, if you are afraid of being yourself, stop. Be who you are and forget about being nice to everyone. I am not saying be mean or nasty. Just be authentic.\r\n\r\nAre you afraid of being yourself? Why or why not?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you afraid of being yourself?','','publish','open','open','','are-you-afraid-of-being-yourself','','','2012-10-12 13:54:19','2012-10-12 13:54:19','',0,'http://deborahbrody.com/?p=1857',0,'post','',1),
(1858,4,'2012-10-12 13:53:58','2012-10-12 13:53:58','I am not trying to get all new age and self-helpy with you. Instead, I am trying to find out whether you are presenting your \"real self\" to the world in your communications. In business lingo, this would translate into \"are you being authentic?\"\n\nWith social media, there is a blurring of lines between personal and professional. My Twitter feed, for example, features lots of political commentary. Some may not agree with my political viewpoint, but it is what it is. If you choose to not work with me because you disagree with me, so be it.\n\nIt turns out that people like authenticity. They like knowing who they are dealing with. And really, don\'t you want to work with people who want to work with you, when they know your foibles, viewpoints, etc.?\n\nI was inspired by the article <a href=\"http://www.inc.com/christina-desmarais/on-social-media-authenticity-always-wins.html\" target=\"_blank\">\"Best Social Media Tactic: Always be Authentic\"</a> in Inc. Magazine. Here, writer  Christina DesMarais interviews J. C. Kendall, CEO of TekPersona. Kendall is known as being brutally honest in his customer/social media exchanges. He feels that it is part of his branding strategy. He says the following:\n<blockquote>You simply cannot avoid offending some people. <strong>No brand should waste undue time trying to appeal to everyone.</strong> When you are developing and supporting your brand, you are creating an expectation of what will occur through a transaction with your company. Your messaging has to focus on your target customer.</blockquote>\nEmphasis above is mine. I think that too many organizations and individuals work too hard to be \"nice,\" to appeal to everyone. They are AFRAID of being disliked. But the truth is that not everybody will like you and that is OK. You don\'t want everybody to listen to what you have to say--just your target audience. Your target WANTS what you have to offer.\n\nSo, if you are afraid of being yourself, stop. Be who you are and forget about being nice to everyone. I am not saying be mean or nasty. Just be authentic.\n\nAre you afraid of being yourself? Why or why not?\n\n&nbsp;\n\n&nbsp;','Are you afraid of being yourself?','','inherit','open','open','','1857-revision','','','2012-10-12 13:53:58','2012-10-12 13:53:58','',1857,'http://deborahbrody.com/2012/10/1857-revision/',0,'revision','',0),
(1914,4,'2012-11-13 18:06:57','2012-11-13 18:06:57','There are a few things that people tend to overlook or to simply not check.\r\n\r\n<strong>Check the contact information CAREFULLY on your website/marketing materials</strong>\r\n\r\nYou want to make sure it is accurate. Perhaps have someone read it off to you. For example, in my newsletter I found the address had the wrong ZIP code.  A graphic designer I know had one digit wrong in her phone number.\r\n\r\n<strong>And check whether it can be found easily</strong>\r\n\r\nI just spent a ridiculous amount of time trying to find where an art class was being offered--you know--the actual physical place where it was meeting. The website made you go to the About page where you had to scroll to the \"where to find us\" page. Why make it so complicated?\r\n\r\n&nbsp;\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"216\"]<a title=\"check by PNASH, on Flickr\" href=\"http://www.flickr.com/photos/pnash/5227436224/\"><img title=\"Check mark\" src=\"http://farm6.staticflickr.com/5165/5227436224_aa52b49262_m.jpg\" alt=\"check\" width=\"216\" height=\"118\" /></a> By PNASH, Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong>Check to see if GPS/Google Maps/Mapquest can find your address</strong>\r\n\r\nIf you are any type of location that people drive to (store, restaurant, hotel, attraction), have you checked that the address you give out  works on GPS/Google Maps/Mapquest? Sometimes street names have changed or are new and do not show up.\r\n\r\n<strong>Check how your email and enewsletters  show up to recipients</strong>\r\n\r\nBefore you send out anything to the world, send yourself a sample. You want to make sure your name is spelled correctly, and how it shows up in the recipient\'s inbox.  For example, someone I know was sending email that was coming from Email box 2 instead of her name. And just today I received an enewsletter titled \"Sample Newsletter\" from a well known institution. These can result in people not knowing who you are and ultimately, not opening your email/enewsletter.\r\n\r\nGo check these things right now. Fix them if they don\'t check out. You will be glad you did.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Quick! Check these potential problems right now','','publish','open','open','','quick-check-these-potential-problems-right-now','','','2012-11-13 18:06:57','2012-11-13 18:06:57','',0,'http://deborahbrody.com/?p=1914',0,'post','',0),
(1860,4,'2012-10-16 20:40:20','2012-10-16 20:40:20','Last week, I attended an event and the complaint from the organizers is that fewer and fewer people are attending. Now part of this particular group\'s situation has to do with poor publicity.  In fact, their attendance has dwindled to such an extent that they have had to change venues. Today I attended another event (different group), same problem: fewer people.\r\n\r\nIf you are organizing an event that has been losing audience, you may want to ask yourself these questions:\r\n\r\n<strong>Is your publicity reaching new/bigger audiences?</strong>\r\n\r\nObviously, if few people know you are having an event, few people will attend. As a communicator, you have to evaluate where you are publicizing your event, and whether you are attracting enough people. Moreover, if you are trying to expand the amount of people at your events, you are going to have to experiment with new ways of publicizing the event. If you can only count on your core group, you don\'t have a recipe for growth.\r\n\r\n<strong>Is your program good?</strong>\r\n\r\nThere are just so many times I can go to a social media event. I have heard lots of it before. Nothing new there. <strong>Programming content counts.</strong> Doing a boring event or having the same speakers is not going to draw a new or bigger crowd.\r\n\r\n<strong>What else is going on that day?</strong>\r\n\r\nThis is about the importance of timing. If you are having an event, and there is a presidential debate going on that evening, you are forcing people to choose, and you may lose. Also, what time of day is your event? Have you experimented with other times?\r\n\r\n<strong>How good was your last event?</strong>\r\n\r\nYou know the saying, <em>you are only as good as your last success</em>. How successful was your last event? Were people interested, motivated, energized? Or did you receive complaints? Was the speaker entertaining or boring?  Unfortunately, you do not have too much control over circumstances (speaker was grumpy, people were late due to mass transit problems, etc.), but it matters anyhow. If you had a crappy event, people aren\'t going to want to attend another event that you put on.\r\n\r\n<strong>Do you know who your audience is? Do you know why they attend your events?</strong>\r\n\r\nYou don\'t survey you attendees? Big mistake! If you don\'t even know why the people who are there attended, how are you going to figure out why people aren\'t attending? YOU MUST SURVEY...even informally. As an organizer, ask people on the way  in how they found out about the event and on their way out whether they enjoyed the event. Have forms people can fill out. Send out an electronic survey. Do what it takes to find out more about your audience.\r\n\r\nWhat are you up against and how are you fixing it? Let me know in the comments.','Are your events drawing fewer people?','','publish','open','open','','are-your-events-drawing-fewer-people','','','2012-10-16 20:40:20','2012-10-16 20:40:20','',0,'http://deborahbrody.com/?p=1860',0,'post','',0),
(1861,4,'2012-10-16 20:39:58','2012-10-16 20:39:58','Last week, I attended an event and the complaint from the organizers is that fewer and fewer people are attending. Now part of this particular group\'s situation has to do with poor publicity.  In fact, their attendance has dwindled to such an extent that they have had to change venues. Today I attended another event (different group), same problem: fewer people.\n\nIf you are organizing an event that has been losing audience, you may want to ask yourself these questions:\n\n<strong>Is your publicity reaching new/bigger audiences?</strong>\n\nObviously, if few people know you are having an event, few people will attend. As a communicator, you have to evaluate where you are publicizing your event, and whether you are attracting enough people. Moreover, if you are trying to expand the amount of people at your events, you are going to have to experiment with new ways of publicizing the event. If you can only count on your core group, you don\'t have a recipe for growth.\n\n<strong>Is your program good?</strong>\n\nThere are just so many times I can go to a social media event. I have heard lots of it before. Nothing new there. <strong>Programming content counts.</strong> Doing a boring event or having the same speakers is not going to draw a new or bigger crowd.\n\n<strong>What else is going on that day?</strong>\n\nThis is about the importance of timing. If you are having an event, and there is a presidential debate going on that evening, you are forcing people to choose, and you may lose. Also, what time of day is your event? Have you experimented with other times?\n\n<strong>How good was your last event?</strong>\n\nYou know the saying, <em>you are only as good as your last success</em>. How successful was your last event? Were people interested, motivated, energized? Or did you receive complaints? Was the speaker entertaining or boring?  Unfortunately, you do not have too much control over circumstances (speaker was grumpy, people were late due to mass transit problems, etc.), but it matters anyhow. If you had a crappy event, people aren\'t going to want to attend another event that you put on.\n\n<strong>Do you know who your audience is? Do you know why they attend your events?</strong>\n\nYou don\'t survey you attendees? Big mistake! If you don\'t even know why the people who are there attended, how are you going to figure out why people aren\'t attending? YOU MUST SURVEY...even informally. As an organizer, ask people on the way  in how they found out about the event and on their way out whether they enjoyed the event. Have forms people can fill out. Send out an electronic survey. Do what it takes to find out more about your audience.\n\nWhat are you up against and how are you fixing it? Let me know in the comments.','Are your events drawing fewer people?','','inherit','open','open','','1860-revision','','','2012-10-16 20:39:58','2012-10-16 20:39:58','',1860,'http://deborahbrody.com/2012/10/1860-revision/',0,'revision','',0),
(1862,4,'2012-10-16 20:41:25','2012-10-16 20:41:25','Last week, I attended an event and the complaint from the organizers is that fewer and fewer people are attending. Now part of this particular group\'s situation has to do with poor publicity.  In fact, their attendance has dwindled to such an extent that they have had to change venues. Today I attended another event (different group), same problem: fewer people.\n\nIf you are organizing an event that has been losing audience, you may want to ask yourself these questions:\n\n<strong>Is your publicity reaching new/bigger audiences?</strong>\n\nObviously, if few people know you are having an event, few people will attend. As a communicator, you have to evaluate where you are publicizing your event, and whether you are attracting enough people. Moreover, if you are trying to expand the amount of people at your events, you are going to have to experiment with new ways of publicizing the event. If you can only count on your core group, you don\'t have a recipe for growth.\n\n<strong>Is your program good?</strong>\n\nThere are just so many times I can go to a social media event. I have heard lots of it before. Nothing new there. <strong>Programming content counts.</strong> Doing a boring event or having the same speakers is not going to draw a new or bigger crowd.\n\n<strong>What else is going on that day?</strong>\n\nThis is about the importance of timing. If you are having an event, and there is a presidential debate going on that evening, you are forcing people to choose, and you may lose. Also, what time of day is your event? Have you experimented with other times?\n\n<strong>How good was your last event?</strong>\n\nYou know the saying, <em>you are only as good as your last success</em>. How successful was your last event? Were people interested, motivated, energized? Or did you receive complaints? Was the speaker entertaining or boring?  Unfortunately, you do not have too much control over circumstances (speaker was grumpy, people were late due to mass transit problems, etc.), but it matters anyhow. If you had a crappy event, people aren\'t going to want to attend another event that you put on.\n\n<strong>Do you know who your audience is? Do you know why they attend your events?</strong>\n\nYou don\'t survey you attendees? Big mistake! If you don\'t even know why the people who are there attended, how are you going to figure out why people aren\'t attending? YOU MUST SURVEY...even informally. As an organizer, ask people on the way  in how they found out about the event and on their way out whether they enjoyed the event. Have forms people can fill out. Send out an electronic survey. Do what it takes to find out more about your audience.\n\nWhat are you up against and how are you fixing it? Let me know in the comments.','Are your events drawing fewer people?','','inherit','open','open','','1860-autosave','','','2012-10-16 20:41:25','2012-10-16 20:41:25','',1860,'http://deborahbrody.com/2012/10/1860-autosave/',0,'revision','',0),
(1864,4,'2012-10-20 13:36:10','2012-10-20 13:36:10','Today I am at WordCamp Philly, which is the second WordPress \"camp\" I am attending.<!--more-->  I have already learned (within 15 minutes) how to do something cool.','Learning WordPress','','inherit','open','open','','1863-revision','','','2012-10-20 13:36:10','2012-10-20 13:36:10','',1863,'http://deborahbrody.com/2012/10/1863-revision/',0,'revision','',0),
(1865,4,'2012-10-20 13:36:17','2012-10-20 13:36:17','Today I am at WordCamp Philly, which is the second WordPress \"camp\" I am attending.<!--more-->  I have already learned (within 15 minutes) how to do something cool.','Learning WordPress','','inherit','open','open','','1863-revision-2','','','2012-10-20 13:36:17','2012-10-20 13:36:17','',1863,'http://deborahbrody.com/2012/10/1863-revision-2/',0,'revision','',0),
(1866,4,'2012-10-20 13:46:33','2012-10-20 13:46:33','Today I am at WordCamp Philly, which is the second WordPress \"camp\" I am attending.<!--more-->  I have already learned (within 15 minutes) how to do something cool.','Learning WordPress','','inherit','open','open','','1863-revision-3','','','2012-10-20 13:46:33','2012-10-20 13:46:33','',1863,'http://deborahbrody.com/2012/10/1863-revision-3/',0,'revision','',0),
(1867,4,'2012-10-20 14:34:04','2012-10-20 14:34:04','','Picture0005','','inherit','open','open','','picture0005','','','2012-10-20 14:34:04','2012-10-20 14:34:04','',1863,'http://deborahbrody.com/wp-content/uploads/2012/10/Picture0005.jpg',0,'attachment','image/jpeg',0),
(1868,4,'2012-10-20 14:28:24','2012-10-20 14:28:24','Today I am at WordCamp Philly, which is the second WordPress \"camp\" I am attending.<!--more-->  I have already learned (within 15 minutes) how to do something cool.','Learning WordPress','','inherit','open','open','','1863-revision-4','','','2012-10-20 14:28:24','2012-10-20 14:28:24','',1863,'http://deborahbrody.com/2012/10/1863-revision-4/',0,'revision','',0),
(1869,4,'2012-10-20 15:18:35','2012-10-20 15:18:35','Today I am at WordCamp Philly, which is the second WordPress \"camp\" I am attending.<!--more-->  I have already learned (within 15 minutes) how to do something cool.','Learning WordPress','','inherit','open','open','','1863-revision-5','','','2012-10-20 15:18:35','2012-10-20 15:18:35','',1863,'http://deborahbrody.com/2012/10/1863-revision-5/',0,'revision','',0),
(1920,4,'2012-11-20 14:14:48','0000-00-00 00:00:00','This is a fact: if organizations fail to appeal to younger people, they will not survive. There is no growth potential in appealing ONLY to older populations. They are not the future.  And yet, how many organizations are doing nothing--communications or programming-wise--to appeal to a younger audience?\r\n\r\nLast week, I attended an event where I was the youngest person. And I am not considered young (demographically speaking, of course).  It got me thinking about what organizations will have to do to appeal to younger people. Will it suffice to change and expand their communications efforts, or will they have to revamp their program offerings? Or both?\r\n\r\nNot appealing to younger people is a mistake of epic proportions. Witness the Republican Party\'s handwringing in light of their presidential loss to the Democrats. Even Mitt Romney seems to acknowledge his party was not offering much to young people (although his assertion that Obama was offering young people \"gifts\" was misguided at best).  The GOP is now dealing with the fact that their primary target of older, white male voters is a shrinking demographic.','Kidding around: appealing to younger people','','draft','open','open','','','','','2012-11-20 14:14:48','2012-11-20 14:14:48','',0,'http://deborahbrody.com/?p=1920',0,'post','',0),
(1872,4,'2012-10-23 15:05:55','2012-10-23 15:05:55','This blog is hosted on a website built on <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>. Lots of blogs, and many websites, are built using WordPress because it is easy to use and easy to customize. Because WordPress makes it so easy to update your content, there are more organizations using WordPress as a content management system (CMS). If you use software such as Dreamweaver to build a website, you probably have to call your “web person” to ask him/her to make updates.\r\n\r\nWordPress has built quite a large community of users and developers, many of whom have regular meet ups and discussion groups. A very popular (and fun) way to get a large group of WordPress enthusiasts together is <a href=\"http://central.wordcamp.org/\" target=\"_blank\">WordPress “camp.” </a>These camps happen year round in cities worldwide. All are volunteer run.\r\n\r\nThis past weekend I attended <a href=\"http://2012.philly.wordcamp.org/\" target=\"_blank\">Word Camp Philadelphia</a>, and last month I went to Word Camp in Baltimore. I am trying to learn all I can about WordPress since I don’t have an IT department or anybody handling my website (which is a long story).\r\n\r\nI learned a lot at Word Camp Philadelphia (and kudos to the organizers who made this volunteer run event run smoothly and professionally). Here are some main takeaways:\r\n<h3> <strong>Make security a priority</strong></h3>\r\nAll websites are vulnerable to hacking. There are several steps you can take to minimize the risk. Among them:\r\n<ul>\r\n	<li>            Do not use admin as your log on name</li>\r\n	<li>            Have a strong password</li>\r\n	<li>            Always update to the newest version of WordPress</li>\r\n	<li>            Be sure your plugins are compatible and updated</li>\r\n</ul>\r\n<h3><strong>Backup often</strong></h3>\r\nWe heard this time and time again—make your back ups happen automatically. There are many plugins (free and paid) that make this easy. The one mentioned by many presenters was BackupBuddy.\r\n<h3> <strong>Plugins are cool</strong></h3>\r\nPlugins are little programs that add functionality to your WordPress site. There are thousands of plugins available for download from WordPress.org, providing the ability to share posts, create backups, and add lots of bells and whistles. You should keep plugins updated, and you should remove any you aren’t using. Too many plugins can slow a website down, and create issues.\r\n\r\nA few that were mentioned repeatedly were:\r\n<ul>\r\n	<li>All in One SEO pack</li>\r\n	<li>AntispamBee</li>\r\n	<li>Akismet</li>\r\n	<li>Yet Another Related Post (YARPP) (running on this site)</li>\r\n	<li>Digg Digg (for social sharing)</li>\r\n</ul>\r\n<h3><strong> Content is crucial</strong></h3>\r\nIf you don’t have interesting and relevant content on your blog/website, why would anybody want to visit? Keep in mind that people don’t like to read long chunks of text (as Jess Ostroff from <a href=\"http://dontpanicmgmt.com/\" target=\"_blank\">Don’t Panic Management</a> put it: <strong>TL;DR</strong>, which stands for too long; didn’t read). Also, to avoid long uninterrupted text is why we break up content using headings, bullets and images. To organize your content, you should use some sort of content management system. Jess Ostroff recommended <a href=\"http://www.divvyhq.com/\" target=\"_blank\">DivvyHQ.com</a> (paid) or the WordPress Editorial Calendar (free).\r\n<h3> <strong>Websites should be accessible</strong></h3>\r\nThere is such a thing as making your website “handicapped accessible.” For example,  blind people use web readers to visit websites. If you have images on your website, you should make sure to add alt text  so that these readers can include a description of these images.\r\n\r\nAnother type of accessibility is for mobile devices. The newest version of the simple WordPress theme (Twenty Twelve) adjusts the dimensions of your website to make it fit to a mobile phone screen.\r\n<h3> <strong>WordPress: it’s not just for blogging anymore!</strong></h3>\r\nThe most important takeaway is that WordPress is not just for blogging. Large organizations have already migrated their websites to a WordPress platform.\r\n<h3><strong>Go to camp  already!</strong></h3>\r\nIf you are interested in learning more about WordPress, I highly recommend going to Word Camp. However, not all camps are created equal and it may be worth it to travel to a camp that is well organized.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','All I learned about WordPress I learned at camp','','publish','open','open','','all-i-learned-about-wordpress','','','2012-10-23 15:07:59','2012-10-23 15:07:59','',0,'http://deborahbrody.com/?p=1872',0,'post','',2),
(1873,4,'2012-10-23 15:02:28','2012-10-23 15:02:28','This blog is hosted on a website built on <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>. Lots of blogs, and many websites, are built using WordPress because it is easy to use and easy to customize. Because WordPress makes it so easy to update your content, there are more organizations using WordPress as a content management system (CMS). If you use software such as Dreamweaver to build a website, you probably have to call your “web person” to ask him/her to make updates.\n\nWordPress has built quite a large community of users and developers, many of whom have regular meet ups and discussion groups. A very popular (and fun) way to get a large group of WordPress enthusiasts together is <a href=\"http://central.wordcamp.org/\" target=\"_blank\">WordPress “camp.” </a>These camps happen year round in cities worldwide. All are volunteer run.\n\nThis past weekend I attended <a href=\"http://2012.philly.wordcamp.org/\" target=\"_blank\">Word Camp Philadelphia</a>, and last month I went to Word Camp in Baltimore. I am trying to learn all I can about WordPress since I don’t have an IT department or anybody handling my website (which is a long story).\n\nI learned a lot at Word Camp Philadelphia (and kudos to the organizers who made this volunteer run event run smoothly and professionally). Here are some main takeaways:\n<h3> <strong>Make security a priority</strong></h3>\nAll websites are vulnerable to hacking. There are several steps you can take to minimize the risk. Among them:\n<ul>\n	<li>            Do not use admin as your log on name</li>\n	<li>            Have a strong password</li>\n	<li>            Always update to the newest version of WordPress</li>\n	<li>            Be sure your plugins are compatible and updated</li>\n</ul>\n<h3><strong>Backup often</strong></h3>\nWe heard this time and time again—make your back ups happen automatically. There are many plugins (free and paid) that make this easy. The one mentioned by many presenters was BackupBuddy.\n<h3> <strong>Plugins are cool</strong></h3>\nPlugins are little programs that add functionality to your WordPress site. There are thousands of plugins available for download from WordPress.org, providing the ability to share posts, create backups, and add lots of bells and whistles. You should keep plugins updated, and you should remove any you aren’t using. Too many plugins can slow a website down, and create issues.\n\nA few that were mentioned repeatedly were:\n<ul>\n	<li>All in One SEO pack</li>\n	<li>AntispamBee</li>\n	<li>Akismet</li>\n	<li>Yet Another Related Post (YARPP) (running on this site)</li>\n	<li>Digg Digg (for social sharing)</li>\n</ul>\n<h3>\n<strong> Content is crucial</strong></h3>\nIf you don’t have interesting and relevant content on your blog/website, why would anybody want to visit? Keep in mind that people don’t like to read long chunks of text (as Jess Ostroff from <a href=\"http://dontpanicmgmt.com/\" target=\"_blank\">Don’t Panic Management</a> put it: <strong>TL;DR</strong>, which stands for too long; didn’t read). Also, to avoid long uninterrupted text is why we break up content using headings, bullets and images. To organize your content, you should use some sort of content management system. Jess Ostroff recommended <a href=\"http://www.divvyhq.com/\" target=\"_blank\">DivvyHQ.com</a> (paid) or the WordPress Editorial Calendar (free).\n<h3> <strong>Websites should be accessible</strong></h3>\nThere is such a thing as making your website “handicapped accessible.” For example,  blind people use web readers to visit websites. If you have images on your website, you should make sure to add alt text  so that these readers can include a description of these images.\n\nAnother type of accessibility is for mobile devices. The newest version of the simple WordPress theme (Twenty Twelve) adjusts the dimensions of your website to make it fit to a mobile phone screen.\n<h3> <strong>WordPress: it’s not just for blogging anymore!</strong></h3>\nThe most important takeaway is that WordPress is not just for blogging. Large 0rganizations have already migrated their websites to a WordPress platform.\n<h3><strong>Go to camp  already!</strong></h3>\nIf you are interested in learning more about WordPress, I highly recommend going to Word Camp. However, not all camps are created equal and it may be worth it to travel to a camp that is well organized.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','','','inherit','open','open','','1872-revision','','','2012-10-23 15:02:28','2012-10-23 15:02:28','',1872,'http://deborahbrody.com/2012/10/1872-revision/',0,'revision','',0),
(1874,4,'2012-10-23 15:03:34','2012-10-23 15:03:34','This blog is hosted on a website built on <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>. Lots of blogs, and many websites, are built using WordPress because it is easy to use and easy to customize. Because WordPress makes it so easy to update your content, there are more organizations using WordPress as a content management system (CMS). If you use software such as Dreamweaver to build a website, you probably have to call your “web person” to ask him/her to make updates.\r\n\r\nWordPress has built quite a large community of users and developers, many of whom have regular meet ups and discussion groups. A very popular (and fun) way to get a large group of WordPress enthusiasts together is <a href=\"http://central.wordcamp.org/\" target=\"_blank\">WordPress “camp.” </a>These camps happen year round in cities worldwide. All are volunteer run.\r\n\r\nThis past weekend I attended <a href=\"http://2012.philly.wordcamp.org/\" target=\"_blank\">Word Camp Philadelphia</a>, and last month I went to Word Camp in Baltimore. I am trying to learn all I can about WordPress since I don’t have an IT department or anybody handling my website (which is a long story).\r\n\r\nI learned a lot at Word Camp Philadelphia (and kudos to the organizers who made this volunteer run event run smoothly and professionally). Here are some main takeaways:\r\n<h3> <strong>Make security a priority</strong></h3>\r\nAll websites are vulnerable to hacking. There are several steps you can take to minimize the risk. Among them:\r\n<ul>\r\n	<li>            Do not use admin as your log on name</li>\r\n	<li>            Have a strong password</li>\r\n	<li>            Always update to the newest version of WordPress</li>\r\n	<li>            Be sure your plugins are compatible and updated</li>\r\n</ul>\r\n<h3><strong>Backup often</strong></h3>\r\nWe heard this time and time again—make your back ups happen automatically. There are many plugins (free and paid) that make this easy. The one mentioned by many presenters was BackupBuddy.\r\n<h3> <strong>Plugins are cool</strong></h3>\r\nPlugins are little programs that add functionality to your WordPress site. There are thousands of plugins available for download from WordPress.org, providing the ability to share posts, create backups, and add lots of bells and whistles. You should keep plugins updated, and you should remove any you aren’t using. Too many plugins can slow a website down, and create issues.\r\n\r\nA few that were mentioned repeatedly were:\r\n<ul>\r\n	<li>All in One SEO pack</li>\r\n	<li>AntispamBee</li>\r\n	<li>Akismet</li>\r\n	<li>Yet Another Related Post (YARPP) (running on this site)</li>\r\n	<li>Digg Digg (for social sharing)</li>\r\n</ul>\r\n<h3>\r\n<strong> Content is crucial</strong></h3>\r\nIf you don’t have interesting and relevant content on your blog/website, why would anybody want to visit? Keep in mind that people don’t like to read long chunks of text (as Jess Ostroff from <a href=\"http://dontpanicmgmt.com/\" target=\"_blank\">Don’t Panic Management</a> put it: <strong>TL;DR</strong>, which stands for too long; didn’t read). Also, to avoid long uninterrupted text is why we break up content using headings, bullets and images. To organize your content, you should use some sort of content management system. Jess Ostroff recommended <a href=\"http://www.divvyhq.com/\" target=\"_blank\">DivvyHQ.com</a> (paid) or the WordPress Editorial Calendar (free).\r\n<h3> <strong>Websites should be accessible</strong></h3>\r\nThere is such a thing as making your website “handicapped accessible.” For example,  blind people use web readers to visit websites. If you have images on your website, you should make sure to add alt text  so that these readers can include a description of these images.\r\n\r\nAnother type of accessibility is for mobile devices. The newest version of the simple WordPress theme (Twenty Twelve) adjusts the dimensions of your website to make it fit to a mobile phone screen.\r\n<h3> <strong>WordPress: it’s not just for blogging anymore!</strong></h3>\r\nThe most important takeaway is that WordPress is not just for blogging. Large 0rganizations have already migrated their websites to a WordPress platform.\r\n<h3><strong>Go to camp  already!</strong></h3>\r\nIf you are interested in learning more about WordPress, I highly recommend going to Word Camp. However, not all camps are created equal and it may be worth it to travel to a camp that is well organized.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','','','inherit','open','open','','1872-revision-2','','','2012-10-23 15:03:34','2012-10-23 15:03:34','',1872,'http://deborahbrody.com/2012/10/1872-revision-2/',0,'revision','',0),
(1875,4,'2012-10-23 15:05:03','2012-10-23 15:05:03','This blog is hosted on a website built on <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>. Lots of blogs, and many websites, are built using WordPress because it is easy to use and easy to customize. Because WordPress makes it so easy to update your content, there are more organizations using WordPress as a content management system (CMS). If you use software such as Dreamweaver to build a website, you probably have to call your “web person” to ask him/her to make updates.\r\n\r\nWordPress has built quite a large community of users and developers, many of whom have regular meet ups and discussion groups. A very popular (and fun) way to get a large group of WordPress enthusiasts together is <a href=\"http://central.wordcamp.org/\" target=\"_blank\">WordPress “camp.” </a>These camps happen year round in cities worldwide. All are volunteer run.\r\n\r\nThis past weekend I attended <a href=\"http://2012.philly.wordcamp.org/\" target=\"_blank\">Word Camp Philadelphia</a>, and last month I went to Word Camp in Baltimore. I am trying to learn all I can about WordPress since I don’t have an IT department or anybody handling my website (which is a long story).\r\n\r\nI learned a lot at Word Camp Philadelphia (and kudos to the organizers who made this volunteer run event run smoothly and professionally). Here are some main takeaways:\r\n<h3> <strong>Make security a priority</strong></h3>\r\nAll websites are vulnerable to hacking. There are several steps you can take to minimize the risk. Among them:\r\n<ul>\r\n	<li>            Do not use admin as your log on name</li>\r\n	<li>            Have a strong password</li>\r\n	<li>            Always update to the newest version of WordPress</li>\r\n	<li>            Be sure your plugins are compatible and updated</li>\r\n</ul>\r\n<h3><strong>Backup often</strong></h3>\r\nWe heard this time and time again—make your back ups happen automatically. There are many plugins (free and paid) that make this easy. The one mentioned by many presenters was BackupBuddy.\r\n<h3> <strong>Plugins are cool</strong></h3>\r\nPlugins are little programs that add functionality to your WordPress site. There are thousands of plugins available for download from WordPress.org, providing the ability to share posts, create backups, and add lots of bells and whistles. You should keep plugins updated, and you should remove any you aren’t using. Too many plugins can slow a website down, and create issues.\r\n\r\nA few that were mentioned repeatedly were:\r\n<ul>\r\n	<li>All in One SEO pack</li>\r\n	<li>AntispamBee</li>\r\n	<li>Akismet</li>\r\n	<li>Yet Another Related Post (YARPP) (running on this site)</li>\r\n	<li>Digg Digg (for social sharing)</li>\r\n</ul>\r\n<h3>\r\n<strong> Content is crucial</strong></h3>\r\nIf you don’t have interesting and relevant content on your blog/website, why would anybody want to visit? Keep in mind that people don’t like to read long chunks of text (as Jess Ostroff from <a href=\"http://dontpanicmgmt.com/\" target=\"_blank\">Don’t Panic Management</a> put it: <strong>TL;DR</strong>, which stands for too long; didn’t read). Also, to avoid long uninterrupted text is why we break up content using headings, bullets and images. To organize your content, you should use some sort of content management system. Jess Ostroff recommended <a href=\"http://www.divvyhq.com/\" target=\"_blank\">DivvyHQ.com</a> (paid) or the WordPress Editorial Calendar (free).\r\n<h3> <strong>Websites should be accessible</strong></h3>\r\nThere is such a thing as making your website “handicapped accessible.” For example,  blind people use web readers to visit websites. If you have images on your website, you should make sure to add alt text  so that these readers can include a description of these images.\r\n\r\nAnother type of accessibility is for mobile devices. The newest version of the simple WordPress theme (Twenty Twelve) adjusts the dimensions of your website to make it fit to a mobile phone screen.\r\n<h3> <strong>WordPress: it’s not just for blogging anymore!</strong></h3>\r\nThe most important takeaway is that WordPress is not just for blogging. Large 0rganizations have already migrated their websites to a WordPress platform.\r\n<h3><strong>Go to camp  already!</strong></h3>\r\nIf you are interested in learning more about WordPress, I highly recommend going to Word Camp. However, not all camps are created equal and it may be worth it to travel to a camp that is well organized.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','All I learned about WordPress I learned at camp','','inherit','open','open','','1872-revision-3','','','2012-10-23 15:05:03','2012-10-23 15:05:03','',1872,'http://deborahbrody.com/2012/10/1872-revision-3/',0,'revision','',0),
(1876,4,'2012-10-23 15:05:07','2012-10-23 15:05:07','This blog is hosted on a website built on <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>. Lots of blogs, and many websites, are built using WordPress because it is easy to use and easy to customize. Because WordPress makes it so easy to update your content, there are more organizations using WordPress as a content management system (CMS). If you use software such as Dreamweaver to build a website, you probably have to call your “web person” to ask him/her to make updates.\r\n\r\nWordPress has built quite a large community of users and developers, many of whom have regular meet ups and discussion groups. A very popular (and fun) way to get a large group of WordPress enthusiasts together is <a href=\"http://central.wordcamp.org/\" target=\"_blank\">WordPress “camp.” </a>These camps happen year round in cities worldwide. All are volunteer run.\r\n\r\nThis past weekend I attended <a href=\"http://2012.philly.wordcamp.org/\" target=\"_blank\">Word Camp Philadelphia</a>, and last month I went to Word Camp in Baltimore. I am trying to learn all I can about WordPress since I don’t have an IT department or anybody handling my website (which is a long story).\r\n\r\nI learned a lot at Word Camp Philadelphia (and kudos to the organizers who made this volunteer run event run smoothly and professionally). Here are some main takeaways:\r\n<h3> <strong>Make security a priority</strong></h3>\r\nAll websites are vulnerable to hacking. There are several steps you can take to minimize the risk. Among them:\r\n<ul>\r\n	<li>            Do not use admin as your log on name</li>\r\n	<li>            Have a strong password</li>\r\n	<li>            Always update to the newest version of WordPress</li>\r\n	<li>            Be sure your plugins are compatible and updated</li>\r\n</ul>\r\n<h3><strong>Backup often</strong></h3>\r\nWe heard this time and time again—make your back ups happen automatically. There are many plugins (free and paid) that make this easy. The one mentioned by many presenters was BackupBuddy.\r\n<h3> <strong>Plugins are cool</strong></h3>\r\nPlugins are little programs that add functionality to your WordPress site. There are thousands of plugins available for download from WordPress.org, providing the ability to share posts, create backups, and add lots of bells and whistles. You should keep plugins updated, and you should remove any you aren’t using. Too many plugins can slow a website down, and create issues.\r\n\r\nA few that were mentioned repeatedly were:\r\n<ul>\r\n	<li>All in One SEO pack</li>\r\n	<li>AntispamBee</li>\r\n	<li>Akismet</li>\r\n	<li>Yet Another Related Post (YARPP) (running on this site)</li>\r\n	<li>Digg Digg (for social sharing)</li>\r\n</ul>\r\n<h3><strong> Content is crucial</strong></h3>\r\nIf you don’t have interesting and relevant content on your blog/website, why would anybody want to visit? Keep in mind that people don’t like to read long chunks of text (as Jess Ostroff from <a href=\"http://dontpanicmgmt.com/\" target=\"_blank\">Don’t Panic Management</a> put it: <strong>TL;DR</strong>, which stands for too long; didn’t read). Also, to avoid long uninterrupted text is why we break up content using headings, bullets and images. To organize your content, you should use some sort of content management system. Jess Ostroff recommended <a href=\"http://www.divvyhq.com/\" target=\"_blank\">DivvyHQ.com</a> (paid) or the WordPress Editorial Calendar (free).\r\n<h3> <strong>Websites should be accessible</strong></h3>\r\nThere is such a thing as making your website “handicapped accessible.” For example,  blind people use web readers to visit websites. If you have images on your website, you should make sure to add alt text  so that these readers can include a description of these images.\r\n\r\nAnother type of accessibility is for mobile devices. The newest version of the simple WordPress theme (Twenty Twelve) adjusts the dimensions of your website to make it fit to a mobile phone screen.\r\n<h3> <strong>WordPress: it’s not just for blogging anymore!</strong></h3>\r\nThe most important takeaway is that WordPress is not just for blogging. Large 0rganizations have already migrated their websites to a WordPress platform.\r\n<h3><strong>Go to camp  already!</strong></h3>\r\nIf you are interested in learning more about WordPress, I highly recommend going to Word Camp. However, not all camps are created equal and it may be worth it to travel to a camp that is well organized.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','All I learned about WordPress I learned at camp','','inherit','open','open','','1872-revision-4','','','2012-10-23 15:05:07','2012-10-23 15:05:07','',1872,'http://deborahbrody.com/2012/10/1872-revision-4/',0,'revision','',0),
(1877,4,'2012-10-23 15:05:55','2012-10-23 15:05:55','This blog is hosted on a website built on <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>. Lots of blogs, and many websites, are built using WordPress because it is easy to use and easy to customize. Because WordPress makes it so easy to update your content, there are more organizations using WordPress as a content management system (CMS). If you use software such as Dreamweaver to build a website, you probably have to call your “web person” to ask him/her to make updates.\r\n\r\nWordPress has built quite a large community of users and developers, many of whom have regular meet ups and discussion groups. A very popular (and fun) way to get a large group of WordPress enthusiasts together is <a href=\"http://central.wordcamp.org/\" target=\"_blank\">WordPress “camp.” </a>These camps happen year round in cities worldwide. All are volunteer run.\r\n\r\nThis past weekend I attended <a href=\"http://2012.philly.wordcamp.org/\" target=\"_blank\">Word Camp Philadelphia</a>, and last month I went to Word Camp in Baltimore. I am trying to learn all I can about WordPress since I don’t have an IT department or anybody handling my website (which is a long story).\r\n\r\nI learned a lot at Word Camp Philadelphia (and kudos to the organizers who made this volunteer run event run smoothly and professionally). Here are some main takeaways:\r\n<h3> <strong>Make security a priority</strong></h3>\r\nAll websites are vulnerable to hacking. There are several steps you can take to minimize the risk. Among them:\r\n<ul>\r\n	<li>            Do not use admin as your log on name</li>\r\n	<li>            Have a strong password</li>\r\n	<li>            Always update to the newest version of WordPress</li>\r\n	<li>            Be sure your plugins are compatible and updated</li>\r\n</ul>\r\n<h3><strong>Backup often</strong></h3>\r\nWe heard this time and time again—make your back ups happen automatically. There are many plugins (free and paid) that make this easy. The one mentioned by many presenters was BackupBuddy.\r\n<h3> <strong>Plugins are cool</strong></h3>\r\nPlugins are little programs that add functionality to your WordPress site. There are thousands of plugins available for download from WordPress.org, providing the ability to share posts, create backups, and add lots of bells and whistles. You should keep plugins updated, and you should remove any you aren’t using. Too many plugins can slow a website down, and create issues.\r\n\r\nA few that were mentioned repeatedly were:\r\n<ul>\r\n	<li>All in One SEO pack</li>\r\n	<li>AntispamBee</li>\r\n	<li>Akismet</li>\r\n	<li>Yet Another Related Post (YARPP) (running on this site)</li>\r\n	<li>Digg Digg (for social sharing)</li>\r\n</ul>\r\n<h3><strong> Content is crucial</strong></h3>\r\nIf you don’t have interesting and relevant content on your blog/website, why would anybody want to visit? Keep in mind that people don’t like to read long chunks of text (as Jess Ostroff from <a href=\"http://dontpanicmgmt.com/\" target=\"_blank\">Don’t Panic Management</a> put it: <strong>TL;DR</strong>, which stands for too long; didn’t read). Also, to avoid long uninterrupted text is why we break up content using headings, bullets and images. To organize your content, you should use some sort of content management system. Jess Ostroff recommended <a href=\"http://www.divvyhq.com/\" target=\"_blank\">DivvyHQ.com</a> (paid) or the WordPress Editorial Calendar (free).\r\n<h3> <strong>Websites should be accessible</strong></h3>\r\nThere is such a thing as making your website “handicapped accessible.” For example,  blind people use web readers to visit websites. If you have images on your website, you should make sure to add alt text  so that these readers can include a description of these images.\r\n\r\nAnother type of accessibility is for mobile devices. The newest version of the simple WordPress theme (Twenty Twelve) adjusts the dimensions of your website to make it fit to a mobile phone screen.\r\n<h3> <strong>WordPress: it’s not just for blogging anymore!</strong></h3>\r\nThe most important takeaway is that WordPress is not just for blogging. Large 0rganizations have already migrated their websites to a WordPress platform.\r\n<h3><strong>Go to camp  already!</strong></h3>\r\nIf you are interested in learning more about WordPress, I highly recommend going to Word Camp. However, not all camps are created equal and it may be worth it to travel to a camp that is well organized.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','All I learned about WordPress I learned at camp','','inherit','open','open','','1872-revision-5','','','2012-10-23 15:05:55','2012-10-23 15:05:55','',1872,'http://deborahbrody.com/2012/10/1872-revision-5/',0,'revision','',0),
(1878,4,'2012-10-23 15:09:02','2012-10-23 15:09:02','This blog is hosted on a website built on <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>. Lots of blogs, and many websites, are built using WordPress because it is easy to use and easy to customize. Because WordPress makes it so easy to update your content, there are more organizations using WordPress as a content management system (CMS). If you use software such as Dreamweaver to build a website, you probably have to call your “web person” to ask him/her to make updates.\n\nWordPress has built quite a large community of users and developers, many of whom have regular meet ups and discussion groups. A very popular (and fun) way to get a large group of WordPress enthusiasts together is <a href=\"http://central.wordcamp.org/\" target=\"_blank\">WordPress “camp.” </a>These camps happen year round in cities worldwide. All are volunteer run.\n\nThis past weekend I attended <a href=\"http://2012.philly.wordcamp.org/\" target=\"_blank\">Word Camp Philadelphia</a>, and last month I went to Word Camp in Baltimore. I am trying to learn all I can about WordPress since I don’t have an IT department or anybody handling my website (which is a long story).\n\nI learned a lot at Word Camp Philadelphia (and kudos to the organizers who made this volunteer run event run smoothly and professionally). Here are some main takeaways:\n<h3> <strong>Make security a priority</strong></h3>\nAll websites are vulnerable to hacking. There are several steps you can take to minimize the risk. Among them:\n<ul>\n	<li>            Do not use admin as your log on name</li>\n	<li>            Have a strong password</li>\n	<li>            Always update to the newest version of WordPress</li>\n	<li>            Be sure your plugins are compatible and updated</li>\n</ul>\n<h3><strong>Backup often</strong></h3>\nWe heard this time and time again—make your back ups happen automatically. There are many plugins (free and paid) that make this easy. The one mentioned by many presenters was BackupBuddy.\n<h3> <strong>Plugins are cool</strong></h3>\nPlugins are little programs that add functionality to your WordPress site. There are thousands of plugins available for download from WordPress.org, providing the ability to share posts, create backups, and add lots of bells and whistles. You should keep plugins updated, and you should remove any you aren’t using. Too many plugins can slow a website down, and create issues.\n\nA few that were mentioned repeatedly were:\n<ul>\n	<li>All in One SEO pack</li>\n	<li>AntispamBee</li>\n	<li>Akismet</li>\n	<li>Yet Another Related Post (YARPP) (running on this site)</li>\n	<li>Digg Digg (for social sharing)</li>\n</ul>\n<h3><strong> Content is crucial</strong></h3>\nIf you don’t have interesting and relevant content on your blog/website, why would anybody want to visit? Keep in mind that people don’t like to read long chunks of text (as Jess Ostroff from <a href=\"http://dontpanicmgmt.com/\" target=\"_blank\">Don’t Panic Management</a> put it: <strong>TL;DR</strong>, which stands for too long; didn’t read). Also, to avoid long uninterrupted text is why we break up content using headings, bullets and images. To organize your content, you should use some sort of content management system. Jess Ostroff recommended <a href=\"http://www.divvyhq.com/\" target=\"_blank\">DivvyHQ.com</a> (paid) or the WordPress Editorial Calendar (free).\n<h3> <strong>Websites should be accessible</strong></h3>\nThere is such a thing as making your website “handicapped accessible.” For example,  blind people use web readers to visit websites. If you have images on your website, you should make sure to add alt text  so that these readers can include a description of these images.\n\nAnother type of accessibility is for mobile devices. The newest version of the simple WordPress theme (Twenty Twelve) adjusts the dimensions of your website to make it fit to a mobile phone screen.\n<h3> <strong>WordPress: it’s not just for blogging anymore!</strong></h3>\nThe most important takeaway is that WordPress is not just for blogging. Large organizations have already migrated their websites to a WordPress platform.\n<h3><strong>Go to camp  already!</strong></h3>\nIf you are interested in learning more about WordPress, I highly recommend going to Word Camp. However, not all camps are created equal and it may be worth it to travel to a camp that is well organized.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','All I learned about WordPress I learned at camp','','inherit','open','open','','1872-autosave','','','2012-10-23 15:09:02','2012-10-23 15:09:02','',1872,'http://deborahbrody.com/2012/10/1872-autosave/',0,'revision','',0),
(1880,4,'2012-10-25 19:39:46','2012-10-25 19:39:46','This year, we have been bombarded with political ads on TV, especially in swing states. I can attest to this since my TV DMA covers Northern Virginia, and Virginia is a swing state, so we have been seeing (too) many here in Maryland.\r\n\r\nThe spending is in the billions. Adweek reports: <a href=\"http://www.adweek.com/news/advertising-branding/political-tv-ads-shatter-records-144746\" target=\"_blank\">Political TV Ads Shatter Records. It\'s not over yet.</a>  According to Adweek, as of last week, 915,000 presidential ads have appeared. Add to that congressional and senate ads, and ballot question ads, and I would be surprised if you have seen even one commercial for Viagra!\r\n\r\nIn today\'s Washington Post, Ned Martel writes in the article <a href=\"http://www.washingtonpost.com/lifestyle/style/could-the-campaign-ads-benefit-from-the-mad-men-touch/2012/10/24/84a09c60-1215-11e2-ba83-a7a396e6b2a7_story.html\" target=\"_blank\">\"Could the campaign ads benefit from Mad Men touch\"</a> that the ads are not even that good.  He says:\r\n<blockquote>To advertising executives, this onslaught of attack ads looks like a giant waste of money. It certainly runs counter to every risk-conscious maxim the industry has honed since the days of “Mad Men.”</blockquote>\r\nNegative ads have been a staple of political campaigns forever. You want to discredit your opponent, that is understood. Unfortunately, this year especially (or so it seems...memories are short), we are seeing that not only are these ads negative, they are also factually challenged. Glenn Kessler, \"The Fact Checker\" writer at the Washington Post,<a href=\"http://www.washingtonpost.com/blogs/fact-checker/post/romney-doubling-down-on-debate-misstatements/2012/10/24/c1d34826-1e22-11e2-ba31-3083ca97c314_blog.html\" target=\"_blank\"> today rated  one of Mitt Romney\'s ads regarding Obama\'s so-called Apology Tour </a>four Pinnochios (which means that this particular ad includes falsehoods).\r\n\r\nWe are seeing a lot of back and forth: Romney says one thing, and Obama answers it. And to add legitimacy, we are seeing the use of news footage. An Obama ad recently used footage from a 60 Minutes interview of Mitt Romney.\r\n\r\nBut does any of it make any difference in trying to reach the mythical undecided voter? I am not sure. I think it must have some impact but does it change minds? Do people watch the ads or do they tune them out? I don\'t know. What are your thoughts?','Do political ads work?','','publish','open','open','','do-political-ads-work','','','2012-10-25 19:39:46','2012-10-25 19:39:46','',0,'http://deborahbrody.com/?p=1880',0,'post','',0),
(1881,4,'2012-10-25 19:39:00','2012-10-25 19:39:00','This year, we have been bombarded with political ads on TV, especially in swing states. I can attest to this since my TV DMA covers Northern Virginia, and Virginia is a swing state, so we have been seeing (too) many here in Maryland.\n\nThe spending is in the billions. Adweek reports: <a href=\"http://www.adweek.com/news/advertising-branding/political-tv-ads-shatter-records-144746\" target=\"_blank\">Political TV Ads Shatter Records. It\'s not over yet.</a>  According to Adweek, as of last week, 915,000 presidential ads have appeared. Add to that congressional and senate ads, and ballot question ads, and I would be surprised if you have seen even one commercial for Viagra!\n\nIn today\'s Washington Post, Ned Martel writes in the article <a href=\"http://www.washingtonpost.com/lifestyle/style/could-the-campaign-ads-benefit-from-the-mad-men-touch/2012/10/24/84a09c60-1215-11e2-ba83-a7a396e6b2a7_story.html\" target=\"_blank\">\"Could the campaign ads benefit from Mad Men touch\"</a> that the ads are not even that good.  He says:\n<blockquote>To advertising executives, this onslaught of attack ads looks like a giant waste of money. It certainly runs counter to every risk-conscious maxim the industry has honed since the days of “Mad Men.”</blockquote>\nNegative ads have been a staple of political campaigns forever. You want to discredit your opponent, that is understood. Unfortunately, this year especially (or so it seems...memories are short), we are seeing that not only are these ads negative, they are also factually challenged. Glenn Kessler, \"The Fact Checker\" writer at the Washington Post,<a href=\"http://www.washingtonpost.com/blogs/fact-checker/post/romney-doubling-down-on-debate-misstatements/2012/10/24/c1d34826-1e22-11e2-ba31-3083ca97c314_blog.html\" target=\"_blank\"> today rated  one of Mitt Romney\'s ads regarding Obama\'s so-called Apology Tour </a>four Pinnochios (which means that this particular ad includes falsehoods).\n\nWe are seeing a lot of back and forth: Romney says one thing, and Obama answers it. And to add legitimacy, we are seeing the use of news footage. An Obama ad recently used footage from a 60 Minutes interview of Mitt Romney.\n\nBut does any of it make any difference in trying to reach the mythical undecided voter? I am not sure. I think it must have some impact but does it change minds? Do people watch the ads or do they tune them out? I don\'t know. What are your thoughts?','Do political ads work?','','inherit','open','open','','1880-revision','','','2012-10-25 19:39:00','2012-10-25 19:39:00','',1880,'http://deborahbrody.com/2012/10/1880-revision/',0,'revision','',0),
(1883,4,'2012-10-29 14:57:25','2012-10-29 14:57:25','If you are anywhere on the Eastern Seaboard you are feeling the effects of Hurricane Sandy (or at least, you are hearing about the effects of Sandy on the nonstop news coverage). You are probably hunkered down at home since few people ventured out to work today.  If your job is to communicate, you are faced with a tough situation: you cannot compete for attention! What should you do?\r\n\r\nIf you already have a <strong>print campaign</strong> running, there is nothing you can or should do. People realize that your ad or press release went out way before the storm.\r\n\r\nIf you have <strong>TV  ad campaign</strong> running, realize that your spots probably won\'t run. Too much air space will be devoted to hurricane coverage. The issue you will have to face is whether you can continue to use those spots after the storm. Are they still relevant? More importantly, if people are dealing with after-disaster effects, how much impact will your ads have?\r\n\r\nIf you had scheduled a<strong> press conference</strong>, you should cancel it. Nobody wants to hear about product launches when they are worried about a tree crashing down on their house.\r\n\r\nIf you handle <strong>communications for a business or organization</strong>--especially a retail operation--you should update your website and social media feeds regarding your status (are you open or closed, do you have power or not, will you honor late payments etc.) You should also record a phone message for your location. Not everyone will have access to the Internet. You may also consider sending emails/SMS messages to customers who may need to reschedule appointments etc.\r\n\r\nIf you have a <strong>press release</strong> going out this week, you may want to reschedule it. Your news will have to compete with disaster information.\r\n\r\nIf you have a <strong>social media campaign</strong> running, first realize that many people may not have Internet access. You may want to postpone your campaign, and certainly, revisit and reconsider any scheduled Tweets, Facebook updates or blog posts.  Mary Fletcher Jones of Fletcher Jones has written a very useful blog post: <a href=\"http://fletcher-prince.com/2012/10/28/6-tips-how-communicators-can-prepare-for-hurricane-sandy/\" target=\"_blank\">6 Tips: How Communicators Can Prepare for Hurricane Sandy</a> where she deals with special considerations for social media.\r\n\r\nWhat are you doing to communicate during and after the storm? Please share any insights here.','Communicating when disaster strikes','','publish','open','open','','communicating-when-disaster-strikes','','','2012-10-29 14:57:25','2012-10-29 14:57:25','',0,'http://deborahbrody.com/?p=1883',0,'post','',0),
(1884,4,'2012-10-29 14:56:51','2012-10-29 14:56:51','If you are anywhere on the Eastern Seaboard you are feeling the effects of Hurricane Sandy (or at least, you are hearing about the effects of Sandy on the nonstop news coverage). You are probably hunkered down at home since few people ventured out to work today.  If your job is to communicate, you are faced with a tough situation: there\'s no competing for attention! What should you do?\n\nIf you already have a <strong>print campaign</strong> running, there is nothing you can or should do. People realize that your ad or press release went out way before the storm.\n\nIf you have <strong>TV  ad campaign</strong> running, realize that your spots probably won\'t run. Too much air space will be devoted to hurricane coverage. The issue you will have to face is whether you can continue to use those spots after the storm. Are they still relevant? More importantly, if people are dealing with after-disaster effects, how much impact will your ads have?\n\nIf you had scheduled a<strong> press conference</strong>, you should cancel it. Nobody wants to hear about product launches when they are worried about a tree crashing down on their house.\n\nIf you handle <strong>communications for a business or organization</strong>--especially a retail operation--you should update your website and social media feeds regarding your status (are you open or closed, do you have power or not, will you honor late payments etc.) You should also record a phone message for your location. Not everyone will have access to the Internet. You may also consider sending emails/SMS messages to customers who may need to reschedule appointments etc.\n\nIf you have a <strong>press release</strong> going out this week, you may want to reschedule it. Your news will have to compete with disaster information.\n\nIf you have a <strong>social media campaign</strong> running, first realize that many people may not have Internet access. You may want to postpone your campaign, and certainly, revisit and reconsider any scheduled Tweets, Facebook updates or blog posts.  Mary Fletcher Jones of Fletcher Jones has written a very useful blog post: <a href=\"http://fletcher-prince.com/2012/10/28/6-tips-how-communicators-can-prepare-for-hurricane-sandy/\" target=\"_blank\">6 Tips: How Communicators Can Prepare for Hurricane Sandy</a> where she deals with special considerations for social media.\n\nWhat are you doing to communicate during and after the storm? Please share any insights here.','Communicating when disaster strikes','','inherit','open','open','','1883-revision','','','2012-10-29 14:56:51','2012-10-29 14:56:51','',1883,'http://deborahbrody.com/2012/10/1883-revision/',0,'revision','',0),
(1885,4,'2012-10-31 14:01:38','2012-10-31 14:01:38','Yes, I know, it is somewhat formulaic to have a scary things post at Halloween, but why not? Following, in no particular order, are the scary (wrong) things communicators do:\r\n<ul>\r\n	<li>Not know their effect from their affect</li>\r\n	<li> Declare that social media isn’t necessary</li>\r\n	<li> On the other hand, think that all they need to do is Tweet something out</li>\r\n	<li> Think a USP is something like a USB</li>\r\n	<li>Overlook the basics: not checking the address is correct, for example</li>\r\n	<li>Network all the time or not at all</li>\r\n	<li> Steer clear of professional development events because “there’s nothing new to learn”</li>\r\n	<li> Use corporate-speak phrases just to achieve buy-in or ramp up their core competency</li>\r\n	<li> Fail to adapt to changing conditions (“We will send out the press release, I don’t care that Hurricane Sandy just devastated New York.”)</li>\r\n</ul>\r\nI know you have a few good ones to add--so please, please add them in the comments!\r\n\r\nHave a happy Halloween! Hope you get more treats than tricks.\r\n\r\n[caption id=\"attachment_1886\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2012/10/Pumpkins.jpg\"><img class=\"size-medium wp-image-1886\" title=\"Pumpkins\" src=\"http://deborahbrody.com/wp-content/uploads/2012/10/Pumpkins-300x225.jpg\" alt=\"Row of pumpkins at Farmers\' Market\" width=\"300\" height=\"225\" /></a> Pumpkins just in time for Halloween[/caption]','Scary things communicators do','','publish','open','open','','scary-things-communicators-do','','','2012-10-31 14:01:38','2012-10-31 14:01:38','',0,'http://deborahbrody.com/?p=1885',0,'post','',0),
(1886,4,'2012-10-31 13:58:26','2012-10-31 13:58:26','','Pumpkins','Pumpkins just in time for Halloween','inherit','open','open','','pumpkins','','','2012-10-31 13:58:26','2012-10-31 13:58:26','',1885,'http://deborahbrody.com/wp-content/uploads/2012/10/Pumpkins.jpg',0,'attachment','image/jpeg',0),
(1887,4,'2012-10-31 13:59:32','2012-10-31 13:59:32','Yes, I know, it is somewhat formulaic to have a scary things post at Halloween, but why not? Following, in no particular order, are the scary (wrong) things communicators do:\n<ul>\n	<li>Not know their effect from their affect</li>\n	<li> Declare that social media isn’t necessary</li>\n	<li> On the other hand, think that all they need to do is Tweet something out</li>\n	<li> Think USP is something like a USB</li>\n	<li>Overlook the basics: not checking the address is correct, for example</li>\n	<li>Network all the time or not at all</li>\n	<li> Steer clear of professional development events because “there’s nothing new to learn”</li>\n	<li> Use corporate-speak phrases just to achieve buy-in or ramp up their core competency</li>\n	<li> Fail to adapt to changing conditions (“We will send out the press release, I don’t care that Hurricane Sandy just devastated New York.”)</li>\n</ul>\nI know you have a few good ones to add--so please, please add them in the comments!\n\nHave a happy Halloween! Hope you get more treats than tricks.\n\n[caption id=\"attachment_1886\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2012/10/Pumpkins.jpg\"><img class=\"size-medium wp-image-1886\" title=\"Pumpkins\" src=\"http://deborahbrody.com/wp-content/uploads/2012/10/Pumpkins-300x225.jpg\" alt=\"Row of pumpkins at Farmers\' Market\" width=\"300\" height=\"225\" /></a> Pumpkins just in time for Halloween[/caption]','Scary things communicators do','','inherit','open','open','','1885-revision','','','2012-10-31 13:59:32','2012-10-31 13:59:32','',1885,'http://deborahbrody.com/2012/10/1885-revision/',0,'revision','',0),
(1888,4,'2012-10-31 14:00:32','2012-10-31 14:00:32','Yes, I know, it is somewhat formulaic to have a scary things post at Halloween, but why not? Following, in no particular order, are the scary (wrong) things communicators do:\n<ul>\n	<li>Not know their effect from their affect</li>\n	<li> Declare that social media isn’t necessary</li>\n	<li> On the other hand, think that all they need to do is Tweet something out</li>\n	<li> Think a USP is something like a USB</li>\n	<li>Overlook the basics: not checking the address is correct, for example</li>\n	<li>Network all the time or not at all</li>\n	<li> Steer clear of professional development events because “there’s nothing new to learn”</li>\n	<li> Use corporate-speak phrases just to achieve buy-in or ramp up their core competency</li>\n	<li> Fail to adapt to changing conditions (“We will send out the press release, I don’t care that Hurricane Sandy just devastated New York.”)</li>\n</ul>\nI know you have a few good ones to add--so please, please add them in the comments!\n\nHave a happy Halloween! Hope you get more treats than tricks.\n\n[caption id=\"attachment_1886\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2012/10/Pumpkins.jpg\"><img class=\"size-medium wp-image-1886\" title=\"Pumpkins\" src=\"http://deborahbrody.com/wp-content/uploads/2012/10/Pumpkins-300x225.jpg\" alt=\"Row of pumpkins at Farmers\' Market\" width=\"300\" height=\"225\" /></a> Pumpkins just in time for Halloween[/caption]','Scary things communicators do','','inherit','open','open','','1885-revision-2','','','2012-10-31 14:00:32','2012-10-31 14:00:32','',1885,'http://deborahbrody.com/2012/10/1885-revision-2/',0,'revision','',0),
(1890,4,'2012-11-01 17:13:16','2012-11-01 17:13:16','<strong>Work for your treats!</strong>\r\n\r\nLast night was Halloween, and I had a bowlful of good (chocolate) candy. There seemed fewer trick-or-treaters this year than last, and a lot fewer cute costumes. I am not sure what that was about. But what really bugged me was the teenager who showed up with her backpack open, <span style=\"text-decoration: underline;\">wearing no costume</span>,  just ready to grab some candy. Really? She made no effort at all and perhaps she felt a sense of entitlement. I shut the door after that and decided to keep the rest of the candy for myself.\r\n\r\n(Also, why is it that the littlest kids grabbed one piece of candy each, but the teenagers grabbed a handful?)\r\n\r\n<em>The takeaway here is that looking the part helps with buy-in. I am not inclined to give you candy if you don\'t look like a trick-or-treater, right?</em>\r\n\r\n<strong>How am I supposed to get home?</strong>\r\n\r\nLast week I called a couple of dealerships about a malfunctioning knob in my car. Both dealerships were able to figure out approximately how much it would cost to fix but only one dealership offered a shuttle to take me home and pick me up. Where do you think I made a service appointment?\r\n\r\nWhen your car is in the shop, and it is going to take all day to fix, what are you supposed to do? You can\'t drive yourself, obviously, but you do have options: 1) you could sit at the dealership all day (and be bored and unproductive); 2) you could get a friend or family member to pick you up and take you back (if you have a favor that needs returning); 3) you could take a cab (could cost you lots of money); or 4)  you could take public transportation to where you need to go (if it is even available).\r\n\r\n<em>The marketing lesson here is that offering a useful service like a courtesy shuttle will set you apart and bring you business, often more than advertising will.</em>\r\n\r\n<strong>Complain but with a purpose</strong>\r\n\r\nBlogs are great for so many reasons, not the least of which is that it gives you a place to air your concerns. If you have a personal blog, complaining about something that happened to you at your local fast food shop or a blow up with a neighbor is appropriate. However, if you are writing for a small business or organizational blog, complaining just to blow off steam is not only useless, it may be detrimental. What is the reason that you are sharing the complaint? How is it helping your blog\'s readers? How is it getting your blog more readers of the kind you want?\r\n\r\nFor example, a couple of years ago, I wrote a complaint post about a certain cosmetics company. I did try to give it a communications spin, but the people that find my blog because of that particular post are other angry customers who are in no way interested in my thoughts on marketing communications, but rather in complaining about the cosmetics company. It gets me readers, but not readers in my target audience.\r\n\r\n<em>Before you start a complaint blog post or rant, think about how it fits with your blog\'s  purpose and  target audience.</em>\r\n\r\nHappy November!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Random thoughts to start November','','publish','open','open','','random-thoughts-to-start-november','','','2012-11-01 17:13:16','2012-11-01 17:13:16','',0,'http://deborahbrody.com/?p=1890',0,'post','',0),
(1891,4,'2012-11-01 17:12:51','2012-11-01 17:12:51','<strong>Work for your treats!</strong>\n\nLast night was Halloween, and I had a bowlful of good (chocolate) candy. There seemed fewer trick-or-treaters this year than last, and a lot fewer cute costumes. I am not sure what that was about. But what really bugged me was the teenager who showed up with her backpack open, <span style=\"text-decoration: underline;\">wearing no costume</span>,  just ready to grab some candy. Really? She made no effort at all and perhaps she felt a sense of entitlement. I shut the door after that and decided to keep the rest of the candy for myself.\n\n(Also, why is it that the littlest kids grabbed one piece of candy each, but the teenagers grabbed a handful?)\n\n<em>The takeaway here is that looking the part helps with buy-in. I am not inclined to give you candy if you don\'t look like a trick-or-treater, right?</em>\n\n<strong>How am I supposed to get home?</strong>\n\nLast week I called a couple of dealerships about a malfunctioning knob in my car. Both dealerships were able to figure out approximately how much it would cost to fix but only one dealership offered a shuttle to take me home and pick me up. Where do you think I made a service appointment?\n\nWhen your car is in the shop, and it is going to take all day to fix, what are you supposed to do? You can\'t drive yourself, obviously, but you do have options: 1) you could sit at the dealership all day (and be bored and unproductive); 2) you could get a friend or family member to pick you up and take you back (if you have a favor that needs returning); 3) you could take a cab (could cost you lots of money); or 4)  you could take public transportation to where you need to go (if it is even available).\n\n<em>The marketing lesson here is that offering a useful service like a courtesy shuttle will set you apart and bring you business, often more than advertising will.</em>\n\n<strong>Complain but with a purpose</strong>\n\nBlogs are great for so many reasons, not the least of which is that it gives you a place to air your concerns. If you have a personal blog, complaining about something that happened to you at your local fast food shop or a blow up with a neighbor is appropriate. However, if you are writing for a small business or organizational blog, complaining just to blow off steam is not only useless, it may be detrimental. What is the reason that you are sharing the complaint? How is it helping your blog\'s readers? How is it getting your blog more readers of the kind you want?\n\nFor example, a couple of years ago, I wrote a complaint post about a certain cosmetics company. I did try to give it a communications spin, but the people that find my blog because of that particular post are other angry customers who are in no way interested in my thoughts on marketing communications, but rather in complaining about the cosmetics company. It gets me readers, but not readers in my target audience.\n\n<em>Before you start a complaint blog post or rant, think about how it fits with your blog\'  purpose and  target audience.</em>\n\nHappy November!\n\n&nbsp;\n\n&nbsp;','Random thoughts to start November','','inherit','open','open','','1890-revision','','','2012-11-01 17:12:51','2012-11-01 17:12:51','',1890,'http://deborahbrody.com/2012/11/1890-revision/',0,'revision','',0),
(1893,4,'2012-11-05 21:39:18','2012-11-05 21:39:18','Last week, when we were waiting for Hurricane Sandy to hit, my main worry was losing power. Because the storm was predicted many days out, Pepco was actually ready, with out-of-state assets in place. Pepco also warned it could take a week or more to restore powe (managing expectations?)  Thankfully, Montgomery County was spared the worst of storm, and although some customers did lose power, the majority did not. Of course, New Jersey and New York were hit pretty badly and are still struggling to get power restored.\r\n\r\n<strong>Detailed preparedness plan, communicated </strong>\r\n\r\nPepco seemed to go to great pains to communicate exactly how it was prepared to deal with the storm (participated in mutual aid calls, got repair crews in place, and so forth). Prior to the storm, every customer received a robocall warning to be prepared.\r\n\r\n<strong>More faces of Pepco</strong>\r\n\r\nI noticed that prior to the storm, Pepco held a couple of news conferences. Instead of featuring Tom Graham, Pepco’s regional president, who was everywhere during the Derecho coverage, Pepco featured David Velazquez, the executive vice president for power delivery for PHI (Pepco’s parent company).\r\n\r\nHere\'s the video:\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"http://www.youtube.com/embed/VzlyJyf2LmM?rel=0\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\r\n\r\n<strong>Different tone and trying to do the right thing</strong>\r\n\r\nIn a full page color ad placed in yesterday\'s Sunday Washington Post, Pete Pedersen, Pepco’s emergency preparedness manager is featured (again, not Tom Graham). The headline is “Thank you for weathering the storm with us.” The body of the ad seems to recognize how much suffering being without power engenders saying:\r\n<blockquote>Because so many other communities are suffering right now, we hope you will join us in making a contribution to the American Red Cross.\r\n\r\nWith any storm like this, we’re all in it together.</blockquote>\r\nThe ad includes the American Red Cross logo and how to make a contribution. This shows some element of corporate social responsibility, which is in stark contrast to the lack of empathy exhibited during the Derecho, when Pepco even tried to charge customers a fee for the days they did not have power.\r\n\r\nGone is the defensiveness of the post-Derecho advertising.  But this is Pepco after all, and there still is an element of back-patting:\r\n<blockquote>But because of early preparations and your help in reporting outages and downed lines, we were able to respond quickly to this historic event.</blockquote>\r\nIs this a new Pepco? I am cautiously optimistic.\r\n\r\nYour thoughts?\r\n\r\n&nbsp;','Has Pepco changed its communication strategy?','','publish','open','open','','has-pepco-changed-its-communication-strategy','','','2012-11-05 21:39:18','2012-11-05 21:39:18','',0,'http://deborahbrody.com/?p=1893',0,'post','',0),
(1894,4,'2012-11-05 21:35:28','2012-11-05 21:35:28','Last week, when we were waiting for Hurricane Sandy to hit, my main worry was losing power. Because the storm was predicted many days out, Pepco was actually ready, with out-of-state assets in place. Pepco also warned it could take a week or more to restore power. Every customer received a robocall warning to be prepared.  Thankfully, Montgomery County was spared the worst of storm, and although some customers did lose power, the majority did not. Of course, New Jersey and New York were hit pretty badly and are still struggling to get power restored.\n\n<strong>Detailed preparedness plan, communicated </strong>\n\nPepco seemed to go to great pains to communicate exactly how it was prepared to deal with the storm (participated in mutual aid calls, got repair crews in place, and so forth).\n\n<strong>More faces of Pepco</strong>\n\nI noticed that prior to the storm, Pepco held a couple of news conferences. Instead of featuring Tom Graham, Pepco’s regional president, who was everywhere during the Derecho coverage, Pepco featured David Velazquez, the executive vice president for power delivery for PHI (Pepco’s parent company).\n\nHere\'s the video:\n\n&nbsp;\n\n<iframe src=\"http://www.youtube.com/embed/VzlyJyf2LmM?rel=0\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\n\n<strong>Different tone and trying to do the right thing</strong>\n\nIn a full page color ad placed in yesterday\'s Sunday Washington Post, Pete Pedersen, Pepco’s emergency preparedness manager is featured (again, not Tom Graham). The headline is “Thank you for weathering the storm with us.” The body of the ad seems to recognize how much suffering being without power engenders saying:\n<blockquote>Because so many other communities are suffering right now, we hope you will join us in making a contribution to the American Red Cross.\n\nWith any storm like this, we’re all in it together.</blockquote>\nThe ad includes the American Red Cross logo and how to make a contribution.\n\nGone is the defensiveness of the post-Derecho advertising. There still is an element of back-patting:\n<blockquote>But because of early preparations and your help in reporting outages and downed lines, we were able to respond quickly to this historic event.</blockquote>\nIs this a new Pepco? I am cautiously optimistic.\n\nYour thoughts?\n\n&nbsp;','Has Pepco changed its communication strategy?','','inherit','open','open','','1893-revision','','','2012-11-05 21:35:28','2012-11-05 21:35:28','',1893,'http://deborahbrody.com/2012/11/1893-revision/',0,'revision','',0),
(1895,4,'2012-11-05 21:35:57','2012-11-05 21:35:57','Last week, when we were waiting for Hurricane Sandy to hit, my main worry was losing power. Because the storm was predicted many days out, Pepco was actually ready, with out-of-state assets in place. Pepco also warned it could take a week or more to restore power. Every customer received a robocall warning to be prepared.  Thankfully, Montgomery County was spared the worst of storm, and although some customers did lose power, the majority did not. Of course, New Jersey and New York were hit pretty badly and are still struggling to get power restored.\r\n\r\n<strong>Detailed preparedness plan, communicated </strong>\r\n\r\nPepco seemed to go to great pains to communicate exactly how it was prepared to deal with the storm (participated in mutual aid calls, got repair crews in place, and so forth).\r\n\r\n<strong>More faces of Pepco</strong>\r\n\r\nI noticed that prior to the storm, Pepco held a couple of news conferences. Instead of featuring Tom Graham, Pepco’s regional president, who was everywhere during the Derecho coverage, Pepco featured David Velazquez, the executive vice president for power delivery for PHI (Pepco’s parent company).\r\n\r\nHere\'s the video:\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"http://www.youtube.com/embed/VzlyJyf2LmM?rel=0\" frameborder=\"0\" width=\"560\" height=\"315\"></iframe>\r\n\r\n<strong>Different tone and trying to do the right thing</strong>\r\n\r\nIn a full page color ad placed in yesterday\'s Sunday Washington Post, Pete Pedersen, Pepco’s emergency preparedness manager is featured (again, not Tom Graham). The headline is “Thank you for weathering the storm with us.” The body of the ad seems to recognize how much suffering being without power engenders saying:\r\n<blockquote>Because so many other communities are suffering right now, we hope you will join us in making a contribution to the American Red Cross.\r\n\r\nWith any storm like this, we’re all in it together.</blockquote>\r\nThe ad includes the American Red Cross logo and how to make a contribution.\r\n\r\nGone is the defensiveness of the post-Derecho advertising. There still is an element of back-patting:\r\n<blockquote>But because of early preparations and your help in reporting outages and downed lines, we were able to respond quickly to this historic event.</blockquote>\r\nIs this a new Pepco? I am cautiously optimistic.\r\n\r\nYour thoughts?\r\n\r\n&nbsp;','Has Pepco changed its communication strategy?','','inherit','open','open','','1893-revision-2','','','2012-11-05 21:35:57','2012-11-05 21:35:57','',1893,'http://deborahbrody.com/2012/11/1893-revision-2/',0,'revision','',0),
(1958,4,'2012-12-27 13:45:44','2012-12-27 13:45:44','<strong>1. Understand the basics (who you are and what you do) before doing anything else</strong>. I worked with one client this year who had launched a website, hired a marketing person and even commissioned a video without ever having examined what the company’s main message was, defined a target audience or main competitors and certainly hadn’t thought out its USP.\r\n\r\n<strong>2. You don’t have to market everywhere, just where you are likely to find your target audience</strong>. There’s no need to spread your marketing message far and wide. You can have success by focusing your efforts where you are likely to find your audience.\r\n\r\n<strong>3. There is only one content strategy (getting your target audience to read your content).</strong> <strong>Everything else is a TACTIC. </strong>I have read many articles about content marketing, all claiming to have new “strategies.” In most, if not all, cases, these strategies were really tactics.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"School Blackboard by H2O Alchemist, on Flickr\" href=\"http://www.flickr.com/photos/h2oalchemist/414924312/\"><img class=\" \" title=\"School Blackboard in Ghana by H2OAlchemist on Flickr\" src=\"http://farm1.staticflickr.com/158/414924312_26809b1259.jpg\" alt=\"School Blackboard\" width=\"500\" height=\"333\" /></a> School Blackboard in Ghana by H2OAlchemist on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong> 4.</strong> <strong>Acknowledge the reality on the ground</strong>. This year we have seen several advertisers (and a politician or two) who just did not get it. Like Pepco, who continued patting itself on its back about “reliability” when hundreds of thousands of customers were without power during extreme heat for several days.\r\n\r\n<strong> 5</strong>. <strong>Depending on Facebook (or any free, third-party service) as a marketing platform will cost you.</strong> Sure, you can have a Facebook page for free, but figuring out its ever changing policies will cost you in time and effort.\r\n\r\n<strong>6. Stop scheduling your tweets! </strong>Tweeting about your fun weekend ahead while people are mourning 20 dead children is tacky and preventable. <span style=\"text-decoration: underline;\">Twitter is about immediacy, engagement and responsiveness. Scheduled tweets are just the opposite.</span>\r\n\r\nWhat lessons did you draw from the year that was? Anything jump out at you? If so, please share in the comments.','6 marketing and communications lessons from 2012','','publish','open','open','','6-marketing-and-communications-lessons-from-2012','','','2012-12-27 13:45:44','2012-12-27 13:45:44','',0,'http://deborahbrody.com/?p=1958',0,'post','',0),
(1898,4,'2012-11-08 17:37:21','2012-11-08 17:37:21','There\'s lots of advice floating around there about how often you should blog. Some say blog every day, some say twice a week. Does frequency matter? Should you blog more often or less often?\r\n\r\nI advocate for blogging consistently rather than frequently. For some bloggers it may too much pressure to blog every day or even once a week. What can you accomplish consistently? Can you do once a month? In that case, that should be your blogging frequency.\r\n\r\nA few weeks ago, I ran a poll via LinkedIn, asking the following question:\r\n\r\nDo you judge a blog/blogger by the frequency of posting.\r\n\r\nThe answer options were:\r\n<ul>\r\n	<li>Yes</li>\r\n	<li>No</li>\r\n	<li>Depends on blog type</li>\r\n	<li>I judge based on content rather than frequency.</li>\r\n</ul>\r\nOverwhelmingly, people said they judged based on content. Frequency may not matter that much.\r\n\r\nThe answer to should you blog more often is, quite simply, it depends.\r\n\r\nIn the end, you have to decide what is best for your target audience, and for your ability to blog. Does your target need frequent updates? Are you able to deliver the frequency? If so, then blog more often. Are you using your blog to provide relevant information, that does not have to be updated so often? Then blog less often.\r\n\r\nWhat do you think? What have you found works best for you, and why?\r\n\r\n&nbsp;','Should you blog more often?','','publish','open','open','','should-you-blog-more-often','','','2012-11-08 17:37:21','2012-11-08 17:37:21','',0,'http://deborahbrody.com/?p=1898',0,'post','',0),
(1899,4,'2012-11-08 17:36:59','2012-11-08 17:36:59','There\'s lots of advice floating around there about how often you should blog. Some say blog every day, some say twice a week. Does frequency matter? Should you blog more often or less often?\n\nI advocate for blogging consistently rather than frequently. For some bloggers it may too much pressure to blog every day or even once a week. What can you accomplish consistently? Can you do once a month? In that case, that should be your blogging frequency.\n\nA few weeks ago, I ran a poll via LinkedIn, asking the following question:\n\nDo you judge a blog/blogger by the frequency of posting.\n\nThe answer options were:\n<ul>\n	<li>Yes</li>\n	<li>No</li>\n	<li>Depends on blog type</li>\n	<li>I judge based on content rather than frequency.</li>\n</ul>\nOverwhelmingly, people said they judged based on content. Frequency may not matter that much.\n\nThe answer to should you blog more often is, quite simply, it depends.\n\nIn the end, you have to decide what is best for your target audience, and for your ability to blog. Does your target need frequent updates? Are you able to deliver the frequency? If so, then blog more often. Are you using your blog to provide relevant information, that does not have to be updated so often? Then blog less often.\n\n&nbsp;\n\nWhat do you think? Should you blog more often or less often?\n\n&nbsp;','Should you blog more often?','','inherit','open','open','','1898-revision','','','2012-11-08 17:36:59','2012-11-08 17:36:59','',1898,'http://deborahbrody.com/2012/11/1898-revision/',0,'revision','',0),
(1900,4,'2012-11-08 17:38:29','2012-11-08 17:38:29','There\'s lots of advice floating around there about how often you should blog. Some say blog every day, some say twice a week. Does frequency matter? Should you blog more often or less often?\n\nI advocate for blogging consistently rather than frequently. For some bloggers it may too much pressure to blog every day or even once a week. What can you accomplish consistently? Can you do once a month? In that case, that should be your blogging frequency.\n\nA few weeks ago, I ran a poll via LinkedIn, asking the following question:\n\nDo you judge a blog/blogger by the frequency of posting.\n\nThe answer options were:\n<ul>\n	<li>Yes</li>\n	<li>No</li>\n	<li>Depends on blog type</li>\n	<li>I judge based on content rather than frequency.</li>\n</ul>\nOverwhelmingly, people said they judged based on content. Frequency may not matter that much.\n\nThe answer to should you blog more often is, quite simply, it depends.\n\nIn the end, you have to decide what is best for your target audience, and for your ability to blog. Does your target need frequent updates? Are you able to deliver the frequency? If so, then blog more often. Are you using your blog to provide relevant information, that does not have to be updated so often? Then blog less often.\n\nWhat do you think? What have you found works best for you, and why?\n\n&nbsp;','Should you blog more often?','','inherit','open','open','','1898-autosave','','','2012-11-08 17:38:29','2012-11-08 17:38:29','',1898,'http://deborahbrody.com/2012/11/1898-autosave/',0,'revision','',0),
(1910,4,'2012-11-09 19:21:56','2012-11-09 19:21:56','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\r\n\r\nPlease fill out my poll. I will share the information with you in a blog post.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n','Where do all the RSS feeds go','','inherit','open','open','','1903-revision-7','','','2012-11-09 19:21:56','2012-11-09 19:21:56','',1903,'http://deborahbrody.com/2012/11/1903-revision-7/',0,'revision','',0),
(1905,4,'2012-11-09 19:19:31','2012-11-09 19:19:31','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\n\nPlease fill out my poll. I will share the information with you in a blog post.\n\n&nbsp;\n\n&nbsp;\n\n<noscript><a href=\"http://polldaddy.com/poll/6678494/\">Do you use a RSS reader?</a></noscript>','Where do all the RSS feeds go','','inherit','open','open','','1903-revision-2','','','2012-11-09 19:19:31','2012-11-09 19:19:31','',1903,'http://deborahbrody.com/2012/11/1903-revision-2/',0,'revision','',0),
(1906,4,'2012-11-09 19:19:50','2012-11-09 19:19:50','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\r\n\r\nPlease fill out my poll. I will share the information with you in a blog post.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<noscript><a href=\"http://polldaddy.com/poll/6678494/\">Do you use a RSS reader?</a></noscript>','Where do all the RSS feeds go','','inherit','open','open','','1903-revision-3','','','2012-11-09 19:19:50','2012-11-09 19:19:50','',1903,'http://deborahbrody.com/2012/11/1903-revision-3/',0,'revision','',0),
(1907,4,'2012-11-09 19:19:53','2012-11-09 19:19:53','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\r\n\r\nPlease fill out my poll. I will share the information with you in a blog post.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<noscript><a href=\"http://polldaddy.com/poll/6678494/\">Do you use a RSS reader?</a></noscript>','Where do all the RSS feeds go','','inherit','open','open','','1903-revision-4','','','2012-11-09 19:19:53','2012-11-09 19:19:53','',1903,'http://deborahbrody.com/2012/11/1903-revision-4/',0,'revision','',0),
(1908,4,'2012-11-09 19:20:05','2012-11-09 19:20:05','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\r\n\r\nPlease fill out my poll. I will share the information with you in a blog post.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<noscript><a href=\"http://polldaddy.com/poll/6678494/\">Do you use a RSS reader?</a></noscript>','Where do all the RSS feeds go','','inherit','open','open','','1903-revision-5','','','2012-11-09 19:20:05','2012-11-09 19:20:05','',1903,'http://deborahbrody.com/2012/11/1903-revision-5/',0,'revision','',0),
(1909,4,'2012-11-09 19:21:41','2012-11-09 19:21:41','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\r\n\r\nPlease fill out my poll. I will share the information with you in a blog post.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<noscript><a href=\"http://polldaddy.com/poll/6678494/\">Do you use a RSS reader?</a></noscript>','Where do all the RSS feeds go','','inherit','open','open','','1903-revision-6','','','2012-11-09 19:21:41','2012-11-09 19:21:41','',1903,'http://deborahbrody.com/2012/11/1903-revision-6/',0,'revision','',0),
(1911,4,'2012-11-09 19:23:19','2012-11-09 19:23:19','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\r\n\r\nPlease answer my poll. I will share the information with you in a blog post.\r\n\r\n[polldaddy poll=\"6678494\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Where do all the RSS feeds go','','inherit','open','open','','1903-revision-8','','','2012-11-09 19:23:19','2012-11-09 19:23:19','',1903,'http://deborahbrody.com/2012/11/1903-revision-8/',0,'revision','',0),
(1912,4,'2012-11-09 19:23:26','2012-11-09 19:23:26','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\r\n\r\nPlease answer my poll. I will share the information with you in a blog post.\r\n\r\n[polldaddy poll=\"6678494\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Where do all the RSS feeds go','','inherit','open','open','','1903-revision-9','','','2012-11-09 19:23:26','2012-11-09 19:23:26','',1903,'http://deborahbrody.com/2012/11/1903-revision-9/',0,'revision','',0),
(1913,4,'2012-11-09 19:24:51','2012-11-09 19:24:51','I have more than 100 subscriptions on my Google Reader. I love having the convenience of all those blogs in one place. Yesterday, I led my \"How to write your blog\" workshop, and the participants told me they don\'t use readers and doubt they have much traction. So, I thought I would survey to see if people use readers.\n\nPlease answer my poll. I will share the information with you in a blog post.\n\n[polldaddy poll=\"6678494\"]\n\n&nbsp;\n\n&nbsp;','Where do all the RSS feeds go','','inherit','open','open','','1903-autosave','','','2012-11-09 19:24:51','2012-11-09 19:24:51','',1903,'http://deborahbrody.com/2012/11/1903-autosave/',0,'revision','',0),
(1915,4,'2012-11-13 18:01:20','2012-11-13 18:01:20','There are a few things that people tend to overlook or to simply not check.\n\n<strong>Check the contact information CAREFULLY on your website/marketing materials</strong>\n\nYou want to make sure it is accurate. Perhaps have someone read it off to you. For example, in my newsletter I found the address had the wrong ZIP code.  A graphic designer I know had one digit wrong in her phone number.\n\n<strong>And check whether it can be found easily</strong>\n\nI just spent a ridiculous amount of time trying to find where an art class was being offered--you know--the actual physical place where it was meeting. The website made you go to the About page where you had to scroll to the \"where to find us\" page. Why make it so complicated?\n\n&nbsp;\n\n<strong>Check to see if GPS/Google Maps/Mapquest can find your address?</strong>\n\nIf you are any type of location that people drive to (store, restaurant, hotel, attraction), have you checked that the address you give out works on GPS/Google Maps/Mapquest? Sometimes street names have changed or are new and do not show up.\n\n<strong>Check how your email and enewsletters  show up to recipients?</strong>\n\nBefore you send out anything to the world, send yourself a sample. You want to make sure your name is spelled correctly, and how it shows up in the recipient\'s inbox.  For example, someone I know was sending email that was coming from Email box 2 instead of her name. And just today I received an enewsletter titled \"Sample Newsletter\" from a well known institution. These can result in people not knowing who you are and ultimately, not opening your email/enewsletter.\n\n&nbsp;','Quick! Check these potential problems right now','','inherit','open','open','','1914-revision','','','2012-11-13 18:01:20','2012-11-13 18:01:20','',1914,'http://deborahbrody.com/2012/11/1914-revision/',0,'revision','',0),
(1916,4,'2012-11-13 18:03:20','2012-11-13 18:03:20','There are a few things that people tend to overlook or to simply not check.\n\n<strong>Check the contact information CAREFULLY on your website/marketing materials</strong>\n\nYou want to make sure it is accurate. Perhaps have someone read it off to you. For example, in my newsletter I found the address had the wrong ZIP code.  A graphic designer I know had one digit wrong in her phone number.\n\n<strong>And check whether it can be found easily</strong>\n\nI just spent a ridiculous amount of time trying to find where an art class was being offered--you know--the actual physical place where it was meeting. The website made you go to the About page where you had to scroll to the \"where to find us\" page. Why make it so complicated?\n\n&nbsp;\n\n<a title=\"check by PNASH, on Flickr\" href=\"http://www.flickr.com/photos/pnash/5227436224/\"><img src=\"http://farm6.staticflickr.com/5165/5227436224_aa52b49262_m.jpg\" alt=\"check\" width=\"240\" height=\"131\" /></a>\n\n<strong>Check to see if GPS/Google Maps/Mapquest can find your address?</strong>\n\nIf you are any type of location that people drive to (store, restaurant, hotel, attraction), have you checked that the address you give out works on GPS/Google Maps/Mapquest? Sometimes street names have changed or are new and do not show up.\n\n<strong>Check how your email and enewsletters  show up to recipients?</strong>\n\nBefore you send out anything to the world, send yourself a sample. You want to make sure your name is spelled correctly, and how it shows up in the recipient\'s inbox.  For example, someone I know was sending email that was coming from Email box 2 instead of her name. And just today I received an enewsletter titled \"Sample Newsletter\" from a well known institution. These can result in people not knowing who you are and ultimately, not opening your email/enewsletter.\n\n&nbsp;','Quick! Check these potential problems right now','','inherit','open','open','','1914-revision-2','','','2012-11-13 18:03:20','2012-11-13 18:03:20','',1914,'http://deborahbrody.com/2012/11/1914-revision-2/',0,'revision','',0),
(1917,4,'2012-11-13 18:05:43','2012-11-13 18:05:43','There are a few things that people tend to overlook or to simply not check.\r\n\r\n<strong>Check the contact information CAREFULLY on your website/marketing materials</strong>\r\n\r\nYou want to make sure it is accurate. Perhaps have someone read it off to you. For example, in my newsletter I found the address had the wrong ZIP code.  A graphic designer I know had one digit wrong in her phone number.\r\n\r\n<strong>And check whether it can be found easily</strong>\r\n\r\nI just spent a ridiculous amount of time trying to find where an art class was being offered--you know--the actual physical place where it was meeting. The website made you go to the About page where you had to scroll to the \"where to find us\" page. Why make it so complicated?\r\n\r\n&nbsp;\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"216\"]<a title=\"check by PNASH, on Flickr\" href=\"http://www.flickr.com/photos/pnash/5227436224/\"><img title=\"Check mark\" src=\"http://farm6.staticflickr.com/5165/5227436224_aa52b49262_m.jpg\" alt=\"check\" width=\"216\" height=\"118\" /></a> By PNASH, Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong>Check to see if GPS/Google Maps/Mapquest can find your address</strong>\r\n\r\nIf you are any type of location that people drive to (store, restaurant, hotel, attraction), have you checked that the address you give out  works on GPS/Google Maps/Mapquest? Sometimes street names have changed or are new and do not show up.\r\n\r\n<strong>Check how your email and enewsletters  show up to recipients</strong>\r\n\r\nBefore you send out anything to the world, send yourself a sample. You want to make sure your name is spelled correctly, and how it shows up in the recipient\'s inbox.  For example, someone I know was sending email that was coming from Email box 2 instead of her name. And just today I received an enewsletter titled \"Sample Newsletter\" from a well known institution. These can result in people not knowing who you are and ultimately, not opening your email/enewsletter.\r\n\r\nGo check these things right now. Fix them if they don\'t check out. You will be glad you did.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Quick! Check these potential problems right now','','inherit','open','open','','1914-revision-3','','','2012-11-13 18:05:43','2012-11-13 18:05:43','',1914,'http://deborahbrody.com/2012/11/1914-revision-3/',0,'revision','',0),
(1921,4,'2012-11-20 14:08:35','2012-11-20 14:08:35','This is a fact: if organizations fail to appeal to younger people, they will not survive. There is no growth potential in appealing ONLY to older populations. They are not the future.  And yet, how many organizations are doing nothing--communications or programming-wise--to appeal to a younger audience?\n\nLast week, I attended an event where I was the youngest person. And I am not considered young (demographically speaking, of course).  It got me thinking about what organizations will have to do to appeal to younger people. Will it suffice to change and expand their communications efforts, or will they have to revamp their program offerings? Or both?\n\nNot appealing to younger people is a mistake of epic proportions. Witness the Republican Party\'s handwringing in light of their presidential loss to the Democrats. Even Mitt Romney seems to acknowledge his party was not offering much to young people (although his assertion that Obama was offering young people \"gifts\" was misguided at best).  The GOP is now dealing with the fact that their primary target of older, white male voters is a shrinking demographic.','Kidding around: appealing to younger people','','inherit','open','open','','1920-revision','','','2012-11-20 14:08:35','2012-11-20 14:08:35','',1920,'http://deborahbrody.com/2012/11/1920-revision/',0,'revision','',0),
(1922,4,'2012-11-21 13:50:45','2012-11-21 13:50:45','In case you haven\'t signed up for my newsletter (the sign up is on the top right), you can read the Fall/Thanksgiving one <a href=\"http://mad.ly/a36043\" target=\"_blank\">right here</a>.\r\n\r\nWishing you and yours a Happy Thanksgiving!\r\n\r\n&nbsp;','Happy Thanksgiving!','','publish','open','open','','happy-thanksgiving','','','2012-11-21 13:50:45','2012-11-21 13:50:45','',0,'http://deborahbrody.com/?p=1922',0,'post','',0),
(1923,4,'2012-11-21 13:47:03','2012-11-21 13:47:03','In case you haven\'t signed up for my newsletter (the sign up is on the top right), you can read the Fall/Thanksgiving one <a href=\"http://mad.ly/a36043\" target=\"_blank\">right here</a>.\n\nWishing you and yours a Happy Thanksgiving!\n\n&nbsp;','Happy Thanksgiving!','','inherit','open','open','','1922-revision','','','2012-11-21 13:47:03','2012-11-21 13:47:03','',1922,'http://deborahbrody.com/2012/11/1922-revision/',0,'revision','',0),
(1926,4,'2012-11-28 21:25:41','2012-11-28 21:25:41','You learned it way back in kindergarten, remember? Show and tell was when you brought something in and you told your classmates about it. Some people\'s show and tell was boring and some was really good. I can\'t remember anything from kindergarten but I know the lesson of showing and telling is a good one for anybody trying to communicate.\n\nYou would think something as basic as show and tell would stay with most people. And yet it hasn\'t.\n\nToday, I am searching for an online task manager. There are many (and I am not really sure which one to use). Some show you screen shots of the software. Some show you video. All of them tell you what they do (but not how exactly).  One in particular does not show or tell me anything. It asks me to sign up. I don\'t know about you, but I am not signing up for ANYTHING, even if it is free, if I don\'t know what it is exactly.\n\nPerhaps this company\'s principals did not attend kindergarten.\n\nRemember, sh','Show and tell!','','inherit','open','open','','1925-revision','','','2012-11-28 21:25:41','2012-11-28 21:25:41','',1925,'http://deborahbrody.com/2012/11/1925-revision/',0,'revision','',0),
(1927,4,'2012-11-28 21:27:36','2012-11-28 21:27:36','You learned it way back in kindergarten, remember? Show and tell was when you brought something in and you told your classmates about it. Some people\'s show and tell was boring and some was really good. I can\'t remember anything from kindergarten but I know the lesson of showing and telling is a good one for anybody trying to communicate.\n\nYou would think something as basic as show and tell would stay with most people. And yet it hasn\'t.\n\nToday, I am searching for an online task manager. There are many (and I am not really sure which one to use). Some show you screen shots of the software. Some show you video. All of them tell you what they do (but not how exactly).  One in particular does not show or tell me anything. It asks me to sign up. I don\'t know about you, but I am not signing up for ANYTHING, even if it is free, if I don\'t know what it is exactly.\n\nPerhaps this company\'s principals did not attend kindergarten.\n\nRemember, show and tell. People need to see what they are getting and they need to understand it too.\n\nRight?\n\n&nbsp;','Show and tell!','','inherit','open','open','','1925-autosave','','','2012-11-28 21:27:36','2012-11-28 21:27:36','',1925,'http://deborahbrody.com/2012/11/1925-autosave/',0,'revision','',0),
(1942,4,'2012-12-07 14:57:09','2012-12-07 14:57:09','Last week, I read a guest post on a popular PR blog that counseled people to spend 10 minutes a year on their LinkedIn profile and to schedule one or two tweets a day \"to maintain a presence on Twitter.\"\n\nCan you do social media in a few minutes a year? Sure you <em>can</em>.  But, the question is not whether you can, it is whether you <em>should</em>. And if you think you can achieve good outcomes by doing it the easy way, you are in for a big surprise.\n\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"hard work 2  by idlphoto, on Flickr\" href=\"http://www.flickr.com/photos/idlphoto/4172394956/\"><img src=\"http://farm3.staticflickr.com/2800/4172394956_653cbf4ef5.jpg\" alt=\"hard work 2 \" width=\"500\" height=\"333\" /></a> Photo by idlphoto from Flickr[/caption]\n<p style=\"text-align: center;\"></p>\nMarketing in general, and social media marketing in particular, are not easy tasks. In fact, to achieve results, you have to spend<span style=\"text-decoration: underline;\"> lots of time and effort</span> (and sometimes money too). Anybody who tells you you can do it a couple of minutes a day is lying to you (or maybe just misleading you).  <strong>Just having or maintaining a presence is simply not enough.</strong>\n\nYour goal may be to just have a presence. But why would that be your goal? If you are marketing (yourself, a product, a cause, an idea), you probably have goal that involves movement (more followers, more buyers, more supporters). Just being is not going to move your goal very far forward.\n\nTake Twitter. If you schedule your tweets and then do nothing else, what exactly are you achieving? Not engagement, that\'s for sure. Twitter is a responsive platform. People comment and respond in real time. If you don\'t participate in real time, and respond quickly, I am not sure you should be on Twitter at all. Beside the fact that one or two tweets a day will likely get missed, especially if there is something else going on (and breaking news breaks on Twitter).\n\nTake LinkedIn. If you refresh your profile one time per year, and then don\'t do anything else, you aren\'t going to appear on the timeline. People will forget about you.\n\nPerhaps what the guess blogger I referenced above was trying to say is that you have to have a<span style=\"text-decoration: underline;\"> minimum presence</span> if you are going to participate in social media channels. However, you can\'t and shouldn\'t be satisfied with the minimum. You need to MAXIMIZE your presence if you are trying to achieve goals. And perhaps you don\'t need to be on every social media channel. Perhaps you choose one or two where you can make an effort.\n\nSocial media marketing may be easy to understand, but it is not easy to achieve. It takes a lot of time, and a lot of effort. That\'s a fact.\n\nWhat are your thoughts? Do you think social media marketing can be accomplished easily? Do you think a minimum works? I would love your thoughts in the comments.','As easy as 1, 2, 3 (or not)','','inherit','open','open','','1941-revision','','','2012-12-07 14:57:09','2012-12-07 14:57:09','',1941,'http://deborahbrody.com/2012/12/1941-revision/',0,'revision','',0),
(1929,4,'2012-11-29 16:36:17','2012-11-29 16:36:17','Yesterday, a friend posted this on Facebook:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2012/11/Merry-christmas.jpg\"><img class=\"aligncenter size-medium wp-image-1931\" title=\"Merry christmas\" src=\"http://deborahbrody.com/wp-content/uploads/2012/11/Merry-christmas-300x267.jpg\" alt=\"It\'s not happy holidays, it\'s merry christmas\" width=\"300\" height=\"267\" /></a>\r\n\r\nI could not disagree more. This seems to be part of a growing (and conservative) movement, which claims saying Happy Holidays is taking the Christmas out of Christmas. In my opinion, this is a completely intolerant and ignorant view and understanding of the reality of a multi-cultural and multi-ethnic world.  Christmas is celebrated by Christians, but not by Buddhists, Muslims, Jews, Hindus, Zen-Taoists and others.\r\n\r\nWishing happy holidays or season\'s greetings is a way of acknowledging the various holidays taking place at the end of the year: Christmas, New Year\'s, Hanukkah, Kwanzaa.\r\n\r\nWhen you wish someone a Merry Christmas, you are saying you wish him or her a happy day of celebrating the birth of Jesus Christ.\r\n\r\nOne is inclusive, and one is exclusive. One assumes a belief and one doesn\'t.\r\n\r\nAs a communicator, you have to be careful not to make members of your audience feel excluded.  Clearly, whether you wish Happy Holidays or Merry Christmas depends on who your target audience is.  A church, for example, has a target audience of Christian worshipers and supporters. For a church to wish its audience Merry Christmas would be completely appropriate. For a non-religious institution (like the government or your business) to wish its audience Merry Christmas, would be exclusionary.\r\n\r\nWith business communications, there\'s the additional desire to steer clear of hot topics like religion and politics. Merry Christmas is a religious statement. Happy Holidays is not.\r\n\r\nWhat do you think? Do you wish people Happy Holidays, Merry Christmas or something else?\r\n\r\n&nbsp;','Is it Happy Holidays or Merry Christmas?','','publish','open','open','','is-it-happy-holidays-or-merry-christmas','','','2012-11-29 16:36:17','2012-11-29 16:36:17','',0,'http://deborahbrody.com/?p=1929',0,'post','',2),
(1930,4,'2012-11-29 16:19:29','2012-11-29 16:19:29','Yesterday, a friend posted this on Facebook:\n\nI could not disagree more. This seems to be part of a growi movement, which claims saying Happy Holidays is taking the Christmas out of Christmas, is completely intolerant and ignorant of the reality of a multi-cultural and multi-ethnic world.','Is it Happy Holidays or Merry Christmas?','','inherit','open','open','','1929-revision','','','2012-11-29 16:19:29','2012-11-29 16:19:29','',1929,'http://deborahbrody.com/2012/11/1929-revision/',0,'revision','',0),
(1931,4,'2012-11-29 16:32:51','2012-11-29 16:32:51','','Merry christmas','','inherit','open','open','','merry-christmas','','','2012-11-29 16:32:51','2012-11-29 16:32:51','',1929,'http://deborahbrody.com/wp-content/uploads/2012/11/Merry-christmas.jpg',0,'attachment','image/jpeg',0),
(1932,4,'2012-11-29 16:36:14','2012-11-29 16:36:14','Yesterday, a friend posted this on Facebook:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2012/11/Merry-christmas.jpg\"><img class=\"aligncenter size-medium wp-image-1931\" title=\"Merry christmas\" src=\"http://deborahbrody.com/wp-content/uploads/2012/11/Merry-christmas-300x267.jpg\" alt=\"It\'s not happy holidays, it\'s merry christmas\" width=\"300\" height=\"267\" /></a>\n\nI could not disagree more. This seems to be part of a growing (and conservative) movement, which claims saying Happy Holidays is taking the Christmas out of Christmas. In my opinion, this is a completely intolerant and ignorant view and understanding of the reality of a multi-cultural and multi-ethnic world.  Christmas is celebrated by Christians, but not by Buddhists, Muslims, Jews, Hindus, Zen-Taoists and others.\n\nWishing happy holidays or season\'s greetings is a way of acknowledging the various holidays taking place at the end of the year: Christmas, New Year\'s, Hanukkah, Kwanzaa.\n\nWhen you wish someone a Merry Christmas, you are saying you wish him or her a happy day of celebrating the birth of Jesus Christ.\n\nOne is inclusive, and one is exclusive. One assumes a belief and one doesn\'t.\n\nAs a communicator, you have to be careful not to make members of your audience feel excluded.  Clearly, whether you wish Happy Holidays or Merry Christmas depends on who your target audience is.  A church, for example, has a target audience of Christian worshipers and supporters. For a church to wish its audience Merry Christmas would be completely appropriate. For a non-religious institution (like the government or your business) to wish its audience Merry Christmas, would be exclusionary.\n\nWith business communications, there\'s the additional desire to steer clear of hot topics like religion and politics. Merry Christmas is a religious statement. Happy Holidays is not.\n\nWhat do you think? Do you wish people Happy Holidays, Merry Christmas or something else?\n\n&nbsp;','Is it Happy Holidays or Merry Christmas?','','inherit','open','open','','1929-revision-2','','','2012-11-29 16:36:14','2012-11-29 16:36:14','',1929,'http://deborahbrody.com/2012/11/1929-revision-2/',0,'revision','',0),
(1934,4,'2012-12-04 15:07:20','2012-12-04 15:07:20','Chances are good that if you have a cable service,  you also have a DVR (digital video recorder).  In fact, according to a Nielsen study, quoted in Mashable.com (<a href=\"http://mashable.com/2012/03/01/nielsen-dvr-study/\" target=\"_blank\">here</a>),  the use of DVRs increased five-fold from 2006 to 2011. It seems that of all the devices connected to our TV, we use the DVR the most.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"HD DVR HD by apalapala, on Flickr\" href=\"http://www.flickr.com/photos/apalapala/5112667364/\"><img src=\"http://farm2.staticflickr.com/1371/5112667364_89eed4bf67.jpg\" alt=\"HD DVR HD\" width=\"500\" height=\"238\" /></a> HD DVR photo by Apalapala on Flickr[/caption]\r\n\r\nLike the VCR of yore, the DVR lets you record a show for viewing at your convenience. Perhaps you are at work during the latest episode of Dr. Phil or you have to attend a family gathering during the Oscars.  And unlike the VCR, DVRs use hard disk space, giving you hundreds of hours of recording time. A DVR would have been a tremendous help to me during the last episode of Felicity back in the 90s, which due to a VCR glitch ,did not record and I never was able to watch it (but I digress).\r\n\r\nYesterday\'s <a href=\"http://www.nytimes.com/2012/12/03/business/media/dvrs-and-weak-shows-explain-low-ratings-for-tv-networks.html?smid=pl-share\" target=\"_blank\">New York Times has an article</a> that says the networks are now blaming the DVR for weaker ratings ( although weaker shows may be more to blame).\r\n\r\nThere is no doubt that DVRs are affecting how we view TV. One immediate effect for most people is that we no longer view the commercials thanks to the fast forward button. Does this mean that advertisers should re-evaluate whether to even have TV commercials in the advertising mix? Well, yes, they should. Clearly, relying on TV commercials, especially on shows that people tend to record (perhaps daytime shows or late night shows), is a risky proposition.\r\n\r\nHowever, keep in mind that fast forward does not mean delete. You have to watch the screen while you are fast forwarding, so an intriguing commercial may actually catch your eye and make you hit play.\r\n\r\n<strong>The DVR Factor</strong> is that forgettable or boring commercials will not attract attention anymore, and will even be ignored. On the other hand, interesting and creative commercials will stand out and perhaps even be more memorable and effective.\r\n\r\nWe are surrounded by advertising--much of which we can skip or ignore. But we still pay attention to advertising messages that resonate with us, whether because they are eye-catching or interesting.\r\n\r\nWhat do you think? Do you watch ads at all?','The DVR Factor','','publish','open','open','','the-dvr-factor','','','2012-12-04 15:07:20','2012-12-04 15:07:20','',0,'http://deborahbrody.com/?p=1934',0,'post','',0),
(1935,4,'2012-12-04 15:00:37','2012-12-04 15:00:37','Chances are good that if you have a cable service,  you also have a DVR (digital video recorder).  In fact, according to a Nielsen study, quoted in Mashable.com (<a href=\"http://mashable.com/2012/03/01/nielsen-dvr-study/\" target=\"_blank\">here</a>),  the use of DVRs increased five-fold from 2006 to 2011. It seems that of all the devices connected to our TV, we use the DVR the most.\n\nLike the VCR of yore, the DVR lets you record a show for viewing at your convenience. Perhaps you are at work during the latest episode of Dr. Phil or you have to attend a family gathering during the Oscars.  And unlike the VCR, DVRs use hard disk space, giving you hundreds of hours of recording time. A DVR would have been a tremendous help to me during the last episode of Felicity back in the 90s, which due to a VCR glitch ,did not record and I never was able to watch it (but I digress).\n\nYesterday\'s <a href=\"http://www.nytimes.com/2012/12/03/business/media/dvrs-and-weak-shows-explain-low-ratings-for-tv-networks.html?smid=pl-share\" target=\"_blank\">New York Times has an article</a> that says the networks are now blaming the DVR for weaker ratings ( although weaker shows may be more to blame).\n\nThere is no doubt that DVRs are affecting how we view TV. One immediate effect for most people is that we no longer view the commercials thanks to the fast forward button. Does this mean that advertisers should re-evaluate whether to even have TV commercials in the advertising mix? Well, yes, they should. Clearly, relying on TV commercials, especially on shows that people tend to record (perhaps daytime shows or late night shows), is a risky proposition.\n\nHowever, keep in mind that fast forward does not mean delete. You have to watch the screen while you are fast forwarding, so an intriguing commercial may actually catch your eye and make you hit play.\n\n<strong>The DVR Factor</strong> is that forgettable or boring commercials will not attract attention anymore, and will even be ignored. On the other hand, interesting and creative commercials will stand out and perhaps even be more memorable and effective.\n\nWe are surrounded by advertising--much of which we can skip or ignore. But we still pay attention to advertising messages that resonate with us, whether because they are eye-catching or interesting.\n\nWhat do you think? Do you watch ads at all? Has th','The DVR Factor','','inherit','open','open','','1934-revision','','','2012-12-04 15:00:37','2012-12-04 15:00:37','',1934,'http://deborahbrody.com/2012/12/1934-revision/',0,'revision','',0),
(1936,4,'2012-12-04 15:01:37','2012-12-04 15:01:37','Chances are good that if you have a cable service,  you also have a DVR (digital video recorder).  In fact, according to a Nielsen study, quoted in Mashable.com (<a href=\"http://mashable.com/2012/03/01/nielsen-dvr-study/\" target=\"_blank\">here</a>),  the use of DVRs increased five-fold from 2006 to 2011. It seems that of all the devices connected to our TV, we use the DVR the most.\n\nLike the VCR of yore, the DVR lets you record a show for viewing at your convenience. Perhaps you are at work during the latest episode of Dr. Phil or you have to attend a family gathering during the Oscars.  And unlike the VCR, DVRs use hard disk space, giving you hundreds of hours of recording time. A DVR would have been a tremendous help to me during the last episode of Felicity back in the 90s, which due to a VCR glitch ,did not record and I never was able to watch it (but I digress).\n\nYesterday\'s <a href=\"http://www.nytimes.com/2012/12/03/business/media/dvrs-and-weak-shows-explain-low-ratings-for-tv-networks.html?smid=pl-share\" target=\"_blank\">New York Times has an article</a> that says the networks are now blaming the DVR for weaker ratings ( although weaker shows may be more to blame).\n\nThere is no doubt that DVRs are affecting how we view TV. One immediate effect for most people is that we no longer view the commercials thanks to the fast forward button. Does this mean that advertisers should re-evaluate whether to even have TV commercials in the advertising mix? Well, yes, they should. Clearly, relying on TV commercials, especially on shows that people tend to record (perhaps daytime shows or late night shows), is a risky proposition.\n\nHowever, keep in mind that fast forward does not mean delete. You have to watch the screen while you are fast forwarding, so an intriguing commercial may actually catch your eye and make you hit play.\n\n<strong>The DVR Factor</strong> is that forgettable or boring commercials will not attract attention anymore, and will even be ignored. On the other hand, interesting and creative commercials will stand out and perhaps even be more memorable and effective.\n\nWe are surrounded by advertising--much of which we can skip or ignore. But we still pay attention to advertising messages that resonate with us, whether because they are eye-catching or interesting.\n\nWhat do you think? Do you watch ads at all?','The DVR Factor','','inherit','open','open','','1934-revision-2','','','2012-12-04 15:01:37','2012-12-04 15:01:37','',1934,'http://deborahbrody.com/2012/12/1934-revision-2/',0,'revision','',0),
(1937,4,'2012-12-04 15:06:52','2012-12-04 15:06:52','Chances are good that if you have a cable service,  you also have a DVR (digital video recorder).  In fact, according to a Nielsen study, quoted in Mashable.com (<a href=\"http://mashable.com/2012/03/01/nielsen-dvr-study/\" target=\"_blank\">here</a>),  the use of DVRs increased five-fold from 2006 to 2011. It seems that of all the devices connected to our TV, we use the DVR the most.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"HD DVR HD by apalapala, on Flickr\" href=\"http://www.flickr.com/photos/apalapala/5112667364/\"><img src=\"http://farm2.staticflickr.com/1371/5112667364_89eed4bf67.jpg\" alt=\"HD DVR HD\" width=\"500\" height=\"238\" /></a> HD DVR photo by Apalapala on Flickr[/caption]\r\n\r\nLike the VCR of yore, the DVR lets you record a show for viewing at your convenience. Perhaps you are at work during the latest episode of Dr. Phil or you have to attend a family gathering during the Oscars.  And unlike the VCR, DVRs use hard disk space, giving you hundreds of hours of recording time. A DVR would have been a tremendous help to me during the last episode of Felicity back in the 90s, which due to a VCR glitch ,did not record and I never was able to watch it (but I digress).\r\n\r\nYesterday\'s <a href=\"http://www.nytimes.com/2012/12/03/business/media/dvrs-and-weak-shows-explain-low-ratings-for-tv-networks.html?smid=pl-share\" target=\"_blank\">New York Times has an article</a> that says the networks are now blaming the DVR for weaker ratings ( although weaker shows may be more to blame).\r\n\r\nThere is no doubt that DVRs are affecting how we view TV. One immediate effect for most people is that we no longer view the commercials thanks to the fast forward button. Does this mean that advertisers should re-evaluate whether to even have TV commercials in the advertising mix? Well, yes, they should. Clearly, relying on TV commercials, especially on shows that people tend to record (perhaps daytime shows or late night shows), is a risky proposition.\r\n\r\nHowever, keep in mind that fast forward does not mean delete. You have to watch the screen while you are fast forwarding, so an intriguing commercial may actually catch your eye and make you hit play.\r\n\r\n<strong>The DVR Factor</strong> is that forgettable or boring commercials will not attract attention anymore, and will even be ignored. On the other hand, interesting and creative commercials will stand out and perhaps even be more memorable and effective.\r\n\r\nWe are surrounded by advertising--much of which we can skip or ignore. But we still pay attention to advertising messages that resonate with us, whether because they are eye-catching or interesting.\r\n\r\nWhat do you think? Do you watch ads at all?','The DVR Factor','','inherit','open','open','','1934-revision-3','','','2012-12-04 15:06:52','2012-12-04 15:06:52','',1934,'http://deborahbrody.com/2012/12/1934-revision-3/',0,'revision','',0),
(1938,4,'2012-12-04 15:06:58','2012-12-04 15:06:58','Chances are good that if you have a cable service,  you also have a DVR (digital video recorder).  In fact, according to a Nielsen study, quoted in Mashable.com (<a href=\"http://mashable.com/2012/03/01/nielsen-dvr-study/\" target=\"_blank\">here</a>),  the use of DVRs increased five-fold from 2006 to 2011. It seems that of all the devices connected to our TV, we use the DVR the most.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"HD DVR HD by apalapala, on Flickr\" href=\"http://www.flickr.com/photos/apalapala/5112667364/\"><img src=\"http://farm2.staticflickr.com/1371/5112667364_89eed4bf67.jpg\" alt=\"HD DVR HD\" width=\"500\" height=\"238\" /></a> HD DVR photo by Apalapala on Flickr[/caption]\r\n\r\nLike the VCR of yore, the DVR lets you record a show for viewing at your convenience. Perhaps you are at work during the latest episode of Dr. Phil or you have to attend a family gathering during the Oscars.  And unlike the VCR, DVRs use hard disk space, giving you hundreds of hours of recording time. A DVR would have been a tremendous help to me during the last episode of Felicity back in the 90s, which due to a VCR glitch ,did not record and I never was able to watch it (but I digress).\r\n\r\nYesterday\'s <a href=\"http://www.nytimes.com/2012/12/03/business/media/dvrs-and-weak-shows-explain-low-ratings-for-tv-networks.html?smid=pl-share\" target=\"_blank\">New York Times has an article</a> that says the networks are now blaming the DVR for weaker ratings ( although weaker shows may be more to blame).\r\n\r\nThere is no doubt that DVRs are affecting how we view TV. One immediate effect for most people is that we no longer view the commercials thanks to the fast forward button. Does this mean that advertisers should re-evaluate whether to even have TV commercials in the advertising mix? Well, yes, they should. Clearly, relying on TV commercials, especially on shows that people tend to record (perhaps daytime shows or late night shows), is a risky proposition.\r\n\r\nHowever, keep in mind that fast forward does not mean delete. You have to watch the screen while you are fast forwarding, so an intriguing commercial may actually catch your eye and make you hit play.\r\n\r\n<strong>The DVR Factor</strong> is that forgettable or boring commercials will not attract attention anymore, and will even be ignored. On the other hand, interesting and creative commercials will stand out and perhaps even be more memorable and effective.\r\n\r\nWe are surrounded by advertising--much of which we can skip or ignore. But we still pay attention to advertising messages that resonate with us, whether because they are eye-catching or interesting.\r\n\r\nWhat do you think? Do you watch ads at all?','The DVR Factor','','inherit','open','open','','1934-revision-4','','','2012-12-04 15:06:58','2012-12-04 15:06:58','',1934,'http://deborahbrody.com/2012/12/1934-revision-4/',0,'revision','',0),
(1941,4,'2012-12-07 14:57:13','2012-12-07 14:57:13','Last week, I read a guest post on a popular PR blog that counseled people to spend 10 minutes a year on their LinkedIn profile and to schedule one or two tweets a day \"to maintain a presence on Twitter.\"\r\n\r\nCan you do social media in a few minutes a year? Sure you <em>can</em>.  But, the question is not whether you can, it is whether you <em>should</em>. And if you think you can achieve good outcomes by doing it the easy way, you are in for a big surprise.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"hard work 2  by idlphoto, on Flickr\" href=\"http://www.flickr.com/photos/idlphoto/4172394956/\"><img src=\"http://farm3.staticflickr.com/2800/4172394956_653cbf4ef5.jpg\" alt=\"hard work 2 \" width=\"500\" height=\"333\" /></a> Photo by idlphoto from Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nMarketing in general, and social media marketing in particular, are not easy tasks. In fact, to achieve results, you have to spend<span style=\"text-decoration: underline;\"> lots of time and effort</span> (and sometimes money too). Anybody who tells you you can do it a couple of minutes a day is lying to you (or maybe just misleading you).  <strong>Just having or maintaining a presence is simply not enough.</strong>\r\n\r\nYour goal may be to just have a presence. But why would that be your goal? If you are marketing (yourself, a product, a cause, an idea), you probably have goal that involves movement (more followers, more buyers, more supporters). Just being is not going to move your goal very far forward.\r\n\r\nTake Twitter. If you schedule your tweets and then do nothing else, what exactly are you achieving? Not engagement, that\'s for sure. Twitter is a responsive platform. People comment and respond in real time. If you don\'t participate in real time, and respond quickly, I am not sure you should be on Twitter at all. Beside the fact that one or two tweets a day will likely get missed, especially if there is something else going on (and breaking news breaks on Twitter).\r\n\r\nTake LinkedIn. If you refresh your profile one time per year, and then don\'t do anything else, you aren\'t going to appear on the timeline. People will forget about you.\r\n\r\nPerhaps what the guess blogger I referenced above was trying to say is that you have to have a<span style=\"text-decoration: underline;\"> minimum presence</span> if you are going to participate in social media channels. However, you can\'t and shouldn\'t be satisfied with the minimum. You need to MAXIMIZE your presence if you are trying to achieve goals. And perhaps you don\'t need to be on every social media channel. Perhaps you choose one or two where you can make an effort.\r\n\r\nSocial media marketing may be easy to understand, but it is not easy to achieve. It takes a lot of time, and a lot of effort. That\'s a fact.\r\n\r\nWhat are your thoughts? Do you think social media marketing can be accomplished easily? Do you think a minimum works? I would love your thoughts in the comments.','As easy as 1, 2, 3 (or not)','','publish','open','open','','as-easy-as-1-2-3-or-not','','','2012-12-07 14:57:13','2012-12-07 14:57:13','',0,'http://deborahbrody.com/?p=1941',0,'post','',0),
(1955,4,'2012-12-19 21:50:25','2012-12-19 21:50:25','Perhaps its a sign that our social fabric is stretched too thin. Perhaps people don\'t know how to behave when they have the cover of social media. What is happening more and more is that people are expressing hate and hateful things to strangers on social media channels.\r\n\r\nOn Twitter, haters will search for ideas that they disagree with and then attack whoever tweeted those thoughts.  On blogs, people will leave nasty comments. On news sites, people will disparage others they disagree with. Social media seems rife with haters and trolls.\r\n\r\nHow do you deal with all these haters?\r\n\r\nFirst, do NOT take these comments personally.\r\n\r\nSecond, ignore the hater/troll. Most of these people are attention-seekers or enjoy getting an angry reaction from others. On Twitter, go to the hater\'s profile and block him or her. On your blog, discard the comment (you are under no obligation to provide a platform for others\' ideas, especially if they are contrary to your own and expressed in a disrespectful manner).  If feasible, delete the comments on Facebook.\r\n\r\nI am not saying to get rid of all comments that show a different viewpoint or even that question you, just get rid of comments that are obviously motivated by hate or the desire to incite argument.\r\n\r\nThird, move on. Social media is a constantly changing landscape, and what was interesting and hot five minutes ago may not be now.\r\n\r\nHow do you deal with haters or trolls? Would you add anything?\r\n\r\n&nbsp;','Dealing with the haters (on social media)','','publish','open','open','','dealing-with-the-haters-on-social-media','','','2012-12-19 21:50:25','2012-12-19 21:50:25','',0,'http://deborahbrody.com/?p=1955',0,'post','',0),
(1944,4,'2012-12-10 15:21:06','2012-12-10 15:21:06','Everybody goes to networking events at one point or another. Some go because they feel they have to and others go because they love to network. The bottom line is that networking is an integral part of marketing, both personal and business. Opportunities always stem from personal relationships and networking is just the path to extend and strengthen your personal relationships.\r\n\r\nDecember is probably the prime networking month as there are all sorts of holiday parties and end of year ceremonies. But if you don\'t think about your networking, all you will end up doing is wasting time (and money).\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"handshake by B.T. Indrelunas, on Flickr\" href=\"http://www.flickr.com/photos/btindrelunas/4207736768/\"><img class=\" \" src=\"http://farm3.staticflickr.com/2697/4207736768_2d21b5a225.jpg\" alt=\"handshake\" width=\"400\" height=\"300\" /></a> Handshake by B.T. Indrelunas on Flickr[/caption]\r\n\r\nThe inspiration for this post was a woman I \"met\" at a party last week. I didn\'t actually meet her because she was a walking networking don\'t. She approached me and a friend, greeted us, but didn\'t introduce herself. She babbled about the holidays (actually told us about her Thanksgiving dinner), and then said she wanted to get food, and turned around and left. Some time later, she sat down next to me and did not even try to make conversation. She wandered around the party aimlessly. Someone told me she was job-hunting. My impression was that she was slightly unhinged, and had no idea of how to connect with people.\r\n\r\nDon\'t be like that woman! You can make networking events a good marketing tool for yourself or your business if you follow some dos and don\'ts.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Do this:</span></strong>\r\n\r\n<strong>Have an objective in mind</strong>. You should ask yourself what you would like to get out of this event.\r\n\r\n<strong>Work on your introduction.</strong> Have a short but complete overview of who you are, something like: Hi, my name is Jane Doe, and I am a graphic designer at XZ agency, an Anytown-based advertising agency that specializes in the tech industry.\r\n\r\n<strong>Perfect your handshake, smile and body language</strong>.  A strong but not bone crushing grip, a nice smile and an open stance will help make you more likeable.\r\n\r\n<strong>Think about your appearance.</strong> Match your dress to the occasion. If it\'s a holiday party, be festive. If it is a morning business meeting, then dress in your business best!\r\n\r\n<strong>Be interested in the other person</strong>. Ask questions and be genuinely interested in the answers.\r\n\r\n<strong>Have business cards at the ready.</strong> Yes, I know people can Google you and phone tap you and whatever, but exchanging business cards is a tangible way to initiate contact.\r\n\r\n<strong>Follow up</strong>. Make sure to send an email to people you have met soon after the event to help establish the connection.  You may even suggest going to coffee or lunch and use the opportunity to get to know the person.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>But don\'t do this:</strong></span>\r\n\r\n<strong>Hand out business cards indiscriminately</strong>. Exchange cards with someone only after you have spoken.\r\n\r\n<strong>Go for quantity.</strong> Some people feel they must work the room and meet everyone. I believe that quality is better than quantity, that is, it is better to meet a couple of people who will remember who you are, than a whole bunch of people than can\'t place you.\r\n\r\n<strong>Have a bad handshake.</strong> This includes the limp handshake, the overly strong handshake, the clammy handshake, and one that I experienced last week, the calloused, rough skin on the hand shake (use moisturizer!!!).\r\n\r\n<strong>Be overly self-deprecating.</strong> Don\'t diminish your accomplishments by letting your insecurity shine through.\r\n\r\n<strong>Act weird</strong>. Some people take pride in marching to the beat of a different drummer, and that is fine. But. There is personality and then there is weirdness. Some people (like the woman I mentioned above) don\'t pick up on social cues. Or then there was the guy who went to the holiday party in a kilt. Using a kilt is limited to the following occasions: when you are a schoolgirl in uniform, at your family\'s Scottish ancestral ceremony or it is Halloween.  You don\'t want to get attention for the wrong reasons.\r\n\r\nHappy networking this holiday season. You may just be a party away from meeting your next employer, project or friend!\r\n\r\nWhat are your networking dos and don\'ts?\r\n\r\n&nbsp;','How to make networking events a better marketing opportunity','','publish','open','open','','how-to-make-networking-events-a-better-marketing-opportunity','','','2012-12-10 15:21:06','2012-12-10 15:21:06','',0,'http://deborahbrody.com/?p=1944',0,'post','',0),
(1945,4,'2012-12-10 15:18:58','2012-12-10 15:18:58','Everybody goes to networking events at one point or another. Some go because they feel they have to and others go because they love to network. The bottom line is that networking is an integral part of marketing, both personal and business. Opportunities always stem from personal relationships and networking is just the path to extend and strengthen your personal relationships.\n\nDecember is probably the prime networking month as there are all sorts of holiday parties and end of year ceremonies. But if you don\'t think about your networking, all you will end up doing is wasting time (and money).\n\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"handshake by B.T. Indrelunas, on Flickr\" href=\"http://www.flickr.com/photos/btindrelunas/4207736768/\"><img class=\" \" src=\"http://farm3.staticflickr.com/2697/4207736768_2d21b5a225.jpg\" alt=\"handshake\" width=\"400\" height=\"300\" /></a> Handshake by B.T. Indrelunas on Flickr[/caption]\n\nThe inspiration for this post was a woman I \"met\" at a party last week. I didn\'t actually meet her because she was a walking networking don\'t. She approached me and a friend, greeted us, but didn\'t introduce herself. She babbled about the holidays (actually told us about her Thanksgiving dinner), and then said she wanted to get food, and turned around and left. Some time later, she sat down next to me and did not even try to make conversation. She wandered around the party aimlessly. Someone told me she was job-hunting. My impression was that she was slightly unhinged, and had no idea of how to connect with people.\n\nDon\'t be like that woman! You can make networking events a good marketing tool for yourself or your business if you follow some dos and don\'ts.\n\nDo this:\n\n<strong>Have an objective in mind</strong>. You should ask yourself what you would like to get out of this event.\n\n<strong>Work on your introduction.</strong> Have a short but complete overview of who you are, something like: Hi, my name is Jane Doe, and I am a graphic designer at XZ agency, an Anytown-based advertising agency that specializes in the tech industry.\n\n<strong>Perfect your handshake, smile and body language</strong>.  A strong but not bone crushing grip, a nice smile and an open stance will help make you more likeable.\n\n<strong>Think about your appearance.</strong> Match your dress to the occasion. If it\'s a holiday party, be festive. If it is a morning business meeting, then dress in your business best!\n\n<strong>Be interested in the other person</strong>. Ask questions and be genuinely interested in the answers.\n\n<strong>Have business cards at the ready.</strong> Yes, I know people can Google you and phone tap you and whatever, but exchanging business cards is a tangible way to initiate contact.\n\n<strong>Follow up</strong>. Make sure to send an email to people you have met soon after the event to help establish the connection.  You may even suggest going to coffee or lunch and use the opportunity to get to know the person.\n\n<strong>But don\'t do this:</strong>\n\n<strong>Hand out business cards indiscriminately</strong>. Exchange cards with someone only after you have spoken.\n\n<strong>Go for quantity.</strong> Some people feel they must work the room and meet everyone. I believe that quality is better than quantity, that is, it is better to meet a couple of people who will remember who you are, than a whole bunch of people than can\'t place you.\n\n<strong>Have a bad handshake.</strong> This includes the limp handshake, the overly strong handshake, the clammy handshake, and one that I experienced last week, the calloused, rough skin on the hand shake (use moisturizer!!!).\n\n<strong>Be overly self-deprecating.</strong> Don\'t diminish your accomplishments by letting your insecurity shine through.\n\n<strong>Act weird</strong>. Some people take pride in marching to the beat of a different drummer, and that is fine. But. There is personality and then there is weirdness. Some people (like the woman I mentioned above) don\'t pick up on social cues. Or then there was the guy who went to the holiday party in a kilt. Using a kilt is limited to the following occasions: when you are a schoolgirl in uniform, at your family\'s Scottish ancestral ceremony or it is Halloween.  You don\'t want to get attention for the wrong reasons.\n\nHappy networking this holiday season. You may just be a party away from meeting your next employer, project or friend!\n\nWhat are your networking dos and don\'ts?\n\n&nbsp;','How to make networking events a better marketing opportunity','','inherit','open','open','','1944-revision','','','2012-12-10 15:18:58','2012-12-10 15:18:58','',1944,'http://deborahbrody.com/2012/12/1944-revision/',0,'revision','',0),
(1946,4,'2012-12-10 15:19:58','2012-12-10 15:19:58','Everybody goes to networking events at one point or another. Some go because they feel they have to and others go because they love to network. The bottom line is that networking is an integral part of marketing, both personal and business. Opportunities always stem from personal relationships and networking is just the path to extend and strengthen your personal relationships.\n\nDecember is probably the prime networking month as there are all sorts of holiday parties and end of year ceremonies. But if you don\'t think about your networking, all you will end up doing is wasting time (and money).\n\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"handshake by B.T. Indrelunas, on Flickr\" href=\"http://www.flickr.com/photos/btindrelunas/4207736768/\"><img class=\" \" src=\"http://farm3.staticflickr.com/2697/4207736768_2d21b5a225.jpg\" alt=\"handshake\" width=\"400\" height=\"300\" /></a> Handshake by B.T. Indrelunas on Flickr[/caption]\n\nThe inspiration for this post was a woman I \"met\" at a party last week. I didn\'t actually meet her because she was a walking networking don\'t. She approached me and a friend, greeted us, but didn\'t introduce herself. She babbled about the holidays (actually told us about her Thanksgiving dinner), and then said she wanted to get food, and turned around and left. Some time later, she sat down next to me and did not even try to make conversation. She wandered around the party aimlessly. Someone told me she was job-hunting. My impression was that she was slightly unhinged, and had no idea of how to connect with people.\n\nDon\'t be like that woman! You can make networking events a good marketing tool for yourself or your business if you follow some dos and don\'ts.\n\n<strong><span style=\"text-decoration: underline;\">Do this:</span></strong>\n\n<strong>Have an objective in mind</strong>. You should ask yourself what you would like to get out of this event.\n\n<strong>Work on your introduction.</strong> Have a short but complete overview of who you are, something like: Hi, my name is Jane Doe, and I am a graphic designer at XZ agency, an Anytown-based advertising agency that specializes in the tech industry.\n\n<strong>Perfect your handshake, smile and body language</strong>.  A strong but not bone crushing grip, a nice smile and an open stance will help make you more likeable.\n\n<strong>Think about your appearance.</strong> Match your dress to the occasion. If it\'s a holiday party, be festive. If it is a morning business meeting, then dress in your business best!\n\n<strong>Be interested in the other person</strong>. Ask questions and be genuinely interested in the answers.\n\n<strong>Have business cards at the ready.</strong> Yes, I know people can Google you and phone tap you and whatever, but exchanging business cards is a tangible way to initiate contact.\n\n<strong>Follow up</strong>. Make sure to send an email to people you have met soon after the event to help establish the connection.  You may even suggest going to coffee or lunch and use the opportunity to get to know the person.\n\n<span style=\"text-decoration: underline;\"><strong>But don\'t do this:</strong></span>\n\n<strong>Hand out business cards indiscriminately</strong>. Exchange cards with someone only after you have spoken.\n\n<strong>Go for quantity.</strong> Some people feel they must work the room and meet everyone. I believe that quality is better than quantity, that is, it is better to meet a couple of people who will remember who you are, than a whole bunch of people than can\'t place you.\n\n<strong>Have a bad handshake.</strong> This includes the limp handshake, the overly strong handshake, the clammy handshake, and one that I experienced last week, the calloused, rough skin on the hand shake (use moisturizer!!!).\n\n<strong>Be overly self-deprecating.</strong> Don\'t diminish your accomplishments by letting your insecurity shine through.\n\n<strong>Act weird</strong>. Some people take pride in marching to the beat of a different drummer, and that is fine. But. There is personality and then there is weirdness. Some people (like the woman I mentioned above) don\'t pick up on social cues. Or then there was the guy who went to the holiday party in a kilt. Using a kilt is limited to the following occasions: when you are a schoolgirl in uniform, at your family\'s Scottish ancestral ceremony or it is Halloween.  You don\'t want to get attention for the wrong reasons.\n\nHappy networking this holiday season. You may just be a party away from meeting your next employer, project or friend!\n\nWhat are your networking dos and don\'ts?\n\n&nbsp;','How to make networking events a better marketing opportunity','','inherit','open','open','','1944-revision-2','','','2012-12-10 15:19:58','2012-12-10 15:19:58','',1944,'http://deborahbrody.com/2012/12/1944-revision-2/',0,'revision','',0),
(2087,4,'2013-03-04 15:58:37','2013-03-04 15:58:37','Did you watch the 2011 movie <span style=\"text-decoration: underline;\"><a href=\"http://www.imdb.com/title/tt1598822/?ref_=sr_2\" target=\"_blank\">New Year\'s Eve</a></span>? If you spent money on it either in the theater or renting it, I am sorry for your loss.  I only watched the beginning as it was playing on one of  my cable movie channels. After 20 minutes of unbelievable situations and bad lines, I went back to reading the side of the cereal box.\r\n\r\nYou would be forgiven for thinking that this movie was worth watching. After all, it has a cast of well known (and very attractive) actors (including Michelle Pfeiffer, Hillary Swank, Robert DeNiro, Halle Berry, Ashton Kutcher, Sarah Jessica Parker and even Jon Bon Jovi, to name a few). It is directed by Gary Marshall, who brought us bastions of sitcom TV such as Happy Days and Laverne and Shirley.\r\n\r\nBut the actors and the director have to follow a screenplay, which in this case was written by <a href=\"http://www.imdb.com/name/nm0297545/?ref_=tt_ov_wr\" target=\"_blank\">Katherine Fugate</a>. Fugate\'s credits include the TV series <span style=\"text-decoration: underline;\">Xena: Warrior Princess.</span> Fugate also wrote <span style=\"text-decoration: underline;\">Valentine\'s Day</span>, another movie that revolves around an over-hyped holiday and which features lots of well known actors (some of the very same ones that appear in <span style=\"text-decoration: underline;\">New Year\'s Eve</span>).\r\n\r\nApparently, Gary Marshall saw potential in a holiday movie franchise. Perhaps we should prepare for St. Patrick\'s Day: The Movie, in which a group of well known actors would be anxiously wondering how their romantic lives will survive the drinking of green beer.\r\n\r\nMovies are the result of all of the parts working together: acting, directing and writing. You could also throw in cinematography, editing, costume design and sound.  As <span style=\"text-decoration: underline;\">New Year\'s Eve</span> painfully underscores, even dozens of well-known actors and a funny-guy director do not make a poorly plotted and written screenplay shine. In other words,  a good movie is greater than the sum of its parts.\r\n\r\n<strong>Communications is much the same way.  </strong>You have to have more than just pretty, shiny parts that you throw together. To make the movie analogy work here,<strong> your communications efforts need good direction (communications strategy), believable acting (execution or tactics) and a well-written screenplay ( your communications plan).</strong>\r\n\r\nLook at your communications efforts right now.  Are you getting led by pretty tactics (Let\'s go on Pinterest! Let\'s get a blog!) or are you thinking about how everything works together to achieve your goals?','Greater than the sum of its parts','','publish','open','open','','greater-than-the-sum-of-its-parts','','','2013-03-04 15:58:37','2013-03-04 15:58:37','',0,'http://deborahbrody.com/?p=2087',0,'post','',0),
(1988,4,'2013-01-15 18:09:43','2013-01-15 18:09:43','Last night I attended an event where the sole purpose was to get feedback on a new website from community attendees. It was fairly informal--the creators of the website asked for opinions and reactions to the website, which you did on a one-to-one basis.\r\n\r\nI  found this exercise incredibly interesting because it can be so useful. But I wonder how often it is done. My sense is that it isn\'t done often enough! The examples abound: websites that are hard to navigate, brochures that are pointless, ads that fail to entice, and on and on.\r\n\r\n<strong>Get a reality check!</strong>\r\n\r\nAs a marketer or communications person, you should seek outside opinions. This is why in-house communications often employs consultants or agencies. This is why market research exists. But even (perhaps especially) if you are a entrepreneur, you should find someone to discuss your marketing, positioning or other business-related issues. Everybody needs a reality check!\r\n\r\nThere are structured ways to get a reality check. As mentioned above, you could hire a consultant (for personal marketing, perhaps this consultant is a life coach or therapist).\r\n<ul>\r\n	<li>Big businesses could hire a market research firm.</li>\r\n	<li>Nonprofits can tap into their board of directors or their volunteers.</li>\r\n	<li>Entrepreneurs or solopreneurs may consider joining a peer group or create an ad-hoc advisory council of trusted people.</li>\r\n	<li>Smaller businesses can conduct informal focus groups like the one I attended.</li>\r\n</ul>\r\nYou most definitely need to conduct a reality check BEFORE you launch--an idea, a product, a marketing piece or a website. Many businesses seem to be afraid of hearing that their idea/ad campaign/marketing materials may be missing the mark.\r\n\r\nHowever scary or uncomfortable it may be, getting a reality check will be immensely valuable. It\'s easier to fix something before it is out there in the public eye.\r\n\r\nDo you get reality checks? If so, from whom or how? Please share in the comments.\r\n\r\n&nbsp;','Getting a reality check','','publish','open','open','','getting-a-reality-check','','','2013-01-15 18:09:43','2013-01-15 18:09:43','',0,'http://deborahbrody.com/?p=1988',0,'post','',0),
(1950,4,'2012-12-12 19:36:28','2012-12-12 19:36:28','Today, I can\'t use Outlook. Why? My ISP, Verizon, is not working. A colleague can\'t access her email. Why? Her web host is having server issues. So we sit and wait and pressure these service providers to fix these things because it affects our business.\r\n\r\nAlthough we can\'t control everything, on some communications-related issues, we have more control than others. I can pressure my ISP to fix my email issues, but I can\'t do a thing about Facebook and its ever changing rules and features. (<a href=\"http://www.businessinsider.com/facebook-changed-edgerank-algorithm-to-hurt-advertisers-2012-10\" target=\"_blank\">Facebook has changed EdgeRank, affecting brand pages</a>) I don\'t have any control over Twitter and its decision not to play nice with Instagram (<a href=\"http://gizmodo.com/5967594/twitter-vs-instagram-ultimate-filter-battle-royale\" target=\"_blank\">Twitter will no longer display Instagram photos on its site</a>).\r\n\r\nI also can\'t do much about Google, Gmail or any number of Internet-based applications and software that we are becoming increasingly dependent on.\r\n\r\nMarketers who enthusiastically recommend having a Facebook page, or an Instagram account, or signing up for Pinterest <strong>MUST</strong> take into consideration that these are services and that as a brand, you are putting yourself at the mercy of their decisions, which do affect you, often without your input or control.\r\n\r\nMany of the most problematic outside vendors (Facebook, Twitter, Instagram) are free to use. As users, we have no leverage. We are getting what we pay for.\r\n\r\nA few years ago, a local website decided to get rid of its URL and use Facebook exclusively. Guess what, that website did not survive.\r\n\r\nBe aware that by using the cloud, or using third-party services, you are agreeing to give up control. You may want more of that control than you realize.\r\n\r\nThoughts?','Depending on outside vendors: it\'s risky','','publish','open','open','','depending-on-outside-vendors-its-risky','','','2012-12-12 19:36:28','2012-12-12 19:36:28','',0,'http://deborahbrody.com/?p=1950',0,'post','',1),
(1951,4,'2012-12-12 19:35:36','2012-12-12 19:35:36','Today, I can\'t use Outlook. Why? My ISP, Verizon, is not working. A colleague can\'t access her email. Why? Her web host is having server issues. So we sit and wait and pressure these service providers to fix these things because it affects our business.\n\nAlthough we can\'t control everything, on some communications-related issues, we have more control than others. I can pressure my ISP to fix my email issues, for example. But I can\'t do a thing about Facebook and its ever changing rules and features. (<a href=\"http://www.businessinsider.com/facebook-changed-edgerank-algorithm-to-hurt-advertisers-2012-10\" target=\"_blank\">Facebook has changed EdgeRank, affecting brand pages</a>) I don\'t have any control over Twitter and its decision not to play nice with Instagram (<a href=\"http://gizmodo.com/5967594/twitter-vs-instagram-ultimate-filter-battle-royale\" target=\"_blank\">Twitter will no longer display Instagram photos on its site</a>).\n\nI also can\'t do much about Google, Gmail or any number of Internet-based applications and software that we are becoming increasingly dependent on.\n\nMarketers who enthusiastically recommend having a Facebook page, or an Instagram account, or signing up for Pinterest MUST take into consideration that these are services and that as a brand, you are putting yourself at the mercy of their decisions, which do affect you, often without your input or control.\n\nMany of the most problematic outside vendors (Facebook, Twitter, Instagram) are free to use. As users, we have no leverage. We are getting what we pay for.\n\nA few years ago, a local website decided to get rid of its URL and use Facebook exclusively. Guess what, that website did not survive.\n\nBe aware that by using the cloud, or using third-party services, you are agreeing to give up control. You may want more of that control than you realize.\n\nThoughts?','Depending on outside vendors: it\'s risky','','inherit','open','open','','1950-revision','','','2012-12-12 19:35:36','2012-12-12 19:35:36','',1950,'http://deborahbrody.com/2012/12/1950-revision/',0,'revision','',0),
(1952,4,'2012-12-14 16:32:22','2012-12-14 16:32:22','There are marketers out there who believe that their target audience is made up of stupid people. People who will buy anything, believe anything and do anything.\r\n\r\nThese marketers are the bottom-feeder telemarketers who tend to use robo-calls or use auto-dialers to call frequently at different times on different days. They play the CALLER ID system by using non-specific identifiers such as \"Card Services\" or \"Holiday Rebate.\" (I got a call today that had the CALLER ID as \"Important Call\"-- yes, really.) They ignore the Do Not Call List and refuse to take you off their rolls.\r\n\r\nThese marketers use direct mail with no targeting or culling of lists. They send offers that are too good to be true. They ask for sensitive information just to enter you in a drawing for a fantastic prize you have zero chance of winning.\r\n\r\nThese marketers think that by running the same TV ad or print ad over and over and over and over again you will finally be convinced to cough up three convenient payments of $19.99 plus shipping and handling.\r\n\r\nThese marketers think that by using an actor dressed as a doctor in an advertisement they are proving their miracle pill has been tested and approved by a reliable source.\r\n\r\nThese marketers think that sending spam email that says \"Secure Notification\" on the subject line will make you open an email from a bank with which you have no business.\r\n\r\nThese marketers think people are stupid and will buy anything that sounds great or will be scared by a letter that says this is your final notice (even though you haven\'t gotten any notice before or even do business with that company).\r\n\r\nPreying on people\'s stupidity or gullibility or fear is not ethical. It is not good marketing. And marketers who engage in these practices give all marketers a bad name.','Marketers who assume targets are stupid','','publish','open','open','','marketers-who-assume-targets-are-stupid','','','2013-01-10 17:56:15','2013-01-10 17:56:15','',0,'http://deborahbrody.com/?p=1952',0,'post','',0),
(1953,4,'2012-12-14 16:32:12','2012-12-14 16:32:12','There are marketers out there who believe that their target audience is made up of stupid people. People who will buy anything, believe anything and do anything.\n\nThese marketers are the bottom-feeder telemarketers who tend to use robo-calls or use auto-dialers to call frequently at different times on different days. They play the CALLER ID system by using non-specific identifiers such as \"Card Services\" or \"Holiday Rebate.\" (I got a call today that had the CALLER ID as \"Important Call--really.) They ignore the Do Not Call List and refuse to take you off their rolls.\n\nThese marketers use direct mail with no targeting or culling of lists. They send offers that are too good to be true. They ask for sensitive information just to enter you in a drawing for a fantastic prize you have zero chance of winning.\n\nThese marketers think that by running the same TV ad or print ad over and over and over and over again you will finally be convinced to cough up three convenient payments of $19.99 plus shipping and handling.\n\nThese marketers think that by using an actor dressed as a doctor in an advertisement they are proving their miracle pill has been tested and approved by a reliable source.\n\nThese marketers think that sending spam email that says \"Secure Notification\" on the subject line will make you open an email from a bank with which you have no business.\n\nThese marketers think people are stupid and will buy anything that sounds great or will be scared by a letter that says this is your final notice (even though you haven\'t gotten any notice before or even do business with that company).\n\nPreying on people\'s stupidity or gullibility or fear is not ethical. It is not good marketing. And marketers who engage in these practices give all marketers a bad name.','Marketers who assume targets are stupid','','inherit','open','open','','1952-revision','','','2012-12-14 16:32:12','2012-12-14 16:32:12','',1952,'http://deborahbrody.com/2012/12/1952-revision/',0,'revision','',0),
(1956,4,'2012-12-19 21:37:44','2012-12-19 21:37:44','','Auto Draft','','inherit','open','open','','1955-revision','','','2012-12-19 21:37:44','2012-12-19 21:37:44','',1955,'http://deborahbrody.com/2012/12/1955-revision/',0,'revision','',0),
(1957,4,'2012-12-19 21:50:02','2012-12-19 21:50:02','Perhaps its a sign that our social fabric is stretched too thin. Perhaps people don\'t know how to behave when they have the cover of social media. What is happening more and more is that people are expressing hate and hateful things to strangers on social media channels.\n\nOn Twitter, haters will search for ideas that they disagree with and then attack whoever tweeted those thoughts.  On blogs, people will leave nasty comments. On news sites, people will disparage others they disagree with. Social media seems rife with haters and trolls.\n\nHow do you deal with all these haters?\n\nFirst, do NOT take these comments personally.\n\nSecond, ignore the hater/troll. Most of these people are attention-seekers or enjoy getting an angry reaction from others. On Twitter, go to the hater\'s profile and block him or her. On your blog, discard the comment (you are under no obligation to provide a platform for others\' ideas, especially if they are contrary to your own and expressed in a disrespectful manner).  If feasible, delete the comments on Facebook.\n\nI am not saying to get rid of all comments that show a different viewpoint or even that question you, just get rid of comments that are obviously motivated by hate or the desire to incite argument.\n\nThird, move on. Social media is a constantly changing landscape, and what was interesting and hot five minutes ago may not be now.\n\nHow do you deal with haters or trolls? Would you add anything?\n\n&nbsp;','Dealing with the haters (on social media)','','inherit','open','open','','1955-revision-2','','','2012-12-19 21:50:02','2012-12-19 21:50:02','',1955,'http://deborahbrody.com/2012/12/1955-revision-2/',0,'revision','',0),
(1959,4,'2012-12-27 13:44:22','2012-12-27 13:44:22','<strong>1. Understand the basics (who you are and what you do) before doing anything else</strong>. I worked with one client this year who had launched a website, hired a marketing person and even commissioned a video without ever having examined what the company’s main message was, defined a target audience or main competitors and certainly hadn’t thought out its USP.\n\n<strong>2. You don’t have to market everywhere, just where you are likely to find your target audience</strong>. There’s no need to spread your marketing message far and wide. You can have success by focusing your efforts where you are likely to find your audience.\n\n<strong>3. There is only one content strategy (getting your target audience to read your content).</strong> <strong>Everything else is a TACTIC. </strong>I have read many articles about content marketing, all claiming to have new “strategies.” In most, if not all, cases, these strategies were really tactics.\n\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"School Blackboard by H2O Alchemist, on Flickr\" href=\"http://www.flickr.com/photos/h2oalchemist/414924312/\"><img class=\" \" title=\"School Blackboard in Ghana by H2OAlchemist on Flickr\" src=\"http://farm1.staticflickr.com/158/414924312_26809b1259.jpg\" alt=\"School Blackboard\" width=\"500\" height=\"333\" /></a> School Blackboard in Ghana by H2OAlchemist on Flickr[/caption]\n<p style=\"text-align: center;\"></p>\n<strong> 4.</strong> <strong>Acknowledge the reality on the ground</strong>. This year we have seen several advertisers (and a politician or two) who just did not get it. Like Pepco, who continued patting itself on its back about “reliability” when hundreds of thousands of customers were without power during extreme heat for several days.\n\n<strong> 5</strong>. <strong>Depending on Facebook (or any free, third-party service) as a marketing platform will cost you.</strong> Sure, you can have a Facebook page for free, but figuring out its ever changing policies will cost you in time and effort.\n\n<strong>6. Stop scheduling your tweets! </strong>Tweeting about your fun weekend ahead while people are mourning 20 dead children is tacky and preventable. <span style=\"text-decoration: underline;\">Twitter is about immediacy, engagement and responsiveness. Scheduled tweets are just the opposite.</span>\n\nWhat lessons did you draw from the year that was? Anything jump out at you? If so, please share in the comments.','6 marketing and communications lessons from 2012','','inherit','open','open','','1958-revision','','','2012-12-27 13:44:22','2012-12-27 13:44:22','',1958,'http://deborahbrody.com/2012/12/1958-revision/',0,'revision','',0),
(1960,4,'2012-12-27 13:45:08','2012-12-27 13:45:08','<strong>1. Understand the basics (who you are and what you do) before doing anything else</strong>. I worked with one client this year who had launched a website, hired a marketing person and even commissioned a video without ever having examined what the company’s main message was, defined a target audience or main competitors and certainly hadn’t thought out its USP.\r\n\r\n<strong>2. You don’t have to market everywhere, just where you are likely to find your target audience</strong>. There’s no need to spread your marketing message far and wide. You can have success by focusing your efforts where you are likely to find your audience.\r\n\r\n<strong>3. There is only one content strategy (getting your target audience to read your content).</strong> <strong>Everything else is a TACTIC. </strong>I have read many articles about content marketing, all claiming to have new “strategies.” In most, if not all, cases, these strategies were really tactics.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"School Blackboard by H2O Alchemist, on Flickr\" href=\"http://www.flickr.com/photos/h2oalchemist/414924312/\"><img class=\" \" title=\"School Blackboard in Ghana by H2OAlchemist on Flickr\" src=\"http://farm1.staticflickr.com/158/414924312_26809b1259.jpg\" alt=\"School Blackboard\" width=\"500\" height=\"333\" /></a> School Blackboard in Ghana by H2OAlchemist on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong> 4.</strong> <strong>Acknowledge the reality on the ground</strong>. This year we have seen several advertisers (and a politician or two) who just did not get it. Like Pepco, who continued patting itself on its back about “reliability” when hundreds of thousands of customers were without power during extreme heat for several days.\r\n\r\n<strong> 5</strong>. <strong>Depending on Facebook (or any free, third-party service) as a marketing platform will cost you.</strong> Sure, you can have a Facebook page for free, but figuring out its ever changing policies will cost you in time and effort.\r\n\r\n<strong>6. Stop scheduling your tweets! </strong>Tweeting about your fun weekend ahead while people are mourning 20 dead children is tacky and preventable. <span style=\"text-decoration: underline;\">Twitter is about immediacy, engagement and responsiveness. Scheduled tweets are just the opposite.</span>\r\n\r\nWhat lessons did you draw from the year that was? Anything jump out at you? If so, please share in the comments.','6 marketing and communications lessons from 2012','','inherit','open','open','','1958-revision-2','','','2012-12-27 13:45:08','2012-12-27 13:45:08','',1958,'http://deborahbrody.com/2012/12/1958-revision-2/',0,'revision','',0),
(1991,4,'2013-01-17 20:17:04','0000-00-00 00:00:00','Marketing misfits are like social misfits--out of step with those around them, and not even aware of it. Like the woman I saw today at the gym, working out in (I kid you not) in a skirt, blouse and hose. Or the socially awkward guy who shakes your hand weakly and proceeds to talk about himself.\n\nSocial misfits are generally not able to pick up on societal cues. Sometimes it\'s because of a disorder like Asperger\'s and other times it has to do with lack of self-awareness. Whatever it is, those people generally stick out like sore thumbs, and not for positive reasons.\n\nSimilarly, marketing misfits','Are you a marketing misfit?','','draft','open','open','','','','','2013-01-17 20:17:04','2013-01-17 20:17:04','',0,'http://deborahbrody.com/?p=1991',0,'post','',0),
(1964,4,'2013-01-08 17:13:28','2013-01-08 17:13:28','It\'s great to highlight your USP (Unique Selling Proposition). In fact, you should. You should communicate to your target audience what makes you special or different than others, especially if you are in a crowded marketplace. A couple of days ago, I came across this ad in the newspaper:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/01/img0761.jpg\"><img class=\"aligncenter size-large wp-image-1966\" title=\"Carpet company ad\" src=\"http://deborahbrody.com/wp-content/uploads/2013/01/img0761-594x1024.jpg\" alt=\"carpet company ad\" width=\"594\" height=\"1024\" /></a>The ad above has numerous claims for your attention: special pricing, free pick up, new showroom, new website AND that they have vetted their employees. In short, there\'s too much. They sell rugs but they also clean rugs.\r\n\r\nBesides having too much information, the fact this company is making sure you know that all their employees are checked out--that they have no criminal background, are drug-free and authorized to work in the US--is problematic.\r\n\r\nThe problem is that this company is  bringing up a question that perhaps was not even on their customers\'  minds.  Sure, it\'s good to say employees are carefully vetted, but to highlight that they have been submitted to a \"rigorous background check\" makes me wonder if a) they have had a problem with dishonest/criminal employees before; 2) whether this particular industry has a problem with criminals (and if so, why?) or 3) is this the most important thing I need to know about this company?\r\n\r\nWhat do most customers want to know before they contract with a carpet cleaning company?  That\'s the key question. This ad does not answer that. It tells me price is important as is location. I should be enticed by free pick up and delivery, and that I should rest assured that none of the employees I deal with are \"illegal immigrants\" or druggies or have a criminal background.\r\n\r\nWhat you choose to highlight in your marketing communications pieces should be relevant to your audience\'s needs.\r\n\r\nYour thoughts?\r\n\r\n&nbsp;','Why would you highlight that?','','publish','open','open','','why-would-you-highlight-that','','','2013-01-08 17:13:28','2013-01-08 17:13:28','',0,'http://deborahbrody.com/?p=1964',0,'post','',0),
(1965,4,'2013-01-08 16:56:06','2013-01-08 16:56:06','','USP','Carpet company ad','inherit','open','open','','img076','','','2013-01-08 16:56:06','2013-01-08 16:56:06','',1964,'http://deborahbrody.com/wp-content/uploads/2013/01/img076.jpg',0,'attachment','image/jpeg',0),
(1966,4,'2013-01-08 16:58:06','2013-01-08 16:58:06','','Carpet company ad','','inherit','open','open','','img076-2','','','2013-01-08 16:58:06','2013-01-08 16:58:06','',1964,'http://deborahbrody.com/wp-content/uploads/2013/01/img0761.jpg',0,'attachment','image/jpeg',0),
(1967,4,'2013-01-08 17:12:40','2013-01-08 17:12:40','It\'s great to highlight your USP (Unique Selling Proposition). In fact, you should. You should communicate to your target audience what makes you special or different than others, especially if you are in a crowded marketplace. A couple of days ago, I came across this ad:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/01/img0761.jpg\"><img class=\"aligncenter size-large wp-image-1966\" title=\"Carpet company ad\" src=\"http://deborahbrody.com/wp-content/uploads/2013/01/img0761-594x1024.jpg\" alt=\"carpet company ad\" width=\"594\" height=\"1024\" /></a>The ad above has numerous claims for your attention: special pricing, free pick up, new showroom, new website AND that they have vetted their employees. In short, there\'s too much. They sell rugs but they also clean rugs.\n\nBesides having too much information, the fact this company is making sure you know that all their employees are checked out--that they have no criminal background, are drug-free and authorized to work in the US--is problematic.\n\nThe problem is that this company is  bringing up a question that perhaps was not even on their customers\'  minds.  Sure, it\'s good to say employees are carefully vetted, but to highlight that they have been submitted to a \"rigorous background check\" makes me wonder if a) they have had a problem with dishonest/criminal employees before; 2) whether this particular industry has a problem with criminals (and if so, why?) or 3) is this the most important thing I need to know about this company?\n\nWhat do most customers want to know before they contract with a carpet cleaning company?  That\'s the key question. This ad does not answer that. It tells me price is important as is location. I should be enticed by free pick up and delivery, and that I should rest assured that none of the employees I deal with are \"illegal immigrants\" or druggies or have a criminal background.\n\nWhat you choose to highlight in your marketing communications pieces should be relevant to your audience\'s needs.\n\nYour thoughts?\n\n&nbsp;','Why would you highlight that?','','inherit','open','open','','1964-revision','','','2013-01-08 17:12:40','2013-01-08 17:12:40','',1964,'http://deborahbrody.com/2013/01/1964-revision/',0,'revision','',0),
(1968,4,'2013-01-08 17:14:31','2013-01-08 17:14:31','It\'s great to highlight your USP (Unique Selling Proposition). In fact, you should. You should communicate to your target audience what makes you special or different than others, especially if you are in a crowded marketplace. A couple of days ago, I came across this ad in the newspaper:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/01/img0761.jpg\"><img class=\"aligncenter size-large wp-image-1966\" title=\"Carpet company ad\" src=\"http://deborahbrody.com/wp-content/uploads/2013/01/img0761-594x1024.jpg\" alt=\"carpet company ad\" width=\"594\" height=\"1024\" /></a>The ad above has numerous claims for your attention: special pricing, free pick up, new showroom, new website AND that they have vetted their employees. In short, there\'s too much. They sell rugs but they also clean rugs.\n\nBesides having too much information, the fact this company is making sure you know that all their employees are checked out--that they have no criminal background, are drug-free and authorized to work in the US--is problematic.\n\nThe problem is that this company is  bringing up a question that perhaps was not even on their customers\'  minds.  Sure, it\'s good to say employees are carefully vetted, but to highlight that they have been submitted to a \"rigorous background check\" makes me wonder if a) they have had a problem with dishonest/criminal employees before; 2) whether this particular industry has a problem with criminals (and if so, why?) or 3) is this the most important thing I need to know about this company?\n\nWhat do most customers want to know before they contract with a carpet cleaning company?  That\'s the key question. This ad does not answer that. It tells me price is important as is location. I should be enticed by free pick up and delivery, and that I should rest assured that none of the employees I deal with are \"illegal immigrants\" or druggies or have a criminal background.\n\nWhat you choose to highlight in your marketing communications pieces should be relevant to your audience\'s needs.\n\nYour thoughts?\n\n&nbsp;','Why would you highlight that?','','inherit','open','open','','1964-autosave','','','2013-01-08 17:14:31','2013-01-08 17:14:31','',1964,'http://deborahbrody.com/2013/01/1964-autosave/',0,'revision','',0),
(1969,4,'2013-01-09 16:02:21','2013-01-09 16:02:21','Nonprofits are notorious for having difficulty with communications. Many times, it has to do with lack of funds (and thus, insufficient support). What many nonprofits tend to have in spades, however, is volunteers.  Volunteers are great for nonprofit organizations. They can staff an event, or help serve lunch, or provide input, or, maybe most important, help spread the word about the nonprofit.\r\n\r\nAnd yet, some nonprofits don\'t seem to appreciate the role that volunteers play in communications.  Let me give you two examples.\r\n\r\n<strong>A chaotic, disorganized volunteer experience</strong>\r\n\r\nAround Christmas, I volunteered to do some gift-wrapping with a DC-based nonprofit. The sign-up form indicated I was to work from 10 am to 3 pm. I arrived at 10 am, only to find a bit of chaos. The volunteer director told me to go one place, where I was promptly told to go back to where I started. The volunteer manager had limited ability to organize, and ended up wasting a lot of time. Two other volunteers were grousing along with me on how disorganized the event was. We didn\'t start wrapping (in a very chaotic and inefficient manner--also lacking tape, wrapping paper, etc.) until about 11 am. One full hour was wasted. No water or snacks were offered. No guidance as to how long we were expected to stay. When I left around 12:30 pm, no one even noticed or thanked me. In fact, I never got a thank you at all. I will not be volunteering with this organization ever again.\r\n\r\nThere are two different issues at play here. One is the negative impact of disorganization on people who volunteer. People (like me) who have a bad experience volunteering won\'t volunteer with your organization again, and worse, will tell others of their bad experience.  The second issue is that volunteer leaders are not being given the tools to make sure they provide both a message and a positive experience, quite possibly because the volunteering role is not valued.\r\n\r\n<strong>Volunteers who don\'t have the right (or any) information</strong>\r\n\r\nJust this week, someone in my network invited me to attend a business networking event run by a large nonprofit. The invitation said the price of the event itself was $75, but attendees were required to donate a minimum of $500 to the nonprofit during the calendar year. I pointed out that the real cost of attending this event would be $575 to the person who invited me. He called and emailed me to tell me that the $500 was \"only if I wanted to donate\" and that the event fee was \"totally separate.\" However, the invitation clearly stated that the annual contribution was required.\r\n\r\nVolunteers need to know the facts...all of them. But more importantly, they need to know the reason for the information they are sharing. The nonprofit above SHOULD have informed my contact about the requirements for the event, but moreover, should have told him WHY this event has a minimum contribution, why it is necessary, what the contribution is for (what are the impacts etc.).\r\n\r\nImagine if this guy had come back to me and said this instead: Yes, you are right. You will be required to donate $500 during the year, which by the way, you can give in several installments, not all at once. That money will be used to fund our X initiative, which helps X number of people. Also, you will be assured of meeting some awesome business leaders at the event, and we will be having other events during the year.\r\n\r\nI suspect that this volunteer was only told to recruit people to come to the event.  He didn\'t get any additional information or a script or any other tools that would help him not only recruit attendees, but spread the message about the work the nonprofit is doing and will do with additional funds.\r\n\r\nVolunteers can help with a nonprofit\'s tasks. And volunteers help communicate the nonprofit\'s message. Are your volunteers on message?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are your volunteers on message?','','publish','open','open','','are-your-volunteers-on-message','','','2013-01-09 16:02:21','2013-01-09 16:02:21','',0,'http://deborahbrody.com/?p=1969',0,'post','',0),
(1970,4,'2013-01-09 15:21:50','2013-01-09 15:21:50','Nonprofits are notorious for having difficulty with communications. Many times, it has to do with lack of funds (and thus, insufficient support). What many nonprofits tend to have in spades, however, is volunteers.  Volunteers are great for nonprofit organizations. They can staff an event, or help serve lunch, or provide input, or, maybe most important, help spread the word about the nonprofit.\n\nAnd yet, some nonprofits don\'t seem to appreciate the role that volunteers play in communications.  Let me give you two examples.\n\nAround Christmas, I volunteered to do some gift-wrapping with a DC-based nonprofit. The sign-up form indicated I was to work from 10 am to 3 pm. I arrived at 10 am, only to find a bit of chaos. The volunteer director told me to go one place, where I was promptly told to go back to where I started. The volunteer manager had limited ability to organize, and ended up wasting a lot of time. Two other volunteers were grousing along with me on how disorganized the event was. We didn\'t start wrapping (in a very chaotic and inefficient manner--also lacking tape, wrapping paper, etc) until about 11 am. One full hour was wasted. No water or snacks were offered. No guidance as to how long we were expected to stay. When I left around 12:30 pm, no one even noticed or thanked me. In fact, I never got a thank you at all. I will not be volunteering with this organization ever again.\n\nThere are two different issues at play here. One is the negative impact of disorganization on people who volunteer. People (like me) who have a bad experience volunteering won\'t volunteer with your organization again, and worse, will tell others of their bad experience.  The second issue is that volunteer leaders are not being given the tools to make sure they provide both a message and a positive experience, quite possibly because the volu','Are your volunteers on message?','','inherit','open','open','','1969-revision','','','2013-01-09 15:21:50','2013-01-09 15:21:50','',1969,'http://deborahbrody.com/2013/01/1969-revision/',0,'revision','',0),
(1971,4,'2013-01-09 15:30:31','2013-01-09 15:30:31','Nonprofits are notorious for having difficulty with communications. Many times, it has to do with lack of funds (and thus, insufficient support). What many nonprofits tend to have in spades, however, is volunteers.  Volunteers are great for nonprofit organizations. They can staff an event, or help serve lunch, or provide input, or, maybe most important, help spread the word about the nonprofit.\n\nAnd yet, some nonprofits don\'t seem to appreciate the role that volunteers play in communications.  Let me give you two examples.\n\n<strong>A chaotic, disorganized volunteer experience</strong>\n\nAround Christmas, I volunteered to do some gift-wrapping with a DC-based nonprofit. The sign-up form indicated I was to work from 10 am to 3 pm. I arrived at 10 am, only to find a bit of chaos. The volunteer director told me to go one place, where I was promptly told to go back to where I started. The volunteer manager had limited ability to organize, and ended up wasting a lot of time. Two other volunteers were grousing along with me on how disorganized the event was. We didn\'t start wrapping (in a very chaotic and inefficient manner--also lacking tape, wrapping paper, etc) until about 11 am. One full hour was wasted. No water or snacks were offered. No guidance as to how long we were expected to stay. When I left around 12:30 pm, no one even noticed or thanked me. In fact, I never got a thank you at all. I will not be volunteering with this organization ever again.\n\nThere are two different issues at play here. One is the negative impact of disorganization on people who volunteer. People (like me) who have a bad experience volunteering won\'t volunteer with your organization again, and worse, will tell others of their bad experience.  The second issue is that volunteer leaders are not being given the tools to make sure they provide both a message and a positive experience, quite possibly because the volunteering role is not valued.\n\nVolunteers who don\'t have the right information\n\nJust this week, someone in my network invited me to attend a business networking event run by a large nonprofit. The invitation said the price of the event itself was $75, but attendees were required to donate a minimum of $500 to the nonprofit during the calendar year. I pointed out that the real cost of attending this event would be $575 to the person who invited me. He called and emailed me to tell me that \"\n\n&nbsp;','Are your volunteers on message?','','inherit','open','open','','1969-revision-2','','','2013-01-09 15:30:31','2013-01-09 15:30:31','',1969,'http://deborahbrody.com/2013/01/1969-revision-2/',0,'revision','',0),
(1972,4,'2013-01-09 15:50:23','2013-01-09 15:50:23','Nonprofits are notorious for having difficulty with communications. Many times, it has to do with lack of funds (and thus, insufficient support). What many nonprofits tend to have in spades, however, is volunteers.  Volunteers are great for nonprofit organizations. They can staff an event, or help serve lunch, or provide input, or, maybe most important, help spread the word about the nonprofit.\n\nAnd yet, some nonprofits don\'t seem to appreciate the role that volunteers play in communications.  Let me give you two examples.\n\n<strong>A chaotic, disorganized volunteer experience</strong>\n\nAround Christmas, I volunteered to do some gift-wrapping with a DC-based nonprofit. The sign-up form indicated I was to work from 10 am to 3 pm. I arrived at 10 am, only to find a bit of chaos. The volunteer director told me to go one place, where I was promptly told to go back to where I started. The volunteer manager had limited ability to organize, and ended up wasting a lot of time. Two other volunteers were grousing along with me on how disorganized the event was. We didn\'t start wrapping (in a very chaotic and inefficient manner--also lacking tape, wrapping paper, etc) until about 11 am. One full hour was wasted. No water or snacks were offered. No guidance as to how long we were expected to stay. When I left around 12:30 pm, no one even noticed or thanked me. In fact, I never got a thank you at all. I will not be volunteering with this organization ever again.\n\nThere are two different issues at play here. One is the negative impact of disorganization on people who volunteer. People (like me) who have a bad experience volunteering won\'t volunteer with your organization again, and worse, will tell others of their bad experience.  The second issue is that volunteer leaders are not being given the tools to make sure they provide both a message and a positive experience, quite possibly because the volunteering role is not valued.\n\n<strong>Volunteers who don\'t have the right (or any) information</strong>\n\nJust this week, someone in my network invited me to attend a business networking event run by a large nonprofit. The invitation said the price of the event itself was $75, but attendees were required to donate a minimum of $500 to the nonprofit during the calendar year. I pointed out that the real cost of attending this event would be $575 to the person who invited me. He called and emailed me to tell me that the $500 was \"only if I wanted to donate\" and that the event fee was \"totally separate.\" The invitation clearly stated that the annual contribution was required.\n\nVolunteers need to know the facts...all of them. But more importantly, they need to know the reason for the information they are sharing. The nonprofit above SHOULD have informed my contact about the requirements for the event, but moreover, should have told him WHY this event has a minimum contribution, why it is necessary, what the contribution is for (what are the impacts etc.).\n\nImagine if this guy had come back to me and said this instead: Yes, you are right. You will be required to donate $500 during the year, which by the way, you can give in several installments, not all at once. That money will be used to fund our X initiative. Also, you will be assured of meeting some awesome business leaders at the event, and we will be having other events during the year.\n\nVolunteers can help with a nonprofit\'s tasks. And volunteers help communicate the nonprofit\'s message. Are your volunteer\n\n&nbsp;','Are your volunteers on message?','','inherit','open','open','','1969-revision-3','','','2013-01-09 15:50:23','2013-01-09 15:50:23','',1969,'http://deborahbrody.com/2013/01/1969-revision-3/',0,'revision','',0),
(1973,4,'2013-01-09 15:57:33','2013-01-09 15:57:33','Nonprofits are notorious for having difficulty with communications. Many times, it has to do with lack of funds (and thus, insufficient support). What many nonprofits tend to have in spades, however, is volunteers.  Volunteers are great for nonprofit organizations. They can staff an event, or help serve lunch, or provide input, or, maybe most important, help spread the word about the nonprofit.\n\nAnd yet, some nonprofits don\'t seem to appreciate the role that volunteers play in communications.  Let me give you two examples.\n\n<strong>A chaotic, disorganized volunteer experience</strong>\n\nAround Christmas, I volunteered to do some gift-wrapping with a DC-based nonprofit. The sign-up form indicated I was to work from 10 am to 3 pm. I arrived at 10 am, only to find a bit of chaos. The volunteer director told me to go one place, where I was promptly told to go back to where I started. The volunteer manager had limited ability to organize, and ended up wasting a lot of time. Two other volunteers were grousing along with me on how disorganized the event was. We didn\'t start wrapping (in a very chaotic and inefficient manner--also lacking tape, wrapping paper, etc.) until about 11 am. One full hour was wasted. No water or snacks were offered. No guidance as to how long we were expected to stay. When I left around 12:30 pm, no one even noticed or thanked me. In fact, I never got a thank you at all. I will not be volunteering with this organization ever again.\n\nThere are two different issues at play here. One is the negative impact of disorganization on people who volunteer. People (like me) who have a bad experience volunteering won\'t volunteer with your organization again, and worse, will tell others of their bad experience.  The second issue is that volunteer leaders are not being given the tools to make sure they provide both a message and a positive experience, quite possibly because the volunteering role is not valued.\n\n<strong>Volunteers who don\'t have the right (or any) information</strong>\n\nJust this week, someone in my network invited me to attend a business networking event run by a large nonprofit. The invitation said the price of the event itself was $75, but attendees were required to donate a minimum of $500 to the nonprofit during the calendar year. I pointed out that the real cost of attending this event would be $575 to the person who invited me. He called and emailed me to tell me that the $500 was \"only if I wanted to donate\" and that the event fee was \"totally separate.\" However, the invitation clearly stated that the annual contribution was required.\n\nVolunteers need to know the facts...all of them. But more importantly, they need to know the reason for the information they are sharing. The nonprofit above SHOULD have informed my contact about the requirements for the event, but moreover, should have told him WHY this event has a minimum contribution, why it is necessary, what the contribution is for (what are the impacts etc.).\n\nImagine if this guy had come back to me and said this instead: Yes, you are right. You will be required to donate $500 during the year, which by the way, you can give in several installments, not all at once. That money will be used to fund our X initiative, which helps X number of people. Also, you will be assured of meeting some awesome business leaders at the event, and we will be having other events during the year.\n\nI suspect that this volunteer was only told to recruit people to come to the event.  He didn\'t get any additional information or a script or any other tools that would help him not only recruit attendees, but spread the message about the work the nonprofit is doing and will do with additional funds.\n\nVolunteers can help with a nonprofit\'s tasks. And volunteers help communicate the nonprofit\'s message. Are your volunteers on message?\n\n&nbsp;\n\n&nbsp;','Are your volunteers on message?','','inherit','open','open','','1969-revision-4','','','2013-01-09 15:57:33','2013-01-09 15:57:33','',1969,'http://deborahbrody.com/2013/01/1969-revision-4/',0,'revision','',0),
(1975,4,'2013-01-09 16:01:49','2013-01-09 16:01:49','Nonprofits are notorious for having difficulty with communications. Many times, it has to do with lack of funds (and thus, insufficient support). What many nonprofits tend to have in spades, however, is volunteers.  Volunteers are great for nonprofit organizations. They can staff an event, or help serve lunch, or provide input, or, maybe most important, help spread the word about the nonprofit.\n\nAnd yet, some nonprofits don\'t seem to appreciate the role that volunteers play in communications.  Let me give you two examples.\n\n<strong>A chaotic, disorganized volunteer experience</strong>\n\nAround Christmas, I volunteered to do some gift-wrapping with a DC-based nonprofit. The sign-up form indicated I was to work from 10 am to 3 pm. I arrived at 10 am, only to find a bit of chaos. The volunteer director told me to go one place, where I was promptly told to go back to where I started. The volunteer manager had limited ability to organize, and ended up wasting a lot of time. Two other volunteers were grousing along with me on how disorganized the event was. We didn\'t start wrapping (in a very chaotic and inefficient manner--also lacking tape, wrapping paper, etc.) until about 11 am. One full hour was wasted. No water or snacks were offered. No guidance as to how long we were expected to stay. When I left around 12:30 pm, no one even noticed or thanked me. In fact, I never got a thank you at all. I will not be volunteering with this organization ever again.\n\nThere are two different issues at play here. One is the negative impact of disorganization on people who volunteer. People (like me) who have a bad experience volunteering won\'t volunteer with your organization again, and worse, will tell others of their bad experience.  The second issue is that volunteer leaders are not being given the tools to make sure they provide both a message and a positive experience, quite possibly because the volunteering role is not valued.\n\n<strong>Volunteers who don\'t have the right (or any) information</strong>\n\nJust this week, someone in my network invited me to attend a business networking event run by a large nonprofit. The invitation said the price of the event itself was $75, but attendees were required to donate a minimum of $500 to the nonprofit during the calendar year. I pointed out that the real cost of attending this event would be $575 to the person who invited me. He called and emailed me to tell me that the $500 was \"only if I wanted to donate\" and that the event fee was \"totally separate.\" However, the invitation clearly stated that the annual contribution was required.\n\nVolunteers need to know the facts...all of them. But more importantly, they need to know the reason for the information they are sharing. The nonprofit above SHOULD have informed my contact about the requirements for the event, but moreover, should have told him WHY this event has a minimum contribution, why it is necessary, what the contribution is for (what are the impacts etc.).\n\nImagine if this guy had come back to me and said this instead: Yes, you are right. You will be required to donate $500 during the year, which by the way, you can give in several installments, not all at once. That money will be used to fund our X initiative, which helps X number of people. Also, you will be assured of meeting some awesome business leaders at the event, and we will be having other events during the year.\n\nI suspect that this volunteer was only told to recruit people to come to the event.  He didn\'t get any additional information or a script or any other tools that would help him not only recruit attendees, but spread the message about the work the nonprofit is doing and will do with additional funds.\n\nVolunteers can help with a nonprofit\'s tasks. And volunteers help communicate the nonprofit\'s message. Are your volunteers on message?\n\n&nbsp;\n\n&nbsp;','Are your volunteers on message?','','inherit','open','open','','1969-revision-6','','','2013-01-09 16:01:49','2013-01-09 16:01:49','',1969,'http://deborahbrody.com/2013/01/1969-revision-6/',0,'revision','',0),
(1974,4,'2013-01-09 15:59:49','2013-01-09 15:59:49','Nonprofits are notorious for having difficulty with communications. Many times, it has to do with lack of funds (and thus, insufficient support). What many nonprofits tend to have in spades, however, is volunteers.  Volunteers are great for nonprofit organizations. They can staff an event, or help serve lunch, or provide input, or, maybe most important, help spread the word about the nonprofit.\n\n&nbsp;\n\nAnd yet, some nonprofits don\'t seem to appreciate the role that volunteers play in communications.  Let me give you two examples.\n\n<strong>A chaotic, disorganized volunteer experience</strong>\n\nAround Christmas, I volunteered to do some gift-wrapping with a DC-based nonprofit. The sign-up form indicated I was to work from 10 am to 3 pm. I arrived at 10 am, only to find a bit of chaos. The volunteer director told me to go one place, where I was promptly told to go back to where I started. The volunteer manager had limited ability to organize, and ended up wasting a lot of time. Two other volunteers were grousing along with me on how disorganized the event was. We didn\'t start wrapping (in a very chaotic and inefficient manner--also lacking tape, wrapping paper, etc.) until about 11 am. One full hour was wasted. No water or snacks were offered. No guidance as to how long we were expected to stay. When I left around 12:30 pm, no one even noticed or thanked me. In fact, I never got a thank you at all. I will not be volunteering with this organization ever again.\n\nThere are two different issues at play here. One is the negative impact of disorganization on people who volunteer. People (like me) who have a bad experience volunteering won\'t volunteer with your organization again, and worse, will tell others of their bad experience.  The second issue is that volunteer leaders are not being given the tools to make sure they provide both a message and a positive experience, quite possibly because the volunteering role is not valued.\n\n<strong>Volunteers who don\'t have the right (or any) information</strong>\n\nJust this week, someone in my network invited me to attend a business networking event run by a large nonprofit. The invitation said the price of the event itself was $75, but attendees were required to donate a minimum of $500 to the nonprofit during the calendar year. I pointed out that the real cost of attending this event would be $575 to the person who invited me. He called and emailed me to tell me that the $500 was \"only if I wanted to donate\" and that the event fee was \"totally separate.\" However, the invitation clearly stated that the annual contribution was required.\n\nVolunteers need to know the facts...all of them. But more importantly, they need to know the reason for the information they are sharing. The nonprofit above SHOULD have informed my contact about the requirements for the event, but moreover, should have told him WHY this event has a minimum contribution, why it is necessary, what the contribution is for (what are the impacts etc.).\n\nImagine if this guy had come back to me and said this instead: Yes, you are right. You will be required to donate $500 during the year, which by the way, you can give in several installments, not all at once. That money will be used to fund our X initiative, which helps X number of people. Also, you will be assured of meeting some awesome business leaders at the event, and we will be having other events during the year.\n\nI suspect that this volunteer was only told to recruit people to come to the event.  He didn\'t get any additional information or a script or any other tools that would help him not only recruit attendees, but spread the message about the work the nonprofit is doing and will do with additional funds.\n\nVolunteers can help with a nonprofit\'s tasks. And volunteers help communicate the nonprofit\'s message. Are your volunteers on message?\n\n&nbsp;\n\n&nbsp;','Are your volunteers on message?','','inherit','open','open','','1969-revision-5','','','2013-01-09 15:59:49','2013-01-09 15:59:49','',1969,'http://deborahbrody.com/2013/01/1969-revision-5/',0,'revision','',0),
(1976,4,'2013-01-10 14:52:28','2013-01-10 14:52:28','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\r\n\r\n<strong>Developing a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate. A good tagline \"tags\" you--that is, it identifies you, easily and immediately.</strong>\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"240\"]<a title=\"I Have Been Tagged by Jody McNary Photography, on Flickr\" href=\"http://www.flickr.com/photos/27999126@N05/3835622294/\"><img src=\"http://farm3.staticflickr.com/2480/3835622294_075b1311e2_m.jpg\" alt=\"I Have Been Tagged\" width=\"240\" height=\"168\" /></a> I have been tagged--photo by Jody McNary Photography, on Flickr.[/caption]\r\n\r\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\r\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\r\n\r\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\r\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\r\n\r\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\r\n\r\nTake a look at your tagline today. Is it powerful? Is it memorable? Does it identify you?','The (higher) power of a great tagline','','publish','open','open','','the-higher-power-of-a-great-tagline','','','2013-01-10 14:52:28','2013-01-10 14:52:28','',0,'http://deborahbrody.com/?p=1976',0,'post','',0),
(1977,4,'2013-01-10 14:45:20','2013-01-10 14:45:20','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\n\nDeveloping a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate.\n\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\n\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\n\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\n\nTake a look at your tagline today. Is it powerful? Is it memorable?','The (higher) power of a great tagline','','inherit','open','open','','1976-revision','','','2013-01-10 14:45:20','2013-01-10 14:45:20','',1976,'http://deborahbrody.com/2013/01/1976-revision/',0,'revision','',0),
(1978,4,'2013-01-10 14:45:23','2013-01-10 14:45:23','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\r\n\r\nDeveloping a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate.\r\n\r\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\r\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\r\n\r\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\r\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\r\n\r\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\r\n\r\nTake a look at your tagline today. Is it powerful? Is it memorable?','The (higher) power of a great tagline','','inherit','open','open','','1976-revision-2','','','2013-01-10 14:45:23','2013-01-10 14:45:23','',1976,'http://deborahbrody.com/2013/01/1976-revision-2/',0,'revision','',0),
(1979,4,'2013-01-10 14:45:28','2013-01-10 14:45:28','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\r\n\r\nDeveloping a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate.\r\n\r\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\r\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\r\n\r\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\r\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\r\n\r\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\r\n\r\nTake a look at your tagline today. Is it powerful? Is it memorable?','The (higher) power of a great tagline','','inherit','open','open','','1976-revision-3','','','2013-01-10 14:45:28','2013-01-10 14:45:28','',1976,'http://deborahbrody.com/2013/01/1976-revision-3/',0,'revision','',0),
(1980,4,'2013-01-10 14:49:39','2013-01-10 14:49:39','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\r\n\r\nDeveloping a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate. A good tagline \"tags\" you--that is, it identifies you, easily and immediately.\r\n\r\n&lt;a href=\"http://www.flickr.com/photos/27999126@N05/3835622294/\" title=\"I Have Been Tagged by Jody McNary Photography, on Flickr\"&gt;&lt;img src=\"http://farm3.staticflickr.com/2480/3835622294_075b1311e2_m.jpg\" width=\"240\" height=\"168\" alt=\"I Have Been Tagged\"&gt;&lt;/a&gt;\r\n\r\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\r\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\r\n\r\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\r\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\r\n\r\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\r\n\r\nTake a look at your tagline today. Is it powerful? Is it memorable?','The (higher) power of a great tagline','','inherit','open','open','','1976-revision-4','','','2013-01-10 14:49:39','2013-01-10 14:49:39','',1976,'http://deborahbrody.com/2013/01/1976-revision-4/',0,'revision','',0),
(1981,4,'2013-01-10 14:49:58','2013-01-10 14:49:58','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\r\n\r\nDeveloping a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate. A good tagline \"tags\" you--that is, it identifies you, easily and immediately.\r\n\r\n<a href=\"http://www.flickr.com/photos/27999126@N05/3835622294/\" title=\"I Have Been Tagged by Jody McNary Photography, on Flickr\"><img src=\"http://farm3.staticflickr.com/2480/3835622294_075b1311e2_m.jpg\" width=\"240\" height=\"168\" alt=\"I Have Been Tagged\"></a>\r\n\r\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\r\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\r\n\r\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\r\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\r\n\r\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\r\n\r\nTake a look at your tagline today. Is it powerful? Is it memorable?','The (higher) power of a great tagline','','inherit','open','open','','1976-revision-5','','','2013-01-10 14:49:58','2013-01-10 14:49:58','',1976,'http://deborahbrody.com/2013/01/1976-revision-5/',0,'revision','',0),
(1982,4,'2013-01-10 14:50:01','2013-01-10 14:50:01','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\r\n\r\nDeveloping a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate. A good tagline \"tags\" you--that is, it identifies you, easily and immediately.\r\n\r\n<a href=\"http://www.flickr.com/photos/27999126@N05/3835622294/\" title=\"I Have Been Tagged by Jody McNary Photography, on Flickr\"><img src=\"http://farm3.staticflickr.com/2480/3835622294_075b1311e2_m.jpg\" width=\"240\" height=\"168\" alt=\"I Have Been Tagged\"></a>\r\n\r\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\r\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\r\n\r\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\r\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\r\n\r\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\r\n\r\nTake a look at your tagline today. Is it powerful? Is it memorable?','The (higher) power of a great tagline','','inherit','open','open','','1976-revision-6','','','2013-01-10 14:50:01','2013-01-10 14:50:01','',1976,'http://deborahbrody.com/2013/01/1976-revision-6/',0,'revision','',0),
(1983,4,'2013-01-10 14:51:10','2013-01-10 14:51:10','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\r\n\r\nDeveloping a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate. A good tagline \"tags\" you--that is, it identifies you, easily and immediately.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"240\"]<a title=\"I Have Been Tagged by Jody McNary Photography, on Flickr\" href=\"http://www.flickr.com/photos/27999126@N05/3835622294/\"><img src=\"http://farm3.staticflickr.com/2480/3835622294_075b1311e2_m.jpg\" alt=\"I Have Been Tagged\" width=\"240\" height=\"168\" /></a> I have been tagged--photo by Jody McNary Photography, on Flickr.[/caption]\r\n\r\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\r\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\r\n\r\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\r\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\r\n\r\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\r\n\r\nTake a look at your tagline today. Is it powerful? Is it memorable?','The (higher) power of a great tagline','','inherit','open','open','','1976-revision-7','','','2013-01-10 14:51:10','2013-01-10 14:51:10','',1976,'http://deborahbrody.com/2013/01/1976-revision-7/',0,'revision','',0),
(1984,4,'2013-01-10 14:51:45','2013-01-10 14:51:45','A great tagline will help sell your product, and when it is really great, it will also make you memorable. If I say \"just do it\" you immediately know it\'s Nike\'s tagline. Not many companies can claim a great tagline like that one.\r\n\r\nDeveloping a great (or even a good) tagline is no easy feat. You need to be succinct, clever and find the essence of what you are trying to communicate. A good tagline \"tags\" you--that is, it identifies you, easily and immediately.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"240\"]<a title=\"I Have Been Tagged by Jody McNary Photography, on Flickr\" href=\"http://www.flickr.com/photos/27999126@N05/3835622294/\"><img src=\"http://farm3.staticflickr.com/2480/3835622294_075b1311e2_m.jpg\" alt=\"I Have Been Tagged\" width=\"240\" height=\"168\" /></a> I have been tagged--photo by Jody McNary Photography, on Flickr.[/caption]\r\n\r\nAn online dating service catering to Christians, ChristianMingle.com, has come up with a really good tagline: Find God\'s match for you.  The Washington Post\'s Paul Farhi has written about it today in <a href=\"http://www.washingtonpost.com/lifestyle/style/evoking-god-has-been-good-to-christianmingle/2013/01/09/c3f28148-59dd-11e2-9fa9-5fbdc9530eb9_story.html\" target=\"_blank\">\"Evoking God has been good to ChristianMingle.\"</a> Farhi writes:\r\n<blockquote>It might be the most audacious, and perhaps the most presumptuous, ad slogan ever devised.\r\n\r\n“Find God’s Match for You,” sayeth <a href=\"http://www.christianmingle.com/frsplash.html?prm=90121&amp;lgid=christian+matches&amp;refcd=GO4380010137s_christian_matches&amp;tsacr=GO5522432704\" data-xslt=\"_http\">ChristianMingle.com</a>, an online dating service that suggests in its advertising that its computer-generated matches are, well, made in heaven.</blockquote>\r\nFarhi then goes on to report on whether the tagline can be construed as false advertising.  Read the article to see why.\r\n\r\nBut whether or not a tagline can be accused of setting up false expectations, I think that a strong (memorable) tagline (one that immediately communicates your objective ) is one of the strongest tools in your marketing communications arsenal.\r\n\r\nTake a look at your tagline today. Is it powerful? Is it memorable? Does it identify you?','The (higher) power of a great tagline','','inherit','open','open','','1976-revision-8','','','2013-01-10 14:51:45','2013-01-10 14:51:45','',1976,'http://deborahbrody.com/2013/01/1976-revision-8/',0,'revision','',0),
(1985,4,'2012-12-14 16:32:22','2012-12-14 16:32:22','There are marketers out there who believe that their target audience is made up of stupid people. People who will buy anything, believe anything and do anything.\r\n\r\nThese marketers are the bottom-feeder telemarketers who tend to use robo-calls or use auto-dialers to call frequently at different times on different days. They play the CALLER ID system by using non-specific identifiers such as \"Card Services\" or \"Holiday Rebate.\" (I got a call today that had the CALLER ID as \"Important Call--really.) They ignore the Do Not Call List and refuse to take you off their rolls.\r\n\r\nThese marketers use direct mail with no targeting or culling of lists. They send offers that are too good to be true. They ask for sensitive information just to enter you in a drawing for a fantastic prize you have zero chance of winning.\r\n\r\nThese marketers think that by running the same TV ad or print ad over and over and over and over again you will finally be convinced to cough up three convenient payments of $19.99 plus shipping and handling.\r\n\r\nThese marketers think that by using an actor dressed as a doctor in an advertisement they are proving their miracle pill has been tested and approved by a reliable source.\r\n\r\nThese marketers think that sending spam email that says \"Secure Notification\" on the subject line will make you open an email from a bank with which you have no business.\r\n\r\nThese marketers think people are stupid and will buy anything that sounds great or will be scared by a letter that says this is your final notice (even though you haven\'t gotten any notice before or even do business with that company).\r\n\r\nPreying on people\'s stupidity or gullibility or fear is not ethical. It is not good marketing. And marketers who engage in these practices give all marketers a bad name.','Marketers who assume targets are stupid','','inherit','open','open','','1952-revision-2','','','2012-12-14 16:32:22','2012-12-14 16:32:22','',1952,'http://deborahbrody.com/2012/12/1952-revision-2/',0,'revision','',0),
(1989,4,'2013-01-15 18:09:29','2013-01-15 18:09:29','Last night I attended an event where the sole purpose was to get feedback on a new website from community attendees. It was fairly informal--the creators of the website asked for opinions and reactions to the website, which you did on a one-to-one basis.\n\nI  found this exercise incredibly interesting because it can be so useful. But I wonder how often it is done. My sense is that it isn\'t done often enough! The examples abound: websites that are hard to navigate, brochures that are pointless, ads that fail to entice, and on and on.\n\n<strong>Get a reality check!</strong>\n\nAs a marketer or communications person, you should seek outside opinions. This is why in-house communications often employs consultants or agencies. This is why market research exists. But even (perhaps especially) if you are a entrepreneur, you should find someone to discuss your marketing, positioning or other business-related issues. Everybody needs a reality check!\n\nThere are structured ways to get a reality check. As mentioned above, you could hire a consultant (for personal marketing, perhaps this consultant is a life coach or therapist).\n<ul>\n	<li>Big businesses could hire a market research firm.</li>\n	<li>Nonprofits can tap into their board of directors or their volunteers.</li>\n	<li>Entrepreneurs or solopreneurs may consider joining a peer group or create an ad-hoc advisory council of trusted people.</li>\n	<li>Smaller businesses can conduct informal focus groups like the one I attended.</li>\n</ul>\nYou most definitely need to conduct a reality check BEFORE you launch--an idea, a product, a marketing piece or a website. Many businesses seem to be afraid of hearing that their idea/ad campaign/marketing materials may be missing the mark.\n\nHowever scary or uncomfortable it may be, getting a reality check will be immensely valuable. It\'s easier to fix something before it is out there in the public eye.\n\nDo you get reality checks? If so, from whom or how? Please share in the comments.\n\n&nbsp;','Getting a reality check','','inherit','open','open','','1988-revision','','','2013-01-15 18:09:29','2013-01-15 18:09:29','',1988,'http://deborahbrody.com/2013/01/1988-revision/',0,'revision','',0),
(1990,4,'2013-01-15 18:10:47','2013-01-15 18:10:47','Last night I attended an event where the sole purpose was to get feedback on a new website from community attendees. It was fairly informal--the creators of the website asked for opinions and reactions to the website, which you did on a one-to-one basis.\n\nI  found this exercise incredibly interesting because it can be so useful. But I wonder how often it is done. My sense is that it isn\'t done often enough! The examples abound: websites that are hard to navigate, brochures that are pointless, ads that fail to entice, and on and on.\n\n<strong>Get a reality check!</strong>\n\nAs a marketer or communications person, you should seek outside opinions. This is why in-house communications often employs consultants or agencies. This is why market research exists. But even (perhaps especially) if you are a entrepreneur, you should find someone to discuss your marketing, positioning or other business-related issues. Everybody needs a reality check!\n\nThere are structured ways to get a reality check. As mentioned above, you could hire a consultant (for personal marketing, perhaps this consultant is a life coach or therapist).\n<ul>\n	<li>Big businesses could hire a market research firm.</li>\n	<li>Nonprofits can tap into their board of directors or their volunteers.</li>\n	<li>Entrepreneurs or solopreneurs may consider joining a peer group or create an ad-hoc advisory council of trusted people.</li>\n	<li>Smaller businesses can conduct informal focus groups like the one I attended.</li>\n</ul>\nYou most definitely need to conduct a reality check BEFORE you launch--an idea, a product, a marketing piece or a website. Many businesses seem to be afraid of hearing that their idea/ad campaign/marketing materials may be missing the mark.\n\nHowever scary or uncomfortable it may be, getting a reality check will be immensely valuable. It\'s easier to fix something before it is out there in the public eye.\n\nDo you get reality checks? If so, from whom or how? Please share in the comments.\n\n&nbsp;','Getting a reality check','','inherit','open','open','','1988-autosave','','','2013-01-15 18:10:47','2013-01-15 18:10:47','',1988,'http://deborahbrody.com/2013/01/1988-autosave/',0,'revision','',0),
(1992,4,'2013-01-18 13:53:41','2013-01-18 13:53:41','On LinkedIn this morning, I saw that one of my connections (whom, by the way, I have never met in person) was asking her network how many connections were they aiming for this year. It got me to thinking whether networking should be a numbers game (quantity).\r\n\r\nWe\'ve all heard of SMART goals (specific, measurable, attainable, realistic and timely). In that sense, to have a SMART networking goal, you would indeed have a number, as this would make it measurable.\r\n\r\nSo say you decide you want to make 25 new connections this year, and you only make 15, have you failed at your goal? What if from those 15 connections, you got valuable advice, a job lead and a new best friend?\r\n\r\nCan you measure networking by numbers? I don\'t think you can, and I don\'t think you should.\r\n\r\nAs a business owner, I attend my fair share of networking events. I am not someone who works the room, making sure to shake everybody\'s hand. Instead, I generally end up talking to one or two people more in depth. I understand the value in having a wide network, but I would rather get there more slowly.\r\n\r\nIf people know who I am because we\'ve had several conversations in person, isn\'t that better than trying to expand a network by sending a bunch of blind invitations \"people you may know?\"\r\n\r\nLinkedIn is a great tool and as such, many people, such as the person I referenced at the beginning of the post, tend to abuse it. Too many people think networking is all about quantity regardless of quality. In fact, successful networking is both a quantity and a quality proposition.\r\n\r\nWhat are your thoughts? What is your networking advice?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you aiming for quantity or quality (or both)?','','publish','open','open','','are-you-aiming-for-quantity-or-quality-or-both','','','2013-01-18 13:53:41','2013-01-18 13:53:41','',0,'http://deborahbrody.com/?p=1992',0,'post','',0),
(1993,4,'2013-01-18 13:28:07','2013-01-18 13:28:07','','Auto Draft','','inherit','open','open','','1992-revision','','','2013-01-18 13:28:07','2013-01-18 13:28:07','',1992,'http://deborahbrody.com/2013/01/1992-revision/',0,'revision','',0),
(1994,4,'2013-01-18 13:51:32','2013-01-18 13:51:32','On LinkedIn this morning, I saw that one of my connections (whom, by the way, I have never met in person) was asking her network how many connections were they aiming for this year. It got me to thinking whether networking should be a numbers game (quantity).\n\nWe\'ve all heard of SMART goals (specific, measurable, attainable, realistic and timely). In that sense, to have a SMART networking goal, you would indeed have a number, as this would make it measurable.\n\nSo say you decide you want to make 25 new connections this year, and you only make 15, have you failed at your goal? What if from those 15 connections, you got valuable advice, a job lead and a new best friend?\n\nCan you measure networking by numbers? I don\'t think you can, and I don\'t think you should.\n\nAs a business owner, I attend my fair share of networking events. I am not someone who works the room, making sure to shake everybody\'s hand. Instead, I generally end up talking to one or two people more in depth. I understand the value in having a wide network, but I would rather get there more slowly.\n\nIf people know who I am because we\'ve had several conversations in person, isn\'t that better than trying to expand a network by sending a bunch of blind invitations \"people you may know?\"\n\nLinkedIn is a great tool and as such, many people, such as the person I referenced at the beginning of the post, tend to abuse it. Too many people think networking is all about quantity regardless of quality. In fact, successful networking is both a quantity and a quality proposition.\n\nWhat are your thoughts? What is your networking advice?\n\n&nbsp;\n\n&nbsp;','Are you aiming for quantity or quality (or both)?','','inherit','open','open','','1992-revision-2','','','2013-01-18 13:51:32','2013-01-18 13:51:32','',1992,'http://deborahbrody.com/2013/01/1992-revision-2/',0,'revision','',0),
(1995,4,'2013-01-18 13:52:49','2013-01-18 13:52:49','On LinkedIn this morning, I saw that one of my connections (whom, by the way, I have never met in person) was asking her network how many connections were they aiming for this year. It got me to thinking whether networking should be a numbers game (quantity).\r\n\r\nWe\'ve all heard of SMART goals (specific, measurable, attainable, realistic and timely). In that sense, to have a SMART networking goal, you would indeed have a number, as this would make it measurable.\r\n\r\nSo say you decide you want to make 25 new connections this year, and you only make 15, have you failed at your goal? What if from those 15 connections, you got valuable advice, a job lead and a new best friend?\r\n\r\nCan you measure networking by numbers? I don\'t think you can, and I don\'t think you should.\r\n\r\nAs a business owner, I attend my fair share of networking events. I am not someone who works the room, making sure to shake everybody\'s hand. Instead, I generally end up talking to one or two people more in depth. I understand the value in having a wide network, but I would rather get there more slowly.\r\n\r\nIf people know who I am because we\'ve had several conversations in person, isn\'t that better than trying to expand a network by sending a bunch of blind invitations \"people you may know?\"\r\n\r\nLinkedIn is a great tool and as such, many people, such as the person I referenced at the beginning of the post, tend to abuse it. Too many people think networking is all about quantity regardless of quality. In fact, successful networking is both a quantity and a quality proposition.\r\n\r\nWhat are your thoughts? What is your networking advice?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you aiming for quantity or quality (or both)?','','inherit','open','open','','1992-revision-3','','','2013-01-18 13:52:49','2013-01-18 13:52:49','',1992,'http://deborahbrody.com/2013/01/1992-revision-3/',0,'revision','',0),
(1997,4,'2013-01-21 15:24:02','2013-01-21 15:24:02','Yesterday, I was watching local news coverage of the Inaugural events, and a reporter stated that Barack Obama took the oath of office using Lincoln\'s bible. Except he didn\'t. He used Michele Obama\'s family bible. Then, one of the anchors on this newscast said it was symbolic that the Inauguration taking place today (Monday, January 21) on Martin Luther King\'s birthday. Except that today is the day we OBSERVE MLK\'s birthday. His actual date of birth was January 15th.\r\n\r\nThese may seem like small mix-ups, but it points to a much larger problem. Journalists are not checking their facts, but rather parroting what they hear or repeating something they think they know. And then viewers repeat this information, and thus, misinformation is spread.\r\n\r\nMost people think that what they hear on TV or read in a newspaper is vetted, and therefore true. And yet, I have seen countless examples beyond those above, of news outlets simply failing to fact-check.  Add to this the increasingly sloppy use of grammar and spelling and you have a news media that is less trustworthy and less accurate than ever.\r\n\r\nBloggers, Tweeters and journalists need to be very careful with what they present as fact. It is pretty simple to fact check when MLK\'s birthday was (just Google it!). It is good to double-check information. If you can\'t find another source, then perhaps you should wait before you publish anything (and by publish, I mean making anything public).\r\n\r\nThoughts? Good examples? Share please!','Why fact checking is a crucial skill','','publish','open','open','','why-fact-checking-is-a-crucial-skill','','','2013-01-21 15:24:02','2013-01-21 15:24:02','',0,'http://deborahbrody.com/?p=1997',0,'post','',0),
(1998,4,'2013-01-21 15:23:05','2013-01-21 15:23:05','Yesterday, I was watching local news coverage of the Inaugural events, and a reporter stated that Barack Obama took the oath of office using Lincoln\'s bible. Except he didn\'t. He used Michele Obama\'s family bible. Then, one of the anchors on this newscast said it was symbolic that the Inauguration taking place today (Monday, January 21) on Martin Luther King\'s birthday. Except that today is the day we OBSERVE MLK\'s birthday. His actual date of birth was January 15th.\n\nThese may seem like small mix-ups, but it points to a much larger problem. Journalists are not checking their facts, but rather parroting what they hear or repeating something they think they know. And then viewers repeat this information, and thus, misinformation is spread.\n\nMost people think that what they hear on TV or read in a newspaper is vetted, and therefore true. And yet, I have seen countless examples beyond those above, of news outlets simply failing to fact-check.  Add to this the increasingly sloppy use of grammar and spelling and you have a news media that is less trustworthy and less accurate than ever.\n\nBloggers, Tweeters and journalists need to be very careful with what they present as fact. It is pretty simple to fact check when MLK\'s birthday was (just Google it!). It is good to double-check information. If you can\'t find another source, then perhaps you should wait before you publish anything (and by publish, I mean making anything public).\n\nThoughts? Good examp','Why fact checking is a crucial skill','','inherit','open','open','','1997-revision','','','2013-01-21 15:23:05','2013-01-21 15:23:05','',1997,'http://deborahbrody.com/2013/01/1997-revision/',0,'revision','',0),
(2017,4,'2013-01-30 18:40:31','2013-01-30 18:40:31','As anybody who knows me (or sees the theme in this website), I like coffee. I brew a huge mugful every morning. For years, I have been using  store brand (ok, cheaper) unbleached filters and thought nothing of it. However,  I hosted a brunch in December, and was out of coffee and filters, so I bought premium coffee and premium filters ( always want to treat my guests right). Brunch was great and who knew my cousin was such a huge coffee drinker (brewed three pots!).\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"I love coffee by Kristoffer Winther Balling, on Flickr\" href=\"http://www.flickr.com/photos/wiba/483626169/\"><img title=\"&quot;I love coffee&quot; \" src=\"http://farm1.staticflickr.com/207/483626169_74f5319ebe.jpg\" alt=\"I love coffee\" width=\"500\" height=\"333\" /></a> \"I love coffee\" by Kristopher Winther Balling on Flickr[/caption]\r\n\r\n&nbsp;\r\n\r\nAfter I ran out of premium coffee, I reverted back to my usual (good) coffee, but still using the premium filters. And then, two days ago, I ran out of premium filters and was back to store brand. Guess what? My coffee tasted different--and not in a good way. It was more bitter.\r\n\r\nBeing a coffee lover, I had to correct this situation and promptly ran out and bought the premium filters again. Coffee this morning tasted good. The filters make a difference.\r\n\r\nThese are tough times, and many of us need to economize. But, we choose our battles and sometimes price does not win over quality.\r\n\r\n<strong>Let me rephrase that: quality can trump price.</strong>\r\n\r\nMarketing lesson here is simple: price is not the best unique selling proposition (USP). This is not the same as talking about value.  If you are betting that your target audience will be swayed by price alone, you will be disappointed. People may try a product because it is cheaper, but if the quality is not there, they won\'t buy again.  In a sense, generic brands \"get\" this. How often do you see a generic advertised? Never, because the only reason to buy a generic is because it often has a lower price. You don\'t promote generic/store brand products as being of HIGHER quality than brands, just comparable in quality but lower in price.\r\n\r\nFind what makes your product (or service) special outside of the price.  If your target values that attribute,  the target will buy it very often regardless of price.\r\n\r\n<strong>In other words, it\'s about showing value and not about discussing price.</strong>\r\n\r\nWhat say you? Are there products you buy because you think they have a higher value?\r\n\r\n&nbsp;','What you can learn from coffee filters','','publish','open','open','','what-you-can-learn-from-coffee-filters','','','2013-01-30 18:40:31','2013-01-30 18:40:31','',0,'http://deborahbrody.com/?p=2017',0,'post','',0),
(2000,4,'2013-01-22 15:18:15','2013-01-22 15:18:15','Yesterday, about 1.1 million tweets were posted regarding President Barack Obama\'s Inauguration ceremony. That\'s a lot of tweets! People commented on everything from Michelle Obama\'s coat to Richard Blanco\'s poem to Beyonce\'s rendition of the National Anthem.\r\n\r\nAs I watched the Inauguration ceremonies and followed my Twitter stream (using the <a href=\"http://mashable.com/category/second-screen/\" target=\"_blank\">second screen</a>), I noticed a  social media \"expert\" tweeting out content management tips. Then I noticed another marketing/social media person promoting a blog post, which had absolutely nothing to do with politics, Martin Luther King or inauguration. It struck me as dissonant.\r\n\r\nI tweeted out that I was ignoring anything not Inaugural-related, and I thought anything regarding other topics would most likely get lost. This led to an exchange with <a href=\"https://twitter.com/kathydodd\" target=\"_blank\">Kathy Dodd</a>, a Washington, DC-based marketer. It went like this:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\"><img class=\"aligncenter size-full wp-image-2001\" title=\"convo with kathy dodd\" src=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\" alt=\"Twitter conversation @dbmc and @kathydodd\" /></a>\r\n\r\nSo it wasn\'t just me. What was happening was that those tweets were not following a main tenet of marketing communications: molding your message to the audience\'s needs.  As Kathy said,<strong> the people putting out these messages were not being aware of outside events or of the timing involved.</strong>\r\n\r\nIn those tweets, there was nothing wrong with the message, but the message failed to have an impact. They came off as extraneous and irrelevant.\r\n\r\nTwitter has often been described as one big cocktail party. Can you imagine if you were at a party where everyone was talking about the how much fun they were having at this event, and somebody crashed the party and announced that bananas were on sale across town. Everyone would shake their heads and continue talking about the party, <em>no matter how much they liked bananas </em>because it was a message that wasn\'t suited to the occasion.<em>\r\n</em>\r\n\r\nPerhaps the non-Inaugural tweets from yesterday were previously scheduled, we can\'t really know. But what we do know is that they failed to achieve their goal (selling bananas if they were the party-crashers above) for one simple reason: the people tweeting were not thinking like marketers. <strong>Marketers want to make sure their messages get to the right people at the right time.</strong>\r\n\r\nHere are some tips to tweet like a marketer:\r\n<ul>\r\n	<li>Be aware of major events (some are scheduled and some are not) that will hold a majority of your target audience\'s attention.</li>\r\n	<li>Time your tweets for when they are most likely to be well received. For example, if you are promoting your lunch specials, don\'t do it at dinner time.</li>\r\n	<li>Be human, not an automaton. Remember it is <em>social</em> media.</li>\r\n	<li>Don\'t talk at people; have a conversation with them.</li>\r\n</ul>\r\nWhat are your thoughts? Agree or disagree?','How to tweet like a marketer','','publish','open','open','','how-to-tweet-like-a-marketer','','','2013-01-22 15:18:15','2013-01-22 15:18:15','',0,'http://deborahbrody.com/?p=2000',0,'post','',2),
(2001,4,'2013-01-22 14:46:44','2013-01-22 14:46:44','','convo with kathy dodd','','inherit','open','open','','convo-with-kathy-dodd','','','2013-01-22 14:46:44','2013-01-22 14:46:44','',2000,'http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp',0,'attachment','image/bmp',0),
(2002,4,'2013-01-22 14:58:12','2013-01-22 14:58:12','Yesterday, about 1.1 million tweets were posted regarding President Barack Obama\'s Inauguration ceremony. That\'s a lot of tweets! People commented on everything from Michelle Obama\'s coat to Richard Blanco\'s poem to Beyonce\'s rendition of the National Anthem.\n\nAs I watched the Inauguration ceremonies and followed my Twitter stream (using the <a href=\"http://mashable.com/category/second-screen/\" target=\"_blank\">second screen</a>), I noticed a  social media \"expert\" tweeting out content management tips. Then I noticed another marketing/social media person promoting a blog post, which had absolutely nothing to do with politics, Martin Luther King or inauguration. It struck me as dissonant.\n\nI tweeted out that I was ignoring anything not Inaugural-related, and I thought anything regarding other topics would most likely get lost. This led to an exchange with <a href=\"https://twitter.com/kathydodd\" target=\"_blank\">Kathy Dodd</a>, a Washington, DC-based marketer. It went like this:<a href=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\"><img class=\"aligncenter size-full wp-image-2001\" title=\"convo with kathy dodd\" src=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\" alt=\"Twitter conversation @dbmc and @kathydodd\" /></a>\n\nSo it wasn\'t just me. What was happening was that those tweets were not following a main tenet of marketing communications: molding your message to the audience\'s needs.  As Kathy said, the people putting out these messages were not being aware of outside events or of the timing involved.\n\nTwitter has often been described as one big cocktail party. Can you imagine if you were at a party where everyone was talking about\n\nWhether these tweets were scheduled or not, we can\'t really know. But what we do know is that they failed to achieve their goal for one simple reason: the people tweeting were not thinking like marketers.\n\nHere are some tips to tweet like a marketer:\n\nBe aware of major events (some are scheduled and some are not) that will hold a majority of your target audience\'s attention.\n\nTime your tweets for when they are most likely to be well received. For example, if you are promoting your lunch specials, don\'t do it at dinner time.\n\nBe human, not an automaton. Remember it is social media.\n\n&nbsp;','How to tweet like a marketer','','inherit','open','open','','2000-revision','','','2013-01-22 14:58:12','2013-01-22 14:58:12','',2000,'http://deborahbrody.com/2013/01/2000-revision/',0,'revision','',0),
(2003,4,'2013-01-22 15:07:39','2013-01-22 15:07:39','Yesterday, about 1.1 million tweets were posted regarding President Barack Obama\'s Inauguration ceremony. That\'s a lot of tweets! People commented on everything from Michelle Obama\'s coat to Richard Blanco\'s poem to Beyonce\'s rendition of the National Anthem.\n\nAs I watched the Inauguration ceremonies and followed my Twitter stream (using the <a href=\"http://mashable.com/category/second-screen/\" target=\"_blank\">second screen</a>), I noticed a  social media \"expert\" tweeting out content management tips. Then I noticed another marketing/social media person promoting a blog post, which had absolutely nothing to do with politics, Martin Luther King or inauguration. It struck me as dissonant.\n\nI tweeted out that I was ignoring anything not Inaugural-related, and I thought anything regarding other topics would most likely get lost. This led to an exchange with <a href=\"https://twitter.com/kathydodd\" target=\"_blank\">Kathy Dodd</a>, a Washington, DC-based marketer. It went like this:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\"><img class=\"aligncenter size-full wp-image-2001\" title=\"convo with kathy dodd\" src=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\" alt=\"Twitter conversation @dbmc and @kathydodd\" /></a>\n\nSo it wasn\'t just me. What was happening was that those tweets were not following a main tenet of marketing communications: molding your message to the audience\'s needs.  As Kathy said, the people putting out these messages were not being aware of outside events or of the timing involved.\n\nTwitter has often been described as one big cocktail party. Can you imagine if you were at a party where everyone was talking about the how much fun they were having at this event, and somebody came in and announced that bananas were on sale across town. Everyone would shake their heads and continue talking about the party, <em>no matter how much they liked bananas.</em>\n\nPerhaps the non-Inaugural tweets from yesterday were previously scheduled, we can\'t really know. But what we do know is that they failed to achieve their goal (selling bananas if the were the party-crashers for one simple reason: the people tweeting were not thinking like marketers.\n\nHere are some tips to tweet like a marketer:\n<ul>\n	<li>Be aware of major events (some are scheduled and some are not) that will hold a majority of your target audience\'s attention.</li>\n	<li>Time your tweets for when they are most likely to be well received. For example, if you are promoting your lunch specials, don\'t do it at dinner time.</li>\n	<li>Be human, not an automaton. Remember it is <em>social</em> media.</li>\n	<li>Don\'t talk at people; have a conversation with them.</li>\n</ul>\nWhat are your thoughts? Agree or disagree?','How to tweet like a marketer','','inherit','open','open','','2000-revision-2','','','2013-01-22 15:07:39','2013-01-22 15:07:39','',2000,'http://deborahbrody.com/2013/01/2000-revision-2/',0,'revision','',0),
(2004,4,'2013-01-22 15:08:10','2013-01-22 15:08:10','Yesterday, about 1.1 million tweets were posted regarding President Barack Obama\'s Inauguration ceremony. That\'s a lot of tweets! People commented on everything from Michelle Obama\'s coat to Richard Blanco\'s poem to Beyonce\'s rendition of the National Anthem.\r\n\r\nAs I watched the Inauguration ceremonies and followed my Twitter stream (using the <a href=\"http://mashable.com/category/second-screen/\" target=\"_blank\">second screen</a>), I noticed a  social media \"expert\" tweeting out content management tips. Then I noticed another marketing/social media person promoting a blog post, which had absolutely nothing to do with politics, Martin Luther King or inauguration. It struck me as dissonant.\r\n\r\nI tweeted out that I was ignoring anything not Inaugural-related, and I thought anything regarding other topics would most likely get lost. This led to an exchange with <a href=\"https://twitter.com/kathydodd\" target=\"_blank\">Kathy Dodd</a>, a Washington, DC-based marketer. It went like this:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\"><img class=\"aligncenter size-full wp-image-2001\" title=\"convo with kathy dodd\" src=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\" alt=\"Twitter conversation @dbmc and @kathydodd\" /></a>\r\n\r\nSo it wasn\'t just me. What was happening was that those tweets were not following a main tenet of marketing communications: molding your message to the audience\'s needs.  As Kathy said, the people putting out these messages were not being aware of outside events or of the timing involved.\r\n\r\nTwitter has often been described as one big cocktail party. Can you imagine if you were at a party where everyone was talking about the how much fun they were having at this event, and somebody crashed the party and announced that bananas were on sale across town. Everyone would shake their heads and continue talking about the party, <em>no matter how much they liked bananas.</em>\r\n\r\nPerhaps the non-Inaugural tweets from yesterday were previously scheduled, we can\'t really know. But what we do know is that they failed to achieve their goal (selling bananas if the were the party-crashers above) for one simple reason: the people tweeting were not thinking like marketers.\r\n\r\nHere are some tips to tweet like a marketer:\r\n<ul>\r\n	<li>Be aware of major events (some are scheduled and some are not) that will hold a majority of your target audience\'s attention.</li>\r\n	<li>Time your tweets for when they are most likely to be well received. For example, if you are promoting your lunch specials, don\'t do it at dinner time.</li>\r\n	<li>Be human, not an automaton. Remember it is <em>social</em> media.</li>\r\n	<li>Don\'t talk at people; have a conversation with them.</li>\r\n</ul>\r\nWhat are your thoughts? Agree or disagree?','How to tweet like a marketer','','inherit','open','open','','2000-revision-3','','','2013-01-22 15:08:10','2013-01-22 15:08:10','',2000,'http://deborahbrody.com/2013/01/2000-revision-3/',0,'revision','',0),
(2005,4,'2013-01-22 15:08:13','2013-01-22 15:08:13','Yesterday, about 1.1 million tweets were posted regarding President Barack Obama\'s Inauguration ceremony. That\'s a lot of tweets! People commented on everything from Michelle Obama\'s coat to Richard Blanco\'s poem to Beyonce\'s rendition of the National Anthem.\r\n\r\nAs I watched the Inauguration ceremonies and followed my Twitter stream (using the <a href=\"http://mashable.com/category/second-screen/\" target=\"_blank\">second screen</a>), I noticed a  social media \"expert\" tweeting out content management tips. Then I noticed another marketing/social media person promoting a blog post, which had absolutely nothing to do with politics, Martin Luther King or inauguration. It struck me as dissonant.\r\n\r\nI tweeted out that I was ignoring anything not Inaugural-related, and I thought anything regarding other topics would most likely get lost. This led to an exchange with <a href=\"https://twitter.com/kathydodd\" target=\"_blank\">Kathy Dodd</a>, a Washington, DC-based marketer. It went like this:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\"><img class=\"aligncenter size-full wp-image-2001\" title=\"convo with kathy dodd\" src=\"http://deborahbrody.com/wp-content/uploads/2013/01/convo-with-kathy-dodd.bmp\" alt=\"Twitter conversation @dbmc and @kathydodd\" /></a>\r\n\r\nSo it wasn\'t just me. What was happening was that those tweets were not following a main tenet of marketing communications: molding your message to the audience\'s needs.  As Kathy said, the people putting out these messages were not being aware of outside events or of the timing involved.\r\n\r\nTwitter has often been described as one big cocktail party. Can you imagine if you were at a party where everyone was talking about the how much fun they were having at this event, and somebody crashed the party and announced that bananas were on sale across town. Everyone would shake their heads and continue talking about the party, <em>no matter how much they liked bananas.</em>\r\n\r\nPerhaps the non-Inaugural tweets from yesterday were previously scheduled, we can\'t really know. But what we do know is that they failed to achieve their goal (selling bananas if the were the party-crashers above) for one simple reason: the people tweeting were not thinking like marketers.\r\n\r\nHere are some tips to tweet like a marketer:\r\n<ul>\r\n	<li>Be aware of major events (some are scheduled and some are not) that will hold a majority of your target audience\'s attention.</li>\r\n	<li>Time your tweets for when they are most likely to be well received. For example, if you are promoting your lunch specials, don\'t do it at dinner time.</li>\r\n	<li>Be human, not an automaton. Remember it is <em>social</em> media.</li>\r\n	<li>Don\'t talk at people; have a conversation with them.</li>\r\n</ul>\r\nWhat are your thoughts? Agree or disagree?','How to tweet like a marketer','','inherit','open','open','','2000-revision-4','','','2013-01-22 15:08:13','2013-01-22 15:08:13','',2000,'http://deborahbrody.com/2013/01/2000-revision-4/',0,'revision','',0),
(2008,4,'2013-01-24 14:17:01','2013-01-24 14:17:01','Having an organizational blog has loads of benefits, not the least which is it helps with SEO and it establishes expertise. And yet, many organizations have put off adding a blog, or have abandoned the blog they started. In my experience, there are many reasons for this, among them:\r\n<ul>\r\n	<li>Not enough personnel or hours in the day</li>\r\n	<li>Not knowing what to write</li>\r\n	<li>Feeling overwhelmed by having to produce something consistently</li>\r\n</ul>\r\nBlogging doesn\'t have to be overwhelming or extremely time-consuming. If you don\'t have someone else to handle the blog, it is possible for you to do it. You just need to learn how to do it (and why you should).\r\n\r\nHaving worked with dozens of people who have a desire to blog but don\'t know how to start or what to say, I have developed a way to teach how to do it and it\'s my <strong>How to write your blog workshop</strong>. I am offering the next one on Thursday, February 28, at the Silver Spring Civic Building.  The workshop is limited to 10 participants, and will be intensive and participatory. We\'ll discuss why you aren\'t blogging and why you should, and we\'ll get you writing. The cost is $75, and includes materials and refreshments.\r\n\r\nTo register, visit the Eventbrite page at <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog3.eventbrite.com </a>.\r\n\r\nStart or restart your blog in 2013!\r\n\r\n&nbsp;','How to start (or restart) blogging','','publish','open','open','','how-to-start-or-restart-blogging','','','2013-01-24 14:17:01','2013-01-24 14:17:01','',0,'http://deborahbrody.com/?p=2008',0,'post','',1),
(2009,4,'2013-01-24 14:13:28','2013-01-24 14:13:28','Having an organizational blog has loads of benefits, not the least which is it helps with SEO and it establishes expertise. And yet, many organizations have put off adding a blog, or have abandoned the blog they started. In my experience, there are many reasons for this, among them:\n<ul>\n	<li>Not enough personnel or hours in the day</li>\n	<li>Not knowing what to write</li>\n	<li>Feeling overwhelmed by having to produce something consistently</li>\n</ul>\nBlogging doesn\'t have to be overwhelming or extremely time-consuming. If you don\'t have someone else to handle the blog, it is possible for you to do it. You just need to learn how to do it (and why you should).\n\nHaving worked with dozens of people who have a desire to blog but don\'t know how to start or what to say, I have developed a way to teach how to do it and it\'s my How to write your blog workshop. I am offering the next one on Thursday, February 28, at the Silver Spring Civic Building.  The workshop is limited to 10 participants, and will be intensive and participatory. We\'ll discuss why you aren\'t blogging and why you should, and we\'ll get you writing. The cost is $75, and includes materials and refreshments.\n\nTo register, visit the Eventbrite page at <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog3.eventbrite.com </a>.\n\nStart or restart your blog in 2013!\n\n&nbsp;','How to start (or restart) blogging','','inherit','open','open','','2008-revision','','','2013-01-24 14:13:28','2013-01-24 14:13:28','',2008,'http://deborahbrody.com/2013/01/2008-revision/',0,'revision','',0),
(2010,4,'2013-01-24 14:15:20','2013-01-24 14:15:20','Having an organizational blog has loads of benefits, not the least which is it helps with SEO and it establishes expertise. And yet, many organizations have put off adding a blog, or have abandoned the blog they started. In my experience, there are many reasons for this, among them:\n<ul>\n	<li>Not enough personnel or hours in the day</li>\n	<li>Not knowing what to write</li>\n	<li>Feeling overwhelmed by having to produce something consistently</li>\n</ul>\nBlogging doesn\'t have to be overwhelming or extremely time-consuming. If you don\'t have someone else to handle the blog, it is possible for you to do it. You just need to learn how to do it (and why you should).\n\nHaving worked with dozens of people who have a desire to blog but don\'t know how to start or what to say, I have developed a way to teach how to do it and it\'s my <strong>How to write your blog workshop</strong>. I am offering the next one on Thursday, February 28, at the Silver Spring Civic Building.  The workshop is limited to 10 participants, and will be intensive and participatory. We\'ll discuss why you aren\'t blogging and why you should, and we\'ll get you writing. The cost is $75, and includes materials and refreshments.\n\nTo register, visit the Eventbrite page at <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog3.eventbrite.com </a>.\n\nStart or restart your blog in 2013!\n\n&nbsp;','How to start (or restart) blogging','','inherit','open','open','','2008-revision-2','','','2013-01-24 14:15:20','2013-01-24 14:15:20','',2008,'http://deborahbrody.com/2013/01/2008-revision-2/',0,'revision','',0),
(2011,4,'2013-01-24 14:15:36','2013-01-24 14:15:36','Having an organizational blog has loads of benefits, not the least which is it helps with SEO and it establishes expertise. And yet, many organizations have put off adding a blog, or have abandoned the blog they started. In my experience, there are many reasons for this, among them:\r\n<ul>\r\n	<li>Not enough personnel or hours in the day</li>\r\n	<li>Not knowing what to write</li>\r\n	<li>Feeling overwhelmed by having to produce something consistently</li>\r\n</ul>\r\nBlogging doesn\'t have to be overwhelming or extremely time-consuming. If you don\'t have someone else to handle the blog, it is possible for you to do it. You just need to learn how to do it (and why you should).\r\n\r\nHaving worked with dozens of people who have a desire to blog but don\'t know how to start or what to say, I have developed a way to teach how to do it and it\'s my <strong>How to write your blog workshop</strong>. I am offering the next one on Thursday, February 28, at the Silver Spring Civic Building.  The workshop is limited to 10 participants, and will be intensive and participatory. We\'ll discuss why you aren\'t blogging and why you should, and we\'ll get you writing. The cost is $75, and includes materials and refreshments.\r\n\r\nTo register, visit the Eventbrite page at <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog3.eventbrite.com </a>.\r\n\r\nStart or restart your blog in 2013!\r\n\r\n&nbsp;','How to start (or restart) blogging','','inherit','open','open','','2008-revision-3','','','2013-01-24 14:15:36','2013-01-24 14:15:36','',2008,'http://deborahbrody.com/2013/01/2008-revision-3/',0,'revision','',0),
(2012,4,'2013-01-24 14:16:00','2013-01-24 14:16:00','Having an organizational blog has loads of benefits, not the least which is it helps with SEO and it establishes expertise. And yet, many organizations have put off adding a blog, or have abandoned the blog they started. In my experience, there are many reasons for this, among them:\r\n<ul>\r\n	<li>Not enough personnel or hours in the day</li>\r\n	<li>Not knowing what to write</li>\r\n	<li>Feeling overwhelmed by having to produce something consistently</li>\r\n</ul>\r\nBlogging doesn\'t have to be overwhelming or extremely time-consuming. If you don\'t have someone else to handle the blog, it is possible for you to do it. You just need to learn how to do it (and why you should).\r\n\r\nHaving worked with dozens of people who have a desire to blog but don\'t know how to start or what to say, I have developed a way to teach how to do it and it\'s my <strong>How to write your blog workshop</strong>. I am offering the next one on Thursday, February 28, at the Silver Spring Civic Building.  The workshop is limited to 10 participants, and will be intensive and participatory. We\'ll discuss why you aren\'t blogging and why you should, and we\'ll get you writing. The cost is $75, and includes materials and refreshments.\r\n\r\nTo register, visit the Eventbrite page at <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog3.eventbrite.com </a>.\r\n\r\nStart or restart your blog in 2013!\r\n\r\n&nbsp;','How to start (or restart) blogging','','inherit','open','open','','2008-revision-4','','','2013-01-24 14:16:00','2013-01-24 14:16:00','',2008,'http://deborahbrody.com/2013/01/2008-revision-4/',0,'revision','',0),
(2013,4,'2013-01-28 14:45:40','2013-01-28 14:45:40','There are blogs with lots of good, well written and interesting information that are not succeeding. They almost always lack an element or two. Like when I find a great blog post that I want to share, and I can\'t because there are no sharing buttons.  That frustrates me because I now have to add a step or two to share the post on social media, but it also shows me that the blog post author is not looking to increase his/her audience.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"You_Must_See by kokogiak, on Flickr\" href=\"http://www.flickr.com/photos/kokogiak/3912439/\"><img src=\"http://farm1.staticflickr.com/2/3912439_bab01dc601.jpg\" alt=\"You_Must_See\" width=\"500\" height=\"333\" /></a> Photo by kokogiak on Flickr.[/caption]\r\n\r\n&nbsp;\r\n\r\nHere are the five items your blog must absolutely, positively have:\r\n\r\n<strong>1. Sharing buttons.</strong> There are so many services and plug-ins--find one you like and that shares your post to the main social networks.\r\n\r\n<strong>2. Robust about page</strong>.  People want to know who is writing the content. A shady or incomplete author profile does not create confidence that your content is valid.\r\n\r\n<strong>3. Subscription capabilities</strong>. Give people the option to subscribe to your blog, either by email or by RSS feed.\r\n\r\n<strong>4. Contact information.</strong> Give your readers the ability to contact you beyond your comments.\r\n\r\n<strong>5. Print (or PDF) button</strong>. Some readers need to read things on paper, or want to print to save for posterity that amazing insight you wrote.\r\n\r\nDoes your blog have these? Why or why not? Anything you would add? Let me know! (Oh, another thing your blog should have is a way to comment!!!!)\r\n\r\n&nbsp;','5 items that your blog must absolutely, positively have','','publish','open','open','','5-items-that-your-blog-must-have','','','2013-01-28 14:45:40','2013-01-28 14:45:40','',0,'http://deborahbrody.com/?p=2013',0,'post','',2),
(2014,4,'2013-01-28 14:44:11','2013-01-28 14:44:11','There are blogs with lots of good, well written and interesting information that are not succeeding. They almost always lack an element or two. Like when I find a great blog post that I want to share, and I can\'t because there are no sharing buttons.  That frustrates me because I now have to add a step or two to share the post on social media, but it also shows me that the blog post author is not looking to increase his/her audience.\n\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"You_Must_See by kokogiak, on Flickr\" href=\"http://www.flickr.com/photos/kokogiak/3912439/\"><img src=\"http://farm1.staticflickr.com/2/3912439_bab01dc601.jpg\" alt=\"You_Must_See\" width=\"500\" height=\"333\" /></a> Photo by kokogiak on Flickr.[/caption]\n\n&nbsp;\n\nHere are the five items your blog must absolutely, positively have:\n\n<strong>1. Sharing buttons.</strong> There are so many services and plug-ins--find one you like and that shares your post to the main social networks.\n\n<strong>2. Robust about page</strong>.  People want to know who is writing the content. A shady or incomplete author profile does not create confidence that your content is valid.\n\n<strong>3. Subscription capabilities</strong>. Give people the option to subscribe to your blog, either by email or by RSS feed.\n\n<strong>4. Contact information.</strong> Give your readers the ability to contact you beyond your comments.\n\n<strong>5. Print (or PDF) button</strong>. Some readers need to read things on paper, or want to print to save for posterity that amazing insight you wrote.\n\nDoes your blog have these? Why or why not? Anything you would add? Let me know! (Oh, another thing your blog should have is a way to comment!!!!)\n\n&nbsp;','5 items that your blog must absolutely, positively have','','inherit','open','open','','2013-revision','','','2013-01-28 14:44:11','2013-01-28 14:44:11','',2013,'http://deborahbrody.com/2013/01/2013-revision/',0,'revision','',0),
(2015,4,'2013-01-28 14:44:40','2013-01-28 14:44:40','There are blogs with lots of good, well written and interesting information that are not succeeding. They almost always lack an element or two. Like when I find a great blog post that I want to share, and I can\'t because there are no sharing buttons.  That frustrates me because I now have to add a step or two to share the post on social media, but it also shows me that the blog post author is not looking to increase his/her audience.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"You_Must_See by kokogiak, on Flickr\" href=\"http://www.flickr.com/photos/kokogiak/3912439/\"><img src=\"http://farm1.staticflickr.com/2/3912439_bab01dc601.jpg\" alt=\"You_Must_See\" width=\"500\" height=\"333\" /></a> Photo by kokogiak on Flickr.[/caption]\r\n\r\n&nbsp;\r\n\r\nHere are the five items your blog must absolutely, positively have:\r\n\r\n<strong>1. Sharing buttons.</strong> There are so many services and plug-ins--find one you like and that shares your post to the main social networks.\r\n\r\n<strong>2. Robust about page</strong>.  People want to know who is writing the content. A shady or incomplete author profile does not create confidence that your content is valid.\r\n\r\n<strong>3. Subscription capabilities</strong>. Give people the option to subscribe to your blog, either by email or by RSS feed.\r\n\r\n<strong>4. Contact information.</strong> Give your readers the ability to contact you beyond your comments.\r\n\r\n<strong>5. Print (or PDF) button</strong>. Some readers need to read things on paper, or want to print to save for posterity that amazing insight you wrote.\r\n\r\nDoes your blog have these? Why or why not? Anything you would add? Let me know! (Oh, another thing your blog should have is a way to comment!!!!)\r\n\r\n&nbsp;','5 items that your blog must absolutely, positively have','','inherit','open','open','','2013-revision-2','','','2013-01-28 14:44:40','2013-01-28 14:44:40','',2013,'http://deborahbrody.com/2013/01/2013-revision-2/',0,'revision','',0),
(2016,4,'2013-01-28 14:45:33','2013-01-28 14:45:33','There are blogs with lots of good, well written and interesting information that are not succeeding. They almost always lack an element or two. Like when I find a great blog post that I want to share, and I can\'t because there are no sharing buttons.  That frustrates me because I now have to add a step or two to share the post on social media, but it also shows me that the blog post author is not looking to increase his/her audience.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"You_Must_See by kokogiak, on Flickr\" href=\"http://www.flickr.com/photos/kokogiak/3912439/\"><img src=\"http://farm1.staticflickr.com/2/3912439_bab01dc601.jpg\" alt=\"You_Must_See\" width=\"500\" height=\"333\" /></a> Photo by kokogiak on Flickr.[/caption]\r\n\r\n&nbsp;\r\n\r\nHere are the five items your blog must absolutely, positively have:\r\n\r\n<strong>1. Sharing buttons.</strong> There are so many services and plug-ins--find one you like and that shares your post to the main social networks.\r\n\r\n<strong>2. Robust about page</strong>.  People want to know who is writing the content. A shady or incomplete author profile does not create confidence that your content is valid.\r\n\r\n<strong>3. Subscription capabilities</strong>. Give people the option to subscribe to your blog, either by email or by RSS feed.\r\n\r\n<strong>4. Contact information.</strong> Give your readers the ability to contact you beyond your comments.\r\n\r\n<strong>5. Print (or PDF) button</strong>. Some readers need to read things on paper, or want to print to save for posterity that amazing insight you wrote.\r\n\r\nDoes your blog have these? Why or why not? Anything you would add? Let me know! (Oh, another thing your blog should have is a way to comment!!!!)\r\n\r\n&nbsp;','5 items that your blog must absolutely, positively have','','inherit','open','open','','2013-revision-3','','','2013-01-28 14:45:33','2013-01-28 14:45:33','',2013,'http://deborahbrody.com/2013/01/2013-revision-3/',0,'revision','',0),
(2018,4,'2013-01-30 18:24:52','2013-01-30 18:24:52','As anybody who knows me (or sees the theme in this website), I like coffee. I brew a huge mugful every morning. For years, I have been using  store brand (ok, cheaper) unbleached filters and thought nothing of it. However,  I hosted a brunch in December, and was out of coffee and filters, so I bought premium coffee and premium filters ( always want to treat my guests right). Brunch was great and who knew my cousin was such a huge coffee drinker (brewed three pots!).\n\nAfter I ran out of premium coffee, I reverted back to my usual (good) coffee, but still using the premium filters. And then, two days ago, I ran out of premium filters and was back to store brand. Guess what? My coffee tasted different--and not in a good way. It was more bitter.\n\nBeing a coffee lover, I had to correct this situation and promptly ran out and bought the premium filters again. Coffee this morning tasted good. The filters make a difference.\n\nThese are tough times, and many of us need to economize. But, we choose our battles and sometimes price does not win over quality.\n\n<strong>Let me rephrase that: quality can trump price.</strong>\n\nMarketing lesson here is simple: price is not the best point of comparison (not talking about value).  If you are betting that your target audience will be swayed by price alone, you will be disappointed. People may try a product because it is cheaper, but if the quality is not there, they won\'t buy again. In a sense, generic brands \"get\" this. How often do you see a generic advertised? Never, because the only reason to buy a generic is because it often has a lower price. You don\'t promote generic products as being of HIGHER quality than brands, just comparable in quality but lower in price.\n\n&nbsp;','What you can learn from coffee filters','','inherit','open','open','','2017-revision','','','2013-01-30 18:24:52','2013-01-30 18:24:52','',2017,'http://deborahbrody.com/2013/01/2017-revision/',0,'revision','',0),
(2019,4,'2013-01-30 18:38:21','2013-01-30 18:38:21','As anybody who knows me (or sees the theme in this website), I like coffee. I brew a huge mugful every morning. For years, I have been using  store brand (ok, cheaper) unbleached filters and thought nothing of it. However,  I hosted a brunch in December, and was out of coffee and filters, so I bought premium coffee and premium filters ( always want to treat my guests right). Brunch was great and who knew my cousin was such a huge coffee drinker (brewed three pots!).\n\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"I love coffee by Kristoffer Winther Balling, on Flickr\" href=\"http://www.flickr.com/photos/wiba/483626169/\"><img title=\"&quot;I love coffee&quot; \" src=\"http://farm1.staticflickr.com/207/483626169_74f5319ebe.jpg\" alt=\"I love coffee\" width=\"500\" height=\"333\" /></a> \"I love coffee\" by Kristopher Winther Balling on Flickr[/caption]\n\n&nbsp;\n\nAfter I ran out of premium coffee, I reverted back to my usual (good) coffee, but still using the premium filters. And then, two days ago, I ran out of premium filters and was back to store brand. Guess what? My coffee tasted different--and not in a good way. It was more bitter.\n\nBeing a coffee lover, I had to correct this situation and promptly ran out and bought the premium filters again. Coffee this morning tasted good. The filters make a difference.\n\nThese are tough times, and many of us need to economize. But, we choose our battles and sometimes price does not win over quality.\n\n<strong>Let me rephrase that: quality can trump price.</strong>\n\nMarketing lesson here is simple: price is not the best unique selling proposition (USP). This is not the same as talking about value.  If you are betting that your target audience will be swayed by price alone, you will be disappointed. People may try a product because it is cheaper, but if the quality is not there, they won\'t buy again.  In a sense, generic brands \"get\" this. How often do you see a generic advertised? Never, because the only reason to buy a generic is because it often has a lower price. You don\'t promote generic/store brand products as being of HIGHER quality than brands, just comparable in quality but lower in price.\n\nFind what makes your product (or service) special outside of the price.  If your target values that attribute,  the target will buy it very often regardless of price.\n\n&nbsp;','What you can learn from coffee filters','','inherit','open','open','','2017-revision-2','','','2013-01-30 18:38:21','2013-01-30 18:38:21','',2017,'http://deborahbrody.com/2013/01/2017-revision-2/',0,'revision','',0),
(2020,4,'2013-01-30 18:39:10','2013-01-30 18:39:10','As anybody who knows me (or sees the theme in this website), I like coffee. I brew a huge mugful every morning. For years, I have been using  store brand (ok, cheaper) unbleached filters and thought nothing of it. However,  I hosted a brunch in December, and was out of coffee and filters, so I bought premium coffee and premium filters ( always want to treat my guests right). Brunch was great and who knew my cousin was such a huge coffee drinker (brewed three pots!).\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"I love coffee by Kristoffer Winther Balling, on Flickr\" href=\"http://www.flickr.com/photos/wiba/483626169/\"><img title=\"&quot;I love coffee&quot; \" src=\"http://farm1.staticflickr.com/207/483626169_74f5319ebe.jpg\" alt=\"I love coffee\" width=\"500\" height=\"333\" /></a> \"I love coffee\" by Kristopher Winther Balling on Flickr[/caption]\r\n\r\n&nbsp;\r\n\r\nAfter I ran out of premium coffee, I reverted back to my usual (good) coffee, but still using the premium filters. And then, two days ago, I ran out of premium filters and was back to store brand. Guess what? My coffee tasted different--and not in a good way. It was more bitter.\r\n\r\nBeing a coffee lover, I had to correct this situation and promptly ran out and bought the premium filters again. Coffee this morning tasted good. The filters make a difference.\r\n\r\nThese are tough times, and many of us need to economize. But, we choose our battles and sometimes price does not win over quality.\r\n\r\n<strong>Let me rephrase that: quality can trump price.</strong>\r\n\r\nMarketing lesson here is simple: price is not the best unique selling proposition (USP). This is not the same as talking about value.  If you are betting that your target audience will be swayed by price alone, you will be disappointed. People may try a product because it is cheaper, but if the quality is not there, they won\'t buy again.  In a sense, generic brands \"get\" this. How often do you see a generic advertised? Never, because the only reason to buy a generic is because it often has a lower price. You don\'t promote generic/store brand products as being of HIGHER quality than brands, just comparable in quality but lower in price.\r\n\r\nFind what makes your product (or service) special outside of the price.  If your target values that attribute,  the target will buy it very often regardless of price.\r\n\r\n<strong>In other words, it\'s about showing value and not about discussing price.</strong>\r\n\r\nWhat say you? Are there products you buy because you think they have a higher value?\r\n\r\n&nbsp;','What you can learn from coffee filters','','inherit','open','open','','2017-revision-3','','','2013-01-30 18:39:10','2013-01-30 18:39:10','',2017,'http://deborahbrody.com/2013/01/2017-revision-3/',0,'revision','',0),
(2021,4,'2013-01-30 18:39:19','2013-01-30 18:39:19','As anybody who knows me (or sees the theme in this website), I like coffee. I brew a huge mugful every morning. For years, I have been using  store brand (ok, cheaper) unbleached filters and thought nothing of it. However,  I hosted a brunch in December, and was out of coffee and filters, so I bought premium coffee and premium filters ( always want to treat my guests right). Brunch was great and who knew my cousin was such a huge coffee drinker (brewed three pots!).\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<a title=\"I love coffee by Kristoffer Winther Balling, on Flickr\" href=\"http://www.flickr.com/photos/wiba/483626169/\"><img title=\"&quot;I love coffee&quot; \" src=\"http://farm1.staticflickr.com/207/483626169_74f5319ebe.jpg\" alt=\"I love coffee\" width=\"500\" height=\"333\" /></a> \"I love coffee\" by Kristopher Winther Balling on Flickr[/caption]\r\n\r\n&nbsp;\r\n\r\nAfter I ran out of premium coffee, I reverted back to my usual (good) coffee, but still using the premium filters. And then, two days ago, I ran out of premium filters and was back to store brand. Guess what? My coffee tasted different--and not in a good way. It was more bitter.\r\n\r\nBeing a coffee lover, I had to correct this situation and promptly ran out and bought the premium filters again. Coffee this morning tasted good. The filters make a difference.\r\n\r\nThese are tough times, and many of us need to economize. But, we choose our battles and sometimes price does not win over quality.\r\n\r\n<strong>Let me rephrase that: quality can trump price.</strong>\r\n\r\nMarketing lesson here is simple: price is not the best unique selling proposition (USP). This is not the same as talking about value.  If you are betting that your target audience will be swayed by price alone, you will be disappointed. People may try a product because it is cheaper, but if the quality is not there, they won\'t buy again.  In a sense, generic brands \"get\" this. How often do you see a generic advertised? Never, because the only reason to buy a generic is because it often has a lower price. You don\'t promote generic/store brand products as being of HIGHER quality than brands, just comparable in quality but lower in price.\r\n\r\nFind what makes your product (or service) special outside of the price.  If your target values that attribute,  the target will buy it very often regardless of price.\r\n\r\n<strong>In other words, it\'s about showing value and not about discussing price.</strong>\r\n\r\nWhat say you? Are there products you buy because you think they have a higher value?\r\n\r\n&nbsp;','What you can learn from coffee filters','','inherit','open','open','','2017-revision-4','','','2013-01-30 18:39:19','2013-01-30 18:39:19','',2017,'http://deborahbrody.com/2013/01/2017-revision-4/',0,'revision','',0),
(2023,4,'2013-02-01 14:53:57','2013-02-01 14:53:57','You know the stakes are high when an advertiser takes out a full page ad to promote a TV commercial. Of course, it\'s not just any TV commercial--it\'s a commercial during the Super Bowl.\r\n\r\n[caption id=\"attachment_2024\" align=\"aligncenter\" width=\"212\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad.jpg\"><img class=\"size-medium wp-image-2024\" title=\"cars.com ad\" src=\"http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad-212x300.jpg\" alt=\"\" width=\"212\" height=\"300\" /></a> Top quarter of full page cars.com ad in Feb. 1 Washington Post[/caption]\r\n\r\nSuper Bowl advertising costs are at an all-time high. According to<a href=\"http://www.washingtonpost.com/entertainment/tv/as-super-bowl-ad-prices-rise-some-decide-to-release-commercials-before-big-game/2013/01/31/2b2929a6-6bf5-11e2-bd36-c0fe61a205f6_story.html\" target=\"_blank\"> Lisa de Moraes\' TV column </a>in today\'s Washington Post, CBS is charging nearly $4 million per 30-second spot. De Moraes says that due to the high cost and the clutter, advertisers are doing what they can to promote their commercials. Some advertisers are releasing the commercial prior to the game and others are giving viewers the option of choosing the ad ending.\r\n\r\nCars.com seems to think that producing a full page ad will focus eye balls on their commercial. Notice that in addition, the ad is promoting <a href=\"http://www.cars.com/nodrama\" target=\"_blank\">this website</a>, where, in meta-fashion, they have some drama about the focus group about the impact of the ad. Let\'s see, based on this, I think we can expect a dramatic ad, or an ad with drama, or an ironic take on car buying, or an exaggeration. Or maybe the point is that we won\'t know what to expect.\r\n\r\nI am not sure this tack works. For one, the need to advertise an advertisement seems bizarre. And second, it sets up a very high expectation that this ad is going to stand out. If the commercial doesn\'t meet expectations, then no one wins. The advertiser will have spent $4 million plus the cost of producing the video about the commercial plus the cost of advertising the ad (design, placement, etc.). I would say cars.com\'s investment is a minimum of $5 million (and I don\'t know how much the Super Bowl commercial cost to produce or how many newspapers the print ad ran in).\r\n\r\nWill you be watching the Super Bowl?\r\n<h6>Want to learn to blog?</h6>\r\nIf you would like to have a successful blog (consistent, interesting, and focused on your audience) and you are in the Washington, DC metro area, check out my next blogging workshop on February 28. More details and registration <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','An ad to promote a TV commercial...','','publish','open','open','','an-ad-to-promote-a-tv-commercial','','','2013-02-01 14:53:57','2013-02-01 14:53:57','',0,'http://deborahbrody.com/?p=2023',0,'post','',0),
(2024,4,'2013-02-01 14:28:21','2013-02-01 14:28:21','','cars.com ad','Top quarter of full page cars.com ad in Feb. 1 Washington Post','inherit','open','open','','cars-com-ad','','','2013-02-01 14:28:21','2013-02-01 14:28:21','',2023,'http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad.jpg',0,'attachment','image/jpeg',0),
(2025,4,'2013-02-01 14:48:58','2013-02-01 14:48:58','You know the stakes are high when an advertiser takes out a full page ad to promote a TV commercial. Of course, it\'s not just any TV commercial--it\'s a commercial during the Super Bowl.\n\n[caption id=\"attachment_2024\" align=\"aligncenter\" width=\"212\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad.jpg\"><img class=\"size-medium wp-image-2024\" title=\"cars.com ad\" src=\"http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad-212x300.jpg\" alt=\"\" width=\"212\" height=\"300\" /></a> Top quarter of full page cars.com ad in Feb. 1 Washington Post[/caption]\n\nSuper Bowl advertising costs are at an all-time high. According to<a href=\"http://www.washingtonpost.com/entertainment/tv/as-super-bowl-ad-prices-rise-some-decide-to-release-commercials-before-big-game/2013/01/31/2b2929a6-6bf5-11e2-bd36-c0fe61a205f6_story.html\" target=\"_blank\"> Lisa de Moraes\' TV column </a>in today\'s Washington Post, CBS is charging nearly $4 million per 30-second spot. De Moraes says that due to the high cost and the clutter, advertisers are doing what they can to promote their commercials. Some advertisers are releasing the commercial prior to the game and others are giving viewers the option of choosing the ad ending.\n\nCars.com seems to think that producing a full page ad will focus eye balls on their commercial. Notice that in addition, the ad is promoting <a href=\"http://www.cars.com/nodrama\" target=\"_blank\">this website</a>. Where, in meta-fashion, they have some drama about the focus group about the impact of the ad. Let\'s see, we can expect a dramatic ad, or an ad with drama, or something.\n\nI am not sure this tack works. For one, the need to advertise an advertisement seems bizarre. And second, it sets up a very high expectation that this ad is going to stand out. If the commercial doesn\'t meet expectations, then no one wins. The advertiser will have spent $4 million plus the cost of producing the video about the commercial plus the cost of advertising the ad (design, placement, etc.). I would say cars.com\'s investment is a minimum of $5 million (and I don\'t know how much the Super Bowl commercial cost to produce or how many newspapers the print ad ran in).\n\nWill you be watching the Super Bowl?\n<h6>Want to learn to blog?</h6>\nIf you would like to have a successful blog (consistent, interesting, and focused on your audience) and you are in the Washington, DC metro area, check out my next blogging workshop on February 28. More details and registration here.\n\n&nbsp;\n\n&nbsp;','An ad to promote a TV commercial...','','inherit','open','open','','2023-revision','','','2013-02-01 14:48:58','2013-02-01 14:48:58','',2023,'http://deborahbrody.com/2013/02/2023-revision/',0,'revision','',0),
(2026,4,'2013-02-01 14:49:32','2013-02-01 14:49:32','You know the stakes are high when an advertiser takes out a full page ad to promote a TV commercial. Of course, it\'s not just any TV commercial--it\'s a commercial during the Super Bowl.\r\n\r\n[caption id=\"attachment_2024\" align=\"aligncenter\" width=\"212\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad.jpg\"><img class=\"size-medium wp-image-2024\" title=\"cars.com ad\" src=\"http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad-212x300.jpg\" alt=\"\" width=\"212\" height=\"300\" /></a> Top quarter of full page cars.com ad in Feb. 1 Washington Post[/caption]\r\n\r\nSuper Bowl advertising costs are at an all-time high. According to<a href=\"http://www.washingtonpost.com/entertainment/tv/as-super-bowl-ad-prices-rise-some-decide-to-release-commercials-before-big-game/2013/01/31/2b2929a6-6bf5-11e2-bd36-c0fe61a205f6_story.html\" target=\"_blank\"> Lisa de Moraes\' TV column </a>in today\'s Washington Post, CBS is charging nearly $4 million per 30-second spot. De Moraes says that due to the high cost and the clutter, advertisers are doing what they can to promote their commercials. Some advertisers are releasing the commercial prior to the game and others are giving viewers the option of choosing the ad ending.\r\n\r\nCars.com seems to think that producing a full page ad will focus eye balls on their commercial. Notice that in addition, the ad is promoting <a href=\"http://www.cars.com/nodrama\" target=\"_blank\">this website</a>. Where, in meta-fashion, they have some drama about the focus group about the impact of the ad. Let\'s see, we can expect a dramatic ad, or an ad with drama, or something.\r\n\r\nI am not sure this tack works. For one, the need to advertise an advertisement seems bizarre. And second, it sets up a very high expectation that this ad is going to stand out. If the commercial doesn\'t meet expectations, then no one wins. The advertiser will have spent $4 million plus the cost of producing the video about the commercial plus the cost of advertising the ad (design, placement, etc.). I would say cars.com\'s investment is a minimum of $5 million (and I don\'t know how much the Super Bowl commercial cost to produce or how many newspapers the print ad ran in).\r\n\r\nWill you be watching the Super Bowl?\r\n<h6>Want to learn to blog?</h6>\r\nIf you would like to have a successful blog (consistent, interesting, and focused on your audience) and you are in the Washington, DC metro area, check out my next blogging workshop on February 28. More details and registration <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','An ad to promote a TV commercial...','','inherit','open','open','','2023-revision-2','','','2013-02-01 14:49:32','2013-02-01 14:49:32','',2023,'http://deborahbrody.com/2013/02/2023-revision-2/',0,'revision','',0),
(2027,4,'2013-02-01 14:49:54','2013-02-01 14:49:54','You know the stakes are high when an advertiser takes out a full page ad to promote a TV commercial. Of course, it\'s not just any TV commercial--it\'s a commercial during the Super Bowl.\r\n\r\n[caption id=\"attachment_2024\" align=\"aligncenter\" width=\"212\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad.jpg\"><img class=\"size-medium wp-image-2024\" title=\"cars.com ad\" src=\"http://deborahbrody.com/wp-content/uploads/2013/02/cars.com-ad-212x300.jpg\" alt=\"\" width=\"212\" height=\"300\" /></a> Top quarter of full page cars.com ad in Feb. 1 Washington Post[/caption]\r\n\r\nSuper Bowl advertising costs are at an all-time high. According to<a href=\"http://www.washingtonpost.com/entertainment/tv/as-super-bowl-ad-prices-rise-some-decide-to-release-commercials-before-big-game/2013/01/31/2b2929a6-6bf5-11e2-bd36-c0fe61a205f6_story.html\" target=\"_blank\"> Lisa de Moraes\' TV column </a>in today\'s Washington Post, CBS is charging nearly $4 million per 30-second spot. De Moraes says that due to the high cost and the clutter, advertisers are doing what they can to promote their commercials. Some advertisers are releasing the commercial prior to the game and others are giving viewers the option of choosing the ad ending.\r\n\r\nCars.com seems to think that producing a full page ad will focus eye balls on their commercial. Notice that in addition, the ad is promoting <a href=\"http://www.cars.com/nodrama\" target=\"_blank\">this website</a>. Where, in meta-fashion, they have some drama about the focus group about the impact of the ad. Let\'s see, we can expect a dramatic ad, or an ad with drama, or something.\r\n\r\nI am not sure this tack works. For one, the need to advertise an advertisement seems bizarre. And second, it sets up a very high expectation that this ad is going to stand out. If the commercial doesn\'t meet expectations, then no one wins. The advertiser will have spent $4 million plus the cost of producing the video about the commercial plus the cost of advertising the ad (design, placement, etc.). I would say cars.com\'s investment is a minimum of $5 million (and I don\'t know how much the Super Bowl commercial cost to produce or how many newspapers the print ad ran in).\r\n\r\nWill you be watching the Super Bowl?\r\n<h6>Want to learn to blog?</h6>\r\nIf you would like to have a successful blog (consistent, interesting, and focused on your audience) and you are in the Washington, DC metro area, check out my next blogging workshop on February 28. More details and registration <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','An ad to promote a TV commercial...','','inherit','open','open','','2023-revision-3','','','2013-02-01 14:49:54','2013-02-01 14:49:54','',2023,'http://deborahbrody.com/2013/02/2023-revision-3/',0,'revision','',0),
(2029,4,'2013-02-04 14:28:06','2013-02-04 14:28:06','Long-time readers of this blog know that I have written before about Pepco, the Potomac Electric Power Company, which serves nearly 800,000 customers in Maryland and Washington, D.C.  My posts have focused on the fact that Pepco\'s advertising does not match people\'s experiences with the power company.\r\n\r\nLast night, viewers of Super Bowl 47 were surprised to see the lights go out during the game in the Superdome in New Orleans, where the game was being played. In fact, the power was out for about 35 minutes. Entergy, the electricity provider in New Orleans said that the issue was not with them but with the stadium. As of right now, I am not sure what caused the power failure but I do know what people in Maryland and DC thought about it by their postings on Twitter: Pepco must surely be involved.\r\n\r\nPepco\'s reliability has become a joke. It has a negative perception so deeply ingrained in customers\' minds that comments like: \"Who knew <strong>Pepco</strong> was the official energy provider for the Super Bowl\" by @djrothkopf or \"Talked to <strong>Pepco </strong>and they\'re confident power will be restored to all parts of the stadium by Wednesday\" by @timothypmurphy were rampant (and often retweeted) on Twitter on Sunday night.\r\n\r\nNo amount of advertising will fix a real, on-the-ground problem. Other organizations, such as the Washington Metropolitan Transportation Authority (WMATA), need to learn this lesson too. When you have let your customers down repeatedly, they will no longer trust you. Your advertising and your public relations will not rehabilitate your image.\r\n\r\nIn order to change people\'s perceptions of your brand, you need to move beyond just communications. You need to make positive changes and be able to provide proof that you have done so. Once you have made measurable progress and you have something tangible to report, you can move forward with a communications program. Even then, bad experiences are difficult to overcome.\r\n\r\nIt will take actual reliability and good experiences with Pepco for customers to learn to trust this company.  As I have said before, you can tell me in your advertising that you are working on your reliability, but if I am sitting in the dark for days on end (like I was during last summer\'s Derecho storm), I am going to doubt you are doing very much at all.\r\n\r\nWhat are your thoughts? If you are in Maryland or DC did you also joke that Pepco was behind the power outage at the Super Bowl?','The power to recognize advertising is not enough','','publish','open','open','','the-power-to-recognize-advertising-is-not-enough','','','2013-02-04 14:28:06','2013-02-04 14:28:06','',0,'http://deborahbrody.com/?p=2029',0,'post','',0),
(2030,4,'2013-02-04 14:27:19','2013-02-04 14:27:19','Long-time readers of this blog know that I have written before about Pepco, the Potomac Electric Power Company, which serves nearly 800,000 customers in Maryland and Washington, D.C.  My posts have focused on the fact that Pepco\'s advertising does not match people\'s experiences with the power company.\n\nLast night, viewers of Super Bowl 47 were surprised to see the lights go out during the game in the Superdome in New Orleans, where the game was being played. In fact, the power was out for about 35 minutes. Entergy, the electricity provider in New Orleans said that the issue was not with them but with the stadium. As of right now, I am not sure what caused the power failure but I do know what people in Maryland and DC thought about it by their postings on Twitter: Pepco must surely be involved.\n\nPepco\'s reliability has become a joke. It has a negative perception so deeply ingrained in customers\' minds that comments like: \"Who knew <strong>Pepco</strong> was the official energy provider for the Super Bowl\" by @djrothkopf or \"Talked to <strong>Pepco </strong>and they\'re confident power will be restored to all parts of the stadium by Wednesday\" by @timothypmurphy were rampant (and often retweeted) on Twitter on Sunday night.\n\nNo amount of advertising will fix a real, on-the-ground problem. Other organizations, such as the Washington Metropolitan Transportation Authority (WMATA), need to learn this lesson too. When you have let your customers down repeatedly, they will no longer trust you. Your advertising and your public relations will not rehabilitate your image.\n\nIn order to change people\'s perceptions of your brand, you need to move beyond just communications. You need to make positive changes and be able to provide proof that you have done so. Once you have made measurable progress and you have something tangible to report, you can move forward with a communications program. Even then, bad experiences are difficult to overcome.\n\nIt will take actual reliability and good experiences with Pepco for customers to learn to trust this company.  As I have said before, you can tell me in your advertising that you are working on your reliability, but if I am sitting in the dark for days on end (like I was during last summer\'s Derecho storm), I am going to doubt you are doing very much at all.\n\nWhat are your thoughts? If you are in Maryland or DC did you also joke that Pepco was behind the power outage at the Super Bowl?','The power to recognize advertising is not enough','','inherit','open','open','','2029-revision','','','2013-02-04 14:27:19','2013-02-04 14:27:19','',2029,'http://deborahbrody.com/2013/02/2029-revision/',0,'revision','',0),
(2031,4,'2013-02-04 14:29:10','2013-02-04 14:29:10','Long-time readers of this blog know that I have written before about Pepco, the Potomac Electric Power Company, which serves nearly 800,000 customers in Maryland and Washington, D.C.  My posts have focused on the fact that Pepco\'s advertising does not match people\'s experiences with the power company.\n\nLast night, viewers of Super Bowl 47 were surprised to see the lights go out during the game in the Superdome in New Orleans, where the game was being played. In fact, the power was out for about 35 minutes. Entergy, the electricity provider in New Orleans said that the issue was not with them but with the stadium. As of right now, I am not sure what caused the power failure but I do know what people in Maryland and DC thought about it by their postings on Twitter: Pepco must surely be involved.\n\nPepco\'s reliability has become a joke. It has a negative perception so deeply ingrained in customers\' minds that comments like: \"Who knew <strong>Pepco</strong> was the official energy provider for the Super Bowl\" by @djrothkopf or \"Talked to <strong>Pepco </strong>and they\'re confident power will be restored to all parts of the stadium by Wednesday\" by @timothypmurphy were rampant (and often retweeted) on Twitter on Sunday night.\n\nNo amount of advertising will fix a real, on-the-ground problem. Other organizations, such as the Washington Metropolitan Transportation Authority (WMATA), need to learn this lesson too. When you have let your customers down repeatedly, they will no longer trust you. Your advertising and your public relations will not rehabilitate your image.\n\nIn order to change people\'s perceptions of your brand, you need to move beyond just communications. You need to make positive changes and be able to provide proof that you have done so. Once you have made measurable progress and you have something tangible to report, you can move forward with a communications program. Even then, bad experiences are difficult to overcome.\n\nIt will take actual reliability and good experiences with Pepco for customers to learn to trust this company.  As I have said before, you can tell me in your advertising that you are working on your reliability, but if I am sitting in the dark for days on end (like I was during last summer\'s Derecho storm), I am going to doubt you are doing very much at all.\n\nWhat are your thoughts? If you are in Maryland or DC did you also joke that Pepco was behind the power outage at the Super Bowl?','The power to recognize advertising is not enough','','inherit','open','open','','2029-autosave','','','2013-02-04 14:29:10','2013-02-04 14:29:10','',2029,'http://deborahbrody.com/2013/02/2029-autosave/',0,'revision','',0),
(2062,4,'2013-02-13 15:49:22','2013-02-13 15:49:22','Have you ever looked at someone and wanted to make him/her over? Yesterday I saw a woman with frizzy, long and shapeless hair wearing an equally long and shapeless prairie-type dress of a circa 1982 vintage.  Perhaps vintage wines are good but dresses fade and look, well, dated. I wondered if she was aware of how she appeared: as someone who did not care about her appearance and/or hadn\'t been shopping in 30 years and/or didn\'t have a good friend to tell her she needed to update.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"338\"]<a title=\"Little Claire on the Prairie by chris_ford_uk, on Flickr\" href=\"http://www.flickr.com/photos/11694215@N00/817748586/\"><img alt=\"Little Claire on the Prairie\" src=\"http://farm2.staticflickr.com/1021/817748586_e6ec6ed504.jpg\" width=\"338\" height=\"450\" /></a> Little Claire on the Prairie by Chris_Ford_UK on Flickr[/caption]\r\n\r\nWhat does this 80s refugee have to do with marketing and communications? Simple, they too can benefit from an update and a makeover. When was the last time you really examined your website? Does the design indicate that we are in 2013 or is it the same look you had when you launched your website back in 1996? When was the last time you posted something on your blog or changed your about us page? How about your logo? Still using fonts that were popular in the 1970s?\r\n\r\nBut updates don\'t only refer to outward appearance. You must also look at the back end. Is your software up to date? Have you looked at your mission statement lately? Or your target audience description? Perhaps your messaging needs an update too.\r\n\r\nMake it one your goals for 2013 to determine what needs to be updated and then get it done! Here is a list to help you:\r\n<ul>\r\n	<li>Logo</li>\r\n	<li>Tagline</li>\r\n	<li>Website (including blog)</li>\r\n	<li>Brochure (even if it\'s a PDF/online version)</li>\r\n	<li>Business stationery (including letterhead and business cards)</li>\r\n	<li>Annual report</li>\r\n	<li>Press release boilerplate</li>\r\n	<li>Organizational mission/vision</li>\r\n	<li>Target audience description</li>\r\n	<li>Organizational description in various formats and lengths</li>\r\n	<li>Services/products list (and pricing if appropriate)</li>\r\n	<li>Social media avatars/biographies/descriptions</li>\r\n	<li>Software/hardware</li>\r\n</ul>\r\n<strong>A makeover is a chance to refresh and renew. </strong> With people, makeovers tend to make them look younger and more attractive. With organizations, makeovers make them look in touch, modern and more attractive (to potential customers/clients/donors/supporters).\r\n\r\nWhat are you going to change this year?\r\n<h3>Improve your blog/blogging process!</h3>\r\nIf you are in the Washington, DC metro area and would like to improve your blog or blogging process, sign up for my How to Write your Blog workshop today! The workshop takes place on Thursday, February 28 at the Silver Spring Civic Building.  For more details and to register, visit the <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">Eventbrite page.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is it time for a makeover?','','publish','open','open','','is-it-time-for-a-makeover','','','2013-02-13 15:49:22','2013-02-13 15:49:22','',0,'http://deborahbrody.com/?p=2062',0,'post','',0),
(2033,4,'2013-02-05 16:45:34','2013-02-05 16:45:34','Is your organization\'s blog feeling tired? Perhaps it\'s time to try  a few new things like soliciting guest blog posts, or live blogging a conference. Read <a href=\"http://www.batescreativegroup.com/align/5-easy-ways-to-invigorate-your-organizations-blog\" target=\"_blank\">the five tips to re-invigorate your blog </a>that I share as a guest blogger at <a href=\"http://batescreativegroup.com/\" target=\"_blank\">Bates Creative Group</a>\'s <em>Align</em> blog.\r\n\r\nMy thanks to Director of Business Development Heather Shelton and Marketing Specialist Amanda Jennison of Bates Creative Group for including me in their blog!\r\n\r\n&nbsp;','Invigorate your organization\'s blog','','publish','open','open','','invigorate-your-organizations-blog','','','2013-02-05 16:45:34','2013-02-05 16:45:34','',0,'http://deborahbrody.com/?p=2033',0,'post','',0),
(2034,4,'2013-02-05 16:44:46','2013-02-05 16:44:46','Is your organization\'s blog feeling tired? Perhaps it\'s time to try  a few new things like soliciting guest blog posts, or live blogging a conference. Read <a href=\"http://www.batescreativegroup.com/align/5-easy-ways-to-invigorate-your-organizations-blog\" target=\"_blank\">the five tips to re-invigorate your blog </a>that I share as a guest blogger at <a href=\"http://batescreativegroup.com/\" target=\"_blank\">Bates Creative Group</a>\'s <em>Align</em> blog.\n\nMy thanks to Director of Business Development Heather Shelton and Marketing Specialist Amanda Jennison of Bates Creative Group for including me in their blog!\n\n&nbsp;','Invigorate your organization\'s blog','','inherit','open','open','','2033-revision','','','2013-02-05 16:44:46','2013-02-05 16:44:46','',2033,'http://deborahbrody.com/2013/02/2033-revision/',0,'revision','',0),
(2035,4,'2013-02-05 16:46:38','2013-02-05 16:46:38','Is your organization\'s blog feeling tired? Perhaps it\'s time to try  a few new things like soliciting guest blog posts, or live blogging a conference. Read <a href=\"http://www.batescreativegroup.com/align/5-easy-ways-to-invigorate-your-organizations-blog\" target=\"_blank\">the five tips to re-invigorate your blog </a>that I share as a guest blogger at <a href=\"http://batescreativegroup.com/\" target=\"_blank\">Bates Creative Group</a>\'s <em>Align</em> blog.\n\nMy thanks to Director of Business Development Heather Shelton and Marketing Specialist Amanda Jennison of Bates Creative Group for including me in their blog!\n\n&nbsp;','Invigorate your organization\'s blog','','inherit','open','open','','2033-autosave','','','2013-02-05 16:46:38','2013-02-05 16:46:38','',2033,'http://deborahbrody.com/2013/02/2033-autosave/',0,'revision','',0),
(2036,4,'2013-02-26 17:48:28','0000-00-00 00:00:00','Yesterday, I attempted to go to a Starbucks and get some reading done.  Even before I ordered, I had a bad feeling.  The two \"baristas\" were busy arguing among themselves, about what, I am not sure. What I do know is that they were not remotely interested in the customers, the shop or anything else. I was not greeted with a smile.  My order was given to me and my money was taken and that was it.\n\nWe know that a dismissive and indifferent attitude is not good for sales.\n\nIn spite of all this, the place was packed. So much so, I was not able to find a seat and had to leave. My reading would have to wait.\n\n&nbsp;','Attitude makes a difference','','draft','open','open','','','','','2013-02-26 17:48:28','2013-02-26 17:48:28','',0,'http://deborahbrody.com/?p=2036',0,'post','',0),
(2037,4,'2013-02-07 15:08:02','2013-02-07 15:08:02','Yesterday, I attempted to go to a Starbucks and get some reading done.  Even before I ordered, I had a bad feeling.  The two \"baristas\" were busy arguing among themselves, about what, I am not sure. What I do know is that they were not remotely interested in the customers, the shop or anything else. I was not greeted with a smile.  My order was given to me and my money was taken and that was it.\n\nWe know that a dismissive and indifferent attitude is not good for sales.\n\nIn spite of all this, the place was packed. So much so, I was not able to find a seat and had to leave. My reading would have to wait.\n\n&nbsp;','Attitude makes a difference','','inherit','open','open','','2036-revision','','','2013-02-07 15:08:02','2013-02-07 15:08:02','',2036,'http://deborahbrody.com/2013/02/2036-revision/',0,'revision','',0),
(2038,4,'2012-05-29 14:25:45','2012-05-29 14:25:45','We are located in the <strong>Washington, DC</strong> metro area:\r\n\r\n<strong>Mail</strong>:\r\n\r\n<address>Deborah Brody Marketing Communication</address><address>PO Box 1435\r\nRockville, MD 20849</address><address> </address><address> </address><strong>Call:</strong>\r\n\r\n301-424-2488 (office) or  305-336-4357  (mobile)\r\n\r\n<strong>Email:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n<a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>','Contact','','inherit','open','open','','24-revision-v1','','','2012-05-29 14:25:45','2012-05-29 14:25:45','',24,'http://deborahbrody.com/2012/05/24-revision-6/',0,'revision','',0),
(2039,4,'2013-02-07 21:27:06','2013-02-07 21:27:06','We are located in the <strong>Washington, DC</strong> metro area:\r\n\r\n<strong>Mail</strong>:\r\n\r\n<address>Deborah Brody Marketing Communication</address><address>PO Box 1435\r\nRockville, MD 20849</address><address> </address><address> </address><strong>Call:</strong>\r\n\r\n240-803-DBMC\r\n\r\n<strong>Email:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n<a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>','Contact','','inherit','open','open','','24-revision-v1','','','2013-02-07 21:27:06','2013-02-07 21:27:06','',24,'http://deborahbrody.com/2013/02/24-revision-7/',0,'revision','',0),
(2040,4,'2013-02-07 21:28:37','2013-02-07 21:28:37','We are located in the <strong>Washington, DC</strong> metro area:\r\n\r\n<strong>Mail</strong>:\r\n\r\n<address>Deborah Brody Marketing Communication</address><address>PO Box 1435\r\nRockville, MD 20849</address><address> </address><address> </address><strong>Call:</strong>\r\n\r\n240-803-DBMC (3262)\r\n\r\n<strong>Email:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n<a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>','Contact','','inherit','open','open','','24-revision-v1','','','2013-02-07 21:28:37','2013-02-07 21:28:37','',24,'http://deborahbrody.com/2013/02/24-revision-8/',0,'revision','',0),
(2081,4,'2013-02-27 15:09:08','2013-02-27 15:09:08','I was reading a transcript of an online discussion regarding the benefits of blogging for business. One of the people in the discussion declared that she did not have time to blog since she was way too busy doing client work. Her blog was basically abandoned, and she was OK with that. I wasn\'t in on the conversation, but if I had been,  I would have told her she is making a big mistake.\r\n\r\nIt\'s very simple. If you don\'t do any marketing because you are busy, you will inevitably have to work twice as hard to market yourself when you aren\'t busy. And yes, blogging is a marketing effort:  It boosts your visibility. It keeps your website current. It helps with SEO.\r\n\r\nNot blogging because you are too busy is like not networking because you already have a job. If you lose your job (which unfortunately can happen from one day to the next) you will soon realize you don\'t have relationships in place to help you in a job search. You must keep networking and building relationships, whether you \"need\" them now or not, because you never know what will happen in the future.\r\n\r\nWhether you are busy or not, blogging should be a part of your business marketing routine. To neglect your blog now because you are busy working on your client\'s behalf is a rookie mistake. Those of us who have been in the business world for a while know that clients come and go. Clients can face budget shortfalls and cut you from one day to the next.\r\n\r\n<strong>Put energy into your own business, not just your client\'s business.</strong> This applies to you whether you have your own business, or you work for someone else, and even if you are concerned with developing your career. If you are a worker bee, why not have a personal blog? If you work for an organization, you should insist that the organizational should be kept up to date.  And it goes without saying that if you own your own business, you are solely responsible for keeping you presence out there.\r\n\r\nDon\'t wait! Write a blog post today!','Why you should blog even if you don\'t have the time','','publish','open','open','','why-you-should-blog-even-if-you-dont-have-the-time','','','2013-02-27 15:09:08','2013-02-27 15:09:08','',0,'http://deborahbrody.com/?p=2081',0,'post','',0),
(2042,4,'2013-02-07 21:35:21','2013-02-07 21:35:21','We are located in the <strong>Washington, DC</strong> metro area:\r\n\r\n<strong>Mail</strong>:\r\n\r\n<address>Deborah Brody Marketing Communication</address><address>PO Box 1435\r\nRockville, MD 20849</address><address> </address><address> </address><strong>Call:</strong>\r\n\r\n240-803-DBMC (3262)\r\n\r\n<object type=\"application/x-shockwave-flash\" data=\"https://clients4.google.com/voice/embed/webCallButton\" width=\"230\" height=\"85\"><param name=\"movie\" value=\"https://clients4.google.com/voice/embed/webCallButton\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"FlashVars\" value=\"id=5e012d4bc24b62a8912b0ad9c09d5ce21e51c5e2&style=0\" /></object>\r\n<strong>Email:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n<a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>','Contact','','inherit','open','open','','24-revision-v1','','','2013-02-07 21:35:21','2013-02-07 21:35:21','',24,'http://deborahbrody.com/2013/02/24-revision-9/',0,'revision','',0),
(2044,4,'2013-02-11 15:31:24','2013-02-11 15:31:24','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\r\n\r\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\r\n\r\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\r\n\r\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\r\n\r\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\r\n\r\n<strong>Working with experts</strong>\r\n\r\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\r\n\r\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\r\n\r\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\r\n<h3>Blog Workshop on Feb. 28</h3>\r\nWant to improve your blogging? If you are located in the DC area, attend my upcoming How to Write Your Blog workshop on Thursday, February 28 in Silver Spring, MD. Details and registration are <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">here</a>.','You don\'t know what you don\'t know','','publish','open','open','','you-dont-know-what-you-dont-know','','','2013-02-11 15:31:24','2013-02-11 15:31:24','',0,'http://deborahbrody.com/?p=2044',0,'post','',1),
(2045,4,'2013-02-11 15:15:46','2013-02-11 15:15:46','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design, web development.\n\nWhat is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.\n\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\n\nI needed to make a few more backend hanges and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked how I could get people to stop going to my other blog. She said I had to pay to have Wordpress.com redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.)\n\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\n\n<strong>You don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do. If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\n\nIt is trial and error (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\n\n&nbsp;','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision','','','2013-02-11 15:15:46','2013-02-11 15:15:46','',2044,'http://deborahbrody.com/2013/02/2044-revision/',0,'revision','',0),
(2046,4,'2013-02-11 15:20:33','2013-02-11 15:20:33','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\n\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\n\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\n\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\n\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\n\n<strong>Working with experts</strong>\n\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\n\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\n\nIt is trial and error (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\n\n&nbsp;','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-2','','','2013-02-11 15:20:33','2013-02-11 15:20:33','',2044,'http://deborahbrody.com/2013/02/2044-revision-2/',0,'revision','',0),
(2047,4,'2013-02-11 15:21:33','2013-02-11 15:21:33','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\n\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\n\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\n\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\n\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\n\n<strong>Working with experts</strong>\n\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\n\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\n\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\n\n&nbsp;','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-3','','','2013-02-11 15:21:33','2013-02-11 15:21:33','',2044,'http://deborahbrody.com/2013/02/2044-revision-3/',0,'revision','',0),
(2048,4,'2013-02-11 15:21:50','2013-02-11 15:21:50','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\r\n\r\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\r\n\r\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\r\n\r\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\r\n\r\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\r\n\r\n<strong>Working with experts</strong>\r\n\r\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\r\n\r\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\r\n\r\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\r\n\r\n&nbsp;','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-4','','','2013-02-11 15:21:50','2013-02-11 15:21:50','',2044,'http://deborahbrody.com/2013/02/2044-revision-4/',0,'revision','',0),
(2049,4,'2013-02-11 15:22:49','2013-02-11 15:22:49','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\r\n\r\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\r\n\r\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\r\n\r\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\r\n\r\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\r\n\r\n<strong>Working with experts</strong>\r\n\r\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\r\n\r\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\r\n\r\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\r\n[post_ender]','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-5','','','2013-02-11 15:22:49','2013-02-11 15:22:49','',2044,'http://deborahbrody.com/2013/02/2044-revision-5/',0,'revision','',0),
(2050,4,'2013-02-11 15:22:57','2013-02-11 15:22:57','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\r\n\r\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\r\n\r\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\r\n\r\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\r\n\r\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\r\n\r\n<strong>Working with experts</strong>\r\n\r\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\r\n\r\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\r\n\r\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\r\n[post_ender]','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-6','','','2013-02-11 15:22:57','2013-02-11 15:22:57','',2044,'http://deborahbrody.com/2013/02/2044-revision-6/',0,'revision','',0),
(2051,4,'2013-02-11 15:23:32','2013-02-11 15:23:32','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\r\n\r\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\r\n\r\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\r\n\r\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\r\n\r\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\r\n\r\n<strong>Working with experts</strong>\r\n\r\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\r\n\r\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\r\n\r\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\r\n\r\n\r\n[post_ender]','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-7','','','2013-02-11 15:23:32','2013-02-11 15:23:32','',2044,'http://deborahbrody.com/2013/02/2044-revision-7/',0,'revision','',0),
(2052,4,'2013-02-11 15:27:29','2013-02-11 15:27:29','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\r\n\r\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\r\n\r\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\r\n\r\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\r\n\r\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\r\n\r\n<strong>Working with experts</strong>\r\n\r\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\r\n\r\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\r\n\r\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\r\n\r\n\r\n[post_ender]','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-8','','','2013-02-11 15:27:29','2013-02-11 15:27:29','',2044,'http://deborahbrody.com/2013/02/2044-revision-8/',0,'revision','',0),
(2053,4,'2013-02-11 15:30:00','2013-02-11 15:30:00','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\r\n\r\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\r\n\r\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\r\n\r\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\r\n\r\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\r\n\r\n<strong>Working with experts</strong>\r\n\r\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\r\n\r\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\r\n\r\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\r\n<h3>Blog Workshop on Feb. 28Want to improve your blogging? If you are located in the DC area, attend my upcoming How to Write Your Blog workshop on Thursday, February 28 in Silver Spring, MD. Details and registration are <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">here</a>.</h3>','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-9','','','2013-02-11 15:30:00','2013-02-11 15:30:00','',2044,'http://deborahbrody.com/2013/02/2044-revision-9/',0,'revision','',0),
(2054,4,'2013-02-11 15:30:43','2013-02-11 15:30:43','Obvious right? If you don\'t know something, you don\'t even know you don\'t know.  But you do know that you don\'t know everything, which is why you hire experts to help you with stuff like your taxes, your computer network, your health, and so forth.  And this is why you hire people to help you with marketing, advertising, public relation, design and web development.\r\n\r\n<strong>What is tricky about hiring experts to help you with what you don\'t know, is that often you don\'t know enough to ask the right questions or even evaluate the outcomes.</strong>\r\n\r\nLet me give you a specific example. I hired someone  (who shall remain nameless) to create my website using WordPress and transfer the contents of my former blog hosted at Wordpress.com. Check and check. However, somehow people were still finding my old blog and commenting on stuff over there. The person I hired to develop my site had proven to be unreliable and has never been heard from since, so I couldn\'t ask how to fix this problem.\r\n\r\nI needed to make a few other backend changes and contacted <a href=\"http://www.kimwoodbridge.com/\" target=\"_blank\">Kim Woodbridge</a> .  I asked her how I could get people to stop going to my other blog. She told me that it was simple, all I had to do was pay Wordpress.com to redirect people to my website. (Note: it took about two minutes and $13 to get people redirected.) Once people are no longer going to the other blog, I can bring it down.\r\n\r\nI didn\'t know what I had to do or I would have done it sooner. Since the first Wordpress developer failed to do this or advise me to do this, people have been going to my old blog, not realizing it was housed elsewhere.\r\n\r\n<strong>Working with experts</strong>\r\n\r\n<strong>1. Remember: you don\'t know what you don\'t know.</strong> When hiring experts you are expecting they will have the knowledge you don\'t. Sometimes they do, and sometimes they don\'t. You must start with the assumption that nobody knows everything, but they may know more than you do.\r\n\r\n<strong>2. Remember:  you can question.</strong> If something seems wrong or gives you a funny feeling, question it. This is why we get second opinions from doctors. This is why if your taxes seem unusually high, you may ask your accountant to recalculate or even find another accountant.\r\n\r\n3. <strong>Think of it as trial and error</strong> (and hopefully, more trial than error). But remember that you absolutely don\'t know and the expert knows a bit more than you do.\r\n<h3>Blog Workshop on Feb. 28</h3>\r\nWant to improve your blogging? If you are located in the DC area, attend my upcoming How to Write Your Blog workshop on Thursday, February 28 in Silver Spring, MD. Details and registration are <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">here</a>.','You don\'t know what you don\'t know','','inherit','open','open','','2044-revision-10','','','2013-02-11 15:30:43','2013-02-11 15:30:43','',2044,'http://deborahbrody.com/2013/02/2044-revision-10/',0,'revision','',0),
(2055,4,'2013-02-12 14:02:41','2013-02-12 14:02:41','Yesterday, <a title=\"You don’t know what you don’t know\" href=\"http://deborahbrody.com/2013/02/you-dont-know-what-you-dont-know/\">I wrote about the need to work with experts.</a> Nobody knows everything and many times it is imperative to hire an expert to help in the areas where you are lacking in specialized skills or knowledge.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"375\"]<a title=\"twisted reflection in the fun house mirror by Little Koshka, on Flickr\" href=\"http://www.flickr.com/photos/littlekoshka/6957963962/\"><img alt=\"twisted reflection in the fun house mirror\" src=\"http://farm8.staticflickr.com/7073/6957963962_6f3b938ec8.jpg\" width=\"375\" height=\"500\" /></a> Twisted reflection in the fun house mirror by Little Koshka on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong>Keep in mind that not every expert has the same level of expertise</strong>. Let\'s take accounting. If you are someone that has few investments and a W2, you may be perfectly fine doing it yourself, using tax software or going to one of the big box tax advisers that we often see advertised around this time. However, if you are in a special situation (small business, self-employed freelancer, artist, etc.) you will NEED to find someone who understands the tax implications of your situation, and can work with you on filing the proper forms. This is an area where expertise (or lack thereof) can have tremendous financial consequences.\r\n\r\nHow do you figure out if someone has the expertise you require?\r\n\r\n<strong>First, figure out the exact problem you are trying to solve.</strong> If you are having a slump in sales, is it fulfillment, customer service or your marketing/communications?\r\n\r\n<strong>Second, start searching through your network first.</strong> Say you need someone to help you with a public relations issue, ask your network whom they recommend. Alternatively, use LinkedIn to search and see if you have connections in common. Ask your connections if they can give you some idea about the professional.\r\n\r\n<strong>Third, interview the expert.</strong> Be prepared to ask a lot of questions such as \"have you worked with this type of situation before?\"\r\n<strong>Fourth, see if the expert asks you questions.</strong> A real expert needs to get a handle on a situation. He or she should be asking you a lot of questions, including \"why do you need an expert?\" or \"why have you contacted me?\"\r\n\r\n<strong>Fifth, be wary of pat answers or 100% assurances.</strong> Nobody, but nobody can solve any problem with 100% certainty.\r\n\r\n<strong>Sixth, check with your gut.</strong> Do you like this person? Does this person seem genuine?\r\n\r\nUnfortunately, there are great many people out there who are very good at talking themselves up. And as I said in my post yesterday, you don\'t know what you don\'t know so you are unable at times to ask the right questions.\r\n\r\nFor example, I had a client who was desperate to increase his share of the market. He had hired a \"marketing expert\" to help.  The client knew next to nothing about marketing and neither did the \"expert.\" By the time I came in and asked questions like \"who is your target?\" and \"who is your main competition?\" they had already set out a marketing destination that was not aligned with BASIC MARKETING PRINCIPLES. These questions had never been asked before because the so-called expert was not a strategic thinker but was really selling a package of tactics (put up a website, use a QR code, print a postcard, make a video) without a unifying message or idea of how success would be measured.\r\n\r\nCould the client have avoided the situation above? Maybe yes or maybe no. He didn\'t know what he didn\'t know, but he also didn\'t bother to ask questions and study up on the topic.\r\n\r\n<strong>My takeaway here is the old Ronald Reagan line: trust but verify. </strong> You should do your due diligence when hiring an expert because not everything is as it seems.\r\n\r\nThoughts?\r\n\r\n&nbsp;','Not everything is as it seems','','publish','open','open','','not-everything-is-as-it-seems','','\nhttp://deborahbrody.com/2013/02/you-dont-know-what-you-dont-know/','2013-02-12 14:02:41','2013-02-12 14:02:41','',0,'http://deborahbrody.com/?p=2055',0,'post','',0),
(2056,4,'2013-02-12 13:52:57','2013-02-12 13:52:57','Yesterday, I wrote about the need to work with experts. Nobody knows everything and many times it is imperative to hire an expert to help in the areas where you are lacking in specialized skills or knowledge.\n\n<strong>Keep in mind that not every expert has the same level of expertise</strong>. Let\'s take accounting. If you are someone that has few investments and a W2, you may be perfectly fine doing it yourself, using tax software or going to one of the big box tax advisers that we often see advertised around this time. However, if you are in a special situation (small business, self-employed freelancer, artist, etc.) you will NEED to find someone who understands the tax implications of your situation, and can work with you on filing the proper forms. This is an area where expertise (or lack thereof) can have tremendous financial consequences.\n\nHow do you figure out if someone has the expertise you require?\n\n<strong>First, figure out the exact problem you are trying to solve.</strong> If you are having a slump in sales, is it fulfillment, customer service or your marketing/communications?\n\n<strong>Second, start searching through your network first.</strong> Say you need someone to help you with a public relations issue, ask you network whom they recommend. Alternatively, use LinkedIn to search and see if you have connections in common. Ask your connections if they can give you some idea about the professional.\n\n<strong>Third, interview the expert.</strong> Be prepared to ask a lot of questions such as \"have you worked with this type of situation before?\"\n<strong>Fourth, see if the expert asks you questions.</strong> A real expert needs to get a handle on a situation. He or she should be asking you a lot of questions, including \"why do you need an expert?\" or \"why have you contacted me?\"\n\n<strong>Fifth, be wary of pat answers or 100% assurances.</strong> Nobody, but nobody can solve any problem with 100% certainty.\n\nSixth, check with your gut. Do you like this person? Does this person seem genuine?\n\nUnfortunately, there are great many people out there who are very good at talking themselves up. And as I said in my post yesterday, you don\'t know what you don\'t know so you are unable at times to ask the right questions.\n\nFor example, I had a client who was desperate to increase his share of the market. He had hired a \"marketing expert\" to help.  The client knew next to nothing about marketing and neither did the \"expert.\" By the time I came in and asked questions like \"who is your target?\" and \"who is your main competition?\" they had already set out a marketing destination that was not aligned with BASIC MARKETING PRINCIPLES. These questions had never been asked before because the so-called expert was not a strategic thinker but was really selling a package of tactics (put up a website, use a QR code, print a postcard, make a video) without a unifying message or idea of how success would be measured.\n\nCould the client have avoided the situation above? Maybe yes or maybe no. He didn\'t know what he didn\'t know, but he also didn\'t bother to ask questions and study up on the topic.\n\nMy takeaway here is the old Ronald Reagan line: trust but verify.  You should do your due diligence when hiring an expert because not\n\n&nbsp;','Not everything is as it seems','','inherit','open','open','','2055-revision','','','2013-02-12 13:52:57','2013-02-12 13:52:57','',2055,'http://deborahbrody.com/2013/02/2055-revision/',0,'revision','',0),
(2057,4,'2013-02-12 13:53:57','2013-02-12 13:53:57','Yesterday, I wrote about the need to work with experts. Nobody knows everything and many times it is imperative to hire an expert to help in the areas where you are lacking in specialized skills or knowledge.\n\n<strong>Keep in mind that not every expert has the same level of expertise</strong>. Let\'s take accounting. If you are someone that has few investments and a W2, you may be perfectly fine doing it yourself, using tax software or going to one of the big box tax advisers that we often see advertised around this time. However, if you are in a special situation (small business, self-employed freelancer, artist, etc.) you will NEED to find someone who understands the tax implications of your situation, and can work with you on filing the proper forms. This is an area where expertise (or lack thereof) can have tremendous financial consequences.\n\nHow do you figure out if someone has the expertise you require?\n\n<strong>First, figure out the exact problem you are trying to solve.</strong> If you are having a slump in sales, is it fulfillment, customer service or your marketing/communications?\n\n<strong>Second, start searching through your network first.</strong> Say you need someone to help you with a public relations issue, ask you network whom they recommend. Alternatively, use LinkedIn to search and see if you have connections in common. Ask your connections if they can give you some idea about the professional.\n\n<strong>Third, interview the expert.</strong> Be prepared to ask a lot of questions such as \"have you worked with this type of situation before?\"\n<strong>Fourth, see if the expert asks you questions.</strong> A real expert needs to get a handle on a situation. He or she should be asking you a lot of questions, including \"why do you need an expert?\" or \"why have you contacted me?\"\n\n<strong>Fifth, be wary of pat answers or 100% assurances.</strong> Nobody, but nobody can solve any problem with 100% certainty.\n\nSixth, check with your gut. Do you like this person? Does this person seem genuine?\n\nUnfortunately, there are great many people out there who are very good at talking themselves up. And as I said in my post yesterday, you don\'t know what you don\'t know so you are unable at times to ask the right questions.\n\nFor example, I had a client who was desperate to increase his share of the market. He had hired a \"marketing expert\" to help.  The client knew next to nothing about marketing and neither did the \"expert.\" By the time I came in and asked questions like \"who is your target?\" and \"who is your main competition?\" they had already set out a marketing destination that was not aligned with BASIC MARKETING PRINCIPLES. These questions had never been asked before because the so-called expert was not a strategic thinker but was really selling a package of tactics (put up a website, use a QR code, print a postcard, make a video) without a unifying message or idea of how success would be measured.\n\nCould the client have avoided the situation above? Maybe yes or maybe no. He didn\'t know what he didn\'t know, but he also didn\'t bother to ask questions and study up on the topic.\n\nMy takeaway here is the old Ronald Reagan line: trust but verify.  You should do your due diligence when hiring an expert because not everything is as it seems.\n\nThoughts?\n\n&nbsp;','Not everything is as it seems','','inherit','open','open','','2055-revision-2','','','2013-02-12 13:53:57','2013-02-12 13:53:57','',2055,'http://deborahbrody.com/2013/02/2055-revision-2/',0,'revision','',0),
(2058,4,'2013-02-12 14:02:17','2013-02-12 14:02:17','Yesterday, <a title=\"You don’t know what you don’t know\" href=\"http://deborahbrody.com/2013/02/you-dont-know-what-you-dont-know/\">I wrote about the need to work with experts.</a> Nobody knows everything and many times it is imperative to hire an expert to help in the areas where you are lacking in specialized skills or knowledge.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"375\"]<a title=\"twisted reflection in the fun house mirror by Little Koshka, on Flickr\" href=\"http://www.flickr.com/photos/littlekoshka/6957963962/\"><img alt=\"twisted reflection in the fun house mirror\" src=\"http://farm8.staticflickr.com/7073/6957963962_6f3b938ec8.jpg\" width=\"375\" height=\"500\" /></a> Twisted reflection in the fun house mirror by Little Koshka on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong>Keep in mind that not every expert has the same level of expertise</strong>. Let\'s take accounting. If you are someone that has few investments and a W2, you may be perfectly fine doing it yourself, using tax software or going to one of the big box tax advisers that we often see advertised around this time. However, if you are in a special situation (small business, self-employed freelancer, artist, etc.) you will NEED to find someone who understands the tax implications of your situation, and can work with you on filing the proper forms. This is an area where expertise (or lack thereof) can have tremendous financial consequences.\r\n\r\nHow do you figure out if someone has the expertise you require?\r\n\r\n<strong>First, figure out the exact problem you are trying to solve.</strong> If you are having a slump in sales, is it fulfillment, customer service or your marketing/communications?\r\n\r\n<strong>Second, start searching through your network first.</strong> Say you need someone to help you with a public relations issue, ask your network whom they recommend. Alternatively, use LinkedIn to search and see if you have connections in common. Ask your connections if they can give you some idea about the professional.\r\n\r\n<strong>Third, interview the expert.</strong> Be prepared to ask a lot of questions such as \"have you worked with this type of situation before?\"\r\n<strong>Fourth, see if the expert asks you questions.</strong> A real expert needs to get a handle on a situation. He or she should be asking you a lot of questions, including \"why do you need an expert?\" or \"why have you contacted me?\"\r\n\r\n<strong>Fifth, be wary of pat answers or 100% assurances.</strong> Nobody, but nobody can solve any problem with 100% certainty.\r\n\r\n<strong>Sixth, check with your gut.</strong> Do you like this person? Does this person seem genuine?\r\n\r\nUnfortunately, there are great many people out there who are very good at talking themselves up. And as I said in my post yesterday, you don\'t know what you don\'t know so you are unable at times to ask the right questions.\r\n\r\nFor example, I had a client who was desperate to increase his share of the market. He had hired a \"marketing expert\" to help.  The client knew next to nothing about marketing and neither did the \"expert.\" By the time I came in and asked questions like \"who is your target?\" and \"who is your main competition?\" they had already set out a marketing destination that was not aligned with BASIC MARKETING PRINCIPLES. These questions had never been asked before because the so-called expert was not a strategic thinker but was really selling a package of tactics (put up a website, use a QR code, print a postcard, make a video) without a unifying message or idea of how success would be measured.\r\n\r\nCould the client have avoided the situation above? Maybe yes or maybe no. He didn\'t know what he didn\'t know, but he also didn\'t bother to ask questions and study up on the topic.\r\n\r\n<strong>My takeaway here is the old Ronald Reagan line: trust but verify. </strong> You should do your due diligence when hiring an expert because not everything is as it seems.\r\n\r\nThoughts?\r\n\r\n&nbsp;','Not everything is as it seems','','inherit','open','open','','2055-revision-3','','','2013-02-12 14:02:17','2013-02-12 14:02:17','',2055,'http://deborahbrody.com/2013/02/2055-revision-3/',0,'revision','',0),
(2059,4,'2013-02-12 14:03:47','2013-02-12 14:03:47','Yesterday, <a title=\"You don’t know what you don’t know\" href=\"http://deborahbrody.com/2013/02/you-dont-know-what-you-dont-know/\">I wrote about the need to work with experts.</a> Nobody knows everything and many times it is imperative to hire an expert to help in the areas where you are lacking in specialized skills or knowledge.\n\n[caption id=\"\" align=\"aligncenter\" width=\"375\"]<a title=\"twisted reflection in the fun house mirror by Little Koshka, on Flickr\" href=\"http://www.flickr.com/photos/littlekoshka/6957963962/\"><img alt=\"twisted reflection in the fun house mirror\" src=\"http://farm8.staticflickr.com/7073/6957963962_6f3b938ec8.jpg\" width=\"375\" height=\"500\" /></a> Twisted reflection in the fun house mirror by Little Koshka on Flickr[/caption]\n\n<strong>Keep in mind that not every expert has the same level of expertise</strong>. Let\'s take accounting. If you are someone that has few investments and a W2, you may be perfectly fine doing it yourself, using tax software or going to one of the big box tax advisers that we often see advertised around this time. However, if you are in a special situation (small business, self-employed freelancer, artist, etc.) you will NEED to find someone who understands the tax implications of your situation, and can work with you on filing the proper forms. This is an area where expertise (or lack thereof) can have tremendous financial consequences.\n\nHow do you figure out if someone has the expertise you require?\n\n<strong>First, figure out the exact problem you are trying to solve.</strong> If you are having a slump in sales, is it fulfillment, customer service or your marketing/communications?\n\n<strong>Second, start searching through your network first.</strong> Say you need someone to help you with a public relations issue, ask your network whom they recommend. Alternatively, use LinkedIn to search and see if you have connections in common. Ask your connections if they can give you some idea about the professional.\n\n<strong>Third, interview the expert.</strong> Be prepared to ask a lot of questions such as \"have you worked with this type of situation before?\"\n<strong>Fourth, see if the expert asks you questions.</strong> A real expert needs to get a handle on a situation. He or she should be asking you a lot of questions, including \"why do you need an expert?\" or \"why have you contacted me?\"\n\n<strong>Fifth, be wary of pat answers or 100% assurances.</strong> Nobody, but nobody can solve any problem with 100% certainty.\n\n<strong>Sixth, check with your gut.</strong> Do you like this person? Does this person seem genuine?\n\nUnfortunately, there are great many people out there who are very good at talking themselves up. And as I said in my post yesterday, you don\'t know what you don\'t know so you are unable at times to ask the right questions.\n\nFor example, I had a client who was desperate to increase his share of the market. He had hired a \"marketing expert\" to help.  The client knew next to nothing about marketing and neither did the \"expert.\" By the time I came in and asked questions like \"who is your target?\" and \"who is your main competition?\" they had already set out a marketing destination that was not aligned with BASIC MARKETING PRINCIPLES. These questions had never been asked before because the so-called expert was not a strategic thinker but was really selling a package of tactics (put up a website, use a QR code, print a postcard, make a video) without a unifying message or idea of how success would be measured.\n\nCould the client have avoided the situation above? Maybe yes or maybe no. He didn\'t know what he didn\'t know, but he also didn\'t bother to ask questions and study up on the topic.\n\n<strong>My takeaway here is the old Ronald Reagan line: trust but verify. </strong> You should do your due diligence when hiring an expert because not everything is as it seems.\n\nThoughts?\n\n&nbsp;','Not everything is as it seems','','inherit','open','open','','2055-autosave','','','2013-02-12 14:03:47','2013-02-12 14:03:47','',2055,'http://deborahbrody.com/2013/02/2055-autosave/',0,'revision','',0),
(2063,4,'2013-02-13 15:43:35','2013-02-13 15:43:35','Have you ever looked at someone and wanted to make him/her over? Yesterday I saw a woman with frizzy, long and shapeless hair wearing an equally long and shapeless dress of a circa 1982 vintage.  Perhaps vintage wines are good but dresses fade and look, well, dated. I wondered if she was aware of how she appeared: as someone who did not care about her appearance and/or hadn\'t been shopping in 30 years and/or didn\'t have a good friend to tell her she needed to update.\n\n[caption id=\"\" align=\"aligncenter\" width=\"338\"]<a title=\"Little Claire on the Prairie by chris_ford_uk, on Flickr\" href=\"http://www.flickr.com/photos/11694215@N00/817748586/\"><img alt=\"Little Claire on the Prairie\" src=\"http://farm2.staticflickr.com/1021/817748586_e6ec6ed504.jpg\" width=\"338\" height=\"450\" /></a> Little Claire on the Prairie by Chris_Ford_UK on Flickr[/caption]\n\nWhat does this 80s refugee have to do with marketing and communications? Simple, they too can benefit from an update and a makeover. When was the last time you really examined your website? Does the design indicate that we are in 2013 or is it the same look you had when you launched your website back in 1996? When was the last time you posted something on your blog or changed your about us page? How about your logo? Still using fonts that were popular in the 1970s?\n\nBut updates don\'t only refer to outward appearance. You must also look at the back end. Is your software up to date? Have you looked at your mission statement lately? Or your target audience description? Perhaps your messaging needs an update too.\n\nMake it one your goals for 2013 to determine what needs to be updated and then get it done! Here is a list to help you:\n<ul>\n	<li>Logo</li>\n	<li>Tagline</li>\n	<li>Website (including blog)</li>\n	<li>Brochure (even if it\'s a PDF/online version)</li>\n	<li>Business stationery (including letterhead and business cards)</li>\n	<li>Annual report</li>\n	<li>Press release boilerplate</li>\n	<li>Organizational mission/vision</li>\n	<li>Target audience description</li>\n	<li>Organizational description in various formats and lengths</li>\n	<li>Services/products list (and pricing if appropriate)</li>\n	<li>Social media avatars/biographies/descriptions</li>\n</ul>\n<strong>A makeover is a chance to refresh and renew. </strong> With people, makeovers tend to make them look younger and more attractive. With organizations, makeovers make them look in touch, modern and more attractive (to potential customers/clients/donors/supporters).\n\nWhat are you going to change this year?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Is it time for a makeover?','','inherit','open','open','','2062-revision','','','2013-02-13 15:43:35','2013-02-13 15:43:35','',2062,'http://deborahbrody.com/2013/02/2062-revision/',0,'revision','',0),
(2064,4,'2013-02-13 15:44:43','2013-02-13 15:44:43','Have you ever looked at someone and wanted to make him/her over? Yesterday I saw a woman with frizzy, long and shapeless hair wearing an equally long and shapeless dress of a circa 1982 vintage.  Perhaps vintage wines are good but dresses fade and look, well, dated. I wondered if she was aware of how she appeared: as someone who did not care about her appearance and/or hadn\'t been shopping in 30 years and/or didn\'t have a good friend to tell her she needed to update.\n\n[caption id=\"\" align=\"aligncenter\" width=\"338\"]<a title=\"Little Claire on the Prairie by chris_ford_uk, on Flickr\" href=\"http://www.flickr.com/photos/11694215@N00/817748586/\"><img alt=\"Little Claire on the Prairie\" src=\"http://farm2.staticflickr.com/1021/817748586_e6ec6ed504.jpg\" width=\"338\" height=\"450\" /></a> Little Claire on the Prairie by Chris_Ford_UK on Flickr[/caption]\n\nWhat does this 80s refugee have to do with marketing and communications? Simple, they too can benefit from an update and a makeover. When was the last time you really examined your website? Does the design indicate that we are in 2013 or is it the same look you had when you launched your website back in 1996? When was the last time you posted something on your blog or changed your about us page? How about your logo? Still using fonts that were popular in the 1970s?\n\nBut updates don\'t only refer to outward appearance. You must also look at the back end. Is your software up to date? Have you looked at your mission statement lately? Or your target audience description? Perhaps your messaging needs an update too.\n\nMake it one your goals for 2013 to determine what needs to be updated and then get it done! Here is a list to help you:\n<ul>\n	<li>Logo</li>\n	<li>Tagline</li>\n	<li>Website (including blog)</li>\n	<li>Brochure (even if it\'s a PDF/online version)</li>\n	<li>Business stationery (including letterhead and business cards)</li>\n	<li>Annual report</li>\n	<li>Press release boilerplate</li>\n	<li>Organizational mission/vision</li>\n	<li>Target audience description</li>\n	<li>Organizational description in various formats and lengths</li>\n	<li>Services/products list (and pricing if appropriate)</li>\n	<li>Social media avatars/biographies/descriptions</li>\n	<li>Software/hardware</li>\n</ul>\n<strong>A makeover is a chance to refresh and renew. </strong> With people, makeovers tend to make them look younger and more attractive. With organizations, makeovers make them look in touch, modern and more attractive (to potential customers/clients/donors/supporters).\n\nWhat are you going to change this year?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Is it time for a makeover?','','inherit','open','open','','2062-revision-2','','','2013-02-13 15:44:43','2013-02-13 15:44:43','',2062,'http://deborahbrody.com/2013/02/2062-revision-2/',0,'revision','',0),
(2065,4,'2013-02-13 15:48:15','2013-02-13 15:48:15','Have you ever looked at someone and wanted to make him/her over? Yesterday I saw a woman with frizzy, long and shapeless hair wearing an equally long and shapeless prairie-type dress of a circa 1982 vintage.  Perhaps vintage wines are good but dresses fade and look, well, dated. I wondered if she was aware of how she appeared: as someone who did not care about her appearance and/or hadn\'t been shopping in 30 years and/or didn\'t have a good friend to tell her she needed to update.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"338\"]<a title=\"Little Claire on the Prairie by chris_ford_uk, on Flickr\" href=\"http://www.flickr.com/photos/11694215@N00/817748586/\"><img alt=\"Little Claire on the Prairie\" src=\"http://farm2.staticflickr.com/1021/817748586_e6ec6ed504.jpg\" width=\"338\" height=\"450\" /></a> Little Claire on the Prairie by Chris_Ford_UK on Flickr[/caption]\r\n\r\nWhat does this 80s refugee have to do with marketing and communications? Simple, they too can benefit from an update and a makeover. When was the last time you really examined your website? Does the design indicate that we are in 2013 or is it the same look you had when you launched your website back in 1996? When was the last time you posted something on your blog or changed your about us page? How about your logo? Still using fonts that were popular in the 1970s?\r\n\r\nBut updates don\'t only refer to outward appearance. You must also look at the back end. Is your software up to date? Have you looked at your mission statement lately? Or your target audience description? Perhaps your messaging needs an update too.\r\n\r\nMake it one your goals for 2013 to determine what needs to be updated and then get it done! Here is a list to help you:\r\n<ul>\r\n	<li>Logo</li>\r\n	<li>Tagline</li>\r\n	<li>Website (including blog)</li>\r\n	<li>Brochure (even if it\'s a PDF/online version)</li>\r\n	<li>Business stationery (including letterhead and business cards)</li>\r\n	<li>Annual report</li>\r\n	<li>Press release boilerplate</li>\r\n	<li>Organizational mission/vision</li>\r\n	<li>Target audience description</li>\r\n	<li>Organizational description in various formats and lengths</li>\r\n	<li>Services/products list (and pricing if appropriate)</li>\r\n	<li>Social media avatars/biographies/descriptions</li>\r\n	<li>Software/hardware</li>\r\n</ul>\r\n<strong>A makeover is a chance to refresh and renew. </strong> With people, makeovers tend to make them look younger and more attractive. With organizations, makeovers make them look in touch, modern and more attractive (to potential customers/clients/donors/supporters).\r\n\r\nWhat are you going to change this year?\r\n<h3>Improve your blog/blogging process!</h3>\r\nIf you are in the Washington, DC metro area and would like to improve your blog or blogging process, sign up for my How to Write your Blog workshop today! The workshop takes place on Thursday, February 28 at the Silver Spring Civic Building.  For more details and to register, visit the <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">Eventbrite page.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is it time for a makeover?','','inherit','open','open','','2062-revision-3','','','2013-02-13 15:48:15','2013-02-13 15:48:15','',2062,'http://deborahbrody.com/2013/02/2062-revision-3/',0,'revision','',0),
(2067,4,'2013-02-18 20:21:02','0000-00-00 00:00:00','Although we tend to pay much more attention and spend much more money on marketing communications (brochures, websites, ads, etc.), we should probably be spending as much effort on everyday business communications (memos, customer contact, letters, emails, etc.).\r\n\r\nI live in a townhouse community with a homeowner\'s association and a management company, which do not do a good job with business communication. Case in point: I received a postcard on Friday informing me of very noisy and disruptive work over this past weekend. The card did not specify the nature of the work, only gave an email for contact, and never used the phrase \"we apologize for any inconvenience.\"\r\n\r\nWhen you are communicating with customers/clients/donors or other target audiences your first priority is to figure out what information THEY need to understand your message.  It may be useful to make sure you are answering the journalist\'s W\'s: why, where, what, who and how.\r\n\r\nYou may want to check that you Here\'s a list of stuff that you may be easily overlooked:\r\n\r\nHours\r\n\r\nLocation\r\n\r\nComplete contact information. An email is not sufficient.\r\n\r\nDirections\r\n\r\nDates\r\n\r\n&nbsp;\r\n\r\nIt seems basic, and yet how many letters have we all received that fail to mention crucial information?\r\n\r\nAnd remember, even though most of us look up addresses and information on the Internet, the Internet or your website can go down. You should have a analog form of communication.','Better business communication is essential','','draft','open','open','','','','','2013-02-18 20:21:02','2013-02-18 20:21:02','',0,'http://deborahbrody.com/?p=2067',0,'post','',0),
(2068,4,'2013-02-18 19:35:27','2013-02-18 19:35:27','Although we tend to pay much more attention and spend much more money on marketing communications (brochures, websites, ads, etc.), we should probably be spending as much effort on everyday business communications (memos, customer contact, letters, emails, etc.).\n\nI live in a townhouse community with a homeowner\'s association and a management company, which do not do a good job with business communication. Case in point: I received a postcard on Friday informing me of very noisy and disruptive work over this past weekend. The card did not specify the nature of the work, only gave an email for contact, and never used the phrase \"we apologize for any inconvenience.\"\n\nWhen you are communicating with customers/clients/donors or other target audiences your first priority is to figure out what information THEY need to understand your message.  It may be useful to make sure you are answering the journalist\'s W\'s: why, where, what, who and how.\n\nYou may want to check that you Here\'s a list of stuff that you may be easily overlooked:\n\nHours\n\nLocation\n\nComplete contact information. An email is not sufficient.\n\nDirections\n\nDates\n\n&nbsp;\n\nIt seems basic, and yet how many letters have we all received that fail to mention crucial information?\n\nAnd remember, even though most of us look up addresses and information on the Internet, the Internet or your website can go down. You should have a analog form of communication.','Better business communication is essential','','inherit','open','open','','2067-revision','','','2013-02-18 19:35:27','2013-02-18 19:35:27','',2067,'http://deborahbrody.com/2013/02/2067-revision/',0,'revision','',0),
(2069,4,'2013-02-18 19:36:45','2013-02-18 19:36:45','Although we tend to pay much more attention and spend much more money on marketing communications (brochures, websites, ads, etc.), we should probably be spending as much effort on everyday business communications (memos, customer contact, letters, emails, etc.).\n\nI live in a townhouse community with a homeowner\'s association and a management company, which do not do a good job with business communication. Case in point: I received a postcard on Friday informing me of very noisy and disruptive work over this past weekend. The card did not specify the nature of the work, only gave an email for contact, and never used the phrase \"we apologize for any inconvenience.\"\n\nWhen you are communicating with customers/clients/donors or other target audiences your first priority is to figure out what information THEY need to understand your message.  It may be useful to make sure you are answering the journalist\'s W\'s: why, where, what, who and how.\n\nYou may want to check that you Here\'s a list of stuff that you may be easily overlooked:\n\nHours\n\nLocation\n\nComplete contact information. An email is not sufficient.\n\nDirections\n\nDates\n\n&nbsp;\n\nIt seems basic, and yet how many letters have we all received that fail to mention crucial information?\n\nAnd remember, even though most of us look up addresses and information on the Internet, the Internet or your website can go down. You should have a analog form of communication.','Better business communication is essential','','inherit','open','open','','2067-revision-2','','','2013-02-18 19:36:45','2013-02-18 19:36:45','',2067,'http://deborahbrody.com/2013/02/2067-revision-2/',0,'revision','',0),
(2071,4,'2013-02-21 15:13:51','0000-00-00 00:00:00','Marketers have flocked to social media in order to cut costs. Social media is seen as a free or inexpensive way to reach lots of people. And it can be, but there are costs.\n\nYesterday, I attended a few programs for Social Media Week DC.  The first one','There is no free lunch','','draft','open','open','','there-is-no-free-lunch','','','2013-02-21 15:13:51','2013-02-21 15:13:51','',0,'http://deborahbrody.com/?p=2071',0,'post','',0),
(2072,4,'2013-02-21 15:12:14','2013-02-21 15:12:14','Marketers have flocked to social media in order to cut costs. Social media is seen as a free or inexpensive way to reach lots of people. And it can be, but there are costs.\n\nYesterday, I attended a few programs for Social Media Week DC.  Th','There is no free lunch','','inherit','open','open','','2071-revision','','','2013-02-21 15:12:14','2013-02-21 15:12:14','',2071,'http://deborahbrody.com/2013/02/2071-revision/',0,'revision','',0),
(2094,4,'2013-03-12 15:45:35','2013-03-12 15:45:35','It is not an exaggeration to say that blogs can help change the world. Take, for example blogger (and dissident) Yoani Sanchez.  Since 2007, Yoani has been an outspoken critic of the situation in Cuba on her blog Generacion Y.  She has attracted worldwide attention and is currently on tour, <a href=\"http://www.washingtonpost.com/world/the_americas/yoani-sanchez-dissident-cuban-blogger-behind-generation-y-goes-on-tour/2013/03/11/c505af4c-8a75-11e2-a88e-461ffa2e34e4_story_1.html\" target=\"_blank\">as reported in the Washington Post toda</a>y.\r\n\r\nAnd then there is A<a href=\"http://aiweiwei.com/\" target=\"_blank\">i Weiwei,</a> the Chinese artist  who has been using his blog (and Twitter) to document the China\'s governmental cover up of shoddy building codes that led to the the death of more than 5,000 schoolchildren in the aftermath of the devastating 2008 earthquake.\r\n\r\nBoth Sanchez and Ai Weiwei live in repressive societies where the government controls mass media. Both were able to use blogs, because they are self-published mass media outlets, to get their message and thoughts out to the world. By  providing an alternative news/opinion source, not only to their fellow citizens, but to the world, they are shining a bright spotlight that would otherwise not exist.\r\n\r\nBlogs are powerful. They allow you to communicate your thoughts to people everywhere around the world. You can use words, photos, video or even music with few barriers, at a low monetary cost (and sometimes, even free).\r\n\r\nIf you really want to make an impact, there is no better nor a more direct way than on your own blog.\r\n\r\n&nbsp;','Blogs can help change the world','','publish','open','open','','blogs-can-help-change-the-world','','','2013-03-12 15:45:35','2013-03-12 15:45:35','',0,'http://deborahbrody.com/?p=2094',0,'post','',0),
(2074,4,'2013-02-22 16:12:27','2013-02-22 16:12:27','You may have a great offering, beautiful marketing collateral, an interactive website, a robust presence on social media and yet, you are not achieving your marketing objectives. There could be many causes for this, like a poor economy or poor pricing or too much competition, but it could also be that you are<strong> being too aggressive</strong>. You are turning people off.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"239\"]<a title=\"bullhorn by spDuchamp, on Flickr\" href=\"http://www.flickr.com/photos/duchamp/15296832/\"><img alt=\"bullhorn\" src=\"http://farm1.staticflickr.com/13/15296832_d279064329.jpg\" width=\"239\" height=\"500\" /></a> Bullhorn by spDuchamp from Flickr[/caption]\r\n\r\nTelemarketers are especially bad at understanding that aggressiveness does not build customer trust. Quite the opposite. It builds distrust and worse, dislike. Calling repeatedly at all times of day and night does not make a potential customer or donor enamored of your product or cause.\r\n\r\nPerhaps this is the divide between marketing and sales. In marketing, you are trying to build interest in your product and service by using tools such as the \"Four Ps\" (pricing, promotion, product, placement), whereas in sales you are trying to achieve quotas, generally measured in revenue.\r\n\r\nSay you are shopping for a new car. The marketing function will get you to consider the new XYZ hybrid sedan from the big car manufacturer. You are intrigued by the miles per gallon or the comfort or whatever other attribute. You walk into a showroom and immediately a sales representative is there, trying to get you to buy. If he or she is too aggressive, chances are good you will walk out without making a purchase. The marketing worked but the sales pitch didn\'t.\r\n\r\nBrad Phillips of Phillips Media Relations had such a thing happen to him with a PR service. He<a href=\"http://www.mrmediatraining.com/2013/02/21/come-on-vocus-help-a-busy-pr-professional-out/\" target=\"_blank\"> discussed it yesterday  on his Mr. Media Training blog</a>, and received a lot of support (read the comments).  He signed up for a service that is marketed to people like him, but then was assaulted by a too-aggressive sales person trying to sell him other products and services.  The problem was not the offering as much as the aggression.\r\n\r\nAre you being to aggressive in your pitch? Here are some instances of marketing (and sales) aggressiveness:\r\n<ul>\r\n	<li>Calling too much/ too often</li>\r\n	<li>Sending too many emails (including enewsletters)</li>\r\n	<li>Invading privacy (such as asking Google or Facebook to scan private messages for keywords)</li>\r\n	<li>In traditional advertising, opting for frequency over reach (have you ever watched a TV program where the same ad is shown multiple times?)</li>\r\n	<li>Send enewsletters out without prior opt-in, and without an easy opt-out.</li>\r\n	<li>Loud (literally) advertising (even though it has been regulated, I am still hearing ads that have a higher volume than the programming)</li>\r\n	<li>Bait-and-switch tactics</li>\r\n</ul>\r\nWhat results from these tactics is that people feel attacked or overwhelmed or frustrated. They can\'t lower the volume and they resent it. They feel that your sales pitch is invading their private space.\r\n\r\nCan you think of other aggressive behavior? How do you react to aggressive marketing? Do you think the results justify the means?\r\n<h3>Blogging workshop next week!</h3>\r\nThere\'s still time to register for my How to Blog Workshop, which takes place next Thursday, February 28 in Silver Spring, MD. Visit <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog3.eventbrite.com</a> for more details and registration.\r\n\r\n&nbsp;','The one thing that will kill your marketing efforts','','publish','open','open','','the-one-thing-that-will-kill-your-marketing-efforts','','\nhttp://www.mrmediatraining.com/2013/02/21/come-on-vocus-help-a-busy-pr-professional-out/','2013-02-22 16:15:10','2013-02-22 16:15:10','',0,'http://deborahbrody.com/?p=2074',0,'post','',0),
(2075,4,'2013-02-22 16:11:19','2013-02-22 16:11:19','You may have a great offering, beautiful marketing collateral, an interactive website, a robust presence on social media and yet, you are not achieving your marketing objectives. There could be many causes for this, like a poor economy or poor pricing or too much competition, but it could also be that you are<strong> being too aggressive</strong>. You are turning people off.\n\n<a title=\"bullhorn by spDuchamp, on Flickr\" href=\"http://www.flickr.com/photos/duchamp/15296832/\"><img alt=\"bullhorn\" src=\"http://farm1.staticflickr.com/13/15296832_d279064329.jpg\" width=\"239\" height=\"500\" /></a>\n\nTelemarketers are especially bad at understanding that aggressiveness does not build customer trust. Quite the opposite. It builds distrust and worse, dislike. Calling repeatedly at all times of day and night does not make a potential customer or donor enamored of your product or cause.\n\nPerhaps this is the divide between marketing and sales. In marketing, you are trying to build interest in your product and service by using tools such as the \"Four Ps\" (pricing, promotion, product, placement), whereas in sales you are trying to achieve quotas, generally measured in revenue.\n\nSay you are shopping for a new car. The marketing function will get you to consider the new XYZ hybrid sedan from the big car manufacturer. You are intrigued by the miles per gallon or the comfort or whatever other attribute. You walk into a showroom and immediately a sales representative is there, trying to get you to buy. If he or she is too aggressive, chances are good you will walk out without making a purchase. The marketing worked but the sales pitch didn\'t.\n\nBrad Phillips of Phillips Media Relations had such a thing happen to him with a PR service. He<a href=\"http://www.mrmediatraining.com/2013/02/21/come-on-vocus-help-a-busy-pr-professional-out/\" target=\"_blank\"> discussed it yesterday  on his Mr. Media Training blog</a>, and received a lot of support (read the comments).  He signed up for a service that is marketed to people like him, but then was assaulted by a too-aggressive sales person trying to sell him other products and services.  The problem was not the offering as much as the aggression.\n\nAre you being to aggressive in your pitch? Here are some instances of marketing (and sales) aggressiveness:\n<ul>\n	<li>Calling too much/ too often</li>\n	<li>Sending too many emails (including enewsletters)</li>\n	<li>Invading privacy (such as asking Google or Facebook to scan private messages for keywords)</li>\n	<li>In traditional advertising, opting for frequency over reach (have you ever watched a TV program where the same ad is shown multiple times?)</li>\n	<li>Send enewsletters out without prior opt-in, and without an easy opt-out.</li>\n	<li>Loud (literally) advertising (even though it has been regulated, I am still hearing ads that have a higher volume than the programming)</li>\n	<li>Bait-and-switch tactics</li>\n</ul>\nWhat results from these tactics is that people feel attacked or overwhelmed or frustrated. They can\'t lower the volume and they resent it. They feel that your sales pitch is invading their private space.\n\nCan you think of other aggressive behavior? How do you react to aggressive marketing? Do you think the results justify the means?\n\n&nbsp;\n\n&nbsp;','The one thing that will kill your marketing efforts','','inherit','open','open','','2074-revision','','','2013-02-22 16:11:19','2013-02-22 16:11:19','',2074,'http://deborahbrody.com/2013/02/2074-revision/',0,'revision','',0),
(2076,4,'2013-02-22 16:12:19','2013-02-22 16:12:19','You may have a great offering, beautiful marketing collateral, an interactive website, a robust presence on social media and yet, you are not achieving your marketing objectives. There could be many causes for this, like a poor economy or poor pricing or too much competition, but it could also be that you are<strong> being too aggressive</strong>. You are turning people off.\n\n[caption id=\"\" align=\"aligncenter\" width=\"239\"]<a title=\"bullhorn by spDuchamp, on Flickr\" href=\"http://www.flickr.com/photos/duchamp/15296832/\"><img alt=\"bullhorn\" src=\"http://farm1.staticflickr.com/13/15296832_d279064329.jpg\" width=\"239\" height=\"500\" /></a> Bullhorn by spDuchamp from Flickr[/caption]\n<p style=\"text-align: center;\"></p>\nTelemarketers are especially bad at understanding that aggressiveness does not build customer trust. Quite the opposite. It builds distrust and worse, dislike. Calling repeatedly at all times of day and night does not make a potential customer or donor enamored of your product or cause.\n\nPerhaps this is the divide between marketing and sales. In marketing, you are trying to build interest in your product and service by using tools such as the \"Four Ps\" (pricing, promotion, product, placement), whereas in sales you are trying to achieve quotas, generally measured in revenue.\n\nSay you are shopping for a new car. The marketing function will get you to consider the new XYZ hybrid sedan from the big car manufacturer. You are intrigued by the miles per gallon or the comfort or whatever other attribute. You walk into a showroom and immediately a sales representative is there, trying to get you to buy. If he or she is too aggressive, chances are good you will walk out without making a purchase. The marketing worked but the sales pitch didn\'t.\n\nBrad Phillips of Phillips Media Relations had such a thing happen to him with a PR service. He<a href=\"http://www.mrmediatraining.com/2013/02/21/come-on-vocus-help-a-busy-pr-professional-out/\" target=\"_blank\"> discussed it yesterday  on his Mr. Media Training blog</a>, and received a lot of support (read the comments).  He signed up for a service that is marketed to people like him, but then was assaulted by a too-aggressive sales person trying to sell him other products and services.  The problem was not the offering as much as the aggression.\n\nAre you being to aggressive in your pitch? Here are some instances of marketing (and sales) aggressiveness:\n<ul>\n	<li>Calling too much/ too often</li>\n	<li>Sending too many emails (including enewsletters)</li>\n	<li>Invading privacy (such as asking Google or Facebook to scan private messages for keywords)</li>\n	<li>In traditional advertising, opting for frequency over reach (have you ever watched a TV program where the same ad is shown multiple times?)</li>\n	<li>Send enewsletters out without prior opt-in, and without an easy opt-out.</li>\n	<li>Loud (literally) advertising (even though it has been regulated, I am still hearing ads that have a higher volume than the programming)</li>\n	<li>Bait-and-switch tactics</li>\n</ul>\nWhat results from these tactics is that people feel attacked or overwhelmed or frustrated. They can\'t lower the volume and they resent it. They feel that your sales pitch is invading their private space.\n\nCan you think of other aggressive behavior? How do you react to aggressive marketing? Do you think the results justify the means?\n\n&nbsp;\n\n&nbsp;','The one thing that will kill your marketing efforts','','inherit','open','open','','2074-revision-2','','','2013-02-22 16:12:19','2013-02-22 16:12:19','',2074,'http://deborahbrody.com/2013/02/2074-revision-2/',0,'revision','',0),
(2077,4,'2013-02-22 16:15:04','2013-02-22 16:15:04','You may have a great offering, beautiful marketing collateral, an interactive website, a robust presence on social media and yet, you are not achieving your marketing objectives. There could be many causes for this, like a poor economy or poor pricing or too much competition, but it could also be that you are<strong> being too aggressive</strong>. You are turning people off.\n\n[caption id=\"\" align=\"aligncenter\" width=\"239\"]<a title=\"bullhorn by spDuchamp, on Flickr\" href=\"http://www.flickr.com/photos/duchamp/15296832/\"><img alt=\"bullhorn\" src=\"http://farm1.staticflickr.com/13/15296832_d279064329.jpg\" width=\"239\" height=\"500\" /></a> Bullhorn by spDuchamp from Flickr[/caption]\n\nTelemarketers are especially bad at understanding that aggressiveness does not build customer trust. Quite the opposite. It builds distrust and worse, dislike. Calling repeatedly at all times of day and night does not make a potential customer or donor enamored of your product or cause.\n\nPerhaps this is the divide between marketing and sales. In marketing, you are trying to build interest in your product and service by using tools such as the \"Four Ps\" (pricing, promotion, product, placement), whereas in sales you are trying to achieve quotas, generally measured in revenue.\n\nSay you are shopping for a new car. The marketing function will get you to consider the new XYZ hybrid sedan from the big car manufacturer. You are intrigued by the miles per gallon or the comfort or whatever other attribute. You walk into a showroom and immediately a sales representative is there, trying to get you to buy. If he or she is too aggressive, chances are good you will walk out without making a purchase. The marketing worked but the sales pitch didn\'t.\n\nBrad Phillips of Phillips Media Relations had such a thing happen to him with a PR service. He<a href=\"http://www.mrmediatraining.com/2013/02/21/come-on-vocus-help-a-busy-pr-professional-out/\" target=\"_blank\"> discussed it yesterday  on his Mr. Media Training blog</a>, and received a lot of support (read the comments).  He signed up for a service that is marketed to people like him, but then was assaulted by a too-aggressive sales person trying to sell him other products and services.  The problem was not the offering as much as the aggression.\n\nAre you being to aggressive in your pitch? Here are some instances of marketing (and sales) aggressiveness:\n<ul>\n	<li>Calling too much/ too often</li>\n	<li>Sending too many emails (including enewsletters)</li>\n	<li>Invading privacy (such as asking Google or Facebook to scan private messages for keywords)</li>\n	<li>In traditional advertising, opting for frequency over reach (have you ever watched a TV program where the same ad is shown multiple times?)</li>\n	<li>Send enewsletters out without prior opt-in, and without an easy opt-out.</li>\n	<li>Loud (literally) advertising (even though it has been regulated, I am still hearing ads that have a higher volume than the programming)</li>\n	<li>Bait-and-switch tactics</li>\n</ul>\nWhat results from these tactics is that people feel attacked or overwhelmed or frustrated. They can\'t lower the volume and they resent it. They feel that your sales pitch is invading their private space.\n\nCan you think of other aggressive behavior? How do you react to aggressive marketing? Do you think the results justify the means?\n<h3>Blogging workshop next week!</h3>\nThere\'s still time to register for my How to Blog Workshop, which takes place next Thursday, February 28 in Silver Spring, MD. Visit <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog3.eventbrite.com</a> for more details and registration.\n\n&nbsp;','The one thing that will kill your marketing efforts','','inherit','open','open','','2074-autosave','','','2013-02-22 16:15:04','2013-02-22 16:15:04','',2074,'http://deborahbrody.com/2013/02/2074-autosave/',0,'revision','',0),
(2078,4,'2013-02-22 16:12:27','2013-02-22 16:12:27','You may have a great offering, beautiful marketing collateral, an interactive website, a robust presence on social media and yet, you are not achieving your marketing objectives. There could be many causes for this, like a poor economy or poor pricing or too much competition, but it could also be that you are<strong> being too aggressive</strong>. You are turning people off.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"239\"]<a title=\"bullhorn by spDuchamp, on Flickr\" href=\"http://www.flickr.com/photos/duchamp/15296832/\"><img alt=\"bullhorn\" src=\"http://farm1.staticflickr.com/13/15296832_d279064329.jpg\" width=\"239\" height=\"500\" /></a> Bullhorn by spDuchamp from Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nTelemarketers are especially bad at understanding that aggressiveness does not build customer trust. Quite the opposite. It builds distrust and worse, dislike. Calling repeatedly at all times of day and night does not make a potential customer or donor enamored of your product or cause.\r\n\r\nPerhaps this is the divide between marketing and sales. In marketing, you are trying to build interest in your product and service by using tools such as the \"Four Ps\" (pricing, promotion, product, placement), whereas in sales you are trying to achieve quotas, generally measured in revenue.\r\n\r\nSay you are shopping for a new car. The marketing function will get you to consider the new XYZ hybrid sedan from the big car manufacturer. You are intrigued by the miles per gallon or the comfort or whatever other attribute. You walk into a showroom and immediately a sales representative is there, trying to get you to buy. If he or she is too aggressive, chances are good you will walk out without making a purchase. The marketing worked but the sales pitch didn\'t.\r\n\r\nBrad Phillips of Phillips Media Relations had such a thing happen to him with a PR service. He<a href=\"http://www.mrmediatraining.com/2013/02/21/come-on-vocus-help-a-busy-pr-professional-out/\" target=\"_blank\"> discussed it yesterday  on his Mr. Media Training blog</a>, and received a lot of support (read the comments).  He signed up for a service that is marketed to people like him, but then was assaulted by a too-aggressive sales person trying to sell him other products and services.  The problem was not the offering as much as the aggression.\r\n\r\nAre you being to aggressive in your pitch? Here are some instances of marketing (and sales) aggressiveness:\r\n<ul>\r\n	<li>Calling too much/ too often</li>\r\n	<li>Sending too many emails (including enewsletters)</li>\r\n	<li>Invading privacy (such as asking Google or Facebook to scan private messages for keywords)</li>\r\n	<li>In traditional advertising, opting for frequency over reach (have you ever watched a TV program where the same ad is shown multiple times?)</li>\r\n	<li>Send enewsletters out without prior opt-in, and without an easy opt-out.</li>\r\n	<li>Loud (literally) advertising (even though it has been regulated, I am still hearing ads that have a higher volume than the programming)</li>\r\n	<li>Bait-and-switch tactics</li>\r\n</ul>\r\nWhat results from these tactics is that people feel attacked or overwhelmed or frustrated. They can\'t lower the volume and they resent it. They feel that your sales pitch is invading their private space.\r\n\r\nCan you think of other aggressive behavior? How do you react to aggressive marketing? Do you think the results justify the means?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The one thing that will kill your marketing efforts','','inherit','open','open','','2074-revision-3','','','2013-02-22 16:12:27','2013-02-22 16:12:27','',2074,'http://deborahbrody.com/2013/02/2074-revision-3/',0,'revision','',0),
(2079,4,'2013-02-25 15:06:00','2013-02-25 15:06:00','In case you missed it, last night was the movie awards ceremony formerly known as The Academy Awards, now known simply as the Oscars. Not sure what the TV broadcast viewership was, but it was large (very large). The Oscars are one of the most viewed, most commented and most followed awards.  The #oscars2013 hashtag certainly lit up my Twitter stream last night, proving that most major televised events are having the \"second-screen\" effect.\r\n\r\nDo you know who won for Best Picture? Or for Best Director?You should, but in case you are a person who doesn\'t watch TV or movies or read a newspaper or the Yahoo! home page, it was Argo and Ang Lee for Life of Pi,  respectively.\r\n\r\n<strong> If you want to be successful in marketing communications, you need to be conversant in pop culture.</strong> You just do. Pop culture is the currency that allows you to participate in the world. It is the fodder of small talk at happy hours and cocktail receptions and what brings people together around the proverbial water cooler (even if your water cooler is Twitter). If you don\'t know Ben Affleck from Quentin Tarantino, Adele from Lady Gaga,  you are out of touch with what many people share in society.\r\n\r\nI know people that refuse to watch movies or TV shows because nothing compares to whatever they feel was the golden age of entertainment. Some people never tune in to the top 40 station on their radios. Others don\'t read current bestsellers claiming nothing worthwhile is being written today. That\'s fine. <strong>No one should have to watch, listen or read anything they find distasteful.  But they should know what it is they are not watching, listening or reading. </strong> In other words, you should know who won the Oscars last night even if you didn\'t watch the show or see any of the movies nominated.\r\n\r\nWill something evil befall you if you don\'t know? No, of course not.  You will just be out of step with what most people follow. If you see a reference to Jennifer Lawrence or Anne Hathaway, you won\'t understand why they are being talked about.  And you may also be missing out on relationship-building conversations.  The beauty of pop culture is that it is out there, available to everyone. You don\'t have to be an insider or well-connected.\r\n\r\nSo, do you know who won at the Oscars last night?\r\n<h3>Want to improve your blogging?</h3>\r\nIf you want to improve your blogging or even get your blog off the ground,  and you are in the Washington, DC metro area, check out my blogging workshop <span style=\"text-decoration: underline;\">this Thursday.</span> You must pre-register. More details and registration: <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">http://howtowriteyourblog3.eventbrite.com/#</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why you should know who won at the Oscars','','publish','open','open','','why-you-should-know-who-won-at-the-oscars','','','2013-02-25 15:06:00','2013-02-25 15:06:00','',0,'http://deborahbrody.com/?p=2079',0,'post','',0),
(2080,4,'2013-02-25 15:05:10','2013-02-25 15:05:10','In case you missed it, last night was the movie awards ceremony formerly known as The Academy Awards, now known simply as the Oscars. Not sure what the TV broadcast viewership was, but it was large (very large). The Oscars are one of the most viewed, most commented and most followed awards.  The #oscars2013 hashtag certainly lit up my Twitter stream last night, proving that most major televised events are having the \"second-screen\" effect.\n\nDo you know who won for Best Picture? Or for Best Director?You should, but in case you are a person who doesn\'t watch TV or movies or read a newspaper or the Yahoo! home page, it was Argo and Ang Lee for Life of Pi,  respectively.\n\n<strong> If you want to be successful in marketing communications, you need to be conversant in pop culture.</strong> You just do. Pop culture is the currency that allows you to participate in the world. It is the fodder of small talk at happy hours and cocktail receptions and what brings people together around the proverbial water cooler (even if your water cooler is Twitter). If you don\'t know Ben Affleck from Quentin Tarantino, Adele from Lady Gaga,  you are out of touch with what many people share in society.\n\nI know people that refuse to watch movies or TV shows because nothing compares to whatever they feel was the golden age of entertainment. Some people never tune in to the top 40 station on their radios. Others don\'t read current bestsellers claiming nothing worthwhile is being written today. That\'s fine. No one should have to watch, listen or read anything they find distasteful.  But they should know what it is they are not watching, listening or reading.  In other words, you should know who won the Oscars last night even if you didn\'t watch the show or see any of the movies nominated.\n\nWill something evil befall you if you don\'t know? No, of course not.  You will just be out of step with what most people follow. If you see a reference to Jennifer Lawrence or Anne Hathaway, you won\'t understand why they are being talked about.  And you may also be missing out on relationship-building conversations.  The beauty of pop culture is that it is out there, available to everyone. You don\'t have to be an insider or well-connected.\n<h3>Want to improve your blogging?</h3>\nIf you want to improve your blogging or even get your blog off the ground,  and you are in the Washington, DC metro area, check out my blogging workshop <span style=\"text-decoration: underline;\">this Thursday.</span> You must pre-register. More details and registration: <a href=\"http://howtowriteyourblog3.eventbrite.com/#\" target=\"_blank\">http://howtowriteyourblog3.eventbrite.com/#</a>\n\n&nbsp;\n\n&nbsp;','Why you should know who won at the Oscars','','inherit','open','open','','2079-revision','','','2013-02-25 15:05:10','2013-02-25 15:05:10','',2079,'http://deborahbrody.com/2013/02/2079-revision/',0,'revision','',0),
(2082,4,'2013-02-26 20:55:50','2013-02-26 20:55:50','I was reading a transcript of an online discussion regarding the benefits of blogging for business. One the people in the discussion said she did not have time to blog since she was way too busy doing client work. I wasn\'t on the conversation, but I would have told her she is making a big mistake.\n\nIt\'s very simple. If you don\'t do any marketing because you are busy, you will inevitably have to work twice as hard when you aren\'t. And yes, blogging is a marketing effort. It boosts your visibility. It keeps your website current. It helps with SEO.\n\nIt\'s like people who don\'t network because they have a job. And then they lose the job and realize they don\'t have relationships in place to help them in a job search.\n\nWhether you are busy or not, blogging should be a part of your business marketing routine. To neglect your blog now because you are busy working on your client\'s behalf is a rookie mistake. Those of us who have been in the business world for a while know that clients come and go. Clients can face budget shortfalls and cut you from one day to the next.','Why you should blog even if you don\'t have the time','','inherit','open','open','','2081-revision','','','2013-02-26 20:55:50','2013-02-26 20:55:50','',2081,'http://deborahbrody.com/2013/02/2081-revision/',0,'revision','',0),
(2083,4,'2013-02-27 15:08:25','2013-02-27 15:08:25','I was reading a transcript of an online discussion regarding the benefits of blogging for business. One of the people in the discussion declared that she did not have time to blog since she was way too busy doing client work. Her blog was basically abandoned, and she was OK with that. I wasn\'t in on the conversation, but if I had been,  I would have told her she is making a big mistake.\n\nIt\'s very simple. If you don\'t do any marketing because you are busy, you will inevitably have to work twice as hard to market yourself when you aren\'t busy. And yes, blogging is a marketing effort:  It boosts your visibility. It keeps your website current. It helps with SEO.\n\nNot blogging because you are too busy is like not networking because you already have a job. If you lose your job (which unfortunately can happen from one day to the next) you will soon realize you don\'t have relationships in place to help you in a job search. You must keep networking and building relationships, whether you \"need\" them now or not, because you never know what will happen in the future.\n\nWhether you are busy or not, blogging should be a part of your business marketing routine. To neglect your blog now because you are busy working on your client\'s behalf is a rookie mistake. Those of us who have been in the business world for a while know that clients come and go. Clients can face budget shortfalls and cut you from one day to the next.\n\n<strong>Put energy into your business, not just your client\'s business.</strong> This applies to you whether you have your own business, or you work for someone else, and even if you are concerned with developing your career. If you are a worker bee, why not have a personal blog? If you work for an organization, you should insist that the blog not be neglected. And it goes without saying that if you own your own business, you are solely responsible for keeping you presence up-to-date.\n\nDon\'t wait! Write a blog post today!','Why you should blog even if you don\'t have the time','','inherit','open','open','','2081-revision-2','','','2013-02-27 15:08:25','2013-02-27 15:08:25','',2081,'http://deborahbrody.com/2013/02/2081-revision-2/',0,'revision','',0),
(2088,4,'2013-03-04 15:58:21','2013-03-04 15:58:21','Did you watch the 2011 movie <span style=\"text-decoration: underline;\"><a href=\"http://www.imdb.com/title/tt1598822/?ref_=sr_2\" target=\"_blank\">New Year\'s Eve</a></span>? If you spent money on it either in the theater or renting it, I am sorry for your loss.  I only watched the beginning as it was playing on one of  my cable movie channels. After 20 minutes of unbelievable situations and bad lines, I went back to reading the side of the cereal box.\n\nYou would be forgiven for thinking that this movie was worth watching. After all, it has a cast of well known (and very attractive) actors (including Michelle Pfeiffer, Hillary Swank, Robert DeNiro, Halle Berry, Ashton Kutcher, Sarah Jessica Parker and even Jon Bon Jovi, to name a few). It is directed by Gary Marshall, who brought us bastions of sitcom TV such as Happy Days and Laverne and Shirley.\n\nBut the actors and the director have to follow a screenplay, which in this case was written by <a href=\"http://www.imdb.com/name/nm0297545/?ref_=tt_ov_wr\" target=\"_blank\">Katherine Fugate</a>. Fugate\'s credits include the TV series <span style=\"text-decoration: underline;\">Xena: Warrior Princess.</span> Fugate also wrote <span style=\"text-decoration: underline;\">Valentine\'s Day</span>, another movie that revolves around an over-hyped holiday and which features lots of well known actors (some of the very same ones that appear in <span style=\"text-decoration: underline;\">New Year\'s Eve</span>).\n\nApparently, Gary Marshall saw potential in a holiday movie franchise. Perhaps we should prepare for St. Patrick\'s Day: The Movie, in which a group of well known actors would be anxiously wondering how their romantic lives will survive the drinking of green beer.\n\nMovies are the result of all of the parts working together: acting, directing and writing. You could also throw in cinematography, editing, costume design and sound.  As <span style=\"text-decoration: underline;\">New Year\'s Eve</span> painfully underscores, even dozens of well-known actors and a funny-guy director do not make a poorly plotted and written screenplay shine. In other words,  a good movie is greater than the sum of its parts.\n\n<strong>Communications is much the same way.  </strong>You have to have more than just pretty, shiny parts that you throw together. To make the movie analogy work here,<strong> your communications efforts need good direction (communications strategy), believable acting (execution or tactics) and a well-written screenplay ( your communications plan).</strong>\n\nLook at your communications efforts right now.  Are you getting led by pretty tactics (Let\'s go on Pinterest! Let\'s get a blog!) or are you thinking about how everything works together to achieve your goals?','Greater than the sum of its parts','','inherit','open','open','','2087-revision','','','2013-03-04 15:58:21','2013-03-04 15:58:21','',2087,'http://deborahbrody.com/2013/03/2087-revision/',0,'revision','',0),
(2089,4,'2013-03-06 14:42:33','2013-03-06 14:42:33','Last night I  watched the 2003 documentary<a href=\"http://www.lostboysfilm.com/\" target=\"_blank\"><span style=\"text-decoration: underline;\"> The Lost Boys of Sudan</span></a>.  The Lost Boys are a group of young men who managed to escape a brutal massacre of their people in Sudan and walked across the dessert to end up in a refugee camp in Kenya. Many of the boys lost both parents or entire families and some have no idea what happened to their families.  Some Lost Boys were repatriated to the United States, and this documentary focuses on two of them.\r\n\r\nThe documentary deals with the difficulty these boys have adapting to the United States. Nobody seems to tell them what to expect or how to navigate anything. Santino, one of the boys featured in the film, drives a car without a license or insurance and ends up hitting another car. He ends up in court where the judge tells him that it doesn\'t matter that he is in the process of getting a license, he is still responsible for not having one and driving anyway. His confusion and upset are palpable. He is earning $7 an hour, and now he has more than $500 in fines.  Nobody explained it to him and he had no way of knowing.\r\n\r\nCan you imagine being transported from a refugee camp in Africa to Houston, Texas? It must have been an extreme culture shock for these young men. And yet, they are greeted by two YMCA workers that speak to them in colloquial and fast English, even though the boys speak limited English, and it is not their primary language by far. And that is just the language gap. The film doesn\'t say much about these YMCA people, but it seems that they are clueless about the vast differences between someone from Sudan (who has survived trauma and has been living in a refugee camp) and someone who has been living in the U.S. all his or her life.\r\n\r\nIn the film, the boys are taken to an apartment, told that their rent will be paid for four months \"while they get on their feet,\" and seemingly, expected to fend for themselves without much guidance at all.\r\n\r\nThe documentary is a study in the contrasts between Americans and the Africans. Americans exhibit a very sheltered and ignorant view of the world.  The Africans quickly learn that they are different--not only from the white Americans but from the black Americans too. Their skin is darker, their culture is different.\r\n\r\nAs well-meaning as the YMCA and the others involved in the resettlement project were, they failed (miserably in my opinion) to consider how to properly communicate with the Lost Boys.  Good communication bridges differences. Bad communication forms barriers.\r\n\r\nTainted with cultural blindness, the Americans did not so much as consider how hard it would be to adjust to American society, or really, what it takes to navigate day-to-day interactions. The boys had never had jobs or earned money or paid rent or dealt with car insurance. And yet, they were left to deal with everything by themselves.\r\n\r\nWhat is worse is that the boys  came to America expecting to get an education. In the film, it seems their sponsors thought they should be grateful to get low skilled, low paying jobs.\r\n\r\nBecause expectations were not properly communicated and because the Americans did not take into consideration the needs of the Lost Boys, the film documents  a story of struggle and disaffection rather than of triumph and happiness. As hard as their lives were in Africa, it is not easier for them in the United States.\r\n\r\nTo me, this documentary illustrates perfectly how communication will fail if you don\'t consider your audience and its needs. Even the first decision of what language to use to communicate is a poor one. Communicating in English to people who barely speak the language is a recipe for failure.\r\n\r\nAre you considering your audience when you communicate? Or are you so focused on your message you are not checking to see if it is being received?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Lost in communication: the sad story of the Lost Boys of Sudan','','publish','open','open','','lost-boys','','','2013-03-06 14:42:33','2013-03-06 14:42:33','',0,'http://deborahbrody.com/?p=2089',0,'post','',0),
(2090,4,'2013-03-06 14:41:59','2013-03-06 14:41:59','Last night I  watched the 2003 documentary<a href=\"http://www.lostboysfilm.com/\" target=\"_blank\"><span style=\"text-decoration: underline;\"> The Lost Boys of Sudan</span></a>.  The Lost Boys are a group of young men who managed to escape a brutal massacre of their people in Sudan and walked across the dessert to end up in a refugee camp in Kenya. Many of the boys lost both parents or entire families and some have no idea what happened to their families.  Some Lost Boys were repatriated to the United States, and this documentary focuses on two of them.\n\nThe documentary deals with the difficulty these boys have adapting to the United States. Nobody seems to tell them what to expect or how to navigate anything. Santino, one of the boys featured in the film, drives a car without a license or insurance and ends up hitting another car. He ends up in court where the judge tells him that it doesn\'t matter that he is in the process of getting a license, he is still responsible for not having one and driving anyway. His confusion and upset are palpable. He is earning $7 an hour, and now he has more than $500 in fines.  Nobody explained it to him and he had no way of knowing.\n\nCan you imagine being transported from a refugee camp in Africa to Houston, Texas? It must have been an extreme culture shock for these young men. And yet, they are greeted by two YMCA workers that speak to them in colloquial and fast English, even though the boys speak limited English, and it is not their primary language by far. And that is just the language gap. The film doesn\'t say much about these YMCA people, but it seems that they are clueless about the vast differences between someone from Sudan (who has survived trauma and has been living in a refugee camp) and someone who has been living in the U.S. all his or her life.\n\nIn the film, the boys are taken to an apartment, told that their rent will be paid for four months \"while they get on their feet,\" and seemingly, expected to fend for themselves without much guidance at all.\n\nThe documentary is a study in the contrasts between Americans and the Africans. Americans exhibit a very sheltered and ignorant view of the world.  The Africans quickly learn that they are different--not only from the white Americans but from the black Americans too. Their skin is darker, their culture is different.\n\nAs well-meaning as the YMCA and the others involved in the resettlement project were, they failed (miserably in my opinion) to consider how to properly communicate with the Lost Boys.  Good communication bridges differences. Bad communication forms barriers.\n\nTainted with cultural blindness, the Americans did not so much as consider how hard it would be to adjust to American society, or really, what it takes to navigate day-to-day interactions. The boys had never had jobs or earned money or paid rent or dealt with car insurance. And yet, they were left to deal with everything by themselves.\n\nWhat is worse is that the boys  came to America expecting to get an education. In the film, it seems their sponsors thought they should be grateful to get low skilled, low paying jobs.\n\nBecause expectations were not properly communicated and because the Americans did not take into consideration the needs of the Lost Boys, the film documents  a story of struggle and disaffection rather than of triumph and happiness. As hard as their lives were in Africa, it is not easier for them in the United States.\n\nTo me, this documentary illustrates perfectly how communication will fail if you don\'t consider your audience and its needs. Even the first decision of what language to use to communicate is a poor one. Communicating in English to people who barely speak the language is a recipe for failure.\n\nAre you considering your audience when you communicate? Or are you so focused on your message you are not checking to see if it i\n\n&nbsp;\n\n&nbsp;','Lost in communication: the sad story of the Lost Boys of Sudan','','inherit','open','open','','2089-revision','','','2013-03-06 14:41:59','2013-03-06 14:41:59','',2089,'http://deborahbrody.com/2013/03/2089-revision/',0,'revision','',0),
(2092,4,'2013-03-08 14:25:44','2013-03-08 14:25:44','Yesterday, somebody on Twitter asked me whether she should advertise on Facebook. I asked what she was trying to accomplish. Her answer was to get more readers to her blog. Is that enough information to decide whether it is worth it to advertise? Not at all.\r\n\r\nLet me preface the following by saying that I don\'t believe that you should do advertising on a case-by-case basis. It is much smarter to look at your overall marketing communications goals and have a plan to meet them. <strong>Advertising is a tactic</strong> that you should use to bolster your strategy.\r\n\r\n<strong>Goals (measurable is better)</strong>\r\n\r\nFirst, you have to figure out what your goal really is. In this case, the blog owner could say she would like to increase her readership by 10% (that is, if she has the numbers for her current readership).  But the real question is why? Why does she want more readers? What will having more readers mean? Depending on your type of organization,  it could mean increased sales or donations or votes.\r\n\r\n<strong>Target audience</strong>\r\n\r\nSecond, you have to figure out exactly who your audience is and where you can find them.\r\n\r\n<strong>Budget</strong>\r\n\r\nThird, you have to figure out your advertising budget. Throwing a few dollars here and a few dollars there is not a budget. Advertising is an investment in your business. How much are you able or willing to invest?\r\n\r\n<strong>Trial</strong>\r\n\r\nFourth, once you have done your homework (if you know your audience, you have a target, you have budgeted a certain amount) then you are ready to try advertising.\r\n\r\n<strong>Tracking and measurement</strong>\r\n\r\nLastly, once you are running a campaign, you will need to pay special attention to your metrics.  Where are people finding you from? How will you track it?\r\n\r\nFiguring out how to do advertising is not a science. There is art to it. I know, I  was a media buyer eons ago, and I learned that some things look great on paper but don\'t work out. You can analyze CPM (cost per thousand) all you want, but sometimes, you have to let your instinct guide you.  Also, just because something is affordable, doesn\'t mean you should include it in your advertising plan. Sometimes, you don\'t know until you try it!\r\n\r\nIf you want help figuring out your advertising plan, <a href=\"http://deborahbrody.com/contact/\">contact me</a>.  Advertising planning is a process, which should be part of your overall communications plan.','To advertise or not to advertise','','publish','open','open','','to-advertise-or-not-to-advertise','','','2013-03-08 14:25:44','2013-03-08 14:25:44','',0,'http://deborahbrody.com/?p=2092',0,'post','',0),
(2093,4,'2013-03-08 14:25:35','2013-03-08 14:25:35','Yesterday, somebody on Twitter asked me whether she should advertise on Facebook. I asked what she was trying to accomplish. Her answer was to get more readers to her blog. Is that enough information to decide whether it is worth it to advertise? Not at all.\n\nLet me preface the following by saying that I don\'t believe that you should do advertising on a case-by-case basis. It is much smarter to look at your overall marketing communications goals and have a plan to meet them. <strong>Advertising is a tactic</strong> that you should use to bolster your strategy.\n\n<strong>Goals (measurable is better)</strong>\n\nFirst, you have to figure out what your goal really is. In this case, the blog owner could say she would like to increase her readership by 10% (that is, if she has the numbers for her current readership).  But the real question is why? Why does she want more readers? What will having more readers mean? Depending on your type of organization,  it could mean increased sales or donations or votes.\n\n<strong>Target audience</strong>\n\nSecond, you have to figure out exactly who your audience is and where you can find them.\n\n<strong>Budget</strong>\n\nThird, you have to figure out your advertising budget. Throwing a few dollars here and a few dollars there is not a budget. Advertising is an investment in your business. How much are you able or willing to invest?\n\n<strong>Trial</strong>\n\nFourth, once you have done your homework (if you know your audience, you have a target, you have budgeted a certain amount) then you are ready to try advertising.\n\n<strong>Tracking and measurement</strong>\n\nLastly, once you are running a campaign, you will need to pay special attention to your metrics.  Where are people finding you from? How will you track it?\n\nFiguring out how to do advertising is not a science. There is art to it. I know, I  was a media buyer eons ago, and I learned that some things look great on paper but don\'t work out. You can analyze CPM (cost per thousand) all you want, but sometimes, you have to let your instinct guide you.  Also, just because something is affordable, doesn\'t mean you should include it in your advertising plan. Sometimes, you don\'t know until you try it!\n\nIf you want help figuring out your advertising plan, <a href=\"http://deborahbrody.com/contact/\">contact me</a>.  Advertising planning is a process, which should be part of your overall communications plan.','To advertise or not to advertise','','inherit','open','open','','2092-revision','','','2013-03-08 14:25:35','2013-03-08 14:25:35','',2092,'http://deborahbrody.com/2013/03/2092-revision/',0,'revision','',0),
(2095,4,'2013-03-12 15:45:20','2013-03-12 15:45:20','It is not an exaggeration to say that blogs can help change the world. Take, for example blogger (and dissident) Yoani Sanchez.  Since 2007, Yoani has been an outspoken critic of the situation in Cuba on her blog Generacion Y.  She has attracted worldwide attention and is currently on tour, <a href=\"http://www.washingtonpost.com/world/the_americas/yoani-sanchez-dissident-cuban-blogger-behind-generation-y-goes-on-tour/2013/03/11/c505af4c-8a75-11e2-a88e-461ffa2e34e4_story_1.html\" target=\"_blank\">as reported in the Washington Post toda</a>y.\n\nAnd then there is A<a href=\"http://aiweiwei.com/\" target=\"_blank\">i Weiwei,</a> the Chinese artist  who has been using his blog (and Twitter) to document the China\'s governmental cover up of shoddy building codes that led to the the death of more than 5,000 schoolchildren in the aftermath of the devastating 2008 earthquake.\n\nBoth Sanchez and Ai Weiwei live in repressive societies where the government controls mass media. Both were able to use blogs, because they are self-published mass media outlets, to get their message and thoughts out to the world. By  providing an alternative news/opinion source, not only to their fellow citizens, but to the world, they are shining a bright spotlight that would otherwise not exist.\n\nBlogs are powerful. They allow you to communicate your thoughts to people everywhere around the world. You can use words, photos, video or even music with few barriers, at a low monetary cost (and sometimes, even free).\n\nIf you really want to make an impact, there is no better nor a more direct way than on your own blog.\n\n&nbsp;','Blogs can help change the world','','inherit','open','open','','2094-revision','','','2013-03-12 15:45:20','2013-03-12 15:45:20','',2094,'http://deborahbrody.com/2013/03/2094-revision/',0,'revision','',0),
(2096,4,'2013-03-12 15:46:41','2013-03-12 15:46:41','It is not an exaggeration to say that blogs can help change the world. Take, for example blogger (and dissident) Yoani Sanchez.  Since 2007, Yoani has been an outspoken critic of the situation in Cuba on her blog Generacion Y.  She has attracted worldwide attention and is currently on tour, <a href=\"http://www.washingtonpost.com/world/the_americas/yoani-sanchez-dissident-cuban-blogger-behind-generation-y-goes-on-tour/2013/03/11/c505af4c-8a75-11e2-a88e-461ffa2e34e4_story_1.html\" target=\"_blank\">as reported in the Washington Post toda</a>y.\n\nAnd then there is A<a href=\"http://aiweiwei.com/\" target=\"_blank\">i Weiwei,</a> the Chinese artist  who has been using his blog (and Twitter) to document the China\'s governmental cover up of shoddy building codes that led to the the death of more than 5,000 schoolchildren in the aftermath of the devastating 2008 earthquake.\n\nBoth Sanchez and Ai Weiwei live in repressive societies where the government controls mass media. Both were able to use blogs, because they are self-published mass media outlets, to get their message and thoughts out to the world. By  providing an alternative news/opinion source, not only to their fellow citizens, but to the world, they are shining a bright spotlight that would otherwise not exist.\n\nBlogs are powerful. They allow you to communicate your thoughts to people everywhere around the world. You can use words, photos, video or even music with few barriers, at a low monetary cost (and sometimes, even free).\n\nIf you really want to make an impact, there is no better nor a more direct way than on your own blog.\n\n&nbsp;','Blogs can help change the world','','inherit','open','open','','2094-autosave','','','2013-03-12 15:46:41','2013-03-12 15:46:41','',2094,'http://deborahbrody.com/2013/03/2094-autosave/',0,'revision','',0),
(2109,4,'2013-03-25 14:58:56','0000-00-00 00:00:00','Brands like Starbucks or Coke have thousands of followers on social media because people like their products or services. I would argue that mass appeal brands don\'t have to do much to be like-able because their offering is what people already like. However, the rest of us have to work a bit harder. People don\'t know us and they have to be convinced.\r\n\r\nLately, I have seen several small agencies practically begging for followers on Twitter. It seems to me that if these organizations were more \"like-able\" they would not feel the need to ask for followers.\r\n\r\nAre you (or your organization) like-able?\r\n<ul>\r\n	<li>First, are you on social media? How can people like you on Facebook if you aren\'t there?</li>\r\n	<li>Are you sharing valuable or interesting content?</li>\r\n	<li>Are you interacting?</li>\r\n</ul>\r\nOr, are you doing the following things (these are my particular pet peeves and reasons why I have stopped following people):\r\n<ul>\r\n	<li>Posting too little or too much</li>\r\n	<li>Using obscenity</li>\r\n	<li>Complaining all the time</li>\r\n	<li>Never responding</li>\r\n	<li>Auto posting</li>\r\n</ul>\r\nLike-ability is really about manners and common-sense.\r\n\r\n&nbsp;','Are you like-able?','','draft','open','open','','','','','2013-03-25 14:58:56','2013-03-25 14:58:56','',0,'http://deborahbrody.com/?p=2109',0,'post','',0),
(2099,4,'2013-03-14 13:00:34','2013-03-14 13:00:34','I am sure you have probably seen Microsoft\'s ad campaign against Google, where the company claims you are getting \"scroogled\" by Google. It is clever, and has some basis in reality. If you haven\'t, one of the ads is for Outlook.com, which is being presented as an alternative to Gmail. The ad implies that Google is reading your \"private\" email to be able to target advertising to you.\r\n\r\nI am not sure Microsoft is the correct alternative to Google, but I think they are on to something with the term \"scroogled.\" Google, which is ubiquitous, is desperately trying to get more people on its (useless in my opinion) Google Plus platform. To force you to join, they are now killing the extremely useful Google Reader.\r\n\r\nI have been using Google Reader for years, and often advise attendees to my blogging workshops that they should set up a reader. I also think readers are the only way to keep up with blogs, since you may follow dozens (if not hundreds). Readers give you one place to see what is new. If you only follow one or two blogs, then getting email updates works.\r\n\r\n<strong>Alternatives to Google Reader: Get one ASAP!</strong>\r\n\r\nIn any case, Google Reader will be gone as of July 1.  Luckily, there are some alternatives out there. Here are some reviews and compilations for you to check out:\r\n\r\n<a href=\"http://reviews.cnet.com/8301-19512_7-57574201-233/google-reader-is-dying-but-we-have-five-worthy-alternatives/\" target=\"_blank\">CNET: 5 Worthy Alternatives</a>\r\n\r\n<a href=\"http://siliconangle.com/blog/2013/02/11/6-alternatives-to-the-dying-google-reader/\" target=\"_blank\">Silicon Angle: 6 Alternatives to the Dying Google Reader</a>\r\n\r\n<a href=\"http://lifehacker.com/5990456/google-reader-is-getting-shut-down-here-are-the-best-alternatives\" target=\"_blank\">Lifehacker: Google Reader is Shutting Down; Here Are the Best Alternatives</a>\r\n\r\n<strong>Don\'t get \"scroogled!\"</strong>\r\n\r\nThe lesson I draw from this is that any free service is free to let you down in the end.  Many individuals and organizations put all their eggs in the proverbial free basket, and will suffer the consequences when organizations like Google and Facebook change the rules of the road whenever they like.  My advice is to make sure you own your own website or blog (don\'t depend on Blogger or Wordpress.com), have your own email (which you can usually get when you have your own domain and web hosting) and have alternatives to the free behemoths, which after all have their own agenda to push and ultimately, don\'t care about your needs and wants.\r\n\r\nWhat are your thoughts? Do you feel that Google is treating you fairly?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Getting \"scroogled\"','','publish','open','open','','getting-scroogled','','','2013-03-14 13:00:34','2013-03-14 13:00:34','',0,'http://deborahbrody.com/?p=2099',0,'post','',0),
(2100,4,'2013-03-14 12:59:52','2013-03-14 12:59:52','I am sure you have probably seen Microsoft\'s ad campaign against Google, where the company claims you are getting \"scroogled\" by Google. It is clever, and has some basis in reality. If you haven\'t, one of the ads is for Outlook.com, which is being presented as an alternative to Gmail. The ad implies that Google is reading your \"private\" email to be able to target advertising to you.\n\nI am not sure Microsoft is the correct alternative to Google, but I think they are on to something with the term \"scroogled.\" Google, which is ubiquitous, is desperately trying to get more people on its (useless in my opinion) Google Plus platform. To force you to join, they are now killing the extremely useful Google Reader.\n\nI have been using Google Reader for years, and often advise attendees to my blogging workshops that they should set up a reader. I also think readers are the only way to keep up with blogs, since you may follow dozens (if not hundreds). Readers give you one place to see what is new. If you only follow one or two blogs, then getting email updates works.\n\n<strong>Alternatives to Google Reader: Get one ASAP!</strong>\n\nIn any case, Google Reader will be gone as of July 1.  Luckily, there are some alternatives out there. Here are some reviews and compilations for you to check out:\n\n<a href=\"http://reviews.cnet.com/8301-19512_7-57574201-233/google-reader-is-dying-but-we-have-five-worthy-alternatives/\" target=\"_blank\">CNET: 5 Worthy Alternatives</a>\n\n<a href=\"http://siliconangle.com/blog/2013/02/11/6-alternatives-to-the-dying-google-reader/\" target=\"_blank\">Silicon Angle: 6 Alternatives to the Dying Google Reader</a>\n\n<a href=\"http://lifehacker.com/5990456/google-reader-is-getting-shut-down-here-are-the-best-alternatives\" target=\"_blank\">Lifehacker: Google Reader is Shutting Down; Here Are the Best Alternatives</a>\n\n<strong>Don\'t get \"scroogled!\"</strong>\n\nThe lesson I draw from this is that any free service is free to let you down in the end.  Many individuals and organizations put all their eggs in the proverbial free basket, and will suffer the consequences when organizations like Google and Facebook change the rules of the road whenever they like.  My advice is to make sure you own your own website or blog (don\'t depend on Blogger or Wordpress.com), have your own email (which you can usually get when you have your own domain and web hosting) and have alternatives to the free behemoths, which after all have their own agenda to push and ultimately, don\'t care about your needs and wants.\n\nWhat are your thoughts? Do you feel that Google is treating you fairly?\n\n&nbsp;\n\n&nbsp;','Getting \"scroogled\"','','inherit','open','open','','2099-revision','','','2013-03-14 12:59:52','2013-03-14 12:59:52','',2099,'http://deborahbrody.com/2013/03/2099-revision/',0,'revision','',0),
(2102,4,'2013-03-18 13:20:52','2013-03-18 13:20:52','There\'s no doubt that online reviews are influential. There are specialized review sites like Trip Advisor and then there\'s the seemingly all-purpose Yelp. I admit I read reviews and have been swayed about staying at a hotel or eating a restaurant because of what other people say, and that is the point.\r\n\r\n<strong>As a business, should part of your marketing efforts be to solicit reviews?</strong>\r\n\r\nLet\'s start with the fact that reviews will happen whether you solicit them or not. Sadly, because of our passive-aggressive culture, it\'s become more likely that an unsatisfied customer will take to social media to complain about your service. Which is to say, that if you give bad service, you will most likely get negative reviews.\r\n\r\nHowever, negative reviews are always balanced out by positive reviews. If, as a consumer, you are researching anything, you will read both the good and the bad reviews. Most people will be able to identify disgruntled employees or nit-picky reviewers.  If most of the reviews are positive, you will discount the few reviews that are negative. Likewise, if most of the reviews are negative, you will discount the reviews that are positive. The lesson here is that genuine, positive reviews are important.\r\n\r\nWhat generates positive reviews? Good service or product! As a business, you will need to focus most of your energy on providing positive experiences for your customers. If you don\'t, whether you solicit them or not, you will get negative reviews.\r\n\r\n<strong>There is a difference between feedback and reviews</strong>\r\n\r\nI recently had my hair cut at a salon I have gone to for a couple of years. The salon actively pursues online engagement. After my appointment, I got an email from the salon asking to provide feedback. The \"feedback\" was actually a link to give an online review.  I was in a quandary. I had a bad experience this time: the receptionist was unhelpful and confused; I was made to wait 30 minutes; and the water was cool (on a very cold day) when they washed my hair. My stylist tried to make it better by giving me a discount and comping me a bottle of shampoo. But I thought management needed to know that things were not working well.  Is the best way for me to give them a one or two-star review? Is that going to communicate to the salon something is wrong?\r\n\r\n<strong>Businesses should actively solicit feedback AND positive reviews. They are not the same.</strong> In the hair salon\'s case, they are confusing feedback and online reviews.\r\n\r\nA better way to get BOTH is to say something like:\r\n<p style=\"padding-left: 30px;\">We are committed to providing the best possible service. If we did not meet your expectations, please contact (manager). We want to know how to improve our service!</p>\r\n<p style=\"padding-left: 30px;\">If you enjoyed the service today, we\'d love if you reviewed us here (link to the site).</p>\r\n<p style=\"padding-left: 30px;\">Thanks for your patronage.</p>\r\n<strong>The answer then is yes, you should solicit positive reviews, but don\'t think of that as feedback. You need to be aware of what is wrong so that you can fix it.</strong>\r\n\r\nWhat are your thoughts about online reviews? Is it part of your marketing to solicit them?','Should you solicit online reviews?','','publish','open','open','','should-you-solicit-online-reviews','','','2013-03-18 13:20:52','2013-03-18 13:20:52','',0,'http://deborahbrody.com/?p=2102',0,'post','',0),
(2103,4,'2013-03-18 13:19:19','2013-03-18 13:19:19','There\'s no doubt that online reviews are influential. There are specialized review sites like Trip Advisor and then there\'s the seemingly all-purpose Yelp. I admit I read reviews and have been swayed about staying at a hotel or eating a restaurant because of what other people say, and that is the point.\n\n<strong>As a business, should part of your marketing efforts be to solicit reviews?</strong>\n\nLet\'s start with the fact that reviews will happen whether you solicit them or not. Sadly, because of our passive-aggressive culture, it\'s become more likely that an unsatisfied customer will take to social media to complain about your service. Which is to say, that if you give bad service, you will most likely get negative reviews.\n\nHowever, negative reviews are always balanced out by positive reviews. If, as a consumer, you are researching anything, you will read both the good and the bad reviews. Most people will be able to identify disgruntled employees or nit-picky reviewers.  If most of the reviews are positive, you will discount the few reviews that are negative. Likewise, if most of the reviews are negative, you will discount the reviews that are positive. The lesson here is that genuine, positive reviews are important.\n\nWhat generates positive reviews? Good service or product! As a business, you will need to focus most of your energy on providing positive experiences for your customers. If you don\'t, whether you solicit them or not, you will get negative reviews.\n\n<strong>There is a difference between feedback and reviews</strong>\n\nI recently had my hair cut at a salon I have gone to for a couple of years. The salon actively pursues online engagement. After my appointment, I got an email from the salon asking to provide feedback. The \"feedback\" was actually a link to give an online review.  I was in a quandary. I had a bad experience this time: the receptionist was unhelpful and confused; I was made to wait 30 minutes; and the water was cool (on a very cold day) when they washed my hair. My stylist tried to make it better by giving me a discount and comping me a bottle of shampoo. But I thought management needed to know that things were not working well.  Is the best way for me to give them a one or two-star review? Is that going to communicate to the salon something is wrong?\n\n<strong>Businesses should actively solicit feedback AND positive reviews. They are not the same.</strong> In the hair salon\'s case, they are confusing feedback and online reviews.\n\nA better way to get BOTH is to say something like:\n<p style=\"padding-left: 30px;\">We are committed to providing the best possible service. If we did not meet your expectations, please contact (manager). We want to know how to improve our service!</p>\n<p style=\"padding-left: 30px;\">If you enjoyed the service today, we\'d love if you reviewed us here (link to the site).</p>\n<p style=\"padding-left: 30px;\">Thanks for your patronage.</p>\n<strong>The answer then is yes, you should solicit positive reviews, but don\'t think of that as feedback. You need to be aware of what is wrong so that you can fix it.</strong>\n\nWhat are your thoughts about online reviews? Is it part of your marketing to solicit them?','Should you solicit online reviews?','','inherit','open','open','','2102-revision','','','2013-03-18 13:19:19','2013-03-18 13:19:19','',2102,'http://deborahbrody.com/2013/03/2102-revision/',0,'revision','',0),
(2111,4,'2013-03-28 14:56:12','2013-03-28 14:56:12','I know a scholar who is very smart and informed and yet, this scholar doesn\'t ever ask for or listen to marketing advice. A few years ago, this person, who had written a couple books, decided to launch a website. I met with her after she had already done it. She wanted some feedback. I thought she should have a blog. But, she couldn\'t add one since her site had been built in Dreamweaver. I wished she had asked my opinion  before she created her site.\r\n\r\nThis scholar sends out weekly email blasts. She does not have sharing capabilities on her emails. I have advised her time and again that she could get the word out even farther if she would add the ability to share on Facebook (where she has a presence). But she either doesn\'t care or doesn\'t think my advice is worthwhile.\r\n\r\nI have stopped giving her any advice. It is clear that she thinks she knows enough about marketing herself to ask me (or anyone) for help.\r\n\r\nIn any aspect of life it is helpful to know (and acknowledge) your strengths and weaknesses.  You play to your strengths and get help in the areas you are weak. For example, say you have great ideas but can\'t spell for your life.  If you are blogging, you know you need to get an editor to read over your stuff.\r\n\r\nIn the scholar\'s case, her weakness is marketing (and social media). She should acknowledge that and get help (or at least listen to advice).\r\n\r\nWe may not know our strengths and weaknesses, but we should work to find out what they are and act appropriately. Get feedback (listen to feedback!).\r\n\r\nThoughts?\r\n\r\n&nbsp;','Know your strengths and weaknesses','','publish','open','open','','know-your-strengths-and-weaknesses','','','2013-03-28 14:56:12','2013-03-28 14:56:12','',0,'http://deborahbrody.com/?p=2111',0,'post','',0),
(2114,4,'2013-04-01 13:43:49','2013-04-01 13:43:49','For many, April 1 is April Fools Day, and they act accordingly foolish. For others, it is Opening Day for Major League Baseball, and they make plans to attend a game.  For some, April 1 may simply be the start to a new month or the second quarter of the year.\r\n\r\nMy point is that just because for you April 1 means pulling stupid  pranks on people or going to the ballpark it does not mean other people share your views. As a communicator or marketer, you have to be sure that your target audience will get or share the prism with which you see the world.\r\n\r\nCorporations use holidays/special days in their advertising all the time. Maybe it\'s Easter or Christmas, or Valentine\'s Day or MLK Day. Those days may or may not resonate with your target audience. It is your job as a communicator to make sure that you are not losing your audience by focusing on the wrong thing.\r\n\r\nLast week, a local DC organization (which I will not name because it certainly does not deserve publicity) thought it would get a jump on April Fools, so it pranked its membership. In my mind, it made the organization look juvenile. I am sure to the organization\'s leadership it was a harmless joke--just having a bit of fun.\r\n\r\nHowever you choose to celebrate April  1, take a moment to check whether your audience understands and embraces that. The Onion is expected to make an April Fools joke, but is CNN?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What does April 1 mean to you?','','publish','open','open','','what-does-april-1-mean-to-you','','','2013-04-01 13:43:49','2013-04-01 13:43:49','',0,'http://deborahbrody.com/?p=2114',0,'post','',0),
(2107,4,'2013-03-21 15:25:48','2013-03-21 15:25:48','<strong>You must provide enough information whenever you expect an answer from someone.</strong> It seems fairly simple doesn\'t it? And yet, look at this email I received a couple of days ago:\r\n<blockquote>Deborah,\r\nHope you\'re well. We\'re looking for some freelance technical/medical writers and I thought you might be interested or might know some people. We have some general needs and a very specific need for someone in Boston.\r\n[name]</blockquote>\r\nNo email signature with contact information or point of reference here. I do not know the sender--have never met him or even heard of him. Did he find me on LinkedIn, doing a web search or what? No clue.\r\n\r\nI looked up the sender based on his email address, and found out he is the president (!!!!) of what looks to be an advertising agency (very confusing website...that is another blog post) with presence in multiple states, not around where I am located.\r\n\r\nWould you respond to this person? After looking up, I did.  I sent back an email asking for more details. Guess what? He never responded.\r\n\r\nIf you are prospecting for clients or consultants or anything else, you need to provide information, like:\r\n<ul>\r\n	<li>Complete contact information</li>\r\n	<li>How you found or know of the prospect</li>\r\n	<li>What you are looking for specifically</li>\r\n	<li>How to respond</li>\r\n</ul>\r\nDo you have an email template that you use when prospecting? What information do you provide?\r\n\r\n&nbsp;','Are you providing enough information?','','publish','open','open','','are-you-providing-enough-information','','','2013-03-21 15:25:48','2013-03-21 15:25:48','',0,'http://deborahbrody.com/?p=2107',0,'post','',0),
(2108,4,'2013-03-21 15:24:04','2013-03-21 15:24:04','<strong>You must provide enough information whenever you expect an answer from someone.</strong> It seems fairly simple doesn\'t it? And yet, look at this email I received a couple of days ago:\n<blockquote>Deborah,\nHope you\'re well. We\'re looking for some freelance technical/medical writers and I thought you might be interested or might know some people. We have some general needs and a very specific need for someone in Boston.\n[name]</blockquote>\nNo email signature with contact information or point of reference here. I do not know the sender--have never met him or even heard of him. Did he find me on LinkedIn, doing a web search or what? No clue.\n\nI looked up the sender based on his email address, and found out he is the president (!!!!) of what looks to be an advertising agency (very confusing website...that is another blog post) with presence in multiple states, not around where I am located.\n\nWould you respond to this person? After looking up, I did.  I sent back an email asking for more details. Guess what? He never responded.\n\nIf you are prospecting for clients or consultants or anything else, you need to provide information, like:\n<ul>\n	<li>Complete contact information</li>\n	<li>How you found or know of the prospect</li>\n	<li>What you are looking for specifically</li>\n	<li>How to respond</li>\n</ul>\n&nbsp;\n\n&nbsp;','Are you providing enough information?','','inherit','open','open','','2107-revision','','','2013-03-21 15:24:04','2013-03-21 15:24:04','',2107,'http://deborahbrody.com/2013/03/2107-revision/',0,'revision','',0),
(2110,4,'2013-03-25 14:58:40','2013-03-25 14:58:40','Brands like Starbucks or Coke have thousands of followers on social media because people like their products or services. I would argue that mass appeal brands don\'t have to do much to be like-able because their offering is what people already like. However, the rest of us have to work a bit harder. People don\'t know us and they have to be convinced.\n\nLately, I have seen several small agencies practically begging for followers on Twitter. It seems to me that if these organizations were more \"like-able\" they would not feel the need to ask for followers.\n\nAre you (or your organization) like-able?\n<ul>\n	<li>First, are you on social media? How can people like you on Facebook if you aren\'t there?</li>\n	<li>Are you sharing valuable or interesting content?</li>\n	<li>Are you interacting?</li>\n</ul>\nOr, are you doing the following things (these are my particular pet peeves and reasons why I have stopped following people):\n<ul>\n	<li>Posting too little or too much</li>\n	<li>Using obscenity</li>\n	<li>Complaining all the time</li>\n	<li>Never responding</li>\n	<li>Auto posting</li>\n</ul>\nLike-ability is really about manners and common-sense.\n\n&nbsp;','Are you like-able?','','inherit','open','open','','2109-revision','','','2013-03-25 14:58:40','2013-03-25 14:58:40','',2109,'http://deborahbrody.com/2013/03/2109-revision/',0,'revision','',0),
(2112,4,'2013-03-28 14:55:28','2013-03-28 14:55:28','I know a scholar who is very smart and informed and yet, this scholar doesn\'t ever ask for or listen to marketing advice. A few years ago, this person, who had written a couple books, decided to launch a website. I met with her after she had already done it. She wanted some feedback. I thought she should have a blog. But, she couldn\'t add one since her site had been built in Dreamweaver. I wished she had asked my opinion  before she created her site.\n\nThis scholar sends out weekly email blasts. She does not have sharing capabilities on her emails. I have advised her time and again that she could get the word out even farther if she would add the ability to share on Facebook (where she has a presence). But she either doesn\'t care or doesn\'t think my advice is worthwhile.\n\nI have stopped giving her any advice. It is clear that she thinks she knows enough about marketing herself to ask me (or anyone) for help.\n\nIn any aspect of life it is helpful to know (and acknowledge) your strengths and weaknesses.  You play to your strengths and get help in the areas you are weak. For example, say you have great ideas but can\'t spell for your life.  If you are blogging, you know you need to get an editor to read over your stuff.\n\nIn the scholar\'s case, her weakness is marketing (and social media). She should acknowledge that and get help (or at least listen to advice).\n\nWe may not know our strengths and weaknesses, but we should work to\n\n&nbsp;','Know your strengths and weaknesses','','inherit','open','open','','2111-revision','','','2013-03-28 14:55:28','2013-03-28 14:55:28','',2111,'http://deborahbrody.com/2013/03/2111-revision/',0,'revision','',0),
(2113,4,'2013-03-28 14:57:34','2013-03-28 14:57:34','I know a scholar who is very smart and informed and yet, this scholar doesn\'t ever ask for or listen to marketing advice. A few years ago, this person, who had written a couple books, decided to launch a website. I met with her after she had already done it. She wanted some feedback. I thought she should have a blog. But, she couldn\'t add one since her site had been built in Dreamweaver. I wished she had asked my opinion  before she created her site.\n\nThis scholar sends out weekly email blasts. She does not have sharing capabilities on her emails. I have advised her time and again that she could get the word out even farther if she would add the ability to share on Facebook (where she has a presence). But she either doesn\'t care or doesn\'t think my advice is worthwhile.\n\nI have stopped giving her any advice. It is clear that she thinks she knows enough about marketing herself to ask me (or anyone) for help.\n\nIn any aspect of life it is helpful to know (and acknowledge) your strengths and weaknesses.  You play to your strengths and get help in the areas you are weak. For example, say you have great ideas but can\'t spell for your life.  If you are blogging, you know you need to get an editor to read over your stuff.\n\nIn the scholar\'s case, her weakness is marketing (and social media). She should acknowledge that and get help (or at least listen to advice).\n\nWe may not know our strengths and weaknesses, but we should work to find out what they are and act appropriately. Get feedback (listen to feedback!).\n\nThoughts?\n\n&nbsp;','Know your strengths and weaknesses','','inherit','open','open','','2111-autosave','','','2013-03-28 14:57:34','2013-03-28 14:57:34','',2111,'http://deborahbrody.com/2013/03/2111-autosave/',0,'revision','',0),
(2115,4,'2013-04-01 13:43:35','2013-04-01 13:43:35','For many, April 1 is April Fools Day, and they act accordingly foolish. For others, it is Opening Day for Major League Baseball, and they make plans to attend a game.  For some, April 1 may simply be the start to a new month or the second quarter of the year.\n\nMy point is that just because for you April 1 means pulling stupid  pranks on people or going to the ballpark it does not mean other people share your views. As a communicator or marketer, you have to be sure that your target audience will get or share the prism with which you see the world.\n\nCorporations use holidays/special days in their advertising all the time. Maybe it\'s Easter or Christmas, or Valentine\'s Day or MLK Day. Those days may or may not resonate with your target audience. It is your job as a communicator to make sure that you are not losing your audience by focusing on the wrong thing.\n\nLast week, a local DC organization (which I will not name because it certainly does not deserve publicity) thought it would get a jump on April Fools, so it pranked its membership. In my mind, it made the organization look juvenile. I am sure to the organization\'s leadership it was a harmless joke--just having a bit of fun.\n\nHowever you choose to celebrate April  1, take a moment to check whether your audience understands and embraces that. The Onion is expected to make an April Fools joke, but is CNN?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','What does April 1 mean to you?','','inherit','open','open','','2114-revision','','','2013-04-01 13:43:35','2013-04-01 13:43:35','',2114,'http://deborahbrody.com/2013/04/2114-revision/',0,'revision','',0),
(2132,4,'2013-04-17 13:55:44','2013-04-17 13:55:44','So many people don\'t ever get their blogs off the ground because of various fears: fear of not knowing what to write, fear of not having enough content, fear of writing itself. Well, you can conquer those fears by attending my <strong>\"How to write your blog\"</strong> workshop. I cover what you should write about, how to come up with ideas and inspiration and getting the blog post written.\r\n\r\nThe next <strong>blogging workshop will take place on Friday, May 17 starting at 9:30 a.m</strong>. This time, I am traveling across the state lines Virginia to hold the workshop at <a href=\"http://linklocale.com/\" target=\"_blank\">Link Locale</a>, a co-working space in Clarendon.  Also new this time is that I am offering an discounted price for early registration of $70 if you register by May 1. After that, the price goes up to $79.\r\n\r\nMore details and registration are available at the <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">Eventbrite </a>page.\r\n\r\nHope to see you there!\r\n\r\n&nbsp;','Learn how to write your blog ','','inherit','open','open','','2128-revision-4','','','2013-04-17 13:55:44','2013-04-17 13:55:44','',2128,'http://deborahbrody.com/2013/04/2128-revision-4/',0,'revision','',0),
(2117,4,'2013-04-05 17:19:37','2013-04-05 17:19:37','This past week, I got four or five calls/messages from a guy at a car dealership saying he had the information I requested. Trouble is, I didn\'t request the information. The guy most likely had the wrong phone number. His message was not reaching the right person.\r\n\r\nIf you want to communicate a message, you have to make sure that you are reaching your target audience, whether it is a one-to-one interaction or a specific demographic group.\r\n\r\nWhat can we learn from the dealership guy?\r\n\r\n<strong>First, get the details and information that you need.</strong> In this case, the dealership guy had the wrong phone number. If you want to communicate with any audience, it is important that you know where they are and how to reach them.\r\n\r\n<strong>Second, if you aren\'t getting a response, check why.</strong> This guy left me four messages. The fact that I wasn\'t getting back to him did not seem to trigger the realization that he was calling the wrong person. For marketing communications, you may want to check the reach of the channel you are using, or whether the message is appropriate to your target audience.\r\n\r\n<strong>Third, pay attention!</strong> If the dealership guy had bothered to pay attention to my voice mail message he might have realized he was calling the wrong person. Many marketers are, like him, going through the motions. If the playbook says, contact someone three times or run an ad for a month, that is what these inattentive marketers are doing, regardless of effectiveness.\r\n\r\nAre you sure your message is getting through to your intended target audience?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is your message reaching the right person?','','publish','open','open','','is-your-message-reaching-the-right-person','','','2013-04-05 17:19:37','2013-04-05 17:19:37','',0,'http://deborahbrody.com/?p=2117',0,'post','',0),
(2118,4,'2013-04-05 17:18:54','2013-04-05 17:18:54','This past week, I got four or five calls/messages from a guy at a car dealership saying he had the information I requested. Trouble is, I didn\'t request the information. The guy most likely had the wrong phone number. His message was not reaching the right person.\n\nIf you want to communicate a message, you have to make sure that you are reaching your target audience, whether it is a one-to-one interaction or a specific demographic group.\n\nWhat can we learn from the dealership guy?\n\n<strong>First, get the details and information that you need.</strong> In this case, the dealership guy had the wrong phone number. If you want to communicate with any audience, it is important that you know where they are and how to reach them.\n\n<strong>Second, if you aren\'t getting a response, check why.</strong> This guy left me four messages. The fact that I wasn\'t getting back to him did not seem to trigger the realization that he was calling the wrong person. For marketing communications, you may want to check the reach of the channel you are using, or whether the message is appropriate to your target audience.\n\n<strong>Third, pay attention!</strong> If the dealership guy had bothered to pay attention to my voice mail message he might have realized he was calling the wrong person. Many marketers are, like him, going through the motions. If the playbook says, contact someone three times or run an ad for a month, that is what theseinattentive marketers are doing, regardless of effectiveness.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Is your message reaching the right person?','','inherit','open','open','','2117-revision','','','2013-04-05 17:18:54','2013-04-05 17:18:54','',2117,'http://deborahbrody.com/2013/04/2117-revision/',0,'revision','',0),
(2120,4,'2013-04-10 18:02:44','2013-04-10 18:02:44','<em>Note: The following applies to business or organizational blogs not personal blogs.</em>\r\n\r\nWhat makes so many blogs fun to read is that they are more personal than other forms of communication. Since there are few (or no) editorial layers, most blogs are more frank and more conversational than other types of writing.\r\n\r\nBut there is a difference between showing your personality and being personal. I am certainly in favor of showing personality. If you like to compare everything to sports or music or movies, then do it. If you talk about your passions for cooking or travel, it makes you look like a well-rounded person.\r\n\r\nThere is also room for personal stories, as long as you are using them to illustrate a point or explain a position. What there is no room for, in my opinion, is really personal stuff that you would share with family and friends, but not with business acquaintances, such as a discussion of your latest mammogram or romantic break-up or philosophical musing.\r\n\r\nYes, I know you have a right to blog about whatever you like. This is especially true if you, like me, are a solopreneur or head of a very small company. Your business is personal...but your blog can\'t be. Remember why you are blogging---perhaps it is to help with thought leadership, lead generation and/or SEO. Ask yourself if the very personal post you are writing will advance or detract from that.\r\n\r\nWhat do you think? Is there a line? And if someone crosses that line on his/her blog, are there consequences? I would appreciate if you shared your thoughts in the comments.','Blogging: when is it too personal?','','publish','open','open','','blogging-when-is-it-too-personal','','','2013-04-10 18:02:44','2013-04-10 18:02:44','',0,'http://deborahbrody.com/?p=2120',0,'post','',0),
(2121,4,'2013-04-10 18:02:34','2013-04-10 18:02:34','<em>Note: The following applies to business or organizational blogs not personal blogs.</em>\n\nWhat makes so many blogs fun to read is that they are more personal than other forms of communication. Since there are few (or no) editorial layers, most blogs are more frank and more conversational than other types of writing.\n\nBut there is a difference between showing your personality and being personal. I am certainly in favor of showing personality. If you like to compare everything to sports or music or movies, then do it. If you talk about your passions for cooking or travel, it makes you look like a well-rounded person.\n\nThere is also room for personal stories, as long as you are using them to illustrate a point or explain a position. What there is no room for, in my opinion, is really personal stuff that you would share with family and friends, but not with business acquaintances, such as a discussion of your latest mammogram or romantic break-up or philosophical musing.\n\nYes, I know you have a right to blog about whatever you like. This is especially true if you, like me, are a solopreneur or head of a very small company. Your business is personal...but your blog can\'t be. Remember why you are blogging---perhaps it is to help with thought leadership, lead generation and/or SEO. Ask yourself if the very personal post you are writing will advance or detract from that.\n\nWhat do you think? Is there a line? And if someone crosses that line on his/her blog, are there consequences? I would appreciate if you shared your thoughts in the comments.','Blogging: when is it too personal?','','inherit','open','open','','2120-revision','','','2013-04-10 18:02:34','2013-04-10 18:02:34','',2120,'http://deborahbrody.com/2013/04/2120-revision/',0,'revision','',0),
(2122,4,'2013-04-10 18:03:48','2013-04-10 18:03:48','<em>Note: The following applies to business or organizational blogs not personal blogs.</em>\n\nWhat makes so many blogs fun to read is that they are more personal than other forms of communication. Since there are few (or no) editorial layers, most blogs are more frank and more conversational than other types of writing.\n\nBut there is a difference between showing your personality and being personal. I am certainly in favor of showing personality. If you like to compare everything to sports or music or movies, then do it. If you talk about your passions for cooking or travel, it makes you look like a well-rounded person.\n\nThere is also room for personal stories, as long as you are using them to illustrate a point or explain a position. What there is no room for, in my opinion, is really personal stuff that you would share with family and friends, but not with business acquaintances, such as a discussion of your latest mammogram or romantic break-up or philosophical musing.\n\nYes, I know you have a right to blog about whatever you like. This is especially true if you, like me, are a solopreneur or head of a very small company. Your business is personal...but your blog can\'t be. Remember why you are blogging---perhaps it is to help with thought leadership, lead generation and/or SEO. Ask yourself if the very personal post you are writing will advance or detract from that.\n\nWhat do you think? Is there a line? And if someone crosses that line on his/her blog, are there consequences? I would appreciate if you shared your thoughts in the comments.','Blogging: when is it too personal?','','inherit','open','open','','2120-autosave','','','2013-04-10 18:03:48','2013-04-10 18:03:48','',2120,'http://deborahbrody.com/2013/04/2120-autosave/',0,'revision','',0),
(2125,4,'2013-04-16 13:26:37','2013-04-16 13:26:37','You have probably heard of Emotional Intelligence (EI), which is defined as the ability to perceive, evaluate and control emotions. EI is the ability to figure out how to respond appropriately to a situation.  There are people that rank low on the EI scale--they lack empathy or social skills. They may laugh inappropriately or not seem saddened by a tragic moment. And there are those who have high EI and are very adept at navigating human interactions.\r\n\r\nYesterday\'s attack on the Boston Marathon got me thinking about a variation of EI--what I am terming <strong>social media intelligence</strong>. The news was just awful, and coming out in dribs and drabs. On Twitter, there was a ton of  (mis)information. There was one bomb, then there were three. Was it domestic terrorism or did this have the hallmarks of Al Qaeda? Wild speculation abounded.\r\n\r\n<strong>The people who have social media intelligence were the ones had reasonable responses and tweets.</strong> Some asked people to check their sources before tweeting and some asked others to refrain from posting exceedingly graphic images.\r\n\r\nThose with<strong> low social media intelligence are the people that appear unaware how their communications affect their followers </strong>and who were busy re-tweeting thoughtlessly,  spreading rumors and even engaging in fear-mongering.\r\n\r\nAnother variation of low social media intelligence was being unaware that a big news event was happening and tweeting/posting about mundane, unrelated stuff. Unfortunately some of these are communications folks who have automated posts to send out press releases and other announcements. There is little that is as jarring as reading about an upcoming event  (join us for a spectacular fun-filled evening!) when simultaneously finding out that the nation\'s oldest marathon has been targeted by terror. Some people (those with higher social media intelligence) called out this behavior.\r\n\r\nWhether EI is learned or you are born with it is an open question. Social media intelligence on the other hand, can most certainly be learned. In fact, in today\'s social media fueled information age, having this type of intelligence is an essential skill. Here are a few guidelines:\r\n<ul>\r\n	<li>Be aware of what is going on and act accordingly. Don\'t post without checking your feeds.</li>\r\n	<li>Don\'t assume that everything you see on social media is true and deserving of re-posting. Double-check facts and sources.</li>\r\n	<li>Every social media network is different--post accordingly. Perhaps your personal trials and tribulations are best left to Facebook and taken off LinkedIn.</li>\r\n	<li>Remember that people can see your posts both in real-time and in the future.</li>\r\n	<li>Discussions on social media are not all about you. Remember the social in social media.</li>\r\n</ul>\r\nWhat would you add? What makes someone have social media intelligence? What are examples of lacking or having social media intelligence?\r\n\r\n&nbsp;','Social media intelligence is an essential skill','','publish','open','open','','social-media-intelligence-is-an-essential-skill','','','2013-04-16 13:26:37','2013-04-16 13:26:37','',0,'http://deborahbrody.com/?p=2125',0,'post','',1),
(2126,4,'2013-04-16 13:25:55','2013-04-16 13:25:55','You have probably heard of Emotional Intelligence (EI), which is defined as the ability to perceive, evaluate and control emotions. EI is the ability to figure out how to respond appropriately to a situation.  There are people that rank low on the EI scale--they lack empathy or social skills. They may laugh inappropriately or not seem saddened by a tragic moment. And there are those who have high EI and are very adept at navigating human interactions.\n\nYesterday\'s attack on the Boston Marathon got me thinking about a variation of EI--what I am terming <strong>social media intelligence</strong>. The news was just awful, and coming out in dribs and drabs. On Twitter, there was a ton of  (mis)information. There was one bomb, then there were three. Was it domestic terrorism or did this have the hallmarks of Al Qaeda? Wild speculation abounded.\n\n<strong>The people who have social media intelligence were the ones had reasonable responses and tweets.</strong> Some asked people to check their sources before tweeting and some asked others to refrain from posting exceedingly graphic images.\n\nThose with<strong> low social media intelligence are the people that appear unaware how their communications affect their followers </strong>and who were busy re-tweeting thoughtlessly,  spreading rumors and even engaging in fear-mongering.\n\nAnother variation of low social media intelligence was being unaware that a big news event was happening and tweeting/posting about mundane, unrelated stuff. Unfortunately some of these are communications folks who have automated posts to send out press releases and other announcements. There is little that is as jarring as reading about an upcoming event  (join us for a spectacular fun-filled evening!) when simultaneously finding out that the nation\'s oldest marathon has been targeted by terror. Some people (those with higher social media intelligence) called out this behavior.\n\nWhether EI is learned or you are born with it is an open question. Social media intelligence on the other hand, can most certainly be learned. In fact, in today\'s social media fueled information age, having this type of intelligence is an essential skill. Here are a few guidelines:\n<ul>\n	<li>Be aware of what is going on and act accordingly. Don\'t post without checking your feeds.</li>\n	<li>Don\'t assume that everything you see on social media is true and deserving of re-posting. Double-check facts and sources.</li>\n	<li>Every social media network is different--post accordingly. Perhaps your personal trials and tribulations are best left to Facebook and taken off LinkedIn.</li>\n	<li>Remember that people can see your posts both in real-time and in the future.</li>\n	<li>Discussions on social media are not all about you. Remember the social in social media.</li>\n</ul>\nWhat would you add? What makes someone have social media intelligence? What are examples of lacking or having social media intelligence?\n\n&nbsp;','Social media intelligence is an essential skill','','inherit','open','open','','2125-revision','','','2013-04-16 13:25:55','2013-04-16 13:25:55','',2125,'http://deborahbrody.com/2013/04/2125-revision/',0,'revision','',0),
(2185,4,'2013-05-16 17:51:43','2013-05-16 17:51:43','Yesterday, I read Gini Dietrich\'s take on the state of the PR industry, <a href=\"http://spinsucks.com/communication/the-pr-industry-does-need-better-pr/\" target=\"_blank\">The PR Industry Does Need Better PR</a>, on her firm\'s blog, Spin Sucks. Basically, Gini points out that what people think they know about PR is wrong or misleading. It\'s her conclusion that what the PR industry needs is better PR.\n\n<strong>I think what the PR industry needs is better business skills.</strong>\n\nHave you been to a PR networking event lately? If you have, you\'ve probably noticed a lot of young people, mostly women. These young people often have inflated titles--including account manager, account director and even vice president--after being in the industry for three years or so. Many of these PR \"pros\" studied PR in college. Some may have even had an internship or two.\n\nYou may also have met a lot of former journalists who have decided they will have more job stability in public relations, while using their writing skills and knowledge of what is newsworthy.\n\n<span style=\"text-decoration: underline;\">What few of these PR people have is a solid understanding of business.</span> Few, if any, have gone to business school. Few, if any, understand basic marketing ideas like push-pull. Fewer still understand finance, balance sheets or even how to read and  intrepret data.\n\nLots of people are busy trying to figure out how to get the word out about an event, or how to have a great social media campaign, but what they are failing to see is the big picture--how public relations helps a company to achieve its business objectives.\n\nA big part of the disconnect that currently exists between public relations agencies and the business side of the industries served has to do with the separation between communications functions and marketing and sales roles. Even though public relations is part of marketing communications, public relations does not usually have a stake in marketing and sales processes and outcomes. Businesses may hire public relations agencies to help with image, but even then, the point usually is to increase the bottom line (i.e. sales in for profit organizations, influence or donors at nonprofit organizations).\n\nIn his article <a href=\"http://www.prdaily.com/Main/Articles/14477.aspx\" target=\"_blank\">3 reasons to find a new PR/social media</a>, Scott Signore states quite succinctly the following as his third reason:\n<blockquote><strong>Finally</strong>, despite the evolution in the category and the number of significant changes the PR business has endured over the years, it’s still about executing a communications program that helps drive business. So, look for another PR and social media agency partner if your current group is not directly supporting your business objectives.</blockquote>\nWhat Scott is saying is that if PR agencies are not helping companies achieve <strong>business objectives</strong> ,they should be fired.  They are not doing their fundamental job.\n\nAnd yet, as I said before, too many PR professionals simply do not understand business. All public relations pros should be reading business books or articles or watching business-focused programs. Those who want to be high-level agency executives should consider going to business school.\n\nWhat do you think? Is it a PR problem? Or is it a lack of business know-how?','Is it a PR problem or is it a business problem?','','inherit','open','open','','2184-revision','','','2013-05-16 17:51:43','2013-05-16 17:51:43','',2184,'http://deborahbrody.com/2013/05/2184-revision/',0,'revision','',0),
(2128,4,'2013-04-17 13:55:44','2013-04-17 13:55:44','So many people don\'t ever get their blogs off the ground because of various fears: fear of not knowing what to write, fear of not having enough content, fear of writing itself. Well, you can conquer those fears by attending my <strong>\"How to write your blog\"</strong> workshop. I cover what you should write about, how to come up with ideas and inspiration and getting the blog post written.\r\n\r\nThe next <strong>blogging workshop will take place on Friday, May 17 starting at 9:30 a.m</strong>. This time, I am traveling across  state lines to Virginia to hold the workshop at <a href=\"http://linklocale.com/\" target=\"_blank\">Link Locale</a>, a co-working space in Clarendon.  Also new this time is that I am offering an discounted price for early registration of $70 if you register by May 1. After that, the price goes up to $79.\r\n\r\nMore details and registration are available at the <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">Eventbrite </a>page.\r\n\r\nHope to see you there!\r\n\r\n&nbsp;','Learn how to write your blog ','','publish','open','open','','learn-how-to-write-your-blog','','','2013-04-18 14:57:11','2013-04-18 14:57:11','',0,'http://deborahbrody.com/?p=2128',0,'post','',0),
(2129,4,'2013-04-17 13:51:38','2013-04-17 13:51:38','So many people don\'t ever get their blogs off the ground because of various fears: fear of not knowing what to write, fear of not having enough content, fear of writing itself. Well, you can conquer those fears by attending my \"How to write your blog\" workshop. I cover what you should write about, how to come up with ideas and inspiration and getting the blog post written.\n\nThe next blogging workshop will take place on Friday, May 17 starting at 9:30 a.m. This time, I am traveling across the state lines Virginia to hold the workshop at <a href=\"http://linklocale.com/\" target=\"_blank\">Link Locale</a>, a co-working space in Clarendon.  Also new this time is that I am offering an discounted price for early registration of $70 if you register by May 1. After that, the price goes up to $79.\n\nMore details and registration are available at the <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">Eventbrite </a>page.\n\nHope to see you there!\n\n&nbsp;','Learn how to write your blog ','','inherit','open','open','','2128-revision','','','2013-04-17 13:51:38','2013-04-17 13:51:38','',2128,'http://deborahbrody.com/2013/04/2128-revision/',0,'revision','',0),
(2130,4,'2013-04-17 13:54:13','2013-04-17 13:54:13','So many people don\'t ever get their blogs off the ground because of various fears: fear of not knowing what to write, fear of not having enough content, fear of writing itself. Well, you can conquer those fears by attending my \"How to write your blog\" workshop. I cover what you should write about, how to come up with ideas and inspiration and getting the blog post written.\r\n\r\nThe next blogging workshop will take place on Friday, May 17 starting at 9:30 a.m. This time, I am traveling across the state lines Virginia to hold the workshop at <a href=\"http://linklocale.com/\" target=\"_blank\">Link Locale</a>, a co-working space in Clarendon.  Also new this time is that I am offering an discounted price for early registration of $70 if you register by May 1. After that, the price goes up to $79.\r\n\r\nMore details and registration are available at the <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">Eventbrite </a>page.\r\n\r\nHope to see you there!\r\n\r\n&nbsp;','Learn how to write your blog ','','inherit','open','open','','2128-revision-2','','','2013-04-17 13:54:13','2013-04-17 13:54:13','',2128,'http://deborahbrody.com/2013/04/2128-revision-2/',0,'revision','',0),
(2131,4,'2013-04-17 13:55:14','2013-04-17 13:55:14','So many people don\'t ever get their blogs off the ground because of various fears: fear of not knowing what to write, fear of not having enough content, fear of writing itself. Well, you can conquer those fears by attending my <strong>\"How to write your blog\"</strong> workshop. I cover what you should write about, how to come up with ideas and inspiration and getting the blog post written.\r\n\r\nThe next <strong>blogging workshop will take place on Friday, May 17 starting at 9:30 a.m</strong>. This time, I am traveling across the state lines Virginia to hold the workshop at <a href=\"http://linklocale.com/\" target=\"_blank\">Link Locale</a>, a co-working space in Clarendon.  Also new this time is that I am offering an discounted price for early registration of $70 if you register by May 1. After that, the price goes up to $79.\r\n\r\nMore details and registration are available at the <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">Eventbrite </a>page.\r\n\r\nHope to see you there!\r\n\r\n&nbsp;','Learn how to write your blog ','','inherit','open','open','','2128-revision-3','','','2013-04-17 13:55:14','2013-04-17 13:55:14','',2128,'http://deborahbrody.com/2013/04/2128-revision-3/',0,'revision','',0),
(2133,4,'2013-04-19 14:55:35','2013-04-19 14:55:35','Honored to be featured on the<a href=\"http://fletcher-prince.com/2013/04/19/a-great-business-card-is-a-powerful-budget-marketing-tactic/\" target=\"_blank\"> Fletcher Prince blo</a>g, discussing business cards as a budget marketing tactic.\r\n\r\nHave you looked at your business card lately?','Check out my guest post at Fletcher Prince\'s blog','','publish','open','open','','check-out-my-guest-post-at-fletcher-princes-blog','','','2013-04-19 14:55:35','2013-04-19 14:55:35','',0,'http://deborahbrody.com/?p=2133',0,'post','',0),
(2134,4,'2013-04-19 14:55:23','2013-04-19 14:55:23','Honored to be featured on the<a href=\"http://fletcher-prince.com/2013/04/19/a-great-business-card-is-a-powerful-budget-marketing-tactic/\" target=\"_blank\"> Fletcher Prince blo</a>g, discussing business cards as a budget marketing tactic.\n\nHave you looked at your business card lately?','Check out my guest post at Fletcher Prince\'s blog','','inherit','open','open','','2133-revision','','','2013-04-19 14:55:23','2013-04-19 14:55:23','',2133,'http://deborahbrody.com/2013/04/2133-revision/',0,'revision','',0),
(2135,4,'2013-04-19 14:56:41','2013-04-19 14:56:41','Honored to be featured on the<a href=\"http://fletcher-prince.com/2013/04/19/a-great-business-card-is-a-powerful-budget-marketing-tactic/\" target=\"_blank\"> Fletcher Prince blo</a>g, discussing business cards as a budget marketing tactic.\n\nHave you looked at your business card lately?','Check out my guest post at Fletcher Prince\'s blog','','inherit','open','open','','2133-autosave','','','2013-04-19 14:56:41','2013-04-19 14:56:41','',2133,'http://deborahbrody.com/2013/04/2133-autosave/',0,'revision','',0),
(2158,4,'2013-05-01 13:13:37','0000-00-00 00:00:00','Any marketing communications you engage in are there to support the business\r\n\r\n&nbsp;\r\n\r\nMany ex-journalists are turning to careers in PR.  After all, the journalism business is changing and demanding more from its practitioners. PR work requires many of the skills journalists have: writing, understanding (finding) the news value of a story, understanding how a newsroom works, and on. What many journalists don\'t have is a good understanding of business.\r\n\r\nPR is a function of marketing communications. Marketing communications is there to support the business, whether it is to generate sales, increase awareness, enhance a brand or other strategic business goals.','It\'s about business','','draft','open','open','','','','','2013-05-01 13:13:37','2013-05-01 13:13:37','',0,'http://deborahbrody.com/?p=2158',0,'post','',0),
(2137,4,'2013-04-22 20:17:58','0000-00-00 00:00:00','Besides physics, calculus and these are a few things I don\'t understand:\r\n\r\nHaving a social media profile (especially LinkedIn) with no photograph.\r\n\r\nPeople who want to be friends on Facebook and you don\'t know who they are.\r\n\r\nPeople who want to be friends on Facebook, but who never speak to you in person.\r\n\r\nPeople who only post to Facebook when they get engaged, married or have a child.\r\n\r\nSending LinkedIn invitations to random people you don\'t know.\r\n\r\nSending out a press release because the calendar says you should.\r\n\r\nCommunications experts who don\'t use or understand social media.\r\n\r\nPR people who don\'t follow the news, at all.\r\n\r\nNot having business cards or having business cards without crucial contact information.\r\n\r\nGoing to networking events and not networking.\r\n\r\n80s inspired clothing. Didn\'t work then, definitely doesn\'t work now.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Things I don\'t understand','','draft','open','open','','','','','2013-04-22 20:17:58','2013-04-22 20:17:58','',0,'http://deborahbrody.com/?p=2137',0,'post','',0),
(2138,4,'2013-04-22 20:07:16','2013-04-22 20:07:16','Besides physics, calculus and these are a few things I don\'t understand:\n\nHaving a social media profile (especially LinkedIn) with no photograph.\n\nPeople who want to be friends on Facebook and you don\'t know who they are.\n\nPeople who want to be friends on Facebook, but who never speak to you in person.\n\nPeople who only post to Facebook when they get engaged, married or have a child.\n\nSending LinkedIn invitations to random people you don\'t know.\n\nSending out a press release because the calendar says you should.\n\nCommunications experts who don\'t use or understand social media.\n\nPR people who don\'t follow the news, at all.\n\nNot having business cards or having business cards without crucial contact information.\n\nGoing to networking events and not networking.\n\n80s inspired clothing. Didn\'t work then, definitely doesn\'t work now.\n\n&nbsp;\n\n&nbsp;','Things I don\'t understand','','inherit','open','open','','2137-revision','','','2013-04-22 20:07:16','2013-04-22 20:07:16','',2137,'http://deborahbrody.com/2013/04/2137-revision/',0,'revision','',0),
(2139,4,'2013-04-23 14:55:38','2013-04-23 14:55:38','Do you watch <a href=\"http://www.nbcnews.com/id/3032608/\" target=\"_blank\">Meet the Press</a>? If so, you have probably noticed that Senator John McCain has been a frequent guest. He\'s also been on the other Sunday shows like <a href=\"http://www.cbsnews.com/face-the-nation/\" target=\"_blank\">Face the Nation.</a> According to  <a href=\"http://www.washingtonmonthly.com/archives/individual/2009_03/017520.php\" target=\"_blank\">The Washington Monthly,</a> as of 2009, McCain had been on Meet the Press 54 times. Since then, I would say he has been on many more times, making that number 60 or larger.\r\n\r\nOther people appear quite frequently too. In fact, based on Sunday show appearances, you would be excused for thinking there are only about 10 senators in the U.S. Senate. Other frequent guests are Senators Lindsey Graham, Chuck Schumer and Dick Durbin. (As an aside, it seems that male senators appear more frequently than female senators...). Back in the 90s, when I first started watching Meet the Press with Tim Russert, the go-to senator was the Senator Orrin Hatch. In fact, I stopped watching MTP because it seemed like Sen. Hatch was always on!\r\n\r\nIs John McCain a more important senator than the other 99? No. What he may be is more  media savvy. And he is a proven commodity. The Sunday shows know they can count on McCain for making strong pronouncements or taking controversial views.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Sen. John McCain, R-Ariz. by Medill DC, on Flickr\" href=\"http://www.flickr.com/photos/medilldc/6761048861/\"><img title=\"Sen. John McCain\" alt=\"Sen. John McCain, R-Ariz.\" src=\"http://farm8.staticflickr.com/7026/6761048861_1504a05f48.jpg\" width=\"500\" height=\"334\" /></a> Sen. John McCain (photo by Medill DC on Flickr)[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nThere\'s a few PR lessons you can learn from John McCain.\r\n\r\n1) Be the go-to person on your areas of expertise (McCain\'s areas are mostly immigration, foreign policy and defense). Some may say this is being a \"thought leader.\"\r\n\r\n2) Make yourself available and say yes to invitations.  (My guess is that MTP knows that it can get McCain pretty much any time.) If you turn down an interview, the producer will simply go on to the next person on the list.\r\n\r\n3) Have clearly defined, strong messages and/or positions.  (MTP knows what it will get when it books McCain.)\r\n\r\n4) Once you are in, you are in. (McCain does not have to prove anything or do much to get invited on the shows.)\r\n\r\nWhat do you take away from McCain\'s frequent appearance?','What you can learn from John McCain','','publish','open','open','','what-you-can-learn-from-john-mccain','','','2013-04-23 14:55:38','2013-04-23 14:55:38','',0,'http://deborahbrody.com/?p=2139',0,'post','',0),
(2140,4,'2013-04-23 14:54:58','2013-04-23 14:54:58','Do you watch <a href=\"http://www.nbcnews.com/id/3032608/\" target=\"_blank\">Meet the Press</a>? If so, you have probably noticed that John McCain has been a frequent guest. He\'s also been on the other Sunday shows like <a href=\"http://www.cbsnews.com/face-the-nation/\" target=\"_blank\">Face the Nation.</a> According to  <a href=\"http://www.washingtonmonthly.com/archives/individual/2009_03/017520.php\" target=\"_blank\">The Washington Monthly,</a> as of 2009, McCain had been on Meet the Press 54 times. Since then, I would say he has been on many more times, making that number 60 or larger.\n\nOther people appear quite frequently too. In fact, based on Sunday show appearances, you would be excused for thinking there are only about 10 senators in the U.S. Senate. Other frequent guests are Senators Lindsey Graham, Chuck Schumer and Dick Durbin. (As an aside, it seems that male senators appear more frequently than female senators...). Back in the 90s, when I first started watching Meet the Press with Tim Russert, the go-to senator was the Senator Orrin Hatch. In fact, I stopped watching MTP because it seemed like Hatch was always on!\n\nIs John McCain a more important senator than the other 99? No. What he may be is more  more media savvy. And he is a proven commodity. The Sunday shows know they can count on McCain for making strong pronouncements or taking controversial views.\n\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Sen. John McCain, R-Ariz. by Medill DC, on Flickr\" href=\"http://www.flickr.com/photos/medilldc/6761048861/\"><img title=\"Sen. John McCain\" alt=\"Sen. John McCain, R-Ariz.\" src=\"http://farm8.staticflickr.com/7026/6761048861_1504a05f48.jpg\" width=\"500\" height=\"334\" /></a> Sen. John McCain (photo by Medill DC on Flickr)[/caption]\n<p style=\"text-align: center;\"></p>\nThere\'s a few PR lessons you can learn from John McCain.\n\n1) Be the go-to person on your areas of expertise (McCain\'s areas are mostly immigration, foreign policy and defense). Some may say this is being a \"thought leader.\"\n\n2) Make yourself available and say yes to invitations.  (My guess is that MTP knows that it can get McCain pretty much any time.) If you turn down an interview, the producer will simply go on to the next person on the list.\n\n3) Have clearly defined, strong messages and/or positions.  (MTP knows what it will get when it books McCain.)\n\n4) Once you are in, you are in. (McCain does not have to prove anything or do much to get invited on the shows.)\n\nWhat do you take away from McCain\'s frequent appearance?','What you can learn from John McCain','','inherit','open','open','','2139-revision','','','2013-04-23 14:54:58','2013-04-23 14:54:58','',2139,'http://deborahbrody.com/2013/04/2139-revision/',0,'revision','',0),
(2208,4,'2013-05-30 20:01:41','2013-05-30 20:01:41','Several weeks ago, I started getting a weekly newspaper in the mail. It was a supposed to be a four-week free subscription to thank me for some volunteering I had done. The enclosed note said that they hoped I would consider subscribing.\r\n\r\nI would consider subscribing, but I haven\'t been given the chance. I keep getting this newspaper, even though it has been more than eight weeks (twice what was originally offered) and never once has a subscription card come along with it. I guess they are wishing I call them and say \"please charge me for the paper you are already sending me for free!\"\r\n\r\n<strong>Wishing is not a good marketing tactic.</strong>\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"Gran blows out her candles on her 80th birthday cake by Ben Sutherland, on Flickr\" href=\"http://www.flickr.com/photos/bensutherland/5800945753/\"><img alt=\"Gran blows out her candles on her 80th birthday cake\" src=\"http://farm4.staticflickr.com/3659/5800945753_ee040e1ff4.jpg\" width=\"450\" height=\"298\" /></a> Gran blows out her candles on her 80th birthday cake by Ben Sutherland on Flickr[/caption]\r\n\r\n<strong>Instead, ask for what you want</strong> or give potential customers a pathway to becoming paying customers. In this case, the newspaper could send me a card saying that they hope I have enjoyed my free trial subscription, and if I would like to continue getting this newspaper, then please send a check in the enclosed envelope or call some phone number with my credit card information.\r\n\r\nWe see this with many other situations. Another common example is failing to ask for referrals. Does your hair or beauty salon ever ask you specifically to refer people? They probably wish you did, but they don\'t make it easy or worth your while. Say they said to you when you were checking out: We hope you like your new hair do. Perhaps you know someone else who wants a new haircut. If you do, we have a referral program. Just tell your friend to call us the number on this card, and we will give you a discount on your next service.\r\n\r\nSometimes you have to ask very specifically for what you want. A few days ago, I read that the tweets that get the most traction are the ones that have an ask in them: please retweet,  please help, please donate, etc.  You can\'t wish for things to happen...you have to make them happen!\r\n\r\nThoughts?','Wishing is not a marketing tactic','','publish','open','open','','wishing-is-not-a-marketing-tactic','','','2013-05-30 20:01:41','2013-05-30 20:01:41','',0,'http://deborahbrody.com/?p=2208',0,'post','',0),
(2143,4,'2013-04-26 14:15:03','2013-04-26 14:15:03','I have been training people on how to blog for nearly a year now. In that time, I have had the privilege of working with dozens of people who want to blog, but haven\'t been able to for various reasons. Among the most common reasons given are these:\r\n<ol>\r\n	<li>Don\'t have the time to blog (also phrased as blogging takes up too much time)</li>\r\n	<li>Don\'t know what to write about</li>\r\n	<li>Don\'t have sufficient ideas or material</li>\r\n	<li>Don\'t think anyone wants to read my thoughts</li>\r\n	<li>I am not a good writer</li>\r\n	<li>Don\'t know who is going to read my blog or how people will find it</li>\r\n	<li>My organization insists on a long chain of approval to publish anything</li>\r\n	<li>I don\'t have buy-in from top-level executives at my organization</li>\r\n	<li>Don\'t see the point or purpose in blogging</li>\r\n	<li>Don\'t know how to set up a blog</li>\r\n</ol>\r\nDo any of these sound familiar to you?\r\n<h3>How to write your blog workshop on May 17</h3>\r\nIf you struggle with these common blogging issues, check out the three-hour hands-on <strong>How to write your blog workshop</strong> I am offering on Friday, May 17, starting at 9:30 a.m. It takes place at Link Locale in Arlington, VA, near the Clarendon Metro stop. If you sign up by May 1, you get the early registration price of $70 (regular price is $79).  For more details and to sign up,  visit <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog4.eventbrite.com</a> .\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','10 reasons people don\'t blog','','publish','open','open','','10-reasons-people-dont-blog','','','2013-04-26 14:15:03','2013-04-26 14:15:03','',0,'http://deborahbrody.com/?p=2143',0,'post','',0),
(2146,4,'2013-04-26 14:14:12','2013-04-26 14:14:12','I have been training people on how to blog for nearly a year now. In that time, I have had the privilege of working with dozens of people who want to blog, but haven\'t been able to for various reasons. Among the most common reasons given are these:\n<ol>\n	<li>Don\'t have the time to blog (also phrased as blogging takes up too much time)</li>\n	<li>Don\'t know what to write about</li>\n	<li>Don\'t have sufficient ideas or material</li>\n	<li>Don\'t think anyone wants to read my thoughts</li>\n	<li>I am not a good writer</li>\n	<li>Don\'t know who is going to read my blog or how people will find it</li>\n	<li>My organization insists on a long chain of approval to publish anything</li>\n	<li>I don\'t have buy-in from top-level executives at my organization</li>\n	<li>Don\'t see the point or purpose in blogging</li>\n	<li>Don\'t know how to set up a blog</li>\n</ol>\nDo any of these sound familiar to you?\n<h3>How to write your blog workshop on May 17</h3>\nIf you struggle with these common blogging issues, check out the three-hour hands-on <strong>How to write your blog workshop</strong> I am offering on Friday, May 17, starting at 9:30 a.m. It takes place at Link Locale in Arlington, VA, near the Clarendon Metro stop. If you sign up by May 1, you get the early registration price of $70 (regular price is $79).  For more details and to sign up,  visit <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog4.eventbrite.com</a> .\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','10 reasons people don\'t blog','','inherit','open','open','','2143-revision-3','','','2013-04-26 14:14:12','2013-04-26 14:14:12','',2143,'http://deborahbrody.com/2013/04/2143-revision-3/',0,'revision','',0),
(2144,4,'2013-04-26 14:08:47','2013-04-26 14:08:47','I have been training people on how to blog for nearly a year now. In that time, I have had the privilege of working with dozens of people who want to blog, but haven\'t been able to for various reasons. Among the most common reasons given are these:\n<ol>\n	<li>Don\'t have the time to blog (also phrased as blogging takes up too much time)</li>\n	<li>Don\'t know what to write about</li>\n	<li>Don\'t have sufficient ideas or material</li>\n	<li>Don\'t think anyone wants to read my thoughts</li>\n	<li>I am not a good writer</li>\n	<li>Don\'t know who is going to read my blog or how people will find it</li>\n	<li>My organization insists on a long chain of approval to publish anything</li>\n	<li>I don\'t have buy-in from top-level executives at my organization</li>\n	<li>Don\'t see the point or purpose in blogging</li>\n	<li>Don\'t know how to set up a blog</li>\n</ol>\nDo any of these sound familiar to you?\n<h3>How to write your blog workshop on May 17</h3>\nIf you struggle with these common blogging issues, check out my three-hour hands-on <strong>How to write your blog workshop</strong> I am offering on Friday, May 17, starting at 9:30 a.m. It takes place at Link Locale in Arlington, VA, near the Clarendon Metro stop. If you sign up by May 1, you get the early registration price of $70 (regular price is $79). To sign up and for more details,  visit <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog4.eventbrite.com</a> .\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','10 reasons people don\'t blog','','inherit','open','open','','2143-revision','','','2013-04-26 14:08:47','2013-04-26 14:08:47','',2143,'http://deborahbrody.com/2013/04/2143-revision/',0,'revision','',0),
(2145,4,'2013-04-26 14:11:24','2013-04-26 14:11:24','I have been training people on how to blog for nearly a year now. In that time, I have had the privilege of working with dozens of people who want to blog, but haven\'t been able to for various reasons. Among the most common reasons given are these:\r\n<ol>\r\n	<li>Don\'t have the time to blog (also phrased as blogging takes up too much time)</li>\r\n	<li>Don\'t know what to write about</li>\r\n	<li>Don\'t have sufficient ideas or material</li>\r\n	<li>Don\'t think anyone wants to read my thoughts</li>\r\n	<li>I am not a good writer</li>\r\n	<li>Don\'t know who is going to read my blog or how people will find it</li>\r\n	<li>My organization insists on a long chain of approval to publish anything</li>\r\n	<li>I don\'t have buy-in from top-level executives at my organization</li>\r\n	<li>Don\'t see the point or purpose in blogging</li>\r\n	<li>Don\'t know how to set up a blog</li>\r\n</ol>\r\nDo any of these sound familiar to you?\r\n<h3>How to write your blog workshop on May 17</h3>\r\nIf you struggle with these common blogging issues, check out my three-hour hands-on <strong>How to write your blog workshop</strong> I am offering on Friday, May 17, starting at 9:30 a.m. It takes place at Link Locale in Arlington, VA, near the Clarendon Metro stop. If you sign up by May 1, you get the early registration price of $70 (regular price is $79). To sign up and for more details,  visit <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog4.eventbrite.com</a> .\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','10 reasons people don\'t blog','','inherit','open','open','','2143-revision-2','','','2013-04-26 14:11:24','2013-04-26 14:11:24','',2143,'http://deborahbrody.com/2013/04/2143-revision-2/',0,'revision','',0),
(2148,4,'2011-07-22 03:58:08','2011-07-22 03:58:08','Where does your brochure or website fit in with your marketing plan?  Every marketing piece you put out should be a tactic in the larger  strategy of marketing your product, service or company. Deborah Brody  Marketing Communications will give you specific, creative marketing  ideas and strategies.','Communications Consulting','','inherit','open','open','','51-revision-v1','','','2011-07-22 03:58:08','2011-07-22 03:58:08','',51,'http://deborahbrody.com/2011/07/51-revision-3/',0,'revision','',0),
(2149,4,'2016-03-08 15:39:31','2016-03-08 20:39:31','Written materials are the cornerstone of marketing communications. Clear, concise and convincing writing will make your marketing materials and your business stand out.\n\nDeborah Brody Marketing Communications writes:\n<ul>\n	<li>Website content</li>\n	<li>Blog posts</li>\n	<li>Marketing collateral\n<ul>\n	<li>Brochures</li>\n	<li>Flyers</li>\n	<li>Taglines</li>\n	<li>Ebooks</li>\n	<li>Newsletter copy</li>\n	<li>Email copy</li>\n</ul>\n</li>\n	<li>Advertising copy</li>\n	<li>Public relations materials\n<ul>\n	<li>Press releases</li>\n	<li>Executive biographies</li>\n	<li>Position papers</li>\n	<li>White papers</li>\n</ul>\n</li>\n	<li>Messaging materials\n<ul>\n	<li>Key messages</li>\n	<li>Company descriptions</li>\n	<li>Boilerplate</li>\n</ul>\n</li>\n</ul>','Writing/Copywriting','','inherit','open','open','','49-autosave-v1','','','2016-03-08 15:39:31','2016-03-08 20:39:31','',49,'http://deborahbrody.com/2013/04/49-autosave/',0,'revision','',0),
(2150,4,'2011-07-22 03:55:02','2011-07-22 03:55:02','Writing is the cornerstone of marketing communications. Clear,  concise and convincing writing will make your marketing materials and  your business stand out.\r\n\r\nDeborah Brody Marketing Communications writes:\r\n<ul>\r\n	<li>Marketing collateral (brochures, flyers, letters)</li>\r\n	<li>Website content</li>\r\n	<li>Advertising copy</li>\r\n	<li>Public relations materials</li>\r\n</ul>','Writing/Copywriting','','inherit','open','open','','49-revision-v1','','','2011-07-22 03:55:02','2011-07-22 03:55:02','',49,'http://deborahbrody.com/2011/07/49-revision-4/',0,'revision','',0),
(2156,4,'2013-04-29 15:46:41','2013-04-29 15:46:41','Someone I know posted this update on Facebook:\n\n\"A real game of yuck this week.\"\n\nWho knows what she meant. I am sure you have seen similar coy or opaque statements that just beg followers to ask for more information. And that is what the poster wants...you to ask for details. This may or may not be a good tactic to get attention on Facebook. It certainly is a bad tactic to use if you are trying to get attention in your email marketing, your blog posts, and other marketing content.\n\nSay you have an email newsletter you send to your clients. You write:\n<p style=\"padding-left: 30px;\"><em>Spring is a lovely time of year. Good things happen in the spring, it is a time of renewal. Tulips are blooming and spring sales are everywhere.</em></p>\nUnless you want to get people upset at your opaqueness, there is little use for being coy in marketing communication. Instead, you should know what you want and ask for it. Instead of rhapsodizing about spring in your newsletter, why not figure out what action you want your target audience to take (this is your <strong>call to action, </strong>in marketing terms)<strong>.</strong>  Don\'t make your audience guess. Tell them, clearly and precisely. Here are a few examples:\n<ul>\n	<li>Spring means renewal! Time to renew your subscription to our newsletter</li>\n	<li>Spring classes are starting. Here is how to enroll in our next class.</li>\n	<li>Spring sales are on! Check out the reduced prices on our newest product</li>\n</ul>\nThese are all <strong>specific actions</strong> you want your audience to take.\n\nAre you being coy in your communications? Why not start being direct and asking for what you want?!\n\nHow to blog workshop on May 17\n\nSign up today to get your early registration discount to my next How to Blog workshop taking place on May 17. For more details and to register visit howtowriteyourblog4.eventbrite.com .\n\n&nbsp;','Are you being coy?','','inherit','open','open','','2155-revision','','','2013-04-29 15:46:41','2013-04-29 15:46:41','',2155,'http://deborahbrody.com/2013/04/2155-revision/',0,'revision','',0),
(2157,4,'2013-04-29 15:47:41','2013-04-29 15:47:41','Someone I know posted this update on Facebook:\n\n\"A real game of yuck this week.\"\n\nWho knows what she meant. I am sure you have seen similar coy or opaque statements that just beg followers to ask for more information. And that is what the poster wants...you to ask for details. This may or may not be a good tactic to get attention on Facebook. It certainly is a bad tactic to use if you are trying to get attention in your email marketing, your blog posts, and other marketing content.\n\nSay you have an email newsletter you send to your clients. You write:\n<p style=\"padding-left: 30px;\"><em>Spring is a lovely time of year. Good things happen in the spring, it is a time of renewal. Tulips are blooming and spring sales are everywhere.</em></p>\nUnless you want to get people upset at your opaqueness, there is little use for being coy in marketing communication. Instead, you should know what you want and ask for it. Instead of rhapsodizing about spring in your newsletter, why not figure out what action you want your target audience to take (this is your <strong>call to action, </strong>in marketing terms)<strong>.</strong>  Don\'t make your audience guess. Tell them, clearly and precisely. Here are a few examples:\n<ul>\n	<li>Spring means renewal! Time to renew your subscription to our newsletter</li>\n	<li>Spring classes are starting. Here is how to enroll in our next class.</li>\n	<li>Spring sales are on! Check out the reduced prices on our newest product</li>\n</ul>\nThese are all <strong>specific actions</strong> you want your audience to take.\n\nAre you being coy in your communications? Why not start being direct and asking for what you want?!\n<h3>How to blog workshop on May 17</h3>\nSign up today to get your early registration discount to my next How to Blog workshop taking place on May 17. For more details and to register visit <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">howtowriteyourblog4.eventbrite.com</a> .\n\n&nbsp;','Are you being coy?','','inherit','open','open','','2155-revision-2','','','2013-04-29 15:47:41','2013-04-29 15:47:41','',2155,'http://deborahbrody.com/2013/04/2155-revision-2/',0,'revision','',0),
(2159,4,'2013-05-01 13:13:01','2013-05-01 13:13:01','Any marketing com\n\n&nbsp;\n\nMany ex-journalists are turning to careers in PR.  After all, the journalism business is changing and demanding more from its practitioners. PR work requires many of the skills journalists have: writing, understanding (finding) the news value of a story, understanding how a newsroom works, and on. What many journalists don\'t have is a good understanding of business.\n\nPR is a function of marketing communications. Marketing communications is there to support the business, whether it is to generate sales, increase awareness, enhance a brand or other strategic business goals.','It\'s about business','','inherit','open','open','','2158-revision','','','2013-05-01 13:13:01','2013-05-01 13:13:01','',2158,'http://deborahbrody.com/2013/05/2158-revision/',0,'revision','',0),
(2160,4,'2013-05-01 14:21:24','2013-05-01 14:21:24','Most people can write, but some don\'t do it very well. That is why most people would also benefit from having an editor.\r\n\r\nI often edit other people\'s work. Most of the time, the writing is done by people whose primary job does not include writing.  There are a few things I correct over and over. Here\'s a list:\r\n\r\n<strong>Wordiness</strong>. Using too many words when fewer will do. In grad school, a professor of mine had us remove ten words from every assignment. It\'s a good exercise for everyone.\r\n\r\n<strong>Long, complicated sentences</strong>. This is somewhat related to wordiness, but also shows that people are afraid of short, direct sentences.\r\n\r\n<strong>Using I instead of me</strong>. I am not talking about a sentence like this one. People don\'t seem to want to use the word me in constructions such as \"that time works for John and me.\"  I am not sure why.\r\n\r\n<strong>Subject-verb agreement.</strong> I hear it on the news all the time, and see it, often in long, complicated sentences. If your subject is singular, then your verb should be too.  Not like this line from a pop song: \"The color of her eyes were.\" (In this case, the subject is the color, which is singular, therefore the verb should be was.)\r\n\r\n<strong>Misusing words</strong>. Often, people think they know what a word means, but they really don\'t. (I am working on compiling a list of these...)\r\n\r\n<strong>Using jargon and/or big words</strong>. The more jargon you use, the more I think you don\'t know what you are talking about. I also don\'t think using the word utilize makes you seem smarter. Read this <a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\">excellent article</a> from Content Management on how to get rid of jargon.\r\n\r\nI know most people can\'t afford to get an editor. Heck, I don\'t have an editor for this blog either. Next time you write something,  look it over for the items above. If you are unsure, ask!\r\n<h3>How to write your blog workshop</h3>\r\nWhat are you doing on May 17? Why not sign up for my How to write your blog workshop? You will learn how to make your blog more effective, how to come up with blog post ideas and lots of other good stuff. Details and registration<a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\"> here.</a>','Why you need an editor','','publish','open','open','','why-you-need-an-editor','','','2013-05-01 14:21:24','2013-05-01 14:21:24','',0,'http://deborahbrody.com/?p=2160',0,'post','',0),
(2161,4,'2013-05-01 14:20:01','2013-05-01 14:20:01','Most people can write, but some don\'t do it very well. That is why most people would also benefit from having an editor.\n\nI often edit other people\'s work. Most of the time, the writing is done by people whose primary job does not include writing.  There are a few things I correct over and over. Here\'s a list:\n\n<strong>Wordiness</strong>. Using too many words when fewer will do. In grad school, a professor of mine had us remove ten words from every assignment. It\'s a good exercise for everyone.\n\n<strong>Long, complicated sentences</strong>. This is somewhat related to wordiness, but also shows that people are afraid of short, direct sentences.\n\n<strong>Using I instead of me</strong>. I am not talking about a sentence like this one. People don\'t seem to want to use the word me in constructions such as \"that time works for John and me.\"  I am not sure why.\n\n<strong>Subject-verb agreement.</strong> I hear it on the news all the time, and see it, often in long, complicated sentences. If your subject is singular, then your verb should be too.  Not like this line from a pop song: \"The color of her eyes were.\" (In this case, the subject is the color, which is singular, therefore the verb should be was.)\n\n<strong>Misusing words</strong>. Often, people think they know what a word means, but they really don\'t. (I am working on compiling a list of these...)\n\n<strong>Using jargon and/or big words</strong>. The more jargon you use, the more I think you don\'t know what you are talking about. I also don\'t think using the word utilize makes you seem smarter. Read this <a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\">excellent article</a> from Content Management on how to get rid of jargon.\n\nI know most people can\'t afford to get an editor. Heck, I don\'t have an editor for this blog either. Next time you write something,  look it over for the items above. If you are unsure, ask!\n\nHow to write your blog workshop\n\nWhat are you doing on May 17? Why not sign up for my How to write your blog workshop? You will learn how to make your blog more effective, how to come up with blog post ideas and lots of other good stuff. Details and registration here:','Why you need an editor','','inherit','open','open','','2160-revision','','','2013-05-01 14:20:01','2013-05-01 14:20:01','',2160,'http://deborahbrody.com/2013/05/2160-revision/',0,'revision','',0),
(2162,4,'2013-05-01 14:21:01','2013-05-01 14:21:01','Most people can write, but some don\'t do it very well. That is why most people would also benefit from having an editor.\n\nI often edit other people\'s work. Most of the time, the writing is done by people whose primary job does not include writing.  There are a few things I correct over and over. Here\'s a list:\n\n<strong>Wordiness</strong>. Using too many words when fewer will do. In grad school, a professor of mine had us remove ten words from every assignment. It\'s a good exercise for everyone.\n\n<strong>Long, complicated sentences</strong>. This is somewhat related to wordiness, but also shows that people are afraid of short, direct sentences.\n\n<strong>Using I instead of me</strong>. I am not talking about a sentence like this one. People don\'t seem to want to use the word me in constructions such as \"that time works for John and me.\"  I am not sure why.\n\n<strong>Subject-verb agreement.</strong> I hear it on the news all the time, and see it, often in long, complicated sentences. If your subject is singular, then your verb should be too.  Not like this line from a pop song: \"The color of her eyes were.\" (In this case, the subject is the color, which is singular, therefore the verb should be was.)\n\n<strong>Misusing words</strong>. Often, people think they know what a word means, but they really don\'t. (I am working on compiling a list of these...)\n\n<strong>Using jargon and/or big words</strong>. The more jargon you use, the more I think you don\'t know what you are talking about. I also don\'t think using the word utilize makes you seem smarter. Read this <a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\">excellent article</a> from Content Management on how to get rid of jargon.\n\nI know most people can\'t afford to get an editor. Heck, I don\'t have an editor for this blog either. Next time you write something,  look it over for the items above. If you are unsure, ask!\n<h3>How to write your blog workshop</h3>\nWhat are you doing on May 17? Why not sign up for my How to write your blog workshop? You will learn how to make your blog more effective, how to come up with blog post ideas and lots of other good stuff. Details and registration<a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\"> here.</a>','Why you need an editor','','inherit','open','open','','2160-revision-2','','','2013-05-01 14:21:01','2013-05-01 14:21:01','',2160,'http://deborahbrody.com/2013/05/2160-revision-2/',0,'revision','',0),
(2163,4,'2013-05-03 13:58:45','2013-05-03 13:58:45','There are two actions that will improve your communications efforts. These are:\r\n<ul>\r\n	<li><strong>Listening</strong> (really listening, not just nodding your head)</li>\r\n	<li><strong>Saying what you mean</strong></li>\r\n</ul>\r\nIt sounds absurdly simple, but chances are that you are not doing one or both well.\r\n\r\n<strong>Listening is crucial.</strong>\r\n\r\nYesterday, I went to a large home improvement store (I won\'t name names). I was on the search for an edger/trimmer for my pocket-sized lawn. I have never bought this item and I have no idea what I need. I flagged down an associate and I explained that I have a small lawn, and that the grass is hard to cut near the fence, and that I did not want to spend too much money. So this associate points me to the high end trimmers, starting at $100. And then he says to me: \"well, you said you wanted to cut your shrubs.\" Huh? I said NOTHING about shrubs since I don\'t have shrubs. Clearly, this associate was not listening. He was also not very qualified to talk about edgers, but that is a different story.\r\n\r\n<strong>If you don\'t listen, you are not going to \"get\" the story, whatever it may be.</strong>\r\n\r\nThe other side of the communications equation is <strong>saying what you mean</strong>. Lots of people (and organizations) say what they think the other person (or their target audience) wants to hear. Saying what you mean is not burying things in fine print or in if-thens. <strong>Be clear! And please, be sincere.</strong> People can tell when you are not saying what you mean. And then they don\'t trust you.\r\n\r\n<strong>Mattress stores don\'t say what they mean</strong>\r\n\r\nA great example of communications that don\'t say what they mean is mattress store advertisements. Having just gone through mattress shopping, I can tell you, just ignore the ads. They are designed to entice you into the store. Once you are in the store, you find out the real deal. Generally in the world of mattress sales, the enticement is free something or the other (free box spring, free delivery, free set-up, free TV, etc.). The reality is that the pricing is structured so that you can\'t compare it to other stores, and there are caveats. If you get a mattress priced over $X, then you get free delivery. If you want to price match, we have to make sure it is the same mattress (and since mattresses are made specifically for each store, there is no exact same name). If you want us to remove your old bed, then we charge you a fee. If you want the ten-year warranty, then you have to buy our overpriced mattress cover. And on and on.\r\n\r\nNo clarity. No saying what they mean. Making people distrust what you are saying. That is not communications!\r\n\r\n<span style=\"color: #339966;\">It is about effective communications. Effective means that something is successful in achieving the intended result. If you are intending to sell mattresses or edgers or any product, service or opinion, you should both listen and say what you mean.</span>\r\n\r\n----------------------------------------------------------------------------------------------------------\r\n<h3>How to write your blog workshop</h3>\r\nWhat are you doing on May 17? Why not sign up for my How to write your blog workshop? You will learn how to make your blog more effective, how to come up with blog post ideas and lots of other good stuff. Details and registration<a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\"> here.</a>','The two actions that will make your communications more effective','','publish','open','open','','the-two-actions-that-will-make-your-communications-more-effective','','','2013-05-03 13:58:45','2013-05-03 13:58:45','',0,'http://deborahbrody.com/?p=2163',0,'post','',0),
(2164,4,'2013-05-03 13:52:59','2013-05-03 13:52:59','There are two actions that will improve your communications efforts. These are:\n<ul>\n	<li><strong>Listening</strong> (really listening, not just nodding your head)</li>\n	<li><strong>Saying what you mean</strong></li>\n</ul>\nIt sounds absurdly simple, but chances are that you are not doing one or both well.\n\n<strong>Listening is crucial.</strong>\n\nYesterday, I went to a large home improvement store (I won\'t name names). I was on the search for an edger/trimmer for my pocket-sized lawn. I have never bought this item and I have no idea what I need. I flagged down an associate and I explained that I have a small lawn, and that the grass is hard to cut near the fence, and that I did not want to spend too much money. So this associate points me to the high end trimmers, starting at $100. And then he says to me: \"well, you said you wanted to cut your shrubs.\" Huh? I said NOTHING about shrubs since I don\'t have shrubs. Clearly, this associate was not listening. He was also not very qualified to talk about edgers, but that is a different story.\n\n<strong>If you don\'t listen, you are not going to \"get\" the story, whatever it may be.</strong>\n\nThe other side of the communications equation is saying what you mean. Lots of people say what they think the other person (or their target audience) wants to hear. Saying what you mean is not burying things in fine print or in if-thens. Be clear! And please, be sincere. People can tell when you are not saying what you mean. And then they don\'t trust you.\n\nA great example of communications that don\'t say what they mean is mattress store advertisements. Having just gone through mattress shopping, I can tell you, just ignore the ads. They are designed to entice you into the store. Once you are in the store, you find out the real deal. Generally in the world of mattress sales, the enticement is free something or the other (free box spring, free delivery, free set-up, free TV, etc.). The reality is that the pricing is structured so that you can\'t compare it to other stores, and there are caveats. If you get a mattress priced over $X, then you get free delivery. If you want to price match, we have to make sure it is the same mattress (and since mattresses are made specifically for each store, there is no exact same name). If you want us to remove your old bed, then we charge you a fee. If you want the ten-year warranty, then you have to buy our overpriced mattress cover. And on and on.\n\nNo clarity. No saying what they mean. Making people distrust what you are saying. That is not communications!\n\nInstead, say what you mean. Say it clearly.\n\nThoughts?\n\n&nbsp;','The two actions that will make your communications more effective','','inherit','open','open','','2163-revision','','','2013-05-03 13:52:59','2013-05-03 13:52:59','',2163,'http://deborahbrody.com/2013/05/2163-revision/',0,'revision','',0),
(2165,4,'2013-05-03 13:53:55','2013-05-03 13:53:55','There are two actions that will improve your communications efforts. These are:\r\n<ul>\r\n	<li><strong>Listening</strong> (really listening, not just nodding your head)</li>\r\n	<li><strong>Saying what you mean</strong></li>\r\n</ul>\r\nIt sounds absurdly simple, but chances are that you are not doing one or both well.\r\n\r\n<strong>Listening is crucial.</strong>\r\n\r\nYesterday, I went to a large home improvement store (I won\'t name names). I was on the search for an edger/trimmer for my pocket-sized lawn. I have never bought this item and I have no idea what I need. I flagged down an associate and I explained that I have a small lawn, and that the grass is hard to cut near the fence, and that I did not want to spend too much money. So this associate points me to the high end trimmers, starting at $100. And then he says to me: \"well, you said you wanted to cut your shrubs.\" Huh? I said NOTHING about shrubs since I don\'t have shrubs. Clearly, this associate was not listening. He was also not very qualified to talk about edgers, but that is a different story.\r\n\r\n<strong>If you don\'t listen, you are not going to \"get\" the story, whatever it may be.</strong>\r\n\r\nThe other side of the communications equation is saying what you mean. Lots of people say what they think the other person (or their target audience) wants to hear. Saying what you mean is not burying things in fine print or in if-thens. Be clear! And please, be sincere. People can tell when you are not saying what you mean. And then they don\'t trust you.\r\n\r\nA great example of communications that don\'t say what they mean is mattress store advertisements. Having just gone through mattress shopping, I can tell you, just ignore the ads. They are designed to entice you into the store. Once you are in the store, you find out the real deal. Generally in the world of mattress sales, the enticement is free something or the other (free box spring, free delivery, free set-up, free TV, etc.). The reality is that the pricing is structured so that you can\'t compare it to other stores, and there are caveats. If you get a mattress priced over $X, then you get free delivery. If you want to price match, we have to make sure it is the same mattress (and since mattresses are made specifically for each store, there is no exact same name). If you want us to remove your old bed, then we charge you a fee. If you want the ten-year warranty, then you have to buy our overpriced mattress cover. And on and on.\r\n\r\nNo clarity. No saying what they mean. Making people distrust what you are saying. That is not communications!\r\n\r\nInstead, say what you mean. Say it clearly.\r\n\r\nThoughts?\r\n\r\n----------------------------------------------------------------------------------------------------------\r\n<h3>How to write your blog workshop</h3>\r\nWhat are you doing on May 17? Why not sign up for my How to write your blog workshop? You will learn how to make your blog more effective, how to come up with blog post ideas and lots of other good stuff. Details and registration<a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\"> here.</a>','The two actions that will make your communications more effective','','inherit','open','open','','2163-revision-2','','','2013-05-03 13:53:55','2013-05-03 13:53:55','',2163,'http://deborahbrody.com/2013/05/2163-revision-2/',0,'revision','',0),
(2166,4,'2013-05-03 13:56:59','2013-05-03 13:56:59','There are two actions that will improve your communications efforts. These are:\n<ul>\n	<li><strong>Listening</strong> (really listening, not just nodding your head)</li>\n	<li><strong>Saying what you mean</strong></li>\n</ul>\nIt sounds absurdly simple, but chances are that you are not doing one or both well.\n\n<strong>Listening is crucial.</strong>\n\nYesterday, I went to a large home improvement store (I won\'t name names). I was on the search for an edger/trimmer for my pocket-sized lawn. I have never bought this item and I have no idea what I need. I flagged down an associate and I explained that I have a small lawn, and that the grass is hard to cut near the fence, and that I did not want to spend too much money. So this associate points me to the high end trimmers, starting at $100. And then he says to me: \"well, you said you wanted to cut your shrubs.\" Huh? I said NOTHING about shrubs since I don\'t have shrubs. Clearly, this associate was not listening. He was also not very qualified to talk about edgers, but that is a different story.\n\n<strong>If you don\'t listen, you are not going to \"get\" the story, whatever it may be.</strong>\n\nThe other side of the communications equation is <strong>saying what you mean</strong>. Lots of people (and organizations) say what they think the other person (or their target audience) wants to hear. Saying what you mean is not burying things in fine print or in if-thens. <strong>Be clear! And please, be sincere.</strong> People can tell when you are not saying what you mean. And then they don\'t trust you.\n\n<strong>Mattress stores don\'t say what they mean</strong>\n\nA great example of communications that don\'t say what they mean is mattress store advertisements. Having just gone through mattress shopping, I can tell you, just ignore the ads. They are designed to entice you into the store. Once you are in the store, you find out the real deal. Generally in the world of mattress sales, the enticement is free something or the other (free box spring, free delivery, free set-up, free TV, etc.). The reality is that the pricing is structured so that you can\'t compare it to other stores, and there are caveats. If you get a mattress priced over $X, then you get free delivery. If you want to price match, we have to make sure it is the same mattress (and since mattresses are made specifically for each store, there is no exact same name). If you want us to remove your old bed, then we charge you a fee. If you want the ten-year warranty, then you have to buy our overpriced mattress cover. And on and on.\n\nNo clarity. No saying what they mean. Making people distrust what you are saying. That is not communications!\n\nIt is about effective communications. Effective means that something is successful in achieving the intended result. If you are intending to sell mat\n\n----------------------------------------------------------------------------------------------------------\n<h3>How to write your blog workshop</h3>\nWhat are you doing on May 17? Why not sign up for my How to write your blog workshop? You will learn how to make your blog more effective, how to come up with blog post ideas and lots of other good stuff. Details and registration<a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\"> here.</a>','The two actions that will make your communications more effective','','inherit','open','open','','2163-revision-3','','','2013-05-03 13:56:59','2013-05-03 13:56:59','',2163,'http://deborahbrody.com/2013/05/2163-revision-3/',0,'revision','',0),
(2167,4,'2013-05-03 13:57:59','2013-05-03 13:57:59','There are two actions that will improve your communications efforts. These are:\n<ul>\n	<li><strong>Listening</strong> (really listening, not just nodding your head)</li>\n	<li><strong>Saying what you mean</strong></li>\n</ul>\nIt sounds absurdly simple, but chances are that you are not doing one or both well.\n\n<strong>Listening is crucial.</strong>\n\nYesterday, I went to a large home improvement store (I won\'t name names). I was on the search for an edger/trimmer for my pocket-sized lawn. I have never bought this item and I have no idea what I need. I flagged down an associate and I explained that I have a small lawn, and that the grass is hard to cut near the fence, and that I did not want to spend too much money. So this associate points me to the high end trimmers, starting at $100. And then he says to me: \"well, you said you wanted to cut your shrubs.\" Huh? I said NOTHING about shrubs since I don\'t have shrubs. Clearly, this associate was not listening. He was also not very qualified to talk about edgers, but that is a different story.\n\n<strong>If you don\'t listen, you are not going to \"get\" the story, whatever it may be.</strong>\n\nThe other side of the communications equation is <strong>saying what you mean</strong>. Lots of people (and organizations) say what they think the other person (or their target audience) wants to hear. Saying what you mean is not burying things in fine print or in if-thens. <strong>Be clear! And please, be sincere.</strong> People can tell when you are not saying what you mean. And then they don\'t trust you.\n\n<strong>Mattress stores don\'t say what they mean</strong>\n\nA great example of communications that don\'t say what they mean is mattress store advertisements. Having just gone through mattress shopping, I can tell you, just ignore the ads. They are designed to entice you into the store. Once you are in the store, you find out the real deal. Generally in the world of mattress sales, the enticement is free something or the other (free box spring, free delivery, free set-up, free TV, etc.). The reality is that the pricing is structured so that you can\'t compare it to other stores, and there are caveats. If you get a mattress priced over $X, then you get free delivery. If you want to price match, we have to make sure it is the same mattress (and since mattresses are made specifically for each store, there is no exact same name). If you want us to remove your old bed, then we charge you a fee. If you want the ten-year warranty, then you have to buy our overpriced mattress cover. And on and on.\n\nNo clarity. No saying what they mean. Making people distrust what you are saying. That is not communications!\n\n<span style=\"color: #339966;\">It is about effective communications. Effective means that something is successful in achieving the intended result. If you are intending to sell mattresses or edgers or any product, service or opinion, you should both listen and say what you mean.</span>\n\n----------------------------------------------------------------------------------------------------------\n<h3>How to write your blog workshop</h3>\nWhat are you doing on May 17? Why not sign up for my How to write your blog workshop? You will learn how to make your blog more effective, how to come up with blog post ideas and lots of other good stuff. Details and registration<a href=\"http://contentmarketinginstitute.com/2013/04/stop-jargon-pulling-plug-from-powerful-content/\" target=\"_blank\"> here.</a>','The two actions that will make your communications more effective','','inherit','open','open','','2163-revision-4','','','2013-05-03 13:57:59','2013-05-03 13:57:59','',2163,'http://deborahbrody.com/2013/05/2163-revision-4/',0,'revision','',0),
(2170,4,'2013-05-07 19:10:19','2013-05-07 19:10:19','Social media takes a magnifying lens to everything. It makes everything appear bigger and closer (kind of like your side view mirrors).\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"338\"]<a title=\"fun with magnifying glasses by matlock, on Flickr\" href=\"http://www.flickr.com/photos/matlocktest/861570798/\"><img class=\" \" title=\"Fun with magnifying glasses by matlock on Flickr\" alt=\"fun with magnifying glasses\" src=\"http://farm2.staticflickr.com/1059/861570798_83545b2f90.jpg\" width=\"338\" height=\"450\" /></a> Fun with magnifying glasses by matlock on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nYou\'ve probably heard that social media serves to amplify your message. You tell your friends on Facebook, and they then share it with their friends, and so on.  I have come to realize that social media amplifies more than your message. It amplifies mistakes,  personality traits and  business smarts (or lack thereof).\r\n\r\n<strong>Mistakes</strong>\r\n\r\nYou used to be able to slip up and it would be forgotten. Not any more. Now, someone will catch your mistake, and put it on Twitter or YouTube. And then people will share that. And before you know it, everyone knows of your mistake. Perhaps forgiven, but not forgotten.\r\n\r\n<strong>Personality traits</strong>\r\n\r\nAre you an angry person? You will appear even angrier when trying to contain your ire to 140 characters. Your nastiness will be contained and then disseminated. Are you rude? Not only will the person appalled at your belching at the dinner table know about it, but everyone else will too. Self-centered? It will be evident in endless self-promotional posts.  On the other hand, if you are a connector or naturally gregarious, it will be evident because you will have 1000s of followers.\r\n\r\n<strong>Business know-how</strong>\r\n\r\nDo you answer your customer queries? If you don\'t do it regularly and quickly, it will be even more apparent on social media channels. People will complain. And since you aren\'t used to replying quickly, the problem will grow.\r\n\r\nNot sure what social media is for and ignoring it? You can be sure others will not be. You will either look like a fool or lose customers.\r\n\r\nFor example, today I was looking at service providers \"website.\" All it was a poorly formed Wordpress site. There was no contact information. None. No listing of services. No reason why I should hire. In short, it was a disaster. I found a Twitter handle, and tweeted. No response.  Better to not be on the web at all!\r\n\r\nRemember that social media gives people the ability to share the good and the bad about you. Small can become big. And that can be a good thing, or it can be a disaster. Your choice!\r\n\r\n<strong>Don\'t miss out! Sign up for the next How to blog workshop, taking place on May 17. Details and registration<a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\"> here.</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Social media amplifies everything','','publish','open','open','','social-media-amplifies-everything','','','2013-05-07 19:10:19','2013-05-07 19:10:19','',0,'http://deborahbrody.com/?p=2170',0,'post','',0),
(2171,4,'2013-05-07 19:06:51','2013-05-07 19:06:51','Social media takes a magnifying lens to everything. It makes everything appear bigger and closer (kind of like your side view mirrors).\n\n<a title=\"fun with magnifying glasses by matlock, on Flickr\" href=\"http://www.flickr.com/photos/matlocktest/861570798/\"><img alt=\"fun with magnifying glasses\" src=\"http://farm2.staticflickr.com/1059/861570798_83545b2f90.jpg\" width=\"375\" height=\"500\" /></a>\n\nYou\'ve probably heard that social media serves to amplify your message. You tell your friends on Facebook, and they then share it with their friends, and so on.  I have come to realize that social media amplifies more than your message. It amplifies mistakes,  personality traits and  business smarts (or lack thereof).\n\n<strong>Mistakes</strong>\n\nYou used to be able to slip up and it would be forgotten. Not any more. Now, someone will catch your mistake, and put it on Twitter or YouTube. And then people will share that. And before you know it, everyone knows of your mistake. Perhaps forgiven, but not forgotten.\n\n<strong>Personality traits</strong>\n\nAre you an angry person? You will appear even angrier when trying to contain your ire to 140 characters. Your nastiness will be contained and then disseminated. Are you rude? Not only will the person appalled at your belching at the dinner table know about it, but everyone else will too. Self-centered? It will be evident in endless self-promotional posts.  On the other hand, if you are a connector or naturally gregarious, it will be evident because you will have 1000s of followers.\n\n<strong>Business know-how</strong>\n\nDo you answer your customer queries? If you don\'t do it regularly and quickly, it will be even more apparent on social media channels. People will complain. And since you aren\'t used to replying quickly, the problem will grow.\n\nNot sure what social media is for and ignoring it? You can be sure others will not be. You will either look like a fool or lose customers.\n\nFor example, today I was looking at service providers \"website.\" All it was a poorly formed Wordpress site. There was no contact information. None. No listing of services. No reason why I should hire. In short, it was a disaster. I found a Twitter handle, and tweeted. No response.  Better to not be on the web at all!\n\nRemember that social media gives people the ability to share the good and the bad about you. Small can become big. And that can be a good thing, or it can be a disaster. Your choice!\n\n<strong>Don\'t miss out! Sign up for the next How to blog workshop, taking place on May 17. Details and registration<a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\"> here.</a></strong>\n\n&nbsp;\n\n&nbsp;','Social media amplifies everything','','inherit','open','open','','2170-revision','','','2013-05-07 19:06:51','2013-05-07 19:06:51','',2170,'http://deborahbrody.com/2013/05/2170-revision/',0,'revision','',0),
(2172,4,'2013-05-07 19:07:53','2013-05-07 19:07:53','Social media takes a magnifying lens to everything. It makes everything appear bigger and closer (kind of like your side view mirrors).\n<p style=\"text-align: center;\"> <a title=\"fun with magnifying glasses by matlock, on Flickr\" href=\"http://www.flickr.com/photos/matlocktest/861570798/\"><img class=\"aligncenter\" title=\"Fun with magnifying glasses by matlock on Flickr\" alt=\"fun with magnifying glasses\" src=\"http://farm2.staticflickr.com/1059/861570798_83545b2f90.jpg\" width=\"375\" height=\"500\" /></a></p>\nYou\'ve probably heard that social media serves to amplify your message. You tell your friends on Facebook, and they then share it with their friends, and so on.  I have come to realize that social media amplifies more than your message. It amplifies mistakes,  personality traits and  business smarts (or lack thereof).\n\n<strong>Mistakes</strong>\n\nYou used to be able to slip up and it would be forgotten. Not any more. Now, someone will catch your mistake, and put it on Twitter or YouTube. And then people will share that. And before you know it, everyone knows of your mistake. Perhaps forgiven, but not forgotten.\n\n<strong>Personality traits</strong>\n\nAre you an angry person? You will appear even angrier when trying to contain your ire to 140 characters. Your nastiness will be contained and then disseminated. Are you rude? Not only will the person appalled at your belching at the dinner table know about it, but everyone else will too. Self-centered? It will be evident in endless self-promotional posts.  On the other hand, if you are a connector or naturally gregarious, it will be evident because you will have 1000s of followers.\n\n<strong>Business know-how</strong>\n\nDo you answer your customer queries? If you don\'t do it regularly and quickly, it will be even more apparent on social media channels. People will complain. And since you aren\'t used to replying quickly, the problem will grow.\n\nNot sure what social media is for and ignoring it? You can be sure others will not be. You will either look like a fool or lose customers.\n\nFor example, today I was looking at service providers \"website.\" All it was a poorly formed Wordpress site. There was no contact information. None. No listing of services. No reason why I should hire. In short, it was a disaster. I found a Twitter handle, and tweeted. No response.  Better to not be on the web at all!\n\nRemember that social media gives people the ability to share the good and the bad about you. Small can become big. And that can be a good thing, or it can be a disaster. Your choice!\n\n<strong>Don\'t miss out! Sign up for the next How to blog workshop, taking place on May 17. Details and registration<a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\"> here.</a></strong>\n\n&nbsp;\n\n&nbsp;','Social media amplifies everything','','inherit','open','open','','2170-revision-2','','','2013-05-07 19:07:53','2013-05-07 19:07:53','',2170,'http://deborahbrody.com/2013/05/2170-revision-2/',0,'revision','',0),
(2173,4,'2013-05-07 19:08:47','2013-05-07 19:08:47','Social media takes a magnifying lens to everything. It makes everything appear bigger and closer (kind of like your side view mirrors).\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"338\"]<a title=\"fun with magnifying glasses by matlock, on Flickr\" href=\"http://www.flickr.com/photos/matlocktest/861570798/\"><img class=\" \" title=\"Fun with magnifying glasses by matlock on Flickr\" alt=\"fun with magnifying glasses\" src=\"http://farm2.staticflickr.com/1059/861570798_83545b2f90.jpg\" width=\"338\" height=\"450\" /></a> Fun with magnifying glasses by matlock on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nYou\'ve probably heard that social media serves to amplify your message. You tell your friends on Facebook, and they then share it with their friends, and so on.  I have come to realize that social media amplifies more than your message. It amplifies mistakes,  personality traits and  business smarts (or lack thereof).\r\n\r\n<strong>Mistakes</strong>\r\n\r\nYou used to be able to slip up and it would be forgotten. Not any more. Now, someone will catch your mistake, and put it on Twitter or YouTube. And then people will share that. And before you know it, everyone knows of your mistake. Perhaps forgiven, but not forgotten.\r\n\r\n<strong>Personality traits</strong>\r\n\r\nAre you an angry person? You will appear even angrier when trying to contain your ire to 140 characters. Your nastiness will be contained and then disseminated. Are you rude? Not only will the person appalled at your belching at the dinner table know about it, but everyone else will too. Self-centered? It will be evident in endless self-promotional posts.  On the other hand, if you are a connector or naturally gregarious, it will be evident because you will have 1000s of followers.\r\n\r\n<strong>Business know-how</strong>\r\n\r\nDo you answer your customer queries? If you don\'t do it regularly and quickly, it will be even more apparent on social media channels. People will complain. And since you aren\'t used to replying quickly, the problem will grow.\r\n\r\nNot sure what social media is for and ignoring it? You can be sure others will not be. You will either look like a fool or lose customers.\r\n\r\nFor example, today I was looking at service providers \"website.\" All it was a poorly formed Wordpress site. There was no contact information. None. No listing of services. No reason why I should hire. In short, it was a disaster. I found a Twitter handle, and tweeted. No response.  Better to not be on the web at all!\r\n\r\nRemember that social media gives people the ability to share the good and the bad about you. Small can become big. And that can be a good thing, or it can be a disaster. Your choice!\r\n\r\n<strong>Don\'t miss out! Sign up for the next How to blog workshop, taking place on May 17. Details and registration<a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\"> here.</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Social media amplifies everything','','inherit','open','open','','2170-revision-3','','','2013-05-07 19:08:47','2013-05-07 19:08:47','',2170,'http://deborahbrody.com/2013/05/2170-revision-3/',0,'revision','',0),
(2190,4,'2013-05-20 13:46:58','2013-05-20 13:46:58','Sometimes you see stuff that makes you shake your head (or slap your forehead) and wonder how some people manage to stay afloat.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"THE G.A.H. PERM FOREHEAD SLAP by happy via, on Flickr\" href=\"http://www.flickr.com/photos/via/133833172/\"><img alt=\"THE G.A.H. PERM FOREHEAD SLAP\" src=\"http://farm1.staticflickr.com/48/133833172_ba78ee5077.jpg\" width=\"450\" height=\"300\" /></a> THE G.A.H. PERM FOREHEAD SLAP by happy via on Flickr[/caption]\r\n<p style=\"text-align: left;\">\r\nBased on personal experiences in the past week alone, here are three guaranteed ways to lose business fast:</p>\r\n<strong>1. If you have a website, make sure it is lacking relevant information.</strong>\r\n\r\nSure, every business should have a website, but not any website will do. Websites should be useful if you want them to support your business.\r\n\r\nI was looking for a restaurant in which to grab some lunch. I found several and checked out their websites. One place had a website that did not have the following: hours of operation, location, menu.  Guess what? I did not have lunch there.\r\n\r\n<strong>2. Make it very difficult to do business with you (and easier to do it with competitors)</strong>\r\n\r\nHow many hoops do you want your potential customers to jump through? Five? Ten? Perhaps you are putting a few too many obstacles for your customers to climb through to get to you. These obstacles can be things like too many forms to fill, rules, not providing services your competitors provide, and so forth.\r\n\r\nI wanted to get some catering for my workshop last week. I usually order coffee and pastries from a national chain, but that place was not nearby the location last week. I thought I would patronize a local place, so I checked it out. First, it took ONE week to get an answer back. Then, I was told that coffee could be provided, but the coffee urn would have a $100 deposit (meanwhile, almost all coffee chains have a portable cardboard coffee box that they don\'t have to charge a deposit for). Oh, and they do not provide plates for the pastries. Guess what? I found another place to get some coffee and pastries.\r\n\r\n<strong>3. Ignore your social media responses and/or your emails. Take your time responding if you do get around to it.</strong>\r\n\r\nThe thing about social media and in some cases email too is that it is a quick response forum. This is not the pony express or even the USPS. I don\'t send a missive on social media expecting a response next week. I expect it today, or even sooner.\r\n\r\nI wanted to refer someone some business, but did not have complete contact information. I tweeted and got no response. Even now, more than a week later, I have yet to receive any type of acknowledgement. I can\'t send business to someone who either doesn\'t care to respond or doesn\'t understand how social media works. And then there is the case of the coffee shop I mentioned above. One week to answer an email about doing business with you? That is unacceptable. If you can\'t answer emails or tweets, then I think you don\'t have the time or the interest to do business with me.\r\n\r\nHave you seen these classic business mistakes?','3 guaranteed ways to lose business fast','','publish','open','open','','3-guaranteed-ways-to-lose-business-fast','','','2013-05-20 13:46:58','2013-05-20 13:46:58','',0,'http://deborahbrody.com/?p=2190',0,'post','',0),
(2175,4,'2013-05-09 17:54:18','2013-05-09 17:54:18','OK, so you don\'t like to blog. You hate tweeting. You refuse to put up a picture on your LinkedIn profile. And yet you have all those social media platforms. Perhaps you should get rid of them.\r\n\r\nHere\'s the thing. If you don\'t use them--for whatever reason--don\'t have them. Having an old blog, and old profile or an unused Twitter makes it seem like you are no longer around or worse, that you just don\'t care.\r\n\r\nLast night, I attended a panel presentation where one of the presenters said that potential employers and/or new business connections are checking out your social media profiles  prior to meeting with you. Having an outdated social media presence sends a message, and it is not a good one. (As an aside, and kind of weird, I checked the social media presence for some of these panelists and I found a blog that hasn\'t been updated since 2009 and someone with four  LinkedIn profiles with about one connection each. Hmm. That is not a great message is it?)\r\n\r\nThis is the message I am getting from you:\r\n<p style=\"padding-left: 30px;\">You say you know how to do social media but you haven\'t tweeted in two months and you only have 50 followers? I don\'t believe you.</p>\r\n<p style=\"padding-left: 30px;\">You are a writer and you say you can help others blog but your website doesn\'t have a blog? You don\'t know how to position yourself and what a blog is really for.</p>\r\n<p style=\"padding-left: 30px;\">You are a communications executive and all you have is a personal Facebook page?  You don\'t get the power of social media to educate and expand your network.</p>\r\nYou are sending a message  by having an outdated or unused profile and it may not be one that you want to communicate. An outdated or unused profile  could  mean that you are not comfortable on social media, that you don\'t have much to say, that you don\'t pay attention to social media or even that you experiment but don\'t follow through. None of it is positive.\r\n\r\n<strong>Don’t miss out! Sign up for the next How to blog workshop, taking place on May 17. Details and registration<a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\"> here.</a></strong>','What message are you sending?','','publish','open','open','','what-message-are-you-sending','','','2013-05-09 17:54:18','2013-05-09 17:54:18','',0,'http://deborahbrody.com/?p=2175',0,'post','',0),
(2176,4,'2013-05-09 17:54:15','2013-05-09 17:54:15','OK, so you don\'t like to blog. You hate tweeting. You refuse to put up a picture on your LinkedIn profile. And yet you have all those social media platforms. Perhaps you should get rid of them.\n\nHere\'s the thing. If you don\'t use them--for whatever reason--don\'t have them. Having an old blog, and old profile or an unused Twitter makes it seem like you are no longer around or worse, that you just don\'t care.\n\nLast night, I attended a panel presentation where one of the presenters said that potential employers and/or new business connections are checking out your social media profiles  prior to meeting with you. Having an outdated social media presence sends a message, and it is not a good one. (As an aside, and kind of weird, I checked the social media presence for some of these panelists and I found a blog that hasn\'t been updated since 2009 and someone with four  LinkedIn profiles with about one connection each. Hmm. That is not a great message is it?)\n\nThis is the message I am getting from you:\n<p style=\"padding-left: 30px;\">You say you know how to do social media but you haven\'t tweeted in two months and you only have 50 followers? I don\'t believe you.</p>\n<p style=\"padding-left: 30px;\">You are a writer and you say you can help others blog but your website doesn\'t have a blog? You don\'t know how to position yourself and what a blog is really for.</p>\n<p style=\"padding-left: 30px;\">You are a communications executive and all you have is a personal Facebook page?  You don\'t get the power of social media to educate and expand your network.</p>\nYou are sending a message  by having an outdated or unused profile and it may not be one that you want to communicate. An outdated or unused profile  could  mean that you are not comfortable on social media, that you don\'t have much to say, that you don\'t pay attention to social media or even that you experiment but don\'t follow through. None of it is positive.\n\n<strong>Don’t miss out! Sign up for the next How to blog workshop, taking place on May 17. Details and registration<a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\"> here.</a></strong>','What message are you sending?','','inherit','open','open','','2175-revision','','','2013-05-09 17:54:15','2013-05-09 17:54:15','',2175,'http://deborahbrody.com/2013/05/2175-revision/',0,'revision','',0),
(2177,4,'2013-05-14 14:00:31','2013-05-14 14:00:31','We use different tones, depending on the audience we are speaking to and our personalities. Tones help define us and the content of what we are saying.  For examply, the professorial types always sound like they are lecturing, even when they are just discussing the weather.\r\n\r\nWhenever we write something, we engage a certain tone. If we are writing an academic paper, we may use an authoritative tone. If we are writing an ad for a baby boutique, we may take on a cheerful tone.  And of course, when we are writing blogs, we should have a definable tone. Some blogs are matter-of-fact. Others are irreverent. Some are angry (and those are generally using the blogosphere to rally against something or someone).  What tone does your blog have?\r\n<div>\r\n\r\n<b>Some tones to use include:<span style=\"text-decoration: underline;\">\r\n</span></b>\r\n\r\n</div>\r\n<div>\r\n<ul>\r\n	<li>candid</li>\r\n	<li>casual</li>\r\n	<li>cheerful</li>\r\n	<li>compassionate</li>\r\n	<li>conciliatory</li>\r\n	<li>confident</li>\r\n	<li>curious</li>\r\n	<li>empathetic</li>\r\n	<li>encouraging</li>\r\n	<li>excited</li>\r\n	<li>expectant</li>\r\n	<li>fervent</li>\r\n	<li>formal</li>\r\n	<li>fun</li>\r\n	<li>happy</li>\r\n	<li>humorous</li>\r\n	<li>incisive</li>\r\n	<li>objective</li>\r\n	<li>optimistic</li>\r\n	<li>outspoken</li>\r\n	<li>relaxed</li>\r\n	<li>serious</li>\r\n	<li>skeptical</li>\r\n	<li>sympathetic</li>\r\n</ul>\r\n</div>\r\n<div>\r\n\r\n<b>Some tones to avoid:</b>\r\n\r\n</div>\r\n<div>\r\n<ul>\r\n	<li>brusque</li>\r\n	<li>contentious</li>\r\n	<li>cynical</li>\r\n	<li>derogatory</li>\r\n	<li>desperate</li>\r\n	<li>doubtful</li>\r\n	<li>fatalistic</li>\r\n	<li>fearful</li>\r\n	<li>frantic</li>\r\n	<li>gloomy</li>\r\n	<li>grim</li>\r\n	<li> holier-than-thou</li>\r\n	<li>hopeless</li>\r\n	<li>lethargic</li>\r\n	<li>melancholy</li>\r\n	<li>paranoid</li>\r\n	<li>pedantic</li>\r\n	<li>selfish</li>\r\n	<li>unsympathetic</li>\r\n</ul>\r\n<h3>Want to make your blogging better?</h3>\r\nAttend my How to Write Your Blog workshop THIS Friday, May 17. Details and registration <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">here</a>.\r\n\r\n</div>','Does your blog have a tone of voice?','','publish','open','open','','does-your-blog-have-a-tone-of-voice','','','2013-05-14 14:00:31','2013-05-14 14:00:31','',0,'http://deborahbrody.com/?p=2177',0,'post','',0),
(2179,4,'2013-05-14 13:59:13','2013-05-14 13:59:13','We use different tones, depending on the audience we are speaking to and our personalities. Tones help define us and the content of what we are saying.  For examply, the professorial types always sound like they are lecturing, even when they are just discussing the weather.\n\nWhenever we write something, we engage a certain tone. If we are writing an academic paper, we may use an authoritative tone. If we are writing an ad for a baby boutique, we may take on a cheerful tone.  And of course, when we are writing blogs, we should have a definable tone. Some blogs are matter-of-fact. Others are irreverent. Some are angry (and those are generally using the blogosphere to rally against something or someone).  What tone does your blog have?\n<div>\n\n<b>Some tones to use include:<span style=\"text-decoration: underline;\">\n</span></b>\n\n</div>\n<div>\n<ul>\n	<li>candid</li>\n	<li>casual</li>\n	<li>cheerful</li>\n	<li>compassionate</li>\n	<li>conciliatory</li>\n	<li>confident</li>\n	<li>curious</li>\n	<li>empathetic</li>\n	<li>encouraging</li>\n	<li>excited</li>\n	<li>expectant</li>\n	<li>fervent</li>\n	<li>formal</li>\n	<li>fun</li>\n	<li>happy</li>\n	<li>humorous</li>\n	<li>incisive</li>\n	<li>objective</li>\n	<li>optimistic</li>\n	<li>outspoken</li>\n	<li>relaxed</li>\n	<li>serious</li>\n	<li>skeptical</li>\n	<li>sympathetic</li>\n</ul>\n</div>\n<div>\n\n<b>Some tones to avoid:</b>\n\n</div>\n<div>\n<ul>\n	<li>brusque</li>\n	<li>contentious</li>\n	<li>cynical</li>\n	<li>derogatory</li>\n	<li>desperate</li>\n	<li>doubtful</li>\n	<li>fatalistic</li>\n	<li>fearful</li>\n	<li>frantic</li>\n	<li>gloomy</li>\n	<li>grim</li>\n	<li> holier-than-thou</li>\n	<li>hopeless</li>\n	<li>lethargic</li>\n	<li>melancholy</li>\n	<li>paranoid</li>\n	<li>pedantic</li>\n	<li>selfish</li>\n	<li>unsympathetic</li>\n</ul>\n<h3>Want to make your blogging better?</h3>\nAttend my How to Write Your Blog workshop THIS Friday, May 17. Details and registration <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">here</a>.\n\n</div>','Does your blog have a tone of voice?','','inherit','open','open','','2177-revision','','','2013-05-14 13:59:13','2013-05-14 13:59:13','',2177,'http://deborahbrody.com/2013/05/2177-revision/',0,'revision','',0),
(2180,4,'2013-05-14 13:59:16','2013-05-14 13:59:16','We use different tones, depending on the audience we are speaking to and our personalities. Tones help define us and the content of what we are saying.  For examply, the professorial types always sound like they are lecturing, even when they are just discussing the weather.\r\n\r\nWhenever we write something, we engage a certain tone. If we are writing an academic paper, we may use an authoritative tone. If we are writing an ad for a baby boutique, we may take on a cheerful tone.  And of course, when we are writing blogs, we should have a definable tone. Some blogs are matter-of-fact. Others are irreverent. Some are angry (and those are generally using the blogosphere to rally against something or someone).  What tone does your blog have?\r\n<div>\r\n\r\n<b>Some tones to use include:<span style=\"text-decoration: underline;\">\r\n</span></b>\r\n\r\n</div>\r\n<div>\r\n<ul>\r\n	<li>candid</li>\r\n	<li>casual</li>\r\n	<li>cheerful</li>\r\n	<li>compassionate</li>\r\n	<li>conciliatory</li>\r\n	<li>confident</li>\r\n	<li>curious</li>\r\n	<li>empathetic</li>\r\n	<li>encouraging</li>\r\n	<li>excited</li>\r\n	<li>expectant</li>\r\n	<li>fervent</li>\r\n	<li>formal</li>\r\n	<li>fun</li>\r\n	<li>happy</li>\r\n	<li>humorous</li>\r\n	<li>incisive</li>\r\n	<li>objective</li>\r\n	<li>optimistic</li>\r\n	<li>outspoken</li>\r\n	<li>relaxed</li>\r\n	<li>serious</li>\r\n	<li>skeptical</li>\r\n	<li>sympathetic</li>\r\n</ul>\r\n</div>\r\n<div>\r\n\r\n<b>Some tones to avoid:</b>\r\n\r\n</div>\r\n<div>\r\n<ul>\r\n	<li>brusque</li>\r\n	<li>contentious</li>\r\n	<li>cynical</li>\r\n	<li>derogatory</li>\r\n	<li>desperate</li>\r\n	<li>doubtful</li>\r\n	<li>fatalistic</li>\r\n	<li>fearful</li>\r\n	<li>frantic</li>\r\n	<li>gloomy</li>\r\n	<li>grim</li>\r\n	<li> holier-than-thou</li>\r\n	<li>hopeless</li>\r\n	<li>lethargic</li>\r\n	<li>melancholy</li>\r\n	<li>paranoid</li>\r\n	<li>pedantic</li>\r\n	<li>selfish</li>\r\n	<li>unsympathetic</li>\r\n</ul>\r\n<h3>Want to make your blogging better?</h3>\r\nAttend my How to Write Your Blog workshop THIS Friday, May 17. Details and registration <a href=\"http://howtowriteyourblog4.eventbrite.com/#\" target=\"_blank\">here</a>.\r\n\r\n</div>','Does your blog have a tone of voice?','','inherit','open','open','','2177-revision-2','','','2013-05-14 13:59:16','2013-05-14 13:59:16','',2177,'http://deborahbrody.com/2013/05/2177-revision-2/',0,'revision','',0),
(2184,4,'2013-05-16 17:53:23','2013-05-16 17:53:23','Yesterday, I read Gini Dietrich\'s take on the state of the PR industry, <a href=\"http://spinsucks.com/communication/the-pr-industry-does-need-better-pr/\" target=\"_blank\">The PR Industry Does Need Better PR</a>, on her firm\'s blog, Spin Sucks. Basically, Gini points out that what people think they know about PR is wrong or misleading. It\'s her conclusion that what the PR industry needs is better PR.\r\n\r\n<strong>I think what the PR industry needs is better business skills.</strong>\r\n\r\nHave you been to a PR networking event lately? If you have, you\'ve probably noticed a lot of young people, mostly women. These young people often have inflated titles--including account manager, account director and even vice president--after being in the industry for three years or so. Many of these PR \"pros\" studied PR in college. Some may have even had an internship or two.\r\n\r\nYou may also have met a lot of former journalists who have decided they will have more job stability in public relations, while using their writing skills and knowledge of what is newsworthy.\r\n\r\n<span style=\"text-decoration: underline;\">What few of these PR people have is a solid understanding of business.</span> Few, if any, have gone to business school. Few, if any, understand basic marketing ideas like push-pull. Fewer still understand finance, balance sheets or even how to read and  interpret data.\r\n\r\nLots of people are busy trying to figure out how to get the word out about an event, or how to have a great social media campaign, but what they are failing to see is the big picture--how public relations helps a company to achieve its business objectives.\r\n\r\nA big part of the disconnect that currently exists between public relations agencies and the business side of the industries served has to do with the separation between communications functions and marketing and sales roles. Even though public relations is part of marketing communications, public relations does not usually have a stake in marketing and sales processes and outcomes. Businesses may hire public relations agencies to help with image, but even then, the point usually is to increase the bottom line (i.e. sales in for profit organizations, influence or donors at nonprofit organizations).\r\n\r\nIn his article <a href=\"http://www.prdaily.com/Main/Articles/14477.aspx\" target=\"_blank\">3 reasons to find a new PR/social media agency</a>, Scott Signore states quite succinctly the following as his third reason:\r\n<blockquote><strong>Finally</strong>, despite the evolution in the category and the number of significant changes the PR business has endured over the years, it’s still about executing a communications program that helps drive business. So, look for another PR and social media agency partner if your current group is not directly supporting your business objectives.</blockquote>\r\nWhat Scott is saying is that if PR agencies are not helping companies achieve <strong>business objectives</strong>, they should be fired. Fundamentally, they are not doing their job.\r\n\r\nAnd yet, as I said before, too many PR professionals simply do not understand business. All public relations pros should be reading business books or articles or watching business-focused programs. Those who want to be high-level agency executives should consider going to business school.\r\n\r\nWhat do you think? Is it a PR problem? Or is it a lack of business know-how?','Is it a PR problem or is it a business problem?','','publish','open','open','','is-it-a-pr-problem-or-is-it-a-business-problem','','\nhttp://spinsucks.com/communication/the-pr-industry-does-need-better-pr/','2013-05-16 17:54:27','2013-05-16 17:54:27','',0,'http://deborahbrody.com/?p=2184',0,'post','',0),
(2186,4,'2013-05-16 17:52:44','2013-05-16 17:52:44','Yesterday, I read Gini Dietrich\'s take on the state of the PR industry, <a href=\"http://spinsucks.com/communication/the-pr-industry-does-need-better-pr/\" target=\"_blank\">The PR Industry Does Need Better PR</a>, on her firm\'s blog, Spin Sucks. Basically, Gini points out that what people think they know about PR is wrong or misleading. It\'s her conclusion that what the PR industry needs is better PR.\n\n<strong>I think what the PR industry needs is better business skills.</strong>\n\nHave you been to a PR networking event lately? If you have, you\'ve probably noticed a lot of young people, mostly women. These young people often have inflated titles--including account manager, account director and even vice president--after being in the industry for three years or so. Many of these PR \"pros\" studied PR in college. Some may have even had an internship or two.\n\nYou may also have met a lot of former journalists who have decided they will have more job stability in public relations, while using their writing skills and knowledge of what is newsworthy.\n\n<span style=\"text-decoration: underline;\">What few of these PR people have is a solid understanding of business.</span> Few, if any, have gone to business school. Few, if any, understand basic marketing ideas like push-pull. Fewer still understand finance, balance sheets or even how to read and  interpret data.\n\nLots of people are busy trying to figure out how to get the word out about an event, or how to have a great social media campaign, but what they are failing to see is the big picture--how public relations helps a company to achieve its business objectives.\n\nA big part of the disconnect that currently exists between public relations agencies and the business side of the industries served has to do with the separation between communications functions and marketing and sales roles. Even though public relations is part of marketing communications, public relations does not usually have a stake in marketing and sales processes and outcomes. Businesses may hire public relations agencies to help with image, but even then, the point usually is to increase the bottom line (i.e. sales in for profit organizations, influence or donors at nonprofit organizations).\n\nIn his article <a href=\"http://www.prdaily.com/Main/Articles/14477.aspx\" target=\"_blank\">3 reasons to find a new PR/social media</a>, Scott Signore states quite succinctly the following as his third reason:\n<blockquote><strong>Finally</strong>, despite the evolution in the category and the number of significant changes the PR business has endured over the years, it’s still about executing a communications program that helps drive business. So, look for another PR and social media agency partner if your current group is not directly supporting your business objectives.</blockquote>\nWhat Scott is saying is that if PR agencies are not helping companies achieve <strong>business objectives</strong> ,they should be fired.  They are not doing their fundamental job.\n\nAnd yet, as I said before, too many PR professionals simply do not understand business. All public relations pros should be reading business books or articles or watching business-focused programs. Those who want to be high-level agency executives should consider going to business school.\n\nWhat do you think? Is it a PR problem? Or is it a lack of business know-how?','Is it a PR problem or is it a business problem?','','inherit','open','open','','2184-revision-2','','','2013-05-16 17:52:44','2013-05-16 17:52:44','',2184,'http://deborahbrody.com/2013/05/2184-revision-2/',0,'revision','',0),
(2187,4,'2013-05-16 17:53:23','2013-05-16 17:53:23','Yesterday, I read Gini Dietrich\'s take on the state of the PR industry, <a href=\"http://spinsucks.com/communication/the-pr-industry-does-need-better-pr/\" target=\"_blank\">The PR Industry Does Need Better PR</a>, on her firm\'s blog, Spin Sucks. Basically, Gini points out that what people think they know about PR is wrong or misleading. It\'s her conclusion that what the PR industry needs is better PR.\r\n\r\n<strong>I think what the PR industry needs is better business skills.</strong>\r\n\r\nHave you been to a PR networking event lately? If you have, you\'ve probably noticed a lot of young people, mostly women. These young people often have inflated titles--including account manager, account director and even vice president--after being in the industry for three years or so. Many of these PR \"pros\" studied PR in college. Some may have even had an internship or two.\r\n\r\nYou may also have met a lot of former journalists who have decided they will have more job stability in public relations, while using their writing skills and knowledge of what is newsworthy.\r\n\r\n<span style=\"text-decoration: underline;\">What few of these PR people have is a solid understanding of business.</span> Few, if any, have gone to business school. Few, if any, understand basic marketing ideas like push-pull. Fewer still understand finance, balance sheets or even how to read and  interpret data.\r\n\r\nLots of people are busy trying to figure out how to get the word out about an event, or how to have a great social media campaign, but what they are failing to see is the big picture--how public relations helps a company to achieve its business objectives.\r\n\r\nA big part of the disconnect that currently exists between public relations agencies and the business side of the industries served has to do with the separation between communications functions and marketing and sales roles. Even though public relations is part of marketing communications, public relations does not usually have a stake in marketing and sales processes and outcomes. Businesses may hire public relations agencies to help with image, but even then, the point usually is to increase the bottom line (i.e. sales in for profit organizations, influence or donors at nonprofit organizations).\r\n\r\nIn his article <a href=\"http://www.prdaily.com/Main/Articles/14477.aspx\" target=\"_blank\">3 reasons to find a new PR/social media</a>, Scott Signore states quite succinctly the following as his third reason:\r\n<blockquote><strong>Finally</strong>, despite the evolution in the category and the number of significant changes the PR business has endured over the years, it’s still about executing a communications program that helps drive business. So, look for another PR and social media agency partner if your current group is not directly supporting your business objectives.</blockquote>\r\nWhat Scott is saying is that if PR agencies are not helping companies achieve <strong>business objectives</strong>, they should be fired. Fundamentally, they are not doing their job.\r\n\r\nAnd yet, as I said before, too many PR professionals simply do not understand business. All public relations pros should be reading business books or articles or watching business-focused programs. Those who want to be high-level agency executives should consider going to business school.\r\n\r\nWhat do you think? Is it a PR problem? Or is it a lack of business know-how?','Is it a PR problem or is it a business problem?','','inherit','open','open','','2184-revision-3','','','2013-05-16 17:53:23','2013-05-16 17:53:23','',2184,'http://deborahbrody.com/2013/05/2184-revision-3/',0,'revision','',0),
(2191,4,'2013-05-20 13:41:19','2013-05-20 13:41:19','Sometimes you see stuff that makes you shake your head and wonder how some people manage to stay afloat.\n\nBased on personal experiences in the past week alone, here are three guaranteed ways to lose business fast:\n\n<strong>1. If you have a website, make sure it is lacking relevant information.</strong>\n\nSure, every business should have a website, but not any website will do. Websites should be useful if you want them to support your business.\n\nI was looking for a restaurant in which to grab some lunch. I found several and checked out their websites. One place had a website that did not have the following: hours of operation, location, menu.  Guess what? I did not have lunch there.\n\n<strong>2. Make it very difficult to do business with you (and easier to do it with competitors)</strong>\n\nHow many hoops do you want your potential customers to jump through? Five? Ten? Perhaps you are putting a few too many obstacles for your customers to climb through to get to you. These obstacles can be things like too many forms to fill, rules, not providing services your competitors provide, and so forth.\n\nI wanted to get some catering for my workshop last week. I usually order coffee and pastries from a national chain, but that place was not nearby the location last week. I thought I would patronize a local place, so I checked it out. First, it took ONE week to get an answer back. Then, I was told that coffee could be provided, but the coffee urn would have a $100 deposit (meanwhile, almost all coffee chains have a portable cardboard coffee box that they don\'t have to charge a deposit for). Oh, and they do not provide plates for the pastries. Guess what? I found another place to get some coffee and pastries.\n\n<strong>3. Ignore your social media responses and/or your emails. Take your time responding if you do get around to it.</strong>\n\nThe thing about social media and in some cases email too is that it is a quick response forum. This is not the pony express or even the USPS. I don\'t send a missive on social media expecting a response next week. I expect it today, or even sooner.\n\nI wanted to refer someone some business, but did not have complete contact information. I tweeted and got no response. Even now, more than a week later, I have yet to receive any type of acknowledgement. I can\'t send business to someone who either doesn\'t care to respond or doesn\'t understand how social media works. And then there is the case of the coffee shop I mentioned above. One week to answer an email about doing business with you? That is unacceptable. If you can\'t answer emails or tweets, then I think you don\'t have the time or the interest to do business with me.\n\nHave you seen these classic business mistakes?','3 guaranteed ways to lose business fast','','inherit','open','open','','2190-revision','','','2013-05-20 13:41:19','2013-05-20 13:41:19','',2190,'http://deborahbrody.com/2013/05/2190-revision/',0,'revision','',0),
(2192,4,'2013-05-20 13:41:33','2013-05-20 13:41:33','Sometimes you see stuff that makes you shake your head and wonder how some people manage to stay afloat.\r\n\r\nBased on personal experiences in the past week alone, here are three guaranteed ways to lose business fast:\r\n\r\n<strong>1. If you have a website, make sure it is lacking relevant information.</strong>\r\n\r\nSure, every business should have a website, but not any website will do. Websites should be useful if you want them to support your business.\r\n\r\nI was looking for a restaurant in which to grab some lunch. I found several and checked out their websites. One place had a website that did not have the following: hours of operation, location, menu.  Guess what? I did not have lunch there.\r\n\r\n<strong>2. Make it very difficult to do business with you (and easier to do it with competitors)</strong>\r\n\r\nHow many hoops do you want your potential customers to jump through? Five? Ten? Perhaps you are putting a few too many obstacles for your customers to climb through to get to you. These obstacles can be things like too many forms to fill, rules, not providing services your competitors provide, and so forth.\r\n\r\nI wanted to get some catering for my workshop last week. I usually order coffee and pastries from a national chain, but that place was not nearby the location last week. I thought I would patronize a local place, so I checked it out. First, it took ONE week to get an answer back. Then, I was told that coffee could be provided, but the coffee urn would have a $100 deposit (meanwhile, almost all coffee chains have a portable cardboard coffee box that they don\'t have to charge a deposit for). Oh, and they do not provide plates for the pastries. Guess what? I found another place to get some coffee and pastries.\r\n\r\n<strong>3. Ignore your social media responses and/or your emails. Take your time responding if you do get around to it.</strong>\r\n\r\nThe thing about social media and in some cases email too is that it is a quick response forum. This is not the pony express or even the USPS. I don\'t send a missive on social media expecting a response next week. I expect it today, or even sooner.\r\n\r\nI wanted to refer someone some business, but did not have complete contact information. I tweeted and got no response. Even now, more than a week later, I have yet to receive any type of acknowledgement. I can\'t send business to someone who either doesn\'t care to respond or doesn\'t understand how social media works. And then there is the case of the coffee shop I mentioned above. One week to answer an email about doing business with you? That is unacceptable. If you can\'t answer emails or tweets, then I think you don\'t have the time or the interest to do business with me.\r\n\r\nHave you seen these classic business mistakes?','3 guaranteed ways to lose business fast','','inherit','open','open','','2190-revision-2','','','2013-05-20 13:41:33','2013-05-20 13:41:33','',2190,'http://deborahbrody.com/2013/05/2190-revision-2/',0,'revision','',0),
(2193,4,'2013-05-20 13:46:27','2013-05-20 13:46:27','Sometimes you see stuff that makes you shake your head (or slap your forehead) and wonder how some people manage to stay afloat.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"THE G.A.H. PERM FOREHEAD SLAP by happy via, on Flickr\" href=\"http://www.flickr.com/photos/via/133833172/\"><img alt=\"THE G.A.H. PERM FOREHEAD SLAP\" src=\"http://farm1.staticflickr.com/48/133833172_ba78ee5077.jpg\" width=\"450\" height=\"300\" /></a> THE G.A.H. PERM FOREHEAD SLAP by happy via on Flickr[/caption]\r\n<p style=\"text-align: left;\">\r\nBased on personal experiences in the past week alone, here are three guaranteed ways to lose business fast:</p>\r\n<strong>1. If you have a website, make sure it is lacking relevant information.</strong>\r\n\r\nSure, every business should have a website, but not any website will do. Websites should be useful if you want them to support your business.\r\n\r\nI was looking for a restaurant in which to grab some lunch. I found several and checked out their websites. One place had a website that did not have the following: hours of operation, location, menu.  Guess what? I did not have lunch there.\r\n\r\n<strong>2. Make it very difficult to do business with you (and easier to do it with competitors)</strong>\r\n\r\nHow many hoops do you want your potential customers to jump through? Five? Ten? Perhaps you are putting a few too many obstacles for your customers to climb through to get to you. These obstacles can be things like too many forms to fill, rules, not providing services your competitors provide, and so forth.\r\n\r\nI wanted to get some catering for my workshop last week. I usually order coffee and pastries from a national chain, but that place was not nearby the location last week. I thought I would patronize a local place, so I checked it out. First, it took ONE week to get an answer back. Then, I was told that coffee could be provided, but the coffee urn would have a $100 deposit (meanwhile, almost all coffee chains have a portable cardboard coffee box that they don\'t have to charge a deposit for). Oh, and they do not provide plates for the pastries. Guess what? I found another place to get some coffee and pastries.\r\n\r\n<strong>3. Ignore your social media responses and/or your emails. Take your time responding if you do get around to it.</strong>\r\n\r\nThe thing about social media and in some cases email too is that it is a quick response forum. This is not the pony express or even the USPS. I don\'t send a missive on social media expecting a response next week. I expect it today, or even sooner.\r\n\r\nI wanted to refer someone some business, but did not have complete contact information. I tweeted and got no response. Even now, more than a week later, I have yet to receive any type of acknowledgement. I can\'t send business to someone who either doesn\'t care to respond or doesn\'t understand how social media works. And then there is the case of the coffee shop I mentioned above. One week to answer an email about doing business with you? That is unacceptable. If you can\'t answer emails or tweets, then I think you don\'t have the time or the interest to do business with me.\r\n\r\nHave you seen these classic business mistakes?','3 guaranteed ways to lose business fast','','inherit','open','open','','2190-revision-3','','','2013-05-20 13:46:27','2013-05-20 13:46:27','',2190,'http://deborahbrody.com/2013/05/2190-revision-3/',0,'revision','',0),
(2212,4,'2013-06-05 14:34:52','2013-06-05 14:34:52','If you have received any type of contact email, you know there is a way to do it and a way not to.  Just this week I received a contact email that made me realize lots of salespeople don\'t know how to do it.  The email I got was this:\r\n<blockquote>Hi Deborah:\r\n\r\nI’m working with the [company name] sales channel, and my client requires the assistance of a company specializing in “Communications Audits”.\r\n\r\nKindly drop me a line to discuss (my phone number is provided below).  Thanks,\r\n\r\n[Email signature]</blockquote>\r\nThis email followed a voice message that went like this:\r\n<blockquote>Hi Deborah, My name is X , a consultant working with the sales channel (...) and [my client] is inquiring about a communications audit. And I\'d like to talk to you about it, how does it work, relative to their sales channel, it would be very lucrative to your business. ...</blockquote>\r\nThe consultant seems to assume I understand what \"the sales channel\" is supposed to be. He is also looking for \"communications audits\" relative to the sales channel. And lastly, he is telling me it would be lucrative to my business.  There are two things going on in the contact, and they are at odds with each other: looking for a solution for a client and offering something to me. Which is it? Neither is clear.\r\n\r\nI asked for clarification as to what exactly he was looking for, and this consultant suggested having a 15-minute conversation. When I said I needed more information to see if there was a fit, he repeated what he had told me. I then wrote back saying I thought there wasn\'t a fit. To top it off, I got this email back from him:\r\n<blockquote>I’ll gladly give you appropriate details if we were to connect.\r\n\r\nSurely you’re not too busy to grow your business and frankly, if you are – delegate to as a sales rep.\r\n\r\nYou’re not too important to talk to me; I deal with Presidents of companies with revenues exceeding $100M.</blockquote>\r\nIn the end, this person is really trying to sell ME something, which is obvious since he can\'t tell me what problem his client is having that he thinks I can help with.  What he really wants is to have a connection with me. And he thinks that by insulting me and assuming things about me, I will want to talk to him (not to mention that he has grammatical challenges...)\r\n\r\nIf you want to have write a successful contact email, do not follow the example above. Here is what you should do instead:\r\n<p style=\"padding-left: 30px;\">1. Start with being clear on the purpose of your contact. What you are looking for. Are you looking for a quote? A description of services? A location?</p>\r\n<p style=\"padding-left: 30px;\">2. Tell the contact how you found him/her  and/or why you are contacting him/her.  For example: I am looking for a general contractor, and I came across your name in the XYX directory.</p>\r\n<p style=\"padding-left: 30px;\">3. Provide details that may be relevant. Don\'t assume that the person understands everything you are saying. Using the example of the general contractor: I am looking to add a powder room to the first level of my two-level house. Currently, I have two bathrooms upstairs. I think there is enough space on the first level to accommodate this change. I am not sure if the plumbing can be worked in.</p>\r\n<p style=\"padding-left: 30px;\">4. Ask specific questions. Are you able to do this service? What do you charge? What other information do you require?</p>\r\n<p style=\"padding-left: 30px;\">5. Close nicely and provide contact information: Thanks for your attention and please contact me either by email or by phone at xxx-xxx-xxxx.</p>\r\n<p style=\"padding-left: 30px;\">6. Before sending, make sure your spelling and grammar are correct. Emails that are full of typos and mistakes make you look unprofessional.</p>\r\nRealize that you may not always get a response. That\'s OK. And if you do get a request for clarification, clarify! You may have questions, and the contact may have questions. Don\'t assume that you both know everything.\r\n\r\nFinally, don\'t do what the guy in the contact email to me did: say you want one thing, while meaning something else. People see through that and it makes you look bad.\r\n\r\nThoughts?\r\n\r\n&nbsp;','How to write a contact email','','publish','open','open','','how-to-write-a-contact-email','','','2013-06-05 14:34:52','2013-06-05 14:34:52','',0,'http://deborahbrody.com/?p=2212',0,'post','',2),
(2198,4,'2013-05-23 20:13:24','2013-05-23 20:13:24','Yes, this is really about making ONE fix, that should not take more than a few minutes, and that will make difference in how many people see your blog. It involves your sharing capabilities.\r\n\r\n<strong>You must have sharing capabilities</strong>. That\'s not even up for discussion. If you don\'t, go add it right now. If you have a WordPress.org blog, then go do a search for \"sharing buttons\" in the plugins. There are several to choose from. My current favorite is <a href=\"http://sharethis.com/#sthash.9v3tzF97.dpbs\" target=\"_blank\">ShareThis</a> (and is what I am using, right there at the bottom of this post).  If you are on another platform, use your search engine to search for \"sharing tools\" or \"sharing buttons\" for your platform.\r\n\r\nMost sharing tools are free, and most give you the options to share on the main social networks like Twitter, Facebook, LinkedIn and Pinterest. Some let you share to dozens of other networks. Choose the one that best suits your needs (and where your audience is likely to share and read).\r\n\r\n<strong>If you already have sharing on your blog, I want you to go to your blog and choose a random post and hit your Tweet this/Twitter share button</strong> <strong>and see what comes up</strong>. Ideally, what should come up should be\r\n<p style=\"text-align: center;\">\"Title/ headline of your post\"  (link to the post) via (your Twitter handle).</p>\r\n<strong>If what comes up does not have the title of your post plus your Twitter handle, you need to either adjust your settings or change your sharing tools.</strong> Some sharing plugins allow for the title of the post, the name of the blog or website, and the Twitter handle. That would be even better.\r\n\r\nMany blogs I have seen in the past few days have sharing, but when I click to share I get these types of messages:\r\n<ul>\r\n	<li>Reading [link]</li>\r\n	<li>[link]</li>\r\n	<li>Title[link] via [your sharing tool\'s Twitter handle]</li>\r\n</ul>\r\nWithout a title or headline, you are giving no reason for your readers to click on the link. Do you click on links with no subject? Probably not. Without a Twitter handle, you are not letting people know where the link is coming from.\r\n\r\nSo, go check it right now! This is truly a quick fix that will make it easier and better for your readers to share your posts, and therefore, increase your impact.\r\n\r\n&nbsp;','One quick fix that will increase your blog\'s impact','','publish','open','open','','one-quick-fix-that-will-increase-your-blogs-impact','','','2013-05-23 20:13:24','2013-05-23 20:13:24','',0,'http://deborahbrody.com/?p=2198',0,'post','',0),
(2199,4,'2013-05-23 20:10:27','2013-05-23 20:10:27','Yes, this is really about making ONE fix, that should not take more than a few minutes, and that will make difference in how many people see your blog. It involves your sharing capabilities.\n\n<strong>You must have sharing capabilities</strong>. That\'s not even up for discussion. If you don\'t, go add it right now. If you have a WordPress.org blog, then go do a search for \"sharing buttons\" in the plugins. There are several to choose from. My current favorite is <a href=\"http://sharethis.com/#sthash.9v3tzF97.dpbs\" target=\"_blank\">ShareThis</a> (and is what I am using, right there at the bottom of this post).  If you are on another platform, use your search engine to search for \"sharing tools\" or \"sharing buttons\" for your platform.\n\nMost sharing tools are free, and most give you the options to share on the main social networks like Twitter, Facebook, LinkedIn and Pinterest. Some let you share to dozens of other networks. Choose the one that best suits your needs (and where your audience is likely to share and read).\n\n<strong>If you already have sharing on your blog, I want you to go to your blog and choose a random post and hit your Tweet this/Twitter share button</strong> <strong>and see what comes up</strong>. Ideally, what should come up should be\n<p style=\"text-align: center;\">\"Title of your post\"  (link to the post) via (your Twitter handle).</p>\n<strong>If what comes up does not have the title of your post plus your Twitter handle, you need to either adjust your settings or change your sharing tools.</strong> Some sharing plugins allow for the title of the post, the name of the blog or website, and the Twitter handle. That would be even better.\n\nMany blogs I have seen in the past few days have sharing, but when I click to share I get these types of messages:\n<ul>\n	<li>Reading (link).</li>\n	<li>(link)</li>\n	<li>Title (link) via (your sharing tool\'s Twitter handle)</li>\n</ul>\nWithout a title, you are giving no reason for your readers to click on the link. Without a Twitter handle, you are not letting people know where the link is coming from.\n\nSo, go check it right now! This is truly a quick fix that will make it easier and better for your readers to share your posts, and therefore, increase your impact.\n\n&nbsp;','One quick fix that will increase your blog\'s impact','','inherit','open','open','','2198-revision','','','2013-05-23 20:10:27','2013-05-23 20:10:27','',2198,'http://deborahbrody.com/2013/05/2198-revision/',0,'revision','',0),
(2200,4,'2013-05-23 20:11:26','2013-05-23 20:11:26','Yes, this is really about making ONE fix, that should not take more than a few minutes, and that will make difference in how many people see your blog. It involves your sharing capabilities.\n\n<strong>You must have sharing capabilities</strong>. That\'s not even up for discussion. If you don\'t, go add it right now. If you have a WordPress.org blog, then go do a search for \"sharing buttons\" in the plugins. There are several to choose from. My current favorite is <a href=\"http://sharethis.com/#sthash.9v3tzF97.dpbs\" target=\"_blank\">ShareThis</a> (and is what I am using, right there at the bottom of this post).  If you are on another platform, use your search engine to search for \"sharing tools\" or \"sharing buttons\" for your platform.\n\nMost sharing tools are free, and most give you the options to share on the main social networks like Twitter, Facebook, LinkedIn and Pinterest. Some let you share to dozens of other networks. Choose the one that best suits your needs (and where your audience is likely to share and read).\n\n<strong>If you already have sharing on your blog, I want you to go to your blog and choose a random post and hit your Tweet this/Twitter share button</strong> <strong>and see what comes up</strong>. Ideally, what should come up should be\n<p style=\"text-align: center;\">\"Title of your post\"  (link to the post) via (your Twitter handle).</p>\n<strong>If what comes up does not have the title of your post plus your Twitter handle, you need to either adjust your settings or change your sharing tools.</strong> Some sharing plugins allow for the title of the post, the name of the blog or website, and the Twitter handle. That would be even better.\n\nMany blogs I have seen in the past few days have sharing, but when I click to share I get these types of messages:\n<ul>\n	<li>Reading (link).</li>\n	<li>[link</li>\n	<li>Title[link] via [your sharing tool\'s Twitter handle]</li>\n</ul>\nWithout a title, you are giving no reason for your readers to click on the link. Without a Twitter handle, you are not letting people know where the link is coming from.\n\nSo, go check it right now! This is truly a quick fix that will make it easier and better for your readers to share your posts, and therefore, increase your impact.\n\n&nbsp;','One quick fix that will increase your blog\'s impact','','inherit','open','open','','2198-revision-2','','','2013-05-23 20:11:26','2013-05-23 20:11:26','',2198,'http://deborahbrody.com/2013/05/2198-revision-2/',0,'revision','',0),
(2201,4,'2013-05-23 20:12:41','2013-05-23 20:12:41','Yes, this is really about making ONE fix, that should not take more than a few minutes, and that will make difference in how many people see your blog. It involves your sharing capabilities.\r\n\r\n<strong>You must have sharing capabilities</strong>. That\'s not even up for discussion. If you don\'t, go add it right now. If you have a WordPress.org blog, then go do a search for \"sharing buttons\" in the plugins. There are several to choose from. My current favorite is <a href=\"http://sharethis.com/#sthash.9v3tzF97.dpbs\" target=\"_blank\">ShareThis</a> (and is what I am using, right there at the bottom of this post).  If you are on another platform, use your search engine to search for \"sharing tools\" or \"sharing buttons\" for your platform.\r\n\r\nMost sharing tools are free, and most give you the options to share on the main social networks like Twitter, Facebook, LinkedIn and Pinterest. Some let you share to dozens of other networks. Choose the one that best suits your needs (and where your audience is likely to share and read).\r\n\r\n<strong>If you already have sharing on your blog, I want you to go to your blog and choose a random post and hit your Tweet this/Twitter share button</strong> <strong>and see what comes up</strong>. Ideally, what should come up should be\r\n<p style=\"text-align: center;\">\"Title/ headline of your post\"  (link to the post) via (your Twitter handle).</p>\r\n<strong>If what comes up does not have the title of your post plus your Twitter handle, you need to either adjust your settings or change your sharing tools.</strong> Some sharing plugins allow for the title of the post, the name of the blog or website, and the Twitter handle. That would be even better.\r\n\r\nMany blogs I have seen in the past few days have sharing, but when I click to share I get these types of messages:\r\n<ul>\r\n	<li>Reading [link]</li>\r\n	<li>[link]</li>\r\n	<li>Title[link] via [your sharing tool\'s Twitter handle]</li>\r\n</ul>\r\nWithout a title or headline, you are giving no reason for your readers to click on the link. Do you click on links with no subject? Probably not. Without a Twitter handle, you are not letting people know where the link is coming from.\r\n\r\nSo, go check it right now! This is truly a quick fix that will make it easier and better for your readers to share your posts, and therefore, increase your impact.\r\n\r\n&nbsp;','One quick fix that will increase your blog\'s impact','','inherit','open','open','','2198-revision-3','','','2013-05-23 20:12:41','2013-05-23 20:12:41','',2198,'http://deborahbrody.com/2013/05/2198-revision-3/',0,'revision','',0),
(2207,4,'2013-05-29 12:11:43','2013-05-29 12:11:43','You\'ve heard the saying about how the cobbler\'s children go barefoot. It seems to me that this is especially true for PR agencies and practitioners. They don\'t seem to get that they need to think about their image and their relations with their public. They are in PR but don\'t practice PR for themselves.\n\nRecently, a large PR firm had layoffs. They were not publicized as most companies like to keep this information quiet.  I happen to have a connection to some of the people that were laid off, and I heard that the layoffs were not handled nicely (or a nicely as being told you are losing your job can be handled). The people who were laid off were given just a few minutes to collect their belongings and leave the office. They were only given two weeks severance.  One of them did not get a chance to take her personal stuff with her, and the agency \"lost\" it. In short, they were not treated very well.\n\nWhat\'s astounding to me is that a PR agency that is in the business of making clients look good can do things that make itself look bad. Why would you not handle a layoff in a more caring and thoughtful fashion? Don\'t you know that people have friends and friends have social media? Don\'t you know that reputations depend on cultivating good feelings and trust?\n\nAnd then there is all the questionable personal stuff that PR people do in business settings, like having incomplete or outdated LinkedIn profiles or using Twitter  to post automated horoscope listings. And there are PR executives that go on Twitter to rant and rave, and sometimes even post nasty comments about clients, as if nobody can see (and copy and disseminate) that?\n\nPR people (and agencies) must learn that what they do--both publicly and privately-- is open for scrutiny, and in a digital world, news travels fast and wide. Ultimately, public relations is about protecting reputation and helping build and protect an image. PR agencies and practitioners need to think about their own reputation and image, and act accordingly.','PR for PR people','','inherit','open','open','','2206-revision','','','2013-05-29 12:11:43','2013-05-29 12:11:43','',2206,'http://deborahbrody.com/2013/05/2206-revision/',0,'revision','',0),
(2209,4,'2013-05-30 19:59:48','2013-05-30 19:59:48','Several weeks ago, I started getting a weekly newspaper in the mail. It was a supposed to be a four-week free subscription to thank me for some volunteering I had done. The enclosed note said that they hoped I would consider subscribing.\n\nI would consider subscribing, but I haven\'t been given the chance. I keep getting this newspaper, even though it has been more than eight weeks (twice what was originally offered) and never once has a subscription card come along with it. I guess they are wishing I call them and say \"please charge me for the paper you are already sending me for free!\"\n\n<strong>Wishing is not a good marketing tactic.</strong>\n\n<a title=\"Gran blows out her candles on her 80th birthday cake by Ben Sutherland, on Flickr\" href=\"http://www.flickr.com/photos/bensutherland/5800945753/\"><img alt=\"Gran blows out her candles on her 80th birthday cake\" src=\"http://farm4.staticflickr.com/3659/5800945753_ee040e1ff4.jpg\" width=\"500\" height=\"331\" /></a>\n\n<strong>Instead, ask for what you want</strong> or give potential customers a pathway to becoming paying customers. In this case, the newspaper could send me a card saying that they hope I have enjoyed my free trial subscription, and if I would like to continue getting this newspaper, then please send a check in the enclosed envelope or call some phone number with my credit card information.\n\nWe see this with many other situations. Another common example is failing to ask for referrals. Does your hair or beauty salon ever ask you specifically to refer people? They probably wish you did, but they don\'t make it easy or worth your while. Say they said to you when you were checking out: We hope you like your new hair do. Perhaps you know someone else who wants a new haircut. If you do, we have a referral program. Just tell your friend to call us the number on this card, and we will give you a discount on your next service.\n\nSometimes you have to ask very specifically for what you want. A few days ago, I read that the tweets that get the most traction are the ones that have an ask in them: please retweet,  please help, please donate, etc.  You can\'t wish for things to happen...you have to make them happen!\n\nThoughts?','Wishing is not a marketing tactic','','inherit','open','open','','2208-revision','','','2013-05-30 19:59:48','2013-05-30 19:59:48','',2208,'http://deborahbrody.com/2013/05/2208-revision/',0,'revision','',0),
(2210,4,'2013-05-30 20:00:48','2013-05-30 20:00:48','Several weeks ago, I started getting a weekly newspaper in the mail. It was a supposed to be a four-week free subscription to thank me for some volunteering I had done. The enclosed note said that they hoped I would consider subscribing.\n\nI would consider subscribing, but I haven\'t been given the chance. I keep getting this newspaper, even though it has been more than eight weeks (twice what was originally offered) and never once has a subscription card come along with it. I guess they are wishing I call them and say \"please charge me for the paper you are already sending me for free!\"\n\n<strong>Wishing is not a good marketing tactic.</strong>\n\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"Gran blows out her candles on her 80th birthday cake by Ben Sutherland, on Flickr\" href=\"http://www.flickr.com/photos/bensutherland/5800945753/\"><img alt=\"Gran blows out her candles on her 80th birthday cake\" src=\"http://farm4.staticflickr.com/3659/5800945753_ee040e1ff4.jpg\" width=\"450\" height=\"298\" /></a> Gran blows out her candles on her 80th birthday cake by Ben Sutherland on Flickr[/caption]\n\n<strong>Instead, ask for what you want</strong> or give potential customers a pathway to becoming paying customers. In this case, the newspaper could send me a card saying that they hope I have enjoyed my free trial subscription, and if I would like to continue getting this newspaper, then please send a check in the enclosed envelope or call some phone number with my credit card information.\n\nWe see this with many other situations. Another common example is failing to ask for referrals. Does your hair or beauty salon ever ask you specifically to refer people? They probably wish you did, but they don\'t make it easy or worth your while. Say they said to you when you were checking out: We hope you like your new hair do. Perhaps you know someone else who wants a new haircut. If you do, we have a referral program. Just tell your friend to call us the number on this card, and we will give you a discount on your next service.\n\nSometimes you have to ask very specifically for what you want. A few days ago, I read that the tweets that get the most traction are the ones that have an ask in them: please retweet,  please help, please donate, etc.  You can\'t wish for things to happen...you have to make them happen!\n\nThoughts?','Wishing is not a marketing tactic','','inherit','open','open','','2208-revision-2','','','2013-05-30 20:00:48','2013-05-30 20:00:48','',2208,'http://deborahbrody.com/2013/05/2208-revision-2/',0,'revision','',0),
(2327,4,'2013-09-10 14:27:55','2013-09-10 14:27:55','Google\'s decision to kill Google Reader has impacted more than our ability to have all our blog feeds in one easy-to-access place, it has impacted many blogs and their ability to be read at all. You see, Google did not give anybody a real alternative to Reader. Some jumped in, like Feedly, making it easy to transfer your feeds to their readers. For some users of Google Reader, it was hard to decide which of the many alternatives out there to use, so they didn\'t transfer their feeds, and now, that ability is lost.\r\n\r\nIn the past few weeks, I started to notice that this blog\'s feed was taking several days to update on Feedly (which is the alternative I chose). Then, the last two or three posts NEVER updated at all. I wrote to Feedly this morning, and their customer service rep told me that it is a capacity issue on which they are working. In the meantime, people who are looking for this blog on Feedly think I haven\'t written anything in two weeks. And you may not even see this post.\r\n\r\nThe demise of Google Reader may turn out to be a disaster for many smaller blogs like this. Unless Feedly steps up, and all readers out there have the capacity that Google offered, blogs will be affected. Once you aren\'t present, you disappear from people\'s minds. With the plethora of blogs and other content available, the competition is intense. To have cut through the clutter and made it on to people\'s Google Reader only to be demolished by an nonexistent \"transition\" is not only a real shame but could be a destroyer of business.\r\n\r\nI am not sure what to do. I will continue posting my content to Twitter, LinkedIn and Facebook as appropriate, and people are free to subscribe via email (and that updates instantly as the post is published).\r\n\r\nIf you are reading this post, what do you suggest?','You may not see this post','','publish','open','open','','you-may-not-see-this-post','','','2013-09-10 14:27:55','2013-09-10 14:27:55','',0,'http://deborahbrody.com/?p=2327',0,'post','',6),
(2213,4,'2013-06-05 14:34:42','2013-06-05 14:34:42','If you have received any type of contact email, you know there is a way to do it and a way not to.  Just this week I received a contact email that made me realize lots of salespeople don\'t know how to do it.  The email I got was this:\n<blockquote>Hi Deborah:\n\nI’m working with the [company name] sales channel, and my client requires the assistance of a company specializing in “Communications Audits”.\n\nKindly drop me a line to discuss (my phone number is provided below).  Thanks,\n\n[Email signature]</blockquote>\nThis email followed a voice message that went like this:\n<blockquote>Hi Deborah, My name is X , a consultant working with the sales channel (...) and [my client] is inquiring about a communications audit. And I\'d like to talk to you about it, how does it work, relative to their sales channel, it would be very lucrative to your business. ...</blockquote>\nThe consultant seems to assume I understand what \"the sales channel\" is supposed to be. He is also looking for \"communications audits\" relative to the sales channel. And lastly, he is telling me it would be lucrative to my business.  There are two things going on in the contact, and they are at odds with each other: looking for a solution for a client and offering something to me. Which is it? Neither is clear.\n\nI asked for clarification as to what exactly he was looking for, and this consultant suggested having a 15-minute conversation. When I said I needed more information to see if there was a fit, he repeated what he had told me. I then wrote back saying I thought there wasn\'t a fit. To top it off, I got this email back from him:\n<blockquote>I’ll gladly give you appropriate details if we were to connect.\n\nSurely you’re not too busy to grow your business and frankly, if you are – delegate to as a sales rep.\n\nYou’re not too important to talk to me; I deal with Presidents of companies with revenues exceeding $100M.</blockquote>\nIn the end, this person is really trying to sell ME something, which is obvious since he can\'t tell me what problem his client is having that he thinks I can help with.  What he really wants is to have a connection with me. And he thinks that by insulting me and assuming things about me, I will want to talk to him (not to mention that he has grammatical challenges...)\n\nIf you want to have write a successful contact email, do not follow the example above. Here is what you should do instead:\n<p style=\"padding-left: 30px;\">1. Start with being clear on the purpose of your contact. What you are looking for. Are you looking for a quote? A description of services? A location?</p>\n<p style=\"padding-left: 30px;\">2. Tell the contact how you found him/her  and/or why you are contacting him/her.  For example: I am looking for a general contractor, and I came across your name in the XYX directory.</p>\n<p style=\"padding-left: 30px;\">3. Provide details that may be relevant. Don\'t assume that the person understands everything you are saying. Using the example of the general contractor: I am looking to add a powder room to the first level of my two-level house. Currently, I have two bathrooms upstairs. I think there is enough space on the first level to accommodate this change. I am not sure if the plumbing can be worked in.</p>\n<p style=\"padding-left: 30px;\">4. Ask specific questions. Are you able to do this service? What do you charge? What other information do you require?</p>\n<p style=\"padding-left: 30px;\">5. Close nicely and provide contact information: Thanks for your attention and please contact me either by email or by phone at xxx-xxx-xxxx.</p>\n<p style=\"padding-left: 30px;\">6. Before sending, make sure your spelling and grammar are correct. Emails that are full of typos and mistakes make you look unprofessional.</p>\nRealize that you may not always get a response. That\'s OK. And if you do get a request for clarification, clarify! You may have questions, and the contact may have questions. Don\'t assume that you both know everything.\n\nFinally, don\'t do what the guy in the contact email to me did: say you want one thing, while meaning something else. People see through that and it makes you look bad.\n\nThoughts?\n\n&nbsp;','How to write a contact email','','inherit','open','open','','2212-revision','','','2013-06-05 14:34:42','2013-06-05 14:34:42','',2212,'http://deborahbrody.com/2013/06/2212-revision/',0,'revision','',0),
(2215,4,'2013-06-07 13:34:34','2013-06-07 13:34:34','You can\'t call yesterday\'s news new. In fact, you probably can\'t call it news either. And yet, it has become a habit for some marketers, most notably those on Twitter, to use the word \"new\" or even worse, the word \"breaking\" to set apart their content. Now, if something is truly new or breaking, then that\'s fine, but keep in mind that calling something new or breaking is a one-time-only proposition.\n\n<a title=\"News Shop by Cyberslayer, on Flickr\" href=\"http://www.flickr.com/photos/cyberslayer/338311046/\"><img alt=\"News Shop\" src=\"http://farm1.staticflickr.com/156/338311046_d98886414a.jpg\" width=\"500\" height=\"375\" /></a>\n\nOnce you have called something new or breaking, you can\'t do it again. Why? Here are three reasons:\n<ol>\n	<li>It is <strong>false advertising</strong>: it is no longer new.</li>\n	<li>It <strong>undermines your credibility</strong>: you are trying to get me to believe something that is not so.</li>\n	<li>It\'s a <strong>cheap tactic</strong>: is this the only way you can get attention for your product, service or idea?</li>\n</ol>\nIf I see a Twitter stream replete with the words new or breaking, it better be from a wire service, newspaper or news broadcast. A post that you wrote two weeks ago is not new. An idea that you tweeted out last week certainly is not breaking.\n\nRemember it\'s only new once, everything else can be classified as gently used or old or even outdated!\n\n&nbsp;','It\'s only new once','','inherit','open','open','','2214-revision','','','2013-06-07 13:34:34','2013-06-07 13:34:34','',2214,'http://deborahbrody.com/2013/06/2214-revision/',0,'revision','',0),
(2216,4,'2013-06-07 13:35:34','2013-06-07 13:35:34','You can\'t call yesterday\'s news new. In fact, you probably can\'t call it news either. And yet, it has become a habit for some marketers, most notably those on Twitter, to use the word \"new\" or even worse, the word \"breaking\" to set apart their content. Now, if something is truly new or breaking, then that\'s fine, but keep in mind that calling something new or breaking is a one-time-only proposition.\n\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"News Shop by Cyberslayer, on Flickr\" href=\"http://www.flickr.com/photos/cyberslayer/338311046/\"><img alt=\"News Shop\" src=\"http://farm1.staticflickr.com/156/338311046_d98886414a.jpg\" width=\"400\" height=\"300\" /></a> News shop by Cyberslayer via Flickr[/caption]\n<p style=\"text-align: center;\"></p>\nOnce you have called something new or breaking, you can\'t do it again. Why? Here are three reasons:\n<ol>\n	<li>It is <strong>false advertising</strong>: it is no longer new.</li>\n	<li>It <strong>undermines your credibility</strong>: you are trying to get me to believe something that is not so.</li>\n	<li>It\'s a <strong>cheap tactic</strong>: is this the only way you can get attention for your product, service or idea?</li>\n</ol>\nIf I see a Twitter stream replete with the words new or breaking, it better be from a wire service, newspaper or news broadcast. A post that you wrote two weeks ago is not new. An idea that you tweeted out last week certainly is not breaking.\n\nRemember it\'s only new once, everything else can be classified as gently used or old or even outdated!\n\n&nbsp;','It\'s only new once','','inherit','open','open','','2214-revision-2','','','2013-06-07 13:35:34','2013-06-07 13:35:34','',2214,'http://deborahbrody.com/2013/06/2214-revision-2/',0,'revision','',0),
(2218,4,'2013-06-11 13:15:22','2013-06-11 13:15:22','Yesterday, I got two emails from two completely different organizations. Both had too little information but one was paragraphs long and the other not even a sentence.\r\n\r\nLet me discuss the longer one first. It was an email from an organization that is folding. They email was an invitation to a farewell dinner. It included all the necessary event information (date, place, time) but left out one crucial piece of information: why the event was necessary in the first place. Why are they closing shop? Mystery has its place, but not in this type of email. Just come out and say it! I am not sure if the group is finished because of poor attendance, lack of leadership or orders from above.\r\n\r\nThe second email was even more of a head-scratcher.  It came from an organization I was not familiar with, and had the following subject line: \"Focus on your business-not your database.\" In the body of the email there was nothing but the organization\'s email signature (not even a website address!). Nothing at all. Attached, is a brochure with what I presume is more information.  There are at least three things wrong with this:\r\n<ol>\r\n	<li>The<strong> subject line</strong> makes assumptions: it assumes that it is bad to focus on your database or that I am focusing on it instead of my business (huh?).</li>\r\n	<li>There is<strong> no contex</strong>t for the contact. Read my post <a title=\"How to write a contact email\" href=\"http://deborahbrody.com/2013/06/how-to-write-a-contact-email/\">\"How to write a contact email.\"</a></li>\r\n	<li>In this day,<strong> smart people only open attachments from trusted sources</strong>. Since this source did not even bother to write a couple lines identifying itself and its business and its reason for contacting me, why should I bother opening the attachment?</li>\r\n</ol>\r\nYou can provide too little information. In something like the first case I talk about, this may lead to a follow up from your contact. I know who the organization is but am lacking some information I am interested in knowing.  In the second case, the lack of information makes me distrust the sender and want to delete the email.\r\n\r\n<strong>The key is to provide ENOUGH INFORMATION for a person receiving your message to make a decision.</strong>\r\n\r\nYour thoughts?','Too much info or too little?','','publish','open','open','','too-much-info-or-too-little','','\nhttp://deborahbrody.com/2013/06/how-to-write-a-contact-email/','2013-06-11 13:15:22','2013-06-11 13:15:22','',0,'http://deborahbrody.com/?p=2218',0,'post','',0),
(2219,4,'2013-06-11 13:15:00','2013-06-11 13:15:00','Yesterday, I got two emails from two completely different organizations. Both had too little information but one was paragraphs long and the other not even a sentence.\n\nLet me discuss the longer one first. It was an email from an organization that is folding. They email was an invitation to a farewell dinner. It included all the necessary event information (date, place, time) but left out one crucial piece of information: why the event was necessary in the first place. Why are they closing shop? Mystery has its place, but not in this type of email. Just come out and say it! I am not sure if the group is finished because of poor attendance, lack of leadership or orders from above.\n\nThe second email was even more of a head-scratcher.  It came from an organization I was not familiar with, and had the following subject line: \"Focus on your business-not your database.\" In the body of the email there was nothing but the organization\'s email signature (not even a website address!). Nothing at all. Attached, is a brochure with what I presume is more information.  There are at least three things wrong with this:\n<ol>\n	<li>The<strong> subject line</strong> makes assumptions: it assumes that it is bad to focus on your database or that I am focusing on it instead of my business (huh?).</li>\n	<li>There is<strong> no contex</strong>t for the contact. Read my post <a title=\"How to write a contact email\" href=\"http://deborahbrody.com/2013/06/how-to-write-a-contact-email/\">\"How to write a contact email.\"</a></li>\n	<li>In this day,<strong> smart people only open attachments from trusted sources</strong>. Since this source did not even bother to write a couple lines identifying itself and its business and its reason for contacting me, why should I bother opening the attachment?</li>\n</ol>\nYou can provide too little information. In something like the first case I talk about, this may lead to a follow up from your contact. I know who the organization is but am lacking some information I am interested in knowing.  In the second case, the lack of information makes me distrust the sender and want to delete the email.\n\n<strong>The key is to provide ENOUGH INFORMATION for a person receiving your message to make a decision.</strong>\n\nYour thoughts?','Too much info or too little?','','inherit','open','open','','2218-revision','','','2013-06-11 13:15:00','2013-06-11 13:15:00','',2218,'http://deborahbrody.com/2013/06/2218-revision/',0,'revision','',0),
(2220,4,'2013-06-11 13:16:31','2013-06-11 13:16:31','Yesterday, I got two emails from two completely different organizations. Both had too little information but one was paragraphs long and the other not even a sentence.\n\nLet me discuss the longer one first. It was an email from an organization that is folding. They email was an invitation to a farewell dinner. It included all the necessary event information (date, place, time) but left out one crucial piece of information: why the event was necessary in the first place. Why are they closing shop? Mystery has its place, but not in this type of email. Just come out and say it! I am not sure if the group is finished because of poor attendance, lack of leadership or orders from above.\n\nThe second email was even more of a head-scratcher.  It came from an organization I was not familiar with, and had the following subject line: \"Focus on your business-not your database.\" In the body of the email there was nothing but the organization\'s email signature (not even a website address!). Nothing at all. Attached, is a brochure with what I presume is more information.  There are at least three things wrong with this:\n<ol>\n	<li>The<strong> subject line</strong> makes assumptions: it assumes that it is bad to focus on your database or that I am focusing on it instead of my business (huh?).</li>\n	<li>There is<strong> no contex</strong>t for the contact. Read my post <a title=\"How to write a contact email\" href=\"http://deborahbrody.com/2013/06/how-to-write-a-contact-email/\">\"How to write a contact email.\"</a></li>\n	<li>In this day,<strong> smart people only open attachments from trusted sources</strong>. Since this source did not even bother to write a couple lines identifying itself and its business and its reason for contacting me, why should I bother opening the attachment?</li>\n</ol>\nYou can provide too little information. In something like the first case I talk about, this may lead to a follow up from your contact. I know who the organization is but am lacking some information I am interested in knowing.  In the second case, the lack of information makes me distrust the sender and want to delete the email.\n\n<strong>The key is to provide ENOUGH INFORMATION for a person receiving your message to make a decision.</strong>\n\nYour thoughts?','Too much info or too little?','','inherit','open','open','','2218-autosave','','','2013-06-11 13:16:31','2013-06-11 13:16:31','',2218,'http://deborahbrody.com/2013/06/2218-autosave/',0,'revision','',0),
(2221,4,'2013-06-13 13:54:26','2013-06-13 13:54:26','Have you stayed at a hotel recently? Did you enjoy your stay? If you didn\'t, what was it that you had issues with?  Towels not fluffy enough? Housekeeping didn\'t clean properly? Or my pet peeve, too much noise?  If you did enjoy your stay, what made it good? Helpful staff? Location? Great amenities?\r\n\r\n[caption id=\"\" align=\"alignright\" width=\"300\"]<a title=\"Motel by Beyond Neon, on Flickr\" href=\"http://www.flickr.com/photos/kungfuji/334401828/\"><img alt=\"Motel\" src=\"http://farm1.staticflickr.com/160/334401828_a2832dd918.jpg\" width=\"300\" height=\"400\" /></a> Motel in Livingston , MT by Beyond Neon on Flickr[/caption]\r\n\r\nYour experience with the hotel is what makes you like it or not. Not the advertising and probably not the rate you paid.\r\n\r\nLast year, I stayed at a chain hotel where the price was right, but nothing else was. I could hear the alarm of the guy next door to me (and his TV and everything else). The coffee in the \"free\" breakfast was terrible. When I complained and asked for a different room,  they did accommodate me. But the problem wasn\'t the room itself, it was the hotel\'s cheap construction. I will never stay there again.  On the other hand, over New Year\'s I stayed at a boutique hotel. There were only a few rooms per floor. The building was old and solidly built. Plus, it was in a great location, quiet and comfortable. I would go back.\r\n\r\nMarketing can get you to book a stay, but you won\'t be coming back if you had a bad experience. And in this social media age, you most likely will share your experiences on a rating site like Trip Advisor or Yelp.  If you have questions or concerns, you  may go on Twitter or Facebook.\r\n\r\n<strong>Marketing is important, but so is the customer experience.</strong> You can\'t succeed in business if you don\'t work on both. Too many companies spend extraordinary amounts of money trying to get you to buy something, but then don\'t expend any effort once you\'ve made your purchase.\r\n\r\nWith service products, like hotel stays and air travel, experience matters even more because there is no tangible item that you have bought. All you will be taking home are the memories of the experience. The flight went smoothly and you got to your destination on time? That is either a good memory or something that you don\'t think about again. But if you got to your hotel and there were dirty linens on the bed and a non-functioning air conditioning unit, not only is that a bad experience, you will remember it.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What your latest hotel stay can teach you about marketing','','publish','open','open','','what-your-latest-hotel-stay-can-teach-you-about-marketing','','','2013-06-13 13:58:05','2013-06-13 13:58:05','',0,'http://deborahbrody.com/?p=2221',0,'post','',0),
(2222,4,'2013-06-13 13:51:30','2013-06-13 13:51:30','Have you stayed at a hotel recently? Did you enjoy your stay? If you didn\'t, what was it that you had issues with? Not enough lighting? Towels not fluffy enough? Housekeeping didn\'t clean properly? Or my pet peeve, too much noise?  If you did, what made it good? Helpful staff? Location?\n\n[caption id=\"\" align=\"alignright\" width=\"300\"]<a title=\"Motel by Beyond Neon, on Flickr\" href=\"http://www.flickr.com/photos/kungfuji/334401828/\"><img alt=\"Motel\" src=\"http://farm1.staticflickr.com/160/334401828_a2832dd918.jpg\" width=\"300\" height=\"400\" /></a> Motel in Livingston , MT by Beyond Neon on Flickr[/caption]\n\nYour experience with the hotel is what makes you like it or not. Not the advertising and probably not the rate you paid.\n\nLast year, I stayed at a chain hotel where the price was right, but nothing else was. I could hear the alarm of the guy next door to me (and his TV and everything else). The coffee in the \"free\" breakfast was terrible. When I complained and asked for a different room,  they did accommodate me. But the problem wasn\'t the room itself, it was the hotels cheap construction. I will never stay there again.  On the other hand, over New Year\'s I stayed at a boutique hotel. There were only a few rooms per floor. The building was old and solidly built. Plus, it was in a great location, quiet and comfortable. I would go back.\n\nMarketing can get you to book a stay, but you won\'t be coming back if you had a bad experience. And in this social media age, you most likely will share your experiences on a rating site like Trip Advisor or Yelp.  If you have questions or concerns, you  may go on Twitter or Facebook.\n\n<strong>Marketing is important, but so is the customer experience.</strong> You can\'t succeed in business if you don\'t work on both. Too many companies spend extraordinary amounts of money trying to get you to buy something, but then don\'t expend any effort once you\'ve made your purchase.\n\nWith service products, like hotel stays and air travel, experience matters even more because there is no tangible item that you have bought. All you will be taking home are the memories of the experience. The flight went smoothly and you got to your destination on time? That is either a good memory or something that you don\'t think about again. But if you got to your hotel and there were dirty linens on the bed and a non-functioning air conditioning unit, not only is that a bad experience, you will remember it.\n\n&nbsp;\n\n&nbsp;','What your latest hotel stay can teach you about marketing','','inherit','open','open','','2221-revision','','','2013-06-13 13:51:30','2013-06-13 13:51:30','',2221,'http://deborahbrody.com/2013/06/2221-revision/',0,'revision','',0),
(2224,4,'2013-06-13 13:53:43','2013-06-13 13:53:43','Have you stayed at a hotel recently? Did you enjoy your stay? If you didn\'t, what was it that you had issues with?  Towels not fluffy enough? Housekeeping didn\'t clean properly? Or my pet peeve, too much noise?  If you did, what made it good? Helpful staff? Location?\n\n[caption id=\"\" align=\"alignright\" width=\"300\"]<a title=\"Motel by Beyond Neon, on Flickr\" href=\"http://www.flickr.com/photos/kungfuji/334401828/\"><img alt=\"Motel\" src=\"http://farm1.staticflickr.com/160/334401828_a2832dd918.jpg\" width=\"300\" height=\"400\" /></a> Motel in Livingston , MT by Beyond Neon on Flickr[/caption]\n\nYour experience with the hotel is what makes you like it or not. Not the advertising and probably not the rate you paid.\n\nLast year, I stayed at a chain hotel where the price was right, but nothing else was. I could hear the alarm of the guy next door to me (and his TV and everything else). The coffee in the \"free\" breakfast was terrible. When I complained and asked for a different room,  they did accommodate me. But the problem wasn\'t the room itself, it was the hotels cheap construction. I will never stay there again.  On the other hand, over New Year\'s I stayed at a boutique hotel. There were only a few rooms per floor. The building was old and solidly built. Plus, it was in a great location, quiet and comfortable. I would go back.\n\nMarketing can get you to book a stay, but you won\'t be coming back if you had a bad experience. And in this social media age, you most likely will share your experiences on a rating site like Trip Advisor or Yelp.  If you have questions or concerns, you  may go on Twitter or Facebook.\n\n<strong>Marketing is important, but so is the customer experience.</strong> You can\'t succeed in business if you don\'t work on both. Too many companies spend extraordinary amounts of money trying to get you to buy something, but then don\'t expend any effort once you\'ve made your purchase.\n\nWith service products, like hotel stays and air travel, experience matters even more because there is no tangible item that you have bought. All you will be taking home are the memories of the experience. The flight went smoothly and you got to your destination on time? That is either a good memory or something that you don\'t think about again. But if you got to your hotel and there were dirty linens on the bed and a non-functioning air conditioning unit, not only is that a bad experience, you will remember it.\n\n&nbsp;\n\n&nbsp;','What your latest hotel stay can teach you about marketing','','inherit','open','open','','2221-revision-3','','','2013-06-13 13:53:43','2013-06-13 13:53:43','',2221,'http://deborahbrody.com/2013/06/2221-revision-3/',0,'revision','',0),
(2223,4,'2013-06-13 13:51:39','2013-06-13 13:51:39','Have you stayed at a hotel recently? Did you enjoy your stay? If you didn\'t, what was it that you had issues with? Not enough lighting? Towels not fluffy enough? Housekeeping didn\'t clean properly? Or my pet peeve, too much noise?  If you did, what made it good? Helpful staff? Location?\r\n\r\n[caption id=\"\" align=\"alignright\" width=\"300\"]<a title=\"Motel by Beyond Neon, on Flickr\" href=\"http://www.flickr.com/photos/kungfuji/334401828/\"><img alt=\"Motel\" src=\"http://farm1.staticflickr.com/160/334401828_a2832dd918.jpg\" width=\"300\" height=\"400\" /></a> Motel in Livingston , MT by Beyond Neon on Flickr[/caption]\r\n\r\nYour experience with the hotel is what makes you like it or not. Not the advertising and probably not the rate you paid.\r\n\r\nLast year, I stayed at a chain hotel where the price was right, but nothing else was. I could hear the alarm of the guy next door to me (and his TV and everything else). The coffee in the \"free\" breakfast was terrible. When I complained and asked for a different room,  they did accommodate me. But the problem wasn\'t the room itself, it was the hotels cheap construction. I will never stay there again.  On the other hand, over New Year\'s I stayed at a boutique hotel. There were only a few rooms per floor. The building was old and solidly built. Plus, it was in a great location, quiet and comfortable. I would go back.\r\n\r\nMarketing can get you to book a stay, but you won\'t be coming back if you had a bad experience. And in this social media age, you most likely will share your experiences on a rating site like Trip Advisor or Yelp.  If you have questions or concerns, you  may go on Twitter or Facebook.\r\n\r\n<strong>Marketing is important, but so is the customer experience.</strong> You can\'t succeed in business if you don\'t work on both. Too many companies spend extraordinary amounts of money trying to get you to buy something, but then don\'t expend any effort once you\'ve made your purchase.\r\n\r\nWith service products, like hotel stays and air travel, experience matters even more because there is no tangible item that you have bought. All you will be taking home are the memories of the experience. The flight went smoothly and you got to your destination on time? That is either a good memory or something that you don\'t think about again. But if you got to your hotel and there were dirty linens on the bed and a non-functioning air conditioning unit, not only is that a bad experience, you will remember it.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What your latest hotel stay can teach you about marketing','','inherit','open','open','','2221-revision-2','','','2013-06-13 13:51:39','2013-06-13 13:51:39','',2221,'http://deborahbrody.com/2013/06/2221-revision-2/',0,'revision','',0),
(2225,4,'2013-06-13 13:55:31','2013-06-13 13:55:31','Have you stayed at a hotel recently? Did you enjoy your stay? If you didn\'t, what was it that you had issues with?  Towels not fluffy enough? Housekeeping didn\'t clean properly? Or my pet peeve, too much noise?  If you did enjoy your stay, what made it good? Helpful staff? Location? Great amenities?\n\n[caption id=\"\" align=\"alignright\" width=\"300\"]<a title=\"Motel by Beyond Neon, on Flickr\" href=\"http://www.flickr.com/photos/kungfuji/334401828/\"><img alt=\"Motel\" src=\"http://farm1.staticflickr.com/160/334401828_a2832dd918.jpg\" width=\"300\" height=\"400\" /></a> Motel in Livingston , MT by Beyond Neon on Flickr[/caption]\n\nYour experience with the hotel is what makes you like it or not. Not the advertising and probably not the rate you paid.\n\nLast year, I stayed at a chain hotel where the price was right, but nothing else was. I could hear the alarm of the guy next door to me (and his TV and everything else). The coffee in the \"free\" breakfast was terrible. When I complained and asked for a different room,  they did accommodate me. But the problem wasn\'t the room itself, it was the hotels cheap construction. I will never stay there again.  On the other hand, over New Year\'s I stayed at a boutique hotel. There were only a few rooms per floor. The building was old and solidly built. Plus, it was in a great location, quiet and comfortable. I would go back.\n\nMarketing can get you to book a stay, but you won\'t be coming back if you had a bad experience. And in this social media age, you most likely will share your experiences on a rating site like Trip Advisor or Yelp.  If you have questions or concerns, you  may go on Twitter or Facebook.\n\n<strong>Marketing is important, but so is the customer experience.</strong> You can\'t succeed in business if you don\'t work on both. Too many companies spend extraordinary amounts of money trying to get you to buy something, but then don\'t expend any effort once you\'ve made your purchase.\n\nWith service products, like hotel stays and air travel, experience matters even more because there is no tangible item that you have bought. All you will be taking home are the memories of the experience. The flight went smoothly and you got to your destination on time? That is either a good memory or something that you don\'t think about again. But if you got to your hotel and there were dirty linens on the bed and a non-functioning air conditioning unit, not only is that a bad experience, you will remember it.\n\n&nbsp;\n\n&nbsp;','What your latest hotel stay can teach you about marketing','','inherit','open','open','','2221-autosave','','','2013-06-13 13:55:31','2013-06-13 13:55:31','',2221,'http://deborahbrody.com/2013/06/2221-autosave/',0,'revision','',0),
(2226,4,'2013-06-13 13:54:26','2013-06-13 13:54:26','Have you stayed at a hotel recently? Did you enjoy your stay? If you didn\'t, what was it that you had issues with?  Towels not fluffy enough? Housekeeping didn\'t clean properly? Or my pet peeve, too much noise?  If you did enjoy your stay, what made it good? Helpful staff? Location? Great amenities?\r\n\r\n[caption id=\"\" align=\"alignright\" width=\"300\"]<a title=\"Motel by Beyond Neon, on Flickr\" href=\"http://www.flickr.com/photos/kungfuji/334401828/\"><img alt=\"Motel\" src=\"http://farm1.staticflickr.com/160/334401828_a2832dd918.jpg\" width=\"300\" height=\"400\" /></a> Motel in Livingston , MT by Beyond Neon on Flickr[/caption]\r\n\r\nYour experience with the hotel is what makes you like it or not. Not the advertising and probably not the rate you paid.\r\n\r\nLast year, I stayed at a chain hotel where the price was right, but nothing else was. I could hear the alarm of the guy next door to me (and his TV and everything else). The coffee in the \"free\" breakfast was terrible. When I complained and asked for a different room,  they did accommodate me. But the problem wasn\'t the room itself, it was the hotels cheap construction. I will never stay there again.  On the other hand, over New Year\'s I stayed at a boutique hotel. There were only a few rooms per floor. The building was old and solidly built. Plus, it was in a great location, quiet and comfortable. I would go back.\r\n\r\nMarketing can get you to book a stay, but you won\'t be coming back if you had a bad experience. And in this social media age, you most likely will share your experiences on a rating site like Trip Advisor or Yelp.  If you have questions or concerns, you  may go on Twitter or Facebook.\r\n\r\n<strong>Marketing is important, but so is the customer experience.</strong> You can\'t succeed in business if you don\'t work on both. Too many companies spend extraordinary amounts of money trying to get you to buy something, but then don\'t expend any effort once you\'ve made your purchase.\r\n\r\nWith service products, like hotel stays and air travel, experience matters even more because there is no tangible item that you have bought. All you will be taking home are the memories of the experience. The flight went smoothly and you got to your destination on time? That is either a good memory or something that you don\'t think about again. But if you got to your hotel and there were dirty linens on the bed and a non-functioning air conditioning unit, not only is that a bad experience, you will remember it.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What your latest hotel stay can teach you about marketing','','inherit','open','open','','2221-revision-4','','','2013-06-13 13:54:26','2013-06-13 13:54:26','',2221,'http://deborahbrody.com/2013/06/2221-revision-4/',0,'revision','',0),
(2245,4,'2013-06-26 00:15:52','2013-06-26 00:15:52','Today, I presented \"Using your Blog as a Centerpiece in your Social Media Strategy\" at the PRSA Mid-Atlantic Chesapeake District Conference. It was a great session with lots of great questions.\r\n\r\nHere\'s the PowerPoint presentation on SlideShare\r\n<iframe style=\"border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px;\" src=\"http://www.slideshare.net/slideshow/embed_code/23485051\" height=\"356\" width=\"427\" allowfullscreen=\"\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<div style=\"margin-bottom: 5px;\"><strong> <a title=\"Blog social media strategy prsamd brody slide share\" href=\"http://www.slideshare.net/DeborahBrody/blog-social-media-strategy-prsamd-brody-slide-share\" target=\"_blank\">Blog social media strategy prsamd brody slide share</a> </strong> from <strong><a href=\"http://www.slideshare.net/DeborahBrody\" target=\"_blank\">DeborahBrody</a></strong></div>\r\n<div style=\"margin-bottom: 5px;\"></div>\r\n<p style=\"margin-bottom: 5px;\">Let me know if you have any further questions.</p>\r\n<p style=\"margin-bottom: 5px;\">If you\'d like to learn more about blogging, sign up for my next How to Blog workshop, taking place on July 18 in Baltimore. Here are the <a href=\"http://howtowriteyourblogbaltimore.eventbrite.com/#\" target=\"_blank\">details.</a></p>','Is your blog social?','','publish','open','open','','is-your-blog-social','','','2013-06-26 00:15:52','2013-06-26 00:15:52','',0,'http://deborahbrody.com/?p=2245',0,'post','',0),
(2228,4,'2013-06-17 12:52:22','2013-06-17 12:52:22','Regardless of all the stories about email being dead, it is still around and it is still used for marketing purposes. Think about the amount of email you get every day. How much of it is personal (and by that I mean addressed to you from a real live person, whether it be to discuss weekend plans or the latest changes to the document you are working on)? I bet only a small fraction falls in the latter category.\r\n\r\nWhat makes email marketing so effective is that it targets people directly and sends the messages into a place they are likely to be every day--their email inbox.  <strong>Successful email marketing is personalized and customized. </strong>Email marketing gives you the ability to address email  to individuals by name and send them the news, offers or other information that is relevant to them.\r\n\r\nAnd yet, today I got an email with the following subject line: David, connect with [name of marketer]. Yes, you are personalizing, but you screwed up my name. I could have deleted it had I not recognized the sender.\r\n\r\nAnd yet, on Friday, I got this email from Thrifty:<a href=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp\"><img class=\"aligncenter size-medium wp-image-2229\" alt=\"Thrifty 1\" src=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp\" width=\"640\" height=\"427\" /></a>\r\n<p style=\"text-align: left;\">Then, on Saturday I got this one:</p>\r\n<p style=\"text-align: left;\"><a href=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp\"><img class=\"aligncenter size-medium wp-image-2230\" alt=\"Thrifty 2\" src=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp\" /></a>I am not sure how many people got this email, but since I happen to rent a few times a year, I thought the first email was for real and an offer for me personally, even though I don\'t have a Blue Chip account. The second email--addressed to \"Dear Valued Customer\"--did not make me feel valued at all.  Thrifty is now telling me that it screwed up and that the offer it  sent is not valid,without doing anything to compensate for the mistake.</p>\r\n<p style=\"text-align: left;\"><strong>Are you screwing up the goodwill?</strong></p>\r\n<p style=\"text-align: left;\">How many times can you screw up and keep goodwill? The difference between screwing up in a mass advertising campaign is that it is impersonal. When you screw up on email you have addressed a client/customer/prospect directly and personally, you have to be more contrite. Since you have the ability to be personal, then be personal! And be more careful.</p>\r\n<p style=\"text-align: left;\"><strong>It is about opting-in. Don\'t give them a reason to opt-out.</strong></p>\r\n<p style=\"text-align: left;\">The reason that we use email marketing is because, generally, it is opt-in. That is, people have signed up to receive our messages and want to get them. There is goodwill. But if you fail to personalize, send out erroneous offers, or the wrong offers, you are jeopardizing  that goodwill and giving your list a reason to opt out.</p>\r\n<p style=\"text-align: left;\">Thoughts?</p>','Why you need to be extra careful with your email marketing','','publish','open','open','','why-you-need-to-be-extra-careful-with-your-email-marketing','','','2013-06-17 12:52:22','2013-06-17 12:52:22','',0,'http://deborahbrody.com/?p=2228',0,'post','',0),
(2229,4,'2013-06-17 12:29:33','2013-06-17 12:29:33','','Thrifty 1','','inherit','open','open','','thrifty-1','','','2013-06-17 12:29:33','2013-06-17 12:29:33','',2228,'http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp',0,'attachment','image/bmp',0),
(2230,4,'2013-06-17 12:35:02','2013-06-17 12:35:02','','Thrifty 2','','inherit','open','open','','thrifty-2','','','2013-06-17 12:35:02','2013-06-17 12:35:02','',2228,'http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp',0,'attachment','image/bmp',0),
(2231,4,'2013-06-17 12:47:04','2013-06-17 12:47:04','Regardless of all the stories about email being dead, it is still around and it is still used for marketing purposes. Think about the amount of email you get every day. How much of it is personal (and by that I mean addressed to you from a real live person, whether it be to discuss weekend plans or the latest changes to the document you are working on)? I bet only a small fraction falls in the latter category.\n\nWhat makes email marketing so effective is that it targets people directly and sends the messages into a place they are likely to be every day--their email inbox.  Successful email marketing is personalized and customized, that is, email can be addressed to individuals by name and sends them the news, offers or other information that is relevant to the\n\nAnd yet, today I got an email with the following subject line: David, connect with [name of marketer].\n\nAnd yet, on Friday, I got this email from Thrifty:<a href=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp\"><img class=\"aligncenter size-medium wp-image-2229\" alt=\"Thrifty 1\" src=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp\" width=\"640\" height=\"427\" /></a>\n<p style=\"text-align: left;\">Then, on Saturday I got this one:</p>\n<p style=\"text-align: left;\"><a href=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp\"><img class=\"aligncenter size-medium wp-image-2230\" alt=\"Thrifty 2\" src=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp\" /></a>I am not sure how many people got this email, but since I happen to rent a few times a year, I thought the first email was for real, even though I don\'t have a Blue Chip account. The second email--addressed to \"Dear Valued Customer\"--did not make me feel valued at all.  Thrifty is now telling me that it screwed up and that the offer it  sent is not valid,without doing anything to compensate for the mistake.</p>\n<p style=\"text-align: left;\">Are you</p>\n<p style=\"text-align: left;\">How many times can you screw up and keep goodwill? The difference between screwing up in a mass advertising campaign is that it is impersonal. When you screw up on email you have addressed a client/customer/prospect directly and personally, you have to be more contrite. Since you have the ability to be personal, then be personal! And be more careful.</p>\n<p style=\"text-align: left;\"><strong>It is about opting-in. Don\'t give them a reason to opt-out.</strong></p>\n<p style=\"text-align: left;\">The reason that we use email marketing is because, generally, it is opt-in. That is, people have signed up to receive our messages--they want to get them. There is goodwill. But if you fail to personalize, send out erroneous offers, or the wrong offers, you are jeopardizing  that goodwill.</p>\n<p style=\"text-align: left;\"></p>','Why you need to be extra careful with your email marketing','','inherit','open','open','','2228-revision','','','2013-06-17 12:47:04','2013-06-17 12:47:04','',2228,'http://deborahbrody.com/2013/06/2228-revision/',0,'revision','',0),
(2232,4,'2013-06-17 12:47:58','2013-06-17 12:47:58','Regardless of all the stories about email being dead, it is still around and it is still used for marketing purposes. Think about the amount of email you get every day. How much of it is personal (and by that I mean addressed to you from a real live person, whether it be to discuss weekend plans or the latest changes to the document you are working on)? I bet only a small fraction falls in the latter category.\r\n\r\nWhat makes email marketing so effective is that it targets people directly and sends the messages into a place they are likely to be every day--their email inbox.  Successful email marketing is personalized and customized, that is, email can be addressed to individuals by name and sends them the news, offers or other information that is relevant to the\r\n\r\nAnd yet, today I got an email with the following subject line: David, connect with [name of marketer].\r\n\r\nAnd yet, on Friday, I got this email from Thrifty:<a href=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp\"><img class=\"aligncenter size-medium wp-image-2229\" alt=\"Thrifty 1\" src=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp\" width=\"640\" height=\"427\" /></a>\r\n<p style=\"text-align: left;\">Then, on Saturday I got this one:</p>\r\n<p style=\"text-align: left;\"><a href=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp\"><img class=\"aligncenter size-medium wp-image-2230\" alt=\"Thrifty 2\" src=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp\" /></a>I am not sure how many people got this email, but since I happen to rent a few times a year, I thought the first email was for real and an offer for me personally, even though I don\'t have a Blue Chip account. The second email--addressed to \"Dear Valued Customer\"--did not make me feel valued at all.  Thrifty is now telling me that it screwed up and that the offer it  sent is not valid,without doing anything to compensate for the mistake.</p>\r\n<p style=\"text-align: left;\"><strong>Are you screwing up the goodwill?</strong></p>\r\n<p style=\"text-align: left;\">How many times can you screw up and keep goodwill? The difference between screwing up in a mass advertising campaign is that it is impersonal. When you screw up on email you have addressed a client/customer/prospect directly and personally, you have to be more contrite. Since you have the ability to be personal, then be personal! And be more careful.</p>\r\n<p style=\"text-align: left;\"><strong>It is about opting-in. Don\'t give them a reason to opt-out.</strong></p>\r\n<p style=\"text-align: left;\">The reason that we use email marketing is because, generally, it is opt-in. That is, people have signed up to receive our messages--they want to get them. There is goodwill. But if you fail to personalize, send out erroneous offers, or the wrong offers, you are jeopardizing  that goodwill.</p>\r\n<p style=\"text-align: left;\"></p>','Why you need to be extra careful with your email marketing','','inherit','open','open','','2228-revision-2','','','2013-06-17 12:47:58','2013-06-17 12:47:58','',2228,'http://deborahbrody.com/2013/06/2228-revision-2/',0,'revision','',0),
(2233,4,'2013-06-17 12:48:10','2013-06-17 12:48:10','Regardless of all the stories about email being dead, it is still around and it is still used for marketing purposes. Think about the amount of email you get every day. How much of it is personal (and by that I mean addressed to you from a real live person, whether it be to discuss weekend plans or the latest changes to the document you are working on)? I bet only a small fraction falls in the latter category.\r\n\r\nWhat makes email marketing so effective is that it targets people directly and sends the messages into a place they are likely to be every day--their email inbox.  Successful email marketing is personalized and customized, that is, email can be addressed to individuals by name and sends them the news, offers or other information that is relevant to the\r\n\r\nAnd yet, today I got an email with the following subject line: David, connect with [name of marketer].\r\n\r\nAnd yet, on Friday, I got this email from Thrifty:<a href=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp\"><img class=\"aligncenter size-medium wp-image-2229\" alt=\"Thrifty 1\" src=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-1.bmp\" width=\"640\" height=\"427\" /></a>\r\n<p style=\"text-align: left;\">Then, on Saturday I got this one:</p>\r\n<p style=\"text-align: left;\"><a href=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp\"><img class=\"aligncenter size-medium wp-image-2230\" alt=\"Thrifty 2\" src=\"http://deborahbrody.com/wp-content/uploads/2013/06/Thrifty-2.bmp\" /></a>I am not sure how many people got this email, but since I happen to rent a few times a year, I thought the first email was for real and an offer for me personally, even though I don\'t have a Blue Chip account. The second email--addressed to \"Dear Valued Customer\"--did not make me feel valued at all.  Thrifty is now telling me that it screwed up and that the offer it  sent is not valid,without doing anything to compensate for the mistake.</p>\r\n<p style=\"text-align: left;\"><strong>Are you screwing up the goodwill?</strong></p>\r\n<p style=\"text-align: left;\">How many times can you screw up and keep goodwill? The difference between screwing up in a mass advertising campaign is that it is impersonal. When you screw up on email you have addressed a client/customer/prospect directly and personally, you have to be more contrite. Since you have the ability to be personal, then be personal! And be more careful.</p>\r\n<p style=\"text-align: left;\"><strong>It is about opting-in. Don\'t give them a reason to opt-out.</strong></p>\r\n<p style=\"text-align: left;\">The reason that we use email marketing is because, generally, it is opt-in. That is, people have signed up to receive our messages--they want to get them. There is goodwill. But if you fail to personalize, send out erroneous offers, or the wrong offers, you are jeopardizing  that goodwill.</p>\r\n<p style=\"text-align: left;\"></p>','Why you need to be extra careful with your email marketing','','inherit','open','open','','2228-revision-3','','','2013-06-17 12:48:10','2013-06-17 12:48:10','',2228,'http://deborahbrody.com/2013/06/2228-revision-3/',0,'revision','',0),
(2237,4,'2013-06-20 13:02:29','2013-06-20 13:02:29','Yesterday, the <a href=\"https://www.prsa-ncc.org/\" target=\"_blank\">PRSA-National Capital Chapter</a> hosted a panel on content marketing and public relations. The panelists--Michael Laxineta (Custom Briefings), Bruce Namerow (Interactive Strategies) and Anne Holtz (Home Innovation Research Labs)-- did a great job of explaining what content marketing is, how it works and how to make it work better.\r\n\r\nMichael Laxineta said he believes that the \"PR profession is the original content marketer.\" He says that 91% of business-to-business marketers are using content marketing, and that the biggest challenge is providing engaging content. Bruce Namerow said that content drives anything, and that brands now are their own publishers.\r\n\r\nContent marketing has many benefits, including brand awareness, nurturing leads and building relationships. Anne Holtz said that prior to embarking on a content marketing strategy, Home Innovation Research Labs was doing great stuff, but people did not know about it.  Having a strategy in place has helped get traffic to its website.\r\n\r\nIn order to develop a successful content marketing program,  you should consider these five key steps:\r\n\r\n<strong>1. Make sure that your content marketing is in line with both your business and communications goals.</strong>\r\n\r\n<strong>2. Understand exactly who your audience is and what information they need.</strong>\r\n\r\n<strong>3. Do keyword research so that you are using the terms and keywords people actually search.</strong>\r\n\r\n<strong>4. Personalize the content to your audience needs. It is not about reaching everyone but about reaching your niche with the information they need.</strong>\r\n\r\n<strong>5. Make sure your content is mobile-ready.</strong>\r\n\r\nPerhaps content marketing is just a fancy new term for what we used to call integrated marketing communications, as my friend Karen Addis from <a href=\"http://environicspr.com/us/\" target=\"_blank\">Environics Communications </a>said. Whatever we call it now, it is still smart to reach your audience with the information they require to build a relationship with your organization or to buy from your business.\r\n\r\n&nbsp;','5 keys to successful content marketing','','publish','open','open','','5-keys-to-successful-content-marketing','','','2013-06-20 13:02:29','2013-06-20 13:02:29','',0,'http://deborahbrody.com/?p=2237',0,'post','',2),
(2238,4,'2013-06-20 13:01:52','2013-06-20 13:01:52','Yesterday, the <a href=\"https://www.prsa-ncc.org/\" target=\"_blank\">PRSA-National Capital Chapter</a> hosted a panel on content marketing and public relations. The panelists--Michael Laxineta (Custom Briefings), Bruce Namerow (Interactive Strategies) and Anne Holtz (Home Innovation Research Labs)-- did a great job of explaining what content marketing is, how it works and how to make it work better.\n\nMichael Laxineta said he believes that the \"PR profession is the original content marketer.\" He says that 91% of business-to-business marketers are using content marketing, and that the biggest challenge is providing engaging content. Bruce Namerow said that content drives anything, and that brands now are their own publishers.\n\nContent marketing has many benefits, including brand awareness, nurturing leads and building relationships. Anne Holtz said that prior to embarking on a content marketing strategy, Home Innovation Research Labs was doing great stuff, but people did not know about it.  Having a strategy in place has helped get traffic to its website.\n\nIn order to develop a successful content marketing program,  you should consider these five key steps:\n\n<strong>1. Make sure that your content marketing is in line with both your business and communications goals.</strong>\n\n<strong>2. Understand exactly who your audience is and what information they need.</strong>\n\n<strong>3. Do keyword research so that you are using the terms and keywords people actually search.</strong>\n\n<strong>4. Personalize the content to your audience needs. It is not about reaching everyone but about reaching your niche with the information they need.</strong>\n\n<strong>5. Make sure your content is mobile-ready.</strong>\n\nPerhaps content marketing is just a fancy new term for what we used to call integrated marketing communications, as my friend Karen Addis from <a href=\"http://environicspr.com/us/\" target=\"_blank\">Environics Communications </a>said. Whatever we call it now, it is still smart to reach your audience with the information they require to build a relationship with your organization or to buy from your business.\n\n&nbsp;','5 keys to successful content marketing','','inherit','open','open','','2237-revision','','','2013-06-20 13:01:52','2013-06-20 13:01:52','',2237,'http://deborahbrody.com/2013/06/2237-revision/',0,'revision','',0),
(2260,4,'2013-07-11 13:07:06','2013-07-11 13:07:06','Many businesses use special offers to try to lure customers in or to retain existing customers. Whether it is a discount for new customers, a gift with purchase or buy-one-get-one free, special offers are all over. The question is are these offers working for the business AND are they working for the customer?\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"SPECIAL by davecobb, on Flickr\" href=\"http://www.flickr.com/photos/davecobb/3080592338/\"><img alt=\"SPECIAL\" src=\"http://farm4.staticflickr.com/3209/3080592338_2f587803aa.jpg\" width=\"500\" height=\"375\" /></a> Special by Dave Cobb on Flickr[/caption]\r\n\r\nI have been going to a massage clinic for a while, and through the years, its rates have climbed steadily, which makes it harder to get massages regularly. The clinic started offering a deal to holders of a local rewards card, which you buy for $25 and which provides a variety of discounts with local businesses. The deal was that you would get a 75-minute massage for the price of a 60-minute massage, or 15 minutes free. There is very little cost to the clinic for this deal, and the value is only about $15.\r\n\r\nSince I was booking a 60-minute massage anyway, why not get an extra 15 minutes, right? I  did so back in February, and then I booked it again for this week. Well, I got an email back from the massage therapist telling me the deal had expired and that she would be happy to give me a 75-minute massage for the regular price.  Needless to say, I was not happy. I wrote back that it was disappointing that they would have this offer on their website scheduler and then not honor it. Then, the clinic\'s owner wrote me to tell me that no, the offer hadn\'t expired, it simply was valid for a ONE-TIME USE, and since I had used it in February, I was no longer entitled to it. BUT, because I was a \"loyal\" customer, she would pay the massage therapist the difference (words designed to make me feel guilty...but that is a subject for another post).\r\n\r\nNowhere on the clinic\'s website does it say anything about the offer being a one-time deal. In fact, the only place referencing this is the website for the rewards card (in fairly small print). Nobody else on the rewards program has a one-time deal. It is all discounts for first time customers or ongoing discounts such as a 10% discount at a dry cleaner\'s and so forth.\r\n\r\nWhat we have here is a special offer that a) has no clear purpose and b) does not have clear (and common) rules for usage.  The result is little gain to the business and disappointment to the customer.\r\n\r\nWhen deciding on a special offer, businesses need to do a bit of strategic thinking and planning. Here are some guidelines before you issue any type of special offer.\r\n\r\n1) <strong>Have a clear marketing goal in mind.</strong> Are you training to attract new customers? Are you trying to build loyalty? What do you hope to accomplish with this offer?\r\n\r\n2)<strong> Have a real offer (with real value)</strong>.  A special offer should be special, that is, a customer should be getting something that he or she really wants and that incentivizes the customer with the goal in mind. That is, if you want a new customer, then make it worthwhile for a new customer to try your service or product (hint--10% off is usually not a great offer for first-time users).\r\n\r\n3) <strong>Have clear rules</strong> that are communicated to the customer BEFORE he/she attempts to use your special offer.\r\n\r\n4) <strong>Be prepared to honor your special offer</strong>. When you don\'t honor an offer you risk alienating the customer.\r\n\r\n5) <strong>Have a way of tracking the offer.</strong> If your goal was to get new customers, how many came because the offer? Have regular customers been taking advantage of the offer and is it translating to an overall increase in sales?\r\n\r\n<strong>Whatever your special offer is, make sure it really is special, both for your business and for your customer.</strong>\r\n\r\n&nbsp;','About that special offer...just how special is it?','','publish','open','open','','about-that-special-offer-just-how-special-is-it','','','2013-07-11 13:07:06','2013-07-11 13:07:06','',0,'http://deborahbrody.com/?p=2260',0,'post','',2),
(2282,4,'2013-07-22 13:30:42','0000-00-00 00:00:00','A couple of weeks ago, I told you all about the awful experience that passes itself of as the Holiday Inn Express. One of the smaller things that was super annoying was the fact that in the (cramped) bathroom, there was no soap dish.  There was a stand cluttering the minimal counter space holding the usual hotel toiletries, including soap bars, but there was no place to put the soap once you opened the plastic wrapping.  The soap slid to the floor quite easily and often. Hard to wash your hand when you can\'t put the soap down when you are finished!\r\n\r\nJust a few weeks before my stay at the HIE, I stayed at a boutique inn in the same city. Among the many amenities was a soap dish in the bathroom. It was a nice touch. It showed the inn had considered the guest\'s needs (and that someone somewhere had actually used soap to wash their hands at some point, which apparently the managers at the HIE never had done).\r\n\r\nIt\'s simple: You have to consider people\'s needs and how they do things. Providing a great hotel experience OR effective communications/marketing (a good design, great copy)  DEPENDS on whether you are considering your end user (your guest, your target audience). How does a person use your product? What does the person need to complete a sale?\r\n\r\nIf you fail to think about how people actually use your product or service, then you will fail to serve their needs.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Where shall I put the soap?','','draft','open','open','','','','','2013-07-22 13:30:42','2013-07-22 13:30:42','',0,'http://deborahbrody.com/?p=2282',0,'post','',0),
(2242,4,'2013-06-24 13:51:20','2013-06-24 13:51:20','Twitter is second only to Facebook in brand marketing (85% to Facebook\'s 91%, according to Social Media Examiner\'s <a href=\"http://www.socialmediaexaminer.com/SocialMediaMarketingIndustryReport2013.pdf\" target=\"_blank\">2013 Social Media Marketing Report</a>). It\'s safe to say that Twitter is part of most organizational social media strategies. Yet, many companies do not seem to understand how to use Twitter or how to use it to connect with their customers.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"FAIL stamp by hans.gerwitz, on Flickr\" href=\"http://www.flickr.com/photos/phobia/2308371224/\"><img alt=\"FAIL stamp\" src=\"http://farm3.staticflickr.com/2123/2308371224_60e0cda6e8.jpg\" width=\"450\" height=\"337\" /></a> FAIL stamp by Hans Gewirtz on Flickr. Read more here: http://hans.gerwitz.com/2011/03/07/fail-stamp.html[/caption]\r\n\r\nHow do companies #fail at Twitter?\r\n\r\n<strong>1. They fail to update their profile</strong>\r\n\r\nHave you ever gone to a Twitter profile and found a link to a blog that has not been updated since 2009? Or how about a company that does not list its current website? It takes minutes to update a Twitter profile. There is no excuse. And don\'t even get me started on those companies (and individuals) who are using the default Twitter egg as their profile pic...\r\n\r\n<strong>2. They fail to seize opportunities</strong>\r\n\r\nAs on most Sundays, yesterday I watched CBS Sunday Morning (some of the best morning TV out there). There were lots of great stories, including one about a Brooklyn pickle manufacturer. It was a  nice story,  and gave the company great publicity. CBS tweeted out a link to the video and mentioned the company\'s Twitter handle. I went to check it. The company never promoted its appearance on CBS and the only mention of it was the re-tweet of CBS\'s video link after the fact. That is a missed opportunity.\r\n\r\n<strong>3. They fail to use Twitter beyond self-promotion</strong>\r\n\r\nToo many companies think that Twitter is a one-way megaphone where they can trumpet their awards and recognitions or think of it as an easy to way to push out news releases and personnel announcements. While there is room for this type of promotion, if a company\'s stream is devoted solely to itself, it is not \"engaging\"with it\'s audience.\r\n\r\n<strong>4. They fail to understand how people expect companies to use Twitter</strong>\r\n\r\nRelated to the above, companies who use Twitter as a self-promotional news stream, don\'t understand people expect to be able to interact with them. Twitter is a social media network, and the word social is there first for a reason. Social has up-ended the way that companies must communicate with their audiences. Instead of one-way communication, social media has given companies a way of having two-way communications with their customers.\r\n\r\n<strong>5. They fail to understand that Twitter is real-time</strong>\r\n\r\nPerhaps waiting 24 hours to return a phone call or an email is standard business practice, but it won\'t fly on Twitter. When somebody is asking something on Twitter (or other social media networks), they are expecting a real-time answer, much the same as if they were having an in-person conversation. Answering a Twitter @ query hours or days later is ineffective and completely inappropriate to the medium.\r\n\r\n<strong>6. They fail to understand \"social shame\"</strong>\r\n\r\nCompanies who disregard/ignore/fail to check @ messages on Twitter are unaware of the concept of social shame. Like it or not, individuals turn to Twitter when they have a problem, figuring companies want to preserve their reputations and will respond or try to fix the problem. Many companies don\'t seem to understand the amplification involved in social media. If I complain about a company, my followers may see it but people who use Twitter\'s search function will also see it.\r\n\r\nWhat other company failures on Twitter have you seen? Please add your thoughts in the comments.\r\n\r\n<strong>UPDATE July 9, 2013</strong>\r\n\r\nFailure can include auto-tweeting replies. Seems that Bank of America has been doing that, quite inappropriately, according to <a href=\"http://consumerist.com/2013/07/08/proof-that-bank-of-americas-twitter-account-is-moderated-by-robots-or-morons-or-moronic-robots/\" target=\"_blank\">this story</a> on Consumerist.','How companies #fail at using Twitter','','publish','open','open','','how-companies-fail-at-using-twitter','','','2013-07-09 14:18:36','2013-07-09 14:18:36','',0,'http://deborahbrody.com/?p=2242',0,'post','',0),
(2243,4,'2013-06-24 13:49:13','2013-06-24 13:49:13','Twitter is second only to Facebook in brand marketing (85% to Facebook\'s 91%, according to Social Media Examiner\'s <a href=\"http://www.socialmediaexaminer.com/SocialMediaMarketingIndustryReport2013.pdf\" target=\"_blank\">2013 Social Media Marketing Report</a>). It\'s safe to say that Twitter is part of most organizational social media strategies. Yet, many companies do not seem to understand how to use Twitter or how to use it to connect with their customers.\n\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"FAIL stamp by hans.gerwitz, on Flickr\" href=\"http://www.flickr.com/photos/phobia/2308371224/\"><img alt=\"FAIL stamp\" src=\"http://farm3.staticflickr.com/2123/2308371224_60e0cda6e8.jpg\" width=\"450\" height=\"337\" /></a> FAIL stamp by Hans Gewirtz on Flickr. Read more here: http://hans.gerwitz.com/2011/03/07/fail-stamp.html[/caption]\n<p style=\"text-align: center;\"></p>\nHow do companies #fail at Twitter?\n\n<strong>1. They fail to update their profile</strong>\n\nHave you ever gone to a Twitter profile and found a link to a blog that has not been updated since 2009? Or how about a company that does not list its current website? It takes minutes to update a Twitter profile. There is no excuse. And don\'t even get me started on those companies (and individuals) who are using the default Twitter egg as their profile pic...\n\n<strong>2. They fail to seize opportunities</strong>\n\nAs on most Sundays, yesterday I watched CBS Sunday Morning (some of the best morning TV out there). There were lots of great stories, including one about a Brooklyn pickle manufacturer. It was a  nice story,  and gave the company great publicity. CBS tweeted out a link to the video and mentioned the company\'s Twitter handle. I went to check it. The company never promoted its appearance on CBS and the only mention of it was the re-tweet of CBS\'s video link after the fact. That is a missed opportunity.\n\n<strong>3. They fail to use Twitter beyond self-promotion</strong>\n\nToo many companies think that Twitter is a one-way megaphone where they can trumpet their awards and recognitions or think of it as an easy to way to push out news releases and personnel announcements. While there is room for this type of promotion, if a company\'s stream is devoted solely to itself, it is not \"engaging\"with it\'s audience.\n\n<strong>4. They fail to understand how people expect companies to use Twitter</strong>\n\nRelated to the above, companies who use Twitter as a self-promotional news stream, don\'t understand people expect to be able to interact with them. Twitter is a social media network, and the word social is there first for a reason. Social has up-ended the way that companies must communicate with their audiences. Instead of one-way communication, social media has given companies a way of having two-way communications with their customers.\n\n<strong>5. They fail to understand that Twitter is real-time</strong>\n\nPerhaps waiting 24 hours to return a phone call or an email is standard business practice, but it won\'t fly on Twitter. When somebody is asking something on Twitter (or other social media networks), they are expecting a real-time answer, much the same as if they were having an in-person conversation. Answering a Twitter @ query hours or days later is ineffective and completely inappropriate to the medium.\n\n<strong>6. They fail to understand \"social shame\"</strong>\n\nCompanies who disregard/ignore/fail to check @ messages on Twitter are unaware of the concept of social shame. Like it or not, individuals turn to Twitter when they have a problem, figuring companies want to preserve their reputations and will respond or try to fix the problem. Many companies don\'t seem to understand the amplification involved in social media. If I complain about a company, my followers may see it but people who use Twitter\'s search function will also see it.\n\nWhat other company failures on Twitter have you seen? Please add any\n\n&nbsp;','How companies #fail at using Twitter','','inherit','open','open','','2242-revision','','','2013-06-24 13:49:13','2013-06-24 13:49:13','',2242,'http://deborahbrody.com/2013/06/2242-revision/',0,'revision','',0),
(2244,4,'2013-06-24 13:50:13','2013-06-24 13:50:13','Twitter is second only to Facebook in brand marketing (85% to Facebook\'s 91%, according to Social Media Examiner\'s <a href=\"http://www.socialmediaexaminer.com/SocialMediaMarketingIndustryReport2013.pdf\" target=\"_blank\">2013 Social Media Marketing Report</a>). It\'s safe to say that Twitter is part of most organizational social media strategies. Yet, many companies do not seem to understand how to use Twitter or how to use it to connect with their customers.\n\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"FAIL stamp by hans.gerwitz, on Flickr\" href=\"http://www.flickr.com/photos/phobia/2308371224/\"><img alt=\"FAIL stamp\" src=\"http://farm3.staticflickr.com/2123/2308371224_60e0cda6e8.jpg\" width=\"450\" height=\"337\" /></a> FAIL stamp by Hans Gewirtz on Flickr. Read more here: http://hans.gerwitz.com/2011/03/07/fail-stamp.html[/caption]\n<p style=\"text-align: center;\"></p>\nHow do companies #fail at Twitter?\n\n<strong>1. They fail to update their profile</strong>\n\nHave you ever gone to a Twitter profile and found a link to a blog that has not been updated since 2009? Or how about a company that does not list its current website? It takes minutes to update a Twitter profile. There is no excuse. And don\'t even get me started on those companies (and individuals) who are using the default Twitter egg as their profile pic...\n\n<strong>2. They fail to seize opportunities</strong>\n\nAs on most Sundays, yesterday I watched CBS Sunday Morning (some of the best morning TV out there). There were lots of great stories, including one about a Brooklyn pickle manufacturer. It was a  nice story,  and gave the company great publicity. CBS tweeted out a link to the video and mentioned the company\'s Twitter handle. I went to check it. The company never promoted its appearance on CBS and the only mention of it was the re-tweet of CBS\'s video link after the fact. That is a missed opportunity.\n\n<strong>3. They fail to use Twitter beyond self-promotion</strong>\n\nToo many companies think that Twitter is a one-way megaphone where they can trumpet their awards and recognitions or think of it as an easy to way to push out news releases and personnel announcements. While there is room for this type of promotion, if a company\'s stream is devoted solely to itself, it is not \"engaging\"with it\'s audience.\n\n<strong>4. They fail to understand how people expect companies to use Twitter</strong>\n\nRelated to the above, companies who use Twitter as a self-promotional news stream, don\'t understand people expect to be able to interact with them. Twitter is a social media network, and the word social is there first for a reason. Social has up-ended the way that companies must communicate with their audiences. Instead of one-way communication, social media has given companies a way of having two-way communications with their customers.\n\n<strong>5. They fail to understand that Twitter is real-time</strong>\n\nPerhaps waiting 24 hours to return a phone call or an email is standard business practice, but it won\'t fly on Twitter. When somebody is asking something on Twitter (or other social media networks), they are expecting a real-time answer, much the same as if they were having an in-person conversation. Answering a Twitter @ query hours or days later is ineffective and completely inappropriate to the medium.\n\n<strong>6. They fail to understand \"social shame\"</strong>\n\nCompanies who disregard/ignore/fail to check @ messages on Twitter are unaware of the concept of social shame. Like it or not, individuals turn to Twitter when they have a problem, figuring companies want to preserve their reputations and will respond or try to fix the problem. Many companies don\'t seem to understand the amplification involved in social media. If I complain about a company, my followers may see it but people who use Twitter\'s search function will also see it.\n\nWhat other company failures on Twitter have you seen? Please add your thoughts in the comments.\n\n&nbsp;','How companies #fail at using Twitter','','inherit','open','open','','2242-revision-2','','','2013-06-24 13:50:13','2013-06-24 13:50:13','',2242,'http://deborahbrody.com/2013/06/2242-revision-2/',0,'revision','',0),
(2246,4,'2013-06-26 00:14:35','2013-06-26 00:14:35','Today, I presented \"Using your Blog as a Centerpiece in your Social Media Strategy\" at the PRSA Mid-Atlantic Chesapeake District Conference. It was a great session with lots of great questions.\n\nHere\'s the PowerPoint presentation on SlideShare\n<iframe style=\"border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px;\" src=\"http://www.slideshare.net/slideshow/embed_code/23485051\" height=\"356\" width=\"427\" allowfullscreen=\"\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n<div style=\"margin-bottom: 5px;\"><strong> <a title=\"Blog social media strategy prsamd brody slide share\" href=\"http://www.slideshare.net/DeborahBrody/blog-social-media-strategy-prsamd-brody-slide-share\" target=\"_blank\">Blog social media strategy prsamd brody slide share</a> </strong> from <strong><a href=\"http://www.slideshare.net/DeborahBrody\" target=\"_blank\">DeborahBrody</a></strong></div>\n<div style=\"margin-bottom: 5px;\"></div>\n<p style=\"margin-bottom: 5px;\">Let me know if you have any further questions.</p>\n<p style=\"margin-bottom: 5px;\">If you\'d like to learn more about blogging, sign up for my next How to Blog workshop, taking place on July 18 in Baltimore. Here are the details.</p>','Is your blog social?','','inherit','open','open','','2245-revision','','','2013-06-26 00:14:35','2013-06-26 00:14:35','',2245,'http://deborahbrody.com/2013/06/2245-revision/',0,'revision','',0),
(2247,4,'2013-06-26 00:15:36','2013-06-26 00:15:36','Today, I presented \"Using your Blog as a Centerpiece in your Social Media Strategy\" at the PRSA Mid-Atlantic Chesapeake District Conference. It was a great session with lots of great questions.\n\nHere\'s the PowerPoint presentation on SlideShare\n<iframe style=\"border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px;\" src=\"http://www.slideshare.net/slideshow/embed_code/23485051\" height=\"356\" width=\"427\" allowfullscreen=\"\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n<div style=\"margin-bottom: 5px;\"><strong> <a title=\"Blog social media strategy prsamd brody slide share\" href=\"http://www.slideshare.net/DeborahBrody/blog-social-media-strategy-prsamd-brody-slide-share\" target=\"_blank\">Blog social media strategy prsamd brody slide share</a> </strong> from <strong><a href=\"http://www.slideshare.net/DeborahBrody\" target=\"_blank\">DeborahBrody</a></strong></div>\n<div style=\"margin-bottom: 5px;\"></div>\n<p style=\"margin-bottom: 5px;\">Let me know if you have any further questions.</p>\n<p style=\"margin-bottom: 5px;\">If you\'d like to learn more about blogging, sign up for my next How to Blog workshop, taking place on July 18 in Baltimore. Here are the <a href=\"http://howtowriteyourblogbaltimore.eventbrite.com/#\" target=\"_blank\">details.</a></p>','Is your blog social?','','inherit','open','open','','2245-revision-2','','','2013-06-26 00:15:36','2013-06-26 00:15:36','',2245,'http://deborahbrody.com/2013/06/2245-revision-2/',0,'revision','',0),
(2250,4,'2013-07-02 13:35:31','2013-07-02 13:35:31','Caffeinated views is taking a break this week, so there will be no posts. We\'ll be back next week with our usual marketing and communications insights.\r\n\r\nHappy Independence Day and Fourth of July holiday!','We\'re off for the week!','','publish','open','open','','were-off-for-the-week','','','2013-07-02 13:35:31','2013-07-02 13:35:31','',0,'http://deborahbrody.com/?p=2250',0,'post','',0),
(2251,4,'2013-07-02 13:35:17','2013-07-02 13:35:17','Caffeinated views is taking a break this week, so there will be no pWe promise to be back next week with our usual marketing and communications insights.\n\nHappy Independence Day and Fourth of July holiday!','We\'re off for the week!','','inherit','open','open','','2250-revision','','','2013-07-02 13:35:17','2013-07-02 13:35:17','',2250,'http://deborahbrody.com/2013/07/2250-revision/',0,'revision','',0),
(2253,4,'2013-07-08 17:22:22','2013-07-08 17:22:22','','Presenting at Chessie 1','Image by Harry Bosk, The Write Image','inherit','open','open','','presenting-at-chessie-1','','','2013-07-08 17:22:22','2013-07-08 17:22:22','',0,'http://deborahbrody.com/wp-content/uploads/2012/07/Presenting-at-Chessie-1.jpg',0,'attachment','image/jpeg',0),
(2255,4,'2013-07-09 13:41:22','2013-07-09 13:41:22','It\'s painfully obvious that in many companies, marketing is completely separate from customer service and on another planet from company operations. This is why we often see marketing communications that have nothing in common with the actual experience of using a product or service.\r\n\r\nI have written about this several times before, but <strong>as long as marketing is divorced from customer experience, companies will cultivate poor relationships with their customers</strong>.\r\n\r\nRecently, I stayed at a Holiday Inn Express. You know, where the marketing says that you will be smarter just by staying there. In reality, the walls were paper thin, making sleeping a challenge; the bathroom was cramped, making getting ready a challenge; and to top it off, I could smell breakfast cooking in my room, half-way down the hall on the second floor at 6:30 in the morning. Oh, and if this weren\'t enough,when I tried to work out in the fitness closet, I was greeted by an overheated room, with no temperature controls, and outdated, hard-to-use equipment. It didn\'t help that the front desk seem disinterested, and not once greeted me when I walked in the door.\r\n\r\nI did not feel smarter by staying at the Holiday Inn. In fact, I felt taken. Their pricing for this location is on par with a hotel, not the motel they truly are.\r\n\r\nWhile I was staying at this hotel I kept thinking that the hotel manager and the front desk people had never spent a night at their own motel. Or perhaps they had, which is why they were rarely to be seen and seemed so unenthusiastic about their jobs. What I know for certain is that whoever does the marketing for Holiday Inn Express wants you to believe that this place is tops. But, you will only believe it if you have a positive customer experience. <strong>If you, like me, have a negative customer experience, not only will you scoff at the marketing, but you will likely become a vampire instead of brand ambassador. That is, you will take away customers rather than bring business.</strong>\r\n\r\nIf you want to have marketing communications that work LONG TERM, then you must learn about your customer\'s experiences with your product or service. You want to know the unvarnished truth. <strong>If the experience is consistently bad, you have to fix the experience, not the marketing. </strong>\r\n\r\n<strong>Ultimately, the most amazing communications/marketing campaign can\'t sell a bad product or service.</strong>','Do you know what your customer\'s experience is really like?','','publish','open','open','','do-you-know-what-your-customers-experience-is-really-like','','','2013-07-09 13:41:22','2013-07-09 13:41:22','',0,'http://deborahbrody.com/?p=2255',0,'post','',3),
(2256,4,'2013-07-09 13:39:30','2013-07-09 13:39:30','It\'s painfully obvious that in many companies, marketing is completely separate from customer service and on another planet from company operations. This is why we often see marketing communications that have nothing in common with the actual experience of using a product or service.\n\nI have written about this several times before, but <strong>as long as marketing is divorced from customer experience, companies will cultivate poor relationships with their customers</strong>.\n\nRecently, I stayed at a Holiday Inn Express. You know, where the marketing says that you will be smarter just by staying there. In reality, the walls were paper thin, making sleeping a challenge; the bathroom was cramped, making getting ready a challenge; and to top it off, I could smell breakfast cooking in my room, half-way down the hall on the second floor at 6:30 in the morning. Oh, and if this weren\'t enough,when I tried to work out in the fitness closet, I was greeted by an overheated room, with no temperature controls, and outdated, hard-to-use equipment. It didn\'t help that the front desk seem disinterested, and not once greeted me when I walked in the door.\n\nI did not feel smarter by staying at the Holiday Inn. In fact, I felt taken. Their pricing for this location is on par with a hotel, not the motel they truly are.\n\nWhile I was staying at this hotel I kept thinking that the hotel manager and the front desk people had never spent a night at their own motel. Or perhaps they had, which is why they were rarely to be seen and seemed so unenthusiastic about their jobs. What I know for certain is that whoever does the marketing for Holiday Inn Express wants you to believe that this place is tops. But, you will only believe it if you have a positive customer experience. <strong>If you, like me, have a negative customer experience, not only will you scoff at the marketing, but you will likely become a vampire instead of brand ambassador. That is, you will take away customers rather than bring business.</strong>\n\nIf you want to have marketing communications that work LONG TERM, then you must learn about your customer\'s experiences with your product or service. You want to know the unvarnished truth. <strong>If the experience is consistently bad, you have to fix the experience, not the marketing. Ultimately, the most amazing communications/marketing campaign can\'t sell a bad product or service.</strong>','Do you know what your customer\'s experience is really like?','','inherit','open','open','','2255-revision','','','2013-07-09 13:39:30','2013-07-09 13:39:30','',2255,'http://deborahbrody.com/2013/07/2255-revision/',0,'revision','',0),
(2258,4,'2013-07-09 14:18:30','2013-07-09 14:18:30','Twitter is second only to Facebook in brand marketing (85% to Facebook\'s 91%, according to Social Media Examiner\'s <a href=\"http://www.socialmediaexaminer.com/SocialMediaMarketingIndustryReport2013.pdf\" target=\"_blank\">2013 Social Media Marketing Report</a>). It\'s safe to say that Twitter is part of most organizational social media strategies. Yet, many companies do not seem to understand how to use Twitter or how to use it to connect with their customers.\n\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"FAIL stamp by hans.gerwitz, on Flickr\" href=\"http://www.flickr.com/photos/phobia/2308371224/\"><img alt=\"FAIL stamp\" src=\"http://farm3.staticflickr.com/2123/2308371224_60e0cda6e8.jpg\" width=\"450\" height=\"337\" /></a> FAIL stamp by Hans Gewirtz on Flickr. Read more here: http://hans.gerwitz.com/2011/03/07/fail-stamp.html[/caption]\n\nHow do companies #fail at Twitter?\n\n<strong>1. They fail to update their profile</strong>\n\nHave you ever gone to a Twitter profile and found a link to a blog that has not been updated since 2009? Or how about a company that does not list its current website? It takes minutes to update a Twitter profile. There is no excuse. And don\'t even get me started on those companies (and individuals) who are using the default Twitter egg as their profile pic...\n\n<strong>2. They fail to seize opportunities</strong>\n\nAs on most Sundays, yesterday I watched CBS Sunday Morning (some of the best morning TV out there). There were lots of great stories, including one about a Brooklyn pickle manufacturer. It was a  nice story,  and gave the company great publicity. CBS tweeted out a link to the video and mentioned the company\'s Twitter handle. I went to check it. The company never promoted its appearance on CBS and the only mention of it was the re-tweet of CBS\'s video link after the fact. That is a missed opportunity.\n\n<strong>3. They fail to use Twitter beyond self-promotion</strong>\n\nToo many companies think that Twitter is a one-way megaphone where they can trumpet their awards and recognitions or think of it as an easy to way to push out news releases and personnel announcements. While there is room for this type of promotion, if a company\'s stream is devoted solely to itself, it is not \"engaging\"with it\'s audience.\n\n<strong>4. They fail to understand how people expect companies to use Twitter</strong>\n\nRelated to the above, companies who use Twitter as a self-promotional news stream, don\'t understand people expect to be able to interact with them. Twitter is a social media network, and the word social is there first for a reason. Social has up-ended the way that companies must communicate with their audiences. Instead of one-way communication, social media has given companies a way of having two-way communications with their customers.\n\n<strong>5. They fail to understand that Twitter is real-time</strong>\n\nPerhaps waiting 24 hours to return a phone call or an email is standard business practice, but it won\'t fly on Twitter. When somebody is asking something on Twitter (or other social media networks), they are expecting a real-time answer, much the same as if they were having an in-person conversation. Answering a Twitter @ query hours or days later is ineffective and completely inappropriate to the medium.\n\n<strong>6. They fail to understand \"social shame\"</strong>\n\nCompanies who disregard/ignore/fail to check @ messages on Twitter are unaware of the concept of social shame. Like it or not, individuals turn to Twitter when they have a problem, figuring companies want to preserve their reputations and will respond or try to fix the problem. Many companies don\'t seem to understand the amplification involved in social media. If I complain about a company, my followers may see it but people who use Twitter\'s search function will also see it.\n\nWhat other company failures on Twitter have you seen? Please add your thoughts in the comments.\n\n<strong>UPDATE July 9, 2013</strong>\n\nFailure can include autotweeting replies. Seems that Bank of America has been doing that, quite inappropriately, according to <a href=\"http://consumerist.com/2013/07/08/proof-that-bank-of-americas-twitter-account-is-moderated-by-robots-or-morons-or-moronic-robots/\" target=\"_blank\">this story</a> on Consumerist.','How companies #fail at using Twitter','','inherit','open','open','','2242-autosave','','','2013-07-09 14:18:30','2013-07-09 14:18:30','',2242,'http://deborahbrody.com/2013/07/2242-autosave/',0,'revision','',0),
(2259,4,'2013-06-24 13:51:20','2013-06-24 13:51:20','Twitter is second only to Facebook in brand marketing (85% to Facebook\'s 91%, according to Social Media Examiner\'s <a href=\"http://www.socialmediaexaminer.com/SocialMediaMarketingIndustryReport2013.pdf\" target=\"_blank\">2013 Social Media Marketing Report</a>). It\'s safe to say that Twitter is part of most organizational social media strategies. Yet, many companies do not seem to understand how to use Twitter or how to use it to connect with their customers.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"FAIL stamp by hans.gerwitz, on Flickr\" href=\"http://www.flickr.com/photos/phobia/2308371224/\"><img alt=\"FAIL stamp\" src=\"http://farm3.staticflickr.com/2123/2308371224_60e0cda6e8.jpg\" width=\"450\" height=\"337\" /></a> FAIL stamp by Hans Gewirtz on Flickr. Read more here: http://hans.gerwitz.com/2011/03/07/fail-stamp.html[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nHow do companies #fail at Twitter?\r\n\r\n<strong>1. They fail to update their profile</strong>\r\n\r\nHave you ever gone to a Twitter profile and found a link to a blog that has not been updated since 2009? Or how about a company that does not list its current website? It takes minutes to update a Twitter profile. There is no excuse. And don\'t even get me started on those companies (and individuals) who are using the default Twitter egg as their profile pic...\r\n\r\n<strong>2. They fail to seize opportunities</strong>\r\n\r\nAs on most Sundays, yesterday I watched CBS Sunday Morning (some of the best morning TV out there). There were lots of great stories, including one about a Brooklyn pickle manufacturer. It was a  nice story,  and gave the company great publicity. CBS tweeted out a link to the video and mentioned the company\'s Twitter handle. I went to check it. The company never promoted its appearance on CBS and the only mention of it was the re-tweet of CBS\'s video link after the fact. That is a missed opportunity.\r\n\r\n<strong>3. They fail to use Twitter beyond self-promotion</strong>\r\n\r\nToo many companies think that Twitter is a one-way megaphone where they can trumpet their awards and recognitions or think of it as an easy to way to push out news releases and personnel announcements. While there is room for this type of promotion, if a company\'s stream is devoted solely to itself, it is not \"engaging\"with it\'s audience.\r\n\r\n<strong>4. They fail to understand how people expect companies to use Twitter</strong>\r\n\r\nRelated to the above, companies who use Twitter as a self-promotional news stream, don\'t understand people expect to be able to interact with them. Twitter is a social media network, and the word social is there first for a reason. Social has up-ended the way that companies must communicate with their audiences. Instead of one-way communication, social media has given companies a way of having two-way communications with their customers.\r\n\r\n<strong>5. They fail to understand that Twitter is real-time</strong>\r\n\r\nPerhaps waiting 24 hours to return a phone call or an email is standard business practice, but it won\'t fly on Twitter. When somebody is asking something on Twitter (or other social media networks), they are expecting a real-time answer, much the same as if they were having an in-person conversation. Answering a Twitter @ query hours or days later is ineffective and completely inappropriate to the medium.\r\n\r\n<strong>6. They fail to understand \"social shame\"</strong>\r\n\r\nCompanies who disregard/ignore/fail to check @ messages on Twitter are unaware of the concept of social shame. Like it or not, individuals turn to Twitter when they have a problem, figuring companies want to preserve their reputations and will respond or try to fix the problem. Many companies don\'t seem to understand the amplification involved in social media. If I complain about a company, my followers may see it but people who use Twitter\'s search function will also see it.\r\n\r\nWhat other company failures on Twitter have you seen? Please add your thoughts in the comments.\r\n\r\n&nbsp;','How companies #fail at using Twitter','','inherit','open','open','','2242-revision-3','','','2013-06-24 13:51:20','2013-06-24 13:51:20','',2242,'http://deborahbrody.com/2013/06/2242-revision-3/',0,'revision','',0),
(2261,4,'2013-07-11 13:04:38','2013-07-11 13:04:38','Many businesses use special offers to try to lure customers in or to retain existing customers. Whether it is a discount for new customers, a gift with purchase or buy-one-get-one free, special offers are all over. The question is are these offers working for the business AND are they working for the customer?\n\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"SPECIAL by davecobb, on Flickr\" href=\"http://www.flickr.com/photos/davecobb/3080592338/\"><img alt=\"SPECIAL\" src=\"http://farm4.staticflickr.com/3209/3080592338_2f587803aa.jpg\" width=\"500\" height=\"375\" /></a> Special by Dave Cobb on Flickr[/caption]\n<p style=\"text-align: center;\"></p>\nI have been going to a massage clinic for a while, and through the years, its rates have climbed steadily, which makes it harder to get massages regularly. The clinic started offering a deal to holders of a local rewards card, which you buy for $25 and which provides a variety of discounts with local businesses. The deal was that you would get a 75-minute massage for the price of a 60-minute massage, or 15 minutes free. There is very little cost to the clinic for this deal, and the value is only about $15.\n\nSince I was booking a 60-minute massage anyway, why not get an extra 15 minutes, right? I  did so back in February, and then I booked it again for this week. Well, I got an email back from the massage therapist telling me the deal had expired and that she would be happy to give me a 75-minute massage for the regular price.  Needless to say, I was not happy. I wrote back that it was disappointing that they would have this offer on their website scheduler and then not honor it. Then, the clinic\'s owner wrote me to tell me that no, the offer hadn\'t expired, it simply was valid for a ONE-TIME USE, and since I had used it in February, I was no longer entitled to it. BUT, because I was a \"loyal\" customer, she would pay the massage therapist the difference (words designed to make me feel guilty...but that is a subject for another post).\n\nNowhere on the clinic\'s website does it say anything about the offer being a one-time deal. In fact, the only place referencing this is the website for the rewards card (in fairly small print). Nobody else on the rewards program has a one-time deal. It is all discounts for first time customers or ongoing discounts such as a 10% discount at a dry cleaner\'s and so forth.\n\nWhat we have here is a special offer that a) has no clear purpose and b) does not have clear (and common) rules for usage.  The result is little gain to the business and disappointment to the customer.\n\nWhen deciding on a special offer, businesses need to do a bit of strategic thinking and planning. Here are some guidelines before you issue any type of special offer.\n\n1) <strong>Have a clear marketing goal in mind.</strong> Are you training to attract new customers? Are you trying to build loyalty? What do you hope to accomplish with this offer?\n\n2)<strong> Have a real offer (with real value)</strong>.  A special offer should be special, that is, a customer should be getting something that he or she really wants and that incentivizes the customer with the goal in mind. That is, if you want a new customer, then make it worthwhile for a new customer to try your service or product (hint--10% off is usually not a great offer for first-time users).\n\n3) <strong>Have clear rules</strong> that are communicated to the customer BEFORE he/she attempts to use your special offer.\n\n4) <strong>Be prepared to honor your special offer</strong>. When you don\'t honor an offer you risk alienating the customer.\n\n5) <strong>Have a way of tracking the offer.</strong> If your goal was to get new customers, how many came because the offer? Have regular customers been taking advantage of the offer and is it translating to an overall increase in sales?\n\n<strong>Whatever your special offer is, make sure it really is special, both for your business and for your customer.</strong>\n\n&nbsp;','About that special offer...just how special is it?','','inherit','open','open','','2260-revision','','','2013-07-11 13:04:38','2013-07-11 13:04:38','',2260,'http://deborahbrody.com/2013/07/2260-revision/',0,'revision','',0),
(2262,4,'2013-07-11 13:05:06','2013-07-11 13:05:06','Many businesses use special offers to try to lure customers in or to retain existing customers. Whether it is a discount for new customers, a gift with purchase or buy-one-get-one free, special offers are all over. The question is are these offers working for the business AND are they working for the customer?\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"SPECIAL by davecobb, on Flickr\" href=\"http://www.flickr.com/photos/davecobb/3080592338/\"><img alt=\"SPECIAL\" src=\"http://farm4.staticflickr.com/3209/3080592338_2f587803aa.jpg\" width=\"500\" height=\"375\" /></a> Special by Dave Cobb on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nI have been going to a massage clinic for a while, and through the years, its rates have climbed steadily, which makes it harder to get massages regularly. The clinic started offering a deal to holders of a local rewards card, which you buy for $25 and which provides a variety of discounts with local businesses. The deal was that you would get a 75-minute massage for the price of a 60-minute massage, or 15 minutes free. There is very little cost to the clinic for this deal, and the value is only about $15.\r\n\r\nSince I was booking a 60-minute massage anyway, why not get an extra 15 minutes, right? I  did so back in February, and then I booked it again for this week. Well, I got an email back from the massage therapist telling me the deal had expired and that she would be happy to give me a 75-minute massage for the regular price.  Needless to say, I was not happy. I wrote back that it was disappointing that they would have this offer on their website scheduler and then not honor it. Then, the clinic\'s owner wrote me to tell me that no, the offer hadn\'t expired, it simply was valid for a ONE-TIME USE, and since I had used it in February, I was no longer entitled to it. BUT, because I was a \"loyal\" customer, she would pay the massage therapist the difference (words designed to make me feel guilty...but that is a subject for another post).\r\n\r\nNowhere on the clinic\'s website does it say anything about the offer being a one-time deal. In fact, the only place referencing this is the website for the rewards card (in fairly small print). Nobody else on the rewards program has a one-time deal. It is all discounts for first time customers or ongoing discounts such as a 10% discount at a dry cleaner\'s and so forth.\r\n\r\nWhat we have here is a special offer that a) has no clear purpose and b) does not have clear (and common) rules for usage.  The result is little gain to the business and disappointment to the customer.\r\n\r\nWhen deciding on a special offer, businesses need to do a bit of strategic thinking and planning. Here are some guidelines before you issue any type of special offer.\r\n\r\n1) <strong>Have a clear marketing goal in mind.</strong> Are you training to attract new customers? Are you trying to build loyalty? What do you hope to accomplish with this offer?\r\n\r\n2)<strong> Have a real offer (with real value)</strong>.  A special offer should be special, that is, a customer should be getting something that he or she really wants and that incentivizes the customer with the goal in mind. That is, if you want a new customer, then make it worthwhile for a new customer to try your service or product (hint--10% off is usually not a great offer for first-time users).\r\n\r\n3) <strong>Have clear rules</strong> that are communicated to the customer BEFORE he/she attempts to use your special offer.\r\n\r\n4) <strong>Be prepared to honor your special offer</strong>. When you don\'t honor an offer you risk alienating the customer.\r\n\r\n5) <strong>Have a way of tracking the offer.</strong> If your goal was to get new customers, how many came because the offer? Have regular customers been taking advantage of the offer and is it translating to an overall increase in sales?\r\n\r\n<strong>Whatever your special offer is, make sure it really is special, both for your business and for your customer.</strong>\r\n\r\n&nbsp;','About that special offer...just how special is it?','','inherit','open','open','','2260-revision-2','','','2013-07-11 13:05:06','2013-07-11 13:05:06','',2260,'http://deborahbrody.com/2013/07/2260-revision-2/',0,'revision','',0),
(2263,4,'2013-07-12 11:31:55','2013-07-12 11:31:55','Yesterday, while working out at the gym, I nearly fell off the treadmill when I spotted the following ad from Sephora in InStyle magazine:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/07/Sephora-ad.pdf\">Sephora ad</a>\r\n\r\nAt first, I thought perhaps Sephora was engaging in a not-so-clever play on words, since the wait could be over for a weight-less product. But I see no evidence in the copy that Sephora is highlighting any weightlessness in this product. In fact, the sub-headline says: \"Finally, smoother, softer, satiny style in half the time.\" Clearly, the concept is about time, so the appropriate word would have been wait, not weight.\r\n\r\nIt is hard to believe that Sephora\'s ad people would have let this one go to print. Back when I was a print buyer in the 90s, we sent actual film to our magazines. A mistake in the film would be a major problem, and fixing it would involve high cost. Today, ad agencies send over PDF\'s, which are way easier to fix and re-send.\r\n\r\nSo next time you think you proofread your document and used spell-check to do so, I suggest you wait, and read it again.\r\n\r\nDo you think the headline is right? Let me know why.\r\n\r\n&nbsp;','Wait--why you can\'t rely on spell-check','','publish','open','open','','wait-why-you-cant-rely-on-spell-check','','','2013-07-12 11:35:06','2013-07-12 11:35:06','',0,'http://deborahbrody.com/?p=2263',0,'post','',0),
(2264,4,'2013-07-12 11:23:48','2013-07-12 11:23:48','','Sephora ad','','inherit','open','open','','sephora-ad','','','2013-07-12 11:23:48','2013-07-12 11:23:48','',2263,'http://deborahbrody.com/wp-content/uploads/2013/07/Sephora-ad.pdf',0,'attachment','application/pdf',0),
(2265,4,'2013-07-12 11:28:49','2013-07-12 11:28:49','Yesterday, while working out at the gym, I nearly fell off the treadmill when I spotted the following ad from Sephora:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/07/Sephora-ad.pdf\">Sephora ad</a>\n\nAt first, I thought perhaps Sephora is doing a play on words, since the wait may be over for a weight-less product. But I see no evidence in the copy that Sephora is highlighting any \"weightlessness\" in this product. In fact, the sub-headline says: \"Finally, smoother, softer, satiny style in half the time.\" Clearly, the concept is about time, so the appropriate word would have been wait, not weight.\n\nIt is hard to believe that Sephora\'s ad people would have let this one go to print. Back when I was a media buyer in the 90s, we sent actual film to our magazines. A mistake in the film would be a major problem. Today, ad agencies send over PDF\'s, which are way easier to fix and re-send.\n\nSo next time you think you proof-read your document and used spell-check, I suggest you wait, and read it again.\n\n&nbsp;','Why you can\'t rely on spell-check','','inherit','open','open','','2263-revision','','','2013-07-12 11:28:49','2013-07-12 11:28:49','',2263,'http://deborahbrody.com/2013/07/2263-revision/',0,'revision','',0),
(2266,4,'2013-07-12 11:29:49','2013-07-12 11:29:49','Yesterday, while working out at the gym, I nearly fell off the treadmill when I spotted the following ad from Sephora in InStyle magazine:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/07/Sephora-ad.pdf\">Sephora ad</a>\n\nAt first, I thought perhaps Sephora was engaging in not-so-clever a play on words, since the wait may be over for a weight-less product. But I see no evidence in the copy that Sephora is highlighting any \"weightlessness\" in this product. In fact, the sub-headline says: \"Finally, smoother, softer, satiny style in half the time.\" Clearly, the concept is about time, so the appropriate word would have been wait, not weight.\n\nIt is hard to believe that Sephora\'s ad people would have let this one go to print. Back when I was a media buyer in the 90s, we sent actual film to our magazines. A mistake in the film would be a major problem. Today, ad agencies send over PDF\'s, which are way easier to fix and re-send.\n\nSo next time you think you proof-read your document and used spell-check, I suggest you wait, and read it again.\n\n&nbsp;','Why you can\'t rely on spell-check','','inherit','open','open','','2263-revision-2','','','2013-07-12 11:29:49','2013-07-12 11:29:49','',2263,'http://deborahbrody.com/2013/07/2263-revision-2/',0,'revision','',0),
(2267,4,'2013-07-12 11:31:55','2013-07-12 11:31:55','Yesterday, while working out at the gym, I nearly fell off the treadmill when I spotted the following ad from Sephora in InStyle magazine:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/07/Sephora-ad.pdf\">Sephora ad</a>\r\n\r\nAt first, I thought perhaps Sephora was engaging in not-so-clever a play on words, since the wait could be over for a weight-less product. But I see no evidence in the copy that Sephora is highlighting any weightlessness in this product. In fact, the sub-headline says: \"Finally, smoother, softer, satiny style in half the time.\" Clearly, the concept is about time, so the appropriate word would have been wait, not weight.\r\n\r\nIt is hard to believe that Sephora\'s ad people would have let this one go to print. Back when I was a print buyer in the 90s, we sent actual film to our magazines. A mistake in the film would be a major problem, and fixing it would involve high cost. Today, ad agencies send over PDF\'s, which are way easier to fix and re-send.\r\n\r\nSo next time you think you proofread your document and used spell-check to do so, I suggest you wait, and read it again.\r\n\r\nDo you think the headline is right? Let me know why.\r\n\r\n&nbsp;','Wait--why you can\'t rely on spell-check','','inherit','open','open','','2263-revision-3','','','2013-07-12 11:31:55','2013-07-12 11:31:55','',2263,'http://deborahbrody.com/2013/07/2263-revision-3/',0,'revision','',0),
(2268,4,'2013-07-12 11:36:11','2013-07-12 11:36:11','Yesterday, while working out at the gym, I nearly fell off the treadmill when I spotted the following ad from Sephora in InStyle magazine:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2013/07/Sephora-ad.pdf\">Sephora ad</a>\n\nAt first, I thought perhaps Sephora was engaging in a not-so-clever play on words, since the wait could be over for a weight-less product. But I see no evidence in the copy that Sephora is highlighting any weightlessness in this product. In fact, the sub-headline says: \"Finally, smoother, softer, satiny style in half the time.\" Clearly, the concept is about time, so the appropriate word would have been wait, not weight.\n\nIt is hard to believe that Sephora\'s ad people would have let this one go to print. Back when I was a print buyer in the 90s, we sent actual film to our magazines. A mistake in the film would be a major problem, and fixing it would involve high cost. Today, ad agencies send over PDF\'s, which are way easier to fix and re-send.\n\nSo next time you think you proofread your document and used spell-check to do so, I suggest you wait, and read it again.\n\nDo you think the headline is right? Let me know why.\n\n&nbsp;','Wait--why you can\'t rely on spell-check','','inherit','open','open','','2263-autosave','','','2013-07-12 11:36:11','2013-07-12 11:36:11','',2263,'http://deborahbrody.com/2013/07/2263-autosave/',0,'revision','',0),
(2270,4,'2013-07-15 12:48:27','2013-07-15 12:48:27','I just got an email from LinkedIn telling me Tom and Sue (not their real names) have endorsed me. The thing is the endorsement from Sue is worth something. She\'s someone I respect and whom I have known for several years now. Her endorsement is real while Tom\'s is not. I have never known Tom in a professional capacity or worked with him. I know him from school and he is endorsing me for things that are not even on my profile. This leads me to my top three most annoying LinkedIn behaviors.\r\n\r\n<strong>#3: Fake endorsements</strong>\r\n\r\nI am really not sure why people do this. Do they want a fake endorsement in return? Is it fun to play with LinkedIn? What is it?\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"16/50 - grr!! :( by THEMACGIRL*, on Flickr\" href=\"http://www.flickr.com/photos/underneath/3834753545/\"><img alt=\"16/50 - grr!! :(\" src=\"http://farm3.staticflickr.com/2538/3834753545_2893b72fd2.jpg\" width=\"500\" height=\"276\" /></a> 16/50 -grr!! by THEMACGIRL on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong>#2: Posting too much and about non-business topics</strong>\r\n\r\nYes, I guess this could be two behaviors, but in my experience they go hand-in-hand. People who post too much are also posting about extraneous stuff.   Remember that you want to showcase what you  do, and unless you are a veterinarian, that stuff about how kittens need extra blankets in the winter is great for Facebook but has no place on LinkedIn.\r\n\r\n<strong>#1: Sending generic LinkedIn invitations</strong> (perennial \"winner\")\r\n\r\nStop doing this. I don\'t understand why people you don\'t know in person, who feel they would like to connect with you , can\'t seem to scare up a couple of lines to provide some context, some reason, or some personality.\r\n\r\nWhat annoys you on LinkedIn? Yes, you can vent right here!','Top 3 most annoying LinkedIn behaviors','','publish','open','open','','top-5-most-annoying-linkedin-behaviors','','','2013-07-15 12:48:27','2013-07-15 12:48:27','',0,'http://deborahbrody.com/?p=2270',0,'post','',9),
(2271,4,'2013-07-15 12:47:14','2013-07-15 12:47:14','I just got an email from LinkedIn telling me Tom and Sue (not their real names) have endorsed me. The thing is the endorsement from Sue is worth something. She\'s someone I respect and whom I have known for several years now. Her endorsement is real while Tom\'s is not. I have never known Tom in a professional capacity or worked with him. I know him from school and he is endorsing me for things that are not even on my profile. This leads me to my top three most annoying LinkedIn behaviors.\n\n<strong>#3: Fake endorsements</strong>\n\nI am really not sure why people do this. Do they want a fake endorsement in return? Is it fun to play with LinkedIn? What is it?\n\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"16/50 - grr!! :( by THEMACGIRL*, on Flickr\" href=\"http://www.flickr.com/photos/underneath/3834753545/\"><img alt=\"16/50 - grr!! :(\" src=\"http://farm3.staticflickr.com/2538/3834753545_2893b72fd2.jpg\" width=\"500\" height=\"276\" /></a> 16/50 -grr!! by THEMACGIRL on Flickr[/caption]\n<p style=\"text-align: center;\"></p>\n<strong>#2: Posting too much and about non-business topics</strong>\n\nYes, I guess this could be two behaviors, but in my experience they go hand-in-hand. People who post too much are also posting about extraneous stuff.   Remember that you want to showcase what you  do, and unless you are a veterinarian, that stuff about how kittens need extra blankets in the winter is great for Facebook but has no place on LinkedIn.\n\n<strong>#1: Sending generic LinkedIn invitations</strong> (perennial \"winner\")\n\nStop doing this. I don\'t understand why people you don\'t know in person, who feel they would like to connect with you , can\'t seem to scare up a couple of lines to provide some context, some reason, or some personality.\n\nWhat annoys you on LinkedIn? Yes, you can vent right here!','Top 3 most annoying LinkedIn behaviors','','inherit','open','open','','2270-revision','','','2013-07-15 12:47:14','2013-07-15 12:47:14','',2270,'http://deborahbrody.com/2013/07/2270-revision/',0,'revision','',0),
(2272,4,'2013-07-15 12:47:16','2013-07-15 12:47:16','I just got an email from LinkedIn telling me Tom and Sue (not their real names) have endorsed me. The thing is the endorsement from Sue is worth something. She\'s someone I respect and whom I have known for several years now. Her endorsement is real while Tom\'s is not. I have never known Tom in a professional capacity or worked with him. I know him from school and he is endorsing me for things that are not even on my profile. This leads me to my top three most annoying LinkedIn behaviors.\r\n\r\n<strong>#3: Fake endorsements</strong>\r\n\r\nI am really not sure why people do this. Do they want a fake endorsement in return? Is it fun to play with LinkedIn? What is it?\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"16/50 - grr!! :( by THEMACGIRL*, on Flickr\" href=\"http://www.flickr.com/photos/underneath/3834753545/\"><img alt=\"16/50 - grr!! :(\" src=\"http://farm3.staticflickr.com/2538/3834753545_2893b72fd2.jpg\" width=\"500\" height=\"276\" /></a> 16/50 -grr!! by THEMACGIRL on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong>#2: Posting too much and about non-business topics</strong>\r\n\r\nYes, I guess this could be two behaviors, but in my experience they go hand-in-hand. People who post too much are also posting about extraneous stuff.   Remember that you want to showcase what you  do, and unless you are a veterinarian, that stuff about how kittens need extra blankets in the winter is great for Facebook but has no place on LinkedIn.\r\n\r\n<strong>#1: Sending generic LinkedIn invitations</strong> (perennial \"winner\")\r\n\r\nStop doing this. I don\'t understand why people you don\'t know in person, who feel they would like to connect with you , can\'t seem to scare up a couple of lines to provide some context, some reason, or some personality.\r\n\r\nWhat annoys you on LinkedIn? Yes, you can vent right here!','Top 3 most annoying LinkedIn behaviors','','inherit','open','open','','2270-revision-2','','','2013-07-15 12:47:16','2013-07-15 12:47:16','',2270,'http://deborahbrody.com/2013/07/2270-revision-2/',0,'revision','',0),
(2274,4,'2013-07-17 17:23:42','2013-07-17 17:23:42','Have you heard about <a href=\"https://www.uber.com/#\" target=\"_blank\">Uber</a>? Basically, it\'s an on-demand a car service that you \"hail\" via app, web or text message.  The service is available in major cities in the US, including San Francisco, Boston, New York and Washington, DC, some European capitals and a few cities in Asia, including Singapore.\r\n\r\nI started hearing about Uber on Twitter, but had never experienced it personally until recently. My friend <a href=\"http://barbjump.com/\" target=\"_blank\">Barb Jump</a>  had invited me to join her at the Kennedy Center.  After the performance, <em>in the elevator</em>, Barb said she would get a car service to pick us up.\r\n\r\nBarb texted Uber, Uber sent back a confirmation, and nine minutes later, Kareem (the driver) was pulling up to pick up in a town car, complete with bottled water, tissues and mints.  Apparently nine minutes is a long wait time, because Barb says they are usually there in about four minutes, which if you live in Washington, means it is much quicker than waiting for the Metro.\r\n\r\nWhat turned Barb on to Uber were two basic issues: she doesn\'t carry cash and she doesn\'t feel safe hailing a cab at night as a woman alone in the city.  Uber solves these two issues. Since you must set up an account beforehand, the payment is charged to your credit card on file, thus there is no need for cash (or figuring out the tip, since there is no tipping). And, since you are directly ordering a car from Uber, you are not getting some random cabby. Uber also sends you the name of the driver and his/her picture so you know who to expect.\r\n\r\n<strong>Fill a need and differentiate from the competition</strong>\r\n\r\nUber is successful because it found some very specific needs that were not being met by traditional taxis or car services. As its website says quite succinctly, these three needs are: request from anywhere, ride with style and convenience, and hassle-free payment. These could also be called DIFFERENTIATORS. As a plus, for Barb (and for other women), these also translate to added safety.\r\n\r\nThe bottom line is that for a business to succeed it has to meet a need that is not being adequately met by others in the marketplace. And to be uber-successful (jeez, aren\'t I clever?) it has to meet those needs while differentiating itself from any competition.\r\n\r\n<strong>Fulfill your brand promise</strong>\r\n\r\nEverybody knows that saying something and doing it are two different things. If you do what you say you do, you are, in effect, fulfilling your brand promise. Uber\'s tagline is  Everyone\'s Private Driver.  I think Uber certainly lives up to that tagline\'s promise--anyone can set up account, \"hail\" an Uber from their smartphone (anywhere they may be) and get a driver whom they will recognize because Uber provides this information beforehand.\r\n\r\nHave you experienced Uber or other companies that are succeeding by differentiating well and living up to their promise?\r\n\r\n&nbsp;','Why Uber is successful ','','publish','open','open','','why-uber-is-successful','','','2013-07-17 19:14:58','2013-07-17 19:14:58','',0,'http://deborahbrody.com/?p=2274',0,'post','',0),
(2275,4,'2013-07-17 17:22:54','2013-07-17 17:22:54','Have you heard about Uber? Basically, it an on-demand a car service that you \"hail\" via app, web or text message.  The service is available in major cities in the US, including San Francisco, Boston, New York and Washington, DC, some European capitals and a few cities in Asia, including Singapore.\n\nI started hearing about Uber on Twitter, but had never experienced it personally until recently. My creative and witty friend <a href=\"http://barbjump.com/\" target=\"_blank\">Barb Jump</a> had invited me to join her at the Kennedy Center.  After the performance, <em>in the elevator</em>, Barb said she would get a car service to pick us up.\n\nBarb texted Uber, Uber sent back a confirmation, and nine minutes later, Kareem (the driver) was pulling up to pick up in a town car, complete with bottled water, tissues and mints.  Apparently nine minutes is a long wait time, because Barb says they are usually there in about four minutes, which if you live in Washington, means it is much quicker than waiting for the Metro.\n\nWhat turned Barb on to Uber were two basic issues: she doesn\'t carry cash and she doesn\'t feel safe hailing a cab at night as a woman alone in the city.  Uber solves these two issues. Since you must set up an account beforehand, the payment is charged to your credit card on file, thus there is no need for cash (or figuring out the tip, since there is no tipping). And, since you are directly ordering a car from Uber, you are not getting some random cabby. Uber also sends you the name of the driver and his/her picture so you know who to expect.\n\n<strong>Fill a need and differentiate from the competition</strong>\n\nUber is successful because it found some very specific needs that were not being met by traditional taxis or car services. As its website says quite succinctly, these three needs are: request from anywhere, ride with style and convenience, and hassle-free payment. These could also be called DIFFERENTIATORS. As a plus, for Barb (and for other women), these also translate to added safety.\n\nThe bottom line is that for a business to succeed it has to meet a need that is not being adequately met by others in the marketplace. And to be uber-successful (jeez, aren\'t I clever?) it has to meet those needs while differentiating itself from any competition.\n\n<strong>Fulfill your brand promise</strong>\n\nEverybody knows that saying something and doing it are two different things. If you do what you say you do, you are, in effect, fulfilling your brand promise. Uber\'s tagline is  Everyone\'s Private Driver.  I think Uber certainly lives up to that tagline\'s promise--anyone can set up account, \"hail\" an Uber from their smartphone (anywhere they may be) and get a driver whom they will recognize because Uber provides this information beforehand.\n\nHave you experienced Uber or other companies that are succeeding by differentiating well and living up to their promise?\n\n&nbsp;','Why Uber is successful ','','inherit','open','open','','2274-revision','','','2013-07-17 17:22:54','2013-07-17 17:22:54','',2274,'http://deborahbrody.com/2013/07/2274-revision/',0,'revision','',0),
(2276,4,'2013-07-17 17:23:42','2013-07-17 17:23:42','Have you heard about Uber? Basically, it an on-demand a car service that you \"hail\" via app, web or text message.  The service is available in major cities in the US, including San Francisco, Boston, New York and Washington, DC, some European capitals and a few cities in Asia, including Singapore.\r\n\r\nI started hearing about Uber on Twitter, but had never experienced it personally until recently. My creative and witty friend <a href=\"http://barbjump.com/\" target=\"_blank\">Barb Jump</a> (self-description, but one I endorse) had invited me to join her at the Kennedy Center.  After the performance, <em>in the elevator</em>, Barb said she would get a car service to pick us up.\r\n\r\nBarb texted Uber, Uber sent back a confirmation, and nine minutes later, Kareem (the driver) was pulling up to pick up in a town car, complete with bottled water, tissues and mints.  Apparently nine minutes is a long wait time, because Barb says they are usually there in about four minutes, which if you live in Washington, means it is much quicker than waiting for the Metro.\r\n\r\nWhat turned Barb on to Uber were two basic issues: she doesn\'t carry cash and she doesn\'t feel safe hailing a cab at night as a woman alone in the city.  Uber solves these two issues. Since you must set up an account beforehand, the payment is charged to your credit card on file, thus there is no need for cash (or figuring out the tip, since there is no tipping). And, since you are directly ordering a car from Uber, you are not getting some random cabby. Uber also sends you the name of the driver and his/her picture so you know who to expect.\r\n\r\n<strong>Fill a need and differentiate from the competition</strong>\r\n\r\nUber is successful because it found some very specific needs that were not being met by traditional taxis or car services. As its website says quite succinctly, these three needs are: request from anywhere, ride with style and convenience, and hassle-free payment. These could also be called DIFFERENTIATORS. As a plus, for Barb (and for other women), these also translate to added safety.\r\n\r\nThe bottom line is that for a business to succeed it has to meet a need that is not being adequately met by others in the marketplace. And to be uber-successful (jeez, aren\'t I clever?) it has to meet those needs while differentiating itself from any competition.\r\n\r\n<strong>Fulfill your brand promise</strong>\r\n\r\nEverybody knows that saying something and doing it are two different things. If you do what you say you do, you are, in effect, fulfilling your brand promise. Uber\'s tagline is  Everyone\'s Private Driver.  I think Uber certainly lives up to that tagline\'s promise--anyone can set up account, \"hail\" an Uber from their smartphone (anywhere they may be) and get a driver whom they will recognize because Uber provides this information beforehand.\r\n\r\nHave you experienced Uber or other companies that are succeeding by differentiating well and living up to their promise?\r\n\r\n&nbsp;','Why Uber is successful ','','inherit','open','open','','2274-revision-2','','','2013-07-17 17:23:42','2013-07-17 17:23:42','',2274,'http://deborahbrody.com/2013/07/2274-revision-2/',0,'revision','',0),
(2277,4,'2013-07-17 17:25:05','2013-07-17 17:25:05','Have you heard about <a href=\"https://www.uber.com/#\" target=\"_blank\">Uber</a>? Basically, it an on-demand a car service that you \"hail\" via app, web or text message.  The service is available in major cities in the US, including San Francisco, Boston, New York and Washington, DC, some European capitals and a few cities in Asia, including Singapore.\r\n\r\nI started hearing about Uber on Twitter, but had never experienced it personally until recently. My creative and witty friend <a href=\"http://barbjump.com/\" target=\"_blank\">Barb Jump</a> (self-description, but one I endorse) had invited me to join her at the Kennedy Center.  After the performance, <em>in the elevator</em>, Barb said she would get a car service to pick us up.\r\n\r\nBarb texted Uber, Uber sent back a confirmation, and nine minutes later, Kareem (the driver) was pulling up to pick up in a town car, complete with bottled water, tissues and mints.  Apparently nine minutes is a long wait time, because Barb says they are usually there in about four minutes, which if you live in Washington, means it is much quicker than waiting for the Metro.\r\n\r\nWhat turned Barb on to Uber were two basic issues: she doesn\'t carry cash and she doesn\'t feel safe hailing a cab at night as a woman alone in the city.  Uber solves these two issues. Since you must set up an account beforehand, the payment is charged to your credit card on file, thus there is no need for cash (or figuring out the tip, since there is no tipping). And, since you are directly ordering a car from Uber, you are not getting some random cabby. Uber also sends you the name of the driver and his/her picture so you know who to expect.\r\n\r\n<strong>Fill a need and differentiate from the competition</strong>\r\n\r\nUber is successful because it found some very specific needs that were not being met by traditional taxis or car services. As its website says quite succinctly, these three needs are: request from anywhere, ride with style and convenience, and hassle-free payment. These could also be called DIFFERENTIATORS. As a plus, for Barb (and for other women), these also translate to added safety.\r\n\r\nThe bottom line is that for a business to succeed it has to meet a need that is not being adequately met by others in the marketplace. And to be uber-successful (jeez, aren\'t I clever?) it has to meet those needs while differentiating itself from any competition.\r\n\r\n<strong>Fulfill your brand promise</strong>\r\n\r\nEverybody knows that saying something and doing it are two different things. If you do what you say you do, you are, in effect, fulfilling your brand promise. Uber\'s tagline is  Everyone\'s Private Driver.  I think Uber certainly lives up to that tagline\'s promise--anyone can set up account, \"hail\" an Uber from their smartphone (anywhere they may be) and get a driver whom they will recognize because Uber provides this information beforehand.\r\n\r\nHave you experienced Uber or other companies that are succeeding by differentiating well and living up to their promise?\r\n\r\n&nbsp;','Why Uber is successful ','','inherit','open','open','','2274-revision-3','','','2013-07-17 17:25:05','2013-07-17 17:25:05','',2274,'http://deborahbrody.com/2013/07/2274-revision-3/',0,'revision','',0),
(2278,4,'2013-07-17 19:16:03','2013-07-17 19:16:03','Have you heard about <a href=\"https://www.uber.com/#\" target=\"_blank\">Uber</a>? Basically, it\'s an on-demand a car service that you \"hail\" via app, web or text message.  The service is available in major cities in the US, including San Francisco, Boston, New York and Washington, DC, some European capitals and a few cities in Asia, including Singapore.\n\nI started hearing about Uber on Twitter, but had never experienced it personally until recently. My friend <a href=\"http://barbjump.com/\" target=\"_blank\">Barb Jump</a>  had invited me to join her at the Kennedy Center.  After the performance, <em>in the elevator</em>, Barb said she would get a car service to pick us up.\n\nBarb texted Uber, Uber sent back a confirmation, and nine minutes later, Kareem (the driver) was pulling up to pick up in a town car, complete with bottled water, tissues and mints.  Apparently nine minutes is a long wait time, because Barb says they are usually there in about four minutes, which if you live in Washington, means it is much quicker than waiting for the Metro.\n\nWhat turned Barb on to Uber were two basic issues: she doesn\'t carry cash and she doesn\'t feel safe hailing a cab at night as a woman alone in the city.  Uber solves these two issues. Since you must set up an account beforehand, the payment is charged to your credit card on file, thus there is no need for cash (or figuring out the tip, since there is no tipping). And, since you are directly ordering a car from Uber, you are not getting some random cabby. Uber also sends you the name of the driver and his/her picture so you know who to expect.\n\n<strong>Fill a need and differentiate from the competition</strong>\n\nUber is successful because it found some very specific needs that were not being met by traditional taxis or car services. As its website says quite succinctly, these three needs are: request from anywhere, ride with style and convenience, and hassle-free payment. These could also be called DIFFERENTIATORS. As a plus, for Barb (and for other women), these also translate to added safety.\n\nThe bottom line is that for a business to succeed it has to meet a need that is not being adequately met by others in the marketplace. And to be uber-successful (jeez, aren\'t I clever?) it has to meet those needs while differentiating itself from any competition.\n\n<strong>Fulfill your brand promise</strong>\n\nEverybody knows that saying something and doing it are two different things. If you do what you say you do, you are, in effect, fulfilling your brand promise. Uber\'s tagline is  Everyone\'s Private Driver.  I think Uber certainly lives up to that tagline\'s promise--anyone can set up account, \"hail\" an Uber from their smartphone (anywhere they may be) and get a driver whom they will recognize because Uber provides this information beforehand.\n\nHave you experienced Uber or other companies that are succeeding by differentiating well and living up to their promise?\n\n&nbsp;','Why Uber is successful ','','inherit','open','open','','2274-autosave','','','2013-07-17 19:16:03','2013-07-17 19:16:03','',2274,'http://deborahbrody.com/2013/07/2274-autosave/',0,'revision','',0),
(2279,4,'2013-07-17 18:36:05','2013-07-17 18:36:05','Have you heard about <a href=\"https://www.uber.com/#\" target=\"_blank\">Uber</a>? Basically, it\'s an on-demand a car service that you \"hail\" via app, web or text message.  The service is available in major cities in the US, including San Francisco, Boston, New York and Washington, DC, some European capitals and a few cities in Asia, including Singapore.\r\n\r\nI started hearing about Uber on Twitter, but had never experienced it personally until recently. My creative and witty friend <a href=\"http://barbjump.com/\" target=\"_blank\">Barb Jump</a> (self-description, but one I endorse) had invited me to join her at the Kennedy Center.  After the performance, <em>in the elevator</em>, Barb said she would get a car service to pick us up.\r\n\r\nBarb texted Uber, Uber sent back a confirmation, and nine minutes later, Kareem (the driver) was pulling up to pick up in a town car, complete with bottled water, tissues and mints.  Apparently nine minutes is a long wait time, because Barb says they are usually there in about four minutes, which if you live in Washington, means it is much quicker than waiting for the Metro.\r\n\r\nWhat turned Barb on to Uber were two basic issues: she doesn\'t carry cash and she doesn\'t feel safe hailing a cab at night as a woman alone in the city.  Uber solves these two issues. Since you must set up an account beforehand, the payment is charged to your credit card on file, thus there is no need for cash (or figuring out the tip, since there is no tipping). And, since you are directly ordering a car from Uber, you are not getting some random cabby. Uber also sends you the name of the driver and his/her picture so you know who to expect.\r\n\r\n<strong>Fill a need and differentiate from the competition</strong>\r\n\r\nUber is successful because it found some very specific needs that were not being met by traditional taxis or car services. As its website says quite succinctly, these three needs are: request from anywhere, ride with style and convenience, and hassle-free payment. These could also be called DIFFERENTIATORS. As a plus, for Barb (and for other women), these also translate to added safety.\r\n\r\nThe bottom line is that for a business to succeed it has to meet a need that is not being adequately met by others in the marketplace. And to be uber-successful (jeez, aren\'t I clever?) it has to meet those needs while differentiating itself from any competition.\r\n\r\n<strong>Fulfill your brand promise</strong>\r\n\r\nEverybody knows that saying something and doing it are two different things. If you do what you say you do, you are, in effect, fulfilling your brand promise. Uber\'s tagline is  Everyone\'s Private Driver.  I think Uber certainly lives up to that tagline\'s promise--anyone can set up account, \"hail\" an Uber from their smartphone (anywhere they may be) and get a driver whom they will recognize because Uber provides this information beforehand.\r\n\r\nHave you experienced Uber or other companies that are succeeding by differentiating well and living up to their promise?\r\n\r\n&nbsp;','Why Uber is successful ','','inherit','open','open','','2274-revision-4','','','2013-07-17 18:36:05','2013-07-17 18:36:05','',2274,'http://deborahbrody.com/2013/07/2274-revision-4/',0,'revision','',0),
(2280,4,'2013-07-17 19:02:51','2013-07-17 19:02:51','Have you heard about <a href=\"https://www.uber.com/#\" target=\"_blank\">Uber</a>? Basically, it\'s an on-demand a car service that you \"hail\" via app, web or text message.  The service is available in major cities in the US, including San Francisco, Boston, New York and Washington, DC, some European capitals and a few cities in Asia, including Singapore.\r\n\r\nI started hearing about Uber on Twitter, but had never experienced it personally until recently. My creative and witty friend <a href=\"http://barbjump.com/\" target=\"_blank\">Barb Jump</a> (self-description, but one I endorse) had invited me to join her at the Kennedy Center.  After the performance, <em>in the elevator</em>, Barb said she would get a car service to pick us up.\r\n\r\nBarb texted Uber, Uber sent back a confirmation, and nine minutes later, Kareem (the driver) was pulling up to pick up in a town car, complete with bottled water, tissues and mints.  Apparently nine minutes is a long wait time, because Barb says they are usually there in about four minutes, which if you live in Washington, means it is much quicker than waiting for the Metro.\r\n\r\nWhat turned Barb on to Uber were two basic issues: she doesn\'t carry cash and she doesn\'t feel safe hailing a cab at night as a woman alone in the city.  Uber solves these two issues. Since you must set up an account beforehand, the payment is charged to your credit card on file, thus there is no need for cash (or figuring out the tip, since there is no tipping). And, since you are directly ordering a car from Uber, you are not getting some random cabby. Uber also sends you the name of the driver and his/her picture so you know who to expect.\r\n\r\n<strong>Fill a need and differentiate from the competition</strong>\r\n\r\nUber is successful because it found some very specific needs that were not being met by traditional taxis or car services. As its website says quite succinctly, these three needs are: request from anywhere, ride with style and convenience, and hassle-free payment. These could also be called DIFFERENTIATORS. As a plus, for Barb (and for other women), these also translate to added safety.\r\n\r\nThe bottom line is that for a business to succeed it has to meet a need that is not being adequately met by others in the marketplace. And to be uber-successful (jeez, aren\'t I clever?) it has to meet those needs while differentiating itself from any competition.\r\n\r\n<strong>Fulfill your brand promise</strong>\r\n\r\nEverybody knows that saying something and doing it are two different things. If you do what you say you do, you are, in effect, fulfilling your brand promise. Uber\'s tagline is  Everyone\'s Private Driver.  I think Uber certainly lives up to that tagline\'s promise--anyone can set up account, \"hail\" an Uber from their smartphone (anywhere they may be) and get a driver whom they will recognize because Uber provides this information beforehand.\r\n\r\nHave you experienced Uber or other companies that are succeeding by differentiating well and living up to their promise?\r\n\r\n&nbsp;','Why Uber is successful ','','inherit','open','open','','2274-revision-5','','','2013-07-17 19:02:51','2013-07-17 19:02:51','',2274,'http://deborahbrody.com/2013/07/2274-revision-5/',0,'revision','',0),
(2281,4,'2013-07-17 19:03:00','2013-07-17 19:03:00','Have you heard about <a href=\"https://www.uber.com/#\" target=\"_blank\">Uber</a>? Basically, it\'s an on-demand a car service that you \"hail\" via app, web or text message.  The service is available in major cities in the US, including San Francisco, Boston, New York and Washington, DC, some European capitals and a few cities in Asia, including Singapore.\r\n\r\nI started hearing about Uber on Twitter, but had never experienced it personally until recently. My creative and witty friend <a href=\"http://barbjump.com/\" target=\"_blank\">Barb Jump</a> (self-description, but one I endorse) had invited me to join her at the Kennedy Center.  After the performance, <em>in the elevator</em>, Barb said she would get a car service to pick us up.\r\n\r\nBarb texted Uber, Uber sent back a confirmation, and nine minutes later, Kareem (the driver) was pulling up to pick up in a town car, complete with bottled water, tissues and mints.  Apparently nine minutes is a long wait time, because Barb says they are usually there in about four minutes, which if you live in Washington, means it is much quicker than waiting for the Metro.\r\n\r\nWhat turned Barb on to Uber were two basic issues: she doesn\'t carry cash and she doesn\'t feel safe hailing a cab at night as a woman alone in the city.  Uber solves these two issues. Since you must set up an account beforehand, the payment is charged to your credit card on file, thus there is no need for cash (or figuring out the tip, since there is no tipping). And, since you are directly ordering a car from Uber, you are not getting some random cabby. Uber also sends you the name of the driver and his/her picture so you know who to expect.\r\n\r\n<strong>Fill a need and differentiate from the competition</strong>\r\n\r\nUber is successful because it found some very specific needs that were not being met by traditional taxis or car services. As its website says quite succinctly, these three needs are: request from anywhere, ride with style and convenience, and hassle-free payment. These could also be called DIFFERENTIATORS. As a plus, for Barb (and for other women), these also translate to added safety.\r\n\r\nThe bottom line is that for a business to succeed it has to meet a need that is not being adequately met by others in the marketplace. And to be uber-successful (jeez, aren\'t I clever?) it has to meet those needs while differentiating itself from any competition.\r\n\r\n<strong>Fulfill your brand promise</strong>\r\n\r\nEverybody knows that saying something and doing it are two different things. If you do what you say you do, you are, in effect, fulfilling your brand promise. Uber\'s tagline is  Everyone\'s Private Driver.  I think Uber certainly lives up to that tagline\'s promise--anyone can set up account, \"hail\" an Uber from their smartphone (anywhere they may be) and get a driver whom they will recognize because Uber provides this information beforehand.\r\n\r\nHave you experienced Uber or other companies that are succeeding by differentiating well and living up to their promise?\r\n\r\n&nbsp;','Why Uber is successful ','','inherit','open','open','','2274-revision-6','','','2013-07-17 19:03:00','2013-07-17 19:03:00','',2274,'http://deborahbrody.com/2013/07/2274-revision-6/',0,'revision','',0),
(2283,4,'2013-07-22 12:45:08','2013-07-22 12:45:08','A couple of weeks ago, I told you all about the awful experience that passes itself of as the Holiday Inn Express. One of the smaller things that was super annoying was the fact that in the (cramped) bathroom, there was no soap dish.  There was a stand cluttering the minimal counter space holding the usual hotel toiletries, including soap bars, but there was no place to put the soap once you opened the plastic wrapping.  The soap slid to the floor quite easily and often. Hard to wash your hand when you can\'t put the soap down when you are finished!\n\nJust a few weeks before my stay at the HIE, I stayed at a boutique inn in the same city. Among the many amenities was a soap dish in the bathroom. It was a nice touch. It showed the inn had considered the guest\'s needs (and that someone somewhere had actually used soap to wash their hands at some point, which apparently the managers at the HIE never had done).\n\nIt\'s simple: You have to consider people\'s needs and how they do things. Providing a great hotel experience OR effective communications/marketing (a good design, great copy)  DEPENDS on whether you are considering your end user (your guest, your target audience). How does a person use your product? What does the person need to complete a sale?\n\nIf you fail to think about how people actually use your product or service, then you will fail to serve their needs.\n\n&nbsp;\n\n&nbsp;','Where shall I put the soap?','','inherit','open','open','','2282-revision','','','2013-07-22 12:45:08','2013-07-22 12:45:08','',2282,'http://deborahbrody.com/2013/07/2282-revision/',0,'revision','',0),
(2284,4,'2013-07-22 12:51:24','2013-07-22 12:51:24','A couple of weeks ago, I told you all about the awful experience that passes itself of as the Holiday Inn Express. One of the smaller things that was super annoying was the fact that in the (cramped) bathroom, there was no soap dish.  There was a stand cluttering the minimal counter space holding the usual hotel toiletries, including soap bars, but there was no place to put the soap once you opened the plastic wrapping.  The soap slid to the floor quite easily and often. Hard to wash your hand when you can\'t put the soap down when you are finished!\n\nJust a few weeks before my stay at the HIE, I stayed at a boutique inn in the same city. Among the many amenities was a soap dish in the bathroom. It was a nice touch. It showed the inn had considered the guest\'s needs (and that someone somewhere had actually used soap to wash their hands at some point, which apparently the managers at the HIE never had done).\n\nIt\'s simple: You have to consider people\'s needs and how they do things. Providing a great hotel experience OR effective communications/marketing (a good design, great copy)  DEPENDS on whether you are considering your end user (your guest, your target audience). How does a person use your product? What does the person need to complete a sale?\n\nIf you fail to think about how people actually use your product or service, then you will fail to serve their needs.\n\n&nbsp;\n\n&nbsp;','Where shall I put the soap?','','inherit','open','open','','2282-revision-2','','','2013-07-22 12:51:24','2013-07-22 12:51:24','',2282,'http://deborahbrody.com/2013/07/2282-revision-2/',0,'revision','',0),
(2286,4,'2013-07-23 19:51:44','0000-00-00 00:00:00','If you have ever hired any type of contractor to do work in your home, you know there is a wide range of service providers out there. Perhaps some were highly recommended, or the pricing was right, or you had a very specific type of work to be done.\n\nRecently, I had to find an electrician to fix my broken attic fan. I called five different companies. I found three of them on the web (doing a search for electrician Rockville). I got one name from a friend and the other name from a store that sold lighting fixtures.\n\nThe first one quoted a rather high price, but was available pretty quickly and said it had gotten high marks on Angie\'s List. The second also quoted a high price, but specified what type of fan would be installed and asked questions about the height of the ceiling. The third quoted a lower price, and had good recommendations on Google. The fourth was pretty expensive, asked specific questions and was too busy to do anything for a couple of weeks. The last one was personally recommended, but seemed unable or uninterested in providing an estimate over the phone.\n\nI eliminated the last one because he clearly wasn\'t interested in the work. I eliminated the fourth one because he wasn\'t available for quite a while. I eliminated the first one because he did not ask questions and his quote was by far the highest. It was between the second and third quotes, and I ended up with the third because they had given me a range (meaning that they would base the final price on what actually needed to be done).\n\nWhen the electrician showed up, he didn\'t introduce himself. He did not give me a card. He did do the job requested at a reasonable price, and very quickly.  I thought that the company that sent him needs to learn a few things about marketing.\n\nHere are few lessons to be drawn.\n\n1.  Having a findable website with the right information is crucial.\n\n2. The person who answers the phone makes or breaks the sale. The more informed and pleasant that person is, the easier it will be to close the deal.\n\n3. Give your service providers some guidelines and information. Have them introduce themselves. Make sure they know about any service warranties and other procedures.\n\n4. Make sure the service provider gives a business card or brochure along with the invoice.\n\n5. Follow up! Very few, if any, contractors follow up to make sure the work is satisfactory to you. It\'s a missed opportunity to get testimonials and to build goodwill.\n\n&nbsp;','Marketing lessons for and from contractors','','draft','open','open','','','','','2013-07-23 19:51:44','2013-07-23 19:51:44','',0,'http://deborahbrody.com/?p=2286',0,'post','',0),
(2287,4,'2013-07-23 19:11:07','2013-07-23 19:11:07','If you have ever hired any type of contractor to do work in your home, you know there is a wide range of service providers out there. Perhaps some were highly recommended, or the pricing was right, or you had a very specific type of work to be done.\n\nRecently, I had to find an electrician to fix my broken attic fan. I called five different companies. I found three of them on the web (doing a search for electrician Rockville). I got one name from a friend and the other name from a store that sold lighting fixtures.\n\nThe first one quoted a rather high price, but was available pretty quickly and said it had gotten high marks on Angie\'s List. The second also quoted a high price, but specified what type of fan would be installed and asked questions about the height of the ceiling. The third quoted a lower price, and had good recommendations on Google. The fourth was pretty expensive, asked specific questions and was too busy to do anything for a couple of weeks. The last one was personally recommended, but seemed unable or uninterested in providing an estimate over the phone.\n\nI eliminated the last one because he clearly wasn\'t interested in the work. I eliminated the fourth one because he wasn\'t available for quite a while. I eliminated the first one because he did not ask questions and his quote was by far the highest. It was between the second and third quotes, and I ended up with the third because they had given me a range (meaning that they would base the final price on what actually needed to be done).\n\nWhen the electrician showed up, he didn\'t introduce himself. He did not give me a card. He did do the job requested at a reasonable price, and very quickly.  I thought that the company that sent him needs to learn a few things about marketing.\n\nHere are few lessons to be drawn.\n\n1.  Having a findable website with the right information is crucial.\n\n2. The person who answers the phone makes or breaks the sale. The more informed and pleasant that person is, the easier it will be to close the deal.\n\n3. Give your service providers some guidelines and information. Have them introduce themselves. Make sure they know about any service warranties and other procedures.\n\n4. Make sure the service provider gives a business card or brochure along with the invoice.\n\n5. Follow up! Very few, if any, contractors follow up to make sure the work is satisfactory to you. It\'s a missed opportunity to get testimonials and to build goodwill.\n\n&nbsp;','Marketing lessons for and from contractors','','inherit','open','open','','2286-revision','','','2013-07-23 19:11:07','2013-07-23 19:11:07','',2286,'http://deborahbrody.com/2013/07/2286-revision/',0,'revision','',0),
(2288,4,'2013-07-23 19:16:02','2013-07-23 19:16:02','If you have ever hired any type of contractor to do work in your home, you know there is a wide range of service providers out there. Perhaps some were highly recommended, or the pricing was right, or you had a very specific type of work to be done.\n\nRecently, I had to find an electrician to fix my broken attic fan. I called five different companies. I found three of them on the web (doing a search for electrician Rockville). I got one name from a friend and the other name from a store that sold lighting fixtures.\n\nThe first one quoted a rather high price, but was available pretty quickly and said it had gotten high marks on Angie\'s List. The second also quoted a high price, but specified what type of fan would be installed and asked questions about the height of the ceiling. The third quoted a lower price, and had good recommendations on Google. The fourth was pretty expensive, asked specific questions and was too busy to do anything for a couple of weeks. The last one was personally recommended, but seemed unable or uninterested in providing an estimate over the phone.\n\nI eliminated the last one because he clearly wasn\'t interested in the work. I eliminated the fourth one because he wasn\'t available for quite a while. I eliminated the first one because he did not ask questions and his quote was by far the highest. It was between the second and third quotes, and I ended up with the third because they had given me a range (meaning that they would base the final price on what actually needed to be done).\n\nWhen the electrician showed up, he didn\'t introduce himself. He did not give me a card. He did do the job requested at a reasonable price, and very quickly.  I thought that the company that sent him needs to learn a few things about marketing.\n\nHere are few lessons to be drawn.\n\n1.  Having a findable website with the right information is crucial.\n\n2. The person who answers the phone makes or breaks the sale. The more informed and pleasant that person is, the easier it will be to close the deal.\n\n3. Give your service providers some guidelines and information. Have them introduce themselves. Make sure they know about any service warranties and other procedures.\n\n4. Make sure the service provider gives a business card or brochure along with the invoice.\n\n5. Follow up! Very few, if any, contractors follow up to make sure the work is satisfactory to you. It\'s a missed opportunity to get testimonials and to build goodwill.\n\n&nbsp;','Marketing lessons for and from contractors','','inherit','open','open','','2286-revision-2','','','2013-07-23 19:16:02','2013-07-23 19:16:02','',2286,'http://deborahbrody.com/2013/07/2286-revision-2/',0,'revision','',0),
(2289,4,'2013-07-23 19:39:13','2013-07-23 19:39:13','If you have ever hired any type of contractor to do work in your home, you know there is a wide range of service providers out there. Perhaps some were highly recommended, or the pricing was right, or you had a very specific type of work to be done.\n\nRecently, I had to find an electrician to fix my broken attic fan. I called five different companies. I found three of them on the web (doing a search for electrician Rockville). I got one name from a friend and the other name from a store that sold lighting fixtures.\n\nThe first one quoted a rather high price, but was available pretty quickly and said it had gotten high marks on Angie\'s List. The second also quoted a high price, but specified what type of fan would be installed and asked questions about the height of the ceiling. The third quoted a lower price, and had good recommendations on Google. The fourth was pretty expensive, asked specific questions and was too busy to do anything for a couple of weeks. The last one was personally recommended, but seemed unable or uninterested in providing an estimate over the phone.\n\nI eliminated the last one because he clearly wasn\'t interested in the work. I eliminated the fourth one because he wasn\'t available for quite a while. I eliminated the first one because he did not ask questions and his quote was by far the highest. It was between the second and third quotes, and I ended up with the third because they had given me a range (meaning that they would base the final price on what actually needed to be done).\n\nWhen the electrician showed up, he didn\'t introduce himself. He did not give me a card. He did do the job requested at a reasonable price, and very quickly.  I thought that the company that sent him needs to learn a few things about marketing.\n\nHere are few lessons to be drawn.\n\n1.  Having a findable website with the right information is crucial.\n\n2. The person who answers the phone makes or breaks the sale. The more informed and pleasant that person is, the easier it will be to close the deal.\n\n3. Give your service providers some guidelines and information. Have them introduce themselves. Make sure they know about any service warranties and other procedures.\n\n4. Make sure the service provider gives a business card or brochure along with the invoice.\n\n5. Follow up! Very few, if any, contractors follow up to make sure the work is satisfactory to you. It\'s a missed opportunity to get testimonials and to build goodwill.\n\n&nbsp;','Marketing lessons for and from contractors','','inherit','open','open','','2286-revision-3','','','2013-07-23 19:39:13','2013-07-23 19:39:13','',2286,'http://deborahbrody.com/2013/07/2286-revision-3/',0,'revision','',0),
(2290,4,'2013-07-24 12:06:41','2013-07-24 12:06:41','For some reason, I have had a hard time getting a post done this week. I wrote two lengthy posts, but ended up saving them as drafts. They may appear later on.  Some of my ability to focus this week has to do with having too much on my mind. I thought I would share some of what has been bugging me (and sadly, this is but the tip of the iceberg).\r\n\r\n<strong>Courtesy is waning</strong>\r\n\r\nIt seems to me that we are seeing a huge drop in courteous behavior. In the last few weeks alone, I have seen it both personally and professionally. On the personal side, I have left messages for friends that have gone unreturned. I have been cut off in the middle of a sensitive conversation.  On the professional side, I have sent proposals that potential clients don\'t even acknowledge.\r\n\r\n<strong>Angie\'s List won\'t leave me alone (or, is trying too hard and being annoying)</strong>\r\n\r\nWhen I moved into my house a couple of years ago, I joined Angie\'s List. It was helpful when I needed to find different contractors (plumber, fence installer, etc.). After getting most issues fixed in my house, I found I was using Angie\'s List quite infrequently. And then, one of the contractors I found on it (and who had decent recommendations) turned out to be one of the worst experiences I have ever had with any service provider.  So I let my membership lapse. This was in December of last year. Since then, without fail, I have received offers EVERY week (and sometimes every day) from Angie\'s List for discount membership...ranging from 20% to 40% off. I have stop reading the emails and just delete them. At some point, Angie and every other vendor, needs to realize it is not about the offer. You could give me Angie\'s List for free, and at this point, I am not signing up. Oh, and I see their constant advertising every night on the CBS Evening News, which leads me to believe that Angie is lying when she says that nobody pays to be on Angie\'s List. She cannot be making the type of money she is from yearly membership dues alone. And, vendors have told me that in order to show up higher in the rankings, they are asked to pay.\r\n\r\n<strong>Customer service is marketing</strong>\r\n\r\nA few weeks ago I had problems with my web host, Host Gator. In three separate instances, my website and email went down for a total of a few hours. I asked them for a credit (after not getting any information from them on restoration of service). They ignored it. Even after I told them in their survey that they would not be getting any referrals from me, they didn\'t seem to care.\r\n\r\nAnother service provider who has been very slow in her service has had the nerve to blame me, in writing, for her delays. Apparently she doesn\'t realize that even if it is the client\'s fault (and in this case it isn\'t) you don\'t blame the client. By shifting the responsibility and accusing me (the client) all she is doing is making sure I will not use her services ever again, nor refer her any business. How you treat your customer is marketing, as Lisa Gerber points out in this <a href=\"http://bigleapcreative.com/are-you-creating-loyalty/\" target=\"_blank\">blog post</a>.\r\n\r\n<strong>On the other hand...</strong>\r\n\r\nI have been impressed with the responsiveness and interest I receive for this blog  from some great folks that I have only met on Twitter. Thank you!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Things on my mind','','publish','open','open','','things-on-my-mind','','','2013-07-24 12:06:41','2013-07-24 12:06:41','',0,'http://deborahbrody.com/?p=2290',0,'post','',2),
(2291,4,'2013-07-24 12:06:36','2013-07-24 12:06:36','For some reason, I have had a hard time getting a post done this week. I wrote two lengthy posts, but ended up saving them as drafts. They may appear later on.  Some of my ability to focus this week has to do with having too much on my mind. I thought I would share some of what has been bugging me (and sadly, this is but the tip of the iceberg).\n\n<strong>Courtesy is waning</strong>\n\nIt seems to me that we are seeing a huge drop in courteous behavior. In the last few weeks alone, I have seen it both personally and professionally. On the personal side, I have left messages for friends that have gone unreturned. I have been cut off in the middle of a sensitive conversation.  On the professional side, I have sent proposals that potential clients don\'t even acknowledge.\n\n<strong>Angie\'s List won\'t leave me alone (or, is trying too hard and being annoying)</strong>\n\nWhen I moved into my house a couple of years ago, I joined Angie\'s List. It was helpful when I needed to find different contractors (plumber, fence installer, etc.). After getting most issues fixed in my house, I found I was using Angie\'s List quite infrequently. And then, one of the contractors I found on it (and who had decent recommendations) turned out to be one of the worst experiences I have ever had with any service provider.  So I let my membership lapse. This was in December of last year. Since then, without fail, I have received offers EVERY week (and sometimes every day) from Angie\'s List for discount membership...ranging from 20% to 40% off. I have stop reading the emails and just delete them. At some point, Angie and every other vendor, needs to realize it is not about the offer. You could give me Angie\'s List for free, and at this point, I am not signing up. Oh, and I see their constant advertising every night on the CBS Evening News, which leads me to believe that Angie is lying when she says that nobody pays to be on Angie\'s List. She cannot be making the type of money she is from yearly membership dues alone. And, vendors have told me that in order to show up higher in the rankings, they are asked to pay.\n\n<strong>Customer service is marketing</strong>\n\nA few weeks ago I had problems with my web host, Host Gator. In three separate instances, my website and email went down for a total of a few hours. I asked them for a credit (after not getting any information from them on restoration of service). They ignored it. Even after I told them in their survey that they would not be getting any referrals from me, they didn\'t seem to care.\n\nAnother service provider who has been very slow in her service has had the nerve to blame me, in writing, for her delays. Apparently she doesn\'t realize that even if it is the client\'s fault (and in this case it isn\'t) you don\'t blame the client. By shifting the responsibility and accusing me (the client) all she is doing is making sure I will not use her services ever again, nor refer her any business. How you treat your customer is marketing, as Lisa Gerber points out in this <a href=\"http://bigleapcreative.com/are-you-creating-loyalty/\" target=\"_blank\">blog post</a>.\n\n<strong>On the other hand...</strong>\n\nI have been impressed with the responsiveness and interest I receive for this blog  from some great folks that I have only met on Twitter. Thank you!\n\n&nbsp;\n\n&nbsp;','Things on my mind','','inherit','open','open','','2290-revision','','','2013-07-24 12:06:36','2013-07-24 12:06:36','',2290,'http://deborahbrody.com/2013/07/2290-revision/',0,'revision','',0),
(2292,4,'2013-07-24 12:07:48','2013-07-24 12:07:48','For some reason, I have had a hard time getting a post done this week. I wrote two lengthy posts, but ended up saving them as drafts. They may appear later on.  Some of my ability to focus this week has to do with having too much on my mind. I thought I would share some of what has been bugging me (and sadly, this is but the tip of the iceberg).\n\n<strong>Courtesy is waning</strong>\n\nIt seems to me that we are seeing a huge drop in courteous behavior. In the last few weeks alone, I have seen it both personally and professionally. On the personal side, I have left messages for friends that have gone unreturned. I have been cut off in the middle of a sensitive conversation.  On the professional side, I have sent proposals that potential clients don\'t even acknowledge.\n\n<strong>Angie\'s List won\'t leave me alone (or, is trying too hard and being annoying)</strong>\n\nWhen I moved into my house a couple of years ago, I joined Angie\'s List. It was helpful when I needed to find different contractors (plumber, fence installer, etc.). After getting most issues fixed in my house, I found I was using Angie\'s List quite infrequently. And then, one of the contractors I found on it (and who had decent recommendations) turned out to be one of the worst experiences I have ever had with any service provider.  So I let my membership lapse. This was in December of last year. Since then, without fail, I have received offers EVERY week (and sometimes every day) from Angie\'s List for discount membership...ranging from 20% to 40% off. I have stop reading the emails and just delete them. At some point, Angie and every other vendor, needs to realize it is not about the offer. You could give me Angie\'s List for free, and at this point, I am not signing up. Oh, and I see their constant advertising every night on the CBS Evening News, which leads me to believe that Angie is lying when she says that nobody pays to be on Angie\'s List. She cannot be making the type of money she is from yearly membership dues alone. And, vendors have told me that in order to show up higher in the rankings, they are asked to pay.\n\n<strong>Customer service is marketing</strong>\n\nA few weeks ago I had problems with my web host, Host Gator. In three separate instances, my website and email went down for a total of a few hours. I asked them for a credit (after not getting any information from them on restoration of service). They ignored it. Even after I told them in their survey that they would not be getting any referrals from me, they didn\'t seem to care.\n\nAnother service provider who has been very slow in her service has had the nerve to blame me, in writing, for her delays. Apparently she doesn\'t realize that even if it is the client\'s fault (and in this case it isn\'t) you don\'t blame the client. By shifting the responsibility and accusing me (the client) all she is doing is making sure I will not use her services ever again, nor refer her any business. How you treat your customer is marketing, as Lisa Gerber points out in this <a href=\"http://bigleapcreative.com/are-you-creating-loyalty/\" target=\"_blank\">blog post</a>.\n\n<strong>On the other hand...</strong>\n\nI have been impressed with the responsiveness and interest I receive for this blog  from some great folks that I have only met on Twitter. Thank you!\n\n&nbsp;\n\n&nbsp;','Things on my mind','','inherit','open','open','','2290-autosave','','','2013-07-24 12:07:48','2013-07-24 12:07:48','',2290,'http://deborahbrody.com/2013/07/2290-autosave/',0,'revision','',0),
(2294,4,'2013-07-30 13:46:24','2013-07-30 13:46:24','Have you been to an event where the speaker did not meet your expectations? It may not have been the speaker\'s fault. He or she may have not been well prepared or well chosen for that particular event. Having been asked to speak at a few different events, I can tell you it is up to the host to prepare the speaker.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"Podium by karindalziel, on Flickr\" href=\"http://www.flickr.com/photos/nirak/6071515104/\"><img title=\"Empty Podium\" alt=\"Podium\" src=\"http://farm7.staticflickr.com/6195/6071515104_eca4654a63.jpg\" width=\"400\" height=\"300\" /></a> Empty Podium by Karin Dalziel on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nIf you (or your organization) is hosting an event featuring speakers, here are a few things to do:\r\n\r\n1. <span style=\"text-decoration: underline;\">Determine exactly what your topic</span> is and whether you have a theme  you want to highlight.\r\n\r\n2. Make sure you <span style=\"text-decoration: underline;\">understand your audience</span>. Who will be coming to your event and why? If it is a professional development event, for example, what level of understanding does the audience have about the subject?\r\n\r\n3. When choosing your speakers, m<span style=\"text-decoration: underline;\">ake sure their experience matches your topic <em>and</em> audience</span>.  Recently, a friend attended a talk where the speaker\'s understanding of the topic was BELOW the audience\'s. Generally, the audience wants to learn something.\r\n\r\n4.<span style=\"text-decoration: underline;\"> Prepare your speakers</span>. Give them all the information they will need for the event, including date, time and location. I know several speakers who have been late to an event (causing them to get frazzled) because they were confused about how to get there or the exact start time.  Tell your speakers how many people are expected, who they are and what you told the audience to expect.\r\n\r\n5. <span style=\"text-decoration: underline;\">Talk to the speaker a couple of days before the event</span>. What will he or she be talking about exactly? Does he or she need any special equipment?\r\n\r\n6. Have a <span style=\"text-decoration: underline;\">plan B</span> (or be prepared for things to go off track: missing presentations, faulty AV equipment, missing speakers, etc.)\r\n\r\n7. Prepare you audience by <span style=\"text-decoration: underline;\">giving an introduction of both the speaker and the topic.</span> Make sure the program handout includes the speaker\'s bio and contact information. When introducing the speaker, stay topline. Nothing is more boring (and more time-wasting) than having the host read the entire biography to the audience.\r\n\r\nThe bottom line is that most speaking events don\'t go well because the host has not done a good job of choosing or preparing the speakers. This is particularly common in volunteer-run organizations. However, if you are charging for your event, and you are associating your organization\'s name to it, it is imperative that you take the time to make sure the speaker is given the best shot at success.\r\n\r\nWhat would you add to the list above? Does your organization have a list of speaker guidelines? If so, what does it include?','Hosting a speaker or a panel? Read this first.','','publish','open','open','','hosting-a-speaker-or-a-panel-read-this-first','','','2013-07-30 13:46:24','2013-07-30 13:46:24','',0,'http://deborahbrody.com/?p=2294',0,'post','',1),
(2295,4,'2013-07-30 13:46:15','2013-07-30 13:46:15','Have you been to an event where the speaker did not meet your expectations? It may not have been the speaker\'s fault. He or she may have not been well prepared or well chosen for that particular event. Having been asked to speak at a few different events, I can tell you it is up to the host to prepare the speaker.\n\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"Podium by karindalziel, on Flickr\" href=\"http://www.flickr.com/photos/nirak/6071515104/\"><img title=\"Empty Podium\" alt=\"Podium\" src=\"http://farm7.staticflickr.com/6195/6071515104_eca4654a63.jpg\" width=\"400\" height=\"300\" /></a> Empty Podium by Karin Dalziel on Flickr[/caption]\n<p style=\"text-align: center;\"></p>\nIf you (or your organization) is hosting an event featuring speakers, here are a few things to do:\n\n1. <span style=\"text-decoration: underline;\">Determine exactly what your topic</span> is and whether you have a theme  you want to highlight.\n\n2. Make sure you <span style=\"text-decoration: underline;\">understand your audience</span>. Who will be coming to your event and why? If it is a professional development event, for example, what level of understanding does the audience have about the subject?\n\n3. When choosing your speakers, m<span style=\"text-decoration: underline;\">ake sure their experience matches your topic <em>and</em> audience</span>.  Recently, a friend attended a talk where the speaker\'s understanding of the topic was BELOW the audience\'s. Generally, the audience wants to learn something.\n\n4.<span style=\"text-decoration: underline;\"> Prepare your speakers</span>. Give them all the information they will need for the event, including date, time and location. I know several speakers who have been late to an event (causing them to get frazzled) because they were confused about how to get there or the exact start time.  Tell your speakers how many people are expected, who they are and what you told the audience to expect.\n\n5. <span style=\"text-decoration: underline;\">Talk to the speaker a couple of days before the event</span>. What will he or she be talking about exactly? Does he or she need any special equipment?\n\n6. Have a <span style=\"text-decoration: underline;\">plan B</span> (or be prepared for things to go off track: missing presentations, faulty AV equipment, missing speakers, etc.)\n\n7. Prepare you audience by <span style=\"text-decoration: underline;\">giving an introduction of both the speaker and the topic.</span> Make sure the program handout includes the speaker\'s bio and contact information. When introducing the speaker, stay topline. Nothing is more boring (and more time-wasting) than having the host read the entire biography to the audience.\n\nThe bottom line is that most speaking events don\'t go well because the host has not done a good job of choosing or preparing the speakers. This is particularly common in volunteer-run organizations. However, if you are charging for your event, and you are associating your organization\'s name to it, it is imperative that you take the time to make sure the speaker is given the best shot at success.\n\nWhat would you add to the list above? Does your organization have a list of speaker guidelines? If so, what does it include?','Hosting a speaker or a panel? Read this first.','','inherit','open','open','','2294-revision','','','2013-07-30 13:46:15','2013-07-30 13:46:15','',2294,'http://deborahbrody.com/2013/07/2294-revision/',0,'revision','',0),
(2298,4,'2013-08-06 12:44:20','2013-08-06 12:44:20','Yesterday, I took advantage of a  gorgeous low-humidity, warm (not hot) day and went for a run along the C&amp;O Canal in Potomac. There were several people along the trail, some walking, some biking and some running like me.  Some people smiled, nodded or said hi as I passed. Some people ignored me completely (like the bikers who passed me without a warning or even a look back or the runner who pointedly looked straight ahead when passing in the other direction).\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"448\"]<a title=\"Smile! by rkleine, on Flickr\" href=\"http://www.flickr.com/photos/rkleine/5370378373/\"><img alt=\"Smile!\" src=\"http://farm6.staticflickr.com/5001/5370378373_695f70b0de.jpg\" width=\"448\" height=\"450\" /></a> Smile! by Rob Kleine on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong>Some people are social, and some are not.</strong>\r\n\r\nIt\'s not just when you are out running on a gorgeous day. It\'s when you get in an elevator, walk along the street, go in a store, and so forth. Some people will always greet others, and some will pretend they are in their own little fiefdom. Some people are naturally social and some are not. Some people feel connection to those around them, and some do not.\r\n\r\nSome of this has to do with factors other than sociability. Perhaps someone has just received bad news or is lost in thought about a pressing problem. Perhaps there is a language or culture barrier.\r\n\r\nThe same is true on social media. Some people are naturally good at social media and some are not. You can see it by how often they post, how often they like posts, how often they re-tweet, <strong>how often they interact.</strong> Of course, some people will defend their lack of engagement on social media by saying they are \"too busy\" and they \"don\'t have time.\"\r\n\r\nThen there are those like someone I know named Jon, who blocked off his Facebook wall to avoid unwanted communication and has even asked me to \"untag\" him from a conversation because he did not care to hear what other people had to say about something he had been involved in. Or the people like Jon, who avoid commenting on posts because they don\'t want to be dragged into a conversation. My question to Jon and others like him is: why are you on Facebook? Why are you on social media at all?\r\n\r\n<strong>Here\'s the thing: If you don\'t want two-way communication (or even multi-lateral communication), DO NOT get on social media.</strong> It is not all about you. It is about the other people too.\r\n\r\nPeople who like to control what others say or with whom they connect, are not naturally good at social media. We see the corporate CEOs who have been forced to open Twitter accounts by their communications advisers and who then do not tweet or respond to tweets.\r\n\r\nGetting on social media is about being social. It is about being responsive. It is about interacting. It\'s about (the hated, overused term) engagement. You can\'t automate your social media interactions. You need to be present, social and say hi.\r\n\r\nSmile! You are on social media.\r\n\r\n&nbsp;','Does going for a run make you want to smile? ','','publish','open','open','','does-going-for-a-run-make-you-want-to-smile','','','2013-08-06 12:44:20','2013-08-06 12:44:20','',0,'http://deborahbrody.com/?p=2298',0,'post','',0),
(2299,4,'2013-08-06 12:44:02','2013-08-06 12:44:02','Yesterday, I took advantage of a  gorgeous low-humidity, warm (not hot) day and went for a run along the C&amp;O Canal in Potomac. There were several people along the trail, some walking, some biking and some running like me.  Some people smiled, nodded or said hi as I passed. Some people ignored me completely (like the bikers who passed me without a warning or even a look back or the runner who pointedly looked straight ahead when passing in the other direction).\n\n[caption id=\"\" align=\"aligncenter\" width=\"448\"]<a title=\"Smile! by rkleine, on Flickr\" href=\"http://www.flickr.com/photos/rkleine/5370378373/\"><img alt=\"Smile!\" src=\"http://farm6.staticflickr.com/5001/5370378373_695f70b0de.jpg\" width=\"448\" height=\"450\" /></a> Smile! by Rob Kleine on Flickr[/caption]\n<p style=\"text-align: center;\"></p>\n<strong>Some people are social, and some are not.</strong>\n\nIt\'s not just when you are out running on a gorgeous day. It\'s when you get in an elevator, walk along the street, go in a store, and so forth. Some people will always greet others, and some will pretend they are in their own little fiefdom. Some people are naturally social and some are not. Some people feel connection to those around them, and some do not.\n\nSome of this has to do with factors other than sociability. Perhaps someone has just received bad news or is lost in thought about a pressing problem. Perhaps there is a language or culture barrier.\n\nThe same is true on social media. Some people are naturally good at social media and some are not. You can see it by how often they post, how often they like posts, how often they re-tweet, <strong>how often they interact.</strong> Of course, some people will defend their lack of engagement on social media by saying they are \"too busy\" and they \"don\'t have time.\"\n\nThen there are those like someone I know named Jon, who blocked off his Facebook wall to avoid unwanted communication and has even asked me to \"untag\" him from a conversation because he did not care to hear what other people had to say about something he had been involved in. Or the people like Jon, who avoid commenting on posts because they don\'t want to be dragged into a conversation. My question to Jon and others like him is: why are you on Facebook? Why are you on social media at all?\n\n<strong>Here\'s the thing: If you don\'t want two-way communication (or even multi-lateral communication), DO NOT get on social media.</strong> It is not all about you. It is about the other people too.\n\nPeople who like to control what others say or with whom they connect, are not naturally good at social media. We see the corporate CEOs who have been forced to open Twitter accounts by their communications advisers and who then do not tweet or respond to tweets.\n\nGetting on social media is about being social. It is about being responsive. It is about interacting. It\'s about (the hated, overused term) engagement. You can\'t automate your social media interactions. You need to be present, social and say hi.\n\nSmile! You are on social media.\n\n&nbsp;','Does going for a run make you want to smile? ','','inherit','open','open','','2298-revision','','','2013-08-06 12:44:02','2013-08-06 12:44:02','',2298,'http://deborahbrody.com/2013/08/2298-revision/',0,'revision','',0),
(2300,4,'2013-08-09 14:29:33','2013-08-09 14:29:33','I think having themes like <strong>5 tips for Friday</strong> is a great way to keep you blogging, and I suggest that in my blogging workshops. I saw somebody\'s 5 tips today, and I thought I would try my hand at it.\r\n\r\nAs a writer, I have to edit my own work. Truth is,  it is far easier to edit other people\'s work. You very rarely see your own mistakes right away--be it typos or more serious errors.\r\n\r\nHere are five tips to make sure you present the best piece of writing you can:\r\n\r\n1. Take a break between writing and editing. A few hours will do, but a whole day, if possible, is better.\r\n\r\n2. Read it out loud. Your ears may \"see\" mistakes that your eyes don\'t.\r\n\r\n3. Pay attention to homonyms (words that sound the same like than and then and their and there). Are you using the right word?\r\n\r\n4. Go back and cut out ten words per page. Excess words often clutter your meaning.\r\n\r\n5. Make sure most (if not all) sentences are in active voice. If they aren\'t, change them.\r\n\r\nWhat is your best tip for editing your own writing? Please share in the comments.','5 tips for Friday on editing your own writing','','publish','open','open','','5-tips-for-friday-on-editing-your-own-writing','','','2013-08-09 14:29:33','2013-08-09 14:29:33','',0,'http://deborahbrody.com/?p=2300',0,'post','',6),
(2301,4,'2013-08-09 14:28:43','2013-08-09 14:28:43','I think having themes like <strong>5 tips for Friday</strong> is a great way to keep you blogging, and I suggest that in my blogging workshops. I saw somebody\'s 5 tips today, and I thought I would try my hand at it.\n\nAs a writer, I have to edit my own work. Truth is,  it is far easier to edit other people\'s work. You very rarely see your own mistakes right away--be it typos or more serious errors.\n\nHere are five tips to make sure you present the best piece of writing you can.\n\n1. Take a break between writing and editing. A few hours will do, but a whole day, if possible, is better.\n\n2. Read it out loud. Your ears may \"see\" mistakes that your eyes don\'t.\n\n3. Pay attention to homonyms (words that sound the same like than and then and their and there). Are you using the right word?\n\n4. Go back and cut out ten words per page. Excess words often clutter your meaning.\n\n5. Make sure most (if not all) sentences are in active voice. If they aren\'t, change them.\n\nWhat is your best tip for editing your own work? Please share in the comments.','5 tips for Friday on editing your own writing','','inherit','open','open','','2300-revision','','','2013-08-09 14:28:43','2013-08-09 14:28:43','',2300,'http://deborahbrody.com/2013/08/2300-revision/',0,'revision','',0),
(2302,4,'2013-08-13 12:25:41','2013-08-13 12:25:41','Email addresses have become so valuable to marketers that they are now offering discounts and other incentives to get them. Case in point: Ann Taylor is offering <span style=\"text-decoration: underline;\">a 40% discount off</span> your entire purchase simply for furnishing them with (any) email address. Another retailer, White House/Black Market makes it practically impossible to buy anything without getting an email address (which, the salesperson says, will be used to send you special offers only available via email).\r\n\r\nWhy are email addresses so important? Simple. It\'s because there are so many channels out there that it has become increasingly harder (and thus, more valuable) to target people. For retailers, fewer people are reading printed anything, a traditional place for special offers and sale notices. In general, media has become increasingly segmented. With DVRs, most people are fast-forwarding the commercials.\r\n\r\nEmail reaches people somewhere where they are likely to be--on their computer or other Internet-connected device. And because people can easily opt-out of receiving emails, marketers have to work harder to make it worth their while. And then there is the added benefit of not having to pay postage or printing costs, making email marketing a lot cheaper to produce.\r\n\r\n<strong>What does this mean for marketing communications? It means that messaging has to be more targeted, more concise and centered around providing a very tangible benefit to the consumer. </strong> Email marketing maybe cheaper to  snail mail marketing, but it also easier to stop.\r\n\r\nThe bottom line is that marketers want email addresses and consumers want real value for the intrusion.\r\n\r\nHave you noticed more retailers asking for email addresses? What incentives have you seen?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Email addresses have become more valuable','','publish','open','open','','email-addresses-have-become-more-valuable','','','2013-08-13 12:25:41','2013-08-13 12:25:41','',0,'http://deborahbrody.com/?p=2302',0,'post','',1),
(2303,4,'2013-08-13 12:25:13','2013-08-13 12:25:13','Email addresses have become so valuable to marketers that they are now offering discounts and other incentives to get them. Case in point: Ann Taylor is offering <span style=\"text-decoration: underline;\">a 40% discount off</span> your entire purchase simply for furnishing them with (any) email address. Another retailer, White House/Black Market makes it practically impossible to buy anything without getting an email address (which, the salesperson says, will be used to send you special offers only available via email).\n\nWhy are email addresses so important? Simple. It\'s because there are so many channels out there that it has become increasingly harder (and thus, more valuable) to target people. For retailers, fewer people are reading printed anything, a traditional place for special offers and sale notices. In general, media has become increasingly segmented. With DVRs, most people are fast-forwarding the commercials.\n\nEmail reaches people somewhere where they are likely to be--on their computer or other Internet-connected device. And because people can easily opt-out of receiving emails, marketers have to work harder to make it worth their while. And then there is the added benefit of not having to pay postage or printing costs, making email marketing a lot cheaper to produce.\n\n<strong>What does this mean for marketing communications? It means that messaging has to be more targeted, more concise and centered around providing a very tangible benefit to the consumer. </strong> Email marketing maybe cheaper to  snail mail marketing, but it also easier to stop.\n\nThe bottom line is that marketers want email addresses and consumers want real value for the intrusion.\n\nHave you noticed more retailers asking for email addresses? What incentives have you seen?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Email addresses have become more valuable','','inherit','open','open','','2302-revision','','','2013-08-13 12:25:13','2013-08-13 12:25:13','',2302,'http://deborahbrody.com/2013/08/2302-revision/',0,'revision','',0),
(2304,4,'2013-08-13 12:26:45','2013-08-13 12:26:45','Email addresses have become so valuable to marketers that they are now offering discounts and other incentives to get them. Case in point: Ann Taylor is offering <span style=\"text-decoration: underline;\">a 40% discount off</span> your entire purchase simply for furnishing them with (any) email address. Another retailer, White House/Black Market makes it practically impossible to buy anything without getting an email address (which, the salesperson says, will be used to send you special offers only available via email).\n\nWhy are email addresses so important? Simple. It\'s because there are so many channels out there that it has become increasingly harder (and thus, more valuable) to target people. For retailers, fewer people are reading printed anything, a traditional place for special offers and sale notices. In general, media has become increasingly segmented. With DVRs, most people are fast-forwarding the commercials.\n\nEmail reaches people somewhere where they are likely to be--on their computer or other Internet-connected device. And because people can easily opt-out of receiving emails, marketers have to work harder to make it worth their while. And then there is the added benefit of not having to pay postage or printing costs, making email marketing a lot cheaper to produce.\n\n<strong>What does this mean for marketing communications? It means that messaging has to be more targeted, more concise and centered around providing a very tangible benefit to the consumer. </strong> Email marketing maybe cheaper to  snail mail marketing, but it also easier to stop.\n\nThe bottom line is that marketers want email addresses and consumers want real value for the intrusion.\n\nHave you noticed more retailers asking for email addresses? What incentives have you seen?\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Email addresses have become more valuable','','inherit','open','open','','2302-autosave','','','2013-08-13 12:26:45','2013-08-13 12:26:45','',2302,'http://deborahbrody.com/2013/08/2302-autosave/',0,'revision','',0),
(2306,4,'2013-08-14 13:28:29','2013-08-14 13:28:29','Yesterday, I wrote about h<a title=\"Email addresses have become more valuable\" href=\"http://deborahbrody.com/2013/08/email-addresses-have-become-more-valuable/\">ow important email marketing has become to retailers</a>. Yesterday afternoon, I found out first-hand that email marketing has become far more important to retailers than customer service, and that is a problem.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"silos by dsearls, on Flickr\" href=\"http://www.flickr.com/photos/docsearls/5500714140/\"><img alt=\"silos\" src=\"http://farm6.staticflickr.com/5096/5500714140_5ff438aa98.jpg\" width=\"400\" height=\"202\" /></a> Silos by Doc Searls on Flickr[/caption]\r\n\r\nMany large organizations have no bridge among their many departments. I remember when I was working with a large financial company back in the 1990s, and the public relations department (where I was) and the sponsorship department didn\'t really connect, even though both were ostensibly working on promoting the brand. It  seems this way with customer service and marketing.\r\n\r\nMy experience was this: Yesterday, I went to White House Black Market to return a couple of items I had bought last week. I had the receipt, and the items were unused and had their tags on (nothing wrong with them, just didn\'t like them once I got home).  At first, this clerk was friendly, but pretty soon she was having issues. It turns out that because I did not provide my email address to the clerk who had originally sold me the items, the clerk had put in a made up email, which apparently was connected with another customer\'s account.\r\n\r\nThe clerk called over another associate (let\'s call her Ms. Crotchety since she was a very unfriendly woman),  who asked me my name, and of course, this did not match up with the customer name in the system. I explained that since I had no desire to be in their system, the original associate had put in that email address because she feared that she would be \"dinged\" by the company for not providing an email address with purchase. Ms. Crotchety proceeded to tell me that I needed to provide my address, and that if I were in the system, the system would just populate the fields with the right information (read: I am at at fault for not being in their system and making Ms. Crotchety\'s life so hard).\r\n\r\nIn the end, I was forced to give them my address  in order to get credited (in spite of having a receipt and the original credit card).  To make matters worse, at no point were these associates helpful, apologetic or accommodating.  I had originally thought I would browse the sales racks, instead, I walked out angry and with no desire to shop at this store.\r\n\r\nAs many people do when they have a grievance, I took to Twitter to air my dissatisfaction with the store. Let\'s just say that @WHBM were far more apologetic and understanding than the clerks at the store.  I bet that the folks behind @WHBM are customer service folks and not marketing folks. The marketing folks probably have nothing to do with customer service.  And there, in a nutshell, lies the problem. <strong>Marketing is operating independently of customer service, with goals that do not take customer service needs into account.</strong>\r\n\r\nThis is an example of a marketing imperative trumping good customer service. The imperative at White House Black Market seems to be that clerks must obtain email addresses no matter what.  This means that the email address itself is more valuable than the customer. That\'s a flawed concept.  Although email can be a very powerful marketing tool, it only is effective if the customer wants to receive those emails.  There is a difference between asking for an email address and making it impossible to buy something unless you provide an email address.\r\n\r\nWhat do you think? Should marketing goals (grow email list in this case) be more important than customer service goals? Can the two co-exist?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','When customer service and marketing conflict','','publish','open','open','','when-customer-service-and-marketing-conflict','','','2013-08-14 13:28:29','2013-08-14 13:28:29','',0,'http://deborahbrody.com/?p=2306',0,'post','',2),
(2307,4,'2013-08-14 13:27:05','2013-08-14 13:27:05','Yesterday, I wrote about h<a title=\"Email addresses have become more valuable\" href=\"http://deborahbrody.com/2013/08/email-addresses-have-become-more-valuable/\">ow important email marketing has become to retailers</a>. Yesterday afternoon, I found out first-hand that email marketing has become far more important to retailers than customer service, and that is a problem.\n\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"silos by dsearls, on Flickr\" href=\"http://www.flickr.com/photos/docsearls/5500714140/\"><img alt=\"silos\" src=\"http://farm6.staticflickr.com/5096/5500714140_5ff438aa98.jpg\" width=\"400\" height=\"202\" /></a> Silos by Doc Searls on Flickr[/caption]\n\nMany large organizations have no bridge among their many departments. I remember when I was working with a large financial company back in the 1990s, and the public relations department (where I was) and the sponsorship department didn\'t really connect, even though both were ostensibly working on promoting the brand. It  seems this way with customer service and marketing.\n\nMy experience was this: Yesterday, I went to White House Black Market to return a couple of items I had bought last week. I had the receipt, and the items were unused and had their tags on (nothing wrong with them, just didn\'t like them once I got home).  At first, this clerk was friendly, but pretty soon she was having issues. It turns out that because I did not provide my email address to the clerk who had originally sold me the items, the clerk had put in a made up email, which apparently was connected with another customer\'s account.\n\nThe clerk called over another associate (let\'s call her Ms. Crotchety since she was a very unfriendly woman),  who asked me my name, and of course, this did not match up with the customer name in the system. I explained that since I had no desire to be in their system, the original associate had put in that email address because she feared that she would be \"dinged\" by the company for not providing an email address with purchase. Ms. Crotchety proceeded to tell me that I needed to provide my address, and that if I were in the system, the system would just populate the fields with the right information (read: I am at at fault for not being in their system and making Ms. Crotchety\'s life so hard).\n\nIn the end, I was forced to give them my address  in order to get credited (in spite of having a receipt and the original credit card).  To make matters worse, at no point were these associates helpful, apologetic or accommodating.  I had originally thought I would browse the sales racks, instead, I walked out angry and with no desire to shop at this store.\n\nAs many people do when they have a grievance, I took to Twitter to air my dissatisfaction with the store. Let\'s just say that @WHBM were far more apologetic and understanding than the clerks at the store.  I bet that the folks behind @WHBM are customer service folks and not marketing folks. The marketing folks probably have nothing to do with customer service.  And there, in a nutshell, lies the problem. <strong>Marketing is operating independently of customer service, with goals that do not take customer service needs into account.</strong>\n\nThis is an example of a marketing imperative trumping good customer service. The imperative at White House Black Market seems to be that clerks must obtain email addresses no matter what.  This means that the email address itself is more valuable than the customer. That\'s a flawed concept.  Although email can be a very powerful marketing tool, it only is effective if the customer wants to receive those emails.  There is a difference between asking for an email address and making it impossible to buy something unless you provide an email address.\n\nWhat do you think? Should marketing goals (grow email list in this case) be more important than customer service goals? Can the two co-exist?\n\n&nbsp;\n\n&nbsp;','When customer service and marketing conflict','','inherit','open','open','','2306-revision','','','2013-08-14 13:27:05','2013-08-14 13:27:05','',2306,'http://deborahbrody.com/2013/08/2306-revision/',0,'revision','',0),
(2308,4,'2013-08-14 13:27:39','2013-08-14 13:27:39','Yesterday, I wrote about h<a title=\"Email addresses have become more valuable\" href=\"http://deborahbrody.com/2013/08/email-addresses-have-become-more-valuable/\">ow important email marketing has become to retailers</a>. Yesterday afternoon, I found out first-hand that email marketing has become far more important to retailers than customer service, and that is a problem.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<a title=\"silos by dsearls, on Flickr\" href=\"http://www.flickr.com/photos/docsearls/5500714140/\"><img alt=\"silos\" src=\"http://farm6.staticflickr.com/5096/5500714140_5ff438aa98.jpg\" width=\"400\" height=\"202\" /></a> Silos by Doc Searls on Flickr[/caption]\r\n\r\nMany large organizations have no bridge among their many departments. I remember when I was working with a large financial company back in the 1990s, and the public relations department (where I was) and the sponsorship department didn\'t really connect, even though both were ostensibly working on promoting the brand. It  seems this way with customer service and marketing.\r\n\r\nMy experience was this: Yesterday, I went to White House Black Market to return a couple of items I had bought last week. I had the receipt, and the items were unused and had their tags on (nothing wrong with them, just didn\'t like them once I got home).  At first, this clerk was friendly, but pretty soon she was having issues. It turns out that because I did not provide my email address to the clerk who had originally sold me the items, the clerk had put in a made up email, which apparently was connected with another customer\'s account.\r\n\r\nThe clerk called over another associate (let\'s call her Ms. Crotchety since she was a very unfriendly woman),  who asked me my name, and of course, this did not match up with the customer name in the system. I explained that since I had no desire to be in their system, the original associate had put in that email address because she feared that she would be \"dinged\" by the company for not providing an email address with purchase. Ms. Crotchety proceeded to tell me that I needed to provide my address, and that if I were in the system, the system would just populate the fields with the right information (read: I am at at fault for not being in their system and making Ms. Crotchety\'s life so hard).\r\n\r\nIn the end, I was forced to give them my address  in order to get credited (in spite of having a receipt and the original credit card).  To make matters worse, at no point were these associates helpful, apologetic or accommodating.  I had originally thought I would browse the sales racks, instead, I walked out angry and with no desire to shop at this store.\r\n\r\nAs many people do when they have a grievance, I took to Twitter to air my dissatisfaction with the store. Let\'s just say that @WHBM were far more apologetic and understanding than the clerks at the store.  I bet that the folks behind @WHBM are customer service folks and not marketing folks. The marketing folks probably have nothing to do with customer service.  And there, in a nutshell, lies the problem. <strong>Marketing is operating independently of customer service, with goals that do not take customer service needs into account.</strong>\r\n\r\nThis is an example of a marketing imperative trumping good customer service. The imperative at White House Black Market seems to be that clerks must obtain email addresses no matter what.  This means that the email address itself is more valuable than the customer. That\'s a flawed concept.  Although email can be a very powerful marketing tool, it only is effective if the customer wants to receive those emails.  There is a difference between asking for an email address and making it impossible to buy something unless you provide an email address.\r\n\r\nWhat do you think? Should marketing goals (grow email list in this case) be more important than customer service goals? Can the two co-exist?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','When customer service and marketing conflict','','inherit','open','open','','2306-revision-2','','','2013-08-14 13:27:39','2013-08-14 13:27:39','',2306,'http://deborahbrody.com/2013/08/2306-revision-2/',0,'revision','',0),
(2362,4,'2013-10-08 17:31:47','2013-10-08 17:31:47','Last night, I met a friend for dinner. He chose a Thai place that was half-way between his place and mine. Upon reading some reviews online, I found out that this is the only Thai place  in the area that\'s Halal, that is, observes Muslim dietary rules.\r\n\r\nWhen I got there last night, it was empty save for a couple of people. Few people came in until a outwardly observant Muslim family came in. When they were done eating and had left, the owner pretty much closed up shop and kicked my friend and me out. From the time we had arrived at 6:30 p.m. until we left, no more than ten other customers had been in the restaurant.\r\n\r\nThe food at this Thai place was not very good. In fact, it was mediocre. It wasn\'t spicy enough, or attractively presented enough or even interesting enough. They did not have Thai standards like green papaya salad or red curry. Based on the food alone, I would not go back.\r\n\r\nThe only relevant differentiator this Thai restaurant offers is that it\'s Halal. Is that enough? <strong>Can you have one strong point of differentiation and have that keep your business alive? Well, the answer is yes, but there is an \"if\" attached.</strong> In this case, you could have Halal as your point of differentiation ONLY IF your food is on par with other similar restaurants.\r\n\r\nIn a world where there are multiple offerings for everything (many organic grocery stores, tons of sushi restaurants, hundreds of nail salons),<strong> you have to meet the standard or exceed it AND then find your point of differentiation.</strong> For example, if you have a nail salon, not only do have to comply with sanitary guidelines required by law, but you should find something that your competition does not have (the most colors, the most comfortable chairs, etc.).\r\n\r\nWhat do you think? Is having a point of differentiation enough?','Is having a point of differentiation enough?','','publish','open','open','','is-having-a-point-of-differentiation-enough','','','2013-10-14 18:02:26','2013-10-14 18:02:26','',0,'http://deborahbrody.com/?p=2362',0,'post','',2),
(2311,4,'2013-08-26 12:29:50','2013-08-26 12:29:50','I had a conversation with a potential client the other day, and she was saying she wasn\'t sure she needed to continue advertising as most of her customers came from word of mouth/referral.\r\n\r\nWord-of-mouth and referrals are very powerful marketing forces, but they do not operate in a vacuum. Most people take their time making a decision, even when they have a referral (or referrals) in hand.  People often like to do some research themselves, even when they have glowing recommendations (just because a hair salon did wonders for straight-haired Jane does not mean they can do wonders for curly-haired Joan). This is why you need to reinforce your message.\r\n\r\n<strong>Often, you need to remind your potential clients/customers of why they should consider working for you.</strong> You also need to let them know the basics: how to contact you, where you are located, who you work with, how much you charge, what your services/products are.\r\n\r\nHow do you reinforce your message? You can do it several ways:\r\n\r\n1. Have an updated, attractive, easy-to-navigate website.\r\n\r\n2. Have marketing materials such as ads, brochures, etc. as necessary for your target. For example, if your target audience reads specialized journals, it makes sense to advertise there. If your target walks past your store, it may make sense to have brochures or information cards available.\r\n\r\n3. Have an updated, complete LinkedIn profile and on other social media channels as appropriate.\r\n\r\n&nbsp;\r\n\r\nRelying on word of mouth without reinforcing the positive referral will not always result in business for you and could actually work against you.\r\n\r\nWhat are you doing to reinforce your message?','Are you reinforcing your message?','','publish','open','open','','are-you-reinforcing-your-message','','','2013-08-26 12:29:50','2013-08-26 12:29:50','',0,'http://deborahbrody.com/?p=2311',0,'post','',0),
(2312,4,'2013-08-23 14:48:26','2013-08-23 14:48:26','I had a conversation with a potential client the other day, and she was saying she wasn\'t sure she needed to continue advertising as most of her customers came from word of mouth/referral.\n\nWord-of-mouth and referrals are very powerful marketing forces, but they do not operate in a vacuum. The thing is that most people take their time making a decision, even when they have a referral (or referrals) in hand.  People often like to do some research themselves, even when they have glowing recommendations (just because a hair salon did wonders for straight-haired Jane does not mean they can do wonders for curly-hair Joan). This is why you need to reinforce your message.\n\nHow do you reinforce your message? You can do it several ways:\n\n1. Have an updated, attractive, easy-to-navigate website.\n\n2. Have marketing materials such as ads, brochures, etc. as necessary for your target. For example, if your target audience reads specialized journals, it makes sense to advertise there. If your target walks past your store, it may make sense to have brochures or information cards available.\n\n3. Have an updated, complete LinkedIn profile and on other social media channels as appropriate.\n\nOften, you need to remind your potential clients/customers of why they should consider working for you. You also need to let them know the basics: how to contact you, where you are located, who you work with, how much you charge, what your services/products are.\n\nRelying on word of mouth without reinforcing the positive','Are you reinforcing your message?','','inherit','open','open','','2311-revision','','','2013-08-23 14:48:26','2013-08-23 14:48:26','',2311,'http://deborahbrody.com/2013/08/2311-revision/',0,'revision','',0),
(2313,4,'2013-08-23 14:51:10','2013-08-23 14:51:10','I had a conversation with a potential client the other day, and she was saying she wasn\'t sure she needed to continue advertising as most of her customers came from word of mouth/referral.\n\nWord-of-mouth and referrals are very powerful marketing forces, but they do not operate in a vacuum. Tmost people take their time making a decision, even when they have a referral (or referrals) in hand.  People often like to do some research themselves, even when they have glowing recommendations (just because a hair salon did wonders for straight-haired Jane does not mean they can do wonders for curly-hair Joan). This is why you need to reinforce your message.\n\nHow do you reinforce your message? You can do it several ways:\n\n1. Have an updated, attractive, easy-to-navigate website.\n\n2. Have marketing materials such as ads, brochures, etc. as necessary for your target. For example, if your target audience reads specialized journals, it makes sense to advertise there. If your target walks past your store, it may make sense to have brochures or information cards available.\n\n3. Have an updated, complete LinkedIn profile and on other social media channels as appropriate.\n\nOften, you need to remind your potential clients/customers of why they should consider working for you. You also need to let them know the basics: how to contact you, where you are located, who you work with, how much you charge, what your services/products are.\n\nRelying on word of mouth without reinforcing the positive referral will not always result in business for you and could actually work against you.','Are you reinforcing your message?','','inherit','open','open','','2311-revision-2','','','2013-08-23 14:51:10','2013-08-23 14:51:10','',2311,'http://deborahbrody.com/2013/08/2311-revision-2/',0,'revision','',0),
(2314,4,'2013-08-26 12:29:44','2013-08-26 12:29:44','I had a conversation with a potential client the other day, and she was saying she wasn\'t sure she needed to continue advertising as most of her customers came from word of mouth/referral.\n\nWord-of-mouth and referrals are very powerful marketing forces, but they do not operate in a vacuum. Most people take their time making a decision, even when they have a referral (or referrals) in hand.  People often like to do some research themselves, even when they have glowing recommendations (just because a hair salon did wonders for straight-haired Jane does not mean they can do wonders for curly-haired Joan). This is why you need to reinforce your message.\n\n<strong>Often, you need to remind your potential clients/customers of why they should consider working for you.</strong> You also need to let them know the basics: how to contact you, where you are located, who you work with, how much you charge, what your services/products are.\n\nHow do you reinforce your message? You can do it several ways:\n\n1. Have an updated, attractive, easy-to-navigate website.\n\n2. Have marketing materials such as ads, brochures, etc. as necessary for your target. For example, if your target audience reads specialized journals, it makes sense to advertise there. If your target walks past your store, it may make sense to have brochures or information cards available.\n\n3. Have an updated, complete LinkedIn profile and on other social media channels as appropriate.\n\n&nbsp;\n\nRelying on word of mouth without reinforcing the positive referral will not always result in business for you and could actually work against you.\n\nWhat are you doing to reinforce your message? D','Are you reinforcing your message?','','inherit','open','open','','2311-revision-3','','','2013-08-26 12:29:44','2013-08-26 12:29:44','',2311,'http://deborahbrody.com/2013/08/2311-revision-3/',0,'revision','',0),
(2315,4,'2013-08-26 12:30:56','2013-08-26 12:30:56','I had a conversation with a potential client the other day, and she was saying she wasn\'t sure she needed to continue advertising as most of her customers came from word of mouth/referral.\n\nWord-of-mouth and referrals are very powerful marketing forces, but they do not operate in a vacuum. Most people take their time making a decision, even when they have a referral (or referrals) in hand.  People often like to do some research themselves, even when they have glowing recommendations (just because a hair salon did wonders for straight-haired Jane does not mean they can do wonders for curly-haired Joan). This is why you need to reinforce your message.\n\n<strong>Often, you need to remind your potential clients/customers of why they should consider working for you.</strong> You also need to let them know the basics: how to contact you, where you are located, who you work with, how much you charge, what your services/products are.\n\nHow do you reinforce your message? You can do it several ways:\n\n1. Have an updated, attractive, easy-to-navigate website.\n\n2. Have marketing materials such as ads, brochures, etc. as necessary for your target. For example, if your target audience reads specialized journals, it makes sense to advertise there. If your target walks past your store, it may make sense to have brochures or information cards available.\n\n3. Have an updated, complete LinkedIn profile and on other social media channels as appropriate.\n\n&nbsp;\n\nRelying on word of mouth without reinforcing the positive referral will not always result in business for you and could actually work against you.\n\nWhat are you doing to reinforce your message?','Are you reinforcing your message?','','inherit','open','open','','2311-autosave','','','2013-08-26 12:30:56','2013-08-26 12:30:56','',2311,'http://deborahbrody.com/2013/08/2311-autosave/',0,'revision','',0),
(2316,4,'2013-08-27 13:51:23','2013-08-27 13:51:23','Several weeks ago, I told you all about<a title=\"Do you know what your customer’s experience is really like?\" href=\"http://deborahbrody.com/2013/07/do-you-know-what-your-customers-experience-is-really-like/\"> the awful experience</a> that passes itself of as the Holiday Inn Express. One of the smaller, yet super annoying, things wrong there was the fact that in the (cramped) bathroom, there was no soap dish.  A stand holding the usual hotel toiletries, including soap bars, was cluttering the minimal counter space, but there was no place to put the soap once you opened the plastic wrapping.  The soap kept sliding  to the floor after I washed my hands.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"Soap by Radio.Guy, on Flickr\" href=\"http://www.flickr.com/photos/radioguy/1554875771/\"><img alt=\"Soap\" src=\"http://farm3.staticflickr.com/2035/1554875771_327f03c278.jpg\" width=\"450\" height=\"310\" /></a> Soap by Radio.Guy on Flickr[/caption]\r\n\r\nJust a few weeks before my stay at the HIE, I stayed at a boutique inn in the same city. Among the many amenities was a soap dish in the bathroom. It was a nice touch. It showed the inn had considered the guest\'s needs (and that someone somewhere had actually used soap to wash their hands at some point, which apparently the managers at the HIE never had done).\r\n\r\nIt\'s really very simple: You have to consider people\'s needs and how they do things. Providing a great hotel experience OR an effective website DEPENDS on whether you are considering your end user (your guest, your audience). How does a person use your product? What does a person need to navigate your site?\r\n\r\nHave you ever been to a website where you can\'t find what you are looking for? I bet you have! Those websites are generally cluttered with tons of information that is not organized for the user but rather for the idiosyncrasies of the various organizational departments (Sales &amp; Promotion says we need to include this, Legal says we have to include that).\r\n\r\nThe other day I was looking for a blog on an organizational website and I didn\'t see it where you would normally. I figured it did not exist. I was wrong. It was under \"publications.\" Why? Because the Publications Department is in charge of the blog. Publications clearly doesn\'t understand website visitors. Those visitors aren\'t familiar with (nor do they care about) your organizational hierarchy!\r\n\r\nThis is where user experience or UX comes in. UX specialists are there to make your website friendly to visitors. If a visitor wants to find your calendar of events, he or she will find it easily instead of clicking through various places. There are ways to make website navigation easy and sensible.\r\n\r\nPerhaps you are a small organization that can\'t afford to hire a usability expert to assess and fix your website. Just think about the soap dish. Do you have what your visitors need? Where would they easily find it?\r\n\r\n<strong>If you fail to think about how people actually use your product or service, then you will fail to serve their needs.</strong>\r\n\r\n&nbsp;','Where is the soap dish? (Or why UX is important.)','','publish','open','open','','where-is-the-soap-dish-or-why-ux-is-important','','\nhttp://deborahbrody.com/2013/07/do-you-know-what-your-customers-experience-is-really-like/','2013-08-27 13:53:54','2013-08-27 13:53:54','',0,'http://deborahbrody.com/?p=2316',0,'post','',0),
(2317,4,'2013-08-27 13:49:22','2013-08-27 13:49:22','Several weeks ago, I told you all about<a title=\"What your latest hotel stay can teach you about marketing\" href=\"http://deborahbrody.com/2013/06/what-your-latest-hotel-stay-can-teach-you-about-marketing/\"> the awful experience</a> that passes itself of as the Holiday Inn Express. One of the smaller, yet super annoying, things wrong there was the fact that in the (cramped) bathroom, there was no soap dish.  A stand holding the usual hotel toiletries, including soap bars, was cluttering the minimal counter space, but there was no place to put the soap once you opened the plastic wrapping.  The soap kept sliding  to the floor after I washed my hands.\n\n<a title=\"Soap by Radio.Guy, on Flickr\" href=\"http://www.flickr.com/photos/radioguy/1554875771/\"><img alt=\"Soap\" src=\"http://farm3.staticflickr.com/2035/1554875771_327f03c278.jpg\" width=\"500\" height=\"344\" /></a>\n\nJust a few weeks before my stay at the HIE, I stayed at a boutique inn in the same city. Among the many amenities was a soap dish in the bathroom. It was a nice touch. It showed the inn had considered the guest\'s needs (and that someone somewhere had actually used soap to wash their hands at some point, which apparently the managers at the HIE never had done).\n\nIt\'s really very simple: You have to consider people\'s needs and how they do things. Providing a great hotel experience OR an effective website DEPENDS on whether you are considering your end user (your guest, your audience). How does a person use your product? What does a person need to navigate your site?\n\nHave you ever been to a website where you can\'t find what you are looking for? I bet you have! Those websites are generally cluttered with tons of information that is not organized for the user but rather for the idiosyncrasies of the various organizational departments (Sales &amp; Promotion says we need to include this, Legal says we have to include that).\n\nThe other day I was looking for a blog on an organizational website and I didn\'t see it where you would normally. I figured it did not exist. I was wrong. It was under \"publications.\" Why? Because the Publications Department is in charge of the blog. Publications clearly doesn\'t understand website visitors. Those visitors aren\'t familiar with (nor do they care about) your organizational hierarchy!\n\nThis is where user experience or UX comes in. UX specialists are there to make your website friendly to visitors. If a visitor wants to find your calendar of events, he or she will find it easily instead of clicking through various places. There are ways to make website navigation easy and sensible.\n\nPerhaps you are a small organization that can\'t afford to hire a usability expert to assess and fix your website. Just think about the soap dish. Do you have what your visitors need? Where would they easily find it?\n\n<strong>If you fail to think about how people actually use your product or service, then you will fail to serve their needs.</strong>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Where is the soap dish? (Or why UX is important.)','','inherit','open','open','','2316-revision','','','2013-08-27 13:49:22','2013-08-27 13:49:22','',2316,'http://deborahbrody.com/2013/08/2316-revision/',0,'revision','',0),
(2318,4,'2013-08-27 13:50:22','2013-08-27 13:50:22','Several weeks ago, I told you all about<a title=\"What your latest hotel stay can teach you about marketing\" href=\"http://deborahbrody.com/2013/06/what-your-latest-hotel-stay-can-teach-you-about-marketing/\"> the awful experience</a> that passes itself of as the Holiday Inn Express. One of the smaller, yet super annoying, things wrong there was the fact that in the (cramped) bathroom, there was no soap dish.  A stand holding the usual hotel toiletries, including soap bars, was cluttering the minimal counter space, but there was no place to put the soap once you opened the plastic wrapping.  The soap kept sliding  to the floor after I washed my hands.\n\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"Soap by Radio.Guy, on Flickr\" href=\"http://www.flickr.com/photos/radioguy/1554875771/\"><img alt=\"Soap\" src=\"http://farm3.staticflickr.com/2035/1554875771_327f03c278.jpg\" width=\"450\" height=\"310\" /></a> Soap by Radio.Guy on Flickr[/caption]\n<p style=\"text-align: center;\"></p>\nJust a few weeks before my stay at the HIE, I stayed at a boutique inn in the same city. Among the many amenities was a soap dish in the bathroom. It was a nice touch. It showed the inn had considered the guest\'s needs (and that someone somewhere had actually used soap to wash their hands at some point, which apparently the managers at the HIE never had done).\n\nIt\'s really very simple: You have to consider people\'s needs and how they do things. Providing a great hotel experience OR an effective website DEPENDS on whether you are considering your end user (your guest, your audience). How does a person use your product? What does a person need to navigate your site?\n\nHave you ever been to a website where you can\'t find what you are looking for? I bet you have! Those websites are generally cluttered with tons of information that is not organized for the user but rather for the idiosyncrasies of the various organizational departments (Sales &amp; Promotion says we need to include this, Legal says we have to include that).\n\nThe other day I was looking for a blog on an organizational website and I didn\'t see it where you would normally. I figured it did not exist. I was wrong. It was under \"publications.\" Why? Because the Publications Department is in charge of the blog. Publications clearly doesn\'t understand website visitors. Those visitors aren\'t familiar with (nor do they care about) your organizational hierarchy!\n\nThis is where user experience or UX comes in. UX specialists are there to make your website friendly to visitors. If a visitor wants to find your calendar of events, he or she will find it easily instead of clicking through various places. There are ways to make website navigation easy and sensible.\n\nPerhaps you are a small organization that can\'t afford to hire a usability expert to assess and fix your website. Just think about the soap dish. Do you have what your visitors need? Where would they easily find it?\n\n<strong>If you fail to think about how people actually use your product or service, then you will fail to serve their needs.</strong>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Where is the soap dish? (Or why UX is important.)','','inherit','open','open','','2316-revision-2','','','2013-08-27 13:50:22','2013-08-27 13:50:22','',2316,'http://deborahbrody.com/2013/08/2316-revision-2/',0,'revision','',0),
(2319,4,'2013-08-27 13:51:03','2013-08-27 13:51:03','Several weeks ago, I told you all about<a title=\"Do you know what your customer’s experience is really like?\" href=\"http://deborahbrody.com/2013/07/do-you-know-what-your-customers-experience-is-really-like/\"> the awful experience</a> that passes itself of as the Holiday Inn Express. One of the smaller, yet super annoying, things wrong there was the fact that in the (cramped) bathroom, there was no soap dish.  A stand holding the usual hotel toiletries, including soap bars, was cluttering the minimal counter space, but there was no place to put the soap once you opened the plastic wrapping.  The soap kept sliding  to the floor after I washed my hands.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"Soap by Radio.Guy, on Flickr\" href=\"http://www.flickr.com/photos/radioguy/1554875771/\"><img alt=\"Soap\" src=\"http://farm3.staticflickr.com/2035/1554875771_327f03c278.jpg\" width=\"450\" height=\"310\" /></a> Soap by Radio.Guy on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nJust a few weeks before my stay at the HIE, I stayed at a boutique inn in the same city. Among the many amenities was a soap dish in the bathroom. It was a nice touch. It showed the inn had considered the guest\'s needs (and that someone somewhere had actually used soap to wash their hands at some point, which apparently the managers at the HIE never had done).\r\n\r\nIt\'s really very simple: You have to consider people\'s needs and how they do things. Providing a great hotel experience OR an effective website DEPENDS on whether you are considering your end user (your guest, your audience). How does a person use your product? What does a person need to navigate your site?\r\n\r\nHave you ever been to a website where you can\'t find what you are looking for? I bet you have! Those websites are generally cluttered with tons of information that is not organized for the user but rather for the idiosyncrasies of the various organizational departments (Sales &amp; Promotion says we need to include this, Legal says we have to include that).\r\n\r\nThe other day I was looking for a blog on an organizational website and I didn\'t see it where you would normally. I figured it did not exist. I was wrong. It was under \"publications.\" Why? Because the Publications Department is in charge of the blog. Publications clearly doesn\'t understand website visitors. Those visitors aren\'t familiar with (nor do they care about) your organizational hierarchy!\r\n\r\nThis is where user experience or UX comes in. UX specialists are there to make your website friendly to visitors. If a visitor wants to find your calendar of events, he or she will find it easily instead of clicking through various places. There are ways to make website navigation easy and sensible.\r\n\r\nPerhaps you are a small organization that can\'t afford to hire a usability expert to assess and fix your website. Just think about the soap dish. Do you have what your visitors need? Where would they easily find it?\r\n\r\n<strong>If you fail to think about how people actually use your product or service, then you will fail to serve their needs.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Where is the soap dish? (Or why UX is important.)','','inherit','open','open','','2316-revision-3','','','2013-08-27 13:51:03','2013-08-27 13:51:03','',2316,'http://deborahbrody.com/2013/08/2316-revision-3/',0,'revision','',0),
(2321,4,'2013-08-29 14:40:30','2013-08-29 14:40:30','If you doubt the power of advertising, then do yourself a favor and watch <a href=\"http://sonyclassics.com/no/\" target=\"_blank\">No,</a> the movie by Pablo Larrain, featuring Mexican actor Gael Garcia Bernal. The movie (now available in DVD), in Spanish, is set in 1988 Chile, where the government of Augusto Pinochet has been forced by international pressure to call a referendum to see whether the public will support eight more years. Voters who support Pinochet will vote yes, and those who oppose him will vote no.\r\n\r\nThe No campaign hires Rene Saavedra (played by Garcia Bernal) to come up with a concept. Saavedra, who works for the ad agency hired by the government\'s Si campaign, has a track record of edgy, successful campaigns. Saavedra thinks the No campaign needs to feature happiness, thus equating a negative concept (no) with being happy. He commissions a song about happiness and develops a \"happy\" logo.\r\n\r\nAs a marketing communications writer and consultant, I was very interested in seeing how Saavedra\'s concepts were received by the No campaign. Since they were fighting an ideological campaign, they believed you had to make a case to the people (Pinochet has killed, tortured and disappeared thousands of people). Saavedra\'s reaction is that that would not be a pleasant, nice message. The campaign recoils, saying that of course it isn\'t a nice message. But Saavedra prevails, getting them to see that people don\'t want to scared and oppressed by negativity.\r\n\r\nYou will need to watch the movie to see how the opposing sides deal with each other, but suffice it to say that Saavedra was right. People respond better to a positive message, or at least pay more attention. He succeeded in putting the Si campaign on the defensive.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Selling \"no\"','','publish','open','open','','selling-no','','','2013-08-29 14:40:30','2013-08-29 14:40:30','',0,'http://deborahbrody.com/?p=2321',0,'post','',0),
(2320,4,'2013-08-27 13:51:23','2013-08-27 13:51:23','Several weeks ago, I told you all about<a title=\"Do you know what your customer’s experience is really like?\" href=\"http://deborahbrody.com/2013/07/do-you-know-what-your-customers-experience-is-really-like/\"> the awful experience</a> that passes itself of as the Holiday Inn Express. One of the smaller, yet super annoying, things wrong there was the fact that in the (cramped) bathroom, there was no soap dish.  A stand holding the usual hotel toiletries, including soap bars, was cluttering the minimal counter space, but there was no place to put the soap once you opened the plastic wrapping.  The soap kept sliding  to the floor after I washed my hands.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"450\"]<a title=\"Soap by Radio.Guy, on Flickr\" href=\"http://www.flickr.com/photos/radioguy/1554875771/\"><img alt=\"Soap\" src=\"http://farm3.staticflickr.com/2035/1554875771_327f03c278.jpg\" width=\"450\" height=\"310\" /></a> Soap by Radio.Guy on Flickr[/caption]\r\n\r\nJust a few weeks before my stay at the HIE, I stayed at a boutique inn in the same city. Among the many amenities was a soap dish in the bathroom. It was a nice touch. It showed the inn had considered the guest\'s needs (and that someone somewhere had actually used soap to wash their hands at some point, which apparently the managers at the HIE never had done).\r\n\r\nIt\'s really very simple: You have to consider people\'s needs and how they do things. Providing a great hotel experience OR an effective website DEPENDS on whether you are considering your end user (your guest, your audience). How does a person use your product? What does a person need to navigate your site?\r\n\r\nHave you ever been to a website where you can\'t find what you are looking for? I bet you have! Those websites are generally cluttered with tons of information that is not organized for the user but rather for the idiosyncrasies of the various organizational departments (Sales &amp; Promotion says we need to include this, Legal says we have to include that).\r\n\r\nThe other day I was looking for a blog on an organizational website and I didn\'t see it where you would normally. I figured it did not exist. I was wrong. It was under \"publications.\" Why? Because the Publications Department is in charge of the blog. Publications clearly doesn\'t understand website visitors. Those visitors aren\'t familiar with (nor do they care about) your organizational hierarchy!\r\n\r\nThis is where user experience or UX comes in. UX specialists are there to make your website friendly to visitors. If a visitor wants to find your calendar of events, he or she will find it easily instead of clicking through various places. There are ways to make website navigation easy and sensible.\r\n\r\nPerhaps you are a small organization that can\'t afford to hire a usability expert to assess and fix your website. Just think about the soap dish. Do you have what your visitors need? Where would they easily find it?\r\n\r\n<strong>If you fail to think about how people actually use your product or service, then you will fail to serve their needs.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Where is the soap dish? (Or why UX is important.)','','inherit','open','open','','2316-revision-4','','','2013-08-27 13:51:23','2013-08-27 13:51:23','',2316,'http://deborahbrody.com/2013/08/2316-revision-4/',0,'revision','',0),
(2322,4,'2013-08-29 14:39:37','2013-08-29 14:39:37','If you doubt the power of advertising, then do yourself a favor and watch <a href=\"http://sonyclassics.com/no/\" target=\"_blank\">No,</a> the movie by Pablo Larrain, featuring Gael Garcia Bernal. The movie (now available in DVD), in Spanish, is set in 1988 Chile, where the government of Augusto Pinochet has been forced by international pressure to call a referendum to see whether the public will support eight more years. Voters who support Pinochet will vote yes, and those who oppose him will vote no.\n\nThe No campaign hires Rene Saavedra (played by Garcia Bernal) to come up with a concept. Saavedra, who works for the ad agency hired by the government\'s Si campaign, has a track record of edgy, successful campaigns. Saavedra thinks the No campaign needs to feature happiness, thus equating a negative concept (no) with being happy. He commissions a song about happiness and develops a \"happy\" logo.\n\nAs a marketing communications writer and consultant, I was very interested in seeing how Saavedra\'s concepts were received by the No campaign. Since they were fighting an ideological campaign, they believed you had to make a case to the people (Pinochet has killed, tortured and disappeared thousands of people). Saavedra\'s reaction is that that would not be a pleasant, nice message. The campaign recoils, saying that of course it isn\'t a nice message. But Saavedra prevails, getting them to see that people don\'t want to scared and oppressed by negativity.\n\nYou will need to watch the movie to see how the opposing sides deal with each other, but suffice it to say that Saavedra was right. People respond better to a positive message, or at least pay more attention. He succeeded in putting the Si campaign on the defensive.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Selling \"no\"','','inherit','open','open','','2321-revision','','','2013-08-29 14:39:37','2013-08-29 14:39:37','',2321,'http://deborahbrody.com/2013/08/2321-revision/',0,'revision','',0),
(2323,4,'2013-08-29 21:09:09','2013-08-29 21:09:09','This is a test post. I apologize for any inconvenience.','Test post','','publish','open','open','','test-post','','','2013-08-29 21:09:09','2013-08-29 21:09:09','',0,'http://deborahbrody.com/?p=2323',0,'post','',0),
(2324,4,'2013-08-29 21:08:39','2013-08-29 21:08:39','','Testing','','inherit','open','open','','2323-revision','','','2013-08-29 21:08:39','2013-08-29 21:08:39','',2323,'http://deborahbrody.com/2013/08/2323-revision/',0,'revision','',0),
(2325,4,'2013-08-29 21:10:14','2013-08-29 21:10:14','This is a test post. I apologize for any inconvenience.','Test post','','inherit','open','open','','2323-autosave','','','2013-08-29 21:10:14','2013-08-29 21:10:14','',2323,'http://deborahbrody.com/2013/08/2323-autosave/',0,'revision','',0),
(2328,4,'2013-09-10 14:27:55','2013-09-10 14:27:55','Google\'s decision to kill Google Reader has impacted more than our ability to have all our blog feeds in one easy-to-access place, it has impacted many blogs and their ability to be read at all. You see, Google did not give anybody a real alternative to Reader. Some jumped in, like Feedly, making it easy to transfer your feeds to their readers. For some users of Google Reader, it was hard to decide which of the many alternatives out there to use, so they didn\'t transfer their feeds, and now, that ability is lost.\r\n\r\nIn the past few weeks, I started to notice that this blog\'s feed was taking several days to update on Feedly (which is the alternative I chose). Then, the last two or three posts NEVER updated at all. I wrote to Feedly this morning, and their customer service rep told me that it is a capacity issue on which they are working. In the meantime, people who are looking for this blog on Feedly think I haven\'t written anything in two weeks. And you may not even see this post.\r\n\r\nThe demise of Google Reader may turn out to be a disaster for many smaller blogs like this. Unless Feedly steps up, and all readers out there have the capacity that Google offered, blogs will be affected. Once you aren\'t present, you disappear from people\'s minds. With the plethora of blogs and other content available, the competition is intense. To have cut through the clutter and made it on to people\'s Google Reader only to be demolished by an nonexistent \"transition\" is not only a real shame but could be a destroyer of business.\r\n\r\nI am not sure what to do. I will continue posting my content to Twitter, LinkedIn and Facebook as appropriate, and people are free to subscribe via email (and that updates instantly as the post is published).\r\n\r\nIf you are reading this post, what do you suggest?','You may not see this post','','inherit','open','open','','2327-revision-v1','','','2013-09-10 14:27:55','2013-09-10 14:27:55','',2327,'http://deborahbrody.com/2013/09/2327-revision-v1/',0,'revision','',0),
(2330,4,'2013-09-11 14:57:46','2013-09-11 14:57:46','In the past day alone, I have received four marketing/communications emails that are indicative of a huge amount of carelessness or ignorance or both. In each case, spending a bit more time checking the following would result in a more effective email.\r\n\r\n<strong>Check you spelling without depending on spell check</strong>\r\n\r\n\"Your invited to join us\" was in the subject line of one email and in the the body of another.  Depending on spell check without actually reading your email will let this type of ignorant email go through.  In case you\'re wondering what is wrong with that line, please read this sentence.\r\n\r\n<strong>Check dates carefully</strong>\r\n\r\nI got an invitation for an event taking place on Monday, September 20th. Except that September 20th is a Friday. And it turns out the event is actually on Monday, September 16th.\r\n\r\n<strong>Be careful with automated replies</strong>\r\n\r\nAs you<a title=\"You may not see this post\" href=\"http://deborahbrody.com/2013/09/you-may-not-see-this-post/\"> read yesterday</a>, this blog\'s feed was not appearing in Feedly. I wrote Feedly and I got an automated response (I didn\'t realize it was automated at the time) telling me that it was due to a capacity issue. Feedly\'s Twitter person told me this:\r\n<blockquote>it is not a capacity issue. That is an old automated email. I have asked our dev lead to look into this. Expect and answer today. -Ed</blockquote>\r\nI realize that sometimes it\'s necessary for customer service to send an automated response due to volume or because of the need to acknowledge communication. But, email communications should not be misleading or just plain wrong.\r\n\r\n<strong>The bottom line is check and then check again!</strong>\r\n\r\nEmail marketing may be very effective, but if you send out the wrong information, with incorrect spelling or grammar, you will not only not achieve your communications goals, you will appear ignorant and/or careless.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Before you send that email...','','publish','open','open','','before-you-send-that-email','','\nhttp://deborahbrody.com/2013/09/you-may-not-see-this-post/','2013-09-11 14:57:46','2013-09-11 14:57:46','',0,'http://deborahbrody.com/?p=2330',0,'post','',2),
(2331,4,'2013-09-11 14:57:46','2013-09-11 14:57:46','In the past day alone, I have received four marketing/communications emails that are indicative of a huge amount of carelessness or ignorance or both. In each case, spending a bit more time checking the following would result in a more effective email.\r\n\r\n<strong>Check you spelling without depending on spell check</strong>\r\n\r\n\"Your invited to join us\" was in the subject line of one email and in the the body of another.  Depending on spell check without actually reading your email will let this type of ignorant email go through.  In case you\'re wondering what is wrong with that line, please read this sentence.\r\n\r\n<strong>Check dates carefully</strong>\r\n\r\nI got an invitation for an event taking place on Monday, September 20th. Except that September 20th is a Friday. And it turns out the event is actually on Monday, September 16th.\r\n\r\n<strong>Be careful with automated replies</strong>\r\n\r\nAs you<a title=\"You may not see this post\" href=\"http://deborahbrody.com/2013/09/you-may-not-see-this-post/\"> read yesterday</a>, this blog\'s feed was not appearing in Feedly. I wrote Feedly and I got an automated response (I didn\'t realize it was automated at the time) telling me that it was due to a capacity issue. Feedly\'s Twitter person told me this:\r\n<blockquote>it is not a capacity issue. That is an old automated email. I have asked our dev lead to look into this. Expect and answer today. -Ed</blockquote>\r\nI realize that sometimes it\'s necessary for customer service to send an automated response due to volume or because of the need to acknowledge communication. But, email communications should not be misleading or just plain wrong.\r\n\r\n<strong>The bottom line is check and then check again!</strong>\r\n\r\nEmail marketing may be very effective, but if you send out the wrong information, with incorrect spelling or grammar, you will not only not achieve your communications goals, you will appear ignorant and/or careless.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Before you send that email...','','inherit','open','open','','2330-revision-v1','','','2013-09-11 14:57:46','2013-09-11 14:57:46','',2330,'http://deborahbrody.com/2013/09/2330-revision-v1/',0,'revision','',0),
(2332,4,'2013-09-12 14:52:49','2013-09-12 14:52:49','Do you follow yourself? It\'s not easy to do, but it\'s essential. You should be monitoring your external communications efforts or else, you just won\'t know what is going on.\r\n\r\nI have followed my own blog (first on Google Reader, and now on Feedly, though that may change) for years. Why? Because I want to see how other people see my blog. I want to make sure it is showing up and how it appears when it does. This is how I knew there was a problem with Feedly and my blog feed (detailed in<a title=\"You may not see this post\" href=\"http://deborahbrody.com/2013/09/you-may-not-see-this-post/\"> this post--read the comments please</a>). I subscribe to my blog via email too, to make sure Feedburner is operating as it should.\r\n\r\nWhen I send out email campaigns, I send it to two different emails of mine (one is Gmail and the other I monitor via Outlook). Again, I want to make sure everything looks OK. I try to check them on my smartphone too.\r\n\r\nAlthough you can\'t monitor for every iteration (for example, I don\'t own an iPad or Apple anything), you need to know how your communications are showing up in different environments, as best as possible. Perhaps you can recruit some volunteers to check for you (trusted friends or colleagues who don\'t mind giving you a had). Imagine that you are not optimizing your email for smartphones, and most of your audience reads it on that platform. If you don\'t know you aren\'t optimized,  you can\'t address it.\r\n\r\nToo many marketers (agencies included) don\'t bother to monitor their own communications. There\'s a rather prominent PR agency whose blog is a disaster, but apparently, no one has thought to check it as an outside reader, or follow it or even try to share it on social media. Then there are the countless email marketing messages that are not only not optimized for mobile or for social sharing, but that are RIFE with mistakes (grammar, spelling, content).\r\n\r\nYou must monitor yourself or direct others to monitor on your behalf. If not, you risk not knowing how people actually see you.\r\n\r\nAre you monitoring your communications? If so, how do you do it? If not, what are you waiting for?\r\n\r\n&nbsp;','Self-monitor or ....','','publish','open','open','','self-monitor-or','','\nhttp://deborahbrody.com/2013/09/you-may-not-see-this-post/','2013-09-12 14:52:49','2013-09-12 14:52:49','',0,'http://deborahbrody.com/?p=2332',0,'post','',0),
(2333,4,'2013-09-12 14:52:49','2013-09-12 14:52:49','Do you follow yourself? It\'s not easy to do, but it\'s essential. You should be monitoring your external communications efforts or else, you just won\'t know what is going on.\r\n\r\nI have followed my own blog (first on Google Reader, and now on Feedly, though that may change) for years. Why? Because I want to see how other people see my blog. I want to make sure it is showing up and how it appears when it does. This is how I knew there was a problem with Feedly and my blog feed (detailed in<a title=\"You may not see this post\" href=\"http://deborahbrody.com/2013/09/you-may-not-see-this-post/\"> this post--read the comments please</a>). I subscribe to my blog via email too, to make sure Feedburner is operating as it should.\r\n\r\nWhen I send out email campaigns, I send it to two different emails of mine (one is Gmail and the other I monitor via Outlook). Again, I want to make sure everything looks OK. I try to check them on my smartphone too.\r\n\r\nAlthough you can\'t monitor for every iteration (for example, I don\'t own an iPad or Apple anything), you need to know how your communications are showing up in different environments, as best as possible. Perhaps you can recruit some volunteers to check for you (trusted friends or colleagues who don\'t mind giving you a had). Imagine that you are not optimizing your email for smartphones, and most of your audience reads it on that platform. If you don\'t know you aren\'t optimized,  you can\'t address it.\r\n\r\nToo many marketers (agencies included) don\'t bother to monitor their own communications. There\'s a rather prominent PR agency whose blog is a disaster, but apparently, no one has thought to check it as an outside reader, or follow it or even try to share it on social media. Then there are the countless email marketing messages that are not only not optimized for mobile or for social sharing, but that are RIFE with mistakes (grammar, spelling, content).\r\n\r\nYou must monitor yourself or direct others to monitor on your behalf. If not, you risk not knowing how people actually see you.\r\n\r\nAre you monitoring your communications? If so, how do you do it? If not, what are you waiting for?\r\n\r\n&nbsp;','Self-monitor or ....','','inherit','open','open','','2332-revision-v1','','','2013-09-12 14:52:49','2013-09-12 14:52:49','',2332,'http://deborahbrody.com/2013/09/2332-revision-v1/',0,'revision','',0),
(2335,4,'2013-09-19 14:11:31','0000-00-00 00:00:00','\"I saw it on Facebook\" must be one of the most frequently said lines today. We use Facebook (and other social networks) as a shorthand way to check in with our \"friends.\" You can easily find out that Jane if off on a Caribbean vacation and that Harry is traveling for business (yet again) to China. You can see that Mary has changed her status to single and that John has invited everyone to a barbecue at his place.\r\n\r\nBut here\'s the thing: Facebook is not real life. Exchanging likes or comments on Facebook does not substitute for personal connection. If you truly want to know what is going on with someone, you will need to talk to him or her directly.\r\n\r\nFirst of all, people post selected items on Facebook. Only extremely bored people with lots of time on their hands post minute-by-minute accounts of what they are doing (went to breakfast, went to the gym, went to work, had a burger for lunch, and on and on).  People also tend to post only  positive stuff (\"my daughter is on the honor roll\" and \"I just came back from my second climb of Mount Kilimanjaro\").\r\n\r\n&nbsp;','If I saw it on Facebook, it must be true','','draft','open','open','','','','','2013-09-19 14:11:31','2013-09-19 14:11:31','',0,'http://deborahbrody.com/?p=2335',0,'post','',0),
(2336,4,'2013-09-19 14:11:31','2013-09-19 14:11:31','\"I saw it on Facebook\" must be one of the most frequently said lines today. We use Facebook (and other social networks) as a shorthand way to check in with our \"friends.\" You can easily find out that Jane if off on a Caribbean vacation and that Harry is traveling for business (yet again) to China. You can see that Mary has changed her status to single and that John has invited everyone to a barbecue at his place.\r\n\r\nBut here\'s the thing: Facebook is not real life. Exchanging likes or comments on Facebook does not substitute for personal connection. If you truly want to know what is going on with someone, you will need to talk to him or her directly.\r\n\r\nFirst of all, people post selected items on Facebook. Only extremely bored people with lots of time on their hands post minute-by-minute accounts of what they are doing (went to breakfast, went to the gym, went to work, had a burger for lunch, and on and on).  People also tend to post only  positive stuff (\"my daughter is on the honor roll\" and \"I just came back from my second climb of Mount Kilimanjaro\").\r\n\r\n&nbsp;','If I saw it on Facebook, it must be true','','inherit','open','open','','2335-revision-v1','','','2013-09-19 14:11:31','2013-09-19 14:11:31','',2335,'http://deborahbrody.com/2013/09/2335-revision-v1/',0,'revision','',0),
(2338,4,'2013-09-23 15:08:03','2013-09-23 15:08:03','What did I do this past Saturday? I attended <a href=\"http://2013.baltimore.wordcamp.org/\" target=\"_blank\">Wordpress Camp Baltimore</a> for the second time.  I think that if you blog regularly and/or help people set up blogs, you should most definitely attend  this volunteer-run event, available worldwide probably at a city near you. It is well worth the low cost of admission. If you want to find one near you, check out the <a href=\"http://central.wordcamp.org/\" target=\"_blank\">Wordpress camp site.</a>\r\n\r\n[caption id=\"attachment_2342\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2013/09/wordpress-lanyard.jpg\"><img class=\"size-medium wp-image-2342\" alt=\"Wordpress Camp Baltimore 2013\" src=\"http://deborahbrody.com/wp-content/uploads/2013/09/wordpress-lanyard-225x300.jpg\" width=\"225\" height=\"300\" /></a> Wordpress Camp Baltimore 2013[/caption]\r\n\r\nI attended five sessions out of the total of 15. There were two tracks: one directed to the developers and one to users.  Obviously, what I learned would be more useful to a user than a developer.\r\n<h4>Social media must be integrated into both your actual blog and your blog\'s strategy</h4>\r\n<ul>\r\n	<li>Google + indexes faster, so consider setting up your Google + authorship description</li>\r\n	<li>You need both inbound and outbound social media plugins</li>\r\n	<li>Check out the Tweet Old Post plugin to be able to use your older blog posts</li>\r\n	<li>Be careful with sending people to social networks--the last thing you want to do is lead someone away from your site.</li>\r\n</ul>\r\n<h4> SEO keeps changing but there are several things you can do to keep your site visible</h4>\r\n<ul>\r\n	<li>Use the Wordpress SEO by Yoast plugin--highly recommended by tons of people</li>\r\n	<li>Name all your images</li>\r\n	<li>Do not ever write \"click here.\" Write a description.</li>\r\n	<li>Organize your content well--Google likes organized websites--using headings, etc.</li>\r\n	<li>Optimize your site so users like it</li>\r\n	<li>Include rich content--pics, graphs, videos</li>\r\n	<li>Watch your page speed (you may need to cache you website using plugins like WP Super Cache)</li>\r\n	<li>Install and submit a site map using the Google XML Sitemap plugin</li>\r\n</ul>\r\n<h4>Producing your own podcast is not that hard</h4>\r\n<ul>\r\n	<li>What you need to produce a podcast is: a blog, hosting that provides enough bandwidth, artwork/branding materials and a podcast feed. You will also need a microphone and a way to edit your audio.</li>\r\n	<li>Use editors like Audacity.</li>\r\n	<li>Look into podcasting plugins like PodPress and PowerPress</li>\r\n</ul>\r\n<h4>Blogs and Wordpress sites make content marketing easier</h4>\r\n<ul>\r\n	<li>Content marketing\'s purpose is to drive profitable (however you define it) customer action.</li>\r\n	<li>Content marketing is about providing relevant, valuable (educational) and enjoyable material for your audience/user</li>\r\n	<li>Remember that customers care about themselves not you</li>\r\n	<li>Keyword research is key (you must know what keywords your customers would use to find your service/product)</li>\r\n	<li>When you provide valuable content, the reader/user is bound by the need to reciprocate since humans have  a deep seated need to return favors.</li>\r\n	<li>Remember that information that is exclusive is more persuasive (this is only available for a limited time)</li>\r\n	<li>Humans are more receptive to requests from people who appear to be authorities or experts.</li>\r\n	<li>Read <span style=\"text-decoration: underline;\">Influence: The Psychology of Persuasion</span> by Robert Cialdini</li>\r\n</ul>\r\nThanks to the following presenters:\r\n<ul>\r\n	<li>AkilahThompkins-Robinson</li>\r\n	<li>Byron Warnken</li>\r\n	<li>Arsham and Josh from Webmechanix</li>\r\n	<li>Douglas Bell</li>\r\n	<li>Shane Powers</li>\r\n</ul>\r\n&nbsp;','Top blogging lessons from Wordpress Camp Baltimore 2013','','publish','open','open','','top-blogging-lessons-from-wordpress-camp-baltimore-2013','','','2013-09-23 15:08:03','2013-09-23 15:08:03','',0,'http://deborahbrody.com/?p=2338',0,'post','',2),
(2339,4,'2013-09-23 14:44:44','2013-09-23 14:44:44','What did I do this past Saturday? I attended <a href=\"http://2013.baltimore.wordcamp.org/\" target=\"_blank\">Wordpress Camp Baltimore</a> for the second time.  I think that if you blog regularly and/or help people set up blogs, you should most definitely attend  this volunteer-run event, available worldwide probably at a city near you. It is well worth the low cost of admission. If you want to find one near you, check out the <a href=\"http://central.wordcamp.org/\" target=\"_blank\">Wordpress camp site.</a>\r\n\r\nI attended five sessions out of the total of 15. There were two tracks: one directed to the developers and one to the users.  Obviously, what I learned would be more useful to a user than a developer.\r\n<h4>Social media must be integrated into both your blog and your blog\'s strategy</h4>\r\nGoogle + indexes faster, so consider setting up your Google + authorship description\r\n\r\nYou need both inbound and outbound social media plugins\r\n\r\nCheck out the Tweet Old Post plugin to be able to use your older blog posts\r\n\r\nBe careful with sending people to social networks--the last thing you want to do is lead someone away from your site.\r\n\r\n&nbsp;','Top lessons from Wordpress Camp Baltimore 2013','','inherit','open','open','','2338-revision-v1','','','2013-09-23 14:44:44','2013-09-23 14:44:44','',2338,'http://deborahbrody.com/2013/09/2338-revision-v1/',0,'revision','',0),
(2340,4,'2013-09-23 14:52:55','2013-09-23 14:52:55','What did I do this past Saturday? I attended <a href=\"http://2013.baltimore.wordcamp.org/\" target=\"_blank\">Wordpress Camp Baltimore</a> for the second time.  I think that if you blog regularly and/or help people set up blogs, you should most definitely attend  this volunteer-run event, available worldwide probably at a city near you. It is well worth the low cost of admission. If you want to find one near you, check out the <a href=\"http://central.wordcamp.org/\" target=\"_blank\">Wordpress camp site.</a>\r\n\r\nI attended five sessions out of the total of 15. There were two tracks: one directed to the developers and one to the users.  Obviously, what I learned would be more useful to a user than a developer.\r\n<h4>Social media must be integrated into both your blog and your blog\'s strategy</h4>\r\n<ul>\r\n	<li>Google + indexes faster, so consider setting up your Google + authorship description</li>\r\n	<li>You need both inbound and outbound social media plugins</li>\r\n	<li>Check out the Tweet Old Post plugin to be able to use your older blog posts</li>\r\n	<li>Be careful with sending people to social networks--the last thing you want to do is lead someone away from your site.</li>\r\n</ul>\r\n<h4> SEO keeps changing but there are several things you can do to keep your site visible</h4>\r\n<ul>\r\n	<li>Use the Wordpress SEO by Yoast plugin--highly recommended by tons of people</li>\r\n	<li>Name all your images</li>\r\n	<li>Do not ever write \"click here.\" Write a description.</li>\r\n	<li>Organize your content well--Google likes organized websites--using headings, etc.</li>\r\n	<li>Optimize your site so users like it</li>\r\n	<li>Include rich content--pics, graphs, videos</li>\r\n	<li>Watch your page speed (you may need to cache you website using plugins like WP Super Cache)</li>\r\n	<li>Install and submit a site map using the Google XML Sitemap plugin</li>\r\n</ul>\r\n<h4>Producing your own podcast is not that hard</h4>\r\n<ul>\r\n	<li>What you need to produce a podcast is: a blog, hosting that provides enough bandwidth, artwork/branding materials and a podcast feed. You will also need a microphone and a way to edit your audio.</li>\r\n	<li>Use editors like Audacity.</li>\r\n	<li>Look into podcasting plugins like PodPress and PowerPress</li>\r\n</ul>','Top lessons from Wordpress Camp Baltimore 2013','','inherit','open','open','','2338-revision-v1','','','2013-09-23 14:52:55','2013-09-23 14:52:55','',2338,'http://deborahbrody.com/2013/09/2338-revision-v1/',0,'revision','',0),
(2341,4,'2013-09-23 15:00:13','2013-09-23 15:00:13','What did I do this past Saturday? I attended <a href=\"http://2013.baltimore.wordcamp.org/\" target=\"_blank\">Wordpress Camp Baltimore</a> for the second time.  I think that if you blog regularly and/or help people set up blogs, you should most definitely attend  this volunteer-run event, available worldwide probably at a city near you. It is well worth the low cost of admission. If you want to find one near you, check out the <a href=\"http://central.wordcamp.org/\" target=\"_blank\">Wordpress camp site.</a>\r\n\r\nI attended five sessions out of the total of 15. There were two tracks: one directed to the developers and one to the users.  Obviously, what I learned would be more useful to a user than a developer.\r\n<h4>Social media must be integrated into both your actual blog and your blog\'s strategy</h4>\r\n<ul>\r\n	<li>Google + indexes faster, so consider setting up your Google + authorship description</li>\r\n	<li>You need both inbound and outbound social media plugins</li>\r\n	<li>Check out the Tweet Old Post plugin to be able to use your older blog posts</li>\r\n	<li>Be careful with sending people to social networks--the last thing you want to do is lead someone away from your site.</li>\r\n</ul>\r\n<h4> SEO keeps changing but there are several things you can do to keep your site visible</h4>\r\n<ul>\r\n	<li>Use the Wordpress SEO by Yoast plugin--highly recommended by tons of people</li>\r\n	<li>Name all your images</li>\r\n	<li>Do not ever write \"click here.\" Write a description.</li>\r\n	<li>Organize your content well--Google likes organized websites--using headings, etc.</li>\r\n	<li>Optimize your site so users like it</li>\r\n	<li>Include rich content--pics, graphs, videos</li>\r\n	<li>Watch your page speed (you may need to cache you website using plugins like WP Super Cache)</li>\r\n	<li>Install and submit a site map using the Google XML Sitemap plugin</li>\r\n</ul>\r\n<h4>Producing your own podcast is not that hard</h4>\r\n<ul>\r\n	<li>What you need to produce a podcast is: a blog, hosting that provides enough bandwidth, artwork/branding materials and a podcast feed. You will also need a microphone and a way to edit your audio.</li>\r\n	<li>Use editors like Audacity.</li>\r\n	<li>Look into podcasting plugins like PodPress and PowerPress</li>\r\n</ul>\r\n<h4>Blogs and Wordpress sites make content marketing easier</h4>\r\n<ul>\r\n	<li>Content marketing\'s purpose is to drive profitable (however you define it) customer action.</li>\r\n	<li>Content marketing is about providing relevant, valuable (educational) and enjoyable material for your audience/user</li>\r\n	<li>Remember that customers care about themselves not you</li>\r\n	<li>Keyword research is key (you must know what keywords your customers would use to find your service/product)</li>\r\n	<li>When you provide valuable content, the reader/user is bound by the need to reciprocate since humans have  a deep seated need to return favors.</li>\r\n	<li>Remember that information that is exclusive is more persuasive (this is only available for a limited time)</li>\r\n	<li>Humans are more receptive to requests from people who appear to be authorities or experts.</li>\r\n	<li>Read <span style=\"text-decoration: underline;\">Influence: The Psychology of Persuasion</span> by Robert Cialdini</li>\r\n</ul>\r\n&nbsp;','Top lessons from Wordpress Camp Baltimore 2013','','inherit','open','open','','2338-revision-v1','','','2013-09-23 15:00:13','2013-09-23 15:00:13','',2338,'http://deborahbrody.com/2013/09/2338-revision-v1/',0,'revision','',0),
(2342,4,'2013-09-23 15:04:52','2013-09-23 15:04:52','Deborah Brody lanyard from Wordpress Camp Baltimore 2013','wordpress lanyard','Wordpress Camp Baltimore 2013','inherit','open','open','','wordpress-lanyard','','','2013-09-23 15:04:52','2013-09-23 15:04:52','',2338,'http://deborahbrody.com/wp-content/uploads/2013/09/wordpress-lanyard.jpg',0,'attachment','image/jpeg',0),
(2343,4,'2013-09-23 15:05:56','2013-09-23 15:05:56','What did I do this past Saturday? I attended <a href=\"http://2013.baltimore.wordcamp.org/\" target=\"_blank\">Wordpress Camp Baltimore</a> for the second time.  I think that if you blog regularly and/or help people set up blogs, you should most definitely attend  this volunteer-run event, available worldwide probably at a city near you. It is well worth the low cost of admission. If you want to find one near you, check out the <a href=\"http://central.wordcamp.org/\" target=\"_blank\">Wordpress camp site.</a>\r\n\r\n[caption id=\"attachment_2342\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2013/09/wordpress-lanyard.jpg\"><img class=\"size-medium wp-image-2342\" alt=\"Wordpress Camp Baltimore 2013\" src=\"http://deborahbrody.com/wp-content/uploads/2013/09/wordpress-lanyard-225x300.jpg\" width=\"225\" height=\"300\" /></a> Wordpress Camp Baltimore 2013[/caption]\r\n\r\nI attended five sessions out of the total of 15. There were two tracks: one directed to the developers and one to the users.  Obviously, what I learned would be more useful to a user than a developer.\r\n<h4>Social media must be integrated into both your actual blog and your blog\'s strategy</h4>\r\n<ul>\r\n	<li>Google + indexes faster, so consider setting up your Google + authorship description</li>\r\n	<li>You need both inbound and outbound social media plugins</li>\r\n	<li>Check out the Tweet Old Post plugin to be able to use your older blog posts</li>\r\n	<li>Be careful with sending people to social networks--the last thing you want to do is lead someone away from your site.</li>\r\n</ul>\r\n<h4> SEO keeps changing but there are several things you can do to keep your site visible</h4>\r\n<ul>\r\n	<li>Use the Wordpress SEO by Yoast plugin--highly recommended by tons of people</li>\r\n	<li>Name all your images</li>\r\n	<li>Do not ever write \"click here.\" Write a description.</li>\r\n	<li>Organize your content well--Google likes organized websites--using headings, etc.</li>\r\n	<li>Optimize your site so users like it</li>\r\n	<li>Include rich content--pics, graphs, videos</li>\r\n	<li>Watch your page speed (you may need to cache you website using plugins like WP Super Cache)</li>\r\n	<li>Install and submit a site map using the Google XML Sitemap plugin</li>\r\n</ul>\r\n<h4>Producing your own podcast is not that hard</h4>\r\n<ul>\r\n	<li>What you need to produce a podcast is: a blog, hosting that provides enough bandwidth, artwork/branding materials and a podcast feed. You will also need a microphone and a way to edit your audio.</li>\r\n	<li>Use editors like Audacity.</li>\r\n	<li>Look into podcasting plugins like PodPress and PowerPress</li>\r\n</ul>\r\n<h4>Blogs and Wordpress sites make content marketing easier</h4>\r\n<ul>\r\n	<li>Content marketing\'s purpose is to drive profitable (however you define it) customer action.</li>\r\n	<li>Content marketing is about providing relevant, valuable (educational) and enjoyable material for your audience/user</li>\r\n	<li>Remember that customers care about themselves not you</li>\r\n	<li>Keyword research is key (you must know what keywords your customers would use to find your service/product)</li>\r\n	<li>When you provide valuable content, the reader/user is bound by the need to reciprocate since humans have  a deep seated need to return favors.</li>\r\n	<li>Remember that information that is exclusive is more persuasive (this is only available for a limited time)</li>\r\n	<li>Humans are more receptive to requests from people who appear to be authorities or experts.</li>\r\n	<li>Read <span style=\"text-decoration: underline;\">Influence: The Psychology of Persuasion</span> by Robert Cialdini</li>\r\n</ul>\r\nThanks to the following presenters:\r\n<ul>\r\n	<li>AkilahThompkins-Robinson</li>\r\n	<li>Byron Warnken</li>\r\n	<li>Arsham and Josh from Webmechanix</li>\r\n	<li>Douglas Bell</li>\r\n	<li>Shane Powers</li>\r\n</ul>\r\n&nbsp;','Top lessons from Wordpress Camp Baltimore 2013','','inherit','open','open','','2338-revision-v1','','','2013-09-23 15:05:56','2013-09-23 15:05:56','',2338,'http://deborahbrody.com/2013/09/2338-revision-v1/',0,'revision','',0),
(2344,4,'2013-09-23 15:08:03','2013-09-23 15:08:03','What did I do this past Saturday? I attended <a href=\"http://2013.baltimore.wordcamp.org/\" target=\"_blank\">Wordpress Camp Baltimore</a> for the second time.  I think that if you blog regularly and/or help people set up blogs, you should most definitely attend  this volunteer-run event, available worldwide probably at a city near you. It is well worth the low cost of admission. If you want to find one near you, check out the <a href=\"http://central.wordcamp.org/\" target=\"_blank\">Wordpress camp site.</a>\r\n\r\n[caption id=\"attachment_2342\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2013/09/wordpress-lanyard.jpg\"><img class=\"size-medium wp-image-2342\" alt=\"Wordpress Camp Baltimore 2013\" src=\"http://deborahbrody.com/wp-content/uploads/2013/09/wordpress-lanyard-225x300.jpg\" width=\"225\" height=\"300\" /></a> Wordpress Camp Baltimore 2013[/caption]\r\n\r\nI attended five sessions out of the total of 15. There were two tracks: one directed to the developers and one to users.  Obviously, what I learned would be more useful to a user than a developer.\r\n<h4>Social media must be integrated into both your actual blog and your blog\'s strategy</h4>\r\n<ul>\r\n	<li>Google + indexes faster, so consider setting up your Google + authorship description</li>\r\n	<li>You need both inbound and outbound social media plugins</li>\r\n	<li>Check out the Tweet Old Post plugin to be able to use your older blog posts</li>\r\n	<li>Be careful with sending people to social networks--the last thing you want to do is lead someone away from your site.</li>\r\n</ul>\r\n<h4> SEO keeps changing but there are several things you can do to keep your site visible</h4>\r\n<ul>\r\n	<li>Use the Wordpress SEO by Yoast plugin--highly recommended by tons of people</li>\r\n	<li>Name all your images</li>\r\n	<li>Do not ever write \"click here.\" Write a description.</li>\r\n	<li>Organize your content well--Google likes organized websites--using headings, etc.</li>\r\n	<li>Optimize your site so users like it</li>\r\n	<li>Include rich content--pics, graphs, videos</li>\r\n	<li>Watch your page speed (you may need to cache you website using plugins like WP Super Cache)</li>\r\n	<li>Install and submit a site map using the Google XML Sitemap plugin</li>\r\n</ul>\r\n<h4>Producing your own podcast is not that hard</h4>\r\n<ul>\r\n	<li>What you need to produce a podcast is: a blog, hosting that provides enough bandwidth, artwork/branding materials and a podcast feed. You will also need a microphone and a way to edit your audio.</li>\r\n	<li>Use editors like Audacity.</li>\r\n	<li>Look into podcasting plugins like PodPress and PowerPress</li>\r\n</ul>\r\n<h4>Blogs and Wordpress sites make content marketing easier</h4>\r\n<ul>\r\n	<li>Content marketing\'s purpose is to drive profitable (however you define it) customer action.</li>\r\n	<li>Content marketing is about providing relevant, valuable (educational) and enjoyable material for your audience/user</li>\r\n	<li>Remember that customers care about themselves not you</li>\r\n	<li>Keyword research is key (you must know what keywords your customers would use to find your service/product)</li>\r\n	<li>When you provide valuable content, the reader/user is bound by the need to reciprocate since humans have  a deep seated need to return favors.</li>\r\n	<li>Remember that information that is exclusive is more persuasive (this is only available for a limited time)</li>\r\n	<li>Humans are more receptive to requests from people who appear to be authorities or experts.</li>\r\n	<li>Read <span style=\"text-decoration: underline;\">Influence: The Psychology of Persuasion</span> by Robert Cialdini</li>\r\n</ul>\r\nThanks to the following presenters:\r\n<ul>\r\n	<li>AkilahThompkins-Robinson</li>\r\n	<li>Byron Warnken</li>\r\n	<li>Arsham and Josh from Webmechanix</li>\r\n	<li>Douglas Bell</li>\r\n	<li>Shane Powers</li>\r\n</ul>\r\n&nbsp;','Top blogging lessons from Wordpress Camp Baltimore 2013','','inherit','open','open','','2338-revision-v1','','','2013-09-23 15:08:03','2013-09-23 15:08:03','',2338,'http://deborahbrody.com/2013/09/2338-revision-v1/',0,'revision','',0),
(2355,4,'2013-10-04 13:35:42','2013-10-04 13:35:42','In my blogging workshop, I tell participants that if they are not feeling up to blogging they can do what I call a \"round-up\" post. In it, you round up the best/most interesting/relevant articles or blog posts that you have come across from around the web. In this way, you provide value to your readers, without actually having to write much.\r\n\r\nThis week, I have seen lots of good stuff, but here are four very useful articles for all you bloggers out there.\r\n\r\n(As a side note,  I am still having difficulty with Feedly and my posts are not showing up, so this is a test in a way.)\r\n<h4>All about Google Analytics</h4>\r\nHave you wondered how to use Google Analytics? <a href=\"http://www.jeffalytics.com/google-analytics-for-bloggers-presentation/\" target=\"_blank\">Google Analytics 101 for Bloggers</a> may give you some actionable information.\r\n<h4>Do you have content mission?</h4>\r\nJoe Pulizzi argues, quite rightly, that you should have a <a href=\"http://www.ducttapemarketing.com/blog/2013/09/19/content-marketing-mission-statement/\" target=\"_blank\">content marketing mission statement</a> for your small business. Do you have one?\r\n<h4>What are the best practices for business bloggers?</h4>\r\nHubspot shared <a href=\"http://blog.hubspot.com/blogging-best-practices-list\" target=\"_blank\">\"What the Best Business Bloggers Do (And You Should Too).\"</a> Do you already practice this?\r\n<h4>Using \"science\" to increase your social media impact</h4>\r\nIf you think there may be a better time to post to reach a certain audience, Fast Company has some proof in <a href=\"http://www.fastcompany.com/3018656/work-smart/a-scientific-guide-to-maximizing-your-impact-on-twitter-facebook-and-other-digita\" target=\"_blank\">\"A Scientific Guide to Maximizing Your Impact on Twitter, Facebook and Other Digital Media.\"</a> Read away and see if you can use these findings to help  you.\r\n\r\nDo you like round-ups? I may start running them more often because there are so many great and useful articles out there.\r\n\r\nHave a great weekend, and I hope your blog reader shows this!\r\n\r\n&nbsp;','How to read analytics for your blog and other great articles','','publish','open','open','','how-to-read-analytics-for-your-blog-and-other-great-articles','','','2013-10-04 13:35:42','2013-10-04 13:35:42','',0,'http://deborahbrody.com/?p=2355',0,'post','',0),
(2346,4,'2013-09-25 13:22:56','2013-09-25 13:22:56','We spend lots of time thinking about what to include on our blog: what articles to write, what images to use, where to share our stuff. That\'s all important, but just as important is making sure our blogs are running well. Here are seven actions you can take to keep your blog running smoothly:\r\n\r\n<strong>1. Install a spam detector and empty spam comments frequently:</strong> I use Akismet, and it stops 99% of all spam. Spam is placed in a spam comments folder that should be emptied regularly, preferably daily (depending on how much spam is there). The more spam you have in that folder, the slower your site will load.\r\n\r\n<strong>2. Update your themes and plugins:</strong> Wordpress does a good job of telling that which plugins and themes need to be updated but it is up to you (or your site administrator) to do the actual updating. It only takes a few moments. But before you do anything, make sure you have a backup of your site (which leads to my third suggestion below).\r\n\r\n<strong>3. Backup your site by installing an automatic backup plugin:</strong> There are several out there. I have heard good reviews of Backup Buddy (not free) and I am using BackUp Wordpress on here.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Mechanics working on race car at La Carrera Panamericana road race, Mexico, May 1954 by The Henry Ford, on Flickr\" href=\"http://www.flickr.com/photos/thehenryford/5412864933/\"><img class=\" \" alt=\"Mechanics working on race car at La Carrera Panamericana road race, Mexico, May 1954\" src=\"http://farm6.staticflickr.com/5060/5412864933_91814cc9d8.jpg\" width=\"500\" height=\"393\" /></a> Mechanics working on race car at La Carrera Panamericana, Mexico, May 1954 for The Henry Ford on Flickr[/caption]\r\n\r\n<strong>4. Check your Google Analytics frequently (and if you don\'t have Analytics, install right away!):</strong> By checking your Analytics, you can learn a lot about what is working and what is not working on your blog. You should check the following:\r\n<ul>\r\n	<li>Bounce rate (are people staying on the blog or leaving immediately?)</li>\r\n	<li>Page load speed (if it is taking too long for your pages to load, you are going to lose readers)</li>\r\n	<li>Landing pages (where are readers going?)</li>\r\n	<li>Keywords (useful to know how people are finding your blog)</li>\r\n</ul>\r\n<strong>5. Deal with comments:</strong> If a comment is legitimate and you use moderation (which I believe you should), approve it ASAP and respond if appropriate. People who comment on your blog are looking to engage with you. Don\'t leave them hanging!\r\n\r\n<strong>6. Review your plugins, widgets and settings:</strong> Too many plugins make your site slower. Are you using them all? Do you need them? Are your widgets still relevant? Are you using them? Do you need to add anything? And finally, check your settings. Is everything up to date and still relevant?\r\n\r\n<strong>7. Optimize your SEO:</strong> There are several SEO plugins and they will help make your site more easily findable. I am not an expert, but making sure to include keywords and descriptions and filling out the fields will help make your site more visible.\r\n\r\nWhat actions do you take regularly on your blog\'s back end? Please add to this list!','7 actions to keep your blog running smoothly','','publish','open','open','','7-actions-to-keep-your-blog-running-smoothly','','','2013-09-25 16:31:42','2013-09-25 16:31:42','',0,'http://deborahbrody.com/?p=2346',0,'post','',1),
(2347,4,'2013-09-25 12:56:18','2013-09-25 12:56:18','','7 actions to keep your blog running smoothly','','inherit','open','open','','2346-revision-v1','','','2013-09-25 12:56:18','2013-09-25 12:56:18','',2346,'http://deborahbrody.com/2013/09/2346-revision-v1/',0,'revision','',0),
(2348,4,'2013-09-25 13:04:18','2013-09-25 13:04:18','We spend lots of time thinking about what to include on our blog: what articles to write, what images to use, where to share our stuff. That\'s all important, but just as important is making sure our blogs are running well. Here are seven actions you can take to keep your blog running smoothly:\r\n\r\n<strong>1. Install a spam detector and empty spam comments frequently:</strong> I use Akismet, and it stops 99% of all spam. Spam is placed in a spam comments folder that should be emptied regularly, preferably daily (depending on how much spam is there). The more spam you have in that folder, the slower your site will load.\r\n\r\n2. Update your themes and plugins: Wordpress does a good job of telling that which plugins and themes need to be updated but it is up to you (or your site administrator) to do the actual updating. It only takes a few moments. But before you do anything, make sure you have a backup of your site (which leads to my third suggestion below).\r\n\r\n3. Backup your site by install an automatic backup plugin. There are several out there. I have heard good reviews of Backup Buddy (not free).\r\n\r\n&nbsp;','7 actions to keep your blog running smoothly','','inherit','open','open','','2346-revision-v1','','','2013-09-25 13:04:18','2013-09-25 13:04:18','',2346,'http://deborahbrody.com/2013/09/2346-revision-v1/',0,'revision','',0),
(2349,4,'2013-09-25 13:22:18','2013-09-25 13:22:18','We spend lots of time thinking about what to include on our blog: what articles to write, what images to use, where to share our stuff. That\'s all important, but just as important is making sure our blogs are running well. Here are seven actions you can take to keep your blog running smoothly:\r\n\r\n<strong>1. Install a spam detector and empty spam comments frequently:</strong> I use Akismet, and it stops 99% of all spam. Spam is placed in a spam comments folder that should be emptied regularly, preferably daily (depending on how much spam is there). The more spam you have in that folder, the slower your site will load.\r\n\r\n<strong>2. Update your themes and plugins:</strong> Wordpress does a good job of telling that which plugins and themes need to be updated but it is up to you (or your site administrator) to do the actual updating. It only takes a few moments. But before you do anything, make sure you have a backup of your site (which leads to my third suggestion below).\r\n\r\n<strong>3. Backup your site by install an automatic backup plugin:</strong> There are several out there. I have heard good reviews of Backup Buddy (not free) and I am using BackUp Wordpress on here.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Mechanics working on race car at La Carrera Panamericana road race, Mexico, May 1954 by The Henry Ford, on Flickr\" href=\"http://www.flickr.com/photos/thehenryford/5412864933/\"><img class=\" \" alt=\"Mechanics working on race car at La Carrera Panamericana road race, Mexico, May 1954\" src=\"http://farm6.staticflickr.com/5060/5412864933_91814cc9d8.jpg\" width=\"500\" height=\"393\" /></a> Mechanics working on race car at La Carrera Panamericana, Mexico, May 1954 for The Henry Ford on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\n<strong>4. Check your Google Analytics frequently (and if you don\'t have Analytics, install right away!):</strong> By checking your Analytics, you can learn a lot about what is working and what is not working on your blog. You should check the following:\r\n<ul>\r\n	<li>Bounce rate (are people staying on the blog or leaving immediately?)</li>\r\n	<li>Page load speed (if it is taking too long for your pages to load, you are going to lose readers)</li>\r\n	<li>Landing pages (where are readers going?)</li>\r\n	<li>Keywords (useful to know how people are finding your blog)</li>\r\n</ul>\r\n<strong>5. Deal with comments:</strong> If a comment is legitimate and you use moderation (which I believe you should), approve it ASAP and respond if appropriate. People who comment on your blog are looking to engage with you. Don\'t leave them hanging!\r\n\r\n<strong>6. Review your plugins, widgets and settings:</strong> Too many plugins make your site slower. Are you using them all? Do you need them? Are your widgets still relevant? Are you using them? Do you need to add anything? And finally, check your settings. Is everything up to date and still relevant?\r\n\r\n<strong>7. Optimize your SEO:</strong> There are several SEO plugins and they will help make your site more easily findable. I am not an expert, but making sure to include keywords and descriptions and filling out the fields will help make your site more visible.\r\n\r\nWhat actions do you take regularly on your blog\'s back end? Please add to this list!','7 actions to keep your blog running smoothly','','inherit','open','open','','2346-revision-v1','','','2013-09-25 13:22:18','2013-09-25 13:22:18','',2346,'http://deborahbrody.com/2013/09/2346-revision-v1/',0,'revision','',0),
(2350,4,'2013-09-25 16:31:42','2013-09-25 16:31:42','We spend lots of time thinking about what to include on our blog: what articles to write, what images to use, where to share our stuff. That\'s all important, but just as important is making sure our blogs are running well. Here are seven actions you can take to keep your blog running smoothly:\r\n\r\n<strong>1. Install a spam detector and empty spam comments frequently:</strong> I use Akismet, and it stops 99% of all spam. Spam is placed in a spam comments folder that should be emptied regularly, preferably daily (depending on how much spam is there). The more spam you have in that folder, the slower your site will load.\r\n\r\n<strong>2. Update your themes and plugins:</strong> Wordpress does a good job of telling that which plugins and themes need to be updated but it is up to you (or your site administrator) to do the actual updating. It only takes a few moments. But before you do anything, make sure you have a backup of your site (which leads to my third suggestion below).\r\n\r\n<strong>3. Backup your site by installing an automatic backup plugin:</strong> There are several out there. I have heard good reviews of Backup Buddy (not free) and I am using BackUp Wordpress on here.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Mechanics working on race car at La Carrera Panamericana road race, Mexico, May 1954 by The Henry Ford, on Flickr\" href=\"http://www.flickr.com/photos/thehenryford/5412864933/\"><img class=\" \" alt=\"Mechanics working on race car at La Carrera Panamericana road race, Mexico, May 1954\" src=\"http://farm6.staticflickr.com/5060/5412864933_91814cc9d8.jpg\" width=\"500\" height=\"393\" /></a> Mechanics working on race car at La Carrera Panamericana, Mexico, May 1954 for The Henry Ford on Flickr[/caption]\r\n\r\n<strong>4. Check your Google Analytics frequently (and if you don\'t have Analytics, install right away!):</strong> By checking your Analytics, you can learn a lot about what is working and what is not working on your blog. You should check the following:\r\n<ul>\r\n	<li>Bounce rate (are people staying on the blog or leaving immediately?)</li>\r\n	<li>Page load speed (if it is taking too long for your pages to load, you are going to lose readers)</li>\r\n	<li>Landing pages (where are readers going?)</li>\r\n	<li>Keywords (useful to know how people are finding your blog)</li>\r\n</ul>\r\n<strong>5. Deal with comments:</strong> If a comment is legitimate and you use moderation (which I believe you should), approve it ASAP and respond if appropriate. People who comment on your blog are looking to engage with you. Don\'t leave them hanging!\r\n\r\n<strong>6. Review your plugins, widgets and settings:</strong> Too many plugins make your site slower. Are you using them all? Do you need them? Are your widgets still relevant? Are you using them? Do you need to add anything? And finally, check your settings. Is everything up to date and still relevant?\r\n\r\n<strong>7. Optimize your SEO:</strong> There are several SEO plugins and they will help make your site more easily findable. I am not an expert, but making sure to include keywords and descriptions and filling out the fields will help make your site more visible.\r\n\r\nWhat actions do you take regularly on your blog\'s back end? Please add to this list!','7 actions to keep your blog running smoothly','','inherit','open','open','','2346-revision-v1','','','2013-09-25 16:31:42','2013-09-25 16:31:42','',2346,'http://deborahbrody.com/2013/09/2346-revision-v1/',0,'revision','',0),
(2352,4,'2013-10-01 13:57:22','2013-10-01 13:57:22','The really bad news today is that the US government is shut down (let\'s hope temporarily). Another piece of bad news (for content marketers) is what I learned last night at the Web Content Mavens Meet Up about findability and search, and how search engine personalization is playing into it.\r\n<h4>Findability is key</h4>\r\nThe first speaker last night was Jill MacNeice, who is an information architect for the Library of Congress (LOC). She explained how the LOC is working to make their millions of documents and images findable by using a \"findability framework\" that is built around the idea that people should be able to find what they are looking for both inside the site, and from external search engines. It makes search visible and easy to find. It depends on metadata, good descriptions and URL design that makes it human readable, shorter and more shareable.\r\n\r\nThe LOC is an example of why SEO and search in general is important. After all, if people can\'t find you, then why are you on the web?\r\n<h4>Personalization throws a wrench in search</h4>\r\nBut then Katherine Watier Ong, Ketchum\'s VP of Online Strategy and Market Insights, got up to speak about personalization and the semantic web. And if I were to boil down what she said to one phrase it is that personalization is making search engine optimization more challenging. It is no longer enough to have the right keywords, tags and content because Google and Bing and all your social media sites are personalizing the content they show you based on your profile and previous activity.\r\n\r\nIf you want to see how much information Google has about you, just check your Google Dashboard (search Google to find it). Bing uses your Facebook data to suggest things your friends like.\r\n\r\nDid you know that you don\'t see every tweet in your Twitter stream? Twitter shows you what it \"thinks\" is most relevant to you, even from people you follow, based on your previous interactions and interests.  Isn\'t that a tad scary? You sign up to follow someone and you may not see his/her tweets.\r\n\r\nKatherine says the really creepy personalization is visible on LinkedIn. I have noticed that too recently. Since I liked a couple people\'s new photos, LinkedIn always shows me new photos and for several days. And how does it know which people I may know?\r\n\r\nSearch engines and social networks like Twitter and LinkedIn are moving toward developing a sort of artificial intelligence that tries to figure out what you are looking for and then practically jump ahead of your request, which is why you are seeing all these suggestions (you may want to follow so-and-so, you may want to check these items for sale, etc.)\r\n\r\nAll this personalization is useful for you because if not you would be drowning in extraneous information but it is really bad news for small businesses/websites.  For example, search for your name on Google. For you, your name will appear at the top of your results. Now have John Doe do the same search on his computer wherever he may be living. Guess what, you will not appear near the top (unless you have a very unusual name or are someone like President Obama).\r\n<h4>How do marketers deal with personalized results?</h4>\r\nHow do we work to cut through the personalization? Katherine suggested several actions:\r\n<ul>\r\n	<li>Create personas for your target audience so you can market appropriately</li>\r\n	<li>Personalize your website (just like when you go to Amazon and it recognizes you) using tools like Marketo.</li>\r\n	<li>Build social relationships.</li>\r\n	<li>Stay on top of changes in search</li>\r\n	<li>Use a content management system (CMS) that uses <a href=\"http://schema.org/\" target=\"_blank\">schema</a></li>\r\n</ul>\r\nIn short, <strong>personalization is a big challenge for search marketers.</strong> Now, you don\'t only need to cut through the clutter of millions of websites, you have to cut through results that are personalized for each searcher.\r\n\r\n<strong>If you work in marketing or communications, you need to be aware of how people find you.</strong> It is not enough to have a website and a blog. You have to understand SEO and the latest changes to search. You have to see the relationships between social media and search engines.\r\n\r\n&nbsp;','Why SEO and content marketing are not enough','','publish','open','open','','why-seo-and-content-marketing-are-not-enough','','','2013-10-01 13:57:22','2013-10-01 13:57:22','',0,'http://deborahbrody.com/?p=2352',0,'post','',0),
(2353,4,'2013-10-01 13:52:48','2013-10-01 13:52:48','The real bad news today is that the US government is shut down. Another piece of bad news (for content marketers) is what I learned last night at the Web Content Mavens Meet Up about findability and search, and how search engine personalization is playing into it.\r\n<h4>Findability is key</h4>\r\nThe first speaker last night was Jill MacNeice, who is an information architect for the Library of Congress (LOC). She explained how the LOC is working to make their millions of documents and images findable by using a \"findability framework\" that is built around the idea that people should be able to find what they are looking for both inside the site, and from external search engines. It makes search visible and easy to find. It depends on metadata, good descriptions and URL design that makes it human readable, shorter and more shareable.\r\n\r\nThe LOC is an example of why SEO and search in general is important. After all, if people can\'t find you, then why are you on the web?\r\n<h4>Personalization throws a wrench in search</h4>\r\nBut then Katherine Watier Ong, Ketchum\'s VP of Online Strategy and Market Insights, got up to speak about personalization and the semantic web. And if I were to boil down what she said to one phrase it is that personalization is making search engine optimization more challenging. It is no longer enough to have the right keywords, tags and content because Google and Bing and all your social media sites are personalizing the content they show you based on your profile and previous activity.\r\n\r\nIf you want to see how much information Google has about you, just check your Google Dashboard (search Google to find it). Bing uses your Facebook data to suggest things your friends like.\r\n\r\nDid you know that you don\'t see every tweet in your Twitter stream? Twitter shows you what it \"thinks\" is most relevant to you, even from people you follow, based on your previous interactions and interests.\r\n\r\nKatherine says the really creepy personalization is visible on LinkedIn. I have noticed that too recently. Since I liked a couple people\'s new photos, LinkedIn always shows me new photos and for several days. And how does it know which people I may know?\r\n\r\nSearch engines and social networks like Twitter and LinkedIn are moving toward developing a sort of artificial intelligence that tries to figure out what you are looking for and then practically jump ahead of your request, which is why you are seeing all these suggestions (you may want to follow so-and-so, you may want to check these items for sale, etc.)\r\n\r\nAll this personalization is useful for you because if not you would be drowning in extraneous information but it is really bad news for small businesses/websites.  For example, search for your name on Google. For you, your name will appear at the top of your results. Now have John Doe do the same search on his computer wherever he may be living. Guess what, you will not appear near the top (unless you have a very unusual name or are someone like President Obama).\r\n<h4>How do marketers deal with personalized results?</h4>\r\nHow do we work to cut through the personalization? Katherine suggest several things:\r\n<ul>\r\n	<li>Create  personas for your target audience so you can market appropriately</li>\r\n	<li>Personalize your website (just like when you go to Amazon and it recognizes you) using tools like Marketo.</li>\r\n	<li>Build social relationships.</li>\r\n	<li>Stay on top of changes in search</li>\r\n	<li>Use a content management system (CMS) that uses schema</li>\r\n</ul>\r\nIn short, personalization is a big challenge for search marketers. Now you don\'t only need to cut through the clutter of millions of websites, you have to cut through results that personalized for each searcher.\r\n\r\n<strong>If you work in marketing or communications, you need to be aware of how people find you.</strong> It is not enough to have a website and a blog. You have to understand SEO and the latest changes to search. You have to see the relationships between social media and search engines.\r\n\r\n&nbsp;','Why SEO and content marketing are not enough','','inherit','open','open','','2352-revision-v1','','','2013-10-01 13:52:48','2013-10-01 13:52:48','',2352,'http://deborahbrody.com/2013/10/2352-revision-v1/',0,'revision','',0),
(2354,4,'2013-10-01 13:57:22','2013-10-01 13:57:22','The really bad news today is that the US government is shut down (let\'s hope temporarily). Another piece of bad news (for content marketers) is what I learned last night at the Web Content Mavens Meet Up about findability and search, and how search engine personalization is playing into it.\r\n<h4>Findability is key</h4>\r\nThe first speaker last night was Jill MacNeice, who is an information architect for the Library of Congress (LOC). She explained how the LOC is working to make their millions of documents and images findable by using a \"findability framework\" that is built around the idea that people should be able to find what they are looking for both inside the site, and from external search engines. It makes search visible and easy to find. It depends on metadata, good descriptions and URL design that makes it human readable, shorter and more shareable.\r\n\r\nThe LOC is an example of why SEO and search in general is important. After all, if people can\'t find you, then why are you on the web?\r\n<h4>Personalization throws a wrench in search</h4>\r\nBut then Katherine Watier Ong, Ketchum\'s VP of Online Strategy and Market Insights, got up to speak about personalization and the semantic web. And if I were to boil down what she said to one phrase it is that personalization is making search engine optimization more challenging. It is no longer enough to have the right keywords, tags and content because Google and Bing and all your social media sites are personalizing the content they show you based on your profile and previous activity.\r\n\r\nIf you want to see how much information Google has about you, just check your Google Dashboard (search Google to find it). Bing uses your Facebook data to suggest things your friends like.\r\n\r\nDid you know that you don\'t see every tweet in your Twitter stream? Twitter shows you what it \"thinks\" is most relevant to you, even from people you follow, based on your previous interactions and interests.  Isn\'t that a tad scary? You sign up to follow someone and you may not see his/her tweets.\r\n\r\nKatherine says the really creepy personalization is visible on LinkedIn. I have noticed that too recently. Since I liked a couple people\'s new photos, LinkedIn always shows me new photos and for several days. And how does it know which people I may know?\r\n\r\nSearch engines and social networks like Twitter and LinkedIn are moving toward developing a sort of artificial intelligence that tries to figure out what you are looking for and then practically jump ahead of your request, which is why you are seeing all these suggestions (you may want to follow so-and-so, you may want to check these items for sale, etc.)\r\n\r\nAll this personalization is useful for you because if not you would be drowning in extraneous information but it is really bad news for small businesses/websites.  For example, search for your name on Google. For you, your name will appear at the top of your results. Now have John Doe do the same search on his computer wherever he may be living. Guess what, you will not appear near the top (unless you have a very unusual name or are someone like President Obama).\r\n<h4>How do marketers deal with personalized results?</h4>\r\nHow do we work to cut through the personalization? Katherine suggested several actions:\r\n<ul>\r\n	<li>Create personas for your target audience so you can market appropriately</li>\r\n	<li>Personalize your website (just like when you go to Amazon and it recognizes you) using tools like Marketo.</li>\r\n	<li>Build social relationships.</li>\r\n	<li>Stay on top of changes in search</li>\r\n	<li>Use a content management system (CMS) that uses <a href=\"http://schema.org/\" target=\"_blank\">schema</a></li>\r\n</ul>\r\nIn short, <strong>personalization is a big challenge for search marketers.</strong> Now, you don\'t only need to cut through the clutter of millions of websites, you have to cut through results that are personalized for each searcher.\r\n\r\n<strong>If you work in marketing or communications, you need to be aware of how people find you.</strong> It is not enough to have a website and a blog. You have to understand SEO and the latest changes to search. You have to see the relationships between social media and search engines.\r\n\r\n&nbsp;','Why SEO and content marketing are not enough','','inherit','open','open','','2352-revision-v1','','','2013-10-01 13:57:22','2013-10-01 13:57:22','',2352,'http://deborahbrody.com/2013/10/2352-revision-v1/',0,'revision','',0),
(2356,4,'2013-10-04 13:33:16','2013-10-04 13:33:16','In my blogging workshop, I tell participants that if they are not feeling up to blogging they can do what I call a \"round-up\" post. In it, you round up the best/most interesting/relevant articles or blog posts that you have come across from around the web. In this way, you provide value to your readers, without having to actually write much.\r\n\r\nThis week, I have seen lots of good stuff, but here are four very useful articles for all you bloggers out there. Also, I am still having difficulty with Feedly and my posts are not showing up.\r\n<h4>All about Google Analytics</h4>\r\nHave you wondered how to use Google Analytics? <a href=\"http://www.jeffalytics.com/google-analytics-for-bloggers-presentation/\" target=\"_blank\">Google Analytics 101 for Bloggers</a> may give you some actionable information.\r\n<h4>Do you have content mission?</h4>\r\nJoe Pulizzi argues, quite rightly, that you should have a <a href=\"http://www.ducttapemarketing.com/blog/2013/09/19/content-marketing-mission-statement/\" target=\"_blank\">content marketing mission statement</a> for your small business. Do you have one?\r\n<h4>What are the best practices for business bloggers?</h4>\r\nHubspot shared <a href=\"http://blog.hubspot.com/blogging-best-practices-list\" target=\"_blank\">\"What the Best Business Bloggers Do (And You Should Too).\"</a> Do you already practice this?\r\n<h4>Using \"science\" to increase your social media impact</h4>\r\nIf you think there may be a better time to post to reach a certain audience, Fast Company has some proof in <a href=\"http://www.fastcompany.com/3018656/work-smart/a-scientific-guide-to-maximizing-your-impact-on-twitter-facebook-and-other-digita\" target=\"_blank\">\"A Scientific Guide to Maximizing Your Impact on Twitter, Facebook and Other Digital Media.\"</a> Read away and see if you can use these findings to help  you.\r\n\r\nDo you like round-ups? I may start running them more often because there are so many great and useful articles out there.\r\n\r\nHave a great weekend, and I hope your blog reader shows this!\r\n\r\n&nbsp;','How to read analytics for your blog and other great articles','','inherit','open','open','','2355-revision-v1','','','2013-10-04 13:33:16','2013-10-04 13:33:16','',2355,'http://deborahbrody.com/2013/10/2355-revision-v1/',0,'revision','',0),
(2357,4,'2013-10-04 13:35:42','2013-10-04 13:35:42','In my blogging workshop, I tell participants that if they are not feeling up to blogging they can do what I call a \"round-up\" post. In it, you round up the best/most interesting/relevant articles or blog posts that you have come across from around the web. In this way, you provide value to your readers, without actually having to write much.\r\n\r\nThis week, I have seen lots of good stuff, but here are four very useful articles for all you bloggers out there.\r\n\r\n(As a side note,  I am still having difficulty with Feedly and my posts are not showing up, so this is a test in a way.)\r\n<h4>All about Google Analytics</h4>\r\nHave you wondered how to use Google Analytics? <a href=\"http://www.jeffalytics.com/google-analytics-for-bloggers-presentation/\" target=\"_blank\">Google Analytics 101 for Bloggers</a> may give you some actionable information.\r\n<h4>Do you have content mission?</h4>\r\nJoe Pulizzi argues, quite rightly, that you should have a <a href=\"http://www.ducttapemarketing.com/blog/2013/09/19/content-marketing-mission-statement/\" target=\"_blank\">content marketing mission statement</a> for your small business. Do you have one?\r\n<h4>What are the best practices for business bloggers?</h4>\r\nHubspot shared <a href=\"http://blog.hubspot.com/blogging-best-practices-list\" target=\"_blank\">\"What the Best Business Bloggers Do (And You Should Too).\"</a> Do you already practice this?\r\n<h4>Using \"science\" to increase your social media impact</h4>\r\nIf you think there may be a better time to post to reach a certain audience, Fast Company has some proof in <a href=\"http://www.fastcompany.com/3018656/work-smart/a-scientific-guide-to-maximizing-your-impact-on-twitter-facebook-and-other-digita\" target=\"_blank\">\"A Scientific Guide to Maximizing Your Impact on Twitter, Facebook and Other Digital Media.\"</a> Read away and see if you can use these findings to help  you.\r\n\r\nDo you like round-ups? I may start running them more often because there are so many great and useful articles out there.\r\n\r\nHave a great weekend, and I hope your blog reader shows this!\r\n\r\n&nbsp;','How to read analytics for your blog and other great articles','','inherit','open','open','','2355-revision-v1','','','2013-10-04 13:35:42','2013-10-04 13:35:42','',2355,'http://deborahbrody.com/2013/10/2355-revision-v1/',0,'revision','',0),
(2358,4,'2013-10-06 23:44:04','2013-10-06 23:44:04','So, Feedly is not uploading my latest posts. I am trying out alternatives. If you are seeing this on your reader, please comment and tell me what reader you use. Thanks!','Test post October 6-need feedback','','publish','open','open','','test-post-october-6-need-feedback','','','2013-10-06 23:44:04','2013-10-06 23:44:04','',0,'http://deborahbrody.com/?p=2358',0,'post','',0),
(2359,4,'2013-10-06 23:44:04','2013-10-06 23:44:04','So, Feedly is not uploading my latest posts. I am trying out alternatives. If you are seeing this on your reader, please comment and tell me what reader you use. Thanks!','Test post October 6-need feedback','','inherit','open','open','','2358-revision-v1','','','2013-10-06 23:44:04','2013-10-06 23:44:04','',2358,'http://deborahbrody.com/2013/10/2358-revision-v1/',0,'revision','',0),
(2360,4,'2013-10-08 14:30:11','0000-00-00 00:00:00','I will admit: I can watch endless episodes of House Hunters on HGTV. In case you haven\'t had the opportunity to watch this show (and if you are looking to buy real estate, I highly recommend watching a few episodes), the premise is that  people looking to buy a home are shown three properties. The house hunters tour the three properties with a real estate agent and then decide which one to buy.  Some houses will be over budget, some will be under budget. Most of them will not fulfill the house hunters\' entire wish list.\r\n\r\nFor example, the house hunters will say they are looking for a home that has a short commute to work, four bedrooms, a fenced-in yard, near shopping and restaurants, a pool and a working fireplace, all for $350,000. The real estate sales person will show them thre\r\n\r\n&nbsp;','The communications lessons you can learn from watching HGTV','','draft','open','open','','','','','2013-10-08 14:30:11','2013-10-08 14:30:11','',0,'http://deborahbrody.com/?p=2360',0,'post','',0),
(2361,4,'2013-10-08 14:30:11','2013-10-08 14:30:11','I will admit: I can watch endless episodes of House Hunters on HGTV. In case you haven\'t had the opportunity to watch this show (and if you are looking to buy real estate, I highly recommend watching a few episodes), the premise is that  people looking to buy a home are shown three properties. The house hunters tour the three properties with a real estate agent and then decide which one to buy.  Some houses will be over budget, some will be under budget. Most of them will not fulfill the house hunters\' entire wish list.\r\n\r\nFor example, the house hunters will say they are looking for a home that has a short commute to work, four bedrooms, a fenced-in yard, near shopping and restaurants, a pool and a working fireplace, all for $350,000. The real estate sales person will show them thre\r\n\r\n&nbsp;','The communications lessons you can learn from watching HGTV','','inherit','open','open','','2360-revision-v1','','','2013-10-08 14:30:11','2013-10-08 14:30:11','',2360,'http://deborahbrody.com/2013/10/2360-revision-v1/',0,'revision','',0),
(2363,4,'2013-10-08 17:31:47','2013-10-08 17:31:47','Last night, I met a friend for dinner. He chose a Thai place that was half-way between his place and mine. Upon reading some reviews on line, I found out that this is the only Thai place  in the area that is Halal, that is, it keeps the Muslim dietary rules.\r\n\r\nWhen I got there last night, it was empty save for a couple of people. Few people came in until a outwardly observant Muslim family came in. When they were done eating and had left, the owner pretty much closed up shop and kicked my friend and me out. Since we had arrived at 6:30 until we left, no more than 10 other customers had been in the restaurant.\r\n\r\nThe food at this Thai place was not very good. It was mediocre. It wasn\'t spicy enough, or attractively presented enough or even interesting enough. They did not have Thai standards like green papaya salad or red curry. Based on the food alone, I would not go back.\r\n\r\nThe only relevant differentiator this Thai restaurant offers is that it is Halal. Is that enough? <strong>Can you have one strong point of differentiation and have that keep your business alive? Well, the answer is yes, but there is an \"if\" attached.</strong> In this case, you could have Halal as your point of differentiation ONLY IF your food is on par with other similar restaurants.\r\n\r\nIn a world where there are multiple offerings for everything (many organic grocery stores, tons of sushi restaurants, hundreds of nail salons),<strong> you have to meet the standard or exceed it AND then find your point of differentiation.</strong> For example, if you have a nail salon, not only do have to comply with sanitary guidelines required by law, but you should find something that your competition does not have (the most colors, the most comfortable chairs, etc.).\r\n\r\nWhat do you think? Is having a point of differentiation enough?','Is having a point of differentiation enough?','','inherit','open','open','','2362-revision-v1','','','2013-10-08 17:31:47','2013-10-08 17:31:47','',2362,'http://deborahbrody.com/2013/10/2362-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(2369,4,'2013-10-11 13:58:31','2013-10-11 13:58:31','It was not until I saw a full page ad in today\'s Washington Post that I realized Starbucks has waded directly into the government shutdown debate. The full page ad (right hand page, far forward, four-color, in media buying lingo) has the headline:\r\n<blockquote>Sign the Come Together Petition</blockquote>\r\nYou can see the text  on the <a href=\"http://http://www.starbucks.com/\" target=\"_blank\">Starbucks home page </a> and apparently, at all Starbucks stores starting today.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"224\"]<a title=\"019/365 by irrezolut, on Flickr\" href=\"http://www.flickr.com/photos/irrezolut/5370900660/\"><img title=\"019/365 by Joseph Nicolia on Flickr\" alt=\"019/365\" src=\"http://farm6.staticflickr.com/5205/5370900660_ac7e50b4bb.jpg\" width=\"224\" height=\"300\" /></a> 019/365 by Joseph Nicolia on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nAlso today, in the Post\'s business section, Allen Adamson, a branding firm director, is quoted about this Starbucks\' move:\r\n<blockquote>It\'s always risky when brands mix politics and business.</blockquote>\r\nIt\'s quite clear that Starbucks is taking a strong political stand against the shutdown, but I am not sure it will be risky. In fact, it may be a huge win for Starbucks (and maybe for the government, if it helps end the shutdown). To my knowledge, Starbucks is the first and only national brand that is saying something publicly about the shutdown-- and it\'s always good to be the first and only in marketing. Plus, it is using the petition to have people sign up to get updates, either by email or text. You know what that means: database expansion!\r\n\r\nFinally, this is a political ad, but it is not overtly partisan, and that\'s the key. It assumes that most people are against the government shutdown, and the ad does not point fingers at specific parties or politicians. In this way, Starbucks does not alienate its conservative or liberal java addicts. It may not be your cup of tea, but perhaps it is your venti of coffee!\r\n\r\nDid you see this petition in Starbucks or the ad in the paper? What do you think? Wise move or not? Let me know in the comments.','I\'ll have a venti and some politics please','','publish','open','open','','ill-have-a-venti-and-some-politics-please','','','2013-10-11 13:58:31','2013-10-11 13:58:31','',0,'http://deborahbrody.com/?p=2369',0,'post','',2),
(2370,4,'2013-10-11 13:35:27','2013-10-11 13:35:27','','I will have a venti and some politics please','','inherit','open','open','','2369-revision-v1','','','2013-10-11 13:35:27','2013-10-11 13:35:27','',2369,'http://deborahbrody.com/2013/10/2369-revision-v1/',0,'revision','',0),
(2371,4,'2013-10-11 13:52:19','2013-10-11 13:52:19','It was not until I saw a full page ad in today\'s Washington Post that I realized Starbucks has waded directly into the government shutdown debate. The full page ad (right hand page, far forward, four-color in media buying lingo) has the headline:\r\n<blockquote>Sign the Come Together Petition</blockquote>\r\nYou can see the text  on the <a href=\"http://http://www.starbucks.com/\" target=\"_blank\">Starbucks home page </a> and apparently, at all Starbucks stores starting today.\r\n\r\nAlso today, in the Post\'s business section, Allen Adamson, a branding firm director, is quoted about this Starbucks\' move:\r\n<blockquote>It\'s always risky when brands mix politics and business.</blockquote>\r\nIt\'s quite clear that Starbucks is taking a strong political stand against the shutdown, but I am not sure it will be risky. In fact, it may be a huge win for Starbucks (and maybe for the government if it helps end the shutdown). To my knowledge, Starbucks is the first and only national brand that is saying something publicly about the shutdown-- and it\'s always good to be the first and only in marketing. Plus, it is using the petition to have people sign up to get updates, either by email or text. You know what that means--database expansion!\r\n\r\nFinally, this is a political ad, but it is not overtly partisan, and that is the key. It assumes that most people are against the government shutdown, and the ad does not point fingers at specific parties or politicians. In this way, Starbucks does not alienate its conservative or liberal java addicts. It may not be your cup of tea, but perhaps it is your venti of coffee!\r\n\r\nDid you see this petition in Starbucks or the ad in the paper? What do you think? Wise move or not? Let me know in the comments.','I\'ll have a venti and some politics please','','inherit','open','open','','2369-revision-v1','','','2013-10-11 13:52:19','2013-10-11 13:52:19','',2369,'http://deborahbrody.com/2013/10/2369-revision-v1/',0,'revision','',0),
(2372,4,'2013-10-11 13:56:57','2013-10-11 13:56:57','It was not until I saw a full page ad in today\'s Washington Post that I realized Starbucks has waded directly into the government shutdown debate. The full page ad (right hand page, far forward, four-color in media buying lingo) has the headline:\r\n<blockquote>Sign the Come Together Petition</blockquote>\r\nYou can see the text  on the <a href=\"http://http://www.starbucks.com/\" target=\"_blank\">Starbucks home page </a> and apparently, at all Starbucks stores starting today.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"224\"]<a title=\"019/365 by irrezolut, on Flickr\" href=\"http://www.flickr.com/photos/irrezolut/5370900660/\"><img title=\"019/365 by Joseph Nicolia on Flickr\" alt=\"019/365\" src=\"http://farm6.staticflickr.com/5205/5370900660_ac7e50b4bb.jpg\" width=\"224\" height=\"300\" /></a> 019/365 by Joseph Nicolia on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nAlso today, in the Post\'s business section, Allen Adamson, a branding firm director, is quoted about this Starbucks\' move:\r\n<blockquote>It\'s always risky when brands mix politics and business.</blockquote>\r\nIt\'s quite clear that Starbucks is taking a strong political stand against the shutdown, but I am not sure it will be risky. In fact, it may be a huge win for Starbucks (and maybe for the government if it helps end the shutdown). To my knowledge, Starbucks is the first and only national brand that is saying something publicly about the shutdown-- and it\'s always good to be the first and only in marketing. Plus, it is using the petition to have people sign up to get updates, either by email or text. You know what that means--database expansion!\r\n\r\nFinally, this is a political ad, but it is not overtly partisan, and that is the key. It assumes that most people are against the government shutdown, and the ad does not point fingers at specific parties or politicians. In this way, Starbucks does not alienate its conservative or liberal java addicts. It may not be your cup of tea, but perhaps it is your venti of coffee!\r\n\r\nDid you see this petition in Starbucks or the ad in the paper? What do you think? Wise move or not? Let me know in the comments.','I\'ll have a venti and some politics please','','inherit','open','open','','2369-revision-v1','','','2013-10-11 13:56:57','2013-10-11 13:56:57','',2369,'http://deborahbrody.com/2013/10/2369-revision-v1/',0,'revision','',0),
(2373,4,'2013-10-11 13:58:31','2013-10-11 13:58:31','It was not until I saw a full page ad in today\'s Washington Post that I realized Starbucks has waded directly into the government shutdown debate. The full page ad (right hand page, far forward, four-color, in media buying lingo) has the headline:\r\n<blockquote>Sign the Come Together Petition</blockquote>\r\nYou can see the text  on the <a href=\"http://http://www.starbucks.com/\" target=\"_blank\">Starbucks home page </a> and apparently, at all Starbucks stores starting today.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"224\"]<a title=\"019/365 by irrezolut, on Flickr\" href=\"http://www.flickr.com/photos/irrezolut/5370900660/\"><img title=\"019/365 by Joseph Nicolia on Flickr\" alt=\"019/365\" src=\"http://farm6.staticflickr.com/5205/5370900660_ac7e50b4bb.jpg\" width=\"224\" height=\"300\" /></a> 019/365 by Joseph Nicolia on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nAlso today, in the Post\'s business section, Allen Adamson, a branding firm director, is quoted about this Starbucks\' move:\r\n<blockquote>It\'s always risky when brands mix politics and business.</blockquote>\r\nIt\'s quite clear that Starbucks is taking a strong political stand against the shutdown, but I am not sure it will be risky. In fact, it may be a huge win for Starbucks (and maybe for the government, if it helps end the shutdown). To my knowledge, Starbucks is the first and only national brand that is saying something publicly about the shutdown-- and it\'s always good to be the first and only in marketing. Plus, it is using the petition to have people sign up to get updates, either by email or text. You know what that means: database expansion!\r\n\r\nFinally, this is a political ad, but it is not overtly partisan, and that\'s the key. It assumes that most people are against the government shutdown, and the ad does not point fingers at specific parties or politicians. In this way, Starbucks does not alienate its conservative or liberal java addicts. It may not be your cup of tea, but perhaps it is your venti of coffee!\r\n\r\nDid you see this petition in Starbucks or the ad in the paper? What do you think? Wise move or not? Let me know in the comments.','I\'ll have a venti and some politics please','','inherit','open','open','','2369-revision-v1','','','2013-10-11 13:58:31','2013-10-11 13:58:31','',2369,'http://deborahbrody.com/2013/10/2369-revision-v1/',0,'revision','',0),
(2374,4,'2013-10-14 17:00:21','2013-10-14 17:00:21','At the gym today I saw a flyer for a private chef/prepared foods service. The concept is that you will get prepared meals delivered to your home on your schedule. What caught my eye was that at the bottom of the flyer it said: \"Website coming soon.\"\r\n\r\nThis got me thinking: Should you launch your business without having a website in place?  My gut tells me you should have your website up and running. However, nothing is so black and white, and probably, the answer depends on various factors, including:\r\n<ul>\r\n	<li>Type of business</li>\r\n	<li>How you get business (referrals, word of mouth, advertising)</li>\r\n	<li>Soft launch</li>\r\n	<li>Size of business</li>\r\n</ul>\r\nLastly, before launching, you need to understand how essential a website will be to your business. Will people need to consult your website to find out how to do business with you? In the case of the private chef,  a potential customer may want to check out types of food you offer, testimonials, pricing, timing.  Obviously, these questions can be answered by phone or in person too, but will you have time?\r\n\r\nI think there is more to be gained by having your website up and running BEFORE you launch. Does this mean you can\'t launch a business without a website? No. But it could cause problems for you as you try to build up your customer base.\r\n\r\nWhat do you think? Vote in the poll:\r\n\r\n[yop_poll id=\"2\"]','Should you launch your business before your website?','','publish','open','open','','should-you-launch-your-business-before-your-website','','','2013-10-14 17:00:21','2013-10-14 17:00:21','',0,'http://deborahbrody.com/?p=2374',0,'post','',0),
(2375,4,'2013-10-14 16:49:43','2013-10-14 16:49:43','At the gym today I saw a flyer for a private chef/prepared foods service. The concept is that you will get prepared meals delivered to your home on your schedule. What caught my eye was that at the bottom of the flyer it said: \"Website coming soon.\"\r\n\r\nThis got me thinking: Should you launch your business without having a website in place?  My gut tells me you should have your website up and running. However, nothing is so black and white, and probably, the answer depends on various factors, including:\r\n<ul>\r\n	<li>Type of business</li>\r\n	<li>How you get business (referrals, word of mouth, advertising)</li>\r\n	<li>Soft launch</li>\r\n	<li>Size of business</li>\r\n</ul>\r\nLastly, before launching, you need to understand how essential a website will be to your business. Will people need to consult your website to find out how to do business with you? In the case of the private chef,  a potential customer may want to check out types of food you offer, testimonials, pricing, timing.  Obviously, these questions can be answered by phone or in person too, but will you have time?\r\n\r\nI think there is more to be gained by having your website up and running BEFORE you launch. Does this mean you can\'t launch a business without a website? No. But it could cause problems for you as you try to build up your customer base.\r\n\r\nWhat do you think?','Should you launch your business before your website?','','inherit','open','open','','2374-revision-v1','','','2013-10-14 16:49:43','2013-10-14 16:49:43','',2374,'http://deborahbrody.com/2013/10/2374-revision-v1/',0,'revision','',0),
(2467,4,'2014-01-21 15:28:27','2014-01-21 15:28:27','It\'s easy to lose customers and very hard to get them back. Once they are gone, chances are they won\'t be back.\r\n\r\nThe reality is that there are many people and companies doing what you do. There\'s always an alternative for customers who are unhappy for any reason. Too many companies seem to lose sight of this reality, and they do little to ensure that they keep the customers they have.\r\n\r\n<strong>Here\'s how my heat/AC contractor failed to retain my business:</strong>\r\n\r\nBack in November, my schedule changed and I was not going to be working out of my home office.  In December, I generally get a home heating inspection with my heat/AC contractor. It helps to make sure all parts are working properly and that my heat will continue through the winter. This company is a family-run place where I have been a customer for three years.\r\n\r\n<strong>Strike one</strong>: I got a reminder card from the company in late November. I called right away to schedule an appointment. They had no open slots until LATE December, one month away. Mind you, I had just gotten the card.\r\n\r\n<strong>Strike two:</strong> I explained to the scheduler that I would not be home because of my situation and that I was hoping for a Saturday appointment. It turns out this company does not do inspections on Saturdays, only emergency work. Then I asked for an early weekday appointment. Again, the scheduler could not accommodate me. She told me that she could not find a technician in my area that would be available for their first appointment at 8:00 a.m.\r\n\r\n<strong>Strike three:</strong> I informed the scheduler that I would be forced to switch companies if she didn\'t try to accommodate me because I did not want to have a heat inspection later than December (remember, they were already scheduling late late December). No response and no attempt to rectify the situation.\r\n\r\n<strong>And they are out:</strong> After some research, I called another highly rated heat/AC company that not only was scheduling earlier in December (meaning they have more technicians) but would also provide guaranteed 8:00 a.m. appointments. It cost $20 more per annual contract than my previous company, but the ease of scheduling was worth it to me.\r\n\r\nMy first heat/AC contractor lost my business not because it wasn\'t good at it what it does but because it made<span style=\"text-decoration: underline;\"> no effort to accommodate me.</span> They seemed to forget that there are other contractors out there.\r\n\r\nMost heat/AC contractors do not market actively. Many have websites and most work on their ratings on places like Angie\'s List, but they mostly depend on word of mouth. This is why working to RETAIN customers should be a large part of their business model.\r\n\r\n<strong>Customers that stay are a continuing source of income AND of referrals.</strong>\r\n\r\nAgain, the reality is that keeping customers should be job one:  Losing customers is easy and getting them back is difficult. No amount of marketing will bring back a customer that has found a better alternative.\r\n\r\nWhat are you doing to retain your customers or clients? I\'d like to find out what specific actions you are taking and I will be sharing those in a future blog post.','Why customer retention should be job one','','publish','open','open','','why-customer-retention-should-be-job-o','','','2014-01-21 18:02:10','2014-01-21 18:02:10','',0,'http://deborahbrody.com/?p=2467',0,'post','',0),
(2377,4,'2013-10-14 16:59:32','2013-10-14 16:59:32','At the gym today I saw a flyer for a private chef/prepared foods service. The concept is that you will get prepared meals delivered to your home on your schedule. What caught my eye was that at the bottom of the flyer it said: \"Website coming soon.\"\r\n\r\nThis got me thinking: Should you launch your business without having a website in place?  My gut tells me you should have your website up and running. However, nothing is so black and white, and probably, the answer depends on various factors, including:\r\n<ul>\r\n	<li>Type of business</li>\r\n	<li>How you get business (referrals, word of mouth, advertising)</li>\r\n	<li>Soft launch</li>\r\n	<li>Size of business</li>\r\n</ul>\r\nLastly, before launching, you need to understand how essential a website will be to your business. Will people need to consult your website to find out how to do business with you? In the case of the private chef,  a potential customer may want to check out types of food you offer, testimonials, pricing, timing.  Obviously, these questions can be answered by phone or in person too, but will you have time?\r\n\r\nI think there is more to be gained by having your website up and running BEFORE you launch. Does this mean you can\'t launch a business without a website? No. But it could cause problems for you as you try to build up your customer base.\r\n\r\nWhat do you think? Vote in the poll:\r\n\r\n[yop_poll id=\"2\"]','Should you launch your business before your website?','','inherit','open','open','','2374-revision-v1','','','2013-10-14 16:59:32','2013-10-14 16:59:32','',2374,'http://deborahbrody.com/2013/10/2374-revision-v1/',0,'revision','',0),
(2378,4,'2013-10-14 18:01:49','2013-10-14 18:01:49','Last night, I met a friend for dinner. He chose a Thai place that was half-way between his place and mine. Upon reading some reviews online, I found out that this is the only Thai place  in the area that\'s Halal, that is, observes Muslim dietary rules.\n\nWhen I got there last night, it was empty save for a couple of people. Few people came in until a outwardly observant Muslim family came in. When they were done eating and had left, the owner pretty much closed up shop and kicked my friend and me out. From the time we had arrived at 6:30 p.m. until we left, no more than ten other customers had been in the restaurant.\n\nThe food at this Thai place was not very good. It was mediocre. It wasn\'t spicy enough, or attractively presented enough or even interesting enough. They did not have Thai standards like green papaya salad or red curry. Based on the food alone, I would not go back.\n\nThe only relevant differentiator this Thai restaurant offers is that it is Halal. Is that enough? <strong>Can you have one strong point of differentiation and have that keep your business alive? Well, the answer is yes, but there is an \"if\" attached.</strong> In this case, you could have Halal as your point of differentiation ONLY IF your food is on par with other similar restaurants.\n\nIn a world where there are multiple offerings for everything (many organic grocery stores, tons of sushi restaurants, hundreds of nail salons),<strong> you have to meet the standard or exceed it AND then find your point of differentiation.</strong> For example, if you have a nail salon, not only do have to comply with sanitary guidelines required by law, but you should find something that your competition does not have (the most colors, the most comfortable chairs, etc.).\n\nWhat do you think? Is having a point of differentiation enough?','Is having a point of differentiation enough?','','inherit','open','open','','2362-autosave-v1','','','2013-10-14 18:01:49','2013-10-14 18:01:49','',2362,'http://deborahbrody.com/2013/10/2362-autosave-v1/',0,'revision','',0),
(2379,4,'2013-10-14 18:02:26','2013-10-14 18:02:26','Last night, I met a friend for dinner. He chose a Thai place that was half-way between his place and mine. Upon reading some reviews online, I found out that this is the only Thai place  in the area that\'s Halal, that is, observes Muslim dietary rules.\r\n\r\nWhen I got there last night, it was empty save for a couple of people. Few people came in until a outwardly observant Muslim family came in. When they were done eating and had left, the owner pretty much closed up shop and kicked my friend and me out. From the time we had arrived at 6:30 p.m. until we left, no more than ten other customers had been in the restaurant.\r\n\r\nThe food at this Thai place was not very good. In fact, it was mediocre. It wasn\'t spicy enough, or attractively presented enough or even interesting enough. They did not have Thai standards like green papaya salad or red curry. Based on the food alone, I would not go back.\r\n\r\nThe only relevant differentiator this Thai restaurant offers is that it\'s Halal. Is that enough? <strong>Can you have one strong point of differentiation and have that keep your business alive? Well, the answer is yes, but there is an \"if\" attached.</strong> In this case, you could have Halal as your point of differentiation ONLY IF your food is on par with other similar restaurants.\r\n\r\nIn a world where there are multiple offerings for everything (many organic grocery stores, tons of sushi restaurants, hundreds of nail salons),<strong> you have to meet the standard or exceed it AND then find your point of differentiation.</strong> For example, if you have a nail salon, not only do have to comply with sanitary guidelines required by law, but you should find something that your competition does not have (the most colors, the most comfortable chairs, etc.).\r\n\r\nWhat do you think? Is having a point of differentiation enough?','Is having a point of differentiation enough?','','inherit','open','open','','2362-revision-v1','','','2013-10-14 18:02:26','2013-10-14 18:02:26','',2362,'http://deborahbrody.com/2013/10/2362-revision-v1/',0,'revision','',0),
(2381,4,'2013-10-17 14:12:05','2013-10-17 14:12:05','If you are putting in the effort toward having a blog, shouldn\'t visitors to your website be able to find it easily? For some organizations, the answer seems to be no. Some blogs are hiding and that is not a good place for them to be.\r\n\r\nWhy are these blogs hiding? Here are several \"reasons:\"\r\n<ul>\r\n	<li>The blog is \"housed\" separately than the website on free blog hosting such as Blogger or WordPress.com.</li>\r\n	<li>Different departments handle the website and the blog and there is territoriality.</li>\r\n	<li>Organizations believe they must have a blog but don\'t want anybody to actually read it.</li>\r\n	<li>The blog is an afterthought and there is no room on the home page to include it.</li>\r\n	<li>Some organizations think it is obvious that blogs belong in the \"newsroom\" section or the \"publications\" section (AKA not understanding the user experience).</li>\r\n</ul>\r\nSuccessful blogs are:\r\n<ul>\r\n	<li>Findable/accessible</li>\r\n	<li>Relevant</li>\r\n	<li>Shareable</li>\r\n</ul>\r\nA blog that is hiding is not easy to find, and therefore, not accessible (and certainly not shared or subscribed to).  It won\'t matter how relevant or great the blog\'s content is if the average visitor to your website has no idea it is there.\r\n\r\n<em>Want to learn how to have a more effective blog? Attend my next How to Write Your Blog workshop on November 12, 2013 in Washington, DC. Get the details and <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">register today! </a></em>','Is your blog hiding?','','publish','open','open','','is-your-blog-hiding','','','2013-10-17 14:12:05','2013-10-17 14:12:05','',0,'http://deborahbrody.com/?p=2381',0,'post','',1),
(2382,4,'2013-10-17 14:10:29','2013-10-17 14:10:29','If you are putting in the effort toward having a blog, shouldn\'t visitors to your website be able to find it easily? For some organizations, the answer seems to be no. Some blogs are hiding and that is not a good place for them to be.\r\n\r\nWhy are these blogs hiding? Here are several \"reasons:\"\r\n<ul>\r\n	<li>The blog is \"housed\" separately than the website on free blog hosting such as Blogger or WordPress.com.</li>\r\n	<li>Different departments handle the website and the blog and there is territoriality.</li>\r\n	<li>Organizations believe they must have a blog but don\'t want anybody to actually read it.</li>\r\n	<li>The blog is an afterthought and there is no room on the home page to include it.</li>\r\n	<li>Some organizations think it is obvious that blogs belong in the \"newsroom\" section or the \"publications\" section (AKA not understanding the user experience).</li>\r\n</ul>\r\nSuccessful blogs are:\r\n<ul>\r\n	<li>Findable/accessible</li>\r\n	<li>Relevant</li>\r\n	<li>Shareable</li>\r\n</ul>\r\nA blog that is hiding is not easy to find, and therefore, not accessible (and certainly not shared or subscribed to).  It won\'t matter how relevant or great the blog\'s content is if the average visitor to your website has no idea it is there.\r\n\r\n<em>Want to learn how to have a more effective blog? Attend my next How to Write Your Blog workshop on November 12, 2013 in Washington, DC. Get the details and <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">register today! </a></em>','Is your blog hiding?','','inherit','open','open','','2381-revision-v1','','','2013-10-17 14:10:29','2013-10-17 14:10:29','',2381,'http://deborahbrody.com/2013/10/2381-revision-v1/',0,'revision','',0),
(2384,4,'2013-10-21 18:14:40','2013-10-21 18:14:40','Not every business needs to spend lots of money on marketing communications (ads, PR, etc.) but every business should spend time/effort/money on communicating with existing customers. Why? Because these businesses probably depend on referrals for their livelihood.\r\n\r\nEven if you don\'t have a marketing budget (although you should have some dollars set aside for your website and social media efforts), you must budget for customer communications. Keeping in touch with current customers is a serious no-brainer. There are several ways to do it, depending on the size of your customer base: newsletters (electronic or print), postcards, letters, blogging on your website and even phone calls.\r\n\r\nAt a bare minimum, your existing customers need to hear from you once a year. And yet, how many businesses do not communicate with customers at all?\r\n\r\nLet me give you a personal example. I bought my home insurance from an agency recommended by my real estate agent.  In the three years I have had this insurance this is the number of times I have heard from the insurance agency: zero. Not once. This past week, I got a policy renewal that listed a 20% increase in my premium. I called the insurer to find out what happened. It turns out that there has been a statewide, across-the-board increase, which, by the way, was announced in February. Except that I didn\'t know. Because my insurance agency did not bother to inform me.\r\n\r\nSince my agency does not communicate with me at all, I will be shopping for a new agency this week. I have no need to be loyal to the agency because they have shown absolutely no loyalty to me as a customer. They haven\'t kept me informed about insurance changes. They haven\'t inquired as to whether I need any type of other insurance. They have never even asked me if I am satisfied with my insurer.\r\n\r\nHaving a customer communication program is marketing. It can help maintain current customer relationships and it can lead to referrals.  It keeps your business top of mind.  The company that painted my house knows this, which is why it sent a card at Christmas. My heat/AC contractors send out postcard reminders in the spring and fall that it is time to have the system checked. The mechanics send discount coupons and reminders it is time for service on the car.\r\n<h4>Set up a customer communication program</h4>\r\nThe first step is to develop and/or refine your <strong>customer database</strong>.  You must collect basic customer information: address, phone number, email.\r\n\r\nAssign a <strong>budge</strong>t. Call it marketing or call it customer retention or call it a referral program. Just budget for it.\r\n\r\n<strong>Decide how many times per year you will have contact with your customers, </strong>taking into account factors including your budget, how you will communicate with customers, and the nature of your business<strong>.</strong> If you are a seasonal business (you sell Christmas baskets or you do taxes for example), then you could send out your communications once a year. If you depend on having informed customers (you deal with investments), you may need to have a monthly or even weekly newsletter.\r\n\r\nDecide what <strong>type of information</strong> your customers need.\r\n\r\nLine up the right <strong>vendors</strong> (printers, direct mail companies, e-marketing, etc.)\r\n\r\nDo you have a customer communications plan? If so, what do you take into account?\r\n<p id=\"stcpDiv\"><em>Want to learn how to have a more effective blog? Attend my next How to Write Your Blog workshop on November 12, 2013 in Washington, DC. Get the <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">details and register today!</a></em></p>','Why customer communication is marketing','','publish','open','open','','why-customer-communication-is-marketing','','','2013-10-21 18:14:40','2013-10-21 18:14:40','',0,'http://deborahbrody.com/?p=2384',0,'post','',0),
(2385,4,'2013-10-21 18:12:18','2013-10-21 18:12:18','Not every business needs to spend lots of money on marketing communications (ads, PR, etc.) but every business should spend time/effort/money on communicating with existing customers. Why? Because these businesses probably depend on referrals for their livelihood.\r\n\r\nEven if you don\'t have a marketing budget (although you should have some dollars set aside for your website and social media efforts), you must budget for customer communications. Keeping in touch with current customers is a serious no-brainer. There are several ways to do it, depending on the size of your customer base: newsletters (electronic or print), postcards, letters, blogging on your website and even phone calls.\r\n\r\nAt a bare minimum, your existing customers need to hear from you once a year. And yet, how many businesses do not communicate with customers at all?\r\n\r\nLet me give you a personal example. I bought my home insurance from an agency recommended by my real estate agent.  In the three years I have had this insurance this is the number of times I have heard from the insurance agency: zero. Not once. This past week, I got a policy renewal that listed a 20% increase in my premium. I called the insurer to find out what happened. It turns out that there has been a statewide, across-the-board increase, which, by the way, was announced in February. Except that I didn\'t know. Because my insurance agency did not bother to inform me.\r\n\r\nSince my agency does not communicate with me at all, I will be shopping for a new agency this week. I have no need to be loyal to the agency because they have shown absolutely no loyalty to me as a customer. They haven\'t kept me informed about insurance changes. They haven\'t inquired as to whether I need any type of other insurance. They have never even asked me if I am satisfied with my insurer.\r\n\r\nHaving a customer communication program is marketing. It can help maintain current customer relationships and it can lead to referrals.  It keeps your business top of mind.  The company that painted my house knows this, which is why it sent a card at Christmas. My heat/AC contractors send out postcard reminders in the spring and fall that it is time to have the system checked. The mechanics send discount coupons and reminders it is time for service on the car.\r\n<h4>Set up a customer communication program</h4>\r\nThe first step is to develop and/or refine your <strong>customer database</strong>.  You must collect basic customer information: address, phone number, email.\r\n\r\nAssign a <strong>budge</strong>t. Call it marketing or call it customer retention or call it a referral program. Just budget for it.\r\n\r\n<strong>Decide how many times per year you will have contact with your customers, </strong>taking into account factors including your budget, how you will communicate with customers, and the nature of your business<strong>.</strong> If you are a seasonal business (you sell Christmas baskets or you do taxes for example), then you could send out your communications once a year. If you depend on having informed customers (you deal with investments), you may need to have a monthly or even weekly newsletter.\r\n\r\nDecide what <strong>type of information</strong> your customers need.\r\n\r\nLine up the right <strong>vendors</strong> (printers, direct mail companies, e-marketing, etc.)\r\n\r\nDo you have a customer communications plan? If so, what do you take into account?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why customer communication is marketing','','inherit','open','open','','2384-revision-v1','','','2013-10-21 18:12:18','2013-10-21 18:12:18','',2384,'http://deborahbrody.com/2013/10/2384-revision-v1/',0,'revision','',0),
(2386,4,'2013-10-21 18:14:13','2013-10-21 18:14:13','Not every business needs to spend lots of money on marketing communications (ads, PR, etc.) but every business should spend time/effort/money on communicating with existing customers. Why? Because these businesses probably depend on referrals for their livelihood.\r\n\r\nEven if you don\'t have a marketing budget (although you should have some dollars set aside for your website and social media efforts), you must budget for customer communications. Keeping in touch with current customers is a serious no-brainer. There are several ways to do it, depending on the size of your customer base: newsletters (electronic or print), postcards, letters, blogging on your website and even phone calls.\r\n\r\nAt a bare minimum, your existing customers need to hear from you once a year. And yet, how many businesses do not communicate with customers at all?\r\n\r\nLet me give you a personal example. I bought my home insurance from an agency recommended by my real estate agent.  In the three years I have had this insurance this is the number of times I have heard from the insurance agency: zero. Not once. This past week, I got a policy renewal that listed a 20% increase in my premium. I called the insurer to find out what happened. It turns out that there has been a statewide, across-the-board increase, which, by the way, was announced in February. Except that I didn\'t know. Because my insurance agency did not bother to inform me.\r\n\r\nSince my agency does not communicate with me at all, I will be shopping for a new agency this week. I have no need to be loyal to the agency because they have shown absolutely no loyalty to me as a customer. They haven\'t kept me informed about insurance changes. They haven\'t inquired as to whether I need any type of other insurance. They have never even asked me if I am satisfied with my insurer.\r\n\r\nHaving a customer communication program is marketing. It can help maintain current customer relationships and it can lead to referrals.  It keeps your business top of mind.  The company that painted my house knows this, which is why it sent a card at Christmas. My heat/AC contractors send out postcard reminders in the spring and fall that it is time to have the system checked. The mechanics send discount coupons and reminders it is time for service on the car.\r\n<h4>Set up a customer communication program</h4>\r\nThe first step is to develop and/or refine your <strong>customer database</strong>.  You must collect basic customer information: address, phone number, email.\r\n\r\nAssign a <strong>budge</strong>t. Call it marketing or call it customer retention or call it a referral program. Just budget for it.\r\n\r\n<strong>Decide how many times per year you will have contact with your customers, </strong>taking into account factors including your budget, how you will communicate with customers, and the nature of your business<strong>.</strong> If you are a seasonal business (you sell Christmas baskets or you do taxes for example), then you could send out your communications once a year. If you depend on having informed customers (you deal with investments), you may need to have a monthly or even weekly newsletter.\r\n\r\nDecide what <strong>type of information</strong> your customers need.\r\n\r\nLine up the right <strong>vendors</strong> (printers, direct mail companies, e-marketing, etc.)\r\n\r\nDo you have a customer communications plan? If so, what do you take into account?\r\n<p id=\"stcpDiv\"><em>Want to learn how to have a more effective blog? Attend my next How to Write Your Blog workshop on November 12, 2013 in Washington, DC. Get the <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">details and register today!</a></em></p>','Why customer communication is marketing','','inherit','open','open','','2384-revision-v1','','','2013-10-21 18:14:13','2013-10-21 18:14:13','',2384,'http://deborahbrody.com/2013/10/2384-revision-v1/',0,'revision','',0),
(2387,4,'2013-10-23 14:33:18','2013-10-23 14:33:18','Between content marketing and content strategy and content creation, content is everywhere. These days, it seems like the one thing that will solve your communications and marketing problems is content. And really, who hasn\'t heard the phrase \"content is king?\"\r\n\r\nThe truth is it\'s not enough to write some stuff, call it content, and post it on your website and social networks. You\'ve got to work a wee bit harder than that.\r\n\r\nHere are the six (hard) truths of content creation:\r\n\r\n1. It\'s not enough to create content--you have to have<strong> a reason behind it</strong> (also called \"content strategy\").\r\n\r\n2. It\'s not enough to create content--you need to have<strong> quality content</strong>, which means that it  should be useful and/or relevant and/or interesting. And don\'t forget, it MUST be well-written (yes, grammar matters).\r\n\r\n3. It\'s not enough to create content--you want<strong> content that attracts attention</strong> and gets shared. Boring, irrelevant stuff is not going viral any time soon.\r\n\r\n4. It\'s not enough to create content--you need to make sure that people can <strong>find it</strong> (thought about SEO lately?) and can <strong>share it</strong> (where is your \"tweet this\" button?).\r\n\r\n5. It\'s not enough to create content--your content should <strong>help</strong> (answer questions, give relevant information) your customers, supporters or advocates.\r\n\r\n6. It\'s not enough to create content--you need to <strong>measure</strong> it (don\'t you want to know what is working and what isn\'t?).\r\n\r\nWhat rings true to you? Let me know in the comments.\r\n\r\n<em>Want to have a more effective blog? Attend the next <strong>How to Write Your Blog</strong> workshop on November 12 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Learn more and register today!</a></em>','The 6 Truths of Content Creation','','publish','open','open','','the-6-truths-of-content-creation','','','2013-10-23 14:33:18','2013-10-23 14:33:18','',0,'http://deborahbrody.com/?p=2387',0,'post','',0),
(2388,4,'2013-10-23 14:32:30','2013-10-23 14:32:30','Between content marketing and content strategy and content creation, content is everywhere. These days, it seems like the one thing that will solve your communications and marketing problems is content. And really, who hasn\'t heard the phrase \"content is king?\"\r\n\r\nThe truth is it\'s not enough to write some stuff, call it content, and post it on your website and social networks. You\'ve got to work a wee bit harder than that.\r\n\r\nHere are the six (hard) truths of content creation:\r\n\r\n1. It\'s not enough to create content--you have to have<strong> a reason behind it</strong> (also called \"content strategy\").\r\n\r\n2. It\'s not enough to create content--you need to have<strong> quality content</strong>, which means that it  should be useful and/or relevant and/or interesting. And don\'t forget, it MUST be well-written (yes, grammar matters).\r\n\r\n3. It\'s not enough to create content--you want<strong> content that attracts attention</strong> and gets shared. Boring, irrelevant stuff is not going viral any time soon.\r\n\r\n4. It\'s not enough to create content--you need to make sure that people can <strong>find it</strong> (thought about SEO lately?) and can <strong>share it</strong> (where is your \"tweet this\" button?).\r\n\r\n5. It\'s not enough to create content--your content should <strong>help</strong> (answer questions, give relevant information) your customers, supporters or advocates.\r\n\r\n6. It\'s not enough to create content--you need to <strong>measure</strong> it (don\'t you want to know what is working and what isn\'t?).\r\n\r\nWhat rings true to you? Let me know in the comments.\r\n\r\n<em>Want to have a more effective blog? Attend the next <strong>How to Write Your Blog</strong> workshop on November 12 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Learn more and register today!</a></em>','The 6 Truths of Content Creation','','inherit','open','open','','2387-revision-v1','','','2013-10-23 14:32:30','2013-10-23 14:32:30','',2387,'http://deborahbrody.com/2013/10/2387-revision-v1/',0,'revision','',0),
(2390,4,'2013-10-28 13:47:29','2013-10-28 13:47:29','If you ever watched the TLC show <span style=\"text-decoration: underline;\">What Not to Wear</span>, you know some people choose to wear cringe-inducing outfits when left to their own devices. It generally takes an ambush by the show\'s hosts, disapprovalof the person\'s loved ones, and a look in the three-way mirror for the fashion-challenged individual to consider changing his/her look.  In other words, sometimes you need an outside perspective.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"351\"]<a title=\"What? by judepics, on Flickr\" href=\"http://www.flickr.com/photos/judepics/159365806/\"><img alt=\"What?\" src=\"http://farm1.staticflickr.com/49/159365806_da2bcb4684.jpg\" width=\"351\" height=\"500\" /></a> What? by Judith (judepics) on Flickr[/caption]\r\n\r\nHere\'s my outside perspective on what you should not be doing on your blog:\r\n\r\n<strong>Pulling a bait and switch.</strong> You tell readers you have five tips for doing something but in reality you want them to buy your e-book or webinar. Not cool.\r\n\r\n<strong>Selling</strong>. You can funnel your readers to something you are selling, <em>after</em> you have given them value. In other words, your blog post is not advertising copy.\r\n\r\n<strong>Letting down your readers</strong>. If your headline promises the ten best ways to do something, then you should deliver those ten tips.\r\n\r\n<strong>Making readers cringe at your inability to use spell-check (or understand grammar)</strong>. We all make mistakes, and we all forgive one or two typos and grammatical slip-ups, but there\'s a limit.\r\n\r\n<strong>Not understanding how people read on the web (or on mobile)</strong>. Your post consists of a single paragraph, no breaks, no bolding, no graphics, no bullet points, nothing. And it is really long.  The web makes people <em>scan</em> content (so make your content scannable!).\r\n\r\n<strong>Closing off comments</strong>. Why be social if you don\'t want people to interact with you? You can and should have a comment policy, and you don\'t have to approve every comment, but do have a way for people to interact with your blog post.\r\n\r\n<strong>Being jargon and buzzword crazy</strong>. Few things make me want to scream as much as a blog post filled to the brim with buzzy phrases and cliched jargon (\"try to find your sweet spot by selling the c-suite on the low hanging fruit...\").\r\n\r\nWhat would you add? Tell me in the comments, which I moderate but always check and respond to!\r\n\r\n<em>Want to have an effective blog? Attend the next <strong>How to Write Your Blog</strong> workshop on November 12 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Get more details and register today! </a>Early registration prices available until Friday.</em>\r\n\r\n&nbsp;','What not to do on your blog','','publish','open','open','','what-not-to-do-on-your-blog','','','2013-10-28 13:49:24','2013-10-28 13:49:24','',0,'http://deborahbrody.com/?p=2390',0,'post','',0),
(2391,4,'2013-10-28 13:43:09','2013-10-28 13:43:09','If you ever watched the TLC show What Not to Wear, you know some people choose to wear cringe-inducing outfits when left to their own devices. It generally takes an ambush by the show\'s hosts, approval (or rather, disapproval) of the person\'s loved ones, and a look in the three-way mirror for the fashion-challenged individual to consider changing.  In other words, sometimes you need the outside perspective.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"351\"]<a title=\"What? by judepics, on Flickr\" href=\"http://www.flickr.com/photos/judepics/159365806/\"><img alt=\"What?\" src=\"http://farm1.staticflickr.com/49/159365806_da2bcb4684.jpg\" width=\"351\" height=\"500\" /></a> What? by Judith (judepics) on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nHere\'s my outside perspective on what you should not be doing on your blog:\r\n\r\n<strong>Pulling a bait and switch.</strong> You tell readers you have five tips for doing something but in reality you want them to buy your e-book or webinar. Not cool.\r\n\r\n<strong>Selling</strong>. You can funnel your readers to something you are selling, after you have given them value. In other words, your blog post is not advertising copy.\r\n\r\n<strong>Letting down your readers</strong>. If your headline promises the ten best ways to do something, then you should deliver those ten tips.\r\n\r\n<strong>Making readers cringe at your inability to use spell-check (or understand grammar)</strong>. We all make mistakes, and we all forgive one or two typos and grammatical slip-ups, but there\'s a limit.\r\n\r\n<strong>Not understanding how people read on the web (or on mobile)</strong>. Your post consists of a single paragraph, no breaks, no bolding, no graphics, no bullet points, nothing. And it is really long.  The web makes people <em>scan</em> content (so make your content scannable!).\r\n\r\n<strong>Closing off comments</strong>. Why be social if you don\'t want people to interact with you? You can and should have a comment policy, and you don\'t have to approve every comment, but do have a way for people to interact with your blog post.\r\n\r\n<strong>Being jargon and buzzword crazy</strong>. Few things make me want to scream as much as a blog post filled to the brim with buzzy phrases and cliched jargon (\"try to find your sweet spot by selling the c-suite on the low hanging fruit...\").\r\n\r\nWhat would you add? Tell me in the comments, which I moderate but always check and respond to!\r\n\r\n<em>Want to have an effective blog? Attend the next <strong>How to Write Your Blog</strong> workshop on November 12 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Get more details and register today! </a>Early registration prices available until Friday.</em>\r\n\r\n&nbsp;','What not to do on your blog','','inherit','open','open','','2390-revision-v1','','','2013-10-28 13:43:09','2013-10-28 13:43:09','',2390,'http://deborahbrody.com/2013/10/2390-revision-v1/',0,'revision','',0),
(2392,4,'2013-10-28 13:47:06','2013-10-28 13:47:06','If you ever watched the TLC show What Not to Wear, you know some people choose to wear cringe-inducing outfits when left to their own devices. It generally takes an ambush by the show\'s hosts, disapprovalof the person\'s loved ones, and a look in the three-way mirror for the fashion-challenged individual to consider changing his/her look.  In other words, sometimes you need an outside perspective.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"351\"]<a title=\"What? by judepics, on Flickr\" href=\"http://www.flickr.com/photos/judepics/159365806/\"><img alt=\"What?\" src=\"http://farm1.staticflickr.com/49/159365806_da2bcb4684.jpg\" width=\"351\" height=\"500\" /></a> What? by Judith (judepics) on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nHere\'s my outside perspective on what you should not be doing on your blog:\r\n\r\n<strong>Pulling a bait and switch.</strong> You tell readers you have five tips for doing something but in reality you want them to buy your e-book or webinar. Not cool.\r\n\r\n<strong>Selling</strong>. You can funnel your readers to something you are selling, after you have given them value. In other words, your blog post is not advertising copy.\r\n\r\n<strong>Letting down your readers</strong>. If your headline promises the ten best ways to do something, then you should deliver those ten tips.\r\n\r\n<strong>Making readers cringe at your inability to use spell-check (or understand grammar)</strong>. We all make mistakes, and we all forgive one or two typos and grammatical slip-ups, but there\'s a limit.\r\n\r\n<strong>Not understanding how people read on the web (or on mobile)</strong>. Your post consists of a single paragraph, no breaks, no bolding, no graphics, no bullet points, nothing. And it is really long.  The web makes people <em>scan</em> content (so make your content scannable!).\r\n\r\n<strong>Closing off comments</strong>. Why be social if you don\'t want people to interact with you? You can and should have a comment policy, and you don\'t have to approve every comment, but do have a way for people to interact with your blog post.\r\n\r\n<strong>Being jargon and buzzword crazy</strong>. Few things make me want to scream as much as a blog post filled to the brim with buzzy phrases and cliched jargon (\"try to find your sweet spot by selling the c-suite on the low hanging fruit...\").\r\n\r\nWhat would you add? Tell me in the comments, which I moderate but always check and respond to!\r\n\r\n<em>Want to have an effective blog? Attend the next <strong>How to Write Your Blog</strong> workshop on November 12 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Get more details and register today! </a>Early registration prices available until Friday.</em>\r\n\r\n&nbsp;','What not to do on your blog','','inherit','open','open','','2390-revision-v1','','','2013-10-28 13:47:06','2013-10-28 13:47:06','',2390,'http://deborahbrody.com/2013/10/2390-revision-v1/',0,'revision','',0),
(2393,4,'2013-10-28 13:47:29','2013-10-28 13:47:29','If you ever watched the TLC show What Not to Wear, you know some people choose to wear cringe-inducing outfits when left to their own devices. It generally takes an ambush by the show\'s hosts, disapprovalof the person\'s loved ones, and a look in the three-way mirror for the fashion-challenged individual to consider changing his/her look.  In other words, sometimes you need an outside perspective.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"351\"]<a title=\"What? by judepics, on Flickr\" href=\"http://www.flickr.com/photos/judepics/159365806/\"><img alt=\"What?\" src=\"http://farm1.staticflickr.com/49/159365806_da2bcb4684.jpg\" width=\"351\" height=\"500\" /></a> What? by Judith (judepics) on Flickr[/caption]\r\n\r\nHere\'s my outside perspective on what you should not be doing on your blog:\r\n\r\n<strong>Pulling a bait and switch.</strong> You tell readers you have five tips for doing something but in reality you want them to buy your e-book or webinar. Not cool.\r\n\r\n<strong>Selling</strong>. You can funnel your readers to something you are selling, after you have given them value. In other words, your blog post is not advertising copy.\r\n\r\n<strong>Letting down your readers</strong>. If your headline promises the ten best ways to do something, then you should deliver those ten tips.\r\n\r\n<strong>Making readers cringe at your inability to use spell-check (or understand grammar)</strong>. We all make mistakes, and we all forgive one or two typos and grammatical slip-ups, but there\'s a limit.\r\n\r\n<strong>Not understanding how people read on the web (or on mobile)</strong>. Your post consists of a single paragraph, no breaks, no bolding, no graphics, no bullet points, nothing. And it is really long.  The web makes people <em>scan</em> content (so make your content scannable!).\r\n\r\n<strong>Closing off comments</strong>. Why be social if you don\'t want people to interact with you? You can and should have a comment policy, and you don\'t have to approve every comment, but do have a way for people to interact with your blog post.\r\n\r\n<strong>Being jargon and buzzword crazy</strong>. Few things make me want to scream as much as a blog post filled to the brim with buzzy phrases and cliched jargon (\"try to find your sweet spot by selling the c-suite on the low hanging fruit...\").\r\n\r\nWhat would you add? Tell me in the comments, which I moderate but always check and respond to!\r\n\r\n<em>Want to have an effective blog? Attend the next <strong>How to Write Your Blog</strong> workshop on November 12 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Get more details and register today! </a>Early registration prices available until Friday.</em>\r\n\r\n&nbsp;','What not to do on your blog','','inherit','open','open','','2390-revision-v1','','','2013-10-28 13:47:29','2013-10-28 13:47:29','',2390,'http://deborahbrody.com/2013/10/2390-revision-v1/',0,'revision','',0),
(2394,4,'2013-10-28 13:49:24','2013-10-28 13:49:24','If you ever watched the TLC show <span style=\"text-decoration: underline;\">What Not to Wear</span>, you know some people choose to wear cringe-inducing outfits when left to their own devices. It generally takes an ambush by the show\'s hosts, disapprovalof the person\'s loved ones, and a look in the three-way mirror for the fashion-challenged individual to consider changing his/her look.  In other words, sometimes you need an outside perspective.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"351\"]<a title=\"What? by judepics, on Flickr\" href=\"http://www.flickr.com/photos/judepics/159365806/\"><img alt=\"What?\" src=\"http://farm1.staticflickr.com/49/159365806_da2bcb4684.jpg\" width=\"351\" height=\"500\" /></a> What? by Judith (judepics) on Flickr[/caption]\r\n\r\nHere\'s my outside perspective on what you should not be doing on your blog:\r\n\r\n<strong>Pulling a bait and switch.</strong> You tell readers you have five tips for doing something but in reality you want them to buy your e-book or webinar. Not cool.\r\n\r\n<strong>Selling</strong>. You can funnel your readers to something you are selling, <em>after</em> you have given them value. In other words, your blog post is not advertising copy.\r\n\r\n<strong>Letting down your readers</strong>. If your headline promises the ten best ways to do something, then you should deliver those ten tips.\r\n\r\n<strong>Making readers cringe at your inability to use spell-check (or understand grammar)</strong>. We all make mistakes, and we all forgive one or two typos and grammatical slip-ups, but there\'s a limit.\r\n\r\n<strong>Not understanding how people read on the web (or on mobile)</strong>. Your post consists of a single paragraph, no breaks, no bolding, no graphics, no bullet points, nothing. And it is really long.  The web makes people <em>scan</em> content (so make your content scannable!).\r\n\r\n<strong>Closing off comments</strong>. Why be social if you don\'t want people to interact with you? You can and should have a comment policy, and you don\'t have to approve every comment, but do have a way for people to interact with your blog post.\r\n\r\n<strong>Being jargon and buzzword crazy</strong>. Few things make me want to scream as much as a blog post filled to the brim with buzzy phrases and cliched jargon (\"try to find your sweet spot by selling the c-suite on the low hanging fruit...\").\r\n\r\nWhat would you add? Tell me in the comments, which I moderate but always check and respond to!\r\n\r\n<em>Want to have an effective blog? Attend the next <strong>How to Write Your Blog</strong> workshop on November 12 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Get more details and register today! </a>Early registration prices available until Friday.</em>\r\n\r\n&nbsp;','What not to do on your blog','','inherit','open','open','','2390-revision-v1','','','2013-10-28 13:49:24','2013-10-28 13:49:24','',2390,'http://deborahbrody.com/2013/10/2390-revision-v1/',0,'revision','',0),
(2403,4,'2013-11-07 16:18:38','2013-11-07 16:18:38','There\'s all sorts of analysis going on right now about Tuesday\'s election results. Chris Christie, a Republican, got re-elected as New Jersey governor with a 30% or so margin over his opponent. In Virginia, Terry McAuliffe, a Democrat, won the governorship with a razor-thin margin of 2% over his opponent Ken Cuccinelli.\r\n\r\nIf you have been following the Virginia race, you know that Ken Cuccinelli is very conservative. He has publicly-known views against abortion, birth control access, equal rights for homosexuals and he denies climate change. He is also very vocal in his opposition to the Affordable Care Act known as Obamacare.  Apparently, many people in Virginia share these views, but not enough people to catapult him into the governorship.\r\n\r\nPundits have been saying that Cuccinelli lost because he was outspent by McAuliffe. Some say it is because of how the nominating process took place (no primary, just a convention of the party faithful who tend to be more to the right of the general voting population).\r\n\r\nI think that one of the reasons Cuccinelli lost is because he is not likeable. You could never imagine hanging out with him. He rarely smiles and when he does, it is not a \"real\" smile. Contrast that with Christie.  Christie is a big bear of a man--hugging people left and right. He is a huge fan of Bruce Springsteen and not afraid to let that be known. You could definitely see yourself having a beer (or two) with Chris Christie.\r\n\r\nCuccinelli is a sour, judgmental kind of a guy. He doesn\'t approve of many things and he has made it his mission to rid Virginia of these things. His rigidity is antithetical to likeability. Christie, on the other hand, is more pragmatic. In spite of his party\'s opposition to Obama, he embraced him (literally and figuratively) in the aftermath of Sandy. His pragmatism helps boost his likeability.\r\n\r\nThe Washington Post reported that Cuccinelli did not call McAuliffe to concede or congratulate him after the election and he says he will<em> never</em> call him. That sounds like both sour grapes and lack of sportsmanship. Not likeable.\r\n\r\nPeople don\'t elect people they don\'t like. It\'s that simple. It goes beyond politics and policy and it comes down to likeability. I think George W. Bush won against John Kerry because Bush is the more likeable person. Kerry seemed very patrician and detached (not unlike Mitt Romney, if you think about it) while Bush had his Texas twang and swagger.\r\n\r\nHow does this translate into marketing and communications? Simple. Focus on the likeabilty of your product or service. Don\'t advertise a product by denigrating the user or a potential user. People like positivity, and they are turned off by negativity.\r\n\r\n<strong>It\'s not random that Facebook asks you to \"like\" pages/companies/products. If you like something, you want to find out more about it, right?</strong>\r\n\r\n<em>Do you want to improve your blogging? Attend the How to Write Your Blog workshop next Tuesday, November 12 in Washington, DC. Only five spots are left, so <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">register today!</a></em>','It may be all about likeability','','publish','open','open','','it-may-be-all-about-likeability','','','2013-11-07 16:18:38','2013-11-07 16:18:38','',0,'http://deborahbrody.com/?p=2403',0,'post','',0),
(2397,4,'2013-10-30 14:34:41','2013-10-30 14:34:41','How many blogs do you read or follow? I have about 100 on my blog reader, and I read dozens more (OK, it is an occupational hazard). Now think about the blogs you read regularly, what do you like about them? If I were to hazard a guess, the number one thing that makes that blog great (for you) is\r\n<p style=\"text-align: center;\"><strong>Relevant and/or interesting content</strong></p>\r\n<p style=\"text-align: left;\">You would not read it if it did not offer you the information you like to read about, whether your thing is food, politics, journalism, PR, beer or any number of other subjects.  But there are other reasons blogs are great.</p>\r\n<p style=\"text-align: left;\">Great blogs are:</p>\r\n\r\n<ul>\r\n	<li><strong>Shareable</strong> (no sharing buttons, no new readers)</li>\r\n	<li><strong>Interactive</strong> (allow for discussion in the comments)</li>\r\n	<li><strong>Findable</strong> (not only on by search <a title=\"Is your blog hiding?\" href=\"http://deborahbrody.com/2013/10/is-your-blog-hiding/\">but also on your main website</a>)</li>\r\n	<li><strong>Pleasing to the eye</strong> (design does matter)</li>\r\n	<li><strong>Scannable</strong> (headings, bullet points, lists all help)</li>\r\n	<li><strong>Well written</strong> (or well spoken if a video or audio blog)</li>\r\n</ul>\r\n<p style=\"text-align: left;\">What would you add? Please tell me what makes you read a blog regularly.</p>\r\n<p style=\"text-align: left;\">I will be introducing a new feature where I rate blogs based on these attributes. Watch for it soon!</p>\r\n<p style=\"text-align: left;\"><em>Want to have a great blog? Sign up for the next <strong>How to Write Your Blog</strong> workshop on 11/12/13 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Get all the details and register today</a> (early registration prices available until Friday, November 1 at midnight).</em></p>','What makes for a great blog?','','publish','open','open','','what-makes-for-a-great-blog','','\nhttp://deborahbrody.com/2013/10/is-your-blog-hiding/','2013-10-31 17:34:57','2013-10-31 17:34:57','',0,'http://deborahbrody.com/?p=2397',0,'post','',2),
(2398,4,'2013-10-30 14:24:35','2013-10-30 14:24:35','How many blogs do you read or follow? I have about 100 on my blog reader, and I read dozens more (OK, it is an occupational hazard). Now think about the blogs you read regularly, what do you like about it? If I were to hazard a guess, the number one thing that makes that blog great (for you) is\r\n<p style=\"text-align: center;\"><strong>Relevance and/or interesting content</strong></p>\r\n<p style=\"text-align: left;\">You would not read it if it did not offer you the information you like to read about, whether your thing is food, politics, journalism, PR, beer or any number of other subjects.  But there are other reasons blogs are great.</p>\r\n<p style=\"text-align: left;\">Great blogs are:</p>\r\n\r\n<ul>\r\n	<li><strong>Shareable</strong> (no sharing buttons, no new readers)</li>\r\n	<li><strong>Interactive</strong> (allow for discussion in the comments)</li>\r\n	<li><strong>Findable</strong> (not only on by search but on your main website)</li>\r\n	<li><strong>Pleasing to the eye</strong> (design does matter)</li>\r\n	<li><strong>Scannable</strong> (headings, bullet points, lists all help)</li>\r\n	<li><strong>Well written</strong> (or well spoken if a video or audio blog)</li>\r\n</ul>\r\n<p style=\"text-align: left;\">What would you add? Please tell me what makes you read a blog regularly.</p>\r\n<p style=\"text-align: left;\">I will be introducing a new feature where I rate blogs based on these attributes. Watch for it soon!</p>','What makes for a great blog?','','inherit','open','open','','2397-revision-v1','','','2013-10-30 14:24:35','2013-10-30 14:24:35','',2397,'http://deborahbrody.com/2013/10/2397-revision-v1/',0,'revision','',0),
(2399,4,'2013-10-30 14:29:33','2013-10-30 14:29:33','How many blogs do you read or follow? I have about 100 on my blog reader, and I read dozens more (OK, it is an occupational hazard). Now think about the blogs you read regularly, what do you like about it? If I were to hazard a guess, the number one thing that makes that blog great (for you) is\r\n<p style=\"text-align: center;\"><strong>Relevance and/or interesting content</strong></p>\r\n<p style=\"text-align: left;\">You would not read it if it did not offer you the information you like to read about, whether your thing is food, politics, journalism, PR, beer or any number of other subjects.  But there are other reasons blogs are great.</p>\r\n<p style=\"text-align: left;\">Great blogs are:</p>\r\n\r\n<ul>\r\n	<li><strong>Shareable</strong> (<a title=\"The two actions that will make your communications more effective\" href=\"http://deborahbrody.com/2013/05/the-two-actions-that-will-make-your-communications-more-effective/\">no sharing buttons</a>, no new readers)</li>\r\n	<li><strong>Interactive</strong> (allow for discussion in the comments)</li>\r\n	<li><strong>Findable</strong> (not only on by search <a title=\"Is your blog hiding?\" href=\"http://deborahbrody.com/2013/10/is-your-blog-hiding/\">but also on your main website</a>)</li>\r\n	<li><strong>Pleasing to the eye</strong> (design does matter)</li>\r\n	<li><strong>Scannable</strong> (headings, bullet points, lists all help)</li>\r\n	<li><strong>Well written</strong> (or well spoken if a video or audio blog)</li>\r\n</ul>\r\n<p style=\"text-align: left;\">What would you add? Please tell me what makes you read a blog regularly.</p>\r\n<p style=\"text-align: left;\">I will be introducing a new feature where I rate blogs based on these attributes. Watch for it soon!</p>','What makes for a great blog?','','inherit','open','open','','2397-revision-v1','','','2013-10-30 14:29:33','2013-10-30 14:29:33','',2397,'http://deborahbrody.com/2013/10/2397-revision-v1/',0,'revision','',0),
(2400,4,'2013-10-30 14:34:07','2013-10-30 14:34:07','How many blogs do you read or follow? I have about 100 on my blog reader, and I read dozens more (OK, it is an occupational hazard). Now think about the blogs you read regularly, what do you like about them? If I were to hazard a guess, the number one thing that makes that blog great (for you) is\r\n<p style=\"text-align: center;\"><strong>Relevant and/or interesting content</strong></p>\r\n<p style=\"text-align: left;\">You would not read it if it did not offer you the information you like to read about, whether your thing is food, politics, journalism, PR, beer or any number of other subjects.  But there are other reasons blogs are great.</p>\r\n<p style=\"text-align: left;\">Great blogs are:</p>\r\n\r\n<ul>\r\n	<li><strong>Shareable</strong> (no sharing buttons, no new readers)</li>\r\n	<li><strong>Interactive</strong> (allow for discussion in the comments)</li>\r\n	<li><strong>Findable</strong> (not only on by search <a title=\"Is your blog hiding?\" href=\"http://deborahbrody.com/2013/10/is-your-blog-hiding/\">but also on your main website</a>)</li>\r\n	<li><strong>Pleasing to the eye</strong> (design does matter)</li>\r\n	<li><strong>Scannable</strong> (headings, bullet points, lists all help)</li>\r\n	<li><strong>Well written</strong> (or well spoken if a video or audio blog)</li>\r\n</ul>\r\n<p style=\"text-align: left;\">What would you add? Please tell me what makes you read a blog regularly.</p>\r\n<p style=\"text-align: left;\">I will be introducing a new feature where I rate blogs based on these attributes. Watch for it soon!</p>\r\n<p style=\"text-align: left;\"><em>Want to have a great blog? Sign up for the next <strong>How to Write Your Blog</strong> workshop on 11/12/13 in Washington, DC.  <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Get all the details and register today</a> (early registration prices available until Friday, November 1 at midnight).</em></p>','What makes for a great blog?','','inherit','open','open','','2397-revision-v1','','','2013-10-30 14:34:07','2013-10-30 14:34:07','',2397,'http://deborahbrody.com/2013/10/2397-revision-v1/',0,'revision','',0),
(2401,4,'2013-11-05 14:36:27','2013-11-05 14:36:27','Whenever I have a workshop or a presentation on blogging, someone asks how you know if you have a \"successful\" blog. And my answer is always the same: <strong>you define your success.</strong>  You set the goals for your blog and if you reach those goals, then you have success.\r\n\r\nStart with having SMART (<span style=\"text-decoration: underline;\">s</span>pecific, <span style=\"text-decoration: underline;\">m</span>easurable, <span style=\"text-decoration: underline;\">a</span>ttainable, <span style=\"text-decoration: underline;\">r</span>ealistic, <span style=\"text-decoration: underline;\">t</span>imely) goals, <strong>emphasis on measurable and specific</strong>.\r\n\r\nGoals could be:\r\n<ul>\r\n	<li>Get a certain number of readers each day</li>\r\n	<li>Get readers to click on links or go to a certain page on your website</li>\r\n	<li>Get readers to subscribe to your newsletter or to your RSS feed</li>\r\n	<li>Stimulate discussion or get comments</li>\r\n	<li>Get shares on social networks</li>\r\n</ul>\r\nOnce you have goals, you will track these using an analytics program such as Google Analytics. There are many resources out there, but I found this post by Jeff Sauer very helpful: <a href=\"http://www.jeffalytics.com/google-analytics-for-bloggers-presentation/\" target=\"_blank\">Google Analytics 101 for Bloggers</a>. Although I use Google Analytics, there are other programs out there (some free, some not). There may be a better choice for you, as Tom Ewer writes: <a href=\"http://www.leavingworkbehind.com/clicky-web-analytics/\" target=\"_blank\">Why I Use Clicky Analytics</a>.\r\n\r\nWhat are the goals for your blog? Are you actively tracking them?\r\n\r\n<em>Do you want to improve your blogging? Attend my <strong>How to Write Your Blog</strong> workshop next week on November 12 in Washington, DC. <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Learn more and register today!</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What are the goals for your blog?','','publish','open','open','','what-are-the-goals-for-your-blog','','\nhttp://www.leavingworkbehind.com/clicky-web-analytics/','2013-11-05 14:36:27','2013-11-05 14:36:27','',0,'http://deborahbrody.com/?p=2401',0,'post','',0),
(2402,4,'2013-11-05 14:36:27','2013-11-05 14:36:27','Whenever I have a workshop or a presentation on blogging, someone asks how you know if you have a \"successful\" blog. And my answer is always the same: <strong>you define your success.</strong>  You set the goals for your blog and if you reach those goals, then you have success.\r\n\r\nStart with having SMART (<span style=\"text-decoration: underline;\">s</span>pecific, <span style=\"text-decoration: underline;\">m</span>easurable, <span style=\"text-decoration: underline;\">a</span>ttainable, <span style=\"text-decoration: underline;\">r</span>ealistic, <span style=\"text-decoration: underline;\">t</span>imely) goals, <strong>emphasis on measurable and specific</strong>.\r\n\r\nGoals could be:\r\n<ul>\r\n	<li>Get a certain number of readers each day</li>\r\n	<li>Get readers to click on links or go to a certain page on your website</li>\r\n	<li>Get readers to subscribe to your newsletter or to your RSS feed</li>\r\n	<li>Stimulate discussion or get comments</li>\r\n	<li>Get shares on social networks</li>\r\n</ul>\r\nOnce you have goals, you will track these using an analytics program such as Google Analytics. There are many resources out there, but I found this post by Jeff Sauer very helpful: <a href=\"http://www.jeffalytics.com/google-analytics-for-bloggers-presentation/\" target=\"_blank\">Google Analytics 101 for Bloggers</a>. Although I use Google Analytics, there are other programs out there (some free, some not). There may be a better choice for you, as Tom Ewer writes: <a href=\"http://www.leavingworkbehind.com/clicky-web-analytics/\" target=\"_blank\">Why I Use Clicky Analytics</a>.\r\n\r\nWhat are the goals for your blog? Are you actively tracking them?\r\n\r\n<em>Do you want to improve your blogging? Attend my <strong>How to Write Your Blog</strong> workshop next week on November 12 in Washington, DC. <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">Learn more and register today!</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What are the goals for your blog?','','inherit','open','open','','2401-revision-v1','','','2013-11-05 14:36:27','2013-11-05 14:36:27','',2401,'http://deborahbrody.com/2013/11/2401-revision-v1/',0,'revision','',0),
(2404,4,'2013-11-07 16:18:38','2013-11-07 16:18:38','There\'s all sorts of analysis going on right now about Tuesday\'s election results. Chris Christie, a Republican, got re-elected as New Jersey governor with a 30% or so margin over his opponent. In Virginia, Terry McAuliffe, a Democrat, won the governorship with a razor-thin margin of 2% over his opponent Ken Cuccinelli.\r\n\r\nIf you have been following the Virginia race, you know that Ken Cuccinelli is very conservative. He has publicly-known views against abortion, birth control access, equal rights for homosexuals and he denies climate change. He is also very vocal in his opposition to the Affordable Care Act known as Obamacare.  Apparently, many people in Virginia share these views, but not enough people to catapult him into the governorship.\r\n\r\nPundits have been saying that Cuccinelli lost because he was outspent by McAuliffe. Some say it is because of how the nominating process took place (no primary, just a convention of the party faithful who tend to be more to the right of the general voting population).\r\n\r\nI think that one of the reasons Cuccinelli lost is because he is not likeable. You could never imagine hanging out with him. He rarely smiles and when he does, it is not a \"real\" smile. Contrast that with Christie.  Christie is a big bear of a man--hugging people left and right. He is a huge fan of Bruce Springsteen and not afraid to let that be known. You could definitely see yourself having a beer (or two) with Chris Christie.\r\n\r\nCuccinelli is a sour, judgmental kind of a guy. He doesn\'t approve of many things and he has made it his mission to rid Virginia of these things. His rigidity is antithetical to likeability. Christie, on the other hand, is more pragmatic. In spite of his party\'s opposition to Obama, he embraced him (literally and figuratively) in the aftermath of Sandy. His pragmatism helps boost his likeability.\r\n\r\nThe Washington Post reported that Cuccinelli did not call McAuliffe to concede or congratulate him after the election and he says he will<em> never</em> call him. That sounds like both sour grapes and lack of sportsmanship. Not likeable.\r\n\r\nPeople don\'t elect people they don\'t like. It\'s that simple. It goes beyond politics and policy and it comes down to likeability. I think George W. Bush won against John Kerry because Bush is the more likeable person. Kerry seemed very patrician and detached (not unlike Mitt Romney, if you think about it) while Bush had his Texas twang and swagger.\r\n\r\nHow does this translate into marketing and communications? Simple. Focus on the likeabilty of your product or service. Don\'t advertise a product by denigrating the user or a potential user. People like positivity, and they are turned off by negativity.\r\n\r\n<strong>It\'s not random that Facebook asks you to \"like\" pages/companies/products. If you like something, you want to find out more about it, right?</strong>\r\n\r\n<em>Do you want to improve your blogging? Attend the How to Write Your Blog workshop next Tuesday, November 12 in Washington, DC. Only five spots are left, so <a href=\"http://dbmcbloggingworkshop.eventbrite.com/\" target=\"_blank\">register today!</a></em>','It may be all about likeability','','inherit','open','open','','2403-revision-v1','','','2013-11-07 16:18:38','2013-11-07 16:18:38','',2403,'http://deborahbrody.com/2013/11/2403-revision-v1/',0,'revision','',0),
(2434,4,'2013-12-13 13:10:08','2013-12-13 13:10:08','We\'ve all met people who are desperately trying to make sure everybody knows how smart or how powerful or how well-connected they are. These people do things like sweep into a room and speak very loudly, making sure they become the center of attention. They may also love to name-drop. And sometimes they think that by using sentences packed with big words and jargon, you will be mesmerized into thinking they really know what they are talking about.\r\n\r\nBut the opposite always happens. The harder people try to impress you, the more you tend to see through them. Same thing happens with your written communications--blogs, websites, letters, whatever. If you try to impress, especially by filling your writing with jargon and big words, the less you are communicating.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"320\"]<a title=\"Merry Go Round by Mike Rawlins, on Flickr\" href=\"http://www.flickr.com/photos/mikerawlins/2223889360/\"><img alt=\"Merry Go Round\" src=\"http://farm3.staticflickr.com/2406/2223889360_da65cf100b_n.jpg\" width=\"320\" height=\"213\" /></a> Merry Go Round by Mike Rawlins on Flickr.[/caption]\r\n\r\nAs Mack Collier wrote in his blog post, <a href=\"http://www.mackcollier.com/you-dont-look-smarter-by-making-other-people-feel-stupid/\">\"You Don\'t Look Smarter by Making Others Feel Stupid.\":</a>\r\n<blockquote>Make your ideas more accessible and empower your audience to learn at a pace that’s comfortable to them.  Remember that if your words make the reader feel dumb then the reader might decide that you’re not an ‘expert’ after all</blockquote>\r\nSo, if you think that throwing big words around will result in you looking smarter, you are dead wrong. (P.S.:  I LOVE that quote from Albert Einstein: \"If you can\'t explain it simply, you don\'t understand it well enough.\")\r\n\r\nIt reminds me of a time when I was visiting a friend in Florida. She had a little baby at the the time, and she had another friend visiting who also had a baby with her. Both women were in the pool and both babies were naked. They asked if I wanted to get in. I said I really did not want to be swimming in baby pee. The friend looked at me and said that baby pee was sterile, and that I needn\'t be concerned. She added she knew this because she was a physician. Yes, she called herself a physician.  To which I promptly replied: \"Oh you\'re a doctor. What is your specialty?\" (I think she was a dermatologist, but I don\'t remember.) I couldn\'t get over that she thought calling herself a physician somehow made her more authoritative.\r\n\r\nIn everyday conversation we visit our doctors and have our lawyers--not our attorneys--draw up contracts. When someone asks us where we live, we don\'t say we \"reside\" in a certain neighborhood. If someone asks why we are taking night classes, we usually say we are trying to learn more about the topic, not \"augmenting our knowledge base.\" If we get a new gadget, we tell people how much it has changed our lives, not \"it is a disruptive technology.\"\r\n\r\n<strong>So, next time you want to appear like you know what you are talking about, get off your high horse and use the words most people would actually use in conversation.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Get off your high horse (if you really want to communicate)','','publish','open','open','','get-off-your-high-horse-if-you-really-want-to-communicate','','','2013-12-13 13:10:08','2013-12-13 13:10:08','',0,'http://deborahbrody.com/?p=2434',0,'post','',0),
(2415,4,'2013-11-25 13:06:31','2013-11-25 13:06:31','I am an avid news follower. I have been reading a newspaper daily since I was eight years old (really). At times, I even read two and three dailies (when I was in grad school up at Boston University, I decided I should read the <em>Wall Street Journal,</em> in addition to the <em>New York Times</em> and the <em>Boston Globe</em>. The <em>Globe</em> was not owned by the <em>Times</em> then, but I digress).  Additionally, I read lots of stuff online plus I watch the CBS and/or NBC evening news broadcasts when I can.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"newspaper by zoetnet, on Flickr\" href=\"http://www.flickr.com/photos/zoetnet/4851547572/\"><img title=\"Reading the newspaper \" alt=\"newspaper\" src=\"http://farm5.staticflickr.com/4122/4851547572_379416cff3.jpg\" width=\"500\" height=\"375\" /></a> Reading the newspaper in park by Zoetnet on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nWhen I read the newspaper, what I am really doing is scanning. I scan all the headlines first. If the headline is about an interesting subject, then I read the first few paragraphs (same goes for op-eds). I usually discard the sports section, but only after reading the main headline on the front page (it is important to know the results of the game, but I have no patience for the analysis of why).\r\n\r\nI don\'t read long articles--never have and never will. I don\'t have the patience or the time.\r\n\r\nEven though most people don\'t read printed newspapers, they are acting the same online: <strong>They scan. They skip long form. They only read what interests them.</strong>\r\n\r\nLessons here are:\r\n<ul>\r\n	<li>Headlines matter A LOT.</li>\r\n	<li>Longer is not necessarily better.</li>\r\n	<li>People will always read<em> only</em> what interests them.</li>\r\n</ul>\r\n<strong>In other words, keep it short and keep it interesting.</strong>','How I read the news and why it matters ','','publish','open','open','','how-i-read-the-news-and-why-it-matters','','','2013-11-25 13:06:31','2013-11-25 13:06:31','',0,'http://deborahbrody.com/?p=2415',0,'post','',0),
(2408,4,'2013-11-13 14:28:21','2013-11-13 14:28:21','Social media allows for interactions across all sorts of barriers, whether they be time zones, geography or culture. With Facebook, you can keep up with what an old classmate is doing, even if she is living in the remotest corner of Siberia.\r\n\r\nAlthough social media has made it possible to keep in touch with all sorts of people and even to create new relationships, it has also made those relationships more difficult.\r\n\r\n<strong>It makes trolls come out to play!</strong>\r\n\r\nIt seems some people figure because it isn\'t a face-to-face interaction, they can ignore you or be rude to you. That is why trolls abound on Twitter. They find things they disagree with, and then attack, often being very nasty and rude. As if they weren\'t interacting with a person on the other end of the Twitter account.\r\n\r\n<strong>It makes people forget their manners</strong>\r\n\r\nSomebody sends you a congratulations on LinkedIn, comments on your nice new profile picture on Twitter or says happy birthday on Facebook and you forget to thank them. Maybe you \"don\'t have time.\" Maybe you are just rude.\r\n\r\n<strong>It makes people think actions have no consequences</strong>\r\n\r\nRecently, Mark Schaefer from Schaefer Marketing Solutions <a href=\"http://www.businessesgrow.com/2013/11/11/i-am-a-blogger-in-other-words-a-piece-of-meat/\" target=\"_blank\">wrote on his {grow} blog about how his blog posts</a> have been ripped off, copied wholesale without attribution.   I have heard of other bloggers like Schaefer, who\'ve found their content attributed to other writers or on other websites without attribution. People and organizations who plagiarize stuff they find through social media or on blogs seem to think it\'s there for the taking, as if they can do what they want with absolutely no consequences.\r\n\r\nThey thing is although social media interactions may be virtual, they involve real live human beings at both ends. Social media is not an excuse for engaging in behavior you could not get away with in person.\r\n\r\nWhat do you think? Do we need to put the personal back in social media? Or is it societal?','It may not be face to face, but it is still personal','','publish','open','open','','it-may-not-be-face-to-face-but-it-is-still-personal','','\nhttp://www.businessesgrow.com/2013/11/11/i-am-a-blogger-in-other-words-a-piece-of-meat/','2013-11-13 14:28:21','2013-11-13 14:28:21','',0,'http://deborahbrody.com/?p=2408',0,'post','',2),
(2409,4,'2013-11-13 14:28:21','2013-11-13 14:28:21','Social media allows for interactions across all sorts of barriers, whether they be time zones, geography or culture. With Facebook, you can keep up with what an old classmate is doing, even if she is living in the remotest corner of Siberia.\r\n\r\nAlthough social media has made it possible to keep in touch with all sorts of people and even to create new relationships, it has also made those relationships more difficult.\r\n\r\n<strong>It makes trolls come out to play!</strong>\r\n\r\nIt seems some people figure because it isn\'t a face-to-face interaction, they can ignore you or be rude to you. That is why trolls abound on Twitter. They find things they disagree with, and then attack, often being very nasty and rude. As if they weren\'t interacting with a person on the other end of the Twitter account.\r\n\r\n<strong>It makes people forget their manners</strong>\r\n\r\nSomebody sends you a congratulations on LinkedIn, comments on your nice new profile picture on Twitter or says happy birthday on Facebook and you forget to thank them. Maybe you \"don\'t have time.\" Maybe you are just rude.\r\n\r\n<strong>It makes people think actions have no consequences</strong>\r\n\r\nRecently, Mark Schaefer from Schaefer Marketing Solutions <a href=\"http://www.businessesgrow.com/2013/11/11/i-am-a-blogger-in-other-words-a-piece-of-meat/\" target=\"_blank\">wrote on his {grow} blog about how his blog posts</a> have been ripped off, copied wholesale without attribution.   I have heard of other bloggers like Schaefer, who\'ve found their content attributed to other writers or on other websites without attribution. People and organizations who plagiarize stuff they find through social media or on blogs seem to think it\'s there for the taking, as if they can do what they want with absolutely no consequences.\r\n\r\nThey thing is although social media interactions may be virtual, they involve real live human beings at both ends. Social media is not an excuse for engaging in behavior you could not get away with in person.\r\n\r\nWhat do you think? Do we need to put the personal back in social media? Or is it societal?','It may not be face to face, but it is still personal','','inherit','open','open','','2408-revision-v1','','','2013-11-13 14:28:21','2013-11-13 14:28:21','',2408,'http://deborahbrody.com/2013/11/2408-revision-v1/',0,'revision','',0),
(2453,4,'2014-01-07 14:29:34','2014-01-07 14:29:34','This is not a post about religion or morality. It\'s a post about how to get things done.  It\'s the \"secret\" to accomplishing your 2014 goals and resolutions.\r\n\r\nI am sure you know the expression \"the road to hell is paved with good intentions.\"  What that means, quite simply, is that having a good intentions is not enough to keep you from perdition. You have to act. You have to behave differently, not just think about it.\r\n\r\n[caption id=\"attachment_2456\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/01/2419526768_eb970f02211.jpg\"><img class=\"size-medium wp-image-2456\" alt=\"Bonfire by CP Sutcliffe via Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/01/2419526768_eb970f02211-225x300.jpg\" width=\"225\" height=\"300\" /></a> Bonfire by CP Sutcliffe via Flickr[/caption]\r\n\r\nThis is the time of the year we are busy setting resolutions and goals for the year ahead. I think this is a great exercise. Certainly, if we take a good look at what we did in 2013, we can see what worked and what didn\'t. We can decide to change course or stay the course, depending on how things worked out.\r\n\r\n<strong>But to accomplish our resolutions and goals, just having the intent to do so is not enough. What you need is an action plan.</strong>\r\n\r\nI have a friend who has the best of intentions to get together and do a \"girl\'s night out.\" I know she has the intent because she tells me we need to do this every single time we have a phone conversation. But she never actually sets aside the time and chooses a date for this mythical get-together. Without an actual plan to go out, it is all just talk. It is meaningless. Bottom line is it ain\'t gonna happen.\r\n\r\nThe same thing happens with your communications goals. You want to blog but you \"don\'t have the time.\" You want to increase your enewsletter subscriptions, but you don\'t add a subscription button to your website or think about how to incentivize people to sign up. You want to get more publicity for your event, but you don\'t contact any media outlets. You want to re-do your website, but you don\'t conduct a survey of your current users/audience.\r\n\r\nIn other words, you have the best intentions in the world, but you are not acting. You are paving the way to get nothing accomplished.\r\n\r\nAs you survey the year ahead and you formulate your goals and resolutions, avoid having it all go to hell, and develop some action plans. Set deadlines, make dates, gather information, put things in motion.\r\n\r\nWhat are you resolving to do in 2014 and how do you plan to get there?\r\n\r\n&nbsp;','How to avoid going to hell','','publish','open','open','','how-to-avoid-going-to-hell','','','2014-01-07 14:29:34','2014-01-07 14:29:34','',0,'http://deborahbrody.com/?p=2453',0,'post','',0),
(2412,4,'2013-11-20 15:46:53','2013-11-20 15:46:53','I just got back from a few days of vacation in Florida. During my five days off, which included the weekend, I had limited Internet access. I was able to access email on my phone, and use WiFi on my laptop a couple of times.\r\n\r\n<strong>Emails galore.</strong>\r\n\r\nEvery single day I had around 70 emails--of which only two or three were addressed to me exclusively. The rest were marketing emails, listserv stuff, and subscription emails I get every day. I deleted most of these messages without reading.<strong> </strong>\r\n\r\n<strong>Lots of stuff on my reader.</strong>\r\n\r\nThen, there was my Feedly to check. I had limited time to read through, so I marked a great amount of as read, and looked only at a very few items.\r\n\r\n<strong>Twitter keeps going and going and going...</strong>\r\n\r\nIf you only check Twitter once a day or so, it is impossible to keep up with what is going on. You check your @ replies and your direct messages, and what is there in the general stream at that moment.\r\n\r\n<strong>Facebook is congestion central.</strong>\r\n\r\nSome people post every once in a while and others post ALL the time (like my young cousin who posts every thought and feeling he has plus every image/story he finds interesting). Mobile Facebook reminds you of people\'s birthdays or I would have missed congratulating my friends Jordan and Dan.\r\n\r\n<strong>How did I deal with information overload? I prioritized the personal and business-related and skimmed the rest.</strong>\r\n<p style=\"text-align: center;\"><em>What does information overload mean for your message? </em></p>\r\n<p style=\"text-align: center;\"><em>It means, quite simply, that your message is very likely to get lost.</em></p>\r\nPeople are getting bombarded with information from many sources, and if they don\'t keep up with it immediately, they are forced to ignore it and/or delete it. There just isn\'t enough time in the day to get stuff done (or take a vacation) and read all your emails and other messages.\r\n\r\nHow do we, as communicators, deal with this problem?\r\n\r\n1.)  Realize that <strong>your message is competing very hard for attention.</strong>\r\n\r\n2.)  Realize that your message may need both <strong>reach and frequency</strong> with the caveat that frequency is part of the problem for the receiver. Sending the same message too many times can be annoying or part of overload...but it may break through the clutter.\r\n\r\n3.) Realize that <strong>timing is key</strong>. You will have to figure out when is the best time to reach most of your subjects, while understanding that you will never reach everyone at the same time.\r\n\r\n4.)  Realize that<strong> relevance is what is most important</strong>. If the message is not relevant to your subject, it will more easily be deleted or ignored.\r\n\r\nThoughts on this? How do you deal with information overload?\r\n\r\n&nbsp;','Information overload and what it means to your message','','publish','open','open','','information-overload-and-what-it-means-to-your-message','','','2013-11-20 15:46:53','2013-11-20 15:46:53','',0,'http://deborahbrody.com/?p=2412',0,'post','',0),
(2413,4,'2013-11-20 15:44:25','2013-11-20 15:44:25','I just got back from a few days of vacation in Florida. During my five days off, which included the weekend, I had limited Internet access. I was able to access email on my phone, and use WiFi on my laptop a couple of times.\r\n\r\n<strong>Emails galore</strong>\r\n\r\nEvery single day I had around 70 emails--of which only two or three were addressed to me exclusively. The rest were marketing emails, listserv stuff, and subscription emails I get every day. I deleted most of these messages without reading.<strong> </strong>\r\n\r\n<strong>Lots of stuff on my reader</strong>\r\n\r\nThen, there was my Feedly to check. I had limited time to read through, so I marked a great amount of as read, and looked only at a very few items.\r\n\r\n<strong>Twitter keeps going and going and going...</strong>\r\n\r\nIf you only check Twitter once a day or so, it is impossible to keep up with what is going on. You check your @ replies and your direct messages, and what is there in the general stream at that moment.\r\n\r\n<strong>Facebook is congestion central</strong>\r\n\r\nSome people post every once in a while and others post ALL the time (like my young cousin who posts every thought and feeling he has plus every image/story he finds interesting). Mobile Facebook reminds you of people\'s birthdays or I would have missed congratulating my friends Jordan and Dan.\r\n\r\n<strong>How did I deal with information overload? I prioritized the personal and business-related and skimmed the rest.</strong>\r\n<p style=\"text-align: center;\"><em>What does information overload mean for your message? </em></p>\r\n<p style=\"text-align: center;\"><em>It means, quite simply, that your message is very likely to get lost.</em></p>\r\nPeople are getting bombarded with information from many sources, and if they don\'t keep up with it immediately, they are forced to ignore it and/or delete it. There just isn\'t enough time in the day to get stuff done (or take a vacation) and read all your emails and other messages.\r\n\r\nHow do we, as communicators, deal with this problem?\r\n\r\nFirst, realize that <strong>your message is competing very hard for attention.</strong>\r\n\r\nSecond, realize that your message may need both <strong>reach and frequency</strong> with the caveat that frequency is part of the problem for the receiver. Sending the same message too many times can be annoying or part of overload...but it may break through the clutter.\r\n\r\nThird, realize that <strong>timing is key</strong>. You will have to figure out when is the best time to reach most of your subjects, while understanding that you will never reach everyone at the same time.\r\n\r\nFourth, and finally, realize that<strong> relevance is what is most important</strong>. If the message is not relevant to your subject, it will more easily be deleted or ignored.\r\n\r\nThoughts on this? How do you deal with information overload?\r\n\r\n&nbsp;','Information overload and what it means to your message','','inherit','open','open','','2412-revision-v1','','','2013-11-20 15:44:25','2013-11-20 15:44:25','',2412,'http://deborahbrody.com/2013/11/2412-revision-v1/',0,'revision','',0),
(2414,4,'2013-11-20 15:46:53','2013-11-20 15:46:53','I just got back from a few days of vacation in Florida. During my five days off, which included the weekend, I had limited Internet access. I was able to access email on my phone, and use WiFi on my laptop a couple of times.\r\n\r\n<strong>Emails galore.</strong>\r\n\r\nEvery single day I had around 70 emails--of which only two or three were addressed to me exclusively. The rest were marketing emails, listserv stuff, and subscription emails I get every day. I deleted most of these messages without reading.<strong> </strong>\r\n\r\n<strong>Lots of stuff on my reader.</strong>\r\n\r\nThen, there was my Feedly to check. I had limited time to read through, so I marked a great amount of as read, and looked only at a very few items.\r\n\r\n<strong>Twitter keeps going and going and going...</strong>\r\n\r\nIf you only check Twitter once a day or so, it is impossible to keep up with what is going on. You check your @ replies and your direct messages, and what is there in the general stream at that moment.\r\n\r\n<strong>Facebook is congestion central.</strong>\r\n\r\nSome people post every once in a while and others post ALL the time (like my young cousin who posts every thought and feeling he has plus every image/story he finds interesting). Mobile Facebook reminds you of people\'s birthdays or I would have missed congratulating my friends Jordan and Dan.\r\n\r\n<strong>How did I deal with information overload? I prioritized the personal and business-related and skimmed the rest.</strong>\r\n<p style=\"text-align: center;\"><em>What does information overload mean for your message? </em></p>\r\n<p style=\"text-align: center;\"><em>It means, quite simply, that your message is very likely to get lost.</em></p>\r\nPeople are getting bombarded with information from many sources, and if they don\'t keep up with it immediately, they are forced to ignore it and/or delete it. There just isn\'t enough time in the day to get stuff done (or take a vacation) and read all your emails and other messages.\r\n\r\nHow do we, as communicators, deal with this problem?\r\n\r\n1.)  Realize that <strong>your message is competing very hard for attention.</strong>\r\n\r\n2.)  Realize that your message may need both <strong>reach and frequency</strong> with the caveat that frequency is part of the problem for the receiver. Sending the same message too many times can be annoying or part of overload...but it may break through the clutter.\r\n\r\n3.) Realize that <strong>timing is key</strong>. You will have to figure out when is the best time to reach most of your subjects, while understanding that you will never reach everyone at the same time.\r\n\r\n4.)  Realize that<strong> relevance is what is most important</strong>. If the message is not relevant to your subject, it will more easily be deleted or ignored.\r\n\r\nThoughts on this? How do you deal with information overload?\r\n\r\n&nbsp;','Information overload and what it means to your message','','inherit','open','open','','2412-revision-v1','','','2013-11-20 15:46:53','2013-11-20 15:46:53','',2412,'http://deborahbrody.com/2013/11/2412-revision-v1/',0,'revision','',0),
(2416,4,'2013-11-25 13:06:31','2013-11-25 13:06:31','I am an avid news follower. I have been reading a newspaper daily since I was eight years old (really). At times, I even read two and three dailies (when I was in grad school up at Boston University, I decided I should read the <em>Wall Street Journal,</em> in addition to the <em>New York Times</em> and the <em>Boston Globe</em>. The <em>Globe</em> was not owned by the <em>Times</em> then, but I digress).  Additionally, I read lots of stuff online plus I watch the CBS and/or NBC evening news broadcasts when I can.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"newspaper by zoetnet, on Flickr\" href=\"http://www.flickr.com/photos/zoetnet/4851547572/\"><img title=\"Reading the newspaper \" alt=\"newspaper\" src=\"http://farm5.staticflickr.com/4122/4851547572_379416cff3.jpg\" width=\"500\" height=\"375\" /></a> Reading the newspaper in park by Zoetnet on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nWhen I read the newspaper, what I am really doing is scanning. I scan all the headlines first. If the headline is about an interesting subject, then I read the first few paragraphs (same goes for op-eds). I usually discard the sports section, but only after reading the main headline on the front page (it is important to know the results of the game, but I have no patience for the analysis of why).\r\n\r\nI don\'t read long articles--never have and never will. I don\'t have the patience or the time.\r\n\r\nEven though most people don\'t read printed newspapers, they are acting the same online: <strong>They scan. They skip long form. They only read what interests them.</strong>\r\n\r\nLessons here are:\r\n<ul>\r\n	<li>Headlines matter A LOT.</li>\r\n	<li>Longer is not necessarily better.</li>\r\n	<li>People will always read<em> only</em> what interests them.</li>\r\n</ul>\r\n<strong>In other words, keep it short and keep it interesting.</strong>','How I read the news and why it matters ','','inherit','open','open','','2415-revision-v1','','','2013-11-25 13:06:31','2013-11-25 13:06:31','',2415,'http://deborahbrody.com/2013/11/2415-revision-v1/',0,'revision','',0),
(2418,4,'2013-11-27 14:00:13','2013-11-27 14:00:13','It\'s Thanksgiving (and for some us, also Hanukkah, in a once in 70,000 year phenomenon!), and it\'s time to express our gratitude. It\'s amazing  that we have a holiday devoted to giving thanks, and it is too bad it has devolved into a holiday for shopping and watching football (but I digress). Hanukkah is a holiday that celebrates redemption and miracles, and it is quite lovely that it coincides with Thanksgiving this year.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Turkeys by Boston Public Library, on Flickr\" href=\"http://www.flickr.com/photos/boston_public_library/6896074240/\"><img alt=\"Turkeys\" src=\"http://farm8.staticflickr.com/7108/6896074240_b5465d1471.jpg\" width=\"500\" height=\"402\" /></a> Turkeys from Boston Public Library on Flickr[/caption]\r\n\r\nIn honor of Thanksgiving, and of Hanukkah, I\'d like to thank you, my readers on the blog. I am truly grateful that you take a couple of minutes out of your day to read my musings. For those of you who have taken the time to comment and discuss, thank you too! Great comments are very rewarding.\r\n\r\nI would also like to thank my Twitter friends. Over the years, I\'ve been able to build relationships with several people on Twitter (too many people to mention, but you know who you are right?). These relationships have led to learning, discussion and camaraderie, and I am truly grateful for that.\r\n\r\n<strong>So, Happy Thanksgiving to all and Happy Hanukkah to those celebrate it!</strong>\r\n\r\nHere\'s a video from the <em>a capella</em> group The Maccabeats, for your listening (and viewing) pleasure:\r\n\r\n<iframe src=\"//www.youtube.com/embed/oHwyTxxQHmQ\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n&nbsp;\r\n\r\nBonus video (and one of my favorites)\r\n\r\nThe Leevees: How Do You Spell Channukkahh\r\n\r\n<iframe src=\"//www.youtube.com/embed/R7JiDBi_v4c\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Time to give thanks','','publish','open','open','','time-to-give-thanks','','','2013-11-27 14:01:34','2013-11-27 14:01:34','',0,'http://deborahbrody.com/?p=2418',0,'post','',0),
(2419,4,'2013-11-27 13:55:37','2013-11-27 13:55:37','It\'s Thanksgiving (and for some us, also Hanukkah, in a once in 70,000 year phenomenon!), and it\'s time to express our gratitude. It\'s amazing  that we have a holiday devoted to giving thanks, and it is too bad it has devolved into a holiday for shopping and watching football (but I digress). Hanukkah is a holiday that celebrates redemption and miracles, and it is quite lovely that it coincides with Thanksgiving this year.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Turkeys by Boston Public Library, on Flickr\" href=\"http://www.flickr.com/photos/boston_public_library/6896074240/\"><img alt=\"Turkeys\" src=\"http://farm8.staticflickr.com/7108/6896074240_b5465d1471.jpg\" width=\"500\" height=\"402\" /></a> Turkeys from Boston Public Library on Flickr[/caption]\r\n\r\nIn honor of Thanksgiving, and of Hanukkah, I\'d like to thank you, my readers on the blog. I am truly grateful that you take a couple of minutes out of your day to read my musings. For those of you who have taken the time to comment and discuss, thank you too! Great comments are very rewarding.\r\n\r\nI would also like to thank my Twitter friends. Over the years, I\'ve been able to build relationships with several people on Twitter (too many people to mention, but you know who you are right?). These relationships have led to learning, discussion and camaraderie, and I am truly grateful for that.\r\n\r\nSo, Happy Thanksgiving to all and Happy Hanukkah to those celebrate it!\r\n\r\nHere\'s a video from the a capella group The Maccabeats, for your listening pleasure:\r\n\r\n<iframe src=\"//www.youtube.com/embed/oHwyTxxQHmQ\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n&nbsp;\r\n\r\nBonus video (and one of my favorites)\r\n\r\nThe Leevee: How Do You Spell Channukkahh\r\n\r\n<iframe src=\"//www.youtube.com/embed/R7JiDBi_v4c\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Time to give thanks','','inherit','open','open','','2418-revision-v1','','','2013-11-27 13:55:37','2013-11-27 13:55:37','',2418,'http://deborahbrody.com/2013/11/2418-revision-v1/',0,'revision','',0),
(2420,4,'2013-11-27 14:00:13','2013-11-27 14:00:13','It\'s Thanksgiving (and for some us, also Hanukkah, in a once in 70,000 year phenomenon!), and it\'s time to express our gratitude. It\'s amazing  that we have a holiday devoted to giving thanks, and it is too bad it has devolved into a holiday for shopping and watching football (but I digress). Hanukkah is a holiday that celebrates redemption and miracles, and it is quite lovely that it coincides with Thanksgiving this year.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Turkeys by Boston Public Library, on Flickr\" href=\"http://www.flickr.com/photos/boston_public_library/6896074240/\"><img alt=\"Turkeys\" src=\"http://farm8.staticflickr.com/7108/6896074240_b5465d1471.jpg\" width=\"500\" height=\"402\" /></a> Turkeys from Boston Public Library on Flickr[/caption]\r\n\r\nIn honor of Thanksgiving, and of Hanukkah, I\'d like to thank you, my readers on the blog. I am truly grateful that you take a couple of minutes out of your day to read my musings. For those of you who have taken the time to comment and discuss, thank you too! Great comments are very rewarding.\r\n\r\nI would also like to thank my Twitter friends. Over the years, I\'ve been able to build relationships with several people on Twitter (too many people to mention, but you know who you are right?). These relationships have led to learning, discussion and camaraderie, and I am truly grateful for that.\r\n\r\nSo, Happy Thanksgiving to all and Happy Hanukkah to those celebrate it!\r\n\r\nHere\'s a video from the <em>a capella</em> group The Maccabeats, for your listening (and viewing) pleasure:\r\n\r\n<iframe src=\"//www.youtube.com/embed/oHwyTxxQHmQ\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n&nbsp;\r\n\r\nBonus video (and one of my favorites)\r\n\r\nThe Leevees: How Do You Spell Channukkahh\r\n\r\n<iframe src=\"//www.youtube.com/embed/R7JiDBi_v4c\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Time to give thanks','','inherit','open','open','','2418-revision-v1','','','2013-11-27 14:00:13','2013-11-27 14:00:13','',2418,'http://deborahbrody.com/2013/11/2418-revision-v1/',0,'revision','',0),
(2421,4,'2013-11-27 14:01:34','2013-11-27 14:01:34','It\'s Thanksgiving (and for some us, also Hanukkah, in a once in 70,000 year phenomenon!), and it\'s time to express our gratitude. It\'s amazing  that we have a holiday devoted to giving thanks, and it is too bad it has devolved into a holiday for shopping and watching football (but I digress). Hanukkah is a holiday that celebrates redemption and miracles, and it is quite lovely that it coincides with Thanksgiving this year.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"500\"]<a title=\"Turkeys by Boston Public Library, on Flickr\" href=\"http://www.flickr.com/photos/boston_public_library/6896074240/\"><img alt=\"Turkeys\" src=\"http://farm8.staticflickr.com/7108/6896074240_b5465d1471.jpg\" width=\"500\" height=\"402\" /></a> Turkeys from Boston Public Library on Flickr[/caption]\r\n\r\nIn honor of Thanksgiving, and of Hanukkah, I\'d like to thank you, my readers on the blog. I am truly grateful that you take a couple of minutes out of your day to read my musings. For those of you who have taken the time to comment and discuss, thank you too! Great comments are very rewarding.\r\n\r\nI would also like to thank my Twitter friends. Over the years, I\'ve been able to build relationships with several people on Twitter (too many people to mention, but you know who you are right?). These relationships have led to learning, discussion and camaraderie, and I am truly grateful for that.\r\n\r\n<strong>So, Happy Thanksgiving to all and Happy Hanukkah to those celebrate it!</strong>\r\n\r\nHere\'s a video from the <em>a capella</em> group The Maccabeats, for your listening (and viewing) pleasure:\r\n\r\n<iframe src=\"//www.youtube.com/embed/oHwyTxxQHmQ\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n&nbsp;\r\n\r\nBonus video (and one of my favorites)\r\n\r\nThe Leevees: How Do You Spell Channukkahh\r\n\r\n<iframe src=\"//www.youtube.com/embed/R7JiDBi_v4c\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Time to give thanks','','inherit','open','open','','2418-revision-v1','','','2013-11-27 14:01:34','2013-11-27 14:01:34','',2418,'http://deborahbrody.com/2013/11/2418-revision-v1/',0,'revision','',0),
(2424,4,'2013-12-04 12:23:42','2013-12-04 12:23:42','When writers talk about style they are rarely talking about fashion. They are talking about editorial style. They discuss whether to use the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">Associated Press Style</a> or the<a href=\"http://afterdeadline.blogs.nytimes.com/2013/10/29/the-latest-style/?_r=0\" target=\"_blank\"> New York Times Style</a> or <a href=\"http://www.chicagomanualofstyle.org/home.html\" target=\"_blank\">Chicago Manual</a>. There are probably four or five major published style guides that people follow. In journalism and by extension, public relations, most people adhere to the AP Style. In government circles, people tend to follow the <a href=\"http://www.gpo.gov/fdsys/pkg/GPO-STYLEMANUAL-2008/pdf/GPO-STYLEMANUAL-2008.pdf\" target=\"_blank\">Government Printing Office (GPO) Style.  </a>(Here\'s a<a href=\"http://www.rollcall.com/news/meet_the_captain_of_congressional_grammar_punctuation_and_style-229389-1.html\" target=\"_blank\"> great article on Roll Call</a> about the chairman of the GOP Style Board.)\r\n\r\n<strong>There is one reason to have an editorial style: consistency.</strong>\r\n\r\nConsistency helps unify your writing. Let\'s use a common example. It\'s Chicago Manual style to write Web site (two words, web is capitalized always).  It\'s AP Style to write website (one word, lowercase).  <strong>Either way is correct</strong>. But if you use AP in one press release and then Chicago on a white paper, you are being inconsistent. Worse would be to use both styles in one document.\r\n\r\n<strong>Choose one style and stick with it.</strong>\r\n\r\nOrganizations should develop style guides editorial and branding/image purposes. These written documents (in this case, the oral tradition just won\'t do!) will help to make sure everyone in the organization is on the same page, bolstering organizational consistency.\r\n\r\nEditorial guides should cover issues like:\r\n<ul>\r\n	<li>Word usage (website versus Web site; do you say chairman, chairperson or chair?)</li>\r\n	<li>Punctuation (use em dashes or not?)</li>\r\n	<li>Preferred date and time usage (do you say April 24 or April 24th?, 6 PM or 6:00 p.m.?)</li>\r\n</ul>\r\nBranding/image guides should clarify issues like:\r\n<ul>\r\n	<li>Logo size and positioning</li>\r\n	<li>Organizational colors</li>\r\n	<li>Acceptable fonts</li>\r\n</ul>\r\nThere are a great many resources  on the web, and even templates to follow. Large organizations like the World Bank have style guides that you can download.\r\n\r\nIf you don\'t have an organizational style guide, this year-end may be a great time to develop one or make it a goal to develop one in 2014.\r\n\r\n[yop_poll id=\"3\"]','Why you need to have a style','','publish','open','open','','why-you-need-to-have-a-style','','','2013-12-05 13:16:21','2013-12-05 13:16:21','',0,'http://deborahbrody.com/?p=2424',0,'post','',0),
(2425,4,'2013-12-04 12:19:39','2013-12-04 12:19:39','When writers talk about style they are rarely talking about fashion. They are talking about editorial style. They discuss whether to use the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">Associated Press Style</a> or the<a href=\"http://afterdeadline.blogs.nytimes.com/2013/10/29/the-latest-style/?_r=0\" target=\"_blank\"> New York Times Style</a> or <a href=\"http://www.chicagomanualofstyle.org/home.html\" target=\"_blank\">Chicago Manual</a>. There are probably four or five major published style guides that people follow. In journalism and by extension, public relations, most people adhere to the AP Style. In government circles, people tend to follow the <a href=\"http://www.gpo.gov/fdsys/pkg/GPO-STYLEMANUAL-2008/pdf/GPO-STYLEMANUAL-2008.pdf\" target=\"_blank\">Government Printing Office (GPO) Style.  </a>(Here\'s a<a href=\"http://www.rollcall.com/news/meet_the_captain_of_congressional_grammar_punctuation_and_style-229389-1.html\" target=\"_blank\"> great article on Roll Call</a> about the chairman of the GOP Style Board.)\r\n\r\n<strong>There is one reason to have an editorial style: consistency.</strong>\r\n\r\nConsistency helps unify your writing. Let\'s use a common example. It\'s Chicago Manual style to write Web site (two words, web is capitalized always).  It\'s AP Style to write website (one word, lowercase).  <strong>Either way is correct</strong>. But if you use AP in one press release and then Chicago on a white paper, you are being inconsistent. Worse would be to use both styles in one document.\r\n\r\n<strong>Choose one style and stick with it.</strong>\r\n\r\nOrganizations should develop style guides editorial and branding/image purposes. These written documents (in this case, the oral tradition just won\'t do!) will help to make sure everyone in the organization is on the same page, bolstering organizational consistency.\r\n\r\nEditorial guides should cover issues like:\r\n<ul>\r\n	<li>Word usage (website versus Web site; do you say Chairman, Chairperson or Chair?)</li>\r\n	<li>Punctuation (use em dashes or not?)</li>\r\n	<li>Preferred date and time usage (do you say April 24 or April 24th?, 6 PM or 6:00 p.m.?)</li>\r\n</ul>\r\nBranding/image guides should clarify issues like:\r\n<ul>\r\n	<li>Logo size and positioning</li>\r\n	<li>Organizational colors</li>\r\n	<li>Acceptable fonts</li>\r\n</ul>\r\nThere are a great many resources  on the web, and even templates to follow. Large organizations like the World Bank have style guides that you can download.\r\n\r\nIf you don\'t have an organizational style guide, this year-end may be a great time to develop one or make it a goal to develop one in 2014.\r\n\r\nDo you use a style guide?','Why you need to have a style','','inherit','open','open','','2424-revision-v1','','','2013-12-04 12:19:39','2013-12-04 12:19:39','',2424,'http://deborahbrody.com/2013/12/2424-revision-v1/',0,'revision','',0),
(2426,4,'2013-12-04 12:22:58','2013-12-04 12:22:58','When writers talk about style they are rarely talking about fashion. They are talking about editorial style. They discuss whether to use the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">Associated Press Style</a> or the<a href=\"http://afterdeadline.blogs.nytimes.com/2013/10/29/the-latest-style/?_r=0\" target=\"_blank\"> New York Times Style</a> or <a href=\"http://www.chicagomanualofstyle.org/home.html\" target=\"_blank\">Chicago Manual</a>. There are probably four or five major published style guides that people follow. In journalism and by extension, public relations, most people adhere to the AP Style. In government circles, people tend to follow the <a href=\"http://www.gpo.gov/fdsys/pkg/GPO-STYLEMANUAL-2008/pdf/GPO-STYLEMANUAL-2008.pdf\" target=\"_blank\">Government Printing Office (GPO) Style.  </a>(Here\'s a<a href=\"http://www.rollcall.com/news/meet_the_captain_of_congressional_grammar_punctuation_and_style-229389-1.html\" target=\"_blank\"> great article on Roll Call</a> about the chairman of the GOP Style Board.)\r\n\r\n<strong>There is one reason to have an editorial style: consistency.</strong>\r\n\r\nConsistency helps unify your writing. Let\'s use a common example. It\'s Chicago Manual style to write Web site (two words, web is capitalized always).  It\'s AP Style to write website (one word, lowercase).  <strong>Either way is correct</strong>. But if you use AP in one press release and then Chicago on a white paper, you are being inconsistent. Worse would be to use both styles in one document.\r\n\r\n<strong>Choose one style and stick with it.</strong>\r\n\r\nOrganizations should develop style guides editorial and branding/image purposes. These written documents (in this case, the oral tradition just won\'t do!) will help to make sure everyone in the organization is on the same page, bolstering organizational consistency.\r\n\r\nEditorial guides should cover issues like:\r\n<ul>\r\n	<li>Word usage (website versus Web site; do you say Chairman, Chairperson or Chair?)</li>\r\n	<li>Punctuation (use em dashes or not?)</li>\r\n	<li>Preferred date and time usage (do you say April 24 or April 24th?, 6 PM or 6:00 p.m.?)</li>\r\n</ul>\r\nBranding/image guides should clarify issues like:\r\n<ul>\r\n	<li>Logo size and positioning</li>\r\n	<li>Organizational colors</li>\r\n	<li>Acceptable fonts</li>\r\n</ul>\r\nThere are a great many resources  on the web, and even templates to follow. Large organizations like the World Bank have style guides that you can download.\r\n\r\nIf you don\'t have an organizational style guide, this year-end may be a great time to develop one or make it a goal to develop one in 2014.\r\n\r\nDo you use a style guide?\r\n\r\n[yop_poll id=\"3\"]','Why you need to have a style','','inherit','open','open','','2424-revision-v1','','','2013-12-04 12:22:58','2013-12-04 12:22:58','',2424,'http://deborahbrody.com/2013/12/2424-revision-v1/',0,'revision','',0),
(2427,4,'2013-12-04 12:23:42','2013-12-04 12:23:42','When writers talk about style they are rarely talking about fashion. They are talking about editorial style. They discuss whether to use the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">Associated Press Style</a> or the<a href=\"http://afterdeadline.blogs.nytimes.com/2013/10/29/the-latest-style/?_r=0\" target=\"_blank\"> New York Times Style</a> or <a href=\"http://www.chicagomanualofstyle.org/home.html\" target=\"_blank\">Chicago Manual</a>. There are probably four or five major published style guides that people follow. In journalism and by extension, public relations, most people adhere to the AP Style. In government circles, people tend to follow the <a href=\"http://www.gpo.gov/fdsys/pkg/GPO-STYLEMANUAL-2008/pdf/GPO-STYLEMANUAL-2008.pdf\" target=\"_blank\">Government Printing Office (GPO) Style.  </a>(Here\'s a<a href=\"http://www.rollcall.com/news/meet_the_captain_of_congressional_grammar_punctuation_and_style-229389-1.html\" target=\"_blank\"> great article on Roll Call</a> about the chairman of the GOP Style Board.)\r\n\r\n<strong>There is one reason to have an editorial style: consistency.</strong>\r\n\r\nConsistency helps unify your writing. Let\'s use a common example. It\'s Chicago Manual style to write Web site (two words, web is capitalized always).  It\'s AP Style to write website (one word, lowercase).  <strong>Either way is correct</strong>. But if you use AP in one press release and then Chicago on a white paper, you are being inconsistent. Worse would be to use both styles in one document.\r\n\r\n<strong>Choose one style and stick with it.</strong>\r\n\r\nOrganizations should develop style guides editorial and branding/image purposes. These written documents (in this case, the oral tradition just won\'t do!) will help to make sure everyone in the organization is on the same page, bolstering organizational consistency.\r\n\r\nEditorial guides should cover issues like:\r\n<ul>\r\n	<li>Word usage (website versus Web site; do you say Chairman, Chairperson or Chair?)</li>\r\n	<li>Punctuation (use em dashes or not?)</li>\r\n	<li>Preferred date and time usage (do you say April 24 or April 24th?, 6 PM or 6:00 p.m.?)</li>\r\n</ul>\r\nBranding/image guides should clarify issues like:\r\n<ul>\r\n	<li>Logo size and positioning</li>\r\n	<li>Organizational colors</li>\r\n	<li>Acceptable fonts</li>\r\n</ul>\r\nThere are a great many resources  on the web, and even templates to follow. Large organizations like the World Bank have style guides that you can download.\r\n\r\nIf you don\'t have an organizational style guide, this year-end may be a great time to develop one or make it a goal to develop one in 2014.\r\n\r\n[yop_poll id=\"3\"]','Why you need to have a style','','inherit','open','open','','2424-revision-v1','','','2013-12-04 12:23:42','2013-12-04 12:23:42','',2424,'http://deborahbrody.com/2013/12/2424-revision-v1/',0,'revision','',0),
(2428,4,'2013-12-05 13:16:21','2013-12-05 13:16:21','When writers talk about style they are rarely talking about fashion. They are talking about editorial style. They discuss whether to use the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">Associated Press Style</a> or the<a href=\"http://afterdeadline.blogs.nytimes.com/2013/10/29/the-latest-style/?_r=0\" target=\"_blank\"> New York Times Style</a> or <a href=\"http://www.chicagomanualofstyle.org/home.html\" target=\"_blank\">Chicago Manual</a>. There are probably four or five major published style guides that people follow. In journalism and by extension, public relations, most people adhere to the AP Style. In government circles, people tend to follow the <a href=\"http://www.gpo.gov/fdsys/pkg/GPO-STYLEMANUAL-2008/pdf/GPO-STYLEMANUAL-2008.pdf\" target=\"_blank\">Government Printing Office (GPO) Style.  </a>(Here\'s a<a href=\"http://www.rollcall.com/news/meet_the_captain_of_congressional_grammar_punctuation_and_style-229389-1.html\" target=\"_blank\"> great article on Roll Call</a> about the chairman of the GOP Style Board.)\r\n\r\n<strong>There is one reason to have an editorial style: consistency.</strong>\r\n\r\nConsistency helps unify your writing. Let\'s use a common example. It\'s Chicago Manual style to write Web site (two words, web is capitalized always).  It\'s AP Style to write website (one word, lowercase).  <strong>Either way is correct</strong>. But if you use AP in one press release and then Chicago on a white paper, you are being inconsistent. Worse would be to use both styles in one document.\r\n\r\n<strong>Choose one style and stick with it.</strong>\r\n\r\nOrganizations should develop style guides editorial and branding/image purposes. These written documents (in this case, the oral tradition just won\'t do!) will help to make sure everyone in the organization is on the same page, bolstering organizational consistency.\r\n\r\nEditorial guides should cover issues like:\r\n<ul>\r\n	<li>Word usage (website versus Web site; do you say chairman, chairperson or chair?)</li>\r\n	<li>Punctuation (use em dashes or not?)</li>\r\n	<li>Preferred date and time usage (do you say April 24 or April 24th?, 6 PM or 6:00 p.m.?)</li>\r\n</ul>\r\nBranding/image guides should clarify issues like:\r\n<ul>\r\n	<li>Logo size and positioning</li>\r\n	<li>Organizational colors</li>\r\n	<li>Acceptable fonts</li>\r\n</ul>\r\nThere are a great many resources  on the web, and even templates to follow. Large organizations like the World Bank have style guides that you can download.\r\n\r\nIf you don\'t have an organizational style guide, this year-end may be a great time to develop one or make it a goal to develop one in 2014.\r\n\r\n[yop_poll id=\"3\"]','Why you need to have a style','','inherit','open','open','','2424-revision-v1','','','2013-12-05 13:16:21','2013-12-05 13:16:21','',2424,'http://deborahbrody.com/2013/12/2424-revision-v1/',0,'revision','',0),
(2431,4,'2013-12-09 15:38:41','2013-12-09 15:38:41','A few days ago, I got an email from a \"friend\" asking me to attend one of those sales parties masquerading as a wine and cheese with friends. This person has had no interaction with me in a couple of years. Why would she think I would be interested in helping her out and attending her \"party?\"\r\n\r\nHave you experienced this? Someone reaches out to you when she or he needs something from you. Not before and not after. This person doesn\'t understand how networking works.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"256\"]<a title=\"Girl Scout Friendship Circle, even brothers are invited. So awesome. #girlscouts #troop4591 by kimberly.kalil, on Flickr\" href=\"http://www.flickr.com/photos/kimberlykalil/8700733820/\"><img alt=\"Girl Scout Friendship Circle, even brothers are invited. So awesome. #girlscouts #troop4591\" src=\"http://farm9.staticflickr.com/8555/8700733820_a965cf4af2_n.jpg\" width=\"256\" height=\"256\" /></a> Girl Scout Friendship Circly by Kimberly K on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nBasically, there are three kinds of networking:\r\n\r\n<strong>1. Networking rarely or not at all.</strong> You have an incomplete LinkedIn profile (bonus points if it is missing a photograph), you have never posted anything on Twitter or even Facebook, and you rarely, if ever, attend networking events in person.\r\n\r\n<strong>2. Networking only when you need something.</strong> You lost your job, and you had not been networking at all. Suddenly, you need connections. You start networking like crazy. Or, your kid is selling cookies for a fundraiser, so you hit up all your Facebook friends for support even though you never so much as like a post or wish anybody happy birthday. (Or, like my \"friend\" above, you need to make some extra money for the holidays.)\r\n\r\n<strong>3. Networking all the time.</strong> You are conscious about keeping up with people. You actively attend events and maybe even participate in planning them. You are active in social media, and post updates to LinkedIn frequently (but not with annoying frequency). You Tweet and you connect via Facebook. You share stuff your connections post.\r\n\r\n<strong>Guess which one works the best...yes, that would be number 3,  always networking.</strong>\r\n\r\nNetworks are about relationships and relationships take time and nurturing. The only way to build a strong network is to invest time and effort. Whether you do it in person or on social media, you have to devote energy to it.\r\n\r\nIf you don\'t build relationships at all, well then you don\'t have any. If you haven\'t nurtured your relationships, why do you expect those people to help you?\r\n\r\n<strong>The lesson here is simple. Nurture your network before you need it. Don\'t abandon it, ever.</strong>\r\n\r\n&nbsp;','3 kinds of networking and only 1 works','','publish','open','open','','3-kinds-of-networking-and-only-1-works','','','2013-12-09 15:38:41','2013-12-09 15:38:41','',0,'http://deborahbrody.com/?p=2431',0,'post','',4),
(2432,4,'2013-12-09 15:38:41','2013-12-09 15:38:41','A few days ago, I got an email from a \"friend\" asking me to attend one of those sales parties masquerading as a wine and cheese with friends. This person has had no interaction with me in a couple of years. Why would she think I would be interested in helping her out and attending her \"party?\"\r\n\r\nHave you experienced this? Someone reaches out to you when she or he needs something from you. Not before and not after. This person doesn\'t understand how networking works.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"256\"]<a title=\"Girl Scout Friendship Circle, even brothers are invited. So awesome. #girlscouts #troop4591 by kimberly.kalil, on Flickr\" href=\"http://www.flickr.com/photos/kimberlykalil/8700733820/\"><img alt=\"Girl Scout Friendship Circle, even brothers are invited. So awesome. #girlscouts #troop4591\" src=\"http://farm9.staticflickr.com/8555/8700733820_a965cf4af2_n.jpg\" width=\"256\" height=\"256\" /></a> Girl Scout Friendship Circly by Kimberly K on Flickr[/caption]\r\n<p style=\"text-align: center;\"></p>\r\nBasically, there are three kinds of networking:\r\n\r\n<strong>1. Networking rarely or not at all.</strong> You have an incomplete LinkedIn profile (bonus points if it is missing a photograph), you have never posted anything on Twitter or even Facebook, and you rarely, if ever, attend networking events in person.\r\n\r\n<strong>2. Networking only when you need something.</strong> You lost your job, and you had not been networking at all. Suddenly, you need connections. You start networking like crazy. Or, your kid is selling cookies for a fundraiser, so you hit up all your Facebook friends for support even though you never so much as like a post or wish anybody happy birthday. (Or, like my \"friend\" above, you need to make some extra money for the holidays.)\r\n\r\n<strong>3. Networking all the time.</strong> You are conscious about keeping up with people. You actively attend events and maybe even participate in planning them. You are active in social media, and post updates to LinkedIn frequently (but not with annoying frequency). You Tweet and you connect via Facebook. You share stuff your connections post.\r\n\r\n<strong>Guess which one works the best...yes, that would be number 3,  always networking.</strong>\r\n\r\nNetworks are about relationships and relationships take time and nurturing. The only way to build a strong network is to invest time and effort. Whether you do it in person or on social media, you have to devote energy to it.\r\n\r\nIf you don\'t build relationships at all, well then you don\'t have any. If you haven\'t nurtured your relationships, why do you expect those people to help you?\r\n\r\n<strong>The lesson here is simple. Nurture your network before you need it. Don\'t abandon it, ever.</strong>\r\n\r\n&nbsp;','3 kinds of networking and only 1 works','','inherit','open','open','','2431-revision-v1','','','2013-12-09 15:38:41','2013-12-09 15:38:41','',2431,'http://deborahbrody.com/2013/12/2431-revision-v1/',0,'revision','',0),
(2433,4,'2013-12-09 15:39:46','2013-12-09 15:39:46','A few days ago, I got an email from a \"friend\" asking me to attend one of those sales parties masquerading as a wine and cheese with friends. This person has had no interaction with me in a couple of years. Why would she think I would be interested in helping her out and attending her \"party?\"\n\nHave you experienced this? Someone reaches out to you when she or he needs something from you. Not before and not after. This person doesn\'t understand how networking works.\n\n[caption id=\"\" align=\"aligncenter\" width=\"256\"]<a title=\"Girl Scout Friendship Circle, even brothers are invited. So awesome. #girlscouts #troop4591 by kimberly.kalil, on Flickr\" href=\"http://www.flickr.com/photos/kimberlykalil/8700733820/\"><img alt=\"Girl Scout Friendship Circle, even brothers are invited. So awesome. #girlscouts #troop4591\" src=\"http://farm9.staticflickr.com/8555/8700733820_a965cf4af2_n.jpg\" width=\"256\" height=\"256\" /></a> Girl Scout Friendship Circly by Kimberly K on Flickr[/caption]\n\nBasically, there are three kinds of networking:\n\n<strong>1. Networking rarely or not at all.</strong> You have an incomplete LinkedIn profile (bonus points if it is missing a photograph), you have never posted anything on Twitter or even Facebook, and you rarely, if ever, attend networking events in person.\n\n<strong>2. Networking only when you need something.</strong> You lost your job, and you had not been networking at all. Suddenly, you need connections. You start networking like crazy. Or, your kid is selling cookies for a fundraiser, so you hit up all your Facebook friends for support even though you never so much as like a post or wish anybody happy birthday. (Or, like my \"friend\" above, you need to make some extra money for the holidays.)\n\n<strong>3. Networking all the time.</strong> You are conscious about keeping up with people. You actively attend events and maybe even participate in planning them. You are active in social media, and post updates to LinkedIn frequently (but not with annoying frequency). You Tweet and you connect via Facebook. You share stuff your connections post.\n\n<strong>Guess which one works the best...yes, that would be number 3,  always networking.</strong>\n\nNetworks are about relationships and relationships take time and nurturing. The only way to build a strong network is to invest time and effort. Whether you do it in person or on social media, you have to devote energy to it.\n\nIf you don\'t build relationships at all, well then you don\'t have any. If you haven\'t nurtured your relationships, why do you expect those people to help you?\n\n<strong>The lesson here is simple. Nurture your network before you need it. Don\'t abandon it, ever.</strong>\n\n&nbsp;','3 kinds of networking and only 1 works','','inherit','open','open','','2431-autosave-v1','','','2013-12-09 15:39:46','2013-12-09 15:39:46','',2431,'http://deborahbrody.com/2013/12/2431-autosave-v1/',0,'revision','',0),
(2435,4,'2013-12-13 13:10:08','2013-12-13 13:10:08','We\'ve all met people who are desperately trying to make sure everybody knows how smart or how powerful or how well-connected they are. These people do things like sweep into a room and speak very loudly, making sure they become the center of attention. They may also love to name-drop. And sometimes they think that by using sentences packed with big words and jargon, you will be mesmerized into thinking they really know what they are talking about.\r\n\r\nBut the opposite always happens. The harder people try to impress you, the more you tend to see through them. Same thing happens with your written communications--blogs, websites, letters, whatever. If you try to impress, especially by filling your writing with jargon and big words, the less you are communicating.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"320\"]<a title=\"Merry Go Round by Mike Rawlins, on Flickr\" href=\"http://www.flickr.com/photos/mikerawlins/2223889360/\"><img alt=\"Merry Go Round\" src=\"http://farm3.staticflickr.com/2406/2223889360_da65cf100b_n.jpg\" width=\"320\" height=\"213\" /></a> Merry Go Round by Mike Rawlins on Flickr.[/caption]\r\n\r\nAs Mack Collier wrote in his blog post, <a href=\"http://www.mackcollier.com/you-dont-look-smarter-by-making-other-people-feel-stupid/\">\"You Don\'t Look Smarter by Making Others Feel Stupid.\":</a>\r\n<blockquote>Make your ideas more accessible and empower your audience to learn at a pace that’s comfortable to them.  Remember that if your words make the reader feel dumb then the reader might decide that you’re not an ‘expert’ after all</blockquote>\r\nSo, if you think that throwing big words around will result in you looking smarter, you are dead wrong. (P.S.:  I LOVE that quote from Albert Einstein: \"If you can\'t explain it simply, you don\'t understand it well enough.\")\r\n\r\nIt reminds me of a time when I was visiting a friend in Florida. She had a little baby at the the time, and she had another friend visiting who also had a baby with her. Both women were in the pool and both babies were naked. They asked if I wanted to get in. I said I really did not want to be swimming in baby pee. The friend looked at me and said that baby pee was sterile, and that I needn\'t be concerned. She added she knew this because she was a physician. Yes, she called herself a physician.  To which I promptly replied: \"Oh you\'re a doctor. What is your specialty?\" (I think she was a dermatologist, but I don\'t remember.) I couldn\'t get over that she thought calling herself a physician somehow made her more authoritative.\r\n\r\nIn everyday conversation we visit our doctors and have our lawyers--not our attorneys--draw up contracts. When someone asks us where we live, we don\'t say we \"reside\" in a certain neighborhood. If someone asks why we are taking night classes, we usually say we are trying to learn more about the topic, not \"augmenting our knowledge base.\" If we get a new gadget, we tell people how much it has changed our lives, not \"it is a disruptive technology.\"\r\n\r\n<strong>So, next time you want to appear like you know what you are talking about, get off your high horse and use the words most people would actually use in conversation.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Get off your high horse (if you really want to communicate)','','inherit','open','open','','2434-revision-v1','','','2013-12-13 13:10:08','2013-12-13 13:10:08','',2434,'http://deborahbrody.com/2013/12/2434-revision-v1/',0,'revision','',0),
(2436,4,'2013-12-16 23:58:14','2013-12-16 23:58:14','I have been a loyal <em>60 Minutes</em> viewer for years. Every Sunday night at 7:00 p.m. you\'ll find me watching CBS (unless of course there is a football game...).\r\n\r\nThis season, I barely recognize the program that I used to love. First, there was a bizarre disjointed piece ostensibly about humpback whales but I was unclear on the point. Then there was an infomercial for Lamborghini, where Scott Pelley pretty much used <em>60 Minutes</em> in order to test drive the world\'s most expensive car.\r\n\r\nA couple of weeks ago, we learned how Amazon will be using drones to deliver packages (maybe), and in the process the Internet behemoth got lots and lots and lots of publicity.\r\n\r\nThen, there\'s the political stuff. Lara Logan based her reporting on an unvetted and unreliable source to excoriate the Obama administration\'s response in Benghazi. She has since been \"disciplined.\" And last night there was a fluff piece on the NSA. CBS promoted the NSA piece as the first time journalists have ever been let into the secretive agency. In fact, the \"journalist\" in question was John Miller, a former intelligence guy.\r\n\r\nGiven the controversy surrounding the NSA and its tactics in light of Edward Snowden\'s revelations, you\'d think <em>60 Minutes</em> would want to  try to find out what is actually going on. Instead, Miller barely questioned Keith Alexander (the head of the NSA). He actually fed him lines, to the effect of \"so, you don\'t actually listen to people\'s conversations.\" There was no counterpoint to Alexander\'s assertions. No push back. No interviews with people opposed to NSA tactics. Miller seemed to agree with everything Alexander said. Both men thought it was \"weird\" that Snowden would cover himself and his computer screen when working on it at night. He probably was aware that he was being spied on by the NSA! Esquire has a great piece on it, worth a read:<a href=\"http://www.esquire.com/blogs/news/nsa-60-minutes-report?src=spr_TWITTER&amp;spr_id=1456_35507628\" target=\"_blank\"> 60 Minutes Weird NSA Propaganda Wasn\'t Even Good Propaganda.</a>\r\n\r\nIn my opinion, <em>60 Minutes</em> has failed its brand promise, that is, to provide tough investigative journalism or original reporting on interesting subjects (in fairness, Bob Simon\'s piece last night about Egypt\'s Copts was good).  Will <em>60 Minutes</em> be able to recover? If it continues on this editorial trajectory it will not. There was a lot of angry and dissatisfied chatter on Twitter about the NSA story. And there has been pushback on the Benghazi report and the Amazon piece too.\r\n\r\nNews organizations depend on trust. If you don\'t trust them, there is little point to what they are doing. You would never pick up a tabloid and believe everything you read there. You know its gossip and its meant to entertain. But when you watch <em>60 Minutes</em>, you expect well researched stories. Well, maybe not any more.\r\n\r\nThoughts?\r\n\r\n<strong>UPDATE:</strong>\r\n\r\nThe New York Times Media Equation column has an excellent look into this:\r\n\r\n<a href=\"http://www.nytimes.com/2013/12/23/business/media/when-60-minutes-checks-its-journalistic-skepticism-at-the-door.html?smid=pl-share\" target=\"_blank\">\"When 60 Minutes Checks Its Journalistic Skepticism at the Door.\"</a>','Can the 60 Minutes brand recover?','','publish','open','open','','can-the-60-minutes-brand-recover','','','2013-12-23 12:21:50','2013-12-23 12:21:50','',0,'http://deborahbrody.com/?p=2436',0,'post','',0),
(2437,4,'2013-12-16 23:58:14','2013-12-16 23:58:14','I have been a loyal <em>60 Minutes</em> viewer for years. Every Sunday night at 7:00 p.m. you\'ll find me watching CBS (unless of course there is a football game...).\r\n\r\nThis season, I barely recognize the program that I used to love. First, there was a bizarre disjointed piece ostensibly about humpback whales but I was unclear on the point. Then there was an infomercial for Lamborghini, where Scott Pelley pretty much used 60 Minutes in order to test drive the world\'s most expensive car.\r\n\r\nA couple of weeks ago, we learned how Amazon will be using drones to deliver packages (maybe), and in the process the Internet behemoth got lots and lots and lots of publicity.\r\n\r\nThen, there\'s the political stuff. Lara Logan used an unvetted source to excoriate the Obama administration\'s response in Benghazi. She has since been \"disciplined.\" And last night there was a fluff piece on the NSA. CBS promoted the NSA piece as the first time journalists have ever been let into the secretive agency. In fact, the \"journalist\" in question was John Miller, a former intelligence guy.\r\n\r\nGiven the controversy surrounding the NSA and its tactics in light of Edward Snowden\'s revelations, you\'d think 60 Minutes would want to  try to find out what is actually going on. Instead, Miller barely questioned Keith Alexander (the head of the NSA). He actually fed him lines, to the effect of \"so, you don\'t actually listen to people\'s conversations.\" There was no counterpoint to Alexander\'s assertions. No push back. No interviews with people opposed to NSA tactics. Miller seemed to agree with everything Alexander said. Both men thought it was \"weird\" that Snowden would cover himself and his computer screen when working on it at night. He probably was aware that he was being spied on by the NSA! Esquire has a great piece on it, worth a read:<a href=\"http://www.esquire.com/blogs/news/nsa-60-minutes-report?src=spr_TWITTER&amp;spr_id=1456_35507628\" target=\"_blank\"> 60 Minutes Weird NSA Propaganda Wasn\'t Even Good Propaganda.</a>\r\n\r\nIn my opinion, <em>60 Minutes</em> has failed its brand promise, that is, to provide tough investigative journalism or original reporting on interesting subjects (in fairness, Bob Simon\'s piece last night about Egypt\'s Copts was good).  Will <em>60 Minutes</em> be able to recover? If it continues on this editorial trajectory it will not. There was a lot of angry and dissatisfied chatter on Twitter about the NSA story. And there has been pushback on the Benghazi report and the Amazon piece too.\r\n\r\nNews organizations depend on trust. If you don\'t trust them, there is little point to what they are doing. You would never pick up a tabloid and believe everything you read there. You know its gossip and its meant to entertain. But when you watch <em>60 Minutes</em>, you expect well researched stories. Well, maybe not any more.\r\n\r\nThoughts?','Can the 60 Minutes brand recover?','','inherit','open','open','','2436-revision-v1','','','2013-12-16 23:58:14','2013-12-16 23:58:14','',2436,'http://deborahbrody.com/2013/12/2436-revision-v1/',0,'revision','',0),
(2438,4,'2013-12-23 12:17:27','2013-12-23 12:17:27','I have been a loyal <em>60 Minutes</em> viewer for years. Every Sunday night at 7:00 p.m. you\'ll find me watching CBS (unless of course there is a football game...).\n\nThis season, I barely recognize the program that I used to love. First, there was a bizarre disjointed piece ostensibly about humpback whales but I was unclear on the point. Then there was an infomercial for Lamborghini, where Scott Pelley pretty much used <em>60 Minutes</em> in order to test drive the world\'s most expensive car.\n\nA couple of weeks ago, we learned how Amazon will be using drones to deliver packages (maybe), and in the process the Internet behemoth got lots and lots and lots of publicity.\n\nThen, there\'s the political stuff. Lara Logan based her reporting on an unvetted and unreliable source to excoriate the Obama administration\'s response in Benghazi. She has since been \"disciplined.\" And last night there was a fluff piece on the NSA. CBS promoted the NSA piece as the first time journalists have ever been let into the secretive agency. In fact, the \"journalist\" in question was John Miller, a former intelligence guy.\n\nGiven the controversy surrounding the NSA and its tactics in light of Edward Snowden\'s revelations, you\'d think <em>60 Minutes</em> would want to  try to find out what is actually going on. Instead, Miller barely questioned Keith Alexander (the head of the NSA). He actually fed him lines, to the effect of \"so, you don\'t actually listen to people\'s conversations.\" There was no counterpoint to Alexander\'s assertions. No push back. No interviews with people opposed to NSA tactics. Miller seemed to agree with everything Alexander said. Both men thought it was \"weird\" that Snowden would cover himself and his computer screen when working on it at night. He probably was aware that he was being spied on by the NSA! Esquire has a great piece on it, worth a read:<a href=\"http://www.esquire.com/blogs/news/nsa-60-minutes-report?src=spr_TWITTER&amp;spr_id=1456_35507628\" target=\"_blank\"> 60 Minutes Weird NSA Propaganda Wasn\'t Even Good Propaganda.</a>\n\nIn my opinion, <em>60 Minutes</em> has failed its brand promise, that is, to provide tough investigative journalism or original reporting on interesting subjects (in fairness, Bob Simon\'s piece last night about Egypt\'s Copts was good).  Will <em>60 Minutes</em> be able to recover? If it continues on this editorial trajectory it will not. There was a lot of angry and dissatisfied chatter on Twitter about the NSA story. And there has been pushback on the Benghazi report and the Amazon piece too.\n\nNews organizations depend on trust. If you don\'t trust them, there is little point to what they are doing. You would never pick up a tabloid and believe everything you read there. You know its gossip and its meant to entertain. But when you watch <em>60 Minutes</em>, you expect well researched stories. Well, maybe not any more.\n\nThoughts?\n\n<strong>UPDATE:</strong>\n\nThe New York Times Media Equation column has an excellent look into this:\n\n<a href=\"http://www.nytimes.com/2013/12/23/business/media/when-60-minutes-checks-its-journalistic-skepticism-at-the-door.html?smid=pl-share\" target=\"_blank\">\"When 60 Minutes Checks Its Journalistic Skepticism at the Door.\"</a>','Can the 60 Minutes brand recover?','','inherit','open','open','','2436-autosave-v1','','','2013-12-23 12:17:27','2013-12-23 12:17:27','',2436,'http://deborahbrody.com/2013/12/2436-autosave-v1/',0,'revision','',0),
(2439,4,'2013-12-17 00:27:12','2013-12-17 00:27:12','I have been a loyal <em>60 Minutes</em> viewer for years. Every Sunday night at 7:00 p.m. you\'ll find me watching CBS (unless of course there is a football game...).\r\n\r\nThis season, I barely recognize the program that I used to love. First, there was a bizarre disjointed piece ostensibly about humpback whales but I was unclear on the point. Then there was an infomercial for Lamborghini, where Scott Pelley pretty much used <em>60 Minutes</em> in order to test drive the world\'s most expensive car.\r\n\r\nA couple of weeks ago, we learned how Amazon will be using drones to deliver packages (maybe), and in the process the Internet behemoth got lots and lots and lots of publicity.\r\n\r\nThen, there\'s the political stuff. Lara Logan based her reporting on an unvetted and unreliable source to excoriate the Obama administration\'s response in Benghazi. She has since been \"disciplined.\" And last night there was a fluff piece on the NSA. CBS promoted the NSA piece as the first time journalists have ever been let into the secretive agency. In fact, the \"journalist\" in question was John Miller, a former intelligence guy.\r\n\r\nGiven the controversy surrounding the NSA and its tactics in light of Edward Snowden\'s revelations, you\'d think <em>60 Minutes</em> would want to  try to find out what is actually going on. Instead, Miller barely questioned Keith Alexander (the head of the NSA). He actually fed him lines, to the effect of \"so, you don\'t actually listen to people\'s conversations.\" There was no counterpoint to Alexander\'s assertions. No push back. No interviews with people opposed to NSA tactics. Miller seemed to agree with everything Alexander said. Both men thought it was \"weird\" that Snowden would cover himself and his computer screen when working on it at night. He probably was aware that he was being spied on by the NSA! Esquire has a great piece on it, worth a read:<a href=\"http://www.esquire.com/blogs/news/nsa-60-minutes-report?src=spr_TWITTER&amp;spr_id=1456_35507628\" target=\"_blank\"> 60 Minutes Weird NSA Propaganda Wasn\'t Even Good Propaganda.</a>\r\n\r\nIn my opinion, <em>60 Minutes</em> has failed its brand promise, that is, to provide tough investigative journalism or original reporting on interesting subjects (in fairness, Bob Simon\'s piece last night about Egypt\'s Copts was good).  Will <em>60 Minutes</em> be able to recover? If it continues on this editorial trajectory it will not. There was a lot of angry and dissatisfied chatter on Twitter about the NSA story. And there has been pushback on the Benghazi report and the Amazon piece too.\r\n\r\nNews organizations depend on trust. If you don\'t trust them, there is little point to what they are doing. You would never pick up a tabloid and believe everything you read there. You know its gossip and its meant to entertain. But when you watch <em>60 Minutes</em>, you expect well researched stories. Well, maybe not any more.\r\n\r\nThoughts?','Can the 60 Minutes brand recover?','','inherit','open','open','','2436-revision-v1','','','2013-12-17 00:27:12','2013-12-17 00:27:12','',2436,'http://deborahbrody.com/2013/12/2436-revision-v1/',0,'revision','',0),
(2442,4,'2013-12-19 12:23:45','2013-12-19 12:23:45','Just a quick post this morning.\r\n\r\nMy schedule has been really tight lately and it\'s been hard to find time to go to the gym. So I decided to buy an exercise video to get a quick workout at home. This morning I popped what purported to be a dance plus cardio \"complete\" workout in 30 minutes. OK. The presenter, a \"celebrity trainer,\" says she can\'t teach us non-dancers to dance in a video, but that we should at least be burning calories. Fine. After her two minute\" intro,\" she gets right into it. No explanation, no instruction, nothing. After a few minutes of trying to follow what she is doing--again, with no cues--I gave up. So much for my idea of working out at home.\r\n\r\nWhat\'s the communication lesson to learn from this exercise video #fail? Well there\'s two:\r\n\r\n1. Don\'t assume that people understand you (especially if you are basing it on your presumed celebrity). Provide instructions.\r\n\r\n2. Don\'t fly in the face of convention, especially if it is really not necessary. Conventions are there for a reason. People expect certain things, and during exercise instruction, I expect....instruction. Just like in every exercise video and show I have ever watched, and certainly every exercise class I have taken, the instructor GIVES INSTRUCTIONS. The instructor cues the next move. The instructor counts the reps.\r\n\r\nThe bottom line is that when we are trying to teach anybody or present new information, we have to work at explaining it so people will get it.  We can\'t assume people will just get it. We can\'t assume people will just follow.\r\n\r\nNow, the question is, can I get my money back?','I can\'t follow you and that is a problem.','','publish','open','open','','i-cant-follow-you-and-that-is-a-problem','','','2013-12-19 13:06:39','2013-12-19 13:06:39','',0,'http://deborahbrody.com/?p=2442',0,'post','',0),
(2443,4,'2013-12-19 12:23:45','2013-12-19 12:23:45','Just a quick post this morning.\r\n\r\nMy schedule has been really tight lately and it\'s been hard to find time to go to the gym. So I decided to buy an exercise video to get a quick workout at home. This morning I popped what purported to be a dance plus cardio \"complete\" workout in 30 minutes. OK. The presenter, a \"celebrity trainer,\" says she can\'t teach us non-dancers to dance in a video, but that we should at least be burning calories. Fine. After her two minute\" intro,\" she gets right into it. No explanation, no instruction, nothing. After a few minutes of trying to follow what she is doing--again, with no cues--I gave up. So much for my idea of working out at home.\r\n\r\nWhat\'s the communication lesson to learn from this exercise video #fail? Well there\'s two:\r\n\r\n1. Don\'t assume that people understand you (especially if you are basing it on your presumed celebrity). Provide instructions.\r\n\r\n2. Don\'t fly in the face of convention, especially if it is really not necessary. Conventions are there for a reason. People expect certain things, and during exercise instruction, I expect....instruction. Just like in every exercise video and show I have ever watched, and certainly every exercise class I have taken, the instructor GIVES INSTRUCTIONS. The instructor cues the next move. The instructor counts the reps.\r\n\r\nThe bottom line is that when we are trying to teach anybody or present new information, we have to work at explaining it so people will get it.  We can\'t assume people will just get it. We can\'t assume people will just follow.\r\n\r\nNow, the question is, can I get my money back?','I can\'t follow you and that is a problem.','','inherit','open','open','','2442-revision-v1','','','2013-12-19 12:23:45','2013-12-19 12:23:45','',2442,'http://deborahbrody.com/2013/12/2442-revision-v1/',0,'revision','',0),
(2471,4,'2014-01-28 13:22:06','2014-01-28 13:22:06','We are in our third straight week of sub-freezing weather here in Washington. The Potomac is frozen and so are some people\'s brains apparently. I am talking about the fashion victims. There are two major categories:\r\n<ul>\r\n	<li>Stuck in the past</li>\r\n	<li>Too cool for school</li>\r\n</ul>\r\nThose that are <strong>stuck in the past</strong> unpack their winter coats from the time machine closet. Take for example a lady I saw on the Metro the other day. She was sporting an oversize circa 1980 LL Bean barn jacket. I didn\'t see her shoes, but I would not have been surprised to see some Bean duck boots on them. That, in conjunction with her mullet hair cut (I am totally not making this up), made me stare in amazement. I kept thinking that this woman was desperately ready for some new clothes, and a makeover.\r\n\r\nDon\'t be that fashion victim! Know when to <span style=\"text-decoration: underline;\">refresh your image.</span> Perhaps you need a new website. Perhaps your logo colors could change. Or that Times New Roman you have been using in your print materials could be upgraded for something a bit more modern.\r\n\r\nYou know some people are totally <strong>too cool</strong> when they go out in subfreezing weather with no socks on. Apparently (and since I am not so cool) wearing socks is never fashionable, even when there is a wind chill factor of -15 and snow on the ground. I most often see young women fashion victims. They are wrapped up in their not so warm coat, no hat (that apparently is also not cool) and walking around in ballet slipper shoes with no hosiery of any type. I did also see a skinny-jean wearing dude with boat shoes and no socks...in January in Washington DC.\r\n\r\nDon\'t be so fashionable that you can\'t dress appropriately for the weather. Or in communications, don\'t do things because everybody else is doing it or because it\'s so cool. Sure, all the home decor people are crazy about Pinterest, but perhaps your law office just doesn\'t have the visuals for it. Maybe orange is the new black, but your elderly audience needs heavy, large black type to read what you are saying.\r\n\r\nThe only one that gets hurt by being a fashion victim is you...\r\n\r\n&nbsp;','Don\'t be a fashion victim...you will freeze!','','publish','open','open','','dont-be-a-fashion-victim','','','2014-01-30 15:39:46','2014-01-30 15:39:46','',0,'http://deborahbrody.com/?p=2471',0,'post','',0),
(2468,4,'2014-01-21 15:28:27','2014-01-21 15:28:27','It\'s easy to lose customers and very hard to get them back. Once they are gone, chances are they won\'t be back.\r\n\r\nThe reality is that there are many people and companies doing what you do. There\'s always an alternative for customers who are unhappy for any reason. Too many companies seem to lose sight of this reality, and they do little to ensure that they keep the customers they have.\r\n\r\n<strong>Here\'s how my heat/AC contractor failed to retain my business:</strong>\r\n\r\nBack in November, my schedule changed and I was not going to be working out of my home office.  In December, I generally get a home heating inspection with my heat/AC contractor. It helps to make sure all parts are working properly and that my heat will continue through the winter. This company is a family-run place where I have been a customer for three years.\r\n\r\n<strong>Strike one</strong>: I got a reminder card from the company in late November. I called right away to schedule an appointment. They had no open slots until LATE December, one month away. Mind you, I had just gotten the card.\r\n\r\n<strong>Strike two:</strong> I explained to the scheduler that I would not be home because of my situation and that I was hoping for a Saturday appointment. It turns out this company does not do inspections on Saturdays, only emergency work. Then I asked for an early weekday appointment. Again, the scheduler could not accommodate me. She told me that she could not find a technician in my area that would be available for their first appointment at 8:00 a.m.\r\n\r\n<strong>Strike three:</strong> I informed the scheduler that I would be forced to switch companies if she didn\'t try to accommodate me because I did not want to have a heat inspection later than December (remember, they were already scheduling late late December). No response and no attempt to rectify the situation.\r\n\r\n<strong>And they are out:</strong> After some research, I called another highly rated heat/AC company that not only was scheduling earlier in December (meaning they have more technicians) but would also provide guaranteed 8:00 a.m. appointments. It cost $20 more per annual contract than my previous company, but the ease of scheduling was worth it to me. Oh, and guess what, the technician came before the scheduled time...\r\n\r\nMy first heat/AC contractor lost my business not because it wasn\'t good at it what id does but because it made no effort to accommodate me. They seemed to forget that there are other contractors out there.\r\n\r\nMost heat/AC contractors do not market actively. Many have websites and most work on their ratings on places like Angie\'s List, but they mostly depend on word of mouth. This is why working to RETAIN customers should be a large part of their business model.\r\n\r\n<strong>Customers that stay are a continuing source of income AND of referrals.</strong>\r\n\r\nAgain, the reality is that keeping customers should be job one:  Losing customers is easy and getting them back is difficult. No amount of marketing will bring back a customer that has found a better alternative.\r\n\r\nWhat are you doing to retain your customers or clients? I\'d like to find out what specific actions you are taking and I will be sharing those in a future blog post.','Why customer retention should be job one','','inherit','open','open','','2467-revision-v1','','','2014-01-21 15:28:27','2014-01-21 15:28:27','',2467,'http://deborahbrody.com/2014/01/2467-revision-v1/',0,'revision','',0),
(2447,4,'2013-12-23 12:21:50','2013-12-23 12:21:50','I have been a loyal <em>60 Minutes</em> viewer for years. Every Sunday night at 7:00 p.m. you\'ll find me watching CBS (unless of course there is a football game...).\r\n\r\nThis season, I barely recognize the program that I used to love. First, there was a bizarre disjointed piece ostensibly about humpback whales but I was unclear on the point. Then there was an infomercial for Lamborghini, where Scott Pelley pretty much used <em>60 Minutes</em> in order to test drive the world\'s most expensive car.\r\n\r\nA couple of weeks ago, we learned how Amazon will be using drones to deliver packages (maybe), and in the process the Internet behemoth got lots and lots and lots of publicity.\r\n\r\nThen, there\'s the political stuff. Lara Logan based her reporting on an unvetted and unreliable source to excoriate the Obama administration\'s response in Benghazi. She has since been \"disciplined.\" And last night there was a fluff piece on the NSA. CBS promoted the NSA piece as the first time journalists have ever been let into the secretive agency. In fact, the \"journalist\" in question was John Miller, a former intelligence guy.\r\n\r\nGiven the controversy surrounding the NSA and its tactics in light of Edward Snowden\'s revelations, you\'d think <em>60 Minutes</em> would want to  try to find out what is actually going on. Instead, Miller barely questioned Keith Alexander (the head of the NSA). He actually fed him lines, to the effect of \"so, you don\'t actually listen to people\'s conversations.\" There was no counterpoint to Alexander\'s assertions. No push back. No interviews with people opposed to NSA tactics. Miller seemed to agree with everything Alexander said. Both men thought it was \"weird\" that Snowden would cover himself and his computer screen when working on it at night. He probably was aware that he was being spied on by the NSA! Esquire has a great piece on it, worth a read:<a href=\"http://www.esquire.com/blogs/news/nsa-60-minutes-report?src=spr_TWITTER&amp;spr_id=1456_35507628\" target=\"_blank\"> 60 Minutes Weird NSA Propaganda Wasn\'t Even Good Propaganda.</a>\r\n\r\nIn my opinion, <em>60 Minutes</em> has failed its brand promise, that is, to provide tough investigative journalism or original reporting on interesting subjects (in fairness, Bob Simon\'s piece last night about Egypt\'s Copts was good).  Will <em>60 Minutes</em> be able to recover? If it continues on this editorial trajectory it will not. There was a lot of angry and dissatisfied chatter on Twitter about the NSA story. And there has been pushback on the Benghazi report and the Amazon piece too.\r\n\r\nNews organizations depend on trust. If you don\'t trust them, there is little point to what they are doing. You would never pick up a tabloid and believe everything you read there. You know its gossip and its meant to entertain. But when you watch <em>60 Minutes</em>, you expect well researched stories. Well, maybe not any more.\r\n\r\nThoughts?\r\n\r\n<strong>UPDATE:</strong>\r\n\r\nThe New York Times Media Equation column has an excellent look into this:\r\n\r\n<a href=\"http://www.nytimes.com/2013/12/23/business/media/when-60-minutes-checks-its-journalistic-skepticism-at-the-door.html?smid=pl-share\" target=\"_blank\">\"When 60 Minutes Checks Its Journalistic Skepticism at the Door.\"</a>','Can the 60 Minutes brand recover?','','inherit','open','open','','2436-revision-v1','','','2013-12-23 12:21:50','2013-12-23 12:21:50','',2436,'http://deborahbrody.com/2013/12/2436-revision-v1/',0,'revision','',0),
(2448,4,'2013-12-23 19:10:06','2013-12-23 19:10:06','We are constantly learning, and ideally, making changes based on what we learn.  During 2013, I learned from clients, from professional development events, from Twitter and life in general. Following are my five big communications lessons.\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.flickr.com/photos/24029425@N06/6197666963/in/photolist-arEEsX-2Fh39f-8vzCpv-7jLuTp-Kc3f3-Dwe1E-8DmmpP-8dHF7A-67bnFE-ccdHPw-gvAjDL-bap7yn-79piY7-acsSBF-bapaZt-bap5Se-bap5cn-6xyaNV-bap8Fk-bapai4-5SMQhw-bap6M2-5bPuaw-6xCkpE-5StRW5-84Kkib-84GdWF-58jTJF-58jTJR-2gbzY-aESLWv-aEWAzq-7h9P7H-93z1Bw-aEWAVG-a3bZbt-fhk7KR-8GimDU-tLF2c-7vccQr-ehEemC-dNNoJi-gDqx6R-EseF7-Eseuc-3jwxm-3dvDXG-391iK5-ek2FAr-9QmFc5-391i7d/player/\" height=\"234\" width=\"324\" allowfullscreen=\"\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: left;\"><strong>1. Write down communications and marketing goals and prioritize them</strong>.</p>\r\nYou have to know what you want to accomplish in order to be able to do so. You also have to realize that you may not be able to reach every goal, which is why you need to prioritize those objectives. What is the most important thing that you want to accomplish in the new year? What would be nice to get done, but is not your top priority? If you don’t prioritize, you will run around like crazy trying to juggle conflicting actions.\r\n\r\nWhere this came from: I have seen too many people/organizations that have no clear vision of what is most important and therefore, try to accomplish too much with too few resources. This is especially true at nonprofits.\r\n\r\n<strong>2. Strategy should decide tactics, not the other way around.</strong>\r\n\r\nDon’t confuse tactics with strategy. You shouldn’t let the allure of a certain tactic drive your communications. This is the \"shiny object syndrome.\" Just because Pinterest is hot, doesn\'t mean it is the right place for your organization. You must think “big picture.” What are your trying to accomplish and what is the best way to get there?\r\n\r\nWhere this came from: Many people and organizations get enamored with what others are doing, even if it doesn\'t fit in with their mission or goals. A tactic is just that--a way to achieve the larger picture goal or strategy. If you haven\'t defined the strategy, you can\'t define the best tactics.\r\n\r\n<strong>3. Consider usability, SEO and content strategy before creating or re-launching a website.</strong>\r\n\r\nSearch engine changes such as Google’s new Hummingbird algorithm have made having an organized, updated and useful website non-negotiable. Spending time planning a website, and considering all the stakeholders, will pay off.\r\n\r\nWhere this came from: Every year there are some changes afoot in \"web world.\" This year was definitely one for search engines, which in turn has put more onus on usability (UX) and content strategy. A website has to reflect the larger organization and can\'t be controlled by just one small group of people. Just because IT has always handled it, doesn\'t mean that it is a good idea.\r\n\r\n<strong>4. Communications presents the entire organization.</strong>\r\n\r\nThis year I consulted with an organization that thought the blog and website should be part of the publications department and other marketing communications should be handled by the corporate communications department. And those two departments didn\'t interact. That\'s a communications failure.\r\n\r\nWhy this is important: Too many organizations fail to think about how they are perceived by the public and where that public might be. You can\'t be doing all sorts of media relations work on one end, and have an intern doing social media and not discussing what you are trying to achieve for the organization. Anything the public has access to about your organization, be it social media, your blog, your latest brochure, a press release or an interview with your company president--it is all communications. It should be unified and it should have one overarching goal--present your organization\'s best face to the public.\r\n\r\n<strong>5. Don\'t let the perfect be the enemy of the good.</strong>\r\n\r\nJust because something is not perfect does not mean it is not good. Blog posts are a perfect case in point. You can\'t spend hours perfecting a post--that\'s counterproductive. Better to post and then fix, than have the inevitable \"paralysis by analysis.\"\r\n\r\nWhere this plays in: Some organizations can\'t move forward because they are afraid of making a mistake. So they cling to the old and fail to embrace change. Sometimes you won\'t know that something is not working until you launch it (I\'d say Healthcare.gov is a perfect case in point). It\'s easier to fix something than to start from zero.\r\n\r\n<strong>What did you take away from 2013? I\'d love to hear from you about the lessons you learned from clients or from within your organization.</strong>\r\n\r\nI\'ll be back next week with some marketing/communications resolutions. Until then, I wish you all a very happy holiday!\r\n\r\n&nbsp;','5 big communications lessons from 2013','','publish','open','open','','5-big-communications-lessons-from-2013','','','2013-12-23 19:10:06','2013-12-23 19:10:06','',0,'http://deborahbrody.com/?p=2448',0,'post','',0),
(2449,4,'2013-12-23 19:06:03','2013-12-23 19:06:03','We are constantly learning, and ideally, making changes based on what we learn.  During 2013, I learned from clients, from professional development events, from Twitter and life in general. Following are my five big communications lessons.\r\n\r\n<iframe src=\"http://www.flickr.com/photos/24029425@N06/6197666963/in/photolist-arEEsX-2Fh39f-8vzCpv-7jLuTp-Kc3f3-Dwe1E-8DmmpP-8dHF7A-67bnFE-ccdHPw-gvAjDL-bap7yn-79piY7-acsSBF-bapaZt-bap5Se-bap5cn-6xyaNV-bap8Fk-bapai4-5SMQhw-bap6M2-5bPuaw-6xCkpE-5StRW5-84Kkib-84GdWF-58jTJF-58jTJR-2gbzY-aESLWv-aEWAzq-7h9P7H-93z1Bw-aEWAVG-a3bZbt-fhk7KR-8GimDU-tLF2c-7vccQr-ehEemC-dNNoJi-gDqx6R-EseF7-Eseuc-3jwxm-3dvDXG-391iK5-ek2FAr-9QmFc5-391i7d/player/\" height=\"230\" width=\"320\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>1. Write down communications and marketing goals and prioritize them</strong>.\r\n\r\nYou have to know what you want to accomplish in order to be able to do so. You also have to realize that you may not be able to reach every goal, which is why you need to prioritize those objectives. What is the most important thing that you want to accomplish in the new year? What would be nice to get done, but is not your top priority? If you don’t prioritize, you will run around like crazy trying to juggle conflicting actions.\r\n\r\nWhere this came from: I have seen too many people/organizations that have no clear vision of what is most important and therefore, try to accomplish too much with too few resources. This is especially true at nonprofits.\r\n\r\n<strong>2. Strategy should decide tactics, not the other way around.</strong>\r\n\r\nDon’t confuse tactics with strategy. You shouldn’t let the allure of a certain tactic drive your communications. This is the \"shiny object syndrome.\" Just because Pinterest is hot, doesn\'t mean it is the right place for your organization. You must think “big picture.” What are your trying to accomplish and what is the best way to get there?\r\n\r\nWhere this came from: Many people and organizations get enamored with what others are doing, even if it doesn\'t fit in with their mission or goals. A tactic is just that--a way to achieve the larger picture goal or strategy. If you haven\'t defined the strategy, you can\'t define the best tactics.\r\n\r\n<strong>3. Consider usability, SEO and content strategy before creating or re-launching a website.</strong>\r\n\r\nSearch engine changes such as Google’s new Hummingbird algorithm have made having an organized, updated and useful website non-negotiable. Spending time planning a website, and considering all the stakeholders, will pay off.\r\n\r\nWhere this came from: Every year there are some changes afoot in \"web world.\" This year was definitely one for search engines, which in turn has put more onus on usability (UX) and content strategy. A website has to reflect the larger organization and can\'t be controlled by just one small group of people. Just because IT has always handled it, doesn\'t mean that it is a good idea.\r\n\r\n<strong>4. Communications presents the entire organization.</strong>\r\n\r\nThis year I consulted with an organization that thought the blog and website should be part of the publications department and other marketing communications should be handled by the corporate communications department. And those two departments didn\'t interact. That\'s a communications failure.\r\n\r\nWhy this is important: Too many organizations fail to think about how they are perceived by the public and where that public might be. You can\'t be doing all sorts of media relations work on one end, and have an intern doing social media and not discussing what you are trying to achieve for the organization. Anything the public has access to about your organization, be it social media, your blog, your latest brochure, a press release or an interview with your company president--it is all communications. It should be unified and it should have one overarching goal--present your organization\'s best face to the public.\r\n\r\n&nbsp;\r\n\r\n<strong>5. Don\'t let the perfect be the enemy of the good.</strong>\r\n\r\nJust because something is not perfect does not mean it is not good. Blog posts are a perfect case in point. You can\'t spend hours perfecting a post--that\'s counterproductive. Better to post and then fix, than have the inevitable \"paralysis by analysis.\"\r\n\r\nWhere this plays in: Some organizations can\'t move forward because they are afraid of making a mistake. So they cling to the old and fail to embrace change. Sometimes you won\'t know that something is not working until you launch it (I\'d say Healthcare.gov is a perfect case in point). It\'s easier to fix something than to start from zero.\r\n\r\nWhat did you take away from 2013? I\'d love to hear from you about the lessons you learned from clients or from within your organization.\r\n\r\nI\'ll be back next week with some marketing/communications resolutions. Until then, I wish you all a very happy holiday!\r\n\r\n&nbsp;','5 big communications lessons from 2013','','inherit','open','open','','2448-revision-v1','','','2013-12-23 19:06:03','2013-12-23 19:06:03','',2448,'http://deborahbrody.com/2013/12/2448-revision-v1/',0,'revision','',0),
(2450,4,'2013-12-23 19:09:05','2013-12-23 19:09:05','We are constantly learning, and ideally, making changes based on what we learn.  During 2013, I learned from clients, from professional development events, from Twitter and life in general. Following are my five big communications lessons.\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.flickr.com/photos/24029425@N06/6197666963/in/photolist-arEEsX-2Fh39f-8vzCpv-7jLuTp-Kc3f3-Dwe1E-8DmmpP-8dHF7A-67bnFE-ccdHPw-gvAjDL-bap7yn-79piY7-acsSBF-bapaZt-bap5Se-bap5cn-6xyaNV-bap8Fk-bapai4-5SMQhw-bap6M2-5bPuaw-6xCkpE-5StRW5-84Kkib-84GdWF-58jTJF-58jTJR-2gbzY-aESLWv-aEWAzq-7h9P7H-93z1Bw-aEWAVG-a3bZbt-fhk7KR-8GimDU-tLF2c-7vccQr-ehEemC-dNNoJi-gDqx6R-EseF7-Eseuc-3jwxm-3dvDXG-391iK5-ek2FAr-9QmFc5-391i7d/player/\" height=\"234\" width=\"324\" allowfullscreen=\"\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: left;\"><strong>1. Write down communications and marketing goals and prioritize them</strong>.</p>\r\nYou have to know what you want to accomplish in order to be able to do so. You also have to realize that you may not be able to reach every goal, which is why you need to prioritize those objectives. What is the most important thing that you want to accomplish in the new year? What would be nice to get done, but is not your top priority? If you don’t prioritize, you will run around like crazy trying to juggle conflicting actions.\r\n\r\nWhere this came from: I have seen too many people/organizations that have no clear vision of what is most important and therefore, try to accomplish too much with too few resources. This is especially true at nonprofits.\r\n\r\n<strong>2. Strategy should decide tactics, not the other way around.</strong>\r\n\r\nDon’t confuse tactics with strategy. You shouldn’t let the allure of a certain tactic drive your communications. This is the \"shiny object syndrome.\" Just because Pinterest is hot, doesn\'t mean it is the right place for your organization. You must think “big picture.” What are your trying to accomplish and what is the best way to get there?\r\n\r\nWhere this came from: Many people and organizations get enamored with what others are doing, even if it doesn\'t fit in with their mission or goals. A tactic is just that--a way to achieve the larger picture goal or strategy. If you haven\'t defined the strategy, you can\'t define the best tactics.\r\n\r\n<strong>3. Consider usability, SEO and content strategy before creating or re-launching a website.</strong>\r\n\r\nSearch engine changes such as Google’s new Hummingbird algorithm have made having an organized, updated and useful website non-negotiable. Spending time planning a website, and considering all the stakeholders, will pay off.\r\n\r\nWhere this came from: Every year there are some changes afoot in \"web world.\" This year was definitely one for search engines, which in turn has put more onus on usability (UX) and content strategy. A website has to reflect the larger organization and can\'t be controlled by just one small group of people. Just because IT has always handled it, doesn\'t mean that it is a good idea.\r\n\r\n<strong>4. Communications presents the entire organization.</strong>\r\n\r\nThis year I consulted with an organization that thought the blog and website should be part of the publications department and other marketing communications should be handled by the corporate communications department. And those two departments didn\'t interact. That\'s a communications failure.\r\n\r\nWhy this is important: Too many organizations fail to think about how they are perceived by the public and where that public might be. You can\'t be doing all sorts of media relations work on one end, and have an intern doing social media and not discussing what you are trying to achieve for the organization. Anything the public has access to about your organization, be it social media, your blog, your latest brochure, a press release or an interview with your company president--it is all communications. It should be unified and it should have one overarching goal--present your organization\'s best face to the public.\r\n\r\n&nbsp;\r\n\r\n<strong>5. Don\'t let the perfect be the enemy of the good.</strong>\r\n\r\nJust because something is not perfect does not mean it is not good. Blog posts are a perfect case in point. You can\'t spend hours perfecting a post--that\'s counterproductive. Better to post and then fix, than have the inevitable \"paralysis by analysis.\"\r\n\r\nWhere this plays in: Some organizations can\'t move forward because they are afraid of making a mistake. So they cling to the old and fail to embrace change. Sometimes you won\'t know that something is not working until you launch it (I\'d say Healthcare.gov is a perfect case in point). It\'s easier to fix something than to start from zero.\r\n\r\nWhat did you take away from 2013? I\'d love to hear from you about the lessons you learned from clients or from within your organization.\r\n\r\nI\'ll be back next week with some marketing/communications resolutions. Until then, I wish you all a very happy holiday!\r\n\r\n&nbsp;','5 big communications lessons from 2013','','inherit','open','open','','2448-revision-v1','','','2013-12-23 19:09:05','2013-12-23 19:09:05','',2448,'http://deborahbrody.com/2013/12/2448-revision-v1/',0,'revision','',0),
(2451,4,'2013-12-23 19:10:06','2013-12-23 19:10:06','We are constantly learning, and ideally, making changes based on what we learn.  During 2013, I learned from clients, from professional development events, from Twitter and life in general. Following are my five big communications lessons.\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.flickr.com/photos/24029425@N06/6197666963/in/photolist-arEEsX-2Fh39f-8vzCpv-7jLuTp-Kc3f3-Dwe1E-8DmmpP-8dHF7A-67bnFE-ccdHPw-gvAjDL-bap7yn-79piY7-acsSBF-bapaZt-bap5Se-bap5cn-6xyaNV-bap8Fk-bapai4-5SMQhw-bap6M2-5bPuaw-6xCkpE-5StRW5-84Kkib-84GdWF-58jTJF-58jTJR-2gbzY-aESLWv-aEWAzq-7h9P7H-93z1Bw-aEWAVG-a3bZbt-fhk7KR-8GimDU-tLF2c-7vccQr-ehEemC-dNNoJi-gDqx6R-EseF7-Eseuc-3jwxm-3dvDXG-391iK5-ek2FAr-9QmFc5-391i7d/player/\" height=\"234\" width=\"324\" allowfullscreen=\"\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: left;\"><strong>1. Write down communications and marketing goals and prioritize them</strong>.</p>\r\nYou have to know what you want to accomplish in order to be able to do so. You also have to realize that you may not be able to reach every goal, which is why you need to prioritize those objectives. What is the most important thing that you want to accomplish in the new year? What would be nice to get done, but is not your top priority? If you don’t prioritize, you will run around like crazy trying to juggle conflicting actions.\r\n\r\nWhere this came from: I have seen too many people/organizations that have no clear vision of what is most important and therefore, try to accomplish too much with too few resources. This is especially true at nonprofits.\r\n\r\n<strong>2. Strategy should decide tactics, not the other way around.</strong>\r\n\r\nDon’t confuse tactics with strategy. You shouldn’t let the allure of a certain tactic drive your communications. This is the \"shiny object syndrome.\" Just because Pinterest is hot, doesn\'t mean it is the right place for your organization. You must think “big picture.” What are your trying to accomplish and what is the best way to get there?\r\n\r\nWhere this came from: Many people and organizations get enamored with what others are doing, even if it doesn\'t fit in with their mission or goals. A tactic is just that--a way to achieve the larger picture goal or strategy. If you haven\'t defined the strategy, you can\'t define the best tactics.\r\n\r\n<strong>3. Consider usability, SEO and content strategy before creating or re-launching a website.</strong>\r\n\r\nSearch engine changes such as Google’s new Hummingbird algorithm have made having an organized, updated and useful website non-negotiable. Spending time planning a website, and considering all the stakeholders, will pay off.\r\n\r\nWhere this came from: Every year there are some changes afoot in \"web world.\" This year was definitely one for search engines, which in turn has put more onus on usability (UX) and content strategy. A website has to reflect the larger organization and can\'t be controlled by just one small group of people. Just because IT has always handled it, doesn\'t mean that it is a good idea.\r\n\r\n<strong>4. Communications presents the entire organization.</strong>\r\n\r\nThis year I consulted with an organization that thought the blog and website should be part of the publications department and other marketing communications should be handled by the corporate communications department. And those two departments didn\'t interact. That\'s a communications failure.\r\n\r\nWhy this is important: Too many organizations fail to think about how they are perceived by the public and where that public might be. You can\'t be doing all sorts of media relations work on one end, and have an intern doing social media and not discussing what you are trying to achieve for the organization. Anything the public has access to about your organization, be it social media, your blog, your latest brochure, a press release or an interview with your company president--it is all communications. It should be unified and it should have one overarching goal--present your organization\'s best face to the public.\r\n\r\n<strong>5. Don\'t let the perfect be the enemy of the good.</strong>\r\n\r\nJust because something is not perfect does not mean it is not good. Blog posts are a perfect case in point. You can\'t spend hours perfecting a post--that\'s counterproductive. Better to post and then fix, than have the inevitable \"paralysis by analysis.\"\r\n\r\nWhere this plays in: Some organizations can\'t move forward because they are afraid of making a mistake. So they cling to the old and fail to embrace change. Sometimes you won\'t know that something is not working until you launch it (I\'d say Healthcare.gov is a perfect case in point). It\'s easier to fix something than to start from zero.\r\n\r\n<strong>What did you take away from 2013? I\'d love to hear from you about the lessons you learned from clients or from within your organization.</strong>\r\n\r\nI\'ll be back next week with some marketing/communications resolutions. Until then, I wish you all a very happy holiday!\r\n\r\n&nbsp;','5 big communications lessons from 2013','','inherit','open','open','','2448-revision-v1','','','2013-12-23 19:10:06','2013-12-23 19:10:06','',2448,'http://deborahbrody.com/2013/12/2448-revision-v1/',0,'revision','',0),
(2454,4,'2014-01-05 21:38:19','2014-01-05 21:38:19','This is not a post about religion or morality. It\'s a post about how to get things done.\r\n\r\nI am sure you know the expression \"the road to hell is paved with good intentions.\"  What that means, quite simply, is that having a good intentions is not enough to keep you from perdition. You have to act. You have to behave differently, not just think about it.\r\n\r\nThis is the time of the year we are busy setting resolutions and goals for the year ahead. I think this is a great exercise. Certainly, if we take a good look at what we did in 2013, we can see what worked and what didn\'t. We can decide to change course or stay the course, depending on how things worked out.\r\n\r\nBut to accomplish our resolutions and goals, having the intent to do so is not enough. You need a plan of action.\r\n\r\nI have a friend who has the best of intentions to get together and do a \"girl\'s night out.\" I know she has the intent because she tells me we need to do this every single time we have a phone conversation. But she never actually sets aside the time and chooses a date for this mythical get-together. Without an actual plan to go out, it is all just talk. It is meaningless.It ain\'t gonna happen.\r\n\r\nThe same thing happens with your communications goals. You want to blog but you \"don\'t have the time.\" You want to increase your enewsletter subscriptions, but you don\'t add a subscription button to your website or think about how to incentivize people to sign up. You want to get more publicity for your event, but you don\'t contact any media outlets. You want to re-do your website, but you don\'t conduct a survey of your current users/audience.\r\n\r\nIn other words, you have the best intentions in the world, but you are not acting. You are paving the way to get nothing accomplished.\r\n\r\nAs you survey the year ahead and you formulate your goals and resolutions, avoid having it all go to hell, and develop some action plans. Set deadlines, make dates, gather information, put things in motion.\r\n\r\n&nbsp;','How to avoid going to hell','','inherit','open','open','','2453-revision-v1','','','2014-01-05 21:38:19','2014-01-05 21:38:19','',2453,'http://deborahbrody.com/2014/01/2453-revision-v1/',0,'revision','',0),
(2457,4,'2014-01-07 14:28:46','2014-01-07 14:28:46','This is not a post about religion or morality. It\'s a post about how to get things done.  It\'s the \"secret\" to accomplishing your 2014 goals and resolutions.\r\n\r\nI am sure you know the expression \"the road to hell is paved with good intentions.\"  What that means, quite simply, is that having a good intentions is not enough to keep you from perdition. You have to act. You have to behave differently, not just think about it.\r\n\r\n[caption id=\"attachment_2456\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/01/2419526768_eb970f02211.jpg\"><img class=\"size-medium wp-image-2456\" alt=\"Bonfire by CP Sutcliffe via Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/01/2419526768_eb970f02211-225x300.jpg\" width=\"225\" height=\"300\" /></a> Bonfire by CP Sutcliffe via Flickr[/caption]\r\n\r\nThis is the time of the year we are busy setting resolutions and goals for the year ahead. I think this is a great exercise. Certainly, if we take a good look at what we did in 2013, we can see what worked and what didn\'t. We can decide to change course or stay the course, depending on how things worked out.\r\n\r\n<strong>But to accomplish our resolutions and goals, just having the intent to do so is not enough. What you need is an action plan.</strong>\r\n\r\nI have a friend who has the best of intentions to get together and do a \"girl\'s night out.\" I know she has the intent because she tells me we need to do this every single time we have a phone conversation. But she never actually sets aside the time and chooses a date for this mythical get-together. Without an actual plan to go out, it is all just talk. It is meaningless. Bottom line is it ain\'t gonna happen.\r\n\r\nThe same thing happens with your communications goals. You want to blog but you \"don\'t have the time.\" You want to increase your enewsletter subscriptions, but you don\'t add a subscription button to your website or think about how to incentivize people to sign up. You want to get more publicity for your event, but you don\'t contact any media outlets. You want to re-do your website, but you don\'t conduct a survey of your current users/audience.\r\n\r\nIn other words, you have the best intentions in the world, but you are not acting. You are paving the way to get nothing accomplished.\r\n\r\nAs you survey the year ahead and you formulate your goals and resolutions, avoid having it all go to hell, and develop some action plans. Set deadlines, make dates, gather information, put things in motion.\r\n\r\nWhat are you resolving to do in 2014 and how do you plan to get there?\r\n\r\n&nbsp;','How to avoid going to hell','','inherit','open','open','','2453-revision-v1','','','2014-01-07 14:28:46','2014-01-07 14:28:46','',2453,'http://deborahbrody.com/2014/01/2453-revision-v1/',0,'revision','',0),
(2455,4,'2014-01-07 14:23:50','2014-01-07 14:23:50','This is not a post about religion or morality. It\'s a post about how to get things done.  It\'s the \"secret\" to accomplishing your 2014 goals and resolutions.\r\n\r\nI am sure you know the expression \"the road to hell is paved with good intentions.\"  What that means, quite simply, is that having a good intentions is not enough to keep you from perdition. You have to act. You have to behave differently, not just think about it.\r\n\r\n<iframe src=\"http://www.flickr.com/photos/25756025@N06/2419526768/in/photolist-4FNH1L-5jR6Wx-8fgc-aCfA68-5tq75m-5tkHxB-dqZJH5-5pDGZ6-5pDHWH-5pJ9jd-5pJ4KE-3R6Dr-VZTHB-6km5b-5zMT5S-8xTrHY-8xQpJD-eZt1Wj-8RoeYa-aDEUf1-bAepc3-rBbq9-rBbqb-rBbqd-z4A9Z-z4zbg-z4zRC-z4B5M-z4z99-z4zDC-6jxNyu-6jxPcE-2v2HL8-ajXDwR-8Cha3b-6UPYe8-8JwA2t-f2SKk-f2SHK-VZTEp-J7SXa-5ZusEm-4gWG25-rC2Jn-8RAiGb-dqv8WN-hdtwk9-8KepfE-8KepjS-8Kbmmt-8Kep9J/player/\" height=\"500\" width=\"375\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\nThis is the time of the year we are busy setting resolutions and goals for the year ahead. I think this is a great exercise. Certainly, if we take a good look at what we did in 2013, we can see what worked and what didn\'t. We can decide to change course or stay the course, depending on how things worked out.\r\n\r\n<strong>But to accomplish our resolutions and goals, just having the intent to do so is not enough. What you need is an action plan.</strong>\r\n\r\nI have a friend who has the best of intentions to get together and do a \"girl\'s night out.\" I know she has the intent because she tells me we need to do this every single time we have a phone conversation. But she never actually sets aside the time and chooses a date for this mythical get-together. Without an actual plan to go out, it is all just talk. It is meaningless. Bottom line is it ain\'t gonna happen.\r\n\r\nThe same thing happens with your communications goals. You want to blog but you \"don\'t have the time.\" You want to increase your enewsletter subscriptions, but you don\'t add a subscription button to your website or think about how to incentivize people to sign up. You want to get more publicity for your event, but you don\'t contact any media outlets. You want to re-do your website, but you don\'t conduct a survey of your current users/audience.\r\n\r\nIn other words, you have the best intentions in the world, but you are not acting. You are paving the way to get nothing accomplished.\r\n\r\nAs you survey the year ahead and you formulate your goals and resolutions, avoid having it all go to hell, and develop some action plans. Set deadlines, make dates, gather information, put things in motion.\r\n\r\nWhat are you resolving to do in 2014 and how do you plan to get there?\r\n\r\n&nbsp;','How to avoid going to hell','','inherit','open','open','','2453-revision-v1','','','2014-01-07 14:23:50','2014-01-07 14:23:50','',2453,'http://deborahbrody.com/2014/01/2453-revision-v1/',0,'revision','',0),
(2456,4,'2014-01-07 14:28:12','2014-01-07 14:28:12','','2419526768_eb970f0221(1)','Bonfire by CP Sutcliffe via Flickr','inherit','open','open','','2419526768_eb970f02211','','','2014-01-07 14:28:12','2014-01-07 14:28:12','',2453,'http://deborahbrody.com/wp-content/uploads/2014/01/2419526768_eb970f02211.jpg',0,'attachment','image/jpeg',0),
(2458,4,'2014-01-13 13:11:30','2014-01-13 13:11:30','Unless you are publishing something like the Huffington Post, chances are that you have a small audience for your blog. You will publish lots of blog posts that do not get comments or are not shared on social media. This isn\'t because you are a bad writer or you don\'t have something valuable to say, it is, quite simply, because <strong>people don\'t have time to read your blog.</strong>\r\n\r\nI have been blogging for years, and I have been following more than a hundred blogs for years too. In the past few weeks, I have been blogging less and reading less. Why? Because I am working on a project that has me working outside my home office for five days a week for about twelve to fifteen weeks, plus I am commuting more than two hours each day. I am no longer able to be on Twitter all day, nor can I read my Feedly very often. Even though this is novel for me, it is the reality for a great many people. There are only so many hours in a day, and something has got to give. For me, and I suspect for many people, it\'s keeping up with blogs.\r\n\r\nAs a blogger, what can you do about it? <span style=\"text-decoration: underline;\">Here are six actions you can take to avoid being forgotten:</span>\r\n\r\n1. <strong>Keep blogging.</strong> An outdated blog is surely never going to be read, and it will not help your goals or your SEO.\r\n\r\n2. <strong>Remember your blog goals, stick to your topic and keep giving readers good stuff.</strong> Too many blogs go off topic too often or don\'t share valuable information. That causes readers to lose interest and be less inclined to stick with it.\r\n\r\n3. <strong>Ensure your readers can subscribe to your blog in many ways</strong>. It may be easier for people to read your blog if they can get an email when you publish a blog post. Some people like RSS readers. In any case, you must give them options.\r\n\r\n4. <strong>Highlight your best posts in your newsletter</strong> (you do have a newsletter?).  Whether your newsletter is weekly, monthly or quarterly, you can use it to point people back to your blog by telling them about all the great content you have there. The idea is to get your audience to remember you have a blog, and to appreciate that you share relevant information there.\r\n\r\n5. <strong>Spend more time on your headlines</strong>.  A great headline almost guarantees people will read the post (or at least, scan it).\r\n\r\n6. <strong>Share, and share again</strong>. (And encourage sharing by having sharing capabilities and acknowledging people who share stuff). Make sure that you share your blog post with all your networks. People are at different places at different times--make it easy for them to see your post.\r\n\r\nWhat would you add to this list? What makes you read a blog post even if you don\'t have the time?\r\n\r\n&nbsp;','Why your blog isn\'t being read and what to do about it','','publish','open','open','','why-your-blog-isnt-being-read-and-what-to-do-about-it','','','2014-01-13 13:13:56','2014-01-13 13:13:56','',0,'http://deborahbrody.com/?p=2458',0,'post','',0),
(2459,4,'2014-01-13 13:11:30','2014-01-13 13:11:30','Unless you are publishing something like the Huffington Post, chances are that you have a small audience for your blog. You will publish lots of blog posts that do not get comments or are not shared on social media. This isn\'t because you are a bad writer or you don\'t have something valuable to say, it is, quite simply, because <strong>people don\'t have time to read your blog.</strong>\r\n\r\nI have been blogging for years, and I have been following more than a hundred blogs for years too. In the past few weeks, I have been blogging less and reading less. Why? Because I am working on a project that has me working outside my home office for five days a week for about twelve to fifteen weeks, plus I am commuting more than two hours each day. I am no longer able to be on Twitter all day, nor can I read my Feedly very often. Even though this is novel for me, it is the reality for a great many people. There are only so many hours in a day, and something has got to give. For me, and I suspect for many people, it\'s keeping up with blogs.\r\n\r\nAs a blogger, what can you do about it? <span style=\"text-decoration: underline;\">Here are six actions you can take to avoid being forgotten:</span>\r\n\r\n1. <strong>Keep blogging.</strong> An outdated blog is surely never going to be read, and it will not help your goals or your SEO.\r\n\r\n2. <strong>Remember your blog goals, stick to your topic and keep giving readers good stuff.</strong> Too many blogs go off topic too often or don\'t share valuable information. That causes readers to lose interest and be less inclined to stick with it.\r\n\r\n3. <strong>Ensure your readers can subscribe to your blog in many ways</strong>. It may be easier for people to read your blog if they can get an email when you publish a blog post. Some people like RSS readers. In any case, you must give them options.\r\n\r\n4. <strong>Highlight your best posts in your newsletter</strong> (you do have an newsletter?).  Whether your newsletter is weekly, monthly or quarterly, you can use it to point people back to your blog by telling them about all the great content you have there. The idea is to get your audience to remember you have a blog, and to appreciate that you share relevant information there.\r\n\r\n5. <strong>Spend more time on your headlines</strong>.  A great headline almost guarantees people will read the post (or at least, scan it).\r\n\r\n6. <strong>Share, and share again</strong>. (And encourage sharing by having sharing capabilities and acknowledging people who share stuff). Make sure that you share your blog post with all your networks. People are at different places at different times--make it easy for them to see your post.\r\n\r\nWhat would you add to this list? What makes you read a blog post even if you don\'t have the time?\r\n\r\n&nbsp;','Why your blog isn\'t being read and what to do about it','','inherit','open','open','','2458-revision-v1','','','2014-01-13 13:11:30','2014-01-13 13:11:30','',2458,'http://deborahbrody.com/2014/01/2458-revision-v1/',0,'revision','',0),
(2460,4,'2014-01-13 13:13:56','2014-01-13 13:13:56','Unless you are publishing something like the Huffington Post, chances are that you have a small audience for your blog. You will publish lots of blog posts that do not get comments or are not shared on social media. This isn\'t because you are a bad writer or you don\'t have something valuable to say, it is, quite simply, because <strong>people don\'t have time to read your blog.</strong>\r\n\r\nI have been blogging for years, and I have been following more than a hundred blogs for years too. In the past few weeks, I have been blogging less and reading less. Why? Because I am working on a project that has me working outside my home office for five days a week for about twelve to fifteen weeks, plus I am commuting more than two hours each day. I am no longer able to be on Twitter all day, nor can I read my Feedly very often. Even though this is novel for me, it is the reality for a great many people. There are only so many hours in a day, and something has got to give. For me, and I suspect for many people, it\'s keeping up with blogs.\r\n\r\nAs a blogger, what can you do about it? <span style=\"text-decoration: underline;\">Here are six actions you can take to avoid being forgotten:</span>\r\n\r\n1. <strong>Keep blogging.</strong> An outdated blog is surely never going to be read, and it will not help your goals or your SEO.\r\n\r\n2. <strong>Remember your blog goals, stick to your topic and keep giving readers good stuff.</strong> Too many blogs go off topic too often or don\'t share valuable information. That causes readers to lose interest and be less inclined to stick with it.\r\n\r\n3. <strong>Ensure your readers can subscribe to your blog in many ways</strong>. It may be easier for people to read your blog if they can get an email when you publish a blog post. Some people like RSS readers. In any case, you must give them options.\r\n\r\n4. <strong>Highlight your best posts in your newsletter</strong> (you do have a newsletter?).  Whether your newsletter is weekly, monthly or quarterly, you can use it to point people back to your blog by telling them about all the great content you have there. The idea is to get your audience to remember you have a blog, and to appreciate that you share relevant information there.\r\n\r\n5. <strong>Spend more time on your headlines</strong>.  A great headline almost guarantees people will read the post (or at least, scan it).\r\n\r\n6. <strong>Share, and share again</strong>. (And encourage sharing by having sharing capabilities and acknowledging people who share stuff). Make sure that you share your blog post with all your networks. People are at different places at different times--make it easy for them to see your post.\r\n\r\nWhat would you add to this list? What makes you read a blog post even if you don\'t have the time?\r\n\r\n&nbsp;','Why your blog isn\'t being read and what to do about it','','inherit','open','open','','2458-revision-v1','','','2014-01-13 13:13:56','2014-01-13 13:13:56','',2458,'http://deborahbrody.com/2014/01/2458-revision-v1/',0,'revision','',0),
(2487,4,'2014-02-11 20:08:37','2014-02-11 20:08:37','If you\'ve been to London and ridden the Underground, you are familiar with the phrase \"please mind the gap.\" It\'s a repeated warning for people to watch their step getting on and off the trains as there is a space between the train and the platform. It is posted everywhere inside the stations because people need to be reminded and London\'s transportation authority certainly doesn\'t want accidents.\r\n\r\n[caption id=\"attachment_2488\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/109430979_01c781cbe2_b.jpg\"><img class=\"size-medium wp-image-2488\" alt=\"Mind the Gap by nikoretro on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/109430979_01c781cbe2_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Mind the Gap by nikoretro on Flickr[/caption]\r\n\r\nI wish we had a similar reminder for communications managers, especially those who deal with event publicity and marketing. Instead of \"mind the gap\" it would say \"mind the details.\" Because it\'s all about the details: the where, when, how, who, why and how much.\r\n\r\nCommon mistakes, which I have seen just these past few days:\r\n<p style=\"padding-left: 30px;\">Sending an email blast announcing an event and neglecting to include the date and time (or location).</p>\r\n<p style=\"padding-left: 30px;\">Announcing an event and getting the dates mixed up (saying it is Tuesday, February 12 instead of Wednesday, February 12).</p>\r\n<p style=\"padding-left: 30px;\">Website page about an event including a \"more information\" button for an event, but not providing any information about what the cost will be.</p>\r\nDetails matter and they matter more when you are doing any type of event planning. Please mind the details. Double check them. Have somebody else check them.  Don\'t assume that people will figure things out.\r\n\r\nFinally, realize that if you don\'t provide the proper details or you provide the wrong details you are making it very hard for people to attend your event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Please mind the details','','publish','open','open','','please-mind-the-details','','','2014-02-11 20:08:37','2014-02-11 20:08:37','',0,'http://deborahbrody.com/?p=2487',0,'post','',0),
(2463,4,'2014-01-15 12:22:36','2014-01-15 12:22:36','It\'s January and chances are you are working hard to get the year off to a good start. You may be in charge of creating something--a newsletter, a flyer, an ad--that is intended to achieve a communications or marketing objective. It may be to publicize an upcoming event or perhaps to solicit support for a cause or maybe you are advocating for a policy change. We\'ll assume that this project is part of a larger strategy and will help further your overall communications goals.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/01/6673406227_2b9ea60f64.jpg\"><img class=\"aligncenter size-medium wp-image-2464\" alt=\"6673406227_2b9ea60f64\" src=\"http://deborahbrody.com/wp-content/uploads/2014/01/6673406227_2b9ea60f64-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\nBefore you start any marketing/communications  project you should be able to answer these five questions:\r\n\r\n1. What is the main <strong>objective</strong> for the piece? Or ask yourself this:  What do you want the audience to do with this piece?\r\n\r\n2. Who is the<strong> target audience</strong>? Really, who is it? Be specific.\r\n\r\n3. What are the top<strong> three messages</strong> you want to convey?\r\n\r\n4. Knowing who the target is, what is the<strong> best way to communicate</strong> your message? Will you use graphics? Which ones? What kind of language will you use?\r\n\r\n5. Has this piece been<strong> done before?</strong> If so, why are you doing it again? What was it that worked or didn\'t work before? If not, why are you doing it now?\r\n\r\nThis may seem obvious to some, simplistic to others, but surprisingly, many people trying to create communications aren\'t able to answer these questions.  Why else do you think we are inundated with useless letters, flyers and brochures? Even if you are a pro, doing this exercise will help you to create a better product, guaranteed!\r\n\r\nWhat is your process for getting communications projects done? Please share!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Stop! Don\'t start on that next project until you can answer this','','publish','open','open','','stop-dont-start-on-that-next-project-until-you-can-answer-this','','','2014-01-15 12:22:36','2014-01-15 12:22:36','',0,'http://deborahbrody.com/?p=2463',0,'post','',1),
(2464,4,'2014-01-15 12:18:10','2014-01-15 12:18:10','Stop by Steve A Johnson on Flickr','6673406227_2b9ea60f64','','inherit','open','open','','6673406227_2b9ea60f64','','','2014-01-15 12:18:10','2014-01-15 12:18:10','',2463,'http://deborahbrody.com/wp-content/uploads/2014/01/6673406227_2b9ea60f64.jpg',0,'attachment','image/jpeg',0),
(2465,4,'2014-01-15 12:20:27','2014-01-15 12:20:27','It\'s January and chances are you are working hard to get the year off to a good start. You may be in charge of creating something--a newsletter, a flyer, an ad--that is intended to achieve a communications or marketing objective. It may be to publicize an upcoming event or perhaps to solicit support for a cause or maybe you are advocating for a policy change. We\'ll assume that this project is part of a larger strategy and will help further your overall communications goals.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/01/6673406227_2b9ea60f64.jpg\"><img class=\"aligncenter size-medium wp-image-2464\" alt=\"6673406227_2b9ea60f64\" src=\"http://deborahbrody.com/wp-content/uploads/2014/01/6673406227_2b9ea60f64-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\nBefore you start any marketing/communications  project you should be able to answer these questions:\r\n\r\n1. What is the main <strong>objective</strong> for the piece? Or ask yourself this:  What do you want the audience to do with this piece?\r\n\r\n2. Who is the<strong> target audience</strong>? Really, who is it? Be specific.\r\n\r\n3. What are the top<strong> three messages</strong> you want to convey?\r\n\r\n4. Knowing who the target is, what is the<strong> best way to communicate</strong> your message? Will you use graphics? Which ones? What kind of language will you use?\r\n\r\n5. Has this piece been<strong> done before?</strong> If so, why are you doing it again? What was it that worked or didn\'t work before? If not, why are you doing it now?\r\n\r\nThis may seem obvious to some, simplistic to others, but surprisingly, many people trying to create communications aren\'t able to answer these questions.  Why else do you think we are inundated with useless letters, flyers and brochures? Even if you are a pro, doing this exercise will help you to create a better product, guaranteed!\r\n\r\nWhat is your process for getting communications projects done? Please share!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Stop! Don\'t start on that next project until you can answer this','','inherit','open','open','','2463-revision-v1','','','2014-01-15 12:20:27','2014-01-15 12:20:27','',2463,'http://deborahbrody.com/2014/01/2463-revision-v1/',0,'revision','',0),
(2466,4,'2014-01-15 12:22:36','2014-01-15 12:22:36','It\'s January and chances are you are working hard to get the year off to a good start. You may be in charge of creating something--a newsletter, a flyer, an ad--that is intended to achieve a communications or marketing objective. It may be to publicize an upcoming event or perhaps to solicit support for a cause or maybe you are advocating for a policy change. We\'ll assume that this project is part of a larger strategy and will help further your overall communications goals.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/01/6673406227_2b9ea60f64.jpg\"><img class=\"aligncenter size-medium wp-image-2464\" alt=\"6673406227_2b9ea60f64\" src=\"http://deborahbrody.com/wp-content/uploads/2014/01/6673406227_2b9ea60f64-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\nBefore you start any marketing/communications  project you should be able to answer these five questions:\r\n\r\n1. What is the main <strong>objective</strong> for the piece? Or ask yourself this:  What do you want the audience to do with this piece?\r\n\r\n2. Who is the<strong> target audience</strong>? Really, who is it? Be specific.\r\n\r\n3. What are the top<strong> three messages</strong> you want to convey?\r\n\r\n4. Knowing who the target is, what is the<strong> best way to communicate</strong> your message? Will you use graphics? Which ones? What kind of language will you use?\r\n\r\n5. Has this piece been<strong> done before?</strong> If so, why are you doing it again? What was it that worked or didn\'t work before? If not, why are you doing it now?\r\n\r\nThis may seem obvious to some, simplistic to others, but surprisingly, many people trying to create communications aren\'t able to answer these questions.  Why else do you think we are inundated with useless letters, flyers and brochures? Even if you are a pro, doing this exercise will help you to create a better product, guaranteed!\r\n\r\nWhat is your process for getting communications projects done? Please share!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Stop! Don\'t start on that next project until you can answer this','','inherit','open','open','','2463-revision-v1','','','2014-01-15 12:22:36','2014-01-15 12:22:36','',2463,'http://deborahbrody.com/2014/01/2463-revision-v1/',0,'revision','',0),
(2469,4,'2014-01-21 18:02:10','2014-01-21 18:02:10','It\'s easy to lose customers and very hard to get them back. Once they are gone, chances are they won\'t be back.\r\n\r\nThe reality is that there are many people and companies doing what you do. There\'s always an alternative for customers who are unhappy for any reason. Too many companies seem to lose sight of this reality, and they do little to ensure that they keep the customers they have.\r\n\r\n<strong>Here\'s how my heat/AC contractor failed to retain my business:</strong>\r\n\r\nBack in November, my schedule changed and I was not going to be working out of my home office.  In December, I generally get a home heating inspection with my heat/AC contractor. It helps to make sure all parts are working properly and that my heat will continue through the winter. This company is a family-run place where I have been a customer for three years.\r\n\r\n<strong>Strike one</strong>: I got a reminder card from the company in late November. I called right away to schedule an appointment. They had no open slots until LATE December, one month away. Mind you, I had just gotten the card.\r\n\r\n<strong>Strike two:</strong> I explained to the scheduler that I would not be home because of my situation and that I was hoping for a Saturday appointment. It turns out this company does not do inspections on Saturdays, only emergency work. Then I asked for an early weekday appointment. Again, the scheduler could not accommodate me. She told me that she could not find a technician in my area that would be available for their first appointment at 8:00 a.m.\r\n\r\n<strong>Strike three:</strong> I informed the scheduler that I would be forced to switch companies if she didn\'t try to accommodate me because I did not want to have a heat inspection later than December (remember, they were already scheduling late late December). No response and no attempt to rectify the situation.\r\n\r\n<strong>And they are out:</strong> After some research, I called another highly rated heat/AC company that not only was scheduling earlier in December (meaning they have more technicians) but would also provide guaranteed 8:00 a.m. appointments. It cost $20 more per annual contract than my previous company, but the ease of scheduling was worth it to me.\r\n\r\nMy first heat/AC contractor lost my business not because it wasn\'t good at it what it does but because it made<span style=\"text-decoration: underline;\"> no effort to accommodate me.</span> They seemed to forget that there are other contractors out there.\r\n\r\nMost heat/AC contractors do not market actively. Many have websites and most work on their ratings on places like Angie\'s List, but they mostly depend on word of mouth. This is why working to RETAIN customers should be a large part of their business model.\r\n\r\n<strong>Customers that stay are a continuing source of income AND of referrals.</strong>\r\n\r\nAgain, the reality is that keeping customers should be job one:  Losing customers is easy and getting them back is difficult. No amount of marketing will bring back a customer that has found a better alternative.\r\n\r\nWhat are you doing to retain your customers or clients? I\'d like to find out what specific actions you are taking and I will be sharing those in a future blog post.','Why customer retention should be job one','','inherit','open','open','','2467-revision-v1','','','2014-01-21 18:02:10','2014-01-21 18:02:10','',2467,'http://deborahbrody.com/2014/01/2467-revision-v1/',0,'revision','',0),
(2472,4,'2014-01-28 13:22:06','2014-01-28 13:22:06','We are in our third straight week of sub-freezing weather. The Potomac is frozen and so are some people\'s brains apparently. I am talking about the fashion victims. There are two major categories:\r\n<ul>\r\n	<li>Stuck in the past</li>\r\n	<li>Too cool for school</li>\r\n</ul>\r\nThose that are <strong>stuck in the past</strong> unpack their winter coats from the time machine closet. Take for example a lady I saw on the Metro the other day. She was sporting an oversize circa 1980 LL Bean barn jacket. I didn\'t see her shoes, but I would not have been surprised to see some Bean duck boots on them. That, in conjunction with her mullet hair cut (I am totally not making this up), made me stare in amazement. I kept thinking that this woman was desperately ready for some new clothes, and a makeover.\r\n\r\nDon\'t be that fashion victim! Know when to <span style=\"text-decoration: underline;\">refresh your image.</span> Perhaps you need a new website. Perhaps your logo colors could change. Or that Times New Roman you have been using in your print materials could be upgraded for something a bit more modern.\r\n\r\nYou know some people are totally <strong>too cool</strong> when they go out in subfreezing weather with no socks on. Apparently (and since I am not so cool) wearing socks is never fashionable, even when there is a wind chill factor of -15 and snow on the ground. I most often see young women fashion victims. They are wrapped up in their not so warm coat, no hat (that apparently is also not cool) and walking around in ballet slipper shoes with no hosiery of any type. I did also see a skinny-jean wearing dude with boat shoes and no socks...in January in Washington DC.\r\n\r\nDon\'t be so fashionable that you can\'t dress appropriately for the weather. Or in communications, don\'t do things because everybody else is doing it or because it\'s so cool. Sure, all the home decor people are crazy about Pinterest, but perhaps your law office just don\'t have the visuals for it. Maybe orange is the new black, but your elderly audience needs heavy, large black type to read what you are saying.\r\n\r\nThe only one that gets hurt by being a fashion victim is you...\r\n\r\n&nbsp;','Don\'t be a fashion victim...you will freeze!','','inherit','open','open','','2471-revision-v1','','','2014-01-28 13:22:06','2014-01-28 13:22:06','',2471,'http://deborahbrody.com/2014/01/2471-revision-v1/',0,'revision','',0),
(2473,4,'2014-01-28 13:23:36','2014-01-28 13:23:36','We are in our third straight week of sub-freezing weather here in Washington. The Potomac is frozen and so are some people\'s brains apparently. I am talking about the fashion victims. There are two major categories:\r\n<ul>\r\n	<li>Stuck in the past</li>\r\n	<li>Too cool for school</li>\r\n</ul>\r\nThose that are <strong>stuck in the past</strong> unpack their winter coats from the time machine closet. Take for example a lady I saw on the Metro the other day. She was sporting an oversize circa 1980 LL Bean barn jacket. I didn\'t see her shoes, but I would not have been surprised to see some Bean duck boots on them. That, in conjunction with her mullet hair cut (I am totally not making this up), made me stare in amazement. I kept thinking that this woman was desperately ready for some new clothes, and a makeover.\r\n\r\nDon\'t be that fashion victim! Know when to <span style=\"text-decoration: underline;\">refresh your image.</span> Perhaps you need a new website. Perhaps your logo colors could change. Or that Times New Roman you have been using in your print materials could be upgraded for something a bit more modern.\r\n\r\nYou know some people are totally <strong>too cool</strong> when they go out in subfreezing weather with no socks on. Apparently (and since I am not so cool) wearing socks is never fashionable, even when there is a wind chill factor of -15 and snow on the ground. I most often see young women fashion victims. They are wrapped up in their not so warm coat, no hat (that apparently is also not cool) and walking around in ballet slipper shoes with no hosiery of any type. I did also see a skinny-jean wearing dude with boat shoes and no socks...in January in Washington DC.\r\n\r\nDon\'t be so fashionable that you can\'t dress appropriately for the weather. Or in communications, don\'t do things because everybody else is doing it or because it\'s so cool. Sure, all the home decor people are crazy about Pinterest, but perhaps your law office just don\'t have the visuals for it. Maybe orange is the new black, but your elderly audience needs heavy, large black type to read what you are saying.\r\n\r\nThe only one that gets hurt by being a fashion victim is you...\r\n\r\n&nbsp;','Don\'t be a fashion victim...you will freeze!','','inherit','open','open','','2471-revision-v1','','','2014-01-28 13:23:36','2014-01-28 13:23:36','',2471,'http://deborahbrody.com/2014/01/2471-revision-v1/',0,'revision','',0),
(2474,4,'2014-01-30 15:39:46','2014-01-30 15:39:46','We are in our third straight week of sub-freezing weather here in Washington. The Potomac is frozen and so are some people\'s brains apparently. I am talking about the fashion victims. There are two major categories:\r\n<ul>\r\n	<li>Stuck in the past</li>\r\n	<li>Too cool for school</li>\r\n</ul>\r\nThose that are <strong>stuck in the past</strong> unpack their winter coats from the time machine closet. Take for example a lady I saw on the Metro the other day. She was sporting an oversize circa 1980 LL Bean barn jacket. I didn\'t see her shoes, but I would not have been surprised to see some Bean duck boots on them. That, in conjunction with her mullet hair cut (I am totally not making this up), made me stare in amazement. I kept thinking that this woman was desperately ready for some new clothes, and a makeover.\r\n\r\nDon\'t be that fashion victim! Know when to <span style=\"text-decoration: underline;\">refresh your image.</span> Perhaps you need a new website. Perhaps your logo colors could change. Or that Times New Roman you have been using in your print materials could be upgraded for something a bit more modern.\r\n\r\nYou know some people are totally <strong>too cool</strong> when they go out in subfreezing weather with no socks on. Apparently (and since I am not so cool) wearing socks is never fashionable, even when there is a wind chill factor of -15 and snow on the ground. I most often see young women fashion victims. They are wrapped up in their not so warm coat, no hat (that apparently is also not cool) and walking around in ballet slipper shoes with no hosiery of any type. I did also see a skinny-jean wearing dude with boat shoes and no socks...in January in Washington DC.\r\n\r\nDon\'t be so fashionable that you can\'t dress appropriately for the weather. Or in communications, don\'t do things because everybody else is doing it or because it\'s so cool. Sure, all the home decor people are crazy about Pinterest, but perhaps your law office just doesn\'t have the visuals for it. Maybe orange is the new black, but your elderly audience needs heavy, large black type to read what you are saying.\r\n\r\nThe only one that gets hurt by being a fashion victim is you...\r\n\r\n&nbsp;','Don\'t be a fashion victim...you will freeze!','','inherit','open','open','','2471-revision-v1','','','2014-01-30 15:39:46','2014-01-30 15:39:46','',2471,'http://deborahbrody.com/2014/01/2471-revision-v1/',0,'revision','',0),
(2475,4,'2014-01-30 18:32:23','2014-01-30 18:32:23','I am assuming your business/organization/service/product has a website. If not, well, that is another story. For the purposes of this post, you do have a website and it is functional. It may even be pretty (I mean \"well designed\").\r\n\r\nBut, and this is a big but, <strong>does it have all the information that your AUDIENCE needs?</strong>\r\n\r\nI have been working on a project that involved getting information about documentaries from various sources, including the filmmakers\' websites. The information I needed was fairly basic: synopsis of the film, year made, how long it is (running time), name of director and other people involved in production and country of origin. And guess what, even though virtually every film had a website, precious few websites had anything resembling basic information. Some listed awards or screenings. Some listed reviews. Some had blogs (not always updated) that talked about the filmmaking process. But basics--which are needed for anybody that is planning to screen a film--LACKING.\r\n\r\nAnd that is not just limited to film websites. Have you ever gone to a restaurant website looking for a menu or for hours of operation and not found either? Have you tried to find a phone number from a service provider\'s website and be forced to email or look for another provider?\r\n\r\nIt is truly astonishing how many websites lack basic, useful and needed information. Many sites get so caught up in bells and whistles (don\'t get me started on websites with flash or self-playing video) that they forget their basic mission is to provide information. Information that their target audience (read: potential customers) wants and needs.\r\n\r\n<strong>Your website is not working for you if your target cannot find the information it needs.</strong>\r\n\r\nOf course, this leads to another conversation that has to do with planning and strategy. Websites are not simply pretty things to make sure you have an internet presence. They play a big part in your communications and marketing efforts.\r\n\r\nBefore you build a website (and before you do anything communications-related)<strong>, you must be able to answer these four questions</strong>\r\n<ol>\r\n	<li>Who is your target audience?</li>\r\n	<li>Why would they visit your website?</li>\r\n	<li>What are they going to do when they are on your site?</li>\r\n	<li>What information does your target audience absolutely, positively need? (Hint: it is always the stuff that is most basic--address, hours, location (map), telephone number, contact person/people, pricing, etc.)</li>\r\n</ol>\r\nWhat do you think? And more importantly, have you checked to see if your website is working for you?\r\n\r\n&nbsp;','Is your website really working for you?','','publish','open','open','','is-your-website-really-working-for-you','','','2014-01-30 18:35:35','2014-01-30 18:35:35','',0,'http://deborahbrody.com/?p=2475',0,'post','',0),
(2476,4,'2014-01-30 18:32:23','2014-01-30 18:32:23','I am assuming your business/organization/service/product has a website. If not, well, that is another story. For the purposes of this post, you do have a website and it is functional. It may even be pretty (I mean \"well designed\").\r\n\r\nBut, and this is a big but, d<strong>oes it have all the information that your AUDIENCE needs?</strong>\r\n\r\nI have been working on a project that involved getting information about documentaries from various sources, including the filmmakers\' websites. The information I needed was fairly basic: synopsis of the film, year made, how long it is (running time), name of director and other people involved in production and country of origin. And guess what, even though virtually every film had a website, precious few websites had anything resembling basic information. Some listed awards or screenings. Some listed reviews. Some had blogs (not always updated) that talked about the filmmaking process. But basics--which are needed for anybody that is planning to screen a film--LACKING.\r\n\r\nAnd that is not just limited to film websites. Have you ever gone to a restaurant website looking for a menu or for hours of operation and not found either? Have you tried to find a phone number from a service provider\'s website and be forced to email or look for another provider?\r\n\r\nIt is truly astonishing how many websites lack basic, useful and needed information. Many sites get so caught up in bells and whistles (don\'t get me started on websites with flash or self-playing video) that they forget their basic mission is to provide information. Information that their target audience (read: potential customers) wants and needs.\r\n\r\n<strong>Your website is not working for you if your target cannot find the information it needs.</strong>\r\n\r\nOf course, this leads to another conversation that has to do with planning and strategy. Websites are not simply pretty things to make sure you have an internet presence. They play a big part in your communications and marketing efforts.\r\n\r\nBefore you build a website (and before you do anything communications-related)<strong>, you must be able to answer these four questions</strong>\r\n<ol>\r\n	<li>Who is your target audience?</li>\r\n	<li>Why would they visit your website?</li>\r\n	<li>What are they going to do when the are on your site?</li>\r\n	<li>What information does your target audience absolutely, positively need? (Hint: it is always the stuff that is most basic--address, hours, location (map), telephone number, contact person/people, pricing, etc.)</li>\r\n</ol>\r\nWhat do you think? And more importantly, have you checked to see if your website is working for you?\r\n\r\n&nbsp;','Is your website really working for you?','','inherit','open','open','','2475-revision-v1','','','2014-01-30 18:32:23','2014-01-30 18:32:23','',2475,'http://deborahbrody.com/2014/01/2475-revision-v1/',0,'revision','',0),
(2477,4,'2014-01-30 18:35:30','2014-01-30 18:35:30','I am assuming your business/organization/service/product has a website. If not, well, that is another story. For the purposes of this post, you do have a website and it is functional. It may even be pretty (I mean \"well designed\").\n\nBut, and this is a big but, d<strong>oes it have all the information that your AUDIENCE needs?</strong>\n\nI have been working on a project that involved getting information about documentaries from various sources, including the filmmakers\' websites. The information I needed was fairly basic: synopsis of the film, year made, how long it is (running time), name of director and other people involved in production and country of origin. And guess what, even though virtually every film had a website, precious few websites had anything resembling basic information. Some listed awards or screenings. Some listed reviews. Some had blogs (not always updated) that talked about the filmmaking process. But basics--which are needed for anybody that is planning to screen a film--LACKING.\n\nAnd that is not just limited to film websites. Have you ever gone to a restaurant website looking for a menu or for hours of operation and not found either? Have you tried to find a phone number from a service provider\'s website and be forced to email or look for another provider?\n\nIt is truly astonishing how many websites lack basic, useful and needed information. Many sites get so caught up in bells and whistles (don\'t get me started on websites with flash or self-playing video) that they forget their basic mission is to provide information. Information that their target audience (read: potential customers) wants and needs.\n\n<strong>Your website is not working for you if your target cannot find the information it needs.</strong>\n\nOf course, this leads to another conversation that has to do with planning and strategy. Websites are not simply pretty things to make sure you have an internet presence. They play a big part in your communications and marketing efforts.\n\nBefore you build a website (and before you do anything communications-related)<strong>, you must be able to answer these four questions</strong>\n<ol>\n	<li>Who is your target audience?</li>\n	<li>Why would they visit your website?</li>\n	<li>What are they going to do when they are on your site?</li>\n	<li>What information does your target audience absolutely, positively need? (Hint: it is always the stuff that is most basic--address, hours, location (map), telephone number, contact person/people, pricing, etc.)</li>\n</ol>\nWhat do you think? And more importantly, have you checked to see if your website is working for you?\n\n&nbsp;','Is your website really working for you?','','inherit','open','open','','2475-autosave-v1','','','2014-01-30 18:35:30','2014-01-30 18:35:30','',2475,'http://deborahbrody.com/2014/01/2475-autosave-v1/',0,'revision','',0),
(2478,4,'2014-01-30 18:35:35','2014-01-30 18:35:35','I am assuming your business/organization/service/product has a website. If not, well, that is another story. For the purposes of this post, you do have a website and it is functional. It may even be pretty (I mean \"well designed\").\r\n\r\nBut, and this is a big but, <strong>does it have all the information that your AUDIENCE needs?</strong>\r\n\r\nI have been working on a project that involved getting information about documentaries from various sources, including the filmmakers\' websites. The information I needed was fairly basic: synopsis of the film, year made, how long it is (running time), name of director and other people involved in production and country of origin. And guess what, even though virtually every film had a website, precious few websites had anything resembling basic information. Some listed awards or screenings. Some listed reviews. Some had blogs (not always updated) that talked about the filmmaking process. But basics--which are needed for anybody that is planning to screen a film--LACKING.\r\n\r\nAnd that is not just limited to film websites. Have you ever gone to a restaurant website looking for a menu or for hours of operation and not found either? Have you tried to find a phone number from a service provider\'s website and be forced to email or look for another provider?\r\n\r\nIt is truly astonishing how many websites lack basic, useful and needed information. Many sites get so caught up in bells and whistles (don\'t get me started on websites with flash or self-playing video) that they forget their basic mission is to provide information. Information that their target audience (read: potential customers) wants and needs.\r\n\r\n<strong>Your website is not working for you if your target cannot find the information it needs.</strong>\r\n\r\nOf course, this leads to another conversation that has to do with planning and strategy. Websites are not simply pretty things to make sure you have an internet presence. They play a big part in your communications and marketing efforts.\r\n\r\nBefore you build a website (and before you do anything communications-related)<strong>, you must be able to answer these four questions</strong>\r\n<ol>\r\n	<li>Who is your target audience?</li>\r\n	<li>Why would they visit your website?</li>\r\n	<li>What are they going to do when they are on your site?</li>\r\n	<li>What information does your target audience absolutely, positively need? (Hint: it is always the stuff that is most basic--address, hours, location (map), telephone number, contact person/people, pricing, etc.)</li>\r\n</ol>\r\nWhat do you think? And more importantly, have you checked to see if your website is working for you?\r\n\r\n&nbsp;','Is your website really working for you?','','inherit','open','open','','2475-revision-v1','','','2014-01-30 18:35:35','2014-01-30 18:35:35','',2475,'http://deborahbrody.com/2014/01/2475-revision-v1/',0,'revision','',0),
(2480,4,'2014-02-04 15:11:28','2014-02-04 15:11:28','Have you ever been in a situation where a client (internal or external) keeps wanting to add \"news\" to a press release or material to a brochure or more stuff to the website? \"It\'s important\" they\'ll say. \"We NEED to include this. It MUST be in there.\"\r\n\r\nYou then end up with a press release that is three pages or longer; a blog post that could double as a PhD dissertation; and a website that will give readers a headache. I will bet good money that everybody out there has come across this type of thing.\r\n\r\n[caption id=\"attachment_2481\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/8699798577_912e0213ba_b.jpg\"><img class=\"size-medium wp-image-2481 \" alt=\"Rubber Stamp by Enokson on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/8699798577_912e0213ba_b-300x51.jpg\" width=\"300\" height=\"51\" /></a> Rubber Stamp by Enokson on Flickr[/caption]\r\n\r\nBut, the thing is it doesn\'t have to be that way. Most things are really not that important. The client only thinks they are, usually because someone else (a donor, a higher up, a PIA person) has some stake in that particular bit of information (or \"content\" as we are now referring to it).\r\n\r\n<strong>Here\'s the bottom line: if you include all the so-called important stuff, nothing, and I mean nothing, will stand out. And then all your efforts will be wasted.</strong>\r\n\r\nInstead of including everything and anything, as a communications person you will need to step in and do the following:\r\n<ol>\r\n	<li><strong>Prioritize.</strong> Among those important things are the ones that are extremely important, right?</li>\r\n	<li><strong>Assign different information to different areas.</strong> Perhaps one important bit is appropriate to a press release and the other should go on the blog.</li>\r\n	<li><strong>Edit</strong>. And then edit again. Be ruthless. Remove excess information if you want your message to be heard.</li>\r\n</ol>\r\nThoughts? How do you handle lots of \"important\" information?','If everything is important, nothing stands out','','publish','open','open','','if-everything-is-important-nothing-stands-out','','','2014-02-04 15:11:28','2014-02-04 15:11:28','',0,'http://deborahbrody.com/?p=2480',0,'post','',0),
(2481,4,'2014-02-04 15:08:09','2014-02-04 15:08:09','','8699798577_912e0213ba_b','Rubber Stamp by Enokson on Flickr','inherit','open','open','','8699798577_912e0213ba_b','','','2014-02-04 15:08:09','2014-02-04 15:08:09','',2480,'http://deborahbrody.com/wp-content/uploads/2014/02/8699798577_912e0213ba_b.jpg',0,'attachment','image/jpeg',0),
(2482,4,'2014-02-04 15:09:38','2014-02-04 15:09:38','Have you ever been in a situation where a client (internal or external) keeps wanting to add \"news\" to a press release or material to a brochure or more stuff to the website? \"It\'s important\" they\'ll say. \"We NEED to include this. It MUST be in there.\"\r\n\r\nYou then end up with a press release that is three pages or longer; a blog post that could double as a PhD dissertation; and a website that will give readers a headache. I will bet good money that everybody out there has come across this type of thing.\r\n\r\n[caption id=\"attachment_2481\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/8699798577_912e0213ba_b.jpg\"><img class=\"size-medium wp-image-2481 \" alt=\"Rubber Stamp by Enokson on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/8699798577_912e0213ba_b-300x51.jpg\" width=\"300\" height=\"51\" /></a> Rubber Stamp by Enokson on Flickr[/caption]\r\n\r\nBut, the thing is it doesn\'t have to be that way. Most things are really not that important. The client only thinks they are, usually because someone else (a donor, a higher up, a PIA person) has some stake in that particular bit of information (or \"content\" as we are now referring to it).\r\n\r\n<strong>Here\'s the bottom line: if you include all the so-called important stuff, nothing, and I mean nothing, will stand out. And then all your efforts will be wasted.</strong>\r\n\r\nInstead of including everything and anything, as a communications person you will need to step in and do the following:\r\n<ol>\r\n	<li><strong>Prioritize.</strong> Among those important things are the ones that are extremely important, right?</li>\r\n	<li><strong>Assign different information to different areas.</strong> Perhaps one important bit is appropriate to a press release and the other should go on the blog.</li>\r\n	<li><strong>Edit</strong>. And then edit again. Be ruthless. Remove excess information if you want your message to be heard.</li>\r\n</ol>\r\nThoughts? How do you handle lots of \"important\" information?','If everything is important, nothing stands out','','inherit','open','open','','2480-revision-v1','','','2014-02-04 15:09:38','2014-02-04 15:09:38','',2480,'http://deborahbrody.com/2014/02/2480-revision-v1/',0,'revision','',0),
(2518,4,'2016-08-17 09:21:17','2016-08-17 13:21:17','In case you\'ve missed a newsletter, just check this archive:\n\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\n\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\n\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\n\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\n\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\n\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\n\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\n\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\n\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\n\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\n\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\n\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\n\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\n\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\n\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\n\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\n\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\n\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\n\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\n\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\n\n&nbsp;','Newsletters','','inherit','open','open','','2509-autosave-v1','','','2016-08-17 09:21:17','2016-08-17 13:21:17','',2509,'http://deborahbrody.com/2014/02/2509-autosave-v1/',0,'revision','',0),
(2485,4,'2014-02-10 21:26:50','0000-00-00 00:00:00','I have been thinking a lot about interpersonal communications, and about how poorly we communicate person-to-person. Whether we are on the giving or receiving end of any message, we need to do better. As with any change, the first step is realizing that you need to change. And I believe we ALL need to change, but very few of us are even aware of how badly we need to fix stuff.\r\n\r\nHow many times have you had to re-do an assignment because you did not understand what was required? How many times have you done something only to have your client/boss/co-worker say that it is not what was expected? How many blog posts have you written that have not been shared or commented on?\r\n\r\nAll these point to a communications failure. We are not providing the right information and we are not asking the right questions.','To improve communications, start with you','','draft','open','open','','','','','2014-02-10 21:26:50','2014-02-10 21:26:50','',0,'http://deborahbrody.com/?p=2485',0,'post','',0),
(2486,4,'2014-02-10 21:26:50','2014-02-10 21:26:50','I have been thinking a lot about interpersonal communications, and about how poorly we communicate person-to-person. Whether we are on the giving or receiving end of any message, we need to do better. As with any change, the first step is realizing that you need to change. And I believe we ALL need to change, but very few of us are even aware of how badly we need to fix stuff.\r\n\r\nHow many times have you had to re-do an assignment because you did not understand what was required? How many times have you done something only to have your client/boss/co-worker say that it is not what was expected? How many blog posts have you written that have not been shared or commented on?\r\n\r\nAll these point to a communications failure. We are not providing the right information and we are not asking the right questions.','To improve communications, start with you','','inherit','open','open','','2485-revision-v1','','','2014-02-10 21:26:50','2014-02-10 21:26:50','',2485,'http://deborahbrody.com/2014/02/2485-revision-v1/',0,'revision','',0),
(2488,4,'2014-02-11 19:58:06','2014-02-11 19:58:06','','109430979_01c781cbe2_b','Mind the Gap by nikoretro on Flickr','inherit','open','open','','109430979_01c781cbe2_b','','','2014-02-11 19:58:06','2014-02-11 19:58:06','',2487,'http://deborahbrody.com/wp-content/uploads/2014/02/109430979_01c781cbe2_b.jpg',0,'attachment','image/jpeg',0),
(2489,4,'2014-02-11 20:08:37','2014-02-11 20:08:37','If you\'ve been to London and ridden the Underground, you are familiar with the phrase \"please mind the gap.\" It\'s a repeated warning for people to watch their step getting on and off the trains as there is a space between the train and the platform. It is posted everywhere inside the stations because people need to be reminded and London\'s transportation authority certainly doesn\'t want accidents.\r\n\r\n[caption id=\"attachment_2488\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/109430979_01c781cbe2_b.jpg\"><img class=\"size-medium wp-image-2488\" alt=\"Mind the Gap by nikoretro on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/109430979_01c781cbe2_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Mind the Gap by nikoretro on Flickr[/caption]\r\n\r\nI wish we had a similar reminder for communications managers, especially those who deal with event publicity and marketing. Instead of \"mind the gap\" it would say \"mind the details.\" Because it\'s all about the details: the where, when, how, who, why and how much.\r\n\r\nCommon mistakes, which I have seen just these past few days:\r\n<p style=\"padding-left: 30px;\">Sending an email blast announcing an event and neglecting to include the date and time (or location).</p>\r\n<p style=\"padding-left: 30px;\">Announcing an event and getting the dates mixed up (saying it is Tuesday, February 12 instead of Wednesday, February 12).</p>\r\n<p style=\"padding-left: 30px;\">Website page about an event including a \"more information\" button for an event, but not providing any information about what the cost will be.</p>\r\nDetails matter and they matter more when you are doing any type of event planning. Please mind the details. Double check them. Have somebody else check them.  Don\'t assume that people will figure things out.\r\n\r\nFinally, realize that if you don\'t provide the proper details or you provide the wrong details you are making it very hard for people to attend your event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Please mind the details','','inherit','open','open','','2487-revision-v1','','','2014-02-11 20:08:37','2014-02-11 20:08:37','',2487,'http://deborahbrody.com/2014/02/2487-revision-v1/',0,'revision','',0),
(2491,4,'2014-02-11 20:28:27','2014-02-11 20:28:27','<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/sunbloom.jpg\"><img src=\"http://deborahbrody.com/wp-content/uploads/2014/02/sunbloom.jpg\" alt=\"sunbloom\" width=\"172\" height=\"170\" class=\"alignnone size-full wp-image-2498\" /></a>\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/SB_brochure_FINAL2.pdf\">Download Brochure</a>','Brochure ','','publish','closed','closed','','brochure','','','2014-02-13 16:50:59','2014-02-13 16:50:59','',0,'http://deborahbrody.com/?post_type=portfolio&#038;p=2491',0,'portfolio','',0),
(2492,4,'2014-02-11 20:27:54','2014-02-11 20:27:54','','SB_brochure_FINAL2','','inherit','open','open','','sb_brochure_final2','','','2014-02-11 20:27:54','2014-02-11 20:27:54','',2491,'http://deborahbrody.com/wp-content/uploads/2014/02/SB_brochure_FINAL2.pdf',0,'attachment','application/pdf',0),
(2493,4,'2011-07-22 04:49:33','2011-07-22 04:49:33','[ts-display cat=\"Portfolio\" postperpage=\"9\" showtitle=\"yes\" showdesc=\"yes\" showmore=\"yes\"]','Portfolio','','inherit','open','open','','40-revision-v1','','','2011-07-22 04:49:33','2011-07-22 04:49:33','',40,'http://deborahbrody.com/2011/07/40-revision-v1/',0,'revision','',0),
(2500,4,'2014-02-15 15:31:34','2014-02-15 15:31:34','<a href=\"http://www.slideshare.net/DeborahBrody/blog-social-media-strategy-prsamd-brody-slide-share\">Using Your Blog as a Centerpiece in Your Social Media Strategy.</a>\r\n\r\nPresentation Delivered to the PRSA Mid Atlantic Chesapeake Conference, June 26, 2013.','Presentation on Blogging','','publish','closed','closed','','presentation-on-blogging','','','2014-02-15 15:34:07','2014-02-15 15:34:07','',0,'http://deborahbrody.com/?post_type=portfolio&#038;p=2500',0,'portfolio','',0),
(2501,4,'2014-02-18 16:35:38','2014-02-18 16:35:38','Last week, the Washington, DC area was hit by one of the largest snowstorms we\'ve had in four years. Some areas got as much as 18 inches of snow. Me, well I only had about 14 inches. When it stopped snowing, I opened my garage door (I couldn\'t open the front door because there was too much snow) and this is what I saw:\r\n\r\n[caption id=\"attachment_2502\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before.jpg\"><img class=\"size-medium wp-image-2502\" alt=\"Snowy driveway, February 13, 2014\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before-300x225.jpg\" width=\"300\" height=\"225\" /></a> Snowy driveway, February 13, 2014[/caption]\r\n\r\nThe snow was up to my knees and it was heavy. I didn\'t know where to start.\r\n\r\nAfter three hours of shoveling, some melting and the fact the neighbor cleared his driveway, this is what my driveway looked like:\r\n\r\n[caption id=\"attachment_2503\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after.jpg\"><img class=\"size-medium wp-image-2503\" alt=\"Snow Feb 13 after\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after-225x300.jpg\" width=\"225\" height=\"300\" /></a> Shoveled out driveway, Feb. 13[/caption]\r\n<p style=\"text-align: left;\">So, what can you learn about blogging from shoveling out your snowy driveway?</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">You</span> have to start.</strong></p>\r\n<p style=\"text-align: left;\">You can\'t get very far if you don\'t start shoveling (or blogging). That driveway will not magically clear itself. And yes, you can wait for the snow to melt...but you aren\'t going to be able to get anywhere until it does.</p>\r\n<p style=\"text-align: center;\"><strong>You will see results.</strong></p>\r\nBlogging, like shoveling snow, can be a hard, long process. But the results are there if you just start working at it.\r\n<p style=\"text-align: center;\"><strong>It takes as long as it takes.</strong></p>\r\nIt may take you three hours or it may take you 20 minutes. My neighbor, who is younger and taller than me, was able to dig out his driveway in about 45 minutes. He also helped my other neighbor do his. There are different levels of skill and ability, but that doesn\'t mean you can\'t do it. If it takes longer, it does.\r\n\r\nWhat is stopping you from blogging? Is it that it daunts you? Is it that it is hard? Let me know. And keep an eye out for details about my next blogging workshop, to take place in Washington, DC on April 1.\r\n\r\n&nbsp;','What shoveling snow can teach you about blogging','','publish','open','open','','what-shoveling-snow-can-teach-you-about-blogging','','','2014-02-19 17:29:19','2014-02-19 17:29:19','',0,'http://deborahbrody.com/?p=2501',0,'post','',2),
(2502,4,'2014-02-18 16:19:46','2014-02-18 16:19:46','','Snow Feb 13 before','Snowy driveway, February 13, 2014','inherit','open','open','','snow-feb-13-before','','','2014-02-18 16:19:46','2014-02-18 16:19:46','',2501,'http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before.jpg',0,'attachment','image/jpeg',0),
(2503,4,'2014-02-18 16:24:13','2014-02-18 16:24:13','','Snow Feb 13 after','','inherit','open','open','','snow-feb-13-after','','','2014-02-18 16:24:13','2014-02-18 16:24:13','',2501,'http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after.jpg',0,'attachment','image/jpeg',0),
(2505,4,'2014-02-18 16:34:39','2014-02-18 16:34:39','Last week, the Washington, DC area was hit by one of the largest snowstorms we\'ve had in four years. Some areas got as much as 18 inches of snow. Me, well I only had about 14 inches. When it stopped snowing, I opened my garage door (I couldn\'t open the front door because there was too much snow) and this is what I saw:\r\n\r\n[caption id=\"attachment_2502\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before.jpg\"><img class=\"size-medium wp-image-2502\" alt=\"Snowy driveway, February 13, 2014\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before-300x225.jpg\" width=\"300\" height=\"225\" /></a> Snowy driveway, February 13, 2014[/caption]\r\n\r\nThe snow was up to my knees and it was heavy. I didn\'t know where to start.\r\n\r\nAfter three hours of shoveling, some melting and the fact the neighbor cleared his driveway, this is what my driveway looked like:\r\n\r\n[caption id=\"attachment_2503\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after.jpg\"><img class=\"size-medium wp-image-2503\" alt=\"Snow Feb 13 after\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after-225x300.jpg\" width=\"225\" height=\"300\" /></a> Shoveled out driveway, Feb. 13[/caption]\r\n<p style=\"text-align: left;\">So, what can you learn about blogging from shoveling out your snowy driveway?</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">You</span> have to start.</strong></p>\r\n<p style=\"text-align: left;\">You can\'t get very far if you don\'t start shoveling (or blogging). That driveway will not magically clear itself. And yes, you can wait for the snow to melt...but you are going to be able to get anywhere until it does.</p>\r\n<p style=\"text-align: center;\"><strong>You will see results.</strong></p>\r\nBlogging, like shoveling snow, can be a hard, long process. But the results are there if you just start working at it.\r\n<p style=\"text-align: center;\"><strong>It takes as long as it takes.</strong></p>\r\nIt may take you three hours or it may take you 20 minutes. My neighbor, who is younger and taller than me, was able to dig out his driveway in about 45 minutes. He also helped my other neighbor do his. There are different levels of skill and ability, but that doesn\'t mean you can\'t do it. If it takes longer, it does.\r\n\r\nWhat is stopping you from blogging? Is it that it daunts you? Is it that it is hard? Let me know. And keep an eye out for detail about my next blogging workshop, in Washington DC on April 1.\r\n\r\n&nbsp;','What shoveling snow can teach you about blogging','','inherit','open','open','','2501-revision-v1','','','2014-02-18 16:34:39','2014-02-18 16:34:39','',2501,'http://deborahbrody.com/2014/02/2501-revision-v1/',0,'revision','',0),
(2504,4,'2014-02-18 16:33:41','2014-02-18 16:33:41','Last week, the Washington, DC area was hit by one of the largest snowstorms we\'ve had in four years. Some areas got as much as 18 inches of snow. Me, well I only had about 14 inches. When it stopped snowing, I opened my garage door (I couldn\'t open the front door because there was too much snow) and this is what I saw:\r\n\r\n[caption id=\"attachment_2502\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before.jpg\"><img class=\"size-medium wp-image-2502\" alt=\"Snowy driveway, February 13, 2014\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before-300x225.jpg\" width=\"300\" height=\"225\" /></a> Snowy driveway, February 13, 2014[/caption]\r\n\r\n[caption id=\"attachment_2502\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before.jpg\"><img class=\"size-medium wp-image-2502\" alt=\"Snowy driveway, February 13, 2014\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before-300x225.jpg\" width=\"300\" height=\"225\" /></a> Snowy driveway, February 13, 2014[/caption]\r\n\r\n&nbsp;\r\n\r\nThe snow was up to my knees and it was heavy. I didn\'t know where to start.\r\n\r\nAfter three hours of shoveling, some melting and the fact the neighbor cleared his driveway, this is what my driveway looked like:\r\n\r\n[caption id=\"attachment_2503\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after.jpg\"><img class=\"size-medium wp-image-2503\" alt=\"Snow Feb 13 after\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after-225x300.jpg\" width=\"225\" height=\"300\" /></a> Shoveled out driveway, Feb. 13[/caption]\r\n<p style=\"text-align: left;\">So, what can you learn about blogging from shoveling out your snowy driveway?</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">You</span> have to start.</strong></p>\r\n<p style=\"text-align: left;\">You can\'t get very far if you don\'t start shoveling (or blogging). That driveway will not magically clear itself. And yes, you can wait for the snow to melt...but you are going to be able to get anywhere until it does.</p>\r\n<p style=\"text-align: center;\"><strong>You will see results.</strong></p>\r\nBlogging, like shoveling snow, can be a hard, long process. But the results are there if you just start working at it.\r\n<p style=\"text-align: center;\"><strong>It takes as long as it takes.</strong></p>\r\nIt may take you three hours or it may take you 20 minutes. My neighbor, who is younger and taller than me, was able to dig out his driveway in about 45 minutes. He also helped my other neighbor do his. There are different levels of skill and ability, but that doesn\'t mean you can\'t do it. If it takes longer, it does.\r\n\r\nWhat is stopping you from blogging? Is it that it daunts you? Is it that it is hard? Let me know. And keep an eye out for detail about my next blogging workshop, in Washington DC on April 1.\r\n\r\n&nbsp;','What shoveling snow can teach you about blogging','','inherit','open','open','','2501-revision-v1','','','2014-02-18 16:33:41','2014-02-18 16:33:41','',2501,'http://deborahbrody.com/2014/02/2501-revision-v1/',0,'revision','',0),
(2506,4,'2014-02-18 16:46:04','2014-02-18 16:46:04','Last week, the Washington, DC area was hit by one of the largest snowstorms we\'ve had in four years. Some areas got as much as 18 inches of snow. Me, well I only had about 14 inches. When it stopped snowing, I opened my garage door (I couldn\'t open the front door because there was too much snow) and this is what I saw:\r\n\r\n[caption id=\"attachment_2502\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before.jpg\"><img class=\"size-medium wp-image-2502\" alt=\"Snowy driveway, February 13, 2014\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before-300x225.jpg\" width=\"300\" height=\"225\" /></a> Snowy driveway, February 13, 2014[/caption]\r\n\r\nThe snow was up to my knees and it was heavy. I didn\'t know where to start.\r\n\r\nAfter three hours of shoveling, some melting and the fact the neighbor cleared his driveway, this is what my driveway looked like:\r\n\r\n[caption id=\"attachment_2503\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after.jpg\"><img class=\"size-medium wp-image-2503\" alt=\"Snow Feb 13 after\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after-225x300.jpg\" width=\"225\" height=\"300\" /></a> Shoveled out driveway, Feb. 13[/caption]\r\n<p style=\"text-align: left;\">So, what can you learn about blogging from shoveling out your snowy driveway?</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">You</span> have to start.</strong></p>\r\n<p style=\"text-align: left;\">You can\'t get very far if you don\'t start shoveling (or blogging). That driveway will not magically clear itself. And yes, you can wait for the snow to melt...but you are going to be able to get anywhere until it does.</p>\r\n<p style=\"text-align: center;\"><strong>You will see results.</strong></p>\r\nBlogging, like shoveling snow, can be a hard, long process. But the results are there if you just start working at it.\r\n<p style=\"text-align: center;\"><strong>It takes as long as it takes.</strong></p>\r\nIt may take you three hours or it may take you 20 minutes. My neighbor, who is younger and taller than me, was able to dig out his driveway in about 45 minutes. He also helped my other neighbor do his. There are different levels of skill and ability, but that doesn\'t mean you can\'t do it. If it takes longer, it does.\r\n\r\nWhat is stopping you from blogging? Is it that it daunts you? Is it that it is hard? Let me know. And keep an eye out for details about my next blogging workshop, to take place in Washington, DC on April 1.\r\n\r\n&nbsp;','What shoveling snow can teach you about blogging','','inherit','open','open','','2501-revision-v1','','','2014-02-18 16:46:04','2014-02-18 16:46:04','',2501,'http://deborahbrody.com/2014/02/2501-revision-v1/',0,'revision','',0),
(2508,4,'2014-02-19 17:29:19','2014-02-19 17:29:19','Last week, the Washington, DC area was hit by one of the largest snowstorms we\'ve had in four years. Some areas got as much as 18 inches of snow. Me, well I only had about 14 inches. When it stopped snowing, I opened my garage door (I couldn\'t open the front door because there was too much snow) and this is what I saw:\r\n\r\n[caption id=\"attachment_2502\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before.jpg\"><img class=\"size-medium wp-image-2502\" alt=\"Snowy driveway, February 13, 2014\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-before-300x225.jpg\" width=\"300\" height=\"225\" /></a> Snowy driveway, February 13, 2014[/caption]\r\n\r\nThe snow was up to my knees and it was heavy. I didn\'t know where to start.\r\n\r\nAfter three hours of shoveling, some melting and the fact the neighbor cleared his driveway, this is what my driveway looked like:\r\n\r\n[caption id=\"attachment_2503\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after.jpg\"><img class=\"size-medium wp-image-2503\" alt=\"Snow Feb 13 after\" src=\"http://deborahbrody.com/wp-content/uploads/2014/02/Snow-Feb-13-after-225x300.jpg\" width=\"225\" height=\"300\" /></a> Shoveled out driveway, Feb. 13[/caption]\r\n<p style=\"text-align: left;\">So, what can you learn about blogging from shoveling out your snowy driveway?</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">You</span> have to start.</strong></p>\r\n<p style=\"text-align: left;\">You can\'t get very far if you don\'t start shoveling (or blogging). That driveway will not magically clear itself. And yes, you can wait for the snow to melt...but you aren\'t going to be able to get anywhere until it does.</p>\r\n<p style=\"text-align: center;\"><strong>You will see results.</strong></p>\r\nBlogging, like shoveling snow, can be a hard, long process. But the results are there if you just start working at it.\r\n<p style=\"text-align: center;\"><strong>It takes as long as it takes.</strong></p>\r\nIt may take you three hours or it may take you 20 minutes. My neighbor, who is younger and taller than me, was able to dig out his driveway in about 45 minutes. He also helped my other neighbor do his. There are different levels of skill and ability, but that doesn\'t mean you can\'t do it. If it takes longer, it does.\r\n\r\nWhat is stopping you from blogging? Is it that it daunts you? Is it that it is hard? Let me know. And keep an eye out for details about my next blogging workshop, to take place in Washington, DC on April 1.\r\n\r\n&nbsp;','What shoveling snow can teach you about blogging','','inherit','open','open','','2501-revision-v1','','','2014-02-19 17:29:19','2014-02-19 17:29:19','',2501,'http://deborahbrody.com/2014/02/2501-revision-v1/',0,'revision','',0),
(2509,4,'2014-02-21 14:11:43','2014-02-21 14:11:43','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/33be2c\">May 2018</a>\r\n\r\n<a href=\"https://madmimi.com/s/51a8bb\" target=\"_blank\" rel=\"noopener\">February 2018</a>\r\n\r\n<a href=\"https://madmimi.com/s/4dd82b\">November 2017</a>\r\n\r\n<a title=\"September 2017\" href=\"https://madmimi.com/s/391dca\" target=\"_blank\" rel=\"noopener\">September 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/45625a\" target=\"_blank\" rel=\"noopener\">June 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/75c3f9\" target=\"_blank\" rel=\"noopener\">April 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\" rel=\"noopener\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\" rel=\"noopener\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\" rel=\"noopener\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\" rel=\"noopener\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\" rel=\"noopener\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\" rel=\"noopener\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\" rel=\"noopener\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\" rel=\"noopener\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\" rel=\"noopener\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\" rel=\"noopener\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\" rel=\"noopener\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\" rel=\"noopener\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\" rel=\"noopener\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\" rel=\"noopener\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\" rel=\"noopener\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\" rel=\"noopener\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\" rel=\"noopener\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\" rel=\"noopener\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\" rel=\"noopener\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\" rel=\"noopener\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\" rel=\"noopener\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\" rel=\"noopener\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','publish','open','open','','newsletters','','','2018-05-08 16:33:33','2018-05-08 20:33:33','',18,'http://deborahbrody.com/?page_id=2509',0,'page','',0),
(2510,4,'2014-02-21 14:07:53','2014-02-21 14:07:53','In case you\'ve missed a newsletter, just check this archive.\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2014-02-21 14:07:53','2014-02-21 14:07:53','',2509,'http://deborahbrody.com/2014/02/2509-revision-v1/',0,'revision','',0),
(2511,4,'2014-02-21 14:09:14','2014-02-21 14:09:14','In case you\'ve missed a newsletter, just check this archive.\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2014-02-21 14:09:14','2014-02-21 14:09:14','',2509,'http://deborahbrody.com/2014/02/2509-revision-v1/',0,'revision','',0),
(2512,4,'2014-02-21 14:10:03','2014-02-21 14:10:03','In case you\'ve missed a newsletter, just check this archive.\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2014-02-21 14:10:03','2014-02-21 14:10:03','',2509,'http://deborahbrody.com/2014/02/2509-revision-v1/',0,'revision','',0),
(2513,4,'2014-02-21 14:25:10','2014-02-21 14:25:10','<strong>About this blog:</strong>\n\nCuppamarcomm...well it is a play on cuppa tea (cuppa coffee), which is what the British like to drink.  Marketing communications is the term to cover all communications avenues (PR, advertising, social media, etc.) that go in to marketing and promotion. This blog is a collection of observations, ideas and information about marcomm, and its views are the sole property of its author. Comments are welcome (as long as they are not crude or rude).\n\n<strong>About the author:</strong>\n\nHi, I am Deborah Brody. I have worked in marketing communications for more than 15 years.  Currently, I am a freelance writer and strategist but before that, I worked in advertising and public relations agencies, and even taught public relations writing at the college level. I\'ve had the opportunity to work on various different projects for all sorts of clients.\n\n<strong>If you like what you see here and would like to start a blog for your company, want to learn more about social media or need help with your marketing materials, please get in touch.  Write me at info@deborahbrody.com. </strong>\n\nPlease visit my website at <a href=\"http://www.deborahbrody.com/\">www.deborahbrody.com</a> to get more info.\n\n<strong>Work Samples\n</strong>\n\nPrint Ad for Legacy Jewelers:\n\n<a title=\"leje_108_half18k_bg.pdf\" href=\"http://deborahbrody.com/wp-content/uploads/2008/01/leje_108_half18k_bg.pdf\">leje_108_half18k_bg.pdf</a>\n\nAnd a <a title=\"Portfolio\" href=\"http://www.deborahbrody.com/brochurewriting.htm\" target=\"_blank\"> link to the portfolio on my website.</a>\n\n[caption id=\"attachment_103\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2008/08/p8180834.jpg\"><img class=\"size-medium wp-image-103\" alt=\"Writing from the nation\'s capital\" src=\"http://deborahbrody.com/wp-content/uploads/2008/08/p8180834.jpg?w=300\" width=\"300\" height=\"224\" /></a> Writing from the nation\'s capital[/caption]','About','','inherit','open','open','','1237-autosave-v1','','','2014-02-21 14:25:10','2014-02-21 14:25:10','',1237,'http://deborahbrody.com/2014/02/1237-autosave-v1/',0,'revision','',0),
(2514,4,'2012-06-20 16:36:08','2012-06-20 16:36:08','<div id=\"aboutleft\"><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International University.\r\n\r\nCurrently based in the Washington, D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n<p style=\"text-align: center; font-size: 20px;\"><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work</a></p>\r\n\r\n</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n\r\n</div>\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid &amp; Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n\r\n</div>\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends.</p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2012-06-20 16:36:08','2012-06-20 16:36:08','',18,'http://deborahbrody.com/2012/06/18-revision-v1/',0,'revision','',0),
(2515,4,'2014-02-21 14:30:19','2014-02-21 14:30:19','<div id=\"aboutleft\"><img style=\"margin-right: 20px; margin-bottom: 40px;\" alt=\"\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" align=\"left\" />Deborah Brody is a writer and consultant with nearly 20 years public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several South Florida-based agencies, including Everett Clay Associates, The Jeffrey Group, and  Peter Nasca Associates. With these firms, she specialized in public relations in Latin America and corporate communications.  During this time, Deborah also taught Advanced Public Relations Writing at Florida International University.Currently based in the Washington, D.C. area, Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication.\r\n<p style=\"text-align: center; font-size: 20px;\"><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work |</a><a title=\"Newsletters\" href=\"http://deborahbrody.com/about/newsletters/\">Newsletters</a></p>\r\n\r\n</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n\r\n</div>\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid &amp; Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n\r\n</div>\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends.</p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2014-02-21 14:30:19','2014-02-21 14:30:19','',18,'http://deborahbrody.com/2014/02/18-revision-v1/',0,'revision','',0),
(2516,4,'2014-02-21 14:31:41','2014-02-21 14:31:41',' ','','','publish','open','open','','2516','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',18,'http://deborahbrody.com/?p=2516',13,'nav_menu_item','',0),
(2519,4,'2014-02-21 15:14:40','2014-02-21 15:14:40','In case you\'ve missed a newsletter, just check this archive.\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2014-02-21 15:14:40','2014-02-21 15:14:40','',2509,'http://deborahbrody.com/2014/02/2509-revision-v1/',0,'revision','',0),
(2520,4,'2014-02-24 15:41:13','2014-02-24 15:41:13','There are two main types of human communication: interpersonal and mass communication. Interpersonal communication refers to communication between one person and another (or a few others) and mass communication is the relaying of information between individuals or entities to large groups of people using mass media (TV, internet, etc.).\r\n\r\nInterpersonal communication can further be broken down into written, oral and non-verbal communication.\r\n\r\nCan you be a good mass communicator if you aren\'t a good interpersonal communicator? That\'s the question I have been thinking about lately as I see people who work in communications jobs (PR, advertising, design, etc.) who seem to have issues communicating one-to-one. I believe the better your interpersonal communication skills are, the better you are able to do mass communication.\r\n\r\nHere are some red flags that I have been noticing:\r\n\r\n<strong>Passive-aggressive/indirect communication</strong>. Not saying what you mean or being underhanded is not effective communication.\r\n\r\n<strong>Jargon-laden communication</strong>. Often people think that they will impress others by using jargon. Or worse, they assume that everyone understands what they are saying. In either case, by using jargon, people are failing to communicate simply and therefore are being ineffective.\r\n\r\n<strong>One-way communication</strong>. This is a big one. It may be evidenced by constantly interrupting the other person or not listening to what he/she is saying or displaying a lack of curiosity by not asking questions.  Some people carry on monologues and don\'t seem to be aware of or  care about what others think. By not caring about or adjusting to your audience, you are not being an effective communicator.\r\n\r\n<strong>Not being \"human.\"</strong> People who don\'t acknowledge others or are incapable of social niceties (greeting people, asking about their weekend, etc.) are also communicating that they are not interested. Lack of interest in the person you are communicating with is a recipe for failed interactions.\r\n\r\nIf you come across this behavior in a communications professional (e.g., PR practitioner, a writer or an advertising executive) you should be wary. If someone is incapable of effective interpersonal communication, why should you trust that he or she can communicate on a larger scale?\r\n\r\nIn big media news, C<a href=\"http://money.cnn.com/2014/02/23/news/piers-morgan-cnn/\" target=\"_blank\" rel=\"noopener\">NN announced it will cancel Piers Morgan Live</a> after only three years. I\'m not surprised. Last week, I watched an entire episode for the first time,  and what struck me was that Piers tended to interrupt his guests many times. He continually interjected his thoughts and didn\'t allow the guests to  finish talking. It was highly annoying to watch, and I am sure, highly annoying for the guests too. Piers seems to be a master at one-way communication. Unfortunately, that doesn\'t make for effective (or interesting) TV. What a contrast from his predecessor Larry King, who was known for showing an interest in his guests.\r\n\r\nWhat red flags do you notice in interpersonal communication? Do you think there is a correlation between being good at interpersonal communication and succeeding at mass communication?','The red flags of interpersonal communication to watch out for','','publish','open','open','','the-red-flags-of-interpersonal-communication-to-watch-out-for','','','2018-09-25 14:22:51','2018-09-25 18:22:51','',0,'http://deborahbrody.com/?p=2520',0,'post','',0),
(2521,4,'2014-02-24 15:41:13','2014-02-24 15:41:13','There are two main types of human communication: interpersonal and mass communication. Interpersonal communication refers to communication between one person and another (or a few others) and mass communication is the relaying of information between individuals or entities to large groups of people using mass media (TV, internet, etc.).\r\n\r\nInterpersonal communication can further be broken down into written, oral and non-verbal communication.\r\n\r\nCan you be a good mass communicator if you aren\'t a good interpersonal communicator? That\'s the question I have been thinking about lately as I see people who work in communications jobs (PR, advertising, design, etc.) who seem to have issues communicating one-to-one. I believe the better your interpersonal communication skills are, the better you are able to do mass communication.\r\n\r\nHere are some red flags that I have been noticing:\r\n\r\n<strong>Passive-aggressive/indirect communication</strong>. Not saying what you mean or being underhanded is not effective communication.\r\n\r\n<strong>Jargon-laden communication</strong>. Often people think that they will impress others by using jargon. Or worse, they assume that everyone understands what they are saying. In either case, by using jargon, people are failing to communicate simply and therefore are being ineffective.\r\n\r\n<strong>One-way communication</strong>. This is a big one. It may be evidenced by constantly interrupting the other person or not listening to what he/sh is saying or displaying a lack of curiosity by not asking questions.  Some people carry on monologues and don\'t seem to be aware of or a care about what others think. By not caring about or adjusting to your audience, you are not being an effective communicator.\r\n\r\n<strong>Not being \"human.\"</strong> People who don\'t acknowledge others or are incapable of social niceties (greeting people, asking about their weekend, etc.) are also communicating that they are not interested. Lack of interest in the person you are communicating with is a recipe for failed interactions.\r\n\r\nIf you come across this behavior in a communications professional(e.g. PR practitioner, a writer or an advertising executive) you should be wary. If someone is incapable of effective interpersonal communication, why should you trust that he or she can communicate on a larger scale?\r\n\r\nIn big media news, C<a href=\"http://money.cnn.com/2014/02/23/news/piers-morgan-cnn/\" target=\"_blank\">NN announced it will cancel Piers Morgan Live</a> after only three years. I\'m not surprised. Last week, I watched an entire episode for the first time,  and what struck me was that Piers tended to interrupt his guests many times. He continually interjected his thoughts and didn\'t allow the guests to  finish talking. It was highly annoying to watch, and I am sure, highly annoying for the guests too. Piers seems to be a master at one-way communication. Unfortunately, that doesn\'t make for effective (or interesting) TV. What a contrast from his predecessor Larry King, who was known for showing an interest in his guests.\r\n\r\nWhat red flags do you notice in interpersonal communication? Do you think there is a correlation between being good at interpersonal communication and succeeding at mass communication?','The red flags of interpersonal communication to watch out for','','inherit','open','open','','2520-revision-v1','','','2014-02-24 15:41:13','2014-02-24 15:41:13','',2520,'http://deborahbrody.com/2014/02/2520-revision-v1/',0,'revision','',0),
(2522,4,'2014-02-26 15:31:42','2014-02-26 15:31:42','Yesterday, an acquaintance posted a picture of an elaborate, girly birthday cake she had made for her daughter\'s birthday. She had written \"Happy 4th Birthday to my baby\" as a caption.  I commented saying \"Beautiful cake! How old is she?\" Someone, let\'s call her Jane, wrote back \"ummmm Deborah. She\'s 4.\" I then looked at the post and realized that it indeed said the little girl had turned four. I was focused one the picture and my eyes just skipped the \"4th\" and read happy birthday to my baby.\" So I responded: \"Sorry Jane. I was looking at the picture. Excuse my stupidity.\" To which Jane (someone I don\'t know and who doesn\'t know me): \"I know. I just couldn\'t resist. It just struck me as so funny!\"\r\n\r\nNow I don\'t know Jane, but it was pretty obvious that she was trying to make fun of me, a stranger, in front of our mutual acquaintance and all of her friends. If she had stopped for just a couple of seconds and asked herself if the comment was necessary, she may have opted to skip it. People reading it would have realized I didn\'t read the caption correctly or they would have ignored it.\r\n\r\nThis is pretty mild stuff, I know. But people routinely post stuff quickly and with little thought to the consequence. For a \"heavier\" example, there\'s the Virginia politician who  posted on his Facebook page that pregnant women are simply \"hosts\" for the baby. He did this to defend his viewpoint that abortion should be illegal. When people criticized him, he redacted the comment, but not before it made news as far away as England, as <a href=\"http://www.dailymail.co.uk/news/article-2567033/Virginia-Republican-claims-pregnant-women-just-hosts-angry-Facebook-rant.html\" target=\"_blank\">this article in the Daily Mail</a> shows.\r\n\r\n<strong>Social media allows people to engage in real-time conversation, but unlike in-person spoken conversation, social media posts are public, searchable and in many cases, permanent.</strong>\r\n\r\nIn person, we can say something dumb or insensitive, and then move on. Perhaps we apologize or explain ourselves. The comments we make are not visible to anybody else outside our conversation (unless perhaps they are recorded, and you don\'t know it, in which case you may have bigger problems than just saying something stupid).\r\n\r\nIn social media, we have the illusion that we are having an intimate conversation with one person or a group, but in reality, we are making our thoughts completely public.\r\n\r\nBefore we post ANYTHING to social media, <strong>we should stop</strong> and ask ourselves: Is this really necessary? Does this comment have the capacity to offend? How will people perceive this comment?\r\n\r\nNow, I am not advocating that you spend all day deciding whether to say something on social media nor am I saying you need to edit and approve every uttering. That would be counterproductive. You should simply take a moment and think about what you are saying.\r\n\r\nOn Monday, Brad Phillips wrote a post called <a href=\"http://www.mrmediatraining.com/2014/02/23/no-word-was-ever-as-effective-as-a-rightly-timed-pause/\" target=\"_blank\">\"No Word Was Ever as Effective As A Rightly Timed Pause,\"</a> on his Mr. Media Training blog. His argument is that a pause in conversation has two main effects. One is to give the person who is pausing a moment to pull his/her thoughts together instead of blurting out whatever comes to mind. The second is to give the listener the impression that the person is confident enough to pause, and thoughtful enough to give a well-reasoned response.\r\n\r\n<strong>So next time to you are going to write a comment on Facebook, respond to someone on Twitter or even compose a blog post, PAUSE and think about what you are doing.</strong>\r\n\r\n<em>In the DC area and interested in improving your blogging skills? Attend the next How to Write Your Blog  workshop on April 1. <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">Details and registration are available on Eventbrite.</a></em>\r\n\r\n&nbsp;','One action that guarantees social media success','','publish','open','open','','one-action-that-guarantees-social-media-success','','\nhttp://www.mrmediatraining.com/2014/02/23/no-word-was-ever-as-effective-as-a-rightly-timed-pause/','2014-02-26 15:31:42','2014-02-26 15:31:42','',0,'http://deborahbrody.com/?p=2522',0,'post','',0),
(2523,4,'2014-02-26 15:27:58','2014-02-26 15:27:58','Yesterday, an acquaintance posted a picture of an elaborate, girly birthday cake she had made for her daughter\'s birthday. She had written \"Happy 4th Birthday to my baby\" as a caption.  I commented saying \"Beautiful cake! How old is she?\" Someone, let\'s call her Jane, wrote back \"ummmm Deborah. She\'s 4.\" I then looked at the post and realized that it indeed said the little girl had turned four. I was focused one the picture and my eyes just skipped the \"4th\" and read happy birthday to my baby.\" So I responded: \"Sorry Jane. I was looking at the picture. Excuse my stupidity.\" To which Jane (someone I don\'t know and who doesn\'t know me): \"I know. I just couldn\'t resist. It just struck me as so funny!\"\r\n\r\nNow I don\'t know Jane, but it was pretty obvious that she was trying to make fun of me, a stranger, in front of our mutual acquaintance and all of her friends. If she had stopped for just a couple of seconds and asked herself if the comment was necessary, she may have opted to skip it. People reading it would have realized I didn\'t read the caption correctly or they would have ignored it.\r\n\r\nThis is pretty mild stuff, I know. But people routinely post stuff quickly and with little thought to the consequence. For a \"heavier\" example, there\'s the Virginia politician who  posted on his Facebook page that pregnant women are simply \"hosts\" for the baby. He did this to defend his viewpoint that abortion should be illegal. When people criticized him, he redacted the comment, but not before it made news as far away as England, as <a href=\"http://www.dailymail.co.uk/news/article-2567033/Virginia-Republican-claims-pregnant-women-just-hosts-angry-Facebook-rant.html\" target=\"_blank\">this article in the Daily Mail</a> shows.\r\n\r\n<strong>Social media allows people to engage in real-time conversation, but unlike in-person spoken conversation, social media posts are public, searchable and in many cases, permanent.</strong>\r\n\r\nIn person, we can say something dumb or insensitive, and then move on. Perhaps we apologize or explain ourselves. The comments we make are not visible to anybody else outside our conversation (unless perhaps they are recorded, and you don\'t know it, in which case you may have bigger problems than just saying something stupid).\r\n\r\nIn social media, we have the illusion that we are having an intimate conversation with one person or a group, but in reality, we are making our thoughts completely public.\r\n\r\nBefore we post ANYTHING to social media, <strong>we should stop</strong> and ask ourselves: Is this really necessary? Does this comment have the capacity to offend? How will people perceive this comment?\r\n\r\nNow, I am not advocating that you spend all day deciding whether to say something on social media nor am I saying you need to edit and approve every uttering. That would be counterproductive. You should simply take a moment and think about what you are saying.\r\n\r\nBrad Phillips wrote a post called <a href=\"http://www.mrmediatraining.com/2014/02/23/no-word-was-ever-as-effective-as-a-rightly-timed-pause/\" target=\"_blank\">\"No Word Was Ever as Effective As A Rightly Timed Pause,\"</a> on his Mr. Media Training blog. His argument is that a pause in conversation has two main effects. One is to give the person who is pausing a moment to pull his/her thoughts together instead of blurting out whatever comes to mind. The second is to give the listener the impression that the person is confident enough to pause, and thoughtful enough to give a well-reasoned response.\r\n\r\n<strong>So next time to you are going to write a comment on Facebook, respond to someone on Twitter or even compose a blog post, PAUSE and think about what you are doing.</strong>\r\n\r\n<em>In the DC area and interested in improving your blogging skills? Attend the next How to Write Your Blog  workshop on April 1. <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">Details and registration are available on Eventbrite.</a></em>\r\n\r\n&nbsp;','One action that guarantees social media success','','inherit','open','open','','2522-revision-v1','','','2014-02-26 15:27:58','2014-02-26 15:27:58','',2522,'http://deborahbrody.com/2014/02/2522-revision-v1/',0,'revision','',0),
(2524,4,'2014-02-26 15:31:42','2014-02-26 15:31:42','Yesterday, an acquaintance posted a picture of an elaborate, girly birthday cake she had made for her daughter\'s birthday. She had written \"Happy 4th Birthday to my baby\" as a caption.  I commented saying \"Beautiful cake! How old is she?\" Someone, let\'s call her Jane, wrote back \"ummmm Deborah. She\'s 4.\" I then looked at the post and realized that it indeed said the little girl had turned four. I was focused one the picture and my eyes just skipped the \"4th\" and read happy birthday to my baby.\" So I responded: \"Sorry Jane. I was looking at the picture. Excuse my stupidity.\" To which Jane (someone I don\'t know and who doesn\'t know me): \"I know. I just couldn\'t resist. It just struck me as so funny!\"\r\n\r\nNow I don\'t know Jane, but it was pretty obvious that she was trying to make fun of me, a stranger, in front of our mutual acquaintance and all of her friends. If she had stopped for just a couple of seconds and asked herself if the comment was necessary, she may have opted to skip it. People reading it would have realized I didn\'t read the caption correctly or they would have ignored it.\r\n\r\nThis is pretty mild stuff, I know. But people routinely post stuff quickly and with little thought to the consequence. For a \"heavier\" example, there\'s the Virginia politician who  posted on his Facebook page that pregnant women are simply \"hosts\" for the baby. He did this to defend his viewpoint that abortion should be illegal. When people criticized him, he redacted the comment, but not before it made news as far away as England, as <a href=\"http://www.dailymail.co.uk/news/article-2567033/Virginia-Republican-claims-pregnant-women-just-hosts-angry-Facebook-rant.html\" target=\"_blank\">this article in the Daily Mail</a> shows.\r\n\r\n<strong>Social media allows people to engage in real-time conversation, but unlike in-person spoken conversation, social media posts are public, searchable and in many cases, permanent.</strong>\r\n\r\nIn person, we can say something dumb or insensitive, and then move on. Perhaps we apologize or explain ourselves. The comments we make are not visible to anybody else outside our conversation (unless perhaps they are recorded, and you don\'t know it, in which case you may have bigger problems than just saying something stupid).\r\n\r\nIn social media, we have the illusion that we are having an intimate conversation with one person or a group, but in reality, we are making our thoughts completely public.\r\n\r\nBefore we post ANYTHING to social media, <strong>we should stop</strong> and ask ourselves: Is this really necessary? Does this comment have the capacity to offend? How will people perceive this comment?\r\n\r\nNow, I am not advocating that you spend all day deciding whether to say something on social media nor am I saying you need to edit and approve every uttering. That would be counterproductive. You should simply take a moment and think about what you are saying.\r\n\r\nOn Monday, Brad Phillips wrote a post called <a href=\"http://www.mrmediatraining.com/2014/02/23/no-word-was-ever-as-effective-as-a-rightly-timed-pause/\" target=\"_blank\">\"No Word Was Ever as Effective As A Rightly Timed Pause,\"</a> on his Mr. Media Training blog. His argument is that a pause in conversation has two main effects. One is to give the person who is pausing a moment to pull his/her thoughts together instead of blurting out whatever comes to mind. The second is to give the listener the impression that the person is confident enough to pause, and thoughtful enough to give a well-reasoned response.\r\n\r\n<strong>So next time to you are going to write a comment on Facebook, respond to someone on Twitter or even compose a blog post, PAUSE and think about what you are doing.</strong>\r\n\r\n<em>In the DC area and interested in improving your blogging skills? Attend the next How to Write Your Blog  workshop on April 1. <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">Details and registration are available on Eventbrite.</a></em>\r\n\r\n&nbsp;','One action that guarantees social media success','','inherit','open','open','','2522-revision-v1','','','2014-02-26 15:31:42','2014-02-26 15:31:42','',2522,'http://deborahbrody.com/2014/02/2522-revision-v1/',0,'revision','',0),
(2539,4,'2014-03-14 13:38:06','2014-03-14 13:38:06','On<a title=\"Is it real or is it…a robot?\" href=\"http://deborahbrody.com/2014/03/is-it-real-or-is-it-a-robot/\"> Wednesday</a>, I wrote about how some Twitter accounts seem to be run by Rosie, the robot maid on The Jetsons. But robotic social media happens on other social networks and even on blogs. Since so many people seem to be doing it, what is the value of robotic social media?\r\n\r\n<strong>Robotic social media? That\'s a thing?</strong>\r\n\r\nFirst, what do I mean by robotic social media? I mean social media that is cursory, unengaged, formulaic, uninspired, and there because someone thought it was a good idea to be present (but not active) on social networks. It\'s the one tweet a day that announces a new blog post. Or the automated \"thank you for following me\" tweet. It\'s the blog post that has no salient point and seems written just to have some new content on your site. It\'s the LinkedIn profile that has not seen an update in three years, since it was set up.\r\n\r\nRobotic social media nearly always depends on some sort of \"social media management tool\" that usually cross posts for you, and basically handles social media by algorithm.\r\n\r\n<strong>Why would you do that?</strong>\r\n\r\nI have been thinking about why people would use social media in such a non-social way. There are probably several reasons, for example:\r\n<ul>\r\n	<li>For SEO purposes</li>\r\n	<li>Too busy to manage social media on your own</li>\r\n	<li>To check off social media on the communications plan tactics</li>\r\n</ul>\r\nOnly one of these could has some sort of value: SEO. Certainly, due to changes in search engine algorithms, social media has impact on search results. The theory is that being present on social media <em>helps</em> your search results. However, I believe that search engines reward influence, and being robotic (unengaged) does not lead to influence.\r\n\r\n<strong>Perhaps, it is even counteractive</strong>\r\n\r\nI wrote about the woman who admitted she uses a Twitter management tool and that she really hadn\'t known she \"knew\" me from Twitter. Now, I know that there\'s no there there. So no more interaction. Davina Brewer in the <a title=\"Is it real or is it…a robot?\" href=\"http://deborahbrody.com/2014/03/is-it-real-or-is-it-a-robot/\">comments</a> on that post mentions something that happens every day, with big brands and regular people: no response to direct tweets/messages.  In fact, just this morning, I tweeted LinkedIn to ask a question, and still no response.\r\n\r\nWhen I don\'t get a response, I assume that person/brand/organization doesn\'t care or doesn\'t even monitor their messages. I then stop interacting.  I bet many people stop interacting or even following brands/organizations when their comments are not even acknowledged.\r\n\r\nIn my opinion, <span style=\"text-decoration: underline;\">robotic social media is not worth it</span>. To do something just because you think you have to, and then do it by proxy, is not going to accomplish any goals other than checking something off your to-do list.\r\n\r\nAs many have said before, social media is a platform not a strategy. If you don\'t use the platform, it doesn\'t mean you don\'t have a communications strategy. Use the platform well, on the other hand, and you will further your communications strategy rather than stymie it.\r\n<p id=\"stcpDiv\"><em>Don\'t be robotic! Come learn how to blog with me in the<strong> How to Write Your Blog</strong> workshop on April 1 in Washington, D.C. You will learn what makes for an effective blog, how to come up with blog post ideas and how to connect with your audience. Details and registration <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">here</a>.</em></p>','Is robotic social media worth it?','','publish','open','open','','is-robotic-social-media-worth-it','','','2014-03-14 13:38:06','2014-03-14 13:38:06','',0,'http://deborahbrody.com/?p=2539',0,'post','',1),
(2527,4,'2014-03-04 16:13:23','2014-03-04 16:13:23','Twitter just reminded me that today is<a href=\"http://www.daysoftheyear.com/days/grammar-day/\" target=\"_blank\"> National Grammar Day</a> so I shelved what I was going to write (something about nonprofit communications, which I will post later on in the month) so that I could mark this momentous occasion and pay tribute to the power of grammar.\r\n\r\nProper grammar (and punctuation, usage and spelling) makes both written and spoken communication better and easier to understand. Without it, we are left wondering what was meant exactly. After all, if you\'re trying to make your point, you wouldn\'t want to mess it up by using the wrong possessive or contraction. And it would affect your writing if you didn\'t know the effect of your word choice.\r\n\r\nNow, I am no grammar queen. That would be<a href=\"http://www.quickanddirtytips.com/grammar-girl\" target=\"_blank\"> Grammar Gir</a>l. I recommend buying (and reading too) her very useful reference book: <span style=\"text-decoration: underline;\">Grammar Girl\'s Quick and Dirty Tips for Better Writing. </span>\r\n\r\nAnother favorite reference is <span style=\"text-decoration: underline;\">Eats Shoots &amp; Leaves: The Zero Tolerance Approach to Punctuation</span> by Lynne Truss.\r\n\r\nYou really need to have at least one grammar book on your shelves or in your electronic library.\r\n\r\nWho needs grammar? We all do! Oh, and by the way, March is National Reading Month. If you want to improve your grammar, reading (the more, the better) is the key.\r\n\r\n<em>Come learn to blog with me! My next How to Write Your Blog workshop takes place on April 1 in Washington, DC. Get more details and secure your place <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Who needs grammar?','','publish','open','open','','who-needs-grammar','','\nhttp://www.daysoftheyear.com/days/grammar-day/','2014-03-04 21:20:42','2014-03-04 21:20:42','',0,'http://deborahbrody.com/?p=2527',0,'post','',0),
(2528,4,'2014-03-04 16:12:39','2014-03-04 16:12:39','Twitter just reminded me that today is<a href=\"http://www.daysoftheyear.com/days/grammar-day/\" target=\"_blank\"> National Grammar Day</a> so I shelved what I was going to write (something about nonprofit communications, which I will post later on in the month) so that I could mark this momentous occasion and pay tribute to the power of grammar.\r\n\r\nProper grammar (and punctuation, usage and spelling) makes both written and spoken communication better and easier to understand. Without it, we are left wondering what was meant exactly. After all, if you\'re trying to make your point, you wouldn\'t want to mess it up by using the wrong possessive or contraction. And it would affect your writing if you didn\'t know the effect of your word choice.\r\n\r\nNow, I am no grammar queen. That would be<a href=\"http://www.quickanddirtytips.com/grammar-girl\" target=\"_blank\"> Grammar Gir</a>l. I recommend buying (and reading too) her very useful reference book: <span style=\"text-decoration: underline;\">Grammar Girl\'s Quick and Dirty Tips for Better Writing. </span>\r\n\r\nAnother favorite reference is <span style=\"text-decoration: underline;\">Eats Shoots &amp; Leave: The Zero Tolerance Approach to Punctuation</span> by Lynne Truss.\r\n\r\nYou really need to have at least one grammar book on your shelves or in your electronic library.\r\n\r\nWho needs grammar? We all do! Oh, and by the way, March is National Reading Month. If you want to improve your grammar, reading (the more, the better) is the key.\r\n\r\n<em>Come learn to blog with me! My next How to Write Your Blog workshop takes place on April 1 in Washington, DC. Get more details and secure your place <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Who needs grammar?','','inherit','open','open','','2527-revision-v1','','','2014-03-04 16:12:39','2014-03-04 16:12:39','',2527,'http://deborahbrody.com/2014/03/2527-revision-v1/',0,'revision','',0),
(2529,4,'2014-03-04 21:20:42','2014-03-04 21:20:42','Twitter just reminded me that today is<a href=\"http://www.daysoftheyear.com/days/grammar-day/\" target=\"_blank\"> National Grammar Day</a> so I shelved what I was going to write (something about nonprofit communications, which I will post later on in the month) so that I could mark this momentous occasion and pay tribute to the power of grammar.\r\n\r\nProper grammar (and punctuation, usage and spelling) makes both written and spoken communication better and easier to understand. Without it, we are left wondering what was meant exactly. After all, if you\'re trying to make your point, you wouldn\'t want to mess it up by using the wrong possessive or contraction. And it would affect your writing if you didn\'t know the effect of your word choice.\r\n\r\nNow, I am no grammar queen. That would be<a href=\"http://www.quickanddirtytips.com/grammar-girl\" target=\"_blank\"> Grammar Gir</a>l. I recommend buying (and reading too) her very useful reference book: <span style=\"text-decoration: underline;\">Grammar Girl\'s Quick and Dirty Tips for Better Writing. </span>\r\n\r\nAnother favorite reference is <span style=\"text-decoration: underline;\">Eats Shoots &amp; Leaves: The Zero Tolerance Approach to Punctuation</span> by Lynne Truss.\r\n\r\nYou really need to have at least one grammar book on your shelves or in your electronic library.\r\n\r\nWho needs grammar? We all do! Oh, and by the way, March is National Reading Month. If you want to improve your grammar, reading (the more, the better) is the key.\r\n\r\n<em>Come learn to blog with me! My next How to Write Your Blog workshop takes place on April 1 in Washington, DC. Get more details and secure your place <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Who needs grammar?','','inherit','open','open','','2527-revision-v1','','','2014-03-04 21:20:42','2014-03-04 21:20:42','',2527,'http://deborahbrody.com/2014/03/2527-revision-v1/',0,'revision','',0),
(2530,4,'2014-03-06 15:22:17','2014-03-06 15:22:17','When you read as many blogs as I do, you see a lot of really great blogs. Great blogs have interesting and relevant content and they are easy to read. But just as there are great blogs, there are many more mediocre blogs.\r\n\r\n[caption id=\"attachment_2531\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/6093708745_ccdb347857_b.jpg\"><img class=\"size-medium wp-image-2531\" alt=\"Forehead Slap by Terry Robinson on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/6093708745_ccdb347857_b-300x200.jpg\" width=\"300\" height=\"200\" /></a> Forehead Slap by Terry Robinson on Flickr[/caption]\r\n\r\nWhat separates a great blog from a mediocre one? Avoiding these five mistakes:\r\n\r\n1. <strong>Being hard to understand.</strong> Perhaps it\'s the excessive use of jargon, or the spelling and grammatical mistakes, but mediocre blogs make it hard for a reader to get the point.\r\n\r\n2. <strong>Not being scannable.</strong> Web reading is different than print reading. We tend to favor shorter sentences and the ability to move down the page quickly. In short, web writing should be scannable, that is providing readers with with lots of headings, lists, bullets and short sentences.\r\n\r\n3. <strong>No dateline.</strong> I have heard the argument than by not having a dateline on your blog posts the content seems evergreen. Perhaps. But evergreen content is always evergreen--the date shouldn\'t matter. In my opinion, blogs are a way of establishing timeliness and currency. If you don\'t have datelines, readers can\'t tell when you last updated your blog (which of course is your intention). If they can\'t tell whether your last post is from last week or last year, you are basically making it very hard to judge if you are still blogging or not.\r\n\r\n4. <strong>No author information or about page.</strong> Have you ever gone to a blog and tried to figure out who the author is? Well, you shouldn\'t have to channel your inner Sherlock Holmes in order to find out. There should be an about page or an author biography somewhere that is easy to find. People want to know who is writing the stuff they are reading. Even on corporate blogs you could have an author biography for blog contributors (you can use great plugins like the one I use, Biographia) plus a corporate/organizational \"about us\" page.\r\n\r\n5. <strong>No sharing capability (or with limited sharing capability).</strong> It seems unbelievable that in 2014, when it seems all brands are begging you to follow them on Facebook and Twitter, there are blogs that lack sharing capabilities. It\'s a plugin and it\'s free! What\'s the problem? I also can\'t stand blogs that only allow you to share to only one social network, especially when that network is Pinterest.\r\n\r\nWhat mistakes do you see on blogs? Please share in the comments. I am sure there are more out there!\r\n\r\n<em>Avoid these mistakes! Come learn how to blog with me on April 1 in Washington, D.C. You will learn what makes for an effective blog, how to come up with blog post ideas and how to connect with your audience. Details and registration <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">here.</a></em>\r\n\r\n&nbsp;','5 mistakes to avoid on your blog','','publish','open','open','','5-mistakes-to-avoid-on-your-blog','','','2014-03-06 18:28:33','2014-03-06 18:28:33','',0,'http://deborahbrody.com/?p=2530',0,'post','',1),
(2531,4,'2014-03-06 15:20:38','2014-03-06 15:20:38','I believe Annie Liebowitz outlines the forehead slap as one of the fifteen essential portrait shots.','Forehead Slap','Forehead Slap by Terry Robinson on Flickr','inherit','open','open','','forehead-slap','','','2014-03-06 15:20:38','2014-03-06 15:20:38','',2530,'http://deborahbrody.com/wp-content/uploads/2014/03/6093708745_ccdb347857_b.jpg',0,'attachment','image/jpeg',0),
(2532,4,'2014-03-06 15:21:22','2014-03-06 15:21:22','When you read as many blogs as I do, you see a lot of really great blogs. Great blogs have interesting and relevant content and they are easy to read. But just as there are great blogs, there are many more mediocre blogs.\r\n\r\n[caption id=\"attachment_2531\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/6093708745_ccdb347857_b.jpg\"><img class=\"size-medium wp-image-2531\" alt=\"Forehead Slap by Terry Robinson on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/6093708745_ccdb347857_b-300x200.jpg\" width=\"300\" height=\"200\" /></a> Forehead Slap by Terry Robinson on Flickr[/caption]\r\n\r\nWhat separates a great blog from a mediocre one? Avoiding these five mistakes:\r\n\r\n1. <strong>Being are hard to understand.</strong> Perhaps it\'s the excessive use of jargon, or the spelling and grammatical mistakes, but mediocre blogs make it hard for a reader to get the point.\r\n\r\n2. <strong>Not being scannable.</strong> Web reading is different than print reading. We tend to favor shorter sentences and the ability to move down the page quickly. In short, web writing should be scannable, that is providing readers with with lots of headings, lists, bullets and short sentences.\r\n\r\n3. <strong>No dateline.</strong> I have heard the argument than by not having a dateline on your blog posts the content seems evergreen. Perhaps. But evergreen content is always evergreen--the date shouldn\'t matter. In my opinion, blogs are a way of establishing timeliness and currency. If you don\'t have datelines, readers can\'t tell when you last updated your blog (which of course is your intention). If they can\'t tell whether your last post is from last week or last year, you are basically making it very hard to judge if you are still blogging or not.\r\n\r\n4. <strong>No author information or about page.</strong> Have you ever gone to a blog and tried to figure out who the author is? Well, you shouldn\'t have to channel your inner Sherlock Holmes in order to find out. There should be an about page or an author biography somewhere that is easy to find. People want to know who is writing the stuff they are reading. Even on corporate blogs you could have an author biography for blog contributors (you can use great plugins like the one I use, Biographia) plus a corporate/organizational \"about us\" page.\r\n\r\n5. <strong>No sharing capability (or with limited sharing capability).</strong> It seems unbelievable that in 2014, when it seems all brands are begging you to follow them on Facebook and Twitter, there are blogs that lack sharing capabilities. It\'s a plugin and it\'s free! What\'s the problem? I also can\'t stand blogs that only allow you to share to only one social network, especially when that network is Pinterest.\r\n\r\nWhat mistakes do you see on blogs? Please share in the comments. I am sure there are more out there!\r\n\r\n<em>Avoid these mistakes! Come learn how to blog with me on April 1 in Washington, D.C. You will learn what makes for an effective blog, how to come up with blog post ideas and how to connect with your audience. Details and registration <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">here.</a></em>\r\n\r\n&nbsp;','5 mistakes to avoid on your blog','','inherit','open','open','','2530-revision-v1','','','2014-03-06 15:21:22','2014-03-06 15:21:22','',2530,'http://deborahbrody.com/2014/03/2530-revision-v1/',0,'revision','',0),
(2533,4,'2014-03-06 18:28:33','2014-03-06 18:28:33','When you read as many blogs as I do, you see a lot of really great blogs. Great blogs have interesting and relevant content and they are easy to read. But just as there are great blogs, there are many more mediocre blogs.\r\n\r\n[caption id=\"attachment_2531\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/6093708745_ccdb347857_b.jpg\"><img class=\"size-medium wp-image-2531\" alt=\"Forehead Slap by Terry Robinson on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/6093708745_ccdb347857_b-300x200.jpg\" width=\"300\" height=\"200\" /></a> Forehead Slap by Terry Robinson on Flickr[/caption]\r\n\r\nWhat separates a great blog from a mediocre one? Avoiding these five mistakes:\r\n\r\n1. <strong>Being hard to understand.</strong> Perhaps it\'s the excessive use of jargon, or the spelling and grammatical mistakes, but mediocre blogs make it hard for a reader to get the point.\r\n\r\n2. <strong>Not being scannable.</strong> Web reading is different than print reading. We tend to favor shorter sentences and the ability to move down the page quickly. In short, web writing should be scannable, that is providing readers with with lots of headings, lists, bullets and short sentences.\r\n\r\n3. <strong>No dateline.</strong> I have heard the argument than by not having a dateline on your blog posts the content seems evergreen. Perhaps. But evergreen content is always evergreen--the date shouldn\'t matter. In my opinion, blogs are a way of establishing timeliness and currency. If you don\'t have datelines, readers can\'t tell when you last updated your blog (which of course is your intention). If they can\'t tell whether your last post is from last week or last year, you are basically making it very hard to judge if you are still blogging or not.\r\n\r\n4. <strong>No author information or about page.</strong> Have you ever gone to a blog and tried to figure out who the author is? Well, you shouldn\'t have to channel your inner Sherlock Holmes in order to find out. There should be an about page or an author biography somewhere that is easy to find. People want to know who is writing the stuff they are reading. Even on corporate blogs you could have an author biography for blog contributors (you can use great plugins like the one I use, Biographia) plus a corporate/organizational \"about us\" page.\r\n\r\n5. <strong>No sharing capability (or with limited sharing capability).</strong> It seems unbelievable that in 2014, when it seems all brands are begging you to follow them on Facebook and Twitter, there are blogs that lack sharing capabilities. It\'s a plugin and it\'s free! What\'s the problem? I also can\'t stand blogs that only allow you to share to only one social network, especially when that network is Pinterest.\r\n\r\nWhat mistakes do you see on blogs? Please share in the comments. I am sure there are more out there!\r\n\r\n<em>Avoid these mistakes! Come learn how to blog with me on April 1 in Washington, D.C. You will learn what makes for an effective blog, how to come up with blog post ideas and how to connect with your audience. Details and registration <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorgf\" target=\"_blank\">here.</a></em>\r\n\r\n&nbsp;','5 mistakes to avoid on your blog','','inherit','open','open','','2530-revision-v1','','','2014-03-06 18:28:33','2014-03-06 18:28:33','',2530,'http://deborahbrody.com/2014/03/2530-revision-v1/',0,'revision','',0),
(2535,4,'2014-03-12 14:10:30','2014-03-12 14:10:30','Imagine you\'re having a party. You invite some friends and acquaintances. You crank up some music, put out some snacks and drinks, and your guests are milling around, having a good time. There\'s a knock on the door and Rosie, the robotic maid from the Jetsons is there. She\'s been sent in place of your friend Jane Jones.  Jane is sorry she can\'t attend but she is too busy. Rosie comes in and tells you that she has been instructed to follow people she might find interesting. She then starts walking behind a couple of your friends.\r\n\r\n[caption id=\"attachment_2536\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/8545425914_99cf44571f_b.jpg\"><img class=\"size-medium wp-image-2536\" alt=\"Rosie Love by Doran on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/8545425914_99cf44571f_b-225x300.jpg\" width=\"225\" height=\"300\" /></a> Rosie Love by Doran on Flickr[/caption]\r\n\r\nAt some point, a group of you are sitting and discussing your upcoming vacation plans when suddenly Rosie chimes in and says: My latest blog post is about how to maximize user engagement. One of your friends asks Rosie to share her top tip on maximizing user engagement. Rosie is silent. Everybody goes back to discussing vacation planning.\r\n\r\nThis scenario happens every single day on Twitter, as busy people try to participate in the Twitter conversation via robot (also known as Twitter management).\r\n\r\n<strong>Are you using a Twitter Management tool?</strong>\r\n\r\nLast night, I was at an event (in real life) and saw someone I follow (and who follows me) on Twitter. I went over and said hi. She looked at me blankly. I explained we follow each other on Twitter. She kind of laughed and explained that she uses <a href=\"http://commun.it/\" target=\"_blank\">Commun.it,</a> something that automatically follows people for her, and even tweets for her. So in essence, I have been interacting with a robot.\r\n\r\nIf your goal for Twitter is engagement, then having a robotic presence is a killer. I am not saying you shouldn\'t schedule some tweets or use something to let you find people to follow. But if you are not participating in it personally, and you are basically \"tweeting by proxy,\" you are nothing more than Rosie Jetson--a robot bringing nothing to the conversation.\r\n\r\n<strong>Perhaps you are too busy for Twitter</strong>\r\n\r\nMy thought is that if you are too busy for Twitter, perhaps it is not the best platform for you. Twitter is time intensive, no doubt. And if you use it well, you can develop real relationships with people all over the world. If you use it robotically, on the other hand, you get very little if anything from it. You may have a long list of followers and people you are following, but if there is no meaningful interaction, what is the point?\r\n\r\nDo you use a Twitter management tool? Why or why not? If you do, what do you get from it? Please share in the comments.\r\n\r\n<em>Looking to jump start your blogging? Join me for the next <strong>How to Write Your Blog</strong> workshop, taking place on April 1 in Washington, D.C. For more details and to register, check out the <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Eventbrite page.</a></em>','Is it real or is it...a robot?','','publish','open','open','','is-it-real-or-is-it-a-robot','','','2014-03-12 14:10:30','2014-03-12 14:10:30','',0,'http://deborahbrody.com/?p=2535',0,'post','',3),
(2536,4,'2014-03-12 14:00:43','2014-03-12 14:00:43','','8545425914_99cf44571f_b','Rosie Love by Doran on Flickr','inherit','open','open','','8545425914_99cf44571f_b','','','2014-03-12 14:00:43','2014-03-12 14:00:43','',2535,'http://deborahbrody.com/wp-content/uploads/2014/03/8545425914_99cf44571f_b.jpg',0,'attachment','image/jpeg',0),
(2537,4,'2014-03-12 14:06:46','2014-03-12 14:06:46','Imagine you\'re having a party. You invite some friends and acquaintances. You crank up some music, put out some snacks and drinks, and your guests are milling around, having a good time. There\'s a knock on the door and Rosie, the robotic maid from the Jetsons is there. She\'s been sent in place of your friend Jane Jones.  Jane is sorry she can\'t attend but she is too busy. Rosie comes in and tells you that she has been instructed to follow people she might find interesting. She then starts walking behind a couple of your friends.\r\n\r\n[caption id=\"attachment_2536\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/8545425914_99cf44571f_b.jpg\"><img class=\"size-medium wp-image-2536\" alt=\"Rosie Love by Doran on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/8545425914_99cf44571f_b-225x300.jpg\" width=\"225\" height=\"300\" /></a> Rosie Love by Doran on Flickr[/caption]\r\n\r\nAt some point, a group of you are sitting and discussing your upcoming vacation plans when suddenly Rosie chimes in and says: My latest blog post is about how to maximize user engagement. One of your friends asks Rosie to share her top tip on maximizing user engagement. Rosie is silent. Everybody goes back to discussing vacation planning.\r\n\r\nThis scenario happens every single day on Twitter, as busy people try to participate in the Twitter conversation via robot (also known as Twitter management).\r\n\r\nLast night, I was at an event (in real life) and saw someone I follow (and who follows me) on Twitter. I went over and said hi. She looked at me blankly. I explained we follow each other on Twitter. She kind of laughed and explained that she uses <a href=\"http://commun.it/\" target=\"_blank\">Commun.it,</a> something that automatically follows people for her, and even tweets for her. So in essence, I have been interacting with a robot.\r\n\r\nIf your goal for Twitter is engagement, then having a robotic presence is a killer. I am not saying you shouldn\'t schedule some tweets or use something to let you find people to follow. But if you are not participating in it personally, and you are basically \"tweeting by proxy,\" you are nothing more than Rosie Jetson--a robot bringing nothing to the conversation.\r\n\r\nMy thought is that if you are too busy for Twitter, perhaps it is not the best platform for you. Twitter is time intensive, no doubt. And if you use it well, you can develop real relationships with people all over the world. If you use it robotically, on the other hand, you get very little if anything from it. You may have a long list of followers and people you are following, but if there is no meaningful interaction, what is the point?\r\n\r\nDo you use a Twitter management tool? Why or why not? If you do, what do you get from it?\r\n\r\n<em>Looking to jump start your blogging? Join me for the next <strong>How to Write Your Blog</strong> workshop, taking place on April 1 in Washington, D.C. For more details and to register, check out the <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Eventbrite page.</a></em>','Is it real or is it...a robot?','','inherit','open','open','','2535-revision-v1','','','2014-03-12 14:06:46','2014-03-12 14:06:46','',2535,'http://deborahbrody.com/2014/03/2535-revision-v1/',0,'revision','',0),
(2538,4,'2014-03-12 14:09:29','2014-03-12 14:09:29','Imagine you\'re having a party. You invite some friends and acquaintances. You crank up some music, put out some snacks and drinks, and your guests are milling around, having a good time. There\'s a knock on the door and Rosie, the robotic maid from the Jetsons is there. She\'s been sent in place of your friend Jane Jones.  Jane is sorry she can\'t attend but she is too busy. Rosie comes in and tells you that she has been instructed to follow people she might find interesting. She then starts walking behind a couple of your friends.\r\n\r\n[caption id=\"attachment_2536\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/8545425914_99cf44571f_b.jpg\"><img class=\"size-medium wp-image-2536\" alt=\"Rosie Love by Doran on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/8545425914_99cf44571f_b-225x300.jpg\" width=\"225\" height=\"300\" /></a> Rosie Love by Doran on Flickr[/caption]\r\n\r\nAt some point, a group of you are sitting and discussing your upcoming vacation plans when suddenly Rosie chimes in and says: My latest blog post is about how to maximize user engagement. One of your friends asks Rosie to share her top tip on maximizing user engagement. Rosie is silent. Everybody goes back to discussing vacation planning.\r\n\r\nThis scenario happens every single day on Twitter, as busy people try to participate in the Twitter conversation via robot (also known as Twitter management).\r\n\r\n<strong>Are you using a Twitter Management tool?</strong>\r\n\r\nLast night, I was at an event (in real life) and saw someone I follow (and who follows me) on Twitter. I went over and said hi. She looked at me blankly. I explained we follow each other on Twitter. She kind of laughed and explained that she uses <a href=\"http://commun.it/\" target=\"_blank\">Commun.it,</a> something that automatically follows people for her, and even tweets for her. So in essence, I have been interacting with a robot.\r\n\r\nIf your goal for Twitter is engagement, then having a robotic presence is a killer. I am not saying you shouldn\'t schedule some tweets or use something to let you find people to follow. But if you are not participating in it personally, and you are basically \"tweeting by proxy,\" you are nothing more than Rosie Jetson--a robot bringing nothing to the conversation.\r\n\r\n<strong>Perhaps you are too busy for Twitter</strong>\r\n\r\nMy thought is that if you are too busy for Twitter, perhaps it is not the best platform for you. Twitter is time intensive, no doubt. And if you use it well, you can develop real relationships with people all over the world. If you use it robotically, on the other hand, you get very little if anything from it. You may have a long list of followers and people you are following, but if there is no meaningful interaction, what is the point?\r\n\r\nDo you use a Twitter management tool? Why or why not? If you do, what do you get from it? Please share in the comments.\r\n\r\n<em>Looking to jump start your blogging? Join me for the next <strong>How to Write Your Blog</strong> workshop, taking place on April 1 in Washington, D.C. For more details and to register, check out the <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Eventbrite page.</a></em>','Is it real or is it...a robot?','','inherit','open','open','','2535-revision-v1','','','2014-03-12 14:09:29','2014-03-12 14:09:29','',2535,'http://deborahbrody.com/2014/03/2535-revision-v1/',0,'revision','',0),
(2540,4,'2014-03-14 13:38:06','2014-03-14 13:38:06','On<a title=\"Is it real or is it…a robot?\" href=\"http://deborahbrody.com/2014/03/is-it-real-or-is-it-a-robot/\"> Wednesday</a>, I wrote about how some Twitter accounts seem to be run by Rosie, the robot maid on The Jetsons. But robotic social media happens on other social networks and even on blogs. Since so many people seem to be doing it, what is the value of robotic social media?\r\n\r\n<strong>Robotic social media? That\'s a thing?</strong>\r\n\r\nFirst, what do I mean by robotic social media? I mean social media that is cursory, unengaged, formulaic, uninspired, and there because someone thought it was a good idea to be present (but not active) on social networks. It\'s the one tweet a day that announces a new blog post. Or the automated \"thank you for following me\" tweet. It\'s the blog post that has no salient point and seems written just to have some new content on your site. It\'s the LinkedIn profile that has not seen an update in three years, since it was set up.\r\n\r\nRobotic social media nearly always depends on some sort of \"social media management tool\" that usually cross posts for you, and basically handles social media by algorithm.\r\n\r\n<strong>Why would you do that?</strong>\r\n\r\nI have been thinking about why people would use social media in such a non-social way. There are probably several reasons, for example:\r\n<ul>\r\n	<li>For SEO purposes</li>\r\n	<li>Too busy to manage social media on your own</li>\r\n	<li>To check off social media on the communications plan tactics</li>\r\n</ul>\r\nOnly one of these could has some sort of value: SEO. Certainly, due to changes in search engine algorithms, social media has impact on search results. The theory is that being present on social media <em>helps</em> your search results. However, I believe that search engines reward influence, and being robotic (unengaged) does not lead to influence.\r\n\r\n<strong>Perhaps, it is even counteractive</strong>\r\n\r\nI wrote about the woman who admitted she uses a Twitter management tool and that she really hadn\'t known she \"knew\" me from Twitter. Now, I know that there\'s no there there. So no more interaction. Davina Brewer in the <a title=\"Is it real or is it…a robot?\" href=\"http://deborahbrody.com/2014/03/is-it-real-or-is-it-a-robot/\">comments</a> on that post mentions something that happens every day, with big brands and regular people: no response to direct tweets/messages.  In fact, just this morning, I tweeted LinkedIn to ask a question, and still no response.\r\n\r\nWhen I don\'t get a response, I assume that person/brand/organization doesn\'t care or doesn\'t even monitor their messages. I then stop interacting.  I bet many people stop interacting or even following brands/organizations when their comments are not even acknowledged.\r\n\r\nIn my opinion, <span style=\"text-decoration: underline;\">robotic social media is not worth it</span>. To do something just because you think you have to, and then do it by proxy, is not going to accomplish any goals other than checking something off your to-do list.\r\n\r\nAs many have said before, social media is a platform not a strategy. If you don\'t use the platform, it doesn\'t mean you don\'t have a communications strategy. Use the platform well, on the other hand, and you will further your communications strategy rather than stymie it.\r\n<p id=\"stcpDiv\"><em>Don\'t be robotic! Come learn how to blog with me in the<strong> How to Write Your Blog</strong> workshop on April 1 in Washington, D.C. You will learn what makes for an effective blog, how to come up with blog post ideas and how to connect with your audience. Details and registration <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">here</a>.</em></p>','Is robotic social media worth it?','','inherit','open','open','','2539-revision-v1','','','2014-03-14 13:38:06','2014-03-14 13:38:06','',2539,'http://deborahbrody.com/2014/03/2539-revision-v1/',0,'revision','',0),
(2571,4,'2014-04-10 15:01:41','2014-04-10 15:01:41','Being effective in social media marketing requires choosing the right social networks on which to spend time and effort (and money). And you do have to choose because a) there are too many networks and b) some will work better than others.\r\n\r\nTo choose the \"right\" social networks you should consider:\r\n\r\n<strong>Your offering.</strong> Are you a retailer or a service provider? How much explanation does your offering require?\r\n\r\n<strong>Your target audience</strong>. Who is buying your product or service? Where does the target prefer to receive information? Where is the target likely to make a decision?\r\n\r\n<strong>Your strengths</strong>. Are you visual or do you like words? Are you more likely to take and post pictures or write a 1000-word blog post?\r\n\r\n<strong>Where have you had the most traction?</strong> If you haven\'t yet been measuring response, then start right away. Google Analytics will tell you where people are coming from, and this is very valuable information. If most of your customers are coming from a particular social network, it makes sense to focus your energy and effort there.\r\n\r\nI met a blogger who writes about event planning, and she gets the most visits to her blog from Pinterest.  So she focuses exclusively on building her Pinterest presence. Then there\'s the women\'s clothing and accessories retailer who gets most of her online orders through Facebook.  She has decided to budget for Facebook ads and sponsored posts and it is really paying off.\r\n\r\nIn both cases, these people understand their product/service and where to best market it. And they have decided to really focus on the social network that provides the most bang for the buck.\r\n\r\nHow many social networks do you focus on? Are you finding some work better than others?','How to choose the best social networks for marketing','','publish','open','open','','how-to-choose-the-best-social-networks-for-marketing','','','2014-04-10 15:01:41','2014-04-10 15:01:41','',0,'http://deborahbrody.com/?p=2571',0,'post','',2),
(2542,4,'2014-03-18 14:08:07','2014-03-18 14:08:07','Now, I should say upfront that I do NOT watch Mad Men, the AMC series about the advertising business in New York City in the 1960s. However, I do know that it shows the very real sexism of the time that ran rampant in advertising agencies.  Women were generally in support staff positions rather than as creatives or agency principals (come to think of it, even in the 1990s, when I worked in advertising, the agency principals were all men...).\r\n\r\nOn the radio a couple of days ago, I heard a commercial for a home security company. In the spot, a woman is narrating and telling the audience that since her husband started traveling a lot for business, she is afraid to be alone in her house. And because she wishes to retaliate against her husband for taking the job that makes him go out on the road so much, and leaving her all alone , she has decided to get a home security system so that she can feel safe. Now, if she hears a noise, she doesn\'t need to reach for the Xanax, but rather look at her computer screen and monitor all the rooms in the house. (I am not making this up, except for the Xanax part.)\r\n\r\nThe commercial makes several assumptions:\r\n\r\n1.) Women are afraid to be alone (being the weaker sex and all).\r\n\r\n2.) Only men have (big, important) jobs that require travel.\r\n\r\n3.) Women can make the decision to buy something, but the husband (who is the breadwinner after all) is the one controlling the household finances.\r\n\r\n4.) Only married people own homes that would require home security (single people always live in apartments apparently).\r\n\r\n(I could add  5.) Marriage is only between a man and a woman , but this is so ubiquitous in advertising that it\'s a topic for another day).\r\n\r\nWhen I heard it on the radio, I couldn\'t believe that a company wanted to advertise its services in this way in 2014. Women have been in the workforce for a long time and they travel for business. In fact, I found the commercial to be quite offensive. But clearly, in the mind of this sexist home security company, as a single woman who is not afraid of being in my own home by myself, I am not the target market.\r\n\r\nWhat is particularly a bad marketing decision is to be so narrowly focused when home security is something that could be sold to every home owner.  This commercial not only is <strong>too narrowly targeted</strong> <strong>but it could serve to turn off potential customers</strong> due to the various outdated assumptions it makes.\r\n\r\nOther companies are being more reflective of the reality of gender roles.  For example, a national detergent brand has a TV commercial where the dad is doing the laundry of his very rambunctious (and dirty) little girls. Or the insurance company that shows a single mother shopping for life insurance.\r\n\r\nWe are not living in the 1960s. Companies that use dated (and sexist) notions are alienating potential customers...and that is not good for the bottom line.\r\n\r\n<em>In the Washington area and looking to jump start your blog? Attend the <strong>How to Write Your Blog</strong> workshop on April 1. Sign up before March 21 to get early registration pricing. <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Registration here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Did Mad Men write this commercial?','','publish','open','open','','did-mad-men-write-this-commercial','','','2014-03-19 20:50:42','2014-03-19 20:50:42','',0,'http://deborahbrody.com/?p=2542',0,'post','',2),
(2543,4,'2014-03-18 14:08:07','2014-03-18 14:08:07','Now, I should say upfront that I do NOT watch Mad Men, the AMC series about the advertising business in New York City in the 1960s. However, I do know that, as was rampant at the time, there was a fair amount of sexism going around then. Women were more support staff than creatives or agency principals (come to think of it, even in the 1990s, when I worked in advertising, the agency principals were all men...).\r\n\r\nOn the radio a couple of days ago, I heard a commercial for a home security company. In the spot, a woman is narrating and telling the audience that since her husband started traveling a lot for business, she is afraid to be alone in her house. And because she wishes to retaliate against her husband for taking the job that makes him go out on the road so much, and leaving her all alone , she has decided to get a home security system so that she can feel safe. Now, if she hears a noise, she doesn\'t need to reach for the Xanax, but rather look at her computer screen and monitor all the rooms in the house. (I am not making this up, except for the Xanax part.)\r\n\r\nThe commercial makes several assumptions:\r\n\r\n1.) Women are afraid to be alone (being the weaker sex and all).\r\n\r\n2.) Only men have (big, important) jobs that require travel.\r\n\r\n3.) Women can make the decision to buy something, but the husband (who is the breadwinner after all) is the one controlling the household finances.\r\n\r\n4.) Only married people own homes that would require home security (single people always live in apartments apparently).\r\n\r\n(I could add  5.) Marriage is only between a man and a woman , but this is so ubiquitous in advertising that it\'s a topic for another day).\r\n\r\nWhen I heard it on the radio, I couldn\'t believe that a company wanted to advertise its services in this way in 2014. Women have been in the workforce for a long time and they travel for business. In fact, I found the commercial to be quite offensive. But clearly, in the mind of this sexist home security company, as a single woman who is not afraid of being in my own home by myself, I am not the target market.\r\n\r\nWhat is particularly a bad marketing decision is to be so narrowly focused when home security is something that could be sold to every home owner.  This commercial not only is <strong>too narrowly targeted</strong> <strong>but it could serve to turn off potential customers</strong> due to the various outdated assumptions it makes.\r\n\r\nOther companies are being more reflective of the reality of gender roles.  For example, a national detergent brand has a TV commercial where the dad is doing the laundry of his very rambunctious (and dirty) little girls. Or the insurance company that shows a single mother shopping for life insurance.\r\n\r\nWe are not living in the 1960s. Companies that use dated (and sexist) notions are alienating potential customers...and that is not good for the bottom line.\r\n\r\n<em>In the Washington area and looking to jump start your blog? Attend the <strong>How to Write Your Blog</strong> workshop on April 1. Sign up before March 21 to get early registration pricing. <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Registration here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Did Mad Men write this commercial?','','inherit','open','open','','2542-revision-v1','','','2014-03-18 14:08:07','2014-03-18 14:08:07','',2542,'http://deborahbrody.com/2014/03/2542-revision-v1/',0,'revision','',0),
(2545,4,'2014-03-19 20:50:36','2014-03-19 20:50:36','Now, I should say upfront that I do NOT watch Mad Men, the AMC series about the advertising business in New York City in the 1960s. However, I do know that it shows the very real sexism of the time that ran rampant in advertising agencies.  Women were generally in support staff position rather than as creatives or agency principals (come to think of it, even in the 1990s, when I worked in advertising, the agency principals were all men...).\n\nOn the radio a couple of days ago, I heard a commercial for a home security company. In the spot, a woman is narrating and telling the audience that since her husband started traveling a lot for business, she is afraid to be alone in her house. And because she wishes to retaliate against her husband for taking the job that makes him go out on the road so much, and leaving her all alone , she has decided to get a home security system so that she can feel safe. Now, if she hears a noise, she doesn\'t need to reach for the Xanax, but rather look at her computer screen and monitor all the rooms in the house. (I am not making this up, except for the Xanax part.)\n\nThe commercial makes several assumptions:\n\n1.) Women are afraid to be alone (being the weaker sex and all).\n\n2.) Only men have (big, important) jobs that require travel.\n\n3.) Women can make the decision to buy something, but the husband (who is the breadwinner after all) is the one controlling the household finances.\n\n4.) Only married people own homes that would require home security (single people always live in apartments apparently).\n\n(I could add  5.) Marriage is only between a man and a woman , but this is so ubiquitous in advertising that it\'s a topic for another day).\n\nWhen I heard it on the radio, I couldn\'t believe that a company wanted to advertise its services in this way in 2014. Women have been in the workforce for a long time and they travel for business. In fact, I found the commercial to be quite offensive. But clearly, in the mind of this sexist home security company, as a single woman who is not afraid of being in my own home by myself, I am not the target market.\n\nWhat is particularly a bad marketing decision is to be so narrowly focused when home security is something that could be sold to every home owner.  This commercial not only is <strong>too narrowly targeted</strong> <strong>but it could serve to turn off potential customers</strong> due to the various outdated assumptions it makes.\n\nOther companies are being more reflective of the reality of gender roles.  For example, a national detergent brand has a TV commercial where the dad is doing the laundry of his very rambunctious (and dirty) little girls. Or the insurance company that shows a single mother shopping for life insurance.\n\nWe are not living in the 1960s. Companies that use dated (and sexist) notions are alienating potential customers...and that is not good for the bottom line.\n\n<em>In the Washington area and looking to jump start your blog? Attend the <strong>How to Write Your Blog</strong> workshop on April 1. Sign up before March 21 to get early registration pricing. <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Registration here.</a></em>\n\n&nbsp;\n\n&nbsp;','Did Mad Men write this commercial?','','inherit','open','open','','2542-autosave-v1','','','2014-03-19 20:50:36','2014-03-19 20:50:36','',2542,'http://deborahbrody.com/2014/03/2542-autosave-v1/',0,'revision','',0),
(2546,4,'2014-03-19 20:50:42','2014-03-19 20:50:42','Now, I should say upfront that I do NOT watch Mad Men, the AMC series about the advertising business in New York City in the 1960s. However, I do know that it shows the very real sexism of the time that ran rampant in advertising agencies.  Women were generally in support staff positions rather than as creatives or agency principals (come to think of it, even in the 1990s, when I worked in advertising, the agency principals were all men...).\r\n\r\nOn the radio a couple of days ago, I heard a commercial for a home security company. In the spot, a woman is narrating and telling the audience that since her husband started traveling a lot for business, she is afraid to be alone in her house. And because she wishes to retaliate against her husband for taking the job that makes him go out on the road so much, and leaving her all alone , she has decided to get a home security system so that she can feel safe. Now, if she hears a noise, she doesn\'t need to reach for the Xanax, but rather look at her computer screen and monitor all the rooms in the house. (I am not making this up, except for the Xanax part.)\r\n\r\nThe commercial makes several assumptions:\r\n\r\n1.) Women are afraid to be alone (being the weaker sex and all).\r\n\r\n2.) Only men have (big, important) jobs that require travel.\r\n\r\n3.) Women can make the decision to buy something, but the husband (who is the breadwinner after all) is the one controlling the household finances.\r\n\r\n4.) Only married people own homes that would require home security (single people always live in apartments apparently).\r\n\r\n(I could add  5.) Marriage is only between a man and a woman , but this is so ubiquitous in advertising that it\'s a topic for another day).\r\n\r\nWhen I heard it on the radio, I couldn\'t believe that a company wanted to advertise its services in this way in 2014. Women have been in the workforce for a long time and they travel for business. In fact, I found the commercial to be quite offensive. But clearly, in the mind of this sexist home security company, as a single woman who is not afraid of being in my own home by myself, I am not the target market.\r\n\r\nWhat is particularly a bad marketing decision is to be so narrowly focused when home security is something that could be sold to every home owner.  This commercial not only is <strong>too narrowly targeted</strong> <strong>but it could serve to turn off potential customers</strong> due to the various outdated assumptions it makes.\r\n\r\nOther companies are being more reflective of the reality of gender roles.  For example, a national detergent brand has a TV commercial where the dad is doing the laundry of his very rambunctious (and dirty) little girls. Or the insurance company that shows a single mother shopping for life insurance.\r\n\r\nWe are not living in the 1960s. Companies that use dated (and sexist) notions are alienating potential customers...and that is not good for the bottom line.\r\n\r\n<em>In the Washington area and looking to jump start your blog? Attend the <strong>How to Write Your Blog</strong> workshop on April 1. Sign up before March 21 to get early registration pricing. <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Registration here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Did Mad Men write this commercial?','','inherit','open','open','','2542-revision-v1','','','2014-03-19 20:50:42','2014-03-19 20:50:42','',2542,'http://deborahbrody.com/2014/03/2542-revision-v1/',0,'revision','',0),
(2547,4,'2014-03-20 13:19:45','2014-03-20 13:19:45','Have you ever seen a blog headline that says something like this:\r\n<p style=\"text-align: center;\"><strong>How to lose 10 lbs. fast!</strong></p>\r\nYou quickly go check it out to find that the blog post doesn\'t really exist. You will not be losing 10 pounds fast, but you may be asked to pay ten pounds (if you were in England, perhaps 10 dollars here in the U.S.).  In some cases, the blog post will consist of one line providing a bit of the information you are looking for, and then you will be hit with this: <span style=\"color: #ff0000;\"><em>click here for more</em>.</span> The \"more\" is that  you are likely being asked to buy a book, seminar, program, etc. to learn the many secrets of fast weight loss (or increasing sales, or whatever).\r\n\r\nA variation on this is the pop-up that appears before you can even read the blog post asking you to sign up for a \"free\" newsletter or sign in as a \"member\" to read more. In this case, the blog owner wants your information to add to a database as an exchange for providing information.\r\n\r\nI may not know how to lose weight fast, but I do know what makes blogs lose readers in a second:\r\n<p style=\"text-align: center;\"><strong>Tease them or try to sell them.</strong></p>\r\nReaders come to your blog to pick up some knowledge, insight, advice, tips or motivation. They do not come to your blog solely to buy something. They do not want to give you their name and email and credit card information. They don\'t want to be added to your email list.  They simply want to learn.\r\n\r\nIf you aren\'t willing to give information to your blog readers for free, with no strings attached, I suggest you forget blogging and look to other methods of content delivery.\r\n\r\nAm I suggesting you have to give away all your secrets for free in your blog? Of course not! But you must think of your blog as a way to help your readers learn something while showing them that you know your stuff.\r\n\r\nYou <em>can</em> promote your events and e-books and seminars, but not by teasing your audience or bullying them into giving you money now.  Do it like I will below, and your readers won\'t be turned off.\r\n\r\n<em>Avoid blog errors like this one. Attend my <strong>How to Write Your Blog</strong> workshop on April 1 in Washington, D.C. Early registration discount ends tomorrow at midnight, so register today to save $10. More information and registration on the <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Eventbrite page. </a></em>','How to lose blog readers fast','','publish','open','open','','how-to-lose-blog-readers-fast','','','2014-03-20 13:19:45','2014-03-20 13:19:45','',0,'http://deborahbrody.com/?p=2547',0,'post','',1),
(2548,4,'2014-03-20 13:19:45','2014-03-20 13:19:45','Have you ever seen a blog headline that says something like this:\r\n<p style=\"text-align: center;\"><strong>How to lose 10 lbs. fast!</strong></p>\r\nYou quickly go check it out to find that the blog post doesn\'t really exist. You will not be losing 10 pounds fast, but you may be asked to pay ten pounds (if you were in England, perhaps 10 dollars here in the U.S.).  In some cases, the blog post will consist of one line providing a bit of the information you are looking for, and then you will be hit with this: <span style=\"color: #ff0000;\"><em>click here for more</em>.</span> The \"more\" is that  you are likely being asked to buy a book, seminar, program, etc. to learn the many secrets of fast weight loss (or increasing sales, or whatever).\r\n\r\nA variation on this is the pop-up that appears before you can even read the blog post asking you to sign up for a \"free\" newsletter or sign in as a \"member\" to read more. In this case, the blog owner wants your information to add to a database as an exchange for providing information.\r\n\r\nI may not know how to lose weight fast, but I do know what makes blogs lose readers in a second:\r\n<p style=\"text-align: center;\"><strong>Tease them or try to sell them.</strong></p>\r\nReaders come to your blog to pick up some knowledge, insight, advice, tips or motivation. They do not come to your blog solely to buy something. They do not want to give you their name and email and credit card information. They don\'t want to be added to your email list.  They simply want to learn.\r\n\r\nIf you aren\'t willing to give information to your blog readers for free, with no strings attached, I suggest you forget blogging and look to other methods of content delivery.\r\n\r\nAm I suggesting you have to give away all your secrets for free in your blog? Of course not! But you must think of your blog as a way to help your readers learn something while showing them that you know your stuff.\r\n\r\nYou <em>can</em> promote your events and e-books and seminars, but not by teasing your audience or bullying them into giving you money now.  Do it like I will below, and your readers won\'t be turned off.\r\n\r\n<em>Avoid blog errors like this one. Attend my <strong>How to Write Your Blog</strong> workshop on April 1 in Washington, D.C. Early registration discount ends tomorrow at midnight, so register today to save $10. More information and registration on the <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">Eventbrite page. </a></em>','How to lose blog readers fast','','inherit','open','open','','2547-revision-v1','','','2014-03-20 13:19:45','2014-03-20 13:19:45','',2547,'http://deborahbrody.com/2014/03/2547-revision-v1/',0,'revision','',0),
(2549,4,'2014-03-24 13:29:59','2014-03-24 13:29:59','As has happened multiple times already, Feedly has stopped picking up the feed to this blog. My last post, which<a title=\"How to lose blog readers fast\" href=\"http://deborahbrody.com/2014/03/how-to-lose-blog-readers-fast/\"> I wrote on Thursday, March 20,</a> has yet to appear. I am testing to see if this post will be picked up. It is a disaster when you depend on the RSS to work for your readers to be able to see your stuff. Feedly is failing me.\r\n\r\nI apologize for any inconvenience if you are getting this through email.','Is Feedly picking up the feed? Test post.','','publish','open','open','','is-feedly-picking-up-the-feed-test-post','','','2014-03-24 13:32:00','2014-03-24 13:32:00','',0,'http://deborahbrody.com/?p=2549',0,'post','',2),
(2550,4,'2014-03-24 13:29:59','2014-03-24 13:29:59','As has happened multiple times already, Feedly has stopped picking up the feed to this blog. My last post, which I wrote on Thursday, March 20, has yet to appear. I am testing to see if this post will be picked up. It is a disaster when you depend on the RSS to work for your readers to be able to see your stuff. Feedly is failing me.\r\n\r\nI apologize for any inconvenience if you are getting this through email.','Is Feedly picking up the feed? Test post.','','inherit','open','open','','2549-revision-v1','','','2014-03-24 13:29:59','2014-03-24 13:29:59','',2549,'http://deborahbrody.com/2014/03/2549-revision-v1/',0,'revision','',0),
(2551,4,'2014-03-24 13:32:00','2014-03-24 13:32:00','As has happened multiple times already, Feedly has stopped picking up the feed to this blog. My last post, which<a title=\"How to lose blog readers fast\" href=\"http://deborahbrody.com/2014/03/how-to-lose-blog-readers-fast/\"> I wrote on Thursday, March 20,</a> has yet to appear. I am testing to see if this post will be picked up. It is a disaster when you depend on the RSS to work for your readers to be able to see your stuff. Feedly is failing me.\r\n\r\nI apologize for any inconvenience if you are getting this through email.','Is Feedly picking up the feed? Test post.','','inherit','open','open','','2549-revision-v1','','','2014-03-24 13:32:00','2014-03-24 13:32:00','',2549,'http://deborahbrody.com/2014/03/2549-revision-v1/',0,'revision','',0),
(2552,4,'2014-03-25 12:58:30','2014-03-25 12:58:30','If there is one \"secret\" to get more blog readers (other than having a relevant, interesting, well written blog), it is this: be likeable.  That\'s it.\r\n\r\n[caption id=\"attachment_2554\" align=\"aligncenter\" width=\"294\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/4395977015_8c3e9d70e7_b.jpg\"><img class=\"size-medium wp-image-2554\" alt=\"Heart doodle by findingthenow on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/4395977015_8c3e9d70e7_b-294x300.jpg\" width=\"294\" height=\"300\" /></a> Heart doodle by findingthenow on Flickr[/caption]\r\n\r\nPeople tend to do business with companies they like. People hire people they like. And people read blogs they like.\r\n\r\nIf you\'ve ever read Dale Carnegie, you know that one of the main tenets in his teachings is to be likeable. For example, Carnegie says it is better to not to try to win an argument--let the other person be right. He also suggests disarming critics by being nice to them.\r\n\r\nSocial network behemoth Facebook knows likeability is key. After all, you are asked to \"like\" pages and status updates.\r\n\r\nHow can your blog be more likeable? Here are a few suggestions:\r\n\r\n<strong>Be easy to understand</strong>--Instead of throwing around fancy words and jargon, make sure people know what you are saying.\r\n\r\n<strong>Show your expertise without showing off</strong>--If you have to tell people you are superman, then your super powers are failing you (and perhaps you left your superhero costume at the dry cleaners).\r\n\r\n<strong><strong>Have an approachable tone</strong>--</strong> People respond positively to cheerful, casual and caring tones, among others, while sarcastic, acid and pedantic tones generally turn people off.<strong>\r\n</strong>\r\n\r\n<strong>Leave combativeness to soldiers at war--</strong>You can disagree with something without attacking it wholesale.\r\n\r\nWhat makes you like reading a blog? What makes you never come back? Let me know in the comments.\r\n\r\n<em>Become a better blogger! Join me for the <strong>How to Write Your Blog</strong> workshop on April 1 (one week from today!) in Washington, D.C. Details and registration <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">here</a>.</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to get more blog readers (and customers) fast','','publish','open','open','','how-to-get-more-blog-readers-and-customers-fast','','','2014-03-25 12:58:30','2014-03-25 12:58:30','',0,'http://deborahbrody.com/?p=2552',0,'post','',0),
(2553,4,'2014-03-24 21:42:35','2014-03-24 21:42:35','If there is one \"secret\" to get more blog readers (other than having a relevant, interesting, well written blog), it is this: be likeable.  That\'s it.\r\n\r\nImagine this: you are new in town, and you force yourself to go to a neighborhood barbecue. You go up to someone and introduce yourself. The person is nasty to you.','How to get more blog readers (and customers) fast','','inherit','open','open','','2552-revision-v1','','','2014-03-24 21:42:35','2014-03-24 21:42:35','',2552,'http://deborahbrody.com/2014/03/2552-revision-v1/',0,'revision','',0),
(2554,4,'2014-03-25 12:56:26','2014-03-25 12:56:26','','4395977015_8c3e9d70e7_b','Heart doodle by findingthenow on Flickr','inherit','open','open','','4395977015_8c3e9d70e7_b','','','2014-03-25 12:56:26','2014-03-25 12:56:26','',2552,'http://deborahbrody.com/wp-content/uploads/2014/03/4395977015_8c3e9d70e7_b.jpg',0,'attachment','image/jpeg',0),
(2555,4,'2014-03-25 12:57:48','2014-03-25 12:57:48','If there is one \"secret\" to get more blog readers (other than having a relevant, interesting, well written blog), it is this: be likeable.  That\'s it.\r\n\r\n[caption id=\"attachment_2554\" align=\"aligncenter\" width=\"294\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/4395977015_8c3e9d70e7_b.jpg\"><img class=\"size-medium wp-image-2554\" alt=\"Heart doodle by findingthenow on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/4395977015_8c3e9d70e7_b-294x300.jpg\" width=\"294\" height=\"300\" /></a> Heart doodle by findingthenow on Flickr[/caption]\r\n\r\nPeople tend to do business with companies they like. People hire people they like. And people read blogs they like.\r\n\r\nIf you\'ve ever read Dale Carnegie, you know that one of the main tenets in his teachings is to be likeable. For example, Carnegie says it is better to not to try to win an argument--let the other person be right. He also suggests disarming critics by being nice to them.\r\n\r\nSocial network behemoth Facebook knows likeability is key. After all, you are asked to \"like\" pages and status updates.\r\n\r\nHow can your blog be more likeable? Here are a few suggestions:\r\n\r\n<strong>Be easy to understand</strong>--Instead of throwing around fancy words and jargon, make sure people know what you are saying.\r\n\r\n<strong>Show your expertise without showing off</strong>--If you have to tell people you are superman, then your super powers are failing you (and perhaps you left your superhero costume at the dry cleaners).\r\n\r\n<strong><strong>Have an approachable tone</strong>--</strong> People respond positively to cheerful, casual and caring tones, among others, while sarcastic, acid and pedantic tones generally turn people off.<strong>\r\n</strong>\r\n\r\n<strong>Leave combativeness to soldiers at war--</strong>You can disagree with something without attacking it wholesale.\r\n\r\nWhat makes you like reading a blog? What makes you never come back? Let me know in the comments.\r\n\r\n<em>Become a better blogger! Join me for the <strong>How to Write Your Blog</strong> workshop on April 1 (one week from today!) in Washington, D.C. Details and registration <a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\">here</a>.</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to get more blog readers (and customers) fast','','inherit','open','open','','2552-revision-v1','','','2014-03-25 12:57:48','2014-03-25 12:57:48','',2552,'http://deborahbrody.com/2014/03/2552-revision-v1/',0,'revision','',0),
(2557,4,'2014-03-27 12:42:41','2014-03-27 12:42:41','Have you ever been to a networking event where you meet people, ask what they do and they give you a long rambling explanation or a very obscure description. You are then confused and ask them to clarify, and then they say this: Basically, I do [something you can understand].\r\n\r\n[caption id=\"attachment_2558\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b.jpg\"><img class=\"size-medium wp-image-2558\" alt=\"Aha by Himmelskratzer on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Aha by Himmelskratzer on Flickr[/caption]\r\n\r\nSome people can just give you their job\'s title, such as chief counsel at xyz industries, and you can understand what they do. And some people have easy to understand professions such as doctor, accountant, insurance sales or real estate development.\r\n\r\nAlso, describing yourself as the \"senior\" manager or vice president does not help explain what you do.\r\n\r\nBut take for instance someone I met recently. He started off by telling me where he works (a company with advocacy in the name, but that doesn\'t actually advocate). Then, he told me they work with individuals who are looking to ensure their access to financing (or something like that). Then he said: \"Basically, I sell insurance.\"\r\n\r\nGenerally, when you start a sentence with basically, you are about<strong> distill the essence of something to its most UNDERSTANDABLE part</strong>.  Like a structural engineer who tells you that basically, she works to make bridges safer.  Or the content strategist who tells you that, basically, he works with companies to find the most relevant information for their customers.\r\n\r\nSo before you go to your next networking event, or write your about page on your website, ask yourself: what is it that you do (or your company does), basically?\r\n\r\n<strong>If it\'s basic, it generally makes sense!</strong>\r\n\r\n<strong><em>UPDATE</em></strong>\r\n\r\nMedia trainer Brad Phillips has a great suggestion for improving your elevator pitch: start with the why. Here\'s a link to the post on the <a href=\"http://www.mrmediatraining.com/2010/10/18/dont-tell-the-media-about-your-company/\" target=\"_blank\">Mr. Media Training blog.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s so basic, it makes sense!','','publish','open','open','','its-so-basic-it-makes-sense','','','2014-04-02 19:40:07','2014-04-02 19:40:07','',0,'http://deborahbrody.com/?p=2557',0,'post','',0),
(2558,4,'2014-03-27 12:39:49','2014-03-27 12:39:49','','825976939_13974ce756_b','Aha by Himmelskratzer on Flickr','inherit','open','open','','825976939_13974ce756_b','','','2014-03-27 12:39:49','2014-03-27 12:39:49','',2557,'http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b.jpg',0,'attachment','image/jpeg',0),
(2559,4,'2014-03-27 12:40:55','2014-03-27 12:40:55','Have you ever been to a networking event where you meet people, ask what they do and they give you a long rambling explanation or a very obscure description. You are then confused and ask them to clarify, and then they say this: Basically, I do [something you can understand].\r\n\r\n[caption id=\"attachment_2558\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b.jpg\"><img class=\"size-medium wp-image-2558\" alt=\"Aha by Himmelskratzer on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Aha by Himmelskratzer on Flickr[/caption]\r\n\r\nSome people can just give you their job\'s title, such as chief counsel at xyz industries, and you can understand what they do. And some people have easy to understand professions such as doctor, accountant, insurance sales or real estate development.\r\n\r\nBut take for instance someone I met recently. He started off by telling me where he works (a company with advocacy in the name, but that doesn\'t actually advocate). Then, he told me they work with individuals who are looking to ensure their access to financing (or something like that). Then he said: \"Basically, I sell insurance.\"\r\n\r\nGenerally, when someone starts a sentence with basically,they are about to distill the essence of something to its most UNDERSTANDABLE part.  Like a structural engineer who tells you that basically, she works to make bridges safer.  Or the content strategist who tells you that, basically, he works with companies to find the most relevant information for their customers.\r\n\r\nSo before you go to your next networking event, or write your about page on your website, ask yourself: what is it that you do (or your company does), basically?\r\n\r\nIf it\'s basic, it generally makes sense!\r\n\r\n<em>Looking to jump start your blogging? Join me next Tuesday, April 1 for t<strong>he How to Write Your Blog</strong> workshop in Washington, D.C. You will learn what to do to get your blog going and get motivated to start writing. Details and registration<a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\"> here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s so basic, it makes sense!','','inherit','open','open','','2557-revision-v1','','','2014-03-27 12:40:55','2014-03-27 12:40:55','',2557,'http://deborahbrody.com/2014/03/2557-revision-v1/',0,'revision','',0),
(2560,4,'2014-03-27 12:42:41','2014-03-27 12:42:41','Have you ever been to a networking event where you meet people, ask what they do and they give you a long rambling explanation or a very obscure description. You are then confused and ask them to clarify, and then they say this: Basically, I do [something you can understand].\r\n\r\n[caption id=\"attachment_2558\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b.jpg\"><img class=\"size-medium wp-image-2558\" alt=\"Aha by Himmelskratzer on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Aha by Himmelskratzer on Flickr[/caption]\r\n\r\nSome people can just give you their job\'s title, such as chief counsel at xyz industries, and you can understand what they do. And some people have easy to understand professions such as doctor, accountant, insurance sales or real estate development.\r\n\r\nBut take for instance someone I met recently. He started off by telling me where he works (a company with advocacy in the name, but that doesn\'t actually advocate). Then, he told me they work with individuals who are looking to ensure their access to financing (or something like that). Then he said: \"Basically, I sell insurance.\"\r\n\r\nGenerally, when you start a sentence with basically, you are about<strong> distill the essence of something to its most UNDERSTANDABLE part</strong>.  Like a structural engineer who tells you that basically, she works to make bridges safer.  Or the content strategist who tells you that, basically, he works with companies to find the most relevant information for their customers.\r\n\r\nSo before you go to your next networking event, or write your about page on your website, ask yourself: what is it that you do (or your company does), basically?\r\n\r\n<strong>If it\'s basic, it generally makes sense!</strong>\r\n\r\n<em>Looking to jump start your blogging? Join me next Tuesday, April 1 for t<strong>he How to Write Your Blog</strong> workshop in Washington, D.C. You will learn what to do to get your blog going and get motivated to start writing. Details and registration<a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\"> here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s so basic, it makes sense!','','inherit','open','open','','2557-revision-v1','','','2014-03-27 12:42:41','2014-03-27 12:42:41','',2557,'http://deborahbrody.com/2014/03/2557-revision-v1/',0,'revision','',0),
(2561,4,'2014-03-27 12:43:14','2014-03-27 12:43:14','Have you ever been to a networking event where you meet people, ask what they do and they give you a long rambling explanation or a very obscure description. You are then confused and ask them to clarify, and then they say this: Basically, I do [something you can understand].\r\n\r\n[caption id=\"attachment_2558\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b.jpg\"><img class=\"size-medium wp-image-2558\" alt=\"Aha by Himmelskratzer on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Aha by Himmelskratzer on Flickr[/caption]\r\n\r\nSome people can just give you their job\'s title, such as chief counsel at xyz industries, and you can understand what they do. And some people have easy to understand professions such as doctor, accountant, insurance sales or real estate development.\r\n\r\nBut take for instance someone I met recently. He started off by telling me where he works (a company with advocacy in the name, but that doesn\'t actually advocate). Then, he told me they work with individuals who are looking to ensure their access to financing (or something like that). Then he said: \"Basically, I sell insurance.\"\r\n\r\nGenerally, when you start a sentence with basically, you are about<strong> distill the essence of something to its most UNDERSTANDABLE part</strong>.  Like a structural engineer who tells you that basically, she works to make bridges safer.  Or the content strategist who tells you that, basically, he works with companies to find the most relevant information for their customers.\r\n\r\nSo before you go to your next networking event, or write your about page on your website, ask yourself: what is it that you do (or your company does), basically?\r\n\r\n<strong>If it\'s basic, it generally makes sense!</strong>\r\n\r\n<em>Looking to jump start your blogging? Join me next Tuesday, April 1 for the<strong> How to Write Your Blog</strong> workshop in Washington, D.C. You will learn what to do to get your blog going and get motivated to start writing. Details and registration<a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\"> here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s so basic, it makes sense!','','inherit','open','open','','2557-revision-v1','','','2014-03-27 12:43:14','2014-03-27 12:43:14','',2557,'http://deborahbrody.com/2014/03/2557-revision-v1/',0,'revision','',0),
(2562,4,'2014-04-02 19:39:12','2014-04-02 19:39:12','Have you ever been to a networking event where you meet people, ask what they do and they give you a long rambling explanation or a very obscure description. You are then confused and ask them to clarify, and then they say this: Basically, I do [something you can understand].\n\n[caption id=\"attachment_2558\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b.jpg\"><img class=\"size-medium wp-image-2558\" alt=\"Aha by Himmelskratzer on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Aha by Himmelskratzer on Flickr[/caption]\n\nSome people can just give you their job\'s title, such as chief counsel at xyz industries, and you can understand what they do. And some people have easy to understand professions such as doctor, accountant, insurance sales or real estate development.\n\nAlso, describing yourself as the \"senior\" manager or vice president does not help explain what you do.\n\nBut take for instance someone I met recently. He started off by telling me where he works (a company with advocacy in the name, but that doesn\'t actually advocate). Then, he told me they work with individuals who are looking to ensure their access to financing (or something like that). Then he said: \"Basically, I sell insurance.\"\n\nGenerally, when you start a sentence with basically, you are about<strong> distill the essence of something to its most UNDERSTANDABLE part</strong>.  Like a structural engineer who tells you that basically, she works to make bridges safer.  Or the content strategist who tells you that, basically, he works with companies to find the most relevant information for their customers.\n\nSo before you go to your next networking event, or write your about page on your website, ask yourself: what is it that you do (or your company does), basically?\n\n<strong>If it\'s basic, it generally makes sense!</strong>\n\n<em>UPDATE</em>\n\nBrad Phillips has a great suggestion for improving your elevator pitch: start with the why. Here\'s a link to the Mr. Media Training post.\n\n&nbsp;\n\n&nbsp;','It\'s so basic, it makes sense!','','inherit','open','open','','2557-autosave-v1','','','2014-04-02 19:39:12','2014-04-02 19:39:12','',2557,'http://deborahbrody.com/2014/03/2557-autosave-v1/',0,'revision','',0),
(2566,4,'2014-04-02 19:40:07','2014-04-02 19:40:07','Have you ever been to a networking event where you meet people, ask what they do and they give you a long rambling explanation or a very obscure description. You are then confused and ask them to clarify, and then they say this: Basically, I do [something you can understand].\r\n\r\n[caption id=\"attachment_2558\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b.jpg\"><img class=\"size-medium wp-image-2558\" alt=\"Aha by Himmelskratzer on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Aha by Himmelskratzer on Flickr[/caption]\r\n\r\nSome people can just give you their job\'s title, such as chief counsel at xyz industries, and you can understand what they do. And some people have easy to understand professions such as doctor, accountant, insurance sales or real estate development.\r\n\r\nAlso, describing yourself as the \"senior\" manager or vice president does not help explain what you do.\r\n\r\nBut take for instance someone I met recently. He started off by telling me where he works (a company with advocacy in the name, but that doesn\'t actually advocate). Then, he told me they work with individuals who are looking to ensure their access to financing (or something like that). Then he said: \"Basically, I sell insurance.\"\r\n\r\nGenerally, when you start a sentence with basically, you are about<strong> distill the essence of something to its most UNDERSTANDABLE part</strong>.  Like a structural engineer who tells you that basically, she works to make bridges safer.  Or the content strategist who tells you that, basically, he works with companies to find the most relevant information for their customers.\r\n\r\nSo before you go to your next networking event, or write your about page on your website, ask yourself: what is it that you do (or your company does), basically?\r\n\r\n<strong>If it\'s basic, it generally makes sense!</strong>\r\n\r\n<strong><em>UPDATE</em></strong>\r\n\r\nMedia trainer Brad Phillips has a great suggestion for improving your elevator pitch: start with the why. Here\'s a link to the post on the <a href=\"http://www.mrmediatraining.com/2010/10/18/dont-tell-the-media-about-your-company/\" target=\"_blank\">Mr. Media Training blog.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s so basic, it makes sense!','','inherit','open','open','','2557-revision-v1','','','2014-04-02 19:40:07','2014-04-02 19:40:07','',2557,'http://deborahbrody.com/2014/04/2557-revision-v1/',0,'revision','',0),
(2563,4,'2014-03-27 12:47:21','2014-03-27 12:47:21','Have you ever been to a networking event where you meet people, ask what they do and they give you a long rambling explanation or a very obscure description. You are then confused and ask them to clarify, and then they say this: Basically, I do [something you can understand].\r\n\r\n[caption id=\"attachment_2558\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b.jpg\"><img class=\"size-medium wp-image-2558\" alt=\"Aha by Himmelskratzer on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/03/825976939_13974ce756_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Aha by Himmelskratzer on Flickr[/caption]\r\n\r\nSome people can just give you their job\'s title, such as chief counsel at xyz industries, and you can understand what they do. And some people have easy to understand professions such as doctor, accountant, insurance sales or real estate development.\r\n\r\nAlso, describing yourself as the \"senior\" manager or vice president does not help explain what you do.\r\n\r\nBut take for instance someone I met recently. He started off by telling me where he works (a company with advocacy in the name, but that doesn\'t actually advocate). Then, he told me they work with individuals who are looking to ensure their access to financing (or something like that). Then he said: \"Basically, I sell insurance.\"\r\n\r\nGenerally, when you start a sentence with basically, you are about<strong> distill the essence of something to its most UNDERSTANDABLE part</strong>.  Like a structural engineer who tells you that basically, she works to make bridges safer.  Or the content strategist who tells you that, basically, he works with companies to find the most relevant information for their customers.\r\n\r\nSo before you go to your next networking event, or write your about page on your website, ask yourself: what is it that you do (or your company does), basically?\r\n\r\n<strong>If it\'s basic, it generally makes sense!</strong>\r\n\r\n<em>Looking to jump start your blogging? Join me next Tuesday, April 1 for the<strong> How to Write Your Blog</strong> workshop in Washington, D.C. You will learn what to do to get your blog going and get motivated to start writing. Details and registration<a href=\"http://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-10592044089?aff=eorg\" target=\"_blank\"> here.</a></em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s so basic, it makes sense!','','inherit','open','open','','2557-revision-v1','','','2014-03-27 12:47:21','2014-03-27 12:47:21','',2557,'http://deborahbrody.com/2014/03/2557-revision-v1/',0,'revision','',0),
(2573,4,'2014-04-14 15:12:25','2014-04-14 15:12:25','This morning, I got an email from a networking group apologizing for scheduling a lunch during Passover (which starts tonight and runs for eight days). It offered free admission to those observing Passover since they would not be able to eat the lunch offering (people who observe Passover refrain from eating bread and other grains, among other dietary restrictions).\r\n\r\n[caption id=\"attachment_2574\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/04/1686120391_e6e634f5e4_b.jpg\"><img class=\"size-medium wp-image-2574\" alt=\"&quot;Fat-ass wall calendar II&quot; by Geir Arne Brevik on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/04/1686120391_e6e634f5e4_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> \"Fat-ass wall calendar II\" by Geir Arne Brevik on Flickr[/caption]\r\n\r\nThere are many religious observances from various religions throughout the year. Some are more observed than others. While organizers can\'t always avoid having a conflict, they should try. For observant Muslims, attending a lunch during Ramadan is impossible. For observant Jews, attending a networking event on Yom Kippur is unthinkable. Some Christians would not attend a BBQ on Friday during Lent.\r\n\r\nUnderstanding the importance of holidays to their practitioners should be on  communicators\' and event planners\' agendas. From a practical point of view, why would you schedule and promote an event that potential participants won\'t be able to attend? From an inclusive point of view, why would you not be sensitive to different religious beliefs?\r\n\r\nBut it is not only about religious observance. It\'s about understanding what is going on when you are planning your event. Will something else affect your turnout? A competing event? A conflict? A major city-wide happening? If there is going to be a race that shuts down various city streets, for example, that might make it difficult for your attendees to get to your event or find parking.\r\n\r\nAll it takes is to check the calendar<em> before</em> you plan your event. Of course, some things will pop up after you have settled on your dates and venues, which may force you to reschedule or adapt somehow.\r\n\r\nIf you are constantly planning events, then you may wish to invest in <a href=\"http://www.mhprofessional.com/templates/chases/\" target=\"_blank\">Chase\'s calendar</a>, which lists just about everything, everywhere. Otherwise, if you use Google, you can subscribe to various calendars (religious holidays, US holidays, etc.). Or there is this <a href=\"http://www.holidayinsights.com/everyday.htm\" target=\"_blank\">Holidays Calendar</a>, which lists all major religious and US holidays for the year.  For those who prefer paper, most wall/desk calendars list major holidays. And don\'t forget to check your local resources such as newspapers, local websites, chambers of commerce and others to understand what is going on closer to home.\r\n\r\nBut having a calendar is useless unless you check it. Make it part of your event planning and promotion checklist.\r\n\r\nWishing a Happy Passover to those who celebrate. It\'s on my calendar!\r\n\r\n&nbsp;','Check your calendar before you do anything else','','publish','open','open','','check-your-calendar-before-you-do-anything-else','','','2014-04-14 15:12:25','2014-04-14 15:12:25','',0,'http://deborahbrody.com/?p=2573',0,'post','',0),
(2568,4,'2014-04-03 13:05:48','2014-04-03 13:05:48','Those of use who work in a communications-related field have been quick to embrace and promote social media. We use social networks actively, we counsel clients to get on social media, and here\'s the kicker, some of us frown on those who don\'t do social media.\r\n\r\n<strong>But how important is it to business to be on social media?</strong>\r\n\r\nJust this morning, I read how Gini Dietrich of Spin Sucks is now a Hertz customer because her former favorite car rental company, Avis, failed her on social media. It would seem that businesses are at peril if they ignore customer complaints expressed on social media.\r\n\r\nThe book <span style=\"text-decoration: underline;\">Groundswell</span> by Charlene Li also counsels that businesses must adapt to the reality that customers are on social media, and will talk about you whether you participate or not in the conversation.\r\n\r\nAnd yet, there are many many successful businesses that don\'t have a Facebook page, that are not on Twitter, have never heard of Pinterest---<strong>and don\'t care</strong>. For example, there\'s an accounting firm in McLean, VA that created a website seven years ago and has barely updated it since and that has absolutely no social media presence. Or the marketing firm that has a blog last updated more than a year ago. Or the many solo practitioners I have met that don\'t even have a website.\r\n\r\nThe truth is you can be in business, and even be successful, without doing social media. Social media is just a platform, like television or radio. If you don\'t use it, you may not reach a certain segment of the population, but that does not mean that you aren\'t reaching your target audience.\r\n\r\nThe big issue is that consumers take to social media to voice their complaints (not so much their compliments) about businesses. Those consumers figure that the amplification power of social media will shame businesses into fixing their problem. And in many cases, this is exactly what happens. Unlike the mass media of yore, social media allows for far more connection and interaction between businesses and consumers.\r\n\r\nBut what if your business is not a huge national brand? Does it matter? I don\'t think it does.\r\n\r\nThat said, I believe that being on social media is an asset to any business. Social media networks can help grow connections and create new relationships. Social media helps to market and grow a business, and expose it to new audiences.\r\n\r\n<strong>Businesses do not need social media to thrive, but they should consider using social media to grow</strong>.\r\n\r\nWhat do you think? Do you judge businesses if they aren\'t on social media?\r\n\r\n&nbsp;','You aren\'t on social media??? ','','publish','open','open','','you-arent-on-social-media','','','2014-04-03 13:05:48','2014-04-03 13:05:48','',0,'http://deborahbrody.com/?p=2568',0,'post','',0),
(2569,4,'2014-04-03 13:05:48','2014-04-03 13:05:48','Those of use who work in a communications-related field have been quick to embrace and promote social media. We use social networks actively, we counsel clients to get on social media, and here\'s the kicker, some of us frown on those who don\'t do social media.\r\n\r\n<strong>But how important is it to business to be on social media?</strong>\r\n\r\nJust this morning, I read how Gini Dietrich of Spin Sucks is now a Hertz customer because her former favorite car rental company, Avis, failed her on social media. It would seem that businesses are at peril if they ignore customer complaints expressed on social media.\r\n\r\nThe book <span style=\"text-decoration: underline;\">Groundswell</span> by Charlene Li also counsels that businesses must adapt to the reality that customers are on social media, and will talk about you whether you participate or not in the conversation.\r\n\r\nAnd yet, there are many many successful businesses that don\'t have a Facebook page, that are not on Twitter, have never heard of Pinterest---<strong>and don\'t care</strong>. For example, there\'s an accounting firm in McLean, VA that created a website seven years ago and has barely updated it since and that has absolutely no social media presence. Or the marketing firm that has a blog last updated more than a year ago. Or the many solo practitioners I have met that don\'t even have a website.\r\n\r\nThe truth is you can be in business, and even be successful, without doing social media. Social media is just a platform, like television or radio. If you don\'t use it, you may not reach a certain segment of the population, but that does not mean that you aren\'t reaching your target audience.\r\n\r\nThe big issue is that consumers take to social media to voice their complaints (not so much their compliments) about businesses. Those consumers figure that the amplification power of social media will shame businesses into fixing their problem. And in many cases, this is exactly what happens. Unlike the mass media of yore, social media allows for far more connection and interaction between businesses and consumers.\r\n\r\nBut what if your business is not a huge national brand? Does it matter? I don\'t think it does.\r\n\r\nThat said, I believe that being on social media is an asset to any business. Social media networks can help grow connections and create new relationships. Social media helps to market and grow a business, and expose it to new audiences.\r\n\r\n<strong>Businesses do not need social media to thrive, but they should consider using social media to grow</strong>.\r\n\r\nWhat do you think? Do you judge businesses if they aren\'t on social media?\r\n\r\n&nbsp;','You aren\'t on social media??? ','','inherit','open','open','','2568-revision-v1','','','2014-04-03 13:05:48','2014-04-03 13:05:48','',2568,'http://deborahbrody.com/2014/04/2568-revision-v1/',0,'revision','',0),
(2572,4,'2014-04-10 15:01:41','2014-04-10 15:01:41','Being effective in social media marketing requires choosing the right social networks on which to spend time and effort (and money). And you do have to choose because a) there are too many networks and b) some will work better than others.\r\n\r\nTo choose the \"right\" social networks you should consider:\r\n\r\n<strong>Your offering.</strong> Are you a retailer or a service provider? How much explanation does your offering require?\r\n\r\n<strong>Your target audience</strong>. Who is buying your product or service? Where does the target prefer to receive information? Where is the target likely to make a decision?\r\n\r\n<strong>Your strengths</strong>. Are you visual or do you like words? Are you more likely to take and post pictures or write a 1000-word blog post?\r\n\r\n<strong>Where have you had the most traction?</strong> If you haven\'t yet been measuring response, then start right away. Google Analytics will tell you where people are coming from, and this is very valuable information. If most of your customers are coming from a particular social network, it makes sense to focus your energy and effort there.\r\n\r\nI met a blogger who writes about event planning, and she gets the most visits to her blog from Pinterest.  So she focuses exclusively on building her Pinterest presence. Then there\'s the women\'s clothing and accessories retailer who gets most of her online orders through Facebook.  She has decided to budget for Facebook ads and sponsored posts and it is really paying off.\r\n\r\nIn both cases, these people understand their product/service and where to best market it. And they have decided to really focus on the social network that provides the most bang for the buck.\r\n\r\nHow many social networks do you focus on? Are you finding some work better than others?','How to choose the best social networks for marketing','','inherit','open','open','','2571-revision-v1','','','2014-04-10 15:01:41','2014-04-10 15:01:41','',2571,'http://deborahbrody.com/2014/04/2571-revision-v1/',0,'revision','',0),
(2574,4,'2014-04-14 15:10:27','2014-04-14 15:10:27','','1686120391_e6e634f5e4_b','\"Fat-ass wall calendar II\" by Geir Arne Brevik on Flickr','inherit','open','open','','1686120391_e6e634f5e4_b','','','2014-04-14 15:10:27','2014-04-14 15:10:27','',2573,'http://deborahbrody.com/wp-content/uploads/2014/04/1686120391_e6e634f5e4_b.jpg',0,'attachment','image/jpeg',0),
(2575,4,'2014-04-14 15:12:25','2014-04-14 15:12:25','This morning, I got an email from a networking group apologizing for scheduling a lunch during Passover (which starts tonight and runs for eight days). It offered free admission to those observing Passover since they would not be able to eat the lunch offering (people who observe Passover refrain from eating bread and other grains, among other dietary restrictions).\r\n\r\n[caption id=\"attachment_2574\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/04/1686120391_e6e634f5e4_b.jpg\"><img class=\"size-medium wp-image-2574\" alt=\"&quot;Fat-ass wall calendar II&quot; by Geir Arne Brevik on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/04/1686120391_e6e634f5e4_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> \"Fat-ass wall calendar II\" by Geir Arne Brevik on Flickr[/caption]\r\n\r\nThere are many religious observances from various religions throughout the year. Some are more observed than others. While organizers can\'t always avoid having a conflict, they should try. For observant Muslims, attending a lunch during Ramadan is impossible. For observant Jews, attending a networking event on Yom Kippur is unthinkable. Some Christians would not attend a BBQ on Friday during Lent.\r\n\r\nUnderstanding the importance of holidays to their practitioners should be on  communicators\' and event planners\' agendas. From a practical point of view, why would you schedule and promote an event that potential participants won\'t be able to attend? From an inclusive point of view, why would you not be sensitive to different religious beliefs?\r\n\r\nBut it is not only about religious observance. It\'s about understanding what is going on when you are planning your event. Will something else affect your turnout? A competing event? A conflict? A major city-wide happening? If there is going to be a race that shuts down various city streets, for example, that might make it difficult for your attendees to get to your event or find parking.\r\n\r\nAll it takes is to check the calendar<em> before</em> you plan your event. Of course, some things will pop up after you have settled on your dates and venues, which may force you to reschedule or adapt somehow.\r\n\r\nIf you are constantly planning events, then you may wish to invest in <a href=\"http://www.mhprofessional.com/templates/chases/\" target=\"_blank\">Chase\'s calendar</a>, which lists just about everything, everywhere. Otherwise, if you use Google, you can subscribe to various calendars (religious holidays, US holidays, etc.). Or there is this <a href=\"http://www.holidayinsights.com/everyday.htm\" target=\"_blank\">Holidays Calendar</a>, which lists all major religious and US holidays for the year.  For those who prefer paper, most wall/desk calendars list major holidays. And don\'t forget to check your local resources such as newspapers, local websites, chambers of commerce and others to understand what is going on closer to home.\r\n\r\nBut having a calendar is useless unless you check it. Make it part of your event planning and promotion checklist.\r\n\r\nWishing a Happy Passover to those who celebrate. It\'s on my calendar!\r\n\r\n&nbsp;','Check your calendar before you do anything else','','inherit','open','open','','2573-revision-v1','','','2014-04-14 15:12:25','2014-04-14 15:12:25','',2573,'http://deborahbrody.com/2014/04/2573-revision-v1/',0,'revision','',0),
(2584,4,'2014-04-29 17:52:19','0000-00-00 00:00:00','','Cany','','draft','open','open','','','','','2014-04-29 17:52:19','2014-04-29 17:52:19','',0,'http://deborahbrody.com/?p=2584',0,'post','',0),
(2578,4,'2014-04-21 15:09:24','2014-04-21 15:09:24','It happens to all of us. Sometimes we just can\'t/won\'t blog. We are out of ideas. Or, if we do have ideas, they don\'t gel enough to form a good blog post. Perhaps we are being perfectionists. Or perhaps we are burned out.\r\n\r\nDoes having blogger\'s block mean you should give up your blog? I don\'t think so!\r\n\r\nHere are seven solutions to deal with blogger\'s block:\r\n\r\n<em>If the problem is lack of ideas</em>:\r\n\r\n1. <strong>Revisit and update an old post.</strong> Check your archives. What post had good traction? Review it and re-use it. Update as necessary.\r\n\r\n2. <strong>Shake up your routine to inspire creativity.</strong> Creativity experts suggest shaking up your normal way of doing things -- such as taking a different route to work, brushing your teeth with the opposite hand--in order to help your brain form new ideas. Once you have, sit down and brainstorm ten different ideas for blog posts. Write them down. Revisit them as necessary.\r\n\r\n3. <strong>Create a \"compilation\" post.</strong>  Instead of writing a brand new post, compile or curate resources, articles or lists. You could do a \"round-up\" of blog posts or articles (e.g. 5 best articles on SEO) or research a list of resources (e.g. 15 upcoming tech conferences).\r\n\r\n4. <strong>Interview someone</strong>. Come up with five questions and pose them to your company president, a colleague, an industry leader or to whomever it makes sense. Alternatively, try interviewing someone via Skype, and post the video of the interview (and if possible, a written transcript).\r\n\r\n<em>If the problem is burnout</em>:\r\n\r\n5.<strong> Solicit guest bloggers.</strong> Reach out to people you know--other bloggers, professionals in your industry, friends--and ask them to write a post. Make sure to provide a topic and guidance (and a deadline).\r\n\r\n6. <strong>Try a different format.</strong> If you always write your posts, what about doing a video blog or a podcast? Or how about having a graphic post (heavy on images, light on words).\r\n\r\n7. <strong>Take a break</strong>. Sometimes you need time off to recharge. You should write a post explaining the blog is on a short hiatus or that you are on vacation. You should probably say when the blog will be back.  If you are uncomfortable not having content during your break you may want to re-post popular older posts or seek evergreen content. If you have a white paper or book, you could run excerpts.\r\n\r\nWhat do you do when you are struck with blogger\'s block? Please share your suggestions and solutions  in the comments.\r\n\r\n&nbsp;','7 Solutions to Blogger\'s Block','','publish','open','open','','7-solutions-to-bloggers-block','','','2014-04-21 15:09:24','2014-04-21 15:09:24','',0,'http://deborahbrody.com/?p=2578',0,'post','',0),
(2579,4,'2014-04-21 15:09:24','2014-04-21 15:09:24','It happens to all of us. Sometimes we just can\'t/won\'t blog. We are out of ideas. Or, if we do have ideas, they don\'t gel enough to form a good blog post. Perhaps we are being perfectionists. Or perhaps we are burned out.\r\n\r\nDoes having blogger\'s block mean you should give up your blog? I don\'t think so!\r\n\r\nHere are seven solutions to deal with blogger\'s block:\r\n\r\n<em>If the problem is lack of ideas</em>:\r\n\r\n1. <strong>Revisit and update an old post.</strong> Check your archives. What post had good traction? Review it and re-use it. Update as necessary.\r\n\r\n2. <strong>Shake up your routine to inspire creativity.</strong> Creativity experts suggest shaking up your normal way of doing things -- such as taking a different route to work, brushing your teeth with the opposite hand--in order to help your brain form new ideas. Once you have, sit down and brainstorm ten different ideas for blog posts. Write them down. Revisit them as necessary.\r\n\r\n3. <strong>Create a \"compilation\" post.</strong>  Instead of writing a brand new post, compile or curate resources, articles or lists. You could do a \"round-up\" of blog posts or articles (e.g. 5 best articles on SEO) or research a list of resources (e.g. 15 upcoming tech conferences).\r\n\r\n4. <strong>Interview someone</strong>. Come up with five questions and pose them to your company president, a colleague, an industry leader or to whomever it makes sense. Alternatively, try interviewing someone via Skype, and post the video of the interview (and if possible, a written transcript).\r\n\r\n<em>If the problem is burnout</em>:\r\n\r\n5.<strong> Solicit guest bloggers.</strong> Reach out to people you know--other bloggers, professionals in your industry, friends--and ask them to write a post. Make sure to provide a topic and guidance (and a deadline).\r\n\r\n6. <strong>Try a different format.</strong> If you always write your posts, what about doing a video blog or a podcast? Or how about having a graphic post (heavy on images, light on words).\r\n\r\n7. <strong>Take a break</strong>. Sometimes you need time off to recharge. You should write a post explaining the blog is on a short hiatus or that you are on vacation. You should probably say when the blog will be back.  If you are uncomfortable not having content during your break you may want to re-post popular older posts or seek evergreen content. If you have a white paper or book, you could run excerpts.\r\n\r\nWhat do you do when you are struck with blogger\'s block? Please share your suggestions and solutions  in the comments.\r\n\r\n&nbsp;','7 Solutions to Blogger\'s Block','','inherit','open','open','','2578-revision-v1','','','2014-04-21 15:09:24','2014-04-21 15:09:24','',2578,'http://deborahbrody.com/2014/04/2578-revision-v1/',0,'revision','',0),
(2610,4,'2014-05-16 17:19:49','2014-05-16 17:19:49','I was watching the midday news today. We had a lot of rain overnight and there was flooding in some areas. Apparently, there was even flooding in Rockville, where I live. A reporter was out somewhere in Rockville telling about how a car got stuck in a flooded road. Except she never said where in Rockville this road was located. And that\'s what I really wanted (needed) to know: <strong>where</strong> <strong>exactly</strong> is it flooded so I can avoid the area.\r\n\r\nPerhaps this reporter has forgotten her Journalism 101 class, which teaches that every story should answer these questions:\r\n<p style=\"text-align: center;\"><strong>Who?</strong></p>\r\n<p style=\"text-align: center;\"><strong>What?</strong></p>\r\n<p style=\"text-align: center;\"><strong>Where?</strong></p>\r\n<p style=\"text-align: center;\"><strong>Why?</strong></p>\r\n<p style=\"text-align: center;\"><strong>When?</strong></p>\r\n<p style=\"text-align: center;\"><strong>How?</strong></p>\r\nIn fact, the answers to these basic questions are the basis for any story, whether told by a reporter on TV or a public relations practitioner in a press release or a website copywriter. To answer those questions means to tell the most important part of any story. Everything else is additional detail and description that can make a story more compelling or interesting.\r\n\r\nAnd yet, how many press releases are missing answers to these questions? How many websites don\'t answer the why or the how of whatever product or service they are promoting?\r\n\r\nIf you want to succeed at storytelling and content marketing, you must answer each and every one of these questions. If you can\'t, you need more information. If you won\'t, you are probably trying to hide something or you didn\'t do your homework.\r\n<h2>Need to tell the complete story in your marketing materials? <a href=\"http://deborahbrody.com/contact/\">Contact me</a> to see how we can work together to get beyond the basics.</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Answer these basic questions','','publish','open','open','','answer-these-basic-questions','','','2014-05-16 17:19:49','2014-05-16 17:19:49','',0,'http://deborahbrody.com/?p=2610',0,'post','',0),
(2581,4,'2014-04-24 13:42:55','2014-04-24 13:42:55','We all know how important headlines are.  When we are constantly scanning our devices, we need to be able to select what we want to read quickly, and headlines help us do that. So, no argument here about great headlines.\r\n\r\n<strong>However, what happens when the article associated with the great headline is not so great?</strong>\r\n\r\nCase in point: My mother happened to see a headline promising seven secrets to getting the best seats on a plane. She was intrigued as she flies quite frequently.  And as anybody who has flown in the past year knows,  comfortable seating is now a thing of the past as airlines try to cram more seats in a plane while charging fees for sitting in areas like the bulkhead and emergency row.\r\n\r\nWell, guess what the main \"secret\" to getting a better seat is? Pay for it. Seriously. This article, promising seven \"secrets\" to get better seats, had<strong> two</strong> main suggestions (a more accurate term for what the article offered): check the aircraft seating map and pay if you have to.\r\n\r\nNeedless to say, this useless article did not live up to its headline. Since the article was so poor, I don\'t even remember who wrote it. However, I do know what website this garbage was on. It makes me question whether other articles on that website are as bad.\r\n\r\nThe bottom line is that writing a great headline is not enough. If your content fails to live up to headline what you are doing is tricking your readers, and readers do not like to be tricked.\r\n\r\n<strong>Getting readers to your content is important, but if your content disappoints, you will end up with disappointed readers. That is not a strategy for growth.</strong>\r\n\r\nHave you come across articles that don\'t live up to their headlines? Did that change your behavior toward the source?\r\n\r\n&nbsp;','You need a great headline...and great content','','publish','open','open','','you-need-a-great-headline-and-great-content','','','2014-04-24 13:42:55','2014-04-24 13:42:55','',0,'http://deborahbrody.com/?p=2581',0,'post','',2),
(2582,4,'2014-04-24 13:42:55','2014-04-24 13:42:55','We all know how important headlines are.  When we are constantly scanning our devices, we need to be able to select what we want to read quickly, and headlines help us do that. So, no argument here about great headlines.\r\n\r\n<strong>However, what happens when the article associated with the great headline is not so great?</strong>\r\n\r\nCase in point: My mother happened to see a headline promising seven secrets to getting the best seats on a plane. She was intrigued as she flies quite frequently.  And as anybody who has flown in the past year knows,  comfortable seating is now a thing of the past as airlines try to cram more seats in a plane while charging fees for sitting in areas like the bulkhead and emergency row.\r\n\r\nWell, guess what the main \"secret\" to getting a better seat is? Pay for it. Seriously. This article, promising seven \"secrets\" to get better seats, had<strong> two</strong> main suggestions (a more accurate term for what the article offered): check the aircraft seating map and pay if you have to.\r\n\r\nNeedless to say, this useless article did not live up to its headline. Since the article was so poor, I don\'t even remember who wrote it. However, I do know what website this garbage was on. It makes me question whether other articles on that website are as bad.\r\n\r\nThe bottom line is that writing a great headline is not enough. If your content fails to live up to headline what you are doing is tricking your readers, and readers do not like to be tricked.\r\n\r\n<strong>Getting readers to your content is important, but if your content disappoints, you will end up with disappointed readers. That is not a strategy for growth.</strong>\r\n\r\nHave you come across articles that don\'t live up to their headlines? Did that change your behavior toward the source?\r\n\r\n&nbsp;','You need a great headline...and great content','','inherit','open','open','','2581-revision-v1','','','2014-04-24 13:42:55','2014-04-24 13:42:55','',2581,'http://deborahbrody.com/2014/04/2581-revision-v1/',0,'revision','',0),
(2630,4,'2014-05-30 13:43:06','2014-05-30 13:43:06','Several months ago I attended a presentation on content marketing. The presenter has become a mini-celebrity in the field, and has even published a book on the subject. However, this person had the unfortunate tendency to let her voice lower so much you had to strain to hear her. It was completely distracting and seriously took away from the content of the presentation. I don\'t think I could sit through another presentation <em>in spite of her expertise in the field.</em>\r\n\r\nJust this morning, I came across an article from Inc. Magazine entitled  <a href=\"http://www.inc.com/jenna-goudreau/5-ways-you-might-be-hurting-your-credibility-at-work.html\" target=\"_blank\">\"5 Ways People Hurt Their Credibility.\"</a> It points out that you can seem less credible by not controlling your voice (the situation I pointed out above) or by having poor posture. <strong>Obviously, as a communicator, it\'s important to establish your credibility.</strong>  Credibility is key to convincing your  clients that your communications plan will help boost their recognition or establish their brand. You won\'t get far in pitching the media if you lack credibility.\r\n\r\nThere\'s no doubt that you must establish and protect your credibility and the trait that will allow you do so is <strong>self-awareness.</strong> If you aren\'t self-aware, you won\'t even be able to recognize any of the behaviors pointed out in the Inc. article.\r\n\r\nSo many people are blind to their shortcomings precisely because their biggest shortcoming is a lack of self-awareness. If you aren\'t able to examine your behaviors and beliefs to find areas for improvement, you aren\'t able to change. And you will continue to do stuff that may be detrimental to your career.\r\n\r\n<strong>How do you become more self-aware?</strong> You start with the knowledge that you will need to start paying close attention to what you are doing and how people are reacting to you. You can also ask for feedback to see if how people perceive you is the same as the way you perceive yourself.\r\n\r\nDo you agree that self-awareness is the most important trait any communicator should have? If not, what do you think? Let me know in the comments.\r\n\r\n&nbsp;','The most important trait for any communicator','','publish','open','open','','the-most-important-trait-for-any-communicator','','','2014-05-30 13:43:06','2014-05-30 13:43:06','',0,'http://deborahbrody.com/?p=2630',0,'post','',0),
(2587,4,'2014-04-29 18:15:28','2014-04-29 18:15:28','Today, on one the many social media blogs I follow, I saw yet another post on how to use LinkedIn effectively (\"5 tips to improve your LinkedIn experience\" or some such).\r\n\r\nAlso today, coincidentally, I received a generic \"let\'s connect on LinkedIn\" invitation (the third in the past week and a half) from someone I have never met, and with whom  I have no connections in common.\r\n\r\nOne of the five tips to use LinkedIn effectively was not to send generic invitations, but rather to take the time to personalize the invitation and explain why you want to connect.\r\n\r\nBy the way, the invitation today was from another writer. I know she could\'ve come up with a sentence or two on her own. But she didn\'t. Was she being lazy? Does she understand how to use LinkedIn effectively? Has she never read an article about how to use LinkedIn effectively or is that I am the only one that has seen the same five tips regurgitated in article after article after article?\r\n\r\nThis got me to thinking: can you learn how to be savvy on social media or do you have to be born that way? Or put another way, are the people who could benefit the most from the \"5 tips\" articles precisely the ones that don\'t read those articles BECAUSE they don\'t follow social media (read blogs, interact on Twitter, etc.)?\r\n\r\nIt\'s not just LinkedIn (as an aside, how many of your network still don\'t have pictures on their profiles?). It\'s Twitter. It\'s Facebook.  We see people doing stupid things all the time, the same things which get endlessly pointed out in how-to and tips articles everywhere...on social media.\r\n\r\nThere\'s an older communicator whom I know tangentially. She didn\'t understand how to use Twitter, in spite of being on it, in spite of the many resources out there. When I pointed something out to her, something so obvious, she actually thanked me. She needed to learn. She needed to be taught. But the thing is that she didn\'t know she needed to learn because she was (is) not social media savvy.\r\n\r\nIt\'s like people who use caps lock in their email. They don\'t know they are \"shouting.\"\r\n\r\nWhat do you think? Can people become more social media savvy? How will they learn if they never seem to see the many resources out there? Do you share my frustration?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is social media savvy a learned skill?','','publish','open','open','','is-social-media-savvy-a-learned-skill','','','2014-04-29 22:16:35','2014-04-29 22:16:35','',0,'http://deborahbrody.com/?p=2587',0,'post','',2),
(2588,4,'2014-04-29 18:15:28','2014-04-29 18:15:28','Today, on one the many social media blogs I follow, I saw yet another post on how to use LinkedIn effectively (\"5 tips to improve your LinkedIn experience\" or some such).\r\n\r\nToday, coincidentally, I received a generic \"let\'s connect on LinkedIn invitation (the third in the past week and a half) from someone I have never met, and with whom  I have no connections in common.\r\n\r\nOne of the five tips to use LinkedIn effectively was not to send generic invitations, to take the time to personalize and explain why you want to connect.\r\n\r\nBy the way, the invitation today was from another writer. I know she could\'ve come up with a sentence or two on her own. But she didn\'t. Was she being lazy? Does she understand how to use LinkedIn effectively? Has she never read an article about how to use LinkedIn effectively or is that I am the only one that has seen the same five tips regurgitated in article after article after article?\r\n\r\nThis got me to thinking: can you learn how to be savvy on social media or do you have to be born that way? Or put another way, are the people who could benefit the most from the \"5 tips\" articles precisely the ones that don\'t read those articles BECAUSE they don\'t follow social media (read blogs, interact on Twitter, etc.)?\r\n\r\nIt\'s not just LinkedIn (as an aside, how many of your network still don\'t have pictures on their profiles?). It\'s Twitter. It\'s Facebook.  We see people doing stupid things all the time, the same things which get endlessly pointed out in how-to and tips articles everywhere...on social media.\r\n\r\nThere\'s an older communicator whom I know tangentially. She didn\'t understand how to use Twitter, in spite of being on it, in spite of the many resources out there. When I pointed something out to her, something so obvious, she actually thanked me. She needed to learn. She needed to be taught. But the thing is that she didn\'t know she needed to learn because she was (is) not social media savvy.\r\n\r\nIt\'s like people who use cap lock in their email. They don\'t know they are \"shouting.\"\r\n\r\nWhat do you think? Can people become more social media savvy? How will they learn if they never seem to see the many resources out there? Do you share my frustration?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is social media savvy a learned skill?','','inherit','open','open','','2587-revision-v1','','','2014-04-29 18:15:28','2014-04-29 18:15:28','',2587,'http://deborahbrody.com/2014/04/2587-revision-v1/',0,'revision','',0),
(2589,4,'2014-04-29 18:17:47','2014-04-29 18:17:47','Today, on one the many social media blogs I follow, I saw yet another post on how to use LinkedIn effectively (\"5 tips to improve your LinkedIn experience\" or some such).\r\n\r\nToday, coincidentally, I received a generic \"let\'s connect on LinkedIn\" invitation (the third in the past week and a half) from someone I have never met, and with whom  I have no connections in common.\r\n\r\nOne of the five tips to use LinkedIn effectively was not to send generic invitations, to take the time to personalize and explain why you want to connect.\r\n\r\nBy the way, the invitation today was from another writer. I know she could\'ve come up with a sentence or two on her own. But she didn\'t. Was she being lazy? Does she understand how to use LinkedIn effectively? Has she never read an article about how to use LinkedIn effectively or is that I am the only one that has seen the same five tips regurgitated in article after article after article?\r\n\r\nThis got me to thinking: can you learn how to be savvy on social media or do you have to be born that way? Or put another way, are the people who could benefit the most from the \"5 tips\" articles precisely the ones that don\'t read those articles BECAUSE they don\'t follow social media (read blogs, interact on Twitter, etc.)?\r\n\r\nIt\'s not just LinkedIn (as an aside, how many of your network still don\'t have pictures on their profiles?). It\'s Twitter. It\'s Facebook.  We see people doing stupid things all the time, the same things which get endlessly pointed out in how-to and tips articles everywhere...on social media.\r\n\r\nThere\'s an older communicator whom I know tangentially. She didn\'t understand how to use Twitter, in spite of being on it, in spite of the many resources out there. When I pointed something out to her, something so obvious, she actually thanked me. She needed to learn. She needed to be taught. But the thing is that she didn\'t know she needed to learn because she was (is) not social media savvy.\r\n\r\nIt\'s like people who use caps lock in their email. They don\'t know they are \"shouting.\"\r\n\r\nWhat do you think? Can people become more social media savvy? How will they learn if they never seem to see the many resources out there? Do you share my frustration?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is social media savvy a learned skill?','','inherit','open','open','','2587-revision-v1','','','2014-04-29 18:17:47','2014-04-29 18:17:47','',2587,'http://deborahbrody.com/2014/04/2587-revision-v1/',0,'revision','',0),
(2590,4,'2014-04-29 19:29:03','2014-04-29 19:29:03','In case you\'ve missed a newsletter, just check this archive.\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2014-04-29 19:29:03','2014-04-29 19:29:03','',2509,'http://deborahbrody.com/2014/04/2509-revision-v1/',0,'revision','',0),
(2591,4,'2014-04-29 19:46:46','2014-04-29 19:46:46','Today, on one the many social media blogs I follow, I saw yet another post on how to use LinkedIn effectively (\"5 tips to improve your LinkedIn experience\" or some such).\r\n\r\nToday, coincidentally, I received a generic \"let\'s connect on LinkedIn\" invitation (the third in the past week and a half) from someone I have never met, and with whom  I have no connections in common.\r\n\r\nOne of the five tips to use LinkedIn effectively was not to send generic invitations,but rather to take the time to personalize the invitation and explain why you want to connect.\r\n\r\nBy the way, the invitation today was from another writer. I know she could\'ve come up with a sentence or two on her own. But she didn\'t. Was she being lazy? Does she understand how to use LinkedIn effectively? Has she never read an article about how to use LinkedIn effectively or is that I am the only one that has seen the same five tips regurgitated in article after article after article?\r\n\r\nThis got me to thinking: can you learn how to be savvy on social media or do you have to be born that way? Or put another way, are the people who could benefit the most from the \"5 tips\" articles precisely the ones that don\'t read those articles BECAUSE they don\'t follow social media (read blogs, interact on Twitter, etc.)?\r\n\r\nIt\'s not just LinkedIn (as an aside, how many of your network still don\'t have pictures on their profiles?). It\'s Twitter. It\'s Facebook.  We see people doing stupid things all the time, the same things which get endlessly pointed out in how-to and tips articles everywhere...on social media.\r\n\r\nThere\'s an older communicator whom I know tangentially. She didn\'t understand how to use Twitter, in spite of being on it, in spite of the many resources out there. When I pointed something out to her, something so obvious, she actually thanked me. She needed to learn. She needed to be taught. But the thing is that she didn\'t know she needed to learn because she was (is) not social media savvy.\r\n\r\nIt\'s like people who use caps lock in their email. They don\'t know they are \"shouting.\"\r\n\r\nWhat do you think? Can people become more social media savvy? How will they learn if they never seem to see the many resources out there? Do you share my frustration?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is social media savvy a learned skill?','','inherit','open','open','','2587-revision-v1','','','2014-04-29 19:46:46','2014-04-29 19:46:46','',2587,'http://deborahbrody.com/2014/04/2587-revision-v1/',0,'revision','',0),
(2592,4,'2014-04-29 22:16:07','2014-04-29 22:16:07','Today, on one the many social media blogs I follow, I saw yet another post on how to use LinkedIn effectively (\"5 tips to improve your LinkedIn experience\" or some such).\r\n\r\nAlso today, coincidentally, I received a generic \"let\'s connect on LinkedIn\" invitation (the third in the past week and a half) from someone I have never met, and with whom  I have no connections in common.\r\n\r\nOne of the five tips to use LinkedIn effectively was not to send generic invitations,but rather to take the time to personalize the invitation and explain why you want to connect.\r\n\r\nBy the way, the invitation today was from another writer. I know she could\'ve come up with a sentence or two on her own. But she didn\'t. Was she being lazy? Does she understand how to use LinkedIn effectively? Has she never read an article about how to use LinkedIn effectively or is that I am the only one that has seen the same five tips regurgitated in article after article after article?\r\n\r\nThis got me to thinking: can you learn how to be savvy on social media or do you have to be born that way? Or put another way, are the people who could benefit the most from the \"5 tips\" articles precisely the ones that don\'t read those articles BECAUSE they don\'t follow social media (read blogs, interact on Twitter, etc.)?\r\n\r\nIt\'s not just LinkedIn (as an aside, how many of your network still don\'t have pictures on their profiles?). It\'s Twitter. It\'s Facebook.  We see people doing stupid things all the time, the same things which get endlessly pointed out in how-to and tips articles everywhere...on social media.\r\n\r\nThere\'s an older communicator whom I know tangentially. She didn\'t understand how to use Twitter, in spite of being on it, in spite of the many resources out there. When I pointed something out to her, something so obvious, she actually thanked me. She needed to learn. She needed to be taught. But the thing is that she didn\'t know she needed to learn because she was (is) not social media savvy.\r\n\r\nIt\'s like people who use caps lock in their email. They don\'t know they are \"shouting.\"\r\n\r\nWhat do you think? Can people become more social media savvy? How will they learn if they never seem to see the many resources out there? Do you share my frustration?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is social media savvy a learned skill?','','inherit','open','open','','2587-revision-v1','','','2014-04-29 22:16:07','2014-04-29 22:16:07','',2587,'http://deborahbrody.com/2014/04/2587-revision-v1/',0,'revision','',0),
(2593,4,'2014-04-29 22:16:35','2014-04-29 22:16:35','Today, on one the many social media blogs I follow, I saw yet another post on how to use LinkedIn effectively (\"5 tips to improve your LinkedIn experience\" or some such).\r\n\r\nAlso today, coincidentally, I received a generic \"let\'s connect on LinkedIn\" invitation (the third in the past week and a half) from someone I have never met, and with whom  I have no connections in common.\r\n\r\nOne of the five tips to use LinkedIn effectively was not to send generic invitations, but rather to take the time to personalize the invitation and explain why you want to connect.\r\n\r\nBy the way, the invitation today was from another writer. I know she could\'ve come up with a sentence or two on her own. But she didn\'t. Was she being lazy? Does she understand how to use LinkedIn effectively? Has she never read an article about how to use LinkedIn effectively or is that I am the only one that has seen the same five tips regurgitated in article after article after article?\r\n\r\nThis got me to thinking: can you learn how to be savvy on social media or do you have to be born that way? Or put another way, are the people who could benefit the most from the \"5 tips\" articles precisely the ones that don\'t read those articles BECAUSE they don\'t follow social media (read blogs, interact on Twitter, etc.)?\r\n\r\nIt\'s not just LinkedIn (as an aside, how many of your network still don\'t have pictures on their profiles?). It\'s Twitter. It\'s Facebook.  We see people doing stupid things all the time, the same things which get endlessly pointed out in how-to and tips articles everywhere...on social media.\r\n\r\nThere\'s an older communicator whom I know tangentially. She didn\'t understand how to use Twitter, in spite of being on it, in spite of the many resources out there. When I pointed something out to her, something so obvious, she actually thanked me. She needed to learn. She needed to be taught. But the thing is that she didn\'t know she needed to learn because she was (is) not social media savvy.\r\n\r\nIt\'s like people who use caps lock in their email. They don\'t know they are \"shouting.\"\r\n\r\nWhat do you think? Can people become more social media savvy? How will they learn if they never seem to see the many resources out there? Do you share my frustration?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is social media savvy a learned skill?','','inherit','open','open','','2587-revision-v1','','','2014-04-29 22:16:35','2014-04-29 22:16:35','',2587,'http://deborahbrody.com/2014/04/2587-revision-v1/',0,'revision','',0),
(2650,4,'2014-06-16 15:15:45','2014-06-16 15:15:45','Last week, for three days in a row, Feedly was targeted by hackers looking for ransom in a huge DDoS (distributed denial of service) attack. It meant that nobody was able to access Feedly.\r\n\r\nIf you use Feedly as your RSS reader, it meant that there was no way of accessing all your feeds short of going to each source. We set up RSS readers precisely to avoid having to visit dozens of separate websites and blogs. Feedly being down was definitely an inconvenience (not on the magnitude of Twitter being down, but still).\r\n\r\nIf you are a blog publisher, and you use RSS as your primary distribution channel, you were really screwed last week. Nobody saw your feed. Few people if any took the time to visit your site to read your latest posts. If they did, it\'s too bad you can\'t identify them, because they are your most loyal supporters.\r\n\r\n<strong>There\'s a big lesson here for bloggers: you must use various different channels to push out your content.</strong>\r\n\r\n<strong>On social</strong>: You have to share on all of your social networks.  If you don\'t regularly post your latest stuff to LinkedIn, Twitter, Facebook, etc., you must start.\r\n\r\n<strong>On email:</strong> Perhaps this is a good time to check out newsletter providers that have the RSS-to-email feature. This feature takes your latest posts and sends them out as a newsletter to your contacts on whatever schedule you choose. You definitely want to make sure people can subscribe to your feed directly too.\r\n\r\n<strong>In person</strong>: Do your friends and colleagues know about your blog? Let them know and encourage them to visit. If you give out business cards, is your blog listed?\r\n\r\nI can almost promise you that this won\'t be the last time Feedly will be down. Chances are also good that one of the social networks will be attacked too. There\'s little you can do to avoid internet failures, but there\'s a lot you can do to avoid depending on just one channel of communication.\r\n\r\nWhere were you (and what did you do) when Feedly went down last week?','Where were you when Feedly went down?','','inherit','open','open','','2649-revision-v1','','','2014-06-16 15:15:45','2014-06-16 15:15:45','',2649,'http://deborahbrody.com/2014/06/2649-revision-v1/',0,'revision','',0),
(2595,4,'2014-05-06 18:41:56','2014-05-06 18:41:56','It seems that many vendors and service providers are resorting to scare tactics to get prospects to do something: renew, register, etc. They use pressure terms and frequent reminders to communicate that if you don\'t do something right at this moment you will forever be suspended, terminated, interrupted or be victim to some other dire scenario. You won\'t pass go and you won\'t collect $200 for sure.\r\n\r\nFor example, just this morning I received a renewal email from a county program I am enrolled in.  This is the first paragraph, which I have redacted to hide the sender\'s identity:\r\n<p style=\"padding-left: 30px;\">Deborah Brody,</p>\r\n<p style=\"padding-left: 30px;\">Your certification as a registered vendor in the XXX Program will expire within the next 90 days. If you wish to remain in this program, you must renew your registration before 08/04/2014. If you have not renewed your registration by 08/04/2014, your participation in the XXXX will be suspended until you have done so.</p>\r\nGranted, this is not the scariest email, but it is not very friendly. To say my participation will be suspended sounds a bit threatening. What if, instead, it said something like:\r\n<p style=\"padding-left: 30px;\">Dear Deborah Brody,</p>\r\n<p style=\"padding-left: 30px;\">You  are currently certified as a vendor in the XXXX Program, and your certification  is due to expire August 4. We value your participation and ask that you renew your registration by August 4 so that you can remain in the program without interruption.</p>\r\nBetter no?\r\n\r\nAnd then there are the endless emails I get from Network Solutions with subject lines like: <em>Your Services Will Be Interrupted. </em>Mind you, I have more than a month until I have to renew, but yet NetSol sends me variations on this email two and three times a day! I feel harassed, and now I am searching for another registrar.\r\n\r\nPressuring your prospects can become a  turn-off. Sending too many emails is a form of pressure, and often, adds to the prospect\'s stress level. You don\'t want to stress your prospect, do you? What you want is to encourage him/her to make a decision.\r\n\r\nThink about motivations, and how people respond. Do people respond positively to a negative pitch? Perhaps some do. However, as the refrain goes, you attract more bees with honey than with vinegar. Compliments are better than criticisms.  Feeling like a hero is better than feeling like a deadbeat loser.\r\n\r\nWhat do you think? How do you respond to negative emails? Do you ever feel harassed or threatened by vendors and service providers?','Are you scaring off your prospects?','','publish','open','open','','scaring-your-prospects','','','2014-05-06 18:43:31','2014-05-06 18:43:31','',0,'http://deborahbrody.com/?p=2595',0,'post','',0),
(2596,4,'2014-05-06 18:41:56','2014-05-06 18:41:56','It seems that many vendors and service providers are resorting to scare tactics to get prospects to do something: renew, register, etc. They use pressure terms and frequent reminders to communicate that if you don\'t do something right at this moment you will forever be suspended, terminated, interrupted or be victim to some other dire scenario. You won\'t pass go and you won\'t collect $200 for sure.\r\n\r\nFor example, just this morning I received a renewal email from a county program I am enrolled in.  This is the first paragraph, which I have redacted to hide the sender\'s identity:\r\n<p style=\"padding-left: 30px;\">Deborah Brody,\r\n\r\nYour certification as a registered vendor in the XXX Program will expire within the next 90 days. If you wish to remain in this program, you must renew your registration before 08/04/2014. If you have not renewed your registration by 08/04/2014, your participation in the XXXX will be suspended until you have done so.</p>\r\nGranted, this is not the scariest email, but it is not very friendly. To say my participation will be suspended sounds a bit threatening. What if, instead, it said something like:\r\n<p style=\"padding-left: 30px;\">Dear Deborah Brody,</p>\r\n<p style=\"padding-left: 30px;\">You  are currently certified as a vendor in the XXXX Program, and your certification  is due to expire August 4. We value your participation and ask that you renew your registration by August 4 so that you can remain in the program without interruption.</p>\r\nBetter no?\r\n\r\nAnd then there are the endless emails I get from Network Solutions with subject lines like: <em>Your Services Will Be Interrupted. </em>Mind you, I have more than a month until I have to renew, but yet NetSol sends me variations on this email two and three times a day! I feel harassed, and now I am searching for another registrar.\r\n\r\nPressuring your prospects can become a  turn-off. Sending too many emails is a form of pressure, and often, adds to the prospect\'s stress level. You don\'t want to stress your prospect, do you? What you want is to encourage him/her to make a decision.\r\n\r\nThink about motivations, and how people respond. Do people respond positively to a negative pitch? Perhaps some do. However, as the refrain goes, you attract more bees with honey than with vinegar. Compliments are better than criticisms.  Feeling like a hero is better than feeling like a deadbeat loser.\r\n\r\nWhat do you think? How do you respond to negative emails? Do you ever feel harassed or threatened by vendors and service providers?','Are you scaring off your prospects?','','inherit','open','open','','2595-revision-v1','','','2014-05-06 18:41:56','2014-05-06 18:41:56','',2595,'http://deborahbrody.com/2014/05/2595-revision-v1/',0,'revision','',0),
(2597,4,'2014-05-06 18:43:31','2014-05-06 18:43:31','It seems that many vendors and service providers are resorting to scare tactics to get prospects to do something: renew, register, etc. They use pressure terms and frequent reminders to communicate that if you don\'t do something right at this moment you will forever be suspended, terminated, interrupted or be victim to some other dire scenario. You won\'t pass go and you won\'t collect $200 for sure.\r\n\r\nFor example, just this morning I received a renewal email from a county program I am enrolled in.  This is the first paragraph, which I have redacted to hide the sender\'s identity:\r\n<p style=\"padding-left: 30px;\">Deborah Brody,</p>\r\n<p style=\"padding-left: 30px;\">Your certification as a registered vendor in the XXX Program will expire within the next 90 days. If you wish to remain in this program, you must renew your registration before 08/04/2014. If you have not renewed your registration by 08/04/2014, your participation in the XXXX will be suspended until you have done so.</p>\r\nGranted, this is not the scariest email, but it is not very friendly. To say my participation will be suspended sounds a bit threatening. What if, instead, it said something like:\r\n<p style=\"padding-left: 30px;\">Dear Deborah Brody,</p>\r\n<p style=\"padding-left: 30px;\">You  are currently certified as a vendor in the XXXX Program, and your certification  is due to expire August 4. We value your participation and ask that you renew your registration by August 4 so that you can remain in the program without interruption.</p>\r\nBetter no?\r\n\r\nAnd then there are the endless emails I get from Network Solutions with subject lines like: <em>Your Services Will Be Interrupted. </em>Mind you, I have more than a month until I have to renew, but yet NetSol sends me variations on this email two and three times a day! I feel harassed, and now I am searching for another registrar.\r\n\r\nPressuring your prospects can become a  turn-off. Sending too many emails is a form of pressure, and often, adds to the prospect\'s stress level. You don\'t want to stress your prospect, do you? What you want is to encourage him/her to make a decision.\r\n\r\nThink about motivations, and how people respond. Do people respond positively to a negative pitch? Perhaps some do. However, as the refrain goes, you attract more bees with honey than with vinegar. Compliments are better than criticisms.  Feeling like a hero is better than feeling like a deadbeat loser.\r\n\r\nWhat do you think? How do you respond to negative emails? Do you ever feel harassed or threatened by vendors and service providers?','Are you scaring off your prospects?','','inherit','open','open','','2595-revision-v1','','','2014-05-06 18:43:31','2014-05-06 18:43:31','',2595,'http://deborahbrody.com/2014/05/2595-revision-v1/',0,'revision','',0),
(2598,4,'2012-10-08 18:00:12','2012-10-08 18:00:12','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How We Can Help</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nTogether, we will create, recreate or refine your marketing materials (both in English and in Spanish). Whether you want to develop a brochure, need public relations assistance, or need to create a user-friendly website, we\'ll find the most effective solution.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a reliable, creative, professional and knowledgeable marketing partner.\r\n\r\n<strong>You\'ll find that our services</strong> are a more focused alternative to the traditional advertising or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\nWe will work with you to find the best, most effective solution to your marketing challenge.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2012-10-08 18:00:12','2012-10-08 18:00:12','',2,'http://deborahbrody.com/2012/10/2-revision-v1/',0,'revision','',0),
(2600,4,'2014-05-12 16:03:54','2014-05-12 16:03:54','At the gym this morning, we experienced a paper towel fail. There are two automated paper towel dispensers on the main floor, and both were out of paper.  Since you are supposed to wipe your machine down after exercising (and some of us, knowing most people don\'t do that, wipe it down before), and people need the paper to do this, we could potentially be looking at many sweat and germ drenched machines.\r\n\r\n[caption id=\"attachment_2602\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b.jpg\"><img class=\"size-medium wp-image-2602\" alt=\"Treadmills by Montage HOA on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Treadmills by Montage HOA on Flickr[/caption]\r\n\r\nIn any case, I got the last bit of paper out of one, and was able to wipe my machine and start exercising. After me, at least ten people walked up to the machines, waved at them fruitlessly and walked away. Most just left their machines without wiping them off. A couple of people walked over to the other room and got paper there. And then someone finally reported the missing paper to the front desk.\r\n\r\nWhat is the marketing lesson here? There are three:\r\n\r\n1. <strong>Most people will not speak up.</strong> It seems to be something about human psychology that most people will not rock the boat, even if something is wrong.\r\n\r\n<em><strong>Marketers should never assume that because no one has said anything, everything is OK. That\'s why it\'s so important to measure and check!</strong></em>\r\n\r\n2. <strong>Most people will not go out of their way</strong>, even if they know they should do something. It may be laziness or hurry or something else, but most people will not take extra steps or go out of their way.\r\n\r\n<em><strong>Marketers (especially of causes) have to make things as easy as possible. Too many steps will just make people give up.</strong></em>\r\n\r\n3.  <strong>People are completely self-involved</strong>. Most people don\'t notice what is going around them. If so, all those people would have seen there was no paper instead of standing there doing what another person did five seconds before them.\r\n\r\n<em><strong>Marketers have to break through both the clutter and the self-involvement.</strong></em>\r\n\r\nComments are always appreciated!\r\n<h2><em>Need help with your marketing materials? If so,<a href=\"http://deborahbrody.com/contact/\"> contact</a> me to discuss how we can cut through the clutter and make change happen.</em></h2>\r\n&nbsp;','What my gym\'s #fail can teach you about marketing','','publish','open','open','','what-my-gyms-fail-can-teach-you-about-marketing','','','2014-05-13 13:49:23','2014-05-13 13:49:23','',0,'http://deborahbrody.com/?p=2600',0,'post','',2),
(2601,4,'2014-05-12 15:38:10','2014-05-12 15:38:10','At the gym this morning, we experienced a paper towel fail. There are two automated paper towel dispensers on the main floor, and both were out of paper.  Since you are supposed to wipe your machine down after exercising (and some of us, knowing most people don\'t do that, wipe it down before), and people need the paper to do this, we could potentially be looking at many sweat and germ drenched machines.\r\n\r\nIn any case, I got the last bit of paper out of one, and was able to wipe my machine and start exercising. After me, at least ten people walked up to the machines, waved at them fruitlessly and walked away. Most just left their machines without wiping them off. A couple of people walked over to the other room and got paper there. And then someone finally reported the missing paper to the front desk.\r\n\r\nWhat is the marketing lesson here? There are three:\r\n\r\n1. <strong>People are completely self-involved</strong>. Most people don\'t notice what is going around them. If so, all those people would have seen there was no paper instead of standing there doing what another person did five seconds before them.\r\n\r\n<strong>Marketers have to break through the clutter and the self-involvement.</strong>\r\n\r\n2. <strong>Most people will not go out of their way</strong>, even if they know they should do something. It may be laziness or hurry or something else, but most people will not take extra steps or go out of their way.\r\n\r\n<strong>Marketers (especially of causes) have to make things as easy as possible. Too many steps will just make people give up.</strong>\r\n\r\n3. <strong>Most people will not speak up.</strong> It seems to be human psychology that most people will not rock the boat, even if something is wrong.\r\n\r\n<strong>Marketers should never assume that because no one has said anything, everything is OK. Measure and check!</strong>\r\n\r\n&nbsp;','What my gym\'s #fail can teach you about marketing','','inherit','open','open','','2600-revision-v1','','','2014-05-12 15:38:10','2014-05-12 15:38:10','',2600,'http://deborahbrody.com/2014/05/2600-revision-v1/',0,'revision','',0),
(2602,4,'2014-05-12 16:02:10','2014-05-12 16:02:10','','6860290289_a8f2ea9d27_b','Treadmills by Montage HOA on Flickr','inherit','open','open','','6860290289_a8f2ea9d27_b','','','2014-05-12 16:02:10','2014-05-12 16:02:10','',2600,'http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b.jpg',0,'attachment','image/jpeg',0),
(2603,4,'2014-05-12 16:02:59','2014-05-12 16:02:59','At the gym this morning, we experienced a paper towel fail. There are two automated paper towel dispensers on the main floor, and both were out of paper.  Since you are supposed to wipe your machine down after exercising (and some of us, knowing most people don\'t do that, wipe it down before), and people need the paper to do this, we could potentially be looking at many sweat and germ drenched machines.\r\n\r\n[caption id=\"attachment_2602\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b.jpg\"><img class=\"size-medium wp-image-2602\" alt=\"Treadmills by Montage HOA on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Treadmills by Montage HOA on Flickr[/caption]\r\n\r\nIn any case, I got the last bit of paper out of one, and was able to wipe my machine and start exercising. After me, at least ten people walked up to the machines, waved at them fruitlessly and walked away. Most just left their machines without wiping them off. A couple of people walked over to the other room and got paper there. And then someone finally reported the missing paper to the front desk.\r\n\r\nWhat is the marketing lesson here? There are three:\r\n\r\n1. <strong>Most people will not speak up.</strong> It seems to be something about human psychology that most people will not rock the boat, even if something is wrong.\r\n\r\n<em><strong>Marketers should never assume that because no one has said anything, everything is OK. That\'s why it\'s so important to measure and check!</strong></em>\r\n\r\n2. <strong>Most people will not go out of their way</strong>, even if they know they should do something. It may be laziness or hurry or something else, but most people will not take extra steps or go out of their way.\r\n\r\n<em><strong>Marketers (especially of causes) have to make things as easy as possible. Too many steps will just make people give up.</strong></em>\r\n\r\n3.  <strong>People are completely self-involved</strong>. Most people don\'t notice what is going around them. If so, all those people would have seen there was no paper instead of standing there doing what another person did five seconds before them.\r\n\r\n<em><strong>Marketers have to break through both the clutter and the self-involvement.</strong></em>\r\n\r\nComments are always appreciated!\r\n\r\n&nbsp;','What my gym\'s #fail can teach you about marketing','','inherit','open','open','','2600-revision-v1','','','2014-05-12 16:02:59','2014-05-12 16:02:59','',2600,'http://deborahbrody.com/2014/05/2600-revision-v1/',0,'revision','',0),
(2605,4,'2014-05-13 13:49:20','2014-05-13 13:49:20','At the gym this morning, we experienced a paper towel fail. There are two automated paper towel dispensers on the main floor, and both were out of paper.  Since you are supposed to wipe your machine down after exercising (and some of us, knowing most people don\'t do that, wipe it down before), and people need the paper to do this, we could potentially be looking at many sweat and germ drenched machines.\n\n[caption id=\"attachment_2602\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b.jpg\"><img class=\"size-medium wp-image-2602\" alt=\"Treadmills by Montage HOA on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Treadmills by Montage HOA on Flickr[/caption]\n\nIn any case, I got the last bit of paper out of one, and was able to wipe my machine and start exercising. After me, at least ten people walked up to the machines, waved at them fruitlessly and walked away. Most just left their machines without wiping them off. A couple of people walked over to the other room and got paper there. And then someone finally reported the missing paper to the front desk.\n\nWhat is the marketing lesson here? There are three:\n\n1. <strong>Most people will not speak up.</strong> It seems to be something about human psychology that most people will not rock the boat, even if something is wrong.\n\n<em><strong>Marketers should never assume that because no one has said anything, everything is OK. That\'s why it\'s so important to measure and check!</strong></em>\n\n2. <strong>Most people will not go out of their way</strong>, even if they know they should do something. It may be laziness or hurry or something else, but most people will not take extra steps or go out of their way.\n\n<em><strong>Marketers (especially of causes) have to make things as easy as possible. Too many steps will just make people give up.</strong></em>\n\n3.  <strong>People are completely self-involved</strong>. Most people don\'t notice what is going around them. If so, all those people would have seen there was no paper instead of standing there doing what another person did five seconds before them.\n\n<em><strong>Marketers have to break through both the clutter and the self-involvement.</strong></em>\n\nComments are always appreciated!\n<h2><em>Need help with your marketing materials? If so,<a href=\"http://deborahbrody.com/contact/\"> contact</a> me to discuss how we can cut through the clutter and make change happen.</em></h2>\n&nbsp;','What my gym\'s #fail can teach you about marketing','','inherit','open','open','','2600-autosave-v1','','','2014-05-13 13:49:20','2014-05-13 13:49:20','',2600,'http://deborahbrody.com/2014/05/2600-autosave-v1/',0,'revision','',0),
(2606,4,'2014-05-13 13:49:23','2014-05-13 13:49:23','At the gym this morning, we experienced a paper towel fail. There are two automated paper towel dispensers on the main floor, and both were out of paper.  Since you are supposed to wipe your machine down after exercising (and some of us, knowing most people don\'t do that, wipe it down before), and people need the paper to do this, we could potentially be looking at many sweat and germ drenched machines.\r\n\r\n[caption id=\"attachment_2602\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b.jpg\"><img class=\"size-medium wp-image-2602\" alt=\"Treadmills by Montage HOA on Flickr\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/6860290289_a8f2ea9d27_b-300x225.jpg\" width=\"300\" height=\"225\" /></a> Treadmills by Montage HOA on Flickr[/caption]\r\n\r\nIn any case, I got the last bit of paper out of one, and was able to wipe my machine and start exercising. After me, at least ten people walked up to the machines, waved at them fruitlessly and walked away. Most just left their machines without wiping them off. A couple of people walked over to the other room and got paper there. And then someone finally reported the missing paper to the front desk.\r\n\r\nWhat is the marketing lesson here? There are three:\r\n\r\n1. <strong>Most people will not speak up.</strong> It seems to be something about human psychology that most people will not rock the boat, even if something is wrong.\r\n\r\n<em><strong>Marketers should never assume that because no one has said anything, everything is OK. That\'s why it\'s so important to measure and check!</strong></em>\r\n\r\n2. <strong>Most people will not go out of their way</strong>, even if they know they should do something. It may be laziness or hurry or something else, but most people will not take extra steps or go out of their way.\r\n\r\n<em><strong>Marketers (especially of causes) have to make things as easy as possible. Too many steps will just make people give up.</strong></em>\r\n\r\n3.  <strong>People are completely self-involved</strong>. Most people don\'t notice what is going around them. If so, all those people would have seen there was no paper instead of standing there doing what another person did five seconds before them.\r\n\r\n<em><strong>Marketers have to break through both the clutter and the self-involvement.</strong></em>\r\n\r\nComments are always appreciated!\r\n<h2><em>Need help with your marketing materials? If so,<a href=\"http://deborahbrody.com/contact/\"> contact</a> me to discuss how we can cut through the clutter and make change happen.</em></h2>\r\n&nbsp;','What my gym\'s #fail can teach you about marketing','','inherit','open','open','','2600-revision-v1','','','2014-05-13 13:49:23','2014-05-13 13:49:23','',2600,'http://deborahbrody.com/2014/05/2600-revision-v1/',0,'revision','',0),
(2607,4,'2014-05-15 20:40:07','0000-00-00 00:00:00','Have you ever remembered someone because he or she was nasty to you? Do you recall a business that you had a bad experience with? I bet you do. Those people and organizations are getting noticed for the wrong reasons, and with a decidedly negative outcome. Chances are good that you will avoid the nasty person and organization--and avoid doing business with them.\r\n\r\nBut you can also get noticed for the wrong reasons in other ways:\r\n\r\n-Your website could look bad (poor design, poor navigation, slow loading times)\r\n\r\n-Your content could be full of typos and/or spelling and grammatical mistakes\r\n\r\n-\r\n\r\n&nbsp;','Are you getting noticed for the wrong reasons?','','draft','open','open','','','','','2014-05-15 20:40:07','2014-05-15 20:40:07','',0,'http://deborahbrody.com/?p=2607',0,'post','',0),
(2608,4,'2014-05-15 20:34:16','2014-05-15 20:34:16','Have you ever remembered someone because he or she was nasty to you? Do you recall a business that you had a bad experience with? I bet you do. Those people and organizations are getting noticed for the wrong reasons, and with a decidedly negative outcome.\r\n\r\n&nbsp;','Are you getting noticed for the wrong reasons?','','inherit','open','open','','2607-revision-v1','','','2014-05-15 20:34:16','2014-05-15 20:34:16','',2607,'http://deborahbrody.com/2014/05/2607-revision-v1/',0,'revision','',0),
(2609,4,'2014-05-15 20:40:07','2014-05-15 20:40:07','Have you ever remembered someone because he or she was nasty to you? Do you recall a business that you had a bad experience with? I bet you do. Those people and organizations are getting noticed for the wrong reasons, and with a decidedly negative outcome. Chances are good that you will avoid the nasty person and organization--and avoid doing business with them.\r\n\r\nBut you can also get noticed for the wrong reasons in other ways:\r\n\r\n-Your website could look bad (poor design, poor navigation, slow loading times)\r\n\r\n-Your content could be full of typos and/or spelling and grammatical mistakes\r\n\r\n-\r\n\r\n&nbsp;','Are you getting noticed for the wrong reasons?','','inherit','open','open','','2607-revision-v1','','','2014-05-15 20:40:07','2014-05-15 20:40:07','',2607,'http://deborahbrody.com/2014/05/2607-revision-v1/',0,'revision','',0),
(2611,4,'2014-05-16 17:18:59','2014-05-16 17:18:59','I was watching the midday news today. We had a lot of rain overnight and there was flooding in some areas. Apparently, there was even flooding in Rockville, where I live. A reporter was out somewhere in Rockville telling about how a car got stuck in a flooded road. Except she never said where in Rockville this road was located. And that\'s what I really wanted (needed) to know: <strong>where</strong> <strong>exactly</strong> is it flooded so I can avoid the area.\r\n\r\nPerhaps this reporter has forgotten her Journalism 101 class, which teaches that every story should answer these questions:\r\n<p style=\"text-align: center;\"><strong>Who?</strong></p>\r\n<p style=\"text-align: center;\"><strong>What?</strong></p>\r\n<p style=\"text-align: center;\"><strong>Where?</strong></p>\r\n<p style=\"text-align: center;\"><strong>Why?</strong></p>\r\n<p style=\"text-align: center;\"><strong>When?</strong></p>\r\n<p style=\"text-align: center;\"><strong>How?</strong></p>\r\nIn fact, answers to those basic questions are the basis for any story, whether told by a reporter on TV or a public relations practitioner in a press release or a website copywriter. To answer those questions means to tell the most important part of any story. Everything else is additional detail and description that can make a story more compelling or interesting.\r\n\r\nAnd yet, how many press releases are missing answers to these questions? How many websites don\'t answer the why or the how of whatever product or service they are promoting?\r\n\r\nIf you want to succeed at storytelling and content marketing, you must answer each and every one of these questions. If you can\'t, you need more information. If you won\'t, you are probably trying to hide something or you didn\'t do your homework.\r\n<h2>Need to tell the complete story in your marketing materials? <a href=\"http://deborahbrody.com/contact/\">Contact me</a> to see how we can work together to get beyond the basics.</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Answer these basic questions','','inherit','open','open','','2610-revision-v1','','','2014-05-16 17:18:59','2014-05-16 17:18:59','',2610,'http://deborahbrody.com/2014/05/2610-revision-v1/',0,'revision','',0),
(2612,4,'2014-05-16 17:19:49','2014-05-16 17:19:49','I was watching the midday news today. We had a lot of rain overnight and there was flooding in some areas. Apparently, there was even flooding in Rockville, where I live. A reporter was out somewhere in Rockville telling about how a car got stuck in a flooded road. Except she never said where in Rockville this road was located. And that\'s what I really wanted (needed) to know: <strong>where</strong> <strong>exactly</strong> is it flooded so I can avoid the area.\r\n\r\nPerhaps this reporter has forgotten her Journalism 101 class, which teaches that every story should answer these questions:\r\n<p style=\"text-align: center;\"><strong>Who?</strong></p>\r\n<p style=\"text-align: center;\"><strong>What?</strong></p>\r\n<p style=\"text-align: center;\"><strong>Where?</strong></p>\r\n<p style=\"text-align: center;\"><strong>Why?</strong></p>\r\n<p style=\"text-align: center;\"><strong>When?</strong></p>\r\n<p style=\"text-align: center;\"><strong>How?</strong></p>\r\nIn fact, the answers to these basic questions are the basis for any story, whether told by a reporter on TV or a public relations practitioner in a press release or a website copywriter. To answer those questions means to tell the most important part of any story. Everything else is additional detail and description that can make a story more compelling or interesting.\r\n\r\nAnd yet, how many press releases are missing answers to these questions? How many websites don\'t answer the why or the how of whatever product or service they are promoting?\r\n\r\nIf you want to succeed at storytelling and content marketing, you must answer each and every one of these questions. If you can\'t, you need more information. If you won\'t, you are probably trying to hide something or you didn\'t do your homework.\r\n<h2>Need to tell the complete story in your marketing materials? <a href=\"http://deborahbrody.com/contact/\">Contact me</a> to see how we can work together to get beyond the basics.</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Answer these basic questions','','inherit','open','open','','2610-revision-v1','','','2014-05-16 17:19:49','2014-05-16 17:19:49','',2610,'http://deborahbrody.com/2014/05/2610-revision-v1/',0,'revision','',0),
(2613,4,'2014-05-16 17:25:18','0000-00-00 00:00:00','We hear a lot about content marketing, engagement, optimization and a whole bunch of other buzz words. Some people seem to specialize in buzz-speak. Here\'s an excerpt from an actual description of an event:\r\n\r\nTo get the most out of your email marketing, you’ll need to <strong>optimize</strong> this <strong>channel</strong> for success. That starts with using your data effectively. This session will reveal how to <strong>leverag</strong>e your email marketing to <strong>engage</strong> your customers more effectively.\r\n\r\nI\'ve bolded the buzziest words, and note too that the word effectively is used twice in these three sentences.\r\n\r\nOf course every marketer wants to be effective. But before we can be effective, and optimize and leverage channels, we need to answer these basic questions:\r\n\r\n&nbsp;\r\n\r\nThese questions are the basis for journalistic reporting. They are important because that is what we need to know.','Are you buzzing too much?','','draft','open','open','','','','','2014-05-16 17:25:18','2014-05-16 17:25:18','',0,'http://deborahbrody.com/?p=2613',0,'post','',0),
(2614,4,'2014-05-16 17:25:18','2014-05-16 17:25:18','We hear a lot about content marketing, engagement, optimization and a whole bunch of other buzz words. Some people seem to specialize in buzz-speak. Here\'s an excerpt from an actual description of an event:\r\n\r\nTo get the most out of your email marketing, you’ll need to <strong>optimize</strong> this <strong>channel</strong> for success. That starts with using your data effectively. This session will reveal how to <strong>leverag</strong>e your email marketing to <strong>engage</strong> your customers more effectively.\r\n\r\nI\'ve bolded the buzziest words, and note too that the word effectively is used twice in these three sentences.\r\n\r\nOf course every marketer wants to be effective. But before we can be effective, and optimize and leverage channels, we need to answer these basic questions:\r\n\r\n&nbsp;\r\n\r\nThese questions are the basis for journalistic reporting. They are important because that is what we need to know.','Are you buzzing too much?','','inherit','open','open','','2613-revision-v1','','','2014-05-16 17:25:18','2014-05-16 17:25:18','',2613,'http://deborahbrody.com/2014/05/2613-revision-v1/',0,'revision','',0),
(2634,4,'2014-06-05 20:51:25','2014-06-05 20:51:25','Friends, I got a spam email today that just has to be read to be believed. Here it is in its entirety, my comments below:\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: Ver;\"><span style=\"font-size: small;\">Dear business owner of deborahbrody.com\r\n</span></span></p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">Your <span style=\"font-family: Ver;\"><span style=\"font-size: small;\">deborahbrody.com</span></span> business is losing THOUSANDS of DOLLARS every year, maybe more!</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">Why? How?</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">Your credit card processor HIDES THEIR FEES. Don’t believe it? Check your statement, I’m sure you will be just as confused as the next business owner.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\"> <span style=\"font-family: Ver;\"><span style=\"font-size: small;\">DO NOT WORRY – I have the solution as I just saved a similar to your business in your street about $5700 in yearly credit card processing fees. The guy is so happy – I have the same offer for you!</span></span>\r\n\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">I’m a business consultant specialist and this offer isn’t available for everyone. Only for <span style=\"font-family: Ver;\"><span style=\"font-size: small;\">deborahbrody.com</span></span> – FOR FREE. Cost to you is NOTHING but 5 minutes of your time.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">If you are interested, just let me know and I’ll provide more information for you. I apologize if this email is an inconvenience, I just know what I have done for others in your business, and didn’t want you to miss too good of an opportunity in.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">There are only so many your type of business we can sign up though – so if you are going to do it, I’ll need to hear from you now.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">Oh yeah, I know the area where you are located, know it pretty well actually.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\"> <span style=\"font-family: Ver;\"><span style=\"font-size: small;\">Thanks for your time!</span></span>\r\n\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\"><span style=\"font-family: Ver;\"><span style=\"font-size: small;\">Cheers!</span></span></p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">J<span style=\"font-size: small;\">essica</span></p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\"><span style=\"font-family: Ver;\"><span style=\"font-size: small;\">Business Consultant</span></span></p>\r\n<p lang=\"zxx\">This could be a textbook example of how not to send an query/pitch letter. Here\'s what\'s wrong:</p>\r\n<p lang=\"zxx\">1. <strong>No personalization.</strong>  If \"Jessica\" can find my website, she can also find my name.</p>\r\n<p lang=\"zxx\">2. <strong>Making (wrong) assumptions.</strong> I am losing thousands in credit card fees? Do I even do any credit card processing? And would I be confused by fees?</p>\r\n<p lang=\"zxx\">3. <strong>Poor grammar.</strong> There aren\'t any spelling mistakes, but \"Jessica\" certainly did not get an A in her high school English class with this sentence \"didn’t want you to miss too good of an opportunity in.\"</p>\r\n<p lang=\"zxx\">4. <strong>Being too informal.</strong> \"Oh yeah, I know the area where you are located, know it pretty well actually.\"(Also, what is that supposed to mean and why is it relevant?)</p>\r\n5. <strong>Being shady</strong>. Notice \"Jessica\" does not say what she actually does. She also doesn\'t provide any contact information, business name or anything else.\r\n\r\n6. <strong>Insulting my intelligence. </strong> Five minutes of my time is all I need to save thousands. I am sure she also has bridges in Brooklyn for sale for cheap.\r\n\r\nThe only reason I did not immediate delete this email is because I thought it would make a great blog post.\r\n\r\nHave you received these types of emails? What makes you cringe? Please share!\r\n\r\n&nbsp;','The best way not to get business','','publish','open','open','','the-best-way-not-to-get-business','','','2014-06-05 20:51:25','2014-06-05 20:51:25','',0,'http://deborahbrody.com/?p=2634',0,'post','',0),
(2616,4,'2014-05-20 17:07:53','2014-05-20 17:07:53','Last Friday, as I was checking my @mentions on Twitter, I found the following tweet:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet.jpg\"><img class=\"aligncenter size-medium wp-image-2618\" alt=\"Tweet\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet-300x178.jpg\" width=\"300\" height=\"178\" /></a> This tweet came from a mobile app developer and it seems to be trying to shame me into a follow. (BTW, according to its website: <em>\"Tweepdash helps you to distinguish mutual followers and people who are not sharing the love. It’s very tedious and mind-numbingly boring to sort out your Twitter list. Tweepdash gives a quick overview of your total Twitter community.\")</em>\r\n\r\nWhy haven\'t I followed this particular Twitter user, or as Tweepdash claims, why am I not \"sharing the love?\"\r\n\r\nWell, for one, I have zero interest in or love for the user\'s product and even less in the user\'s Twitter stream.  Also, this user has never, ever interacted with me on Twitter other than to follow me (meaning that he/she/it? has not ever re-tweeted anything, or asked me a question, or anything). So, in Tweepdash language, this user has not shown any love for me.  Lastly, I don\'t automatically follow anybody back.\r\n\r\nMy \"following rules\" are these:\r\n<ul>\r\n	<li>Follow people and organizations with whom/which I have a personal connection.</li>\r\n	<li>Follow those with good content in areas that I am interested in (read my profile on Twitter if you want to see what some of those are).</li>\r\n	<li>Follow journalists who cover subjects I am interested in.</li>\r\n	<li>Follow those who have interacted with me on Twitter (other than simply following me) and with whom I have built a \"relationship.\"</li>\r\n</ul>\r\n<strong>Why do people follow specific Twitter users? Because they are getting something out of it; whether it be information, furthering a connection or sharing an interest.</strong>\r\n\r\nFollowing people just to get them to follow you is not a good Twitter strategy. It shows that you don\'t understand why people use Twitter.  It shows that you think all you have to do is show up to the party. But hey, if you\'ve ever been to a large party, you know just showing up and not talking to other people or being uninterested and/or uninteresting will lead to you being all alone.\r\n\r\nThe bottom line is if you are trying to build a Twitter following, start by understanding why people would follow you on Twitter.\r\n\r\nWhat are your thoughts? Do you automatically follow back? Would you block users you don\'t care for? And finally, what would you do with the tweet I got?\r\n\r\n&nbsp;','Do you understand why people follow you on Twitter?','','publish','open','open','','do-you-understand-why-people-follow-you-on-twitter','','','2014-05-21 17:58:21','2014-05-21 17:58:21','',0,'http://deborahbrody.com/?p=2616',0,'post','',0),
(2617,4,'2014-05-20 16:38:08','2014-05-20 16:38:08','','DBfinal (1)','','inherit','open','open','','dbfinal-1','','','2014-05-20 16:38:08','2014-05-20 16:38:08','',2616,'http://deborahbrody.com/wp-content/uploads/2014/05/DBfinal-1.jpg',0,'attachment','image/jpeg',0),
(2618,4,'2014-05-20 16:38:30','2014-05-20 16:38:30','','Tweet','','inherit','open','open','','tweet','','','2014-05-20 16:38:30','2014-05-20 16:38:30','',2616,'http://deborahbrody.com/wp-content/uploads/2014/05/Tweet.jpg',0,'attachment','image/jpeg',0),
(2619,4,'2014-05-20 17:07:53','2014-05-20 17:07:53','Last Friday, as I was checking my @mentions on Twitter, I found the following tweet:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet.jpg\"><img class=\"aligncenter size-medium wp-image-2618\" alt=\"Tweet\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet-300x178.jpg\" width=\"300\" height=\"178\" /></a> This tweet came from a mobile app developer and it seems to be trying to shame me into a follow. (BTW, according to its website: <em>\"Tweepdash helps you to distinguish mutual followers and people who are not sharing the love. It’s very tedious and mind-numbingly boring to sort out your Twitter list. Tweepdash gives a quick overview of your total Twitter community.\")</em>\r\n\r\nWhy haven\'t I followed this particular Twitter user, or as Tweepdash claims, not \"sharing the love?\"\r\n\r\nWell, for one, I have zero interest in or love for the user\'s product and even less in the user\'s Twitter stream.  Also, this user has never, ever interacted with me on Twitter other than to follow me (meaning that he/she/it? has not ever re-tweeted anything, or asked me a question, or anything). So, in Tweepdash language, this user has not shown any love for me.  Lastly, I don\'t automatically follow anybody back.\r\n\r\nMy \"following rules\" are these:\r\n<ul>\r\n	<li>Follow people and organizations with whom/which I have a personal connection.</li>\r\n	<li>Follow those with good content in areas that I am interested in (read my profile on Twitter if you want to see what some of those are).</li>\r\n	<li>Follow journalists who cover subjects I am interested in.</li>\r\n	<li>Follow those who have interacted with me on Twitter (other than simply following me) and with whom I have built a \"relationship.\"</li>\r\n</ul>\r\n<strong>Why do people follow specific Twitter users? Because they are getting something out of it; whether it be information, furthering a connection or sharing an interest.</strong>\r\n\r\nFollowing people just to get them to follow you is not a good Twitter strategy. It shows that you don\'t understand why people use Twitter.  It shows that you think all you have to do is show up to the party. But hey, if you\'ve ever been to a large party, you know just showing up and not talking to other people or being uninterested and/or uninteresting will lead to you being all alone.\r\n\r\nIf you are trying to build a Twitter following, start by understanding why people would follow you on Twitter.\r\n\r\nWhat are your thoughts? Do you automatically follow back? Would you block users you don\'t care for? And finally, what would you do with the tweet I got?\r\n\r\n&nbsp;','Do you understand why people follow you on Twitter?','','inherit','open','open','','2616-revision-v1','','','2014-05-20 17:07:53','2014-05-20 17:07:53','',2616,'http://deborahbrody.com/2014/05/2616-revision-v1/',0,'revision','',0),
(2620,4,'2014-05-21 17:57:12','2014-05-21 17:57:12','Last Friday, as I was checking my @mentions on Twitter, I found the following tweet:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet.jpg\"><img class=\"aligncenter size-medium wp-image-2618\" alt=\"Tweet\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet-300x178.jpg\" width=\"300\" height=\"178\" /></a> This tweet came from a mobile app developer and it seems to be trying to shame me into a follow. (BTW, according to its website: <em>\"Tweepdash helps you to distinguish mutual followers and people who are not sharing the love. It’s very tedious and mind-numbingly boring to sort out your Twitter list. Tweepdash gives a quick overview of your total Twitter community.\")</em>\r\n\r\nWhy haven\'t I followed this particular Twitter user, or as Tweepdash claims, why am I not \"sharing the love?\"\r\n\r\nWell, for one, I have zero interest in or love for the user\'s product and even less in the user\'s Twitter stream.  Also, this user has never, ever interacted with me on Twitter other than to follow me (meaning that he/she/it? has not ever re-tweeted anything, or asked me a question, or anything). So, in Tweepdash language, this user has not shown any love for me.  Lastly, I don\'t automatically follow anybody back.\r\n\r\nMy \"following rules\" are these:\r\n<ul>\r\n	<li>Follow people and organizations with whom/which I have a personal connection.</li>\r\n	<li>Follow those with good content in areas that I am interested in (read my profile on Twitter if you want to see what some of those are).</li>\r\n	<li>Follow journalists who cover subjects I am interested in.</li>\r\n	<li>Follow those who have interacted with me on Twitter (other than simply following me) and with whom I have built a \"relationship.\"</li>\r\n</ul>\r\n<strong>Why do people follow specific Twitter users? Because they are getting something out of it; whether it be information, furthering a connection or sharing an interest.</strong>\r\n\r\nFollowing people just to get them to follow you is not a good Twitter strategy. It shows that you don\'t understand why people use Twitter.  It shows that you think all you have to do is show up to the party. But hey, if you\'ve ever been to a large party, you know just showing up and not talking to other people or being uninterested and/or uninteresting will lead to you being all alone.\r\n\r\nIf you are trying to build a Twitter following, start by understanding why people would follow you on Twitter.\r\n\r\nWhat are your thoughts? Do you automatically follow back? Would you block users you don\'t care for? And finally, what would you do with the tweet I got?\r\n\r\n&nbsp;','Do you understand why people follow you on Twitter?','','inherit','open','open','','2616-revision-v1','','','2014-05-21 17:57:12','2014-05-21 17:57:12','',2616,'http://deborahbrody.com/2014/05/2616-revision-v1/',0,'revision','',0),
(2621,4,'2014-05-21 17:58:17','2014-05-21 17:58:17','Last Friday, as I was checking my @mentions on Twitter, I found the following tweet:\n\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet.jpg\"><img class=\"aligncenter size-medium wp-image-2618\" alt=\"Tweet\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet-300x178.jpg\" width=\"300\" height=\"178\" /></a> This tweet came from a mobile app developer and it seems to be trying to shame me into a follow. (BTW, according to its website: <em>\"Tweepdash helps you to distinguish mutual followers and people who are not sharing the love. It’s very tedious and mind-numbingly boring to sort out your Twitter list. Tweepdash gives a quick overview of your total Twitter community.\")</em>\n\nWhy haven\'t I followed this particular Twitter user, or as Tweepdash claims, why am I not \"sharing the love?\"\n\nWell, for one, I have zero interest in or love for the user\'s product and even less in the user\'s Twitter stream.  Also, this user has never, ever interacted with me on Twitter other than to follow me (meaning that he/she/it? has not ever re-tweeted anything, or asked me a question, or anything). So, in Tweepdash language, this user has not shown any love for me.  Lastly, I don\'t automatically follow anybody back.\n\nMy \"following rules\" are these:\n<ul>\n	<li>Follow people and organizations with whom/which I have a personal connection.</li>\n	<li>Follow those with good content in areas that I am interested in (read my profile on Twitter if you want to see what some of those are).</li>\n	<li>Follow journalists who cover subjects I am interested in.</li>\n	<li>Follow those who have interacted with me on Twitter (other than simply following me) and with whom I have built a \"relationship.\"</li>\n</ul>\n<strong>Why do people follow specific Twitter users? Because they are getting something out of it; whether it be information, furthering a connection or sharing an interest.</strong>\n\nFollowing people just to get them to follow you is not a good Twitter strategy. It shows that you don\'t understand why people use Twitter.  It shows that you think all you have to do is show up to the party. But hey, if you\'ve ever been to a large party, you know just showing up and not talking to other people or being uninterested and/or uninteresting will lead to you being all alone.\n\nThe bottom line is If you are trying to build a Twitter following, start by understanding why people would follow you on Twitter.\n\nWhat are your thoughts? Do you automatically follow back? Would you block users you don\'t care for? And finally, what would you do with the tweet I got?\n\n&nbsp;','Do you understand why people follow you on Twitter?','','inherit','open','open','','2616-autosave-v1','','','2014-05-21 17:58:17','2014-05-21 17:58:17','',2616,'http://deborahbrody.com/2014/05/2616-autosave-v1/',0,'revision','',0),
(2622,4,'2014-05-21 17:58:21','2014-05-21 17:58:21','Last Friday, as I was checking my @mentions on Twitter, I found the following tweet:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet.jpg\"><img class=\"aligncenter size-medium wp-image-2618\" alt=\"Tweet\" src=\"http://deborahbrody.com/wp-content/uploads/2014/05/Tweet-300x178.jpg\" width=\"300\" height=\"178\" /></a> This tweet came from a mobile app developer and it seems to be trying to shame me into a follow. (BTW, according to its website: <em>\"Tweepdash helps you to distinguish mutual followers and people who are not sharing the love. It’s very tedious and mind-numbingly boring to sort out your Twitter list. Tweepdash gives a quick overview of your total Twitter community.\")</em>\r\n\r\nWhy haven\'t I followed this particular Twitter user, or as Tweepdash claims, why am I not \"sharing the love?\"\r\n\r\nWell, for one, I have zero interest in or love for the user\'s product and even less in the user\'s Twitter stream.  Also, this user has never, ever interacted with me on Twitter other than to follow me (meaning that he/she/it? has not ever re-tweeted anything, or asked me a question, or anything). So, in Tweepdash language, this user has not shown any love for me.  Lastly, I don\'t automatically follow anybody back.\r\n\r\nMy \"following rules\" are these:\r\n<ul>\r\n	<li>Follow people and organizations with whom/which I have a personal connection.</li>\r\n	<li>Follow those with good content in areas that I am interested in (read my profile on Twitter if you want to see what some of those are).</li>\r\n	<li>Follow journalists who cover subjects I am interested in.</li>\r\n	<li>Follow those who have interacted with me on Twitter (other than simply following me) and with whom I have built a \"relationship.\"</li>\r\n</ul>\r\n<strong>Why do people follow specific Twitter users? Because they are getting something out of it; whether it be information, furthering a connection or sharing an interest.</strong>\r\n\r\nFollowing people just to get them to follow you is not a good Twitter strategy. It shows that you don\'t understand why people use Twitter.  It shows that you think all you have to do is show up to the party. But hey, if you\'ve ever been to a large party, you know just showing up and not talking to other people or being uninterested and/or uninteresting will lead to you being all alone.\r\n\r\nThe bottom line is if you are trying to build a Twitter following, start by understanding why people would follow you on Twitter.\r\n\r\nWhat are your thoughts? Do you automatically follow back? Would you block users you don\'t care for? And finally, what would you do with the tweet I got?\r\n\r\n&nbsp;','Do you understand why people follow you on Twitter?','','inherit','open','open','','2616-revision-v1','','','2014-05-21 17:58:21','2014-05-21 17:58:21','',2616,'http://deborahbrody.com/2014/05/2616-revision-v1/',0,'revision','',0),
(2623,4,'2014-05-22 15:26:18','2014-05-22 15:26:18','In communications-related professions (PR, advertising, marketing, etc.), we aren\'t really required or obligated to complete Continuing Education Units (CEUs) to stay up to date or licensed in our fields. That\'s too bad because things change all the time and you must keep up if you want to stay relevant and informed.\r\n\r\nSo yes, I think professional development is a must. Since we don\'t have a defined, structured program like CPAs or social workers trying to maintain licenses and accreditation, how and where do we get our professional development? And how much do we need to pay for it?\r\n\r\nThere is no one communications industry conference we must attend, but yet there are dozens of communications-related conferences around the country, such as Content Marketing World and PRSA International Conference and others.  Some of them are really expensive, as in nearly $2,000, not including airfare and hotel. Is professional development worth that?\r\n\r\nOf course, there are dozens of local lower-cost options, such as lunch and learns, offered to members and nonmembers by the various comms/marketing organizations (IABC, PRSA, AMA, etc.). Webinars are also becoming very popular. And then there are some free options, including various Meetups. But is low cost or even free professional development worthwhile?\r\n\r\nMy answer is that it depends. An expensive conference may be worth the cost if you learn a lot and make good networking connections. A free meetup may not be worth it if you don\'t even pick up a useful bit of information. <strong>It\'s not about cost, it is about value.</strong>\r\n\r\n<strong></strong>The trouble is that it can be pretty hard to determine the value.\r\n\r\nI have attended several lower cost professional development events that have been extremely worthwhile, and then I have gone to some that have been a complete waste of money, time and effort. It\' all depends on the quality and background of the presenters and the moderators, and also of the organization. Is the room suited for the presentation? Will you be able to hear and see OK?\r\n\r\nLast night I attended a free nonprofit/tech happy hour at a bar (in a private area) with a speaker, who spoke for about ten minutes.  I didn\'t learn anything new. But then again, he didn\'t have a formal presentation (no PowerPoint) and he was at a very informal setting. Contrast that with a free MeetUp that I attended a couple of weeks ago, in a more formal setting, where the speaker  spoke for 45 minutes or longer and had a presentation deck to refer to. I came away from that one with lots of food for thought. Both opportunities were free, both about related subjects, but one had much more value than the other.\r\n\r\nOne of my favorite, and very inexpensive, professional development opportunities is WordCamp (a volunteer-run, volunteer-led presentation on all things WordPress). I have been to three already, and am planning to attend WordCamp Philly in a couple of weeks. For the $20-$30 price of attendance, I have picked up quite a lot of useful information.\r\n\r\nThe bottom line is that as a communicator, you must budget time and money for professional development. You\'ll have to research and attend several types of events to find the ones that offer the most value. Staying current is crucial in communications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is professional development worth it?','','publish','open','open','','is-professional-development-worth-it','','','2014-05-22 15:26:18','2014-05-22 15:26:18','',0,'http://deborahbrody.com/?p=2623',0,'post','',1),
(2624,4,'2014-05-22 15:26:18','2014-05-22 15:26:18','In communications-related professions (PR, advertising, marketing, etc.), we aren\'t really required or obligated to complete Continuing Education Units (CEUs) to stay up to date or licensed in our fields. That\'s too bad because things change all the time and you must keep up if you want to stay relevant and informed.\r\n\r\nSo yes, I think professional development is a must. Since we don\'t have a defined, structured program like CPAs or social workers trying to maintain licenses and accreditation, how and where do we get our professional development? And how much do we need to pay for it?\r\n\r\nThere is no one communications industry conference we must attend, but yet there are dozens of communications-related conferences around the country, such as Content Marketing World and PRSA International Conference and others.  Some of them are really expensive, as in nearly $2,000, not including airfare and hotel. Is professional development worth that?\r\n\r\nOf course, there are dozens of local lower-cost options, such as lunch and learns, offered to members and nonmembers by the various comms/marketing organizations (IABC, PRSA, AMA, etc.). Webinars are also becoming very popular. And then there are some free options, including various Meetups. But is low cost or even free professional development worthwhile?\r\n\r\nMy answer is that it depends. An expensive conference may be worth the cost if you learn a lot and make good networking connections. A free meetup may not be worth it if you don\'t even pick up a useful bit of information. <strong>It\'s not about cost, it is about value.</strong>\r\n\r\n<strong></strong>The trouble is that it can be pretty hard to determine the value.\r\n\r\nI have attended several lower cost professional development events that have been extremely worthwhile, and then I have gone to some that have been a complete waste of money, time and effort. It\' all depends on the quality and background of the presenters and the moderators, and also of the organization. Is the room suited for the presentation? Will you be able to hear and see OK?\r\n\r\nLast night I attended a free nonprofit/tech happy hour at a bar (in a private area) with a speaker, who spoke for about ten minutes.  I didn\'t learn anything new. But then again, he didn\'t have a formal presentation (no PowerPoint) and he was at a very informal setting. Contrast that with a free MeetUp that I attended a couple of weeks ago, in a more formal setting, where the speaker  spoke for 45 minutes or longer and had a presentation deck to refer to. I came away from that one with lots of food for thought. Both opportunities were free, both about related subjects, but one had much more value than the other.\r\n\r\nOne of my favorite, and very inexpensive, professional development opportunities is WordCamp (a volunteer-run, volunteer-led presentation on all things WordPress). I have been to three already, and am planning to attend WordCamp Philly in a couple of weeks. For the $20-$30 price of attendance, I have picked up quite a lot of useful information.\r\n\r\nThe bottom line is that as a communicator, you must budget time and money for professional development. You\'ll have to research and attend several types of events to find the ones that offer the most value. Staying current is crucial in communications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is professional development worth it?','','inherit','open','open','','2623-revision-v1','','','2014-05-22 15:26:18','2014-05-22 15:26:18','',2623,'http://deborahbrody.com/2014/05/2623-revision-v1/',0,'revision','',0),
(2626,4,'2012-10-01 15:04:44','2012-10-01 15:04:44','<h3>Project</h3>\r\nPerhaps you want to hire us to work on a single project. You\'ll give us all the relevant information, including target audience for the project, timelines and existing materials. Once we\'ve assessed what you need, we will provide you with a written time and cost estimate before beginning.\r\n\r\nProjects are payable with a 50% deposit to start, and the balance due once the project is complete.\r\n<h3>Retainer</h3>\r\nIf you require ongoing marketing help or know you will have many projects over two months or more, we will set up a retainer agreement. We will estimate how many hours of time you will require per month. We will agree on a cost and number of hours. Retainer agreements are payable on a bi-weekly schedule. Retainers can be dissolved in writing.\r\n<h3>Payment</h3>\r\nWe accept business or personal checks, cash and money orders. We do not provide credit card processing at this time. Our policy is 14 days net for most invoices. As a small business, we cannot afford to extend credit to our clients, and we respectfully request full payment as invoiced. All jobs require an initial 50% deposit.\r\n<h3>No work on spec</h3>\r\nFinally, DBMC does not provide spec work. If you require a sample, we will provide you with work done for previous clients. If you want us to write something specifically for you, we require payment.','How We Work','','inherit','open','open','','42-revision-v1','','','2012-10-01 15:04:44','2012-10-01 15:04:44','',42,'http://deborahbrody.com/2012/10/42-revision-v1/',0,'revision','',0),
(2627,4,'2014-05-28 12:21:32','2014-05-28 12:21:32','<h3>Project</h3>\r\nPerhaps you want to hire us to work on a single project. You\'ll give us all the relevant information, including target audience for the project, timelines and existing materials. Once we\'ve assessed what you need, we will provide you with a written time and cost estimate before beginning.\r\n\r\nProjects are payable with a 30% deposit to start, and the balance due once the project is complete.\r\n<h3>Retainer</h3>\r\nIf you require ongoing marketing help or know you will have many projects over two months or more, we will set up a retainer agreement. We will estimate how many hours of time you will require per month. We will agree on a cost and number of hours. Retainer agreements are payable on a bi-weekly schedule. Retainers can be dissolved in writing.\r\n<h3>Payment</h3>\r\nWe accept business or personal checks, credit cards via PayPal, cash and money orders.  Our policy is 14 days net for most invoices. As a small business, we cannot afford to extend credit to our clients, and we respectfully request full payment as and when invoiced. All jobs require an initial 30% deposit.\r\n<h3>No work on spec</h3>\r\nFinally, DBMC does not provide spec work. If you require a sample, we will provide you with work done for previous clients. If you want us to producec something specifically for you, we require payment.','How We Work','','inherit','open','open','','42-revision-v1','','','2014-05-28 12:21:32','2014-05-28 12:21:32','',42,'http://deborahbrody.com/2014/05/42-revision-v1/',0,'revision','',0),
(2628,4,'2014-05-29 13:34:39','0000-00-00 00:00:00','People always want to know how often they should post to their blogs. What they really want to know is what is the minimum they can get away with. Lots of people see the big blogs like Mashable and Huffington Post publish multiple blog posts a day, and they feel overwhelmed when thinking they\'ll need to do that too.\r\n\r\nFirst of all, you do not have to post multiple times a day. Let\'s get that out of the way.\r\n\r\nNow, let\'s deal with frequency. You have a choice of daily, a few times a week, weekly, biweekly, monthly. Yearly is not an option because if you can only post to your blog once a year, then you really shouldn\'t be blogging. Perhaps just send an annual letter to your customers or supporters. In fact, if you haven\'t blogged in years, get rid of the blog. A dusty, old blog makes you look like you are out of business.\r\n\r\nSo, should you post every day? Every week?I advise that you post only when you have something to say. If you feel you must hit a certain goal (a blog post every Wednesday, for example), and you don\'t really feel\r\n\r\n&nbsp;\r\n\r\nI recommend I advise not to post less than once a month.\r\n\r\nFirst: Only blog when you have something to say.\r\n\r\nSecond: Be consistent.\r\n\r\n&nbsp;','FAQ: How often should I post on my blog?','','draft','open','open','','','','','2014-05-29 13:34:39','2014-05-29 13:34:39','',0,'http://deborahbrody.com/?p=2628',0,'post','',0),
(2629,4,'2014-05-29 13:34:39','2014-05-29 13:34:39','People always want to know how often they should post to their blogs. What they really want to know is what is the minimum they can get away with. Lots of people see the big blogs like Mashable and Huffington Post publish multiple blog posts a day, and they feel overwhelmed when thinking they\'ll need to do that too.\r\n\r\nFirst of all, you do not have to post multiple times a day. Let\'s get that out of the way.\r\n\r\nNow, let\'s deal with frequency. You have a choice of daily, a few times a week, weekly, biweekly, monthly. Yearly is not an option because if you can only post to your blog once a year, then you really shouldn\'t be blogging. Perhaps just send an annual letter to your customers or supporters. In fact, if you haven\'t blogged in years, get rid of the blog. A dusty, old blog makes you look like you are out of business.\r\n\r\nSo, should you post every day? Every week?I advise that you post only when you have something to say. If you feel you must hit a certain goal (a blog post every Wednesday, for example), and you don\'t really feel\r\n\r\n&nbsp;\r\n\r\nI recommend I advise not to post less than once a month.\r\n\r\nFirst: Only blog when you have something to say.\r\n\r\nSecond: Be consistent.\r\n\r\n&nbsp;','FAQ: How often should I post on my blog?','','inherit','open','open','','2628-revision-v1','','','2014-05-29 13:34:39','2014-05-29 13:34:39','',2628,'http://deborahbrody.com/2014/05/2628-revision-v1/',0,'revision','',0),
(2631,4,'2014-05-30 13:43:06','2014-05-30 13:43:06','Several months ago I attended a presentation on content marketing. The presenter has become a mini-celebrity in the field, and has even published a book on the subject. However, this person had the unfortunate tendency to let her voice lower so much you had to strain to hear her. It was completely distracting and seriously took away from the content of the presentation. I don\'t think I could sit through another presentation <em>in spite of her expertise in the field.</em>\r\n\r\nJust this morning, I came across an article from Inc. Magazine entitled  <a href=\"http://www.inc.com/jenna-goudreau/5-ways-you-might-be-hurting-your-credibility-at-work.html\" target=\"_blank\">\"5 Ways People Hurt Their Credibility.\"</a> It points out that you can seem less credible by not controlling your voice (the situation I pointed out above) or by having poor posture. <strong>Obviously, as a communicator, it\'s important to establish your credibility.</strong>  Credibility is key to convincing your  clients that your communications plan will help boost their recognition or establish their brand. You won\'t get far in pitching the media if you lack credibility.\r\n\r\nThere\'s no doubt that you must establish and protect your credibility and the trait that will allow you do so is <strong>self-awareness.</strong> If you aren\'t self-aware, you won\'t even be able to recognize any of the behaviors pointed out in the Inc. article.\r\n\r\nSo many people are blind to their shortcomings precisely because their biggest shortcoming is a lack of self-awareness. If you aren\'t able to examine your behaviors and beliefs to find areas for improvement, you aren\'t able to change. And you will continue to do stuff that may be detrimental to your career.\r\n\r\n<strong>How do you become more self-aware?</strong> You start with the knowledge that you will need to start paying close attention to what you are doing and how people are reacting to you. You can also ask for feedback to see if how people perceive you is the same as the way you perceive yourself.\r\n\r\nDo you agree that self-awareness is the most important trait any communicator should have? If not, what do you think? Let me know in the comments.\r\n\r\n&nbsp;','The most important trait for any communicator','','inherit','open','open','','2630-revision-v1','','','2014-05-30 13:43:06','2014-05-30 13:43:06','',2630,'http://deborahbrody.com/2014/05/2630-revision-v1/',0,'revision','',0),
(2632,4,'2014-06-02 20:47:06','2014-06-02 20:47:06','Biz Stone is one of the co-founders of Twitter. He\'s now CEO of a new company called Jelly. The <em>Washington Post</em> ran an interview with him in yesterday\'s edition, for its On Leadership series.  You should read the <a href=\"http://www.washingtonpost.com/blogs/on-leadership/wp/2014/05/27/biz-stone-on-leadership-and-star-trek/\" target=\"_blank\">entire interview</a> but here is Biz\'s best Twitter tip:\r\n<blockquote>Just be authentic. That\'s the only way to go. Over and over and over it comes back to that. People try all kinds of different things, and when they just present themselves as human, that\'s when people connect with them.</blockquote>\r\nExactly. This is why <a title=\"Is robotic social media worth it?\" href=\"http://deborahbrody.com/2014/03/is-robotic-social-media-worth-it/\" target=\"_blank\">robo-tweeting</a>, as I discussed a few weeks back, doesn\'t work. This is why humble-bragging and endless self-promotion turn potential followers off. It\'s rude and it\'s not how you would interact in person.\r\n\r\nWhen you act as you do \"in real life\" you develop real relationships and therefore get the \"engagement\" that you should be aiming for. You talk with people not at people. You help others out. You act graciously. It\'s called being human, and if you are a likeable human, you may actually get people wanting to follow you on Twitter.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Take some Twitter advice from Biz Stone','','publish','open','open','','take-some-twitter-advice-from-biz-stone','','','2014-06-02 20:47:06','2014-06-02 20:47:06','',0,'http://deborahbrody.com/?p=2632',0,'post','',2),
(2633,4,'2014-06-02 20:47:06','2014-06-02 20:47:06','Biz Stone is one of the co-founders of Twitter. He\'s now CEO of a new company called Jelly. The <em>Washington Post</em> ran an interview with him in yesterday\'s edition, for its On Leadership series.  You should read the <a href=\"http://www.washingtonpost.com/blogs/on-leadership/wp/2014/05/27/biz-stone-on-leadership-and-star-trek/\" target=\"_blank\">entire interview</a> but here is Biz\'s best Twitter tip:\r\n<blockquote>Just be authentic. That\'s the only way to go. Over and over and over it comes back to that. People try all kinds of different things, and when they just present themselves as human, that\'s when people connect with them.</blockquote>\r\nExactly. This is why <a title=\"Is robotic social media worth it?\" href=\"http://deborahbrody.com/2014/03/is-robotic-social-media-worth-it/\" target=\"_blank\">robo-tweeting</a>, as I discussed a few weeks back, doesn\'t work. This is why humble-bragging and endless self-promotion turn potential followers off. It\'s rude and it\'s not how you would interact in person.\r\n\r\nWhen you act as you do \"in real life\" you develop real relationships and therefore get the \"engagement\" that you should be aiming for. You talk with people not at people. You help others out. You act graciously. It\'s called being human, and if you are a likeable human, you may actually get people wanting to follow you on Twitter.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Take some Twitter advice from Biz Stone','','inherit','open','open','','2632-revision-v1','','','2014-06-02 20:47:06','2014-06-02 20:47:06','',2632,'http://deborahbrody.com/2014/06/2632-revision-v1/',0,'revision','',0),
(2635,4,'2014-06-05 20:51:25','2014-06-05 20:51:25','Friends, I got a spam email today that just has to be read to be believed. Here it is in its entirety, my comments below:\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: Ver;\"><span style=\"font-size: small;\">Dear business owner of deborahbrody.com\r\n</span></span></p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">Your <span style=\"font-family: Ver;\"><span style=\"font-size: small;\">deborahbrody.com</span></span> business is losing THOUSANDS of DOLLARS every year, maybe more!</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">Why? How?</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">Your credit card processor HIDES THEIR FEES. Don’t believe it? Check your statement, I’m sure you will be just as confused as the next business owner.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\"> <span style=\"font-family: Ver;\"><span style=\"font-size: small;\">DO NOT WORRY – I have the solution as I just saved a similar to your business in your street about $5700 in yearly credit card processing fees. The guy is so happy – I have the same offer for you!</span></span>\r\n\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">I’m a business consultant specialist and this offer isn’t available for everyone. Only for <span style=\"font-family: Ver;\"><span style=\"font-size: small;\">deborahbrody.com</span></span> – FOR FREE. Cost to you is NOTHING but 5 minutes of your time.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">If you are interested, just let me know and I’ll provide more information for you. I apologize if this email is an inconvenience, I just know what I have done for others in your business, and didn’t want you to miss too good of an opportunity in.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">There are only so many your type of business we can sign up though – so if you are going to do it, I’ll need to hear from you now.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">Oh yeah, I know the area where you are located, know it pretty well actually.</p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\"> <span style=\"font-family: Ver;\"><span style=\"font-size: small;\">Thanks for your time!</span></span>\r\n\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\"><span style=\"font-family: Ver;\"><span style=\"font-size: small;\">Cheers!</span></span></p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\">J<span style=\"font-size: small;\">essica</span></p>\r\n<p lang=\"zxx\" style=\"padding-left: 30px;\"><span style=\"font-family: Ver;\"><span style=\"font-size: small;\">Business Consultant</span></span></p>\r\n<p lang=\"zxx\">This could be a textbook example of how not to send an query/pitch letter. Here\'s what\'s wrong:</p>\r\n<p lang=\"zxx\">1. <strong>No personalization.</strong>  If \"Jessica\" can find my website, she can also find my name.</p>\r\n<p lang=\"zxx\">2. <strong>Making (wrong) assumptions.</strong> I am losing thousands in credit card fees? Do I even do any credit card processing? And would I be confused by fees?</p>\r\n<p lang=\"zxx\">3. <strong>Poor grammar.</strong> There aren\'t any spelling mistakes, but \"Jessica\" certainly did not get an A in her high school English class with this sentence \"didn’t want you to miss too good of an opportunity in.\"</p>\r\n<p lang=\"zxx\">4. <strong>Being too informal.</strong> \"Oh yeah, I know the area where you are located, know it pretty well actually.\"(Also, what is that supposed to mean and why is it relevant?)</p>\r\n5. <strong>Being shady</strong>. Notice \"Jessica\" does not say what she actually does. She also doesn\'t provide any contact information, business name or anything else.\r\n\r\n6. <strong>Insulting my intelligence. </strong> Five minutes of my time is all I need to save thousands. I am sure she also has bridges in Brooklyn for sale for cheap.\r\n\r\nThe only reason I did not immediate delete this email is because I thought it would make a great blog post.\r\n\r\nHave you received these types of emails? What makes you cringe? Please share!\r\n\r\n&nbsp;','The best way not to get business','','inherit','open','open','','2634-revision-v1','','','2014-06-05 20:51:25','2014-06-05 20:51:25','',2634,'http://deborahbrody.com/2014/06/2634-revision-v1/',0,'revision','',0),
(2649,4,'2014-06-16 15:15:45','2014-06-16 15:15:45','Last week, for three days in a row, Feedly was targeted by hackers looking for ransom in a huge DDoS (distributed denial of service) attack. It meant that nobody was able to access Feedly.\r\n\r\nIf you use Feedly as your RSS reader, it meant that there was no way of accessing all your feeds short of going to each source. We set up RSS readers precisely to avoid having to visit dozens of separate websites and blogs. Feedly being down was definitely an inconvenience (not on the magnitude of Twitter being down, but still).\r\n\r\nIf you are a blog publisher, and you use RSS as your primary distribution channel, you were really screwed last week. Nobody saw your feed. Few people if any took the time to visit your site to read your latest posts. If they did, it\'s too bad you can\'t identify them, because they are your most loyal supporters.\r\n\r\n<strong>There\'s a big lesson here for bloggers: you must use various different channels to push out your content.</strong>\r\n\r\n<strong>On social</strong>: You have to share on all of your social networks.  If you don\'t regularly post your latest stuff to LinkedIn, Twitter, Facebook, etc., you must start.\r\n\r\n<strong>On email:</strong> Perhaps this is a good time to check out newsletter providers that have the RSS-to-email feature. This feature takes your latest posts and sends them out as a newsletter to your contacts on whatever schedule you choose. You definitely want to make sure people can subscribe to your feed directly too.\r\n\r\n<strong>In person</strong>: Do your friends and colleagues know about your blog? Let them know and encourage them to visit. If you give out business cards, is your blog listed?\r\n\r\nI can almost promise you that this won\'t be the last time Feedly will be down. Chances are also good that one of the social networks will be attacked too. There\'s little you can do to avoid internet failures, but there\'s a lot you can do to avoid depending on just one channel of communication.\r\n\r\nWhere were you (and what did you do) when Feedly went down last week?','Where were you when Feedly went down?','','publish','open','open','','where-were-you-when-feedly-went-down','','','2014-06-16 15:15:45','2014-06-16 15:15:45','',0,'http://deborahbrody.com/?p=2649',0,'post','',0),
(2685,4,'2014-07-10 17:59:07','2014-07-10 17:59:07','Starting <strong>every</strong> sentence with words or phrases such as honestly, frankly, truly or in reality.\n\nDescribing things using the <strong>same adjective or adverb</strong> every single time. You know, that show was terrific, it was fantastic, it was tremendous.\n\n(Over) relying on <strong>certain expressions</strong> (generally cliches) such as \"at the end of the day\" or \"right back atcha\" or \"takes two to tango.\"\n\nI think of these as verbal tics. We are not even aware that we are using these verbal crutches. And they can creep into our writing, especially in social media posts. They may distract readers and listeners or even make them tune out what you are saying.\n\nThe summer\'s first challenge is to rid yourself of verbal tics (or at least reduce them).\n\nHere are the three steps to take:\n\n1. <strong>Identify</strong> these verbal tics in your writing or speaking. Start paying attention to yourself and your writing. Do you find yourself saying certain things over and over?\n\n2. <strong>Figure</strong> out why you are saying this. Why do you have to preface your statement with \"honestly?\" Are you generally not honest? Is it just habit? Is there any other way to say this?\n\n3. Now, this is the hard part: <strong>eliminate</strong> the word or phrase completely. Try doing this for a day or two. If you catch yourself about to use one of your verbal tics, find another word or phrase to use instead.\n\nThis won’t be easy. We get into patterns and it’s hard to stop. And that\'s the point of this challenge: becoming aware of your patterns.\n\nWhat do you think? What is your verbal tic? Are there verbal tics that your colleagues have that drive you nuts? Tell me!\n\nUPDATE:\n\nSeems that even the New York Times has verbal tics, as the article The New York Times Lists its Crutch Words points out. Verbal tics are cructhc','Challenge #1: Tick off verbal tics','','inherit','open','open','','2683-autosave-v1','','','2014-07-10 17:59:07','2014-07-10 17:59:07','',2683,'http://deborahbrody.com/2014/07/2683-autosave-v1/',0,'revision','',0),
(2639,4,'2014-06-10 14:06:24','2014-06-10 14:06:24','This past Saturday, I attended <a href=\"http://2014.philly.wordcamp.org/\" target=\"_blank\">WordCamp Philly</a>. There were four tracks: User, Power User, Designer and Developer. With sessions in the User/Power User tracks such as \"BuddyPress: An Enterprise Solution\" and \"How I Spent the Last 5 years playing with WordPress and building PewResearch.org\" you can tell something is up. It\'s not really new, but more and more organizations, from nonprofits to multinationals like Coca-Cola, are using WordPress not as a blogging platform, but as a Content Management System (CMS).\r\n\r\n[caption id=\"attachment_2640\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/06/20140607_083904.jpg\"><img class=\"size-medium wp-image-2640\" src=\"http://deborahbrody.com/wp-content/uploads/2014/06/20140607_083904-300x225.jpg\" alt=\"W shaped pretzels at WordCamp Philly\" width=\"300\" height=\"225\" /></a> W for WordPress Philly Pretzels[/caption]\r\n\r\nA few weeks ago, a well known social media marketing guy posted on Twitter that the effort involved in blogging was too large in relation to the return on investment (ROI).\r\n\r\nMany organizations have BINOs: blogs in name only. They don\'t update them frequently or haven\'t even posted in the last couple of years.\r\n\r\nSo is blogging dead? Should you give up your blog and just use WordPress to be your website platform?\r\n\r\n<strong>No!!!!</strong>\r\n\r\n<strong>Blogging is not dead.</strong> Blogging still provides many many benefits, not the least of which is making it easier for people to find your organization when they don\'t even know it exists.\r\n\r\nHow many people don\'t know Coca-Cola? Coke doesn\'t have to do much to be known. But a small organization that works on historical restoration or a business that helps people in a specific area get organized has to work a lot harder.  Small businesses or nonprofits have to provide information that their potential customers or supporters need and want. One of the best ways to provide a constant stream of information is blogging.\r\n\r\nCall it content marketing if you must, but blogs are an easy and flexible way to provide opinions, analysis, information, graphics or even podcasts to your audience.\r\n\r\nBlogs are social. Blogs let your audience share content easily. And blogs are a way to interact with your audience through the comments. And you can extend your blog\'s reach by enlisting guest bloggers.\r\n\r\nEven though WordPress is a powerful CMS and even though <strong>consistent, quality</strong> blogging does take a lot of effort, blogging is still worthwhile.\r\n\r\nAre you still blogging? If you have given up, please tell me why in the comments. If you have seen value, give me an example.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is blogging dead?','','publish','open','open','','is-blogging-dead','','','2014-06-10 14:06:24','2014-06-10 14:06:24','',0,'http://deborahbrody.com/?p=2639',0,'post','',1),
(2640,4,'2014-06-10 13:42:21','2014-06-10 13:42:21','','20140607_083904','W for WordPress Philly Pretzels','inherit','open','open','','20140607_083904','','','2014-06-10 13:42:21','2014-06-10 13:42:21','',2639,'http://deborahbrody.com/wp-content/uploads/2014/06/20140607_083904.jpg',0,'attachment','image/jpeg',0),
(2641,4,'2014-06-10 14:04:56','2014-06-10 14:04:56','This past Saturday, I attended WordCamp Philly. There were four tracks: User, Power User, Designer and Developer. With sessions in the User/Power User tracks such as \"BuddyPress: An Enterprise Solution\" and \"How I Spent the Last 5 years playing with WordPress and building PewResearch.org\" you can tell something is up. It\'s not really new, but more and more organizations, from nonprofits to multinationals like Coca-Cola, are using WordPress not as a blogging platform, but as a Content Management System (CMS).\r\n\r\n[caption id=\"attachment_2640\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/06/20140607_083904.jpg\"><img class=\"size-medium wp-image-2640\" src=\"http://deborahbrody.com/wp-content/uploads/2014/06/20140607_083904-300x225.jpg\" alt=\"W shaped pretzels at WordCamp Philly\" width=\"300\" height=\"225\" /></a> W for WordPress Philly Pretzels[/caption]\r\n\r\nA few weeks ago, a well known social media marketing guy posted on Twitter that the effort involved in blogging was too large in relation to the return on investment (ROI).\r\n\r\nMany organizations have BINOs: blogs in name only. They don\'t update them frequently or haven\'t even posted in the last couple of years.\r\n\r\nSo is blogging dead? Should you give up your blog and just use WordPress to be your website platform?\r\n\r\n<strong>No!!!!</strong>\r\n\r\n<strong>Blogging is not dead.</strong> Blogging still provides many many benefits, not the least of which is making it easier for people to find your organization when they don\'t even know it exists.\r\n\r\nHow many people don\'t know Coca-Cola? Coke doesn\'t have to do much to be known. But a small organization that works on historical restoration or a business that helps people in a specific area get organized has to work a lot harder.  Small businesses or nonprofits have to provide information that their potential customers or supporters need and want. One of the best ways to provide a constant stream of information is blogging.\r\n\r\nCall it content marketing if you must, but blogs are an easy and flexible way to provide opinions, analysis, information, graphics or even podcasts to your audience.\r\n\r\nBlogs are social. Blogs let your audience share content easily. And blogs are a way to interact with your audience through the comments. And you can extend your blog\'s reach by enlisting guest bloggers.\r\n\r\nEven though WordPress is a powerful CMS and even though <strong>consistent, quality</strong> blogging does take a lot of effort, blogging is still worthwhile.\r\n\r\nAre you still blogging? If you have given up, please tell me why in the comments. If you have seen value, give me an example.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is blogging dead?','','inherit','open','open','','2639-revision-v1','','','2014-06-10 14:04:56','2014-06-10 14:04:56','',2639,'http://deborahbrody.com/2014/06/2639-revision-v1/',0,'revision','',0),
(2642,4,'2014-06-10 14:06:24','2014-06-10 14:06:24','This past Saturday, I attended <a href=\"http://2014.philly.wordcamp.org/\" target=\"_blank\">WordCamp Philly</a>. There were four tracks: User, Power User, Designer and Developer. With sessions in the User/Power User tracks such as \"BuddyPress: An Enterprise Solution\" and \"How I Spent the Last 5 years playing with WordPress and building PewResearch.org\" you can tell something is up. It\'s not really new, but more and more organizations, from nonprofits to multinationals like Coca-Cola, are using WordPress not as a blogging platform, but as a Content Management System (CMS).\r\n\r\n[caption id=\"attachment_2640\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/06/20140607_083904.jpg\"><img class=\"size-medium wp-image-2640\" src=\"http://deborahbrody.com/wp-content/uploads/2014/06/20140607_083904-300x225.jpg\" alt=\"W shaped pretzels at WordCamp Philly\" width=\"300\" height=\"225\" /></a> W for WordPress Philly Pretzels[/caption]\r\n\r\nA few weeks ago, a well known social media marketing guy posted on Twitter that the effort involved in blogging was too large in relation to the return on investment (ROI).\r\n\r\nMany organizations have BINOs: blogs in name only. They don\'t update them frequently or haven\'t even posted in the last couple of years.\r\n\r\nSo is blogging dead? Should you give up your blog and just use WordPress to be your website platform?\r\n\r\n<strong>No!!!!</strong>\r\n\r\n<strong>Blogging is not dead.</strong> Blogging still provides many many benefits, not the least of which is making it easier for people to find your organization when they don\'t even know it exists.\r\n\r\nHow many people don\'t know Coca-Cola? Coke doesn\'t have to do much to be known. But a small organization that works on historical restoration or a business that helps people in a specific area get organized has to work a lot harder.  Small businesses or nonprofits have to provide information that their potential customers or supporters need and want. One of the best ways to provide a constant stream of information is blogging.\r\n\r\nCall it content marketing if you must, but blogs are an easy and flexible way to provide opinions, analysis, information, graphics or even podcasts to your audience.\r\n\r\nBlogs are social. Blogs let your audience share content easily. And blogs are a way to interact with your audience through the comments. And you can extend your blog\'s reach by enlisting guest bloggers.\r\n\r\nEven though WordPress is a powerful CMS and even though <strong>consistent, quality</strong> blogging does take a lot of effort, blogging is still worthwhile.\r\n\r\nAre you still blogging? If you have given up, please tell me why in the comments. If you have seen value, give me an example.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is blogging dead?','','inherit','open','open','','2639-revision-v1','','','2014-06-10 14:06:24','2014-06-10 14:06:24','',2639,'http://deborahbrody.com/2014/06/2639-revision-v1/',0,'revision','',0),
(2643,4,'2014-06-12 19:43:24','2014-06-12 19:43:24','<strong>UPDATE: This post is three years old and some people are still finding it. If you read the post you will see that DBMC is not affiliated in any way with Clinique\'s Gone but Not Forgotten program. I am not able to help you get your discontinued makeup. Please co</strong>\n\n&nbsp;\n\nYou may recall that a couple of years ago I was trying <a title=\"Lack of communication may cost you a sale\" href=\"http://cuppamarcomm.wordpress.com/2009/12/14/lack-of-communication-may-cost-you-a-sale/\" target=\"_blank\">to buy a foundation from Prescriptives</a>. It turns out Prescriptives had gone out of business, but I was able to order the makeup through their website. The failure was in communication--no real advertising of the closure and misinformation at the counter.\n\nWell, it has happened again. Clinique has discontinued my favorite mascara, without any notice. I went up to the counter, asked for the mascara by name, and was told they no longer carry it. That was it.  My friend and fellow WWPR board member <a href=\"http://twitter.com/#!/dfriez\" target=\"_blank\">Debbie Frie</a>z recommended calling the 1-800 number that the Estee Lauder cosmetics company has for discontinued items (you have to search really hard on the Clinique website for the \"Gone but  Not Forgotten program\").\n\nI called the Gone but not Forgotten program, and they said it could take up to two weeks to locate the product, and if they did, they would ship it out to me. After nearly two weeks, not a word. I called the program (and was on hold for 20 minutes) only to find out \"that I contacted them before they could contact me\" to tell me that the product is no longer available.\n\nWhat a massive failure from Clinique. First, they discontinued a product just so they could introduce a substitute that is not as good. Second, they failed to inform their customers.  And third, their program for discontinued items is a joke--why would it take two weeks to locate inventory? Why would you not email as soon as you knew you couldn\'t fulfill a customer\'s request? Perhaps you could give the customer a voucher to try another product for free, etc.\n\nWhy should I buy from Clinique ever again? Why would I buy a cosmetic that I like only to have it discontinued? Why would I want to deal with a company that disregards its customers? Clinique has effectively forced me into the marketplace to find another mascara that I like.\n\nA note to male readers: mascara is a product that should be replaced every three months. This made me visit the Clinique counter at least four times a year. And hey, if you are there four times a year, chances are good you will see something else you like.\n\nIn any case. the lessons here are as always: advertising alone will  not sell a product. Service will seal the deal. Personal experiences will also influence buying behavior, and in the social media world, may influence the behavior of other people too.\n\nSo, if you know of any good hypoallergenic, waterproof, non-flaking mascara, let me know. But please, make sure it is not a Clinique brand.\n\n&nbsp;\n\n&nbsp;','Another cosmetics failure','','inherit','open','open','','1183-autosave-v1','','','2014-06-12 19:43:24','2014-06-12 19:43:24','',1183,'http://deborahbrody.com/2014/06/1183-autosave-v1/',0,'revision','',0),
(2644,4,'2014-06-12 19:43:34','2014-06-12 19:43:34','<strong>UPDATE: This post is three years old and some people are still finding it. If you read the post you will see that DBMC is not affiliated in any way with Clinique\'s Gone but Not Forgotten program. I am not able to help you get your discontinued makeup. Please contact Clinique directly.</strong>\r\n\r\n&nbsp;\r\n\r\nYou may recall that a couple of years ago I was trying <a title=\"Lack of communication may cost you a sale\" href=\"http://cuppamarcomm.wordpress.com/2009/12/14/lack-of-communication-may-cost-you-a-sale/\" target=\"_blank\">to buy a foundation from Prescriptives</a>. It turns out Prescriptives had gone out of business, but I was able to order the makeup through their website. The failure was in communication--no real advertising of the closure and misinformation at the counter.\r\n\r\nWell, it has happened again. Clinique has discontinued my favorite mascara, without any notice. I went up to the counter, asked for the mascara by name, and was told they no longer carry it. That was it.  My friend and fellow WWPR board member <a href=\"http://twitter.com/#!/dfriez\" target=\"_blank\">Debbie Frie</a>z recommended calling the 1-800 number that the Estee Lauder cosmetics company has for discontinued items (you have to search really hard on the Clinique website for the \"Gone but  Not Forgotten program\").\r\n\r\nI called the Gone but not Forgotten program, and they said it could take up to two weeks to locate the product, and if they did, they would ship it out to me. After nearly two weeks, not a word. I called the program (and was on hold for 20 minutes) only to find out \"that I contacted them before they could contact me\" to tell me that the product is no longer available.\r\n\r\nWhat a massive failure from Clinique. First, they discontinued a product just so they could introduce a substitute that is not as good. Second, they failed to inform their customers.  And third, their program for discontinued items is a joke--why would it take two weeks to locate inventory? Why would you not email as soon as you knew you couldn\'t fulfill a customer\'s request? Perhaps you could give the customer a voucher to try another product for free, etc.\r\n\r\nWhy should I buy from Clinique ever again? Why would I buy a cosmetic that I like only to have it discontinued? Why would I want to deal with a company that disregards its customers? Clinique has effectively forced me into the marketplace to find another mascara that I like.\r\n\r\nA note to male readers: mascara is a product that should be replaced every three months. This made me visit the Clinique counter at least four times a year. And hey, if you are there four times a year, chances are good you will see something else you like.\r\n\r\nIn any case. the lessons here are as always: advertising alone will  not sell a product. Service will seal the deal. Personal experiences will also influence buying behavior, and in the social media world, may influence the behavior of other people too.\r\n\r\nSo, if you know of any good hypoallergenic, waterproof, non-flaking mascara, let me know. But please, make sure it is not a Clinique brand.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Another cosmetics failure','','inherit','open','open','','1183-revision-v1','','','2014-06-12 19:43:34','2014-06-12 19:43:34','',1183,'http://deborahbrody.com/2014/06/1183-revision-v1/',0,'revision','',0),
(2645,4,'2014-06-12 19:44:52','2014-06-12 19:44:52','<strong>UPDATE June 12, 2014: This post is three years old and some people are still finding it. If you read the post you will see that DBMC is not affiliated in any way with Clinique\'s Gone but Not Forgotten program. I am not able to help you get your discontinued makeup. Please contact Clinique directly.</strong>\r\n\r\n&nbsp;\r\n\r\nYou may recall that a couple of years ago I was trying <a title=\"Lack of communication may cost you a sale\" href=\"http://cuppamarcomm.wordpress.com/2009/12/14/lack-of-communication-may-cost-you-a-sale/\" target=\"_blank\">to buy a foundation from Prescriptives</a>. It turns out Prescriptives had gone out of business, but I was able to order the makeup through their website. The failure was in communication--no real advertising of the closure and misinformation at the counter.\r\n\r\nWell, it has happened again. Clinique has discontinued my favorite mascara, without any notice. I went up to the counter, asked for the mascara by name, and was told they no longer carry it. That was it.  My friend and fellow WWPR board member <a href=\"http://twitter.com/#!/dfriez\" target=\"_blank\">Debbie Frie</a>z recommended calling the 1-800 number that the Estee Lauder cosmetics company has for discontinued items (you have to search really hard on the Clinique website for the \"Gone but  Not Forgotten program\").\r\n\r\nI called the Gone but not Forgotten program, and they said it could take up to two weeks to locate the product, and if they did, they would ship it out to me. After nearly two weeks, not a word. I called the program (and was on hold for 20 minutes) only to find out \"that I contacted them before they could contact me\" to tell me that the product is no longer available.\r\n\r\nWhat a massive failure from Clinique. First, they discontinued a product just so they could introduce a substitute that is not as good. Second, they failed to inform their customers.  And third, their program for discontinued items is a joke--why would it take two weeks to locate inventory? Why would you not email as soon as you knew you couldn\'t fulfill a customer\'s request? Perhaps you could give the customer a voucher to try another product for free, etc.\r\n\r\nWhy should I buy from Clinique ever again? Why would I buy a cosmetic that I like only to have it discontinued? Why would I want to deal with a company that disregards its customers? Clinique has effectively forced me into the marketplace to find another mascara that I like.\r\n\r\nA note to male readers: mascara is a product that should be replaced every three months. This made me visit the Clinique counter at least four times a year. And hey, if you are there four times a year, chances are good you will see something else you like.\r\n\r\nIn any case. the lessons here are as always: advertising alone will  not sell a product. Service will seal the deal. Personal experiences will also influence buying behavior, and in the social media world, may influence the behavior of other people too.\r\n\r\nSo, if you know of any good hypoallergenic, waterproof, non-flaking mascara, let me know. But please, make sure it is not a Clinique brand.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Another cosmetics failure','','inherit','open','open','','1183-revision-v1','','','2014-06-12 19:44:52','2014-06-12 19:44:52','',1183,'http://deborahbrody.com/2014/06/1183-revision-v1/',0,'revision','',0),
(2646,4,'2014-06-12 20:02:47','2014-06-12 20:02:47','A couple of days ago I wrote a post called <a title=\"Is blogging dead?\" href=\"http://deborahbrody.com/2014/06/is-blogging-dead/\" target=\"_blank\">Is Blogging Dead?</a> My answer is no, emphatically, blogging is not dead. My chief reason for believing this is that blogging helps you get found.\r\n\r\nHowever, sometimes you get found for the wrong reason.\r\n\r\nIn the past week alone, two women have contacted me looking for help locating discontinued Clinique eye shadows. Why? Because three (!) years ago I wrote a post about my <a title=\"Another cosmetics failure\" href=\"http://deborahbrody.com/2011/06/another-cosmetics-failure/\" target=\"_blank\">poor experience with Clinique\'s Gone but Not Forgotten program</a>. If you read the post, you may be able to tell it is a critique. If you read my About page or any other part of this website, I think it is fairly obvious that I am not associated with Clinique in any way. Yet these women somehow think I can help them, not just to find information about Clinique\'s program, but to actually find the eye shadows for them.\r\n\r\nThat post is one of the most visited on this blog and it has nothing to do with what I do. Perhaps I should delete it because it is clearly bringing the wrong kind of people to this blog. At the same time it illustrates the power of blogging and specifically, of tagging and keywords. I know people find the post by keying in \"gone but not forgotten.\"\r\n\r\nThe main lessons here are two:\r\n\r\n1. Blogging, and using descriptive keywords and tags, will certainly help you get found.\r\n\r\n2. What you blog about (and the keywords, tags, etc. you use) should help you be found for what you want to be found.\r\n\r\nSadly, a third lesson is that many people out there do not bother to read things closely or have poor reading comprehension.\r\n\r\nHave you had a similar experience? And, should I take that post down?','Yes, blogging helps you get found','','publish','open','open','','yes-blogging-helps-you-get-found','','','2014-06-12 20:02:47','2014-06-12 20:02:47','',0,'http://deborahbrody.com/?p=2646',0,'post','',1),
(2647,4,'2014-06-12 20:02:47','2014-06-12 20:02:47','A couple of days ago I wrote a post called <a title=\"Is blogging dead?\" href=\"http://deborahbrody.com/2014/06/is-blogging-dead/\" target=\"_blank\">Is Blogging Dead?</a> My answer is no, emphatically, blogging is not dead. My chief reason for believing this is that blogging helps you get found.\r\n\r\nHowever, sometimes you get found for the wrong reason.\r\n\r\nIn the past week alone, two women have contacted me looking for help locating discontinued Clinique eye shadows. Why? Because three (!) years ago I wrote a post about my <a title=\"Another cosmetics failure\" href=\"http://deborahbrody.com/2011/06/another-cosmetics-failure/\" target=\"_blank\">poor experience with Clinique\'s Gone but Not Forgotten program</a>. If you read the post, you may be able to tell it is a critique. If you read my About page or any other part of this website, I think it is fairly obvious that I am not associated with Clinique in any way. Yet these women somehow think I can help them, not just to find information about Clinique\'s program, but to actually find the eye shadows for them.\r\n\r\nThat post is one of the most visited on this blog and it has nothing to do with what I do. Perhaps I should delete it because it is clearly bringing the wrong kind of people to this blog. At the same time it illustrates the power of blogging and specifically, of tagging and keywords. I know people find the post by keying in \"gone but not forgotten.\"\r\n\r\nThe main lessons here are two:\r\n\r\n1. Blogging, and using descriptive keywords and tags, will certainly help you get found.\r\n\r\n2. What you blog about (and the keywords, tags, etc. you use) should help you be found for what you want to be found.\r\n\r\nSadly, a third lesson is that many people out there do not bother to read things closely or have poor reading comprehension.\r\n\r\nHave you had a similar experience? And, should I take that post down?','Yes, blogging helps you get found','','inherit','open','open','','2646-revision-v1','','','2014-06-12 20:02:47','2014-06-12 20:02:47','',2646,'http://deborahbrody.com/2014/06/2646-revision-v1/',0,'revision','',0),
(2651,4,'2014-06-17 13:24:58','2014-06-17 13:24:58','<h3>Project</h3>\r\nPerhaps you want to hire us to work on a single project. You\'ll give us all the relevant information, including target audience for the project, timelines and existing materials. Once we\'ve assessed what you need, we will provide you with a written time and cost estimate before beginning.\r\n\r\nProjects are payable with a 30% deposit to start, and the balance due once the project is complete.\r\n<h3>Retainer</h3>\r\nIf you require ongoing marketing help or know you will have many projects over two months or more, we will set up a retainer agreement. We will estimate how many hours of time you will require per month. We will agree on a cost and number of hours. Retainer agreements are payable on a bi-weekly schedule. Retainers can be dissolved in writing.\r\n<h3>Payment</h3>\r\nWe accept business or personal checks, credit cards via PayPal, cash and money orders. Paying by credit card incurs an additional 3% surcharge.  Our policy is 14 days net for most invoices. As a small business, we cannot afford to extend credit to our clients, and we respectfully request full payment as and when invoiced. All jobs require an initial 30% deposit.\r\n<h3>No work on spec</h3>\r\nFinally, DBMC does not provide spec work. If you require a sample, we will provide you with work done for previous clients. If you want us to producec something specifically for you, we require payment.','How We Work','','inherit','open','open','','42-revision-v1','','','2014-06-17 13:24:58','2014-06-17 13:24:58','',42,'http://deborahbrody.com/2014/06/42-revision-v1/',0,'revision','',0),
(2652,4,'2014-06-18 13:43:01','2014-06-18 13:43:01','In the past few weeks, I have been flat-out amazed at how some people act in business/networking situations. They\'ve not made a good impression.\r\n\r\nHere\'s how you too can make a bad impression:\r\n\r\n1. <strong>Have a limp handshake (bonus points if clammy and sweaty too)</strong>. The other day I met the director of a local chamber of commerce. She introduced herself and gave me the limpest handshake I can remember. I wanted to say to her that she needed to work on a firm handshake, instead, I shuddered inwardly. Limp handshakes communicate lack of conviction and being tentative. And also, yuck.\r\n\r\n2. <strong>Don\'t introduce yourself</strong>. I was at a small lunch gathering and a guy joined us late. He sat down and didn\'t bother to say his name or what his business was. I didn\'t find out until the end when he gave me his business card. Very few people require no introduction and generally, they don\'t go to small business gatherings. To me, not introducing yourself shows you are not aware of other people.\r\n\r\n3. <strong>Be late</strong>. At the same lunch gathering mentioned above, where I was a first-timer, the organizer showed up more than 15 minutes late. Being late for a meeting you organized is inexcusable. Being late in general just shows a disregard for others.\r\n\r\n4. <strong>Don\'t respond</strong>. Say we met at an event, and we exchange business cards, and we talk about having coffee soon, and then I send you an email (and then another) and I don\'t hear back from you. Yeah. I get it. You don\'t want to have coffee. That\'s OK, but if in the future you change your mind, you\'ve left me with a really bad impression. (This one also applies to social media. Check your @ replies on Twitter. Is someone asking you a question? Perhaps you should answer it).\r\n\r\n5. <strong>Attack the other person</strong>. The other day I met a business owner who is a big fan of the chamber of commerce. I am not since I don\'t usually find my target audience there. When she asked me if I was a member of her chamber, I explained why I am not. She got defensive and immediately began attacking me. She wasn\'t polite or constructive. She was just mean and putting me down.\r\n\r\nHere\'s a few more:\r\n<ul>\r\n	<li>Be disinterested in other people or the topic being discussed.</li>\r\n	<li>Dress inappropriately.</li>\r\n	<li>Be dismissive.</li>\r\n	<li>Don\'t pay attention and then ask a question that has already been answered.</li>\r\n	<li>Be negative.</li>\r\n	<li>Interrupt. Repeatedly.</li>\r\n	<li>Tell inappropriate (racist, sexist, etc.) jokes or stories. (Oh, it happens. All the time.)</li>\r\n</ul>\r\nSome people will only try to make a good impression with people they are trying to impress and ignore everyone else. That\'s a guaranteed way to make a really bad impression (most everyone despises a brown-noser).\r\n\r\nIf you don\'t care about how you come across, then you should also not be surprised if you are not doing well in your business. Impressions matter. You only have one chance to make a good first impression, but you have multiple chances to make a bad impression.\r\n\r\nHave you dealt with these behaviors? What would you add?\r\n\r\n&nbsp;','How to make a bad impression','','publish','open','open','','how-to-make-a-bad-impression','','','2014-06-18 13:43:01','2014-06-18 13:43:01','',0,'http://deborahbrody.com/?p=2652',0,'post','',2),
(2653,4,'2014-06-18 13:43:01','2014-06-18 13:43:01','In the past few weeks, I have been flat-out amazed at how some people act in business/networking situations. They\'ve not made a good impression.\r\n\r\nHere\'s how you too can make a bad impression:\r\n\r\n1. <strong>Have a limp handshake (bonus points if clammy and sweaty too)</strong>. The other day I met the director of a local chamber of commerce. She introduced herself and gave me the limpest handshake I can remember. I wanted to say to her that she needed to work on a firm handshake, instead, I shuddered inwardly. Limp handshakes communicate lack of conviction and being tentative. And also, yuck.\r\n\r\n2. <strong>Don\'t introduce yourself</strong>. I was at a small lunch gathering and a guy joined us late. He sat down and didn\'t bother to say his name or what his business was. I didn\'t find out until the end when he gave me his business card. Very few people require no introduction and generally, they don\'t go to small business gatherings. To me, not introducing yourself shows you are not aware of other people.\r\n\r\n3. <strong>Be late</strong>. At the same lunch gathering mentioned above, where I was a first-timer, the organizer showed up more than 15 minutes late. Being late for a meeting you organized is inexcusable. Being late in general just shows a disregard for others.\r\n\r\n4. <strong>Don\'t respond</strong>. Say we met at an event, and we exchange business cards, and we talk about having coffee soon, and then I send you an email (and then another) and I don\'t hear back from you. Yeah. I get it. You don\'t want to have coffee. That\'s OK, but if in the future you change your mind, you\'ve left me with a really bad impression. (This one also applies to social media. Check your @ replies on Twitter. Is someone asking you a question? Perhaps you should answer it).\r\n\r\n5. <strong>Attack the other person</strong>. The other day I met a business owner who is a big fan of the chamber of commerce. I am not since I don\'t usually find my target audience there. When she asked me if I was a member of her chamber, I explained why I am not. She got defensive and immediately began attacking me. She wasn\'t polite or constructive. She was just mean and putting me down.\r\n\r\nHere\'s a few more:\r\n<ul>\r\n	<li>Be disinterested in other people or the topic being discussed.</li>\r\n	<li>Dress inappropriately.</li>\r\n	<li>Be dismissive.</li>\r\n	<li>Don\'t pay attention and then ask a question that has already been answered.</li>\r\n	<li>Be negative.</li>\r\n	<li>Interrupt. Repeatedly.</li>\r\n	<li>Tell inappropriate (racist, sexist, etc.) jokes or stories. (Oh, it happens. All the time.)</li>\r\n</ul>\r\nSome people will only try to make a good impression with people they are trying to impress and ignore everyone else. That\'s a guaranteed way to make a really bad impression (most everyone despises a brown-noser).\r\n\r\nIf you don\'t care about how you come across, then you should also not be surprised if you are not doing well in your business. Impressions matter. You only have one chance to make a good first impression, but you have multiple chances to make a bad impression.\r\n\r\nHave you dealt with these behaviors? What would you add?\r\n\r\n&nbsp;','How to make a bad impression','','inherit','open','open','','2652-revision-v1','','','2014-06-18 13:43:01','2014-06-18 13:43:01','',2652,'http://deborahbrody.com/2014/06/2652-revision-v1/',0,'revision','',0),
(2688,4,'2014-07-15 13:26:52','2014-07-15 13:26:52','If you are a service provider, you are probably really good at what you do. You are probably not so good at promoting yourself.  If,on the other hand, you are good at what you do and you know how to market yourself properly, you will have business coming out of your ears.\r\n\r\nI know because I deal with service providers---and I am one myself. Our first order of business should be to provide the best service possible. But our second order of business, and in order to keep business, is to market ourselves properly.\r\n\r\nHere are five easy and effective marketing tips:\r\n\r\n1.<strong> Be ultra-professional</strong>. It should go without saying, but the most important thing a service provider can do is to provide good service and a good impression.\r\n<ul>\r\n	<li><strong>Be on time.</strong> Punctuality shows respect for your customer\'s time.</li>\r\n	<li><strong>Honor your commitments</strong>. If you say you will do something, you must do it!</li>\r\n	<li><strong>Be straightforward.</strong> Is there an issue? Speak up.</li>\r\n	<li><strong>Communicate</strong> what, how, why of what you are doing.</li>\r\n</ul>\r\n2. <strong>Introduce yourself properly.</strong> When meeting with a customer, do not assume they know who you are. You don\'t have to provide your complete bio, but you should give your name and what you do. For example: \"Hi, I am Joe Smith. I am an AC tech with XYZ company and I will be checking your system today.\" Or: \"Hi, I am Gina, I will be teaching this beginner-level yoga class. \"\r\n\r\n3. <strong>Provide a leave-behind or take-with</strong>. It could be a brochure or a business card. It would be best if your materials have your website address and your website is good and up-to-date. You want to give the customer a way to contact you and to find out more about you.\r\n\r\n4. <strong>Send a welcome/thank you letter, card or email.</strong> After you meet or provide service to your customer, send something! If you are an art studio, for example, and you just signed up a new art student, send the student a welcome note and any information the student might need. If you are a painter, and just finished painting your customer\'s house, send a thank you for your business card or email.\r\n\r\n5. <strong>Ask for referrals.</strong> You should have a way to ask for referrals. You could simply have a line in your thank you letter saying that you appreciate referrals. You could provide a discount or a freebie for any referrals. For example, A teacher at the yoga studio I just started going to announced that if you bring a friend to the studio, you get a free class (mind you, the owner of the studio has done none of the steps above including not providing the bring-a-friend information).\r\n\r\nThese tips are meant to be the basic, everyday things you do for every customer, every time.  If you skip these steps, or only do one of them, you will miss out on simple opportunities that are already available to you.\r\n\r\nWould you add anything? If you are a service provider, what is your must-do marketing tip? Please share!\r\n<h4>Coming up on Thursday, week 2 of the summer challenge.</h4>\r\n&nbsp;','5 easy and effective marketing tips for service providers','','publish','open','open','','5-basic-marketing-tips-for-service-providers','','','2014-07-15 16:47:29','2014-07-15 16:47:29','',0,'http://deborahbrody.com/?p=2688',0,'post','',0),
(2656,4,'2014-06-25 17:27:46','2014-06-25 17:27:46','As I mentioned in the last post, I am not a member of my local chamber of commerce, and never have been.  I am not alone. According to reporting in the Washington Business Journal (which I can\'t link to here because it is behind a paywall), membership is dwindling at the chambers of commerce in the Washington metro region.\r\n\r\nAlmost all of the DC metro local chambers have experienced a drop in members over the past ten years. The D.C. Chamber lost 15.7%, Montgomery County lost 17.8% and Fairfax lost a jaw-dropping 54.9%.  However, the chambers haven\'t experienced a drop in revenue, since they have increased dues and other income-generating programs.\r\n\r\nOne of the reasons I haven\'t joined a chamber is because it is expensive and I feel there is little benefit. After all, there are plenty lower-cost to no-cost alternatives for networking purposes, not the least of is on social media. The other reason is that I find most chambers attract small businesses that may not have the budget for the marketing services I provide.\r\n\r\nI would guess that the ease of using Twitter, LinkedIn and Facebook to connect with folks, and then maintain the relationship is behind the remarkable drop in membership for the chambers. Why pay dues when you can easily network with people who share your interests or whom fit other parameters like work in a certain industry, live in a geographic area and others.\r\n\r\nPerhaps the chamber model is no longer suited to our Internet-driven world. We no longer need the chamber membership guides to find people or services. We can look up services on any number of sites, like Yelp, which may even have ratings. We certainly don\'t need chamber networking events to meet people in person. One remarkable and low cost alternative is Meet Up. Meet Up hosts many groups of local people who share an interest, which can be as narrowly or as broadly focused as you like.\r\n\r\nDo you think chambers of commerce will survive another ten years? I\'d like to know if you are a member of chamber of commerce. Why or why not? Please tell me in the comments.','Is the chamber of commerce model still viable?','','publish','open','open','','is-the-chamber-of-commerce-model-still-viable','','','2014-06-25 17:27:46','2014-06-25 17:27:46','',0,'http://deborahbrody.com/?p=2656',0,'post','',1),
(2657,4,'2014-06-25 12:35:42','2014-06-25 12:35:42','As I mentioned in the last post, I am not a member of the chamber of commerce, and never have been. According to reporting in the Washington Business Journal (which I can\'t link to here because it is behind a paywall), there are fewer and fewer members of chambers in the Washington metro region.\r\n\r\nAlmost all of the DC metro local chambers have experienced a 15 to 50 percent drop in members over the past ten years. That\'s a lot. They haven\'t lost revenue, however, since they have increased dues and other income-generating programs.\r\n\r\nOne of the reasons I haven\'t joined a chamber is because it is expensive and I feel there is little benefit. After all, there are plenty lower-cost to no-cost alternatives for networking purposes, not the least of is on social media.\r\n\r\nIs the chamber model even viable as networking tool?','Is the chamber of commerce model still viable?','','inherit','open','open','','2656-revision-v1','','','2014-06-25 12:35:42','2014-06-25 12:35:42','',2656,'http://deborahbrody.com/2014/06/2656-revision-v1/',0,'revision','',0),
(2658,4,'2014-06-25 17:27:46','2014-06-25 17:27:46','As I mentioned in the last post, I am not a member of my local chamber of commerce, and never have been.  I am not alone. According to reporting in the Washington Business Journal (which I can\'t link to here because it is behind a paywall), membership is dwindling at the chambers of commerce in the Washington metro region.\r\n\r\nAlmost all of the DC metro local chambers have experienced a drop in members over the past ten years. The D.C. Chamber lost 15.7%, Montgomery County lost 17.8% and Fairfax lost a jaw-dropping 54.9%.  However, the chambers haven\'t experienced a drop in revenue, since they have increased dues and other income-generating programs.\r\n\r\nOne of the reasons I haven\'t joined a chamber is because it is expensive and I feel there is little benefit. After all, there are plenty lower-cost to no-cost alternatives for networking purposes, not the least of is on social media. The other reason is that I find most chambers attract small businesses that may not have the budget for the marketing services I provide.\r\n\r\nI would guess that the ease of using Twitter, LinkedIn and Facebook to connect with folks, and then maintain the relationship is behind the remarkable drop in membership for the chambers. Why pay dues when you can easily network with people who share your interests or whom fit other parameters like work in a certain industry, live in a geographic area and others.\r\n\r\nPerhaps the chamber model is no longer suited to our Internet-driven world. We no longer need the chamber membership guides to find people or services. We can look up services on any number of sites, like Yelp, which may even have ratings. We certainly don\'t need chamber networking events to meet people in person. One remarkable and low cost alternative is Meet Up. Meet Up hosts many groups of local people who share an interest, which can be as narrowly or as broadly focused as you like.\r\n\r\nDo you think chambers of commerce will survive another ten years? I\'d like to know if you are a member of chamber of commerce. Why or why not? Please tell me in the comments.','Is the chamber of commerce model still viable?','','inherit','open','open','','2656-revision-v1','','','2014-06-25 17:27:46','2014-06-25 17:27:46','',2656,'http://deborahbrody.com/2014/06/2656-revision-v1/',0,'revision','',0),
(2692,4,'2014-07-17 21:04:43','2014-07-17 21:04:43','I am fortunate to live right outside Washington, DC. Every summer, the area is invaded by hordes of tourists from across the US and from other countries. As a local, I often find it annoying to have to walk behind a slow group of tourists who are taking up the entire sidewalk or to have to battle with out-of-towners for elbow room at a new exhibit at the National Gallery.  But I need to remind myself that tourists are excited to be here, to see things they\'ve only read about and to get to know our nation\'s capital. They are a huge source of revenue for the area. And, they are getting to see things I may never get around to seeing.\r\n\r\nTo be a tourist requires curiosity. It requires advance planning and research but also the ability to grab an opportunity when you see it (free concert today at noon!). It requires learning how to get around. It requires a willingness to try new things.\r\n\r\nSo you see how being a tourist really requires some important skills to any communicator.\r\n\r\n<strong>Your challenge for this week is to be a tourist in your own town.</strong>\r\n\r\nI know that not everybody\'s hometown is Washington, DC, but every town has something to offer a visitor. If you are in a small town, it will be your challenge to figure out what that is. Why would anyone visit your town? And if they do visit, what do they do?\r\n\r\nHere\'s a few ways to be a tourist in your own town:\r\n\r\nGo online or call your local visitor\'s center or CVB (convention and visitor\'s bureau). Ask what the <strong>must-see attractions</strong> are. Check out at least one.  Or, pick up a tourist guide for your town.\r\n\r\nS<strong>pend a day walkin</strong>g around your town\'s downtown or main street. Walking...not driving.  Maybe take a side street you\'ve never been on.\r\n\r\nEat a <strong>meal at a new restauran</strong>t, somewhere you\'ve always wanted to try. (You could also go online to see what the top restaurants in your area are and choose one.)\r\n\r\nGo to a<strong> local park</strong>. Bring a picnic. Take a hike if appropriate. Perhaps you live near a river. What about renting a kayak or canoe?\r\n\r\n<strong>Take a tour led by a tour guide</strong>. Perhaps there\'s a specialized walking tour or an eating tour that you could check out. Don\'t know if they exist? Look it up!\r\n\r\nVisit a<strong> local brewery or winery</strong>. Take the tour, do the tasting.\r\n\r\nTake <strong>public transportation</strong>. If you already take public transportation, take a different method (if you always commute by train, take the bus or take a different route).\r\n\r\nWhen we live somewhere, we overlook what is there because we take it for granted. Sometimes, we don\'t even know what is there! By looking at our surroundings in a new way, we are seeing things differently. It may help boost your creativity or it may spark some new ideas.\r\n\r\nLet me know what you do! Tell me what town you played tourist in. Have fun exploring!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Summer challenge #2: Be a tourist in your own town','','publish','open','open','','summer-challenge-be-a-tourist-in-your-own-town','','','2014-07-17 21:05:34','2014-07-17 21:05:34','',0,'http://deborahbrody.com/?p=2692',0,'post','',0),
(2660,4,'2014-06-26 17:37:35','2014-06-26 17:37:35','<h4>Namaste.</h4>\r\n\"The light in me honors the light in you.\" That\'s what <em>namaste</em> means in Sanskrit. It\'s a beautiful greeting that is often used at the end of a yoga class (or sometimes at the beginning).\r\n\r\nGood yoga teachers honor their students. They respect their limitations and seek to teach them to work with their bodies. What does this have to do with marketing? It\'s simple. Like yoga teachers, good marketers honor their customers  by getting to know them and understanding their needs and then customizing messages (and media) for the customers.\r\n\r\nYou should know that I have practiced yoga for more than ten years, and have been to many studios and had many teachers. I\'ve been taking a break for the past couple years, but yesterday, I attended my first class in a long time at a new-to-me studio.\r\n<h4>Not-so-good yoga teacher (no knowledge of students)</h4>\r\nThe teacher walked in to the studio and although she smiled and said hello to me, she did not introduce herself or ask me my name or more importantly, any questions regarding my knowledge of yoga. She also did not ask the class as a whole if there were any injuries or issues she should be aware of. She started the class (late but that is another story) and pretty much assumed everybody understood everything, to the point she was using the Sanskrit terms for many of the poses. As I mentioned, it\'s been a while, and I did not recall the difference between <em>utasana </em>(standing forward bend) and <em>utkatasana</em> (chair pose). Everybody seemed to be following, but I could not help but think a real beginner would be completely lost. And forget somebody with injuries although she did offer a few modifications (if your knee hurts, don\'t do this).\r\n<h4>Much better yoga teacher (customizes teachings to students\' needs)</h4>\r\nContrast her disinterest  with another teacher I had at another studio. He wanted to know how much yoga I had practiced and if I had any physical limitations. I told him that my knee had been bothering me and he made a point of explaining what I could do differently and how to protect myself from injury or further pain. <strong>He tailored his teaching to my needs</strong>. Instead of telling me not to do something because it hurt, he offered alternative poses or different ways of doing the pose.  He took into account the levels of knowledge in the class. It was very clear he wanted to teach yoga to people while honoring their bodies and their limitations (there is actually a Sanskrit term for this - <em>ahimsa</em>- to not injure).\r\n\r\nGood yoga teachers work to understand students\' limitations and then offer modifications. Good yoga teachers do not push students to do something that is not within their level of practice.  Good yoga teachers practice namaste --honoring others--by understanding those others.\r\n<h4>Knowledge + customization = smart marketing</h4>\r\nSmart marketers work hard to understand their customers. They know who and where their customers are and what they want and need. Then, with this knowledge, they tailor their marketing messages to the customer\'s needs.\r\n\r\nThink about the last spam email you got. Perhaps you got an email about a \"miracle\" diet pill or getting listed in a mythical directory. You probably deleted those emails right away because those messages were not tailored to you. Spam marketers are not smart marketers. They are mass marketers. They send the same message to everyone and hope something sticks.\r\n\r\nHonor your customers. Provide messages and offers that make sense for them.\r\n\r\nNamaste.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The namaste guide to smart marketing','','publish','open','open','','the-namaste-guide-to-smart-marketing','','','2014-06-26 17:37:35','2014-06-26 17:37:35','',0,'http://deborahbrody.com/?p=2660',0,'post','',2),
(2661,4,'2014-06-26 17:20:31','2014-06-26 17:20:31','<h4>Namaste.</h4>\r\n\"The light in me honors the light in you.\" That\'s what <em>namaste</em> means in Sanskrit. It\'s a beautiful greeting that is often used at the end of a yoga class (or sometimes at the beginning).\r\n\r\nGood yoga teachers honor their students. They respect their limitations and seek to teach them to work with their bodies. What does this have to do with marketing? It\'s simple. Good marketers  honor their customers  by getting to know them and understanding their needs.\r\n\r\nYou should know that I have practiced yoga for more than ten years, and have been to many studios and had many teachers. I\'ve been taking a break for the past couple years, but yesterday, I attended my first class in a long time at a new-to-me studio.\r\n<h4>Not-so-good yoga teacher (no knowledge of students)</h4>\r\nThe teacher walked in and although she smiled and said hello to me, she did not introduce herself or ask me my name or more importantly, any questions regarding my knowledge of yoga. She also did not ask the class as a whole if there were any injuries or issues she should be aware of. She started the class and pretty much assumed everybody understood everything, to the point she was using the Sanskrit terms for many of the poses. As I mentioned, it\'s been a while, and I did not recall the difference between <em>utasana </em>(standing forward bend) and <em>utkatasana</em> (chair pose). Everybody seemed to be following, but I could not help but think a real beginner would be completely lost. And forget somebody with injuries although she did offer a few modifications (if your knee hurts, don\'t do this).\r\n<h4>Much better yoga teacher (customizes teachings to students\' needs)</h4>\r\nContrast her disinterest  with another teacher I had at another studio. He wanted to know how much yoga I had practiced and if I had any physical limitations. My knee had been bothering me and he made a point of telling me what I could do differently and how to protect myself from injury or further pain. <strong>He tailored his teaching to my needs</strong>. He took into account the levels of knowledge in the class. It was very clear he wanted to teach yoga to people while honoring their bodies and their limitations (there is actually a Sanskrit term for this - <em>ahimsa</em>- to not injure).\r\n\r\nGood yoga teachers work to understand students\' limitations and then offer modifications. Good yoga teachers do not push students to do something that is not within their level of practice.  Good yoga teachers practice namaste --honoring others--by understanding those others.\r\n<h4>Knowledge + customization = smart marketing</h4>\r\nSmart marketers are those that understand their customers. They know who their customers are and what they want. They also know why they have become customers. They tailor their marketing to the customer\'s needs.\r\n\r\nThink about the last spam message you got. Perhaps you got an email about a \"miracle\" diet pill or getting listed in a mythical directory. You probably deleted those emails right away because those messages were not tailored to you. Spam marketers are not smart marketers. They are mass marketers. They send the same message to everyone and hope something sticks.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The namaste guide to smart marketing','','inherit','open','open','','2660-revision-v1','','','2014-06-26 17:20:31','2014-06-26 17:20:31','',2660,'http://deborahbrody.com/2014/06/2660-revision-v1/',0,'revision','',0),
(2662,4,'2014-06-26 17:34:59','2014-06-26 17:34:59','<h4>Namaste.</h4>\r\n\"The light in me honors the light in you.\" That\'s what <em>namaste</em> means in Sanskrit. It\'s a beautiful greeting that is often used at the end of a yoga class (or sometimes at the beginning).\r\n\r\nGood yoga teachers honor their students. They respect their limitations and seek to teach them to work with their bodies. What does this have to do with marketing? It\'s simple. Like yoga teachers, good marketers honor their customers  by getting to know them and understanding their needs and then customizing messages (and media) for the customers.\r\n\r\nYou should know that I have practiced yoga for more than ten years, and have been to many studios and had many teachers. I\'ve been taking a break for the past couple years, but yesterday, I attended my first class in a long time at a new-to-me studio.\r\n<h4>Not-so-good yoga teacher (no knowledge of students)</h4>\r\nThe teacher walked in to the studio and although she smiled and said hello to me, she did not introduce herself or ask me my name or more importantly, any questions regarding my knowledge of yoga. She also did not ask the class as a whole if there were any injuries or issues she should be aware of. She started the class (late but that is another story) and pretty much assumed everybody understood everything, to the point she was using the Sanskrit terms for many of the poses. As I mentioned, it\'s been a while, and I did not recall the difference between <em>utasana </em>(standing forward bend) and <em>utkatasana</em> (chair pose). Everybody seemed to be following, but I could not help but think a real beginner would be completely lost. And forget somebody with injuries although she did offer a few modifications (if your knee hurts, don\'t do this).\r\n<h4>Much better yoga teacher (customizes teachings to students\' needs)</h4>\r\nContrast her disinterest  with another teacher I had at another studio. He wanted to know how much yoga I had practiced and if I had any physical limitations. I told him that my knee had been bothering me and he made a point of explaining what I could do differently and how to protect myself from injury or further pain. <strong>He tailored his teaching to my needs</strong>. Instead of telling me not to do something because it hurt, he offered alternative poses or different ways of doing the pose.  He took into account the levels of knowledge in the class. It was very clear he wanted to teach yoga to people while honoring their bodies and their limitations (there is actually a Sanskrit term for this - <em>ahimsa</em>- to not injure).\r\n\r\nGood yoga teachers work to understand students\' limitations and then offer modifications. Good yoga teachers do not push students to do something that is not within their level of practice.  Good yoga teachers practice namaste --honoring others--by understanding those others.\r\n<h4>Knowledge + customization = smart marketing</h4>\r\nSmart marketers work hard to understand their customers. They know who and where their customers are and what they want and need. Then, with this knowledge, they tailor their marketing messages to the customer\'s needs.\r\n\r\nThink about the last spam email you got. Perhaps you got an email about a \"miracle\" diet pill or getting listed in a mythical directory. You probably deleted those emails right away because those messages were not tailored to you. Spam marketers are not smart marketers. They are mass marketers. They send the same message to everyone and hope something sticks.\r\n\r\nHonor your customers. Provide messages and offers that make sense for them.\r\n\r\nNamaste.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The namaste guide to smart marketing','','inherit','open','open','','2660-revision-v1','','','2014-06-26 17:34:59','2014-06-26 17:34:59','',2660,'http://deborahbrody.com/2014/06/2660-revision-v1/',0,'revision','',0),
(2665,4,'2014-07-01 13:17:35','2014-07-01 13:17:35','Here are five guaranteed ways to increase the bounce rate on your website:\r\n\r\n1. <strong>Use a small font</strong>. Or use a weird small font. Basically, make it hard for those of us forty-plus to read your content.\r\n\r\n2. <strong>Clutter, clutter everywhere</strong>. Cram it full of stuff to make it seem like a contender for an episode of TV\'s Hoarders. Make it so busy I don\'t know where to look first. Or whether to look at all.\r\n\r\n3.<strong> Make the video (or audio) play automatically.</strong> Bonus points if it is really loud.\r\n\r\n4. <strong>Make it hard to figure what you do, who you are or where you are located</strong>. If you want to be even more obtuse, make sure to use excessive and meaningless jargon.\r\n\r\n5. <strong>Spelling and grammar mistakes galore mixed in with typos</strong>.Certainly, don\'t bother proofreading.\r\n\r\nYes, the five ways to increase your bounce rate are the five ways to turn off potential website visitors. It\'s not good, and I have experienced all of them on websites recently.\r\n\r\n[caption id=\"attachment_2666\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z.jpg\"><img class=\"size-medium wp-image-2666\" src=\"http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z-300x225.jpg\" alt=\"Bouncing Ball photo\" width=\"300\" height=\"225\" /></a> Bouncing Ball by Dave Murphy on Flickr[/caption]\r\n\r\nDo you know what the bounce rate on your website is? I don\'t mean the term (just in case, Google Analytics defines it as the percentage of single-page sessions, where the user enters your site but does not interact or stay on your site), but the actual number.\r\n\r\nIf you don\'t know it, I suggest checking your Analytics right now. Basically, the higher the number, the worse your bounce rate. A high bounce rate indicates that people are just not interested in your website, which in turn indicates that you have a problem.\r\n\r\nIn reality, you want to lower your bounce rate. You want to have the visitors to your website stay and not bounce off. Notice that the bounce rate does not have to do with the number of visitors that land on your site, but rather the number that stays. So, if you have thousands of visitors, with a 95 percent bounce rate you are doing much worse than a site with a few dozen visitors and 65 percent bounce rate.\r\n\r\nWhat makes you want to stay on the websites you visit? What makes you run away as fast as you can click that x on the browser tab?\r\n<h3>Get this blog\'s content delivered to you as soon as it is posted! Sign up on the right to get the blog posts emailed to you.</h3>','5 guaranteed ways to increase your website\'s bounce rate','','publish','open','open','','5-guaranteed-ways-to-increase-your-websites-bounce-rate','','','2014-07-01 16:11:57','2014-07-01 16:11:57','',0,'http://deborahbrody.com/?p=2665',0,'post','',2),
(2666,4,'2014-07-01 13:11:52','2014-07-01 13:11:52','','160754346_dab3a98893_z','Bouncing Ball by Dave Murphy on Flickr','inherit','open','open','','160754346_dab3a98893_z','','','2014-07-01 13:11:52','2014-07-01 13:11:52','',2665,'http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z.jpg',0,'attachment','image/jpeg',0),
(2667,4,'2014-07-01 13:14:31','2014-07-01 13:14:31','Here are five guaranteed ways to increase the bounce rate on your website:\r\n\r\n1. <strong>Use a small font</strong>. Or use a weird small font. Basically, make it hard for those of us forty-plus to read your content.\r\n\r\n2. <strong>Clutter, clutter everywhere</strong>. Make it so busy I don\'t know where to look first. Or whether to look at all.\r\n\r\n3.<strong> Make the video (or audio) play automatically.</strong> Bonus points if it is really loud.\r\n\r\n4. <strong>Make it hard to figure what you do, who you are or where you are located</strong>. If you want to be even more obtuse, make sure to use excessive and meaningless jargon.\r\n\r\n5. <strong>Spelling and grammar mistakes galore mixed in with typos</strong>.Certainly, don\'t bother proofreading.\r\n\r\nYes, the five ways to increase your bounce rate are the five ways to turn off potential website visitors. It\'s not good, and I have experienced all of them on websites recently.\r\n\r\n[caption id=\"attachment_2666\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z.jpg\"><img class=\"size-medium wp-image-2666\" src=\"http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z-300x225.jpg\" alt=\"Bouncing Ball photo\" width=\"300\" height=\"225\" /></a> Bouncing Ball by Dave Murphy on Flickr[/caption]\r\n\r\nDo you know what the bounce rate on your website is? I don\'t mean the term (just in case, Google Analytics defines it as the percentage of single-page sessions, where the user enters your site but does not interact or stay on your site), but the actual number.\r\n\r\nIf you don\'t know it, I suggest checking your Analytics right now. Basically, the higher the number, the worse your bounce rate. A high bounce rate indicates that people are just not interested in your website, which in turn indicates that you have a problem.\r\n\r\nIn reality, you want to lower your bounce rate. You want to have the visitors to your website stay and not bounce off. Notice that the bounce rate does not have to do with the number of visitors that land on your site, but rather the number that stays. So, if you have thousands of visitors, with a 95 percent bounce rate you are doing much worse than a site with a few dozen visitors and 65 percent bounce rate.\r\n\r\nWhat makes you want to stay on the websites you visit? What makes you run away as fast as you can click that x on the browser tab?\r\n<h5>Get this blog\'s content delivered to you as soon as it is posted! Sign up on the right to get the blog posts emailed to you.</h5>','5 guaranteed ways to increase your website\'s bounce rate','','inherit','open','open','','2665-revision-v1','','','2014-07-01 13:14:31','2014-07-01 13:14:31','',2665,'http://deborahbrody.com/2014/07/2665-revision-v1/',0,'revision','',0),
(2668,4,'2014-07-01 13:16:13','2014-07-01 13:16:13','Here are five guaranteed ways to increase the bounce rate on your website:\r\n\r\n1. <strong>Use a small font</strong>. Or use a weird small font. Basically, make it hard for those of us forty-plus to read your content.\r\n\r\n2. <strong>Clutter, clutter everywhere</strong>. Make it so busy I don\'t know where to look first. Or whether to look at all.\r\n\r\n3.<strong> Make the video (or audio) play automatically.</strong> Bonus points if it is really loud.\r\n\r\n4. <strong>Make it hard to figure what you do, who you are or where you are located</strong>. If you want to be even more obtuse, make sure to use excessive and meaningless jargon.\r\n\r\n5. <strong>Spelling and grammar mistakes galore mixed in with typos</strong>.Certainly, don\'t bother proofreading.\r\n\r\nYes, the five ways to increase your bounce rate are the five ways to turn off potential website visitors. It\'s not good, and I have experienced all of them on websites recently.\r\n\r\n[caption id=\"attachment_2666\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z.jpg\"><img class=\"size-medium wp-image-2666\" src=\"http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z-300x225.jpg\" alt=\"Bouncing Ball photo\" width=\"300\" height=\"225\" /></a> Bouncing Ball by Dave Murphy on Flickr[/caption]\r\n\r\nDo you know what the bounce rate on your website is? I don\'t mean the term (just in case, Google Analytics defines it as the percentage of single-page sessions, where the user enters your site but does not interact or stay on your site), but the actual number.\r\n\r\nIf you don\'t know it, I suggest checking your Analytics right now. Basically, the higher the number, the worse your bounce rate. A high bounce rate indicates that people are just not interested in your website, which in turn indicates that you have a problem.\r\n\r\nIn reality, you want to lower your bounce rate. You want to have the visitors to your website stay and not bounce off. Notice that the bounce rate does not have to do with the number of visitors that land on your site, but rather the number that stays. So, if you have thousands of visitors, with a 95 percent bounce rate you are doing much worse than a site with a few dozen visitors and 65 percent bounce rate.\r\n\r\nWhat makes you want to stay on the websites you visit? What makes you run away as fast as you can click that x on the browser tab?\r\n<h3>Get this blog\'s content delivered to you as soon as it is posted! Sign up on the right to get the blog posts emailed to you.</h3>','5 guaranteed ways to increase your website\'s bounce rate','','inherit','open','open','','2665-revision-v1','','','2014-07-01 13:16:13','2014-07-01 13:16:13','',2665,'http://deborahbrody.com/2014/07/2665-revision-v1/',0,'revision','',0),
(2669,4,'2014-07-01 16:11:57','2014-07-01 16:11:57','Here are five guaranteed ways to increase the bounce rate on your website:\r\n\r\n1. <strong>Use a small font</strong>. Or use a weird small font. Basically, make it hard for those of us forty-plus to read your content.\r\n\r\n2. <strong>Clutter, clutter everywhere</strong>. Cram it full of stuff to make it seem like a contender for an episode of TV\'s Hoarders. Make it so busy I don\'t know where to look first. Or whether to look at all.\r\n\r\n3.<strong> Make the video (or audio) play automatically.</strong> Bonus points if it is really loud.\r\n\r\n4. <strong>Make it hard to figure what you do, who you are or where you are located</strong>. If you want to be even more obtuse, make sure to use excessive and meaningless jargon.\r\n\r\n5. <strong>Spelling and grammar mistakes galore mixed in with typos</strong>.Certainly, don\'t bother proofreading.\r\n\r\nYes, the five ways to increase your bounce rate are the five ways to turn off potential website visitors. It\'s not good, and I have experienced all of them on websites recently.\r\n\r\n[caption id=\"attachment_2666\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z.jpg\"><img class=\"size-medium wp-image-2666\" src=\"http://deborahbrody.com/wp-content/uploads/2014/07/160754346_dab3a98893_z-300x225.jpg\" alt=\"Bouncing Ball photo\" width=\"300\" height=\"225\" /></a> Bouncing Ball by Dave Murphy on Flickr[/caption]\r\n\r\nDo you know what the bounce rate on your website is? I don\'t mean the term (just in case, Google Analytics defines it as the percentage of single-page sessions, where the user enters your site but does not interact or stay on your site), but the actual number.\r\n\r\nIf you don\'t know it, I suggest checking your Analytics right now. Basically, the higher the number, the worse your bounce rate. A high bounce rate indicates that people are just not interested in your website, which in turn indicates that you have a problem.\r\n\r\nIn reality, you want to lower your bounce rate. You want to have the visitors to your website stay and not bounce off. Notice that the bounce rate does not have to do with the number of visitors that land on your site, but rather the number that stays. So, if you have thousands of visitors, with a 95 percent bounce rate you are doing much worse than a site with a few dozen visitors and 65 percent bounce rate.\r\n\r\nWhat makes you want to stay on the websites you visit? What makes you run away as fast as you can click that x on the browser tab?\r\n<h3>Get this blog\'s content delivered to you as soon as it is posted! Sign up on the right to get the blog posts emailed to you.</h3>','5 guaranteed ways to increase your website\'s bounce rate','','inherit','open','open','','2665-revision-v1','','','2014-07-01 16:11:57','2014-07-01 16:11:57','',2665,'http://deborahbrody.com/2014/07/2665-revision-v1/',0,'revision','',0),
(2671,4,'2014-07-02 20:18:00','2014-07-02 20:18:00','In case you\'ve missed a newsletter, just check this archive.\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2014-07-02 20:18:00','2014-07-02 20:18:00','',2509,'http://deborahbrody.com/2014/07/2509-revision-v1/',0,'revision','',0),
(2672,4,'2014-07-03 16:29:19','2014-07-03 16:29:19','To readers in the United States, I wish you a very happy  Fourth of July! However you celebrate, I hope you have an enjoyable holiday.\r\n\r\nI\'ll be back next week to share some caffeinated views and to issue a challenge. Stay tuned!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Happy Independence Day!','','publish','open','open','','happy-independence-day','','','2014-07-03 16:29:19','2014-07-03 16:29:19','',0,'http://deborahbrody.com/?p=2672',0,'post','',0),
(2673,4,'2014-07-03 12:37:15','2014-07-03 12:37:15','To readers in the United States, I wish you a very happy July 4th!\r\n\r\nMaybe it\'s a good time to declare independence from these:\r\n\r\nReliance on jargon and cliches\r\n\r\n&nbsp;','Happy Independence Day!','','inherit','open','open','','2672-revision-v1','','','2014-07-03 12:37:15','2014-07-03 12:37:15','',2672,'http://deborahbrody.com/2014/07/2672-revision-v1/',0,'revision','',0),
(2675,4,'2014-07-03 16:29:19','2014-07-03 16:29:19','To readers in the United States, I wish you a very happy  Fourth of July! However you celebrate, I hope you have an enjoyable holiday.\r\n\r\nI\'ll be back next week to share some caffeinated views and to issue a challenge. Stay tuned!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Happy Independence Day!','','inherit','open','open','','2672-revision-v1','','','2014-07-03 16:29:19','2014-07-03 16:29:19','',2672,'http://deborahbrody.com/2014/07/2672-revision-v1/',0,'revision','',0),
(2679,4,'2014-07-08 16:55:21','2014-07-08 16:55:21','In the marketing communications world, it seems like summer is a quiet time of the year. People are on vacation. Summer Fridays are in force. This makes it a great time of the year to take on a few challenges.\r\n\r\nI think summer is a good time to shake things up. On a personal level, you may have certain goals for the next couple of months. Maybe, like me, you want to spend as much time outdoors as possible. Maybe you want to learn a new skill. Maybe you just want to have fun.\r\n\r\nHow about making it a challenging summer?\r\n\r\n[caption id=\"attachment_2680\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/07/7516553840_b65f327847_z.jpg\"><img class=\"size-medium wp-image-2680\" src=\"http://deborahbrody.com/wp-content/uploads/2014/07/7516553840_b65f327847_z-300x168.jpg\" alt=\"Obstacle Course at West Point\" width=\"300\" height=\"168\" /></a> Obstacle 14 from the West Point, The US Military Academy Flickr stream Photo by Tommy Gilligan[/caption]\r\n\r\n&nbsp;\r\n\r\nFor the next <strong>eight weeks</strong>, I\'ll be issuing a<span style=\"text-decoration: underline;\"> weekly challenge</span> to do with your writing, social media and blogging. Although there will be no scoring and no prizes (sorry), it\'s a way to shake things up and to make things better while you watch the thermometer hit 90 degrees and higher.\r\n\r\nThe first challenge will be posted tomorrow. To participate, simply read the post. Your comments are welcome here on the blog or you can post on Twitter using the hashtag #summerchallenge.','Make it a challenging summer!','','publish','open','open','','make-it-a-challenging-summer','','','2014-07-08 21:09:12','2014-07-08 21:09:12','',0,'http://deborahbrody.com/?p=2679',0,'post','',0),
(2680,4,'2014-07-08 16:50:27','2014-07-08 16:50:27','','7516553840_b65f327847_z','Obstacle 14 from the West Point, The US Military Academy Flickr stream Photo by Tommy Gilligan','inherit','open','open','','7516553840_b65f327847_z','','','2014-07-08 16:50:27','2014-07-08 16:50:27','',2679,'http://deborahbrody.com/wp-content/uploads/2014/07/7516553840_b65f327847_z.jpg',0,'attachment','image/jpeg',0),
(2681,4,'2014-07-08 16:54:43','2014-07-08 16:54:43','In the marketing communications world, it seems like summer is a quiet time of the year. People are on vacation. Summer Fridays are in force. This makes it a great time of the year to take on a few challenges.\r\n\r\nI think summer is a good time to shake things up. On a personal level, you may have certain goals for the next couple of month. Maybe, like me, you want to spend as much time outdoors as possible. Maybe you want to learn a new skill. Maybe you just want to have fun.\r\n\r\nHow about making it a challenging summer?\r\n\r\n[caption id=\"attachment_2680\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/07/7516553840_b65f327847_z.jpg\"><img class=\"size-medium wp-image-2680\" src=\"http://deborahbrody.com/wp-content/uploads/2014/07/7516553840_b65f327847_z-300x168.jpg\" alt=\"Obstacle Course at West Point\" width=\"300\" height=\"168\" /></a> Obstacle 14 from the West Point, The US Military Academy Flickr stream Photo by Tommy Gilligan[/caption]\r\n\r\n&nbsp;\r\n\r\nFor the next <strong>eight weeks</strong>, I\'ll be issuing a<span style=\"text-decoration: underline;\"> weekly challenge</span> to do with your writing, social media and blogging. Although there will be no scoring and no prizes (sorry), it\'s a way to shake things up and to make things better while you watch the thermometer hit 90 degrees and higher.\r\n\r\nThe first challenge will be posted tomorrow. To participate, simply read the post. Your comments are welcome here on the blog or you can post on Twitter using the hashtag #summerchallenge.','Make it a challenging summer!','','inherit','open','open','','2679-revision-v1','','','2014-07-08 16:54:43','2014-07-08 16:54:43','',2679,'http://deborahbrody.com/2014/07/2679-revision-v1/',0,'revision','',0),
(2682,4,'2014-07-08 21:09:12','2014-07-08 21:09:12','In the marketing communications world, it seems like summer is a quiet time of the year. People are on vacation. Summer Fridays are in force. This makes it a great time of the year to take on a few challenges.\r\n\r\nI think summer is a good time to shake things up. On a personal level, you may have certain goals for the next couple of months. Maybe, like me, you want to spend as much time outdoors as possible. Maybe you want to learn a new skill. Maybe you just want to have fun.\r\n\r\nHow about making it a challenging summer?\r\n\r\n[caption id=\"attachment_2680\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/07/7516553840_b65f327847_z.jpg\"><img class=\"size-medium wp-image-2680\" src=\"http://deborahbrody.com/wp-content/uploads/2014/07/7516553840_b65f327847_z-300x168.jpg\" alt=\"Obstacle Course at West Point\" width=\"300\" height=\"168\" /></a> Obstacle 14 from the West Point, The US Military Academy Flickr stream Photo by Tommy Gilligan[/caption]\r\n\r\n&nbsp;\r\n\r\nFor the next <strong>eight weeks</strong>, I\'ll be issuing a<span style=\"text-decoration: underline;\"> weekly challenge</span> to do with your writing, social media and blogging. Although there will be no scoring and no prizes (sorry), it\'s a way to shake things up and to make things better while you watch the thermometer hit 90 degrees and higher.\r\n\r\nThe first challenge will be posted tomorrow. To participate, simply read the post. Your comments are welcome here on the blog or you can post on Twitter using the hashtag #summerchallenge.','Make it a challenging summer!','','inherit','open','open','','2679-revision-v1','','','2014-07-08 21:09:12','2014-07-08 21:09:12','',2679,'http://deborahbrody.com/2014/07/2679-revision-v1/',0,'revision','',0),
(2683,4,'2014-07-09 16:13:32','2014-07-09 16:13:32','Starting <strong>every</strong> sentence with words or phrases such as honestly, frankly, truly or in reality.\r\n\r\nDescribing things using the <strong>same adjective or adverb</strong> every single time. You know, that show was terrific, it was fantastic, it was tremendous.\r\n\r\n(Over) relying on <strong>certain expressions</strong> (generally cliches) such as \"at the end of the day\" or \"right back atcha\" or \"takes two to tango.\"\r\n\r\nI think of these as verbal tics. We are not even aware that we are using these verbal crutches. And they can creep into our writing, especially in social media posts. They may distract readers and listeners or even make them tune out what you are saying.\r\n\r\nThe summer\'s first challenge is to rid yourself of verbal tics (or at least reduce them).\r\n\r\nHere are the three steps to take:\r\n\r\n1. <strong>Identify</strong> these verbal tics in your writing or speaking. Start paying attention to yourself and your writing. Do you find yourself saying certain things over and over?\r\n\r\n2. <strong>Figure</strong> out why you are saying this. Why do you have to preface your statement with \"honestly?\" Are you generally not honest? Is it just habit? Is there any other way to say this?\r\n\r\n3. Now, this is the hard part: <strong>eliminate</strong> the word or phrase completely. Try doing this for a day or two. If you catch yourself about to use one of your verbal tics, find another word or phrase to use instead.\r\n\r\nThis won’t be easy. We get into patterns and it’s hard to stop. And that\'s the point of this challenge: becoming aware of your patterns.\r\n\r\nWhat do you think? What is your verbal tic? Are there verbal tics that your colleagues have that drive you nuts? Tell me!\r\n\r\nUPDATE:\r\n\r\nSeems that even the New York Times has verbal tics, as the article <a href=\"http://www.prdaily.com/Main/Articles/16944.aspx\" target=\"_blank\">The New York Times lists its crutch words</a> points out. Verbal tics are crutches for sure!','Challenge #1: Tick off verbal tics','','publish','open','open','','challenge-1-tick-off-verbal-tics','','','2014-07-10 17:59:51','2014-07-10 17:59:51','',0,'http://deborahbrody.com/?p=2683',0,'post','',0),
(2684,4,'2014-07-09 16:13:32','2014-07-09 16:13:32','Starting <strong>every</strong> sentence with words or phrases such as honestly, frankly, truly or in reality.\r\n\r\nDescribing things using the <strong>same adjective or adverb</strong> every single time. You know, that show was terrific, it was fantastic, it was tremendous.\r\n\r\n(Over) relying on <strong>certain expressions</strong> (generally cliches) such as \"at the end of the day\" or \"right back atcha\" or \"takes two to tango.\"\r\n\r\nI think of these as verbal tics. We are not even aware that we are using these verbal crutches. And they can creep into our writing, especially in social media posts. They may distract readers and listeners or even make them tune out what you are saying.\r\n\r\nThe summer\'s first challenge is to rid yourself of verbal tics (or at least reduce them).\r\n\r\nHere are the three steps to take:\r\n\r\n1. <strong>Identify</strong> these verbal tics in your writing or speaking. Start paying attention to yourself and your writing. Do you find yourself saying certain things over and over?\r\n\r\n2. <strong>Figure</strong> out why you are saying this. Why do you have to preface your statement with \"honestly?\" Are you generally not honest? Is it just habit? Is there any other way to say this?\r\n\r\n3. Now, this is the hard part: <strong>eliminate</strong> the word or phrase completely. Try doing this for a day or two. If you catch yourself about to use one of your verbal tics, find another word or phrase to use instead.\r\n\r\nThis won’t be easy. We get into patterns and it’s hard to stop. And that\'s the point of this challenge: becoming aware of your patterns.\r\n\r\nWhat do you think? What is your verbal tic? Are there verbal tics that your colleagues have that drive you nuts? Tell me!\r\n\r\n&nbsp;','Challenge #1: Tick off verbal tics','','inherit','open','open','','2683-revision-v1','','','2014-07-09 16:13:32','2014-07-09 16:13:32','',2683,'http://deborahbrody.com/2014/07/2683-revision-v1/',0,'revision','',0),
(2686,4,'2014-07-10 17:59:51','2014-07-10 17:59:51','Starting <strong>every</strong> sentence with words or phrases such as honestly, frankly, truly or in reality.\r\n\r\nDescribing things using the <strong>same adjective or adverb</strong> every single time. You know, that show was terrific, it was fantastic, it was tremendous.\r\n\r\n(Over) relying on <strong>certain expressions</strong> (generally cliches) such as \"at the end of the day\" or \"right back atcha\" or \"takes two to tango.\"\r\n\r\nI think of these as verbal tics. We are not even aware that we are using these verbal crutches. And they can creep into our writing, especially in social media posts. They may distract readers and listeners or even make them tune out what you are saying.\r\n\r\nThe summer\'s first challenge is to rid yourself of verbal tics (or at least reduce them).\r\n\r\nHere are the three steps to take:\r\n\r\n1. <strong>Identify</strong> these verbal tics in your writing or speaking. Start paying attention to yourself and your writing. Do you find yourself saying certain things over and over?\r\n\r\n2. <strong>Figure</strong> out why you are saying this. Why do you have to preface your statement with \"honestly?\" Are you generally not honest? Is it just habit? Is there any other way to say this?\r\n\r\n3. Now, this is the hard part: <strong>eliminate</strong> the word or phrase completely. Try doing this for a day or two. If you catch yourself about to use one of your verbal tics, find another word or phrase to use instead.\r\n\r\nThis won’t be easy. We get into patterns and it’s hard to stop. And that\'s the point of this challenge: becoming aware of your patterns.\r\n\r\nWhat do you think? What is your verbal tic? Are there verbal tics that your colleagues have that drive you nuts? Tell me!\r\n\r\nUPDATE:\r\n\r\nSeems that even the New York Times has verbal tics, as the article <a href=\"http://www.prdaily.com/Main/Articles/16944.aspx\" target=\"_blank\">The New York Times lists its crutch words</a> points out. Verbal tics are crutches for sure!','Challenge #1: Tick off verbal tics','','inherit','open','open','','2683-revision-v1','','','2014-07-10 17:59:51','2014-07-10 17:59:51','',2683,'http://deborahbrody.com/2014/07/2683-revision-v1/',0,'revision','',0),
(2689,4,'2014-07-15 13:25:19','2014-07-15 13:25:19','If you are a service provider, you are probably really good at what you do. You are probably not so good at promoting yourself.  If,on the other hand, you are good at what you do and you know how to market yourself properly, you will have business coming out of your ears.\r\n\r\nI know because I deal with service providers---and I am one myself. Our first order of business should be to provide the best service possible. But our second order of business, and in order to keep business, is to market ourselves properly.\r\n\r\nHere are five basic (and simple) marketing tips:\r\n\r\n1.<strong> Be ultra-professional</strong>. It should go without saying, but the most important thing a service provider can do is to provide good service and a good impression.\r\n<ul>\r\n	<li><strong>Be on time.</strong> Punctuality shows respect for your customer\'s time.</li>\r\n	<li><strong>Honor your commitments</strong>. If you say you will do something, you must do it!</li>\r\n	<li><strong>Be straightforward.</strong> Is there an issue? Speak up.</li>\r\n	<li><strong>Communicate</strong> what, how, why of what you are doing.</li>\r\n</ul>\r\n2. <strong>Introduce yourself properly.</strong> When meeting with a customer, do not assume they know who you are. You don\'t have to provide your complete bio, but you should give your name and what you do. For example: \"Hi, I am Joe Smith. I am an AC tech with XYZ company and I will be checking your system today.\" Or: \"Hi, I am Gina, I will be teaching this beginner-level yoga class. \"\r\n\r\n3. <strong>Provide a leave-behind or take-with</strong>. It could be a brochure or a business card. It would be best if your materials have your website address and your website is good and up-to-date. You want to give the customer a way to contact you and to find out more about you.\r\n\r\n4. <strong>Send a welcome/thank you letter, card or email.</strong> After you meet or provide service to your customer, send something! If you are an art studio, for example, and you just signed up a new art student, send the student a welcome note and any information the student might need. If you are a painter, and just finished painting your customers house, send a thank you for your business card or email.\r\n\r\n5. <strong>Ask for referrals.</strong> You should have a way to ask for referrals. You could simply have a line in your thank you letter saying that you appreciate referrals. You could provide a discount or a freebie for any referrals. For example, A teacher at the yoga studio I just started going to announced that if you bring a friend to the studio, you get a free class (mind you, the owner of the studio has done none of the steps above including not providing the bring-a-friend information).\r\n\r\nThese tips are meant to be the basic, everyday things you do for every customer, every time.  If you skip these steps, or only do one of them, you will miss out on simple opportunities that are already available to you.\r\n\r\nWould you add anything? If you are a service provider, what is your must-do marketing tip? Please share!\r\n<h4>Coming up on Thursday, week 2 of the summer challenge.</h4>\r\n&nbsp;','5 basic marketing tips for service providers','','inherit','open','open','','2688-revision-v1','','','2014-07-15 13:25:19','2014-07-15 13:25:19','',2688,'http://deborahbrody.com/2014/07/2688-revision-v1/',0,'revision','',0),
(2690,4,'2014-07-15 13:26:52','2014-07-15 13:26:52','If you are a service provider, you are probably really good at what you do. You are probably not so good at promoting yourself.  If,on the other hand, you are good at what you do and you know how to market yourself properly, you will have business coming out of your ears.\r\n\r\nI know because I deal with service providers---and I am one myself. Our first order of business should be to provide the best service possible. But our second order of business, and in order to keep business, is to market ourselves properly.\r\n\r\nHere are five basic (and simple) marketing tips:\r\n\r\n1.<strong> Be ultra-professional</strong>. It should go without saying, but the most important thing a service provider can do is to provide good service and a good impression.\r\n<ul>\r\n	<li><strong>Be on time.</strong> Punctuality shows respect for your customer\'s time.</li>\r\n	<li><strong>Honor your commitments</strong>. If you say you will do something, you must do it!</li>\r\n	<li><strong>Be straightforward.</strong> Is there an issue? Speak up.</li>\r\n	<li><strong>Communicate</strong> what, how, why of what you are doing.</li>\r\n</ul>\r\n2. <strong>Introduce yourself properly.</strong> When meeting with a customer, do not assume they know who you are. You don\'t have to provide your complete bio, but you should give your name and what you do. For example: \"Hi, I am Joe Smith. I am an AC tech with XYZ company and I will be checking your system today.\" Or: \"Hi, I am Gina, I will be teaching this beginner-level yoga class. \"\r\n\r\n3. <strong>Provide a leave-behind or take-with</strong>. It could be a brochure or a business card. It would be best if your materials have your website address and your website is good and up-to-date. You want to give the customer a way to contact you and to find out more about you.\r\n\r\n4. <strong>Send a welcome/thank you letter, card or email.</strong> After you meet or provide service to your customer, send something! If you are an art studio, for example, and you just signed up a new art student, send the student a welcome note and any information the student might need. If you are a painter, and just finished painting your customer\'s house, send a thank you for your business card or email.\r\n\r\n5. <strong>Ask for referrals.</strong> You should have a way to ask for referrals. You could simply have a line in your thank you letter saying that you appreciate referrals. You could provide a discount or a freebie for any referrals. For example, A teacher at the yoga studio I just started going to announced that if you bring a friend to the studio, you get a free class (mind you, the owner of the studio has done none of the steps above including not providing the bring-a-friend information).\r\n\r\nThese tips are meant to be the basic, everyday things you do for every customer, every time.  If you skip these steps, or only do one of them, you will miss out on simple opportunities that are already available to you.\r\n\r\nWould you add anything? If you are a service provider, what is your must-do marketing tip? Please share!\r\n<h4>Coming up on Thursday, week 2 of the summer challenge.</h4>\r\n&nbsp;','5 basic marketing tips for service providers','','inherit','open','open','','2688-revision-v1','','','2014-07-15 13:26:52','2014-07-15 13:26:52','',2688,'http://deborahbrody.com/2014/07/2688-revision-v1/',0,'revision','',0),
(2691,4,'2014-07-15 16:47:29','2014-07-15 16:47:29','If you are a service provider, you are probably really good at what you do. You are probably not so good at promoting yourself.  If,on the other hand, you are good at what you do and you know how to market yourself properly, you will have business coming out of your ears.\r\n\r\nI know because I deal with service providers---and I am one myself. Our first order of business should be to provide the best service possible. But our second order of business, and in order to keep business, is to market ourselves properly.\r\n\r\nHere are five easy and effective marketing tips:\r\n\r\n1.<strong> Be ultra-professional</strong>. It should go without saying, but the most important thing a service provider can do is to provide good service and a good impression.\r\n<ul>\r\n	<li><strong>Be on time.</strong> Punctuality shows respect for your customer\'s time.</li>\r\n	<li><strong>Honor your commitments</strong>. If you say you will do something, you must do it!</li>\r\n	<li><strong>Be straightforward.</strong> Is there an issue? Speak up.</li>\r\n	<li><strong>Communicate</strong> what, how, why of what you are doing.</li>\r\n</ul>\r\n2. <strong>Introduce yourself properly.</strong> When meeting with a customer, do not assume they know who you are. You don\'t have to provide your complete bio, but you should give your name and what you do. For example: \"Hi, I am Joe Smith. I am an AC tech with XYZ company and I will be checking your system today.\" Or: \"Hi, I am Gina, I will be teaching this beginner-level yoga class. \"\r\n\r\n3. <strong>Provide a leave-behind or take-with</strong>. It could be a brochure or a business card. It would be best if your materials have your website address and your website is good and up-to-date. You want to give the customer a way to contact you and to find out more about you.\r\n\r\n4. <strong>Send a welcome/thank you letter, card or email.</strong> After you meet or provide service to your customer, send something! If you are an art studio, for example, and you just signed up a new art student, send the student a welcome note and any information the student might need. If you are a painter, and just finished painting your customer\'s house, send a thank you for your business card or email.\r\n\r\n5. <strong>Ask for referrals.</strong> You should have a way to ask for referrals. You could simply have a line in your thank you letter saying that you appreciate referrals. You could provide a discount or a freebie for any referrals. For example, A teacher at the yoga studio I just started going to announced that if you bring a friend to the studio, you get a free class (mind you, the owner of the studio has done none of the steps above including not providing the bring-a-friend information).\r\n\r\nThese tips are meant to be the basic, everyday things you do for every customer, every time.  If you skip these steps, or only do one of them, you will miss out on simple opportunities that are already available to you.\r\n\r\nWould you add anything? If you are a service provider, what is your must-do marketing tip? Please share!\r\n<h4>Coming up on Thursday, week 2 of the summer challenge.</h4>\r\n&nbsp;','5 easy and effective marketing tips for service providers','','inherit','open','open','','2688-revision-v1','','','2014-07-15 16:47:29','2014-07-15 16:47:29','',2688,'http://deborahbrody.com/2014/07/2688-revision-v1/',0,'revision','',0),
(2693,4,'2014-07-17 21:04:43','2014-07-17 21:04:43','I am fortunate to live right outside Washington, DC. Every summer, the area is invaded by hordes of tourists from across the US and from other countries. As a local, I often find it annoying to have to walk behind a slow group of tourists who are taking up the entire sidewalk or to have to battle with out-of-towners for elbow room at a new exhibit at the National Gallery.  But I need to remind myself that tourists are excited to be here, to see things they\'ve only read about and to get to know our nation\'s capital. They are a huge source of revenue for the area. And, they are getting to see things I may never get around to seeing.\r\n\r\nTo be a tourist requires curiosity. It requires advance planning and research but also the ability to grab an opportunity when you see it (free concert today at noon!). It requires learning how to get around. It requires a willingness to try new things.\r\n\r\nSo you see how being a tourist really requires some important skills to any communicator.\r\n\r\n<strong>Your challenge for this week is to be a tourist in your own town.</strong>\r\n\r\nI know that not everybody\'s hometown is Washington, DC, but every town has something to offer a visitor. If you are in a small town, it will be your challenge to figure out what that is. Why would anyone visit your town? And if they do visit, what do they do?\r\n\r\nHere\'s a few ways to be a tourist in your own town:\r\n\r\nGo online or call your local visitor\'s center or CVB (convention and visitor\'s bureau). Ask what the <strong>must-see attractions</strong> are. Check out at least one.  Or, pick up a tourist guide for your town.\r\n\r\nS<strong>pend a day walkin</strong>g around your town\'s downtown or main street. Walking...not driving.  Maybe take a side street you\'ve never been on.\r\n\r\nEat a <strong>meal at a new restauran</strong>t, somewhere you\'ve always wanted to try. (You could also go online to see what the top restaurants in your area are and choose one.)\r\n\r\nGo to a<strong> local park</strong>. Bring a picnic. Take a hike if appropriate. Perhaps you live near a river. What about renting a kayak or canoe?\r\n\r\n<strong>Take a tour led by a tour guide</strong>. Perhaps there\'s a specialized walking tour or an eating tour that you could check out. Don\'t know if they exist? Look it up!\r\n\r\nVisit a<strong> local brewery or winery</strong>. Take the tour, do the tasting.\r\n\r\nTake <strong>public transportation</strong>. If you already take public transportation, take a different method (if you always commute by train, take the bus or take a different route).\r\n\r\nWhen we live somewhere, we overlook what is there because we take it for granted. Sometimes, we don\'t even know what is there! By looking at our surroundings in a new way, we are seeing things differently. It may help boost your creativity or it may spark some new ideas.\r\n\r\nLet me know what you do! Tell me what town you played tourist in. Have fun exploring!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Summer challenge: Be a tourist in your own town','','inherit','open','open','','2692-revision-v1','','','2014-07-17 21:04:43','2014-07-17 21:04:43','',2692,'http://deborahbrody.com/2014/07/2692-revision-v1/',0,'revision','',0),
(2694,4,'2014-07-17 21:05:34','2014-07-17 21:05:34','I am fortunate to live right outside Washington, DC. Every summer, the area is invaded by hordes of tourists from across the US and from other countries. As a local, I often find it annoying to have to walk behind a slow group of tourists who are taking up the entire sidewalk or to have to battle with out-of-towners for elbow room at a new exhibit at the National Gallery.  But I need to remind myself that tourists are excited to be here, to see things they\'ve only read about and to get to know our nation\'s capital. They are a huge source of revenue for the area. And, they are getting to see things I may never get around to seeing.\r\n\r\nTo be a tourist requires curiosity. It requires advance planning and research but also the ability to grab an opportunity when you see it (free concert today at noon!). It requires learning how to get around. It requires a willingness to try new things.\r\n\r\nSo you see how being a tourist really requires some important skills to any communicator.\r\n\r\n<strong>Your challenge for this week is to be a tourist in your own town.</strong>\r\n\r\nI know that not everybody\'s hometown is Washington, DC, but every town has something to offer a visitor. If you are in a small town, it will be your challenge to figure out what that is. Why would anyone visit your town? And if they do visit, what do they do?\r\n\r\nHere\'s a few ways to be a tourist in your own town:\r\n\r\nGo online or call your local visitor\'s center or CVB (convention and visitor\'s bureau). Ask what the <strong>must-see attractions</strong> are. Check out at least one.  Or, pick up a tourist guide for your town.\r\n\r\nS<strong>pend a day walkin</strong>g around your town\'s downtown or main street. Walking...not driving.  Maybe take a side street you\'ve never been on.\r\n\r\nEat a <strong>meal at a new restauran</strong>t, somewhere you\'ve always wanted to try. (You could also go online to see what the top restaurants in your area are and choose one.)\r\n\r\nGo to a<strong> local park</strong>. Bring a picnic. Take a hike if appropriate. Perhaps you live near a river. What about renting a kayak or canoe?\r\n\r\n<strong>Take a tour led by a tour guide</strong>. Perhaps there\'s a specialized walking tour or an eating tour that you could check out. Don\'t know if they exist? Look it up!\r\n\r\nVisit a<strong> local brewery or winery</strong>. Take the tour, do the tasting.\r\n\r\nTake <strong>public transportation</strong>. If you already take public transportation, take a different method (if you always commute by train, take the bus or take a different route).\r\n\r\nWhen we live somewhere, we overlook what is there because we take it for granted. Sometimes, we don\'t even know what is there! By looking at our surroundings in a new way, we are seeing things differently. It may help boost your creativity or it may spark some new ideas.\r\n\r\nLet me know what you do! Tell me what town you played tourist in. Have fun exploring!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Summer challenge #2: Be a tourist in your own town','','inherit','open','open','','2692-revision-v1','','','2014-07-17 21:05:34','2014-07-17 21:05:34','',2692,'http://deborahbrody.com/2014/07/2692-revision-v1/',0,'revision','',0),
(2708,4,'2014-08-05 12:42:49','0000-00-00 00:00:00','We can talk all we want about communications strategies and tactics, but if we don\'t master interpersonal communications, we aren\'t going to achieve any positive results. And in a sense, all of it, macro and micro communications, boils down to saying the right thing at the right time and in the right amount. Of course, \"right\" is subjective. What is right for one person may not be right for someone else.\r\n\r\nLet me give you some concrete examples of what I mean.\r\n\r\nGeneric LinkedIn invitations--saying too little\r\n\r\nI get two or three generic LinkedIn invitations every week, 99% of them are from people I don\'t know and/or have never met. Sometimes they know someone I know. Sometimes.  These people, whom I don\'t know, are incapable of giving me a reason for connecting. The say too little. If they threw in a line saying why they are interested in connecting, perhaps I would go ahead and accept their invitation.\r\n\r\nSaying too much\r\n\r\nLast week, I had an exchange on Twitter with someone I know who works at a nonprofit organization I have supported in the past. He was making some political statements that I didn\'t agree with, and asked him about it. He didn\'t answer my question, but rather launched into a barrage of tweets, which he publicized to his entire stream (put my handle at the end of the tweet). In a private message, I called him on his behavior. He then sent me six or seven direct messages defending himself. And then he re-tweeted one of my tweets to his stream, and hashtagged it. Predictably, one of his followers called me a \"hater\" based on this. I was irate. I wrote this person a two-line email pointing out that I was now being attacked online thanks to his use of Twitter. He wrote back a nine paragraph (long paragraphs too) email. Two lines from me elicited nine paragraphs of defensive and extraneous commentary from him.  He said too much. And he didn\'t say what I would have wanted him to say, that is, that he was sorry. Instead, he told me all about his rights to express himself, and how he only cares about what his partner thinks, and about his health issues, etc. etc. Way too much information. Way out of line. He made the whole thing worse.\r\n\r\n&nbsp;','Saying too much; saying too little','','draft','open','open','','','','','2014-08-05 12:42:49','2014-08-05 12:42:49','',0,'http://deborahbrody.com/?p=2708',0,'post','',0),
(2697,4,'2014-07-24 13:36:51','2014-07-24 13:36:51','Are you happy with your social media presence? If so, then please feel free to ignore this post. If you want to improve your social media presence, this post is for you.\r\n\r\nNow, let\'s take a look at your social media presence and then decide if you need to clean up your act. It\'s my summer challenge to you!\r\n\r\nFirst, you may want to conduct a<strong> social media audit</strong> on yourself. A simple one would be to create a chart listing where you have social media presence, how many followers you have and how many posts you have in each channel. For more advanced audits, you may want to check out these articles:\r\n\r\n<a href=\"http://blog.bufferapp.com/social-media-audit\" target=\"_blank\">The 15-Minute Social Media Audit Everyone Can Do</a>\r\n<p class=\"entry-title\"><a href=\"http://contentmarketinginstitute.com/2014/04/auditing-social-media-content/\" target=\"_blank\">Auditing Your Social Media Content: 5 Issues to Tackle</a></p>\r\nGood. Now we know where you are.\r\n\r\nNow, here are some suggestions for where to  start \"cleaning up\" you social media:\r\n\r\n<strong>Clean up your bio.</strong> Do you describe yourself consistently across social media?Is it time to update your bio? Has anything changed, perhaps you have a new website/business/focus?\r\n\r\n<strong>Clean up your image</strong> (I mean your profile pic). Do you use the same image across social media channels? Is it a current picture? Is it flattering?\r\n\r\n<strong>Clean out your Twitter lists.</strong> Are you following the people you want to follow? Are there people that just clutter your stream with information you are not interested in? Perhaps it\'s time to unfollow.\r\n\r\n<strong>Clean out your RSS reader.</strong> Do you enjoy reading all the feeds in your RSS reader? No? Well then get rid of those that you don\'t enjoy.\r\n\r\n<strong>Clean out your LinkedIn connections.</strong> Are the people in your network people you know? Could you reach out and ask for an opinion, referral or coffee date? No? Maybe you need to cull down your contacts. Your network should be more about depth than about breadth.\r\n\r\nAgain, these are a few suggestions. You may find that you want to concentrate on just one social network, or think about your overall strategy. What would you clean up? Please tell me in the comments.\r\n\r\nHappy cleaning!','Summer challenge #3: Clean up your social media act','','publish','open','open','','summer-challenge-3-clean-up-your-social-media-act','','','2014-07-24 13:37:03','2014-07-24 13:37:03','',0,'http://deborahbrody.com/?p=2697',0,'post','',1),
(2698,4,'2014-07-24 13:36:51','2014-07-24 13:36:51','Are you happy with your social media presence? If so, then please feel free to ignore this post. If you want to improve your social media presence, this post is for you.\r\n\r\nNow, let\'s take a look at your social media presence and then decide if you need to clean up your act. It\'s my summer challenge to you!\r\n\r\nFirst, you may want to conduct a<strong> social media audit</strong> on yourself. A simple one would be to create a chart listing where you have social media presence, how many followers you have and how many posts you have in each channel. For more advanced audits, you may want to check out these articles:\r\n\r\n<a href=\"http://blog.bufferapp.com/social-media-audit\" target=\"_blank\">The 15-Minute Social Media Audit Everyone Can Do</a>\r\n<p class=\"entry-title\"><a href=\"http://contentmarketinginstitute.com/2014/04/auditing-social-media-content/\" target=\"_blank\">Auditing Your Social Media Content: 5 Issues to Tackle</a></p>\r\nGood. Now we know where you are.\r\n\r\nNow, here are some suggestions for where to  start \"cleaning up\" you social media:\r\n\r\n<strong>Clean up your bio.</strong> Do you describe yourself consistently across social media?Is it time to update your bio? Has anything changed, perhaps you have a new website/business/focus?\r\n\r\n<strong>Clean up your image</strong> (I mean your profile pic). Do you use the same image across social media channels? Is it a current picture? Is it flattering?\r\n\r\n<strong>Clean out your Twitter lists.</strong> Are you following the people you want to follow? Are there people that just clutter your stream with information you are not interested in? Perhaps it\'s time to unfollow.\r\n\r\n<strong>Clean out your RSS reader.</strong> Do you enjoy reading all the feeds in your RSS reader? No? Well then get rid of those that you don\'t enjoy.\r\n\r\n<strong>Clean out your LinkedIn connections.</strong> Are the people in your network people you know? Could you reach out and ask for an opinion, referral or coffee date? No? Maybe you need to cull down your contacts. Your network should be more about depth than about breadth.\r\n\r\nAgain, these are a few suggestions. You may find that you want to concentrate on just one social network, or think about your overall strategy. What would you clean up? Please tell me in the comments.\r\n\r\nHappy cleaning!','Summer challenge #3: Clean up your social media act','','inherit','open','open','','2697-revision-v1','','','2014-07-24 13:36:51','2014-07-24 13:36:51','',2697,'http://deborahbrody.com/2014/07/2697-revision-v1/',0,'revision','',0),
(2701,4,'2014-07-29 13:43:14','2014-07-29 13:43:14','Last week,  for my eight-week summer challenge post, I<a title=\"Summer challenge #3: Clean up your social media act\" href=\"http://deborahbrody.com/2014/07/summer-challenge-3-clean-up-your-social-media-act/\"> challenged you to clean out your social media channels</a>, such as your RSS feeds. I did some cleaning myself, and I finally removed Mashable from my feeds. It\'s been there for a long time but I haven\'t been reading it for ages, and just marking everything as read without so much as scanning it.\r\n\r\nWhen I first started on Twitter several years ago, <a href=\"http://mashable.com/\" target=\"_blank\">Mashable</a> was <em>the</em> source for how-to information and stats about Twitter. If you wanted to understand social media, you had to read Mashable. But in the past year or so, Mashable has become a source for all sorts of news. As I write this on Tuesday morning, some of the headlines on the site include these:\r\n\r\n\"At Least 22 Civilians Were Killed in Ukraine Today\"\r\n\r\n\"12 Simple Tweaks That Make Your Resume Easier to Review\"\r\n\r\n\"10 Heroic Women of World War I\"\r\n\r\nDo you see anything about about social media? Well, perhaps I scroll through the home page I could find a couple of articles about social media, but they are lost in the morass of lifestyle, career and general news articles. Some of these wide-ranging articles are potentially very interesting (and shareable), but not what I subscribed to Mashable for. And, to make matters worse, Mashable\'s feed was overwhelming. There were around 60 new articles each day.\r\n\r\nSo here are the two issues with Mashable\'s feed:\r\n\r\n<strong>1. Too much content</strong>\r\n\r\n<strong>2. The \"wrong\" content</strong>\r\n\r\nIn fact, we see one or both issues crop up in what I consider ineffective content.\r\n\r\nWith the first issue, too much content, you are overwhelming your readers. You are giving them so much that they end up not reading any of it.  For example, I see this happening with Inc. Magazine\'s RSS feed.  Every day, there are dozens of new articles. Too much.\r\n\r\nWith the second issue, the \"wrong\" content, you are not providing readers with the content they want or need. I see this happening a lot, especially for websites/blogs that usually put out business/marketing advice and that are now peppering this information with self-help and self-improvement tales. Now, I have absolutely nothing against self-improvement, but I don\'t go to Marketing King John Doe to find out how to be happier or fitter.\r\n\r\n<strong>There\'s only one solution to these content issues and that is to respect your readers.</strong>\r\n\r\nYou don\'t want to overwhelm your readers, and you want to make sure to respect their time. Too much content makes it hard for them to figure out what is important, what they should read. You should further respect your readers by providing them with the information they want and need.\r\n\r\nWhat do you think? Are you swimming in a sea of content and looking for the nearest island?  Or are you finding just enough content and all of it relevant to you?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Two content issues (or why I no longer read Mashable)','','publish','open','open','','two-content-issues-or-why-i-no-longer-read-mashable','','\nhttp://deborahbrody.com/2014/07/summer-challenge-3-clean-up-your-social-media-act/','2014-07-29 13:46:09','2014-07-29 13:46:09','',0,'http://deborahbrody.com/?p=2701',0,'post','',0),
(2702,4,'2014-07-29 13:43:14','2014-07-29 13:43:14','Last week,  for my eight-week summer challenge post, I<a title=\"Summer challenge #3: Clean up your social media act\" href=\"http://deborahbrody.com/2014/07/summer-challenge-3-clean-up-your-social-media-act/\"> challenged you to clean out your social media channels</a>, such as your RSS feeds. I did some cleaning myself, and I finally removed Mashable from my feeds. It\'s been there for a long time but I haven\'t been reading it for ages, and just marking everything as read without so much as scanning it.\r\n\r\nWhen I first started on Twitter several years ago, Mashable was <em>the</em> source for how-to information and stats about Twitter. If you wanted to understand social media, you had to read Mashable. But in the past year or so, Mashable has become a source for all sorts of news. As I write this on Tuesday morning, some of the headlines on the site include these:\r\n\r\n\"At Least 22 Civilians Were Killed in Ukraine Today\"\r\n\r\n\"12 Simple Tweaks That Make Your Resume Easier to Review\"\r\n\r\n\"10 Heroic Women of World War I\"\r\n\r\nDo you see anything about about social media? Well, perhaps I scroll through the home page I could find a couple of articles about social media, but they are lost in the morass of lifestyle, career and general news articles. Some of these wide-ranging articles are potentially very interesting (and shareable), but not what I subscribed to Mashable for. And, to make matters worse, Mashable\'s feed was overwhelming. There were around 60 new articles each day.\r\n\r\nSo here are the two issues with Mashable\'s feed:\r\n\r\n<strong>1. Too much content</strong>\r\n\r\n<strong>2. The \"wrong\" content</strong>\r\n\r\nIn fact, we see one or both issues crop up in what I consider ineffective content.\r\n\r\nWith the first issue, too much content, you are overwhelming your readers. You are giving them so much that they end up not reading any of it.  For example, I see this happening with Inc. Magazine\'s RSS feed.  Every day, there are dozens of new articles. Too much.\r\n\r\nWith the second issue, the \"wrong\" content, you are not providing readers with the content they want or need. I see this happening a lot, especially for websites/blogs that usually put out business/marketing advice and that are now peppering this information with self-help and self-improvement tales. Now, I have absolutely nothing against self-improvement, but I don\'t go to Marketing King John Doe to find out how to be happier or fitter.\r\n\r\n<strong>There\'s only one solution to these content issues and that is to respect your readers.</strong>\r\n\r\nYou don\'t want to overwhelm your readers, and you want to make sure to respect their time. Too much content makes it hard for them to figure out what is important, what they should read. You should further respect your readers by providing them with the information they want and need.\r\n\r\nWhat do you think? Are you swimming in a sea of content and looking for the nearest island?  Or are you finding just enough content and all of it relevant to you?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Two content issues (or why I no longer read Mashable)','','inherit','open','open','','2701-revision-v1','','','2014-07-29 13:43:14','2014-07-29 13:43:14','',2701,'http://deborahbrody.com/2014/07/2701-revision-v1/',0,'revision','',0),
(2703,4,'2014-07-29 13:46:09','2014-07-29 13:46:09','Last week,  for my eight-week summer challenge post, I<a title=\"Summer challenge #3: Clean up your social media act\" href=\"http://deborahbrody.com/2014/07/summer-challenge-3-clean-up-your-social-media-act/\"> challenged you to clean out your social media channels</a>, such as your RSS feeds. I did some cleaning myself, and I finally removed Mashable from my feeds. It\'s been there for a long time but I haven\'t been reading it for ages, and just marking everything as read without so much as scanning it.\r\n\r\nWhen I first started on Twitter several years ago, <a href=\"http://mashable.com/\" target=\"_blank\">Mashable</a> was <em>the</em> source for how-to information and stats about Twitter. If you wanted to understand social media, you had to read Mashable. But in the past year or so, Mashable has become a source for all sorts of news. As I write this on Tuesday morning, some of the headlines on the site include these:\r\n\r\n\"At Least 22 Civilians Were Killed in Ukraine Today\"\r\n\r\n\"12 Simple Tweaks That Make Your Resume Easier to Review\"\r\n\r\n\"10 Heroic Women of World War I\"\r\n\r\nDo you see anything about about social media? Well, perhaps I scroll through the home page I could find a couple of articles about social media, but they are lost in the morass of lifestyle, career and general news articles. Some of these wide-ranging articles are potentially very interesting (and shareable), but not what I subscribed to Mashable for. And, to make matters worse, Mashable\'s feed was overwhelming. There were around 60 new articles each day.\r\n\r\nSo here are the two issues with Mashable\'s feed:\r\n\r\n<strong>1. Too much content</strong>\r\n\r\n<strong>2. The \"wrong\" content</strong>\r\n\r\nIn fact, we see one or both issues crop up in what I consider ineffective content.\r\n\r\nWith the first issue, too much content, you are overwhelming your readers. You are giving them so much that they end up not reading any of it.  For example, I see this happening with Inc. Magazine\'s RSS feed.  Every day, there are dozens of new articles. Too much.\r\n\r\nWith the second issue, the \"wrong\" content, you are not providing readers with the content they want or need. I see this happening a lot, especially for websites/blogs that usually put out business/marketing advice and that are now peppering this information with self-help and self-improvement tales. Now, I have absolutely nothing against self-improvement, but I don\'t go to Marketing King John Doe to find out how to be happier or fitter.\r\n\r\n<strong>There\'s only one solution to these content issues and that is to respect your readers.</strong>\r\n\r\nYou don\'t want to overwhelm your readers, and you want to make sure to respect their time. Too much content makes it hard for them to figure out what is important, what they should read. You should further respect your readers by providing them with the information they want and need.\r\n\r\nWhat do you think? Are you swimming in a sea of content and looking for the nearest island?  Or are you finding just enough content and all of it relevant to you?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Two content issues (or why I no longer read Mashable)','','inherit','open','open','','2701-revision-v1','','','2014-07-29 13:46:09','2014-07-29 13:46:09','',2701,'http://deborahbrody.com/2014/07/2701-revision-v1/',0,'revision','',0),
(2714,4,'2014-08-10 10:10:58','0000-00-00 00:00:00','(Or how to get what you want while maintaining good relationships with people.)\r\n\r\nLately, I have seen bunch of articles about how people are now refusing to take coffee meetings. Mostly, they seem to argue that they are a waste of time. And yes, oftentimes they are...but mostly because people don\'t practice the art of the coffee meeting. Yes, I think there\'s an art to it and most people are not aware of it.\r\n\r\nWhen people are not practicing the art of the coffee meeting, what they are doing is not being respectful and appreciative of the relationship they have with the person they are asking to the coffee date. But by being artful about it, you are actually making it more likely that not only may you get something you want from the meeting, but you will also maintain and even strengthen your relationship.\r\n\r\nWhen there is no art,  what often happens is that people just ask for something (let\'s meet for coffee so that I can \"pick your brain\") and then, having achieved what THEY want, they leave the other person used.\r\n\r\nThere\'s a few rules to asking for a meeting (coffee or otherwise) and there\'s a way to make it even better.\r\n\r\nSo, this past Friday, I had a coffee meeting. But it achieved nothing for either party. This is what happened: \"Jane\" contacted me through LinkedIn. She is someone I have met a couple of times before and who recently started a new job, in a different industry. She had been in PR, and I was not sure if she had been laid off from her PR job, and now wanted to get back in. I figured she was contacting me to discuss career stuff. Also, she made it seem as though she was looking to catch up, on a friendly basis. Well, after an hour and a half of chatting, it turns out Jane really wanted to sell me on her new financial planning business. Except she never asked. When we were saying goodbye, and I mentioned that it would be nice to have another chat, she hemmed and hawed. It became clear to me (finally) that she was not being friendly, but rather, very indirect in her search for new business.\r\n\r\n<strong>Rule #1: Be clear as to you intentions. Ask for what you want. Don\'t be opaque. Make it an art: Learn how to ask and be friendly at the same time.</strong>\r\n\r\nA couple years ago I got another note through LinkedIn from someone I had met once. She wondered if I had time to speak. She was very business-like and set up a half-hour. We spoke on the phone for exactly 30 minutes. To the point she cut me off telling me she had to go.\r\n\r\n<strong>Rule #2: Be respectful of people\'s time. If you say you want to talk for an hour, it better just be an hour. Make it an art: Determine the situation. If you have time, and the conversation is going well, perhaps you can run over and avoid cutting off a person).\r\n</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Art of the Coffee Meeting','','draft','open','open','','','','','2014-08-10 10:10:58','2014-08-10 14:10:58','',0,'http://deborahbrody.com/?p=2714',0,'post','',0),
(2705,4,'2014-07-31 14:43:20','2014-07-31 14:43:20','Before you think I am going to challenge you to move more, let me clarify that this is a writing challenge, not a fitness challenge. I am talking about <strong>active voice</strong>. Originally, I wanted to name the post \"Be less passive,\" but that sounded a bit too negative.\r\n\r\nMost every writing teacher, and probably even your own English teacher in school, makes a point of telling students to avoid the passive voice. And yet, especially in business writing, we see people using passive voice without any measure. \"The company was founded by John Doe,\" they write. \"The management team will achieve its objectives by implementing long-standing traditions,\" they add. And on and on.\r\n\r\nPassive voice is dull. It\'s boring. You know why? Because it isn\'t active! Passive voice is the equivalent of the couch potato, who just sits around, staring mindlessly at the television. The couch potato often feels bored (and boring). The couch potato hasn\'t done much lately so he doesn\'t have much to say.\r\n\r\nActive voice is more like an athlete than a couch potato, and therefore, has far more energy and zest for life. Active voice is the runner while passive voice is the straggler. Active voice gets to the point much faster, while passive voice is busy drawing out its words.\r\n\r\nYou see why active voice gives your writing more punch. It makes it lively. It makes it more interesting.\r\n\r\nSo, challenge yourself to use the active voice as often as possible. Because really, do you want your writing to resemble a couch potato?\r\n\r\n&nbsp;','Summer challenge #4: Be more active','','publish','open','open','','summer-challenge-4-be-more-active','','','2014-07-31 14:43:48','2014-07-31 14:43:48','',0,'http://deborahbrody.com/?p=2705',0,'post','',0),
(2706,4,'2014-07-31 14:43:20','2014-07-31 14:43:20','Before you think I am going to challenge you to move more, let me clarify that this is a writing challenge, not a fitness challenge. I am talking about <strong>active voice</strong>. Originally, I wanted to name the post \"Be less passive,\" but that sounded a bit too negative.\r\n\r\nMost every writing teacher, and probably even your own English teacher in school, makes a point of telling students to avoid the passive voice. And yet, especially in business writing, we see people using passive voice without any measure. \"The company was founded by John Doe,\" they write. \"The management team will achieve its objectives by implementing long-standing traditions,\" they add. And on and on.\r\n\r\nPassive voice is dull. It\'s boring. You know why? Because it isn\'t active! Passive voice is the equivalent of the couch potato, who just sits around, staring mindlessly at the television. The couch potato often feels bored (and boring). The couch potato hasn\'t done much lately so he doesn\'t have much to say.\r\n\r\nActive voice is more like an athlete than a couch potato, and therefore, has far more energy and zest for life. Active voice is the runner while passive voice is the straggler. Active voice gets to the point much faster, while passive voice is busy drawing out its words.\r\n\r\nYou see why active voice gives your writing more punch. It makes it lively. It makes it more interesting.\r\n\r\nSo, challenge yourself to use the active voice as often as possible. Because really, do you want your writing to resemble a couch potato?\r\n\r\n&nbsp;','Summer challenge #4: Be more active','','inherit','open','open','','2705-revision-v1','','','2014-07-31 14:43:20','2014-07-31 14:43:20','',2705,'http://deborahbrody.com/2014/07/2705-revision-v1/',0,'revision','',0),
(2709,4,'2014-08-05 12:42:49','2014-08-05 12:42:49','We can talk all we want about communications strategies and tactics, but if we don\'t master interpersonal communications, we aren\'t going to achieve any positive results. And in a sense, all of it, macro and micro communications, boils down to saying the right thing at the right time and in the right amount. Of course, \"right\" is subjective. What is right for one person may not be right for someone else.\r\n\r\nLet me give you some concrete examples of what I mean.\r\n\r\nGeneric LinkedIn invitations--saying too little\r\n\r\nI get two or three generic LinkedIn invitations every week, 99% of them are from people I don\'t know and/or have never met. Sometimes they know someone I know. Sometimes.  These people, whom I don\'t know, are incapable of giving me a reason for connecting. The say too little. If they threw in a line saying why they are interested in connecting, perhaps I would go ahead and accept their invitation.\r\n\r\nSaying too much\r\n\r\nLast week, I had an exchange on Twitter with someone I know who works at a nonprofit organization I have supported in the past. He was making some political statements that I didn\'t agree with, and asked him about it. He didn\'t answer my question, but rather launched into a barrage of tweets, which he publicized to his entire stream (put my handle at the end of the tweet). In a private message, I called him on his behavior. He then sent me six or seven direct messages defending himself. And then he re-tweeted one of my tweets to his stream, and hashtagged it. Predictably, one of his followers called me a \"hater\" based on this. I was irate. I wrote this person a two-line email pointing out that I was now being attacked online thanks to his use of Twitter. He wrote back a nine paragraph (long paragraphs too) email. Two lines from me elicited nine paragraphs of defensive and extraneous commentary from him.  He said too much. And he didn\'t say what I would have wanted him to say, that is, that he was sorry. Instead, he told me all about his rights to express himself, and how he only cares about what his partner thinks, and about his health issues, etc. etc. Way too much information. Way out of line. He made the whole thing worse.\r\n\r\n&nbsp;','Saying too much; saying too little','','inherit','open','open','','2708-revision-v1','','','2014-08-05 12:42:49','2014-08-05 12:42:49','',2708,'http://deborahbrody.com/2014/08/2708-revision-v1/',0,'revision','',0),
(2711,4,'2014-08-07 11:39:37','2014-08-07 11:39:37','Do you do much reading? I do, but rarely do I read classic novels, instead I spend a lot of time reading Scandinavian detective novels (I\'ve read almost everything by Hakan Nesser, Camilla Lackberg, Stieg Larsson, Arnaldur Indridasson, and on and on.)\r\n\r\nBut this summer, my book group has given me a chance to read something classic I have always wanted to read:  <em>Their Eyes Were Watching God</em> by Zora Neale Hurston.  It was published in 1937, and centers around a strong, black female character (Janie Crawford).  It was not well received when Hurston published it, but it has become a must-read in American literature. The dialogue is challenging to read, but Hurston\'s descriptions and how she captures a very specific time and place are a delight.\r\n\r\nSome book characters become iconic and often-quoted. Some lines, such as the first line of Charles Dickens\' <em>Great Expectations</em> (\"It was the best of times, it was the worst of times....\") or <em>Hamlet</em>\'s \"to be or not to be\" become instantly recognizable.\r\n\r\nFor many of us, we last read classic novels in college or high school. We were all forced to wade through tough books such as <em>Moby Dick</em> (and in my case, I had to read it at least twice, once in high school and then in college). But now I am grateful to have read all about Ahab and his search for the great white whale, if only because I know that Starbucks coffee is named after the Pequod\'s first officer Starbuck.\r\n\r\nWithout reading the great works, we miss a lot of references. We miss a lot of cultural knowledge. Reading classics exposes us to truly great writing, which stands up to time, in some cases, centuries (we are still reading Shakespeare after nearly 500 years).\r\n\r\nWhy not take the dog days of summer to read a classic that you have always wanted to read? That\'s my summer challenge to you!\r\n\r\nIf you need some ideas, here are a couple lists to help you choose:\r\n\r\n<a href=\"http://www.modernlibrary.com/top-100/100-best-novels/\" target=\"_blank\">The Modern Library\'s list of 100 Best Novels</a>\r\n\r\n<a href=\"http://newsinfo.iu.edu/news/page/normal/6677.html\" target=\"_blank\">The top classic books everybody should read from Indiana University</a>\r\n\r\n<a href=\"http://classiclit.about.com/od/englishmajor/tp/aatp_mustread.htm\" target=\"_blank\">Must Reads in Literature</a>\r\n\r\nMany thanks to Jay Morris, of <a href=\"http://jmcomllc.com/\" target=\"_blank\">Jay Morris Communications, LLC,</a> who gave me the idea to offer a reading challenge.\r\n\r\nLet me know what you read and what you thought. Happy reading!','Summer challenge #5: Get classic','','publish','open','open','','summer-challenge-5-get-classic','','\nhttp://www.modernlibrary.com/top-100/100-best-novels/','2014-08-07 11:40:15','2014-08-07 11:40:15','',0,'http://deborahbrody.com/?p=2711',0,'post','',0),
(2712,4,'2014-08-07 11:39:37','2014-08-07 11:39:37','Do you do much reading? I do, but rarely do I read classic novels, instead I spend a lot of time reading Scandinavian detective novels (I\'ve read almost everything by Hakan Nesser, Camilla Lackberg, Stieg Larsson, Arnadlur Indridasson, and on and on.)\r\n\r\nBut this summer, my book group has given me a chance to read something classic I have always wanted to read:  <em>Their Eyes Were Watching God</em> by Zora Neale Hurston.  It was published in 1937, and centers around a strong, black female character (Janie Crawford).  It was not well received when Hurston published it, but it has become a must-read in American literature. The dialogue is challenging to read, but Hurston\'s descriptions and how she captures a very specific time and place are a delight.\r\n\r\nSome book characters become iconic and often-quoted. Some lines, such as the first line of Charles Dickens\' <em>Great Expectations</em> (\"It was the best of times, it was the worst of times....\") or <em>Hamlet</em>\'s \"to be or not to be\" become instantly recognizable.\r\n\r\nFor many of us, we last read classic novels in college or high school. We were all forced to wade through tough books such as <em>Moby Dick</em> (and in my case, I had to read it at least twice, once in high school and then in college). But now I am grateful to have read all about Ahab and his search for the great white whale, if only because I know that Starbucks coffee is named after the Pequod\'s first officer Starbuck.\r\n\r\nWithout reading the great works, we miss a lot of references. We miss a lot of cultural knowledge. Reading classics exposes us to truly great writing, which stands up to time, in some cases, centuries (we are still reading Shakespeare after nearly 500 years).\r\n\r\nWhy not take the dog days of summer to read a classic that you have always wanted to read? That\'s my summer challenge to you!\r\n\r\nIf you need some ideas, here are a couple lists to help you choose:\r\n\r\n<a href=\"http://www.modernlibrary.com/top-100/100-best-novels/\" target=\"_blank\">The Modern Library\'s list of 100 Best Novels</a>\r\n\r\n<a href=\"http://newsinfo.iu.edu/news/page/normal/6677.html\" target=\"_blank\">The top classic books everybody should read from Indiana University</a>\r\n\r\n<a href=\"http://classiclit.about.com/od/englishmajor/tp/aatp_mustread.htm\" target=\"_blank\">Must Reads in Literature</a>\r\n\r\nMany thanks to Jay Morris, of <a href=\"http://jmcomllc.com/\" target=\"_blank\">Jay Morris Communications, LLC,</a> who gave me the idea to offer a reading challenge.\r\n\r\nLet me know what you read and what you thought. Happy reading!','Summer challenge #5: Get classic','','inherit','open','open','','2711-revision-v1','','','2014-08-07 11:39:37','2014-08-07 11:39:37','',2711,'http://deborahbrody.com/2014/08/2711-revision-v1/',0,'revision','',0),
(2713,4,'2014-08-07 11:40:15','2014-08-07 11:40:15','Do you do much reading? I do, but rarely do I read classic novels, instead I spend a lot of time reading Scandinavian detective novels (I\'ve read almost everything by Hakan Nesser, Camilla Lackberg, Stieg Larsson, Arnaldur Indridasson, and on and on.)\r\n\r\nBut this summer, my book group has given me a chance to read something classic I have always wanted to read:  <em>Their Eyes Were Watching God</em> by Zora Neale Hurston.  It was published in 1937, and centers around a strong, black female character (Janie Crawford).  It was not well received when Hurston published it, but it has become a must-read in American literature. The dialogue is challenging to read, but Hurston\'s descriptions and how she captures a very specific time and place are a delight.\r\n\r\nSome book characters become iconic and often-quoted. Some lines, such as the first line of Charles Dickens\' <em>Great Expectations</em> (\"It was the best of times, it was the worst of times....\") or <em>Hamlet</em>\'s \"to be or not to be\" become instantly recognizable.\r\n\r\nFor many of us, we last read classic novels in college or high school. We were all forced to wade through tough books such as <em>Moby Dick</em> (and in my case, I had to read it at least twice, once in high school and then in college). But now I am grateful to have read all about Ahab and his search for the great white whale, if only because I know that Starbucks coffee is named after the Pequod\'s first officer Starbuck.\r\n\r\nWithout reading the great works, we miss a lot of references. We miss a lot of cultural knowledge. Reading classics exposes us to truly great writing, which stands up to time, in some cases, centuries (we are still reading Shakespeare after nearly 500 years).\r\n\r\nWhy not take the dog days of summer to read a classic that you have always wanted to read? That\'s my summer challenge to you!\r\n\r\nIf you need some ideas, here are a couple lists to help you choose:\r\n\r\n<a href=\"http://www.modernlibrary.com/top-100/100-best-novels/\" target=\"_blank\">The Modern Library\'s list of 100 Best Novels</a>\r\n\r\n<a href=\"http://newsinfo.iu.edu/news/page/normal/6677.html\" target=\"_blank\">The top classic books everybody should read from Indiana University</a>\r\n\r\n<a href=\"http://classiclit.about.com/od/englishmajor/tp/aatp_mustread.htm\" target=\"_blank\">Must Reads in Literature</a>\r\n\r\nMany thanks to Jay Morris, of <a href=\"http://jmcomllc.com/\" target=\"_blank\">Jay Morris Communications, LLC,</a> who gave me the idea to offer a reading challenge.\r\n\r\nLet me know what you read and what you thought. Happy reading!','Summer challenge #5: Get classic','','inherit','open','open','','2711-revision-v1','','','2014-08-07 11:40:15','2014-08-07 11:40:15','',2711,'http://deborahbrody.com/2014/08/2711-revision-v1/',0,'revision','',0),
(2715,4,'2014-08-10 12:07:02','2014-08-10 12:07:02','(Or how to get what you want while maintaining good relationships with people.)\r\n\r\nLately, I have seen bunch of articles about how people are now refusing to take coffee meetings. Mostly, they seem to argue that they are a waste of time. And yes, oftentimes they are...but mostly because people don\'t practice the art of the coffee meeting. Yes, I think there\'s an art to it and most people are not aware of it. I am not sure if it\'s rudeness, cluelessness,  or perhaps just lack of knowledge.\r\n\r\nSo, this past Friday, I had a coffee meeting. But it achieved nothing for either party. This is what happened: \"Jane\" contacted me through LinkedIn. She is someone I have met a couple of times before and who recently started a new job, in a different industry. She had been in PR, and I was not sure if she had been laid off from her PR job, and now wanted to get back in. I figured she was contacting me to discuss career stuff. Also, she made it seem as though she was looking to catch up, on a friendly basis. Well, after an hour and a half of chatting, it turns out Jane really wanted to sell me on her new financial planning business. Except she never asked.','The Art of the Coffee Meeting','','inherit','open','open','','2714-revision-v1','','','2014-08-10 12:07:02','2014-08-10 12:07:02','',2714,'http://deborahbrody.com/2014/08/2714-revision-v1/',0,'revision','',0),
(2716,4,'2014-08-10 12:13:56','2014-08-10 12:13:56','(Or how to get what you want while maintaining good relationships with people.)\r\n\r\nLately, I have seen bunch of articles about how people are now refusing to take coffee meetings. Mostly, they seem to argue that they are a waste of time. And yes, oftentimes they are...but mostly because people don\'t practice the art of the coffee meeting. Yes, I think there\'s an art to it and most people are not aware of it. I am not sure if it\'s rudeness, cluelessness,  or perhaps just lack of knowledge.\r\n\r\nSo, this past Friday, I had a coffee meeting. But it achieved nothing for either party. This is what happened: \"Jane\" contacted me through LinkedIn. She is someone I have met a couple of times before and who recently started a new job, in a different industry. She had been in PR, and I was not sure if she had been laid off from her PR job, and now wanted to get back in. I figured she was contacting me to discuss career stuff. Also, she made it seem as though she was looking to catch up, on a friendly basis. Well, after an hour and a half of chatting, it turns out Jane really wanted to sell me on her new financial planning business. Except she never asked. When we were saying goodbye, and I mentioned that it would be nice to have another chat, she hemmed and hawed. It became clear to me (finally) that she was not being friendly, but rather, very indirect in her search for new business.\r\n\r\nRule #1 in the art of the coffee meeting: Be clear as to you intentions. Ask for what you want. Don\'t be opaque. Instead of saying \"hey lets have coffee\" say \"I\'d like to see fi\r\n\r\nA couple years ago I got another note through LinkedIn (I guess this should be a clue)','The Art of the Coffee Meeting','','inherit','open','open','','2714-revision-v1','','','2014-08-10 12:13:56','2014-08-10 12:13:56','',2714,'http://deborahbrody.com/2014/08/2714-revision-v1/',0,'revision','',0),
(2718,4,'2014-08-10 09:33:31','2014-08-10 13:33:31','(Or how to get what you want while maintaining good relationships with people.)\r\n\r\nLately, I have seen bunch of articles about how people are now refusing to take coffee meetings. Mostly, they seem to argue that they are a waste of time. And yes, oftentimes they are...but mostly because people don\'t practice the art of the coffee meeting. Yes, I think there\'s an art to it and most people are not aware of it.\r\n\r\nThere\'s a few rules to asking for a meeting (coffee or otherwise) and there\'s a way to make it even better.\r\n\r\nSo, this past Friday, I had a coffee meeting. But it achieved nothing for either party. This is what happened: \"Jane\" contacted me through LinkedIn. She is someone I have met a couple of times before and who recently started a new job, in a different industry. She had been in PR, and I was not sure if she had been laid off from her PR job, and now wanted to get back in. I figured she was contacting me to discuss career stuff. Also, she made it seem as though she was looking to catch up, on a friendly basis. Well, after an hour and a half of chatting, it turns out Jane really wanted to sell me on her new financial planning business. Except she never asked. When we were saying goodbye, and I mentioned that it would be nice to have another chat, she hemmed and hawed. It became clear to me (finally) that she was not being friendly, but rather, very indirect in her search for new business.\r\n\r\n<strong>Rule #1: Be clear as to you intentions. Ask for what you want. Don\'t be opaque. Make it an art: Learn how to ask and be friendly at the same time.</strong>\r\n\r\nA couple years ago I got another note through LinkedIn from someone I had met once. She wondered if I had time to speak. She was very business-like and set up a half-hour. We spoke on the phone for exactly 30 minutes. To the point she cut me off telling me she had to go.\r\n\r\n<strong>Rule #2: Be respectful of people\'s time. If you say you want to talk for an hour, it better just be an hour. Make it an art: Determine the situation. If you have time, and the conversation is going well, perhaps you can run over.</strong>\r\n\r\n&nbsp;','The Art of the Coffee Meeting','','inherit','open','open','','2714-revision-v1','','','2014-08-10 09:33:31','2014-08-10 13:33:31','',2714,'http://deborahbrody.com/2014/08/2714-revision-v1/',0,'revision','',0),
(2717,4,'2014-08-10 20:20:00','2014-08-10 12:20:00','(Or how to get what you want while maintaining good relationships with people.)\r\n\r\nLately, I have seen bunch of articles about how people are now refusing to take coffee meetings. Mostly, they seem to argue that they are a waste of time. And yes, oftentimes they are...but mostly because people don\'t practice the art of the coffee meeting. Yes, I think there\'s an art to it and most people are not aware of it. I am not sure if it\'s rudeness, cluelessness,  or perhaps just lack of knowledge.\r\n\r\nSo, this past Friday, I had a coffee meeting. But it achieved nothing for either party. This is what happened: \"Jane\" contacted me through LinkedIn. She is someone I have met a couple of times before and who recently started a new job, in a different industry. She had been in PR, and I was not sure if she had been laid off from her PR job, and now wanted to get back in. I figured she was contacting me to discuss career stuff. Also, she made it seem as though she was looking to catch up, on a friendly basis. Well, after an hour and a half of chatting, it turns out Jane really wanted to sell me on her new financial planning business. Except she never asked. When we were saying goodbye, and I mentioned that it would be nice to have another chat, she hemmed and hawed. It became clear to me (finally) that she was not being friendly, but rather, very indirect in her search for new business.\r\n\r\nRule #1 in the art of the coffee meeting: Be clear as to you intentions. Ask for what you want. Don\'t be opaque. Instead of saying \"hey lets have coffee\" say \"I\'d like to see fi\r\n\r\nA couple years ago I got another note through LinkedIn from someone I had met once. She wondered if I had time to speak. She was very business-like and set up a half-hour. We talked for exactly 30 minutes.\r\n\r\nRule #2: Be respectful of people\'s time. If you say you want to talk for an hour, it better just be an hour.\r\n\r\n(As an aside, in this second situation, although this woman was very time-bound, she did not follow rule#1. She never was clear as to her intentions, which, it turns out, was to see whether I, or anybody I knew, had use for her market research services.)\r\n\r\n&nbsp;\r\n\r\nHowever, she did not follow rule #1. She didn\'t tell me what she wanted (which, as it turns out seems to be a pattern, was referrals for new business). She respected my time and hers','The Art of the Coffee Meeting','','inherit','open','open','','2714-revision-v1','','','2014-08-10 20:20:00','2014-08-10 12:20:00','',2714,'http://deborahbrody.com/2014/08/2714-revision-v1/',0,'revision','',0),
(2719,4,'2014-08-10 09:58:25','2014-08-10 13:58:25','(Or how to get what you want while maintaining good relationships with people.)\r\n\r\nLately, I have seen bunch of articles about how people are now refusing to take coffee meetings. Mostly, they seem to argue that they are a waste of time. And yes, oftentimes they are...but mostly because people don\'t practice the art of the coffee meeting. Yes, I think there\'s an art to it and most people are not aware of it.\r\n\r\nWhen people are not practicing the art of the coffee meeting, what they are doing is not being respectful and appreciative of the relationship they have with the person they are asking to the coffee date. But by being artful about it, you are actually making it more likely that not only may you get something you want from the meeting, but you will also maintain and even strengthen your relationship.\r\n\r\nWhen there is no art,  what often happens is that people just ask for something (let\'s meet for coffee so that I can \"pick your brain\") and then, having achieved what THEY want, they leave the other person used.\r\n\r\nThere\'s a few rules to asking for a meeting (coffee or otherwise) and there\'s a way to make it even better.\r\n\r\nSo, this past Friday, I had a coffee meeting. But it achieved nothing for either party. This is what happened: \"Jane\" contacted me through LinkedIn. She is someone I have met a couple of times before and who recently started a new job, in a different industry. She had been in PR, and I was not sure if she had been laid off from her PR job, and now wanted to get back in. I figured she was contacting me to discuss career stuff. Also, she made it seem as though she was looking to catch up, on a friendly basis. Well, after an hour and a half of chatting, it turns out Jane really wanted to sell me on her new financial planning business. Except she never asked. When we were saying goodbye, and I mentioned that it would be nice to have another chat, she hemmed and hawed. It became clear to me (finally) that she was not being friendly, but rather, very indirect in her search for new business.\r\n\r\n<strong>Rule #1: Be clear as to you intentions. Ask for what you want. Don\'t be opaque. Make it an art: Learn how to ask and be friendly at the same time.</strong>\r\n\r\nA couple years ago I got another note through LinkedIn from someone I had met once. She wondered if I had time to speak. She was very business-like and set up a half-hour. We spoke on the phone for exactly 30 minutes. To the point she cut me off telling me she had to go.\r\n\r\n<strong>Rule #2: Be respectful of people\'s time. If you say you want to talk for an hour, it better just be an hour. Make it an art: Determine the situation. If you have time, and the conversation is going well, perhaps you can run over and avoid cutting off a person).\r\n</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Art of the Coffee Meeting','','inherit','open','open','','2714-revision-v1','','','2014-08-10 09:58:25','2014-08-10 13:58:25','',2714,'http://deborahbrody.com/2014/08/2714-revision-v1/',0,'revision','',0),
(2720,4,'2014-08-10 10:10:58','2014-08-10 14:10:58','(Or how to get what you want while maintaining good relationships with people.)\r\n\r\nLately, I have seen bunch of articles about how people are now refusing to take coffee meetings. Mostly, they seem to argue that they are a waste of time. And yes, oftentimes they are...but mostly because people don\'t practice the art of the coffee meeting. Yes, I think there\'s an art to it and most people are not aware of it.\r\n\r\nWhen people are not practicing the art of the coffee meeting, what they are doing is not being respectful and appreciative of the relationship they have with the person they are asking to the coffee date. But by being artful about it, you are actually making it more likely that not only may you get something you want from the meeting, but you will also maintain and even strengthen your relationship.\r\n\r\nWhen there is no art,  what often happens is that people just ask for something (let\'s meet for coffee so that I can \"pick your brain\") and then, having achieved what THEY want, they leave the other person used.\r\n\r\nThere\'s a few rules to asking for a meeting (coffee or otherwise) and there\'s a way to make it even better.\r\n\r\nSo, this past Friday, I had a coffee meeting. But it achieved nothing for either party. This is what happened: \"Jane\" contacted me through LinkedIn. She is someone I have met a couple of times before and who recently started a new job, in a different industry. She had been in PR, and I was not sure if she had been laid off from her PR job, and now wanted to get back in. I figured she was contacting me to discuss career stuff. Also, she made it seem as though she was looking to catch up, on a friendly basis. Well, after an hour and a half of chatting, it turns out Jane really wanted to sell me on her new financial planning business. Except she never asked. When we were saying goodbye, and I mentioned that it would be nice to have another chat, she hemmed and hawed. It became clear to me (finally) that she was not being friendly, but rather, very indirect in her search for new business.\r\n\r\n<strong>Rule #1: Be clear as to you intentions. Ask for what you want. Don\'t be opaque. Make it an art: Learn how to ask and be friendly at the same time.</strong>\r\n\r\nA couple years ago I got another note through LinkedIn from someone I had met once. She wondered if I had time to speak. She was very business-like and set up a half-hour. We spoke on the phone for exactly 30 minutes. To the point she cut me off telling me she had to go.\r\n\r\n<strong>Rule #2: Be respectful of people\'s time. If you say you want to talk for an hour, it better just be an hour. Make it an art: Determine the situation. If you have time, and the conversation is going well, perhaps you can run over and avoid cutting off a person).\r\n</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Art of the Coffee Meeting','','inherit','open','open','','2714-revision-v1','','','2014-08-10 10:10:58','2014-08-10 14:10:58','',2714,'http://deborahbrody.com/2014/08/2714-revision-v1/',0,'revision','',0),
(2722,4,'2014-08-14 09:20:10','2014-08-14 13:20:10','(Or, stop writing in \"jargonese\".)\r\n\r\nLook up<a href=\"http://www.merriam-webster.com/dictionary/jargon\" target=\"_blank\"> jargon in Merriam-Webster</a> and you find three definitions:\r\n<p style=\"padding-left: 30px;\">1) Confused, unintelligible language</p>\r\n<p style=\"padding-left: 30px;\">2) Technical terminology of a special activity or group</p>\r\n<p style=\"padding-left: 30px;\">3) Obscure, often pretentious language, marked by circumlocutions and long words.</p>\r\nThen l<a href=\"http://www.oxforddictionaries.com/us/definition/american_english/jargon\" target=\"_blank\">ook it up in the Oxford Dictionary</a> and you find this:\r\n<blockquote><span class=\"definition\">Special words or expressions that are used by a particular profession or group and are difficult for others to understand</span></blockquote>\r\nUsing  jargon, especially in professional or academic writing, seems inevitable. Anybody who has glanced at a medical journal or a legal brief knows that doctors, scientists and lawyers love to use jargon (thinking about the<em> ex parte injunction brought forth by the complainant</em>). But then again, those people are talking to their peers, where there is an expectation and more importantly, <em>an understanding</em> of jargon.\r\n\r\nHowever, in business or marketing writing, where you are trying to communicate with a wide audience, jargon should have no place. You don\'t want people to have difficulty understanding you and you certainly don\'t want to come across as pretentious, do you?\r\n\r\nWell, I am here to challenge you to go jargon-free in you business/communication writing, or at least to become more aware of how much jargon you are using and to ask yourself if there is a better and plainer way of expressing yourself.\r\n\r\nDon\'t think you use much jargon? Check this out and tell me whether you haven\'t been guilty of incentivizing your readers to drill down to find the low hanging fruit to achieve buy-in from the C-suite:\r\n\r\n<a href=\"http://www.news.com.au/finance/work/business-jargon-words-we-never-ever-want-to-hear-again/story-e6frfm9r-1226651466738\" target=\"_blank\">16 business jargon words we never, ever want to hear again</a>\r\n\r\n<a href=\"http://www.theofficelife.com/business-jargon-dictionary-A.html\" target=\"_blank\">The Ridiculous Business Jargon Dictionary</a>\r\n\r\n<a href=\"http://www.forbes.com/sites/groupthink/2012/01/26/the-most-annoying-pretentious-and-useless-business-jargon/\" target=\"_blank\">The Most Annoying, Pretentious and Useless Business Jargon</a>\r\n\r\nSo please, drop the pretense and write in English, at least for a summer challenge.  Your readers will thank you and your detractors will stop thinking you are a pompous ass.\r\n\r\n&nbsp;','Summer challenge #6: Make your writing understandable','','publish','open','open','','summer-challenge-6-make-your-writing-understandable','','','2014-08-14 09:20:10','2014-08-14 13:20:10','',0,'http://deborahbrody.com/?p=2722',0,'post','',1),
(2723,4,'2014-08-14 09:20:10','2014-08-14 13:20:10','(Or, stop writing in \"jargonese\".)\r\n\r\nLook up<a href=\"http://www.merriam-webster.com/dictionary/jargon\" target=\"_blank\"> jargon in Merriam-Webster</a> and you find three definitions:\r\n<p style=\"padding-left: 30px;\">1) Confused, unintelligible language</p>\r\n<p style=\"padding-left: 30px;\">2) Technical terminology of a special activity or group</p>\r\n<p style=\"padding-left: 30px;\">3) Obscure, often pretentious language, marked by circumlocutions and long words.</p>\r\nThen l<a href=\"http://www.oxforddictionaries.com/us/definition/american_english/jargon\" target=\"_blank\">ook it up in the Oxford Dictionary</a> and you find this:\r\n<blockquote><span class=\"definition\">Special words or expressions that are used by a particular profession or group and are difficult for others to understand</span></blockquote>\r\nUsing  jargon, especially in professional or academic writing, seems inevitable. Anybody who has glanced at a medical journal or a legal brief knows that doctors, scientists and lawyers love to use jargon (thinking about the<em> ex parte injunction brought forth by the complainant</em>). But then again, those people are talking to their peers, where there is an expectation and more importantly, <em>an understanding</em> of jargon.\r\n\r\nHowever, in business or marketing writing, where you are trying to communicate with a wide audience, jargon should have no place. You don\'t want people to have difficulty understanding you and you certainly don\'t want to come across as pretentious, do you?\r\n\r\nWell, I am here to challenge you to go jargon-free in you business/communication writing, or at least to become more aware of how much jargon you are using and to ask yourself if there is a better and plainer way of expressing yourself.\r\n\r\nDon\'t think you use much jargon? Check this out and tell me whether you haven\'t been guilty of incentivizing your readers to drill down to find the low hanging fruit to achieve buy-in from the C-suite:\r\n\r\n<a href=\"http://www.news.com.au/finance/work/business-jargon-words-we-never-ever-want-to-hear-again/story-e6frfm9r-1226651466738\" target=\"_blank\">16 business jargon words we never, ever want to hear again</a>\r\n\r\n<a href=\"http://www.theofficelife.com/business-jargon-dictionary-A.html\" target=\"_blank\">The Ridiculous Business Jargon Dictionary</a>\r\n\r\n<a href=\"http://www.forbes.com/sites/groupthink/2012/01/26/the-most-annoying-pretentious-and-useless-business-jargon/\" target=\"_blank\">The Most Annoying, Pretentious and Useless Business Jargon</a>\r\n\r\nSo please, drop the pretense and write in English, at least for a summer challenge.  Your readers will thank you and your detractors will stop thinking you are a pompous ass.\r\n\r\n&nbsp;','Summer challenge #6: Make your writing understandable','','inherit','open','open','','2722-revision-v1','','','2014-08-14 09:20:10','2014-08-14 13:20:10','',2722,'http://deborahbrody.com/2014/08/2722-revision-v1/',0,'revision','',0),
(2726,4,'2014-08-20 09:53:56','2014-08-20 13:53:56','A few years ago, I had a client who thought I had a special skill: mind reading. Unfortunately for both of us, I am not actually able to read minds. I can sense moods (anger, disapproval) but I can\'t actually know what a person is thinking unless that person decides to tell me. In the case of this client, I did not do what she was thinking I should do, and therefore, the relationship went south.\r\n\r\nYears later, reflecting on this client relations episode, I concluded that that particular client was passive-aggressive. She had high expectations, which she did not clearly articulate, and then was extremely disappointed when her staff and contracted personnel failed to meet those standards.\r\n\r\nUnfortunately, passive-aggressive behavior has become standard for many. Instead of confronting a problem, they hope the other party will sense their disapproval. If you\'ve dealt with passive-aggressive people you know they will often pretend everything is OK but do things like procrastinate or give the wrong information in an effort to subvert your efforts. Or they will give you the silent treatment. (You may want to read: <a href=\"http://www.psychologytoday.com/blog/communication-success/201401/how-spot-and-deal-passive-aggressive-people\" target=\"_blank\">How to Spot and Deal with Passive-Aggressive People</a> .)\r\n\r\nIn social media, we see a lot of passive-aggressive behavior. On Twitter, we see it in \"sub-tweeting,\" in which a tweet refers to a specific individual without identifying him/her. We see it in random complaints, designed solely to shame the company but not actually get the problem fixed. You know the type: \"My phone service sucks thanks to @companyIhate ... I should switch.\" Or there is the re-tweeting and hashtagging of someone\'s tweet, in order to embarrass or mock that person (I recently had this done to me and it resulted in getting a couple very ugly tweets from random strangers).\r\n\r\nRecently, I saw some truly remarkable passive-aggressive behavior on Twitter from someone busy live-tweeting her condo board\'s meeting. She tweeted her displeasure at everything discussed. Never mind the condo board is not on Twitter and that nobody would even know to look for the hashtag this Twitter user made up. I read her litany of tweets with complete astonishment. She was present in the room--why not speak up and address these issues with the people she was so angry with instead of showing (and recording for posterity) her mocking displeasure?\r\n\r\n<strong>My summer challenge to you is to drop the passive-aggressive behavior and be direct. If there is an actual issue, get it fixed.</strong> Yes, it may mean confronting someone directly. In some cases, it may mean going offline and using the telephone to call the dreaded customer service to deal with a problem. In the end, the problem will be aired out if not resolved completely.\r\n\r\nBefore you go to Twitter to air your problems, why not follow excellent advice from Paula Kiger on Spin Sucks: <a href=\"http://spinsucks.com/social-media/complain-on-twitter/\" target=\"_blank\">Four Questions to Ask Before You Complain on Twitter .</a>\r\n\r\nIf you are upset or angry at someone\'s actions, why not discuss it directly? Here are <a href=\"http://psychcentral.com/blog/archives/2014/06/04/5-tips-for-communicating-assertively-without-being-passive-aggressive/\" target=\"_blank\">5 Tips for Communicating Assertively Without Being Passive-Aggressive. </a>\r\n\r\nWhat do you think? Have you been victimized by passive-aggressive behavior? Or do you engage in passive-aggressive behavior yourself? The truth is we have all been on the giving <em>and</em> the receiving end of passive-aggressive behavior. Let\'s try to stop the cycle.','Summer challenge # 7: Be direct and get it fixed','','publish','open','open','','summer-challenge-7-be-direct-and-get-it-fixed','','\nhttp://spinsucks.com/social-media/complain-on-twitter/','2014-08-20 16:55:03','2014-08-20 20:55:03','',0,'http://deborahbrody.com/?p=2726',0,'post','',0),
(2727,4,'2014-08-20 09:53:56','2014-08-20 13:53:56','A few years ago, I had a client who thought I had a special skill: mind reading. Unfortunately for both of us, I am not actually able to read minds. I can sense moods (anger, disapproval) but I can\'t actually know what a person is thinking unless that person decides to tell me. In the case of this client, I did not do what she was thinking I should do, and therefore, the relationship went south.\r\n\r\nYears later, reflecting on this client relations episode, I concluded that that particular client was passive-aggressive. She had high expectations, which she did not clearly articulate, and then was extremely disappointed when her staff and contracted personnel failed to meet those standards.\r\n\r\nUnfortunately, passive-aggressive behavior has become standard for many. Instead of confronting a problem, they hope the other party will sense their disapproval. If you\'ve dealt with passive-aggressive people you know they will often pretend everything is OK but do things like procrastinate or give the wrong information in an effort to subvert your efforts. Or they will give you the silent treatment. (You may want to read: <a href=\"http://www.psychologytoday.com/blog/communication-success/201401/how-spot-and-deal-passive-aggressive-people\" target=\"_blank\">How to Spot and Deal with Passive-Aggressive People</a> .)\r\n\r\nIn social media, we see a lot of passive-aggressive behavior. On Twitter, we see it in \"sub-tweeting,\" in which a tweet refers to a specific individual without identifying him/her. We see it in random complaints, designed solely to shame the company but not actually get the problem fixed. You know the type: \"My phone service sucks thanks to @companyIhate ... I should switch.\" Or there is the re-tweeting and hashtagging of someone\'s tweet, in order to embarrass or mock that person (I recently had this done to me and it resulted in getting a couple very ugly tweets from random strangers).\r\n\r\nRecently, I saw some truly remarkable passive-aggressive behavior on Twitter from someone busy live-tweeting her condo board\'s meeting. She tweeted her displeasure at everything discussed. Never mind the condo board is not on Twitter and that nobody would even know to look for the hashtag this Twitter user made up. I read her litany of tweets with complete astonishment. She was present in the room--why not speak up and address these issues with the people she was so angry with instead of showing (and recording for posterity) her mocking displeasure?\r\n\r\n<strong>My summer challenge to you is to drop the passive-aggressive behavior and be direct. If there is an actual issue, get it fixed.</strong> Yes, it may mean confronting someone directly. In some cases, it may mean going offline and using the telephone to call the dreaded customer service to deal with a problem. In the end, the problem will be aired out if not resolved completely.\r\n\r\nBefore you go to Twitter to air your problems, why not follow excellent advice from Paula Kiger on Spin Sucks: <a href=\"http://spinsucks.com/social-media/complain-on-twitter/\" target=\"_blank\">Four Questions to Ask Before You Complain on Twitter .</a>\r\n\r\nIf you are upset or angry at someone\'s actions, why not discuss it directly? Here are <a href=\"http://psychcentral.com/blog/archives/2014/06/04/5-tips-for-communicating-assertively-without-being-passive-aggressive/\" target=\"_blank\">5 Tips for Communicating Assertively Without Being Passive-Aggressive. </a>\r\n\r\nWhat do you think? Have you been victimized by passive-aggressive behavior? Or do you engage in passive-aggressive behavior yourself? The truth is we have all been on the giving <em>and</em> the receiving end of passive-aggressive behavior. Let\'s try to stop the cycle.','Summer Challenge # 7: Be direct and get it fixed','','inherit','open','open','','2726-revision-v1','','','2014-08-20 09:53:56','2014-08-20 13:53:56','',2726,'http://deborahbrody.com/2014/08/2726-revision-v1/',0,'revision','',0),
(2728,4,'2014-08-20 16:55:03','2014-08-20 20:55:03','A few years ago, I had a client who thought I had a special skill: mind reading. Unfortunately for both of us, I am not actually able to read minds. I can sense moods (anger, disapproval) but I can\'t actually know what a person is thinking unless that person decides to tell me. In the case of this client, I did not do what she was thinking I should do, and therefore, the relationship went south.\r\n\r\nYears later, reflecting on this client relations episode, I concluded that that particular client was passive-aggressive. She had high expectations, which she did not clearly articulate, and then was extremely disappointed when her staff and contracted personnel failed to meet those standards.\r\n\r\nUnfortunately, passive-aggressive behavior has become standard for many. Instead of confronting a problem, they hope the other party will sense their disapproval. If you\'ve dealt with passive-aggressive people you know they will often pretend everything is OK but do things like procrastinate or give the wrong information in an effort to subvert your efforts. Or they will give you the silent treatment. (You may want to read: <a href=\"http://www.psychologytoday.com/blog/communication-success/201401/how-spot-and-deal-passive-aggressive-people\" target=\"_blank\">How to Spot and Deal with Passive-Aggressive People</a> .)\r\n\r\nIn social media, we see a lot of passive-aggressive behavior. On Twitter, we see it in \"sub-tweeting,\" in which a tweet refers to a specific individual without identifying him/her. We see it in random complaints, designed solely to shame the company but not actually get the problem fixed. You know the type: \"My phone service sucks thanks to @companyIhate ... I should switch.\" Or there is the re-tweeting and hashtagging of someone\'s tweet, in order to embarrass or mock that person (I recently had this done to me and it resulted in getting a couple very ugly tweets from random strangers).\r\n\r\nRecently, I saw some truly remarkable passive-aggressive behavior on Twitter from someone busy live-tweeting her condo board\'s meeting. She tweeted her displeasure at everything discussed. Never mind the condo board is not on Twitter and that nobody would even know to look for the hashtag this Twitter user made up. I read her litany of tweets with complete astonishment. She was present in the room--why not speak up and address these issues with the people she was so angry with instead of showing (and recording for posterity) her mocking displeasure?\r\n\r\n<strong>My summer challenge to you is to drop the passive-aggressive behavior and be direct. If there is an actual issue, get it fixed.</strong> Yes, it may mean confronting someone directly. In some cases, it may mean going offline and using the telephone to call the dreaded customer service to deal with a problem. In the end, the problem will be aired out if not resolved completely.\r\n\r\nBefore you go to Twitter to air your problems, why not follow excellent advice from Paula Kiger on Spin Sucks: <a href=\"http://spinsucks.com/social-media/complain-on-twitter/\" target=\"_blank\">Four Questions to Ask Before You Complain on Twitter .</a>\r\n\r\nIf you are upset or angry at someone\'s actions, why not discuss it directly? Here are <a href=\"http://psychcentral.com/blog/archives/2014/06/04/5-tips-for-communicating-assertively-without-being-passive-aggressive/\" target=\"_blank\">5 Tips for Communicating Assertively Without Being Passive-Aggressive. </a>\r\n\r\nWhat do you think? Have you been victimized by passive-aggressive behavior? Or do you engage in passive-aggressive behavior yourself? The truth is we have all been on the giving <em>and</em> the receiving end of passive-aggressive behavior. Let\'s try to stop the cycle.','Summer challenge # 7: Be direct and get it fixed','','inherit','open','open','','2726-revision-v1','','','2014-08-20 16:55:03','2014-08-20 20:55:03','',2726,'http://deborahbrody.com/2014/08/2726-revision-v1/',0,'revision','',0),
(2730,4,'2014-08-25 09:43:27','2014-08-25 13:43:27','It\'s back and entering its third year! The <strong>How to Write Your Blog: A Hands-on Workshop</strong> will take place in Washington, DC on September 18, 2014, from 9:30 am to 12:30 pm.\r\n\r\nIf you\'ve been struggling to get your blog going or your current blog is gathering dust, this workshop is for you.<!--more-->\r\n\r\nYou will learn:\r\n<ul>\r\n	<li>Elements to include in every blog post</li>\r\n	<li>How to find blog post ideas</li>\r\n	<li>Types of blog posts you can write</li>\r\n	<li>How to make your blog work for your organization</li>\r\n	<li>What to include and what to avoid on your blog</li>\r\n	<li>How to write attention-grabbing headlines</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThrough exercises and discussion, we will come up with a direction for your blog and help you to write great blog posts.\r\n\r\nRegister by September 11 to get the early bird price of $85.\r\n\r\nGet more details and register at: <a href=\"https://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-12689967033\" target=\"_blank\">https://howtowriteyourblog918.eventbrite.com</a>','It\'s back! How to write your blog workshop on September 18','','publish','open','open','','its-back-how-to-write-your-blog-workshop-on-september-18','','','2014-09-18 15:17:20','2014-09-18 19:17:20','',0,'http://deborahbrody.com/?p=2730',0,'post','',0),
(2731,4,'2014-08-25 09:43:27','2014-08-25 13:43:27','It\'s back and entering its third year! The <strong>How to Write Your Blog: A Hands-on Workshop</strong> will take place in Washington, DC on September 18, 2014, from 9:30 am to 12:30 pm.\r\n\r\nIf you\'ve been struggling to get your blog going or your current blog is gathering dust, this workshop is for you.\r\n\r\nYou will learn:\r\n<ul>\r\n	<li>Elements to include in every blog post</li>\r\n	<li>How to find blog post ideas</li>\r\n	<li>Types of blog posts you can write</li>\r\n	<li>How to make your blog work for your organization</li>\r\n	<li>What to include and what to avoid on your blog</li>\r\n	<li>How to write attention-grabbing headlines</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThrough exercises and discussion, we will come up with a direction for your blog and help you to write great blog posts.\r\n\r\nRegister by September 11 to get the early bird price of $85.\r\n\r\nGet more details and register at: <a href=\"https://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-12689967033\" target=\"_blank\">https://howtowriteyourblog918.eventbrite.com</a>','It\'s back! How to write your blog workshop on September 18','','inherit','open','open','','2730-revision-v1','','','2014-08-25 09:43:27','2014-08-25 13:43:27','',2730,'http://deborahbrody.com/2014/08/2730-revision-v1/',0,'revision','',0),
(2738,4,'2014-09-04 09:16:41','2014-09-04 13:16:41','One of the houses in my neighborhood has recently gone up for sale. I presume it did anyway because this is the sign that went up in front of the house:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/09/20140903_140136.jpg\"><img class=\"aligncenter size-medium wp-image-2739\" src=\"http://deborahbrody.com/wp-content/uploads/2014/09/20140903_140136-300x225.jpg\" alt=\"20140903_140136\" width=\"300\" height=\"225\" /></a>\r\n\r\nWe\'ve all seen for sale signs in front of homes. They generally look like this:\r\n\r\n[caption id=\"attachment_2740\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/09/9421165069_43ba87b0f5_z.jpg\"><img class=\"size-medium wp-image-2740\" src=\"http://deborahbrody.com/wp-content/uploads/2014/09/9421165069_43ba87b0f5_z-300x224.jpg\" alt=\"&quot;Boost the Market Value of Your Home&quot; by Dan Moyle on Flickr\" width=\"300\" height=\"224\" /></a> \"Boost the Market Value of Your Home\" by Dan Moyle on Flickr[/caption]\r\n\r\nNotice anything different between these signs?\r\n\r\nIt seems that this is a case where a company is so anxious to have their format look different than the competition that it forgets about the function.\r\n\r\nYou can barely make out the telephone number and website of the realtor in the sign at the top. In fact, you\'d probably have to drive right up to the sign (and perhaps that is the intent). Also, the sign at the top does not have the words \"for sale\" anywhere on it. Someone passing by does not know if the house has already been sold or if it is for rent.\r\n\r\nSo the next time you are itching to change your graphic identity, remember that you need both form and function. <strong>If you don\'t consider what the piece is for, and how people will interact with it, you won\'t be doing a good job of communicating.</strong>\r\n\r\nWhat do you think? Does having a real estate sign that looks markedly different than others make your home stand out?','You need both form and function','','publish','open','open','','you-need-both-form-and-function','','','2014-09-04 09:16:41','2014-09-04 13:16:41','',0,'http://deborahbrody.com/?p=2738',0,'post','',0),
(2734,4,'2014-08-27 09:31:51','2014-08-27 13:31:51','Here we are, in the last week of August, and Labor Day is upon us. This means that summer is \"officially\" over, and so is the summer challenge series.\r\n\r\nThere\'s been a lot of chatter over the past couple of months about social media being addictive. Huffington Post UK has an <a href=\"http://www.huffingtonpost.co.uk/2014/08/20/social-media-addict-digital-detox_n_5693987.html\" target=\"_blank\">article that states that quitting Facebook and Twitter is harder to do than quitting smoking! </a>\r\n\r\nCBS News, in the article <a href=\"http://www.cbsnews.com/news/how-real-a-risk-is-social-media-addiction/\" target=\"_blank\">\"How real a risk is social media addiction,\"</a> shares that the National Institutes of Health (NIH) has defined a \"Internet Addiction Disorder (IAD).\" The article states:\r\n<blockquote>Symptoms for Internet addiction can be similar to addiction to anything else, and fall into two types of behaviors: an ever increasing need to engage with the object of the addiction, and a bad feeling when not getting enough of it.</blockquote>\r\nI feel that I check Facebook and Twitter way too often. Is it bad? Here are 1<a href=\"http://www.business2community.com/social-media/10-signs-time-take-break-social-media-self-0940327#!bK3S6u\" target=\"_blank\">0 Signs It\'s Time to Take a Break from your Social Media Self.</a> Do any of those ring true to you? In my case, I think Twitter definitely impacts my productivity.\r\n\r\n<strong>My final summer challenge to you is to take a break from social media.</strong> I don\'t mean quit it completely, but just take a few days off and see how you fare. With a three-day weekend ahead, now is the perfect time to do it. Why take time to be on social media when you can be social in real life?\r\n\r\nForbes has a helpful article (<a href=\"http://www.forbes.com/sites/jaysondemers/2014/08/06/need-a-break-from-social-media-heres-why-you-should-take-one/\" target=\"_blank\">Need a Break from Social Media?</a> ) that concludes that taking a break from social media can help your productivity and impact in the long run, and even provides three steps for how to do it.\r\n\r\nI am pledging right now to be off Facebook, Twitter and LinkedIn for all of the Labor Day Weekend. If you see me post, get on my case! Will you join me?\r\n\r\nHave a fantastic Labor Day Weekend, and make the most of the last few days of \"official\" summer!\r\n\r\n&nbsp;','Summer challenge #8 (final!): Take a (social media) break','','publish','open','open','','summer-challenge-8-final-take-a-social-media-break','','','2014-08-27 09:31:51','2014-08-27 13:31:51','',0,'http://deborahbrody.com/?p=2734',0,'post','',0),
(2735,4,'2014-08-27 09:31:51','2014-08-27 13:31:51','Here we are, in the last week of August, and Labor Day is upon us. This means that summer is \"officially\" over, and so is the summer challenge series.\r\n\r\nThere\'s been a lot of chatter over the past couple of months about social media being addictive. Huffington Post UK has an <a href=\"http://www.huffingtonpost.co.uk/2014/08/20/social-media-addict-digital-detox_n_5693987.html\" target=\"_blank\">article that states that quitting Facebook and Twitter is harder to do than quitting smoking! </a>\r\n\r\nCBS News, in the article <a href=\"http://www.cbsnews.com/news/how-real-a-risk-is-social-media-addiction/\" target=\"_blank\">\"How real a risk is social media addiction,\"</a> shares that the National Institutes of Health (NIH) has defined a \"Internet Addiction Disorder (IAD).\" The article states:\r\n<blockquote>Symptoms for Internet addiction can be similar to addiction to anything else, and fall into two types of behaviors: an ever increasing need to engage with the object of the addiction, and a bad feeling when not getting enough of it.</blockquote>\r\nI feel that I check Facebook and Twitter way too often. Is it bad? Here are 1<a href=\"http://www.business2community.com/social-media/10-signs-time-take-break-social-media-self-0940327#!bK3S6u\" target=\"_blank\">0 Signs It\'s Time to Take a Break from your Social Media Self.</a> Do any of those ring true to you? In my case, I think Twitter definitely impacts my productivity.\r\n\r\n<strong>My final summer challenge to you is to take a break from social media.</strong> I don\'t mean quit it completely, but just take a few days off and see how you fare. With a three-day weekend ahead, now is the perfect time to do it. Why take time to be on social media when you can be social in real life?\r\n\r\nForbes has a helpful article (<a href=\"http://www.forbes.com/sites/jaysondemers/2014/08/06/need-a-break-from-social-media-heres-why-you-should-take-one/\" target=\"_blank\">Need a Break from Social Media?</a> ) that concludes that taking a break from social media can help your productivity and impact in the long run, and even provides three steps for how to do it.\r\n\r\nI am pledging right now to be off Facebook, Twitter and LinkedIn for all of the Labor Day Weekend. If you see me post, get on my case! Will you join me?\r\n\r\nHave a fantastic Labor Day Weekend, and make the most of the last few days of \"official\" summer!\r\n\r\n&nbsp;','Summer challenge #8 (final!): Take a (social media) break','','inherit','open','open','','2734-revision-v1','','','2014-08-27 09:31:51','2014-08-27 13:31:51','',2734,'http://deborahbrody.com/2014/08/2734-revision-v1/',0,'revision','',0),
(2736,4,'2014-08-27 14:20:34','2014-08-27 18:20:34','It\'s back and entering its third year! The <strong>How to Write Your Blog: A Hands-on Workshop</strong> will take place in Washington, DC on September 18, 2014, from 9:30 am to 12:30 pm.\r\n\r\nIf you\'ve been struggling to get your blog going or your current blog is gathering dust, this workshop is for you.<!--more-->\r\n\r\nYou will learn:\r\n<ul>\r\n	<li>Elements to include in every blog post</li>\r\n	<li>How to find blog post ideas</li>\r\n	<li>Types of blog posts you can write</li>\r\n	<li>How to make your blog work for your organization</li>\r\n	<li>What to include and what to avoid on your blog</li>\r\n	<li>How to write attention-grabbing headlines</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThrough exercises and discussion, we will come up with a direction for your blog and help you to write great blog posts.\r\n\r\nRegister by September 11 to get the early bird price of $85.\r\n\r\nGet more details and register at: <a href=\"https://www.eventbrite.com/e/how-to-write-your-blog-a-hands-on-workshop-tickets-12689967033\" target=\"_blank\">https://howtowriteyourblog918.eventbrite.com</a>','It\'s back! How to write your blog workshop on September 18','','inherit','open','open','','2730-revision-v1','','','2014-08-27 14:20:34','2014-08-27 18:20:34','',2730,'http://deborahbrody.com/2014/08/2730-revision-v1/',0,'revision','',0),
(2739,4,'2014-09-04 09:05:07','2014-09-04 13:05:07','','20140903_140136','','inherit','open','open','','20140903_140136','','','2014-09-04 09:05:07','2014-09-04 13:05:07','',2738,'http://deborahbrody.com/wp-content/uploads/2014/09/20140903_140136.jpg',0,'attachment','image/jpeg',0),
(2740,4,'2014-09-04 09:05:52','2014-09-04 13:05:52','','9421165069_43ba87b0f5_z','\"Boost the Market Value of Your Home\" by Dan Moyle on Flickr','inherit','open','open','','9421165069_43ba87b0f5_z','','','2014-09-04 09:05:52','2014-09-04 13:05:52','',2738,'http://deborahbrody.com/wp-content/uploads/2014/09/9421165069_43ba87b0f5_z.jpg',0,'attachment','image/jpeg',0),
(2741,4,'2014-09-04 09:16:41','2014-09-04 13:16:41','One of the houses in my neighborhood has recently gone up for sale. I presume it did anyway because this is the sign that went up in front of the house:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/09/20140903_140136.jpg\"><img class=\"aligncenter size-medium wp-image-2739\" src=\"http://deborahbrody.com/wp-content/uploads/2014/09/20140903_140136-300x225.jpg\" alt=\"20140903_140136\" width=\"300\" height=\"225\" /></a>\r\n\r\nWe\'ve all seen for sale signs in front of homes. They generally look like this:\r\n\r\n[caption id=\"attachment_2740\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2014/09/9421165069_43ba87b0f5_z.jpg\"><img class=\"size-medium wp-image-2740\" src=\"http://deborahbrody.com/wp-content/uploads/2014/09/9421165069_43ba87b0f5_z-300x224.jpg\" alt=\"&quot;Boost the Market Value of Your Home&quot; by Dan Moyle on Flickr\" width=\"300\" height=\"224\" /></a> \"Boost the Market Value of Your Home\" by Dan Moyle on Flickr[/caption]\r\n\r\nNotice anything different between these signs?\r\n\r\nIt seems that this is a case where a company is so anxious to have their format look different than the competition that it forgets about the function.\r\n\r\nYou can barely make out the telephone number and website of the realtor in the sign at the top. In fact, you\'d probably have to drive right up to the sign (and perhaps that is the intent). Also, the sign at the top does not have the words \"for sale\" anywhere on it. Someone passing by does not know if the house has already been sold or if it is for rent.\r\n\r\nSo the next time you are itching to change your graphic identity, remember that you need both form and function. <strong>If you don\'t consider what the piece is for, and how people will interact with it, you won\'t be doing a good job of communicating.</strong>\r\n\r\nWhat do you think? Does having a real estate sign that looks markedly different than others make your home stand out?','You need both form and function','','inherit','open','open','','2738-revision-v1','','','2014-09-04 09:16:41','2014-09-04 13:16:41','',2738,'http://deborahbrody.com/2014/09/2738-revision-v1/',0,'revision','',0),
(2742,4,'2014-09-10 09:32:42','2014-09-10 13:32:42','It seems that there is a new breed of call-to-action/pop-up ad that is seeking to shame you into an action and insult you if you choose not to take that action. I am not sure if it\'s a trend, or there\'s one provider that everyone is using for these, but lately I have seen them on several different organizational blogs.\r\n\r\nWhat is happening is that you will attempt to go to a blog post and before you can read the post, a large pop-up appears. The pop-up will usually be asking you subscribe to a newsletter and will be forcing you to choose between two options (one to favor the action and the other to <em>oppose</em> it), since there is no way to close the pop-up otherwise.\r\n\r\nThe yes option will be intensely positive. It will say something like this: Yes, sign me up for your newsletter since I care about the Earth and will do my utmost to help keep it clean. *\r\n\r\nThe no option will be oppositional. It will say something like this: No, I don\'t care about the Earth at all. I won\'t lift a finger to help keep it clean.*\r\n\r\n<address>*These are made-up examples but they mirror what I have been seeing on blogs and websites for various organizations.</address>&nbsp;\r\n\r\nMore traditional calls to action will provide two options that are more subdued and straightforward, something like  \"Yes, I\'d like to (subscribe, vote, etc.)\" and \"No thanks.\"\r\n\r\nObviously, just because you don\'t want to sign-up for a newsletter does not mean you do not care about the subject. Perhaps you don\'t want another newsletter. Perhaps you want to read the blog post before you make a decision. But yet you are being asked, by clicking on that negative option, to affirm that you believe or support that very negative sentence.\r\n\r\nThis a trend that should disappear and quick.<strong> Insulting and shaming people to support your cause, even if it is a great cause, is a form of bullying</strong>. Bullying your readers is never a good idea.\r\n\r\nHave you seen these? What are your thoughts?\r\n<h3>Improve your blogging! Come to the How to Write Your Blog workshop next week, on September 18, in Washington, DC. More details and registration here: <a href=\"https://howtowriteyourblog918.eventbrite.com\" target=\"_blank\">https://howtowriteyourblog918.eventbrite.com</a></h3>\r\n&nbsp;','Adding insult','','publish','open','open','','adding-insult','','','2014-09-10 09:32:42','2014-09-10 13:32:42','',0,'http://deborahbrody.com/?p=2742',0,'post','',1),
(2743,4,'2014-09-10 09:31:47','2014-09-10 13:31:47','It seems that there is a new breed of call-to-action/pop-up ad that is seeking to shame you into an action and insult you if you choose not to take that action. I am not sure if it\'s a trend, or there\'s one provider that everyone is using for these, but lately I have seen them on several different organizational blogs.\r\n\r\nWhat is happening is that you will attempt to go to a blog post and before you can read the post, a large pop-up appears. The pop-up will usually be asking you subscribe to a newsletter and will be forcing you to choose between two options (one to favor the action and the other to <em>oppose</em> it), since there is no way to close the pop-up otherwise.\r\n\r\nThe yes option will be intensely positive. It will say something like this: Yes, sign me up for your newsletter since I care about the Earth and will do my utmost to help keep it clean. *\r\n\r\nThe no option will be oppositional. It will say something like this: No, I don\'t care about the Earth at all. I won\'t lift a finger to help keep it clean.*\r\n\r\n<address>*These are made-up examples but they mirror what I have been seeing on blogs and websites for various organizations.</address>More traditional calls to action will provide two options that are more subdued and straightforward, something like  \"Yes, I\'d like to (subscribe, vote, etc.)\" and \"No thanks.\"\r\n\r\nObviously, just because you don\'t want to sign-up for a newsletter does not mean you do not care about the subject. Perhaps you don\'t want another newsletter. Perhaps you want to read the blog post before you make a decision. But yet you are being asked, by clicking on that negative option, to affirm that you believe or support that very negative sentence.\r\n\r\nThis a trend that should disappear and quick.<strong> Insulting and shaming people to support your cause, even if it is a great cause,  is a form of bullying</strong>. Bullying your readers is never a good idea.\r\n\r\nHave you seen these? What are your thoughts?\r\n<h3>Improve your blogging! Come to the How to Write Your Blog workshop next week, on September 18, in Washington, DC. More details and registration here: <a href=\"https://howtowriteyourblog918.eventbrite.com\" target=\"_blank\">https://howtowriteyourblog918.eventbrite.com</a></h3>\r\n&nbsp;','Adding insult','','inherit','open','open','','2742-revision-v1','','','2014-09-10 09:31:47','2014-09-10 13:31:47','',2742,'http://deborahbrody.com/2014/09/2742-revision-v1/',0,'revision','',0),
(2744,4,'2014-09-10 09:32:42','2014-09-10 13:32:42','It seems that there is a new breed of call-to-action/pop-up ad that is seeking to shame you into an action and insult you if you choose not to take that action. I am not sure if it\'s a trend, or there\'s one provider that everyone is using for these, but lately I have seen them on several different organizational blogs.\r\n\r\nWhat is happening is that you will attempt to go to a blog post and before you can read the post, a large pop-up appears. The pop-up will usually be asking you subscribe to a newsletter and will be forcing you to choose between two options (one to favor the action and the other to <em>oppose</em> it), since there is no way to close the pop-up otherwise.\r\n\r\nThe yes option will be intensely positive. It will say something like this: Yes, sign me up for your newsletter since I care about the Earth and will do my utmost to help keep it clean. *\r\n\r\nThe no option will be oppositional. It will say something like this: No, I don\'t care about the Earth at all. I won\'t lift a finger to help keep it clean.*\r\n\r\n<address>*These are made-up examples but they mirror what I have been seeing on blogs and websites for various organizations.</address>&nbsp;\r\n\r\nMore traditional calls to action will provide two options that are more subdued and straightforward, something like  \"Yes, I\'d like to (subscribe, vote, etc.)\" and \"No thanks.\"\r\n\r\nObviously, just because you don\'t want to sign-up for a newsletter does not mean you do not care about the subject. Perhaps you don\'t want another newsletter. Perhaps you want to read the blog post before you make a decision. But yet you are being asked, by clicking on that negative option, to affirm that you believe or support that very negative sentence.\r\n\r\nThis a trend that should disappear and quick.<strong> Insulting and shaming people to support your cause, even if it is a great cause, is a form of bullying</strong>. Bullying your readers is never a good idea.\r\n\r\nHave you seen these? What are your thoughts?\r\n<h3>Improve your blogging! Come to the How to Write Your Blog workshop next week, on September 18, in Washington, DC. More details and registration here: <a href=\"https://howtowriteyourblog918.eventbrite.com\" target=\"_blank\">https://howtowriteyourblog918.eventbrite.com</a></h3>\r\n&nbsp;','Adding insult','','inherit','open','open','','2742-revision-v1','','','2014-09-10 09:32:42','2014-09-10 13:32:42','',2742,'http://deborahbrody.com/2014/09/2742-revision-v1/',0,'revision','',0),
(2745,4,'2014-09-10 16:28:22','2014-09-10 20:28:22','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2014-09-10 16:28:22','2014-09-10 20:28:22','',2509,'http://deborahbrody.com/2014/09/2509-revision-v1/',0,'revision','',0),
(2747,4,'2014-09-16 09:29:20','2014-09-16 13:29:20','Have you ever regretted saying something on social media? Or has something you posted on social media come back to haunt you \"in real life?\" Do you wish you could say what you really think but fear the consequences?\r\n\r\nSocial media seems to occupy a unique position of being virtual yet connecting real people in real relationships. We can broadcast our thoughts instantly, to thousands (or millions) of people around the world, while still having to be careful about the relationships we have in real life (IRL) with some of our connections.\r\n\r\nIs everybody in your Facebook world your friend or family member? Chances are you have a fair number of other relationships on Facebook--co-workers, professional acquaintances, people you knew in high school/college, people you met on Twitter, and so on.  Do you want to share everything with everybody or do you wish you could pick and choose? If you don\'t want to share something with a certain person in your Facebook, why are you \"friends\" with him or her?\r\n\r\nSometimes, you see people in real life (at professional events, etc.)  and feel forced to maintain a \"Facebook friendship.\" Unfriending on Facebook is a strange phenomenon, especially since most people use it to communicate that they no longer consider you to be in their social circle (although some people think of unfriending as simply reducing the number of people that they need to read feeds from).\r\n\r\n<strong>Not a friend, just an acquaintance</strong>\r\n\r\nBut wait, Facebook has an answer! You can designate people as \"acquaintances\" and then when you post you can choose to share with \"friends, except acquaintances.\" I just learned about this feature (and I am not sure how long it\'s been around). Clearly, many people are trying to separate close friends from acquaintances while becoming \"Facebook friends\" with anybody that asks.\r\n\r\n<strong>But what about friends/acquaintances who say annoying things?</strong>\r\n\r\nFacebook has had a \"hide\" feature for years. Twitter recently created a way to maintain ties with people you don\'t want to hear from. It\'s the mute button. Now, you can simply mute people you don\'t really care for while still following them.\r\n\r\n<strong>So can I say what I think?</strong>\r\n\r\nAnd then there is what we say or don\'t say. Should we say what we really think or should we be more politic? There was a recent poll that found people are not expressing their opinions freely on social media any more. I can see why. We don\'t want to offend and more importantly, we don\'t want to be attacked. There are many \"trolls,\" that is  people in social media who make it their business to be on the attack. They actively seek confrontation and are often very nasty. Or there are those people who are always arguing with you on Facebook or Twitter. If you say white, they will say black. Does every opinion need a counter-opinion?\r\n\r\n<strong>Is self-censorship the answer to all these social media conundrums?</strong>\r\n\r\nI think that at times you should follow the adage that if you have nothing good to say, don\'t say it. For example, if someone posts a picture of his/her baby, and you don\'t think the child is terribly cute, do you share your thoughts? Probably very wise to keep that opinion to yourself.\r\n\r\nSocial media seems to have made it difficult for people to understand that their words have real consequences. That you can insult and offend virtually. People routinely express their negative opinions. They don\'t like the restaurant you recently went to (and raved about), so they share their thoughts saying that it was disgusting, the food was gross, they got sick (you get the picture). They disagree with an article you shared, they tell you how stupid the author is, how ridiculous anybody is for having that opinion. And on and on.\r\n\r\nThere is no one correct way to do social media. Some people will always be offended and some people won\'t care. To some, social media is a place to cultivate relationships and to some, it is just a place to promote their product or business.\r\n\r\nI think it is always best to think about what you are going to say before you say it: Is it necessary? Does it add value to the conversation? Is it something you care about deeply? Will it make a difference? Will it hurt the other person? Does it really matter?\r\n\r\nPerhaps it is not self-censorship we need as much as a <strong>pause and think moment.</strong> Too bad there isn\'t a built-in feature for that on Twitter and Facebook.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is self-censorship the answer?','','publish','open','open','','is-self-censorship-the-answer','','','2014-09-16 09:29:20','2014-09-16 13:29:20','',0,'http://deborahbrody.com/?p=2747',0,'post','',1),
(2749,4,'2014-09-16 09:29:20','2014-09-16 13:29:20','Have you ever regretted saying something on social media? Or has something you posted on social media come back to haunt you \"in real life?\" Do you wish you could say what you really think but fear the consequences?\r\n\r\nSocial media seems to occupy a unique position of being virtual yet connecting real people in real relationships. We can broadcast our thoughts instantly, to thousands (or millions) of people around the world, while still having to be careful about the relationships we have in real life (IRL) with some of our connections.\r\n\r\nIs everybody in your Facebook world your friend or family member? Chances are you have a fair number of other relationships on Facebook--co-workers, professional acquaintances, people you knew in high school/college, people you met on Twitter, and so on.  Do you want to share everything with everybody or do you wish you could pick and choose? If you don\'t want to share something with a certain person in your Facebook, why are you \"friends\" with him or her?\r\n\r\nSometimes, you see people in real life (at professional events, etc.)  and feel forced to maintain a \"Facebook friendship.\" Unfriending on Facebook is a strange phenomenon, especially since most people use it to communicate that they no longer consider you to be in their social circle (although some people think of unfriending as simply reducing the number of people that they need to read feeds from).\r\n\r\n<strong>Not a friend, just an acquaintance</strong>\r\n\r\nBut wait, Facebook has an answer! You can designate people as \"acquaintances\" and then when you post you can choose to share with \"friends, except acquaintances.\" I just learned about this feature (and I am not sure how long it\'s been around). Clearly, many people are trying to separate close friends from acquaintances while becoming \"Facebook friends\" with anybody that asks.\r\n\r\n<strong>But what about friends/acquaintances who say annoying things?</strong>\r\n\r\nFacebook has had a \"hide\" feature for years. Twitter recently created a way to maintain ties with people you don\'t want to hear from. It\'s the mute button. Now, you can simply mute people you don\'t really care for while still following them.\r\n\r\n<strong>So can I say what I think?</strong>\r\n\r\nAnd then there is what we say or don\'t say. Should we say what we really think or should we be more politic? There was a recent poll that found people are not expressing their opinions freely on social media any more. I can see why. We don\'t want to offend and more importantly, we don\'t want to be attacked. There are many \"trolls,\" that is  people in social media who make it their business to be on the attack. They actively seek confrontation and are often very nasty. Or there are those people who are always arguing with you on Facebook or Twitter. If you say white, they will say black. Does every opinion need a counter-opinion?\r\n\r\n<strong>Is self-censorship the answer to all these social media conundrums?</strong>\r\n\r\nI think that at times you should follow the adage that if you have nothing good to say, don\'t say it. For example, if someone posts a picture of his/her baby, and you don\'t think the child is terribly cute, do you share your thoughts? Probably very wise to keep that opinion to yourself.\r\n\r\nSocial media seems to have made it difficult for people to understand that their words have real consequences. That you can insult and offend virtually. People routinely express their negative opinions. They don\'t like the restaurant you recently went to (and raved about), so they share their thoughts saying that it was disgusting, the food was gross, they got sick (you get the picture). They disagree with an article you shared, they tell you how stupid the author is, how ridiculous anybody is for having that opinion. And on and on.\r\n\r\nThere is no one correct way to do social media. Some people will always be offended and some people won\'t care. To some, social media is a place to cultivate relationships and to some, it is just a place to promote their product or business.\r\n\r\nI think it is always best to think about what you are going to say before you say it: Is it necessary? Does it add value to the conversation? Is it something you care about deeply? Will it make a difference? Will it hurt the other person? Does it really matter?\r\n\r\nPerhaps it is not self-censorship we need as much as a <strong>pause and think moment.</strong> Too bad there isn\'t a built-in feature for that on Twitter and Facebook.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is self-censorship the answer?','','inherit','open','open','','2747-revision-v1','','','2014-09-16 09:29:20','2014-09-16 13:29:20','',2747,'http://deborahbrody.com/2014/09/2747-revision-v1/',0,'revision','',0),
(2748,4,'2014-09-12 09:48:53','2014-09-12 13:48:53','Have you ever regretted saying something on social media? Or has something you posted on social media come back to haunt you \"in real life?\" Do you wish you could say what you really think but fear the consequences?\r\n\r\nSocial media seems to occupy a unique position of being virtual yet connecting real people in real relationships. We can broadcast our thoughts instantly, to thousands (or millions) of people around the world, while still having to be careful about the relationships we have with some of our connections.\r\n\r\nIs everybody in your Facebook world your friend or family member? Chances are you have a fair number of other relationships on Facebook--co-workers, professional acquaintances, people you knew in high school/college, people you met on Twitter, and so on.  Do you want to share everything with everybody or do you wish you could pick and choose? If you don\'t want to share something with a certain person in your Facebook, why are you \"friends\" with him or her?\r\n\r\nSometimes, you see people in real life and feel forced to maintain a \"Facebook friendship.\" Unfriending on Facebook is a strange phenomenon, especially since most people use it to communicate that they no longer consider you to be in their social circle (although some people think of unfriending as simply reducing the number of people that they need to read feeds from). For example, I had a pretty ugly disagreement with someone, and her husband (I guess he was playing the knight in shining armor, thinking he would come to her aid), unfriended me on Facebook and de-LinkedIn too. Meanwhile, she is still there. That makes it very awkward should I ever run into them in person. I know he doesn\'t want anything to do with me while she\'s on the fence or sees Facebook differently.\r\n\r\nRecently, I had a bad week because of the actions of someone in my Facebook world. Because I knew she would see it, I couldn\'t post anything about it. I wanted to share what was going on, but couldn\'t. It made Facebook so frustrating.\r\n\r\nBut wait, Facebook has an answer! You can designate people as \"acquaintances\" and then when you post you can choose to share with \"friends, except acquaintances.\" I just learned about this feature (and I am not sure how long it\'s been around). Clearly, many people are trying to separate close friends from acquaintances while becoming \"Facebook friends\" with anybody that asks.\r\n\r\nAnd then there is what we say or don\'t say. Should we say what we really think or should we be more politic? There was a recent poll that found people are not expressing their opinions freely any more. I can see why. We don\'t want to offend and more importantly, we don\'t want to be attacked. There are many \"trolls,\" that is  people in social media who make it their business to be on the attack. They actively seek confrontation and are often very nasty.\r\n\r\nBut then there are disagreements. If I post something and you find it objectionable, you may decide to point out your objection. If done respectfully, there generally should not be an issue. But then, you could be like a \"friend\" I had, who posted something I didn\'t like on Twitter, and I pointed it out to her. She then claimed it wasn\'t her opinion, she was merely re-tweeting. But she wasn\'t. She had added her editorial approval to it. I pointed that out to her and guess what, she hasn\'t spoken to me in real life since.\r\n\r\nOr then, there are people who are always arguing with you on Facebook or Twitter. If you say white, they will say black. Does every opinion need a counter-opinion? Do you always have to say what you think?\r\n\r\n<strong>Is self-censorship the answer to all these social media conundrums?</strong>\r\n\r\nI think that at times you should follow the adage that if you have nothing good to say, don\'t say it. For example, if someone posts a picture of his/her baby, and you don\'t think the child is terribly cute, do you share your thoughts? Probably very wise to keep that opinion to yourself.\r\n\r\nAnd yet, people routinely express their negative opinions. They don\'t like the restaurant you recently went to (and raved about), so they share their thoughts saying that it was disgusting, the food was gross, they got sick (you get the picture). They disagree with an article you shared, they tell you how stupid the author is, how ridiculous anybody is for having that opinion. And on and on.\r\n\r\nSocial media seems to have made it difficult for people to understand that their words have real consequences. That you can insult and offend virtually. And that is one extreme. On the other, is this constant fretting about what to share and what not to. If we disagree with something, why can\'t we express our opinion?\r\n\r\nThere is no one correct way to do social media. Some people will always be offended and some people don\'t care. To some, social media is a place to cultivate relationships and to some, it is just a place to promote their product or business.\r\n\r\nIt is always best to think about what you are going to say. Is it necessary? Does it add value to the conversation? Is it something you care about deeply? Will it make a difference? Will it hurt the other person? Does it matter?\r\n\r\nSo yes, perhaps practicing some self-censorship is the way to go.','Is self-censorship the answer?','','inherit','open','open','','2747-revision-v1','','','2014-09-12 09:48:53','2014-09-12 13:48:53','',2747,'http://deborahbrody.com/2014/09/2747-revision-v1/',0,'revision','',0),
(2798,4,'2014-11-19 16:06:07','2014-11-19 21:06:07','It\'s like I am hearing the Pointer Sisters\' <em>Jump (For My Love)</em> song on repeat. It\'s that refrain \"more, more, more.\" I get emails urging me to get more website visitors. I see accounts on Twitter that claim they can get me more followers. I see announcements for webinars on how to get more blog readers.\r\n\r\nEnough!\r\n\r\nMore is not a smart communications goal. <span style=\"text-decoration: underline;\">More is meaningless without qualifiers</span>. Yes, I want more Twitter followers. But I want followers that are genuine (as opposed to spam) accounts and who have an interest in what I am saying. I want more blog readers who will find what I write useful and may then share a post or sign up for my newsletter or hire me to do work.\r\n\r\nBut more in and of itself does not mean much. If a Facebook page has 4,000 likes but none of those \"likers\" shares information or buys products, then what is the point? If you have thousands of Twitter followers but are never re-tweeted, are you having an impact? If you get hundreds of website visitors but there is no \"conversion\" then what did you accomplish?\r\n\r\nWe see ploys for more all the time. You see TV stations running sweepstakes and exhorting people to \"like our Facebook page.\" You see link bait. You see forced sign-ups for newsletters before you can read an article or blog post. All these are trying to get more without caring exactly who those people are.\r\n\r\nYour communications goals should not be simply to get more. Your goals need to be specific. For example, you may want to reach more people in a certain geographic area or in an age group.\r\n\r\nAre you being bombarded by vendors trying to get you to get more? If so, what are your thoughts about it?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','More is not a smart communications goal','','publish','open','open','','more-is-not-a-smart-communications-goal','','','2014-11-19 16:06:07','2014-11-19 21:06:07','',0,'http://deborahbrody.com/?p=2798',0,'post','',0),
(2762,4,'2014-10-15 09:39:12','0000-00-00 00:00:00','Recently, I was forced to connect through Miami International Airport (MIA). For most people who fly to and from Latin America and the Caribbean, MIA is the departure point and the first port of entry into the United States. If you are traveling on American Airlines, you will most likely be in Terminal D, a newish terminal with 60 gates covering close to a mile in length and serving American flights exclusively. On both the outbound and inbound legs of my journey I had about three hours to spend in Terminal D.\r\n\r\nI went looking for food. A veggie burger at a \"sit-down\" restaurant was $15. A slice of pizza was $5.  A bagel sandwich at a large national chain is $8. The fish and chips I had an \"Irish pub\" was overpriced and had an 18% service charge tacked on automatically. All this would cost half as much out on Main Street.\r\n\r\nSo you are done eating. Now what? You could shop at MIA. You could spend big bucks on a Burberry coat or buy a Britto sculpture. Or maybe browse some electronics, jewelry or the duty free store.\r\n\r\nPerhaps you want to check your email. Well, at MIA this is going to cost you. No free Wi-Fi here. Not even at Starbucks, which offers free Wi-Fi at its non-MIA locations.\r\n\r\nMy point is that MIA wants you to spend a lot of money while you wait for your flight. It seems the airport authority is not interested in making travel anything more than expensive.\r\n\r\nJust 30 miles north of MIA is Fort Lauderdale-Hollywood Airport. The airport does not offer much in the way of dining, shopping or entertainment but it does offer free Wi-Fi airport-wide. Then again, Fort Lauderdale serves a lot of domestic flights.','How do you view your customers?','','draft','open','open','','','','','2014-10-15 09:39:12','2014-10-15 13:39:12','',0,'http://deborahbrody.com/?p=2762',0,'post','',0),
(2753,4,'2014-09-22 16:01:58','2014-09-22 20:01:58','In his Sunday <em>Washington Post</em> article <a href=\"http://www.washingtonpost.com/business/after-30000-posts-big-picture-blogger-has-figured-a-few-things-out/2014/09/19/ef7002cc-3de9-11e4-9587-5dafd96295f0_story.html\" target=\"_blank\">\"What writing 30,000 posts taught this financial planner,\"</a> Barry Ritholtz, author of the On Investing column, says that not only are many readers choosing to believe what they want to believe, but that their reading comprehension is abysmal. He writes:\r\n<blockquote><strong>Reading comprehension is terrible</strong>. I am astonished how many people lack the basic reading comprehension skills to understand a 500-word essay. I give every piece a second edit to figure out how lazy and biased readers are going misinterpret, misunderstand and just plain old miss the point of the post.</blockquote>\r\n(Note: This is part of the last paragraph of his article that appeared in the printed edition of the <em>Washington Post</em>, but which is mysteriously missing from the online version of the article.)\r\n\r\nThis is sad and disturbing. Those of us who make our living from writing, depend on readers to understand what we say. If readers can\'t understand our ideas, then how are we going to make sure to get our point across? What is the point of writing? It doesn\'t matter how talented we are, if the readers don\'t get it, then it is not worth anything.\r\n\r\nWhat is behind this lack of reading comprehension? Is it that people are not being taught how to read well in school? Is it that people are stupid? Is it that writing has to be \"dumbed down\"? There\'s probably some element of all of these, but one bigger problem is that people are in a hurry. They are not taking the time to read closely.\r\n\r\nWe hear over and over how people are so busy. People are multi-tasking. People are frazzled. One consequence of this continual rush is that people are not paying attention to what they are reading.\r\n\r\nHow many times have you posted something or written an email including details about an upcoming event and the recipient will ask you for the exact information you have already provided. It happens to me all the time.\r\n\r\nCase in point: I wrote a short email to a friend telling her that I had missed seeing her at our book group and that I really didn\'t like the book.  She wrote back telling me that she has had some family issues and hadn\'t finished reading the book, and she also wanted to know what I thought of the book. Now, my email was five sentences long. One of those sentences was about my opinion the book. She clearly did not absorb what I wrote. Either she was preoccupied or in a hurry or both.\r\n\r\nIt seems people are no longer able to read closely. They skim through the information. In fact, when I teach my blogging workshop, I tell my participants that content should be scannable, since this is what people do when they read on the web.\r\n\r\nThis loss of reading comprehension concerns me. It makes me wonder how anybody is going to learn anything new, let alone anything complex. If we are promoting new products or ideas, this is going to be a huge obstacle to overcome.\r\n\r\nWhat do you think? Have you noticed that you have to over-simplify ideas? Have you noticed that people just don\'t seem to pay attention?\r\n\r\n&nbsp;','Is hurry killing reading comprehension?','','publish','open','open','','is-hurry-killing-reading-comprehension','','','2014-09-22 16:06:20','2014-09-22 20:06:20','',0,'http://deborahbrody.com/?p=2753',0,'post','',1),
(2754,4,'2014-09-22 16:01:58','2014-09-22 20:01:58','In his Sunday <em>Washington Post</em> article <a href=\"http://www.washingtonpost.com/business/after-30000-posts-big-picture-blogger-has-figured-a-few-things-out/2014/09/19/ef7002cc-3de9-11e4-9587-5dafd96295f0_story.html\" target=\"_blank\">\"What writing 30,000 posts taught this financial planner,\"</a> Barry Ritholtz, author of the On Investing column, says that not only are many readers choosing to believe what they want to believe, but that their reading comprehension is abysmal. He writes:\r\n<blockquote><strong>Reading comprehension is terrible</strong>. I am astonished how many people lack the basic reading comprehension skills to understand a 500-word essay.</blockquote>\r\n(Note: This is part the last paragraph of his article appeared in the printed edition of the <em>Washington Post</em>, but is mysteriously missing from the online version of the article.)\r\n\r\nThis is sad and disturbing. Those of us who make our living from writing, depend on readers to understand what we say. If readers can\'t understand our ideas, then how are we going to make sure to get our point across? What is the point of writing? It doesn\'t matter how talented we are, if the readers don\'t get it, then it is not worth anything.\r\n\r\nWhat is behind this lack of reading comprehension? Is it that people are not being taught how to read well in school? Is it that people are stupid? Is it that writing has to be \"dumbed down\"? There\'s probably some element of all of these, but one bigger problem is that people are in a hurry. They are not taking the time to read closely.\r\n\r\nWe hear over and over how people are so busy. People are multi-tasking. People are frazzled. One consequence of this continual rush is that people are not paying attention to what they are reading.\r\n\r\nHow many times have you posted something or written an email including details about an upcoming event and the recipient will ask you for the exact information you have already provided. It happens to me all the time.\r\n\r\nCase in point: I wrote a short email to a friend telling her that I had missed seeing her at our book group and that I really didn\'t like the book.  She wrote back telling me that she has had some family issues, and what did I think of the book. Now, my email was five sentences long. One of those sentences was about the book. She clearly did not absorb what I wrote. Either she was preoccupied or in a hurry or both.\r\n\r\nIt seems people are no longer able to read closely. They skim through the information. In fact, when I teach my blogging workshop, I tell my participants that content should be scannable, since this is what people do when they read on the web.\r\n\r\nThis loss of reading comprehension concerns me. It makes me wonder how anybody is going to learn anything new, let alone anything complex. If we are promoting new products or ideas, this is going to be a huge obstacle to overcome.\r\n\r\nWhat do you think? Have you noticed that you have to over-simplify ideas? Have you noticed that people just don\'t seem to pay attention?\r\n\r\n&nbsp;','Is hurry killing reading comprehension?','','inherit','open','open','','2753-revision-v1','','','2014-09-22 16:01:58','2014-09-22 20:01:58','',2753,'http://deborahbrody.com/2014/09/2753-revision-v1/',0,'revision','',0),
(2755,4,'2014-09-22 16:06:00','2014-09-22 20:06:00','In his Sunday <em>Washington Post</em> article <a href=\"http://www.washingtonpost.com/business/after-30000-posts-big-picture-blogger-has-figured-a-few-things-out/2014/09/19/ef7002cc-3de9-11e4-9587-5dafd96295f0_story.html\" target=\"_blank\">\"What writing 30,000 posts taught this financial planner,\"</a> Barry Ritholtz, author of the On Investing column, says that not only are many readers choosing to believe what they want to believe, but that their reading comprehension is abysmal. He writes:\n<blockquote><strong>Reading comprehension is terrible</strong>. I am astonished how many people lack the basic reading comprehension skills to understand a 500-word essay. I give every piece a second edit to figure out how lazy and biased readers are going misinterpret, misunderstand and just plain old miss the point of the post.</blockquote>\n(Note: This is part of the last paragraph of his article appeared in the printed edition of the <em>Washington Post</em>, but is mysteriously missing from the online version of the article.)\n\nThis is sad and disturbing. Those of us who make our living from writing, depend on readers to understand what we say. If readers can\'t understand our ideas, then how are we going to make sure to get our point across? What is the point of writing? It doesn\'t matter how talented we are, if the readers don\'t get it, then it is not worth anything.\n\nWhat is behind this lack of reading comprehension? Is it that people are not being taught how to read well in school? Is it that people are stupid? Is it that writing has to be \"dumbed down\"? There\'s probably some element of all of these, but one bigger problem is that people are in a hurry. They are not taking the time to read closely.\n\nWe hear over and over how people are so busy. People are multi-tasking. People are frazzled. One consequence of this continual rush is that people are not paying attention to what they are reading.\n\nHow many times have you posted something or written an email including details about an upcoming event and the recipient will ask you for the exact information you have already provided. It happens to me all the time.\n\nCase in point: I wrote a short email to a friend telling her that I had missed seeing her at our book group and that I really didn\'t like the book.  She wrote back telling me that she has had some family issues and hadn\'t finished reading the book, and she also wanted to know what I thought of the book. Now, my email was five sentences long. One of those sentences was about my opinion the book. She clearly did not absorb what I wrote. Either she was preoccupied or in a hurry or both.\n\nIt seems people are no longer able to read closely. They skim through the information. In fact, when I teach my blogging workshop, I tell my participants that content should be scannable, since this is what people do when they read on the web.\n\nThis loss of reading comprehension concerns me. It makes me wonder how anybody is going to learn anything new, let alone anything complex. If we are promoting new products or ideas, this is going to be a huge obstacle to overcome.\n\nWhat do you think? Have you noticed that you have to over-simplify ideas? Have you noticed that people just don\'t seem to pay attention?\n\n&nbsp;','Is hurry killing reading comprehension?','','inherit','open','open','','2753-autosave-v1','','','2014-09-22 16:06:00','2014-09-22 20:06:00','',2753,'http://deborahbrody.com/2014/09/2753-autosave-v1/',0,'revision','',0),
(2756,4,'2014-09-22 16:04:54','2014-09-22 20:04:54','In his Sunday <em>Washington Post</em> article <a href=\"http://www.washingtonpost.com/business/after-30000-posts-big-picture-blogger-has-figured-a-few-things-out/2014/09/19/ef7002cc-3de9-11e4-9587-5dafd96295f0_story.html\" target=\"_blank\">\"What writing 30,000 posts taught this financial planner,\"</a> Barry Ritholtz, author of the On Investing column, says that not only are many readers choosing to believe what they want to believe, but that their reading comprehension is abysmal. He writes:\r\n<blockquote><strong>Reading comprehension is terrible</strong>. I am astonished how many people lack the basic reading comprehension skills to understand a 500-word essay. I give every piece a second edit to figure out how lazy and biased readers are going misinterpret, misunderstand and just plain old miss the point of the post.</blockquote>\r\n(Note: This is part the last paragraph of his article appeared in the printed edition of the <em>Washington Post</em>, but is mysteriously missing from the online version of the article.)\r\n\r\nThis is sad and disturbing. Those of us who make our living from writing, depend on readers to understand what we say. If readers can\'t understand our ideas, then how are we going to make sure to get our point across? What is the point of writing? It doesn\'t matter how talented we are, if the readers don\'t get it, then it is not worth anything.\r\n\r\nWhat is behind this lack of reading comprehension? Is it that people are not being taught how to read well in school? Is it that people are stupid? Is it that writing has to be \"dumbed down\"? There\'s probably some element of all of these, but one bigger problem is that people are in a hurry. They are not taking the time to read closely.\r\n\r\nWe hear over and over how people are so busy. People are multi-tasking. People are frazzled. One consequence of this continual rush is that people are not paying attention to what they are reading.\r\n\r\nHow many times have you posted something or written an email including details about an upcoming event and the recipient will ask you for the exact information you have already provided. It happens to me all the time.\r\n\r\nCase in point: I wrote a short email to a friend telling her that I had missed seeing her at our book group and that I really didn\'t like the book.  She wrote back telling me that she has had some family issues and hadn\'t finished reading the book, and she also wanted to know what I thought of the book. Now, my email was five sentences long. One of those sentences was about my opinion the book. She clearly did not absorb what I wrote. Either she was preoccupied or in a hurry or both.\r\n\r\nIt seems people are no longer able to read closely. They skim through the information. In fact, when I teach my blogging workshop, I tell my participants that content should be scannable, since this is what people do when they read on the web.\r\n\r\nThis loss of reading comprehension concerns me. It makes me wonder how anybody is going to learn anything new, let alone anything complex. If we are promoting new products or ideas, this is going to be a huge obstacle to overcome.\r\n\r\nWhat do you think? Have you noticed that you have to over-simplify ideas? Have you noticed that people just don\'t seem to pay attention?\r\n\r\n&nbsp;','Is hurry killing reading comprehension?','','inherit','open','open','','2753-revision-v1','','','2014-09-22 16:04:54','2014-09-22 20:04:54','',2753,'http://deborahbrody.com/2014/09/2753-revision-v1/',0,'revision','',0),
(2757,4,'2014-09-22 16:06:20','2014-09-22 20:06:20','In his Sunday <em>Washington Post</em> article <a href=\"http://www.washingtonpost.com/business/after-30000-posts-big-picture-blogger-has-figured-a-few-things-out/2014/09/19/ef7002cc-3de9-11e4-9587-5dafd96295f0_story.html\" target=\"_blank\">\"What writing 30,000 posts taught this financial planner,\"</a> Barry Ritholtz, author of the On Investing column, says that not only are many readers choosing to believe what they want to believe, but that their reading comprehension is abysmal. He writes:\r\n<blockquote><strong>Reading comprehension is terrible</strong>. I am astonished how many people lack the basic reading comprehension skills to understand a 500-word essay. I give every piece a second edit to figure out how lazy and biased readers are going misinterpret, misunderstand and just plain old miss the point of the post.</blockquote>\r\n(Note: This is part of the last paragraph of his article that appeared in the printed edition of the <em>Washington Post</em>, but which is mysteriously missing from the online version of the article.)\r\n\r\nThis is sad and disturbing. Those of us who make our living from writing, depend on readers to understand what we say. If readers can\'t understand our ideas, then how are we going to make sure to get our point across? What is the point of writing? It doesn\'t matter how talented we are, if the readers don\'t get it, then it is not worth anything.\r\n\r\nWhat is behind this lack of reading comprehension? Is it that people are not being taught how to read well in school? Is it that people are stupid? Is it that writing has to be \"dumbed down\"? There\'s probably some element of all of these, but one bigger problem is that people are in a hurry. They are not taking the time to read closely.\r\n\r\nWe hear over and over how people are so busy. People are multi-tasking. People are frazzled. One consequence of this continual rush is that people are not paying attention to what they are reading.\r\n\r\nHow many times have you posted something or written an email including details about an upcoming event and the recipient will ask you for the exact information you have already provided. It happens to me all the time.\r\n\r\nCase in point: I wrote a short email to a friend telling her that I had missed seeing her at our book group and that I really didn\'t like the book.  She wrote back telling me that she has had some family issues and hadn\'t finished reading the book, and she also wanted to know what I thought of the book. Now, my email was five sentences long. One of those sentences was about my opinion the book. She clearly did not absorb what I wrote. Either she was preoccupied or in a hurry or both.\r\n\r\nIt seems people are no longer able to read closely. They skim through the information. In fact, when I teach my blogging workshop, I tell my participants that content should be scannable, since this is what people do when they read on the web.\r\n\r\nThis loss of reading comprehension concerns me. It makes me wonder how anybody is going to learn anything new, let alone anything complex. If we are promoting new products or ideas, this is going to be a huge obstacle to overcome.\r\n\r\nWhat do you think? Have you noticed that you have to over-simplify ideas? Have you noticed that people just don\'t seem to pay attention?\r\n\r\n&nbsp;','Is hurry killing reading comprehension?','','inherit','open','open','','2753-revision-v1','','','2014-09-22 16:06:20','2014-09-22 20:06:20','',2753,'http://deborahbrody.com/2014/09/2753-revision-v1/',0,'revision','',0),
(2759,4,'2014-09-29 11:43:13','2014-09-29 15:43:13','My nieces are a bit fussy when it comes to food. They don\'t really want to try foods they haven\'t had before. I once made a pasta dish, and my  four-year old niece looked at it with absolute horror. I told her she had to try it, and if she didn\'t like it, she didn\'t have to finish eating it. She tried it and she didn\'t like it (it had spinach in it, and she is not a fan since as she put it \"I don\'t like the green stuff\").\r\n\r\nSometimes you just don\'t know until you try, yet we seem to work hard to avoid finding out for ourselves. If we are researching hotels, we read reviews on travel advice sites. If we are looking for a service professional, we check out ratings. We ask around. We want information before we make a decision.\r\n\r\nJust today, I noticed what someone posted in a networking group in which I belong. She wanted to know about people\'s experiences with the group because she was considering joining. In my opinion, networking is personal. You will have your own experiences and it is always worth it to attend a meeting or two to get a sense of the people and if it is a right fit for you. What others feel is almost completely irrelevant.\r\n\r\n<em><strong>You just have to try it for yourself. Word of mouth and reviews can provide insight, but ultimately, what matters is how your experience goes.</strong></em>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>The experience counts more</strong></span>\r\n\r\nSeveral weeks ago, I asked my Facebook friends if they had any handymen recommendations. My long-time handyman had retired due to injury and I needed someone to do a few things around the house. A friend passed on the name of someone who had done some work in his house. I contacted the handyman. He asked me to send him an email detailing what I needed done. He didn\'t respond. I called again. He assured me he would respond. He didn\'t. I called again. He was on vacation. Normally, I would have never contacted him again, but because he was recommended I did.\r\n\r\nFinally, about three months after my initial contact, the handyman came to  give me an estimate for the work. It seemed quite high but I scheduled the work since by this time I was desperate to get it done. The handyman sent two of his guys to do the work. They were nice enough but not highly skilled. They did not even have a tool kit with them (I had to give them a screwdriver!). They finished doing the work. The main handyman stuck with his original estimate. I questioned it and I ended up paying almost $200 less than he estimated (the work took one and a half hours and he had estimated five).  I tried working with this handyman based on a trusted friend\'s recommendation but the actual experience of working with him was not to my liking. I will not hire him again.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>The marketing dilemma</strong></span>\r\n\r\nMany marketers spend time on getting positive reviews and referrals, and those can stimulate people to try a product or service. But ultimately, the customer/client experience is what counts. People will stick with something and recommend it only if the experience itself is good.\r\n\r\nThe dilemma for many marketers is that many times we are hired to stimulate interest, but have no control over the user experience. If a company has hired many marketers to try and drum up interest for a product or service, chances are it is not the marketing that is lacking. It may well be that the product or service is not living up to the marketing.\r\n\r\nWhat are your experiences with this? How does can marketing be better tied to user experience?','You won\'t know until you try','','publish','open','open','','you-wont-know-until-you-try','','','2014-09-29 11:43:13','2014-09-29 15:43:13','',0,'http://deborahbrody.com/?p=2759',0,'post','',0),
(2760,4,'2014-09-29 11:43:13','2014-09-29 15:43:13','My nieces are a bit fussy when it comes to food. They don\'t really want to try foods they haven\'t had before. I once made a pasta dish, and my  four-year old niece looked at it with absolute horror. I told her she had to try it, and if she didn\'t like it, she didn\'t have to finish eating it. She tried it and she didn\'t like it (it had spinach in it, and she is not a fan since as she put it \"I don\'t like the green stuff\").\r\n\r\nSometimes you just don\'t know until you try, yet we seem to work hard to avoid finding out for ourselves. If we are researching hotels, we read reviews on travel advice sites. If we are looking for a service professional, we check out ratings. We ask around. We want information before we make a decision.\r\n\r\nJust today, I noticed what someone posted in a networking group in which I belong. She wanted to know about people\'s experiences with the group because she was considering joining. In my opinion, networking is personal. You will have your own experiences and it is always worth it to attend a meeting or two to get a sense of the people and if it is a right fit for you. What others feel is almost completely irrelevant.\r\n\r\n<em><strong>You just have to try it for yourself. Word of mouth and reviews can provide insight, but ultimately, what matters is how your experience goes.</strong></em>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>The experience counts more</strong></span>\r\n\r\nSeveral weeks ago, I asked my Facebook friends if they had any handymen recommendations. My long-time handyman had retired due to injury and I needed someone to do a few things around the house. A friend passed on the name of someone who had done some work in his house. I contacted the handyman. He asked me to send him an email detailing what I needed done. He didn\'t respond. I called again. He assured me he would respond. He didn\'t. I called again. He was on vacation. Normally, I would have never contacted him again, but because he was recommended I did.\r\n\r\nFinally, about three months after my initial contact, the handyman came to  give me an estimate for the work. It seemed quite high but I scheduled the work since by this time I was desperate to get it done. The handyman sent two of his guys to do the work. They were nice enough but not highly skilled. They did not even have a tool kit with them (I had to give them a screwdriver!). They finished doing the work. The main handyman stuck with his original estimate. I questioned it and I ended up paying almost $200 less than he estimated (the work took one and a half hours and he had estimated five).  I tried working with this handyman based on a trusted friend\'s recommendation but the actual experience of working with him was not to my liking. I will not hire him again.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>The marketing dilemma</strong></span>\r\n\r\nMany marketers spend time on getting positive reviews and referrals, and those can stimulate people to try a product or service. But ultimately, the customer/client experience is what counts. People will stick with something and recommend it only if the experience itself is good.\r\n\r\nThe dilemma for many marketers is that many times we are hired to stimulate interest, but have no control over the user experience. If a company has hired many marketers to try and drum up interest for a product or service, chances are it is not the marketing that is lacking. It may well be that the product or service is not living up to the marketing.\r\n\r\nWhat are your experiences with this? How does can marketing be better tied to user experience?','You won\'t know until you try','','inherit','open','open','','2759-revision-v1','','','2014-09-29 11:43:13','2014-09-29 15:43:13','',2759,'http://deborahbrody.com/2014/09/2759-revision-v1/',0,'revision','',0),
(2763,4,'2014-10-09 10:20:16','2014-10-09 14:20:16','Recently, I was forced to connect through Miami International Airport (MIA). For most people who fly to and from Latin America and the Caribbean, MIA is the departure point and the first port of entry into the United States. If you are traveling on American Airlines, you will most likely be in Terminal D, a newish terminal with 60 gates than probably covers nearly a mile and serves American flights exclusively. On both the outbound and inbound legs of my journey I had about three hours to spend in Terminal D. My experience shows me that MIA views customers (passengers) as a source of revenue--a cash cow. All the food is overpriced. A slice of pizza is $5. A bagel sandwich is $8. Things that would cost half as much out on Main Street. Water is $3.  There\'s shopping at MIA, Thomas Pink and Burberry and of course Duty Free. Duty Free is one of the biggest scams at the airport--all it means is that you won\'t pay taxes on the item, but the store is free to charge what it likes on it.','How do you view your customers?','','inherit','open','open','','2762-revision-v1','','','2014-10-09 10:20:16','2014-10-09 14:20:16','',2762,'http://deborahbrody.com/2014/10/2762-revision-v1/',0,'revision','',0),
(2765,4,'2014-10-09 15:23:48','2014-10-09 19:23:48','Deborah Brody Marketing Communications works with businesses and non-profit organizations. We have experience with various industries, including hospitality/tourism, financial, real estate, marketing, legal and software development.\r\n\r\n<strong>Clients have included:</strong>\r\n\r\nACTON Marketing\r\nAlexandria Education\r\n\r\nBNA\r\nB’nai B’rith International\r\nCaribbean Basin Enterprise\r\n\r\nDKD New Media\r\nHotel Presidente (Costa Rica)\r\n\r\nFrontPoint Security\r\n\r\nKARRASS\r\nLaw Offices of Jason Warshofsky\r\nMemorable Costa Rica\r\n\r\nMiCORE Solutions, Inc.\r\n\r\nPebbles of Hope\r\nSimply Savvy Events\r\n\r\nSperry Van Ness\r\nStarWave Associates\r\nStateTrust Group\r\nStreamline Communications\r\nStudio Twenty-Two\r\n\r\nSW Creatives\r\nTabacon Resort and Spa (Costa Rica)\r\nThe Gary Rosenthal Collection','Clients','','inherit','open','open','','38-revision-v1','','','2014-10-09 15:23:48','2014-10-09 19:23:48','',38,'http://deborahbrody.com/2014/10/38-revision-v1/',0,'revision','',0),
(2766,4,'2014-10-09 15:26:10','2014-10-09 19:26:10','<strong>Pebbles of Hope</strong>\r\n\r\n--case study coming soon!','Recent Projects','','inherit','open','open','','40-revision-v1','','','2014-10-09 15:26:10','2014-10-09 19:26:10','',40,'http://deborahbrody.com/2014/10/40-revision-v1/',0,'revision','',0),
(2767,4,'2014-10-10 10:53:38','2014-10-10 14:53:38','A couple of weeks ago I was at Ronald Reagan National Airport waiting for a flight to Miami. I was checking my email, Twitter, etc. on my phone, when the woman next to me asked me in Spanish if the flight was about to leave. Luckily (for her) I speak Spanish, and I told her that no, not yet. I pointed at the podium, which was empty, and explained that the plane was not yet in and that when we got ready to board, there would be someone there making announcements.\r\n\r\nShe told me she was headed to Santo Domingo (Dominican Republic).  She showed me her boarding pass, and I pointed out her seat number and her group number, explaining she needed to wait for her group number to be called. Unfortunately, she spoke no English. None. I asked her if she had ever traveled before. She hadn\'t.\r\n\r\nHere she was, about to embark on an international flight, and she had not the faintest idea of what was going on or how to navigate the boarding process, which most of us take for granted. In Miami, she would be OK, since the announcements are made in both English and Spanish, but in Washington, the announcements are all in English. If I hadn\'t been sitting there (and been a Spanish speaker), I am not sure how she would have figured it out.\r\n\r\nWhich brings me to a marketing question: who do you communicate to?\r\n\r\n<strong>Everybody?</strong>\r\n\r\nYou can\'t communicate with everybody, obviously. There are too many variables. There\'s language obviously, and then there\'s level of knowledge. Do you assume that your audience knows certain things or do you explain everything thoroughly?\r\n\r\n<strong>Some?</strong>\r\n\r\nChances are, most communicators are aiming to reach only some of the total audience. This is called the target audience. Communications are tailored for the representative member of the target audience. So, in the DCA example of above, the gate agent speaks in English only because most of his audience speaks English.\r\n\r\n<strong>Nobody?</strong>\r\n\r\nIf nobody understands your message, then your communications are in serious trouble. You are making strategic and tactical mistakes. It has happened at the Miami airport, on flights to Spanish-speaking countries, the gate agents don\'t speak a bit of Spanish (and if they do, heavy accents and bad translating make it virtually impossible to understand).  Very few people understand and everybody is confused.\r\n\r\n<strong>When making communication decisions, you must consider your target audience (and then some). You will choose language, complexity of message, and what will resonate based on how you can reach the majority of your target. You will not communicate with everybody. But if you are communicating with nobody, then you have a problem.</strong>\r\n\r\nThoughts?\r\n\r\n&nbsp;','Are you communicating with everybody, somebody, or nobody?','','publish','open','open','','are-you-communicating-with-everybody-somebody-or-nobody','','','2014-10-10 10:53:38','2014-10-10 14:53:38','',0,'http://deborahbrody.com/?p=2767',0,'post','',0),
(2768,4,'2014-10-09 16:49:28','2014-10-09 20:49:28','A couple of weeks ago I was at Ronald Reagan National Airport waiting for a flight to Miami. I was checking my email, Twitter, etc. on my phone, when the woman next to me asked me in Spanish if the flight was about to leave. Luckily (for her) I speak Spanish, and I told her that no, not yet. I pointed at the podium, which was empty, and explained that the plane was not yet in and that when we got ready to board, there would be someone there making announcements.\r\n\r\nShe told me she was headed to Santo Domingo (Dominican Republic).  She showed me her boarding pass, and I pointed out her seat number and her group number, explaining she needed to wait for her group number to be called. Unfortunately, she spoke no English. None. I asked her if she had ever traveled before. She hadn\'t.\r\n\r\nHere she was, about to embark on an international flight, and she had not the faintest idea of what was going on or how to navigate the boarding process, which most of us take for granted. In Miami, she would be OK, since the announcements are made in both English and Spanish, but in Washington, the announcements are all in English. If I hadn\'t been sitting there (and been a Spanish speaker), I am not sure how she would have figured it out.\r\n\r\nWhich brings me to a marketing question: who do you communicate to? You can\'t communicate with everybody, obviously. There are too many variables. Can you imagine if you made all announcements in several languages (although in Canada they are required to make all announcements in French and English).\r\n\r\n&nbsp;','Are you communicating with everybody, somebody, or nobody?','','inherit','open','open','','2767-revision-v1','','','2014-10-09 16:49:28','2014-10-09 20:49:28','',2767,'http://deborahbrody.com/2014/10/2767-revision-v1/',0,'revision','',0),
(2769,4,'2014-10-10 10:53:38','2014-10-10 14:53:38','A couple of weeks ago I was at Ronald Reagan National Airport waiting for a flight to Miami. I was checking my email, Twitter, etc. on my phone, when the woman next to me asked me in Spanish if the flight was about to leave. Luckily (for her) I speak Spanish, and I told her that no, not yet. I pointed at the podium, which was empty, and explained that the plane was not yet in and that when we got ready to board, there would be someone there making announcements.\r\n\r\nShe told me she was headed to Santo Domingo (Dominican Republic).  She showed me her boarding pass, and I pointed out her seat number and her group number, explaining she needed to wait for her group number to be called. Unfortunately, she spoke no English. None. I asked her if she had ever traveled before. She hadn\'t.\r\n\r\nHere she was, about to embark on an international flight, and she had not the faintest idea of what was going on or how to navigate the boarding process, which most of us take for granted. In Miami, she would be OK, since the announcements are made in both English and Spanish, but in Washington, the announcements are all in English. If I hadn\'t been sitting there (and been a Spanish speaker), I am not sure how she would have figured it out.\r\n\r\nWhich brings me to a marketing question: who do you communicate to?\r\n\r\n<strong>Everybody?</strong>\r\n\r\nYou can\'t communicate with everybody, obviously. There are too many variables. There\'s language obviously, and then there\'s level of knowledge. Do you assume that your audience knows certain things or do you explain everything thoroughly?\r\n\r\n<strong>Some?</strong>\r\n\r\nChances are, most communicators are aiming to reach only some of the total audience. This is called the target audience. Communications are tailored for the representative member of the target audience. So, in the DCA example of above, the gate agent speaks in English only because most of his audience speaks English.\r\n\r\n<strong>Nobody?</strong>\r\n\r\nIf nobody understands your message, then your communications are in serious trouble. You are making strategic and tactical mistakes. It has happened at the Miami airport, on flights to Spanish-speaking countries, the gate agents don\'t speak a bit of Spanish (and if they do, heavy accents and bad translating make it virtually impossible to understand).  Very few people understand and everybody is confused.\r\n\r\n<strong>When making communication decisions, you must consider your target audience (and then some). You will choose language, complexity of message, and what will resonate based on how you can reach the majority of your target. You will not communicate with everybody. But if you are communicating with nobody, then you have a problem.</strong>\r\n\r\nThoughts?\r\n\r\n&nbsp;','Are you communicating with everybody, somebody, or nobody?','','inherit','open','open','','2767-revision-v1','','','2014-10-10 10:53:38','2014-10-10 14:53:38','',2767,'http://deborahbrody.com/2014/10/2767-revision-v1/',0,'revision','',0),
(2770,4,'2014-10-15 09:39:12','2014-10-15 13:39:12','Recently, I was forced to connect through Miami International Airport (MIA). For most people who fly to and from Latin America and the Caribbean, MIA is the departure point and the first port of entry into the United States. If you are traveling on American Airlines, you will most likely be in Terminal D, a newish terminal with 60 gates covering close to a mile in length and serving American flights exclusively. On both the outbound and inbound legs of my journey I had about three hours to spend in Terminal D.\r\n\r\nI went looking for food. A veggie burger at a \"sit-down\" restaurant was $15. A slice of pizza was $5.  A bagel sandwich at a large national chain is $8. The fish and chips I had an \"Irish pub\" was overpriced and had an 18% service charge tacked on automatically. All this would cost half as much out on Main Street.\r\n\r\nSo you are done eating. Now what? You could shop at MIA. You could spend big bucks on a Burberry coat or buy a Britto sculpture. Or maybe browse some electronics, jewelry or the duty free store.\r\n\r\nPerhaps you want to check your email. Well, at MIA this is going to cost you. No free Wi-Fi here. Not even at Starbucks, which offers free Wi-Fi at its non-MIA locations.\r\n\r\nMy point is that MIA wants you to spend a lot of money while you wait for your flight. It seems the airport authority is not interested in making travel anything more than expensive.\r\n\r\nJust 30 miles north of MIA is Fort Lauderdale-Hollywood Airport. The airport does not offer much in the way of dining, shopping or entertainment but it does offer free Wi-Fi airport-wide. Then again, Fort Lauderdale serves a lot of domestic flights.','How do you view your customers?','','inherit','open','open','','2762-revision-v1','','','2014-10-15 09:39:12','2014-10-15 13:39:12','',2762,'http://deborahbrody.com/2014/10/2762-revision-v1/',0,'revision','',0),
(2772,4,'2014-10-15 14:13:58','2014-10-15 18:13:58','In this age of social media, we always have an outlet for our thoughts, whether they be insightful and informative, or whether to express our frustrations and complaints.\r\n\r\nIf we want to share golden nugget from a conference, there\'s Twitter and a hashtag. If we want to lash out at our boss, there\'s Facebook (where we aren\'t friends with our boss). If we want to rant (or rave) about anything, we can post about it at length on our blog.\r\n\r\nMost of the time, there\'s no harm done. Except if you post when you are angry.\r\n\r\nWhen you are angry, you are caught up in the (negative) emotion of the moment. You are looking either to vent your frustration or to exact some sort of revenge. When you vent in anger in person (and not on social media), there are often (immediate) consequences. You may insult or offend someone and ruin your relationship with that person. You may escalate a situation (and in some cases, this can even lead to violence).  Or you may blow off steam, and calm down.\r\n\r\nBut when you are angry and you post on social media, the consequences can be greater and more long-lasting. Social media is the great amplifier. Your angry thoughts can go viral. And even more so, they became permanent. They can\'t be easily retracted. They are searchable and they can definitely be attributed to you.\r\n\r\nWe\'ve seen case upon case of people tweeting in anger (whether justified or not), and then facing consequences. There have been a few cases of passengers getting booted off a flight. Or people being fired for tweeting something.\r\n\r\nHere\'s the thing: Anger does not allow you to think clearly. You may not see the consequences.\r\n\r\n<strong>Angry and about to post? Take a pause. Put your thought into a draft. Wait.</strong>\r\n\r\nA few weeks ago, I had an unfortunate meeting with someone and I felt very angry and upset afterward. I came home and wrote a blog post, which would have upset that person had I published it. Instead, I wrote it and let it sit in the draft file. I still haven\'t published it. My anger is gone, and now I realize I don\'t necessarily want to have those thoughts, about a specific person and meeting to be \"on the record.\" Perhaps what happened was not as bad as I perceived it. Perhaps this person meant no harm.\r\n\r\nIf you must vent, write it but don\'t tweet it.  As a speaker at an event a couple of years ago said (I wish I could remember her name):\r\n<blockquote><strong>Never Twitter when you\'re bitter.</strong></blockquote>\r\n<strong>So, write it. But don\'t post it...yet. Come back to it when you are not as angry and frustrated.</strong>\r\n\r\nOnce you are calm, and revisiting your post ask yourself these questions:\r\n<ul>\r\n	<li>Do you really want to put it on the record?</li>\r\n	<li>Is this important enough to ruffle feathers?</li>\r\n	<li>What do you expect to gain from this?</li>\r\n	<li>And, is it worth it?</li>\r\n</ul>\r\nHave you regretted posting something you wrote while you were angry? What were the consequences?','Angry and posting? What you should do instead.','','publish','open','open','','angry-and-posting-what-you-should-do-instead','','','2014-10-15 14:13:58','2014-10-15 18:13:58','',0,'http://deborahbrody.com/?p=2772',0,'post','',2),
(2773,4,'2014-10-15 14:13:58','2014-10-15 18:13:58','In this age of social media, we always have an outlet for our thoughts, whether they be insightful and informative, or whether to express our frustrations and complaints.\r\n\r\nIf we want to share golden nugget from a conference, there\'s Twitter and a hashtag. If we want to lash out at our boss, there\'s Facebook (where we aren\'t friends with our boss). If we want to rant (or rave) about anything, we can post about it at length on our blog.\r\n\r\nMost of the time, there\'s no harm done. Except if you post when you are angry.\r\n\r\nWhen you are angry, you are caught up in the (negative) emotion of the moment. You are looking either to vent your frustration or to exact some sort of revenge. When you vent in anger in person (and not on social media), there are often (immediate) consequences. You may insult or offend someone and ruin your relationship with that person. You may escalate a situation (and in some cases, this can even lead to violence).  Or you may blow off steam, and calm down.\r\n\r\nBut when you are angry and you post on social media, the consequences can be greater and more long-lasting. Social media is the great amplifier. Your angry thoughts can go viral. And even more so, they became permanent. They can\'t be easily retracted. They are searchable and they can definitely be attributed to you.\r\n\r\nWe\'ve seen case upon case of people tweeting in anger (whether justified or not), and then facing consequences. There have been a few cases of passengers getting booted off a flight. Or people being fired for tweeting something.\r\n\r\nHere\'s the thing: Anger does not allow you to think clearly. You may not see the consequences.\r\n\r\n<strong>Angry and about to post? Take a pause. Put your thought into a draft. Wait.</strong>\r\n\r\nA few weeks ago, I had an unfortunate meeting with someone and I felt very angry and upset afterward. I came home and wrote a blog post, which would have upset that person had I published it. Instead, I wrote it and let it sit in the draft file. I still haven\'t published it. My anger is gone, and now I realize I don\'t necessarily want to have those thoughts, about a specific person and meeting to be \"on the record.\" Perhaps what happened was not as bad as I perceived it. Perhaps this person meant no harm.\r\n\r\nIf you must vent, write it but don\'t tweet it.  As a speaker at an event a couple of years ago said (I wish I could remember her name):\r\n<blockquote><strong>Never Twitter when you\'re bitter.</strong></blockquote>\r\n<strong>So, write it. But don\'t post it...yet. Come back to it when you are not as angry and frustrated.</strong>\r\n\r\nOnce you are calm, and revisiting your post ask yourself these questions:\r\n<ul>\r\n	<li>Do you really want to put it on the record?</li>\r\n	<li>Is this important enough to ruffle feathers?</li>\r\n	<li>What do you expect to gain from this?</li>\r\n	<li>And, is it worth it?</li>\r\n</ul>\r\nHave you regretted posting something you wrote while you were angry? What were the consequences?','Angry and posting? What you should do instead.','','inherit','open','open','','2772-revision-v1','','','2014-10-15 14:13:58','2014-10-15 18:13:58','',2772,'http://deborahbrody.com/2014/10/2772-revision-v1/',0,'revision','',0),
(2774,4,'2014-10-21 09:35:09','2014-10-21 13:35:09','Note:<a href=\"http://www.amadc.org/\" target=\"_blank\"> AMADC </a>is the Washington, DC chapter of the American Marketing Association (AMA) , which is a membership organization with chapters around the country. I am not a member of the AMA or AMADC, although I have attended its events in the past.\r\n\r\nLast Friday, the AMADC tweeted about its upcoming happy hour (or AMA Networking Events as they call them) at a DC restaurant. I clicked on the link and found out that to attend the happy hour, non-members must pay $45 while members can attend free. According to what I saw, the happy hour/networking event is a chance to mingle with other people. This is a description from the AMADC website:\r\n<blockquote>AMADC Networking Events are the place to get dialed into the DC marketing community. Make alliances for your business, find your next great employee, get active in the AMA, get career advice or maybe get your next job. Be sure to bring a ton of business cards, you are going to need them</blockquote>\r\nThere is no program, no speaker and at least from what I can see, no food or drink included in the price of admission. Just a chance to meet people (maybe).\r\n\r\nHere\'s my conversation with AMADC on Twitter:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\"><img class=\"aligncenter wp-image-2776 \" src=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\" alt=\"amadc\" width=\"598\" height=\"807\" /></a>\r\n\r\nAccording to the @AMADC response above, the free happy hour for members is a \"main benefit of membership.\" This however, is not even mentioned in the <a href=\"http://www.amadc.org/membership/local-benefits\" target=\"_blank\">AMADC\'s website membership benefits page</a>.\r\n\r\n(Annual membership in AMADC is $285, of which $220 is for national dues and $65 for chapter dues.)\r\n\r\n<strong>So, what is the marketing/strategic goal for the AMADC happy hours? Is the goal to reach non-members and show them value?\r\n</strong>\r\n\r\nAre these happy hours simply membership perks? If so, fine. If I am understanding this correctly, members get to feel as though they are \"saving\" $45 for each \"networking event.\r\n\r\nHere\'s a question though: members don\'t have to pay extra to attend. And while this may be a benefit of membership, <span style=\"text-decoration: underline;\">just how valuable is it?</span> <em>Remember cost is not equivalent to value. </em>\r\n\r\nBut, if these happy hours/networking events are also a chance to reach out to non-members and perhaps even to recruit new members, then charging $45 is not accomplishing that goal. I can tell you that from experience, specifically with the AMADC.\r\n\r\nWhen I first moved to DC nearly ten years ago, I attended one of the AMADC happy hours at a bar downtown. The cost then was $25 (why the nearly 100% increase is another question).  I got to the bar, where I knew nobody.  There was a section reserved for the AMA ( right off the main bar, and not even clearly marked off). They offered no snacks, or drinks (or even discount drinks other than the regular happy hour stuff ). There were no name tags. Nobody offered to act as an AMA ambassador and welcome people. I tried talking to a couple of people but having a conversation over the bar\'s loud background noise was near impossible. In short, it was a waste of time and money. I could\'ve just gone to the bar on my own, ordered a beer, sat right next to the AMA DC section, and gotten as much out of it while saving $25.\r\n\r\n<strong>Is the AMADC\'s goal to be in line with other organizations in town?</strong>\r\n\r\nMeanwhile, the other membership organizations in town also host monthly happy hours, however, this charge of $45 for a happy hour is the highest I have seen. For example, <a href=\"http://www.iabcdcmetro.org/\" target=\"_blank\">IABCDC</a> does not charge for its happy hours. Everyone pays for what they consume. Various communications meetups such as DC PR Flacks don\'t charge either. The <a href=\"https://www.prsa-ncc.org/\" target=\"_blank\">PRSA-NCC </a> charges everyone for its PRO Net happy hours ($10 for members and $15 for non-members) but the fee includes a free drink and appetizers.\r\n\r\n<strong>Is the goal to encourage networking among members?</strong>\r\n\r\nOther organizations charge between $35 and $65 for non-members to attend chapter meetings, professional development events or luncheons/dinners. In fact, AMADC charges $50 to non-members and $30 for members for its professional development events. Bear in mind that at a professional development event or at a meal, people are getting a tangible benefit.\r\n\r\nWhy would networking be considered a more important benefit than professional development? Why not make professional development the perk of membership?\r\n\r\n<strong>Is the AMADC\'s goal to make money off networking events?</strong>\r\n\r\nObviously, when there is a cost involved for the organization (the meal, the room rental, etc.), there is a reason to charge both members and non-members. Many organizations use sponsorships to defray the overhead costs, and so that they can offer discounts to their members. For the upcoming AMADC happy hour, a local organization is sponsoring the event.  Since people have to pay for their drinks and food, there is no cost to the AMADC other than a room rental or guarantee fee, which I assume is being covered by the sponsorship. The non-member fee would seem to be a money-maker.\r\n\r\n<strong>Is the goal to show non-members what they would save?</strong>\r\n\r\nPerhaps the AMADC is imagining a scenario where a non-member signs up for this event, has a wonderful time and makes a lot of new contacts, and figures that if he or she signs up for membership, he/she could go to this events \"for free\" thus \"saving\" $45.\r\n\r\n<strong>So what are the AMADC\'s goals?</strong>\r\n\r\nI don\'t know and I can\'t tell what the AMADC\'s goals are. It\'s not clear to me what it is aiming to accomplish by charging so much for a happy hour. In my opinion, there is little value to a happy hour and very little reason to spend $45 to attend one. Yes, I understand there is a networking opportunity. But as mentioned above, there are many other free and lower cost opportunities in town. Plus, going to a happy hour at a loud bar is not necessarily the best way to network.\r\n\r\nWhat do you think? Would you pay this fee? Why or why not?\r\n\r\n&nbsp;','What\'s the goal behind the AMADC\'s $45 happy hour?','','publish','open','open','','whats-the-goal-for-the-45-happy-hour','','','2014-10-21 09:35:09','2014-10-21 13:35:09','',0,'http://deborahbrody.com/?p=2774',0,'post','',2),
(2775,4,'2014-10-17 13:24:36','2014-10-17 17:24:36','','amadc','','inherit','open','open','','amadc','','','2014-10-17 13:24:36','2014-10-17 17:24:36','',2774,'http://deborahbrody.com/wp-content/uploads/2014/10/amadc.bmp',0,'attachment','image/bmp',0),
(2776,4,'2014-10-17 13:29:25','2014-10-17 17:29:25','','amadc','','inherit','open','open','','amadc-2','','','2014-10-17 13:29:25','2014-10-17 17:29:25','',2774,'http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg',0,'attachment','image/jpeg',0),
(2777,4,'2014-10-17 14:13:56','2014-10-17 18:13:56','Note: AMADC is the Washington, DC chapter of the American Marketing Association (AMA) , which is a membership organization with chapters around the country. I am not a member of AMADC.\r\n\r\nEarlier today, the AMADC tweeted out about their upcoming happy hour (or AMA Networking Events as they call them) at a DC restaurant. I clicked on the link and found out that to attend the happy hour, non-members must pay $45 while members can attend free. According to what I saw, the happy hour/networking event is a chance to mingle with other people. This is a description from the AMADC website:\r\n<blockquote>AMADC Networking Events are the place to get dialed into the DC marketing community. Make alliances for your business, find your next great employee, get active in the AMA, get career advice or maybe get your next job. Be sure to bring a ton of business cards, you are going to need them</blockquote>\r\nThere is no program, no speaker and at least from what I saw, no food or drink included in the price of admission. Just a chance to meet people (maybe).\r\n\r\nHere\'s my response:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\"><img class=\"aligncenter wp-image-2776 size-full\" src=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\" alt=\"amadc\" width=\"1296\" height=\"864\" /></a>\r\n\r\nAccording to the @AMADC response above, the free happy hour for members is a \"main benefit of membership.\" This however, is not even mentioned in the <a href=\"http://www.amadc.org/membership/local-benefits\" target=\"_blank\">AMADC\'s website membership benefits page</a>.\r\n\r\n(Annual membership in AMADC is $285, of which $220 is for national dues and $65 for chapter dues.)\r\n\r\nIf I am understanding this correctly, members get to feel as though they are \"saving\" $45 for each \"networking event. \"They don\'t have to pay extra to attend. And while this may be a benefit of membership, just how valuable is it? <strong>Remember cost is not equivalent to value. </strong>\r\n\r\nPerhaps a better question is what is the reason or goal for the AMADC happy hours? Are they simply membership perks? If so, fine. But, if these happy hours/networking events are also a chance to reach out to non-members and perhaps even to recruit new members, then charging $45 is not accomplishing that goal. I can tell you that from experience, specifically with the AMADC.\r\n\r\nWhen I first moved to DC nearly ten years ago, I attended one of the AMADC happy hours at a bar downtown. The cost then was $25 (why the nearly 100% increase is another question, considering that AMADC is not providing anything).  I got to the bar, where I knew nobody.  There was a section reserved for the AMA (not in a private room, but right off the main bar, and not even clearly marked off). They offered no snacks, or drinks (or even discount drinks other than the regular happy hour stuff ). There were no name tags or e. Nobody offered to act as an AMA ambassador. I talked to a couple of folks, but trying to have a conversation over the game blaring on the TV sets was near impossible. In short, it was a colossal waste of time and money. I could\'ve just gone to the bar, ordered a beer, sat right next to the AMA DC section, and saved myself $25.\r\n\r\nMeanwhile, the other membership organizations in town also host monthly happy hours. For the record, this charge of $45 for a happy hour is the highest I have seen for this type of event. For example, IABCDC does not charge for its happy hours. Various communications meetups such as DC Flacks don\'t charge either. Some do charge admission (like the PRSA), but include a drink and/or appetizers.\r\n\r\nOther organizations charge between $35 and $65 for nonmembers to attend chapter meetings, professional development events or luncheons/dinners. In fact, AMADC charges $50 to nonmembers and $30 for members for its professional development events. At a professional development event or meal, people are getting a tangible benefit. People pay for the chance to learn something or to eat something all the time.\r\n\r\nWhy would networking be considered a more important benefit than professional development? Why not make professional development the perk of membership?\r\n\r\nObviously, when there is a cost involved for the organization (the meal, the room rental, etc.), there is a reason to charge both members and non-members. Many organizations use sponsorships to defray the overhead charges, and so that they can offer discounts to their members. For the upcoming AMADC happy hour, there is a organization sponsoring the event. In fact, I would venture that the organization is not paying anything for the happy hour, and will in fact be making money from any non-members who attend. Perhaps then, the cost is to make money for the organization.\r\n\r\nStill, I would like to know what a non-member is getting for his/her $45 investment. Yes, I understand there is a networking opportunity. But as mentioned above, there are many other free and lower cost opportunities in town. Plus going to a happy hour at a loud bar is not necessarily the best way to network.\r\n\r\nAMADC should decide whether it is trying to attract new members or not and how to best do it. In my opinion, charging $45 for\r\n\r\n&nbsp;','Why $45 is too much for a happy hour and what AMADC should do instead','','inherit','open','open','','2774-revision-v1','','','2014-10-17 14:13:56','2014-10-17 18:13:56','',2774,'http://deborahbrody.com/2014/10/2774-revision-v1/',0,'revision','',0),
(2778,4,'2014-10-17 14:18:34','2014-10-17 18:18:34','Note: AMADC is the Washington, DC chapter of the American Marketing Association (AMA) , which is a membership organization with chapters around the country. I am not a member of AMADC.\r\n\r\nEarlier today, the AMADC tweeted out about their upcoming happy hour (or AMA Networking Events as they call them) at a DC restaurant. I clicked on the link and found out that to attend the happy hour, non-members must pay $45 while members can attend free. According to what I saw, the happy hour/networking event is a chance to mingle with other people. This is a description from the AMADC website:\r\n<blockquote>AMADC Networking Events are the place to get dialed into the DC marketing community. Make alliances for your business, find your next great employee, get active in the AMA, get career advice or maybe get your next job. Be sure to bring a ton of business cards, you are going to need them</blockquote>\r\nThere is no program, no speaker and at least from what I can see, no food or drink included in the price of admission. Just a chance to meet people (maybe).\r\n\r\nHere\'s my response:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\"><img class=\"aligncenter wp-image-2776 size-full\" src=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\" alt=\"amadc\" width=\"1296\" height=\"864\" /></a>\r\n\r\nAccording to the @AMADC response above, the free happy hour for members is a \"main benefit of membership.\" This however, is not even mentioned in the <a href=\"http://www.amadc.org/membership/local-benefits\" target=\"_blank\">AMADC\'s website membership benefits page</a>.\r\n\r\n(Annual membership in AMADC is $285, of which $220 is for national dues and $65 for chapter dues.)\r\n\r\nIf I am understanding this correctly, members get to feel as though they are \"saving\" $45 for each \"networking event. \"They don\'t have to pay extra to attend. And while this may be a benefit of membership, just how valuable is it? <strong>Remember cost is not equivalent to value. </strong>\r\n\r\nPerhaps a better question is what is the reason or goal for the AMADC happy hours? Are they simply membership perks? If so, fine. But, if these happy hours/networking events are also a chance to reach out to non-members and perhaps even to recruit new members, then charging $45 is not accomplishing that goal. I can tell you that from experience, specifically with the AMADC.\r\n\r\nWhen I first moved to DC nearly ten years ago, I attended one of the AMADC happy hours at a bar downtown. The cost then was $25 (why the nearly 100% increase is another question, considering that AMADC is not providing anything).  I got to the bar, where I knew nobody.  There was a section reserved for the AMA (not in a private room, but right off the main bar, and not even clearly marked off). They offered no snacks, or drinks (or even discount drinks other than the regular happy hour stuff ). There were no name tags or e. Nobody offered to act as an AMA ambassador. I talked to a couple of folks, but trying to have a conversation over the game blaring on the TV sets was near impossible. In short, it was a colossal waste of time and money. I could\'ve just gone to the bar, ordered a beer, sat right next to the AMA DC section, and saved myself $25.\r\n\r\nMeanwhile, the other membership organizations in town also host monthly happy hours. For the record, this charge of $45 for a happy hour is the highest I have seen for this type of event. For example, IABCDC does not charge for its happy hours. Various communications meetups such as DC Flacks don\'t charge either. Some do charge admission (like the PRSA), but include a drink and/or appetizers.\r\n\r\nOther organizations charge between $35 and $65 for nonmembers to attend chapter meetings, professional development events or luncheons/dinners. In fact, AMADC charges $50 to nonmembers and $30 for members for its professional development events. At a professional development event or meal, people are getting a tangible benefit. People pay for the chance to learn something or to eat something all the time.\r\n\r\nWhy would networking be considered a more important benefit than professional development? Why not make professional development the perk of membership?\r\n\r\nObviously, when there is a cost involved for the organization (the meal, the room rental, etc.), there is a reason to charge both members and non-members. Many organizations use sponsorships to defray the overhead charges, and so that they can offer discounts to their members. For the upcoming AMADC happy hour, there is a organization sponsoring the event. In fact, I would venture that the organization is not paying anything for the happy hour, and will in fact be making money from any non-members who attend. Perhaps then, the cost is to make money for the organization.\r\n\r\nStill, I would like to know what a non-member is getting for his/her $45 investment. Yes, I understand there is a networking opportunity. But as mentioned above, there are many other free and lower cost opportunities in town. Plus going to a happy hour at a loud bar is not necessarily the best way to network.\r\n\r\nAMADC should decide whether it is trying to attract new members or not and how to best do it. In my opinion, charging $45 for\r\n\r\n&nbsp;','Why $45 is too much for a happy hour and what AMADC should do instead','','inherit','open','open','','2774-revision-v1','','','2014-10-17 14:18:34','2014-10-17 18:18:34','',2774,'http://deborahbrody.com/2014/10/2774-revision-v1/',0,'revision','',0),
(2779,4,'2014-10-21 09:29:14','2014-10-21 13:29:14','Note:<a href=\"http://www.amadc.org/\" target=\"_blank\"> AMADC </a>is the Washington, DC chapter of the American Marketing Association (AMA) , which is a membership organization with chapters around the country. I am not a member of the AMA or AMADC, although I have attended their events in the past.\r\n\r\nLast Friday, the AMADC tweeted about their upcoming happy hour (or AMA Networking Events as they call them) at a DC restaurant. I clicked on the link and found out that to attend the happy hour, non-members must pay $45 while members can attend free. According to what I saw, the happy hour/networking event is a chance to mingle with other people. This is a description from the AMADC website:\r\n<blockquote>AMADC Networking Events are the place to get dialed into the DC marketing community. Make alliances for your business, find your next great employee, get active in the AMA, get career advice or maybe get your next job. Be sure to bring a ton of business cards, you are going to need them</blockquote>\r\nThere is no program, no speaker and at least from what I can see, no food or drink included in the price of admission. Just a chance to meet people (maybe).\r\n\r\nHere\'s my conversation with AMADC on Twitter:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\"><img class=\"aligncenter wp-image-2776 \" src=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\" alt=\"amadc\" width=\"598\" height=\"807\" /></a>\r\n\r\nAccording to the @AMADC response above, the free happy hour for members is a \"main benefit of membership.\" This however, is not even mentioned in the <a href=\"http://www.amadc.org/membership/local-benefits\" target=\"_blank\">AMADC\'s website membership benefits page</a>.\r\n\r\n(Annual membership in AMADC is $285, of which $220 is for national dues and $65 for chapter dues.)\r\n\r\n<strong>So, what is the marketing/strategic goal for the AMADC happy hours? Is the goal to reach non-members and show them value?</strong>\r\n\r\nAre these happy hours simply membership perks? If so, fine. If I am understanding this correctly, members get to feel as though they are \"saving\" $45 for each \"networking event.\r\n\r\nHere\'s a question though: members don\'t have to pay extra to attend. And while this may be a benefit of membership, <span style=\"text-decoration: underline;\">just how valuable is it?</span> <em>Remember cost is not equivalent to value. </em>\r\n\r\nBut, if these happy hours/networking events are also a chance to reach out to non-members and perhaps even to recruit new members, then charging $45 is not accomplishing that goal. I can tell you that from experience, specifically with the AMADC.\r\n\r\nWhen I first moved to DC nearly ten years ago, I attended one of the AMADC happy hours at a bar downtown. The cost then was $25 (why the nearly 100% increase is another question).  I got to the bar, where I knew nobody.  There was a section reserved for the AMA ( right off the main bar, and not even clearly marked off). They offered no snacks, or drinks (or even discount drinks other than the regular happy hour stuff ). There were no name tags. Nobody offered to act as an AMA ambassador and welcome people. I tried talking to a couple of people but having a conversation over the bar\'s loud background noise was near impossible. In short, it was a waste of time and money. I could\'ve just gone to the bar on my own, ordered a beer, sat right next to the AMA DC section, and gotten as much out of it while saving $25.\r\n\r\n<strong>Is the AMADC\'s goal to be in line with other organizations in town?</strong>\r\n\r\nMeanwhile, the other membership organizations in town also host monthly happy hours, however, this charge of $45 for a happy hour is the highest I have seen. For example, <a href=\"http://www.iabcdcmetro.org/\" target=\"_blank\">IABCDC</a> does not charge for its happy hours. Everyone pays for what they consume. Various communications meetups such as DC PR Flacks don\'t charge either. The <a href=\"https://www.prsa-ncc.org/\" target=\"_blank\">PRSA-NCC </a> charges everyone for its PRO Net happy hours ($10 for members and $15 for non-members) but the fee includes a free drink and appetizers.\r\n\r\n<strong>Is the goal to encourage networking among members?</strong>\r\n\r\nOther organizations charge between $35 and $65 for non-members to attend chapter meetings, professional development events or luncheons/dinners. In fact, AMADC charges $50 to non-members and $30 for members for its professional development events. Bear in mind that at a professional development event or at a meal, people are getting a tangible benefit.\r\n\r\nWhy would networking be considered a more important benefit than professional development? Why not make professional development the perk of membership?\r\n\r\n<strong>Is the AMADC\'s goal to make money off networking events?</strong>\r\n\r\nObviously, when there is a cost involved for the organization (the meal, the room rental, etc.), there is a reason to charge both members and non-members. Many organizations use sponsorships to defray the overhead costs, and so that they can offer discounts to their members. For the upcoming AMADC happy hour, a local organization is sponsoring the event.  Since people have to pay for their drinks and food, there is no cost to the AMADC other than a room rental or guarantee fee, which I assume is being covered by the sponsorship. The non-member fee would seem to be a money-maker.\r\n\r\n<strong>Is the goal to show non-members what they would save?</strong>\r\n\r\nPerhaps the AMADC is imagining a scenario where a non-member signs up for this event, has a wonderful time and makes a lot of new contacts, and figures that if he or she signs up for membership, he/she could go to this events \"for free\" thus \"saving\" $45.\r\n\r\n<strong>So what are the AMADC\'s goals?</strong>\r\n\r\nI don\'t know what the AMADC\'s goals are. It\'s not clear to me what it is aiming to accomplish by charging so much for a happy hour. In my opinion, there is little value to a happy hour and very little reason to spend $45 to attend one. Yes, I understand there is a networking opportunity. But as mentioned above, there are many other free and lower cost opportunities in town. Plus, going to a happy hour at a loud bar is not necessarily the best way to network.\r\n\r\nWhat do you think? Would you pay this fee? Why or why not?\r\n\r\n&nbsp;','What\'s the goal behind the AMADC\'s $45 happy hour?','','inherit','open','open','','2774-revision-v1','','','2014-10-21 09:29:14','2014-10-21 13:29:14','',2774,'http://deborahbrody.com/2014/10/2774-revision-v1/',0,'revision','',0),
(2780,4,'2014-10-21 09:34:52','2014-10-21 13:34:52','Note:<a href=\"http://www.amadc.org/\" target=\"_blank\"> AMADC </a>is the Washington, DC chapter of the American Marketing Association (AMA) , which is a membership organization with chapters around the country. I am not a member of the AMA or AMADC, although I have attended its events in the past.\r\n\r\nLast Friday, the AMADC tweeted about its upcoming happy hour (or AMA Networking Events as they call them) at a DC restaurant. I clicked on the link and found out that to attend the happy hour, non-members must pay $45 while members can attend free. According to what I saw, the happy hour/networking event is a chance to mingle with other people. This is a description from the AMADC website:\r\n<blockquote>AMADC Networking Events are the place to get dialed into the DC marketing community. Make alliances for your business, find your next great employee, get active in the AMA, get career advice or maybe get your next job. Be sure to bring a ton of business cards, you are going to need them</blockquote>\r\nThere is no program, no speaker and at least from what I can see, no food or drink included in the price of admission. Just a chance to meet people (maybe).\r\n\r\nHere\'s my conversation with AMADC on Twitter:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\"><img class=\"aligncenter wp-image-2776 \" src=\"http://deborahbrody.com/wp-content/uploads/2014/10/amadc.jpg\" alt=\"amadc\" width=\"598\" height=\"807\" /></a>\r\n\r\nAccording to the @AMADC response above, the free happy hour for members is a \"main benefit of membership.\" This however, is not even mentioned in the <a href=\"http://www.amadc.org/membership/local-benefits\" target=\"_blank\">AMADC\'s website membership benefits page</a>.\r\n\r\n(Annual membership in AMADC is $285, of which $220 is for national dues and $65 for chapter dues.)\r\n\r\n<strong>So, what is the marketing/strategic goal for the AMADC happy hours? Is the goal to reach non-members and show them value?\r\n</strong>\r\n\r\nAre these happy hours simply membership perks? If so, fine. If I am understanding this correctly, members get to feel as though they are \"saving\" $45 for each \"networking event.\r\n\r\nHere\'s a question though: members don\'t have to pay extra to attend. And while this may be a benefit of membership, <span style=\"text-decoration: underline;\">just how valuable is it?</span> <em>Remember cost is not equivalent to value. </em>\r\n\r\nBut, if these happy hours/networking events are also a chance to reach out to non-members and perhaps even to recruit new members, then charging $45 is not accomplishing that goal. I can tell you that from experience, specifically with the AMADC.\r\n\r\nWhen I first moved to DC nearly ten years ago, I attended one of the AMADC happy hours at a bar downtown. The cost then was $25 (why the nearly 100% increase is another question).  I got to the bar, where I knew nobody.  There was a section reserved for the AMA ( right off the main bar, and not even clearly marked off). They offered no snacks, or drinks (or even discount drinks other than the regular happy hour stuff ). There were no name tags. Nobody offered to act as an AMA ambassador and welcome people. I tried talking to a couple of people but having a conversation over the bar\'s loud background noise was near impossible. In short, it was a waste of time and money. I could\'ve just gone to the bar on my own, ordered a beer, sat right next to the AMA DC section, and gotten as much out of it while saving $25.\r\n\r\n<strong>Is the AMADC\'s goal to be in line with other organizations in town?</strong>\r\n\r\nMeanwhile, the other membership organizations in town also host monthly happy hours, however, this charge of $45 for a happy hour is the highest I have seen. For example, <a href=\"http://www.iabcdcmetro.org/\" target=\"_blank\">IABCDC</a> does not charge for its happy hours. Everyone pays for what they consume. Various communications meetups such as DC PR Flacks don\'t charge either. The <a href=\"https://www.prsa-ncc.org/\" target=\"_blank\">PRSA-NCC </a> charges everyone for its PRO Net happy hours ($10 for members and $15 for non-members) but the fee includes a free drink and appetizers.\r\n\r\n<strong>Is the goal to encourage networking among members?</strong>\r\n\r\nOther organizations charge between $35 and $65 for non-members to attend chapter meetings, professional development events or luncheons/dinners. In fact, AMADC charges $50 to non-members and $30 for members for its professional development events. Bear in mind that at a professional development event or at a meal, people are getting a tangible benefit.\r\n\r\nWhy would networking be considered a more important benefit than professional development? Why not make professional development the perk of membership?\r\n\r\n<strong>Is the AMADC\'s goal to make money off networking events?</strong>\r\n\r\nObviously, when there is a cost involved for the organization (the meal, the room rental, etc.), there is a reason to charge both members and non-members. Many organizations use sponsorships to defray the overhead costs, and so that they can offer discounts to their members. For the upcoming AMADC happy hour, a local organization is sponsoring the event.  Since people have to pay for their drinks and food, there is no cost to the AMADC other than a room rental or guarantee fee, which I assume is being covered by the sponsorship. The non-member fee would seem to be a money-maker.\r\n\r\n<strong>Is the goal to show non-members what they would save?</strong>\r\n\r\nPerhaps the AMADC is imagining a scenario where a non-member signs up for this event, has a wonderful time and makes a lot of new contacts, and figures that if he or she signs up for membership, he/she could go to this events \"for free\" thus \"saving\" $45.\r\n\r\n<strong>So what are the AMADC\'s goals?</strong>\r\n\r\nI don\'t know and I can\'t tell what the AMADC\'s goals are. It\'s not clear to me what it is aiming to accomplish by charging so much for a happy hour. In my opinion, there is little value to a happy hour and very little reason to spend $45 to attend one. Yes, I understand there is a networking opportunity. But as mentioned above, there are many other free and lower cost opportunities in town. Plus, going to a happy hour at a loud bar is not necessarily the best way to network.\r\n\r\nWhat do you think? Would you pay this fee? Why or why not?\r\n\r\n&nbsp;','What\'s the goal behind the AMADC\'s $45 happy hour?','','inherit','open','open','','2774-revision-v1','','','2014-10-21 09:34:52','2014-10-21 13:34:52','',2774,'http://deborahbrody.com/2014/10/2774-revision-v1/',0,'revision','',0),
(2861,4,'2015-02-10 10:27:57','2015-02-10 15:27:57','Yesterday, I came across an article about how the Jewish online magazine Tablet is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Everest, impossible. Generally these barriers are subscription fees, sign up forms, or registration requirements.\r\n\r\nIn an effort to generate money from online readers, newspapers have added online subscription fees. That\'s a high barrier to entry. Some websites require registration, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter sign-up before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\nBut barriers are not just mechanical. Your barriers to entry may be psychological. By that I mean that you may have barriers that have nothing to do with sign-ups and subscriptions, but more with to do with thought. For example, your website navigation may not be intuitive and may make it hard to for visitors to find what they are looking for.\r\n\r\nA more subtle barrier is the language that you choose to use on your website. Many tech and government websites are flush with jargon that is nearly unintelligible to an outsider. Some websites make it hard for visitors by having too much information (or too many words) to sort through.\r\n\r\nIf you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended barrier to entry or have built a barrier to entry that is too high.\r\n\r\n&nbsp;','How high is your barrier to entry?','','inherit','open','open','','2860-revision-v1','','','2015-02-10 10:27:57','2015-02-10 15:27:57','',2860,'http://deborahbrody.com/2015/02/2860-revision-v1/',0,'revision','',0),
(2783,4,'2014-10-27 09:00:36','2014-10-27 13:00:36','<strong>Web design keeps changing</strong>\r\n\r\nThe wonderful <a href=\"http://ewriteonline.com/about-us/2011/04/staff-bios/\" target=\"_blank\">Leslie O\'Flahavan</a> gave a great presentation/workshop last week about new web design trends and how they affect web writing. You can <a href=\"http://ewriteonline.com/uncategorized/2014/10/how-web-design-trends-are-changing-the-way-we-write-content/\" target=\"_blank\">download it here</a>. Some of these trends include infinite scrolling (like on the Time Magazine website, where you can just keep scrolling down through endless articles) and the large-type front page (like this, on this page with <a href=\"https://medium.com/@penguinrandomus/a-to-x-writing-advice-courtesy-of-copy-chief-benjamin-dreyer-c00bd746b99e\" target=\"_blank\">A to X Writing Advice)</a>.  There\'s also a trend to include pre-made shareable content (usually pre-written tweets).\r\n\r\n<strong><em>How</em> people access a website has to be considered</strong>\r\n\r\nThen there is the need (this is <em>not</em> a trend) to have everything visible and rendering appropriately on any device people happen to be using to access your website--desktop, laptop, tablet or smartphone.  Type has to be readable. Although these issues are solvable by good design and web architecture, web writers have to consider these when deciding how to present which information.\r\n\r\n<strong>Web writing is not quite the same as writing for print</strong>\r\n\r\nSince most every business, nonprofit and news organization is on the web, web/content writing is probably the largest type of writing being done today. Yet, it is not as if you can just take your print materials, digitize them and call it a day. Clearly, there is a lot to consider when you are writing for the web.\r\n\r\n<strong>What makes for a good web writer?</strong>\r\n\r\nCan just anybody write for the web? Not really. I think people can be taught how to write for the web, but not everybody has the ability to be like Leslie and be able to see what is going on in web design, spot trends and realize how these new changes affect web content.\r\n\r\n<strong>The five essential skills of a great web writer:</strong>\r\n\r\n<strong>1. The ability to spot the trends.</strong> This also means keeping on top of UX (user experience) and other issues that affect how websites are designed.\r\n\r\n<strong>2. Understanding how the new design trends affect what you write.</strong> It\'s not enough to spot the trends. You need to be able to see how those trends impact what content should be included and how it should be written.\r\n\r\n<strong>3. Ability to write in short and long formats.</strong> As Leslie describes in her presentation, there\'s the snack and then there\'s the meal. You have to be able to write short, snappy headlines but also be able to write longer, more \"meaty\" content.\r\n\r\n<strong>4. Ability to synthesize information.</strong>  You are called on to write short descriptions, whether it be for pre-made tweets or web page headings. In order to do this, you must be able to take a lot of information and condense it. It\'s helpful if you can explain things simply too.\r\n\r\n<strong>5. Visual and design sensibilit</strong>y. Being able to understand the role that visual and design play in how a website is read and viewed is key, as the ability to work with graphic/web designers to make your content look appealing.\r\n\r\nHave you noticed website writing has changed? Have you seen websites that look great but read poorly? What is your experience with web writing?\r\n\r\n&nbsp;','The 5 essential skills for great web writing','','publish','open','open','','the-5-essential-skills-for-great-web-writing','','','2014-10-27 09:00:36','2014-10-27 13:00:36','',0,'http://deborahbrody.com/?p=2783',0,'post','',0),
(2784,4,'2014-10-24 09:23:28','2014-10-24 13:23:28','The wonderful Leslie O\'Flavahan gave a great presentation the other day about web trends and how they affect web writing. You can see it here.\r\n\r\nIt got me thinking about whether anybody can be a web writer. I don\'t think so. I think people can be taught how to write for the web, but not everybody has the ability to be like Leslie and spot the trends and how they affect web content.\r\n\r\n1. Ability to spot the trends\r\n\r\n2. Ability to write in short and long formats\r\n\r\n3. Ability to synthesize information\r\n\r\n4. Visual and design sensibility\r\n\r\n&nbsp;','','','inherit','open','open','','2783-revision-v1','','','2014-10-24 09:23:28','2014-10-24 13:23:28','',2783,'http://deborahbrody.com/2014/10/2783-revision-v1/',0,'revision','',0),
(2785,4,'2014-10-24 13:51:22','2014-10-24 17:51:22','The wonderful Leslie O\'Flahavan gave a great presentation/workshop the other day about web trends and how they affect web writing. You can <a href=\"http://ewriteonline.com/uncategorized/2014/10/how-web-design-trends-are-changing-the-way-we-write-content/\" target=\"_blank\">download it here</a>. Some of these trends include infinite scrolling (like on the Time Magazine website, where you can just keep scrolling) and the large-type front page (like this, on this page with <a href=\"https://medium.com/@penguinrandomus/a-to-x-writing-advice-courtesy-of-copy-chief-benjamin-dreyer-c00bd746b99e\" target=\"_blank\">A to X Writing Advice)</a>.  There\'s also a trend to include pre-made shareable content (or pre-written tweets).\r\n\r\nThen there is the need (this is <em>not</em> a trend) to have everything visible and rendering appropriately on any device you happen to be using--desktop, laptop, tablet or smartphone. How people access a website has to be considered. Type has to be readable. Although these issues are solvable by good design and web architecture, web writers have to consider these when deciding how to present which information.\r\n\r\nClearly, there is a lot to keep track of when you are writing for the web, where most of us turn to daily. Since most every business, nonprofit and news organization is on the web, web/content writing is probably the largest type of writing being done today.\r\n\r\nCan just anybody write for the web? Not really. I think people can be taught how to write for the web, but not everybody has the ability to be like Leslie and be able to see what is going on in web design, spot trends and realize how these new changes affect web content.\r\n\r\n1. Ability to spot the trends\r\n\r\n2. Ability to write in short and long formats\r\n\r\n3. Ability to synthesize information\r\n\r\n4. Visual and design sensibility\r\n\r\n&nbsp;','','','inherit','open','open','','2783-revision-v1','','','2014-10-24 13:51:22','2014-10-24 17:51:22','',2783,'http://deborahbrody.com/2014/10/2783-revision-v1/',0,'revision','',0),
(2786,4,'2014-10-27 08:58:52','2014-10-27 12:58:52','<strong>Web design keeps changing</strong>\r\n\r\nThe wonderful <a href=\"http://ewriteonline.com/about-us/2011/04/staff-bios/\" target=\"_blank\">Leslie O\'Flahavan</a> gave a great presentation/workshop last week about new web design trends and how they affect web writing. You can <a href=\"http://ewriteonline.com/uncategorized/2014/10/how-web-design-trends-are-changing-the-way-we-write-content/\" target=\"_blank\">download it here</a>. Some of these trends include infinite scrolling (like on the Time Magazine website, where you can just keep scrolling down through endless articles) and the large-type front page (like this, on this page with <a href=\"https://medium.com/@penguinrandomus/a-to-x-writing-advice-courtesy-of-copy-chief-benjamin-dreyer-c00bd746b99e\" target=\"_blank\">A to X Writing Advice)</a>.  There\'s also a trend to include pre-made shareable content (usually pre-written tweets).\r\n\r\n<strong><em>How</em> people access a website has to be considered.</strong>\r\n\r\nThen there is the need (this is <em>not</em> a trend) to have everything visible and rendering appropriately on any device people happen to be using to access your website--desktop, laptop, tablet or smartphone.  Type has to be readable. Although these issues are solvable by good design and web architecture, web writers have to consider these when deciding how to present which information.\r\n\r\n<strong>Web writing is not quite the same as writing for print</strong>\r\n\r\nSince most every business, nonprofit and news organization is on the web, web/content writing is probably the largest type of writing being done today. Yet, it is not as if you can just take your print materials, digitize them and call it a day. Clearly, there is a lot to consider when you are writing for the web.\r\n\r\n<strong>What makes for a good web writer?</strong>\r\n\r\nCan just anybody write for the web? Not really. I think people can be taught how to write for the web, but not everybody has the ability to be like Leslie and be able to see what is going on in web design, spot trends and realize how these new changes affect web content.\r\n\r\n<strong>The five essential skills of a great web writer:</strong>\r\n\r\n<strong>1. The ability to spot the trends.</strong> This also means keeping on top of UX (user experience) and other issues that affect how websites are designed.\r\n\r\n<strong>2. Understanding how the new design trends affect what you write.</strong> It\'s not enough to spot the trends. You need to be able to see how those trends impact what content should be included and how it should be written.\r\n\r\n<strong>3. Ability to write in short and long formats.</strong> As Leslie describes in her presentation, there\'s the snack and then there\'s the meal. You have to be able to write short, snappy headlines but also be able to write longer, more \"meaty\" content.\r\n\r\n<strong>4. Ability to synthesize information.</strong>  You are called on to write short descriptions, whether it be for pre-made tweets or web page headings. In order to do this, you must be able to take a lot of information and condense it. It\'s helpful if you can explain things simply too.\r\n\r\n<strong>5. Visual and design sensibilit</strong>y. Being able to understand the role that visual and design play in how a website is read and viewed is key, as the ability to work with graphic/web designers to make your content look appealing.\r\n\r\nHave you noticed website writing has changed? Have you seen websites that look great but read poorly? What is your experience with web writing?\r\n\r\n&nbsp;','The 5 essential skills for great web writing','','inherit','open','open','','2783-revision-v1','','','2014-10-27 08:58:52','2014-10-27 12:58:52','',2783,'http://deborahbrody.com/2014/10/2783-revision-v1/',0,'revision','',0),
(2787,4,'2014-10-27 09:00:36','2014-10-27 13:00:36','<strong>Web design keeps changing</strong>\r\n\r\nThe wonderful <a href=\"http://ewriteonline.com/about-us/2011/04/staff-bios/\" target=\"_blank\">Leslie O\'Flahavan</a> gave a great presentation/workshop last week about new web design trends and how they affect web writing. You can <a href=\"http://ewriteonline.com/uncategorized/2014/10/how-web-design-trends-are-changing-the-way-we-write-content/\" target=\"_blank\">download it here</a>. Some of these trends include infinite scrolling (like on the Time Magazine website, where you can just keep scrolling down through endless articles) and the large-type front page (like this, on this page with <a href=\"https://medium.com/@penguinrandomus/a-to-x-writing-advice-courtesy-of-copy-chief-benjamin-dreyer-c00bd746b99e\" target=\"_blank\">A to X Writing Advice)</a>.  There\'s also a trend to include pre-made shareable content (usually pre-written tweets).\r\n\r\n<strong><em>How</em> people access a website has to be considered</strong>\r\n\r\nThen there is the need (this is <em>not</em> a trend) to have everything visible and rendering appropriately on any device people happen to be using to access your website--desktop, laptop, tablet or smartphone.  Type has to be readable. Although these issues are solvable by good design and web architecture, web writers have to consider these when deciding how to present which information.\r\n\r\n<strong>Web writing is not quite the same as writing for print</strong>\r\n\r\nSince most every business, nonprofit and news organization is on the web, web/content writing is probably the largest type of writing being done today. Yet, it is not as if you can just take your print materials, digitize them and call it a day. Clearly, there is a lot to consider when you are writing for the web.\r\n\r\n<strong>What makes for a good web writer?</strong>\r\n\r\nCan just anybody write for the web? Not really. I think people can be taught how to write for the web, but not everybody has the ability to be like Leslie and be able to see what is going on in web design, spot trends and realize how these new changes affect web content.\r\n\r\n<strong>The five essential skills of a great web writer:</strong>\r\n\r\n<strong>1. The ability to spot the trends.</strong> This also means keeping on top of UX (user experience) and other issues that affect how websites are designed.\r\n\r\n<strong>2. Understanding how the new design trends affect what you write.</strong> It\'s not enough to spot the trends. You need to be able to see how those trends impact what content should be included and how it should be written.\r\n\r\n<strong>3. Ability to write in short and long formats.</strong> As Leslie describes in her presentation, there\'s the snack and then there\'s the meal. You have to be able to write short, snappy headlines but also be able to write longer, more \"meaty\" content.\r\n\r\n<strong>4. Ability to synthesize information.</strong>  You are called on to write short descriptions, whether it be for pre-made tweets or web page headings. In order to do this, you must be able to take a lot of information and condense it. It\'s helpful if you can explain things simply too.\r\n\r\n<strong>5. Visual and design sensibilit</strong>y. Being able to understand the role that visual and design play in how a website is read and viewed is key, as the ability to work with graphic/web designers to make your content look appealing.\r\n\r\nHave you noticed website writing has changed? Have you seen websites that look great but read poorly? What is your experience with web writing?\r\n\r\n&nbsp;','The 5 essential skills for great web writing','','inherit','open','open','','2783-revision-v1','','','2014-10-27 09:00:36','2014-10-27 13:00:36','',2783,'http://deborahbrody.com/2014/10/2783-revision-v1/',0,'revision','',0),
(2790,4,'2014-11-06 10:27:02','2014-11-06 15:27:02','Having attended a couple of professional development events in the last few weeks, I noticed that the organizers did little to guarantee people would a) enjoy the event and b) talk about the event (and by extension, the organizing group).\r\n\r\nEvent planning is a skill, and it is not easy. Too many volunteers and committee members think all they need to do is choose a date, book the space, order food and drink, and publicize the event. But those are the basics. To get more mileage from an event both for the attendees and for the presenting organization, you need to do more.\r\n\r\nHere are seven actions that will help you get more mileage from your next event.\r\n\r\n<strong>1. Designate volunteers to be organizational ambassadors/greeters.</strong> You will need more than the person greeting attendees at the door. These volunteers, who should be good representatives of your organization, will welcome people to the event and make sure they know where everything is located (food, restrooms, seats, etc.). But more so, ambassadors should introduce attendees to each other.\r\n\r\n<em>Why this gives you more mileage:</em> Your attendees will feel welcomed. They will meet at least one person (the ambassador). This makes your organization look welcoming and more enticing to non-members.\r\n\r\n<strong>2. Prep your speaker(s) and/or presenter(s).</strong> Make sure everybody knows what to say so there is no pointless repetition. Divide up introductions appropriately. Make sure announcements and other information will be shared.\r\n\r\n<em>Why this gives you more mileage:</em> Messaging is important and gives attendees useful information. By prepping your speakers, you are ensuring your organization looks professional.\r\n\r\n<strong>3. Use social media.</strong> Invite your attendees to tweet about the event (and give them a hashtag) or post summaries to their blogs and other social media.\r\n\r\n<em>Why this gives you more mileage</em>: Social media amplifies. Enough said.\r\n\r\n<strong>4. Have someone monitor social media during and after the event.</strong> Make sure to respond to any questions or comments (especially if there is a problem--maybe the AC is not working or the Wi-Fi is spotty). Retweet and publicize your attendees posts.\r\n\r\n<em>Why this gives you more mileage:</em> Again, it amplifies, but it also shows your organization is responsive and embraces social media.\r\n\r\n<strong>5. Be sure to incorporate time for Q&amp;A, and make it organized.</strong> Q&amp;A shouldn\'t be an afterthought, and it shouldn\'t be a free for all. Organizers should make sure to designate a time for questions. Whether you decide to have a microphone for the audience or take questions via social media, you should make it easy for people to interact with your presenters.\r\n\r\n<em>Why this gives you more mileage:</em> Your audience will get more clarity on issues and, again, it makes your organization look responsive.\r\n\r\n<strong>6. Create a recap of the event and post it to your blog/website and your social media networks.</strong> The recap of the event could include a summary of the presentation, contact information for the presenters, and photos of the event (and if you post photos on Facebook, people could tag themselves).\r\n\r\n<em>Why this gives you more mileage:</em> Your recap is now shareable content for your website, blog and/or newsletter. Attendees will have something to reference if they want to talk about the event.\r\n\r\n<strong>7. Email all attendees a thank you and evaluation survey shortly after the event.</strong> You may also include a link to your recap (see above).\r\n\r\n<em>Why this gives your more mileage</em>: You will have yet another opportunity to interact with your attendees while getting useful feedback. You could even have an offer for new members or discounts to future events.\r\n\r\nWhat would you add? What has been your experience when attending professional development events?','7 actions that will give your event more mileage','','publish','open','open','','7-actions-that-will-give-your-event-more-mileage','','','2014-11-06 10:27:02','2014-11-06 15:27:02','',0,'http://deborahbrody.com/?p=2790',0,'post','',0),
(2791,4,'2014-11-06 10:25:29','2014-11-06 15:25:29','Having attended a couple of professional development events in the last few weeks, I noticed that the organizers did little to guarantee people would a) enjoy the event and b) talk about the event (and by extension, the organizing group).\r\n\r\nEvent planning is a skill, and it is not easy. Too many volunteers and committee members think all they need to do is choose a date, book the space, order food and drink, and publicize the event. But those are the basics. To get more mileage from an event both for the attendees and for the presenting organization, you need to do more.\r\n\r\nHere are seven actions that will help you get more mileage from your next event.\r\n\r\n<strong>1. Designate volunteers to be organizational ambassadors/greeters.</strong> You will need more than the person greeting attendees at the door. These volunteers, who should be good representatives of your organization, will welcome people to the event and make sure they know where everything is located (food, restrooms, seats, etc.). But more so, ambassadors should introduce attendees to each other.\r\n\r\n<em>Why this gives you more mileage:</em> Your attendees will feel welcomed. They will meet at least one person (the ambassador). This makes your organization look welcoming and more enticing to non-members.\r\n\r\n<strong>2. Prep your speaker(s) and/or presenter(s).</strong> Make sure everybody knows what to say so there is no pointless repetition. Divide up introductions appropriately. Make sure announcements and other information will be shared.\r\n\r\n<em>Why this gives you more mileage:</em> Messaging is important and gives attendees useful information. By prepping your speakers, you are ensuring your organization looks professional.\r\n\r\n<strong>3. Use social media.</strong> Invite your attendees to tweet about the event (and give them a hashtag) or post summaries to their blogs and other social media.\r\n\r\n<em>Why this gives you more mileage</em>: Social media amplifies. Enough said.\r\n\r\n<strong>4. Have someone monitor social media during and after the event.</strong> Make sure to respond to any questions or comments (especially if there is a problem--maybe the AC is not working or the Wi-Fi is spotty). Retweet and publicize your attendees posts.\r\n\r\n<em>Why this gives you more mileage:</em> Again, it amplifies, but it also shows your organization is responsive and embraces social media.\r\n\r\n<strong>5. Be sure to incorporate time for Q&amp;A, and make it organized.</strong> Q&amp;A shouldn\'t be an afterthought, and it shouldn\'t be a free for all. Organizers should make sure to designate a time for questions. Whether you decide to have a microphone for the audience or take questions via social media, you should make it easy for people to interact with your presenters.\r\n\r\n<em>Why this gives you more mileage:</em> Your audience will get more clarity on issues and, again, it makes your organization look responsive.\r\n\r\n<strong>6. Create a recap of the event and post it to your blog/website and your social media networks.</strong> The recap of the event could include a summary of the presentation, contact information for the presenters, and photos of the event (and if you post photos on Facebook, people could tag themselves).\r\n\r\n<em>Why this gives you more mileage:</em> Your recap is now shareable content for your website, blog and/or newsletter. Attendees will have something to reference if they want to talk about the event.\r\n\r\n<strong>7. Email all attendees a thank you and evaluation survey shortly after the event.</strong> You may also include a link to your recap (see above).\r\n\r\n<em>Why this gives your more mileage</em>: You will have yet another opportunity to interact with your attendees while getting useful feedback. You could even have an offer for new members or discounts to future events.\r\n\r\nWhat would you add? What has been your experience when attending professional development events?','7 actions that will give your event more mileage','','inherit','open','open','','2790-revision-v1','','','2014-11-06 10:25:29','2014-11-06 15:25:29','',2790,'http://deborahbrody.com/2014/11/2790-revision-v1/',0,'revision','',0),
(2793,4,'2014-11-13 11:11:33','2014-11-13 16:11:33','A couple of weeks ago, I went to a networking event and met a public relations \"professional.\" We exchanged business cards. I sent him a follow up email (nice to meet you, etc.) to which he didn\'t respond. Instead, he added me to his enewsletter list. I was peeved. This guy, who didn\'t have the basic courtesy to respond to a personal email, just threw my email into his marketing list without asking me. I quickly opted-out.\r\n\r\nOther than being rude, was this guy doing something illegal? Was he being compliant with the CAN-SPAM Act (the very good acronym for <em><strong>C</strong>ontrolling the <strong>A</strong>ssault of <strong>N</strong>on-Solicited <strong>P</strong>ornography <strong>a</strong>nd <strong>M</strong>arketing</em>)?\r\n\r\nThe CAN-SPAM Act aims to reduce unsolicited direct marketing email. There are several parts to making your business compliant (you can read the <a href=\"http://www.business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business\" target=\"_blank\">seven main requirements on the FTC website and you can download a PDF with all the pertinent information</a>).\r\n\r\nIf you distribute an electronic newsletter, you need to be CAN-SPAM compliant. You can get booted off most of the email marketing platforms if you are not, and most of them make it easy to comply.\r\n\r\nAccording to the Act, the main requirements for compliance are these:\r\n<ul>\r\n	<li>Don\'t use false or misleading header information</li>\r\n	<li>Don\'t use deceptive subject lines</li>\r\n	<li>Identify the message as an ad</li>\r\n	<li>Provide a physical location address</li>\r\n	<li>Provide a way to opt out of further mailings</li>\r\n	<li>Honor opt-out requests within 10 days</li>\r\n</ul>\r\nIt turns out that CAN-SPAM does not spell out who can be added to your email list (opt-in). In fact, the requirement is directed only at opting out. You must include a way to unsubscribe, and you must honor that request quickly. However,  if you do business with Canada or the European Union, things are a bit stricter. Both Canada and the EU require people to OPT-IN by giving consent. If you have a newsletter, I suggest you familiarize yourself with the<a href=\"http://www.lsoft.com/resources/optinlaws.asp#2\" target=\"_blank\"> opt-in laws for North America and Europe.</a>\r\n\r\nSo, it seems rude PR guy was, in fact, compliant with CAN-SPAM requirements since his newsletter did have an opt-out. Had I been Canadian though, he would have been in trouble.\r\n\r\nHere\'s the thing, just because something is legal, does not mean it\'s right. Although the US does not have the same stringent opt-in requirements as Canada or the EU, marketers should be aware of why those requirements may be a good idea. People don\'t want unsolicited email. It clogs up inboxes, which are already being inundated with real spam (somehow, these laws do not seem to inhibit the scammers and spammers).\r\n\r\nWhy not make sure you are asking people to opt-in to your enewsletter instead of only asking them to opt-out? All you have to do is have a sign-up form on your website. You can also ask people if they want to be added. Seriously, don\'t you want to communicate with people who are interested in your message instead of annoying people and then forcing them to opt-out?\r\n\r\nWhat are your thoughts? How do you handle subscribing people to your newsletter?\r\n\r\n<span style=\"text-decoration: underline;\"><strong>UPDATE</strong></span>\r\n\r\nUpon further research, I came across a section in the FCC website that seems to imply marketers should get consent to send emails. It says:\r\n<blockquote>\r\n<h4>Giving Your Consent</h4>\r\nUnder the FCC’s rules, texts and commercial email messages may be sent to your mobile phone if you previously agreed to receive them. For texts that are commercial, your consent must be in writing (for example, in an email or letter); for non-commercial, informational texts (such as such as those by or on behalf of tax-exempt non-profit organizations, those for political purposes, and other noncommercial purposes, such as school closings) your consent may be oral.\r\n\r\n<span style=\"text-decoration: underline;\">For commercial email, your consent may be oral or written.</span> Senders must tell you the name of the entity that will be sending the messages and, if different, the name of the entity advertising products or services. All commercial email messages sent to you after you’ve given your authorization must allow you to revoke your authorization, or “opt out” of receiving future messages. You must be allowed to opt out the same way you “opted in,” including by dialing a short code. Senders have 10 days to honor requests to opt out.</blockquote>\r\nNotice it says your consent MAY be oral or written. It does not say it MUST be. So, it is unclear to me if as a marketer, you HAVE to ask for consent.','Are you CAN-SPAM compliant?','','publish','open','open','','are-you-can-spam-compliant','','','2014-11-13 11:25:38','2014-11-13 16:25:38','',0,'http://deborahbrody.com/?p=2793',0,'post','',0),
(2794,4,'2014-11-13 11:09:52','2014-11-13 16:09:52','A couple of weeks ago, I went to a networking event and met a public relations \"professional.\" We exchanged business cards. I sent him a follow up email (nice to meet you, etc.) to which he didn\'t respond. Instead, he added me to his enewsletter list. I was peeved. This guy, who didn\'t have the basic courtesy to respond to a personal email, just threw my email into his marketing list without asking me. I quickly opted-out.\r\n\r\nOther than being rude, was this guy doing something illegal? Was he being compliant with the CAN-SPAM Act?\r\n\r\nThe CAN-SPAM Act aims to reduce unsolicited direct marketing email. There are several parts to making your business compliant (you can read the <a href=\"http://www.business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business\" target=\"_blank\">seven main requirements on the FTC website and you can download a PDF with all the pertinent information</a>).\r\n\r\nIf you distribute an electronic newsletter, you need to be CAN-SPAM compliant. You can get booted off most of the email marketing platforms if you are not, and most of them make it easy to comply.\r\n\r\nAccording to the Act, the main requirements for compliance are these:\r\n<ul>\r\n	<li>Don\'t use false or misleading header information</li>\r\n	<li>Don\'t use deceptive subject lines</li>\r\n	<li>Identify the message as an ad</li>\r\n	<li>Provide a physical location address</li>\r\n	<li>Provide a way to opt out of further mailings</li>\r\n	<li>Honor opt-out requests within 10 days</li>\r\n</ul>\r\nIt turns out that CAN-SPAM does not spell out who can be added to your email list (opt-in). In fact, the requirement is directed only at opting out. You must include a way to unsubscribe, and you must honor that request quickly. However,  if you do business with Canada or the European Union, things are a bit stricter. Both Canada and the EU require people to OPT-IN by giving consent. If you have a newsletter, I suggest you familiarize yourself with the<a href=\"http://www.lsoft.com/resources/optinlaws.asp#2\" target=\"_blank\"> opt-in laws for North America and Europe.</a>\r\n\r\nSo, it seems rude PR guy was, in fact, compliant with CAN-SPAM requirements since his newsletter did have an opt-out. Had I been Canadian, he would have been in trouble.\r\n\r\nHere\'s the thing, just because something is legal, does not mean it\'s right. Although the US does not have the same stringent opt-in requirements as Canada or the EU, marketers should be aware of why those requirements may be a good idea. People don\'t want unsolicited email. It clogs up inboxes, which are already being inundated with real spam (somehow, these laws do not seem to inhibit the scammers and spammers).\r\n\r\nWhy not make sure you are asking people to opt-in to your enewsletter instead of only asking them to opt-out? All you have to do is have a sign-up form on your website. You can also ask people if they want to be added. Seriously, don\'t you want to communicate with people who are interested in your message instead of annoying people and then forcing them to opt-out?\r\n\r\nWhat are your thoughts? How do you handle subscribing people to your newsletter?','Are you CAN-SPAM compliant?','','inherit','open','open','','2793-revision-v1','','','2014-11-13 11:09:52','2014-11-13 16:09:52','',2793,'http://deborahbrody.com/2014/11/2793-revision-v1/',0,'revision','',0),
(2795,4,'2014-11-13 11:11:33','2014-11-13 16:11:33','A couple of weeks ago, I went to a networking event and met a public relations \"professional.\" We exchanged business cards. I sent him a follow up email (nice to meet you, etc.) to which he didn\'t respond. Instead, he added me to his enewsletter list. I was peeved. This guy, who didn\'t have the basic courtesy to respond to a personal email, just threw my email into his marketing list without asking me. I quickly opted-out.\r\n\r\nOther than being rude, was this guy doing something illegal? Was he being compliant with the CAN-SPAM Act?\r\n\r\nThe CAN-SPAM Act aims to reduce unsolicited direct marketing email. There are several parts to making your business compliant (you can read the <a href=\"http://www.business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business\" target=\"_blank\">seven main requirements on the FTC website and you can download a PDF with all the pertinent information</a>).\r\n\r\nIf you distribute an electronic newsletter, you need to be CAN-SPAM compliant. You can get booted off most of the email marketing platforms if you are not, and most of them make it easy to comply.\r\n\r\nAccording to the Act, the main requirements for compliance are these:\r\n<ul>\r\n	<li>Don\'t use false or misleading header information</li>\r\n	<li>Don\'t use deceptive subject lines</li>\r\n	<li>Identify the message as an ad</li>\r\n	<li>Provide a physical location address</li>\r\n	<li>Provide a way to opt out of further mailings</li>\r\n	<li>Honor opt-out requests within 10 days</li>\r\n</ul>\r\nIt turns out that CAN-SPAM does not spell out who can be added to your email list (opt-in). In fact, the requirement is directed only at opting out. You must include a way to unsubscribe, and you must honor that request quickly. However,  if you do business with Canada or the European Union, things are a bit stricter. Both Canada and the EU require people to OPT-IN by giving consent. If you have a newsletter, I suggest you familiarize yourself with the<a href=\"http://www.lsoft.com/resources/optinlaws.asp#2\" target=\"_blank\"> opt-in laws for North America and Europe.</a>\r\n\r\nSo, it seems rude PR guy was, in fact, compliant with CAN-SPAM requirements since his newsletter did have an opt-out. Had I been Canadian though, he would have been in trouble.\r\n\r\nHere\'s the thing, just because something is legal, does not mean it\'s right. Although the US does not have the same stringent opt-in requirements as Canada or the EU, marketers should be aware of why those requirements may be a good idea. People don\'t want unsolicited email. It clogs up inboxes, which are already being inundated with real spam (somehow, these laws do not seem to inhibit the scammers and spammers).\r\n\r\nWhy not make sure you are asking people to opt-in to your enewsletter instead of only asking them to opt-out? All you have to do is have a sign-up form on your website. You can also ask people if they want to be added. Seriously, don\'t you want to communicate with people who are interested in your message instead of annoying people and then forcing them to opt-out?\r\n\r\nWhat are your thoughts? How do you handle subscribing people to your newsletter?','Are you CAN-SPAM compliant?','','inherit','open','open','','2793-revision-v1','','','2014-11-13 11:11:33','2014-11-13 16:11:33','',2793,'http://deborahbrody.com/2014/11/2793-revision-v1/',0,'revision','',0),
(2796,4,'2014-11-13 11:25:07','2014-11-13 16:25:07','A couple of weeks ago, I went to a networking event and met a public relations \"professional.\" We exchanged business cards. I sent him a follow up email (nice to meet you, etc.) to which he didn\'t respond. Instead, he added me to his enewsletter list. I was peeved. This guy, who didn\'t have the basic courtesy to respond to a personal email, just threw my email into his marketing list without asking me. I quickly opted-out.\n\nOther than being rude, was this guy doing something illegal? Was he being compliant with the CAN-SPAM Act (the very good acronym for <em><strong>C</strong>ontrolling the <strong>A</strong>ssault of <strong>N</strong>on-Solicited <strong>P</strong>ornography <strong>a</strong>nd <strong>M</strong>arketing</em>)?\n\nThe CAN-SPAM Act aims to reduce unsolicited direct marketing email. There are several parts to making your business compliant (you can read the <a href=\"http://www.business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business\" target=\"_blank\">seven main requirements on the FTC website and you can download a PDF with all the pertinent information</a>).\n\nIf you distribute an electronic newsletter, you need to be CAN-SPAM compliant. You can get booted off most of the email marketing platforms if you are not, and most of them make it easy to comply.\n\nAccording to the Act, the main requirements for compliance are these:\n<ul>\n	<li>Don\'t use false or misleading header information</li>\n	<li>Don\'t use deceptive subject lines</li>\n	<li>Identify the message as an ad</li>\n	<li>Provide a physical location address</li>\n	<li>Provide a way to opt out of further mailings</li>\n	<li>Honor opt-out requests within 10 days</li>\n</ul>\nIt turns out that CAN-SPAM does not spell out who can be added to your email list (opt-in). In fact, the requirement is directed only at opting out. You must include a way to unsubscribe, and you must honor that request quickly. However,  if you do business with Canada or the European Union, things are a bit stricter. Both Canada and the EU require people to OPT-IN by giving consent. If you have a newsletter, I suggest you familiarize yourself with the<a href=\"http://www.lsoft.com/resources/optinlaws.asp#2\" target=\"_blank\"> opt-in laws for North America and Europe.</a>\n\nSo, it seems rude PR guy was, in fact, compliant with CAN-SPAM requirements since his newsletter did have an opt-out. Had I been Canadian though, he would have been in trouble.\n\nHere\'s the thing, just because something is legal, does not mean it\'s right. Although the US does not have the same stringent opt-in requirements as Canada or the EU, marketers should be aware of why those requirements may be a good idea. People don\'t want unsolicited email. It clogs up inboxes, which are already being inundated with real spam (somehow, these laws do not seem to inhibit the scammers and spammers).\n\nWhy not make sure you are asking people to opt-in to your enewsletter instead of only asking them to opt-out? All you have to do is have a sign-up form on your website. You can also ask people if they want to be added. Seriously, don\'t you want to communicate with people who are interested in your message instead of annoying people and then forcing them to opt-out?\n\nWhat are your thoughts? How do you handle subscribing people to your newsletter?\n\n<span style=\"text-decoration: underline;\"><strong>UPDATE</strong></span>\n\nUpon further research, I came across a section in the FCC website that seems to imply marketers should get consent to send emails. It says:\n<blockquote>\n<h4>Giving Your Consent</h4>\nUnder the FCC’s rules, texts and commercial email messages may be sent to your mobile phone if you previously agreed to receive them. For texts that are commercial, your consent must be in writing (for example, in an email or letter); for non-commercial, informational texts (such as such as those by or on behalf of tax-exempt non-profit organizations, those for political purposes, and other noncommercial purposes, such as school closings) your consent may be oral.\n\n<span style=\"text-decoration: underline;\">For commercial email, your consent may be oral or written.</span> Senders must tell you the name of the entity that will be sending the messages and, if different, the name of the entity advertising products or services. All commercial email messages sent to you after you’ve given your authorization must allow you to revoke your authorization, or “opt out” of receiving future messages. You must be allowed to opt out the same way you “opted in,” including by dialing a short code. Senders have 10 days to honor requests to opt out.</blockquote>\nNotice it says your consent MAY be oral or written. It does not say it MUST be. So, it is unclear to me if as a marketer, you HAVE to ask for consent.','Are you CAN-SPAM compliant?','','inherit','open','open','','2793-autosave-v1','','','2014-11-13 11:25:07','2014-11-13 16:25:07','',2793,'http://deborahbrody.com/2014/11/2793-autosave-v1/',0,'revision','',0),
(2797,4,'2014-11-13 11:25:38','2014-11-13 16:25:38','A couple of weeks ago, I went to a networking event and met a public relations \"professional.\" We exchanged business cards. I sent him a follow up email (nice to meet you, etc.) to which he didn\'t respond. Instead, he added me to his enewsletter list. I was peeved. This guy, who didn\'t have the basic courtesy to respond to a personal email, just threw my email into his marketing list without asking me. I quickly opted-out.\r\n\r\nOther than being rude, was this guy doing something illegal? Was he being compliant with the CAN-SPAM Act (the very good acronym for <em><strong>C</strong>ontrolling the <strong>A</strong>ssault of <strong>N</strong>on-Solicited <strong>P</strong>ornography <strong>a</strong>nd <strong>M</strong>arketing</em>)?\r\n\r\nThe CAN-SPAM Act aims to reduce unsolicited direct marketing email. There are several parts to making your business compliant (you can read the <a href=\"http://www.business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business\" target=\"_blank\">seven main requirements on the FTC website and you can download a PDF with all the pertinent information</a>).\r\n\r\nIf you distribute an electronic newsletter, you need to be CAN-SPAM compliant. You can get booted off most of the email marketing platforms if you are not, and most of them make it easy to comply.\r\n\r\nAccording to the Act, the main requirements for compliance are these:\r\n<ul>\r\n	<li>Don\'t use false or misleading header information</li>\r\n	<li>Don\'t use deceptive subject lines</li>\r\n	<li>Identify the message as an ad</li>\r\n	<li>Provide a physical location address</li>\r\n	<li>Provide a way to opt out of further mailings</li>\r\n	<li>Honor opt-out requests within 10 days</li>\r\n</ul>\r\nIt turns out that CAN-SPAM does not spell out who can be added to your email list (opt-in). In fact, the requirement is directed only at opting out. You must include a way to unsubscribe, and you must honor that request quickly. However,  if you do business with Canada or the European Union, things are a bit stricter. Both Canada and the EU require people to OPT-IN by giving consent. If you have a newsletter, I suggest you familiarize yourself with the<a href=\"http://www.lsoft.com/resources/optinlaws.asp#2\" target=\"_blank\"> opt-in laws for North America and Europe.</a>\r\n\r\nSo, it seems rude PR guy was, in fact, compliant with CAN-SPAM requirements since his newsletter did have an opt-out. Had I been Canadian though, he would have been in trouble.\r\n\r\nHere\'s the thing, just because something is legal, does not mean it\'s right. Although the US does not have the same stringent opt-in requirements as Canada or the EU, marketers should be aware of why those requirements may be a good idea. People don\'t want unsolicited email. It clogs up inboxes, which are already being inundated with real spam (somehow, these laws do not seem to inhibit the scammers and spammers).\r\n\r\nWhy not make sure you are asking people to opt-in to your enewsletter instead of only asking them to opt-out? All you have to do is have a sign-up form on your website. You can also ask people if they want to be added. Seriously, don\'t you want to communicate with people who are interested in your message instead of annoying people and then forcing them to opt-out?\r\n\r\nWhat are your thoughts? How do you handle subscribing people to your newsletter?\r\n\r\n<span style=\"text-decoration: underline;\"><strong>UPDATE</strong></span>\r\n\r\nUpon further research, I came across a section in the FCC website that seems to imply marketers should get consent to send emails. It says:\r\n<blockquote>\r\n<h4>Giving Your Consent</h4>\r\nUnder the FCC’s rules, texts and commercial email messages may be sent to your mobile phone if you previously agreed to receive them. For texts that are commercial, your consent must be in writing (for example, in an email or letter); for non-commercial, informational texts (such as such as those by or on behalf of tax-exempt non-profit organizations, those for political purposes, and other noncommercial purposes, such as school closings) your consent may be oral.\r\n\r\n<span style=\"text-decoration: underline;\">For commercial email, your consent may be oral or written.</span> Senders must tell you the name of the entity that will be sending the messages and, if different, the name of the entity advertising products or services. All commercial email messages sent to you after you’ve given your authorization must allow you to revoke your authorization, or “opt out” of receiving future messages. You must be allowed to opt out the same way you “opted in,” including by dialing a short code. Senders have 10 days to honor requests to opt out.</blockquote>\r\nNotice it says your consent MAY be oral or written. It does not say it MUST be. So, it is unclear to me if as a marketer, you HAVE to ask for consent.','Are you CAN-SPAM compliant?','','inherit','open','open','','2793-revision-v1','','','2014-11-13 11:25:38','2014-11-13 16:25:38','',2793,'http://deborahbrody.com/2014/11/2793-revision-v1/',0,'revision','',0),
(2799,4,'2014-11-19 16:06:07','2014-11-19 21:06:07','It\'s like I am hearing the Pointer Sisters\' <em>Jump (For My Love)</em> song on repeat. It\'s that refrain \"more, more, more.\" I get emails urging me to get more website visitors. I see accounts on Twitter that claim they can get me more followers. I see announcements for webinars on how to get more blog readers.\r\n\r\nEnough!\r\n\r\nMore is not a smart communications goal. <span style=\"text-decoration: underline;\">More is meaningless without qualifiers</span>. Yes, I want more Twitter followers. But I want followers that are genuine (as opposed to spam) accounts and who have an interest in what I am saying. I want more blog readers who will find what I write useful and may then share a post or sign up for my newsletter or hire me to do work.\r\n\r\nBut more in and of itself does not mean much. If a Facebook page has 4,000 likes but none of those \"likers\" shares information or buys products, then what is the point? If you have thousands of Twitter followers but are never re-tweeted, are you having an impact? If you get hundreds of website visitors but there is no \"conversion\" then what did you accomplish?\r\n\r\nWe see ploys for more all the time. You see TV stations running sweepstakes and exhorting people to \"like our Facebook page.\" You see link bait. You see forced sign-ups for newsletters before you can read an article or blog post. All these are trying to get more without caring exactly who those people are.\r\n\r\nYour communications goals should not be simply to get more. Your goals need to be specific. For example, you may want to reach more people in a certain geographic area or in an age group.\r\n\r\nAre you being bombarded by vendors trying to get you to get more? If so, what are your thoughts about it?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','More is not a smart communications goal','','inherit','open','open','','2798-revision-v1','','','2014-11-19 16:06:07','2014-11-19 21:06:07','',2798,'http://deborahbrody.com/2014/11/2798-revision-v1/',0,'revision','',0),
(2801,4,'2014-11-21 09:07:10','2014-11-21 14:07:11','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2014-11-21 09:07:10','2014-11-21 14:07:11','',2509,'http://deborahbrody.com/2014/11/2509-revision-v1/',0,'revision','',0),
(2802,4,'2015-02-06 09:45:44','2015-02-06 14:45:44','I wrote this post back in November, and never published it. But today, I was reading the <em>Washington Post</em> and came across <a href=\"http://www.washingtonpost.com/lifestyle/style/nbc-stays-silent-but-privately-stands-behind-news-anchor-brian-williams/2015/02/05/e3d18cba-ad5b-11e4-abe8-e1ef60ca26de_story.html\" target=\"_blank\">Paul Farhi\'s column</a> regarding the Brian Williams \"scandal.\" In case you haven\'t heard about it, it involves Brian \"misremembering\" being shot at in a helicopter in Iraq in 2003.  Farhi writes:\r\n<blockquote>NBC News went into damage-control mode a day after the public symbol of the network, anchor Brian Williams, faced a <strong>torrent</strong> of derision and criticism for telling a story about his wartime reporting that has proved to be untrue.\r\n\r\n&nbsp;\r\n\r\nAs <strong>public disapproval roared on social media,</strong> NBC sought to protect and defend Williams, its lead anchor since 2004 and the most popular anchor in the nation.</blockquote>\r\nBolding is mine. Notice that Farhi writes about the \"torrent\" of criticism and disapproval...on social media. I stopped reading the article after these two paragraphs because I don\'t think there\'s a torrent, or a deluge or even a rainstorm of derision outside of social media. I think this is a <em>social media crisis</em>, where people in social media all seem to  outraged by the \"crisis\" and where the rest of the country (those people sitting around their living rooms watching TV in the evening) couldn\'t care less. Notice too that Brian Williams was on TV last night as if nothing had happened. And maybe it only happened in our little social media bubble.\r\n\r\nSo this is where I started this post back in November:\r\n\r\nWhen it started three years ago, I was a huge fan of Showtime\'s series <em>Homeland</em>. I was hooked and had to watch every episode. It bummed me out we had to wait nine months between seasons.\r\n\r\nBut when the third season started this past September, I was no longer enthusiastic. I watched the first couple of episodes and found that I just didn\'t like the main character Carrie anymore. She had become way too crazy (she actually considers drowning her child!) and demanding and unreasonable. The story line had strayed so far from the initial <em>Homeland</em> that it was another story altogether. I quit watching. I no longer care.\r\n\r\nBecause I no longer care, I am no longer living in the <em>Homeland</em> bubble. The bubble is one where \"everybody\" is watching and commenting. Everybody just loves it. Articles and blog posts abound.\r\n\r\nIt seems that when you believe something or are a big fan of something, you surround yourself with like-minded people and views. In fact, your views are being reinforced. At times, you actively avoid being exposed to opposing views.\r\n\r\nNotice what is going on with Uber and Bill Cosby. In case you haven\'t seen the reports, Uber threatened to expose the personal life of a reporter who was aiming to write an article about Uber. Several women have come forward to accuse Cosby of sexual assault. Both these cases are serious and they expose great flaws in a popular company and a beloved entertainer.\r\n\r\nMany articles, blog posts and Tweets have been devoted to dissecting the PR and communications shortcomings shown by both Uber and Cosby. But here\'s the thing: does it matter? People are still using Uber. And it was reported that at a comedy show in Florida a few days ago, the comedian got a standing ovation.\r\n\r\nThere\'s a disconnect between the world at large and the bubble we surround ourselves with. In PR and crisis communications, both Uber and Cosby are toast. They\'ve handled these situations poorly. But for those who don\'t delve into how things are communicated, who don\'t follow the news (and by the way, journalists are living in a bubble sometimes too), the concern is just not there. They don\'t care about Uber\'s threats because Uber gives them a convenient way to get places. They ignore the accusations against Cosby because they find him funny.\r\n<h4>What do you think? Are these controversies manufactured? Is the scandal for real? Are we living in a social media culture of outrage? Are we living in a bubble?</h4>','Are we living in a bubble? ','','publish','open','open','','are-we-living-in-a-bubble','','','2015-02-06 12:42:36','2015-02-06 17:42:36','',0,'http://deborahbrody.com/?p=2802',0,'post','',0),
(2803,4,'2014-11-24 10:58:56','2014-11-24 15:58:56','When it started three years ago, I was a huge fan of Showtime\'s series Homeland. I was hooked and had to watch every episode. It bummed me out we had to wait nine months between seasons.\r\n\r\nBut when the third season started this past September, I was no longer enthusiastic. I watched the first couple of episodes. I just didn\'t like the main character Carrie anymore--she had become way too crazy (she actually considers drowning her child!) and demanding and unreasonable. The story line had strayed so far from the initial Homeland that it was another story altogether. I quit watching. I no longer care.\r\n\r\nBecause I no longer care, I am no longer living in the Homeland bubble. The bubble is one where \"everybody\" is watching and commenting. Everybody just loves it. Articles and blog posts abound.\r\n\r\nIt seems that when you believe something or are a big fan of something, you surround yourself with like minded people and views. In fact, your views are being reinforced. At times, you actively avoid being exposed to opposing views.\r\n\r\nNotice what is going on with Uber and Bill Cosby. In case you haven\'t seen the reports, Uber threatened to expose the personal life of a reporter who was aiming to write an article about Uber. Several women have come forward to accuse Cosby of sexual assault. Both these cases are serious and they expose great flaws in a popular company and a beloved entertainer.\r\n\r\nMany articles, blog posts and Tweets have been devoted to dissecting the PR and communications shortcomings shown by both Uber and Cosby. But here\'s the thing: does it matter? People are still using Uber. And it was reported that at a comedy show in Florida a few days ago, the comedian got a standing ovation.\r\n\r\nThere\'s a disconnect between the world at large and the bubble we surround ourselves with. In PR and crisis communications, both Uber and Cosby are toast. They\'ve handled these situations poorly. But for those who don\'t delve into how things are communicated, who don\'t follow the news (and by the way, journalists are living in a bubble sometimes too), the concern is just not there. They don\'t care about Uber\'s threats because Uber gives them a convenient way to get places. They ignore the accusations against Cosby because they find him funny.\r\n\r\n&nbsp;','Are we living in a bubble?','','inherit','open','open','','2802-revision-v1','','','2014-11-24 10:58:56','2014-11-24 15:58:56','',2802,'http://deborahbrody.com/2014/11/2802-revision-v1/',0,'revision','',0),
(2804,4,'2014-11-24 10:59:48','2014-11-24 15:59:48','When it started three years ago, I was a huge fan of Showtime\'s series Homeland. I was hooked and had to watch every episode. It bummed me out we had to wait nine months between seasons.\r\n\r\nBut when the third season started this past September, I was no longer enthusiastic. I watched the first couple of episodes and found that I just didn\'t like the main character Carrie anymore. She had become way too crazy (she actually considers drowning her child!) and demanding and unreasonable. The story line had strayed so far from the initial Homeland that it was another story altogether. I quit watching. I no longer care.\r\n\r\nBecause I no longer care, I am no longer living in the Homeland bubble. The bubble is one where \"everybody\" is watching and commenting. Everybody just loves it. Articles and blog posts abound.\r\n\r\nIt seems that when you believe something or are a big fan of something, you surround yourself with like minded people and views. In fact, your views are being reinforced. At times, you actively avoid being exposed to opposing views.\r\n\r\nNotice what is going on with Uber and Bill Cosby. In case you haven\'t seen the reports, Uber threatened to expose the personal life of a reporter who was aiming to write an article about Uber. Several women have come forward to accuse Cosby of sexual assault. Both these cases are serious and they expose great flaws in a popular company and a beloved entertainer.\r\n\r\nMany articles, blog posts and Tweets have been devoted to dissecting the PR and communications shortcomings shown by both Uber and Cosby. But here\'s the thing: does it matter? People are still using Uber. And it was reported that at a comedy show in Florida a few days ago, the comedian got a standing ovation.\r\n\r\nThere\'s a disconnect between the world at large and the bubble we surround ourselves with. In PR and crisis communications, both Uber and Cosby are toast. They\'ve handled these situations poorly. But for those who don\'t delve into how things are communicated, who don\'t follow the news (and by the way, journalists are living in a bubble sometimes too), the concern is just not there. They don\'t care about Uber\'s threats because Uber gives them a convenient way to get places. They ignore the accusations against Cosby because they find him funny.\r\n\r\n&nbsp;','Are we living in a bubble?','','inherit','open','open','','2802-revision-v1','','','2014-11-24 10:59:48','2014-11-24 15:59:48','',2802,'http://deborahbrody.com/2014/11/2802-revision-v1/',0,'revision','',0),
(2805,4,'2014-11-25 09:19:02','2014-11-25 14:19:02','Thanksgiving is two days away. If you are like me, you\'ve gotten lots of email and regular mail from companies and organizations you\'ve done business with or have donated money to. Some are simply expressing thanks, and others are reminding you that some people won\'t be able to eat on Thanksgiving (so give more money). Others are using Thanksgiving as a differentiator--sending holiday cards now instead of Christmas/New Year\'s.\r\n\r\nThere\'s nothing wrong with this, and I appreciate getting thanked or remembered at least once a year. But perhaps businesses and organizations should consider how to thank customers and supporters year-round.\r\n\r\nSo many times, we conduct a business transaction and afterwards there\'s nothing. What\'s particularly galling is when you donate or volunteer, and you hear nothing from the organization. A couple of years ago, I volunteered at a huge Christmas event. Not only was it very disorganized (which showed a lack of appreciation for volunteers\' time) but there was no thank you, formal (follow up email) or otherwise. I haven\'t been back since.\r\n\r\nA thank you--a show of appreciation--is an important marketing tool. I wrote <a title=\"Why a thank you is good marketing\" href=\"http://deborahbrody.com/2009/08/why-a-thank-you-is-good-marketing/\">\"Why a thank you is good marketing\"</a> here five years ago. I still think it\'s true.\r\n\r\n<strong>So thank you! I appreciate that you took the time to read my thoughts. I am especially thankful for those who have shared my posts and/or taken the time to comment.</strong>\r\n\r\nHappy Thanksgiving to those celebrating! I wish you and your families a happy and relaxing holiday.','Thanks are not only for Thanksgiving','','publish','open','open','','thanks-are-not-only-for-thanksgiving','','','2014-11-25 09:19:02','2014-11-25 14:19:02','',0,'http://deborahbrody.com/?p=2805',0,'post','',0),
(2806,4,'2014-11-25 09:19:02','2014-11-25 14:19:02','Thanksgiving is two days away. If you are like me, you\'ve gotten lots of email and regular mail from companies and organizations you\'ve done business with or have donated money to. Some are simply expressing thanks, and others are reminding you that some people won\'t be able to eat on Thanksgiving (so give more money). Others are using Thanksgiving as a differentiator--sending holiday cards now instead of Christmas/New Year\'s.\r\n\r\nThere\'s nothing wrong with this, and I appreciate getting thanked or remembered at least once a year. But perhaps businesses and organizations should consider how to thank customers and supporters year-round.\r\n\r\nSo many times, we conduct a business transaction and afterwards there\'s nothing. What\'s particularly galling is when you donate or volunteer, and you hear nothing from the organization. A couple of years ago, I volunteered at a huge Christmas event. Not only was it very disorganized (which showed a lack of appreciation for volunteers\' time) but there was no thank you, formal (follow up email) or otherwise. I haven\'t been back since.\r\n\r\nA thank you--a show of appreciation--is an important marketing tool. I wrote <a title=\"Why a thank you is good marketing\" href=\"http://deborahbrody.com/2009/08/why-a-thank-you-is-good-marketing/\">\"Why a thank you is good marketing\"</a> here five years ago. I still think it\'s true.\r\n\r\n<strong>So thank you! I appreciate that you took the time to read my thoughts. I am especially thankful for those who have shared my posts and/or taken the time to comment.</strong>\r\n\r\nHappy Thanksgiving to those celebrating! I wish you and your families a happy and relaxing holiday.','Thanks are not only for Thanksgiving','','inherit','open','open','','2805-revision-v1','','','2014-11-25 09:19:02','2014-11-25 14:19:02','',2805,'http://deborahbrody.com/2014/11/2805-revision-v1/',0,'revision','',0),
(2808,4,'2014-12-01 08:01:18','2014-12-01 13:01:18','In Sunday\'s <em>Washington Post</em> there is an interesting interview (<a href=\"http://www.washingtonpost.com/blogs/on-leadership/wp/2014/11/20/how-to-craft-a-successful-career-an-interview-with-etsy-ceo-chad-dickerson/\" target=\"_blank\">How to craft a successful career</a>) with Chad Dickerson, CEO of Etsy. In case you\'ve never had the urge to shop for handmade jewelery or other crafts, Etsy is <em>the</em> place to do that online. On Etsy, thousands of artists and crafters can sell their goods to a national/international market. It\'s a model that is working to the tune of $1.35 billion in sales.\r\n\r\nThe part of the interview that caught my eye as a marketing communications professional was this:\r\n<blockquote>Q. <em>What do the best sellers on Etsy have in common?</em>\r\n\r\nA. The best sellers on Etsy have really great photography. They also tell stories about themselves, how they’re inspired, how they make the things they sell. Those are the keys to being successful on Etsy.</blockquote>\r\nIn other words, to market yourself successfully you have to have a standout image and a great story. Your graphics and your storytelling ability is what makes you stand out from a really crowded marketplace.\r\n\r\nThis is true everywhere, not just on Etsy. If you are shopping for a product online, you need to be able to see what you are buying (<strong>the power of image</strong>) and know why this product is better than the rest (<strong>the power of storytelling</strong>).\r\n\r\nPerhaps if you are struggling to get \"eyeballs\" to your blog or website or buyers to your bricks-and-mortar business, you need to take Chad Dickerson\'s insight to heart. Perhaps you need to assess the power of your graphics and your story. Are they strong? Are they setting you apart from our competition (in a positive way, of course)?\r\n\r\nOh, and the other thing(it<em> should</em> go without saying) is that to be a good Etsy seller you have to<strong> have a good product that people want to buy.</strong>\r\n\r\nWhat makes you buy on Etsy or anywhere else? Do you assess the strength of the graphics? Do you read the description and/or story?\r\n\r\n&nbsp;','Would you make a good Etsy seller?','','publish','open','open','','would-you-make-a-good-etsy-seller','','','2014-12-01 08:01:18','2014-12-01 13:01:18','',0,'http://deborahbrody.com/?p=2808',0,'post','',1),
(2809,4,'2014-11-30 10:44:19','2014-11-30 15:44:19','Have you shopped on Etsy.com? I have and bought myself several handcrafted gifts. There are thousands of sellers on Etsy.','Would you make a good Etsy seller?','','inherit','open','open','','2808-revision-v1','','','2014-11-30 10:44:19','2014-11-30 15:44:19','',2808,'http://deborahbrody.com/2014/11/2808-revision-v1/',0,'revision','',0),
(2810,4,'2014-11-30 10:58:48','2014-11-30 15:58:48','In Sunday\'s Washington Post there is an interesting interview (How to craft a successful career) with Chad Dickerson, CEO of Etsy. In case you\'ve never had the urge to shop for handmade jewelery, Etsy is the place to do that online. On Etsy, thousands of artists and crafters can sell their goods to a national/international market. It\'s a model that is working to the tune of $1.35 billion in sales.\r\n\r\nThe part of the interview that caught my eye as a marketing communications professional was this:\r\n<blockquote>Q. <em>What do the best sellers on Etsy have in common?</em>\r\n\r\nA. The best sellers on Etsy have really great photography. They also tell stories about themselves, how they’re inspired, how they make the things they sell. Those are the keys to being successful on Etsy.</blockquote>\r\nIn other words, to market yourself successfully you have to have a standout image and a great story. Your graphics and your storytelling ability is what makes you stand out from a really crowded marketplace.\r\n\r\nThis is true everywhere, not just on Etsy. If you are shopping for a product online, you need to be able to see what you are buying (the power of image) and know why this product is better than the rest.','Would you make a good Etsy seller?','','inherit','open','open','','2808-revision-v1','','','2014-11-30 10:58:48','2014-11-30 15:58:48','',2808,'http://deborahbrody.com/2014/11/2808-revision-v1/',0,'revision','',0),
(2811,4,'2014-11-30 11:05:29','2014-11-30 16:05:29','In Sunday\'s <em>Washington Post</em> there is an interesting interview (<a href=\"http://www.washingtonpost.com/blogs/on-leadership/wp/2014/11/20/how-to-craft-a-successful-career-an-interview-with-etsy-ceo-chad-dickerson/\" target=\"_blank\">How to craft a successful career</a>) with Chad Dickerson, CEO of Etsy. In case you\'ve never had the urge to shop for handmade jewelery, Etsy is the place to do that online. On Etsy, thousands of artists and crafters can sell their goods to a national/international market. It\'s a model that is working to the tune of $1.35 billion in sales.\r\n\r\nThe part of the interview that caught my eye as a marketing communications professional was this:\r\n<blockquote>Q. <em>What do the best sellers on Etsy have in common?</em>\r\n\r\nA. The best sellers on Etsy have really great photography. They also tell stories about themselves, how they’re inspired, how they make the things they sell. Those are the keys to being successful on Etsy.</blockquote>\r\nIn other words, to market yourself successfully you have to have a standout image and a great story. Your graphics and your storytelling ability is what makes you stand out from a really crowded marketplace.\r\n\r\nThis is true everywhere, not just on Etsy. If you are shopping for a product online, you need to be able to see what you are buying (the power of image) and know why this product is better than the rest (the power of storytelling).\r\n\r\nPerhaps if you are struggling to get \"eyeballs\" to your blog or website or buyers to your bricks-and-mortar business, you need to take Chad Dickerson\'s insight to heart. Perhaps you need to assess the power of your graphics and your story. Are they strong? Are they setting you apart from our competition (in a positive way of course)?','Would you make a good Etsy seller?','','inherit','open','open','','2808-revision-v1','','','2014-11-30 11:05:29','2014-11-30 16:05:29','',2808,'http://deborahbrody.com/2014/11/2808-revision-v1/',0,'revision','',0),
(2812,4,'2014-12-01 08:01:18','2014-12-01 13:01:18','In Sunday\'s <em>Washington Post</em> there is an interesting interview (<a href=\"http://www.washingtonpost.com/blogs/on-leadership/wp/2014/11/20/how-to-craft-a-successful-career-an-interview-with-etsy-ceo-chad-dickerson/\" target=\"_blank\">How to craft a successful career</a>) with Chad Dickerson, CEO of Etsy. In case you\'ve never had the urge to shop for handmade jewelery or other crafts, Etsy is <em>the</em> place to do that online. On Etsy, thousands of artists and crafters can sell their goods to a national/international market. It\'s a model that is working to the tune of $1.35 billion in sales.\r\n\r\nThe part of the interview that caught my eye as a marketing communications professional was this:\r\n<blockquote>Q. <em>What do the best sellers on Etsy have in common?</em>\r\n\r\nA. The best sellers on Etsy have really great photography. They also tell stories about themselves, how they’re inspired, how they make the things they sell. Those are the keys to being successful on Etsy.</blockquote>\r\nIn other words, to market yourself successfully you have to have a standout image and a great story. Your graphics and your storytelling ability is what makes you stand out from a really crowded marketplace.\r\n\r\nThis is true everywhere, not just on Etsy. If you are shopping for a product online, you need to be able to see what you are buying (<strong>the power of image</strong>) and know why this product is better than the rest (<strong>the power of storytelling</strong>).\r\n\r\nPerhaps if you are struggling to get \"eyeballs\" to your blog or website or buyers to your bricks-and-mortar business, you need to take Chad Dickerson\'s insight to heart. Perhaps you need to assess the power of your graphics and your story. Are they strong? Are they setting you apart from our competition (in a positive way, of course)?\r\n\r\nOh, and the other thing(it<em> should</em> go without saying) is that to be a good Etsy seller you have to<strong> have a good product that people want to buy.</strong>\r\n\r\nWhat makes you buy on Etsy or anywhere else? Do you assess the strength of the graphics? Do you read the description and/or story?\r\n\r\n&nbsp;','Would you make a good Etsy seller?','','inherit','open','open','','2808-revision-v1','','','2014-12-01 08:01:18','2014-12-01 13:01:18','',2808,'http://deborahbrody.com/2014/12/2808-revision-v1/',0,'revision','',0),
(2814,4,'2014-12-09 10:55:09','2014-12-09 15:55:09','Every time I go to the gym I see at least one person hanging on for dear life on the Step Mill. In case you don\'t have them at your gym, they are a \"workout escalator.\" Essentially, the workout consists of climbing moving stairs. Lots of people lean on the bars (yesterday I saw a woman whose upper body was horizontal, putting all her upper body weight on her arms) when the \"correct\" or more efficient way is to use the bars simply for balance and let your lower body do the work of climbing the stairs and keeping you upright.\r\n\r\nWhen you lean on the bars you are effectively <strong>getting an assist. </strong>You are trying to minimize the pain. But, as they say: no pain, no gain. Though it may look like you are working hard, you really aren\'t. You aren\'t getting the cardio you think you are and you aren\'t burning the amount of calories the machine tells you.\r\n\r\nThe same thing happens on social media when you rely on programs to post for you. You are getting an assist that makes you look like you are working hard when in fact you are not. Plus, you are not getting all the benefits of social media either.\r\n\r\nThere are many social media apps and programs designed to give you an assist. We may need that automation in order to keep up with the pace of social media, which is 24-7. The problem is when we rely on these assists for all of our social media presence and we forget to inject some of our own effort.\r\n\r\nThere\'s an account I have been following on Twitter for a couple of years. I say account and not person because almost all the tweets from the account are links to blog posts (old blog posts at that). And I have seen the same five or six blog post links tweeted out over and over and over and over. There is no personality there. There is no discussion. There is no interaction.\r\n\r\nI am sure the person who manages this account set up a program that will tweet the top blog posts every certain amount of time. This person pretty much set it and forgot it. This person rarely if ever has any exchange with anybody, never re-tweets, and only responds to direct tweets days later (if at all). <em><strong>This account is entirely reliant on social media assists. So although there is a social media presence, there is no social media benefit.</strong></em>\r\n\r\nSocial media requires  effort and attention. Get assists if you must, but don\'t forget that over-relying on assistance means that you aren\'t making as many gains.\r\n\r\nWhat are your thoughts? How do you handle your social media accounts? Do you follow accounts that are completely automated?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','No pain, no gain (or, are you relying too much on assists)? ','','publish','open','open','','no-pain-no-gain-are-you-relying-on-assists','','','2014-12-09 10:55:09','2014-12-09 15:55:09','',0,'http://deborahbrody.com/?p=2814',0,'post','',0),
(2815,4,'2014-12-09 10:55:09','2014-12-09 15:55:09','Every time I go to the gym I see at least one person hanging on for dear life on the Step Mill. In case you don\'t have them at your gym, they are a \"workout escalator.\" Essentially, the workout consists of climbing moving stairs. Lots of people lean on the bars (yesterday I saw a woman whose upper body was horizontal, putting all her upper body weight on her arms) when the \"correct\" or more efficient way is to use the bars simply for balance and let your lower body do the work of climbing the stairs and keeping you upright.\r\n\r\nWhen you lean on the bars you are effectively <strong>getting an assist. </strong>You are trying to minimize the pain. But, as they say: no pain, no gain. Though it may look like you are working hard, you really aren\'t. You aren\'t getting the cardio you think you are and you aren\'t burning the amount of calories the machine tells you.\r\n\r\nThe same thing happens on social media when you rely on programs to post for you. You are getting an assist that makes you look like you are working hard when in fact you are not. Plus, you are not getting all the benefits of social media either.\r\n\r\nThere are many social media apps and programs designed to give you an assist. We may need that automation in order to keep up with the pace of social media, which is 24-7. The problem is when we rely on these assists for all of our social media presence and we forget to inject some of our own effort.\r\n\r\nThere\'s an account I have been following on Twitter for a couple of years. I say account and not person because almost all the tweets from the account are links to blog posts (old blog posts at that). And I have seen the same five or six blog post links tweeted out over and over and over and over. There is no personality there. There is no discussion. There is no interaction.\r\n\r\nI am sure the person who manages this account set up a program that will tweet the top blog posts every certain amount of time. This person pretty much set it and forgot it. This person rarely if ever has any exchange with anybody, never re-tweets, and only responds to direct tweets days later (if at all). <em><strong>This account is entirely reliant on social media assists. So although there is a social media presence, there is no social media benefit.</strong></em>\r\n\r\nSocial media requires  effort and attention. Get assists if you must, but don\'t forget that over-relying on assistance means that you aren\'t making as many gains.\r\n\r\nWhat are your thoughts? How do you handle your social media accounts? Do you follow accounts that are completely automated?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','No pain, no gain (or, are you relying too much on assists)? ','','inherit','open','open','','2814-revision-v1','','','2014-12-09 10:55:09','2014-12-09 15:55:09','',2814,'http://deborahbrody.com/2014/12/2814-revision-v1/',0,'revision','',0),
(2817,4,'2014-12-18 11:02:38','2014-12-18 16:02:38','Do you ever choose to fly an airline because of its brand identity? Or,  do you choose your flight based on schedule/price? I bet it\'s more than the latter than the former, but if all things are close, you may choose the brand you like the most.\r\n\r\nLast week, I took my first flight on Virgin America. I was going out to San Francisco and Virgin flies from Washington to SFO at least twice a day. I had heard good things, and I thought that Virgin, like Southwest or JetBlue, was a lower cost carrier. Well, it really isn\'t. Virgin charges a comparable price to the other major carrier (United) flying to San Francisco from this area.  And like United, Virgin charges for bags. Unlike United, Virgin charges for in-flight movies ($8 a pop). Virgin also charges for food, snacks and for premium (like Honest Tea) and alcoholic beverages. Pretty much the only thing that you can get for \"free\" is water, coffee and soda. But you order all of these items on demand, from your seat, via an in-flight on-screen ordering system. You want more water, you \"order\" it.\r\n\r\nAnd there are other differences. The seats are leather, there\'s more legroom, and the cabin has a purple light. The flight attendants seem a bit younger and \"cooler\" than most, and there is definitely no in-flight magazine (because print is so yesterday). But what is really different is the safety video. Take a look:\r\n\r\nhttp://youtu.be/DtyfiPIHsIg\r\n\r\nRead more about how this v<a href=\"http://www.fastcompany.com/3021770/leadership-now/amazingly-good-branding-lessons-from-virgin-americas-new-dance-video-yes-danc\" target=\"_blank\">ideo heralded a new brand strategy </a>for Virgin America in Fast Company.\r\n\r\nIt seems that even though Virgin America basically nickels and dimes its passengers, <strong>people enjoy flying with the airline</strong>. It just feels different--more fun and more hip. Even the vibe at the airport was different. Virgin shares a terminal with American at SFO. The Virgin side had funky chairs and work tables (with plug-in terminals). Lot of people were working at their laptops, with headphones on. Very few (if any) screaming children. Only one wheelchair request. The feeling was more tech-y, hip and relaxed. The American side felt darker, more stressed, more old-school.\r\n\r\nThe real difference may also be customer service. Our flight out of Washington-Dulles was delayed by two hours due to the huge storm that hit the Bay Area last week. The people at the podium immediately set to help out anybody who needed/wanted to change their flight plans. One of the crew brought out snack carts and  gave out free water and snacks. Everybody seemed calm. There was no grousing. A woman in the waiting area across from me told me she travels Virgin to California all the time for work. She told me it was rare for there to be a delay. She herself had connections out of SFO, and had to change her flight. She got on the phone with Virgin, and they were able to accommodate her. She was going to leave the next day, but when she left, she did not seem upset. The airline had taken care of her. The delay was not Virgin\'s fault, but rather Mother Nature\'s.  Virgin worked hard to lessen the impact of the delay and to accommodate its passengers (or guests as they call them).\r\n\r\nNow, would I fly Virgin again? Most likely. I would know to bring food on-board though, and maybe a movie on my smartphone. It would still depend on price and schedule, but all things being equal, Virgin wins out. It just felt better.\r\n\r\nWhat about you? Do you fly an airline because you like what it stands for? Let me know in the comments.\r\n\r\nUPDATE\r\n\r\nI just <a href=\"http://www.washingtonpost.com/blogs/wonkblog/wp/2014/12/18/these-airlines-lose-your-luggage-the-most-often/\" target=\"_blank\">came across this post on the Wonkblo</a>g on the Washington Post, which lists airlines on how often they lose your luggage. Virgin America is last on the list (loses the least amount of luggage). Now that may be because fewer people check their bags, or because Virgin is better. Either way, it is a good reason to fly an airline.','Do you fly a brand?','','publish','open','open','','do-you-fly-a-brand','','','2014-12-19 19:06:36','2014-12-20 00:06:36','',0,'http://deborahbrody.com/?p=2817',0,'post','',0),
(2818,4,'2014-12-18 10:59:01','2014-12-18 15:59:01','Do you ever choose to fly an airline because of its brand identity? Or,  do you choose your flight based on schedule/price? I bet it\'s more than the latter than the former, but if all things are close, you may choose the brand you like the most.\r\n\r\nLast week, I took my first flight on Virgin America. I was going out to San Francisco and Virgin flies from Washington to SFO at least twice a day. I had heard good things, and I thought that Virgin, like Southwest or JetBlue, was a lower cost carrier. Well, it really isn\'t. Virgin charges a comparable price to the other major carrier (United) flying to San Francisco from this area.  And like United, Virgin charges for bags. Unlike United, Virgin charges for in-flight movies ($8 a pop). Virgin also charges for food, snacks and for premium (like Honest Tea) and alcoholic beverages. Pretty much the only thing that you can get for \"free\" is water, coffee and soda. But you order all of these items on demand, from your seat, via an in-flight on-screen ordering system. You want more water, you \"order\" it.\r\n\r\nAnd there are other differences. The seats are leather, there\'s more legroom, and the cabin has a purple light. The flight attendants seem a bit younger and \"cooler\" than most, and there is definitely no in-flight magazine (because print is so yesterday). But what is really different is the safety video. Take a look:\r\n\r\nhttp://youtu.be/DtyfiPIHsIg\r\n\r\nRead more about how this v<a href=\"http://www.fastcompany.com/3021770/leadership-now/amazingly-good-branding-lessons-from-virgin-americas-new-dance-video-yes-danc\" target=\"_blank\">ideo heralded a new brand strategy </a>for Virgin America in Fast Company.\r\n\r\nIt seems that even though Virgin America basically nickels and dimes its passengers, <strong>people enjoy flying with the airline</strong>. It just feels different--more fun and more hip. Even the vibe at the airport was different. Virgin shares a terminal with American at SFO. The Virgin side had funky chairs and work tables (with plug-in terminals). Lot of people were working at their laptops, with headphones on. Very few (if any) screaming children. Only one wheelchair request. The feeling was more tech-y, hip and relaxed. The American side felt darker, more stressed, more old-school.\r\n\r\nThe real difference may also be customer service. Our flight out of Washington-Dulles was delayed by two hours due to the huge storm that hit the Bay Area last week. The people at the podium immediately set to help out anybody who needed/wanted to change their flight plans. One of the crew brought out snack carts and  gave out free water and snacks. Everybody seemed calm. There was no grousing. A woman in the waiting area across from me told me she travels Virgin to California all the time for work. She told me it was rare for there to be a delay. She herself had connections out of SFO, and had to change her flight. She got on the phone with Virgin, and they were able to accommodate her. She was going to leave the next day, but when she left, she did not seem upset. The airline had taken care of her. The delay was not Virgin\'s fault, but rather Mother Nature\'s.  Virgin worked hard to lessen the impact of the delay and to accommodate its passengers (or guests as they call them).\r\n\r\nNow, would I fly Virgin again? Most likely. I would know to bring food on-board though, and maybe a movie on my smartphone. It would still depend on price and schedule, but all things being equal, Virgin wins out. It just felt better.\r\n\r\nWhat about you? Do you fly an airline because you like what it stands for? Let me know in the comments.\r\n\r\n&nbsp;','Do you fly a brand?','','inherit','open','open','','2817-revision-v1','','','2014-12-18 10:59:01','2014-12-18 15:59:01','',2817,'http://deborahbrody.com/2014/12/2817-revision-v1/',0,'revision','',0),
(2819,4,'2014-12-19 19:06:23','2014-12-20 00:06:23','Do you ever choose to fly an airline because of its brand identity? Or,  do you choose your flight based on schedule/price? I bet it\'s more than the latter than the former, but if all things are close, you may choose the brand you like the most.\n\nLast week, I took my first flight on Virgin America. I was going out to San Francisco and Virgin flies from Washington to SFO at least twice a day. I had heard good things, and I thought that Virgin, like Southwest or JetBlue, was a lower cost carrier. Well, it really isn\'t. Virgin charges a comparable price to the other major carrier (United) flying to San Francisco from this area.  And like United, Virgin charges for bags. Unlike United, Virgin charges for in-flight movies ($8 a pop). Virgin also charges for food, snacks and for premium (like Honest Tea) and alcoholic beverages. Pretty much the only thing that you can get for \"free\" is water, coffee and soda. But you order all of these items on demand, from your seat, via an in-flight on-screen ordering system. You want more water, you \"order\" it.\n\nAnd there are other differences. The seats are leather, there\'s more legroom, and the cabin has a purple light. The flight attendants seem a bit younger and \"cooler\" than most, and there is definitely no in-flight magazine (because print is so yesterday). But what is really different is the safety video. Take a look:\n\nhttp://youtu.be/DtyfiPIHsIg\n\nRead more about how this v<a href=\"http://www.fastcompany.com/3021770/leadership-now/amazingly-good-branding-lessons-from-virgin-americas-new-dance-video-yes-danc\" target=\"_blank\">ideo heralded a new brand strategy </a>for Virgin America in Fast Company.\n\nIt seems that even though Virgin America basically nickels and dimes its passengers, <strong>people enjoy flying with the airline</strong>. It just feels different--more fun and more hip. Even the vibe at the airport was different. Virgin shares a terminal with American at SFO. The Virgin side had funky chairs and work tables (with plug-in terminals). Lot of people were working at their laptops, with headphones on. Very few (if any) screaming children. Only one wheelchair request. The feeling was more tech-y, hip and relaxed. The American side felt darker, more stressed, more old-school.\n\nThe real difference may also be customer service. Our flight out of Washington-Dulles was delayed by two hours due to the huge storm that hit the Bay Area last week. The people at the podium immediately set to help out anybody who needed/wanted to change their flight plans. One of the crew brought out snack carts and  gave out free water and snacks. Everybody seemed calm. There was no grousing. A woman in the waiting area across from me told me she travels Virgin to California all the time for work. She told me it was rare for there to be a delay. She herself had connections out of SFO, and had to change her flight. She got on the phone with Virgin, and they were able to accommodate her. She was going to leave the next day, but when she left, she did not seem upset. The airline had taken care of her. The delay was not Virgin\'s fault, but rather Mother Nature\'s.  Virgin worked hard to lessen the impact of the delay and to accommodate its passengers (or guests as they call them).\n\nNow, would I fly Virgin again? Most likely. I would know to bring food on-board though, and maybe a movie on my smartphone. It would still depend on price and schedule, but all things being equal, Virgin wins out. It just felt better.\n\nWhat about you? Do you fly an airline because you like what it stands for? Let me know in the comments.\n\nUPDATE\n\nI just came across this post on the Wonkblog on the Washington Post, which lists airlines on how often they lose your luggage. Virgin America is last on the list (loses the least amount of luggage). Now that may be because fewer people check their bags, or because Virgin is better. Either way, it is a good reason to fly an airline.','Do you fly a brand?','','inherit','open','open','','2817-autosave-v1','','','2014-12-19 19:06:23','2014-12-20 00:06:23','',2817,'http://deborahbrody.com/2014/12/2817-autosave-v1/',0,'revision','',0),
(2820,4,'2014-12-19 19:06:36','2014-12-20 00:06:36','Do you ever choose to fly an airline because of its brand identity? Or,  do you choose your flight based on schedule/price? I bet it\'s more than the latter than the former, but if all things are close, you may choose the brand you like the most.\r\n\r\nLast week, I took my first flight on Virgin America. I was going out to San Francisco and Virgin flies from Washington to SFO at least twice a day. I had heard good things, and I thought that Virgin, like Southwest or JetBlue, was a lower cost carrier. Well, it really isn\'t. Virgin charges a comparable price to the other major carrier (United) flying to San Francisco from this area.  And like United, Virgin charges for bags. Unlike United, Virgin charges for in-flight movies ($8 a pop). Virgin also charges for food, snacks and for premium (like Honest Tea) and alcoholic beverages. Pretty much the only thing that you can get for \"free\" is water, coffee and soda. But you order all of these items on demand, from your seat, via an in-flight on-screen ordering system. You want more water, you \"order\" it.\r\n\r\nAnd there are other differences. The seats are leather, there\'s more legroom, and the cabin has a purple light. The flight attendants seem a bit younger and \"cooler\" than most, and there is definitely no in-flight magazine (because print is so yesterday). But what is really different is the safety video. Take a look:\r\n\r\nhttp://youtu.be/DtyfiPIHsIg\r\n\r\nRead more about how this v<a href=\"http://www.fastcompany.com/3021770/leadership-now/amazingly-good-branding-lessons-from-virgin-americas-new-dance-video-yes-danc\" target=\"_blank\">ideo heralded a new brand strategy </a>for Virgin America in Fast Company.\r\n\r\nIt seems that even though Virgin America basically nickels and dimes its passengers, <strong>people enjoy flying with the airline</strong>. It just feels different--more fun and more hip. Even the vibe at the airport was different. Virgin shares a terminal with American at SFO. The Virgin side had funky chairs and work tables (with plug-in terminals). Lot of people were working at their laptops, with headphones on. Very few (if any) screaming children. Only one wheelchair request. The feeling was more tech-y, hip and relaxed. The American side felt darker, more stressed, more old-school.\r\n\r\nThe real difference may also be customer service. Our flight out of Washington-Dulles was delayed by two hours due to the huge storm that hit the Bay Area last week. The people at the podium immediately set to help out anybody who needed/wanted to change their flight plans. One of the crew brought out snack carts and  gave out free water and snacks. Everybody seemed calm. There was no grousing. A woman in the waiting area across from me told me she travels Virgin to California all the time for work. She told me it was rare for there to be a delay. She herself had connections out of SFO, and had to change her flight. She got on the phone with Virgin, and they were able to accommodate her. She was going to leave the next day, but when she left, she did not seem upset. The airline had taken care of her. The delay was not Virgin\'s fault, but rather Mother Nature\'s.  Virgin worked hard to lessen the impact of the delay and to accommodate its passengers (or guests as they call them).\r\n\r\nNow, would I fly Virgin again? Most likely. I would know to bring food on-board though, and maybe a movie on my smartphone. It would still depend on price and schedule, but all things being equal, Virgin wins out. It just felt better.\r\n\r\nWhat about you? Do you fly an airline because you like what it stands for? Let me know in the comments.\r\n\r\nUPDATE\r\n\r\nI just <a href=\"http://www.washingtonpost.com/blogs/wonkblog/wp/2014/12/18/these-airlines-lose-your-luggage-the-most-often/\" target=\"_blank\">came across this post on the Wonkblo</a>g on the Washington Post, which lists airlines on how often they lose your luggage. Virgin America is last on the list (loses the least amount of luggage). Now that may be because fewer people check their bags, or because Virgin is better. Either way, it is a good reason to fly an airline.','Do you fly a brand?','','inherit','open','open','','2817-revision-v1','','','2014-12-19 19:06:36','2014-12-20 00:06:36','',2817,'http://deborahbrody.com/2014/12/2817-revision-v1/',0,'revision','',0),
(2823,4,'2015-01-06 14:39:02','2015-01-06 19:39:02','It’s hard to believe that we are in January. Of 2015. After clearing the haze left from the year-end holidays, and eying the still empty 2015 calendar in front of us, what better time to consider what you want to do with your blog this year.\r\n\r\nIn order to do something (bigger, better, more, less)—anything—with your blog, you should consider creating your very own 2015 blogging plan, which should include setting blogging resolutions and goals, and then listing a series of actions to get you there.\r\n\r\nTo me, a resolution is the guiding principle (for example, I want to be a better writer) while goals are a measurable way of achieving results (following the example, publish five articles during the year). Actions are simply the steps you take in order to get there (again, per example, research publications).\r\n\r\nSo here’s your bare-bones 2015 blogging plan:\r\n<ol>\r\n	<li>Set a blogging resolution for the year (or as some people like to do, a focus word/phrase)</li>\r\n	<li>Set a series of goals (make sure they are specific and measurable) to help you achieve your resolution</li>\r\n	<li>List the actions you need to take to get there</li>\r\n</ol>\r\n<strong>Blogging resolutions (choose one or write your own)</strong>\r\n<ul>\r\n	<li>Blog regularly and consistently</li>\r\n	<li>Get better results/generate leads/improve thought leadership</li>\r\n	<li>Increase blog readers</li>\r\n	<li>Restart a blog</li>\r\n	<li>Upgrade/change the focus/redesign the blog</li>\r\n	<li>Be more focused on your area of expertise</li>\r\n</ul>\r\n<strong>Blogging goals (Pick and choose which would help you attain your blogging resolution and then add the specifics)</strong>\r\n<ul>\r\n	<li>Create a blogging schedule/editorial calendar that includes topics, authors, target amount of posts, keywords, etc.</li>\r\n	<li>Write a mission/vision statement for the blog</li>\r\n	<li>Set aside brainstorming time each month to generate blog post ideas</li>\r\n	<li>Spend more time on each blog post paying attention to grammar, spelling, fact-checking</li>\r\n	<li>Create better headlines for each blog post that will result in (more attention, more readers, better sharing)</li>\r\n	<li>Implement a blog promotion plan to reach target audience</li>\r\n	<li>Include graphics, video and/or audio in most or all blog posts</li>\r\n	<li>Write a target number of blog posts per week/month/year</li>\r\n	<li>Experiment with a different format (podcast, vlog, live blog)</li>\r\n	<li>Determine specific call-to-actions to include with every blog post</li>\r\n</ul>\r\n<strong>Blogging actions (everybody should do most of these)</strong>\r\n<ul>\r\n	<li>Update your blogging software, themes and plugins regularly or as needed</li>\r\n	<li>Review your current plugins and explore new or different versions (Do you still need all of them? What functionality is missing from your blog?)</li>\r\n	<li>Review your sharing capabilities (Any new social networks you want to include? Noticed any good sharing plugins on other blogs?)</li>\r\n	<li><span style=\"text-decoration: underline;\">Update your copyright line to reflect 2015 (do this now!)</span></li>\r\n	<li>Research your “competition”</li>\r\n	<li>Set your 2015 Google Analytics goals</li>\r\n	<li>Study your Google Analytics ( if you don’t know how—search for a tutorial or class)</li>\r\n	<li>If you use IFTTT, review and update your settings</li>\r\n	<li>Create graphics “warehouse” (whether server or cloud-based) where you can access and store your own pictures, images, infographics, video, etc.</li>\r\n	<li>Research and select an image subscription service</li>\r\n	<li>Determine your blog loading speed and if it is slow, find ways to improve it</li>\r\n	<li>Make your blog responsive already! Do you see many people without smartphones around?</li>\r\n	<li>Update biographies, about us pages, gravatar pictures</li>\r\n</ul>\r\nThis is by no means a complete list. What would you add? What are your blogging resolutions and goals? What specific actions do you take to keep your blog running smoothly?\r\n\r\nHappy New Year 2015! Here\'s a virtual toast to you achieving great things with your blog this year. If you\'ve never had a plan for your blog, make 2015 the year to start!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Blogging resolutions, goals and actions for 2015	','','publish','open','open','','blogging-resolutions-goals-and-actions-for-2015','','','2015-01-07 09:06:43','2015-01-07 14:06:43','',0,'http://deborahbrody.com/?p=2823',0,'post','',0),
(2824,4,'2015-01-06 14:36:32','2015-01-06 19:36:32','It’s hard to believe that we are in January. Of 2015. After clearing the haze left from the year-end holidays, and eying the still empty 2015 calendar in front of us, what better time to consider what you want to do with your blog this year.\r\n\r\nIn order to do something (bigger, better, more, less)—anything—with your blog, you should consider creating your very own 2015 blogging plan, which should include setting blogging resolutions and goals, and then listing a series of actions to get you there.\r\n\r\nTo me, a resolution is the guiding principle (for example, I want to be a better writer) while goals are a measurable way of achieving results (following the example, publish five articles during the year). Actions are simply the steps you take in order to get there (again, per example, research publications).\r\n\r\nSo here’s your bare-bones 2015 blogging plan:\r\n<ol>\r\n	<li>Set a blogging resolution for the year (or as some people like to do, a focus word/phrase)</li>\r\n	<li>Set a series of goals (make sure they are specific and measurable) to help you achieve you resolution</li>\r\n	<li>List the actions you need to take to get there</li>\r\n</ol>\r\n<strong>Blogging resolutions (choose one or write your own)</strong>\r\n<ul>\r\n	<li>Blog regularly and consistently</li>\r\n	<li>Get better results/generate leads/improve thought leadership</li>\r\n	<li>Increase blog readers</li>\r\n	<li>Restart a blog</li>\r\n	<li>Upgrade/change the focus/redesign the blog</li>\r\n	<li>Be more focused on your area of expertise</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Blogging goals (Pick and choose which would help you attain your blogging resolution and then add the specifics)</strong>\r\n<ul>\r\n	<li>Create a blogging schedule/editorial calendar that includes topics, authors, target amount of posts, keywords, etc.</li>\r\n	<li>Write a mission/vision statement for the blog</li>\r\n	<li>Set aside brainstorming time each month to generate blog post ideas</li>\r\n	<li>Spend more time on each blog post paying attention to grammar, spelling, fact-checking</li>\r\n	<li>Create better headlines for each blog post that will result in (more attention, more readers, better sharing)</li>\r\n	<li>Implement a blog promotion plan to reach target audience</li>\r\n	<li>Include graphics, video and/or audio in most or all blog posts</li>\r\n	<li>Write a target number of blog posts per week/month/year</li>\r\n	<li>Experiment with a different format (podcast, vlog, live blog)</li>\r\n	<li>Determine specific call-to-actions to include with every blog post</li>\r\n</ul>\r\n<strong>Blogging actions (everybody should do most of these)</strong>\r\n<ul>\r\n	<li>Update your blogging software, themes and plugins regularly or as needed</li>\r\n	<li>Review your current plugins and explore new or different versions (Do you still need all of them? What functionality is missing from your blog?)</li>\r\n	<li>Review your sharing capabilities (Any new social networks you want to include? Noticed any good sharing plugins on other blogs?)</li>\r\n	<li><span style=\"text-decoration: underline;\">Update your copyright line to reflect 2015 (do this now!)</span></li>\r\n	<li>Research your “competition”</li>\r\n	<li>Set your 2015 Google Analytics goals</li>\r\n	<li>Study your Google Analytics ( if you don’t know how—search for a tutorial or class)</li>\r\n	<li>If you use IFTTT, review and update your settings</li>\r\n	<li>Create graphics “warehouse” (whether server or cloud-based) where you can access and store your own pictures, images, infographics, video, etc.</li>\r\n	<li>Research and select an image subscription service</li>\r\n	<li>Determine your blog loading speed and if it is slow, find ways to improve it</li>\r\n	<li>Make your blog responsive already! Do you see many people without smartphones around?</li>\r\n</ul>\r\nWhat would you add? What are your blogging resolutions and goals? What specific actions do you take to keep your blog running smoothly?\r\n\r\nHappy New Year 2015! Here\'s a virtual toast to you achieving great things with your blog this year. If you\'ve never had a plan for your blog, make 2015 the year to start!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Blogging resolutions, goals and actions for 2015	','','inherit','open','open','','2823-revision-v1','','','2015-01-06 14:36:32','2015-01-06 19:36:32','',2823,'http://deborahbrody.com/2015/01/2823-revision-v1/',0,'revision','',0),
(2825,4,'2015-01-06 14:39:02','2015-01-06 19:39:02','It’s hard to believe that we are in January. Of 2015. After clearing the haze left from the year-end holidays, and eying the still empty 2015 calendar in front of us, what better time to consider what you want to do with your blog this year.\r\n\r\nIn order to do something (bigger, better, more, less)—anything—with your blog, you should consider creating your very own 2015 blogging plan, which should include setting blogging resolutions and goals, and then listing a series of actions to get you there.\r\n\r\nTo me, a resolution is the guiding principle (for example, I want to be a better writer) while goals are a measurable way of achieving results (following the example, publish five articles during the year). Actions are simply the steps you take in order to get there (again, per example, research publications).\r\n\r\nSo here’s your bare-bones 2015 blogging plan:\r\n<ol>\r\n	<li>Set a blogging resolution for the year (or as some people like to do, a focus word/phrase)</li>\r\n	<li>Set a series of goals (make sure they are specific and measurable) to help you achieve you resolution</li>\r\n	<li>List the actions you need to take to get there</li>\r\n</ol>\r\n<strong>Blogging resolutions (choose one or write your own)</strong>\r\n<ul>\r\n	<li>Blog regularly and consistently</li>\r\n	<li>Get better results/generate leads/improve thought leadership</li>\r\n	<li>Increase blog readers</li>\r\n	<li>Restart a blog</li>\r\n	<li>Upgrade/change the focus/redesign the blog</li>\r\n	<li>Be more focused on your area of expertise</li>\r\n</ul>\r\n<strong>Blogging goals (Pick and choose which would help you attain your blogging resolution and then add the specifics)</strong>\r\n<ul>\r\n	<li>Create a blogging schedule/editorial calendar that includes topics, authors, target amount of posts, keywords, etc.</li>\r\n	<li>Write a mission/vision statement for the blog</li>\r\n	<li>Set aside brainstorming time each month to generate blog post ideas</li>\r\n	<li>Spend more time on each blog post paying attention to grammar, spelling, fact-checking</li>\r\n	<li>Create better headlines for each blog post that will result in (more attention, more readers, better sharing)</li>\r\n	<li>Implement a blog promotion plan to reach target audience</li>\r\n	<li>Include graphics, video and/or audio in most or all blog posts</li>\r\n	<li>Write a target number of blog posts per week/month/year</li>\r\n	<li>Experiment with a different format (podcast, vlog, live blog)</li>\r\n	<li>Determine specific call-to-actions to include with every blog post</li>\r\n</ul>\r\n<strong>Blogging actions (everybody should do most of these)</strong>\r\n<ul>\r\n	<li>Update your blogging software, themes and plugins regularly or as needed</li>\r\n	<li>Review your current plugins and explore new or different versions (Do you still need all of them? What functionality is missing from your blog?)</li>\r\n	<li>Review your sharing capabilities (Any new social networks you want to include? Noticed any good sharing plugins on other blogs?)</li>\r\n	<li><span style=\"text-decoration: underline;\">Update your copyright line to reflect 2015 (do this now!)</span></li>\r\n	<li>Research your “competition”</li>\r\n	<li>Set your 2015 Google Analytics goals</li>\r\n	<li>Study your Google Analytics ( if you don’t know how—search for a tutorial or class)</li>\r\n	<li>If you use IFTTT, review and update your settings</li>\r\n	<li>Create graphics “warehouse” (whether server or cloud-based) where you can access and store your own pictures, images, infographics, video, etc.</li>\r\n	<li>Research and select an image subscription service</li>\r\n	<li>Determine your blog loading speed and if it is slow, find ways to improve it</li>\r\n	<li>Make your blog responsive already! Do you see many people without smartphones around?</li>\r\n	<li>Update biographies, about us pages, gravatar pictures</li>\r\n</ul>\r\nThis is by no means a complete list. What would you add? What are your blogging resolutions and goals? What specific actions do you take to keep your blog running smoothly?\r\n\r\nHappy New Year 2015! Here\'s a virtual toast to you achieving great things with your blog this year. If you\'ve never had a plan for your blog, make 2015 the year to start!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Blogging resolutions, goals and actions for 2015	','','inherit','open','open','','2823-revision-v1','','','2015-01-06 14:39:02','2015-01-06 19:39:02','',2823,'http://deborahbrody.com/2015/01/2823-revision-v1/',0,'revision','',0),
(2826,4,'2015-01-07 09:06:43','2015-01-07 14:06:43','It’s hard to believe that we are in January. Of 2015. After clearing the haze left from the year-end holidays, and eying the still empty 2015 calendar in front of us, what better time to consider what you want to do with your blog this year.\r\n\r\nIn order to do something (bigger, better, more, less)—anything—with your blog, you should consider creating your very own 2015 blogging plan, which should include setting blogging resolutions and goals, and then listing a series of actions to get you there.\r\n\r\nTo me, a resolution is the guiding principle (for example, I want to be a better writer) while goals are a measurable way of achieving results (following the example, publish five articles during the year). Actions are simply the steps you take in order to get there (again, per example, research publications).\r\n\r\nSo here’s your bare-bones 2015 blogging plan:\r\n<ol>\r\n	<li>Set a blogging resolution for the year (or as some people like to do, a focus word/phrase)</li>\r\n	<li>Set a series of goals (make sure they are specific and measurable) to help you achieve your resolution</li>\r\n	<li>List the actions you need to take to get there</li>\r\n</ol>\r\n<strong>Blogging resolutions (choose one or write your own)</strong>\r\n<ul>\r\n	<li>Blog regularly and consistently</li>\r\n	<li>Get better results/generate leads/improve thought leadership</li>\r\n	<li>Increase blog readers</li>\r\n	<li>Restart a blog</li>\r\n	<li>Upgrade/change the focus/redesign the blog</li>\r\n	<li>Be more focused on your area of expertise</li>\r\n</ul>\r\n<strong>Blogging goals (Pick and choose which would help you attain your blogging resolution and then add the specifics)</strong>\r\n<ul>\r\n	<li>Create a blogging schedule/editorial calendar that includes topics, authors, target amount of posts, keywords, etc.</li>\r\n	<li>Write a mission/vision statement for the blog</li>\r\n	<li>Set aside brainstorming time each month to generate blog post ideas</li>\r\n	<li>Spend more time on each blog post paying attention to grammar, spelling, fact-checking</li>\r\n	<li>Create better headlines for each blog post that will result in (more attention, more readers, better sharing)</li>\r\n	<li>Implement a blog promotion plan to reach target audience</li>\r\n	<li>Include graphics, video and/or audio in most or all blog posts</li>\r\n	<li>Write a target number of blog posts per week/month/year</li>\r\n	<li>Experiment with a different format (podcast, vlog, live blog)</li>\r\n	<li>Determine specific call-to-actions to include with every blog post</li>\r\n</ul>\r\n<strong>Blogging actions (everybody should do most of these)</strong>\r\n<ul>\r\n	<li>Update your blogging software, themes and plugins regularly or as needed</li>\r\n	<li>Review your current plugins and explore new or different versions (Do you still need all of them? What functionality is missing from your blog?)</li>\r\n	<li>Review your sharing capabilities (Any new social networks you want to include? Noticed any good sharing plugins on other blogs?)</li>\r\n	<li><span style=\"text-decoration: underline;\">Update your copyright line to reflect 2015 (do this now!)</span></li>\r\n	<li>Research your “competition”</li>\r\n	<li>Set your 2015 Google Analytics goals</li>\r\n	<li>Study your Google Analytics ( if you don’t know how—search for a tutorial or class)</li>\r\n	<li>If you use IFTTT, review and update your settings</li>\r\n	<li>Create graphics “warehouse” (whether server or cloud-based) where you can access and store your own pictures, images, infographics, video, etc.</li>\r\n	<li>Research and select an image subscription service</li>\r\n	<li>Determine your blog loading speed and if it is slow, find ways to improve it</li>\r\n	<li>Make your blog responsive already! Do you see many people without smartphones around?</li>\r\n	<li>Update biographies, about us pages, gravatar pictures</li>\r\n</ul>\r\nThis is by no means a complete list. What would you add? What are your blogging resolutions and goals? What specific actions do you take to keep your blog running smoothly?\r\n\r\nHappy New Year 2015! Here\'s a virtual toast to you achieving great things with your blog this year. If you\'ve never had a plan for your blog, make 2015 the year to start!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Blogging resolutions, goals and actions for 2015	','','inherit','open','open','','2823-revision-v1','','','2015-01-07 09:06:43','2015-01-07 14:06:43','',2823,'http://deborahbrody.com/2015/01/2823-revision-v1/',0,'revision','',0),
(2828,4,'2015-01-13 10:09:20','2015-01-13 15:09:20','You want to grow your blog. You want to write consistently. You want to be shared widely.\r\n\r\nAll bloggers do. But not all bloggers succeed.\r\n\r\nWith all things being equal, (posting well written, well research, thoughtful, grammatically-correct and spell-checked posts) what sets successful bloggers apart?\r\n\r\nSuccessful bloggers know the answer to this question:\r\n<p style=\"text-align: center;\"><strong>Who will read this blog post?</strong></p>\r\nIn other words, they know and understand their <strong>target audience.</strong>\r\n\r\nIf you know your target audience, you will write the stuff that is relevant, useful and/or interesting to them.\r\n\r\nLet\'s say you are a plumber who blogs about plumbing issues. Who is your target audience? Is it potential customers? Or is it young plumbers who want to learn the business? If it is the former, then your blog posts would  perhaps be focused on what causes plumbing issues and do-it-yourself tips to keep plumbing working well. If your target audience is young plumbers interested in learning the tricks of the trade, you might write about how to get customers or how to find the best plumbing supply vendors.\r\n\r\nIf you don\'t define your target audience, and think about their needs, you will have an unfocused blog, and you will end up reaching no one.\r\n\r\nSo before you write your next blog post, ask yourself<strong> who will want to read this?  </strong>If the answer is not a member of your defined target audience, think twice about posting.','Before you write your next blog post, ask yourself this','','publish','open','open','','before-you-write-your-next-blog-post-ask-yourself-this','','','2015-01-13 10:09:20','2015-01-13 15:09:20','',0,'http://deborahbrody.com/?p=2828',0,'post','',0),
(2829,4,'2015-01-13 10:09:20','2015-01-13 15:09:20','You want to grow your blog. You want to write consistently. You want to be shared widely.\r\n\r\nAll bloggers do. But not all bloggers succeed.\r\n\r\nWith all things being equal, (posting well written, well research, thoughtful, grammatically-correct and spell-checked posts) what sets successful bloggers apart?\r\n\r\nSuccessful bloggers know the answer to this question:\r\n<p style=\"text-align: center;\"><strong>Who will read this blog post?</strong></p>\r\nIn other words, they know and understand their <strong>target audience.</strong>\r\n\r\nIf you know your target audience, you will write the stuff that is relevant, useful and/or interesting to them.\r\n\r\nLet\'s say you are a plumber who blogs about plumbing issues. Who is your target audience? Is it potential customers? Or is it young plumbers who want to learn the business? If it is the former, then your blog posts would  perhaps be focused on what causes plumbing issues and do-it-yourself tips to keep plumbing working well. If your target audience is young plumbers interested in learning the tricks of the trade, you might write about how to get customers or how to find the best plumbing supply vendors.\r\n\r\nIf you don\'t define your target audience, and think about their needs, you will have an unfocused blog, and you will end up reaching no one.\r\n\r\nSo before you write your next blog post, ask yourself<strong> who will want to read this?  </strong>If the answer is not a member of your defined target audience, think twice about posting.','Before you write your next blog post, ask yourself this','','inherit','open','open','','2828-revision-v1','','','2015-01-13 10:09:20','2015-01-13 15:09:20','',2828,'http://deborahbrody.com/2015/01/2828-revision-v1/',0,'revision','',0),
(2831,4,'2015-01-20 10:27:30','2015-01-20 15:27:30','For several years now, there have been organized Days of Service on Martin Luther King, Jr. Day across the United States.\r\n\r\nI love Days of Service. In 2013, I went to the big one organized around President Obama\'s second inauguration, where I joined thousands in putting together care packages for US troops. Yesterday, I went to the Montgomery County (where I live) Day of Service and learned to crochet squares, which will be joined together by other volunteers into blankets for needy people.\r\n\r\n[caption id=\"attachment_2832\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/01/10923270_10152688031315028_3539864702966170471_n.jpg\"><img class=\"size-medium wp-image-2832\" src=\"http://deborahbrody.com/wp-content/uploads/2015/01/10923270_10152688031315028_3539864702966170471_n-225x300.jpg\" alt=\"Crochet squares at Montgomery County MLK Day of Service\" width=\"225\" height=\"300\" /></a> Crochet squares at Montgomery County MLK Day of Service[/caption]\r\n\r\nYesterday, at the Montgomery County Conference Center, where the MLK Day of Service event was held, I saw hundreds of folks, representing various ethnicities and races, many of them children, all crammed together in a ballroom. All of them converging to volunteer in memory of Dr. King, to participate in a small project (crochet for one hour, like me) but selfless.\r\n\r\nHow do you get thousands of folks to volunteer? Generally, there\'s not enough budget for physical incentives (t-shirts, food, etc.) for everyone. People will need to transport themselves to the location and give up a chunk of their time. So why do people do it, year after year?\r\n\r\nAll sorts of people will take the time and devote energy to volunteering because there is payoff. <span style=\"text-decoration: underline;\">The payoff  is a feeling of accomplishment.</span> They  feel like they are helping out and perhaps, even making a difference.\r\n\r\nThe one big marketing lesson here is simple. <strong>People want do things that make them feel good about themselves</strong>.\r\n\r\nA powerful motivation to get people to do what you want (buy a product, sign up for healthcare, etc.) is to focus on making people feel good about themselves.\r\n\r\nHave you seen the TV commercials for Chantix (a medication to help people quit smoking)? The commercials tell the stories of individuals who decided to quit, generally because they want to live long lives for their families. They focus on how good people feel once they have stopped smoking, and what a great accomplishment it is.\r\n\r\nWe know good marketing understands and focuses on the intended target audience. Part of understanding a target audience is to know what will motivate action. Some marketers feel scare tactics work better (if you don\'t buy life insurance, you will be hit by catastrophic funeral costs you won\'t be able to afford). In my opinion, people prefer to feel good about their choices (if you buy life insurance, you will have peace of mind).\r\n\r\nWhat are your thoughts? Do you respond better to positive or negative marketing?\r\n\r\n&nbsp;','One big marketing lesson from the MLK Day of Service','','publish','open','open','','one-big-marketing-lesson-from-the-mlk-day-of-service','','','2015-01-20 10:27:30','2015-01-20 15:27:30','',0,'http://deborahbrody.com/?p=2831',0,'post','',0),
(2832,4,'2015-01-20 10:08:05','2015-01-20 15:08:05','','Crochet squares','Crochet squares at Montgomery County MLK Day of Service','inherit','open','open','','10923270_10152688031315028_3539864702966170471_n','','','2015-01-20 10:08:37','2015-01-20 15:08:37','',2831,'http://deborahbrody.com/wp-content/uploads/2015/01/10923270_10152688031315028_3539864702966170471_n.jpg',0,'attachment','image/jpeg',0),
(2833,4,'2015-01-20 10:21:07','2015-01-20 15:21:07','For several years now, there have been organized Days of Service on Martin Luther King, Jr. Day across the United States.\r\n\r\nI love Days of Service. In 2013, I went to the big one organized around President Obama\'s second inauguration, where I joined thousands in putting together care packages for US troops. Yesterday, I went to the Montgomery County (where I live) Day of Service and learned to crochet squares, which will be joined together by other volunteers into blankets for needy people.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2015/01/10923270_10152688031315028_3539864702966170471_n.jpg\"><img class=\"size-medium wp-image-2832\" src=\"http://deborahbrody.com/wp-content/uploads/2015/01/10923270_10152688031315028_3539864702966170471_n-225x300.jpg\" alt=\"Crochet squares at Montgomery County MLK Day of Service\" width=\"225\" height=\"300\" /></a>\r\n\r\n&nbsp;\r\n\r\nYesterday, at the Montgomery County Conference Center, where the MLK Day of Service event was held, I saw hundreds of folks, representing various ethnicities and races. Lots of them were kids. All of them converging to volunteer in memory of Dr. King, to do something small (crochet for one hour, like me) but selfless.\r\n\r\nHow do you get thousands of folks to volunteer? Generally, there\'s not enough budget for physical incentives (t-shirts, food, etc.) for everyone. People will need to transport themselves to the location and give up a chunk of their time. So why do people do it, year after year?\r\n\r\nAll sorts of people will take the time and devote energy to volunteering because there is payoff. <span style=\"text-decoration: underline;\">The payoff  is a feeling of accomplishment.</span> They  feel like they are helping out and perhaps, even making a difference.\r\n\r\nThe one big marketing lesson here is simple. <strong>People want do things that make them feel good about themselves</strong>.\r\n\r\nTo get people to do things (buy a product, sign up for healthcare, etc.), marketing materials and efforts need to focus on making people feel good about themselves. That\'s powerful motivation.\r\n\r\nHave you seen the TV commercials for Chantix (a medication to help people quit smoking)? They tell the stories of individuals who decided to quit, generally because they want to live long lives for their families. The focus of these ads is on how good people feel once they have stopped smoking, and what a great accomplishment it is.\r\n\r\nWe know good marketing understands and focuses on the intended target audience. Part of understanding a target audience is to know what will motivate action. Some marketers feel scare tactics work better (if you don\'t buy life insurance, you will be hit by catastrophic funeral costs you won\'t be able to afford). In my opinion, people prefer to feel good about their choices (if you buy life insurance, you will have peace of mind).\r\n\r\nWhat are your thoughts? Do you respond better to positive or negative marketing?\r\n\r\n&nbsp;','One big marketing lesson from the MLK Day of Service','','inherit','open','open','','2831-revision-v1','','','2015-01-20 10:21:07','2015-01-20 15:21:07','',2831,'http://deborahbrody.com/2015/01/2831-revision-v1/',0,'revision','',0),
(2834,4,'2015-01-20 10:27:14','2015-01-20 15:27:14','For several years now, there have been organized Days of Service on Martin Luther King, Jr. Day across the United States.\r\n\r\nI love Days of Service. In 2013, I went to the big one organized around President Obama\'s second inauguration, where I joined thousands in putting together care packages for US troops. Yesterday, I went to the Montgomery County (where I live) Day of Service and learned to crochet squares, which will be joined together by other volunteers into blankets for needy people.\r\n\r\n[caption id=\"attachment_2832\" align=\"aligncenter\" width=\"225\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/01/10923270_10152688031315028_3539864702966170471_n.jpg\"><img class=\"size-medium wp-image-2832\" src=\"http://deborahbrody.com/wp-content/uploads/2015/01/10923270_10152688031315028_3539864702966170471_n-225x300.jpg\" alt=\"Crochet squares at Montgomery County MLK Day of Service\" width=\"225\" height=\"300\" /></a> Crochet squares at Montgomery County MLK Day of Service[/caption]\r\n\r\nYesterday, at the Montgomery County Conference Center, where the MLK Day of Service event was held, I saw hundreds of folks, representing various ethnicities and races, many of them children, all crammed together in a ballroom. All of them converging to volunteer in memory of Dr. King, to participate in a small project (crochet for one hour, like me) but selfless.\r\n\r\nHow do you get thousands of folks to volunteer? Generally, there\'s not enough budget for physical incentives (t-shirts, food, etc.) for everyone. People will need to transport themselves to the location and give up a chunk of their time. So why do people do it, year after year?\r\n\r\nAll sorts of people will take the time and devote energy to volunteering because there is payoff. <span style=\"text-decoration: underline;\">The payoff  is a feeling of accomplishment.</span> They  feel like they are helping out and perhaps, even making a difference.\r\n\r\nThe one big marketing lesson here is simple. <strong>People want do things that make them feel good about themselves</strong>.\r\n\r\nA powerful motivation to get people to do what you want (buy a product, sign up for healthcare, etc.) is to focus on making people feel good about themselves.\r\n\r\nHave you seen the TV commercials for Chantix (a medication to help people quit smoking)? The commercials tell the stories of individuals who decided to quit, generally because they want to live long lives for their families. They focus on how good people feel once they have stopped smoking, and what a great accomplishment it is.\r\n\r\nWe know good marketing understands and focuses on the intended target audience. Part of understanding a target audience is to know what will motivate action. Some marketers feel scare tactics work better (if you don\'t buy life insurance, you will be hit by catastrophic funeral costs you won\'t be able to afford). In my opinion, people prefer to feel good about their choices (if you buy life insurance, you will have peace of mind).\r\n\r\nWhat are your thoughts? Do you respond better to positive or negative marketing?\r\n\r\n&nbsp;','One big marketing lesson from the MLK Day of Service','','inherit','open','open','','2831-revision-v1','','','2015-01-20 10:27:14','2015-01-20 15:27:14','',2831,'http://deborahbrody.com/2015/01/2831-revision-v1/',0,'revision','',0),
(2835,4,'2015-01-21 12:42:34','2015-01-21 17:42:34','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2015-01-21 12:42:34','2015-01-21 17:42:34','',2509,'http://deborahbrody.com/2015/01/2509-revision-v1/',0,'revision','',0),
(2846,4,'2015-02-03 13:48:34','2015-02-03 18:48:34','Right off the bat let me say I think having open but moderated comments on websites and blogs is the way to go. In the past year, several leading blogs have decided to go the no-comment route, arguing that discussions will occur on social media. That\'s fine, but part of having a blog is being social, and to me, social means allowing comments.\r\n\r\nThis morning I read <a href=\"http://elliott.org/blog/comments-care/\" target=\"_blank\">this piece</a> on consumer advocate Christopher Elliot\'s site, in which he describes how he will deal with comments (especially snarky or inappropriate ones). Basically, his team (don\'t we all wish we had a team, but I digress) will moderate all comments and flag inappropriate ones. If someone is flagged, he/she will be informed and eventually be disallowed from commenting on the site. Seems very fair to me.\r\n\r\nYesterday, Mark Schaefer on his {grow} blog wrote a post entitled <a href=\"http://www.businessesgrow.com/2015/02/02/online-audience/\" target=\"_blank\">\"I don\'t know my online audience and neither do you.\"</a> His point, with which I most definitely agree, is that you can\'t rely on social media actions and presence to really know who your audience is. There are many customers and potential customers who are just not active on social media, but may be actively doing business or thinking of doing business with you. They may be talking about you (gasp!) in person or emailing (gasp!) links but (the idea of it!) not sharing on social media. He says we can only identify about two percent of who it is that is sharing our content.\r\n\r\nHe writes:\r\n<blockquote>Pick any blogger who has been around for awhile (SIC) and ask them what percent of their audience comments on the blog — they’ll say it is about 2 percent.</blockquote>\r\nBasically, the issue of commenting boils down to motivation. Only very motivated people are going to comment on your blog. In Elliot\'s case, many of those are motivated by a desire to be unpleasant or controversial. In Schaefer\'s example, only a small percentage of a total audience takes the step of commenting.\r\n\r\nIt\'s important to recognize that all a comment indicates is that a motivated person has decided to interact with you on your blog (whether for good or for bad). By allowing it, you are encouraging interaction. By moderating comments, you are encouraging good behavior. By depending on getting comments, on the other hand, you are falling into a perceived popularity trap.\r\n\r\nA blog won\'t rise or fall on the number of comments that are on it, but rather on the actions that you want readers to take. Perhaps you want your readers to think about doing business with you. Or perhaps you want readers to think of you as an authority in a subject area. Whatever your goal is, try to figure out how to measure it. Your comments alone won\'t do it.\r\n\r\nYou are, of course, welcome to comment on this subject.\r\n\r\nUPDATE February 9, 2015:\r\n\r\nJust came <a href=\"http://www.theverge.com/tldr/2015/2/9/8007483/tablet-magazine-comments\" target=\"_blank\">across this article</a>, about Tablet Magazine, and a trial scheme to ask people to pay to comment. Should cut down on the crazy comments, but could also backfire by creating an obstacle to legitimate commenters.\r\n\r\n&nbsp;','Some thoughts about comments','','publish','open','open','','some-thoughts-about-comments','','\nhttp://elliott.org/blog/comments-care/','2015-02-09 20:20:04','2015-02-10 01:20:04','',0,'http://deborahbrody.com/?p=2846',0,'post','',2),
(2838,4,'2015-01-26 15:53:09','2015-01-26 20:53:09','In the last few weeks, I have been noticing an inordinate amount of posts with this type of formulaic headline:\r\n<p style=\"text-align: center;\"><strong>[</strong>Insert number, generally  5 or 7<strong>]  [</strong>insert hyperbolic adjective such as surprising or best-ever<strong>] Tips to [</strong>insert desired action, generally improving or achieving<strong>] Your [</strong>Insert success-oriented result such as expert knowledge or success<strong>]\r\n</strong></p>\r\n<p style=\"text-align: center;\">Example:</p>\r\n<p style=\"text-align: center;\"><strong>5 Tips to Exponentially Improve Your Business Success\r\n</strong></p>\r\nThis is a headline formula sure to get attention. It is well-known that people love lists, tips and any headline with a number in it. Combine them all, and well, you have guaranteed clicks (also known as click-bait). And click-bait is exactly what these are. Very few, if any, of the articles attached to these headlines provide anything substantial. Certainly, not anything surprising. And many seem to forget what a tip is.\r\n\r\nAlthough the word tip has many meanings (including the point of a pencil, to topple something) the definition most of these posts refer to is this, from Merriam-Webster:\r\n<blockquote><span class=\"ssens\">  a piece of advice or expert or authoritative information</span>\r\n\r\n<span class=\"ssens\"><strong>or</strong></span>\r\n\r\n<span class=\"ssens\">a piece of advance or confidential information given by one thought to have access to special or inside sources </span></blockquote>\r\nBut here\'s the thing. A lot of what I am reading barely seems like advice and most of it is certainly not authoritative. For example, I read one of these articles entitled something like 5 Tips to Improve Your Writing, and one of the \"tips\" was \"don\'t lie.\" Seriously. Don\'t lie is not a tip, it\'s a given (and some of the religious persuasion would say it is a commandment).\r\n\r\nAnd then, there\'s an article I read last week about \"surprising\" ways to land a job. Here\'s one of the surprising ways: network. They may have well put in \"fill an application\" or \"send a resume.\"\r\n\r\nI understand why people are writing these headlines and constructing their posts like this. After all, following a formula is easy, and it usually gets attention. The problem is that when you don\'t deliver on the promise of the headline, people won\'t read anything you write anymore or at least won\'t look at it seriously.\r\n\r\nHere\'s my non-surprising tip: avoid click-bait posts.\r\n\r\n&nbsp;','Stop surprising me with your \"tips\"','','publish','open','open','','stop-surprising-me-with-your-tips','','','2015-02-02 10:36:28','2015-02-02 15:36:28','',0,'http://deborahbrody.com/?p=2838',0,'post','',0),
(2839,4,'2015-01-26 10:37:29','2015-01-26 15:37:29','In the last few weeks, I have been noticing an inordinate amount of posts with this type of formulaic headline:\r\n<p style=\"text-align: center;\">5/7/10 (Surprising/Helpful/Unusual) Tips to (Improve/Increase/Achieve) Your (Nirvana/Success/Life)</p>\r\nThis is a formula to get attention. It is well-known that people love lists, tips and any headline with a number in it. Combine them all, and well, you have guaranteed link-bait. And link-bait is exactly what these \"articles\" are. Very few, if any, of them provide anything substantial. Certainly, not anything surprising. And many seem to forget what a tip is.\r\n\r\nAlthough the word tip has many meanings (including the point of a pencil, to topple something) the definition most of these posts refer to is this, from Merriam-Websters:\r\n<blockquote><span class=\"ssens\">  a piece of advice or expert or authoritative information</span>\r\n\r\n<span class=\"ssens\"><strong>or</strong></span>\r\n\r\n<span class=\"ssens\">a piece of advance or confidential information given by one thought to have access to special or inside sources </span></blockquote>\r\nBut here\'s the thing. A lot of what I am reading barely seems like advice and most of it is certainly not authoritative. For example, I read one of these articles entitled something like 5 Tips to Improve Your Writing, and one of the \"tips\" was \"don\'t lie.\" Seriously. Don\'t lie is not a tip, it\'s a given (and some of the religious persuasion would say it is a commandment).\r\n\r\nAnd then, there\'s an article I read last week about \"surprising\" ways to land a job. Here\'s one of the surprising ways: network. They may have well put in \"fill an application\" or \"send a resume.\"\r\n\r\nI understand why people are writing these headlines and constructing their posts like this. It\'s easy, and it usually gets attention. But when you don\'t deliver on the promise of the headline, the real surprise is that people won\'t read anything you write anymore or at least won\'t look at it seriously.\r\n\r\n&nbsp;','Stop surprising me with your \"tips\"','','inherit','open','open','','2838-revision-v1','','','2015-01-26 10:37:29','2015-01-26 15:37:29','',2838,'http://deborahbrody.com/2015/01/2838-revision-v1/',0,'revision','',0),
(2840,4,'2015-01-26 10:40:29','2015-01-26 15:40:29','In the last few weeks, I have been noticing an inordinate amount of posts with this type of formulaic headline:\r\n<p style=\"text-align: center;\">5/7/10 (Surprising/Helpful/Unusual) Tips to (Improve/Increase/Achieve)</p>\r\n<p style=\"text-align: center;\">Your (Nirvana/Success/Life)</p>\r\nThis is a formula to get attention. It is well-known that people love lists, tips and any headline with a number in it. Combine them all, and well, you have guaranteed link-bait. And link-bait is exactly what these \"articles\" are. Very few, if any, of them provide anything substantial. Certainly, not anything surprising. And many seem to forget what a tip is.\r\n\r\nAlthough the word tip has many meanings (including the point of a pencil, to topple something) the definition most of these posts refer to is this, from Merriam-Webster:\r\n<blockquote><span class=\"ssens\">  a piece of advice or expert or authoritative information</span>\r\n\r\n<span class=\"ssens\"><strong>or</strong></span>\r\n\r\n<span class=\"ssens\">a piece of advance or confidential information given by one thought to have access to special or inside sources </span></blockquote>\r\nBut here\'s the thing. A lot of what I am reading barely seems like advice and most of it is certainly not authoritative. For example, I read one of these articles entitled something like 5 Tips to Improve Your Writing, and one of the \"tips\" was \"don\'t lie.\" Seriously. Don\'t lie is not a tip, it\'s a given (and some of the religious persuasion would say it is a commandment).\r\n\r\nAnd then, there\'s an article I read last week about \"surprising\" ways to land a job. Here\'s one of the surprising ways: network. They may have well put in \"fill an application\" or \"send a resume.\"\r\n\r\nI understand why people are writing these headlines and constructing their posts like this. It\'s easy, and it usually gets attention. But when you don\'t deliver on the promise of the headline, the real surprise is that people won\'t read anything you write anymore or at least won\'t look at it seriously.\r\n\r\n&nbsp;','Stop surprising me with your \"tips\"','','inherit','open','open','','2838-revision-v1','','','2015-01-26 10:40:29','2015-01-26 15:40:29','',2838,'http://deborahbrody.com/2015/01/2838-revision-v1/',0,'revision','',0),
(2841,4,'2015-01-26 15:38:33','2015-01-26 20:38:33','In the last few weeks, I have been noticing an inordinate amount of posts with this type of formulaic headline:\r\n<h5 style=\"text-align: center;\"><strong>[Insert number, generally  5 or 7]  [insert hyperbolic adjective such as surprising or best-ever] Tips to [insert desired action, generally improving or achieving] Your [Insert success-oriented result such as expert knowledge or nirvana]\r\n</strong></h5>\r\n<h5 style=\"text-align: center;\"><strong> </strong></h5>\r\nThis is a formula to get attention. It is well-known that people love lists, tips and any headline with a number in it. Combine them all, and well, you have guaranteed link-bait. And link-bait is exactly what these \"articles\" are. Very few, if any, of them provide anything substantial. Certainly, not anything surprising. And many seem to forget what a tip is.\r\n\r\nAlthough the word tip has many meanings (including the point of a pencil, to topple something) the definition most of these posts refer to is this, from Merriam-Webster:\r\n<blockquote><span class=\"ssens\">  a piece of advice or expert or authoritative information</span>\r\n\r\n<span class=\"ssens\"><strong>or</strong></span>\r\n\r\n<span class=\"ssens\">a piece of advance or confidential information given by one thought to have access to special or inside sources </span></blockquote>\r\nBut here\'s the thing. A lot of what I am reading barely seems like advice and most of it is certainly not authoritative. For example, I read one of these articles entitled something like 5 Tips to Improve Your Writing, and one of the \"tips\" was \"don\'t lie.\" Seriously. Don\'t lie is not a tip, it\'s a given (and some of the religious persuasion would say it is a commandment).\r\n\r\nAnd then, there\'s an article I read last week about \"surprising\" ways to land a job. Here\'s one of the surprising ways: network. They may have well put in \"fill an application\" or \"send a resume.\"\r\n\r\nI understand why people are writing these headlines and constructing their posts like this. It\'s easy, and it usually gets attention. But when you don\'t deliver on the promise of the headline, the real surprise is that people won\'t read anything you write anymore or at least won\'t look at it seriously.\r\n\r\n&nbsp;','Stop surprising me with your \"tips\"','','inherit','open','open','','2838-revision-v1','','','2015-01-26 15:38:33','2015-01-26 20:38:33','',2838,'http://deborahbrody.com/2015/01/2838-revision-v1/',0,'revision','',0),
(2842,4,'2015-01-26 15:52:00','2015-01-26 20:52:00','In the last few weeks, I have been noticing an inordinate amount of posts with this type of formulaic headline:\r\n<p style=\"text-align: center;\"><strong>[</strong>Insert number, generally  5 or 7<strong>]  [</strong>insert hyperbolic adjective such as surprising or best-ever<strong>] Tips to [</strong>insert desired action, generally improving or achieving<strong>] Your [</strong>Insert success-oriented result such as expert knowledge or success<strong>]\r\n</strong></p>\r\n<p style=\"text-align: center;\">Example:</p>\r\n<p style=\"text-align: center;\"><strong>5 Tips to Exponentially Improve Your Business Success\r\n</strong></p>\r\nThis is a headline formula sure to get attention. It is well-known that people love lists, tips and any headline with a number in it. Combine them all, and well, you have guaranteed clicks (also known as link-bait). And link-bait is exactly what these are. Very few, if any, of the articles attached to these headlines provide anything substantial. Certainly, not anything surprising. And many seem to forget what a tip is.\r\n\r\nAlthough the word tip has many meanings (including the point of a pencil, to topple something) the definition most of these posts refer to is this, from Merriam-Webster:\r\n<blockquote><span class=\"ssens\">  a piece of advice or expert or authoritative information</span>\r\n\r\n<span class=\"ssens\"><strong>or</strong></span>\r\n\r\n<span class=\"ssens\">a piece of advance or confidential information given by one thought to have access to special or inside sources </span></blockquote>\r\nBut here\'s the thing. A lot of what I am reading barely seems like advice and most of it is certainly not authoritative. For example, I read one of these articles entitled something like 5 Tips to Improve Your Writing, and one of the \"tips\" was \"don\'t lie.\" Seriously. Don\'t lie is not a tip, it\'s a given (and some of the religious persuasion would say it is a commandment).\r\n\r\nAnd then, there\'s an article I read last week about \"surprising\" ways to land a job. Here\'s one of the surprising ways: network. They may have well put in \"fill an application\" or \"send a resume.\"\r\n\r\nI understand why people are writing these headlines and constructing their posts like this. After all, following a formula is easy, and it usually gets attention. The problem is that when you don\'t deliver on the promise of the headline, people won\'t read anything you write anymore or at least won\'t look at it seriously.\r\n\r\nHere\'s my non-surprising tip: avoid link-bait posts.\r\n\r\n&nbsp;','Stop surprising me with your \"tips\"','','inherit','open','open','','2838-revision-v1','','','2015-01-26 15:52:00','2015-01-26 20:52:00','',2838,'http://deborahbrody.com/2015/01/2838-revision-v1/',0,'revision','',0),
(2843,4,'2015-01-27 18:34:40','2015-01-27 23:34:40','<iframe src=\"https://docs.google.com/forms/d/1DR-Ox75S3bNvD01zpkolVqvBlo8PvC9htvgAI4MibU8/viewform?embedded=true\" width=\"600\" height=\"700\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>\r\n\r\n<strong>Email:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>\r\n\r\n<strong>Call:</strong>\r\n\r\n240-803-DBMC (3262)\r\n\r\n<object width=\"230\" height=\"85\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"wmode\" value=\"transparent\" /><param name=\"FlashVars\" value=\"id=5e012d4bc24b62a8912b0ad9c09d5ce21e51c5e2&amp;style=0\" /><param name=\"src\" value=\"https://clients4.google.com/voice/embed/webCallButton\" /><embed width=\"230\" height=\"85\" type=\"application/x-shockwave-flash\" src=\"https://clients4.google.com/voice/embed/webCallButton\" wmode=\"transparent\" flashvars=\"id=5e012d4bc24b62a8912b0ad9c09d5ce21e51c5e2&amp;style=0\" /></object>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n<a href=\"http://twitter.com/dbmc\" target=\"_blank\">@DBMC</a>\r\n\r\n<strong>Mail</strong>:\r\n\r\n<address>Deborah Brody Marketing Communication</address><address>PO Box 1435\r\nRockville, MD 20849</address><address> </address>','Contact','','inherit','open','open','','24-revision-v1','','','2015-01-27 18:34:40','2015-01-27 23:34:40','',24,'http://deborahbrody.com/2015/01/24-revision-v1/',0,'revision','',0),
(2845,4,'2015-02-02 10:36:28','2015-02-02 15:36:28','In the last few weeks, I have been noticing an inordinate amount of posts with this type of formulaic headline:\r\n<p style=\"text-align: center;\"><strong>[</strong>Insert number, generally  5 or 7<strong>]  [</strong>insert hyperbolic adjective such as surprising or best-ever<strong>] Tips to [</strong>insert desired action, generally improving or achieving<strong>] Your [</strong>Insert success-oriented result such as expert knowledge or success<strong>]\r\n</strong></p>\r\n<p style=\"text-align: center;\">Example:</p>\r\n<p style=\"text-align: center;\"><strong>5 Tips to Exponentially Improve Your Business Success\r\n</strong></p>\r\nThis is a headline formula sure to get attention. It is well-known that people love lists, tips and any headline with a number in it. Combine them all, and well, you have guaranteed clicks (also known as click-bait). And click-bait is exactly what these are. Very few, if any, of the articles attached to these headlines provide anything substantial. Certainly, not anything surprising. And many seem to forget what a tip is.\r\n\r\nAlthough the word tip has many meanings (including the point of a pencil, to topple something) the definition most of these posts refer to is this, from Merriam-Webster:\r\n<blockquote><span class=\"ssens\">  a piece of advice or expert or authoritative information</span>\r\n\r\n<span class=\"ssens\"><strong>or</strong></span>\r\n\r\n<span class=\"ssens\">a piece of advance or confidential information given by one thought to have access to special or inside sources </span></blockquote>\r\nBut here\'s the thing. A lot of what I am reading barely seems like advice and most of it is certainly not authoritative. For example, I read one of these articles entitled something like 5 Tips to Improve Your Writing, and one of the \"tips\" was \"don\'t lie.\" Seriously. Don\'t lie is not a tip, it\'s a given (and some of the religious persuasion would say it is a commandment).\r\n\r\nAnd then, there\'s an article I read last week about \"surprising\" ways to land a job. Here\'s one of the surprising ways: network. They may have well put in \"fill an application\" or \"send a resume.\"\r\n\r\nI understand why people are writing these headlines and constructing their posts like this. After all, following a formula is easy, and it usually gets attention. The problem is that when you don\'t deliver on the promise of the headline, people won\'t read anything you write anymore or at least won\'t look at it seriously.\r\n\r\nHere\'s my non-surprising tip: avoid click-bait posts.\r\n\r\n&nbsp;','Stop surprising me with your \"tips\"','','inherit','open','open','','2838-revision-v1','','','2015-02-02 10:36:28','2015-02-02 15:36:28','',2838,'http://deborahbrody.com/2015/02/2838-revision-v1/',0,'revision','',0),
(2847,4,'2015-02-03 13:48:34','2015-02-03 18:48:34','Right off the bat let me say I think having open but moderated comments on websites and blogs is the way to go. In the past year, several leading blogs have decided to go the no-comment route, arguing that discussions will occur on social media. That\'s fine, but part of having a blog is being social, and to me, social means allowing comments.\r\n\r\nThis morning I read <a href=\"http://elliott.org/blog/comments-care/\" target=\"_blank\">this piece</a> on consumer advocate Christopher Elliot\'s site, in which he describes how he will deal with comments (especially snarky or inappropriate ones). Basically, his team (don\'t we all wish we had a team, but I digress) will moderate all comments and flag inappropriate ones. If someone is flagged, he/she will be informed and eventually be disallowed from commenting on the site. Seems very fair to me.\r\n\r\nYesterday, Mark Schaefer on his {grow} blog wrote a post entitled <a href=\"http://www.businessesgrow.com/2015/02/02/online-audience/\" target=\"_blank\">\"I don\'t know my online audience and neither do you.\"</a> His point, with which I most definitely agree, is that you can\'t rely on social media actions and presence to really know who your audience is. There are many customers and potential customers who are just not active on social media, but may be actively doing business or thinking of doing business with you. They may be talking about you (gasp!) in person or emailing (gasp!) links but (the idea of it!) not sharing on social media. He says we can only identify about two percent of who it is that is sharing our content.\r\n\r\nHe writes:\r\n<blockquote>Pick any blogger who has been around for awhile (SIC) and ask them what percent of their audience comments on the blog — they’ll say it is about 2 percent.</blockquote>\r\nBasically, the issue of commenting boils down to motivation. Only very motivated people are going to comment on your blog. In Elliot\'s case, many of those are motivated by a desire to be unpleasant or controversial. In Schaefer\'s example, only a small percentage of a total audience takes the step of commenting.\r\n\r\nIt\'s important to recognize that all a comment indicates is that a motivated person has decided to interact with you on your blog (whether for good or for bad). By allowing it, you are encouraging interaction. By moderating comments, you are encouraging good behavior. By depending on getting comments, on the other hand, you are falling into a perceived popularity trap.\r\n\r\nA blog won\'t rise or fall on the number of comments that are on it, but rather on the actions that you want readers to take. Perhaps you want your readers to think about doing business with you. Or perhaps you want readers to think of you as an authority in a subject area. Whatever your goal is, try to figure out how to measure it. Your comments alone won\'t do it.\r\n\r\nYou are, of course, welcome to comment on this subject.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Some thoughts about comments','','inherit','open','open','','2846-revision-v1','','','2015-02-03 13:48:34','2015-02-03 18:48:34','',2846,'http://deborahbrody.com/2015/02/2846-revision-v1/',0,'revision','',0),
(2848,4,'2013-04-26 17:38:26','2013-04-26 17:38:26','We work with clients to create or improve marketing and communications materials. In order to do so, we provide the following services:\r\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\r\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\r\n<h2><a title=\"Training\" href=\"http://deborahbrody.com/services/training/\">Training</a></h2>','Services','','inherit','open','open','','14-revision-v1','','','2013-04-26 17:38:26','2013-04-26 17:38:26','',14,'http://deborahbrody.com/2013/04/14-revision-v1/',0,'revision','',0),
(2849,4,'2015-02-05 10:29:50','2015-02-05 15:29:50','We work with clients to create or improve marketing and communications materials. In order to do so, we provide the following services:\r\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\r\n<h2>Copy Editing</h2>\r\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\r\n<h2><a title=\"Training\" href=\"http://deborahbrody.com/services/training/\">Training</a></h2>','Services','','inherit','open','open','','14-revision-v1','','','2015-02-05 10:29:50','2015-02-05 15:29:50','',14,'http://deborahbrody.com/2015/02/14-revision-v1/',0,'revision','',0),
(2850,4,'2015-02-05 10:34:36','2015-02-05 15:34:36','Copy editing helps bring clarity, consistency, and accuracy to your documents.\r\n\r\nDepending on the document, you may need more or less editing. In all cases, your document will be checked for clarity (what you really mean to say), grammar, spelling,  punctuation, usage, and consistency.\r\n\r\nCopy editing fee: $65 per hour\r\n\r\n&nbsp;','Copy Editing','','publish','open','open','','copy-editing','','','2020-04-09 10:33:41','2020-04-09 14:33:41','',14,'http://deborahbrody.com/?page_id=2850',0,'page','',0),
(2851,4,'2015-02-05 10:34:36','2015-02-05 15:34:36','Copy editing will rid your documents of errors and make them sound better.\r\n\r\nDepending on the document, you may need more or less editing. With lighter copy editing, your document will be checked for grammar, spelling and consistency. With heavier editing, your document will also get re-worked for clarity.\r\n\r\n&nbsp;','Copy Editing','','inherit','open','open','','2850-revision-v1','','','2015-02-05 10:34:36','2015-02-05 15:34:36','',2850,'http://deborahbrody.com/2015/02/2850-revision-v1/',0,'revision','',0),
(2852,4,'2015-02-05 10:43:35','2015-02-05 15:43:35',' ','','','publish','open','open','','2852','','','2018-02-12 10:39:32','2018-02-12 15:39:32','',14,'http://deborahbrody.com/?p=2852',5,'nav_menu_item','',0),
(2853,4,'2015-02-05 10:44:23','2015-02-05 15:44:23','We work with clients to create or improve marketing and communications materials. In order to do so, we provide the following services:\r\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\r\n<h2><a title=\"Copy Editing\" href=\"http://deborahbrody.com/services/copy-editing/\">Copy Editing</a></h2>\r\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\r\n<h2><a title=\"Training\" href=\"http://deborahbrody.com/services/training/\">Training</a></h2>','Services','','inherit','open','open','','14-revision-v1','','','2015-02-05 10:44:23','2015-02-05 15:44:23','',14,'http://deborahbrody.com/2015/02/14-revision-v1/',0,'revision','',0),
(2854,4,'2015-02-06 09:44:23','2015-02-06 14:44:23','I wrote this post back in November, and never published it. But today, I was reading the <em>Washington Post</em> and came across <a href=\"http://www.washingtonpost.com/lifestyle/style/nbc-stays-silent-but-privately-stands-behind-news-anchor-brian-williams/2015/02/05/e3d18cba-ad5b-11e4-abe8-e1ef60ca26de_story.html\" target=\"_blank\">Paul Farhi\'s column</a> regarding the Brian Williams \"scandal.\" In case you haven\'t heard about it, it involves Brian \"misremembering\" being shot at in a helicopter in Iraq in 2003.  Farhi writes:\r\n<blockquote>NBC News went into damage-control mode a day after the public symbol of the network, anchor Brian Williams, faced a <strong>torrent</strong> of derision and criticism for telling a story about his wartime reporting that has proved to be untrue.\r\n\r\nAs <strong>public disapproval roared on social media,</strong> NBC sought to protect and defend Williams, its lead anchor since 2004 and the most popular anchor in the nation.</blockquote>\r\nBolding is mine. Notice that Farhi writes about the \"torrent\" of criticism and disapproval...on social media. I stopped reading the article after these two paragraphs because I don\'t think there\'s a torrent, or a deluge or even a rainstorm of derision outside of social media. I think this is a <em>social media crisis</em>, where people in social media all seem to  outraged by the \"crisis\" and where the rest of the country (those people sitting around their living rooms watching TV in the evening) couldn\'t care less. Notice too that Brian Williams was on TV last night as if nothing had happened. And maybe it only happened in our little social media bubble.\r\n\r\nSo this is where I started this post back in November:\r\n\r\nWhen it started three years ago, I was a huge fan of Showtime\'s series <em>Homeland</em>. I was hooked and had to watch every episode. It bummed me out we had to wait nine months between seasons.\r\n\r\nBut when the third season started this past September, I was no longer enthusiastic. I watched the first couple of episodes and found that I just didn\'t like the main character Carrie anymore. She had become way too crazy (she actually considers drowning her child!) and demanding and unreasonable. The story line had strayed so far from the initial Homeland that it was another story altogether. I quit watching. I no longer care.\r\n\r\nBecause I no longer care, I am no longer living in the <em>Homeland</em> bubble. The bubble is one where \"everybody\" is watching and commenting. Everybody just loves it. Articles and blog posts abound.\r\n\r\nIt seems that when you believe something or are a big fan of something, you surround yourself with like minded people and views. In fact, your views are being reinforced. At times, you actively avoid being exposed to opposing views.\r\n\r\nNotice what is going on with Uber and Bill Cosby. In case you haven\'t seen the reports, Uber threatened to expose the personal life of a reporter who was aiming to write an article about Uber. Several women have come forward to accuse Cosby of sexual assault. Both these cases are serious and they expose great flaws in a popular company and a beloved entertainer.\r\n\r\nMany articles, blog posts and Tweets have been devoted to dissecting the PR and communications shortcomings shown by both Uber and Cosby. But here\'s the thing: does it matter? People are still using Uber. And it was reported that at a comedy show in Florida a few days ago, the comedian got a standing ovation.\r\n\r\nThere\'s a disconnect between the world at large and the bubble we surround ourselves with. In PR and crisis communications, both Uber and Cosby are toast. They\'ve handled these situations poorly. But for those who don\'t delve into how things are communicated, who don\'t follow the news (and by the way, journalists are living in a bubble sometimes too), the concern is just not there. They don\'t care about Uber\'s threats because Uber gives them a convenient way to get places. They ignore the accusations against Cosby because they find him funny.\r\n<h4>What do you think? Are these controversies manufactured? Is the scandal for real? Are we living in a social media culture of outrage? Are we living in a bubble?</h4>','Are we living in a bubble? ','','inherit','open','open','','2802-revision-v1','','','2015-02-06 09:44:23','2015-02-06 14:44:23','',2802,'http://deborahbrody.com/2015/02/2802-revision-v1/',0,'revision','',0),
(2855,4,'2015-02-06 09:45:44','2015-02-06 14:45:44','I wrote this post back in November, and never published it. But today, I was reading the <em>Washington Post</em> and came across <a href=\"http://www.washingtonpost.com/lifestyle/style/nbc-stays-silent-but-privately-stands-behind-news-anchor-brian-williams/2015/02/05/e3d18cba-ad5b-11e4-abe8-e1ef60ca26de_story.html\" target=\"_blank\">Paul Farhi\'s column</a> regarding the Brian Williams \"scandal.\" In case you haven\'t heard about it, it involves Brian \"misremembering\" being shot at in a helicopter in Iraq in 2003.  Farhi writes:\r\n<blockquote>NBC News went into damage-control mode a day after the public symbol of the network, anchor Brian Williams, faced a <strong>torrent</strong> of derision and criticism for telling a story about his wartime reporting that has proved to be untrue.\r\n\r\n&nbsp;\r\n\r\nAs <strong>public disapproval roared on social media,</strong> NBC sought to protect and defend Williams, its lead anchor since 2004 and the most popular anchor in the nation.</blockquote>\r\nBolding is mine. Notice that Farhi writes about the \"torrent\" of criticism and disapproval...on social media. I stopped reading the article after these two paragraphs because I don\'t think there\'s a torrent, or a deluge or even a rainstorm of derision outside of social media. I think this is a <em>social media crisis</em>, where people in social media all seem to  outraged by the \"crisis\" and where the rest of the country (those people sitting around their living rooms watching TV in the evening) couldn\'t care less. Notice too that Brian Williams was on TV last night as if nothing had happened. And maybe it only happened in our little social media bubble.\r\n\r\nSo this is where I started this post back in November:\r\n\r\nWhen it started three years ago, I was a huge fan of Showtime\'s series <em>Homeland</em>. I was hooked and had to watch every episode. It bummed me out we had to wait nine months between seasons.\r\n\r\nBut when the third season started this past September, I was no longer enthusiastic. I watched the first couple of episodes and found that I just didn\'t like the main character Carrie anymore. She had become way too crazy (she actually considers drowning her child!) and demanding and unreasonable. The story line had strayed so far from the initial Homeland that it was another story altogether. I quit watching. I no longer care.\r\n\r\nBecause I no longer care, I am no longer living in the <em>Homeland</em> bubble. The bubble is one where \"everybody\" is watching and commenting. Everybody just loves it. Articles and blog posts abound.\r\n\r\nIt seems that when you believe something or are a big fan of something, you surround yourself with like minded people and views. In fact, your views are being reinforced. At times, you actively avoid being exposed to opposing views.\r\n\r\nNotice what is going on with Uber and Bill Cosby. In case you haven\'t seen the reports, Uber threatened to expose the personal life of a reporter who was aiming to write an article about Uber. Several women have come forward to accuse Cosby of sexual assault. Both these cases are serious and they expose great flaws in a popular company and a beloved entertainer.\r\n\r\nMany articles, blog posts and Tweets have been devoted to dissecting the PR and communications shortcomings shown by both Uber and Cosby. But here\'s the thing: does it matter? People are still using Uber. And it was reported that at a comedy show in Florida a few days ago, the comedian got a standing ovation.\r\n\r\nThere\'s a disconnect between the world at large and the bubble we surround ourselves with. In PR and crisis communications, both Uber and Cosby are toast. They\'ve handled these situations poorly. But for those who don\'t delve into how things are communicated, who don\'t follow the news (and by the way, journalists are living in a bubble sometimes too), the concern is just not there. They don\'t care about Uber\'s threats because Uber gives them a convenient way to get places. They ignore the accusations against Cosby because they find him funny.\r\n<h4>What do you think? Are these controversies manufactured? Is the scandal for real? Are we living in a social media culture of outrage? Are we living in a bubble?</h4>','Are we living in a bubble? ','','inherit','open','open','','2802-revision-v1','','','2015-02-06 09:45:44','2015-02-06 14:45:44','',2802,'http://deborahbrody.com/2015/02/2802-revision-v1/',0,'revision','',0),
(2856,4,'2015-02-06 12:41:49','2015-02-06 17:41:49','I wrote this post back in November, and never published it. But today, I was reading the <em>Washington Post</em> and came across <a href=\"http://www.washingtonpost.com/lifestyle/style/nbc-stays-silent-but-privately-stands-behind-news-anchor-brian-williams/2015/02/05/e3d18cba-ad5b-11e4-abe8-e1ef60ca26de_story.html\" target=\"_blank\">Paul Farhi\'s column</a> regarding the Brian Williams \"scandal.\" In case you haven\'t heard about it, it involves Brian \"misremembering\" being shot at in a helicopter in Iraq in 2003.  Farhi writes:\n<blockquote>NBC News went into damage-control mode a day after the public symbol of the network, anchor Brian Williams, faced a <strong>torrent</strong> of derision and criticism for telling a story about his wartime reporting that has proved to be untrue.\n\n&nbsp;\n\nAs <strong>public disapproval roared on social media,</strong> NBC sought to protect and defend Williams, its lead anchor since 2004 and the most popular anchor in the nation.</blockquote>\nBolding is mine. Notice that Farhi writes about the \"torrent\" of criticism and disapproval...on social media. I stopped reading the article after these two paragraphs because I don\'t think there\'s a torrent, or a deluge or even a rainstorm of derision outside of social media. I think this is a <em>social media crisis</em>, where people in social media all seem to  outraged by the \"crisis\" and where the rest of the country (those people sitting around their living rooms watching TV in the evening) couldn\'t care less. Notice too that Brian Williams was on TV last night as if nothing had happened. And maybe it only happened in our little social media bubble.\n\nSo this is where I started this post back in November:\n\nWhen it started three years ago, I was a huge fan of Showtime\'s series <em>Homeland</em>. I was hooked and had to watch every episode. It bummed me out we had to wait nine months between seasons.\n\nBut when the third season started this past September, I was no longer enthusiastic. I watched the first couple of episodes and found that I just didn\'t like the main character Carrie anymore. She had become way too crazy (she actually considers drowning her child!) and demanding and unreasonable. The story line had strayed so far from the initial <em>Homeland</em> that it was another story altogether. I quit watching. I no longer care.\n\nBecause I no longer care, I am no longer living in the <em>Homeland</em> bubble. The bubble is one where \"everybody\" is watching and commenting. Everybody just loves it. Articles and blog posts abound.\n\nIt seems that when you believe something or are a big fan of something, you surround yourself with like minded people and views. In fact, your views are being reinforced. At times, you actively avoid being exposed to opposing views.\n\nNotice what is going on with Uber and Bill Cosby. In case you haven\'t seen the reports, Uber threatened to expose the personal life of a reporter who was aiming to write an article about Uber. Several women have come forward to accuse Cosby of sexual assault. Both these cases are serious and they expose great flaws in a popular company and a beloved entertainer.\n\nMany articles, blog posts and Tweets have been devoted to dissecting the PR and communications shortcomings shown by both Uber and Cosby. But here\'s the thing: does it matter? People are still using Uber. And it was reported that at a comedy show in Florida a few days ago, the comedian got a standing ovation.\n\nThere\'s a disconnect between the world at large and the bubble we surround ourselves with. In PR and crisis communications, both Uber and Cosby are toast. They\'ve handled these situations poorly. But for those who don\'t delve into how things are communicated, who don\'t follow the news (and by the way, journalists are living in a bubble sometimes too), the concern is just not there. They don\'t care about Uber\'s threats because Uber gives them a convenient way to get places. They ignore the accusations against Cosby because they find him funny.\n<h4>What do you think? Are these controversies manufactured? Is the scandal for real? Are we living in a social media culture of outrage? Are we living in a bubble?</h4>','Are we living in a bubble? ','','inherit','open','open','','2802-autosave-v1','','','2015-02-06 12:41:49','2015-02-06 17:41:49','',2802,'http://deborahbrody.com/2015/02/2802-autosave-v1/',0,'revision','',0),
(2857,4,'2015-02-06 12:42:36','2015-02-06 17:42:36','I wrote this post back in November, and never published it. But today, I was reading the <em>Washington Post</em> and came across <a href=\"http://www.washingtonpost.com/lifestyle/style/nbc-stays-silent-but-privately-stands-behind-news-anchor-brian-williams/2015/02/05/e3d18cba-ad5b-11e4-abe8-e1ef60ca26de_story.html\" target=\"_blank\">Paul Farhi\'s column</a> regarding the Brian Williams \"scandal.\" In case you haven\'t heard about it, it involves Brian \"misremembering\" being shot at in a helicopter in Iraq in 2003.  Farhi writes:\r\n<blockquote>NBC News went into damage-control mode a day after the public symbol of the network, anchor Brian Williams, faced a <strong>torrent</strong> of derision and criticism for telling a story about his wartime reporting that has proved to be untrue.\r\n\r\n&nbsp;\r\n\r\nAs <strong>public disapproval roared on social media,</strong> NBC sought to protect and defend Williams, its lead anchor since 2004 and the most popular anchor in the nation.</blockquote>\r\nBolding is mine. Notice that Farhi writes about the \"torrent\" of criticism and disapproval...on social media. I stopped reading the article after these two paragraphs because I don\'t think there\'s a torrent, or a deluge or even a rainstorm of derision outside of social media. I think this is a <em>social media crisis</em>, where people in social media all seem to  outraged by the \"crisis\" and where the rest of the country (those people sitting around their living rooms watching TV in the evening) couldn\'t care less. Notice too that Brian Williams was on TV last night as if nothing had happened. And maybe it only happened in our little social media bubble.\r\n\r\nSo this is where I started this post back in November:\r\n\r\nWhen it started three years ago, I was a huge fan of Showtime\'s series <em>Homeland</em>. I was hooked and had to watch every episode. It bummed me out we had to wait nine months between seasons.\r\n\r\nBut when the third season started this past September, I was no longer enthusiastic. I watched the first couple of episodes and found that I just didn\'t like the main character Carrie anymore. She had become way too crazy (she actually considers drowning her child!) and demanding and unreasonable. The story line had strayed so far from the initial <em>Homeland</em> that it was another story altogether. I quit watching. I no longer care.\r\n\r\nBecause I no longer care, I am no longer living in the <em>Homeland</em> bubble. The bubble is one where \"everybody\" is watching and commenting. Everybody just loves it. Articles and blog posts abound.\r\n\r\nIt seems that when you believe something or are a big fan of something, you surround yourself with like-minded people and views. In fact, your views are being reinforced. At times, you actively avoid being exposed to opposing views.\r\n\r\nNotice what is going on with Uber and Bill Cosby. In case you haven\'t seen the reports, Uber threatened to expose the personal life of a reporter who was aiming to write an article about Uber. Several women have come forward to accuse Cosby of sexual assault. Both these cases are serious and they expose great flaws in a popular company and a beloved entertainer.\r\n\r\nMany articles, blog posts and Tweets have been devoted to dissecting the PR and communications shortcomings shown by both Uber and Cosby. But here\'s the thing: does it matter? People are still using Uber. And it was reported that at a comedy show in Florida a few days ago, the comedian got a standing ovation.\r\n\r\nThere\'s a disconnect between the world at large and the bubble we surround ourselves with. In PR and crisis communications, both Uber and Cosby are toast. They\'ve handled these situations poorly. But for those who don\'t delve into how things are communicated, who don\'t follow the news (and by the way, journalists are living in a bubble sometimes too), the concern is just not there. They don\'t care about Uber\'s threats because Uber gives them a convenient way to get places. They ignore the accusations against Cosby because they find him funny.\r\n<h4>What do you think? Are these controversies manufactured? Is the scandal for real? Are we living in a social media culture of outrage? Are we living in a bubble?</h4>','Are we living in a bubble? ','','inherit','open','open','','2802-revision-v1','','','2015-02-06 12:42:36','2015-02-06 17:42:36','',2802,'http://deborahbrody.com/2015/02/2802-revision-v1/',0,'revision','',0),
(2858,4,'2015-02-09 20:19:39','2015-02-10 01:19:39','Right off the bat let me say I think having open but moderated comments on websites and blogs is the way to go. In the past year, several leading blogs have decided to go the no-comment route, arguing that discussions will occur on social media. That\'s fine, but part of having a blog is being social, and to me, social means allowing comments.\n\nThis morning I read <a href=\"http://elliott.org/blog/comments-care/\" target=\"_blank\">this piece</a> on consumer advocate Christopher Elliot\'s site, in which he describes how he will deal with comments (especially snarky or inappropriate ones). Basically, his team (don\'t we all wish we had a team, but I digress) will moderate all comments and flag inappropriate ones. If someone is flagged, he/she will be informed and eventually be disallowed from commenting on the site. Seems very fair to me.\n\nYesterday, Mark Schaefer on his {grow} blog wrote a post entitled <a href=\"http://www.businessesgrow.com/2015/02/02/online-audience/\" target=\"_blank\">\"I don\'t know my online audience and neither do you.\"</a> His point, with which I most definitely agree, is that you can\'t rely on social media actions and presence to really know who your audience is. There are many customers and potential customers who are just not active on social media, but may be actively doing business or thinking of doing business with you. They may be talking about you (gasp!) in person or emailing (gasp!) links but (the idea of it!) not sharing on social media. He says we can only identify about two percent of who it is that is sharing our content.\n\nHe writes:\n<blockquote>Pick any blogger who has been around for awhile (SIC) and ask them what percent of their audience comments on the blog — they’ll say it is about 2 percent.</blockquote>\nBasically, the issue of commenting boils down to motivation. Only very motivated people are going to comment on your blog. In Elliot\'s case, many of those are motivated by a desire to be unpleasant or controversial. In Schaefer\'s example, only a small percentage of a total audience takes the step of commenting.\n\nIt\'s important to recognize that all a comment indicates is that a motivated person has decided to interact with you on your blog (whether for good or for bad). By allowing it, you are encouraging interaction. By moderating comments, you are encouraging good behavior. By depending on getting comments, on the other hand, you are falling into a perceived popularity trap.\n\nA blog won\'t rise or fall on the number of comments that are on it, but rather on the actions that you want readers to take. Perhaps you want your readers to think about doing business with you. Or perhaps you want readers to think of you as an authority in a subject area. Whatever your goal is, try to figure out how to measure it. Your comments alone won\'t do it.\n\nYou are, of course, welcome to comment on this subject.\n\nUPDATE February 9, 2015:\n\nJust came <a href=\"http://www.theverge.com/tldr/2015/2/9/8007483/tablet-magazine-comments\" target=\"_blank\">across this article</a>, about Tablet Magazine, and a trial scheme to ask people to pay to comment. Should cut down on the crazy comments, but could also backfire by making it harder for legitimate\n\n&nbsp;','Some thoughts about comments','','inherit','open','open','','2846-autosave-v1','','','2015-02-09 20:19:39','2015-02-10 01:19:39','',2846,'http://deborahbrody.com/2015/02/2846-autosave-v1/',0,'revision','',0),
(2859,4,'2015-02-09 20:20:04','2015-02-10 01:20:04','Right off the bat let me say I think having open but moderated comments on websites and blogs is the way to go. In the past year, several leading blogs have decided to go the no-comment route, arguing that discussions will occur on social media. That\'s fine, but part of having a blog is being social, and to me, social means allowing comments.\r\n\r\nThis morning I read <a href=\"http://elliott.org/blog/comments-care/\" target=\"_blank\">this piece</a> on consumer advocate Christopher Elliot\'s site, in which he describes how he will deal with comments (especially snarky or inappropriate ones). Basically, his team (don\'t we all wish we had a team, but I digress) will moderate all comments and flag inappropriate ones. If someone is flagged, he/she will be informed and eventually be disallowed from commenting on the site. Seems very fair to me.\r\n\r\nYesterday, Mark Schaefer on his {grow} blog wrote a post entitled <a href=\"http://www.businessesgrow.com/2015/02/02/online-audience/\" target=\"_blank\">\"I don\'t know my online audience and neither do you.\"</a> His point, with which I most definitely agree, is that you can\'t rely on social media actions and presence to really know who your audience is. There are many customers and potential customers who are just not active on social media, but may be actively doing business or thinking of doing business with you. They may be talking about you (gasp!) in person or emailing (gasp!) links but (the idea of it!) not sharing on social media. He says we can only identify about two percent of who it is that is sharing our content.\r\n\r\nHe writes:\r\n<blockquote>Pick any blogger who has been around for awhile (SIC) and ask them what percent of their audience comments on the blog — they’ll say it is about 2 percent.</blockquote>\r\nBasically, the issue of commenting boils down to motivation. Only very motivated people are going to comment on your blog. In Elliot\'s case, many of those are motivated by a desire to be unpleasant or controversial. In Schaefer\'s example, only a small percentage of a total audience takes the step of commenting.\r\n\r\nIt\'s important to recognize that all a comment indicates is that a motivated person has decided to interact with you on your blog (whether for good or for bad). By allowing it, you are encouraging interaction. By moderating comments, you are encouraging good behavior. By depending on getting comments, on the other hand, you are falling into a perceived popularity trap.\r\n\r\nA blog won\'t rise or fall on the number of comments that are on it, but rather on the actions that you want readers to take. Perhaps you want your readers to think about doing business with you. Or perhaps you want readers to think of you as an authority in a subject area. Whatever your goal is, try to figure out how to measure it. Your comments alone won\'t do it.\r\n\r\nYou are, of course, welcome to comment on this subject.\r\n\r\nUPDATE February 9, 2015:\r\n\r\nJust came <a href=\"http://www.theverge.com/tldr/2015/2/9/8007483/tablet-magazine-comments\" target=\"_blank\">across this article</a>, about Tablet Magazine, and a trial scheme to ask people to pay to comment. Should cut down on the crazy comments, but could also backfire by creating an obstacle to legitimate commenters.\r\n\r\n&nbsp;','Some thoughts about comments','','inherit','open','open','','2846-revision-v1','','','2015-02-09 20:20:04','2015-02-10 01:20:04','',2846,'http://deborahbrody.com/2015/02/2846-revision-v1/',0,'revision','',0),
(2860,4,'2015-02-11 09:44:31','2015-02-11 14:44:31','Recently, I came across an article about how the Jewish online magazine <a href=\"http://tabletmag.com/\" target=\"_blank\">Tablet</a> is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\nHave you ever thought about how a visitor interacts with your website? What does that person need to do to find what he or she is looking for? What information is crucial and how easy is it to access it?\r\n\r\n<em>If you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended (and intangible) barrier to entry or have built a barrier to entry that is too high.</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Mount Everest, impossible. Generally, these barriers include \"mechanical\" barriers such as subscription fees, sign up forms, or registration requirements. Some barriers are more subtle, intangible, but still make it hard for visitors to access your content.\r\n\r\n<strong>Mechanical barriers: High, medium and low walls to climb</strong>\r\n\r\nIn an effort to generate revenue from online readers, newspapers have added online <strong>subscription fees.</strong> That\'s a high barrier to entry, since visitors will not only have to sign up, but provide payment. Some websites require <strong>registration</strong>, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter <strong>sign-up</strong> before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\n<strong>Intangible barriers: Creating a psychological \"wall\"</strong>\r\n\r\nBut barriers are not just mechanical or even visible. Your barriers to entry may be intangible and psychological. By that I mean that your barriers are tripping visitors\' heads. For example, your <strong>website navigation</strong> may not be intuitive or clear and may make it hard to for visitors to find what they are looking for.\r\n\r\nAnother hard-to-quantify barrier is the <strong>language</strong> that you choose to use on your website. Many tech and government websites are flush with jargon that is <em>nearly unintelligible</em> to an outsider.\r\n\r\nSome websites make it hard for visitors by having too much <strong>content</strong> or information to sort through. Have you ever landed on a page that made your eyes and head hurt from information overload (or worse, visual overload)? Then you probably know what I mean, and I bet you just went elsewhere.\r\n\r\n<hr />\r\n\r\n<h4>How would you classify your website in terms of barrier to entry? High, medium or low? Is it what you want or are you unintentionally turning visitors away?</h4>','How high is your website\'s barrier to entry?','','publish','open','open','','how-high-is-your-websites-barrier-to-entry','','','2015-02-12 15:44:14','2015-02-12 20:44:14','',0,'http://deborahbrody.com/?p=2860',0,'post','',0),
(2928,4,'2015-03-23 14:31:45','2015-03-23 18:31:45','Today is<a href=\"http://www.quickanddirtytips.com/national-grammar-day\" target=\"_blank\"> National Grammar Day</a>, and if there\'s one group that lives and breathes grammar, it\'s copy editors. (Note: you will find some that write copyediting and copyeditor as one word, but I decided to follow <em>Merriam-Webster</em>, which spells them as two words.)\r\n\r\nBy cleaning up your sloppy sentences, a copy editor makes your writing clearer. But not everyone has access to a copy editor. The next best thing is to learn what copy editors look for and apply it to your own writing.\r\n\r\n<strong>1. Follow a style guide and stick to it</strong>. Whether you have your own organizational style guide or you use a standard guide such as <em>The Associated Press Stylebook</em>, be sure to consult it and defer to it. You may want to write “Web site” but your style guide says it’s “website.” Don’t alternate usages. And check stuff that is likely to trip you up such as dates, abbreviations, addresses, and titles.\r\n\r\n<strong>2. Be consistent.</strong> Make sure you are using the same spelling and style throughout your document.\r\n\r\n<strong>3. Use a dictionary</strong> (and choose your standard). There are a couple big dictionary names: <em>Oxford</em> and <em>Merriam-Webster</em>. Choose one and stick to it and then use it to make sure that you are spelling [that word] correctly. And more so, <a title=\"Are you sure you know what that word means?\" href=\"http://deborahbrody.com/2015/02/are-you-sure-you-know-what-that-word-means/\" target=\"_blank\">does [that word] mean what you think it means? </a>\r\n\r\n<strong>4. Watch out for often-confused words.</strong> Commonly confused words sound the same or are very close in spelling, but don’t mean the same thing. Some examples are effect/affect, defer/differ/difer, and compliment/complement. You can find exhaustive lists on the internet. Spell check won’t catch these mistakes but using the wrong word will most certainly alter the meaning of what you are writing.\r\n\r\n<strong>5. Fact check</strong>. Make sure it’s Mary and not Marie and that February 14<sup>th</sup>, 2015 was a Saturday and not a Friday. Are you sure that\'s the correct address? You get the drift.\r\n\r\n<strong>6. Pay attention to your commas (and apostrophes, colons, etc.)</strong>. Nothing can derail a sentence faster than missing or improper punctuation. Also, take a stand regarding the <a href=\"http://blog.oxforddictionaries.com/2015/01/video-oxford-comma/\" target=\"_blank\">Oxford or serial comma</a>. Use it or don\'t, but be consistent.\r\n\r\nWant more? Check out<a href=\"http://www.quickanddirtytips.com/education/grammar/grammar-girls-editing-checklist\" target=\"_blank\"> Grammar Girl\'s Editing Checklist</a> for an overview of the various mistakes that copy editors look for, and you can even print it out as reference!\r\n\r\nIt\'s easy to get lost in writing your thoughts and not pay attention to the details. However, the details (grammar, punctuation, spelling) are what help to make your thoughts clear to your readers.\r\n<h4>How are you celebrating National Grammar Day?</h4>\r\n&nbsp;','6 copy editing rules to make you a better writer              ','','inherit','open','open','','2901-revision-v1','','','2015-03-23 14:31:45','2015-03-23 18:31:45','',2901,'http://deborahbrody.com/2015/03/2901-revision-v1/',0,'revision','',0),
(2863,4,'2015-02-11 09:38:12','2015-02-11 14:38:12','Recently, I came across an article about how the Jewish online magazine Tablet is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\n<em>If you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended barrier to entry or have built a barrier to entry that is too high.</em>\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Mount Everest, impossible. Generally, these barriers include \"mechanical\" barriers such as subscription fees, sign up forms, or registration requirements. Some barriers are more subtle, intangible, but still make it hard for visitors to access your content.\r\n\r\n<strong>Mechanical barriers: High, medium and low walls to climb</strong>\r\n\r\nIn an effort to generate revenue from online readers, newspapers have added online <strong>subscription fees.</strong> That\'s a high barrier to entry, since visitors will not only have to sign up, but provide payment. Some websites require <strong>registration</strong>, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter <strong>sign-up</strong> before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\n<strong>Intangible barriers: Creating a psychological \"wall\"</strong>\r\n\r\nBut barriers are not just mechanical or even visible. Your barriers to entry may be intangible and psychological. By that I mean that your barriers are tripping visitors\' heads. For example, your <strong>website navigation</strong> may not be intuitive or clear and may make it hard to for visitors to find what they are looking for.\r\n\r\nAnother hard-to-quantify barrier is the <strong>language</strong> that you choose to use on your website. Many tech and government websites are flush with jargon that is <em>nearly unintelligible</em> to an outsider.\r\n\r\nSome websites make it hard for visitors by having too much content or information to sort through. Have you ever landed on a page that made your eyes and head hurt? You probably just went elsewhere.\r\n\r\nHave you ever thought about how a visitor interacts with your website? What does that person need to do to find what he or she is looking for? What information is crucial and how easy is it to access it?\r\n<h4>How would you classify your website in terms of barrier to entry? High, medium or low? Is it what you want or are you unintentionally turning visitors away?</h4>','How high is your barrier to entry?','','inherit','open','open','','2860-revision-v1','','','2015-02-11 09:38:12','2015-02-11 14:38:12','',2860,'http://deborahbrody.com/2015/02/2860-revision-v1/',0,'revision','',0),
(2864,4,'2015-02-11 09:39:23','2015-02-11 14:39:23','Recently, I came across an article about how the Jewish online magazine Tablet is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<em>If you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended barrier to entry or have built a barrier to entry that is too high.</em>\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Mount Everest, impossible. Generally, these barriers include \"mechanical\" barriers such as subscription fees, sign up forms, or registration requirements. Some barriers are more subtle, intangible, but still make it hard for visitors to access your content.\r\n\r\n<strong>Mechanical barriers: High, medium and low walls to climb</strong>\r\n\r\nIn an effort to generate revenue from online readers, newspapers have added online <strong>subscription fees.</strong> That\'s a high barrier to entry, since visitors will not only have to sign up, but provide payment. Some websites require <strong>registration</strong>, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter <strong>sign-up</strong> before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\n<strong>Intangible barriers: Creating a psychological \"wall\"</strong>\r\n\r\nBut barriers are not just mechanical or even visible. Your barriers to entry may be intangible and psychological. By that I mean that your barriers are tripping visitors\' heads. For example, your <strong>website navigation</strong> may not be intuitive or clear and may make it hard to for visitors to find what they are looking for.\r\n\r\nAnother hard-to-quantify barrier is the <strong>language</strong> that you choose to use on your website. Many tech and government websites are flush with jargon that is <em>nearly unintelligible</em> to an outsider.\r\n\r\nSome websites make it hard for visitors by having too much <strong>content</strong> or information to sort through. Have you ever landed on a page that made your eyes and head hurt? You probably just went elsewhere.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nHave you ever thought about how a visitor interacts with your website? What does that person need to do to find what he or she is looking for? What information is crucial and how easy is it to access it?\r\n<h4>How would you classify your website in terms of barrier to entry? High, medium or low? Is it what you want or are you unintentionally turning visitors away?</h4>','How high is your barrier to entry?','','inherit','open','open','','2860-revision-v1','','','2015-02-11 09:39:23','2015-02-11 14:39:23','',2860,'http://deborahbrody.com/2015/02/2860-revision-v1/',0,'revision','',0),
(2865,4,'2015-02-11 09:40:34','2015-02-11 14:40:34','Recently, I came across an article about how the Jewish online magazine Tablet is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\n<em>If you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended barrier to entry or have built a barrier to entry that is too high.</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Mount Everest, impossible. Generally, these barriers include \"mechanical\" barriers such as subscription fees, sign up forms, or registration requirements. Some barriers are more subtle, intangible, but still make it hard for visitors to access your content.\r\n\r\n<strong>Mechanical barriers: High, medium and low walls to climb</strong>\r\n\r\nIn an effort to generate revenue from online readers, newspapers have added online <strong>subscription fees.</strong> That\'s a high barrier to entry, since visitors will not only have to sign up, but provide payment. Some websites require <strong>registration</strong>, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter <strong>sign-up</strong> before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\n<strong>Intangible barriers: Creating a psychological \"wall\"</strong>\r\n\r\nBut barriers are not just mechanical or even visible. Your barriers to entry may be intangible and psychological. By that I mean that your barriers are tripping visitors\' heads. For example, your <strong>website navigation</strong> may not be intuitive or clear and may make it hard to for visitors to find what they are looking for.\r\n\r\nAnother hard-to-quantify barrier is the <strong>language</strong> that you choose to use on your website. Many tech and government websites are flush with jargon that is <em>nearly unintelligible</em> to an outsider.\r\n\r\nSome websites make it hard for visitors by having too much <strong>content</strong> or information to sort through. Have you ever landed on a page that made your eyes and head hurt? You probably just went elsewhere.\r\n\r\n<hr />\r\n\r\nHave you ever thought about how a visitor interacts with your website? What does that person need to do to find what he or she is looking for? What information is crucial and how easy is it to access it?\r\n<h4>How would you classify your website in terms of barrier to entry? High, medium or low? Is it what you want or are you unintentionally turning visitors away?</h4>','How high is your barrier to entry?','','inherit','open','open','','2860-revision-v1','','','2015-02-11 09:40:34','2015-02-11 14:40:34','',2860,'http://deborahbrody.com/2015/02/2860-revision-v1/',0,'revision','',0),
(2866,4,'2015-02-11 09:41:45','2015-02-11 14:41:45','Recently, I came across an article about how the Jewish online magazine Tablet is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\n<em>If you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended barrier to entry or have built a barrier to entry that is too high.</em>\r\n\r\nHave you ever thought about how a visitor interacts with your website? What does that person need to do to find what he or she is looking for? What information is crucial and how easy is it to access it?\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Mount Everest, impossible. Generally, these barriers include \"mechanical\" barriers such as subscription fees, sign up forms, or registration requirements. Some barriers are more subtle, intangible, but still make it hard for visitors to access your content.\r\n\r\n<strong>Mechanical barriers: High, medium and low walls to climb</strong>\r\n\r\nIn an effort to generate revenue from online readers, newspapers have added online <strong>subscription fees.</strong> That\'s a high barrier to entry, since visitors will not only have to sign up, but provide payment. Some websites require <strong>registration</strong>, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter <strong>sign-up</strong> before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\n<strong>Intangible barriers: Creating a psychological \"wall\"</strong>\r\n\r\nBut barriers are not just mechanical or even visible. Your barriers to entry may be intangible and psychological. By that I mean that your barriers are tripping visitors\' heads. For example, your <strong>website navigation</strong> may not be intuitive or clear and may make it hard to for visitors to find what they are looking for.\r\n\r\nAnother hard-to-quantify barrier is the <strong>language</strong> that you choose to use on your website. Many tech and government websites are flush with jargon that is <em>nearly unintelligible</em> to an outsider.\r\n\r\nSome websites make it hard for visitors by having too much <strong>content</strong> or information to sort through. Have you ever landed on a page that made your eyes and head hurt? You probably just went elsewhere.\r\n\r\n<hr />\r\n\r\n<h4>How would you classify your website in terms of barrier to entry? High, medium or low? Is it what you want or are you unintentionally turning visitors away?</h4>','How high is your barrier to entry?','','inherit','open','open','','2860-revision-v1','','','2015-02-11 09:41:45','2015-02-11 14:41:45','',2860,'http://deborahbrody.com/2015/02/2860-revision-v1/',0,'revision','',0),
(2867,4,'2015-02-11 09:44:31','2015-02-11 14:44:31','Recently, I came across an article about how the Jewish online magazine Tablet is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\nHave you ever thought about how a visitor interacts with your website? What does that person need to do to find what he or she is looking for? What information is crucial and how easy is it to access it?\r\n\r\n<em>If you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended (and intangible) barrier to entry or have built a barrier to entry that is too high.</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Mount Everest, impossible. Generally, these barriers include \"mechanical\" barriers such as subscription fees, sign up forms, or registration requirements. Some barriers are more subtle, intangible, but still make it hard for visitors to access your content.\r\n\r\n<strong>Mechanical barriers: High, medium and low walls to climb</strong>\r\n\r\nIn an effort to generate revenue from online readers, newspapers have added online <strong>subscription fees.</strong> That\'s a high barrier to entry, since visitors will not only have to sign up, but provide payment. Some websites require <strong>registration</strong>, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter <strong>sign-up</strong> before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\n<strong>Intangible barriers: Creating a psychological \"wall\"</strong>\r\n\r\nBut barriers are not just mechanical or even visible. Your barriers to entry may be intangible and psychological. By that I mean that your barriers are tripping visitors\' heads. For example, your <strong>website navigation</strong> may not be intuitive or clear and may make it hard to for visitors to find what they are looking for.\r\n\r\nAnother hard-to-quantify barrier is the <strong>language</strong> that you choose to use on your website. Many tech and government websites are flush with jargon that is <em>nearly unintelligible</em> to an outsider.\r\n\r\nSome websites make it hard for visitors by having too much <strong>content</strong> or information to sort through. Have you ever landed on a page that made your eyes and head hurt from information overload (or worse, visual overload)? You probably just went elsewhere.\r\n\r\n<hr />\r\n\r\n<h4>How would you classify your website in terms of barrier to entry? High, medium or low? Is it what you want or are you unintentionally turning visitors away?</h4>','How high is your website\'s barrier to entry?','','inherit','open','open','','2860-revision-v1','','','2015-02-11 09:44:31','2015-02-11 14:44:31','',2860,'http://deborahbrody.com/2015/02/2860-revision-v1/',0,'revision','',0),
(2868,4,'2015-02-11 17:17:17','2015-02-11 22:17:17','Recently, I came across an article about how the Jewish online magazine Tablet is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\nHave you ever thought about how a visitor interacts with your website? What does that person need to do to find what he or she is looking for? What information is crucial and how easy is it to access it?\r\n\r\n<em>If you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended (and intangible) barrier to entry or have built a barrier to entry that is too high.</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Mount Everest, impossible. Generally, these barriers include \"mechanical\" barriers such as subscription fees, sign up forms, or registration requirements. Some barriers are more subtle, intangible, but still make it hard for visitors to access your content.\r\n\r\n<strong>Mechanical barriers: High, medium and low walls to climb</strong>\r\n\r\nIn an effort to generate revenue from online readers, newspapers have added online <strong>subscription fees.</strong> That\'s a high barrier to entry, since visitors will not only have to sign up, but provide payment. Some websites require <strong>registration</strong>, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter <strong>sign-up</strong> before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\n<strong>Intangible barriers: Creating a psychological \"wall\"</strong>\r\n\r\nBut barriers are not just mechanical or even visible. Your barriers to entry may be intangible and psychological. By that I mean that your barriers are tripping visitors\' heads. For example, your <strong>website navigation</strong> may not be intuitive or clear and may make it hard to for visitors to find what they are looking for.\r\n\r\nAnother hard-to-quantify barrier is the <strong>language</strong> that you choose to use on your website. Many tech and government websites are flush with jargon that is <em>nearly unintelligible</em> to an outsider.\r\n\r\nSome websites make it hard for visitors by having too much <strong>content</strong> or information to sort through. Have you ever landed on a page that made your eyes and head hurt from information overload (or worse, visual overload)? Then you probably know what I mean, and I bet you just went elsewhere.\r\n\r\n<hr />\r\n\r\n<h4>How would you classify your website in terms of barrier to entry? High, medium or low? Is it what you want or are you unintentionally turning visitors away?</h4>','How high is your website\'s barrier to entry?','','inherit','open','open','','2860-revision-v1','','','2015-02-11 17:17:17','2015-02-11 22:17:17','',2860,'http://deborahbrody.com/2015/02/2860-revision-v1/',0,'revision','',0),
(2869,4,'2015-02-12 15:44:14','2015-02-12 20:44:14','Recently, I came across an article about how the Jewish online magazine <a href=\"http://tabletmag.com/\" target=\"_blank\">Tablet</a> is dealing with comments. It has decided to charge a fee to allow people to comment in order to make it harder for trolls to post obnoxious (and often anti-Semitic) comments. But there is an unintended consequence, and that is that legitimate commenters will now be dissuaded from commenting as well. The barrier to entry may prove too high.\r\n\r\nHave you ever thought about how a visitor interacts with your website? What does that person need to do to find what he or she is looking for? What information is crucial and how easy is it to access it?\r\n\r\n<em>If you have been seeing a low conversion rate on your website, a drop in visitors, or a high bounce rate, perhaps you need to examine whether you have created an unintended (and intangible) barrier to entry or have built a barrier to entry that is too high.</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMany websites have barriers to entry. Some are easily \"climbed\" and some are like Mount Everest, impossible. Generally, these barriers include \"mechanical\" barriers such as subscription fees, sign up forms, or registration requirements. Some barriers are more subtle, intangible, but still make it hard for visitors to access your content.\r\n\r\n<strong>Mechanical barriers: High, medium and low walls to climb</strong>\r\n\r\nIn an effort to generate revenue from online readers, newspapers have added online <strong>subscription fees.</strong> That\'s a high barrier to entry, since visitors will not only have to sign up, but provide payment. Some websites require <strong>registration</strong>, generally your email and a password. That\'s also a medium barrier to entry.  Yet other websites splash a newsletter <strong>sign-up</strong> before you can read the content, but generally you can close that out making it a low barrier to entry.\r\n\r\nThere are good reasons to create these barriers. After all, you may want to grow your marketing database or get some insight into who is visiting your website, or like many newspapers, you are looking for a source of revenue.\r\n\r\n<strong>Intangible barriers: Creating a psychological \"wall\"</strong>\r\n\r\nBut barriers are not just mechanical or even visible. Your barriers to entry may be intangible and psychological. By that I mean that your barriers are tripping visitors\' heads. For example, your <strong>website navigation</strong> may not be intuitive or clear and may make it hard to for visitors to find what they are looking for.\r\n\r\nAnother hard-to-quantify barrier is the <strong>language</strong> that you choose to use on your website. Many tech and government websites are flush with jargon that is <em>nearly unintelligible</em> to an outsider.\r\n\r\nSome websites make it hard for visitors by having too much <strong>content</strong> or information to sort through. Have you ever landed on a page that made your eyes and head hurt from information overload (or worse, visual overload)? Then you probably know what I mean, and I bet you just went elsewhere.\r\n\r\n<hr />\r\n\r\n<h4>How would you classify your website in terms of barrier to entry? High, medium or low? Is it what you want or are you unintentionally turning visitors away?</h4>','How high is your website\'s barrier to entry?','','inherit','open','open','','2860-revision-v1','','','2015-02-12 15:44:14','2015-02-12 20:44:14','',2860,'http://deborahbrody.com/2015/02/2860-revision-v1/',0,'revision','',0),
(2871,4,'2015-02-17 10:36:17','0000-00-00 00:00:00','I\'ve lost count of how many websites for public relations agencies, or writers, or designers, or marketing consultancies that I have visited claiming to be specialized in dozens of things.  You will see the navigation bar across the top and a tab entitled \"Specialties.\" You will then click on that and find several items, like a marketing agency that claims to specialize in SEO, native advertising, design, and social media, to name a few. Or a writer who specializes in medical writing , technical writing, long format, blogs, and many other forms of writing.\r\n\r\n<strong>It\'s a specialty, singular.</strong>\r\n\r\nHere\'s the thing: you can\'t be specialized in so many fields. You may have <em>experience</em> and <em>knowledge</em> in those fields, but the word specialty, by definition, is limited to one field.\r\n\r\nMerriam-Webster provides this definition:\r\n<blockquote>something that a person or place is known for making or producing very well\r\n<p class=\"bottom_entry\">an area of study or business that a person specializes in or has special knowledge of</p>\r\n</blockquote>\r\n<p class=\"bottom_entry\">Notice that it doesn\'t say \"things\" or \"areas of study.\" There is no plural in specialty.</p>\r\n<p class=\"bottom_entry\">Maybe you are focused on different things.</p>\r\n<p class=\"bottom_entry\">The truth is most marketing/advertising/public relations agencies specialize in their respective disciplines and <em>focus</em> on different aspects. That is, a public relations firm specializes in public relations but focuses on media relations, strategic planning and reputation management, for example.  And then there are agencies that specialize in media relations or strategic planning or reputation management, but they claim to specialize in all three I am a bit suspicious.</p>\r\n<p class=\"bottom_entry\"></p>','Just how specialized are you?','','draft','open','open','','','','','2015-02-17 10:36:17','2015-02-17 15:36:17','',0,'http://deborahbrody.com/?p=2871',0,'post','',0),
(2872,4,'2015-02-17 10:36:17','2015-02-17 15:36:17','I\'ve lost count of how many websites for public relations agencies, or writers, or designers, or marketing consultancies that I have visited claiming to be specialized in dozens of things.  You will see the navigation bar across the top and a tab entitled \"Specialties.\" You will then click on that and find several items, like a marketing agency that claims to specialize in SEO, native advertising, design, and social media, to name a few. Or a writer who specializes in medical writing , technical writing, long format, blogs, and many other forms of writing.\r\n\r\n<strong>It\'s a specialty, singular.</strong>\r\n\r\nHere\'s the thing: you can\'t be specialized in so many fields. You may have <em>experience</em> and <em>knowledge</em> in those fields, but the word specialty, by definition, is limited to one field.\r\n\r\nMerriam-Webster provides this definition:\r\n<blockquote>something that a person or place is known for making or producing very well\r\n<p class=\"bottom_entry\">an area of study or business that a person specializes in or has special knowledge of</p>\r\n</blockquote>\r\n<p class=\"bottom_entry\">Notice that it doesn\'t say \"things\" or \"areas of study.\" There is no plural in specialty.</p>\r\n<p class=\"bottom_entry\">Maybe you are focused on different things.</p>\r\n<p class=\"bottom_entry\">The truth is most marketing/advertising/public relations agencies specialize in their respective disciplines and <em>focus</em> on different aspects. That is, a public relations firm specializes in public relations but focuses on media relations, strategic planning and reputation management, for example.  And then there are agencies that specialize in media relations or strategic planning or reputation management, but they claim to specialize in all three I am a bit suspicious.</p>\r\n<p class=\"bottom_entry\"></p>','Just how specialized are you?','','inherit','open','open','','2871-revision-v1','','','2015-02-17 10:36:17','2015-02-17 15:36:17','',2871,'http://deborahbrody.com/2015/02/2871-revision-v1/',0,'revision','',0),
(2882,4,'2015-02-25 10:42:39','2015-02-25 15:42:39','By now you will have heard about the Cleveland local news anchor Kristi Capel and how she used a racial slur to describe Lady Gaga\'s performance at the Academy Awards. According to t<a href=\"http://www.cleveland.com/tv-blog/index.ssf/2015/02/kristi_capel_drops_racially_offensive_term_during_morning_newscast.html\" target=\"_blank\">his report</a> in the Cleveland Plain Dealer, Capel apologized and said she did not know what the word meant (I am not using the word here because it is racist).\r\n\r\nThink about that for a moment: <em>A news anchor, while broadcasting live, used a word that she did not understand.</em>\r\n\r\nIn Capel\'s case, I don\'t think there was any racial motivation behind this incident, but there was something much more common: ignorance.  She was called out (and rightfully so) because what she said was racist. But every single day, people are guilty of using words they don\'t understand, mangling their meaning.\r\n\r\nIf you watch enough TV or read enough stuff online or in print, you will see many instances of misused words.  To quote Inigo Montoya  in <em>The Princess Bride</em>:\r\n\r\n\"You keep using that word. I don\'t think it means what you think it means.\"\r\n\r\nhttp://youtu.be/G2y8Sx4B2Sk\r\n\r\nLifehack says that travesty, ironic and bemused are among the<a href=\"http://www.lifehack.org/articles/communication/10-most-commonly-misused-words.html\" target=\"_blank\"> 10 Most Commonly Misused Words.</a>  Just look up the phrase \"misused words\" in your favorite search engine and you will get loads of examples (there are many more than 10).\r\n\r\n<strong>Here\'s one I see all the time</strong>\r\n\r\nOne word that  I have seen misused over and over is \"misnomer.\" <a href=\"http://www.merriam-webster.com/dictionary/misnomer\" target=\"_blank\">Merriam-Webster defines misnomer as:</a>\r\n<div class=\"sblk\">\r\n<blockquote>\r\n<div class=\"scnt\"><span class=\"ssens\"> <strong>:</strong>  the misnaming of a person in a legal instrument </span></div></blockquote>\r\n</div>\r\n<div class=\"sblk\">\r\n<blockquote>\r\n<div class=\"scnt\"><span class=\"ssens\">  <strong>:</strong>  a use of a wrong or inappropriate name </span><span class=\"ssens\"> <strong>:</strong>  a wrong name or inappropriate designation </span></div>\r\n<div class=\"scnt\"></div></blockquote>\r\n<p class=\"scnt\">Basically, a misnomer is using the wrong <em>name</em> for something . The example used by Merriam-Webster is the <em>international</em> airport that only serves domestic flights.  Seems straightforward enough. Yet, many times I hear journalists using the word misnomer when what they really mean is misunderstanding. They\'ll say something like: \"It\'s a misnomer to say that the senator is going to vote for the bill.\"</p>\r\n<p class=\"scnt\"><strong>You know that word doesn\'t exist, right?</strong></p>\r\n<p class=\"scnt\">There are some people who make up words or mispronounce words. Huffington Post lists <a href=\"http://www.huffingtonpost.com/shelley-emling/made-up-words_b_4072552.html\" target=\"_blank\">\"11 Commonly Used Made-Up Words That Drive Us Insane\"</a> to include: \"expresso,\" \"supposably,\" and the famous \"irregardless.\" (Buzzfeed has a similar list: <a href=\"http://www.buzzfeed.com/adamellis/17-misused-and-made-up-words-that-make-you-rage#.cdYqmVP5\" target=\"_blank\">17 Misused and Made-Up Words That Make You Rage</a>.)</p>\r\n<p class=\"scnt\">Using words that don\'t mean what you think they do only makes you sound ignorant to those who do understand the meaning. In cases like Capel\'s, not only will you sound ignorant but you may also offend. So here are some warnings:</p>\r\n\r\n<ul>\r\n	<li class=\"scnt\">If you are not sure of what a word means <em>precisely</em>, don\'t use it.</li>\r\n	<li class=\"scnt\">If you think a word is right, but you aren\'t absolutely sure, don\'t use it.</li>\r\n	<li class=\"scnt\">If you think you will sound like you know what you are talking about because you are using a long word, definitely don\'t use it.</li>\r\n	<li class=\"scnt\">And finally, use a dictionary. Look that pesky word up.</li>\r\n</ul>\r\n<h4>What words do you often notice as being misused?</h4>\r\n</div>','Are you sure you know what that word means?','','inherit','open','open','','2881-revision-v1','','','2015-02-25 10:42:39','2015-02-25 15:42:39','',2881,'http://deborahbrody.com/2015/02/2881-revision-v1/',0,'revision','',0),
(2874,4,'2015-02-17 13:04:12','0000-00-00 00:00:00','We can\'t ask about something if we don\'t even know it exists. And yet, many times clients/bosses/customers expect us to. They may have forgotten to tell us.','If I don\'t ask and you don\'t tell','','draft','open','open','','','','','2015-02-17 13:04:12','2015-02-17 18:04:12','',0,'http://deborahbrody.com/?p=2874',0,'post','',0),
(2875,4,'2015-02-17 13:04:12','2015-02-17 18:04:12','We can\'t ask about something if we don\'t even know it exists. And yet, many times clients/bosses/customers expect us to. They may have forgotten to tell us.','If I don\'t ask and you don\'t tell','','inherit','open','open','','2874-revision-v1','','','2015-02-17 13:04:12','2015-02-17 18:04:12','',2874,'http://deborahbrody.com/2015/02/2874-revision-v1/',0,'revision','',0),
(2876,4,'2015-02-18 09:51:23','2015-02-18 14:51:23','I used to blog a couple of times a week, sometimes more. Then, after six years, I reduced my blogging to once per week, with the occasional second post in the same week. My aim is to be consistent, and I always want to have at least one blog post each week, no matter what.\r\n\r\n<strong>Consistency is key to keeping your blog viable</strong>. If you take off for months on end, people forget about your blog. And if you don\'t blog regularly, it is hard to promote your blog.\r\n\r\nSo what are you going to do when you can\'t or won\'t post on a regular, consistent schedule?\r\n\r\n<em>Some share old posts</em>. In many cases, that\'s not sustainable. After all, a blog is generally about timeliness and being topical. Although some blog posts have value long after you post them, you can\'t be wholly dependent on a few old posts.\r\n\r\n<em>Some hire a ghostblogger</em>. Paying a third party to produce blog posts on a continual basis can be an excellent solution if you can afford it <em>and</em> you can provide good instruction to the blogger for hire. You will also have to supervise the blog posts, and make sure they are meeting your audience\'s needs and your organization\'s voice.\r\n\r\n<em>Some solicit guest writers.</em> This is a great option if you can find the right person to guest post on your blog.\r\n\r\nThe one action you should do to prevent this situation from happening in the first place? <em>Write an evergreen post once a month or so.</em> (Evergreen means that it can be used at any time.) File it away. This way, when you are in the situation where you can\'t or won\'t blog, you have fresh material to post. If you are like me, there are times when you are feeling more creative or more focused, and writing seems easier. Take advantage and write up a blog post. Another plus of doing this is that you can work on your post to perfect it before posting. More editing time, more time to find images, and more time to work on the headline.\r\n\r\nIf writing an extra post each month seems daunting, perhaps start with having a regular brainstorming session (say once a month or once a quarter) where you challenge yourself to come up with five to ten blog post ideas. Keep that list on file and when you are feeling blocked, you will have something to work on.\r\n\r\nWe all get derailed but that doesn\'t mean we can\'t get back on track. Having a back up plan is a smart blogging policy.\r\n<h4>What do you do when you can\'t blog?</h4>\r\n&nbsp;','One action to take to guarantee blog continuity','','publish','open','open','','one-action-to-take-to-guarantee-blog-continuity','','','2015-02-19 08:48:38','2015-02-19 13:48:38','',0,'http://deborahbrody.com/?p=2876',0,'post','',0),
(2877,4,'2015-02-18 09:50:28','2015-02-18 14:50:28','I used to blog a couple of times a week, sometimes more. Then, after six years, I reduced my blogging to once per week, with the occasional second post in the same week. My aim is to be consistent, and I always want to have at least one blog post each week, no matter what.\r\n\r\n<strong>Consistency is key to keeping your blog viable</strong>. If you take off for months on end, people forget about your blog. And if you don\'t blog regularly, it is hard to promote your blog.\r\n\r\nSo what are you going to do when you can\'t or won\'t post on a regular, consistent schedule?\r\n\r\n<em>Some share old posts</em>. in many cases, that\'s not sustainable. After all, a blog is generally about timeliness and being topical. Although some blog posts have value long after you post them, you can\'t be wholly dependent on a few old posts.\r\n\r\n<em>Some hire a ghostblogger</em>. Paying a third party to produce blog posts on a continual basis can be an excellent solution if you can afford it <em>and</em> you can provide good instruction to the blogger for hire. You will also have to supervise the blog posts, and make sure they are meeting your audience\'s needs and your organization\'s voice.\r\n\r\n<em>Some solicit guest writers.</em> This is a great option if you can find the right person to guest post on your blog.\r\n\r\nThe one action you should do to prevent this situation from happening in the first place? <em>Write an evergreen post once a month or so.</em> (Evergreen means that it can be used at any time.) File it away. This way, when you are in the situation where you can\'t or won\'t blog, you have fresh material to post. If you are like me, there are times when you are feeling more creative or more focused, and writing seems easier. Take advantage and write up a blog post. Another plus of doing this is that you can work on your post to perfect it before posting. More editing time, more time to find images, and more time to work on the headline.\r\n\r\nIf writing an extra post each month seems daunting, perhaps start with having a regular brainstorming session (say once a month or once a quarter) where you challenge yourself to come up with five to ten blog post ideas. Keep that list on file and when you are feeling blocked, you will have something to work on.\r\n\r\nWe all get derailed but that doesn\'t mean we can\'t get back on track. Having a back up is a smart blogging policy.\r\n<h4>What do you do when you can\'t blog?</h4>\r\n&nbsp;','One action to take to guarantee blog continuity','','inherit','open','open','','2876-revision-v1','','','2015-02-18 09:50:28','2015-02-18 14:50:28','',2876,'http://deborahbrody.com/2015/02/2876-revision-v1/',0,'revision','',0),
(2879,4,'2015-02-18 17:37:28','2015-02-18 22:37:28','I used to blog a couple of times a week, sometimes more. Then, after six years, I reduced my blogging to once per week, with the occasional second post in the same week. My aim is to be consistent, and I always want to have at least one blog post each week, no matter what.\r\n\r\n<strong>Consistency is key to keeping your blog viable</strong>. If you take off for months on end, people forget about your blog. And if you don\'t blog regularly, it is hard to promote your blog.\r\n\r\nSo what are you going to do when you can\'t or won\'t post on a regular, consistent schedule?\r\n\r\n<em>Some share old posts</em>. In many cases, that\'s not sustainable. After all, a blog is generally about timeliness and being topical. Although some blog posts have value long after you post them, you can\'t be wholly dependent on a few old posts.\r\n\r\n<em>Some hire a ghostblogger</em>. Paying a third party to produce blog posts on a continual basis can be an excellent solution if you can afford it <em>and</em> you can provide good instruction to the blogger for hire. You will also have to supervise the blog posts, and make sure they are meeting your audience\'s needs and your organization\'s voice.\r\n\r\n<em>Some solicit guest writers.</em> This is a great option if you can find the right person to guest post on your blog.\r\n\r\nThe one action you should do to prevent this situation from happening in the first place? <em>Write an evergreen post once a month or so.</em> (Evergreen means that it can be used at any time.) File it away. This way, when you are in the situation where you can\'t or won\'t blog, you have fresh material to post. If you are like me, there are times when you are feeling more creative or more focused, and writing seems easier. Take advantage and write up a blog post. Another plus of doing this is that you can work on your post to perfect it before posting. More editing time, more time to find images, and more time to work on the headline.\r\n\r\nIf writing an extra post each month seems daunting, perhaps start with having a regular brainstorming session (say once a month or once a quarter) where you challenge yourself to come up with five to ten blog post ideas. Keep that list on file and when you are feeling blocked, you will have something to work on.\r\n\r\nWe all get derailed but that doesn\'t mean we can\'t get back on track. Having a back up is a smart blogging policy.\r\n<h4>What do you do when you can\'t blog?</h4>\r\n&nbsp;','One action to take to guarantee blog continuity','','inherit','open','open','','2876-revision-v1','','','2015-02-18 17:37:28','2015-02-18 22:37:28','',2876,'http://deborahbrody.com/2015/02/2876-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(2880,4,'2015-02-19 08:48:38','2015-02-19 13:48:38','I used to blog a couple of times a week, sometimes more. Then, after six years, I reduced my blogging to once per week, with the occasional second post in the same week. My aim is to be consistent, and I always want to have at least one blog post each week, no matter what.\r\n\r\n<strong>Consistency is key to keeping your blog viable</strong>. If you take off for months on end, people forget about your blog. And if you don\'t blog regularly, it is hard to promote your blog.\r\n\r\nSo what are you going to do when you can\'t or won\'t post on a regular, consistent schedule?\r\n\r\n<em>Some share old posts</em>. In many cases, that\'s not sustainable. After all, a blog is generally about timeliness and being topical. Although some blog posts have value long after you post them, you can\'t be wholly dependent on a few old posts.\r\n\r\n<em>Some hire a ghostblogger</em>. Paying a third party to produce blog posts on a continual basis can be an excellent solution if you can afford it <em>and</em> you can provide good instruction to the blogger for hire. You will also have to supervise the blog posts, and make sure they are meeting your audience\'s needs and your organization\'s voice.\r\n\r\n<em>Some solicit guest writers.</em> This is a great option if you can find the right person to guest post on your blog.\r\n\r\nThe one action you should do to prevent this situation from happening in the first place? <em>Write an evergreen post once a month or so.</em> (Evergreen means that it can be used at any time.) File it away. This way, when you are in the situation where you can\'t or won\'t blog, you have fresh material to post. If you are like me, there are times when you are feeling more creative or more focused, and writing seems easier. Take advantage and write up a blog post. Another plus of doing this is that you can work on your post to perfect it before posting. More editing time, more time to find images, and more time to work on the headline.\r\n\r\nIf writing an extra post each month seems daunting, perhaps start with having a regular brainstorming session (say once a month or once a quarter) where you challenge yourself to come up with five to ten blog post ideas. Keep that list on file and when you are feeling blocked, you will have something to work on.\r\n\r\nWe all get derailed but that doesn\'t mean we can\'t get back on track. Having a back up plan is a smart blogging policy.\r\n<h4>What do you do when you can\'t blog?</h4>\r\n&nbsp;','One action to take to guarantee blog continuity','','inherit','open','open','','2876-revision-v1','','','2015-02-19 08:48:38','2015-02-19 13:48:38','',2876,'http://deborahbrody.com/2015/02/2876-revision-v1/',0,'revision','',0),
(2881,4,'2015-02-25 10:43:40','2015-02-25 15:43:40','By now you will have heard about the Cleveland local news anchor Kristi Capel and how she used a racial slur to describe Lady Gaga\'s performance at the Academy Awards. According to t<a href=\"http://www.cleveland.com/tv-blog/index.ssf/2015/02/kristi_capel_drops_racially_offensive_term_during_morning_newscast.html\" target=\"_blank\">his report</a> in the <em>Cleveland Plain Dealer</em>, Capel apologized and said she did not know what the word meant (I am not using the word here because it is racist).\r\n\r\nThink about that for a moment: <em>A news anchor, while broadcasting live, used a word that she did not understand.</em>\r\n\r\nIn Capel\'s case, I don\'t think there was any racial motivation behind this incident, but there was something much more common: ignorance.  She was called out (and rightfully so) because what she said was racist. But every single day, people are guilty of using words they don\'t understand, mangling their meaning.\r\n\r\nIf you watch enough TV or read enough stuff online or in print, you will see many instances of misused words. To quote Inigo Montoya  in <em>The Princess Bride</em>:\r\n\r\n\"You keep using that word. I don\'t think it means what you think it means.\"\r\n\r\nhttp://youtu.be/G2y8Sx4B2Sk\r\n\r\nLifehack says that travesty, ironic and bemused are among the<a href=\"http://www.lifehack.org/articles/communication/10-most-commonly-misused-words.html\" target=\"_blank\"> 10 Most Commonly Misused Words.</a>  Just look up the phrase \"misused words\" in your favorite search engine and you will get loads of examples (there are many more than 10).\r\n\r\n<strong>Here\'s one I see all the time</strong>\r\n\r\nOne word that  I have seen misused over and over is \"misnomer.\" <a href=\"http://www.merriam-webster.com/dictionary/misnomer\" target=\"_blank\">Merriam-Webster defines misnomer as:</a>\r\n<div class=\"sblk\">\r\n<blockquote>\r\n<div class=\"scnt\"><span class=\"ssens\"> <strong>:</strong>  the misnaming of a person in a legal instrument </span></div></blockquote>\r\n</div>\r\n<div class=\"sblk\">\r\n<blockquote>\r\n<div class=\"scnt\"><span class=\"ssens\">  <strong>:</strong> a use of a wrong or inappropriate name </span><span class=\"ssens\"> <strong>:</strong>  a wrong name or inappropriate designation </span></div>\r\n<div class=\"scnt\"></div></blockquote>\r\n<p class=\"scnt\">Basically, a misnomer is using the wrong <em>name</em> for something . The example used by Merriam-Webster is the <em>international</em> airport that only serves domestic flights.  Seems straightforward enough. Yet, many times I hear journalists using the word misnomer when what they really mean is misunderstanding. They\'ll say something like: \"It\'s a misnomer to say that the senator is going to vote for the bill.\"</p>\r\n<p class=\"scnt\"><strong>You know that word doesn\'t exist, right?</strong></p>\r\n<p class=\"scnt\">There are some people who make up words or mispronounce words. Huffington Post lists <a href=\"http://www.huffingtonpost.com/shelley-emling/made-up-words_b_4072552.html\" target=\"_blank\">\"11 Commonly Used Made-Up Words That Drive Us Insane\"</a> to include: \"expresso,\" \"supposably,\" and the famous \"irregardless.\" (Buzzfeed has a similar list: <a href=\"http://www.buzzfeed.com/adamellis/17-misused-and-made-up-words-that-make-you-rage#.cdYqmVP5\" target=\"_blank\">17 Misused and Made-Up Words That Make You Rage</a>.)</p>\r\n<p class=\"scnt\">Using words that don\'t mean what you think they do only makes you sound ignorant to those who do understand the meaning. In cases like Capel\'s, not only will you sound ignorant but you may also offend. So here are some warnings:</p>\r\n\r\n<ul>\r\n	<li class=\"scnt\">If you are not sure of what a word means <em>precisely</em>, don\'t use it.</li>\r\n	<li class=\"scnt\">If you think a word is right, but you aren\'t absolutely sure, don\'t use it.</li>\r\n	<li class=\"scnt\">If you think you will sound like you know what you are talking about because you are using a long word, definitely don\'t use it.</li>\r\n	<li class=\"scnt\">And finally, use a dictionary. Look that pesky word up.</li>\r\n</ul>\r\n<h4>What words do you often notice as being misused?</h4>\r\n</div>','Are you sure you know what that word means?','','publish','open','open','','are-you-sure-you-know-what-that-word-means','','','2015-02-26 08:32:09','2015-02-26 13:32:09','',0,'http://deborahbrody.com/?p=2881',0,'post','',3),
(2883,4,'2015-02-26 08:32:09','2015-02-26 13:32:09','By now you will have heard about the Cleveland local news anchor Kristi Capel and how she used a racial slur to describe Lady Gaga\'s performance at the Academy Awards. According to t<a href=\"http://www.cleveland.com/tv-blog/index.ssf/2015/02/kristi_capel_drops_racially_offensive_term_during_morning_newscast.html\" target=\"_blank\">his report</a> in the <em>Cleveland Plain Dealer</em>, Capel apologized and said she did not know what the word meant (I am not using the word here because it is racist).\r\n\r\nThink about that for a moment: <em>A news anchor, while broadcasting live, used a word that she did not understand.</em>\r\n\r\nIn Capel\'s case, I don\'t think there was any racial motivation behind this incident, but there was something much more common: ignorance.  She was called out (and rightfully so) because what she said was racist. But every single day, people are guilty of using words they don\'t understand, mangling their meaning.\r\n\r\nIf you watch enough TV or read enough stuff online or in print, you will see many instances of misused words. To quote Inigo Montoya  in <em>The Princess Bride</em>:\r\n\r\n\"You keep using that word. I don\'t think it means what you think it means.\"\r\n\r\nhttp://youtu.be/G2y8Sx4B2Sk\r\n\r\nLifehack says that travesty, ironic and bemused are among the<a href=\"http://www.lifehack.org/articles/communication/10-most-commonly-misused-words.html\" target=\"_blank\"> 10 Most Commonly Misused Words.</a>  Just look up the phrase \"misused words\" in your favorite search engine and you will get loads of examples (there are many more than 10).\r\n\r\n<strong>Here\'s one I see all the time</strong>\r\n\r\nOne word that  I have seen misused over and over is \"misnomer.\" <a href=\"http://www.merriam-webster.com/dictionary/misnomer\" target=\"_blank\">Merriam-Webster defines misnomer as:</a>\r\n<div class=\"sblk\">\r\n<blockquote>\r\n<div class=\"scnt\"><span class=\"ssens\"> <strong>:</strong>  the misnaming of a person in a legal instrument </span></div></blockquote>\r\n</div>\r\n<div class=\"sblk\">\r\n<blockquote>\r\n<div class=\"scnt\"><span class=\"ssens\">  <strong>:</strong> a use of a wrong or inappropriate name </span><span class=\"ssens\"> <strong>:</strong>  a wrong name or inappropriate designation </span></div>\r\n<div class=\"scnt\"></div></blockquote>\r\n<p class=\"scnt\">Basically, a misnomer is using the wrong <em>name</em> for something . The example used by Merriam-Webster is the <em>international</em> airport that only serves domestic flights.  Seems straightforward enough. Yet, many times I hear journalists using the word misnomer when what they really mean is misunderstanding. They\'ll say something like: \"It\'s a misnomer to say that the senator is going to vote for the bill.\"</p>\r\n<p class=\"scnt\"><strong>You know that word doesn\'t exist, right?</strong></p>\r\n<p class=\"scnt\">There are some people who make up words or mispronounce words. Huffington Post lists <a href=\"http://www.huffingtonpost.com/shelley-emling/made-up-words_b_4072552.html\" target=\"_blank\">\"11 Commonly Used Made-Up Words That Drive Us Insane\"</a> to include: \"expresso,\" \"supposably,\" and the famous \"irregardless.\" (Buzzfeed has a similar list: <a href=\"http://www.buzzfeed.com/adamellis/17-misused-and-made-up-words-that-make-you-rage#.cdYqmVP5\" target=\"_blank\">17 Misused and Made-Up Words That Make You Rage</a>.)</p>\r\n<p class=\"scnt\">Using words that don\'t mean what you think they do only makes you sound ignorant to those who do understand the meaning. In cases like Capel\'s, not only will you sound ignorant but you may also offend. So here are some warnings:</p>\r\n\r\n<ul>\r\n	<li class=\"scnt\">If you are not sure of what a word means <em>precisely</em>, don\'t use it.</li>\r\n	<li class=\"scnt\">If you think a word is right, but you aren\'t absolutely sure, don\'t use it.</li>\r\n	<li class=\"scnt\">If you think you will sound like you know what you are talking about because you are using a long word, definitely don\'t use it.</li>\r\n	<li class=\"scnt\">And finally, use a dictionary. Look that pesky word up.</li>\r\n</ul>\r\n<h4>What words do you often notice as being misused?</h4>\r\n</div>','Are you sure you know what that word means?','','inherit','open','open','','2881-revision-v1','','','2015-02-26 08:32:09','2015-02-26 13:32:09','',2881,'http://deborahbrody.com/2015/02/2881-revision-v1/',0,'revision','',0),
(2936,4,'2015-03-31 10:56:13','2015-03-31 14:56:13','A few weeks ago I came across a blog post with a headline that said something like “Why my business is getting off Facebook immediately.” Naturally, I was intrigued. But then I read the article, which told me the many reasons why it would be stupid for him or anybody to leave Facebook, saying things such as: Yes, I want to get off the fastest growing social network that has 800 million readers and counting.\r\n\r\nThe article, awash is sarcasm, was <em>designed </em>to make readers feel stupid for considering leaving Facebook.\r\n\r\nI had been drawn in a headline that I didn’t realize was sarcastic until I read the blog post—a prime example of bait and switch. I felt angry and insulted that the author thought that anybody considering getting off Facebook was stupid.\r\n\r\nAnd then last week, I came across this article on Ragan.com: <a href=\"http://www.prdaily.com/Main/Articles/18342.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=CEO%20interview%20prep%3B%20Kraft%2C%20Heinz%20announce%20merger%3B%20Local%20TV%20and%20media%20relations%3B%20How%20to%20build%20a%20secure%20online%20newsroom%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18342.aspx\" target=\"_blank\">31 terms that will complicate your writing</a>. The headline is not sarcastic, but the article is. However, the article is written pretty badly—I was confused as were many other readers as evidenced by the comments. The article, in my opinion, does not work at all.\r\n\r\nI asked Brad Phillips, author of the <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training blog</a>, what he thought about using sarcasm in professional communication. Here’s what he said:\r\n<blockquote> The challenge is to make sure people don\'t take a comment you meant sarcastically as a straightforward, more serious one. Therefore, I try to always either preface a sarcastic comment with an obviously absurd rhetorical question or put it in italics to make clear that it stands apart from the rest of the post.</blockquote>\r\nExactly. <strong>Your reader or audience has to understand you are being sarcastic</strong>. If not, there will be misunderstanding and in essence, a lack of communication.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nWhen you decide to use sarcasm, you run three big risks:\r\n\r\n<strong>1. You risk irritating or even alienating your reader</strong>\r\n\r\nAccording to <em>The Complete Idiot’s Guide to Clear Communication</em> by Kris Cole, sarcasm inhibits communication: “Sarcasm in fact is in the same league as name-calling, ridiculing and shaming; and it leads to the same results.”\r\n\r\nIn intra-personal relationships, sarcasm can be extremely damaging. According to the post <a href=\"http://www.personalbrandingblog.com/the-damage-of-using-sarcasm-in-workplace-communication/\" target=\"_blank\">The Damage of Using Sarcasm in Workplace Communication</a> by Skip Weisman:\r\n<blockquote>There is no positive upside to using sarcasm. It offers only short-term positive impact for the sarcastic person whose ego may get a boost by putting others down in this manner.\r\n\r\nNow, it will be couched in the context of humor and trying to be funny. Yet, that humor comes at the expense of someone else.</blockquote>\r\nIn essence, your sarcasm is a put-down to your audience, which can certainly lead to irritation and alienation.\r\n\r\n<strong>2. You risk being misunderstood</strong>\r\n\r\nBecause sarcasm is a type of passive-aggressive communication -- where you say one thing but mean another -- there is a very good chance that your meaning will be misconstrued or lost.\r\n\r\nIt may be challenging for your readers to know that you are being sarcastic and as Brad Phillips said above, they may think you are being serious when in fact you are not.\r\n\r\nBecause sarcasm is often dependent on tone, and it is hard to express tone in writing, you will be forced to use devices like quotation marks or strike-throughs to make your meaning clear.\r\n\r\n<strong> 3. Your risk seeming ethnocentric and culturally insensitive</strong>\r\n\r\nSarcasm does not travel well across cultures. While American culture tends to be very sarcastic, other cultures are not. And even within the U.S., there are regional differences. According to <a href=\"http://www.smithsonianmag.com/science-nature/the-science-of-sarcasm-yeah-right-25038/?no-ist=&amp;page=2\" target=\"_blank\">The Science of Sarcasm? Yeah, Right</a> in Smithsonian Magazine:\r\n<blockquote>\r\n<p class=\"copy-paste-block\">Northerners also were more likely to think sarcasm was funny: 56 percent of Northerners found sarcasm humorous while only 35 percent of Southerners did. The New Yorkers and male students from either location were more likely to describe themselves as sarcastic.\r\n\r\n\r\n</p>\r\n</blockquote>\r\n\r\n<hr />\r\n\r\nWould you ever write a sarcastic white paper or case study? Probably not. Why? Because you think of white papers and case studies as serious documents, intended to share information and/or communicate a finding. Instinctively, we avoid sarcasm in “serious” communications. And many people don’t see blogging on the same level as other, more formal, writing.\r\n\r\nThe truth is that sarcasm is often used as a distancing technique, and it can be extremely corrosive to clear communication. You should avoid it in business blogging.\r\n<h4>How do you feel about sarcasm in business blogging? Do you use it? Do you avoid it?</h4>','3 big reasons to avoid sarcasm in your business blog ','','publish','open','open','','3-big-reasons-to-avoid-sarcasm-in-your-business-blog','','\nhttp://www.personalbrandingblog.com/the-damage-of-using-sarcasm-in-workplace-communication/','2015-03-31 10:56:13','2015-03-31 14:56:13','',0,'http://deborahbrody.com/?p=2936',0,'post','',0),
(2899,4,'2015-03-02 10:12:54','0000-00-00 00:00:00','I started reading a post and the author said he was going to \"explicate\" something. Explicate is a fancy word for explain. Explain is more widely used and universally understood. Explicate is rarely used and just sounds <del>pedantic</del> snobby.\r\n\r\nThen I tried to read a post but I couldn\'t make sense of it. The author is just not a very clear writer.\r\n\r\nA Twitter account I follow','Why I won\'t follow, share or even read','','draft','open','open','','','','','2015-03-02 10:12:54','2015-03-02 15:12:54','',0,'http://deborahbrody.com/?p=2899',0,'post','',0),
(2900,4,'2015-03-02 10:12:54','2015-03-02 15:12:54','I started reading a post and the author said he was going to \"explicate\" something. Explicate is a fancy word for explain. Explain is more widely used and universally understood. Explicate is rarely used and just sounds <del>pedantic</del> snobby.\r\n\r\nThen I tried to read a post but I couldn\'t make sense of it. The author is just not a very clear writer.\r\n\r\nA Twitter account I follow','Why I won\'t follow, share or even read','','inherit','open','open','','2899-revision-v1','','','2015-03-02 10:12:54','2015-03-02 15:12:54','',2899,'http://deborahbrody.com/2015/03/2899-revision-v1/',0,'revision','',0),
(2901,4,'2015-03-04 09:48:24','2015-03-04 14:48:24','Today is<a href=\"http://www.quickanddirtytips.com/national-grammar-day\" target=\"_blank\"> National Grammar Day</a>, and if there\'s one group that lives and breathes grammar, it\'s copy editors. (Note: you will find some that write copyediting and copyeditor as one word, but I decided to follow <em>Merriam-Webster</em>, which spells them as two words.)\r\n\r\nBy cleaning up your sloppy sentences, a copy editor makes your writing clearer. But not everyone has access to a copy editor. The next best thing is to learn what copy editors look for and apply it to your own writing.\r\n\r\n<strong>1. Follow a style guide and stick to it</strong>. Whether you have your own organizational style guide or you use a standard guide such as <em>The Associated Press Stylebook</em>, be sure to consult it and defer to it. You may want to write “Web site” but your style guide says it’s “website.” Don’t alternate usages. And check stuff that is likely to trip you up such as dates, abbreviations, addresses, and titles.\r\n\r\n<strong>2. Be consistent.</strong> Make sure you are using the same spelling and style throughout your document.\r\n\r\n<strong>3. Use a dictionary</strong> (and choose your standard). There are a couple big dictionary names: <em>Oxford</em> and <em>Merriam-Webster</em>. Choose one and stick to it and then use it to make sure that you are spelling [that word] correctly. And more so, <a title=\"Are you sure you know what that word means?\" href=\"http://deborahbrody.com/2015/02/are-you-sure-you-know-what-that-word-means/\" target=\"_blank\">does [that word] mean what you think it means? </a>\r\n\r\n<strong>4. Watch out for often-confused words.</strong> Commonly confused words sound the same or are very close in spelling, but don’t mean the same thing. Some examples are effect/affect, defer/differ, and compliment/complement. You can find exhaustive lists on the internet. Spell check won’t catch these mistakes but using the wrong word will most certainly alter the meaning of what you are writing.\r\n\r\n<strong>5. Fact check</strong>. Make sure it’s Mary and not Marie and that February 14<sup>th</sup>, 2015 was a Saturday and not a Friday. Are you sure that\'s the correct address? You get the drift.\r\n\r\n<strong>6. Pay attention to your commas (and apostrophes, colons, etc.)</strong>. Nothing can derail a sentence faster than missing or improper punctuation. Also, take a stand regarding the <a href=\"http://blog.oxforddictionaries.com/2015/01/video-oxford-comma/\" target=\"_blank\">Oxford or serial comma</a>. Use it or don\'t, but be consistent.\r\n\r\nWant more? Check out<a href=\"http://www.quickanddirtytips.com/education/grammar/grammar-girls-editing-checklist\" target=\"_blank\"> Grammar Girl\'s Editing Checklist</a> for an overview of the various mistakes that copy editors look for, and you can even print it out as reference!\r\n\r\nIt\'s easy to get lost in writing your thoughts and not pay attention to the details. However, the details (grammar, style,  punctuation, spelling) are what help to make your thoughts clear to your readers.\r\n<h4>How are you celebrating National Grammar Day?</h4>\r\n&nbsp;','6 copy editing rules to make you a better writer              ','','publish','open','open','','6-copy-editing-rules-to-make-you-a-better-writer','','http://deborahbrody.com/2015/02/are-you-sure-you-know-what-that-word-means/\nhttp://blog.oxforddictionaries.com/2015/01/video-oxford-comma/','2015-04-27 09:56:43','2015-04-27 13:56:43','',0,'http://deborahbrody.com/?p=2901',0,'post','',1),
(2902,4,'2015-03-04 09:44:14','2015-03-04 14:44:14','Today is<a href=\"http://www.quickanddirtytips.com/national-grammar-day\" target=\"_blank\"> National Grammar Day</a>, and if there\'s one group that lives and breathes grammar, it\'s copy editors. (Note: you will find some that write copyediting and copyeditor as one word, but I decided to follow <em>Merriam-Webster</em>, which spells them as two words.)\r\n\r\nBy cleaning up your sloppy sentences, a copy editor makes your writing clearer. But not everyone has access to a copy editor. The next best thing is to learn what copy editors look for and apply it to your own writing.\r\n\r\n<strong>1. Follow a style guide and stick to it</strong>. Whether you have your own organizational style guide or you use a standard guide such as <em>The Associated Press Style Guide</em>, be sure to consult it and defer to it. You may want to write “Web site” but your style guide says it’s “website.” Don’t alternate usages. And check stuff that is likely to trip you up such as dates, abbreviations, addresses, and titles.\r\n\r\n<strong>2. Be consistent.</strong> Make sure you are using the same spelling and style throughout your document.\r\n\r\n<strong>3. Use a dictionary</strong> (and choose your standard). There are a couple big dictionary names: <em>Oxford</em> and <em>Merriam-Webster</em>. Choose one and stick to it and then use it to make sure that you are spelling [that word] correctly. And more so, <a title=\"Are you sure you know what that word means?\" href=\"http://deborahbrody.com/2015/02/are-you-sure-you-know-what-that-word-means/\" target=\"_blank\">does [that word] mean what you think it means? </a>\r\n\r\n<strong>4. Watch out for often-confused words.</strong> Commonly confused words sound the same or are very close in spelling, but don’t mean the same thing. Some examples are effect/affect, defer/differ/difer, and compliment/complement. You can find exhaustive lists on the internet. Spell check won’t catch these mistakes but using the wrong word will most certainly alter the meaning of what you are writing.\r\n\r\n<strong>5. Fact check</strong>. Make sure it’s Mary and not Marie and that February 14<sup>th</sup>, 2015 was a Saturday and not a Friday. Are you sure that\'s the correct address? You get the drift.\r\n\r\n<strong>6. Pay attention to your commas (and apostrophes, colons, etc.)</strong>. Nothing can derail a sentence faster than missing or improper punctuation. Also, take a stand regarding the <a href=\"http://blog.oxforddictionaries.com/2015/01/video-oxford-comma/\" target=\"_blank\">Oxford or serial comma</a>. Use it or don\'t, but be consistent.\r\n\r\nWant more? Check out<a href=\"http://www.quickanddirtytips.com/education/grammar/grammar-girls-editing-checklist\" target=\"_blank\"> Grammar Girl\'s Editing Checklist</a> for an overview of the various mistakes that copy editors look for, and you can even print it out as reference!\r\n\r\nIt\'s easy to get lost in writing your thoughts and not pay attention to the details. However, the details (grammar, punctuation, spelling) are what help to make your thoughts clear to your readers.\r\n<h4>How are you celebrating National Grammar Day?</h4>\r\n&nbsp;','6 Copy Editing Rules to Make You a Better Writer              ','','inherit','open','open','','2901-revision-v1','','','2015-03-04 09:44:14','2015-03-04 14:44:14','',2901,'http://deborahbrody.com/2015/03/2901-revision-v1/',0,'revision','',0),
(2904,4,'2015-03-06 16:53:21','2015-03-06 21:53:21','I share so many articles every day on Twitter, and of those I save my favorites to Pocket (my favorite tool for saving articles). Starting today, I will do a weekly or biweekly round-up of great articles for weekend reading.\r\n\r\nHere are three articles on writing and editing:\r\n\r\n<a href=\"http://ajr.org/2015/03/04/7-self-editing-tips-reporters-without-copy-editors/\" target=\"_blank\">7 Self-Editing Tips for Reporters Without Copy Editors</a>\r\n\r\n<a href=\"http://www.americanpressinstitute.org/publications/research-review/the-value-of-copy-editing/?utm_source=API%27s+Need+to+Know+newsletter&amp;utm_campaign=e43d815832-Need_to_Know_March_3_20153_3_2015&amp;utm_medium=email&amp;utm_term=0_e3bf78af04-e43d815832-45802581\" target=\"_blank\">Study Shows the Value of Copy Editing</a>\r\n\r\n<a href=\"http://www.prdaily.com/Main/Articles/18213.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=PR%20tools%20someone%20should%20invent%3B%20Target%27s%20job%20cuts%3B%20Yik%20Yak%27s%20growing%20popularity%3B%20Tinder%20accused%20of%20ageism%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18213.aspx\" target=\"_blank\">11 easy ways to write more clearly</a>\r\n\r\nHere\'s a couple about websites and social media:\r\n\r\n<a href=\"http://www.entrepreneur.com/article/238324\" target=\"_blank\">5 Things You Can Learn From a Poorly Designed Website</a>\r\n\r\n<a href=\"https://hbr.org/2015/03/is-social-media-actually-helping-your-companys-bottom-line?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+harvardbusiness+%28HBR.org%29\" target=\"_blank\">Is Social Media Actually Helping Your Company\'s Bottom Line?</a>\r\n<h4>Happy reading and have a great weekend!</h4>\r\n&nbsp;','Some weekend reading','','publish','open','open','','some-weekend-reading','','\nhttp://www.americanpressinstitute.org/publications/research-review/the-value-of-copy-editing/','2015-03-06 16:53:21','2015-03-06 21:53:21','',0,'http://deborahbrody.com/?p=2904',0,'post','',0),
(2905,4,'2015-03-06 16:51:01','2015-03-06 21:51:01','I share so many articles every day on Twitter, and I save a few to Pocket. Starting today, I will do a weekly or biweekly round-up of great articles for weekend reading.\r\n\r\nHere are three articles on writing and editing:\r\n\r\n<a href=\"http://ajr.org/2015/03/04/7-self-editing-tips-reporters-without-copy-editors/\" target=\"_blank\">7 Self-Editing Tips for Reporters Without Copy Editors</a>\r\n\r\n<a href=\"http://www.americanpressinstitute.org/publications/research-review/the-value-of-copy-editing/?utm_source=API%27s+Need+to+Know+newsletter&amp;utm_campaign=e43d815832-Need_to_Know_March_3_20153_3_2015&amp;utm_medium=email&amp;utm_term=0_e3bf78af04-e43d815832-45802581\" target=\"_blank\">Study Shows the Value of Copy Editing</a>\r\n\r\n<a href=\"http://www.prdaily.com/Main/Articles/18213.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=PR%20tools%20someone%20should%20invent%3B%20Target%27s%20job%20cuts%3B%20Yik%20Yak%27s%20growing%20popularity%3B%20Tinder%20accused%20of%20ageism%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18213.aspx\" target=\"_blank\">11 easy ways to write more clearly</a>\r\n\r\nHere\'s a couple about websites and social media:\r\n\r\n<a href=\"http://www.entrepreneur.com/article/238324\" target=\"_blank\">5 Things You Can Learn From a Poorly Designed Website</a>\r\n\r\n<a href=\"https://hbr.org/2015/03/is-social-media-actually-helping-your-companys-bottom-line?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+harvardbusiness+%28HBR.org%29\" target=\"_blank\">Is Social Media Actually Helping Your Company\'s Bottom Line?</a>\r\n<h4>Happy reading and have a great weekend!</h4>\r\n&nbsp;','Some weekend reading','','inherit','open','open','','2904-revision-v1','','','2015-03-06 16:51:01','2015-03-06 21:51:01','',2904,'http://deborahbrody.com/2015/03/2904-revision-v1/',0,'revision','',0),
(2906,4,'2015-03-06 16:53:21','2015-03-06 21:53:21','I share so many articles every day on Twitter, and of those I save my favorites to Pocket (my favorite tool for saving articles). Starting today, I will do a weekly or biweekly round-up of great articles for weekend reading.\r\n\r\nHere are three articles on writing and editing:\r\n\r\n<a href=\"http://ajr.org/2015/03/04/7-self-editing-tips-reporters-without-copy-editors/\" target=\"_blank\">7 Self-Editing Tips for Reporters Without Copy Editors</a>\r\n\r\n<a href=\"http://www.americanpressinstitute.org/publications/research-review/the-value-of-copy-editing/?utm_source=API%27s+Need+to+Know+newsletter&amp;utm_campaign=e43d815832-Need_to_Know_March_3_20153_3_2015&amp;utm_medium=email&amp;utm_term=0_e3bf78af04-e43d815832-45802581\" target=\"_blank\">Study Shows the Value of Copy Editing</a>\r\n\r\n<a href=\"http://www.prdaily.com/Main/Articles/18213.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=PR%20tools%20someone%20should%20invent%3B%20Target%27s%20job%20cuts%3B%20Yik%20Yak%27s%20growing%20popularity%3B%20Tinder%20accused%20of%20ageism%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18213.aspx\" target=\"_blank\">11 easy ways to write more clearly</a>\r\n\r\nHere\'s a couple about websites and social media:\r\n\r\n<a href=\"http://www.entrepreneur.com/article/238324\" target=\"_blank\">5 Things You Can Learn From a Poorly Designed Website</a>\r\n\r\n<a href=\"https://hbr.org/2015/03/is-social-media-actually-helping-your-companys-bottom-line?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+harvardbusiness+%28HBR.org%29\" target=\"_blank\">Is Social Media Actually Helping Your Company\'s Bottom Line?</a>\r\n<h4>Happy reading and have a great weekend!</h4>\r\n&nbsp;','Some weekend reading','','inherit','open','open','','2904-revision-v1','','','2015-03-06 16:53:21','2015-03-06 21:53:21','',2904,'http://deborahbrody.com/2015/03/2904-revision-v1/',0,'revision','',0),
(2907,4,'2015-03-07 10:17:33','2015-03-07 15:17:33','Today is<a href=\"http://www.quickanddirtytips.com/national-grammar-day\" target=\"_blank\"> National Grammar Day</a>, and if there\'s one group that lives and breathes grammar, it\'s copy editors. (Note: you will find some that write copyediting and copyeditor as one word, but I decided to follow <em>Merriam-Webster</em>, which spells them as two words.)\r\n\r\nBy cleaning up your sloppy sentences, a copy editor makes your writing clearer. But not everyone has access to a copy editor. The next best thing is to learn what copy editors look for and apply it to your own writing.\r\n\r\n<strong>1. Follow a style guide and stick to it</strong>. Whether you have your own organizational style guide or you use a standard guide such as <em>The Associated Press Style Guide</em>, be sure to consult it and defer to it. You may want to write “Web site” but your style guide says it’s “website.” Don’t alternate usages. And check stuff that is likely to trip you up such as dates, abbreviations, addresses, and titles.\r\n\r\n<strong>2. Be consistent.</strong> Make sure you are using the same spelling and style throughout your document.\r\n\r\n<strong>3. Use a dictionary</strong> (and choose your standard). There are a couple big dictionary names: <em>Oxford</em> and <em>Merriam-Webster</em>. Choose one and stick to it and then use it to make sure that you are spelling [that word] correctly. And more so, <a title=\"Are you sure you know what that word means?\" href=\"http://deborahbrody.com/2015/02/are-you-sure-you-know-what-that-word-means/\" target=\"_blank\">does [that word] mean what you think it means? </a>\r\n\r\n<strong>4. Watch out for often-confused words.</strong> Commonly confused words sound the same or are very close in spelling, but don’t mean the same thing. Some examples are effect/affect, defer/differ/difer, and compliment/complement. You can find exhaustive lists on the internet. Spell check won’t catch these mistakes but using the wrong word will most certainly alter the meaning of what you are writing.\r\n\r\n<strong>5. Fact check</strong>. Make sure it’s Mary and not Marie and that February 14<sup>th</sup>, 2015 was a Saturday and not a Friday. Are you sure that\'s the correct address? You get the drift.\r\n\r\n<strong>6. Pay attention to your commas (and apostrophes, colons, etc.)</strong>. Nothing can derail a sentence faster than missing or improper punctuation. Also, take a stand regarding the <a href=\"http://blog.oxforddictionaries.com/2015/01/video-oxford-comma/\" target=\"_blank\">Oxford or serial comma</a>. Use it or don\'t, but be consistent.\r\n\r\nWant more? Check out<a href=\"http://www.quickanddirtytips.com/education/grammar/grammar-girls-editing-checklist\" target=\"_blank\"> Grammar Girl\'s Editing Checklist</a> for an overview of the various mistakes that copy editors look for, and you can even print it out as reference!\r\n\r\nIt\'s easy to get lost in writing your thoughts and not pay attention to the details. However, the details (grammar, punctuation, spelling) are what help to make your thoughts clear to your readers.\r\n<h4>How are you celebrating National Grammar Day?</h4>\r\n&nbsp;','6 copy editing rules to make you a better writer              ','','inherit','open','open','','2901-revision-v1','','','2015-03-07 10:17:33','2015-03-07 15:17:33','',2901,'http://deborahbrody.com/2015/03/2901-revision-v1/',0,'revision','',0),
(2908,4,'2015-03-10 16:21:04','2015-03-10 20:21:04','This morning, the <a href=\"http://www.washingtonpost.com/local/trafficandcommuting/metro-brings-in-high-powered-help-to-rebuild-its-image/2015/03/09/e12a6084-c685-11e4-aa1a-86135599fb0f_story.html\" target=\"_blank\">Washington Post reports</a> that Metro (the Washington Area Metropolitan Transit Authority or WMATA) is hiring two big public relations/communications firms\r\n<blockquote>\"to help the transit agency rebuild its tattered image in the wake of a fatal Jan. 12 smoke incident.\"</blockquote>\r\nThe two agencies, O\'Neill Associates and Hill + Knowlton Strategies, are expert in crisis communications and will help develop a reputation management communications plan.\r\n\r\n<strong>The problem for Metro is that it has more than an image problem. It has an organizational problem.</strong>\r\n\r\nAs anybody who lives in the Washington, D.C. area and who rides Metro knows, WMATA has frequent problems, including lengthy delays, broken car doors, broken escalators, and smoke-filled stations. Most of these problems do not result in fatalities, as did the January incident, but they do inconvenience hundreds of commuters every day.\r\n\r\nWMATA has also experienced a drop in ridership in the past year (<a href=\"http://wtop.com/traffic/2015/03/d-c-area-sees-fewer-taking-public-transit/\" target=\"_blank\">D.C. area sees fewer taking public transit</a>). Although the article attributes this decline to lower gas prices, it is hard to imagine it doesn\'t have to do with the unreliable and expensive service that WMATA offers.\r\n\r\nMost news reports about the January incident detail aspects of WMATA\'s organizational challenges. There\'s a lack of internal accountability (why weren\'t NTSB safety directives followed?) and a lack of cooperation with external parties (first responders did not know where the smoke-filled train was in the tunnel and their radios did not work underground).\r\n\r\nIt\'s beyond my knowledge to detail the workings of WMATA, but as a rider, I have seen countless examples of poor service. Track work (or \"rebuilding\" as it is now called) happens nearly every weekend, causing lengthy delays. And the cost is astronomical. At the highest end, a round-trip peak-hour commute costs nearly $12.\r\n\r\nFrustration with Metro does not have to do with its image. It has to do with the real, day-to-day interactions most riders have with the system. A crisis communication plan is always good to have (as an aside, several years ago I heard Metro\'s then public relations director say that the agency had a plan in case of terrorism on the system, <em>but not in case of accidents</em>).\r\n\r\nI hope that by hiring outside communications counsel, Metro is admitting it has a problem and that it is ready to seek for a solution. But the solution is not simply <em>to appear</em> to have stuff under control (create a positive image). <strong>The real solution would be to address the organizational issues that underlie the image problem.</strong>\r\n\r\nWhat are your thoughts?','Marketing communications efforts do not fix organizational problems','','publish','open','open','','marketing-communications-efforts-do-not-fix-organizational-problems','','','2015-03-10 16:21:04','2015-03-10 20:21:04','',0,'http://deborahbrody.com/?p=2908',0,'post','',0),
(2909,4,'2015-03-10 16:19:38','2015-03-10 20:19:38','This morning, the <a href=\"http://www.washingtonpost.com/local/trafficandcommuting/metro-brings-in-high-powered-help-to-rebuild-its-image/2015/03/09/e12a6084-c685-11e4-aa1a-86135599fb0f_story.html\" target=\"_blank\">Washington Post reports</a> that Metro (the Washington Area Metropolitan Transit Authority or WMATA) is hiring two big public relations/communications firms\r\n<blockquote>\"to help the transit agency rebuild its tattered image in the wake of a fatal Jan. 12 smoke incident.\"</blockquote>\r\nThe two agencies, O\'Neill Associates and Hill + Knowlton Strategies, are expert in crisis communications and will help develop a reputation management communications plan.\r\n\r\n<strong>The problem for Metro is that it has more than an image problem. It has an organizational problem.</strong>\r\n\r\nAs anybody who lives in the Washington, D.C. area and who rides Metro knows, WMATA has frequent problems, including lengthy delays, broken car doors, broken escalators, and smoke-filled stations. Most of these problems do not result in fatalities, as did the January incident, but they do inconvenience hundreds of commuters every day.\r\n\r\nWMATA has also experienced a drop in ridership in the past year (<a href=\"http://wtop.com/traffic/2015/03/d-c-area-sees-fewer-taking-public-transit/\" target=\"_blank\">D.C. area sees fewer taking public transit</a>). Although the article attributes this decline to lower gas prices, it is hard to imagine it doesn\'t have to do with the unreliable and expensive service that WMATA offers.\r\n\r\nMost news reports about the January incident detail aspects of WMATA\'s organizational challenges. There\'s a lack of internal accountability (why weren\'t NTSB safety directives followed?) and a lack of cooperation with external parties (first responders did not know where the smoke-filled train was in the tunnel and their radios did not work underground).\r\n\r\nIt\'s beyond my knowledge to detail the workings of WMATA, but as a rider, I have seen countless examples of poor service. Track work (or \"rebuilding\" as it is now called) happens nearly every weekend, causing lengthy delays. And the cost is astronomical. At the highest end, a round-trip peak-hour commute costs nearly $12.\r\n\r\nFrustration with Metro does not have to do with its image. It has to do with the real, day-to-day interactions most riders have with the system. A crisis communication plan is always good to have (as an aside, several years ago I heard Metro\'s then public relations director say that the agency had a plan in case of terrorism on the system, <em>but not in case of accidents</em>).\r\n\r\nI hope that by hiring outside communications counsel, Metro is admitting it has a problem and that it is ready to seek for a solution. But the solution is not simply <em>to appear</em> to have stuff under control (create a positive image). <strong>The real solution would be to address the organizational issues that underlie the image problem.</strong>\r\n\r\nWhat are your thoughts?','Marketing communications efforts do not fix organizational problems','','inherit','open','open','','2908-revision-v1','','','2015-03-10 16:19:38','2015-03-10 20:19:38','',2908,'http://deborahbrody.com/2015/03/2908-revision-v1/',0,'revision','',0),
(2933,4,'2015-03-27 19:04:57','2015-03-27 23:04:57','Mis servicios:\n<ul>\n	<li>Escritura y producción de materiales de mercadeo (marketing), ya sea un folleto, comunicados de prensa, o el contenido de un sitio Web.</li>\n	<li>Redacción de materiales.</li>\n	<li>Traducción de materiales  ingles/español.</li>\n</ul>\nPuede contar con trabajos hechos con creatividad y experiencia, y con la confianza de que hare el trabajo en el tiempo adecuado y a un precio justo.\n\nDependiendo de las exigencias del cliente, trabajo por proyecto o a largo plazo. En todo caso, el precio se dará por escrito.\n\n<strong>Biografia</strong>\n\nDeborah establecio su compañia en 2002. Cuenta con una carrera que abarca veinte años de trabajo en las industrias de relaciones públicas y de publicidad. Deborah obtuvo una Maestría en Comunicaciones en Boston University.\n\n<strong>¿Como le puedo ayudar? Mandeme un mail:</strong>\n\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>','Espanol','','inherit','open','open','','20-autosave-v1','','','2015-03-27 19:04:57','2015-03-27 23:04:57','',20,'http://deborahbrody.com/2015/03/20-autosave-v1/',0,'revision','',0),
(2919,4,'2015-03-16 09:26:29','2015-03-16 13:26:29','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with 20 years of public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\r\n<div></div>\r\n<div id=\"testimonial\">Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland and when not writing, she enjoys cooking, following current events and politics and doing yoga.\r\n<p id=\"testimonial\"></p>\r\n\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2015-03-16 09:26:29','2015-03-16 13:26:29','',18,'http://deborahbrody.com/2015/03/18-revision-v1/',0,'revision','',0),
(2911,4,'2015-03-16 09:16:54','2015-03-16 13:16:54','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with 20 years of public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\r\n<div></div>\r\n<div>Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland and when not writing, she enjoys cooking, following current events and politics and doing yoga.\r\n<p style=\"text-align: center; font-size: 20px;\"><a href=\"http://deborahbrody.com/about/clients/\">Clients</a> | <a href=\"http://deborahbrody.com/about/portfolio/\">Portfolio</a> | <a href=\"http://deborahbrody.com/about/how-we-work/\">How We Work |</a><a title=\"Newsletters\" href=\"http://deborahbrody.com/about/newsletters/\">Newsletters</a></p>\r\n\r\n</div>\r\n<div id=\"aboutright\">\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">In the media relations area, Deborah displayed great news instincts - she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she\'s bi-lingual and can help you reach even broader audiences.</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n\r\n</div>\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">Deborah wrote 8 reports on workshops that took place at the International Aid &amp; Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah\'s work and she was a pleasure to work with.</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n\r\n</div>\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends.</p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n\r\n</div>\r\n</div>','About','','inherit','open','open','','18-revision-v1','','','2015-03-16 09:16:54','2015-03-16 13:16:54','',18,'http://deborahbrody.com/2015/03/18-revision-v1/',0,'revision','',0),
(2914,4,'2015-03-16 09:23:25','2015-03-16 13:23:25','“I\'ve had multiple opportunities to use Deborah for writing projects. You can depend on Deborah to turn things around quickly with spot-on work. She does a thorough job by putting the time in upfront to completely understand your objectives. She\'s great at meeting deadlines, communicates well and edits quickly. I highly recommend her for writing projects.”\r\n\r\n<em>David Heyman, Director, Customer Retention, FrontPoint Security</em>\r\n\r\n“Deborah is not someone you hire if you just want her to execute your plan \"as is,\" because she\'ll always tell you a better way to do it if there is one! Deborah does a fabulous job of looking at the bigger picture and making sure all projects are geared towards meeting your overall business goals. In addition to strategic planning, she\'s a terrific writer and editor.\r\n\r\n<em>Diane Danielson, Chief Operating Officer, Sperry Van Ness International Corp.</em>\r\n\r\n\"In the media relations area, Deborah displayed great news instincts – she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she’s bi-lingual and can help you reach even broader audiences.\"\r\n\r\n<em>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</em>\r\n\r\n\"Deborah wrote 8 reports on workshops that took place at the International Aid &amp; Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah’s work and she was a pleasure to work with.\"\r\n\r\n<em>Sula Bruce, Aid and Development Forum</em>\r\n\r\n\"Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends.\"\r\n\r\n<em>Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</em>','What Clients Say','','publish','open','open','','what-clients-say','','','2015-03-16 09:25:49','2015-03-16 13:25:49','',1237,'http://deborahbrody.com/?page_id=2914',0,'page','',0),
(2916,4,'2015-03-16 09:22:56','2015-03-16 13:22:56','“I\'ve had multiple opportunities to use Deborah for writing projects. You can depend on Deborah to turn things around quickly with spot-on work. She does a thorough job by putting the time in upfront to completely understand your objectives. She\'s great at meeting deadlines, communicates well and edits quickly. I highly recommend her for writing projects.”\r\n\r\n<em>David Heyman, Director, Customer Retention, FrontPoint Security</em>\r\n\r\n“Deborah is not someone you hire if you just want her to execute your plan \"as is,\" because she\'ll always tell you a better way to do it if there is one! Deborah does a fabulous job of looking at the bigger picture and making sure all projects are geared towards meeting your overall business goals. In addition to strategic planning, she\'s a terrific writer and editor.\r\n\r\n<em>Diane Danielson, Chief Operating Officer, Sperry Van Ness International Corp.</em>\r\n\r\n\"In the media relations area, Deborah displayed great news instincts – she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she’s bi-lingual and can help you reach even broader audiences.\"\r\n\r\n<em>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</em>\r\n\r\n\"Deborah wrote 8 reports on workshops that took place at the International Aid &amp; Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah’s work and she was a pleasure to work with.\"\r\n\r\n<em>Sula Bruce, Aid and Development Forum</em>\r\n\r\n\"Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends.\"\r\n\r\n<em>Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</em>','What clients say','','inherit','open','open','','2914-revision-v1','','','2015-03-16 09:22:56','2015-03-16 13:22:56','',2914,'http://deborahbrody.com/2015/03/2914-revision-v1/',0,'revision','',0),
(2915,4,'2015-03-16 09:21:13','2015-03-16 13:21:13','<div id=\"stcpDiv\">\r\n<div id=\"testimonial\">\r\n\r\n“I\'ve had multiple opportunities to use Deborah for writing projects. You can depend on Deborah to turn things around quickly with spot-on work. She does a thorough job by putting the time in upfront to completely understand your objectives. She\'s great at meeting deadlines, communicates well and edits quickly. I highly recommend her for writing projects.”\r\n\r\n<em>David Heyman, Director, Customer Retention, FrontPoint Security</em>\r\n\r\n“Deborah is not someone you hire if you just want her to execute your plan \"as is,\" because she\'ll always tell you a better way to do it if there is one! Deborah does a fabulous job of looking at the bigger picture and making sure all projects are geared towards meeting your overall business goals. In addition to strategic planning, she\'s a terrific writer and editor.\r\n\r\n<em>Diane Danielson, Chief Operating Officer, Sperry Van Ness International Corp.</em>\r\n<p id=\"testimonial\">\"In the media relations area, Deborah displayed great news instincts – she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she’s bi-lingual and can help you reach even broader audiences.\"</p>\r\n<p id=\"testimonial\">Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</p>\r\n\r\n</div>\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">\"Deborah wrote 8 reports on workshops that took place at the International Aid &amp; Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah’s work and she was a pleasure to work with.\"</p>\r\n<p id=\"testimonial\">Sula Bruce, Aid and Development Forum</p>\r\n\r\n</div>\r\n<div id=\"testimonial\">\r\n<p id=\"testimonial\">\"Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends.\"</p>\r\n<p id=\"testimonial\">Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</p>\r\n\r\n</div>\r\n</div>','What clients say','','inherit','open','open','','2914-revision-v1','','','2015-03-16 09:21:13','2015-03-16 13:21:13','',2914,'http://deborahbrody.com/2015/03/2914-revision-v1/',0,'revision','',0),
(2917,4,'2015-03-16 09:25:14','2015-03-16 13:25:14',' ','','','publish','open','open','','2917','','','2018-02-12 10:39:33','2018-02-12 15:39:33','',1237,'http://deborahbrody.com/?p=2917',12,'nav_menu_item','',0),
(2918,4,'2015-03-16 09:25:49','2015-03-16 13:25:49','“I\'ve had multiple opportunities to use Deborah for writing projects. You can depend on Deborah to turn things around quickly with spot-on work. She does a thorough job by putting the time in upfront to completely understand your objectives. She\'s great at meeting deadlines, communicates well and edits quickly. I highly recommend her for writing projects.”\r\n\r\n<em>David Heyman, Director, Customer Retention, FrontPoint Security</em>\r\n\r\n“Deborah is not someone you hire if you just want her to execute your plan \"as is,\" because she\'ll always tell you a better way to do it if there is one! Deborah does a fabulous job of looking at the bigger picture and making sure all projects are geared towards meeting your overall business goals. In addition to strategic planning, she\'s a terrific writer and editor.\r\n\r\n<em>Diane Danielson, Chief Operating Officer, Sperry Van Ness International Corp.</em>\r\n\r\n\"In the media relations area, Deborah displayed great news instincts – she knew what was newsworthy and how to get coverage. She is a creative, clear, and concise writer, targeting her products to the organization and its audiences. Plus, she’s bi-lingual and can help you reach even broader audiences.\"\r\n\r\n<em>Debbie Auerbach-Deutsch, former VP of Communications, B’nai B’rith International</em>\r\n\r\n\"Deborah wrote 8 reports on workshops that took place at the International Aid &amp; Trade Event in Washington D.C. The articles she wrote are accurate, engaging and comprehensive. They were delivered as requested and on time. I am more than satisfied with Deborah’s work and she was a pleasure to work with.\"\r\n\r\n<em>Sula Bruce, Aid and Development Forum</em>\r\n\r\n\"Deborah is a smart, clear, and strong writer who always impresses me with her awareness of the latest marketing trends.\"\r\n\r\n<em>Bonnie Auslander, Office of Business Communications, American University Kogod School of Business</em>','What Clients Say','','inherit','open','open','','2914-revision-v1','','','2015-03-16 09:25:49','2015-03-16 13:25:49','',2914,'http://deborahbrody.com/2015/03/2914-revision-v1/',0,'revision','',0),
(2920,4,'2015-03-17 10:16:12','2015-03-17 14:16:12','Not a day goes by that I don’t see a post about tools. Just this morning I saw this: <a href=\"http://www.huffingtonpost.com/alex-ivanovs/10-social-media-tools-for_b_6619490.html\" target=\"_blank\">“10 Social Media Tools for Small Businesses and Freelancers.”</a> We are obsessed with tools, especially the online and free variety.\r\n\r\n[caption id=\"attachment_2921\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/03/9386959986_36e3678938_z.jpg\"><img class=\"size-medium wp-image-2921\" src=\"http://deborahbrody.com/wp-content/uploads/2015/03/9386959986_36e3678938_z-300x225.jpg\" alt=\"watercolors sets 1 by niftynotebook on Flickr\" width=\"300\" height=\"225\" /></a> watercolors sets 1 by niftynotebook on Flickr[/caption]\r\n\r\n<strong>Tools exist to make jobs easier</strong>\r\n\r\nIt’d be hard to create this blog post without Microsoft Word or WordPress. If I wanted to make a cake, having an electric mixer would be helpful. But, owning or having access to tools, even the most advanced or professional type, does not make you a professional or an expert. In other words, owning a paintbrush does not make you an artist, any more than having Adobe Photoshop makes you a graphic designer.\r\n\r\n<strong>Having a tool does not make you an expert</strong>\r\n\r\nSay you bought some sculpting equipment. Do you think you will now be able to sculpt something like Michelangelo’s David? Well, you might…<em>if</em> you had years of training, Michelangelo’s genius, and some amazing Italian marble to work with.\r\n\r\nThe problem is not using tools to help you do your job, it’s that some organizations and individuals believe they can substitute a tool for an expert, or worse, that having the tool (Adobe Photoshop comes to mind), makes you the expert.\r\n\r\n<strong>Doing it yourself could cost you</strong>\r\n\r\nLast week, I was meeting with my accountant and he told me about a new client he recently started working with. This client had been filing his taxes using a popular online tax software. It turns out that my accountant was able to find the client thousands of dollars in tax savings because the do-it-yourself client had not known how to take depreciation on his mortgage and other deductions. Having tax software does not make you an accountant. The reason accountants can charge for their time is that they know what to do with the tax software, they understand tax laws and how they affect individual situations.\r\n\r\n<strong>How do you say wrong in Spanish?</strong>\r\n\r\nSome organizations are turning to tools like Google Translate (or other online translation software) in order to save money by not hiring a professional translator. The results can be disastrous. Same can be said for do-it-yourself graphic design, website building and any number of services people think they can get for free or cheap.\r\n\r\nJust a couple of weeks ago, I was on a national environmental group’s website. The group has chapters around the world, and in the Spanish version of the website, the word used for “chapters” was “capítulos,” which quite literally means chapters in a book. In Spanish, capítulo is <em>not </em>used as a synonym for a section or group of people.\r\n\r\nMy advice is to only use tools for routine jobs and leave the skilled work to the professionals. It may seem to cost more to hire somebody, but as my accountant proved to his new client, it could end up saving you thousands down the road.\r\n<h4>What do you think? Do you rely on tools to avoid hiring a professional?</h4>','Tools save you money, except when they don\'t','','publish','open','open','','tools-save-you-money-except-when-they-dont','','','2015-03-17 10:16:12','2015-03-17 14:16:12','',0,'http://deborahbrody.com/?p=2920',0,'post','',3),
(2921,4,'2015-03-17 10:09:23','2015-03-17 14:09:23','','9386959986_36e3678938_z','watercolors sets 1 by niftynotebook on Flickr','inherit','open','open','','9386959986_36e3678938_z','','','2015-03-17 10:09:50','2015-03-17 14:09:50','',2920,'http://deborahbrody.com/wp-content/uploads/2015/03/9386959986_36e3678938_z.jpg',0,'attachment','image/jpeg',0),
(2922,4,'2015-03-17 10:15:40','2015-03-17 14:15:40','Not a day goes by that I don’t see a post about tools. Just this morning I saw this: <a href=\"http://www.huffingtonpost.com/alex-ivanovs/10-social-media-tools-for_b_6619490.html\" target=\"_blank\">“10 Social Media Tools for Small Businesses and Freelancers.”</a> We are obsessed with tools, especially the online and free variety.\r\n\r\n[caption id=\"attachment_2921\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/03/9386959986_36e3678938_z.jpg\"><img class=\"size-medium wp-image-2921\" src=\"http://deborahbrody.com/wp-content/uploads/2015/03/9386959986_36e3678938_z-300x225.jpg\" alt=\"watercolors sets 1 by niftynotebook on Flickr\" width=\"300\" height=\"225\" /></a> watercolors sets 1 by niftynotebook on Flickr[/caption]\r\n\r\n<strong>Tools exist to make jobs easier</strong>\r\n\r\nIt’d be hard to create this blog post without Microsoft Word or WordPress. If I wanted to make a cake, having an electric mixer would be helpful. But, owning or having access to tools, even the most advanced or professional type, does not make you a professional or an expert. In other words, owning a paintbrush does not make you an artist, any more than having Adobe Photoshop makes you a graphic designer.\r\n\r\n<strong>Having a tool does not make you an expert</strong>\r\n\r\nSay you bought some sculpting equipment. Do you think you will now be able to sculpt something like Michelangelo’s David? Well, you might…<em>if</em> you had years of training, Michelangelo’s genius, and some amazing Italian marble to work with.\r\n\r\nThe problem is not using tools to help you do your job, it’s that some organizations and individuals believe they can substitute a tool for an expert, or worse, that having the tool (Adobe Photoshop comes to mind), makes you the expert.\r\n\r\n<strong>Doing it yourself could cost you</strong>\r\n\r\nLast week, I was meeting with my accountant and he told me about a new client he recently started working with. This client had been filing his taxes using a popular online tax software. It turns out that my accountant was able to find the client thousands of dollars in tax savings because the do-it-yourself client had not known how to take depreciation on his mortgage and other deductions. Having tax software does not make you an accountant. The reason accountants can charge for their time is that they know what to do with the tax software, they understand tax laws and how they affect individual situations.\r\n\r\n<strong>How do you say wrong in Spanish?</strong>\r\n\r\nSome organizations are turning to tools like Google Translate (or other online translation software) in order to save money by not hiring a professional translator. The results can be disastrous. Same can be said for do-it-yourself graphic design, website building and any number of services people think they can get for free or cheap.\r\n\r\nJust a couple of weeks ago, I was on a national environmental group’s website. The group has chapters around the world, and in the Spanish version of the website, the word used for “chapters” was “capítulos,” which quite literally means chapters in a book. In Spanish, capítulo is <em>not </em>used as a synonym for a section or group of people.\r\n\r\nMy advice is to only use tools for routine jobs and leave the skilled work to the professionals. It may seem to cost more to hire somebody, but as my accountant proved to his new client, it could end up saving you thousands down the road.\r\n<h4>What do you think? Do you rely on tools to avoid hiring a professional?</h4>','Tools save you money, except when they don\'t','','inherit','open','open','','2920-revision-v1','','','2015-03-17 10:15:40','2015-03-17 14:15:40','',2920,'http://deborahbrody.com/2015/03/2920-revision-v1/',0,'revision','',0),
(2923,4,'2015-03-18 09:23:46','2015-03-18 13:23:46','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/p/83c206/preview\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2015-03-18 09:23:46','2015-03-18 13:23:46','',2509,'http://deborahbrody.com/2015/03/2509-revision-v1/',0,'revision','',0),
(2924,4,'2015-03-18 16:59:58','2015-03-18 20:59:58','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2015-03-18 16:59:58','2015-03-18 20:59:58','',2509,'http://deborahbrody.com/2015/03/2509-revision-v1/',0,'revision','',0),
(2925,4,'2015-03-20 09:29:27','2015-03-20 13:29:27','As I type this, it is snowing outside (again). Let\'s hope this is the last time this season! Spring starts this evening, at 6:45 p.m. and we are all ready for warmer temps and NO MORE SNOW! But I digress.\r\n\r\nFollowing, you will find seven of the most interesting and/or useful  articles I have read and shared in the past couple of weeks. So pour yourself a nice cup of something brewed, and have fun reading!\r\n\r\n<strong>On blogs and blogging:</strong>\r\n\r\n<a href=\"http://www.searchenginejournal.com/3-google-analytics-reports-help-find-blog-post-ideas-readers-will-love/125811/\" target=\"_blank\">3 Google Analytics Reports to Help You Find Blog Post Ideas Your Readers Will Love</a>\r\n\r\n<a href=\"https://blog.bufferapp.com/perfect-blog-post-research-data\" target=\"_blank\">The Anatomy of a Perfect Blog Post</a>\r\n\r\n<a href=\"http://contentmarketinginstitute.com/2015/03/fact-check-content/\" target=\"_blank\">How Well Do You Fact-Check Your Content</a>\r\n\r\n<strong>On writing and copy editing:</strong>\r\n\r\n<a href=\"http://www.quickanddirtytips.com/education/grammar/like-versus-as\" target=\"_blank\">Like Versus As</a>\r\n\r\n<a href=\"http://www.copyblogger.com/writing-exercises/?utm_source=twitter&amp;utm_medium=social&amp;utm_content=Oktopost-twitter-profile&amp;utm_campaign=Oktopost-Classic+Posts\" target=\"_blank\">12 Writing Exercises That Will Transform Your Copy Today</a>\r\n\r\n<a href=\"http://www.forbes.com/sites/robertwynne/2015/02/19/12-useless-public-relations-terms/\" target=\"_blank\">12 Useless Public Relations Terms</a>\r\n\r\n<a href=\"http://www.inc.com/christina-desmarais/20-embarrassing-phrases-even-smart-people-misuse.html\" target=\"_blank\">20 Embarrassing Phrases Even Smart People Misuse</a>\r\n\r\nHappy spring!\r\n\r\n&nbsp;','The week\'s best brew: super-caffeinated articles','','publish','open','open','','the-weeks-best-brew-super-caffeinated-articles','','','2015-03-20 09:29:27','2015-03-20 13:29:27','',0,'http://deborahbrody.com/?p=2925',0,'post','',0),
(2926,4,'2015-03-20 09:29:27','2015-03-20 13:29:27','As I type this, it is snowing outside (again). Let\'s hope this is the last time this season! Spring starts this evening, at 6:45 p.m. and we are all ready for warmer temps and NO MORE SNOW! But I digress.\r\n\r\nFollowing, you will find seven of the most interesting and/or useful  articles I have read and shared in the past couple of weeks. So pour yourself a nice cup of something brewed, and have fun reading!\r\n\r\n<strong>On blogs and blogging:</strong>\r\n\r\n<a href=\"http://www.searchenginejournal.com/3-google-analytics-reports-help-find-blog-post-ideas-readers-will-love/125811/\" target=\"_blank\">3 Google Analytics Reports to Help You Find Blog Post Ideas Your Readers Will Love</a>\r\n\r\n<a href=\"https://blog.bufferapp.com/perfect-blog-post-research-data\" target=\"_blank\">The Anatomy of a Perfect Blog Post</a>\r\n\r\n<a href=\"http://contentmarketinginstitute.com/2015/03/fact-check-content/\" target=\"_blank\">How Well Do You Fact-Check Your Content</a>\r\n\r\n<strong>On writing and copy editing:</strong>\r\n\r\n<a href=\"http://www.quickanddirtytips.com/education/grammar/like-versus-as\" target=\"_blank\">Like Versus As</a>\r\n\r\n<a href=\"http://www.copyblogger.com/writing-exercises/?utm_source=twitter&amp;utm_medium=social&amp;utm_content=Oktopost-twitter-profile&amp;utm_campaign=Oktopost-Classic+Posts\" target=\"_blank\">12 Writing Exercises That Will Transform Your Copy Today</a>\r\n\r\n<a href=\"http://www.forbes.com/sites/robertwynne/2015/02/19/12-useless-public-relations-terms/\" target=\"_blank\">12 Useless Public Relations Terms</a>\r\n\r\n<a href=\"http://www.inc.com/christina-desmarais/20-embarrassing-phrases-even-smart-people-misuse.html\" target=\"_blank\">20 Embarrassing Phrases Even Smart People Misuse</a>\r\n\r\nHappy spring!\r\n\r\n&nbsp;','The week\'s best brew: super-caffeinated articles','','inherit','open','open','','2925-revision-v1','','','2015-03-20 09:29:27','2015-03-20 13:29:27','',2925,'http://deborahbrody.com/2015/03/2925-revision-v1/',0,'revision','',0),
(2929,4,'2015-03-23 14:32:41','2015-03-23 18:32:41','Today is<a href=\"http://www.quickanddirtytips.com/national-grammar-day\" target=\"_blank\"> National Grammar Day</a>, and if there\'s one group that lives and breathes grammar, it\'s copy editors. (Note: you will find some that write copyediting and copyeditor as one word, but I decided to follow <em>Merriam-Webster</em>, which spells them as two words.)\r\n\r\nBy cleaning up your sloppy sentences, a copy editor makes your writing clearer. But not everyone has access to a copy editor. The next best thing is to learn what copy editors look for and apply it to your own writing.\r\n\r\n<strong>1. Follow a style guide and stick to it</strong>. Whether you have your own organizational style guide or you use a standard guide such as <em>The Associated Press Stylebook</em>, be sure to consult it and defer to it. You may want to write “Web site” but your style guide says it’s “website.” Don’t alternate usages. And check stuff that is likely to trip you up such as dates, abbreviations, addresses, and titles.\r\n\r\n<strong>2. Be consistent.</strong> Make sure you are using the same spelling and style throughout your document.\r\n\r\n<strong>3. Use a dictionary</strong> (and choose your standard). There are a couple big dictionary names: <em>Oxford</em> and <em>Merriam-Webster</em>. Choose one and stick to it and then use it to make sure that you are spelling [that word] correctly. And more so, <a title=\"Are you sure you know what that word means?\" href=\"http://deborahbrody.com/2015/02/are-you-sure-you-know-what-that-word-means/\" target=\"_blank\">does [that word] mean what you think it means? </a>\r\n\r\n<strong>4. Watch out for often-confused words.</strong> Commonly confused words sound the same or are very close in spelling, but don’t mean the same thing. Some examples are effect/affect, defer/differ/difer, and compliment/complement. You can find exhaustive lists on the internet. Spell check won’t catch these mistakes but using the wrong word will most certainly alter the meaning of what you are writing.\r\n\r\n<strong>5. Fact check</strong>. Make sure it’s Mary and not Marie and that February 14<sup>th</sup>, 2015 was a Saturday and not a Friday. Are you sure that\'s the correct address? You get the drift.\r\n\r\n<strong>6. Pay attention to your commas (and apostrophes, colons, etc.)</strong>. Nothing can derail a sentence faster than missing or improper punctuation. Also, take a stand regarding the <a href=\"http://blog.oxforddictionaries.com/2015/01/video-oxford-comma/\" target=\"_blank\">Oxford or serial comma</a>. Use it or don\'t, but be consistent.\r\n\r\nWant more? Check out<a href=\"http://www.quickanddirtytips.com/education/grammar/grammar-girls-editing-checklist\" target=\"_blank\"> Grammar Girl\'s Editing Checklist</a> for an overview of the various mistakes that copy editors look for, and you can even print it out as reference!\r\n\r\nIt\'s easy to get lost in writing your thoughts and not pay attention to the details. However, the details (grammar, style,  punctuation, spelling) are what help to make your thoughts clear to your readers.\r\n<h4>How are you celebrating National Grammar Day?</h4>\r\n&nbsp;','6 copy editing rules to make you a better writer              ','','inherit','open','open','','2901-revision-v1','','','2015-03-23 14:32:41','2015-03-23 18:32:41','',2901,'http://deborahbrody.com/2015/03/2901-revision-v1/',0,'revision','',0),
(2930,4,'2015-03-24 15:11:17','2015-03-24 19:11:17','When I first started using Twitter in 2008,  I had no idea what an \"RT\" was or how to check \"@\" messages. I didn\'t know Tweetdeck from Hootsuite. So I asked a couple millennial friends of mine, and over lunch, they explained how Twitter worked and how to use it.\r\n\r\nSince then, I believe I have become fairly adept at using Twitter and use it quite heavily as a place to learn, share and interact with people. I\'ve also used Twitter to promote my blog posts  and workshops, and by extension, my business.\r\n\r\nOne of the most gratifying aspects of Twitter is how many personal relationships I have developed. Some people whom I met through Twitter  have become friends IRL (\"in real life\") and some have become trusted online colleagues.\r\n\r\n<strong>Developing best practices for social media use\r\n</strong>\r\n\r\nIn order to make life on Twitter more manageable, I follow certain \"best practices.\"  Up to now, they\'ve been in my head, but here\'s a more formal list:\r\n<ul>\r\n	<li>Use a client such as Hootsuite to make managing @ replies, streams easier</li>\r\n	<li>Group people in lists to include as a stream to follow (this way, I know what my friends/colleagues are up to)</li>\r\n	<li>Respond to @ replies ASAP</li>\r\n	<li>Thank people for sharing tweets, posts, etc.</li>\r\n	<li>Avoid obscenities/expletives and unfollow those who favor this type of communication</li>\r\n	<li>Follow selectively (and don\'t follow back automatically)</li>\r\n	<li>Don\'t engage with trolls, and block whenever possible</li>\r\n	<li>Block followers who are obviously spammers or bots or who are only following to get me to follow back</li>\r\n	<li>Be conscious of what I am sharing</li>\r\n	<li>Take personal conversations offline or DM if appropriate</li>\r\n	<li>Avoid unproductive complaining</li>\r\n	<li>Don\'t tweet everything on my mind or share mundane stuff</li>\r\n	<li>Be personal without providing too much personal information</li>\r\n	<li>Don\'t use tools that do your tweeting for you</li>\r\n</ul>\r\n<strong>To me, it\'s about common sense and having manners</strong>\r\n\r\nThey say good manners exist so that your behavior make others comfortable. That\'s why it is not good manners to use expletives (because some people may be offended and thus uncomfortable). That\'s why we say please and thank you (because we want to acknowledge that we are not owed anything, and that we appreciate kind gestures). That\'s why we don\'t chew with our mouth open (no comment needed right?).\r\n\r\nAnd yet, some people just don\'t get that in order to be on social media, and get along with others, you need to mind your manners and your behavior. Perhaps they don\'t really understand how Twitter works and that whatever you post on Twitter is visible to the public.  Perhaps they think you won\'t notice if they ignore your messages. Perhaps they feel entitled.  Or perhaps they are always rude in person too.\r\n\r\n<strong>Perhaps the best practice is to not take it personally</strong>\r\n\r\nWho knows why people behave the way they do. Truth is you just don\'t know. It could be they are going through a hard time or just got busy with other things. Some people like to offend and want to argue (trolls are everywhere on social media). Context and tone are hard to convey on social media, and on Twitter, you only have 140 characters to express yourself.\r\n<h4>Do you have best practices for Twitter? Do you behave differently on different social networks?</h4>\r\n&nbsp;\r\n\r\n&nbsp;','Are you lacking social media manners or best practices?','','publish','open','open','','are-you-lacking-social-media-manners-or-best-practices','','','2015-03-24 15:11:17','2015-03-24 19:11:17','',0,'http://deborahbrody.com/?p=2930',0,'post','',0),
(2931,4,'2015-03-24 15:10:45','2015-03-24 19:10:45','When I first started using Twitter in 2008,  I had no idea what an \"RT\" was or how to check \"@\" messages. I didn\'t know Tweetdeck from Hootsuite. So I asked a couple millennial friends of mine, and over lunch, they explained how Twitter worked and how to use it.\r\n\r\nSince then, I believe I have become fairly adept at using Twitter and use it quite heavily as a place to learn, share and interact with people. I\'ve also used Twitter to promote my blog posts  and workshops, and by extension, my business.\r\n\r\nOne of the most gratifying aspects of Twitter is how many personal relationships I have developed. Some people whom I met through Twitter  have become friends IRL (\"in real life\") and some have become trusted online colleagues.\r\n\r\n<strong>Developing best practices for social media use\r\n</strong>\r\n\r\nIn order to make life on Twitter more manageable, I follow certain \"best practices.\"  Up to now, they\'ve been in my head, but here\'s a more formal list:\r\n<ul>\r\n	<li>Use a client such as Hootsuite to make managing @ replies, streams easier</li>\r\n	<li>Group people in lists to include as a stream to follow (this way, I know what my friends/colleagues are up to)</li>\r\n	<li>Respond to @ replies ASAP</li>\r\n	<li>Thank people for sharing tweets, posts, etc.</li>\r\n	<li>Avoid obscenities/expletives and unfollow those who favor this type of communication</li>\r\n	<li>Follow selectively (and don\'t follow back automatically)</li>\r\n	<li>Don\'t engage with trolls, and block whenever possible</li>\r\n	<li>Block followers who are obviously spammers or bots or who are only following to get me to follow back</li>\r\n	<li>Be conscious of what I am sharing</li>\r\n	<li>Take personal conversations offline or DM if appropriate</li>\r\n	<li>Avoid unproductive complaining</li>\r\n	<li>Don\'t tweet everything on my mind or share mundane stuff</li>\r\n	<li>Be personal without providing too much personal information</li>\r\n	<li>Don\'t use tools that do your tweeting for you</li>\r\n</ul>\r\n<strong>To me, it\'s about common sense and having manners</strong>\r\n\r\nThey say good manners exist so that your behavior make others comfortable. That\'s why it is not good manners to use expletives (because some people may be offended and thus uncomfortable). That\'s why we say please and thank you (because we want to acknowledge that we are not owed anything, and that we appreciate kind gestures). That\'s why we don\'t chew with our mouth open (no comment needed right?).\r\n\r\nAnd yet, some people just don\'t get that in order to be on social media, and get along with others, you need to mind your manners and your behavior. Perhaps they don\'t really understand how Twitter works and that whatever you post on Twitter is visible to the public.  Perhaps they think you won\'t notice if they ignore your messages. Perhaps they feel entitled.  Or perhaps they are always rude in person too.\r\n\r\n<strong>Perhaps the best practice is to not take it personally</strong>\r\n\r\nWho knows why people behave the way they do. Truth is you just don\'t know. It could be they are going through a hard time or just got busy with other things. Some people like to offend and want to argue (trolls are everywhere on social media). Context and tone are hard to convey on social media, and on Twitter, you only have 140 characters to express yourself.\r\n<h4>Do you have best practices for Twitter? Do you behave differently on different social networks?</h4>\r\n&nbsp;\r\n\r\n&nbsp;','Are you lacking social media manners or best practices?','','inherit','open','open','','2930-revision-v1','','','2015-03-24 15:10:45','2015-03-24 19:10:45','',2930,'http://deborahbrody.com/2015/03/2930-revision-v1/',0,'revision','',0),
(2932,4,'2015-03-26 10:18:46','2015-03-26 14:18:46','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with 20 years of public relations, advertising and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing and consulting to small and medium-sized businesses and nonprofits.Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\r\n<div></div>\r\n<div id=\"testimonial\">Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland and when not writing, she enjoys cooking, following current events and politics and doing yoga.</div>\r\n<div>\r\n<a href=\"http://www.linkedin.com/in/deborahbrody\">\r\n      \r\n          <img src=\"https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_120x33.png\" width=\"120\" height=\"33\" border=\"0\" alt=\"View Deborah Brody\'s profile on LinkedIn\">\r\n        \r\n    </a>','About','','inherit','open','open','','18-revision-v1','','','2015-03-26 10:18:46','2015-03-26 14:18:46','',18,'http://deborahbrody.com/2015/03/18-revision-v1/',0,'revision','',0),
(2937,4,'2015-03-31 10:47:43','2015-03-31 14:47:43','A few weeks ago I came across a blog post with a headline that said something like “Why my business is getting off Facebook immediately.” Naturally, I was intrigued. But then I read the article, which told me the many reasons why it would be stupid for him or anybody to leave Facebook, saying things such as: Yes, I want to get off the fastest growing social network that has 800 billion readers and counting.\r\n\r\nThe article, awash is sarcasm, was <em>designed </em>to make readers feel stupid for considering leaving Facebook.\r\n\r\nI had been drawn in a headline that I didn’t realize was sarcastic until I read the blog post—a prime example of bait and switch. I felt angry and insulted that the author thought that anybody considering getting off lFacebook was stupid.\r\n\r\nAnd then last week, I came across this article on Ragan.com: <a href=\"http://www.prdaily.com/Main/Articles/18342.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=CEO%20interview%20prep%3B%20Kraft%2C%20Heinz%20announce%20merger%3B%20Local%20TV%20and%20media%20relations%3B%20How%20to%20build%20a%20secure%20online%20newsroom%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18342.aspx\" target=\"_blank\">31 terms that will complicate your writing</a>. The headline is not sarcastic, but the article is. However, the article is written pretty badly—I was confused as were many other readers as evidenced by the comments. The article, in my opinion, does not work at all.\r\n\r\nI asked Brad Phillips, author of the <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training blog</a>, what he thought about using sarcasm in professional communication. Here’s what he said:\r\n<blockquote> The challenge is to make sure people don\'t take a comment you meant sarcastically as a straightforward, more serious one. Therefore, I try to always either preface a sarcastic comment with an obviously absurd rhetorical question or put it in italics to make clear that it stands apart from the rest of the post.</blockquote>\r\nExactly. <strong>Your reader or audience has to understand you are being sarcastic</strong>. If not, there will be misunderstanding and in essence, a lack of communication.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nWhen you decide to use sarcasm, you run three big risks.\r\n\r\n<strong>1. You risk irritating or even alienating your reader</strong>\r\n\r\nAccording to <em>The Complete Idiot’s Guide to Clear Communication</em> by Kris Cole, sarcasm inhibits communication: “Sarcasm in fact is in the same league as name-calling, ridiculing and shaming; and it leads to the same results.”\r\n\r\nIn intra-personal relationships, sarcasm can be extremely damaging. According to the post <a href=\"http://www.personalbrandingblog.com/the-damage-of-using-sarcasm-in-workplace-communication/\" target=\"_blank\">The Damage of Using Sarcasm in Workplace Communication</a> by Skip Weisman:\r\n<blockquote>There is no positive upside to using sarcasm. It offers only short-term positive impact for the sarcastic person whose ego may get a boost by putting others down in this manner.\r\n\r\nNow, it will be couched in the context of humor and trying to be funny. Yet, that humor comes at the expense of someone else.</blockquote>\r\nIn essence, your sarcasm is a put-down to your audience, which can certainly lead to irritation and alienation.\r\n\r\n<strong>2. You risk being misunderstood</strong>\r\n\r\nBecause sarcasm is a type of passive-aggressive communication--where you say one thing but mean another--there is a very good chance that your meaning will be misconstrued or lost.\r\n\r\nIt may be challenging for your readers to know that you are being sarcastic and as Brad Phillips said above, they may think you are being serious when in fact you are not.\r\n\r\nBecause sarcasm is often dependent on tone, and it is hard to express tone in writing, you will be forced to use devices like quotation marks or strike-throughs to make your meaning clear.\r\n\r\n<strong> 3. Your risk seeming ethnocentric and culturally insensitive</strong>\r\n\r\nSarcasm does not travel well across cultures. While American culture tends to be very sarcastic, other cultures are not. And even within the U.S., there are regional differences. According to <a href=\"http://www.smithsonianmag.com/science-nature/the-science-of-sarcasm-yeah-right-25038/?no-ist=&amp;page=2\" target=\"_blank\">The Science of Sarcasm.? Yeah, Right</a> in Smithsonian Magazine:\r\n<blockquote>\r\n<p class=\"copy-paste-block\">Northerners also were more likely to think sarcasm was funny: 56 percent of Northerners found sarcasm humorous while only 35 percent of Southerners did. The New Yorkers and male students from either location were more likely to describe themselves as sarcastic.\r\n\r\n\r\n</p>\r\n</blockquote>\r\n\r\n<hr />\r\n\r\nWould you ever write a sarcastic white paper or case study? Probably not. Why? Because you think of white papers and case studies as serious documents, intended to share information and/or communicate a finding. Instinctively, we avoid sarcasm in “serious” communications. And many people don’t see blogging on the same level as other more formal writing.\r\n\r\nSarcasm is often used as a distancing technique, and it is corrosive to clear communication. You should avoid it in business blogging.\r\n<h4>How do you feel about sarcasm in business blogging? Do you use it? Do you avoid it?</h4>','3 big reasons to avoid sarcasm in your business blog ','','inherit','open','open','','2936-revision-v1','','','2015-03-31 10:47:43','2015-03-31 14:47:43','',2936,'http://deborahbrody.com/2015/03/2936-revision-v1/',0,'revision','',0),
(2938,4,'2015-03-31 10:49:37','2015-03-31 14:49:37','A few weeks ago I came across a blog post with a headline that said something like “Why my business is getting off Facebook immediately.” Naturally, I was intrigued. But then I read the article, which told me the many reasons why it would be stupid for him or anybody to leave Facebook, saying things such as: Yes, I want to get off the fastest growing social network that has 800 million readers and counting.\r\n\r\nThe article, awash is sarcasm, was <em>designed </em>to make readers feel stupid for considering leaving Facebook.\r\n\r\nI had been drawn in a headline that I didn’t realize was sarcastic until I read the blog post—a prime example of bait and switch. I felt angry and insulted that the author thought that anybody considering getting off Facebook was stupid.\r\n\r\nAnd then last week, I came across this article on Ragan.com: <a href=\"http://www.prdaily.com/Main/Articles/18342.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=CEO%20interview%20prep%3B%20Kraft%2C%20Heinz%20announce%20merger%3B%20Local%20TV%20and%20media%20relations%3B%20How%20to%20build%20a%20secure%20online%20newsroom%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18342.aspx\" target=\"_blank\">31 terms that will complicate your writing</a>. The headline is not sarcastic, but the article is. However, the article is written pretty badly—I was confused as were many other readers as evidenced by the comments. The article, in my opinion, does not work at all.\r\n\r\nI asked Brad Phillips, author of the <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training blog</a>, what he thought about using sarcasm in professional communication. Here’s what he said:\r\n<blockquote> The challenge is to make sure people don\'t take a comment you meant sarcastically as a straightforward, more serious one. Therefore, I try to always either preface a sarcastic comment with an obviously absurd rhetorical question or put it in italics to make clear that it stands apart from the rest of the post.</blockquote>\r\nExactly. <strong>Your reader or audience has to understand you are being sarcastic</strong>. If not, there will be misunderstanding and in essence, a lack of communication.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nWhen you decide to use sarcasm, you run three big risks.\r\n\r\n<strong>1. You risk irritating or even alienating your reader</strong>\r\n\r\nAccording to <em>The Complete Idiot’s Guide to Clear Communication</em> by Kris Cole, sarcasm inhibits communication: “Sarcasm in fact is in the same league as name-calling, ridiculing and shaming; and it leads to the same results.”\r\n\r\nIn intra-personal relationships, sarcasm can be extremely damaging. According to the post <a href=\"http://www.personalbrandingblog.com/the-damage-of-using-sarcasm-in-workplace-communication/\" target=\"_blank\">The Damage of Using Sarcasm in Workplace Communication</a> by Skip Weisman:\r\n<blockquote>There is no positive upside to using sarcasm. It offers only short-term positive impact for the sarcastic person whose ego may get a boost by putting others down in this manner.\r\n\r\nNow, it will be couched in the context of humor and trying to be funny. Yet, that humor comes at the expense of someone else.</blockquote>\r\nIn essence, your sarcasm is a put-down to your audience, which can certainly lead to irritation and alienation.\r\n\r\n<strong>2. You risk being misunderstood</strong>\r\n\r\nBecause sarcasm is a type of passive-aggressive communication--where you say one thing but mean another--there is a very good chance that your meaning will be misconstrued or lost.\r\n\r\nIt may be challenging for your readers to know that you are being sarcastic and as Brad Phillips said above, they may think you are being serious when in fact you are not.\r\n\r\nBecause sarcasm is often dependent on tone, and it is hard to express tone in writing, you will be forced to use devices like quotation marks or strike-throughs to make your meaning clear.\r\n\r\n<strong> 3. Your risk seeming ethnocentric and culturally insensitive</strong>\r\n\r\nSarcasm does not travel well across cultures. While American culture tends to be very sarcastic, other cultures are not. And even within the U.S., there are regional differences. According to <a href=\"http://www.smithsonianmag.com/science-nature/the-science-of-sarcasm-yeah-right-25038/?no-ist=&amp;page=2\" target=\"_blank\">The Science of Sarcasm.? Yeah, Right</a> in Smithsonian Magazine:\r\n<blockquote>\r\n<p class=\"copy-paste-block\">Northerners also were more likely to think sarcasm was funny: 56 percent of Northerners found sarcasm humorous while only 35 percent of Southerners did. The New Yorkers and male students from either location were more likely to describe themselves as sarcastic.\r\n\r\n\r\n</p>\r\n</blockquote>\r\n\r\n<hr />\r\n\r\nWould you ever write a sarcastic white paper or case study? Probably not. Why? Because you think of white papers and case studies as serious documents, intended to share information and/or communicate a finding. Instinctively, we avoid sarcasm in “serious” communications. And many people don’t see blogging on the same level as other more formal writing.\r\n\r\nSarcasm is often used as a distancing technique, and it is corrosive to clear communication. You should avoid it in business blogging.\r\n<h4>How do you feel about sarcasm in business blogging? Do you use it? Do you avoid it?</h4>','3 big reasons to avoid sarcasm in your business blog ','','inherit','open','open','','2936-revision-v1','','','2015-03-31 10:49:37','2015-03-31 14:49:37','',2936,'http://deborahbrody.com/2015/03/2936-revision-v1/',0,'revision','',0),
(2939,4,'2015-03-31 10:55:23','2015-03-31 14:55:23','A few weeks ago I came across a blog post with a headline that said something like “Why my business is getting off Facebook immediately.” Naturally, I was intrigued. But then I read the article, which told me the many reasons why it would be stupid for him or anybody to leave Facebook, saying things such as: Yes, I want to get off the fastest growing social network that has 800 million readers and counting.\r\n\r\nThe article, awash is sarcasm, was <em>designed </em>to make readers feel stupid for considering leaving Facebook.\r\n\r\nI had been drawn in a headline that I didn’t realize was sarcastic until I read the blog post—a prime example of bait and switch. I felt angry and insulted that the author thought that anybody considering getting off Facebook was stupid.\r\n\r\nAnd then last week, I came across this article on Ragan.com: <a href=\"http://www.prdaily.com/Main/Articles/18342.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=CEO%20interview%20prep%3B%20Kraft%2C%20Heinz%20announce%20merger%3B%20Local%20TV%20and%20media%20relations%3B%20How%20to%20build%20a%20secure%20online%20newsroom%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18342.aspx\" target=\"_blank\">31 terms that will complicate your writing</a>. The headline is not sarcastic, but the article is. However, the article is written pretty badly—I was confused as were many other readers as evidenced by the comments. The article, in my opinion, does not work at all.\r\n\r\nI asked Brad Phillips, author of the <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training blog</a>, what he thought about using sarcasm in professional communication. Here’s what he said:\r\n<blockquote> The challenge is to make sure people don\'t take a comment you meant sarcastically as a straightforward, more serious one. Therefore, I try to always either preface a sarcastic comment with an obviously absurd rhetorical question or put it in italics to make clear that it stands apart from the rest of the post.</blockquote>\r\nExactly. <strong>Your reader or audience has to understand you are being sarcastic</strong>. If not, there will be misunderstanding and in essence, a lack of communication.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nWhen you decide to use sarcasm, you run three big risks:\r\n\r\n<strong>1. You risk irritating or even alienating your reader</strong>\r\n\r\nAccording to <em>The Complete Idiot’s Guide to Clear Communication</em> by Kris Cole, sarcasm inhibits communication: “Sarcasm in fact is in the same league as name-calling, ridiculing and shaming; and it leads to the same results.”\r\n\r\nIn intra-personal relationships, sarcasm can be extremely damaging. According to the post <a href=\"http://www.personalbrandingblog.com/the-damage-of-using-sarcasm-in-workplace-communication/\" target=\"_blank\">The Damage of Using Sarcasm in Workplace Communication</a> by Skip Weisman:\r\n<blockquote>There is no positive upside to using sarcasm. It offers only short-term positive impact for the sarcastic person whose ego may get a boost by putting others down in this manner.\r\n\r\nNow, it will be couched in the context of humor and trying to be funny. Yet, that humor comes at the expense of someone else.</blockquote>\r\nIn essence, your sarcasm is a put-down to your audience, which can certainly lead to irritation and alienation.\r\n\r\n<strong>2. You risk being misunderstood</strong>\r\n\r\nBecause sarcasm is a type of passive-aggressive communication -- where you say one thing but mean another -- there is a very good chance that your meaning will be misconstrued or lost.\r\n\r\nIt may be challenging for your readers to know that you are being sarcastic and as Brad Phillips said above, they may think you are being serious when in fact you are not.\r\n\r\nBecause sarcasm is often dependent on tone, and it is hard to express tone in writing, you will be forced to use devices like quotation marks or strike-throughs to make your meaning clear.\r\n\r\n<strong> 3. Your risk seeming ethnocentric and culturally insensitive</strong>\r\n\r\nSarcasm does not travel well across cultures. While American culture tends to be very sarcastic, other cultures are not. And even within the U.S., there are regional differences. According to <a href=\"http://www.smithsonianmag.com/science-nature/the-science-of-sarcasm-yeah-right-25038/?no-ist=&amp;page=2\" target=\"_blank\">The Science of Sarcasm? Yeah, Right</a> in Smithsonian Magazine:\r\n<blockquote>\r\n<p class=\"copy-paste-block\">Northerners also were more likely to think sarcasm was funny: 56 percent of Northerners found sarcasm humorous while only 35 percent of Southerners did. The New Yorkers and male students from either location were more likely to describe themselves as sarcastic.\r\n\r\n\r\n</p>\r\n</blockquote>\r\n\r\n<hr />\r\n\r\nWould you ever write a sarcastic white paper or case study? Probably not. Why? Because you think of white papers and case studies as serious documents, intended to share information and/or communicate a finding. Instinctively, we avoid sarcasm in “serious” communications. And many people don’t see blogging on the same level as other, more formal, writing.\r\n\r\nThe truth is that sarcasm is often used as a distancing technique, and it can be extremely corrosive to clear communication. You should avoid it in business blogging.\r\n<h4>How do you feel about sarcasm in business blogging? Do you use it? Do you avoid it?</h4>','3 big reasons to avoid sarcasm in your business blog ','','inherit','open','open','','2936-revision-v1','','','2015-03-31 10:55:23','2015-03-31 14:55:23','',2936,'http://deborahbrody.com/2015/03/2936-revision-v1/',0,'revision','',0),
(2943,4,'2015-04-08 11:03:14','2015-04-08 15:03:14','You can select only two of the following three types of service: good, cheap, fast.\r\n\r\n<a title=\"Good - Cheap - Fast: Pick Any Two by Kevin Lim, on Flickr\" href=\"https://www.flickr.com/photos/inju/2647397230\"><img src=\"https://farm4.staticflickr.com/3055/2647397230_16b0828cc1.jpg\" alt=\"Good - Cheap - Fast: Pick Any Two\" width=\"500\" height=\"344\" /></a>\r\n\r\nIt\'s been making the rounds lately, although I first heard it from a graphic designer years ago. Basically, if you want something to be good and fast, it won\'t be cheap. And if you want it to good and cheap, then it won\'t be fast. And if you want cheap and fast, well then it surely won\'t be good.\r\n\r\nAnd yet, we are continually being sold cheap and fast. Every day there\'s a <a title=\"Tools save you money, except when they don’t\" href=\"http://deborahbrody.com/2015/03/tools-save-you-money-except-when-they-dont/\">new free tool to help you do something </a>(as I wrote about a couple of weeks ago). Or you\'ll find services being offered to do stuff fast (manage your social media in just minutes a day!).\r\n\r\nJust yesterday, I saw something about how to make your own infographics quickly. This is because creating shareable infographics is a common digital marketing tactic. <span style=\"text-decoration: underline;\">But not all infographics are shareable, mainly because they are not very good.</span> Many times they don\'t have enough information, or the right information, or they are not visually appealing. And other times they have too much information and are hard to understand. If digital marketers continue thinking all that is needed is an infographic, and that designing one can be done cheaply and quickly, then infographics will become useless if they haven\'t already.\r\n\r\n<strong>When you are going for the fast and cheap, you are focused on cost (time and money) instead of value (what you get for your time and money).</strong>\r\n\r\nIn times when budgets are tight and time is scarce, unless there\'s a shift to focusing on value, people will continue to fall for the fast and cheap. And we know the fast and cheap may work in the very short term, but will rarely work to achieve long term business and communications goals.\r\n<h4>What are your thoughts? Is there something that can be done fast and cheap and be worthwhile?</h4>\r\n&nbsp;\r\n\r\n&nbsp;','Are you seduced by the cheap and fast?','','inherit','open','open','','2941-revision-v1','','','2015-04-08 11:03:14','2015-04-08 15:03:14','',2941,'http://deborahbrody.com/2015/04/2941-revision-v1/',0,'revision','',0),
(2941,4,'2015-04-08 11:03:34','2015-04-08 15:03:34','You can select only two of the following three types of service: good, cheap, fast.\r\n\r\n<a title=\"Good - Cheap - Fast: Pick Any Two by Kevin Lim, on Flickr\" href=\"https://www.flickr.com/photos/inju/2647397230\"><img src=\"https://farm4.staticflickr.com/3055/2647397230_16b0828cc1.jpg\" alt=\"Good - Cheap - Fast: Pick Any Two\" width=\"500\" height=\"344\" /></a>\r\n\r\nIt\'s been making the rounds lately, although I first heard it from a graphic designer years ago. Basically, if you want something to be good and fast, it won\'t be cheap. And if you want it to good and cheap, then it won\'t be fast. And if you want cheap and fast, well then it surely won\'t be good.\r\n\r\nAnd yet, we are continually being sold cheap and fast. Every day there\'s a <a title=\"Tools save you money, except when they don’t\" href=\"http://deborahbrody.com/2015/03/tools-save-you-money-except-when-they-dont/\">new free tool to help you do something </a>(as I wrote about a couple of weeks ago). Or you\'ll find services being offered to do stuff fast (manage your social media in just minutes a day!).\r\n\r\nJust yesterday, I saw something about how to make your own infographics quickly. This is because creating shareable infographics is a common digital marketing tactic. <span style=\"text-decoration: underline;\">But not all infographics are shareable, mainly because they are not very good.</span> Many times they don\'t have enough information, or the right information, or they are not visually appealing. And other times they have too much information and are hard to understand. If digital marketers continue thinking all that is needed is an infographic, and that designing one can be done cheaply and quickly, then infographics will become useless if they haven\'t already.\r\n\r\n<strong>When you are going for the fast and cheap, you are focused on cost (time and money) instead of value (what you get for your time and money).</strong>\r\n\r\nIn times when budgets are tight and time is scarce, unless there\'s a shift to focusing on value, people will continue to fall for the fast and cheap. And we know the fast and cheap may work in the very short term, but will rarely work to achieve long term business and communications goals.\r\n<h4>What are your thoughts? Is there something that can be done fast and cheap and be worthwhile?</h4>\r\n&nbsp;\r\n\r\n&nbsp;','Are you seduced by the cheap and fast?','','publish','open','open','','are-you-seduced-by-the-cheap-and-fast','','\nhttp://deborahbrody.com/2015/03/tools-save-you-money-except-when-they-dont/','2015-04-09 11:54:43','2015-04-09 15:54:43','',0,'http://deborahbrody.com/?p=2941',0,'post','',0),
(2942,4,'2015-04-07 20:24:01','2015-04-08 00:24:01','You can select only two of the following three types of service: good, cheap, fast.\r\n\r\nIt\'s been making the rounds lately, although I first heard it from a graphic designer years ago. Basically, if you want something to be good and fast, it won\'t be cheap. And if you want it to good and cheap, then it won\'t be fast. And if you want cheap and fast, well then it surely won\'t be good.\r\n\r\nAnd yet, we are continually being sold cheap and fast. Every day there\'s a new free tool to help you do something (as I wrote about a couple of weeks ago). Or you\'ll find services being offered to do stuff fast (manage your social media in just minutes a day!).\r\n\r\nJust yesterday, I saw something about how to make your own infographics quickly. This is because sharing infographics is a common digital marketing tactic. But not all infographics are shareable, mainly because they are not very good. Many times they don\'t have enough information, or the right information, or they are not visually appealing. And other times they have too much information and are hard to understand.\r\n\r\nAnd yet people will continue to fall for the fast and cheap even though it won\'t help them achieve their goals.\r\n\r\n&nbsp;','Are you seduced by the cheap and fast?','','inherit','open','open','','2941-revision-v1','','','2015-04-07 20:24:01','2015-04-08 00:24:01','',2941,'http://deborahbrody.com/2015/04/2941-revision-v1/',0,'revision','',0),
(3093,4,'2015-11-17 10:44:42','2015-11-17 15:44:42','You\'ve heard of <a href=\"https://www.georgetowncupcake.com/index.html\" target=\"_blank\">Georgetown Cupcake</a>, right? In case you haven\'t (seriously?), the company started in a small space in Georgetown back in 2008 and has now expanded to six locations, including stores in New York City, Los Angeles, Boston, and Atlanta, plus a thriving mail order business. The founders--sisters Katherine Kallinis Berman and Sophie Kallinis Lamontagne--even starred in a reality TV show for TLC called \"DC Cupcake.\"\r\n\r\nBut getting to a point where Georgetown Cupcake sells 25,000 cupcakes a day on average did not happen overnight. It took a lot of hard work. Katherine and Sophie shared how they did it at the Inc. Magazine/Capital One Founders Forum last week in Washington, DC, which I attended (it was free and yes, they served cupcakes).\r\n\r\nThe Georgetown Cupcake ladies shared a lot of information about what it really takes to get a business off the ground (working all hours, every day, and incurring a lot of debt for starters). Their success seems to be tied to how hands-on they are and how personal their motivation is (they learned to make cakes from the grandmother and wanted to recreate that).\r\n\r\nThey also shared some very interesting marketing insights. From my notes, following are  six marketing and communications takeaways:\r\n\r\n<strong>Use data to drive your business processes and collect data wherever you can</strong>\r\n\r\nEveryone keeps talking about metrics and analytics. Well, here\'s why: data can fuel your bottom line. In Georgetown Cupcake\'s case, they used shipping data to choose the locations where they have opened stores. The sisters say you need to ask yourself what information you need, and then collect it.\r\n\r\n<strong>Prove your business model and have a good product before getting marketing help</strong>\r\n\r\nYou have to have something people want to buy before you market it. The sisters got great publicity early on because lines were forming out the door at the first (and at the time, only) Georgetown location. They were able to get stories in the <em>New York Times</em> and the<em> Washington Post</em> <span style=\"text-decoration: underline;\">without</span> public relations assistance.\r\n\r\n<strong>Word of mouth is the best advertising</strong>\r\n\r\nYou haven\'t seen ads for Georgetown Cupcake because they don\'t advertise. Instead, they rely on word of mouth. Which is how they got those lines out the door in the first place. Which is what led to the major newspaper coverage. Which is what led to the TV show. Which has led to their success.\r\n\r\n<strong>Use social media (and do it well)</strong>\r\n\r\nFrom the start, Georgetown Cupcake has been on social media. First they had a Facebook page, then Twitter, and now Instagram and Pinterest. One of their early social media innovations was to announce a special flavor of the day which you could mention at the store to get a free cupcake. They are still doing it--in fact, I just checked and today\'s free flavor is Apple Caramel. Why this works is that it gives people a tangible reason to follow, giving them \"inside\" knowledge. Katherine says she PERSONALLY handles their Twitter feed, which has 101,000 followers.\r\n\r\n<strong>Stay true to your brand experience and mission</strong>\r\n\r\nIt was important to the sisters that each new store reflect exactly the brand experience that the first store embodied. They wanted customers to feel a certain way when they walked through the doors, whether in New York or Atlanta. Because brand experience is not easy to replicate, the sisters are not rushing to expand nationwide (although you can order the cupcakes to be shipped anywhere in the U.S.).\r\n\r\n<strong>Focus on employee communications</strong>\r\n\r\nBecause the sisters cannot be at all the locations every day, they keep in touch with their employees constantly. They have a weekly internal newsletter, and they email each store several times a day. All employees are trained to understand the company\'s mission.\r\n\r\nIn a world where cupcakes chains have come and gone, it is interesting to see that Georgetown Cupcake is still doing well. Perhaps it\'s because the sisters are so involved and committed to their business. In any case, it was fascinating to hear them talk about their business.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to sell 1000s of cupcakes','','inherit','open','open','','3092-revision-v1','','','2015-11-17 10:44:42','2015-11-17 15:44:42','',3092,'http://deborahbrody.com/2015/11/3092-revision-v1/',0,'revision','',0),
(2945,4,'2015-04-10 10:51:45','2015-04-10 14:51:45','Get super-caffeinated, and read these five articles. A bit about punctuation, another bit about content, and some ideas for your blogs.\r\n\r\n<a href=\"http://blog.hubspot.com/marketing/a-simple-formula-for-writing-kick-ass-titles-ht?utm_campaign=blog-rss-emails&amp;utm_source=hs_email&amp;utm_medium=email&amp;utm_content=16643573\" target=\"_blank\">A Simple Formula for Writing Kick-Ass Blog Titles</a>\r\n\r\n<a href=\"http://www.prdaily.com/Main/Articles/dc97d1ad-80ff-425d-94ba-2e85fab695ab.aspx?utm_content=buffer88dc1&amp;utm_medium=social&amp;utm_source=twitter.com&amp;utm_campaign=buffer\" target=\"_blank\">10 punctuation essentials for every writer</a>\r\n\r\n<a href=\"http://blog.crazyegg.com/2014/05/26/outstanding-website-content/?utm_content=buffera0116&amp;utm_medium=social&amp;utm_source=twitter.com&amp;utm_campaign=buffer\" target=\"_blank\">7 Tips That Take Your Content from Flat to Fabulous</a>\r\n\r\n<a href=\"http://blog.hubspot.com/marketing/blogging-frequency-benchmarks?utm_campaign=blog-rss-emails&amp;utm_source=hs_email&amp;utm_medium=email&amp;utm_content=16987374\" target=\"_blank\">How Often Should Companies Blog?</a>\r\n\r\n<a href=\"http://www.prdaily.com/Main/Articles/18427.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=The%20importance%20of%20mobile-friendly%20websites%3B%20Officials%27%20response%20to%20cop%27s%20murder%20charge%3B%20Creativity%20and%20accountability%3B%20More%20bad%20email%20manners%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18427.aspx\" target=\"_blank\">Study: Only 57% of PR websites are mobile-friend</a>ly\r\n\r\nHave a great weekend...and happy reading!','Best brew: 5 articles for your weekend reading','','publish','open','open','','best-brew-5-articles-for-your-weekend-reading','','','2015-04-10 10:51:45','2015-04-10 14:51:45','',0,'http://deborahbrody.com/?p=2945',0,'post','',0),
(2946,4,'2015-04-10 10:48:57','2015-04-10 14:48:57','Get super-caffeinated, and read these five articles. A bit about punctuation, another bit about content, and some ideas for your blogs.\r\n\r\n<a href=\"http://blog.hubspot.com/marketing/a-simple-formula-for-writing-kick-ass-titles-ht?utm_campaign=blog-rss-emails&amp;utm_source=hs_email&amp;utm_medium=email&amp;utm_content=16643573\" target=\"_blank\">A Simple Formula for Writing Kick-Ass Blog Titles</a>\r\n\r\n<a href=\"http://www.prdaily.com/Main/Articles/dc97d1ad-80ff-425d-94ba-2e85fab695ab.aspx?utm_content=buffer88dc1&amp;utm_medium=social&amp;utm_source=twitter.com&amp;utm_campaign=buffer\" target=\"_blank\">10 punctuation essentials for every writer</a>\r\n\r\n<a href=\"http://blog.crazyegg.com/2014/05/26/outstanding-website-content/?utm_content=buffera0116&amp;utm_medium=social&amp;utm_source=twitter.com&amp;utm_campaign=buffer\" target=\"_blank\">7 Tips That Take Your Content from Flat to Fabulous</a>\r\n\r\n<a href=\"http://blog.hubspot.com/marketing/blogging-frequency-benchmarks?utm_campaign=blog-rss-emails&amp;utm_source=hs_email&amp;utm_medium=email&amp;utm_content=16987374\" target=\"_blank\">How Often Should Companies Blog?</a>\r\n\r\n<a href=\"http://www.prdaily.com/Main/Articles/18427.aspx?utm_medium=email&amp;utm_source=Savicom&amp;utm_campaign=The%20importance%20of%20mobile-friendly%20websites%3B%20Officials%27%20response%20to%20cop%27s%20murder%20charge%3B%20Creativity%20and%20accountability%3B%20More%20bad%20email%20manners%3B%20and%20much%20more&amp;utm_term=http%3A%2F%2Fwww.prdaily.com%2FMain%2FArticles%2F18427.aspx\" target=\"_blank\">Study: Only 57% of PR websites are mobile-friend</a>ly\r\n\r\nHave a great weekend...and happy reading!','Best brew: 5 articles for your weekend reading','','inherit','open','open','','2945-revision-v1','','','2015-04-10 10:48:57','2015-04-10 14:48:57','',2945,'http://deborahbrody.com/2015/04/2945-revision-v1/',0,'revision','',0),
(2947,4,'2015-04-14 11:21:25','2015-04-14 15:21:25','If you do a Google search on problems in social media marketing, you will find several articles that discuss the following:\r\n<ul>\r\n	<li>Personnel (capacity of and/or lack of)</li>\r\n	<li>Strategy (generally lack of, or not fitting in with overall comms strategy)</li>\r\n	<li>No ability to measure ROI (or, can\'t justify expenditure)</li>\r\n	<li>Budget (not enough)</li>\r\n	<li>Content (not adequate)</li>\r\n	<li>Consistency (generally, lack of)</li>\r\n</ul>\r\n[Go ahead. Google \"the problem with social media marketing\" and you will see for yourself.]\r\n\r\nAlthough all these problems definitely affect the ability to do social media marketing, the biggest problem is this: <strong>all it takes is one click to unfollow/unlike. </strong>\r\n\r\n<strong>In other words, it\'s easy to lose support, and once you lose support, it\'s very hard to gain it back.</strong>\r\n\r\nIt occurred to me this morning that although I recently unfollowed a couple big names in social media that I had not missed them in the very least. In fact, I was relieved to not see them in my timeline. In the personal realm, I have hidden several people on Facebook. Again, I don\'t miss them and have almost forgotten them.\r\n\r\n<strong>It\'s easy to hit hide or mute or unfollow. And once you are out of sight, well, you are out of mind.</strong>\r\n\r\nStill, because there\'s a low barrier to entry, there\'s also a low barrier to exit. Something can go viral one week and practically disappear the next week. People lurch from one topic to another. Some social media accounts get stale. Some social media accounts become offensive. <span style=\"text-decoration: underline;\">Whatever the reason, we lose interest and we move on. And once we move on, it becomes difficult if not impossible to get us back.</span>\r\n\r\nThere\'s a small hitch to my theory and it\'s social sharing. Say you unfollow \"JoeBigMediaExpert\" but your trusted colleague \"Ilovesocialmedia\" hasn\'t. If \"Ilovesocialmedia\" constantly shares \"JoeBigMediaExpert\'s\" posts, you\'ll see them.\r\n\r\nStill, the ease of ignoring (unfollowing/unliking) on social media plus the clutter issue (too much stuff!) is what any social marketer has to deal with. The guiding questions may be these:\r\n<ul>\r\n	<li>What keeps followers interested?</li>\r\n	<li>What offends followers?</li>\r\n	<li>What\'s the best way to bring value to followers?</li>\r\n</ul>\r\n<h4>What do you think?  What makes you keep following a brand or personality? What turns you off?</h4>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The real problem with social media marketing','','publish','open','open','','the-real-problem-with-social-media-marketing','','','2015-04-14 11:21:25','2015-04-14 15:21:25','',0,'http://deborahbrody.com/?p=2947',0,'post','',0),
(2948,4,'2015-04-14 11:20:20','2015-04-14 15:20:20','If you do a Google search on problems in social media marketing, you will find several articles that discuss the following:\r\n<ul>\r\n	<li>Personnel (capacity of and/or lack of)</li>\r\n	<li>Strategy (generally lack of, or not fitting in with overall comms strategy)</li>\r\n	<li>No ability to measure ROI (or, can\'t justify expenditure)</li>\r\n	<li>Budget (not enough)</li>\r\n	<li>Content (not adequate)</li>\r\n	<li>Consistency (generally, lack of)</li>\r\n</ul>\r\n[Go ahead. Google \"the problem with social media marketing\" and you will see for yourself.]\r\n\r\nAlthough all these problems definitely affect the ability to do social media marketing, the biggest problem is this: <strong>all it takes is one click to unfollow/unlike. </strong>\r\n\r\n<strong>In other words, it\'s easy to lose support, and once you lose support, it\'s very hard to gain it back.</strong>\r\n\r\nIt occurred to me this morning that although I recently unfollowed a couple big names in social media that I had not missed them in the very least. In fact, I was relieved to not see them in my timeline. In the personal realm, I have hidden several people on Facebook. Again, I don\'t miss them and have almost forgotten them.\r\n\r\n<strong>It\'s easy to hit hide or mute or unfollow. And once you are out of sight, well, you are out of mind.</strong>\r\n\r\nStill, because there\'s a low barrier to entry, there\'s also a low barrier to exit. Something can go viral one week and practically disappear the next week. People lurch from one topic to another. Some social media accounts get stale. Some social media accounts become offensive. <span style=\"text-decoration: underline;\">Whatever the reason, we lose interest and we move on. And once we move on, it becomes difficult if not impossible to get us back.</span>\r\n\r\nThere\'s a small hitch to my theory and it\'s social sharing. Say you unfollow \"JoeBigMediaExpert\" but your trusted colleague \"Ilovesocialmedia\" hasn\'t. If \"Ilovesocialmedia\" constantly shares \"JoeBigMediaExpert\'s\" posts, you\'ll see them.\r\n\r\nStill, the ease of ignoring (unfollowing/unliking) on social media plus the clutter issue (too much stuff!) is what any social marketer has to deal with. The guiding questions may be these:\r\n<ul>\r\n	<li>What keeps followers interested?</li>\r\n	<li>What offends followers?</li>\r\n	<li>What\'s the best way to bring value to followers?</li>\r\n</ul>\r\n<h4>What do you think?  What makes you keep following a brand or personality? What turns you off?</h4>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The real problem with social media marketing','','inherit','open','open','','2947-revision-v1','','','2015-04-14 11:20:20','2015-04-14 15:20:20','',2947,'http://deborahbrody.com/2015/04/2947-revision-v1/',0,'revision','',0),
(2950,4,'2015-04-23 10:12:38','2015-04-23 14:12:38','You may have heard about the ongoing discussion in the public relations world regarding the usefulness of the press release. Many are saying the press release is dead.  Some are not so quick to give it last rites. Then there are those that are dogmatic about it: \"<span style=\"text-decoration: underline;\">always</span> send a press release\" or \"<span style=\"text-decoration: underline;\">never</span> send a press release.\"\r\n\r\nAlways and never are absolutes. To be dogmatic is to state a position unequivocally, to be absolute about it. The problem with dogma in communications is that nothing should be absolute. In the press release issue above, I would say that it <em>depends: </em>What is  the news, who is the target audience is and where do you want to communicate the news.\r\n\r\n<strong>A definition of dogma</strong>\r\n\r\nHere\'s what my Webster\'s dictionary says dogma is:\r\n<ol>\r\n	<li> Something held as an established opinion, esp. an definitive authoritative tenet.</li>\r\n	<li> A doctrine or body of doctrines concerning faith or morals formally stated and authoritatively proclaimed by a church.</li>\r\n</ol>\r\nNotice what the two definitions have in common? The word authoritative, which is a synonym for official, conclusive, and <strong>dictatorial. </strong>\r\n\r\n<strong>Examples of dogmatic communications thinking</strong>\r\n\r\nBack when I started working in advertising, when I was a lowly media coordinator and my job was to place print media buys, I had a supervisor named Eileen. Eileen\'s dogmatic belief about newspaper advertising was that you <em>never place a print ad in Friday or Saturday newspapers.</em> Never. (This was in the 1990s and people did not have the Internet. They read actual physical newspapers.)\r\n\r\nBut, back in the \'90s and even today, the entertainment/weekend section always came out on Friday.  I thought most people would get the Friday paper just for the entertainment section, to see what was going on, what movies were playing, etc., so I argued with Eileen that Friday was actually a great day to be in the paper. It was an uphill battle. Eileen had been taught, and believed with absolute certainty, that Friday was, in her words, a dog day for ads.\r\n\r\nRecently, I had an online discussion with an website design firm that states it <em><span style=\"text-decoration: underline;\">never</span> uses WordPress for its clients because it is \"always\" more vulnerable to hacking.</em> Instead, the firm always uses Adobe products. When presented with an alternative view (WordPress has open developing practices with thousands of plug-ins that increase functionality, for example) the design firm shot me down. It has a design dogma that disallows it from seeing the benefits of something alternative, or even using WordPress for some clients and Adobe for others, depending on needs.\r\n\r\nIn the blogging world, there seems to be a dogmatic belief that <em>you must blog at minimum once a week and more is better</em>. I have subscribed to this belief, but lately, I think it depends. I have seen blogs that I follow drop to blogging once a month with no ill effects (at least not visible....I don\'t know if it affects their SEO).\r\n\r\nDogma may be necessary in religion. Faith requires absolute conviction. Communications, however, must be flexible. Things are constantly changing. Look at social media. Five years ago it was all Facebook and Twitter. Today, we have Medium and Tumblr and Pinterest and Instagram and on and on.\r\n\r\n<strong>An alternative approach: use guidelines instead of tenets</strong>\r\n\r\nYou cannot afford to be dogmatic in communications. Always and never will leave you boxed in and unable to react to situations. A better approach is to create requirements and guidelines for your communications that take into consideration the why, what, where, who and how of what you are communicating.\r\n<h4>Do you have a communications dogma? What is it? Please share.</h4>\r\n&nbsp;\r\n\r\n&nbsp;','Beware of the dog(ma)','','publish','open','open','','beware-of-the-dogma','','','2015-04-23 10:12:38','2015-04-23 14:12:38','',0,'http://deborahbrody.com/?p=2950',0,'post','',0),
(2959,4,'2015-05-13 15:12:35','0000-00-00 00:00:00','We all recognize good communicators. They are the ones that we listen to and learn from. But what does it take to be a good communicator? Is it an innate ability or are there skills you can learn?\r\n\r\nI think the best communicators have both innate abilities and have learned skills along the way. Some people have to overcome great challenges to becoming good at communications. They may be painfully shy. They may speak too low or too loud. And then there are people with little or no self-awareness, so that they don\'t realize they may have challenges they need to work on.\r\n\r\nSome people were born to communicate. They are the ones that tell a good story. Those that can convince you to do something (think a great preacher or politician). They naturally know what to do and do it well.\r\n\r\nBut there are skills that can help you become a better communicator.','What does it take to be a good communicator?','','draft','open','open','','','','','2015-05-13 15:12:35','2015-05-13 19:12:35','',0,'http://deborahbrody.com/?p=2959',0,'post','',0),
(2952,4,'2015-04-23 10:10:22','2015-04-23 14:10:22','You may have heard about the ongoing discussion in the public relations world regarding the usefulness of the press release. Many are saying the press release is dead.  Some are not so quick to give it last rites. Then there are those that are dogmatic about it: \"<span style=\"text-decoration: underline;\">always</span> send a press release\" or \"<span style=\"text-decoration: underline;\">never</span> send a press release.\"\r\n\r\nAlways and never are absolutes. To be dogmatic is to state a position unequivocally, to be absolute about it. The problem with dogma in communications is that nothing should be absolute. In the press release issue above, I would say that it <em>depends: </em>What is  the news, who is the target audience is and where do you want to communicate the news.\r\n\r\n<strong>A definition of dogma</strong>\r\n\r\nHere\'s what my Webster\'s dictionary says dogma is:\r\n<ol>\r\n	<li> Something held as an established opinion, esp. an definitive authoritative tenet.</li>\r\n	<li> A doctrine or body of doctrines concerning faith or morals formally stated and authoritatively proclaimed by a church.</li>\r\n</ol>\r\nNotice what the two definitions have in common? The word authoritative, which is a synonym for official, conclusive, and <strong>dictatoria</strong>l.\r\n\r\n<strong>Examples of dogmatic communications thinking</strong>\r\n\r\nBack when I started working in advertising, when I was a lowly media coordinator and my job was to place print media buys, I had a supervisor named Eileen. Eileen\'s dogmatic belief about newspaper advertising was that you <strong>never place a print ad in Friday or Saturday newspapers. </strong>Never. (This was in the 1990s and people did not have the Internet. They read actual physical newspapers.)\r\n\r\nBut, back in the \'90s and even today, the entertainment/weekend section always came out on Friday.  I thought most people would get the Friday paper just for the entertainment section, to see what was going on, what movies were playing, etc., so I argued with Eileen that Friday was actually a great day to be in the paper. It was an uphill battle. Eileen had been taught, and believed with absolute certainty, that Friday was, in her words, a dog day for ads.\r\n\r\nRecently, I had an online discussion with an website design firm that states it <span style=\"text-decoration: underline;\">never</span> uses WordPress for its clients because it is \"always\" more vulnerable to hacking. Instead, the firm always uses Adobe products. When presented with an alternative view (WordPress has open developing practices with thousands of plug-ins that increase functionality, for example) the design firm shot me down. It has a design dogma that disallows it from seeing the benefits of something alternative, or even using WordPress for some clients and Adobe for others, depending on needs.\r\n\r\nIn the blogging world, there seems to be a dogmatic belief that you must blog at minimum once a week and more is better. I have subscribed to this belief, but lately, I think it depends. I have seen blogs that I follow drop to blogging once a month with no ill effects (at least not visible....I don\'t know if it affects their SEO).\r\n\r\nDogma may be necessary in religion. Faith requires absolute conviction. Communications, however, must be flexible. Things are constantly changing. Look at social media. Five years ago it was all Facebook and Twitter. Today, we have Medium and Tumblr and Pinterest and Instagram and on and on.\r\n\r\n<strong>An alternative approach: use guidelines instead of tenets</strong>\r\n\r\nYou cannot afford to be dogmatic in communications. Always and never will leave you boxed in and unable to react to situations. A better approach is to create requirements and guidelines for your communications that take into consideration the why, what, where, who and how of what you are communicating.\r\n<h4>Do you have a communications dogma? What is it? Please share.</h4>\r\n&nbsp;\r\n\r\n&nbsp;','Beware of the dog(ma)','','inherit','open','open','','2950-revision-v1','','','2015-04-23 10:10:22','2015-04-23 14:10:22','',2950,'http://deborahbrody.com/2015/04/2950-revision-v1/',0,'revision','',0),
(2953,4,'2015-04-23 10:12:38','2015-04-23 14:12:38','You may have heard about the ongoing discussion in the public relations world regarding the usefulness of the press release. Many are saying the press release is dead.  Some are not so quick to give it last rites. Then there are those that are dogmatic about it: \"<span style=\"text-decoration: underline;\">always</span> send a press release\" or \"<span style=\"text-decoration: underline;\">never</span> send a press release.\"\r\n\r\nAlways and never are absolutes. To be dogmatic is to state a position unequivocally, to be absolute about it. The problem with dogma in communications is that nothing should be absolute. In the press release issue above, I would say that it <em>depends: </em>What is  the news, who is the target audience is and where do you want to communicate the news.\r\n\r\n<strong>A definition of dogma</strong>\r\n\r\nHere\'s what my Webster\'s dictionary says dogma is:\r\n<ol>\r\n	<li> Something held as an established opinion, esp. an definitive authoritative tenet.</li>\r\n	<li> A doctrine or body of doctrines concerning faith or morals formally stated and authoritatively proclaimed by a church.</li>\r\n</ol>\r\nNotice what the two definitions have in common? The word authoritative, which is a synonym for official, conclusive, and <strong>dictatorial. </strong>\r\n\r\n<strong>Examples of dogmatic communications thinking</strong>\r\n\r\nBack when I started working in advertising, when I was a lowly media coordinator and my job was to place print media buys, I had a supervisor named Eileen. Eileen\'s dogmatic belief about newspaper advertising was that you <em>never place a print ad in Friday or Saturday newspapers.</em> Never. (This was in the 1990s and people did not have the Internet. They read actual physical newspapers.)\r\n\r\nBut, back in the \'90s and even today, the entertainment/weekend section always came out on Friday.  I thought most people would get the Friday paper just for the entertainment section, to see what was going on, what movies were playing, etc., so I argued with Eileen that Friday was actually a great day to be in the paper. It was an uphill battle. Eileen had been taught, and believed with absolute certainty, that Friday was, in her words, a dog day for ads.\r\n\r\nRecently, I had an online discussion with an website design firm that states it <em><span style=\"text-decoration: underline;\">never</span> uses WordPress for its clients because it is \"always\" more vulnerable to hacking.</em> Instead, the firm always uses Adobe products. When presented with an alternative view (WordPress has open developing practices with thousands of plug-ins that increase functionality, for example) the design firm shot me down. It has a design dogma that disallows it from seeing the benefits of something alternative, or even using WordPress for some clients and Adobe for others, depending on needs.\r\n\r\nIn the blogging world, there seems to be a dogmatic belief that <em>you must blog at minimum once a week and more is better</em>. I have subscribed to this belief, but lately, I think it depends. I have seen blogs that I follow drop to blogging once a month with no ill effects (at least not visible....I don\'t know if it affects their SEO).\r\n\r\nDogma may be necessary in religion. Faith requires absolute conviction. Communications, however, must be flexible. Things are constantly changing. Look at social media. Five years ago it was all Facebook and Twitter. Today, we have Medium and Tumblr and Pinterest and Instagram and on and on.\r\n\r\n<strong>An alternative approach: use guidelines instead of tenets</strong>\r\n\r\nYou cannot afford to be dogmatic in communications. Always and never will leave you boxed in and unable to react to situations. A better approach is to create requirements and guidelines for your communications that take into consideration the why, what, where, who and how of what you are communicating.\r\n<h4>Do you have a communications dogma? What is it? Please share.</h4>\r\n&nbsp;\r\n\r\n&nbsp;','Beware of the dog(ma)','','inherit','open','open','','2950-revision-v1','','','2015-04-23 10:12:38','2015-04-23 14:12:38','',2950,'http://deborahbrody.com/2015/04/2950-revision-v1/',0,'revision','',0),
(2954,4,'2015-04-27 09:56:43','2015-04-27 13:56:43','Today is<a href=\"http://www.quickanddirtytips.com/national-grammar-day\" target=\"_blank\"> National Grammar Day</a>, and if there\'s one group that lives and breathes grammar, it\'s copy editors. (Note: you will find some that write copyediting and copyeditor as one word, but I decided to follow <em>Merriam-Webster</em>, which spells them as two words.)\r\n\r\nBy cleaning up your sloppy sentences, a copy editor makes your writing clearer. But not everyone has access to a copy editor. The next best thing is to learn what copy editors look for and apply it to your own writing.\r\n\r\n<strong>1. Follow a style guide and stick to it</strong>. Whether you have your own organizational style guide or you use a standard guide such as <em>The Associated Press Stylebook</em>, be sure to consult it and defer to it. You may want to write “Web site” but your style guide says it’s “website.” Don’t alternate usages. And check stuff that is likely to trip you up such as dates, abbreviations, addresses, and titles.\r\n\r\n<strong>2. Be consistent.</strong> Make sure you are using the same spelling and style throughout your document.\r\n\r\n<strong>3. Use a dictionary</strong> (and choose your standard). There are a couple big dictionary names: <em>Oxford</em> and <em>Merriam-Webster</em>. Choose one and stick to it and then use it to make sure that you are spelling [that word] correctly. And more so, <a title=\"Are you sure you know what that word means?\" href=\"http://deborahbrody.com/2015/02/are-you-sure-you-know-what-that-word-means/\" target=\"_blank\">does [that word] mean what you think it means? </a>\r\n\r\n<strong>4. Watch out for often-confused words.</strong> Commonly confused words sound the same or are very close in spelling, but don’t mean the same thing. Some examples are effect/affect, defer/differ, and compliment/complement. You can find exhaustive lists on the internet. Spell check won’t catch these mistakes but using the wrong word will most certainly alter the meaning of what you are writing.\r\n\r\n<strong>5. Fact check</strong>. Make sure it’s Mary and not Marie and that February 14<sup>th</sup>, 2015 was a Saturday and not a Friday. Are you sure that\'s the correct address? You get the drift.\r\n\r\n<strong>6. Pay attention to your commas (and apostrophes, colons, etc.)</strong>. Nothing can derail a sentence faster than missing or improper punctuation. Also, take a stand regarding the <a href=\"http://blog.oxforddictionaries.com/2015/01/video-oxford-comma/\" target=\"_blank\">Oxford or serial comma</a>. Use it or don\'t, but be consistent.\r\n\r\nWant more? Check out<a href=\"http://www.quickanddirtytips.com/education/grammar/grammar-girls-editing-checklist\" target=\"_blank\"> Grammar Girl\'s Editing Checklist</a> for an overview of the various mistakes that copy editors look for, and you can even print it out as reference!\r\n\r\nIt\'s easy to get lost in writing your thoughts and not pay attention to the details. However, the details (grammar, style,  punctuation, spelling) are what help to make your thoughts clear to your readers.\r\n<h4>How are you celebrating National Grammar Day?</h4>\r\n&nbsp;','6 copy editing rules to make you a better writer              ','','inherit','open','open','','2901-revision-v1','','','2015-04-27 09:56:43','2015-04-27 13:56:43','',2901,'http://deborahbrody.com/2015/04/2901-revision-v1/',0,'revision','',0),
(2955,4,'2015-04-29 10:33:49','2015-04-29 14:33:49','This is a quick rant because I just received an enewsletter from a woman I met at an event two or three years ago. I haven\'t heard from her since, but apparently she has just decided doing a newsletter is a good idea and that her list will include names from all the people from whom she has collected a business card. It didn\'t help that the newsletter was addressed to \"Brody,\" not \"Ms. Brody\" or \"Deborah.\"\r\n\r\nI immediately unsubscribed, not only because the last thing I need is another newsletter, but because this woman apparently thinks that my giving her my business card is an invitation to be added to a list. It does not. Business cards provide contact information, yes, but they do not have any power to agree to anything. I did not agree to be added to a list, and I certainly did not ask to be added to a list.\r\n\r\n<strong>Here\'s the thing: direct marketing that complies with the CAN-SPAM laws requires opt-in permission. Just having my business card in your possession is not permission to add me to your list.</strong>\r\n\r\nThe only way that having my business card gives you a pass to get me to be on your marketing list is if you use that contact information to get in touch with me first. For example, you might send me a personal, non-mass email asking me if I would be interested in your list, or perhaps asking me to visit your website where I would have the option to sign up for your newsletter, or you could call me (you know, on the phone) to set up a coffee date and talk to me.\r\n\r\nA business card is a networking tool, nothing more. If you use the contact information on the business card to send me unsolicited material, then you are a spammer, plain and simple.\r\n\r\nRant over.\r\n\r\nThoughts?\r\n\r\n&nbsp;','My business card is not a pass to your enewsletter','','publish','open','open','','my-business-card-is-not-a-pass-to-your-enewsletter','','','2015-04-29 10:33:49','2015-04-29 14:33:49','',0,'http://deborahbrody.com/?p=2955',0,'post','',0),
(2956,4,'2015-04-29 10:33:49','2015-04-29 14:33:49','This is a quick rant because I just received an enewsletter from a woman I met at an event two or three years ago. I haven\'t heard from her since, but apparently she has just decided doing a newsletter is a good idea and that her list will include names from all the people from whom she has collected a business card. It didn\'t help that the newsletter was addressed to \"Brody,\" not \"Ms. Brody\" or \"Deborah.\"\r\n\r\nI immediately unsubscribed, not only because the last thing I need is another newsletter, but because this woman apparently thinks that my giving her my business card is an invitation to be added to a list. It does not. Business cards provide contact information, yes, but they do not have any power to agree to anything. I did not agree to be added to a list, and I certainly did not ask to be added to a list.\r\n\r\n<strong>Here\'s the thing: direct marketing that complies with the CAN-SPAM laws requires opt-in permission. Just having my business card in your possession is not permission to add me to your list.</strong>\r\n\r\nThe only way that having my business card gives you a pass to get me to be on your marketing list is if you use that contact information to get in touch with me first. For example, you might send me a personal, non-mass email asking me if I would be interested in your list, or perhaps asking me to visit your website where I would have the option to sign up for your newsletter, or you could call me (you know, on the phone) to set up a coffee date and talk to me.\r\n\r\nA business card is a networking tool, nothing more. If you use the contact information on the business card to send me unsolicited material, then you are a spammer, plain and simple.\r\n\r\nRant over.\r\n\r\nThoughts?\r\n\r\n&nbsp;','My business card is not a pass to your enewsletter','','inherit','open','open','','2955-revision-v1','','','2015-04-29 10:33:49','2015-04-29 14:33:49','',2955,'http://deborahbrody.com/2015/04/2955-revision-v1/',0,'revision','',0),
(2960,4,'2015-05-13 15:12:35','2015-05-13 19:12:35','We all recognize good communicators. They are the ones that we listen to and learn from. But what does it take to be a good communicator? Is it an innate ability or are there skills you can learn?\r\n\r\nI think the best communicators have both innate abilities and have learned skills along the way. Some people have to overcome great challenges to becoming good at communications. They may be painfully shy. They may speak too low or too loud. And then there are people with little or no self-awareness, so that they don\'t realize they may have challenges they need to work on.\r\n\r\nSome people were born to communicate. They are the ones that tell a good story. Those that can convince you to do something (think a great preacher or politician). They naturally know what to do and do it well.\r\n\r\nBut there are skills that can help you become a better communicator.','What does it take to be a good communicator?','','inherit','open','open','','2959-revision-v1','','','2015-05-13 15:12:35','2015-05-13 19:12:35','',2959,'http://deborahbrody.com/2015/05/2959-revision-v1/',0,'revision','',0),
(2962,4,'2015-05-14 15:14:09','0000-00-00 00:00:00','Yesterday, I attended a presentation on social media sponsored by the DC Ad Club. Allison Burke of the Brookings Institution gave a nice overview about what you need to consider when working on organic social media content, that is, the content that you don\'t pay for.  More and more, the main social networks like Twitter and Facebook are making it so that you have to pay to promote your posts or else they will be lost in a huge morass of content. Allison says that you should look at promotion or pay to play as a boost, while focusing your efforts on creating great organic content.\r\n\r\nWhat she said made sense to me, but it got me thinking that what seems obvious, and what works well is not always what people in social media do. We\'ve seen the many social media blunders that happen daily, making me conclude that to do social media you have to have special skills. These are:\r\n\r\n&nbsp;','Does working with social media require special skills?','','draft','open','open','','','','','2015-05-14 15:14:09','2015-05-14 19:14:09','',0,'http://deborahbrody.com/?p=2962',0,'post','',0),
(2963,4,'2015-05-14 15:06:23','2015-05-14 19:06:23','Yesterday, I attended a presentation on social media sponsored by the DC Ad Club. Allison Burke of the Brookings Institution gave a nice overview about what you need to consider when working on organic social media content, that is, the content that you don\'t pay for.  More and more, the main social networks like Twitter and Facebook are making it so that you have to pay to promote your posts or else they will be lost in a huge morass of content. Allison says that you should look at promotion or pay to play as a boost, while focusing your efforts on creating great organic content.\r\n\r\nWhat she said made sense to me, but it got me thinking that what seems obvious, and what works well is not always what people in social media do. We\'ve seen the many social media blunders that happen daily, making me conclude that to do social media you have to have special skills. These are:\r\n\r\n&nbsp;','Does working with social media require special skills?','','inherit','open','open','','2962-revision-v1','','','2015-05-14 15:06:23','2015-05-14 19:06:23','',2962,'http://deborahbrody.com/2015/05/2962-revision-v1/',0,'revision','',0),
(2965,4,'2015-05-19 11:08:51','2015-05-19 15:08:51','Your website and your car are more similar than you think. You put in a substantial investment up front when you acquired them, and you need to give them both maintenance if you want to keep them working properly.\r\n\r\n[caption id=\"attachment_2966\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/05/11147250425_54340fb6dd_z.jpg\"><img class=\"size-medium wp-image-2966\" src=\"http://deborahbrody.com/wp-content/uploads/2015/05/11147250425_54340fb6dd_z-300x234.jpg\" alt=\"Mechanics and car by Astrid Westvang via Flickr\" width=\"300\" height=\"234\" /></a> Mechanics and car by Astrid Westvang via Flickr[/caption]\r\n\r\nChances are good that if you want to keep your car running, you\'ve spent some time and money giving it proper maintenance. But have you given any maintenance to your website since you launched it?\r\n\r\nManufacturers provide guidelines for car owners, making it easy to know when to do what. For example, most car owners are advised to give their vehicles an oil change approximately every 3,000 miles. You are also asked to take your car in for service at certain milestones (50,000 miles, etc.) to check out things like your brakes, hoses, and whatever else.\r\n\r\nDepending on who developed your website, you may also have some guidance. However, there are many websites out there that haven\'t gotten their figurative oil changes lately. It\'s as if the website owners think that just putting up a website and forgetting about it is enough. Unfortunately, if you don\'t give your website some maintenance, it will stop working properly for you.\r\n\r\nHere are few things to check out on your website:\r\n<ul>\r\n	<li>Is it mobile-friendly?</li>\r\n	<li>Is the contact information accurate?</li>\r\n	<li>Do you have social media properties? Are they included?</li>\r\n	<li>Are your links up to date?</li>\r\n	<li>Are all your pages rendering properly?</li>\r\n	<li>Is your content updated/accurate?</li>\r\n	<li>What is the copyright information (hint: if it says copyright 2009, you need to update)</li>\r\n	<li>If you list any personnel (staff, leadership, board), is the list complete and up to date?</li>\r\n	<li>If you list services or products, do you still offer all of these?</li>\r\n	<li>If you have pricing, is it accurate?</li>\r\n	<li>Is your website software up to date?</li>\r\n	<li>Is your domain registration in order?</li>\r\n</ul>\r\nThis is not a comprehensive list. But if it\'s been a while since you gave your website any thought or attention, you may want to put it on your to-do list. You may even find that maintenance is not enough and that you need a complete overhaul.\r\n\r\nIt\'s no longer enough to just have a website. You must keep it up (or hire someone to do it for you).\r\n\r\nWhat are your thoughts? When was the last time you took a look at your website?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Give your website an oil change!','','publish','open','open','','give-your-website-an-oil-change','','','2015-05-19 11:08:51','2015-05-19 15:08:51','',0,'http://deborahbrody.com/?p=2965',0,'post','',0),
(2966,4,'2015-05-19 11:05:21','2015-05-19 15:05:21','','11147250425_54340fb6dd_z','Mechanics and car by Astrid Westvang via Flickr','inherit','open','open','','11147250425_54340fb6dd_z','','','2015-05-19 11:06:01','2015-05-19 15:06:01','',2965,'http://deborahbrody.com/wp-content/uploads/2015/05/11147250425_54340fb6dd_z.jpg',0,'attachment','image/jpeg',0),
(2967,4,'2015-05-19 11:06:53','2015-05-19 15:06:53','Your website and your car are more similar than you think. You put in a substantial investment up front when you acquired them, and you need to give them both maintenance if you want to keep them working properly.\r\n\r\n[caption id=\"attachment_2966\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/05/11147250425_54340fb6dd_z.jpg\"><img class=\"size-medium wp-image-2966\" src=\"http://deborahbrody.com/wp-content/uploads/2015/05/11147250425_54340fb6dd_z-300x234.jpg\" alt=\"Mechanics and car by Astrid Westvang via Flickr\" width=\"300\" height=\"234\" /></a> Mechanics and car by Astrid Westvang via Flickr[/caption]\r\n\r\nChances are good that if you want to keep your car running, you\'ve spent some time and money giving it proper maintenance. But have you given any maintenance to your website since you launched it?\r\n\r\nManufacturers provide guidelines for car owners, making it easy to know when to do what. For example, most car owners are advised to give their vehicles an oil change approximately every 3,000 miles. You are also asked to take your car in for service at certain milestones (50,000 miles, etc.) to check out things like your brakes, hoses, and whatever else.\r\n\r\nDepending on who developed your website, you may also have some guidance. However, there are many websites out there that haven\'t gotten their figurative oil changes lately. It\'s as if the website owners think that just putting up a website and forgetting about it is enough. Unfortunately, if you don\'t give your website some maintenance, it will stop working properly for you.\r\n\r\nHere are few things to check out on your website:\r\n<ul>\r\n	<li>Is it mobile-friendly?</li>\r\n	<li>Is the contact information accurate?</li>\r\n	<li>Do you have social media properties? Are they included?</li>\r\n	<li>Are your links up to date?</li>\r\n	<li>Are all your pages rendering properly?</li>\r\n	<li>Is your content updated/accurate?</li>\r\n	<li>What is the copyright information (hint: if it says copyright 2009, you need to update)</li>\r\n	<li>If you list any personnel (staff, leadership, board), is the list complete and up to date?</li>\r\n	<li>If you list services or products, do you still offer all of these?</li>\r\n	<li>If you have pricing, is it accurate?</li>\r\n	<li>Is your website software up to date?</li>\r\n	<li>Is your domain registration in order?</li>\r\n</ul>\r\nThis is not a comprehensive list. But if it\'s been a while since you gave your website any thought or attention, you may want to put it on your to-do list. You may even find that maintenance is not enough and that you need a complete overhaul.\r\n\r\nIt\'s no longer enough to just have a website. You must keep it up (or hire someone to do it for you).\r\n\r\nWhat are your thoughts? When was the last time you took a look at your website?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Give your website an oil change!','','inherit','open','open','','2965-revision-v1','','','2015-05-19 11:06:53','2015-05-19 15:06:53','',2965,'http://deborahbrody.com/2015/05/2965-revision-v1/',0,'revision','',0),
(2994,4,'2015-07-01 14:31:39','2015-07-01 18:31:39','<strong>\"What do I need to know about this?\"</strong>\r\n\r\nHere\'s the thing--you don\'t know what you don\'t know. And if you don\'t know, you can\'t ask the right questions in order to get the answers you need.  So you have to start from zero, and ask \"what do I need to know about this.\" You\'ll want to ask someone who has more knowledge or experience than you.\r\n\r\n<strong>What does a new home buyer need to know?</strong>\r\n\r\nA couple of weeks ago, I was talking to an acquaintance of mine, who happens to be a top-selling real estate agent (she\'s sold something like $25 million in property).  I was telling her about my first few months as a homeowner, when I had to have a bunch of things fixed. The real estate agent asked me if had gotten a home appliance policy. I told her that I hadn\'t and that I didn\'t even know about it.  She went on to tell me she negotiates that for every single one of her new home buyers. She told me my real estate agent <em>should\'ve</em> told me about it.\r\n\r\n<strong>What do you look for in a real estate agent?</strong>\r\n\r\nThis question of course lead to a discussion about my real estate agent,  whom at first I really liked, but, after being in my house for a few months and dealing with a bunch of issues,  I came realize didn\'t really do her job well. She didn\'t point out what I needed to know as a new home buyer. And I didn\'t know the questions to ask her, since I said before, you don\'t know what you don\'t know.\r\n\r\nThe more I learn about real estate and home ownership, the more I realize that my real estate agent (unlike my new acquaintance), was just not very good. She was mediocre but the fact is, i<span style=\"text-decoration: underline;\">t was my own fault for choosing to work with her without having educated myself more</span> about what to look for in a real estate agent.\r\n\r\n<strong>You need to acknowledge that you don\'t know</strong>\r\n\r\nI should\'ve started by asking myself: \"what do I need to know before buying a house?\" I could\'ve asked friends, I could\'ve read books, I could\'ve done more research online. I didn\'t.\r\n\r\nI did watch a lot of HGTV (don\'t laugh, it was very helpful), especially <em>House Hunters</em> and <em>Property Virgins</em>. I watched enough HGTV to know that you have to look at the bones of the house, not the current esthetics and also to know what your priorities are. But those shows don\'t talk about issues such as heat pumps versus furnaces, or what costs you should plan for in your first year, and so forth.\r\n\r\n<strong>But this blog is not about real estate, it\'s about communications</strong>\r\n\r\nNot knowing what questions to ask is what gets so many projects off track.  Say you are launching a blog, and you don\'t know to ask what you need in a web host, you may end up with a blog that doesn\'t work.\r\n\r\nSo before you start any communications project--whether it be launching a website or putting together a social media campaign--ask someone who\'s been there before: \"what do I need to know?\"\r\n\r\nHow do you know what questions to ask? Have you ever been in a situation where not asking the right questions made a project or situation go wrong?','First, ask this one question','','publish','open','open','','first-ask-this-one-question','','','2015-07-01 14:31:39','2015-07-01 18:31:39','',0,'http://deborahbrody.com/?p=2994',0,'post','',0),
(2971,4,'2015-05-27 09:33:04','2015-05-27 13:33:04','Lately, I have been inundated with customer feedback requests from what seems like every company with which I have even had a glancing blow. And all of these feedback requests have serious flaws.\r\n\r\n<strong>Self-serving</strong>: The airline I flew wanted to know about my recent flight, but not about the other part of the same trip, which included one segment that was delayed five hours.\r\n\r\n<strong>Bordering on harassment:</strong> My gym wants feedback (about what, I don’t know or care) and they have sent me at least five or more requests reminding me they want my feedback. Apparently they don’t take no for an answer.\r\n\r\n<strong>Not interested in my opinion at all:</strong> The conference I attended last week says it wants my opinion, but sent a survey that focused more on my demographic profile than on my opinion.\r\n\r\n<strong>Asking every possible question on earth</strong>: I got a questionnaire that I abandoned when I realized that after five minutes I was only twenty percent done, thanks to the helpful completion meter at the bottom of the survey.\r\n\r\n<strong>Really, just give us a glowing review:</strong> Some companies send you a link to online customer response sites like Yelp, basically asking for you to provide a testimonial, and may even try to promote this action by offering a discount next time you come in.\r\n\r\nCustomer feedback can be very valuable. <em>If</em> done the right way, feedback requests can tell you what customers/clients/supporters are thinking, and can alert you to any issues. However, there’s a big “if” there, and as evidenced by my own examples above, many organizations are not handling these requests well.\r\n\r\nMany times, I have provided specific feedback, only to never hear from the company again or see the problem addressed. I think the problem is that customer feedback requests straddle the line between communications/marketing and operations.\r\n\r\nCommunicators/marketers see asking for feedback as a way of communicating further with customers. Operations folks see feedback as a potential for improvement (theoretically). But if these two factions are not in consultation, you end up with customer feedback requests that don’t actually address any issues the customer may be having or may even hurt the brand as customers are bothered by repeated requests or intrusive questions.\r\n\r\nBefore you ask for customer feedback, here are four things to keep in mind.\r\n<ol>\r\n	<li><strong>Determine exactly why you want feedback</strong>. Are you trying to assess your product/service? Are you trying to pinpoint problem areas? Do you want to get testimonials?</li>\r\n	<li><strong>Determine what you will do with the feedback.</strong> Will you address any issues?</li>\r\n	<li><strong>Determine the best way to get the feedback.</strong> Is it email? Or a phone call?</li>\r\n	<li><strong>Remember your customers are not obligated to give you feedback</strong>. Customers are in fact doing you a favor by providing feedback. Respect their time. Don’t harass them.</li>\r\n</ol>\r\nHow do you handle customer feedback? Do you even ask for it? If you do, how do you go about it? Please let me know.\r\n\r\n&nbsp;','Do you really want customer feedback? Ask the right way.','','publish','open','open','','do-you-really-want-customer-feedback-ask-the-right-way','','','2015-05-27 18:22:37','2015-05-27 22:22:37','',0,'http://deborahbrody.com/?p=2971',0,'post','',0),
(2972,4,'2015-05-27 09:31:03','2015-05-27 13:31:03','Lately, I have been inundated with customer feedback requests from what seems like every company with which I have even had a glancing blow. And all of these feedback requests have serious flaws.\r\n\r\n<strong>Self-serving</strong>: The airline I flew wanted to know about my recent flight, but not about the other part of the same trip, which included one segment that was delayed five hours.\r\n\r\n<strong>Bordering on harassment:</strong> My gym wants feedback (about what, I don’t know or care) and they have sent me at least five or more requests reminding me they want my feedback. Apparently they don’t take no for an answer.\r\n\r\n<strong>Not interested in my opinion at all:</strong> The conference I attended last week says it wants to my opinion, but sent a survey that focused more on my demographic profile than on my opinion.\r\n\r\n<strong>Asking every possible question on earth</strong>: I got a questionnaire that I abandoned when I realized that after five minutes I was only twenty percent done, thanks to the helpful completion meter at the bottom of the survey.\r\n\r\n<strong>Really, just give us a glowing review:</strong> Some companies send you a link to online customer response sites like Yelp, basically asking for you to provide a testimonial, and may even try to promote this action by offering a discount next time you come in.\r\n\r\nCustomer feedback can be very valuable. <em>If</em> done the right way, feedback requests can tell you what customers/clients/supporters are thinking, and can alert you to any issues. However, there’s a big “if” there, and as evidenced by my own examples above, many organizations are not handling these requests well.\r\n\r\nMany times, I have provided specific feedback, only to never hear from the company again or see the problem addressed. I think the problem is that customer feedback requests straddle the line between communications/marketing and operations.\r\n\r\nCommunicators/marketers see asking for feedback as a way of communicating further with customers. Operations folks see feedback as a potential for improvement (theoretically). But if these two factions are not in consultation, you end up with customer feedback requests that don’t actually address any issues the customer may be having or may even hurt the brand as customers are bothered by repeated requests or intrusive questions.\r\n\r\nBefore you ask for customer feedback, here are four things to keep in mind.\r\n<ol>\r\n	<li><strong>Determine exactly why you want feedback</strong>. Are you trying to assess your product/service? Are you trying to pinpoint problem areas? Do you want to get testimonials?</li>\r\n	<li><strong>Determine what you will do with the feedback.</strong> Will you address any issues?</li>\r\n	<li><strong>Determine the best way to get the feedback.</strong> Is it email? Or a phone call?</li>\r\n	<li><strong>Remember your customers are not obligated to give you feedback</strong>. Customers are in fact doing you a favor by providing feedback. Respect their time. Don’t harass them.</li>\r\n</ol>\r\nHow do you handle customer feedback? Do you even ask for it? If you do, how do you go about it? Please let me know.\r\n\r\n&nbsp;','Do you really want customer feedback? Ask the right way.','','inherit','open','open','','2971-revision-v1','','','2015-05-27 09:31:03','2015-05-27 13:31:03','',2971,'http://deborahbrody.com/2015/05/2971-revision-v1/',0,'revision','',0),
(2973,4,'2015-05-27 18:22:37','2015-05-27 22:22:37','Lately, I have been inundated with customer feedback requests from what seems like every company with which I have even had a glancing blow. And all of these feedback requests have serious flaws.\r\n\r\n<strong>Self-serving</strong>: The airline I flew wanted to know about my recent flight, but not about the other part of the same trip, which included one segment that was delayed five hours.\r\n\r\n<strong>Bordering on harassment:</strong> My gym wants feedback (about what, I don’t know or care) and they have sent me at least five or more requests reminding me they want my feedback. Apparently they don’t take no for an answer.\r\n\r\n<strong>Not interested in my opinion at all:</strong> The conference I attended last week says it wants my opinion, but sent a survey that focused more on my demographic profile than on my opinion.\r\n\r\n<strong>Asking every possible question on earth</strong>: I got a questionnaire that I abandoned when I realized that after five minutes I was only twenty percent done, thanks to the helpful completion meter at the bottom of the survey.\r\n\r\n<strong>Really, just give us a glowing review:</strong> Some companies send you a link to online customer response sites like Yelp, basically asking for you to provide a testimonial, and may even try to promote this action by offering a discount next time you come in.\r\n\r\nCustomer feedback can be very valuable. <em>If</em> done the right way, feedback requests can tell you what customers/clients/supporters are thinking, and can alert you to any issues. However, there’s a big “if” there, and as evidenced by my own examples above, many organizations are not handling these requests well.\r\n\r\nMany times, I have provided specific feedback, only to never hear from the company again or see the problem addressed. I think the problem is that customer feedback requests straddle the line between communications/marketing and operations.\r\n\r\nCommunicators/marketers see asking for feedback as a way of communicating further with customers. Operations folks see feedback as a potential for improvement (theoretically). But if these two factions are not in consultation, you end up with customer feedback requests that don’t actually address any issues the customer may be having or may even hurt the brand as customers are bothered by repeated requests or intrusive questions.\r\n\r\nBefore you ask for customer feedback, here are four things to keep in mind.\r\n<ol>\r\n	<li><strong>Determine exactly why you want feedback</strong>. Are you trying to assess your product/service? Are you trying to pinpoint problem areas? Do you want to get testimonials?</li>\r\n	<li><strong>Determine what you will do with the feedback.</strong> Will you address any issues?</li>\r\n	<li><strong>Determine the best way to get the feedback.</strong> Is it email? Or a phone call?</li>\r\n	<li><strong>Remember your customers are not obligated to give you feedback</strong>. Customers are in fact doing you a favor by providing feedback. Respect their time. Don’t harass them.</li>\r\n</ol>\r\nHow do you handle customer feedback? Do you even ask for it? If you do, how do you go about it? Please let me know.\r\n\r\n&nbsp;','Do you really want customer feedback? Ask the right way.','','inherit','open','open','','2971-revision-v1','','','2015-05-27 18:22:37','2015-05-27 22:22:37','',2971,'http://deborahbrody.com/2015/05/2971-revision-v1/',0,'revision','',0),
(2974,4,'2015-06-02 12:14:43','2015-06-02 16:14:43','<em><strong>You\'re invited</strong> </em>\r\n\r\nThat was the subject line for an email I got recently from Boston University. Naturally, I assumed that I was been invited to attend an event. But no, I was being invited to donate money to the annual pledge drive.\r\n\r\n<strong>This was a classic bait-and-switch. </strong>\r\n\r\nThe following week I got an email from BU that said something about women (fewer/more women getting degrees, I can\'t recall). Again, I opened it since I thought it would be an article about gender disparity. It wasn\'t. It was another bait-and-switch. Again, BU wanted me to be among the women who donate to the university.\r\n\r\n<strong>Bait-and-switch headlines/subject lines are trust-killers.</strong>\r\n\r\nI understand there\'s clutter and that you need to work hard to entice readers. Using a bait-and-switch can guarantee people will open your email or read you article, but at a cost. When you fool people this way (and that is what you are doing),  you ensure they will no longer trust your content.\r\n\r\n<span style=\"color: #ff0000;\"><em><strong><a href=\"http://deborahbrody.com/wp-content/uploads/2015/06/You-can-fool-all-the-people-some-of-the.png\"><img class=\"aligncenter size-medium wp-image-2976\" src=\"http://deborahbrody.com/wp-content/uploads/2015/06/You-can-fool-all-the-people-some-of-the-200x300.png\" alt=\"_You can fool all the people some of the\" width=\"200\" height=\"300\" /></a>\r\n</strong></em></span>\r\n\r\nWhat\'s going to happen when BU really wants to invite me to an event? What type of subject line will they use? I am not going to believe \"you\'re invited\" again.\r\n\r\nWriting a subject line/headline is not easy. You want to entice readers to open your email or read your article. You are much better off describing what you are offering inside than using a false premise.\r\n\r\nWhat is your experience with bait-and-switch headlines or subject lines? If you use them, how well do they work for you?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','One type of headline will always fail','','publish','open','open','','one-type-of-headline-will-always-fail','','','2015-06-02 12:14:43','2015-06-02 16:14:43','',0,'http://deborahbrody.com/?p=2974',0,'post','',0),
(2975,4,'2015-06-02 11:43:34','2015-06-02 15:43:34','<em><strong>You\'re invited</strong> </em>\r\n\r\nThat was the subject line for an email I got recently from Boston University. Naturally, I assumed that I was been invited to attend an event. But no, I was being invited to donate money to the annual pledge drive.\r\n\r\n<strong>This was a classic bait-and-switch. </strong>\r\n\r\nThe following week I got an email from BU that said something about women (fewer/more women getting degrees, I can\'t recall). Again, I opened it since I thought it would be an article about gender disparity. It wasn\'t. It was another bait-and-switch. Again, BU wanted me to be among the women who donate to the university.\r\n\r\n<strong>Bait-and-switch headlines/subject lines are trust-killers.</strong>\r\n\r\nI understand there\'s clutter and that you need to work hard to entice readers. Using a bait-and-switch can guarantee people will open your email or read you article, but at a cost. When you fool people this way (and that is what you are doing),  you ensure they will no longer trust your content.\r\n\r\n<span style=\"color: #ff0000;\"><em><strong>\"You can fool all the people some of the time and some of the people all the time,  but you cannot fool all the people all the time.\" Abraham Lincoln\r\n</strong></em></span>\r\n\r\nWhat\'s going to happen when BU really wants to invite me to an event? What type of subject line will they use? I am not going to believe \"you\'re invited\" again.\r\n\r\nWriting a subject line/headline is not easy. You want to entice readers to open your email or read your article. You are much better off describing what you are offering inside than using a false premise.\r\n\r\nWhat is your experience with bait-and-switch headlines or subject lines? If you use them, how well do they work for you?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','One type of headline will always fail','','inherit','open','open','','2974-revision-v1','','','2015-06-02 11:43:34','2015-06-02 15:43:34','',2974,'http://deborahbrody.com/2015/06/2974-revision-v1/',0,'revision','',0),
(2976,4,'2015-06-02 12:11:18','2015-06-02 16:11:18','','_You can fool all the people some of the','','inherit','open','open','','_you-can-fool-all-the-people-some-of-the','','','2015-06-02 12:11:18','2015-06-02 16:11:18','',2974,'http://deborahbrody.com/wp-content/uploads/2015/06/You-can-fool-all-the-people-some-of-the.png',0,'attachment','image/png',0),
(2977,4,'2015-06-02 12:12:13','2015-06-02 16:12:13','<em><strong>You\'re invited</strong> </em>\r\n\r\nThat was the subject line for an email I got recently from Boston University. Naturally, I assumed that I was been invited to attend an event. But no, I was being invited to donate money to the annual pledge drive.\r\n\r\n<strong>This was a classic bait-and-switch. </strong>\r\n\r\nThe following week I got an email from BU that said something about women (fewer/more women getting degrees, I can\'t recall). Again, I opened it since I thought it would be an article about gender disparity. It wasn\'t. It was another bait-and-switch. Again, BU wanted me to be among the women who donate to the university.\r\n\r\n<strong>Bait-and-switch headlines/subject lines are trust-killers.</strong>\r\n\r\nI understand there\'s clutter and that you need to work hard to entice readers. Using a bait-and-switch can guarantee people will open your email or read you article, but at a cost. When you fool people this way (and that is what you are doing),  you ensure they will no longer trust your content.\r\n\r\n<span style=\"color: #ff0000;\"><em><strong><a href=\"http://deborahbrody.com/wp-content/uploads/2015/06/You-can-fool-all-the-people-some-of-the.png\"><img class=\"aligncenter size-medium wp-image-2976\" src=\"http://deborahbrody.com/wp-content/uploads/2015/06/You-can-fool-all-the-people-some-of-the-200x300.png\" alt=\"_You can fool all the people some of the\" width=\"200\" height=\"300\" /></a>\r\n</strong></em></span>\r\n\r\nWhat\'s going to happen when BU really wants to invite me to an event? What type of subject line will they use? I am not going to believe \"you\'re invited\" again.\r\n\r\nWriting a subject line/headline is not easy. You want to entice readers to open your email or read your article. You are much better off describing what you are offering inside than using a false premise.\r\n\r\nWhat is your experience with bait-and-switch headlines or subject lines? If you use them, how well do they work for you?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','One type of headline will always fail','','inherit','open','open','','2974-revision-v1','','','2015-06-02 12:12:13','2015-06-02 16:12:13','',2974,'http://deborahbrody.com/2015/06/2974-revision-v1/',0,'revision','',0),
(2979,4,'2015-06-03 11:17:56','2015-06-03 15:17:56','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2015-06-03 11:17:56','2015-06-03 15:17:56','',2509,'http://deborahbrody.com/2015/06/2509-revision-v1/',0,'revision','',0),
(2980,4,'2015-06-05 13:57:20','2015-06-05 17:57:20','Here\'s the story:\r\n\r\nYesterday, Grammarly (a site that promises to be your best grammar check resource), posted an article titled <a href=\"http://www.grammarly.com/blog/2015/5-authors-who-died-old-maids/?lf\" target=\"_blank\">\"5 authors who died old maids\" </a>to Facebook (unfortunately, I was not quick-thinking enough to take a screen shot). The post was about great female writers such as Emily Bronte and Emily Dickinson.\r\n\r\nI did a double take when I saw that on my timeline. Old maids? What year is this? Who calls unmarried women \"old maids?\" I commented on the Facebook post that it was sexist and ageist to use the term, and that Grammarly should rename the post. Many others had similar comments and sentiments.  Some ( minority) thought using the term was perfectly OK and that the rest of use were too easily offended.\r\n\r\nThen, I went to Twitter where I posted this:\r\n\r\n<span style=\"color: #ff0000;\"><a href=\"http://deborahbrody.com/wp-content/uploads/2015/06/SC20150605-111755.png\"><img class=\"aligncenter size-medium wp-image-2982\" src=\"http://deborahbrody.com/wp-content/uploads/2015/06/SC20150605-111755-180x300.png\" alt=\"Tweet\" width=\"180\" height=\"300\" /></a></span>\r\n\r\nI remind you that Grammarly is a site that claims it offers a \"better way to write.\"\r\n\r\nNo response from Grammarly on Twitter or on Facebook. <span style=\"text-decoration: underline;\">No comment whatsoever.</span> But this morning, <a href=\"http://www.grammarly.com/blog/2015/5-authors-who-died-old-maids/?lf\" target=\"_blank\">the post</a> is gone from Facebook and from the Grammarly blog without any type of acknowledgement.\r\n\r\nIt seems that Grammarly understood that using the term was offensive enough to some, or at least, controversial enough, to remove the post. They have erased it from Grammarly post history. But Grammarly has not admitted anything explicitly.  It ignored tweets and Facebook comments.\r\n\r\n<strong>Is ignoring comments a wise move?</strong>\r\n\r\nAnd just this past weekend, in the <em>Washington Post Magazine,</em> humor columnist Gene Weingarten had this to say about Grammarly:\r\n<blockquote>In short, as a sleuth, Grammarly is top-notch. As an editor, however, it is of the prissy, arbitrary, rule-besotted sort whom good writers want to kill. Under the circumstances, I would do it slow and ugly, like what Dave the astronaut did to HAL.</blockquote>\r\nPerhaps not super humorous, but definitely worth it to <a href=\"http://www.washingtonpost.com/lifestyle/magazine/gene-takes-grammarly-to-school/2015/05/22/a3bf6a56-f4dd-11e4-b2f3-af5479e6bbdd_story.html?postshare=8761433118311597\" target=\"_blank\">read the whole piece.</a>\r\n\r\nGrammarly can\'t erase Weingarten\'s piece as easily as it can erase it\'s own mistakes.\r\n\r\nNow, is Grammarly in crisis, even of the fleeting social media kind? No, of course not. But in my book at least, it has a damaged image. Between Weingarten\'s criticism and Grammarly\'s uncaring attitude, not to mention the fact that a sexist term got through the supposed strict usage checker folks, I am not keen to promote or use the service. And no amount of erasing posts (would this also be called white-washing? I am not sure) and ignoring comments is going to fix that.\r\n\r\nWhat would you recommend that Grammarly do, if anything? Oh, and had you even heard of Grammarly before or am I doing it a public relations favor by mentioning it?\r\n\r\n&nbsp;','Can you rehab your image by deleting offensive posts?','','publish','open','open','','can-you-rehab-your-image-by-deleting-offensive-posts','','','2015-06-05 13:57:20','2015-06-05 17:57:20','',0,'http://deborahbrody.com/?p=2980',0,'post','',0),
(2982,4,'2015-06-05 13:46:23','2015-06-05 17:46:23','','Tweet','','inherit','open','open','','sc20150605-111755','','','2015-06-05 13:46:37','2015-06-05 17:46:37','',2980,'http://deborahbrody.com/wp-content/uploads/2015/06/SC20150605-111755.png',0,'attachment','image/png',0),
(2981,4,'2015-06-05 11:28:56','2015-06-05 15:28:56','Here\'s the story:\r\n\r\nYesterday, Grammarly (a site that promises to be your best grammar check resource), posted an article titled <a href=\"http://www.grammarly.com/blog/2015/5-authors-who-died-old-maids/?lf\" target=\"_blank\">\"5 authors who died old maids\" </a>to Facebook (unfortunately, I was not quick thinking enough to take a screen shot). I did a double take when I saw that on my timeline. Old maids? What year is this? Who calls unmarried women \"old maids?\" I commented on the post that it was sexist and ageist to use the term, and that Grammarly should rename the post. Many others had similar comments and sentiments.  Some ( minority) thought using the term was perfectly ok and that the rest of use were too easily offended.\r\n\r\nThen, I went to Twitter where I posted this:\r\n\r\n<span style=\"color: #ff0000;\">When was the last time you heard the term \"old maid?\" Well, @grammarly thinks it\'s perfectly fine to call unmarried women by that name.</span>\r\n\r\nI remind you that Grammarly is a site that claims it offers a \"better way to write.\"\r\n\r\nNo word from Grammarly on Twitter or on Facebook. No comment whatsoever.\r\n\r\nThis morning, <a href=\"http://www.grammarly.com/blog/2015/5-authors-who-died-old-maids/?lf\" target=\"_blank\">the post</a> is gone from Facebook and from the Grammarly blog.\r\n\r\nClearly, Grammarly is not standing by the term old maids. They have erased it from Grammarly post history. But Grammarly has not admitted that it may be offensive (not to mention hopelessly old fashioned) to use this term. It simply removed it without acknowledging anybody\'s comments about it.\r\n\r\nAnd ust this past weekend, in the <em>Washington Post Magazine,</em> Gene Weingarten had this to say about Grammarly:\r\n<blockquote>In short, as a sleuth, Grammarly is top-notch. As an editor, however, it is of the prissy, arbitrary, rule-besotted sort whom good writers want to kill. Under the circumstances, I would do it slow and ugly, like what Dave the astronaut did to HAL.</blockquote>\r\nDo yourself a favor and <a href=\"http://www.washingtonpost.com/lifestyle/magazine/gene-takes-grammarly-to-school/2015/05/22/a3bf6a56-f4dd-11e4-b2f3-af5479e6bbdd_story.html?postshare=8761433118311597\" target=\"_blank\">read the whole piece.</a>\r\n\r\nGrammarly can\'t erase Weingarten\'s piece as easily as it can erase it\'s own mistakes.\r\n\r\nNow, is Grammarly in crisis, even of the fleeting social media kind? No, of course not. But in my book at least, it has a damaged image. Between Weingarten\'s criticism and Grammarly\'s uncaring attitude, I am not keen to promote or use the service. And no amount of erasing posts (would this also be called white-washing? I am not sure) and ignoring comments is going to fix that.\r\n\r\nWhat would you recommend that Grammarly do, if anything? Oh, and had you even heard of Grammarly before or am I doing it a public relations favor by mentioning it?\r\n\r\n&nbsp;','Can you rehab your image by deleting offensive posts?','','inherit','open','open','','2980-revision-v1','','','2015-06-05 11:28:56','2015-06-05 15:28:56','',2980,'http://deborahbrody.com/2015/06/2980-revision-v1/',0,'revision','',0),
(2983,4,'2015-06-05 13:55:50','2015-06-05 17:55:50','Here\'s the story:\r\n\r\nYesterday, Grammarly (a site that promises to be your best grammar check resource), posted an article titled <a href=\"http://www.grammarly.com/blog/2015/5-authors-who-died-old-maids/?lf\" target=\"_blank\">\"5 authors who died old maids\" </a>to Facebook (unfortunately, I was not quick-thinking enough to take a screen shot). The post was about great female writers such as Emily Bronte and Emily Dickinson.\r\n\r\nI did a double take when I saw that on my timeline. Old maids? What year is this? Who calls unmarried women \"old maids?\" I commented on the Facebook post that it was sexist and ageist to use the term, and that Grammarly should rename the post. Many others had similar comments and sentiments.  Some ( minority) thought using the term was perfectly OK and that the rest of use were too easily offended.\r\n\r\nThen, I went to Twitter where I posted this:\r\n\r\n<span style=\"color: #ff0000;\"><a href=\"http://deborahbrody.com/wp-content/uploads/2015/06/SC20150605-111755.png\"><img class=\"aligncenter size-medium wp-image-2982\" src=\"http://deborahbrody.com/wp-content/uploads/2015/06/SC20150605-111755-180x300.png\" alt=\"Tweet\" width=\"180\" height=\"300\" /></a></span>\r\n\r\nI remind you that Grammarly is a site that claims it offers a \"better way to write.\"\r\n\r\nNo response from Grammarly on Twitter or on Facebook. <span style=\"text-decoration: underline;\">No comment whatsoever.</span> But this morning, <a href=\"http://www.grammarly.com/blog/2015/5-authors-who-died-old-maids/?lf\" target=\"_blank\">the post</a> is gone from Facebook and from the Grammarly blog without any type of acknowledgement.\r\n\r\nIt seems that Grammarly understood that using the term was offensive enough to some, or at least, controversial enough, to remove the post. They have erased it from Grammarly post history. But Grammarly has not admitted anything explicitly.  It ignored tweets and Facebook comments.\r\n\r\n<strong>Is ignoring comments a wise move?</strong>\r\n\r\nAnd just this past weekend, in the <em>Washington Post Magazine,</em> humor columnist Gene Weingarten had this to say about Grammarly:\r\n<blockquote>In short, as a sleuth, Grammarly is top-notch. As an editor, however, it is of the prissy, arbitrary, rule-besotted sort whom good writers want to kill. Under the circumstances, I would do it slow and ugly, like what Dave the astronaut did to HAL.</blockquote>\r\nPerhaps not super humorous, but definitely worth it to <a href=\"http://www.washingtonpost.com/lifestyle/magazine/gene-takes-grammarly-to-school/2015/05/22/a3bf6a56-f4dd-11e4-b2f3-af5479e6bbdd_story.html?postshare=8761433118311597\" target=\"_blank\">read the whole piece.</a>\r\n\r\nGrammarly can\'t erase Weingarten\'s piece as easily as it can erase it\'s own mistakes.\r\n\r\nNow, is Grammarly in crisis, even of the fleeting social media kind? No, of course not. But in my book at least, it has a damaged image. Between Weingarten\'s criticism and Grammarly\'s uncaring attitude, not to mention the fact that a sexist term got through the supposed strict usage checker folks, I am not keen to promote or use the service. And no amount of erasing posts (would this also be called white-washing? I am not sure) and ignoring comments is going to fix that.\r\n\r\nWhat would you recommend that Grammarly do, if anything? Oh, and had you even heard of Grammarly before or am I doing it a public relations favor by mentioning it?\r\n\r\n&nbsp;','Can you rehab your image by deleting offensive posts?','','inherit','open','open','','2980-revision-v1','','','2015-06-05 13:55:50','2015-06-05 17:55:50','',2980,'http://deborahbrody.com/2015/06/2980-revision-v1/',0,'revision','',0),
(2984,4,'2015-06-09 08:30:00','2015-06-09 12:30:00','Every Monday, I get a enewsletter that compiles events. Yesterday, it listed an event that sounded interesting and when I clicked on the link to learn more, it took me to a 404-error page not found.\r\n\r\n[caption id=\"attachment_2985\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/06/15565336879_592702424b_z.jpg\"><img class=\"wp-image-2985 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2015/06/15565336879_592702424b_z-300x168.jpg\" alt=\"15565336879_592702424b_z\" width=\"300\" height=\"168\" /></a> By PastaWS on Flickr[/caption]\r\n\r\nBroken links or missing pages are a hassle for your readers.  And not only that, search engines punish you for them (by affecting your SEO).\r\n\r\nIf you are planning an email/enewsletter/Tweet/Facebook post/etc.: Check your links before sending or posting. It\'s that simple. Just click on them and make sure they are taking you to the right place. It may be an extra few minutes of your time, but it will make your readers happy and make you look competent.\r\n\r\nIf you want to make sure there are no broken links on your website, there are many tools that can help you (search for broken link checker). Here\'s a compilation, specific for WordPress sites:\r\n<p style=\"padding-left: 30px;\"><a href=\"http://www.wpuniversity.com/blog/5-tools-find-broken-links\" target=\"_blank\">5 Tools to Check for Broken Links</a></p>\r\nOnce you\'ve found broken links on your website, you will want to fix them.\r\n<p style=\"padding-left: 30px;\"><a href=\"http://www.dummies.com/how-to/content/web-marketing-how-to-deal-with-broken-links.html\" target=\"_blank\">Web Marketing: How to Deal with Broken Links</a></p>\r\nMake sure to put some time and effort into avoiding sending people to non-existent website pages. It will help maintain your readers\'  trust and your standing with the search engines.\r\n\r\nIf you come across a broken link, what do you do?\r\n\r\n&nbsp;','Is that link broken?','','publish','open','open','','is-that-link-broken','','','2015-06-09 08:30:00','2015-06-09 12:30:00','',0,'http://deborahbrody.com/?p=2984',0,'post','',0),
(2985,4,'2015-06-09 08:05:58','2015-06-09 12:05:58','','15565336879_592702424b_z','','inherit','open','open','','15565336879_592702424b_z','','','2015-06-09 08:05:58','2015-06-09 12:05:58','',2984,'http://deborahbrody.com/wp-content/uploads/2015/06/15565336879_592702424b_z.jpg',0,'attachment','image/jpeg',0),
(2986,4,'2015-06-09 08:27:49','2015-06-09 12:27:49','Every Monday, I get a enewsletter that compiles events. Yesterday, it listed an event that sounded interesting and when I clicked on the link to learn more, it took me to a 404-error page not found.\r\n\r\n[caption id=\"attachment_2985\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/06/15565336879_592702424b_z.jpg\"><img class=\"wp-image-2985 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2015/06/15565336879_592702424b_z-300x168.jpg\" alt=\"15565336879_592702424b_z\" width=\"300\" height=\"168\" /></a> By PastaWS on Flickr[/caption]\r\n\r\nBroken links or missing pages are a hassle for your readers.  And not only that, search engines punish you for them (by affecting your SEO).\r\n\r\nIf you are planning an email/enewsletter/Tweet/Facebook post/etc.: Check your links before sending or posting. It\'s that simple. Just click on them and make sure they are taking you to the right place. It may be an extra few minutes of your time, but it will make your readers happy and make you look competent.\r\n\r\nIf you want to make sure there are no broken links on your website, there are many tools that can help you (search for broken link checker). Here\'s a compilation, specific for WordPress sites:\r\n<p style=\"padding-left: 30px;\"><a href=\"http://www.wpuniversity.com/blog/5-tools-find-broken-links\" target=\"_blank\">5 Tools to Check for Broken Links</a></p>\r\nOnce you\'ve found broken links on your website, you will want to fix them.\r\n<p style=\"padding-left: 30px;\"><a href=\"http://www.dummies.com/how-to/content/web-marketing-how-to-deal-with-broken-links.html\" target=\"_blank\">Web Marketing: How to Deal with Broken Links</a></p>\r\nMake sure to put some time and effort into avoiding sending people to non-existent website pages. It will help maintain your readers\'  trust and your standing with the search engines.\r\n\r\nIf you come across a broken link, what do you do?\r\n\r\n&nbsp;','Is that link broken?','','inherit','open','open','','2984-revision-v1','','','2015-06-09 08:27:49','2015-06-09 12:27:49','',2984,'http://deborahbrody.com/2015/06/2984-revision-v1/',0,'revision','',0),
(2997,4,'2015-07-07 09:38:33','2015-07-07 13:38:33','Have you checked your analytics lately? What\'s your bounce rate? If it is high, it means that people arrive at your website only to \"bounce off\" a few seconds later. This means they are not reading your content. This means they are not clicking through to other pages.  And of course, this means they are not buying your product, supporting your cause or contacting you to learn more about your services.\r\n\r\nHere are three website blunders that could be costing you readers (and support):\r\n\r\n<strong>1. Audio/video autoplay:</strong> Nothing, and I mean nothing, makes me close a website faster than auto sound/video. It always startles me and then it irritates. Do not, under any circumstances, enable autoplay on your website. Not many people want noise (talk/music that is unwanted is noise) suddenly blasting out of their device.\r\n\r\n<strong>2. Links to abandoned social media feeds:</strong>  Sending folks to a Twitter account that hasn\'t been updated in months (or worse, years) is a recipe for failure. <em>If you can\'t keep up with a particular social media account</em>, <em>do not link to it</em>. People do check social media accounts because they want to see what you\'ve been up to. If there\'s nothing there, they assume you are not active, not just on social media, but in general.\r\n\r\nP.S. Plus, it\'s essential that your social media descriptions be up to date, and relevant.\r\n\r\n<strong>3. Your way or the highway:</strong> Are you enabling pop-ups to force people to sign-up for a newsletter before being able to access your site? Are you asking people to subscribe to email in order to get updates instead of allowing RSS subscriptions? Telling people to go to Facebook to read the latest news?  If you are <em>imposing</em> your favorite tactic, you are effectively telling people that it\'s your way or not at all. People appreciate choice. And different people like different things, so offering options is always good (not too many options mind you).\r\n\r\nAre you committing any of the above three blunders? If not, there are several other issues that may be turning off readers, including:\r\n<ul>\r\n	<li>Making your content hard to read (font/type that is too small or white type on black background)</li>\r\n	<li>Website it too busy (too much going on, distracting)</li>\r\n	<li>Typos and/or spelling/grammatical mistakes</li>\r\n	<li>Outdated information</li>\r\n	<li>Not enough information</li>\r\n</ul>\r\nWhat sends you off a website? Please share your website peeves with me in the comments.','3 website blunders that are costing you readers','','publish','open','open','','3-website-blunders-that-are-costing-you-readers','','','2015-07-07 09:38:33','2015-07-07 13:38:33','',0,'http://deborahbrody.com/?p=2997',0,'post','',0),
(2990,4,'2015-06-24 13:36:09','2015-06-24 17:36:09','Bobby Jindal<a href=\"http://thehill.com/blogs/ballot-box/245976-jindal-announces-2016-bid\" target=\"_blank\"> just announced (via Facebook) today</a> that he is adding himself to the slew of GOP 2016 presidential hopefuls.\r\n\r\nThere are lots of reasons why Jindal does not have even a small chance of winning the nomination: Louisiana (the state where he is currently governor) is doing badly, he lacks charisma, and he has made a series of questionable/false/stupid comments recently (Muslim no-go zones, for example).\r\n\r\nCurrently polling at about one percent, Jindal faces tremendous challenges even getting in to the Fox News GOP candidates debate that will only allow the top ten contenders on stage. It\'s pretty clear that Jindal is jockeying for a vice presidential nod, but even that is out of reach for him. Why?<strong> He has a huge authenticity problem.</strong>\r\n\r\nJindal, who was named Piyush by his Indian parents, seems to have rejected his background. He converted to Catholicism and changed his name to Bobby. He has even said he doesn\'t consider himself Indian-American, but just American. The <em>Washington Post</em> explores the question about how Jindal views his past in this article published yesterday: <a href=\"http://www.washingtonpost.com/politics/from-piyush-to-bobby-how-does-jindal-feel-about-his-familys-past/2015/06/22/7d45a3da-18ec-11e5-ab92-c75ae6ab94b5_story.html\" target=\"_blank\">From Piyush to Bobby: How Does Jindal Feel About his Family\'s Past.</a>\r\n\r\nThis passage from the article (the bolding is mine) is very telling:\r\n<blockquote>\r\n<p style=\"padding-left: 30px;\">Suresh C. Gupta, a Potomac, Md., doctor, gave a fundraiser for Jindal’s first gubernatorial bid. But he said Jindal has actively tried to disassociate himself from the Indian American community in recent years.</p>\r\n<p style=\"padding-left: 30px;\">“So what if he’s Republican? So what if he’s Christian? I don’t care about those things,” said Gupta, who is a Democrat. <strong>“But you can’t forget about your heritage. You can’t forget about your roots.”</strong></p>\r\n<p style=\"padding-left: 30px;\">When Indian Prime Minister Narendra Modi came to the United States last September, a host of politicians attended his rally at Madison Square Garden. Jindal did not. <strong>When Jindal’s name was mentioned, he was booed by the crowd.</strong></p>\r\n</blockquote>\r\nIt\'s impossible to say what motivated Jindal to embrace being \"American\" while at the same time downplaying his roots. Perhaps he is embarrassed by his background or perhaps he thinks people can\'t relate to an Indian-American. Whatever the reason, it\'s clear that potential supporters are turned off by his disassociation with his background.\r\n\r\nAlthough the United States is a melting pot, and most immigrants try to assimilate, many still have pride in their heritage. And there are many politicians who embrace hyphenation, from the first Italian-American mayor of New York City Fiorello LaGuardia to former Congressman David Wu (D-OR), the only Chinese-American serving in the House of Representatives from 1999 to 2011.\r\n\r\nAn even more negative view of Jindal is given in the <em>Politico Magazin</em>e article by Alan Greenblatt:<a href=\"http://www.politico.com/magazine/story/2015/06/bobby-jindal-the-stupid-partys-candidate-119349.html?hp=t4_r#.VYrkwUanFgJ\" target=\"_blank\"> \"The Stupid Party\'s Candidate:Running to the Right is not Working for Bobby Jindal.\" </a>\r\n\r\nGreenblatt argues that Jindal is pandering to the more conservative base of the Republican Party. He writes:\r\n<blockquote>A governor who reshaped his state by overhauling the education and Medicaid systems now hardly talks substance at all. In fairness, he has released detailed plans on taxes and education, but he routinely spends his time on the stump throwing red meat to the most conservative parts of his party.</blockquote>\r\nHe adds:\r\n<blockquote>His pander approach hasn’t worked for him. “He is smart, he is policy knowledgeable,” says Henry Olsen, a conservative analyst at the Ethics &amp; Public Policy Center, “but rather than build a public persona around his strengths, he has crafted a public persona around other people’s strengths.”</blockquote>\r\nThis adds up to an authenticity problem. Who is Bobby Jindal and why does he keep changing his stripes? People respond best to what is authentic and can generally spot a fake. Jindal seems to be working hard to be something he can never be. As long as he\'s trying to be something he isn\'t, he will continue to lag behind in the polls.\r\n\r\n<strong>Authenticity matters, especially when you are trying to persuade.</strong>\r\n\r\nWhat do you think? If you were Jindal\'s communications person, what would you advise?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Authenticity matters (or, Why Bobby Jindal Won\'t Win but Chris Christie Might)','','publish','open','open','','authenticity-matters-or-why-bobby-jindal-wont-win-but-chris-christie-might','','','2015-06-24 13:36:09','2015-06-24 17:36:09','',0,'http://deborahbrody.com/?p=2990',0,'post','',0),
(2992,4,'2015-06-24 13:36:09','2015-06-24 17:36:09','Bobby Jindal<a href=\"http://thehill.com/blogs/ballot-box/245976-jindal-announces-2016-bid\" target=\"_blank\"> just announced (via Facebook) today</a> that he is adding himself to the slew of GOP 2016 presidential hopefuls.\r\n\r\nThere are lots of reasons why Jindal does not have even a small chance of winning the nomination: Louisiana (the state where he is currently governor) is doing badly, he lacks charisma, and he has made a series of questionable/false/stupid comments recently (Muslim no-go zones, for example).\r\n\r\nCurrently polling at about one percent, Jindal faces tremendous challenges even getting in to the Fox News GOP candidates debate that will only allow the top ten contenders on stage. It\'s pretty clear that Jindal is jockeying for a vice presidential nod, but even that is out of reach for him. Why?<strong> He has a huge authenticity problem.</strong>\r\n\r\nJindal, who was named Piyush by his Indian parents, seems to have rejected his background. He converted to Catholicism and changed his name to Bobby. He has even said he doesn\'t consider himself Indian-American, but just American. The <em>Washington Post</em> explores the question about how Jindal views his past in this article published yesterday: <a href=\"http://www.washingtonpost.com/politics/from-piyush-to-bobby-how-does-jindal-feel-about-his-familys-past/2015/06/22/7d45a3da-18ec-11e5-ab92-c75ae6ab94b5_story.html\" target=\"_blank\">From Piyush to Bobby: How Does Jindal Feel About his Family\'s Past.</a>\r\n\r\nThis passage from the article (the bolding is mine) is very telling:\r\n<blockquote>\r\n<p style=\"padding-left: 30px;\">Suresh C. Gupta, a Potomac, Md., doctor, gave a fundraiser for Jindal’s first gubernatorial bid. But he said Jindal has actively tried to disassociate himself from the Indian American community in recent years.</p>\r\n<p style=\"padding-left: 30px;\">“So what if he’s Republican? So what if he’s Christian? I don’t care about those things,” said Gupta, who is a Democrat. <strong>“But you can’t forget about your heritage. You can’t forget about your roots.”</strong></p>\r\n<p style=\"padding-left: 30px;\">When Indian Prime Minister Narendra Modi came to the United States last September, a host of politicians attended his rally at Madison Square Garden. Jindal did not. <strong>When Jindal’s name was mentioned, he was booed by the crowd.</strong></p>\r\n</blockquote>\r\nIt\'s impossible to say what motivated Jindal to embrace being \"American\" while at the same time downplaying his roots. Perhaps he is embarrassed by his background or perhaps he thinks people can\'t relate to an Indian-American. Whatever the reason, it\'s clear that potential supporters are turned off by his disassociation with his background.\r\n\r\nAlthough the United States is a melting pot, and most immigrants try to assimilate, many still have pride in their heritage. And there are many politicians who embrace hyphenation, from the first Italian-American mayor of New York City Fiorello LaGuardia to former Congressman David Wu (D-OR), the only Chinese-American serving in the House of Representatives from 1999 to 2011.\r\n\r\nAn even more negative view of Jindal is given in the <em>Politico Magazin</em>e article by Alan Greenblatt:<a href=\"http://www.politico.com/magazine/story/2015/06/bobby-jindal-the-stupid-partys-candidate-119349.html?hp=t4_r#.VYrkwUanFgJ\" target=\"_blank\"> \"The Stupid Party\'s Candidate:Running to the Right is not Working for Bobby Jindal.\" </a>\r\n\r\nGreenblatt argues that Jindal is pandering to the more conservative base of the Republican Party. He writes:\r\n<blockquote>A governor who reshaped his state by overhauling the education and Medicaid systems now hardly talks substance at all. In fairness, he has released detailed plans on taxes and education, but he routinely spends his time on the stump throwing red meat to the most conservative parts of his party.</blockquote>\r\nHe adds:\r\n<blockquote>His pander approach hasn’t worked for him. “He is smart, he is policy knowledgeable,” says Henry Olsen, a conservative analyst at the Ethics &amp; Public Policy Center, “but rather than build a public persona around his strengths, he has crafted a public persona around other people’s strengths.”</blockquote>\r\nThis adds up to an authenticity problem. Who is Bobby Jindal and why does he keep changing his stripes? People respond best to what is authentic and can generally spot a fake. Jindal seems to be working hard to be something he can never be. As long as he\'s trying to be something he isn\'t, he will continue to lag behind in the polls.\r\n\r\n<strong>Authenticity matters, especially when you are trying to persuade.</strong>\r\n\r\nWhat do you think? If you were Jindal\'s communications person, what would you advise?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Authenticity matters (or, Why Bobby Jindal Won\'t Win but Chris Christie Might)','','inherit','open','open','','2990-revision-v1','','','2015-06-24 13:36:09','2015-06-24 17:36:09','',2990,'http://deborahbrody.com/2015/06/2990-revision-v1/',0,'revision','',0),
(2991,4,'2015-06-24 13:32:57','2015-06-24 17:32:57','An alternative title for the post would be Why Bobby Jindal Won\'t Win but Chris Christie Might.\r\n\r\nBobby Jindal<a href=\"http://thehill.com/blogs/ballot-box/245976-jindal-announces-2016-bid\" target=\"_blank\"> just announced (via Facebook) today</a> that he is adding himself to the slew of GOP 2016 presidential hopefuls.\r\n\r\nThere are lots of reasons why Jindal does not have even a small chance of winning the nomination: Louisiana (the state where he is currently governor) is doing badly, he lacks charisma, and he has made a series of questionable/false/stupid comments recently (Muslim no-go zones, for example).\r\n\r\nCurrently polling at about one percent, Jindal faces tremendous challenges even getting in to the Fox News debate that will only allow the top ten contenders on stage. It\'s pretty clear that Jindal is jockeying for a vice presidential nod, but even that is out of reach for him. Why?<strong> He has a huge authenticity problem.</strong>\r\n\r\nJindal, who was named Piyush by his Indian parents, seems to have rejected his background. He converted to Catholicism and changed his name to Bobby. He has even said he doesn\'t consider himself Indian-American, but just American. The <em>Washington Post</em> explores the question about how Jindal views his past in this article published yesterday: <a href=\"http://www.washingtonpost.com/politics/from-piyush-to-bobby-how-does-jindal-feel-about-his-familys-past/2015/06/22/7d45a3da-18ec-11e5-ab92-c75ae6ab94b5_story.html\" target=\"_blank\">From Piyush to Bobby: How Does Jindal Feel About his Family\'s Past.</a>\r\n\r\nThis passage from the article (the bolding is mine) is very telling:\r\n<blockquote>\r\n<p style=\"padding-left: 30px;\">Suresh C. Gupta, a Potomac, Md., doctor, gave a fundraiser for Jindal’s first gubernatorial bid. But he said Jindal has actively tried to disassociate himself from the Indian American community in recent years.</p>\r\n<p style=\"padding-left: 30px;\">“So what if he’s Republican? So what if he’s Christian? I don’t care about those things,” said Gupta, who is a Democrat. <strong>“But you can’t forget about your heritage. You can’t forget about your roots.”</strong></p>\r\n<p style=\"padding-left: 30px;\">When Indian Prime Minister Narendra Modi came to the United States last September, a host of politicians attended his <a href=\"http://www.washingtonpost.com/blogs/worldviews/wp/2014/09/28/indias-modi-was-once-denied-u-s-entry-sunday-he-was-the-star-at-madison-square-garden/\">rally</a> at Madison Square Garden. Jindal did not. <strong>When Jindal’s name was mentioned, <a href=\"http://www.newsweek.com/modi-us-indians-come-home-come-buy-273868\" target=\"_blank\">he was booed</a> by the crowd.</strong></p>\r\n</blockquote>\r\nIt\'s impossible to say what motivated Jindal to embrace being \"American\" while at the same time downplaying his roots. Perhaps he is embarrassed by his background or perhaps he thinks people can\'t relate to an Indian-American. Whatever the reason, it\'s clear that potential supporters are turned off by his disassociation with his background.\r\n\r\nAlthough the United States is a melting pot, and most immigrants try to assimilate, many still have pride in their heritage. And there are many politicians who embrace hyphenation, from the first Italian-American mayor of New York City Fiorello LaGuardia to former Congressman David Wu (D-OR), the only Chinese-American serving in the House of Representatives from 1999 to 2011.\r\n\r\nAn even more negative view of Jindal is given in the <em>Politico Magazin</em>e article by Alan Greenblatt:<a href=\"http://www.politico.com/magazine/story/2015/06/bobby-jindal-the-stupid-partys-candidate-119349.html?hp=t4_r#.VYrkwUanFgJ\" target=\"_blank\"> \"The Stupid Party\'s Candidate:Running to the Right is not Working for Bobby Jindal.\" </a>\r\n\r\nGreenblatt argues that Jindal is pandering to the more conservative base of the Republican Party. He writes:\r\n<blockquote>A governor who reshaped his state by overhauling the education and Medicaid systems now hardly talks substance at all. In fairness, he has released detailed plans on taxes and education, but he routinely spends his time on the stump throwing red meat to the most conservative parts of his party.</blockquote>\r\nHe adds:\r\n<blockquote>His pander approach hasn’t worked for him. “He is smart, he is policy knowledgeable,” says Henry Olsen, a conservative analyst at the Ethics &amp; Public Policy Center, “but rather than build a public persona around his strengths, he has crafted a public persona around other people’s strengths.”</blockquote>\r\nThis adds up to an authenticity problem. Who is Bobby Jindal and why does he keep changing his stripes? People respond best to what is authentic and can generally spot a fake. Jindal seems to be working hard to be something he can never be. As long as he\'s trying to be something he isn\'t, he will continue to lag behind in the polls.\r\n\r\nAuthenticity matters, especially if you are trying to persuade.\r\n\r\nWhat do you think? If you were Jindal\'s communications person, what would you advise?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Authenticity matters','','inherit','open','open','','2990-revision-v1','','','2015-06-24 13:32:57','2015-06-24 17:32:57','',2990,'http://deborahbrody.com/2015/06/2990-revision-v1/',0,'revision','',0),
(2995,4,'2015-07-01 14:28:16','2015-07-01 18:28:16','<strong>\"What do I need to know about this?\"</strong>\r\n\r\nHere\'s the thing--you don\'t know what you don\'t know. And if you don\'t know, you can\'t ask the right questions in order to get the answers you need.  So you have to start from zero, and ask \"what do I need to know about this.\" You\'ll want to ask someone who has more knowledge or experience than you.\r\n\r\n<strong>What does a new home buyer need to know?</strong>\r\n\r\nA couple of weeks ago, I was talking to an acquaintance of mine, who happens to be a top-selling real estate agent (she\'s sold something like $25 million in property).  I was telling her about my first few months as a homeowner, when I had to have a bunch of things fixed. The real estate agent asked me if had gotten a home appliance policy. I told her that I hadn\'t and that I didn\'t even know about it.  She went on to tell me she negotiates that for every single one of her new home buyers. She told me my real estate agent <em>should\'ve</em> told me about it.\r\n\r\n<strong>What do you look for in a real estate agent?</strong>\r\n\r\nThis question of course lead to a discussion about my real estate agent,  whom at first I really liked, but, after being in my house for a few months and dealing with a bunch of issues,  whom I realized didn\'t really do her job well. She didn\'t point out what I needed to know as a new home buyer. And I didn\'t know the questions to ask her, since I said before, you don\'t know what you don\'t know.\r\n\r\nThe more I learn about real estate and home ownership, the more I realize that my real estate agent (unlike my new acquaintance), was just not very good. She was mediocre but the fact is, i<span style=\"text-decoration: underline;\">t was my own fault for choosing to work with her without having educated myself more</span> about what to look for in a real estate agent.\r\n\r\n<strong>You need to acknowledge that you don\'t know</strong>\r\n\r\nI should\'ve started by asking myself: \"what do I need to know before buying a house?\" I could\'ve asked friends, I could\'ve read books, I could\'ve done more research online. I didn\'t.\r\n\r\nI did watch a lot of HGTV (don\'t laugh, it was very helpful), especially <em>House Hunters</em> and <em>Property Virgins</em>. I watched enough HGTV to know that you have to look at the bones of the house, not the current esthetics and also to know what your priorities are. But those shows don\'t talk about issues such as heat pumps versus furnaces, or what costs you should plan for in your first year, and so forth.\r\n\r\n<strong>But this blog is not about real estate, it\'s about communications</strong>\r\n\r\nNot knowing what questions to ask is what gets so many projects off track.  Say you are launching a blog, and you don\'t know to ask what you need in a web host, you may end up with a blog that doesn\'t work.\r\n\r\nSo before you start any communications project--whether it be launching a website or putting together a social media campaign--ask someone who\'s been there before: \"what do I need to know?\"\r\n\r\nHow do you know what questions to ask? Have you ever been in a situation where not asking the right questions made a project or situation go wrong?','First, ask this one question','','inherit','open','open','','2994-revision-v1','','','2015-07-01 14:28:16','2015-07-01 18:28:16','',2994,'http://deborahbrody.com/2015/07/2994-revision-v1/',0,'revision','',0),
(2996,4,'2015-07-01 14:31:39','2015-07-01 18:31:39','<strong>\"What do I need to know about this?\"</strong>\r\n\r\nHere\'s the thing--you don\'t know what you don\'t know. And if you don\'t know, you can\'t ask the right questions in order to get the answers you need.  So you have to start from zero, and ask \"what do I need to know about this.\" You\'ll want to ask someone who has more knowledge or experience than you.\r\n\r\n<strong>What does a new home buyer need to know?</strong>\r\n\r\nA couple of weeks ago, I was talking to an acquaintance of mine, who happens to be a top-selling real estate agent (she\'s sold something like $25 million in property).  I was telling her about my first few months as a homeowner, when I had to have a bunch of things fixed. The real estate agent asked me if had gotten a home appliance policy. I told her that I hadn\'t and that I didn\'t even know about it.  She went on to tell me she negotiates that for every single one of her new home buyers. She told me my real estate agent <em>should\'ve</em> told me about it.\r\n\r\n<strong>What do you look for in a real estate agent?</strong>\r\n\r\nThis question of course lead to a discussion about my real estate agent,  whom at first I really liked, but, after being in my house for a few months and dealing with a bunch of issues,  I came realize didn\'t really do her job well. She didn\'t point out what I needed to know as a new home buyer. And I didn\'t know the questions to ask her, since I said before, you don\'t know what you don\'t know.\r\n\r\nThe more I learn about real estate and home ownership, the more I realize that my real estate agent (unlike my new acquaintance), was just not very good. She was mediocre but the fact is, i<span style=\"text-decoration: underline;\">t was my own fault for choosing to work with her without having educated myself more</span> about what to look for in a real estate agent.\r\n\r\n<strong>You need to acknowledge that you don\'t know</strong>\r\n\r\nI should\'ve started by asking myself: \"what do I need to know before buying a house?\" I could\'ve asked friends, I could\'ve read books, I could\'ve done more research online. I didn\'t.\r\n\r\nI did watch a lot of HGTV (don\'t laugh, it was very helpful), especially <em>House Hunters</em> and <em>Property Virgins</em>. I watched enough HGTV to know that you have to look at the bones of the house, not the current esthetics and also to know what your priorities are. But those shows don\'t talk about issues such as heat pumps versus furnaces, or what costs you should plan for in your first year, and so forth.\r\n\r\n<strong>But this blog is not about real estate, it\'s about communications</strong>\r\n\r\nNot knowing what questions to ask is what gets so many projects off track.  Say you are launching a blog, and you don\'t know to ask what you need in a web host, you may end up with a blog that doesn\'t work.\r\n\r\nSo before you start any communications project--whether it be launching a website or putting together a social media campaign--ask someone who\'s been there before: \"what do I need to know?\"\r\n\r\nHow do you know what questions to ask? Have you ever been in a situation where not asking the right questions made a project or situation go wrong?','First, ask this one question','','inherit','open','open','','2994-revision-v1','','','2015-07-01 14:31:39','2015-07-01 18:31:39','',2994,'http://deborahbrody.com/2015/07/2994-revision-v1/',0,'revision','',0),
(2998,4,'2015-07-07 09:38:33','2015-07-07 13:38:33','Have you checked your analytics lately? What\'s your bounce rate? If it is high, it means that people arrive at your website only to \"bounce off\" a few seconds later. This means they are not reading your content. This means they are not clicking through to other pages.  And of course, this means they are not buying your product, supporting your cause or contacting you to learn more about your services.\r\n\r\nHere are three website blunders that could be costing you readers (and support):\r\n\r\n<strong>1. Audio/video autoplay:</strong> Nothing, and I mean nothing, makes me close a website faster than auto sound/video. It always startles me and then it irritates. Do not, under any circumstances, enable autoplay on your website. Not many people want noise (talk/music that is unwanted is noise) suddenly blasting out of their device.\r\n\r\n<strong>2. Links to abandoned social media feeds:</strong>  Sending folks to a Twitter account that hasn\'t been updated in months (or worse, years) is a recipe for failure. <em>If you can\'t keep up with a particular social media account</em>, <em>do not link to it</em>. People do check social media accounts because they want to see what you\'ve been up to. If there\'s nothing there, they assume you are not active, not just on social media, but in general.\r\n\r\nP.S. Plus, it\'s essential that your social media descriptions be up to date, and relevant.\r\n\r\n<strong>3. Your way or the highway:</strong> Are you enabling pop-ups to force people to sign-up for a newsletter before being able to access your site? Are you asking people to subscribe to email in order to get updates instead of allowing RSS subscriptions? Telling people to go to Facebook to read the latest news?  If you are <em>imposing</em> your favorite tactic, you are effectively telling people that it\'s your way or not at all. People appreciate choice. And different people like different things, so offering options is always good (not too many options mind you).\r\n\r\nAre you committing any of the above three blunders? If not, there are several other issues that may be turning off readers, including:\r\n<ul>\r\n	<li>Making your content hard to read (font/type that is too small or white type on black background)</li>\r\n	<li>Website it too busy (too much going on, distracting)</li>\r\n	<li>Typos and/or spelling/grammatical mistakes</li>\r\n	<li>Outdated information</li>\r\n	<li>Not enough information</li>\r\n</ul>\r\nWhat sends you off a website? Please share your website peeves with me in the comments.','3 website blunders that are costing you readers','','inherit','open','open','','2997-revision-v1','','','2015-07-07 09:38:33','2015-07-07 13:38:33','',2997,'http://deborahbrody.com/2015/07/2997-revision-v1/',0,'revision','',0),
(3000,4,'2015-07-10 08:50:52','2015-07-10 12:50:52','\"What you meant to say\" is a new feature here on the Caffeinated blog. It\'s meant to be a compilation of the (many) grammatical/spelling/word choice mistakes we see all around us, all the time.  It occurred to me that I should start keeping a running list for fun, and then of course, I thought it would make a fun blog post. These are all real examples. Readers are welcomed to add their findings.\r\n\r\n[caption id=\"attachment_3001\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z.jpg\"><img class=\"size-medium wp-image-3001\" src=\"http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z-300x225.jpg\" alt=\"By Paulo Paraiso via Flickr\" width=\"300\" height=\"225\" /></a> By Paulo Paraiso via Flickr[/caption]\r\n<h3>For the week ending July 10 (questionable word/usage is bolded):</h3>\r\n&nbsp;\r\n\r\n<strong>Subject line on a spam email:</strong> This Video Is A Must Watch. [<strong>Effects</strong> Us All}\r\n\r\n<strong>What you meant to say</strong>: Affects\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet:</strong> Come check out our conference room and <strong>setup</strong> a tour!\r\n\r\n<strong>What you meant to say</strong>:  Set up.  As two words,  set up is a verb,  whereas setup is a noun.\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet:</strong> CAE stands for Certified Association Executive. <strong>They’re</strong> the hallmark of a committed assoc. professional.\r\n\r\n<strong>What you meant to say</strong>: It’s\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet to a car rental company</strong>: Great service. Great cars. Will <strong>defiantly</strong> pick [name] again for my next trip\r\n\r\n<strong>What you meant to say</strong>: Definitely, showing how you can\'t ever rely on autocorrect or spell check.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What you meant to say','','publish','open','open','','what-you-meant-to-say','','','2015-07-10 08:50:52','2015-07-10 12:50:52','',0,'http://deborahbrody.com/?p=3000',0,'post','',0),
(3001,4,'2015-07-10 08:47:28','2015-07-10 12:47:28','','2617897409_7d0e7d8eeb_z','By Paulo Paraiso via Flickr','inherit','open','open','','2617897409_7d0e7d8eeb_z','','','2015-07-10 08:48:07','2015-07-10 12:48:07','',3000,'http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z.jpg',0,'attachment','image/jpeg',0),
(3002,4,'2015-07-10 08:48:31','2015-07-10 12:48:31','\"What you meant to say\" is a new feature here on the Caffeinated blog. It\'s meant to be a compilation of the (many) grammatical/spelling/word choice mistakes we see all around us, all the time.  It occurred to me that I should start keeping a running list for fun, and then of course, I thought it would make a fun blog post. These are all real examples. Readers are welcomed to add their findings.\r\n\r\n[caption id=\"attachment_3001\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z.jpg\"><img class=\"size-medium wp-image-3001\" src=\"http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z-300x225.jpg\" alt=\"By Paulo Paraiso via Flickr\" width=\"300\" height=\"225\" /></a> By Paulo Paraiso via Flickr[/caption]\r\n<h3>For the week ending July 10 (questionable word/usage is bolded):</h3>\r\n<strong>Subject line on a spam email:</strong> This Video Is A Must Watch. [<strong>Effects</strong> Us All}\r\n\r\n<strong>What you meant to say</strong>: Affects\r\n\r\n<strong>Tweet:</strong> Come check out our conference room and <strong>setup</strong> a tour!\r\n\r\n<strong>What you meant to say</strong>:  Set up.  As two words,  set up is a verb,  whereas setup is a noun.\r\n\r\n<strong>Tweet:</strong> CAE stands for Certified Association Executive. <strong>They’re</strong> the hallmark of a committed assoc. professional.\r\n\r\n<strong>What you meant to say</strong>: It’s\r\n\r\n<strong>Tweet to a car rental company</strong>: Great service. Great cars. Will <strong>defiantly</strong> pick [name] again for my next trip\r\n\r\n<strong>What you meant to say</strong>: Definitely, showing how you can\'t ever rely on autocorrect or spell check.\r\n\r\n&nbsp;','What you meant to say','','inherit','open','open','','3000-revision-v1','','','2015-07-10 08:48:31','2015-07-10 12:48:31','',3000,'http://deborahbrody.com/2015/07/3000-revision-v1/',0,'revision','',0),
(3003,4,'2015-07-10 08:49:38','2015-07-10 12:49:38','\"What you meant to say\" is a new feature here on the Caffeinated blog. It\'s meant to be a compilation of the (many) grammatical/spelling/word choice mistakes we see all around us, all the time.  It occurred to me that I should start keeping a running list for fun, and then of course, I thought it would make a fun blog post. These are all real examples. Readers are welcomed to add their findings.\r\n\r\n[caption id=\"attachment_3001\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z.jpg\"><img class=\"size-medium wp-image-3001\" src=\"http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z-300x225.jpg\" alt=\"By Paulo Paraiso via Flickr\" width=\"300\" height=\"225\" /></a> By Paulo Paraiso via Flickr[/caption]\r\n<h3>For the week ending July 10 (questionable word/usage is bolded):</h3>\r\n<strong>Subject line on a spam email:</strong> This Video Is A Must Watch. [<strong>Effects</strong> Us All}\r\n\r\n<strong>What you meant to say</strong>: Affects\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet:</strong> Come check out our conference room and <strong>setup</strong> a tour!\r\n\r\n<strong>What you meant to say</strong>:  Set up.  As two words,  set up is a verb,  whereas setup is a noun.\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet:</strong> CAE stands for Certified Association Executive. <strong>They’re</strong> the hallmark of a committed assoc. professional.\r\n\r\n<strong>What you meant to say</strong>: It’s\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet to a car rental company</strong>: Great service. Great cars. Will <strong>defiantly</strong> pick [name] again for my next trip\r\n\r\n<strong>What you meant to say</strong>: Definitely, showing how you can\'t ever rely on autocorrect or spell check.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What you meant to say','','inherit','open','open','','3000-revision-v1','','','2015-07-10 08:49:38','2015-07-10 12:49:38','',3000,'http://deborahbrody.com/2015/07/3000-revision-v1/',0,'revision','',0),
(3004,4,'2015-07-10 08:50:52','2015-07-10 12:50:52','\"What you meant to say\" is a new feature here on the Caffeinated blog. It\'s meant to be a compilation of the (many) grammatical/spelling/word choice mistakes we see all around us, all the time.  It occurred to me that I should start keeping a running list for fun, and then of course, I thought it would make a fun blog post. These are all real examples. Readers are welcomed to add their findings.\r\n\r\n[caption id=\"attachment_3001\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z.jpg\"><img class=\"size-medium wp-image-3001\" src=\"http://deborahbrody.com/wp-content/uploads/2015/07/2617897409_7d0e7d8eeb_z-300x225.jpg\" alt=\"By Paulo Paraiso via Flickr\" width=\"300\" height=\"225\" /></a> By Paulo Paraiso via Flickr[/caption]\r\n<h3>For the week ending July 10 (questionable word/usage is bolded):</h3>\r\n&nbsp;\r\n\r\n<strong>Subject line on a spam email:</strong> This Video Is A Must Watch. [<strong>Effects</strong> Us All}\r\n\r\n<strong>What you meant to say</strong>: Affects\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet:</strong> Come check out our conference room and <strong>setup</strong> a tour!\r\n\r\n<strong>What you meant to say</strong>:  Set up.  As two words,  set up is a verb,  whereas setup is a noun.\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet:</strong> CAE stands for Certified Association Executive. <strong>They’re</strong> the hallmark of a committed assoc. professional.\r\n\r\n<strong>What you meant to say</strong>: It’s\r\n<p style=\"text-align: center;\">***</p>\r\n<strong>Tweet to a car rental company</strong>: Great service. Great cars. Will <strong>defiantly</strong> pick [name] again for my next trip\r\n\r\n<strong>What you meant to say</strong>: Definitely, showing how you can\'t ever rely on autocorrect or spell check.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What you meant to say','','inherit','open','open','','3000-revision-v1','','','2015-07-10 08:50:52','2015-07-10 12:50:52','',3000,'http://deborahbrody.com/2015/07/3000-revision-v1/',0,'revision','',0),
(3005,4,'2015-07-16 13:25:33','2015-07-16 17:25:33','I recently attended a panel discussion where the five speakers on the panel were going to share their insights about industry trends. The first speaker got up (literally, up out of his seat) and started providing stats and information <em>about his business</em>, and then proceeded to ask the audience for questions. The moderator had to jump in to remind him that questions would be taken after all the speakers had their say.\r\n\r\nThis speaker didn\'t seem to know what the panel\'s topic was (trends) and he was completely focused on sharing what his business does, even though the audience wasn\'t there to hear that. Worse, he acted as if he was the only one presenting by pacing in front of the other panelists.\r\n\r\nThe speaker was <em>talking a</em>t the audience. He was giving a speech that was all about him and did not respond to what the audience wanted or needed.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nDoes the expression \"given a talking to\" convey positive feelings for you? I bet it doesn\'t. Nobody likes to be <em>talked to</em> and being <em>talked at</em> is almost as bad. Both imply that the speaker has power over the audience or that the speaker is superior in some way.\r\n\r\nOn the other hand, if someone is <em>talking with</em> you, there\'s a conversation going on. There\'s some give and take, even if it\'s not verbal. Speakers who are <em>talking with</em> an audience are paying attention to what the audience needs, they are responding to cues and they are engaging the audience\'s attention.\r\n\r\nYou want to be talking <em>with</em> your audience. You want to be <em>responsive</em> to their needs.\r\n\r\nThere are three basic steps to make sure you are talking with your audience:\r\n<ol>\r\n	<li>Understand <strong>who</strong> your audience is</li>\r\n	<li>Understand <strong>why</strong> the audience is there</li>\r\n	<li>Understand <strong>what</strong> the audience needs from you</li>\r\n</ol>\r\nYou get bonus points for adjusting your speech depending on <strong>where</strong> you are and <strong>when</strong> you are giving it.\r\n\r\nHave you sat through a speech that was all about the speaker? Did you feel talked at? Did it bother you? Please share your stories in the comments.\r\n\r\n&nbsp;','Are you talking at or talking with your audience?','','publish','open','open','','are-you-talking-at-or-talking-with-your-audience','','','2015-07-16 13:25:33','2015-07-16 17:25:33','',0,'http://deborahbrody.com/?p=3005',0,'post','',0),
(3006,4,'2015-07-16 12:08:12','2015-07-16 16:08:12','Does the expression \"given a talking to\" convey positive feelings for you? I bet it doesn\'t. Nobody likes to be <em>talked to</em> and being <em>talked at</em> is almost as bad. Both imply that the speaker has power over the audience or that the speaker is superior in some way.\r\n\r\nOn the other hand, if someone is <em>talking with</em> you, there\'s a conversation going on. There\'s some give and take, even if it\'s not verbal. Speakers who are talking with an audience are paying attention to what the audience needs, they are responding to cues and they are engaging the audience\'s attention.\r\n\r\n&nbsp;','Are you talking at or talking with your audience?','','inherit','open','open','','3005-revision-v1','','','2015-07-16 12:08:12','2015-07-16 16:08:12','',3005,'http://deborahbrody.com/2015/07/3005-revision-v1/',0,'revision','',0),
(3007,4,'2015-07-16 13:25:33','2015-07-16 17:25:33','I recently attended a panel discussion where the five speakers on the panel were going to share their insights about industry trends. The first speaker got up (literally, up out of his seat) and started providing stats and information <em>about his business</em>, and then proceeded to ask the audience for questions. The moderator had to jump in to remind him that questions would be taken after all the speakers had their say.\r\n\r\nThis speaker didn\'t seem to know what the panel\'s topic was (trends) and he was completely focused on sharing what his business does, even though the audience wasn\'t there to hear that. Worse, he acted as if he was the only one presenting by pacing in front of the other panelists.\r\n\r\nThe speaker was <em>talking a</em>t the audience. He was giving a speech that was all about him and did not respond to what the audience wanted or needed.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nDoes the expression \"given a talking to\" convey positive feelings for you? I bet it doesn\'t. Nobody likes to be <em>talked to</em> and being <em>talked at</em> is almost as bad. Both imply that the speaker has power over the audience or that the speaker is superior in some way.\r\n\r\nOn the other hand, if someone is <em>talking with</em> you, there\'s a conversation going on. There\'s some give and take, even if it\'s not verbal. Speakers who are <em>talking with</em> an audience are paying attention to what the audience needs, they are responding to cues and they are engaging the audience\'s attention.\r\n\r\nYou want to be talking <em>with</em> your audience. You want to be <em>responsive</em> to their needs.\r\n\r\nThere are three basic steps to make sure you are talking with your audience:\r\n<ol>\r\n	<li>Understand <strong>who</strong> your audience is</li>\r\n	<li>Understand <strong>why</strong> the audience is there</li>\r\n	<li>Understand <strong>what</strong> the audience needs from you</li>\r\n</ol>\r\nYou get bonus points for adjusting your speech depending on <strong>where</strong> you are and <strong>when</strong> you are giving it.\r\n\r\nHave you sat through a speech that was all about the speaker? Did you feel talked at? Did it bother you? Please share your stories in the comments.\r\n\r\n&nbsp;','Are you talking at or talking with your audience?','','inherit','open','open','','3005-revision-v1','','','2015-07-16 13:25:33','2015-07-16 17:25:33','',3005,'http://deborahbrody.com/2015/07/3005-revision-v1/',0,'revision','',0),
(3009,4,'2015-07-21 13:13:09','2015-07-21 17:13:09','Content must be the buzziest term in the communications /marketing field right now. Everywhere you turn it seem you find discussions of content strategy and marketing. There are articles on how to create  or re-purpose content. There are discussions on what is the best content and what channel is it ideally shared on.\r\n\r\n<em>But is content marketing absolutely necessary for you to achieve your business objectives?</em>\r\n\r\n<strong> What is content marketing exactly?</strong>\r\n\r\nFirst let’s start with a definition of content marketing. According to the <a href=\"http://contentmarketinginstitute.com/\" target=\"_blank\">Content Marketing Institute</a> (I highly recommend you check it out for its excellent and useful information), content marketing is:\r\n<blockquote> the practice of creating relevant and compelling content in a consistent fashion to a targeted buyer, focusing on all stages of the buying process, from brand awareness through to brand evangelism.</blockquote>\r\nBasically, you create content in order to sell something (your ideas, your product, your service) or obtain something (support).\r\n\r\nI agree wholeheartedly with the theory that you should be providing information for your potential customers or supporters to make informed decisions. I am a huge fan of blogs in particular as an easy way to create and share content.\r\n\r\n<strong>But, what about those that don\'t  \"do\" content</strong>\r\n\r\nThat said, how do you explain the success of a content strategist I know who doesn’t even have a website, much less “content”? Or the digital media expert who has so much work she hasn’t blogged in months? Or the public relations agency that last tweeted in 2012?\r\n\r\nAnd then there are the many successful small businesses (e.g., plumbers, caterers, etc.) that may have websites but that don’t usually have the staff, budget or time to handle blogging, tweeting, creating infographics, etc.\r\n\r\n<strong>Another type of lead generation</strong>\r\n\r\nWhat do these non-content producers have in common? Positive word-of-mouth. These business thrive on referrals and generally  do not rely on internet searches as their main source of leads.  (As an aside, there are referrals that come in the form of online reviews, and this is a subset of search engine optimization that relies on local search.)\r\n\r\n[caption id=\"attachment_3010\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z.jpg\"><img class=\"wp-image-3010 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z-300x225.jpg\" alt=\"5398112759_599e51db9f_z\" width=\"300\" height=\"225\" /></a> Whispers by coolio-claire on Flickr. Creative Commons license.[/caption]\r\n\r\n<strong>Content is not always online</strong>\r\n\r\nHere’s the other thing: content is not always online. Content— a fancy word for information—can be shared face-to-face, in person. What you say to others about your business helps to market your business. This is why we develop key messages and elevator pitches. This is why we attend networking events. This is why we host coffees and get-togethers.\r\n\r\n<strong> Yes, content works to achieve business objectives</strong>\r\n\r\nThe bottom line is that content marketing works, but it is not always the online and social media versions that are the most successful.\r\n\r\nWhat are your thoughts? How much content do you produce? Is content at the heart of your marketing strategy? Let me know in the comments','Is content marketing necessary to business success?','','publish','open','open','','is-content-marketing-necessary-to-business-success','','','2015-07-21 13:16:01','2015-07-21 17:16:01','',0,'http://deborahbrody.com/?p=3009',0,'post','',0),
(3010,4,'2015-07-21 13:08:05','2015-07-21 17:08:05','Whispers by coolio-clair on Flickr, Creative Commons license\n','5398112759_599e51db9f_z','','inherit','open','open','','5398112759_599e51db9f_z','','','2015-07-21 13:08:52','2015-07-21 17:08:52','',3009,'http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z.jpg',0,'attachment','image/jpeg',0),
(3011,4,'2015-07-21 13:11:01','2015-07-21 17:11:01','Content must be the buzziest term in the communications /marketing field right now. Everywhere you turn it seem you find discussions of content strategy and marketing. There are articles on how to create  or re-purpose content. There are discussions on what is the best content and what channel is it ideally shared on.\r\n\r\n<em>But is content marketing absolutely necessary for you to achieve your business objectives?</em>\r\n\r\n<strong> What is content marketing exactly</strong>\r\n\r\nFirst let’s start with a definition of content marketing. According to the <a href=\"http://contentmarketinginstitute.com/\" target=\"_blank\">Content Marketing Institute</a> (I highly recommend you check it out for its plethora of excellent and useful information), content marketing is:\r\n<blockquote> the practice of creating relevant and compelling content in a consistent fashion to a targeted buyer, focusing on all stages of the buying process, from brand awareness through to brand evangelism.</blockquote>\r\nBasically, you create content in order to sell something (your ideas, your product, your service) or obtain something (support).\r\n\r\nI agree wholeheartedly with the theory that you should be providing information for your potential customers or supporters to make informed decisions. I am a huge fan of blogs in particular as an easy way to create and share content.\r\n\r\n<strong>But, what about those that don\'t  \"do\" content</strong>\r\n\r\nThat said, how do you explain the success of a content strategist I know who doesn’t even have a website, much less “content”? Or the digital media expert who has so much work she hasn’t blogged in months? Or the public relations agency that last tweeted in 2012?\r\n\r\nAnd then there are the many successful small businesses (e.g. plumbers, caterers, etc.) that may have websites but that don’t usually have the staff, budget or time to handle blogging, tweeting, creating infographics, etc.\r\n\r\n<strong>Another type of lead generation</strong>\r\n\r\nWhat do these non-content producers have in common? Positive word-of-mouth. These business thrive on referrals and generally  do not rely on internet searches as their main source of leads.  (As an aside, there are referrals that come in the form of online reviews, and this is a subset of search engine optimization that relies on local search.)\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z.jpg\"><img class=\"aligncenter size-medium wp-image-3010\" src=\"http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z-300x225.jpg\" alt=\"5398112759_599e51db9f_z\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Content is not always online</strong>\r\n\r\nHere’s the other thing: content is not always online. Content— a fancy word for information—can be shared face-to-face, in person. What you say to others about your business helps to market your business. This is why we develop key messages and elevator pitches. This is why we attend networking events. This is why we host coffees and get-togethers.\r\n\r\n<strong> Yes, content works to achieve business objectives</strong>\r\n\r\nThe bottom line is that content marketing works, but it is not always the online and social media versions that are the most successful.\r\n\r\nWhat are your thoughts? How much content do you produce? Is content at the heart of your marketing strategy? Let me know in the comments','Is content marketing necessary to business success?','','inherit','open','open','','3009-revision-v1','','','2015-07-21 13:11:01','2015-07-21 17:11:01','',3009,'http://deborahbrody.com/2015/07/3009-revision-v1/',0,'revision','',0),
(3012,4,'2015-07-21 13:13:09','2015-07-21 17:13:09','Content must be the buzziest term in the communications /marketing field right now. Everywhere you turn it seem you find discussions of content strategy and marketing. There are articles on how to create  or re-purpose content. There are discussions on what is the best content and what channel is it ideally shared on.\r\n\r\n<em>But is content marketing absolutely necessary for you to achieve your business objectives?</em>\r\n\r\n<strong> What is content marketing exactly?</strong>\r\n\r\nFirst let’s start with a definition of content marketing. According to the <a href=\"http://contentmarketinginstitute.com/\" target=\"_blank\">Content Marketing Institute</a> (I highly recommend you check it out for its excellent and useful information), content marketing is:\r\n<blockquote> the practice of creating relevant and compelling content in a consistent fashion to a targeted buyer, focusing on all stages of the buying process, from brand awareness through to brand evangelism.</blockquote>\r\nBasically, you create content in order to sell something (your ideas, your product, your service) or obtain something (support).\r\n\r\nI agree wholeheartedly with the theory that you should be providing information for your potential customers or supporters to make informed decisions. I am a huge fan of blogs in particular as an easy way to create and share content.\r\n\r\n<strong>But, what about those that don\'t  \"do\" content</strong>\r\n\r\nThat said, how do you explain the success of a content strategist I know who doesn’t even have a website, much less “content”? Or the digital media expert who has so much work she hasn’t blogged in months? Or the public relations agency that last tweeted in 2012?\r\n\r\nAnd then there are the many successful small businesses (e.g., plumbers, caterers, etc.) that may have websites but that don’t usually have the staff, budget or time to handle blogging, tweeting, creating infographics, etc.\r\n\r\n<strong>Another type of lead generation</strong>\r\n\r\nWhat do these non-content producers have in common? Positive word-of-mouth. These business thrive on referrals and generally  do not rely on internet searches as their main source of leads.  (As an aside, there are referrals that come in the form of online reviews, and this is a subset of search engine optimization that relies on local search.)\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z.jpg\"><img class=\"aligncenter size-medium wp-image-3010\" src=\"http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z-300x225.jpg\" alt=\"5398112759_599e51db9f_z\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Content is not always online</strong>\r\n\r\nHere’s the other thing: content is not always online. Content— a fancy word for information—can be shared face-to-face, in person. What you say to others about your business helps to market your business. This is why we develop key messages and elevator pitches. This is why we attend networking events. This is why we host coffees and get-togethers.\r\n\r\n<strong> Yes, content works to achieve business objectives</strong>\r\n\r\nThe bottom line is that content marketing works, but it is not always the online and social media versions that are the most successful.\r\n\r\nWhat are your thoughts? How much content do you produce? Is content at the heart of your marketing strategy? Let me know in the comments','Is content marketing necessary to business success?','','inherit','open','open','','3009-revision-v1','','','2015-07-21 13:13:09','2015-07-21 17:13:09','',3009,'http://deborahbrody.com/2015/07/3009-revision-v1/',0,'revision','',0),
(3013,4,'2015-07-21 13:16:01','2015-07-21 17:16:01','Content must be the buzziest term in the communications /marketing field right now. Everywhere you turn it seem you find discussions of content strategy and marketing. There are articles on how to create  or re-purpose content. There are discussions on what is the best content and what channel is it ideally shared on.\r\n\r\n<em>But is content marketing absolutely necessary for you to achieve your business objectives?</em>\r\n\r\n<strong> What is content marketing exactly?</strong>\r\n\r\nFirst let’s start with a definition of content marketing. According to the <a href=\"http://contentmarketinginstitute.com/\" target=\"_blank\">Content Marketing Institute</a> (I highly recommend you check it out for its excellent and useful information), content marketing is:\r\n<blockquote> the practice of creating relevant and compelling content in a consistent fashion to a targeted buyer, focusing on all stages of the buying process, from brand awareness through to brand evangelism.</blockquote>\r\nBasically, you create content in order to sell something (your ideas, your product, your service) or obtain something (support).\r\n\r\nI agree wholeheartedly with the theory that you should be providing information for your potential customers or supporters to make informed decisions. I am a huge fan of blogs in particular as an easy way to create and share content.\r\n\r\n<strong>But, what about those that don\'t  \"do\" content</strong>\r\n\r\nThat said, how do you explain the success of a content strategist I know who doesn’t even have a website, much less “content”? Or the digital media expert who has so much work she hasn’t blogged in months? Or the public relations agency that last tweeted in 2012?\r\n\r\nAnd then there are the many successful small businesses (e.g., plumbers, caterers, etc.) that may have websites but that don’t usually have the staff, budget or time to handle blogging, tweeting, creating infographics, etc.\r\n\r\n<strong>Another type of lead generation</strong>\r\n\r\nWhat do these non-content producers have in common? Positive word-of-mouth. These business thrive on referrals and generally  do not rely on internet searches as their main source of leads.  (As an aside, there are referrals that come in the form of online reviews, and this is a subset of search engine optimization that relies on local search.)\r\n\r\n[caption id=\"attachment_3010\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z.jpg\"><img class=\"wp-image-3010 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2015/07/5398112759_599e51db9f_z-300x225.jpg\" alt=\"5398112759_599e51db9f_z\" width=\"300\" height=\"225\" /></a> Whispers by coolio-claire on Flickr. Creative Commons license.[/caption]\r\n\r\n<strong>Content is not always online</strong>\r\n\r\nHere’s the other thing: content is not always online. Content— a fancy word for information—can be shared face-to-face, in person. What you say to others about your business helps to market your business. This is why we develop key messages and elevator pitches. This is why we attend networking events. This is why we host coffees and get-togethers.\r\n\r\n<strong> Yes, content works to achieve business objectives</strong>\r\n\r\nThe bottom line is that content marketing works, but it is not always the online and social media versions that are the most successful.\r\n\r\nWhat are your thoughts? How much content do you produce? Is content at the heart of your marketing strategy? Let me know in the comments','Is content marketing necessary to business success?','','inherit','open','open','','3009-revision-v1','','','2015-07-21 13:16:01','2015-07-21 17:16:01','',3009,'http://deborahbrody.com/2015/07/3009-revision-v1/',0,'revision','',0),
(3014,4,'2015-07-22 09:12:52','2015-07-22 13:12:52','<h2>Nonprofit needs a website and a tagline to start up</h2>\r\n<strong>The Case</strong>\r\n\r\n<strong>Pebbles of Hope</strong> is a nonprofit dedicated to helping premature babies to survive and thrive. When its founder and executive director, Cheryl Chotrani, approached DBMC, the organization was just starting out and needed marketing help. Specifically, Ms. Chotrani asked me to write the website content and to create a tagline for the organization. Ms. Chotrani, who has a marketing and media background, had already created a very comprehensive creative brief outlining the key messages, the target audience, and what the desired look and feel was for the website and had already hired a designer to create the website and a logo.\r\n\r\n<strong>The Work</strong>\r\n\r\nAs with any project, the first step is getting to know the client and the issue at hand. In this case I had several in-depth interviews with Ms. Chotrani. I read through the information she provided, gathered research on preterm births and also researched other organizations doing similar work.\r\n\r\nThe second step was to clarify the goal of the website and what type of information would have to be included. Then, I created a robust website outline/navigation guide that would serve to guide the content.\r\n\r\nWith the approved outline in hand, and the information gathered from the client and other sources, I started writing the content. Client comments and changes were incorporated and a final draft was sent to the designer.\r\n\r\nConcurrently to writing the website content, I developed around fifteen tagline suggestions. Having the tagline would help set the tone and direction for the website and the organization. These suggested taglines were submitted to the client, and with her input, the final tagline was selected.\r\n\r\nThe last step was to check and proofread the finished website.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, <a href=\"http://www.pebblesofhope.org/\" target=\"_blank\">Pebbles of Hope has a beautiful and functional website</a>. On it you can see the tagline “Giving the world’s smallest babies a fighting chance.” Thanks to volunteers, the organization also has a frequently updated blog, and a social media presence. Some of the website content and the tagline are used in other marketing materials, including a brochure.','Recent Projects','','inherit','open','open','','40-revision-v1','','','2015-07-22 09:12:52','2015-07-22 13:12:52','',40,'http://deborahbrody.com/2015/07/40-revision-v1/',0,'revision','',0),
(3016,4,'2015-07-28 09:37:20','2015-07-28 13:37:20','Last year, LinkedIn opened up its publishing platform to all. Since then, we’ve seen an explosion in these long-form posts. Everyone is trying it, and why not, after all, LinkedIn is the professional social network and we want to expand and influence our business network in order to get more business or land our next job.\r\n\r\nThe idea, according to the <a href=\"https://help.linkedin.com/app/answers/detail/a_id/47537/~/tips-for-writing-long-form-posts-on-linkedin\" target=\"_blank\">LinkedIn help blog</a>, is to share your expertise. It says:\r\n<blockquote>Your long-form posts should share your professional expertise. Write about challenges you\'ve faced, opportunities you\'ve seized, or important trends in your industry.</blockquote>\r\nAnd yet, many times people are pushing their products/services/ebooks/webinars on us. Instead of providing information or resources, these people are merely trying to sell us something.\r\n\r\n<strong>Tell, don\'t sell</strong>\r\n\r\nI don’t know about you, but I don’t like being sold to. If I am shopping for something, I want a salesperson to help me figure out what I should be looking for. I don’t want a salesperson to push something.\r\n\r\n<strong>It\'s about trust</strong>\r\n\r\nOn LinkedIn, your network is probably composed of people you have worked with or gone to school with, or perhaps met volunteering or through a networking event. Your network is not a bunch of random strangers (or at least, it shouldn’t be). You’ve earned your network’s trust. This is why when somebody spams us on LinkedIn we get pretty upset. And this is why we should get upset when somebody writes a LinkedIn long-form post that is designed solely to sell something.\r\n\r\nTo stop breaking your network’s trust and get their attention instead, write LinkedIn posts that are worthwhile.\r\n\r\n<strong>What makes a top-performing post?</strong>\r\n\r\nA read of the top performing posts on LinkedIn shows they share the following characteristics:\r\n<ul>\r\n	<li>They answer questions (for example a current top post is titled \"What makes a leader\")</li>\r\n	<li>They give tips</li>\r\n	<li>They have fun headlines</li>\r\n	<li>The have a strong point of view, sometimes controversial</li>\r\n	<li>Having notoriety or celebrity helps (The top post when I looked yesterday was by author Daniel Goleman)</li>\r\n</ul>\r\n<strong>Make your posts work for you</strong>\r\n\r\nBased on this, here are six tips to make your LinkedIn posts stand out and work for you:\r\n<ol>\r\n	<li>Write about a subject you know well<strong>.</strong> If you are an expert on UX, then write about that instead of the five life lessons you learned from the seminar you attended last week.</li>\r\n	<li>Share your knowledge/expertise. Don’t charge for it by making people pay for your webinar or your ebook.</li>\r\n	<li>It’s not academic writing—make it conversational.</li>\r\n	<li>Don’t rant. There are plenty of other places you can vent—perhaps at your local pub to your friends.</li>\r\n	<li>Write clearly. Avoid spelling and grammar mistakes by asking someone to edit/proof it.</li>\r\n	<li>Spend time working on your headline. Think of it as your book cover. If it is appealing, people will read through (and maybe even buy it).</li>\r\n</ol>\r\nWhat is your experience with LinkedIn long-form posts? Have you written one? If yes, how did it perform? If no, what has stopped you?','What makes a successful LinkedIn long-form post','','publish','open','open','','what-makes-a-successful-linkedin-long-form-post','','','2015-07-28 09:37:20','2015-07-28 13:37:20','',0,'http://deborahbrody.com/?p=3016',0,'post','',0),
(3017,4,'2015-07-28 09:29:37','2015-07-28 13:29:37','Last year, LinkedIn opened up its publishing platform to all. Since then, we’ve seen an explosion in these long-form posts. Everyone is trying it, and why not, after all, LinkedIn is the professional social network and we want to expand and influence our business network in order to get more business or land our next job.\r\n\r\nThe idea, according to the <a href=\"https://help.linkedin.com/app/answers/detail/a_id/47537/~/tips-for-writing-long-form-posts-on-linkedin\" target=\"_blank\">LinkedIn help blog</a>, is to share your expertise. It says:\r\n<blockquote>Your long-form posts should share your professional expertise. Write about challenges you\'ve faced, opportunities you\'ve seized, or important trends in your industry.</blockquote>\r\nAnd yet, many times people are pushing their products/services/ebooks/webinars on us. Instead of providing information or resources, these people are merely trying to sell us something.\r\n\r\n<strong>Tell, don\'t sell</strong>\r\n\r\nI don’t know about you, but I don’t like being sold to. If I am shopping for something, I want a salesperson to help me figure out what I should be looking for. I don’t want a salesperson to push something.\r\n\r\n<strong>It\'s about trust</strong>\r\n\r\nOn LinkedIn, your network is probably composed of people you have worked with or gone to school with, or perhaps met volunteering or through a networking event. Your network is not a bunch of random strangers (or at least, it shouldn’t be). You’ve earned your network’s trust. This is why when somebody spams us on LinkedIn we get pretty upset. And this is why we should get upset when somebody writes a LinkedIn long-form post that is designed solely to sell something.\r\n\r\nTo stop breaking your network’s trust and get their attention instead, write LinkedIn posts that are worthwhile.\r\n\r\nA read of the top performing posts on LinkedIn shows they share the following characteristics:\r\n<ul>\r\n	<li>They answer questions</li>\r\n	<li>They give tips</li>\r\n	<li>They have fun headlines</li>\r\n	<li>The have a strong point of view, sometimes controversial</li>\r\n	<li>And notoriety/celebrity helps (The top post when I looked yesterday was by author Daniel Goleman)</li>\r\n</ul>\r\nBased on this, here are some tips to make your LinkedIn posts stand out:\r\n<ol>\r\n	<li>Write about a subject you know well<strong>.</strong> If you are an expert on UX, then write about that instead of the five life lessons you learned from the seminar you attended last week.</li>\r\n	<li>Share your knowledge/expertise. Don’t charge for it by making people pay for your webinar or your ebook.</li>\r\n	<li>It’s not academic writing—make it conversational.</li>\r\n	<li>Don’t rant. There are plenty of other places you can vent—perhaps at your local pub to your friends.</li>\r\n	<li>Write clearly. Avoid spelling and grammar mistakes by asking someone to edit/proof it.</li>\r\n	<li>Spend time working on your headline. Think of it as your book cover. If it is appealing, people will read through (and maybe even buy it).</li>\r\n</ol>\r\nWhat is your experience with LinkedIn long-form posts? Have you written one? If yes, how did it perform? If no, what has stopped you?','What makes a great LinkedIn long-form post','','inherit','open','open','','3016-revision-v1','','','2015-07-28 09:29:37','2015-07-28 13:29:37','',3016,'http://deborahbrody.com/2015/07/3016-revision-v1/',0,'revision','',0),
(3018,4,'2015-07-28 09:33:57','2015-07-28 13:33:57','Last year, LinkedIn opened up its publishing platform to all. Since then, we’ve seen an explosion in these long-form posts. Everyone is trying it, and why not, after all, LinkedIn is the professional social network and we want to expand and influence our business network in order to get more business or land our next job.\r\n\r\nThe idea, according to the <a href=\"https://help.linkedin.com/app/answers/detail/a_id/47537/~/tips-for-writing-long-form-posts-on-linkedin\" target=\"_blank\">LinkedIn help blog</a>, is to share your expertise. It says:\r\n<blockquote>Your long-form posts should share your professional expertise. Write about challenges you\'ve faced, opportunities you\'ve seized, or important trends in your industry.</blockquote>\r\nAnd yet, many times people are pushing their products/services/ebooks/webinars on us. Instead of providing information or resources, these people are merely trying to sell us something.\r\n\r\n<strong>Tell, don\'t sell</strong>\r\n\r\nI don’t know about you, but I don’t like being sold to. If I am shopping for something, I want a salesperson to help me figure out what I should be looking for. I don’t want a salesperson to push something.\r\n\r\n<strong>It\'s about trust</strong>\r\n\r\nOn LinkedIn, your network is probably composed of people you have worked with or gone to school with, or perhaps met volunteering or through a networking event. Your network is not a bunch of random strangers (or at least, it shouldn’t be). You’ve earned your network’s trust. This is why when somebody spams us on LinkedIn we get pretty upset. And this is why we should get upset when somebody writes a LinkedIn long-form post that is designed solely to sell something.\r\n\r\nTo stop breaking your network’s trust and get their attention instead, write LinkedIn posts that are worthwhile.\r\n\r\n<strong>What makes a top-performing post?</strong>\r\n\r\nA read of the top performing posts on LinkedIn shows they share the following characteristics:\r\n<ul>\r\n	<li>They answer questions (for example, \"What makes a leader\")</li>\r\n	<li>They give tips</li>\r\n	<li>They have fun headlines</li>\r\n	<li>The have a strong point of view, sometimes controversial</li>\r\n	<li>And notoriety/celebrity helps (The top post when I looked yesterday was by author Daniel Goleman)</li>\r\n</ul>\r\nBased on this, here are some tips to make your LinkedIn posts stand out:\r\n<ol>\r\n	<li>Write about a subject you know well<strong>.</strong> If you are an expert on UX, then write about that instead of the five life lessons you learned from the seminar you attended last week.</li>\r\n	<li>Share your knowledge/expertise. Don’t charge for it by making people pay for your webinar or your ebook.</li>\r\n	<li>It’s not academic writing—make it conversational.</li>\r\n	<li>Don’t rant. There are plenty of other places you can vent—perhaps at your local pub to your friends.</li>\r\n	<li>Write clearly. Avoid spelling and grammar mistakes by asking someone to edit/proof it.</li>\r\n	<li>Spend time working on your headline. Think of it as your book cover. If it is appealing, people will read through (and maybe even buy it).</li>\r\n</ol>\r\nWhat is your experience with LinkedIn long-form posts? Have you written one? If yes, how did it perform? If no, what has stopped you?','What makes a great LinkedIn long-form post','','inherit','open','open','','3016-revision-v1','','','2015-07-28 09:33:57','2015-07-28 13:33:57','',3016,'http://deborahbrody.com/2015/07/3016-revision-v1/',0,'revision','',0),
(3019,4,'2015-07-28 09:36:34','2015-07-28 13:36:34','Last year, LinkedIn opened up its publishing platform to all. Since then, we’ve seen an explosion in these long-form posts. Everyone is trying it, and why not, after all, LinkedIn is the professional social network and we want to expand and influence our business network in order to get more business or land our next job.\r\n\r\nThe idea, according to the <a href=\"https://help.linkedin.com/app/answers/detail/a_id/47537/~/tips-for-writing-long-form-posts-on-linkedin\" target=\"_blank\">LinkedIn help blog</a>, is to share your expertise. It says:\r\n<blockquote>Your long-form posts should share your professional expertise. Write about challenges you\'ve faced, opportunities you\'ve seized, or important trends in your industry.</blockquote>\r\nAnd yet, many times people are pushing their products/services/ebooks/webinars on us. Instead of providing information or resources, these people are merely trying to sell us something.\r\n\r\n<strong>Tell, don\'t sell</strong>\r\n\r\nI don’t know about you, but I don’t like being sold to. If I am shopping for something, I want a salesperson to help me figure out what I should be looking for. I don’t want a salesperson to push something.\r\n\r\n<strong>It\'s about trust</strong>\r\n\r\nOn LinkedIn, your network is probably composed of people you have worked with or gone to school with, or perhaps met volunteering or through a networking event. Your network is not a bunch of random strangers (or at least, it shouldn’t be). You’ve earned your network’s trust. This is why when somebody spams us on LinkedIn we get pretty upset. And this is why we should get upset when somebody writes a LinkedIn long-form post that is designed solely to sell something.\r\n\r\nTo stop breaking your network’s trust and get their attention instead, write LinkedIn posts that are worthwhile.\r\n\r\n<strong>What makes a top-performing post?</strong>\r\n\r\nA read of the top performing posts on LinkedIn shows they share the following characteristics:\r\n<ul>\r\n	<li>They answer questions (for example a current top post is titled \"What makes a leader\")</li>\r\n	<li>They give tips</li>\r\n	<li>They have fun headlines</li>\r\n	<li>The have a strong point of view, sometimes controversial</li>\r\n	<li>Having notoriety or celebrity helps (The top post when I looked yesterday was by author Daniel Goleman)</li>\r\n</ul>\r\n<strong>Make your posts work for you</strong>\r\n\r\nBased on this, here are six tips to make your LinkedIn posts stand out and work for you:\r\n<ol>\r\n	<li>Write about a subject you know well<strong>.</strong> If you are an expert on UX, then write about that instead of the five life lessons you learned from the seminar you attended last week.</li>\r\n	<li>Share your knowledge/expertise. Don’t charge for it by making people pay for your webinar or your ebook.</li>\r\n	<li>It’s not academic writing—make it conversational.</li>\r\n	<li>Don’t rant. There are plenty of other places you can vent—perhaps at your local pub to your friends.</li>\r\n	<li>Write clearly. Avoid spelling and grammar mistakes by asking someone to edit/proof it.</li>\r\n	<li>Spend time working on your headline. Think of it as your book cover. If it is appealing, people will read through (and maybe even buy it).</li>\r\n</ol>\r\nWhat is your experience with LinkedIn long-form posts? Have you written one? If yes, how did it perform? If no, what has stopped you?','What makes a successful LinkedIn long-form post','','inherit','open','open','','3016-revision-v1','','','2015-07-28 09:36:34','2015-07-28 13:36:34','',3016,'http://deborahbrody.com/2015/07/3016-revision-v1/',0,'revision','',0),
(3020,4,'2015-08-04 10:27:35','2015-08-04 14:27:35','I follow more than 1,300 accounts on Twitter. Some of them are purely news sources and some are people I know \"in real life.\" Some are journalists and others \"social media experts.\"\r\n\r\n[caption id=\"attachment_3021\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/08/3939487692_0486e3e87e_z.jpg\"><img class=\"size-medium wp-image-3021\" src=\"http://deborahbrody.com/wp-content/uploads/2015/08/3939487692_0486e3e87e_z-300x225.jpg\" alt=\"Sand sculpture by Rosaura Ochoa via Flckr\" width=\"300\" height=\"225\" /></a> Sand sculpture by Rosaura Ochoa via Flckr[/caption]\r\n\r\nSince I spend a good amount of my day on Twitter, I see a lot of tweets. Many of those tweets are interesting or funny or offer good advice. However, some tweets make me wonder if the person/account has ever considered why he/she is on Twitter. I see constant check-ins and bitter complaints about spouses. I see random quotes and people earning points for some action (usually checking in). I see people obviously brown-nosing (\"Store X is the best, super customer service). And just today I saw a tweet about someone\'s menstrual cycle (I wish I were kidding).\r\n\r\n<strong>Get strategic.</strong>\r\n\r\nBig brands probably have a written and codified Twitter strategy that is part of their larger content strategy. But if you are a freelancer, small business owner or just you, you may not have a \"content strategy\" much less a Twitter strategy? But should you?\r\n\r\nIf you want to get more out of Twitter, yes, you should develop a simple but effective strategy.\r\n\r\nHere’s how to develop a Twitter strategy:\r\n<ol>\r\n	<li><strong>Decide what you want to achieve on Twitter.</strong> This is also the answer to \"why am I here?\" Perhaps you want to make business contacts or you want to learn more about a subject or you want to promote your writing. Whatever it is, write it down.</li>\r\n	<li><strong>Now, figure out  your audience.</strong> What kinds of people or accounts are likely to have the type of information you are interested in? Who on Twitter would be interested in your stuff? Can you describe a group or groups of people that would be your audience? For example, if you are a knitter and sell stuff on Etsy, your audience would be other knitters, people interested in crafts and so forth.</li>\r\n	<li><strong>What defines success for you on Twitter?</strong> Do you want to have a large following? Do you want to be an influencer? Do you want to meet like-minded folks in person?</li>\r\n</ol>\r\nBy thinking about these issues, you will start being more focused or purposeful in your tweeting.\r\n\r\n<strong>Now, get tactical</strong>\r\n\r\nTactics are what puts your strategy in motion.\r\n<ol>\r\n	<li><strong>Engage.</strong> See someone asking a question? Respond! Find somebody\'s tweet useful/inspiring/interesting? Retweet!</li>\r\n	<li> <strong>Become a content curator.</strong> Find sources (Twitter accounts, blogs, websites) and follow them. Collect and share the most relevant information for your audience (see above).</li>\r\n	<li><strong>Join/follow selected Twitter chats.</strong> There are so many on a variety of topics, and folks that participate in those are folks that are interested in the same stuff as you are.</li>\r\n	<li><strong>Use lists</strong>. Twitter gives you the ability to put accounts into lists, and then, when you use a Twitter client such as Hootsuite, you can put those lists into their own column. This way if you have a list of \"Fiendish knitters\" you can make sure to see what those crafters are up to.</li>\r\n</ol>\r\n<strong>What am I trying to accomplish?</strong>\r\n\r\nOf course you will have the occasional “not on message” tweet. You are a person with a life and you want to share your interests or things that happen to you. But if this is all you tweet, you have a problem, and you are probably not seeing any results from Twitter.\r\n\r\n<em><strong>So, perhaps before you tweet anything, you should ask yourself : What am I trying to accomplish by sharing this?</strong> </em>\r\n\r\nLet me know: do you have a Twitter strategy? Can you share it?','Do you have a Twitter strategy?','','publish','open','open','','do-you-have-a-twitter-strategy','','','2015-08-04 10:27:35','2015-08-04 14:27:35','',0,'http://deborahbrody.com/?p=3020',0,'post','',0),
(3021,4,'2015-08-04 10:23:41','2015-08-04 14:23:41','','3939487692_0486e3e87e_z','Sand sculpture by Rosaura Ochoa via Flckr','inherit','open','open','','3939487692_0486e3e87e_z','','','2015-08-04 10:24:11','2015-08-04 14:24:11','',3020,'http://deborahbrody.com/wp-content/uploads/2015/08/3939487692_0486e3e87e_z.jpg',0,'attachment','image/jpeg',0),
(3022,4,'2015-08-04 10:26:41','2015-08-04 14:26:41','I follow more than 1,300 accounts on Twitter. Some of them are purely news sources and some are people I know \"in real life.\" Some are journalists and others \"social media experts.\"\r\n\r\n[caption id=\"attachment_3021\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/08/3939487692_0486e3e87e_z.jpg\"><img class=\"size-medium wp-image-3021\" src=\"http://deborahbrody.com/wp-content/uploads/2015/08/3939487692_0486e3e87e_z-300x225.jpg\" alt=\"Sand sculpture by Rosaura Ochoa via Flckr\" width=\"300\" height=\"225\" /></a> Sand sculpture by Rosaura Ochoa via Flckr[/caption]\r\n\r\nSince I spend a good amount of my day on Twitter, I see a lot of tweets. Many of those tweets are interesting or funny or offer good advice. However, some tweets make me wonder if the person/account has ever considered why he/she is on Twitter. I see constant check-ins and bitter complaints about spouses. I see random quotes and people earning points for some action (usually checking in). I see people obviously brown-nosing (\"Store X is the best, super customer service). And just today I saw a tweet about someone\'s menstrual cycle (I wish I were kidding).\r\n\r\n<strong>Get strategic.</strong>\r\n\r\nBig brands probably have a written and codified Twitter strategy that is part of their larger content strategy. But if you are a freelancer, small business owner or just you, you may not have a \"content strategy\" much less a Twitter strategy? But should you?\r\n\r\nIf you want to get more out of Twitter, yes, you should develop a simple but effective strategy.\r\n\r\nHere’s how to develop a Twitter strategy:\r\n<ol>\r\n	<li><strong>Decide what you want to achieve on Twitter.</strong> This is also the answer to \"why am I here?\" Perhaps you want to make business contacts or you want to learn more about a subject or you want to promote your writing. Whatever it is, write it down.</li>\r\n	<li><strong>Now, figure out  your audience.</strong> What kinds of people or accounts are likely to have the type of information you are interested in? Who on Twitter would be interested in your stuff? Can you describe a group or groups of people that would be your audience? For example, if you are a knitter and sell stuff on Etsy, your audience would be other knitters, people interested in crafts and so forth.</li>\r\n	<li><strong>What defines success for you on Twitter?</strong> Do you want to have a large following? Do you want to be an influencer? Do you want to meet like-minded folks in person?</li>\r\n</ol>\r\nBy thinking about these issues, you will start being more focused or purposeful in your tweeting.\r\n\r\n<strong>Now, get tactical</strong>\r\n\r\nTactics are what puts your strategy in motion.\r\n<ol>\r\n	<li><strong>Engage.</strong> See someone asking a question? Respond! Find somebody\'s tweet useful/inspiring/interesting? Retweet!</li>\r\n	<li> <strong>Become a content curator.</strong> Find sources (Twitter accounts, blogs, websites) and follow them. Collect and share the most relevant information for your audience (see above).</li>\r\n	<li><strong>Join/follow selected Twitter chats.</strong> There are so many on a variety of topics, and folks that participate in those are folks that are interested in the same stuff as you are.</li>\r\n	<li><strong>Use lists</strong>. Twitter gives you the ability to put accounts into lists, and then, when you use a Twitter client such as Hootsuite, you can put those lists into their own column. This way if you have a list of \"Fiendish knitters\" you can make sure to see what those crafters are up to.</li>\r\n</ol>\r\n<strong>What am I trying to accomplish?</strong>\r\n\r\nOf course you will have the occasional “not on message” tweet. You are a person with a life and you want to share your interests or things that happen to you. But if this is all you tweet, you have a problem, and you are probably not seeing any results from twitter.\r\n\r\n<em><strong>So, perhaps before you tweet anything, you should ask yourself : What am I trying to accomplish by sharing this?</strong> </em>\r\n\r\nLet me know: do you have a Twitter strategy? Can you share it?','Do you have a Twitter strategy?','','inherit','open','open','','3020-revision-v1','','','2015-08-04 10:26:41','2015-08-04 14:26:41','',3020,'http://deborahbrody.com/2015/08/3020-revision-v1/',0,'revision','',0),
(3023,4,'2015-08-04 10:27:35','2015-08-04 14:27:35','I follow more than 1,300 accounts on Twitter. Some of them are purely news sources and some are people I know \"in real life.\" Some are journalists and others \"social media experts.\"\r\n\r\n[caption id=\"attachment_3021\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/08/3939487692_0486e3e87e_z.jpg\"><img class=\"size-medium wp-image-3021\" src=\"http://deborahbrody.com/wp-content/uploads/2015/08/3939487692_0486e3e87e_z-300x225.jpg\" alt=\"Sand sculpture by Rosaura Ochoa via Flckr\" width=\"300\" height=\"225\" /></a> Sand sculpture by Rosaura Ochoa via Flckr[/caption]\r\n\r\nSince I spend a good amount of my day on Twitter, I see a lot of tweets. Many of those tweets are interesting or funny or offer good advice. However, some tweets make me wonder if the person/account has ever considered why he/she is on Twitter. I see constant check-ins and bitter complaints about spouses. I see random quotes and people earning points for some action (usually checking in). I see people obviously brown-nosing (\"Store X is the best, super customer service). And just today I saw a tweet about someone\'s menstrual cycle (I wish I were kidding).\r\n\r\n<strong>Get strategic.</strong>\r\n\r\nBig brands probably have a written and codified Twitter strategy that is part of their larger content strategy. But if you are a freelancer, small business owner or just you, you may not have a \"content strategy\" much less a Twitter strategy? But should you?\r\n\r\nIf you want to get more out of Twitter, yes, you should develop a simple but effective strategy.\r\n\r\nHere’s how to develop a Twitter strategy:\r\n<ol>\r\n	<li><strong>Decide what you want to achieve on Twitter.</strong> This is also the answer to \"why am I here?\" Perhaps you want to make business contacts or you want to learn more about a subject or you want to promote your writing. Whatever it is, write it down.</li>\r\n	<li><strong>Now, figure out  your audience.</strong> What kinds of people or accounts are likely to have the type of information you are interested in? Who on Twitter would be interested in your stuff? Can you describe a group or groups of people that would be your audience? For example, if you are a knitter and sell stuff on Etsy, your audience would be other knitters, people interested in crafts and so forth.</li>\r\n	<li><strong>What defines success for you on Twitter?</strong> Do you want to have a large following? Do you want to be an influencer? Do you want to meet like-minded folks in person?</li>\r\n</ol>\r\nBy thinking about these issues, you will start being more focused or purposeful in your tweeting.\r\n\r\n<strong>Now, get tactical</strong>\r\n\r\nTactics are what puts your strategy in motion.\r\n<ol>\r\n	<li><strong>Engage.</strong> See someone asking a question? Respond! Find somebody\'s tweet useful/inspiring/interesting? Retweet!</li>\r\n	<li> <strong>Become a content curator.</strong> Find sources (Twitter accounts, blogs, websites) and follow them. Collect and share the most relevant information for your audience (see above).</li>\r\n	<li><strong>Join/follow selected Twitter chats.</strong> There are so many on a variety of topics, and folks that participate in those are folks that are interested in the same stuff as you are.</li>\r\n	<li><strong>Use lists</strong>. Twitter gives you the ability to put accounts into lists, and then, when you use a Twitter client such as Hootsuite, you can put those lists into their own column. This way if you have a list of \"Fiendish knitters\" you can make sure to see what those crafters are up to.</li>\r\n</ol>\r\n<strong>What am I trying to accomplish?</strong>\r\n\r\nOf course you will have the occasional “not on message” tweet. You are a person with a life and you want to share your interests or things that happen to you. But if this is all you tweet, you have a problem, and you are probably not seeing any results from Twitter.\r\n\r\n<em><strong>So, perhaps before you tweet anything, you should ask yourself : What am I trying to accomplish by sharing this?</strong> </em>\r\n\r\nLet me know: do you have a Twitter strategy? Can you share it?','Do you have a Twitter strategy?','','inherit','open','open','','3020-revision-v1','','','2015-08-04 10:27:35','2015-08-04 14:27:35','',3020,'http://deborahbrody.com/2015/08/3020-revision-v1/',0,'revision','',0),
(3026,4,'2015-08-18 17:42:56','2015-08-18 21:42:56','There’s been two blog post ideas floating around in my head, so I thought I would combine them since they are both short.\r\n<h1><strong>Details please!</strong></h1>\r\nA few weeks ago, I saw a query from a woman to a group we’re both in. She was asking about “affordable” meeting space that would allow her to charge for admission. Predictably, the questions starting rolling in: How many people would she be hosting? Would she be serving food? And from me, what did she consider affordable?\r\n\r\nHer question was fundamentally flawed because she did not provide enough detail.\r\n\r\nImagine if before asking a vague question, this woman had taken a few minutes to think about what is necessary in booking a meeting space (you know, those pesky details):\r\n<ul>\r\n	<li> Number of attendees/space needs</li>\r\n	<li>Location</li>\r\n	<li>Budget</li>\r\n	<li>Amount of time needed</li>\r\n	<li>Schedule (date and time)</li>\r\n	<li>Ability to charge attendance</li>\r\n	<li>Catering (needed or not)</li>\r\n</ul>\r\nShe would have saved time (hers and ours): getting better suggestions and fielding fewer questions.\r\n\r\nNext time you are looking to get information about anything, take a few minutes to think about the details that may be relevant. Make it easy for others to provide you with the information you need.\r\n<h1>It\'s all about him!</h1>\r\nSaw this on Twitter:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2015/08/2015-08-18-10.57.40.jpg\"><img class=\"aligncenter size-medium wp-image-3028\" src=\"http://deborahbrody.com/wp-content/uploads/2015/08/2015-08-18-10.57.40-300x193.jpg\" alt=\"2015-08-18 10.57.40\" width=\"300\" height=\"193\" /></a>Although it\'s become acceptable to use the plural for gender neutrality (I still prefer his/her because plural is plural), if you know the gender (male in this case) it is perfectly OK to use a gendered pronoun (his not their). It\'s worrisome that people are so intent on being gender neutral (which is good) that they forget that gendered pronouns can be used appropriately.\r\n\r\nThat\'s all folks. Catch you soon and let me know if you have any documents that need some copy editing.','It\'s a 2for1 blog post','','publish','open','open','','its-a-2for1-blog-post','','','2015-08-18 17:42:56','2015-08-18 21:42:56','',0,'http://deborahbrody.com/?p=3026',0,'post','',0),
(3028,4,'2015-08-18 17:36:51','2015-08-18 21:36:51','','2015-08-18 10.57.40','','inherit','open','open','','2015-08-18-10-57-40','','','2015-08-18 17:36:51','2015-08-18 21:36:51','',3026,'http://deborahbrody.com/wp-content/uploads/2015/08/2015-08-18-10.57.40.jpg',0,'attachment','image/jpeg',0),
(3027,4,'2015-08-18 17:25:53','2015-08-18 21:25:53','There’s been two blog post ideas floating around in my head, so I thought I would combine them since they are both short.\r\n<h1>\r\n<strong>Details please!</strong></h1>\r\n&nbsp;\r\n\r\nA few weeks ago, I saw a query from a woman to a group we’re both in. She was asking about “affordable” meeting space that would allow her to charge for admission. Predictably, the questions starting rolling in: How many people would she be hosting? Would she be serving food? And from me, what did she consider affordable?\r\n\r\n&nbsp;\r\n\r\nHer question was fundamentally flawed: she did not provide enough detail.\r\n\r\n&nbsp;\r\n\r\nImagine if before asking a vague question, this woman had taken a few minutes to think about what is necessary in booking a meeting space (you know, those pesky details):\r\n\r\n&nbsp;\r\n<ul>\r\n	<li>Number of attendees/space needs</li>\r\n	<li>Location</li>\r\n	<li>Budget</li>\r\n	<li>Amount of time needed</li>\r\n	<li>Schedule (date and time)</li>\r\n	<li>Ability to charge attendance</li>\r\n	<li>Catering (needed or not)</li>\r\n</ul>\r\n&nbsp;\r\n\r\nShe would have saved time (hers and ours): getting better suggestions and fielding fewer questions.\r\n\r\n&nbsp;\r\n\r\nNext time you are looking to get information about anything, take a few minutes to think about the details that may be relevant. Make it easy for others to provide you with the information you need.\r\n<h1>It\'s all about him!</h1>\r\n&nbsp;','It\'s a 2for1 blog post','','inherit','open','open','','3026-revision-v1','','','2015-08-18 17:25:53','2015-08-18 21:25:53','',3026,'http://deborahbrody.com/2015/08/3026-revision-v1/',0,'revision','',0),
(3029,4,'2015-08-18 17:41:28','2015-08-18 21:41:28','There’s been two blog post ideas floating around in my head, so I thought I would combine them since they are both short.\r\n<h1><strong>Details please!</strong></h1>\r\nA few weeks ago, I saw a query from a woman to a group we’re both in. She was asking about “affordable” meeting space that would allow her to charge for admission. Predictably, the questions starting rolling in: How many people would she be hosting? Would she be serving food? And from me, what did she consider affordable?\r\n\r\nHer question was fundamentally flawed because she did not provide enough detail.\r\n\r\nImagine if before asking a vague question, this woman had taken a few minutes to think about what is necessary in booking a meeting space (you know, those pesky details):\r\n<ul>\r\n	<li> Number of attendees/space needs</li>\r\n	<li>Location</li>\r\n	<li>Budget</li>\r\n	<li>Amount of time needed</li>\r\n	<li>Schedule (date and time)</li>\r\n	<li>Ability to charge attendance</li>\r\n	<li>Catering (needed or not)</li>\r\n</ul>\r\nShe would have saved time (hers and ours): getting better suggestions and fielding fewer questions.\r\n\r\nNext time you are looking to get information about anything, take a few minutes to think about the details that may be relevant. Make it easy for others to provide you with the information you need.\r\n<h1>It\'s all about him!</h1>\r\nSaw this on Twitter:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2015/08/2015-08-18-10.57.40.jpg\"><img class=\"aligncenter size-medium wp-image-3028\" src=\"http://deborahbrody.com/wp-content/uploads/2015/08/2015-08-18-10.57.40-300x193.jpg\" alt=\"2015-08-18 10.57.40\" width=\"300\" height=\"193\" /></a>Although it\'s become acceptable to use the plural for gender neutrality (I still prefer his/her because plural is plural), if you know the gender (male in this case) it is perfectly OK to use a gendered pronoun (his not their). It\'s worrisome that people are so intent on being gender neutral (which is good) that they forget that gendered pronouns can be used appropriately.\r\n\r\nThat\'s all folks. Catch you soon and let me know if you have any documents that need some copy editing.','It\'s a 2for1 blog post','','inherit','open','open','','3026-revision-v1','','','2015-08-18 17:41:28','2015-08-18 21:41:28','',3026,'http://deborahbrody.com/2015/08/3026-revision-v1/',0,'revision','',0),
(3031,4,'2015-08-27 09:28:37','2015-08-27 13:28:37','You have to do PR if you want to get new clients!\r\n\r\nYou have to have an optimized website if you want to get new customers!\r\n\r\n[caption id=\"attachment_3032\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/08/3736095515_504612aab7_z.jpg\"><img class=\"size-medium wp-image-3032\" src=\"http://deborahbrody.com/wp-content/uploads/2015/08/3736095515_504612aab7_z-300x199.jpg\" alt=\"number 1 by Jon Jordan on Flickr\" width=\"300\" height=\"199\" /></a> number 1 by Jon Jordan on Flickr[/caption]\r\n\r\nYou have to do content marketing if you want to get new leads!\r\n\r\nAnd most recently,\r\n\r\nYou have to try Periscope to get some exposure!\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nIn the new world of marketing communications, there is a growing array of standard and innovative possibilities for getting the word out about your business.\r\n\r\nFrom the pre-Internet era we have good old advertising/public relations/marketing, including the use of print materials, broadcast, outdoor, direct mail, etc.\r\n\r\nFrom the Internet-era, we have websites and email marketing.\r\n\r\nFrom the social media-era, we have content marketing, and a seemingly endless stream of networks (Twitter, Pinterest, Instagram, and so forth) and video in short format (Vine) and in long format (Periscope). And I am sure as I write this, something else is bubbling up to capture our short-attention span.\r\n\r\nHere\'s the thing: all of these work. They work differently, with different audiences and with different levels of \"engagement.\"  But the uncomfortable truth is that no one thing will get you leads/customers.\r\n\r\nBack in the old days, we had a concept called \"integrated marketing communications.\" It posited that in order to be successful, you had to use a variety of marcomm tools and make sure they were playing nice with each other.  For example, if you were using sponsorship and public relations, the PR folks would know what you were sponsoring and the sponsorship folks might in turn get a bit of PR for the sponsorship. You know, everybody working together toward a common goal.\r\n\r\nNow it seems that people want a shortcut. They want to try the one thing that will \"guarantee\" results. Everybody seems to be lurching from one platform to the next, one tactic to another.\r\n\r\nIf you want to achieve results from your marketing communications efforts you are going to have<strong> to stop being tactical and start being strategic.</strong> Stop thinking in terms of doing one thing to get audiences interested today and start thinking in terms of objectives and actions you want from said audience.\r\n\r\n<strong>You can\'t do just one thing.</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h5>If you need help figuring out what your communications efforts should be, contact me today! Let\'s talk.</h5>','Do this one thing!','','publish','open','open','','do-this-one-thing','','','2015-08-27 09:28:37','2015-08-27 13:28:37','',0,'http://deborahbrody.com/?p=3031',0,'post','',0),
(3032,4,'2015-08-27 09:25:35','2015-08-27 13:25:35','photo of a number one by Jon Jordan on Flickr','3736095515_504612aab7_z','number 1 by Jon Jordan on Flickr','inherit','open','open','','3736095515_504612aab7_z','','','2015-08-27 09:26:18','2015-08-27 13:26:18','',3031,'http://deborahbrody.com/wp-content/uploads/2015/08/3736095515_504612aab7_z.jpg',0,'attachment','image/jpeg',0),
(3033,4,'2015-08-27 09:26:52','2015-08-27 13:26:52','You have to do PR if you want to get new clients!\r\n\r\nYou have to have an optimized website if you want to get new customers!\r\n\r\n[caption id=\"attachment_3032\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/08/3736095515_504612aab7_z.jpg\"><img class=\"size-medium wp-image-3032\" src=\"http://deborahbrody.com/wp-content/uploads/2015/08/3736095515_504612aab7_z-300x199.jpg\" alt=\"number 1 by Jon Jordan on Flickr\" width=\"300\" height=\"199\" /></a> number 1 by Jon Jordan on Flickr[/caption]\r\n\r\nYou have to do content marketing if you want to get new leads!\r\n\r\nAnd most recently,\r\n\r\nYou have to try Periscope to get some exposure!\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nIn the new world of marketing communications, there is a growing array of standard and innovative possibilities for getting the word out about your business.\r\n\r\nFrom the pre-Internet era we have good old advertising/public relations/marketing, including the use of print materials, broadcast, outdoor, direct mail, etc.\r\n\r\nFrom the Internet-era, we have websites and email marketing.\r\n\r\nFrom the social media-era, we have content marketing, and a seemingly endless stream of networks (Twitter, Pinterest, Instagram, and so forth) and video in short format (Vine) and in long format (Periscope). And I am sure as I write this, something else is bubbling up to capture our short-attention span.\r\n\r\nHere\'s the thing: all of these work. They work differently, with different audiences and with different levels of \"engagement.\"  But the uncomfortable truth is that no one thing will get you leads/customers.\r\n\r\nBack in the old days, we had a concept called \"integrated marketing communications.\" It posited that in order to be successful, you had to use a variety of marcomm tools and make sure they were playing nice with each other.  For example, if you were using sponsorship and public relations, the PR folks would know what you were sponsoring and the sponsorship folks might in turn get a bit of PR for the sponsorship. You know, everybody working together toward a common goal.\r\n\r\nNow it seems that people want a shortcut. They want to try the one thing that will \"guarantee\" results. Everybody seems to be lurching from one platform to the next, one tactic to another.\r\n\r\nIf you want to achieve results from your marketing communications efforts you are going to have<strong> to stop being tactical and start being strategic.</strong> Stop thinking in terms of doing one thing to get audiences interested today and start thinking in terms of objectives and actions you want from said audience.\r\n\r\n<strong>You can\'t do just one thing.</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h5>If you need help figuring out what your communications efforts should be, contact me today! Let\'s talk.</h5>','Do this one thing!','','inherit','open','open','','3031-revision-v1','','','2015-08-27 09:26:52','2015-08-27 13:26:52','',3031,'http://deborahbrody.com/2015/08/3031-revision-v1/',0,'revision','',0),
(3035,4,'2015-09-04 11:27:18','2015-09-04 15:27:18','I meant to post earlier in the week. However, Verizon \"inadvertently\" cut my FIOS line--so I had no TV or internet Wednesday into Thursday. Yes, this is a first world problem. Regardless, it had to be resolved, which involved the thing I despise the most in the world: calling Verizon customer service.\r\n\r\nAnd it was just as bad as I feared. First you have to get through a phone tree (I can\'t stand talking to machines). And then I got disconnected. Then, when I called back, the phone tree was stuck on whether I had power at my location or not. Thanks Verizon, for thinking I am that stupid that I would think that without electricity I would have working TV/internet. On the third try, I went for the Spanish option, from which I was able to finally speak to an agent (whose command of Spanish was not the best as he was versed in Spanglish more than Spanish).\r\n\r\nTo make a long story short, after more than 24 hours without service and after several calls to support, my FIOS is back on a temporary line that will eventually have to be buried (meaning I am still not done with Verizon).\r\n\r\nI work from home, so having internet access is essential for me.  Yes, I have a smartphone so I wasn\'t entirely disconnected from the world wide web, but try proofreading a brochure on your smartphone. Not so easy.\r\n\r\nThe only positive from this fiasco is that it sparked this blog post. Here\'s what I learned from losing my internet service:\r\n\r\n1.<strong>The measure of a company is how it responds to customer problems.</strong> Verizon does not do well on this measure. Verizon, like most companies, is fine <em>as long as you don\'t have a problem.</em>  Verizon makes it very hard for customers to talk to customer service agents. It makes customers run around in circles: repeat information, navigate phone trees and so forth. I lost a whole day of service PLUS more than an hour getting someone to help PLUS using data on my phone PLUS having to go somewhere to be able to access the internet to do work PLUS waiting during a three-hour window. If I call to request a credit, I may be compensated for the service loss but not for my time and certainly not for the aggravation. I am sure Verizon is betting that I won\'t want to lose more time on this, and it may be right. As I said before, I despise calling Verizon\'s customer service.\r\n\r\n2. <strong>Monopolies like Verizon have no incentive to be customer-centric and they don\'t advertise or promote their customer service.</strong> If you notice, all FIOS advertising is about what great speeds you will have or any other benefits of having WORKING service. There\'s  no mention of the great customer service that accompanies this \"super-fast\" internet because there is none.\r\n\r\n3. <strong>Some companies provide better customer service via social media. Verizon does not.</strong> Several years ago this was not true. You could get better, faster service from Twitter since @verizonsupport agents seemed to be more empowered than those on the 1-800 number.  Now, if you complain on Twitter, Verizon reps will quickly want to move you over to direct message so that they can give you a link to report your problem. Agents on @verizonsupport seem to have little or no ability to actually help or intervene in your favor, unlike @deltaassist, which has the ability to rebook your flight, etc.\r\n\r\n4. <strong>The problem is with company policies not with employees.</strong> It\'s been my experience that people want to help, but they are forced to follow company policies and procedures, which are not customer-friendly. The technician that came to my house was far more helpful and on the ball than the agents on the 1-800 line. He was empowered to do what he had to do to fix the problem, whereas the agents in the call center were forced to call other departments and work within constraints.\r\n\r\n5. <strong>You must have a \"plan b\" or \"plan c.\"</strong> If something fails (you could lose power, or your car is in the shop or any other unexpected problem), you have to find a work around. In this case, my county libraries all offer wi-fi, and have desks with power outlets. That was the way to get some work done for me.\r\n\r\nAnd lastly, on a personal note:\r\n\r\n6. <strong>I have to try to stop sweating the small stuff.</strong> I get upset because I expect things to work and work well. And they often don\'t.  Yesterday, I was reminded  that our time on earth can be very short and you just don\'t know how life will turn out, so perhaps worrying about Verizon is a complete waste of time. I had my annual eye doctor appointment, and the usual optometrist was not there. I was shocked and very sorry to learn that she died suddenly after an aggressive illness. She was around my age. She was a very nice person and I always enjoyed chatting with her. The doctor told me she had been very healthy and health-conscious, but this illness came out of nowhere. She was gone in a matter of weeks. Rest in peace Teresa, you are missed.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nEnjoy your Labor Day weekend!  How did we get to the last weekend of \"official\" summer  so fast? Sigh.','When you lose your internet service...','','publish','open','open','','when-you-lose-your-internet-service','','','2015-09-04 11:27:18','2015-09-04 15:27:18','',0,'http://deborahbrody.com/?p=3035',0,'post','',0),
(3036,4,'2015-09-04 11:27:18','2015-09-04 15:27:18','I meant to post earlier in the week. However, Verizon \"inadvertently\" cut my FIOS line--so I had no TV or internet Wednesday into Thursday. Yes, this is a first world problem. Regardless, it had to be resolved, which involved the thing I despise the most in the world: calling Verizon customer service.\r\n\r\nAnd it was just as bad as I feared. First you have to get through a phone tree (I can\'t stand talking to machines). And then I got disconnected. Then, when I called back, the phone tree was stuck on whether I had power at my location or not. Thanks Verizon, for thinking I am that stupid that I would think that without electricity I would have working TV/internet. On the third try, I went for the Spanish option, from which I was able to finally speak to an agent (whose command of Spanish was not the best as he was versed in Spanglish more than Spanish).\r\n\r\nTo make a long story short, after more than 24 hours without service and after several calls to support, my FIOS is back on a temporary line that will eventually have to be buried (meaning I am still not done with Verizon).\r\n\r\nI work from home, so having internet access is essential for me.  Yes, I have a smartphone so I wasn\'t entirely disconnected from the world wide web, but try proofreading a brochure on your smartphone. Not so easy.\r\n\r\nThe only positive from this fiasco is that it sparked this blog post. Here\'s what I learned from losing my internet service:\r\n\r\n1.<strong>The measure of a company is how it responds to customer problems.</strong> Verizon does not do well on this measure. Verizon, like most companies, is fine <em>as long as you don\'t have a problem.</em>  Verizon makes it very hard for customers to talk to customer service agents. It makes customers run around in circles: repeat information, navigate phone trees and so forth. I lost a whole day of service PLUS more than an hour getting someone to help PLUS using data on my phone PLUS having to go somewhere to be able to access the internet to do work PLUS waiting during a three-hour window. If I call to request a credit, I may be compensated for the service loss but not for my time and certainly not for the aggravation. I am sure Verizon is betting that I won\'t want to lose more time on this, and it may be right. As I said before, I despise calling Verizon\'s customer service.\r\n\r\n2. <strong>Monopolies like Verizon have no incentive to be customer-centric and they don\'t advertise or promote their customer service.</strong> If you notice, all FIOS advertising is about what great speeds you will have or any other benefits of having WORKING service. There\'s  no mention of the great customer service that accompanies this \"super-fast\" internet because there is none.\r\n\r\n3. <strong>Some companies provide better customer service via social media. Verizon does not.</strong> Several years ago this was not true. You could get better, faster service from Twitter since @verizonsupport agents seemed to be more empowered than those on the 1-800 number.  Now, if you complain on Twitter, Verizon reps will quickly want to move you over to direct message so that they can give you a link to report your problem. Agents on @verizonsupport seem to have little or no ability to actually help or intervene in your favor, unlike @deltaassist, which has the ability to rebook your flight, etc.\r\n\r\n4. <strong>The problem is with company policies not with employees.</strong> It\'s been my experience that people want to help, but they are forced to follow company policies and procedures, which are not customer-friendly. The technician that came to my house was far more helpful and on the ball than the agents on the 1-800 line. He was empowered to do what he had to do to fix the problem, whereas the agents in the call center were forced to call other departments and work within constraints.\r\n\r\n5. <strong>You must have a \"plan b\" or \"plan c.\"</strong> If something fails (you could lose power, or your car is in the shop or any other unexpected problem), you have to find a work around. In this case, my county libraries all offer wi-fi, and have desks with power outlets. That was the way to get some work done for me.\r\n\r\nAnd lastly, on a personal note:\r\n\r\n6. <strong>I have to try to stop sweating the small stuff.</strong> I get upset because I expect things to work and work well. And they often don\'t.  Yesterday, I was reminded  that our time on earth can be very short and you just don\'t know how life will turn out, so perhaps worrying about Verizon is a complete waste of time. I had my annual eye doctor appointment, and the usual optometrist was not there. I was shocked and very sorry to learn that she died suddenly after an aggressive illness. She was around my age. She was a very nice person and I always enjoyed chatting with her. The doctor told me she had been very healthy and health-conscious, but this illness came out of nowhere. She was gone in a matter of weeks. Rest in peace Teresa, you are missed.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nEnjoy your Labor Day weekend!  How did we get to the last weekend of \"official\" summer  so fast? Sigh.','When you lose your internet service...','','inherit','open','open','','3035-revision-v1','','','2015-09-04 11:27:18','2015-09-04 15:27:18','',3035,'http://deborahbrody.com/2015/09/3035-revision-v1/',0,'revision','',0),
(3037,4,'2015-09-08 16:01:05','2015-09-08 20:01:05','It seems fairly straightforward: if you offer something, especially if it\'s of benefit to your customers/members/audience, you should make it known. And yet, I would bet good money that you aren\'t reaping the benefits from various companies and associations simply because you don\'t even know what they are.\r\n\r\nCase in point: I called my car insurance company today about renewing my policy. The very efficient and pleasant (almost shockingly so) customer service agent helped me out and informed me that with my policy came various discounts at car rental agencies, oil change shops, and even restaurants.\r\n\r\n<strong>If you don\'t know about it, it\'s as if it doesn\'t exist.</strong>\r\n\r\nSay what? I had absolutely no idea. None. Zip. Mind you, I have been a customer of this company for ages. And in that time, not once has anybody pointed out that I could be saving  20%  on my car rentals or getting $25 oil changes.\r\n\r\nTurns out that this insurance company is doing a very poor job of showcasing these great perks. Which leads me to wonder why it bothers negotiating these deals with vendors if it isn\'t sharing them with customers.\r\n\r\n<strong>Hidden benefits or perks don\'t benefit anybody.</strong>\r\n\r\nYour customers/members/associates should understand why they do business with you, in other words, what is in it for them.  If they don\'t know what benefits are derived from their association with you, there\'s no reason for them to stay.\r\n\r\n<strong>Do you know what benefits you offer?</strong>\r\n\r\nRight now, answer this question: what are the top five reasons that made your customers/members do business/become affiliated with you? These are your primary benefits, and should be absolutely, 100% obvious.\r\n\r\nAre there any secondary benefits? Are you offering special discounts or deals like my car insurance company? Are your customers entitled to anything special such as annual policy reviews, information sessions, special access to museums or cultural events, etc.?\r\n\r\n<strong>Benefits don\'t communicate themselves!</strong>\r\n\r\nIn order to maintain your customer/membership base, you must communicate all of the benefits you offer.\r\n\r\nDon\'t just assume your audience knows.  Audit your marketing materials (website, social media sites, printed materials, enewsletters, etc.)  to see if you are letting your customers/members know what\'s in it for them when they do business with you. Survey your people to see what they know about your offerings, about why they do business with you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Hidden benefits are not beneficial','','publish','open','open','','hidden-benefits-are-not-beneficial','','','2015-09-08 16:01:05','2015-09-08 20:01:05','',0,'http://deborahbrody.com/?p=3037',0,'post','',0),
(3038,4,'2015-09-08 14:23:10','2015-09-08 18:23:10','It seems fairly straightforward: if you offer something, especially if it\'s of benefit to your audience, you should make it known. And yet, how many benefits are available to you that you simply don\'t know about? Probably a lot. But you don\'t know what you don\'t know.\r\n\r\nCase in point: I called my car insurance company today about renewing my policy. The very efficient and pleasant (almost shockingly so) customer service agent helped me out and informed me that with my policy came various discounts at car rental agencies, oil change shops and even restaurants. What? I had no idea. Turns out that the insurance company is doing a very poor job of showcasing this great benefit. Which leads me to wonder why it bothers negotiating these deals with vendors if it isn\'t sharing them with customers.\r\n\r\nSometimes a benefit is obvious. And sometimes not so much.','Make sure that your audience knows what you offer','','inherit','open','open','','3037-revision-v1','','','2015-09-08 14:23:10','2015-09-08 18:23:10','',3037,'http://deborahbrody.com/2015/09/3037-revision-v1/',0,'revision','',0),
(3039,4,'2015-09-08 15:59:46','2015-09-08 19:59:46','It seems fairly straightforward: if you offer something, especially if it\'s of benefit to your customers/members/audience, you should make it known. And yet, I would bet good money that you aren\'t reaping the benefits from various companies and associations simply because you don\'t even know what they are.\r\n\r\nCase in point: I called my car insurance company today about renewing my policy. The very efficient and pleasant (almost shockingly so) customer service agent helped me out and informed me that with my policy came various discounts at car rental agencies, oil change shops, and even restaurants.\r\n\r\n<strong>If I don\'t know about it, it\'s as if it doesn\'t exist.</strong>\r\n\r\nSay what? I had absolutely no idea. None. Zip. Mind you, I have been a customer of this company for ages. And in that time, not once has anybody pointed out that I could be saving  20%  on my car rentals or getting $25 oil changes.\r\n\r\nTurns out that this insurance company is doing a very poor job of showcasing these great perks. Which leads me to wonder why it bothers negotiating these deals with vendors if it isn\'t sharing them with customers.\r\n\r\n<strong>Hidden benefits or perks don\'t benefit anybody.</strong>\r\n\r\nYour customers/members/associates should understand why they do business with you, in other words, what is in it for them.  If they don\'t know what benefits are derived from their association with you, there\'s no reason for them to stay.\r\n\r\n<strong>Do you know what benefits you offer?</strong>\r\n\r\nRight now, answer this question: what are the top five reasons that made your customers/members do business/become affiliated with you? These are your primary benefits, and should be absolutely, 100% obvious.\r\n\r\nAre there any secondary benefits? Are you offering special discounts or deals like my car insurance company? Are your customers entitled to anything special such as annual policy reviews, information sessions, special access to museums or cultural events, etc.?\r\n\r\n<strong>Benefits don\'t communicate themselves!</strong>\r\n\r\nIn order to maintain your customer/membership base, you must communicate all of the benefits you offer.\r\n\r\nDon\'t just assume your audience knows.  Audit your marketing materials (website, social media sites, printed materials, enewsletters, etc.)  to see if you are letting your customers/members know what\'s in it for them when they do business with you. Survey your people to see what they know about your offerings, about why they do business with you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Hidden benefits are not beneficial','','inherit','open','open','','3037-revision-v1','','','2015-09-08 15:59:46','2015-09-08 19:59:46','',3037,'http://deborahbrody.com/2015/09/3037-revision-v1/',0,'revision','',0),
(3040,4,'2015-09-08 16:01:05','2015-09-08 20:01:05','It seems fairly straightforward: if you offer something, especially if it\'s of benefit to your customers/members/audience, you should make it known. And yet, I would bet good money that you aren\'t reaping the benefits from various companies and associations simply because you don\'t even know what they are.\r\n\r\nCase in point: I called my car insurance company today about renewing my policy. The very efficient and pleasant (almost shockingly so) customer service agent helped me out and informed me that with my policy came various discounts at car rental agencies, oil change shops, and even restaurants.\r\n\r\n<strong>If you don\'t know about it, it\'s as if it doesn\'t exist.</strong>\r\n\r\nSay what? I had absolutely no idea. None. Zip. Mind you, I have been a customer of this company for ages. And in that time, not once has anybody pointed out that I could be saving  20%  on my car rentals or getting $25 oil changes.\r\n\r\nTurns out that this insurance company is doing a very poor job of showcasing these great perks. Which leads me to wonder why it bothers negotiating these deals with vendors if it isn\'t sharing them with customers.\r\n\r\n<strong>Hidden benefits or perks don\'t benefit anybody.</strong>\r\n\r\nYour customers/members/associates should understand why they do business with you, in other words, what is in it for them.  If they don\'t know what benefits are derived from their association with you, there\'s no reason for them to stay.\r\n\r\n<strong>Do you know what benefits you offer?</strong>\r\n\r\nRight now, answer this question: what are the top five reasons that made your customers/members do business/become affiliated with you? These are your primary benefits, and should be absolutely, 100% obvious.\r\n\r\nAre there any secondary benefits? Are you offering special discounts or deals like my car insurance company? Are your customers entitled to anything special such as annual policy reviews, information sessions, special access to museums or cultural events, etc.?\r\n\r\n<strong>Benefits don\'t communicate themselves!</strong>\r\n\r\nIn order to maintain your customer/membership base, you must communicate all of the benefits you offer.\r\n\r\nDon\'t just assume your audience knows.  Audit your marketing materials (website, social media sites, printed materials, enewsletters, etc.)  to see if you are letting your customers/members know what\'s in it for them when they do business with you. Survey your people to see what they know about your offerings, about why they do business with you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Hidden benefits are not beneficial','','inherit','open','open','','3037-revision-v1','','','2015-09-08 16:01:05','2015-09-08 20:01:05','',3037,'http://deborahbrody.com/2015/09/3037-revision-v1/',0,'revision','',0),
(3041,4,'2015-09-09 09:07:13','2015-09-09 13:07:13','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2015-09-09 09:07:13','2015-09-09 13:07:13','',2509,'http://deborahbrody.com/2015/09/2509-revision-v1/',0,'revision','',0),
(3043,4,'2015-09-16 11:26:08','2015-09-16 15:26:08','From Yelp to Google to TripAdvisor, user reviews can be found easily when you search online for anything, whether it be hotels, services, restaurants and so on. In our social media age, everyone is a critic and has a forum. People are keen to share their experiences, whether it be to warn others about bad service or to express great satisfaction at how a product works.\r\n\r\nIt\'s important for  business owners (and for organizations) to pay attention to reviews.  Here are four main reasons every business should be actively tracking and soliciting reviews:\r\n\r\n<strong>1. User reviews identify weaknesses that businesses should address.</strong>\r\n\r\nEssentially, reviews are customer satisfaction surveys. Perhaps it\'s because we\'ve become passive-aggressive as a culture, but people are more likely to air their complaints to a third party. So instead of contacting management, people will go on Yelp and talk about their experience. For example, if you run a hotel, and every reviewer on TripAdvisor complains about the air conditioning, that tells you that you need to address the problem ASAP.\r\n\r\n<strong>2. User reviews help businesses  appear higher in search results.</strong>\r\n\r\nReviews are content, and the more fresh content, the better the search engines like it.\r\n\r\n<strong>3. User reviews give businesses a specific reason to interact with customers.</strong>\r\n\r\nWhether responding to a negative review or thanking a customer for a positive one, a review gives a business a way to talk to customers beyond the initial interaction or transaction.\r\n\r\n<strong>4. User reviews can tell businesses more about what customers consider important.</strong>\r\n\r\nWhat people choose to highlight when reviewing a business can provide invaluable consumer insight. What types of things are most users praising or complaining about? What makes a user be enthusiastic about a business?\r\n\r\n<strong>In sum:</strong>\r\n\r\nBusinesses that don\'t track customer reviews are losing valuable insights about how they are perceived. Business that don\'t respond to reviews are stating that what customers say doesn\'t matter, and will miss the chance to improve.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nHow do you handle reviews? Have you designated a specific person or department to track reviews? Does that same person or department respond to reviews? Please let me know in the comments how your business or organization deals with reviews, and what you have learned (if anything) from them.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why you should pay attention to user reviews','','publish','open','open','','why-you-should-pay-attention-to-user-reviews','','','2015-09-16 11:26:08','2015-09-16 15:26:08','',0,'http://deborahbrody.com/?p=3043',0,'post','',1),
(3044,4,'2015-09-16 11:26:08','2015-09-16 15:26:08','From Yelp to Google to TripAdvisor, user reviews can be found easily when you search online for anything, whether it be hotels, services, restaurants and so on. In our social media age, everyone is a critic and has a forum. People are keen to share their experiences, whether it be to warn others about bad service or to express great satisfaction at how a product works.\r\n\r\nIt\'s important for  business owners (and for organizations) to pay attention to reviews.  Here are four main reasons every business should be actively tracking and soliciting reviews:\r\n\r\n<strong>1. User reviews identify weaknesses that businesses should address.</strong>\r\n\r\nEssentially, reviews are customer satisfaction surveys. Perhaps it\'s because we\'ve become passive-aggressive as a culture, but people are more likely to air their complaints to a third party. So instead of contacting management, people will go on Yelp and talk about their experience. For example, if you run a hotel, and every reviewer on TripAdvisor complains about the air conditioning, that tells you that you need to address the problem ASAP.\r\n\r\n<strong>2. User reviews help businesses  appear higher in search results.</strong>\r\n\r\nReviews are content, and the more fresh content, the better the search engines like it.\r\n\r\n<strong>3. User reviews give businesses a specific reason to interact with customers.</strong>\r\n\r\nWhether responding to a negative review or thanking a customer for a positive one, a review gives a business a way to talk to customers beyond the initial interaction or transaction.\r\n\r\n<strong>4. User reviews can tell businesses more about what customers consider important.</strong>\r\n\r\nWhat people choose to highlight when reviewing a business can provide invaluable consumer insight. What types of things are most users praising or complaining about? What makes a user be enthusiastic about a business?\r\n\r\n<strong>In sum:</strong>\r\n\r\nBusinesses that don\'t track customer reviews are losing valuable insights about how they are perceived. Business that don\'t respond to reviews are stating that what customers say doesn\'t matter, and will miss the chance to improve.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nHow do you handle reviews? Have you designated a specific person or department to track reviews? Does that same person or department respond to reviews? Please let me know in the comments how your business or organization deals with reviews, and what you have learned (if anything) from them.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why you should pay attention to user reviews','','inherit','open','open','','3043-revision-v1','','','2015-09-16 11:26:08','2015-09-16 15:26:08','',3043,'http://deborahbrody.com/2015/09/3043-revision-v1/',0,'revision','',0),
(3046,4,'2015-09-22 11:07:56','2015-09-22 15:07:56','A couple of weeks ago I went into a small local specialty store that does not get a lot of foot traffic. The store sells lots of expensive gift items, and a few lower cost items such as cards and candles. I needed to buy a greeting card and like this store\'s small but unique selection. I found what I wanted and when I went to pay the store owner, she asked me, quite pointedly, \"that\'s it?\" Then she started asking whether I wanted to look at the handcrafted candlesticks and other gift items.  Her remarks made it clear that she needed more business and that my one $3 card was not going to cut it.\r\n\r\n<strong>She was trying to give me a guilt trip.</strong>\r\n\r\nIf you look up the term \"guilt trip\" you will come up with several psychology-based articles such as  <a href=\"v\\https://www.psychologytoday.com/blog/the-squeaky-wheel/201305/7-ways-get-out-guilt-trips\" target=\"_blank\">\"7 ways to get out of guilt trips\"</a>, which define what a guilt trip is and why people use it. Basically, people use guilt trips in <em>an effort to control behavior</em>. Although guilt trips may reach their mark, they often cause resentment and anger toward the \"guilt tripper.\"\r\n\r\nAnd I definitely felt resentment when I left the store. On the one hand, I felt bad for the store owner and wondered how she was going to stay in business. On the other hand, I felt angry since I had specifically gone to this store to buy a special card and this woman seemed to think that it was my responsibility to spend more than a few dollars to help save her business.\r\n\r\n<strong>But is the guilt trip an effective strategy?\r\n</strong>\r\n\r\nThis got me thinking about how some charities --specifically those dealing with hunger, homelessness, and disaster relief-- use guilt as an appeal for donors. These charities generally intend to appeal to your feelings of guilt for having access to comfort and food while others, who are much less fortunate, starve and suffer.\r\n\r\nI am sure you remember the TV commercial for a children\'s charity that would show pictures of starving children in Africa, often focusing on their distended stomachs and the horrible conditions around them. We were told that we could ease the suffering simply by sponsoring one child for the price of a cup of coffee a day. The underlying message was clear:  you should feel guilty buying your daily coffee when that money could save a child\'s life.\r\n\r\nDo you feel manipulated by these type of appeals? Or is this appeal to your feelings of guilt an effective way to break through the clutter and inspire action (a donation)?\r\n\r\n<strong>Guilt trips have consequences</strong>\r\n\r\nGuilt trips <em>are</em> effective in<em> forcing</em> action (after all, how many parents have used the line about starving children in Africa to get kids to finish eating their meals) but they may have negative consequences. Perhaps you <strong>stop feeling guilty</strong> once you\'ve made a donation and then never donate again. Or perhaps,  you <strong>resent</strong> being made to feel guilty and you <strong>ignore the appeal</strong> altogether. In some cases, an appeal to guilt has been so many times that the <strong>audience has become jaded</strong>.\r\n\r\n<strong>What\'s the alternative?</strong>\r\n\r\nFor charities, an alternative is to emphasize how <em>helping is a benefit</em> to the donor. This way, the potential donor is not doing something out of guilt, and therefore feels good about his or her act. As a bonus, there\'s no chance that the donor will feel resentment afterward.\r\n\r\nHave you used the guilt trip as a marketing tool? Why or why not? And if yes, how did it work for you?\r\n\r\nP.S. As I was writing this post, I got an email donation appeal that started with these words (emphasis mine):\r\n<blockquote>In this moment when we are bombarded by <strong>shocking images of refugees risking their lives in search of safety</strong>, we must do all we can to help.\r\n\r\nI know this because <strong>I have seen the fear in the eyes of refugees as they describe fleeing their homes in the dark of night</strong>.\r\n\r\nI have sat with refugees as they shared their stories of being resettled in my home state of Ohio, and elsewhere in the U.S., overcoming language and cultural barriers to live their lives with freedom and security.</blockquote>\r\n&nbsp;','Guilty appeal','','publish','open','open','','guilty-appeal','','','2015-09-22 11:07:56','2015-09-22 15:07:56','',0,'http://deborahbrody.com/?p=3046',0,'post','',0),
(3047,4,'2015-09-21 11:41:15','2015-09-21 15:41:15','A couple of weeks ago I went into a small specialty store that does not get a lot of foot traffic. The store sells lots of  expensive gift items, and a few lower cost items such as cards and candles. I wanted a card and like this store\'s small but unique selection. I found what I wanted and when I went to pay the store owner, she asked me, quite pointedly, \"that\'s it?\" Then she started asking whether I wanted to look at the handcrafted candlesticks and other gift items.  Her remarks made it clear that she needed more business and that my one $3 card was not going to cut it.\r\n\r\n<strong>She was giving me a guilt trip.</strong>\r\n\r\nIf you look up the term \"guilt trip\" you will come up with several psychology-based articles such as  <a href=\"v\\https://www.psychologytoday.com/blog/the-squeaky-wheel/201305/7-ways-get-out-guilt-trips\" target=\"_blank\">\"7 ways to get out of guilt trips\"</a>, which define what a guilt trip is and why people use it. Basically, people use guilt trips in an effort to control behavior. Although guilt trips may reach their mark, they often cause resentment and anger toward the \"guilt tripper.\"\r\n\r\nAnd I definitely felt resentment when I left the store. On the one hand, I felt bad for the store owner and wondered how she was going to stay in business. On the other hand, I felt angry since I had specifically gone to this store to buy a special card and this woman seemed ungrateful.\r\n\r\n<strong>How effective is the guilt trip?</strong>\r\n\r\nThis got me thinking about how some charities appeal to donors by using guilt. If charities appeal to your feelings of guilt for having access to comfort and food while others starve and suffer, do you resent being manipulated? Or is it an effective way to break through the clutter and inspire action (a donation)?\r\n\r\nI am sure you remember the TV commercial for a charity that would show pictures of starving children in Africa, often focusing on their distended stomachs and the horrible conditions around them. We were told that we could ease the suffering simply by sponsoring one child for the price of a cup of coffee a day.  The underlying message was crystal clear:  you should feel guilty buying your daily coffee when that money could save a child\'s life.\r\n\r\nGuilt trips <em>are</em> effective in forcing action (after all, how many parents have used the line about starving children in Africa to get kids to finish eating their meals) but they may have negative consequences. Perhaps you stop feeling guilty once you\'ve made a donation and then never donate again. Or perhaps,  you resent being made to feel guilty and you ignore the appeal altogether.\r\n\r\nIn our age of DVRs and ad-blocking, it is especially easy to ignore commercials and charitable appeals altogether.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','','','inherit','open','open','','3046-revision-v1','','','2015-09-21 11:41:15','2015-09-21 15:41:15','',3046,'http://deborahbrody.com/2015/09/3046-revision-v1/',0,'revision','',0),
(3048,4,'2015-09-21 11:54:38','2015-09-21 15:54:38','A couple of weeks ago I went into a local small specialty store that does not get a lot of foot traffic. The store sells lots of  expensive gift items, and a few lower cost items such as cards and candles. I wanted a card and like this store\'s small but unique selection. I found what I wanted and when I went to pay the store owner, she asked me, quite pointedly, \"that\'s it?\" Then she started asking whether I wanted to look at the handcrafted candlesticks and other gift items.  Her remarks made it clear that she needed more business and that my one $3 card was not going to cut it.\r\n\r\n<strong>She was giving me a guilt trip.</strong>\r\n\r\nIf you look up the term \"guilt trip\" you will come up with several psychology-based articles such as  <a href=\"v\\https://www.psychologytoday.com/blog/the-squeaky-wheel/201305/7-ways-get-out-guilt-trips\" target=\"_blank\">\"7 ways to get out of guilt trips\"</a>, which define what a guilt trip is and why people use it. Basically, people use guilt trips in an effort to control behavior. Although guilt trips may reach their mark, they often cause resentment and anger toward the \"guilt tripper.\"\r\n\r\nAnd I definitely felt resentment when I left the store. On the one hand, I felt bad for the store owner and wondered how she was going to stay in business. On the other hand, I felt angry since I had specifically gone to this store to buy a special card and this woman seemed ungrateful.\r\n\r\n<strong>How effective is the guilt trip?</strong>\r\n\r\nThis got me thinking about how some charities appeal to donors by using guilt. If charities appeal to your feelings of guilt for having access to comfort and food while others starve and suffer, do you resent being manipulated? Or is it an effective way to break through the clutter and inspire action (a donation)?\r\n\r\nI am sure you remember the TV commercial for a charity that would show pictures of starving children in Africa, often focusing on their distended stomachs and the horrible conditions around them. We were told that we could ease the suffering simply by sponsoring one child for the price of a cup of coffee a day.  The underlying message was crystal clear:  you should feel guilty buying your daily coffee when that money could save a child\'s life.\r\n\r\nGuilt trips <em>are</em> effective in forcing action (after all, how many parents have used the line about starving children in Africa to get kids to finish eating their meals) but they may have negative consequences. Perhaps you stop feeling guilty once you\'ve made a donation and then never donate again. Or perhaps,  you resent being made to feel guilty and you ignore the appeal altogether.\r\n\r\nIn our age of DVRs and ad-blocking, it is especially easy to ignore commercials and charitable appeals altogether.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','','','inherit','open','open','','3046-revision-v1','','','2015-09-21 11:54:38','2015-09-21 15:54:38','',3046,'http://deborahbrody.com/2015/09/3046-revision-v1/',0,'revision','',0),
(3049,4,'2015-09-22 10:33:37','2015-09-22 14:33:37','A couple of weeks ago I went into a small local specialty store that does not get a lot of foot traffic. The store sells lots of expensive gift items, and a few lower cost items such as cards and candles. I needed to buy a greeting card and like this store\'s small but unique selection. I found what I wanted and when I went to pay the store owner, she asked me, quite pointedly, \"that\'s it?\" Then she started asking whether I wanted to look at the handcrafted candlesticks and other gift items.  Her remarks made it clear that she needed more business and that my one $3 card was not going to cut it.\r\n\r\n<strong>She was giving me a guilt trip.</strong>\r\n\r\nIf you look up the term \"guilt trip\" you will come up with several psychology-based articles such as  <a href=\"v\\https://www.psychologytoday.com/blog/the-squeaky-wheel/201305/7-ways-get-out-guilt-trips\" target=\"_blank\">\"7 ways to get out of guilt trips\"</a>, which define what a guilt trip is and why people use it. Basically, people use guilt trips in an effort to control behavior. Although guilt trips may reach their mark, they often cause resentment and anger toward the \"guilt tripper.\"\r\n\r\nAnd I definitely felt resentment when I left the store. On the one hand, I felt bad for the store owner and wondered how she was going to stay in business. On the other hand, I felt angry since I had specifically gone to this store to buy a special card and this woman seemed to think that it was my responsibility to spend more than a few dollars to help save her business.\r\n\r\n<strong>But is the guilt trip an effective strategy?\r\n</strong>\r\n\r\nThis got me thinking about how some charities --specifically those dealing with hunger, homelessness and disaster relief-- appeal to donors by using guilt. If charities appeal to your feelings of guilt for having access to comfort and food while others starve and suffer, do you resent being manipulated? Or is it an effective way to break through the clutter and inspire action (a donation)?\r\n\r\nI am sure you remember the TV commercial for a charity that would show pictures of starving children in Africa, often focusing on their distended stomachs and the horrible conditions around them. We were told that we could ease the suffering simply by sponsoring one child for the price of a cup of coffee a day.  The underlying message was clear:  you should feel guilty buying your daily coffee when that money could save a child\'s life.\r\n\r\n<strong>Guilt trips have consequences</strong>\r\n\r\nGuilt trips <em>are</em> effective in forcing action (after all, how many parents have used the line about starving children in Africa to get kids to finish eating their meals) but they may have negative consequences. Perhaps you <strong>stop feeling guilty</strong> once you\'ve made a donation and then never donate again. Or perhaps,  you <strong>resent</strong> being made to feel guilty and you <strong>ignore the appeal</strong> altogether. In some cases, an appeal to guilt has been so many times that the <strong>audience has become jaded</strong>.\r\n\r\nWhat\'s the alternative?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','','','inherit','open','open','','3046-revision-v1','','','2015-09-22 10:33:37','2015-09-22 14:33:37','',3046,'http://deborahbrody.com/2015/09/3046-revision-v1/',0,'revision','',0),
(3050,4,'2015-09-22 11:06:37','2015-09-22 15:06:37','A couple of weeks ago I went into a small local specialty store that does not get a lot of foot traffic. The store sells lots of expensive gift items, and a few lower cost items such as cards and candles. I needed to buy a greeting card and like this store\'s small but unique selection. I found what I wanted and when I went to pay the store owner, she asked me, quite pointedly, \"that\'s it?\" Then she started asking whether I wanted to look at the handcrafted candlesticks and other gift items.  Her remarks made it clear that she needed more business and that my one $3 card was not going to cut it.\r\n\r\n<strong>She was trying to give me a guilt trip.</strong>\r\n\r\nIf you look up the term \"guilt trip\" you will come up with several psychology-based articles such as  <a href=\"v\\https://www.psychologytoday.com/blog/the-squeaky-wheel/201305/7-ways-get-out-guilt-trips\" target=\"_blank\">\"7 ways to get out of guilt trips\"</a>, which define what a guilt trip is and why people use it. Basically, people use guilt trips in <em>an effort to control behavior</em>. Although guilt trips may reach their mark, they often cause resentment and anger toward the \"guilt tripper.\"\r\n\r\nAnd I definitely felt resentment when I left the store. On the one hand, I felt bad for the store owner and wondered how she was going to stay in business. On the other hand, I felt angry since I had specifically gone to this store to buy a special card and this woman seemed to think that it was my responsibility to spend more than a few dollars to help save her business.\r\n\r\n<strong>But is the guilt trip an effective strategy?\r\n</strong>\r\n\r\nThis got me thinking about how some charities --specifically those dealing with hunger, homelessness, and disaster relief-- use guilt as an appeal for donors. These charities generally intend to appeal to your feelings of guilt for having access to comfort and food while others, who are much less fortunate, starve and suffer.\r\n\r\nI am sure you remember the TV commercial for a children\'s charity that would show pictures of starving children in Africa, often focusing on their distended stomachs and the horrible conditions around them. We were told that we could ease the suffering simply by sponsoring one child for the price of a cup of coffee a day. The underlying message was clear:  you should feel guilty buying your daily coffee when that money could save a child\'s life.\r\n\r\nDo you feel manipulated by these type of appeals? Or is this appeal to your feelings of guilt an effective way to break through the clutter and inspire action (a donation)?\r\n\r\n<strong>Guilt trips have consequences</strong>\r\n\r\nGuilt trips <em>are</em> effective in<em> forcing</em> action (after all, how many parents have used the line about starving children in Africa to get kids to finish eating their meals) but they may have negative consequences. Perhaps you <strong>stop feeling guilty</strong> once you\'ve made a donation and then never donate again. Or perhaps,  you <strong>resent</strong> being made to feel guilty and you <strong>ignore the appeal</strong> altogether. In some cases, an appeal to guilt has been so many times that the <strong>audience has become jaded</strong>.\r\n\r\n<strong>What\'s the alternative?</strong>\r\n\r\nFor charities, an alternative is to emphasize how <em>helping is a benefit</em> to the donor. This way, the potential donor is not doing something out of guilt, and therefore feels good about his or her act. As a bonus, there\'s no chance that the donor will feel resentment afterward.\r\n\r\nHave you used the guilt trip as a marketing tool? Why or why not? And if yes, how did it work for you?\r\n\r\nP.S. As I was writing this post, I got an email donation appeal that started with these words (emphasis mine):\r\n<blockquote>In this moment when we are bombarded by <strong>shocking images of refugees risking their lives in search of safety</strong>, we must do all we can to help.\r\n\r\nI know this because <strong>I have seen the fear in the eyes of refugees as they describe fleeing their homes in the dark of night</strong>.\r\n\r\nI have sat with refugees as they shared their stories of being resettled in my home state of Ohio, and elsewhere in the U.S., overcoming language and cultural barriers to live their lives with freedom and security.</blockquote>\r\n&nbsp;','Guilty appeal','','inherit','open','open','','3046-revision-v1','','','2015-09-22 11:06:37','2015-09-22 15:06:37','',3046,'http://deborahbrody.com/2015/09/3046-revision-v1/',0,'revision','',0),
(3052,4,'2015-09-30 14:27:13','0000-00-00 00:00:00','I am an avid reader who gets most of her books from the library, except when I am traveling. Before a trip, I like to pick up a paperback or two to read on the plane.\r\n\r\nMy local used bookstore (Friends of Montgomery County Libraries) happens to be awesome. It\'s large, well lit and has many recent books in great condition. And it charges about $2 per book. That\'s a bargain!\r\n\r\nWhat makes a used bookstore good? Obviously, having a wide selection is number one, but there are a few other things too:\r\n\r\n1. Make it easy to find things.\r\n\r\nCategorized: Bookstores are generally divided into categories such as Fiction, Biographies, Business, and so forth.\r\n\r\nLabeled: And those category areas should be labeled. By classifying books, readers are better able to find what they are look for.\r\n\r\nAlphabetized: Have you ever tried looking for a specific book in a bookstore that does not alphabetize its holdings? You probably didn\'t find it or gave up.\r\n\r\n2. Sort and classify correctly. Imagine looking for a biography but not finding it in the biography section because it was placed in the fiction section. This happens all the time, especially when staff is not really looking at the book or making assumptions. At my bookstore, I have found The Zookeeper\'s Wife by Diane Ackerman twice in the fiction section. It\'s not fiction. It\'s the real life story of Polish people who hid Jews from the Nazis in a zoo (very worth a read).\r\n\r\n3. Knowledgeable staff. If you are looking for a book, and don\'t know where it would be classified, a knowledgeable staff member would be able to help.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Lessons from a used bookstore','','draft','open','open','','','','','2015-09-30 14:27:13','2015-09-30 18:27:13','',0,'http://deborahbrody.com/?p=3052',0,'post','',0),
(3053,4,'2015-09-30 14:27:13','2015-09-30 18:27:13','I am an avid reader who gets most of her books from the library, except when I am traveling. Before a trip, I like to pick up a paperback or two to read on the plane.\r\n\r\nMy local used bookstore (Friends of Montgomery County Libraries) happens to be awesome. It\'s large, well lit and has many recent books in great condition. And it charges about $2 per book. That\'s a bargain!\r\n\r\nWhat makes a used bookstore good? Obviously, having a wide selection is number one, but there are a few other things too:\r\n\r\n1. Make it easy to find things.\r\n\r\nCategorized: Bookstores are generally divided into categories such as Fiction, Biographies, Business, and so forth.\r\n\r\nLabeled: And those category areas should be labeled. By classifying books, readers are better able to find what they are look for.\r\n\r\nAlphabetized: Have you ever tried looking for a specific book in a bookstore that does not alphabetize its holdings? You probably didn\'t find it or gave up.\r\n\r\n2. Sort and classify correctly. Imagine looking for a biography but not finding it in the biography section because it was placed in the fiction section. This happens all the time, especially when staff is not really looking at the book or making assumptions. At my bookstore, I have found The Zookeeper\'s Wife by Diane Ackerman twice in the fiction section. It\'s not fiction. It\'s the real life story of Polish people who hid Jews from the Nazis in a zoo (very worth a read).\r\n\r\n3. Knowledgeable staff. If you are looking for a book, and don\'t know where it would be classified, a knowledgeable staff member would be able to help.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Lessons from a used bookstore','','inherit','open','open','','3052-revision-v1','','','2015-09-30 14:27:13','2015-09-30 18:27:13','',3052,'http://deborahbrody.com/2015/09/3052-revision-v1/',0,'revision','',0),
(3055,4,'2015-10-05 10:15:33','2015-10-05 14:15:33','Last week, my \"new\" laptop was in the shop. Apparently, the hard drive was failing and I couldn\'t start up or use the computer in any way. I had already deployed my Plan B-- using my old laptop (which is really ancient by computer standards). Then, on Friday morning, the old laptop spontaneously decided to shut itself off.  I turned it back on, and after a couple of minutes, it turned off again. Suddenly, I had no way of sending out a document I had to send or finish the blog post I was writing (it is in the drafts, and will be published soon).\r\n\r\nNow what? I hadn\'t heard back from the repair people to let me know what was wrong with the new computer, so I didn\'t know if it could be fixed or how long it would take.\r\n\r\nWhat could I do until I got a working computer back? Develop a Plan C.\r\n\r\nWhere could I access a computer? There\'s always the computers at the library. In a pinch, that would do. But not as a real solution. First of all, you can\'t be there for unlimited hours and there\'s no privacy.\r\n\r\nThen, I decided to look up computer rentals (using my smartphone).  There are several companies that will rent you computers and AV equipment. For a daily/weekly/monthly fee they will ship you a laptop that has Microsoft Office and boom, you are back in business. It\'s not cheap, but it is certainly better than losing business because you can\'t work.\r\n\r\nKnowing the option to rent a laptop was available, I felt more in control. Then I remembered my former Plan B mini-laptop from a few years ago when I had a similar problem. I dusted it off, and started it up. It needed updates, but I was able to at least access the Internet on a bigger screen than my smartphone.\r\n\r\nBy the end of the day on Friday, the computer repair people called to let me know what was wrong. By Saturday I would have my computer back, with a new hard drive installed.\r\n\r\nThe moral of the story is simple: you must have backup plans. Not just Plan B, but Plan C and maybe even Plan D. You never know what can happen, especially with technology. A few weeks ago I told you about how Verizon cut off my cable and Internet. Plan B then was the smartphone, and Plan C was the library.\r\n\r\nHaving two computers be down at the same time has made me re-think my technology needs. Here are my new resolutions:\r\n\r\n-Find an IT person to be on call for me. For years, I had a techie friend who would help me out, but that\'s not a solid solution.\r\n\r\n-Backup files regularly. Always. For the record, I did do this, but not as conscientiously as I could.\r\n\r\n-Get another computer. You must always have a secondary option, especially if like me, you work for yourself and your work requires a computer.\r\n\r\nIt\'s going to take some time to get everything back to normal, so if I haven\'t written you back, be patient or write me again!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','And on to Plan C','','publish','open','open','','and-on-to-plan-c','','','2015-10-05 10:15:33','2015-10-05 14:15:33','',0,'http://deborahbrody.com/?p=3055',0,'post','',0),
(3056,4,'2015-10-05 10:15:33','2015-10-05 14:15:33','Last week, my \"new\" laptop was in the shop. Apparently, the hard drive was failing and I couldn\'t start up or use the computer in any way. I had already deployed my Plan B-- using my old laptop (which is really ancient by computer standards). Then, on Friday morning, the old laptop spontaneously decided to shut itself off.  I turned it back on, and after a couple of minutes, it turned off again. Suddenly, I had no way of sending out a document I had to send or finish the blog post I was writing (it is in the drafts, and will be published soon).\r\n\r\nNow what? I hadn\'t heard back from the repair people to let me know what was wrong with the new computer, so I didn\'t know if it could be fixed or how long it would take.\r\n\r\nWhat could I do until I got a working computer back? Develop a Plan C.\r\n\r\nWhere could I access a computer? There\'s always the computers at the library. In a pinch, that would do. But not as a real solution. First of all, you can\'t be there for unlimited hours and there\'s no privacy.\r\n\r\nThen, I decided to look up computer rentals (using my smartphone).  There are several companies that will rent you computers and AV equipment. For a daily/weekly/monthly fee they will ship you a laptop that has Microsoft Office and boom, you are back in business. It\'s not cheap, but it is certainly better than losing business because you can\'t work.\r\n\r\nKnowing the option to rent a laptop was available, I felt more in control. Then I remembered my former Plan B mini-laptop from a few years ago when I had a similar problem. I dusted it off, and started it up. It needed updates, but I was able to at least access the Internet on a bigger screen than my smartphone.\r\n\r\nBy the end of the day on Friday, the computer repair people called to let me know what was wrong. By Saturday I would have my computer back, with a new hard drive installed.\r\n\r\nThe moral of the story is simple: you must have backup plans. Not just Plan B, but Plan C and maybe even Plan D. You never know what can happen, especially with technology. A few weeks ago I told you about how Verizon cut off my cable and Internet. Plan B then was the smartphone, and Plan C was the library.\r\n\r\nHaving two computers be down at the same time has made me re-think my technology needs. Here are my new resolutions:\r\n\r\n-Find an IT person to be on call for me. For years, I had a techie friend who would help me out, but that\'s not a solid solution.\r\n\r\n-Backup files regularly. Always. For the record, I did do this, but not as conscientiously as I could.\r\n\r\n-Get another computer. You must always have a secondary option, especially if like me, you work for yourself and your work requires a computer.\r\n\r\nIt\'s going to take some time to get everything back to normal, so if I haven\'t written you back, be patient or write me again!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','And on to Plan C','','inherit','open','open','','3055-revision-v1','','','2015-10-05 10:15:33','2015-10-05 14:15:33','',3055,'http://deborahbrody.com/2015/10/3055-revision-v1/',0,'revision','',0),
(3057,4,'2015-10-08 11:07:24','2015-10-08 15:07:24','If  you haven\'t been  watching PBS\'  <a href=\"http://www.pbs.org/food/shows/great-british-baking-show/\" target=\"_blank\">The Great British Baking Show</a> (which is called the Great British Bake-Off in the UK, where it originates), you are missing out on one of the most charming competition shows out there. Each season begins with a baker\'s dozen contestants, who are asked during each episode to complete three tasks: a specific type of baking task  (cookies, pies, sponge cakes, etc.) , a technical challenge, and lastly, a \"signature bake.\"  Their \"bakes\" are judged by Mary Berry and Paul Hollywood, who each week choose a star baker, who has distinguished him/herself that week,  while also asking one of the contestants to leave. At the end of the season, only one contestant will remain.\r\n<iframe src=\"https://www.youtube.com/embed/HiNOwKDYHzo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>1. Focus on form AND function\r\n</strong>\r\n\r\nDuring the \"Biscuits and Traybakes\" episode that aired this past Sunday, the signature bake challenge was to create a beautiful tower made of biscuits. The tower had to measure around 10 inches and be creative, using different types of biscuits. Frances, who has been distinguishing herself for her creativity during the previous weeks, had a bad bake--her tower of biscuits collapsed right before the judging, prompting Mary to tell her that the \"brief\" was to build a tower and that it didn\'t matter if her biscuits were tasty or her idea creative.\r\n\r\n<em>It\'s not enough to look good or to be very creative, if the communications vehicle does not fulfill its mission. We\'ve all seen beautiful websites that don\'t have the correct information or that are difficult to navigate (which is what UX/UI tries to correct). This is why overly creative ads that don\'t \"convert\" are a waste of money.</em>\r\n\r\n<strong>2. Technique and precision matter</strong>\r\n\r\nEvery episode of The Great British Baking Show has a technical challenge. The \"Biscuits and Traybakes\" episode required bakers to create tuiles, a delicate French cookie. A lot goes into creating tuiles--the batter must be of a certain consistency, you  have to be careful to not over or under bake them, and they are very delicate, so you must know how to handle and shape them properly.\r\n\r\n<em>The lesson for communicators is simple: you can\'t rely on creativity alone. You have to learn the craft too. And you have to be precise with what you want to achieve.</em>\r\n\r\n<strong>3. Consider who you\'re baking for</strong>\r\n\r\nDuring the show, it\'s clear that the contestants have to win Mary and Paul\'s approval. It doesn\'t matter if the contestants have been baking for years and their families love their stuff, if Mary and Paul don\'t think it tastes good or it is not properly baked.\r\n\r\n<em>The audience matters. How sophisticated are they? What are they looking for? What will appeal to them?</em>\r\n\r\n<strong>4. You have to bake a lot of cookies\r\n</strong>\r\n\r\nBaking well takes both knowledge and practice, but especially practice. The more you bake, the more you know what works and what doesn\'t. You learn how to judge whether something is baked enough. You figure out your own shortcuts or how to switch up a recipe to make it taste right.\r\n\r\n<em>Experience matters in communications.  That\'s not to say you can\'t try new ways of doing things, but only that you can do it better if you\'ve been doing it for a while.</em>\r\n\r\n<strong>5. You have to taste it!</strong>\r\n\r\nDuring the \"Pies\" episode, contestants were asked to bake a fruit pie. One of the contestants, Ali, found fruit pies so disgusting that he didn\'t even bother to taste the filling for his own apple pie. When tasting the pie, Paul reminded Ali that it is a must to taste your food. Ali was voted off  the show  because his pie didn\'t taste good (and he had a couple of other technical issues too).\r\n\r\n<em>Perhaps we don\'t actually taste stuff in communications, but we do have to understand what is going on with our \"ingredients\" and our \"bake.\" We have do some research to understand what our audience wants and what is important to communicate. And of course, we measure: we look at the results for a campaign or at the Google Analytics for a website.</em>\r\n\r\nDo you watch this show? Would you add anything else? Let me know in the comments.','5 communications lessons from The Great British Baking Show','','publish','open','open','','5-communications-lessons-from-the-great-british-baking-show','','','2015-10-08 11:07:24','2015-10-08 15:07:24','',0,'http://deborahbrody.com/?p=3057',0,'post','',0),
(3058,4,'2015-10-08 10:41:29','2015-10-08 14:41:29','If  you haven\'t been  watching PBS\'  <a href=\"http://www.pbs.org/food/shows/great-british-baking-show/\" target=\"_blank\">The Great British Baking Show</a> (which is called the Great British Bake-Off in the UK, where it originates), you are missing out on one of the most charming competition shows out there. Each season with a baker\'s dozen contestants, who are asked during each session (episode) to complete three tasks: a type of \"bake,\" a technical challenge and a signature bake.  Their \"bakes\" are judged by Mary Berry and Paul Hollywood, who each week choose a star baker and also ask one of the contestants to leave.\r\n<iframe src=\"https://www.youtube.com/embed/HiNOwKDYHzo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>1. Form and function matter...equally</strong>\r\n\r\nDuring the \"Biscuits and Traybakes\" episode that aired this past Sunday, the signature bake challenge was to create a beautiful tower made of biscuits. The tower had to measure around 10 inches and be creative, using different types of biscuits. Frances, who has been distinguishing herself for her creativity, had a bad bake--her tower of biscuits collapsed right before the judging, prompting Mary to tell her that the \"brief\" was to build a tower. It didn\'t matter if her biscuits were tasty or her idea creative.\r\n\r\nIt\'s not enough to look good or to be very creative, if the communications vehicle does not fulfill its mission. We\'ve all seen beautiful websites that don\'t have the correct information or that are difficult to navigate (which is what UX/UI tries to correct). This is why overly creative ads that don\'t \"convert\" are a waste of money.\r\n\r\n<strong>2. Technique and precision matter</strong>\r\n\r\nEvery episode of The Great British Baking Show has a technical challenge. The \"Biscuits and Traybakes\" episode required bakers to create tuiles, a delicate French cookie. A lot goes into creating tuiles--the batter must be of a certain consistency, you  have to be careful to not over or under bake them, and they are very delicate, so you must know how to handle and shape them properly.\r\n\r\nThe lesson for communicators is simple: you can\'t rely on creativity alone. You have to learn the craft too. And you have to be precise with what you want to achieve.\r\n\r\n<strong>3. Consider who you\'re baking for</strong>\r\n\r\nDuring the show, it\'s clear that the contestants have to win Mary and Paul\'s approval. It doesn\'t matter if the contestants have been baking for years and their families love their stuff, if Mary and Paul don\'t think it tastes good or it is not properly baked.\r\n\r\nThe audience matters. How sophisticated are they? What are they looking for? What will appeal to them?\r\n\r\n4. It takes a lot of practice\r\n\r\nAll the bakers are','5 communications lessons from The Great British Baking Show','','inherit','open','open','','3057-revision-v1','','','2015-10-08 10:41:29','2015-10-08 14:41:29','',3057,'http://deborahbrody.com/2015/10/3057-revision-v1/',0,'revision','',0),
(3059,4,'2015-10-08 10:56:40','2015-10-08 14:56:40','If  you haven\'t been  watching PBS\'  <a href=\"http://www.pbs.org/food/shows/great-british-baking-show/\" target=\"_blank\">The Great British Baking Show</a> (which is called the Great British Bake-Off in the UK, where it originates), you are missing out on one of the most charming competition shows out there. Each season with a baker\'s dozen contestants, who are asked during each session (episode) to complete three tasks: a type of \"bake,\" a technical challenge and a signature bake.  Their \"bakes\" are judged by Mary Berry and Paul Hollywood, who each week choose a star baker and also ask one of the contestants to leave.\r\n<iframe src=\"https://www.youtube.com/embed/HiNOwKDYHzo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>1. Form and function matter...equally</strong>\r\n\r\nDuring the \"Biscuits and Traybakes\" episode that aired this past Sunday, the signature bake challenge was to create a beautiful tower made of biscuits. The tower had to measure around 10 inches and be creative, using different types of biscuits. Frances, who has been distinguishing herself for her creativity, had a bad bake--her tower of biscuits collapsed right before the judging, prompting Mary to tell her that the \"brief\" was to build a tower. It didn\'t matter if her biscuits were tasty or her idea creative.\r\n\r\n<em>It\'s not enough to look good or to be very creative, if the communications vehicle does not fulfill its mission. We\'ve all seen beautiful websites that don\'t have the correct information or that are difficult to navigate (which is what UX/UI tries to correct). This is why overly creative ads that don\'t \"convert\" are a waste of money.</em>\r\n\r\n<strong>2. Technique and precision matter</strong>\r\n\r\nEvery episode of The Great British Baking Show has a technical challenge. The \"Biscuits and Traybakes\" episode required bakers to create tuiles, a delicate French cookie. A lot goes into creating tuiles--the batter must be of a certain consistency, you  have to be careful to not over or under bake them, and they are very delicate, so you must know how to handle and shape them properly.\r\n\r\n<em>The lesson for communicators is simple: you can\'t rely on creativity alone. You have to learn the craft too. And you have to be precise with what you want to achieve.</em>\r\n\r\n<strong>3. Consider who you\'re baking for</strong>\r\n\r\nDuring the show, it\'s clear that the contestants have to win Mary and Paul\'s approval. It doesn\'t matter if the contestants have been baking for years and their families love their stuff, if Mary and Paul don\'t think it tastes good or it is not properly baked.\r\n\r\n<em>The audience matters. How sophisticated are they? What are they looking for? What will appeal to them?</em>\r\n\r\n<strong>4. It takes a lot of practice</strong>\r\n\r\nBaking well takes both knowledge and practice, but especially practice. The more you bake, the more you know what works and what doesn\'t. You learn how to judge whether something is baked enough. You figure out your own shortcuts or how to switch up a recipe to make it taste right.\r\n\r\n<em>Experience matters in communications.  That\'s not to say you can\'t try new ways of doing things, but only that you can do it better if you\'ve been doing it for a while.</em>\r\n\r\n<strong>5. You have to taste it!</strong>\r\n\r\nDuring the \"Pies\" episode, contestants were asked to bake a fruit pie. One of the contestants, Ali, found fruit pies so disgusting that he didn\'t even bother to taste the filling for his own apple pie. Ali was booted from the show  because his pie tasted terrible (and he had a couple of other issues too). Paul reminded him that you MUST taste your food.\r\n\r\n<em>Perhaps we don\'t taste stuff in communications, but we have to understand what is going on with our \"ingredients\" and our \"bake.\" We have do some research to understand what our audience wants and what is important to communicate. And of course, we measure: we look at the results for a campaign or at the Google Analytics for a website.</em>\r\n\r\nDo you watch this show? Would you add anything else? Let me know in the comments.','5 communications lessons from The Great British Baking Show','','inherit','open','open','','3057-revision-v1','','','2015-10-08 10:56:40','2015-10-08 14:56:40','',3057,'http://deborahbrody.com/2015/10/3057-revision-v1/',0,'revision','',0),
(3060,4,'2015-10-08 11:02:04','2015-10-08 15:02:04','If  you haven\'t been  watching PBS\'  <a href=\"http://www.pbs.org/food/shows/great-british-baking-show/\" target=\"_blank\">The Great British Baking Show</a> (which is called the Great British Bake-Off in the UK, where it originates), you are missing out on one of the most charming competition shows out there. Each season begins with a baker\'s dozen contestants, who are asked during each episode to complete three tasks: a type of \"bake,\" a technical challenge and a signature bake.  Their \"bakes\" are judged by Mary Berry and Paul Hollywood, who each week choose a star baker and also ask one of the contestants to leave. At the end of the season, only one contestant will remain.\r\n<iframe src=\"https://www.youtube.com/embed/HiNOwKDYHzo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>1. Form and function matter...equally</strong>\r\n\r\nDuring the \"Biscuits and Traybakes\" episode that aired this past Sunday, the signature bake challenge was to create a beautiful tower made of biscuits. The tower had to measure around 10 inches and be creative, using different types of biscuits. Frances, who has been distinguishing herself for her creativity, had a bad bake--her tower of biscuits collapsed right before the judging, prompting Mary to tell her that the \"brief\" was to build a tower. It didn\'t matter if her biscuits were tasty or her idea creative.\r\n\r\n<em>It\'s not enough to look good or to be very creative, if the communications vehicle does not fulfill its mission. We\'ve all seen beautiful websites that don\'t have the correct information or that are difficult to navigate (which is what UX/UI tries to correct). This is why overly creative ads that don\'t \"convert\" are a waste of money.</em>\r\n\r\n<strong>2. Technique and precision matter</strong>\r\n\r\nEvery episode of The Great British Baking Show has a technical challenge. The \"Biscuits and Traybakes\" episode required bakers to create tuiles, a delicate French cookie. A lot goes into creating tuiles--the batter must be of a certain consistency, you  have to be careful to not over or under bake them, and they are very delicate, so you must know how to handle and shape them properly.\r\n\r\n<em>The lesson for communicators is simple: you can\'t rely on creativity alone. You have to learn the craft too. And you have to be precise with what you want to achieve.</em>\r\n\r\n<strong>3. Consider who you\'re baking for</strong>\r\n\r\nDuring the show, it\'s clear that the contestants have to win Mary and Paul\'s approval. It doesn\'t matter if the contestants have been baking for years and their families love their stuff, if Mary and Paul don\'t think it tastes good or it is not properly baked.\r\n\r\n<em>The audience matters. How sophisticated are they? What are they looking for? What will appeal to them?</em>\r\n\r\n<strong>4. It takes a lot of practice</strong>\r\n\r\nBaking well takes both knowledge and practice, but especially practice. The more you bake, the more you know what works and what doesn\'t. You learn how to judge whether something is baked enough. You figure out your own shortcuts or how to switch up a recipe to make it taste right.\r\n\r\n<em>Experience matters in communications.  That\'s not to say you can\'t try new ways of doing things, but only that you can do it better if you\'ve been doing it for a while.</em>\r\n\r\n<strong>5. You have to taste it!</strong>\r\n\r\nDuring the \"Pies\" episode, contestants were asked to bake a fruit pie. One of the contestants, Ali, found fruit pies so disgusting that he didn\'t even bother to taste the filling for his own apple pie. When tasting the pie, Paul reminded Ali that it is a must to taste your food. Ali was voted off  the show  because his pie didn\'t taste good (and he had a couple of other technical issues too).\r\n\r\n<em>Perhaps we don\'t actually taste stuff in communications, but we do have to understand what is going on with our \"ingredients\" and our \"bake.\" We have do some research to understand what our audience wants and what is important to communicate. And of course, we measure: we look at the results for a campaign or at the Google Analytics for a website.</em>\r\n\r\nDo you watch this show? Would you add anything else? Let me know in the comments.','5 communications lessons from The Great British Baking Show','','inherit','open','open','','3057-revision-v1','','','2015-10-08 11:02:04','2015-10-08 15:02:04','',3057,'http://deborahbrody.com/2015/10/3057-revision-v1/',0,'revision','',0),
(3061,4,'2015-10-08 11:07:24','2015-10-08 15:07:24','If  you haven\'t been  watching PBS\'  <a href=\"http://www.pbs.org/food/shows/great-british-baking-show/\" target=\"_blank\">The Great British Baking Show</a> (which is called the Great British Bake-Off in the UK, where it originates), you are missing out on one of the most charming competition shows out there. Each season begins with a baker\'s dozen contestants, who are asked during each episode to complete three tasks: a specific type of baking task  (cookies, pies, sponge cakes, etc.) , a technical challenge, and lastly, a \"signature bake.\"  Their \"bakes\" are judged by Mary Berry and Paul Hollywood, who each week choose a star baker, who has distinguished him/herself that week,  while also asking one of the contestants to leave. At the end of the season, only one contestant will remain.\r\n<iframe src=\"https://www.youtube.com/embed/HiNOwKDYHzo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>1. Focus on form AND function\r\n</strong>\r\n\r\nDuring the \"Biscuits and Traybakes\" episode that aired this past Sunday, the signature bake challenge was to create a beautiful tower made of biscuits. The tower had to measure around 10 inches and be creative, using different types of biscuits. Frances, who has been distinguishing herself for her creativity during the previous weeks, had a bad bake--her tower of biscuits collapsed right before the judging, prompting Mary to tell her that the \"brief\" was to build a tower and that it didn\'t matter if her biscuits were tasty or her idea creative.\r\n\r\n<em>It\'s not enough to look good or to be very creative, if the communications vehicle does not fulfill its mission. We\'ve all seen beautiful websites that don\'t have the correct information or that are difficult to navigate (which is what UX/UI tries to correct). This is why overly creative ads that don\'t \"convert\" are a waste of money.</em>\r\n\r\n<strong>2. Technique and precision matter</strong>\r\n\r\nEvery episode of The Great British Baking Show has a technical challenge. The \"Biscuits and Traybakes\" episode required bakers to create tuiles, a delicate French cookie. A lot goes into creating tuiles--the batter must be of a certain consistency, you  have to be careful to not over or under bake them, and they are very delicate, so you must know how to handle and shape them properly.\r\n\r\n<em>The lesson for communicators is simple: you can\'t rely on creativity alone. You have to learn the craft too. And you have to be precise with what you want to achieve.</em>\r\n\r\n<strong>3. Consider who you\'re baking for</strong>\r\n\r\nDuring the show, it\'s clear that the contestants have to win Mary and Paul\'s approval. It doesn\'t matter if the contestants have been baking for years and their families love their stuff, if Mary and Paul don\'t think it tastes good or it is not properly baked.\r\n\r\n<em>The audience matters. How sophisticated are they? What are they looking for? What will appeal to them?</em>\r\n\r\n<strong>4. You have to bake a lot of cookies\r\n</strong>\r\n\r\nBaking well takes both knowledge and practice, but especially practice. The more you bake, the more you know what works and what doesn\'t. You learn how to judge whether something is baked enough. You figure out your own shortcuts or how to switch up a recipe to make it taste right.\r\n\r\n<em>Experience matters in communications.  That\'s not to say you can\'t try new ways of doing things, but only that you can do it better if you\'ve been doing it for a while.</em>\r\n\r\n<strong>5. You have to taste it!</strong>\r\n\r\nDuring the \"Pies\" episode, contestants were asked to bake a fruit pie. One of the contestants, Ali, found fruit pies so disgusting that he didn\'t even bother to taste the filling for his own apple pie. When tasting the pie, Paul reminded Ali that it is a must to taste your food. Ali was voted off  the show  because his pie didn\'t taste good (and he had a couple of other technical issues too).\r\n\r\n<em>Perhaps we don\'t actually taste stuff in communications, but we do have to understand what is going on with our \"ingredients\" and our \"bake.\" We have do some research to understand what our audience wants and what is important to communicate. And of course, we measure: we look at the results for a campaign or at the Google Analytics for a website.</em>\r\n\r\nDo you watch this show? Would you add anything else? Let me know in the comments.','5 communications lessons from The Great British Baking Show','','inherit','open','open','','3057-revision-v1','','','2015-10-08 11:07:24','2015-10-08 15:07:24','',3057,'http://deborahbrody.com/2015/10/3057-revision-v1/',0,'revision','',0),
(3063,4,'2015-10-14 11:56:33','2015-10-14 15:56:33','You\'ve seen advertising by algorithm every single time you go on Facebook. If you\'ve done an online search for anything (books, movies, clothing, etc.), you will now see a banner ad for that thing or brand. If you\'ve discussed anything with a recognizable name (politician, specific book or movie or brand) on your timeline, chances are you will see a sponsored post about that thing on your timeline. Those posts are automatically generated by algorithms.\r\n\r\nLike this one that appeared last week on my Facebook timeline:\r\n\r\n[caption id=\"attachment_3064\" align=\"aligncenter\" width=\"409\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1.png\"><img class=\"wp-image-3064 \" src=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1-300x168.png\" alt=\"Ben Carson sponsored ad in my Facebook timeline\" width=\"409\" height=\"229\" /></a> Ben Carson sponsored ad in my Facebook timeline[/caption]\r\n\r\nI had definitely mentioned Ben Carson in my status updates. <em>In a negative way.</em> I had shared several articles about his horrible \"gun control caused the Holocaust\" comments. I couldn\'t believe that anyone, much less a person running for president, would be so stupid and so offensive.\r\n\r\nAnd then the sponsored ad popped up. Obviously the algorithm \"if that then this\" recipe says something like \"if a person mentions Ben Carson more than once in status updates, then show the support Ben Carson ad.\"\r\n\r\nBut I am the exactly wrong target. I don\'t like Ben Carson and what I have been saying about him is not supportive. This sponsored post is a #fail as they say on Twitter, and a waste of the campaign\'s money.\r\n\r\n<strong>Don\'t let algorithms fail you!</strong>\r\n\r\nAutomatic advertising has its pitfalls. But is the problem the algorithm or the person that makes the recipe for the algorithm? I suspect it\'s a bit of both.\r\n\r\n<strong><span style=\"text-decoration: underline;\">There are at least three steps to successful advertising by algorithm:</span></strong>\r\n\r\n<strong>1. You have to understand how algorithms work</strong>\r\n\r\nAdvertising algorithms don\'t do nuance. They can\'t judge emotions--negative or positive. <em>They can only scan for keywords and then follow recipes.</em>\r\n\r\nPlus, each search engine or social network has its own rules. Apparently for Facebook algorithms, budgets have a lot to do with how and when your sponsored content shows up. Read<a href=\"http://www.adweek.com/socialtimes/the-importance-of-understanding-facebooks-algorithms-part-1/619293\" target=\"_blank\"> \"The Importance of Understanding Facebook Algorithms, Part 1.\"</a>\r\n\r\n<strong>2. You have to provide strategic guidance  </strong>\r\n\r\nBefore you launch any advertising, including online advertising, you must have a strategy in place. You need to define your target audience and be as detailed as possible. You need to define your objectives. You must understand what you want to accomplish.\r\n\r\n<strong>3. You have to measure\r\n</strong>\r\n\r\nAnd with online advertising, especially when you are relying on computer-generated algorithms, you have to measure. You want to understand your outcomes.  How did your ads do? What kinds of people clicked and did they take any other actions? (It\'s always about the metrics.)\r\n\r\n<span style=\"color: #ff0000;\">What would you add? Do you have resources to share about algorithms? What\'s been your experience with algorithms in advertising? Successful or not so much? Please let me know. And if you want to discuss your advertising or communications strategy, get in touch!</span>\r\n\r\n&nbsp;','Can you do advertising by algorithm?','','publish','open','open','','can-you-do-advertising-by-algorithm','','','2015-10-15 11:59:21','2015-10-15 15:59:21','',0,'http://deborahbrody.com/?p=3063',0,'post','',0),
(3064,4,'2015-10-14 10:07:06','2015-10-14 14:07:06','','Ben Carson Ad','Ben Carson sponsored ad in my Facebook timeline','inherit','open','open','','screenshot-1','','','2015-10-14 10:07:46','2015-10-14 14:07:46','',3063,'http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1.png',0,'attachment','image/png',0),
(3065,4,'2015-10-14 11:45:30','2015-10-14 15:45:30','You\'ve seen advertising by algorithm every single time you go on Facebook. If you\'ve done a search for anything, you will now see a banner ad for that thing or brand. If you\'ve discussed anything on your timeline, chances are you will see a sponsored post about that thing on your timeline. Those are automatically generated by algorithms.\r\n\r\nLike this:\r\n\r\n[caption id=\"attachment_3064\" align=\"alignleft\" width=\"1024\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1.png\"><img class=\"wp-image-3064 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1-1024x575.png\" alt=\"Ben Carson sponsored ad in my Facebook timeline\" width=\"1024\" height=\"575\" /></a> Ben Carson sponsored ad in my Facebook timeline[/caption]\r\n\r\nI had definitely mentioned Ben Carson in my status updates. <em>In a negative way.</em> I had shared several articles about his horrible \"gun control caused the Holocaust\" comments. I couldn\'t believe that anyone, much less a person running for president, would be so stupid and so offensive.\r\n\r\nAnd then the sponsored ad popped up. Obviously the algorithm \"if that then this\" recipe says something like \"if a person mentions Ben Carson more than once in status updates, then show the support Ben Carson ad.\"\r\n\r\nObviously, I would not support Ben Carson\'s campaign. And this sponsored post is a waste of the campaign\'s money.\r\n\r\n<strong>Don\'t let algorithms fail you</strong>\r\n\r\nAutomatic advertising has its pitfalls.  Is the problem the algorithm or the person that makes the recipe for the algorithm? I suspect it\'s a bit of both.\r\n\r\n<strong><span style=\"text-decoration: underline;\">There are at least three steps to successful advertising by algorithm:</span></strong>\r\n\r\n<strong>1. You have to understand how algorithms work</strong>\r\n\r\nAdvertising algorithms don\'t do nuance. They can\'t judge emotions--negative or positive. <em>They can only scan for keywords and then follow recipes.</em>\r\n\r\nPlus, each search engine or social network has its own rules. Apparently for Facebook algorithms, budgets have a lot to do with how and when your sponsored content shows up. Read<a href=\"http://www.adweek.com/socialtimes/the-importance-of-understanding-facebooks-algorithms-part-1/619293\" target=\"_blank\"> \"The Importance of Understanding Facebook Algorithms, Part 1.\"</a>\r\n\r\n<strong>2. You have to provide guidance  </strong>\r\n\r\nBefore you launch any advertising, including online advertising, you must have a strategy in place. You need to define your target audience and be as detailed as possible. You need to define your objectives. You must understand what you want to accomplish.\r\n\r\n<strong>3. You have to measure\r\n</strong>\r\n\r\nAnd with online advertising, especially when you are relying on computer-generated algorithms, you have to measure. You want to understand your outcomes.  How did your ads do? What kinds of people clicked and did they take any other actions? (It\'s always about the metrics.)\r\n\r\n<span style=\"color: #ff0000;\">What would you add? Do you have resources to share about algorithms? What\'s been your experience with algorithms in advertising? Successful or not so much? Please let me know. And if you want to discuss you advertising or communications strategy, get in touch!</span>\r\n\r\n&nbsp;','Can you do advertising by algorithm?','','inherit','open','open','','3063-revision-v1','','','2015-10-14 11:45:30','2015-10-14 15:45:30','',3063,'http://deborahbrody.com/2015/10/3063-revision-v1/',0,'revision','',0),
(3066,4,'2015-10-14 11:48:19','2015-10-14 15:48:19','You\'ve seen advertising by algorithm every single time you go on Facebook. If you\'ve done a search for anything, you will now see a banner ad for that thing or brand. If you\'ve discussed anything on your timeline, chances are you will see a sponsored post about that thing on your timeline. Those are automatically generated by algorithms.\r\n\r\nLike this:\r\n\r\n[caption id=\"attachment_3064\" align=\"aligncenter\" width=\"409\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1.png\"><img class=\"wp-image-3064 \" src=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1-300x168.png\" alt=\"Ben Carson sponsored ad in my Facebook timeline\" width=\"409\" height=\"229\" /></a> Ben Carson sponsored ad in my Facebook timeline[/caption]\r\n\r\nI had definitely mentioned Ben Carson in my status updates. <em>In a negative way.</em> I had shared several articles about his horrible \"gun control caused the Holocaust\" comments. I couldn\'t believe that anyone, much less a person running for president, would be so stupid and so offensive.\r\n\r\nAnd then the sponsored ad popped up. Obviously the algorithm \"if that then this\" recipe says something like \"if a person mentions Ben Carson more than once in status updates, then show the support Ben Carson ad.\"\r\n\r\nObviously, I would not support Ben Carson\'s campaign. And this sponsored post is a waste of the campaign\'s money.\r\n\r\n<strong>Don\'t let algorithms fail you</strong>\r\n\r\nAutomatic advertising has its pitfalls.  Is the problem the algorithm or the person that makes the recipe for the algorithm? I suspect it\'s a bit of both.\r\n\r\n<strong><span style=\"text-decoration: underline;\">There are at least three steps to successful advertising by algorithm:</span></strong>\r\n\r\n<strong>1. You have to understand how algorithms work</strong>\r\n\r\nAdvertising algorithms don\'t do nuance. They can\'t judge emotions--negative or positive. <em>They can only scan for keywords and then follow recipes.</em>\r\n\r\nPlus, each search engine or social network has its own rules. Apparently for Facebook algorithms, budgets have a lot to do with how and when your sponsored content shows up. Read<a href=\"http://www.adweek.com/socialtimes/the-importance-of-understanding-facebooks-algorithms-part-1/619293\" target=\"_blank\"> \"The Importance of Understanding Facebook Algorithms, Part 1.\"</a>\r\n\r\n<strong>2. You have to provide guidance  </strong>\r\n\r\nBefore you launch any advertising, including online advertising, you must have a strategy in place. You need to define your target audience and be as detailed as possible. You need to define your objectives. You must understand what you want to accomplish.\r\n\r\n<strong>3. You have to measure\r\n</strong>\r\n\r\nAnd with online advertising, especially when you are relying on computer-generated algorithms, you have to measure. You want to understand your outcomes.  How did your ads do? What kinds of people clicked and did they take any other actions? (It\'s always about the metrics.)\r\n\r\n<span style=\"color: #ff0000;\">What would you add? Do you have resources to share about algorithms? What\'s been your experience with algorithms in advertising? Successful or not so much? Please let me know. And if you want to discuss you advertising or communications strategy, get in touch!</span>\r\n\r\n&nbsp;','Can you do advertising by algorithm?','','inherit','open','open','','3063-revision-v1','','','2015-10-14 11:48:19','2015-10-14 15:48:19','',3063,'http://deborahbrody.com/2015/10/3063-revision-v1/',0,'revision','',0),
(3067,4,'2015-10-14 11:55:50','2015-10-14 15:55:50','You\'ve seen advertising by algorithm every single time you go on Facebook. If you\'ve done an online search for anything (books, movies, clothing, etc.), you will now see a banner ad for that thing or brand. If you\'ve discussed anything with a recognizable name (politician, specific book or movie or brand) on your timeline, chances are you will see a sponsored post about that thing on your timeline. Those posts are automatically generated by algorithms.\r\n\r\nLike this one that appeared last week on my Facebook timeline:\r\n\r\n[caption id=\"attachment_3064\" align=\"aligncenter\" width=\"409\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1.png\"><img class=\"wp-image-3064 \" src=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1-300x168.png\" alt=\"Ben Carson sponsored ad in my Facebook timeline\" width=\"409\" height=\"229\" /></a> Ben Carson sponsored ad in my Facebook timeline[/caption]\r\n\r\nI had definitely mentioned Ben Carson in my status updates. <em>In a negative way.</em> I had shared several articles about his horrible \"gun control caused the Holocaust\" comments. I couldn\'t believe that anyone, much less a person running for president, would be so stupid and so offensive.\r\n\r\nAnd then the sponsored ad popped up. Obviously the algorithm \"if that then this\" recipe says something like \"if a person mentions Ben Carson more than once in status updates, then show the support Ben Carson ad.\"\r\n\r\nBut I am the exactly wrong target. I don\'t like Ben Carson and what I have been saying about him is not supportive. This sponsored post is a #fail as they say on Twitter, and a waste of the campaign\'s money.\r\n\r\n<strong>Don\'t let algorithms fail you!</strong>\r\n\r\nAutomatic advertising has its pitfalls. But is the problem the algorithm or the person that makes the recipe for the algorithm? I suspect it\'s a bit of both.\r\n\r\n<strong><span style=\"text-decoration: underline;\">There are at least three steps to successful advertising by algorithm:</span></strong>\r\n\r\n<strong>1. You have to understand how algorithms work</strong>\r\n\r\nAdvertising algorithms don\'t do nuance. They can\'t judge emotions--negative or positive. <em>They can only scan for keywords and then follow recipes.</em>\r\n\r\nPlus, each search engine or social network has its own rules. Apparently for Facebook algorithms, budgets have a lot to do with how and when your sponsored content shows up. Read<a href=\"http://www.adweek.com/socialtimes/the-importance-of-understanding-facebooks-algorithms-part-1/619293\" target=\"_blank\"> \"The Importance of Understanding Facebook Algorithms, Part 1.\"</a>\r\n\r\n<strong>2. You have to provide strategic guidance  </strong>\r\n\r\nBefore you launch any advertising, including online advertising, you must have a strategy in place. You need to define your target audience and be as detailed as possible. You need to define your objectives. You must understand what you want to accomplish.\r\n\r\n<strong>3. You have to measure\r\n</strong>\r\n\r\nAnd with online advertising, especially when you are relying on computer-generated algorithms, you have to measure. You want to understand your outcomes.  How did your ads do? What kinds of people clicked and did they take any other actions? (It\'s always about the metrics.)\r\n\r\n<span style=\"color: #ff0000;\">What would you add? Do you have resources to share about algorithms? What\'s been your experience with algorithms in advertising? Successful or not so much? Please let me know. And if you want to discuss you advertising or communications strategy, get in touch!</span>\r\n\r\n&nbsp;','Can you do advertising by algorithm?','','inherit','open','open','','3063-revision-v1','','','2015-10-14 11:55:50','2015-10-14 15:55:50','',3063,'http://deborahbrody.com/2015/10/3063-revision-v1/',0,'revision','',0),
(3068,4,'2015-10-15 11:59:21','2015-10-15 15:59:21','You\'ve seen advertising by algorithm every single time you go on Facebook. If you\'ve done an online search for anything (books, movies, clothing, etc.), you will now see a banner ad for that thing or brand. If you\'ve discussed anything with a recognizable name (politician, specific book or movie or brand) on your timeline, chances are you will see a sponsored post about that thing on your timeline. Those posts are automatically generated by algorithms.\r\n\r\nLike this one that appeared last week on my Facebook timeline:\r\n\r\n[caption id=\"attachment_3064\" align=\"aligncenter\" width=\"409\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1.png\"><img class=\"wp-image-3064 \" src=\"http://deborahbrody.com/wp-content/uploads/2015/10/Screenshot-1-300x168.png\" alt=\"Ben Carson sponsored ad in my Facebook timeline\" width=\"409\" height=\"229\" /></a> Ben Carson sponsored ad in my Facebook timeline[/caption]\r\n\r\nI had definitely mentioned Ben Carson in my status updates. <em>In a negative way.</em> I had shared several articles about his horrible \"gun control caused the Holocaust\" comments. I couldn\'t believe that anyone, much less a person running for president, would be so stupid and so offensive.\r\n\r\nAnd then the sponsored ad popped up. Obviously the algorithm \"if that then this\" recipe says something like \"if a person mentions Ben Carson more than once in status updates, then show the support Ben Carson ad.\"\r\n\r\nBut I am the exactly wrong target. I don\'t like Ben Carson and what I have been saying about him is not supportive. This sponsored post is a #fail as they say on Twitter, and a waste of the campaign\'s money.\r\n\r\n<strong>Don\'t let algorithms fail you!</strong>\r\n\r\nAutomatic advertising has its pitfalls. But is the problem the algorithm or the person that makes the recipe for the algorithm? I suspect it\'s a bit of both.\r\n\r\n<strong><span style=\"text-decoration: underline;\">There are at least three steps to successful advertising by algorithm:</span></strong>\r\n\r\n<strong>1. You have to understand how algorithms work</strong>\r\n\r\nAdvertising algorithms don\'t do nuance. They can\'t judge emotions--negative or positive. <em>They can only scan for keywords and then follow recipes.</em>\r\n\r\nPlus, each search engine or social network has its own rules. Apparently for Facebook algorithms, budgets have a lot to do with how and when your sponsored content shows up. Read<a href=\"http://www.adweek.com/socialtimes/the-importance-of-understanding-facebooks-algorithms-part-1/619293\" target=\"_blank\"> \"The Importance of Understanding Facebook Algorithms, Part 1.\"</a>\r\n\r\n<strong>2. You have to provide strategic guidance  </strong>\r\n\r\nBefore you launch any advertising, including online advertising, you must have a strategy in place. You need to define your target audience and be as detailed as possible. You need to define your objectives. You must understand what you want to accomplish.\r\n\r\n<strong>3. You have to measure\r\n</strong>\r\n\r\nAnd with online advertising, especially when you are relying on computer-generated algorithms, you have to measure. You want to understand your outcomes.  How did your ads do? What kinds of people clicked and did they take any other actions? (It\'s always about the metrics.)\r\n\r\n<span style=\"color: #ff0000;\">What would you add? Do you have resources to share about algorithms? What\'s been your experience with algorithms in advertising? Successful or not so much? Please let me know. And if you want to discuss your advertising or communications strategy, get in touch!</span>\r\n\r\n&nbsp;','Can you do advertising by algorithm?','','inherit','open','open','','3063-revision-v1','','','2015-10-15 11:59:21','2015-10-15 15:59:21','',3063,'http://deborahbrody.com/2015/10/3063-revision-v1/',0,'revision','',0),
(3069,4,'2015-10-20 10:21:53','2015-10-20 14:21:53','','REACH-brochure-03','','inherit','open','open','','reach-brochure-03','','','2015-10-20 10:21:53','2015-10-20 14:21:53','',40,'http://deborahbrody.com/wp-content/uploads/2011/06/REACH-brochure-03.pdf',0,'attachment','application/pdf',0),
(3070,4,'2015-10-20 10:23:54','2015-10-20 14:23:54','<h2>International charity needs to rebrand</h2>\r\n<strong>The Case</strong>\r\n\r\nREACH International, a charitable organization that provides education, housing and other services to disadvantaged children in 24 countries, needed to increase its donor base and extend its appeal. The charity had not refreshed its materials in a long time, and the existing look and messaging did not communicate well to a new donor target.\r\n\r\n<strong>The Work</strong>\r\n\r\nREACH International was using an outdated brochure and wanted to recreate both the design and the content. Dan Kohan of Sensical Design designed a new logo and the new brochure. DBMC was tasked with writing the content.\r\n\r\nAs with any new project, my first step was to have an in-depth conversation with the client. I suggested that our first step would be to create key messages and an organizational description that could be used in the brochure and all other marketing pieces (website, press releases, etc.). I provided the client with a detailed branding and identity questionnaire. From her answers and our interview, I developed the key messages (with supporting points) and a “boilerplate” organizational description. Once those were approved, I went on to write the brochure.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, REACH International has a beautiful, updated brochure that communicates the impact of the humanitarian work it does around the world.\r\n\r\nView the PDF of the new brochure: <a href=\"http://deborahbrody.com/wp-content/uploads/2011/06/REACH-brochure-03.pdf\" target=\"_blank\">REACH-brochure-03</a>.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2>Nonprofit needs a website and a tagline to start up</h2>\r\n<strong>The Case</strong>\r\n\r\n<strong>Pebbles of Hope</strong> is a nonprofit dedicated to helping premature babies to survive and thrive. When its founder and executive director, Cheryl Chotrani, approached DBMC, the organization was just starting out and needed marketing help. Specifically, Ms. Chotrani asked me to write the website content and to create a tagline for the organization. Ms. Chotrani, who has a marketing and media background, had already created a very comprehensive creative brief outlining the key messages, the target audience, and what the desired look and feel was for the website and had already hired a designer to create the website and a logo.\r\n\r\n<strong>The Work</strong>\r\n\r\nAs with any project, the first step is getting to know the client and the issue at hand. In this case I had several in-depth interviews with Ms. Chotrani. I read through the information she provided, gathered research on preterm births and also researched other organizations doing similar work.\r\n\r\nThe second step was to clarify the goal of the website and what type of information would have to be included. Then, I created a robust website outline/navigation guide that would serve to guide the content.\r\n\r\nWith the approved outline in hand, and the information gathered from the client and other sources, I started writing the content. Client comments and changes were incorporated and a final draft was sent to the designer.\r\n\r\nConcurrently to writing the website content, I developed around fifteen tagline suggestions. Having the tagline would help set the tone and direction for the website and the organization. These suggested taglines were submitted to the client, and with her input, the final tagline was selected.\r\n\r\nThe last step was to check and proofread the finished website.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, <a href=\"http://www.pebblesofhope.org/\" target=\"_blank\">Pebbles of Hope has a beautiful and functional website</a>. On it you can see the tagline “Giving the world’s smallest babies a fighting chance.” Thanks to volunteers, the organization also has a frequently updated blog, and a social media presence. Some of the website content and the tagline are used in other marketing materials, including a brochure.','Recent Projects','','inherit','open','open','','40-revision-v1','','','2015-10-20 10:23:54','2015-10-20 14:23:54','',40,'http://deborahbrody.com/2015/10/40-revision-v1/',0,'revision','',0),
(3071,4,'2015-10-20 10:25:04','2015-10-20 14:25:04','<h2>International charity needs to rebrand</h2>\r\n<strong>The Case</strong>\r\n\r\n<a href=\"http://www.reach.org/\" target=\"_blank\">REACH International</a>, a charitable organization that provides education, housing and other services to disadvantaged children in 24 countries, needed to increase its donor base and extend its appeal. The charity had not refreshed its materials in a long time, and the existing look and messaging did not communicate well to a new donor target.\r\n\r\n<strong>The Work</strong>\r\n\r\nREACH International was using an outdated brochure and wanted to recreate both the design and the content. Dan Kohan of Sensical Design designed a new logo and the new brochure. DBMC was tasked with writing the content.\r\n\r\nAs with any new project, my first step was to have an in-depth conversation with the client. I suggested that our first step would be to create key messages and an organizational description that could be used in the brochure and all other marketing pieces (website, press releases, etc.). I provided the client with a detailed branding and identity questionnaire. From her answers and our interview, I developed the key messages (with supporting points) and a “boilerplate” organizational description. Once those were approved, I went on to write the brochure.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, REACH International has a beautiful, updated brochure that communicates the impact of the humanitarian work it does around the world.\r\n\r\nView the PDF of the new brochure: <a href=\"http://deborahbrody.com/wp-content/uploads/2011/06/REACH-brochure-03.pdf\" target=\"_blank\">REACH-brochure-03</a>.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2>Nonprofit needs a website and a tagline to start up</h2>\r\n<strong>The Case</strong>\r\n\r\n<strong>Pebbles of Hope</strong> is a nonprofit dedicated to helping premature babies to survive and thrive. When its founder and executive director, Cheryl Chotrani, approached DBMC, the organization was just starting out and needed marketing help. Specifically, Ms. Chotrani asked me to write the website content and to create a tagline for the organization. Ms. Chotrani, who has a marketing and media background, had already created a very comprehensive creative brief outlining the key messages, the target audience, and what the desired look and feel was for the website and had already hired a designer to create the website and a logo.\r\n\r\n<strong>The Work</strong>\r\n\r\nAs with any project, the first step is getting to know the client and the issue at hand. In this case I had several in-depth interviews with Ms. Chotrani. I read through the information she provided, gathered research on preterm births and also researched other organizations doing similar work.\r\n\r\nThe second step was to clarify the goal of the website and what type of information would have to be included. Then, I created a robust website outline/navigation guide that would serve to guide the content.\r\n\r\nWith the approved outline in hand, and the information gathered from the client and other sources, I started writing the content. Client comments and changes were incorporated and a final draft was sent to the designer.\r\n\r\nConcurrently to writing the website content, I developed around fifteen tagline suggestions. Having the tagline would help set the tone and direction for the website and the organization. These suggested taglines were submitted to the client, and with her input, the final tagline was selected.\r\n\r\nThe last step was to check and proofread the finished website.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, <a href=\"http://www.pebblesofhope.org/\" target=\"_blank\">Pebbles of Hope has a beautiful and functional website</a>. On it you can see the tagline “Giving the world’s smallest babies a fighting chance.” Thanks to volunteers, the organization also has a frequently updated blog, and a social media presence. Some of the website content and the tagline are used in other marketing materials, including a brochure.','Recent Projects','','inherit','open','open','','40-revision-v1','','','2015-10-20 10:25:04','2015-10-20 14:25:04','',40,'http://deborahbrody.com/2015/10/40-revision-v1/',0,'revision','',0),
(3072,4,'2015-10-20 10:26:25','2015-10-20 14:26:25','<h2>International charity needs to rebrand</h2>\r\n<strong>The Case</strong>\r\n\r\n<a href=\"http://www.reach.org/\" target=\"_blank\">REACH International</a>, a charitable organization that provides education, housing and other services to disadvantaged children in 24 countries, needed to increase its donor base and extend its appeal. The charity had not refreshed its materials in a long time, and the existing look and messaging did not communicate well to a new donor target.\r\n\r\n<strong>The Work</strong>\r\n\r\nREACH International was using an outdated brochure and wanted to recreate both the design and the content. Dan Kohan of<a href=\"http://sensicaldesign.com/\" target=\"_blank\"> Sensical Design</a> designed a new logo and the new brochure. DBMC was tasked with writing the content.\r\n\r\nAs with any new project, my first step was to have an in-depth conversation with the client. I suggested that our first step would be to create key messages and an organizational description that could be used in the brochure and all other marketing pieces (website, press releases, etc.). I provided the client with a detailed branding and identity questionnaire. From her answers and our interview, I developed the key messages (with supporting points) and a “boilerplate” organizational description. Once those were approved, I went on to write the brochure.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, REACH International has a beautiful, updated brochure that communicates the impact of the humanitarian work it does around the world.\r\n\r\nView the PDF of the new brochure: <a href=\"http://deborahbrody.com/wp-content/uploads/2011/06/REACH-brochure-03.pdf\" target=\"_blank\">REACH-brochure-03</a>.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2>Nonprofit needs a website and a tagline to start up</h2>\r\n<strong>The Case</strong>\r\n\r\n<strong>Pebbles of Hope</strong> is a nonprofit dedicated to helping premature babies to survive and thrive. When its founder and executive director, Cheryl Chotrani, approached DBMC, the organization was just starting out and needed marketing help. Specifically, Ms. Chotrani asked me to write the website content and to create a tagline for the organization. Ms. Chotrani, who has a marketing and media background, had already created a very comprehensive creative brief outlining the key messages, the target audience, and what the desired look and feel was for the website and had already hired a designer to create the website and a logo.\r\n\r\n<strong>The Work</strong>\r\n\r\nAs with any project, the first step is getting to know the client and the issue at hand. In this case I had several in-depth interviews with Ms. Chotrani. I read through the information she provided, gathered research on preterm births and also researched other organizations doing similar work.\r\n\r\nThe second step was to clarify the goal of the website and what type of information would have to be included. Then, I created a robust website outline/navigation guide that would serve to guide the content.\r\n\r\nWith the approved outline in hand, and the information gathered from the client and other sources, I started writing the content. Client comments and changes were incorporated and a final draft was sent to the designer.\r\n\r\nConcurrently to writing the website content, I developed around fifteen tagline suggestions. Having the tagline would help set the tone and direction for the website and the organization. These suggested taglines were submitted to the client, and with her input, the final tagline was selected.\r\n\r\nThe last step was to check and proofread the finished website.\r\n\r\n<strong>The Result</strong>\r\n\r\nToday, <a href=\"http://www.pebblesofhope.org/\" target=\"_blank\">Pebbles of Hope has a beautiful and functional website</a>. On it you can see the tagline “Giving the world’s smallest babies a fighting chance.” Thanks to volunteers, the organization also has a frequently updated blog, and a social media presence. Some of the website content and the tagline are used in other marketing materials, including a brochure.','Recent Projects','','inherit','open','open','','40-revision-v1','','','2015-10-20 10:26:25','2015-10-20 14:26:25','',40,'http://deborahbrody.com/2015/10/40-revision-v1/',0,'revision','',0),
(3075,4,'2015-10-21 09:36:43','2015-10-21 13:36:43','I\'ve been blogging for years, since early 2008. That\'s almost eight years in which I have blogged here, on a personal blog, for clients, and even developed a training workshop to teach people how to blog. I love the format--it\'s generally quick and up until recently, it\'s been easy.  But lately, blogging has gotten harder and harder. It\'s a struggle to come up with one good blog post a week when in my heyday, I wrote several blog posts a week.\r\n\r\nWhat\'s going on? I can only speak for myself, but here it is:\r\n\r\n1. <strong>Blogging itself is easy but coming up with relevant, meaningful posts is hard</strong>. Lately, I see lots of posts that are just crap. They recycle information or they post obvious \"tips.\" I want to create original and creative posts, and lately, I don\'t have a lot to add to the conversation.\r\n\r\n<strong>2. There\'s plenty (too much?) of competition</strong>. There\'s so much to read and we have limited time. I know I scan through the headlines on my Feedly and probably only read a small percentage of articles. It feels overwhelming to try to stand out with so much out there.\r\n\r\n<strong>3. And of course, we are being told by the \"experts\" how to make our blog posts better</strong>: add images, make sure to optimize for SEO, and on and on.  In other words, put more work into it. I am a fan of writing and posting quickly, while still posting something that is grammatically correct and typo-free. I don\'t enjoy looking for images for a post, although I know why it\'s important but to me it makes the posting so much more onerous.\r\n\r\n<strong>4. There are real-world consequences.</strong> On a personal blog, all we are doing is sharing our thoughts. If people flock to it, then so much the better. On a business blog, we are doing \"content marketing.\" We are trying to help our websites and increase our business. We are establishing \"thought leadership.\" Whatever our business goals are, they can and should be measured, and they can and should impact our bottom line.\r\n\r\nThese aren\'t excuses. I will continue blogging--it\'s important. But it\'s not as easy as it used to be.\r\n\r\n<span style=\"color: #800000;\">What about you? Are you finding that blogging is harder to get done? If so, why? And how do you counter it?</span>\r\n\r\n&nbsp;','Blogging is easy until it\'s not','','publish','open','open','','blogging-is-easy-until-its-not','','','2015-10-21 09:36:43','2015-10-21 13:36:43','',0,'http://deborahbrody.com/?p=3075',0,'post','',0),
(3076,4,'2015-10-21 09:36:43','2015-10-21 13:36:43','I\'ve been blogging for years, since early 2008. That\'s almost eight years in which I have blogged here, on a personal blog, for clients, and even developed a training workshop to teach people how to blog. I love the format--it\'s generally quick and up until recently, it\'s been easy.  But lately, blogging has gotten harder and harder. It\'s a struggle to come up with one good blog post a week when in my heyday, I wrote several blog posts a week.\r\n\r\nWhat\'s going on? I can only speak for myself, but here it is:\r\n\r\n1. <strong>Blogging itself is easy but coming up with relevant, meaningful posts is hard</strong>. Lately, I see lots of posts that are just crap. They recycle information or they post obvious \"tips.\" I want to create original and creative posts, and lately, I don\'t have a lot to add to the conversation.\r\n\r\n<strong>2. There\'s plenty (too much?) of competition</strong>. There\'s so much to read and we have limited time. I know I scan through the headlines on my Feedly and probably only read a small percentage of articles. It feels overwhelming to try to stand out with so much out there.\r\n\r\n<strong>3. And of course, we are being told by the \"experts\" how to make our blog posts better</strong>: add images, make sure to optimize for SEO, and on and on.  In other words, put more work into it. I am a fan of writing and posting quickly, while still posting something that is grammatically correct and typo-free. I don\'t enjoy looking for images for a post, although I know why it\'s important but to me it makes the posting so much more onerous.\r\n\r\n<strong>4. There are real-world consequences.</strong> On a personal blog, all we are doing is sharing our thoughts. If people flock to it, then so much the better. On a business blog, we are doing \"content marketing.\" We are trying to help our websites and increase our business. We are establishing \"thought leadership.\" Whatever our business goals are, they can and should be measured, and they can and should impact our bottom line.\r\n\r\nThese aren\'t excuses. I will continue blogging--it\'s important. But it\'s not as easy as it used to be.\r\n\r\n<span style=\"color: #800000;\">What about you? Are you finding that blogging is harder to get done? If so, why? And how do you counter it?</span>\r\n\r\n&nbsp;','Blogging is easy until it\'s not','','inherit','open','open','','3075-revision-v1','','','2015-10-21 09:36:43','2015-10-21 13:36:43','',3075,'http://deborahbrody.com/2015/10/3075-revision-v1/',0,'revision','',0),
(3077,4,'2015-10-27 09:35:05','2015-10-27 13:35:05','This weekend I noticed the mums in front of my house were looking a bit sad...all droopy and discolored. Apparently, they were in dire need of watering.\r\n\r\n[caption id=\"attachment_3079\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/10/20151026_135130.jpg\"><img class=\"size-medium wp-image-3079\" src=\"http://deborahbrody.com/wp-content/uploads/2015/10/20151026_135130-300x225.jpg\" alt=\"Sad mums\" width=\"300\" height=\"225\" /></a> Sad mums[/caption]\r\n\r\nWhat do dying mums have to do with marketing communications? Let me tell you.\r\n\r\nA couple of weeks ago, I bought these mums at my local farmer\'s market . I asked the farmer/vendor how long they would last. She told me that mums are hardy and should last through Thanksgiving, providing some color as the flowering annuals die.\r\n\r\nBut at the rate my mums were going, they wouldn\'t make it to Halloween. So this past Saturday during my weekly visit to the farmer\'s market I asked the vendor about the mums: Should I water them or would it be OK to wait until it rained on Sunday? She told me that I should most definitely water them as soon as I got home,<em> because mums need a lot of water. </em>\r\n\r\nWell, then. I had made the incorrect assumption that because mums are hardy plants, it meant they needed little water. If, when I bought them, she had mentioned that mums should be watered frequently, I would have done so. But she hadn\'t and this is exactly the type of information I needed to know to help my plants survive.\r\n\r\n<strong>Customers don\'t know what they don\'t know. Period.\r\n</strong>\r\n\r\nIt\'s your job as a marketing/communications person (let\'s include sales under marketing here) to make sure they have the information they need to use your product or service appropriately and get the most out of it.\r\n\r\n<strong>You are the expert...not the customer\r\n</strong>\r\n\r\nCustomers  don\'t know your product or service as well as you do. You are the real-life expert on your product or service. You know what it does, how it does it and why.\r\n\r\n<strong>So, ask yourself this one simple question:</strong>\r\n<p style=\"text-align: center;\"><em>What does the customer/ client have to know about my product or service?</em></p>\r\nOnce you have the answer to this question, your content marketing, copywriting, and especially your customer/client interaction, will all be easier.\r\n\r\n<span style=\"color: #ff0000;\">If you need help figuring out what your customers should know about your product or service, get in touch! I can help.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What does the customer have to know?','','publish','open','open','','what-does-the-customer-have-to-know','','','2015-10-27 09:35:05','2015-10-27 13:35:05','',0,'http://deborahbrody.com/?p=3077',0,'post','',0),
(3078,4,'2015-10-26 13:34:30','2015-10-26 17:34:30','This weekend I noticed the mums in front of my house were looking a bit sad...all droopy and discolored. Apparently, they were in dire need of watering.\r\n\r\nWhat do dying mums have to do with marketing communications? Let me tell you.\r\n\r\nA couple of weeks ago, I bought these mums at the farmer\'s market (where I go to every Saturday). I asked the farmer/vendor how long they would last. She told me that mums are hardy and should last through Thanksgiving, andwould provide some color to as the flowering annuals die. But at the rate my mums were going, they wouldn\'t make it to Halloween. So this past Saturday at the farmer\'s market I asked the vendor about the mums. Should I water them or would it be ok to wait until it rained on Sunday. She told me that I should definitely water them as soon as I got home,<em> that mums need a lot of water. </em>\r\n\r\nWell, then.  If she had mentioned that to me when I bought them, I would have watered them more regularly. But she hadn\'t and this is exactly the type of information I needed to know. I had made the incorrect assumption that because mums are hardy plants, that meant they needed little water.\r\n\r\n<strong>You are the expert...not the customer\r\n</strong>\r\n\r\nCustomers  don\'t know your product or service as well as you do. You are the real-life expert on your product or service. You know what it does, how it does it and why it does it.\r\n\r\nSo, ask yourself this one simple question:\r\n\r\n<em>What does the customer/ client have to know about my product or service?</em>\r\n\r\nOnce you have the answer to this question, your content marketing, copywriting and especially your customer/client interaction will all go much better and be more productive. Your customers will know exactly what they need to know.\r\n\r\n<strong>Customers don\'t know what they don\'t know. Period. </strong> It\'s your job as a marketing/communications  person (let\'s make sure to include sales under marketing here) to make sure they have the information they need to use your product or service appropriately.\r\n\r\nIf the customer does not use your product how it is supposed to be used or doesn\'t take a necessary safety precaution or u\r\n\r\nThe consequences of not doing this are huge.\r\n\r\n&nbsp;','What does the customer have to know?','','inherit','open','open','','3077-revision-v1','','','2015-10-26 13:34:30','2015-10-26 17:34:30','',3077,'http://deborahbrody.com/2015/10/3077-revision-v1/',0,'revision','',0),
(3079,4,'2015-10-27 09:22:59','2015-10-27 13:22:59','','20151026_135130','Sad mums','inherit','open','open','','20151026_135130','','','2015-10-27 09:23:13','2015-10-27 13:23:13','',3077,'http://deborahbrody.com/wp-content/uploads/2015/10/20151026_135130.jpg',0,'attachment','image/jpeg',0),
(3080,4,'2015-10-27 09:30:27','2015-10-27 13:30:27','This weekend I noticed the mums in front of my house were looking a bit sad...all droopy and discolored. Apparently, they were in dire need of watering.\r\n\r\n[caption id=\"attachment_3079\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/10/20151026_135130.jpg\"><img class=\"size-medium wp-image-3079\" src=\"http://deborahbrody.com/wp-content/uploads/2015/10/20151026_135130-300x225.jpg\" alt=\"Sad mums\" width=\"300\" height=\"225\" /></a> Sad mums[/caption]\r\n\r\nWhat do dying mums have to do with marketing communications? Let me tell you.\r\n\r\nA couple of weeks ago, I bought these mums at my local farmer\'s market . I asked the farmer/vendor how long they would last. She told me that mums are hardy and should last through Thanksgiving, providing some color as the flowering annuals die.\r\n\r\nBut at the rate my mums were going, they wouldn\'t make it to Halloween. So this past Saturday during my weekly  visit to the farmer\'s market I asked the vendor about the mums: Should I water them or would it be OK to wait until it rained on Sunday? She told me that I should most definitely water them as soon as I got home,<em> because mums need a lot of water. </em>\r\n\r\nWell, then. I had made the incorrect assumption that because mums are hardy plants, it meant they needed little water. If, when I bought them, she had mentioned that mums should be watered frequently, I would have done so. But she hadn\'t and this is exactly the type of information I needed to know to help my plants survive.\r\n\r\n<strong>Customers don\'t know what they don\'t know. Period.\r\n</strong>\r\n\r\nIt\'s your job as a marketing/communications  person (let\'s include sales under marketing here) to make sure they have the information they need to use your product or service appropriately and get the most out of it.\r\n\r\n<strong>You are the expert...not the customer\r\n</strong>\r\n\r\nCustomers  don\'t know your product or service as well as you do. You are the real-life expert on your product or service. You know what it does, how it does it and why.\r\n\r\n<strong>So, ask yourself this one simple question:</strong>\r\n\r\n<em>What does the customer/ client have to know about my product or service?</em>\r\n\r\nOnce you have the answer to this question, your content marketing, copywriting, and especially your customer/client interaction, will all be easier.\r\n\r\n<span style=\"color: #ff0000;\">If you need help figuring out what your customers should know about your product or service, get in touch! I can help.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What does the customer have to know?','','inherit','open','open','','3077-revision-v1','','','2015-10-27 09:30:27','2015-10-27 13:30:27','',3077,'http://deborahbrody.com/2015/10/3077-revision-v1/',0,'revision','',0),
(3081,4,'2015-10-27 09:35:05','2015-10-27 13:35:05','This weekend I noticed the mums in front of my house were looking a bit sad...all droopy and discolored. Apparently, they were in dire need of watering.\r\n\r\n[caption id=\"attachment_3079\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/10/20151026_135130.jpg\"><img class=\"size-medium wp-image-3079\" src=\"http://deborahbrody.com/wp-content/uploads/2015/10/20151026_135130-300x225.jpg\" alt=\"Sad mums\" width=\"300\" height=\"225\" /></a> Sad mums[/caption]\r\n\r\nWhat do dying mums have to do with marketing communications? Let me tell you.\r\n\r\nA couple of weeks ago, I bought these mums at my local farmer\'s market . I asked the farmer/vendor how long they would last. She told me that mums are hardy and should last through Thanksgiving, providing some color as the flowering annuals die.\r\n\r\nBut at the rate my mums were going, they wouldn\'t make it to Halloween. So this past Saturday during my weekly visit to the farmer\'s market I asked the vendor about the mums: Should I water them or would it be OK to wait until it rained on Sunday? She told me that I should most definitely water them as soon as I got home,<em> because mums need a lot of water. </em>\r\n\r\nWell, then. I had made the incorrect assumption that because mums are hardy plants, it meant they needed little water. If, when I bought them, she had mentioned that mums should be watered frequently, I would have done so. But she hadn\'t and this is exactly the type of information I needed to know to help my plants survive.\r\n\r\n<strong>Customers don\'t know what they don\'t know. Period.\r\n</strong>\r\n\r\nIt\'s your job as a marketing/communications person (let\'s include sales under marketing here) to make sure they have the information they need to use your product or service appropriately and get the most out of it.\r\n\r\n<strong>You are the expert...not the customer\r\n</strong>\r\n\r\nCustomers  don\'t know your product or service as well as you do. You are the real-life expert on your product or service. You know what it does, how it does it and why.\r\n\r\n<strong>So, ask yourself this one simple question:</strong>\r\n<p style=\"text-align: center;\"><em>What does the customer/ client have to know about my product or service?</em></p>\r\nOnce you have the answer to this question, your content marketing, copywriting, and especially your customer/client interaction, will all be easier.\r\n\r\n<span style=\"color: #ff0000;\">If you need help figuring out what your customers should know about your product or service, get in touch! I can help.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What does the customer have to know?','','inherit','open','open','','3077-revision-v1','','','2015-10-27 09:35:05','2015-10-27 13:35:05','',3077,'http://deborahbrody.com/2015/10/3077-revision-v1/',0,'revision','',0),
(3083,4,'2015-11-03 12:57:44','2015-11-03 17:57:44','This post is about a phenomenon that I\'ve noticed on Twitter (just in case you aren\'t on Twitter, I\'m letting you know now so you can stop reading).\r\n\r\nFirst of all,  here\'s a question: do you expect a thank you or other acknowledgement when you re-tweet something? I would like to know for sure (I would appreciate your thoughts, please do share them in the comments) but my gut tells me most people appreciate a thank you but don\'t expect it or need it.\r\n\r\nAnd yet, there\'s been an explosion (or at least it seems so to me) in automated \'thanks for your interaction\' tweets. You\'ve probably seen the ones I mean:\r\n<blockquote><span data-reactid=\".0\">My best RTs this week came from: @xxx  @xxx <a class=\"_quickSearchPopup hash\" title=\"thankSAll\" href=\"https://hootsuite.com/dashboard#\">#thankSAll</a> Who were yours? <a href=\"https://t.co/sog7FmAmWy\" target=\"_blank\" rel=\"nofollow\">sumall.com/thankyou</a></span>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\">or</span></p>\r\n<span data-reactid=\".0\">Thanks to my top interactors!\r\n@xxxx @xxxx\r\n<a class=\"_quickSearchPopup hash\" title=\"tweetjukebox\" href=\"https://hootsuite.com/dashboard#\">#tweetjukebox</a></span></blockquote>\r\nI see why some people would think this is a good idea. Perhaps they were raised by parents who insisted that you must write a thank you note whenever you get a gift. Or perhaps, they think any interaction, even automated interaction, is better than no interaction.\r\n\r\nIt\'s similar to when you send a company an email outlining some concern or question you have and you then receive at automated reply thanking you for your email but not addressing your issue. You could have said that the company\'s product is killing you and the reply would still say \"thank you for your email.\"\r\n\r\nAutomated replies and automated tweets may be expedient but they are empty gestures. They have no content. They have no context. And they are basically useless in terms of creating the social media \"engagement\" everyone talks about.\r\n\r\nIf the only way you can think of interacting with others on Twitter is by automated thank yous, I respectfully suggest you get yourself off the platform immediately.\r\n\r\nSimilarly, if you absolutely, positively need to have an app send out canned tweets for you, you may not have the time or inclination to be on social media.\r\n\r\nHere are some truths about social media engagement:\r\n<ul>\r\n	<li>its time-consuming</li>\r\n	<li>there\'s effort involved</li>\r\n	<li>personal beats automated every day</li>\r\n</ul>\r\nWhat do you think? Are you using these automated thank you generators? If so, what are you hoping to achieve? Are you achieving what you are hoping?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is lazy interaction better than no interaction?','','publish','open','open','','is-lazy-interaction-better-than-no-interaction','','','2015-11-03 16:51:53','2015-11-03 21:51:53','',0,'http://deborahbrody.com/?p=3083',0,'post','',2),
(3084,4,'2015-11-02 13:39:35','2015-11-02 18:39:35','This post is about Twitter.  I\'m  just letting you know so you can stop reading. in case you aren\'t on Twitter or were looking for some other type of information.\r\n\r\nFirst of all, here\'s a question: do you expect a thank you or other acknowledgement when you re-tweet something? I would like to know for sure (so would appreciate your thoughts--share them in the comments) but my gut tells me most people appreciate a thank you but don\'t expect it or need it.\r\n\r\nAnd yet, there\'s been an explosion (or at least it seems so to me) in automated \'thanks for your interaction\' tweets. You\'ve probably seen the ones I mean:\r\n<blockquote><span data-reactid=\".0\">My best RTs this week came from: @xxx  @xxx <a class=\"_quickSearchPopup hash\" title=\"thankSAll\" href=\"https://hootsuite.com/dashboard#\">#thankSAll</a> Who were yours? <a href=\"https://t.co/sog7FmAmWy\" target=\"_blank\" rel=\"nofollow\">sumall.com/thankyou</a></span>\r\n\r\nor\r\n\r\n<span data-reactid=\".0\">Thanks to my top interactors!\r\n@xxxx @xxxx\r\n<a class=\"_quickSearchPopup hash\" title=\"tweetjukebox\" href=\"https://hootsuite.com/dashboard#\">#tweetjukebox</a></span></blockquote>\r\nI see why some people would think this is a good idea. Perhaps they were raised by parents who insisted that you must write a thank you note whenever you get a gift. Or perhaps, they think any interaction, even automated interaction, is better than no interaction.\r\n\r\n&nbsp;','Is lazy interaction better than no interaction?','','inherit','open','open','','3083-revision-v1','','','2015-11-02 13:39:35','2015-11-02 18:39:35','',3083,'http://deborahbrody.com/2015/11/3083-revision-v1/',0,'revision','',0),
(3085,4,'2015-11-03 12:57:44','2015-11-03 17:57:44','This post is about a phenomenon that I\'ve noticed on Twitter (I\'m  just letting you know so you can stop reading in case you aren\'t on Twitter or were looking for some other type of information).\r\n\r\nFirst of all,  here\'s a question: do you expect a thank you or other acknowledgement when you re-tweet something? I would like to know for sure (so would appreciate your thoughts--share them in the comments) but my gut tells me most people appreciate a thank you but don\'t expect it or need it.\r\n\r\nAnd yet, there\'s been an explosion (or at least it seems so to me) in automated \'thanks for your interaction\' tweets. You\'ve probably seen the ones I mean:\r\n<blockquote><span data-reactid=\".0\">My best RTs this week came from: @xxx  @xxx <a class=\"_quickSearchPopup hash\" title=\"thankSAll\" href=\"https://hootsuite.com/dashboard#\">#thankSAll</a> Who were yours? <a href=\"https://t.co/sog7FmAmWy\" target=\"_blank\" rel=\"nofollow\">sumall.com/thankyou</a></span>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\">or</span></p>\r\n<span data-reactid=\".0\">Thanks to my top interactors!\r\n@xxxx @xxxx\r\n<a class=\"_quickSearchPopup hash\" title=\"tweetjukebox\" href=\"https://hootsuite.com/dashboard#\">#tweetjukebox</a></span></blockquote>\r\nI see why some people would think this is a good idea. Perhaps they were raised by parents who insisted that you must write a thank you note whenever you get a gift. Or perhaps, they think any interaction, even automated interaction, is better than no interaction.\r\n\r\nIt\'s similar to when you send a company an email outlining some concern or question you have and you then receive at automated reply thanking you for your email but not addressing your issue. You could have said that the company\'s product is killing you and the reply would still say \"thank you for email.\"\r\n\r\nAutomated replies and automated tweets may be expedient but they are empty gestures. They have no content. They have no context. And they are basically useless in terms of creating the social media \"engagement\" everyone talks about.\r\n\r\nIf the only way you can think of interacting with others on Twitter is by automated thank yous, I respectfully suggest you get yourself off the platform immediately.\r\n\r\nSimilarly, if you absolutely, positively need to have an app send out canned tweets for you, you may not have the time or inclination to be on social media.\r\n\r\nHere are some truths about social media engagement:\r\n<ul>\r\n	<li>its time-consuming</li>\r\n	<li>there\'s effort involved</li>\r\n	<li>personal beats automated every day</li>\r\n</ul>\r\nWhat do you think? Are you using these automated thank you generators? If so, what are you hoping to achieve? Are you achieving what you are hoping?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is lazy interaction better than no interaction?','','inherit','open','open','','3083-revision-v1','','','2015-11-03 12:57:44','2015-11-03 17:57:44','',3083,'http://deborahbrody.com/2015/11/3083-revision-v1/',0,'revision','',0),
(3086,4,'2015-11-03 16:51:21','2015-11-03 21:51:21','This post is about a phenomenon that I\'ve noticed on Twitter (just in case you aren\'t on Twitter, I\'m letting you know now so you can stop reading).\n\nFirst of all,  here\'s a question: do you expect a thank you or other acknowledgement when you re-tweet something? I would like to know for sure (so would appreciate your thoughts--share them in the comments) but my gut tells me most people appreciate a thank you but don\'t expect it or need it.\n\nAnd yet, there\'s been an explosion (or at least it seems so to me) in automated \'thanks for your interaction\' tweets. You\'ve probably seen the ones I mean:\n<blockquote><span data-reactid=\".0\">My best RTs this week came from: @xxx  @xxx <a class=\"_quickSearchPopup hash\" title=\"thankSAll\" href=\"https://hootsuite.com/dashboard#\">#thankSAll</a> Who were yours? <a href=\"https://t.co/sog7FmAmWy\" target=\"_blank\" rel=\"nofollow\">sumall.com/thankyou</a></span>\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\">or</span></p>\n<span data-reactid=\".0\">Thanks to my top interactors!\n@xxxx @xxxx\n<a class=\"_quickSearchPopup hash\" title=\"tweetjukebox\" href=\"https://hootsuite.com/dashboard#\">#tweetjukebox</a></span></blockquote>\nI see why some people would think this is a good idea. Perhaps they were raised by parents who insisted that you must write a thank you note whenever you get a gift. Or perhaps, they think any interaction, even automated interaction, is better than no interaction.\n\nIt\'s similar to when you send a company an email outlining some concern or question you have and you then receive at automated reply thanking you for your email but not addressing your issue. You could have said that the company\'s product is killing you and the reply would still say \"thank you for your email.\"\n\nAutomated replies and automated tweets may be expedient but they are empty gestures. They have no content. They have no context. And they are basically useless in terms of creating the social media \"engagement\" everyone talks about.\n\nIf the only way you can think of interacting with others on Twitter is by automated thank yous, I respectfully suggest you get yourself off the platform immediately.\n\nSimilarly, if you absolutely, positively need to have an app send out canned tweets for you, you may not have the time or inclination to be on social media.\n\nHere are some truths about social media engagement:\n<ul>\n	<li>its time-consuming</li>\n	<li>there\'s effort involved</li>\n	<li>personal beats automated every day</li>\n</ul>\nWhat do you think? Are you using these automated thank you generators? If so, what are you hoping to achieve? Are you achieving what you are hoping?\n\n&nbsp;\n\n&nbsp;','Is lazy interaction better than no interaction?','','inherit','open','open','','3083-autosave-v1','','','2015-11-03 16:51:21','2015-11-03 21:51:21','',3083,'http://deborahbrody.com/2015/11/3083-autosave-v1/',0,'revision','',0),
(3087,4,'2015-11-03 16:51:53','2015-11-03 21:51:53','This post is about a phenomenon that I\'ve noticed on Twitter (just in case you aren\'t on Twitter, I\'m letting you know now so you can stop reading).\r\n\r\nFirst of all,  here\'s a question: do you expect a thank you or other acknowledgement when you re-tweet something? I would like to know for sure (I would appreciate your thoughts, please do share them in the comments) but my gut tells me most people appreciate a thank you but don\'t expect it or need it.\r\n\r\nAnd yet, there\'s been an explosion (or at least it seems so to me) in automated \'thanks for your interaction\' tweets. You\'ve probably seen the ones I mean:\r\n<blockquote><span data-reactid=\".0\">My best RTs this week came from: @xxx  @xxx <a class=\"_quickSearchPopup hash\" title=\"thankSAll\" href=\"https://hootsuite.com/dashboard#\">#thankSAll</a> Who were yours? <a href=\"https://t.co/sog7FmAmWy\" target=\"_blank\" rel=\"nofollow\">sumall.com/thankyou</a></span>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\">or</span></p>\r\n<span data-reactid=\".0\">Thanks to my top interactors!\r\n@xxxx @xxxx\r\n<a class=\"_quickSearchPopup hash\" title=\"tweetjukebox\" href=\"https://hootsuite.com/dashboard#\">#tweetjukebox</a></span></blockquote>\r\nI see why some people would think this is a good idea. Perhaps they were raised by parents who insisted that you must write a thank you note whenever you get a gift. Or perhaps, they think any interaction, even automated interaction, is better than no interaction.\r\n\r\nIt\'s similar to when you send a company an email outlining some concern or question you have and you then receive at automated reply thanking you for your email but not addressing your issue. You could have said that the company\'s product is killing you and the reply would still say \"thank you for your email.\"\r\n\r\nAutomated replies and automated tweets may be expedient but they are empty gestures. They have no content. They have no context. And they are basically useless in terms of creating the social media \"engagement\" everyone talks about.\r\n\r\nIf the only way you can think of interacting with others on Twitter is by automated thank yous, I respectfully suggest you get yourself off the platform immediately.\r\n\r\nSimilarly, if you absolutely, positively need to have an app send out canned tweets for you, you may not have the time or inclination to be on social media.\r\n\r\nHere are some truths about social media engagement:\r\n<ul>\r\n	<li>its time-consuming</li>\r\n	<li>there\'s effort involved</li>\r\n	<li>personal beats automated every day</li>\r\n</ul>\r\nWhat do you think? Are you using these automated thank you generators? If so, what are you hoping to achieve? Are you achieving what you are hoping?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Is lazy interaction better than no interaction?','','inherit','open','open','','3083-revision-v1','','','2015-11-03 16:51:53','2015-11-03 21:51:53','',3083,'http://deborahbrody.com/2015/11/3083-revision-v1/',0,'revision','',0),
(3089,4,'2015-11-10 10:40:58','2015-11-10 15:40:58','Last night, I happily attended the <a href=\"https://www.press.org/news-multimedia/videos/kalb-report-sunday-talk\" target=\"_blank\">latest Kalb Report at the National Press Club</a>. The topic was the Sunday morning public affairs shows and the guests were Chuck Todd of Meet the Press and John Dickerson of Face the Nation (and in case you didn\'t know, moderator Marvin Kalb was moderator of Meet the Press in the 80s). As is usually the case, the program was very interesting, especially to someone like me, who always watches Meet the Press or Face the Nation on Sunday and has been doing so for decades.\r\n\r\n[caption id=\"attachment_3090\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/11/20151109_195227.jpg\"><img class=\"size-medium wp-image-3090\" src=\"http://deborahbrody.com/wp-content/uploads/2015/11/20151109_195227-300x225.jpg\" alt=\"Todd and Dickerson at Kalb Report\" width=\"300\" height=\"225\" /></a> Chuck Todd and John Dickerson at Kalb Report, November 9, 2015[/caption]\r\n\r\n<strong>Not paying attention</strong>\r\n\r\nBut apparently, not everybody else was as interested or at least, not everybody was giving the program their full attention. Next to me, two women were whispering to each other during most of the program. On my other side, a woman was busy on her iPhone. I wasn\'t sure what she was doing--maybe texting or maybe taking notes--but she was at it the whole time. Behind me, a gentleman kept fiddling with his camera. In front of me, two women were whispering to each other every few minutes. An official-seeming photographer (although I am not sure he was there officially) kept photographing the stage (and annoyingly, had his camera set to make clicking noises as though it were an old-fashioned camera).\r\n\r\n<strong>Distracting others</strong>\r\n\r\nEven though I was very interested in the program, I was getting distracted by what was going on around me. Other people\'s lack of attention (or perhaps, it was lack of manners) was attracting my attention!\r\n\r\n<strong>Lack of manners or short attention span?</strong>\r\n\r\nI have been seeing this lack of attention a lot and in many different types of venues. Just last week, I took an email marketing class along with about 15 other people. Two women were busy whispering for a good portion of the class, while the instructor was explaining something. These women showed a complete disregard for the instructor, and also for the rest of the class. Were they just completely unaware of how distracting they were being? Were they bored? Was something else more important happening that had to be discussed right there and then? I don\'t know, but again, their rudeness (because talking while someone else is presenting is just plain rude) was distracting me.\r\n\r\nMore and more, short attention spans are making it hard for anybody or anything to retain attention for any length of time. If people watch live television, they start fiddling with their tablet or phone during the commercials. If people are at the movies, they fiddle with their phone during the trailers (and sometimes, during the movie too).\r\n\r\n<strong>A real challenge for marketers</strong>\r\n\r\nPeople seem more restless and less able to focus and that\'s a real challenge for communicators and marketers. We\'ve seen an increase in image-based marketing precisely because people are not reading text. Marketing materials must grab attention quickly and only hope to hold on to it for seconds.\r\n\r\n<strong>The impact</strong>\r\n\r\n<span style=\"text-decoration: underline;\">1. Shorter messages</span>. Marketers have to keep in mind that their messages are competing with thousands of other messages and with a shortened attention span. This means we really have to know what we are selling (or advocating), and how to distill it into as few words as possible.\r\n\r\n<span style=\"text-decoration: underline;\">2. Customization.</span> We also need to realize that people are living in little bubbles, where they choose to pay attention to only what they want to pay attention to. Mass messaging doesn\'t work anymore. People are demanding to get only what they want to get.\r\n\r\n<span style=\"text-decoration: underline;\">3. Becoming part of the discussion.</span> Messages alone don\'t do it. Now, you have to become part of the conversation. Take the REI announcement a couple weeks ago that it was closing on Black Friday \"to let associates be outside.\" Everyone got in on this conversation. REI used the hashtag #OptOutside in the announcement. Discussions on social media and mass media ensued. Brilliant!\r\n\r\n<strong><span style=\"color: #ff0000;\">Have you noticed the drop in attention? What are you doing to counter it? Can you? Please let me know in the comments.</span> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You are competing for attention with attention itself','','publish','open','open','','you-are-competing-for-attention-with-attention-itself','','','2015-11-10 10:40:58','2015-11-10 15:40:58','',0,'http://deborahbrody.com/?p=3089',0,'post','',1),
(3090,4,'2015-11-10 10:08:18','2015-11-10 15:08:18','','20151109_195227','Chuck Todd and John Dickerson at Kalb Report, November 9, 2015','inherit','open','open','','20151109_195227','','','2015-11-10 10:08:59','2015-11-10 15:08:59','',3089,'http://deborahbrody.com/wp-content/uploads/2015/11/20151109_195227.jpg',0,'attachment','image/jpeg',0),
(3091,4,'2015-11-10 10:39:51','2015-11-10 15:39:51','Last night, I happily attended the <a href=\"https://www.press.org/news-multimedia/videos/kalb-report-sunday-talk\" target=\"_blank\">latest Kalb Report at the National Press Club</a>. The topic was the Sunday morning public affairs shows and the guests were Chuck Todd of Meet the Press and John Dickerson of Face the Nation (and in case you didn\'t know, moderator Marvin Kalb was moderator of Meet the Press in the 80s). As is usually the case, the program was very interesting, especially to someone like me, who always watches Meet the Press or Face the Nation on Sunday and has been doing so for decades.\r\n\r\n[caption id=\"attachment_3090\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2015/11/20151109_195227.jpg\"><img class=\"size-medium wp-image-3090\" src=\"http://deborahbrody.com/wp-content/uploads/2015/11/20151109_195227-300x225.jpg\" alt=\"Todd and Dickerson at Kalb Report\" width=\"300\" height=\"225\" /></a> Chuck Todd and John Dickerson at Kalb Report, November 9, 2015[/caption]\r\n\r\n<strong>Not paying attention</strong>\r\n\r\nBut apparently, not everybody else was as interested or at least, not everybody was giving the program their full attention. Next to me, two women were whispering to each other during most of the program. On my other side, a woman was busy on her iPhone. I wasn\'t sure what she was doing--maybe texting or maybe taking notes--but she was at it the whole time. Behind me, a gentleman kept fiddling with his camera. In front of me, two women were whispering to each other every few minutes. An official-seeming photographer (although I am not sure he was there officially) kept photographing the stage (and annoyingly, had his camera set to make clicking noises as though it were an old-fashioned camera).\r\n\r\n<strong>Distracting others</strong>\r\n\r\nEven though I was very interested in the program, I was getting distracted by what was going on around me. Other people\'s lack of attention (or perhaps, it was lack of manners) was attracting my attention!\r\n\r\n<strong>Lack of manners or short attention span?</strong>\r\n\r\nI have been seeing this lack of attention a lot and in many different types of venues. Just last week, I took an email marketing class along with about 15 other people. Two women were busy whispering for a good portion of the class, while the instructor was explaining something. These women showed a complete disregard for the instructor, and also for the rest of the class. Were they just completely unaware of how distracting they were being? Were they bored? Was something else more important happening that had to be discussed right there and then? I don\'t know, but again, their rudeness (because talking while someone else is presenting is just plain rude) was distracting me.\r\n\r\nMore and more, short attention spans are making it hard for anybody or anything to retain attention for any length of time. If people watch live television, they start fiddling with their tablet or phone during the commercials. If people are at the movies, they fiddle with their phone during the trailers (and sometimes, during the movie too).\r\n\r\n<strong>A real challenge for marketers</strong>\r\n\r\nPeople seem more restless and less able to focus and that\'s a real challenge for communicators and marketers. We\'ve seen an increase in image-based marketing precisely because people are not reading text. Marketing materials must grab attention quickly and only hope to hold on to it for seconds.\r\n\r\n<strong>The impact</strong>\r\n\r\n<span style=\"text-decoration: underline;\">1. Shorter messages</span>. Marketers have to keep in mind that their messages are competing with thousands of other messages and with a shortened attention span. This means we really have to know what we are selling (or advocating), and how to distill it into as few words as possible.\r\n\r\n<span style=\"text-decoration: underline;\">2. Customization.</span> We also need to realize that people are living in little bubbles, where they choose to pay attention to only what they want to pay attention to. Mass messaging doesn\'t work anymore. People are demanding to get only what they want to get.\r\n\r\n<span style=\"text-decoration: underline;\">3. Becoming part of the discussion.</span> Messages alone don\'t do it. Now, you have to become part of the conversation. Take the REI announcement a couple weeks ago that it was closing on Black Friday \"to let associates be outside.\" Everyone got in on this conversation. REI used the hashtag #OptOutside in the announcement. Discussions on social media and mass media ensued. Brilliant!\r\n\r\n<strong><span style=\"color: #ff0000;\">Have you noticed the drop in attention? What are you doing to counter it? Can you? Please let me know in the comments.</span> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You are competing for attention with attention itself','','inherit','open','open','','3089-revision-v1','','','2015-11-10 10:39:51','2015-11-10 15:39:51','',3089,'http://deborahbrody.com/2015/11/3089-revision-v1/',0,'revision','',0),
(3092,4,'2015-11-17 10:44:42','2015-11-17 15:44:42','You\'ve heard of <a href=\"https://www.georgetowncupcake.com/index.html\" target=\"_blank\">Georgetown Cupcake</a>, right? In case you haven\'t (seriously?), the company started in a small space in Georgetown back in 2008 and has now expanded to six locations, including stores in New York City, Los Angeles, Boston, and Atlanta, plus a thriving mail order business. The founders--sisters Katherine Kallinis Berman and Sophie Kallinis Lamontagne--even starred in a reality TV show for TLC called \"DC Cupcake.\"\r\n\r\nBut getting to a point where Georgetown Cupcake sells 25,000 cupcakes a day on average did not happen overnight. It took a lot of hard work. Katherine and Sophie shared how they did it at the Inc. Magazine/Capital One Founders Forum last week in Washington, DC, which I attended (it was free and yes, they served cupcakes).\r\n\r\nThe Georgetown Cupcake ladies shared a lot of information about what it really takes to get a business off the ground (working all hours, every day, and incurring a lot of debt for starters). Their success seems to be tied to how hands-on they are and how personal their motivation is (they learned to make cakes from the grandmother and wanted to recreate that).\r\n\r\nThey also shared some very interesting marketing insights. From my notes, following are  six marketing and communications takeaways:\r\n\r\n<strong>Use data to drive your business processes and collect data wherever you can</strong>\r\n\r\nEveryone keeps talking about metrics and analytics. Well, here\'s why: data can fuel your bottom line. In Georgetown Cupcake\'s case, they used shipping data to choose the locations where they have opened stores. The sisters say you need to ask yourself what information you need, and then collect it.\r\n\r\n<strong>Prove your business model and have a good product before getting marketing help</strong>\r\n\r\nYou have to have something people want to buy before you market it. The sisters got great publicity early on because lines were forming out the door at the first (and at the time, only) Georgetown location. They were able to get stories in the <em>New York Times</em> and the<em> Washington Post</em> <span style=\"text-decoration: underline;\">without</span> public relations assistance.\r\n\r\n<strong>Word of mouth is the best advertising</strong>\r\n\r\nYou haven\'t seen ads for Georgetown Cupcake because they don\'t advertise. Instead, they rely on word of mouth. Which is how they got those lines out the door in the first place. Which is what led to the major newspaper coverage. Which is what led to the TV show. Which has led to their success.\r\n\r\n<strong>Use social media (and do it well)</strong>\r\n\r\nFrom the start, Georgetown Cupcake has been on social media. First they had a Facebook page, then Twitter, and now Instagram and Pinterest. One of their early social media innovations was to announce a special flavor of the day which you could mention at the store to get a free cupcake. They are still doing it--in fact, I just checked and today\'s free flavor is Apple Caramel. Why this works is that it gives people a tangible reason to follow, giving them \"inside\" knowledge. Katherine says she PERSONALLY handles their Twitter feed, which has 101,000 followers.\r\n\r\n<strong>Stay true to your brand experience and mission</strong>\r\n\r\nIt was important to the sisters that each new store reflect exactly the brand experience that the first store embodied. They wanted customers to feel a certain way when they walked through the doors, whether in New York or Atlanta. Because brand experience is not easy to replicate, the sisters are not rushing to expand nationwide (although you can order the cupcakes to be shipped anywhere in the U.S.).\r\n\r\n<strong>Focus on employee communications</strong>\r\n\r\nBecause the sisters cannot be at all the locations every day, they keep in touch with their employees constantly. They have a weekly internal newsletter, and they email each store several times a day. All employees are trained to understand the company\'s mission.\r\n\r\nIn a world where cupcakes chains have come and gone, it is interesting to see that Georgetown Cupcake is still doing well. Perhaps it\'s because the sisters are so involved and committed to their business. In any case, it was fascinating to hear them talk about their business.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to sell 1000s of cupcakes','','publish','open','open','','how-to-sell-1000s-of-cupcakes','','','2015-11-17 10:44:42','2015-11-17 15:44:42','',0,'http://deborahbrody.com/?p=3092',0,'post','',0),
(3117,4,'2015-12-31 09:36:46','2015-12-31 14:36:46','I don\'t know what happened to 2015. It started with such potential, all shiny and bright (and cold here in the Washington, DC area). And it went downhill fast.\r\n\r\nHere are  six \"trends\" that were everywhere in 2015 and that I hope we don\'t see in the coming year:\r\n\r\n<strong>1. Overuse of emojis and gifs</strong> (they are especially egregious in professional communications). Oxford Dictionary even chose an emoji as \"word\" of the year. Enough said.\r\n\r\n<strong>2. Multiple emails asking for money, </strong>especially on New Year\'s Eve (today alone I have already deleted at least a dozen) from organizations that have already sent multiple emails at Thanksgiving, on Giving Tuesday, before Christmas, after Christmas. If I wanted to give, I would have already.\r\n\r\n<strong>3</strong>. And speaking of email, too many were <strong>not responsive/mobile-friendly</strong>. This wasn\'t good in 2015 and it certainly won\'t fly in 2016. Most people read email on their smartphones or tablets. Deal with it.\r\n\r\n<strong>4</strong>.<strong> Auto-video/audio on websites</strong>. This year I felt that every website I went on had a (loud, obnoxious) video pop-up. Having the video or audio auto-play ensures I will click out of your website really fast.\r\n\r\n<strong>5. Over-capitalization.</strong> In American English, we have simple rules for capitalizing words: we use capitals to start a sentence and in proper names. We don\'t capitalize to show something is important, even if it sounds important (e.g., \"we elect a president every four years\" not \"we elect a President every four years\"). And unlike Germans, we don\'t capitalize every single noun.\r\n\r\nAnd last, but not least:\r\n\r\n<strong>6. Obsessive news coverage and its partner, endless speculating.</strong> It didn\'t start this year, and probably won\'t end this year, but we saw too many examples of obsessive coverage of selected news stories this year. Going all out on one news story, like the Paris bombings, sending every reporter and anchor to the scene, and then providing all sorts of baseless \"analysis\" does not qualify as actual journalism. It does not clarify the story. Instead, it gives rise to fear and uncertainty. This is what\'s given rise to blowhard politicians such as the millionaire real estate developer who will say the most outrageous things because he knows it will attract attention and speculation.\r\n\r\nWhat trends got your goat in 2015? Share them in the comments.\r\n\r\n<strong>Let\'s hope for a better 2016. Happy New Year everybody!</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Six trends I don\'t want to see in 2016','','publish','open','open','','six-bad-2015-trends','','','2015-12-31 09:36:46','2015-12-31 14:36:46','',0,'http://deborahbrody.com/?p=3117',0,'post','',0),
(3095,4,'2015-11-18 14:14:44','2015-11-18 19:14:44','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2015-11-18 14:14:44','2015-11-18 19:14:44','',2509,'http://deborahbrody.com/2015/11/2509-revision-v1/',0,'revision','',0),
(3102,4,'2015-12-08 12:53:51','2015-12-08 17:53:51','Back in October I pledged to myself to complete National Novel Writing Month or <a href=\"http://nanowrimo.org/\" target=\"_blank\">NaNoWriMo</a>. If you haven’t heard of it, it’s an annual event where the goal is to write 50,000 words during November. People self-monitor and track their word count on the NaNoWriMo website. Once the “novel” is done, you upload the document for “validation.” And if you indeed wrote the 50K words, then you are labeled a “winner.” Although you can order a winner t-shirt (and pay for it), there are no prizes. The only reward you get is self-satisfaction.\r\n\r\n<strong>Try, try again?</strong>\r\n\r\nI had tried to complete NaNoWriMo once before, and only got to about 9,000 words. This time, I made it all the way to 20,000. I wasn’t even half-way through and I only had about 10 days left. The website helpfully reminded me that to complete the “novel,” I would have to write at least 3,000 words a day or, if I stayed at the pace I was going, I would finish sometime at the end of December or early January. It was then that I realized that I simply didn’t have it in me.\r\n\r\nThe “novel” I was writing was not compelling. I did not have a sense of how to keep the plot (such as it was) moving forward. And here’s the thing: Novels are not a bunch of words strung together to beat the clock.\r\n\r\n<strong>What\'s a novel, really?</strong>\r\n\r\nIn fact, the word novel has two meanings. As an adjective, novel means new and fresh. As a noun, Merriam-Webster defines novel as “an invented prose narrative that is usually long and complex and deals especially with human experience through a usually connected sequence of events.” If we put both definitions together, a novel should be a new, fresh, and long narrative or story.\r\n\r\n<strong>Writing is a discipline</strong>\r\n\r\nHere’s the good thing about NaNoWriMo: If you develop the discipline to write every day, and if you work toward a clearly defined goal, you will get somewhere with your writing. In other words, you become a writer if you write consistently.\r\n\r\n<strong>But is writing is more than that</strong>\r\n\r\nOn the other hand: A successful writer has to communicate something specific and has to do it clearly. Just hitting a word count does not make you a writer (certainly not a good writer). It makes you someone who has placed a certain number of words on paper (screen).\r\n\r\n<strong>You have to tell a story</strong>\r\n\r\nFor me, the big lesson of NaNoWriMo is that writing is not enough. You have to have a story to tell. There’s got to be more than words on a page.\r\n\r\nI have always been an avid fiction reader. And doing the NaNoWriMo experiment gave me much more appreciation and respect for published writers. Writing 50,000 words is hard. Writing 50,000 words (or more) that actually are interesting, make sense, and share a story is immeasurably harder.\r\n\r\nHave you tried NaNoWriMo? If so, what are your lessons learned? Did you write something that was published?\r\n\r\n&nbsp;','One invaluable writing lesson','','publish','open','open','','one-invaluable-writing-lesson','','','2015-12-23 12:52:29','2015-12-23 17:52:29','',0,'http://deborahbrody.com/?p=3102',0,'post','',0),
(3097,4,'2015-11-24 10:29:28','2015-11-24 15:29:28','During this season, and especially during Thanksgiving week, we see a lot of talk of gratitude. At least one DC-area TV channel is asking people to post what they are grateful for (and hashtag it, of course).\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2015/11/20151124_101824.jpg\"><img class=\"aligncenter size-medium wp-image-3098\" src=\"http://deborahbrody.com/wp-content/uploads/2015/11/20151124_101824-300x225.jpg\" alt=\"Thank you card\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Those that do</strong>\r\n\r\nI have been getting several email thank you notes—from airlines, rewards programs and organizations that I have supported in the past. It’s nice to get an email that is simply expressing thanks and not trying to sell or promote or convince.\r\n\r\nAnd every end of year, I get a couple “Season’s Greetings and Thank You for your Business” holiday cards in the mail. I generally get one from my accountant and one from a company that painted the exterior of my house three years ago. I get so few actual printed holiday cards, especially from vendors, that I really notice them.\r\n\r\n<strong>And those that don\'t</strong>\r\n\r\nOn the other hand, I don’t get anything from the painting company that painted the interior of my house, or from the company that installed the hardwood floors in my house (a much bigger job than the house painting) or from the company with which I had a multi-year service contract.\r\n\r\nPerhaps these companies don’t send any thank yous at all. Or perhaps they don’t value my patronage.\r\n\r\nI have been thinking about this because I just had a new HVAC unit installed. It is the largest purchase I have made this year, and it was a hard decision to make. The company that sold and installed the unit was very professional. The salesperson followed up and answered a ton of my questions and concerns. The installers were on time and worked diligently, leaving everything clean and tidy. All the paperwork was in order.\r\n\r\nBut a week later, I have not heard a word from this company. No follow up to see how the system is working, no inquiry about my experience with the installation, and most surprisingly, no thank you for buying the product/service.\r\n\r\n<strong>Polite, and meeting expectations</strong>\r\n\r\nWe don’t expect thank you notes from the grocery store (even though we probably spend money there more consistently and frequently than almost anywhere else) or for the vast number of regular transactions we all make during the year. <span style=\"text-decoration: underline;\">But when we buy something big—a car, a house, a time share—we do expect a thank you.</span>\r\n\r\nWriting (or emailing) thank you notes is what polite people do when they’ve received a gift. And it is what companies should do when you’ve made a big purchase or done business with them. Because so few companies do it, sending a thank you is what differentiates them. It also shows, in a tangible way, that a company values your patronage. It’s a marketing win.\r\n\r\n<span style=\"color: #ff0000;\">Do you send thank you notes to your customers or clients? If not, why not? If so, how do you do it--electronically or with a printed card?</span>\r\n\r\n<strong>And with that, let me say thank you for reading this post, and this blog. Have a very happy Thanksgiving!</strong>\r\n\r\n&nbsp;','Why giving thanks is a marketing win','','publish','open','open','','why-giving-thanks-is-a-marketing-win','','','2015-11-24 10:29:42','2015-11-24 15:29:42','',0,'http://deborahbrody.com/?p=3097',0,'post','',0),
(3098,4,'2015-11-24 10:26:03','2015-11-24 15:26:03','Thank you card','20151124_101824','','inherit','open','open','','20151124_101824','','','2015-11-24 10:26:20','2015-11-24 15:26:20','',3097,'http://deborahbrody.com/wp-content/uploads/2015/11/20151124_101824.jpg',0,'attachment','image/jpeg',0),
(3099,4,'2015-11-24 10:27:54','2015-11-24 15:27:54','During this season, and especially during Thanksgiving week, we see a lot of talk of gratitude. At least one DC-area TV channel is asking people to post what they are grateful for (and hashtag it, of course).\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2015/11/20151124_101824.jpg\"><img class=\"aligncenter size-medium wp-image-3098\" src=\"http://deborahbrody.com/wp-content/uploads/2015/11/20151124_101824-300x225.jpg\" alt=\"Thank you card\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Those that do</strong>\r\n\r\nI have been getting several email thank you notes—from airlines, rewards programs and organizations that I have supported in the past. It’s nice to get an email that is simply expressing thanks and not trying to sell or promote or convince.\r\n\r\nAnd every end of year, I get a couple “Season’s Greetings and Thank You for your Business” holiday cards in the mail. I generally get one from my accountant and one from a company that painted the exterior of my house three years ago. I get so few actual printed holiday cards, especially from vendors, that I really notice them.\r\n\r\n<strong>And those that don\'t</strong>\r\n\r\nOn the other hand, I don’t get anything from the painting company that painted the interior of my house, or from the company that installed the hardwood floors in my house (a much bigger job than the house painting) or from the company with which I had a multi-year service contract.\r\n\r\nPerhaps these companies don’t send any thank yous at all. Or perhaps they don’t value my patronage.\r\n\r\nI have been thinking about this because I just had a new HVAC unit installed. It is the largest purchase I have made this year, and it was a hard decision to make. The company that sold and installed the unit was very professional. The salesperson followed up and answered a ton of my questions and concerns. The installers were on time and worked diligently, leaving everything clean and tidy. All the paperwork was in order.\r\n\r\nBut a week later, I have not heard a word from this company. No follow up to see how the system is working, no inquiry about my experience with the installation, and most surprisingly, no thank you for buying the product/service.\r\n\r\n<strong>Polite, and meeting expectations</strong>\r\n\r\nWe don’t expect thank you notes from the grocery store (even though we probably spend money there more consistently and frequently than almost anywhere else) or for the vast number of regular transactions we all make during the year. <span style=\"text-decoration: underline;\">But when we buy something big—a car, a house, a time share—we do expect a thank you.</span>\r\n\r\nWriting (or emailing) thank you notes is what polite people do when they’ve received a gift. And it is what companies should do when you’ve made a big purchase or done business with them. Because so few companies do it, sending a thank you is what differentiates them. It also shows, in a tangible way, that a company values your patronage. It’s a marketing win.\r\n\r\n<span style=\"color: #ff0000;\">Do you send thank you notes to your customers or clients? If not, why not? If so, how do you do it--electronically or with a printed card?</span>\r\n\r\n<strong>And with that, let me say thank you for reading this post, and this blog. Have a very happy Thanksgiving!</strong>\r\n\r\n&nbsp;','Why giving thanks is a marketing win','','inherit','open','open','','3097-revision-v1','','','2015-11-24 10:27:54','2015-11-24 15:27:54','',3097,'http://deborahbrody.com/2015/11/3097-revision-v1/',0,'revision','',0),
(3103,4,'2015-12-08 12:52:55','2015-12-08 17:52:55','Back in October I pledged to myself to complete National Novel Writing Month or <a href=\"http://nanowrimo.org/\" target=\"_blank\">NaNoWriMo</a>. If you haven’t heard of it, it’s an annual event where the goal is to write 50,000 words during November. People self-monitor and track their word count on the NaNoWriMo website. Once the “novel” is done, you upload the document for “validation.” And if you indeed wrote the 50K words, then you are labeled a “winner.” Although you can order a winner t-shirt (and pay for it), there are no prizes. The only reward you get is self-satisfaction.\r\n\r\n<strong>Try, try again?</strong>\r\n\r\nI had tried to complete NaNoWriMo once before, and only got to about 9,000 words. This time, I made it all the way to 20,000. I wasn’t even half-way through and I only had about 10 days left. The website helpfully reminded me that to complete the “novel,” I would have to write at least 3,000 words a day or, if I stayed at the pace I was going, I would finish sometime at the end of December or early January. It was then that I realized that I simply didn’t have it in me.\r\n\r\nThe “novel” I was writing was not compelling. I did not have a sense of how to keep the plot (such as it was) moving forward. Andn here’s the thing: Novels are not a bunch of words strung together to beat the clock.\r\n\r\n<strong>What\'s a novel, really?</strong>\r\n\r\nIn fact, the word novel has two meanings. As an adjective, novel means new and fresh. As a noun, Merriam-Webster defines novel as “an invented prose narrative that is usually long and complex and deals especially with human experience through a usually connected sequence of events.” If we put both definitions together, a novel should be a new, fresh and long narrative or story.\r\n\r\n<strong>Writing is a discipline</strong>\r\n\r\nHere’s the good thing about NaNoWriMo: If you develop the discipline to write every day, and if you work toward a clearly defined goal, you will get somewhere with your writing. In other words, you become a writer if you write consistently.\r\n\r\n<strong>But is writing is more than that</strong>\r\n\r\nOn the other hand: A successful writer has to communicate something specific and has to do it clearly. Just hitting a word count does not make you a writer (certainly not a good writer). It makes you someone who has placed a certain number of words on paper (screen).\r\n\r\n<strong>You have to tell a story</strong>\r\n\r\nFor me, the big lesson of NaNoWriMo is that writing is not enough. You have to have a story to tell. There’s got to be more than words on a page.\r\n\r\nI have always been an avid fiction reader. And doing the NaNoWriMo experiment gave me much more appreciation and respect for published writers. Writing 50,000 words is hard. Writing 50,000 words (or more) that actually are interesting, make sense and share a story is immeasurably harder.\r\n\r\nHave you tried NaNoWriMo? If so, what are your lessons learned? Did you write something that was published?\r\n\r\n&nbsp;','One invaluable writing lesson','','inherit','open','open','','3102-revision-v1','','','2015-12-08 12:52:55','2015-12-08 17:52:55','',3102,'http://deborahbrody.com/2015/12/3102-revision-v1/',0,'revision','',0),
(3104,4,'2015-12-08 12:53:51','2015-12-08 17:53:51','Back in October I pledged to myself to complete National Novel Writing Month or <a href=\"http://nanowrimo.org/\" target=\"_blank\">NaNoWriMo</a>. If you haven’t heard of it, it’s an annual event where the goal is to write 50,000 words during November. People self-monitor and track their word count on the NaNoWriMo website. Once the “novel” is done, you upload the document for “validation.” And if you indeed wrote the 50K words, then you are labeled a “winner.” Although you can order a winner t-shirt (and pay for it), there are no prizes. The only reward you get is self-satisfaction.\r\n\r\n<strong>Try, try again?</strong>\r\n\r\nI had tried to complete NaNoWriMo once before, and only got to about 9,000 words. This time, I made it all the way to 20,000. I wasn’t even half-way through and I only had about 10 days left. The website helpfully reminded me that to complete the “novel,” I would have to write at least 3,000 words a day or, if I stayed at the pace I was going, I would finish sometime at the end of December or early January. It was then that I realized that I simply didn’t have it in me.\r\n\r\nThe “novel” I was writing was not compelling. I did not have a sense of how to keep the plot (such as it was) moving forward. Andn here’s the thing: Novels are not a bunch of words strung together to beat the clock.\r\n\r\n<strong>What\'s a novel, really?</strong>\r\n\r\nIn fact, the word novel has two meanings. As an adjective, novel means new and fresh. As a noun, Merriam-Webster defines novel as “an invented prose narrative that is usually long and complex and deals especially with human experience through a usually connected sequence of events.” If we put both definitions together, a novel should be a new, fresh and long narrative or story.\r\n\r\n<strong>Writing is a discipline</strong>\r\n\r\nHere’s the good thing about NaNoWriMo: If you develop the discipline to write every day, and if you work toward a clearly defined goal, you will get somewhere with your writing. In other words, you become a writer if you write consistently.\r\n\r\n<strong>But is writing is more than that</strong>\r\n\r\nOn the other hand: A successful writer has to communicate something specific and has to do it clearly. Just hitting a word count does not make you a writer (certainly not a good writer). It makes you someone who has placed a certain number of words on paper (screen).\r\n\r\n<strong>You have to tell a story</strong>\r\n\r\nFor me, the big lesson of NaNoWriMo is that writing is not enough. You have to have a story to tell. There’s got to be more than words on a page.\r\n\r\nI have always been an avid fiction reader. And doing the NaNoWriMo experiment gave me much more appreciation and respect for published writers. Writing 50,000 words is hard. Writing 50,000 words (or more) that actually are interesting, make sense, and share a story is immeasurably harder.\r\n\r\nHave you tried NaNoWriMo? If so, what are your lessons learned? Did you write something that was published?\r\n\r\n&nbsp;','One invaluable writing lesson','','inherit','open','open','','3102-revision-v1','','','2015-12-08 12:53:51','2015-12-08 17:53:51','',3102,'http://deborahbrody.com/2015/12/3102-revision-v1/',0,'revision','',0),
(3106,4,'2015-12-16 10:30:29','2015-12-16 15:30:29','<strong>I needed pizza and water STAT</strong>\r\n\r\nLast week, I was enjoying one perfect sunny day on the beach in Hollywood, Florida (it rained a lot in South Florida last week!). After going for a run along the boardwalk, I stopped into a pizza shop to get a bottle of water and a slice of pizza for lunch. There was an older man milling about waiting but nobody seemed to be at the counter. Finally, a guy appeared at the other end of the counter. I signaled him. He ignored me. I said \"excuse me\" and he ignored me. Then I said \"Could we get some service down here?\" and he said something like this: \"in a moment, I am taking care of something else.\"\r\n\r\nWhat else could be more important to him than paying customers who wanted to buy something? Apparently, anything was more important. Right after that, this guy picked up something and went outside to put it in storage or something. He was not helping other customers and he was avoiding helping me.\r\n\r\nLuckily for me, there are several pizza joints along the Hollywood boardwalk, and so I walked out of this one and on to next one. There, I was served a slice of pizza and a bottle of water in a flash, and with a smile.\r\n\r\n<strong>We all have tasks galore</strong>\r\n\r\nHere\'s the thing: we all have things to do. We all have endless lists of tasks to do daily, weekly and even monthly.  Since we have limited hours every day, we prioritize those tasks. For example, if you need to invoice your customers, that task comes before choosing sandwiches for the holiday party. Perhaps party planning is more fun, but invoicing brings in the money that will pay for the party.\r\n\r\nIf we want to stay in business, we need to prioritize our <em>current</em> clients and customers. We need to prioritize the work that pays, and the people that pay us. And yet, we see businesses who are so busy chasing potential customers that they ignore current ones.\r\n\r\n<strong>Losing sales</strong>\r\n\r\nOr worse, we see salespeople who are too busy with tasks (to put it kindly) to focus on the potential sales that are right in their store. That scenario happened to me a few weeks ago when I was shopping for some furniture. I walked into a mega furniture store whose name rhymes with Carlo, and <em>nobody</em> approached me. There were plenty of salespeople around but none of them even greeted me. Then I went up to a salesperson who was busy not doing anything and asked her where I could find medium sized media cabinets (I described a very specific need). She shrugged. She didn\'t seem know but what was worse is that she didn\'t seem care to help me. Do you think I bought anything at that store? Do you think I am ever going back there again?\r\n\r\nIn the pizza place scenario, there was absolutely no reason that guy behind the counter couldn\'t have come over or sent someone to take my order right away. What he \"had\" to do could wait an extra two minutes, but as a thirsty, hungry customer, I couldn\'t wait.  That pizza place lost my business, not only on that day, but at any other time I happen to be in Hollywood Beach and have a hankering for pizza.\r\n\r\n<strong>Priorities, priorities</strong>\r\n\r\nCurrent business pays us now. And if we do a good job, it continues to pay in the future. Potential business must also be cultivated so we can continue to grow, but not at the expense of our current customers.\r\n\r\nIn the end, it\'s all about priorities.\r\n\r\n<strong>What are your business priorities? How do you communicate to your customers or clients that they are important to you?</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to alienate customers and lose business forever','','publish','open','open','','how-to-alienate-customers','','','2015-12-16 10:30:29','2015-12-16 15:30:29','',0,'http://deborahbrody.com/?p=3106',0,'post','',0),
(3107,4,'2015-12-15 15:54:02','2015-12-15 20:54:02','Last week, I was enjoying one sunny day on the beach in Hollywood, Florida (it rained a lot in South Florida last week!). After going for a run along the boardwalk, I stopped into a pizza shop to get water and a slice of pizza for lunch. There was a guy waiting and nobody seemed to be at the counter. Finally, a guy appeared at the other end of the counter. I signaled him. He ignored. I said \"excuse me\" and he ignored me. I said \"could we get some service down here\" and he said \"in a moment, I am taking care of something else.\"\r\n\r\nWhat else could be more important that potential customers? Well, not much. He picked up something and went outside to put it in storage or something. He was not helping other customers or making pizza.\r\n\r\nLuckily for me, there are several pizza joints along the Hollywood boardwalk, and so I walked out of this one and on to next one. There, I was served a slice of pizza and a bottle of water in a flash, and with a smile.\r\n\r\nHere\'s the thing: we all have things to do. We all have endless lists of tasks to do daily, weekly, monthly and so on. Since we have limited hours every day, we prioritize those tasks. For example, if you need to invoice your customers, that task comes before choosing sandwiches for the holiday party .Perhaps party planning is more fun, but invoicing brings in the money that will pay for the party.\r\n\r\nIf we want to stay in business, paying customers should come first.\r\n\r\nIn the pizza place scenario, there was absolutely no reason that guy behind the counter couldn\'t have come over or sent someone to take my order right away. What he had to do could wait an extra two minutes, but as a thirsty, hungry customer, I couldn\'t wait. And didn\'t have to. The pizza place lost my business, not only on that day, but any other time I happen to be in Hollywood Beach and have a hankering for pizza.\r\n\r\n&nbsp;','','','inherit','open','open','','3106-revision-v1','','','2015-12-15 15:54:02','2015-12-15 20:54:02','',3106,'http://deborahbrody.com/2015/12/3106-revision-v1/',0,'revision','',0),
(3108,4,'2015-12-16 10:26:48','2015-12-16 15:26:48','<strong>I needed pizza and water STAT</strong>\r\n\r\nLast week, I was enjoying one perfect sunny day on the beach in Hollywood, Florida (it rained a lot in South Florida last week!). After going for a run along the boardwalk, I stopped into a pizza shop to get a bottle of water and a slice of pizza for lunch. There was an older man milling about waiting but nobody seemed to be at the counter. Finally, a guy appeared at the other end of the counter. I signaled him. He ignored me. I said \"excuse me\" and he ignored me. Then I said \"Could we get some service down here?\" and he said something like \"in a moment, I am taking care of something else.\"\r\n\r\nWhat else could be more important to him than paying customers who wanted to buy something? Apparently, anything was more important. Right after that, this guy picked up something and went outside to put it in storage or something. He was not helping other customers and he was avoiding helping me.\r\n\r\nLuckily for me, there are several pizza joints along the Hollywood boardwalk, and so I walked out of this one and on to next one. There, I was served a slice of pizza and a bottle of water in a flash, and with a smile.\r\n\r\n<strong>We all have tasks galore</strong>\r\n\r\nHere\'s the thing: we all have things to do. We all have endless lists of tasks to do daily, weekly and even monthly.  Since we have limited hours every day, we prioritize those tasks. For example, if you need to invoice your customers, that task comes before choosing sandwiches for the holiday party. Perhaps party planning is more fun, but invoicing brings in the money that will pay for the party.\r\n\r\nIf we want to stay in business, we need to prioritize our <em>current</em> clients and customers. We need to prioritize the work that pays, and the people that pay us. And yet, we see businesses who are so busy chasing potential customers that they ignore current ones.\r\n\r\n<strong>Losing sales</strong>\r\n\r\nOr worse, we see salespeople who are too busy with tasks (to put it kindly) to focus on the potential sales that are right in their store. That scenario happened to me a few weeks ago when I was shopping for some furniture. I walked into a mega furniture store whose name rhymes with Carlo, and <em>nobody</em> approached me. There were plenty of salespeople around but none of them even greeted me. Then I found someone and asked her where I could find medium sized media cabinets (I described a very specific need). She shrugged. She didn\'t seem know but what was worse is that she didn\'t seem care to help me. Do you think I bought anything at that store? Do you think I am ever going back there again?\r\n\r\nIn the pizza place scenario, there was absolutely no reason that guy behind the counter couldn\'t have come over or sent someone to take my order right away. What he \"had\" to do could wait an extra two minutes, but as a thirsty, hungry customer, I couldn\'t wait.  That pizza place lost my business, not only on that day, but at any other time I happen to be in Hollywood Beach and have a hankering for pizza.\r\n\r\n<strong>Priorities, priorities</strong>\r\n\r\nCurrent business pays us now. And if we do a good job, it continues to pay in the future. Potential business must also be cultivated so we can continue to grow, but not at the expense of our current customers.\r\n\r\nIn the end, it\'s all about priorities.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to alienate customers and lose business forever','','inherit','open','open','','3106-revision-v1','','','2015-12-16 10:26:48','2015-12-16 15:26:48','',3106,'http://deborahbrody.com/2015/12/3106-revision-v1/',0,'revision','',0),
(3109,4,'2015-12-16 10:30:29','2015-12-16 15:30:29','<strong>I needed pizza and water STAT</strong>\r\n\r\nLast week, I was enjoying one perfect sunny day on the beach in Hollywood, Florida (it rained a lot in South Florida last week!). After going for a run along the boardwalk, I stopped into a pizza shop to get a bottle of water and a slice of pizza for lunch. There was an older man milling about waiting but nobody seemed to be at the counter. Finally, a guy appeared at the other end of the counter. I signaled him. He ignored me. I said \"excuse me\" and he ignored me. Then I said \"Could we get some service down here?\" and he said something like this: \"in a moment, I am taking care of something else.\"\r\n\r\nWhat else could be more important to him than paying customers who wanted to buy something? Apparently, anything was more important. Right after that, this guy picked up something and went outside to put it in storage or something. He was not helping other customers and he was avoiding helping me.\r\n\r\nLuckily for me, there are several pizza joints along the Hollywood boardwalk, and so I walked out of this one and on to next one. There, I was served a slice of pizza and a bottle of water in a flash, and with a smile.\r\n\r\n<strong>We all have tasks galore</strong>\r\n\r\nHere\'s the thing: we all have things to do. We all have endless lists of tasks to do daily, weekly and even monthly.  Since we have limited hours every day, we prioritize those tasks. For example, if you need to invoice your customers, that task comes before choosing sandwiches for the holiday party. Perhaps party planning is more fun, but invoicing brings in the money that will pay for the party.\r\n\r\nIf we want to stay in business, we need to prioritize our <em>current</em> clients and customers. We need to prioritize the work that pays, and the people that pay us. And yet, we see businesses who are so busy chasing potential customers that they ignore current ones.\r\n\r\n<strong>Losing sales</strong>\r\n\r\nOr worse, we see salespeople who are too busy with tasks (to put it kindly) to focus on the potential sales that are right in their store. That scenario happened to me a few weeks ago when I was shopping for some furniture. I walked into a mega furniture store whose name rhymes with Carlo, and <em>nobody</em> approached me. There were plenty of salespeople around but none of them even greeted me. Then I went up to a salesperson who was busy not doing anything and asked her where I could find medium sized media cabinets (I described a very specific need). She shrugged. She didn\'t seem know but what was worse is that she didn\'t seem care to help me. Do you think I bought anything at that store? Do you think I am ever going back there again?\r\n\r\nIn the pizza place scenario, there was absolutely no reason that guy behind the counter couldn\'t have come over or sent someone to take my order right away. What he \"had\" to do could wait an extra two minutes, but as a thirsty, hungry customer, I couldn\'t wait.  That pizza place lost my business, not only on that day, but at any other time I happen to be in Hollywood Beach and have a hankering for pizza.\r\n\r\n<strong>Priorities, priorities</strong>\r\n\r\nCurrent business pays us now. And if we do a good job, it continues to pay in the future. Potential business must also be cultivated so we can continue to grow, but not at the expense of our current customers.\r\n\r\nIn the end, it\'s all about priorities.\r\n\r\n<strong>What are your business priorities? How do you communicate to your customers or clients that they are important to you?</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to alienate customers and lose business forever','','inherit','open','open','','3106-revision-v1','','','2015-12-16 10:30:29','2015-12-16 15:30:29','',3106,'http://deborahbrody.com/2015/12/3106-revision-v1/',0,'revision','',0),
(3112,4,'2015-12-23 12:52:28','2015-12-23 17:52:28','Back in October I pledged to myself to complete National Novel Writing Month or <a href=\"http://nanowrimo.org/\" target=\"_blank\">NaNoWriMo</a>. If you haven’t heard of it, it’s an annual event where the goal is to write 50,000 words during November. People self-monitor and track their word count on the NaNoWriMo website. Once the “novel” is done, you upload the document for “validation.” And if you indeed wrote the 50K words, then you are labeled a “winner.” Although you can order a winner t-shirt (and pay for it), there are no prizes. The only reward you get is self-satisfaction.\n\n<strong>Try, try again?</strong>\n\nI had tried to complete NaNoWriMo once before, and only got to about 9,000 words. This time, I made it all the way to 20,000. I wasn’t even half-way through and I only had about 10 days left. The website helpfully reminded me that to complete the “novel,” I would have to write at least 3,000 words a day or, if I stayed at the pace I was going, I would finish sometime at the end of December or early January. It was then that I realized that I simply didn’t have it in me.\n\nThe “novel” I was writing was not compelling. I did not have a sense of how to keep the plot (such as it was) moving forward. And here’s the thing: Novels are not a bunch of words strung together to beat the clock.\n\n<strong>What\'s a novel, really?</strong>\n\nIn fact, the word novel has two meanings. As an adjective, novel means new and fresh. As a noun, Merriam-Webster defines novel as “an invented prose narrative that is usually long and complex and deals especially with human experience through a usually connected sequence of events.” If we put both definitions together, a novel should be a new, fresh, and long narrative or story.\n\n<strong>Writing is a discipline</strong>\n\nHere’s the good thing about NaNoWriMo: If you develop the discipline to write every day, and if you work toward a clearly defined goal, you will get somewhere with your writing. In other words, you become a writer if you write consistently.\n\n<strong>But is writing is more than that</strong>\n\nOn the other hand: A successful writer has to communicate something specific and has to do it clearly. Just hitting a word count does not make you a writer (certainly not a good writer). It makes you someone who has placed a certain number of words on paper (screen).\n\n<strong>You have to tell a story</strong>\n\nFor me, the big lesson of NaNoWriMo is that writing is not enough. You have to have a story to tell. There’s got to be more than words on a page.\n\nI have always been an avid fiction reader. And doing the NaNoWriMo experiment gave me much more appreciation and respect for published writers. Writing 50,000 words is hard. Writing 50,000 words (or more) that actually are interesting, make sense, and share a story is immeasurably harder.\n\nHave you tried NaNoWriMo? If so, what are your lessons learned? Did you write something that was published?\n\n&nbsp;','One invaluable writing lesson','','inherit','open','open','','3102-autosave-v1','','','2015-12-23 12:52:28','2015-12-23 17:52:28','',3102,'http://deborahbrody.com/2015/12/3102-autosave-v1/',0,'revision','',0),
(3113,4,'2015-12-23 12:52:29','2015-12-23 17:52:29','Back in October I pledged to myself to complete National Novel Writing Month or <a href=\"http://nanowrimo.org/\" target=\"_blank\">NaNoWriMo</a>. If you haven’t heard of it, it’s an annual event where the goal is to write 50,000 words during November. People self-monitor and track their word count on the NaNoWriMo website. Once the “novel” is done, you upload the document for “validation.” And if you indeed wrote the 50K words, then you are labeled a “winner.” Although you can order a winner t-shirt (and pay for it), there are no prizes. The only reward you get is self-satisfaction.\r\n\r\n<strong>Try, try again?</strong>\r\n\r\nI had tried to complete NaNoWriMo once before, and only got to about 9,000 words. This time, I made it all the way to 20,000. I wasn’t even half-way through and I only had about 10 days left. The website helpfully reminded me that to complete the “novel,” I would have to write at least 3,000 words a day or, if I stayed at the pace I was going, I would finish sometime at the end of December or early January. It was then that I realized that I simply didn’t have it in me.\r\n\r\nThe “novel” I was writing was not compelling. I did not have a sense of how to keep the plot (such as it was) moving forward. And here’s the thing: Novels are not a bunch of words strung together to beat the clock.\r\n\r\n<strong>What\'s a novel, really?</strong>\r\n\r\nIn fact, the word novel has two meanings. As an adjective, novel means new and fresh. As a noun, Merriam-Webster defines novel as “an invented prose narrative that is usually long and complex and deals especially with human experience through a usually connected sequence of events.” If we put both definitions together, a novel should be a new, fresh, and long narrative or story.\r\n\r\n<strong>Writing is a discipline</strong>\r\n\r\nHere’s the good thing about NaNoWriMo: If you develop the discipline to write every day, and if you work toward a clearly defined goal, you will get somewhere with your writing. In other words, you become a writer if you write consistently.\r\n\r\n<strong>But is writing is more than that</strong>\r\n\r\nOn the other hand: A successful writer has to communicate something specific and has to do it clearly. Just hitting a word count does not make you a writer (certainly not a good writer). It makes you someone who has placed a certain number of words on paper (screen).\r\n\r\n<strong>You have to tell a story</strong>\r\n\r\nFor me, the big lesson of NaNoWriMo is that writing is not enough. You have to have a story to tell. There’s got to be more than words on a page.\r\n\r\nI have always been an avid fiction reader. And doing the NaNoWriMo experiment gave me much more appreciation and respect for published writers. Writing 50,000 words is hard. Writing 50,000 words (or more) that actually are interesting, make sense, and share a story is immeasurably harder.\r\n\r\nHave you tried NaNoWriMo? If so, what are your lessons learned? Did you write something that was published?\r\n\r\n&nbsp;','One invaluable writing lesson','','inherit','open','open','','3102-revision-v1','','','2015-12-23 12:52:29','2015-12-23 17:52:29','',3102,'http://deborahbrody.com/2015/12/3102-revision-v1/',0,'revision','',0),
(3114,4,'2015-12-23 12:59:25','2015-12-23 17:59:25','Here we are, a couple days before Christmas or Festivus or Kwanzaa. Or perhaps it\'s a few days after Hanukkah. Whatever you celebrate, this time of the year is full of holidays. And it\'s time that\'s devoted to friends and family more so than to work. So in that spirit, and no matter what you celebrate,  I wish you all very happy holidays! Have a wonderful time and enjoy some well-earned rest.\r\n\r\nI am working on a year-in-review post and could use your help. What things did you learn this year? What did you resolved to do differently next year? What were your pet peeves or  major aggravations (communications-wise!)? Let me know in the comments or send me an email.','Happy holidays (and that is not a political statement)','','publish','open','open','','happy-holidays-and-that-is-not-a-political-statement','','','2015-12-23 12:59:25','2015-12-23 17:59:25','',0,'http://deborahbrody.com/?p=3114',0,'post','',0),
(3115,4,'2015-12-23 12:59:25','2015-12-23 17:59:25','Here we are, a couple days before Christmas or Festivus or Kwanzaa. Or perhaps it\'s a few days after Hanukkah. Whatever you celebrate, this time of the year is full of holidays. And it\'s time that\'s devoted to friends and family more so than to work. So in that spirit, and no matter what you celebrate,  I wish you all very happy holidays! Have a wonderful time and enjoy some well-earned rest.\r\n\r\nI am working on a year-in-review post and could use your help. What things did you learn this year? What did you resolved to do differently next year? What were your pet peeves or  major aggravations (communications-wise!)? Let me know in the comments or send me an email.','Happy holidays (and that is not a political statement)','','inherit','open','open','','3114-revision-v1','','','2015-12-23 12:59:25','2015-12-23 17:59:25','',3114,'http://deborahbrody.com/2015/12/3114-revision-v1/',0,'revision','',0),
(3118,4,'2015-12-31 09:35:27','2015-12-31 14:35:27','I don\'t know what happened to 2015. It started with such potential, all shiny and bright (and cold here in the Washington, DC area). And it went downhill fast.\r\n\r\nHere are  six \"trends\" that were everywhere in 2015 and that I hope we don\'t see in the coming year:\r\n\r\n<strong>1. Overuse of emojis and gifs</strong> (they are especially egregious in professional communications). Oxford Dictionary even chose an emoji as \"word\" of the year. Enough said.\r\n\r\n<strong>2. Multiple emails asking for money, </strong>especially on New Year\'s Eve (today alone I have already deleted at least a dozen) from organizations that have already sent multiple emails at Thanksgiving, on Giving Tuesday, before Christmas, after Christmas. If I wanted to give, I would have already.\r\n\r\n<strong>3</strong>. And speaking of email, too many were <strong>not responsive/mobile-friendly</strong>. This wasn\'t good in 2015 and it certainly won\'t fly in 2016. Most people read email on their smartphones or tablets. Deal with it.\r\n\r\n<strong>4</strong>.<strong> Auto-video/audio on websites</strong>. This year I felt that every website I went on had a (loud, obnoxious) video pop-up. Having the video or audio auto-play ensures I will click out of your website really fast.\r\n\r\n<strong>5. Over-capitalization.</strong> In American English, we have simple rules for capitalizing words: we use capitals to start a sentence and in proper names. We don\'t capitalize to show something is important, even if it sounds important (e.g., \"we elect a president every four years\" not \"we elect a President every four years\"). And unlike Germans, we don\'t capitalize every single noun.\r\n\r\nAnd last, but not least:\r\n\r\n<strong>6. Obsessive coverage and its partner, endless speculating.</strong> It didn\'t start this year, and probably won\'t end this year, but we saw too many examples of obsessive coverage of selected news stories this year. Going all out on one news story, like the Paris bombings, sending every reporter and anchor to the scene, and then providing all sorts of baseless \"analysis\" does not clarify a story. Instead, it gives rise to fear and uncertainty. This is what\'s given rise to blowhard politicians such as the millionaire real estate developer who will say the most outrageous things because he knows it will attract attention and speculation.\r\n\r\nWhat trends got your goat in 2015? Share them in the comments.\r\n\r\n<strong>Let\'s hope for a better 2016. Happy New Year everybody!</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Six trends I don\'t want to see in 2016','','inherit','open','open','','3117-revision-v1','','','2015-12-31 09:35:27','2015-12-31 14:35:27','',3117,'http://deborahbrody.com/2015/12/3117-revision-v1/',0,'revision','',0),
(3119,4,'2015-12-31 09:36:46','2015-12-31 14:36:46','I don\'t know what happened to 2015. It started with such potential, all shiny and bright (and cold here in the Washington, DC area). And it went downhill fast.\r\n\r\nHere are  six \"trends\" that were everywhere in 2015 and that I hope we don\'t see in the coming year:\r\n\r\n<strong>1. Overuse of emojis and gifs</strong> (they are especially egregious in professional communications). Oxford Dictionary even chose an emoji as \"word\" of the year. Enough said.\r\n\r\n<strong>2. Multiple emails asking for money, </strong>especially on New Year\'s Eve (today alone I have already deleted at least a dozen) from organizations that have already sent multiple emails at Thanksgiving, on Giving Tuesday, before Christmas, after Christmas. If I wanted to give, I would have already.\r\n\r\n<strong>3</strong>. And speaking of email, too many were <strong>not responsive/mobile-friendly</strong>. This wasn\'t good in 2015 and it certainly won\'t fly in 2016. Most people read email on their smartphones or tablets. Deal with it.\r\n\r\n<strong>4</strong>.<strong> Auto-video/audio on websites</strong>. This year I felt that every website I went on had a (loud, obnoxious) video pop-up. Having the video or audio auto-play ensures I will click out of your website really fast.\r\n\r\n<strong>5. Over-capitalization.</strong> In American English, we have simple rules for capitalizing words: we use capitals to start a sentence and in proper names. We don\'t capitalize to show something is important, even if it sounds important (e.g., \"we elect a president every four years\" not \"we elect a President every four years\"). And unlike Germans, we don\'t capitalize every single noun.\r\n\r\nAnd last, but not least:\r\n\r\n<strong>6. Obsessive news coverage and its partner, endless speculating.</strong> It didn\'t start this year, and probably won\'t end this year, but we saw too many examples of obsessive coverage of selected news stories this year. Going all out on one news story, like the Paris bombings, sending every reporter and anchor to the scene, and then providing all sorts of baseless \"analysis\" does not qualify as actual journalism. It does not clarify the story. Instead, it gives rise to fear and uncertainty. This is what\'s given rise to blowhard politicians such as the millionaire real estate developer who will say the most outrageous things because he knows it will attract attention and speculation.\r\n\r\nWhat trends got your goat in 2015? Share them in the comments.\r\n\r\n<strong>Let\'s hope for a better 2016. Happy New Year everybody!</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Six trends I don\'t want to see in 2016','','inherit','open','open','','3117-revision-v1','','','2015-12-31 09:36:46','2015-12-31 14:36:46','',3117,'http://deborahbrody.com/2015/12/3117-revision-v1/',0,'revision','',0),
(3121,4,'2016-01-12 09:47:20','2016-01-12 14:47:20','Do we agree that your website is one of your largest (if not<em> the</em> largest) marketing properties? If so, then read on.\r\n\r\nWhen you are a solo business owner like me, you don’t have an IT department or a webmaster. And so it’s up to you to deal with your website. Last week I changed web hosts  for the fourth time in the more than 15 years that I’ve had this website. It’s something I’ve been wanting to do for a while for many reasons (perhaps the subject of an upcoming post) and I am glad I did. Going through the process showcased exactly why it’s so important to choose the right host.\r\n\r\n<strong>Choosing a website host is a crucial business decision</strong>\r\n\r\nSince your website is your front office on the Internet and it needs to remain open and accessible at all times, choosing your web host is a critical business decision. There are dozens if not hundreds of website hosts (do a search and you will see), many offering dirt cheap hosting packages. The host you choose can have a tremendous impact on your business, and your decision should not involve price alone.\r\n\r\n<strong>Here’s what you want from a website host:</strong>\r\n\r\n<strong>Near perfect reliability.</strong> In hosting parlance, this is called \"uptime\" and you want to make sure it is as close to 100% as possible. If your host’s servers go down frequently, that means your website goes down frequently, which basically means lost business for you. And when servers are down, you won’t get email either, which also means lost business.\r\n\r\n<strong>Fast website loading times.</strong> Website loading is partially due to your host’s servers (capacity, whether they are shared or dedicated) and partially due to factors on your website (number of plug-ins, design). According to my current host, the closer the servers are to your customers, the faster the website loading times. Website loading times may even affect your SEO ranking (read more about it <a href=\"https://www.searchenginejournal.com/web-hosting-can-impact-page-load-speed/145547/\" target=\"_blank\">here)</a>.\r\n\r\n<strong>Good if not great customer service</strong>. If there’s a problem, you want to be able to speak to someone who can (and wants) to help you. You are looking for customer service that is available 365/24/7, and if you are in the U.S., preferably based here. You may also want to look for an employee-owned company, because the people you talk to will have a real interest in solving any problems you may have.\r\n\r\n<strong>Clean record.</strong> Some hosts, due to their cheap rates, attract a lot of spammy businesses, which in turn get the host blacklisted by some ISPs. This is big. Your host\'s standing can affect whether your emails get delivered (my previous host was blacklisted by Yahoo and my emails to Yahoo addresses would all bounce back) and even your SEO standing.\r\n\r\n<strong>Ability to deal with your website specifications.</strong> You want to make sure tech support understands your platform. For example, if you run a WordPress site, you want a host that works with WordPress; and if you run ecommerce on your website, you want a host that can handle secure transactions.\r\n\r\n<strong>Ease of use.</strong> My last hosting provider had two different accounts for me. One was a billing account, with a separate user name and password, and a “cPanel” account, for handling website administration.  If I needed to update credit card information, I had to log in to billing, and to change website parameters, to cPanel. To make it worse, you couldn’t access cPanel from the the main hosting website, but rather through an obscure URL you had received when you signed up. Needless to say, this was not easy or simple. It wasted a lot of my time too.\r\n\r\n<strong>Here are three other important tips:</strong>\r\n<ol>\r\n	<li><strong>Don’t rely on your developer/designer’s recommendation.</strong> Many website developers have reseller accounts with a website host, so it\'s in their own interest to sell you that. Do your own research. There are several resources to help you identify a good host. I like<a href=\"Needless%20to say, this was not easy or simple.\" target=\"_blank\"> SiteGeek</a>. Check out reviews and see what people are saying. Are many people having the same issue? What is the main complaint? Are more people leaving a host than transferring in?</li>\r\n	<li><strong>NEVER register your domain with your website hosting company.</strong> If there’s a problem, they will be able to hold your website hostage. Instead, choose a separate registrar. It may not be the cheapest option, but it will save you hassle in the long run, and let you maintain control of your website.</li>\r\n	<li><strong>Have a separate email account on Gmail or something similar</strong>. Use this for the administrative emails that you get from your website hosting company and domain registrar. If your website and email are down you will still be able to access your stuff, particularly if you forgot your user name and/or password, or need to respond to a work ticket.</li>\r\n</ol>\r\nRemember your website is an integral part of your business and marketing efforts. Money you spend on your website—whether it be on design and development, hosting, listing—is a business/marketing expense that I can assure you will provide you a return on your investment. Cheaper, especially in website hosting, is just cheaper, not better.','How to make one of your biggest marketing decisions','','publish','open','open','','how-to-make-one-of-your-biggest-marketing-decisions','','','2016-01-12 09:47:20','2016-01-12 14:47:20','',0,'http://deborahbrody.com/?p=3121',0,'post','',0),
(3122,4,'2016-01-12 09:28:49','2016-01-12 14:28:49','Do we agree that your website is one of your largest (if not<em> the</em> largest) marketing properties? If so, then read on.\r\n\r\nWhen you are a solo business owner like me, you don’t have an IT department or a webmaster. And so it’s up to you to deal with your website. Last week I changed web hosts (and lost a blog post in the process, but that’s another story) for the fourth time in the more than 15 years that I’ve had this website. It’s something I’ve been wanting to do for a while for many reasons (perhaps the subject of an upcoming post) and I am glad I did. Going through the process showcased exactly why it’s so important to choose the right host.\r\n\r\n<strong>Choosing a website host is a crucial business decision</strong>\r\n\r\nSince your website is your front office and it needs to remain open and accessible at all times, choosing your web host is a crucial business decision. There are dozens if not hundreds of website hosts (do a search and you will see), many offering dirt cheap hosting packages. The host you choose can have a tremendous impact on your business, and your decision should not involve price alone.\r\n\r\n<strong>Here’s what you want from a website host:</strong>\r\n\r\n<strong>Near perfect reliability.</strong> In hosting parlance, this is called \"uptime\" and you want to make sure it is as close to 100% as possible. If your host’s servers go down frequently, that means your website goes down frequently, which basically means lost business for you. And when servers are down, you won’t get email either.\r\n\r\n<strong>Fast website loading times.</strong> Website loading is partially due to your host’s servers and partially due to factors on your website suchs as number of plug-ins and design . According to my current host, the closer the servers are to your customers, the faster the website loading times. I am not sure how accurate that is, but website loading may even affect your SEO ranking. You can read more about it <a href=\"https://www.searchenginejournal.com/web-hosting-can-impact-page-load-speed/145547/\" target=\"_blank\">here</a>.\r\n\r\n<strong>Good if not great customer service</strong>. If there’s a problem, you want to get a live person to talk to. You want customer service that is available 365/24/7, preferably U.S.- based. If you can get a company that is employee-owned, so much the better.\r\n\r\n<strong>Clean record.</strong> Some hosts, due to their cheap rates, attract a lot of spammy businesses, which in turn get the host blacklisted by some ISPs. This is big. It can affect whether your emails get delivered and even your SEO standing.\r\n\r\n<strong>Ability to deal with your website specifications.</strong> You want to make sure tech support understands your platform. For example, if you run a WordPress site, you want a host that works with WordPress and if you run ecommerce on your website, you want a host that can handle secure transactions.\r\n\r\n<strong>Ease of use.</strong> My last hosting provider had two different accounts for me. One was a billing account, with a separate user name and password, and a “cPanel” account, for website stuff.  If I needed to update credit card information, I had to log in to billing, and to update email addresses to cPanel. To make it worse, you couldn’t access cPanel from the the main hosting website, but rather through an obscure URL you had received when you signed up. Needless to say, this was not easy or simple. It wasted a lot of my time too.\r\n\r\n<strong>Here are three other important tips:</strong>\r\n<ol>\r\n	<li><strong>Don’t rely on your developer/designer’s recommendation.</strong> Many website developers have reseller accounts with a website host, so it\'s in their own interest to sell you that. Do your own research. There are several resources to help you identify a good host. I like<a href=\"Needless%20to say, this was not easy or simple.\" target=\"_blank\"> SiteGeek</a>. You should read the reviews and see what people are saying. Are many people having the same issue? What is the main complaint? Are more people leaving a host than transferring in?</li>\r\n	<li><strong>NEVER register your domain with your website hosting company.</strong> If there’s a problem, they will be able to hold your website hostage. Instead, choose a separate registrar. It may not be the cheapest option, but it will save you hassle in the long run, and let you maintain control of your website.</li>\r\n	<li><strong>Have a separate email account on Gmail or something similar</strong>. Use this for the administrative emails that you get from your website hosting company and domain registrar. If your website and email are down you will still be able to access your stuff, particularly if you forgot your user name and/or password, or need to respond to a work ticket.</li>\r\n</ol>\r\nRemember your website is an integral part of your business and marketing efforts. Money you spend on your website—whether it be on design and development, hosting, listing—is a business/marketing expense that I can assure you will provide you with return on your investment. Cheaper, especially in website hosting, is just cheaper, not better.','How to make one of your biggest marketing decisions','','inherit','open','open','','3121-revision-v1','','','2016-01-12 09:28:49','2016-01-12 14:28:49','',3121,'http://deborahbrody.com/2016/01/3121-revision-v1/',0,'revision','',0),
(3124,4,'2016-01-12 09:47:20','2016-01-12 14:47:20','Do we agree that your website is one of your largest (if not<em> the</em> largest) marketing properties? If so, then read on.\r\n\r\nWhen you are a solo business owner like me, you don’t have an IT department or a webmaster. And so it’s up to you to deal with your website. Last week I changed web hosts  for the fourth time in the more than 15 years that I’ve had this website. It’s something I’ve been wanting to do for a while for many reasons (perhaps the subject of an upcoming post) and I am glad I did. Going through the process showcased exactly why it’s so important to choose the right host.\r\n\r\n<strong>Choosing a website host is a crucial business decision</strong>\r\n\r\nSince your website is your front office on the Internet and it needs to remain open and accessible at all times, choosing your web host is a critical business decision. There are dozens if not hundreds of website hosts (do a search and you will see), many offering dirt cheap hosting packages. The host you choose can have a tremendous impact on your business, and your decision should not involve price alone.\r\n\r\n<strong>Here’s what you want from a website host:</strong>\r\n\r\n<strong>Near perfect reliability.</strong> In hosting parlance, this is called \"uptime\" and you want to make sure it is as close to 100% as possible. If your host’s servers go down frequently, that means your website goes down frequently, which basically means lost business for you. And when servers are down, you won’t get email either, which also means lost business.\r\n\r\n<strong>Fast website loading times.</strong> Website loading is partially due to your host’s servers (capacity, whether they are shared or dedicated) and partially due to factors on your website (number of plug-ins, design). According to my current host, the closer the servers are to your customers, the faster the website loading times. Website loading times may even affect your SEO ranking (read more about it <a href=\"https://www.searchenginejournal.com/web-hosting-can-impact-page-load-speed/145547/\" target=\"_blank\">here)</a>.\r\n\r\n<strong>Good if not great customer service</strong>. If there’s a problem, you want to be able to speak to someone who can (and wants) to help you. You are looking for customer service that is available 365/24/7, and if you are in the U.S., preferably based here. You may also want to look for an employee-owned company, because the people you talk to will have a real interest in solving any problems you may have.\r\n\r\n<strong>Clean record.</strong> Some hosts, due to their cheap rates, attract a lot of spammy businesses, which in turn get the host blacklisted by some ISPs. This is big. Your host\'s standing can affect whether your emails get delivered (my previous host was blacklisted by Yahoo and my emails to Yahoo addresses would all bounce back) and even your SEO standing.\r\n\r\n<strong>Ability to deal with your website specifications.</strong> You want to make sure tech support understands your platform. For example, if you run a WordPress site, you want a host that works with WordPress; and if you run ecommerce on your website, you want a host that can handle secure transactions.\r\n\r\n<strong>Ease of use.</strong> My last hosting provider had two different accounts for me. One was a billing account, with a separate user name and password, and a “cPanel” account, for handling website administration.  If I needed to update credit card information, I had to log in to billing, and to change website parameters, to cPanel. To make it worse, you couldn’t access cPanel from the the main hosting website, but rather through an obscure URL you had received when you signed up. Needless to say, this was not easy or simple. It wasted a lot of my time too.\r\n\r\n<strong>Here are three other important tips:</strong>\r\n<ol>\r\n	<li><strong>Don’t rely on your developer/designer’s recommendation.</strong> Many website developers have reseller accounts with a website host, so it\'s in their own interest to sell you that. Do your own research. There are several resources to help you identify a good host. I like<a href=\"Needless%20to say, this was not easy or simple.\" target=\"_blank\"> SiteGeek</a>. Check out reviews and see what people are saying. Are many people having the same issue? What is the main complaint? Are more people leaving a host than transferring in?</li>\r\n	<li><strong>NEVER register your domain with your website hosting company.</strong> If there’s a problem, they will be able to hold your website hostage. Instead, choose a separate registrar. It may not be the cheapest option, but it will save you hassle in the long run, and let you maintain control of your website.</li>\r\n	<li><strong>Have a separate email account on Gmail or something similar</strong>. Use this for the administrative emails that you get from your website hosting company and domain registrar. If your website and email are down you will still be able to access your stuff, particularly if you forgot your user name and/or password, or need to respond to a work ticket.</li>\r\n</ol>\r\nRemember your website is an integral part of your business and marketing efforts. Money you spend on your website—whether it be on design and development, hosting, listing—is a business/marketing expense that I can assure you will provide you a return on your investment. Cheaper, especially in website hosting, is just cheaper, not better.','How to make one of your biggest marketing decisions','','inherit','open','open','','3121-revision-v1','','','2016-01-12 09:47:20','2016-01-12 14:47:20','',3121,'http://deborahbrody.com/2016/01/3121-revision-v1/',0,'revision','',0),
(3123,4,'2016-01-12 09:40:46','2016-01-12 14:40:46','Do we agree that your website is one of your largest (if not<em> the</em> largest) marketing properties? If so, then read on.\r\n\r\nWhen you are a solo business owner like me, you don’t have an IT department or a webmaster. And so it’s up to you to deal with your website. Last week I changed web hosts (and lost a blog post in the process, but that’s another story) for the fourth time in the more than 15 years that I’ve had this website. It’s something I’ve been wanting to do for a while for many reasons (perhaps the subject of an upcoming post) and I am glad I did. Going through the process showcased exactly why it’s so important to choose the right host.\r\n\r\n<strong>Choosing a website host is a crucial business decision</strong>\r\n\r\nSince your website is your front office and it needs to remain open and accessible at all times, choosing your web host is a crucial business decision. There are dozens if not hundreds of website hosts (do a search and you will see), many offering dirt cheap hosting packages. The host you choose can have a tremendous impact on your business, and your decision should not involve price alone.\r\n\r\n<strong>Here’s what you want from a website host:</strong>\r\n\r\n<strong>Near perfect reliability.</strong> In hosting parlance, this is called \"uptime\" and you want to make sure it is as close to 100% as possible. If your host’s servers go down frequently, that means your website goes down frequently, which basically means lost business for you. And when servers are down, you won’t get email either.\r\n\r\n<strong>Fast website loading times.</strong> Website loading is partially due to your host’s servers (capacity, whether they are shared or dedicated) and partially due to factors on your website (number of plug-ins, design).  According to my current host, the closer the servers are to your customers, the faster the website loading times. I am not sure how accurate that is, but website loading times may even affect your SEO ranking, so it\'s something to be aware of. You can read more about it <a href=\"https://www.searchenginejournal.com/web-hosting-can-impact-page-load-speed/145547/\" target=\"_blank\">here</a>.\r\n\r\n<strong>Good if not great customer service</strong>. If there’s a problem, you want to be able to speak to someone who can (and wants) to help you. You are looking for customer service that is available 365/24/7, and if you are in the U.S.,  preferably based here.  You may also want to look for an employee-owned company, because the people you talk to will have a real interest in solving any problems you may have.\r\n\r\n<strong>Clean record.</strong> Some hosts, due to their cheap rates, attract a lot of spammy businesses, which in turn get the host blacklisted by some ISPs. This is big. Your host\'s standing can affect whether your emails get delivered (my previous host was blacklisted by Yahoo and my emails to Yahoo addresses would all bounce back) and even your SEO standing.\r\n\r\n<strong>Ability to deal with your website specifications.</strong> You want to make sure tech support understands your platform. For example, if you run a WordPress site, you want a host that works with WordPress; and if you run ecommerce on your website, you want a host that can handle secure transactions.\r\n\r\n<strong>Ease of use.</strong> My last hosting provider had two different accounts for me. One was a billing account, with a separate user name and password, and a “cPanel” account, for handling website administration.  If I needed to update credit card information, I had to log in to billing, and to change website parameters, to cPanel. To make it worse, you couldn’t access cPanel from the the main hosting website, but rather through an obscure URL you had received when you signed up. Needless to say, this was not easy or simple. It wasted a lot of my time too.\r\n\r\n<strong>Here are three other important tips:</strong>\r\n<ol>\r\n	<li><strong>Don’t rely on your developer/designer’s recommendation.</strong> Many website developers have reseller accounts with a website host, so it\'s in their own interest to sell you that. Do your own research. There are several resources to help you identify a good host. I like<a href=\"Needless%20to say, this was not easy or simple.\" target=\"_blank\"> SiteGeek</a>. Check out reviews and see what people are saying. Are many people having the same issue? What is the main complaint? Are more people leaving a host than transferring in?</li>\r\n	<li><strong>NEVER register your domain with your website hosting company.</strong> If there’s a problem, they will be able to hold your website hostage. Instead, choose a separate registrar. It may not be the cheapest option, but it will save you hassle in the long run, and let you maintain control of your website.</li>\r\n	<li><strong>Have a separate email account on Gmail or something similar</strong>. Use this for the administrative emails that you get from your website hosting company and domain registrar. If your website and email are down you will still be able to access your stuff, particularly if you forgot your user name and/or password, or need to respond to a work ticket.</li>\r\n</ol>\r\nRemember your website is an integral part of your business and marketing efforts. Money you spend on your website—whether it be on design and development, hosting, listing—is a business/marketing expense that I can assure you will provide you a return on your investment. Cheaper, especially in website hosting, is just cheaper, not better.','How to make one of your biggest marketing decisions','','inherit','open','open','','3121-revision-v1','','','2016-01-12 09:40:46','2016-01-12 14:40:46','',3121,'http://deborahbrody.com/2016/01/3121-revision-v1/',0,'revision','',0),
(3126,4,'2016-01-20 09:53:06','2016-01-20 14:53:06','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2016-01-20 09:53:06','2016-01-20 14:53:06','',2509,'http://deborahbrody.com/2016/01/2509-revision-v1/',0,'revision','',0),
(3127,4,'2016-01-21 09:28:49','2016-01-21 14:28:49','<em>Warning—this post is somewhat political since it uses a politician as an example, and not in a flattering way.</em>\r\n\r\nIn case you missed it on Tuesday, Sarah Palin endorsed Donald Trump in the campaign for Republican presidential nominee. Her speech (if in fact what she did can be called that) has been described as rambling, patriotic, fiery. What is has not been described as is clear (or meaningful for that matter). The New York Times has a great article, <a href=\"http://nyti.ms/1Owhayh\" target=\"_blank\">The Most Mystifying Lines of Sarah Palin\'s Speech</a>, that analyzes different parts of the speech and interprets what Palin may have meant, a kind of Palin translation if you like.\r\n\r\n[caption id=\"attachment_3128\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855.jpg\"><img class=\"size-medium wp-image-3128\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855-300x200.jpg\" alt=\"Tossing up a salad\" width=\"300\" height=\"200\" /></a> Tossing up a salad[/caption]\r\n\r\nFollowing is an excerpt of Palin’s speech (taken from a <a href=\"https://www.washingtonpost.com/news/the-fix/wp/2016/01/20/sarah-palins-rambling-remarkable-and-at-times-hard-to-understand-endorsement-of-donald-trump/?postshare=1801453291953204&amp;tid=ss_tw\" target=\"_blank\">Washington Post article and transcrip</a>t):\r\n<p style=\"padding-left: 30px;\">“Trump’s candidacy, it has exposed not just that tragic ramifications of that betrayal of the transformation of our country, but too, he has exposed the complicity on both sides of the aisle that has enabled it, okay? Well, Trump, what he’s been able to do, which is really ticking people off, which I’m glad about, he’s going rogue left and right, man, that’s why he’s doing so well. He’s been able to tear the veil off this idea of the system. The way that the system really works, and please hear me on this, I want you guys to understand more and more how the system, the establishment, works, and has gotten us into the troubles that we are in in America. The permanent political class has been doing the bidding of their campaign donor class, and that’s why you see that the borders are kept open. For them, for their cheap labor that they want to come in. That’s why they’ve been bloating budgets. It’s for crony capitalists to be able suck off of them. It’s why we see these lousy trade deals that gut our industry for special interests elsewhere. We need someone new, who has the power, and is in the position to bust up that establishment to make things great again. It’s part of the problem.\"</p>\r\n<strong>Here’s how this paragraph could be rewritten for clarity:</strong>\r\n\r\nTrump’s candidacy has exposed all sorts of problems in politics and has shown people how the system really works. Seeing these problems has made people angry. Campaign donors have been dictating to the politicians they support, in order to keep our borders open to get cheap labor from Mexico. Also, the politicians have been creating bad trade deals that help special interests in other countries. We need a new type of politician who has the power to bust the establishment, which is part of the problem.\r\n\r\nNotice the difference?\r\n<p style=\"text-align: center;\"><strong>It’s shorter, it gets to the point, and it avoids jargon and cliches.</strong></p>\r\nYes, I know, it no longer has “color.” Palin is known for throwing in all sorts of colorful phrases such as “he’s going rogue left and right.”  When giving a speech, the speaker has more leeway to use attention-getting phrases than in written communication. In Palin’s case, her reliance on “color” overwhelms any message that she may actually be trying to deliver.\r\n\r\nPalin has been criticized for delivering “word salad” speeches that toss together a bunch of words and phrases. Her speech on Tuesday seems a perfect example of this tendency.\r\n\r\n&nbsp;','Too many words, too little meaning','','publish','open','open','','too-many-words-too-little-meaning','','','2016-01-21 13:27:00','2016-01-21 18:27:00','',0,'http://deborahbrody.com/?p=3127',0,'post','',0),
(3128,4,'2016-01-21 09:26:50','2016-01-21 14:26:50','','assorted-foods-1324828-1278x855','Tossing up a salad','inherit','open','open','','assorted-foods-1324828-1278x855','','','2016-01-21 09:27:14','2016-01-21 14:27:14','',3127,'http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855.jpg',0,'attachment','image/jpeg',0),
(3129,4,'2016-01-21 09:27:47','2016-01-21 14:27:47','<em>Warning—this post somewhat political since it uses a politician as an example, and not in a flattering way.</em>\r\n\r\nIn case you missed it on Tuesday, Sarah Palin endorsed Donald Trump in the campaign for Republican presidential nominee. Her speech (if in fact what she did can be called that) has been described as rambling, patriotic, fiery. What is has not been described as is clear (or meaningful for that matter). The New York Times has a great article, <a href=\"http://nyti.ms/1Owhayh\" target=\"_blank\">The Most Mystifying Lines of Sarah Palin\'s Speech</a>, that analyzes different parts of the speech and interprets what Palin may have meant, a kind of Palin translation if you like.\r\n\r\n[caption id=\"attachment_3128\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855.jpg\"><img class=\"size-medium wp-image-3128\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855-300x200.jpg\" alt=\"Tossing up a salad\" width=\"300\" height=\"200\" /></a> Tossing up a salad[/caption]\r\n\r\nFollowing is an excerpt of Palin’s speech (taken from a <a href=\"https://www.washingtonpost.com/news/the-fix/wp/2016/01/20/sarah-palins-rambling-remarkable-and-at-times-hard-to-understand-endorsement-of-donald-trump/?postshare=1801453291953204&amp;tid=ss_tw\" target=\"_blank\">Washington Post article and transcrip</a>t):\r\n<p style=\"padding-left: 30px;\">“Trump’s candidacy, it has exposed not just that tragic ramifications of that betrayal of the transformation of our country, but too, he has exposed the complicity on both sides of the aisle that has enabled it, okay? Well, Trump, what he’s been able to do, which is really ticking people off, which I’m glad about, he’s going rogue left and right, man, that’s why he’s doing so well. He’s been able to tear the veil off this idea of the system. The way that the system really works, and please hear me on this, I want you guys to understand more and more how the system, the establishment, works, and has gotten us into the troubles that we are in in America. The permanent political class has been doing the bidding of their campaign donor class, and that’s why you see that the borders are kept open. For them, for their cheap labor that they want to come in. That’s why they’ve been bloating budgets. It’s for crony capitalists to be able suck off of them. It’s why we see these lousy trade deals that gut our industry for special interests elsewhere. We need someone new, who has the power, and is in the position to bust up that establishment to make things great again. It’s part of the problem.\"</p>\r\n<strong>Here’s how this paragraph could be rewritten for clarity:</strong>\r\n\r\nTrump’s candidacy has exposed all sorts of problems in politics and has shown people how the system really works. Seeing these problems has made people angry. Campaign donors have been dictating to the politician they support, in order to keep our borders open to get cheap labor from Mexico. Also, the politicians have been creating bad trade deals that help special interests in other countries. We need a new type of politician who has the power to bust the establishment, which is part of the problem.\r\n\r\nNotice the difference?\r\n<p style=\"text-align: center;\"><strong>It’s shorter, it gets to the point, and it avoids jargon and cliches.</strong></p>\r\nYes, I know, it no longer has “color.” Palin is known for throwing in all sorts of colorful phrases such as “he’s going rogue left and right.”  When giving a speech, the speaker has more leeway to use attention-getting phrases than in written communication. In Palin’s case, her reliance on “color” overwhelms any message that she may actually be trying to deliver.\r\n\r\nPalin has been criticized for delivering “word salad” speeches that toss together a bunch of words and phrases. Her speech on Tuesday seems a perfect example of this tendency.\r\n\r\n&nbsp;','Too many words, too little meaning','','inherit','open','open','','3127-revision-v1','','','2016-01-21 09:27:47','2016-01-21 14:27:47','',3127,'http://deborahbrody.com/2016/01/3127-revision-v1/',0,'revision','',0),
(3130,4,'2016-01-21 13:26:25','2016-01-21 18:26:25','<em>Warning—this post somewhat political since it uses a politician as an example, and not in a flattering way.</em>\r\n\r\nIn case you missed it on Tuesday, Sarah Palin endorsed Donald Trump in the campaign for Republican presidential nominee. Her speech (if in fact what she did can be called that) has been described as rambling, patriotic, fiery. What is has not been described as is clear (or meaningful for that matter). The New York Times has a great article, <a href=\"http://nyti.ms/1Owhayh\" target=\"_blank\">The Most Mystifying Lines of Sarah Palin\'s Speech</a>, that analyzes different parts of the speech and interprets what Palin may have meant, a kind of Palin translation if you like.\r\n\r\n[caption id=\"attachment_3128\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855.jpg\"><img class=\"size-medium wp-image-3128\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855-300x200.jpg\" alt=\"Tossing up a salad\" width=\"300\" height=\"200\" /></a> Tossing up a salad[/caption]\r\n\r\nFollowing is an excerpt of Palin’s speech (taken from a <a href=\"https://www.washingtonpost.com/news/the-fix/wp/2016/01/20/sarah-palins-rambling-remarkable-and-at-times-hard-to-understand-endorsement-of-donald-trump/?postshare=1801453291953204&amp;tid=ss_tw\" target=\"_blank\">Washington Post article and transcrip</a>t):\r\n<p style=\"padding-left: 30px;\">“Trump’s candidacy, it has exposed not just that tragic ramifications of that betrayal of the transformation of our country, but too, he has exposed the complicity on both sides of the aisle that has enabled it, okay? Well, Trump, what he’s been able to do, which is really ticking people off, which I’m glad about, he’s going rogue left and right, man, that’s why he’s doing so well. He’s been able to tear the veil off this idea of the system. The way that the system really works, and please hear me on this, I want you guys to understand more and more how the system, the establishment, works, and has gotten us into the troubles that we are in in America. The permanent political class has been doing the bidding of their campaign donor class, and that’s why you see that the borders are kept open. For them, for their cheap labor that they want to come in. That’s why they’ve been bloating budgets. It’s for crony capitalists to be able suck off of them. It’s why we see these lousy trade deals that gut our industry for special interests elsewhere. We need someone new, who has the power, and is in the position to bust up that establishment to make things great again. It’s part of the problem.\"</p>\r\n<strong>Here’s how this paragraph could be rewritten for clarity:</strong>\r\n\r\nTrump’s candidacy has exposed all sorts of problems in politics and has shown people how the system really works. Seeing these problems has made people angry. Campaign donors have been dictating to the politicians they support, in order to keep our borders open to get cheap labor from Mexico. Also, the politicians have been creating bad trade deals that help special interests in other countries. We need a new type of politician who has the power to bust the establishment, which is part of the problem.\r\n\r\nNotice the difference?\r\n<p style=\"text-align: center;\"><strong>It’s shorter, it gets to the point, and it avoids jargon and cliches.</strong></p>\r\nYes, I know, it no longer has “color.” Palin is known for throwing in all sorts of colorful phrases such as “he’s going rogue left and right.”  When giving a speech, the speaker has more leeway to use attention-getting phrases than in written communication. In Palin’s case, her reliance on “color” overwhelms any message that she may actually be trying to deliver.\r\n\r\nPalin has been criticized for delivering “word salad” speeches that toss together a bunch of words and phrases. Her speech on Tuesday seems a perfect example of this tendency.\r\n\r\n&nbsp;','Too many words, too little meaning','','inherit','open','open','','3127-revision-v1','','','2016-01-21 13:26:25','2016-01-21 18:26:25','',3127,'http://deborahbrody.com/2016/01/3127-revision-v1/',0,'revision','',0),
(3131,4,'2016-01-21 13:27:00','2016-01-21 18:27:00','<em>Warning—this post is somewhat political since it uses a politician as an example, and not in a flattering way.</em>\r\n\r\nIn case you missed it on Tuesday, Sarah Palin endorsed Donald Trump in the campaign for Republican presidential nominee. Her speech (if in fact what she did can be called that) has been described as rambling, patriotic, fiery. What is has not been described as is clear (or meaningful for that matter). The New York Times has a great article, <a href=\"http://nyti.ms/1Owhayh\" target=\"_blank\">The Most Mystifying Lines of Sarah Palin\'s Speech</a>, that analyzes different parts of the speech and interprets what Palin may have meant, a kind of Palin translation if you like.\r\n\r\n[caption id=\"attachment_3128\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855.jpg\"><img class=\"size-medium wp-image-3128\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/assorted-foods-1324828-1278x855-300x200.jpg\" alt=\"Tossing up a salad\" width=\"300\" height=\"200\" /></a> Tossing up a salad[/caption]\r\n\r\nFollowing is an excerpt of Palin’s speech (taken from a <a href=\"https://www.washingtonpost.com/news/the-fix/wp/2016/01/20/sarah-palins-rambling-remarkable-and-at-times-hard-to-understand-endorsement-of-donald-trump/?postshare=1801453291953204&amp;tid=ss_tw\" target=\"_blank\">Washington Post article and transcrip</a>t):\r\n<p style=\"padding-left: 30px;\">“Trump’s candidacy, it has exposed not just that tragic ramifications of that betrayal of the transformation of our country, but too, he has exposed the complicity on both sides of the aisle that has enabled it, okay? Well, Trump, what he’s been able to do, which is really ticking people off, which I’m glad about, he’s going rogue left and right, man, that’s why he’s doing so well. He’s been able to tear the veil off this idea of the system. The way that the system really works, and please hear me on this, I want you guys to understand more and more how the system, the establishment, works, and has gotten us into the troubles that we are in in America. The permanent political class has been doing the bidding of their campaign donor class, and that’s why you see that the borders are kept open. For them, for their cheap labor that they want to come in. That’s why they’ve been bloating budgets. It’s for crony capitalists to be able suck off of them. It’s why we see these lousy trade deals that gut our industry for special interests elsewhere. We need someone new, who has the power, and is in the position to bust up that establishment to make things great again. It’s part of the problem.\"</p>\r\n<strong>Here’s how this paragraph could be rewritten for clarity:</strong>\r\n\r\nTrump’s candidacy has exposed all sorts of problems in politics and has shown people how the system really works. Seeing these problems has made people angry. Campaign donors have been dictating to the politicians they support, in order to keep our borders open to get cheap labor from Mexico. Also, the politicians have been creating bad trade deals that help special interests in other countries. We need a new type of politician who has the power to bust the establishment, which is part of the problem.\r\n\r\nNotice the difference?\r\n<p style=\"text-align: center;\"><strong>It’s shorter, it gets to the point, and it avoids jargon and cliches.</strong></p>\r\nYes, I know, it no longer has “color.” Palin is known for throwing in all sorts of colorful phrases such as “he’s going rogue left and right.”  When giving a speech, the speaker has more leeway to use attention-getting phrases than in written communication. In Palin’s case, her reliance on “color” overwhelms any message that she may actually be trying to deliver.\r\n\r\nPalin has been criticized for delivering “word salad” speeches that toss together a bunch of words and phrases. Her speech on Tuesday seems a perfect example of this tendency.\r\n\r\n&nbsp;','Too many words, too little meaning','','inherit','open','open','','3127-revision-v1','','','2016-01-21 13:27:00','2016-01-21 18:27:00','',3127,'http://deborahbrody.com/2016/01/3127-revision-v1/',0,'revision','',0),
(3135,4,'2016-01-27 09:51:46','2016-01-27 14:51:46','&nbsp;\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, Above The Noise. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at GetStoried.com. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the AP style guide for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n6. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\nCarrie has just released her book\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices – ha!). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to resell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n&nbsp;\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misperception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books. That would be nice, but... I won’t hold my breath.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','inherit','open','open','','3134-revision-v1','','','2016-01-27 09:51:46','2016-01-27 14:51:46','',3134,'http://deborahbrody.com/2016/01/3134-revision-v1/',0,'revision','',0),
(3136,4,'2016-01-28 10:04:30','2016-01-28 15:04:30','','Carrie Morgan headshot 4','Carrie Morgan','inherit','open','open','','carrie-morgan-headshot-4','','','2016-01-28 10:04:42','2016-01-28 15:04:42','',3134,'http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg',0,'attachment','image/jpeg',0),
(3137,4,'2016-01-28 10:09:05','2016-01-28 15:09:05','','13','','inherit','open','open','','13','','','2016-01-28 10:09:05','2016-01-28 15:09:05','',3134,'http://deborahbrody.com/wp-content/uploads/2016/01/13.png',0,'attachment','image/png',0),
(3138,4,'2016-01-28 10:11:15','2016-01-28 15:11:15','Welcome to the first \"On Writing\" interview, a monthly series in which a marketing communications pro will answer seven questions about writing. This month, Carrie Morgan of Rock the Status Quo agreed to be the first. She gets a few extra questions because she just published her first book, Above the Noise.\r\n\r\n[caption id=\"attachment_3136\" align=\"alignleft\" width=\"220\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg\"><img class=\"size-medium wp-image-3136\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4-220x300.jpg\" alt=\"Carrie Morgan\" width=\"220\" height=\"300\" /></a> Carrie Morgan[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Carrie Morgan\r\n\r\n<strong>Organization</strong>:   <a href=\"http://rockthestatusquo.com/\" target=\"_blank\">Rock The Status Quo</a>\r\n\r\nAuthor of <em>Above The Noise: Creating Trust, Value &amp; Reputation Online Using Digital PR</em>. Senior digital PR consultant - public relations, content marketing, social media &amp; SEO. Author. Feisty word nerd. #PRprochat founder.\r\n\r\n<strong>Twitter:</strong> @morgancarrie\r\n\r\n&nbsp;\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, Above The Noise. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at GetStoried.com. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the AP style guide for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n6. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/13.png\"><img class=\"aligncenter wp-image-3137 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/13-1024x512.png\" alt=\"13\" width=\"1024\" height=\"512\" /></a>\r\n\r\nCarrie has just released her book,<a href=\"http://www.amazon.com/Above-Noise-Creating-Reputation-Digital/dp/1628652586/ref=sr_1_1?ie=UTF8&amp;qid=1449082739&amp;sr=8-1&amp;keywords=above+the+noise+carrie+morgan\" target=\"_blank\"><em> Above the Noise</em></a>. Writing a book has its own special challenges, so I asked Carrie to elaborate.\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices – ha!). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to resell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n&nbsp;\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misperception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books. That would be nice, but... I won’t hold my breath.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','inherit','open','open','','3134-revision-v1','','','2016-01-28 10:11:15','2016-01-28 15:11:15','',3134,'http://deborahbrody.com/2016/01/3134-revision-v1/',0,'revision','',0),
(3139,4,'2016-01-28 10:21:12','2016-01-28 15:21:12','Welcome to the first \"On Writing\" interview, a monthly series in which a marketing communications pro will answer seven questions about writing. This month, public relations consultant and author Carrie Morgan of Rock the Status Quo agreed to be the first <del>victim</del> pro to participate. Find her thoughts below.\r\n\r\n[caption id=\"attachment_3136\" align=\"alignleft\" width=\"220\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg\"><img class=\"size-medium wp-image-3136\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4-220x300.jpg\" alt=\"Carrie Morgan\" width=\"220\" height=\"300\" /></a> Carrie Morgan[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Carrie Morgan\r\n\r\n<strong>Organization</strong>:   <a href=\"http://rockthestatusquo.com/\" target=\"_blank\">Rock The Status Quo</a>\r\n\r\nAuthor of <em>Above The Noise: Creating Trust, Value &amp; Reputation Online Using Digital PR</em>. Senior digital PR consultant - public relations, content marketing, social media &amp; SEO. Author. Feisty word nerd. #PRprochat founder.\r\n\r\n<strong>Twitter:</strong> @morgancarrie\r\n\r\n&nbsp;\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, <em>Above The Noise</em>. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at <a href=\"http://www.getstoried.com/\" target=\"_blank\">GetStoried.com</a>. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a>  for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n6. <strong>What’s your top—most cringe-worthy—writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/13.png\"><img class=\"aligncenter wp-image-3137 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/13-1024x512.png\" alt=\"13\" width=\"1024\" height=\"512\" /></a>\r\n\r\nCarrie has just released her book,<a href=\"http://www.amazon.com/Above-Noise-Creating-Reputation-Digital/dp/1628652586/ref=sr_1_1?ie=UTF8&amp;qid=1449082739&amp;sr=8-1&amp;keywords=above+the+noise+carrie+morgan\" target=\"_blank\"><em> Above the Noise</em></a>. Writing a book has its own special challenges, so I asked Carrie to elaborate.\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to sell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misconception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','inherit','open','open','','3134-revision-v1','','','2016-01-28 10:21:12','2016-01-28 15:21:12','',3134,'http://deborahbrody.com/2016/01/3134-revision-v1/',0,'revision','',0),
(3141,4,'2016-01-28 10:24:31','2016-01-28 15:24:31','Welcome to the first \"On Writing\" interview, a monthly series in which a marketing communications pro will answer seven questions about writing. This month, public relations consultant and author Carrie Morgan of Rock the Status Quo agreed to be the first <del>victim</del> pro to participate. Find her thoughts below.\r\n\r\n[caption id=\"attachment_3136\" align=\"alignleft\" width=\"220\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg\"><img class=\"size-medium wp-image-3136\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4-220x300.jpg\" alt=\"Carrie Morgan\" width=\"220\" height=\"300\" /></a> Carrie Morgan[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Carrie Morgan\r\n\r\n<strong>Organization</strong>:   <a href=\"http://rockthestatusquo.com/\" target=\"_blank\">Rock The Status Quo</a>\r\n\r\nAuthor of <em>Above The Noise: Creating Trust, Value &amp; Reputation Online Using Digital PR</em>. Senior digital PR consultant - public relations, content marketing, social media &amp; SEO. Author. Feisty word nerd. #PRprochat founder.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/morgancarrie\" target=\"_blank\">@morgancarrie</a>\r\n\r\n&nbsp;\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, <em>Above The Noise</em>. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at <a href=\"http://www.getstoried.com/\" target=\"_blank\">GetStoried.com</a>. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a>  for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n6. <strong>What’s your top—most cringe-worthy—writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/13.png\"><img class=\"aligncenter wp-image-3137 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/13-1024x512.png\" alt=\"13\" width=\"1024\" height=\"512\" /></a>\r\n\r\nCarrie has just released her book,<a href=\"http://www.amazon.com/Above-Noise-Creating-Reputation-Digital/dp/1628652586/ref=sr_1_1?ie=UTF8&amp;qid=1449082739&amp;sr=8-1&amp;keywords=above+the+noise+carrie+morgan\" target=\"_blank\"><em> Above the Noise</em></a>. Writing a book has its own special challenges, so I asked Carrie to elaborate.\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to sell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misconception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books.\r\n\r\n<span style=\"color: #ff0000;\"> Stay tuned to this space for upcoming On Writing interviews. And remember, if you need to create or recreate marketing materials, I am here to help!</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','inherit','open','open','','3134-revision-v1','','','2016-01-28 10:24:31','2016-01-28 15:24:31','',3134,'http://deborahbrody.com/2016/01/3134-revision-v1/',0,'revision','',0),
(3140,4,'2016-01-28 10:23:35','2016-01-28 15:23:35','Welcome to the first \"On Writing\" interview, a monthly series in which a marketing communications pro will answer seven questions about writing. This month, public relations consultant and author Carrie Morgan of Rock the Status Quo agreed to be the first <del>victim</del> pro to participate. Find her thoughts below.\r\n\r\n[caption id=\"attachment_3136\" align=\"alignleft\" width=\"220\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg\"><img class=\"size-medium wp-image-3136\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4-220x300.jpg\" alt=\"Carrie Morgan\" width=\"220\" height=\"300\" /></a> Carrie Morgan[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Carrie Morgan\r\n\r\n<strong>Organization</strong>:   <a href=\"http://rockthestatusquo.com/\" target=\"_blank\">Rock The Status Quo</a>\r\n\r\nAuthor of <em>Above The Noise: Creating Trust, Value &amp; Reputation Online Using Digital PR</em>. Senior digital PR consultant - public relations, content marketing, social media &amp; SEO. Author. Feisty word nerd. #PRprochat founder.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/morgancarrie?ref_src=twsrc^google|twcamp^serp|twgr^author\" target=\"_blank\">@morgancarrie</a>\r\n\r\n&nbsp;\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, <em>Above The Noise</em>. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at <a href=\"http://www.getstoried.com/\" target=\"_blank\">GetStoried.com</a>. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a>  for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n6. <strong>What’s your top—most cringe-worthy—writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/13.png\"><img class=\"aligncenter wp-image-3137 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/13-1024x512.png\" alt=\"13\" width=\"1024\" height=\"512\" /></a>\r\n\r\nCarrie has just released her book,<a href=\"http://www.amazon.com/Above-Noise-Creating-Reputation-Digital/dp/1628652586/ref=sr_1_1?ie=UTF8&amp;qid=1449082739&amp;sr=8-1&amp;keywords=above+the+noise+carrie+morgan\" target=\"_blank\"><em> Above the Noise</em></a>. Writing a book has its own special challenges, so I asked Carrie to elaborate.\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to sell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misconception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books.\r\n\r\n<span style=\"color: #ff0000;\"> Stay tuned to this space for upcoming On Writing interviews. And remember, if you need to create or recreate marketing materials, I am here to help!</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','inherit','open','open','','3134-revision-v1','','','2016-01-28 10:23:35','2016-01-28 15:23:35','',3134,'http://deborahbrody.com/2016/01/3134-revision-v1/',0,'revision','',0),
(3142,4,'2016-01-28 10:25:24','2016-01-28 15:25:24','Welcome to the first \"On Writing\" interview, a monthly series in which a marketing communications pro will answer seven questions about writing. This month, public relations consultant and author Carrie Morgan of Rock the Status Quo agreed to be the first <del>victim</del> pro to participate. Find her thoughts below.\r\n\r\n[caption id=\"attachment_3136\" align=\"alignleft\" width=\"220\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg\"><img class=\"size-medium wp-image-3136\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4-220x300.jpg\" alt=\"Carrie Morgan\" width=\"220\" height=\"300\" /></a> Carrie Morgan[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Carrie Morgan\r\n\r\n<strong>Organization</strong>:   <a href=\"http://rockthestatusquo.com/\" target=\"_blank\">Rock The Status Quo</a>\r\n\r\nAuthor of <em>Above The Noise: Creating Trust, Value &amp; Reputation Online Using Digital PR</em>. Senior digital PR consultant - public relations, content marketing, social media &amp; SEO. Author. Feisty word nerd. #PRprochat founder.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/morgancarrie\" target=\"_blank\">@morgancarrie</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, <em>Above The Noise</em>. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at <a href=\"http://www.getstoried.com/\" target=\"_blank\">GetStoried.com</a>. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a>  for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy—writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/13.png\"><img class=\"aligncenter wp-image-3137 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/13-1024x512.png\" alt=\"13\" width=\"1024\" height=\"512\" /></a>\r\n\r\nCarrie has just released her book,<a href=\"http://www.amazon.com/Above-Noise-Creating-Reputation-Digital/dp/1628652586/ref=sr_1_1?ie=UTF8&amp;qid=1449082739&amp;sr=8-1&amp;keywords=above+the+noise+carrie+morgan\" target=\"_blank\"><em> Above the Noise</em></a>. Writing a book has its own special challenges, so I asked Carrie to elaborate.\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to sell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misconception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books.\r\n\r\n<span style=\"color: #ff0000;\"> Stay tuned to this space for upcoming On Writing interviews. And remember, if you need to create or recreate marketing materials, I am here to help!</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','inherit','open','open','','3134-revision-v1','','','2016-01-28 10:25:24','2016-01-28 15:25:24','',3134,'http://deborahbrody.com/2016/01/3134-revision-v1/',0,'revision','',0),
(3143,4,'2016-01-28 10:29:00','2016-01-28 15:29:00','Welcome to the first \"On Writing\" interview, a monthly series in which a marketing communications pro will answer seven questions about writing. This month, public relations consultant and author Carrie Morgan of Rock the Status Quo agreed to be the first <del>victim</del> pro to participate. Find her thoughts below.\r\n\r\n[caption id=\"attachment_3136\" align=\"alignleft\" width=\"220\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg\"><img class=\"size-medium wp-image-3136\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4-220x300.jpg\" alt=\"Carrie Morgan\" width=\"220\" height=\"300\" /></a> Carrie Morgan[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Carrie Morgan</strong>\r\n\r\nAuthor of <em>Above The Noise: Creating Trust, Value &amp; Reputation Online Using Digital PR</em>. Senior digital PR consultant - public relations, content marketing, social media &amp; SEO. Author. Feisty word nerd. #PRprochat founder.\r\n\r\n<strong>Organization</strong>:   <a href=\"http://rockthestatusquo.com/\" target=\"_blank\">Rock The Status Quo</a>\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/morgancarrie\" target=\"_blank\">@morgancarrie</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, <em>Above The Noise</em>. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at <a href=\"http://www.getstoried.com/\" target=\"_blank\">GetStoried.com</a>. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a>  for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy—writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/13.png\"><img class=\"aligncenter wp-image-3137 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/13-1024x512.png\" alt=\"13\" width=\"1024\" height=\"512\" /></a>\r\n\r\nCarrie has just released her book,<a href=\"http://www.amazon.com/Above-Noise-Creating-Reputation-Digital/dp/1628652586/ref=sr_1_1?ie=UTF8&amp;qid=1449082739&amp;sr=8-1&amp;keywords=above+the+noise+carrie+morgan\" target=\"_blank\"><em> Above the Noise</em></a>. Writing a book has its own special challenges, so I asked Carrie to elaborate.\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to sell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misconception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books.\r\n\r\n<span style=\"color: #ff0000;\">Stay tuned to this space for upcoming On Writing interviews. And remember, if you need to create or recreate marketing materials, I am here to help!</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','inherit','open','open','','3134-revision-v1','','','2016-01-28 10:29:00','2016-01-28 15:29:00','',3134,'http://deborahbrody.com/2016/01/3134-revision-v1/',0,'revision','',0),
(3144,4,'2016-01-28 10:30:23','2016-01-28 15:30:23','Welcome to the first \"On Writing\" interview, a monthly series in which a marketing communications pro will answer seven questions about writing. This month, public relations consultant and author Carrie Morgan of Rock the Status Quo agreed to be the first <del>victim</del> pro to participate. Find her thoughts below.\r\n\r\n[caption id=\"attachment_3136\" align=\"alignleft\" width=\"220\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4.jpg\"><img class=\"size-medium wp-image-3136\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/Carrie-Morgan-headshot-4-220x300.jpg\" alt=\"Carrie Morgan\" width=\"220\" height=\"300\" /></a> Carrie Morgan[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Carrie Morgan</strong>\r\n\r\nAuthor of <em>Above The Noise: Creating Trust, Value &amp; Reputation Online Using Digital PR</em>. Senior digital PR consultant - public relations, content marketing, social media &amp; SEO. Author. Feisty word nerd. #PRprochat founder.\r\n\r\n<strong>Organization</strong>:  <a href=\"http://rockthestatusquo.com/\" target=\"_blank\">Rock The Status Quo</a>\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/morgancarrie\" target=\"_blank\">@morgancarrie</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR professional who focuses on digital PR, I’d consider writing to be my most important skill, and something that quickly sets me apart from competitors. It drives over 90 percent of my revenue, since I specialize in content marketing, messaging and search engine optimization, allowing me to achieve amazing results for my clients. I constantly work to improve my storytelling skills, too, which is a fascinating trend to watch right now. My love of writing and helping others led to publication of my first book, <em>Above The Noise</em>. It launched just this week, and can be found at Amazon, Barnes &amp; Noble and many bookstores.\r\n\r\n<strong> 2. Does writing well still matter in a digital/text/emoji world?   </strong>\r\n\r\nWriting absolutely matters! From a great headline driving social shares and viral activity to a 140-character tweet, our ability to wordsmith drives conversion and success, or feeds client failure. A picture might say a thousand words, but a few words strung together creatively have REMARKABLE power. As an industry, communications professionals don’t put nearly enough emphasis on the importance of writing skills. It’s an essential skill. In my opinion, every minute you invest in improving your writing skills (and reading – which improves writing skills almost by osmosis!) delivers a huge dividend. As far as self-education goes, the benefits far outweigh the energy and time it requires to improve. LinkedIn long-form posts or Medium are great places to practice if you don’t want to create your own branded blog. LinkedIn particularly works well, since it also helps you build a personal brand – always a solid career move.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead as much as possible, since it boost your vocabulary and grammar skills through exposure, write as much as possible to practice your skills, and invest at least a few hours each month learning something new. Michael Margolis provides a wonderful free eBook on business storytelling skills at <a href=\"http://www.getstoried.com/\" target=\"_blank\">GetStoried.com</a>. I’m excited to say he’ll be a guest on <a href=\"http://rockthestatusquo.com/prprochat-pr-twitter-chat-for-public-relations-professionals/\">#PRprochat</a> in April, if you’d like to join us!\r\n\r\n<strong> 4. </strong><strong>W</strong><strong>hat are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI don’t use very many tools, actually, I just write as often as possible. My blog is my #1 tool, since it is the primary place that I practice my writing skills. Twitter is fabulous for teaching brevity while remaining compelling. I also curate marketing and PR content every day, which keeps me on top of new trends and tips throughout the day.\r\n\r\n<strong> 5. </strong><strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI follow the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a>  for public relations content that will be exposed to journalists or formal media platforms – such as press releases, byline articles for a media publication and media pitches. For other kinds of content however, such as blogging or infographics, I fit the style to the outlet. Many non-journalistic media use the Chicago Manual of Style or Strunk &amp; White. A blog post for a business journal might use AP style, but a blog post for a client should be consistent with the style already used on their site. Blogging especially can often use a less formal style of writing. I match the style to the platform as much as possible.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy—writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve? That’s a tough one.... I really hate it when people retweet something with an error in it. If you liked it enough to share it, take a second to fix the error before you pass it on. Otherwise their error becomes YOUR error. Another pet peeve are press release quotes that sound like every other quote. Be bold, take a stand and write something with a bit of thought leadership to it.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “heinous”—I think because it’s a word my teenage son really hates, so the look on his face and his reaction when I use it encourage me to repeat it as much as possible. My least favorite word is any misspelled word.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/01/13.png\"><img class=\"aligncenter wp-image-3137 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2016/01/13-1024x512.png\" alt=\"13\" width=\"1024\" height=\"512\" /></a>\r\n\r\nCarrie has just released her book,<a href=\"http://www.amazon.com/Above-Noise-Creating-Reputation-Digital/dp/1628652586/ref=sr_1_1?ie=UTF8&amp;qid=1449082739&amp;sr=8-1&amp;keywords=above+the+noise+carrie+morgan\" target=\"_blank\"><em> Above the Noise</em></a>. Writing a book has its own special challenges, so I asked Carrie to elaborate.\r\n\r\n<strong>How long did it take you to write this book?</strong>\r\n\r\nThis book is several years in the making, because I started out with a different book than the one actually published this week. It took FAR more time to write than I expected, though – about six months of weekends and nights. Building the platform before I approached publishers with my book proposal was about eighteen months of solid effort, on top of time invested to actually write the book.\r\n\r\n<strong> Did you face any obstacles and how did you overcome them?</strong>\r\n\r\nIt was an interesting journey! For my first book idea, Digital Haystack, I spent over a year and a half building my platform, then reached out to New York book agents until I landed one, thinking that would help me land a book deal. It wasn’t a good experience. Basically, all the agent did was take a book proposal I’d already created, and email it out to a small database of contacts. I had to push her and babysit the process every step of the way. When we finally landed a deal, I ended up firing the publisher (who wanted to change the name of the book, a decision from its board of directors who knew nothing about marketing as an industry and wanted to use a term that’s been outdated for a decade on a book of modern best practices). After I’d cancelled that contract, with no help from the agent, I ended up also firing the agent because she made no effort to sell the book. So that I wouldn’t have to pay her a commission, I restructured the book and sold it within twenty minutes of sending out my new book proposal. It was an interesting process, for sure, and I learned some valuable lessons. I’m already working on my second book.\r\n\r\n<strong>Any tips for people thinking of writing a book?</strong>\r\n\r\nBuild an audience before you write the book, and begin marketing LONG before the book is published, otherwise you’ll never rise above the noise to be heard. You also won’t be able to draw the interest of publishers, if that’s your goal. They want pre-existing audience for the book. There’s also a common misconception that publishers will do the book marketing for you. False! They are printers with lackluster marketing skills who only invest budget marketing authors who are already proven to be successful. They do next to nothing for new authors. You must be prepared to do it yourself AND have a budget for that marketing. Also, be very careful of self-publishing. I’d estimate that 90% or more of self-published books were written for vanity reasons and missing the kind of quality a publisher would require, but it’s a huge market where everyone makes money except for the author. Also know that self-publishing carries a different kind of clout than something put out by a publishing house. Know the difference, and make sure the road you choose fits your goals for the book. One last thought: before I began the journey to being an author, I had no clue that over 95% of authors make next to NO MONEY on their book. Write it for other reasons. I wrote my book to build up my reputation as a consultant, not to sell books.\r\n\r\n<span style=\"color: #ff0000;\">Stay tuned to this space for upcoming On Writing interviews. And remember, if you need to create or recreate marketing materials, I am here to help!</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Carrie Morgan rocks the status quo','','inherit','open','open','','3134-revision-v1','','','2016-01-28 10:30:23','2016-01-28 15:30:23','',3134,'http://deborahbrody.com/2016/01/3134-revision-v1/',0,'revision','',0),
(3147,4,'2016-02-03 12:00:12','2016-02-03 17:00:12','Organizations  often spend a lot of time creating (or redesigning) the perfect website. It could take months to get the best design, the right content, and everything running smoothly. Then, finally, the website is launched or relaunched. But it won\'t be perfect.\r\n\r\nThere will be kinks: broken links, missing information, pictures not loading correctly, etc.   Some of these kinks get worked out once they are found. But many times, the kinks are not discovered right away.\r\n\r\n<strong>I can\'t find it and you don\'t know it if you don\'t use it.</strong>\r\n\r\nJust last week, I needed information on putting a stop payment on a check. I first went to my bank\'s website. I looked around and could not find any information on how to do it or how much it would cost. I was forced to call. I spoke to a representative, who explained the costs and the process. I asked if I could do it online. Yes, she said, of course. I asked how. She had to transfer me to a website customer service agent. I posed the same question. She looked around, and finally discovered where this information lay. It was not obvious, or easily found. And doing a search did not turn it up. The bank had no idea.\r\n\r\n<strong>Does it happen the way you say it happens?</strong>\r\n\r\nI went to a website that offered a free ebook if you signed up for an email newsletter. After inputting my email address, I got a pop-up saying  I would get a link in my inbox very soon to which I\'d then have to respond. And once I\'d done that, I\'d have to wait to get another link to get the ebook (process seems a bit too long but that is another story). It took quite a while for the first link to show up. And then it took another long while for the other link to show up.  I am pretty sure that the website\'s owner has never had to sign up to download the ebook.\r\n\r\n&nbsp;','Your website needs continual oversight','','inherit','open','open','','3146-revision-v1','','','2016-02-03 12:00:12','2016-02-03 17:00:12','',3146,'http://deborahbrody.com/2016/02/3146-revision-v1/',0,'revision','',0),
(3148,4,'2016-02-03 12:53:15','2016-02-03 17:53:15','Organizations  often spend a lot of time (and money) creating (or redesigning) the perfect website. It could take months to get the best design, the right content, and everything running smoothly. Then, finally, the website is launched or relaunched. But it won\'t be perfect. It still need scrutiny and probably, more work.\r\n\r\n<strong>You can\'t stop working on your website--it\'s a continuous process</strong>\r\n\r\nFirs of all, your newly launched website will most certainly have all sorts of kinks: broken links, missing information, pictures not loading correctly, etc.  Some of these kinks get worked out once they are found. But many times, the kinks are not discovered right away.\r\n\r\n<strong>You need user feedback.</strong>\r\n\r\nYour website should be designed with the user in mind (user experience or UX design). And perhaps it was, but how do <em>your</em> users interact with the website? What information do they need to find? What do they like and what don\'t they like? OK, so maybe they won\'t come out and tell you, but you probably do know what areas of your website are being visited and which aren\'t.\r\n\r\n<strong>Bank website: I can\'t find what I need!\r\n</strong>\r\n\r\nJust last week, I needed information on putting a stop payment on a check. I first went to my bank\'s website. I looked around and could not find any information on how to do it or how much it would cost. I was forced to call. I spoke to a representative, who explained the costs and the process. I asked if I could do it online. Yes, she said, of course. I asked how. She had to transfer me to a website customer service agent. I posed the same question. She looked around, and finally discovered where this information lay. It was not obvious, or easily found. And doing a search did not turn it up. The bank had no idea that something so common as a stop payment was not addressed on its website.\r\n\r\n<strong>Does it happen the way you say it happens?</strong>\r\n\r\nI went to a website that offered a free ebook if you signed up for an email newsletter. After inputting my email address, I got a pop-up saying  I would get a link in my inbox very soon to which I\'d then have to respond. And once I\'d done that, I\'d have to wait to get another link to get the ebook (process seems a bit too long but that is another story). It took quite a while for the first link to show up. And then it took another long while for the other link to show up.  I am pretty sure that the website\'s owner has never had to sign up to download the ebook.\r\n\r\n&nbsp;','Your website needs attention','','inherit','open','open','','3146-revision-v1','','','2016-02-03 12:53:15','2016-02-03 17:53:15','',3146,'http://deborahbrody.com/2016/02/3146-revision-v1/',0,'revision','',0),
(3149,4,'2016-02-09 14:43:09','2016-02-09 19:43:09','I only watched the first part of Super Bowl 50, and halfheartedly at that. I am not a football fan, and I had no reason to root for either the Broncos or the Panthers. Also, I wasn\'t at a Super Bowl party. The only part that I was paying some attention to was the commercials.\r\n\r\nI have always been interested in Super Bowl advertising from a professional standpoint, ever since my first job as a media buyer at a now defunct Boston ad agency. While I was there, one of the media directors gave a presentation about why it had been worth it to spend $1 million (this was in the 1990s) to run one 30-second spot for a small, up to then unknown, company:\r\n<ul>\r\n	<li>He said it increased national <strong>brand recognition</strong> dramatically</li>\r\n	<li>And also, perhaps even more important strategically, made this company <strong>look like a big player</strong>, since the other Super Bowl advertisers are generally well established (well funded) brands such as Budweiser and Coca Cola.</li>\r\n</ul>\r\nToday, Super Bowl ads cost close to $5 million for each 30-second spot. And then there are the other costs: advertising agency fees, production, talent (and famous talent ain\'t cheap), which probably tack on another $1-2 million, making it a huge chunk of the company\'s marketing budget.\r\n\r\n<strong>Is it worth it?</strong>\r\n\r\nClearly, advertisers think Super Bowl advertising is worth it. And since we don\'t know what their objectives are (brand recognition, sales, image bolstering), it is hard to say whether these are achieved.\r\n\r\n(You can check out who the advertisers were on Super Bowl 50 and link to all the spots in this AdAge article <a href=\"http://adage.com/article/special-report-super-bowl/super-bowl-50-ad-chart-buying-big-game-commercials/301183/\" target=\"_blank\">Super Bowl 50 Complete Ad Chart</a>.)\r\n\r\nIn my opinion, one of the best ads of the night was the Bud Light commercial featuring Seth Rogen and Amy Schumer.\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"https://www.youtube.com/embed/JohgwbpQuy8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt was genuinely clever and funny. And packed a whole lot of celebrity punch. But, are you going to start drinking Bud Light? I bet that if you already drink Bud, perhaps you will feel more secure about your choice. This is called <strong>social proof,</strong> which means that we believe behavior (drinking Bud Light) is cool if other people (Seth Rogen! Amy Schumer!) think it is.\r\n\r\nBut, on the other hand, if you are like me, you will never, ever, drink Bud Light. No amount of cute or smart or funny commercials are going to make me choose Bud Light the next time I am at a bar, restaurant or liquor store. I just don\'t like it.\r\n\r\nI have a<strong> hardened opinion</strong>, and it is very hard to change this type of view. By the way, the same goes for my opinion of several other big Super Bowl advertisers including Doritos (don\'t eat them), Taco Bell (just not going there), and Mountain Dew (really, a monkey-baby nightmare?).\r\n\r\nBut, on issues where people don\'t have an opinion or don\'t have enough information, a Super Bowl commercial can really make a difference. Another ad that was not only funny but very effective was this one for the Amazon Echo, featuring Alec Baldwin, Jason Schwartzman, Dan Marino and Missy Elliot:\r\n<iframe src=\"https://www.youtube.com/embed/qTz5jAn-XX8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThis introduced a product and also piqued interest. I\'d be curious to know how Echo sales do after this, but just based on Twitter, there was a lot of chatter about it (brand recognition, check!).\r\n\r\nIn sum, Super Bowl advertising expenditure is somewhat overblown for brands with strong brand recognition but can be worth it for new products or brands.\r\n\r\nWhat do you think? If you watched the Super Bowl, did you focus on the commercials? Did any make you think differently about a product or brand? Let me know in the comments.','Do Super Bowl ads change minds?','','publish','open','open','','do-super-bowl-ads-change-minds','','','2016-02-09 17:39:35','2016-02-09 22:39:35','',0,'http://deborahbrody.com/?p=3149',0,'post','',0),
(3150,4,'2016-02-09 14:41:50','2016-02-09 19:41:50','I only watched the first part of Super Bowl 50, and halfheartedly at that. I am not a football fan, and I had no reason to root for either the Broncos or the Panthers. And I was not at Super Bowl party. If I do watch the Super Bowl it is to check out the ads.\r\n\r\nI have always been interested from a professional standpoint, ever since my first job as a media buyer at a now defunct Boston ad agency. While I was there, one of the media directors gave a presentation about why it had been worth it to spend $1 million (this was in the 1990s) to run one 30-second spot for a small, up to then unknown, company:\r\n<ul>\r\n	<li>He said it increased national <strong>brand recognition</strong> dramatically</li>\r\n	<li>And also, perhaps even more important strategically, made this company <strong>look like a big player</strong>, since the other Super Bowl advertisers are generally well established (well funded) brands such as Budweiser and Coca Cola.</li>\r\n</ul>\r\nToday, Super Bowl ads cost close to $5 million for each 30-second spot. And then there are the other costs: advertising agency fees, production, talent (and famous talent ain\'t cheap), which probably tack on another $1-2 million, making it a huge chunk of the company\'s marketing budget.\r\n\r\n<strong>Is it worth it?</strong>\r\n\r\nClearly, advertisers think Super Bowl advertising is worth it. And since we don\'t know what their objectives are (brand recognition, sales, image bolstering), it is hard to say whether these are achieved.\r\n\r\n(You can check out who the advertisers were on Super Bowl 50 and link to all the spots in this AdAge article <a href=\"http://adage.com/article/special-report-super-bowl/super-bowl-50-ad-chart-buying-big-game-commercials/301183/\" target=\"_blank\">Super Bowl 50 Complete Ad Chart</a>.)\r\n\r\nIn my opinion, one of the best ads of the night was the Bud Light commercial featuring Seth Rogen and Amy Schumer.\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"https://www.youtube.com/embed/JohgwbpQuy8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt was genuinely clever and funny. And packed a whole lot of celebrity punch. But, are you going to start drinking Bud Light? I bet that if you already drink Bud, perhaps you will feel more secure about your choice. This is called <strong>social proof,</strong> which means that we believe behavior (drinking Bud Light) is cool if other people (Seth Rogen! Amy Schumer!) think it is.\r\n\r\nBut, on the other hand, if you are like me, you will never, ever, drink Bud Light. No amount of cute or smart or funny commercials are going to make me choose Bud Light the next time I am at a bar, restaurant or liquor store. I just don\'t like it.\r\n\r\nI have a<strong> hardened opinion</strong>, and it is very hard to change this type of view. By the way, the same goes for my opinion of several other big Super Bowl advertisers including Doritos (don\'t eat them), Taco Bell (just not going there), and Mountain Dew (really, a monkey-baby nightmare?).\r\n\r\nBut, on issues where people don\'t have an opinion or don\'t have enough information, a Super Bowl commercial can really make a difference. Another ad that was not only funny but very effective was this one for the Amazon Echo, featuring Alec Baldwin, Jason Schwartzman, Dan Marino and Missy Elliot:\r\n\r\n&nbsp;\r\n<iframe src=\"https://www.youtube.com/embed/qTz5jAn-XX8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThis introduced a product and also piqued interest. I\'d be curious to know how Echo sales do after this, but just based on Twitter, there was a lot of chatter about it (brand recognition, check!).\r\n\r\nIn sum, Super Bowl advertising expenditure is somewhat overblown for brands with strong brand recognition but can be worth it for new products or brands.\r\n\r\nWhat do you think? If you watched the Super Bowl, did you focus on the commercials? Did any make you think differently about a product or brand? Let me know in the comments.','Do Super Bowl ads change minds?','','inherit','open','open','','3149-revision-v1','','','2016-02-09 14:41:50','2016-02-09 19:41:50','',3149,'http://deborahbrody.com/2016/02/3149-revision-v1/',0,'revision','',0),
(3151,4,'2016-02-09 17:38:56','2016-02-09 22:38:56','I only watched the first part of Super Bowl 50, and halfheartedly at that. I am not a football fan, and I had no reason to root for either the Broncos or the Panthers. Also, I wasn\'t at a Super Bowl party. The only part that I was paying some attention was t\n\nI have always been interested from a professional standpoint, ever since my first job as a media buyer at a now defunct Boston ad agency. While I was there, one of the media directors gave a presentation about why it had been worth it to spend $1 million (this was in the 1990s) to run one 30-second spot for a small, up to then unknown, company:\n<ul>\n	<li>He said it increased national <strong>brand recognition</strong> dramatically</li>\n	<li>And also, perhaps even more important strategically, made this company <strong>look like a big player</strong>, since the other Super Bowl advertisers are generally well established (well funded) brands such as Budweiser and Coca Cola.</li>\n</ul>\nToday, Super Bowl ads cost close to $5 million for each 30-second spot. And then there are the other costs: advertising agency fees, production, talent (and famous talent ain\'t cheap), which probably tack on another $1-2 million, making it a huge chunk of the company\'s marketing budget.\n\n<strong>Is it worth it?</strong>\n\nClearly, advertisers think Super Bowl advertising is worth it. And since we don\'t know what their objectives are (brand recognition, sales, image bolstering), it is hard to say whether these are achieved.\n\n(You can check out who the advertisers were on Super Bowl 50 and link to all the spots in this AdAge article <a href=\"http://adage.com/article/special-report-super-bowl/super-bowl-50-ad-chart-buying-big-game-commercials/301183/\" target=\"_blank\">Super Bowl 50 Complete Ad Chart</a>.)\n\nIn my opinion, one of the best ads of the night was the Bud Light commercial featuring Seth Rogen and Amy Schumer.\n\n&nbsp;\n\n<iframe src=\"https://www.youtube.com/embed/JohgwbpQuy8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nIt was genuinely clever and funny. And packed a whole lot of celebrity punch. But, are you going to start drinking Bud Light? I bet that if you already drink Bud, perhaps you will feel more secure about your choice. This is called <strong>social proof,</strong> which means that we believe behavior (drinking Bud Light) is cool if other people (Seth Rogen! Amy Schumer!) think it is.\n\nBut, on the other hand, if you are like me, you will never, ever, drink Bud Light. No amount of cute or smart or funny commercials are going to make me choose Bud Light the next time I am at a bar, restaurant or liquor store. I just don\'t like it.\n\nI have a<strong> hardened opinion</strong>, and it is very hard to change this type of view. By the way, the same goes for my opinion of several other big Super Bowl advertisers including Doritos (don\'t eat them), Taco Bell (just not going there), and Mountain Dew (really, a monkey-baby nightmare?).\n\nBut, on issues where people don\'t have an opinion or don\'t have enough information, a Super Bowl commercial can really make a difference. Another ad that was not only funny but very effective was this one for the Amazon Echo, featuring Alec Baldwin, Jason Schwartzman, Dan Marino and Missy Elliot:\n<iframe src=\"https://www.youtube.com/embed/qTz5jAn-XX8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nThis introduced a product and also piqued interest. I\'d be curious to know how Echo sales do after this, but just based on Twitter, there was a lot of chatter about it (brand recognition, check!).\n\nIn sum, Super Bowl advertising expenditure is somewhat overblown for brands with strong brand recognition but can be worth it for new products or brands.\n\nWhat do you think? If you watched the Super Bowl, did you focus on the commercials? Did any make you think differently about a product or brand? Let me know in the comments.','Do Super Bowl ads change minds?','','inherit','open','open','','3149-autosave-v1','','','2016-02-09 17:38:56','2016-02-09 22:38:56','',3149,'http://deborahbrody.com/2016/02/3149-autosave-v1/',0,'revision','',0),
(3152,4,'2016-02-09 17:39:35','2016-02-09 22:39:35','I only watched the first part of Super Bowl 50, and halfheartedly at that. I am not a football fan, and I had no reason to root for either the Broncos or the Panthers. Also, I wasn\'t at a Super Bowl party. The only part that I was paying some attention to was the commercials.\r\n\r\nI have always been interested in Super Bowl advertising from a professional standpoint, ever since my first job as a media buyer at a now defunct Boston ad agency. While I was there, one of the media directors gave a presentation about why it had been worth it to spend $1 million (this was in the 1990s) to run one 30-second spot for a small, up to then unknown, company:\r\n<ul>\r\n	<li>He said it increased national <strong>brand recognition</strong> dramatically</li>\r\n	<li>And also, perhaps even more important strategically, made this company <strong>look like a big player</strong>, since the other Super Bowl advertisers are generally well established (well funded) brands such as Budweiser and Coca Cola.</li>\r\n</ul>\r\nToday, Super Bowl ads cost close to $5 million for each 30-second spot. And then there are the other costs: advertising agency fees, production, talent (and famous talent ain\'t cheap), which probably tack on another $1-2 million, making it a huge chunk of the company\'s marketing budget.\r\n\r\n<strong>Is it worth it?</strong>\r\n\r\nClearly, advertisers think Super Bowl advertising is worth it. And since we don\'t know what their objectives are (brand recognition, sales, image bolstering), it is hard to say whether these are achieved.\r\n\r\n(You can check out who the advertisers were on Super Bowl 50 and link to all the spots in this AdAge article <a href=\"http://adage.com/article/special-report-super-bowl/super-bowl-50-ad-chart-buying-big-game-commercials/301183/\" target=\"_blank\">Super Bowl 50 Complete Ad Chart</a>.)\r\n\r\nIn my opinion, one of the best ads of the night was the Bud Light commercial featuring Seth Rogen and Amy Schumer.\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"https://www.youtube.com/embed/JohgwbpQuy8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt was genuinely clever and funny. And packed a whole lot of celebrity punch. But, are you going to start drinking Bud Light? I bet that if you already drink Bud, perhaps you will feel more secure about your choice. This is called <strong>social proof,</strong> which means that we believe behavior (drinking Bud Light) is cool if other people (Seth Rogen! Amy Schumer!) think it is.\r\n\r\nBut, on the other hand, if you are like me, you will never, ever, drink Bud Light. No amount of cute or smart or funny commercials are going to make me choose Bud Light the next time I am at a bar, restaurant or liquor store. I just don\'t like it.\r\n\r\nI have a<strong> hardened opinion</strong>, and it is very hard to change this type of view. By the way, the same goes for my opinion of several other big Super Bowl advertisers including Doritos (don\'t eat them), Taco Bell (just not going there), and Mountain Dew (really, a monkey-baby nightmare?).\r\n\r\nBut, on issues where people don\'t have an opinion or don\'t have enough information, a Super Bowl commercial can really make a difference. Another ad that was not only funny but very effective was this one for the Amazon Echo, featuring Alec Baldwin, Jason Schwartzman, Dan Marino and Missy Elliot:\r\n<iframe src=\"https://www.youtube.com/embed/qTz5jAn-XX8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThis introduced a product and also piqued interest. I\'d be curious to know how Echo sales do after this, but just based on Twitter, there was a lot of chatter about it (brand recognition, check!).\r\n\r\nIn sum, Super Bowl advertising expenditure is somewhat overblown for brands with strong brand recognition but can be worth it for new products or brands.\r\n\r\nWhat do you think? If you watched the Super Bowl, did you focus on the commercials? Did any make you think differently about a product or brand? Let me know in the comments.','Do Super Bowl ads change minds?','','inherit','open','open','','3149-revision-v1','','','2016-02-09 17:39:35','2016-02-09 22:39:35','',3149,'http://deborahbrody.com/2016/02/3149-revision-v1/',0,'revision','',0),
(3154,4,'2016-02-16 12:53:37','2016-02-16 17:53:37','I just watched the movie <a href=\"https://youtu.be/MqOz8-Sto1g\" target=\"_blank\">\"Truth,\"</a> starring Cate Blanchett and Robert Redford, about questionable documents, used by producer Mary Mapes and reported by Dan Rather on <em>60 Minutes II</em>, which purported to prove that George W. Bush may not have served his full duty in the National Guard.\r\n\r\nThe movie came out last year around the same time as <a href=\"https://youtu.be/Zg5zSVxx9JM\" target=\"_blank\">\"Spotlight,\"</a> also a movie about journalists. \"Spotlight\" (which I saw last year) tells the story of the <em>Boston Globe</em> reporters who investigated child abuse by Catholic priests in Boston, and the subsequent Church cover-up. Both movies are based on real stories, and both deal with reporting, but that is where any similarity ends.\r\n\r\n\"Truth\" portrays a major screw-up at CBS. \"Spotlight\" portrays a major triumph by the <em>Boston Globe</em>.\r\n\r\nAlso, \"Truth\" is about broadcast journalism and \"Spotlight\" is about print journalism and the differences are stark. In \"Truth,\" facts are not properly sourced essentially because of time constraints associated with broadcast deadlines. In \"Spotlight,\" the reporters are told they have to dig out and track down the sources until the story is right.\r\n\r\nThe bottom line is that having enough time to fact check and substantiate a story is the deciding factor between getting things right and screwing up.\r\n\r\nThese movies also show a different understanding of what a journalist’s role is. As the title implies, \"Truth\" is about getting at a truth, even though the facts may not be right. \"Spotlight\" is about not only getting the facts right, but getting enough information so that what is being presented can’t be easily challenged.\r\n\r\n<strong>Facts and truth are not the same.</strong>\r\n\r\nFacts are provable. The high temperature in Washington, D.C. on February 15<sup>th</sup> was 29F as recorded by the weather watchers at Reagan National Airport. You can check that.\r\n\r\nTruth is a belief, and it is changeable. What is true to someone, such as he/she believes that chocolate is the best flavor may not be true to someone who prefers vanilla. The only facts here are that chocolate and vanilla are flavors.\r\n\r\nWhen we write, and especially when we edit, we have to check the facts. Are names spelled correctly? Are the numbers used accurate? And further, we have to check the sources. Just because many people are saying something on social media does not make it factual. Not being careful with fact-checking leads to a story blowing up as it did in \"Truth.\" It may or may not be true that President Bush skirted his National Guard service, but it will never be proven without checking sources (are they reliable?) and facts carefully and thoroughly.\r\n\r\n<strong>Is the campaign trail a fact-free zone?</strong>\r\n\r\nAnd that brings me to political journalism today. As has been evidenced countless times on the campaign trail, many of the candidates are not dealing in facts, but rather in their own truths or beliefs. And many political journalists are caught up in trying to question the “truth” without knowing or researching or checking the facts. So we hear statements that are not fact-based such as America is “less safe” today because of Barack Obama’s policies or that Obamacare is hurting the economy. These are not facts. They are beliefs and they are not provable.\r\n\r\nJournalists who are covering the campaign have a duty to find and point out the facts. Sometimes we’ll see them do this. For example, on <em>Fox News Sunday</em>, Chris Wallace pushed back against Ted Cruz’s assertion that Obamacare has been a job killer by quoting the jobless rate, which is the lowest it’s been since 2008. Cruz then punted and blamed the fact checkers, saying they were not impartial. You can read more<a href=\"http://www.mediaite.com/tv/thats-changing-the-subject-chris-wallace-confronts-cruz-on-health-care-claims/\" target=\"_blank\"> here.</a>\r\n\r\nBut not all journalists point to facts. We’ve seen many debates where the candidates’ assertions are not challenged. This is partially because there are so many such assertions, and partially because journalists do not necessarily know the facts. Just this weekend during the Republican debate, most of the candidates said that Obama should not (could not?) appoint a justice to the Supreme Court to replace Antonin Scalia (who died Saturday). Some claimed there was precedent for this. We’ve since learned of the so-called Thurmond rule, where, according to Senator Strom Thurmond, no appointments would be confirmed in the summer previous to the end of a president’s term. However, this is not actually a “rule” but rather a tradition, and one that is not really enforced. But, facts aside, Republican candidates keep insisting there is precedent. We even saw Ted Cruz state that if Obama appoints someone, the Second Amendment would “die.” I didn’t see any push back, perhaps because this is so belief-based there are no facts to counter the argument with.\r\n\r\n<strong>And then, if journalists do push back…</strong>\r\n\r\nRemember when Donald Trump claimed he saw Muslims celebrating the 9-11 attacks in the streets of New Jersey? To him, the truth was United States Muslims celebrated the country being attacked. The facts were that no such outdoor celebration occurred in New Jersey. None. Some journalists pushed back, citing the facts, but Trump doesn’t care about facts, especially if they do not substantiate his beliefs. And especially if continuing to refute facts gives him more publicity, but that’s another story.\r\n\r\nOur democracy is in real danger when beliefs trump facts. Journalists must do their job make sure that they are presenting facts and not beliefs. They should not let the pressures of the 24-7 news cycle make them into Mary Mapes, seeking some higher truth but not checking the facts. They should not let candidates’ questionable assertions go unchallenged. Many people—voters—get all their information from one source, their favored news outlet, and don’t fact check or examine the source of the information. They assume the information is reliable and make decisions based on it. Those decisions help elect presidents and do have consequences.\r\n\r\nDo you feel that journalists are doing the best they can? Could they do better? What makes a good journalist? Please share your opinions in the comments.\r\n\r\n&nbsp;','Truth vs. facts vs. journalism: an editorial','','publish','open','open','','truth-vs-facts-vs-journalism-an-editorial','','','2016-02-16 12:53:37','2016-02-16 17:53:37','',0,'http://deborahbrody.com/?p=3154',0,'post','',0),
(3155,4,'2016-02-16 12:20:26','2016-02-16 17:20:26','I just watched the movie <a href=\"https://youtu.be/MqOz8-Sto1g\" target=\"_blank\">\"Truth,\"</a> starring Cate Blanchett and Robert Redford, about questionable documents, used by producer Mary Mapes and reported by Dan Rather on 60 Minutes II, which purported to prove that George W. Bush may not have served his full duty in the National Guard.\r\n\r\nThe movie came out last year around the same time as <a href=\"https://youtu.be/Zg5zSVxx9JM\" target=\"_blank\">\"Spotlight,\"</a> also a movie about journalists. Spotlight (which I saw last year) tells the story of the <em>Boston Globe</em> reporters who investigated child abuse by Catholic priests in Boston, and the subsequent Church cover-up. Both movies are based on real stories, and both deal with reporting, but that is where any similarity ends.\r\n\r\n\"Truth\" portrays major screw-up at CBS. \"Spotlight\" portrays a major triumph by the <em>Boston Globe</em>.\r\n\r\nAlso, \"Truth\" is about broadcast journalism and \"Spotlight\" is about print journalism and the differences are stark. In \"Truth,\" facts are not properly sourced essentially because of time constraints associated with broadcast deadlines. In \"Spotlight,\" the reporters are told they have to dig out and track down the sources until the story is right.\r\n\r\nThe bottom line is that having enough time to fact check and substantiate a story is the deciding factor between getting things right and screwing up.\r\n\r\nBut these movies also show a different understanding of what a journalist’s role is. As the title implies, \"Truth\" is about getting at a truth, even though the facts may not be right. \"Spotlight\" is about not only getting the facts right but getting enough information so that what is being presented can’t be easily challenged.\r\n\r\n<strong>Facts and truth are not the same.</strong>\r\n\r\nFacts are check-able and provable. The high temperature in Washington, D.C. on February 15<sup>th</sup> was 29F as recorded by the weather watchers at Reagan National Airport. You can check that.\r\n\r\nTruth is a belief, and it is changeable. What is true to someone, such as he/she believes that chocolate is the best flavor may not be true to someone who prefers vanilla. The only facts here are that chocolate and vanilla are flavors.\r\n\r\nWhen we write, and especially when we edit, we have to check the facts. Are names spelled correctly? Are the numbers used accurate? And further, we have to check the sources. Just because many people are saying something on social media does not make it factual. Not being careful with fact-checking leads to a story blowing up as it did in \"Truth.\" It may or may not be true that President Bush skirted his National Guard service, but it will never be proven without checking sources and facts carefully and thoroughly.\r\n\r\n<strong>Is the campaign trail a fact-free zone?</strong>\r\n\r\nAnd that brings me to political journalism today. As has been evidenced countless times on the campaign trail, many of the candidates are not dealing in facts, but rather in their own truths or beliefs. And many political journalists are caught up in trying to question the “truth” without knowing or researching or checking the facts. So we hear statements that are not fact-based such as America is “less safe” today because of Barack Obama’s policies or that Obamacare is hurting the economy. These are not facts. They are beliefs and they are not provable.\r\n\r\nJournalists who are covering the campaign have a duty to point the facts. Sometimes we’ll see them do this. For example, on Fox’s Sunday program, Chris Wallace pushed back against Ted Cruz’s assertion that Obamacare has been a job killer, saying that the fact is that the jobless rate is the lowest it’s been since 2008. Cruz then punted and blamed the fact checkers, saying they were not impartial. You can read more<a href=\"http://www.mediaite.com/tv/thats-changing-the-subject-chris-wallace-confronts-cruz-on-health-care-claims/\" target=\"_blank\"> here.</a>\r\n\r\nBut not all journalists point to facts. We’ve seen many debates where the candidates’ assertions are not challenged. This is partially because there are so many such assertions, and partially because journalists do not necessarily know the facts. Just this weekend during the Republican debate, most of the candidates said that Obama should not (could not?) appoint a justice to replace Antonin Scalia. Some claimed there was precedent for this. We’ve since learned of the so-called Thurmond rule, where, according to Senator Strom Thurmond, no appointments would be confirmed in the summer previous to the end of a president’s term. However, this is not actually a “rule” but rather a tradition, and one that is not really enforced. But, facts aside, Republican candidates keep insisting there is precedent. We even saw Ted Cruz state that if Obama appoints someone, the Second Amendment would “die.” I didn’t see any pushback, perhaps because this is so belief-based there are no facts to counter the argument with.\r\n\r\n<strong>And then, if journalists do push back…</strong>\r\n\r\nRemember when Donald Trump claimed he saw Muslims celebrating the 9-11 attacks in the streets of New Jersey? To him, the truth was United States Muslims celebrated the country being attacked. The facts were that no such outdoor celebration occurred in New Jersey. None. Some journalists pushed back, citing the facts, but Trump doesn’t care about facts, especially if they do not substantiate his beliefs. And especially if continuing to refute facts gives him more publicity, but that’s another story.\r\n\r\nOur democracy is in real danger when beliefs trump facts. Journalists must do their job make sure that they are presenting facts and not beliefs. They should not let the pressures of the 24-7 news cycle make them into Mary Mapes, seeking truth and not checking the facts. They should not let candidates’ questionable assertions go unchallenged. Many people—voters—get all their information from one source, their favored news outlet, and don’t fact check or examine the source of the information. They assume the information is reliable and make decisions based on it. Those decisions help elect presidents and do have consequences.\r\n\r\nDo you feel that journalists are doing the best they can? Could they do better? What makes a good journalist?\r\n\r\n&nbsp;','Truth vs. facts vs. journalism: an editorial','','inherit','open','open','','3154-revision-v1','','','2016-02-16 12:20:26','2016-02-16 17:20:26','',3154,'http://deborahbrody.com/2016/02/3154-revision-v1/',0,'revision','',0),
(3156,4,'2016-02-16 12:48:04','2016-02-16 17:48:04','I just watched the movie <a href=\"https://youtu.be/MqOz8-Sto1g\" target=\"_blank\">\"Truth,\"</a> starring Cate Blanchett and Robert Redford, about questionable documents, used by producer Mary Mapes and reported by Dan Rather on <em>60 Minutes II</em>, which purported to prove that George W. Bush may not have served his full duty in the National Guard.\r\n\r\nThe movie came out last year around the same time as <a href=\"https://youtu.be/Zg5zSVxx9JM\" target=\"_blank\">\"Spotlight,\"</a> also a movie about journalists. \"Spotlight\" (which I saw last year) tells the story of the <em>Boston Globe</em> reporters who investigated child abuse by Catholic priests in Boston, and the subsequent Church cover-up. Both movies are based on real stories, and both deal with reporting, but that is where any similarity ends.\r\n\r\n\"Truth\" portrays a major screw-up at CBS. \"Spotlight\" portrays a major triumph by the <em>Boston Globe</em>.\r\n\r\nAlso, \"Truth\" is about broadcast journalism and \"Spotlight\" is about print journalism and the differences are stark. In \"Truth,\" facts are not properly sourced essentially because of time constraints associated with broadcast deadlines. In \"Spotlight,\" the reporters are told they have to dig out and track down the sources until the story is right.\r\n\r\nThe bottom line is that having enough time to fact check and substantiate a story is the deciding factor between getting things right and screwing up.\r\n\r\nThese movies also show a different understanding of what a journalist’s role is. As the title implies, \"Truth\" is about getting at a truth, even though the facts may not be right. \"Spotlight\" is about not only getting the facts right, but getting enough information so that what is being presented can’t be easily challenged.\r\n\r\n<strong>Facts and truth are not the same.</strong>\r\n\r\nFacts are provable. The high temperature in Washington, D.C. on February 15<sup>th</sup> was 29F as recorded by the weather watchers at Reagan National Airport. You can check that.\r\n\r\nTruth is a belief, and it is changeable. What is true to someone, such as he/she believes that chocolate is the best flavor may not be true to someone who prefers vanilla. The only facts here are that chocolate and vanilla are flavors.\r\n\r\nWhen we write, and especially when we edit, we have to check the facts. Are names spelled correctly? Are the numbers used accurate? And further, we have to check the sources. Just because many people are saying something on social media does not make it factual. Not being careful with fact-checking leads to a story blowing up as it did in \"Truth.\" It may or may not be true that President Bush skirted his National Guard service, but it will never be proven without checking sources (are they reliable?) and facts carefully and thoroughly.\r\n\r\n<strong>Is the campaign trail a fact-free zone?</strong>\r\n\r\nAnd that brings me to political journalism today. As has been evidenced countless times on the campaign trail, many of the candidates are not dealing in facts, but rather in their own truths or beliefs. And many political journalists are caught up in trying to question the “truth” without knowing or researching or checking the facts. So we hear statements that are not fact-based such as America is “less safe” today because of Barack Obama’s policies or that Obamacare is hurting the economy. These are not facts. They are beliefs and they are not provable.\r\n\r\nJournalists who are covering the campaign have a duty to find and point out the facts. Sometimes we’ll see them do this. For example, on <em>Fox News Sunday</em>, Chris Wallace pushed back against Ted Cruz’s assertion that Obamacare has been a job killer by quoting the jobless rate, which is the lowest it’s been since 2008. Cruz then punted and blamed the fact checkers, saying they were not impartial. You can read more<a href=\"http://www.mediaite.com/tv/thats-changing-the-subject-chris-wallace-confronts-cruz-on-health-care-claims/\" target=\"_blank\"> here.</a>\r\n\r\nBut not all journalists point to facts. We’ve seen many debates where the candidates’ assertions are not challenged. This is partially because there are so many such assertions, and partially because journalists do not necessarily know the facts. Just this weekend during the Republican debate, most of the candidates said that Obama should not (could not?) appoint a justice to the Supreme Court to replace Antonin Scalia (who died Saturday). Some claimed there was precedent for this. We’ve since learned of the so-called Thurmond rule, where, according to Senator Strom Thurmond, no appointments would be confirmed in the summer previous to the end of a president’s term. However, this is not actually a “rule” but rather a tradition, and one that is not really enforced. But, facts aside, Republican candidates keep insisting there is precedent. We even saw Ted Cruz state that if Obama appoints someone, the Second Amendment would “die.” I didn’t see any push back, perhaps because this is so belief-based there are no facts to counter the argument with.\r\n\r\n<strong>And then, if journalists do push back…</strong>\r\n\r\nRemember when Donald Trump claimed he saw Muslims celebrating the 9-11 attacks in the streets of New Jersey? To him, the truth was United States Muslims celebrated the country being attacked. The facts were that no such outdoor celebration occurred in New Jersey. None. Some journalists pushed back, citing the facts, but Trump doesn’t care about facts, especially if they do not substantiate his beliefs. And especially if continuing to refute facts gives him more publicity, but that’s another story.\r\n\r\nOur democracy is in real danger when beliefs trump facts. Journalists must do their job make sure that they are presenting facts and not beliefs. They should not let the pressures of the 24-7 news cycle make them into Mary Mapes, seeking some higher truth but not checking the facts. They should not let candidates’ questionable assertions go unchallenged. Many people—voters—get all their information from one source, their favored news outlet, and don’t fact check or examine the source of the information. They assume the information is reliable and make decisions based on it. Those decisions help elect presidents and do have consequences.\r\n\r\nDo you feel that journalists are doing the best they can? Could they do better? What makes a good journalist?\r\n\r\n&nbsp;','Truth vs. facts vs. journalism: an editorial','','inherit','open','open','','3154-revision-v1','','','2016-02-16 12:48:04','2016-02-16 17:48:04','',3154,'http://deborahbrody.com/2016/02/3154-revision-v1/',0,'revision','',0),
(3157,4,'2016-02-16 12:53:37','2016-02-16 17:53:37','I just watched the movie <a href=\"https://youtu.be/MqOz8-Sto1g\" target=\"_blank\">\"Truth,\"</a> starring Cate Blanchett and Robert Redford, about questionable documents, used by producer Mary Mapes and reported by Dan Rather on <em>60 Minutes II</em>, which purported to prove that George W. Bush may not have served his full duty in the National Guard.\r\n\r\nThe movie came out last year around the same time as <a href=\"https://youtu.be/Zg5zSVxx9JM\" target=\"_blank\">\"Spotlight,\"</a> also a movie about journalists. \"Spotlight\" (which I saw last year) tells the story of the <em>Boston Globe</em> reporters who investigated child abuse by Catholic priests in Boston, and the subsequent Church cover-up. Both movies are based on real stories, and both deal with reporting, but that is where any similarity ends.\r\n\r\n\"Truth\" portrays a major screw-up at CBS. \"Spotlight\" portrays a major triumph by the <em>Boston Globe</em>.\r\n\r\nAlso, \"Truth\" is about broadcast journalism and \"Spotlight\" is about print journalism and the differences are stark. In \"Truth,\" facts are not properly sourced essentially because of time constraints associated with broadcast deadlines. In \"Spotlight,\" the reporters are told they have to dig out and track down the sources until the story is right.\r\n\r\nThe bottom line is that having enough time to fact check and substantiate a story is the deciding factor between getting things right and screwing up.\r\n\r\nThese movies also show a different understanding of what a journalist’s role is. As the title implies, \"Truth\" is about getting at a truth, even though the facts may not be right. \"Spotlight\" is about not only getting the facts right, but getting enough information so that what is being presented can’t be easily challenged.\r\n\r\n<strong>Facts and truth are not the same.</strong>\r\n\r\nFacts are provable. The high temperature in Washington, D.C. on February 15<sup>th</sup> was 29F as recorded by the weather watchers at Reagan National Airport. You can check that.\r\n\r\nTruth is a belief, and it is changeable. What is true to someone, such as he/she believes that chocolate is the best flavor may not be true to someone who prefers vanilla. The only facts here are that chocolate and vanilla are flavors.\r\n\r\nWhen we write, and especially when we edit, we have to check the facts. Are names spelled correctly? Are the numbers used accurate? And further, we have to check the sources. Just because many people are saying something on social media does not make it factual. Not being careful with fact-checking leads to a story blowing up as it did in \"Truth.\" It may or may not be true that President Bush skirted his National Guard service, but it will never be proven without checking sources (are they reliable?) and facts carefully and thoroughly.\r\n\r\n<strong>Is the campaign trail a fact-free zone?</strong>\r\n\r\nAnd that brings me to political journalism today. As has been evidenced countless times on the campaign trail, many of the candidates are not dealing in facts, but rather in their own truths or beliefs. And many political journalists are caught up in trying to question the “truth” without knowing or researching or checking the facts. So we hear statements that are not fact-based such as America is “less safe” today because of Barack Obama’s policies or that Obamacare is hurting the economy. These are not facts. They are beliefs and they are not provable.\r\n\r\nJournalists who are covering the campaign have a duty to find and point out the facts. Sometimes we’ll see them do this. For example, on <em>Fox News Sunday</em>, Chris Wallace pushed back against Ted Cruz’s assertion that Obamacare has been a job killer by quoting the jobless rate, which is the lowest it’s been since 2008. Cruz then punted and blamed the fact checkers, saying they were not impartial. You can read more<a href=\"http://www.mediaite.com/tv/thats-changing-the-subject-chris-wallace-confronts-cruz-on-health-care-claims/\" target=\"_blank\"> here.</a>\r\n\r\nBut not all journalists point to facts. We’ve seen many debates where the candidates’ assertions are not challenged. This is partially because there are so many such assertions, and partially because journalists do not necessarily know the facts. Just this weekend during the Republican debate, most of the candidates said that Obama should not (could not?) appoint a justice to the Supreme Court to replace Antonin Scalia (who died Saturday). Some claimed there was precedent for this. We’ve since learned of the so-called Thurmond rule, where, according to Senator Strom Thurmond, no appointments would be confirmed in the summer previous to the end of a president’s term. However, this is not actually a “rule” but rather a tradition, and one that is not really enforced. But, facts aside, Republican candidates keep insisting there is precedent. We even saw Ted Cruz state that if Obama appoints someone, the Second Amendment would “die.” I didn’t see any push back, perhaps because this is so belief-based there are no facts to counter the argument with.\r\n\r\n<strong>And then, if journalists do push back…</strong>\r\n\r\nRemember when Donald Trump claimed he saw Muslims celebrating the 9-11 attacks in the streets of New Jersey? To him, the truth was United States Muslims celebrated the country being attacked. The facts were that no such outdoor celebration occurred in New Jersey. None. Some journalists pushed back, citing the facts, but Trump doesn’t care about facts, especially if they do not substantiate his beliefs. And especially if continuing to refute facts gives him more publicity, but that’s another story.\r\n\r\nOur democracy is in real danger when beliefs trump facts. Journalists must do their job make sure that they are presenting facts and not beliefs. They should not let the pressures of the 24-7 news cycle make them into Mary Mapes, seeking some higher truth but not checking the facts. They should not let candidates’ questionable assertions go unchallenged. Many people—voters—get all their information from one source, their favored news outlet, and don’t fact check or examine the source of the information. They assume the information is reliable and make decisions based on it. Those decisions help elect presidents and do have consequences.\r\n\r\nDo you feel that journalists are doing the best they can? Could they do better? What makes a good journalist? Please share your opinions in the comments.\r\n\r\n&nbsp;','Truth vs. facts vs. journalism: an editorial','','inherit','open','open','','3154-revision-v1','','','2016-02-16 12:53:37','2016-02-16 17:53:37','',3154,'http://deborahbrody.com/2016/02/3154-revision-v1/',0,'revision','',0),
(3170,4,'2016-03-03 16:01:06','2016-03-03 21:01:06','As a huge fan of British mysteries, I am always reading books by authors such as Peter Robinson, Peter Lovesey, Ann Cleeves, and Ian Rankin. And I watch many British detective shows such as \"DCI Banks,\" \"Inspector Morse,\" \"Lewis,\" and \"Vera.\" Many of these shows are directly based on British authors’ books (\"Vera\" is based on Ann Cleeves’ Vera Stanhope series), or based on the characters developed by the authors (Colin Dexter’s character Inspector Morse has inspired three TV shows: \"Inspector Morse,\"  \"Lewis,\" and \"Endeavour\").\r\n\r\nLast Friday, I finished reading Ann Cleeves’ <a href=\"http://www.anncleeves.com/vera/harbour.html\" target=\"_blank\">\"Harbour Street\"</a> and coincidentally (weirdly, really), the \"Vera\" episode (\"On Harbour Street\") that aired Saturday on WETA UK was based on that very book! It was a great opportunity to see how the TV adaptation of the book stacked up-- what was the same, what was different.\r\n\r\n<strong>The same</strong>\r\n\r\nThe main premise of the story was exactly the same: an older woman, Margaret, is stabbed on the Metro. Chief Inspector Vera Stanhope’s sergeant, Joe Ashworth and his daughter are on the train when the dead woman is found. Vera investigates, leading her to a house on Harbour Street in the the town of Mardle, where the murdered woman lived. Vera pursues the investigation by talking to several people who knew the victim. Most of the main characters are the same: Vera, Joe, Margaret, Kate, and Dee (Margaret’s friend, an alcoholic prostitute).\r\n\r\n<strong>Yet different</strong>\r\n\r\nOther characters are different or even completely eliminated. For example, in the book, Vera has a constable named Holly, but in the TV adaptation, her name is Shep. Also, last names are different for many of the characters. The TV episode follows the same general plot as the book but eliminates a few side stories (e.g., a burning down of a building for insurance purposes), changes several details (e.g., Dee falls to her death in the TV show whereas she is stabbed in the book) and even has a different murderer (not going to give that away!). The action in the book takes place right before Christmas and it is cold, snowy and the roads are icy. In the TV adaptation, the action is set in what could be summer (or late spring, early fall).\r\n\r\n<strong>What is content marketing?</strong>\r\n\r\nContent marketing is essentially re-purposing content, that is, taking various types of informational material (for example: a how-to video, a news article) at your disposal, and using it in different ways to help market your product or advocate for your cause.\r\n\r\n<strong>How do you re-purpose content?</strong>\r\n\r\nWhen you re-purpose content, you are generally taking material that was produced for a certain purpose and/or medium (e.g., a long-form article in a trade publication) and you are adapting to a different purpose and/or medium (perhaps a blog post).\r\n\r\n<strong>Screenwriters re-purpose content, right?</strong>\r\n\r\nIf you want to adapt or re-purpose content successfully, you can learn from what the \"Vera\" screenwriters did with \"On Harbour Street.\" Basically, they took a 376-page book and made it fit the time and story constraints of a one-and-a-half hour TV show. To achieve this, they concentrated on the main character, Vera (since she’s the title character of the TV series), while cutting out non-essential stories and extraneous characters. Perhaps because it is easier to film outside during the warmer months, the timing of the action was changed from winter to summer.\r\n\r\nThere are three steps you should follow when re-purposing content:\r\n\r\n<strong> 1. Know and understand the original material</strong>\r\n<ul>\r\n	<li>What is the essence of this content?</li>\r\n	<li>What are the content\'s most important points or key messages?</li>\r\n</ul>\r\n<strong>2. Understand the medium where the content is to be re-purposed.</strong>\r\n<ul>\r\n	<li>What are the length/time/space constraints?</li>\r\n	<li>When is the content going to appear?</li>\r\n	<li>Will you need graphics or better explanations?</li>\r\n</ul>\r\n<strong> 3. Understand and know the audience</strong>\r\n<ul>\r\n	<li> Who will be accessing the content?</li>\r\n	<li>How will they be accessing the content?</li>\r\n	<li>How are they different or the same as the audience for the original content?</li>\r\n	<li>Do they have special needs?</li>\r\n</ul>\r\n<strong>Bottom line: To re-purpose any type of content, you must be able to maintain the content’s original meaning while making it relevant to new audiences and different media. </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How watching TV can make you a better content marketer','','publish','open','open','','how-watching-tv-can-make-you-a-better-content-marketer','','','2016-03-03 16:01:06','2016-03-03 21:01:06','',0,'http://deborahbrody.com/?p=3170',0,'post','',0),
(3160,4,'2016-02-25 08:38:56','2016-02-25 13:38:56','This month, I asked Chuck Tanowitz to give me his thoughts on writing. He studied journalism, and later worked in radio and television news. From there, he made the transition to public relations. Throughout his communications career, Chuck has relied on having strong writing skills and a sharp mind, as you will read in his answers below.\r\n\r\n[caption id=\"attachment_3164\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003.jpg\"><img class=\"size-medium wp-image-3164\" src=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003-199x300.jpg\" alt=\"Chuck Tanowitz\" width=\"199\" height=\"300\" /></a> Chuck Tanowitz[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Chuck Tanowitz\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/ctanowitz\" target=\"_blank\">@ctanowitz</a>\r\n\r\nChuck Tanowitz is a content, marketing and PR professional living in the Boston area. His written pieces have appeared under his name and under that of his clients,  in everything from the<em> New York Times</em> to the deepest trade technology publications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nPublic relations relies on writing. Pitching media requires it, but so does social engagement and the by-lined articles that clients want us to write all the time.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?  </strong>\r\n\r\nIt matters now more than ever. Writing well is not just about typing in a few words, it’s about communicating. Even if you’re using a few emojis in your texting, your job as a communicator is to convey a thought, emotion or opinion using the tools at your disposal that are appropriate of the medium of choice. If that medium is text and the emoji helps convey some crucial aspect of that thought, then go ahead and use it. But the words remain necessary and the shortened length mean that the editing skills honed over a lifetime are all that much more important.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nGood writing is good editing.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nIt sounds silly, but my top writing resource remains Google. It helps me with spelling, grammar, usage and fact checking. You can’t trust everything, but mostly it’s a solid resource.  My second-favorite is my social network of fellow writers. Third is the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook.</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nBeing a former journalist, I tend to follow AP Style. An old employer of mine hated the Oxford comma, and now I continue to struggle with it.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI hate passive writing. Not that I hate it in all circumstances, but I find a lot of young writers fall back on it to hide that they’re actually missing information and facts. We used to do that in TV when we would say “a man was shot” when we lacked information about who fired the gun. TV got around some of that by eliminating verbs altogether, with lines such as “gunshots today leave one dead and two injured.” But if writers simply looked for the verb “to be” and cut it back, they’d find their writing greatly improved.\r\n\r\n<strong>7.  What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nNo one word is better or worse than another, the context matters most.\r\n\r\n<span style=\"color: #ff0000;\">What resonates for you? Let me know in the comments. And be on the lookout the last Thursday of every month for On Writing, where professionals share their thoughts on one of the most important communications skills.</span>','On writing: Chuck Tanowitz thinks like a journalist','','publish','open','open','','on-writing-chuck-tanowitz-thinks-like-a-journalist','','','2016-02-25 08:38:56','2016-02-25 13:38:56','',0,'http://deborahbrody.com/?p=3160',0,'post','',0),
(3163,4,'2016-02-24 09:41:49','2016-02-24 14:41:49','This month, I asked Chuck Tanowitz to give me his thoughts on writing. He studied journalism and worked in radio and television, later in public relations. Throughout, he has relied on having strong writing skills and a sharp mind, as you will read in his answers below.\r\n\r\n<strong>Name:</strong>   Chuck Tanowitz\r\n\r\n<strong>Twitter:</strong> @ctanowitz\r\n\r\nChuck Tanowitz is a content, marketing and PR professional living in the Boston area. His written pieces have appeared under his name and under that of his clients, appearing in everything from the New York Times to the deepest trade technology publications.\r\n\r\n&nbsp;\r\n\r\n<strong>1.What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nPublic relations relies on writing. Pitching media requires it, but so does social engagement and the bylined articles that clients want us to write all the time.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?  </strong>\r\n\r\nIt matters now more than ever. Writing well is not just about typing in a few words, it’s about communicating. Even if you’re using a few emojis in your texting, your job as a communicator is to convey a thought, emotion or opinion using the tools at your disposal that are appropriate of the medium of choice. If that medium is text and the emoji helps convey some crucial aspect of that thought, then go ahead and use it. But the words remain necessary and the shortened length mean that the editing skills honed over a lifetime are all that much more important.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nGood writing is good editing.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nIt sounds silly, but my top writing resource remains Google. It helps me with spelling, grammar, usage and fact checking. You can’t trust everything, but mostly it’s a solid resource.  My second-favorite is my social network of fellow writers. Third is the AP Stylebook.\r\n\r\n&nbsp;\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nBeing a former journalist I tend to follow AP Style. An old employer of mine hated the Oxford comma and now I continue to struggle with it.\r\n\r\n&nbsp;\r\n\r\n<strong>6. What’s your top—most cringe-worthy--writing/grammar/usage pet peeve?  </strong>\r\n\r\nI hate passive writing. Not that I hate it in all circumstances, but I find a lot of young writers fall back on it to hide that they’re actually missing information and facts. We used to do that in TV when we would say “a man was shot” when we lacked information about who fired the gun. TV got around some of that by eliminating verbs altogether, with lines such as “gunshots today leave one dead and two injured.” But if writers simply looked for the verb “to be” and cut it back, they’d find their writing greatly improved.\r\n\r\n&nbsp;\r\n\r\n<strong>7.  What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nNo one word is better or worse than another, the context matters most','On writing: Chuck Tanowitz thinks like a journalist','','inherit','open','open','','3160-revision-v1','','','2016-02-24 09:41:49','2016-02-24 14:41:49','',3160,'http://deborahbrody.com/2016/02/3160-revision-v1/',0,'revision','',0),
(3161,4,'2016-02-24 09:13:40','2016-02-24 14:13:40','This month, I asked Chuck Tanowitz to give me his thoughts on writing. He studied journalism and worked in radio and television, later in public relations. Throughout, he has relied on having strong writing skills and a sharp mind, as you will read in his answers below.\r\n\r\n<strong>Name:</strong>   Chuck Tanowitz\r\n\r\n<strong>Twitter:</strong> @ctanowitz\r\n\r\n<strong>Short bio (two or three sentences):</strong>  Chuck Tanowitz is a content, marketing and PR professional living in the Boston area. His written pieces have appeared under his name and under that of his clients, appearing in everything from the New York Times to the deepest trade technology publications.\r\n\r\nSeven questions about writing\r\n\r\n<strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nPublic relations relies on writing. Pitching media requires it, but so does social engagement and the bylined articles that clients want us to write all the time.\r\n\r\n<strong>Does writing well still matter in a digital/text/emoji world?  </strong>\r\n\r\nIt matters now more than ever. Writing well is not just about typing in a few words, it’s about communicating. Even if you’re using a few emojis in your texting, your job as a communicator is to convey a thought, emotion or opinion using the tools at your disposal that are appropriate of the medium of choice. If that medium is text and the emoji helps convey some crucial aspect of that thought, then go ahead and use it. But the words remain necessary and the shortened length mean that the editing skills honed over a lifetime are all that much more important.\r\n\r\n<strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>Good writing is good editing.\r\n\r\n<strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nIt sounds silly, but my top writing resource remains Google. It helps me with spelling, grammar, usage and fact checking. You can’t trust everything, but mostly it’s a solid resource.  My second-favorite is my social network of fellow writers. Third is the AP Stylebook.\r\n\r\n&nbsp;\r\n\r\n<strong>Do you follow a style guide, and if so, which one? </strong>\r\n\r\nBeing a former journalist I tend to follow AP Style. An old employer of mine hated the Oxford comma and now I continue to struggle with it.\r\n\r\n&nbsp;\r\n\r\n<strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve?  </strong>\r\n\r\nI hate passive writing. Not that I hate it in all circumstances, but I find a lot of young writers fall back on it to hide that they’re actually missing information and facts. We used to do that in TV when we would say “a man was shot” when we lacked information about who fired the gun. TV got around some of that by eliminating verbs altogether, with lines such as “gunshots today leave one dead and two injured.” But if writers simply looked for the verb “to be” and cut it back, they’d find their writing greatly improved.\r\n\r\n&nbsp;\r\n\r\n<strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nNo one word is better or worse than another, the context matters most','On writing: Chuck Tanowitz thinks like a journalist','','inherit','open','open','','3160-revision-v1','','','2016-02-24 09:13:40','2016-02-24 14:13:40','',3160,'http://deborahbrody.com/2016/02/3160-revision-v1/',0,'revision','',0),
(3162,4,'2016-02-24 09:21:46','2016-02-24 14:21:46','This month, I asked Chuck Tanowitz to give me his thoughts on writing. He studied journalism and worked in radio and television, later in public relations. Throughout, he has relied on having strong writing skills and a sharp mind, as you will read in his answers below.\r\n\r\n<strong>Name:</strong>   Chuck Tanowitz\r\n\r\n<strong>Twitter:</strong> @ctanowitz\r\n\r\nChuck Tanowitz is a content, marketing and PR professional living in the Boston area. His written pieces have appeared under his name and under that of his clients, appearing in everything from the New York Times to the deepest trade technology publications.\r\n\r\nSeven questions about writing\r\n\r\n<strong>1.What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nPublic relations relies on writing. Pitching media requires it, but so does social engagement and the bylined articles that clients want us to write all the time.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?  </strong>\r\n\r\nIt matters now more than ever. Writing well is not just about typing in a few words, it’s about communicating. Even if you’re using a few emojis in your texting, your job as a communicator is to convey a thought, emotion or opinion using the tools at your disposal that are appropriate of the medium of choice. If that medium is text and the emoji helps convey some crucial aspect of that thought, then go ahead and use it. But the words remain necessary and the shortened length mean that the editing skills honed over a lifetime are all that much more important.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nGood writing is good editing.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nIt sounds silly, but my top writing resource remains Google. It helps me with spelling, grammar, usage and fact checking. You can’t trust everything, but mostly it’s a solid resource.  My second-favorite is my social network of fellow writers. Third is the AP Stylebook.\r\n\r\n&nbsp;\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nBeing a former journalist I tend to follow AP Style. An old employer of mine hated the Oxford comma and now I continue to struggle with it.\r\n\r\n&nbsp;\r\n\r\n<strong>6. What’s your top—most cringe-worthy--writing/grammar/usage pet peeve?  </strong>\r\n\r\nI hate passive writing. Not that I hate it in all circumstances, but I find a lot of young writers fall back on it to hide that they’re actually missing information and facts. We used to do that in TV when we would say “a man was shot” when we lacked information about who fired the gun. TV got around some of that by eliminating verbs altogether, with lines such as “gunshots today leave one dead and two injured.” But if writers simply looked for the verb “to be” and cut it back, they’d find their writing greatly improved.\r\n\r\n&nbsp;\r\n\r\n<strong>7.  What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nNo one word is better or worse than another, the context matters most','On writing: Chuck Tanowitz thinks like a journalist','','inherit','open','open','','3160-revision-v1','','','2016-02-24 09:21:46','2016-02-24 14:21:46','',3160,'http://deborahbrody.com/2016/02/3160-revision-v1/',0,'revision','',0),
(3164,4,'2016-02-25 08:28:02','2016-02-25 13:28:02','','Chuck Tanowitz (003)','Chuck Tanowitz','inherit','open','open','','chuck-tanowitz-003','','','2016-02-25 08:28:26','2016-02-25 13:28:26','',3160,'http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003.jpg',0,'attachment','image/jpeg',0),
(3165,4,'2016-02-25 08:35:03','2016-02-25 13:35:03','This month, I asked Chuck Tanowitz to give me his thoughts on writing. He studied journalism, and later worked in radio and television news. From there, he made the transition to public relations. Throughout his communications career, Chuck has relied on having strong writing skills and a sharp mind, as you will read in his answers below.\r\n\r\n[caption id=\"attachment_3164\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003.jpg\"><img class=\"size-medium wp-image-3164\" src=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003-199x300.jpg\" alt=\"Chuck Tanowitz\" width=\"199\" height=\"300\" /></a> Chuck Tanowitz[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Chuck Tanowitz\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/ctanowitz\" target=\"_blank\">@ctanowitz</a>\r\n\r\nChuck Tanowitz is a content, marketing and PR professional living in the Boston area. His written pieces have appeared under his name and under that of his clients,  in everything from the<em> New York Times</em> to the deepest trade technology publications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nPublic relations relies on writing. Pitching media requires it, but so does social engagement and the by-lined articles that clients want us to write all the time.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?  </strong>\r\n\r\nIt matters now more than ever. Writing well is not just about typing in a few words, it’s about communicating. Even if you’re using a few emojis in your texting, your job as a communicator is to convey a thought, emotion or opinion using the tools at your disposal that are appropriate of the medium of choice. If that medium is text and the emoji helps convey some crucial aspect of that thought, then go ahead and use it. But the words remain necessary and the shortened length mean that the editing skills honed over a lifetime are all that much more important.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nGood writing is good editing.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nIt sounds silly, but my top writing resource remains Google. It helps me with spelling, grammar, usage and fact checking. You can’t trust everything, but mostly it’s a solid resource.  My second-favorite is my social network of fellow writers. Third is the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook.</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nBeing a former journalist I tend to follow AP Style. An old employer of mine hated the Oxford comma and now I continue to struggle with it.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve?  </strong>\r\n\r\nI hate passive writing. Not that I hate it in all circumstances, but I find a lot of young writers fall back on it to hide that they’re actually missing information and facts. We used to do that in TV when we would say “a man was shot” when we lacked information about who fired the gun. TV got around some of that by eliminating verbs altogether, with lines such as “gunshots today leave one dead and two injured.” But if writers simply looked for the verb “to be” and cut it back, they’d find their writing greatly improved.\r\n\r\n<strong>7.  What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nNo one word is better or worse than another, the context matters most.\r\n\r\n<span style=\"color: #ff0000;\">What resonates for you? Let me know in the comments. And be on the lookout the last Thursday of every month for On Writing, where marketing communications pros will share their thoughts.</span>','On writing: Chuck Tanowitz thinks like a journalist','','inherit','open','open','','3160-revision-v1','','','2016-02-25 08:35:03','2016-02-25 13:35:03','',3160,'http://deborahbrody.com/2016/02/3160-revision-v1/',0,'revision','',0),
(3166,4,'2016-02-25 08:35:57','2016-02-25 13:35:57','This month, I asked Chuck Tanowitz to give me his thoughts on writing. He studied journalism, and later worked in radio and television news. From there, he made the transition to public relations. Throughout his communications career, Chuck has relied on having strong writing skills and a sharp mind, as you will read in his answers below.\r\n\r\n[caption id=\"attachment_3164\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003.jpg\"><img class=\"size-medium wp-image-3164\" src=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003-199x300.jpg\" alt=\"Chuck Tanowitz\" width=\"199\" height=\"300\" /></a> Chuck Tanowitz[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Chuck Tanowitz\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/ctanowitz\" target=\"_blank\">@ctanowitz</a>\r\n\r\nChuck Tanowitz is a content, marketing and PR professional living in the Boston area. His written pieces have appeared under his name and under that of his clients,  in everything from the<em> New York Times</em> to the deepest trade technology publications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nPublic relations relies on writing. Pitching media requires it, but so does social engagement and the by-lined articles that clients want us to write all the time.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?  </strong>\r\n\r\nIt matters now more than ever. Writing well is not just about typing in a few words, it’s about communicating. Even if you’re using a few emojis in your texting, your job as a communicator is to convey a thought, emotion or opinion using the tools at your disposal that are appropriate of the medium of choice. If that medium is text and the emoji helps convey some crucial aspect of that thought, then go ahead and use it. But the words remain necessary and the shortened length mean that the editing skills honed over a lifetime are all that much more important.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nGood writing is good editing.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nIt sounds silly, but my top writing resource remains Google. It helps me with spelling, grammar, usage and fact checking. You can’t trust everything, but mostly it’s a solid resource.  My second-favorite is my social network of fellow writers. Third is the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook.</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nBeing a former journalist I tend to follow AP Style. An old employer of mine hated the Oxford comma and now I continue to struggle with it.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve?  </strong>\r\n\r\nI hate passive writing. Not that I hate it in all circumstances, but I find a lot of young writers fall back on it to hide that they’re actually missing information and facts. We used to do that in TV when we would say “a man was shot” when we lacked information about who fired the gun. TV got around some of that by eliminating verbs altogether, with lines such as “gunshots today leave one dead and two injured.” But if writers simply looked for the verb “to be” and cut it back, they’d find their writing greatly improved.\r\n\r\n<strong>7.  What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nNo one word is better or worse than another, the context matters most.\r\n\r\n<span style=\"color: #ff0000;\">What resonates for you? Let me know in the comments. And be on the lookout the last Thursday of every month for On Writing, where marketing communications pros will share their thoughts.</span>','On writing: Chuck Tanowitz thinks like a journalist','','inherit','open','open','','3160-revision-v1','','','2016-02-25 08:35:57','2016-02-25 13:35:57','',3160,'http://deborahbrody.com/2016/02/3160-revision-v1/',0,'revision','',0),
(3167,4,'2016-02-25 08:37:46','2016-02-25 13:37:46','This month, I asked Chuck Tanowitz to give me his thoughts on writing. He studied journalism, and later worked in radio and television news. From there, he made the transition to public relations. Throughout his communications career, Chuck has relied on having strong writing skills and a sharp mind, as you will read in his answers below.\r\n\r\n[caption id=\"attachment_3164\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003.jpg\"><img class=\"size-medium wp-image-3164\" src=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003-199x300.jpg\" alt=\"Chuck Tanowitz\" width=\"199\" height=\"300\" /></a> Chuck Tanowitz[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Chuck Tanowitz\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/ctanowitz\" target=\"_blank\">@ctanowitz</a>\r\n\r\nChuck Tanowitz is a content, marketing and PR professional living in the Boston area. His written pieces have appeared under his name and under that of his clients,  in everything from the<em> New York Times</em> to the deepest trade technology publications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nPublic relations relies on writing. Pitching media requires it, but so does social engagement and the by-lined articles that clients want us to write all the time.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?  </strong>\r\n\r\nIt matters now more than ever. Writing well is not just about typing in a few words, it’s about communicating. Even if you’re using a few emojis in your texting, your job as a communicator is to convey a thought, emotion or opinion using the tools at your disposal that are appropriate of the medium of choice. If that medium is text and the emoji helps convey some crucial aspect of that thought, then go ahead and use it. But the words remain necessary and the shortened length mean that the editing skills honed over a lifetime are all that much more important.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nGood writing is good editing.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nIt sounds silly, but my top writing resource remains Google. It helps me with spelling, grammar, usage and fact checking. You can’t trust everything, but mostly it’s a solid resource.  My second-favorite is my social network of fellow writers. Third is the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook.</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nBeing a former journalist I tend to follow AP Style. An old employer of mine hated the Oxford comma and now I continue to struggle with it.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI hate passive writing. Not that I hate it in all circumstances, but I find a lot of young writers fall back on it to hide that they’re actually missing information and facts. We used to do that in TV when we would say “a man was shot” when we lacked information about who fired the gun. TV got around some of that by eliminating verbs altogether, with lines such as “gunshots today leave one dead and two injured.” But if writers simply looked for the verb “to be” and cut it back, they’d find their writing greatly improved.\r\n\r\n<strong>7.  What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nNo one word is better or worse than another, the context matters most.\r\n\r\n<span style=\"color: #ff0000;\">What resonates for you? Let me know in the comments. And be on the lookout the last Thursday of every month for On Writing, where professionals share their thoughts on one of the most important communications skills.</span>','On writing: Chuck Tanowitz thinks like a journalist','','inherit','open','open','','3160-revision-v1','','','2016-02-25 08:37:46','2016-02-25 13:37:46','',3160,'http://deborahbrody.com/2016/02/3160-revision-v1/',0,'revision','',0),
(3168,4,'2016-02-25 08:38:56','2016-02-25 13:38:56','This month, I asked Chuck Tanowitz to give me his thoughts on writing. He studied journalism, and later worked in radio and television news. From there, he made the transition to public relations. Throughout his communications career, Chuck has relied on having strong writing skills and a sharp mind, as you will read in his answers below.\r\n\r\n[caption id=\"attachment_3164\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003.jpg\"><img class=\"size-medium wp-image-3164\" src=\"http://deborahbrody.com/wp-content/uploads/2016/02/Chuck-Tanowitz-003-199x300.jpg\" alt=\"Chuck Tanowitz\" width=\"199\" height=\"300\" /></a> Chuck Tanowitz[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Name:</strong>   Chuck Tanowitz\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/ctanowitz\" target=\"_blank\">@ctanowitz</a>\r\n\r\nChuck Tanowitz is a content, marketing and PR professional living in the Boston area. His written pieces have appeared under his name and under that of his clients,  in everything from the<em> New York Times</em> to the deepest trade technology publications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nPublic relations relies on writing. Pitching media requires it, but so does social engagement and the by-lined articles that clients want us to write all the time.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?  </strong>\r\n\r\nIt matters now more than ever. Writing well is not just about typing in a few words, it’s about communicating. Even if you’re using a few emojis in your texting, your job as a communicator is to convey a thought, emotion or opinion using the tools at your disposal that are appropriate of the medium of choice. If that medium is text and the emoji helps convey some crucial aspect of that thought, then go ahead and use it. But the words remain necessary and the shortened length mean that the editing skills honed over a lifetime are all that much more important.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nGood writing is good editing.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nIt sounds silly, but my top writing resource remains Google. It helps me with spelling, grammar, usage and fact checking. You can’t trust everything, but mostly it’s a solid resource.  My second-favorite is my social network of fellow writers. Third is the <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook.</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nBeing a former journalist, I tend to follow AP Style. An old employer of mine hated the Oxford comma, and now I continue to struggle with it.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI hate passive writing. Not that I hate it in all circumstances, but I find a lot of young writers fall back on it to hide that they’re actually missing information and facts. We used to do that in TV when we would say “a man was shot” when we lacked information about who fired the gun. TV got around some of that by eliminating verbs altogether, with lines such as “gunshots today leave one dead and two injured.” But if writers simply looked for the verb “to be” and cut it back, they’d find their writing greatly improved.\r\n\r\n<strong>7.  What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nNo one word is better or worse than another, the context matters most.\r\n\r\n<span style=\"color: #ff0000;\">What resonates for you? Let me know in the comments. And be on the lookout the last Thursday of every month for On Writing, where professionals share their thoughts on one of the most important communications skills.</span>','On writing: Chuck Tanowitz thinks like a journalist','','inherit','open','open','','3160-revision-v1','','','2016-02-25 08:38:56','2016-02-25 13:38:56','',3160,'http://deborahbrody.com/2016/02/3160-revision-v1/',0,'revision','',0),
(3171,4,'2016-03-03 15:53:18','2016-03-03 20:53:18','As a huge fan of British mysteries, I am always reading books by authors such as Peter Robinson, Peter Lovesey, Ann Cleeves, and Ian Rankin. And I watch many British detective shows such as \"DCI Banks,\" \"Inspector Morse,\" \"Lewis,\" and \"Vera.\" Many of these shows are directly based on British authors’ books (\"Vera\" is based on Ann Cleeves’ Vera Stanhope series), or based on the characters developed by the authors (Colin Dexter’s character Inspector Morse has inspired three TV shows: \"Inspector Morse,\"  \"Lewis,\" and \"Endeavour\").\r\n\r\nLast Friday, I finished reading Ann Cleeves’ <a href=\"http://www.anncleeves.com/vera/harbour.html\" target=\"_blank\">\"Harbour Street\"</a> and coincidentally (weirdly, really), the \"Vera\" episode (On Harbour Street) that aired Saturday on WETA UK was based on that very book! It was a great opportunity to see how the TV adaptation of the book stacked up-- what was the same, what was different.\r\n\r\n<strong>The same</strong>\r\n\r\nThe main premise of the story was exactly the same: an older woman, Margaret, is stabbed on the Metro. Chief Inspector Vera Stanhope’s sergeant, Joe Ashworth and his daughter Jess, are on the train when the dead woman is found. Vera investigates, leading her to a house on Harbour Street in Mardle, where the murdered woman lived. Vera pursues the investigation by talking to several people who knew the victim. Most of the main characters are the same: Vera, Joe, Margaret, Kate, and Dee (Margaret’s friend, an alcoholic prostitute).\r\n\r\n<strong>Yet different</strong>\r\n\r\nOther characters are different or even completely eliminated. For example, in the book, Vera has a constable named Holly, but in the TV adaptation, her name is Shep. Also, last names are different for many of the characters. The TV episode follows the same general plot as the book but eliminates a few side stories (e.g., a burning down of a building for insurance purposes), changes several details (e.g., Dee falls to her death in the TV show whereas she is stabbed in the book) and even has a different murderer (not going to give that away!). The action in the book takes place right before Christmas and it is cold, snowy and the roads are icy. In the TV adaptation, the action is set in what could be summer (or late spring, early fall).\r\n\r\n<strong>What is content marketing?</strong>\r\n\r\nContent marketing is essentially re-purposing content, that is, taking various types of informational material (for example: a how-to video, a news article) at your disposal, and using it in different ways to help market your product or advocate for your cause.\r\n\r\n<strong>How do you re-purpose content?</strong>\r\n\r\nWhen you re-purpose content, you are generally taking material that was produced for a certain purpose and/or medium (e.g., a long-form article in a trade publication) and you are adapting to a different purpose and/or medium (perhaps a blog post).\r\n\r\nIf you want to adapt or re-purpose content successfully, you can learn from what the \"Vera\" screenwriters did with \"On Harbour Street.\" Basically, they took a 376-page book and made it fit the time and story constraints of a one-and-a-half hour TV show. To achieve this, they concentrated on the main character, Vera (since she’s the title character of the TV series), while cutting out non-essential stories and extraneous characters. Perhaps because it is easier to film outside during the warmer months, the timing of the action was changed from winter to summer.\r\n\r\nThere are three steps you should follow when re-purposing content:\r\n\r\n<strong> 1. Know and understand the original material</strong>\r\n<ul>\r\n	<li>What is the essence of this content?</li>\r\n	<li>What are the content\'s most important points or key messages?</li>\r\n</ul>\r\n<strong>2. Understand the medium where the content is to be re-purposed.</strong>\r\n<ul>\r\n	<li>What are the length/time/space constraints?</li>\r\n	<li>When is the content going to appear?</li>\r\n	<li>Will you need graphics or better explanations?</li>\r\n</ul>\r\n<strong> 3. Understand and know the audience</strong>\r\n<ul>\r\n	<li> Who will be accessing the content?</li>\r\n	<li>How will they be accessing the content?</li>\r\n	<li>How are they different or the same as the audience for the original content?</li>\r\n	<li>Do they have special needs?</li>\r\n</ul>\r\n<strong>To re-purpose any type of content, you must be able to maintain the content’s original meaning while making it relevant to new audiences and different media. </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How watching TV can make you a better content marketer','','inherit','open','open','','3170-revision-v1','','','2016-03-03 15:53:18','2016-03-03 20:53:18','',3170,'http://deborahbrody.com/2016/03/3170-revision-v1/',0,'revision','',0),
(3172,4,'2016-03-03 16:01:06','2016-03-03 21:01:06','As a huge fan of British mysteries, I am always reading books by authors such as Peter Robinson, Peter Lovesey, Ann Cleeves, and Ian Rankin. And I watch many British detective shows such as \"DCI Banks,\" \"Inspector Morse,\" \"Lewis,\" and \"Vera.\" Many of these shows are directly based on British authors’ books (\"Vera\" is based on Ann Cleeves’ Vera Stanhope series), or based on the characters developed by the authors (Colin Dexter’s character Inspector Morse has inspired three TV shows: \"Inspector Morse,\"  \"Lewis,\" and \"Endeavour\").\r\n\r\nLast Friday, I finished reading Ann Cleeves’ <a href=\"http://www.anncleeves.com/vera/harbour.html\" target=\"_blank\">\"Harbour Street\"</a> and coincidentally (weirdly, really), the \"Vera\" episode (\"On Harbour Street\") that aired Saturday on WETA UK was based on that very book! It was a great opportunity to see how the TV adaptation of the book stacked up-- what was the same, what was different.\r\n\r\n<strong>The same</strong>\r\n\r\nThe main premise of the story was exactly the same: an older woman, Margaret, is stabbed on the Metro. Chief Inspector Vera Stanhope’s sergeant, Joe Ashworth and his daughter are on the train when the dead woman is found. Vera investigates, leading her to a house on Harbour Street in the the town of Mardle, where the murdered woman lived. Vera pursues the investigation by talking to several people who knew the victim. Most of the main characters are the same: Vera, Joe, Margaret, Kate, and Dee (Margaret’s friend, an alcoholic prostitute).\r\n\r\n<strong>Yet different</strong>\r\n\r\nOther characters are different or even completely eliminated. For example, in the book, Vera has a constable named Holly, but in the TV adaptation, her name is Shep. Also, last names are different for many of the characters. The TV episode follows the same general plot as the book but eliminates a few side stories (e.g., a burning down of a building for insurance purposes), changes several details (e.g., Dee falls to her death in the TV show whereas she is stabbed in the book) and even has a different murderer (not going to give that away!). The action in the book takes place right before Christmas and it is cold, snowy and the roads are icy. In the TV adaptation, the action is set in what could be summer (or late spring, early fall).\r\n\r\n<strong>What is content marketing?</strong>\r\n\r\nContent marketing is essentially re-purposing content, that is, taking various types of informational material (for example: a how-to video, a news article) at your disposal, and using it in different ways to help market your product or advocate for your cause.\r\n\r\n<strong>How do you re-purpose content?</strong>\r\n\r\nWhen you re-purpose content, you are generally taking material that was produced for a certain purpose and/or medium (e.g., a long-form article in a trade publication) and you are adapting to a different purpose and/or medium (perhaps a blog post).\r\n\r\n<strong>Screenwriters re-purpose content, right?</strong>\r\n\r\nIf you want to adapt or re-purpose content successfully, you can learn from what the \"Vera\" screenwriters did with \"On Harbour Street.\" Basically, they took a 376-page book and made it fit the time and story constraints of a one-and-a-half hour TV show. To achieve this, they concentrated on the main character, Vera (since she’s the title character of the TV series), while cutting out non-essential stories and extraneous characters. Perhaps because it is easier to film outside during the warmer months, the timing of the action was changed from winter to summer.\r\n\r\nThere are three steps you should follow when re-purposing content:\r\n\r\n<strong> 1. Know and understand the original material</strong>\r\n<ul>\r\n	<li>What is the essence of this content?</li>\r\n	<li>What are the content\'s most important points or key messages?</li>\r\n</ul>\r\n<strong>2. Understand the medium where the content is to be re-purposed.</strong>\r\n<ul>\r\n	<li>What are the length/time/space constraints?</li>\r\n	<li>When is the content going to appear?</li>\r\n	<li>Will you need graphics or better explanations?</li>\r\n</ul>\r\n<strong> 3. Understand and know the audience</strong>\r\n<ul>\r\n	<li> Who will be accessing the content?</li>\r\n	<li>How will they be accessing the content?</li>\r\n	<li>How are they different or the same as the audience for the original content?</li>\r\n	<li>Do they have special needs?</li>\r\n</ul>\r\n<strong>Bottom line: To re-purpose any type of content, you must be able to maintain the content’s original meaning while making it relevant to new audiences and different media. </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How watching TV can make you a better content marketer','','inherit','open','open','','3170-revision-v1','','','2016-03-03 16:01:06','2016-03-03 21:01:06','',3170,'http://deborahbrody.com/2016/03/3170-revision-v1/',0,'revision','',0),
(3174,4,'2016-03-08 15:39:54','2016-03-08 20:39:54','Written materials are the cornerstone of marketing communications. Clear, concise and convincing writing will make your marketing materials and your business stand out.\r\n\r\nDeborah Brody Marketing Communications writes:\r\n<ul>\r\n	<li>Website content</li>\r\n	<li>Blog posts</li>\r\n	<li>Marketing collateral\r\n<ul>\r\n	<li>Brochures</li>\r\n	<li>Flyers</li>\r\n	<li>Taglines</li>\r\n	<li>Ebooks</li>\r\n	<li>Newsletter copy</li>\r\n	<li>Email copy</li>\r\n</ul>\r\n</li>\r\n	<li>Advertising copy</li>\r\n	<li>Public relations materials\r\n<ul>\r\n	<li>Press releases</li>\r\n	<li>Executive biographies</li>\r\n	<li>Position papers</li>\r\n	<li>White papers</li>\r\n</ul>\r\n</li>\r\n	<li>Messaging materials\r\n<ul>\r\n	<li>Key messages</li>\r\n	<li>Company descriptions</li>\r\n	<li>Boilerplate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nWriting fee: $100 per hour','Writing/Copywriting','','inherit','open','open','','49-revision-v1','','','2016-03-08 15:39:54','2016-03-08 20:39:54','',49,'http://deborahbrody.com/2016/03/49-revision-v1/',0,'revision','',0),
(3175,4,'2016-03-08 15:42:42','2016-03-08 20:42:42','Copy editing helps bring clarity, consistency and accuracy to your documents.\n\nDepending on the document, you may need more or less editing. In all cases, your document will be checked for clarity (what you really mean to say), grammar, spelling,  punctuation, usage, and consistency. With heavier editing, your document will also get re-worked for clarity.\n\n&nbsp;','Copy Editing','','inherit','open','open','','2850-autosave-v1','','','2016-03-08 15:42:42','2016-03-08 20:42:42','',2850,'http://deborahbrody.com/2016/03/2850-autosave-v1/',0,'revision','',0),
(3176,4,'2016-03-08 15:42:56','2016-03-08 20:42:56','Copy editing helps bring clarity, consistency and accuracy to your documents.\r\n\r\nDepending on the document, you may need more or less editing. In all cases, your document will be checked for clarity (what you really mean to say), grammar, spelling,  punctuation, usage, and consistency.\r\n\r\nCopy editing fee: $50 per hour\r\n\r\n&nbsp;','Copy Editing','','inherit','open','open','','2850-revision-v1','','','2016-03-08 15:42:56','2016-03-08 20:42:56','',2850,'http://deborahbrody.com/2016/03/2850-revision-v1/',0,'revision','',0),
(3177,4,'2013-04-26 17:28:27','2013-04-26 17:28:27','Where does your brochure or website fit in with your marketing and communications plan? Every marketing piece you put out should be a tactic in the larger strategy of marketing your product, service or company. Deborah Brody Marketing Communications will give you specific, creative marketing ideas, tactics and strategies.\r\n<h3>Blog consulting</h3>\r\nWhere does your blog fit in your overall communications plan? Is it achieving results?\r\n<h3>Social media consulting</h3>\r\nAre you using social media effectively? Are you reaching your goals? We\'ll help you determine what is working and what is not, and how to fix it.\r\n<h3>Communications audits</h3>\r\nAre your key messages relevant? What marketing collateral do you need and which could you get rid of? We will assess your materials and provide recommendations.','Consulting','','inherit','open','open','','51-revision-v1','','','2013-04-26 17:28:27','2013-04-26 17:28:27','',51,'http://deborahbrody.com/2013/04/51-revision-v1/',0,'revision','',0),
(3178,4,'2016-03-08 15:43:41','2016-03-08 20:43:41','Where does your brochure or website fit in with your marketing and communications plan? Every marketing piece you put out should be a tactic in the larger strategy of marketing your product, service or company. Deborah Brody Marketing Communications will give you specific, creative marketing ideas, tactics and strategies.\r\n<h3>Blog consulting</h3>\r\nWhere does your blog fit in your overall communications plan? Is it achieving results?\r\n<h3>Social media consulting</h3>\r\nAre you using social media effectively? Are you reaching your goals? We\'ll help you determine what is working and what is not, and how to fix it.\r\n<h3>Communications audits</h3>\r\nAre your key messages relevant? What marketing collateral do you need and which could you get rid of? We will assess your materials and provide recommendations.\r\n\r\nCommunications consulting fee: $100 per hour','Consulting','','inherit','open','open','','51-revision-v1','','','2016-03-08 15:43:41','2016-03-08 20:43:41','',51,'http://deborahbrody.com/2016/03/51-revision-v1/',0,'revision','',0),
(3179,4,'2016-03-10 09:25:47','2016-03-10 14:25:47','We’re all familiar with the “no response” response, right? That’s the response that we don’t actually get but that in effect means no.\r\n\r\nIt happens with all sorts of queries and in all communication modes. Perhaps you sent a text message asking your friend if he wants to go to the movies, and you don’t hear back. Perhaps you sent an email inquiring about a job, and all you got in response was nothing. Maybe you are old school, and left a colleague a voice mail message, and she never called back.\r\n\r\nSince this “no response” has become the <em>de facto</em> “no” response, we\'ve come to assume if we haven’t heard from somebody that he or she is not interested in what we are offering, or proposing, or asking about. But, this assumption can be problematic.\r\n\r\n<strong>No more follow ups</strong>\r\n\r\nSometimes (not many times but still it happens) people genuinely did not get your message. The email ended up in the spam folder or the voice message got inadvertently deleted. But because you’ve become used to not expecting an answer unless the person is interested, you’ve stopped following up. And you and the recipient may miss out on a potential opportunity.\r\n\r\n<strong>Too many follow ups</strong>\r\n\r\nAnd then there are people who don’t give up until they get an answer. They may be clueless or they may be aggressive or both. When they don’t hear back from you, they keep getting in touch. The keep calling and texting and emailing. They don’t get that your lack of response means no and it also means “please stop getting in touch, I don’t want to deal with you!”\r\n\r\n<strong>It’s just plain lazy</strong>\r\n\r\nBy assuming that everybody understands that no response means you aren’t interested, in effect, you are taking the lazy (and rude) approach. Why bother answering an email with a polite “thank you but not interested” response when it is much easier to just ignore and delete?\r\n\r\n<strong>It may make you look bad</strong>\r\n\r\nYou may think that not responding communicates that you are too/so busy. You may actually be coming off as self-important or uncaring.\r\n\r\n<strong>What to do?</strong>\r\n\r\nWe’ve all been on either side of the “no response” response. Sometimes, we get overwhelmed and we forget to respond. And sometimes we sit around waiting for a response that never comes. What, if anything, can we do about it?\r\n<p style=\"padding-left: 30px;\"><strong>If you get the “no response” response:</strong> Accept that you can’t control what other people do. You don’t know their motivations or reasoning. So, don’t automatically assume a “no response” equals no unless you really know the person and his/her <em>modus operandi.</em> Do follow up once, but probably no more than that. If again, you don’t get a response, let it go. Remember, you can only try to get in touch but you can’t force an interaction.</p>\r\n<p style=\"padding-left: 30px;\"><strong>If you are avoiding responding:</strong> Become aware of the messages you are sending when you don’t respond. Is it that you can’t or don’t want to say no? Why is that? Are you not responding because you are overwhelmed? If so, perhaps you need to see about reducing your workload. Perhaps you do it because you don’t like confrontation. If so, ask yourself what you think will happen.</p>\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\">What are your thoughts? What do you think when someone fails to respond to you? Or are you the one failing to respond?</span>\r\n\r\n&nbsp;','What to do about the “no response” response ','','publish','open','open','','what-to-do-about-the-no-response-response','','','2016-03-10 09:25:47','2016-03-10 14:25:47','',0,'http://deborahbrody.com/?p=3179',0,'post','',5),
(3180,4,'2016-03-10 09:25:26','2016-03-10 14:25:26','We’re all familiar with the “no response” response, right? That’s the response that we don’t actually get but that in effect means no.\r\n\r\nIt happens with all sorts of queries and in all communication modes. Perhaps you sent a text message asking your friend if he wants to go to the movies, and you don’t hear back. Perhaps you sent an email inquiring about a job, and all you got in response was nothing. Maybe you are old school, and left a colleague a voice mail message, and she never called back.\r\n\r\nSince this “no response” has become the <em>de facto</em> “no” response, we\'ve come to assume if we haven’t heard from somebody that he or she is not interested in what we are offering, or proposing, or asking about. But, this assumption can be problematic.\r\n\r\n<strong>No more follow ups</strong>\r\n\r\nSometimes (not many times but still it happens) people genuinely did not get your message. The email ended up in the spam folder or the voice message got inadvertently deleted. But because you’ve become used to not expecting an answer unless the person is interested, you’ve stopped following up. And you and the recipient may miss out on a potential opportunity.\r\n\r\n<strong>Too many follow ups</strong>\r\n\r\nAnd then there are people who don’t give up until they get an answer. They may be clueless or they may be aggressive or both. When they don’t hear back from you, they keep getting in touch. The keep calling and texting and emailing. They don’t get that your lack of response means no and it also means “please stop getting in touch, I don’t want to deal with you!”\r\n\r\n<strong>It’s just plain lazy</strong>\r\n\r\nBy assuming that everybody understands that no response means you aren’t interested, in effect, you are taking the lazy (and rude) approach. Why bother answering an email with a polite “thank you but not interested” response when it is much easier to just ignore and delete?\r\n\r\n<strong>It may make you look bad</strong>\r\n\r\nYou may think that not responding communicates that you are too/so busy. You may actually be coming off as self-important or uncaring.\r\n\r\n<strong>What to do?</strong>\r\n\r\nWe’ve all been on either side of the “no response” response. Sometimes, we get overwhelmed and we forget to respond. And sometimes we sit around waiting for a response that never comes. What, if anything, can we do about it?\r\n<p style=\"padding-left: 30px;\"><strong>If you get the “no response” response:</strong> Accept that you can’t control what other people do. You don’t know their motivations or reasoning. So, don’t automatically assume a “no response” equals no unless you really know the person and his/her <em>modus operandi.</em> Do follow up once, but probably no more than that. If again, you don’t get a response, let it go. Remember, you can only try to get in touch but you can’t force an interaction.</p>\r\n<p style=\"padding-left: 30px;\"><strong>If you are avoiding responding:</strong> Become aware of the messages you are sending when you don’t respond. Is it that you can’t or don’t want to say no? Why is that? Are you not responding because you are overwhelmed? If so, perhaps you need to see about reducing your workload. Perhaps you do it because you don’t like confrontation. If so, ask yourself what you think will happen.</p>\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\">What are your thoughts? What do you think when someone fails to respond to you? Or are you the one failing to respond?</span>\r\n\r\n&nbsp;','What to do about the “no response” response ','','inherit','open','open','','3179-revision-v1','','','2016-03-10 09:25:26','2016-03-10 14:25:26','',3179,'http://deborahbrody.com/2016/03/3179-revision-v1/',0,'revision','',0),
(3182,4,'2016-03-16 09:53:09','2016-03-16 13:53:09','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2016-03-16 09:53:09','2016-03-16 13:53:09','',2509,'http://deborahbrody.com/2016/03/2509-revision-v1/',0,'revision','',0),
(3183,4,'2016-03-18 10:39:52','2016-03-18 14:39:52','\"Can someone share what they use to <span style=\"text-decoration: underline;\"><em>backup</em></span> their files?\"\r\n\r\nThis was the subject line in an email to a Listserv I\'m on. In this case, the person wrote backup (one word), which is an adjective, when he meant to say back up (two words), which is a verb.\r\n\r\nThere are several things about English that seem to trip up a lot of people. This is one of those things.\r\n\r\nIt happens when you have two words that are often used as a pair and you put them together in one word. However, the new word is not the same as the  pair. In some cases the pair is a verb and the resulting new word is an adjective. In some cases the resulting word is a noun.\r\n\r\n<strong>Back up is not the same as backup.</strong>\r\n\r\nWhen back up is two words, there\'s some sort of action taking place, which means it\'s a verb. You put your car in reverse gear so you can <em>back up</em> (verb) out of your driveway. Maybe you <em>back up</em> (verb) your files on an external hard drive (I don\'t but I should). You <em>back up </em>(verb) your claims with proven information (although some presidential candidates don\'t).\r\n\r\nWhen backup is one word, it can be an adjective, meaning the word is modifying or describing something. You may have a <em>backup </em>computer in case your usual computer conks out. You may have a <em>backup plan</em> in case something goes wrong. Sometimes, a backup is a noun:  You may have your<em> backup</em> with you on a thumb drive.\r\n\r\n<strong>Shut down is not the same as shutdown.</strong>\r\n\r\nAt the end of your work day, perhaps you <em>shut down</em> (verb) your computer. Now your computer is in <em>shutdown </em>(adjective) mode.\r\n\r\nThis past Wednesday here in the Washington area, the Metro was <em>shut down</em> (verb) for more than 24 hours to conduct emergency inspections and repairs.  Metro\'s general manager said the <em>shutdown</em> (noun) was necessary.\r\n\r\n<strong>Every day is not the same as everyday.</strong>\r\n\r\n<em>Every day (noun)</em> that passes I think about some <em>everyday</em> (adjective) tasks that can get done quickly.\r\n\r\n<span style=\"color: #ff0000;\">Just some everyday information to pass on to you. Happy Friday!</span>\r\n\r\nP.S. If you get tripped up with this type of thing in your documents, I can help fix it. Contact me about copy editing.','One word plus one word equals new word','','publish','open','open','','one-word-plus-one-word-equals-new-word','','','2016-03-18 19:02:55','2016-03-18 23:02:55','',0,'http://deborahbrody.com/?p=3183',0,'post','',0),
(3184,4,'2016-03-18 10:39:52','2016-03-18 14:39:52','\"Can someone share what they use to <span style=\"text-decoration: underline;\"><em>backup</em></span> their files?\"\r\n\r\nThis was the subject line in an email to a Listserv I am on. In this case, the person wrote backup (one word), which is an adjective, when he meant to say back up (two words), which is a verb.\r\n\r\nThere are several things about English that seem to trip up a lot of people. This is one of those things.\r\n\r\nIt happens when you have two words that are often used as a pair and you put them together in one word. However, the new word is not the same as the two-word pair. In some cases the two-word pair is a verb and the resulting new word is an adjective. In some cases the resulting word is a noun.\r\n\r\n<strong>Back up is not the same as backup.</strong>\r\n\r\nWhen back up is two words, there\'s some sort of action taking place ,which means it\'s a verb. You put your car in reverse gear so you can <em>back up</em> (verb) out of your driveway. Maybe you <em>back up</em> (verb) your files on an external hard drive (I don\'t but I should). You <em>back up </em>(verb) your claims with proven information (although some presidential candidates don\'t).\r\n\r\nWhen backup is one word, it can be adjective, meaning the word is modifying or describing something. You may have a <em>backup </em>computer in case your usual computer conks out. You may have a <em>backup plan</em> in case something goes wrong. Sometimes, a backup is a noun:  You may have your<em> backup</em> with you on a thumb drive.\r\n\r\n<strong>Shut down is not the same as shutdown.</strong>\r\n\r\nAt the end of your work day, perhaps you <em>shut down</em> (verb) your computer. Now your computer is in <em>shutdown </em>(adjective) mode.\r\n\r\nThis past Wednesday here in the Washington area, the Metro was <em>shut down</em> (verb) for more than 24 hours to conduct emergency inspections and repairs.  Metro\'s general manager said the <em>shutdown</em> (noun) was necessary.\r\n\r\n<strong>Every day is not the same as everyday.</strong>\r\n\r\n<em>Every day (noun)</em> that passes I think about some <em>everyday</em> (adjective) tasks that can get done quickly.\r\n\r\n<span style=\"color: #ff0000;\">Just some everyday information to pass on to you. Happy Friday!</span>\r\n\r\nP.S. If you get tripped up with this type of thing in your documents, I can help fix it. Contact me about copy editing.','One word plus one word equals new word','','inherit','open','open','','3183-revision-v1','','','2016-03-18 10:39:52','2016-03-18 14:39:52','',3183,'http://deborahbrody.com/2016/03/3183-revision-v1/',0,'revision','',0),
(3185,4,'2016-03-18 14:10:29','2016-03-18 18:10:29','\"Can someone share what they use to <span style=\"text-decoration: underline;\"><em>backup</em></span> their files?\"\n\nThis was the subject line in an email to a Listserv I\'m on. In this case, the person wrote backup (one word), which is an adjective, when he meant to say back up (two words), which is a verb.\n\nThere are several things about English that seem to trip up a lot of people. This is one of those things.\n\nIt happens when you have two words that are often used as a pair and you put them together in one word. However, the new word is not the same as the two-word pair. In some cases the two-word pair is a verb and the resulting new word is an adjective. In some cases the resulting word is a noun.\n\n<strong>Back up is not the same as backup.</strong>\n\nWhen back up is two words, there\'s some sort of action taking place, which means it\'s a verb. You put your car in reverse gear so you can <em>back up</em> (verb) out of your driveway. Maybe you <em>back up</em> (verb) your files on an external hard drive (I don\'t but I should). You <em>back up </em>(verb) your claims with proven information (although some presidential candidates don\'t).\n\nWhen backup is one word, it can be an adjective, meaning the word is modifying or describing something. You may have a <em>backup </em>computer in case your usual computer conks out. You may have a <em>backup plan</em> in case something goes wrong. Sometimes, a backup is a noun:  You may have your<em> backup</em> with you on a thumb drive.\n\n<strong>Shut down is not the same as shutdown.</strong>\n\nAt the end of your work day, perhaps you <em>shut down</em> (verb) your computer. Now your computer is in <em>shutdown </em>(adjective) mode.\n\nThis past Wednesday here in the Washington area, the Metro was <em>shut down</em> (verb) for more than 24 hours to conduct emergency inspections and repairs.  Metro\'s general manager said the <em>shutdown</em> (noun) was necessary.\n\n<strong>Every day is not the same as everyday.</strong>\n\n<em>Every day (noun)</em> that passes I think about some <em>everyday</em> (adjective) tasks that can get done quickly.\n\n<span style=\"color: #ff0000;\">Just some everyday information to pass on to you. Happy Friday!</span>\n\nP.S. If you get tripped up with this type of thing in your documents, I can help fix it. Contact me about copy editing.','One word plus one word equals new word','','inherit','open','open','','3183-autosave-v1','','','2016-03-18 14:10:29','2016-03-18 18:10:29','',3183,'http://deborahbrody.com/2016/03/3183-autosave-v1/',0,'revision','',0),
(3186,4,'2016-03-18 14:10:44','2016-03-18 18:10:44','\"Can someone share what they use to <span style=\"text-decoration: underline;\"><em>backup</em></span> their files?\"\r\n\r\nThis was the subject line in an email to a Listserv I\'m on. In this case, the person wrote backup (one word), which is an adjective, when he meant to say back up (two words), which is a verb.\r\n\r\nThere are several things about English that seem to trip up a lot of people. This is one of those things.\r\n\r\nIt happens when you have two words that are often used as a pair and you put them together in one word. However, the new word is not the same as the two-word pair. In some cases the two-word pair is a verb and the resulting new word is an adjective. In some cases the resulting word is a noun.\r\n\r\n<strong>Back up is not the same as backup.</strong>\r\n\r\nWhen back up is two words, there\'s some sort of action taking place, which means it\'s a verb. You put your car in reverse gear so you can <em>back up</em> (verb) out of your driveway. Maybe you <em>back up</em> (verb) your files on an external hard drive (I don\'t but I should). You <em>back up </em>(verb) your claims with proven information (although some presidential candidates don\'t).\r\n\r\nWhen backup is one word, it can be an adjective, meaning the word is modifying or describing something. You may have a <em>backup </em>computer in case your usual computer conks out. You may have a <em>backup plan</em> in case something goes wrong. Sometimes, a backup is a noun:  You may have your<em> backup</em> with you on a thumb drive.\r\n\r\n<strong>Shut down is not the same as shutdown.</strong>\r\n\r\nAt the end of your work day, perhaps you <em>shut down</em> (verb) your computer. Now your computer is in <em>shutdown </em>(adjective) mode.\r\n\r\nThis past Wednesday here in the Washington area, the Metro was <em>shut down</em> (verb) for more than 24 hours to conduct emergency inspections and repairs.  Metro\'s general manager said the <em>shutdown</em> (noun) was necessary.\r\n\r\n<strong>Every day is not the same as everyday.</strong>\r\n\r\n<em>Every day (noun)</em> that passes I think about some <em>everyday</em> (adjective) tasks that can get done quickly.\r\n\r\n<span style=\"color: #ff0000;\">Just some everyday information to pass on to you. Happy Friday!</span>\r\n\r\nP.S. If you get tripped up with this type of thing in your documents, I can help fix it. Contact me about copy editing.','One word plus one word equals new word','','inherit','open','open','','3183-revision-v1','','','2016-03-18 14:10:44','2016-03-18 18:10:44','',3183,'http://deborahbrody.com/2016/03/3183-revision-v1/',0,'revision','',0),
(3187,4,'2016-03-18 19:02:55','2016-03-18 23:02:55','\"Can someone share what they use to <span style=\"text-decoration: underline;\"><em>backup</em></span> their files?\"\r\n\r\nThis was the subject line in an email to a Listserv I\'m on. In this case, the person wrote backup (one word), which is an adjective, when he meant to say back up (two words), which is a verb.\r\n\r\nThere are several things about English that seem to trip up a lot of people. This is one of those things.\r\n\r\nIt happens when you have two words that are often used as a pair and you put them together in one word. However, the new word is not the same as the  pair. In some cases the pair is a verb and the resulting new word is an adjective. In some cases the resulting word is a noun.\r\n\r\n<strong>Back up is not the same as backup.</strong>\r\n\r\nWhen back up is two words, there\'s some sort of action taking place, which means it\'s a verb. You put your car in reverse gear so you can <em>back up</em> (verb) out of your driveway. Maybe you <em>back up</em> (verb) your files on an external hard drive (I don\'t but I should). You <em>back up </em>(verb) your claims with proven information (although some presidential candidates don\'t).\r\n\r\nWhen backup is one word, it can be an adjective, meaning the word is modifying or describing something. You may have a <em>backup </em>computer in case your usual computer conks out. You may have a <em>backup plan</em> in case something goes wrong. Sometimes, a backup is a noun:  You may have your<em> backup</em> with you on a thumb drive.\r\n\r\n<strong>Shut down is not the same as shutdown.</strong>\r\n\r\nAt the end of your work day, perhaps you <em>shut down</em> (verb) your computer. Now your computer is in <em>shutdown </em>(adjective) mode.\r\n\r\nThis past Wednesday here in the Washington area, the Metro was <em>shut down</em> (verb) for more than 24 hours to conduct emergency inspections and repairs.  Metro\'s general manager said the <em>shutdown</em> (noun) was necessary.\r\n\r\n<strong>Every day is not the same as everyday.</strong>\r\n\r\n<em>Every day (noun)</em> that passes I think about some <em>everyday</em> (adjective) tasks that can get done quickly.\r\n\r\n<span style=\"color: #ff0000;\">Just some everyday information to pass on to you. Happy Friday!</span>\r\n\r\nP.S. If you get tripped up with this type of thing in your documents, I can help fix it. Contact me about copy editing.','One word plus one word equals new word','','inherit','open','open','','3183-revision-v1','','','2016-03-18 19:02:55','2016-03-18 23:02:55','',3183,'http://deborahbrody.com/2016/03/3183-revision-v1/',0,'revision','',0),
(3189,4,'2016-03-23 13:32:55','2016-03-23 17:32:55','Last week, I attended the <a href=\"http://www.theatlantic.com/live/events/women-and-business/2016/\" target=\"_blank\">Women &amp; Business: An Atlantic Exchange</a>, which was an event showcasing women\'s business concerns organized by The Atlantic magazine. One of the segments included an interview with Melanie Whelan, CEO of SoulCycle, a boutique indoor cycling studio.\r\n\r\nMs. Whelan spoke at length about the SoulCycle culture and its business model. Soul Cycle concentrates on providing a special experience to its customers, where they feel part of a community. She said that SoulCycle has never advertised, instead relying on satisfied users to become brand ambassadors, to discuss their positive experience with friends and in social media, promoting the company. In this way, SoulCycle has grown from being a one-of studio on the Upper West Side of New York to having several  studios in many large metropolitan areas.\r\n\r\nMs. Whelan offered several interesting insights about her company\'s corporate culture, brand experience and market growth, and it\'s worth watching her presentation:\r\n<iframe src=\"https://www.youtube.com/embed/XoSLXPUazVo?list=PLwj46yNDLyTU0QBEVX0bhPqCWaobJ2Lv1\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Word-of-mouth marketing</strong>\r\n\r\nOver and over, you hear businesses claim that their best marketing is word-of-mouth and/or referrals. In SoulCycle\'s case, it seems that word-of-mouth marketing has paid off in spades.\r\n\r\nAnd yet, at this very forum, which was intended both to help women entrepreneurs get some solid information and to network with each other, I saw first hand how hard it is for most people to network and connect with each other.\r\n\r\n<strong>Networking can be hard for some</strong>\r\n\r\nThere were women who seemed very shy, and couldn\'t seem to even smile or even look at strangers.\r\n\r\nThere was a woman with bad body odor.  Whether or not she was aware of the issue, I am not sure, but I would think many people steered clear of her.\r\n\r\nThere was a woman, standing next to me at the buffet line, who barely acknowledged an ice breaker comment I made. Even after being given an easy way to chat, she refused to do so. I am not sure if it was lack of interest or shyness or perhaps she was just hungry.\r\n\r\nThen there was the socially awkward woman I sat down next to inside the auditorium. She dropped her papers and I picked them up and handed them to her, and she didn\'t even acknowledge me or thank me. She then started taking notes off my printed agenda, without so much as a word or an \"excuse me, but may I see your agenda.\" And even worse, she kept falling asleep and leaning on me. Seriously.\r\n\r\n<strong>But networking is an essential business skill</strong>\r\n\r\nThen there was a woman who smiled, shook hands and introduced herself, making it easy to converse. She understood the power of networking. As she said to me, networking isn\'t about closing a sale, but rather about meeting people who will remember you and perhaps refer to you later on when a need arises for them or in their circle.\r\n\r\nNetworking is the most basic form of marketing communications. It\'s your opportunity to introduce yourself and your business on a personal, one-to-one level. It is an essential part of business and professional development.\r\n\r\nIt\'s not easy for most folks, myself included, to walk into a room full of strangers and just chat it up. But there are ways to make it less intimidating.\r\n\r\n<strong>Think quality versus quantity</strong>. You don\'t have to meet everyone in the room. If you meet one or two people, and get to know them, you will be doing well.\r\n\r\n<strong>Think about what you do and how to best communicate it.</strong> It\'s easy to get stuck in  thinking everybody understands what you do, but chances are good that they won\'t. Think of a simple way of introducing yourself and your business, and that allows for questions to follow.\r\n\r\n<strong>Understand that other people in the room are just as uncomfortable as you are</strong>. A smile goes a long way in making people relax.\r\n\r\nIf you are still having trouble connecting, perhaps you should consider some outside help. Perhaps you can hire a business coach to help you refine your approach and to give you pointers.\r\n\r\n<span style=\"color: #ff0000;\">How do you network? What works best for you? Please share in the comments.</span>\r\n\r\n&nbsp;','Business networking is a form of marketing communications','','publish','open','open','','business-networking-is-a-form-of-marketing-communications','','','2016-03-23 13:32:55','2016-03-23 17:32:55','',0,'http://deborahbrody.com/?p=3189',0,'post','',0),
(3190,4,'2016-03-23 13:28:58','2016-03-23 17:28:58','Last week, I attended the <a href=\"http://www.theatlantic.com/live/events/women-and-business/2016/\" target=\"_blank\">Women &amp; Business: An Atlantic Exchange</a>, which was an event showcasing women\'s business concerns organized by The Atlantic magazine. One of the segments included an interview with Melanie Whelan, CEO of SoulCycle, a boutique indoor cycling studio.\r\n\r\nMs. Whelan spoke at length about the SoulCycle culture and its business model. Soul Cycle concentrates on providing a special experience to its customers, where they feel part of a community. She said that SoulCycle has never advertised, instead relying on satisfied users to become brand ambassadors, to discuss their positive experience with friends and in social media, promoting the company. In this way, SoulCycle has grown from being a one-of studio on the Upper West Side of New York to having several  studios in many large metropolitan areas.\r\n\r\nMs. Whelan offered several interesting insights about her company\'s corporate culture, brand experience and market growth, and it\'s worth watching her presentation:\r\n<iframe src=\"https://www.youtube.com/embed/XoSLXPUazVo?list=PLwj46yNDLyTU0QBEVX0bhPqCWaobJ2Lv1\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Word-of-mouth marketing</strong>\r\n\r\nOver and over, you hear businesses claim that their best marketing is word-of-mouth and/or referrals. In SoulCycle\'s case, it seems that word-of-mouth marketing has paid off in spades.\r\n\r\nAnd yet, at this very forum, which was intended both to help women entrepreneurs get some solid information and to network with each other, I saw first hand how hard it is for most people to network and connect with each other.\r\n\r\n<strong>Networking can be hard for some</strong>\r\n\r\nThere were women who seemed very shy, and couldn\'t seem to even smile or even look at strangers.\r\n\r\nThere was a woman with bad body odor. I am sure many people steered clear of her.\r\n\r\nThere was a woman, standing next to me at the buffet line, who barely acknowledged an ice breaker comment I made. Even after being given an easy way to chat, she refused to do so. I am not sure if it was lack of interest or shyness or perhaps she was just hungry.\r\n\r\nThen there was the socially awkward woman I sat down next to inside the auditorium. She dropped her papers and I picked them up and handed them to her, and she didn\'t even acknowledge me or thank me. She then started taking notes off my printed agenda, without so much as a word or an \"excuse me, but may I see your agenda.\" And even worse, she kept falling asleep and leaning on me. Seriously.\r\n\r\n<strong>But networking is an essential business skill</strong>\r\n\r\nBut then there was a woman who smiled, shook hands and introduced herself, making it easy to converse. She understood the power of networking. As she said to me, networking isn\'t about closing a sale, but rather about meeting people who will remember you and perhaps refer to you later on when a need arises for them or in their circle.\r\n\r\nNetworking is the most basic form of marketing communications. It\'s your opportunity to introduce yourself and your business on a personal, one-to-one level. It is an essential part of business and professional development.\r\n\r\nIt\'s not easy for most folks, myself included, to walk into a room full of strangers and just chat it up. But there are ways to make it less intimidating.\r\n\r\n<strong>Think quality versus quantity</strong>. You don\'t have to meet everyone in the room. If you meet one or two people, and get to know them, you will be doing well.\r\n\r\n<strong>Think about what you do and how to best communicate it.</strong> It\'s easy to get stuck in  thinking everybody understands what you do, but chances are good that they won\'t. Think of a simple way of introducing yourself and your business, and that allows for questions to follow.\r\n\r\n<strong>Understand that other people in the room are just as uncomfortable as you are</strong>. A smile goes a long way in making people relax.\r\n\r\nIf you are still having trouble connecting, perhaps you should consider some outside help. You many need a business coach to help you refine your approach and to give you pointers.\r\n\r\n<span style=\"color: #ff0000;\">How do you network? What works best for you? Please share in the comments.</span>\r\n\r\n&nbsp;','Business networking is a form of marketing communications','','inherit','open','open','','3189-revision-v1','','','2016-03-23 13:28:58','2016-03-23 17:28:58','',3189,'http://deborahbrody.com/2016/03/3189-revision-v1/',0,'revision','',0),
(3191,4,'2016-03-23 13:32:55','2016-03-23 17:32:55','Last week, I attended the <a href=\"http://www.theatlantic.com/live/events/women-and-business/2016/\" target=\"_blank\">Women &amp; Business: An Atlantic Exchange</a>, which was an event showcasing women\'s business concerns organized by The Atlantic magazine. One of the segments included an interview with Melanie Whelan, CEO of SoulCycle, a boutique indoor cycling studio.\r\n\r\nMs. Whelan spoke at length about the SoulCycle culture and its business model. Soul Cycle concentrates on providing a special experience to its customers, where they feel part of a community. She said that SoulCycle has never advertised, instead relying on satisfied users to become brand ambassadors, to discuss their positive experience with friends and in social media, promoting the company. In this way, SoulCycle has grown from being a one-of studio on the Upper West Side of New York to having several  studios in many large metropolitan areas.\r\n\r\nMs. Whelan offered several interesting insights about her company\'s corporate culture, brand experience and market growth, and it\'s worth watching her presentation:\r\n<iframe src=\"https://www.youtube.com/embed/XoSLXPUazVo?list=PLwj46yNDLyTU0QBEVX0bhPqCWaobJ2Lv1\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Word-of-mouth marketing</strong>\r\n\r\nOver and over, you hear businesses claim that their best marketing is word-of-mouth and/or referrals. In SoulCycle\'s case, it seems that word-of-mouth marketing has paid off in spades.\r\n\r\nAnd yet, at this very forum, which was intended both to help women entrepreneurs get some solid information and to network with each other, I saw first hand how hard it is for most people to network and connect with each other.\r\n\r\n<strong>Networking can be hard for some</strong>\r\n\r\nThere were women who seemed very shy, and couldn\'t seem to even smile or even look at strangers.\r\n\r\nThere was a woman with bad body odor.  Whether or not she was aware of the issue, I am not sure, but I would think many people steered clear of her.\r\n\r\nThere was a woman, standing next to me at the buffet line, who barely acknowledged an ice breaker comment I made. Even after being given an easy way to chat, she refused to do so. I am not sure if it was lack of interest or shyness or perhaps she was just hungry.\r\n\r\nThen there was the socially awkward woman I sat down next to inside the auditorium. She dropped her papers and I picked them up and handed them to her, and she didn\'t even acknowledge me or thank me. She then started taking notes off my printed agenda, without so much as a word or an \"excuse me, but may I see your agenda.\" And even worse, she kept falling asleep and leaning on me. Seriously.\r\n\r\n<strong>But networking is an essential business skill</strong>\r\n\r\nThen there was a woman who smiled, shook hands and introduced herself, making it easy to converse. She understood the power of networking. As she said to me, networking isn\'t about closing a sale, but rather about meeting people who will remember you and perhaps refer to you later on when a need arises for them or in their circle.\r\n\r\nNetworking is the most basic form of marketing communications. It\'s your opportunity to introduce yourself and your business on a personal, one-to-one level. It is an essential part of business and professional development.\r\n\r\nIt\'s not easy for most folks, myself included, to walk into a room full of strangers and just chat it up. But there are ways to make it less intimidating.\r\n\r\n<strong>Think quality versus quantity</strong>. You don\'t have to meet everyone in the room. If you meet one or two people, and get to know them, you will be doing well.\r\n\r\n<strong>Think about what you do and how to best communicate it.</strong> It\'s easy to get stuck in  thinking everybody understands what you do, but chances are good that they won\'t. Think of a simple way of introducing yourself and your business, and that allows for questions to follow.\r\n\r\n<strong>Understand that other people in the room are just as uncomfortable as you are</strong>. A smile goes a long way in making people relax.\r\n\r\nIf you are still having trouble connecting, perhaps you should consider some outside help. Perhaps you can hire a business coach to help you refine your approach and to give you pointers.\r\n\r\n<span style=\"color: #ff0000;\">How do you network? What works best for you? Please share in the comments.</span>\r\n\r\n&nbsp;','Business networking is a form of marketing communications','','inherit','open','open','','3189-revision-v1','','','2016-03-23 13:32:55','2016-03-23 17:32:55','',3189,'http://deborahbrody.com/2016/03/3189-revision-v1/',0,'revision','',0),
(3192,4,'2016-03-31 09:13:50','2016-03-31 13:13:50','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as a communications agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter: </strong><a href=\"https://twitter.com/juliemmullen\" target=\"_blank\">@juliemmullen<strong>\r\n</strong></a>\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\"\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we even begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like <a href=\"http://www.prdaily.com/Main/Home.aspx\" target=\"_blank\">PR Daily</a> or <a href=\"http://www.prweb.com/\" target=\"_blank\">PRWeb.com.</a> But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a> is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as their/there/they\'re; affect/effect; than/then. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite word, but contenders include serendipity, oxymoron, and love.\r\n\r\n<strong><span style=\"color: #ff0000;\">Do you agree with Julie that your livelihood in public relations depends on being able to write well? Share your thoughts in the comments. And be sure to check this space on the last Thursday of every month for more thoughts on writing.</span></strong>','On writing: Julie Mullen buzzes about PR ','','publish','open','open','','on-writing-julie-mullen-buzzes','','','2016-03-31 09:28:26','2016-03-31 13:28:26','',0,'http://deborahbrody.com/?p=3192',0,'post','',0),
(3193,4,'2016-03-30 09:42:39','2016-03-30 13:42:39','','buzz-agency-julie-mullen-image','','inherit','open','open','','buzz-agency-julie-mullen-image','','','2016-03-30 09:42:39','2016-03-30 13:42:39','',3192,'http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg',0,'attachment','image/jpeg',0),
(3194,4,'2016-03-30 09:44:15','2016-03-30 13:44:15','This month, I reached out to Julie Mullen, who after a stint in journalism, has had a long and very effective career in public relations. Julie has not only worked in the trenches, but now, a PR agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"alignleft size-medium wp-image-3193\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a>\r\n\r\n<strong>Name:  </strong>Julie Mullen,\r\n\r\nThe Buzz Agency\r\n\r\nDelray Beach, FL\r\n\r\n<strong>Website:</strong> thebuzzagency.net\r\n\r\n<strong>Twitter:</strong>  @juliemmullen | @thebuzzagency\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nJulie Mullen is co-founder  and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 09:44:15','2016-03-30 13:44:15','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3204,4,'2016-03-30 16:29:14','2016-03-30 20:29:14','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. [epq-quote align=\"align-right\"][/epq-quote]Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 16:29:14','2016-03-30 20:29:14','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3195,4,'2016-03-30 14:00:02','2016-03-30 18:00:02','This month, for the third edition of On Writing, I reached out to Julie Mullen, who after a stint in journalism, has had a long and very effective career in public relations. Julie has not only worked in the trenches, but now, a PR agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"alignleft size-medium wp-image-3193\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a><strong>Julie Mullen</strong>\r\n\r\nJulie Mullen is co-founder  and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n&nbsp;\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>  @juliemmullen | @thebuzzagency\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 14:00:02','2016-03-30 18:00:02','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3198,4,'2016-03-30 14:06:59','2016-03-30 18:06:59','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 14:06:59','2016-03-30 18:06:59','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3196,4,'2016-03-30 14:02:19','2016-03-30 18:02:19','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong>\r\n\r\nJulie Mullen is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n&nbsp;\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>  @juliemmullen | @thebuzzagency\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 14:02:19','2016-03-30 18:02:19','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3197,4,'2016-03-30 14:03:50','2016-03-30 18:03:50','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong>\r\n\r\nJulie Mullen is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>                                                                                     Twitter:</strong>  @juliemmullen |                                                                                                           @thebuzzagency\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 14:03:50','2016-03-30 18:03:50','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3199,4,'2016-03-30 16:09:56','2016-03-30 20:09:56','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. [epq-quote align=\"align-right\"]Who wants to hire a communications firm that can’t craft an interesting message? Or spell?[/epq-quote]\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 16:09:56','2016-03-30 20:09:56','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3201,4,'2016-03-30 16:11:53','2016-03-30 20:11:53','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it.Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 16:11:53','2016-03-30 20:11:53','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3200,4,'2016-03-30 16:11:12','2016-03-30 20:11:12','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. [epq-quote align=\"align-right\"]Who wants to hire a communications firm that can’t craft an interesting message? Or spell?[/epq-quote]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 16:11:12','2016-03-30 20:11:12','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3203,4,'2016-03-30 16:27:17','2016-03-30 20:27:17','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 16:27:17','2016-03-30 20:27:17','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3202,4,'2016-03-30 16:21:24','2016-03-30 20:21:24','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. <span class=\"pullquote\">Who wants to hire a communications firm that can’t craft an interesting message? Or spell?</span>\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 16:21:24','2016-03-30 20:21:24','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3205,4,'2016-03-30 16:33:40','2016-03-30 20:33:40','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as  an agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it.[bctt tweet=\" Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\"]\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. [epq-quote align=\"align-right\"][/epq-quote]Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n&nbsp;','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-30 16:33:40','2016-03-30 20:33:40','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3206,4,'2016-03-31 09:00:13','2016-03-31 13:00:13','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as a communications agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter: </strong><a href=\"https://twitter.com/juliemmullen\" target=\"_blank\">@juliemmullen<strong>\r\n</strong></a>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\"\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n<strong><span style=\"color: #ff0000;\">Do you agree with Julie that your livelihood in public relations depends on being able to write well? Share your thoughts in the comments. And be sure to check this space on the last Thursday of every month for more thoughts on writing.</span></strong>','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-31 09:00:13','2016-03-31 13:00:13','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3207,4,'2016-03-31 09:02:06','2016-03-31 13:02:06','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as a communications agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter: </strong><a href=\"https://twitter.com/juliemmullen\" target=\"_blank\">@juliemmullen<strong>\r\n</strong></a>\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\"\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n<strong><span style=\"color: #ff0000;\">Do you agree with Julie that your livelihood in public relations depends on being able to write well? Share your thoughts in the comments. And be sure to check this space on the last Thursday of every month for more thoughts on writing.</span></strong>','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-31 09:02:06','2016-03-31 13:02:06','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3208,4,'2016-03-31 09:02:22','2016-03-31 13:02:22','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as a communications agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter: </strong><a href=\"https://twitter.com/juliemmullen\" target=\"_blank\">@juliemmullen<strong>\r\n</strong></a>\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\"\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like PR Daily or PRWeb.com. But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, AP Stylebook is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n<strong><span style=\"color: #ff0000;\">Do you agree with Julie that your livelihood in public relations depends on being able to write well? Share your thoughts in the comments. And be sure to check this space on the last Thursday of every month for more thoughts on writing.</span></strong>','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-31 09:02:22','2016-03-31 13:02:22','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3209,4,'2016-03-31 09:08:19','2016-03-31 13:08:19','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as a communications agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter: </strong><a href=\"https://twitter.com/juliemmullen\" target=\"_blank\">@juliemmullen<strong>\r\n</strong></a>\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\"\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like <a href=\"http://www.prdaily.com/Main/Home.aspx\" target=\"_blank\">PR Daily</a> or <a href=\"http://www.prweb.com/\" target=\"_blank\">PRWeb.com.</a> But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a> is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as THEIR/THEY’RE/THERE; AFFECT/EFFECT; THAN/THEN. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite, but contenders include serendipity, oxymoron and love.\r\n\r\n<strong><span style=\"color: #ff0000;\">Do you agree with Julie that your livelihood in public relations depends on being able to write well? Share your thoughts in the comments. And be sure to check this space on the last Thursday of every month for more thoughts on writing.</span></strong>','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-31 09:08:19','2016-03-31 13:08:19','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3210,4,'2016-03-31 09:13:18','2016-03-31 13:13:18','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as a communications agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter: </strong><a href=\"https://twitter.com/juliemmullen\" target=\"_blank\">@juliemmullen<strong>\r\n</strong></a>\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\"\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we event begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like <a href=\"http://www.prdaily.com/Main/Home.aspx\" target=\"_blank\">PR Daily</a> or <a href=\"http://www.prweb.com/\" target=\"_blank\">PRWeb.com.</a> But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a> is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as their/there/they\'re; affect/effect; than/then. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite word, but contenders include serendipity, oxymoron, and love.\r\n\r\n<strong><span style=\"color: #ff0000;\">Do you agree with Julie that your livelihood in public relations depends on being able to write well? Share your thoughts in the comments. And be sure to check this space on the last Thursday of every month for more thoughts on writing.</span></strong>','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-31 09:13:18','2016-03-31 13:13:18','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3211,4,'2016-03-31 09:28:26','2016-03-31 13:28:26','This month, for the third edition of On Writing, I reached out to Julie Mullen, who has had a long and very effective career in public relations. Julie has not only worked in the trenches of the PR world, but now, as a communications agency owner, directs communications strategy, and hires and manages staff.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3193\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image.jpg\"><img class=\"wp-image-3193 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/03/buzz-agency-julie-mullen-image-300x300.jpg\" alt=\"buzz-agency-julie-mullen-image\" width=\"300\" height=\"300\" /></a> Julie Mullen Partner/Co-Founder The Buzz Agency[/caption]\r\n\r\n<strong>Julie Mullen</strong> is co-founder and partner of one of South Florida’s largest communications firms, The Buzz Agency, based in Delray Beach. The firm specializes in public relations, social media, community outreach, and event management. A proud Air Force brat, Julie has lived in 10 states and one foreign country. Her PR career includes director-level positions in broadcast and print media, as well as in agency, not-for-profit and corporate sectors.\r\n\r\n<strong>Organization:</strong> <a href=\"http://thebuzzagency.net/\" target=\"_blank\">The Buzz Agency</a>\r\n\r\n<strong>Twitter: </strong><a href=\"https://twitter.com/juliemmullen\" target=\"_blank\">@juliemmullen<strong>\r\n</strong></a>\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nAt this point in my career, I spend much more time editing than writing. I do enjoy giving \"track changes\" a hearty workout. Most of the writing I do currently is geared towards new business development (e.g., proposals, RFP’s). Is it important? Absolutely. Our livelihood depends on it. Who wants to hire a communications firm that can’t craft an interesting message? Or spell?\"\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThere are many platforms our industry uses to create compelling messages. Press release writing is obviously much different than creating content for a Tweet. But regardless of <em>what</em> you are writing, it’s critical to know <em>how</em> tell the story in an effective way. Additionally, I will not even consider an applicant whose writing skills are sub-par. From their initial introductory email, to their resume, to their writing samples, and if we give them a writing project, we look at the compilation of it all before we even begin to take the next steps.  I don’t want recent college graduates mistaking their for they’re, for example.\r\n\r\n<strong> 3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nRead, read, read. If you’re a publicist, read content that is relevant to your client – newspapers, magazines, industry trades, etc. Get to know what kind of information those outlets require and what style of writing they tend to use, then format your written pitches, releases, presentations accordingly.\r\n\r\n<strong> 4. </strong><strong>What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nAP Stylebook has always been my go-to source. I also use industry sources like <a href=\"http://www.prdaily.com/Main/Home.aspx\" target=\"_blank\">PR Daily</a> or <a href=\"http://www.prweb.com/\" target=\"_blank\">PRWeb.com.</a> But the best source I have is an editor I know, who, I believe, is the best in the business.\r\n\r\n<strong> 5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nYes, <a href=\"https://www.apstylebook.com/\" target=\"_blank\">AP Stylebook</a> is like the Bible of proper grammar and punctuation for journalists, so if it’s good enough for them, it certainly is good enough for me!\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nImproper use of homophones, such as their/there/they\'re; affect/effect; than/then. It drives me NUTS!\r\n\r\n<strong> 7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy least favorite has to be any form of hyperbole, such as AMAZING! SPECTACULAR! MOUTH-WATERING! Wow, it’s hard to pick a favorite word, but contenders include serendipity, oxymoron, and love.\r\n\r\n<strong><span style=\"color: #ff0000;\">Do you agree with Julie that your livelihood in public relations depends on being able to write well? Share your thoughts in the comments. And be sure to check this space on the last Thursday of every month for more thoughts on writing.</span></strong>','On writing: Julie Mullen buzzes about PR ','','inherit','open','open','','3192-revision-v1','','','2016-03-31 09:28:26','2016-03-31 13:28:26','',3192,'http://deborahbrody.com/2016/03/3192-revision-v1/',0,'revision','',0),
(3213,4,'2016-04-07 13:38:08','2016-04-07 17:38:08','Going by the emails I receive, some companies think that I don’t do business with them solely because I can’t afford to.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850.jpg\"><img class=\"alignleft size-medium wp-image-3215\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850-300x199.jpg\" alt=\"money-9-1238441-1279x850\" width=\"300\" height=\"199\" /></a>Every few weeks, a yoga studio I used to attend until my favorite teacher left sends me a dollars-off promotion. Come back, they say, here’s an $8 discount.\r\n\r\nThen there’s the company that is always sending me discounts for handyman services.\r\n\r\n&nbsp;\r\n\r\nAnd there’s a cosmetics company that sends emails telling me how I can get a free something or other with purchase (Only today! Only friends and family!).\r\n\r\n<strong>It\'s not about money.</strong>\r\n\r\nNone of these companies has any idea why I am not a return customer. They’ve never asked me, but I\'ll tell you my reasons.\r\n\r\nI haven’t been back to the yoga studio because I don’t like the teacher that is currently teaching during the time slot that is convenient for me. Additionally, I hurt my shoulder and I can’t do yoga right now.\r\n\r\nI haven’t used the handyman company because I don’t have a current need. That’s not to say I won’t in the future, but there’s nothing (knocking on wood here) that needs fixing right now.\r\n\r\nThe cosmetics company just yesterday was offering me a free lash-extender mascara. I wear contact lenses and I never use mascaras that extend because it bothers my eyes, so even a free mascara is not an enticement.\r\n\r\n<strong>But at least they are tracking.</strong>\r\n\r\nTo their credit, these companies have noticed that I haven’t been a customer for a while and they want me back. But they err in thinking that doing business is simply about money.\r\n\r\nHere\'s the thing: Getting customers back is not as easy as offering a discount or a gift with purchase. <span style=\"text-decoration: underline;\">You have to understand what motivates your customer</span>.\r\n\r\nThe decision to buy something or do business with a company is often about more than just price. There are other factors, both tangible (e.g., need, convenience, timing) and intangible (e.g., trust, satisfaction, appreciation) that affect whether you shop somewhere or buy a certain product.\r\n\r\n<strong>Sometimes, you have to ask.</strong>\r\n\r\nIf you’ve lost business or aren’t getting repeat business, you have to ask why. Don’t assume that everything can be fixed with a dollars-off promotion. Companies are collecting emails to do marketing or to send reminders. Well, they can also send a survey or even a personalized email.\r\n\r\nImagine how much more effective it would be if the yoga studio owner sent me an email saying she\'s noticed I haven\'t been there in several months and she\'d like to know if I am still living in town or doing yoga.\r\n\r\nHow do you track your clients or customers? How do you entice them to come back? Let me know what works for you in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It’s not always about the money  (customer feedback part 1)','','publish','open','open','','its-not-always-about-the-money-customer-feedback-part-1','','','2016-04-13 09:34:00','2016-04-13 13:34:00','',0,'http://deborahbrody.com/?p=3213',0,'post','',0),
(3214,4,'2016-04-07 09:44:29','2016-04-07 13:44:29','Going by the emails I receive, some companies think that I don’t do business with them solely because I can’t afford to.\r\n\r\nEvery few weeks, a yoga studio I used to attend until my favorite teacher left sends me a dollars-off promotion. Come back, they say, here’s an $8 discount.\r\n\r\nThen there’s the company that is always sending me discounts for handyman services.\r\n\r\nAnd there’s a cosmetics company that sends emails telling me how I can get a free something or other with purchase (Only today! Only friends and family!).\r\n\r\n<strong>It\'s not about money.</strong>\r\n\r\nNone of these companies has any idea why I am not a return customer. They’ve never asked me, but let tell you my reasons.\r\n\r\nI haven’t been back to the yoga studio because I don’t like the teacher that is currently teaching the time slot that is convenient for me. Additionally, I hurt my shoulder and I can’t do yoga right now.\r\n\r\nI haven’t used the handyman company because I don’t have a current need. That’s not to say I won’t in the future, but there’s nothing (knocking on wood here) that needs fixing right now.\r\n\r\nThe cosmetics company just yesterday was offering me a free lash-extender mascara. I wear contact lenses and I never use mascaras that extend or volumize because it bothers my eyes, so even a free extender mascara is not an enticement.\r\n\r\n<strong>But at least they are tracking.</strong>\r\n\r\nTo their credit, these companies have noticed that I haven’t been a customer for a while and they want me back. But they err in thinking that doing business is simply a cash transaction.\r\n\r\nHere\'s the thing: Getting customers back is not as easy as offering a discount or a gift with purchase. You have to understand what motivates your customer.\r\n\r\nThe decision to buy something or do business with a company is often about more than just price. There are other factors, both tangible (e.g., need, convenience, timing) and intangible (e.g., trust, satisfaction, appreciation) that affect whether you shop somewhere or buy a certain product.\r\n\r\n<strong>Sometimes, you have to ask.</strong>\r\n\r\nIf you’ve lost business or aren’t getting repeat business, you have to ask why. Perhaps you send a survey. Or perhaps you do a market study. Don’t assume that everything can be fixed with a dollars-off promotion.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It’s not always about the money --customer feedback part 1','','inherit','open','open','','3213-revision-v1','','','2016-04-07 09:44:29','2016-04-07 13:44:29','',3213,'http://deborahbrody.com/2016/04/3213-revision-v1/',0,'revision','',0),
(3215,4,'2016-04-07 13:24:26','2016-04-07 17:24:26','','money-9-1238441-1279x850','','inherit','open','open','','money-9-1238441-1279x850','','','2016-04-07 13:24:26','2016-04-07 17:24:26','',3213,'http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850.jpg',0,'attachment','image/jpeg',0),
(3216,4,'2016-04-07 13:36:02','2016-04-07 17:36:02','Going by the emails I receive, some companies think that I don’t do business with them solely because I can’t afford to.\r\n\r\nEvery few weeks, a yoga studio I used to attend until my favorite teacher left sends me a dollars-off promotion. Come back, they say, here’s an $8 discount.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850.jpg\"><img class=\"alignleft size-medium wp-image-3215\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850-300x199.jpg\" alt=\"money-9-1238441-1279x850\" width=\"300\" height=\"199\" /></a>\r\n\r\nThen there’s the company that is always sending me discounts for handyman services.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAnd there’s a cosmetics company that sends emails telling me how I can get a free something or other with purchase (Only today! Only friends and family!).\r\n\r\n<strong>It\'s not about money.</strong>\r\n\r\nNone of these companies has any idea why I am not a return customer. They’ve never asked me, but I\'ll tell you my reasons.\r\n\r\nI haven’t been back to the yoga studio because I don’t like the teacher that is currently teaching during the time slot that is convenient for me. Additionally, I hurt my shoulder and I can’t do yoga right now.\r\n\r\nI haven’t used the handyman company because I don’t have a current need. That’s not to say I won’t in the future, but there’s nothing (knocking on wood here) that needs fixing right now.\r\n\r\nThe cosmetics company just yesterday was offering me a free lash-extender mascara. I wear contact lenses and I never use mascaras that extend because it bothers my eyes, so even a free mascara is not an enticement.\r\n\r\n<strong>But at least they are tracking.</strong>\r\n\r\nTo their credit, these companies have noticed that I haven’t been a customer for a while and they want me back. But they err in thinking that doing business is simply about money.\r\n\r\nHere\'s the thing: Getting customers back is not as easy as offering a discount or a gift with purchase. You have to understand what motivates your customer.\r\n\r\nThe decision to buy something or do business with a company is often about more than just price. There are other factors, both tangible (e.g., need, convenience, timing) and intangible (e.g., trust, satisfaction, appreciation) that affect whether you shop somewhere or buy a certain product.\r\n\r\n<strong>Sometimes, you have to ask.</strong>\r\n\r\nIf you’ve lost business or aren’t getting repeat business, you have to ask why. Don’t assume that everything can be fixed with a dollars-off promotion. Companies are collecting emails to do marketing or to send reminders. Well, they can also send a survey or even a personalized email.\r\n\r\nImagine how much more effective it would be if the yoga studio owner sent me an email saying she\'s noticed I haven\'t been there in several months and she\'d like to know if I am still living in town or doing yoga.\r\n\r\nHow do you track your clients or customers? How do you entice them to come back?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It’s not always about the money --customer feedback part 1','','inherit','open','open','','3213-revision-v1','','','2016-04-07 13:36:02','2016-04-07 17:36:02','',3213,'http://deborahbrody.com/2016/04/3213-revision-v1/',0,'revision','',0),
(3217,4,'2016-04-07 13:37:00','2016-04-07 17:37:00','Going by the emails I receive, some companies think that I don’t do business with them solely because I can’t afford to.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850.jpg\"><img class=\"alignleft size-medium wp-image-3215\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850-300x199.jpg\" alt=\"money-9-1238441-1279x850\" width=\"300\" height=\"199\" /></a>Every few weeks, a yoga studio I used to attend until my favorite teacher left sends me a dollars-off promotion. Come back, they say, here’s an $8 discount.\r\n\r\nThen there’s the company that is always sending me discounts for handyman services.\r\n\r\n&nbsp;\r\n\r\nAnd there’s a cosmetics company that sends emails telling me how I can get a free something or other with purchase (Only today! Only friends and family!).\r\n\r\n<strong>It\'s not about money.</strong>\r\n\r\nNone of these companies has any idea why I am not a return customer. They’ve never asked me, but I\'ll tell you my reasons.\r\n\r\nI haven’t been back to the yoga studio because I don’t like the teacher that is currently teaching during the time slot that is convenient for me. Additionally, I hurt my shoulder and I can’t do yoga right now.\r\n\r\nI haven’t used the handyman company because I don’t have a current need. That’s not to say I won’t in the future, but there’s nothing (knocking on wood here) that needs fixing right now.\r\n\r\nThe cosmetics company just yesterday was offering me a free lash-extender mascara. I wear contact lenses and I never use mascaras that extend because it bothers my eyes, so even a free mascara is not an enticement.\r\n\r\n<strong>But at least they are tracking.</strong>\r\n\r\nTo their credit, these companies have noticed that I haven’t been a customer for a while and they want me back. But they err in thinking that doing business is simply about money.\r\n\r\nHere\'s the thing: Getting customers back is not as easy as offering a discount or a gift with purchase. You have to understand what motivates your customer.\r\n\r\nThe decision to buy something or do business with a company is often about more than just price. There are other factors, both tangible (e.g., need, convenience, timing) and intangible (e.g., trust, satisfaction, appreciation) that affect whether you shop somewhere or buy a certain product.\r\n\r\n<strong>Sometimes, you have to ask.</strong>\r\n\r\nIf you’ve lost business or aren’t getting repeat business, you have to ask why. Don’t assume that everything can be fixed with a dollars-off promotion. Companies are collecting emails to do marketing or to send reminders. Well, they can also send a survey or even a personalized email.\r\n\r\nImagine how much more effective it would be if the yoga studio owner sent me an email saying she\'s noticed I haven\'t been there in several months and she\'d like to know if I am still living in town or doing yoga.\r\n\r\nHow do you track your clients or customers? How do you entice them to come back?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It’s not always about the money --customer feedback part 1','','inherit','open','open','','3213-revision-v1','','','2016-04-07 13:37:00','2016-04-07 17:37:00','',3213,'http://deborahbrody.com/2016/04/3213-revision-v1/',0,'revision','',0),
(3218,4,'2016-04-07 13:38:08','2016-04-07 17:38:08','Going by the emails I receive, some companies think that I don’t do business with them solely because I can’t afford to.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850.jpg\"><img class=\"alignleft size-medium wp-image-3215\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850-300x199.jpg\" alt=\"money-9-1238441-1279x850\" width=\"300\" height=\"199\" /></a>Every few weeks, a yoga studio I used to attend until my favorite teacher left sends me a dollars-off promotion. Come back, they say, here’s an $8 discount.\r\n\r\nThen there’s the company that is always sending me discounts for handyman services.\r\n\r\n&nbsp;\r\n\r\nAnd there’s a cosmetics company that sends emails telling me how I can get a free something or other with purchase (Only today! Only friends and family!).\r\n\r\n<strong>It\'s not about money.</strong>\r\n\r\nNone of these companies has any idea why I am not a return customer. They’ve never asked me, but I\'ll tell you my reasons.\r\n\r\nI haven’t been back to the yoga studio because I don’t like the teacher that is currently teaching during the time slot that is convenient for me. Additionally, I hurt my shoulder and I can’t do yoga right now.\r\n\r\nI haven’t used the handyman company because I don’t have a current need. That’s not to say I won’t in the future, but there’s nothing (knocking on wood here) that needs fixing right now.\r\n\r\nThe cosmetics company just yesterday was offering me a free lash-extender mascara. I wear contact lenses and I never use mascaras that extend because it bothers my eyes, so even a free mascara is not an enticement.\r\n\r\n<strong>But at least they are tracking.</strong>\r\n\r\nTo their credit, these companies have noticed that I haven’t been a customer for a while and they want me back. But they err in thinking that doing business is simply about money.\r\n\r\nHere\'s the thing: Getting customers back is not as easy as offering a discount or a gift with purchase. <span style=\"text-decoration: underline;\">You have to understand what motivates your customer</span>.\r\n\r\nThe decision to buy something or do business with a company is often about more than just price. There are other factors, both tangible (e.g., need, convenience, timing) and intangible (e.g., trust, satisfaction, appreciation) that affect whether you shop somewhere or buy a certain product.\r\n\r\n<strong>Sometimes, you have to ask.</strong>\r\n\r\nIf you’ve lost business or aren’t getting repeat business, you have to ask why. Don’t assume that everything can be fixed with a dollars-off promotion. Companies are collecting emails to do marketing or to send reminders. Well, they can also send a survey or even a personalized email.\r\n\r\nImagine how much more effective it would be if the yoga studio owner sent me an email saying she\'s noticed I haven\'t been there in several months and she\'d like to know if I am still living in town or doing yoga.\r\n\r\nHow do you track your clients or customers? How do you entice them to come back? Let me know what works for you in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It’s not always about the money --customer feedback part 1','','inherit','open','open','','3213-revision-v1','','','2016-04-07 13:38:08','2016-04-07 17:38:08','',3213,'http://deborahbrody.com/2016/04/3213-revision-v1/',0,'revision','',0),
(3220,4,'2016-04-13 09:39:36','2016-04-13 13:39:36','Is asking for feedback the same as asking for a review? Nope. Not even close.\r\n\r\nThere’s a huge difference between feedback and reviews: First of all, each targets a different audience. And second, each serves a different purpose.\r\n\r\n<strong>Feedback is about you (service/product/offering)</strong>\r\n\r\nIf you ask for feedback, you want to know what works and what doesn’t, (presumably) in order to improve the offering. Do you want to know what customers/supporters really think about you? Then ask for feedback.\r\n\r\n<strong>Reviews are about your customers/supporters (potential and current)</strong>\r\n\r\nIf you ask for reviews, you are asking customers to <em>share </em>their thoughts, both good and bad, about your product or service <em>with other customers</em>.\r\n\r\nMany organizations make the mistake of asking for a review when what they want is feedback and some ask for feedback when all they want is a review.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640.jpg\"><img class=\"aligncenter size-medium wp-image-3221\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640-300x150.jpg\" alt=\"five-golden-stars-isolated-1142569-1280x640\" width=\"300\" height=\"150\" /></a>\r\n\r\n<strong>You need both, but for different reasons</strong>\r\n\r\nOrganizations should try to get both feedback and reviews from their customers, but not at the same time or using the same method.\r\n\r\nFeedback benefits the organization, because it provides honest insights meant to correct any issues.\r\n\r\nReviews are important too. They help with SEO, they can entice new customers, and they add credibility. Of course, not all reviews are positive, but negative reviews can serve as a red flag to businesses.\r\n\r\n<strong>Do you want feedback or just an inflated review?</strong>\r\n\r\nI am taking a course on Udemy (an online “school”). The course is super long, and I am almost finished with it. About half-way through, Udemy asked me to rate the course. I rated it three stars out of five, mainly because the course is too long, repetitive and somewhat disorganized.\r\n\r\nAnd then I got this email from the course’s instructor (in full below, except I removed the instructor’s name):\r\n<blockquote>Hey Deborah,\r\n\r\nThank you for enrolling in my course.\r\n\r\n&nbsp;\r\n\r\nI noticed you left a 3 star review. Was there something specifically wrong with the course that I can help you with? If the course simply isn\'t for you, I can surely help you get a refund.\r\n\r\n&nbsp;\r\n\r\nTeaching on Udemy is part of my livelihood, and as you can see from the thoroughness of the course, I put a huge amount of effort into making it as useful as possible. I know the course could get boring from time to time, but I tried my best to be as thorough as possible for the beginner.\r\n\r\n&nbsp;\r\n\r\nUdemy reacts very negatively toward 3 star reviews, and it tells them not to give my course as much visibility. It also hurts my livelihood generated from course sales.\r\n\r\n&nbsp;\r\n\r\nIf you can modify your review, that would be very much appreciated and it will go a long way toward helping me continue to teach on Udemy.\r\n\r\n&nbsp;\r\n\r\nOnce again, please let me know what was wrong with the course, and if you need me to get a refund processed for you, please let me know.\r\n\r\n&nbsp;\r\n\r\nThank you very much for your consideration,</blockquote>\r\nBasically, the Udemy instructor wants me to give him a five-star review, <em>because it benefits him</em>, not because it benefits his potential customers.  By the way, in my book, a three-star review is not negative, but fair/middling.\r\n\r\nIt occurs to me that if reviewers are pressured to change their reviews, and provide glowing reviews for something that is not five-star worthy, it can create problems down the road. Say this instructor gets all five-star reviews for a non-five-star course. People sign up based on those reviews and they are then disappointed because the course does not live up to the reviews. In turn, they provide not-so-glowing reviews. The instructor contacts them and offers to negotiate a refund, like he did for me. In the end, he will make less money.\r\n\r\nIf instead, the instructor asked for specific feedback and disassociated it from the review or from the money I paid for the course, I would provide a critique. And if he were interested in actually improving his course rather than just improving the reviews, he would weigh it carefully and maybe consider incorporating my feedback.\r\n\r\n<strong>So, ask for both</strong>\r\n\r\nBusinesses and organizations who want to improve, should always ask for <em>private, anonymous</em> feedback.\r\n\r\nBusinesses who want to build up credibility and SEO should ask for reviews. However, businesses need to be prepared for negative comments, and they need to have a way to deal with them.\r\n\r\n<strong><span style=\"color: #ff0000;\">What are your thoughts? Do you use reviews and feedback interchangeably? Do you solicit either feedback or reviews or both? How do you do it? Let me know in the comments.</span>\r\n</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Feedback is not a synonym for review (customer feedback part 2)','','publish','open','open','','feedback-is-not-a-synonym-for-review-customer-feedback-part-2','','','2016-04-13 09:39:36','2016-04-13 13:39:36','',0,'http://deborahbrody.com/?p=3220',0,'post','',1),
(3221,4,'2016-04-13 09:30:35','2016-04-13 13:30:35','','five-golden-stars-isolated-1142569-1280x640','','inherit','open','open','','five-golden-stars-isolated-1142569-1280x640','','','2016-04-13 09:30:35','2016-04-13 13:30:35','',3220,'http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640.jpg',0,'attachment','image/jpeg',0),
(3222,4,'2016-04-13 09:32:27','2016-04-13 13:32:27','<span style=\"text-decoration: underline;\"></span>Is asking for feedback the same as asking for a review? Nope. Not even close.\r\n\r\nThere’s a huge difference between feedback and reviews: First of all, each targets a different audience. And second, each serves a different purpose.\r\n\r\n<strong>Feedback is about you (service/product/offering)</strong>\r\n\r\nIf you ask for feedback, you want to know what works and what doesn’t, (presumably) in order to improve the offering. Do you want to know what customers/supporters really think about you? Then ask for feedback.\r\n\r\n<strong>Reviews are about your customers/supporters (potential and current)</strong>\r\n\r\nIf you ask for reviews, you are asking customers to <em>share </em>their thoughts, both good and bad, about your product or service <em>with other customers</em>.\r\n\r\nMany organizations make the mistake of asking for a review when what they want is feedback and some ask for feedback when all they want is a review.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640.jpg\"><img class=\"aligncenter size-medium wp-image-3221\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640-300x150.jpg\" alt=\"five-golden-stars-isolated-1142569-1280x640\" width=\"300\" height=\"150\" /></a>\r\n\r\n<strong>You need both, but for different reasons</strong>\r\n\r\nOrganizations should try to get both feedback and reviews from their customers, but not at the same time or using the same method.\r\n\r\nFeedback benefits the organization, because it provides honest insights meant to correct any issues.\r\n\r\nReviews are important too. They help with SEO, they can entice new customers, and they add credibility. Of course, not all reviews are positive, but negative reviews can serve as a red flag to businesses.\r\n\r\n<strong>Do you want feedback or just an inflated review?</strong>\r\n\r\nI am taking a course on Udemy (an online “school”). The course is super long, and I am almost finished with it. About half-way through, Udemy asked me to rate the course. I rated it three stars out of five, mainly because the course is too long, repetitive and somewhat disorganized.\r\n\r\nAnd then I got this email from the course’s instructor (in full below, except I removed the instructor’s name):\r\n<blockquote>Hey Deborah,\r\n\r\nThank you for enrolling in my course.\r\n\r\nI noticed you left a 3 star review. Was there something specifically wrong with the course that I can help you with? If the course simply isn\'t for you, I can surely help you get a refund.\r\n\r\nTeaching on Udemy is part of my livelihood, and as you can see from the thoroughness of the course, I put a huge amount of effort into making it as useful as possible. I know the course could get boring from time to time, but I tried my best to be as thorough as possible for the beginner.\r\n\r\nUdemy reacts very negatively toward 3 star reviews, and it tells them not to give my course as much visibility. It also hurts my livelihood generated from course sales.\r\n\r\nIf you can modify your review, that would be very much appreciated and it will go a long way toward helping me continue to teach on Udemy.\r\n\r\nOnce again, please let me know what was wrong with the course, and if you need me to get a refund processed for you, please let me know.\r\n\r\nThank you very much for your consideration,</blockquote>\r\nBasically, the Udemy instructor wants me to give him a five-star review, <em>because it benefits him</em>, not because it benefits his potential customers.  By the way, in my book, a three-star review is not negative, but fair/middling.\r\n\r\nIt occurs to me that if reviewers are pressured to change their reviews, and provide glowing reviews for something that is not all that, it can create problems down the road. Say this instructor gets all five-star reviews for a non-five-star course. People sign up based on those reviews and they are disappointed. They provide lesser reviews. The instructor contacts them and offers to negotiate a refund, like he did for me. In the end, he will make less money.\r\n\r\nIf instead, he asked for feedback and disassociated it from the review or from the money I paid for the course, I would provide the feedback. And if he were interested in actually improving his course rather than just improving the reviews, he would weigh it carefully and maybe consider incorporating my feedback.\r\n\r\n<strong>So, ask for both</strong>\r\n\r\nBusinesses and organizations who want to improve, should always ask for <em>private, anonymous</em> feedback.\r\n\r\nBusinesses who want to build up credibility and SEO should ask for reviews. However, businesses need to be prepared for negative comments, and they need to have a way to deal with them.\r\n\r\n<strong><span style=\"color: #ff0000;\">What are your thoughts? Do you use reviews and feedback interchangeably? Do you solicit either feedback or reviews or both? How do you do it? Let me know in the comments.</span>\r\n</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Feedback is not a synonym for review (customer feedback part 2)','','inherit','open','open','','3220-revision-v1','','','2016-04-13 09:32:27','2016-04-13 13:32:27','',3220,'http://deborahbrody.com/2016/04/3220-revision-v1/',0,'revision','',0),
(3223,4,'2016-04-13 09:33:13','2016-04-13 13:33:13','<span style=\"text-decoration: underline;\"></span>Is asking for feedback the same as asking for a review? Nope. Not even close.\r\n\r\nThere’s a huge difference between feedback and reviews: First of all, each targets a different audience. And second, each serves a different purpose.\r\n\r\n<strong>Feedback is about you (service/product/offering)</strong>\r\n\r\nIf you ask for feedback, you want to know what works and what doesn’t, (presumably) in order to improve the offering. Do you want to know what customers/supporters really think about you? Then ask for feedback.\r\n\r\n<strong>Reviews are about your customers/supporters (potential and current)</strong>\r\n\r\nIf you ask for reviews, you are asking customers to <em>share </em>their thoughts, both good and bad, about your product or service <em>with other customers</em>.\r\n\r\nMany organizations make the mistake of asking for a review when what they want is feedback and some ask for feedback when all they want is a review.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640.jpg\"><img class=\"aligncenter size-medium wp-image-3221\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640-300x150.jpg\" alt=\"five-golden-stars-isolated-1142569-1280x640\" width=\"300\" height=\"150\" /></a>\r\n\r\n<strong>You need both, but for different reasons</strong>\r\n\r\nOrganizations should try to get both feedback and reviews from their customers, but not at the same time or using the same method.\r\n\r\nFeedback benefits the organization, because it provides honest insights meant to correct any issues.\r\n\r\nReviews are important too. They help with SEO, they can entice new customers, and they add credibility. Of course, not all reviews are positive, but negative reviews can serve as a red flag to businesses.\r\n\r\n<strong>Do you want feedback or just an inflated review?</strong>\r\n\r\nI am taking a course on Udemy (an online “school”). The course is super long, and I am almost finished with it. About half-way through, Udemy asked me to rate the course. I rated it three stars out of five, mainly because the course is too long, repetitive and somewhat disorganized.\r\n\r\nAnd then I got this email from the course’s instructor (in full below, except I removed the instructor’s name):\r\n<blockquote>Hey Deborah,\r\n\r\nThank you for enrolling in my course.\r\n\r\nI noticed you left a 3 star review. Was there something specifically wrong with the course that I can help you with? If the course simply isn\'t for you, I can surely help you get a refund.\r\n\r\n&nbsp;\r\n\r\nTeaching on Udemy is part of my livelihood, and as you can see from the thoroughness of the course, I put a huge amount of effort into making it as useful as possible. I know the course could get boring from time to time, but I tried my best to be as thorough as possible for the beginner.\r\n\r\n&nbsp;\r\n\r\nUdemy reacts very negatively toward 3 star reviews, and it tells them not to give my course as much visibility. It also hurts my livelihood generated from course sales.\r\n\r\n&nbsp;\r\n\r\nIf you can modify your review, that would be very much appreciated and it will go a long way toward helping me continue to teach on Udemy.\r\n\r\n&nbsp;\r\n\r\nOnce again, please let me know what was wrong with the course, and if you need me to get a refund processed for you, please let me know.\r\n\r\n&nbsp;\r\n\r\nThank you very much for your consideration,</blockquote>\r\nBasically, the Udemy instructor wants me to give him a five-star review, <em>because it benefits him</em>, not because it benefits his potential customers.  By the way, in my book, a three-star review is not negative, but fair/middling.\r\n\r\nIt occurs to me that if reviewers are pressured to change their reviews, and provide glowing reviews for something that is not all that, it can create problems down the road. Say this instructor gets all five-star reviews for a non-five-star course. People sign up based on those reviews and they are disappointed. They provide lesser reviews. The instructor contacts them and offers to negotiate a refund, like he did for me. In the end, he will make less money.\r\n\r\nIf instead, he asked for feedback and disassociated it from the review or from the money I paid for the course, I would provide the feedback. And if he were interested in actually improving his course rather than just improving the reviews, he would weigh it carefully and maybe consider incorporating my feedback.\r\n\r\n<strong>So, ask for both</strong>\r\n\r\nBusinesses and organizations who want to improve, should always ask for <em>private, anonymous</em> feedback.\r\n\r\nBusinesses who want to build up credibility and SEO should ask for reviews. However, businesses need to be prepared for negative comments, and they need to have a way to deal with them.\r\n\r\n<strong><span style=\"color: #ff0000;\">What are your thoughts? Do you use reviews and feedback interchangeably? Do you solicit either feedback or reviews or both? How do you do it? Let me know in the comments.</span>\r\n</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Feedback is not a synonym for review (customer feedback part 2)','','inherit','open','open','','3220-revision-v1','','','2016-04-13 09:33:13','2016-04-13 13:33:13','',3220,'http://deborahbrody.com/2016/04/3220-revision-v1/',0,'revision','',0),
(3224,4,'2016-04-13 09:33:32','2016-04-13 13:33:32','<span style=\"text-decoration: underline;\"></span>Is asking for feedback the same as asking for a review? Nope. Not even close.\r\n\r\nThere’s a huge difference between feedback and reviews: First of all, each targets a different audience. And second, each serves a different purpose.\r\n\r\n<strong>Feedback is about you (service/product/offering)</strong>\r\n\r\nIf you ask for feedback, you want to know what works and what doesn’t, (presumably) in order to improve the offering. Do you want to know what customers/supporters really think about you? Then ask for feedback.\r\n\r\n<strong>Reviews are about your customers/supporters (potential and current)</strong>\r\n\r\nIf you ask for reviews, you are asking customers to <em>share </em>their thoughts, both good and bad, about your product or service <em>with other customers</em>.\r\n\r\nMany organizations make the mistake of asking for a review when what they want is feedback and some ask for feedback when all they want is a review.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640.jpg\"><img class=\"aligncenter size-medium wp-image-3221\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640-300x150.jpg\" alt=\"five-golden-stars-isolated-1142569-1280x640\" width=\"300\" height=\"150\" /></a>\r\n\r\n<strong>You need both, but for different reasons</strong>\r\n\r\nOrganizations should try to get both feedback and reviews from their customers, but not at the same time or using the same method.\r\n\r\nFeedback benefits the organization, because it provides honest insights meant to correct any issues.\r\n\r\nReviews are important too. They help with SEO, they can entice new customers, and they add credibility. Of course, not all reviews are positive, but negative reviews can serve as a red flag to businesses.\r\n\r\n<strong>Do you want feedback or just an inflated review?</strong>\r\n\r\nI am taking a course on Udemy (an online “school”). The course is super long, and I am almost finished with it. About half-way through, Udemy asked me to rate the course. I rated it three stars out of five, mainly because the course is too long, repetitive and somewhat disorganized.\r\n\r\nAnd then I got this email from the course’s instructor (in full below, except I removed the instructor’s name):\r\n<blockquote>Hey Deborah,\r\n\r\nThank you for enrolling in my course.\r\n\r\n&nbsp;\r\n\r\nI noticed you left a 3 star review. Was there something specifically wrong with the course that I can help you with? If the course simply isn\'t for you, I can surely help you get a refund.\r\n\r\n&nbsp;\r\n\r\nTeaching on Udemy is part of my livelihood, and as you can see from the thoroughness of the course, I put a huge amount of effort into making it as useful as possible. I know the course could get boring from time to time, but I tried my best to be as thorough as possible for the beginner.\r\n\r\n&nbsp;\r\n\r\nUdemy reacts very negatively toward 3 star reviews, and it tells them not to give my course as much visibility. It also hurts my livelihood generated from course sales.\r\n\r\n&nbsp;\r\n\r\nIf you can modify your review, that would be very much appreciated and it will go a long way toward helping me continue to teach on Udemy.\r\n\r\n&nbsp;\r\n\r\nOnce again, please let me know what was wrong with the course, and if you need me to get a refund processed for you, please let me know.\r\n\r\n&nbsp;\r\n\r\nThank you very much for your consideration,</blockquote>\r\nBasically, the Udemy instructor wants me to give him a five-star review, <em>because it benefits him</em>, not because it benefits his potential customers.  By the way, in my book, a three-star review is not negative, but fair/middling.\r\n\r\nIt occurs to me that if reviewers are pressured to change their reviews, and provide glowing reviews for something that is not all that, it can create problems down the road. Say this instructor gets all five-star reviews for a non-five-star course. People sign up based on those reviews and they are disappointed. They provide lesser reviews. The instructor contacts them and offers to negotiate a refund, like he did for me. In the end, he will make less money.\r\n\r\nIf instead, he asked for feedback and disassociated it from the review or from the money I paid for the course, I would provide the feedback. And if he were interested in actually improving his course rather than just improving the reviews, he would weigh it carefully and maybe consider incorporating my feedback.\r\n\r\n<strong>So, ask for both</strong>\r\n\r\nBusinesses and organizations who want to improve, should always ask for <em>private, anonymous</em> feedback.\r\n\r\nBusinesses who want to build up credibility and SEO should ask for reviews. However, businesses need to be prepared for negative comments, and they need to have a way to deal with them.\r\n\r\n<strong><span style=\"color: #ff0000;\">What are your thoughts? Do you use reviews and feedback interchangeably? Do you solicit either feedback or reviews or both? How do you do it? Let me know in the comments.</span>\r\n</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Feedback is not a synonym for review (customer feedback part 2)','','inherit','open','open','','3220-revision-v1','','','2016-04-13 09:33:32','2016-04-13 13:33:32','',3220,'http://deborahbrody.com/2016/04/3220-revision-v1/',0,'revision','',0),
(3225,4,'2016-04-13 09:34:00','2016-04-13 13:34:00','Going by the emails I receive, some companies think that I don’t do business with them solely because I can’t afford to.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850.jpg\"><img class=\"alignleft size-medium wp-image-3215\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/money-9-1238441-1279x850-300x199.jpg\" alt=\"money-9-1238441-1279x850\" width=\"300\" height=\"199\" /></a>Every few weeks, a yoga studio I used to attend until my favorite teacher left sends me a dollars-off promotion. Come back, they say, here’s an $8 discount.\r\n\r\nThen there’s the company that is always sending me discounts for handyman services.\r\n\r\n&nbsp;\r\n\r\nAnd there’s a cosmetics company that sends emails telling me how I can get a free something or other with purchase (Only today! Only friends and family!).\r\n\r\n<strong>It\'s not about money.</strong>\r\n\r\nNone of these companies has any idea why I am not a return customer. They’ve never asked me, but I\'ll tell you my reasons.\r\n\r\nI haven’t been back to the yoga studio because I don’t like the teacher that is currently teaching during the time slot that is convenient for me. Additionally, I hurt my shoulder and I can’t do yoga right now.\r\n\r\nI haven’t used the handyman company because I don’t have a current need. That’s not to say I won’t in the future, but there’s nothing (knocking on wood here) that needs fixing right now.\r\n\r\nThe cosmetics company just yesterday was offering me a free lash-extender mascara. I wear contact lenses and I never use mascaras that extend because it bothers my eyes, so even a free mascara is not an enticement.\r\n\r\n<strong>But at least they are tracking.</strong>\r\n\r\nTo their credit, these companies have noticed that I haven’t been a customer for a while and they want me back. But they err in thinking that doing business is simply about money.\r\n\r\nHere\'s the thing: Getting customers back is not as easy as offering a discount or a gift with purchase. <span style=\"text-decoration: underline;\">You have to understand what motivates your customer</span>.\r\n\r\nThe decision to buy something or do business with a company is often about more than just price. There are other factors, both tangible (e.g., need, convenience, timing) and intangible (e.g., trust, satisfaction, appreciation) that affect whether you shop somewhere or buy a certain product.\r\n\r\n<strong>Sometimes, you have to ask.</strong>\r\n\r\nIf you’ve lost business or aren’t getting repeat business, you have to ask why. Don’t assume that everything can be fixed with a dollars-off promotion. Companies are collecting emails to do marketing or to send reminders. Well, they can also send a survey or even a personalized email.\r\n\r\nImagine how much more effective it would be if the yoga studio owner sent me an email saying she\'s noticed I haven\'t been there in several months and she\'d like to know if I am still living in town or doing yoga.\r\n\r\nHow do you track your clients or customers? How do you entice them to come back? Let me know what works for you in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It’s not always about the money  (customer feedback part 1)','','inherit','open','open','','3213-revision-v1','','','2016-04-13 09:34:00','2016-04-13 13:34:00','',3213,'http://deborahbrody.com/2016/04/3213-revision-v1/',0,'revision','',0),
(3226,4,'2016-04-13 09:38:13','2016-04-13 13:38:13','Is asking for feedback the same as asking for a review? Nope. Not even close.\r\n\r\nThere’s a huge difference between feedback and reviews: First of all, each targets a different audience. And second, each serves a different purpose.\r\n\r\n<strong>Feedback is about you (service/product/offering)</strong>\r\n\r\nIf you ask for feedback, you want to know what works and what doesn’t, (presumably) in order to improve the offering. Do you want to know what customers/supporters really think about you? Then ask for feedback.\r\n\r\n<strong>Reviews are about your customers/supporters (potential and current)</strong>\r\n\r\nIf you ask for reviews, you are asking customers to <em>share </em>their thoughts, both good and bad, about your product or service <em>with other customers</em>.\r\n\r\nMany organizations make the mistake of asking for a review when what they want is feedback and some ask for feedback when all they want is a review.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640.jpg\"><img class=\"aligncenter size-medium wp-image-3221\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/five-golden-stars-isolated-1142569-1280x640-300x150.jpg\" alt=\"five-golden-stars-isolated-1142569-1280x640\" width=\"300\" height=\"150\" /></a>\r\n\r\n<strong>You need both, but for different reasons</strong>\r\n\r\nOrganizations should try to get both feedback and reviews from their customers, but not at the same time or using the same method.\r\n\r\nFeedback benefits the organization, because it provides honest insights meant to correct any issues.\r\n\r\nReviews are important too. They help with SEO, they can entice new customers, and they add credibility. Of course, not all reviews are positive, but negative reviews can serve as a red flag to businesses.\r\n\r\n<strong>Do you want feedback or just an inflated review?</strong>\r\n\r\nI am taking a course on Udemy (an online “school”). The course is super long, and I am almost finished with it. About half-way through, Udemy asked me to rate the course. I rated it three stars out of five, mainly because the course is too long, repetitive and somewhat disorganized.\r\n\r\nAnd then I got this email from the course’s instructor (in full below, except I removed the instructor’s name):\r\n<blockquote>Hey Deborah,\r\n\r\nThank you for enrolling in my course.\r\n\r\n&nbsp;\r\n\r\nI noticed you left a 3 star review. Was there something specifically wrong with the course that I can help you with? If the course simply isn\'t for you, I can surely help you get a refund.\r\n\r\n&nbsp;\r\n\r\nTeaching on Udemy is part of my livelihood, and as you can see from the thoroughness of the course, I put a huge amount of effort into making it as useful as possible. I know the course could get boring from time to time, but I tried my best to be as thorough as possible for the beginner.\r\n\r\n&nbsp;\r\n\r\nUdemy reacts very negatively toward 3 star reviews, and it tells them not to give my course as much visibility. It also hurts my livelihood generated from course sales.\r\n\r\n&nbsp;\r\n\r\nIf you can modify your review, that would be very much appreciated and it will go a long way toward helping me continue to teach on Udemy.\r\n\r\n&nbsp;\r\n\r\nOnce again, please let me know what was wrong with the course, and if you need me to get a refund processed for you, please let me know.\r\n\r\n&nbsp;\r\n\r\nThank you very much for your consideration,</blockquote>\r\nBasically, the Udemy instructor wants me to give him a five-star review, <em>because it benefits him</em>, not because it benefits his potential customers.  By the way, in my book, a three-star review is not negative, but fair/middling.\r\n\r\nIt occurs to me that if reviewers are pressured to change their reviews, and provide glowing reviews for something that is not five-star worthy, it can create problems down the road. Say this instructor gets all five-star reviews for a non-five-star course. People sign up based on those reviews and they are then disappointed because the course does not live up to the reviews. In turn, they provide not-so-glowing reviews. The instructor contacts them and offers to negotiate a refund, like he did for me. In the end, he will make less money.\r\n\r\nIf instead, the instructor asked for specific feedback and disassociated it from the review or from the money I paid for the course, I would provide a critique. And if he were interested in actually improving his course rather than just improving the reviews, he would weigh it carefully and maybe consider incorporating my feedback.\r\n\r\n<strong>So, ask for both</strong>\r\n\r\nBusinesses and organizations who want to improve, should always ask for <em>private, anonymous</em> feedback.\r\n\r\nBusinesses who want to build up credibility and SEO should ask for reviews. However, businesses need to be prepared for negative comments, and they need to have a way to deal with them.\r\n\r\n<strong><span style=\"color: #ff0000;\">What are your thoughts? Do you use reviews and feedback interchangeably? Do you solicit either feedback or reviews or both? How do you do it? Let me know in the comments.</span>\r\n</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Feedback is not a synonym for review (customer feedback part 2)','','inherit','open','open','','3220-revision-v1','','','2016-04-13 09:38:13','2016-04-13 13:38:13','',3220,'http://deborahbrody.com/2016/04/3220-revision-v1/',0,'revision','',0),
(3229,4,'2016-04-28 09:37:37','2016-04-28 13:37:37','We\'ve reached the fourth edition of On Writing, and this time, I asked Jay Morris to share his insights. Jay, who runs his own PR consultancy, has an extensive writing background as a journalist and editor. He also writes one of my favorite blogs, The Wayward Journey.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3230\" align=\"alignleft\" width=\"223\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris.jpeg\"><img class=\"size-medium wp-image-3230\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris-223x300.jpeg\" alt=\"Jay Morris, CEO, Jay Morris Communications, LLC\" width=\"223\" height=\"300\" /></a> Jay Morris, CEO, Jay Morris Communications, LLC[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Jay Morris</strong> began his career as a newspaper reporter and editor before moving to the Washington area to practice public relations and marketing at several DC-based trade associations. An award-winning communicator, he now manages his own firm, <a href=\"http://jmcomllc.com\" target=\"_blank\">Jay Morris Communications, LLC</a>,  where he helps clients increase their visibility in the marketplace, on Capitol Hill and with members, consumers and stakeholders. He also blogs at <a href=\"https://waywardjourney.com\">The Wayward Journey</a>.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/JayMorCom\" target=\"_blank\">@JayMorCom</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is by far the most important “deliverable” I provide my clients. My projects often begin with a strategic communications assessment, but I almost always end up writing something for the client. It could be web content, a blog post, a press release or a speech—some type of written communication that meets a need and tells the client’s story.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWriting does matter, and I think it matters even more in a world where there is a way too much mediocre content. If you want to distinguish yourself—if you really want to stand out—you need to be able to communicate effectively. Whether it’s a tweet or a long-form journal article, put some effort into writing it well. Readers will take notice and reward you for it.\r\n\r\n<strong>3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nAn English professor once wrote on one of my papers, “You seem to understand the concepts, but your writing is unpracticed.” That was a bruise to my ego, but I took what he said to heart and worked hard at improving my writing. I practiced writing clearly and concisely. My advice to anyone who wants to write would be the same: practice, practice, practice! Just as musicians and athletes practice for hours each day, writers need to flex their creative muscles, too. Look for ways to stretch your skills, try new forms and experiment with your style and voice. Blogging and journaling are two excellent ways of doing that.\r\n\r\n<strong> 4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nStrunk &amp; White’s “The Elements of Style,” John Warriner’s “English Grammar and Composition” and Gerald Levin’s “Prose Models” are timeless references worth getting. A good way to perfect your craft is to study authors you admire. Early on, I read nonfiction by John McPhee, Tom Wolfe and Garry Wills, and I read a lot of short story collections. Taking classes or joining a writers group helps, too.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI’ve always followed the AP Stylebook. It goes back to my journalism days when I worked on a newspaper, then later on magazines and newsletters. Regardless of the style guide, I lean towards rules that favor simplicity and eliminating the unnecessary. For example, I’m not a big fan of the Oxford comma. I’m also a stickler for consistency. Once you choose a style rule, you should apply it consistently throughout your work.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nDangling participles and misplaced modifiers. I often see these in poorly written marketing pitches (and it does make me cringe). The offending sentence usually goes something like this: “As a communications professional who is constantly asked to do more with less, Acme Media understands how important it is for you to spend your PR dollars wisely.” Needless to say, Acme Media is not a communications professional!\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nI think the words “intentional,” “mindful” and “purposeful” have become overused. It’s a shame because I do like the idea of being purposeful in my life and work. Probably my favorite words are the “the other day.” I always seem to start my blog posts with, “The other day, I…” It’s a good way to begin a story. My advice is to choose words that help your storytelling, which, after all, is what writing is about.\r\n\r\n<strong><span style=\"color: #ff0000;\">How do you stretch your writing skills? Do you journal and blog like Jay Morris? Let me know your thoughts in the comments and watch this blog next month for more thoughts on writing.</span></strong>','On writing:  For Jay Morris, writing is a journey','','publish','open','open','','on-writing-for-jay-morris-writing-is-a-journey','','','2016-04-28 09:37:37','2016-04-28 13:37:37','',0,'http://deborahbrody.com/?p=3229',0,'post','',0),
(3230,4,'2016-04-27 11:07:01','2016-04-27 15:07:01','','Jay Morris','Jay Morris, CEO, Jay Morris Communications, LLC','inherit','open','open','','jay-morris','','','2016-04-27 11:07:27','2016-04-27 15:07:27','',3229,'http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris.jpeg',0,'attachment','image/jpeg',0),
(3231,4,'2016-04-27 11:11:06','2016-04-27 15:11:06','<strong> </strong>\r\n\r\n[caption id=\"attachment_3230\" align=\"alignleft\" width=\"223\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris.jpeg\"><img class=\"size-medium wp-image-3230\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris-223x300.jpeg\" alt=\"Jay Morris, CEO, Jay Morris Communications, LLC\" width=\"223\" height=\"300\" /></a> Jay Morris, CEO, Jay Morris Communications, LLC[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Jay Morris</strong> began his career as a newspaper reporter and editor before moving to the Washington area to practice public relations and marketing at several DC-based trade associations. An award-winning communicator, he now manages his own firm, <a href=\"http://jmcomllc.com\" target=\"_blank\">Jay Morris Communications, LLC</a>,  where he helps clients increase their visibility in the marketplace, on Capitol Hill and with members, consumers and stakeholders. He also blogs at <a href=\"https://waywardjourney.com\">The Wayward Journey</a>.\r\n\r\n<strong>Twitter:</strong> JayMorCom\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is by far the most important “deliverable” I provide my clients. My projects often begin with a strategic communications assessment, but I almost always end up writing something for the client. It could be web content, a blog post, a press release or a speech—some type of written communication that meets a need and tells the client’s story.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWriting does matter, and I think it matters even more in a world where there is a way too much mediocre content. If you want to distinguish yourself—if you really want to stand out—you need to be able to communicate effectively. Whether it’s a tweet or a long-form journal article, put some effort into writing it well. Readers will take notice and reward you for it.\r\n\r\n<strong>3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nAn English professor once wrote on one of my papers, “You seem to understand the concepts, but your writing is unpracticed.” That was a bruise to my ego, but I took what he said to heart and worked hard at improving my writing. I practiced writing clearly and concisely. My advice to anyone who wants to write would be the same: practice, practice, practice! Just as musicians and athletes practice for hours each day, writers need to flex their creative muscles, too. Look for ways to stretch your skills, try new forms and experiment with your style and voice. Blogging and journaling are two excellent ways of doing that.\r\n\r\n<strong> 4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nStrunk &amp; White’s “The Elements of Style,” John Warriner’s “English Grammar and Composition” and Gerald Levin’s “Prose Models” are timeless references worth getting. A good way to perfect your craft is to study authors you admire. Early on, I read nonfiction by John McPhee, Tom Wolfe and Garry Wills, and I read a lot of short story collections. Taking classes or joining a writers group helps, too.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI’ve always followed the AP Stylebook. It goes back to my journalism days when I worked on a newspaper, then later on magazines and newsletters. Regardless of the style guide, I lean towards rules that favor simplicity and eliminating the unnecessary. For example, I’m not a big fan of the Oxford comma. I’m also a stickler for consistency. Once you choose a style rule, you should apply it consistently throughout your work.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nDangling participles and misplaced modifiers. I often see these in poorly written marketing pitches (and it does make me cringe). The offending sentence usually goes something like this: “As a communications professional who is constantly asked to do more with less, Acme Media understands how important it is for you to spend your PR dollars wisely.” Needless to say, Acme Media is not a communications professional!\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nI think the words “intentional,” “mindful” and “purposeful” have become overused. It’s a shame because I do like the idea of being purposeful in my life and work. Probably my favorite words are the “the other day.” I always seem to start my blog posts with, “The other day, I…” It’s a good way to begin a story. My advice is to choose words that help your storytelling, which, after all, is what writing is about.','On writing:  For Jay Morris, writing is a journey','','inherit','open','open','','3229-revision-v1','','','2016-04-27 11:11:06','2016-04-27 15:11:06','',3229,'http://deborahbrody.com/2016/04/3229-revision-v1/',0,'revision','',0),
(3232,4,'2016-04-28 09:29:15','2016-04-28 13:29:15','This month is the fourth edition of On Writing, and I asked Jay Morris to share his thoughts. Jay, who runs his own PR consultancy, has an extensive writing background as a journalist and editor. He also writes one of my favorite blogs,The Wayward Journey.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3230\" align=\"alignleft\" width=\"223\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris.jpeg\"><img class=\"size-medium wp-image-3230\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris-223x300.jpeg\" alt=\"Jay Morris, CEO, Jay Morris Communications, LLC\" width=\"223\" height=\"300\" /></a> Jay Morris, CEO, Jay Morris Communications, LLC[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Jay Morris</strong> began his career as a newspaper reporter and editor before moving to the Washington area to practice public relations and marketing at several DC-based trade associations. An award-winning communicator, he now manages his own firm, <a href=\"http://jmcomllc.com\" target=\"_blank\">Jay Morris Communications, LLC</a>,  where he helps clients increase their visibility in the marketplace, on Capitol Hill and with members, consumers and stakeholders. He also blogs at <a href=\"https://waywardjourney.com\">The Wayward Journey</a>.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/JayMorCom\" target=\"_blank\">@JayMorCom</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is by far the most important “deliverable” I provide my clients. My projects often begin with a strategic communications assessment, but I almost always end up writing something for the client. It could be web content, a blog post, a press release or a speech—some type of written communication that meets a need and tells the client’s story.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWriting does matter, and I think it matters even more in a world where there is a way too much mediocre content. If you want to distinguish yourself—if you really want to stand out—you need to be able to communicate effectively. Whether it’s a tweet or a long-form journal article, put some effort into writing it well. Readers will take notice and reward you for it.\r\n\r\n<strong>3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nAn English professor once wrote on one of my papers, “You seem to understand the concepts, but your writing is unpracticed.” That was a bruise to my ego, but I took what he said to heart and worked hard at improving my writing. I practiced writing clearly and concisely. My advice to anyone who wants to write would be the same: practice, practice, practice! Just as musicians and athletes practice for hours each day, writers need to flex their creative muscles, too. Look for ways to stretch your skills, try new forms and experiment with your style and voice. Blogging and journaling are two excellent ways of doing that.\r\n\r\n<strong> 4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nStrunk &amp; White’s “The Elements of Style,” John Warriner’s “English Grammar and Composition” and Gerald Levin’s “Prose Models” are timeless references worth getting. A good way to perfect your craft is to study authors you admire. Early on, I read nonfiction by John McPhee, Tom Wolfe and Garry Wills, and I read a lot of short story collections. Taking classes or joining a writers group helps, too.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI’ve always followed the AP Stylebook. It goes back to my journalism days when I worked on a newspaper, then later on magazines and newsletters. Regardless of the style guide, I lean towards rules that favor simplicity and eliminating the unnecessary. For example, I’m not a big fan of the Oxford comma. I’m also a stickler for consistency. Once you choose a style rule, you should apply it consistently throughout your work.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nDangling participles and misplaced modifiers. I often see these in poorly written marketing pitches (and it does make me cringe). The offending sentence usually goes something like this: “As a communications professional who is constantly asked to do more with less, Acme Media understands how important it is for you to spend your PR dollars wisely.” Needless to say, Acme Media is not a communications professional!\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nI think the words “intentional,” “mindful” and “purposeful” have become overused. It’s a shame because I do like the idea of being purposeful in my life and work. Probably my favorite words are the “the other day.” I always seem to start my blog posts with, “The other day, I…” It’s a good way to begin a story. My advice is to choose words that help your storytelling, which, after all, is what writing is about.\r\n\r\n<span style=\"color: #ff0000;\">How do you stretch your writing skills? Do you journal and blog like Jay Morris? Watch this blog next month for more thoughts on writing, and let me know your thoughts in the comments.</span>','On writing:  For Jay Morris, writing is a journey','','inherit','open','open','','3229-revision-v1','','','2016-04-28 09:29:15','2016-04-28 13:29:15','',3229,'http://deborahbrody.com/2016/04/3229-revision-v1/',0,'revision','',0),
(3233,4,'2016-04-28 09:33:15','2016-04-28 13:33:15','We\'ve reached the fourth edition of On Writing, and this time, I asked Jay Morris to share his thoughts. Jay, who runs his own PR consultancy, has an extensive writing background as a journalist and editor. He also writes one of my favorite blogs, The Wayward Journey.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3230\" align=\"alignleft\" width=\"223\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris.jpeg\"><img class=\"size-medium wp-image-3230\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris-223x300.jpeg\" alt=\"Jay Morris, CEO, Jay Morris Communications, LLC\" width=\"223\" height=\"300\" /></a> Jay Morris, CEO, Jay Morris Communications, LLC[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Jay Morris</strong> began his career as a newspaper reporter and editor before moving to the Washington area to practice public relations and marketing at several DC-based trade associations. An award-winning communicator, he now manages his own firm, <a href=\"http://jmcomllc.com\" target=\"_blank\">Jay Morris Communications, LLC</a>,  where he helps clients increase their visibility in the marketplace, on Capitol Hill and with members, consumers and stakeholders. He also blogs at <a href=\"https://waywardjourney.com\">The Wayward Journey</a>.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/JayMorCom\" target=\"_blank\">@JayMorCom</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is by far the most important “deliverable” I provide my clients. My projects often begin with a strategic communications assessment, but I almost always end up writing something for the client. It could be web content, a blog post, a press release or a speech—some type of written communication that meets a need and tells the client’s story.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWriting does matter, and I think it matters even more in a world where there is a way too much mediocre content. If you want to distinguish yourself—if you really want to stand out—you need to be able to communicate effectively. Whether it’s a tweet or a long-form journal article, put some effort into writing it well. Readers will take notice and reward you for it.\r\n\r\n<strong>3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nAn English professor once wrote on one of my papers, “You seem to understand the concepts, but your writing is unpracticed.” That was a bruise to my ego, but I took what he said to heart and worked hard at improving my writing. I practiced writing clearly and concisely. My advice to anyone who wants to write would be the same: practice, practice, practice! Just as musicians and athletes practice for hours each day, writers need to flex their creative muscles, too. Look for ways to stretch your skills, try new forms and experiment with your style and voice. Blogging and journaling are two excellent ways of doing that.\r\n\r\n<strong> 4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nStrunk &amp; White’s “The Elements of Style,” John Warriner’s “English Grammar and Composition” and Gerald Levin’s “Prose Models” are timeless references worth getting. A good way to perfect your craft is to study authors you admire. Early on, I read nonfiction by John McPhee, Tom Wolfe and Garry Wills, and I read a lot of short story collections. Taking classes or joining a writers group helps, too.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI’ve always followed the AP Stylebook. It goes back to my journalism days when I worked on a newspaper, then later on magazines and newsletters. Regardless of the style guide, I lean towards rules that favor simplicity and eliminating the unnecessary. For example, I’m not a big fan of the Oxford comma. I’m also a stickler for consistency. Once you choose a style rule, you should apply it consistently throughout your work.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nDangling participles and misplaced modifiers. I often see these in poorly written marketing pitches (and it does make me cringe). The offending sentence usually goes something like this: “As a communications professional who is constantly asked to do more with less, Acme Media understands how important it is for you to spend your PR dollars wisely.” Needless to say, Acme Media is not a communications professional!\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nI think the words “intentional,” “mindful” and “purposeful” have become overused. It’s a shame because I do like the idea of being purposeful in my life and work. Probably my favorite words are the “the other day.” I always seem to start my blog posts with, “The other day, I…” It’s a good way to begin a story. My advice is to choose words that help your storytelling, which, after all, is what writing is about.\r\n\r\n<strong><span style=\"color: #ff0000;\">How do you stretch your writing skills? Do you journal and blog like Jay Morris? Let me know your thoughts in the comments and watch this blog next month for more thoughts on writing.</span></strong>','On writing:  For Jay Morris, writing is a journey','','inherit','open','open','','3229-revision-v1','','','2016-04-28 09:33:15','2016-04-28 13:33:15','',3229,'http://deborahbrody.com/2016/04/3229-revision-v1/',0,'revision','',0),
(3234,4,'2016-04-28 09:37:37','2016-04-28 13:37:37','We\'ve reached the fourth edition of On Writing, and this time, I asked Jay Morris to share his insights. Jay, who runs his own PR consultancy, has an extensive writing background as a journalist and editor. He also writes one of my favorite blogs, The Wayward Journey.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3230\" align=\"alignleft\" width=\"223\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris.jpeg\"><img class=\"size-medium wp-image-3230\" src=\"http://deborahbrody.com/wp-content/uploads/2016/04/Jay-Morris-223x300.jpeg\" alt=\"Jay Morris, CEO, Jay Morris Communications, LLC\" width=\"223\" height=\"300\" /></a> Jay Morris, CEO, Jay Morris Communications, LLC[/caption]\r\n\r\n&nbsp;\r\n\r\n<strong>Jay Morris</strong> began his career as a newspaper reporter and editor before moving to the Washington area to practice public relations and marketing at several DC-based trade associations. An award-winning communicator, he now manages his own firm, <a href=\"http://jmcomllc.com\" target=\"_blank\">Jay Morris Communications, LLC</a>,  where he helps clients increase their visibility in the marketplace, on Capitol Hill and with members, consumers and stakeholders. He also blogs at <a href=\"https://waywardjourney.com\">The Wayward Journey</a>.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/JayMorCom\" target=\"_blank\">@JayMorCom</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is by far the most important “deliverable” I provide my clients. My projects often begin with a strategic communications assessment, but I almost always end up writing something for the client. It could be web content, a blog post, a press release or a speech—some type of written communication that meets a need and tells the client’s story.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWriting does matter, and I think it matters even more in a world where there is a way too much mediocre content. If you want to distinguish yourself—if you really want to stand out—you need to be able to communicate effectively. Whether it’s a tweet or a long-form journal article, put some effort into writing it well. Readers will take notice and reward you for it.\r\n\r\n<strong>3</strong>. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nAn English professor once wrote on one of my papers, “You seem to understand the concepts, but your writing is unpracticed.” That was a bruise to my ego, but I took what he said to heart and worked hard at improving my writing. I practiced writing clearly and concisely. My advice to anyone who wants to write would be the same: practice, practice, practice! Just as musicians and athletes practice for hours each day, writers need to flex their creative muscles, too. Look for ways to stretch your skills, try new forms and experiment with your style and voice. Blogging and journaling are two excellent ways of doing that.\r\n\r\n<strong> 4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nStrunk &amp; White’s “The Elements of Style,” John Warriner’s “English Grammar and Composition” and Gerald Levin’s “Prose Models” are timeless references worth getting. A good way to perfect your craft is to study authors you admire. Early on, I read nonfiction by John McPhee, Tom Wolfe and Garry Wills, and I read a lot of short story collections. Taking classes or joining a writers group helps, too.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI’ve always followed the AP Stylebook. It goes back to my journalism days when I worked on a newspaper, then later on magazines and newsletters. Regardless of the style guide, I lean towards rules that favor simplicity and eliminating the unnecessary. For example, I’m not a big fan of the Oxford comma. I’m also a stickler for consistency. Once you choose a style rule, you should apply it consistently throughout your work.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nDangling participles and misplaced modifiers. I often see these in poorly written marketing pitches (and it does make me cringe). The offending sentence usually goes something like this: “As a communications professional who is constantly asked to do more with less, Acme Media understands how important it is for you to spend your PR dollars wisely.” Needless to say, Acme Media is not a communications professional!\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nI think the words “intentional,” “mindful” and “purposeful” have become overused. It’s a shame because I do like the idea of being purposeful in my life and work. Probably my favorite words are the “the other day.” I always seem to start my blog posts with, “The other day, I…” It’s a good way to begin a story. My advice is to choose words that help your storytelling, which, after all, is what writing is about.\r\n\r\n<strong><span style=\"color: #ff0000;\">How do you stretch your writing skills? Do you journal and blog like Jay Morris? Let me know your thoughts in the comments and watch this blog next month for more thoughts on writing.</span></strong>','On writing:  For Jay Morris, writing is a journey','','inherit','open','open','','3229-revision-v1','','','2016-04-28 09:37:37','2016-04-28 13:37:37','',3229,'http://deborahbrody.com/2016/04/3229-revision-v1/',0,'revision','',0),
(3249,4,'2016-05-18 13:28:10','2016-05-18 17:28:10','<strong>Social media is easy -- </strong><strong>all you need is quotes</strong>\r\n\r\nLast week, I attended a networking event where a speaker shared her insights about social media, specifically for business (you\'d think that by 2016, everyone has learned all about social media, but I digress).\r\n\r\nThe speaker, a self-proclaimed social media expert who works primarily with small, local businesses, wanted to share with us that \"doing\" social media is not hard. All  you have to do is to provide content. She gave suggestions for the types of \"content\" your business could share--articles you find \"around,\" pictures you take, and her absolute favorite, quotes. Basically, she told us, find a \"cute\" quote and then put together an image featuring said quote and a picture or a background, like this:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863.jpg\"><img class=\"aligncenter size-medium wp-image-3246\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863-300x202.jpg\" alt=\"sign-1570201-1279x863\" width=\"300\" height=\"202\" /></a>She told us quotes do gangbusters on Facebook. People just love them, and then they \"like\" them and even share them.\r\n\r\nOK, I don\'t have anything against quotes. Sometimes a nice inspirational quote will motivate you or a funny one will make you laugh. We all need quick breaks and reading and sharing a quote is a harmless use of 10 seconds.\r\n\r\n<strong>It\'s not about liking or sharing. It\'s about goals.</strong>\r\n\r\nBut, here\'s the thing: why are you on social media? If you are on social media as a business, you are not there simply to get likes or shares. Getting likes or shares is great, but you really are using social media <span style=\"text-decoration: underline;\">to achieve certain business or communications goals</span>, such as:\r\n<ul>\r\n	<li>Getting people to visit your website</li>\r\n	<li>Establishing your \"thought leadership\"</li>\r\n	<li>Creating a network</li>\r\n	<li>\"Engaging\" with your customers and potential customers</li>\r\n</ul>\r\n<strong>Start with why</strong>\r\n\r\nTo quote Simon Sinek, \"start with why.\"\r\n\r\n<em>(See what I did there?)</em>\r\n\r\n<strong>What are you trying to accomplish?</strong>\r\n\r\nIf all you are trying to accomplish is being social or having fun, then go ahead, share all the quotes and funny pictures you want. Get all sorts of likes and shares, and feel good about yourself.\r\n\r\nHowever, if you are trying to accomplish business goals, then be clear on what those are and figure out how to get there. Perhaps sharing an article from your CEO about the issue your service solves, and which links back to your website, gets you both website visits and thought leadership.\r\n\r\n<strong>Do you know why you are social media? Do you have specific goals for your social media?</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You don\'t want shares or likes','','inherit','open','open','','3245-revision-v1','','','2016-05-18 13:28:10','2016-05-18 17:28:10','',3245,'http://deborahbrody.com/2016/05/3245-revision-v1/',0,'revision','',0),
(3237,4,'2016-05-11 09:16:11','2016-05-11 13:16:11','<strong>An exponential mistake?</strong>\r\n\r\nSeveral years ago, when I was just starting out, I was hired by a new client to write a sales pitch letter. The letter would promote a hotel reservations software that the client was selling to small (non-chain, independent) hotels.\r\n\r\nThe client hated the letter I wrote. He didn\'t even want to pay me for it! His main complaint was that I used language the hotel owners wouldn\'t understand. Specifically, I had used the term \"exponential growth,\" and the client thought most people would not understand the word \"exponential.\" I was completely taken aback. To me, \"exponential growth\" sounded good. You\'d want your business to experience it by simply buying a new software, right?\r\n\r\nWhether this client was right or not about \"exponential,\" the takeaway is that you have to use the language that your audience will get. If your audience talks at a sixth-grade level, you can\'t use university-level language and hope they understand what you are saying.\r\n\r\n<strong>Trump gets it (or maybe doesn\'t know better)</strong>\r\n\r\nAccording to the article<a href=\"https://www.washingtonpost.com/posteverything/wp/2016/05/03/donald-trump-speaks-like-a-sixth-grader-all-politicians-should/?hpid=hp_no-name_opinion-card-b%3Ahomepage%2Fstory\" target=\"_blank\"> \"Donald Trump Speaks Like a Sixth Grader. All Politicians Should,\"</a> by Allison Jane Smith and published this past Sunday in the <em>Washington Post</em>, part of Trump\'s success in the presidential primaries can be attributed to his ability to communicate with the swath of Americans who have low literacy skills. As you probably have heard, Trump always uses simple words, and repeats them constantly.\r\n\r\nSmith writes:\r\n<blockquote>When speaking to or writing for a broad audience, it’s a best practice to speak at <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_writing-2Dfor-2Dlower-2Dliteracy-2Dusers_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=2WqK0yBJL6ATX9FTRytK72bllmhEvwifCk6_6rogEfs&amp;e=\" data-xslt=\"_http\">an eighth-grade reading level</a>. More than 40 percent of Americans have only basic literary skills, according to a <a href=\"https://urldefense.proofpoint.com/v2/url?u=http-3A__nces.ed.gov_naal_kf-5Fdemographics.asp&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=ICSe7uE6Xl_lsnGKWuWOfb-0nKnYsEaKbkYa6g3i5pk&amp;e=\" data-xslt=\"_http\">2003 assessment</a>. And even highly educated people prefer to read <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_legibility-2Dreadability-2Dcomprehension_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=JY4Qiz63BhGQh0QJYH0zRSu3pPXUj2MFkxBnzkSmPxs&amp;e=\" data-xslt=\"_http\">below</a> their formal education level.</blockquote>\r\n<strong>Adjust your language</strong>\r\n\r\nIn other words, speakers (and writers) who want to <span style=\"text-decoration: underline;\">communicate more widely</span> would do better to simplify. Using big words when most people don\'t get them will only hurt your cause, perhaps exponentially.\r\n\r\nOf course, if you are trying to communicate more narrowly, or to a very sophisticated audience, you will have to adjust your language accordingly.\r\n\r\n<span style=\"text-decoration: underline;\">Your job as a communicator is to make sure your audience gets you.</span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Have you ever read marketing material that you didn\'t understand? Do you think it was a language choice issue? Let me know in the comments.</span></strong>\r\n\r\n&nbsp;','Does your audience get you?','','publish','open','open','','does-your-audience-get-you','','','2016-05-11 09:19:12','2016-05-11 13:19:12','',0,'http://deborahbrody.com/?p=3237',0,'post','',0),
(3238,4,'2016-05-10 15:55:26','2016-05-10 19:55:26','A few years ago, when I was just starting, I was hired by a new client to write a sales pitch letter. The letter would promote a hotel reservations software that the client was selling to small (non-chain, probably independent) hotels.\r\n\r\nThe client hated the letter I wrote. He didn\'t even want to pay me for it! His main complaint was that I used language the hotel owners wouldn\'t understand. Specifically, I had used the term \"exponential growth,\" and the client thought most people would get the word \"exponential.\" I was completely taken aback. To me, \"exponential growth\" sounded good. You\'d want your business to experience it by simply buying a new software, right?','Does your audience get you?','','inherit','open','open','','3237-revision-v1','','','2016-05-10 15:55:26','2016-05-10 19:55:26','',3237,'http://deborahbrody.com/2016/05/3237-revision-v1/',0,'revision','',0),
(3239,4,'2016-05-10 17:06:54','2016-05-10 21:06:54','A few years ago, when I was just starting, I was hired by a new client to write a sales pitch letter. The letter would promote a hotel reservations software that the client was selling to small (non-chain, independent) hotels.\r\n\r\nThe client hated the letter I wrote. He didn\'t even want to pay me for it! His main complaint was that I used language the hotel owners wouldn\'t understand. Specifically, I had used the term \"exponential growth,\" and the client thought most people would get the word \"exponential.\" I was completely taken aback. To me, \"exponential growth\" sounded good. You\'d want your business to experience it by simply buying a new software, right?\r\n\r\nWhether this client was right or not about \"exponential,\" the takeaway is that you have to use the language that your audience will get. If your audience talks at a sixth-grade level, you can\'t use university-level language and hope they understand what you are saying.\r\n\r\nAccording to the article<a href=\"https://www.washingtonpost.com/posteverything/wp/2016/05/03/donald-trump-speaks-like-a-sixth-grader-all-politicians-should/?hpid=hp_no-name_opinion-card-b%3Ahomepage%2Fstory\" target=\"_blank\"> \"Donald Trump Speaks Like a Sixth Grader. All Politicians Should,\"</a> by Allison Jane Smith and published this past Sunday in the <em>Washington Post</em>, part of Trump\'s success in the presidential primaries can be attributed to his ability to communicate with the swath of Americans who have low literacy skills. Trump always uses simple words, and repeats them constantly.\r\n\r\nSmith writes:\r\n<blockquote>When speaking to or writing for a broad audience, it’s a best practice to speak at <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_writing-2Dfor-2Dlower-2Dliteracy-2Dusers_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=2WqK0yBJL6ATX9FTRytK72bllmhEvwifCk6_6rogEfs&amp;e=\" data-xslt=\"_http\">an eighth-grade reading level</a>. More than 40 percent of Americans have only basic literary skills, according to a <a href=\"https://urldefense.proofpoint.com/v2/url?u=http-3A__nces.ed.gov_naal_kf-5Fdemographics.asp&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=ICSe7uE6Xl_lsnGKWuWOfb-0nKnYsEaKbkYa6g3i5pk&amp;e=\" data-xslt=\"_http\">2003 assessment</a>. And even highly educated people prefer to read <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_legibility-2Dreadability-2Dcomprehension_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=JY4Qiz63BhGQh0QJYH0zRSu3pPXUj2MFkxBnzkSmPxs&amp;e=\" data-xslt=\"_http\">below</a> their formal education level.</blockquote>\r\nIn other words, speakers (and writers) who want to communicate more widely would do better to simplify. Using big words when most people don\'t get them will only hurt your cause, perhaps exponentially.\r\n\r\nOf course, if you are trying to communicate more narrowly, or to a very sophisticated audience, you will have to adjust your language accordingly.\r\n\r\nHave you ever read marketing material that you didn\'t understand? Do you think it was a language choice issue? Let me know in the comments.\r\n\r\n&nbsp;','Does your audience get you?','','inherit','open','open','','3237-revision-v1','','','2016-05-10 17:06:54','2016-05-10 21:06:54','',3237,'http://deborahbrody.com/2016/05/3237-revision-v1/',0,'revision','',0),
(3240,4,'2016-05-11 09:16:11','2016-05-11 13:16:11','Several years ago, when I was just starting out, I was hired by a new client to write a sales pitch letter. The letter would promote a hotel reservations software that the client was selling to small (non-chain, independent) hotels.\r\n\r\nThe client hated the letter I wrote. He didn\'t even want to pay me for it! His main complaint was that I used language the hotel owners wouldn\'t understand. Specifically, I had used the term \"exponential growth,\" and the client thought most people would not understand the word \"exponential.\" I was completely taken aback. To me, \"exponential growth\" sounded good. You\'d want your business to experience it by simply buying a new software, right?\r\n\r\nWhether this client was right or not about \"exponential,\" the takeaway is that you have to use the language that your audience will get. If your audience talks at a sixth-grade level, you can\'t use university-level language and hope they understand what you are saying.\r\n\r\nAccording to the article<a href=\"https://www.washingtonpost.com/posteverything/wp/2016/05/03/donald-trump-speaks-like-a-sixth-grader-all-politicians-should/?hpid=hp_no-name_opinion-card-b%3Ahomepage%2Fstory\" target=\"_blank\"> \"Donald Trump Speaks Like a Sixth Grader. All Politicians Should,\"</a> by Allison Jane Smith and published this past Sunday in the <em>Washington Post</em>, part of Trump\'s success in the presidential primaries can be attributed to his ability to communicate with the swath of Americans who have low literacy skills. As you probably have heard, Trump always uses simple words, and repeats them constantly.\r\n\r\nSmith writes:\r\n<blockquote>When speaking to or writing for a broad audience, it’s a best practice to speak at <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_writing-2Dfor-2Dlower-2Dliteracy-2Dusers_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=2WqK0yBJL6ATX9FTRytK72bllmhEvwifCk6_6rogEfs&amp;e=\" data-xslt=\"_http\">an eighth-grade reading level</a>. More than 40 percent of Americans have only basic literary skills, according to a <a href=\"https://urldefense.proofpoint.com/v2/url?u=http-3A__nces.ed.gov_naal_kf-5Fdemographics.asp&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=ICSe7uE6Xl_lsnGKWuWOfb-0nKnYsEaKbkYa6g3i5pk&amp;e=\" data-xslt=\"_http\">2003 assessment</a>. And even highly educated people prefer to read <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_legibility-2Dreadability-2Dcomprehension_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=JY4Qiz63BhGQh0QJYH0zRSu3pPXUj2MFkxBnzkSmPxs&amp;e=\" data-xslt=\"_http\">below</a> their formal education level.</blockquote>\r\nIn other words, speakers (and writers) who want to <span style=\"text-decoration: underline;\">communicate more widely</span> would do better to simplify. Using big words when most people don\'t get them will only hurt your cause, perhaps exponentially.\r\n\r\nOf course, if you are trying to communicate more narrowly, or to a very sophisticated audience, you will have to adjust your language accordingly.\r\n\r\n<span style=\"text-decoration: underline;\">Your job as a communicator is to make sure your audience gets you.</span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Have you ever read marketing material that you didn\'t understand? Do you think it was a language choice issue? Let me know in the comments.</span></strong>\r\n\r\n&nbsp;','Does your audience get you?','','inherit','open','open','','3237-revision-v1','','','2016-05-11 09:16:11','2016-05-11 13:16:11','',3237,'http://deborahbrody.com/2016/05/3237-revision-v1/',0,'revision','',0),
(3241,4,'2016-05-11 09:18:28','2016-05-11 13:18:28','An exponential mistake?\n\nSeveral years ago, when I was just starting out, I was hired by a new client to write a sales pitch letter. The letter would promote a hotel reservations software that the client was selling to small (non-chain, independent) hotels.\n\nThe client hated the letter I wrote. He didn\'t even want to pay me for it! His main complaint was that I used language the hotel owners wouldn\'t understand. Specifically, I had used the term \"exponential growth,\" and the client thought most people would not understand the word \"exponential.\" I was completely taken aback. To me, \"exponential growth\" sounded good. You\'d want your business to experience it by simply buying a new software, right?\n\nWhether this client was right or not about \"exponential,\" the takeaway is that you have to use the language that your audience will get. If your audience talks at a sixth-grade level, you can\'t use university-level language and hope they understand what you are saying.\n\n<strong>Trump gets it (or maybe doesn\'t know better)</strong>\n\nAccording to the article<a href=\"https://www.washingtonpost.com/posteverything/wp/2016/05/03/donald-trump-speaks-like-a-sixth-grader-all-politicians-should/?hpid=hp_no-name_opinion-card-b%3Ahomepage%2Fstory\" target=\"_blank\"> \"Donald Trump Speaks Like a Sixth Grader. All Politicians Should,\"</a> by Allison Jane Smith and published this past Sunday in the <em>Washington Post</em>, part of Trump\'s success in the presidential primaries can be attributed to his ability to communicate with the swath of Americans who have low literacy skills. As you probably have heard, Trump always uses simple words, and repeats them constantly.\n\nSmith writes:\n<blockquote>When speaking to or writing for a broad audience, it’s a best practice to speak at <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_writing-2Dfor-2Dlower-2Dliteracy-2Dusers_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=2WqK0yBJL6ATX9FTRytK72bllmhEvwifCk6_6rogEfs&amp;e=\" data-xslt=\"_http\">an eighth-grade reading level</a>. More than 40 percent of Americans have only basic literary skills, according to a <a href=\"https://urldefense.proofpoint.com/v2/url?u=http-3A__nces.ed.gov_naal_kf-5Fdemographics.asp&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=ICSe7uE6Xl_lsnGKWuWOfb-0nKnYsEaKbkYa6g3i5pk&amp;e=\" data-xslt=\"_http\">2003 assessment</a>. And even highly educated people prefer to read <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_legibility-2Dreadability-2Dcomprehension_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=JY4Qiz63BhGQh0QJYH0zRSu3pPXUj2MFkxBnzkSmPxs&amp;e=\" data-xslt=\"_http\">below</a> their formal education level.</blockquote>\nIn other words, speakers (and writers) who want to <span style=\"text-decoration: underline;\">communicate more widely</span> would do better to simplify. Using big words when most people don\'t get them will only hurt your cause, perhaps exponentially.\n\nOf course, if you are trying to communicate more narrowly, or to a very sophisticated audience, you will have to adjust your language accordingly.\n\n<span style=\"text-decoration: underline;\">Your job as a communicator is to make sure your audience gets you.</span>\n\n<strong><span style=\"color: #ff0000;\">Have you ever read marketing material that you didn\'t understand? Do you think it was a language choice issue? Let me know in the comments.</span></strong>\n\n&nbsp;','Does your audience get you?','','inherit','open','open','','3237-autosave-v1','','','2016-05-11 09:18:28','2016-05-11 13:18:28','',3237,'http://deborahbrody.com/2016/05/3237-autosave-v1/',0,'revision','',0),
(3242,4,'2016-05-11 09:19:12','2016-05-11 13:19:12','<strong>An exponential mistake?</strong>\r\n\r\nSeveral years ago, when I was just starting out, I was hired by a new client to write a sales pitch letter. The letter would promote a hotel reservations software that the client was selling to small (non-chain, independent) hotels.\r\n\r\nThe client hated the letter I wrote. He didn\'t even want to pay me for it! His main complaint was that I used language the hotel owners wouldn\'t understand. Specifically, I had used the term \"exponential growth,\" and the client thought most people would not understand the word \"exponential.\" I was completely taken aback. To me, \"exponential growth\" sounded good. You\'d want your business to experience it by simply buying a new software, right?\r\n\r\nWhether this client was right or not about \"exponential,\" the takeaway is that you have to use the language that your audience will get. If your audience talks at a sixth-grade level, you can\'t use university-level language and hope they understand what you are saying.\r\n\r\n<strong>Trump gets it (or maybe doesn\'t know better)</strong>\r\n\r\nAccording to the article<a href=\"https://www.washingtonpost.com/posteverything/wp/2016/05/03/donald-trump-speaks-like-a-sixth-grader-all-politicians-should/?hpid=hp_no-name_opinion-card-b%3Ahomepage%2Fstory\" target=\"_blank\"> \"Donald Trump Speaks Like a Sixth Grader. All Politicians Should,\"</a> by Allison Jane Smith and published this past Sunday in the <em>Washington Post</em>, part of Trump\'s success in the presidential primaries can be attributed to his ability to communicate with the swath of Americans who have low literacy skills. As you probably have heard, Trump always uses simple words, and repeats them constantly.\r\n\r\nSmith writes:\r\n<blockquote>When speaking to or writing for a broad audience, it’s a best practice to speak at <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_writing-2Dfor-2Dlower-2Dliteracy-2Dusers_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=2WqK0yBJL6ATX9FTRytK72bllmhEvwifCk6_6rogEfs&amp;e=\" data-xslt=\"_http\">an eighth-grade reading level</a>. More than 40 percent of Americans have only basic literary skills, according to a <a href=\"https://urldefense.proofpoint.com/v2/url?u=http-3A__nces.ed.gov_naal_kf-5Fdemographics.asp&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=ICSe7uE6Xl_lsnGKWuWOfb-0nKnYsEaKbkYa6g3i5pk&amp;e=\" data-xslt=\"_http\">2003 assessment</a>. And even highly educated people prefer to read <a href=\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.nngroup.com_articles_legibility-2Dreadability-2Dcomprehension_&amp;d=DQMFaQ&amp;c=RAhzPLrCAq19eJdrcQiUVEwFYoMRqGDAXQ_puw5tYjg&amp;r=zZ-ULk44Cmdk_g8Nibpw-jVetFWF8cmowsSgSjx8dqw&amp;m=7AfRpjsOnVI_ZEC6jBQ9FnZV0gBeqSEG23lz607jcss&amp;s=JY4Qiz63BhGQh0QJYH0zRSu3pPXUj2MFkxBnzkSmPxs&amp;e=\" data-xslt=\"_http\">below</a> their formal education level.</blockquote>\r\n<strong>Adjust your language</strong>\r\n\r\nIn other words, speakers (and writers) who want to <span style=\"text-decoration: underline;\">communicate more widely</span> would do better to simplify. Using big words when most people don\'t get them will only hurt your cause, perhaps exponentially.\r\n\r\nOf course, if you are trying to communicate more narrowly, or to a very sophisticated audience, you will have to adjust your language accordingly.\r\n\r\n<span style=\"text-decoration: underline;\">Your job as a communicator is to make sure your audience gets you.</span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Have you ever read marketing material that you didn\'t understand? Do you think it was a language choice issue? Let me know in the comments.</span></strong>\r\n\r\n&nbsp;','Does your audience get you?','','inherit','open','open','','3237-revision-v1','','','2016-05-11 09:19:12','2016-05-11 13:19:12','',3237,'http://deborahbrody.com/2016/05/3237-revision-v1/',0,'revision','',0),
(3296,4,'2016-07-26 11:04:12','2016-07-26 15:04:12','','Leslie_OFLAHAVAN','Leslie O\'Flahavan, E-Write','inherit','open','open','','leslie_oflahavan','','','2016-07-26 11:04:52','2016-07-26 15:04:52','',3295,'http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN.jpg',0,'attachment','image/jpeg',0),
(3245,4,'2016-05-18 10:00:05','2016-05-18 14:00:05','<strong>Social media is easy -- </strong><strong>all you need is quotes</strong>\r\n\r\nLast week, I attended a networking event where a speaker shared her insights about social media, specifically for business (you\'d think that by 2016, everyone has learned all about social media, but I digress).\r\n\r\nThe speaker, a self-proclaimed social media expert who works primarily with small, local businesses, wanted to share with us that \"doing\" social media is not hard. All  you have to do is to provide content. She gave suggestions for the types of \"content\" your business could share--articles you find \"around,\" pictures you take, and her absolute favorite, quotes. Basically, she told us, find a \"cute\" quote and then put together an image featuring said quote and a picture or a background, like this:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863.jpg\"><img class=\"aligncenter size-medium wp-image-3246\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863-300x202.jpg\" alt=\"sign-1570201-1279x863\" width=\"300\" height=\"202\" /></a>She told us quotes do gangbusters on Facebook. People just love them, and then they \"like\" them and even share them.\r\n\r\nOK, I don\'t have anything against quotes. Sometimes a nice inspirational quote will motivate you or a funny one will make you laugh. We all need quick breaks and reading and sharing a quote is a harmless use of 10 seconds.\r\n\r\n<strong>It\'s not about liking or sharing. It\'s about goals.</strong>\r\n\r\nBut, here\'s the thing: why are you on social media? If you are on social media as a business, you are not there simply to get likes or shares. Getting likes or shares is great, but you really are using social media <span style=\"text-decoration: underline;\">to achieve certain business or communications goals</span>, such as:\r\n<ul>\r\n	<li>Getting people to visit your website</li>\r\n	<li>Establishing your \"thought leadership\"</li>\r\n	<li>Creating a network</li>\r\n	<li>\"Engaging\" with your customers and potential customers</li>\r\n</ul>\r\n<strong>Start with why</strong>\r\n\r\nTo quote Simon Sinek, \"start with why.\"\r\n\r\n<em>(See what I did there?)</em>\r\n\r\n<strong>What are you trying to accomplish?</strong>\r\n\r\nIf all you are trying to accomplish is being social or having fun, then go ahead, share all the quotes and funny pictures you want. Get all sorts of likes and shares, and feel good about yourself.\r\n\r\nHowever, if you are trying to accomplish business goals, then be clear on what those are and figure out how to get there. Perhaps sharing an article from your CEO about the issue your service solves, and which links back to your website, gets you both website visits and thought leadership.\r\n\r\n<strong>Do you know why you are social media? Do you have specific goals for your social media?</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You don\'t want shares or likes','','publish','open','open','','you-dont-want-shares-or-likes','','','2016-05-18 13:28:10','2016-05-18 17:28:10','',0,'http://deborahbrody.com/?p=3245',0,'post','',0),
(3246,4,'2016-05-18 09:48:20','2016-05-18 13:48:20','','sign-1570201-1279x863','','inherit','open','open','','sign-1570201-1279x863','','','2016-05-18 09:48:20','2016-05-18 13:48:20','',3245,'http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863.jpg',0,'attachment','image/jpeg',0),
(3247,4,'2016-05-18 09:53:26','2016-05-18 13:53:26','<strong>Social media is easy -- </strong><strong>all you need is quotes</strong>\r\n\r\nLast week, I attended a networking event where a speaker shared her insights about social media, specifically for business (you would think that by 2016, everyone has learned all about social media, but I digress).\r\n\r\nThe speaker, a self-proclaimed social media expert who works primarily with small, local businesses, wanted to share with us that \"doing\" social media is not hard. All  you have to do is to provide content. She gave suggestions for the types of \"content\" your business could share--articles you find \"around,\" pictures you take, and her absolute favorite, quotes. Basically, she told us, find a \"cute\" quote and then put together an image featuring said quote and a picture or a background (which you can buy on Canva for a couple dollars), kind of like this:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863.jpg\"><img class=\"aligncenter size-medium wp-image-3246\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863-300x202.jpg\" alt=\"sign-1570201-1279x863\" width=\"300\" height=\"202\" /></a>She told us quotes do gangbusters on Facebook. People just love them, and then they \"like\" them and even share them.\r\n\r\nOK, I don\'t have anything against quotes. Sometimes a nice inspirational quote will motivate you or a funny one will make you laugh. We all need quick breaks and reading and sharing a quote is a harmless use of 10 seconds.\r\n\r\n<strong>It\'s not about liking or sharing. It\'s about goals.</strong>\r\n\r\nBut, here\'s the thing: why are you on social media? If you are on social media as a business, you are not there to get likes or shares. Getting likes or shares is great, but you really are using social media <span style=\"text-decoration: underline;\">to achieve certain business or communications goals</span>, such as:\r\n<ul>\r\n	<li>Getting people to visit your website</li>\r\n	<li>Establishing your \"thought leadership\"</li>\r\n	<li>Creating a network</li>\r\n	<li>\"Engaging\" with your customers and potential customers</li>\r\n</ul>\r\n<strong>Start with why</strong>\r\n\r\nTo quote (see what I did there?) Simon Sinek, \"start with why.\"\r\n\r\n<strong>What are you trying to accomplish?</strong>\r\n\r\nIf all you are trying to accomplish is being social, then go ahead, share all the quotes and funny pictures you want. Get all sorts of likes and shares, and feel good about yourself.\r\n\r\nHowever, if you are trying to accomplish business goals, then be clear on what those are and figure out how to get there. Perhaps sharing an article that links back to your website gets you both website visits and thought leadership.\r\n\r\n<strong>Do you know why you are social media? Do you have specific goals for your social media?</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You don\'t want shares or likes','','inherit','open','open','','3245-revision-v1','','','2016-05-18 09:53:26','2016-05-18 13:53:26','',3245,'http://deborahbrody.com/2016/05/3245-revision-v1/',0,'revision','',0),
(3248,4,'2016-05-18 09:57:50','2016-05-18 13:57:50','<strong>Social media is easy -- </strong><strong>all you need is quotes</strong>\r\n\r\nLast week, I attended a networking event where a speaker shared her insights about social media, specifically for business (you would think that by 2016, everyone has learned all about social media, but I digress).\r\n\r\nThe speaker, a self-proclaimed social media expert who works primarily with small, local businesses, wanted to share with us that \"doing\" social media is not hard. All  you have to do is to provide content. She gave suggestions for the types of \"content\" your business could share--articles you find \"around,\" pictures you take, and her absolute favorite, quotes. Basically, she told us, find a \"cute\" quote and then put together an image featuring said quote and a picture or a background, like this:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863.jpg\"><img class=\"aligncenter size-medium wp-image-3246\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/sign-1570201-1279x863-300x202.jpg\" alt=\"sign-1570201-1279x863\" width=\"300\" height=\"202\" /></a>She told us quotes do gangbusters on Facebook. People just love them, and then they \"like\" them and even share them.\r\n\r\nOK, I don\'t have anything against quotes. Sometimes a nice inspirational quote will motivate you or a funny one will make you laugh. We all need quick breaks and reading and sharing a quote is a harmless use of 10 seconds.\r\n\r\n<strong>It\'s not about liking or sharing. It\'s about goals.</strong>\r\n\r\nBut, here\'s the thing: why are you on social media? If you are on social media as a business, you are not there to get likes or shares. Getting likes or shares is great, but you really are using social media <span style=\"text-decoration: underline;\">to achieve certain business or communications goals</span>, such as:\r\n<ul>\r\n	<li>Getting people to visit your website</li>\r\n	<li>Establishing your \"thought leadership\"</li>\r\n	<li>Creating a network</li>\r\n	<li>\"Engaging\" with your customers and potential customers</li>\r\n</ul>\r\n<strong>Start with why</strong>\r\n\r\nTo quote Simon Sinek, \"start with why.\"\r\n\r\n<em>(See what I did there?)</em>\r\n\r\n<strong>What are you trying to accomplish?</strong>\r\n\r\nIf all you are trying to accomplish is being social or having fun, then go ahead, share all the quotes and funny pictures you want. Get all sorts of likes and shares, and feel good about yourself.\r\n\r\nHowever, if you are trying to accomplish business goals, then be clear on what those are and figure out how to get there. Perhaps sharing an article from your CEO about the issue your service solves, and which links back to your website, gets you both website visits and thought leadership.\r\n\r\n<strong>Do you know why you are social media? Do you have specific goals for your social media?</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You don\'t want shares or likes','','inherit','open','open','','3245-revision-v1','','','2016-05-18 09:57:50','2016-05-18 13:57:50','',3245,'http://deborahbrody.com/2016/05/3245-revision-v1/',0,'revision','',0),
(3252,4,'2016-05-25 17:05:47','2016-05-25 21:05:47','','Brad Phillips ','Brad Phillips','inherit','open','open','','brad-phillips-headshot-mini','','','2016-05-25 17:06:12','2016-05-25 21:06:12','',3251,'http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini.jpg',0,'attachment','image/jpeg',0),
(3253,4,'2016-05-25 17:08:46','2016-05-25 21:08:46','&nbsp;\r\n\r\n[caption id=\"attachment_3252\" align=\"alignleft\" width=\"200\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini.jpg\"><img class=\"wp-image-3252 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini-200x300.jpg\" alt=\"Brad Phillips\" width=\"200\" height=\"300\" /></a> Brad Phillips[/caption]\r\n\r\n<strong>Name:</strong>   Brad Phillips\r\n\r\n<strong>Organization</strong>:   Phillips Media Relations, LLC\r\n\r\n<strong>Website:</strong> <a href=\"http://www.MrMediaTraining.com\">www.MrMediaTraining.com</a> and <a href=\"http://www.PhillipsMediaRelations.com\">www.PhillipsMediaRelations.com</a>\r\n\r\n<strong>Twitter:</strong> @MrMediaTraining\r\n\r\nBrad Phillips is the president of Phillips Media Relations, a media and presentation training firm with offices in NYC and DC. Before founding his firm in 2004, he was a journalist with ABC News and CNN. Phillips is the author of <em>The Media Training Bible</em>, an Amazon #1 Public Relations best seller, the new book <em>101 Ways to Open a Speech</em>, and the Mr. Media Training blog, the world\'s most-visited media training website.\r\n<h1></h1>\r\n1. <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is critical for our firm and touches all parts of our work. Our books help introduce potential clients to our work for a modest cost, and our blog—which posts fresh content at least weekly—does the same for free. Our writing also influences our training sessions; sharply written media interview practice questions often elicit surprising responses, which allow us to discuss better approaches with the client. In terms of its overall importance as a skill, I can’t think of many others that are more important. Framing your ideas well—particularly in a business dependent upon the written word—is non-negotiable.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWhen I first joined Twitter in 2009, I feared that it would hasten grammar’s demise, or at least its relative importance. To my surprise, I found that the challenge of reducing thoughts to a compelling 140 characters tightened my writing in other places, too. Like so many things, writing can both thrive and suffer in a digital world.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nThe best advice may also be the most obvious: the greatest writing lives in the editing. For example, my preference is to frame a blog post in my mind before writing, hammer it out quickly, and then spend the majority of my time cleaning it up, moving pieces around, and tightening the writing.\r\n\r\n<strong> </strong>\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nI don’t have any specific writing resources, but try to pay attention to other bloggers. For some reason, blog posts are the perfect length for me. I’ve always struggled with longer-form writing, which is why I organized <em>The Media Training Bible </em>as 101 two-page lessons rather than, say, eight main chapters containing 25 pages each.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI’ve never felt a compelling need to marry myself to a single style guide; even the editor for my books relied on Chicago style but modified it to meet our needs. This is one of those areas in which it’s helpful to know the rules in order to know how and when to break them. More important than stringent rules to me is making sure my choices are grammatically defensible.\r\n\r\n6. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve is when writers include unnecessary words. A few extraneous phrases in an effort to achieve a friendlier tone is one thing. But when it’s pervasive throughout someone’s writing, I click away from their post.\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “yes,” not when offered in an unthinking or overly compliant way, but when someone agrees to take on a challenge with determination and enthusiasm. My least favorite is “like” when used as verbal filler.','On writing: Brad Phillips trains ','','inherit','open','open','','3251-revision-v1','','','2016-05-25 17:08:46','2016-05-25 21:08:46','',3251,'http://deborahbrody.com/2016/05/3251-revision-v1/',0,'revision','',0),
(3254,4,'2016-05-26 08:43:48','2016-05-26 12:43:48','One of the blogs on my must-read list is <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a>, written by Brad Phillips.  I\'ve been reading Brad\'s insights on media and communications for years. Brad truly is a born blogger, and a great communicator, so naturally, I wanted to him to share this thoughts on writing.\r\n\r\n[caption id=\"attachment_3252\" align=\"alignleft\" width=\"200\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini.jpg\"><img class=\"wp-image-3252 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini-200x300.jpg\" alt=\"Brad Phillips\" width=\"200\" height=\"300\" /></a> Brad Phillips, president, Phillips Media Relations[/caption]\r\n\r\n<strong> </strong>\r\n\r\n<strong>B</strong><strong>rad Phillips</strong> is the president of <a href=\"http://www.phillipsmediarelations.com/\" target=\"_blank\">Phillips Media Relations</a>, a media and presentation training firm with offices in New York City and Washington, DC. Before founding his firm in 2004, he was a journalist with ABC News and CNN. Phillips is the author of <em>The Media Training Bible</em>, an Amazon #1 Public Relations best seller, the new book <em>101 Ways to Open a Speech</em>, and the Mr. Media Training blog, the world\'s most-visited media training website.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/mrmediatraining\" target=\"_blank\">@MrMediaTraining</a>\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is critical for our firm and touches all parts of our work. Our books help introduce potential clients to our work for a modest cost, and our blog—which posts fresh content at least weekly—does the same for free. Our writing also influences our training sessions; sharply written media interview practice questions often elicit surprising responses, which allow us to discuss better approaches with the client. In terms of its overall importance as a skill, I can’t think of many others that are more important. Framing your ideas well—particularly in a business dependent upon the written word—is non-negotiable.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWhen I first joined Twitter in 2009, I feared that it would hasten grammar’s demise, or at least its relative importance. To my surprise, I found that the challenge of reducing thoughts to a compelling 140 characters tightened my writing in other places, too. Like so many things, writing can both thrive and suffer in a digital world.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nThe best advice may also be the most obvious: the greatest writing lives in the editing. For example, my preference is to frame a blog post in my mind before writing, hammer it out quickly, and then spend the majority of my time cleaning it up, moving pieces around, and tightening the writing.\r\n\r\n<strong> </strong>\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nI don’t have any specific writing resources, but try to pay attention to other bloggers. For some reason, blog posts are the perfect length for me. I’ve always struggled with longer-form writing, which is why I organized <em>The Media Training Bible </em>as 101 two-page lessons rather than, say, eight main chapters containing 25 pages each.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI’ve never felt a compelling need to marry myself to a single style guide; even the editor for my books relied on Chicago style but modified it to meet our needs. This is one of those areas in which it’s helpful to know the rules in order to know how and when to break them. More important than stringent rules to me is making sure my choices are grammatically defensible.\r\n\r\n6. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve is when writers include unnecessary words. A few extraneous phrases in an effort to achieve a friendlier tone is one thing. But when it’s pervasive throughout someone’s writing, I click away from their post.\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “yes,” not when offered in an unthinking or overly compliant way, but when someone agrees to take on a challenge with determination and enthusiasm. My least favorite is “like” when used as verbal filler.','On writing: Brad Phillips trains ','','inherit','open','open','','3251-revision-v1','','','2016-05-26 08:43:48','2016-05-26 12:43:48','',3251,'http://deborahbrody.com/2016/05/3251-revision-v1/',0,'revision','',0),
(3255,4,'2016-05-26 08:45:10','2016-05-26 12:45:10','One of the blogs on my must-read list is <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a>, written by Brad Phillips.  I\'ve been reading Brad\'s insights on media and communications for years. Brad truly is a born blogger, and a great communicator, so naturally, I wanted to him to share this thoughts on writing.\r\n\r\n[caption id=\"attachment_3252\" align=\"alignleft\" width=\"200\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini.jpg\"><img class=\"wp-image-3252 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini-200x300.jpg\" alt=\"Brad Phillips\" width=\"200\" height=\"300\" /></a> Brad Phillips, president, Phillips Media Relations[/caption]\r\n\r\n<strong> </strong>\r\n\r\n<strong>B</strong><strong>rad Phillips</strong> is the president of <a href=\"http://www.phillipsmediarelations.com/\" target=\"_blank\">Phillips Media Relations</a>, a media and presentation training firm with offices in New York City and Washington, DC. Before founding his firm in 2004, he was a journalist with ABC News and CNN. Phillips is the author of <em>The Media Training Bible</em>, an Amazon #1 Public Relations best seller, the new book <em>101 Ways to Open a Speech</em>, and the <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a> blog, the world\'s most-visited media training website.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/mrmediatraining\" target=\"_blank\">@MrMediaTraining</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n1. <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is critical for our firm and touches all parts of our work. Our books help introduce potential clients to our work for a modest cost, and our blog—which posts fresh content at least weekly—does the same for free. Our writing also influences our training sessions; sharply written media interview practice questions often elicit surprising responses, which allow us to discuss better approaches with the client. In terms of its overall importance as a skill, I can’t think of many others that are more important. Framing your ideas well—particularly in a business dependent upon the written word—is non-negotiable.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWhen I first joined Twitter in 2009, I feared that it would hasten grammar’s demise, or at least its relative importance. To my surprise, I found that the challenge of reducing thoughts to a compelling 140 characters tightened my writing in other places, too. Like so many things, writing can both thrive and suffer in a digital world.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nThe best advice may also be the most obvious: the greatest writing lives in the editing. For example, my preference is to frame a blog post in my mind before writing, hammer it out quickly, and then spend the majority of my time cleaning it up, moving pieces around, and tightening the writing.\r\n\r\n<strong> </strong>\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nI don’t have any specific writing resources, but try to pay attention to other bloggers. For some reason, blog posts are the perfect length for me. I’ve always struggled with longer-form writing, which is why I organized <em>The Media Training Bible </em>as 101 two-page lessons rather than, say, eight main chapters containing 25 pages each.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI’ve never felt a compelling need to marry myself to a single style guide; even the editor for my books relied on Chicago style but modified it to meet our needs. This is one of those areas in which it’s helpful to know the rules in order to know how and when to break them. More important than stringent rules to me is making sure my choices are grammatically defensible.\r\n\r\n6. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve is when writers include unnecessary words. A few extraneous phrases in an effort to achieve a friendlier tone is one thing. But when it’s pervasive throughout someone’s writing, I click away from their post.\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “yes,” not when offered in an unthinking or overly compliant way, but when someone agrees to take on a challenge with determination and enthusiasm. My least favorite is “like” when used as verbal filler.','On writing: Brad Phillips knows training is key','','inherit','open','open','','3251-revision-v1','','','2016-05-26 08:45:10','2016-05-26 12:45:10','',3251,'http://deborahbrody.com/2016/05/3251-revision-v1/',0,'revision','',0),
(3256,4,'2016-05-26 08:50:12','2016-05-26 12:50:12','One of the blogs on my must-read list is <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a>, written by Brad Phillips.  I\'ve been reading Brad\'s insights on media and communications for years. Brad truly is a born blogger, and a great communicator, so naturally, I wanted to him to share this thoughts on writing.\r\n\r\n[caption id=\"attachment_3252\" align=\"alignleft\" width=\"200\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini.jpg\"><img class=\"wp-image-3252 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini-200x300.jpg\" alt=\"Brad Phillips\" width=\"200\" height=\"300\" /></a> Brad Phillips, president, Phillips Media Relations[/caption]\r\n\r\n<strong> </strong>\r\n\r\n<strong>B</strong><strong>rad Phillips</strong> is the president of <a href=\"http://www.phillipsmediarelations.com/\" target=\"_blank\">Phillips Media Relations</a>, a media and presentation training firm with offices in New York City and Washington, DC. Before founding his firm in 2004, he was a journalist with ABC News and CNN. Phillips is the author of <em>The Media Training Bible</em>, an Amazon #1 Public Relations best seller, the new book <em>101 Ways to Open a Speech</em>, and the <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a> blog, the world\'s most-visited media training website.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/mrmediatraining\" target=\"_blank\">@MrMediaTraining</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1</strong>. <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is critical for our firm and touches all parts of our work. Our books help introduce potential clients to our work for a modest cost, and our blog—which posts fresh content at least weekly—does the same for free. Our writing also influences our training sessions; sharply written media interview practice questions often elicit surprising responses, which allow us to discuss better approaches with the client. In terms of its overall importance as a skill, I can’t think of many others that are more important. Framing your ideas well—particularly in a business dependent upon the written word—is non-negotiable.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWhen I first joined Twitter in 2009, I feared that it would hasten grammar’s demise, or at least its relative importance. To my surprise, I found that the challenge of reducing thoughts to a compelling 140 characters tightened my writing in other places, too. Like so many things, writing can both thrive and suffer in a digital world.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nThe best advice may also be the most obvious: the greatest writing lives in the editing. For example, my preference is to frame a blog post in my mind before writing, hammer it out quickly, and then spend the majority of my time cleaning it up, moving pieces around, and tightening the writing.\r\n\r\n<strong> 4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nI don’t have any specific writing resources, but try to pay attention to other bloggers. For some reason, blog posts are the perfect length for me. I’ve always struggled with longer-form writing, which is why I organized <em>The Media Training Bible </em>as 101 two-page lessons rather than, say, eight main chapters containing 25 pages each.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI’ve never felt a compelling need to marry myself to a single style guide; even the editor for my books relied on Chicago style but modified it to meet our needs. This is one of those areas in which it’s helpful to know the rules in order to know how and when to break them. More important than stringent rules to me is making sure my choices are grammatically defensible.\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve is when writers include unnecessary words. A few extraneous phrases in an effort to achieve a friendlier tone is one thing. But when it’s pervasive throughout someone’s writing, I click away from their post.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “yes,” not when offered in an unthinking or overly compliant way, but when someone agrees to take on a challenge with determination and enthusiasm. My least favorite is “like” when used as verbal filler.\r\n\r\n<span style=\"color: #ff0000;\">Do  you agree with Brad editing is the most important part in producing top-notch writing? I know I do! Share your thoughts on writing in the comments, and be sure to check this space next month when another communications pro will share his or her thoughts on writing.</span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Have a meaningful and relaxing Memorial Day weekend! Unofficial summer is finally here.</span></strong>','On writing: Brad Phillips knows training is key','','inherit','open','open','','3251-revision-v1','','','2016-05-26 08:50:12','2016-05-26 12:50:12','',3251,'http://deborahbrody.com/2016/05/3251-revision-v1/',0,'revision','',0),
(3257,4,'2016-05-26 08:52:09','2016-05-26 12:52:09','One of the blogs on my must-read list is <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a>, written by Brad Phillips.  I\'ve been reading Brad\'s insights on media and communications for years. Brad truly is a born blogger, and a great communicator, so naturally, I wanted to him to share this thoughts on writing.\r\n\r\n[caption id=\"attachment_3252\" align=\"alignleft\" width=\"200\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini.jpg\"><img class=\"wp-image-3252 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/05/Brad-Phillips-Headshot-Mini-200x300.jpg\" alt=\"Brad Phillips\" width=\"200\" height=\"300\" /></a> Brad Phillips, president, Phillips Media Relations[/caption]\r\n\r\n<strong> </strong>\r\n\r\n<strong>B</strong><strong>rad Phillips</strong> is the president of <a href=\"http://www.phillipsmediarelations.com/\" target=\"_blank\">Phillips Media Relations</a>, a media and presentation training firm with offices in New York City and Washington, DC. Before founding his firm in 2004, he was a journalist with ABC News and CNN. Phillips is the author of <em>The Media Training Bible</em>, an Amazon #1 Public Relations best seller, the new book <em>101 Ways to Open a Speech</em>, and the <a href=\"http://www.mrmediatraining.com/\" target=\"_blank\">Mr. Media Training</a> blog, the world\'s most-visited media training website.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/mrmediatraining\" target=\"_blank\">@MrMediaTraining</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1</strong>. <strong>What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is critical for our firm and touches all parts of our work. Our books help introduce potential clients to our work for a modest cost, and our blog—which posts fresh content at least weekly—does the same for free. Our writing also influences our training sessions; sharply written media interview practice questions often elicit surprising responses, which allow us to discuss better approaches with the client. In terms of its overall importance as a skill, I can’t think of many others that are more important. Framing your ideas well—particularly in a business dependent upon the written word—is non-negotiable.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nWhen I first joined Twitter in 2009, I feared that it would hasten grammar’s demise, or at least its relative importance. To my surprise, I found that the challenge of reducing thoughts to a compelling 140 characters tightened my writing in other places, too. Like so many things, writing can both thrive and suffer in a digital world.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nThe best advice may also be the most obvious: the greatest writing lives in the editing. For example, my preference is to frame a blog post in my mind before writing, hammer it out quickly, and then spend the majority of my time cleaning it up, moving pieces around, and tightening the writing.\r\n\r\n<strong> 4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nI don’t have any specific writing resources, but try to pay attention to other bloggers. For some reason, blog posts are the perfect length for me. I’ve always struggled with longer-form writing, which is why I organized <em>The Media Training Bible </em>as 101 two-page lessons rather than, say, eight main chapters containing 25 pages each.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nI’ve never felt a compelling need to marry myself to a single style guide; even the editor for my books relied on Chicago style but modified it to meet our needs. This is one of those areas in which it’s helpful to know the rules in order to know how and when to break them. More important than stringent rules to me is making sure my choices are grammatically defensible.\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nMy biggest pet peeve is when writers include unnecessary words. A few extraneous phrases in an effort to achieve a friendlier tone is one thing. But when it’s pervasive throughout someone’s writing, I click away from their post.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word is “yes,” not when offered in an unthinking or overly compliant way, but when someone agrees to take on a challenge with determination and enthusiasm. My least favorite is “like” when used as verbal filler.\r\n\r\n<span style=\"color: #ff0000;\">Do  you agree with Brad editing is the most important part in producing top-notch writing? I know I do! Share your thoughts on writing in the comments, and be sure to check this space next month when another communications pro will share his or her thoughts on writing.</span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Have a meaningful and relaxing Memorial Day weekend: Unofficial summer is finally here!</span></strong>','On writing: Brad Phillips knows training is key','','inherit','open','open','','3251-revision-v1','','','2016-05-26 08:52:09','2016-05-26 12:52:09','',3251,'http://deborahbrody.com/2016/05/3251-revision-v1/',0,'revision','',0),
(3259,4,'2016-06-03 09:35:58','2016-06-03 13:35:58','A few weeks ago, I <a title=\"Feedback is not a synonym for review (customer feedback part 2)\" href=\"http://deborahbrody.com/2016/04/feedback-is-not-a-synonym-for-review-customer-feedback-part-2/\" target=\"_blank\">told you about how a Udemy instructor</a> requested that I change my review from three stars to five stars because it would help him remain high in the ratings. He had no interest in whether his course merited five stars or why I had rated it three stars. He just wanted me to like him enough to further his purposes.\r\n\r\nAnd then today in the <em>Washington Post</em>, I read this article: \"<a href=\"https://www.washingtonpost.com/news/the-switch/wp/2016/06/02/this-landlord-said-like-me-on-facebook-or-get-evicted/\" target=\"_blank\">This landlord said \'like\' me on Facebook or get evicted.\"</a> Basically, in both a show of poor communication skills and even poorer business law knowledge, a landlord in Salt Lake City, Utah posted notices on tenants\' doors, telling them to \"like\" the building/complex on Facebook or be in violation of their rental agreement. Naturally, the tenants did not like this at all and many took to Facebook to complain and some threatened legal action, saying that it was an invasion of privacy, etc. The landlord was forced to retreat, and even had to take down the Facebook page because of the various negative comments and ratings that arose due to this move .\r\n\r\n<strong>You can\'t force people to like you.</strong>\r\n\r\nBut hidden in the article, lies the purported reason why the landlord made this move: since there had been pictures taken at a community party, the landlord wanted to have legal authority to post them and tag them. I am not sure if this is an excuse, or it\'s real, but the way the landlord communicated this was poor or non-existent.\r\n\r\n<strong>So again, it is an issue of poor communication.</strong>\r\n\r\nIn today\'s social, online world, it is increasingly difficult for businesses to hide bad behavior.  Businesses can\'t force positive reviews or likes, although many times businesses ask customers to like them in order to give discounts or other preferential information. In this way, the number of likes on a page has become completely meaningless. Similarly, if a business has only glowing reviews, they are suspect, and may not be seen as valid.\r\n\r\n<strong>Give \'em a reason to want to like you</strong>\r\n\r\nI am not saying that businesses should avoid reviews or Facebook. Businesses need to communicate better, and more importantly, give customers a reason (through actual good service or products) <em>to want</em> to like them and review them positively.\r\n\r\n<span style=\"color: #ff0000;\">Why do you like Facebook pages? Do you like them to get event information or special discounts? To support a business owner? Let me know your thoughts in the comments.</span>','Forcing \"likes\" is poor business communication (part 1)','','publish','open','open','','forcing-likes-is-poor-business-communication-part-1','','\nhttp://deborahbrody.com/2016/04/feedback-is-not-a-synonym-for-review-customer-feedback-part-2/','2016-06-03 09:35:58','2016-06-03 13:35:58','',0,'http://deborahbrody.com/?p=3259',0,'post','',0),
(3260,4,'2016-06-03 09:32:42','2016-06-03 13:32:42','A few weeks ago, I <a title=\"Feedback is not a synonym for review (customer feedback part 2)\" href=\"http://deborahbrody.com/2016/04/feedback-is-not-a-synonym-for-review-customer-feedback-part-2/\" target=\"_blank\">told you about how a Udemy instructor</a> requested that I change my review from three stars to five stars because it would help him remain high in the ratings. He had no interest in whether his course merited five stars or why I had rated it three stars. He just wanted me to like him enough to further his purposes.\r\n\r\nAnd then today in the <em>Washington Post</em>, I read this article: \"<a href=\"https://www.washingtonpost.com/news/the-switch/wp/2016/06/02/this-landlord-said-like-me-on-facebook-or-get-evicted/\" target=\"_blank\">This landlord said \'like\' me on Facebook or get evicted.\"</a> Basically, in both a show of poor communication skills and even poorer business law knowledge, a landlord in Salt Lake City, Utah posted notices on each tenants\' doors, telling them to \"like\" them on Facebook or be in violation of their rental agreement. Naturally, the tenants did not like this at all and many took to Facebook to complain and some took legal action, saying that it was an invasion of privacy, etc. The landlord was forced to retreat, and even took down the Facebook page because of the various negative comments and ratings.\r\n\r\n<strong>You can\'t force people to like you.</strong>\r\n\r\nBut hidden in the article, lies the reason why the landlord made this move: since there had been pictures taken at a community party, the landlord wanted to have legal authority to post them and tag them. I am not sure if this is an excuse, or it\'s real, but the way the landlord communicated this was poor or non-existent.\r\n\r\n<strong>So again, it is an issue of poor communication.</strong>\r\n\r\nIn today\'s social, online world, it is increasingly difficult for businesses to hide bad behavior.  Businesses can\'t force positive reviews or likes, although many times businesses ask customers to like them in order to give discounts or other preferential information. In this way, the number of likes on a page has become completely meaningless. Similarly, if a business has only glowing reviews, they are suspect, and may not be seen as valid.\r\n\r\n<strong>Give \'em a reason to want to like you</strong>\r\n\r\nI am not saying that businesses should avoid reviews or Facebook. Businesses need to communicate better, and more importantly, give customers a reason (through actual good service or products) <em>to want</em> to like them and review them positively.\r\n\r\nWhy do you like Facebook pages? Do you like them to get event information or special discounts? To support a business owner? Let me know your thoughts in the comments.','Forcing \"likes\" is poor business communication (part 1)','','inherit','open','open','','3259-revision-v1','','','2016-06-03 09:32:42','2016-06-03 13:32:42','',3259,'http://deborahbrody.com/2016/06/3259-revision-v1/',0,'revision','',0),
(3261,4,'2016-06-03 09:35:58','2016-06-03 13:35:58','A few weeks ago, I <a title=\"Feedback is not a synonym for review (customer feedback part 2)\" href=\"http://deborahbrody.com/2016/04/feedback-is-not-a-synonym-for-review-customer-feedback-part-2/\" target=\"_blank\">told you about how a Udemy instructor</a> requested that I change my review from three stars to five stars because it would help him remain high in the ratings. He had no interest in whether his course merited five stars or why I had rated it three stars. He just wanted me to like him enough to further his purposes.\r\n\r\nAnd then today in the <em>Washington Post</em>, I read this article: \"<a href=\"https://www.washingtonpost.com/news/the-switch/wp/2016/06/02/this-landlord-said-like-me-on-facebook-or-get-evicted/\" target=\"_blank\">This landlord said \'like\' me on Facebook or get evicted.\"</a> Basically, in both a show of poor communication skills and even poorer business law knowledge, a landlord in Salt Lake City, Utah posted notices on tenants\' doors, telling them to \"like\" the building/complex on Facebook or be in violation of their rental agreement. Naturally, the tenants did not like this at all and many took to Facebook to complain and some threatened legal action, saying that it was an invasion of privacy, etc. The landlord was forced to retreat, and even had to take down the Facebook page because of the various negative comments and ratings that arose due to this move .\r\n\r\n<strong>You can\'t force people to like you.</strong>\r\n\r\nBut hidden in the article, lies the purported reason why the landlord made this move: since there had been pictures taken at a community party, the landlord wanted to have legal authority to post them and tag them. I am not sure if this is an excuse, or it\'s real, but the way the landlord communicated this was poor or non-existent.\r\n\r\n<strong>So again, it is an issue of poor communication.</strong>\r\n\r\nIn today\'s social, online world, it is increasingly difficult for businesses to hide bad behavior.  Businesses can\'t force positive reviews or likes, although many times businesses ask customers to like them in order to give discounts or other preferential information. In this way, the number of likes on a page has become completely meaningless. Similarly, if a business has only glowing reviews, they are suspect, and may not be seen as valid.\r\n\r\n<strong>Give \'em a reason to want to like you</strong>\r\n\r\nI am not saying that businesses should avoid reviews or Facebook. Businesses need to communicate better, and more importantly, give customers a reason (through actual good service or products) <em>to want</em> to like them and review them positively.\r\n\r\n<span style=\"color: #ff0000;\">Why do you like Facebook pages? Do you like them to get event information or special discounts? To support a business owner? Let me know your thoughts in the comments.</span>','Forcing \"likes\" is poor business communication (part 1)','','inherit','open','open','','3259-revision-v1','','','2016-06-03 09:35:58','2016-06-03 13:35:58','',3259,'http://deborahbrody.com/2016/06/3259-revision-v1/',0,'revision','',0),
(3263,4,'2016-06-08 09:49:54','2016-06-08 13:49:54','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2016-06-08 09:49:54','2016-06-08 13:49:54','',2509,'http://deborahbrody.com/2016/06/2509-revision-v1/',0,'revision','',0),
(3288,4,'2016-07-12 09:18:47','0000-00-00 00:00:00','I don\'t much about the restaurant business other than as a diner. And as a diner, I think it\'s imperative for restaurants to have websites, especially if they are new.','Should you launch your restaurant without a website?','','draft','open','open','','','','','2016-07-12 09:18:47','2016-07-12 13:18:47','',0,'http://deborahbrody.com/?p=3288',0,'post','',0),
(3265,4,'2016-06-14 10:53:40','2016-06-14 14:53:40','This post is about how Delta Airlines compounded a bad experience by asking the wrong questions. Here\'s the story:\r\n\r\n<strong>International flight on Delta</strong>\r\n\r\nA few weeks back I was returning to the United States on Delta from a trip abroad. My first port of entry was Delta\'s major hub, Atlanta. If you\'ve traveled internationally you know that you must claim your suitcase and then pass with it through customs, to then be able to check it back through to your final destination. However, on this occasion, my suitcase never arrived in the customs baggage claim. And even though I asked several Delta agents and baggage claim workers, not one person was able to tell me where my bag was, if it had been loaded off the plane or even if it had arrived in Atlanta at all.\r\n\r\n<strong>Tweeting doesn\'t help at all</strong>\r\n\r\nI was forced to check with Delta\'s customer \"service\" counter outside the customs area, where I was quite unhelpfully told my bag would \"automatically\" be transferred to my Washington bound flight, since it was tagged to DCA. I tweeted Delta to see if they could help me find out the whereabouts of my bag. Their response was to ask me if I had spoken to a manager. That was not the right question. The question should have been \"how can we help?\" If I had spoken to a manager (which, I would have had one been available and I did not have to catch my next flight), why would I be tweeting @Delta?\r\n\r\n<strong>Do you really want to know what I think?</strong>\r\n\r\nWell, my bag did not arrive at Washington with me on my flight. It was delivered to my home the next afternoon. At which point, Delta sent me the following email, with the subject line \"Deborah, We Value Your Opinion:\"\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<strong>Dear Deborah,</strong>\r\n\r\nWe are very sorry for the baggage mishandling you experienced on May 05, 2016.\r\n\r\nAs a valued SkyMiles member, your feedback about your experience is important to us and will help us continue to improve. We ask that you please provide feedback on your experience by answering the question below.</td>\r\n</tr>\r\n<tr>\r\n<td><strong>How likely are you to recommend Delta Air Lines to others? </strong>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20%\">Definitely Will</td>\r\n<td width=\"20%\">Probably Will</td>\r\n<td width=\"20%\">May or May Not</td>\r\n<td width=\"20%\">Probably Will Not</td>\r\n<td width=\"20%\">Definitely Will Not</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\">\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=5\"><strong>5 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=4\"><strong>4 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=3\"><strong>3 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=2\"><strong>2 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=1\"><strong>1 </strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nYour feedback is important to us and again, we offer our deepest apologies for this inconvenience.</td>\r\n</tr>\r\n<tr>\r\n<td>Sincerely,\r\nGil West\r\nChief Operating Officer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThere are literally countless other questions they could have asked such as: was my bag delivered in good shape, as promised, was the delivery service professional, did DCA baggage services handle my claim correctly, did the service met my expectations or anything at all about the actual incident. Delta would have had to ask questions like that if it actually cared about its operations and customer experiences. Instead, Delta only wants to know if, based on this experience, I would recommend it to others.\r\n\r\n<strong>That was not the right question. It showed me that Delta is only interested in its reputation and not even vaguely about their operational efficacy or customer experience.</strong>\r\n\r\nI wrote Delta a three-page letter (not an email) about this travel experience (there were other issues too). I enumerated the various things that Delta should look into and correct (customer service, their Twitter presence, among others). I got a two-paragraph email back, basically repeating what I had mentioned and offering me some Delta SkyMiles for my troubles.\r\n\r\n<strong>No, really, what do you think of us?</strong>\r\n\r\nAnd then I got another email from Delta with the subject line \"Deborah, We Value Your Opinion.\" This is what this email said:\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<strong>Dear Deborah,</strong>\r\n\r\nWe recently sent you an email regarding your Delta Customer Care request. It was our pleasure assisting you.\r\n\r\nOur goal is to deliver the very best service possible, so your feedback is important in helping us recognize and improve our quality. Please begin this short survey regarding how I did by answering the first question below:</td>\r\n</tr>\r\n<tr>\r\n<td><strong>How likely are you to recommend Delta Air Lines to others? </strong>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20%\">Definitely Will</td>\r\n<td width=\"20%\">Probably Will</td>\r\n<td width=\"20%\">May or May Not</td>\r\n<td width=\"20%\">Probably Will Not</td>\r\n<td width=\"20%\">Definitely Will Not</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\">\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=5\"><strong>5 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=4\"><strong>4 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=3\"><strong>3 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=2\"><strong>2 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=1\"><strong>1 </strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAgain, Delta is mostly interested in whether I would recommend Delta. Which, again, is not the right question. The question should be whether I was satisfied with the response to my letter (I was not) or whether the response had addressed any of my concerns (not to my knowledge).\r\n\r\n<strong>Do you really want to know?</strong>\r\n\r\n<span style=\"text-decoration: underline;\">Companies that are serious about improving ask for real feedback.</span> To ask me whether I would recommend Delta is not a good or useful question. It is poor communications and even poorer customer service.\r\n\r\n<span style=\"color: #ff0000;\">What do you think? Would you have answered this question? What benefit does it provide the company and does it provide any benefit to the customer?</span>\r\n\r\n&nbsp;','Asking the wrong question is poor communication (part 2)','','publish','open','open','','asking-the-wrong-question-is-poor-communication-part-2','','','2016-06-14 10:53:40','2016-06-14 14:53:40','',0,'http://deborahbrody.com/?p=3265',0,'post','',0),
(3266,4,'2016-06-14 10:45:38','2016-06-14 14:45:38','This post is about how Delta Airlines compounded a bad experience by asking the wrong questions. Here\'s the story:\r\n\r\nA few weeks back I was returning to the United States on Delta from a trip abroad. My first port of entry was Delta\'s major hub, Atlanta. If you\'ve traveled internationally you know that you must claim your suitcase and then pass with it through customs, to then be able to check it back through to your final destination. However, on this occasion, my suitcase never arrived in the customs baggage claim. And even though I asked several Delta agents and baggage claim workers, not one person was able to tell me where my bag was, if it had been loaded off the plane or even if it had arrived in Atlanta at all.\r\n\r\nI was forced to check with Delta\'s customer \"service\" counter outside the customs area, where I was quite unhelpfully told my bag would \"automatically\" be transferred to my Washington bound flight, since it was tagged to DCA. I tweeted Delta to see if they could help me find out the whereabouts of my bag. Their response was to ask me if I had spoken to a manager. That was not the right question. The question should have been \"how can we help?\" If I had spoken to a manager (which, I would have had one been available and I did not have to catch my next flight), why would I be tweeting @Delta?\r\n\r\nWell, my bag did not arrive at Washington with me on my flight. It was delivered to my home the next afternoon. At which point, Delta sent me the following email, with the subject line \"Deborah, We Value Your Opinion:\"\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<strong>Dear Deborah,</strong>\r\n\r\nWe are very sorry for the baggage mishandling you experienced on May 05, 2016.\r\n\r\nAs a valued SkyMiles member, your feedback about your experience is important to us and will help us continue to improve. We ask that you please provide feedback on your experience by answering the question below.</td>\r\n</tr>\r\n<tr>\r\n<td><strong>How likely are you to recommend Delta Air Lines to others? </strong>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20%\">Definitely Will</td>\r\n<td width=\"20%\">Probably Will</td>\r\n<td width=\"20%\">May or May Not</td>\r\n<td width=\"20%\">Probably Will Not</td>\r\n<td width=\"20%\">Definitely Will Not</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\">\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=5\"><strong>5 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=4\"><strong>4 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=3\"><strong>3 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=2\"><strong>2 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=1\"><strong>1 </strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nYour feedback is important to us and again, we offer our deepest apologies for this inconvenience.</td>\r\n</tr>\r\n<tr>\r\n<td>Sincerely,\r\nGil West\r\nChief Operating Officer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThere are literally countless other questions they could have asked such as: was my bag delivered in good shape, as promised, was the delivery service professional, did DCA baggage services handle my claim correctly, did the service met my expectations or anything at all about the actual incident. Delta would have had to ask questions like that if it actually cared about its operations and customer experiences. Instead, Delta only wants to know if, based on this experience, I would recommend it to others.\r\n\r\n<strong>That was not the right question. It showed me that Delta is only interested in its reputation and not even vaguely about their operational efficacy or customer experience.</strong>\r\n\r\nI wrote Delta a three-page letter (not an email) about this travel experience (there were other issues too). I enumerated the various things that Delta should look into and correct (customer service, their Twitter presence, among others). I got a two-paragraph email back, basically repeating what I had mentioned and offering me some Delta SkyMiles for my troubles.\r\n\r\nAnd then I got another email from Delta with the subject line \"Deborah, We Value Your Opinion.\" This is what this email said:\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<strong>Dear Deborah,</strong>\r\n\r\nWe recently sent you an email regarding your Delta Customer Care request. It was our pleasure assisting you.\r\n\r\nOur goal is to deliver the very best service possible, so your feedback is important in helping us recognize and improve our quality. Please begin this short survey regarding how I did by answering the first question below:</td>\r\n</tr>\r\n<tr>\r\n<td><strong>How likely are you to recommend Delta Air Lines to others? </strong>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20%\">Definitely Will</td>\r\n<td width=\"20%\">Probably Will</td>\r\n<td width=\"20%\">May or May Not</td>\r\n<td width=\"20%\">Probably Will Not</td>\r\n<td width=\"20%\">Definitely Will Not</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\">\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=5\"><strong>5 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=4\"><strong>4 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=3\"><strong>3 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=2\"><strong>2 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=1\"><strong>1 </strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAgain, Delta is mostly interested in whether I would recommend Delta. Which, again, is not the right question. The question should be whether I was satisfied with the response to my letter (I was not) or whether the response had addressed any of my concerns (not to my knowledge).\r\n\r\n<span style=\"text-decoration: underline;\">Companies that are serious about improving ask for real feedback.</span> To ask me whether I would recommend Delta is not a good or useful question. It is poor communications and even poorer customer service.\r\n\r\nWhat do you think? Would you have answered this question? What benefit does it provide the company and does it provide any benefit to the customer?\r\n\r\n&nbsp;','Asking the wrong question is poor communication (part 2)','','inherit','open','open','','3265-revision-v1','','','2016-06-14 10:45:38','2016-06-14 14:45:38','',3265,'http://deborahbrody.com/2016/06/3265-revision-v1/',0,'revision','',0),
(3267,4,'2016-06-14 10:51:21','2016-06-14 14:51:21','This post is about how Delta Airlines compounded a bad experience by asking the wrong questions. Here\'s the story:\r\n\r\n<strong>International flight on Delta</strong>\r\n\r\nA few weeks back I was returning to the United States on Delta from a trip abroad. My first port of entry was Delta\'s major hub, Atlanta. If you\'ve traveled internationally you know that you must claim your suitcase and then pass with it through customs, to then be able to check it back through to your final destination. However, on this occasion, my suitcase never arrived in the customs baggage claim. And even though I asked several Delta agents and baggage claim workers, not one person was able to tell me where my bag was, if it had been loaded off the plane or even if it had arrived in Atlanta at all.\r\n\r\n<strong>Tweeting doesn\'t help at all</strong>\r\n\r\nI was forced to check with Delta\'s customer \"service\" counter outside the customs area, where I was quite unhelpfully told my bag would \"automatically\" be transferred to my Washington bound flight, since it was tagged to DCA. I tweeted Delta to see if they could help me find out the whereabouts of my bag. Their response was to ask me if I had spoken to a manager. That was not the right question. The question should have been \"how can we help?\" If I had spoken to a manager (which, I would have had one been available and I did not have to catch my next flight), why would I be tweeting @Delta?\r\n\r\n<strong>Do you really want to know what I think?</strong>\r\n\r\nWell, my bag did not arrive at Washington with me on my flight. It was delivered to my home the next afternoon. At which point, Delta sent me the following email, with the subject line \"Deborah, We Value Your Opinion:\"\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<strong>Dear Deborah,</strong>\r\n\r\nWe are very sorry for the baggage mishandling you experienced on May 05, 2016.\r\n\r\nAs a valued SkyMiles member, your feedback about your experience is important to us and will help us continue to improve. We ask that you please provide feedback on your experience by answering the question below.</td>\r\n</tr>\r\n<tr>\r\n<td><strong>How likely are you to recommend Delta Air Lines to others? </strong>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20%\">Definitely Will</td>\r\n<td width=\"20%\">Probably Will</td>\r\n<td width=\"20%\">May or May Not</td>\r\n<td width=\"20%\">Probably Will Not</td>\r\n<td width=\"20%\">Definitely Will Not</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\">\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=5\"><strong>5 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=4\"><strong>4 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=3\"><strong>3 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=2\"><strong>2 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?ezfxd4s2nch73zt8twb9&amp;_score=1\"><strong>1 </strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nYour feedback is important to us and again, we offer our deepest apologies for this inconvenience.</td>\r\n</tr>\r\n<tr>\r\n<td>Sincerely,\r\nGil West\r\nChief Operating Officer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThere are literally countless other questions they could have asked such as: was my bag delivered in good shape, as promised, was the delivery service professional, did DCA baggage services handle my claim correctly, did the service met my expectations or anything at all about the actual incident. Delta would have had to ask questions like that if it actually cared about its operations and customer experiences. Instead, Delta only wants to know if, based on this experience, I would recommend it to others.\r\n\r\n<strong>That was not the right question. It showed me that Delta is only interested in its reputation and not even vaguely about their operational efficacy or customer experience.</strong>\r\n\r\nI wrote Delta a three-page letter (not an email) about this travel experience (there were other issues too). I enumerated the various things that Delta should look into and correct (customer service, their Twitter presence, among others). I got a two-paragraph email back, basically repeating what I had mentioned and offering me some Delta SkyMiles for my troubles.\r\n\r\n<strong>No, really, what do you think of us?</strong>\r\n\r\nAnd then I got another email from Delta with the subject line \"Deborah, We Value Your Opinion.\" This is what this email said:\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<strong>Dear Deborah,</strong>\r\n\r\nWe recently sent you an email regarding your Delta Customer Care request. It was our pleasure assisting you.\r\n\r\nOur goal is to deliver the very best service possible, so your feedback is important in helping us recognize and improve our quality. Please begin this short survey regarding how I did by answering the first question below:</td>\r\n</tr>\r\n<tr>\r\n<td><strong>How likely are you to recommend Delta Air Lines to others? </strong>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20%\">Definitely Will</td>\r\n<td width=\"20%\">Probably Will</td>\r\n<td width=\"20%\">May or May Not</td>\r\n<td width=\"20%\">Probably Will Not</td>\r\n<td width=\"20%\">Definitely Will Not</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\">\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=5\"><strong>5 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=4\"><strong>4 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=3\"><strong>3 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=2\"><strong>2 </strong></a></td>\r\n<td><a href=\"http://survey.medallia.com/?e997485ykch73zt8twb9&amp;_score=1\"><strong>1 </strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAgain, Delta is mostly interested in whether I would recommend Delta. Which, again, is not the right question. The question should be whether I was satisfied with the response to my letter (I was not) or whether the response had addressed any of my concerns (not to my knowledge).\r\n\r\n<strong>Do you really want to know?</strong>\r\n\r\n<span style=\"text-decoration: underline;\">Companies that are serious about improving ask for real feedback.</span> To ask me whether I would recommend Delta is not a good or useful question. It is poor communications and even poorer customer service.\r\n\r\n<span style=\"color: #ff0000;\">What do you think? Would you have answered this question? What benefit does it provide the company and does it provide any benefit to the customer?</span>\r\n\r\n&nbsp;','Asking the wrong question is poor communication (part 2)','','inherit','open','open','','3265-revision-v1','','','2016-06-14 10:51:21','2016-06-14 14:51:21','',3265,'http://deborahbrody.com/2016/06/3265-revision-v1/',0,'revision','',0),
(3277,4,'2016-06-28 08:47:43','2016-06-28 12:47:43','This month\'s On Writing interview (which is being published early because of the upcoming long Fourth of July weekend) is with PR maven Karen Addis.  I connected with Karen several years ago through a Restaurant Week \"PR ladies\' lunch bunch.\" We share a love of food, and a belief that writing skills are slowly vanishing. Following are her thoughts on writing and its importance.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3278\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot.jpg\"><img class=\"wp-image-3278 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot-300x168.jpg\" alt=\"Karen Addis, APR\" width=\"300\" height=\"168\" /></a> Karen Addis, APR[/caption]\r\n\r\nKaren Addis, APR, is the senior vice president at <a href=\"http://www.vaneperen.com/\" target=\"_blank\">Van Eperen</a>, a full-service boutique public relations agency in North Bethesda. Karen leads new business development and manages the agency\'s national and international health, science and technology accounts.\r\n\r\n<strong>Twitter:</strong><a href=\"https://twitter.com/karenaddis\" target=\"_blank\"> @karenaddis</a>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nTo be an effective communicator, you need to have excellent writing skills. I write every single day for a variety of audiences and formats, ranging from new business proposals and contributed articles to blogs and tweets.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nAbsolutely! You need to be able to communicate clearly and succinctly, especially in the digital/text/emoji world where every word and symbol matters.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nNever stop writing and be well read. You also need to have a thorough understanding of the rules of grammar and punctuation and then know when it’s okay to break them.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nStrunk and White’s <em>Elements of Style</em> never goes out of fashion nor does the dictionary or thesaurus.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nHaving graduated with a degree in journalism and having spent my entire career working with the media, the <em>AP Stylebook</em>, of course!\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe random use of the comma. No one seems to know how to use commas anymore!\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nFavorite word: It’s a toss-up between vacation and chocolate...or Chardonnay! Least favorite word: utilize. I absolutely <em>loathe</em> this word! Use is shorter and means the same thing.\r\n\r\n<strong> </strong>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Having recently copy edited a document in which I had to add dozens of commas, I agree wholeheartedly with Karen that people don\'t seem to know how to use the comma. Do you agree or disagree? Share your thoughts in the comments, and be on the lookout next month for the upcoming On Writing interview.</strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: PR pro Karen Addis is succinct','','publish','open','open','','on-writing-pr-pro-karen-addis-is-succinct','','','2016-06-28 08:47:43','2016-06-28 12:47:43','',0,'http://deborahbrody.com/?p=3277',0,'post','',0),
(3271,4,'2016-06-22 09:52:03','2016-06-22 13:52:03','<strong>Grammar matters</strong>\r\n\r\nThis is a lawn sign that has appeared around my neighborhood:\r\n\r\n[caption id=\"attachment_3272\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648.jpg\"><img class=\"size-medium wp-image-3272\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648-300x225.jpg\" alt=\"Lawn sign \" width=\"300\" height=\"225\" /></a> Lawn sign[/caption]\r\n\r\nI believe what they meant to say was \"No Townhouses on Historic Chestnut Lodge.\" Or maybe they meant to say \"Not More Townhouses on Historic Chestnut Lodge,\" which would still be awkward.  I am not sure. Perhaps the people behind this campaign were not sure either. But what I do know is that this sign is wrong.\r\n\r\n<strong>It\'s spelled A-L-A-N</strong>\r\n\r\nU.K\'s Vision Express had a major typo, transposing the L and A, in a letter to a customer. It was quite insulting.  You have to read this<a href=\"http://www.dailymail.co.uk/femail/article-3651973/Customer-shocked-rude-spelling-mistake-letter-Vision-Express.html\" target=\"_blank\"> Daily Mail article </a>to see what I mean, but suffice it to say, a proofreader would have saved the day. (Thanks to <a href=\"http://www.ewriteonline.com/\" target=\"_blank\">Leslie O\'Flahavan</a> for sharing the article on her company\'s Facebook feed.)\r\n\r\n<strong>Copy edit your work, or at least, do some proofreading</strong>\r\n\r\nHaving poor grammar, or a typo (or two or three) in your marketing materials is poor communication. Your message will be muddled and any mistakes will distract from what you are trying to say.\r\n\r\nTypos and grammatical mistakes are fixable, and if you don\'t catch them in time, they can be costly. There is a solution and that is to copy edit <em>and</em> proofread your written materials.\r\n\r\n<span style=\"color: #ff0000;\">Watch this space next week for the next On Writing interview, with a pro who certainly knows that grammar and spelling matter.</span>','Poor grammar is poor communication part 3','','publish','open','open','','poor-grammar-is-poor-communication-part-3','','','2016-06-22 09:52:03','2016-06-22 13:52:03','',0,'http://deborahbrody.com/?p=3271',0,'post','',0),
(3272,4,'2016-06-22 08:45:02','2016-06-22 12:45:02','','20160612_115648','Lawn sign ','inherit','open','open','','20160612_115648','','','2016-06-22 08:45:51','2016-06-22 12:45:51','',3271,'http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648.jpg',0,'attachment','image/jpeg',0),
(3273,4,'2016-06-22 08:46:03','2016-06-22 12:46:03','[caption id=\"attachment_3272\" align=\"aligncenter\" width=\"3264\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648.jpg\"><img class=\"size-full wp-image-3272\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648.jpg\" alt=\"Lawn sign \" width=\"3264\" height=\"2448\" /></a> Lawn sign[/caption]','Poor grammar is poor communication part 3','','inherit','open','open','','3271-revision-v1','','','2016-06-22 08:46:03','2016-06-22 12:46:03','',3271,'http://deborahbrody.com/2016/06/3271-revision-v1/',0,'revision','',0),
(3274,4,'2016-06-22 09:17:25','2016-06-22 13:17:25','<strong>Grammar matters</strong>\r\n\r\nThis is a lawn sign that has appeared around my neighborhood:\r\n\r\n[caption id=\"attachment_3272\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648.jpg\"><img class=\"size-medium wp-image-3272\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648-300x225.jpg\" alt=\"Lawn sign \" width=\"300\" height=\"225\" /></a> Lawn sign[/caption]\r\n\r\n&nbsp;\r\n\r\nI believe what they meant to say was \"No Townhouses on Historic Chestnut Lodge.\" Or maybe they meant to say \"Not More Townhouses on Historic Chestnut Lodge,\" which would still be awkward.  I am not sure. Perhaps the people behind this campaign were not sure either. But what I do know is that this sign is wrong.\r\n\r\n<strong>It\'s spelled A-L-A-N</strong>\r\n\r\nU.K\'s Vision Express had a one major typo, which was quite insulting to one customer in particular.  You have to read this<a href=\"http://www.dailymail.co.uk/femail/article-3651973/Customer-shocked-rude-spelling-mistake-letter-Vision-Express.html\" target=\"_blank\"> Daily Mail story </a>to see what I mean, but suffice it to say, a proofreader would have saved the day. (Thanks to Leslie O\'Flavahan for sharing this on her company\'s Facebook page.)\r\n\r\n<strong>Copy edit your work, or at least, do some proofreading</strong>\r\n\r\nPoor grammar, or a typo (or two or three), is poor communication. Your message will be muddled or the mistakes will distract from what you are trying to say.\r\n\r\nTypos and grammatical mistakes are fixable, but if you don\'t catch them in time, they can be costly. There is a solution and that is to copy edit <em>and</em> proofread your written materials. If you don\'t hire a professional to do it, you should have someone else review your work.','Poor grammar is poor communication part 3','','inherit','open','open','','3271-revision-v1','','','2016-06-22 09:17:25','2016-06-22 13:17:25','',3271,'http://deborahbrody.com/2016/06/3271-revision-v1/',0,'revision','',0),
(3275,4,'2016-06-22 09:50:41','2016-06-22 13:50:41','<strong>Grammar matters</strong>\r\n\r\nThis is a lawn sign that has appeared around my neighborhood:\r\n\r\n[caption id=\"attachment_3272\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648.jpg\"><img class=\"size-medium wp-image-3272\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/20160612_115648-300x225.jpg\" alt=\"Lawn sign \" width=\"300\" height=\"225\" /></a> Lawn sign[/caption]\r\n\r\nI believe what they meant to say was \"No Townhouses on Historic Chestnut Lodge.\" Or maybe they meant to say \"Not More Townhouses on Historic Chestnut Lodge,\" which would still be awkward.  I am not sure. Perhaps the people behind this campaign were not sure either. But what I do know is that this sign is wrong.\r\n\r\n<strong>It\'s spelled A-L-A-N</strong>\r\n\r\nU.K\'s Vision Express had a major typo, transposing the L and A, in a letter to a customer. It was quite insulting.  You have to read this<a href=\"http://www.dailymail.co.uk/femail/article-3651973/Customer-shocked-rude-spelling-mistake-letter-Vision-Express.html\" target=\"_blank\"> Daily Mail article </a>to see what I mean, but suffice it to say, a proofreader would have saved the day. (Thanks to <a href=\"http://www.ewriteonline.com/\" target=\"_blank\">Leslie O\'Flahavan</a> for sharing the article on her company\'s Facebook feed.)\r\n\r\n<strong>Copy edit your work, or at least, do some proofreading</strong>\r\n\r\nHaving poor grammar, or a typo (or two or three) in your marketing materials is poor communication. Your message will be muddled and any mistakes will distract from what you are trying to say.\r\n\r\nTypos and grammatical mistakes are fixable, and if you don\'t catch them in time, they can be costly. There is a solution and that is to copy edit <em>and</em> proofread your written materials.\r\n\r\n<span style=\"color: #ff0000;\">Watch this space next week for the next On Writing interview, with a pro who certainly knows that grammar and spelling matter.</span>','Poor grammar is poor communication part 3','','inherit','open','open','','3271-revision-v1','','','2016-06-22 09:50:41','2016-06-22 13:50:41','',3271,'http://deborahbrody.com/2016/06/3271-revision-v1/',0,'revision','',0),
(3278,4,'2016-06-27 13:53:33','2016-06-27 17:53:33','','KarenHeadshot','Karen Addis, APR','inherit','open','open','','karenheadshot','','','2016-06-27 13:53:47','2016-06-27 17:53:47','',3277,'http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot.jpg',0,'attachment','image/jpeg',0),
(3279,4,'2016-06-27 13:54:45','2016-06-27 17:54:45','&nbsp;\r\n\r\nFor this month\'s On Writing interview, I turned to Karen Addis. I have known Karen for several years (mostly because of our love of Restaurant Week and dining), and we\'ve often chatted about how writing skills seem to be on the decline.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3278\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot.jpg\"><img class=\"wp-image-3278 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot-300x168.jpg\" alt=\"Karen Addis, APR\" width=\"300\" height=\"168\" /></a> Karen Addis, APR[/caption]\r\n\r\nKaren Addis, APR, is the senior vice president at <a href=\"http://www.vaneperen.com/\" target=\"_blank\">Van Eperen</a>, a full-service boutique public relations agency in North Bethesda. Karen leads new business development and manages the agency\'s national and international health, science and technology accounts.\r\n\r\n<strong>Twitter:</strong> @karenaddis\r\n\r\n&nbsp;\r\n<ol>\r\n	<li><strong>What role does writing play in your work and how important a skill is it? </strong>To be an effective communicator, you need to have excellent writing skills. I write every single day for a variety of audiences and formats, ranging from new business proposals and contributed articles to blogs and tweets.</li>\r\n</ol>\r\n<strong> </strong>\r\n<ol start=\"2\">\r\n	<li><strong>Does writing well still matter in a digital/text/emoji world? </strong>Absolutely! You need to be able to communicate clearly and succinctly, especially in the digital/text/emoji world where every word and symbol matters.</li>\r\n</ol>\r\n&nbsp;\r\n<ol start=\"3\">\r\n	<li><strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>Never stop writing and be well read. You also need to have a thorough understanding of the rules of grammar and punctuation and then know when it’s okay to break them.</li>\r\n</ol>\r\n&nbsp;\r\n\r\n<strong> </strong>\r\n<ol start=\"4\">\r\n	<li><strong>What are your top three writing resources or references (digital or paper-based)? </strong>Strunk and White’s Elements of Style never goes out of fashion nor does the dictionary or thesaurus.</li>\r\n</ol>\r\n<strong> </strong>\r\n<ol start=\"5\">\r\n	<li><strong>Do you follow a style guide, and if so, which one?  </strong>Having graduated with a degree in journalism and having spent my entire career working with the media, the AP Style Guide, of course!</li>\r\n</ol>\r\n&nbsp;\r\n<ol start=\"6\">\r\n	<li><strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>The random use of the comma. No one seems to know how to use commas anymore!</li>\r\n</ol>\r\n&nbsp;\r\n<ol start=\"7\">\r\n	<li><strong>What’s your favorite word and what’s your least favorite? </strong>Favorite word: It’s a tossup between vacation and chocolate...or Chardonnay! Least favorite word: utilize. I absolutely <em>loathe</em> this word! Use is shorter and means the same thing.</li>\r\n</ol>\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: PR pro Karen Addis is succinct','','inherit','open','open','','3277-revision-v1','','','2016-06-27 13:54:45','2016-06-27 17:54:45','',3277,'http://deborahbrody.com/2016/06/3277-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(3280,4,'2016-06-28 08:39:04','2016-06-28 12:39:04','This month\'s On Writing interview (which is being publised early because of the upcoming long Fourth of July weekend) is with PR maven Karen Addis.  I connected with Karen several years ago, through a PR Restaurant Week \"lunch bunch.\" We share a love of food, and a belief that writing skills are slowly vanishing. Following are her thoughts on writing and its importance.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3278\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot.jpg\"><img class=\"wp-image-3278 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot-300x168.jpg\" alt=\"Karen Addis, APR\" width=\"300\" height=\"168\" /></a> Karen Addis, APR[/caption]\r\n\r\nKaren Addis, APR, is the senior vice president at <a href=\"http://www.vaneperen.com/\" target=\"_blank\">Van Eperen</a>, a full-service boutique public relations agency in North Bethesda. Karen leads new business development and manages the agency\'s national and international health, science and technology accounts.\r\n\r\n<strong>Twitter:</strong> @karenaddis\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nTo be an effective communicator, you need to have excellent writing skills. I write every single day for a variety of audiences and formats, ranging from new business proposals and contributed articles to blogs and tweets.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nAbsolutely! You need to be able to communicate clearly and succinctly, especially in the digital/text/emoji world where every word and symbol matters.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nNever stop writing and be well read. You also need to have a thorough understanding of the rules of grammar and punctuation and then know when it’s okay to break them.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nStrunk and White’s <em>Elements of Style</em> never goes out of fashion nor does the dictionary or thesaurus.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nHaving graduated with a degree in journalism and having spent my entire career working with the media, the AP Stylebook, of course!\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe random use of the comma. No one seems to know how to use commas anymore!\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nFavorite word: It’s a tossup between vacation and chocolate...or Chardonnay! Least favorite word: utilize. I absolutely <em>loathe</em> this word! Use is shorter and means the same thing.\r\n\r\n<strong> </strong>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Having recently copy edited a document in which I had to add dozens of commas, I agree wholeheartedly with Karen that people don\'t seem to know how to use the comma. Share your thoughts in the comments, and be on the lookout next month for the next On Writing interview.</strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: PR pro Karen Addis is succinct','','inherit','open','open','','3277-revision-v1','','','2016-06-28 08:39:04','2016-06-28 12:39:04','',3277,'http://deborahbrody.com/2016/06/3277-revision-v1/',0,'revision','',0),
(3281,4,'2016-06-28 08:42:00','2016-06-28 12:42:00','This month\'s On Writing interview (which is being published early because of the upcoming long Fourth of July weekend) is with PR maven Karen Addis.  I connected with Karen several years ago through a Restaurant Week \"PR ladies\' lunch bunch.\" We share a love of food, and a belief that writing skills are slowly vanishing. Following are her thoughts on writing and its importance.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3278\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot.jpg\"><img class=\"wp-image-3278 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot-300x168.jpg\" alt=\"Karen Addis, APR\" width=\"300\" height=\"168\" /></a> Karen Addis, APR[/caption]\r\n\r\nKaren Addis, APR, is the senior vice president at <a href=\"http://www.vaneperen.com/\" target=\"_blank\">Van Eperen</a>, a full-service boutique public relations agency in North Bethesda. Karen leads new business development and manages the agency\'s national and international health, science and technology accounts.\r\n\r\n<strong>Twitter:</strong> <a href=\"http://https://twitter.com/karenaddis\" target=\"_blank\">@karenaddis</a>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nTo be an effective communicator, you need to have excellent writing skills. I write every single day for a variety of audiences and formats, ranging from new business proposals and contributed articles to blogs and tweets.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nAbsolutely! You need to be able to communicate clearly and succinctly, especially in the digital/text/emoji world where every word and symbol matters.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nNever stop writing and be well read. You also need to have a thorough understanding of the rules of grammar and punctuation and then know when it’s okay to break them.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nStrunk and White’s <em>Elements of Style</em> never goes out of fashion nor does the dictionary or thesaurus.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nHaving graduated with a degree in journalism and having spent my entire career working with the media, the <em>AP Stylebook</em>, of course!\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe random use of the comma. No one seems to know how to use commas anymore!\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nFavorite word: It’s a tossup between vacation and chocolate...or Chardonnay! Least favorite word: utilize. I absolutely <em>loathe</em> this word! Use is shorter and means the same thing.\r\n\r\n<strong> </strong>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Having recently copy edited a document in which I had to add dozens of commas, I agree wholeheartedly with Karen that people don\'t seem to know how to use the comma. Share your thoughts in the comments, and be on the lookout next month for the next On Writing interview.</strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: PR pro Karen Addis is succinct','','inherit','open','open','','3277-revision-v1','','','2016-06-28 08:42:00','2016-06-28 12:42:00','',3277,'http://deborahbrody.com/2016/06/3277-revision-v1/',0,'revision','',0),
(3282,4,'2016-06-28 08:43:12','2016-06-28 12:43:12','This month\'s On Writing interview (which is being published early because of the upcoming long Fourth of July weekend) is with PR maven Karen Addis.  I connected with Karen several years ago through a Restaurant Week \"PR ladies\' lunch bunch.\" We share a love of food, and a belief that writing skills are slowly vanishing. Following are her thoughts on writing and its importance.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3278\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot.jpg\"><img class=\"wp-image-3278 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot-300x168.jpg\" alt=\"Karen Addis, APR\" width=\"300\" height=\"168\" /></a> Karen Addis, APR[/caption]\r\n\r\nKaren Addis, APR, is the senior vice president at <a href=\"http://www.vaneperen.com/\" target=\"_blank\">Van Eperen</a>, a full-service boutique public relations agency in North Bethesda. Karen leads new business development and manages the agency\'s national and international health, science and technology accounts.\r\n\r\n<strong>Twitter:</strong><a href=\"https://twitter.com/karenaddis\" target=\"_blank\"> @karenaddis</a>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nTo be an effective communicator, you need to have excellent writing skills. I write every single day for a variety of audiences and formats, ranging from new business proposals and contributed articles to blogs and tweets.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nAbsolutely! You need to be able to communicate clearly and succinctly, especially in the digital/text/emoji world where every word and symbol matters.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nNever stop writing and be well read. You also need to have a thorough understanding of the rules of grammar and punctuation and then know when it’s okay to break them.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nStrunk and White’s <em>Elements of Style</em> never goes out of fashion nor does the dictionary or thesaurus.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nHaving graduated with a degree in journalism and having spent my entire career working with the media, the <em>AP Stylebook</em>, of course!\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe random use of the comma. No one seems to know how to use commas anymore!\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nFavorite word: It’s a tossup between vacation and chocolate...or Chardonnay! Least favorite word: utilize. I absolutely <em>loathe</em> this word! Use is shorter and means the same thing.\r\n\r\n<strong> </strong>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Having recently copy edited a document in which I had to add dozens of commas, I agree wholeheartedly with Karen that people don\'t seem to know how to use the comma. Share your thoughts in the comments, and be on the lookout next month for the next On Writing interview.</strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: PR pro Karen Addis is succinct','','inherit','open','open','','3277-revision-v1','','','2016-06-28 08:43:12','2016-06-28 12:43:12','',3277,'http://deborahbrody.com/2016/06/3277-revision-v1/',0,'revision','',0),
(3283,4,'2016-06-28 08:45:23','2016-06-28 12:45:23','This month\'s On Writing interview (which is being published early because of the upcoming long Fourth of July weekend) is with PR maven Karen Addis.  I connected with Karen several years ago through a Restaurant Week \"PR ladies\' lunch bunch.\" We share a love of food, and a belief that writing skills are slowly vanishing. Following are her thoughts on writing and its importance.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3278\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot.jpg\"><img class=\"wp-image-3278 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot-300x168.jpg\" alt=\"Karen Addis, APR\" width=\"300\" height=\"168\" /></a> Karen Addis, APR[/caption]\r\n\r\nKaren Addis, APR, is the senior vice president at <a href=\"http://www.vaneperen.com/\" target=\"_blank\">Van Eperen</a>, a full-service boutique public relations agency in North Bethesda. Karen leads new business development and manages the agency\'s national and international health, science and technology accounts.\r\n\r\n<strong>Twitter:</strong><a href=\"https://twitter.com/karenaddis\" target=\"_blank\"> @karenaddis</a>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nTo be an effective communicator, you need to have excellent writing skills. I write every single day for a variety of audiences and formats, ranging from new business proposals and contributed articles to blogs and tweets.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nAbsolutely! You need to be able to communicate clearly and succinctly, especially in the digital/text/emoji world where every word and symbol matters.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nNever stop writing and be well read. You also need to have a thorough understanding of the rules of grammar and punctuation and then know when it’s okay to break them.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nStrunk and White’s <em>Elements of Style</em> never goes out of fashion nor does the dictionary or thesaurus.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nHaving graduated with a degree in journalism and having spent my entire career working with the media, the <em>AP Stylebook</em>, of course!\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe random use of the comma. No one seems to know how to use commas anymore!\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nFavorite word: It’s a toss-up between vacation and chocolate...or Chardonnay! Least favorite word: utilize. I absolutely <em>loathe</em> this word! Use is shorter and means the same thing.\r\n\r\n<strong> </strong>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Having recently copy edited a document in which I had to add dozens of commas, I agree wholeheartedly with Karen that people don\'t seem to know how to use the comma. Agree or disagree? Share your thoughts in the comments, and be on the lookout next month for the upcoming On Writing interview.</strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: PR pro Karen Addis is succinct','','inherit','open','open','','3277-revision-v1','','','2016-06-28 08:45:23','2016-06-28 12:45:23','',3277,'http://deborahbrody.com/2016/06/3277-revision-v1/',0,'revision','',0),
(3284,4,'2016-06-28 08:47:43','2016-06-28 12:47:43','This month\'s On Writing interview (which is being published early because of the upcoming long Fourth of July weekend) is with PR maven Karen Addis.  I connected with Karen several years ago through a Restaurant Week \"PR ladies\' lunch bunch.\" We share a love of food, and a belief that writing skills are slowly vanishing. Following are her thoughts on writing and its importance.<strong>\r\n</strong>\r\n\r\n[caption id=\"attachment_3278\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot.jpg\"><img class=\"wp-image-3278 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/06/KarenHeadshot-300x168.jpg\" alt=\"Karen Addis, APR\" width=\"300\" height=\"168\" /></a> Karen Addis, APR[/caption]\r\n\r\nKaren Addis, APR, is the senior vice president at <a href=\"http://www.vaneperen.com/\" target=\"_blank\">Van Eperen</a>, a full-service boutique public relations agency in North Bethesda. Karen leads new business development and manages the agency\'s national and international health, science and technology accounts.\r\n\r\n<strong>Twitter:</strong><a href=\"https://twitter.com/karenaddis\" target=\"_blank\"> @karenaddis</a>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nTo be an effective communicator, you need to have excellent writing skills. I write every single day for a variety of audiences and formats, ranging from new business proposals and contributed articles to blogs and tweets.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nAbsolutely! You need to be able to communicate clearly and succinctly, especially in the digital/text/emoji world where every word and symbol matters.\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nNever stop writing and be well read. You also need to have a thorough understanding of the rules of grammar and punctuation and then know when it’s okay to break them.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nStrunk and White’s <em>Elements of Style</em> never goes out of fashion nor does the dictionary or thesaurus.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nHaving graduated with a degree in journalism and having spent my entire career working with the media, the <em>AP Stylebook</em>, of course!\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe random use of the comma. No one seems to know how to use commas anymore!\r\n\r\n7. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nFavorite word: It’s a toss-up between vacation and chocolate...or Chardonnay! Least favorite word: utilize. I absolutely <em>loathe</em> this word! Use is shorter and means the same thing.\r\n\r\n<strong> </strong>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Having recently copy edited a document in which I had to add dozens of commas, I agree wholeheartedly with Karen that people don\'t seem to know how to use the comma. Do you agree or disagree? Share your thoughts in the comments, and be on the lookout next month for the upcoming On Writing interview.</strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: PR pro Karen Addis is succinct','','inherit','open','open','','3277-revision-v1','','','2016-06-28 08:47:43','2016-06-28 12:47:43','',3277,'http://deborahbrody.com/2016/06/3277-revision-v1/',0,'revision','',0),
(3289,4,'2016-07-12 09:18:47','2016-07-12 13:18:47','I don\'t much about the restaurant business other than as a diner. And as a diner, I think it\'s imperative for restaurants to have websites, especially if they are new.','Should you launch your restaurant without a website?','','inherit','open','open','','3288-revision-v1','','','2016-07-12 09:18:47','2016-07-12 13:18:47','',3288,'http://deborahbrody.com/2016/07/3288-revision-v1/',0,'revision','',0),
(3290,4,'2016-07-13 11:27:48','2016-07-13 15:27:48','When you see the same mistake done over and over again, you have to wonder how people manage to keep jobs or their business afloat.\r\n\r\n<strong>Marketing fail #1: Not sending emails from an organizational address</strong>\r\n\r\nIf you get an email, as I did this morning, from a certain Ellyn Fisher, whom I have never met, would you open it? I bet, like I did, that if you did, you would hesitate to open it if not delete it completely. However, I get so many emails from individuals in organizations, that I decided to open it up and it turned out to be from the Ad Council. So the email was legitimate, but this organization does not seem to understand how email appears in your inbox and why sending it from a staffer\'s email address is a bad idea.\r\n\r\nThe best practice would be to send the email from the name of the organization. This is easily done in your email sending options, especially when you are using a email provider such a Constant Contact or MailChimp.\r\n\r\nThe second-best practice is to use an individual\'s name followed by the organization\'s name. For example, I get emails from Janine Wampler, ACES Communications. Those always come from the same individual, and they identify the organization so I know that it\'s OK to open.\r\n\r\nIf you don\'t understand that we are living in an age where each of us gets hundreds of emails a day, we have limited attention spans, and we have a fear of being cyber attacked, you should not be doing any email communication.\r\n\r\n<strong>Marketing #fail #2: Not having a complete website (or not having one at all)</strong>\r\n\r\nLast Friday, I was meeting some friends for dinner. There\'s a new place that I had heard about and I did some searches to see if I could find a menu. The only thing available was a one page website with absolutely no useful information and a Facebook page, with even less useful information. We did end up meeting at this restaurant. We got there and were asked if we had reservations. Since we did not (by the way, it was 6:30 p.m. and the place was not full), the hostess told us our only option was to eat outside on the patio. Normally that would have been fine, but it was abnormally hot and humid and the patio did not even have ceiling fans. We took a look at the menu, which remember, was not available anywhere online, and we were very underwhelmed. The offerings did not make us want to brave the heat and we decided to go elsewhere. A couple showed up right after us and they too were offered the patio, and they also left.\r\n\r\nA restaurant website should include all the information that diners need. This includes: hours, reservation policy, menu, special considerations (for example, in this case, the website could indicate diners without a reservation would be seated in the outdoor patio).\r\n\r\nThese days, there is no excuse for not having a working, attractive website. There are so many providers of build-it-yourself websites, from Wix to Squarespace. And there are providers that specialize in industries, such as restaurants.\r\n\r\nWhat are marketing fails that you see over and over? Share them in the comments.','Two common marketing #fails (and pet peeves)','','publish','open','open','','two-common-marketing-fails-and-pet-peeves','','','2016-07-13 11:27:48','2016-07-13 15:27:48','',0,'http://deborahbrody.com/?p=3290',0,'post','',0),
(3291,4,'2016-07-13 11:26:39','2016-07-13 15:26:39','When you see the same mistake done over and over again, you have to wonder how people manage to keep jobs or their business afloat.\r\n\r\n<strong>Marketing fail #1: Not sending emails from an organizational address</strong>\r\n\r\nIf you get an email, as I did this morning, from a certain Ellyn Fisher, whom I have never met, would you open it? I bet, like I did, that if you did, you would hesitate to open it if not delete it completely. However, I get so many emails from individuals in organizations, that I decided to open it up and it turned out to be from the Ad Council. So the email was legitimate, but this organization does not seem to understand how email appears in your inbox and why sending it from a staffer\'s email address is a bad idea.\r\n\r\nThe best practice would be to send the email from the name of the organization. This is easily done in your email sending options, especially when you are using a email provider such a Constant Contact or MailChimp.\r\n\r\nThe second-best practice is to use an individual\'s name followed by the organization\'s name. For example, I get emails from Janine Wampler, ACES Communications. Those always come from the same individual, and they identify the organization so I know that it\'s OK to open.\r\n\r\nIf you don\'t understand that we are living in an age where each of us gets hundreds of emails a day, we have limited attention spans, and we have a fear of being cyber attacked, you should not be doing any email communication.\r\n\r\n<strong>Marketing #fail #2: Not having a complete website (or not having one at all)</strong>\r\n\r\nLast Friday, I was meeting some friends for dinner. There\'s a new place that I had heard about and I did some searches to see if I could find a menu. The only thing available was a one page website with absolutely no useful information and a Facebook page, with even less useful information. We did end up meeting at this restaurant. We got there and were asked if we had reservations. Since we did not (by the way, it was 6:30 p.m. and the place was not full), the hostess told us our only option was to eat outside on the patio. Normally that would have been fine, but it was abnormally hot and humid and the patio did not even have ceiling fans. We took a look at the menu, which remember, was not available anywhere online, and we were very underwhelmed. The offerings did not make us want to brave the heat and we decided to go elsewhere. A couple showed up right after us and they too were offered the patio, and they also left.\r\n\r\nA restaurant website should include all the information that diners need. This includes: hours, reservation policy, menu, special considerations (for example, in this case, the website could indicate diners without a reservation would be seated in the outdoor patio).\r\n\r\nThese days, there is no excuse for not having a working, attractive website. There are so many providers of build-it-yourself websites, from Wix to Squarespace. And there are providers that specialize in industries, such as restaurants.\r\n\r\nWhat are marketing fails that you see over and over? Share them in the comments.','Two common marketing #fails (and pet peeves)','','inherit','open','open','','3290-revision-v1','','','2016-07-13 11:26:39','2016-07-13 15:26:39','',3290,'http://deborahbrody.com/2016/07/3290-revision-v1/',0,'revision','',0),
(3293,4,'2016-07-21 11:31:22','2016-07-21 15:31:22','There\'s a quotation floating out there that has been often attributed to Maya Angelou, but which may have other sources. It\'s this:\r\n<blockquote>They may forget what you said, but they will never forget how you made them feel.</blockquote>\r\nIf you are working in communications, especially marketing communications, you should take that quote to heart. Perhaps, even print it and post it where you always can see it.\r\n\r\nAs a communicator, your job is to elicit <em>positive feelings</em> from your audience. Perhaps you want them to buy something, donate money, advocate or like your company. If they feel positively toward you or your organization, they are more likely to take the action you want them to. On the other hand, if they feel negatively toward you, they are less likely to want anything to do with you.\r\n\r\nOrganizations that \"get\" it are the ones that have the more engaged, loyal supporters.  Organizations that don\'t are the ones that ignore customers or that communicate with them in ways that are not customer-friendly.\r\n\r\nSo remember to take your customer/supporter/donor\'s feelings into consideration. Think about how you want your audience to feel the next time your write an email or website copy or anything else. If you focus on that, I can promise you will  have better results.\r\n\r\n&nbsp;','It is about feelings','','publish','open','open','','it-is-about-feelings','','','2016-07-21 11:31:22','2016-07-21 15:31:22','',0,'http://deborahbrody.com/?p=3293',0,'post','',0),
(3294,4,'2016-07-21 11:31:22','2016-07-21 15:31:22','There\'s a quotation floating out there that has been often attributed to Maya Angelou, but which may have other sources. It\'s this:\r\n<blockquote>They may forget what you said, but they will never forget how you made them feel.</blockquote>\r\nIf you are working in communications, especially marketing communications, you should take that quote to heart. Perhaps, even print it and post it where you always can see it.\r\n\r\nAs a communicator, your job is to elicit <em>positive feelings</em> from your audience. Perhaps you want them to buy something, donate money, advocate or like your company. If they feel positively toward you or your organization, they are more likely to take the action you want them to. On the other hand, if they feel negatively toward you, they are less likely to want anything to do with you.\r\n\r\nOrganizations that \"get\" it are the ones that have the more engaged, loyal supporters.  Organizations that don\'t are the ones that ignore customers or that communicate with them in ways that are not customer-friendly.\r\n\r\nSo remember to take your customer/supporter/donor\'s feelings into consideration. Think about how you want your audience to feel the next time your write an email or website copy or anything else. If you focus on that, I can promise you will  have better results.\r\n\r\n&nbsp;','It is about feelings','','inherit','open','open','','3293-revision-v1','','','2016-07-21 11:31:22','2016-07-21 15:31:22','',3293,'http://deborahbrody.com/2016/07/3293-revision-v1/',0,'revision','',0),
(3295,4,'2016-07-28 08:27:55','2016-07-28 12:27:55','I definitely wanted to interview Leslie O\'Flahavan for this series, and I am so glad she agreed to be featured this month. She\'s been teaching writing for  years and offers an academic perspective that\'s a bit different from marketing/communications folks.\r\n\r\n[caption id=\"attachment_3296\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN.jpg\"><img class=\"size-medium wp-image-3296\" src=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN-199x300.jpg\" alt=\"Leslie O\'Flahavan, E-Write\" width=\"199\" height=\"300\" /></a> Leslie O\'Flahavan, E-Write[/caption]\r\n\r\n&nbsp;\r\n\r\nLeslie O’Flahavan is a get-to-the point writer and an experienced, versatile writing instructor. As <a href=\"http://www.ewriteonline.com/\" target=\"_blank\">E-WRITE </a>owner since 1996, Leslie has been writing content and teaching customized writing courses for Fortune 500 companies, government agencies, and non-profit organizations. Leslie can help the most stubborn, inexperienced, or word-phobic employees at your organization improve their writing skills, so they can do their jobs better.\r\n\r\n<strong>Twitter</strong>: <a href=\"https://twitter.com/LeslieO?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\">@LeslieO</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting IS my work. Because I am a writer myself and a life-long writing teacher, writing plays the largest role possible in my work. Of course, I may be a bit biased, but I think writing is an essential skill. At work, writing is perhaps THE essential communication skill.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nYes, writing well matters even more in our digital/emoji world. Some people have the idea that “no one really writes or reads anymore.” I don’t agree with this at all. If you text, you are writing. If you Instagram a picture of your brunch, and you add some words to the picture, you are writing. It’s elitist to think that only academic tracts or annual reports are “real” writing. Writing happens every time someone keyboards or scrawls some words. Because we’re writing so much now, doing it well matters a lot.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nHow you improve your writing skills depends on what you need to write, the skills you’re struggling with as a writer, and which stage in your career you find yourself. In most cases, the best advice I could give is to find a good example or model of what you’re trying to write before you begin. So, if you have to write a proposal, find an example of a proposal that won the funding. Read it analytically to see how the writer constructed it. If you have to write the “About Us” page for your website, find three or four models of excellent About Us pages and one that’s not very good. Before you begin writing, contrast the bad one to the good ones. Analytical reading will help prepare you to repeat the successful writing strategies you’ve observed.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI like <a href=\"https://www.wiktionary.org/\" target=\"_blank\">wiktionary.org</a>, <em>Letting Go of the Words</em> by Ginny Redish, and Grammar Girl’s <a href=\"http://www.quickanddirtytips.com/\" target=\"_blank\">QuickandDirtyTips.com</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nIn my work, I often am asked to follow my client’s style guide, which will sometimes be an in-house guide or a published guide such as Chicago Manual of Style, with some company-specific adaptations. I’m always glad to follow a style guide.\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nAs a writing teacher, I try not to be peevish or to cringe very much. After all, I’m supposed to be helping people whose writing is cringe-worthy or whose grammar blunders tweak my peeve nerve. I’m not put off by a genuine writing error. These things happen. In fact, I recently misspelled my own name in an email. What puts me off is when people act like fixing the error isn’t important. Or when they treat the plain language movement as a fad. That makes me cranky.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nIn 2016, my favorite word is <em>rapport</em>. And <em>pimples</em> has been my least favorite word for decades, since I had them, back in the late 70s.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Leslie\'s advice on modeling your writing on something that you think is good. Everyone should work on recognizing when something works well and  analyzing what makes it so. Check back here on August 25, when I will interview another marketing/communications pro on the importance of writing. And if you need help with your writing, I am happy to lend a pen!</strong></span>\r\n\r\n&nbsp;','On writing: Leslie O\'Flahavan gets the point','','publish','open','open','','on-writing-leslie-oflahavan-gets-the-point','','','2016-07-28 08:27:55','2016-07-28 12:27:55','',0,'http://deborahbrody.com/?p=3295',0,'post','',0),
(3297,4,'2016-07-26 11:05:14','2016-07-26 15:05:14','One person who I definitely wanted to interview for this series is Leslie O\'Flahavan (easier to just call her Leslie O, like her Twitter handle). She\'s been teaching writing for  years and she has the educational perspective.\r\n\r\n[caption id=\"attachment_3296\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN.jpg\"><img class=\"size-medium wp-image-3296\" src=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN-199x300.jpg\" alt=\"Leslie O\'Flahavan, E-Write\" width=\"199\" height=\"300\" /></a> Leslie O\'Flahavan, E-Write[/caption]\r\n\r\n&nbsp;\r\n\r\nLeslie O’Flahavan is a get-to-the point writer and an experienced, versatile writing instructor. As E-WRITE owner since 1996, Leslie has been writing content and teaching customized writing courses for Fortune 500 companies, government agencies, and non-profit organizations. Leslie can help the most stubborn, inexperienced, or word-phobic employees at your organization improve their writing skills, so they can do their jobs better.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Seven questions about writing</h1>\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting IS my work. Because I am a writer myself and a life-long writing teacher, writing plays the largest role possible in my work. Of course, I may be a bit biased, but I think writing is an essential skill. At work, writing is perhaps THE essential communication skill.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nYes, writing well matters even more in our digital/emoji world. Some people have the idea that “no one really writes or reads anymore.” I don’t agree with this at all. If you text, you are writing. If you Instagram a picture of your brunch, and you add some words to the picture, you are writing. It’s elitist to think that only academic tracts or annual reports are “real” writing. Writing happens every time someone keyboards or scrawls some words. Because we’re writing so much now, doing it well matters a lot.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nHow you improve your writing skills depends on what you need to write, the skills you’re struggling with as a writer, and which stage in your career you find yourself. In most cases, the best advice I could give is to find a good example or model of what you’re trying to write before you begin. So, if you have to write a proposal, find an example of a proposal that won the funding. Read it analytically to see how the writer constructed it. If you have to write the “About Us” page for your website, find three or four models of excellent About Us pages and one that’s not very good. Before you begin writing, contrast the bad one to the good ones. Analytical reading will help prepare you to repeat the successful writing strategies you’ve observed.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI like wiktionary.org, <em>Letting Go of the Words</em> by Ginny Redish, and Grammar Girl’s QuickandDirtyTips.com\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nIn my work, I often am asked to follow my client’s style guide, which will sometimes be an in-house guide or a published guide such as Chicago Manual of Style, with some company-specific adaptations. I’m always glad to follow a style guide.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nAs a writing teacher, I try not to be peevish or to cringe very much. After all, I’m supposed to be helping people whose writing is cringe-worthy or whose grammar blunders tweak my peeve nerve. I’m not put off by a genuine writing error. These things happen. In fact, I recently misspelled my own name in an email. What puts me off is when people act like fixing the error isn’t important. Or when they treat the plain language movement as a fad. That makes me cranky.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nIn 2016, my favorite word is <em>rapport</em>. And <em>pimples</em> has been my least favorite word for decades, since I had them, back in the late 70s.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Leslie O\'Flahavan gets the point','','inherit','open','open','','3295-revision-v1','','','2016-07-26 11:05:14','2016-07-26 15:05:14','',3295,'http://deborahbrody.com/2016/07/3295-revision-v1/',0,'revision','',0),
(3392,4,'2016-11-10 09:57:14','2016-11-10 14:57:14','It seems obvious that you should always write your marketing and communications materials with your readers in mind. After all, if you are trying to communicate with them, you have to understand what they need to know.\r\n\r\nAnd yet, how many times have you received a letter that doesn\'t say anything? Or an email that lacks crucial information? How many times have you had to call up a company because you didn\'t understand something it sent you? I bet you\'ve had many a moment like this, which left you frustrated.\r\n\r\nI had such a moment last week. I had signed up for an editing workshop from the American Copy Editors Society (ACES) being given on November 5 in Washington, DC.','Always start with the reader in mind','','inherit','open','open','','3391-revision-v1','','','2016-11-10 09:57:14','2016-11-10 14:57:14','',3391,'http://deborahbrody.com/2016/11/3391-revision-v1/',0,'revision','',0),
(3299,4,'2016-07-27 16:28:58','2016-07-27 20:28:58','I definitely wanted to interview Leslie O\'Flahavan for this series and I am so glad she agreed to be featured this month. She\'s been teaching writing for  years and offers an academic perspective.\r\n\r\n[caption id=\"attachment_3296\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN.jpg\"><img class=\"size-medium wp-image-3296\" src=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN-199x300.jpg\" alt=\"Leslie O\'Flahavan, E-Write\" width=\"199\" height=\"300\" /></a> Leslie O\'Flahavan, E-Write[/caption]\r\n\r\n&nbsp;\r\n\r\nLeslie O’Flahavan is a get-to-the point writer and an experienced, versatile writing instructor. As <a href=\"http://www.ewriteonline.com/\" target=\"_blank\">E-WRITE </a>owner since 1996, Leslie has been writing content and teaching customized writing courses for Fortune 500 companies, government agencies, and non-profit organizations. Leslie can help the most stubborn, inexperienced, or word-phobic employees at your organization improve their writing skills, so they can do their jobs better.\r\n\r\nTwitter: @LeslieO\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Seven questions about writing</h1>\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting IS my work. Because I am a writer myself and a life-long writing teacher, writing plays the largest role possible in my work. Of course, I may be a bit biased, but I think writing is an essential skill. At work, writing is perhaps THE essential communication skill.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nYes, writing well matters even more in our digital/emoji world. Some people have the idea that “no one really writes or reads anymore.” I don’t agree with this at all. If you text, you are writing. If you Instagram a picture of your brunch, and you add some words to the picture, you are writing. It’s elitist to think that only academic tracts or annual reports are “real” writing. Writing happens every time someone keyboards or scrawls some words. Because we’re writing so much now, doing it well matters a lot.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nHow you improve your writing skills depends on what you need to write, the skills you’re struggling with as a writer, and which stage in your career you find yourself. In most cases, the best advice I could give is to find a good example or model of what you’re trying to write before you begin. So, if you have to write a proposal, find an example of a proposal that won the funding. Read it analytically to see how the writer constructed it. If you have to write the “About Us” page for your website, find three or four models of excellent About Us pages and one that’s not very good. Before you begin writing, contrast the bad one to the good ones. Analytical reading will help prepare you to repeat the successful writing strategies you’ve observed.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI like wiktionary.org, <em>Letting Go of the Words</em> by Ginny Redish, and Grammar Girl’s QuickandDirtyTips.com\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nIn my work, I often am asked to follow my client’s style guide, which will sometimes be an in-house guide or a published guide such as Chicago Manual of Style, with some company-specific adaptations. I’m always glad to follow a style guide.\r\n\r\n<strong>6.</strong> <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nAs a writing teacher, I try not to be peevish or to cringe very much. After all, I’m supposed to be helping people whose writing is cringe-worthy or whose grammar blunders tweak my peeve nerve. I’m not put off by a genuine writing error. These things happen. In fact, I recently misspelled my own name in an email. What puts me off is when people act like fixing the error isn’t important. Or when they treat the plain language movement as a fad. That makes me cranky.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nIn 2016, my favorite word is <em>rapport</em>. And <em>pimples</em> has been my least favorite word for decades, since I had them, back in the late 70s.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Leslie O\'Flahavan gets the point','','inherit','open','open','','3295-revision-v1','','','2016-07-27 16:28:58','2016-07-27 20:28:58','',3295,'http://deborahbrody.com/2016/07/3295-revision-v1/',0,'revision','',0),
(3300,4,'2016-07-27 16:36:23','2016-07-27 20:36:23','I definitely wanted to interview Leslie O\'Flahavan for this series and I am so glad she agreed to be featured this month. She\'s been teaching writing for  years and offers an academic perspective.\r\n\r\n[caption id=\"attachment_3296\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN.jpg\"><img class=\"size-medium wp-image-3296\" src=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN-199x300.jpg\" alt=\"Leslie O\'Flahavan, E-Write\" width=\"199\" height=\"300\" /></a> Leslie O\'Flahavan, E-Write[/caption]\r\n\r\n&nbsp;\r\n\r\nLeslie O’Flahavan is a get-to-the point writer and an experienced, versatile writing instructor. As <a href=\"http://www.ewriteonline.com/\" target=\"_blank\">E-WRITE </a>owner since 1996, Leslie has been writing content and teaching customized writing courses for Fortune 500 companies, government agencies, and non-profit organizations. Leslie can help the most stubborn, inexperienced, or word-phobic employees at your organization improve their writing skills, so they can do their jobs better.\r\n\r\n<strong>Twitter</strong>: <a href=\"https://twitter.com/LeslieO?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\">@LeslieO</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting IS my work. Because I am a writer myself and a life-long writing teacher, writing plays the largest role possible in my work. Of course, I may be a bit biased, but I think writing is an essential skill. At work, writing is perhaps THE essential communication skill.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nYes, writing well matters even more in our digital/emoji world. Some people have the idea that “no one really writes or reads anymore.” I don’t agree with this at all. If you text, you are writing. If you Instagram a picture of your brunch, and you add some words to the picture, you are writing. It’s elitist to think that only academic tracts or annual reports are “real” writing. Writing happens every time someone keyboards or scrawls some words. Because we’re writing so much now, doing it well matters a lot.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nHow you improve your writing skills depends on what you need to write, the skills you’re struggling with as a writer, and which stage in your career you find yourself. In most cases, the best advice I could give is to find a good example or model of what you’re trying to write before you begin. So, if you have to write a proposal, find an example of a proposal that won the funding. Read it analytically to see how the writer constructed it. If you have to write the “About Us” page for your website, find three or four models of excellent About Us pages and one that’s not very good. Before you begin writing, contrast the bad one to the good ones. Analytical reading will help prepare you to repeat the successful writing strategies you’ve observed.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI like <a href=\"https://www.wiktionary.org/\" target=\"_blank\">wiktionary.org</a>, <em>Letting Go of the Words</em> by Ginny Redish, and Grammar Girl’s <a href=\"http://www.quickanddirtytips.com/\" target=\"_blank\">QuickandDirtyTips.com</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nIn my work, I often am asked to follow my client’s style guide, which will sometimes be an in-house guide or a published guide such as Chicago Manual of Style, with some company-specific adaptations. I’m always glad to follow a style guide.\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nAs a writing teacher, I try not to be peevish or to cringe very much. After all, I’m supposed to be helping people whose writing is cringe-worthy or whose grammar blunders tweak my peeve nerve. I’m not put off by a genuine writing error. These things happen. In fact, I recently misspelled my own name in an email. What puts me off is when people act like fixing the error isn’t important. Or when they treat the plain language movement as a fad. That makes me cranky.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nIn 2016, my favorite word is <em>rapport</em>. And <em>pimples</em> has been my least favorite word for decades, since I had them, back in the late 70s.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Leslie\'s advice on modelling your writing on something that\'s good. Everyone should work on recognizing when something is good and then analyzing what makes it so. Check back here on August 25, when I will interview another marketing/communications pro. And if you need help with your writing, be sure to get in touch!</strong></span>\r\n\r\n&nbsp;','On writing: Leslie O\'Flahavan gets the point','','inherit','open','open','','3295-revision-v1','','','2016-07-27 16:36:23','2016-07-27 20:36:23','',3295,'http://deborahbrody.com/2016/07/3295-revision-v1/',0,'revision','',0),
(3301,4,'2016-07-28 08:25:19','2016-07-28 12:25:19','I definitely wanted to interview Leslie O\'Flahavan for this series, and I am so glad she agreed to be featured this month. She\'s been teaching writing for  years and offers an academic perspective that\'s a bit different from the marketing/communications folks.\r\n\r\n[caption id=\"attachment_3296\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN.jpg\"><img class=\"size-medium wp-image-3296\" src=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN-199x300.jpg\" alt=\"Leslie O\'Flahavan, E-Write\" width=\"199\" height=\"300\" /></a> Leslie O\'Flahavan, E-Write[/caption]\r\n\r\n&nbsp;\r\n\r\nLeslie O’Flahavan is a get-to-the point writer and an experienced, versatile writing instructor. As <a href=\"http://www.ewriteonline.com/\" target=\"_blank\">E-WRITE </a>owner since 1996, Leslie has been writing content and teaching customized writing courses for Fortune 500 companies, government agencies, and non-profit organizations. Leslie can help the most stubborn, inexperienced, or word-phobic employees at your organization improve their writing skills, so they can do their jobs better.\r\n\r\n<strong>Twitter</strong>: <a href=\"https://twitter.com/LeslieO?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\">@LeslieO</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting IS my work. Because I am a writer myself and a life-long writing teacher, writing plays the largest role possible in my work. Of course, I may be a bit biased, but I think writing is an essential skill. At work, writing is perhaps THE essential communication skill.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nYes, writing well matters even more in our digital/emoji world. Some people have the idea that “no one really writes or reads anymore.” I don’t agree with this at all. If you text, you are writing. If you Instagram a picture of your brunch, and you add some words to the picture, you are writing. It’s elitist to think that only academic tracts or annual reports are “real” writing. Writing happens every time someone keyboards or scrawls some words. Because we’re writing so much now, doing it well matters a lot.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nHow you improve your writing skills depends on what you need to write, the skills you’re struggling with as a writer, and which stage in your career you find yourself. In most cases, the best advice I could give is to find a good example or model of what you’re trying to write before you begin. So, if you have to write a proposal, find an example of a proposal that won the funding. Read it analytically to see how the writer constructed it. If you have to write the “About Us” page for your website, find three or four models of excellent About Us pages and one that’s not very good. Before you begin writing, contrast the bad one to the good ones. Analytical reading will help prepare you to repeat the successful writing strategies you’ve observed.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI like <a href=\"https://www.wiktionary.org/\" target=\"_blank\">wiktionary.org</a>, <em>Letting Go of the Words</em> by Ginny Redish, and Grammar Girl’s <a href=\"http://www.quickanddirtytips.com/\" target=\"_blank\">QuickandDirtyTips.com</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nIn my work, I often am asked to follow my client’s style guide, which will sometimes be an in-house guide or a published guide such as Chicago Manual of Style, with some company-specific adaptations. I’m always glad to follow a style guide.\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nAs a writing teacher, I try not to be peevish or to cringe very much. After all, I’m supposed to be helping people whose writing is cringe-worthy or whose grammar blunders tweak my peeve nerve. I’m not put off by a genuine writing error. These things happen. In fact, I recently misspelled my own name in an email. What puts me off is when people act like fixing the error isn’t important. Or when they treat the plain language movement as a fad. That makes me cranky.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nIn 2016, my favorite word is <em>rapport</em>. And <em>pimples</em> has been my least favorite word for decades, since I had them, back in the late 70s.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Leslie\'s advice on modeling your writing on something that you think is good. Everyone should work on recognizing when something works well and  analyzing what makes it so. Check back here on August 25, when I will interview another marketing/communications pro on the importance of writing. And if you need help with your writing, I am happy to lend a pen!</strong></span>\r\n\r\n&nbsp;','On writing: Leslie O\'Flahavan gets the point','','inherit','open','open','','3295-revision-v1','','','2016-07-28 08:25:19','2016-07-28 12:25:19','',3295,'http://deborahbrody.com/2016/07/3295-revision-v1/',0,'revision','',0),
(3302,4,'2016-07-28 08:27:55','2016-07-28 12:27:55','I definitely wanted to interview Leslie O\'Flahavan for this series, and I am so glad she agreed to be featured this month. She\'s been teaching writing for  years and offers an academic perspective that\'s a bit different from marketing/communications folks.\r\n\r\n[caption id=\"attachment_3296\" align=\"alignleft\" width=\"199\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN.jpg\"><img class=\"size-medium wp-image-3296\" src=\"http://deborahbrody.com/wp-content/uploads/2016/07/Leslie_OFLAHAVAN-199x300.jpg\" alt=\"Leslie O\'Flahavan, E-Write\" width=\"199\" height=\"300\" /></a> Leslie O\'Flahavan, E-Write[/caption]\r\n\r\n&nbsp;\r\n\r\nLeslie O’Flahavan is a get-to-the point writer and an experienced, versatile writing instructor. As <a href=\"http://www.ewriteonline.com/\" target=\"_blank\">E-WRITE </a>owner since 1996, Leslie has been writing content and teaching customized writing courses for Fortune 500 companies, government agencies, and non-profit organizations. Leslie can help the most stubborn, inexperienced, or word-phobic employees at your organization improve their writing skills, so they can do their jobs better.\r\n\r\n<strong>Twitter</strong>: <a href=\"https://twitter.com/LeslieO?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\">@LeslieO</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting IS my work. Because I am a writer myself and a life-long writing teacher, writing plays the largest role possible in my work. Of course, I may be a bit biased, but I think writing is an essential skill. At work, writing is perhaps THE essential communication skill.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nYes, writing well matters even more in our digital/emoji world. Some people have the idea that “no one really writes or reads anymore.” I don’t agree with this at all. If you text, you are writing. If you Instagram a picture of your brunch, and you add some words to the picture, you are writing. It’s elitist to think that only academic tracts or annual reports are “real” writing. Writing happens every time someone keyboards or scrawls some words. Because we’re writing so much now, doing it well matters a lot.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nHow you improve your writing skills depends on what you need to write, the skills you’re struggling with as a writer, and which stage in your career you find yourself. In most cases, the best advice I could give is to find a good example or model of what you’re trying to write before you begin. So, if you have to write a proposal, find an example of a proposal that won the funding. Read it analytically to see how the writer constructed it. If you have to write the “About Us” page for your website, find three or four models of excellent About Us pages and one that’s not very good. Before you begin writing, contrast the bad one to the good ones. Analytical reading will help prepare you to repeat the successful writing strategies you’ve observed.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI like <a href=\"https://www.wiktionary.org/\" target=\"_blank\">wiktionary.org</a>, <em>Letting Go of the Words</em> by Ginny Redish, and Grammar Girl’s <a href=\"http://www.quickanddirtytips.com/\" target=\"_blank\">QuickandDirtyTips.com</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one? </strong>\r\n\r\nIn my work, I often am asked to follow my client’s style guide, which will sometimes be an in-house guide or a published guide such as Chicago Manual of Style, with some company-specific adaptations. I’m always glad to follow a style guide.\r\n\r\n<strong>6.</strong> <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nAs a writing teacher, I try not to be peevish or to cringe very much. After all, I’m supposed to be helping people whose writing is cringe-worthy or whose grammar blunders tweak my peeve nerve. I’m not put off by a genuine writing error. These things happen. In fact, I recently misspelled my own name in an email. What puts me off is when people act like fixing the error isn’t important. Or when they treat the plain language movement as a fad. That makes me cranky.\r\n\r\n<strong>7.</strong> <strong>What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nIn 2016, my favorite word is <em>rapport</em>. And <em>pimples</em> has been my least favorite word for decades, since I had them, back in the late 70s.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Leslie\'s advice on modeling your writing on something that you think is good. Everyone should work on recognizing when something works well and  analyzing what makes it so. Check back here on August 25, when I will interview another marketing/communications pro on the importance of writing. And if you need help with your writing, I am happy to lend a pen!</strong></span>\r\n\r\n&nbsp;','On writing: Leslie O\'Flahavan gets the point','','inherit','open','open','','3295-revision-v1','','','2016-07-28 08:27:55','2016-07-28 12:27:55','',3295,'http://deborahbrody.com/2016/07/3295-revision-v1/',0,'revision','',0),
(3303,4,'2016-08-03 10:01:09','0000-00-00 00:00:00','I just ended a course of antibiotics. As you probably know, there are several types of antibiotics, each prescribed for different conditions, each with their specific set of instructions and side effects.\r\n\r\nWhen my doctor called to tell me that I need to take antibiotics, I was stunned. I thought I had a virus, but no, it was something much more serious. I could barely process all the questions I had. The doctor told me to start taking the antibiotic immediately, instructing me to take it with food, twice a day, and to make sure to take it for the full course.\r\n\r\nI hustled over to the pharmacy.\r\n\r\nWhen I picked up my prescription, the bottle said: \"Take twice a day with food.\" My pharmacy (like most) provides an insert detailing more specifics about the medication. I read through it, and found it contradicted the doctor\'s instructions. The information said that taking the antibiotic with food reduces its effectiveness, and suggests you take it one hour before a meal or two hours after, and to take it with \"plenty of water.\" It didn\'t specify a time plan for taking the medicine. I\r\n\r\nNeedless to say, I still had lots of questions. The pharmacy\'s information was different than what the doc had said, so naturally, I researched on the internet. I found more information, some contradictory, some the same.\r\n\r\nSo here are some of my questions:\r\n\r\nWhat does it mean \"to take with food?\" Does it mean with a meal, with a cracker, while eating food or after eating?\r\n\r\nWhen you say twice a day, should I space it out? By how many hours? Does it matter if it is morning and night?\r\n\r\nWhen you say plenty of water,  does that mean a full glass of water? How many ounces exactly? Drink more after?\r\n\r\nNow, I understand there\'s not a lot of room on the medicine bottle to provide specific information. That\'s what the insert is about. But that too wasn\'t helpful.\r\n\r\nHave you -it is about language that is simple but doesn\'t provide enough information. I am talking about the information doctors give you, or more specifically, the information provided with your prescription.','Sometimes you need more information','','draft','open','open','','sometimes-you-need-more-information','','','2016-08-03 10:01:09','2016-08-03 14:01:09','',0,'http://deborahbrody.com/?p=3303',0,'post','',0),
(3304,4,'2016-08-01 08:44:12','2016-08-01 12:44:12','I love the plain language movement. If we could rid the earth of the word utilize I would be very happy. But this post is not really about plain language--it is about language that is simple but doesn\'t provide enough information. I am talking about the information doctors give you, or more specifically, the information provided with your prescription.\r\n\r\nYou see, I just ended a course of antibiotics. When the doctor called to tell me I would have to be taking antibiotics, she told me to take them with food, twice a day, and make sure to take them for all ten days. That\'s it.\r\n\r\nWhen I picked up my prescription, the bottle said: \"Take twice a day with food.\" My pharmacy (like most) gives a paper detailing more specifics, but these contradicted the instructions. The information said that taking the antibiotic with food reduces its effectiveness, and suggests you take it one hour before a meal or two hours after, and to take it with \"plenty of water.\" The role of food is to stop the antibiotic from messing with your digestion.\r\n\r\nSo here are my questions:\r\n\r\nWhat does it mean \"to take with food?\" Does it mean with a meal, with a cracker, while eating food or after eating?\r\n\r\nWhen you say twice a day, should I space it out? By how many hours? Does it matter if it is morning and night?\r\n\r\nWhen you say plenty of water,  does that mean a full glass of water? How many ounces exactly? Drink more after?\r\n\r\nAs you can tell, both the doctor\'s directions and certainly the pharmacy\'s instructions, were vague. You can be simple but yet be precise.','Simple is not always better','','inherit','open','open','','3303-revision-v1','','','2016-08-01 08:44:12','2016-08-01 12:44:12','',3303,'http://deborahbrody.com/2016/08/3303-revision-v1/',0,'revision','',0),
(3305,4,'2016-08-03 10:01:09','2016-08-03 14:01:09','I just ended a course of antibiotics. As you probably know, there are several types of antibiotics, each prescribed for different conditions, each with their specific set of instructions and side effects.\r\n\r\nWhen my doctor called to tell me that I need to take antibiotics, I was stunned. I thought I had a virus, but no, it was something much more serious. I could barely process all the questions I had. The doctor told me to start taking the antibiotic immediately, instructing me to take it with food, twice a day, and to make sure to take it for the full course.\r\n\r\nI hustled over to the pharmacy.\r\n\r\nWhen I picked up my prescription, the bottle said: \"Take twice a day with food.\" My pharmacy (like most) provides an insert detailing more specifics about the medication. I read through it, and found it contradicted the doctor\'s instructions. The information said that taking the antibiotic with food reduces its effectiveness, and suggests you take it one hour before a meal or two hours after, and to take it with \"plenty of water.\" It didn\'t specify a time plan for taking the medicine. I\r\n\r\nNeedless to say, I still had lots of questions. The pharmacy\'s information was different than what the doc had said, so naturally, I researched on the internet. I found more information, some contradictory, some the same.\r\n\r\nSo here are some of my questions:\r\n\r\nWhat does it mean \"to take with food?\" Does it mean with a meal, with a cracker, while eating food or after eating?\r\n\r\nWhen you say twice a day, should I space it out? By how many hours? Does it matter if it is morning and night?\r\n\r\nWhen you say plenty of water,  does that mean a full glass of water? How many ounces exactly? Drink more after?\r\n\r\nNow, I understand there\'s not a lot of room on the medicine bottle to provide specific information. That\'s what the insert is about. But that too wasn\'t helpful.\r\n\r\nHave you -it is about language that is simple but doesn\'t provide enough information. I am talking about the information doctors give you, or more specifically, the information provided with your prescription.','Sometimes you need more information','','inherit','open','open','','3303-revision-v1','','','2016-08-03 10:01:09','2016-08-03 14:01:09','',3303,'http://deborahbrody.com/2016/08/3303-revision-v1/',0,'revision','',0),
(3307,4,'2016-08-03 14:21:53','2016-08-03 18:21:53','I can\'t believe that in mid-2016 I am still complaining about this, but it happened to me again just this morning. I came across an interesting blog post about--get this--content strategy, and it had NO SHARING BUTTONS. None. Zilch. There was no<em> easy</em> way to share this content out short of me cutting and pasting the URL or using an extension such as Buffer (as Jonathan Rick helpfully pointed out on Twitter).\r\n\r\n<strong>Think about the user</strong>\r\n\r\nHere\'s the thing, content strategy is supposed to keep the \"user experience\" (or UX) in mind. That means, that you, the content strategist or website/blog owner, need to think about your site\'s visitors: How do they use your site? What do they need to do on your site? What do they want to learn about you? How can you make the process easy and intuitive <em>for them</em>?\r\n\r\n<strong>It\'s about being social</strong>\r\n\r\nSharing buttons have been around for years. There are dozens of plugins that allow this functionality in WordPress, and I am sure in any other blogging platform. <span style=\"text-decoration: underline;\">Not having sharing buttons means you do not want your content to be shared.</span> Which means you do not understand the purpose of content or the social aspect of social media (blogs are social media).\r\n\r\nIt\'s not difficult: <strong>Your content strategy needs to include an easy way to share content</strong>. And by the way, sharing content also includes being able to email it or print it (don\'t get me started on how many recipe sites don\'t have this functionality).\r\n\r\n<strong>Make sure it works</strong>\r\n\r\nBut it\'s not enough to stick a sharing plugin on your blog or website and call it a day. You have to check that it actually works. And that it is providing the right information. And that it is easy to find and use. (Just yesterday, I came across another blog post that I wanted to share, and it did have a sharing button, microscopic, but there, and guess what, it didn\'t work.)\r\n\r\n<span style=\"color: #ff0000;\"><strong>You will find sharing (and printing) buttons at the bottom of this post. Please consider sharing this so that we can get all the non-sharers on board.</strong> </span>\r\n\r\n&nbsp;','Is sharing part of your content strategy?','','publish','open','open','','is-sharing-part-of-your-content-strategy','','','2016-08-03 14:21:53','2016-08-03 18:21:53','',0,'http://deborahbrody.com/?p=3307',0,'post','',0),
(3308,4,'2016-08-03 14:16:37','2016-08-03 18:16:37','I can\'t believe that in mid-2016 I am still complaining about this, but it happened to me again just this morning. I came across an interesting blog post about--get this--content strategy, and it had NO SHARING BUTTONS. None. Zilch. Nada. There was no<em> easy</em> way to share this content out short of me cutting and pasting the URL or using an extension such as Buffer (as Jonathan Rick helpfully pointed out on Twitter).\r\n\r\nHere\'s the thing, content strategy is supposed to keep the \"user experience\" or UX in mind. That means, that you, the content strategist, need to think about your website\'s visitors: How do they use your site? What do they need to do on your site? What do they want to learn about you? How can you make the process easy and intuitive <em>for them</em>?\r\n\r\nSharing buttons have been around for years. There are dozens of plugins that allow this functionality in WordPress, and I am sure in any other blogging platform. <span style=\"text-decoration: underline;\">Not having sharing buttons means you do not want your content to be shared.</span> Which means you do not understand the purpose of content or the social aspect of social media (blogs are social media).\r\n\r\nIt\'s not difficult: <strong>Your content strategy needs to include an easy way to share content</strong>. And by the way, sharing content also includes being able to email it or print it (don\'t get me started on how many recipe sites don\'t have this functionality).\r\n\r\nIt\'s also not enough to stick a sharing plugin on your blog or website and call it a day. You have to check that it actually works. And that it is providing the right information. And that it is easy to find and use. (Just yesterday, I came across another blog post that I wanted to share, and it did have a sharing button, microscopic, but there, and guess what, it didn\'t work).\r\n\r\nYou will find sharing (and printing) buttons at the bottom of this post. Please consider sharing this so that we can get all the non-sharers on board.\r\n\r\n&nbsp;','Is sharing part of your content strategy?','','inherit','open','open','','3307-revision-v1','','','2016-08-03 14:16:37','2016-08-03 18:16:37','',3307,'http://deborahbrody.com/2016/08/3307-revision-v1/',0,'revision','',0),
(3309,4,'2016-08-03 14:18:15','2016-08-03 18:18:15','I can\'t believe that in mid-2016 I am still complaining about this, but it happened to me again just this morning. I came across an interesting blog post about--get this--content strategy, and it had NO SHARING BUTTONS. None. Zilch. Nada. There was no<em> easy</em> way to share this content out short of me cutting and pasting the URL or using an extension such as Buffer (as Jonathan Rick helpfully pointed out on Twitter).\r\n\r\n<strong>Think about the user</strong>\r\n\r\nHere\'s the thing, content strategy is supposed to keep the \"user experience\" or UX in mind. That means, that you, the content strategist, need to think about your website\'s visitors: How do they use your site? What do they need to do on your site? What do they want to learn about you? How can you make the process easy and intuitive <em>for them</em>?\r\n\r\n<strong>There\'s got to be a way to share</strong>\r\n\r\nSharing buttons have been around for years. There are dozens of plugins that allow this functionality in WordPress, and I am sure in any other blogging platform. <span style=\"text-decoration: underline;\">Not having sharing buttons means you do not want your content to be shared.</span> Which means you do not understand the purpose of content or the social aspect of social media (blogs are social media).\r\n\r\nIt\'s not difficult: <strong>Your content strategy needs to include an easy way to share content</strong>. And by the way, sharing content also includes being able to email it or print it (don\'t get me started on how many recipe sites don\'t have this functionality).\r\n\r\n<strong>Make sure it works</strong>\r\n\r\nIt\'s also not enough to stick a sharing plugin on your blog or website and call it a day. You have to check that it actually works. And that it is providing the right information. And that it is easy to find and use. (Just yesterday, I came across another blog post that I wanted to share, and it did have a sharing button, microscopic, but there, and guess what, it didn\'t work).\r\n\r\n<span style=\"color: #ff0000;\"><strong>You will find sharing (and printing) buttons at the bottom of this post. Please consider sharing this so that we can get all the non-sharers on board.</strong> </span>\r\n\r\n&nbsp;','Is sharing part of your content strategy?','','inherit','open','open','','3307-revision-v1','','','2016-08-03 14:18:15','2016-08-03 18:18:15','',3307,'http://deborahbrody.com/2016/08/3307-revision-v1/',0,'revision','',0),
(3310,4,'2016-08-03 14:21:36','2016-08-03 18:21:36','I can\'t believe that in mid-2016 I am still complaining about this, but it happened to me again just this morning. I came across an interesting blog post about--get this--content strategy, and it had NO SHARING BUTTONS. None. Zilch. There was no<em> easy</em> way to share this content out short of me cutting and pasting the URL or using an extension such as Buffer (as Jonathan Rick helpfully pointed out on Twitter).\r\n\r\n<strong>Think about the user</strong>\r\n\r\nHere\'s the thing, content strategy is supposed to keep the \"user experience\" (or UX) in mind. That means, that you, the content strategist or website/blog owner, need to think about your site\'s visitors: How do they use your site? What do they need to do on your site? What do they want to learn about you? How can you make the process easy and intuitive <em>for them</em>?\r\n\r\n<strong>It\'s about being social</strong>\r\n\r\nSharing buttons have been around for years. There are dozens of plugins that allow this functionality in WordPress, and I am sure in any other blogging platform. <span style=\"text-decoration: underline;\">Not having sharing buttons means you do not want your content to be shared.</span> Which means you do not understand the purpose of content or the social aspect of social media (blogs are social media).\r\n\r\nIt\'s not difficult: <strong>Your content strategy needs to include an easy way to share content</strong>. And by the way, sharing content also includes being able to email it or print it (don\'t get me started on how many recipe sites don\'t have this functionality).\r\n\r\n<strong>Make sure it works</strong>\r\n\r\nBut it\'s not enough to stick a sharing plugin on your blog or website and call it a day. You have to check that it actually works. And that it is providing the right information. And that it is easy to find and use. (Just yesterday, I came across another blog post that I wanted to share, and it did have a sharing button, microscopic, but there, and guess what, it didn\'t work.)\r\n\r\n<span style=\"color: #ff0000;\"><strong>You will find sharing (and printing) buttons at the bottom of this post. Please consider sharing this so that we can get all the non-sharers on board.</strong> </span>\r\n\r\n&nbsp;','Is sharing part of your content strategy?','','inherit','open','open','','3307-revision-v1','','','2016-08-03 14:21:36','2016-08-03 18:21:36','',3307,'http://deborahbrody.com/2016/08/3307-revision-v1/',0,'revision','',0),
(3312,4,'2016-08-09 10:42:31','2016-08-09 14:42:31','<strong>An important message for Deborah</strong>\r\n\r\nThat was the exact subject line of an email I got this morning from AT&amp;T.\r\n\r\nSince I have my cell phone service through AT&amp;T, and the email clearly was<em> designed</em> to sound official, and I thought it was service-related news about my usage or bill. But no, it wasn\'t about my cell phone service at all. Instead, the email was an advertisement for a \"flash sale\" on AT&amp;T\'s home security services.\r\n\r\nLet\'s review: A company with which I have an established (and may I add, quite long) customer relationship sends me an email that claims it\'s important. The subject line is personalized, but the purpose of the email is to sell me other, <em>unrelated</em> services.\r\n\r\n<strong>A case of misdirection</strong>\r\n\r\nIn other words, the subject line of this email was misleading. The email was neither important nor specifically for me. It was a promotion that required a subject line that would hook me into opening it.\r\n\r\n<strong>Entering the realm of unintended consequences</strong>\r\n\r\nToday\'s misleading email from AT&amp;T had two unintended consequences:\r\n<ul>\r\n	<li>it eroded my trust in AT&amp;T, undermining the company\'s credibility</li>\r\n	<li>it caused me to unsubscribe from their promotional emails (all of them)</li>\r\n</ul>\r\n<strong>Raise interest but not at the expense of your credibility</strong>\r\n\r\nYes, companies and organizations need to have email subject lines that will raise interest and make people open the email. That\'s the purpose of email marketing after all. But when the subject lines are misleading--designed specifically as click-bait--the organization\'s credibility takes a hit. No longer will readers believe emails with words such as important, or urgent. Down the road, this can have negative consequences.\r\n\r\n<strong>Bottom line</strong>\r\n\r\nCultivate your credibility, even at the expense of potential sales. Once you\'ve destroyed your credibility, you will have a very hard time getting it back.\r\n\r\n&nbsp;','How to undermine your credibility','','publish','open','open','','how-to-undermine-your-credibility','','','2016-08-09 10:42:31','2016-08-09 14:42:31','',0,'http://deborahbrody.com/?p=3312',0,'post','',0),
(3314,4,'2016-08-09 10:36:56','2016-08-09 14:36:56','This morning I got an email from AT&amp;T with this exact subject line:\r\n\r\n<strong>An important message for Deborah</strong>\r\n\r\nSince I have my cell phone service through AT&amp;T, and the email clearly was<em> designed</em> to sound official, and I thought it was service-related news about my usage or bill. But no, it wasn\'t about my cell phone service at all. Instead, the email was an advertisement for a \"flash sale\" on AT&amp;T\'s home security services.\r\n\r\nLet\'s review: A company with which I have an established (and may I add, quite long) customer relationship sends me an email that claims it\'s important. The subject line is personalized, but the purpose of the email is to sell me other, <em>unrelated</em> services.\r\n\r\n<strong>A case of misdirection</strong>\r\n\r\nIn other words, the subject line of this email was misleading. The email was neither important nor specifically for me. It was a promotion that required a subject line that would hook me into opening it.\r\n\r\n<strong>Entering the realm of unintended consequences</strong>\r\n\r\nToday\'s misleading email from AT&amp;T had two unintended consequences:\r\n<ul>\r\n	<li>it eroded my trust in AT&amp;T and thus undermined the company\'s credibility</li>\r\n	<li>it caused me to unsubscribe from their promotional emails (all of them)</li>\r\n</ul>\r\n<strong>Raise interest but not at the expense of your credibility</strong>\r\n\r\nYes, companies and organizations need to have email subject lines that will raise interest and make people open the email. That\'s the purpose of email marketing after all. But when the subject lines are misleading--designed specifically as click-bait--the organization\'s credibility takes a hit. No longer will readers believe emails with words such as important, or urgent. Down the road, this can have negative consequences.\r\n\r\n<strong>Bottom line</strong>\r\n\r\nCultivate your credibility, even at the expense of potential sales. Once you\'ve destroyed your credibility, you will have a very hard time getting it back.\r\n\r\n&nbsp;','How to undermine your credibility','','inherit','open','open','','3312-revision-v1','','','2016-08-09 10:36:56','2016-08-09 14:36:56','',3312,'http://deborahbrody.com/2016/08/3312-revision-v1/',0,'revision','',0),
(3313,4,'2016-08-09 10:35:07','2016-08-09 14:35:07','This morning I got an email from AT&amp;T with this exact subject line:\r\n\r\n<strong>An important message for Deborah</strong>\r\n\r\nSince I have my cell phone service through AT&amp;T, and the email clearly was<em> designed</em> to sound official, and I thought it was news about my usage or bill or ability to upgrade. But no, it wasn\'t about my cell phone service at all. Instead, the email was an advertisement for a \"flash sale\" on AT&amp;T\'s home security services.\r\n\r\nLet\'s review: A company with which I have an established (and may I add, quite long) customer relationship sends me an email that claims it\'s important. The subject line is personalized, but the purpose of the email is to sell me other, <em>unrelated</em> services.\r\n\r\n<strong>A case of misdirection</strong>\r\n\r\n<span style=\"text-decoration: underline;\">In other words, the subject line of this email was misleading</span>. The email was neither important nor specifically for me. It was a promotion that required a subject line that would hook me into opening it.\r\n\r\n<strong>Entering the realm of unintended consequences</strong>\r\n\r\nToday\'s misleading email from AT&amp;T had two unintended consequences:\r\n<ul>\r\n	<li>it eroded my trust in AT&amp;T and thus undermined the company\'s credibility</li>\r\n	<li>it caused me to unsubscribe from their promotional emails (all of them)</li>\r\n</ul>\r\n<strong>Raise interest but not at the expense of your credibility</strong>\r\n\r\nYes, companies and organizations need to have email subject lines that will raise interest and make people open the email. That\'s the purpose of email marketing after all. But when the subject lines are misleading--designed specifically as click-bait--the organization\'s credibility takes a hit. No longer will readers believe emails with words such as important, or urgent. Down the road, this can have negative consequences.\r\n\r\n<strong>Bottom line</strong>\r\n\r\nCultivate your credibility, even at the expense of potential sales. Once you\'ve destroyed your credibility, you will have a very hard time getting it back.\r\n\r\n&nbsp;','How to undermine your credibility','','inherit','open','open','','3312-revision-v1','','','2016-08-09 10:35:07','2016-08-09 14:35:07','',3312,'http://deborahbrody.com/2016/08/3312-revision-v1/',0,'revision','',0),
(3315,4,'2016-08-09 10:40:51','2016-08-09 14:40:51','<strong>An important message for Deborah</strong>\r\n\r\nThat was the exact subject line of an email I got this morning from AT&amp;T.\r\n\r\nSince I have my cell phone service through AT&amp;T, and the email clearly was<em> designed</em> to sound official, and I thought it was service-related news about my usage or bill. But no, it wasn\'t about my cell phone service at all. Instead, the email was an advertisement for a \"flash sale\" on AT&amp;T\'s home security services.\r\n\r\nLet\'s review: A company with which I have an established (and may I add, quite long) customer relationship sends me an email that claims it\'s important. The subject line is personalized, but the purpose of the email is to sell me other, <em>unrelated</em> services.\r\n\r\n<strong>A case of misdirection</strong>\r\n\r\nIn other words, the subject line of this email was misleading. The email was neither important nor specifically for me. It was a promotion that required a subject line that would hook me into opening it.\r\n\r\n<strong>Entering the realm of unintended consequences</strong>\r\n\r\nToday\'s misleading email from AT&amp;T had two unintended consequences:\r\n<ul>\r\n	<li>it eroded my trust in AT&amp;T, undermining the company\'s credibility</li>\r\n	<li>it caused me to unsubscribe from their promotional emails (all of them)</li>\r\n</ul>\r\n<strong>Raise interest but not at the expense of your credibility</strong>\r\n\r\nYes, companies and organizations need to have email subject lines that will raise interest and make people open the email. That\'s the purpose of email marketing after all. But when the subject lines are misleading--designed specifically as click-bait--the organization\'s credibility takes a hit. No longer will readers believe emails with words such as important, or urgent. Down the road, this can have negative consequences.\r\n\r\n<strong>Bottom line</strong>\r\n\r\nCultivate your credibility, even at the expense of potential sales. Once you\'ve destroyed your credibility, you will have a very hard time getting it back.\r\n\r\n&nbsp;','How to undermine your credibility','','inherit','open','open','','3312-revision-v1','','','2016-08-09 10:40:51','2016-08-09 14:40:51','',3312,'http://deborahbrody.com/2016/08/3312-revision-v1/',0,'revision','',0),
(3317,4,'2016-08-17 09:21:20','2016-08-17 13:21:20','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2016-08-17 09:21:20','2016-08-17 13:21:20','',2509,'http://deborahbrody.com/2016/08/2509-revision-v1/',0,'revision','',0),
(3318,4,'2016-08-18 12:51:56','2016-08-18 16:51:56','Yesterday, after Pilates class, I was chatting with another student for a couple minutes as we gathered our stuff. In the background, I heard a bell ringing. I noticed it but didn\'t know what it meant. We kept on chatting. The bell rang again. Again, no idea what it was. Then, one of the instructors tapped me on the shoulder and said we were being too loud, to please leave, and that the bell means be quiet. I turned to her, and after apologizing (#sorrynotsorry), told her that I had absolutely no idea what her ringing bell meant. Neither did the other student. We went outside,  feeling a bit peeved.\r\n\r\nIn my experience, a ringing bell indicates something is starting or ending. In yoga classes, teachers often ring a bell to indicate final relaxation is over. I do not associate a ringing bell with the need to be quiet.\r\n\r\nI\'ve been going to this Pilates studio for several weeks. Not once has my instructor ever rung a bell, even when there have been other people chatting. There\'s no sign indicating that you need to be quiet or that a bell will be rung if you\'re not. There\'s nothing about it on the studio website. In fact, this is the only instruction regarding behavior:\r\n<blockquote>Protocol\r\n\r\nClients must sign-in at the Front Desk upon arrival. Please remove your shoes and silence your cell phone upon entering the studio. Pets are not allowed. For your safety, clients who arrive more than 10 minutes late to a group class will not be permitted to join the class.</blockquote>\r\nThis studio is quite small and there\'s no separate waiting area. It\'s one big room. If noise is a problem (and mind you, Pilates, unlike yoga,  lacks a meditative/spiritual aspect), you need to remind students to be quiet. You could put up a sign saying something like: please, no talking or cell phone use (or whatever else).\r\n\r\nWe all understand what this means, right?:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/skotan-No-sign-800px.png\"><img class=\"aligncenter size-medium wp-image-3319\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/skotan-No-sign-800px-300x300.png\" alt=\"skotan-No-sign-800px\" width=\"300\" height=\"300\" /></a><strong>That\'s because some symbols/signals are universal. </strong>\r\n\r\nHere\'s the thing: if you are going to use a symbol or signal that is not universally understood to mean what you intend it to, you will have to define it and educate people about what it means.\r\n\r\nIf you want to communicate clearly, you cannot make assumptions. You\'ll have to keep in mind that other people have different experiences and understanding than you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What does that mean?','','publish','open','open','','what-does-that-mean','','','2016-08-18 12:51:56','2016-08-18 16:51:56','',0,'http://deborahbrody.com/?p=3318',0,'post','',0),
(3319,4,'2016-08-18 12:43:46','2016-08-18 16:43:46','','skotan-No-sign-800px','','inherit','open','open','','skotan-no-sign-800px','','','2016-08-18 12:43:46','2016-08-18 16:43:46','',3318,'http://deborahbrody.com/wp-content/uploads/2016/08/skotan-No-sign-800px.png',0,'attachment','image/png',0),
(3320,4,'2016-08-18 12:51:56','2016-08-18 16:51:56','Yesterday, after Pilates class, I was chatting with another student for a couple minutes as we gathered our stuff. In the background, I heard a bell ringing. I noticed it but didn\'t know what it meant. We kept on chatting. The bell rang again. Again, no idea what it was. Then, one of the instructors tapped me on the shoulder and said we were being too loud, to please leave, and that the bell means be quiet. I turned to her, and after apologizing (#sorrynotsorry), told her that I had absolutely no idea what her ringing bell meant. Neither did the other student. We went outside,  feeling a bit peeved.\r\n\r\nIn my experience, a ringing bell indicates something is starting or ending. In yoga classes, teachers often ring a bell to indicate final relaxation is over. I do not associate a ringing bell with the need to be quiet.\r\n\r\nI\'ve been going to this Pilates studio for several weeks. Not once has my instructor ever rung a bell, even when there have been other people chatting. There\'s no sign indicating that you need to be quiet or that a bell will be rung if you\'re not. There\'s nothing about it on the studio website. In fact, this is the only instruction regarding behavior:\r\n<blockquote>Protocol\r\n\r\nClients must sign-in at the Front Desk upon arrival. Please remove your shoes and silence your cell phone upon entering the studio. Pets are not allowed. For your safety, clients who arrive more than 10 minutes late to a group class will not be permitted to join the class.</blockquote>\r\nThis studio is quite small and there\'s no separate waiting area. It\'s one big room. If noise is a problem (and mind you, Pilates, unlike yoga,  lacks a meditative/spiritual aspect), you need to remind students to be quiet. You could put up a sign saying something like: please, no talking or cell phone use (or whatever else).\r\n\r\nWe all understand what this means, right?:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/skotan-No-sign-800px.png\"><img class=\"aligncenter size-medium wp-image-3319\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/skotan-No-sign-800px-300x300.png\" alt=\"skotan-No-sign-800px\" width=\"300\" height=\"300\" /></a><strong>That\'s because some symbols/signals are universal. </strong>\r\n\r\nHere\'s the thing: if you are going to use a symbol or signal that is not universally understood to mean what you intend it to, you will have to define it and educate people about what it means.\r\n\r\nIf you want to communicate clearly, you cannot make assumptions. You\'ll have to keep in mind that other people have different experiences and understanding than you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What does that mean?','','inherit','open','open','','3318-revision-v1','','','2016-08-18 12:51:56','2016-08-18 16:51:56','',3318,'http://deborahbrody.com/2016/08/3318-revision-v1/',0,'revision','',0),
(3321,4,'2016-08-18 14:46:02','2016-08-18 18:46:02','Copy editing helps bring clarity, consistency and accuracy to your documents.\r\n\r\nDepending on the document, you may need more or less editing. In all cases, your document will be checked for clarity (what you really mean to say), grammar, spelling,  punctuation, usage, and consistency.\r\n\r\nCopy editing fee: $55 per hour\r\n\r\n&nbsp;','Copy Editing','','inherit','open','open','','2850-revision-v1','','','2016-08-18 14:46:02','2016-08-18 18:46:02','',2850,'http://deborahbrody.com/2016/08/2850-revision-v1/',0,'revision','',0),
(3323,4,'2016-08-25 10:11:37','2016-08-25 14:11:37','The most effective public relations professionals understand journalism, and what makes something newsworthy. They also appreciate that writing clearly and concisely is crucial to communicating with news editors and journalists. This is exactly why Stu Opperman is great at PR.  I\'ve known Stu for many years, and have often turned to him to review my writing. I know he will help make it clearer and more concise.\r\n\r\n[caption id=\"attachment_3324\" align=\"alignleft\" width=\"206\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot.jpg\"><img class=\"wp-image-3324 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot-206x300.jpg\" alt=\"Stu Opperman, APR \" width=\"206\" height=\"300\" /></a> Stu Opperman, APR[/caption]\r\n\r\n&nbsp;\r\n\r\nAn accredited public relations professional, Stu Opperman, APR, owns <a href=\"https://impactplayers.com/\" target=\"_blank\">Impact Players</a>, well-connected firm that positively impacts the business agenda of its clients and contacts. Prior to that, he worked for South Florida-based public relations firms and also had a career as an executive and on-air talent in radio.\r\n\r\n<strong> Twitter</strong>:<a href=\"https://twitter.com/stuopperman\" target=\"_blank\"> @stuopperman</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is the backbone of all that I do, whether it’s media relations, crisis communications, content production, relationship, or audience building. Effectively communicating through the written word, in whatever format it takes, is how I most often accomplish internal and external objectives.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nIt matters more than ever, since there will be diminishing numbers of people willing or able to write effectively as communication evolves. Those who have embraced or been enabled by the shortcuts will find they need individuals who possess actual writing skills, especially in situations where it is critical to be clear, persuasive, or motivating.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nPay attention to effective writing and take note of how it\'s being done, and that’s not just in books. There is plenty to be learned in short-form communications -- articles, email, blog posts, Twitter, and even billboards.\r\n\r\n<strong> 4. What are your top writing resources or references (digital or paper-based)? </strong>\r\n\r\nI’m a big fan of Stephen King’s “On Writing: A Memoir of the Craft” (where he famously wrote that “the road to Hell is paved with adverbs”). Strunk and White’s “Elements of Style” is a classic I continue to turn to on a regular basis.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nFor the media work I do, there is only one – the Associated Press Stylebook and Libel Manual.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe use of extraneous language that could be replaced by one word (“due to the fact that” should be “because”).\r\n\r\n<strong>7.</strong>  <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word may be “repugnant,” not only because it’s so descriptive but also because the speaker shows his or her distaste in the pronunciation of it. My least favorite are all the ones poor writers litter their copy with, especially in public relations, such as “unique,” “cutting edge,” and “state-of-the-art.” If everything is unique, then nothing is.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\"><strong>I agree with Stu that getting rid of extraneous words (and cliches) would go a long way in giving public relations writing more impact. For more writing insights, check back here on September 29.</strong> </span>\r\n\r\n&nbsp;','On writing: Stu Opperman impacts PR','','publish','open','open','','on-writing-stu-opperman-impacts-pr','','','2016-08-25 10:11:37','2016-08-25 14:11:37','',0,'http://deborahbrody.com/?p=3323',0,'post','',0),
(3324,4,'2016-08-24 11:01:17','2016-08-24 15:01:17','','Stu Opperman (larger) head shot','Stu Opperman, APR\n','inherit','open','open','','stu-opperman-larger-head-shot','','','2016-08-24 11:01:37','2016-08-24 15:01:37','',3323,'http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot.jpg',0,'attachment','image/jpeg',0),
(3325,4,'2016-08-24 11:02:00','2016-08-24 15:02:00','&nbsp;\r\n\r\n[caption id=\"attachment_3324\" align=\"alignleft\" width=\"206\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot.jpg\"><img class=\"wp-image-3324 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot-206x300.jpg\" alt=\"Stu Opperman, APR \" width=\"206\" height=\"300\" /></a> Stu Opperman, APR[/caption]\r\n\r\n&nbsp;\r\n\r\nAn accredited public relations professional, Stu Opperman, APR, owns <a href=\"https://impactplayers.com/\" target=\"_blank\">Impact Players</a>, well-connected firm that positively impacts the business agenda of its clients and contacts. Prior to that, he worked for South Florida-based public relations firms and also had a career as an executive and on-air talent in radio.\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is the backbone of all that I do, whether it’s media relations, crisis communications, content production, relationship or audience building. Effectively communicating through the written word, in whatever format it takes, is how I most often accomplish internal and external objectives.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nIt matters more than ever, since there will be diminishing numbers of people willing or able to write effectively as communication evolves. Those who have embraced or been enabled by the shortcuts will find they need individuals who possess actual writing skills, especially in situations where it is critical to be clear, persuasive, or motivating.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nPay attention to effective writing and take note of how it\'s being done, and that’s not just in books. There is plenty to be learned in short-form communications -- articles, email, blog posts, Twitter, and even billboards.\r\n\r\n<strong> 4. What are your top (two) writing resources or references (digital or paper-based)? </strong>\r\n\r\nI’m a big fan of Stephen King’s “On Writing: A Memoir of the Craft” (where he famously wrote that “the road to Hell is paved with adverbs”). Strunk and White’s “Elements of Style” is a classic I continue to turn to on a regular basis.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nFor the media work I do, there is only one – the Associated Press Stylebook and Libel Manual.\r\n\r\n<strong>6. What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nThe use of extraneous language that could be replaced by one word (“due to the fact that” should be “because”).\r\n\r\n7.  <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word may be “repugnant,” not only because it’s so descriptive but also because the speaker shows his or her distaste in the pronunciation of it. My least favorite are all the ones poor writers litter their copy with, especially in public relations, such as “unique,” “cutting edge,” and “state-of-the-art.” If everything is unique, then nothing is.\r\n\r\n&nbsp;','','','inherit','open','open','','3323-revision-v1','','','2016-08-24 11:02:00','2016-08-24 15:02:00','',3323,'http://deborahbrody.com/2016/08/3323-revision-v1/',0,'revision','',0),
(3326,4,'2016-08-24 11:02:59','2016-08-24 15:02:59','&nbsp;\r\n\r\n[caption id=\"attachment_3324\" align=\"alignleft\" width=\"206\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot.jpg\"><img class=\"wp-image-3324 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot-206x300.jpg\" alt=\"Stu Opperman, APR \" width=\"206\" height=\"300\" /></a> Stu Opperman, APR[/caption]\r\n\r\n&nbsp;\r\n\r\nAn accredited public relations professional, Stu Opperman, APR, owns <a href=\"https://impactplayers.com/\" target=\"_blank\">Impact Players</a>, well-connected firm that positively impacts the business agenda of its clients and contacts. Prior to that, he worked for South Florida-based public relations firms and also had a career as an executive and on-air talent in radio.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is the backbone of all that I do, whether it’s media relations, crisis communications, content production, relationship or audience building. Effectively communicating through the written word, in whatever format it takes, is how I most often accomplish internal and external objectives.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nIt matters more than ever, since there will be diminishing numbers of people willing or able to write effectively as communication evolves. Those who have embraced or been enabled by the shortcuts will find they need individuals who possess actual writing skills, especially in situations where it is critical to be clear, persuasive, or motivating.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nPay attention to effective writing and take note of how it\'s being done, and that’s not just in books. There is plenty to be learned in short-form communications -- articles, email, blog posts, Twitter, and even billboards.\r\n\r\n<strong> 4. What are your top (two) writing resources or references (digital or paper-based)? </strong>\r\n\r\nI’m a big fan of Stephen King’s “On Writing: A Memoir of the Craft” (where he famously wrote that “the road to Hell is paved with adverbs”). Strunk and White’s “Elements of Style” is a classic I continue to turn to on a regular basis.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nFor the media work I do, there is only one – the Associated Press Stylebook and Libel Manual.\r\n\r\n<strong>6. What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nThe use of extraneous language that could be replaced by one word (“due to the fact that” should be “because”).\r\n\r\n7.  <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word may be “repugnant,” not only because it’s so descriptive but also because the speaker shows his or her distaste in the pronunciation of it. My least favorite are all the ones poor writers litter their copy with, especially in public relations, such as “unique,” “cutting edge,” and “state-of-the-art.” If everything is unique, then nothing is.\r\n\r\n&nbsp;','On writing: Stu Opperman\'s writing impacts PR','','inherit','open','open','','3323-revision-v1','','','2016-08-24 11:02:59','2016-08-24 15:02:59','',3323,'http://deborahbrody.com/2016/08/3323-revision-v1/',0,'revision','',0),
(3327,4,'2016-08-24 11:08:33','2016-08-24 15:08:33','Really effective public relations professionals understand journalism and what makes something newsworthy. They also appreciate that writing clearly and concisely is crucial to communicating with journalists. This is exactly why Stu Opperman is great at PR, something he\'s been doing well for years. I\'ve known Stu for many years, and have often turned to him to review my writing. I know he will help it be clearer and more concise.\r\n\r\n[caption id=\"attachment_3324\" align=\"alignleft\" width=\"206\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot.jpg\"><img class=\"wp-image-3324 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot-206x300.jpg\" alt=\"Stu Opperman, APR \" width=\"206\" height=\"300\" /></a> Stu Opperman, APR[/caption]\r\n\r\n&nbsp;\r\n\r\nAn accredited public relations professional, Stu Opperman, APR, owns <a href=\"https://impactplayers.com/\" target=\"_blank\">Impact Players</a>, well-connected firm that positively impacts the business agenda of its clients and contacts. Prior to that, he worked for South Florida-based public relations firms and also had a career as an executive and on-air talent in radio.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is the backbone of all that I do, whether it’s media relations, crisis communications, content production, relationship or audience building. Effectively communicating through the written word, in whatever format it takes, is how I most often accomplish internal and external objectives.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nIt matters more than ever, since there will be diminishing numbers of people willing or able to write effectively as communication evolves. Those who have embraced or been enabled by the shortcuts will find they need individuals who possess actual writing skills, especially in situations where it is critical to be clear, persuasive, or motivating.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nPay attention to effective writing and take note of how it\'s being done, and that’s not just in books. There is plenty to be learned in short-form communications -- articles, email, blog posts, Twitter, and even billboards.\r\n\r\n<strong> 4. What are your top (two) writing resources or references (digital or paper-based)? </strong>\r\n\r\nI’m a big fan of Stephen King’s “On Writing: A Memoir of the Craft” (where he famously wrote that “the road to Hell is paved with adverbs”). Strunk and White’s “Elements of Style” is a classic I continue to turn to on a regular basis.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nFor the media work I do, there is only one – the Associated Press Stylebook and Libel Manual.\r\n\r\n<strong>6. What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nThe use of extraneous language that could be replaced by one word (“due to the fact that” should be “because”).\r\n\r\n<strong>7.</strong>  <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word may be “repugnant,” not only because it’s so descriptive but also because the speaker shows his or her distaste in the pronunciation of it. My least favorite are all the ones poor writers litter their copy with, especially in public relations, such as “unique,” “cutting edge,” and “state-of-the-art.” If everything is unique, then nothing is.\r\n\r\n&nbsp;','On writing: Stu Opperman\'s writing impacts PR','','inherit','open','open','','3323-revision-v1','','','2016-08-24 11:08:33','2016-08-24 15:08:33','',3323,'http://deborahbrody.com/2016/08/3323-revision-v1/',0,'revision','',0),
(3328,4,'2016-08-24 11:09:51','2016-08-24 15:09:51','Really effective public relations professionals understand journalism and what makes something newsworthy. They also appreciate that writing clearly and concisely is crucial to communicating with journalists. This is exactly why Stu Opperman is great at PR, something he\'s been doing well for years. I\'ve known Stu for many years, and have often turned to him to review my writing. I know he will help it be clearer and more concise.\r\n\r\n[caption id=\"attachment_3324\" align=\"alignleft\" width=\"206\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot.jpg\"><img class=\"wp-image-3324 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot-206x300.jpg\" alt=\"Stu Opperman, APR \" width=\"206\" height=\"300\" /></a> Stu Opperman, APR[/caption]\r\n\r\n&nbsp;\r\n\r\nAn accredited public relations professional, Stu Opperman, APR, owns <a href=\"https://impactplayers.com/\" target=\"_blank\">Impact Players</a>, well-connected firm that positively impacts the business agenda of its clients and contacts. Prior to that, he worked for South Florida-based public relations firms and also had a career as an executive and on-air talent in radio.\r\n\r\n<strong> Twitter</strong>:<a href=\"https://twitter.com/stuopperman\" target=\"_blank\"> @stuopperman</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is the backbone of all that I do, whether it’s media relations, crisis communications, content production, relationship or audience building. Effectively communicating through the written word, in whatever format it takes, is how I most often accomplish internal and external objectives.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nIt matters more than ever, since there will be diminishing numbers of people willing or able to write effectively as communication evolves. Those who have embraced or been enabled by the shortcuts will find they need individuals who possess actual writing skills, especially in situations where it is critical to be clear, persuasive, or motivating.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nPay attention to effective writing and take note of how it\'s being done, and that’s not just in books. There is plenty to be learned in short-form communications -- articles, email, blog posts, Twitter, and even billboards.\r\n\r\n<strong> 4. What are your top (two) writing resources or references (digital or paper-based)? </strong>\r\n\r\nI’m a big fan of Stephen King’s “On Writing: A Memoir of the Craft” (where he famously wrote that “the road to Hell is paved with adverbs”). Strunk and White’s “Elements of Style” is a classic I continue to turn to on a regular basis.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nFor the media work I do, there is only one – the Associated Press Stylebook and Libel Manual.\r\n\r\n<strong>6. What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nThe use of extraneous language that could be replaced by one word (“due to the fact that” should be “because”).\r\n\r\n<strong>7.</strong>  <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word may be “repugnant,” not only because it’s so descriptive but also because the speaker shows his or her distaste in the pronunciation of it. My least favorite are all the ones poor writers litter their copy with, especially in public relations, such as “unique,” “cutting edge,” and “state-of-the-art.” If everything is unique, then nothing is.\r\n\r\n&nbsp;','On writing: Stu Opperman\'s writing impacts PR','','inherit','open','open','','3323-revision-v1','','','2016-08-24 11:09:51','2016-08-24 15:09:51','',3323,'http://deborahbrody.com/2016/08/3323-revision-v1/',0,'revision','',0),
(3329,4,'2016-08-25 10:04:02','2016-08-25 14:04:02','The most effective public relations professionals understand journalism, and what makes something newsworthy. They also appreciate that writing clearly and concisely is crucial to communicating with news editors and journalists. This is exactly why Stu Opperman is great at PR.  I\'ve known Stu for many years, and have often turned to him to review my writing. I know he will help make it clearer and more concise.\r\n\r\n[caption id=\"attachment_3324\" align=\"alignleft\" width=\"206\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot.jpg\"><img class=\"wp-image-3324 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot-206x300.jpg\" alt=\"Stu Opperman, APR \" width=\"206\" height=\"300\" /></a> Stu Opperman, APR[/caption]\r\n\r\n&nbsp;\r\n\r\nAn accredited public relations professional, Stu Opperman, APR, owns <a href=\"https://impactplayers.com/\" target=\"_blank\">Impact Players</a>, well-connected firm that positively impacts the business agenda of its clients and contacts. Prior to that, he worked for South Florida-based public relations firms and also had a career as an executive and on-air talent in radio.\r\n\r\n<strong> Twitter</strong>:<a href=\"https://twitter.com/stuopperman\" target=\"_blank\"> @stuopperman</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is the backbone of all that I do, whether it’s media relations, crisis communications, content production, relationship, or audience building. Effectively communicating through the written word, in whatever format it takes, is how I most often accomplish internal and external objectives.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nIt matters more than ever, since there will be diminishing numbers of people willing or able to write effectively as communication evolves. Those who have embraced or been enabled by the shortcuts will find they need individuals who possess actual writing skills, especially in situations where it is critical to be clear, persuasive, or motivating.\r\n\r\n3. <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nPay attention to effective writing and take note of how it\'s being done, and that’s not just in books. There is plenty to be learned in short-form communications -- articles, email, blog posts, Twitter, and even billboards.\r\n\r\n<strong> 4. What are your top writing resources or references (digital or paper-based)? </strong>\r\n\r\nI’m a big fan of Stephen King’s “On Writing: A Memoir of the Craft” (where he famously wrote that “the road to Hell is paved with adverbs”). Strunk and White’s “Elements of Style” is a classic I continue to turn to on a regular basis.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nFor the media work I do, there is only one – the Associated Press Stylebook and Libel Manual.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe use of extraneous language that could be replaced by one word (“due to the fact that” should be “because”).\r\n\r\n<strong>7.</strong>  <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word may be “repugnant,” not only because it’s so descriptive but also because the speaker shows his or her distaste in the pronunciation of it. My least favorite are all the ones poor writers litter their copy with, especially in public relations, such as “unique,” “cutting edge,” and “state-of-the-art.” If everything is unique, then nothing is.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\"><strong>I agree with Stu that getting rid of extraneous words and cliches would go a long way in giving public relations writing more impact. For more writing insights, check back here on September 29.</strong> </span>\r\n\r\n&nbsp;','On writing: Stu Opperman\'s writing impacts PR','','inherit','open','open','','3323-revision-v1','','','2016-08-25 10:04:02','2016-08-25 14:04:02','',3323,'http://deborahbrody.com/2016/08/3323-revision-v1/',0,'revision','',0),
(3330,4,'2016-08-25 10:10:14','2016-08-25 14:10:14','The most effective public relations professionals understand journalism, and what makes something newsworthy. They also appreciate that writing clearly and concisely is crucial to communicating with news editors and journalists. This is exactly why Stu Opperman is great at PR.  I\'ve known Stu for many years, and have often turned to him to review my writing. I know he will help make it clearer and more concise.\r\n\r\n[caption id=\"attachment_3324\" align=\"alignleft\" width=\"206\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot.jpg\"><img class=\"wp-image-3324 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/08/Stu-Opperman-larger-head-shot-206x300.jpg\" alt=\"Stu Opperman, APR \" width=\"206\" height=\"300\" /></a> Stu Opperman, APR[/caption]\r\n\r\n&nbsp;\r\n\r\nAn accredited public relations professional, Stu Opperman, APR, owns <a href=\"https://impactplayers.com/\" target=\"_blank\">Impact Players</a>, well-connected firm that positively impacts the business agenda of its clients and contacts. Prior to that, he worked for South Florida-based public relations firms and also had a career as an executive and on-air talent in radio.\r\n\r\n<strong> Twitter</strong>:<a href=\"https://twitter.com/stuopperman\" target=\"_blank\"> @stuopperman</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it? </strong>\r\n\r\nWriting is the backbone of all that I do, whether it’s media relations, crisis communications, content production, relationship, or audience building. Effectively communicating through the written word, in whatever format it takes, is how I most often accomplish internal and external objectives.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nIt matters more than ever, since there will be diminishing numbers of people willing or able to write effectively as communication evolves. Those who have embraced or been enabled by the shortcuts will find they need individuals who possess actual writing skills, especially in situations where it is critical to be clear, persuasive, or motivating.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nPay attention to effective writing and take note of how it\'s being done, and that’s not just in books. There is plenty to be learned in short-form communications -- articles, email, blog posts, Twitter, and even billboards.\r\n\r\n<strong> 4. What are your top writing resources or references (digital or paper-based)? </strong>\r\n\r\nI’m a big fan of Stephen King’s “On Writing: A Memoir of the Craft” (where he famously wrote that “the road to Hell is paved with adverbs”). Strunk and White’s “Elements of Style” is a classic I continue to turn to on a regular basis.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nFor the media work I do, there is only one – the Associated Press Stylebook and Libel Manual.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nThe use of extraneous language that could be replaced by one word (“due to the fact that” should be “because”).\r\n\r\n<strong>7.</strong>  <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nMy favorite word may be “repugnant,” not only because it’s so descriptive but also because the speaker shows his or her distaste in the pronunciation of it. My least favorite are all the ones poor writers litter their copy with, especially in public relations, such as “unique,” “cutting edge,” and “state-of-the-art.” If everything is unique, then nothing is.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\"><strong>I agree with Stu that getting rid of extraneous words (and cliches) would go a long way in giving public relations writing more impact. For more writing insights, check back here on September 29.</strong> </span>\r\n\r\n&nbsp;','On writing: Stu Opperman impacts PR','','inherit','open','open','','3323-revision-v1','','','2016-08-25 10:10:14','2016-08-25 14:10:14','',3323,'http://deborahbrody.com/2016/08/3323-revision-v1/',0,'revision','',0),
(3338,4,'2016-09-12 16:51:45','2016-09-12 20:51:45','I\'ve been conducting an experiment over on my personal Facebook page. I haven\'t posted anything for more than two weeks. As I expected, nobody has commented on my lack of posting. Nobody has gone to my Facebook page and reacted/commented on anything already there. There\'s been absolutely no interaction. Perhaps this means I have crappy \"friends\" or more likely, it means that when you don\'t participate in social media, people forget you\'re there.\r\n\r\nI\'ve seen this happen with my blog. If I haven\'t posted recently, my site traffic goes down. When I post something, my traffic goes up. (This is why it\'s so valuable to have Google Analytics deployed on your site.)\r\n\r\nThis could never happen \"in real life.\" Even if you were quietly sitting in a room not talking to anybody, people would notice you were there. Perhaps they wouldn\'t speak to you, but they would see you. I<strong>n social media, to get noticed, you must be active</strong>. You have to post regularly.  People will forget your blog if they haven\'t seen you post for a while. Ditto if you haven\'t posted recently on LinkedIn (and worse if you don\'t have even have a picture on your profile).\r\n\r\nMany small businesses understand that social media is an important communications channel. However, many don\'t understand how to make it really work for them. You\'ll see businesses (organizations and nonprofits too) that think all they have to do is create the Facebook page, get some people to \"like\" it and nothing more.\r\n\r\nThe only reason somebody would visit your Facebook page (or website or LinkedIn profile) when you haven\'t been active is because they are looking for something specific or researching. And then it would have to come up as part of a query. Even well known brands (the CocaColas and McDonald\'s of this world) advertise. They want to be top of mind and reinforce their brand promise.\r\n\r\nHere\'s the bottom line: If you are using social media for business purposes, you must be active, even if it means doing paid advertising.\r\n\r\nWhen you are out of sight on social media, you are out of mind.\r\n\r\n&nbsp;','Out of sight, out of mind?','','publish','open','open','','out-of-sight-out-of-mind','','','2016-09-12 16:51:45','2016-09-12 20:51:45','',0,'http://deborahbrody.com/?p=3338',0,'post','',0),
(3333,4,'2016-09-01 10:24:43','2016-09-01 14:24:43','It seems a daily occurrence at the Washington Post: a headline typo here, and a factual error there. Sometimes, I have had to read a sentence several times to even start understanding it. This is because the Washington Post has few (if any) copy editors. I suspect reporters are being asked to edit their own work, which is never a good idea, especially with quick turnarounds. You can edit your own work, if you can look at it with \"fresh eyes\" after a day or so. In the fast-paced, 24/7 news cycle, there is little time to look at writing with fresh eyes.\r\n\r\nI could not believe the mistake I found in an article in today\'s Post. It\'s about the Chesapeake Crab &amp; Beer Festival, which took place on Saturday at National Harbor in Maryland. The story appeared in the Post\'s Local Living section  and had the headline \"All smiles on a crab-filled festival day in Inner Harbor.\"\r\n\r\nThe Inner Harbor is in Baltimore and the event took place at National Harbor. Then, in the body of the article, the writer says the event took place in Baltimore, except it didn\'t. See for yourself here:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/img040.pdf\">Washington Post article</a>\r\n\r\nCopy editors don\'t just catch grammatical mistakes and typos, they check for accuracy too. Clearly, this article was not checked at all. A cursory search (and plain common sense) would have told anyone reading this article that the event took place at National Harbor and not in Baltimore.\r\n\r\nShame on the Washington Post! These mistakes make the newspaper look sloppy and careless, and makes me question the accuracy of all reporting.','The Washington Post needs copy editors','','publish','open','open','','the-washington-post-needs-copy-editors','','','2016-09-01 10:24:43','2016-09-01 14:24:43','',0,'http://deborahbrody.com/?p=3333',0,'post','',2),
(3334,4,'2016-09-01 10:17:41','2016-09-01 14:17:41','','Washington Post article','','inherit','open','open','','img040','','','2016-09-01 10:17:58','2016-09-01 14:17:58','',3333,'http://deborahbrody.com/wp-content/uploads/2016/09/img040.pdf',0,'attachment','application/pdf',0),
(3335,4,'2016-09-01 10:22:45','2016-09-01 14:22:45','It seems a daily occurrence at the Washington Post: a headline typo here, and error there. Sometimes, I have had to read a sentence several times to even start understanding it. This is because the Washington Post has few (if any) copy editors. I suspect reporters are being asked to edit their own work, which is never a good idea, especially with quick turnarounds. You can edit your own work, if you can look at it with \"fresh eyes\" after a day or so. In the fast-paced, 24/7 news cycle, there is little time to look at writing with fresh eyes.\r\n\r\nI could not believe the mistake I found in an article in today\'s Post. It\'s about the Chesapeake Crab and Beer Festival, which took place on Saturday at National Harbor in Maryland. The story appeared in the Post\'s Local Living section  and had the headline \"All smiles on a crab-filled festival day in Inner Harbor.\"\r\n\r\nThe Inner Harbor is in Baltimore and the event took place at National Harbor. Then, in the body of the article, the writer says the event took place in Baltimore, except it didn\'t. See for yourself here:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/img040.pdf\">Washington Post article</a>\r\n\r\nCopy editors don\'t just catch grammatical mistakes and typos, they check for accuracy too. Clearly, this article was not checked at all. A cursory search (and plain common sense) would have told anyone reading this article that the event took place at National Harbor and not in Baltimore.\r\n\r\nShame on the Washington Post! These mistakes make the newspaper look sloppy and careless, and makes me question the accuracy of all reporting.','The Washington Post needs copy editors','','inherit','open','open','','3333-revision-v1','','','2016-09-01 10:22:45','2016-09-01 14:22:45','',3333,'http://deborahbrody.com/2016/09/3333-revision-v1/',0,'revision','',0),
(3336,4,'2016-09-01 10:24:43','2016-09-01 14:24:43','It seems a daily occurrence at the Washington Post: a headline typo here, and a factual error there. Sometimes, I have had to read a sentence several times to even start understanding it. This is because the Washington Post has few (if any) copy editors. I suspect reporters are being asked to edit their own work, which is never a good idea, especially with quick turnarounds. You can edit your own work, if you can look at it with \"fresh eyes\" after a day or so. In the fast-paced, 24/7 news cycle, there is little time to look at writing with fresh eyes.\r\n\r\nI could not believe the mistake I found in an article in today\'s Post. It\'s about the Chesapeake Crab &amp; Beer Festival, which took place on Saturday at National Harbor in Maryland. The story appeared in the Post\'s Local Living section  and had the headline \"All smiles on a crab-filled festival day in Inner Harbor.\"\r\n\r\nThe Inner Harbor is in Baltimore and the event took place at National Harbor. Then, in the body of the article, the writer says the event took place in Baltimore, except it didn\'t. See for yourself here:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/img040.pdf\">Washington Post article</a>\r\n\r\nCopy editors don\'t just catch grammatical mistakes and typos, they check for accuracy too. Clearly, this article was not checked at all. A cursory search (and plain common sense) would have told anyone reading this article that the event took place at National Harbor and not in Baltimore.\r\n\r\nShame on the Washington Post! These mistakes make the newspaper look sloppy and careless, and makes me question the accuracy of all reporting.','The Washington Post needs copy editors','','inherit','open','open','','3333-revision-v1','','','2016-09-01 10:24:43','2016-09-01 14:24:43','',3333,'http://deborahbrody.com/2016/09/3333-revision-v1/',0,'revision','',0),
(3339,4,'2016-09-12 16:51:45','2016-09-12 20:51:45','I\'ve been conducting an experiment over on my personal Facebook page. I haven\'t posted anything for more than two weeks. As I expected, nobody has commented on my lack of posting. Nobody has gone to my Facebook page and reacted/commented on anything already there. There\'s been absolutely no interaction. Perhaps this means I have crappy \"friends\" or more likely, it means that when you don\'t participate in social media, people forget you\'re there.\r\n\r\nI\'ve seen this happen with my blog. If I haven\'t posted recently, my site traffic goes down. When I post something, my traffic goes up. (This is why it\'s so valuable to have Google Analytics deployed on your site.)\r\n\r\nThis could never happen \"in real life.\" Even if you were quietly sitting in a room not talking to anybody, people would notice you were there. Perhaps they wouldn\'t speak to you, but they would see you. I<strong>n social media, to get noticed, you must be active</strong>. You have to post regularly.  People will forget your blog if they haven\'t seen you post for a while. Ditto if you haven\'t posted recently on LinkedIn (and worse if you don\'t have even have a picture on your profile).\r\n\r\nMany small businesses understand that social media is an important communications channel. However, many don\'t understand how to make it really work for them. You\'ll see businesses (organizations and nonprofits too) that think all they have to do is create the Facebook page, get some people to \"like\" it and nothing more.\r\n\r\nThe only reason somebody would visit your Facebook page (or website or LinkedIn profile) when you haven\'t been active is because they are looking for something specific or researching. And then it would have to come up as part of a query. Even well known brands (the CocaColas and McDonald\'s of this world) advertise. They want to be top of mind and reinforce their brand promise.\r\n\r\nHere\'s the bottom line: If you are using social media for business purposes, you must be active, even if it means doing paid advertising.\r\n\r\nWhen you are out of sight on social media, you are out of mind.\r\n\r\n&nbsp;','Out of sight, out of mind?','','inherit','open','open','','3338-revision-v1','','','2016-09-12 16:51:45','2016-09-12 20:51:45','',3338,'http://deborahbrody.com/2016/09/3338-revision-v1/',0,'revision','',0),
(3341,4,'2016-09-21 10:36:18','0000-00-00 00:00:00','In the past couple of weeks, I have had several different customer interactions. In thinking about them from a marketing perspective, I realized they all come down to the experience each was providing.\r\n\r\nIt\'s about customer experience\r\n\r\nLast week, I had an appointment to get my hair cut. My hair stylist owns and operates the salon, by herself. In other words, she has no employees--no receptionist, no cleaning person, nobody else but her. Because of this, she has several challenges in providing a good customer experience.\r\n\r\nIt\'s not easy to make an appointment. To make an appointment is often a two-step process. Since you have to call and speak to her and she\'s obviously not always available,  you have to leave a message, and wait for her to call you back. If she had a receptionist or an automated system on her website, this would be done in one easy step.\r\n\r\nShe has to do everything herself.\r\n\r\nNot providing a pleasant customer experience. Last week, I walked in a couple minutes early for my appointment. She was still working on another customer. She told me to take a seat.  I am not sure if the other customer was late for her appointment or if she inadvertently double-booked. This has never happened before. Since her place is small, she only has a couple of (hard) chairs. It\'s not made for waiting. There are no refreshments or piles of magazines to sit with.\r\n\r\nIt became apparent that she was going to be a good while, so I said I would go run another errand. I came back about twenty minutes later, and the other customer was still there!\r\n\r\nThe stylist never apologized for making me wait or gave me an explanation for the delay.\r\n\r\nForgetting customer relationships are personal. After I finally sat down to have my hair cut, I explained what I wanted. I told her that I continue to let my hair grow, and that she had cut too much the last time. She looked at me with absolute surprise. She didn\'t know that I was growning my hair out (something I have been doing for months). Now, she can\'t be expected to remember every customer\'s situation, which is why she should make notes about each of her customers\' visits. She should review the notes before the customer comes in.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Successful marketing is about the experience','','draft','open','open','','','','','2016-09-21 10:36:18','2016-09-21 14:36:18','',0,'http://deborahbrody.com/?p=3341',0,'post','',0),
(3342,4,'2016-09-21 10:36:18','2016-09-21 14:36:18','In the past couple of weeks, I have had several different customer interactions. In thinking about them from a marketing perspective, I realized they all come down to the experience each was providing.\r\n\r\nIt\'s about customer experience\r\n\r\nLast week, I had an appointment to get my hair cut. My hair stylist owns and operates the salon, by herself. In other words, she has no employees--no receptionist, no cleaning person, nobody else but her. Because of this, she has several challenges in providing a good customer experience.\r\n\r\nIt\'s not easy to make an appointment. To make an appointment is often a two-step process. Since you have to call and speak to her and she\'s obviously not always available,  you have to leave a message, and wait for her to call you back. If she had a receptionist or an automated system on her website, this would be done in one easy step.\r\n\r\nShe has to do everything herself.\r\n\r\nNot providing a pleasant customer experience. Last week, I walked in a couple minutes early for my appointment. She was still working on another customer. She told me to take a seat.  I am not sure if the other customer was late for her appointment or if she inadvertently double-booked. This has never happened before. Since her place is small, she only has a couple of (hard) chairs. It\'s not made for waiting. There are no refreshments or piles of magazines to sit with.\r\n\r\nIt became apparent that she was going to be a good while, so I said I would go run another errand. I came back about twenty minutes later, and the other customer was still there!\r\n\r\nThe stylist never apologized for making me wait or gave me an explanation for the delay.\r\n\r\nForgetting customer relationships are personal. After I finally sat down to have my hair cut, I explained what I wanted. I told her that I continue to let my hair grow, and that she had cut too much the last time. She looked at me with absolute surprise. She didn\'t know that I was growning my hair out (something I have been doing for months). Now, she can\'t be expected to remember every customer\'s situation, which is why she should make notes about each of her customers\' visits. She should review the notes before the customer comes in.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Successful marketing is about the experience','','inherit','open','open','','3341-revision-v1','','','2016-09-21 10:36:18','2016-09-21 14:36:18','',3341,'http://deborahbrody.com/2016/09/3341-revision-v1/',0,'revision','',0),
(3344,4,'2016-09-22 10:22:29','2016-09-22 14:22:29','When I do any copy editing and/or proofreading, I always come across two problems: wordiness and punctuation mistakes. These problems affect how clear your writing is and muddle your message. That\'s because when readers have to read overlong, poorly punctuated sentences, filled with unnecessary words, they don\'t understand what you are trying to say.\r\n\r\n<strong>Problem #1: Wordiness</strong>\r\n\r\nWordiness is using too many words to say what you mean.\r\n\r\nHow do you fix this problem?\r\n<ul>\r\n	<li><strong>Eliminate extra words and phrases</strong></li>\r\n</ul>\r\nWhen I was in grad school, one of my professors (the wonderful Jack Falla), had us write a press release, and then go back and eliminate ten words. The problem with this approach is that wordy people often think they need all the words they have written. They don\'t.\r\n\r\nToday\'s Nonprofit Marketing Guide has a great post listing wordy phrases and their much more succinct alternatives.<a href=\"http://http://www.nonprofitmarketingguide.com/blog/2016/09/21/cut-the-glut-wordy-phrases-to-eliminate-from-your-writing-and-alternatives/\" target=\"_blank\"> Read it here</a>.\r\n<ul>\r\n	<li><strong>Ask yourself if  you are being redundant</strong></li>\r\n</ul>\r\nPhrases such as \"basic fundamentals\" are redundant.\r\n<ul>\r\n	<li><strong>Use active voice</strong></li>\r\n</ul>\r\nActive voice uses fewer words than passive voice. It\'s more direct.\r\n\r\n<strong>Problem #2: Punctuation mistakes</strong>\r\n\r\nPunctuation is a tool to make your sentences work better. You use a period to end a sentence and a comma to insert a pause. You use a colon to indicate something is following and a semicolon to separate two big ideas in one sentence. We also use parentheses to add extra information to a sentence and em dashes to set off words or phrases.\r\n\r\nHow do you fix this problem?\r\n<ul>\r\n	<li><strong>Learn how to use the comma properly</strong></li>\r\n</ul>\r\nThe comma seems to trip lots of people up. Either they use it too much or not enough. And then there\'s the whole serial or Oxford comma debate. In any case, Grammar Book has some useful <a href=\"http://www.grammarbook.com/punctuation/commas.asp\" target=\"_blank\">rules for comma usage.</a>\r\n<ul>\r\n	<li><strong>Learn when to use the em dash</strong></li>\r\n</ul>\r\nEm dashes are not to be confused with the shorter en dashes and the even shorter dashes or hyphens. The Punctuation Guide has a  <a href=\"http://www.thepunctuationguide.com/em-dash.html\" target=\"_blank\">good explanation </a>of how to use em dashes.\r\n<ul>\r\n	<li><strong>Watch out for improper capitalization and apostrophes</strong></li>\r\n</ul>\r\nIt\'s become epidemic lately -- people are using capitalization to indicate importance. That\'s not how it works. Use caps at the beginning of a sentence, and to indicate proper names. The president may be important, but unless you are expressly referring to President Barack Obama, there\'s no need to capitalize the word alone.\r\n\r\nApostrophes are meant to convey possession. They do not make a word plural. Hamilton University calls the misuse of the apostrophe a deadly sin of writing. <a href=\"http://https://www.hamilton.edu/writing/seven-sins-of-writing/the-fourth-deadly-sin-misuse-of-the-apostrophe\" target=\"_blank\">Check it out.</a>\r\n\r\n<strong>To be clear, be concise</strong>\r\n\r\nSometimes people are wordy because they don\'t have anything to say. That\'s a lack of message. No amount of removing redundancies will fix it. However, if you\'ve written something and you are not sure whether it\'s communicating what you want it to say, make sure to eliminate wordiness and correct your punctuation. Chances are that being more concise (and precise with your punctuation) will clarify whatever it is you are trying to say.\r\n\r\n<span style=\"color: #ff0000;\">If you need some help eliminating wordiness, fixing punctuation, and making your writing clearer, contact me!</span>','Two big problems muddling your message','','publish','open','open','','two-big-problems-muddling-your-message','','','2016-09-22 10:22:29','2016-09-22 14:22:29','',0,'http://deborahbrody.com/?p=3344',0,'post','',0),
(3345,4,'2016-09-22 10:14:47','2016-09-22 14:14:47','When I do any copy editing and/or proofreading, I always come across these two problems: wordiness and punctuation mistakes. These problems affect how clear your writing is and muddle your message. That\'s because when readers have to read overlong, poorly punctuated sentences, filled with unnecessary words, they don\'t understand what you are trying to say.\r\n\r\n<strong>Problem #1: Wordiness</strong>\r\n\r\nWordiness is using too many words to say what you mean.\r\n\r\nHow do you fix this problem?\r\n<ul>\r\n	<li>Eliminate extra words and phrases</li>\r\n</ul>\r\nWhen I was in grad school, one of my professors (the wonderful Jack Falla), had us write a press release, and then go back and eliminate ten words. The problem with this approach is that wordy people often think they need all the words they have written. They don\'t.\r\n\r\nToday\'s Nonprofit Marketing Guide has a great post listing wordy phrases and their much more succinct alternatives.<a href=\"http://http://www.nonprofitmarketingguide.com/blog/2016/09/21/cut-the-glut-wordy-phrases-to-eliminate-from-your-writing-and-alternatives/\" target=\"_blank\"> Read it here</a>.\r\n<ul>\r\n	<li>Ask yourself if  you are being redundant</li>\r\n</ul>\r\nPhrases such as \"basic fundamentals\" are redundant.\r\n<ul>\r\n	<li>Use active voice</li>\r\n</ul>\r\nActive voice uses fewer words than passive voice. It\'s more direct.\r\n\r\n<strong>Problem #2: Punctuation mistakes</strong>\r\n\r\nPunctuation is a tool to make your sentences work better. You use a period to end a sentence and a comma to insert a pause. You use a colon to indicate something is following and a semicolon to separate two big ideas in one sentence. We also use parentheses to add extra information to a sentence and em dashes to set off words or phrases.\r\n\r\nHow to fix this problem\r\n\r\nBy far, people seem to have the most problems with commas and em dashes.\r\n<ul>\r\n	<li>Learn how to use the comma</li>\r\n</ul>\r\nThe comma seems to trip lots of people up. Either they use it too much or not enough. And then there\'s the whole serial or Oxford comma debate. In any case, Grammar Book has some useful <a href=\"http://www.grammarbook.com/punctuation/commas.asp\" target=\"_blank\">rules for comma usage.</a>\r\n<ul>\r\n	<li>Learn how to use an em dash</li>\r\n</ul>\r\nEm dashes are not to be confused with the shorter en dashes and the even shorter dashes or hyphens. The Punctuation Guide has a  <a href=\"http://www.thepunctuationguide.com/em-dash.html\" target=\"_blank\">good explanation </a>of how to use em dashes.\r\n<ul>\r\n	<li>Watch out for your capitalization and apostrophes.</li>\r\n</ul>\r\nIt\'s become epidemic lately -- people are using capitalization to indicate importance. That\'s not how it works. Use caps at the beginning of a sentence, and to indicate proper names. The president may be important, but unless you are expressly referring to President Barack Obama, there\'s no need to capitalize the word alone.\r\n\r\nApostrophes are meant to convey possession. They do not make a word plural. Hamilton University calls the misuse of the apostrophe a deadly sin of writing. <a href=\"http://https://www.hamilton.edu/writing/seven-sins-of-writing/the-fourth-deadly-sin-misuse-of-the-apostrophe\" target=\"_blank\">Check it out.</a>\r\n\r\nSometimes people are wordy because they don\'t have anything to say. That\'s a lack of message. No amount of removing redundancies will fix it. However, if you\'ve written something and you are not sure whether it\'s communicating what you want it to say, make sure to eliminate wordiness and correct your punctuation. Chances are that will clarify whatever it is you are trying to say.','Two big problems muddling your message','','inherit','open','open','','3344-revision-v1','','','2016-09-22 10:14:47','2016-09-22 14:14:47','',3344,'http://deborahbrody.com/2016/09/3344-revision-v1/',0,'revision','',0),
(3346,4,'2016-09-22 10:18:54','2016-09-22 14:18:54','When I do any copy editing and/or proofreading, I always come across two problems: wordiness and punctuation mistakes. These problems affect how clear your writing is and muddle your message. That\'s because when readers have to read overlong, poorly punctuated sentences, filled with unnecessary words, they don\'t understand what you are trying to say.\r\n\r\n<strong>Problem #1: Wordiness</strong>\r\n\r\nWordiness is using too many words to say what you mean.\r\n\r\nHow do you fix this problem?\r\n<ul>\r\n	<li><strong>Eliminate extra words and phrases</strong></li>\r\n</ul>\r\nWhen I was in grad school, one of my professors (the wonderful Jack Falla), had us write a press release, and then go back and eliminate ten words. The problem with this approach is that wordy people often think they need all the words they have written. They don\'t.\r\n\r\nToday\'s Nonprofit Marketing Guide has a great post listing wordy phrases and their much more succinct alternatives.<a href=\"http://http://www.nonprofitmarketingguide.com/blog/2016/09/21/cut-the-glut-wordy-phrases-to-eliminate-from-your-writing-and-alternatives/\" target=\"_blank\"> Read it here</a>.\r\n<ul>\r\n	<li><strong>Ask yourself if  you are being redundant</strong></li>\r\n</ul>\r\nPhrases such as \"basic fundamentals\" are redundant.\r\n<ul>\r\n	<li><strong>Use active voice</strong></li>\r\n</ul>\r\nActive voice uses fewer words than passive voice. It\'s more direct.\r\n\r\n<strong>Problem #2: Punctuation mistakes</strong>\r\n\r\nPunctuation is a tool to make your sentences work better. You use a period to end a sentence and a comma to insert a pause. You use a colon to indicate something is following and a semicolon to separate two big ideas in one sentence. We also use parentheses to add extra information to a sentence and em dashes to set off words or phrases.\r\n\r\nHow to fix this problem\r\n\r\nBy far, people seem to have the most problems with commas and em dashes.\r\n<ul>\r\n	<li><strong>Learn how to use the comma</strong></li>\r\n</ul>\r\nThe comma seems to trip lots of people up. Either they use it too much or not enough. And then there\'s the whole serial or Oxford comma debate. In any case, Grammar Book has some useful <a href=\"http://www.grammarbook.com/punctuation/commas.asp\" target=\"_blank\">rules for comma usage.</a>\r\n<ul>\r\n	<li><strong>Learn how to use the em dash</strong></li>\r\n</ul>\r\nEm dashes are not to be confused with the shorter en dashes and the even shorter dashes or hyphens. The Punctuation Guide has a  <a href=\"http://www.thepunctuationguide.com/em-dash.html\" target=\"_blank\">good explanation </a>of how to use em dashes.\r\n<ul>\r\n	<li><strong>Watch out for improper capitalization and apostrophes.</strong></li>\r\n</ul>\r\nIt\'s become epidemic lately -- people are using capitalization to indicate importance. That\'s not how it works. Use caps at the beginning of a sentence, and to indicate proper names. The president may be important, but unless you are expressly referring to President Barack Obama, there\'s no need to capitalize the word alone.\r\n\r\nApostrophes are meant to convey possession. They do not make a word plural. Hamilton University calls the misuse of the apostrophe a deadly sin of writing. <a href=\"http://https://www.hamilton.edu/writing/seven-sins-of-writing/the-fourth-deadly-sin-misuse-of-the-apostrophe\" target=\"_blank\">Check it out.</a>\r\n\r\n<strong>Being more concise is being clearer</strong>\r\n\r\nSometimes people are wordy because they don\'t have anything to say. That\'s a lack of message. No amount of removing redundancies will fix it. However, if you\'ve written something and you are not sure whether it\'s communicating what you want it to say, make sure to eliminate wordiness and correct your punctuation. Chances are that will clarify whatever it is you are trying to say.\r\n\r\n<span style=\"color: #ff0000;\">If you need some help eliminating wordiness, fixing punctuation, and making your writing clearer, contact me!</span>','Two big problems muddling your message','','inherit','open','open','','3344-revision-v1','','','2016-09-22 10:18:54','2016-09-22 14:18:54','',3344,'http://deborahbrody.com/2016/09/3344-revision-v1/',0,'revision','',0),
(3347,4,'2016-09-22 10:22:29','2016-09-22 14:22:29','When I do any copy editing and/or proofreading, I always come across two problems: wordiness and punctuation mistakes. These problems affect how clear your writing is and muddle your message. That\'s because when readers have to read overlong, poorly punctuated sentences, filled with unnecessary words, they don\'t understand what you are trying to say.\r\n\r\n<strong>Problem #1: Wordiness</strong>\r\n\r\nWordiness is using too many words to say what you mean.\r\n\r\nHow do you fix this problem?\r\n<ul>\r\n	<li><strong>Eliminate extra words and phrases</strong></li>\r\n</ul>\r\nWhen I was in grad school, one of my professors (the wonderful Jack Falla), had us write a press release, and then go back and eliminate ten words. The problem with this approach is that wordy people often think they need all the words they have written. They don\'t.\r\n\r\nToday\'s Nonprofit Marketing Guide has a great post listing wordy phrases and their much more succinct alternatives.<a href=\"http://http://www.nonprofitmarketingguide.com/blog/2016/09/21/cut-the-glut-wordy-phrases-to-eliminate-from-your-writing-and-alternatives/\" target=\"_blank\"> Read it here</a>.\r\n<ul>\r\n	<li><strong>Ask yourself if  you are being redundant</strong></li>\r\n</ul>\r\nPhrases such as \"basic fundamentals\" are redundant.\r\n<ul>\r\n	<li><strong>Use active voice</strong></li>\r\n</ul>\r\nActive voice uses fewer words than passive voice. It\'s more direct.\r\n\r\n<strong>Problem #2: Punctuation mistakes</strong>\r\n\r\nPunctuation is a tool to make your sentences work better. You use a period to end a sentence and a comma to insert a pause. You use a colon to indicate something is following and a semicolon to separate two big ideas in one sentence. We also use parentheses to add extra information to a sentence and em dashes to set off words or phrases.\r\n\r\nHow do you fix this problem?\r\n<ul>\r\n	<li><strong>Learn how to use the comma properly</strong></li>\r\n</ul>\r\nThe comma seems to trip lots of people up. Either they use it too much or not enough. And then there\'s the whole serial or Oxford comma debate. In any case, Grammar Book has some useful <a href=\"http://www.grammarbook.com/punctuation/commas.asp\" target=\"_blank\">rules for comma usage.</a>\r\n<ul>\r\n	<li><strong>Learn when to use the em dash</strong></li>\r\n</ul>\r\nEm dashes are not to be confused with the shorter en dashes and the even shorter dashes or hyphens. The Punctuation Guide has a  <a href=\"http://www.thepunctuationguide.com/em-dash.html\" target=\"_blank\">good explanation </a>of how to use em dashes.\r\n<ul>\r\n	<li><strong>Watch out for improper capitalization and apostrophes</strong></li>\r\n</ul>\r\nIt\'s become epidemic lately -- people are using capitalization to indicate importance. That\'s not how it works. Use caps at the beginning of a sentence, and to indicate proper names. The president may be important, but unless you are expressly referring to President Barack Obama, there\'s no need to capitalize the word alone.\r\n\r\nApostrophes are meant to convey possession. They do not make a word plural. Hamilton University calls the misuse of the apostrophe a deadly sin of writing. <a href=\"http://https://www.hamilton.edu/writing/seven-sins-of-writing/the-fourth-deadly-sin-misuse-of-the-apostrophe\" target=\"_blank\">Check it out.</a>\r\n\r\n<strong>To be clear, be concise</strong>\r\n\r\nSometimes people are wordy because they don\'t have anything to say. That\'s a lack of message. No amount of removing redundancies will fix it. However, if you\'ve written something and you are not sure whether it\'s communicating what you want it to say, make sure to eliminate wordiness and correct your punctuation. Chances are that being more concise (and precise with your punctuation) will clarify whatever it is you are trying to say.\r\n\r\n<span style=\"color: #ff0000;\">If you need some help eliminating wordiness, fixing punctuation, and making your writing clearer, contact me!</span>','Two big problems muddling your message','','inherit','open','open','','3344-revision-v1','','','2016-09-22 10:22:29','2016-09-22 14:22:29','',3344,'http://deborahbrody.com/2016/09/3344-revision-v1/',0,'revision','',0),
(3348,4,'2016-09-29 09:59:01','2016-09-29 13:59:01','I met Bonnie Friedman at an industry networking event several years ago. We\'ve stayed in touch, and a couple of years ago Bonnie told me she was starting to write a book about advocating for someone who is ill and in the hospital. The book was published earlier this year, which prompted me to reach out to Bonnie to ask her about her writing.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3355\" align=\"alignleft\" width=\"198\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head.jpg\"><img class=\"wp-image-3355 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head-198x300.jpg\" alt=\"bonnie-head\" width=\"198\" height=\"300\" /></a> Bonnie Friedman[/caption]\r\n\r\n&nbsp;\r\n\r\nBonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area, with her own consultancy <a href=\"http://www.bfstrategic.com/\" target=\"_blank\">Bonnie Friedman Strategic Communications, LLC</a>.  She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/bonniecomm\" target=\"_blank\">@Bonniecomm</a>\r\n<h1></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\n[caption id=\"attachment_3350\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"Hospital Warrior Launch\" width=\"300\" height=\"200\" /></a> Hospital Warrior Launch[/caption]\r\n\r\nGiven that her book launched this year, I asked Bonnie to share her thoughts about the process of writing a book.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n<span style=\"color: #ff0000;\"><strong> Like Bonnie says, writing a book is just like writing for marketing and PR, except taken to a \"massive\" degree. It\'s a great achievement, and in Bonnie\'s case, one that will provide people with needed information to successfully helped loved ones who are ill and in the hospital. </strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>For more writing insight from a communications professional, check back here on Thursday, October 27 for the next On Writing interview.</strong></span>\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','publish','open','open','','on-writing-bonnie-friedman-is-an-advocate','','','2016-09-29 09:59:01','2016-09-29 13:59:01','',0,'http://deborahbrody.com/?p=3348',0,'post','',0),
(3350,4,'2016-09-27 09:40:17','2016-09-27 13:40:17','','bonnie-preso','Hospital Warrior Launch','inherit','open','open','','bonnie-preso','','','2016-09-29 09:46:12','2016-09-29 13:46:12','',3348,'http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg',0,'attachment','image/jpeg',0),
(3349,4,'2016-09-26 17:23:11','2016-09-26 21:23:11','&nbsp;\r\n\r\nBonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area. She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> @Bonniecomm\r\n<h1>Seven questions about writing</h1>\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n6. <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\nBonnie published a book this year<strong>, so I asked her a few questions about the book writing process. </strong>\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-26 17:23:11','2016-09-26 21:23:11','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3351,4,'2016-09-27 09:41:01','2016-09-27 13:41:01','&nbsp;\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"alignleft size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"bonnie-preso\" width=\"300\" height=\"200\" /></a>Bonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area. She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> @Bonniecomm\r\n<h1></h1>\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n6. <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\nBonnie published a book this year<strong>, </strong>so I asked her a some bonus questions about the book writing process.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-27 09:41:01','2016-09-27 13:41:01','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3352,4,'2016-09-27 09:52:04','2016-09-27 13:52:04','I met Bonnie Friedman at an industry networking event several years ago. We\'ve stayed in touch, and a couple of years ago Bonnie told me she was starting to write a book about advocating for your health. Well, her book launched earlier this year. Naturally, I reached out to Bonnie to ask her about her writing.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"alignleft size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"bonnie-preso\" width=\"300\" height=\"200\" /></a>Bonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area, with her own consultancy <a href=\"http://www.bfstrategic.com/\" target=\"_blank\">Bonnie Friedman Strategic Communications, LLC</a>.  She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> @Bonniecomm\r\n<h1></h1>\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\nBonnie published a book this year<strong>, </strong>so I asked her a some bonus questions about the book writing process.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n<strong> Like Bonnie says, writing a book is just like writing for marketing and PR, except taken to a \"massive\" degree. It\'s a great achievement. For more writing insight, check back here on Thursday, October 27.</strong>\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-27 09:52:04','2016-09-27 13:52:04','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3353,4,'2016-09-29 09:43:11','2016-09-29 13:43:11','I met Bonnie Friedman at an industry networking event several years ago. We\'ve stayed in touch, and a couple of years ago Bonnie told me she was starting to write a book about advocating for a loved one\r\n\r\nwhen in the hospital. Well, her book launched earlier this year. Naturally, I reached out to Bonnie to ask her about her writing.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"alignleft size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"bonnie-preso\" width=\"300\" height=\"200\" /></a>Bonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area, with her own consultancy <a href=\"http://www.bfstrategic.com/\" target=\"_blank\">Bonnie Friedman Strategic Communications, LLC</a>.  She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/bonniecomm\" target=\"_blank\">@Bonniecomm</a>\r\n<h1></h1>\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\nSince Bonnie published her book this year<strong>,</strong> I asked her a few bonus questions about the book writing process.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n<strong> Like Bonnie says, writing a book is just like writing for marketing and PR, except taken to a \"massive\" degree. It\'s a great achievement. For more writing insight, check back here on Thursday, October 27.</strong>\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-29 09:43:11','2016-09-29 13:43:11','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3355,4,'2016-09-29 09:45:23','2016-09-29 13:45:23','','bonnie-head','','inherit','open','open','','bonnie-head','','','2016-09-29 09:45:23','2016-09-29 13:45:23','',3348,'http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head.jpg',0,'attachment','image/jpeg',0),
(3354,4,'2016-09-29 09:44:03','2016-09-29 13:44:03','I met Bonnie Friedman at an industry networking event several years ago. We\'ve stayed in touch, and a couple of years ago Bonnie told me she was starting to write a book about advocating for a loved onewhen in the hospital. Well, her book launched earlier this year. Naturally, I reached out to Bonnie to ask her about her writing.\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"alignleft size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"bonnie-preso\" width=\"300\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\nBonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area, with her own consultancy <a href=\"http://www.bfstrategic.com/\" target=\"_blank\">Bonnie Friedman Strategic Communications, LLC</a>.  She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/bonniecomm\" target=\"_blank\">@Bonniecomm</a>\r\n<h1></h1>\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\nSince Bonnie published her book this year<strong>,</strong> I asked her a few bonus questions about the book writing process.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n<strong> Like Bonnie says, writing a book is just like writing for marketing and PR, except taken to a \"massive\" degree. It\'s a great achievement. For more writing insight, check back here on Thursday, October 27.</strong>\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-29 09:44:03','2016-09-29 13:44:03','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3356,4,'2016-09-29 09:46:29','2016-09-29 13:46:29','I met Bonnie Friedman at an industry networking event several years ago. We\'ve stayed in touch, and a couple of years ago Bonnie told me she was starting to write a book about advocating for a loved onewhen in the hospital. Well, her book launched earlier this year. Naturally, I reached out to Bonnie to ask her about her writing.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head.jpg\"><img class=\"alignleft size-medium wp-image-3355\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head-198x300.jpg\" alt=\"bonnie-head\" width=\"198\" height=\"300\" /></a>Bonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area, with her own consultancy <a href=\"http://www.bfstrategic.com/\" target=\"_blank\">Bonnie Friedman Strategic Communications, LLC</a>.  She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/bonniecomm\" target=\"_blank\">@Bonniecomm</a>\r\n<h1></h1>\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\n[caption id=\"attachment_3350\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"Hospital Warrior Launch\" width=\"300\" height=\"200\" /></a> Hospital Warrior Launch[/caption]\r\n\r\nSince Bonnie published her book this year<strong>,</strong> I asked her a few bonus questions about the book writing process.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n<strong> Like Bonnie says, writing a book is just like writing for marketing and PR, except taken to a \"massive\" degree. It\'s a great achievement. For more writing insight, check back here on Thursday, October 27.</strong>\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-29 09:46:29','2016-09-29 13:46:29','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3357,4,'2016-09-29 09:52:36','2016-09-29 13:52:36','I met Bonnie Friedman at an industry networking event several years ago. We\'ve stayed in touch, and a couple of years ago Bonnie told me she was starting to write a book about advocating for a loved one when in the hospital. The book was published earlier this year, which prompted me to reach out to Bonnie to ask her about her writing.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head.jpg\"><img class=\"alignleft size-medium wp-image-3355\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head-198x300.jpg\" alt=\"bonnie-head\" width=\"198\" height=\"300\" /></a>\r\n\r\n&nbsp;\r\n\r\nBonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area, with her own consultancy <a href=\"http://www.bfstrategic.com/\" target=\"_blank\">Bonnie Friedman Strategic Communications, LLC</a>.  She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/bonniecomm\" target=\"_blank\">@Bonniecomm</a>\r\n<h1></h1>\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\n[caption id=\"attachment_3350\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"Hospital Warrior Launch\" width=\"300\" height=\"200\" /></a> Hospital Warrior Launch[/caption]\r\n\r\nGiven that her book launched this year, I asked Bonnie to share her thoughts about the process of writing a book.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n<span style=\"color: #ff0000;\"><strong> Like Bonnie says, writing a book is just like writing for marketing and PR, except taken to a \"massive\" degree. It\'s a great achievement, and in Bonnie\'s case, one that will people needed information to successfully helped loved ones who are ill and in the hospital. </strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>For more writing insight, check back here on Thursday, October 27.</strong></span>\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-29 09:52:36','2016-09-29 13:52:36','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3358,4,'2016-09-29 09:55:51','2016-09-29 13:55:51','I met Bonnie Friedman at an industry networking event several years ago. We\'ve stayed in touch, and a couple of years ago Bonnie told me she was starting to write a book about advocating for someone who is ill and in the hospital. The book was published earlier this year, which prompted me to reach out to Bonnie to ask her about her writing.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3355\" align=\"alignleft\" width=\"198\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head.jpg\"><img class=\"wp-image-3355 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head-198x300.jpg\" alt=\"bonnie-head\" width=\"198\" height=\"300\" /></a> Bonnie Friedman[/caption]\r\n\r\n&nbsp;\r\n\r\nBonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area, with her own consultancy <a href=\"http://www.bfstrategic.com/\" target=\"_blank\">Bonnie Friedman Strategic Communications, LLC</a>.  She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/bonniecomm\" target=\"_blank\">@Bonniecomm</a>\r\n<h1></h1>\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\n[caption id=\"attachment_3350\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"Hospital Warrior Launch\" width=\"300\" height=\"200\" /></a> Hospital Warrior Launch[/caption]\r\n\r\nGiven that her book launched this year, I asked Bonnie to share her thoughts about the process of writing a book.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n<span style=\"color: #ff0000;\"><strong> Like Bonnie says, writing a book is just like writing for marketing and PR, except taken to a \"massive\" degree. It\'s a great achievement, and in Bonnie\'s case, one that will provide people with needed information to successfully helped loved ones who are ill and in the hospital. </strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>For more writing insight from a communications professional, check back here on Thursday, October 27 for the next On Writing interview.</strong></span>\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-29 09:55:51','2016-09-29 13:55:51','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3359,4,'2016-09-29 09:56:29','2016-09-29 13:56:29','I met Bonnie Friedman at an industry networking event several years ago. We\'ve stayed in touch, and a couple of years ago Bonnie told me she was starting to write a book about advocating for someone who is ill and in the hospital. The book was published earlier this year, which prompted me to reach out to Bonnie to ask her about her writing.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3355\" align=\"alignleft\" width=\"198\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head.jpg\"><img class=\"wp-image-3355 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-Head-198x300.jpg\" alt=\"bonnie-head\" width=\"198\" height=\"300\" /></a> Bonnie Friedman[/caption]\r\n\r\n&nbsp;\r\n\r\nBonnie Friedman is a seasoned communications and marketing professional with more than 40 years of experience in the Washington, DC, area, with her own consultancy <a href=\"http://www.bfstrategic.com/\" target=\"_blank\">Bonnie Friedman Strategic Communications, LLC</a>.  She worked for several federal agencies before starting her own consulting business. Her new book, Hospital Warrior: How to Get the Best Care for Your Loved One, combines her passion for health care advocacy with her love of writing.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/bonniecomm\" target=\"_blank\">@Bonniecomm</a>\r\n<h1></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the heart of what I do, whether working in government, as a consultant or now as an author. Even as a teenager, I loved to write. For me, it is the most effective way to express thoughts, share information or convey emotion. Of all the things I do professionally, writing is by far the most important skill in my wheelhouse.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world? </strong>\r\n\r\nYes, I believe it does matter. Whether you want to convey thoughts, information or emotion, you want to do so effectively. Sloppy or inexact language detracts from the message and makes the writer appear lazy or facile. For me, it is extremely satisfying to create a strong, well-crafted statement or document that precisely reflects my point of view.\r\n\r\n<strong>3. </strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nWhen I first started my career, I was told to write the first draft, warts and all, off the top of my head, then go back and improve upon it later. When I feel stuck now, I still follow that advice. It helps me express my initial thoughts and move forward with my work. There is a freedom in that type of writing that frequently breathes life and light into my work, even if I later edit or revise it.\r\n\r\n<strong>4. What are your top three writing resources or references (digital or paper-based)? </strong>\r\n\r\nDepending on what I am writing, the top three are the Associated Press Stylebook, William Strunk’s The Elements of Style and Roget’s Thesaurus. Even though I frequently use online resources for quick references, these three are still my all-time favorites.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI don’t follow a specific style guide as a matter of course. However, if I am writing for the media, I use the AP Stylebook; if writing for a government client, I may use the Government Printing Office Style Manual. When I wrote my book, I did not use one particular style guide but referred to various resources when I needed guidance, particularly on how best to convey complicated medical information for lay readers.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nI really dislike the use of “impact” as a verb. It grates on me. As far as I’m concerned, the word “impact” should remain a noun. When used as a verb, it strikes me as affected and pretentious. That said, I recognize that language must be fluid and supple. If it weren’t, we might still be speaking Elizabethan English today.<strong>   </strong>\r\n\r\n<strong>7</strong>. <strong>What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThere are so many great words; it is hard to choose. One that I like a lot is onomatopoeia; it is wonderfully descriptive and rolls around in the mouth quite deliciously. Likewise, there are several words I dislike viscerally, but none are acceptably repeated in a family-friendly interview. All are mean-spirited, hateful references to individuals or groups. Some are four letters; others are longer.  You get the idea.\r\n\r\n[caption id=\"attachment_3350\" align=\"aligncenter\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso.jpg\"><img class=\"size-medium wp-image-3350\" src=\"http://deborahbrody.com/wp-content/uploads/2016/09/Bonnie-preso-300x200.jpg\" alt=\"Hospital Warrior Launch\" width=\"300\" height=\"200\" /></a> Hospital Warrior Launch[/caption]\r\n\r\nGiven that her book launched this year, I asked Bonnie to share her thoughts about the process of writing a book.\r\n\r\n<strong>Describe your book:</strong>\r\n\r\nHospital Warrior: How to Get the Best Care for Your Loved One is a how-to guide on advocating effectively when someone you love is ill. It is filled with advice, tips and ideas based on my own experience as well interviews with a wide range of medical and legal professionals. It is also a story of love, family and thriving. The website is <a href=\"http://www.hospitalwarrior.com\">www.hospitalwarrior.com</a>.\r\n\r\n<strong>What inspired you to write the book and how long did it take you to write it? </strong>\r\n\r\nHospital Warrior draws on my 24 years of advocating for my husband through 14 separate hospitalizations—some routine and some life-threatening. He is now doing well, and I felt I had learned so much over the years that I wanted to share with others. Giving back is an important value in my life. In Judaism, we call it <em>Tikkun Olam</em>. This is my way of giving back. The book took about two years to write.\r\n\r\n<strong>What were your main challenges in writing and publishing a book? How did it compare to the previous writing you have done?</strong>\r\n\r\nThere are many challenges in writing and publishing a book. To start, as an author, you must be clear in your own mind about your audience, your message and your market.  While you need to remain flexible about options and opportunities, you can’t lose sight of your primary goals. Publishing in today’s market is very difficult, especially for new authors. I feel fortunate to have a small, indie publisher who invests in his authors’ success.\r\n\r\nIn some ways, writing this book was similar to other forms of non-fiction. It required research, interviews, fact-checking and discipline. But it required all those things in massive doses—more than I had ever done before. Also important were organizational skills, tenacity and belief in what I was doing. It might have been easy to give up or change course, especially when finding the right publisher proved difficult. But I was determined, and that paid off for me.\r\n\r\n<strong>What tips do you have for others thinking of writing a book?</strong>\r\n\r\nBe clear about your purpose. Know your market. Stay open-mined and creative. At the same time, bring discipline to your work and apply it to your writing. If you are a new author, find a mentor for guidance and support. I have a wonderful friend who is the author of seven books; she shared advice generously when I needed it. Also be sure to have at least a few readers—people whose opinions you respect and who will provide solid, constructive feedback on your work. Then be willing to listen to them!\r\n\r\n<span style=\"color: #ff0000;\"><strong> Like Bonnie says, writing a book is just like writing for marketing and PR, except taken to a \"massive\" degree. It\'s a great achievement, and in Bonnie\'s case, one that will provide people with needed information to successfully helped loved ones who are ill and in the hospital. </strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>For more writing insight from a communications professional, check back here on Thursday, October 27 for the next On Writing interview.</strong></span>\r\n\r\n&nbsp;','On writing: Bonnie Friedman is an advocate','','inherit','open','open','','3348-revision-v1','','','2016-09-29 09:56:29','2016-09-29 13:56:29','',3348,'http://deborahbrody.com/2016/09/3348-revision-v1/',0,'revision','',0),
(3361,4,'2016-10-06 11:01:37','2016-10-06 15:01:37','You\'ve all heard that famous question: if a tree falls in a forest, and no one is there to hear it, does it still make a sound?\r\n\r\nLet\'s change that question: if you are telling a story, but nobody can hear you, are you still communicating?\r\n\r\nI was considering this second question during Rosh Hashana services this week. The synagogue I was attending does not have microphones, and the rabbi there is not good at projecting his voice. As he was giving his sermon, I was having a hard time hearing what he was saying. I am sure the further back in the synagogue that people were sitting, the less they could hear.\r\n\r\nIf you couldn\'t hear the rabbi, then you would not know what he said, and therefore, it was like he never gave a sermon at all. So, was this rabbi communicating? In short, he wasn\'t.\r\n\r\nIn essence,<strong> communication is the exchange of information. </strong> If you can\'t hear the information being shared, then you do not know what that information is, therefore information is not being exchanged.\r\n\r\nThe rabbi may have had some greats insights or inspirational messages to share, but if nobody heard them, then he failed to enlighten or inspire his congregation.\r\n\r\n<strong>Make sure they can hear</strong>\r\n\r\nThe takeaway from my Rosh Hashana experience is simple: It\'s not enough to have good information to share, you have to make sure your intended audience can receive that information.\r\n\r\n&nbsp;','If a tree falls...','','publish','open','open','','if-a-tree-falls','','','2016-10-06 11:01:37','2016-10-06 15:01:37','',0,'http://deborahbrody.com/?p=3361',0,'post','',0),
(3362,4,'2016-10-06 11:01:37','2016-10-06 15:01:37','You\'ve all heard that famous question: if a tree falls in a forest, and no one is there to hear it, does it still make a sound?\r\n\r\nLet\'s change that question: if you are telling a story, but nobody can hear you, are you still communicating?\r\n\r\nI was considering this second question during Rosh Hashana services this week. The synagogue I was attending does not have microphones, and the rabbi there is not good at projecting his voice. As he was giving his sermon, I was having a hard time hearing what he was saying. I am sure the further back in the synagogue that people were sitting, the less they could hear.\r\n\r\nIf you couldn\'t hear the rabbi, then you would not know what he said, and therefore, it was like he never gave a sermon at all. So, was this rabbi communicating? In short, he wasn\'t.\r\n\r\nIn essence,<strong> communication is the exchange of information. </strong> If you can\'t hear the information being shared, then you do not know what that information is, therefore information is not being exchanged.\r\n\r\nThe rabbi may have had some greats insights or inspirational messages to share, but if nobody heard them, then he failed to enlighten or inspire his congregation.\r\n\r\n<strong>Make sure they can hear</strong>\r\n\r\nThe takeaway from my Rosh Hashana experience is simple: It\'s not enough to have good information to share, you have to make sure your intended audience can receive that information.\r\n\r\n&nbsp;','If a tree falls...','','inherit','open','open','','3361-revision-v1','','','2016-10-06 11:01:37','2016-10-06 15:01:37','',3361,'http://deborahbrody.com/2016/10/3361-revision-v1/',0,'revision','',0),
(3365,4,'2016-10-19 10:23:38','2016-10-19 14:23:38','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2016-10-19 10:23:38','2016-10-19 14:23:38','',2509,'http://deborahbrody.com/2016/10/2509-revision-v1/',0,'revision','',0),
(3366,4,'2016-10-24 11:10:53','2016-10-24 15:10:53','Lately, I have seen a couple of opinion pieces written by marketing people that state you should never, ever share your political opinion, at the risk of losing clients and alienating your network.\r\n\r\nI don\'t agree. I think it depends on several factors and there is not a one-size-fits-all approach. You will need to consider at least two issues:\r\n\r\n1. Are you an employee or are you representing yourself? Are you sharing a political opinion for a company or for yourself?\r\n\r\n2. Where you are sharing your views?\r\n\r\n<strong>Let\'s start with the where.</strong>\r\n\r\nI don\'t think you should ever share political views on LinkedIn, no matter if you are a company, individual or small business owner. But you should (in certain cases) on Twitter.\r\n\r\n<strong>LinkedIn is a professional, business-oriented social network. Twitter is not.\r\n</strong>\r\n\r\nPeople go to LinkedIn specifically to network and to research your professional background. They do not go to LinkedIn to find out about  your views on Hillary Clinton.\r\n\r\n<strong>Twitter is real-time conversation. LinkedIn is more static.</strong>\r\n\r\nI know that you aren’t supposed to talk about politics or religion in polite company. But Twitter is not polite company. It’s a rapid-fire issue-of-the-minute national and international conversation. LinkedIn, on the other hand, is not that. It’s a staid, share your credentials and network sort of place.\r\n\r\nThere are millions of tweets every hour. On LinkedIn, your network probably shares a few updates a day.\r\n\r\n<strong>People go to Twitter to share their opinion and see what others think.</strong>\r\n\r\nDuring the presidential debates it was pretty easy to see who doesn\'t live in the United States and who uses automated tweets. Those were the folks who didn\'t weigh in on the Clinton-Trump stand-off and/or tweeted about non-political matters.\r\n\r\n<strong>But it matters who you are, too.</strong>\r\n\r\nOn social media, not everyone is treated the same.\r\n<p style=\"padding-left: 30px;\">If you are tweeting as yourself and you are not claiming a company or organization in your Twitter profile, then you should say what you want.</p>\r\n<p style=\"padding-left: 30px;\">If you are tweeting in name of the organization, then you need to be very careful what you say.</p>\r\n<p style=\"padding-left: 30px;\">If you are representing a consumer-oriented organization (like a restaurant or manufacturer), then you should be probably keep quiet. People do not generally follow a product or brand to see what political views it has.</p>\r\n<p style=\"padding-left: 30px;\">If you work for an organization that works in a political or advocacy space, then you must make your views known.  People follow political/advocacy accounts precisely because of a specific viewpoint.</p>\r\n<p style=\"padding-left: 30px;\">If you are like me, an individual who owns her own business, then you should make a decision that best fits you. I choose to share my political views on Twitter, not on LinkedIn. Be aware that not all your current or potential clients will share your views, and may choose not to do business with you because of those views. On the other hand, some people will share your viewpoint and will choose to interact with you precisely because of that view.</p>\r\n<strong>We are human</strong>\r\n\r\nIn the end, we must remember that on social media, we are not automatons, we are human beings. Sometimes we respond viscerally and in the moment. For example, when people found out about the horrible massacre at Newtown, they shared their horror and some also shared their views on guns.\r\n\r\nHuman beings have ideas, likes, dislikes and of course, political opinions. While political opinions can incite strong responses, your likes and dislikes can generate controversy too.\r\n\r\n<strong>You win some, and you lose some</strong>\r\n\r\nUltimately, you will need to accept that sharing your opinions (political and otherwise) may create a backlash, or it could result in support.  Your opinions can lose you followers, but they may also gain you a following.\r\n\r\n<span style=\"color: #ff0000;\"><strong>What do you think? Do you share your political views? What is the main reason you do or do not? Let me know in the comments.</strong> </span>\r\n\r\nP.S. If you care about my political views, follow me on Twitter at @DBMC.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why I share political views on Twitter but not on LinkedIn	','','publish','open','open','','why-i-share-political-views-on-twitter-but-not-on-linkedin','','','2016-10-24 11:10:53','2016-10-24 15:10:53','',0,'http://deborahbrody.com/?p=3366',0,'post','',0),
(3367,4,'2016-10-21 10:45:52','2016-10-21 14:45:52','Lately, I have seen a couple of opinion pieces written by marketing people that state you should never, ever share your political opinion, at the risk of losing clients and alienating your network.\r\n\r\nI don\'t agree. I think it depends on where you are sharing your views. I don\'t think you should share your political views on LinkedIn, but you definitely should on Twitter.\r\n\r\n<strong>LinkedIn is a professional, business-oriented social network. Twitter is not.</strong>\r\n\r\nPeople go to LinkedIn specifically to network and to research your professional background. They do not go to LinkedIn to find out about  your views on Hillary Clinton.\r\n\r\n<strong>Twitter is real-time conversation. LinkedIn is more static.</strong>\r\n\r\nI know that you aren’t supposed to talk about politics or religion in polite company. But Twitter is not polite company. It’s a rapid-fire issue-of-the-minute national and international conversation. LinkedIn, on the other hand, is not that. It’s a staid, share your credentials and network sort of place.\r\n\r\nThere are millions of tweets every hour. On LinkedIn, your network probably shares a few updates a day.\r\n\r\n<strong>People go to Twitter to share their opinion and see what others think.</strong>\r\n\r\nDuring the presidential debates it was pretty easy to see who doesn\'t live in the United States and who uses automated tweets. Those were the folks who didn\'t weigh in on the Clinton-Trump stand-off and/or tweeted about non-political matters.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why I share political views on Twitter but not on LinkedIn	','','inherit','open','open','','3366-revision-v1','','','2016-10-21 10:45:52','2016-10-21 14:45:52','',3366,'http://deborahbrody.com/2016/10/3366-revision-v1/',0,'revision','',0),
(3368,4,'2016-10-24 11:09:44','2016-10-24 15:09:44','Lately, I have seen a couple of opinion pieces written by marketing people that state you should never, ever share your political opinion, at the risk of losing clients and alienating your network.\r\n\r\nI don\'t agree. I think it depends on several factors and there is not a one-size-fits-all approach. You will need to consider at least two issues:\r\n\r\n1. Are you an employee or are you representing yourself? Are you sharing a political opinion for a company or for yourself?\r\n\r\n2. Where you are sharing your views?\r\n\r\n<strong>Let\'s start with the where.</strong>\r\n\r\nI don\'t think you should ever share political views on LinkedIn, no matter if you are a company, individual or small business owner. But you should (in certain cases) on Twitter.\r\n\r\n<strong>LinkedIn is a professional, business-oriented social network. Twitter is not.\r\n</strong>\r\n\r\nPeople go to LinkedIn specifically to network and to research your professional background. They do not go to LinkedIn to find out about  your views on Hillary Clinton.\r\n\r\n<strong>Twitter is real-time conversation. LinkedIn is more static.</strong>\r\n\r\nI know that you aren’t supposed to talk about politics or religion in polite company. But Twitter is not polite company. It’s a rapid-fire issue-of-the-minute national and international conversation. LinkedIn, on the other hand, is not that. It’s a staid, share your credentials and network sort of place.\r\n\r\nThere are millions of tweets every hour. On LinkedIn, your network probably shares a few updates a day.\r\n\r\n<strong>People go to Twitter to share their opinion and see what others think.</strong>\r\n\r\nDuring the presidential debates it was pretty easy to see who doesn\'t live in the United States and who uses automated tweets. Those were the folks who didn\'t weigh in on the Clinton-Trump stand-off and/or tweeted about non-political matters.\r\n\r\n<strong>But it matters who you are, too.</strong>\r\n\r\nOn social media, not everyone is treated the same.\r\n<p style=\"padding-left: 30px;\">If you are tweeting as yourself and you are not claiming a company or organization in your Twitter profile, then you should say what you want.</p>\r\n<p style=\"padding-left: 30px;\">If you are tweeting in name of the organization, then you need to be very careful what you say.</p>\r\n<p style=\"padding-left: 30px;\">If you are representing a consumer-oriented organization (like a restaurant or manufacturer), then you should be probably keep quiet. People do not generally follow a product or brand to see what political views it has.</p>\r\n<p style=\"padding-left: 30px;\">If you work for an organization that works in a political or advocacy space, then you must make your views known.  People follow political/advocacy accounts precisely because of a specific viewpoint.</p>\r\n<p style=\"padding-left: 30px;\">If you are like me, an individual who owns her own business, then you should make a decision that best fits you. I choose to share my political views on Twitter, not on LinkedIn. Be aware that not all your current or potential clients will share your views, and may choose not to do business with you because of those views. On the other hand, some people will share your viewpoint and will choose to interact with you precisely because of that view.</p>\r\n<strong>We are human</strong>\r\n\r\nIn the end, we must remember that on social media, we are not automatons, we are human beings. Sometimes we respond viscerally and in the moment. For example, when people found out about the horrible massacre at Newtown, they shared their horror and some also shared their views on guns.\r\n\r\nHuman beings have ideas, likes, dislikes and of course, political opinions. While political opinions can incite strong responses, your likes and dislikes can generate controversy too.\r\n\r\n<strong>You win some, and you lose some</strong>\r\n\r\nUltimately, you will need to accept that sharing your opinions (political and otherwise) may create a backlash, or it could result in support.  Your opinions can lose you followers, but they may also gain you a following.\r\n\r\nWhat do you think? Do you share your political views? What is the main reason you do or do not? Let me know in the comments.\r\n\r\nP.S. If you care about my political views, follow me on Twitter at @DBMC.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why I share political views on Twitter but not on LinkedIn	','','inherit','open','open','','3366-revision-v1','','','2016-10-24 11:09:44','2016-10-24 15:09:44','',3366,'http://deborahbrody.com/2016/10/3366-revision-v1/',0,'revision','',0),
(3369,4,'2016-10-24 11:10:53','2016-10-24 15:10:53','Lately, I have seen a couple of opinion pieces written by marketing people that state you should never, ever share your political opinion, at the risk of losing clients and alienating your network.\r\n\r\nI don\'t agree. I think it depends on several factors and there is not a one-size-fits-all approach. You will need to consider at least two issues:\r\n\r\n1. Are you an employee or are you representing yourself? Are you sharing a political opinion for a company or for yourself?\r\n\r\n2. Where you are sharing your views?\r\n\r\n<strong>Let\'s start with the where.</strong>\r\n\r\nI don\'t think you should ever share political views on LinkedIn, no matter if you are a company, individual or small business owner. But you should (in certain cases) on Twitter.\r\n\r\n<strong>LinkedIn is a professional, business-oriented social network. Twitter is not.\r\n</strong>\r\n\r\nPeople go to LinkedIn specifically to network and to research your professional background. They do not go to LinkedIn to find out about  your views on Hillary Clinton.\r\n\r\n<strong>Twitter is real-time conversation. LinkedIn is more static.</strong>\r\n\r\nI know that you aren’t supposed to talk about politics or religion in polite company. But Twitter is not polite company. It’s a rapid-fire issue-of-the-minute national and international conversation. LinkedIn, on the other hand, is not that. It’s a staid, share your credentials and network sort of place.\r\n\r\nThere are millions of tweets every hour. On LinkedIn, your network probably shares a few updates a day.\r\n\r\n<strong>People go to Twitter to share their opinion and see what others think.</strong>\r\n\r\nDuring the presidential debates it was pretty easy to see who doesn\'t live in the United States and who uses automated tweets. Those were the folks who didn\'t weigh in on the Clinton-Trump stand-off and/or tweeted about non-political matters.\r\n\r\n<strong>But it matters who you are, too.</strong>\r\n\r\nOn social media, not everyone is treated the same.\r\n<p style=\"padding-left: 30px;\">If you are tweeting as yourself and you are not claiming a company or organization in your Twitter profile, then you should say what you want.</p>\r\n<p style=\"padding-left: 30px;\">If you are tweeting in name of the organization, then you need to be very careful what you say.</p>\r\n<p style=\"padding-left: 30px;\">If you are representing a consumer-oriented organization (like a restaurant or manufacturer), then you should be probably keep quiet. People do not generally follow a product or brand to see what political views it has.</p>\r\n<p style=\"padding-left: 30px;\">If you work for an organization that works in a political or advocacy space, then you must make your views known.  People follow political/advocacy accounts precisely because of a specific viewpoint.</p>\r\n<p style=\"padding-left: 30px;\">If you are like me, an individual who owns her own business, then you should make a decision that best fits you. I choose to share my political views on Twitter, not on LinkedIn. Be aware that not all your current or potential clients will share your views, and may choose not to do business with you because of those views. On the other hand, some people will share your viewpoint and will choose to interact with you precisely because of that view.</p>\r\n<strong>We are human</strong>\r\n\r\nIn the end, we must remember that on social media, we are not automatons, we are human beings. Sometimes we respond viscerally and in the moment. For example, when people found out about the horrible massacre at Newtown, they shared their horror and some also shared their views on guns.\r\n\r\nHuman beings have ideas, likes, dislikes and of course, political opinions. While political opinions can incite strong responses, your likes and dislikes can generate controversy too.\r\n\r\n<strong>You win some, and you lose some</strong>\r\n\r\nUltimately, you will need to accept that sharing your opinions (political and otherwise) may create a backlash, or it could result in support.  Your opinions can lose you followers, but they may also gain you a following.\r\n\r\n<span style=\"color: #ff0000;\"><strong>What do you think? Do you share your political views? What is the main reason you do or do not? Let me know in the comments.</strong> </span>\r\n\r\nP.S. If you care about my political views, follow me on Twitter at @DBMC.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Why I share political views on Twitter but not on LinkedIn	','','inherit','open','open','','3366-revision-v1','','','2016-10-24 11:10:53','2016-10-24 15:10:53','',3366,'http://deborahbrody.com/2016/10/3366-revision-v1/',0,'revision','',0),
(3371,4,'2016-10-27 09:10:05','2016-10-27 13:10:05','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year, yikes!), here we are, on the last Thursday of October, which means it\'s time for the On Writing interview. This month I asked Todd Van Hoosear to share his thoughts. Todd is a professional communicator who focuses on technology and social media. He has spent several semesters teaching students at Boston University all about social media. Read on to learn how Todd uses and hones his writing skills (and you may also learn a new word--I did).\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignright\" width=\"280\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word <a href=\"http://www.collinsdictionary.com/dictionary/english/epeolatry\" target=\"_blank\">epeolatry </a>in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>Just so you know, I had to look up epeolatry and it means \"a worship of words.\" That\'s a good one to know! I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like magic. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November, since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, instead it will publish on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','publish','open','open','','on-writing-todd-van-hoosear-works-magic-against-ambiguity','','\nhttp://morethanmarketing.net/contact/','2016-10-27 09:10:05','2016-10-27 13:10:05','',0,'http://deborahbrody.com/?p=3371',0,'post','',0),
(3372,4,'2016-10-26 09:59:39','2016-10-26 13:59:39','','vanhoosear_todd','Todd Van Hoosear','inherit','open','open','','vanhoosear_todd','','','2016-10-26 09:59:58','2016-10-26 13:59:58','',3371,'http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg',0,'attachment','image/jpeg',0),
(3373,4,'2016-10-26 10:00:54','2016-10-26 14:00:54','<h1></h1>\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"size-full wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"300\" height=\"300\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<strong>Name:</strong>   Todd Van Hoosear\r\n\r\n<strong>Organization</strong>:   EMA Boston\r\n\r\n<strong>Website:</strong> http://vanhoosear.com/\r\n\r\n<strong>Twitter:</strong> @vanhoosear\r\n\r\nTodd Van Hoosear is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n<h1>Seven questions about writing</h1>\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong> </strong>\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the Grammar Girl podcast religiously. I also read Copyblogger on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-26 10:00:54','2016-10-26 14:00:54','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3375,4,'2016-10-27 08:45:43','2016-10-27 12:45:43','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year), here we are, on the last Thursday of October. This month\'s On Writing interview is with PR pro Todd Van Hoosear. Todd has also spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"size-full wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"300\" height=\"300\" /></a>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 08:45:43','2016-10-27 12:45:43','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3374,4,'2016-10-27 08:43:08','2016-10-27 12:43:08','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year), here we are, on the last Thursday of October. This month\'s On Writing interview is with PR pro Todd Van Hoosear. Todd has also spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"size-full wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"300\" height=\"300\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<strong>Name:</strong>   Todd Van Hoosear\r\n\r\n<strong>Organization</strong>:   EMA Boston\r\n\r\n<strong>Website:</strong> http://vanhoosear.com/\r\n\r\n<strong>Twitter:</strong> @vanhoosear\r\n\r\nTodd Van Hoosear is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n<h1>Seven questions about writing</h1>\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 08:43:08','2016-10-27 12:43:08','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3376,4,'2016-10-27 08:47:04','2016-10-27 12:47:04','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year), here we are, on the last Thursday of October. This month\'s On Writing interview is with PR pro Todd Van Hoosear. Todd has also spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"size-full wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"300\" height=\"300\" /></a>\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 08:47:04','2016-10-27 12:47:04','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3377,4,'2016-10-27 08:48:15','2016-10-27 12:48:15','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year), here we are, on the last Thursday of October. This month\'s On Writing interview is with PR pro Todd Van Hoosear. Todd has also spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a>\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 08:48:15','2016-10-27 12:48:15','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3378,4,'2016-10-27 08:48:53','2016-10-27 12:48:53','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year), here we are, on the last Thursday of October. This month\'s On Writing interview is with PR pro Todd Van Hoosear. Todd has also spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"alignright wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a>\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 08:48:53','2016-10-27 12:48:53','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3379,4,'2016-10-27 08:49:24','2016-10-27 12:49:24','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year), here we are, on the last Thursday of October. This month\'s On Writing interview is with PR pro Todd Van Hoosear. Todd has also spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignright\" width=\"280\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 08:49:24','2016-10-27 12:49:24','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3380,4,'2016-10-27 08:52:18','2016-10-27 12:52:18','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year, yikes!), here we are, on the last Thursday of October, which is means it\'s time for the On Writing interview. This month is asked PR pro Todd Van Hoosear to share his thoughts. Todd writes and consults for a living, and he has spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignright\" width=\"280\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong> 1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 08:52:18','2016-10-27 12:52:18','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3381,4,'2016-10-27 08:56:45','2016-10-27 12:56:45','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year, yikes!), here we are, on the last Thursday of October, which means it\'s time for the On Writing interview. This month I asked Todd Van Hoosear to share his thoughts. Todd is a professional communicator, who focuses on technology and social media. He has spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignright\" width=\"280\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top—most cringe-worthy--writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word epeolatry in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 08:56:45','2016-10-27 12:56:45','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3382,4,'2016-10-27 09:01:10','2016-10-27 13:01:10','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year, yikes!), here we are, on the last Thursday of October, which means it\'s time for the On Writing interview. This month I asked Todd Van Hoosear to share his thoughts. Todd is a professional communicator, who focuses on technology and social media. He has spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignright\" width=\"280\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word e<a href=\"http://www.collinsdictionary.com/dictionary/english/epeolatry\" target=\"_blank\">peolatry </a>in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>Just so you know, I had to look up epeolatry and it means \"a worship of words.\" I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 09:01:10','2016-10-27 13:01:10','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3383,4,'2016-10-27 09:03:36','2016-10-27 13:03:36','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year, yikes!), here we are, on the last Thursday of October, which means it\'s time for the On Writing interview. This month I asked Todd Van Hoosear to share his thoughts. Todd is a professional communicator, who focuses on technology and social media. He has spent several semesters teaching students at Boston University all about social media. Read on to see how Todd uses and hones his writing skills.\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignright\" width=\"280\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word <a href=\"http://www.collinsdictionary.com/dictionary/english/epeolatry\" target=\"_blank\">epeolatry </a>in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>Just so you know, I had to look up epeolatry and it means \"a worship of words.\" That\'s a good one to know! I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 09:03:36','2016-10-27 13:03:36','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3384,4,'2016-10-27 09:05:37','2016-10-27 13:05:37','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year, yikes!), here we are, on the last Thursday of October, which means it\'s time for the On Writing interview. This month I asked Todd Van Hoosear to share his thoughts. Todd is a professional communicator, who focuses on technology and social media. He has spent several semesters teaching students at Boston University all about social media. Read on to learn how Todd uses and hones his writing skills (and you may also learn a new word--I did).\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignright\" width=\"280\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word <a href=\"http://www.collinsdictionary.com/dictionary/english/epeolatry\" target=\"_blank\">epeolatry </a>in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>Just so you know, I had to look up epeolatry and it means \"a worship of words.\" That\'s a good one to know! I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like a magic trick. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, but on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 09:05:37','2016-10-27 13:05:37','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3385,4,'2016-10-27 09:10:05','2016-10-27 13:10:05','Even though it\'s hard to believe we are days away from Halloween (and thus two months away from the end of the year, yikes!), here we are, on the last Thursday of October, which means it\'s time for the On Writing interview. This month I asked Todd Van Hoosear to share his thoughts. Todd is a professional communicator who focuses on technology and social media. He has spent several semesters teaching students at Boston University all about social media. Read on to learn how Todd uses and hones his writing skills (and you may also learn a new word--I did).\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_3372\" align=\"alignright\" width=\"280\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\"><img class=\"wp-image-3372\" src=\"http://deborahbrody.com/wp-content/uploads/2016/10/VanHoosear_Todd.jpg\" alt=\"Todd Van Hoosear\" width=\"280\" height=\"280\" /></a> Todd Van Hoosear[/caption]\r\n\r\n<a href=\"http://morethanmarketing.net/contact/\" target=\"_blank\">Todd Van Hoosear</a> is a public relations professional with 20 years of experience under his belt – most of it agency work, but with stints in IT and product marketing. He recently moved from Boston to Gainesville, Florida, where he is still working remotely for a few EMA Boston clients, but also contemplating his next move.\r\n\r\n<strong>Twitter:</strong> <a href=\"https://twitter.com/vanhoosear\" target=\"_blank\">@vanhoosear</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1.</strong> <strong>What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nAs a PR pro, I regularly vacillate between stressing the importance of writing and that of selling when it comes to putting the right team together to serve my clients. Public relations is, at its essence, a combination of the art of storytelling and the science of influence. Writing plays into both of these. So do interpersonal skills, organizational skills, and yes, even math!\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nTo quote Blaise Pascal (and Mark Twain and Lord knows how many more authors it’s also been attributed to), “I would have written a shorter letter, but I did not have the time.” Writing is hard. Writing concisely is even harder. Writing good tweets and texts may be the hardest of all. Except maybe for Donald Trump. He’s got it down. He makes it look easy when it’s not. I’ll give him credit: he writes like he speaks, which is a critical skill in today’s world. For most people, it takes years to forget all their formal writing training. <strong> </strong>\r\n\r\n<strong>3.</strong> <strong>What’s the best advice you’ve received or would give on how to improve writing skills? </strong>\r\n\r\nI can’t remember where I heard this, but it’s stuck with me all these years: good writers are like magicians, and the readers are their audience. The readers want to be tricked. They love the mystery, even when they know it isn’t real. Your job as a writer isn’t to fill their heads, it’s to give them what they need to fill their own heads, and then messing with them just a little. Maybe not quite as much as George RR Martin does, though. That’s just cruel. I’m still mourning Ned Stark!\r\n\r\n<strong>4.What are your top three writing resources or references (digital or paper-based)?</strong>\r\n\r\nI listen to the <a href=\"https://itunes.apple.com/us/podcast/grammar-girl-quick-dirty-tips/id173429229?mt=2\" target=\"_blank\">Grammar Girl podcast</a> religiously. I also read<a href=\"http://www.copyblogger.com/\" target=\"_blank\"> Copyblogger</a> on a regular basis, as it’s very relevant to my day-to-day. Finally, I’ll go old school and recommend a book: <em>Influence: The Psychology of Persuasion</em> by Robert Cialdini. It’s my writing bible.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?  </strong>\r\n\r\nI am <em>AP Stylebook</em> 100%, as are most PR pros I would imagine.\r\n\r\n<strong>6</strong>. <strong>What’s your top writing/grammar/usage pet peeve? </strong>\r\n\r\nTo quote Faith No More: “What is it?” Ambiguous pronouns drive me absolutely crazy. Who is he? Who are they? People say? Which people, exactly? This was near the top of the list of pet peeves I shared with my students every semester at Boston University.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite? </strong>\r\n\r\nThank you for giving me the excuse to use the word <a href=\"http://www.collinsdictionary.com/dictionary/english/epeolatry\" target=\"_blank\">epeolatry </a>in a sentence. Poorly, yes; but it’s there. It’s how I feel about words, especially when I find the right ones. I’m not sure I have a least favorite word. They’re all great. But I do have a least favorite non-word: irregardless.\r\n\r\n<span style=\"color: #ff0000;\"><strong>Just so you know, I had to look up epeolatry and it means \"a worship of words.\" That\'s a good one to know! I love Todd\'s view that writing concisely is hard. And even more so, that writing well is like magic. Making concise writing look easy is definitely a trick worth learning. On Writing will be back, but not on the last Thursday of November, since that is Thanksgiving Day and I think you\'ll have better things to do than read this blog, instead it will publish on Thursday, December 1. Don\'t miss it!</strong></span>','On writing: Todd Van Hoosear works magic against ambiguity','','inherit','open','open','','3371-revision-v1','','','2016-10-27 09:10:05','2016-10-27 13:10:05','',3371,'http://deborahbrody.com/2016/10/3371-revision-v1/',0,'revision','',0),
(3387,4,'2016-11-03 10:25:26','2016-11-03 14:25:26','A few weeks ago an acquaintance was coming to town from the West Coast. She posted on Facebook (along with about another five posts the same day) that she was free on a given afternoon and if people wanted to see her, to please message her. Now, I hadn\'t seen this person in a couple of years, and since I was free on the afternoon she mentioned, I would have liked to get together. But, I hadn\'t seen her post until it was too late.  By the time I messaged her, she had already made other plans since she said that nobody responded to her post.\r\n\r\nIn my opinion, she failed to communicate effectively. There are several potential reasons why.\r\n\r\n<strong>Why #1: Not understanding how social media works.</strong>\r\n\r\nChances are good that only a few people in your network will see what you post.  First, social media is a continual flow of information from many sources. Nowhere is this more obvious than on Twitter, which shows you everything from everybody in real time. If you missed it, you missed it (unless someone re-tweeted it and it gained traction). And to make that more complicated, the different networks use algorithms to show you what the network thinks you want to see. On Facebook, the default algorithm is set to show \"top posts,\" which are the posts that more people have \"liked.\" LinkedIn has a similar algorithm, also showing what it deems are \"top\" posts.\r\n\r\nAdditionally, social media provides controls for people to \"hide\" or \"mute\" certain users. It\'s quite possible you\'ve been hidden and thus your posts won\'t be seen at all.\r\n\r\nIn order to work around social media\'s constraints, you have to provide relevant content that gets liked and shared, and therefore becomes \"top\" content.\r\n\r\n<strong>Why# 2: Not using the right channel for your message and audience.</strong>\r\n\r\nIn this case, this woman was trying to communicate with a handful of her Facebook friends (the ones who live in this area). She may have had better luck by using a more targeted approach. For example, she could have used Facebook messenger to talk directly to those people. Or she could have (gasp) emailed or texted the people she wanted to see.\r\n\r\nDifferent channels and media have different audiences. You probably wouldn\'t put an announcement that you are giving away your kittens on LinkedIn, but you might post on Facebook. LinkedIn is about business opportunities, and Facebook is more personal. You could also try sharing a picture on Instagram of those cute kitties looking for a home.\r\n\r\nYou have to choose the right channel to make sure you message reaches the right (more receptive) audience.\r\n\r\n<strong>Why #3: Forgetting that social media is only one communications channel.</strong>\r\n\r\nIf you were trying to, say, promote a new product, chances are good you would use a mix of channels to reach different target audiences. You would also adjust your messaging accordingly. You might choose use an email campaign. Or you could do media outreach. Or you could run some advertising, including Google Ads. Or you could try promotional give-aways. Or sponsorships. You get my drift.\r\n\r\nFor social media to work, it can\'t be your only communication channel. It has to be part of a larger communication plan. Social media is just that--a medium that has social aspects that help amplify your message. It is not a substitute for other media.\r\n\r\n<strong>You want to get your message to the right people at the right time. </strong>\r\n\r\nFor any communication plan to be effective in this way, you have to use a mix of media depending on who you are trying to reach and when. You need to understand each medium, and what type of audience responds best to that channel. And you will need to adjust your messaging (e.g., length, complexity, benefits you highlight, etc.) for each medium.<strong>\r\n</strong>\r\n\r\n&nbsp;','Why you are failing to communicate on social media','','publish','open','open','','why-you-are-failing-to-communicate-on-social-media','','','2016-11-03 10:25:26','2016-11-03 14:25:26','',0,'http://deborahbrody.com/?p=3387',0,'post','',0),
(3388,4,'2016-11-03 09:51:52','2016-11-03 13:51:52','A few weeks ago an acquaintance was coming to town from the West Coast. She posted on Facebook (along with about another five posts the same day) that she was free on a given afternoon and if people wanted to see her, to please message her. Now, I hadn\'t seen this person in a couple of years, and since I was free on the afternoon she mentioned, I would have liked to get together. But, I hadn\'t seen the post until it was too late.  By the time I messaged her, she had already made other plans since she said that nobody responded to her post.\r\n\r\nIn my opinion, she failed to communicate appropriately. There are several potential reasons why.\r\n\r\n<strong>Why #1: She doesn\'t understand how social media works</strong>\r\n\r\nChances are good that only a few people in your network will see what you post.  First, social media is a continual flow of information from many sources. Nowhere is this more obvious than on Twitter, which shows you everything from everybody in real time. If you missed it, you missed (unless someone re-tweeted it and it gained traction). And to make that more complicated, the different networks use algorithms to show you what the network thinks you want to see. On Facebook, the default algorithm is set to show \"top posts,\" which are the posts that more people have \"liked.\" LinkedIn has a similar algorithm, also showing what it deems are \"top\" posts.\r\n\r\nAdditionally, social media provides controls for people to \"hide\" or \"mute\" certain users. It\'s quite possible you\'ve been hidden and thus your posts won\'t be seen at all.\r\n\r\n<strong>In order to work around social media\'s constraints, you have to provide relevant content that gets liked and shared, and therefore becomes \"top\" content. </strong>\r\n\r\n<strong>Why# 2: She wasn\'t using the right channel for her message and audience</strong>\r\n\r\nIn this case, this woman was trying to communicate with a handful of her Facebook friends (the ones who live in this area). She may have had better luck by using a more targeted approach. For example, she could have used Facebook messenger to talk directly to those people. Or she could have (gasp) emailed or texted the people she wanted to see.\r\n\r\nDifferent channels and media have different audiences. You probably wouldn\'t put an announcement that you are giving away your kittens on LinkedIn, but you might post on Facebook. LinkedIn is about business opportunities, and Facebook is more personal. You could also try sharing a picture on Instagram of those cute kitties looking for a home.\r\n\r\n<strong>You have to choose the right channel to make sure you message reaches the right (more receptive) audience.</strong>\r\n\r\n<strong>Why #3: She forgot that social media is only one communications channel.</strong>\r\n\r\nIf you were trying to, say, promote a new product, chances are good you would use a mix of channels to reach different target audiences. You would also adjust your messaging accordingly. You might choose use an email campaign. Or you could do media outreach. Or you could run some advertising, including Google Ads. Or you could try promotional give-aways. Or sponsorships. You get my drift.\r\n\r\nFor social media to work, it can\'t be your only communication channel. It has to be part of a larger communication plan. Social media is just that--a medium that has social aspects that help amplify your message. It is not a substitute for other media.\r\n\r\n<strong>For any communication plan to work, you have to use a mix of media depending on who you are trying to reach and when. </strong>\r\n\r\n&nbsp;','Why you are failing to communicate on social media','','inherit','open','open','','3387-revision-v1','','','2016-11-03 09:51:52','2016-11-03 13:51:52','',3387,'http://deborahbrody.com/2016/11/3387-revision-v1/',0,'revision','',0),
(3405,4,'2016-12-01 06:30:28','2016-12-01 11:30:28','We\'ve arrived to the last On Writing interview of the year, and this month, I\'ve turned to public relations maven (check out her Twitter handle below) Ami Neiberger-Miller. I met Ami at a PRSA conference a few years back where we both were presenting. Ami truly understands how PR works, and how important writing is to communicating effectively.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3406\" align=\"alignleft\" width=\"239\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger.jpg\"><img class=\"wp-image-3406 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger-239x300.jpg\" alt=\"Pic of Ami Neiberger-Miller\" width=\"239\" height=\"300\" /></a> Ami Neiberger-Miller[/caption]\r\n\r\n&nbsp;\r\n\r\nAmi Neiberger-Miller is a public relations strategist specializing in nonprofit organizations, associations and small businesses. She is the founder of <a href=\"http://steppingstonellc.com/\" target=\"_blank\">Steppingstone, LLC,</a> a communications and public relations agency. She has written educational curricula, a book, feature articles, press releases, infographics, training materials, websites, style guides, policy manuals, and much more.\r\n\r\nFind her on Twitter at <a href=\"https://twitter.com/amazingprmaven\" target=\"_blank\">@AmazingPRMaven</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the lifeblood of my work in public relations and advocacy. I am constantly writing for news releases, feature articles, emails, strategic plans, social media and much more. Writing is an important skill because of the electronic age in which we operate. Even though people are reading content online, they are often reading written text when they view content online. And written text plays a role in shaping visual media now too – in the form of scripts, graphics and video.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThe craft of writing is very much alive and well today. Writing well matters even more in a digital world. Writing the right words has never been more important than it is today – because attention spans are shrinking. We have to share information much faster now and it’s even more challenging to get people to pay attention. There is still space for longer form writing, and with the internet, more opportunities to attract attention and be published. Digital options also offer writing opportunities – because scripts have to be created for videos, and copy has to be written for infographics, flipbooks, and all sorts of other materials.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nTo me one of the best skills you can develop in writing is delivering quality copy quickly. I am typically the person who tries to muscle through to finish the job and reach my word count for the day (and then some). But I’ve found that I do better if I take breaks when I get stuck or reach a point where copy is just not flowing. Taking a break can be as simple as going for a walk, making some tea, or packing up and working in a new environment. Returning with fresh eyes to your work can make a big difference. Just a short break can refresh your spirit.\r\n\r\nI also find that I tend to do better with longer writing projects if I focus on them in the morning. By the end of the day, my creative juices are spent. While I can do “sausage-grinding” types of writing fairly late in the day and into the evening, I find I am typically more focused and creative in the morning. One of my favorite time slots for writing is 4-6:00 a.m. (yes, I know that sounds insane) because it’s a time of day that\'s quiet and distraction free. It’s also when my mind is freshest. If I wake up on a mission for a particular project – early morning is the time I want to use to write and pour out the words.\r\n\r\nI also think it’s important to develop the ability to \"free write.\" Just getting what you want to say out is a triumph, even if it’s messy. Far too often, I see writers get paralyzed by wanting to be sure that what they write initially is correct or concise. I may be the kind of person who proofreads restaurant menus for typos, but I can’t apply that same eagle eye to newborn writing as it’s pouring out. Getting the initial “brain dump” done can be cathartic and help you organize. Editing can come later. Respect the process so you don’t lose a great thought or element because you got caught up in the details. Being able to just sit down and “free write” without judging yourself is a really helpful practice to develop.\r\n\r\n<strong>4. What are your top three writing resources or references?</strong>\r\n\r\nI am old-fashioned in that I still keep on the shelf near my desk a red Webster’s New World Dictionary (that I won for an essay I wrote in sixth grade so it is horribly out of date but beloved). Next to it are a thesaurus and a Bartlett’s Familiar Quotations. To me, those are the big three. But I readily admit that I don’t take them out very often. I keep a lot of writing books nearby too. I have some favorite online resources, such as <a href=\"https://owl.english.purdue.edu/\" target=\"_blank\">Purdue University’s Online Writing Lab </a>and <a href=\"http://www.quickanddirtytips.com/grammar-girl\" target=\"_blank\">Grammar Girl</a>. I also like Ann Wylie’s writing workshops (which I take as webinars through my PRSA membership). On Twitter, I search for #writing #quote when I need an inspirational pick me up. I also subscribe to <a href=\"http://www.wow-womenonwriting.com/\" target=\"_blank\">Women on Writing.</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI don’t really follow a style guide with my own writing. If I am doing a project for a client, I use whatever style guide they prefer. Increasingly, clients are issuing their own style guides and making variations from the major style guides, as style has become tightly linked to branding. I keep on my shelf the following: the Associated Press Stylebook, the Chicago Manual of Style, the Elements of International English Style and the Publication Manual of the American Psychological Association.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve?</strong>\r\n\r\nMy most cringe-worthy writing gaffe is when I double up a sentence, as in \"today we are going to announce that XYZ is today.\" It’s an easy mistake that can be caught by proofreading. For some reason though, it\'s one of my bad habits.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nFavorite word: partner\r\nLeast favorite word: innovate\r\n\r\n<span style=\"color: #ff0000;\">It\'s always good practice to keep tried and true resources at your fingertips. Like Ami, every writer should have a dictionary and thesaurus nearby. The various style guides are invaluable, and AP and Chicago both have very good online versions by subscription. </span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Coming up later in December will be a recap of the On Writing advice. Please keep an eye out for it here and/or on Twitter, LinkedIn, and Facebook.</span></strong>','On writing: Ami Neiberger-Miller sticks to the tried and true','','publish','open','open','','on-writing-ami-neiberger-miller-sticks-to-the-tried-and-true','','','2016-11-29 10:58:05','2016-11-29 15:58:05','',0,'http://deborahbrody.com/?p=3405',0,'post','',0),
(3390,4,'2016-11-03 10:25:26','2016-11-03 14:25:26','A few weeks ago an acquaintance was coming to town from the West Coast. She posted on Facebook (along with about another five posts the same day) that she was free on a given afternoon and if people wanted to see her, to please message her. Now, I hadn\'t seen this person in a couple of years, and since I was free on the afternoon she mentioned, I would have liked to get together. But, I hadn\'t seen her post until it was too late.  By the time I messaged her, she had already made other plans since she said that nobody responded to her post.\r\n\r\nIn my opinion, she failed to communicate effectively. There are several potential reasons why.\r\n\r\n<strong>Why #1: Not understanding how social media works.</strong>\r\n\r\nChances are good that only a few people in your network will see what you post.  First, social media is a continual flow of information from many sources. Nowhere is this more obvious than on Twitter, which shows you everything from everybody in real time. If you missed it, you missed it (unless someone re-tweeted it and it gained traction). And to make that more complicated, the different networks use algorithms to show you what the network thinks you want to see. On Facebook, the default algorithm is set to show \"top posts,\" which are the posts that more people have \"liked.\" LinkedIn has a similar algorithm, also showing what it deems are \"top\" posts.\r\n\r\nAdditionally, social media provides controls for people to \"hide\" or \"mute\" certain users. It\'s quite possible you\'ve been hidden and thus your posts won\'t be seen at all.\r\n\r\nIn order to work around social media\'s constraints, you have to provide relevant content that gets liked and shared, and therefore becomes \"top\" content.\r\n\r\n<strong>Why# 2: Not using the right channel for your message and audience.</strong>\r\n\r\nIn this case, this woman was trying to communicate with a handful of her Facebook friends (the ones who live in this area). She may have had better luck by using a more targeted approach. For example, she could have used Facebook messenger to talk directly to those people. Or she could have (gasp) emailed or texted the people she wanted to see.\r\n\r\nDifferent channels and media have different audiences. You probably wouldn\'t put an announcement that you are giving away your kittens on LinkedIn, but you might post on Facebook. LinkedIn is about business opportunities, and Facebook is more personal. You could also try sharing a picture on Instagram of those cute kitties looking for a home.\r\n\r\nYou have to choose the right channel to make sure you message reaches the right (more receptive) audience.\r\n\r\n<strong>Why #3: Forgetting that social media is only one communications channel.</strong>\r\n\r\nIf you were trying to, say, promote a new product, chances are good you would use a mix of channels to reach different target audiences. You would also adjust your messaging accordingly. You might choose use an email campaign. Or you could do media outreach. Or you could run some advertising, including Google Ads. Or you could try promotional give-aways. Or sponsorships. You get my drift.\r\n\r\nFor social media to work, it can\'t be your only communication channel. It has to be part of a larger communication plan. Social media is just that--a medium that has social aspects that help amplify your message. It is not a substitute for other media.\r\n\r\n<strong>You want to get your message to the right people at the right time. </strong>\r\n\r\nFor any communication plan to be effective in this way, you have to use a mix of media depending on who you are trying to reach and when. You need to understand each medium, and what type of audience responds best to that channel. And you will need to adjust your messaging (e.g., length, complexity, benefits you highlight, etc.) for each medium.<strong>\r\n</strong>\r\n\r\n&nbsp;','Why you are failing to communicate on social media','','inherit','open','open','','3387-revision-v1','','','2016-11-03 10:25:26','2016-11-03 14:25:26','',3387,'http://deborahbrody.com/2016/11/3387-revision-v1/',0,'revision','',0),
(3391,4,'2016-11-10 10:58:49','2016-11-10 15:58:49','&nbsp;\r\n\r\n[caption id=\"attachment_3394\" align=\"aligncenter\" width=\"596\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding.jpg\"><img class=\"wp-image-3394 \" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding-300x200.jpg\" alt=\"Photo by Kaboompics.com\" width=\"596\" height=\"397\" /></a> Photo by Kaboompics.com[/caption]\r\n\r\nIt seems obvious that you should always write your marketing and communications materials with your readers in mind. After all, if you are trying to communicate with them, you have to understand what they need to know.\r\n\r\nAnd yet, how many times have you received a letter that doesn\'t say anything? Or an email that lacks crucial information? How many times have you had to call up a company because you didn\'t understand something it sent you? I bet you\'ve had many a moment like this, which left you frustrated.\r\n\r\n<strong>Missing information</strong>\r\n\r\nI had such a moment last week. I had signed up for an editing workshop from the American Copy Editors Society (ACES) being given on November 5 in Washington, DC.  Here\'s the email I received a few days before the event (note that I blocked out the names of presenters and a phone number for privacy):\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">This message is to confirm that you are registered for the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. this Saturday, Nov. 5, at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Presenters XX, XX and XX look forward to welcoming you on Saturday.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you have any questions or find yourself lost on Nov. 5, please feel free to call 571-xxx-xxxx for assistance.</span></p>\r\nNotice anything missing from this email? How about the address for the building? Or how about directions and parking information (or links to those)? How about an agenda and/or schedule for the day? Is there any information about what you need to bring with you?\r\n\r\n<strong>Trying again</strong>\r\n\r\nThe next day, ACES sent another email, regarding parking information. It is basically the same email as before, except for the addition of parking and Metro information, which I bolded for you to see more clearly.\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">We look forward to seeing you at the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. tomorrow at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Parking</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest garage to Funger Hall is the University Parking Garage/G Street Garage, located at 2028 G Street, NW Washington, DC 20052. There is access from both 20th Street and 21st Street between F and G Streets. The self-service garage is open 24/7, accepting MasterCard, Visa and American Express for payments (no cash). The full day rate is $12.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest Metro stop is Foggy Bottom-GWU, with service on the  Blue, Orange and Silver lines.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you find yourself lost on Nov. 5, please feel free to call 571-XXX-XXXX for assistance.</span></p>\r\nThis attempt was a better than the prior email, but still, no address for Funger Hall. It\'s as if ACES thinks that everyone is intimately familiar with GW\'s Foggy Bottom Campus. For those of you who aren\'t in the DC area, GW\'s campus is a city campus. Buildings have street addresses--they are not in quads as in traditional colleges.\r\n\r\nI looked up Funger Hall on Google, but  I forgot to note the address, and when I got to the parking garage on Saturday, I didn\'t know where to go. I looked it up on my phone and the address I got did not correspond to the building. I called the number on the email, but there was no response.  I was able to get directions from a student I saw on the street, and I then got to the workshop several minutes late.\r\n\r\n<strong>How helpful are you being to your reader?</strong>\r\n\r\nIf ACES had started with the reader\'s needs in mind when writing this email, it would have realized that providing an address and links to maps and directions would have helped recipients of this email.\r\n\r\n<strong>It\'s about the 5 Ws</strong>\r\n\r\nWhen you write a press release, you should think like a journalist and answer the five Ws: what, why, where, who and when. You should also answer the how.  This advice is also applicable to most any communications material you create.\r\n\r\n<span style=\"color: #ff0000;\"><strong>If you need help creating effective communications materials, <a style=\"color: #ff0000;\" title=\"Contact\" href=\"http://deborahbrody.com/contact/\">contact</a> me!</strong></span>','Always start with the reader in mind','','publish','open','open','','always-start-with-the-reader-in-mind','','','2016-11-10 10:58:49','2016-11-10 15:58:49','',0,'http://deborahbrody.com/?p=3391',0,'post','',2),
(3393,4,'2016-11-10 10:41:15','2016-11-10 15:41:15','It seems obvious that you should always write your marketing and communications materials with your readers in mind. After all, if you are trying to communicate with them, you have to understand what they need to know.\r\n\r\nAnd yet, how many times have you received a letter that doesn\'t say anything? Or an email that lacks crucial information? How many times have you had to call up a company because you didn\'t understand something it sent you? I bet you\'ve had many a moment like this, which left you frustrated.\r\n\r\nI had such a moment last week. I had signed up for an editing workshop from the American Copy Editors Society (ACES) being given on November 5 in Washington, DC.  Here\'s the email I received a few days before the event (note that I blocked out the names of presenters and a phone number for privacy):\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">This message is to confirm that you are registered for the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. this Saturday, Nov. 5, at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Presenters XX, XX and XX look forward to welcoming you on Saturday.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you have any questions or find yourself lost on Nov. 5, please feel free to call 571-xxx-xxxx for assistance.</span></p>\r\nNotice anything missing from this email? How about the address for the building? Or how about directions and parking information (or links to those)? How about an agenda and/or schedule for the day? Is there any information about what you need to bring with you?\r\n\r\nThe next day, ACES sent another email, regarding parking information. It is basically the same email as before, except for the addition of parking and Metro information, which I bolded for you to see more clearly.\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">We look forward to seeing you at the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. tomorrow at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Parking</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest garage to Funger Hall is the University Parking Garage/G Street Garage, located at 2028 G Street, NW Washington, DC 20052. There is access from both 20th Street and 21st Street between F and G Streets. The self-service garage is open 24/7, accepting MasterCard, Visa and American Express for payments (no cash). The full day rate is $12.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest Metro stop is Foggy Bottom-GWU, with service on the  Blue, Orange and Silver lines.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you find yourself lost on Nov. 5, please feel free to call 571-XXX-XXXX for assistance.</span></p>\r\nBetter than the prior email, but still, no address for Funger Hall. It\'s as if ACES thinks that everyone is intimately familiar with GW\'s Foggy Bottom Campus. For those of you who aren\'t in the DC area, GW\'s campus is a city campus. Buildings have street addresses--they are not in quads as in traditional colleges.\r\n\r\nWell, I had to look up Funger Hall. Unfortunately, I forgot to note the address and when I got to the parking garage on Saturday, I didn\'t know where to go. I looked it up on my phone and the address I got did not correspond to the building. I called the number on the email, but there was no response.  I was able to get directions from a student I saw on the street, and I then got to the workshop several minutes late.\r\n\r\nIf ACES had started with the reader\'s needs in mind when writing this email, it would have realized that providing an address and links to maps and directions would have helped recipients of this email.\r\n\r\n<strong>It\'s about the 5 Ws</strong>\r\n\r\nWhen you write a press release, you should think like a journalist and answer the five Ws: what, why, where, who and when. You should also answer the how.  This advice is applicable to most any communications material you are putting out.','Always start with the reader in mind','','inherit','open','open','','3391-revision-v1','','','2016-11-10 10:41:15','2016-11-10 15:41:15','',3391,'http://deborahbrody.com/2016/11/3391-revision-v1/',0,'revision','',0),
(3394,4,'2016-11-10 10:51:30','2016-11-10 15:51:30','','kaboompics-com_modern-comterporary-concrete-buliding','Photo by Kaboompics.com','inherit','open','open','','kaboompics-com_modern-comterporary-concrete-buliding','','','2016-11-10 10:51:48','2016-11-10 15:51:48','',3391,'http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding.jpg',0,'attachment','image/jpeg',0),
(3395,4,'2016-11-10 10:52:13','2016-11-10 15:52:13','&nbsp;\r\n\r\n[caption id=\"attachment_3394\" align=\"aligncenter\" width=\"4027\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding.jpg\"><img class=\"wp-image-3394 size-full\" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding.jpg\" alt=\"Photo by Kaboompics.com\" width=\"4027\" height=\"2685\" /></a> Photo by Kaboompics.com[/caption]\r\n\r\nIt seems obvious that you should always write your marketing and communications materials with your readers in mind. After all, if you are trying to communicate with them, you have to understand what they need to know.\r\n\r\nAnd yet, how many times have you received a letter that doesn\'t say anything? Or an email that lacks crucial information? How many times have you had to call up a company because you didn\'t understand something it sent you? I bet you\'ve had many a moment like this, which left you frustrated.\r\n\r\n<strong>Missing information</strong>\r\n\r\nI had such a moment last week. I had signed up for an editing workshop from the American Copy Editors Society (ACES) being given on November 5 in Washington, DC.  Here\'s the email I received a few days before the event (note that I blocked out the names of presenters and a phone number for privacy):\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">This message is to confirm that you are registered for the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. this Saturday, Nov. 5, at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Presenters XX, XX and XX look forward to welcoming you on Saturday.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you have any questions or find yourself lost on Nov. 5, please feel free to call 571-xxx-xxxx for assistance.</span></p>\r\nNotice anything missing from this email? How about the address for the building? Or how about directions and parking information (or links to those)? How about an agenda and/or schedule for the day? Is there any information about what you need to bring with you?\r\n\r\n<strong>Trying again</strong>\r\n\r\nThe next day, ACES sent another email, regarding parking information. It is basically the same email as before, except for the addition of parking and Metro information, which I bolded for you to see more clearly.\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">We look forward to seeing you at the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. tomorrow at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Parking</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest garage to Funger Hall is the University Parking Garage/G Street Garage, located at 2028 G Street, NW Washington, DC 20052. There is access from both 20th Street and 21st Street between F and G Streets. The self-service garage is open 24/7, accepting MasterCard, Visa and American Express for payments (no cash). The full day rate is $12.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest Metro stop is Foggy Bottom-GWU, with service on the  Blue, Orange and Silver lines.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you find yourself lost on Nov. 5, please feel free to call 571-XXX-XXXX for assistance.</span></p>\r\nBetter than the prior email, but still, no address for Funger Hall. It\'s as if ACES thinks that everyone is intimately familiar with GW\'s Foggy Bottom Campus. For those of you who aren\'t in the DC area, GW\'s campus is a city campus. Buildings have street addresses--they are not in quads as in traditional colleges.\r\n\r\nWell, I had to look up Funger Hall. Unfortunately, I forgot to note the address and when I got to the parking garage on Saturday, I didn\'t know where to go. I looked it up on my phone and the address I got did not correspond to the building. I called the number on the email, but there was no response.  I was able to get directions from a student I saw on the street, and I then got to the workshop several minutes late.\r\n\r\n<strong>How helpful are you being to your reader?</strong>\r\n\r\nIf ACES had started with the reader\'s needs in mind when writing this email, it would have realized that providing an address and links to maps and directions would have helped recipients of this email.\r\n\r\n<strong>It\'s about the 5 Ws</strong>\r\n\r\nWhen you write a press release, you should think like a journalist and answer the five Ws: what, why, where, who and when. You should also answer the how.  This advice is applicable to most any communications material you create.\r\n\r\n<span style=\"color: #ff0000;\"><strong>If you need help creating effective communications materials, <a style=\"color: #ff0000;\" title=\"Contact\" href=\"http://deborahbrody.com/contact/\">contact</a> me!</strong></span>','Always start with the reader in mind','','inherit','open','open','','3391-revision-v1','','','2016-11-10 10:52:13','2016-11-10 15:52:13','',3391,'http://deborahbrody.com/2016/11/3391-revision-v1/',0,'revision','',0),
(3396,4,'2016-11-10 10:54:17','2016-11-10 15:54:17','&nbsp;\r\n\r\n[caption id=\"attachment_3394\" align=\"aligncenter\" width=\"596\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding.jpg\"><img class=\"wp-image-3394 \" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding-300x200.jpg\" alt=\"Photo by Kaboompics.com\" width=\"596\" height=\"397\" /></a> Photo by Kaboompics.com[/caption]\r\n\r\nIt seems obvious that you should always write your marketing and communications materials with your readers in mind. After all, if you are trying to communicate with them, you have to understand what they need to know.\r\n\r\nAnd yet, how many times have you received a letter that doesn\'t say anything? Or an email that lacks crucial information? How many times have you had to call up a company because you didn\'t understand something it sent you? I bet you\'ve had many a moment like this, which left you frustrated.\r\n\r\n<strong>Missing information</strong>\r\n\r\nI had such a moment last week. I had signed up for an editing workshop from the American Copy Editors Society (ACES) being given on November 5 in Washington, DC.  Here\'s the email I received a few days before the event (note that I blocked out the names of presenters and a phone number for privacy):\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">This message is to confirm that you are registered for the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. this Saturday, Nov. 5, at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Presenters XX, XX and XX look forward to welcoming you on Saturday.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you have any questions or find yourself lost on Nov. 5, please feel free to call 571-xxx-xxxx for assistance.</span></p>\r\nNotice anything missing from this email? How about the address for the building? Or how about directions and parking information (or links to those)? How about an agenda and/or schedule for the day? Is there any information about what you need to bring with you?\r\n\r\n<strong>Trying again</strong>\r\n\r\nThe next day, ACES sent another email, regarding parking information. It is basically the same email as before, except for the addition of parking and Metro information, which I bolded for you to see more clearly.\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">We look forward to seeing you at the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. tomorrow at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Parking</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest garage to Funger Hall is the University Parking Garage/G Street Garage, located at 2028 G Street, NW Washington, DC 20052. There is access from both 20th Street and 21st Street between F and G Streets. The self-service garage is open 24/7, accepting MasterCard, Visa and American Express for payments (no cash). The full day rate is $12.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest Metro stop is Foggy Bottom-GWU, with service on the  Blue, Orange and Silver lines.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you find yourself lost on Nov. 5, please feel free to call 571-XXX-XXXX for assistance.</span></p>\r\nBetter than the prior email, but still, no address for Funger Hall. It\'s as if ACES thinks that everyone is intimately familiar with GW\'s Foggy Bottom Campus. For those of you who aren\'t in the DC area, GW\'s campus is a city campus. Buildings have street addresses--they are not in quads as in traditional colleges.\r\n\r\nWell, I had to look up Funger Hall. Unfortunately, I forgot to note the address and when I got to the parking garage on Saturday, I didn\'t know where to go. I looked it up on my phone and the address I got did not correspond to the building. I called the number on the email, but there was no response.  I was able to get directions from a student I saw on the street, and I then got to the workshop several minutes late.\r\n\r\n<strong>How helpful are you being to your reader?</strong>\r\n\r\nIf ACES had started with the reader\'s needs in mind when writing this email, it would have realized that providing an address and links to maps and directions would have helped recipients of this email.\r\n\r\n<strong>It\'s about the 5 Ws</strong>\r\n\r\nWhen you write a press release, you should think like a journalist and answer the five Ws: what, why, where, who and when. You should also answer the how.  This advice is applicable to most any communications material you create.\r\n\r\n<span style=\"color: #ff0000;\"><strong>If you need help creating effective communications materials, <a style=\"color: #ff0000;\" title=\"Contact\" href=\"http://deborahbrody.com/contact/\">contact</a> me!</strong></span>','Always start with the reader in mind','','inherit','open','open','','3391-revision-v1','','','2016-11-10 10:54:17','2016-11-10 15:54:17','',3391,'http://deborahbrody.com/2016/11/3391-revision-v1/',0,'revision','',0),
(3397,4,'2016-11-10 10:58:49','2016-11-10 15:58:49','&nbsp;\r\n\r\n[caption id=\"attachment_3394\" align=\"aligncenter\" width=\"596\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding.jpg\"><img class=\"wp-image-3394 \" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/kaboompics.com_Modern-comterporary-concrete-buliding-300x200.jpg\" alt=\"Photo by Kaboompics.com\" width=\"596\" height=\"397\" /></a> Photo by Kaboompics.com[/caption]\r\n\r\nIt seems obvious that you should always write your marketing and communications materials with your readers in mind. After all, if you are trying to communicate with them, you have to understand what they need to know.\r\n\r\nAnd yet, how many times have you received a letter that doesn\'t say anything? Or an email that lacks crucial information? How many times have you had to call up a company because you didn\'t understand something it sent you? I bet you\'ve had many a moment like this, which left you frustrated.\r\n\r\n<strong>Missing information</strong>\r\n\r\nI had such a moment last week. I had signed up for an editing workshop from the American Copy Editors Society (ACES) being given on November 5 in Washington, DC.  Here\'s the email I received a few days before the event (note that I blocked out the names of presenters and a phone number for privacy):\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">This message is to confirm that you are registered for the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. this Saturday, Nov. 5, at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Presenters XX, XX and XX look forward to welcoming you on Saturday.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you have any questions or find yourself lost on Nov. 5, please feel free to call 571-xxx-xxxx for assistance.</span></p>\r\nNotice anything missing from this email? How about the address for the building? Or how about directions and parking information (or links to those)? How about an agenda and/or schedule for the day? Is there any information about what you need to bring with you?\r\n\r\n<strong>Trying again</strong>\r\n\r\nThe next day, ACES sent another email, regarding parking information. It is basically the same email as before, except for the addition of parking and Metro information, which I bolded for you to see more clearly.\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">We look forward to seeing you at the American Copy Editors Society (ACES) Boot Camp from 9 a.m. to 5 p.m. tomorrow at George Washington University in Washington, D.C. The workshop will take place in the Funger Hall auditorium, room 103, located on the Foggy Bottom campus.</span></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Lunch will be provided by the local chapter of ACES.</span></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Parking</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest garage to Funger Hall is the University Parking Garage/G Street Garage, located at 2028 G Street, NW Washington, DC 20052. There is access from both 20th Street and 21st Street between F and G Streets. The self-service garage is open 24/7, accepting MasterCard, Visa and American Express for payments (no cash). The full day rate is $12.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><strong><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">The closest Metro stop is Foggy Bottom-GWU, with service on the  Blue, Orange and Silver lines.</span></strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you find yourself lost on Nov. 5, please feel free to call 571-XXX-XXXX for assistance.</span></p>\r\nThis attempt was a better than the prior email, but still, no address for Funger Hall. It\'s as if ACES thinks that everyone is intimately familiar with GW\'s Foggy Bottom Campus. For those of you who aren\'t in the DC area, GW\'s campus is a city campus. Buildings have street addresses--they are not in quads as in traditional colleges.\r\n\r\nI looked up Funger Hall on Google, but  I forgot to note the address, and when I got to the parking garage on Saturday, I didn\'t know where to go. I looked it up on my phone and the address I got did not correspond to the building. I called the number on the email, but there was no response.  I was able to get directions from a student I saw on the street, and I then got to the workshop several minutes late.\r\n\r\n<strong>How helpful are you being to your reader?</strong>\r\n\r\nIf ACES had started with the reader\'s needs in mind when writing this email, it would have realized that providing an address and links to maps and directions would have helped recipients of this email.\r\n\r\n<strong>It\'s about the 5 Ws</strong>\r\n\r\nWhen you write a press release, you should think like a journalist and answer the five Ws: what, why, where, who and when. You should also answer the how.  This advice is also applicable to most any communications material you create.\r\n\r\n<span style=\"color: #ff0000;\"><strong>If you need help creating effective communications materials, <a style=\"color: #ff0000;\" title=\"Contact\" href=\"http://deborahbrody.com/contact/\">contact</a> me!</strong></span>','Always start with the reader in mind','','inherit','open','open','','3391-revision-v1','','','2016-11-10 10:58:49','2016-11-10 15:58:49','',3391,'http://deborahbrody.com/2016/11/3391-revision-v1/',0,'revision','',0),
(3436,4,'2017-02-09 10:03:02','2017-02-09 15:03:02','A couple of weeks ago, I went to a panel discussion about the \"hot\"trends in digital marketing. The panelists talked about they are successfully using Snapchat. A couple said the big thing coming is Alexa (Amazon\'s \"Siri\" for your home). They weren\'t too keen on influencer marketing.','You have to understand what you are doing','','inherit','open','open','','3435-revision-v1','','','2017-02-09 10:03:02','2017-02-09 15:03:02','',3435,'http://deborahbrody.com/2017/02/3435-revision-v1/',0,'revision','',0),
(3400,4,'2016-11-18 09:17:54','2016-11-18 14:17:54','<strong>Of books and how people just want to talk about themselves</strong>\r\n\r\nLast night I attended my first meeting of a book group. Around the table were a dozen women. One lady, who had also never attended the group, decided she would take the reins and introduce herself. And so she did--telling us her story, her children\'s stories and her grand kid\'s stories.\r\n\r\nAs we went around the table, some women shared their name, occupation and where they live, while some women went into great autobiographical detail, even into the TMI (too much information) territory. We heard about what high school they attended, family secrets, divorce, how their ancestors got to America, angst about the kids (there was a lot of emphasis on their children), and very little about their reading or book interests.\r\n\r\n<strong>But, let\'s get back to me</strong>\r\n\r\nWhen we finally got around to discussing the book, one (self-absorbed) woman kept bringing it back to her experiences, her life, her likes, her dislikes. Everything someone else said made her want to share something irrelevant to the book and only relevant to herself. At one point, she digressed into discussing whether her second son (who is probably in his early 30s) had attachment issues because he spent a few weeks in the NICU after being born prematurely. (Yes, this really happened.)\r\n\r\nI began to think I had mistakenly attended a group therapy session.\r\n\r\n<strong>Are you being social?</strong>\r\n\r\nImagine that instead of a book group, this was Twitter or Facebook. Among the stuff in your feed is a bunch of self-promoting, self-analyzing, self-absorbed stuff. Do you pay attention? I bet you don\'t. Because when you are in a social setting, like a book group or social media, you are there to share and discuss and<em> interact</em>. It is a multi-sided conversation--not a one-sided discourse.\r\n\r\nNow, take a look at your marketing materials. How much is about how great you are, and how many awards you\'ve won? How much shows you understand and empathize with your readers (customers, donors, etc.)? If the balance is tipped in your favor instead of your reader, then you are talking way too much about yourself.\r\n\r\n<strong>Who cares?</strong>\r\n\r\nTo be a more successful communicator (or book group participant), start listening more and talking less. And when you do talk, make sure you aren\'t being self-absorbed.\r\n\r\n<strong>Here\'s the thing: Nobody cares as much about you as you do.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Please, don\'t tell me more about you','','publish','open','open','','please-dont-tell-me-more-about-you','','','2016-11-18 09:17:54','2016-11-18 14:17:54','',0,'http://deborahbrody.com/?p=3400',0,'post','',0),
(3401,4,'2016-11-18 09:15:25','2016-11-18 14:15:25','<strong>Of books and how people just want to talk about themselves</strong>\r\n\r\nLast night I attended my first meeting of a book group. Around the table were a dozen women. One lady, who had also never attended the group, decided she would take the reins and introduce herself. And so she did--telling us her story, her children\'s stories and her grandkid\'s stories.\r\n\r\nAs we went around the table, some women shared their name, occupation and place of residence, while some women went into great autobiographical detail, even into the TMI (too much information) territory. We heard about family secrets, divorce, how their ancestors got to America, angst about the kids (there was a lot of emphasis on their children), and very little about their reading or book interests.\r\n\r\n<strong>But, let\'s get back to me</strong>\r\n\r\nWhen we finally got around to discussing the book, one (self-absorbed) woman kept bringing it back to her experiences, her life, her likes, her dislikes. Everything made her want to share something irrelevant to the book and only relevant to herself. At one point, she digressed into discussing whether her second son (who is probably in his early 30s) had attachment issues because he spent a few weeks in the NICU after being born prematurely. (Yes, this really happened.)\r\n\r\nI began to think I had mistakenly attended a group therapy session.\r\n\r\n<strong>Are you being social?</strong>\r\n\r\nImagine that instead of a book group, this was Twitter or Facebook. Among the stuff in your feed is a bunch of self-promoting, self-analyzing, self-absorbed stuff. Do you pay attention? I bet you don\'t. Because when you are in a social setting, like a book group or social media, you are there to share and discuss and<em> interact</em>. It is a multi-sided conversation--not a one-sided discourse.\r\n\r\nNow, take a look at your marketing materials. How much is about how great you are, and how many awards you\'ve won? How much shows you understand and empathize with your readers (customers, donors, etc.)? If the balance is tipped in your favor instead of your reader, then you are talking way too much about yourself.\r\n\r\n<strong>Who cares?</strong>\r\n\r\nTo be a more successful communicator (or book group participant), start listening more and talking less. And when you do talk, make sure you aren\'t being self-absorbed.\r\n\r\nHere\'s the thing: Nobody cares as much about you as you do.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Please, don\'t tell me more about you','','inherit','open','open','','3400-revision-v1','','','2016-11-18 09:15:25','2016-11-18 14:15:25','',3400,'http://deborahbrody.com/2016/11/3400-revision-v1/',0,'revision','',0),
(3402,4,'2016-11-18 09:17:54','2016-11-18 14:17:54','<strong>Of books and how people just want to talk about themselves</strong>\r\n\r\nLast night I attended my first meeting of a book group. Around the table were a dozen women. One lady, who had also never attended the group, decided she would take the reins and introduce herself. And so she did--telling us her story, her children\'s stories and her grand kid\'s stories.\r\n\r\nAs we went around the table, some women shared their name, occupation and where they live, while some women went into great autobiographical detail, even into the TMI (too much information) territory. We heard about what high school they attended, family secrets, divorce, how their ancestors got to America, angst about the kids (there was a lot of emphasis on their children), and very little about their reading or book interests.\r\n\r\n<strong>But, let\'s get back to me</strong>\r\n\r\nWhen we finally got around to discussing the book, one (self-absorbed) woman kept bringing it back to her experiences, her life, her likes, her dislikes. Everything someone else said made her want to share something irrelevant to the book and only relevant to herself. At one point, she digressed into discussing whether her second son (who is probably in his early 30s) had attachment issues because he spent a few weeks in the NICU after being born prematurely. (Yes, this really happened.)\r\n\r\nI began to think I had mistakenly attended a group therapy session.\r\n\r\n<strong>Are you being social?</strong>\r\n\r\nImagine that instead of a book group, this was Twitter or Facebook. Among the stuff in your feed is a bunch of self-promoting, self-analyzing, self-absorbed stuff. Do you pay attention? I bet you don\'t. Because when you are in a social setting, like a book group or social media, you are there to share and discuss and<em> interact</em>. It is a multi-sided conversation--not a one-sided discourse.\r\n\r\nNow, take a look at your marketing materials. How much is about how great you are, and how many awards you\'ve won? How much shows you understand and empathize with your readers (customers, donors, etc.)? If the balance is tipped in your favor instead of your reader, then you are talking way too much about yourself.\r\n\r\n<strong>Who cares?</strong>\r\n\r\nTo be a more successful communicator (or book group participant), start listening more and talking less. And when you do talk, make sure you aren\'t being self-absorbed.\r\n\r\n<strong>Here\'s the thing: Nobody cares as much about you as you do.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Please, don\'t tell me more about you','','inherit','open','open','','3400-revision-v1','','','2016-11-18 09:17:54','2016-11-18 14:17:54','',3400,'http://deborahbrody.com/2016/11/3400-revision-v1/',0,'revision','',0),
(3406,4,'2016-11-28 09:38:47','2016-11-28 14:38:47','','ami-neiberger','Ami Neiberger-Miller','inherit','open','open','','ami-neiberger','','','2016-11-28 09:39:18','2016-11-28 14:39:18','',3405,'http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger.jpg',0,'attachment','image/jpeg',0),
(3407,4,'2016-11-28 09:40:46','2016-11-28 14:40:46','&nbsp;\r\n\r\n[caption id=\"attachment_3406\" align=\"alignleft\" width=\"239\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger.jpg\"><img class=\"wp-image-3406 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger-239x300.jpg\" alt=\"Pic of Ami Neiberger-Miller\" width=\"239\" height=\"300\" /></a> Ami Neiberger-Miller[/caption]\r\n\r\nAmi Neiberger-Miller is a public relations strategist specializing in nonprofit organizations, associations and small businesses. She has written educational curricula, a book, feature articles, press releases, infographics, training materials, websites, style guides, policy manuals, and much more. She Organization: Steppingstone LLC\r\nWebsite: www.SteppingstoneLLC.com.\r\n\r\n&nbsp;\r\n\r\n@AmazingPRMaven\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the lifeblood of my work in public relations and advocacy. I am constantly writing for news releases, feature articles, emails, strategic plans, social media and much more. Writing is an important skill because of the electronic age in which we operate. Even though people are reading content online, they are often reading written text when they view content online. And written text plays a role in shaping visual media now too – in the form of scripts, graphics and video.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThe craft of writing is very much alive and well today. Writing well matters even more in a digital world. Writing the right words has never been more important than it is today – because attention spans are shrinking. We have to share information much faster now and it’s even more challenging to get people to pay attention. There is still space for longer form writing, and with the internet, more opportunities to attract attention and be published. Digital options also offer writing opportunities – because scripts have to be created for videos, and copy has to be written for infographics, flipbooks, and all sorts of other materials.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nTo me one of the best skills you can develop in writing is delivering quality copy quickly. I am typically the person who tries to muscle through to finish the job and reach my word count for the day (and then some). But I’ve found that I do better if I take breaks when I get stuck or reach a point where copy is just not flowing. Taking a break can be as simple as going for a walk, making some tea, or packing up and working in a new environment. Returning with fresh eyes to your work can make a big difference. Just a short break can refresh your spirit.\r\n\r\nI also find that I tend to do better with longer writing projects if I focus on them in the morning. By the end of the day, my creative juices are spent. While I can do “sausage-grinding” types of writing fairly late in the day and into the evening, I find I am typically more focused and creative in the morning. One of my favorite time slots for writing is 4:00am-6am (yes, I know that sounds insane) because it’s a time of day that is quiet and distraction free. It’s also when my mind is freshest. If I wake up on a mission for a particular project – early morning is the time I want to use to write and pour out the words.\r\n\r\nI also think it’s important to develop the ability to free write. Just getting what you want to say out is a triumph, even if it’s messy. Far too often, I see writers get paralyzed by wanting to be sure that what they write initially is correct or concise. I may be the kind of person who proofreads restaurant menus for typos, but I can’t apply that same eagle eye to newborn writing as it’s pouring out. Getting the initial “brain dump” done can be cathartic and help you organize. Editing can come later. Respect the process so you don’t lose a great thought or element because you got caught up in the details. Being able to just sit down and “free write” without judging yourself is a really helpful practice to develop.\r\n\r\n<strong>4. What are your top three writing resources or references?</strong>\r\n\r\nI am old-fashioned in that I still keep on the shelf near my desk a red Webster’s New World Dictionary (that I won for an essay I wrote in sixth grade so it is horribly out of date but beloved). Next to it are a thesaurus and a Bartlett’s Familiar Quotations. To me, those are the big three. But I readily admit that I don’t take them out very often. I keep a lot of writing books nearby too. I have some favorite online resources, such as Purdue University’s Online Writing Lab and Grammar Girl. I also like Ann Wylie’s writing workshops (which I take as webinars through my PRSA membership). On Twitter, I search for #writing #quote when I need an inspirational pick me up. I also subscribe to Women on Writing.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI don’t really follow a style guide with my own writing. If I am doing a project for a client, I use whatever style guide they prefer. Increasingly, clients are issuing their own style guides and making variations from the major style guides, as style has become tightly linked to branding. I keep on my shelf the following: the Associated Press Stylebook, the Chicago Manual of Style, the Elements of International English Style and the Publication Manual of the American Psychological Association.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve?</strong>\r\n\r\nMy most cringe-worthy writing gaffe is when I double up a sentence, as in \"today we are going to announce that XYZ is today.\" It’s an easy mistake that can be caught by proofreading. For some reason though, it is one of my bad habits.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nFavorite word: partner\r\nLeast favorite word: innovate','On writing: Ami Neiberger-Miller sticks to the tried and true','','inherit','open','open','','3405-revision-v1','','','2016-11-28 09:40:46','2016-11-28 14:40:46','',3405,'http://deborahbrody.com/2016/11/3405-revision-v1/',0,'revision','',0),
(3408,4,'2016-11-28 16:26:25','2016-11-28 21:26:25','We\'ve arrived at the last On Writing interview of the year, and this month, I\'ve turned to public relations maven (check out her Twitter handle below) Ami Neiberger-Miller. I met Ami at a PRSA conference a few years back where we both were presenting. Ami understands how PR works and how important writing is to communicating effectively.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3406\" align=\"alignleft\" width=\"239\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger.jpg\"><img class=\"wp-image-3406 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger-239x300.jpg\" alt=\"Pic of Ami Neiberger-Miller\" width=\"239\" height=\"300\" /></a> Ami Neiberger-Miller[/caption]\r\n\r\nAmi Neiberger-Miller is a public relations strategist specializing in nonprofit organizations, associations and small businesses. She is the founder of <a href=\"http://steppingstonellc.com/\" target=\"_blank\">Steppingstone, LLC,</a> a communications and public relations agency. She has written educational curricula, a book, feature articles, press releases, infographics, training materials, websites, style guides, policy manuals, and much more.\r\n\r\nFind her on Twitter at <a href=\"https://twitter.com/amazingprmaven\" target=\"_blank\">@AmazingPRMaven</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the lifeblood of my work in public relations and advocacy. I am constantly writing for news releases, feature articles, emails, strategic plans, social media and much more. Writing is an important skill because of the electronic age in which we operate. Even though people are reading content online, they are often reading written text when they view content online. And written text plays a role in shaping visual media now too – in the form of scripts, graphics and video.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThe craft of writing is very much alive and well today. Writing well matters even more in a digital world. Writing the right words has never been more important than it is today – because attention spans are shrinking. We have to share information much faster now and it’s even more challenging to get people to pay attention. There is still space for longer form writing, and with the internet, more opportunities to attract attention and be published. Digital options also offer writing opportunities – because scripts have to be created for videos, and copy has to be written for infographics, flipbooks, and all sorts of other materials.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nTo me one of the best skills you can develop in writing is delivering quality copy quickly. I am typically the person who tries to muscle through to finish the job and reach my word count for the day (and then some). But I’ve found that I do better if I take breaks when I get stuck or reach a point where copy is just not flowing. Taking a break can be as simple as going for a walk, making some tea, or packing up and working in a new environment. Returning with fresh eyes to your work can make a big difference. Just a short break can refresh your spirit.\r\n\r\nI also find that I tend to do better with longer writing projects if I focus on them in the morning. By the end of the day, my creative juices are spent. While I can do “sausage-grinding” types of writing fairly late in the day and into the evening, I find I am typically more focused and creative in the morning. One of my favorite time slots for writing is 4:00am-6am (yes, I know that sounds insane) because it’s a time of day that is quiet and distraction free. It’s also when my mind is freshest. If I wake up on a mission for a particular project – early morning is the time I want to use to write and pour out the words.\r\n\r\nI also think it’s important to develop the ability to free write. Just getting what you want to say out is a triumph, even if it’s messy. Far too often, I see writers get paralyzed by wanting to be sure that what they write initially is correct or concise. I may be the kind of person who proofreads restaurant menus for typos, but I can’t apply that same eagle eye to newborn writing as it’s pouring out. Getting the initial “brain dump” done can be cathartic and help you organize. Editing can come later. Respect the process so you don’t lose a great thought or element because you got caught up in the details. Being able to just sit down and “free write” without judging yourself is a really helpful practice to develop.\r\n\r\n<strong>4. What are your top three writing resources or references?</strong>\r\n\r\nI am old-fashioned in that I still keep on the shelf near my desk a red Webster’s New World Dictionary (that I won for an essay I wrote in sixth grade so it is horribly out of date but beloved). Next to it are a thesaurus and a Bartlett’s Familiar Quotations. To me, those are the big three. But I readily admit that I don’t take them out very often. I keep a lot of writing books nearby too. I have some favorite online resources, such as Purdue University’s Online Writing Lab and Grammar Girl. I also like Ann Wylie’s writing workshops (which I take as webinars through my PRSA membership). On Twitter, I search for #writing #quote when I need an inspirational pick me up. I also subscribe to Women on Writing.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI don’t really follow a style guide with my own writing. If I am doing a project for a client, I use whatever style guide they prefer. Increasingly, clients are issuing their own style guides and making variations from the major style guides, as style has become tightly linked to branding. I keep on my shelf the following: the Associated Press Stylebook, the Chicago Manual of Style, the Elements of International English Style and the Publication Manual of the American Psychological Association.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve?</strong>\r\n\r\nMy most cringe-worthy writing gaffe is when I double up a sentence, as in \"today we are going to announce that XYZ is today.\" It’s an easy mistake that can be caught by proofreading. For some reason though, it is one of my bad habits.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nFavorite word: partner\r\nLeast favorite word: innovate','On writing: Ami Neiberger-Miller sticks to the tried and true','','inherit','open','open','','3405-revision-v1','','','2016-11-28 16:26:25','2016-11-28 21:26:25','',3405,'http://deborahbrody.com/2016/11/3405-revision-v1/',0,'revision','',0),
(3409,4,'2016-11-28 16:30:20','2016-11-28 21:30:20','We\'ve arrived at the last On Writing interview of the year, and this month, I\'ve turned to public relations maven (check out her Twitter handle below) Ami Neiberger-Miller. I met Ami at a PRSA conference a few years back where we both were presenting. Ami understands how PR works and how important writing is to communicating effectively.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3406\" align=\"alignleft\" width=\"239\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger.jpg\"><img class=\"wp-image-3406 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger-239x300.jpg\" alt=\"Pic of Ami Neiberger-Miller\" width=\"239\" height=\"300\" /></a> Ami Neiberger-Miller[/caption]\r\n\r\nAmi Neiberger-Miller is a public relations strategist specializing in nonprofit organizations, associations and small businesses. She is the founder of <a href=\"http://steppingstonellc.com/\" target=\"_blank\">Steppingstone, LLC,</a> a communications and public relations agency. She has written educational curricula, a book, feature articles, press releases, infographics, training materials, websites, style guides, policy manuals, and much more.\r\n\r\nFind her on Twitter at <a href=\"https://twitter.com/amazingprmaven\" target=\"_blank\">@AmazingPRMaven</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the lifeblood of my work in public relations and advocacy. I am constantly writing for news releases, feature articles, emails, strategic plans, social media and much more. Writing is an important skill because of the electronic age in which we operate. Even though people are reading content online, they are often reading written text when they view content online. And written text plays a role in shaping visual media now too – in the form of scripts, graphics and video.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThe craft of writing is very much alive and well today. Writing well matters even more in a digital world. Writing the right words has never been more important than it is today – because attention spans are shrinking. We have to share information much faster now and it’s even more challenging to get people to pay attention. There is still space for longer form writing, and with the internet, more opportunities to attract attention and be published. Digital options also offer writing opportunities – because scripts have to be created for videos, and copy has to be written for infographics, flipbooks, and all sorts of other materials.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nTo me one of the best skills you can develop in writing is delivering quality copy quickly. I am typically the person who tries to muscle through to finish the job and reach my word count for the day (and then some). But I’ve found that I do better if I take breaks when I get stuck or reach a point where copy is just not flowing. Taking a break can be as simple as going for a walk, making some tea, or packing up and working in a new environment. Returning with fresh eyes to your work can make a big difference. Just a short break can refresh your spirit.\r\n\r\nI also find that I tend to do better with longer writing projects if I focus on them in the morning. By the end of the day, my creative juices are spent. While I can do “sausage-grinding” types of writing fairly late in the day and into the evening, I find I am typically more focused and creative in the morning. One of my favorite time slots for writing is 4:00am-6am (yes, I know that sounds insane) because it’s a time of day that is quiet and distraction free. It’s also when my mind is freshest. If I wake up on a mission for a particular project – early morning is the time I want to use to write and pour out the words.\r\n\r\nI also think it’s important to develop the ability to free write. Just getting what you want to say out is a triumph, even if it’s messy. Far too often, I see writers get paralyzed by wanting to be sure that what they write initially is correct or concise. I may be the kind of person who proofreads restaurant menus for typos, but I can’t apply that same eagle eye to newborn writing as it’s pouring out. Getting the initial “brain dump” done can be cathartic and help you organize. Editing can come later. Respect the process so you don’t lose a great thought or element because you got caught up in the details. Being able to just sit down and “free write” without judging yourself is a really helpful practice to develop.\r\n\r\n<strong>4. What are your top three writing resources or references?</strong>\r\n\r\nI am old-fashioned in that I still keep on the shelf near my desk a red Webster’s New World Dictionary (that I won for an essay I wrote in sixth grade so it is horribly out of date but beloved). Next to it are a thesaurus and a Bartlett’s Familiar Quotations. To me, those are the big three. But I readily admit that I don’t take them out very often. I keep a lot of writing books nearby too. I have some favorite online resources, such as Purdue University’s Online Writing Lab and Grammar Girl. I also like Ann Wylie’s writing workshops (which I take as webinars through my PRSA membership). On Twitter, I search for #writing #quote when I need an inspirational pick me up. I also subscribe to Women on Writing.\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI don’t really follow a style guide with my own writing. If I am doing a project for a client, I use whatever style guide they prefer. Increasingly, clients are issuing their own style guides and making variations from the major style guides, as style has become tightly linked to branding. I keep on my shelf the following: the Associated Press Stylebook, the Chicago Manual of Style, the Elements of International English Style and the Publication Manual of the American Psychological Association.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve?</strong>\r\n\r\nMy most cringe-worthy writing gaffe is when I double up a sentence, as in \"today we are going to announce that XYZ is today.\" It’s an easy mistake that can be caught by proofreading. For some reason though, it is one of my bad habits.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nFavorite word: partner\r\nLeast favorite word: innovate\r\n\r\nIt\'s always good practice to keep tried and true resources at your fingertips. Like Ami, every writer should have a dictionary and thesaurus nearby.\r\n\r\nComing up will be a recap of the On Writing advice. Keep checking here and on Twitter, LinkedIn and Facebook.','On writing: Ami Neiberger-Miller sticks to the tried and true','','inherit','open','open','','3405-revision-v1','','','2016-11-28 16:30:20','2016-11-28 21:30:20','',3405,'http://deborahbrody.com/2016/11/3405-revision-v1/',0,'revision','',0),
(3410,4,'2016-11-29 10:51:26','2016-11-29 15:51:26','We\'ve arrived to the last On Writing interview of the year, and this month, I\'ve turned to public relations maven (check out her Twitter handle below) Ami Neiberger-Miller. I met Ami at a PRSA conference a few years back where we both were presenting. Ami truly understands how PR works, and how important writing is to communicating effectively.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3406\" align=\"alignleft\" width=\"239\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger.jpg\"><img class=\"wp-image-3406 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger-239x300.jpg\" alt=\"Pic of Ami Neiberger-Miller\" width=\"239\" height=\"300\" /></a> Ami Neiberger-Miller[/caption]\r\n\r\n&nbsp;\r\n\r\nAmi Neiberger-Miller is a public relations strategist specializing in nonprofit organizations, associations and small businesses. She is the founder of <a href=\"http://steppingstonellc.com/\" target=\"_blank\">Steppingstone, LLC,</a> a communications and public relations agency. She has written educational curricula, a book, feature articles, press releases, infographics, training materials, websites, style guides, policy manuals, and much more.\r\n\r\nFind her on Twitter at <a href=\"https://twitter.com/amazingprmaven\" target=\"_blank\">@AmazingPRMaven</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the lifeblood of my work in public relations and advocacy. I am constantly writing for news releases, feature articles, emails, strategic plans, social media and much more. Writing is an important skill because of the electronic age in which we operate. Even though people are reading content online, they are often reading written text when they view content online. And written text plays a role in shaping visual media now too – in the form of scripts, graphics and video.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThe craft of writing is very much alive and well today. Writing well matters even more in a digital world. Writing the right words has never been more important than it is today – because attention spans are shrinking. We have to share information much faster now and it’s even more challenging to get people to pay attention. There is still space for longer form writing, and with the internet, more opportunities to attract attention and be published. Digital options also offer writing opportunities – because scripts have to be created for videos, and copy has to be written for infographics, flipbooks, and all sorts of other materials.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nTo me one of the best skills you can develop in writing is delivering quality copy quickly. I am typically the person who tries to muscle through to finish the job and reach my word count for the day (and then some). But I’ve found that I do better if I take breaks when I get stuck or reach a point where copy is just not flowing. Taking a break can be as simple as going for a walk, making some tea, or packing up and working in a new environment. Returning with fresh eyes to your work can make a big difference. Just a short break can refresh your spirit.\r\n\r\nI also find that I tend to do better with longer writing projects if I focus on them in the morning. By the end of the day, my creative juices are spent. While I can do “sausage-grinding” types of writing fairly late in the day and into the evening, I find I am typically more focused and creative in the morning. One of my favorite time slots for writing is 4-6:00 a.m. (yes, I know that sounds insane) because it’s a time of day that\'s quiet and distraction free. It’s also when my mind is freshest. If I wake up on a mission for a particular project – early morning is the time I want to use to write and pour out the words.\r\n\r\nI also think it’s important to develop the ability to \"free write.\" Just getting what you want to say out is a triumph, even if it’s messy. Far too often, I see writers get paralyzed by wanting to be sure that what they write initially is correct or concise. I may be the kind of person who proofreads restaurant menus for typos, but I can’t apply that same eagle eye to newborn writing as it’s pouring out. Getting the initial “brain dump” done can be cathartic and help you organize. Editing can come later. Respect the process so you don’t lose a great thought or element because you got caught up in the details. Being able to just sit down and “free write” without judging yourself is a really helpful practice to develop.\r\n\r\n<strong>4. What are your top three writing resources or references?</strong>\r\n\r\nI am old-fashioned in that I still keep on the shelf near my desk a red Webster’s New World Dictionary (that I won for an essay I wrote in sixth grade so it is horribly out of date but beloved). Next to it are a thesaurus and a Bartlett’s Familiar Quotations. To me, those are the big three. But I readily admit that I don’t take them out very often. I keep a lot of writing books nearby too. I have some favorite online resources, such as <a href=\"https://owl.english.purdue.edu/\" target=\"_blank\">Purdue University’s Online Writing Lab </a>and <a href=\"http://www.quickanddirtytips.com/grammar-girl\" target=\"_blank\">Grammar Girl</a>. I also like Ann Wylie’s writing workshops (which I take as webinars through my PRSA membership). On Twitter, I search for #writing #quote when I need an inspirational pick me up. I also subscribe to <a href=\"http://www.wow-womenonwriting.com/\" target=\"_blank\">Women on Writing.</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI don’t really follow a style guide with my own writing. If I am doing a project for a client, I use whatever style guide they prefer. Increasingly, clients are issuing their own style guides and making variations from the major style guides, as style has become tightly linked to branding. I keep on my shelf the following: the Associated Press Stylebook, the Chicago Manual of Style, the Elements of International English Style and the Publication Manual of the American Psychological Association.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve?</strong>\r\n\r\nMy most cringe-worthy writing gaffe is when I double up a sentence, as in \"today we are going to announce that XYZ is today.\" It’s an easy mistake that can be caught by proofreading. For some reason though, it\'s one of my bad habits.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nFavorite word: partner\r\nLeast favorite word: innovate\r\n\r\n<span style=\"color: #ff0000;\">It\'s always good practice to keep tried and true resources at your fingertips. Like Ami, every writer should have a dictionary and thesaurus nearby. The various style guides are invaluable, and AP and Chicago both have very good online versions by subscription. </span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Coming up later in December will be a recap of the On Writing advice. Keep checking here and on Twitter, LinkedIn and Facebook.</span></strong>','On writing: Ami Neiberger-Miller sticks to the tried and true','','inherit','open','open','','3405-revision-v1','','','2016-11-29 10:51:26','2016-11-29 15:51:26','',3405,'http://deborahbrody.com/2016/11/3405-revision-v1/',0,'revision','',0),
(3411,4,'2016-11-29 10:53:28','2016-11-29 15:53:28','We\'ve arrived to the last On Writing interview of the year, and this month, I\'ve turned to public relations maven (check out her Twitter handle below) Ami Neiberger-Miller. I met Ami at a PRSA conference a few years back where we both were presenting. Ami truly understands how PR works, and how important writing is to communicating effectively.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3406\" align=\"alignleft\" width=\"239\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger.jpg\"><img class=\"wp-image-3406 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/11/Ami-Neiberger-239x300.jpg\" alt=\"Pic of Ami Neiberger-Miller\" width=\"239\" height=\"300\" /></a> Ami Neiberger-Miller[/caption]\r\n\r\n&nbsp;\r\n\r\nAmi Neiberger-Miller is a public relations strategist specializing in nonprofit organizations, associations and small businesses. She is the founder of <a href=\"http://steppingstonellc.com/\" target=\"_blank\">Steppingstone, LLC,</a> a communications and public relations agency. She has written educational curricula, a book, feature articles, press releases, infographics, training materials, websites, style guides, policy manuals, and much more.\r\n\r\nFind her on Twitter at <a href=\"https://twitter.com/amazingprmaven\" target=\"_blank\">@AmazingPRMaven</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. What role does writing play in your work and how important a skill is it?</strong>\r\n\r\nWriting is the lifeblood of my work in public relations and advocacy. I am constantly writing for news releases, feature articles, emails, strategic plans, social media and much more. Writing is an important skill because of the electronic age in which we operate. Even though people are reading content online, they are often reading written text when they view content online. And written text plays a role in shaping visual media now too – in the form of scripts, graphics and video.\r\n\r\n<strong>2. Does writing well still matter in a digital/text/emoji world?</strong>\r\n\r\nThe craft of writing is very much alive and well today. Writing well matters even more in a digital world. Writing the right words has never been more important than it is today – because attention spans are shrinking. We have to share information much faster now and it’s even more challenging to get people to pay attention. There is still space for longer form writing, and with the internet, more opportunities to attract attention and be published. Digital options also offer writing opportunities – because scripts have to be created for videos, and copy has to be written for infographics, flipbooks, and all sorts of other materials.\r\n\r\n<strong>3. What’s the best advice you’ve received or would give on how to improve writing skills?</strong>\r\n\r\nTo me one of the best skills you can develop in writing is delivering quality copy quickly. I am typically the person who tries to muscle through to finish the job and reach my word count for the day (and then some). But I’ve found that I do better if I take breaks when I get stuck or reach a point where copy is just not flowing. Taking a break can be as simple as going for a walk, making some tea, or packing up and working in a new environment. Returning with fresh eyes to your work can make a big difference. Just a short break can refresh your spirit.\r\n\r\nI also find that I tend to do better with longer writing projects if I focus on them in the morning. By the end of the day, my creative juices are spent. While I can do “sausage-grinding” types of writing fairly late in the day and into the evening, I find I am typically more focused and creative in the morning. One of my favorite time slots for writing is 4-6:00 a.m. (yes, I know that sounds insane) because it’s a time of day that\'s quiet and distraction free. It’s also when my mind is freshest. If I wake up on a mission for a particular project – early morning is the time I want to use to write and pour out the words.\r\n\r\nI also think it’s important to develop the ability to \"free write.\" Just getting what you want to say out is a triumph, even if it’s messy. Far too often, I see writers get paralyzed by wanting to be sure that what they write initially is correct or concise. I may be the kind of person who proofreads restaurant menus for typos, but I can’t apply that same eagle eye to newborn writing as it’s pouring out. Getting the initial “brain dump” done can be cathartic and help you organize. Editing can come later. Respect the process so you don’t lose a great thought or element because you got caught up in the details. Being able to just sit down and “free write” without judging yourself is a really helpful practice to develop.\r\n\r\n<strong>4. What are your top three writing resources or references?</strong>\r\n\r\nI am old-fashioned in that I still keep on the shelf near my desk a red Webster’s New World Dictionary (that I won for an essay I wrote in sixth grade so it is horribly out of date but beloved). Next to it are a thesaurus and a Bartlett’s Familiar Quotations. To me, those are the big three. But I readily admit that I don’t take them out very often. I keep a lot of writing books nearby too. I have some favorite online resources, such as <a href=\"https://owl.english.purdue.edu/\" target=\"_blank\">Purdue University’s Online Writing Lab </a>and <a href=\"http://www.quickanddirtytips.com/grammar-girl\" target=\"_blank\">Grammar Girl</a>. I also like Ann Wylie’s writing workshops (which I take as webinars through my PRSA membership). On Twitter, I search for #writing #quote when I need an inspirational pick me up. I also subscribe to <a href=\"http://www.wow-womenonwriting.com/\" target=\"_blank\">Women on Writing.</a>\r\n\r\n<strong>5. Do you follow a style guide, and if so, which one?</strong>\r\n\r\nI don’t really follow a style guide with my own writing. If I am doing a project for a client, I use whatever style guide they prefer. Increasingly, clients are issuing their own style guides and making variations from the major style guides, as style has become tightly linked to branding. I keep on my shelf the following: the Associated Press Stylebook, the Chicago Manual of Style, the Elements of International English Style and the Publication Manual of the American Psychological Association.\r\n\r\n<strong>6. What’s your top writing/grammar/usage pet peeve?</strong>\r\n\r\nMy most cringe-worthy writing gaffe is when I double up a sentence, as in \"today we are going to announce that XYZ is today.\" It’s an easy mistake that can be caught by proofreading. For some reason though, it\'s one of my bad habits.\r\n\r\n<strong>7. What’s your favorite word and what’s your least favorite?</strong>\r\n\r\nFavorite word: partner\r\nLeast favorite word: innovate\r\n\r\n<span style=\"color: #ff0000;\">It\'s always good practice to keep tried and true resources at your fingertips. Like Ami, every writer should have a dictionary and thesaurus nearby. The various style guides are invaluable, and AP and Chicago both have very good online versions by subscription. </span>\r\n\r\n<strong><span style=\"color: #ff0000;\">Coming up later in December will be a recap of the On Writing advice. Please keep an eye out for it here and/or on Twitter, LinkedIn, and Facebook.</span></strong>','On writing: Ami Neiberger-Miller sticks to the tried and true','','inherit','open','open','','3405-revision-v1','','','2016-11-29 10:53:28','2016-11-29 15:53:28','',3405,'http://deborahbrody.com/2016/11/3405-revision-v1/',0,'revision','',0),
(3412,4,'2016-11-29 13:28:54','2016-11-29 18:28:54','If you\'re like me, you\'ve been bombarded by email for the past several days. First, it was all about Black Friday deals. Then it was the Cyber Monday deals. And today, it\'s about Giving Tuesday.\r\n\r\nNow, I am not against getting deals or giving to good causes. And I think using email marketing is very effective given that people generally opt-in, and are willing to receive your stuff.\r\n\r\n<strong>But I am against email marketing <em>abuse</em>.</strong>\r\n\r\nBecause it\'s an absolute abuse of your list to send too many emails in too short a time span. It overwhelms people.\r\n\r\n&nbsp;\r\n<blockquote class=\"twitter-tweet\" data-partner=\"tweetdeck\">\r\n<p dir=\"ltr\" lang=\"en\"><a href=\"https://twitter.com/DBMC\">@DBMC</a> my inbox is vomiting. It\'s bad</p>\r\n— Jan-Michael Sacharko (@JanMichaelDC) <a href=\"https://twitter.com/JanMichaelDC/status/803632850763296769\">November 29, 2016</a></blockquote>\r\n<script src=\"//platform.twitter.com/widgets.js\" async=\"\" charset=\"utf-8\"></script>\r\n\r\nEnough said.\r\n\r\nThe bottom line with abusing your email marketing privileges is that it will be counterproductive. Too much email (especially from the same sender) makes people hit delete. And some may even unsubscribe.\r\n\r\nUse email wisely. Don\'t abuse it or your list\'s good faith.\r\n\r\n&nbsp;','Use email, don\'t abuse it','','publish','open','open','','use-email-dont-abuse-it','','','2016-11-29 13:28:54','2016-11-29 18:28:54','',0,'http://deborahbrody.com/?p=3412',0,'post','',0),
(3413,4,'2016-11-29 12:30:28','2016-11-29 17:30:28','If you\'re like me, you\'ve been bombarded by email for the past several days. First, it was all about Black Friday deals. Then it was the Cyber Monday deals. And today, it\'s about Giving Tuesday.\r\n\r\nNow, I am not against getting deals or giving to good causes. And I think using email marketing is very effective given that people generally opt-in, and are willing to receive your stuff.\r\n\r\n<strong>But I am against email marketing <em>abuse</em>.</strong>\r\n\r\nBecause it\'s an absolute abuse of your list to send too many emails in too short a time span. It overwhelms people. As one of my Twitter friends said--\r\n\r\n&nbsp;\r\n\r\nIt makes people delete your email.\r\n\r\n&nbsp;','Use email, don\'t abuse it','','inherit','open','open','','3412-revision-v1','','','2016-11-29 12:30:28','2016-11-29 17:30:28','',3412,'http://deborahbrody.com/2016/11/3412-revision-v1/',0,'revision','',0),
(3414,4,'2016-11-29 13:16:32','2016-11-29 18:16:32','If you\'re like me, you\'ve been bombarded by email for the past several days. First, it was all about Black Friday deals. Then it was the Cyber Monday deals. And today, it\'s about Giving Tuesday.\r\n\r\nNow, I am not against getting deals or giving to good causes. And I think using email marketing is very effective given that people generally opt-in, and are willing to receive your stuff.\r\n\r\n<strong>But I am against email marketing <em>abuse</em>.</strong>\r\n\r\nBecause it\'s an absolute abuse of your list to send too many emails in too short a time span. It overwhelms people.\r\n\r\nAs one of my Twitter friends said--\r\n<blockquote class=\"twitter-tweet\" data-partner=\"tweetdeck\">\r\n<p dir=\"ltr\" lang=\"en\"><a href=\"https://twitter.com/DBMC\">@DBMC</a> my inbox is vomiting. It\'s bad</p>\r\n— Jan-Michael Sacharko (@JanMichaelDC) <a href=\"https://twitter.com/JanMichaelDC/status/803632850763296769\">November 29, 2016</a></blockquote>\r\n<script src=\"//platform.twitter.com/widgets.js\" async=\"\" charset=\"utf-8\"></script>\r\n\r\nThe bottom line with abusing your email marketing priviliges is that it will be counterproductive. Too much email (especially from the same sender) makes people hit delete. And some may even unsubscribe.\r\n\r\nUse email wisely. Don\'t abuse it or your list\'s good faith.\r\n\r\n&nbsp;','Use email, don\'t abuse it','','inherit','open','open','','3412-revision-v1','','','2016-11-29 13:16:32','2016-11-29 18:16:32','',3412,'http://deborahbrody.com/2016/11/3412-revision-v1/',0,'revision','',0),
(3415,4,'2016-11-29 13:19:30','2016-11-29 18:19:30','If you\'re like me, you\'ve been bombarded by email for the past several days. First, it was all about Black Friday deals. Then it was the Cyber Monday deals. And today, it\'s about Giving Tuesday.\r\n\r\nNow, I am not against getting deals or giving to good causes. And I think using email marketing is very effective given that people generally opt-in, and are willing to receive your stuff.\r\n\r\n<strong>But I am against email marketing <em>abuse</em>.</strong>\r\n\r\nBecause it\'s an absolute abuse of your list to send too many emails in too short a time span. It overwhelms people.\r\n\r\n&nbsp;\r\n<blockquote class=\"twitter-tweet\" data-partner=\"tweetdeck\">\r\n<p dir=\"ltr\" lang=\"en\"><a href=\"https://twitter.com/DBMC\">@DBMC</a> my inbox is vomiting. It\'s bad</p>\r\n— Jan-Michael Sacharko (@JanMichaelDC) <a href=\"https://twitter.com/JanMichaelDC/status/803632850763296769\">November 29, 2016</a></blockquote>\r\n<script src=\"//platform.twitter.com/widgets.js\" async=\"\" charset=\"utf-8\"></script>\r\n\r\nEnough said.\r\n\r\nThe bottom line with abusing your email marketing privileges is that it will be counterproductive. Too much email (especially from the same sender) makes people hit delete. And some may even unsubscribe.\r\n\r\nUse email wisely. Don\'t abuse it or your list\'s good faith.\r\n\r\n&nbsp;','Use email, don\'t abuse it','','inherit','open','open','','3412-revision-v1','','','2016-11-29 13:19:30','2016-11-29 18:19:30','',3412,'http://deborahbrody.com/2016/11/3412-revision-v1/',0,'revision','',0),
(3418,4,'2016-12-14 09:39:28','2016-12-14 14:39:28','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2016-12-14 09:39:28','2016-12-14 14:39:28','',2509,'http://deborahbrody.com/2016/12/2509-revision-v1/',0,'revision','',0),
(3419,4,'2016-12-15 09:44:38','2016-12-15 14:44:38','[caption id=\"attachment_3421\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/12/kaboompics.com_Woman-writing-in-her-work-space.jpg\"><img class=\"wp-image-3421 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/12/kaboompics.com_Woman-writing-in-her-work-space-300x200.jpg\" alt=\"Kaboompics.com\" width=\"300\" height=\"200\" /></a> Kaboompics.com[/caption]\r\n<h3>Pens, t-shirts and apple butter?</h3>\r\nRight now, I have a pen on my desk from a design studio in Washington, DC. I like the way it writes. But I don\'t think I will be using that design studio for any work any time soon.\r\n\r\nI have another pen that I picked up a conference a couple of weeks ago. I also like the way it writes, but I don\'t like web hosting company whose name is on it. I used to host my website there and had nothing but problems. I would never take my business back there or recommend the company to anyone. But I do use that pen.\r\n\r\nAnd then there\'s the t-shirt I picked for a service I don\'t even understand, but hey, this t-shirt is super soft and comfy. Or the magnetic calendar I got from the local realtor, who has also delivered apple butter (in a branded jar) to my door.\r\n<h3>Is your promotional item really promoting you?</h3>\r\nAll of these are promotional items, sometimes called advertising specialties. Some cost pennies each and some cost much more. The question is, no matter how little or a lot you spend on these items, is it money well spent? I believe the answer lies on your expectations.\r\n<h3>Sales?</h3>\r\nIf you expect to gain sales from a promotional item that you have given away without any type of qualification, then you are probably wasting your money. If instead, you ask people to provide an email address or fill a questionnaire, then you will at least have generated a potential lead. However, it\'s also true most people are willing to give you some information in return for a good item (t-shirt, notebook, etc.) without having the slightest intention of buying from you.\r\n<h3>Brand recognition?</h3>\r\nIf you expect to gain name/brand recognition, and nothing else, and that\'s all you want, then you will have spent your money well. Promotional items are designed by nature to boost brand recognition. Generally, they are items that you use regularly, like pens or mugs, making the name on the item very familiar to you.\r\n\r\n<strong> </strong>\r\n<h3>Bottom line</h3>\r\nIf you want to boost your name recognition, and you have money to spend, it may work in your favor to produce some promotional items. My advice is to choose useful items that people keep around for a while.\r\n\r\nIf you want to boost your sales, you have to do more than hand out stuff with your name on it. The decision to buy is not simply based on name recognition. It is based on need, trust and perception of value. There are better ways to accomplish that then spending money on pens and other items. Especially if that pen is never used to write you a check.\r\n\r\n<strong>In order to allocate your marketing budget wisely, you must be clear on your goals and how much you are willing to spend to accomplish them.</strong>','Not using my [name] pen to write you a check','','publish','open','open','','not-using-my-name-pen-to-write-you-a-check','','','2016-12-15 09:44:38','2016-12-15 14:44:38','',0,'http://deborahbrody.com/?p=3419',0,'post','',0),
(3420,4,'2016-12-15 09:39:05','2016-12-15 14:39:05','<h3>Pens, t-shirts and apple butter?</h3>\r\nRight now, I have a pen on my desk from a design studio in Washington, DC. I like the way it writes. But I don\'t think I will be using that design studio for any work any time soon.\r\n\r\nI have another pen that I picked up a conference a couple of weeks ago. I also like the way it writes, but I don\'t like web hosting company whose name is on it. I used to host my website there and had nothing but problems. I would never take my business back there or recommend the company to anyone. But I do use that pen.\r\n\r\nAnd then there\'s the t-shirt I picked for a service I don\'t even understand, but hey, this t-shirt is super soft and comfy. Or the magnetic calendar I got from the local realtor, who has also delivered apple butter (in a branded jar) to my door.\r\n<h3>Is your promotional item really promoting you?</h3>\r\nAll of these are promotional items, sometimes called advertising specialties. Some cost pennies each and some cost much more. The question is, no matter how little or a lot you spend on these items, is it money well spent? I believe the answer lies on your expectations.\r\n<h3>Sales?</h3>\r\nIf you expect to gain sales from a promotional item that you have given away without any type of qualification, then you are probably wasting your money. If instead, you ask people to provide an email address or fill a questionnaire, then you will at least have generated a potential lead. However, it\'s also true most people are willing to give you some information in return for a good item (t-shirt, notebook, etc.) without having the slightest intention of buying from you.\r\n<h3>Brand recognition?</h3>\r\nIf you expect to gain name/brand recognition, and nothing else, and that\'s all you want, then you will have spent your money well. Promotional items are designed by nature to boost brand recognition. Generally, they are items that you use regularly, like pens or mugs, making the name on the item very familiar to you.\r\n\r\n<strong>In order to allocate your marketing budget wisely, you must be clear on your goals and how much you are willing to spend to accomplish them.</strong>\r\n<h3>Bottom line</h3>\r\nIf you want to boost your name recognition, and you have money to spend, it may work in your favor to produce some promotional items. My advice is to choose useful items that people keep around for a while.\r\n\r\nIf you want to boost your sales, you have to do more than hand out stuff with your name on it. The decision to buy is not simply based on name recognition. It is based on need, trust and perception of value. There are better ways to accomplish that then spending money on pens and other items. Especially if that pen is never used to write you a check.\r\n\r\n&nbsp;','Not using my [name] pen to write you a check','','inherit','open','open','','3419-revision-v1','','','2016-12-15 09:39:05','2016-12-15 14:39:05','',3419,'http://deborahbrody.com/2016/12/3419-revision-v1/',0,'revision','',0),
(3421,4,'2016-12-15 09:42:52','2016-12-15 14:42:52','','kaboompics-com_woman-writing-in-her-work-space','Kaboompics.com','inherit','open','open','','kaboompics-com_woman-writing-in-her-work-space','','','2016-12-15 09:43:08','2016-12-15 14:43:08','',3419,'http://deborahbrody.com/wp-content/uploads/2016/12/kaboompics.com_Woman-writing-in-her-work-space.jpg',0,'attachment','image/jpeg',0),
(3422,4,'2016-12-15 09:43:38','2016-12-15 14:43:38','[caption id=\"attachment_3421\" align=\"alignleft\" width=\"300\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2016/12/kaboompics.com_Woman-writing-in-her-work-space.jpg\"><img class=\"wp-image-3421 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2016/12/kaboompics.com_Woman-writing-in-her-work-space-300x200.jpg\" alt=\"Kaboompics.com\" width=\"300\" height=\"200\" /></a> Kaboompics.com[/caption]\r\n<h3>Pens, t-shirts and apple butter?</h3>\r\nRight now, I have a pen on my desk from a design studio in Washington, DC. I like the way it writes. But I don\'t think I will be using that design studio for any work any time soon.\r\n\r\nI have another pen that I picked up a conference a couple of weeks ago. I also like the way it writes, but I don\'t like web hosting company whose name is on it. I used to host my website there and had nothing but problems. I would never take my business back there or recommend the company to anyone. But I do use that pen.\r\n\r\nAnd then there\'s the t-shirt I picked for a service I don\'t even understand, but hey, this t-shirt is super soft and comfy. Or the magnetic calendar I got from the local realtor, who has also delivered apple butter (in a branded jar) to my door.\r\n<h3>Is your promotional item really promoting you?</h3>\r\nAll of these are promotional items, sometimes called advertising specialties. Some cost pennies each and some cost much more. The question is, no matter how little or a lot you spend on these items, is it money well spent? I believe the answer lies on your expectations.\r\n<h3>Sales?</h3>\r\nIf you expect to gain sales from a promotional item that you have given away without any type of qualification, then you are probably wasting your money. If instead, you ask people to provide an email address or fill a questionnaire, then you will at least have generated a potential lead. However, it\'s also true most people are willing to give you some information in return for a good item (t-shirt, notebook, etc.) without having the slightest intention of buying from you.\r\n<h3>Brand recognition?</h3>\r\nIf you expect to gain name/brand recognition, and nothing else, and that\'s all you want, then you will have spent your money well. Promotional items are designed by nature to boost brand recognition. Generally, they are items that you use regularly, like pens or mugs, making the name on the item very familiar to you.\r\n\r\n<strong> </strong>\r\n<h3>Bottom line</h3>\r\nIf you want to boost your name recognition, and you have money to spend, it may work in your favor to produce some promotional items. My advice is to choose useful items that people keep around for a while.\r\n\r\nIf you want to boost your sales, you have to do more than hand out stuff with your name on it. The decision to buy is not simply based on name recognition. It is based on need, trust and perception of value. There are better ways to accomplish that then spending money on pens and other items. Especially if that pen is never used to write you a check.\r\n\r\n<strong>In order to allocate your marketing budget wisely, you must be clear on your goals and how much you are willing to spend to accomplish them.</strong>','Not using my [name] pen to write you a check','','inherit','open','open','','3419-revision-v1','','','2016-12-15 09:43:38','2016-12-15 14:43:38','',3419,'http://deborahbrody.com/2016/12/3419-revision-v1/',0,'revision','',0),
(3427,4,'2017-01-11 09:56:46','2017-01-11 14:56:46','The <em>Washington Post</em> runs an advertising campaign with the slogan \"if you don\'t get it, you don\'t get it.\" And on Monday, I did not get my print copy of the <em>Post</em>. I called the re-delivery number and left a message. Five hours later, I had not yet received a replacement copy so I called again, and left another message, asking for a call back. Then I went to the online complaints, and left two messages--one about the missed delivery and one about another delivery issue I had during my end-of-year vacation.\r\n\r\n<strong>I didn\'t get it</strong>\r\n\r\nI heard nothing from the <em>Post</em>. Not one word. No call back and no redelivered paper. No apology. No credit. No nothing.\r\n\r\n<strong>Subscriptions matter</strong>\r\n\r\nThe <em>Washington Post</em> has seen an increase in digital subscribers and a decrease in print subscribers. This isn\'t surprising since most people seem to prefer to read their news online. However, in terms of advertising sales, which is what pays the bills at the <em>Post</em> and most every other newspaper, circulation numbers are what sets advertising rates. Fewer print subscribers means smaller circulation numbers, which means lower advertising rates. Obviously, the less the <em>Post</em> charges Macy\'s and the various other advertisers, the less revenue it generates.\r\n\r\n<strong>Disregard is disrespect</strong>\r\n\r\nSo subscriptions matter. And yet the Post continues to treat its subscribers with, if not outright disdain, complete disregard. Prices are increased every few months, credits are no longer given even though the print subscription charges for delivery costs, and customer service has been outsourced to Asia, where the agents barely speak English and don\'t know K Street from Pennsylvania Avenue.\r\n\r\nThe Washington Post would prefer if you never called them, so they\'ve created an online account/customer service portal. Except it sucks. Every time you want to do something, you  have to sign in, and then somehow, you are signed out of your digital subscription. And not everything works. I tried to change my vacation hold dates, and was not able to. I had to call an unhelpful customer service agent.\r\n\r\nWhen I got home from vacation, I discovered that of the six days I was gone, four days of newspapers were delivered. My vacation stop was not honored. I complained online and nothing. Again, no apology, no credit, no acknowledgment of a mix-up.\r\n\r\nHere\'s the bottom line: The Washington Post can advertise for new subscribers all it wants, but until it fixes its broken customer service, it will continue to lose print subscribers (and by extension advertising revenue).\r\n\r\nCustomer service matters more than marketing in retaining customers. Marketing is about acquisition and customer service is about retention. If you acquire customers just to lose them because of poor service, you are wasting money marketing and you are threatening your bottom line.\r\n\r\n&nbsp;','If you don\'t get it, you don\'t get it.','','publish','open','open','','if-you-dont-get-it-you-dont-get-it','','','2017-01-11 09:56:46','2017-01-11 14:56:46','',0,'http://deborahbrody.com/?p=3427',0,'post','',0),
(3428,4,'2017-01-11 09:56:46','2017-01-11 14:56:46','The <em>Washington Post</em> runs an advertising campaign with the slogan \"if you don\'t get it, you don\'t get it.\" And on Monday, I did not get my print copy of the <em>Post</em>. I called the re-delivery number and left a message. Five hours later, I had not yet received a replacement copy so I called again, and left another message, asking for a call back. Then I went to the online complaints, and left two messages--one about the missed delivery and one about another delivery issue I had during my end-of-year vacation.\r\n\r\n<strong>I didn\'t get it</strong>\r\n\r\nI heard nothing from the <em>Post</em>. Not one word. No call back and no redelivered paper. No apology. No credit. No nothing.\r\n\r\n<strong>Subscriptions matter</strong>\r\n\r\nThe <em>Washington Post</em> has seen an increase in digital subscribers and a decrease in print subscribers. This isn\'t surprising since most people seem to prefer to read their news online. However, in terms of advertising sales, which is what pays the bills at the <em>Post</em> and most every other newspaper, circulation numbers are what sets advertising rates. Fewer print subscribers means smaller circulation numbers, which means lower advertising rates. Obviously, the less the <em>Post</em> charges Macy\'s and the various other advertisers, the less revenue it generates.\r\n\r\n<strong>Disregard is disrespect</strong>\r\n\r\nSo subscriptions matter. And yet the Post continues to treat its subscribers with, if not outright disdain, complete disregard. Prices are increased every few months, credits are no longer given even though the print subscription charges for delivery costs, and customer service has been outsourced to Asia, where the agents barely speak English and don\'t know K Street from Pennsylvania Avenue.\r\n\r\nThe Washington Post would prefer if you never called them, so they\'ve created an online account/customer service portal. Except it sucks. Every time you want to do something, you  have to sign in, and then somehow, you are signed out of your digital subscription. And not everything works. I tried to change my vacation hold dates, and was not able to. I had to call an unhelpful customer service agent.\r\n\r\nWhen I got home from vacation, I discovered that of the six days I was gone, four days of newspapers were delivered. My vacation stop was not honored. I complained online and nothing. Again, no apology, no credit, no acknowledgment of a mix-up.\r\n\r\nHere\'s the bottom line: The Washington Post can advertise for new subscribers all it wants, but until it fixes its broken customer service, it will continue to lose print subscribers (and by extension advertising revenue).\r\n\r\nCustomer service matters more than marketing in retaining customers. Marketing is about acquisition and customer service is about retention. If you acquire customers just to lose them because of poor service, you are wasting money marketing and you are threatening your bottom line.\r\n\r\n&nbsp;','If you don\'t get it, you don\'t get it.','','inherit','open','open','','3427-revision-v1','','','2017-01-11 09:56:46','2017-01-11 14:56:46','',3427,'http://deborahbrody.com/2017/01/3427-revision-v1/',0,'revision','',0),
(3431,4,'2017-01-26 11:37:44','2017-01-26 16:37:44','Email marketing is still an incredibly effective marketing tool, <em>if</em> you are doing it correctly. Sadly, that\'s a big if. Often, marketers make the following five mistakes. Are you?\r\n\r\nHere are five email marketing mistakes that may be affecting your campaign\'s performance.\r\n<h3>1. Not getting permission</h3>\r\nAre you sending out your email marketing that haven\'t signed up for it? Then not only are you making a crucial mistake, you are also running afoul of the CAN-SPAM law.  This is huge mistake that you must stop right away.\r\n<h3>2. Sending image-only emails</h3>\r\nDid you know that Outlook and many other email programs do not show images until the use authorizes their download? This means that if your email is all images, and no plain text, your recipients will not see anything except a bunch of red xes. Don\'t make your recipients work so hard! Send both text and images.\r\n<h3>3. Sending too frequently or too many emails</h3>\r\nWhen people sign up for your email marketing, they are indicating interest in getting information from you. However, they are not indicating they want their email box to be flooded with your stuff. And yet, some marketing feel that reach is not enough to cut through the clutter, and frequency is needed. Excessive frequency will not cut through the clutter, instead it may get you cut off entirely.\r\n<h3> 4. Not checking your analytics</h3>\r\nHow many people open your emails? How many click on links? How many bounces are you getting? If you don\'t know the answers to these questions, you aren\'t checking your analytics. You are missing out on valuable information that can help guide your future email marketing efforts.\r\n<h3>5. Not cleaning up your list</h3>\r\nPeriodically, you should go through your list. You should pay special attention to recipients that are not opening your email. If they\'ve been on your list for a long time, keeping them on does not improve your email marketing. You could try sending them an email asking them if they wish to remain on your list or whether there is information that they need from you and aren\'t getting. If you get no response, then delete them from your list. Getting rid of these users will actually help increase your open rate.\r\n\r\nHow many of these email marketing mistakes are you committing? Which mistakes would you add?','5 Email Marketing Mistakes You Need To Fix Right Now','','publish','open','open','','5-email-marketing-mistakes-you-need-to-fix-right-now','','','2018-05-31 15:21:45','2018-05-31 19:21:45','',0,'http://deborahbrody.com/?p=3431',0,'post','',0),
(3432,4,'2017-01-26 11:25:09','2017-01-26 16:25:09','Email marketing is still an incredibly effective marketing tool--if you are doing it correctly.\r\n\r\nHere are five email marketing mistakes that may be affecting your campaign\'s performance.\r\n\r\n1. Not getting permission\r\n\r\nAre you sending out your email marketing that haven\'t signed up for it? Then not only are you making a crucial mistake, you are also running afoul of the CAN-SPAM law.  This is huge mistake that you must stop right away.\r\n\r\n2. Sending image-only emails\r\n\r\nDid you know that Outlook and many other email programs do not show mages until the use authorizes their download? This means that if your email is all images, and no plain text, your recipients will not see anything except a bunch of red xes. Don\'t make your recipients work so hard! Send both text and images.\r\n\r\n3. Sending too frequently or too many emails\r\n\r\nWhen people sign up for your email marketing, they are indicating interest in getting information from you. However, they are not indicating they want their email box to be flooded with your stuff. And yet, some marketing feel that reach is not enough to cut through the clutter, and frequency is needed. Excessive frequency will not cut the clutter but may actually get you cut off entirely.\r\n\r\n&nbsp;','5 Email Marketing Mistakes You Need To Fix Right Now','','inherit','open','open','','3431-revision-v1','','','2017-01-26 11:25:09','2017-01-26 16:25:09','',3431,'http://deborahbrody.com/2017/01/3431-revision-v1/',0,'revision','',0),
(3433,4,'2017-01-26 11:37:14','2017-01-26 16:37:14','Email marketing is still an incredibly effective marketing tool, <em>if</em> you are doing it correctly. Sadly, that\'s a big if. Often, marketers make the following five mistakes. Are you?\r\n\r\nHere are five email marketing mistakes that may be affecting your campaign\'s performance.\r\n<h3>1. Not getting permission</h3>\r\nAre you sending out your email marketing that haven\'t signed up for it? Then not only are you making a crucial mistake, you are also running afoul of the CAN-SPAM law.  This is huge mistake that you must stop right away.\r\n<h3>2. Sending image-only emails</h3>\r\nDid you know that Outlook and many other email programs do not show mages until the use authorizes their download? This means that if your email is all images, and no plain text, your recipients will not see anything except a bunch of red xes. Don\'t make your recipients work so hard! Send both text and images.\r\n<h3>3. Sending too frequently or too many emails</h3>\r\nWhen people sign up for your email marketing, they are indicating interest in getting information from you. However, they are not indicating they want their email box to be flooded with your stuff. And yet, some marketing feel that reach is not enough to cut through the clutter, and frequency is needed. Excessive frequency will not cut through the clutter, instead it may get you cut off entirely.\r\n<h3> 4. Not checking your analytics</h3>\r\nHow many people open your emails? How many click on links? How many bounces are you getting? If you don\'t know the answers to these questions, you aren\'t checking your analytics. You are missing out on valuable information that can help guide your future email marketing efforts.\r\n<h3>5. Not cleaning up your list</h3>\r\nPeriodically, you should go through your list. You should pay special attention to recipients that are not opening your email. If they\'ve been on your list for a long time, keeping them on does not improve your email marketing. You could try sending them an email asking them if they wish to remain on your list or whether there is information that they need from you and aren\'t getting. If you get no response, then delete them from your list. Getting rid of these users will actually help increase your open rate.\r\n\r\nHow many of these email marketing mistakes are you committing? Which mistakes would you add?','5 Email Marketing Mistakes You Need To Fix Right Now','','inherit','open','open','','3431-revision-v1','','','2017-01-26 11:37:14','2017-01-26 16:37:14','',3431,'http://deborahbrody.com/2017/01/3431-revision-v1/',0,'revision','',0),
(3435,4,'2017-02-09 10:03:02','0000-00-00 00:00:00','A couple of weeks ago, I went to a panel discussion about the \"hot\"trends in digital marketing. The panelists talked about they are successfully using Snapchat. A couple said the big thing coming is Alexa (Amazon\'s \"Siri\" for your home). They weren\'t too keen on influencer marketing.','You have to understand what you are doing','','draft','open','open','','','','','2017-02-09 10:03:02','2017-02-09 15:03:02','',0,'http://deborahbrody.com/?p=3435',0,'post','',0),
(3461,4,'2017-03-27 11:42:35','2017-03-27 15:42:35','It was the best of times and the worst of times....\r\n\r\nAs the famous opening line to Charles Dickens\' classic A Tale of Two Cities indicates, you can have two opposite situations going on at the same time. So was my experience with two different organizations.\r\n\r\nIn the past few weeks, I\'ve attended two remarkable similar events put on by two different organizations. Both organizations are membership-based, advocacy/non-profits, and are local affiliates of a national organization. I am not a member of either organization (yet).\r\n\r\nEach organization handled the sign-up and follow-through for the event in diametrically opposed ways. One organization has\r\n\r\nOrganization A (worst)\r\n\r\nEvent: Luncheon featuring a Washington Post reporter discussing the challenges of covering the Trump Administration. Cost was $35.\r\n\r\nSign up: On the organization website, taken directly to PayPal. No information or email list sign up captured.\r\n\r\nReminder for the event: None.\r\n\r\nFollow up after the event: None.\r\n\r\nOrganization B (best)\r\n\r\nEvent: Cocktail reception followed by panel discussion featuring three White House correspondents about the challenges of covering the Trump Administration.\r\n\r\nSign up: Through EventBrite, which allows for email capture,\r\n\r\nReminder: EventBrite sends a reminder two days ahead of the event.\r\n\r\nFollow up: Personalized thank you email from development director, including a program survey, and encouraging involvement in the organization and attendance at future events.\r\n\r\n&nbsp;','A tale of two organizations and one good outcome','','inherit','open','open','','3458-revision-v1','','','2017-03-27 11:42:35','2017-03-27 15:42:35','',3458,'http://deborahbrody.com/2017/03/3458-revision-v1/',0,'revision','',0),
(3438,4,'2017-02-14 13:09:42','2017-02-14 18:09:42','<a href=\"http://deborahbrody.com/wp-content/uploads/2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge.jpg\"><img class=\"aligncenter size-large wp-image-3439\" src=\"http://deborahbrody.com/wp-content/uploads/2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge-1024x682.jpg\" alt=\"kaboompics.com_Padlock with heart shape on rope bridge\" width=\"1024\" height=\"682\" /></a>\r\n\r\nOn this day in which we celebrate love and friendship (by buying overpriced roses and boxes of chocolate natch), I wish that more marketers would show love for their customers. Instead, we see many of the following behaviors :\r\n<h3>1. Not delivering what you promise</h3>\r\nSpecial discount? \"Free\" consultation? These are some of the promises that marketers make and then don\'t deliver on. Another is the \"bait and switch\" blog post/article, in which the marketer tells you that you will learn something or get something, but instead it\'s a sales pitch for a webinar or a product. And one that I have been seeing a lot is when you go to the \"fees\" tab on a website only to find some gobbledygook about value or some such, but nothing showing firm numbers.\r\n\r\nWhen you don\'t deliver what you promise you are not showing love for your customers, but rather the opposite.\r\n<h3>2. Not providing essential information or making it very hard to find</h3>\r\nI am talking about restaurant websites that don\'t include hours or menus, businesses that don\'t list customer service numbers or emails, brochures or business cards without addresses, telephones, website URLs or other essential contact information.\r\n\r\nWhen you don\'t provide information your customers need to do business with you, it shows you don\'t value them at all.\r\n<h3>3. Using small or otherwise hard to read fonts</h3>\r\nEven if you have a wonderfully informative website or brochure, which includes all the right information, if  your customer can\'t read it, it\'s for naught. It\'s a waste, and it shows that you haven\'t taken your customers needs into consideration.\r\n<h3>4. Sending too many emails</h3>\r\nHow many times are you going to tell your customers about your sale? I\'d say twice a day every day is probably too much. So is sending ten emails urging potential donors to please give before some deadline (end of the year, your fiscal year, full moon). I\'d add that too many asks in general are not good business (I am looking at you PBS with the constant pledge weeks that in reality are pledge months).\r\n\r\nWhen you don\'t consider that you overwhelming your customers with information, you are showing very little regard for them. That\'s not loving.\r\n<h3>5. Not remembering who already is a customer</h3>\r\nHave you ever received an email, clicked on a link on that email which takes you to a website that has a form as a gatekeeper? The marketer who sent that email didn\'t care that you were already a customer and had already signed up for emails. That\'s lazy and uncaring. Also, it isn\'t very effective because it doesn\'t promote more signups, in fact, it could do the opposite.\r\n\r\n<strong>This is by no means a complete list of ways in which marketers fail to show their love for customers. Which would you add?</strong>\r\n\r\n<span style=\"color: #ff0000;\"><strong>With that,  I wish my dear readers a very happy Valentine\'s Day. May it be full of all that makes<em> you</em> happy.</strong></span>\r\n\r\n&nbsp;','5 Ways You Aren\'t Showing Love for Your Customers','','publish','open','open','','5-ways-you-arent-showing-love-for-your-customers','','','2017-02-14 13:09:42','2017-02-14 18:09:42','',0,'http://deborahbrody.com/?p=3438',0,'post','',1),
(3439,4,'2017-02-14 13:07:31','2017-02-14 18:07:31','','kaboompics.com_Padlock with heart shape on rope bridge','','inherit','open','open','','kaboompics-com_padlock-with-heart-shape-on-rope-bridge','','','2017-02-14 13:07:31','2017-02-14 18:07:31','',3438,'http://deborahbrody.com/wp-content/uploads/2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge.jpg',0,'attachment','image/jpeg',0),
(3440,4,'2017-02-14 13:07:44','2017-02-14 18:07:44','<a href=\"http://deborahbrody.com/wp-content/uploads/2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge.jpg\"><img class=\"aligncenter size-large wp-image-3439\" src=\"http://deborahbrody.com/wp-content/uploads/2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge-1024x682.jpg\" alt=\"kaboompics.com_Padlock with heart shape on rope bridge\" width=\"1024\" height=\"682\" /></a>\r\n\r\nOn this day in which we celebrate love and friendship (by buying overpriced roses and boxes of chocolate natch), I wish that more marketers would show love for their customers. Instead, we see many of the following behaviors :\r\n<h3>1. Not delivering what you promise</h3>\r\nSpecial discount? \"Free\" consultation? These are some of the promises that marketers make and then don\'t deliver on. Another is the \"bait and switch\" blog post/article, in which the marketer tells you that you will learn something or get something, but instead it\'s a sales pitch for a webinar or a product. And one that I have been seeing a lot is when you go to the \"fees\" tab on a website only to find some gobbledygook about value or some such, but nothing showing firm numbers.\r\n\r\nWhen you don\'t deliver what you promise you are not showing love for your customers, but rather the opposite.\r\n<h3>2. Not providing essential information or making it very hard to find</h3>\r\nI am talking about restaurant websites that don\'t include hours or menus, businesses that don\'t list customer service numbers or emails, brochures or business cards without addresses, telephones, website URLs or other essential contact information.\r\n\r\nWhen you don\'t provide information your customers need to do business with you, it shows you don\'t value them at all.\r\n<h3>3. Using small or otherwise hard to read fonts</h3>\r\nEven if you have a wonderfully informative website or brochure, which includes all the right information, if  your customer can\'t read it, it\'s for naught. It\'s a waste, and it shows that you haven\'t taken your customers needs into consideration.\r\n<h3>4. Sending too many emails</h3>\r\nHow many times are you going to tell your customers about your sale? I\'d say twice a day every day is probably too much. So is sending ten emails urging potential donors to please give before some deadline (end of the year, your fiscal year, full moon). I\'d add that too many asks in general are not good business (I am looking at you PBS with the constant pledge weeks that in reality are pledge months).\r\n\r\nWhen you don\'t consider that you overwhelming your customers with information, you are showing very little regard for them. That\'s not loving.\r\n<h3>5. Not remembering who already is a customer</h3>\r\nHave you ever received an email, clicked on a link on that email which takes you to a website that has a form as a gatekeeper? The marketer who sent that email didn\'t care that you were already a customer and had already signed up for emails. That\'s lazy and uncaring. Also, it isn\'t very effective because it doesn\'t promote more signups, in fact, it could do the opposite.\r\n\r\nThis is by no means a complete list of ways in which marketers fail to show their love for customers. Which would you add?\r\n\r\nWith that,  I wish my dear readers a very happy Valentine\'s Day. May it be full of all that makes<em> you</em> happy.\r\n\r\n&nbsp;','5 Ways You Aren\'t Showing Love for Your Customers','','inherit','open','open','','3438-revision-v1','','','2017-02-14 13:07:44','2017-02-14 18:07:44','',3438,'http://deborahbrody.com/2017/02/3438-revision-v1/',0,'revision','',0),
(3441,4,'2017-02-14 13:09:21','2017-02-14 18:09:21','<a href=\"http://deborahbrody.com/wp-content/uploads/2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge.jpg\"><img class=\"aligncenter size-large wp-image-3439\" src=\"http://deborahbrody.com/wp-content/uploads/2017/02/kaboompics.com_Padlock-with-heart-shape-on-rope-bridge-1024x682.jpg\" alt=\"kaboompics.com_Padlock with heart shape on rope bridge\" width=\"1024\" height=\"682\" /></a>\r\n\r\nOn this day in which we celebrate love and friendship (by buying overpriced roses and boxes of chocolate natch), I wish that more marketers would show love for their customers. Instead, we see many of the following behaviors :\r\n<h3>1. Not delivering what you promise</h3>\r\nSpecial discount? \"Free\" consultation? These are some of the promises that marketers make and then don\'t deliver on. Another is the \"bait and switch\" blog post/article, in which the marketer tells you that you will learn something or get something, but instead it\'s a sales pitch for a webinar or a product. And one that I have been seeing a lot is when you go to the \"fees\" tab on a website only to find some gobbledygook about value or some such, but nothing showing firm numbers.\r\n\r\nWhen you don\'t deliver what you promise you are not showing love for your customers, but rather the opposite.\r\n<h3>2. Not providing essential information or making it very hard to find</h3>\r\nI am talking about restaurant websites that don\'t include hours or menus, businesses that don\'t list customer service numbers or emails, brochures or business cards without addresses, telephones, website URLs or other essential contact information.\r\n\r\nWhen you don\'t provide information your customers need to do business with you, it shows you don\'t value them at all.\r\n<h3>3. Using small or otherwise hard to read fonts</h3>\r\nEven if you have a wonderfully informative website or brochure, which includes all the right information, if  your customer can\'t read it, it\'s for naught. It\'s a waste, and it shows that you haven\'t taken your customers needs into consideration.\r\n<h3>4. Sending too many emails</h3>\r\nHow many times are you going to tell your customers about your sale? I\'d say twice a day every day is probably too much. So is sending ten emails urging potential donors to please give before some deadline (end of the year, your fiscal year, full moon). I\'d add that too many asks in general are not good business (I am looking at you PBS with the constant pledge weeks that in reality are pledge months).\r\n\r\nWhen you don\'t consider that you overwhelming your customers with information, you are showing very little regard for them. That\'s not loving.\r\n<h3>5. Not remembering who already is a customer</h3>\r\nHave you ever received an email, clicked on a link on that email which takes you to a website that has a form as a gatekeeper? The marketer who sent that email didn\'t care that you were already a customer and had already signed up for emails. That\'s lazy and uncaring. Also, it isn\'t very effective because it doesn\'t promote more signups, in fact, it could do the opposite.\r\n\r\n<strong>This is by no means a complete list of ways in which marketers fail to show their love for customers. Which would you add?</strong>\r\n\r\n<span style=\"color: #ff0000;\"><strong>With that,  I wish my dear readers a very happy Valentine\'s Day. May it be full of all that makes<em> you</em> happy.</strong></span>\r\n\r\n&nbsp;','5 Ways You Aren\'t Showing Love for Your Customers','','inherit','open','open','','3438-revision-v1','','','2017-02-14 13:09:21','2017-02-14 18:09:21','',3438,'http://deborahbrody.com/2017/02/3438-revision-v1/',0,'revision','',0),
(3444,4,'2017-03-02 08:42:17','2017-03-02 13:42:17','<strong>\"Your sport is reserved.\"</strong>\r\n\r\nThat was the headline in an email I got from a marketing agency confirming my attendance at an event it was hosting. Obviously, it should have read \"your spot is reserved.\" Is this an egregious mistake? Not really, but it is careless. It shows nobody bothered to proofread this email. And remember, this is coming from a marketing agency, which presumably creates accurate copy for its clients.\r\n\r\nMore careless yet was a letter I received from my HOA\'s management company regarding board elections. The letter stated that the elections would be held on February 7. The accompanying ballot said the elections would take place on February 28. Every homeowner was welcomed to attend (if only we knew which the correct date was).\r\n<h3>Mistakes are everywhere</h3>\r\nI\'ve been noticing these types of mistakes more and more. Yesterday, a tweet from a leading women\'s organization talked about principals instead of principles. Another letter from my HOA referenced the wrong community.\r\n\r\nI am sure you\'ve noticed it too because it has become rampant. I am not sure what\'s causing this but I believe it has to do with the expectations of instant communication and the ongoing rush we are experiencing. We\'ve seen news organizations that rush to be first instead of taking the time to ensure accuracy.\r\n<h3>Avoiding mistakes takes a bit of effort</h3>\r\nIt takes time to proofread documents. It takes time to ensure all information (dates, times, locations) is accurate. It involves an extra step and perhaps another person.\r\n<h3>And not making the effort communicates lack of care</h3>\r\nRemember, not taking the appropriate steps to make sure your communications are clear and accurate shows that you don\'t care about your reader.\r\n\r\n<span style=\"color: #ff0000;\"><strong>What do you do to make sure your communications materials are accurate? Do you follow a checklist? Enlist a proofreader? Please let me know in the comments.</strong></span>\r\n\r\n&nbsp;','How to show you really don\'t care','','publish','open','open','','how-to-show-you-really-dont-care','','','2017-03-02 08:42:17','2017-03-02 13:42:17','',0,'http://deborahbrody.com/?p=3444',0,'post','',0),
(3445,4,'2017-03-02 08:38:51','2017-03-02 13:38:51','\"Your sport is reserved.\"\r\n\r\nThat was the headline in an email I got from a marketing agency confirming my attendance at an event it was hosting. Obviously, it should have read \"your spot is reserved.\" Is this an egregious mistake? Not really, but it is careless. It shows nobody bothered to proofread this email. And remember, this is coming from a marketing agency, which presumably creates accurate copy for its clients.\r\n\r\nMore careless yet was a letter I received from my HOA\'s management company regarding board elections. The letter stated that the elections would be held on February 7. The accompanying ballot said the elections would take place on February 28. Every homeowner was welcomed to attend if only we knew which the correct date was.\r\n<h3>Mistakes are everywhere</h3>\r\nI\'ve been noticing these types of mistakes more and more. Yesterday, a tweet from a leading women\'s organization talked about principals instead of principles. Another letter from my HOA referenced the wrong community.\r\n\r\nI am sure you\'ve noticed it too because it has become rampant. I am not sure what\'s causing this but I believe it has to do with the expectations of instant communication and the ongoing rush we are experiencing. We\'ve seen news organizations that rush to be first instead of taking the time to ensure accuracy.\r\n<h3>Avoiding mistakes takes a bit of effort</h3>\r\nIt takes time to proofread documents. It takes time to ensure all information (dates, times, locations) is accurate. It involves an extra step and perhaps another person.\r\n<h3>And not making the effort communicates lack of care</h3>\r\nRemember, not taking the appropriate steps to make sure your communications are clear and accurate shows that you don\'t care about your reader.\r\n\r\nWhat do you do to make sure your communications materials are accurate? Do you follow a checklist? Enlist a proofreader? Please let me know in the comments.\r\n\r\n&nbsp;','How to show you really don\'t care','','inherit','open','open','','3444-revision-v1','','','2017-03-02 08:38:51','2017-03-02 13:38:51','',3444,'http://deborahbrody.com/2017/03/3444-revision-v1/',0,'revision','',0),
(3446,4,'2017-03-02 08:40:58','2017-03-02 13:40:58','<strong>\"Your sport is reserved.\"</strong>\r\n\r\nThat was the headline in an email I got from a marketing agency confirming my attendance at an event it was hosting. Obviously, it should have read \"your spot is reserved.\" Is this an egregious mistake? Not really, but it is careless. It shows nobody bothered to proofread this email. And remember, this is coming from a marketing agency, which presumably creates accurate copy for its clients.\r\n\r\nMore careless yet was a letter I received from my HOA\'s management company regarding board elections. The letter stated that the elections would be held on February 7. The accompanying ballot said the elections would take place on February 28. Every homeowner was welcomed to attend if only we knew which the correct date was.\r\n<h3>Mistakes are everywhere</h3>\r\nI\'ve been noticing these types of mistakes more and more. Yesterday, a tweet from a leading women\'s organization talked about principals instead of principles. Another letter from my HOA referenced the wrong community.\r\n\r\nI am sure you\'ve noticed it too because it has become rampant. I am not sure what\'s causing this but I believe it has to do with the expectations of instant communication and the ongoing rush we are experiencing. We\'ve seen news organizations that rush to be first instead of taking the time to ensure accuracy.\r\n<h3>Avoiding mistakes takes a bit of effort</h3>\r\nIt takes time to proofread documents. It takes time to ensure all information (dates, times, locations) is accurate. It involves an extra step and perhaps another person.\r\n<h3>And not making the effort communicates lack of care</h3>\r\nRemember, not taking the appropriate steps to make sure your communications are clear and accurate shows that you don\'t care about your reader.\r\n\r\nWhat do you do to make sure your communications materials are accurate? Do you follow a checklist? Enlist a proofreader? Please let me know in the comments.\r\n\r\n&nbsp;','How to show you really don\'t care','','inherit','open','open','','3444-revision-v1','','','2017-03-02 08:40:58','2017-03-02 13:40:58','',3444,'http://deborahbrody.com/2017/03/3444-revision-v1/',0,'revision','',0),
(3447,4,'2017-03-02 08:42:17','2017-03-02 13:42:17','<strong>\"Your sport is reserved.\"</strong>\r\n\r\nThat was the headline in an email I got from a marketing agency confirming my attendance at an event it was hosting. Obviously, it should have read \"your spot is reserved.\" Is this an egregious mistake? Not really, but it is careless. It shows nobody bothered to proofread this email. And remember, this is coming from a marketing agency, which presumably creates accurate copy for its clients.\r\n\r\nMore careless yet was a letter I received from my HOA\'s management company regarding board elections. The letter stated that the elections would be held on February 7. The accompanying ballot said the elections would take place on February 28. Every homeowner was welcomed to attend (if only we knew which the correct date was).\r\n<h3>Mistakes are everywhere</h3>\r\nI\'ve been noticing these types of mistakes more and more. Yesterday, a tweet from a leading women\'s organization talked about principals instead of principles. Another letter from my HOA referenced the wrong community.\r\n\r\nI am sure you\'ve noticed it too because it has become rampant. I am not sure what\'s causing this but I believe it has to do with the expectations of instant communication and the ongoing rush we are experiencing. We\'ve seen news organizations that rush to be first instead of taking the time to ensure accuracy.\r\n<h3>Avoiding mistakes takes a bit of effort</h3>\r\nIt takes time to proofread documents. It takes time to ensure all information (dates, times, locations) is accurate. It involves an extra step and perhaps another person.\r\n<h3>And not making the effort communicates lack of care</h3>\r\nRemember, not taking the appropriate steps to make sure your communications are clear and accurate shows that you don\'t care about your reader.\r\n\r\n<span style=\"color: #ff0000;\"><strong>What do you do to make sure your communications materials are accurate? Do you follow a checklist? Enlist a proofreader? Please let me know in the comments.</strong></span>\r\n\r\n&nbsp;','How to show you really don\'t care','','inherit','open','open','','3444-revision-v1','','','2017-03-02 08:42:17','2017-03-02 13:42:17','',3444,'http://deborahbrody.com/2017/03/3444-revision-v1/',0,'revision','',0),
(3452,4,'2017-03-16 14:00:03','2017-03-16 18:00:03','Yesterday, Bill Walsh, a copy editor for the<em> Washington Pos</em>t and author of three books on language, died. He was far too young--only 55--and a victim of cancer. He was liked and respected by his colleagues, copy editors everywhere, and by people who appreciate clean, readable copy (myself included).  His <a href=\"https://www.washingtonpost.com/local/bill-walsh-copy-editor-and-witty-authority-on-language-dies-at-55/2017/03/15/6bf9dea4-002e-11e7-8ebe-6e0dbe4f2bca_story.html?utm_term=.d4a1e9589dd4\" target=\"_blank\">obituary in the Post</a> is a worthwhile read.\r\n\r\nA couple of years ago, I had the good fortune to attend a copy editing workshop that Mr. Walsh was leading. He talked about his pet peeves (\"armed gunmen\" for example) and talked extensively about comma and hyphen use, among other topics. After the session, somebody asked him why there were so many copy errors in the <em>Washington Post</em>. He lamented that the shear quantity of copy (all that digital stuff) made it impossible to keep up. And of course, his department had suffered cuts.\r\n\r\nMore and more, news outlets have fewer copy editors or even none at all. Writers/reporters are expected to edit their own work, which, as anybody who has written anything, is damn near impossible to do successfully.\r\n\r\nCopy editing is not proofreading. Proofreading is about making sure that words are spelled correctly and/or are in the right place. Copy editing is far more than that. Copy editing is about making sure that the work makes sense and that it is accurate. It strives to improve readability and accessibility.\r\n\r\nBill Walsh was a celebrity copy editor (he had a following!). His insight and wit are irreplaceable. I hope that his main skill--copy editing--does not die along with him. He certainly transmitted his knowledge through his books and his workshops. But he couldn\'t stop the powers that be from making cuts to copy editing staff.\r\n\r\nWithout copy editors, readers are shortchanged with text that can be mistake-ridden and inaccurate. Copy editors are valuable and perform necessary work inside news organizations and indeed, any organization that puts out \"content.\"\r\n\r\nRest in peace, Bill Walsh. You and your skills will be be sorely missed.\r\n\r\nP.S. I don\'t have a copy editor, so any mistakes (and I am sure there are a few) are mine and mine alone.','The death of copy editing?','','publish','open','open','','the-death-of-copy-editing','','','2017-03-16 14:00:03','2017-03-16 18:00:03','',0,'http://deborahbrody.com/?p=3452',0,'post','',0),
(3449,4,'2017-03-07 13:24:11','2017-03-07 18:24:11','A mantra is defined by<a href=\"https://www.merriam-webster.com/dictionary/mantra\" target=\"_blank\"> Merriam-Webste</a>r as a mystical formula of invocation or incantation. In Sanskrit, a mantra is a phrase, word, or sound that is repeated during meditation to help practitioners focus.\r\n\r\nIf you want to increase your website\'s performance and focus, I have come up with a mantra for you:\r\n<p style=\"text-align: center;\"><strong>Make it easier to find.</strong></p>\r\nIf you concentrate on this mantra, you will have a website where people have an easier time finding the information they want.\r\n\r\nIf you don\'t, you will make your website users so frustrated that they will leave your website and will end up not doing business with you.\r\n\r\n<strong>Searching and searching</strong>\r\n\r\nThis morning, I decided to research CD rates at a local bank. First, I had to put in my zip code \"to get localized results.\" Then, I had to navigate to a \"Savings and CDs\" page. Then, I had to click on \"Savings Accounts and CD Options.\" Then, I had to click on \"Certificates of Deposit,\" and then scroll down to find the link for \"Interest Rates.\" To sum it up, I had to go through five different steps/clicks to find the information I was seeking.\r\n\r\n<strong>What do most people need and want to know?</strong>\r\n\r\nI think  going through five steps to find simple information is too many steps. It can be discouraging to have to keep clicking through various pages to get what you need. In the case of the bank, I assume the one thing most people research are rates. Every industry and business has to answer some questions more frequently than others. Restaurants, for example, may need to provide their menu, hours and location. Banks need to provide a list of services, current rates, hours and locations.\r\n\r\n<strong>The information your website visitors request the most, and need the most, needs to be easiest to find. It\'s that simple.</strong>\r\n\r\nSo repeat after me: make it easier to find. There, are you feeling a bit more zen?\r\n\r\n&nbsp;','A website mantra to help you achieve marketing nirvana','','publish','open','open','','a-website-mantra-to-help-you-achieve-marketing-nirvana','','','2017-03-07 13:24:11','2017-03-07 18:24:11','',0,'http://deborahbrody.com/?p=3449',0,'post','',0),
(3450,4,'2017-03-07 13:23:25','2017-03-07 18:23:25','A mantra is defined by<a href=\"https://www.merriam-webster.com/dictionary/mantra\" target=\"_blank\"> Merriam-Webste</a>r as a mystical formula of invocation or incantation. In Sanskrit, a mantra is a phrase, word, or sound that is repeated during meditation to help practitioners focus.\r\n\r\nIf you want to increase your website\'s performance and focus, I have come up with a mantra for you:\r\n<p style=\"text-align: center;\"><strong>Make it easier to find.</strong></p>\r\nIf you concentrate on this mantra, you will have a website where people have an easier time finding the information they want.\r\n\r\nIf you don\'t, you will make your website users so frustrated that they will leave your website and will end up not doing business with you.\r\n\r\n<strong>Searching and searching</strong>\r\n\r\nThis morning, I decided to research CD rates at a local bank. First, I had to put in my zip code \"to get localized results.\" Then, I had to navigate to a \"Savings and CDs\" page. Then, I had to click on \"Savings Accounts and CD Options.\" Then, I had to click on \"Certificates of Deposit,\" and then scroll down to find the link for \"Interest Rates.\" To sum it up, I had to go through five different steps/clicks to find the information I was seeking.\r\n\r\n<strong>What do most people need and want to know?</strong>\r\n\r\nI think  going through five steps to find simple information is too many steps. It can be discouraging to have to keep clicking through various pages to get what you need. In the case of the bank, I assume the one thing most people research are rates. Every industry and business has to answer some questions more frequently than others. Restaurants, for example, may need to provide their menu, hours and location. Banks need to provide a list of services, current rates, hours and locations.\r\n\r\n<strong>The information your website visitors request the most, and need the most, needs to be easiest to find. It\'s that simple.</strong>\r\n\r\nSo repeat after me: make it easier to find. There, are you feeling a bit more zen?\r\n\r\n&nbsp;','A website mantra to help you achieve marketing nirvana','','inherit','open','open','','3449-revision-v1','','','2017-03-07 13:23:25','2017-03-07 18:23:25','',3449,'http://deborahbrody.com/2017/03/3449-revision-v1/',0,'revision','',0),
(3453,4,'2017-03-16 09:47:28','2017-03-16 13:47:28','Yesterday, Bill Walsh, a copy editor for the Washington Post and author of three books on language, died. He was young--only 55. And he was liked and respected by his colleagues, copy editors everywhere, and by people who appreciate clean, readable copy.','The death of copy editing?','','inherit','open','open','','3452-revision-v1','','','2017-03-16 09:47:28','2017-03-16 13:47:28','',3452,'http://deborahbrody.com/2017/03/3452-revision-v1/',0,'revision','',0),
(3454,4,'2017-03-16 14:00:03','2017-03-16 18:00:03','Yesterday, Bill Walsh, a copy editor for the<em> Washington Pos</em>t and author of three books on language, died. He was far too young--only 55--and a victim of cancer. He was liked and respected by his colleagues, copy editors everywhere, and by people who appreciate clean, readable copy (myself included).  His <a href=\"https://www.washingtonpost.com/local/bill-walsh-copy-editor-and-witty-authority-on-language-dies-at-55/2017/03/15/6bf9dea4-002e-11e7-8ebe-6e0dbe4f2bca_story.html?utm_term=.d4a1e9589dd4\" target=\"_blank\">obituary in the Post</a> is a worthwhile read.\r\n\r\nA couple of years ago, I had the good fortune to attend a copy editing workshop that Mr. Walsh was leading. He talked about his pet peeves (\"armed gunmen\" for example) and talked extensively about comma and hyphen use, among other topics. After the session, somebody asked him why there were so many copy errors in the <em>Washington Post</em>. He lamented that the shear quantity of copy (all that digital stuff) made it impossible to keep up. And of course, his department had suffered cuts.\r\n\r\nMore and more, news outlets have fewer copy editors or even none at all. Writers/reporters are expected to edit their own work, which, as anybody who has written anything, is damn near impossible to do successfully.\r\n\r\nCopy editing is not proofreading. Proofreading is about making sure that words are spelled correctly and/or are in the right place. Copy editing is far more than that. Copy editing is about making sure that the work makes sense and that it is accurate. It strives to improve readability and accessibility.\r\n\r\nBill Walsh was a celebrity copy editor (he had a following!). His insight and wit are irreplaceable. I hope that his main skill--copy editing--does not die along with him. He certainly transmitted his knowledge through his books and his workshops. But he couldn\'t stop the powers that be from making cuts to copy editing staff.\r\n\r\nWithout copy editors, readers are shortchanged with text that can be mistake-ridden and inaccurate. Copy editors are valuable and perform necessary work inside news organizations and indeed, any organization that puts out \"content.\"\r\n\r\nRest in peace, Bill Walsh. You and your skills will be be sorely missed.\r\n\r\nP.S. I don\'t have a copy editor, so any mistakes (and I am sure there are a few) are mine and mine alone.','The death of copy editing?','','inherit','open','open','','3452-revision-v1','','','2017-03-16 14:00:03','2017-03-16 18:00:03','',3452,'http://deborahbrody.com/2017/03/3452-revision-v1/',0,'revision','',0),
(3456,4,'2017-03-21 10:12:13','2017-03-21 14:12:13','Perhaps you have a great tagline or you have a fantastic, limited time offer, and yet you are getting no response. It could be that few people are enticed by your offer, or that there is little demand for your product, or, maybe, just maybe, it is that that they (quite literally)<em> can\'t </em>see it.\r\n\r\n<strong>What is it that you do?</strong>\r\n\r\nYesterday,  I was in my car driving behind a commercial SUV, which had the name of the company written in green letters on the back of the truck. But for the life of me, I couldn\'t, make out what this company did because I could not read the line below the company name. I kept trying to figure out as I was driving a car length or so behind the truck. I finally came to a stop right behind this SUV, and it was only then that I was able to read the line saying it did plumbing. This company probably spent some money to have their company name, telephone and website painted on the back of their company SUV, and yet, it was done with such small letters that it was practically useless. Unless you were stopped right behind it, you would not know what it was.\r\n\r\nIf you\'ve driven around during the day, you will have seen any number of commercial trucks and cars, each with the name of the company painted on the side of the vehicle. If the name and service are prominent, and easy to read from a distance, there can be big benefits. It  creates brand recognition. It can also be free advertising. Say your heating system is on the fritz, and you see a truck for a heating company, you may make note of the name, and even the website and/or telephone number.\r\n\r\n<strong>Crammed with content, harder to read</strong>\r\n\r\nVerizon FIOS recently redesigned its On Demand screen. Everything is now more compact (about half of the previous iteration), and all sorts of information is crammed on the screen. To be able to fit all this stuff on the screen, the font size was reduced. The result is that it is hard to read the titles of the movies. And they also added the extra step of making you click on each title to see more information, including cost. It has become very frustrating for me to deal with this new On Demand screen, and as a result, I am no longer going there to see what movies are available.\r\n\r\nI am pretty certain that Verizon embarked on this redesign without consulting its users. I wonder if the company has seen any change in the amount of On Demand content users rent/buy now. Based on my experience, I would bet fewer people are getting stuff On Demand.\r\n\r\n<strong>Can your audience see it? Can they read it?</strong>\r\n\r\nYou must keep <strong>readability and visibility</strong> top of mind when you design or redesign any marketing material. If your audience cannot read your material, or cannot see it properly, then they cannot interact with it.','Can they read it?','','publish','open','open','','can-they-read-it','','','2017-03-21 10:12:13','2017-03-21 14:12:13','',0,'http://deborahbrody.com/?p=3456',0,'post','',0),
(3457,4,'2017-03-21 10:12:13','2017-03-21 14:12:13','Perhaps you have a great tagline or you have a fantastic, limited time offer, and yet you are getting no response. It could be that few people are enticed by your offer, or that there is little demand for your product, or, maybe, just maybe, it is that that they (quite literally)<em> can\'t </em>see it.\r\n\r\n<strong>What is it that you do?</strong>\r\n\r\nYesterday,  I was in my car driving behind a commercial SUV, which had the name of the company written in green letters on the back of the truck. But for the life of me, I couldn\'t, make out what this company did because I could not read the line below the company name. I kept trying to figure out as I was driving a car length or so behind the truck. I finally came to a stop right behind this SUV, and it was only then that I was able to read the line saying it did plumbing. This company probably spent some money to have their company name, telephone and website painted on the back of their company SUV, and yet, it was done with such small letters that it was practically useless. Unless you were stopped right behind it, you would not know what it was.\r\n\r\nIf you\'ve driven around during the day, you will have seen any number of commercial trucks and cars, each with the name of the company painted on the side of the vehicle. If the name and service are prominent, and easy to read from a distance, there can be big benefits. It  creates brand recognition. It can also be free advertising. Say your heating system is on the fritz, and you see a truck for a heating company, you may make note of the name, and even the website and/or telephone number.\r\n\r\n<strong>Crammed with content, harder to read</strong>\r\n\r\nVerizon FIOS recently redesigned its On Demand screen. Everything is now more compact (about half of the previous iteration), and all sorts of information is crammed on the screen. To be able to fit all this stuff on the screen, the font size was reduced. The result is that it is hard to read the titles of the movies. And they also added the extra step of making you click on each title to see more information, including cost. It has become very frustrating for me to deal with this new On Demand screen, and as a result, I am no longer going there to see what movies are available.\r\n\r\nI am pretty certain that Verizon embarked on this redesign without consulting its users. I wonder if the company has seen any change in the amount of On Demand content users rent/buy now. Based on my experience, I would bet fewer people are getting stuff On Demand.\r\n\r\n<strong>Can your audience see it? Can they read it?</strong>\r\n\r\nYou must keep <strong>readability and visibility</strong> top of mind when you design or redesign any marketing material. If your audience cannot read your material, or cannot see it properly, then they cannot interact with it.','Can they read it?','','inherit','open','open','','3456-revision-v1','','','2017-03-21 10:12:13','2017-03-21 14:12:13','',3456,'http://deborahbrody.com/2017/03/3456-revision-v1/',0,'revision','',0),
(3458,4,'2017-03-28 11:24:57','2017-03-28 15:24:57','To paraphrase the opening line of <em>A Tale of Two Cities</em>, it was the best of practices and the worst of practices. Let me explain.\r\n\r\nIn the past few weeks, I\'ve attended two remarkably similar events put on by two different organizations. Both organizations are membership-based, advocacy/non-profits, and are local affiliates of a national organization. One organization clearly followed best practices, while the other appeared to have no idea how to make the most of a successful event.\r\n\r\n<strong>Organization A</strong>\r\n\r\nEvent description: Luncheon featuring a <em>Washington Post</em> reporter discussing the challenges of covering the Trump Administration. Cost was $35.\r\n\r\nSign up: On the organization\'s website, taken to an outside website (PayPal) for payment. Receipt sent from PayPal but no acknowledgment from organization. No information or email list sign up captured.\r\n\r\nReminder for the event: None.\r\n\r\nFollow up after the event: None.\r\n\r\n<strong>Organization B</strong>\r\n\r\nEvent: Cocktail reception followed by panel discussion, featuring three White House correspondents, about the challenges of covering the Trump Administration. Cost was $36.\r\n\r\nSign up: Through Eventbrite, which allows for email capture, branding, and payment on one page. (There are other benefits to using Eventbrite, including ability to sign in people, print labels, be listed on an events page, and others.) Tickets with event information sent from Eventbrite.\r\n\r\nReminder: Eventbrite sends a reminder two days ahead of the event.\r\n\r\nFollow up: Personalized thank you email from the organization\'s development director, including a program survey, and encouraging involvement in the organization and attendance at future events.\r\n<h3><strong>Five best practices </strong></h3>\r\n<strong>1. Have a hook</strong>\r\n\r\nKudos to both these organizations for their choice of speakers. Both events were very informative, lively and interesting. <strong>Hosting an interesting, topical event is a big draw for members and is attractive to non-members</strong>.\r\n\r\n<strong>2. Use the right online tools</strong>\r\n\r\nThere are lots of online tools available to organizations, at all different prices, for various functions (event management, surveys, time management). They offer functionality such as being able to generate reports, charge credit cards, build email lists, communicate with attendees, and so forth. <strong>Using the right online tool will let you increase your organization\'s efficiency through automation and increased functionality.</strong>\r\n\r\n<strong>3. Build your email list</strong>\r\n\r\nIf you are a membership or donor-based organization it becomes extremely important to build and expand your email list. Having an event is a great way to attract new people, so it makes sense to get their email address so you can keep in touch. <strong>Automatically adding people that have signed up for an event to your email list is easy and smart.</strong>\r\n\r\n<strong>4. Follow up after the event</strong>\r\n\r\nPresumably, by hosting an event, you have a goal for it. This goal could be to increase awareness, or increase your membership, or attract donations, etc. <strong>Following up after the event, reminding people of what you do and how they can be involved will go a long way to achieving your goal.</strong>\r\n\r\n<strong>5. Survey your audience</strong>\r\n\r\nIf you want to continue to have successful programs, you\'ll need to know what attendees liked and didn\'t like. <strong>Asking attendees to rate your program and give suggestions is a great way to improve your future events.</strong>\r\n<h3><strong>It really was the best of times and the worst of times</strong></h3>\r\nOrganization B was much more sophisticated and tech-savvy than Organization A. It used online tools to make things easier, and it seemed to be clearer on the outcomes it wanted. Even though both organizations advocate, only Organization B had the foresight to build their email list to make advocacy happen.\r\n\r\nOrganization A, in effect, has put the onus on me if I want to be more involved in the future. If I want to see what programs are coming up, I will have to visit their website. Organization B is making my involvement and support easier. Since I will be getting B\'s emails about advocacy and events, I will be able to involved if I choose, without having to take an extra step to do it.\r\n\r\n&nbsp;','A tale of two organizations and five best practices','','publish','open','open','','a-tale-of-two-organizations-and-five-best-practices','','','2017-03-28 11:24:57','2017-03-28 15:24:57','',0,'http://deborahbrody.com/?p=3458',0,'post','',0),
(3459,4,'2017-03-24 10:23:49','2017-03-24 14:23:49','In the past few weeks, I\'ve attended two remarkable similar events put on by two different organizations. Both organizations are membership-based, advocacy/non-profits, and are local affiliates of a national organization. I am not a member of either organization (yet).\r\n\r\nOrganization A\r\n\r\nEvent: Luncheon featuring a Washington Post reporter discussing the challenges of covering the Trump Administration. Cost was $35.\r\n\r\nSign up: On the organization website, taken directly to PayPal. No information or email list sign up captured.\r\n\r\nReminder for the event: None.\r\n\r\nFollow up after the event: None.\r\n\r\nOrganization B\r\n\r\nEvent: Cocktail reception followed by panel discussion featuring three White House correspondents about the challenges of covering the Trump Administration.\r\n\r\nSign up: Through EventBrite, which allows for email capture,\r\n\r\nReminder: EventBrite sends a reminder two days ahead of the event.\r\n\r\nFollow up: Personalized thank you email from development director, including a program survey, and encouraging involvement in the organization and attendance at future events.\r\n\r\n&nbsp;','A tale of two organizations and one good outcome','','inherit','open','open','','3458-revision-v1','','','2017-03-24 10:23:49','2017-03-24 14:23:49','',3458,'http://deborahbrody.com/2017/03/3458-revision-v1/',0,'revision','',0),
(3460,4,'2017-03-24 11:34:36','2017-03-24 15:34:36','It was the best of times and the worst of times....\r\n\r\nAs the famous opening line to Charles Dickens\' classic A Tale of Two Cities indicates, you can have two opposite situations going on at the same time. So was my experience with two different organizations.\r\n\r\nIn the past few weeks, I\'ve attended two remarkable similar events put on by two different organizations. Both organizations are membership-based, advocacy/non-profits, and are local affiliates of a national organization. I am not a member of either organization (yet).\r\n\r\nOrganization A (worst)\r\n\r\nEvent: Luncheon featuring a Washington Post reporter discussing the challenges of covering the Trump Administration. Cost was $35.\r\n\r\nSign up: On the organization website, taken directly to PayPal. No information or email list sign up captured.\r\n\r\nReminder for the event: None.\r\n\r\nFollow up after the event: None.\r\n\r\nOrganization B (best)\r\n\r\nEvent: Cocktail reception followed by panel discussion featuring three White House correspondents about the challenges of covering the Trump Administration.\r\n\r\nSign up: Through EventBrite, which allows for email capture,\r\n\r\nReminder: EventBrite sends a reminder two days ahead of the event.\r\n\r\nFollow up: Personalized thank you email from development director, including a program survey, and encouraging involvement in the organization and attendance at future events.\r\n\r\n&nbsp;','A tale of two organizations and one good outcome','','inherit','open','open','','3458-revision-v1','','','2017-03-24 11:34:36','2017-03-24 15:34:36','',3458,'http://deborahbrody.com/2017/03/3458-revision-v1/',0,'revision','',0),
(3547,4,'2017-08-15 11:35:52','2017-08-15 15:35:52','<strong>We need your support and we will interrupt you viewing until you give us money!</strong>\r\n\r\nThis seems to be the PBS mission during its pledge drive\r\n\r\nCurrently, it\'s the upteenth day during the upteenth time this year that my local PBS station, WETA, is looking for support from viewers. It may not be endless, but it sure feels like it.\r\n\r\nPledge month (?) is the time when the station starts playing \"specials\" that have been played dozens of times before, and interrupting them every fifteen minutes to ask for your support. In return, you will get any number of mugs/bags/videos/books based on the size of your contribution. Also, every other show seems to get interrupted--the Newshour, Washington Week, and most egregiously, the finale of the Great British Baking Show.\r\n\r\n<strong>Enough!</strong>\r\n\r\nViewers like me do not like to watch tired, old \"specials.\" Viewers like me hate having shows interrupted multiple times by the same talking heads giving repetitious pitches on why to give to the station. Viewers like me do not want mugs or tote bags. Viewers like me click off PBS the instant this pledge madness starts.\r\n\r\n<strong>How can this model work today?</strong>\r\n\r\nHere\'s a newsflash for PBS: Times have changed.\r\n\r\n<em>Hundreds of viewing options</em>\r\n\r\nAll TV channels are under intense competition—both for viewers and for advertising dollars. This is because viewers have many more options for entertainment than ever before: There are hundreds of cable and streaming channels, and also an internet chock-full of stuff to watch, read, react to and interact with.\r\n\r\n<em>It\'s an on-demand world</em>\r\n\r\nWith DVRs and/or access to content on demand, people can watch shows on whatever schedule they choose. They can ignore advertising (and pledge drives).\r\n\r\n<em>There\'s a streaming channel for that</em>\r\n\r\nIt used to be that you could only watch British shows like Downton Abbey or Inspector Morse on PBS. Now, you can stream them on specialized British TV/movies channels, and even watch them on Netflix.\r\n\r\n<em>Watch TV wherever you are, whenever you want</em>\r\n\r\nSmartphones and tablets can access the internet anywhere and everywhere. And users of these devices can buy/rent/download all sorts of entertainment to watch even when there is no internet access.\r\n\r\n<strong>Interrupting viewer with a push-message is really old school</strong>\r\n\r\nThese days, inbound marketing is in favor. That\'s when potential customers/supporters come to you because you are providing great content/reasons for them to interact and buy/support from you. Forcing yourself on viewers, like the pledge drive on PBS does, is the complete opposite. It assumes a static audience that does not have any option but to sit there and listen to a sales pitch. It assumes that pushing a message is the best way to get action. It\'s the old way of doing things. And it may help PBS shed viewers, not gain them.\r\n\r\n<strong>Is annoying viewers for a $60 donation the best way to keep PBS afloat?</strong>\r\n\r\nWhen you are aiming for lots of small donations, you have to do a lot more work. In this case, it means interrupting viewing more times, more often. It gets annoying. It\'s a turn-off. And I don\'t believe it\'s effective. I think it would be far more effective to concentrate on getting and retaining big, corporate or foundation sponsorships.\r\n\r\nI understand PBS wants community support too. Perhaps instead of asking viewers to donate, PBS could emphasize obtaining a yearly membership with (real) special benefits (currently this is not clear on the PBS website). Instead of having pledge drives, PBS could include a 15-second ad/message for membership before popular shows.\r\n\r\nWhat do you think? Do you watch PBS? Do you support PBS? Why or why not?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Does PBS get the support of viewers like you? ','','inherit','open','open','','3546-revision-v1','','','2017-08-15 11:35:52','2017-08-15 15:35:52','',3546,'http://deborahbrody.com/2017/08/3546-revision-v1/',0,'revision','',0),
(3463,4,'2017-03-28 11:05:09','2017-03-28 15:05:09','To paraphrase the opening line of <em>A Tale of Two Cities</em>, it was the best of practices and the worst of practices. Let me explain.\r\n\r\nIn the past few weeks, I\'ve attended two remarkably similar events put on by two different organizations. Both organizations are membership-based, advocacy/non-profits, and are local affiliates of a national organization. One organization clearly followed best practices, while the other appeared to have no idea how to make the most of a successful event.\r\n\r\n<strong>Organization A</strong>\r\n\r\nEvent description: Luncheon featuring a <em>Washington Post</em> reporter discussing the challenges of covering the Trump Administration. Cost was $35.\r\n\r\nSign up: On the organization\'s website, taken directly to PayPal. No information or email list sign up captured.\r\n\r\nReminder for the event: None.\r\n\r\nFollow up after the event: None.\r\n\r\n<strong>Organization B</strong>\r\n\r\nEvent: Cocktail reception followed by panel discussion, featuring three White House correspondents, about the challenges of covering the Trump Administration. Cost was $36.\r\n\r\nSign up: Through EventBrite, which allows for email capture, branding, and payment on one page. (There are other benefits to using EventBrite, including ability to sign in people, print labels, be listed on an events page, and others.)\r\n\r\nReminder: EventBrite sends a reminder two days ahead of the event.\r\n\r\nFollow up: Personalized thank you email from the organization\'s development director, including a program survey, and encouraging involvement in the organization and attendance at future events.\r\n<h3><strong>Four best practices </strong></h3>\r\n<strong>1. A hook</strong>\r\n\r\nKudos to both these organizations for their choice of speakers. Both events were very interesting. <strong>Hosting an interesting, topical event is a big draw for members and is attractive to non-members</strong>.\r\n\r\n<strong>2. Building an email list</strong>\r\n\r\nIf you are a membership or donor-based organization it becomes extremely important to build and expand your email list. Having an event is a great way to attract new people, so it makes sense to get their email organization. <strong>Automatically adding people that have signed up for an event to your email list is easy and smart.</strong>\r\n\r\n<strong>3. Following up after the event</strong>\r\n\r\nPresumably, by hosting an event, you have a goal for it.  This goal could be to increase awareness, or increase your membership, or attract donations, etc. <strong>Following up after the event, reminding people of what you do and how they can be involved will go a long way to achieving your goal.</strong>\r\n\r\n<strong>4. Program surveys</strong>\r\n\r\nIf you want to continue to have successful programs, you\'ll need to know what attendees liked and didn\'t like. <strong>Asking attendees to rate your program and give suggestions is a great way to improve your future events.</strong>\r\n<h3><strong>It really was the best of times and the worst of times</strong></h3>\r\nOrganization B was much more sophisticated than Organization A. It used online tools to make things easier, and it seemed to be clearer to the outcomes it wanted. Even though both organizations advocate, only one organization had the foresight to build their email list to make advocacy happen.\r\n\r\nOrganization A, in effect, has put the onus on me if I want to be more involved in the future. If I want to see what programs are coming up, I will have to visit their website. Organization B is making my involvement and support easier. Since I will be getting B\'s emails about advocacy and events, I will be able to involved if I choose, without having to think about it.\r\n\r\n&nbsp;','A tale of two organizations and one good outcome','','inherit','open','open','','3458-revision-v1','','','2017-03-28 11:05:09','2017-03-28 15:05:09','',3458,'http://deborahbrody.com/2017/03/3458-revision-v1/',0,'revision','',0),
(3464,4,'2017-03-28 11:24:17','2017-03-28 15:24:17','To paraphrase the opening line of <em>A Tale of Two Cities</em>, it was the best of practices and the worst of practices. Let me explain.\r\n\r\nIn the past few weeks, I\'ve attended two remarkably similar events put on by two different organizations. Both organizations are membership-based, advocacy/non-profits, and are local affiliates of a national organization. One organization clearly followed best practices, while the other appeared to have no idea how to make the most of a successful event.\r\n\r\n<strong>Organization A</strong>\r\n\r\nEvent description: Luncheon featuring a <em>Washington Post</em> reporter discussing the challenges of covering the Trump Administration. Cost was $35.\r\n\r\nSign up: On the organization\'s website, taken to an outside website (PayPal) for payment. Receipt sent from PayPal but no acknowledgment from organization. No information or email list sign up captured.\r\n\r\nReminder for the event: None.\r\n\r\nFollow up after the event: None.\r\n\r\n<strong>Organization B</strong>\r\n\r\nEvent: Cocktail reception followed by panel discussion, featuring three White House correspondents, about the challenges of covering the Trump Administration. Cost was $36.\r\n\r\nSign up: Through Eventbrite, which allows for email capture, branding, and payment on one page. (There are other benefits to using Eventbrite, including ability to sign in people, print labels, be listed on an events page, and others.) Tickets with event information sent from Eventbrite.\r\n\r\nReminder: Eventbrite sends a reminder two days ahead of the event.\r\n\r\nFollow up: Personalized thank you email from the organization\'s development director, including a program survey, and encouraging involvement in the organization and attendance at future events.\r\n<h3><strong>Five best practices </strong></h3>\r\n<strong>1. Have a hook</strong>\r\n\r\nKudos to both these organizations for their choice of speakers. Both events were very informative, lively and interesting. <strong>Hosting an interesting, topical event is a big draw for members and is attractive to non-members</strong>.\r\n\r\n<strong>2. Use the right online tools</strong>\r\n\r\nThere are lots of online tools available to organizations, at all different prices, for various functions (event management, surveys, time management). They offer functionality such as being able to generate reports, charge credit cards, build email lists, communicate with attendees, and so forth. <strong>Using the right online tool will let you increase your organization\'s efficiency through automation and increased functionality.</strong>\r\n\r\n<strong>3. Build your email list</strong>\r\n\r\nIf you are a membership or donor-based organization it becomes extremely important to build and expand your email list. Having an event is a great way to attract new people, so it makes sense to get their email address so you can keep in touch. <strong>Automatically adding people that have signed up for an event to your email list is easy and smart.</strong>\r\n\r\n<strong>4. Follow up after the event</strong>\r\n\r\nPresumably, by hosting an event, you have a goal for it. This goal could be to increase awareness, or increase your membership, or attract donations, etc. <strong>Following up after the event, reminding people of what you do and how they can be involved will go a long way to achieving your goal.</strong>\r\n\r\n<strong>5. Survey your audience</strong>\r\n\r\nIf you want to continue to have successful programs, you\'ll need to know what attendees liked and didn\'t like. <strong>Asking attendees to rate your program and give suggestions is a great way to improve your future events.</strong>\r\n<h3><strong>It really was the best of times and the worst of times</strong></h3>\r\nOrganization B was much more sophisticated and tech-savvy than Organization A. It used online tools to make things easier, and it seemed to be clearer on the outcomes it wanted. Even though both organizations advocate, only Organization B had the foresight to build their email list to make advocacy happen.\r\n\r\nOrganization A, in effect, has put the onus on me if I want to be more involved in the future. If I want to see what programs are coming up, I will have to visit their website. Organization B is making my involvement and support easier. Since I will be getting B\'s emails about advocacy and events, I will be able to involved if I choose, without having to take an extra step to do it.\r\n\r\n&nbsp;','A tale of two organizations and five best practices','','inherit','open','open','','3458-revision-v1','','','2017-03-28 11:24:17','2017-03-28 15:24:17','',3458,'http://deborahbrody.com/2017/03/3458-revision-v1/',0,'revision','',0),
(3466,4,'2017-04-05 13:44:18','2017-04-05 17:44:18','There\'s a real estate guy who specializes in selling homes in my neighborhood. He is very eager to work with me. I know this because I receive marketing stuff from him constantly. I get a jar of (branded) apple butter on my doorstep every fall. I get a property report, hung on my doorknob on a quarterly basis. I get a magnetic calendar every December. All told, I get at least six direct marketing pieces from this guy every year. As does everyone in my community.\r\n\r\nAs a communications consultant, I understand what his rationale and motivations may be:\r\n<ul>\r\n	<li>Gain/retain name recognition</li>\r\n	<li>Stand out from the crowd</li>\r\n	<li>Appear neighborly</li>\r\n	<li>Show he is local and understands the community.</li>\r\n</ul>\r\nOn a personal basis, I feel this guy is making way too much of an effort to get my business. And I feel his marketing efforts are intrusive.\r\n\r\nBut is this real estate guy doing too much marketing? The answer comes down to doing some calculations (yes, there\'s math involved).\r\n\r\n<strong>The true test of whether you are doing too much marketing has to do with the value of a customer and how much you are willing to spend to acquire said customer.</strong>\r\n<h3>The value of a customer</h3>\r\nYour first calculation will be to determine the value of a customer. To do this, you, will have to calculate how much money a customer\'s business generates for you, in terms of current transaction, future transactions, and also including the potential value of any referred business.\r\n<h3>Your marketing costs</h3>\r\nThe second calculation you will have to do is to figure out how much you are spending on marketing. To do this tally up all marketing related costs such as printing, advertising spending, distribution, consulting/design fees, website, memberships, and so forth. You may also want to include your time.\r\n<h3>Cost per acquisition</h3>\r\nYour final calculation is to figure out your acquisition cost per customer. So say you spent $10,000 on marketing in a year. You obtained five customers from that marketing effort. That means  you spent $2,000 per customer acquired.\r\n<h3>Which means</h3>\r\nIf the spending to acquire each customer exceeds the value of the customer to your business, you acquisition cost may be too high.\r\n\r\nI don\'t know how much the real estate guy spends on his marketing, nor do I know what value his customers generate, but I sure hope he has done this calculation. If not, he may be doing too much marketing.\r\n\r\n&nbsp;','Doing too much marketing?','','publish','open','open','','doing-too-much-marketing','','','2017-04-05 13:44:18','2017-04-05 17:44:18','',0,'http://deborahbrody.com/?p=3466',0,'post','',0),
(3467,4,'2017-04-05 13:41:57','2017-04-05 17:41:57','There\'s a real estate guy who specializes in selling homes in my neighborhood. He is very eager to work with me. I know this because I receive marketing stuff from him constantly. I get a jar of (branded) apple butter on my doorstep every fall. I get a property report, hung on my doorknob on a quarterly basis. I get a magnetic calendar every December. All told, I get at least six direct marketing pieces from this guy every year. As does everyone in my community.\r\n\r\nAs a communications consultant, I understand what his rationale and motivations may be:\r\n<ul>\r\n	<li>Gain/retain name recognition</li>\r\n	<li>Stand out from the crowd</li>\r\n	<li>Appear neighborly</li>\r\n	<li>Show he is local and understands the community.</li>\r\n</ul>\r\nBut on a personal basis, I feel this guy is making way too much of an effort to get my business. And I feel his marketing efforts are intrusive.\r\n\r\nBut is this real estate guy doing too much marketing? The answer comes down to doing some calculations (yes, there\'s math involved).\r\n\r\n<strong>The true test of whether you are doing too much marketing has to do with the value of a customer and how much you are willing to spend to acquire said customer.</strong>\r\n<h3>The value of a customer</h3>\r\nYour first calculation will be to determine the value of a customer. To do this, you, will have to calculate how much money a customer\'s business generates for you, in terms of current transaction, future transactions, and also including the potential value of any referred business.\r\n<h3>Your marketing costs</h3>\r\nThe second calculation you will have to do is to figure out how much you are spending on marketing. To do this tally up all marketing related costs such as printing, advertising spending, distribution, consulting/design fees, website, memberships, and so forth. You may also want to include your time.\r\n<h3>Cost per acquisition</h3>\r\nYour final calculation is to figure out your acquisition cost per customer. So say you spent $10,000 on marketing in a year. You obtained five customers from that marketing effort. That means  you spent $2,000 per customer acquired.\r\n<h3>Which means</h3>\r\nIf the spending to acquire each customer exceeds the value of the customer to your business, you acquisition cost may be too high.\r\n\r\nI don\'t know how much the real estate guy spends on his marketing, nor do I know what value his customers generate, but I sure hope he has done this calculation. If not, he may be doing too much marketing.\r\n\r\n&nbsp;','Doing too much marketing?','','inherit','open','open','','3466-revision-v1','','','2017-04-05 13:41:57','2017-04-05 17:41:57','',3466,'http://deborahbrody.com/2017/04/3466-revision-v1/',0,'revision','',0),
(3468,4,'2017-04-05 13:44:18','2017-04-05 17:44:18','There\'s a real estate guy who specializes in selling homes in my neighborhood. He is very eager to work with me. I know this because I receive marketing stuff from him constantly. I get a jar of (branded) apple butter on my doorstep every fall. I get a property report, hung on my doorknob on a quarterly basis. I get a magnetic calendar every December. All told, I get at least six direct marketing pieces from this guy every year. As does everyone in my community.\r\n\r\nAs a communications consultant, I understand what his rationale and motivations may be:\r\n<ul>\r\n	<li>Gain/retain name recognition</li>\r\n	<li>Stand out from the crowd</li>\r\n	<li>Appear neighborly</li>\r\n	<li>Show he is local and understands the community.</li>\r\n</ul>\r\nOn a personal basis, I feel this guy is making way too much of an effort to get my business. And I feel his marketing efforts are intrusive.\r\n\r\nBut is this real estate guy doing too much marketing? The answer comes down to doing some calculations (yes, there\'s math involved).\r\n\r\n<strong>The true test of whether you are doing too much marketing has to do with the value of a customer and how much you are willing to spend to acquire said customer.</strong>\r\n<h3>The value of a customer</h3>\r\nYour first calculation will be to determine the value of a customer. To do this, you, will have to calculate how much money a customer\'s business generates for you, in terms of current transaction, future transactions, and also including the potential value of any referred business.\r\n<h3>Your marketing costs</h3>\r\nThe second calculation you will have to do is to figure out how much you are spending on marketing. To do this tally up all marketing related costs such as printing, advertising spending, distribution, consulting/design fees, website, memberships, and so forth. You may also want to include your time.\r\n<h3>Cost per acquisition</h3>\r\nYour final calculation is to figure out your acquisition cost per customer. So say you spent $10,000 on marketing in a year. You obtained five customers from that marketing effort. That means  you spent $2,000 per customer acquired.\r\n<h3>Which means</h3>\r\nIf the spending to acquire each customer exceeds the value of the customer to your business, you acquisition cost may be too high.\r\n\r\nI don\'t know how much the real estate guy spends on his marketing, nor do I know what value his customers generate, but I sure hope he has done this calculation. If not, he may be doing too much marketing.\r\n\r\n&nbsp;','Doing too much marketing?','','inherit','open','open','','3466-revision-v1','','','2017-04-05 13:44:18','2017-04-05 17:44:18','',3466,'http://deborahbrody.com/2017/04/3466-revision-v1/',0,'revision','',0),
(3470,4,'2017-04-12 13:09:56','2017-04-12 17:09:56','This week featured two highly publicized and far-reaching media crises. One was the United Airlines situation, where a passenger was forcibly removed (and hurt in the process) from the plane, after he had been seated and had not agreed to \"voluntarily\" leave the aircraft. And the other involved White House Press Secretary Sean Spicer, who clumsily compared Syria\'s Bashar al-Assad to Adolf Hitler, and then showed great ignorance about just what Hitler did during World War II.\r\n<h3>Twitter outrage</h3>\r\nI saw both these situations unfold on social media (specifically, Twitter), and was able to add my observations to many others, both using hashtags and Twitter handles. Social media outrage appears to have caused both United and Sean Spicer to apologize profusely for their mistakes. In today\'s <em>Washington Post</em>, <a href=\"https://www.washingtonpost.com/opinions/the-twitter-mob-serves-a-purpose-bill-oreilly-and-united-prove-it/2017/04/11/812f5242-1ef9-11e7-be2a-3a1fb24d4671_story.html?utm_term=.91cfc106ec8d\" target=\"_blank\">Kathleen Parker argues</a> that in the United case, the Twitter outrage (or \"mob\" as she calls it) was able to bring the situation to light and make change happen.\r\n\r\nIt seems that we have more media crises these days than before--but like Parker argues, what has changed is the ability to get these situations in front of more people, more quickly, through social media. So, in fact, we may not be having more crises, but rather more exposure for and to these crises.\r\n<h3>Changes...</h3>\r\nIt seems that United, and to some degree Sean Spicer, have still not adapted or recognized that the media landscape has changed dramatically. Anyone with internet access and a social media account can share their ideas, opinions, facts and more damning, their video. Also, anyone with a smartphone has the ability to create video on the spot, and then share it immediately.\r\n\r\nTen years ago, if a passenger had been dragged off a plane, there would have been no record of it outside of the memories of the other passengers on the plane. Similarly, Sean Spicer\'s words would have received criticism later (if at all), not during his press briefing. Fewer people would\'ve been exposed to these situations.\r\n<h3>More \"eyeballs\" available</h3>\r\nToday\'s media crises are happening not because spokespeople and companies are screwing up more, but because more people are seeing it happen. It would behoove any public relations/communications practitioner to internalize that most everything can be publicized very quickly, and may even have incontrovertible visual proof with it.','Are we seeing more media crises?','','publish','open','open','','are-we-seeing-more-media-crises','','','2017-04-12 13:09:56','2017-04-12 17:09:56','',0,'http://deborahbrody.com/?p=3470',0,'post','',0),
(3471,4,'2017-04-12 12:53:27','2017-04-12 16:53:27','This week featured two highly publicized and far-reaching media crises. One was the United Airlines situation, where a passenger was forcibly removed (and hurt in the process) from the plane, after he had been seated and had not agreed to \"voluntarily\" leave the aircraft. And the other involved White House Press Secretary Sean Spicer, who clumsily compared Syria\'s Bashar al-Assad to Adolf Hitler, and then showed great ignorance about just what Hitler did during World War II.\r\n\r\nI saw both these situations unfold on social media (specifically, Twitter), and was able to add my observations to many others, both using hashtags and Twitter handles.','Are we seeing more media crises?','','inherit','open','open','','3470-revision-v1','','','2017-04-12 12:53:27','2017-04-12 16:53:27','',3470,'http://deborahbrody.com/2017/04/3470-revision-v1/',0,'revision','',0),
(3472,4,'2017-04-12 13:08:53','2017-04-12 17:08:53','This week featured two highly publicized and far-reaching media crises. One was the United Airlines situation, where a passenger was forcibly removed (and hurt in the process) from the plane, after he had been seated and had not agreed to \"voluntarily\" leave the aircraft. And the other involved White House Press Secretary Sean Spicer, who clumsily compared Syria\'s Bashar al-Assad to Adolf Hitler, and then showed great ignorance about just what Hitler did during World War II.\r\n<h3>Twitter outrage</h3>\r\nI saw both these situations unfold on social media (specifically, Twitter), and was able to add my observations to many others, both using hashtags and Twitter handles. Social media outrage appears to have caused both United and Sean Spicer to apologize profusely for their mistakes. In today\'s <em>Washington Post</em>, <a href=\"https://www.washingtonpost.com/opinions/the-twitter-mob-serves-a-purpose-bill-oreilly-and-united-prove-it/2017/04/11/812f5242-1ef9-11e7-be2a-3a1fb24d4671_story.html?utm_term=.91cfc106ec8d\" target=\"_blank\">Kathleen Parker argues</a> that in the United case, the Twitter outrage (or \"mob\" as she calls it) was able to bring the situation to light and make change happen.\r\n\r\nIt seems that we have more media crises these days than before--but like Parker argues, what has changed is the ability to get these situations in front of more people, more quickly, through social media. So, in fact, we may not be having more crises, but rather more exposure for and to these crises.\r\n<h3>Changes...</h3>\r\nIt seems that United, and to some degree Sean Spicer, have still not adapted or recognized that the media landscape has changed dramatically. Anyone with internet access and a social media account can share their ideas, opinions, facts and more damning, their video. Also, anyone with a smartphone has the ability to create video on the spot, and then share it immediately.\r\n\r\nTen years ago, if a passenger had been dragged off a plane, there would have been no record of it outside of the memories of the other passengers on the plane. Similarly, Sean Spicer\'s words would have received criticism later (if at all), not during his press briefing. Fewer people would\'ve been exposed to these situations.\r\n<h3>More \"eyeballs\" available</h3>\r\nToday\'s media crises are happening not because spokespeople and companies are screwing up more, but because more people are seeing it happen. It would behoove any public relations/communications practitioner to internalize that most everything can be publicized very quickly, and may even have incontrovertible visual proof with it.','Are we seeing more media crises?','','inherit','open','open','','3470-revision-v1','','','2017-04-12 13:08:53','2017-04-12 17:08:53','',3470,'http://deborahbrody.com/2017/04/3470-revision-v1/',0,'revision','',0),
(3473,4,'2017-04-19 12:30:31','2017-04-19 16:30:31','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/75c3f9\" target=\"_blank\">April 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2017-04-19 12:30:31','2017-04-19 16:30:31','',2509,'http://deborahbrody.com/2017/04/2509-revision-v1/',0,'revision','',0),
(3474,4,'2017-04-21 08:56:37','2017-04-21 12:56:37','<em>THIS POST HAS BEEN UPDATED.</em>\r\n\r\nWhat is good communication? In essence, it\'s getting your point across to the people who need to hear it. It\'s having those people (your audience) understand what you are saying, and be able to act on that information if necessary. Also, the information you pass on must be credible. Good communication, therefore, is built on clarity and trust.\r\n\r\nIf anything, White House Press Secretary Sean Spicer has shown us that some people are better communicators than others. Spicer is not example of how to do communications well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude. Following are five points to being a better communicator.\r\n\r\n<strong>Understand your subject matter very well</strong>\r\n\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for him and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n\r\n<strong>Use only words that you completely understand and can define</strong>\r\n\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\r\n\r\n<strong>Check your facts and statistics</strong>\r\n\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n\r\n<strong>Don’t exaggerate</strong>\r\n\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility.\r\n\r\n<strong>Be likeable</strong>\r\n\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really important.</strong>\r\n\r\nTrustworthy and reliable communications have become even more important and necessary in this world of fake news, where bots and fringe political groups are working hard to muck up the information that is available. Taking the time to study your subject and work on your credibility will go a long way to making you a better communicator than our current White House press secretary.\r\n\r\nIs there anything you would add to the five points I have listed above? Please share in the comments.\r\n\r\n<strong>UPDATE:</strong>\r\n\r\nI am not the only one who thinks Spicer is bad at what he does. Today, New York Magazine had this post: <a href=\"http://nymag.com/daily/intelligencer/2017/04/by-being-bad-at-his-job-spicer-nearly-causes-market-panic.html?mid=facebook_nymag\" target=\"_blank\">By Being Bad at His Job, Sean Spicer Nearly Causes Market Panic. </a>Because Spicer does not bother to learn his subject well, he says inaccurate things, and in his role, his statements have consequences.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','publish','open','open','','how-to-be-better-at-communication-than-sean-spicer','','','2017-04-28 09:31:17','2017-04-28 13:31:17','',0,'http://deborahbrody.com/?p=3474',0,'post','',0),
(3475,4,'2017-04-20 10:35:30','2017-04-20 14:35:30','If anything, Sean Spicer has shown us that some people are better practitioners of communication than others. Spicer is not an example of how to do it well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude.\r\n\r\n<strong>Understand your subject matter very well</strong>\r\n\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there).  When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for Spicer and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n\r\n<strong>Use only words that you completely understand and can define</strong>\r\n\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using. If you think you know what a word means, but you can’t define it, don’t use it.\r\n\r\n<strong>Check your facts and statistics</strong>\r\n\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n\r\n<strong>Don’t exaggerate</strong>\r\n\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility. Unless you have the numbers to back it up (the best solution according to 100% of respondents), it’s best to leave the hyperbole to the\r\n\r\n<strong>Be likeable</strong>\r\n\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that he becomes the story.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-revision-v1','','','2017-04-20 10:35:30','2017-04-20 14:35:30','',3474,'http://deborahbrody.com/2017/04/3474-revision-v1/',0,'revision','',0),
(3476,4,'2017-04-20 10:38:47','2017-04-20 14:38:47','If anything, Sean Spicer has shown us that some people are better practitioners of communication than others. Spicer is not an example of how to do it well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude.\r\n\r\n<strong>Understand your subject matter very well</strong>\r\n\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for Spicer and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n\r\n<strong>Use only words that you completely understand and can define</strong>\r\n\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\r\n\r\n<strong>Check your facts and statistics</strong>\r\n\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n\r\n<strong>Don’t exaggerate</strong>\r\n\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility. Unless you have the numbers to back it up (the best solution according to 100% of respondents), it’s best to leave the hyperbole to the\r\n\r\n<strong>Be likeable</strong>\r\n\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-revision-v1','','','2017-04-20 10:38:47','2017-04-20 14:38:47','',3474,'http://deborahbrody.com/2017/04/3474-revision-v1/',0,'revision','',0),
(3478,4,'2017-04-20 13:27:39','2017-04-20 17:27:39','What is good communication? In essence, it\'s getting your point across to the people who need to hear it. It\'s having those people (your audience) understand what you are saying, and be able to act on that information. Also, the information you pass on must be credible. Good communication, therefore, is built on clarity and trust.\r\n\r\nIf anything, Sean Spicer has shown us that some people are better communicators than others. Spicer is not example of how to do communications well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude.\r\n\r\n<strong>Understand your subject matter very well</strong>\r\n\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for him and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n\r\n<strong>Use only words that you completely understand and can define</strong>\r\n\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\r\n\r\n<strong>Check your facts and statistics</strong>\r\n\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n\r\n<strong>Don’t exaggerate</strong>\r\n\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility. Unless you have the numbers to back it up (the best solution according to 100% of respondents), it’s best to leave the hyperbole to the\r\n\r\n<strong>Be likeable</strong>\r\n\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-revision-v1','','','2017-04-20 13:27:39','2017-04-20 17:27:39','',3474,'http://deborahbrody.com/2017/04/3474-revision-v1/',0,'revision','',0),
(3479,4,'2017-04-21 08:53:14','2017-04-21 12:53:14','What is good communication? In essence, it\'s getting your point across to the people who need to hear it. It\'s having those people (your audience) understand what you are saying, and be able to act on that information if necessary. Also, the information you pass on must be credible. Good communication, therefore, is built on clarity and trust.\r\n\r\nIf anything, Sean Spicer has shown us that some people are better communicators than others. Spicer is not example of how to do communications well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude.\r\n\r\n<strong>Understand your subject matter very well</strong>\r\n\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for him and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n\r\n<strong>Use only words that you completely understand and can define</strong>\r\n\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\r\n\r\n<strong>Check your facts and statistics</strong>\r\n\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n\r\n<strong>Don’t exaggerate</strong>\r\n\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility. Unless you have the numbers to back it up (the best solution according to 100% of respondents), it’s best to leave the hyperbole to the\r\n\r\n<strong>Be likeable</strong>\r\n\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\r\n\r\nIt\'s really important.\r\n\r\nTrustworthy and reliable communications have become even more important and necessary in this world of fake news, where bots and fringe political groups are working hard to muck up the information that is available. Taking the time to study your subject and work on your credibility will go a long way to making you a better communicator than our current White House press secretary.\r\n\r\nIs there anything you would add to the five points I have listed before? Please share in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-revision-v1','','','2017-04-21 08:53:14','2017-04-21 12:53:14','',3474,'http://deborahbrody.com/2017/04/3474-revision-v1/',0,'revision','',0),
(3480,4,'2017-04-21 08:54:03','2017-04-21 12:54:03','What is good communication? In essence, it\'s getting your point across to the people who need to hear it. It\'s having those people (your audience) understand what you are saying, and be able to act on that information if necessary. Also, the information you pass on must be credible. Good communication, therefore, is built on clarity and trust.\r\n\r\nIf anything, Sean Spicer has shown us that some people are better communicators than others. Spicer is not example of how to do communications well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude.\r\n<ul>\r\n	<li><strong>Understand your subject matter very well</strong></li>\r\n</ul>\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for him and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n<ul>\r\n	<li><strong>Use only words that you completely understand and can define</strong></li>\r\n</ul>\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\r\n<ul>\r\n	<li><strong>Check your facts and statistics</strong></li>\r\n</ul>\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n<ul>\r\n	<li><strong>Don’t exaggerate</strong></li>\r\n</ul>\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility. Unless you have the numbers to back it up (the best solution according to 100% of respondents), it’s best to leave the hyperbole to the\r\n<ul>\r\n	<li><strong>Be likeable</strong></li>\r\n</ul>\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\r\n\r\n<strong>It\'s really important.</strong>\r\n\r\nTrustworthy and reliable communications have become even more important and necessary in this world of fake news, where bots and fringe political groups are working hard to muck up the information that is available. Taking the time to study your subject and work on your credibility will go a long way to making you a better communicator than our current White House press secretary.\r\n\r\nIs there anything you would add to the five points I have listed before? Please share in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-revision-v1','','','2017-04-21 08:54:03','2017-04-21 12:54:03','',3474,'http://deborahbrody.com/2017/04/3474-revision-v1/',0,'revision','',0),
(3481,4,'2017-04-21 08:56:01','2017-04-21 12:56:01','What is good communication? In essence, it\'s getting your point across to the people who need to hear it. It\'s having those people (your audience) understand what you are saying, and be able to act on that information if necessary. Also, the information you pass on must be credible. Good communication, therefore, is built on clarity and trust.\r\n\r\nIf anything, Sean Spicer has shown us that some people are better communicators than others. Spicer is not example of how to do communications well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude. Following are five points to being a better communicator.\r\n\r\n<strong>Understand your subject matter very well</strong>\r\n\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for him and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n\r\n<strong>Use only words that you completely understand and can define</strong>\r\n\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\r\n\r\n<strong>Check your facts and statistics</strong>\r\n\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n\r\n<strong>Don’t exaggerate</strong>\r\n\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility. Unless you have the numbers to back it up (the best solution according to 100% of respondents), it’s best to leave the hyperbole to the\r\n\r\n<strong>Be likeable</strong>\r\n\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really important.</strong>\r\n\r\nTrustworthy and reliable communications have become even more important and necessary in this world of fake news, where bots and fringe political groups are working hard to muck up the information that is available. Taking the time to study your subject and work on your credibility will go a long way to making you a better communicator than our current White House press secretary.\r\n\r\nIs there anything you would add to the five points I have listed above? Please share in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-revision-v1','','','2017-04-21 08:56:01','2017-04-21 12:56:01','',3474,'http://deborahbrody.com/2017/04/3474-revision-v1/',0,'revision','',0),
(3482,4,'2017-04-24 10:22:02','2017-04-24 14:22:02','What is good communication? In essence, it\'s getting your point across to the people who need to hear it. It\'s having those people (your audience) understand what you are saying, and be able to act on that information if necessary. Also, the information you pass on must be credible. Good communication, therefore, is built on clarity and trust.\r\n\r\nIf anything, White House Press Secretary Sean Spicer has shown us that some people are better communicators than others. Spicer is not example of how to do communications well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude. Following are five points to being a better communicator.\r\n\r\n<strong>Understand your subject matter very well</strong>\r\n\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for him and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n\r\n<strong>Use only words that you completely understand and can define</strong>\r\n\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\r\n\r\n<strong>Check your facts and statistics</strong>\r\n\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n\r\n<strong>Don’t exaggerate</strong>\r\n\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility.\r\n\r\n<strong>Be likeable</strong>\r\n\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really important.</strong>\r\n\r\nTrustworthy and reliable communications have become even more important and necessary in this world of fake news, where bots and fringe political groups are working hard to muck up the information that is available. Taking the time to study your subject and work on your credibility will go a long way to making you a better communicator than our current White House press secretary.\r\n\r\nIs there anything you would add to the five points I have listed above? Please share in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-revision-v1','','','2017-04-24 10:22:02','2017-04-24 14:22:02','',3474,'http://deborahbrody.com/2017/04/3474-revision-v1/',0,'revision','',0),
(3483,4,'2017-04-27 10:00:41','2017-04-27 14:00:41','<strong>United learns the hard way what\'s important</strong>\r\n\r\nAs you no doubt have seen by now, United Airlines has been forced to make several changes in the wake of the customer abuse incident seen around the world (where a passenger was forcibly removed from a plane and injured in the process). United has now released a report that concludes it let company policies trump customer\'s rights, and is now making changes to focus on the customer. You can read more details in this Washington Post article: <a href=\"https://www.washingtonpost.com/news/dr-gridlock/wp/2017/04/27/united-dragging-report-our-review-shows-that-many-things-went-wrong-that-day/?hpid=hp_rhp-top-table-main_united145am%3Ahomepage%2Fstory&amp;utm_term=.a75c489f1172\" target=\"_blank\">United dragging report: \'Our review shows that many things went wrong that day.\'</a>  Also, today, United placed a full-page ad in the Washington Post (and I assume other large dailies) apologizing for its actions and outlining the policy changes.\r\n\r\nIt took very negative publicity and its consequences to make United realize that customers are the reason for being of any company. Without customers, a company simply does not exist. We know that companies that are more customer focused are also better regarded and therefore more successful. Southwest Airlines comes to mind.\r\n\r\n<strong>UX is about your customers</strong>\r\n\r\nAll this brings me to UX (user experience) and how important it is. UX is being customer- focused when it comes to designing your website/app. If you don\'t consider UX when you design, you are not being customer-friendly. It\'s that simple.\r\n\r\n<strong>Verizon FIOS On Demand versus Fandango Movies on Roku</strong>\r\n\r\nTake the example of Verizon FIOS\' On Demand screen versus  Roku\'s Fandango Movies  screen.\r\n\r\nVerizon re-designed their On Demand screen a couple of months ago. They made fonts and images smaller, they crowded the images together and they changed the categories. Adding to that, the background is dark, making it hard to see the writing. To find out whether a movie is available for purchase or rental, you have to click on the title and only then will you be able to see what it costs.\r\n\r\nFandango has several categories on the left hand side of the screen, starting with \"New movies to buy\" and New movies to rent.\" The background is a light color, the images are slightly bigger than Verizon\'s, and easy to read. Just by scrolling through the titles you can see the price of the movie, its Rotten Tomatoes rating, its MPAA rating, and its length.\r\n\r\nFandango most definitely considered UX when designing its movie screen. It\'s clear they thought about how customers search for movies, and what information (cost, time commitment, ratings) they need to make a decision. In contrast, the Verizon On Demand screen UX is plain horrible. It\'s hard to search, hard to find the information you need, and in my opinion, it\'s just ugly. Oh, and Fandango movie rentals cost less than Verizon\'s.\r\n\r\n<strong>Think about your customers, and it will pay off</strong>\r\n\r\nIn my case, I have been renting movies from Fandango and not from Verizon. I definitely find the Fandango interface easier to deal with. Additionally, I voiced my concerns to Verizon, and so far, they\'ve made no changes. I don\'t know if the redesign has affected sales, but I wouldn\'t be surprised.\r\n\r\nYour customers and their experience with your company/brand/organization has to be your first concern. If customers are mistreated, they simply will not come back. And in this age of social media, any negative publicity is amplified. Your customer\'s bad experience can be shared over and over.\r\n\r\n<strong>Being customer-focused and thinking about their user experience will go a long a way in making any organization successful.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Successful companies are customer-focused','','publish','open','open','','successful-companies-are-customer-focused','','','2017-04-27 10:00:41','2017-04-27 14:00:41','',0,'http://deborahbrody.com/?p=3483',0,'post','',0),
(3484,4,'2017-04-27 08:59:23','2017-04-27 12:59:23','As you have no doubt seen by now, United Airlines has been forced to make several changes in the wake of the customer abuse incident seen around the world (where a passenger was forcibly removed from a plane and injured in the process).  United has now released a report that concludes it let company policies trump customer\'s rights, and is now making changes to focus on the customer. You can read more details in this Washington Post article: <a href=\"https://www.washingtonpost.com/news/dr-gridlock/wp/2017/04/27/united-dragging-report-our-review-shows-that-many-things-went-wrong-that-day/?hpid=hp_rhp-top-table-main_united145am%3Ahomepage%2Fstory&amp;utm_term=.a75c489f1172\" target=\"_blank\">United dragging report: \'Our review shows that many things went wrong that day.\'</a>  Also, today, United placed a full-page ad in the Washington Post (and I assume other large dailies) apologizing for its actions and outlining the policy changes.\r\n\r\nIt took very negative publicity and its consequences to make United realize that customers are the reason for being of any company. Without customers, a company simply does not exist. We know that companies that are more customer focused are also better regarded and therefore more successful. Southwest Airlines comes to mind.\r\n\r\nAll this brings me to UX (user experience) and how important it is. UX is being customer focused when it comes to designing your website/app. If you don\'t consider UX when you design, you are not being customer friendly. It\'s that simple.\r\n\r\nTake for example Verizon FIOS\' On Demand screen versus Fandango\'s Movie screen.  Verizon\r\n\r\nI\'ve written before about Verizon and how it seems to be not focused on its customers.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Successful companies are customer focused','','inherit','open','open','','3483-revision-v1','','','2017-04-27 08:59:23','2017-04-27 12:59:23','',3483,'http://deborahbrody.com/2017/04/3483-revision-v1/',0,'revision','',0),
(3485,4,'2017-04-27 09:53:03','2017-04-27 13:53:03','<strong>United learns the hard way what\'s important</strong>\r\n\r\nAs you have no doubt seen by now, United Airlines has been forced to make several changes in the wake of the customer abuse incident seen around the world (where a passenger was forcibly removed from a plane and injured in the process).  United has now released a report that concludes it let company policies trump customer\'s rights, and is now making changes to focus on the customer. You can read more details in this Washington Post article: <a href=\"https://www.washingtonpost.com/news/dr-gridlock/wp/2017/04/27/united-dragging-report-our-review-shows-that-many-things-went-wrong-that-day/?hpid=hp_rhp-top-table-main_united145am%3Ahomepage%2Fstory&amp;utm_term=.a75c489f1172\" target=\"_blank\">United dragging report: \'Our review shows that many things went wrong that day.\'</a>  Also, today, United placed a full-page ad in the Washington Post (and I assume other large dailies) apologizing for its actions and outlining the policy changes.\r\n\r\nIt took very negative publicity and its consequences to make United realize that customers are the reason for being of any company. Without customers, a company simply does not exist. We know that companies that are more customer focused are also better regarded and therefore more successful. Southwest Airlines comes to mind.\r\n\r\n<strong>UX is about your customers</strong>\r\n\r\nAll this brings me to UX (user experience) and how important it is. UX is being customer focused when it comes to designing your website/app. If you don\'t consider UX when you design, you are not being customer friendly. It\'s that simple.\r\n\r\n<strong>Verizon FIOS On Demand versus Fandango Movies on Roku</strong>\r\n\r\nTake the example of Verizon FIOS\' On Demand screen versus  Roku\'s Fandango Movies  screen.\r\n\r\nVerizon re-designed their On Demand screen a couple of months ago. They made fonts and images smaller, they crowded the images together and they changed the categories. Adding to that, the background is dark, making it hard to see the writing. To find out whether a movie is available for purchase or rental, you have to click on the title and only then will you be able to see what it costs.\r\n\r\nFandango has several categories on the left hand side of the screen, starting with \"New movies to buy\" and New movies to rent.\" The background is a light color, the images are a bigger than Verizon\'s, and easy to read. Just by scrolling through the titles you can see the price of the movie, its Rotten Tomatoes rating, its MPAA rating and its length.\r\n\r\nFandango most definitely considered UX when designing this screen. It\'s clear they thought about how customers search for movies, and what information (cost, time commitment, ratings) they need to make a decision. In contrast, the Verizon On Demand screen UX is plain horrible.It\'s hard to search, hard to find the information you need and in my opinion, it\'s a turn-off. Oh, and Fandango movie rentals cost less than Verizon\'s.\r\n\r\n<strong>Think about your customers, and it will pay off</strong>\r\n\r\nIn my case, I have been renting movies from Fandango and not from Verizon. I definitely find the Fandango interface easier to deal with. Additionally, I voiced my concerns to Verizon, and so far, they\'ve made no changes. I don\'t know if the redesign has affected sales, but I wouldn\'t be surprised.\r\n\r\nYour customers and their experience with your company/brand/organization has to be your first concern. If customers are mistreated, they simply will not come back. And in this age of social media, any negative publicity is amplified. Your customer\'s bad experience can be shared over and over. Being customer focused goes a long a way in making any organization successful.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Successful companies are customer-focused','','inherit','open','open','','3483-revision-v1','','','2017-04-27 09:53:03','2017-04-27 13:53:03','',3483,'http://deborahbrody.com/2017/04/3483-revision-v1/',0,'revision','',0),
(3486,4,'2017-04-27 10:00:41','2017-04-27 14:00:41','<strong>United learns the hard way what\'s important</strong>\r\n\r\nAs you no doubt have seen by now, United Airlines has been forced to make several changes in the wake of the customer abuse incident seen around the world (where a passenger was forcibly removed from a plane and injured in the process). United has now released a report that concludes it let company policies trump customer\'s rights, and is now making changes to focus on the customer. You can read more details in this Washington Post article: <a href=\"https://www.washingtonpost.com/news/dr-gridlock/wp/2017/04/27/united-dragging-report-our-review-shows-that-many-things-went-wrong-that-day/?hpid=hp_rhp-top-table-main_united145am%3Ahomepage%2Fstory&amp;utm_term=.a75c489f1172\" target=\"_blank\">United dragging report: \'Our review shows that many things went wrong that day.\'</a>  Also, today, United placed a full-page ad in the Washington Post (and I assume other large dailies) apologizing for its actions and outlining the policy changes.\r\n\r\nIt took very negative publicity and its consequences to make United realize that customers are the reason for being of any company. Without customers, a company simply does not exist. We know that companies that are more customer focused are also better regarded and therefore more successful. Southwest Airlines comes to mind.\r\n\r\n<strong>UX is about your customers</strong>\r\n\r\nAll this brings me to UX (user experience) and how important it is. UX is being customer- focused when it comes to designing your website/app. If you don\'t consider UX when you design, you are not being customer-friendly. It\'s that simple.\r\n\r\n<strong>Verizon FIOS On Demand versus Fandango Movies on Roku</strong>\r\n\r\nTake the example of Verizon FIOS\' On Demand screen versus  Roku\'s Fandango Movies  screen.\r\n\r\nVerizon re-designed their On Demand screen a couple of months ago. They made fonts and images smaller, they crowded the images together and they changed the categories. Adding to that, the background is dark, making it hard to see the writing. To find out whether a movie is available for purchase or rental, you have to click on the title and only then will you be able to see what it costs.\r\n\r\nFandango has several categories on the left hand side of the screen, starting with \"New movies to buy\" and New movies to rent.\" The background is a light color, the images are slightly bigger than Verizon\'s, and easy to read. Just by scrolling through the titles you can see the price of the movie, its Rotten Tomatoes rating, its MPAA rating, and its length.\r\n\r\nFandango most definitely considered UX when designing its movie screen. It\'s clear they thought about how customers search for movies, and what information (cost, time commitment, ratings) they need to make a decision. In contrast, the Verizon On Demand screen UX is plain horrible. It\'s hard to search, hard to find the information you need, and in my opinion, it\'s just ugly. Oh, and Fandango movie rentals cost less than Verizon\'s.\r\n\r\n<strong>Think about your customers, and it will pay off</strong>\r\n\r\nIn my case, I have been renting movies from Fandango and not from Verizon. I definitely find the Fandango interface easier to deal with. Additionally, I voiced my concerns to Verizon, and so far, they\'ve made no changes. I don\'t know if the redesign has affected sales, but I wouldn\'t be surprised.\r\n\r\nYour customers and their experience with your company/brand/organization has to be your first concern. If customers are mistreated, they simply will not come back. And in this age of social media, any negative publicity is amplified. Your customer\'s bad experience can be shared over and over.\r\n\r\n<strong>Being customer-focused and thinking about their user experience will go a long a way in making any organization successful.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Successful companies are customer-focused','','inherit','open','open','','3483-revision-v1','','','2017-04-27 10:00:41','2017-04-27 14:00:41','',3483,'http://deborahbrody.com/2017/04/3483-revision-v1/',0,'revision','',0),
(3487,4,'2017-04-28 09:30:38','2017-04-28 13:30:38','What is good communication? In essence, it\'s getting your point across to the people who need to hear it. It\'s having those people (your audience) understand what you are saying, and be able to act on that information if necessary. Also, the information you pass on must be credible. Good communication, therefore, is built on clarity and trust.\n\nIf anything, White House Press Secretary Sean Spicer has shown us that some people are better communicators than others. Spicer is not example of how to do communications well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude. Following are five points to being a better communicator.\n\n<strong>Understand your subject matter very well</strong>\n\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\n\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for him and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\n\n<strong>Use only words that you completely understand and can define</strong>\n\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\n\n<strong>Check your facts and statistics</strong>\n\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\n\n<strong>Don’t exaggerate</strong>\n\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility.\n\n<strong>Be likeable</strong>\n\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\n\n<hr />\n\n&nbsp;\n\n<strong>It\'s really important.</strong>\n\nTrustworthy and reliable communications have become even more important and necessary in this world of fake news, where bots and fringe political groups are working hard to muck up the information that is available. Taking the time to study your subject and work on your credibility will go a long way to making you a better communicator than our current White House press secretary.\n\nIs there anything you would add to the five points I have listed above? Please share in the comments.\n\nUPDATE:\n\nI am not the only one who thinks Spicer is bad at what he does. Today, New York Magazine had this post: By Being Bad at His Job, Sean Spicer Nearly Causes Market Panic. Because Spicer does not bother to learn his subject well, he says inaccurate things, and in his role, his statements have consequences.\n\n&nbsp;\n\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-autosave-v1','','','2017-04-28 09:30:38','2017-04-28 13:30:38','',3474,'http://deborahbrody.com/2017/04/3474-autosave-v1/',0,'revision','',0),
(3488,4,'2017-04-28 09:31:17','2017-04-28 13:31:17','<em>THIS POST HAS BEEN UPDATED.</em>\r\n\r\nWhat is good communication? In essence, it\'s getting your point across to the people who need to hear it. It\'s having those people (your audience) understand what you are saying, and be able to act on that information if necessary. Also, the information you pass on must be credible. Good communication, therefore, is built on clarity and trust.\r\n\r\nIf anything, White House Press Secretary Sean Spicer has shown us that some people are better communicators than others. Spicer is not example of how to do communications well, but rather, of what not to do. Thankfully, we can draw lessons from his ineptitude. Following are five points to being a better communicator.\r\n\r\n<strong>Understand your subject matter very well</strong>\r\n\r\nIf you don’t understand something yourself, you have zero chance of explaining it (well) to someone else. Yes, this means you have to do some studying (or cramming). It means you have to ask people who know more about the subject to explain it to you. It may even mean looking at charts and graphs.\r\n\r\nIf you don\'t know what you are talking about, someone will be quick to point it out to you. Recently, this happened to Sean Spicer. During a press conference last week, Spicer showcased his ignorance about Hitler and the Holocaust by saying that Hitler didn\'t use chemical weapons (he did), and then when questioned, corrected himself by saying Hitler only used gas at \"holocaust centers\" but not against his own people (they are called concentration camps and many Germans were killed there). When his errors were pointed out, Spicer had to apologize often and profusely. The Anti-Defamation League even sent him a letter offering to conduct a private Holocaust education training for him and his staff. I don\'t know if Spicer took the ADL up on its offer, but I think he would greatly benefit from it and/or a visit to the U.S. Holocaust Memorial Museum in Washington, D.C.\r\n\r\n<strong>Use only words that you completely understand and can define</strong>\r\n\r\nSpicer regularly uses the wrong words. He recently said something couldn\'t be <em>quantified</em>, when he meant that it couldn\'t be <em>qualified</em>. In his defense, this is a  common mistake, especially in speaking. When you write, you have a bit more time to figure out the words you are using.  The bottom line is this: If you <em>think</em> you know what a word means, but you can’t define it, don’t use it.  Also, remember that using big words, especially incorrectly, will make you appear to be trying too hard, and being ignorant too boot.\r\n\r\n<strong>Check your facts and statistics</strong>\r\n\r\nIf you are going to use any numbers or other facts that can be easily looked up, make sure that they are accurate and correct. Sean Spicer famously trotted out some made up statistics about Trump’s inauguration crowds. Those things can be verified, and if you are using incorrect numbers, you are threatening your own credibility.\r\n\r\n<strong>Don’t exaggerate</strong>\r\n\r\nWith a boss who is fond of hyperbole, Spicer also tends to exaggerate. Everything is the best or the worst, terrible or fantastic. As any communicator knows, exaggeration also threatens credibility.\r\n\r\n<strong>Be likeable</strong>\r\n\r\nSean Spicer is a very combative person. This may have served him well when he was the spokesperson for the party out of power, but it is making him unlikeable. By constantly fighting with the White House press corps, or by belittling their questions, or by refusing to answer questions, or by mocking people, Spicer is ensuring that his attitude becomes the story.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really important.</strong>\r\n\r\nTrustworthy and reliable communications have become even more important and necessary in this world of fake news, where bots and fringe political groups are working hard to muck up the information that is available. Taking the time to study your subject and work on your credibility will go a long way to making you a better communicator than our current White House press secretary.\r\n\r\nIs there anything you would add to the five points I have listed above? Please share in the comments.\r\n\r\n<strong>UPDATE:</strong>\r\n\r\nI am not the only one who thinks Spicer is bad at what he does. Today, New York Magazine had this post: <a href=\"http://nymag.com/daily/intelligencer/2017/04/by-being-bad-at-his-job-spicer-nearly-causes-market-panic.html?mid=facebook_nymag\" target=\"_blank\">By Being Bad at His Job, Sean Spicer Nearly Causes Market Panic. </a>Because Spicer does not bother to learn his subject well, he says inaccurate things, and in his role, his statements have consequences.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to be better at communication than Sean Spicer','','inherit','open','open','','3474-revision-v1','','','2017-04-28 09:31:17','2017-04-28 13:31:17','',3474,'http://deborahbrody.com/2017/04/3474-revision-v1/',0,'revision','',0),
(3490,4,'2017-05-02 14:06:42','2017-05-02 18:06:42','Over the weekend, I went on walking tour of Georgetown history. In case you don\'t know it, Georgetown is a historic neighborhood in Washington, D.C. and home to Georgetown University. Georgetown has been around for a long time--it even predates the city of Washington--since it was founded as a port on the Potomac River in 1751. As you can imagine, there\'s a lot of history there. A lot.\r\n\r\n(Check out this<a href=\"http://www.georgetowndc.com/about/photo-tour\" target=\"_blank\"> photo tour</a> from the Georgetown website)\r\n\r\n<strong>Lots of stuff has happened in and around here</strong>\r\n\r\nThe tour started on the Georgetown Waterfront, right on the banks of the Potomac River, not far from the Key Bridge. The guide pointed out the Kennedy Center and the Watergate Hotel (both of which are NOT in Georgetown, but are also on the banks of the Potomac). And he started talking about the scandals associated with both those buildings. Then he gave an anecdote about John Quincy Adams and how he nearly drowned in the Potomac River. Then we walked on, and the tour guide told us a story about a family that had traveled to Georgetown on the C&amp;O Canal in a barge, and how a fire broke out and killed three of their young children. He then showed pictures of the graves of these kids, graves which are located in Maryland. Then, we switched to 1985, and to discussing KGB spy Aldrich Ames and where he met his handlers (in a bar near the Waterfront). And to discussing the buildings along the Waterfront. And the construction of the C&amp;O Canal. And the unsolved murder of a purported lover of John F. Kennedy, whose body was found near the C&amp;O and who had lived in Ben Bradlee\'s home in Georgetown. And we went to the oldest structure in Georgetown, the Old Stone House. And then to a bank that had been a hospital during the Civil War, and where Louisa May Alcott was a nurse.\r\n\r\n(There was much, much more...)\r\n\r\n<strong>And he kept going</strong>\r\n\r\nAfter two and half hours we weren\'t done. The guide said we had a good 45 minutes left. As interesting as it was, the heat (it was near 90 and very humid) and the hour (it was near 6:00 p.m.) convinced me it was time to go home.\r\n\r\nWhen I got home, I was reflecting on the tour and decided it could have been much improved by some editing. The tour guide suffered from what many writers do--the desire to throw as much information as possible to show the breadth and depth of knowledge. But so much information can become amorphous--lacking in structure--to such an extent that it becomes irrelevant. He also had no overarching theme. There was little to connect the unresolved murder of a woman in the 1960s to the Old Stone House or to how divided Georgetown was during the Civil War. He also had too many asides--as important as the Watergate was to American politics, it does not belong in a Georgetown focused tour.\r\n\r\n<strong>In writing, editing means deciding what to leave in and what to take out. Editing means tightening up concepts and getting rid of wordiness. Editing means finding focus.</strong>\r\n\r\nFor the Georgetown walking tour, we could start editing by deciding to stick to a time period (Civil War or the 1800s), or to a specific type of event (murders, spying, politics) or to a specific area (Waterfront, N Street). This would give it a tighter focus and  more meaning. And in this case, it would\'ve also have shortened the tour.\r\n\r\nEditing does make everything better!\r\n\r\n&nbsp;','Editing makes everything better!','','publish','open','open','','editing-makes-everything-better','','','2017-05-03 08:56:23','2017-05-03 12:56:23','',0,'http://deborahbrody.com/?p=3490',0,'post','',0),
(3491,4,'2017-05-02 11:20:05','2017-05-02 15:20:05','Over the weekend, I attended a walking  tour of Georgetown history (a historic neighborhood of Washington, D.C.). Georgetown has been around for a long time--it even predates the city of Washington--since it was founded as port on the Potomac River in 1751. As you can imagine, there\'s a lot of history there. A lot.\r\n\r\nThe tour started on the Georgetown Waterfront. The guide pointed out the Kennedy Center and the Watergate Hotel (both of which are NOT in Georgetown, but are also on the banks of the Potomac).','Editing makes everything better!','','inherit','open','open','','3490-revision-v1','','','2017-05-02 11:20:05','2017-05-02 15:20:05','',3490,'http://deborahbrody.com/2017/05/3490-revision-v1/',0,'revision','',0),
(3492,4,'2017-05-02 13:57:53','2017-05-02 17:57:53','Over the weekend, I went on walking tour of Georgetown history. In case you don\'t know it, Georgetown is a historic neighborhood in Washington, D.C. and home to Georgetown University. Georgetown has been around for a long time--it even predates the city of Washington--since it was founded as a port on the Potomac River in 1751. As you can imagine, there\'s a lot of history there. A lot.\r\n\r\n<strong>Lots of stuff has happened in and around here</strong>\r\n\r\nThe tour started on the Georgetown Waterfront, right on the banks of the Potomac River, not far from the Key Bridge. The guide pointed out the Kennedy Center and the Watergate Hotel (both of which are NOT in Georgetown, but are also on the banks of the Potomac). And he started talking about the scandals associated with both those buildings. Then he gave an anecdote about John Quincy Adams and how he nearly drowned in the Potomac River. Then we walked on, and the tour guide told us a story about a family that had traveled to Georgetown on the C&amp;O Canal in a barge, and how a fire broke out and killed three of their young children. He then showed pictures of the graves of these kids, graves which are located in Maryland. Then, we switched to 1985, and to discussing KGB spy Aldrich Ames and where he met his handlers (in a bar near the Waterfront). And to discussing the buildings along the Waterfront. And the construction of the C&amp;O Canal. And the unsolved murder of a purported lover of John F. Kennedy, whose body was found near the C&amp;O and who had lived in Ben Bradlee\'s home in Georgetown. And we went to the oldest structure in Georgetown, the Old Stone House. And then to a bank that had been a hospital during the Civil War, and where Louisa May Alcott was a nurse.\r\n\r\n(There was much much more...)\r\n\r\n<strong>And he kept going</strong>\r\n\r\nAfter two and half hours we weren\'t done. The guide said we had a good 45 minutes left. As interesting as it was, the heat (it was near 90 and very humid) and the hour (it was near 6:00 p.m.) convinced me it was time to go home.\r\n\r\nWhen I got home, I was reflecting on the tour and decided it could have been much improved by some editing. The tour guide suffered from what many writers do--the desire to throw as much information as possible to show the breadth and depth of knowledge. But so much information can become amorphous--lacking in structure--to such an extent that it becomes irrelevant. He also had no overarching theme. There was little to connect the unresolved murder of a woman in the 1960s to the Old Stone House or to how divided Georgetown was during the Civil War. He also had too many asides--as important as the Watergate was to American politics, it does not belong in a Georgetown focused tour.\r\n\r\n<strong>In writing, editing means deciding what to leave in and what to take out. Editing means tightening up concepts and getting rid of wordiness. Editing means finding focus.</strong>\r\n\r\nFor the Georgetown Walking tour, you could start editing by deciding to stick to a time period (Civil War or the 1800s), or to a specific type of event (murders, spying, politics) or to a specific area (Waterfront, N Street). By \"editing\" the tour, you find focus and give it more meaning. And in this case, you would\'ve also have shortened the tour or at least not let it expand.\r\n\r\nEditing does make everything better!\r\n\r\n&nbsp;','Editing makes everything better!','','inherit','open','open','','3490-revision-v1','','','2017-05-02 13:57:53','2017-05-02 17:57:53','',3490,'http://deborahbrody.com/2017/05/3490-revision-v1/',0,'revision','',0),
(3493,4,'2017-05-02 14:06:42','2017-05-02 18:06:42','Over the weekend, I went on walking tour of Georgetown history. In case you don\'t know it, Georgetown is a historic neighborhood in Washington, D.C. and home to Georgetown University. Georgetown has been around for a long time--it even predates the city of Washington--since it was founded as a port on the Potomac River in 1751. As you can imagine, there\'s a lot of history there. A lot.\r\n\r\n(Check of this<a href=\"http://www.georgetowndc.com/about/photo-tour\" target=\"_blank\"> photo tour</a> from the Georgetown website)\r\n\r\n<strong>Lots of stuff has happened in and around here</strong>\r\n\r\nThe tour started on the Georgetown Waterfront, right on the banks of the Potomac River, not far from the Key Bridge. The guide pointed out the Kennedy Center and the Watergate Hotel (both of which are NOT in Georgetown, but are also on the banks of the Potomac). And he started talking about the scandals associated with both those buildings. Then he gave an anecdote about John Quincy Adams and how he nearly drowned in the Potomac River. Then we walked on, and the tour guide told us a story about a family that had traveled to Georgetown on the C&amp;O Canal in a barge, and how a fire broke out and killed three of their young children. He then showed pictures of the graves of these kids, graves which are located in Maryland. Then, we switched to 1985, and to discussing KGB spy Aldrich Ames and where he met his handlers (in a bar near the Waterfront). And to discussing the buildings along the Waterfront. And the construction of the C&amp;O Canal. And the unsolved murder of a purported lover of John F. Kennedy, whose body was found near the C&amp;O and who had lived in Ben Bradlee\'s home in Georgetown. And we went to the oldest structure in Georgetown, the Old Stone House. And then to a bank that had been a hospital during the Civil War, and where Louisa May Alcott was a nurse.\r\n\r\n(There was much, much more...)\r\n\r\n<strong>And he kept going</strong>\r\n\r\nAfter two and half hours we weren\'t done. The guide said we had a good 45 minutes left. As interesting as it was, the heat (it was near 90 and very humid) and the hour (it was near 6:00 p.m.) convinced me it was time to go home.\r\n\r\nWhen I got home, I was reflecting on the tour and decided it could have been much improved by some editing. The tour guide suffered from what many writers do--the desire to throw as much information as possible to show the breadth and depth of knowledge. But so much information can become amorphous--lacking in structure--to such an extent that it becomes irrelevant. He also had no overarching theme. There was little to connect the unresolved murder of a woman in the 1960s to the Old Stone House or to how divided Georgetown was during the Civil War. He also had too many asides--as important as the Watergate was to American politics, it does not belong in a Georgetown focused tour.\r\n\r\n<strong>In writing, editing means deciding what to leave in and what to take out. Editing means tightening up concepts and getting rid of wordiness. Editing means finding focus.</strong>\r\n\r\nFor the Georgetown walking tour, we could start editing by deciding to stick to a time period (Civil War or the 1800s), or to a specific type of event (murders, spying, politics) or to a specific area (Waterfront, N Street). This would give it a tighter focus and  more meaning. And in this case, it would\'ve also have shortened the tour.\r\n\r\nEditing does make everything better!\r\n\r\n&nbsp;','Editing makes everything better!','','inherit','open','open','','3490-revision-v1','','','2017-05-02 14:06:42','2017-05-02 18:06:42','',3490,'http://deborahbrody.com/2017/05/3490-revision-v1/',0,'revision','',0),
(3494,4,'2017-05-03 08:56:23','2017-05-03 12:56:23','Over the weekend, I went on walking tour of Georgetown history. In case you don\'t know it, Georgetown is a historic neighborhood in Washington, D.C. and home to Georgetown University. Georgetown has been around for a long time--it even predates the city of Washington--since it was founded as a port on the Potomac River in 1751. As you can imagine, there\'s a lot of history there. A lot.\r\n\r\n(Check out this<a href=\"http://www.georgetowndc.com/about/photo-tour\" target=\"_blank\"> photo tour</a> from the Georgetown website)\r\n\r\n<strong>Lots of stuff has happened in and around here</strong>\r\n\r\nThe tour started on the Georgetown Waterfront, right on the banks of the Potomac River, not far from the Key Bridge. The guide pointed out the Kennedy Center and the Watergate Hotel (both of which are NOT in Georgetown, but are also on the banks of the Potomac). And he started talking about the scandals associated with both those buildings. Then he gave an anecdote about John Quincy Adams and how he nearly drowned in the Potomac River. Then we walked on, and the tour guide told us a story about a family that had traveled to Georgetown on the C&amp;O Canal in a barge, and how a fire broke out and killed three of their young children. He then showed pictures of the graves of these kids, graves which are located in Maryland. Then, we switched to 1985, and to discussing KGB spy Aldrich Ames and where he met his handlers (in a bar near the Waterfront). And to discussing the buildings along the Waterfront. And the construction of the C&amp;O Canal. And the unsolved murder of a purported lover of John F. Kennedy, whose body was found near the C&amp;O and who had lived in Ben Bradlee\'s home in Georgetown. And we went to the oldest structure in Georgetown, the Old Stone House. And then to a bank that had been a hospital during the Civil War, and where Louisa May Alcott was a nurse.\r\n\r\n(There was much, much more...)\r\n\r\n<strong>And he kept going</strong>\r\n\r\nAfter two and half hours we weren\'t done. The guide said we had a good 45 minutes left. As interesting as it was, the heat (it was near 90 and very humid) and the hour (it was near 6:00 p.m.) convinced me it was time to go home.\r\n\r\nWhen I got home, I was reflecting on the tour and decided it could have been much improved by some editing. The tour guide suffered from what many writers do--the desire to throw as much information as possible to show the breadth and depth of knowledge. But so much information can become amorphous--lacking in structure--to such an extent that it becomes irrelevant. He also had no overarching theme. There was little to connect the unresolved murder of a woman in the 1960s to the Old Stone House or to how divided Georgetown was during the Civil War. He also had too many asides--as important as the Watergate was to American politics, it does not belong in a Georgetown focused tour.\r\n\r\n<strong>In writing, editing means deciding what to leave in and what to take out. Editing means tightening up concepts and getting rid of wordiness. Editing means finding focus.</strong>\r\n\r\nFor the Georgetown walking tour, we could start editing by deciding to stick to a time period (Civil War or the 1800s), or to a specific type of event (murders, spying, politics) or to a specific area (Waterfront, N Street). This would give it a tighter focus and  more meaning. And in this case, it would\'ve also have shortened the tour.\r\n\r\nEditing does make everything better!\r\n\r\n&nbsp;','Editing makes everything better!','','inherit','open','open','','3490-revision-v1','','','2017-05-03 08:56:23','2017-05-03 12:56:23','',3490,'http://deborahbrody.com/2017/05/3490-revision-v1/',0,'revision','',0),
(3496,4,'2017-05-09 10:20:22','0000-00-00 00:00:00','','A communication','','draft','open','open','','','','','2017-05-09 10:20:22','2017-05-09 14:20:22','',0,'http://deborahbrody.com/?p=3496',0,'post','',0),
(3497,4,'2017-05-11 09:59:18','2017-05-11 13:59:18','About a decade ago, I was on the board of a small nonprofit that provided educational programming. I lasted all of a few months since I was fighting a losing battle with the other board members and a spectacularly uninformed (and very young) executive director.\r\n\r\nThis nonprofit had very little money but insisted on a color brochure printed on heavy paper, listing their courses. The ED would then mail it first class (read, the expensive way) because it would take too long to prepare it for the cheaper, bulk/nonprofit rate.\r\n\r\nAmong the things I suggested was to print the brochure on cheaper paper (like newsprint), use the bulk rate, and to consider going all electronic instead. All these ideas were dismissed. One board member thought it was crucial to print the brochure on good paper because it made it seem more serious (?). The ED was balking at using the bulk rate because it meant pre-sorting the brochure. And another board member said that many people wanted the printed brochure and would never abide an electronic format.\r\n\r\nLike I said, it was a losing battle and I believe that there\'s no sense in discussing change with people who don\'t want to change.\r\n\r\nHere we are a good ten years later, and I just got their latest brochure. Yes, I am still on the mailing list even though I have not signed up for a class or donated any money or shown any interest whatsoever. It is still printed on heavy paper, and has full color (which adds to the expense). They are now using the nonprofit/bulk rate. When you use use the bulk rate, you have to be aware that delivery will take longer than using first class postage. Apparently, it is not something that this nonprofit understands. I got the brochure yesterday (May 10). The front cover has a banner telling me spring classes begin on April 26, 2017.\r\n\r\nThis nonprofit continues to print an expensive brochure. However, it doesn\'t print it out with enough lead time to be able to overcome the slower bulk delivery rate. In effect, this is a complete waste. If you are using a brochure as your only means to communicate your offering, then it better be timely.\r\n\r\nAnd, it seems this organization does not review its database. It continues sending out brochures to people that have not indicated any interest in years. Of course, this adds to the cost of the printing and mailing.\r\n\r\nCan you imagine if they had provided this brochure electronically? They would be able to send it out at precisely the right time. They would be able to gauge interest from the open and click rates. They would be able to scrub their lists of any bad addresses. They would increase their reach through the ability to share online. But why change?\r\n\r\n<strong>Here\'s how you run your organization to the ground: you waste your precious resources and keep doing it until you have nothing left. You keep doing things the way you always have even though it has never been cost-effective.  You don\'t adapt.</strong>\r\n\r\nSigh.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to run your organization into oblivion','','publish','open','open','','how-to-run-your-organization-into-oblivion','','','2017-05-11 09:59:18','2017-05-11 13:59:18','',0,'http://deborahbrody.com/?p=3497',0,'post','',0),
(3498,4,'2017-05-11 09:59:18','2017-05-11 13:59:18','About a decade ago, I was on the board of a small nonprofit that provided educational programming. I lasted all of a few months since I was fighting a losing battle with the other board members and a spectacularly uninformed (and very young) executive director.\r\n\r\nThis nonprofit had very little money but insisted on a color brochure printed on heavy paper, listing their courses. The ED would then mail it first class (read, the expensive way) because it would take too long to prepare it for the cheaper, bulk/nonprofit rate.\r\n\r\nAmong the things I suggested was to print the brochure on cheaper paper (like newsprint), use the bulk rate, and to consider going all electronic instead. All these ideas were dismissed. One board member thought it was crucial to print the brochure on good paper because it made it seem more serious (?). The ED was balking at using the bulk rate because it meant pre-sorting the brochure. And another board member said that many people wanted the printed brochure and would never abide an electronic format.\r\n\r\nLike I said, it was a losing battle and I believe that there\'s no sense in discussing change with people who don\'t want to change.\r\n\r\nHere we are a good ten years later, and I just got their latest brochure. Yes, I am still on the mailing list even though I have not signed up for a class or donated any money or shown any interest whatsoever. It is still printed on heavy paper, and has full color (which adds to the expense). They are now using the nonprofit/bulk rate. When you use use the bulk rate, you have to be aware that delivery will take longer than using first class postage. Apparently, it is not something that this nonprofit understands. I got the brochure yesterday (May 10). The front cover has a banner telling me spring classes begin on April 26, 2017.\r\n\r\nThis nonprofit continues to print an expensive brochure. However, it doesn\'t print it out with enough lead time to be able to overcome the slower bulk delivery rate. In effect, this is a complete waste. If you are using a brochure as your only means to communicate your offering, then it better be timely.\r\n\r\nAnd, it seems this organization does not review its database. It continues sending out brochures to people that have not indicated any interest in years. Of course, this adds to the cost of the printing and mailing.\r\n\r\nCan you imagine if they had provided this brochure electronically? They would be able to send it out at precisely the right time. They would be able to gauge interest from the open and click rates. They would be able to scrub their lists of any bad addresses. They would increase their reach through the ability to share online. But why change?\r\n\r\n<strong>Here\'s how you run your organization to the ground: you waste your precious resources and keep doing it until you have nothing left. You keep doing things the way you always have even though it has never been cost-effective.  You don\'t adapt.</strong>\r\n\r\nSigh.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to run your organization into oblivion','','inherit','open','open','','3497-revision-v1','','','2017-05-11 09:59:18','2017-05-11 13:59:18','',3497,'http://deborahbrody.com/2017/05/3497-revision-v1/',0,'revision','',0),
(3507,4,'2017-06-06 16:53:19','2017-06-06 20:53:19','Yesterday, a friend and I met to have lunch at a new pupusa place in Bethesda that we\'d read about. (In case you don\'t know, pupusas are an absolutely delicious Salvadoran specialty of  stuffed thick corn tortillas that are griddled.)\r\n\r\nWhen the pupusa place first opened, it was covered in Bethesda Magazine online  (I don\'t know if it was in the print version). The article stated that the pupusa place was sharing the kitchen with a Japanese restaurant. I assumed it was next door to the Japanese restaurant, but it turns out that it is not separate at all.\r\n\r\nI looked up the address online, and set out. Once I got to the block the restaurant was supposed to be on, I walked up and down the street not seeing sign for it anywhere. I noticed a Japanese place, but there was no indication that they served pupusas there.  I called the number listed on the pupusa place\'s Facebook page. I said I was on their street but couldn\'t find them. The guy who answered told me he was INSIDE the Japanese restaurant, and that they normally only do take out, but that we could sit inside the restaurant.\r\n\r\nMy friend and I went in, and told the hostess that we wanted to eat pupusas. She told us that it was take out only, but when I told her I had spoken to the pupusa guy and he\'d told me we could sit inside, she let us sit in the bar area, and even took our order.\r\n\r\nWhen the pupusas came out, the waitress realized we needed forks and knives since it\'s kind of hard to eat stuffed tortillas with chopsticks. It took her another few minutes to reappear with forks for us.\r\n\r\nEven with all the hoops to jump through, these pupusas were absolutely delicious, and we both really enjoyed our lunch. We decided that the next time we\'d call it in as a takeout order, that is, if this place manages to stay in business.\r\n\r\nThis pupusa place faces many marketing challenges that are related to its business decision to be inside of a Japanese restaurant. Here are the top issues:\r\n<ul>\r\n	<li>No signage whatsoever</li>\r\n	<li>No clarity on its Facebook page indicating their physical location inside the Japanese restaurant</li>\r\n	<li>Not a natural fit in cuisines</li>\r\n	<li>No menu or any printed materials</li>\r\n	<li>No clarity on being a takeout business</li>\r\n</ul>\r\nI am not sure how this place can surmount these difficulties. An article in Bethesda Magazine, and one Yelp review are not sufficient publicity. This place has to rely on word of mouth and even more, on people specifically searching for pupusas in Bethesda.\r\n\r\nI\'d recommend that the \"restaurant\" seek out it\'s own space, even if only a food truck. Failing that, I would recommend it figure out a way of having a sign and a menu available within the Japanese restaurant. And definitely make it perfectly clear on its Facebook page that it\'s take out only.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you making the best business decisions for your marketing?','','publish','open','open','','are-you-making-the-best-business-decisions-for-your-marketing','','','2017-06-06 16:53:19','2017-06-06 20:53:19','',0,'http://deborahbrody.com/?p=3507',0,'post','',0),
(3502,4,'2017-05-31 13:02:28','2017-05-31 17:02:28','<strong>Holiday marketing goes wrong</strong>\r\n\r\nThis past weekend, I got an email from retailer Eddie Bauer with the subject line \"Happy Memorial Day.\" Now, last time I checked, Memorial Day is a holiday that commemorates and honors soldiers who have died in battle. It\'s a solemn day, meant for reflection, gratitude, and mourning. It is not meant to be a happy occasion.\r\n\r\nAnd Eddie Bauer was hardly alone. Grammarly, purportedly a website/app about proper word usage, also wished its readers a \"happy Memorial Day.\" And Walgreens, the drugstore, had a TV commercial that wished viewers a happy Memorial Day and sent regards and gratitude to the troops. Again, Memorial Day is not about those currently serving, it is about those who died while serving.\r\n\r\nIvanka Trump\'s company got a bit of negative publicity because it tweeted how to make champagne popsicles to \"celebrate\" Memorial Day. You do not celebrate Memorial Day, you observe it.\r\n\r\n<strong>These are mistakes and missteps that come from <em>assuming</em> you know something rather than actually knowing it.</strong>\r\n\r\nThese sad examples of holiday marketing show a deep lack of knowledge and understanding. They are mistakes that seem to come from people who have little breadth and depth.  That\'s what I mean by junior staff. Junior staff members are not necessarily young, but they are inexperienced, have little knowledge, don\'t always understand context, and may make poorly thought out decisions. Junior staff may be aces at the tactics, like posting to social media, but they aren\'t versed on strategy and communications goals.\r\n\r\n<strong>When grownups handle communications</strong>\r\n\r\nOver the Memorial Day weekend, Budweiser was running a promotion in which a portion of beer sales proceeds would be given to Folds of Honor, a charity that provides educational scholarships to families of fallen service members. In all aspects, this is a smarter and much more appropriate marketing tactic than the Memorial Day greetings listed above. It shows an understanding of the meaning of the holiday, and does something to give back (and thus, honors).  Budweiser gets that people like to have cookouts and drink beer over the long holiday weekend, so it is taking advantage of a behavior and making it be worthwhile both for the bottom line and for what the holiday stands for.\r\n\r\n<strong>Understand what it means and how it\'s best acknowledged</strong>\r\n\r\nHolidays make easy marketing markers. Every store in this country uses the different holidays to sell something. If it\'s Fourth of July, get your flag themed whatever (t-shirts, cakes). If it\'s Thanksgiving buy some Pilgrim/turkey themed stuff. There are pastel colors and rabbits to celebrate Easter.\r\n\r\nYet, not all holidays are the same. Some are religious, some are patriotic, some are celebratory and some are solemn. Understanding what the meaning of a holiday is, and how people celebrate or commemorate it, goes a long way in ensuring that you won\'t be making a junior-level, major marketing mistake.\r\n\r\n<span style=\"color: #ff0000;\">Did you notice any Memorial Day marketing missteps? How do you feel about using a solemn holiday like Memorial Day for marketing purposes? Let me know in the comments.</span>','The danger of letting junior staff handle your communications','','publish','open','open','','the-danger-of-letting-junior-staff-handle-your-communications','','','2017-05-31 13:02:28','2017-05-31 17:02:28','',0,'http://deborahbrody.com/?p=3502',0,'post','',3),
(3503,4,'2017-05-31 08:36:38','2017-05-31 12:36:38','','The danger of letting junior staff handle your communications','','inherit','open','open','','3502-revision-v1','','','2017-05-31 08:36:38','2017-05-31 12:36:38','',3502,'http://deborahbrody.com/2017/05/3502-revision-v1/',0,'revision','',0),
(3504,4,'2017-05-31 09:21:50','2017-05-31 13:21:50','<strong>Holiday Marketing Goes Wrong</strong>\r\n\r\nThis past weekend, I got an email from retailer Eddie Bauer with the subject line \"Happy Memorial Day.\" Now, last time I checked, Memorial Day is a holiday that commemorates and honors soldiers who have died in battle. It\'s a solemn day, meant for reflection, gratitude, and mourning. What it is not is happy.\r\n\r\nAnd Eddie Bauer was hardly alone. Grammarly, purportedly a website/app about proper word usage, also wished its readers a \"happy Memorial Day.\" And Walgreens, the drugstore, had a TV commercial that wished a happy Memorial Day and wished the best to the troops. Again, Memorial Day is not about those currently serving, it is about those who died.\r\n\r\nIvanka Trump\'s company got a bit of negative publicity because it tweeted how to make champagne popsicles to \"celebrate\" Memorial Day.\r\n\r\n<strong>These are mistakes and missteps that come from assuming you know something rather than actually knowing it.</strong>\r\n\r\nThese sad examples of holiday marketing show a deep lack of knowledge and understanding. They are mistakes that seem to come from people who have little breadth and depth.  That\'s what I mean by junior staff. Junior staff members are not necessarily young, but they are inexperienced, have little knowledge and context, and make poorly thought out decisions. Junior staff may know how to use social media but they don\'t understand the consequences of making a misstep on social media.\r\n\r\n<strong>When grownups handle communications</strong>\r\n\r\nOver the Memorial Day weekend, Budweiser was running a promotion in which a portion of the proceeds of beer sales would be given to Folds of Honor, a charity that provides educational scholarships to families of fallen service members. In all aspects, this is a smarter and much more appropriate marketing tactic. It shows an understanding of the meaning of the holiday, and does something to give back.  Budweiser gets that people like to have cookouts and drink beer over the long holiday weekend, so it is taking advantage of a behavior and making it be worthwhile both for the bottom line and for what the holiday stands for.\r\n\r\nHolidays make easy marketing markers. Every store in this country uses the different holidays to sell something. If it\'s Fourth of July, get your flag themed whatever (t-shirts, cakes). If it\'s Thanksgiving buy some Pilgrim/turkey themed stuff. There are pastel colors and rabbits to celebrate Easter.\r\n\r\nNot all holidays are the same. Understanding what the meaning of a holiday is, and how people celebrate or commemorate it, goes a long way in ensuring that you won\'t be making a junior-level, major marketing mistake.\r\n\r\n&nbsp;','The danger of letting junior staff handle your communications','','inherit','open','open','','3502-revision-v1','','','2017-05-31 09:21:50','2017-05-31 13:21:50','',3502,'http://deborahbrody.com/2017/05/3502-revision-v1/',0,'revision','',0),
(3506,4,'2017-05-31 13:02:12','2017-05-31 17:02:12','<strong>Holiday marketing goes wrong</strong>\r\n\r\nThis past weekend, I got an email from retailer Eddie Bauer with the subject line \"Happy Memorial Day.\" Now, last time I checked, Memorial Day is a holiday that commemorates and honors soldiers who have died in battle. It\'s a solemn day, meant for reflection, gratitude, and mourning. It is not meant to be a happy occasion.\r\n\r\nAnd Eddie Bauer was hardly alone. Grammarly, purportedly a website/app about proper word usage, also wished its readers a \"happy Memorial Day.\" And Walgreens, the drugstore, had a TV commercial that wished viewers a happy Memorial Day and sent regards and gratitude to the troops. Again, Memorial Day is not about those currently serving, it is about those who died while serving.\r\n\r\nIvanka Trump\'s company got a bit of negative publicity because it tweeted how to make champagne popsicles to \"celebrate\" Memorial Day. You do not celebrate Memorial Day, you observe it.\r\n\r\n<strong>These are mistakes and missteps that come from <em>assuming</em> you know something rather than actually knowing it.</strong>\r\n\r\nThese sad examples of holiday marketing show a deep lack of knowledge and understanding. They are mistakes that seem to come from people who have little breadth and depth.  That\'s what I mean by junior staff. Junior staff members are not necessarily young, but they are inexperienced, have little knowledge, don\'t always understand context, and may make poorly thought out decisions. Junior staff may be aces at the tactics, like posting to social media, but they aren\'t versed on strategy and communications goals.\r\n\r\n<strong>When grownups handle communications</strong>\r\n\r\nOver the Memorial Day weekend, Budweiser was running a promotion in which a portion of beer sales proceeds would be given to Folds of Honor, a charity that provides educational scholarships to families of fallen service members. In all aspects, this is a smarter and much more appropriate marketing tactic than the Memorial Day greetings listed above. It shows an understanding of the meaning of the holiday, and does something to give back (and thus, honors).  Budweiser gets that people like to have cookouts and drink beer over the long holiday weekend, so it is taking advantage of a behavior and making it be worthwhile both for the bottom line and for what the holiday stands for.\r\n\r\n<strong>Understand what it means and how it\'s best acknowledged</strong>\r\n\r\nHolidays make easy marketing markers. Every store in this country uses the different holidays to sell something. If it\'s Fourth of July, get your flag themed whatever (t-shirts, cakes). If it\'s Thanksgiving buy some Pilgrim/turkey themed stuff. There are pastel colors and rabbits to celebrate Easter.\r\n\r\nYet, not all holidays are the same. Some are religious, some are patriotic, some are celebratory and some are solemn. Understanding what the meaning of a holiday is, and how people celebrate or commemorate it, goes a long way in ensuring that you won\'t be making a junior-level, major marketing mistake.\r\n\r\n<span style=\"color: #ff0000;\">Did you notice any Memorial Day marketing missteps? How do you feel about using a solemn holiday like Memorial Day for marketing purposes? Let me know in the comments.</span>','The danger of letting junior staff handle your communications','','inherit','open','open','','3502-revision-v1','','','2017-05-31 13:02:12','2017-05-31 17:02:12','',3502,'http://deborahbrody.com/2017/05/3502-revision-v1/',0,'revision','',0),
(3508,4,'2017-06-06 16:53:19','2017-06-06 20:53:19','Yesterday, a friend and I met to have lunch at a new pupusa place in Bethesda that we\'d read about. (In case you don\'t know, pupusas are an absolutely delicious Salvadoran specialty of  stuffed thick corn tortillas that are griddled.)\r\n\r\nWhen the pupusa place first opened, it was covered in Bethesda Magazine online  (I don\'t know if it was in the print version). The article stated that the pupusa place was sharing the kitchen with a Japanese restaurant. I assumed it was next door to the Japanese restaurant, but it turns out that it is not separate at all.\r\n\r\nI looked up the address online, and set out. Once I got to the block the restaurant was supposed to be on, I walked up and down the street not seeing sign for it anywhere. I noticed a Japanese place, but there was no indication that they served pupusas there.  I called the number listed on the pupusa place\'s Facebook page. I said I was on their street but couldn\'t find them. The guy who answered told me he was INSIDE the Japanese restaurant, and that they normally only do take out, but that we could sit inside the restaurant.\r\n\r\nMy friend and I went in, and told the hostess that we wanted to eat pupusas. She told us that it was take out only, but when I told her I had spoken to the pupusa guy and he\'d told me we could sit inside, she let us sit in the bar area, and even took our order.\r\n\r\nWhen the pupusas came out, the waitress realized we needed forks and knives since it\'s kind of hard to eat stuffed tortillas with chopsticks. It took her another few minutes to reappear with forks for us.\r\n\r\nEven with all the hoops to jump through, these pupusas were absolutely delicious, and we both really enjoyed our lunch. We decided that the next time we\'d call it in as a takeout order, that is, if this place manages to stay in business.\r\n\r\nThis pupusa place faces many marketing challenges that are related to its business decision to be inside of a Japanese restaurant. Here are the top issues:\r\n<ul>\r\n	<li>No signage whatsoever</li>\r\n	<li>No clarity on its Facebook page indicating their physical location inside the Japanese restaurant</li>\r\n	<li>Not a natural fit in cuisines</li>\r\n	<li>No menu or any printed materials</li>\r\n	<li>No clarity on being a takeout business</li>\r\n</ul>\r\nI am not sure how this place can surmount these difficulties. An article in Bethesda Magazine, and one Yelp review are not sufficient publicity. This place has to rely on word of mouth and even more, on people specifically searching for pupusas in Bethesda.\r\n\r\nI\'d recommend that the \"restaurant\" seek out it\'s own space, even if only a food truck. Failing that, I would recommend it figure out a way of having a sign and a menu available within the Japanese restaurant. And definitely make it perfectly clear on its Facebook page that it\'s take out only.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you making the best business decisions for your marketing?','','inherit','open','open','','3507-revision-v1','','','2017-06-06 16:53:19','2017-06-06 20:53:19','',3507,'http://deborahbrody.com/2017/06/3507-revision-v1/',0,'revision','',0),
(3511,4,'2017-06-13 10:45:37','2017-06-13 14:45:37','At an event last week, I met the owner of a local pizza shop. This pizza shop, which opened about a year ago, is located near me, and seems pretty busy, especially on weekends. I asked him how it\'s doing. The pizza shop owner immediately said it was doing poorly, and  he  said the parking situation was to blame. That seemed strange to me since there\'s plenty of garage parking, which, with validation, is free for two hours. He told me that it doesn\'t matter, because psychologically, people don\'t like to pay for parking. And here\'s a direct quote from him: \"I have friends who can spend $500 on dinner but they won\'t pay for parking.\"\r\n\r\nOK. I am sure there are people who avoid going places where they have to pay for parking. But I also don\'t think free parking with validation, and a couple bucks an hour after is the one reason people will avoid going out to dinner.\r\n\r\nI have been thinking about this situation for a few days, and I have concluded that this shop owner is looking for an easy excuse  for what may be poor business and marketing decisions on his part.\r\n\r\nHere are three possible mistakes he has made:\r\n\r\n<strong>Not scouting or researching the location carefully enough.</strong> This particular location has several other restaurants, and the parking situation has not changed in several years. He could have asked the other restaurants if they felt the parking was a challenge. He could have determined how many people walk or take public transportation to get here and how many people drive, and from where. He could have checked out if people complain about parking.\r\n\r\n<strong>Biting off more than he can chew.</strong> This particular restaurant took over two spaces (one had been a restaurant and the other a shoe store). It is a very large place with both indoor and outdoor seating. Perhaps the space is too big with a rent that is too high to support the amount of people that will eat out here.\r\n\r\n<strong>Not doing enough marketing (and marketing poorly)</strong>. When the place opened, I joined the Facebook page for it. It seems that they are doing a few things to entice the community, like a trivia night and a pet adoption event. Now, I am not sure how having a pet adoption event at a restaurant is even a legal idea, and at best is a bit strange idea that may attract pet lovers. I have seen little to promote events in the community and very little creativity. Also, and I kid not, the sponsored Facebook ads promote their top sirloin beef burgers. This is a pizza joint and they should focus on their area of expertise. If you want a burger while everyone else wants pizza, it\'s good they have alternatives for you. But if you want a really great burger, you are not going to a pizza restaurant for it.\r\n\r\nPerhaps this pizza place owner\'s gut told him that parking is the real issue. But a gut feeling does not mean that it\'s the correct reason to explain a situation. If he truly wants to improve his situation, he\'d commission market research and/or  hire a restaurant marketing consultant. He needs facts and actions rather than the feeling that parking, something that will not change and he cannot control, is hurting his business.\r\n\r\nWhat do you think? Does it all amount to parking or may there be other reasons?\r\n\r\n&nbsp;','You need more than a gut feeling','','publish','open','open','','you-need-more-than-a-gut-feeling','','','2017-06-13 10:45:37','2017-06-13 14:45:37','',0,'http://deborahbrody.com/?p=3511',0,'post','',0),
(3512,4,'2017-06-13 10:45:37','2017-06-13 14:45:37','At an event last week, I met the owner of a local pizza shop. This pizza shop, which opened about a year ago, is located near me, and seems pretty busy, especially on weekends. I asked him how it\'s doing. The pizza shop owner immediately said it was doing poorly, and  he  said the parking situation was to blame. That seemed strange to me since there\'s plenty of garage parking, which, with validation, is free for two hours. He told me that it doesn\'t matter, because psychologically, people don\'t like to pay for parking. And here\'s a direct quote from him: \"I have friends who can spend $500 on dinner but they won\'t pay for parking.\"\r\n\r\nOK. I am sure there are people who avoid going places where they have to pay for parking. But I also don\'t think free parking with validation, and a couple bucks an hour after is the one reason people will avoid going out to dinner.\r\n\r\nI have been thinking about this situation for a few days, and I have concluded that this shop owner is looking for an easy excuse  for what may be poor business and marketing decisions on his part.\r\n\r\nHere are three possible mistakes he has made:\r\n\r\n<strong>Not scouting or researching the location carefully enough.</strong> This particular location has several other restaurants, and the parking situation has not changed in several years. He could have asked the other restaurants if they felt the parking was a challenge. He could have determined how many people walk or take public transportation to get here and how many people drive, and from where. He could have checked out if people complain about parking.\r\n\r\n<strong>Biting off more than he can chew.</strong> This particular restaurant took over two spaces (one had been a restaurant and the other a shoe store). It is a very large place with both indoor and outdoor seating. Perhaps the space is too big with a rent that is too high to support the amount of people that will eat out here.\r\n\r\n<strong>Not doing enough marketing (and marketing poorly)</strong>. When the place opened, I joined the Facebook page for it. It seems that they are doing a few things to entice the community, like a trivia night and a pet adoption event. Now, I am not sure how having a pet adoption event at a restaurant is even a legal idea, and at best is a bit strange idea that may attract pet lovers. I have seen little to promote events in the community and very little creativity. Also, and I kid not, the sponsored Facebook ads promote their top sirloin beef burgers. This is a pizza joint and they should focus on their area of expertise. If you want a burger while everyone else wants pizza, it\'s good they have alternatives for you. But if you want a really great burger, you are not going to a pizza restaurant for it.\r\n\r\nPerhaps this pizza place owner\'s gut told him that parking is the real issue. But a gut feeling does not mean that it\'s the correct reason to explain a situation. If he truly wants to improve his situation, he\'d commission market research and/or  hire a restaurant marketing consultant. He needs facts and actions rather than the feeling that parking, something that will not change and he cannot control, is hurting his business.\r\n\r\nWhat do you think? Does it all amount to parking or may there be other reasons?\r\n\r\n&nbsp;','You need more than a gut feeling','','inherit','open','open','','3511-revision-v1','','','2017-06-13 10:45:37','2017-06-13 14:45:37','',3511,'http://deborahbrody.com/2017/06/3511-revision-v1/',0,'revision','',0),
(3513,4,'2017-06-13 14:40:03','2017-06-13 18:40:03','<h3>Project</h3>\r\nPerhaps you want to hire us to work on a single project. You\'ll give us all the relevant information, including target audience for the project, timelines and existing materials. Once we\'ve assessed what you need, we will provide you with a written time and cost estimate before beginning.\r\n\r\nProjects are payable with a 30% deposit to start, and the balance due once the project is complete.\r\n<h3>Retainer</h3>\r\nIf you require ongoing marketing help or know you will have many projects over two months or more, we will set up a retainer agreement. We will estimate how many hours of time you will require per month. We will agree on a cost and number of hours. Retainer agreements are payable on a bi-weekly schedule. Retainers can be dissolved in writing.\r\n<h3>Payment</h3>\r\nWe accept business or personal checks, credit cards via PayPal, cash and money orders. Paying by credit card incurs an additional 3% surcharge.  Our policy is 14 days net for most invoices. As a small business, we cannot afford to extend credit to our clients, and we respectfully request full payment as and when invoiced. All jobs require an initial 30% deposit.\r\n<h3>No work on spec</h3>\r\nFinally, DBMC does not provide spec work. If you require a sample, we will provide you with work done for previous clients. If you want us to produce something specifically for you, we require payment.','How We Work','','inherit','open','open','','42-revision-v1','','','2017-06-13 14:40:03','2017-06-13 18:40:03','',42,'http://deborahbrody.com/2017/06/42-revision-v1/',0,'revision','',0),
(3515,4,'2017-06-21 09:48:27','2017-06-21 13:48:27','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/45625a\" target=\"_blank\">June 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/75c3f9\" target=\"_blank\">April 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2017-06-21 09:48:27','2017-06-21 13:48:27','',2509,'http://deborahbrody.com/2017/06/2509-revision-v1/',0,'revision','',0),
(3516,4,'2017-06-22 09:49:45','0000-00-00 00:00:00','I bet you are assuming lots of stuff when it comes to your audience. You might assume they understand the words you use,','Just what are you assuming?','','draft','open','open','','','','','2017-06-22 09:49:45','2017-06-22 13:49:45','',0,'http://deborahbrody.com/?p=3516',0,'post','',0),
(3517,4,'2017-06-22 09:49:45','2017-06-22 13:49:45','I bet you are assuming lots of stuff when it comes to your audience. You might assume they understand the words you use,','Just what are you assuming?','','inherit','open','open','','3516-revision-v1','','','2017-06-22 09:49:45','2017-06-22 13:49:45','',3516,'http://deborahbrody.com/2017/06/3516-revision-v1/',0,'revision','',0),
(3518,4,'2017-06-23 10:50:44','2017-06-23 14:50:44','In the past several weeks, I\'ve noticed a bunch of small communications issues with different organizations. None of them is big enough to merit a blog post, but they do cause bigger communications problems.\r\n\r\n<strong>Making it extra hard to reach you</strong>\r\n\r\nI met a graphic designer at an event a couple of weeks ago. I sent her a follow up email, and got an automated reply back from her email service telling me it didn\'t recognize me and I would have to reply to the reply, so that I could be whitelisted. I\'ve never seen that before, and I get why she does it. We are all bombarded by spam and other unsolicited email. But when you add an extra step to contacting you, especially when you\'ve given me your personal email on a card, you are creating an obstacle to communication and slowing down any potential business. You have to balance accessibility with the desire for less email. I think if you are a business, you must be accessible.\r\n\r\n<strong>Not including crucial information</strong>\r\n\r\nThe other day I visited microsite for an upcoming conference. It did not list the venue where the conference would be taking place, just the city and state. I\'ve seen some conference websites that don\'t list the full date of the conference. And many don\'t list the price, but force you to hit the register button to find out how much it costs. If you are considering attending any event, you need certain information--where, when, how much and why. If your event page or site does not include crucial information, you are just making it hard for people to decide to attend your event.\r\n\r\n<strong>Email from unknown senders</strong>\r\n\r\nThe other day I got an email from someone named Orlando. My first instinct was to delete, but something about the headline made me open it. It turns out that Orlando is a new employee at an organization from which I get a newsletter. And it was an organizational newsletter. I will never understand why organizations think it\'s a good idea to send email from individuals rather than the organization. Unless you\'re well known already, most people will not recognize you as the new CEO or communications director of an organization.\r\n\r\nIf your organization recently rebranded or changed its name, you may have to send an initial email from your old name. Last year,  I received an email from an organization I had never heard of and I was on the brink of hitting delete. It was communications related, so I figured I must have met someone from that organization at some point, but I wasn\'t sure. It turns out that it was a new name for an old organization.\r\n\r\n<strong>Opening external links in the same window</strong>\r\n\r\nFor the life of me, I don\'t understand why so many organizations want to lose visitors to their websites. And yet, it happens more often than not than when you click on a link, such as the Twitter feed or LinkedIn profile, you are transported out of the organization\'s website to the other website. It doesn\'t take too much coding knowledge to have links open in new windows. That way, visitors can still be on your site and view the outside site.\r\n\r\n<strong>Remember user experience, always.</strong>\r\n\r\nAll of these issues point to one overarching theme: user experience. What do users (visitors to your website, potential customers, potential supporters) experience when they interact with your communications? Are you considering what users need in order to do business with you? As the small issues I described above show, many organizations are not considering their users at all. And that\'s a big communications problem.\r\n\r\n&nbsp;','Small issues ==> bigger communications problems','','publish','open','open','','small-issues-bigger-communications-problems','','','2017-06-23 10:54:36','2017-06-23 14:54:36','',0,'http://deborahbrody.com/?p=3518',0,'post','',0),
(3519,4,'2017-06-23 10:50:30','2017-06-23 14:50:30','In the past several weeks, I\'ve noticed a bunch of small communications issues with different organizations. None of them is big enough to merit a blog post, but they do cause communications problems.\r\n\r\n<strong>Making it extra hard to reach you</strong>\r\n\r\nI met a graphic designer at an event a couple of weeks ago. I sent her a follow up email, and got an automated reply back from her email service telling me it didn\'t recognize me and I would have to reply to the reply, so that I could be whitelisted. I\'ve never seen that before, and I get why she does it. We are all bombarded by spam and other unsolicited email. But when you add an extra step to contacting you, especially when you\'ve given me your personal email on a card, you are creating an obstacle to communication and slowing down any potential business. You have to balance accessibility with the desire for less email. I think if you are a business, you must be accessible.\r\n\r\n<strong>Not including crucial information</strong>\r\n\r\nThe other day I visited microsite for an upcoming conference. It did not list the venue where the conference would be taking place, just the city and state. I\'ve seen some conference websites that don\'t list the full date of the conference. And many don\'t list the price, but force you to hit the register button to find out how much it costs. If you are considering attending any event, you need certain information--where, when, how much and why. If your event page or site does not include crucial information, you are just making it hard for people to decide to attend your event.\r\n\r\n<strong>Email from unknown senders</strong>\r\n\r\nThe other day I got an email from someone named Orlando. My first instinct was to delete, but something about the headline made me open it. It turns out that Orlando is a new employee at an organization from which I get a newsletter. And it was an organizational newsletter. I will never understand why organizations think it\'s a good idea to send email from individuals rather than the organization. Unless you\'re well known already, most people will not recognize you as the new CEO or communications director of an organization.\r\n\r\nIf your organization recently rebranded or changed its name, you may have to send an initial email from your old name. Last year,  I received an email from an organization I had never heard of and I was on the brink of hitting delete. It was communications related, so I figured I must have met someone from that organization at some point, but I wasn\'t sure. It turns out that it was a new name for an old organization.\r\n\r\n<strong>Opening external links in the same window</strong>\r\n\r\nFor the life of me, I don\'t understand why so many organizations want to lose visitors to their websites. And yet, it happens more often than not than when you click on a link, such as the Twitter feed or LinkedIn profile, you are transported out of the organizations website to the other website. It doesn\'t take too much coding knowledge to have links open in new windows. That way, visitors can still be on your site and view the outside site.\r\n\r\n<strong>Remember user experience, always.</strong>\r\n\r\nAll of these issues point to one overarching theme: user experience. What do users (visitors to your website, potential customers, potential supporter) experience when they interact with your communications? Are you considering what users need in order to do business with you? As the small issues I described above show, many organizations are not considering their users at all. And that\'s a big communications problem.\r\n\r\n&nbsp;','Small issues ==> bigger communications problems','','inherit','open','open','','3518-revision-v1','','','2017-06-23 10:50:30','2017-06-23 14:50:30','',3518,'http://deborahbrody.com/2017/06/3518-revision-v1/',0,'revision','',0),
(3520,4,'2017-06-23 10:54:04','2017-06-23 14:54:04','In the past several weeks, I\'ve noticed a bunch of small communications issues with different organizations. None of them is big enough to merit a blog post, but they do cause bigger communications problems.\n\n<strong>Making it extra hard to reach you</strong>\n\nI met a graphic designer at an event a couple of weeks ago. I sent her a follow up email, and got an automated reply back from her email service telling me it didn\'t recognize me and I would have to reply to the reply, so that I could be whitelisted. I\'ve never seen that before, and I get why she does it. We are all bombarded by spam and other unsolicited email. But when you add an extra step to contacting you, especially when you\'ve given me your personal email on a card, you are creating an obstacle to communication and slowing down any potential business. You have to balance accessibility with the desire for less email. I think if you are a business, you must be accessible.\n\n<strong>Not including crucial information</strong>\n\nThe other day I visited microsite for an upcoming conference. It did not list the venue where the conference would be taking place, just the city and state. I\'ve seen some conference websites that don\'t list the full date of the conference. And many don\'t list the price, but force you to hit the register button to find out how much it costs. If you are considering attending any event, you need certain information--where, when, how much and why. If your event page or site does not include crucial information, you are just making it hard for people to decide to attend your event.\n\n<strong>Email from unknown senders</strong>\n\nThe other day I got an email from someone named Orlando. My first instinct was to delete, but something about the headline made me open it. It turns out that Orlando is a new employee at an organization from which I get a newsletter. And it was an organizational newsletter. I will never understand why organizations think it\'s a good idea to send email from individuals rather than the organization. Unless you\'re well known already, most people will not recognize you as the new CEO or communications director of an organization.\n\nIf your organization recently rebranded or changed its name, you may have to send an initial email from your old name. Last year,  I received an email from an organization I had never heard of and I was on the brink of hitting delete. It was communications related, so I figured I must have met someone from that organization at some point, but I wasn\'t sure. It turns out that it was a new name for an old organization.\n\n<strong>Opening external links in the same window</strong>\n\nFor the life of me, I don\'t understand why so many organizations want to lose visitors to their websites. And yet, it happens more often than not than when you click on a link, such as the Twitter feed or LinkedIn profile, you are transported out of the organization\'s website to the other website. It doesn\'t take too much coding knowledge to have links open in new windows. That way, visitors can still be on your site and view the outside site.\n\n<strong>Remember user experience, always.</strong>\n\nAll of these issues point to one overarching theme: user experience. What do users (visitors to your website, potential customers, potential supporter) experience when they interact with your communications? Are you considering what users need in order to do business with you? As the small issues I described above show, many organizations are not considering their users at all. And that\'s a big communications problem.\n\n&nbsp;','Small issues ==> bigger communications problems','','inherit','open','open','','3518-autosave-v1','','','2017-06-23 10:54:04','2017-06-23 14:54:04','',3518,'http://deborahbrody.com/2017/06/3518-autosave-v1/',0,'revision','',0),
(3521,4,'2017-06-23 10:54:36','2017-06-23 14:54:36','In the past several weeks, I\'ve noticed a bunch of small communications issues with different organizations. None of them is big enough to merit a blog post, but they do cause bigger communications problems.\r\n\r\n<strong>Making it extra hard to reach you</strong>\r\n\r\nI met a graphic designer at an event a couple of weeks ago. I sent her a follow up email, and got an automated reply back from her email service telling me it didn\'t recognize me and I would have to reply to the reply, so that I could be whitelisted. I\'ve never seen that before, and I get why she does it. We are all bombarded by spam and other unsolicited email. But when you add an extra step to contacting you, especially when you\'ve given me your personal email on a card, you are creating an obstacle to communication and slowing down any potential business. You have to balance accessibility with the desire for less email. I think if you are a business, you must be accessible.\r\n\r\n<strong>Not including crucial information</strong>\r\n\r\nThe other day I visited microsite for an upcoming conference. It did not list the venue where the conference would be taking place, just the city and state. I\'ve seen some conference websites that don\'t list the full date of the conference. And many don\'t list the price, but force you to hit the register button to find out how much it costs. If you are considering attending any event, you need certain information--where, when, how much and why. If your event page or site does not include crucial information, you are just making it hard for people to decide to attend your event.\r\n\r\n<strong>Email from unknown senders</strong>\r\n\r\nThe other day I got an email from someone named Orlando. My first instinct was to delete, but something about the headline made me open it. It turns out that Orlando is a new employee at an organization from which I get a newsletter. And it was an organizational newsletter. I will never understand why organizations think it\'s a good idea to send email from individuals rather than the organization. Unless you\'re well known already, most people will not recognize you as the new CEO or communications director of an organization.\r\n\r\nIf your organization recently rebranded or changed its name, you may have to send an initial email from your old name. Last year,  I received an email from an organization I had never heard of and I was on the brink of hitting delete. It was communications related, so I figured I must have met someone from that organization at some point, but I wasn\'t sure. It turns out that it was a new name for an old organization.\r\n\r\n<strong>Opening external links in the same window</strong>\r\n\r\nFor the life of me, I don\'t understand why so many organizations want to lose visitors to their websites. And yet, it happens more often than not than when you click on a link, such as the Twitter feed or LinkedIn profile, you are transported out of the organization\'s website to the other website. It doesn\'t take too much coding knowledge to have links open in new windows. That way, visitors can still be on your site and view the outside site.\r\n\r\n<strong>Remember user experience, always.</strong>\r\n\r\nAll of these issues point to one overarching theme: user experience. What do users (visitors to your website, potential customers, potential supporters) experience when they interact with your communications? Are you considering what users need in order to do business with you? As the small issues I described above show, many organizations are not considering their users at all. And that\'s a big communications problem.\r\n\r\n&nbsp;','Small issues ==> bigger communications problems','','inherit','open','open','','3518-revision-v1','','','2017-06-23 10:54:36','2017-06-23 14:54:36','',3518,'http://deborahbrody.com/2017/06/3518-revision-v1/',0,'revision','',0),
(3523,4,'2017-06-28 13:30:19','2017-06-28 17:30:19','At a communications event last week, the three panelists were asked what communications channel they felt was overrated. The answer that stood out to me the most was the panelist who said she just wanted to see the corporate blog die already because, in her opinion, nobody visits/reads corporate blogs.\r\n\r\nI disagree. Here are a few reasons why:\r\n\r\nThe corporate/organizational blog is an integral part of any <strong>content marketing strategy</strong>.\r\n\r\nIt\'s <strong>owned media</strong> that can help with your SEO, though leadership, lead generation and so much more.\r\n\r\nFor smaller organizations, blogs are an <strong>easy way to add fresh content</strong> regularly.\r\n\r\nBlogs are <strong>flexible and media friendly</strong>--you can post images, graphics, video, audio and/or text.\r\n\r\nRegularly updated blogs serve as a clue to your website visitors that your website (and your organization) is<strong> current</strong>.\r\n\r\nBlog posts are a great <strong>opportunity to respond</strong> to current events/situations/policies in a timely manner, and in more depth that on other social media outlets.\r\n\r\nOrganizational blogs serve a purpose, when done thoughtfully and strategically. But far too many organizations don\'t consider what they wish to achieve with the blog that they feel they must have.\r\n\r\nSo yes, corporate blogs without a strategy or purpose behind them should die. But they can and should be resurrected to achieve one of the many things I have pointed out above. What do you think? What\'s your experience with corporate/organizational blogs? When do you read them?\r\n\r\n&nbsp;','Is it time for the corporate blog to die?','','publish','open','open','','is-it-time-for-the-corporate-blog-to-die','','','2017-06-28 13:30:19','2017-06-28 17:30:19','',0,'http://deborahbrody.com/?p=3523',0,'post','',0),
(3524,4,'2017-06-28 13:05:40','2017-06-28 17:05:40','','Is it time for the corporate blog to die?','','inherit','open','open','','3523-revision-v1','','','2017-06-28 13:05:40','2017-06-28 17:05:40','',3523,'http://deborahbrody.com/2017/06/3523-revision-v1/',0,'revision','',0),
(3525,4,'2017-06-28 13:30:19','2017-06-28 17:30:19','At a communications event last week, the three panelists were asked what communications channel they felt was overrated. The answer that stood out to me the most was the panelist who said she just wanted to see the corporate blog die already because, in her opinion, nobody visits/reads corporate blogs.\r\n\r\nI disagree. Here are a few reasons why:\r\n\r\nThe corporate/organizational blog is an integral part of any <strong>content marketing strategy</strong>.\r\n\r\nIt\'s <strong>owned media</strong> that can help with your SEO, though leadership, lead generation and so much more.\r\n\r\nFor smaller organizations, blogs are an <strong>easy way to add fresh content</strong> regularly.\r\n\r\nBlogs are <strong>flexible and media friendly</strong>--you can post images, graphics, video, audio and/or text.\r\n\r\nRegularly updated blogs serve as a clue to your website visitors that your website (and your organization) is<strong> current</strong>.\r\n\r\nBlog posts are a great <strong>opportunity to respond</strong> to current events/situations/policies in a timely manner, and in more depth that on other social media outlets.\r\n\r\nOrganizational blogs serve a purpose, when done thoughtfully and strategically. But far too many organizations don\'t consider what they wish to achieve with the blog that they feel they must have.\r\n\r\nSo yes, corporate blogs without a strategy or purpose behind them should die. But they can and should be resurrected to achieve one of the many things I have pointed out above. What do you think? What\'s your experience with corporate/organizational blogs? When do you read them?\r\n\r\n&nbsp;','Is it time for the corporate blog to die?','','inherit','open','open','','3523-revision-v1','','','2017-06-28 13:30:19','2017-06-28 17:30:19','',3523,'http://deborahbrody.com/2017/06/3523-revision-v1/',0,'revision','',0),
(3528,4,'2017-07-13 16:27:23','2017-07-13 20:27:23','A couple of months ago, I found out that Kramerbooks, an independent bookstore in Washington, had started doing book events. After checking their events website, I saw an author I wanted to see (Derek Thompson, author of Hitmakers). I went to the  Thompson event, which took place in Kramerbook\'s new and pretty tight \"event\" space, with enough seating for about 20 or so, and standing space for about 20 or so more.  I thought Thompson was very interesting, and I actually went home and got his book from the library (and I will be sharing thoughts on it in a future blog post).\r\n\r\nBased on my positive experience, I kept tabs on the Kramerbook\'s online event calendar. Soon, there was another event I wanted to attend. It was three journalists who cover the White House (and being a politics and news junkie, this was totally up my alley). So I put it in my calendar. In the back of my mind I thought this would be a very crowded event, this being DC and the space being so small. Well, I took the Metro from Rockville, and got there around 5:20. Even though the event wasn\'t scheduled to start until 6:30p.m., there was a line around the block.  It was very hot, and based on the space constraints, I knew I wouldn\'t get in, so I decided not to stand in line for an hour in the sun and heat.\r\n\r\nIt costs $6 to ride Metro from where I live to Dupont Circle, where Kramerbooks is. I basically wasted $12 and well over an hour. I was not happy.\r\n\r\nThe next day, I noticed that Kramerbooks had tweeted about a livestream. I tweeted back that had I known I would have skipped going down there. I got back a reply that they tweeted it, and put it on Facebook and Instagram, and they were sorry (more like sorry, not sorry) that I hadn\'t seen it. I asked why they hadn\'t included this information on their event page. And I got no response back.\r\n\r\nBased on this experience, I may never attend try to attend an event at Kramerbooks again. Transportation is just too costly and time-consuming, and getting a seat is too much of a crapshoot. I also didn\'t care for their social media response. A much better response to empathize and then to send me a link to the recording of the event.\r\n\r\nEvents can be great marketing tools. In this case, Kramer\'s gets people in the door, and hopefully, checking out their book selection or eating at their restaurant. Events can also generate publicity. But when done poorly, events can have a negative effect.\r\n\r\nThere\'s another independent bookstore in Washington, Politics and Prose, which has been holding author events for years. They have an event nearly every single day, mostly free and in their bookstore (which has way more space than Kramerbooks). When they have a big author or an event likely to draw large crowds, they sell tickets and hold the events at  Sixth and I (a synagogue and event space in D.C.), which can seat hundreds. This tactic has made Politics and Prose a leader in author and literary events, and probably also has generated considerable book sales.\r\n\r\nThe difference between these two bookstores and their event marketing strategies is stark. One has the experience to understand that some talks require larger spaces, and have partnered with another organization to address the need while also generating ticket and book sales. The other is still learning what to do with their space.\r\n\r\nHave you ever attended an event that ended up being terrible? What made it so and what were the consequences for  you? Let me know in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Events can be great marketing, or not','','publish','open','open','','events-can-be-great-marketing-or-not','','','2017-07-13 16:27:39','2017-07-13 20:27:39','',0,'http://deborahbrody.com/?p=3528',0,'post','',0),
(3529,4,'2017-07-13 09:22:09','2017-07-13 13:22:09','A couple of months ago, I found out that Kramer Books, an independent bookstore in DC, had started doing book events. I took the postcard listing the events and the website URL, and went to the website. Soon, I saw an author I wanted to see (Derek Thompson, author of Hitmakers). I went to the event, which took place in a pretty tight space, with enough seating for about 20 or so, and standing space for about 20 or so more. Kramer\'s was selling $5 wine, which I believe was part of draw. I thought Thompson was very interesting, and I actually went home and got his book from the library (and I will be sharing thoughts on it in a future blog post).\r\n\r\nBased on my positive experience, I kept tabs on the Kramer Book\'s online event calendar. Soon, there was another event I wanted to attend. It was three journalists who cover the White House (and being a politics and news junkie). So I put it in my calendar. In the back of my mind I thought this would be a very crowded event, this being DC and the space being so small. Well, I took the Metro from Rockville, and got there around 5:20. There was a line around the block. The event didn\'t start until 6;30. It was very hot, and based on the space, I knew I wouldn\'t get in, so I decided not to stand in line for an hour. It costs $6 to ride Metro from where I live to Dupont Circle, where Kramer Books is. I basically wasted $12. And well over an hour. I was not happy. The next day, I noticed that Kramer Books had tweeted about a livestream. I tweeted back that had I known I would have skipped going down there. I got back a reply that they tweeted it, and put it on Facebook and Instagram, and they were sorry (more like sorry, not sorry) that I hadn\'t seen it. I asked why they hadn\'t included this on their event page. And I got no response back.\r\n\r\nThe thing is I will most likely never attend an event at Kramer Books again. It is too costly and too much of a crapshoot. And their social media response was not good. A better response would\'ve been to send me a link to the recording.\r\n\r\nEvents can be great marketing tools. In this case, Kramer\'s gets people in the door, and hopefully, checking out their book selection or eating at their restaurant. Events can also generate publicity.\r\n\r\n&nbsp;','Events can be great marketing, or not','','inherit','open','open','','3528-revision-v1','','','2017-07-13 09:22:09','2017-07-13 13:22:09','',3528,'http://deborahbrody.com/2017/07/3528-revision-v1/',0,'revision','',0),
(3530,4,'2017-07-13 16:27:23','2017-07-13 20:27:23','A couple of months ago, I found out that Kramerbooks, an independent bookstore in Washington, had started doing book events. After checking their events website, I saw an author I wanted to see (Derek Thompson, author of Hitmakers). I went to the  Thompson event, which took place in Kramerbook\'s new and pretty tight \"event\" space, with enough seating for about 20 or so, and standing space for about 20 or so more.  I thought Thompson was very interesting, and I actually went home and got his book from the library (and I will be sharing thoughts on it in a future blog post).\r\n\r\nBased on my positive experience, I kept tabs on the Kramerbook\'s online event calendar. Soon, there was another event I wanted to attend. It was three journalists who cover the White House (and being a politics and news junkie, this was totally up my alley). So I put it in my calendar. In the back of my mind I thought this would be a very crowded event, this being DC and the space being so small. Well, I took the Metro from Rockville, and got there around 5:20. Even though the event wasn\'t scheduled to start until 6:30p.m., there was a line around the block.  It was very hot, and based on the space constraints, I knew I wouldn\'t get in, so I decided not to stand in line for an hour in the sun and heat.\r\n\r\nIt costs $6 to ride Metro from where I live to Dupont Circle, where Kramerbooks is. I basically wasted $12 and well over an hour. I was not happy.\r\n\r\nThe next day, I noticed that Kramerbooks had tweeted about a livestream. I tweeted back that had I known I would have skipped going down there. I got back a reply that they tweeted it, and put it on Facebook and Instagram, and they were sorry (more like sorry, not sorry) that I hadn\'t seen it. I asked why they hadn\'t included this information on their event page. And I got no response back.\r\n\r\nBased on this experience, I may never attend try to attend an event at Kramerbooks again. Transportation is just too costly and time-consuming, and getting a seat is too much of a crapshoot. I also didn\'t care for their social media response. A much better response to empathize and then to send me a link to the recording of the event.\r\n\r\nEvents can be great marketing tools. In this case, Kramer\'s gets people in the door, and hopefully, checking out their book selection or eating at their restaurant. Events can also generate publicity. But when done poorly, events can have a negative effect.\r\n\r\nThere\'s another independent bookstore in Washington, Politics and Prose, which has been holding author events for years. They have an event nearly every single day, mostly free and in their bookstore (which has way more space than Kramerbooks). When they have a big author or an event likely to draw large crowds, they sell tickets and hold the events at  Sixth and I (a synagogue and event space in D.C.), which can seat hundreds. This tactic has made Politics and Prose a leader in author and literary events, and probably also has generated considerable book sales.\r\n\r\nThe difference between these two bookstores and their event marketing strategies is stark. One has the experience to understand that some talks require larger spaces, and have partnered with another organization to address the need while also generating ticket and book sales. The other is still learning what to do with their space.\r\n\r\nHave you ever attended an event that ended up being terrible? What made it so and what were the consequences for  you? Let me know in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Events can be great marketing, or not','','inherit','open','open','','3528-revision-v1','','','2017-07-13 16:27:23','2017-07-13 20:27:23','',3528,'http://deborahbrody.com/2017/07/3528-revision-v1/',0,'revision','',0),
(3536,4,'2017-07-27 13:58:23','2017-07-27 17:58:23','This past Saturday, Jim Vance died after being diagnosed with cancer back in May. Jim Vance was the long-time (45 years!) anchor at Washington\'s NBC affiliate, WRC (channel 4). His death created a tremendous outpouring of grief, from his colleagues, and from the many people in the area who watched him on TV. You can see how NBC4 reported it <a href=\"http://www.nbcwashington.com/news/local/News4-Anchor-Jim-Vance-Dies-at-75-436001373.html\" target=\"_blank\">here.</a>\r\n\r\nWhen I first read the news of Vance\'s death on Saturday morning I was not surprised (he had announced on air he had cancer and I hadn\'t seen him on the news desk in several weeks even though he had said he would work as his treatment allowed), but I was incredibly saddened. I\'ve watched NBC4\'s evening news for many years, and liked watching him and his anchor partner Doreen Gentzler. I liked how they interacted, how genuinely friendly they were with each other and with the other reporters. I especially remember how Vance paid tribute to Doreen when she celebrated her 25 years of sharing the anchor desk with him.\r\n\r\nSince his death, I have come to learn more about Jim Vance. He was incredibly active in his community—speaking at high school graduations, funding scholarships, mentoring others. Many of his colleagues said he lived life to the fullest. A friend of mine told me that as a teen, he met Vance. In other words, Vance was accessible. He was not a distant celebrity, but was part and parcel of his community.\r\n\r\nEvery night on NBC4 this week, they have paid tribute to Vance. You can see how deeply they feel his loss. And what is interesting is how the community misses Vance too. What\'s more, his competitors at other TV stations also paid tribute to him. The news community in DC is tightly-knit. Many reporters have worked at more than one local station. Bruce Johnson, who now anchors at the CBS affiliate, WUSA-9, had been friends with Vance. He devoted his show, Off Script, on Monday night to Jim Vance and to helping people quit smoking, an addiction which most likely caused Vance\'s cancer.\r\n\r\n<strong>Local TV news still matters.</strong> Whether you watch at 6:00 a.m. to get a read on the day\'s traffic and weather, or at 11:00 p.m. to see what happened in your community, you watch the local TV news to connect to where you live. And because you probably do this habitually, you connect to the people who deliver the news to you. They also live here. They know how hot or how cold or how rainy it is, because they too had to deal with it on their way to work.  Local news anchors care about traffic and construction and local crime, because it affects them personally and their families. And because they care about what is going on here, we care about them.\r\n\r\nIn this age where it seems social media dominates, it\'s important to realize that people still watch TV news, and they connect with the people they see on the anchor desk.\r\n\r\n&nbsp;','Proof that local TV news still matters','','publish','open','open','','proof-that-local-tv-news-still-matters','','','2017-07-27 13:58:43','2017-07-27 17:58:43','',0,'http://deborahbrody.com/?p=3536',0,'post','',0),
(3532,4,'2017-07-18 09:27:23','2017-07-18 13:27:23','This past weekend, I attended my sixth WordCamp (!). This time I only had to travel as far as Washington, D.C., which (finally) was hosting its first WordCamp. The past few times I\'ve been to Baltimore and Philadelphia. In case you don\'t know, WordCamp is a volunteer-led conference featuring talks and workshops on various WordPress and website/blog related issues. Since this website/blog is built on WordPress, and WordPress is also a platform for so many other websites big and small, I find it extremely useful to learn more about WordPress and attend WordCamp.\r\n\r\nThis time, I made it to about 11 presentations out of a total 60. As usual, some of the presentations were really useful and/or interesting.  Although I picked up several nuggets, I had four big take-aways.\r\n\r\n<strong>Be generous</strong>\r\n\r\nHave you ever clicked on a blog post that promised you some good information, but found out instead that the post was a sales pitch for the book/webinar/course where you could pay to access the information? I hate that and so does Tracy Schorn, who is the author of the very popular <a href=\"https://www.chumplady.com/\" target=\"_blank\">Chump Lady blog</a>. Her main advice from “How to Build a Popular Blog and Master WordPress Even If You Are a Liberal Arts Major” is to <span style=\"text-decoration: underline;\">be generous</span>. Tracy says you should offer solutions, help people and be a resource for your readers.\r\n\r\nOf course, Tracy works hard at her blog too. She writes a post every weekday, and answers her readers\' questions. Tracy is definitely on to something, as she is living the blogger\'s dream. Her blog became so popular that she was able to write a book, get it published and then get it optioned for a TV series! Oh, and she makes money of her blog too.\r\n\r\n<strong>Many ways to improve your SEO</strong>\r\n\r\nJohn Victoria runs a SEO/digital marketing agency and his talk was “10 Reasons Why Your Site is Nowhere to be Found on Google (and what to do about it).” The answer to getting your site to be found on Google is SEO—search engine optimization. Being in the first page of Google\'s organic search results is crucial if you want potential customers to find you.\r\n\r\nAmong his suggestions:\r\n<ul>\r\n	<li>Check your site loading speed---a slow load will turn off readers</li>\r\n	<li>Submit your URL to Google</li>\r\n	<li>Backlinks to your site matter. But, do not, under any circumstances, pay to get lots of backlinks to your site. Focus on quality not quantity.</li>\r\n	<li>Submitting an article to a leading publication/site in your field is a great way to build quality backlinks and third-party credibility</li>\r\n	<li>Use your keywords judiciously—do not keyword stuff and think of other ways of saying the same thing (e.g., dentist, dental practice).</li>\r\n</ul>\r\n<strong>Take a step now toward enhanced website security</strong>\r\n\r\nWebsites get hacked all the time. Sometimes the hackers are trying to make money by redirecting your traffic to another site. Sometimes they are trying to spread malware. Whatever the reason, this is something you, as a website/blog owner, need to work hard to avoid. And it  does take work and know-how. According to Adam Warner of SiteLock, from his talk \"5 Steps to Personal and Website Security,\" even taking one step helps. Some of what he recommended:\r\n<ul>\r\n	<li>Have strong passwords, do not repeat them and consider using a password manager</li>\r\n	<li>Install SSL on your website, which, as a bonus, gives you an SEO boost</li>\r\n	<li>Use a plug-in to limit the amount of logins into your site</li>\r\n	<li>Do not use public Wi-Fi networks that are not password protected</li>\r\n</ul>\r\n<strong>Design matters</strong>\r\n\r\nI really liked Annie Smidt’s talk \"Easy Design Tips for Non Designers.\" She says (and I completely agree) that design can make your site look credible, and can also help visitors like your site. We all know how important it is to make a good first impression.\r\n\r\nSome things Annie suggested non-designers should consider:\r\n<ul>\r\n	<li>Have a hierarchy—the most important message must stand out</li>\r\n	<li>Consistency is important</li>\r\n	<li>Your color palette should match your audience and the mood you are trying to create (Annie provided some great sites/ideas on how to come up with palettes too)</li>\r\n	<li>Typography increases comprehension, so choose typefaces carefully and don’t use too many fonts (she says having two is good: one serif, one sans serif)</li>\r\n</ul>\r\nOne important tidbit I learned from Annie was how to make em-dashes on WordPress. All you have to do is use the Omega button to access special characters. I\'ve already done it in this post!\r\n\r\nYou can read her slides <a href=\"http://www.durablecreative.com/wc17/\" target=\"_blank\">here</a>, and see her excellent suggestions on where to get color palette ideas.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThere were dozens of other sessions on three different tracks.  Some were targeted to developers and some to those who work in government or big institutions. Most of them should be available on <a href=\"https://wordpress.tv/category/wordcamptv/\" target=\"_blank\">Wordpress TV.</a>\r\n\r\nI highly recommend attending a WordCamp in person. It’s fun, you’ll learn new stuff and great hacks, meet new people, and not to mention, you\'ll get a t-shirt. For a list of upcoming WordCamps, just check <a href=\"https://central.wordcamp.org/\" target=\"_blank\">WordCamp Central</a>. There are WordCamps everywhere!','4 lessons from WordCamp DC that will improve your website','','publish','open','open','','4-lessons-from-wordcamp-dc-that-will-improve-your-website','','','2017-07-18 09:27:46','2017-07-18 13:27:46','',0,'http://deborahbrody.com/?p=3532',0,'post','',0),
(3533,4,'2017-07-18 09:25:34','2017-07-18 13:25:34','This past weekend, I attended my sixth WordCamp (!). This time I only had to travel as far as Washington, D.C., which (finally) was hosting its first WordCamp. The past few times I\'ve been to Baltimore and Philadelphia. In case you don\'t know, WordCamp is a volunteer-led conference featuring talks and workshops on various WordPress and website/blog related issues. Since this website/blog is built on WordPress, and WordPress is also a platform for so many other websites big and small, I find it extremely useful to learn more about WordPress and attend WordCamp.\r\n\r\nThis time, I made it to about 11 presentations out of a total 60. As usual, some of the presentations were really useful and/or interesting.  Although I picked up several nuggets, I had four big take-aways.\r\n\r\n<strong>Be generous</strong>\r\n\r\nHave you ever clicked on a blog post that promised you some good information, but found out instead that the post was a sales pitch for the book/webinar/course where you could pay to access the information? I hate that and so does Tracy Schorn, who is the author of the very popular <a href=\"https://www.chumplady.com/\" target=\"_blank\">Chump Lady blog</a>. Her main advice from “How to Build a Popular Blog and Master WordPress Even If You Are a Liberal Arts Major” is to <span style=\"text-decoration: underline;\">be generous</span>. Tracy says you should offer solutions, help people and be a resource for your readers.\r\n\r\nOf course, Tracy works hard at her blog too. She writes a post every weekday, and answers her readers\' questions. Tracy is definitely on to something, as she is living the blogger\'s dream. Her blog became so popular that she was able to write a book, get it published and then get it optioned for a TV series! Oh, and she makes money of her blog too.\r\n\r\n<strong>Many ways to improve your SEO</strong>\r\n\r\nJohn Victoria runs a SEO/digital marketing agency and his talk was “10 Reasons Why Your Site is Nowhere to be Found on Google (and what to do about it).” The answer to getting your site to be found on Google is SEO—search engine optimization. Being in the first page of Google\'s organic search results is crucial if you want potential customers to find you.\r\n\r\nAmong his suggestions:\r\n<ul>\r\n	<li>Check your site loading speed---a slow load will turn off readers</li>\r\n	<li>Submit your URL to Google</li>\r\n	<li>Backlinks to your site matter. But, do not, under any circumstances, pay to get lots of backlinks to your site. Focus on quality not quantity.</li>\r\n	<li>Submitting an article to a leading publication/site in your field is a great way to build quality backlinks and third-party credibility</li>\r\n	<li>Use your keywords judiciously—do not keyword stuff and think of other ways of saying the same thing (e.g., dentist, dental practice).</li>\r\n</ul>\r\n<strong>Take a step now toward enhanced website security</strong>\r\n\r\nWebsites get hacked all the time. Sometimes the hackers are trying to make money by redirecting your traffic to another site. Sometimes they are trying to spread malware. Whatever the reason, this is something you, as a website/blog owner, need to work hard to avoid. And it  does take work and know-how. According to Adam Warner of SiteLock, from his talk \"5 Steps to Personal and Website Security,\" even taking one step helps. Some of what he recommended:\r\n<ul>\r\n	<li>Have strong passwords, do not repeat them and consider using a password manager</li>\r\n	<li>Install SSL on your website, which, as a bonus, gives you an SEO boost</li>\r\n	<li>Use a plug-in to limit the amount of logins into your site</li>\r\n	<li>Do not use public Wi-Fi networks that are not password protected</li>\r\n</ul>\r\n<strong>Design matters</strong>\r\n\r\nI really liked Annie Smidt’s talk \"Easy Design Tips for Non Designers.\" She says (and I completely agree) that design can make your site look credible, and can also help visitors like your site. We all know how important it is to make a good first impression.\r\n\r\nSome things Annie suggested non-designers should consider:\r\n<ul>\r\n	<li>Have a hierarchy—the most important message must stand out</li>\r\n	<li>Consistency is important</li>\r\n	<li>Your color palette should match your audience and the mood you are trying to create (Annie provided some great sites/ideas on how to come up with palettes too)</li>\r\n	<li>Typography increases comprehension, so choose typefaces carefully and don’t use too many fonts (she says having two is good: one serif, one sans serif)</li>\r\n</ul>\r\nOne important tidbit I learned from Annie was how to make em-dashes on WordPress. All you have to do is use the Omega button to access special characters. I\'ve already done it in this post!\r\n\r\nYou can read her slides <a href=\"http://www.durablecreative.com/wc17/\" target=\"_blank\">here</a>, and see her excellent suggestions on where to get color palette ideas.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThere were dozens of other sessions on three different tracks.  Some were targeted to developers and some to those who work in government or big institutions. Most of them should be available on <a href=\"https://wordpress.tv/category/wordcamptv/\" target=\"_blank\">Wordpress TV.</a>\r\n\r\nI highly recommend attending a WordCamp in person. It’s fun, you’ll learn new stuff and great hacks, meet new people, and not to mention, you will get a t-shirt. For a list of upcoming WordCamps, just check <a href=\"https://central.wordcamp.org/\" target=\"_blank\">WordCamp Central</a>. There are WordCamps everywhere!','4 lessons from WordCamp DC that will improve your website','','inherit','open','open','','3532-revision-v1','','','2017-07-18 09:25:34','2017-07-18 13:25:34','',3532,'http://deborahbrody.com/2017/07/3532-revision-v1/',0,'revision','',0),
(3534,4,'2017-07-18 09:27:23','2017-07-18 13:27:23','This past weekend, I attended my sixth WordCamp (!). This time I only had to travel as far as Washington, D.C., which (finally) was hosting its first WordCamp. The past few times I\'ve been to Baltimore and Philadelphia. In case you don\'t know, WordCamp is a volunteer-led conference featuring talks and workshops on various WordPress and website/blog related issues. Since this website/blog is built on WordPress, and WordPress is also a platform for so many other websites big and small, I find it extremely useful to learn more about WordPress and attend WordCamp.\r\n\r\nThis time, I made it to about 11 presentations out of a total 60. As usual, some of the presentations were really useful and/or interesting.  Although I picked up several nuggets, I had four big take-aways.\r\n\r\n<strong>Be generous</strong>\r\n\r\nHave you ever clicked on a blog post that promised you some good information, but found out instead that the post was a sales pitch for the book/webinar/course where you could pay to access the information? I hate that and so does Tracy Schorn, who is the author of the very popular <a href=\"https://www.chumplady.com/\" target=\"_blank\">Chump Lady blog</a>. Her main advice from “How to Build a Popular Blog and Master WordPress Even If You Are a Liberal Arts Major” is to <span style=\"text-decoration: underline;\">be generous</span>. Tracy says you should offer solutions, help people and be a resource for your readers.\r\n\r\nOf course, Tracy works hard at her blog too. She writes a post every weekday, and answers her readers\' questions. Tracy is definitely on to something, as she is living the blogger\'s dream. Her blog became so popular that she was able to write a book, get it published and then get it optioned for a TV series! Oh, and she makes money of her blog too.\r\n\r\n<strong>Many ways to improve your SEO</strong>\r\n\r\nJohn Victoria runs a SEO/digital marketing agency and his talk was “10 Reasons Why Your Site is Nowhere to be Found on Google (and what to do about it).” The answer to getting your site to be found on Google is SEO—search engine optimization. Being in the first page of Google\'s organic search results is crucial if you want potential customers to find you.\r\n\r\nAmong his suggestions:\r\n<ul>\r\n	<li>Check your site loading speed---a slow load will turn off readers</li>\r\n	<li>Submit your URL to Google</li>\r\n	<li>Backlinks to your site matter. But, do not, under any circumstances, pay to get lots of backlinks to your site. Focus on quality not quantity.</li>\r\n	<li>Submitting an article to a leading publication/site in your field is a great way to build quality backlinks and third-party credibility</li>\r\n	<li>Use your keywords judiciously—do not keyword stuff and think of other ways of saying the same thing (e.g., dentist, dental practice).</li>\r\n</ul>\r\n<strong>Take a step now toward enhanced website security</strong>\r\n\r\nWebsites get hacked all the time. Sometimes the hackers are trying to make money by redirecting your traffic to another site. Sometimes they are trying to spread malware. Whatever the reason, this is something you, as a website/blog owner, need to work hard to avoid. And it  does take work and know-how. According to Adam Warner of SiteLock, from his talk \"5 Steps to Personal and Website Security,\" even taking one step helps. Some of what he recommended:\r\n<ul>\r\n	<li>Have strong passwords, do not repeat them and consider using a password manager</li>\r\n	<li>Install SSL on your website, which, as a bonus, gives you an SEO boost</li>\r\n	<li>Use a plug-in to limit the amount of logins into your site</li>\r\n	<li>Do not use public Wi-Fi networks that are not password protected</li>\r\n</ul>\r\n<strong>Design matters</strong>\r\n\r\nI really liked Annie Smidt’s talk \"Easy Design Tips for Non Designers.\" She says (and I completely agree) that design can make your site look credible, and can also help visitors like your site. We all know how important it is to make a good first impression.\r\n\r\nSome things Annie suggested non-designers should consider:\r\n<ul>\r\n	<li>Have a hierarchy—the most important message must stand out</li>\r\n	<li>Consistency is important</li>\r\n	<li>Your color palette should match your audience and the mood you are trying to create (Annie provided some great sites/ideas on how to come up with palettes too)</li>\r\n	<li>Typography increases comprehension, so choose typefaces carefully and don’t use too many fonts (she says having two is good: one serif, one sans serif)</li>\r\n</ul>\r\nOne important tidbit I learned from Annie was how to make em-dashes on WordPress. All you have to do is use the Omega button to access special characters. I\'ve already done it in this post!\r\n\r\nYou can read her slides <a href=\"http://www.durablecreative.com/wc17/\" target=\"_blank\">here</a>, and see her excellent suggestions on where to get color palette ideas.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThere were dozens of other sessions on three different tracks.  Some were targeted to developers and some to those who work in government or big institutions. Most of them should be available on <a href=\"https://wordpress.tv/category/wordcamptv/\" target=\"_blank\">Wordpress TV.</a>\r\n\r\nI highly recommend attending a WordCamp in person. It’s fun, you’ll learn new stuff and great hacks, meet new people, and not to mention, you\'ll get a t-shirt. For a list of upcoming WordCamps, just check <a href=\"https://central.wordcamp.org/\" target=\"_blank\">WordCamp Central</a>. There are WordCamps everywhere!','4 lessons from WordCamp DC that will improve your website','','inherit','open','open','','3532-revision-v1','','','2017-07-18 09:27:23','2017-07-18 13:27:23','',3532,'http://deborahbrody.com/2017/07/3532-revision-v1/',0,'revision','',0),
(3537,4,'2017-07-27 13:58:23','2017-07-27 17:58:23','This past Saturday, Jim Vance died after being diagnosed with cancer back in May. Jim Vance was the long-time (45 years!) anchor at Washington\'s NBC affiliate, WRC (channel 4). His death created a tremendous outpouring of grief, from his colleagues, and from the many people in the area who watched him on TV. You can see how NBC4 reported it <a href=\"http://www.nbcwashington.com/news/local/News4-Anchor-Jim-Vance-Dies-at-75-436001373.html\" target=\"_blank\">here.</a>\r\n\r\nWhen I first read the news of Vance\'s death on Saturday morning I was not surprised (he had announced on air he had cancer and I hadn\'t seen him on the news desk in several weeks even though he had said he would work as his treatment allowed), but I was incredibly saddened. I\'ve watched NBC4\'s evening news for many years, and liked watching him and his anchor partner Doreen Gentzler. I liked how they interacted, how genuinely friendly they were with each other and with the other reporters. I especially remember how Vance paid tribute to Doreen when she celebrated her 25 years of sharing the anchor desk with him.\r\n\r\nSince his death, I have come to learn more about Jim Vance. He was incredibly active in his community—speaking at high school graduations, funding scholarships, mentoring others. Many of his colleagues said he lived life to the fullest. A friend of mine told me that as a teen, he met Vance. In other words, Vance was accessible. He was not a distant celebrity, but was part and parcel of his community.\r\n\r\nEvery night on NBC4 this week, they have paid tribute to Vance. You can see how deeply they feel his loss. And what is interesting is how the community misses Vance too. What\'s more, his competitors at other TV stations also paid tribute to him. The news community in DC is tightly-knit. Many reporters have worked at more than one local station. Bruce Johnson, who now anchors at the CBS affiliate, WUSA-9, had been friends with Vance. He devoted his show, Off Script, on Monday night to Jim Vance and to helping people quit smoking, an addiction which most likely caused Vance\'s cancer.\r\n\r\n<strong>Local TV news still matters.</strong> Whether you watch at 6:00 a.m. to get a read on the day\'s traffic and weather, or at 11:00 p.m. to see what happened in your community, you watch the local TV news to connect to where you live. And because you probably do this habitually, you connect to the people who deliver the news to you. They also live here. They know how hot or how cold or how rainy it is, because they too had to deal with it on their way to work.  Local news anchors care about traffic and construction and local crime, because it affects them personally and their families. And because they care about what is going on here, we care about them.\r\n\r\nIn this age where it seems social media dominates, it\'s important to realize that people still watch TV news, and they connect with the people they see on the anchor desk.\r\n\r\n&nbsp;','Proof that local TV news still matters','','inherit','open','open','','3536-revision-v1','','','2017-07-27 13:58:23','2017-07-27 17:58:23','',3536,'http://deborahbrody.com/2017/07/3536-revision-v1/',0,'revision','',0),
(3539,4,'2017-08-01 10:18:08','2017-08-01 14:18:08','I was going to write a post about how Anthony Scaramucci, the shortest-lived White House Communications Director in history, embodies the problem at the core of the Trump administration\'s communications failures, and then the \"Mooch\" got fired after 10 days on the job.\r\n\r\nBasically, Scaramucci got fired because he failed at Communications 101. He was bound to fail also because he was not the right person for the job. He had no experience in communications, and his actions showed it. As the wrong person for the job, he got hired by a boss and an administration that don\'t understand communications fundamentals.\r\n\r\n<strong>The communications person is never the story</strong>\r\n\r\nFirst, Scaramucci failed because he broke the cardinal rule for communications pros: he became the story. As anybody who has worked in public relations/communications knows, the comms person is there to help get the story out. Under no circumstances are you to become the story.\r\n\r\n<strong>You have to know how news reporters work</strong>\r\n\r\nSecond, Scaramucci did not seem to understand that unless you explicitly state otherwise, everything you say can be quoted. If you have not said something is off the record, it\'s on the record. Period. Reporters are always looking for quotes. That\'s what they do.\r\n\r\n<strong>Just because you feel that you are simpatico, does not mean you are pals hanging out at a bar</strong>\r\n\r\nThird, Scaramucci made himself look extremely crass and stupid by using obscenities where none were needed. We all curse, but we know that in certain circumstances we don\'t. Scaramucci also seems to lack imagination—and here it is—an ability to communicate, in order to convey his thoughts without resorting to obscenities.\r\n\r\n<strong>But the larger problem is a White House that doesn\'t get it</strong>\r\n\r\nIn TrumpWorld, it seems communications is <em>all</em> about marketing. It\'s<em> all</em> about persuasion. <span style=\"text-decoration: underline;\">And it\'s not about sharing information and facts.</span> I don\'t think this country has ever seen such a fact-averse White House ever.\r\n\r\nWhen you practice communications you are aiming to inform, and yes, to persuade. But persuasion is not something to be done with threats and alternative facts. As I have written before, Sean Spicer (the former communications director/press secretary) thought he was in a fight with the White House press corps. He berated them and belittled them and even refused to provide them with information they requested. He turned the cameras off for briefings, thinking that by cutting off video he would be able to control the narrative. He cherry-picked media outlets to respond to that were sympathetic to the president and would not ask any hard questions.\r\n\r\n<strong>Communications is not a one-way street</strong>\r\n\r\nTo communicate, you must inform. You can\'t simply try to force your viewpoint on everyone. We see Trump using Twitter to talk directly to the people. What you don\'t see is Trump using Twitter to respond to questions from the people. To Trump, communication is a one-way street (sort of how he views loyalty too): push your message out and steamroll anyone who questions it.\r\n\r\n<strong>Scaramucci\'s failure is indicative of a much larger problem that does not seem to have a solution: a White House that does not value real communication.</strong>','Why Scaramucci failed','','publish','open','open','','why-scaramucci-failed','','','2017-08-01 10:18:08','2017-08-01 14:18:08','',0,'http://deborahbrody.com/?p=3539',0,'post','',0),
(3540,4,'2017-08-01 10:05:53','2017-08-01 14:05:53','I was going to write a post about how Scaramucci embodies the problem at the core of the Trump administration\'s communications failures, and then the \"Mooch\" got fired after 10 days on the job.\r\n\r\nBasically, Scaramucci got fired because he failed at Communications 101. He was bound to fail also because he was not the right person for the job. He had no experience in communications, and his actions showed it. As the wrong person for the job, he got hired by a boss and an administration that don\'t understand communications fundamentals.\r\n\r\n<strong>The communications person is never the story</strong>\r\n\r\nFirst, Scaramucci failed because he broke the cardinal rule for communications pros: he became the story. As anybody who has worked in public relations/communications knows, the comms person is there to help get the story out. Under no circumstances are you to become the story.\r\n\r\n<strong>You have to know how news reporters work</strong>\r\n\r\nSecond, Scaramucci did not seem to understand that unless you explicitly state otherwise, everything you say can be quoted. If you have not said something is off the record, it\'s on the record. Period. Reporters are always looking for quotes. That\'s what they do.\r\n\r\n<strong>Just because you feel that you are simpatico, does not mean you are pals hanging out at a bar</strong>\r\n\r\nThird, Scaramucci made himself look extremely crass and stupid by using obscenities where none were needed. We all curse, but we know that in certain circumstances we don\'t. Scaramucci also seems to lack imagination—and here it is—an ability to communicate, in order to convey his thoughts without resorting to obscenities.\r\n\r\nBut the larger problem is a White House that doesn\'t get it\r\n\r\nIn TrumpWorld, it seems communications is all about marketing. It\'s all about persuasion. And it\'s not about sharing information and facts. I don\'t think this country has ever seen such a fact-averse White House ever.\r\n\r\nWhen you practice communications you are aiming to inform, and yes, to persuade. But persuasion is not something to be done with threats and alternative facts. Sean Spicer (as I have written before) thought he was in a fight with the White House press corps. He berated them and belittled them and even refused to provide information. He turned the cameras off for briefings when he did have them. He cherrypicked media outlets that were sympathetic to the president and would not ask any hard questions.','Why Scaramucci failed','','inherit','open','open','','3539-revision-v1','','','2017-08-01 10:05:53','2017-08-01 14:05:53','',3539,'http://deborahbrody.com/2017/08/3539-revision-v1/',0,'revision','',0),
(3541,4,'2017-08-01 10:18:08','2017-08-01 14:18:08','I was going to write a post about how Anthony Scaramucci, the shortest-lived White House Communications Director in history, embodies the problem at the core of the Trump administration\'s communications failures, and then the \"Mooch\" got fired after 10 days on the job.\r\n\r\nBasically, Scaramucci got fired because he failed at Communications 101. He was bound to fail also because he was not the right person for the job. He had no experience in communications, and his actions showed it. As the wrong person for the job, he got hired by a boss and an administration that don\'t understand communications fundamentals.\r\n\r\n<strong>The communications person is never the story</strong>\r\n\r\nFirst, Scaramucci failed because he broke the cardinal rule for communications pros: he became the story. As anybody who has worked in public relations/communications knows, the comms person is there to help get the story out. Under no circumstances are you to become the story.\r\n\r\n<strong>You have to know how news reporters work</strong>\r\n\r\nSecond, Scaramucci did not seem to understand that unless you explicitly state otherwise, everything you say can be quoted. If you have not said something is off the record, it\'s on the record. Period. Reporters are always looking for quotes. That\'s what they do.\r\n\r\n<strong>Just because you feel that you are simpatico, does not mean you are pals hanging out at a bar</strong>\r\n\r\nThird, Scaramucci made himself look extremely crass and stupid by using obscenities where none were needed. We all curse, but we know that in certain circumstances we don\'t. Scaramucci also seems to lack imagination—and here it is—an ability to communicate, in order to convey his thoughts without resorting to obscenities.\r\n\r\n<strong>But the larger problem is a White House that doesn\'t get it</strong>\r\n\r\nIn TrumpWorld, it seems communications is <em>all</em> about marketing. It\'s<em> all</em> about persuasion. <span style=\"text-decoration: underline;\">And it\'s not about sharing information and facts.</span> I don\'t think this country has ever seen such a fact-averse White House ever.\r\n\r\nWhen you practice communications you are aiming to inform, and yes, to persuade. But persuasion is not something to be done with threats and alternative facts. As I have written before, Sean Spicer (the former communications director/press secretary) thought he was in a fight with the White House press corps. He berated them and belittled them and even refused to provide them with information they requested. He turned the cameras off for briefings, thinking that by cutting off video he would be able to control the narrative. He cherry-picked media outlets to respond to that were sympathetic to the president and would not ask any hard questions.\r\n\r\n<strong>Communications is not a one-way street</strong>\r\n\r\nTo communicate, you must inform. You can\'t simply try to force your viewpoint on everyone. We see Trump using Twitter to talk directly to the people. What you don\'t see is Trump using Twitter to respond to questions from the people. To Trump, communication is a one-way street (sort of how he views loyalty too): push your message out and steamroll anyone who questions it.\r\n\r\n<strong>Scaramucci\'s failure is indicative of a much larger problem that does not seem to have a solution: a White House that does not value real communication.</strong>','Why Scaramucci failed','','inherit','open','open','','3539-revision-v1','','','2017-08-01 10:18:08','2017-08-01 14:18:08','',3539,'http://deborahbrody.com/2017/08/3539-revision-v1/',0,'revision','',0),
(3543,4,'2017-08-08 09:07:26','2017-08-08 13:07:26','The other night, I heard a loud, scratching noise in my chimney. It sounded as if  an animal had gotten in. My first thought (and fear) was that a small bat was in there and it would then come into the house. Since it was close to midnight, there was nothing I could do except check the website for the local animal trapping company that I\'ve see working in my neighborhood. According to Google results, their office opened at 7:00 a.m. The website listed an 800 number, and four local-area numbers. I decided to call first thing to see if they would send someone right away.\r\n\r\nAt 7:00 the next morning I called up the company. I got a message saying their offices opened at 8:00 a.m. Their Google My Business listing was wrong and their website did not list hours at all.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSometimes companies spend more time and money on developing new marketing or on sales pitches, and they forget to check the basics. So, before you do anything else marketing-related, check your current stuff for accuracy. Do it now. Seriously.\r\n\r\n<strong>What to check:</strong>\r\n<ul>\r\n	<li>Business name (is it complete, spelled correctly?)</li>\r\n	<li>Address/es (accurate, current?)</li>\r\n	<li>Telephone number/s (accurate, current?)</li>\r\n	<li>Website URL</li>\r\n	<li>Hours/days of operation</li>\r\n	<li>Staff names/positions/contact information</li>\r\n	<li>Email addresses</li>\r\n	<li>Pricing information</li>\r\n</ul>\r\n<strong>Where to check:</strong>\r\n<ul>\r\n	<li>Your website</li>\r\n	<li>Your social media pages (Facebook, Twitter, LinkedIn, Instagram, etc.)</li>\r\n	<li>Google results/Google maps/Google My Business</li>\r\n	<li>Yelp and other review or listing sites (e.g., Angie\'s List) you appear in</li>\r\n	<li>Printed materials (business cards, brochures, letterhead, postcards, etc.)</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nIn the end, I was able to get the animal trapping company to come to my house later in the day. They checked the chimney and nothing was there (thank goodness!). They put some mesh on the chimney cap to prevent bats or birds from getting in.\r\n\r\nThis company has plenty of business around here. I\'ve seen their trucks before as squirrels are constantly getting into attics (and bats are always in the belfry). They certainly have developed brand recognition. But you only call them when you need them and it is usually an urgent situation. Having multiple phone numbers and inaccurate hours is not helpful for anybody needing their services.\r\n\r\n<strong>Any organization needs to consider what information potential users/customers/donors need to have, and then make sure that information is easily <em>available and accurate</em>. It just makes good marketing/communications sense.</strong>','Check for accuracy STAT','','publish','open','open','','check-for-accuracy-stat','','','2017-08-08 09:07:26','2017-08-08 13:07:26','',0,'http://deborahbrody.com/?p=3543',0,'post','',0),
(3544,4,'2017-08-08 09:04:00','2017-08-08 13:04:00','The other night, I heard a loud, scratching noise in my chimney. It sounded as if  an animal had gotten in. My first thought (and fear) was that a small bat was in there and it would then come into the house. Since it was close to midnight, there was nothing I could do except check the website for the local animal trapping company that I\'ve see working in my neighborhood. According to Google results, their office opened at 7:00 a.m. The website listed an 800 number, and four local-area numbers. I decided to call first thing to see if they would send someone right away.\r\n\r\nAt 7:00 the next morning I called up the company. I got a message saying their offices opened at 8:00 a.m. Their Google My Business listing was wrong and their website did not list hours at all.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSometimes companies spend more time and money on developing new marketing or on sales pitches, and they forget to check the basics. So, before you do anything else marketing-related, check your current stuff for accuracy. Do it now. Seriously.\r\n\r\n<strong>What to check:</strong>\r\n<ul>\r\n	<li>Business name (is it complete, spelled correctly?)</li>\r\n	<li>Address/es (accurate, current?)</li>\r\n	<li>Telephone number/s (accurate, current?)</li>\r\n	<li>Website URL</li>\r\n	<li>Hours/days of operation</li>\r\n	<li>Staff names/positions/contact information</li>\r\n	<li>Email addresses</li>\r\n	<li>Pricing information</li>\r\n</ul>\r\n<strong>Where to check:</strong>\r\n<ul>\r\n	<li>Your website</li>\r\n	<li>Your social media pages (Facebook, Twitter, LinkedIn, Instagram, etc.)</li>\r\n	<li>Google results/Google maps/Google My Business</li>\r\n	<li>Yelp and other review or listing sites (e.g., Angie\'s List) you appear in</li>\r\n	<li>Printed materials (business cards, brochures, letterhead, postcards, etc.)</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nIn the end, I was able to get the animal trapping company to come to my house later in the day. They checked the chimney and nothing was there (thank goodness!). They put some mesh on the chimney cap to prevent bats or birds from getting in.\r\n\r\nThis company has plenty of business around here. I\'ve seen their trucks before as squirrels are constantly getting into attics (and bats are always in the belfry). They certainly have developed brand recognition. But you only call them when you need them and it is usually an urgent situation. Having multiple phone numbers and inaccurate hours is not helpful.\r\n\r\nAny organization needs to consider what information potential users/customers/donors need to have and then make sure that information is easily available and accurate. It just makes good marketing/communications sense.','Check for accuracy STAT','','inherit','open','open','','3543-revision-v1','','','2017-08-08 09:04:00','2017-08-08 13:04:00','',3543,'http://deborahbrody.com/2017/08/3543-revision-v1/',0,'revision','',0),
(3545,4,'2017-08-08 09:06:53','2017-08-08 13:06:53','The other night, I heard a loud, scratching noise in my chimney. It sounded as if  an animal had gotten in. My first thought (and fear) was that a small bat was in there and it would then come into the house. Since it was close to midnight, there was nothing I could do except check the website for the local animal trapping company that I\'ve see working in my neighborhood. According to Google results, their office opened at 7:00 a.m. The website listed an 800 number, and four local-area numbers. I decided to call first thing to see if they would send someone right away.\r\n\r\nAt 7:00 the next morning I called up the company. I got a message saying their offices opened at 8:00 a.m. Their Google My Business listing was wrong and their website did not list hours at all.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSometimes companies spend more time and money on developing new marketing or on sales pitches, and they forget to check the basics. So, before you do anything else marketing-related, check your current stuff for accuracy. Do it now. Seriously.\r\n\r\n<strong>What to check:</strong>\r\n<ul>\r\n	<li>Business name (is it complete, spelled correctly?)</li>\r\n	<li>Address/es (accurate, current?)</li>\r\n	<li>Telephone number/s (accurate, current?)</li>\r\n	<li>Website URL</li>\r\n	<li>Hours/days of operation</li>\r\n	<li>Staff names/positions/contact information</li>\r\n	<li>Email addresses</li>\r\n	<li>Pricing information</li>\r\n</ul>\r\n<strong>Where to check:</strong>\r\n<ul>\r\n	<li>Your website</li>\r\n	<li>Your social media pages (Facebook, Twitter, LinkedIn, Instagram, etc.)</li>\r\n	<li>Google results/Google maps/Google My Business</li>\r\n	<li>Yelp and other review or listing sites (e.g., Angie\'s List) you appear in</li>\r\n	<li>Printed materials (business cards, brochures, letterhead, postcards, etc.)</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nIn the end, I was able to get the animal trapping company to come to my house later in the day. They checked the chimney and nothing was there (thank goodness!). They put some mesh on the chimney cap to prevent bats or birds from getting in.\r\n\r\nThis company has plenty of business around here. I\'ve seen their trucks before as squirrels are constantly getting into attics (and bats are always in the belfry). They certainly have developed brand recognition. But you only call them when you need them and it is usually an urgent situation. Having multiple phone numbers and inaccurate hours is not helpful for anybody needing their services.\r\n\r\n<strong>Any organization needs to consider what information potential users/customers/donors need to have, and then make sure that information is easily <em>available and accurate</em>. It just makes good marketing/communications sense.</strong>','Check for accuracy STAT','','inherit','open','open','','3543-revision-v1','','','2017-08-08 09:06:53','2017-08-08 13:06:53','',3543,'http://deborahbrody.com/2017/08/3543-revision-v1/',0,'revision','',0),
(3546,4,'2017-08-15 11:37:38','2017-08-15 15:37:38','<strong>We need your support and we will interrupt your viewing until you give us money!</strong>\r\n\r\nThis seems to be the PBS mission during its pledge drive\r\n\r\nCurrently, it\'s the upteenth day during the upteenth time this year that my local PBS station, WETA, is looking for support from viewers. It may not be endless, but it sure feels like it.\r\n\r\nPledge month (?) is the time when the station starts playing \"specials\" that have been played dozens of times before, and interrupting them every fifteen minutes to ask for your support. In return, you will get any number of mugs/bags/videos/books based on the size of your contribution. Also, every other show seems to get interrupted--the Newshour, Washington Week, and most egregiously, the finale of the Great British Baking Show.\r\n\r\n<strong>Enough!</strong>\r\n\r\nViewers like me do not like to watch tired, old \"specials.\" Viewers like me hate having shows interrupted multiple times by the same talking heads giving repetitious pitches on why to give to the station. Viewers like me do not want mugs or tote bags. Viewers like me click off PBS the instant this pledge madness starts.\r\n\r\n<strong>How can this model work today?</strong>\r\n\r\nHere\'s a newsflash for PBS: Times have changed.\r\n\r\n<em>Hundreds of viewing options</em>\r\n\r\nAll TV channels are under intense competition—both for viewers and for advertising dollars. This is because viewers have many more options for entertainment than ever before: There are hundreds of cable and streaming channels, and also an internet chock-full of stuff to watch, read, react to and interact with.\r\n\r\n<em>It\'s an on-demand world</em>\r\n\r\nWith DVRs and/or access to content on demand, people can watch shows on whatever schedule they choose. They can ignore advertising (and pledge drives).\r\n\r\n<em>There\'s a streaming channel for that</em>\r\n\r\nIt used to be that you could only watch British shows like Downton Abbey or Inspector Morse on PBS. Now, you can stream them on specialized British TV/movies channels, and even watch them on Netflix.\r\n\r\n<em>Watch TV wherever you are, whenever you want</em>\r\n\r\nSmartphones and tablets can access the internet anywhere and everywhere. And users of these devices can buy/rent/download all sorts of entertainment to watch even when there is no internet access.\r\n\r\n<strong>Interrupting viewer with a push-message is really old school</strong>\r\n\r\nThese days, inbound marketing is in favor. That\'s when potential customers/supporters come to you because you are providing great content/reasons for them to interact and buy/support from you. Forcing yourself on viewers, like the pledge drive on PBS does, is the complete opposite. It assumes a static audience that does not have any option but to sit there and listen to a sales pitch. It assumes that pushing a message is the best way to get action. It\'s the old way of doing things. And it may help PBS shed viewers, not gain them.\r\n\r\n<strong>Is annoying viewers for a $60 donation the best way to keep PBS afloat?</strong>\r\n\r\nWhen you are aiming for lots of small donations, you have to do a lot more work. In this case, it means interrupting viewing more times, more often. It gets annoying. It\'s a turn-off. And I don\'t believe it\'s effective. I think it would be far more effective to concentrate on getting and retaining big, corporate or foundation sponsorships.\r\n\r\nI understand PBS wants community support too. Perhaps instead of asking viewers to donate, PBS could emphasize obtaining a yearly membership with (real) special benefits (currently this is not clear on the PBS website). Instead of having pledge drives, PBS could include a 15-second ad/message for membership before popular shows.\r\n\r\nWhat do you think? Do you watch PBS? Do you support PBS? Why or why not?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Does PBS get the support of viewers like you? ','','publish','open','open','','does-pbs-get-the-support-of-viewers-like-you','','','2017-08-15 11:37:38','2017-08-15 15:37:38','',0,'http://deborahbrody.com/?p=3546',0,'post','',0),
(3548,4,'2017-08-15 11:37:38','2017-08-15 15:37:38','<strong>We need your support and we will interrupt your viewing until you give us money!</strong>\r\n\r\nThis seems to be the PBS mission during its pledge drive\r\n\r\nCurrently, it\'s the upteenth day during the upteenth time this year that my local PBS station, WETA, is looking for support from viewers. It may not be endless, but it sure feels like it.\r\n\r\nPledge month (?) is the time when the station starts playing \"specials\" that have been played dozens of times before, and interrupting them every fifteen minutes to ask for your support. In return, you will get any number of mugs/bags/videos/books based on the size of your contribution. Also, every other show seems to get interrupted--the Newshour, Washington Week, and most egregiously, the finale of the Great British Baking Show.\r\n\r\n<strong>Enough!</strong>\r\n\r\nViewers like me do not like to watch tired, old \"specials.\" Viewers like me hate having shows interrupted multiple times by the same talking heads giving repetitious pitches on why to give to the station. Viewers like me do not want mugs or tote bags. Viewers like me click off PBS the instant this pledge madness starts.\r\n\r\n<strong>How can this model work today?</strong>\r\n\r\nHere\'s a newsflash for PBS: Times have changed.\r\n\r\n<em>Hundreds of viewing options</em>\r\n\r\nAll TV channels are under intense competition—both for viewers and for advertising dollars. This is because viewers have many more options for entertainment than ever before: There are hundreds of cable and streaming channels, and also an internet chock-full of stuff to watch, read, react to and interact with.\r\n\r\n<em>It\'s an on-demand world</em>\r\n\r\nWith DVRs and/or access to content on demand, people can watch shows on whatever schedule they choose. They can ignore advertising (and pledge drives).\r\n\r\n<em>There\'s a streaming channel for that</em>\r\n\r\nIt used to be that you could only watch British shows like Downton Abbey or Inspector Morse on PBS. Now, you can stream them on specialized British TV/movies channels, and even watch them on Netflix.\r\n\r\n<em>Watch TV wherever you are, whenever you want</em>\r\n\r\nSmartphones and tablets can access the internet anywhere and everywhere. And users of these devices can buy/rent/download all sorts of entertainment to watch even when there is no internet access.\r\n\r\n<strong>Interrupting viewer with a push-message is really old school</strong>\r\n\r\nThese days, inbound marketing is in favor. That\'s when potential customers/supporters come to you because you are providing great content/reasons for them to interact and buy/support from you. Forcing yourself on viewers, like the pledge drive on PBS does, is the complete opposite. It assumes a static audience that does not have any option but to sit there and listen to a sales pitch. It assumes that pushing a message is the best way to get action. It\'s the old way of doing things. And it may help PBS shed viewers, not gain them.\r\n\r\n<strong>Is annoying viewers for a $60 donation the best way to keep PBS afloat?</strong>\r\n\r\nWhen you are aiming for lots of small donations, you have to do a lot more work. In this case, it means interrupting viewing more times, more often. It gets annoying. It\'s a turn-off. And I don\'t believe it\'s effective. I think it would be far more effective to concentrate on getting and retaining big, corporate or foundation sponsorships.\r\n\r\nI understand PBS wants community support too. Perhaps instead of asking viewers to donate, PBS could emphasize obtaining a yearly membership with (real) special benefits (currently this is not clear on the PBS website). Instead of having pledge drives, PBS could include a 15-second ad/message for membership before popular shows.\r\n\r\nWhat do you think? Do you watch PBS? Do you support PBS? Why or why not?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Does PBS get the support of viewers like you? ','','inherit','open','open','','3546-revision-v1','','','2017-08-15 11:37:38','2017-08-15 15:37:38','',3546,'http://deborahbrody.com/2017/08/3546-revision-v1/',0,'revision','',0),
(3676,4,'2018-02-22 10:39:05','2018-02-22 15:39:05','Are you a spy or a spying organization? If so, this post does not apply to you. You definitely want to keep secrets, and be known for your secrecy.\r\n\r\n<strong>Secretive is <em>not</em> a great attribute for non-spy organizations</strong>\r\n\r\nHowever, in general, most businesses should not aim to be known as secretive. And let\'s be clear, I am not talking about being known as an organization that keeps its customer information private and confidential. That\'s a good attribute. I am talking about organizations that don\'t tell you stuff you need to know, like how much things cost or whether pricing has changed. Or what the return/refund policy is. Or who to contact if something is wrong.\r\n\r\n<strong>Changing prices is not something you should be secretive about</strong>\r\n\r\nThere\'s a yoga studio I had been going to most of last year. I was taking a noon class (perfect for my schedule) known as \"value vinyasa\" because it cost $12 instead of the usual $20 (perfect for my budget). I missed a couple classes due to vacation, and when I went to check the schedule when I returned, I noticed that the noon class I had been taking is now known as \"vinyasa flow.\" In the pricing section of the studio\'s website there\'s no mention of the \"value\" classes. The studio sends a weekly newsletter and there was no mention of the change. The value classes had been very quietly (secretively) eliminated.  Does the studio owner think we won\'t notice?\r\n\r\nThere\'s a hiking group I belong to on Meetup.com. The group had been charging $2 for each hike as a way to ensure attendance (people tend to show up for something they\'ve paid for), and to cover the costs of running the group. Without any announcement, the group began charging $5 per hike. There was a lot of questions and outrage posted by  members on the Meetup\'s discussion boards. There was an answer saying that this hiking group is really a nonprofit that now supports various causes, and that the fees were going to be used to raise money for said causes. That was the end of the discussion, and the discussion boards were disabled. The group leader could have easily sent a note to all the members explaining the price hike and the reason for it, but chose to be secretive and not forthcoming. She also chose to shut down discussion, to tamp down discontent with the sudden, unexplained policy change. This is not a good luck for this group, and I have noticed that where hikes used to get filled up really quickly, there are now several spots open.\r\n\r\n<strong>Being secretive, and imposing changes without notification, could backfire.</strong>\r\n\r\nIf your organization is planning to make a change that will affect  your customer\'s interaction with you, you must make sure to announce it. Being secretive may seem like a good way to avoid customer discontent, but it actually increases it. Being secretive communicates to your customer that you are hiding something, or not being upfront, or just don\'t care to keep your customer up to date.\r\n\r\nIn my case, I have stopped going to that yoga studio because I want to pay less than $20 per class, and because I think the studio is not well run. I usually don\'t do hikes until the weather is warmer, but I think I will look for other hiking groups that are more upfront about their policies.\r\n\r\nBeing secretive can cost you customers. Most people value transparency and honesty. If you are being secretive, you are not being transparent or honest. You are hiding something or perhaps you are just being thoughtless in not letting your customers know your policies, costs, etc.\r\n\r\n<strong>Here\'s the bottom line: when you are being secretive, you are not communicating.</strong>\r\n\r\n&nbsp;','Secretive is a good brand attribute for a spy','','inherit','open','open','','3675-revision-v1','','','2018-02-22 10:39:05','2018-02-22 15:39:05','',3675,'http://deborahbrody.com/2018/02/3675-revision-v1/',0,'revision','',0),
(3551,4,'2017-08-31 13:16:33','0000-00-00 00:00:00','No doubt you\'ve seen the many reports about how Donald Trump and his wife Melania visited Texas a couple days ago. Presumably, they were there to tour the disaster spawned by Hurricane/Tropical Storm Harvey. Harvey dumped more than 50 inches of rain on the greater Houston area, an unprecedented amount, causing massive flooding and displacement of thousands of people.\r\n\r\nTrump and his wife were both panned and criticized. Trump for his boasts and supreme lack of empathy, and Melania for what she was wearing (stilettos to get on the plane, as if she were taking a walk to the nearest fashion show). I agree with the criticism, but this is not a political post. It\'s a post about what is commonly called optics—how things look to others. Controlling optics is one of the many jobs a communicator, especially a public relations person, can do.','How to tour a disaster zone','','draft','open','open','','','','','2017-08-31 13:16:33','2017-08-31 17:16:33','',0,'http://deborahbrody.com/?p=3551',0,'post','',0),
(3552,4,'2017-08-31 13:12:51','2017-08-31 17:12:51','No doubt you\'ve seen the many reports about how Donald Trump and his wife Melania visited Texas a couple days ago. Presumably, they were there to tour the disaster spawned by Hurricane/Tropical Storm Harvey. Harvey dumped more than 50 inches of rain on the greater Houston area, an unprecedented amount, causing massive flooding and displacement of thousands of people.\r\n\r\nTrump and his wife were both panned and criticized. Trump for his boasts and supreme lack of empathy, and Melania for what she was wearing (stilettos to get on the plane, as if she were taking a walk to the nearest fashion show). I agree with the criticism, but this is not a political post. It\'s a post about what is commonly called optics—how things look to others. Controlling optics is one of the many jobs a communicator, especially a public relations person, can do.','How to tour a disaster zone','','inherit','open','open','','3551-revision-v1','','','2017-08-31 13:12:51','2017-08-31 17:12:51','',3551,'http://deborahbrody.com/2017/08/3551-revision-v1/',0,'revision','',0),
(3554,4,'2017-09-04 13:17:14','2017-09-04 17:17:14','<h3>Project</h3>\r\nPerhaps you want to hire us to work on a single project. You\'ll give us all the relevant information, including target audience for the project, timelines and existing materials. Once we\'ve assessed what you need, we will provide you with a written time and cost estimate before beginning.\r\n\r\nProjects are payable with a 30% to 50% deposit to start, and the balance due once the project is complete.\r\n<h3>Retainer</h3>\r\nIf you require ongoing marketing help or know you will have many projects over two months or more, we will set up a retainer agreement. We will estimate how many hours of time you will require per month. We will agree on a cost and number of hours. Retainer agreements are payable on a monthly or bi-weekly schedule. Retainers can be dissolved in writing.\r\n<h3>Payment</h3>\r\nWe accept business or personal checks, credit cards via PayPal, cash and money orders. Paying by credit card incurs an additional 3% surcharge.  Our policy is 30 days net for most invoices. As a small business, we cannot afford to extend credit to our clients, and we respectfully request full payment as and when invoiced.\r\n<h3>Late Fees</h3>\r\n<strong></strong>Invoices that are not paid after 30 days from date of invoice are subject to late fees on the following schedule:\r\n\r\n31-60 days: 20% late fee\r\n\r\n61-90 days: 25% late fee\r\n\r\n91-120 days: 30% late fee\r\n\r\nAny invoice that is unpaid after 121 days will be subject to a 50% late fee, remitted to immediate collection, and the client relationship will be immediately terminated.\r\n<h3>No work on spec</h3>\r\nFinally, DBMC does not provide spec work. If you require a sample, we will provide you with work done for previous clients. If you want us to produce something specifically for you, we require payment.','How We Work','','inherit','open','open','','42-revision-v1','','','2017-09-04 13:17:14','2017-09-04 17:17:14','',42,'http://deborahbrody.com/2017/09/42-revision-v1/',0,'revision','',0),
(3555,4,'2017-09-04 13:18:27','2017-09-04 17:18:27','Written materials are the cornerstone of marketing communications. Clear, concise and convincing writing will make your marketing materials and your business stand out.\r\n\r\nDeborah Brody Marketing Communications writes:\r\n<ul>\r\n	<li>Website content</li>\r\n	<li>Blog posts</li>\r\n	<li>Marketing collateral\r\n<ul>\r\n	<li>Brochures</li>\r\n	<li>Flyers</li>\r\n	<li>Taglines</li>\r\n	<li>Ebooks</li>\r\n	<li>Newsletter copy</li>\r\n	<li>Email copy</li>\r\n</ul>\r\n</li>\r\n	<li>Advertising copy</li>\r\n	<li>Public relations materials\r\n<ul>\r\n	<li>Press releases</li>\r\n	<li>Executive biographies</li>\r\n	<li>Position papers</li>\r\n	<li>White papers</li>\r\n</ul>\r\n</li>\r\n	<li>Messaging materials\r\n<ul>\r\n	<li>Key messages</li>\r\n	<li>Company descriptions</li>\r\n	<li>Boilerplate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nWriting fee: $125 per hour','Writing/Copywriting','','inherit','open','open','','49-revision-v1','','','2017-09-04 13:18:27','2017-09-04 17:18:27','',49,'http://deborahbrody.com/2017/09/49-revision-v1/',0,'revision','',0),
(3556,4,'2017-09-04 13:19:03','2017-09-04 17:19:03','Where does your brochure or website fit in with your marketing and communications plan? Every marketing piece you put out should be a tactic in the larger strategy of marketing your product, service or company. Deborah Brody Marketing Communications will give you specific, creative marketing ideas, tactics and strategies.\r\n<h3>Blog consulting</h3>\r\nWhere does your blog fit in your overall communications plan? Is it achieving results?\r\n<h3>Social media consulting</h3>\r\nAre you using social media effectively? Are you reaching your goals? We\'ll help you determine what is working and what is not, and how to fix it.\r\n<h3>Communications audits</h3>\r\nAre your key messages relevant? What marketing collateral do you need and which could you get rid of? We will assess your materials and provide recommendations.\r\n\r\nCommunications consulting fee: $125 per hour','Consulting','','inherit','open','open','','51-revision-v1','','','2017-09-04 13:19:03','2017-09-04 17:19:03','',51,'http://deborahbrody.com/2017/09/51-revision-v1/',0,'revision','',0),
(3557,4,'2017-09-04 13:19:28','2017-09-04 17:19:28','Copy editing helps bring clarity, consistency and accuracy to your documents.\r\n\r\nDepending on the document, you may need more or less editing. In all cases, your document will be checked for clarity (what you really mean to say), grammar, spelling,  punctuation, usage, and consistency.\r\n\r\nCopy editing fee: $60 per hour\r\n\r\n&nbsp;','Copy Editing','','inherit','open','open','','2850-revision-v1','','','2017-09-04 13:19:28','2017-09-04 17:19:28','',2850,'http://deborahbrody.com/2017/09/2850-revision-v1/',0,'revision','',0),
(3558,4,'2017-09-04 13:19:56','2017-09-04 17:19:56','Copy editing helps bring clarity, consistency, and accuracy to your documents.\r\n\r\nDepending on the document, you may need more or less editing. In all cases, your document will be checked for clarity (what you really mean to say), grammar, spelling,  punctuation, usage, and consistency.\r\n\r\nCopy editing fee: $60 per hour\r\n\r\n&nbsp;','Copy Editing','','inherit','open','open','','2850-revision-v1','','','2017-09-04 13:19:56','2017-09-04 17:19:56','',2850,'http://deborahbrody.com/2017/09/2850-revision-v1/',0,'revision','',0),
(3559,4,'2017-09-07 15:56:31','2017-09-07 19:56:31','A few weeks ago, I dropped my old Samsung smartphone, rendering it useless. Panicked at the thought of not being able to check Facebook on the fly (kidding), I ran over to the ATT store nearest me. There, a very young person pretending to be a customer service agent, did <em>not</em> help me get a phone.\r\n\r\n<strong>Here\'s why care matters</strong>\r\n\r\nFirst, I had a contact lens emergency. I asked to use the restroom to deal with it. The young lady said no restroom was available. Evidently, ATT does not care about the well being and comfort of visitors to its stores.\r\n\r\nSecond, I asked her to see a Galaxy S7. She told me they don\'t have them in stock. Only the more expensive Galaxy S8s. I don\'t want to spend the extra money I told her. She then said maybe it could be shipped to me, but that it would take a week. A week? Without a phone? I asked her if  she could check availability at nearby retailers. No, she said, she couldn\'t possibly do that. Could she expedite shipping then? No, she couldn\'t do that either.\r\n\r\nThird, and finally, I said: \"What if I go over to the Sprint or T-Mobile store then? I am not under contract with ATT.\" She shrugged. She didn\'t care. I left.\r\n\r\n<strong>Another young person without a clue</strong>\r\n\r\nI drove up the street to BestBuy. There, the store did have some Galaxy S7s in stock. However, the young (notice a theme here) \"sales\" person was not super helpful. He did get me a phone, but only after telling me several times that I should get the S8. He also tried to scare me into getting GeekSquad protection. And into getting a screen protector, case, charger, etc. In short, he was being a real pain. And to boot, he would not even try to get my contacts and other information off my old phone. I am not even going into the whole story but suffice it to say that the 24-year-old had a horrible attitude.\r\n\r\n<strong>Being helpful  and trying to resolve problems goes a very long way</strong>\r\n\r\nI ended up speaking to the kid\'s manager, who promised to speak to him and to help me out. The next day, the much nicer (and older) manager spent nearly two hours with me, getting the stuff off the old phone and transferring it to my new phone and to a flash drive. He saved the day for me, and gave me a much more positive view of BestBuy.\r\n\r\n<strong>Complaining to ATT garnered zero action</strong>\r\n\r\nI called ATT and after dealing with the most annoying robot, I got through to a customer care agent. I told her I had a complaint about the store I went to. She put me through to a manager who didn\'t see a problem, didn\'t even ask what store it was or the name of the employee. I then tweeted the wrongly named @attcares. No care there either.\r\n\r\n<strong>Is all well that ends well?</strong>\r\n\r\nIn the end, I have a working phone. I have my contacts. I have my photos. I don\'t have voice mail but that is the subject for another day.\r\n\r\nATT can market all they want but unless they start showing some care, I will not stick with them as a customer. Their Twitter \"customer service\" is slow to respond, and that makes it nearly useless. Their customer service via phone has gonedown hill. If you have a problem with ATT, it seems you are on your own.\r\n\r\nWe are fine with any company until there is a problem that the company will not<em> try t</em>o solve. If a company shows genuine care (like the BestBuy manager did), you are willing to overlook the problem. If a company does not show care (like ATT), you are not willing to give it a second chance.\r\n\r\nWhat do you think? Do you stick with companies that treat you poorly? How important for you is it to get good customer service?\r\n\r\n&nbsp;','Care matters more than marketing','','publish','open','open','','care-matters-more-than-marketing','','','2017-09-07 15:56:31','2017-09-07 19:56:31','',0,'http://deborahbrody.com/?p=3559',0,'post','',0),
(3560,4,'2017-09-07 15:56:31','2017-09-07 19:56:31','A few weeks ago, I dropped my old Samsung smartphone, rendering it useless. Panicked at the thought of not being able to check Facebook on the fly (kidding), I ran over to the ATT store nearest me. There, a very young person pretending to be a customer service agent, did <em>not</em> help me get a phone.\r\n\r\n<strong>Here\'s why care matters</strong>\r\n\r\nFirst, I had a contact lens emergency. I asked to use the restroom to deal with it. The young lady said no restroom was available. Evidently, ATT does not care about the well being and comfort of visitors to its stores.\r\n\r\nSecond, I asked her to see a Galaxy S7. She told me they don\'t have them in stock. Only the more expensive Galaxy S8s. I don\'t want to spend the extra money I told her. She then said maybe it could be shipped to me, but that it would take a week. A week? Without a phone? I asked her if  she could check availability at nearby retailers. No, she said, she couldn\'t possibly do that. Could she expedite shipping then? No, she couldn\'t do that either.\r\n\r\nThird, and finally, I said: \"What if I go over to the Sprint or T-Mobile store then? I am not under contract with ATT.\" She shrugged. She didn\'t care. I left.\r\n\r\n<strong>Another young person without a clue</strong>\r\n\r\nI drove up the street to BestBuy. There, the store did have some Galaxy S7s in stock. However, the young (notice a theme here) \"sales\" person was not super helpful. He did get me a phone, but only after telling me several times that I should get the S8. He also tried to scare me into getting GeekSquad protection. And into getting a screen protector, case, charger, etc. In short, he was being a real pain. And to boot, he would not even try to get my contacts and other information off my old phone. I am not even going into the whole story but suffice it to say that the 24-year-old had a horrible attitude.\r\n\r\n<strong>Being helpful  and trying to resolve problems goes a very long way</strong>\r\n\r\nI ended up speaking to the kid\'s manager, who promised to speak to him and to help me out. The next day, the much nicer (and older) manager spent nearly two hours with me, getting the stuff off the old phone and transferring it to my new phone and to a flash drive. He saved the day for me, and gave me a much more positive view of BestBuy.\r\n\r\n<strong>Complaining to ATT garnered zero action</strong>\r\n\r\nI called ATT and after dealing with the most annoying robot, I got through to a customer care agent. I told her I had a complaint about the store I went to. She put me through to a manager who didn\'t see a problem, didn\'t even ask what store it was or the name of the employee. I then tweeted the wrongly named @attcares. No care there either.\r\n\r\n<strong>Is all well that ends well?</strong>\r\n\r\nIn the end, I have a working phone. I have my contacts. I have my photos. I don\'t have voice mail but that is the subject for another day.\r\n\r\nATT can market all they want but unless they start showing some care, I will not stick with them as a customer. Their Twitter \"customer service\" is slow to respond, and that makes it nearly useless. Their customer service via phone has gonedown hill. If you have a problem with ATT, it seems you are on your own.\r\n\r\nWe are fine with any company until there is a problem that the company will not<em> try t</em>o solve. If a company shows genuine care (like the BestBuy manager did), you are willing to overlook the problem. If a company does not show care (like ATT), you are not willing to give it a second chance.\r\n\r\nWhat do you think? Do you stick with companies that treat you poorly? How important for you is it to get good customer service?\r\n\r\n&nbsp;','Care matters more than marketing','','inherit','open','open','','3559-revision-v1','','','2017-09-07 15:56:31','2017-09-07 19:56:31','',3559,'http://deborahbrody.com/2017/09/3559-revision-v1/',0,'revision','',0),
(3562,4,'2017-09-14 10:04:45','2017-09-14 14:04:45','Yesterday, I was browsing through books in my favorite used bookstore (where you can get most soft cover books for $2 each, a real bargain, and most books are in great shape to boot). As I was making my way through the Fiction section, I came across Diane Ackerman\'s <em>The Zookeeper\'s Wife</em>, which is the <em>real</em> life story of a Polish woman who saved Jews during World War II, thus making it a non-fiction book. I came across a Denise Mina book that should\'ve been housed in the Mystery section. I came across memoirs and biographies. In short, there were a lot of books that were not classified correctly and therefore shelved in the wrong place.\r\n\r\n[caption id=\"attachment_3565\" align=\"aligncenter\" width=\"600\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop.jpg\"><img class=\"wp-image-3565\" src=\"http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop-682x1024.jpg\" alt=\"bookstore shelves\" width=\"600\" height=\"900\" /></a> Bookstore picture courtesy of Kaboompics[/caption]\r\n\r\n<strong>Being in the wrong place makes it hard to be found.</strong>\r\n\r\nThe used bookstore is volunteer-run, and it may be too much to ask volunteers  to know what each book is or where it belongs. Since books are donated, there is no inventory. On the other hand, in a regular bookstore, books are shelved by ISBN numbers and inventories are computerized. It\'d be rare that book was shelved in the wrong place, unless a customer put it back where it didn\'t belong. If you were looking for a particular book, you could ask someone to look it up to see if it is available and if so, where it is located.\r\n\r\n<strong>Classification is important, especially on the internet.\r\n</strong>\r\n\r\nThe internet is more like the used bookstore than it is like the organized world of Barnes &amp; Noble. The internet is pretty much volunteer-run and the volunteers are each website\'s owners. In other words, on the internet you self-classify—you put yourself on the right (or wrong) shelf.\r\n\r\nAs the website owner or manager, you choose how you want your site to look, what content to include, and what keywords to use. You choose whether you will optimize your site to be found on search engines (SEO) and whether you will do it well  (use the right tools, or hire a professional) or not.\r\n\r\nWhen  you want to be found, especially online,  you have to know how to describe yourself and where people would look for you. You have to know how you are classified and what keywords people use to find you.\r\n\r\n<strong>You must understand yourself and your market.</strong>\r\n\r\nIn the used bookstore, there are some volunteers who are avid readers, some who are aces as alphabetization and organization, and some who just want to help but have no clues. The volunteers who can alphabetize, organize <em>and</em> know books well what are the ones who know the right place to shelve a book.\r\n\r\nYou have to understand exactly what to do, and how the world classifies you. You may think that you do one thing (like Mattress Firm thinks it sells \"sleep solutions\") while  most customers see you differently (customers shop for mattresses not sleep solutions). It may be tempting to figure out some fancy description to help you stand out, but unless you classify yourself correctly and use the more common keywords searchers would use, you will not be found.\r\n\r\n<strong>Don\'t be the memoir languishing in the fiction section. Classify your website correctly and use the right keywords.</strong>','When you want to be found','','publish','open','open','','when-you-want-to-be-found','','','2017-09-14 10:04:45','2017-09-14 14:04:45','',0,'http://deborahbrody.com/?p=3562',0,'post','',0),
(3563,4,'2017-09-13 09:16:49','2017-09-13 13:16:49','Yesterday, I was browsing through books in my favorite used bookstore (where you can get most soft cover books for $2 each, a real bargain, and most books are in great shape to boot). As I was making my way through the Fiction section, I came across Diane Ackerman\'s <em>The Zookeeper\'s Wife</em>, which the real life story of a Polish woman who saved Jews during World War II, making it a non-fiction book. I came across a Denise Mina book that should\'ve been housed in the Mystery section. I came across memoirs and biographies. In short, there were a lot of books that were shelved incorrectly.\r\n\r\nBeing in the wrong place makes it hard to be found.\r\n\r\nWhen  you want to be found, you have to know how to describe yourself and where people would look for you.','When you want to be found','','inherit','open','open','','3562-revision-v1','','','2017-09-13 09:16:49','2017-09-13 13:16:49','',3562,'http://deborahbrody.com/2017/09/3562-revision-v1/',0,'revision','',0),
(3564,4,'2017-09-13 10:13:29','2017-09-13 14:13:29','Yesterday, I was browsing through books in my favorite used bookstore (where you can get most soft cover books for $2 each, a real bargain, and most books are in great shape to boot). As I was making my way through the Fiction section, I came across Diane Ackerman\'s <em>The Zookeeper\'s Wife</em>, which the <em>real</em> life story of a Polish woman who saved Jews during World War II, thus making it a non-fiction book. I came across a Denise Mina book that should\'ve been housed in the Mystery section. I came across memoirs and biographies. In short, there were a lot of books that were not classified correctly and therefore shelved in the wrong place.\r\n\r\n<strong>Being in the wrong place makes it hard to be found.</strong>\r\n\r\nThe used bookstore is volunteer-run, and it may be too much to ask volunteers  to know what each book is or where it belongs. Since books are donated, there is no inventory. In a regular bookstore, books are shelved by ISBN numbers and inventories are computerized. It\'d be rare that book was mis-shelved unless a customer put it back where it didn\'t belong. If you were looking for a particular book, you could ask someone to look it up to see if it is available and if so, where it is located.\r\n\r\n<strong>Classification is important.</strong>\r\n\r\nWhen  you want to be found, especially online,  you have to know how to describe yourself and where people would look for you. In other words, you have to know how you are classified and what keywords people use to find you.','When you want to be found','','inherit','open','open','','3562-revision-v1','','','2017-09-13 10:13:29','2017-09-13 14:13:29','',3562,'http://deborahbrody.com/2017/09/3562-revision-v1/',0,'revision','',0),
(3565,4,'2017-09-14 10:00:32','2017-09-14 14:00:32','','kaboompics_Rows of different colorful books lying on the shelves in the modern urban bookshop','Bookstore picture courtesy of Kaboompics','inherit','open','open','','kaboompics_rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop','','','2017-09-14 10:01:01','2017-09-14 14:01:01','',3562,'http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop.jpg',0,'attachment','image/jpeg',0),
(3566,4,'2017-09-14 10:01:36','2017-09-14 14:01:36','Yesterday, I was browsing through books in my favorite used bookstore (where you can get most soft cover books for $2 each, a real bargain, and most books are in great shape to boot). As I was making my way through the Fiction section, I came across Diane Ackerman\'s <em>The Zookeeper\'s Wife</em>, which is the <em>real</em> life story of a Polish woman who saved Jews during World War II, thus making it a non-fiction book. I came across a Denise Mina book that should\'ve been housed in the Mystery section. I came across memoirs and biographies. In short, there were a lot of books that were not classified correctly and therefore shelved in the wrong place.\r\n\r\n[caption id=\"attachment_3565\" align=\"aligncenter\" width=\"200\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop.jpg\"><img class=\"wp-image-3565 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop-200x300.jpg\" alt=\"bookstore shelves\" width=\"200\" height=\"300\" /></a> Bookstore picture courtesy of Kaboompics[/caption]\r\n\r\n<strong>Being in the wrong place makes it hard to be found.</strong>\r\n\r\nThe used bookstore is volunteer-run, and it may be too much to ask volunteers  to know what each book is or where it belongs. Since books are donated, there is no inventory. On the other hand, in a regular bookstore, books are shelved by ISBN numbers and inventories are computerized. It\'d be rare that book was shelved in the wrong place, unless a customer put it back where it didn\'t belong. If you were looking for a particular book, you could ask someone to look it up to see if it is available and if so, where it is located.\r\n\r\n<strong>Classification is important, especially on the internet.\r\n</strong>\r\n\r\nThe internet is more like the used bookstore than it is like the organized world of Barnes &amp; Noble. The internet is pretty much volunteer-run and the volunteers are each website\'s owners. In other words, on the internet you self-classify—you put yourself on the right (or wrong) shelf.\r\n\r\nAs the website owner or manager, you choose how you want your site to look, what content to include, and what keywords to use. You choose whether you will optimize your site to be found on search engines (SEO) and whether you will do it well  (use the right tools, or hire a professional) or not.\r\n\r\nWhen  you want to be found, especially online,  you have to know how to describe yourself and where people would look for you. You have to know how you are classified and what keywords people use to find you.\r\n\r\n<strong>You must understand yourself and your market.</strong>\r\n\r\nIn the used bookstore, there are some volunteers who are avid readers, some who are aces as alphabetization and organization, and some who just want to help but have no clues. The volunteers who can alphabetize, organize <em>and</em> know books well what are the ones who know the right place to shelve a book.\r\n\r\nYou have to understand exactly what to do, and how the world classifies you. You may think that you do one thing (like Mattress Firm thinks it sells \"sleep solutions\") while  most customers see you differently (customers shop for mattresses not sleep solutions). It may be tempting to figure out some fancy description to help you stand out, but unless you classify yourself correctly and use the more common keywords searchers would use, you will not be found.\r\n\r\n<strong>Don\'t be the memoir languishing in the fiction section. Classify your website correctly and use the right keywords.</strong>','When you want to be found','','inherit','open','open','','3562-revision-v1','','','2017-09-14 10:01:36','2017-09-14 14:01:36','',3562,'http://deborahbrody.com/2017/09/3562-revision-v1/',0,'revision','',0),
(3568,4,'2017-09-14 10:03:50','2017-09-14 14:03:50','Yesterday, I was browsing through books in my favorite used bookstore (where you can get most soft cover books for $2 each, a real bargain, and most books are in great shape to boot). As I was making my way through the Fiction section, I came across Diane Ackerman\'s <em>The Zookeeper\'s Wife</em>, which is the <em>real</em> life story of a Polish woman who saved Jews during World War II, thus making it a non-fiction book. I came across a Denise Mina book that should\'ve been housed in the Mystery section. I came across memoirs and biographies. In short, there were a lot of books that were not classified correctly and therefore shelved in the wrong place.\r\n\r\n[caption id=\"attachment_3565\" align=\"aligncenter\" width=\"600\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop.jpg\"><img class=\"wp-image-3565\" src=\"http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop-682x1024.jpg\" alt=\"bookstore shelves\" width=\"600\" height=\"900\" /></a> Bookstore picture courtesy of Kaboompics[/caption]\r\n\r\n<strong>Being in the wrong place makes it hard to be found.</strong>\r\n\r\nThe used bookstore is volunteer-run, and it may be too much to ask volunteers  to know what each book is or where it belongs. Since books are donated, there is no inventory. On the other hand, in a regular bookstore, books are shelved by ISBN numbers and inventories are computerized. It\'d be rare that book was shelved in the wrong place, unless a customer put it back where it didn\'t belong. If you were looking for a particular book, you could ask someone to look it up to see if it is available and if so, where it is located.\r\n\r\n<strong>Classification is important, especially on the internet.\r\n</strong>\r\n\r\nThe internet is more like the used bookstore than it is like the organized world of Barnes &amp; Noble. The internet is pretty much volunteer-run and the volunteers are each website\'s owners. In other words, on the internet you self-classify—you put yourself on the right (or wrong) shelf.\r\n\r\nAs the website owner or manager, you choose how you want your site to look, what content to include, and what keywords to use. You choose whether you will optimize your site to be found on search engines (SEO) and whether you will do it well  (use the right tools, or hire a professional) or not.\r\n\r\nWhen  you want to be found, especially online,  you have to know how to describe yourself and where people would look for you. You have to know how you are classified and what keywords people use to find you.\r\n\r\n<strong>You must understand yourself and your market.</strong>\r\n\r\nIn the used bookstore, there are some volunteers who are avid readers, some who are aces as alphabetization and organization, and some who just want to help but have no clues. The volunteers who can alphabetize, organize <em>and</em> know books well what are the ones who know the right place to shelve a book.\r\n\r\nYou have to understand exactly what to do, and how the world classifies you. You may think that you do one thing (like Mattress Firm thinks it sells \"sleep solutions\") while  most customers see you differently (customers shop for mattresses not sleep solutions). It may be tempting to figure out some fancy description to help you stand out, but unless you classify yourself correctly and use the more common keywords searchers would use, you will not be found.\r\n\r\n<strong>Don\'t be the memoir languishing in the fiction section. Classify your website correctly and use the right keywords.</strong>','When you want to be found','','inherit','open','open','','3562-revision-v1','','','2017-09-14 10:03:50','2017-09-14 14:03:50','',3562,'http://deborahbrody.com/2017/09/3562-revision-v1/',0,'revision','',0),
(3567,4,'2017-09-14 10:02:31','2017-09-14 14:02:31','Yesterday, I was browsing through books in my favorite used bookstore (where you can get most soft cover books for $2 each, a real bargain, and most books are in great shape to boot). As I was making my way through the Fiction section, I came across Diane Ackerman\'s <em>The Zookeeper\'s Wife</em>, which is the <em>real</em> life story of a Polish woman who saved Jews during World War II, thus making it a non-fiction book. I came across a Denise Mina book that should\'ve been housed in the Mystery section. I came across memoirs and biographies. In short, there were a lot of books that were not classified correctly and therefore shelved in the wrong place.\r\n\r\n[caption id=\"attachment_3565\" align=\"aligncenter\" width=\"682\"]<a href=\"http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop.jpg\"><img class=\"wp-image-3565 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2017/09/kaboompics_Rows-of-different-colorful-books-lying-on-the-shelves-in-the-modern-urban-bookshop-682x1024.jpg\" alt=\"bookstore shelves\" width=\"682\" height=\"1024\" /></a> Bookstore picture courtesy of Kaboompics[/caption]\r\n\r\n<strong>Being in the wrong place makes it hard to be found.</strong>\r\n\r\nThe used bookstore is volunteer-run, and it may be too much to ask volunteers  to know what each book is or where it belongs. Since books are donated, there is no inventory. On the other hand, in a regular bookstore, books are shelved by ISBN numbers and inventories are computerized. It\'d be rare that book was shelved in the wrong place, unless a customer put it back where it didn\'t belong. If you were looking for a particular book, you could ask someone to look it up to see if it is available and if so, where it is located.\r\n\r\n<strong>Classification is important, especially on the internet.\r\n</strong>\r\n\r\nThe internet is more like the used bookstore than it is like the organized world of Barnes &amp; Noble. The internet is pretty much volunteer-run and the volunteers are each website\'s owners. In other words, on the internet you self-classify—you put yourself on the right (or wrong) shelf.\r\n\r\nAs the website owner or manager, you choose how you want your site to look, what content to include, and what keywords to use. You choose whether you will optimize your site to be found on search engines (SEO) and whether you will do it well  (use the right tools, or hire a professional) or not.\r\n\r\nWhen  you want to be found, especially online,  you have to know how to describe yourself and where people would look for you. You have to know how you are classified and what keywords people use to find you.\r\n\r\n<strong>You must understand yourself and your market.</strong>\r\n\r\nIn the used bookstore, there are some volunteers who are avid readers, some who are aces as alphabetization and organization, and some who just want to help but have no clues. The volunteers who can alphabetize, organize <em>and</em> know books well what are the ones who know the right place to shelve a book.\r\n\r\nYou have to understand exactly what to do, and how the world classifies you. You may think that you do one thing (like Mattress Firm thinks it sells \"sleep solutions\") while  most customers see you differently (customers shop for mattresses not sleep solutions). It may be tempting to figure out some fancy description to help you stand out, but unless you classify yourself correctly and use the more common keywords searchers would use, you will not be found.\r\n\r\n<strong>Don\'t be the memoir languishing in the fiction section. Classify your website correctly and use the right keywords.</strong>','When you want to be found','','inherit','open','open','','3562-revision-v1','','','2017-09-14 10:02:31','2017-09-14 14:02:31','',3562,'http://deborahbrody.com/2017/09/3562-revision-v1/',0,'revision','',0),
(3569,4,'2017-09-15 09:39:29','2017-09-15 13:39:29','In case you\'ve missed a newsletter, just check this archive:\r\n\r\nSeptember 2017\r\n\r\n<a href=\"https://madmimi.com/s/45625a\" target=\"_blank\">June 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/75c3f9\" target=\"_blank\">April 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2017-09-15 09:39:29','2017-09-15 13:39:29','',2509,'http://deborahbrody.com/2017/09/2509-revision-v1/',0,'revision','',0),
(3570,4,'2017-09-15 09:40:34','2017-09-15 13:40:34','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a title=\"September 2017\" href=\"https://madmimi.com/s/391dca\" target=\"_blank\">September 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/45625a\" target=\"_blank\">June 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/75c3f9\" target=\"_blank\">April 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2017-09-15 09:40:34','2017-09-15 13:40:34','',2509,'http://deborahbrody.com/2017/09/2509-revision-v1/',0,'revision','',0),
(3572,4,'2017-09-27 10:16:43','2017-09-27 14:16:43','Have you ever read something that left you shaking your head, where you wondered what exactly the writer was trying to say? That\'s what happens when the writer of what you are reading  lacks the ability to communicate clearly.\r\n\r\nIt\'s important for your communications to be clear, to be easily understood, and not to confuse your audience. How do you achieve this type of clarity? Following are four suggestions:\r\n\r\n<strong>1. Know what you are trying to say before you start writing.</strong> Remember in high school when you were taught about a thesis and its supporting points? That lesson should be ingrained in any writer\'s head. Always have a thesis (your premise or argument) and why you support it. It\'s helpful to jot down your thesis (for this piece—clarity is essential to communication) and then your top reasons for supporting it  (for this piece I jotted down too many words, not knowing what you really want to say).\r\n\r\n<strong>2. Balance your assumptions.</strong> Don\'t assume your audience knows too little or too much—find the middle ground that works for your specific audience. To be able to find the middle ground, you must know who is in your audience. Are they insiders? Are they the general public? How much do they know? Have you ever watched <em>Washington Wee</em>k on PBS? I watch it practically every Friday. One quirk they have is that they insist on spelling out every reference. If a journalist on the panel simply says \"McConnell,\" the host quickly adds: Senate Majority Leader Mitch McConnell. This assumes the audience won\'t understand the reference to McConnell and yet most people who watch <em>Washington Week</em> are fairly informed and interested in all things political.\r\n\r\n<strong>3. Write simply.</strong> Often, clarity is compromised by wordiness or jargon or big words when smaller words would do just fine. It\'s tempting to stuff articles and blog posts with fancy words, and office speak, but what you end up doing is alienating the audience who may not be conversant in your world. So work to eliminate extra words and jargon, and use plain language instead (e.g., if you see the word \"utilize\" substitute \"use\").\r\n\r\n<strong>4. Reread and edit everything before you make it public.</strong> Sometimes we write something and then look it over quickly before we hit \"publish.\" It may make sense to us at that moment, but does it make sense to others? Taking the time to read something slowly, copy edit it, and make sure it says what you want it to say will go a long way in making sure it is clear to <em>others. </em>If possible, get another person to read your copy (a copy editor and/or proofreader)<em>.</em>\r\n\r\n<span style=\"color: #ff0000;\">Always aim for clarity. If your audience doesn\'t get what you are trying to say, then you haven\'t communicated at all.</span>','Always aim for clarity','','publish','open','open','','always-aim-for-clarity','','','2017-09-27 10:16:43','2017-09-27 14:16:43','',0,'http://deborahbrody.com/?p=3572',0,'post','',0),
(3573,4,'2017-09-26 10:38:57','2017-09-26 14:38:57','Have you ever read something that did not make sense to you? That\'s what happens when the writer of what you are reading  lacks clarity or the ability to communicate clearly.\r\n\r\nIt\'s important for your communications to be clear, to be easily understood, and not to confuse your audience. How do you achieve this type of clarity? There are a few ways.\r\n\r\n<strong>1. Know what you are trying to say before you start writing.</strong> Remember in high school when you were taught about a thesis and its supporting points? That lesson should be ingrained in any writer\'s head. Always have a thesis (your premise or argument) and why you support it. It\'s helpful to jot down your thesis (for this piece—clarity is essential to communication) and then your top reasons for supporting it  (for this piece I jotted down too many words, not knowing what you really want to say).\r\n\r\n<strong>2. Write simply.</strong> Often, clarity is compromised by wordiness or jargon or big words when smaller words would do just fine. It\'s tempting to stuff articles and blog posts with fancy words, and office speak, but what you end up doing is alienating the audience who may not be conversant in your world. So work to eliminate extra words and jargon. Instead, use plain language (for reference check the Center for Plain Language website).\r\n\r\n<strong>3. Reread and edit everything before you make it public.</strong> Sometimes we write something and then look it over quickly before we hit \"publish.\" It may make sense to us at that moment, but does it make sense to others? Taking the time to read something slowly, copy edit it, and make sure it says what we want it to say will go a long way in making sure it is clear to <em>others. </em>If possible, get another person to read your copy (a copy editor and/or proofreader)<em>.</em>','Always aim for clarity','','inherit','open','open','','3572-revision-v1','','','2017-09-26 10:38:57','2017-09-26 14:38:57','',3572,'http://deborahbrody.com/2017/09/3572-revision-v1/',0,'revision','',0),
(3574,4,'2017-09-27 10:16:43','2017-09-27 14:16:43','Have you ever read something that left you shaking your head, where you wondered what exactly the writer was trying to say? That\'s what happens when the writer of what you are reading  lacks the ability to communicate clearly.\r\n\r\nIt\'s important for your communications to be clear, to be easily understood, and not to confuse your audience. How do you achieve this type of clarity? Following are four suggestions:\r\n\r\n<strong>1. Know what you are trying to say before you start writing.</strong> Remember in high school when you were taught about a thesis and its supporting points? That lesson should be ingrained in any writer\'s head. Always have a thesis (your premise or argument) and why you support it. It\'s helpful to jot down your thesis (for this piece—clarity is essential to communication) and then your top reasons for supporting it  (for this piece I jotted down too many words, not knowing what you really want to say).\r\n\r\n<strong>2. Balance your assumptions.</strong> Don\'t assume your audience knows too little or too much—find the middle ground that works for your specific audience. To be able to find the middle ground, you must know who is in your audience. Are they insiders? Are they the general public? How much do they know? Have you ever watched <em>Washington Wee</em>k on PBS? I watch it practically every Friday. One quirk they have is that they insist on spelling out every reference. If a journalist on the panel simply says \"McConnell,\" the host quickly adds: Senate Majority Leader Mitch McConnell. This assumes the audience won\'t understand the reference to McConnell and yet most people who watch <em>Washington Week</em> are fairly informed and interested in all things political.\r\n\r\n<strong>3. Write simply.</strong> Often, clarity is compromised by wordiness or jargon or big words when smaller words would do just fine. It\'s tempting to stuff articles and blog posts with fancy words, and office speak, but what you end up doing is alienating the audience who may not be conversant in your world. So work to eliminate extra words and jargon, and use plain language instead (e.g., if you see the word \"utilize\" substitute \"use\").\r\n\r\n<strong>4. Reread and edit everything before you make it public.</strong> Sometimes we write something and then look it over quickly before we hit \"publish.\" It may make sense to us at that moment, but does it make sense to others? Taking the time to read something slowly, copy edit it, and make sure it says what you want it to say will go a long way in making sure it is clear to <em>others. </em>If possible, get another person to read your copy (a copy editor and/or proofreader)<em>.</em>\r\n\r\n<span style=\"color: #ff0000;\">Always aim for clarity. If your audience doesn\'t get what you are trying to say, then you haven\'t communicated at all.</span>','Always aim for clarity','','inherit','open','open','','3572-revision-v1','','','2017-09-27 10:16:43','2017-09-27 14:16:43','',3572,'http://deborahbrody.com/2017/09/3572-revision-v1/',0,'revision','',0),
(3577,4,'2017-10-10 09:06:57','2017-10-10 13:06:57','I do a lot of research online, and I am definitely not alone. Most people conduct internet research on companies before they choose to do business with them. And this is the reason most organizations have websites, right?\r\n\r\nAnd yet, how many times have you gone searching for something specific, found a few websites, visited them, only to find that few, if any, have the information you need?\r\n\r\nDo you agree that the main point of your business website is to provide potential customers with information they need to make a buying decision? If you do agree , then you should have these two items on your business website:\r\n\r\n<strong>1. Pricing</strong>\r\n\r\n<strong>2. A real description of the company and its key personnel (aka \"about\" page)\r\n</strong>\r\n\r\nLet\'s discuss each point.\r\n\r\n<em><strong>Pricing information is necessary because cost matters in making buying decisions.</strong></em>\r\n\r\nThis is a no-brainer, or should be, and yet most consulting/service industries do not list prices on their website. For example, last month I was looking for a cleaning service.  Since there are many in this area, reviews and referrals matter (you don\'t want a cleaning service that has a track record of breaking stuff or of not dusting your chandeliers), and <em>so does cost</em>. Some cleaning services I found listed specific pricing on their sites, but many did not. Instead, some want you to call to get the estimate, and some want you to fill out online or email forms to provide you a quote.\r\n\r\nBy making pricing information difficult to obtain, you are losing potential customers. People have budgets in mind. They may be able to afford a monthly cleaning service of $150, but not one that costs $200. Why make those customers waste their time, <em>and yours</em>, by having a conversation about something that you can easily post on your website?\r\n\r\nI know for many consultants there is a fear of pricing yourself out of a potential job. However, you know what you want to make from your work, don\'t you? Why would you want a client/customer that is not willing to pay what you think the value of your work is?\r\n\r\n<em><strong>People do business with people, not with vague or non-existent descriptions </strong></em>\r\n\r\nJust yesterday, I was checking out a website designer/developer\'s website, and guess what was missing? An \"about\" page. There was no bio on the designer, no information about when he started his company, or what his experience has been. Not. One. Word. Yes, he included a portfolio of websites that (supposedly) he has designed. But there is no clue as to what sort of person he is, how long he has been doing this work, and why he does it. In other words, by not having an about page, this designer left many questions about his own ability and experience unanswered. Perhaps the one question he did answer is his philosophy on openness and transparency (apparently, not a high priority). And this is yet another reason why you need an about page: you want to build trust and credibility by showing exactly who/what you are.\r\n\r\nBut an about page has to provide real information, not the generic and jargon-filled pile of words one finds on many websites. If you are wondering what to include on your about page, think like a journalist. That is, try answering the 5Ws: <span style=\"text-decoration: underline;\">w</span>hy, <span style=\"text-decoration: underline;\">w</span>here, <span style=\"text-decoration: underline;\">w</span>hen, <span style=\"text-decoration: underline;\">w</span>ho, <span style=\"text-decoration: underline;\">w</span>hat, and throw in the <span style=\"text-decoration: underline;\">how</span> too.\r\n\r\n<span style=\"color: #ff0000;\"><strong>What kinds of information, beyond these two points, do you need in order to make a buying decision? Please let me know in the comments.</strong></span>','Two must-haves for your business website','','publish','open','open','','two-must-haves-for-your-business-website','','','2017-10-10 09:06:57','2017-10-10 13:06:57','',0,'http://deborahbrody.com/?p=3577',0,'post','',0),
(3578,4,'2017-10-09 15:21:52','2017-10-09 19:21:52','I do a lot of research online, and I am definitely not alone. Most people research on companies  before they choose to do business with them. And this is the reason most organizations have websites, right?\r\n\r\nAnd yet. How many times have you gone searching for something specific (for example, I am currently looking for a headshot photographer), found a few websites, visited them, only to find that few if any have the information you need?\r\n\r\nDo youagree that the main point of your business website is to provide potential customers with information they need to make a buying decision? If you do agree, then you should have these two items on your business website:\r\n\r\n1. Pricing\r\n\r\n2. A real description of the company and its key personnel','2 must-haves for your business website','','inherit','open','open','','3577-revision-v1','','','2017-10-09 15:21:52','2017-10-09 19:21:52','',3577,'http://deborahbrody.com/2017/10/3577-revision-v1/',0,'revision','',0),
(3579,4,'2017-10-10 09:06:04','2017-10-10 13:06:04','I do a lot of research online, and I am definitely not alone. Most people conduct internet research on companies before they choose to do business with them. And this is the reason most organizations have websites, right?\r\n\r\nAnd yet, how many times have you gone searching for something specific, found a few websites, visited them, only to find that few, if any, have the information you need?\r\n\r\nDo you agree that the main point of your business website is to provide potential customers with information they need to make a buying decision? If you do agree , then you should have these two items on your business website:\r\n\r\n<strong>1. Pricing</strong>\r\n\r\n<strong>2. A real description of the company and its key personnel</strong>\r\n\r\nLet\'s discuss each point.\r\n\r\n<em><strong>Pricing information is necessary because cost matters in making buying decisions.</strong></em>\r\n\r\nThis is a no-brainer, or should be, and yet most consulting/service industries do not list prices on their website. For example, last month I was looking for a cleaning service.  Since there are many in this area, reviews and referrals matter (you don\'t want a cleaning service that has a track record of breaking stuff or of not dusting your chandeliers), and <em>so does cost</em>. Some cleaning services I found listed specific pricing on their sites, but many did not. Instead, some want you to call to get the estimate, and some want you to fill out online or email forms to provide you a quote.\r\n\r\nBy making pricing information difficult to obtain, you are losing potential customers. People have budgets in mind. They may be able to afford a monthly cleaning service of $150, but not one that costs $200. Why make those customers waste their time, <em>and yours</em>, by having a conversation about something that you can easily post on your website?\r\n\r\nI know for many consultants there is a fear of pricing yourself out of a potential job. However, you know what you want to make from your work, don\'t you? Why would you want a client/customer that is not willing to pay what you think the value of your work is?\r\n\r\n<em><strong>People do business with people, not with vague or non-existent descriptions </strong></em>\r\n\r\nJust yesterday, I was checking out a website designer/developer\'s website, and guess what was missing? An \"about\" page. There was no bio on the designer, no information about when he started his company, or what his experience has been. Not. One. Word. Yes, he included a portfolio of websites that (supposedly) he has designed. But there is no clue as to what sort of person he is, how long he has been doing this work, and why he does it. In other words, by not having an about page, this designer left many questions about his own ability and experience unanswered. Perhaps the one question he did answer is his philosophy on openness and transparency (apparently, not a high priority). And this is yet another reason why you need an about page: you want to build trust and credibility by showing exactly who/what you are.\r\n\r\nBut an about page has to provide real information, not the generic and jargon-filled pile of words one finds on many websites. If you are wondering what to include on your about page, think like a journalist. That is, try answering the 5Ws: <span style=\"text-decoration: underline;\">w</span>hy, <span style=\"text-decoration: underline;\">w</span>here, <span style=\"text-decoration: underline;\">w</span>hen, <span style=\"text-decoration: underline;\">w</span>ho, <span style=\"text-decoration: underline;\">w</span>hat, and throw in the <span style=\"text-decoration: underline;\">how</span> too.\r\n\r\n<span style=\"color: #ff0000;\"><strong>What kinds of information, beyond these two points, do you need in order to make a buying decision? Please let me know in the comments.</strong></span>','Two must-haves for your business website','','inherit','open','open','','3577-revision-v1','','','2017-10-10 09:06:04','2017-10-10 13:06:04','',3577,'http://deborahbrody.com/2017/10/3577-revision-v1/',0,'revision','',0),
(3580,4,'2017-10-10 09:06:57','2017-10-10 13:06:57','I do a lot of research online, and I am definitely not alone. Most people conduct internet research on companies before they choose to do business with them. And this is the reason most organizations have websites, right?\r\n\r\nAnd yet, how many times have you gone searching for something specific, found a few websites, visited them, only to find that few, if any, have the information you need?\r\n\r\nDo you agree that the main point of your business website is to provide potential customers with information they need to make a buying decision? If you do agree , then you should have these two items on your business website:\r\n\r\n<strong>1. Pricing</strong>\r\n\r\n<strong>2. A real description of the company and its key personnel (aka \"about\" page)\r\n</strong>\r\n\r\nLet\'s discuss each point.\r\n\r\n<em><strong>Pricing information is necessary because cost matters in making buying decisions.</strong></em>\r\n\r\nThis is a no-brainer, or should be, and yet most consulting/service industries do not list prices on their website. For example, last month I was looking for a cleaning service.  Since there are many in this area, reviews and referrals matter (you don\'t want a cleaning service that has a track record of breaking stuff or of not dusting your chandeliers), and <em>so does cost</em>. Some cleaning services I found listed specific pricing on their sites, but many did not. Instead, some want you to call to get the estimate, and some want you to fill out online or email forms to provide you a quote.\r\n\r\nBy making pricing information difficult to obtain, you are losing potential customers. People have budgets in mind. They may be able to afford a monthly cleaning service of $150, but not one that costs $200. Why make those customers waste their time, <em>and yours</em>, by having a conversation about something that you can easily post on your website?\r\n\r\nI know for many consultants there is a fear of pricing yourself out of a potential job. However, you know what you want to make from your work, don\'t you? Why would you want a client/customer that is not willing to pay what you think the value of your work is?\r\n\r\n<em><strong>People do business with people, not with vague or non-existent descriptions </strong></em>\r\n\r\nJust yesterday, I was checking out a website designer/developer\'s website, and guess what was missing? An \"about\" page. There was no bio on the designer, no information about when he started his company, or what his experience has been. Not. One. Word. Yes, he included a portfolio of websites that (supposedly) he has designed. But there is no clue as to what sort of person he is, how long he has been doing this work, and why he does it. In other words, by not having an about page, this designer left many questions about his own ability and experience unanswered. Perhaps the one question he did answer is his philosophy on openness and transparency (apparently, not a high priority). And this is yet another reason why you need an about page: you want to build trust and credibility by showing exactly who/what you are.\r\n\r\nBut an about page has to provide real information, not the generic and jargon-filled pile of words one finds on many websites. If you are wondering what to include on your about page, think like a journalist. That is, try answering the 5Ws: <span style=\"text-decoration: underline;\">w</span>hy, <span style=\"text-decoration: underline;\">w</span>here, <span style=\"text-decoration: underline;\">w</span>hen, <span style=\"text-decoration: underline;\">w</span>ho, <span style=\"text-decoration: underline;\">w</span>hat, and throw in the <span style=\"text-decoration: underline;\">how</span> too.\r\n\r\n<span style=\"color: #ff0000;\"><strong>What kinds of information, beyond these two points, do you need in order to make a buying decision? Please let me know in the comments.</strong></span>','Two must-haves for your business website','','inherit','open','open','','3577-revision-v1','','','2017-10-10 09:06:57','2017-10-10 13:06:57','',3577,'http://deborahbrody.com/2017/10/3577-revision-v1/',0,'revision','',0),
(3582,4,'2017-10-20 10:58:05','0000-00-00 00:00:00','In the past couple of weeks, I\'ve been noticing a disturbing trend: many organizations/individuals, who are looking for supporters/customers/clients, are not thinking about what that target audience needs or wants.\r\n\r\nIt\'s as if they\'ve forgotten what they are trying to do.\r\n\r\nClueless business card\r\n\r\nHow about the business card of a company that doesn\'t explain what it is or does. Some businesses have a clue in their name (Bank of So-and-So or So-and-So Real Estate) but some don\'t (So-and-So, Inc.). They give you a card, and you get back to your office and look at it and can\'t figure out what it is they do. Here\'s how you fix it: add a line under the business name.\r\n\r\nSo-and-So, Inc.\r\n\r\nThe best home cleaning solutions\r\n\r\n&nbsp;','Are you overlooking your target?','','draft','open','open','','','','','2017-10-20 10:58:05','2017-10-20 14:58:05','',0,'http://deborahbrody.com/?p=3582',0,'post','',0),
(3583,4,'2017-10-20 10:58:05','2017-10-20 14:58:05','In the past couple of weeks, I\'ve been noticing a disturbing trend: many organizations/individuals, who are looking for supporters/customers/clients, are not thinking about what that target audience needs or wants.\r\n\r\nIt\'s as if they\'ve forgotten what they are trying to do.\r\n\r\nClueless business card\r\n\r\nHow about the business card of a company that doesn\'t explain what it is or does. Some businesses have a clue in their name (Bank of So-and-So or So-and-So Real Estate) but some don\'t (So-and-So, Inc.). They give you a card, and you get back to your office and look at it and can\'t figure out what it is they do. Here\'s how you fix it: add a line under the business name.\r\n\r\nSo-and-So, Inc.\r\n\r\nThe best home cleaning solutions\r\n\r\n&nbsp;','Are you overlooking your target?','','inherit','open','open','','3582-revision-v1','','','2017-10-20 10:58:05','2017-10-20 14:58:05','',3582,'http://deborahbrody.com/2017/10/3582-revision-v1/',0,'revision','',0),
(3585,4,'2017-10-25 16:19:40','2017-10-25 20:19:40','Today, on my way to the Metro, I walked past where a Mediterranean cafe has been located for the past five years. It was closed, and in the window was a sign saying that \"Amai Japanese Crepe\" was coming soon.\r\n\r\nBy the way, anybody know what the hell a Japanese crepe is?\r\n\r\nWhen I got back to my office, I checked on the web to see if I could figure out what happened. I first went to the cafe\'s website. It\'s still there. Same address. No update on the situation. Then I went to Yelp, and I noticed it said the place was \"temporarily\" closed but  a five-star review had just been posted yesterday. Hmm. Stranger and stranger. I went back to the cafe\'s website, and clicked on their Twitter feed. Last post there was from 2015. Not useful at all. Then I went to the Facebook page. I clicked on \"posts,\" and found one from September 22, which says this:\r\n<blockquote>Thank you everyone for your loyalty and support these past 5 years. We opened in Feburary 2012 and strived to bring a little taste of Isreal and classic Italian espresso to our customers. Now, it\'s time to look to the future. XXX will be closed as of September 22 for renovations. We will be closed for two weeks to improve and update the cafe. We look foward to showing the improved us when we reopen.</blockquote>\r\nErrors above appeared in the original post. I just x\'ed out the name of the restaurant. There was also a picture of the sign about the Japanese crepes. That\'s it. No more information. But now we know the restaurant is changing name and changing focus. What we don\'t know is when this will happen, or what the hell a Japanese crepe is supposed to be.\r\n\r\nTo me, this is a classic and stupid communications failure. Why a failure? Here are the mistakes I see:\r\n\r\n1. Failure to use their website to provide updated information.\r\n\r\n2. Failure to provide complete information on the actual site (something like: XX cafe is transforming. We aim to re-open on [date]).\r\n\r\n3. Failure to use social media appropriately. The Twitter feed should be deleted, and they could provide updates about the renovation, some information about what they will become. Not to mention that Facebook post was from a month ago, where they claim they would re-open in two weeks.\r\n\r\n4. Failure to consider what customers need to know. Maybe this is the biggest problem. Nowhere do you really know what is going on.\r\n\r\nIt\'s hard to say what will happen here. People who came to this place looking for Israeli food are not necessarily going to feel good about a Japanese crepe (whatever that may be). Passersby will think that the old place is gone, and will not necessarily think the new place is associated with the old.\r\n\r\nAs with any change, clear and precise communication is necessary. It seems that to this restaurant, communication with customers is an afterthought.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Closed, or just changing names?','','publish','open','open','','closed-or-just-changing-names','','','2017-10-25 16:19:40','2017-10-25 20:19:40','',0,'http://deborahbrody.com/?p=3585',0,'post','',0),
(3586,4,'2017-10-25 16:18:19','2017-10-25 20:18:19','Today, on my way to the Metro, I walked past where a Mediterranean cafe has been located for the past five years. It was closed, and in the window was a sign saying that \"Amai Japanese Crepe\" was coming soon.\r\n\r\nBy the way, anybody know what the hell a Japanese crepe is?\r\n\r\nWhen I got back to my office, I checked on the web to see if I could figure out what happened. I first went to the cafe\'s website. It\'s still there. Same address. No update on the situation. Then I went to Yelp, and I noticed it said the place was \"temporarily\" closed but  a five-star review had just been posted yesterday. Hmm. Stranger and stranger. I went back to the cafe\'s website, and clicked on their Twitter feed. Last post there was from 2015. Not useful at all. Then I went to the Facebook page. I clicked on \"posts,\" and found one from September 22, which says this:\r\n<blockquote>Thank you everyone for your loyalty and support these past 5 years. We opened in Feburary 2012 and strived to bring a little taste of Isreal and classic Italian espresso to our customers. Now, it\'s time to look to the future. XXX will be closed as of September 22 for renovations. We will be closed for two weeks to improve and update the cafe. We look foward to showing the improved us when we reopen.</blockquote>\r\nErrors above appeared in the original post. I just x\'ed out the name of the restaurant. There was also a picture of the sign about the Japanese crepes. That\'s it. No more information. But now we know the restaurant is changing name and changing focus. What we don\'t know is when this will happen, or what the hell a Japanese crepe is supposed to be.\r\n\r\nTo me, this is a classic and stupid communications failure. Why a failure? Here are the mistakes I see:\r\n\r\n1. Failure to use their website to provide updated information.\r\n\r\n2. Failure to provide complete information on the actual site (something like: XX cafe is transforming. We aim to re-open on [date]).\r\n\r\n3. Failure to use social media appropriately. The Twitter feed should be deleted, and they could provide updates about the renovation, some information about what they will become. Not to mention that Facebook post was from a month ago, where they claim they would re-open in two weeks.\r\n\r\n4. Failure to consider what customers need to know. Maybe this is the biggest problem. Nowhere do you really know what is going on.\r\n\r\nIt\'s hard to say what will happen here. People who came to this place looking for Israeli food are not necessarily going to feel good about a Japanese crepe (whatever that may be). Passersby will think that the old place is gone, and will not necessarily think the new place is associated with the old.\r\n\r\nAs with any change, clear and precise communication is necessary. It seems that to this restaurant, communication with customers is an afterthought.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Closed, or just changing names?','','inherit','open','open','','3585-revision-v1','','','2017-10-25 16:18:19','2017-10-25 20:18:19','',3585,'http://deborahbrody.com/2017/10/3585-revision-v1/',0,'revision','',0),
(3587,4,'2017-10-31 14:30:40','2017-10-31 18:30:40','You know what is (a bit) scary? When you say or write something that you don\'t mean. You don\'t intend to do it, but you do it anyway.\r\n\r\nWhy would you  do something spooky like that?\r\n\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">First</span>, it\'s because you use words that you don\'t understand, or you misuse words.</span> This is more common in spoken than in written communications, since we don\'t have the luxury of having a dictionary available when we talk. This type of scary mistake seems to happen a lot in television/cable news.\r\n\r\nHere are two examples:\r\n<p style=\"padding-left: 30px;\">A political analyst/journalist who said <strong>nonetheless </strong>(which Webster\'s defines as \"in spite of that\") when she really meant <strong>never mind </strong>(which means much less or let alone).</p>\r\n<p style=\"padding-left: 30px;\">Someone who said \"from the <strong>outset </strong>(which means beginning or start, and can be used alone, without a modifier, such as,<em> from the outset</em>) <strong>of...</strong>\" when he/she should have said the <strong>onset of </strong>(which also means beginning or commencement, and is usually used in conjunction a phrase, such as in the <em>onset of winter</em>).</p>\r\nIt\'s easy to mess these up. They are very similar in meaning, and similar sounding, but yet are different words with slightly different usages and meanings.\r\n\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">Second</span>, it\'s when you use words that are spelled similarly to what you meant to say, but are not the right word.</span> This happens mostly in written communications, and it mostly happens because you rely on spellcheck, and you don\'t proofread.\r\n\r\nHere are a couple I have seen recently:\r\n<p style=\"padding-left: 30px;\">A sentence that used <strong>neatly</strong> instead of <strong>nearly</strong>.</p>\r\n<p style=\"padding-left: 30px;\">And even more weird, a sentence that used the word <strong>bong</strong> instead of <strong>bond</strong>.</p>\r\n\r\n\r\n<hr />\r\n\r\nDon\'t be ghoulish—use your words carefully—and go ahead, have a happy Halloween!\r\n\r\nI\'ve started collecting these, and I intend to publish them once a month. I invite you to share any you find by sending me an email at info@deborahbrody.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Be very scared (of poor word choice)','','publish','open','open','','be-very-scared-of-poor-word-choice','','','2017-10-31 14:30:40','2017-10-31 18:30:40','',0,'http://deborahbrody.com/?p=3587',0,'post','',0),
(3588,4,'2017-10-31 11:15:55','2017-10-31 15:15:55','You know what is scary? When you say or write something that you don\'t mean. You don\'t intend to do it, but you do it anyway.\r\n\r\nWhy?\r\n\r\nFirst, it\'s because you use words that you don\'t understand, or, simply put, you misuse words. This is more common in speech than in written communications, since we don\'t have the luxury of having a dictionary available when we talk. This type of scary mistake seems to happen a lot in television/cable news.\r\n\r\nHere are two examples:\r\n\r\nA political analyst/journalist who said <strong>nonetheless </strong>(which Webster\'s defines as \"in spite of that\") when she really meant <strong>never mind </strong>(which means much less or let alone).\r\n\r\nSomeone who said <strong>outset </strong>(which means beginning or start, and can be used alone, without a modifier, such as,<em> from the outset</em>) when he/she should have said <strong>onset </strong>(which also means beginning or commencement, and is usually used in conjunction a phrase, such as in the <em>onset of winter</em>).\r\n\r\nIt\'s easy to mess these up. They are very similar and similar sounding, but yet are different words with slightly different usages and meanings.\r\n\r\nSecond, it\'s when you use words that are similar to what you meant to say, but are not the right word. This happens mostly in written communications, and it\'s because you rely on spellcheck and you don\'t proofread.\r\n\r\nHere are a couple I have seen recently:\r\n\r\nA sentence that used <strong>neatly</strong> instead of <strong>nearly</strong>.\r\n\r\nAnd even more weird, a sentence that used the word <strong>bong</strong> instead of <strong>bond</strong>.\r\n\r\n&nbsp;\r\n\r\nI\'ve started collecting these, and I intend to publish them once a month. I invite you to share any you find by sending me an email at info@deborahbrody.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Be very scared','','inherit','open','open','','3587-revision-v1','','','2017-10-31 11:15:55','2017-10-31 15:15:55','',3587,'http://deborahbrody.com/2017/10/3587-revision-v1/',0,'revision','',0),
(3589,4,'2017-10-31 11:18:48','2017-10-31 15:18:48','You know what is (a bit) scary? When you say or write something that you don\'t mean. You don\'t intend to do it, but you do it anyway.\r\n\r\nWhy?\r\n\r\n<span style=\"text-decoration: underline;\">First, it\'s because you use words that you don\'t understand, or you misuse words.</span> This is more common in speech than in written communications, since we don\'t have the luxury of having a dictionary available when we talk. This type of scary mistake seems to happen a lot in television/cable news.\r\n\r\nHere are two examples:\r\n\r\nA political analyst/journalist who said <strong>nonetheless </strong>(which Webster\'s defines as \"in spite of that\") when she really meant <strong>never mind </strong>(which means much less or let alone).\r\n\r\nSomeone who said <strong>outset </strong>(which means beginning or start, and can be used alone, without a modifier, such as,<em> from the outset</em>) when he/she should have said <strong>onset </strong>(which also means beginning or commencement, and is usually used in conjunction a phrase, such as in the <em>onset of winter</em>).\r\n\r\nIt\'s easy to mess these up. They are very similar and similar sounding, but yet are different words with slightly different usages and meanings.\r\n\r\n<span style=\"text-decoration: underline;\">Second, it\'s when you use words that are spelled similarly to what you meant to say, but are not the right word.</span> This happens mostly in written communications, and it\'s because you rely on spellcheck and you don\'t proofread.\r\n\r\nHere are a couple I have seen recently:\r\n\r\nA sentence that used <strong>neatly</strong> instead of <strong>nearly</strong>.\r\n\r\nAnd even more weird, a sentence that used the word <strong>bong</strong> instead of <strong>bond</strong>.\r\n\r\n<hr />\r\n\r\nHappy Halloween!\r\n\r\nI\'ve started collecting these, and I intend to publish them once a month. I invite you to share any you find by sending me an email at info@deborahbrody.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Be very scared','','inherit','open','open','','3587-revision-v1','','','2017-10-31 11:18:48','2017-10-31 15:18:48','',3587,'http://deborahbrody.com/2017/10/3587-revision-v1/',0,'revision','',0),
(3590,4,'2017-10-31 14:25:42','2017-10-31 18:25:42','You know what is (a bit) scary? When you say or write something that you don\'t mean. You don\'t intend to do it, but you do it anyway.\r\n\r\nWhy would you want to do something spooky (hey, it\'s Halloween) like that?\r\n\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">First</span>, it\'s because you use words that you don\'t understand, or you misuse words.</span> This is more common in speech than in written communications, since we don\'t have the luxury of having a dictionary available when we talk. This type of scary mistake seems to happen a lot in television/cable news.\r\n\r\nHere are two examples:\r\n<p style=\"padding-left: 30px;\">A political analyst/journalist who said <strong>nonetheless </strong>(which Webster\'s defines as \"in spite of that\") when she really meant <strong>never mind </strong>(which means much less or let alone).</p>\r\n<p style=\"padding-left: 30px;\">Someone who said <strong>outset </strong>(which means beginning or start, and can be used alone, without a modifier, such as,<em> from the outset</em>) when he/she should have said <strong>onset </strong>(which also means beginning or commencement, and is usually used in conjunction a phrase, such as in the <em>onset of winter</em>).</p>\r\nIt\'s easy to mess these up. They are very similar and similar sounding, but yet are different words with slightly different usages and meanings.\r\n\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">Second</span>, it\'s when you use words that are spelled similarly to what you meant to say, but are not the right word.</span> This happens mostly in written communications, and it\'s because you rely on spellcheck and you don\'t proofread.\r\n\r\nHere are a couple I have seen recently:\r\n<p style=\"padding-left: 30px;\">A sentence that used <strong>neatly</strong> instead of <strong>nearly</strong>.</p>\r\n<p style=\"padding-left: 30px;\">And even more weird, a sentence that used the word <strong>bong</strong> instead of <strong>bond</strong>.</p>\r\n\r\n\r\n<hr />\r\n\r\nDon\'t be ghoulish—use your words carefully, but go ahead, have a happy Halloween!\r\n\r\nI\'ve started collecting these, and I intend to publish them once a month. I invite you to share any you find by sending me an email at info@deborahbrody.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Be very scared','','inherit','open','open','','3587-revision-v1','','','2017-10-31 14:25:42','2017-10-31 18:25:42','',3587,'http://deborahbrody.com/2017/10/3587-revision-v1/',0,'revision','',0),
(3591,4,'2017-10-31 14:29:56','2017-10-31 18:29:56','You know what is (a bit) scary? When you say or write something that you don\'t mean. You don\'t intend to do it, but you do it anyway.\r\n\r\nWhy would you  do something spooky like that?\r\n\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">First</span>, it\'s because you use words that you don\'t understand, or you misuse words.</span> This is more common in spoken than in written communications, since we don\'t have the luxury of having a dictionary available when we talk. This type of scary mistake seems to happen a lot in television/cable news.\r\n\r\nHere are two examples:\r\n<p style=\"padding-left: 30px;\">A political analyst/journalist who said <strong>nonetheless </strong>(which Webster\'s defines as \"in spite of that\") when she really meant <strong>never mind </strong>(which means much less or let alone).</p>\r\n<p style=\"padding-left: 30px;\">Someone who said \"from the <strong>outset </strong>(which means beginning or start, and can be used alone, without a modifier, such as,<em> from the outset</em>) <strong>of...</strong>\" when he/she should have said the <strong>onset of </strong>(which also means beginning or commencement, and is usually used in conjunction a phrase, such as in the <em>onset of winter</em>).</p>\r\nIt\'s easy to mess these up. They are very similar in meaning, and similar sounding, but yet are different words with slightly different usages and meanings.\r\n\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">Second</span>, it\'s when you use words that are spelled similarly to what you meant to say, but are not the right word.</span> This happens mostly in written communications, and it mostly happens because you rely on spellcheck, and you don\'t proofread.\r\n\r\nHere are a couple I have seen recently:\r\n<p style=\"padding-left: 30px;\">A sentence that used <strong>neatly</strong> instead of <strong>nearly</strong>.</p>\r\n<p style=\"padding-left: 30px;\">And even more weird, a sentence that used the word <strong>bong</strong> instead of <strong>bond</strong>.</p>\r\n\r\n\r\n<hr />\r\n\r\nDon\'t be ghoulish—use your words carefully, but go ahead, have a happy Halloween!\r\n\r\nI\'ve started collecting these, and I intend to publish them once a month. I invite you to share any you find by sending me an email at info@deborahbrody.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Be very scared (of poor word choice)','','inherit','open','open','','3587-revision-v1','','','2017-10-31 14:29:56','2017-10-31 18:29:56','',3587,'http://deborahbrody.com/2017/10/3587-revision-v1/',0,'revision','',0),
(3592,4,'2017-10-31 14:30:40','2017-10-31 18:30:40','You know what is (a bit) scary? When you say or write something that you don\'t mean. You don\'t intend to do it, but you do it anyway.\r\n\r\nWhy would you  do something spooky like that?\r\n\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">First</span>, it\'s because you use words that you don\'t understand, or you misuse words.</span> This is more common in spoken than in written communications, since we don\'t have the luxury of having a dictionary available when we talk. This type of scary mistake seems to happen a lot in television/cable news.\r\n\r\nHere are two examples:\r\n<p style=\"padding-left: 30px;\">A political analyst/journalist who said <strong>nonetheless </strong>(which Webster\'s defines as \"in spite of that\") when she really meant <strong>never mind </strong>(which means much less or let alone).</p>\r\n<p style=\"padding-left: 30px;\">Someone who said \"from the <strong>outset </strong>(which means beginning or start, and can be used alone, without a modifier, such as,<em> from the outset</em>) <strong>of...</strong>\" when he/she should have said the <strong>onset of </strong>(which also means beginning or commencement, and is usually used in conjunction a phrase, such as in the <em>onset of winter</em>).</p>\r\nIt\'s easy to mess these up. They are very similar in meaning, and similar sounding, but yet are different words with slightly different usages and meanings.\r\n\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">Second</span>, it\'s when you use words that are spelled similarly to what you meant to say, but are not the right word.</span> This happens mostly in written communications, and it mostly happens because you rely on spellcheck, and you don\'t proofread.\r\n\r\nHere are a couple I have seen recently:\r\n<p style=\"padding-left: 30px;\">A sentence that used <strong>neatly</strong> instead of <strong>nearly</strong>.</p>\r\n<p style=\"padding-left: 30px;\">And even more weird, a sentence that used the word <strong>bong</strong> instead of <strong>bond</strong>.</p>\r\n\r\n\r\n<hr />\r\n\r\nDon\'t be ghoulish—use your words carefully—and go ahead, have a happy Halloween!\r\n\r\nI\'ve started collecting these, and I intend to publish them once a month. I invite you to share any you find by sending me an email at info@deborahbrody.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Be very scared (of poor word choice)','','inherit','open','open','','3587-revision-v1','','','2017-10-31 14:30:40','2017-10-31 18:30:40','',3587,'http://deborahbrody.com/2017/10/3587-revision-v1/',0,'revision','',0),
(3605,4,'2017-11-29 16:49:57','2017-11-29 21:49:57','This is a post about unintended and negative consequences, based on two separate experiences yesterday.\r\n\r\n<strong>Last minute deal—get in at no cost!</strong>\r\n\r\nLast night, I attended an event on trends in digital marketing. I signed up for it a couple of days ago, and paid $11.84. Yesterday, about two hours before the event was due to start, there was an email from the organizer to a listserv I am on saying that she didn\'t have enough attendees, so if anyone wanted to attend <em>for free</em>, they could.\r\n\r\nI felt like a sucker. Why had I bothered to pay anything at all for an event that wasn\'t garnering enough attention to the point that the organizer was begging people to come by offering free admission?\r\n\r\nAnd the real question is, why would I ever pay this organizer for any event when it may be more advantageous to wait until the last minute?\r\n\r\nThe unintended consequence of this poor decision is to effectively make people decide to not sign up in advance, to not pay at all, because there\'s a likelihood that if too few people sign up in advance, the organizer will be desperate enough for warm bodies and offer free admission to all.\r\n\r\n<strong>Ask and ask and ask again—until they don\'t want to be asked again</strong>\r\n\r\nUnless you were not online, or checking email, you know yesterday was Giving Tuesday. Giving Tuesday was developed (supposedly) as an \"antidote\" to Cyber Monday/Black Friday. In theory, Giving Tuesday is a chance to support charities instead of, or in addition to, shopping like mad for the holidays.\r\n\r\nA lot of hoopla has developed around this \"holiday.\" Case in point: Every organization that I have ever supported sent me emails the week before, the day before and the day of, to beg me to give them money on Giving Tuesday. Some organizations sent multiple emails on Tuesday in addition to multiple emails on the days before. My inbox was flooded with requests, and then so were my social media feeds.\r\n\r\nSome organizations were getting matching funds on Giving Tuesday, so giving on this day automatically meant more money in the coffers. But the level of pushiness these organizations reached around Giving Tuesday in order to get these extra funds may have had the unintended consequence of reducing the number of people opting in to enewsletters. I unsubscribed to at least two, and was seriously considering unsubscribing from all of them.\r\n\r\nThe intensity of the effort made it seem as if this was your one chance to give, as if you couldn\'t give any time of the year, and <em>as if giving at any other time was just not as good. </em>The other unintended consequence of this extreme focus on Giving Tuesday, I believe, is to reduce year-round giving.\r\n\r\nOrganizations make lots of decisions to fulfill short-term goals (get lots of donors on Tuesday), but which neglect to take into consideration long-term goals (develop good relationships and donor opportunities year-round). In other words, before you make a snap decision that only affects one event/day, think about what your overall goals are, and whether this decision furthers those goals or not.','Decisions with unintended consequences','','publish','open','open','','decisions-with-unintended-consequences','','','2017-11-29 16:49:57','2017-11-29 21:49:57','',0,'http://deborahbrody.com/?p=3605',0,'post','',0),
(3597,4,'2017-11-14 14:24:17','2017-11-14 19:24:17','As has happened every November for the six years I\'ve lived in my current home, I received this on my doorstep:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754.jpg\"><img class=\"aligncenter wp-image-3598 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754-e1510671700977-225x300.jpg\" alt=\"20171113_100754\" width=\"225\" height=\"300\" /></a>It is given by a local real estate agent who also sends a magnetic calendar in the mail and places quarterly sales updates on my doorknob. He includes a card with his contact information along with the jar of apple butter.\r\n\r\nHere\'s the problem: I don\'t really eat apple butter. I am not opposed to it, but it is not something I eat regularly. I have three unused jars from the past few years, and I don\'t really know what to do with them. It\'s a shame to throw them out, but it\'s not something I feel counts as food to be taken to the food pantry. In other words, it has become clutter and something that puts the burden on me. For me, this is not a welcome gift.\r\n\r\nI am not sure why this real estate agent keeps doing this. Perhaps he has found there is a return on investment, or he wants to be known as the apple butter guy. I am not sure, but in my opinion, his is an example of how not to do corporate gift giving.\r\n\r\n<strong>Gift giving can be a good marketing tactic, as long as there is some thought and strategy behind it.</strong>\r\n\r\nMany large companies regularly give customers a gift that costs them very little but is very effective in getting people to the door: a free visit,  a $25 coupon toward your purchase, discount cards, VIP seating, and so on. Others send Christmas gifts to ongoing customers Some take hold monthly birthday lunches for clients. These companies and organizations have budgeted a certain/set amount toward corporate gifts, and have instituted these as regular marketing effort.\r\n\r\nIn order to have a<em> successful</em> gift giving campaign. you should think about the following two things:\r\n\r\n<strong>1. What are you trying to accomplish?</strong>\r\n\r\nPerhaps you are thanking customers for their business during the year, or perhaps you want to entice new customers. Either way, if you don\'t know why you are giving, there is absolutely no point to doing it.\r\n\r\n<strong>2. Who are you giving to?</strong>\r\n\r\nThis is crucial information. If you are giving to a client you\'ve known for years versus giving to a potential customer, you will be spending different amounts of time and effort. For a long-term client, you probably will need to find a personalized gift, and for a potential customer, you want to encourage them to check  you out.\r\n\r\n<strong>But not just any gift will do.</strong>\r\n\r\nOnce you\'ve decided what you are trying to do and to whom you are giving, you can choose the gifts that make the most sense. Some attributes that you may want to consider are these:\r\n<ul>\r\n	<li>Memorable</li>\r\n	<li>Useful</li>\r\n	<li>Linked to your brand identity</li>\r\n	<li>Stand out from the crowd</li>\r\n</ul>\r\n<strong>Remember: what makes a a good gift is something the recipient appreciates or wants.</strong>\r\n\r\nWhat are your thoughts on gifts as a marketing tactic? Have you received or given a particularly good or bad gift? Please let me know.','To gift or not to gift...a marketing question','','publish','open','open','','to-gift-or-not-to-gift-a-marketing-question','','','2017-11-14 14:24:17','2017-11-14 19:24:17','',0,'http://deborahbrody.com/?p=3597',0,'post','',1),
(3598,4,'2017-11-14 10:00:51','2017-11-14 15:00:51','','20171113_100754','','inherit','open','open','','20171113_100754','','','2017-11-14 10:00:51','2017-11-14 15:00:51','',3597,'http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754.jpg',0,'attachment','image/jpeg',0),
(3599,4,'2017-11-14 10:11:48','2017-11-14 15:11:48','As has happened every November for the six years I\'ve lived in my current home, I received this on my doorstep:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754.jpg\"><img class=\"aligncenter wp-image-3598 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754-e1510671700977-225x300.jpg\" alt=\"20171113_100754\" width=\"225\" height=\"300\" /></a>It is given by a local real estate agent who also sends a calendar and places quarterly sales updates on my doorknob. He includes a card with his contact information along with the jar of apple butter.\r\n\r\nHere\'s the problem: I don\'t really eat apple butter. I have three unused jars from the past few years, and I don\'t really know what to do with them.','To gift or not to gift...a marketing question','','inherit','open','open','','3597-revision-v1','','','2017-11-14 10:11:48','2017-11-14 15:11:48','',3597,'http://deborahbrody.com/2017/11/3597-revision-v1/',0,'revision','',0),
(3600,4,'2017-11-14 14:17:31','2017-11-14 19:17:31','As has happened every November for the six years I\'ve lived in my current home, I received this on my doorstep:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754.jpg\"><img class=\"aligncenter wp-image-3598 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754-e1510671700977-225x300.jpg\" alt=\"20171113_100754\" width=\"225\" height=\"300\" /></a>It is given by a local real estate agent who also sends a magnetic calendar in the mail and places quarterly sales updates on my doorknob. He includes a card with his contact information along with the jar of apple butter.\r\n\r\nHere\'s the problem: I don\'t really eat apple butter. I am not opposed to it, but it is not something I eat regularly. I have three unused jars from the past few years, and I don\'t really know what to do with them. It\'s a shame to throw them out, but it\'s not something I feel counts as food to be taken to the food pantry. In other words, it has become clutter and something that puts the burden on me. For me, this is not a welcome gift.\r\n\r\nI am not sure why this real estate agent keeps doing this. Perhaps he has found there is a return on investment, or he wants to be known as the apple butter guy. I am not sure, but in my opinion, his is an example of how not to do corporate gift giving.\r\n\r\n<strong>Gift giving is absolutely a good marketing tactic, as long as there is some thought and strategy behind it.</strong>\r\n\r\nMany large companies regularly give customers a gift that costs them very little but is very effective in getting people to the door: a free visit,  a $25 coupon toward your purchase, discount cards, VIP seating, and so on. Others send  Christmas gifts to ongoing customers Some take hold monthly birthday lunches for clients. These companies and organizations have budgeted a certain amount toward corporate gifts, and have instituted these as regular features of their marketing efforts.\r\n\r\nIn order to have a successful gift giving campaign you should think about the following two things.\r\n\r\n<strong>1. What are you trying to accomplish?</strong>\r\n\r\nPerhaps you are thanking customers for their business during the year, or perhaps you want to entice new customers. Either way, if you don\'t know why you are giving, there is absolutely no point to doing it.\r\n\r\n<strong>2. Who are you giving to?</strong>\r\n\r\nThis is crucial information. If you are giving to a client you\'ve known for years versus giving to a potential customer, you will be spending different amounts of time and effort. For a long-term client, you probably will need to find a personalized gift, and for a potential customer, you want to encourage them to check  you out.\r\n\r\nOnce you\'ve decided what you are trying to do and who you are giving, you can choose the gifts that make the most sense. Some attributes that you may want to consider are these:\r\n<ul>\r\n	<li>Memorable</li>\r\n	<li>Useful</li>\r\n	<li>Linked to your brand identity</li>\r\n	<li>Stand out from the crowd</li>\r\n</ul>\r\n<strong>Remember: what makes a a good gift is something the recipient appreciates or wants.</strong>\r\n\r\nWhat are your thoughts on gifts as a marketing tactic? Have you received or given a particularly good or bad gift? Please let me know.','To gift or not to gift...a marketing question','','inherit','open','open','','3597-revision-v1','','','2017-11-14 14:17:31','2017-11-14 19:17:31','',3597,'http://deborahbrody.com/2017/11/3597-revision-v1/',0,'revision','',0),
(3601,4,'2017-11-14 14:24:17','2017-11-14 19:24:17','As has happened every November for the six years I\'ve lived in my current home, I received this on my doorstep:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754.jpg\"><img class=\"aligncenter wp-image-3598 size-medium\" src=\"http://deborahbrody.com/wp-content/uploads/2017/11/20171113_100754-e1510671700977-225x300.jpg\" alt=\"20171113_100754\" width=\"225\" height=\"300\" /></a>It is given by a local real estate agent who also sends a magnetic calendar in the mail and places quarterly sales updates on my doorknob. He includes a card with his contact information along with the jar of apple butter.\r\n\r\nHere\'s the problem: I don\'t really eat apple butter. I am not opposed to it, but it is not something I eat regularly. I have three unused jars from the past few years, and I don\'t really know what to do with them. It\'s a shame to throw them out, but it\'s not something I feel counts as food to be taken to the food pantry. In other words, it has become clutter and something that puts the burden on me. For me, this is not a welcome gift.\r\n\r\nI am not sure why this real estate agent keeps doing this. Perhaps he has found there is a return on investment, or he wants to be known as the apple butter guy. I am not sure, but in my opinion, his is an example of how not to do corporate gift giving.\r\n\r\n<strong>Gift giving can be a good marketing tactic, as long as there is some thought and strategy behind it.</strong>\r\n\r\nMany large companies regularly give customers a gift that costs them very little but is very effective in getting people to the door: a free visit,  a $25 coupon toward your purchase, discount cards, VIP seating, and so on. Others send Christmas gifts to ongoing customers Some take hold monthly birthday lunches for clients. These companies and organizations have budgeted a certain/set amount toward corporate gifts, and have instituted these as regular marketing effort.\r\n\r\nIn order to have a<em> successful</em> gift giving campaign. you should think about the following two things:\r\n\r\n<strong>1. What are you trying to accomplish?</strong>\r\n\r\nPerhaps you are thanking customers for their business during the year, or perhaps you want to entice new customers. Either way, if you don\'t know why you are giving, there is absolutely no point to doing it.\r\n\r\n<strong>2. Who are you giving to?</strong>\r\n\r\nThis is crucial information. If you are giving to a client you\'ve known for years versus giving to a potential customer, you will be spending different amounts of time and effort. For a long-term client, you probably will need to find a personalized gift, and for a potential customer, you want to encourage them to check  you out.\r\n\r\n<strong>But not just any gift will do.</strong>\r\n\r\nOnce you\'ve decided what you are trying to do and to whom you are giving, you can choose the gifts that make the most sense. Some attributes that you may want to consider are these:\r\n<ul>\r\n	<li>Memorable</li>\r\n	<li>Useful</li>\r\n	<li>Linked to your brand identity</li>\r\n	<li>Stand out from the crowd</li>\r\n</ul>\r\n<strong>Remember: what makes a a good gift is something the recipient appreciates or wants.</strong>\r\n\r\nWhat are your thoughts on gifts as a marketing tactic? Have you received or given a particularly good or bad gift? Please let me know.','To gift or not to gift...a marketing question','','inherit','open','open','','3597-revision-v1','','','2017-11-14 14:24:17','2017-11-14 19:24:17','',3597,'http://deborahbrody.com/2017/11/3597-revision-v1/',0,'revision','',0),
(3602,4,'2017-11-16 10:11:34','2017-11-16 15:11:34','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/4dd82b\">November 2017</a>\r\n\r\n<a title=\"September 2017\" href=\"https://madmimi.com/s/391dca\" target=\"_blank\">September 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/45625a\" target=\"_blank\">June 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/75c3f9\" target=\"_blank\">April 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2017-11-16 10:11:34','2017-11-16 15:11:34','',2509,'http://deborahbrody.com/2017/11/2509-revision-v1/',0,'revision','',0),
(3606,4,'2017-11-29 11:29:20','2017-11-29 16:29:20','This is a post about unintended and negative consequences, based on two separate experiences yesterday.\r\n\r\n<strong>Last minute deal—get in at no cost!</strong>\r\n\r\nLast night, I attended an event on trends in digital marketing. I signed up for it a couple of days ago, and paid $11.84. Yesterday, about two hours before the event was due to start, there was an email from the organizer to a listserv I am on saying that she didn\'t have enough attendees, so if anyone wanted to attend <em>for free</em>, they could.\r\n\r\nI felt like a sucker. Why had I bothered to pay anything at all for an event that wasn\'t garnering enough attention to the point that the organizer was begging people to come by offering free admission?\r\n\r\nAnd the real question is, why would I ever pay this organizer for any event when it may be more advantageous to wait until the last minute?\r\n\r\nThe unintended consequence of this poor decision is to effectively make people decide to not sign up in advance, to not pay at all, because there\'s a likelihood that if too few people sign up in advance, the organizer will be desperate enough for warm bodies and offer free admission to all.\r\n\r\n<strong>Ask and ask and ask again--until they don\'t want to be asked again</strong>\r\n\r\nUnless you were not online, or checking email, you know yesterday was Giving Tuesday. Giving Tuesday was developed (supposedly) as an \"antidote\" to Cyber Monday/Black Friday. In theory, Giving Tuesday is a chance to support charities instead of, or in addition to, shopping like mad for the holidays.\r\n\r\nA lot of hoopla has developed around this \"holiday.\" Case in point: Every organization that I have ever supported sent me emails the week before, the day before and the day of, to beg me to give them money on Giving Tuesday. Some organizations sent multiple emails on Tuesday in addition to multiple emails on the days before. Many organizations also used social media to encourage more giving.','Decisions with unintended consequences','','inherit','open','open','','3605-revision-v1','','','2017-11-29 11:29:20','2017-11-29 16:29:20','',3605,'http://deborahbrody.com/2017/11/3605-revision-v1/',0,'revision','',0),
(3607,4,'2017-11-29 16:49:57','2017-11-29 21:49:57','This is a post about unintended and negative consequences, based on two separate experiences yesterday.\r\n\r\n<strong>Last minute deal—get in at no cost!</strong>\r\n\r\nLast night, I attended an event on trends in digital marketing. I signed up for it a couple of days ago, and paid $11.84. Yesterday, about two hours before the event was due to start, there was an email from the organizer to a listserv I am on saying that she didn\'t have enough attendees, so if anyone wanted to attend <em>for free</em>, they could.\r\n\r\nI felt like a sucker. Why had I bothered to pay anything at all for an event that wasn\'t garnering enough attention to the point that the organizer was begging people to come by offering free admission?\r\n\r\nAnd the real question is, why would I ever pay this organizer for any event when it may be more advantageous to wait until the last minute?\r\n\r\nThe unintended consequence of this poor decision is to effectively make people decide to not sign up in advance, to not pay at all, because there\'s a likelihood that if too few people sign up in advance, the organizer will be desperate enough for warm bodies and offer free admission to all.\r\n\r\n<strong>Ask and ask and ask again—until they don\'t want to be asked again</strong>\r\n\r\nUnless you were not online, or checking email, you know yesterday was Giving Tuesday. Giving Tuesday was developed (supposedly) as an \"antidote\" to Cyber Monday/Black Friday. In theory, Giving Tuesday is a chance to support charities instead of, or in addition to, shopping like mad for the holidays.\r\n\r\nA lot of hoopla has developed around this \"holiday.\" Case in point: Every organization that I have ever supported sent me emails the week before, the day before and the day of, to beg me to give them money on Giving Tuesday. Some organizations sent multiple emails on Tuesday in addition to multiple emails on the days before. My inbox was flooded with requests, and then so were my social media feeds.\r\n\r\nSome organizations were getting matching funds on Giving Tuesday, so giving on this day automatically meant more money in the coffers. But the level of pushiness these organizations reached around Giving Tuesday in order to get these extra funds may have had the unintended consequence of reducing the number of people opting in to enewsletters. I unsubscribed to at least two, and was seriously considering unsubscribing from all of them.\r\n\r\nThe intensity of the effort made it seem as if this was your one chance to give, as if you couldn\'t give any time of the year, and <em>as if giving at any other time was just not as good. </em>The other unintended consequence of this extreme focus on Giving Tuesday, I believe, is to reduce year-round giving.\r\n\r\nOrganizations make lots of decisions to fulfill short-term goals (get lots of donors on Tuesday), but which neglect to take into consideration long-term goals (develop good relationships and donor opportunities year-round). In other words, before you make a snap decision that only affects one event/day, think about what your overall goals are, and whether this decision furthers those goals or not.','Decisions with unintended consequences','','inherit','open','open','','3605-revision-v1','','','2017-11-29 16:49:57','2017-11-29 21:49:57','',3605,'http://deborahbrody.com/2017/11/3605-revision-v1/',0,'revision','',0),
(3609,4,'2017-12-06 13:28:40','2017-12-06 18:28:40','Personnel announcements used to be one of the most reliable and easy forms of publicity for  a company. In the years I worked at PR firms, we always sent out these type of announcements, usually including a headshot.  Eventually, most of them would end up in the business section of the local newspaper, or within specialty newspapers or magazines.\r\n\r\nGetting personnel announcements in print was a good way to keep companies in the public eye, and also served as a morale boost to the new or promoted employee. Even 20 plus years later, I still have the clipping from <em>Adweek</em> showing my appointment to Boston ad firm Houston Effler (now defunct).\r\n\r\nApparently, those days of easy publicity are coming to an end. A few weeks ago I noticed that the <em>Washington Business Journal</em> changed its personnel announcement page (called \"People on the Move\") to show the words \"paid advertising\" at the top. Effectively, the <em>Business Journal</em> had started charging companies in order to publish these announcements. <a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171010_142654.jpg\"><img class=\"aligncenter size-medium wp-image-3610\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171010_142654-300x225.jpg\" alt=\"20171010_142654\" width=\"300\" height=\"225\" /></a>\r\n\r\nAs someone who has worked in communications for more than 20 years, I am not surprised that this is happening in 2017, but I am disheartened, and pessimistic about the future of media relations.\r\n\r\nIt\'s not surprising simply because print publications are struggling with declining subscriptions and reduced advertising, and they are looking for additional revenue. Charging for personnel announcements seems harmless, and if companies want to highlight their new hires, perhaps they won\'t hesitate to spend a few hundred dollars  (the Business Journal is charging $350 for an \"enhanced\" profile that will appear online and in print).\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171205_141928.jpg\"><img class=\"aligncenter size-medium wp-image-3611\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171205_141928-300x225.jpg\" alt=\"20171205_141928\" width=\"300\" height=\"225\" /></a>\r\n\r\nIt\'s disheartening because it has further blurred the line between advertising and editorial content, and opens the possibility up that companies will be willing to \"pay to play.\" If there is money to be made from charging for what was previously known as earned media, then there is no incentive for publications to cover any press release or announcement unless it is major (e.g., new iPhone).\r\n\r\nThe pressures on print journalism  have been covered before. We know that people are not buying or subscribing as much to print, and we know that publications are asking fewer reporters to produce more content, more often, and with fewer resources. Most publications have a digital presence, and many struggle with instituting a pay wall for readers to access their content.\r\n\r\nIt may seem trivial for a publication to charge for personnel announcements, but it points to a much larger problem and also to serious consequences for editorial integrity. It\'s not only happening in print. Broadcast also seems to require more revenue than what it is getting from traditional advertising. More people are getting news from websites and social media sites, and fewer are watching the evening news. Over the past several weeks, I\'ve noticed a trend in which national restaurants are getting local news to cover food and drink specials, not only on air, but on social media channels.\r\n\r\nFor a specific example, just last Friday, I noticed that WJLA (the ABC affiliate in Washington, D.C., owned by Sinclair Broadcasting) re-tweeted one of its local reporters, Kevin Lewis, discussing a special on a drink offered at Applebees, the national restaurant chain. Lewis included a link to the \"news\" about this special on the WJLA website, which then linked to a press release directly on Applebees website. At no point did the words \"sponsored\" or \"paid advertising\" show on the tweets or on the press release. If the WJLA news team thinks that sharing drink specials from a restaurant is actual news, they are not familiar with real journalism.\r\n\r\nIn this era where journalism is being called \"fake news\" whenever it digs up inconvenient information for a politician, it is not a good look to get money to run publicity, without even acknowledging that it is paid.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Publications\' need for revenue threatens public relations efforts','','publish','open','open','','publications-need-for-revenue-and-pr','','','2017-12-08 08:41:51','2017-12-08 13:41:51','',0,'http://deborahbrody.com/?p=3609',0,'post','',1),
(3610,4,'2017-12-06 13:02:42','2017-12-06 18:02:42','','20171010_142654','','inherit','open','open','','20171010_142654','','','2017-12-06 13:02:42','2017-12-06 18:02:42','',3609,'http://deborahbrody.com/wp-content/uploads/2017/12/20171010_142654.jpg',0,'attachment','image/jpeg',0),
(3611,4,'2017-12-06 13:03:31','2017-12-06 18:03:31','','20171205_141928','','inherit','open','open','','20171205_141928','','','2017-12-06 13:03:31','2017-12-06 18:03:31','',3609,'http://deborahbrody.com/wp-content/uploads/2017/12/20171205_141928.jpg',0,'attachment','image/jpeg',0),
(3612,4,'2017-12-06 13:26:50','2017-12-06 18:26:50','Personnel announcements used to be one of the most reliably and easy forms of publicity for  a company. In the years I worked at PR firms, we always sent out these type of announcements, usually including a headshot.  Eventually, most of them would end up in the business section of the local newspaper, or within specialty newspapers or magazines.\r\n\r\nGetting personnel announcements in print was a good way to keep companies in the public eye, and also served as a morale boost to the new or promoted employee. Even 20 plus years later, I still have the clipping from <em>Adweek</em> showing my appointment to Boston ad firm Houston Effler (now defunct).\r\n\r\nApparently, those days of easy publicity are coming to an end. A few weeks ago I noticed that the <em>Washington Business Journal</em> changed its personnel announcement page (called \"People on the Move\") to show the words \"paid advertising\" at the top. Effectively, the <em>Business Journal</em> had started charging companies in order to publish these announcements. <a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171010_142654.jpg\"><img class=\"aligncenter size-medium wp-image-3610\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171010_142654-300x225.jpg\" alt=\"20171010_142654\" width=\"300\" height=\"225\" /></a>\r\n\r\nAs someone who has worked in communications for more than 20 years, I am not surprised that this is happening in 2017, but I am disheartened, and pessimistic about the future of media relations.\r\n\r\nIt\'s not surprising simply because print publications are struggling with declining subscriptions and reduced advertising, and they are looking for additional revenue. Charging for personnel announcements seems harmless, and if companies want to highlight their new hires, perhaps they won\'t hesitate to spend a few hundred dollars  (the Business Journal is charging $350 for an \"enhanced\" profile that will appear online and in print).\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171205_141928.jpg\"><img class=\"aligncenter size-medium wp-image-3611\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171205_141928-300x225.jpg\" alt=\"20171205_141928\" width=\"300\" height=\"225\" /></a>\r\n\r\nIt\'s disheartening because it has further blurred the line between advertising and editorial content, and opens the possibility up that companies will be willing to \"pay to play.\" If there is money to be made from charging for what was previously known as earned media, then there is no incentive for publications to cover any press release or announcement unless it is major (e.g., new iPhone).\r\n\r\nThe pressures on print journalism  have been covered before. We know that people are not buying or subscribing as much to print, and we know that publications are asking fewer reporters to produce more content, more often, and with fewer resources. Most publications have a digital presence, and many struggle with instituting a pay wall for readers to access their content.\r\n\r\nIt may seem trivial for a publication to charge for personnel announcements, but it points to a much larger problem and also to serious consequences for editorial integrity. It\'s not only happening in print. Broadcast also seems to require more revenue than what it is getting from traditional advertising. More people are getting news from websites and social media sites, and fewer are watching the evening news. Over the past several weeks, I\'ve noticed a trend in which national restaurants are getting local news to cover food and drink specials, not only on air, but on social media channels.\r\n\r\nFor a specific example, just last Friday, I noticed that WJLA (the ABC affiliate in Washington, D.C., owned by Sinclair Broadcasting) re-tweeted one of its local reporters, Kevin Lewis, discussing a special on a drink offered at Applebees, the national restaurant chain. Lewis included a link to the \"news\" about this special on the WJLA website, which then linked to a press release directly on Applebees website. At no point did the words \"sponsored\" or \"paid advertising\" show on the tweets or on the press release. If the WJLA news team thinks that sharing drink specials from a restaurant is actual news, they are not familiar with real journalism.\r\n\r\nIn this era where journalism is being called \"fake news\" whenever it digs up inconvenient information for a politician, it is not a good look to get money to run publicity, without even acknowledging that it is paid.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Publications\' need for revenue threatens public relations efforts','','inherit','open','open','','3609-revision-v1','','','2017-12-06 13:26:50','2017-12-06 18:26:50','',3609,'http://deborahbrody.com/2017/12/3609-revision-v1/',0,'revision','',0),
(3613,4,'2017-12-08 08:41:51','2017-12-08 13:41:51','Personnel announcements used to be one of the most reliable and easy forms of publicity for  a company. In the years I worked at PR firms, we always sent out these type of announcements, usually including a headshot.  Eventually, most of them would end up in the business section of the local newspaper, or within specialty newspapers or magazines.\r\n\r\nGetting personnel announcements in print was a good way to keep companies in the public eye, and also served as a morale boost to the new or promoted employee. Even 20 plus years later, I still have the clipping from <em>Adweek</em> showing my appointment to Boston ad firm Houston Effler (now defunct).\r\n\r\nApparently, those days of easy publicity are coming to an end. A few weeks ago I noticed that the <em>Washington Business Journal</em> changed its personnel announcement page (called \"People on the Move\") to show the words \"paid advertising\" at the top. Effectively, the <em>Business Journal</em> had started charging companies in order to publish these announcements. <a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171010_142654.jpg\"><img class=\"aligncenter size-medium wp-image-3610\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171010_142654-300x225.jpg\" alt=\"20171010_142654\" width=\"300\" height=\"225\" /></a>\r\n\r\nAs someone who has worked in communications for more than 20 years, I am not surprised that this is happening in 2017, but I am disheartened, and pessimistic about the future of media relations.\r\n\r\nIt\'s not surprising simply because print publications are struggling with declining subscriptions and reduced advertising, and they are looking for additional revenue. Charging for personnel announcements seems harmless, and if companies want to highlight their new hires, perhaps they won\'t hesitate to spend a few hundred dollars  (the Business Journal is charging $350 for an \"enhanced\" profile that will appear online and in print).\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171205_141928.jpg\"><img class=\"aligncenter size-medium wp-image-3611\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/20171205_141928-300x225.jpg\" alt=\"20171205_141928\" width=\"300\" height=\"225\" /></a>\r\n\r\nIt\'s disheartening because it has further blurred the line between advertising and editorial content, and opens the possibility up that companies will be willing to \"pay to play.\" If there is money to be made from charging for what was previously known as earned media, then there is no incentive for publications to cover any press release or announcement unless it is major (e.g., new iPhone).\r\n\r\nThe pressures on print journalism  have been covered before. We know that people are not buying or subscribing as much to print, and we know that publications are asking fewer reporters to produce more content, more often, and with fewer resources. Most publications have a digital presence, and many struggle with instituting a pay wall for readers to access their content.\r\n\r\nIt may seem trivial for a publication to charge for personnel announcements, but it points to a much larger problem and also to serious consequences for editorial integrity. It\'s not only happening in print. Broadcast also seems to require more revenue than what it is getting from traditional advertising. More people are getting news from websites and social media sites, and fewer are watching the evening news. Over the past several weeks, I\'ve noticed a trend in which national restaurants are getting local news to cover food and drink specials, not only on air, but on social media channels.\r\n\r\nFor a specific example, just last Friday, I noticed that WJLA (the ABC affiliate in Washington, D.C., owned by Sinclair Broadcasting) re-tweeted one of its local reporters, Kevin Lewis, discussing a special on a drink offered at Applebees, the national restaurant chain. Lewis included a link to the \"news\" about this special on the WJLA website, which then linked to a press release directly on Applebees website. At no point did the words \"sponsored\" or \"paid advertising\" show on the tweets or on the press release. If the WJLA news team thinks that sharing drink specials from a restaurant is actual news, they are not familiar with real journalism.\r\n\r\nIn this era where journalism is being called \"fake news\" whenever it digs up inconvenient information for a politician, it is not a good look to get money to run publicity, without even acknowledging that it is paid.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Publications\' need for revenue threatens public relations efforts','','inherit','open','open','','3609-revision-v1','','','2017-12-08 08:41:51','2017-12-08 13:41:51','',3609,'http://deborahbrody.com/2017/12/3609-revision-v1/',0,'revision','',0),
(3614,4,'2017-12-12 10:54:06','2017-12-12 15:54:06','Last night, at a happy hour for the Washington, D.C. chapter of the ASBPE, I got a chance to meet the managing editor of the <em>Washington Business Journal</em>, Vandana Sinha. I asked her about the change I discussed <a title=\"Publications’ need for revenue threatens public relations efforts\" href=\"http://deborahbrody.com/2017/12/publications-need-for-revenue-and-pr/\">here last week</a>, where the <em>Business Journal</em> is now charging for personnel announcements in their  \"People on the Move\" section.\r\n\r\nSinha told me that companies are actually very happy about the change, because they can now be assured that their announcements will be printed. Companies feel they\'ve gained control over the process.\r\n\r\n<strong>Paid vs. earned</strong>\r\n\r\nThat reaction points to the advantage of advertising over public relations, and it\'s the difference between paid and earned media. If you pay for ad space, you get it. You can place whatever ad or information you choose (within certain limits).\r\n\r\nWhen you rely on media relations efforts to obtain coverage for your organization, you are not assured of success. It will depend on whether what you are trying to get out there is deemed \"newsworthy\" by the editors/journalists at the media outlet you are targeting. If you get coverage, you\'ve \"earned\" it.\r\n\r\nIf we are at a point, due to limited resources and dwindling subscriptions, where reporters and editors are stretched to the point that they no longer can entertain pitches and read press releases, what is the future of media relations? Furthermore, if media outlets are searching for more ways to bring in revenue,  by seeking various sponsorships and now charging for announcements (and in effect making something that was previously earned into paid), where does that leave a media relations practitioner?\r\n\r\nClearly, if you pay for your media (advertising), you are guaranteed not only coverage, but coverage that you like. What is the incentive for organizations to hire anybody to do media relations?\r\n\r\n<strong>Media relations is a tactic</strong>\r\n\r\nFor many years, public relations practice seems to have been more focused on media relations than on strategy and image management. It was easier to do publicity than it was to counsel clients on other ways to improve their public standing.\r\n\r\nIn my opinion, the practice of media relations has to evolve (or even disappear), if it hasn\'t already. No longer can agencies simply churn out press releases, pitch editors, and earn media for their clients. That is become increasingly unproductive and difficult to achieve. Additionally, the way people consume news has changed dramatically. There are few true mass media outlets left, and many more targeted, specialty channels.\r\n\r\n<strong>The media landscape has changed</strong>\r\n\r\nBecause of the new media landscape, public relations, where the practice is about managing perceptions of an organization, has to re-focus its efforts away from media relations.  It\'s important to recognize that media relations is just <em>a tactic</em> to help PR achieve its objectives.\r\n\r\nMany PR agencies are already turning away from media relations. Today\'s PR agencies are doing much more social media, marketing, crisis communications and other practices in order to help organization manage their public presence.\r\n\r\n<strong>Bring back integrated marketing communications!</strong>\r\n\r\nPR is not advertising, but both are essential components of any communications plan. Perhaps the future will bring us <strong>communications agencies</strong>, where PR and advertising are integrated. Yes, I know this is not a new concept, but it\'s one that needs to revisited now that times have changed.\r\n\r\nWhat are your thoughts on media relations practices? Is it something that is still worthwhile? Should PR evolve? Please share your comments.\r\n\r\n&nbsp;','If advertising is better, why bother with PR?','','publish','open','open','','if-advertising-is-better-why-bother-with-pr','','\nhttp://deborahbrody.com/2017/12/publications-need-for-revenue-and-pr/','2017-12-12 10:54:06','2017-12-12 15:54:06','',0,'http://deborahbrody.com/?p=3614',0,'post','',0),
(3615,4,'2017-12-12 10:53:42','2017-12-12 15:53:42','Last night, at a happy hour for the Washington, D.C. chapter of the ASBPE, I got a chance to meet the managing editor of the <em>Washington Business Journal</em>, Vandana Sinha. I asked her about the change I discussed <a title=\"Publications’ need for revenue threatens public relations efforts\" href=\"http://deborahbrody.com/2017/12/publications-need-for-revenue-and-pr/\">here last week</a>, where the <em>Business Journal</em> is now charging for personnel announcements in their  \"People on the Move\" section.\r\n\r\nSinha told me that companies are actually very happy about the change, because they can now be assured that their announcements will be printed. Companies feel they\'ve gained control over the process.\r\n\r\n<strong>Paid vs. earned</strong>\r\n\r\nThat reaction points to the advantage of advertising over public relations, and it\'s the difference between paid and earned media. If you pay for ad space, you get it. You can place whatever ad or information you choose (within certain limits).\r\n\r\nWhen you rely on media relations efforts to obtain coverage for your organization, you are not assured of success. It will depend on whether what you are trying to get out there is deemed \"newsworthy\" by the editors/journalists at the media outlet you are targeting. If you get coverage, you\'ve \"earned\" it.\r\n\r\nIf we are at a point, due to limited resources and dwindling subscriptions, where reporters and editors are stretched to the point that they no longer can entertain pitches and read press releases, what is the future of media relations? Furthermore, if media outlets are searching for more ways to bring in revenue,  by seeking various sponsorships and now charging for announcements (and in effect making something that was previously earned into paid), where does that leave a media relations practitioner?\r\n\r\nClearly, if you pay for your media (advertising), you are guaranteed not only coverage, but coverage that you like. What is the incentive for organizations to hire anybody to do media relations?\r\n\r\n<strong>Media relations is a tactic</strong>\r\n\r\nFor many years, public relations practice seems to have been more focused on media relations than on strategy and image management. It was easier to do publicity than it was to counsel clients on other ways to improve their public standing.\r\n\r\nIn my opinion, the practice of media relations has to evolve (or even disappear), if it hasn\'t already. No longer can agencies simply churn out press releases, pitch editors, and earn media for their clients. That is become increasingly unproductive and difficult to achieve. Additionally, the way people consume news has changed dramatically. There are few true mass media outlets left, and many more targeted, specialty channels.\r\n\r\n<strong>The media landscape has changed</strong>\r\n\r\nBecause of the new media landscape, public relations, where the practice is about managing perceptions of an organization, has to re-focus its efforts away from media relations.  It\'s important to recognize that media relations is just <em>a tactic</em> to help PR achieve its objectives.\r\n\r\nMany PR agencies are already turning away from media relations. Today\'s PR agencies are doing much more social media, marketing, crisis communications and other practices in order to help organization manage their public presence.\r\n\r\n<strong>Bring back integrated marketing communications!</strong>\r\n\r\nPR is not advertising, but both are essential components of any communications plan. Perhaps the future will bring us <strong>communications agencies</strong>, where PR and advertising are integrated. Yes, I know this is not a new concept, but it\'s one that needs to revisited now that times have changed.\r\n\r\nWhat are your thoughts on media relations practices? Is it something that is still worthwhile? Should PR evolve? Please share your comments.\r\n\r\n&nbsp;','If advertising is better, why bother with PR?','','inherit','open','open','','3614-revision-v1','','','2017-12-12 10:53:42','2017-12-12 15:53:42','',3614,'http://deborahbrody.com/2017/12/3614-revision-v1/',0,'revision','',0),
(3617,4,'2017-12-19 09:41:55','2017-12-19 14:41:55','I got this postcard last week from a real estate agent who is selling a townhouse near me:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/img046ed.jpg\"><img class=\"aligncenter wp-image-3619 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/img046ed-1024x639.jpg\" alt=\"img046ed\" width=\"1024\" height=\"639\" /></a> Seems this lovely townhouse costs more than $51 million.\r\n\r\nYes, it is an error, but that\'s what happens when you don\'t bother to proofread your work. Numbers are especially tricky, and in this case, comma placement (and lack of periods) makes a several <em>million</em> dollar mistake.\r\n\r\nWould you trust a real estate agent who doesn\'t bother to check details on a listing before she prints hundreds of postcards and mails them out? Would you want someone like this reviewing your contract for a home? Putting in an offer in your name?\r\n\r\nDon\'t lose millions and your credibility. Take a few minutes to proofread your work. And if you can\'t, hire someone who can.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #ff0000;\">Happy holidays to our Caffeinated Ideas readers! We\'ll be back with more great content in 2018. </span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What\'s a comma worth?','','publish','open','open','','whats-a-comma-worth','','','2017-12-19 09:41:55','2017-12-19 14:41:55','',0,'http://deborahbrody.com/?p=3617',0,'post','',0),
(3619,4,'2017-12-19 09:31:45','2017-12-19 14:31:45','','img046ed','','inherit','open','open','','img046ed','','','2017-12-19 09:31:45','2017-12-19 14:31:45','',3617,'http://deborahbrody.com/wp-content/uploads/2017/12/img046ed.jpg',0,'attachment','image/jpeg',0),
(3620,4,'2017-12-19 09:39:12','2017-12-19 14:39:12','I got this postcard last week from a real estate agent who is selling a townhouse near me:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/img046ed.jpg\"><img class=\"aligncenter wp-image-3619 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/img046ed-1024x639.jpg\" alt=\"img046ed\" width=\"1024\" height=\"639\" /></a> Seems this lovely townhouse costs more than $51 million.\r\n\r\nYes, it is an error, but that\'s what happens when you don\'t bother to proofread your work. Numbers are especially tricky, and in this case, comma placement (and lack of periods) makes a several million dollar mistake.\r\n\r\nWould you trust a real estate agent who doesn\'t bother to check details on a listing before she prints 100s of postcards and mails them out? Would you want someone like this reviewing your contract for a home? Putting an offer in your name?\r\n\r\nDon\'t lose millions and your credibility. Take a few minutes to proofread your work. And if you can\'t, hire someone who can.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #ff0000;\">Happy holidays to our Caffeinated Ideas readers! We\'ll be back with more great content in 2018. </span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What\'s a comma worth?','','inherit','open','open','','3617-revision-v1','','','2017-12-19 09:39:12','2017-12-19 14:39:12','',3617,'http://deborahbrody.com/2017/12/3617-revision-v1/',0,'revision','',0),
(3621,4,'2017-12-19 09:41:55','2017-12-19 14:41:55','I got this postcard last week from a real estate agent who is selling a townhouse near me:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2017/12/img046ed.jpg\"><img class=\"aligncenter wp-image-3619 size-large\" src=\"http://deborahbrody.com/wp-content/uploads/2017/12/img046ed-1024x639.jpg\" alt=\"img046ed\" width=\"1024\" height=\"639\" /></a> Seems this lovely townhouse costs more than $51 million.\r\n\r\nYes, it is an error, but that\'s what happens when you don\'t bother to proofread your work. Numbers are especially tricky, and in this case, comma placement (and lack of periods) makes a several <em>million</em> dollar mistake.\r\n\r\nWould you trust a real estate agent who doesn\'t bother to check details on a listing before she prints hundreds of postcards and mails them out? Would you want someone like this reviewing your contract for a home? Putting in an offer in your name?\r\n\r\nDon\'t lose millions and your credibility. Take a few minutes to proofread your work. And if you can\'t, hire someone who can.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #ff0000;\">Happy holidays to our Caffeinated Ideas readers! We\'ll be back with more great content in 2018. </span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What\'s a comma worth?','','inherit','open','open','','3617-revision-v1','','','2017-12-19 09:41:55','2017-12-19 14:41:55','',3617,'http://deborahbrody.com/2017/12/3617-revision-v1/',0,'revision','',0),
(3624,4,'2018-01-04 14:09:56','2018-01-04 19:09:56','We are only four days into the new year, and there is plenty of time ahead to re-calibrate or re-focus your marketing efforts to achieve maximum success in 2018. You can also use this time and planning to create a completely new marketing strategy. To help you make the most of this opportunity, I am offering you four steps to get you on the right track.\r\n\r\n<strong>Step 1: REVIEW</strong>\r\n\r\nLook back at your marketing efforts in 2017. What did you do? Social media marketing? Content marketing?  List all your marketing activities, such as newsletters, blog posts, video, social media promotions, advertising, etc. Be sure to include specifics, such as what vendors and technology you used (e.g., Constant Contact or MailChimp, Hootsuite or Tweetdeck, etc.) You may also want to incorporate how much these activities cost you, for example, how much you spent on subscription-based services, video production, content production, and so forth.\r\n\r\n<strong>Step 2: BENCHMARK</strong>\r\n\r\nHow do you know how far you\'ve come if you don\'t know where you started? Benchmarking at specific intervals or times of the year is a great way to measure your progress (or lack thereof).  To do this, create a simple table in Excel or in Word. The first column will list the indicators you want to track.  Input the numbers for the indicators you are tracking under a second column headed with the date you collected the information. Add another column for the next date you will revisit these numbers. You could do this on a quarterly, semi-annual, or annual basis, depending on your business plan.\r\n\r\nTo figure out what to benchmark, think about the different components of your marketing plan you reviewed in the first step: content marketing, digital/social media marketing, print, etc. What are some key performance indicators (KPIs) within those components?\r\n\r\nSome possible indicators are:\r\n<ul>\r\n	<li>Revenue</li>\r\n	<li>Social media likes/followers (broken down by channel)</li>\r\n	<li>Newsletter subscribers/open rates</li>\r\n	<li>Website conversion rate</li>\r\n	<li>Number of visitors to the website</li>\r\n	<li>Number of customers/clients served</li>\r\n</ul>\r\n<strong>Step 3:  ANALYZE AND ASSESS</strong>\r\n\r\nLooking back at your efforts in 2017, where did you spend the most time and effort? What worked the best? What worked the least? Where was the biggest return on investment (ROI)? What vendors were worth it? Did you have trouble using certain technology? Is there a better way to do what you have been doing?  In terms of social media/digital strategy, what tactics earned the most attention/engagement?\r\n\r\nYour aim here is to recognize patterns, successes, and failures.\r\n\r\n<strong>Step 4: CREATE YOUR 2018 ROADMAP\r\n</strong>\r\n\r\nNow that you know what you did and whether it worked or not, you can decide what to continue and what to eliminate. Perhaps you want to add more budget/time to your email marketing. Perhaps you want to scale back your efforts on social media channels.  Looking at your benchmarks, what numbers do you want to change? How will you get there? Perhaps you want to increase your website conversion rate. What activities will achieve the results you want?  Are there areas you want to explore? Perhaps you\'ve heard that voice search will be big in 2018 (it will). What do you need to do to make your SEO responsive to these new challenges?\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nI\'d love to hear what you are planning for 2018 and where you will be spending your marketing dollars. Please share in the comments or email me. I may include your responses in a future blog post.\r\n\r\n<span style=\"color: #ff0000;\"><strong>Happy New Year and good luck with your 2018 planning!</strong></span>','4-step plan to achieve marketing success in 2018','','publish','open','open','','4-step-plan-to-achieve-marketing-success-in-2018','','','2018-01-04 14:09:56','2018-01-04 19:09:56','',0,'http://deborahbrody.com/?p=3624',0,'post','',0),
(3625,4,'2018-01-04 11:35:40','2018-01-04 16:35:40','We are only four days into the new year, and now is a good time to re-calibrate or re-focus your marketing efforts to achieve maximum success in 2018. To make the most of this opportunity, I am offering you four steps to get you on the right track.\r\n\r\n<strong>Step 1: BENCHMARK</strong>\r\n\r\nHow do you know how far you\'ve come if you don\'t know where you started? Benchmarking at specific intervals or times of the year is a great way to measure your progress (or lack thereof).  To do this, create a simple table in Excel or in Word. One column should be the indicators you want to track. Some possible indicators are:\r\n<ul>\r\n	<li>Revenue</li>\r\n	<li>Social media likes/followers (broken down by channel)</li>\r\n	<li>Newsletter subscribers/open rates</li>\r\n	<li>Website bounce rate</li>\r\n	<li>Website conversion rate</li>\r\n</ul>\r\nInput the numbers for the indicators you are tracking under a column with today\'s date. Add another column for the next date you will revisit these numbers. You could do this on a quarterly, semi-annual, or annual basis, depending on your business plan.\r\n\r\n<strong>Step 2: REVIEW</strong>\r\n\r\nLook back at your marketing efforts in 2017. What did you do? List all your marketing activities, such as newsletters, blog posts, social media promotions, etc. Be sure to include specifics, such as what vendors and technology you used (e.g., Constant Contact or MailChimp, Hootsuite or Tweetdeck, etc.) You may also want to incorporate how much these activities cost you, especially with subscription based services.\r\n\r\n<strong>Step 3:  ANALYZE AND ASSESS</strong>\r\n\r\nLooking back at your efforts in 2017, what worked the best? What worked the least? Where was the biggest return on investment (ROI)? What vendors were worth it?\r\n\r\n<strong>Step 4: SET 2018 GOALS</strong>\r\n\r\nNow that you know what you did and whether it worked or not, you can decide what to continue and what to eliminate. Perhaps you want to add more budget/time to your email marketing. Perhaps you want to scale back your efforts on social media channels.  List  your g','4-step plan to achieve marketing success in 2018','','inherit','open','open','','3624-revision-v1','','','2018-01-04 11:35:40','2018-01-04 16:35:40','',3624,'http://deborahbrody.com/2018/01/3624-revision-v1/',0,'revision','',0),
(3626,4,'2018-01-04 14:06:48','2018-01-04 19:06:48','We are only four days into the new year, and there is plenty of time ahead to re-calibrate or re-focus your marketing efforts to achieve maximum success in 2018. You can also use this time and planning to create a completely new marketing strategy. To help you make the most of this opportunity, I am offering you four steps to get you on the right track.\r\n\r\n<strong>Step 1: REVIEW</strong>\r\n\r\nLook back at your marketing efforts in 2017. What did you do? Social media marketing? Content marketing?  List all your marketing activities, such as newsletters, blog posts, video, social media promotions, advertising, etc. Be sure to include specifics, such as what vendors and technology you used (e.g., Constant Contact or MailChimp, Hootsuite or Tweetdeck, etc.) You may also want to incorporate how much these activities cost you, for example, how much you spent on subscription-based services, video production, content production, and so forth.\r\n\r\n<strong>Step 2: BENCHMARK</strong>\r\n\r\nHow do you know how far you\'ve come if you don\'t know where you started? Benchmarking at specific intervals or times of the year is a great way to measure your progress (or lack thereof).  To do this, create a simple table in Excel or in Word. The first column will list the indicators you want to track.  Input the numbers for the indicators you are tracking under a second column headed with the date you collected the information. Add another column for the next date you will revisit these numbers. You could do this on a quarterly, semi-annual, or annual basis, depending on your business plan.\r\n\r\nTo figure out what to benchmark, think about the different components of your marketing plan you reviewed in the first step: content marketing, digital/social media marketing, print, etc. What are some key performance indicators (KPIs) within those components?\r\n\r\nSome possible indicators are:\r\n<ul>\r\n	<li>Revenue</li>\r\n	<li>Social media likes/followers (broken down by channel)</li>\r\n	<li>Newsletter subscribers/open rates</li>\r\n	<li>Website conversion rate</li>\r\n	<li>Number of visitors to the website</li>\r\n	<li>Number of customers/clients served</li>\r\n</ul>\r\n<strong>Step 3:  ANALYZE AND ASSESS</strong>\r\n\r\nLooking back at your efforts in 2017, where did you spend the most time and effort? What worked the best? What worked the least? Where was the biggest return on investment (ROI)? What vendors were worth it? Did you have trouble using certain technology? Is there a better way to do what you have been doing?  In terms of social media/digital strategy, what tactics earned the most attention/engagement?\r\n\r\nYour aim here is to recognize patterns, successes, and failures.\r\n\r\n<strong>Step 4: CREATE YOUR 2018 ROADMAP\r\n</strong>\r\n\r\nNow that you know what you did and whether it worked or not, you can decide what to continue and what to eliminate. Perhaps you want to add more budget/time to your email marketing. Perhaps you want to scale back your efforts on social media channels.  Looking at your benchmarks, what numbers do you want to change? How will you get there? Perhaps you want to increase your website conversion rate. What activities will achieve the results you want?  Are there areas you want to explore? Perhaps you\'ve heard that voice search will be big in 2018 (it will). What do you need to do to make your SEO responsive to these new challenges?\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nI\'d love to hear what you are planning for 2018 and where you will be spending your marketing dollars. Please share in the comments or email me. I may include your responses in a future blog post.\r\n\r\n<span style=\"color: #ff0000;\"><strong>Happy New Year and good luck with your 2018 planning!</strong></span>','4-step plan to achieve marketing success in 2018','','inherit','open','open','','3624-revision-v1','','','2018-01-04 14:06:48','2018-01-04 19:06:48','',3624,'http://deborahbrody.com/2018/01/3624-revision-v1/',0,'revision','',0),
(3628,4,'2018-01-11 14:23:47','2018-01-11 19:23:47','Today, I got an email about a six-week communications leadership seminar. It sounds interesting, except it takes place in Chicago and I live near Washington, D.C. The target audience for this seminar is business professionals who live in the greater Chicago are yet this email was probably sent to the whole list.\r\n\r\nEmail marketing is great because it is relatively inexpensive, and because it is highly customizable. Say you are a retailer with stores across the country. You could send emails to your customers in specific locations announcing the opening of a new store or a change in hours, or perhaps a change in location.\r\n\r\n<strong>In other words, with email marketing you can send targeted email messages that are relevant to their recipients at a relatively low cost.</strong>\r\n\r\nYet the email I received about the Chicago seminar is not relevant. It is just clutter in my inbox. Why did I get this email? I\'d venture to say it is because the list owner did not either a) segment the list, or b) gather enough information from the recipients to allow for segmentation, or c) both.\r\n\r\nMost email marketing programs allow for list segmentation. If you are marketing to a diverse audience, you will have to gather some relevant information to be able to segment your list or to be able to personalize it. If you don\'t gather information that will allow segmentation and/or you have an email provider that doesn\'t allow for segmentation, you need to make some changes ASAP. That is, unless you are trying to get your email deleted or generate a few unsubscribes.','You do know you can segment your mailing list, right?','','publish','open','open','','you-do-know-you-can-segment-your-mailing-list-right','','','2018-01-11 14:23:47','2018-01-11 19:23:47','',0,'http://deborahbrody.com/?p=3628',0,'post','',0),
(3629,4,'2018-01-11 14:23:47','2018-01-11 19:23:47','Today, I got an email about a six-week communications leadership seminar. It sounds interesting, except it takes place in Chicago and I live near Washington, D.C. The target audience for this seminar is business professionals who live in the greater Chicago are yet this email was probably sent to the whole list.\r\n\r\nEmail marketing is great because it is relatively inexpensive, and because it is highly customizable. Say you are a retailer with stores across the country. You could send emails to your customers in specific locations announcing the opening of a new store or a change in hours, or perhaps a change in location.\r\n\r\n<strong>In other words, with email marketing you can send targeted email messages that are relevant to their recipients at a relatively low cost.</strong>\r\n\r\nYet the email I received about the Chicago seminar is not relevant. It is just clutter in my inbox. Why did I get this email? I\'d venture to say it is because the list owner did not either a) segment the list, or b) gather enough information from the recipients to allow for segmentation, or c) both.\r\n\r\nMost email marketing programs allow for list segmentation. If you are marketing to a diverse audience, you will have to gather some relevant information to be able to segment your list or to be able to personalize it. If you don\'t gather information that will allow segmentation and/or you have an email provider that doesn\'t allow for segmentation, you need to make some changes ASAP. That is, unless you are trying to get your email deleted or generate a few unsubscribes.','You do know you can segment your mailing list, right?','','inherit','open','open','','3628-revision-v1','','','2018-01-11 14:23:47','2018-01-11 19:23:47','',3628,'http://deborahbrody.com/2018/01/3628-revision-v1/',0,'revision','',0),
(3631,4,'2018-01-24 13:32:02','2018-01-24 18:32:02','<strong>This is not the Spam that comes in a can</strong>\r\n\r\n<span style=\"text-decoration: underline;\">On the telephone</span>\r\n\r\nHave you received multiple calls on your landline and/or cell phone that are in the same area code and start with the same three digits as your phone number? Chances are high that you have. Spammers are hoping that you will think that this a local number and therefore will answer. However, when they keep using this technique over and over and over again, and when caller ID shows you names of people you don\'t know, you learn pretty quickly that this is a spam call and you don\'t answer.\r\n\r\n<span style=\"text-decoration: underline;\">On email </span>\r\n\r\nIf you are a website owner, have you received emails telling you that you have problems on your website and that the emailer can fix these \"fatal\" errors so that your website can function? After the second or third one, chances are good you figured out that this is a scam and you deleted the email and/or added it to your junk list and/or reported it.\r\n\r\nor\r\n\r\nHave you gotten an email like this one I have already received twice (word for word) from \"Tina Richardson:\"\r\n<blockquote>Hello Deborah,\r\n\r\nI just came across the Mad Mimi piece, \"<a href=\"https://madmimi.com/s/922a47%3cbr%20/%3ehttps:/madmimi.com/s/913837%3cbr%20/%3ehttps:/madmimi.com/s/15fdf6\">Dyscalculia and MLD Newsletter</a>.\" Nice job! As a heads up, your site is not WC3 accessible for people with physical disabilities related to dyscalculia. I get it: your website can\'t be accessibility compliant without sacrificing design, interactivity and general user experience for visitors without disabilities (paying 50% more for designers and coders might help, but would still fall short).</blockquote>\r\nThe very red flag here is that there is no \"Mad Mimi\" piece that I wrote about dyscalculia.\r\n\r\nThese are real examples. I get these calls and emails, several times a day. Apparently, the idea here is that I am going to believe that the call is from someone I know, or that my website has a ton of problems, or even that I wrote something that I didn\'t. In short, all these \"marketing\" pieces depend on my naivete or stupidity or lack of common sense. They are designed so that a trusting or uninformed person falls for them.\r\n\r\n<strong>What differentiates spam marketing from real marketing</strong>\r\n\r\nHow you view your target audience determines what kind of marketer you are. If you view your audience as naive, easily swayed or just plain stupid, chances are you are a spammer/scammer. If, on the other hand, you view your audience as knowledge-seeking and perhaps even sophisticated, chances you are a real marketer (and therefore probably more successful).\r\n\r\nReal marketing seeks to give potential customers fact-based information on which to base a buying decision. Spam/scam marketing often uses fear-mongering or the assumption that the target does not have enough information.\r\n\r\nIf you want to be taken seriously, do not view your target audience as stupid, gullible, uniformed, unsophisticated. Instead, view your target as smart and then your marketing will also be smart and successful.\r\n\r\n&nbsp;','How do you view your target audience?','','publish','open','open','','how-do-you-view-your-target-audience','','','2018-01-24 13:32:02','2018-01-24 18:32:02','',0,'http://deborahbrody.com/?p=3631',0,'post','',0),
(3632,4,'2018-01-23 13:05:54','2018-01-23 18:05:54','How you view your target audience determines what kind of marketer you are. If you view your audience as naive, easily swayed or just plain stupid, chances are you are a spammer. If, on the other hand, you view your audience as knowledge-seeking and perhaps even sophisticated, chances you are a genuine marketer (and therefore probably more successful).','How do you view your target audience?','','inherit','open','open','','3631-revision-v1','','','2018-01-23 13:05:54','2018-01-23 18:05:54','',3631,'http://deborahbrody.com/2018/01/3631-revision-v1/',0,'revision','',0),
(3633,4,'2018-01-24 13:32:02','2018-01-24 18:32:02','<strong>This is not the Spam that comes in a can</strong>\r\n\r\n<span style=\"text-decoration: underline;\">On the telephone</span>\r\n\r\nHave you received multiple calls on your landline and/or cell phone that are in the same area code and start with the same three digits as your phone number? Chances are high that you have. Spammers are hoping that you will think that this a local number and therefore will answer. However, when they keep using this technique over and over and over again, and when caller ID shows you names of people you don\'t know, you learn pretty quickly that this is a spam call and you don\'t answer.\r\n\r\n<span style=\"text-decoration: underline;\">On email </span>\r\n\r\nIf you are a website owner, have you received emails telling you that you have problems on your website and that the emailer can fix these \"fatal\" errors so that your website can function? After the second or third one, chances are good you figured out that this is a scam and you deleted the email and/or added it to your junk list and/or reported it.\r\n\r\nor\r\n\r\nHave you gotten an email like this one I have already received twice (word for word) from \"Tina Richardson:\"\r\n<blockquote>Hello Deborah,\r\n\r\nI just came across the Mad Mimi piece, \"<a href=\"https://madmimi.com/s/922a47%3cbr%20/%3ehttps:/madmimi.com/s/913837%3cbr%20/%3ehttps:/madmimi.com/s/15fdf6\">Dyscalculia and MLD Newsletter</a>.\" Nice job! As a heads up, your site is not WC3 accessible for people with physical disabilities related to dyscalculia. I get it: your website can\'t be accessibility compliant without sacrificing design, interactivity and general user experience for visitors without disabilities (paying 50% more for designers and coders might help, but would still fall short).</blockquote>\r\nThe very red flag here is that there is no \"Mad Mimi\" piece that I wrote about dyscalculia.\r\n\r\nThese are real examples. I get these calls and emails, several times a day. Apparently, the idea here is that I am going to believe that the call is from someone I know, or that my website has a ton of problems, or even that I wrote something that I didn\'t. In short, all these \"marketing\" pieces depend on my naivete or stupidity or lack of common sense. They are designed so that a trusting or uninformed person falls for them.\r\n\r\n<strong>What differentiates spam marketing from real marketing</strong>\r\n\r\nHow you view your target audience determines what kind of marketer you are. If you view your audience as naive, easily swayed or just plain stupid, chances are you are a spammer/scammer. If, on the other hand, you view your audience as knowledge-seeking and perhaps even sophisticated, chances you are a real marketer (and therefore probably more successful).\r\n\r\nReal marketing seeks to give potential customers fact-based information on which to base a buying decision. Spam/scam marketing often uses fear-mongering or the assumption that the target does not have enough information.\r\n\r\nIf you want to be taken seriously, do not view your target audience as stupid, gullible, uniformed, unsophisticated. Instead, view your target as smart and then your marketing will also be smart and successful.\r\n\r\n&nbsp;','How do you view your target audience?','','inherit','open','open','','3631-revision-v1','','','2018-01-24 13:32:02','2018-01-24 18:32:02','',3631,'http://deborahbrody.com/2018/01/3631-revision-v1/',0,'revision','',0),
(3635,4,'2018-02-02 12:08:54','2018-02-02 17:08:54','I just came back from a mini-vacation to visit family in New York City. It was lots of fun--there was lots of walking, and lots of eating. But great time aside, I noticed that different vendors/organizations set expectations differently. Setting customer expectations early and clearly helps ensure your customers have a good experience with your organization.\r\n\r\n<strong>Either put those jackets back on or tie them around your waist</strong>\r\n\r\nMy cousin and I visited the Jewish Museum in New York. It was warm in the building and once we got to the floor for the special exhibit we were there to see, we had removed our winter coats and had them draped over our arms. Within seconds, a guard was telling us we had to put the coats on or tie them around our waist. It was too late to go back down to the coat check so we both put the coats around our shoulders. But we were uncomfortably warm. The woman at the admissions desk could have told us to check our coats. She could\'ve given us a map of the museum or some (any) information. She did nothing but take our money and give us tickets. She, and the museum itself, did not set expectations properly.  (P.S.:  Directly after the Jewish Museum, I went to the Met. The guards there do not care if you carry your coat.)\r\n\r\n<strong>Wagamama knows how to do it</strong>\r\n\r\nWagamama is a British chain of Asian-style food. They\'ve only recently expanded to the United States with a couple restaurants in New York City. Most Americans are probably not familiar with the chain, and the first question my server asked was whether I had dined at Wagamama before (I have). Since Wagamama has a quirky way of serving—they mark your order on your placemat and then bring out food as it\'s ready—the waiter wanted to set my expectations. Like I said I have dined there, but I appreciated the reminder (it\'d been a long time).\r\n\r\n<strong>Vamoose is confuse(d)—and uneven</strong>\r\n\r\nI\'ve taken Vamoose before, and I thought I knew how they operate.  For example, I know that when you get to the designated pick up stop, there will be a line to get on the bus. Obviously, the closer to the front of the line you are, the more likely you will be able to sit where you prefer. On the trip from DC to New York, the bus attendants gave out water and newspapers. But after getting on the bus, there was not a word from anybody. Nobody told us about WiFi, lights, bathrooms/rest stops, how long the trip was expected to take, nothing. The driver did not utter a word until about two and half hours into the ride, and that was <em>after</em> he stopped at a rest stop and then all he told us was that we had fifteen minutes to use the facilities.\r\n\r\nOn the return trip, when I got to the stop in New York, I wanted to make sure there would be water, and I asked the attendant if they would give it out. He didn\'t know. Based on my experience and expectation, they would hand out water, but I decided not to take any chances and went to buy some. Good thing I did because there was no water to be had from Vamoose. In other words, they did not meet an expectation, nor did they set it appropriately.\r\n\r\nOnce I got on the bus, one of the attendants gave a detailed announcement about the WiFi, travel time, bathroom availability, and also, telling people to keep conversations short and phones on mute. That was a plus and something that had not been done on the trip there. It was a good thing the attendant gave that information, because for the rest of the trip, there was not one word from the driver. He did not stop at all. He did not even announce that we had arrived at the first stop in the DC area, or how long the bus would be there to offload passengers.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nNone of these experiences changes my opinion on the  organization/business. I would still attend the Jewish Museum in the future,  still eat at Wagamama, and still ride the Vamoose to New York. I chose these organizations for specific reasons—interest in the exhibit (museum), type of food and ambiance (Wagamama), and convenience and price (Vamoose).\r\n\r\nEven though you choose to do business with companies and organizations in spite of any shortcomings,  those that are able to set, manage, and most importantly, meet customer expectations will provide a more enjoyable customer experience.','Setting customer expectations ','','publish','open','open','','setting-customer-expectations','','','2018-02-02 12:08:54','2018-02-02 17:08:54','',0,'http://deborahbrody.com/?p=3635',0,'post','',0),
(3636,4,'2018-02-02 10:06:56','2018-02-02 15:06:56','I just came back from a mini-vacation to visit family in New York City. It was lots of fun, lots of walking, and lots of eating. But great time aside, I noticed that different vendors/organizations set expectations differently.\r\n\r\nWagamama knows how to do it.\r\n\r\nWagamama is a British chain of Asian-style food. They\'ve only recently expanded to the United States with a couple restaurants in New York City. Most Americans are probably not familiar with the chain, and the first question my server asked was whether I had dined at Wagamama before. Since Wagamama has a quirky was of serving-they mark your order on your placemat and then bring out food as its ready--the waiter wanted to set my expectations. I have dined there, but I appreciated the reminder.\r\n\r\nVamoose is confuse(d) --and uneven\r\n\r\nI\'ve taken Vamoose before, and I know how they operate....but only because I\'ve gone to New York with them before. When you get to the designated pick up stop, there will be a line to get on the bus. Obviously, the closer to the front of the line you are, the more likely you will be able to sit where you prefer. On the trip from DC to NYC, the bus attendants gave out water and newspapers. But after getting on the bus, there was not a word from anybody. Nobody told us about WiFi, lights, how long the trip was expected to take, whether there would be any stops, nothing. The driver did not utter a word until about two and half hours into the ride, and that was after he stopped at a rest stop. He told us we had fifteen minutes.\r\n\r\nOn the return trip, I got to the stop and there was a line snaking down the block. I asked the attendant if they would give out water. He didn\'t know. I decided to take no chances and went to buy some. Once I got on the bus, which was full, one of the attendants gave a detailed announcement about the WiFi, travel time, and also, telling people to keep conversations short and phones on mute.','Setting customer expectations ','','inherit','open','open','','3635-revision-v1','','','2018-02-02 10:06:56','2018-02-02 15:06:56','',3635,'http://deborahbrody.com/2018/02/3635-revision-v1/',0,'revision','',0),
(3637,4,'2018-02-02 11:16:47','2018-02-02 16:16:47','I just came back from a mini-vacation to visit family in New York City. It was lots of fun, lots of walking, and lots of eating. But great time aside, I noticed that different vendors/organizations set expectations differently. Setting customer expectations early and clearly helps ensure they have a good experience with your organization.\r\n\r\nEither put those jackets back on or tie them around your waist\r\n\r\nMy cousin and I visited the Jewish Museum in New York. Once we got to the floor for the e\r\n\r\n&nbsp;\r\n\r\nWagamama knows how to do it.\r\n\r\nWagamama is a British chain of Asian-style food. They\'ve only recently expanded to the United States with a couple restaurants in New York City. Most Americans are probably not familiar with the chain, and the first question my server asked was whether I had dined at Wagamama before. Since Wagamama has a quirky was of serving-they mark your order on your placemat and then bring out food as its ready--the waiter wanted to set my expectations. I have dined there, but I appreciated the reminder.\r\n\r\nVamoose is confuse(d) --and uneven\r\n\r\nI\'ve taken Vamoose before, and I know how they operate....but only because I\'ve gone to New York with them before. When you get to the designated pick up stop, there will be a line to get on the bus. Obviously, the closer to the front of the line you are, the more likely you will be able to sit where you prefer. On the trip from DC to NYC, the bus attendants gave out water and newspapers. But after getting on the bus, there was not a word from anybody. Nobody told us about WiFi, lights, how long the trip was expected to take, whether there would be any stops, nothing. The driver did not utter a word until about two and half hours into the ride, and that was after he stopped at a rest stop. He told us we had fifteen minutes.\r\n\r\nOn the return trip, I got to the stop and there was a line snaking down the block. I asked the attendant if they would give out water. He didn\'t know. I decided to take no chances and went to buy some. Once I got on the bus, which was full, one of the attendants gave a detailed announcement about the WiFi, travel time, and also, telling people to keep conversations short and phones on mute.','Setting customer expectations ','','inherit','open','open','','3635-revision-v1','','','2018-02-02 11:16:47','2018-02-02 16:16:47','',3635,'http://deborahbrody.com/2018/02/3635-revision-v1/',0,'revision','',0),
(3638,4,'2018-02-02 12:03:40','2018-02-02 17:03:40','I just came back from a mini-vacation to visit family in New York City. It was lots of fun--there was lots of walking, and lots of eating. But great time aside, I noticed that different vendors/organizations set expectations differently. Setting customer expectations early and clearly helps ensure your customers have a good experience with your organization.\r\n\r\n<strong>Either put those jackets back on or tie them around your waist</strong>\r\n\r\nMy cousin and I visited the Jewish Museum in New York. It was warm in the building and once we got to the floor for the special exhibit we were there to see, we had removed our winter coats and had them draped over our arms. Within seconds, a guard was telling us we had to put the coats on or tie them around our waist. It was too late to go back down to the coat check so we both put the coats around our shoulders. But we were uncomfortably warm. The woman at the admissions desk could have told us to check our coats. She could\'ve given us a map of the museum or some (any) information. She did nothing but take our money and give us tickets. Her one instruction was to be sure to put the sticker on our clothes. She, and the museum itself, did not set expectations properly.  (P.S.:  Directly after the Jewish Museum, I went to the Met. The guards there do not care if you carry your coat.)\r\n\r\n<strong>Wagamama knows how to do it</strong>\r\n\r\nWagamama is a British chain of Asian-style food. They\'ve only recently expanded to the United States with a couple restaurants in New York City. Most Americans are probably not familiar with the chain, and the first question my server asked was whether I had dined at Wagamama before (I have). Since Wagamama has a quirky was of serving—they mark your order on your placemat and then bring out food as it\'s ready—the waiter wanted to set my expectations. Like I said I have dined there, but I appreciated the reminder (it\'d been a long time).\r\n\r\n<strong>Vamoose is confuse(d)—and uneven</strong>\r\n\r\nI\'ve taken Vamoose before, and I thought I knew how they operate.  For example, I know that when you get to the designated pick up stop, there will be a line to get on the bus. Obviously, the closer to the front of the line you are, the more likely you will be able to sit where you prefer. On the trip from DC to New York, the bus attendants gave out water and newspapers. But after getting on the bus, there was not a word from anybody. Nobody told us about WiFi, lights, bathrooms/rest stops, how long the trip was expected to take, nothing. The driver did not utter a word until about two and half hours into the ride, and that was <em>after</em> he stopped at a rest stop and then all he told us was that we had fifteen minutes to use the facilities.\r\n\r\nOn the return trip, when I got to the stop in New York, I wanted to make sure there would be water, and I asked the attendant if they would give it out. He didn\'t know. Based on my experience and expectation, they would hand out water, but I decided not to take any chances and went to buy some. Good thing I did because there was no water to be had from Vamoose. In other words, they did not meet an expectation, nor did they set it appropriately.\r\n\r\nOnce I got on the bus, one of the attendants gave a detailed announcement about the WiFi, travel time, and also, telling people to keep conversations short and phones on mute. That was a plus and something that had not been done on the trip there. It was a good thing the attendant gave that information, because for the rest of the trip, there was not one word from the driver. Not one stop, nothing. He did not even announce that we had arrived at Bethesda  or how long the bus would be at that first stop in the DC area.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nNone of these experiences changes my opinion on the  organization/business. I would still attend the Jewish Museum in the future,  still eat at Wagamama, and still ride the Vamoose to New York. I chose these organizations for specific reasons—interest in the exhibit (museum), type of food and ambiance (Wagamama), and convenience and price (Vamoose).\r\n\r\nEven though you choose to do business with companies and organizations in spite of any shortcomings,  those that are able to set, manage, and most importantly, meet customer expectations will provide a more enjoyable customer experience.','Setting customer expectations ','','inherit','open','open','','3635-revision-v1','','','2018-02-02 12:03:40','2018-02-02 17:03:40','',3635,'http://deborahbrody.com/2018/02/3635-revision-v1/',0,'revision','',0),
(3639,4,'2018-02-02 12:08:54','2018-02-02 17:08:54','I just came back from a mini-vacation to visit family in New York City. It was lots of fun--there was lots of walking, and lots of eating. But great time aside, I noticed that different vendors/organizations set expectations differently. Setting customer expectations early and clearly helps ensure your customers have a good experience with your organization.\r\n\r\n<strong>Either put those jackets back on or tie them around your waist</strong>\r\n\r\nMy cousin and I visited the Jewish Museum in New York. It was warm in the building and once we got to the floor for the special exhibit we were there to see, we had removed our winter coats and had them draped over our arms. Within seconds, a guard was telling us we had to put the coats on or tie them around our waist. It was too late to go back down to the coat check so we both put the coats around our shoulders. But we were uncomfortably warm. The woman at the admissions desk could have told us to check our coats. She could\'ve given us a map of the museum or some (any) information. She did nothing but take our money and give us tickets. She, and the museum itself, did not set expectations properly.  (P.S.:  Directly after the Jewish Museum, I went to the Met. The guards there do not care if you carry your coat.)\r\n\r\n<strong>Wagamama knows how to do it</strong>\r\n\r\nWagamama is a British chain of Asian-style food. They\'ve only recently expanded to the United States with a couple restaurants in New York City. Most Americans are probably not familiar with the chain, and the first question my server asked was whether I had dined at Wagamama before (I have). Since Wagamama has a quirky way of serving—they mark your order on your placemat and then bring out food as it\'s ready—the waiter wanted to set my expectations. Like I said I have dined there, but I appreciated the reminder (it\'d been a long time).\r\n\r\n<strong>Vamoose is confuse(d)—and uneven</strong>\r\n\r\nI\'ve taken Vamoose before, and I thought I knew how they operate.  For example, I know that when you get to the designated pick up stop, there will be a line to get on the bus. Obviously, the closer to the front of the line you are, the more likely you will be able to sit where you prefer. On the trip from DC to New York, the bus attendants gave out water and newspapers. But after getting on the bus, there was not a word from anybody. Nobody told us about WiFi, lights, bathrooms/rest stops, how long the trip was expected to take, nothing. The driver did not utter a word until about two and half hours into the ride, and that was <em>after</em> he stopped at a rest stop and then all he told us was that we had fifteen minutes to use the facilities.\r\n\r\nOn the return trip, when I got to the stop in New York, I wanted to make sure there would be water, and I asked the attendant if they would give it out. He didn\'t know. Based on my experience and expectation, they would hand out water, but I decided not to take any chances and went to buy some. Good thing I did because there was no water to be had from Vamoose. In other words, they did not meet an expectation, nor did they set it appropriately.\r\n\r\nOnce I got on the bus, one of the attendants gave a detailed announcement about the WiFi, travel time, bathroom availability, and also, telling people to keep conversations short and phones on mute. That was a plus and something that had not been done on the trip there. It was a good thing the attendant gave that information, because for the rest of the trip, there was not one word from the driver. He did not stop at all. He did not even announce that we had arrived at the first stop in the DC area, or how long the bus would be there to offload passengers.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nNone of these experiences changes my opinion on the  organization/business. I would still attend the Jewish Museum in the future,  still eat at Wagamama, and still ride the Vamoose to New York. I chose these organizations for specific reasons—interest in the exhibit (museum), type of food and ambiance (Wagamama), and convenience and price (Vamoose).\r\n\r\nEven though you choose to do business with companies and organizations in spite of any shortcomings,  those that are able to set, manage, and most importantly, meet customer expectations will provide a more enjoyable customer experience.','Setting customer expectations ','','inherit','open','open','','3635-revision-v1','','','2018-02-02 12:08:54','2018-02-02 17:08:54','',3635,'http://deborahbrody.com/2018/02/3635-revision-v1/',0,'revision','',0),
(3641,4,'2018-02-08 11:13:42','2018-02-08 16:13:42','But I don\'t ever buy Doritos. I also never drink Mountain Dew. I certainly do not drink Bud Light. Or Michelob Ultra. I don\'t use Tide. And I am not about to go get life insurance from Mass Mutual.\r\n\r\nIf you prefer real beer to Bud Light, no amount of clever/funny/slick ads will change your mind. If you, like me, avoid sugary sodas, having Morgan Freeman appear in an ad drinking one, is not going to make you run out and buy a case.\r\n\r\n<em><strong>They are memorable</strong></em>\r\n\r\nAs a marketing communications person, I\'ve been closely watching Super Bowl ads for the past 20 years. When I worked at an ad agency in Boston in the 1990s, we had time set aside to view the Super Bowl ad reels, and discuss. If you study Super Bowl ads, you can see that many are memorable, and are often discussed for years after they aired. Here, check out this<a href=\"http://admeter.usatoday.com/2015/01/13/all-time-greatest-super-bowl-commercials/\" target=\"_blank\"> list</a> of the top spots from the last 30 years and see how many you remember.\r\n\r\n<em><strong>They cost a lot</strong></em>\r\n\r\nSuper Bowl ads are very expensive: expensive to produce (how much do you think Morgan Freeman got paid to swill the Dew?) and expensive to place. They are very high profile, and are seen by millions of people. Most of these ads are what the industry calls \"image ads.\" That is, these ads promote a brand\'s image more so than making a sale. They raise \"brand awareness.\" And yet, any advertiser that has the budget necessary to run ads on the Super Bowl already has brand awareness. So why bother?\r\n\r\n<em><strong>But do they have a good ROI?</strong></em>\r\n\r\nTo use an industry term, what exactly is the ROI (return on investment) on a Super Bowl ad? What do you think? Do you think the high investment provides the returns to justify doing so?\r\n\r\n&nbsp;','I really liked that Super Bowl ad for Doritos','','publish','open','open','','i-really-liked-that-super-bowl-ad-for-doritos','','','2018-02-08 11:13:42','2018-02-08 16:13:42','',0,'http://deborahbrody.com/?p=3641',0,'post','',0),
(3642,4,'2018-02-08 11:12:42','2018-02-08 16:12:42','But I don\'t ever buy Doritos. I also never drink Mountain Dew. I certainly do not drink Bud Light. Or Michelob Ultra. I don\'t use Tide. And I am not about to go get life insurance from Mass Mutual.\r\n\r\nIf you prefer real beer to Bud Light, no amount of clever/funny/slick ads will change your mind. If you, like me, avoid sugary sodas, having Morgan Freeman appear in an ad drinking one, is not going to make you run out and buy a case.\r\n\r\n<em><strong>They are memorable</strong></em>\r\n\r\nAs a marketing communications person, I\'ve been closely watching Super Bowl ads for the past 20 years. When I worked at an ad agency in Boston in the 1990s, we had time set aside to view the Super Bowl ad reels, and discuss. If you study Super Bowl ads, you can see that many are memorable, and are often discussed for years after they aired. Here, check out this<a href=\"http://admeter.usatoday.com/2015/01/13/all-time-greatest-super-bowl-commercials/\" target=\"_blank\"> list</a> of the top spots from the last 30 years and see how many you remember.\r\n\r\n<em><strong>They cost a lot</strong></em>\r\n\r\nSuper Bowl ads are very expensive: expensive to produce (how much do you think Morgan Freeman got paid to swill the Dew?) and expensive to place. They are very high profile, and are seen by millions of people. Most of these ads are what the industry calls \"image ads.\" That is, these ads promote a brand\'s image more so than making a sale. They raise \"brand awareness.\" And yet, any advertiser that has the budget necessary to run ads on the Super Bowl already has brand awareness. So why bother?\r\n\r\n<em><strong>But do they have a good ROI?</strong></em>\r\n\r\nTo use an industry term, what exactly is the ROI (return on investment) on a Super Bowl ad? What do you think? Do you think the high investment provides the returns to justify doing so?\r\n\r\n&nbsp;','I really liked that Super Bowl ad for Doritos','','inherit','open','open','','3641-revision-v1','','','2018-02-08 11:12:42','2018-02-08 16:12:42','',3641,'http://deborahbrody.com/2018/02/3641-revision-v1/',0,'revision','',0),
(3647,4,'2018-02-11 11:14:50','2018-02-11 16:14:50','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\nWhat\'s new:\r\n\r\nBook a free 15-minute consultation\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2018-02-11 11:14:50','2018-02-11 16:14:50','',2,'http://deborahbrody.com/2018/02/2-revision-v1/',0,'revision','',0),
(3643,4,'2018-02-09 11:31:42','2018-02-09 16:31:42','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\nBook a free 15-minute consultation\r\n\r\n[10to8booking organisation_id=\"8ac2d0e7-2f0e-4c54-aaa5-1fe51d379a75\"]\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2018-02-09 11:31:42','2018-02-09 16:31:42','',2,'http://deborahbrody.com/2018/02/2-revision-v1/',0,'revision','',0),
(3649,4,'2018-02-11 11:17:02','2018-02-11 16:17:02','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\n<strong>What\'s new:</strong>\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2018-02-11 11:17:02','2018-02-11 16:17:02','',2,'http://deborahbrody.com/2018/02/2-revision-v1/',0,'revision','',0),
(3653,4,'2018-02-11 11:28:23','2018-02-11 16:28:23','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2018-02-11 11:28:23','2018-02-11 16:28:23','',2,'http://deborahbrody.com/2018/02/2-revision-v1/',0,'revision','',0),
(3654,4,'2018-02-11 12:56:25','2018-02-11 17:56:25','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2018-02-11 12:56:25','2018-02-11 17:56:25','',2,'http://deborahbrody.com/2018/02/2-revision-v1/',0,'revision','',0),
(3663,4,'2018-02-12 15:50:22','2018-02-12 20:50:22','We work with clients to create or improve marketing and communications materials. In order to do so, we provide the following services:\r\n<h2><a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">NEW! Brand Identity Kit</a></h2>\r\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\r\n<h2><a title=\"Copy Editing\" href=\"http://deborahbrody.com/services/copy-editing/\">Copy Editing</a></h2>\r\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\r\n<h2><a title=\"Training\" href=\"http://deborahbrody.com/services/training/\">Training</a></h2>','Services','','inherit','open','open','','14-revision-v1','','','2018-02-12 15:50:22','2018-02-12 20:50:22','',14,'http://deborahbrody.com/2018/02/14-revision-v1/',0,'revision','',0),
(3664,4,'2018-02-12 15:52:00','2018-02-12 20:52:00','We work with clients to create or improve marketing and communications materials. In order to do so, we provide the following services:\r\n<h2><a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">NEW! Brand Identity Kit</a></h2>\r\n<h2><a title=\"Writing/Copywriting\" href=\"http://deborahbrody.com/services/writing/\">Writing</a></h2>\r\n<h2><a title=\"Copy Editing\" href=\"http://deborahbrody.com/services/copy-editing/\">Copy Editing</a></h2>\r\n<h2><a title=\"Communications Consulting\" href=\"http://deborahbrody.com/services/communications-consulting/\">Communications Consulting</a></h2>\r\n<h2><a title=\"Training\" href=\"http://deborahbrody.com/services/training/\">Training</a></h2>\r\nIf you need further information, or want to discuss how we can work together, please <a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">book a free 15-minute consultation</a> with me.','Services','','inherit','open','open','','14-revision-v1','','','2018-02-12 15:52:00','2018-02-12 20:52:00','',14,'http://deborahbrody.com/2018/02/14-revision-v1/',0,'revision','',0),
(3665,4,'2018-02-12 16:59:52','2018-02-12 21:59:52','<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','open','open','','2-revision-v1','','','2018-02-12 16:59:52','2018-02-12 21:59:52','',2,'http://deborahbrody.com/2018/02/2-revision-v1/',0,'revision','',0),
(3666,4,'2018-02-13 13:30:59','2018-02-13 18:30:59','This morning, I came across an article on <a href=\"https://dc.eater.com/\" target=\"_blank\">EaterDC</a> about the new Isabella Eatery food hall at Tyson\'s Galleria in McLean, Virginia: <a href=\"https://dc.eater.com/2018/2/12/17004800/isabella-eatery-good-news-bad-news\" target=\"_blank\">Gargantuan Isabella Eatery is Confusing Customers</a>.  It seems  that although some of the elements of the food hall get good reviews for quality and design, customers don\'t know what to make of  the whole thing.  It seems that Isabella Eatery is offering so much that its customers no longer know what Isabella stands for.  (Some background: Mike Isabella was a contestant on Top Chef. Later he went on to open up Graffiato, an Italian restaurant in Washington, DC and later a Italian sandwich shop called G by Mike Isabella. He then expanded into Greek food with three Kapnos restaurants, and then into Spanish food with Arroz. He heads up a company called Mike Isabella Concepts, which also operates a French restaurant, a Mexican restaurant and the aforementioned food hall.)\r\n\r\n<strong>Something for every one?</strong>\r\n\r\nAnd then there\'s the local pizza chain  with the catchy jingle that says it offers \"something for every one.\" The place is called [name] Pizza, and its current TV commercials show pictures of a burger and fries. Because, of course, if you want a burger and fries you\'d call a pizza delivery place, right?\r\n\r\n<strong>Jack of all trades, master (brander) of none</strong>\r\n\r\nWhen you seek to please everyone by offering tons of choices, you end up pleasing no one.\r\n\r\nIn terms of branding and marketing, when you offer so many choices (and in Isabella\'s case, cuisines and restaurants) you are violating the first two of <em>The 22 Immutable Laws of Branding</em> by Al Ries and Laura Ries. The first law says that your brand loses its power when you expand your scope, and the second, which really is the inverse of the first, is that having more focus strengthens your brand.\r\n\r\nA strong brand is focused, a weak brand is not. It seems to me that Mike Isabella is expanding at the expense of his brand. And the pizza place? Well I don\'t think it would be anyone\'s first choice for pizza <em>or</em> for burgers.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nYour brand is your mark of distinction. How well are you communicating it? If you need help with your branding, check out my new<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\" target=\"_blank\"> Brand Identity Kit. </a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','When your customers don\'t know who you are','','publish','open','open','','when-your-customers-dont-know-who-you-are','','','2018-02-13 13:30:59','2018-02-13 18:30:59','',0,'http://deborahbrody.com/?p=3666',0,'post','',0),
(3667,4,'2018-02-13 10:37:40','2018-02-13 15:37:40','This morning, I came across this article on EaterDC about the new Isabella Eatery food hall at Tyson\'s Galleria in McLean, Virginia:\r\n<a href=\"https://dc.eater.com/2018/2/12/17004800/isabella-eatery-good-news-bad-news\" target=\"_blank\">Gargantuan Isabella Eatery is Confusing Customers</a>\r\n\r\nAlthough some of the elements of the food hall get good reviews, customers don\'t know what to make of it. This is a classic example of offering so much so that your customers no longer know what you are.\r\n\r\nAnd then there\'s the local pizza chain  with the  catchy jingle: \"something for every one.\" The place is called [name] Pizza and the commercials on TV featuring the jingle show pictures of a burger and fries. Because, of course, if you want a burger and fries you\'d call a pizza delivery place, right?\r\n\r\n&nbsp;\r\n\r\nIt is a \"violation\" of the Al Ries and Laura Ries\' 22 laws of branding.','When your customers don\'t know who you are','','inherit','open','open','','3666-revision-v1','','','2018-02-13 10:37:40','2018-02-13 15:37:40','',3666,'http://deborahbrody.com/2018/02/3666-revision-v1/',0,'revision','',0),
(3668,4,'2018-02-13 13:26:23','2018-02-13 18:26:23','This morning, I came across an article on <a href=\"https://dc.eater.com/\" target=\"_blank\">EaterDC</a> about the new Isabella Eatery food hall at Tyson\'s Galleria in McLean, Virginia: <a href=\"https://dc.eater.com/2018/2/12/17004800/isabella-eatery-good-news-bad-news\" target=\"_blank\">Gargantuan Isabella Eatery is Confusing Customers</a>.  It seems  that although some of the elements of the food hall get good reviews for quality and design, customers don\'t know what to make of  the whole thing.  It seems that Isabella Eatery is offering so much that its customers no longer know what Isabella stands for.  (Some background: Mike Isabella was a contestant on Top Chef. Later he went on to open up Graffiato, an Italian restaurant in Washington, DC and later a Italian sandwich shop called G by Mike Isabella. He then expanded into Greek food with three Kapnos restaurants, and then into Spanish food with Arroz. He heads up a company called Mike Isabella Concepts, which also operates a French restaurant, a Mexican restaurant and the aforementioned food hall.)\r\n\r\nAnd then there\'s the local pizza chain  with the  catchy jingle: \"something for every one.\" The place is called [name] Pizza, and its current TV commercials show pictures of a burger and fries. Because, of course, if you want a burger and fries you\'d call a pizza delivery place, right?\r\n\r\nWhen you seek to please everyone by offering tons of choices, you end up pleasing no one. Or as the famous saying goes, jack of all trades, master of none.\r\n\r\nIn terms of branding and marketing, when you offer so many choices (and in Isabella\'s case, cuisines and restaurants) you are violating the first two of <em>The 22 Immutable Laws of Branding</em> by Al Ries and Laura Ries. The first law says that your brand loses its power when you expand your scope, and the second, which really is the inverse of the first, is that having more focus strengthens your brand.\r\n\r\nA strong brand is focused, a weak brand is not. It seems to me that Mike Isabella is expanding at the expense of his brand. And the pizza place? Well I don\'t think it would be anyone\'s first choice for pizza <em>or</em> for burgers.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nYour brand is your mark of distinction. How well are you communicating it? If you need help with your branding, check out my new<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\" target=\"_blank\"> Brand Identity Kit. </a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','When your customers don\'t know who you are','','inherit','open','open','','3666-revision-v1','','','2018-02-13 13:26:23','2018-02-13 18:26:23','',3666,'http://deborahbrody.com/2018/02/3666-revision-v1/',0,'revision','',0),
(3669,4,'2018-02-13 13:29:04','2018-02-13 18:29:04','This morning, I came across an article on <a href=\"https://dc.eater.com/\" target=\"_blank\">EaterDC</a> about the new Isabella Eatery food hall at Tyson\'s Galleria in McLean, Virginia: <a href=\"https://dc.eater.com/2018/2/12/17004800/isabella-eatery-good-news-bad-news\" target=\"_blank\">Gargantuan Isabella Eatery is Confusing Customers</a>.  It seems  that although some of the elements of the food hall get good reviews for quality and design, customers don\'t know what to make of  the whole thing.  It seems that Isabella Eatery is offering so much that its customers no longer know what Isabella stands for.  (Some background: Mike Isabella was a contestant on Top Chef. Later he went on to open up Graffiato, an Italian restaurant in Washington, DC and later a Italian sandwich shop called G by Mike Isabella. He then expanded into Greek food with three Kapnos restaurants, and then into Spanish food with Arroz. He heads up a company called Mike Isabella Concepts, which also operates a French restaurant, a Mexican restaurant and the aforementioned food hall.)\r\n\r\n<strong>Something for every one?</strong>\r\n\r\nAnd then there\'s the local pizza chain  with the  catchy jingle: \"something for every one.\" The place is called [name] Pizza, and its current TV commercials show pictures of a burger and fries. Because, of course, if you want a burger and fries you\'d call a pizza delivery place, right?\r\n\r\n<strong>Jack of all trades, master brander of none</strong>\r\n\r\nWhen you seek to please everyone by offering tons of choices, you end up pleasing no one.\r\n\r\nIn terms of branding and marketing, when you offer so many choices (and in Isabella\'s case, cuisines and restaurants) you are violating the first two of <em>The 22 Immutable Laws of Branding</em> by Al Ries and Laura Ries. The first law says that your brand loses its power when you expand your scope, and the second, which really is the inverse of the first, is that having more focus strengthens your brand.\r\n\r\nA strong brand is focused, a weak brand is not. It seems to me that Mike Isabella is expanding at the expense of his brand. And the pizza place? Well I don\'t think it would be anyone\'s first choice for pizza <em>or</em> for burgers.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nYour brand is your mark of distinction. How well are you communicating it? If you need help with your branding, check out my new<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\" target=\"_blank\"> Brand Identity Kit. </a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','When your customers don\'t know who you are','','inherit','open','open','','3666-revision-v1','','','2018-02-13 13:29:04','2018-02-13 18:29:04','',3666,'http://deborahbrody.com/2018/02/3666-revision-v1/',0,'revision','',0),
(3670,4,'2018-02-13 13:30:59','2018-02-13 18:30:59','This morning, I came across an article on <a href=\"https://dc.eater.com/\" target=\"_blank\">EaterDC</a> about the new Isabella Eatery food hall at Tyson\'s Galleria in McLean, Virginia: <a href=\"https://dc.eater.com/2018/2/12/17004800/isabella-eatery-good-news-bad-news\" target=\"_blank\">Gargantuan Isabella Eatery is Confusing Customers</a>.  It seems  that although some of the elements of the food hall get good reviews for quality and design, customers don\'t know what to make of  the whole thing.  It seems that Isabella Eatery is offering so much that its customers no longer know what Isabella stands for.  (Some background: Mike Isabella was a contestant on Top Chef. Later he went on to open up Graffiato, an Italian restaurant in Washington, DC and later a Italian sandwich shop called G by Mike Isabella. He then expanded into Greek food with three Kapnos restaurants, and then into Spanish food with Arroz. He heads up a company called Mike Isabella Concepts, which also operates a French restaurant, a Mexican restaurant and the aforementioned food hall.)\r\n\r\n<strong>Something for every one?</strong>\r\n\r\nAnd then there\'s the local pizza chain  with the catchy jingle that says it offers \"something for every one.\" The place is called [name] Pizza, and its current TV commercials show pictures of a burger and fries. Because, of course, if you want a burger and fries you\'d call a pizza delivery place, right?\r\n\r\n<strong>Jack of all trades, master (brander) of none</strong>\r\n\r\nWhen you seek to please everyone by offering tons of choices, you end up pleasing no one.\r\n\r\nIn terms of branding and marketing, when you offer so many choices (and in Isabella\'s case, cuisines and restaurants) you are violating the first two of <em>The 22 Immutable Laws of Branding</em> by Al Ries and Laura Ries. The first law says that your brand loses its power when you expand your scope, and the second, which really is the inverse of the first, is that having more focus strengthens your brand.\r\n\r\nA strong brand is focused, a weak brand is not. It seems to me that Mike Isabella is expanding at the expense of his brand. And the pizza place? Well I don\'t think it would be anyone\'s first choice for pizza <em>or</em> for burgers.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nYour brand is your mark of distinction. How well are you communicating it? If you need help with your branding, check out my new<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\" target=\"_blank\"> Brand Identity Kit. </a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','When your customers don\'t know who you are','','inherit','open','open','','3666-revision-v1','','','2018-02-13 13:30:59','2018-02-13 18:30:59','',3666,'http://deborahbrody.com/2018/02/3666-revision-v1/',0,'revision','',0),
(3672,4,'2018-02-15 09:53:11','2018-02-15 14:53:11','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/51a8bb\" target=\"_blank\">February 2018</a>\r\n\r\n<a href=\"https://madmimi.com/s/4dd82b\">November 2017</a>\r\n\r\n<a title=\"September 2017\" href=\"https://madmimi.com/s/391dca\" target=\"_blank\">September 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/45625a\" target=\"_blank\">June 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/75c3f9\" target=\"_blank\">April 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','open','open','','2509-revision-v1','','','2018-02-15 09:53:11','2018-02-15 14:53:11','',2509,'http://deborahbrody.com/2018/02/2509-revision-v1/',0,'revision','',0),
(3675,4,'2018-02-22 10:39:05','2018-02-22 15:39:05','Are you a spy or a spying organization? If so, this post does not apply to you. You definitely want to keep secrets, and be known for your secrecy.\r\n\r\n<strong>Secretive is <em>not</em> a great attribute for non-spy organizations</strong>\r\n\r\nHowever, in general, most businesses should not aim to be known as secretive. And let\'s be clear, I am not talking about being known as an organization that keeps its customer information private and confidential. That\'s a good attribute. I am talking about organizations that don\'t tell you stuff you need to know, like how much things cost or whether pricing has changed. Or what the return/refund policy is. Or who to contact if something is wrong.\r\n\r\n<strong>Changing prices is not something you should be secretive about</strong>\r\n\r\nThere\'s a yoga studio I had been going to most of last year. I was taking a noon class (perfect for my schedule) known as \"value vinyasa\" because it cost $12 instead of the usual $20 (perfect for my budget). I missed a couple classes due to vacation, and when I went to check the schedule when I returned, I noticed that the noon class I had been taking is now known as \"vinyasa flow.\" In the pricing section of the studio\'s website there\'s no mention of the \"value\" classes. The studio sends a weekly newsletter and there was no mention of the change. The value classes had been very quietly (secretively) eliminated.  Does the studio owner think we won\'t notice?\r\n\r\nThere\'s a hiking group I belong to on Meetup.com. The group had been charging $2 for each hike as a way to ensure attendance (people tend to show up for something they\'ve paid for), and to cover the costs of running the group. Without any announcement, the group began charging $5 per hike. There was a lot of questions and outrage posted by  members on the Meetup\'s discussion boards. There was an answer saying that this hiking group is really a nonprofit that now supports various causes, and that the fees were going to be used to raise money for said causes. That was the end of the discussion, and the discussion boards were disabled. The group leader could have easily sent a note to all the members explaining the price hike and the reason for it, but chose to be secretive and not forthcoming. She also chose to shut down discussion, to tamp down discontent with the sudden, unexplained policy change. This is not a good luck for this group, and I have noticed that where hikes used to get filled up really quickly, there are now several spots open.\r\n\r\n<strong>Being secretive, and imposing changes without notification, could backfire.</strong>\r\n\r\nIf your organization is planning to make a change that will affect  your customer\'s interaction with you, you must make sure to announce it. Being secretive may seem like a good way to avoid customer discontent, but it actually increases it. Being secretive communicates to your customer that you are hiding something, or not being upfront, or just don\'t care to keep your customer up to date.\r\n\r\nIn my case, I have stopped going to that yoga studio because I want to pay less than $20 per class, and because I think the studio is not well run. I usually don\'t do hikes until the weather is warmer, but I think I will look for other hiking groups that are more upfront about their policies.\r\n\r\nBeing secretive can cost you customers. Most people value transparency and honesty. If you are being secretive, you are not being transparent or honest. You are hiding something or perhaps you are just being thoughtless in not letting your customers know your policies, costs, etc.\r\n\r\n<strong>Here\'s the bottom line: when you are being secretive, you are not communicating.</strong>\r\n\r\n&nbsp;','Secretive is a good brand attribute for a spy','','publish','open','open','','secretive-is-a-good-brand-attribute-for-a-spy','','','2018-02-22 10:39:05','2018-02-22 15:39:05','',0,'http://deborahbrody.com/?p=3675',0,'post','',0),
(3769,4,'2018-04-27 10:26:59','2018-04-27 14:26:59','','','','inherit','open','closed','','linkedin','','','2018-04-27 10:27:08','2018-04-27 14:27:08','',0,'http://deborahbrody.com/wp-content/uploads/2018/04/linkedin.jpg',0,'attachment','image/jpeg',0),
(3697,4,'2018-03-28 10:17:48','2018-03-28 14:17:48','Do you always start your day with a extra-big mugful of coffee like I do? If so, you\'ll appreciate just how terrible it is to start your day with a bad cup of coffee. A cup of coffee that lacks the delicious aroma of perfectly roasted coffee beans. A cup of coffee that just tastes awful.\r\n\r\nA bad cup of coffee just gets your day off to a bad start, and for that I blame myself. You see, I had just finished a package of coffee and needed a replacement ASAP (it is a DEFCON 5 situation around here if there is no coffee).  Normally, I buy my coffee at  Trader Joe\'s but I had forgotten to do so during my weekly shopping trip.  And so I found myself shopping in a gourmet store for something else, and thought I would pick up  a brand of coffee that I enjoy (and for which I am willing to pay a little extra).  Apparently, this store no longer carries that brand. They did have another brand that I have tried in the past, but I didn\'t feel like paying the gourmet store price for it.\r\n\r\nSo I made a very big mistake:  I grabbed a bag of coffee simply because it was cheap. It was not a brand I knew or recognized or had even seen before, but I figured a bag of medium roast Costa Rican coffee from a gourmet store can\'t be all that bad. Well, I figured wrong. It was the worst coffee I have ever bought in my life. It tasted horrible. It had no coffee aroma. It was so bad I actually threw what was left out.\r\n\r\nThen I hustled over to Trader Joe\'s and bought my go-to coffee. Now, my mornings are back to normal.\r\n\r\nA bad cup of coffee taught me never to buy an unknown brand. And it\'s really not about the cost.  You can get very good yet cheap  store-brand coffee like I do at  Trader Joe\'s or at stores like Target,<em> where you trust the brand</em>.\r\n\r\nBrands are quite literally markers that serve to identify. They let you separate one product from all the others like it.  Once you\'ve experienced a brand, you can then look for it if you liked it or avoid it if you didn\'t.  <em>Brands provide a shortcut</em> that consumers can use to know what to buy quickly and without much research.\r\n\r\nRemember this the next time you are out of coffee: Unless it\'s a brand you know already, buying just anything based on price alone will get your morning started on the wrong foot.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nDo you know what your brand stands for? Are you communicating it well enough? If not, perhaps you should invest in my new <a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a>. Check it out!','What a bad cup of coffee can teach you','','publish','open','open','','what-a-bad-cup-of-coffee-can-teach-you','','','2018-03-28 10:17:48','2018-03-28 14:17:48','',0,'http://deborahbrody.com/?p=3697',0,'post','',0),
(3678,4,'2018-02-27 11:22:02','0000-00-00 00:00:00','','Hispanic marketing is not just having materials in Spanish','','draft','open','open','','','','','2018-02-27 11:22:02','2018-02-27 16:22:02','',0,'http://deborahbrody.com/?p=3678',0,'post','',0),
(3679,4,'2018-02-27 12:19:35','2018-02-27 17:19:35','A few weeks ago I shared with you a <a title=\"What’s a comma worth?\" href=\"http://deborahbrody.com/2017/12/whats-a-comma-worth/\" target=\"_blank\">picture of a postcard</a> that advertised a townhouse for sale at more than $51 million. It was an error that would have been caught by a copy editor but likely not by a proofreader. That\'s because a proofreader seeks and corrects mistakes such as typos, misspellings, extra words, repeated words, and other errors. A proofreader does not look at the content, and rarely queries the accuracy of amounts. A copy editor, on the other hand, goes beyond checking for mistakes, and also verifies that sentences are clear and accurate (e.g., the correct address, the right day of the week, the correct amount, etc.).\r\n\r\nSadly, there are many examples of printed materials that needed a copy editor, or at the very least, a proofreader, to check them, and did not get either. My goal is to find these examples and share them with you.\r\n\r\nToday, I was looking at the back of a Sunsweet Prunes package:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313.jpg\"><img class=\"aligncenter size-medium wp-image-3681\" src=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313-300x225.jpg\" alt=\"20180227_114313\" width=\"300\" height=\"225\" /></a>\r\n\r\nCan you spot the mistake? Here\'s a hint: it\'s subject-verb agreement.\r\n\r\nA grammatically correct sentence would read:\r\n\r\nWe believe making good food choices<strong><span style=\"color: #ff0000;\"> is</span></strong> critical to treating your body right and living life to its fullest.\r\n\r\nSubject-verb (dis)agreement is a very common mistake. The subject should always match the verb, that is, a singular subject needs a singular verb, and a plural subject needs a plural verb. Lots of people have problems identifying the subject. In this case, the writer is not correctly identifying the subject, <em>and</em> is thrown off because he/she sees that a plural word (\"choices\") goes right before the verb.  In this sentence, the plural \"choices\" is not the subject, rather the singular <em>phrase</em> \"making good food choices\" is the subject.\r\n\r\nI am a bit shocked that a large international company would make this type of mistake in its packaging. Perhaps it should hire a copy editor!\r\n\r\n&nbsp;','Why you need a copy editor (a new series)','','publish','open','open','','why-you-need-a-copy-editor-a-new-series','','','2018-02-27 12:19:35','2018-02-27 17:19:35','',0,'http://deborahbrody.com/?p=3679',0,'post','',0),
(3692,4,'2018-03-13 13:48:24','2018-03-13 17:48:24','Last week, I had an urgent need to get my roof repaired. We\'d had a severe windstorm in the Washington area that blew off several shingles off my roof, and rain was in the forecast. In order to prevent further damage, I knew I had to get someone to fix this right away.\r\n\r\nFirst, I contacted several friends to ask for their recommendations. This way, I got three names. Then, I went on Consumer Checkbook to check ratings and get more names. I wrote down a few names, and noticed that a couple of the names my friends had provided were on the Checkbook site, and had good ratings. First thing on Monday (I noticed the damage over the weekend), I called all the names I gathered. This is how it went:\r\n\r\n1. Call to roofer listed as good value/good quality in Consumer Checkbook. I spoke to an office person, who added me to a list, with no guarantee or timeline for when I would get someone to fix it. She told me that there were several other calls ahead of me, so she could not tell me when someone would be available, but she did provide me with pricing.\r\n\r\n2. Call to another qualified roofer listed in Consumer Checkbook.  I left a detailed message, which was never answered.\r\n\r\n3. Call to roofer (who was highly rated in Consumer Checkbook), referred to by a close friend. There was no answer and the voice mailbox was full, so I had no way to contact this contractor or leave a message.\r\n\r\n4. Call to roofer referred to by my neighbor who recently had her roof replaced. When I called, I got a message saying that they were overwhelmed with calls, to either leave a message or send an email. I sent an email, to which I received an answer more than a week later, explaining pricing, etc.\r\n\r\n5. Call to handyman referred by a friend. He referred me to a contractor friend of his, a jack of many trades, who answered immediately. This contractor offered to come by to give me an estimate, and then was able to complete the repair the same day.\r\n\r\nNow, this was an unusual situation. Many, many people had damage to their roofs from a strong and unusually long-lasting windstorm. Roofers were slammed.  Yet, their responses showed a lot about how their businesses are run and how they deal with customers.\r\n\r\nI am sure I will have a need for a roofer in the future. Based on my interactions here, I would contact the first and the fourth roofers because they were responsive and I got the sense of professionalism. As to the contractor who actually fixed my roof, I know I have found someone who is punctual and reliable, but he is not primarily a roofer and I would not ask him to do more than repair shingles.\r\n\r\nNot being responsive and not even having a mechanism to leave messages is the sign of a business that is overwhelmed and incapable of dealing with emergencies and not very professional and customer-centric. It\'s better to get a late reply than no reply at all.\r\n\r\n<strong>No response leads to no business.</strong>\r\n\r\nWhat can a small, one-person business do to be more responsive? There are several options.\r\n<ul>\r\n	<li>Have a website that explains how you respond in emergencies, and which also provides a phone number, email, and contact form to get in touch (in other words, many ways to get in touch).</li>\r\n	<li>Have an online booking system. There are several paid and non paid options out there that allow your customers to book time with you, either for a consultation or a full-fledged appointment.</li>\r\n	<li>Consider having an answering service, virtual assistant, or in-house administrative person so that customers can talk to a person in real time.</li>\r\n	<li>Make time to answer every email, contact request or phone call that you receive, even if it is to say we can\'t help you at this time.</li>\r\n</ul>\r\nNo amount of marketing or beautiful website design is going to overcome a lack of responsiveness. If you want business, you have to respond to inquiries. If you don\'t respond, you will not get that business now or in the future.\r\n\r\n&nbsp;','No response = no business','','inherit','open','open','','3691-revision-v1','','','2018-03-13 13:48:24','2018-03-13 17:48:24','',3691,'http://deborahbrody.com/2018/03/3691-revision-v1/',0,'revision','',0),
(3681,4,'2018-02-27 11:56:35','2018-02-27 16:56:35','','20180227_114313','','inherit','open','open','','20180227_114313','','','2018-02-27 11:56:35','2018-02-27 16:56:35','',3679,'http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313.jpg',0,'attachment','image/jpeg',0),
(3682,4,'2018-02-27 12:08:25','2018-02-27 17:08:25','A few weeks ago I shared with you a <a title=\"What’s a comma worth?\" href=\"http://deborahbrody.com/2017/12/whats-a-comma-worth/\">picture of a postcard</a> that advertised a townhouse for sale at more than $5 million. It was an error that would have been caught by a copy editor but likely not by a proofreader. That\'s because a proofreader seeks and corrects mistakes such as typos, misspellings, extra words, repeated words, and other errors. A proofreader does not look at the content, and rarely queries amounts. A copy editor, on the other hand, goes beyond checking for mistakes, and also verifies that sentences are clear and accurate (e.g., the correct address, the right day of the week, the correct amount, etc.).\r\n\r\nSadly, there are many examples of printed materials that needed a copy editor, or at the very least, a proofreader to check them, and did not get either. My goal is to find these examples and share them with you.\r\n\r\nToday, I was looking at the back of a Sunsweet Prunes package:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313.jpg\"><img class=\"aligncenter size-medium wp-image-3681\" src=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313-300x225.jpg\" alt=\"20180227_114313\" width=\"300\" height=\"225\" /></a>\r\n\r\nCan you spot the mistake? Here\'s a hint: it\'s subject-verb agreement.\r\n\r\nA grammatically correct sentence would read:\r\n\r\nWe believe making good food choices<span style=\"color: #ff0000;\"> <em>is</em></span> critical to treating your body right and living life to its fullest.\r\n\r\nSubject-verb (dis)agreement is a very common mistake. The subject should always match the verb, that is, a singular subject needs a singular verb, and a plural subject needs a plural verb. Lots of people have problems identifying what the subject is, and further, they are thrown off  when they see a plural (\"food choices\") that goes right before the verb.  In this sentence, the plural \"food choices\" is not the subject, rather the singular \"making good food choices\" is the subject.\r\n\r\nI am truly astounded that a large company would make this type of mistake in their packaging. Someone should hire a copy editor over there!\r\n\r\n&nbsp;','Why you need a copy editor (a new series)','','inherit','open','open','','3679-revision-v1','','','2018-02-27 12:08:25','2018-02-27 17:08:25','',3679,'http://deborahbrody.com/2018/02/3679-revision-v1/',0,'revision','',0),
(3683,4,'2018-02-27 12:10:07','2018-02-27 17:10:07','A few weeks ago I shared with you a <a title=\"What’s a comma worth?\" href=\"http://deborahbrody.com/2017/12/whats-a-comma-worth/\" target=\"_blank\">picture of a postcard</a> that advertised a townhouse for sale at more than $51 million. It was an error that would have been caught by a copy editor but likely not by a proofreader. That\'s because a proofreader seeks and corrects mistakes such as typos, misspellings, extra words, repeated words, and other errors. A proofreader does not look at the content, and rarely queries the accuracy of amounts. A copy editor, on the other hand, goes beyond checking for mistakes, and also verifies that sentences are clear and accurate (e.g., the correct address, the right day of the week, the correct amount, etc.).\r\n\r\nSadly, there are many examples of printed materials that needed a copy editor, or at the very least, a proofreader to check them, and did not get either. My goal is to find these examples and share them with you.\r\n\r\nToday, I was looking at the back of a Sunsweet Prunes package:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313.jpg\"><img class=\"aligncenter size-medium wp-image-3681\" src=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313-300x225.jpg\" alt=\"20180227_114313\" width=\"300\" height=\"225\" /></a>\r\n\r\nCan you spot the mistake? Here\'s a hint: it\'s subject-verb agreement.\r\n\r\nA grammatically correct sentence would read:\r\n\r\nWe believe making good food choices<span style=\"color: #ff0000;\"> <em>is</em></span> critical to treating your body right and living life to its fullest.\r\n\r\nSubject-verb (dis)agreement is a very common mistake. The subject should always match the verb, that is, a singular subject needs a singular verb, and a plural subject needs a plural verb. Lots of people have problems identifying what the subject is, and further, they are thrown off  when they see a plural (\"food choices\") that goes right before the verb.  In this sentence, the plural \"food choices\" is not the subject, rather the singular \"making good food choices\" is the subject.\r\n\r\nI am truly astounded that a large company would make this type of mistake in their packaging. Someone should hire a copy editor over there!\r\n\r\n&nbsp;','Why you need a copy editor (a new series)','','inherit','open','open','','3679-revision-v1','','','2018-02-27 12:10:07','2018-02-27 17:10:07','',3679,'http://deborahbrody.com/2018/02/3679-revision-v1/',0,'revision','',0),
(3684,4,'2018-02-27 12:18:10','2018-02-27 17:18:10','A few weeks ago I shared with you a <a title=\"What’s a comma worth?\" href=\"http://deborahbrody.com/2017/12/whats-a-comma-worth/\" target=\"_blank\">picture of a postcard</a> that advertised a townhouse for sale at more than $51 million. It was an error that would have been caught by a copy editor but likely not by a proofreader. That\'s because a proofreader seeks and corrects mistakes such as typos, misspellings, extra words, repeated words, and other errors. A proofreader does not look at the content, and rarely queries the accuracy of amounts. A copy editor, on the other hand, goes beyond checking for mistakes, and also verifies that sentences are clear and accurate (e.g., the correct address, the right day of the week, the correct amount, etc.).\r\n\r\nSadly, there are many examples of printed materials that needed a copy editor, or at the very least, a proofreader, to check them, and did not get either. My goal is to find these examples and share them with you.\r\n\r\nToday, I was looking at the back of a Sunsweet Prunes package:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313.jpg\"><img class=\"aligncenter size-medium wp-image-3681\" src=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313-300x225.jpg\" alt=\"20180227_114313\" width=\"300\" height=\"225\" /></a>\r\n\r\nCan you spot the mistake? Here\'s a hint: it\'s subject-verb agreement.\r\n\r\nA grammatically correct sentence would read:\r\n\r\nWe believe making good food choices<span style=\"color: #ff0000;\"> <em>is</em></span> critical to treating your body right and living life to its fullest.\r\n\r\nSubject-verb (dis)agreement is a very common mistake. The subject should always match the verb, that is, a singular subject needs a singular verb, and a plural subject needs a plural verb. Lots of people have problems identifying the subject. In this case, the writer is not correctly identifying the subject, <em>and</em> is thrown off because he/she sees that a plural word (\"choices\") goes right before the verb.  In this sentence, the plural \"choices\" is not the subject, rather the singular <em>phrase</em> \"making good food choices\" is the subject.\r\n\r\nI am truly astounded that a large company would make this type of mistake in its packaging. Perhaps it should hire a copy editor!\r\n\r\n&nbsp;','Why you need a copy editor (a new series)','','inherit','open','open','','3679-revision-v1','','','2018-02-27 12:18:10','2018-02-27 17:18:10','',3679,'http://deborahbrody.com/2018/02/3679-revision-v1/',0,'revision','',0),
(3685,4,'2018-02-27 12:19:35','2018-02-27 17:19:35','A few weeks ago I shared with you a <a title=\"What’s a comma worth?\" href=\"http://deborahbrody.com/2017/12/whats-a-comma-worth/\" target=\"_blank\">picture of a postcard</a> that advertised a townhouse for sale at more than $51 million. It was an error that would have been caught by a copy editor but likely not by a proofreader. That\'s because a proofreader seeks and corrects mistakes such as typos, misspellings, extra words, repeated words, and other errors. A proofreader does not look at the content, and rarely queries the accuracy of amounts. A copy editor, on the other hand, goes beyond checking for mistakes, and also verifies that sentences are clear and accurate (e.g., the correct address, the right day of the week, the correct amount, etc.).\r\n\r\nSadly, there are many examples of printed materials that needed a copy editor, or at the very least, a proofreader, to check them, and did not get either. My goal is to find these examples and share them with you.\r\n\r\nToday, I was looking at the back of a Sunsweet Prunes package:\r\n\r\n<a href=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313.jpg\"><img class=\"aligncenter size-medium wp-image-3681\" src=\"http://deborahbrody.com/wp-content/uploads/2018/02/20180227_114313-300x225.jpg\" alt=\"20180227_114313\" width=\"300\" height=\"225\" /></a>\r\n\r\nCan you spot the mistake? Here\'s a hint: it\'s subject-verb agreement.\r\n\r\nA grammatically correct sentence would read:\r\n\r\nWe believe making good food choices<strong><span style=\"color: #ff0000;\"> is</span></strong> critical to treating your body right and living life to its fullest.\r\n\r\nSubject-verb (dis)agreement is a very common mistake. The subject should always match the verb, that is, a singular subject needs a singular verb, and a plural subject needs a plural verb. Lots of people have problems identifying the subject. In this case, the writer is not correctly identifying the subject, <em>and</em> is thrown off because he/she sees that a plural word (\"choices\") goes right before the verb.  In this sentence, the plural \"choices\" is not the subject, rather the singular <em>phrase</em> \"making good food choices\" is the subject.\r\n\r\nI am a bit shocked that a large international company would make this type of mistake in its packaging. Perhaps it should hire a copy editor!\r\n\r\n&nbsp;','Why you need a copy editor (a new series)','','inherit','open','open','','3679-revision-v1','','','2018-02-27 12:19:35','2018-02-27 17:19:35','',3679,'http://deborahbrody.com/2018/02/3679-revision-v1/',0,'revision','',0),
(3691,4,'2018-03-13 13:49:02','2018-03-13 17:49:02','Last week, I had an urgent need to get my roof repaired. We\'d had a severe windstorm in the Washington area that blew off several shingles off my roof, and rain was in the forecast. In order to prevent further damage, I knew I had to get someone to fix this right away.\r\n\r\nFirst, I contacted several friends to ask for their recommendations. This way, I got three names. Then, I went on Consumer Checkbook to check ratings and get more names. I wrote down a few names, and noticed that a couple of the names my friends had provided were on the Checkbook site, and had good ratings. First thing on Monday (I noticed the damage over the weekend), I called all the names I gathered. This is how it went:\r\n\r\n1. Call to roofer listed as good value/good quality in Consumer Checkbook. I spoke to an office person, who added me to a list, with no guarantee or timeline for when I would get someone to fix it. She told me that there were several other calls ahead of me, so she could not tell me when someone would be available, but she did provide me with pricing.\r\n\r\n2. Call to another qualified roofer listed in Consumer Checkbook.  I left a detailed message, which was never answered.\r\n\r\n3. Call to roofer (who was highly rated in Consumer Checkbook), referred to by a close friend. There was no answer and the voice mailbox was full, so I had no way to contact this contractor or leave a message.\r\n\r\n4. Call to roofer referred to by my neighbor who recently had her roof replaced. When I called, I got a message saying that they were overwhelmed with calls, to either leave a message or send an email. I sent an email, to which I received an answer more than a week later, explaining pricing, etc.\r\n\r\n5. Call to handyman referred by a friend. He referred me to a contractor friend of his, a jack of many trades, who answered immediately. This contractor offered to come by to give me an estimate, and then was able to complete the repair the same day.\r\n\r\nNow, this was an unusual situation. Many, many people had damage to their roofs from a strong and unusually long-lasting windstorm. Roofers were slammed.  Yet, their responses showed a lot about how their businesses are run and how they deal with customers.\r\n\r\nI am sure I will have a need for a roofer in the future. Based on my interactions here, I would contact the first and the fourth roofers because they were responsive and I got the sense of professionalism. As to the contractor who actually fixed my roof, I know I have found someone who is punctual and reliable, but he is not primarily a roofer and I would not ask him to do more than repair shingles.\r\n\r\nNot being responsive and not even having a mechanism to leave messages is the sign of a business that is overwhelmed and incapable of dealing with emergencies and not very professional and customer-centric. It\'s better to get a late reply than no reply at all.\r\n\r\n<strong>No response leads to no business.</strong>\r\n\r\nWhat can a small, one-person business do to be more responsive? There are several options.\r\n<ul>\r\n	<li>Have a website that explains how you respond in emergencies, and which also provides a phone number, email, and contact form to get in touch (in other words, many ways to get in touch).</li>\r\n	<li>Have an online booking system. There are several paid and non paid options out there that allow your customers to book time with you, either for a consultation or a full-fledged appointment.</li>\r\n	<li>Consider having an answering service, virtual assistant, or in-house administrative person so that customers can talk to a person in real time.</li>\r\n	<li>Make time to answer every email, contact request or phone call that you receive, even if it is to say we can\'t help you at this time.</li>\r\n</ul>\r\nNo amount of marketing or beautiful website design is going to overcome a lack of responsiveness. If you want business, you have to respond to inquiries. If you don\'t respond, you will not get that business now or in the future.\r\n\r\n&nbsp;','No response = no business','','publish','open','open','','no-response-no-business','','','2018-03-13 13:49:02','2018-03-13 17:49:02','',0,'http://deborahbrody.com/?p=3691',0,'post','',0),
(3694,4,'2018-03-21 15:55:28','2018-03-21 19:55:28','So many times, people think that by using big words, they sound smarter. After all, people might need to go get a dictionary to look those words up.  Yet, people who do this, often think they know exactly what a word means, when they don\'t. Take for example Chris Cillizza, a political commentator for CNN. Last night, on the Don Lemon show, Cillizza was discussing some of the latest news regarding Donald Trump and adult film actress Stormy Daniels. Cillizza thought that the salacious details wouldn\'t matter much to Trump supporters, because, as he put it, \"Trump has never been a model of <em>moral turpitude</em>.\" Nobody corrected him even though what he said was actually the exact opposite of what he meant.\r\n\r\nCillizza was back on the air this morning, talking about the same subject, and repeated the phrase he had used last night, that Trump isn\'t a model of moral turpitude. This time, one of the other panelists questioned the word, but couldn\'t quite find the correct word to use instead.\r\n\r\nWhat Cillizza meant to say is that Trump is not a model of <em>moral rectitude</em>.\r\n\r\nRectitude means righteousness, while turpitude means depravity. They sound similar, and that\'s what tripped Cillizza up. Sadly, nobody else seems to have understood that Cillizza was contradicting himself by using a big word that he clearly did not know.\r\n\r\nNobody can go back and correct the spoken word. However, you can and should fix written work. You can avoid sounding stupid just by getting someone to copy edit your work, and check that the big words you are using are being used correctly.\r\n\r\nP.S. I did tweet Chris Cilizza the correction. I don\'t know if he read it, or whether he cared.','If you want to sound smart, don\'t use big words','','publish','open','open','','if-you-want-to-sound-smart-dont-use-big-words','','','2018-03-21 15:55:28','2018-03-21 19:55:28','',0,'http://deborahbrody.com/?p=3694',0,'post','',0),
(3695,4,'2018-03-21 15:55:28','2018-03-21 19:55:28','So many times, people think that by using big words, they sound smarter. After all, people might need to go get a dictionary to look those words up.  Yet, people who do this, often think they know exactly what a word means, when they don\'t. Take for example Chris Cillizza, a political commentator for CNN. Last night, on the Don Lemon show, Cillizza was discussing some of the latest news regarding Donald Trump and adult film actress Stormy Daniels. Cillizza thought that the salacious details wouldn\'t matter much to Trump supporters, because, as he put it, \"Trump has never been a model of <em>moral turpitude</em>.\" Nobody corrected him even though what he said was actually the exact opposite of what he meant.\r\n\r\nCillizza was back on the air this morning, talking about the same subject, and repeated the phrase he had used last night, that Trump isn\'t a model of moral turpitude. This time, one of the other panelists questioned the word, but couldn\'t quite find the correct word to use instead.\r\n\r\nWhat Cillizza meant to say is that Trump is not a model of <em>moral rectitude</em>.\r\n\r\nRectitude means righteousness, while turpitude means depravity. They sound similar, and that\'s what tripped Cillizza up. Sadly, nobody else seems to have understood that Cillizza was contradicting himself by using a big word that he clearly did not know.\r\n\r\nNobody can go back and correct the spoken word. However, you can and should fix written work. You can avoid sounding stupid just by getting someone to copy edit your work, and check that the big words you are using are being used correctly.\r\n\r\nP.S. I did tweet Chris Cilizza the correction. I don\'t know if he read it, or whether he cared.','If you want to sound smart, don\'t use big words','','inherit','open','open','','3694-revision-v1','','','2018-03-21 15:55:28','2018-03-21 19:55:28','',3694,'http://deborahbrody.com/2018/03/3694-revision-v1/',0,'revision','',0),
(3698,4,'2018-03-28 10:17:04','2018-03-28 14:17:04','Do you always start your day with a extra-big mugful of coffee like I do? If so, you\'ll appreciate just how terrible it is to start your day with a bad cup of coffee. A cup of coffee that lacks the delicious aroma of perfectly roasted coffee beans. A cup of coffee that just tastes awful.\r\n\r\nA bad cup of coffee just gets your day off to a bad start, and for that I blame myself. You see, I had just finished a package of coffee and needed a replacement ASAP (it is a DEFCON 5 situation around here if there is no coffee).  Normally, I buy my coffee at  Trader Joe\'s but I had forgotten to do so during my weekly shopping trip.  And so I found myself shopping in a gourmet store for something else, and thought I would pick up  a brand of coffee that I enjoy (and for which I am willing to pay a little extra).  Apparently, this store no longer carries that brand. They did have another brand that I have tried in the past, but I didn\'t feel like paying the gourmet store price for it.\r\n\r\nSo I made a very big mistake:  I grabbed a bag of coffee simply because it was cheap. It was not a brand I knew or recognized or had even seen before, but I figured a bag of medium roast Costa Rican coffee from a gourmet store can\'t be all that bad. Well, I figured wrong. It was the worst coffee I have ever bought in my life. It tasted horrible. It had no coffee aroma. It was so bad I actually threw what was left out.\r\n\r\nThen I hustled over to Trader Joe\'s and bought my go-to coffee. Now, my mornings are back to normal.\r\n\r\nA bad cup of coffee taught me never to buy an unknown brand. And it\'s really not about the cost.  You can get very good yet cheap  store-brand coffee like I do at  Trader Joe\'s or at stores like Target,<em> where you trust the brand</em>.\r\n\r\nBrands are quite literally markers that serve to identify. They let you separate one product from all the others like it.  Once you\'ve experienced a brand, you can then look for it if you liked it or avoid it if you didn\'t.  <em>Brands provide a shortcut</em> that consumers can use to know what to buy quickly and without much research.\r\n\r\nRemember this the next time you are out of coffee: Unless it\'s a brand you know already, buying just anything based on price alone will get your morning started on the wrong foot.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nDo you know what your brand stands for? Are you communicating it well enough? If not, perhaps you should invest in my new <a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a>. Check it out!','What a bad cup of coffee can teach you','','inherit','open','open','','3697-revision-v1','','','2018-03-28 10:17:04','2018-03-28 14:17:04','',3697,'http://deborahbrody.com/2018/03/3697-revision-v1/',0,'revision','',0),
(3783,4,'2018-05-10 09:29:08','2018-05-10 13:29:08','If you watch as much TV/cable news and commentary as I do, chances are good that you\'ve seen an advertisement for something called Domo. It\'s been running a lot over the past couple months. In case you\'ve missed it, here it is:\r\n<div style=\"position: relative; width: 100%; padding-top: 56.25%; padding-bottom: 40px;\"><iframe style=\"position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%;\" src=\"https://www.ispot.tv/share/w31b\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n&nbsp;\r\n\r\nDo you understand what Domo is from this commercial? Apparently it\'s something that allows you to \"connect with anything in the company\" and gives you the \"company data in one place.\" And let\'s not forget, it will help Jeanne, who is always cold (huh?). The tagline on the commercial is Domo: For the good of the company.\r\n\r\nThis commercial is successful in making you wonder what Domo is, and maybe, like me, you go search it out on the web.\r\n<h5>Take it to the internet</h5>\r\nSome internet research into Domo reveals that it is a software company that deals in \"business intelligence\" and \"data visualization.\"  A visit to Domo\'s website has the description \"connecting your data, systems and people\" in the navigation bar. The home page has a tagline/descriptor that says: \"Everybody on the same page, all the time. Run the  business from your phone.\"\r\n\r\nHere you do learn more about it. When I scroll down there is a part of the home page called product benefits where I learn that Domo is \"the fully-mobile, cloud-based operating system that unifies every component of a business. Data becomes decisions, ideas turn into action.\" Someone needs to explain to Domo that this is not a listing of benefits, but rather an actual description of the product.\r\n\r\nThen I click on \"product\" on the navbar. I get this content:\r\n<div class=\"content-container\">\r\n<div class=\"section-title-container content-max text-center pad-sides\">\r\n<div class=\"copy-pod\">\r\n<div>\r\n<blockquote>Domo creates a truly digitally-connected organization.\r\n\r\nThe sum of Domo\'s parts deliver a virtuous cycle of business optimization. Everyone knows more, works together better, and gets more done, faster.\r\n\r\n&nbsp;</blockquote>\r\n(And here we find a new contender for unintelligible business jargon: \"A virtuous cycle of business optimization.\")\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h5>But what is it? And why do I care?</h5>\r\nI don\'t know about you, but I am still confused.  I am confused because at no point does the ad or the website explain what exactly we are talking about and  why being connected to all your data and systems in one place (apparently your phone) makes things run better.\r\n\r\nThere are so many issues both with the website messaging and with the TV commercial. The website and the commercial feature taglines, descriptors, slogans, product benefits, a product description--and none of them match up. The website prominently features a phrase that tells you you can get to everything from your phone. Is this the main selling feature?\r\n<h5>Who should hear about it?</h5>\r\nIt\'s clear that the target audience for the TV commercial is a CEO or a COO of a company. We know this because we have the self-effacing female administrative assistant who starts by saying she\'s not the \"c-anything o,\" and ends by saying that the CEO, to whom she is writing the email suggesting the company get Domo, is really the one who runs things.\r\n\r\nHow is it then that the lowly admin knows about this amazing product?  And what I really don\'t get is how having data visualization on your smartphone is going to help Jeanne who is always cold?\r\n<h5>The bottom line</h5>\r\nDomo, with its short and easy to remember name, has succeeded in building brand recognition and perhaps even increasing its website traffic. What is less clear is if has succeeded in getting customers. There\'s a lot of explaining that needs to be done about what Domo actually is, how it works, and why you need it. To be successful in your branding, you need clear and consistent messaging and a strong selling proposition.\r\n\r\nDomo has many messages and several reasons (maybe too many) for you to consider getting it.\r\n\r\nWhat do you think? Do you understand Domo? Do you need Domo?\r\n\r\n<hr />\r\n\r\nYou may have noticed that the DBMC website has been spruced up a bit. During the \"remodeling\" I refrained from blogging so that there would be no new content to migrate to the new site. But now I am back! Let me know what you think of the new website.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What the heck is Domo and why should you care?','','inherit','closed','closed','','3778-revision-v1','','','2018-05-10 09:29:08','2018-05-10 13:29:08','',3778,'https://deborahbrody.com/2018/05/3778-revision-v1/',0,'revision','',0),
(3704,4,'2018-04-03 21:25:55','2018-04-04 01:25:55','','astra-child','','publish','closed','closed','','astra-child','','','2018-04-04 21:25:08','2018-04-05 01:25:08','',0,'http://deborahbrody.com/2018/04/astra-child/',0,'custom_css','',0),
(3705,4,'2018-04-03 21:25:55','2018-04-04 01:25:55','.site-title {\n	color: #b31106;\n}','astra-child','','inherit','closed','closed','','3704-revision-v1','','','2018-04-03 21:25:55','2018-04-04 01:25:55','',3704,'http://deborahbrody.com/2018/04/3704-revision-v1/',0,'revision','',0),
(3707,4,'2018-04-03 21:28:38','2018-04-04 01:28:38','.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {\n    color: #b31106;\n}','astra-child','','inherit','closed','closed','','3704-revision-v1','','','2018-04-03 21:28:38','2018-04-04 01:28:38','',3704,'http://deborahbrody.com/2018/04/3704-revision-v1/',0,'revision','',0),
(3709,4,'2018-04-03 21:29:14','2018-04-04 01:29:14','.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {\n    color: #b31106;\n}\n.site-header .site-description {\n    color: #b31106;\n}','astra-child','','inherit','closed','closed','','3704-revision-v1','','','2018-04-03 21:29:14','2018-04-04 01:29:14','',3704,'http://deborahbrody.com/2018/04/3704-revision-v1/',0,'revision','',0),
(3782,4,'2018-05-10 09:26:49','2018-05-10 13:26:49','If you watch as much TV/cable news and commentary as I do, chances are good that you\'ve seen an advertisement for a thing called Domo. It\'s been running a lot over the past couple months. In case you\'ve missed it, here it is:\r\n<div style=\"position: relative; width: 100%; padding-top: 56.25%; padding-bottom: 40px;\"><iframe style=\"position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%;\" src=\"https://www.ispot.tv/share/w31b\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n&nbsp;\r\n\r\nDo you understand what Domo is from this commercial? Apparently it\'s something that allows you to \"connect with anything in the company\" and gives you the \"company data in one place.\" And let\'s not forget, it will help Jeanne, who is always cold (huh?). The tagline on the commercial is Domo: For the good of the company.\r\n\r\nThis commercial is successful in making you wonder what Domo is, and maybe, like me, you go search it out on the web.\r\n<h5>Take it to the internet</h5>\r\nSome internet research into Domo reveals that it is a software company that deals in \"business intelligence\" and \"data visualization.\"  A visit to Domo\'s website has the description \"connecting your data, systems and people\" in the navigation bar. The home page has a tagline/descriptor that says: \"Everybody on the same page, all the time. Run the  business from your phone.\"\r\n\r\nHere you do learn more about it. When I scroll down there is a part of the home page called product benefits where I learn that Domo is \"the fully-mobile, cloud-based operating system that unifies every component of a business. Data becomes decisions, ideas turn into action.\" Someone needs to explain to Domo that this is not a listing of benefits, but rather an actual description of the product.\r\n\r\nThen I click on \"product\" on the navbar. I get this content:\r\n<div class=\"content-container\">\r\n<div class=\"section-title-container content-max text-center pad-sides\">\r\n<div class=\"copy-pod\">\r\n<div>\r\n<blockquote>Domo creates a truly digitally-connected organization.\r\n\r\nThe sum of Domo\'s parts deliver a virtuous cycle of business optimization. Everyone knows more, works together better, and gets more done, faster.\r\n\r\n&nbsp;</blockquote>\r\n(And here we find a new contender for unintelligible business jargon: \"A virtuous cycle of business optimization.\")\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h5>But what is it? And why do I care?</h5>\r\nI don\'t know about you, but I am still confused.  I am confused because at no point does the ad or the website explain what exactly we are talking about and  why being connected to all your data and systems in one place (apparently your phone) makes things run better.\r\n\r\nThere are so many issues both with the website messaging and with the TV commercial. The website and the commercial feature taglines, descriptors, slogans, product benefits, a product description--and none of them match up. The website prominently features a phrase that tells you you can get to everything from your phone. Is this the main selling feature?\r\n<h5>Who should hear about it?</h5>\r\nIt\'s clear that the target audience for the TV commercial is a CEO or a COO of a company. We know this because we have the self-effacing female administrative assistant who starts by saying she\'s not the \"c-anything o,\" and ends by saying that the CEO, to whom she is writing the email suggesting the company get Domo, is really the one who runs things.\r\n\r\nHow is it then that the lowly admin knows about this amazing product?  And what I really don\'t get is how having data visualization on your smartphone is going to help Jeanne who is always cold?\r\n<h5>The bottom line</h5>\r\nDomo, with its short and easy to remember name, has succeeded in building brand recognition and perhaps even increasing its website traffic. What is less clear is if has succeeded in getting customers. There\'s a lot of explaining that needs to be done about what Domo actually is, how it works, and why you need it. To be successful in your branding, you need clear and consistent messaging and a strong selling proposition. Domo has lots of messages, and several reasons for you to consider getting it.\r\n\r\nWhat do you think? Do you understand Domo? Do you need Domo?\r\n\r\n<hr />\r\n\r\nYou may have noticed that the DBMC website has been spruced up a bit. During the \"remodeling\" I refrained from blogging so that there would be no new content to migrate to the new site. But now I am back! Let me know what you think of the new website.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What the heck is Domo and why should you care?','','inherit','closed','closed','','3778-revision-v1','','','2018-05-10 09:26:49','2018-05-10 13:26:49','',3778,'https://deborahbrody.com/2018/05/3778-revision-v1/',0,'revision','',0),
(3716,4,'2018-04-03 21:36:40','2018-04-04 01:36:40','.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {\n    color: #b31106;\n}\n.site-header .site-description {\n    color: #b31106;\n}\nh4 {\n	color: #b31106;\n}','astra-child','','inherit','closed','closed','','3704-revision-v1','','','2018-04-03 21:36:40','2018-04-04 01:36:40','',3704,'http://deborahbrody.com/2018/04/3704-revision-v1/',0,'revision','',0),
(3824,4,'2018-06-22 15:30:08','2018-06-22 19:30:08','There are thirty (that is 3-0) people running for Montgomery County, Maryland Council. Voters are allowed to vote for up to four. There are also eight candidates running in the Democratic primary for Maryland Governor (the incumbent, Larry Hogan, is a Republican and is unopposed). Voters also get to vote for County Executive (six Democrats running), U.S. Senator, U.S. Representative, State Delegates, Judges, even for the Clerk of the Circuit Court. In short, there are a lot of people competing for votes in Montgomery County, Maryland. And with so many people running, it’s a real challenge to stand out.\n\nAnd it’s because of the crush of candidates that every registered party voter in Montgomery County (where I live) has been inundated with campaign literature. (Read today’s Washington Post story,<a href=\"https://www.washingtonpost.com/local/md-politics/so-many-candidates-so-much-mail/2018/06/19/80549d08-732d-11e8-b4b7-308400242c2e_story.html?utm_term=.509ea3aff044\"> In Montgomery County, voters face a deluge of campaign literature mailings</a>, about it).  And that is all in addition to the countless political commercials that have been airing on both the local TV stations and the political talk shows on cable TV. And the many sponsored ads on Twitter and Facebook. And the ubiquitous lawn signs and placards placed throughout the county.\n\n[caption id=\"attachment_3818\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036.jpg\"><img class=\"wp-image-3818 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a> Placards outside Silver Spring Early Voting Center[/caption]\n\nI know because I have received dozens of door hangers and flyers on my doorstep, dozens of flyers in the mail, tons of emails, and even personalized texts to my cell phone (I am still trying to figure out how they got the number).  The most notable piece of campaign literature that I got was a form letter from a candidate stuffed inside a handwritten envelope.\n\n<strong>The name of the game</strong>\n\nWhen a race is so crowded, you have to really fight to stand out. When you are running against 29 other candidates, name recognition matters. And so you spend a lot of money to make sure people know and remember your name.\n\n<strong>So you need money to succeed in politics</strong>\n\nThere are two big problems with making name recognition a priority. The first is that you need a lot of money to be able to make people remember your name, which means candidates with the deepest pockets have a big (unfair?) advantage. And indeed, in Montgomery County, two self-made millionaires (David Trone, who is running for U.S. Congress, and David Blair, who is running for Montgomery County Executive) are leading in the amount of money spent. Both these guys are saturating the market with flyers, TV commercials, placards and so forth.\n\n<strong>And a stand voters agree with</strong>\n\nThe second problem is that we don’t vote on name recognition alone. Serious voters (and primary voters tend to be serious) vote on where candidates stand on issues they care about. Name recognition is helpful for sure, but it doesn’t inform voters sufficiently. If voters care about issues, it becomes incumbent on them to research the candidates’ positions. Thankfully, the League of Women Voters publishes a Voters’ Guide. And most candidates have websites.\n\nIn the end, you vote for people who reflect your priorities and values, not for the person with the most lawn signs or door hangers. To really stand out in a crowded field, candidates need to be able to communicate who they are, what they stand for, and why they are the better choice. That takes a lot of money, great communications know-how, and superb political skill.\n\nMay the best candidates win! And if you live in Maryland, don\'t forget to vote on June 26th.\n\nUPDATE: Today, I received an additional five pieces of campaign literature in the mail, three of those promote ONE candidate, and the other is the tenth or so piece I have received from another candidate. Sending three pieces of mail about one candidate strikes me as overkill, and could backfire. Certainly the other candidate, who clearly has very deep pockets, has shown he will spend (waste?) as much money as he can. There\'s no added advantage to sending a piece of campaign literature every day. It is literally clutter\n\n&nbsp;\n\n&nbsp;','How do you know who to vote for when there are so many candidates?','','inherit','closed','closed','','3817-autosave-v1','','','2018-06-22 15:30:08','2018-06-22 19:30:08','',3817,'https://deborahbrody.com/2018/06/3817-autosave-v1/',0,'revision','',0),
(3724,4,'2018-04-04 21:25:08','2018-04-05 01:25:08','','astra-child','','inherit','closed','closed','','3704-revision-v1','','','2018-04-04 21:25:08','2018-04-05 01:25:08','',3704,'http://deborahbrody.com/2018/04/3704-revision-v1/',0,'revision','',0),
(3718,4,'2018-04-03 21:37:12','2018-04-04 01:37:12','.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {\n    color: #b31106;\n}\n.site-header .site-description {\n    color: #b31106;\n}\nh4 {\n	color: #b31106 !important;\n}','astra-child','','inherit','closed','closed','','3704-revision-v1','','','2018-04-03 21:37:12','2018-04-04 01:37:12','',3704,'http://deborahbrody.com/2018/04/3704-revision-v1/',0,'revision','',0),
(3781,4,'2018-05-10 09:24:55','2018-05-10 13:24:55','If you watch as much TV/cable news and commentary as I do, chances are good that you\'ve seen an advertisement for a thing called Domo. It\'s been running a lot over the past couple months. In case you\'ve missed it, here it is:\r\n<div style=\"position: relative; width: 100%; padding-top: 56.25%; padding-bottom: 40px;\"><iframe style=\"position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%;\" src=\"https://www.ispot.tv/share/w31b\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n&nbsp;\r\n\r\nDo you understand what Domo is from this commercial? Apparently it\'s something that allows you to \"connect with anything in the company\" and gives you the \"company data in one place.\" And let\'s not forget, it will help Jeanne, who is always cold (huh?). The tagline on the commercial is Domo: For the good of the company.\r\n\r\nThis commercial is successful in making you wonder what Domo is, and maybe, like me, you go search it out on the web.\r\n<h5>Take it to the internet</h5>\r\nSome internet research into Domo reveals that it is a software company that deals in \"business intelligence\" and \"data visualization.\"  A visit to Domo\'s website has the description \"connecting your data, systems and people\" in the navigation bar. The home page has a tagline/descriptor that says: \"Everybody on the same page, all the time. Run the  business from your phone.\"\r\n\r\nHere you do learn more about it. When I scroll down there is a part of the home page called product benefits where I learn that Domo is \"the fully-mobile, cloud-based operating system that unifies every component of a business. Data becomes decisions, ideas turn into action.\" Someone needs to explain to Domo that this is not a listing of benefits, but rather an actual description of the product.\r\n\r\nThen I click on \"product\" on the navbar. I get this content:\r\n<div class=\"content-container\">\r\n<div class=\"section-title-container content-max text-center pad-sides\">\r\n<div class=\"copy-pod\">\r\n<div>\r\n<blockquote>Domo creates a truly digitally-connected organization.\r\n\r\nThe sum of Domo\'s parts deliver a virtuous cycle of business optimization. Everyone knows more, works together better, and gets more done, faster.\r\n\r\n&nbsp;</blockquote>\r\n(And here we find a new contender for unintelligible business jargon: \"A virtuous cycle of business optimization.\")\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h5>But what is it? And why do I care?</h5>\r\nI don\'t know about you, but I am still confused.  I am confused because at no point does the ad or the website explain what exactly we are talking about and  why being connected to all your data and systems in one place (apparently your phone) makes things run better.\r\n\r\nThere are so many issues both with the website messaging and with the TV commercial. The website and the commercial feature taglines, descriptors, slogans, product benefits, a product description--and none of them match up. The website prominently features a phrase that tells you you can get to everything from your phone. Is this the main selling feature?\r\n<h5>Who really cares about it?</h5>\r\nIt\'s clear that the target audience for the TV commercial is a CEO or a COO of a company. We know this because we have the self-effacing female administrative assistant who starts by saying she\'s not the \"c-anything o,\" and ends by saying that the CEO, to whom she is writing the email suggesting the company get Domo, is really the one who runs things.\r\n\r\nHow is it then that the lowly admin knows about this amazing product?  And what I really don\'t get is how having data visualization on your smartphone is going to help Jeanne who is always cold?\r\n<h5>The bottom line</h5>\r\nDomo, with its short and easy to remember name, has succeeded in building brand recognition and perhaps even increasing its website traffic. What is less clear is if has succeeded in getting customers. There\'s a lot of explaining that needs to be done about what Domo actually is, how it works, and why you need it. You need clear and consistent messaging and a strong selling proposition. Domo has lots of messages, and several reasons for you to consider getting it.\r\n\r\nWhat do you think? Do you understand Domo?\r\n\r\n<hr />\r\n\r\nYou may have noticed that the DBMC website has been spruced up a bit. During the \"remodeling\" I refrained from blogging so that there would be no new content to migrate. But now I am back! Let me know what you think of the new website.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What the heck is Domo and why should you care?','','inherit','closed','closed','','3778-revision-v1','','','2018-05-10 09:24:55','2018-05-10 13:24:55','',3778,'https://deborahbrody.com/2018/05/3778-revision-v1/',0,'revision','',0),
(3751,4,'2018-04-10 11:21:45','2018-04-10 15:21:45','<h4>How I Can Help You</h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n\r\n<h4>Why Choose DBMC</h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\n<h4>What\'s new:</h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-10 11:21:45','2018-04-10 15:21:45','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3728,4,'2018-04-05 20:48:45','2018-04-06 00:48:45','<h3>If you\'re a small to medium-size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</h3>\r\n<br>\r\n<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-05 20:48:45','2018-04-06 00:48:45','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3729,4,'2018-04-05 20:49:07','2018-04-06 00:49:07','<h4>If you\'re a small to medium-size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</h4>\r\n<br>\r\n<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\"><a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-05 20:49:07','2018-04-06 00:49:07','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3732,4,'2026-02-12 15:05:38','2026-02-12 20:05:38','<h2>How I Can Help You</h2>\nMy mission is to help you create clear, concise, and accurate communications materials\n<h2>Why Choose DBMC</h2>\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\n\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\n\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\n\n&nbsp;\n\n&nbsp;','Home','','inherit','closed','closed','','2-autosave-v1','','','2026-02-12 15:05:38','2026-02-12 20:05:38','',2,'http://deborahbrody.com/2018/04/2-autosave-v1/',0,'revision','',0),
(3761,4,'2018-04-24 10:16:59','2018-04-24 14:16:59','','Homepage photo','','publish','closed','closed','','acf_homepage-photo','','','2018-04-25 12:26:15','2018-04-25 16:26:15','',0,'http://deborahbrody.com/?post_type=acf&#038;p=3761',0,'acf','',0),
(3747,4,'2018-04-07 21:37:28','2018-04-08 01:37:28','<h4>If you\'re a small to medium-size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</h4>\r\n&nbsp;\r\n<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-07 21:37:28','2018-04-08 01:37:28','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3734,4,'2018-04-05 21:20:51','2018-04-06 01:20:51','<h4>If you\'re a small to medium-size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</h4>\r\n<br>\r\n<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\">\r\n<a style=\"font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.\r\n<table>\r\n<tr><td><h4><span style=\"font-weight:bold;\"><br />Sign up to receive free marketing and communications insights.</span></h4></td>\r\n<td><form action=\'https://madmimi.com/signups/subscribe/35996\' method=\'post\'>\r\n<div><label for=\'signup_name\'>Name</label><br /><input id=\'signup_name\' name=\'signup[name]\' type=\'text\' /><br />\r\n<label for=\'signup_email\'>Email</label><br /><input id=\'signup_email\' name=\'signup[email]\' type=\'text\' /><br /><input name=\'commit\' class=\'button\' type=\'submit\' value=\'Sign Up\' /></div>\r\n</form></td></tr></table>\r\n</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-05 21:20:51','2018-04-06 01:20:51','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3733,4,'2018-04-05 21:19:46','2018-04-06 01:19:46','<h4>If you\'re a small to medium-size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</h4>\r\n<br>\r\n<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\">\r\n<a style=\"color: #ffffff; font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.\r\n\r\n<h3 align=\"center\" style=\"color:#535353;\">If you’re a small to medium-size business or a non-profit organization seeking to communicate effectively with your target audience, you’ve come to the right place.</h3><br />\r\n<table>\r\n<tr><td><h4><span style=\"font-weight:bold;\"><br />Sign up to receive free marketing and communications insights.</span></h4></td>\r\n<td><form action=\'https://madmimi.com/signups/subscribe/35996\' method=\'post\'>\r\n<div><label for=\'signup_name\'>Name</label><br /><input id=\'signup_name\' name=\'signup[name]\' type=\'text\' /><br />\r\n<label for=\'signup_email\'>Email</label><br /><input id=\'signup_email\' name=\'signup[email]\' type=\'text\' /><br /><input name=\'commit\' class=\'button\' type=\'submit\' value=\'Sign Up\' /></div>\r\n</form></td></tr></table>\r\n</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-05 21:19:46','2018-04-06 01:19:46','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3735,4,'2018-04-05 21:26:56','2018-04-06 01:26:56','<h4>If you\'re a small to medium-size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</h4>\r\n<br>\r\n<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\">\r\n<a style=\"font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.\r\n<table>\r\n<tr><td><h5><span style=\"font-weight:bold;\"><br />Sign up to receive free marketing and communications insights.</span></h5></td>\r\n<td><form action=\'https://madmimi.com/signups/subscribe/35996\' method=\'post\'>\r\n<div><label for=\'signup_name\'>Name</label><br /><input id=\'signup_name\' name=\'signup[name]\' type=\'text\' /><br />\r\n<label for=\'signup_email\'>Email</label><br /><input id=\'signup_email\' name=\'signup[email]\' type=\'text\' /><br /><input name=\'commit\' class=\'button\' type=\'submit\' value=\'Sign Up\' /></div>\r\n</form></td></tr></table>\r\n</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-05 21:26:56','2018-04-06 01:26:56','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3780,4,'2018-05-10 09:21:09','2018-05-10 13:21:09','If you watch as much TV/cable news and commentary as I do, chances are good that you\'ve seen an advertisement for a thing called Domo. It\'s been running a lot over the past couple months. In case you\'ve missed it, here it is:\r\n<div style=\"position: relative; width: 100%; padding-top: 56.25%; padding-bottom: 40px;\"><iframe style=\"position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%;\" src=\"https://www.ispot.tv/share/w31b\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n&nbsp;\r\n\r\nDo you understand what Domo is from this commercial? Apparently it\'s something that allows you to \"connect with anything in the company\" and gives you the \"company data in one place.\" And let\'s not forget, it will help Jeanne, who is always cold (huh?). The tagline on the commercial is Domo: For the good of the company.\r\n\r\nThis commercial is successful in making you wonder what Domo is, and maybe, like me, you go search it out on the web.\r\n\r\nSome internet research into Domo reveals that it is a software company that deals in \"business intelligence\" and \"data visualization.\"  A visit to Domo\'s website has the description \"connecting your data, systems and people\" in the navigation bar. The home page has a tagline/descriptor that says: \"Everybody on the same page, all the time. Run the  business from your phone.\"\r\n\r\nHere you do learn more about it. When I scroll down there is a part of the home page called product benefits where I learn that Domo is \"the fully-mobile, cloud-based operating system that unifies every component of a business. Data becomes decisions, ideas turn into action.\" Someone needs to explain to Domo that this is not a listing of benefits, but rather an actual description of the product.\r\n\r\nThen I click on \"product\" on the navbar. I get this content:\r\n<div class=\"content-container\">\r\n<div class=\"section-title-container content-max text-center pad-sides\">\r\n<div class=\"copy-pod\">\r\n<div>\r\n<blockquote>Domo creates a truly digitally-connected organization.\r\n\r\nThe sum of Domo\'s parts deliver a virtuous cycle of business optimization. Everyone knows more, works together better, and gets more done, faster.\r\n\r\n&nbsp;</blockquote>\r\n(And here we find a new contender for unintelligible business jargon: \"A virtuous cycle of business optimization.\")\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nI don\'t know about you, but I am still confused.  I am confused because at no point does the ad or the website explain what exactly we are talking about and  why being connected to all your data and systems in one place (apparently your phone) makes things run better.\r\n\r\nThere are so many issues both with the website messaging and with the TV commercial. The website and the commercial feature taglines, descriptors, slogans, product benefits, a product description--and none of them match up. The website prominently features a phrase that tells you you can get to everything from your phone. Is this the main selling feature?\r\n\r\nIt\'s clear that the target audience for the TV commercial is a CEO or a COO of a company. We know this because we have the self-effacing female administrative assistant who starts by saying she\'s not the \"c-anything o,\" and ends by saying that the CEO, to whom she is writing the email suggesting the company get Domo, is really the one who runs things.\r\n\r\nHow is it then that the lowly admin knows about this amazing product?  And what I really don\'t get is how having data visualization on your smartphone is going to help Jeanne who is always cold?\r\n\r\nBottom line:\r\n\r\nDomo, with its short and easy to remember name, has succeeded in building brand recognition and perhaps even increasing its website traffic. What is less clear is if has succeeded in getting customers. There\'s a lot of explaining that needs to be done about what Domo actually is, how it works, and why you need it. You need clear and consistent messaging and a strong selling proposition. Domo has lots of messages, and several reasons for you to consider getting it.\r\n\r\nWhat do you think? Do you understand Domo?\r\n\r\n<hr />\r\n\r\nYou may have noticed that the DBMC website has been spruced up a bit. During the \"remodeling\" I refrained from blogging so that there would be no new content to migrate. But now I am back! Let me know what you think of the new website.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What the heck is Domo and why should you care?','','inherit','closed','closed','','3778-revision-v1','','','2018-05-10 09:21:09','2018-05-10 13:21:09','',3778,'https://deborahbrody.com/2018/05/3778-revision-v1/',0,'revision','',0),
(3762,4,'2018-04-24 10:17:43','2018-04-24 14:17:43','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h2>What’s new:</h2>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-24 10:17:43','2018-04-24 14:17:43','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3745,4,'2018-04-06 09:32:38','2018-04-06 13:32:38','<h4>If you\'re a small to medium-size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.</h4>\r\n&nbsp;\r\n<table class=\"homemain\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<table class=\"homeleft\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>How I Can Help You\r\n</strong></h4>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<table class=\"homeright\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4><strong>Why Choose DBMC</strong></h4>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won\'t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h4><strong>What\'s new:</strong></h4>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"contacthome\">\r\n\r\n<a style=\"font-weight: bold;\" href=\"contact\">Contact us</a> today to learn how to improve your marketing and communications.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h5><span style=\"font-weight: bold;\">\r\nSign up to receive free marketing and communications insights.</span></h5>\r\n</td>\r\n<td><form action=\"https://madmimi.com/signups/subscribe/35996\" method=\"post\">\r\n<div><label for=\"signup_name\">Name</label>\r\n<input id=\"signup_name\" name=\"signup[name]\" type=\"text\" />\r\n<label for=\"signup_email\">Email</label>\r\n<input id=\"signup_email\" name=\"signup[email]\" type=\"text\" />\r\n<input class=\"button\" name=\"commit\" type=\"submit\" value=\"Sign Up\" /></div>\r\n</form></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-06 09:32:38','2018-04-06 13:32:38','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3776,4,'2018-05-08 16:33:33','2018-05-08 20:33:33','In case you\'ve missed a newsletter, just check this archive:\r\n\r\n<a href=\"https://madmimi.com/s/33be2c\">May 2018</a>\r\n\r\n<a href=\"https://madmimi.com/s/51a8bb\" target=\"_blank\" rel=\"noopener\">February 2018</a>\r\n\r\n<a href=\"https://madmimi.com/s/4dd82b\">November 2017</a>\r\n\r\n<a title=\"September 2017\" href=\"https://madmimi.com/s/391dca\" target=\"_blank\" rel=\"noopener\">September 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/45625a\" target=\"_blank\" rel=\"noopener\">June 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/75c3f9\" target=\"_blank\" rel=\"noopener\">April 2017</a>\r\n\r\n<a href=\"https://madmimi.com/s/792b39\" target=\"_blank\" rel=\"noopener\">December 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/a051e8\" target=\"_blank\" rel=\"noopener\">October 2016</a>\r\n\r\n<a title=\"August 2016 newsletter\" href=\"https://madmimi.com/s/359a88\" target=\"_blank\" rel=\"noopener\">August 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d841f7\" target=\"_blank\" rel=\"noopener\">June 2016</a>\r\n\r\n<a title=\"March 2016 newsletter\" href=\"https://madmimi.com/s/a50a67\" target=\"_blank\" rel=\"noopener\">March 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/d7ed27\" target=\"_blank\" rel=\"noopener\">January 2016</a>\r\n\r\n<a href=\"https://madmimi.com/s/987fe6\" target=\"_blank\" rel=\"noopener\">November 2015</a>\r\n\r\n<a title=\"September 2015 newsletter\" href=\"https://madmimi.com/s/2f17a6\" target=\"_blank\" rel=\"noopener\">September 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/f0dc46\" target=\"_blank\" rel=\"noopener\">June 2015</a>\r\n\r\n<a href=\"https://madmimi.com/s/83c206\" target=\"_blank\" rel=\"noopener\">March 2015</a>\r\n\r\n<a title=\"January 2015 newsletter\" href=\"https://madmimi.com/s/594ec5\" target=\"_blank\" rel=\"noopener\">January 2015</a>\r\n\r\n<a href=\"https://madmimi.com/p/9a6295?fe=1&amp;pact=26384901049\" target=\"_blank\" rel=\"noopener\">November 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/f95d35\" target=\"_blank\" rel=\"noopener\">September 2014</a>\r\n\r\n<a href=\"https://madmimi.com/s/c3e405\" target=\"_blank\" rel=\"noopener\">July 2014</a>\r\n\r\n<a href=\"http://mad.ly/3625c4\" target=\"_blank\" rel=\"noopener\">April 2014</a>\r\n\r\n<a title=\"February newsletter\" href=\"http://mad.ly/dc2584\" target=\"_blank\" rel=\"noopener\">February 2014</a>\r\n\r\n<a title=\"December 2013 newsletter\" href=\"http://mad.ly/bb9454\" target=\"_blank\" rel=\"noopener\">December 2013</a>\r\n\r\n<a title=\"October 2013 newsletter\" href=\"http://mad.ly/f27424\" target=\"_blank\" rel=\"noopener\">October 2013</a>\r\n\r\n<a title=\"July 2013 newsletter\" href=\"http://mad.ly/eb30f3\" target=\"_blank\" rel=\"noopener\">July 2013</a>\r\n\r\n<a title=\"May 2013 newsletter\" href=\"http://mad.ly/9003c3\" target=\"_blank\" rel=\"noopener\">May 2013</a>\r\n\r\n<a title=\"March 2013 newsletter\" href=\"http://mad.ly/d82a93\" target=\"_blank\" rel=\"noopener\">March 2013</a>\r\n\r\n<a title=\"January 2013 newsletter\" href=\"http://mad.ly/a12873\" target=\"_blank\" rel=\"noopener\">January 2013</a>\r\n\r\n&nbsp;','Newsletters','','inherit','closed','closed','','2509-revision-v1','','','2018-05-08 16:33:33','2018-05-08 20:33:33','',2509,'https://deborahbrody.com/2018/05/2509-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(3779,4,'2018-05-10 08:30:35','2018-05-10 12:30:35','If you watch as much TV/cable news and commentary as I do, chances are good that you\'ve seen an advertisement for a thing called Domo. It\'s been running a lot over the past couple months. In case you\'ve missed it, here it is:\r\n\r\n&lt;div style=\"position:relative;width:100%;padding-top:56.25%;padding-bottom:40px;\"&gt;&lt;iframe style=\"position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;\" src=\"https://www.ispot.tv/share/w31b\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"&gt;&lt;/iframe&gt;&lt;/div&gt;\r\n\r\nDo you understand what Domo is from this commercial? Apparently it\'s something that allows you to \"connect with anything in the company\" and gives you the \"company data in one place.\" And let\'s not forget, it will help Jeanne, who is always cold. Huh?\r\n\r\nI really dislike this commercial for many reasons, not the least of which is the self-effacing female administrative assistant who starts by saying she\'s not the \"c-anything o,\" and ends by saying that the CEO, to whom the commercial is directed is really the one who runs things.','What the heck is Domo and why should you care?','','inherit','closed','closed','','3778-revision-v1','','','2018-05-10 08:30:35','2018-05-10 12:30:35','',3778,'https://deborahbrody.com/2018/05/3778-revision-v1/',0,'revision','',0),
(3914,4,'2019-01-24 09:57:54','2019-01-24 14:57:54','Best practices are the ones that are the most effective in providing results you want.  And every industry has its own best practices. Your organization might have its own best practices, which include administrative and managerial tasks (e.g., how to invoice, how to handle hiring and firing, how to establish budget priorities).\r\n\r\nIn other words, best practices are guidelines. They serve as a map in getting things done.\r\n\r\nTake an administrative task like invoicing, for example. Do you follow a rule about invoicing? Perhaps you invoice every time a project is completed, or you invoice every two weeks, or once a month. You probably understand that unless  you invoice regularly, you may not get paid regularly. I once worked at a communications agency where the invoicing was handled by the very disorganized president (who was a horrible micro-manager and could/would not delegate these types of tasks). She invoiced clients whenever she got around to it. And guess what? That affected cash flow for the agency, and even angered clients who were getting billed for work done months earlier.  This agency president was not following invoicing best practices, and it was making her agency suffer financially.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Do you follow best practices?','','inherit','closed','closed','','3913-revision-v1','','','2019-01-24 09:57:54','2019-01-24 14:57:54','',3913,'https://deborahbrody.com/2019/01/3913-revision-v1/',0,'revision','',0),
(3778,4,'2018-05-10 09:32:12','2018-05-10 13:32:12','If you watch as much TV/cable news and commentary as I do, chances are good that you\'ve seen an advertisement for something called Domo. It\'s been running a lot over the past couple months. In case you\'ve missed it, here it is:\r\n<div style=\"position: relative; width: 100%; padding-top: 56.25%; padding-bottom: 40px;\"><iframe style=\"position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%;\" src=\"https://www.ispot.tv/share/w31b\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n&nbsp;\r\n\r\nDo you understand what Domo is from this commercial? Apparently it\'s something that allows you to \"connect with anything in the company\" and gives you the \"company data in one place.\" And let\'s not forget, it will help Jeanne, who is always cold (huh?). The tagline on the commercial is Domo: For the good of the company.\r\n\r\nThis commercial is successful in making you wonder what Domo is, and maybe, like me, you go search it out on the web.\r\n<h5>Take it to the internet</h5>\r\nSome internet research into Domo reveals that it is a software company that deals in \"business intelligence\" and \"data visualization.\"  A visit to Domo\'s website has the description \"connecting your data, systems and people\" in the navigation bar. The home page has a tagline/descriptor that says: \"Everybody on the same page, all the time. Run the  business from your phone.\"\r\n\r\nHere you do learn more about it. When I scroll down there is a part of the home page called product benefits where I learn that Domo is \"the fully-mobile, cloud-based operating system that unifies every component of a business. Data becomes decisions, ideas turn into action.\" Someone needs to explain to Domo that this is not a listing of benefits, but rather an actual description of the product.\r\n\r\nThen I click on \"product\" on the navbar. I get this content:\r\n<div class=\"content-container\">\r\n<div class=\"section-title-container content-max text-center pad-sides\">\r\n<div class=\"copy-pod\">\r\n<div>\r\n<blockquote>Domo creates a truly digitally-connected organization.\r\n\r\nThe sum of Domo\'s parts deliver a virtuous cycle of business optimization. Everyone knows more, works together better, and gets more done, faster.\r\n\r\n&nbsp;</blockquote>\r\n(And here we find a new contender for unintelligible business jargon: \"A virtuous cycle of business optimization.\")\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h5>But what is it? And why do I care?</h5>\r\nI don\'t know about you, but I am still confused.  I am confused because at no point does the ad or the website explain what exactly we are talking about and  why being connected to all your data and systems in one place (apparently your phone) makes things run better.\r\n\r\nThere are so many issues both with the website messaging and with the TV commercial. The website and the commercial feature taglines, descriptors, slogans, product benefits, a product description--and none of them match up. The website prominently features a phrase that tells you you can get to everything from your phone. Is this the main selling feature?\r\n<h5>Who should hear about it?</h5>\r\nIt\'s clear that the target audience for the TV commercial is a CEO or a COO of a company. We know this because we have the self-effacing female administrative assistant who starts by saying she\'s not the \"c-anything o,\" and ends by saying that the CEO, to whom she is writing the email suggesting the company get Domo, is really the one who runs things.\r\n\r\nHow is it then that the lowly admin knows about this amazing product?  And what I really don\'t get is how having data visualization on your smartphone is going to help Jeanne who is always cold?\r\n<h5>The bottom line</h5>\r\nDomo, with its short and easy to remember name, has succeeded in building brand recognition and perhaps even increasing its website traffic. What is less clear is if has succeeded in getting customers. There\'s a lot of explaining that needs to be done about what Domo actually is, how it works, and why you need it. To be successful in your branding, you need clear and consistent messaging and a strong selling proposition.\r\n\r\nDomo has many messages and several reasons (maybe too many) for you to consider getting it.\r\n\r\nWhat do you think? Do you understand Domo? Do you need Domo?\r\n\r\n<hr />\r\n\r\nYou may have noticed that the DBMC website has been spruced up a bit. During the \"remodeling\" I refrained from blogging so that there would be no new content to migrate to the new site. But now I am back! Let me know what you think of the new website.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What the heck is Domo and why should you care?','','publish','open','open','','what-the-heck-is-domo-and-why-should-you-care','','','2018-05-10 09:32:12','2018-05-10 13:32:12','',0,'https://deborahbrody.com/?p=3778',0,'post','',0),
(3787,4,'2018-05-16 11:09:01','2018-05-16 15:09:01','Your privacy is very important. DBMC follows these fundamental principles to protect your privacy:\r\n<ul>\r\n 	<li>We don’t ask for nor gather any personal information unless we truly need it.</li>\r\n 	<li>We don’t share your personal information with anyone except to comply with the law, develop our products, or protect our rights.</li>\r\n 	<li>We don’t store personal information on our servers unless required for the on-going operation of our site.</li>\r\n</ul>\r\n<strong>Website Visitors</strong>\r\n\r\nLike most website operators, DBMC collects non-personally-identifying information of the sort that web browsers and servers typically make available, such as the browser type, language preference, referring site, and the date and time of each visitor request. DBMC’s purpose in collecting non-personally identifying information is to better understand how visitors use this website.\r\n\r\n<strong>Gathering of Personally-Identifying Information</strong>\r\n\r\nCertain visitors to this site choose to interact with DBMC in ways that require collection of personally-identifying information. The amount and type of information that DBMC gathers depends on the nature of the interaction. For example, we ask visitors who comment on our blog to provide a username and email address. We collect email addresses from those who wish to receive DBMC updates and newsletters via email. In each case, DBMC collects such information only insofar as is necessary or appropriate to fulfill the purpose of the visitor’s interaction with this site. DBMC does not disclose personally-identifying information other than as described below. And visitors can always refuse to supply personally-identifying information, with the caveat that it may prevent them from engaging in certain website-related activities.\r\n\r\n<strong>Aggregated Statistics</strong>\r\n\r\nDBMC may collect statistics about the behavior of visitors to its websites. However, DBMC does not disclose personally-identifying information other than as described below.\r\n\r\n<strong>Protection of Certain Personally-Identifying Information</strong>\r\n\r\nDBMC discloses potentially personally-identifying and personally-identifying information only to those of its employees, contractors and affiliated organizations that need to know that information in order to process it on DBMC’s behalf. DBMC will not rent or sell potentially personally-identifying and personally-identifying information to anyone other than to its employees, contractors and affiliated organizations, as described above. DBMC discloses potentially personally-identifying and personally-identifying information only in response to a subpoena, court order or other governmental request.\r\n\r\n<strong>Comments</strong>\r\n\r\nComments, unless approved and published, and other content submitted to Akismet anti-spam service are not saved on our servers.\r\n\r\n<strong>Privacy Policy Changes</strong>\r\n\r\nAlthough most changes are likely to be minor, DBMC may change its Privacy Policy from time to time. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.','Privacy Policy','','inherit','closed','closed','','3786-revision-v1','','','2018-05-16 11:09:01','2018-05-16 15:09:01','',3786,'https://deborahbrody.com/2018/05/3786-revision-v1/',0,'revision','',0),
(3786,4,'2018-05-16 11:09:49','2018-05-16 15:09:49','Your privacy is very important. DBMC follows these fundamental principles to protect your privacy:\r\n<ul>\r\n 	<li>We don’t ask for nor gather any personal information unless we truly need it.</li>\r\n 	<li>We don’t share your personal information with anyone except to comply with the law, develop our products, or protect our rights.</li>\r\n 	<li>We don’t store personal information on our servers unless required for the on-going operation of our site.</li>\r\n</ul>\r\n<strong>Website Visitors</strong>\r\n\r\nLike most website operators, DBMC collects non-personally-identifying information of the sort that web browsers and servers typically make available, such as the browser type, language preference, referring site, and the date and time of each visitor request. DBMC’s purpose in collecting non-personally identifying information is to better understand how visitors use this website.\r\n\r\n<strong>Gathering of Personally-Identifying Information</strong>\r\n\r\nCertain visitors to this site choose to interact with DBMC in ways that require collection of personally-identifying information. The amount and type of information that DBMC gathers depends on the nature of the interaction. For example, we ask visitors who comment on our blog to provide a username and email address. We collect email addresses from those who wish to receive DBMC updates and newsletters via email. In each case, DBMC collects such information only insofar as is necessary or appropriate to fulfill the purpose of the visitor’s interaction with this site. DBMC does not disclose personally-identifying information other than as described below. And visitors can always refuse to supply personally-identifying information, with the caveat that it may prevent them from engaging in certain website-related activities.\r\n\r\n<strong>Aggregated Statistics</strong>\r\n\r\nDBMC may collect statistics about the behavior of visitors to its websites. However, DBMC does not disclose personally-identifying information other than as described below.\r\n\r\n<strong>Protection of Certain Personally-Identifying Information</strong>\r\n\r\nDBMC discloses potentially personally-identifying and personally-identifying information only to those of its employees, contractors and affiliated organizations that need to know that information in order to process it on DBMC’s behalf. DBMC will not rent or sell potentially personally-identifying and personally-identifying information to anyone other than to its employees, contractors and affiliated organizations, as described above. DBMC discloses potentially personally-identifying and personally-identifying information only in response to a subpoena, court order or other governmental request.\r\n\r\n<strong>Comments</strong>\r\n\r\nComments, unless approved and published, and other content submitted to Akismet anti-spam service are not saved on our servers.\r\n\r\n<strong>Privacy Policy Changes</strong>\r\n\r\nAlthough most changes are likely to be minor, DBMC may change its Privacy Policy from time to time. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2018-05-16 11:09:49','2018-05-16 15:09:49','',0,'https://deborahbrody.com/?page_id=3786',0,'page','',0),
(3756,4,'2018-04-11 12:03:07','2018-04-11 16:03:07','<h2>How I Can Help You</h2>\r\nIf you\'re a small to medium size business or a non-profit organization seeking to communicate effectively with your target audience, you\'ve come to the right place.\r\n\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h2>What’s new:</h2>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-11 12:03:07','2018-04-11 16:03:07','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3757,4,'2018-04-16 16:02:35','2018-04-16 20:02:35','Mis servicios:\r\n<ul>\r\n	<li>Escritura y producción de materiales de mercadeo (marketing), ya sea un folleto, comunicados de prensa, o el contenido de un sitio Web.</li>\r\n	<li>Redacción de materiales.</li>\r\n	<li>Traducción de materiales  ingles/español.</li>\r\n</ul>\r\nPuede contar con trabajos hechos con creatividad y experiencia, y con la confianza de que hare el trabajo en el tiempo adecuado y a un precio justo.\r\n\r\nDependiendo de las exigencias del cliente, trabajo por proyecto o a largo plazo. En todo caso, el precio se dará por escrito.\r\n\r\n<strong>Biografia</strong>\r\n\r\nDeborah establecio su compañia en 2002. Cuenta con una carrera que abarca veinte años de trabajo en las industrias de relaciones públicas y de publicidad. Deborah obtuvo una Maestría en Comunicaciones en Boston University.\r\n\r\n<strong>¿Como le puedo ayudar? Mandeme un mail:</strong>\r\n\r\n<a href=\"mailto:info@deborahbrody.com\">info@deborahbrody.com</a>','Español','','inherit','closed','closed','','20-revision-v1','','','2018-04-16 16:02:35','2018-04-16 20:02:35','',20,'http://deborahbrody.com/2018/04/20-revision-v1/',0,'revision','',0),
(3766,4,'2018-04-25 16:54:03','2018-04-25 20:54:03','','','','inherit','open','closed','','copywriting-laptop','','','2018-04-25 16:54:13','2018-04-25 20:54:13','',0,'http://deborahbrody.com/wp-content/uploads/2018/04/copywriting-laptop.jpg',0,'attachment','image/jpeg',0),
(3763,4,'2018-04-24 10:23:12','2018-04-24 14:23:12','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h2>What’s new:</h2>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-24 10:23:12','2018-04-24 14:23:12','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3764,4,'2018-04-24 10:52:14','2018-04-24 14:52:14','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h2>What’s new:</h2>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-24 10:52:14','2018-04-24 14:52:14','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3765,4,'2018-04-24 10:58:20','2018-04-24 14:58:20','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h2>What’s new:</h2>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-24 10:58:20','2018-04-24 14:58:20','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3770,4,'2018-04-27 10:35:43','2018-04-27 14:35:43','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h2>What’s new:</h2>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\" class=\"button\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2018-04-27 10:35:43','2018-04-27 14:35:43','',2,'http://deborahbrody.com/2018/04/2-revision-v1/',0,'revision','',0),
(3771,4,'2018-04-27 16:59:55','2018-04-27 20:59:55','','Blog','','publish','closed','closed','','acf_blog','','','2018-04-27 17:01:37','2018-04-27 21:01:37','',0,'http://deborahbrody.com/?post_type=acf&#038;p=3771',0,'acf','',0),
(3772,4,'2011-06-07 09:03:34','2011-06-07 09:03:34','','Blog','','inherit','closed','closed','','22-revision-v1','','','2011-06-07 09:03:34','2011-06-07 09:03:34','',22,'http://deborahbrody.com/2011/06/22-revision-v1/',0,'revision','',0),
(3773,4,'2018-04-27 17:01:17','2018-04-27 21:01:17','','Blog','','inherit','closed','closed','','22-revision-v1','','','2018-04-27 17:01:17','2018-04-27 21:01:17','',22,'http://deborahbrody.com/2018/04/22-revision-v1/',0,'revision','',0),
(3806,4,'2021-10-12 15:09:31','2021-10-12 19:09:31','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with more than 25 years of public relations, advertising, and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing, copy editing, and consulting to small and medium-sized businesses and nonprofits.</div>\n<div></div>\n<div>Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English/Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\n<div></div>\n<div>Upon her move to the Washington, D.C. area in 2005, in addition to running DBMC, Deborah worked as the interim Media Director at B\'nai B\'rith International. She also worked with Communications Resources, a communications consultancy, and served as writing tutor at the Kogod School of Business at American University. In 2012, Deborah launched a series of  blogging workshops to teach effective blog writing techniques.</div>\n<div></div>\nDeborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications (M.S., , where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland where when not writing, she enjoys cooking, following current events and politics, going on hikes and long walks, and doing yoga.\n<div></div>\n<div></div>\n<div>\n\n<img src=\"https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_120x33.png\" alt=\"View Deborah Brody\'s profile on LinkedIn\" width=\"120\" height=\"33\" border=\"0\" />\n\n&nbsp;\n\n</div>','About','','inherit','closed','closed','','18-autosave-v1','','','2021-10-12 15:09:31','2021-10-12 19:09:31','',18,'https://deborahbrody.com/2018/06/18-autosave-v1/',0,'revision','',0),
(3797,4,'2018-05-31 09:29:41','2018-05-31 13:29:41','It happened at least twice this week (and it\'s only Thursday of a short work week): I came across two different digital marketing mistakes. One involves email marketing and the other involves content marketing. And I see different organizations making the same mistakes every single week.\r\n\r\nThese two digital marketing mistakes are common, and yet easily fixable. Take the time to make these fixes today, and I can promise you almost instant results.\r\n\r\n<strong>Big digital marketing mistake #1: Sending an all-image/graphics email</strong>\r\n\r\nEven though email marketing is one of the oldest and most useful forms of digital marketing, there are still lots of organizations that make the mistake of sending out emails that are completely image/graphics-based. I just got one last night. It was made up of several images that provided information about promotions at different locations. And I couldn\'t see any of the information.\r\n\r\nThe big problem with these emails is that in most email clients (Outlook, Gmail, etc.)  you have to download images in order to see them. So, if your email is made up exclusively of images, your recipients will not see anything unless they specifically click on \"download images.\"  And unless your email subject line is extremely compelling and/or descriptive, your recipients may not take that extra step, and your email marketing campaign will be a waste.\r\n\r\n<strong>Easy fix: </strong>Use images in email sparingly, and make sure the important information (i.e., dates, costs, location, etc.) is <em>text-based.</em>\r\n\r\n<strong>Big digital marketing mistake #2: Not having a sharing mechanism on your content</strong>\r\n\r\nJust this week, a lawyer I know shared a link to a blog post his firm created regarding GDPR (the new European data regulation that went into effect on May 25). I checked it out, and thought it would be useful to my network, but when I went to share it, I found that there were no sharing buttons of any type. In 2018, more than ten years into Facebook and Twitter, and 15 years into LinkedIn, there is simply no excuse for not having sharing buttons. Sharing buttons allow your readers to easily share  your content to their preferred social media network (mine are at the very bottom of this post if you\'d like to share this content).\r\n\r\nSocial sharing is key to content marketing because it amplifies the reach of your blog post or article or microsite.\r\n\r\n<strong>Easy fix:</strong> Add sharing buttons to your blog and to any other page on your website that a reader may want to share (for example, your contact page). There are many different plug-ins available to do this work for you (ShareThis, AddThis, etc.). You can also read Hubspots\'s useful cheat sheet: <a href=\"https://blog.hubspot.com/blog/tabid/6307/bid/29544/the-ultimate-cheat-sheet-for-creating-social-media-buttons.aspx\">How to Create Social Media Buttons for All the Top Social Networks.</a> Or simply search \"social sharing buttons.\"\r\n\r\n<hr />\r\n\r\nHave you seen these digital marketing mistakes? Are you making these digital marketing mistakes? I am interested in your experiences. Please comment to let me know.\r\n\r\n&nbsp;','2 big digital marketing mistakes with easy fixes','','publish','open','open','','2-big-digital-marketing-mistakes-with-easy-fixes','','','2018-05-31 09:29:41','2018-05-31 13:29:41','',0,'https://deborahbrody.com/?p=3797',0,'post','',0),
(3789,4,'2018-05-17 10:51:19','2018-05-17 14:51:19','If you were canvassing for a political candidate, would you place a paper brochure or flyer promoting the candidate outside in the rain? I hope you wouldn\'t, but that\'s just what happened around here today.\r\n\r\n<strong>The forecast called for lots of rain</strong>\r\n\r\nThis morning, when I opened my front door to get my morning paper, I found a soggy brochure on my doorstep. The brochure was for a guy running for county executive in Montgomery County where I live. I couldn\'t tell you much about this candidate because the brochure was practically dissolving from all the rain we\'ve been getting. I am not sure when the brochure was placed there, but I do know the forecast called for rain every single day this week, to the extent we are under a flash flood warning. And even if you didn\'t hear the forecast, all you had to do is step outside, feel the rain drops and look at the gray skies and know that the weather didn\'t look good.\r\n\r\n<strong>But you have to care to know the forecast</strong>\r\n\r\nA whole lot of effort and money was wasted here, seemingly because people didn\'t know it was raining. Or perhaps they just didn\'t care. I don\'t know which it is but if you are doing marketing, it pays to be informed.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/05/blogging-blur-business-261662.jpg\"><img class=\"aligncenter wp-image-3790 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/05/blogging-blur-business-261662-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>The solution is simple: Do your research</strong>\r\n\r\nIn this case, whoever was in charge of the canvassing, should\'ve looked at the weather and scheduled it for a day when it wouldn\'t be raining. Or perhaps, should have considered alternative means to get the brochure out.\r\n\r\nIf you were planning an event, you\'d want to check the calendar to see if there was a holiday or other big event on the date you were considering.\r\n\r\nIf you were planning to launch a product, you\'d want to make sure production is on schedule.\r\n\r\n<strong>You have to ask the right questions</strong>\r\n\r\nYou always have to ask questions...but you have to know what to ask about. In order to do this, you may have to do some research, talk to experts, ask other people. In short, you need to gather information so that  you can ask the right questions.\r\n\r\nFor example, you may have heard  that the EU\'s General Data Protection Regulation or GDPR is going into effect on May 25, 2018. Some questions you may have are these:\r\n<ul>\r\n 	<li>What exactly is GDPR and does it affect me?</li>\r\n 	<li>What do I have to do (if anything) to be in compliance?</li>\r\n 	<li>Why is this important?</li>\r\n</ul>\r\nIf you don\'t ask these questions, you may not be in compliance with GDPR when it goes into effect next week.\r\n\r\nFor any marketer or communicator, information is the key. So do your research and ask the right questions before you undertake any action.','It\'s all about being informed','','publish','open','open','','its-all-about-being-informed','','','2018-05-17 10:51:19','2018-05-17 14:51:19','',0,'https://deborahbrody.com/?p=3789',0,'post','',0),
(3790,4,'2018-05-17 10:46:22','2018-05-17 14:46:22','','blogging-blur-business-261662','','inherit','open','closed','','blogging-blur-business-261662','','','2018-05-17 10:46:22','2018-05-17 14:46:22','',3789,'https://deborahbrody.com/wp-content/uploads/2018/05/blogging-blur-business-261662.jpg',0,'attachment','image/jpeg',0),
(3791,4,'2018-05-17 10:47:38','2018-05-17 14:47:38','If you were canvassing for a political candidate, would you place a paper brochure or flyer promoting the candidate outside in the rain? I hope you wouldn\'t, but that\'s just what happened around here today.\r\n\r\n<strong>The forecast called for lots of rain</strong>\r\n\r\nThis morning, when I opened my front door to get my morning paper, I found a soggy brochure on my doorstep. The brochure was for a guy running for county executive in Montgomery County where I live. I couldn\'t tell you much about this candidate because the brochure was practically dissolving from all the rain we\'ve been getting. I am not sure when the brochure was placed there, but I do know the forecast called for rain every single day this week, to the extent we are under a flash flood warning. And even if you didn\'t hear the forecast, all you had to do is step outside, feel the rain drops and look at the gray skies and know that the weather didn\'t look good.\r\n\r\n<strong>But you have to care to know the forecast</strong>\r\n\r\nA whole lot of effort and money was wasted here, seemingly because people didn\'t know it was raining. Or perhaps they just didn\'t care. I don\'t know which it is but if you are doing marketing, it pays to be informed.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/05/blogging-blur-business-261662.jpg\"><img class=\"aligncenter size-medium wp-image-3790\" src=\"https://deborahbrody.com/wp-content/uploads/2018/05/blogging-blur-business-261662-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\n<strong>The solution is simple: Do your research</strong>\r\n\r\nIn this case, whoever was in charge of the canvassing, should\'ve looked at the weather and scheduled it for a day when it wouldn\'t be raining. Or perhaps, should have considered alternative means to get the brochure out.\r\n\r\nIf you were planning an event, you\'d want to check the calendar to see if there was a holiday or other big event on the date you were considering.\r\n\r\nIf you were planning to launch a product, you\'d want to make sure production is on schedule.\r\n\r\n<strong>You have to ask the right questions</strong>\r\n\r\nYou always have to ask questions...but you have to know what to ask about. In order to do this, you may have to do some research, talk to experts, ask other people. In short, you need to gather information so that  you can ask the right questions.\r\n\r\nFor example, you may have heard that May 25th is the day that GDPR (the EU\'s General Data Protection Regulation) is going into effect. Some questions you may have are these:\r\n<ul>\r\n 	<li>What exactly is GDPR and does it affect me?</li>\r\n 	<li>What do I have to do (if anything) to be in compliance?</li>\r\n 	<li>Why is this important?</li>\r\n</ul>\r\nIf you don\'t ask these questions, you may not be in compliance with GDPR when it goes into effect.\r\n\r\nFor any marketer or communicator, information is the key. So do your research and ask the right questions before you undertake any action.','It\'s all about being informed','','inherit','closed','closed','','3789-revision-v1','','','2018-05-17 10:47:38','2018-05-17 14:47:38','',3789,'https://deborahbrody.com/2018/05/3789-revision-v1/',0,'revision','',0),
(3792,4,'2018-05-17 10:50:33','2018-05-17 14:50:33','If you were canvassing for a political candidate, would you place a paper brochure or flyer promoting the candidate outside in the rain? I hope you wouldn\'t, but that\'s just what happened around here today.\r\n\r\n<strong>The forecast called for lots of rain</strong>\r\n\r\nThis morning, when I opened my front door to get my morning paper, I found a soggy brochure on my doorstep. The brochure was for a guy running for county executive in Montgomery County where I live. I couldn\'t tell you much about this candidate because the brochure was practically dissolving from all the rain we\'ve been getting. I am not sure when the brochure was placed there, but I do know the forecast called for rain every single day this week, to the extent we are under a flash flood warning. And even if you didn\'t hear the forecast, all you had to do is step outside, feel the rain drops and look at the gray skies and know that the weather didn\'t look good.\r\n\r\n<strong>But you have to care to know the forecast</strong>\r\n\r\nA whole lot of effort and money was wasted here, seemingly because people didn\'t know it was raining. Or perhaps they just didn\'t care. I don\'t know which it is but if you are doing marketing, it pays to be informed.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/05/blogging-blur-business-261662.jpg\"><img class=\"aligncenter wp-image-3790 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/05/blogging-blur-business-261662-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>The solution is simple: Do your research</strong>\r\n\r\nIn this case, whoever was in charge of the canvassing, should\'ve looked at the weather and scheduled it for a day when it wouldn\'t be raining. Or perhaps, should have considered alternative means to get the brochure out.\r\n\r\nIf you were planning an event, you\'d want to check the calendar to see if there was a holiday or other big event on the date you were considering.\r\n\r\nIf you were planning to launch a product, you\'d want to make sure production is on schedule.\r\n\r\n<strong>You have to ask the right questions</strong>\r\n\r\nYou always have to ask questions...but you have to know what to ask about. In order to do this, you may have to do some research, talk to experts, ask other people. In short, you need to gather information so that  you can ask the right questions.\r\n\r\nFor example, you may have heard  that the EU\'s General Data Protection Regulation or GDPR is going into effect on May 25, 2018. Some questions you may have are these:\r\n<ul>\r\n 	<li>What exactly is GDPR and does it affect me?</li>\r\n 	<li>What do I have to do (if anything) to be in compliance?</li>\r\n 	<li>Why is this important?</li>\r\n</ul>\r\nIf you don\'t ask these questions, you may not be in compliance with GDPR when it goes into effect next week.\r\n\r\nFor any marketer or communicator, information is the key. So do your research and ask the right questions before you undertake any action.','It\'s all about being informed','','inherit','closed','closed','','3789-revision-v1','','','2018-05-17 10:50:33','2018-05-17 14:50:33','',3789,'https://deborahbrody.com/2018/05/3789-revision-v1/',0,'revision','',0),
(3798,4,'2018-05-31 09:25:44','2018-05-31 13:25:44','It happened at least twice this week (and it\'s only Thursday of a short work week): I came across two different digital marketing mistakes. One involves email marketing and the other involves content marketing. And I see different organizations making the same mistakes every single week.\r\n\r\nThese two digital marketing mistakes are common, and yet easily fixable. Take the time to make these fixes today, and I can promise you almost instant results.\r\n\r\n<strong>Big digital marketing mistake #1: Sending an all-image/graphics email</strong>\r\n\r\nEven though email marketing is one of the oldest and most useful forms of digital marketing, there are still lots of organizations that make the mistake of sending out emails that are completely image/graphics-based. I just got one last night. It was made up of several images that provided information about promotions at different locations. And I couldn\'t see any of the information.\r\n\r\nThe big problem with these emails is that in most email clients (Outlook, Gmail, etc.)  you have to download images in order to see them. So, if your email is made up exclusively of images, your recipients will not see anything unless they specifically click on \"download images.\"  And unless your email subject line is extremely compelling and/or descriptive, your recipients may not take that extra step, and your email marketing campaign will be a waste.\r\n\r\n<strong>Easy fix: </strong>Use images in email sparingly, and make sure the important information (i.e., dates, costs, location, etc.) is <em>text-based.</em>\r\n\r\n<strong>Big digital marketing mistake #2: Not having a sharing mechanism on your content</strong>\r\n\r\nJust this week, a lawyer I know shared a link to a blog post his firm created regarding GDPR (the new European data regulation that went into effect on May 25). I checked it out, and thought it would be useful to my network, but when I went to share it, I found that there were no sharing buttons of any type. In 2018, more than ten years into Facebook and Twitter, and 15 years into LinkedIn, there is simply no excuse for not having sharing buttons. Sharing buttons allow your readers to easily share  your content to their preferred social media network.\r\n\r\nSocial sharing is key to content marketing because it amplifies the reach of your blog post or article or microsite.\r\n\r\n<strong>Easy fix:</strong> Add sharing buttons to your blog and to any other page on your website that a reader may want to share (for example, your contact page). There are many different plug-ins available to do this work for you (ShareThis, AddThis, etc.). You can also read Hubspots\'s useful cheat sheet: <a href=\"https://blog.hubspot.com/blog/tabid/6307/bid/29544/the-ultimate-cheat-sheet-for-creating-social-media-buttons.aspx\">How to Create Social Media Buttons for All the Top Social Networks.</a> Or simply search \"social sharing buttons.\"\r\n\r\n&nbsp;','2 big digital marketing mistakes with easy fixes','','inherit','closed','closed','','3797-revision-v1','','','2018-05-31 09:25:44','2018-05-31 13:25:44','',3797,'https://deborahbrody.com/2018/05/3797-revision-v1/',0,'revision','',0),
(3799,4,'2018-05-31 09:29:41','2018-05-31 13:29:41','It happened at least twice this week (and it\'s only Thursday of a short work week): I came across two different digital marketing mistakes. One involves email marketing and the other involves content marketing. And I see different organizations making the same mistakes every single week.\r\n\r\nThese two digital marketing mistakes are common, and yet easily fixable. Take the time to make these fixes today, and I can promise you almost instant results.\r\n\r\n<strong>Big digital marketing mistake #1: Sending an all-image/graphics email</strong>\r\n\r\nEven though email marketing is one of the oldest and most useful forms of digital marketing, there are still lots of organizations that make the mistake of sending out emails that are completely image/graphics-based. I just got one last night. It was made up of several images that provided information about promotions at different locations. And I couldn\'t see any of the information.\r\n\r\nThe big problem with these emails is that in most email clients (Outlook, Gmail, etc.)  you have to download images in order to see them. So, if your email is made up exclusively of images, your recipients will not see anything unless they specifically click on \"download images.\"  And unless your email subject line is extremely compelling and/or descriptive, your recipients may not take that extra step, and your email marketing campaign will be a waste.\r\n\r\n<strong>Easy fix: </strong>Use images in email sparingly, and make sure the important information (i.e., dates, costs, location, etc.) is <em>text-based.</em>\r\n\r\n<strong>Big digital marketing mistake #2: Not having a sharing mechanism on your content</strong>\r\n\r\nJust this week, a lawyer I know shared a link to a blog post his firm created regarding GDPR (the new European data regulation that went into effect on May 25). I checked it out, and thought it would be useful to my network, but when I went to share it, I found that there were no sharing buttons of any type. In 2018, more than ten years into Facebook and Twitter, and 15 years into LinkedIn, there is simply no excuse for not having sharing buttons. Sharing buttons allow your readers to easily share  your content to their preferred social media network (mine are at the very bottom of this post if you\'d like to share this content).\r\n\r\nSocial sharing is key to content marketing because it amplifies the reach of your blog post or article or microsite.\r\n\r\n<strong>Easy fix:</strong> Add sharing buttons to your blog and to any other page on your website that a reader may want to share (for example, your contact page). There are many different plug-ins available to do this work for you (ShareThis, AddThis, etc.). You can also read Hubspots\'s useful cheat sheet: <a href=\"https://blog.hubspot.com/blog/tabid/6307/bid/29544/the-ultimate-cheat-sheet-for-creating-social-media-buttons.aspx\">How to Create Social Media Buttons for All the Top Social Networks.</a> Or simply search \"social sharing buttons.\"\r\n\r\n<hr />\r\n\r\nHave you seen these digital marketing mistakes? Are you making these digital marketing mistakes? I am interested in your experiences. Please comment to let me know.\r\n\r\n&nbsp;','2 big digital marketing mistakes with easy fixes','','inherit','closed','closed','','3797-revision-v1','','','2018-05-31 09:29:41','2018-05-31 13:29:41','',3797,'https://deborahbrody.com/2018/05/3797-revision-v1/',0,'revision','',0),
(3800,4,'2018-05-31 15:21:45','2018-05-31 19:21:45','Email marketing is still an incredibly effective marketing tool, <em>if</em> you are doing it correctly. Sadly, that\'s a big if. Often, marketers make the following five mistakes. Are you?\r\n\r\nHere are five email marketing mistakes that may be affecting your campaign\'s performance.\r\n<h3>1. Not getting permission</h3>\r\nAre you sending out your email marketing that haven\'t signed up for it? Then not only are you making a crucial mistake, you are also running afoul of the CAN-SPAM law.  This is huge mistake that you must stop right away.\r\n<h3>2. Sending image-only emails</h3>\r\nDid you know that Outlook and many other email programs do not show images until the use authorizes their download? This means that if your email is all images, and no plain text, your recipients will not see anything except a bunch of red xes. Don\'t make your recipients work so hard! Send both text and images.\r\n<h3>3. Sending too frequently or too many emails</h3>\r\nWhen people sign up for your email marketing, they are indicating interest in getting information from you. However, they are not indicating they want their email box to be flooded with your stuff. And yet, some marketing feel that reach is not enough to cut through the clutter, and frequency is needed. Excessive frequency will not cut through the clutter, instead it may get you cut off entirely.\r\n<h3> 4. Not checking your analytics</h3>\r\nHow many people open your emails? How many click on links? How many bounces are you getting? If you don\'t know the answers to these questions, you aren\'t checking your analytics. You are missing out on valuable information that can help guide your future email marketing efforts.\r\n<h3>5. Not cleaning up your list</h3>\r\nPeriodically, you should go through your list. You should pay special attention to recipients that are not opening your email. If they\'ve been on your list for a long time, keeping them on does not improve your email marketing. You could try sending them an email asking them if they wish to remain on your list or whether there is information that they need from you and aren\'t getting. If you get no response, then delete them from your list. Getting rid of these users will actually help increase your open rate.\r\n\r\nHow many of these email marketing mistakes are you committing? Which mistakes would you add?','5 Email Marketing Mistakes You Need To Fix Right Now','','inherit','closed','closed','','3431-revision-v1','','','2018-05-31 15:21:45','2018-05-31 19:21:45','',3431,'https://deborahbrody.com/2018/05/3431-revision-v1/',0,'revision','',0),
(3802,4,'2018-06-06 11:22:38','2018-06-06 15:22:38','Last week, I went to a panel discussion about user experience (UX) design. The whole idea behind UX is that websites should be designed with the users/readers in mind, so that they can easily find what they are looking for.  One of the panelists said this:\r\n<blockquote>It\'s easy to notice bad design.</blockquote>\r\nWhy? She went on to say that if something is easy to use, then you don\'t notice it.\r\n\r\nRight.\r\n\r\nThe same is true for writing. If something is written well, you don\'t notice anything wrong. You understand what is being said. Conversely, when something is written poorly, then you don\'t understand what the writer is trying to communicate.\r\n\r\nOn Friday, I got a very odd email from a local brew-pub with this subject line: Curtain Call--[XX] Brewhouse\r\n\r\nThe body said this (although I have redacted the name and location of the brew-pub):\r\n<blockquote>We are honored to have been a part of <em>your </em>community and <em>your </em>history.\r\n\r\nWhen we opened [XX] Brewhouse in March of last year, we sought to give a piece of [city]’s history a home in the West End and provide a community gathering place to relax and enjoy the company of friends and family. While this chapter in [XX] brewing history may seem short-lived, it will remain with us for the entirety of our lives.\r\n\r\nIn realizing the changes to the surrounding landscape, we pushed for appropriate changes to our lease agreement, which were temporarily provided by the landlord. However, permanent change could not be achieved. We did everything in our power to sustain the company it for as long as possible, which is why we are sharing the conclusion to this chapter with you today.\r\n\r\nWhatever the future holds, keep us in your thoughts, drink really great beer and hold family dear.</blockquote>\r\nWhen I read this email, I was confused. Had the brew-pub closed? If so, when would they stop serving? What would happen to the employees, the beer, the brand? And that last sentence, about holding family dear, gave me a sense of dread. Did someone die? (Plus, the use of the word curtain the subject line made me think of Agatha Christie\'s book Curtains, in which her main character, Hercule Poirot, dies.)\r\n\r\nWhy am I so confused? Because this email is poorly written. It lacks basic information, creates more questions than it answers, and makes too many assumptions about the reader\'s knowledge. I am left wondering what changes were they trying to make? Why were those changes not implemented? Why do they mean about a short-lived chapter? Does it mean there are more chapters coming?\r\n\r\nAnd then, there are the mixed metaphors. The subject line talks of a curtain (I assume, as in a theater\'s curtain call) but the body of the email talks about chapters as in books, and not about acts in a play.\r\n\r\nIn sum, this email is a mess. You notice how bad it is because it was not written for the reader. It did not take into consideration what the reader may or may not know about the brew-pub. It doesn\'t even spell out the basic news, which is that they are closing. The reader does not know if this has already happened or will happen, since no date is given for the closure.\r\n\r\nIf I were to rewrite this email I\'d start with a clear, unambiguous subject line: XX Brewhouse will close on [DATE] or XX Brewhouse has closed.\r\n\r\nThen, I would write something like this:\r\n\r\n<em>It\'s with heavy hearts, that we are writing you, our supporters, today to let you know that we will be closing XX Brewhouse as of [DATE].  We thank you for your support, and we are honored to have been part of the [city\'s] community and history.</em>\r\n\r\n<em>We are closing because we could not reach a permanent agreement with our landlord regarding our operations. Our location needed [whatever this was]. Without permanent arrangement, we weren\'t able to operate the way we needed to continue to bring you our high-quality beer and food.</em>\r\n\r\n<em>For now, we do not have plans to re-open in a different location, but please stay tuned. </em>\r\n\r\n<hr />\r\n\r\nBefore you write anything, think of your readers. What do they need to know? Why are you sending them this information?\r\n\r\n<strong>Make your communications easy to use and understand. If you do that, you will be noticed for what you say, and not how you said it.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s easy to notice bad writing','','publish','open','open','','its-easy-to-notice-bad-writing','','','2018-06-06 11:22:38','2018-06-06 15:22:38','',0,'https://deborahbrody.com/?p=3802',0,'post','',0),
(3803,4,'2018-06-06 10:52:48','2018-06-06 14:52:48','Last week, I went to an event about user experience  (UX) design. The whole idea behind UX is that websites should be designed with the users/readers in mind so that they can easily find what they are looking for.  One of the panelists said this:\r\n<blockquote>It\'s easy to notice bad design.</blockquote>\r\nWhy? She went on to say that if something is easy to use, then you don\'t notice it.\r\n\r\nThe same is true for writing. If something is written well, you don\'t notice anything wrong. You understand what is being said. Conversely, when something is written poorly, then you don\'t understand what the writer is trying to communicate.\r\n\r\nOn Friday, I got a very odd email from a local brew-pub with this subject line: Curtain Call--XX Brewhouse\r\n\r\nThe body said this (although I have redacted the name and location of the brew-pub):\r\n<blockquote>We are honored to have been a part of <em>your </em>community and <em>your </em>history.\r\n\r\nWhen we opened XX Brewhouse in March of last year, we sought to give a piece of [city]’s history a home in the West End and provide a community gathering place to relax and enjoy the company of friends and family. While this chapter in XX brewing history may seem short-lived, it will remain with us for the entirety of our lives.\r\n\r\nIn realizing the changes to the surrounding landscape, we pushed for appropriate changes to our lease agreement, which were temporarily provided by the landlord. However, permanent change could not be achieved. We did everything in our power to sustain the company it for as long as possible, which is why we are sharing the conclusion to this chapter with you today.\r\n\r\nWhatever the future holds, keep us in your thoughts, drink really great beer and hold family dear.</blockquote>\r\nWhen I read this email, I was confused. Had the brew-pub closed? If so, when would they stop serving? What would happen to the employees, the beer, the brand?\r\n\r\nWhy am I confused? Because this email is poorly written. It lacks basic information, creates more questions than it answers, and makes too many assumptions about the reader\'s knowledge. I am left wondering what changes were they trying to make? Why were those changes not implemented? Why does that mean they are \"closing this chapter?\"\r\n\r\nAnd then, there\'s the mixed metaphors. The subject line talks of a curtain call (theater), but the body of the email talks about chapters (book).\r\n\r\nIn sum, this email is a mess. You notice how bad it is because it was not written for the reader. It did not take into consideration what the reader may or may not know about the brew pub. It doesn\'t even spell out the basic news, which is that they are closing. No date is given for the closure.\r\n\r\nIf I were to rewrite this email I\'d start with a clear subject line: XX Brewhouse will close on [DATE]\r\n\r\nThen, I would write something like this:\r\n\r\n<em>It\'s with heavy hearts, that we are writing you, our supporters, today to let you know that we will be closing XX Brewhouse as of [DATE].  We thank you for your support, and we are honored to have been part of the [city\'s] community and history.</em>\r\n\r\n<em>We are closing because we could not reach a permanent agreement with our landlord regarding our operations. Our location needed [whatever this was]. Without that, we weren\'t able to operate the way we intended to. </em>\r\n\r\n<em>Right now, we do not have plans to re-open in a different location. Please stay tuned.</em>\r\n\r\nBefore you write anything, think of your readers. What do they need to know? Why are you sending them this information? Make your communications easy to use and understand. If you do that, you will be noticed for what you say, and not how you said it.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s easy to notice bad writing','','inherit','closed','closed','','3802-revision-v1','','','2018-06-06 10:52:48','2018-06-06 14:52:48','',3802,'https://deborahbrody.com/2018/06/3802-revision-v1/',0,'revision','',0),
(3804,4,'2018-06-06 11:12:03','2018-06-06 15:12:03','Last week, I went to an event about user experience  (UX) design. The whole idea behind UX is that websites should be designed with the users/readers in mind, so that they can easily find what they are looking for.  One of the panelists said this:\r\n<blockquote>It\'s easy to notice bad design.</blockquote>\r\nWhy? She went on to say that if something is easy to use, then you don\'t notice it.\r\n\r\nRight.\r\n\r\nThe same is true for writing. If something is written well, you don\'t notice anything wrong. You understand what is being said. Conversely, when something is written poorly, then you don\'t understand what the writer is trying to communicate.\r\n\r\nOn Friday, I got a very odd email from a local brew-pub with this subject line: Curtain Call--[XX] Brewhouse\r\n\r\nThe body said this (although I have redacted the name and location of the brew-pub):\r\n<blockquote>We are honored to have been a part of <em>your </em>community and <em>your </em>history.\r\n\r\nWhen we opened [XX] Brewhouse in March of last year, we sought to give a piece of [city]’s history a home in the West End and provide a community gathering place to relax and enjoy the company of friends and family. While this chapter in [XX] brewing history may seem short-lived, it will remain with us for the entirety of our lives.\r\n\r\nIn realizing the changes to the surrounding landscape, we pushed for appropriate changes to our lease agreement, which were temporarily provided by the landlord. However, permanent change could not be achieved. We did everything in our power to sustain the company it for as long as possible, which is why we are sharing the conclusion to this chapter with you today.\r\n\r\nWhatever the future holds, keep us in your thoughts, drink really great beer and hold family dear.</blockquote>\r\nWhen I read this email, I was confused. Had the brew-pub closed? If so, when would they stop serving? What would happen to the employees, the beer, the brand? And that last sentence, about holding family dear, gave me a sense of dread. Did someone die?\r\n\r\nWhy am I so confused? Because this email is poorly written. It lacks basic information, creates more questions than it answers, and makes too many assumptions about the reader\'s knowledge. I am left wondering what changes were they trying to make? Why were those changes not implemented? Why does that mean they are \"closing this chapter?\" Does this mean there are more chapters coming?\r\n\r\nAnd then, there are the mixed metaphors. The subject line talks of a curtain call (theater), but the body of the email talks about chapters (book). And then there is the darkness of using the word curtain in the subject, which made me think of Agatha Christie\'s book Curtains, in which her main character, Hercule Poirot, dies.\r\n\r\nIn sum, this email is a mess. You notice how bad it is because it was not written for the reader. It did not take into consideration what the reader may or may not know about the brew-pub. It doesn\'t even spell out the basic news, which is that they are closing. The reader does not know if this has already happened or will happen, since no date is given for the closure.\r\n\r\nIf I were to rewrite this email I\'d start with a clear, unambiguous subject line: XX Brewhouse will close on [DATE] or XX Brewhouse has closed\r\n\r\nThen, I would write something like this:\r\n\r\n<em>It\'s with heavy hearts, that we are writing you, our supporters, today to let you know that we will be closing XX Brewhouse as of [DATE].  We thank you for your support, and we are honored to have been part of the [city\'s] community and history.</em>\r\n\r\n<em>We are closing because we could not reach a permanent agreement with our landlord regarding our operations. Our location needed [whatever this was]. Without permanent arrangement, we weren\'t able to operate the way we needed to continue to bring you our high-quality beer and food.</em>\r\n\r\n<em>For now, we do not have plans to re-open in a different location, but please stay tuned. </em>\r\n\r\n<hr />\r\n\r\n<strong>Before you write anything, think of your readers</strong>. What do they need to know? Why are you sending them this information?\r\n\r\nMake your communications easy to use and understand. If you do that, you will be noticed for what you say, and not how you said it.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s easy to notice bad writing','','inherit','closed','closed','','3802-revision-v1','','','2018-06-06 11:12:03','2018-06-06 15:12:03','',3802,'https://deborahbrody.com/2018/06/3802-revision-v1/',0,'revision','',0),
(3805,4,'2018-06-06 11:22:38','2018-06-06 15:22:38','Last week, I went to a panel discussion about user experience (UX) design. The whole idea behind UX is that websites should be designed with the users/readers in mind, so that they can easily find what they are looking for.  One of the panelists said this:\r\n<blockquote>It\'s easy to notice bad design.</blockquote>\r\nWhy? She went on to say that if something is easy to use, then you don\'t notice it.\r\n\r\nRight.\r\n\r\nThe same is true for writing. If something is written well, you don\'t notice anything wrong. You understand what is being said. Conversely, when something is written poorly, then you don\'t understand what the writer is trying to communicate.\r\n\r\nOn Friday, I got a very odd email from a local brew-pub with this subject line: Curtain Call--[XX] Brewhouse\r\n\r\nThe body said this (although I have redacted the name and location of the brew-pub):\r\n<blockquote>We are honored to have been a part of <em>your </em>community and <em>your </em>history.\r\n\r\nWhen we opened [XX] Brewhouse in March of last year, we sought to give a piece of [city]’s history a home in the West End and provide a community gathering place to relax and enjoy the company of friends and family. While this chapter in [XX] brewing history may seem short-lived, it will remain with us for the entirety of our lives.\r\n\r\nIn realizing the changes to the surrounding landscape, we pushed for appropriate changes to our lease agreement, which were temporarily provided by the landlord. However, permanent change could not be achieved. We did everything in our power to sustain the company it for as long as possible, which is why we are sharing the conclusion to this chapter with you today.\r\n\r\nWhatever the future holds, keep us in your thoughts, drink really great beer and hold family dear.</blockquote>\r\nWhen I read this email, I was confused. Had the brew-pub closed? If so, when would they stop serving? What would happen to the employees, the beer, the brand? And that last sentence, about holding family dear, gave me a sense of dread. Did someone die? (Plus, the use of the word curtain the subject line made me think of Agatha Christie\'s book Curtains, in which her main character, Hercule Poirot, dies.)\r\n\r\nWhy am I so confused? Because this email is poorly written. It lacks basic information, creates more questions than it answers, and makes too many assumptions about the reader\'s knowledge. I am left wondering what changes were they trying to make? Why were those changes not implemented? Why do they mean about a short-lived chapter? Does it mean there are more chapters coming?\r\n\r\nAnd then, there are the mixed metaphors. The subject line talks of a curtain (I assume, as in a theater\'s curtain call) but the body of the email talks about chapters as in books, and not about acts in a play.\r\n\r\nIn sum, this email is a mess. You notice how bad it is because it was not written for the reader. It did not take into consideration what the reader may or may not know about the brew-pub. It doesn\'t even spell out the basic news, which is that they are closing. The reader does not know if this has already happened or will happen, since no date is given for the closure.\r\n\r\nIf I were to rewrite this email I\'d start with a clear, unambiguous subject line: XX Brewhouse will close on [DATE] or XX Brewhouse has closed.\r\n\r\nThen, I would write something like this:\r\n\r\n<em>It\'s with heavy hearts, that we are writing you, our supporters, today to let you know that we will be closing XX Brewhouse as of [DATE].  We thank you for your support, and we are honored to have been part of the [city\'s] community and history.</em>\r\n\r\n<em>We are closing because we could not reach a permanent agreement with our landlord regarding our operations. Our location needed [whatever this was]. Without permanent arrangement, we weren\'t able to operate the way we needed to continue to bring you our high-quality beer and food.</em>\r\n\r\n<em>For now, we do not have plans to re-open in a different location, but please stay tuned. </em>\r\n\r\n<hr />\r\n\r\nBefore you write anything, think of your readers. What do they need to know? Why are you sending them this information?\r\n\r\n<strong>Make your communications easy to use and understand. If you do that, you will be noticed for what you say, and not how you said it.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','It\'s easy to notice bad writing','','inherit','closed','closed','','3802-revision-v1','','','2018-06-06 11:22:38','2018-06-06 15:22:38','',3802,'https://deborahbrody.com/2018/06/3802-revision-v1/',0,'revision','',0),
(3807,4,'2018-06-13 09:48:49','2018-06-13 13:48:49','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with more than 20 years of public relations, advertising, and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing, copy editing, and consulting to small and medium-sized businesses and nonprofits.</div>\r\n<div></div>\r\n<div>Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\r\n<div>Upon her move to the Washington, D.C. area in 2005, Deborah worked as the interim Media Director at B\'nai B\'rith International. She also worked with Communications Resources, a communications consultancy and served as writing tutor at the Kogod School of Business at American University. In 2012, Deborah launched a series of  blogging workshops to teach effective blog writing techniques.</div>\r\n<div></div>\r\n<div id=\"testimonial\">Deborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland where when not writing, she enjoys cooking, following current events and politics, going on hikes and long walks, and doing yoga.</div>\r\n<div>\r\n\r\n<img src=\"https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_120x33.png\" alt=\"View Deborah Brody\'s profile on LinkedIn\" width=\"120\" height=\"33\" border=\"0\" />\r\n\r\n&nbsp;\r\n\r\n</div>','About','','inherit','closed','closed','','18-revision-v1','','','2018-06-13 09:48:49','2018-06-13 13:48:49','',18,'https://deborahbrody.com/2018/06/18-revision-v1/',0,'revision','',0),
(3808,4,'2018-06-13 09:49:32','2018-06-13 13:49:32','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with more than 20 years of public relations, advertising, and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing, copy editing, and consulting to small and medium-sized businesses and nonprofits.</div>\r\n<div></div>\r\n<div>Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\r\n<div></div>\r\n<div>Upon her move to the Washington, D.C. area in 2005, Deborah worked as the interim Media Director at B\'nai B\'rith International. She also worked with Communications Resources, a communications consultancy and served as writing tutor at the Kogod School of Business at American University. In 2012, Deborah launched a series of  blogging workshops to teach effective blog writing techniques.</div>\r\n<div></div>\r\n\r\nDeborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland where when not writing, she enjoys cooking, following current events and politics, going on hikes and long walks, and doing yoga.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n\r\n<img src=\"https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_120x33.png\" alt=\"View Deborah Brody\'s profile on LinkedIn\" width=\"120\" height=\"33\" border=\"0\" />\r\n\r\n&nbsp;\r\n\r\n</div>','About','','inherit','closed','closed','','18-revision-v1','','','2018-06-13 09:49:32','2018-06-13 13:49:32','',18,'https://deborahbrody.com/2018/06/18-revision-v1/',0,'revision','',0),
(3809,4,'2018-06-13 09:51:01','2018-06-13 13:51:01','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with more than 20 years of public relations, advertising, and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing, copy editing, and consulting to small and medium-sized businesses and nonprofits.</div>\r\n<div></div>\r\n<div>Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English, Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\r\n<div></div>\r\n<div>Upon her move to the Washington, D.C. area in 2005, in addition to running DBMC, Deborah worked as the interim Media Director at B\'nai B\'rith International. She also worked with Communications Resources, a communications consultancy, and served as writing tutor at the Kogod School of Business at American University. In 2012, Deborah launched a series of  blogging workshops to teach effective blog writing techniques.</div>\r\n<div></div>\r\nDeborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland where when not writing, she enjoys cooking, following current events and politics, going on hikes and long walks, and doing yoga.\r\n<div></div>\r\n<div></div>\r\n<div>\r\n\r\n<img src=\"https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_120x33.png\" alt=\"View Deborah Brody\'s profile on LinkedIn\" width=\"120\" height=\"33\" border=\"0\" />\r\n\r\n&nbsp;\r\n\r\n</div>','About','','inherit','closed','closed','','18-revision-v1','','','2018-06-13 09:51:01','2018-06-13 13:51:01','',18,'https://deborahbrody.com/2018/06/18-revision-v1/',0,'revision','',0),
(3811,4,'2018-06-15 09:04:41','2018-06-15 13:04:41','Have you ever bought something because it was on \"special\" promotion pricing? Have you bought a product to get a \"free\" gift? Have you rented a car because of  a \"discount\" rate? If so, you may have been a victim of deceptive marketing tactics designed to boost sales.\r\n\r\nSome marketers seek to entice customers by offering what seem to be great deals. Usually, it\'s a special \"one-time only\" price or a discount or a \"bonus.\" What they fail to mention is that you may have to pay extra for the bonus (many cosmetic brands do this) or that the special price doesn\'t include something else that you are required to pay.\r\n\r\nRecently, I fell for a \"special rate\" from Thrifty. I was planning a trip to Boston, and researching rental cars when I got an email from the car rental company offering a 30% discount. This made the base fare for a rental car in Boston much better than the competition. It seemed like a no-brainer.\r\n\r\nLast Friday, after landing in Boston, I got to the counter at Thrifty to find out that in addition to my discounted rate, I would be forced to pay an $11.99 per day toll charge for each day I rented the car. Massachusetts has joined other states in getting rid of toll booths (and jobs for tollbooth collectors, but I digress) and instituting an all-electronic system. You need an E-Z Pass to pay, or else the toll authority will take a picture of your plates and send you a bill (with an extra fee to boot).\r\n\r\nAt no point in the reservation process, nor in any confirmation email, did Thrifty tell me that Boston was a place that has all electronic tolls and that I would be required to pay an additional toll pass fee. They also did not disclose the amount of the fee for the toll charge, which they add on for <em>all</em> Boston renters.  Had I known, I could have brought my own E-Z Pass and avoided the extra charge. And had I known that tolls would be an issue, I could have researched the toll charges at other car rental companies,  and may have chosen one of them instead.\r\n\r\nThis situation could and should be avoided. Thrifty has permanently damaged its reputation with me because it chose to be deceptive. It could have done the following:\r\n\r\n<strong>Tell me the true cost of my rental--including <em>all</em> taxes and fees.</strong>\r\n\r\nThrifty used a special rate to entice me to use its services. The company never mentioned the additional toll pass charges, which effectively increased the total amount of my rental by $48. Thrifty also charges much higher toll pass rates than its competitors.\r\n\r\n<strong>Provide enough information for me to make an informed decision.</strong>\r\n\r\nThrifty knew I was renting in Boston, and it knew that Boston requires electronic toll collection. But Thrifty did not include that information anywhere on its website when booking. The first I learned of it was after I was already at the rental counter.\r\n\r\n<strong>In the end, deceptive marketing tactics will backfire.</strong>\r\n\r\nDeceiving your customers just to get them to buy from you may generate a <em>short-term increase in sales,</em> but it will create a<em> long-term decrease in your credibility and trustworthiness</em>, which will mean a loss of future sales.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Deception is not a good marketing tactic','','publish','open','open','','deception-is-not-a-good-marketing-tactic','','','2018-06-15 09:04:41','2018-06-15 13:04:41','',0,'https://deborahbrody.com/?p=3811',0,'post','',0),
(3812,4,'2018-06-13 13:51:11','2018-06-13 17:51:11','Have you ever fallen for \"special\" promotion? Have you bought a product to get a \"free\" gift? Have you rented a car because of \"discount\" rate? If so, you\'ve been a victim of deceptive marketing practices.\r\n\r\nSome marketers seek to entice customers by offering something that seems really good. Usually, it\'s a special price or a discount or a \"bonus.\" What they fail to mention is that you may have to pay extra for the bonus (many cosmetic brands do this) or that the special price doesn\'t include something that you are required to pay.\r\n\r\nRecently, I fell for a \"special\" from Thrifty. I was planning a trip to Boston, and researching rental cars when I got an email from the car rental company offering a 30% discount. This made the base fare for a rental car in Boston much better than the competition. It seemed a no-brainer.\r\n\r\nLast Friday, after landing in Boston, I got to the counter at Thrifty to find out that in addition to my discounted rate, I would be forced to pay a $11.99 per day toll charge for each day I rented the car. Massachusetts has joined other states in getting rid of toll booths (and jobs for toll collectors, but I digress) and instituting an all-electronic system. You need an E-Z Pass to pay, or else the toll authority will take a picture of your plates and send you a bill.\r\n\r\nDeception 1: Not telling me the true cost of my rental\r\n\r\nDeception 2: Not providing enough information\r\n\r\n&nbsp;\r\n\r\nAnd I have an E-Z Pass but did not know the situation in Boston (I haven\'t been there in several years). And at no point in the reservation process did Thrifty tell me that Boston was a place that has all electronic tolls. They also did not disclose the fee for the toll charge. And so I was doubly deceived. Had I known, I could have brought my own EZ Pass. And given the charge is lower at other car rental companies, I may have chosen one of them..\r\n\r\n&nbsp;','Deception is not a good marketing tactic','','inherit','closed','closed','','3811-revision-v1','','','2018-06-13 13:51:11','2018-06-13 17:51:11','',3811,'https://deborahbrody.com/2018/06/3811-revision-v1/',0,'revision','',0),
(3813,4,'2018-06-14 12:28:35','2018-06-14 16:28:35','Have you ever bough something because  \"special\" promotion pricing? Have you bought a product to get a \"free\" gift? Have you rented a car because of \"discount\" rate? If so, you\'ve been a victim of deceptive marketing practices.\r\n\r\nSome marketers seek to entice customers by offering something that seems really good. Usually, it\'s a special price or a discount or a \"bonus.\" What they fail to mention is that you may have to pay extra for the bonus (many cosmetic brands do this) or that the special price doesn\'t include something that you are required to pay.\r\n\r\nRecently, I fell for a \"special rate\" from Thrifty. I was planning a trip to Boston, and researching rental cars when I got an email from the car rental company offering a 30% discount. This made the base fare for a rental car in Boston much better than the competition. It seemed a no-brainer.\r\n\r\nLast Friday, after landing in Boston, I got to the counter at Thrifty to find out that in addition to my discounted rate, I would be forced to pay an $11.99 per day toll charge for each day I rented the car. Massachusetts has joined other states in getting rid of toll booths (and jobs for toll collectors, but I digress) and instituting an all-electronic system. You need an E-Z Pass to pay, or else the toll authority will take a picture of your plates and send you a bill.\r\n\r\n&nbsp;\r\n\r\nAt no point in the reservation process, nor in any confirmation email, did Thrifty tell me that Boston was a place that has all electronic tolls and that I would have to pay an additional toll pass fee. They also did not disclose the amount of the fee for the toll charge, which they add on for <em>all</em> Boston renters.  Had I known, I could have brought my own E-Z Pass and avoided the extra charge. And had I known that tolls would be an issue, I could have researched the toll charges at other car rental companies,  and may have chosen one of them instead.\r\n\r\n&nbsp;\r\n\r\nDeception 1: Not telling me the true cost of my rental\r\n\r\nThrifty used a special rate to entice me to use their services. Thrifty also charges higher toll pass rates than other companies.\r\n\r\nDeception 2: Not providing enough information\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Deception is not a good marketing tactic','','inherit','closed','closed','','3811-revision-v1','','','2018-06-14 12:28:35','2018-06-14 16:28:35','',3811,'https://deborahbrody.com/2018/06/3811-revision-v1/',0,'revision','',0),
(3814,4,'2018-06-14 16:27:15','2018-06-14 20:27:15','Have you ever bought something because it was on \"special\" promotion pricing? Have you bought a product to get a \"free\" gift? Have you rented a car because of \"discount\" rate? If so, you may have been a victim of deceptive marketing practices.\r\n\r\nSome marketers seek to entice customers by offering what seem to be great deals. Usually, it\'s a special \"one-time only\" price or a discount or a \"bonus.\" What they fail to mention is that you may have to pay extra for the bonus (many cosmetic brands do this) or that the special price doesn\'t include something else that you are required to pay.\r\n\r\nRecently, I fell for a \"special rate\" from Thrifty. I was planning a trip to Boston, and researching rental cars when I got an email from the car rental company offering a 30% discount. This made the base fare for a rental car in Boston much better than the competition. It seemed like a no-brainer.\r\n\r\nLast Friday, after landing in Boston, I got to the counter at Thrifty to find out that in addition to my discounted rate, I would be forced to pay an $11.99 per day toll charge for each day I rented the car. Massachusetts has joined other states in getting rid of toll booths (and jobs for toll collectors, but I digress) and instituting an all-electronic system. You need an E-Z Pass to pay, or else the toll authority will take a picture of your plates and send you a bill.\r\n\r\nAt no point in the reservation process, nor in any confirmation email, did Thrifty tell me that Boston was a place that has all electronic tolls and that I would be required to pay an additional toll pass fee. They also did not disclose the amount of the fee for the toll charge, which they add on for <em>all</em> Boston renters.  Had I known, I could have brought my own E-Z Pass and avoided the extra charge. And had I known that tolls would be an issue, I could have researched the toll charges at other car rental companies,  and may have chosen one of them instead.\r\n\r\nThis situation could and should be avoided. Thrifty has permanently damaged its reputation with me, because it chose to be deceptive. It could have done the following:\r\n\r\n<strong>Tell me the true cost of my rental--including <em>all</em> taxes and fees.</strong>\r\n\r\nThrifty used a special rate to entice me to use its services. The company never mentioned the additional toll pass charges, which effectively increased the total amount of my rental by $48. Thrifty also charges much higher toll pass rates than its competitors.\r\n\r\n<strong>Provide enough information for me to make an informed decision.</strong>\r\n\r\nThrifty knew I was renting in Boston, and it knew that Boston requires electronic toll collection. But Thrifty did not include that information anywhere on its website when booking. The first I learned of it was after I already at the rental counter.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Deception is not a good marketing tactic','','inherit','closed','closed','','3811-revision-v1','','','2018-06-14 16:27:15','2018-06-14 20:27:15','',3811,'https://deborahbrody.com/2018/06/3811-revision-v1/',0,'revision','',0),
(3815,4,'2018-06-15 09:00:45','2018-06-15 13:00:45','Have you ever bought something because it was on \"special\" promotion pricing? Have you bought a product to get a \"free\" gift? Have you rented a car because of \"discount\" rate? If so, you may have been a victim of deceptive marketing practices.\r\n\r\nSome marketers seek to entice customers by offering what seem to be great deals. Usually, it\'s a special \"one-time only\" price or a discount or a \"bonus.\" What they fail to mention is that you may have to pay extra for the bonus (many cosmetic brands do this) or that the special price doesn\'t include something else that you are required to pay.\r\n\r\nRecently, I fell for a \"special rate\" from Thrifty. I was planning a trip to Boston, and researching rental cars when I got an email from the car rental company offering a 30% discount. This made the base fare for a rental car in Boston much better than the competition. It seemed like a no-brainer.\r\n\r\nLast Friday, after landing in Boston, I got to the counter at Thrifty to find out that in addition to my discounted rate, I would be forced to pay an $11.99 per day toll charge for each day I rented the car. Massachusetts has joined other states in getting rid of toll booths (and jobs for tollbooth collectors, but I digress) and instituting an all-electronic system. You need an E-Z Pass to pay, or else the toll authority will take a picture of your plates and send you a bill (with an extra fee to boot).\r\n\r\nAt no point in the reservation process, nor in any confirmation email, did Thrifty tell me that Boston was a place that has all electronic tolls and that I would be required to pay an additional toll pass fee. They also did not disclose the amount of the fee for the toll charge, which they add on for <em>all</em> Boston renters.  Had I known, I could have brought my own E-Z Pass and avoided the extra charge. And had I known that tolls would be an issue, I could have researched the toll charges at other car rental companies,  and may have chosen one of them instead.\r\n\r\nThis situation could and should be avoided. Thrifty has permanently damaged its reputation with me because it chose to be deceptive. It could have done the following:\r\n\r\n<strong>Tell me the true cost of my rental--including <em>all</em> taxes and fees.</strong>\r\n\r\nThrifty used a special rate to entice me to use its services. The company never mentioned the additional toll pass charges, which effectively increased the total amount of my rental by $48. Thrifty also charges much higher toll pass rates than its competitors.\r\n\r\n<strong>Provide enough information for me to make an informed decision.</strong>\r\n\r\nThrifty knew I was renting in Boston, and it knew that Boston requires electronic toll collection. But Thrifty did not include that information anywhere on its website when booking. The first I learned of it was after I already at the rental counter.\r\n\r\n<strong>In the end, deceptive marketing tactics will backfire.</strong>\r\n\r\nDeceiving your customers just to get them to buy from you may generate a <em>short-term increase in sales,</em> but it will create a<em> long-term decrease in your credibility and trustworthiness</em>, which will mean a loss of future sales.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Deception is not a good marketing tactic','','inherit','closed','closed','','3811-revision-v1','','','2018-06-15 09:00:45','2018-06-15 13:00:45','',3811,'https://deborahbrody.com/2018/06/3811-revision-v1/',0,'revision','',0),
(3816,4,'2018-06-15 09:04:41','2018-06-15 13:04:41','Have you ever bought something because it was on \"special\" promotion pricing? Have you bought a product to get a \"free\" gift? Have you rented a car because of  a \"discount\" rate? If so, you may have been a victim of deceptive marketing tactics designed to boost sales.\r\n\r\nSome marketers seek to entice customers by offering what seem to be great deals. Usually, it\'s a special \"one-time only\" price or a discount or a \"bonus.\" What they fail to mention is that you may have to pay extra for the bonus (many cosmetic brands do this) or that the special price doesn\'t include something else that you are required to pay.\r\n\r\nRecently, I fell for a \"special rate\" from Thrifty. I was planning a trip to Boston, and researching rental cars when I got an email from the car rental company offering a 30% discount. This made the base fare for a rental car in Boston much better than the competition. It seemed like a no-brainer.\r\n\r\nLast Friday, after landing in Boston, I got to the counter at Thrifty to find out that in addition to my discounted rate, I would be forced to pay an $11.99 per day toll charge for each day I rented the car. Massachusetts has joined other states in getting rid of toll booths (and jobs for tollbooth collectors, but I digress) and instituting an all-electronic system. You need an E-Z Pass to pay, or else the toll authority will take a picture of your plates and send you a bill (with an extra fee to boot).\r\n\r\nAt no point in the reservation process, nor in any confirmation email, did Thrifty tell me that Boston was a place that has all electronic tolls and that I would be required to pay an additional toll pass fee. They also did not disclose the amount of the fee for the toll charge, which they add on for <em>all</em> Boston renters.  Had I known, I could have brought my own E-Z Pass and avoided the extra charge. And had I known that tolls would be an issue, I could have researched the toll charges at other car rental companies,  and may have chosen one of them instead.\r\n\r\nThis situation could and should be avoided. Thrifty has permanently damaged its reputation with me because it chose to be deceptive. It could have done the following:\r\n\r\n<strong>Tell me the true cost of my rental--including <em>all</em> taxes and fees.</strong>\r\n\r\nThrifty used a special rate to entice me to use its services. The company never mentioned the additional toll pass charges, which effectively increased the total amount of my rental by $48. Thrifty also charges much higher toll pass rates than its competitors.\r\n\r\n<strong>Provide enough information for me to make an informed decision.</strong>\r\n\r\nThrifty knew I was renting in Boston, and it knew that Boston requires electronic toll collection. But Thrifty did not include that information anywhere on its website when booking. The first I learned of it was after I was already at the rental counter.\r\n\r\n<strong>In the end, deceptive marketing tactics will backfire.</strong>\r\n\r\nDeceiving your customers just to get them to buy from you may generate a <em>short-term increase in sales,</em> but it will create a<em> long-term decrease in your credibility and trustworthiness</em>, which will mean a loss of future sales.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Deception is not a good marketing tactic','','inherit','closed','closed','','3811-revision-v1','','','2018-06-15 09:04:41','2018-06-15 13:04:41','',3811,'https://deborahbrody.com/2018/06/3811-revision-v1/',0,'revision','',0),
(3817,4,'2018-06-21 10:38:55','2018-06-21 14:38:55','There are thirty (that is 3-0) people running for Montgomery County, Maryland Council. Voters are allowed to vote for up to four. There are also eight candidates running in the Democratic primary for Maryland Governor (the incumbent, Larry Hogan, is a Republican and is unopposed). Voters also get to vote for County Executive (six Democrats running), U.S. Senator, U.S. Representative, State Delegates, Judges, even for the Clerk of the Circuit Court. In short, there are a lot of people competing for votes in Montgomery County, Maryland. And with so many people running, it’s a real challenge to stand out.\r\n\r\nAnd it’s because of the crush of candidates that every registered party voter in Montgomery County (where I live) has been inundated with campaign literature. (Read today’s Washington Post story,<a href=\"https://www.washingtonpost.com/local/md-politics/so-many-candidates-so-much-mail/2018/06/19/80549d08-732d-11e8-b4b7-308400242c2e_story.html?utm_term=.509ea3aff044\"> In Montgomery County, voters face a deluge of campaign literature mailings</a>, about it).  And that is all in addition to the countless political commercials that have been airing on both the local TV stations and the political talk shows on cable TV. And the many sponsored ads on Twitter and Facebook. And the ubiquitous lawn signs and placards placed throughout the county.\r\n\r\n[caption id=\"attachment_3818\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036.jpg\"><img class=\"wp-image-3818 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a> Placards outside Silver Spring Early Voting Center[/caption]\r\n\r\nI know because I have received dozens of door hangers and flyers on my doorstep, dozens of flyers in the mail, tons of emails, and even personalized texts to my cell phone (I am still trying to figure out how they got the number).  The most notable piece of campaign literature that I got was a form letter from a candidate stuffed inside a handwritten envelope.\r\n\r\n<strong>The name of the game</strong>\r\n\r\nWhen a race is so crowded, you have to really fight to stand out. When you are running against 29 other candidates, name recognition matters. And so you spend a lot of money to make sure people know and remember your name.\r\n\r\n<strong>So you need money to succeed in politics</strong>\r\n\r\nThere are two big problems with making name recognition a priority. The first is that you need a lot of money to be able to make people remember your name, which means candidates with the deepest pockets have a big (unfair?) advantage. And indeed, in Montgomery County, two self-made millionaires (David Trone, who is running for U.S. Congress, and David Blair, who is running for Montgomery County Executive) are leading in the amount of money spent. Both these guys are saturating the market with flyers, TV commercials, placards and so forth.\r\n\r\n<strong>And a stand voters agree with</strong>\r\n\r\nThe second problem is that we don’t vote on name recognition alone. Serious voters (and primary voters tend to be serious) vote on where candidates stand on issues they care about. Name recognition is helpful for sure, but it doesn’t inform voters sufficiently. If voters care about issues, it becomes incumbent on them to research the candidates’ positions. Thankfully, the League of Women Voters publishes a Voters’ Guide. And most candidates have websites.\r\n\r\nIn the end, you vote for people who reflect your priorities and values, not for the person with the most lawn signs or door hangers. To really stand out in a crowded field, candidates need to be able to communicate who they are, what they stand for, and why they are the better choice. That takes a lot of money, great communications know-how, and superb political skill.\r\n\r\nMay the best candidates win! And if you live in Maryland, don\'t forget to vote on June 26th.\r\n\r\nUPDATE: Today, I received an additional five pieces of campaign literature in the mail, three of those promote ONE candidate, and the other is the tenth or so piece I have received from another candidate. Sending three pieces of mail about one candidate strikes me as overkill, and could backfire. Certainly the other candidate, who clearly has very deep pockets, has shown he will spend (waste?) as much money as he can. There\'s no added advantage to sending a piece of campaign literature every day. It becomes junk mail, quite literally. Direct mail does not benefit from frequency as does radio/TV.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How do you know who to vote for when there are so many candidates?','','publish','open','open','','how-do-you-know-who-to-vote-for-when-there-are-so-many-candidates','','','2018-06-22 15:31:08','2018-06-22 19:31:08','',0,'https://deborahbrody.com/?p=3817',0,'post','',0),
(3818,4,'2018-06-21 10:32:25','2018-06-21 14:32:25','','20180616_112036','Placards outside Silver Spring Early Voting Center','inherit','open','closed','','20180616_112036','','','2018-06-21 10:33:02','2018-06-21 14:33:02','',3817,'https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036.jpg',0,'attachment','image/jpeg',0),
(3819,4,'2018-06-21 10:33:27','2018-06-21 14:33:27','There are thirty (that is 3-0) people running for Montgomery County, Maryland Council. Voters are allowed to vote for up to four. There are also eight candidates running in the Democratic primary for Maryland Governor (the incumbent, Larry Hogan, is a Republican and is unopposed). Voters also get to vote for County Executive (six Democrats running), U.S. Senator, U.S. Representative, State Delegates, Judges, even for the Clerk of the Circuit Court. In short, there are a lot of people competing for votes in Montgomery County, Maryland. And with so many people running, it’s a real challenge to stand out.\r\n\r\nAnd it’s because of the crush of candidates that every registered party voter in Montgomery County (where I live) has been inundated with campaign literature. (Read today’s Washington Post story,<a href=\"https://www.washingtonpost.com/local/md-politics/so-many-candidates-so-much-mail/2018/06/19/80549d08-732d-11e8-b4b7-308400242c2e_story.html?utm_term=.509ea3aff044\"> In Montgomery County, voters face a deluge of campaign literature mailings</a>, about it).  And that is all in addition to the countless political commercials that have been airing on both the local TV stations and the political talk shows on cable TV. And the many sponsored ads on Twitter and Facebook. And the ubiquitous lawn signs and placards placed throughout the county.\r\n\r\n[caption id=\"attachment_3818\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036.jpg\"><img class=\"wp-image-3818 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a> Placards outside Silver Spring Early Voting Center[/caption]\r\n\r\nI know because I have received dozens of door hangers and flyers on my doorstep, dozens of flyers in the mail, and even personalized texts to my cell phone (I am still trying to figure out how they got the number).  The most notable piece of campaign literature that I got was a form letter from a candidate stuffed inside a handwritten envelope.\r\n\r\n<strong>The name of the game</strong>\r\n\r\nWhen a race is so crowded, you have to really fight to stand out. When you are running against 29 other candidates, name recognition matters. And so you spend a lot of money to make sure people know and remember your name.\r\n\r\n<strong>So you need money to succeed in politics</strong>\r\n\r\nThere are two big problems with making name recognition a priority. The first is that you need a lot of money to be able to make people remember your name, which means candidates with the deepest pockets have a big (unfair?) advantage. And indeed, in Montgomery County, two self-made millionaires (David Trone, who is running for U.S. Congress, and David Blair, who is running for County Executive) are leading in the amount of money spent. Both these guys are saturating the market with flyers, TV commercials, placards and so forth.\r\n\r\n<strong>And a stand voters agree with</strong>\r\n\r\nThe second problem is that we don’t vote on name recognition alone. Serious voters (and primary voters tend to be serious) vote on where candidates stand on issues they care about. Name recognition is helpful for sure, but it doesn’t inform voters sufficiently. If voters care about issues, it becomes incumbent on them to research the candidates’ positions. Thankfully, the League of Women Voters publishes a Voters’ Guide. And most candidates have websites.\r\n\r\nIn the end, you vote for people who reflect your priorities and values, not for the person with the most lawn signs or door hangers. To really stand out in a crowded field, you need to be able to communicate who you are, what you stand for, and why you are better than others. It takes a lot of money, great marketing communications know-how, and political skill.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How do you know who to vote for when there\'s so many candidates?','','inherit','closed','closed','','3817-revision-v1','','','2018-06-21 10:33:27','2018-06-21 14:33:27','',3817,'https://deborahbrody.com/2018/06/3817-revision-v1/',0,'revision','',0),
(3820,4,'2018-06-21 10:35:59','2018-06-21 14:35:59','There are thirty (that is 3-0) people running for Montgomery County, Maryland Council. Voters are allowed to vote for up to four. There are also eight candidates running in the Democratic primary for Maryland Governor (the incumbent, Larry Hogan, is a Republican and is unopposed). Voters also get to vote for County Executive (six Democrats running), U.S. Senator, U.S. Representative, State Delegates, Judges, even for the Clerk of the Circuit Court. In short, there are a lot of people competing for votes in Montgomery County, Maryland. And with so many people running, it’s a real challenge to stand out.\r\n\r\nAnd it’s because of the crush of candidates that every registered party voter in Montgomery County (where I live) has been inundated with campaign literature. (Read today’s Washington Post story,<a href=\"https://www.washingtonpost.com/local/md-politics/so-many-candidates-so-much-mail/2018/06/19/80549d08-732d-11e8-b4b7-308400242c2e_story.html?utm_term=.509ea3aff044\"> In Montgomery County, voters face a deluge of campaign literature mailings</a>, about it).  And that is all in addition to the countless political commercials that have been airing on both the local TV stations and the political talk shows on cable TV. And the many sponsored ads on Twitter and Facebook. And the ubiquitous lawn signs and placards placed throughout the county.\r\n\r\n[caption id=\"attachment_3818\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036.jpg\"><img class=\"wp-image-3818 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a> Placards outside Silver Spring Early Voting Center[/caption]\r\n\r\nI know because I have received dozens of door hangers and flyers on my doorstep, dozens of flyers in the mail, and even personalized texts to my cell phone (I am still trying to figure out how they got the number).  The most notable piece of campaign literature that I got was a form letter from a candidate stuffed inside a handwritten envelope.\r\n\r\n<strong>The name of the game</strong>\r\n\r\nWhen a race is so crowded, you have to really fight to stand out. When you are running against 29 other candidates, name recognition matters. And so you spend a lot of money to make sure people know and remember your name.\r\n\r\n<strong>So you need money to succeed in politics</strong>\r\n\r\nThere are two big problems with making name recognition a priority. The first is that you need a lot of money to be able to make people remember your name, which means candidates with the deepest pockets have a big (unfair?) advantage. And indeed, in Montgomery County, two self-made millionaires (David Trone, who is running for U.S. Congress, and David Blair, who is running for County Executive) are leading in the amount of money spent. Both these guys are saturating the market with flyers, TV commercials, placards and so forth.\r\n\r\n<strong>And a stand voters agree with</strong>\r\n\r\nThe second problem is that we don’t vote on name recognition alone. Serious voters (and primary voters tend to be serious) vote on where candidates stand on issues they care about. Name recognition is helpful for sure, but it doesn’t inform voters sufficiently. If voters care about issues, it becomes incumbent on them to research the candidates’ positions. Thankfully, the League of Women Voters publishes a Voters’ Guide. And most candidates have websites.\r\n\r\nIn the end, you vote for people who reflect your priorities and values, not for the person with the most lawn signs or door hangers. To really stand out in a crowded field, candidates need to be able to communicate who they are, what they stand for, and why they are the better choice. That takes a lot of money, great communications know-how, and superb political skill.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How do you know who to vote for when there are so many candidates?','','inherit','closed','closed','','3817-revision-v1','','','2018-06-21 10:35:59','2018-06-21 14:35:59','',3817,'https://deborahbrody.com/2018/06/3817-revision-v1/',0,'revision','',0),
(3821,4,'2018-06-21 10:38:55','2018-06-21 14:38:55','There are thirty (that is 3-0) people running for Montgomery County, Maryland Council. Voters are allowed to vote for up to four. There are also eight candidates running in the Democratic primary for Maryland Governor (the incumbent, Larry Hogan, is a Republican and is unopposed). Voters also get to vote for County Executive (six Democrats running), U.S. Senator, U.S. Representative, State Delegates, Judges, even for the Clerk of the Circuit Court. In short, there are a lot of people competing for votes in Montgomery County, Maryland. And with so many people running, it’s a real challenge to stand out.\r\n\r\nAnd it’s because of the crush of candidates that every registered party voter in Montgomery County (where I live) has been inundated with campaign literature. (Read today’s Washington Post story,<a href=\"https://www.washingtonpost.com/local/md-politics/so-many-candidates-so-much-mail/2018/06/19/80549d08-732d-11e8-b4b7-308400242c2e_story.html?utm_term=.509ea3aff044\"> In Montgomery County, voters face a deluge of campaign literature mailings</a>, about it).  And that is all in addition to the countless political commercials that have been airing on both the local TV stations and the political talk shows on cable TV. And the many sponsored ads on Twitter and Facebook. And the ubiquitous lawn signs and placards placed throughout the county.\r\n\r\n[caption id=\"attachment_3818\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036.jpg\"><img class=\"wp-image-3818 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a> Placards outside Silver Spring Early Voting Center[/caption]\r\n\r\nI know because I have received dozens of door hangers and flyers on my doorstep, dozens of flyers in the mail, and even personalized texts to my cell phone (I am still trying to figure out how they got the number).  The most notable piece of campaign literature that I got was a form letter from a candidate stuffed inside a handwritten envelope.\r\n\r\n<strong>The name of the game</strong>\r\n\r\nWhen a race is so crowded, you have to really fight to stand out. When you are running against 29 other candidates, name recognition matters. And so you spend a lot of money to make sure people know and remember your name.\r\n\r\n<strong>So you need money to succeed in politics</strong>\r\n\r\nThere are two big problems with making name recognition a priority. The first is that you need a lot of money to be able to make people remember your name, which means candidates with the deepest pockets have a big (unfair?) advantage. And indeed, in Montgomery County, two self-made millionaires (David Trone, who is running for U.S. Congress, and David Blair, who is running for Montgomery County Executive) are leading in the amount of money spent. Both these guys are saturating the market with flyers, TV commercials, placards and so forth.\r\n\r\n<strong>And a stand voters agree with</strong>\r\n\r\nThe second problem is that we don’t vote on name recognition alone. Serious voters (and primary voters tend to be serious) vote on where candidates stand on issues they care about. Name recognition is helpful for sure, but it doesn’t inform voters sufficiently. If voters care about issues, it becomes incumbent on them to research the candidates’ positions. Thankfully, the League of Women Voters publishes a Voters’ Guide. And most candidates have websites.\r\n\r\nIn the end, you vote for people who reflect your priorities and values, not for the person with the most lawn signs or door hangers. To really stand out in a crowded field, candidates need to be able to communicate who they are, what they stand for, and why they are the better choice. That takes a lot of money, great communications know-how, and superb political skill.\r\n\r\nMay the best candidates win! And if you live in Maryland, don\'t forget to vote on June 26th.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How do you know who to vote for when there are so many candidates?','','inherit','closed','closed','','3817-revision-v1','','','2018-06-21 10:38:55','2018-06-21 14:38:55','',3817,'https://deborahbrody.com/2018/06/3817-revision-v1/',0,'revision','',0),
(3823,4,'2018-06-21 11:10:25','2018-06-21 15:10:25','There are thirty (that is 3-0) people running for Montgomery County, Maryland Council. Voters are allowed to vote for up to four. There are also eight candidates running in the Democratic primary for Maryland Governor (the incumbent, Larry Hogan, is a Republican and is unopposed). Voters also get to vote for County Executive (six Democrats running), U.S. Senator, U.S. Representative, State Delegates, Judges, even for the Clerk of the Circuit Court. In short, there are a lot of people competing for votes in Montgomery County, Maryland. And with so many people running, it’s a real challenge to stand out.\r\n\r\nAnd it’s because of the crush of candidates that every registered party voter in Montgomery County (where I live) has been inundated with campaign literature. (Read today’s Washington Post story,<a href=\"https://www.washingtonpost.com/local/md-politics/so-many-candidates-so-much-mail/2018/06/19/80549d08-732d-11e8-b4b7-308400242c2e_story.html?utm_term=.509ea3aff044\"> In Montgomery County, voters face a deluge of campaign literature mailings</a>, about it).  And that is all in addition to the countless political commercials that have been airing on both the local TV stations and the political talk shows on cable TV. And the many sponsored ads on Twitter and Facebook. And the ubiquitous lawn signs and placards placed throughout the county.\r\n\r\n[caption id=\"attachment_3818\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036.jpg\"><img class=\"wp-image-3818 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a> Placards outside Silver Spring Early Voting Center[/caption]\r\n\r\nI know because I have received dozens of door hangers and flyers on my doorstep, dozens of flyers in the mail, tons of emails, and even personalized texts to my cell phone (I am still trying to figure out how they got the number).  The most notable piece of campaign literature that I got was a form letter from a candidate stuffed inside a handwritten envelope.\r\n\r\n<strong>The name of the game</strong>\r\n\r\nWhen a race is so crowded, you have to really fight to stand out. When you are running against 29 other candidates, name recognition matters. And so you spend a lot of money to make sure people know and remember your name.\r\n\r\n<strong>So you need money to succeed in politics</strong>\r\n\r\nThere are two big problems with making name recognition a priority. The first is that you need a lot of money to be able to make people remember your name, which means candidates with the deepest pockets have a big (unfair?) advantage. And indeed, in Montgomery County, two self-made millionaires (David Trone, who is running for U.S. Congress, and David Blair, who is running for Montgomery County Executive) are leading in the amount of money spent. Both these guys are saturating the market with flyers, TV commercials, placards and so forth.\r\n\r\n<strong>And a stand voters agree with</strong>\r\n\r\nThe second problem is that we don’t vote on name recognition alone. Serious voters (and primary voters tend to be serious) vote on where candidates stand on issues they care about. Name recognition is helpful for sure, but it doesn’t inform voters sufficiently. If voters care about issues, it becomes incumbent on them to research the candidates’ positions. Thankfully, the League of Women Voters publishes a Voters’ Guide. And most candidates have websites.\r\n\r\nIn the end, you vote for people who reflect your priorities and values, not for the person with the most lawn signs or door hangers. To really stand out in a crowded field, candidates need to be able to communicate who they are, what they stand for, and why they are the better choice. That takes a lot of money, great communications know-how, and superb political skill.\r\n\r\nMay the best candidates win! And if you live in Maryland, don\'t forget to vote on June 26th.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How do you know who to vote for when there are so many candidates?','','inherit','closed','closed','','3817-revision-v1','','','2018-06-21 11:10:25','2018-06-21 15:10:25','',3817,'https://deborahbrody.com/2018/06/3817-revision-v1/',0,'revision','',0),
(3825,4,'2018-06-22 15:31:08','2018-06-22 19:31:08','There are thirty (that is 3-0) people running for Montgomery County, Maryland Council. Voters are allowed to vote for up to four. There are also eight candidates running in the Democratic primary for Maryland Governor (the incumbent, Larry Hogan, is a Republican and is unopposed). Voters also get to vote for County Executive (six Democrats running), U.S. Senator, U.S. Representative, State Delegates, Judges, even for the Clerk of the Circuit Court. In short, there are a lot of people competing for votes in Montgomery County, Maryland. And with so many people running, it’s a real challenge to stand out.\r\n\r\nAnd it’s because of the crush of candidates that every registered party voter in Montgomery County (where I live) has been inundated with campaign literature. (Read today’s Washington Post story,<a href=\"https://www.washingtonpost.com/local/md-politics/so-many-candidates-so-much-mail/2018/06/19/80549d08-732d-11e8-b4b7-308400242c2e_story.html?utm_term=.509ea3aff044\"> In Montgomery County, voters face a deluge of campaign literature mailings</a>, about it).  And that is all in addition to the countless political commercials that have been airing on both the local TV stations and the political talk shows on cable TV. And the many sponsored ads on Twitter and Facebook. And the ubiquitous lawn signs and placards placed throughout the county.\r\n\r\n[caption id=\"attachment_3818\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036.jpg\"><img class=\"wp-image-3818 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/06/20180616_112036-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a> Placards outside Silver Spring Early Voting Center[/caption]\r\n\r\nI know because I have received dozens of door hangers and flyers on my doorstep, dozens of flyers in the mail, tons of emails, and even personalized texts to my cell phone (I am still trying to figure out how they got the number).  The most notable piece of campaign literature that I got was a form letter from a candidate stuffed inside a handwritten envelope.\r\n\r\n<strong>The name of the game</strong>\r\n\r\nWhen a race is so crowded, you have to really fight to stand out. When you are running against 29 other candidates, name recognition matters. And so you spend a lot of money to make sure people know and remember your name.\r\n\r\n<strong>So you need money to succeed in politics</strong>\r\n\r\nThere are two big problems with making name recognition a priority. The first is that you need a lot of money to be able to make people remember your name, which means candidates with the deepest pockets have a big (unfair?) advantage. And indeed, in Montgomery County, two self-made millionaires (David Trone, who is running for U.S. Congress, and David Blair, who is running for Montgomery County Executive) are leading in the amount of money spent. Both these guys are saturating the market with flyers, TV commercials, placards and so forth.\r\n\r\n<strong>And a stand voters agree with</strong>\r\n\r\nThe second problem is that we don’t vote on name recognition alone. Serious voters (and primary voters tend to be serious) vote on where candidates stand on issues they care about. Name recognition is helpful for sure, but it doesn’t inform voters sufficiently. If voters care about issues, it becomes incumbent on them to research the candidates’ positions. Thankfully, the League of Women Voters publishes a Voters’ Guide. And most candidates have websites.\r\n\r\nIn the end, you vote for people who reflect your priorities and values, not for the person with the most lawn signs or door hangers. To really stand out in a crowded field, candidates need to be able to communicate who they are, what they stand for, and why they are the better choice. That takes a lot of money, great communications know-how, and superb political skill.\r\n\r\nMay the best candidates win! And if you live in Maryland, don\'t forget to vote on June 26th.\r\n\r\nUPDATE: Today, I received an additional five pieces of campaign literature in the mail, three of those promote ONE candidate, and the other is the tenth or so piece I have received from another candidate. Sending three pieces of mail about one candidate strikes me as overkill, and could backfire. Certainly the other candidate, who clearly has very deep pockets, has shown he will spend (waste?) as much money as he can. There\'s no added advantage to sending a piece of campaign literature every day. It becomes junk mail, quite literally. Direct mail does not benefit from frequency as does radio/TV.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How do you know who to vote for when there are so many candidates?','','inherit','closed','closed','','3817-revision-v1','','','2018-06-22 15:31:08','2018-06-22 19:31:08','',3817,'https://deborahbrody.com/2018/06/3817-revision-v1/',0,'revision','',0),
(3826,4,'2018-06-27 13:17:19','2018-06-27 17:17:19','Not a week goes by that I don\'t get several unsolicited emails from people/businesses who think I need financing, or a direct marketing list, or help with my website, or (just got this today)think I may want voice over talent (!).  Almost all these emails are personalized to me, or at least to my website (as in \"Dear Deborahbrody.com\"). Some get my name from my website (presumably after doing a search) and some from LinkedIn.  Others, I don\'t have the foggiest idea of where or how they found me (or even why they are contacting me). Very few seem to know much about my business, and none are companies I have done business with in the past. In short, lots of businesses reach out via email to try to drum up sales or generate cash.\r\n\r\n<strong>Is it legit, is it spam, or is it a scam?</strong>\r\n\r\nBut how many of these are legit, and how many are scammers/spammers? Where do we draw the line between an honest attempt to generate a lead based on internet research, and spam?  There are probably a few indicators of spam/scams:\r\n\r\n1) Using the same pitch over and over and over, sometimes from different names within the \"company.\" In other words, more than one inquiry.\r\n\r\n2) Adding, without permission, your name to an email marketing list, and putting the onus on you to unsubscribe (this is a direct violation of the CAN-SPAM rules and can/should be reported as such).\r\n\r\n3) A sketchy sounding proposition (financing with no credit check, for example).\r\n\r\n<strong>Is this company a legit spammer?</strong>\r\n\r\nFor the past several weeks, I have been getting emails from something called Imparture about social media marketing classes in Washington, DC.  I was getting about three emails a week, every week. They all had the unsubscribe feature, and finally, this week, I unsubscribed (not that I had subscribed in the first place). Then yesterday, I got a personalized email from \"Elliot.:  Here it is:\r\n<blockquote>Hi Deborah,\r\n\r\nDid you get a chance to consider my last email?\r\n\r\nCheck out our upcoming <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b277a1646e0fb00017881f1/sequences/5b27879646e0fb0001efacb3/leads/5b277a8c46e0fb0001788256/steps/5b27879646e0fb0001efacb35b277a8c46e0fb00017882561/linktracking?track=https://www.imparture.com/course/training-workshops/google-analytics-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">Google Analytics training course</a> taking place in Washington DC.\r\n\r\nThere are only a few spots left so sign up if you are interested.\r\n\r\nAll the best,\r\n\r\n<strong>Elliot Jay</strong>\r\nClient Relationship Manager\r\n<strong>Imparture</strong>\r\nLondon / New York / San Francisco</blockquote>\r\nNow, I don\'t know Elliot, and as I said, I had already unsubscribed from these emails. I wrote him and told him I would be reporting him for spam. Then, today, I got this email from \"Noah\":\r\n<blockquote>Hi Deborah,\r\n\r\nI came across your profile and saw that your skill set contains Social Media Marketing, and wanted to reach out with an opportunity.\r\n\r\nWe have only a few spots remaining in our upcoming <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b302f5d46e0fb0001afd9bd/sequences/5b302fc146e0fb0001402c10/leads/5b3295c346e0fb00015dd898/steps/5b302fc146e0fb0001402c105b3295c346e0fb00015dd8980/linktracking?track=https://www.imparture.com/course/training-workshops/social-media-marketing-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">Social Media Marketing Immersive course</a> in Washington DC.\r\n\r\nThis course will give you an advanced level of understanding regarding Social Media Marketing, and add significant value to your skillset - might this be something of interest?\r\n\r\nYou can find out more about the course, as well as sign up, <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b302f5d46e0fb0001afd9bd/sequences/5b302fc146e0fb0001402c10/leads/5b3295c346e0fb00015dd898/steps/5b302fc146e0fb0001402c105b3295c346e0fb00015dd8980/linktracking?track=https://www.imparture.com/course/training-workshops/social-media-marketing-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">here</a>.\r\n\r\nPlease do not hesitate to reach out with any questions.\r\n\r\n&nbsp;\r\n\r\nAll the best,\r\n\r\n<strong>Noah Kelsey</strong>\r\nClient Relationship Manager\r\n<strong>Imparture</strong>\r\n\r\n\r\nLondon / New York / San Francisco</blockquote>\r\nI looked up Imparture and the company does have a website, a LinkedIn profile, and even a Twitter account (with only 500 or so followers), which look legit enough. On the other hand, I did find a review stating that the company had scheduled a class, cancelled it, and didn\'t issue refunds (sketchy!).\r\n\r\nThis company may indeed be legitimate (albeit with questionable customer service), but its marketing practices are definitely spammy. As I said before, <em>I have never signed up for a class or to get these emails.</em> And I have \"unsubscribed\" and have since gotten two more emails. Any legitimate marketing effort would ask for permission to add you to a list, and would respect an unsubscribe request. This company has failed on both ends. It added me to an email list without my express consent (and again, I am not sure where/how they got my email address), and it has ignored my unsubscribe request, twice so far.\r\n\r\n<strong>Do not be a spammer!</strong>\r\n\r\nIf you are a legitimate business, do not follow the scammer\'s playbook. Sending unsolicited mail is against CAN-SPAM rules. Want to learn more? Check out the FTC\'s  <a href=\"https://www.ftc.gov/tips-advice/business-center/guidance/can-spam-act-compliance-guide-business\">CAN-SPAM Act: A compliance guide for business.</a>\r\n\r\nHave you had a similar experience? What is your take on the legit versus spam discussion?','Legit or spam?','','publish','open','open','','legit-or-spam','','','2018-06-27 13:17:19','2018-06-27 17:17:19','',0,'https://deborahbrody.com/?p=3826',0,'post','',1),
(3827,4,'2018-06-27 13:14:08','2018-06-27 17:14:08','Not a week goes by that I don\'t get several unsolicited emails from people/businesses who think I need financing, or a direct marketing list, or help with my website, or (just got this today)think I may want voice over talent (!).  Almost all these emails are personalized to me, or at least to my website (as in \"Dear Deborahbrody.com\"). Some get my name from my website (presumably after doing a search) and some from LinkedIn.  Others, I don\'t have the foggiest idea of where or how they found me (or even why they are contacting me). Very few seem to know much about my business, and none are companies I have done business with in the past. In short, lots of businesses reach out via email to try to drum up sales or generate cash.\r\n\r\n<strong>Is it legit, is it spam, or is it a scam?</strong>\r\n\r\nBut how many of these are legit, and how many are scammers/spammers? Where do we draw the line between an honest attempt to generate a lead based on internet research, and spam?  There are probably a few indicators of spam/scams:\r\n\r\n1) Using the same pitch over and over and over, sometimes from different names within the \"company.\" In other words, more than one inquiry.\r\n\r\n2) Adding, without permission, your name to an email marketing list, and putting the onus on you to unsubscribe (this is a direct violation of the CAN-SPAM rules and can/should be reported as such).\r\n\r\n3) A sketchy sounding proposition (financing with no credit check, for example).\r\n\r\n<strong>Is this company a legit spammer?</strong>\r\n\r\nFor the past several weeks, I have been getting emails from something called Imparture about social media marketing classes in Washington, DC.  I was getting about three emails a week, every week. They all had the unsubscribe feature, and finally, this week, I unsubscribed (not that I had subscribed in the first place). Then yesterday, I got a personalized email from \"Elliot.:  Here it is:\r\n<blockquote>Hi Deborah,\r\n\r\nDid you get a chance to consider my last email?\r\n\r\nCheck out our upcoming <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b277a1646e0fb00017881f1/sequences/5b27879646e0fb0001efacb3/leads/5b277a8c46e0fb0001788256/steps/5b27879646e0fb0001efacb35b277a8c46e0fb00017882561/linktracking?track=https://www.imparture.com/course/training-workshops/google-analytics-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">Google Analytics training course</a> taking place in Washington DC.\r\n\r\nThere are only a few spots left so sign up if you are interested.\r\n\r\nAll the best,\r\n\r\n<strong>Elliot Jay</strong>\r\nClient Relationship Manager\r\n<strong>Imparture</strong>\r\nLondon / New York / San Francisco</blockquote>\r\nNow, I don\'t know Elliot, and as I said, I had already unsubscribed from these emails. I wrote him and told him I would be reporting him for spam. Then, today, I got this email from \"Noah\":\r\n<blockquote>Hi Deborah,\r\n\r\nI came across your profile and saw that your skill set contains Social Media Marketing, and wanted to reach out with an opportunity.\r\n\r\nWe have only a few spots remaining in our upcoming <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b302f5d46e0fb0001afd9bd/sequences/5b302fc146e0fb0001402c10/leads/5b3295c346e0fb00015dd898/steps/5b302fc146e0fb0001402c105b3295c346e0fb00015dd8980/linktracking?track=https://www.imparture.com/course/training-workshops/social-media-marketing-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">Social Media Marketing Immersive course</a> in Washington DC.\r\n\r\nThis course will give you an advanced level of understanding regarding Social Media Marketing, and add significant value to your skillset - might this be something of interest?\r\n\r\nYou can find out more about the course, as well as sign up, <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b302f5d46e0fb0001afd9bd/sequences/5b302fc146e0fb0001402c10/leads/5b3295c346e0fb00015dd898/steps/5b302fc146e0fb0001402c105b3295c346e0fb00015dd8980/linktracking?track=https://www.imparture.com/course/training-workshops/social-media-marketing-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">here</a>.\r\n\r\nPlease do not hesitate to reach out with any questions.\r\n\r\n&nbsp;\r\n\r\nAll the best,\r\n\r\n<strong>Noah Kelsey</strong>\r\nClient Relationship Manager\r\n<strong>Imparture</strong>\r\n\r\n\r\nLondon / New York / San Francisco</blockquote>\r\nI looked up Imparture and they do have a website, a LinkedIn profile, and even a Twitter account (with only 500 or so followers). Looks legit enough, but I found a review stating that the company had scheduled a class, cancelled it, and didn\'t issue refunds (sketchy!).\r\n\r\nThis company may be legitimate (albeit with questionable customer service), but its marketing practices are definitely spammy. As I said before, <em>I have never signed up for a class or to get these emails.</em> And I have \"unsubscribed\" and have since gotten two more emails. Any legitimate marketing effort would ask for permission to add you to a list, and would respect an unsubscribe request. This company has failed on both ends. It added me to an email list without my express consent (and again, I am not sure where/how they got my email address), and it has ignored my unsubscribe request, twice so far.\r\n\r\n<strong>Do not be a spammer!</strong>\r\n\r\nIf you are a legitimate business, do not follow the scammer\'s playbook. Sending unsolicited mail is against CAN-SPAM rules. Want to learn more? Check out the FTC\'s  <a href=\"https://www.ftc.gov/tips-advice/business-center/guidance/can-spam-act-compliance-guide-business\">CAN-SPAM Act: A compliance guide for business.</a>\r\n\r\n&nbsp;','Legit or spam?','','inherit','closed','closed','','3826-revision-v1','','','2018-06-27 13:14:08','2018-06-27 17:14:08','',3826,'https://deborahbrody.com/2018/06/3826-revision-v1/',0,'revision','',0),
(3828,4,'2018-06-27 13:17:19','2018-06-27 17:17:19','Not a week goes by that I don\'t get several unsolicited emails from people/businesses who think I need financing, or a direct marketing list, or help with my website, or (just got this today)think I may want voice over talent (!).  Almost all these emails are personalized to me, or at least to my website (as in \"Dear Deborahbrody.com\"). Some get my name from my website (presumably after doing a search) and some from LinkedIn.  Others, I don\'t have the foggiest idea of where or how they found me (or even why they are contacting me). Very few seem to know much about my business, and none are companies I have done business with in the past. In short, lots of businesses reach out via email to try to drum up sales or generate cash.\r\n\r\n<strong>Is it legit, is it spam, or is it a scam?</strong>\r\n\r\nBut how many of these are legit, and how many are scammers/spammers? Where do we draw the line between an honest attempt to generate a lead based on internet research, and spam?  There are probably a few indicators of spam/scams:\r\n\r\n1) Using the same pitch over and over and over, sometimes from different names within the \"company.\" In other words, more than one inquiry.\r\n\r\n2) Adding, without permission, your name to an email marketing list, and putting the onus on you to unsubscribe (this is a direct violation of the CAN-SPAM rules and can/should be reported as such).\r\n\r\n3) A sketchy sounding proposition (financing with no credit check, for example).\r\n\r\n<strong>Is this company a legit spammer?</strong>\r\n\r\nFor the past several weeks, I have been getting emails from something called Imparture about social media marketing classes in Washington, DC.  I was getting about three emails a week, every week. They all had the unsubscribe feature, and finally, this week, I unsubscribed (not that I had subscribed in the first place). Then yesterday, I got a personalized email from \"Elliot.:  Here it is:\r\n<blockquote>Hi Deborah,\r\n\r\nDid you get a chance to consider my last email?\r\n\r\nCheck out our upcoming <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b277a1646e0fb00017881f1/sequences/5b27879646e0fb0001efacb3/leads/5b277a8c46e0fb0001788256/steps/5b27879646e0fb0001efacb35b277a8c46e0fb00017882561/linktracking?track=https://www.imparture.com/course/training-workshops/google-analytics-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">Google Analytics training course</a> taking place in Washington DC.\r\n\r\nThere are only a few spots left so sign up if you are interested.\r\n\r\nAll the best,\r\n\r\n<strong>Elliot Jay</strong>\r\nClient Relationship Manager\r\n<strong>Imparture</strong>\r\nLondon / New York / San Francisco</blockquote>\r\nNow, I don\'t know Elliot, and as I said, I had already unsubscribed from these emails. I wrote him and told him I would be reporting him for spam. Then, today, I got this email from \"Noah\":\r\n<blockquote>Hi Deborah,\r\n\r\nI came across your profile and saw that your skill set contains Social Media Marketing, and wanted to reach out with an opportunity.\r\n\r\nWe have only a few spots remaining in our upcoming <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b302f5d46e0fb0001afd9bd/sequences/5b302fc146e0fb0001402c10/leads/5b3295c346e0fb00015dd898/steps/5b302fc146e0fb0001402c105b3295c346e0fb00015dd8980/linktracking?track=https://www.imparture.com/course/training-workshops/social-media-marketing-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">Social Media Marketing Immersive course</a> in Washington DC.\r\n\r\nThis course will give you an advanced level of understanding regarding Social Media Marketing, and add significant value to your skillset - might this be something of interest?\r\n\r\nYou can find out more about the course, as well as sign up, <a href=\"https://prospector.cognism.com/api/tracking/campaigns/5b302f5d46e0fb0001afd9bd/sequences/5b302fc146e0fb0001402c10/leads/5b3295c346e0fb00015dd898/steps/5b302fc146e0fb0001402c105b3295c346e0fb00015dd8980/linktracking?track=https://www.imparture.com/course/training-workshops/social-media-marketing-immersive/washington-dc?utm_source=cognism&amp;utm_medium=email&amp;utm_campaign=cognism_outbound-workshops/custom\">here</a>.\r\n\r\nPlease do not hesitate to reach out with any questions.\r\n\r\n&nbsp;\r\n\r\nAll the best,\r\n\r\n<strong>Noah Kelsey</strong>\r\nClient Relationship Manager\r\n<strong>Imparture</strong>\r\n\r\n\r\nLondon / New York / San Francisco</blockquote>\r\nI looked up Imparture and the company does have a website, a LinkedIn profile, and even a Twitter account (with only 500 or so followers), which look legit enough. On the other hand, I did find a review stating that the company had scheduled a class, cancelled it, and didn\'t issue refunds (sketchy!).\r\n\r\nThis company may indeed be legitimate (albeit with questionable customer service), but its marketing practices are definitely spammy. As I said before, <em>I have never signed up for a class or to get these emails.</em> And I have \"unsubscribed\" and have since gotten two more emails. Any legitimate marketing effort would ask for permission to add you to a list, and would respect an unsubscribe request. This company has failed on both ends. It added me to an email list without my express consent (and again, I am not sure where/how they got my email address), and it has ignored my unsubscribe request, twice so far.\r\n\r\n<strong>Do not be a spammer!</strong>\r\n\r\nIf you are a legitimate business, do not follow the scammer\'s playbook. Sending unsolicited mail is against CAN-SPAM rules. Want to learn more? Check out the FTC\'s  <a href=\"https://www.ftc.gov/tips-advice/business-center/guidance/can-spam-act-compliance-guide-business\">CAN-SPAM Act: A compliance guide for business.</a>\r\n\r\nHave you had a similar experience? What is your take on the legit versus spam discussion?','Legit or spam?','','inherit','closed','closed','','3826-revision-v1','','','2018-06-27 13:17:19','2018-06-27 17:17:19','',3826,'https://deborahbrody.com/2018/06/3826-revision-v1/',0,'revision','',0),
(3848,4,'2018-08-21 12:44:28','0000-00-00 00:00:00','When we research anything, from doctors to nail salons, to cars, electronics, whatever, we do it on the internet, and generally by using Google. Your website is essential if you are trying to get customers for your small business. But not all small business websites are alike. And not all of them work as well as others.','Make your small business website work for you','','draft','open','open','','','','','2018-08-21 12:44:28','2018-08-21 16:44:28','',0,'https://deborahbrody.com/?p=3848',0,'post','',0),
(3849,4,'2018-08-21 12:44:28','2018-08-21 16:44:28','When we research anything, from doctors to nail salons, to cars, electronics, whatever, we do it on the internet, and generally by using Google. Your website is essential if you are trying to get customers for your small business. But not all small business websites are alike. And not all of them work as well as others.','Make your small business website work for you','','inherit','closed','closed','','3848-revision-v1','','','2018-08-21 12:44:28','2018-08-21 16:44:28','',3848,'https://deborahbrody.com/2018/08/3848-revision-v1/',0,'revision','',0),
(3833,4,'2018-07-19 10:07:54','2018-07-19 14:07:54','<strong>What is the one thing in marketing that guarantees results?</strong>\r\n\r\nIs it your website? Your social media marketing? Your strategic, forward-thinking marketing plan? Your market research? Your promotions?\r\n\r\nWhile all of the above help you to generate leads and close sales, there is one thing that  you have that will guarantee those leads convert and make those sales happen.\r\n\r\n<strong>It\'s your credibility. </strong>\r\n\r\nIf I can\'t believe what you are selling, then I am not going to buy it. In other words, without credibility, you are nothing.\r\n\r\nCredibility means trust. If you are credible, your product or service is trustworthy. It\'s really that simple.\r\n\r\nLet me illustrate with the tale of an unnecessary car repair:\r\n\r\nA couple of months ago, I took my car in for a tire rotation and alignment to the tire shop where I had bought my tires. The rotation is free for the life of the vehicle, and the alignment costs $99. After a few minutes, one of the salespeople came out to tell me there was a problem. The shop could not do the alignment because the front end arms needed to be replaced. This repair would cost $600 (or six times what I had been planning on). The mechanic showed me what he was talking about, but my instinct (and pocketbook) said to decline this expensive repair.\r\n\r\nWhen I walked out of the shop,  I felt highly uneasy about what had happened. I felt that the salesperson was trying to upsell me and I did not trust her or the mechanic\'s assessment. Also, there had been a change in both the appearance and atmosphere of the shop. Previously, it had a homey (and more trustworthy) appearance. The people were friendly, and seemed honest. Now, things had been spiffed up, and the front desk was manned by two fairly surly people that barely had a smile for me. I got the sense the shop had been sold and was under new management, and that the management was looking to squeeze more profits from its customers. After all you are not going to make a lot of money off free rotations, are you?\r\n\r\nThis week, I took my car in for routine maintenance to my regular (trustworthy) repair shop. I asked them to check out this front end problem.  And, no surprise really, they said it did not need the repair. So either the mechanic at the tire shop did not know what he was talking about, or the salesperson was indeed upselling me something just to generate more money. Either way, the credibility of the tire shop has completely evaporated for me. I can\'t think of taking my car there, because I don\'t believe they will act in my best interest. I don\'t believe anymore in what they are selling.\r\n\r\n<strong>You can\'t manufacture credibility</strong>.\r\n\r\nYou have it or you don\'t. Credibility derives from your actions, from the substance of your product or service. However, you <em>can</em> <em>promote</em> your credibility. You can highlight what makes you credible. When you communicate with your audience, you show credibility by your honesty. You can use customer testimonials and ratings. If you\'ve gotten third-party reviews (like a product review in magazine), these are earned media mentions that help promote credibility.\r\n\r\nThe bottom line is that you can only promote your credibility if you act credibly. Otherwise, all your marketing efforts will be for naught.\r\n\r\nThoughts? Drop me a line in the comments.\r\n\r\n&nbsp;','True marketing gold that guarantees results','','publish','open','open','','true-marketing-gold-that-guarantees-results','','','2018-07-19 10:07:54','2018-07-19 14:07:54','',0,'https://deborahbrody.com/?p=3833',0,'post','',0),
(3834,4,'2018-07-19 10:07:54','2018-07-19 14:07:54','<strong>What is the one thing in marketing that guarantees results?</strong>\r\n\r\nIs it your website? Your social media marketing? Your strategic, forward-thinking marketing plan? Your market research? Your promotions?\r\n\r\nWhile all of the above help you to generate leads and close sales, there is one thing that  you have that will guarantee those leads convert and make those sales happen.\r\n\r\n<strong>It\'s your credibility. </strong>\r\n\r\nIf I can\'t believe what you are selling, then I am not going to buy it. In other words, without credibility, you are nothing.\r\n\r\nCredibility means trust. If you are credible, your product or service is trustworthy. It\'s really that simple.\r\n\r\nLet me illustrate with the tale of an unnecessary car repair:\r\n\r\nA couple of months ago, I took my car in for a tire rotation and alignment to the tire shop where I had bought my tires. The rotation is free for the life of the vehicle, and the alignment costs $99. After a few minutes, one of the salespeople came out to tell me there was a problem. The shop could not do the alignment because the front end arms needed to be replaced. This repair would cost $600 (or six times what I had been planning on). The mechanic showed me what he was talking about, but my instinct (and pocketbook) said to decline this expensive repair.\r\n\r\nWhen I walked out of the shop,  I felt highly uneasy about what had happened. I felt that the salesperson was trying to upsell me and I did not trust her or the mechanic\'s assessment. Also, there had been a change in both the appearance and atmosphere of the shop. Previously, it had a homey (and more trustworthy) appearance. The people were friendly, and seemed honest. Now, things had been spiffed up, and the front desk was manned by two fairly surly people that barely had a smile for me. I got the sense the shop had been sold and was under new management, and that the management was looking to squeeze more profits from its customers. After all you are not going to make a lot of money off free rotations, are you?\r\n\r\nThis week, I took my car in for routine maintenance to my regular (trustworthy) repair shop. I asked them to check out this front end problem.  And, no surprise really, they said it did not need the repair. So either the mechanic at the tire shop did not know what he was talking about, or the salesperson was indeed upselling me something just to generate more money. Either way, the credibility of the tire shop has completely evaporated for me. I can\'t think of taking my car there, because I don\'t believe they will act in my best interest. I don\'t believe anymore in what they are selling.\r\n\r\n<strong>You can\'t manufacture credibility</strong>.\r\n\r\nYou have it or you don\'t. Credibility derives from your actions, from the substance of your product or service. However, you <em>can</em> <em>promote</em> your credibility. You can highlight what makes you credible. When you communicate with your audience, you show credibility by your honesty. You can use customer testimonials and ratings. If you\'ve gotten third-party reviews (like a product review in magazine), these are earned media mentions that help promote credibility.\r\n\r\nThe bottom line is that you can only promote your credibility if you act credibly. Otherwise, all your marketing efforts will be for naught.\r\n\r\nThoughts? Drop me a line in the comments.\r\n\r\n&nbsp;','True marketing gold that guarantees results','','inherit','closed','closed','','3833-revision-v1','','','2018-07-19 10:07:54','2018-07-19 14:07:54','',3833,'https://deborahbrody.com/2018/07/3833-revision-v1/',0,'revision','',0),
(3836,4,'2018-07-26 09:47:58','2018-07-26 13:47:58','Take a look at your browser right now. You should see that the web address starts with https, and that that there is an icon to the left of that that shows a closed lock (and in Chrome, it says \"secure\"). This means that my website has its SSL certificate in order, and that this website is safe.\r\n\r\nSSL stands for Secure Sockets Layer, and it is basically an authentication protocol that establishes a secure connection for your website.\r\n\r\n<strong>It is better to be safe than sorry</strong>\r\n\r\nBy having that \"secure\" label, you are creating a safe experience for your readers/users. This helps build trust. But more importantly, starting this year, Google will penalize websites that don\'t have the SSL certificate by labeling them as unsafe or \"not secure.\" Would you want to visit a site that is flagged as \"not secure?\" Probably not.\r\n\r\n<strong>SSL certicates may be free with your hosting package</strong>\r\n\r\nGetting SSL on your website should be a number one priority. If you (like me) manage your own website, check with your host. Most hosts provide free SSL certificates, and can deploy them on your site in a matter of minutes. Just give your website host a call, and follow instructions. If your host does not provide a free SSL certificate, there are plenty of places that will sell you one. Here\'s a how-to guide on setting up SSL: <a href=\"https://sucuri.net/guides/how-to-install-ssl-certificate\">https://sucuri.net/guides/how-to-install-ssl-certificate</a>\r\n\r\nThere may be a few more steps that you need to take to make sure your site is secure. In my case, the browser was telling me some images on my site were not secure. Thankfully, there was an easy and free fix in the form of a WordPress plugin. If  you are using a site that is not WordPress based, you may have to check with a website developer to get some technical help.\r\n\r\n<strong>Bottom line</strong>\r\n\r\nIn a world that has become rife with cybercrime, it is important to have provide a safe browsing experience. It is free to very low cost to deploy basic SSL on your website. And if you care about Google rankings, you need to do this now.\r\n\r\n&nbsp;','Better safe than sorry (or why you need SSL)','','publish','open','open','','better-safe-than-sorry-or-why-you-need-ssl','','','2018-07-26 09:47:58','2018-07-26 13:47:58','',0,'https://deborahbrody.com/?p=3836',0,'post','',0),
(3837,4,'2018-07-26 09:46:47','2018-07-26 13:46:47','Take a look at your browser right now. You should see that the web address starts with https, and that that there is an icon to the left of that that shows a closed lock (and in Chrome, it says \"secure\"). This means that my website has its SSL certificate in order, and that this website is safe.\r\n\r\nSSL stands for Secure Sockets Layer, and it is basically an authentication protocol that establishes a secure connection for your website.\r\n\r\n<strong>It is better to be safe than sorry</strong>\r\n\r\nBy having that \"secure\" label, you are creating a safe experience for your readers/users. This helps build trust. But more importantly, starting this year, Google will penalize websites that don\'t have the SSL certificate by labeling them as unsafe or \"not secure.\" Would you want to visit a site that is flagged as \"not secure?\" Probably not.\r\n\r\n<strong>SSL certicates may be free with your hosting package</strong>\r\n\r\nGetting SSL on your website should be a number one priority. If you (like me) manage your own website, check with your host. Most hosts provide free SSL certificates, and can deploy them on your site in a matter of minutes. Just give your website host a call, and follow instructions. If your host does not provide a free SSL certificate, there are plenty of places that will sell you one. Here\'s a how-to guide on setting up SSL: <a href=\"https://sucuri.net/guides/how-to-install-ssl-certificate\">https://sucuri.net/guides/how-to-install-ssl-certificate</a>\r\n\r\nThere may be a few more steps that you need to take to make sure your site is secure. In my case, the browser was telling me some images on my site were not secure. Thankfully, there was an easy and free fix in the form of a WordPress plugin. If  you are using a site that is not WordPress based, you may have to check with a website developer to get some technical help.\r\n\r\n<strong>Bottom line</strong>\r\n\r\nIn a world that has become rife with cybercrime, it is important to have provide a safe browsing experience. It is free to very low cost to deploy basic SSL on your website. And if you care about Google rankings, you need to do this now.\r\n\r\n&nbsp;','Better safe than sorry (or why you need SSL)','','inherit','closed','closed','','3836-revision-v1','','','2018-07-26 09:46:47','2018-07-26 13:46:47','',3836,'https://deborahbrody.com/2018/07/3836-revision-v1/',0,'revision','',0),
(3838,4,'2018-08-02 09:17:23','0000-00-00 00:00:00','How long do bad experiences linger? Probably a lot longer than businesses realize.\r\n\r\nThink about a bad experience you\'ve had. Perhaps it was an airline who lost your luggage, or a meal in a restaurant that was served late/cold/bad tasting, or rude salesperson who refused to help you. Have you gone back to that business? Do you give those places a second chance?\r\n\r\nBad experiences create bad feelings. And bad feelings are near impossible to forget.\r\n\r\nThere\'s a quote attributed to Maya Angelou that goes like this:  <em>People will forget what you said. People will forget what you did. But people will never forget how you made them feel.</em>\r\n\r\nBad feelings include anger, disappointment, frustration, shame.','Long memories for bad experiences','','draft','open','open','','','','','2018-08-02 09:17:23','2018-08-02 13:17:23','',0,'https://deborahbrody.com/?p=3838',0,'post','',0),
(3839,4,'2018-08-02 09:17:23','2018-08-02 13:17:23','How long do bad experiences linger? Probably a lot longer than businesses realize.\r\n\r\nThink about a bad experience you\'ve had. Perhaps it was an airline who lost your luggage, or a meal in a restaurant that was served late/cold/bad tasting, or rude salesperson who refused to help you. Have you gone back to that business? Do you give those places a second chance?\r\n\r\nBad experiences create bad feelings. And bad feelings are near impossible to forget.\r\n\r\nThere\'s a quote attributed to Maya Angelou that goes like this:  <em>People will forget what you said. People will forget what you did. But people will never forget how you made them feel.</em>\r\n\r\nBad feelings include anger, disappointment, frustration, shame.','Long memories for bad experiences','','inherit','closed','closed','','3838-revision-v1','','','2018-08-02 09:17:23','2018-08-02 13:17:23','',3838,'https://deborahbrody.com/2018/08/3838-revision-v1/',0,'revision','',0),
(3842,4,'2018-08-06 15:00:09','0000-00-00 00:00:00','Events are a time-honored way for organizations to either celebrate or commemorate something, or to gather potential supportersnform their audien','Get more bang from your event','','draft','open','open','','','','','2018-08-06 15:00:09','2018-08-06 19:00:09','',0,'https://deborahbrody.com/?p=3842',0,'post','',0),
(3843,4,'2018-08-06 15:00:09','2018-08-06 19:00:09','Events are a time-honored way for organizations to either celebrate or commemorate something, or to gather potential supportersnform their audien','Get more bang from your event','','inherit','closed','closed','','3842-revision-v1','','','2018-08-06 15:00:09','2018-08-06 19:00:09','',3842,'https://deborahbrody.com/2018/08/3842-revision-v1/',0,'revision','',0),
(3845,4,'2018-08-10 11:49:41','2018-08-10 15:49:41','We are long past the time where having a website is optional for any type of organization. If you want business or support, you<em> need</em> a website, full stop.\r\n\r\nBut having any old website won\'t do. If you are a serious organization that is seriously looking to get donations, or to increase sales, or to advocate for a cause, or whatever your <em>raison d\'etre</em> is, you have to have a <strong>credible</strong> website.\r\n\r\nTo make sure your website has credibility, there are three areas you must address:\r\n\r\n<strong>Safety/security</strong>\r\n\r\nCredible websites are first and foremost <strong>safe and secure</strong> to use. As I wrote before, <a href=\"https://deborahbrody.com/2018/07/better-safe-than-sorry-or-why-you-need-ssl/\" target=\"_blank\" rel=\"noopener\">you must have an SSL</a>. You should also be hosted on a trustworthy web host. There are many shady (and many times, cheap) web hosts out there. If your site is hosted on a shady web host, you are in fact, guilty by association. This happened to me a few years ago, when my website was hosted on a large, inexpensive web host that also hosted spammers and other questionable organization. Because I was on a blacklisted server, my emails would not be accepted by Yahoo and who knows what other email services. I changed hosts, and the problem has been resolved.\r\n\r\n<strong>Up-to-date</strong>\r\n\r\nI just came across a Washington, DC public relations agency that supposedly hosts industry learning events on a regular basis. The website has a tab for these events, and when I clicked on it, it took me to an event that took place in March. I happen to know this agency is hosting an event in August, so it is very clear it has not updated the website in several months.\r\n\r\nIf you are wondering what you should be updating on a regular basis here\'s a non-comprehensive list: your blog, your events calendar, your personnel pages, your address, your social media links.\r\n\r\nThere is no excuse for not keeping your website up to date. If you use something like WordPress, updating is fairly simple. If you use something complex, you should have an IT person or a website developer who can do these things for you.  And yes, it is worth the time or money investment because having an outdated website showcases many negative traits: disinterest, laziness, not prioritizing the website (and by extension your audience).\r\n\r\n<strong>Design and UX</strong>\r\n\r\nIf you were around in the 1990s when websites first started getting launched, you know what an old-fashioned website looks like. It\'s pretty ugly. If you have a 1990s design, you probably haven\'t kept up with the times. It\'s like sporting a feathered Farrah Fawcett hairdo from 1978, and it\'s now 2018.\r\n\r\nDesign is important, but so is user experience (UX). How easy is it for people to use your website and find what they need? If people are having trouble finding what they need, then they will not use your website and go elsewhere.\r\n\r\n<strong>Don\'t undermine your organization\'s credibility. Give your website some attention right now!</strong>','Is your website undermining your credibility?','','publish','open','open','','is-your-website-undermining-your-credibility','','','2018-08-10 11:49:41','2018-08-10 15:49:41','',0,'https://deborahbrody.com/?p=3845',0,'post','',0),
(3846,4,'2018-08-10 11:48:02','2018-08-10 15:48:02','We are long past the time where having a website is optional for any type of organization. If you want business or support, you<em> need</em> a website, full stop.\r\n\r\nBut having any old website won\'t do. If you are a serious organization that is seriously looking to get donations, or to increase sales, or to advocate for a cause, or whatever your <em>raison d\'etre</em> is, you have to have a <strong>credible</strong> website.\r\n\r\nTo make sure your website has credibility, there are three areas you must address:\r\n\r\n<strong>Safety/security</strong>\r\n\r\nCredible websites are first and foremost <strong>safe and secure</strong> to use. As I wrote before, <a href=\"https://deborahbrody.com/2018/07/better-safe-than-sorry-or-why-you-need-ssl/\" target=\"_blank\" rel=\"noopener\">you must have an SSL</a>. You should also be hosted on a trustworthy web host. There are many shady (and many times, cheap) web hosts out there. If your site is hosted on a shady web host, you are in fact, guilty by association. This happened to me a few years ago, when my website was hosted on a large, inexpensive web host that also hosted spammers and other questionable organization. Because I was on a blacklisted server, my emails would not be accepted by Yahoo and who knows what other email services. I changed hosts, and the problem has been resolved.\r\n\r\n<strong>Up-to-date</strong>\r\n\r\nI just came across a Washington, DC public relations agency that supposedly hosts industry learning events on a regular basis. The website has a tab for these events, and when I clicked on it, it took me to an event that took place in March. I happen to know this agency is hosting an event in August, so it is very clear it has not updated the website in several months.\r\n\r\nIf you are wondering what you should be updating on a regular basis here\'s a non-comprehensive list: your blog, your events calendar, your personnel pages, your address, your social media links.\r\n\r\nThere is no excuse for not keeping your website up to date. If you use something like WordPress, updating is fairly simple. If you use something complex, you should have an IT person or a website developer who can do these things for you.  And yes, it is worth the time or money investment because having an outdated website showcases many negative traits: disinterest, laziness, not prioritizing the website (and by extension your audience).\r\n\r\n<strong>Design and UX</strong>\r\n\r\nIf you were around in the 1990s when websites first started getting launched, you know what an old-fashioned website looks like. It\'s pretty ugly. If you have a 1990s design, you probably haven\'t kept up with the times. It\'s like sporting a feathered Farrah Fawcett hairdo from 1978, and it\'s now 2018.\r\n\r\nDesign is important, but so is user experience (UX). How easy is it for people to use your website and find what they need? If people are having trouble finding what they need, then they will not use your website and go elsewhere.\r\n\r\n<strong>Don\'t undermine your organization\'s credibility. Give your website some attention right now!</strong>','Is your website undermining your credibility?','','inherit','closed','closed','','3845-revision-v1','','','2018-08-10 11:48:02','2018-08-10 15:48:02','',3845,'https://deborahbrody.com/2018/08/3845-revision-v1/',0,'revision','',0),
(3850,4,'2018-08-23 09:52:18','2018-08-23 13:52:18','<strong>Vacation time!</strong>\r\n\r\nHere we are in the last few days of August. Summer is waning, and perhaps you want to go to the beach or go visit your family or travel to Alaska to see the glaciers while we have them. And why not? You\'ve worked hard the rest of the year, and you should be able to take time off.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/08/beach-beverage-cocktail-68672.jpg\"><img class=\"aligncenter size-medium wp-image-3851\" src=\"https://deborahbrody.com/wp-content/uploads/2018/08/beach-beverage-cocktail-68672-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\n<strong>But...</strong>\r\n\r\nBut before you take off, think about your customers. What do they need to know about your schedule and availability? If they need something, can it wait until you get back or is there somebody else who can help them?\r\n\r\n<strong>You could lose business by failing to communicate</strong>\r\n\r\nIt seems fairly obvious to me, but some people just don\'t think they need to communicate. For example, I was trying to make an appointment. I texted, and several days later, no answer. I left a message, and several hours later, no return phone call. I decided to look for a different provider, and I found one. I got a belated message from the first provider telling me she was in West Virginia with poor cellphone connectivity. Apparently, she has never heard of changing her outgoing message or updating her website.\r\n\r\n<strong>It\'s your responsibility to communicate your availability to your customers.</strong>\r\n\r\nIf you are an employee, you might email your contacts telling them you will be unavailable on certain dates, and tell them who to contact instead.  You may create an auto-responder on your email saying that you are not currently checking email.\r\n\r\nIf you are a business owner and have a website and/or online booking, you can update those to reflect your schedule. You can make note that your office is closed and you are not taking appointments. On your phone or answering service, you can update your outgoing message to reflect your situation.\r\n\r\n<strong>Here\'s a template</strong>:\r\n\r\nThanks for contacting [name]. If you need to [reach me/make an appointment/other business], please be advised that our office is closed from [insert date] to [insert date]. We look forward to [seeing/serving/talking to] you then. If you need immediate assistance, please contact [insert name and number].\r\n\r\nSo go on, take your vacation, relax and enjoy. Just make sure you\'ve communicated with your customers.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to go on vacation and not lose customers','','publish','open','open','','how-to-go-on-vacation-and-not-lose-customers','','','2018-08-23 09:52:18','2018-08-23 13:52:18','',0,'https://deborahbrody.com/?p=3850',0,'post','',0),
(3851,4,'2018-08-23 09:44:51','2018-08-23 13:44:51','','beach-beverage-cocktail-68672','','inherit','open','closed','','beach-beverage-cocktail-68672','','','2018-08-23 09:44:51','2018-08-23 13:44:51','',3850,'https://deborahbrody.com/wp-content/uploads/2018/08/beach-beverage-cocktail-68672.jpg',0,'attachment','image/jpeg',0),
(3852,4,'2018-08-23 09:48:52','2018-08-23 13:48:52','<strong>Vacation time!</strong>\r\n\r\nHere we are in the last few days of August. Summer is waning, and perhaps you want to go to the beach or go visit your family or travel to Alaska to see the glaciers while we have them. And why not? You\'ve worked hard the rest of the year, and you should be able to take time off.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/08/beach-beverage-cocktail-68672.jpg\"><img class=\"aligncenter size-medium wp-image-3851\" src=\"https://deborahbrody.com/wp-content/uploads/2018/08/beach-beverage-cocktail-68672-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\n<strong>But...</strong>\r\n\r\nBut before you take off, think about your customers. What do they need to know about your schedule and availability? If they need something, can it wait until you get back or is there somebody else who can help them?\r\n\r\n<strong>You could lose business by failing to communicate</strong>\r\n\r\nSeems fairly obvious to me, but some people just don\'t think they need to communicate. For example, I was trying to make an appointment. I texted, and several days later, no answer. I left a message, and several hours later, no return phone call. I decided to look for a different provider, and I found one. I got a belated message from the first provider telling me she was in West Virginia with poor cellphone connectivity. Apparently, she has never heard of changing her outgoing message or updating her website.\r\n\r\n<strong>It\'s your responsibility to communicate your availability to your customers.</strong>\r\n\r\nIf you are an employee, you might email your contacts telling them you will be unavailable on certain dates, and tell them who to contact instead.  You may create an auto-responder on your email saying that you are not currently checking email.\r\n\r\nIf you are a business owner and have a website and/or online booking, you can update those to reflect your schedule. You can make note that your office is closed and you are not taking appointments. On your phone or answering service, you can update your outgoing message to reflect your situation.\r\n\r\n<strong>Here\'s a template</strong>:\r\n\r\nThanks for contacting [name]. If you need to [reach me/make an appointment/other business], please be advised that our office is closed from [insert date] to [insert date]. We look forward to [seeing/serving/talking to] you then. If you need immediate assistance, please contact [insert name and number].\r\n\r\nSo go on, take your vacation, relax and enjoy. Just make sure you communicated with your customers.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to go on vacation and not lose customers','','inherit','closed','closed','','3850-revision-v1','','','2018-08-23 09:48:52','2018-08-23 13:48:52','',3850,'https://deborahbrody.com/2018/08/3850-revision-v1/',0,'revision','',0),
(3853,4,'2018-08-23 09:52:18','2018-08-23 13:52:18','<strong>Vacation time!</strong>\r\n\r\nHere we are in the last few days of August. Summer is waning, and perhaps you want to go to the beach or go visit your family or travel to Alaska to see the glaciers while we have them. And why not? You\'ve worked hard the rest of the year, and you should be able to take time off.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/08/beach-beverage-cocktail-68672.jpg\"><img class=\"aligncenter size-medium wp-image-3851\" src=\"https://deborahbrody.com/wp-content/uploads/2018/08/beach-beverage-cocktail-68672-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\n<strong>But...</strong>\r\n\r\nBut before you take off, think about your customers. What do they need to know about your schedule and availability? If they need something, can it wait until you get back or is there somebody else who can help them?\r\n\r\n<strong>You could lose business by failing to communicate</strong>\r\n\r\nIt seems fairly obvious to me, but some people just don\'t think they need to communicate. For example, I was trying to make an appointment. I texted, and several days later, no answer. I left a message, and several hours later, no return phone call. I decided to look for a different provider, and I found one. I got a belated message from the first provider telling me she was in West Virginia with poor cellphone connectivity. Apparently, she has never heard of changing her outgoing message or updating her website.\r\n\r\n<strong>It\'s your responsibility to communicate your availability to your customers.</strong>\r\n\r\nIf you are an employee, you might email your contacts telling them you will be unavailable on certain dates, and tell them who to contact instead.  You may create an auto-responder on your email saying that you are not currently checking email.\r\n\r\nIf you are a business owner and have a website and/or online booking, you can update those to reflect your schedule. You can make note that your office is closed and you are not taking appointments. On your phone or answering service, you can update your outgoing message to reflect your situation.\r\n\r\n<strong>Here\'s a template</strong>:\r\n\r\nThanks for contacting [name]. If you need to [reach me/make an appointment/other business], please be advised that our office is closed from [insert date] to [insert date]. We look forward to [seeing/serving/talking to] you then. If you need immediate assistance, please contact [insert name and number].\r\n\r\nSo go on, take your vacation, relax and enjoy. Just make sure you\'ve communicated with your customers.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to go on vacation and not lose customers','','inherit','closed','closed','','3850-revision-v1','','','2018-08-23 09:52:18','2018-08-23 13:52:18','',3850,'https://deborahbrody.com/2018/08/3850-revision-v1/',0,'revision','',0),
(3857,4,'2018-09-13 11:18:05','0000-00-00 00:00:00','','It is personal','','draft','open','open','','','','','2018-09-13 11:18:05','2018-09-13 15:18:05','',0,'https://deborahbrody.com/?p=3857',0,'post','',0),
(3858,4,'2018-09-14 10:21:58','2018-09-14 14:21:58','Doctors don\'t seem to do much marketing. Most doctors\' offices have websites, but besides that, they don\'t actively engage in marketing. The communications they have is generally one on one, although the more savvy medical offices send out health alerts (e.g., it\'s flu season and you should get a flu shot) and maybe even health newsletters.\r\n\r\nSince most people go to a doctor only when they are sick, it would be better for public and individual health for medical professionals to encourage annual visits. Annual visits would catch potential issues before they become critical. And of course, having a relationship with a doctor makes emergency situations easier to deal with.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/09/appointment-appointment-book-blur-40568.jpg\"><img class=\"aligncenter wp-image-3859 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/09/appointment-appointment-book-blur-40568-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nSome doctor\'s offices do encourage annual visits, and they do it by sending reminders. Some reminders are phone calls, some are emails, and I have even seen printed and mailed letters.\r\n\r\n<strong>Bad (no contact at all, ever)</strong>\r\n\r\nOne doctor\'s office I used to go to never sent any reminders at all. Even though they had my email address, I never once got an email from them regarding anything. No calls about annual appointments. No reminder to get an annual flu vaccine. Nothing. Ever. I no longer go to that doctor.\r\n\r\n<strong>Better (well after the year passed)</strong>\r\n\r\nAn eye doctor I went to for several years called to remind me that I had not had my annual eye exam since November of 2016. It took them more than eight months to realize that I had not been there for more than a year. Of course they had no idea that I had changed eye doctors because of staffing issues.\r\n\r\n<strong>Best (before the year is up)</strong>\r\n\r\nThe new eye doctor I went to called me in early September to remind that in October it would be a year since my last appointment, and did I want to schedule one now.\r\n\r\nReminders are an opportunity to touch base with patients. They can be a way to schedule an appointment right there and then. There is no down side to medical reminders. They also serve to show patients that doctors want to see them, and that they are not just one more person in a database.\r\n\r\nIf doctors are not going to do any other marketing, they should at the very least, have a process to remind patients about annual visits.\r\n\r\n&nbsp;','Simple reminders help market doctor\'s offices','','publish','open','open','','simple-reminders-help-market-doctors-offices','','','2018-09-14 10:24:04','2018-09-14 14:24:04','',0,'https://deborahbrody.com/?p=3858',0,'post','',0),
(3859,4,'2018-09-14 10:20:13','2018-09-14 14:20:13','','appointment-appointment-book-blur-40568','','inherit','open','closed','','appointment-appointment-book-blur-40568','','','2018-09-14 10:20:13','2018-09-14 14:20:13','',3858,'https://deborahbrody.com/wp-content/uploads/2018/09/appointment-appointment-book-blur-40568.jpg',0,'attachment','image/jpeg',0),
(3860,4,'2018-09-14 10:21:05','2018-09-14 14:21:05','Doctors don\'t seem to do much marketing. Most doctors\' offices have websites, but besides that, they don\'t actively engage in marketing. The communications they have is generally one on one, although the more savvy medical offices send out health alerts (e.g., it\'s flu season and you should get a flu shot) and maybe even health newsletters.\r\n\r\nSince most people go to a doctor only when they are sick, it would be better for public and individual health for medical professionals to encourage annual visits. Annual visits would catch potential issues before they become critical. And of course, having a relationship with a doctor makes emergency situations easier to deal with.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/09/appointment-appointment-book-blur-40568.jpg\"><img class=\"aligncenter wp-image-3859 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/09/appointment-appointment-book-blur-40568-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nSome doctor\'s offices do encourage annual visits, and they do it by sending reminders. Some reminders are phone calls, some are emails, and I have even seen printed and mailed letters.\r\n\r\n<strong>Bad (no contact at all, ever)</strong>\r\n\r\nOne doctor\'s office I used to go to never sent any reminders at all. Even though they had my email address, I never once got an email from them regarding anything. No calls about annual appointments. No reminder to get an annual flu vaccine. Nothing. Ever. I no longer go to that doctor.\r\n\r\n<strong>Better (well after the year passed)</strong>\r\n\r\nAn eye doctor I went to for several years called to remind me that I had not had my annual eye exam since November of 2016. It took them more than eight months to realize that I had not been there for more than a year. Of course they had no idea that I had changed eye doctors because of staffing issues.\r\n\r\n<strong>Best (before the year is up)</strong>\r\n\r\nThe new eye doctor I went to called me in early September to remind that in October it would be a year since my last appointment, and did I want to schedule one now.\r\n\r\nReminders are an opportunity to touch base with patients. They can be a way to schedule an appointment right there and then. There is no down side to medical reminders. They also serve to show patients that doctors want to see them, and that they are not just one more person in a database.\r\n\r\nIf doctors are not going to do any other marketing, they should at the very least, have a process to remind patients about annual visits.\r\n\r\n&nbsp;','Simple reminders help market doctor\'s offices','','inherit','closed','closed','','3858-revision-v1','','','2018-09-14 10:21:05','2018-09-14 14:21:05','',3858,'https://deborahbrody.com/2018/09/3858-revision-v1/',0,'revision','',0),
(3861,4,'2018-09-18 10:49:25','2018-09-18 14:49:25','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"posts_page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:0:{}s:11:\"description\";s:0:\"\";}','Blog','blog','publish','closed','closed','','group_5ba1107551447','','','2018-09-18 10:49:25','2018-09-18 14:49:25','',0,'https://deborahbrody.com/?post_type=acf-field-group&p=3861',0,'acf-field-group','',0),
(3862,4,'2018-09-18 10:49:25','2018-09-18 14:49:25','a:11:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";}','Header','header','publish','closed','closed','','field_5ae38f3184bbb','','','2018-09-18 10:49:25','2018-09-18 14:49:25','',3861,'https://deborahbrody.com/?post_type=acf-field&p=3862',0,'acf-field','',0),
(3863,4,'2018-09-18 10:49:25','2018-09-18 14:49:25','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:0:{}s:11:\"description\";s:0:\"\";}','Homepage photo','homepage-photo','publish','closed','closed','','group_5ba11075603d7','','','2018-09-18 10:49:25','2018-09-18 14:49:25','',0,'https://deborahbrody.com/?post_type=acf-field-group&p=3863',0,'acf-field-group','',0),
(3864,4,'2018-09-18 10:49:25','2018-09-18 14:49:25','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:4:\"tabs\";s:3:\"all\";s:5:\"delay\";i:0;}','Slider Title','slide_title','publish','closed','closed','','field_5adf3c365d167','','','2018-09-18 10:49:25','2018-09-18 14:49:25','',3863,'https://deborahbrody.com/?post_type=acf-field&p=3864',0,'acf-field','',0),
(3866,4,'2018-09-25 10:59:39','2018-09-25 14:59:39','Over the weekend, I finally got to see <em>Obit</em>. This documentary should be required viewing for anybody who writes for a living, and for anybody who work with or within the news media. It’s also for anybody who is thinking about what makes a life matter.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/G2YXpyh_YOw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nWith print newspapers on the decline, it’s likely many people don’t even read the obituary section. I don’t have access to the statistics, but I’d bet there’s huge spike in readership of <em>online </em>versions of celebrity obituaries. Just in the few weeks, we’ve seen tremendous interest in the deaths of Senator John McCain and Aretha Franklin, and a likely increase in online reading of their obituaries.\r\n\r\nPerhaps most people don’t think a lot about what goes into writing an obituary, but it takes a special skill. Writing about someone who has died takes sensitivity and a sense for what is newsworthy.  A good obituary is informative and interesting, while giving you an overview of the person’s life and achievements. Generally, long-form obituaries are only written for politicians, artists, inventors, celebrities and other notable people.  Just yesterday, I read an obituary in the <em>Washington Post</em> for <a href=\"https://www.washingtonpost.com/local/obituaries/mel-elfin-a-top-editor-at-newsweek-and-us-news-dies-at-89/2018/09/22/470710ea-bd19-11e8-b7d2-0773aa1e33da_story.html?utm_term=.557f7d456990\" target=\"_blank\" rel=\"noopener\">Mel Elfin</a>, who was the long time Washington editor for Newsweek Magazine. Elfin was not a celebrity <em>per se,</em> but his decades of  in Washington political and news circles probably touched lots of DC insiders (which is why this obituary appeared in the <em>Washington Post</em> and not the <em>New York Times</em>).\r\n\r\nAmong the many questions and issues that the featured obituary writers in <em>Obit</em> deal with are these\r\n<ul>\r\n 	<li>What and how much detail to include</li>\r\n 	<li>What the lede (first paragraph of the article that includes the most important facts) should be</li>\r\n 	<li>What questions to ask to the relatives, and how much to fact-check what they say</li>\r\n 	<li>Importance of verifying facts</li>\r\n 	<li>How to follow the arc of a life that has fits and starts</li>\r\n 	<li>Importance of graphics, and of finding the best image to illustrate a life</li>\r\n</ul>\r\nThere’s a lot in the documentary about the news process: editorial meetings, pitching, finding images, fact-checking, and working on deadline. This is why this should be required viewing for public relations practitioners, who need to understand news judgement, and how things make it into the news cycle.\r\n\r\nFinally, what writing (and reading) obituaries does is make people think about mortality and how they want to live their lives. You think about what you will be remembered for, what you’ve done here that is “newsworthy.” So do yourself a favor--watch <em>Obit.</em> It\'s available streaming on demand, and on Kanopy.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What writers, journalists, and PR/Comms people need to watch','','publish','open','open','','what-writers-journalists-and-pr-comms-people-need-to-watch','','','2018-09-25 10:59:39','2018-09-25 14:59:39','',0,'https://deborahbrody.com/?p=3866',0,'post','',0),
(3867,4,'2018-09-25 10:59:17','2018-09-25 14:59:17','Over the weekend, I finally got to see <em>Obit</em>. This documentary should be required viewing for anybody who writes for a living, and for anybody who work with or within the news media. It’s also for anybody who is thinking about what makes a life matter.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/G2YXpyh_YOw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nWith print newspapers on the decline, it’s likely many people don’t even read the obituary section. I don’t have access to the statistics, but I’d bet there’s huge spike in readership of <em>online </em>versions of celebrity obituaries. Just in the few weeks, we’ve seen tremendous interest in the deaths of Senator John McCain and Aretha Franklin, and a likely increase in online reading of their obituaries.\r\n\r\nPerhaps most people don’t think a lot about what goes into writing an obituary, but it takes a special skill. Writing about someone who has died takes sensitivity and a sense for what is newsworthy.  A good obituary is informative and interesting, while giving you an overview of the person’s life and achievements. Generally, long-form obituaries are only written for politicians, artists, inventors, celebrities and other notable people.  Just yesterday, I read an obituary in the <em>Washington Post</em> for <a href=\"https://www.washingtonpost.com/local/obituaries/mel-elfin-a-top-editor-at-newsweek-and-us-news-dies-at-89/2018/09/22/470710ea-bd19-11e8-b7d2-0773aa1e33da_story.html?utm_term=.557f7d456990\" target=\"_blank\" rel=\"noopener\">Mel Elfin</a>, who was the long time Washington editor for Newsweek Magazine. Elfin was not a celebrity <em>per se,</em> but his decades of  in Washington political and news circles probably touched lots of DC insiders (which is why this obituary appeared in the <em>Washington Post</em> and not the <em>New York Times</em>).\r\n\r\nAmong the many questions and issues that the featured obituary writers in <em>Obit</em> deal with are these\r\n<ul>\r\n 	<li>What and how much detail to include</li>\r\n 	<li>What the lede (first paragraph of the article that includes the most important facts) should be</li>\r\n 	<li>What questions to ask to the relatives, and how much to fact-check what they say</li>\r\n 	<li>Importance of verifying facts</li>\r\n 	<li>How to follow the arc of a life that has fits and starts</li>\r\n 	<li>Importance of graphics, and of finding the best image to illustrate a life</li>\r\n</ul>\r\nThere’s a lot in the documentary about the news process: editorial meetings, pitching, finding images, fact-checking, and working on deadline. This is why this should be required viewing for public relations practitioners, who need to understand news judgement, and how things make it into the news cycle.\r\n\r\nFinally, what writing (and reading) obituaries does is make people think about mortality and how they want to live their lives. You think about what you will be remembered for, what you’ve done here that is “newsworthy.” So do yourself a favor--watch <em>Obit.</em> It\'s available streaming on demand, and on Kanopy.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What writers, journalists, and PR/Comms people need to watch','','inherit','closed','closed','','3866-revision-v1','','','2018-09-25 10:59:17','2018-09-25 14:59:17','',3866,'https://deborahbrody.com/2018/09/3866-revision-v1/',0,'revision','',0),
(3868,4,'2018-09-25 14:22:38','2018-09-25 18:22:38','There are two main types of human communication: interpersonal and mass communication. Interpersonal communication refers to communication between one person and another (or a few others) and mass communication is the relaying of information between individuals or entities to large groups of people using mass media (TV, internet, etc.).\n\nInterpersonal communication can further be broken down into written, oral and non-verbal communication.\n\nCan you be a good mass communicator if you aren\'t a good interpersonal communicator? That\'s the question I have been thinking about lately as I see people who work in communications jobs (PR, advertising, design, etc.) who seem to have issues communicating one-to-one. I believe the better your interpersonal communication skills are, the better you are able to do mass communication.\n\nHere are some red flags that I have been noticing:\n\n<strong>Passive-aggressive/indirect communication</strong>. Not saying what you mean or being underhanded is not effective communication.\n\n<strong>Jargon-laden communication</strong>. Often people think that they will impress others by using jargon. Or worse, they assume that everyone understands what they are saying. In either case, by using jargon, people are failing to communicate simply and therefore are being ineffective.\n\n<strong>One-way communication</strong>. This is a big one. It may be evidenced by constantly interrupting the other person or not listening to what he/she is saying or displaying a lack of curiosity by not asking questions.  Some people carry on monologues and don\'t seem to be aware of or  care about what others think. By not caring about or adjusting to your audience, you are not being an effective communicator.\n\n<strong>Not being \"human.\"</strong> People who don\'t acknowledge others or are incapable of social niceties (greeting people, asking about their weekend, etc.) are also communicating that they are not interested. Lack of interest in the person you are communicating with is a recipe for failed interactions.\n\nIf you come across this behavior in a communications professional (e.g., PR practitioner, a writer or an advertising executive) you should be wary. If someone is incapable of effective interpersonal communication, why should you trust that he or she can communicate on a larger scale?\n\nIn big media news, C<a href=\"http://money.cnn.com/2014/02/23/news/piers-morgan-cnn/\" target=\"_blank\" rel=\"noopener\">NN announced it will cancel Piers Morgan Live</a> after only three years. I\'m not surprised. Last week, I watched an entire episode for the first time,  and what struck me was that Piers tended to interrupt his guests many times. He continually interjected his thoughts and didn\'t allow the guests to  finish talking. It was highly annoying to watch, and I am sure, highly annoying for the guests too. Piers seems to be a master at one-way communication. Unfortunately, that doesn\'t make for effective (or interesting) TV. What a contrast from his predecessor Larry King, who was known for showing an interest in his guests.\n\nWhat red flags do you notice in interpersonal communication? Do you think there is a correlation between being good at interpersonal communication and succeeding at mass communication?','The red flags of interpersonal communication to watch out for','','inherit','closed','closed','','2520-autosave-v1','','','2018-09-25 14:22:38','2018-09-25 18:22:38','',2520,'https://deborahbrody.com/2018/09/2520-autosave-v1/',0,'revision','',0),
(3869,4,'2018-09-25 14:22:51','2018-09-25 18:22:51','There are two main types of human communication: interpersonal and mass communication. Interpersonal communication refers to communication between one person and another (or a few others) and mass communication is the relaying of information between individuals or entities to large groups of people using mass media (TV, internet, etc.).\r\n\r\nInterpersonal communication can further be broken down into written, oral and non-verbal communication.\r\n\r\nCan you be a good mass communicator if you aren\'t a good interpersonal communicator? That\'s the question I have been thinking about lately as I see people who work in communications jobs (PR, advertising, design, etc.) who seem to have issues communicating one-to-one. I believe the better your interpersonal communication skills are, the better you are able to do mass communication.\r\n\r\nHere are some red flags that I have been noticing:\r\n\r\n<strong>Passive-aggressive/indirect communication</strong>. Not saying what you mean or being underhanded is not effective communication.\r\n\r\n<strong>Jargon-laden communication</strong>. Often people think that they will impress others by using jargon. Or worse, they assume that everyone understands what they are saying. In either case, by using jargon, people are failing to communicate simply and therefore are being ineffective.\r\n\r\n<strong>One-way communication</strong>. This is a big one. It may be evidenced by constantly interrupting the other person or not listening to what he/she is saying or displaying a lack of curiosity by not asking questions.  Some people carry on monologues and don\'t seem to be aware of or  care about what others think. By not caring about or adjusting to your audience, you are not being an effective communicator.\r\n\r\n<strong>Not being \"human.\"</strong> People who don\'t acknowledge others or are incapable of social niceties (greeting people, asking about their weekend, etc.) are also communicating that they are not interested. Lack of interest in the person you are communicating with is a recipe for failed interactions.\r\n\r\nIf you come across this behavior in a communications professional (e.g., PR practitioner, a writer or an advertising executive) you should be wary. If someone is incapable of effective interpersonal communication, why should you trust that he or she can communicate on a larger scale?\r\n\r\nIn big media news, C<a href=\"http://money.cnn.com/2014/02/23/news/piers-morgan-cnn/\" target=\"_blank\" rel=\"noopener\">NN announced it will cancel Piers Morgan Live</a> after only three years. I\'m not surprised. Last week, I watched an entire episode for the first time,  and what struck me was that Piers tended to interrupt his guests many times. He continually interjected his thoughts and didn\'t allow the guests to  finish talking. It was highly annoying to watch, and I am sure, highly annoying for the guests too. Piers seems to be a master at one-way communication. Unfortunately, that doesn\'t make for effective (or interesting) TV. What a contrast from his predecessor Larry King, who was known for showing an interest in his guests.\r\n\r\nWhat red flags do you notice in interpersonal communication? Do you think there is a correlation between being good at interpersonal communication and succeeding at mass communication?','The red flags of interpersonal communication to watch out for','','inherit','closed','closed','','2520-revision-v1','','','2018-09-25 14:22:51','2018-09-25 18:22:51','',2520,'https://deborahbrody.com/2018/09/2520-revision-v1/',0,'revision','',0),
(3872,4,'2018-10-12 15:10:17','0000-00-00 00:00:00','You send out those emails regularly. You have a good subject line. Your list is good (everybody has opted-in, there are no dupes, all the addresses are good). You may even have a good open rate (the rate at which people open your email). And yet, your click-through rate (the times the recipients click a link within your email) is abysmal. What could be going wrong?','A solution to a poor email click-through rate','','draft','open','open','','a-solution-to-a-poor-email-click-through-rate','','','2018-10-12 15:10:17','2018-10-12 19:10:17','',0,'https://deborahbrody.com/?p=3872',0,'post','',0),
(3873,4,'2018-10-12 15:10:17','2018-10-12 19:10:17','You send out those emails regularly. You have a good subject line. Your list is good (everybody has opted-in, there are no dupes, all the addresses are good). You may even have a good open rate (the rate at which people open your email). And yet, your click-through rate (the times the recipients click a link within your email) is abysmal. What could be going wrong?','A solution to a poor email click-through rate','','inherit','closed','closed','','3872-revision-v1','','','2018-10-12 15:10:17','2018-10-12 19:10:17','',3872,'https://deborahbrody.com/2018/10/3872-revision-v1/',0,'revision','',0),
(3876,4,'2018-10-24 15:36:11','2018-10-24 19:36:11','I\'ve lost count of the times I\'ve gotten an email that looks like this:\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/10/Screenshot-6.png\"><img class=\"aligncenter wp-image-3877 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/10/Screenshot-6-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\nIf you are getting poor response to your email marketing, emails that look like the above could be the reason.\r\n\r\nAs you can see, this email is mostly images. There\'s very little text, and the text doesn\'t give me any relevant information. The important information about the event I am being asked to RSVP to is embedded in an image. If I wanted to know more  (date, venue, type of event, all the <em>relevan</em>t information) so that I know whether I want to click on the RSVP button, I\'d have to download the images. This is an extra, and unnecessary, step that places the burden on me.\r\n\r\n<strong>Don\'t send all image texts. Ever. That is the biggest email marketing mistake I see done time and again.</strong>\r\n\r\n&nbsp;','The biggest email marketing mistake','','publish','open','open','','the-biggest-email-marketing-mistake','','','2018-10-24 15:36:11','2018-10-24 19:36:11','',0,'https://deborahbrody.com/?p=3876',0,'post','',1),
(3877,4,'2018-10-24 15:23:14','2018-10-24 19:23:14','','Screenshot (6)','','inherit','open','closed','','screenshot-6','','','2018-10-24 15:23:14','2018-10-24 19:23:14','',3876,'https://deborahbrody.com/wp-content/uploads/2018/10/Screenshot-6.png',0,'attachment','image/png',0),
(3878,4,'2018-10-24 15:34:10','2018-10-24 19:34:10','I\'ve lost count of the times I\'ve gotten an email that looks like this:\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/10/Screenshot-6.png\"><img class=\"aligncenter wp-image-3877 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/10/Screenshot-6-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\nIf you are getting poor response to your email marketing, emails that look like the above could be the reason.\r\n\r\nAs you can see, this email is mostly images. There\'s very little text, and the text there is irrelevant. The important information about the event I am being asked to check out is embedded in an image. If I wanted to know more (date, venue, type of event, all the <em>relevan</em>t information), I\'d have to download the images. This is an extra, and unnecessary, step that places the burden on me.\r\n\r\n<strong>Don\'t send all image texts. Ever. That is the biggest email marketing mistake I see done time and again.</strong>\r\n\r\n&nbsp;','The biggest email marketing mistake','','inherit','closed','closed','','3876-revision-v1','','','2018-10-24 15:34:10','2018-10-24 19:34:10','',3876,'https://deborahbrody.com/2018/10/3876-revision-v1/',0,'revision','',0),
(3879,4,'2018-10-24 15:35:43','2018-10-24 19:35:43','I\'ve lost count of the times I\'ve gotten an email that looks like this:\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/10/Screenshot-6.png\"><img class=\"aligncenter wp-image-3877 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/10/Screenshot-6-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\nIf you are getting poor response to your email marketing, emails that look like the above could be the reason.\r\n\r\nAs you can see, this email is mostly images. There\'s very little text, and the text doesn\'t give me any relevant information. The important information about the event I am being asked to RSVP to is embedded in an image. If I wanted to know more  (date, venue, type of event, all the <em>relevan</em>t information) so that I know whether I want to click on the RSVP button, I\'d have to download the images. This is an extra, and unnecessary, step that places the burden on me.\r\n\r\n<strong>Don\'t send all image texts. Ever. That is the biggest email marketing mistake I see done time and again.</strong>\r\n\r\n&nbsp;','The biggest email marketing mistake','','inherit','closed','closed','','3876-revision-v1','','','2018-10-24 15:35:43','2018-10-24 19:35:43','',3876,'https://deborahbrody.com/2018/10/3876-revision-v1/',0,'revision','',0),
(3882,4,'2018-11-14 13:59:47','2018-11-14 18:59:47','For the past several years, there\'s been a debate raging in the world of public relations: is the press release dead or not? Some unequivocally state that it is (or should be), and some still use it and see a value in it.\r\n\r\n<strong>Press releases may not be dead, but they are not as effective</strong>\r\n\r\nI think that the press release is not dead, but it is not living like it used to. Press releases no longer generate stories. Instead, press releases have become a way for organizations to write a story and distribute it to an audience, generally via their website. And, press releases put on \"wire\" services may help with SEO.\r\n\r\n<strong>Move beyond press releases</strong>\r\n\r\nIf, however, you intend to generate publicity and coverage for an organization, you have to move beyond the press release. In fact, you need to work on your pitching skills, and on your data gathering and analysis. Why? Because the world of journalism and PR has changed dramatically in the past decade. News organizations have consolidated. Small/community/local newspapers are struggling, or are gone altogether. Most news is national news, and most national news is political news around very few issues that generate a high degree of controversy. And then social media has disrupted how people get news, and how they interact with news organizations.\r\n\r\n<strong>Newspapers are still delivered?</strong>\r\n\r\n(Aside: The community where I live was going to be repairing our street, and closing it to traffic for 48 hours. I expressed concern to the community manager that our newspapers would not be able to be delivered. She asked if these items were delivered every day, and whether I paid for this delivery.  In short, she did not have <em>any</em> concept or understanding of what it means to have a daily, print newspaper delivered to your door.)\r\n\r\n<strong>There are new issues for communicators to deal with</strong>\r\n\r\nA couple of weeks ago, I attended the National Press Club\'s Communicator\'s Summit, where the following four issues were addressed:\r\n\r\n1) <strong>Artificial intelligence in news production/news gathering</strong>. The main take-away for PR from this presentation is that for news that is data-based (quarterly earnings reports, for example), newsrooms are creating templates and then using AI to fill out the data.\r\n\r\n2)  <strong>Generational differences</strong> <strong>and how they affect communication.</strong> There are big differences in how Gen X, Gen Y and Baby Boomers deal with hierarchy and how they prefer to communicate. Millennials do not see hierarchy they same way as older generations, and will communicate directly with superiors. They also want to be kept more updated and want feedback. There\'s also a marked shift from voice communications to text-based communications.\r\n\r\n3) <strong>How media organizations are distributing conten</strong>t. Media organizations are using more content platforms (social media, etc) and formats (video, etc.) to distribute content.\r\n\r\n4) <strong>Today\'s challenges and opportunities in getting news out</strong>. Frank Sesno gave the luncheon talk, and he discussed many issues ranging from journalists who have forgotten how to provide objectivity, to the constant connection and \"breaking news,\" which make it harder for communicators to get their message through.\r\n\r\nAll of the above led me to conclude that we are indeed wasting our time writing press releases in order to generate publicity (earned media). In fact, a couple of the panelists (both were  journalists and/or news editors) said we should be providing thoughtful, short pitches and raw data. They said they do not read press releases, and often delete those emails.\r\n\r\n<strong>We are overwhelmed with email and news</strong>\r\n\r\nWe\'ve heard it before, but in our accelerated world, people have even less time to slog through countless emails (and definitely not attachments). Few people listen to voice mail. Communicators may have to find a way to communicate with journalists that does not involve email or phone calls. Some people have had success communicating on social media.\r\n\r\n<strong>In conclusion</strong>\r\n\r\nA thoughtful, well-written press release can still play a role in a communicator\'s toolkit. But if communicators are seeking publicity, the best bet is to create solid, short, informative pitches backed up with data (when warranted).\r\n\r\nYour thoughts are appreciated. Tell me what you think in the comments.','Write fewer press releases and more pitches','','publish','open','open','','write-fewer-press-releases-and-more-pitches','','','2018-11-14 13:59:47','2018-11-14 18:59:47','',0,'https://deborahbrody.com/?p=3882',0,'post','',0),
(3883,4,'2018-11-08 10:20:28','2018-11-08 15:20:28','Last week, I attended the National Press Club\'s Communicator\'s Summit. There were four sessions to the day:\r\n\r\n1) Artificial intelligence in news production/news gathering.\r\n\r\n2)  Generational differences and how they affect communication,\r\n\r\n3) How media organizations are distributing content.\r\n\r\n4) Today\'s challenges and opportunities in getting news out.\r\n\r\nAll of the above led me to conclude that we are wasting our time writing press releases. In fact, we should be providing pitches and raw data .','Write fewer press releases and more pitches','','inherit','closed','closed','','3882-revision-v1','','','2018-11-08 10:20:28','2018-11-08 15:20:28','',3882,'https://deborahbrody.com/2018/11/3882-revision-v1/',0,'revision','',0),
(3884,4,'2018-11-13 09:44:22','0000-00-00 00:00:00','On Twitter, I saw a headline that intrigued me.\r\n\r\nRemember this:\r\n\r\n1. Most information can be found elsewhere. There are very few original thoughts or unique viewpoints.\r\n\r\n2. Data has value. In order to get reader data, you have to prove your worth. Nobody is giving up their data for uncertain return.\r\n\r\n&nbsp;','Forcing your way to losing readers','','draft','open','open','','','','','2018-11-13 09:44:22','2018-11-13 14:44:22','',0,'https://deborahbrody.com/?p=3884',0,'post','',0),
(3885,4,'2018-11-13 09:44:22','2018-11-13 14:44:22','On Twitter, I saw a headline that intrigued me.\r\n\r\nRemember this:\r\n\r\n1. Most information can be found elsewhere. There are very few original thoughts or unique viewpoints.\r\n\r\n2. Data has value. In order to get reader data, you have to prove your worth. Nobody is giving up their data for uncertain return.\r\n\r\n&nbsp;','Forcing your way to losing readers','','inherit','closed','closed','','3884-revision-v1','','','2018-11-13 09:44:22','2018-11-13 14:44:22','',3884,'https://deborahbrody.com/2018/11/3884-revision-v1/',0,'revision','',0),
(3886,4,'2018-11-14 10:32:22','2018-11-14 15:32:22','For the past several years, a debate has raged in the world of public relations: is the press release dead? Some unequivocally state that it is (or should be), and some still use it and see a value in it.\r\n\r\nI think that the press release is not dead, but it is not living like it used to. Press releases no longer generate stories. Instead, press releases have become a way for organizations to write a story and distribute it to an audience, generally via their website. And, press releases put on \"wire\" services may help with SEO.\r\n\r\nIf, however, you intend to generate publicity and coverage for an organization, you need to work on your pitching skills and on your data gathering and analysis. Why? Because the world of journalism and PR has changed dramatically in the past decade. News organizations have consolidated. Small/community/local newspapers are struggling, or gone altogether. Most news is national news, and most national news is political news around very few issues that generate a high degree of controversy. Social media has disrupted how people get news.\r\n\r\n(Aside: The community where I live was going to be repairing our street, and closing it to traffic for 48 hours. I expressed concern to the community manager that our newspapers would not be able to be delivered. She asked if these items were delivered every day, and whether I paid for this delivery.  In short, she did not have <em>any</em> concept or understanding of what it means to have a daily, print newspaper delivered to your door.)\r\n\r\nA couple of weeks ago, I attended the National Press Club\'s Communicator\'s Summit, where the following four issues were addressed:\r\n\r\n1) Artificial intelligence in news production/news gathering.\r\n\r\n2)  Generational differences and how they affect communication,\r\n\r\n3) How media organizations are distributing content.\r\n\r\n4) Today\'s challenges and opportunities in getting news out.\r\n\r\nAll of the above led me to conclude that we are wasting our time writing press releases. In fact, we should be providing pitches and raw data .','Write fewer press releases and more pitches','','inherit','closed','closed','','3882-revision-v1','','','2018-11-14 10:32:22','2018-11-14 15:32:22','',3882,'https://deborahbrody.com/2018/11/3882-revision-v1/',0,'revision','',0),
(3887,4,'2018-11-14 10:41:08','2018-11-14 15:41:08','For the past several years, a debate has raged in the world of public relations: is the press release dead? Some unequivocally state that it is (or should be), and some still use it and see a value in it.\r\n\r\nI think that the press release is not dead, but it is not living like it used to. Press releases no longer generate stories. Instead, press releases have become a way for organizations to write a story and distribute it to an audience, generally via their website. And, press releases put on \"wire\" services may help with SEO.\r\n\r\nIf, however, you intend to generate publicity and coverage for an organization, you need to work on your pitching skills and on your data gathering and analysis. Why? Because the world of journalism and PR has changed dramatically in the past decade. News organizations have consolidated. Small/community/local newspapers are struggling, or gone altogether. Most news is national news, and most national news is political news around very few issues that generate a high degree of controversy. Social media has disrupted how people get news.\r\n\r\n(Aside: The community where I live was going to be repairing our street, and closing it to traffic for 48 hours. I expressed concern to the community manager that our newspapers would not be able to be delivered. She asked if these items were delivered every day, and whether I paid for this delivery.  In short, she did not have <em>any</em> concept or understanding of what it means to have a daily, print newspaper delivered to your door.)\r\n\r\nA couple of weeks ago, I attended the National Press Club\'s Communicator\'s Summit, where the following four issues were addressed:\r\n\r\n1) Artificial intelligence in news production/news gathering.\r\n\r\n2)  Generational differences and how they affect communication,\r\n\r\n3) How media organizations are distributing content.\r\n\r\n4) Today\'s challenges and opportunities in getting news out.\r\n\r\nAll of the above led me to conclude that we are indeed wasting our time writing press releases in order to generate publicity (earned media). In fact, we should be providing thoughtful (short) pitches and (selected) raw data. You may even have to find a way to communicate with journalists that does not involve email or phone calls.','Write fewer press releases and more pitches','','inherit','closed','closed','','3882-revision-v1','','','2018-11-14 10:41:08','2018-11-14 15:41:08','',3882,'https://deborahbrody.com/2018/11/3882-revision-v1/',0,'revision','',0),
(3888,4,'2018-11-14 13:53:15','2018-11-14 18:53:15','For the past several years, there\'s been a debate raging in the world of public relations: is the press release dead or not? Some unequivocally state that it is (or should be), and some still use it and see a value in it.\r\n\r\n<strong>Press releases may not be dead, but they are not as effective</strong>\r\n\r\nI think that the press release is not dead, but it is not living like it used to. Press releases no longer generate stories. Instead, press releases have become a way for organizations to write a story and distribute it to an audience, generally via their website. And, press releases put on \"wire\" services may help with SEO.\r\n\r\n<strong>Move beyond press releases</strong>\r\n\r\nIf, however, you intend to generate publicity and coverage for an organization, you have to move beyond the press release. In fact, you need to work on your pitching skills, and on your data gathering and analysis. Why? Because the world of journalism and PR has changed dramatically in the past decade. News organizations have consolidated. Small/community/local newspapers are struggling, or are gone altogether. Most news is national news, and most national news is political news around very few issues that generate a high degree of controversy. Social media has disrupted how people get news.\r\n\r\n<strong>Newspapers are still delivered?</strong>\r\n\r\n(Aside: The community where I live was going to be repairing our street, and closing it to traffic for 48 hours. I expressed concern to the community manager that our newspapers would not be able to be delivered. She asked if these items were delivered every day, and whether I paid for this delivery.  In short, she did not have <em>any</em> concept or understanding of what it means to have a daily, print newspaper delivered to your door.)\r\n\r\n<strong>There are new issues for communicators to deal with</strong>\r\n\r\nA couple of weeks ago, I attended the National Press Club\'s Communicator\'s Summit, where the following four issues were addressed:\r\n\r\n1) <strong>Artificial intelligence in news production/news gathering</strong>. The main take-away for PR from this presentation is that for news that is data-based (quarterly earnings reports, for example), newsrooms are creating templates and then using AI to fill out the data.\r\n\r\n2)  <strong>Generational differences</strong> <strong>and how they affect communication.</strong> There are big differences in how Gen X, Gen Y and Baby Boomers deal with hierarchy and how they prefer to communicate. Millennials do not see hierarchy they same way as older generations, and will communicate directly with superiors. They also want to be kept more updated and want feedback. There\'s also a marked shift from voice communications to text-based communications.\r\n\r\n3) <strong>How media organizations are distributing conten</strong>t. Media organizations are using more content platforms (social media, etc) and formats (video, etc.) to distribute content.\r\n\r\n4) <strong>Today\'s challenges and opportunities in getting news out</strong>. Frank Sesno gave the luncheon talk, and he discussed many issues ranging from journalists who have forgotten how to provide objectivity, to the constant connection and \"breaking news,\" which make it harder for communicators to get their message through.\r\n\r\nAll of the above led me to conclude that we are indeed wasting our time writing press releases in order to generate publicity (earned media). In fact, a couple of the panelists (both were  journalists and/or news editors) said we should be providing thoughtful, short pitches and raw data. They said they do not read press releases, and often delete those emails.\r\n\r\n<strong>We are overwhelmed with email and news</strong>\r\n\r\nWe\'ve heard it before, but in our accelerated world, people have even less time to slog through countless emails (and definitely not attachments). Few people listen to voice mail. Communicators may have to find a way to communicate with journalists that does not involve pemail or phone calls. Some people have had success communicating on social media.\r\n\r\n<strong>In conclusion</strong>\r\n\r\nA thoughtful, well-written press release can still play a role in a communicator\'s toolkit. But if communicators are seeking publicity, the best bet is to create solid, short, informative pitches backed up by data if warranted.\r\n\r\nYour thoughts are appreciated. Tell me what you think in the comments.','Write fewer press releases and more pitches','','inherit','closed','closed','','3882-revision-v1','','','2018-11-14 13:53:15','2018-11-14 18:53:15','',3882,'https://deborahbrody.com/2018/11/3882-revision-v1/',0,'revision','',0),
(3889,4,'2018-11-14 13:59:47','2018-11-14 18:59:47','For the past several years, there\'s been a debate raging in the world of public relations: is the press release dead or not? Some unequivocally state that it is (or should be), and some still use it and see a value in it.\r\n\r\n<strong>Press releases may not be dead, but they are not as effective</strong>\r\n\r\nI think that the press release is not dead, but it is not living like it used to. Press releases no longer generate stories. Instead, press releases have become a way for organizations to write a story and distribute it to an audience, generally via their website. And, press releases put on \"wire\" services may help with SEO.\r\n\r\n<strong>Move beyond press releases</strong>\r\n\r\nIf, however, you intend to generate publicity and coverage for an organization, you have to move beyond the press release. In fact, you need to work on your pitching skills, and on your data gathering and analysis. Why? Because the world of journalism and PR has changed dramatically in the past decade. News organizations have consolidated. Small/community/local newspapers are struggling, or are gone altogether. Most news is national news, and most national news is political news around very few issues that generate a high degree of controversy. And then social media has disrupted how people get news, and how they interact with news organizations.\r\n\r\n<strong>Newspapers are still delivered?</strong>\r\n\r\n(Aside: The community where I live was going to be repairing our street, and closing it to traffic for 48 hours. I expressed concern to the community manager that our newspapers would not be able to be delivered. She asked if these items were delivered every day, and whether I paid for this delivery.  In short, she did not have <em>any</em> concept or understanding of what it means to have a daily, print newspaper delivered to your door.)\r\n\r\n<strong>There are new issues for communicators to deal with</strong>\r\n\r\nA couple of weeks ago, I attended the National Press Club\'s Communicator\'s Summit, where the following four issues were addressed:\r\n\r\n1) <strong>Artificial intelligence in news production/news gathering</strong>. The main take-away for PR from this presentation is that for news that is data-based (quarterly earnings reports, for example), newsrooms are creating templates and then using AI to fill out the data.\r\n\r\n2)  <strong>Generational differences</strong> <strong>and how they affect communication.</strong> There are big differences in how Gen X, Gen Y and Baby Boomers deal with hierarchy and how they prefer to communicate. Millennials do not see hierarchy they same way as older generations, and will communicate directly with superiors. They also want to be kept more updated and want feedback. There\'s also a marked shift from voice communications to text-based communications.\r\n\r\n3) <strong>How media organizations are distributing conten</strong>t. Media organizations are using more content platforms (social media, etc) and formats (video, etc.) to distribute content.\r\n\r\n4) <strong>Today\'s challenges and opportunities in getting news out</strong>. Frank Sesno gave the luncheon talk, and he discussed many issues ranging from journalists who have forgotten how to provide objectivity, to the constant connection and \"breaking news,\" which make it harder for communicators to get their message through.\r\n\r\nAll of the above led me to conclude that we are indeed wasting our time writing press releases in order to generate publicity (earned media). In fact, a couple of the panelists (both were  journalists and/or news editors) said we should be providing thoughtful, short pitches and raw data. They said they do not read press releases, and often delete those emails.\r\n\r\n<strong>We are overwhelmed with email and news</strong>\r\n\r\nWe\'ve heard it before, but in our accelerated world, people have even less time to slog through countless emails (and definitely not attachments). Few people listen to voice mail. Communicators may have to find a way to communicate with journalists that does not involve email or phone calls. Some people have had success communicating on social media.\r\n\r\n<strong>In conclusion</strong>\r\n\r\nA thoughtful, well-written press release can still play a role in a communicator\'s toolkit. But if communicators are seeking publicity, the best bet is to create solid, short, informative pitches backed up with data (when warranted).\r\n\r\nYour thoughts are appreciated. Tell me what you think in the comments.','Write fewer press releases and more pitches','','inherit','closed','closed','','3882-revision-v1','','','2018-11-14 13:59:47','2018-11-14 18:59:47','',3882,'https://deborahbrody.com/2018/11/3882-revision-v1/',0,'revision','',0),
(3894,4,'2018-12-14 11:29:03','2018-12-14 16:29:03','I am sure you appreciate your customers (or supporters), especially when they pay you (or donate) for the goods/services you offer. But do your customers know you appreciate them? How are you communicating appreciation?\r\n\r\nIf you are trying to establish or maintain a long term relationship with your customers or supporters, you must demonstrate AND COMMUNICATE that you appreciate their business/donations, and that you are not taking the relationship for granted.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/12/advertisement-advertising-font-519.jpg\"><img class=\"aligncenter wp-image-3897 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/12/advertisement-advertising-font-519-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nHow can you do this? There are several ways.\r\n\r\n<strong>Reward their loyalty</strong>\r\n\r\nBig box stores, airlines, credit cards and any number of other service/good purveyors provide discounts/points/bonuses for frequent customers. Giving customers a discount or something else of value gives them a reason to continue to work with you, and lets you reward their support.\r\n\r\n<strong>Thank them</strong>\r\n\r\nIt depends on the size of your business, but thanking customers can be done with a simple hand written card, an email, a pre-printed postcard, or even through a personalized email marketing campaign.\r\n\r\n<strong>Accommodate them</strong>\r\n\r\nMy kitchen sink was leaking, so I contacted my go-to plumber. I sent him an email explaining the situation and asking when he could come to deal with it. He could only fit me in the following week. I wrote him back and said that I would be looking for someone who could come sooner. His response was this:\r\n<blockquote>Wow, that sucks but ok</blockquote>\r\nReally? It sucks that I have to look for someone else? You know what sucks? Having your kitchen sink leak. Imagine if instead he wrote this:\r\n\r\n\"Totally understand. You need to get the sink fixed ASAP. If you can\'t find anyone, let me know.\"\r\n\r\nAs it turns out, I found someone to come that day! And fix the leak for a lot less than my soon to be ex plumber, who clearly is taking my business for granted.\r\n\r\n<strong>Notice them</strong>\r\n\r\nI\'ve been going to a yoga studio for the better part of the last year but around Thanksgiving, I went out of town and had a couple other obligations. Since I had not been in the studio for  several weeks, the studio manager sent me an email with the subject line \"Just checking in.\" It said this:\r\n<blockquote>Has it been a few weeks since you’ve been to yoga? Just remember you carry your yoga practice with you wherever you go. In the meantime, here is a 7 minute practice you can do right now in your chair. Don’t stay away too long. :-)</blockquote>\r\nThis included the instructions for the seven minute practice referenced.\r\n\r\n<strong>It all requires keeping track </strong>\r\n\r\nAll these require you tracking your customers/donors. For the yoga studio, this is probably part of the Mindbody software they use. For smaller organizations it may be as simple as a Excel spreadsheet. For bigger businesses, there are many types of customer management (CRM) software  available. For nonprofits, their are specific donor databases.\r\n\r\n<strong>Make them feel that you appreciate them</strong>\r\n\r\nWe all like to feel appreciated. And organizations of all types need to be sure to communicate their appreciation.\r\n\r\n&nbsp;','Do you appreciate your customers?','','publish','open','open','','do-you-appreciate-your-customers','','','2018-12-14 11:29:03','2018-12-14 16:29:03','',0,'https://deborahbrody.com/?p=3894',0,'post','',0),
(3895,4,'2018-12-13 10:31:02','2018-12-13 15:31:02','I am sure you appreciate your customers, especially when they pay you for the goods/services you offer. But do your customers know you appreciate them? How are you communicating appreciation?\r\n\r\nIf you are trying to establish or maintain a long term relationship with your clients, you must demonstrate that you appreciate their business, and that you are not taking the relationship for granted.\r\n\r\nHow can you do this?\r\n\r\nReward loyalty\r\n\r\nBig box stores, airlines, credit cards and any o\r\n\r\nNotice\r\n\r\nDon\'t take any customer for granted\r\n\r\nMy kitchen sink was leaking, andI I contacted my plumber. I sent him an email explaining the situation and asking when he could come to deal with it. He could only fit me in the following week. I wrote him back and said that I would be looking for someone who could come sooner. His response was this:\r\n\r\nWow, that sucks but ok\r\n\r\nReally? It sucks? You know what sucks? Having your kitchen sink leak. Imagine if instead he wrote this:\r\n\r\nTotally understand. You need to get the sink fixed ASAP. If you can\'t find anyone, let me know.\r\n\r\nAs it turns out, I found someone to come that day! And fix the leak for a lot less than my soon to be ex plumber.','Do you appreciate your customers?','','inherit','closed','closed','','3894-revision-v1','','','2018-12-13 10:31:02','2018-12-13 15:31:02','',3894,'https://deborahbrody.com/2018/12/3894-revision-v1/',0,'revision','',0),
(3896,4,'2018-12-13 10:47:32','2018-12-13 15:47:32','I am sure you appreciate your customers, especially when they pay you for the goods/services you offer. But do your customers know you appreciate them? How are you communicating appreciation?\r\n\r\nIf you are trying to establish or maintain a long term relationship with your clients, you must demonstrate AND COMMUNICATE that you appreciate their business, and that you are not taking the relationship for granted.\r\n\r\nHow can you do this?\r\n\r\nReward loyalty\r\n\r\nBig box stores, airlines, credit cards and any number of other service/good purveyors provide discounts/points/bonuses for frequent customers. Giving customers a discount or something else\r\n\r\nThank them\r\n\r\nDon\'t take any customer for granted\r\n\r\nMy kitchen sink was leaking, andI I contacted my plumber. I sent him an email explaining the situation and asking when he could come to deal with it. He could only fit me in the following week. I wrote him back and said that I would be looking for someone who could come sooner. His response was this:\r\n\r\nWow, that sucks but ok\r\n\r\nReally? It sucks? You know what sucks? Having your kitchen sink leak. Imagine if instead he wrote this:\r\n\r\nTotally understand. You need to get the sink fixed ASAP. If you can\'t find anyone, let me know.\r\n\r\nAs it turns out, I found someone to come that day! And fix the leak for a lot less than my soon to be ex plumber.','Do you appreciate your customers?','','inherit','closed','closed','','3894-revision-v1','','','2018-12-13 10:47:32','2018-12-13 15:47:32','',3894,'https://deborahbrody.com/2018/12/3894-revision-v1/',0,'revision','',0),
(3897,4,'2018-12-14 11:19:23','2018-12-14 16:19:23','','advertisement-advertising-font-519','','inherit','open','closed','','advertisement-advertising-font-519','','','2018-12-14 11:19:23','2018-12-14 16:19:23','',3894,'https://deborahbrody.com/wp-content/uploads/2018/12/advertisement-advertising-font-519.jpg',0,'attachment','image/jpeg',0),
(3898,4,'2018-12-14 11:26:36','2018-12-14 16:26:36','I am sure you appreciate your customers (or supporters), especially when they pay you (or donate) for the goods/services you offer. But do your customers know you appreciate them? How are you communicating appreciation?\r\n\r\nIf you are trying to establish or maintain a long term relationship with your customers or supporters, you must demonstrate AND COMMUNICATE that you appreciate their business/donations, and that you are not taking the relationship for granted.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/12/advertisement-advertising-font-519.jpg\"><img class=\"aligncenter wp-image-3897 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/12/advertisement-advertising-font-519-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nHow can you do this? There are several ways.\r\n\r\n<strong>Reward their loyalty</strong>\r\n\r\nBig box stores, airlines, credit cards and any number of other service/good purveyors provide discounts/points/bonuses for frequent customers. Giving customers a discount or something else of value gives them a reason to continue to work with you, and lets you reward their support.\r\n\r\n<strong>Thank them</strong>\r\n\r\nIt depends on the size of your business, but thanking customers can be done with a simple hand written card, an email, a pre-printed postcard, or even through a personalized email marketing campaign.\r\n\r\n<strong>Accommodate them</strong>\r\n\r\nMy kitchen sink was leaking, so I contacted my go-to plumber. I sent him an email explaining the situation and asking when he could come to deal with it. He could only fit me in the following week. I wrote him back and said that I would be looking for someone who could come sooner. His response was this:\r\n<blockquote>Wow, that sucks but ok</blockquote>\r\nReally? It sucks that I have to look for someone else? You know what sucks? Having your kitchen sink leak. Imagine if instead he wrote this:\r\n\r\n\"Totally understand. You need to get the sink fixed ASAP. If you can\'t find anyone, let me know.\"\r\n\r\nAs it turns out, I found someone to come that day! And fix the leak for a lot less than my soon to be ex plumber, who clearly is taking my business for granted.\r\n\r\n<strong>Notice them</strong>\r\n\r\nI\'ve been going to a yoga studio for the better part of the last year but around Thanksgiving, I went out of town and had a couple other obligations. Since I had not been in the studio for  several weeks, the studio sent me an email with the subject line \"Just checking in.\" It said this:\r\n<blockquote>Has it been a few weeks since you’ve been to yoga? Just remember you carry your yoga practice with you wherever you go. In the meantime, here is a 7 minute practice you can do right now in your chair. Don’t stay away too long. :-)</blockquote>\r\nThis included the instructions for the seven minute practice referenced.\r\n\r\n<strong>It all requires keeping track </strong>\r\n\r\nAll these require you tracking your customers/donors. For the yoga studio, this is probably part of the Mindbody software they use. For smaller organizations it may be as simple as a Excel spreadsheet. For bigger businesses, there are many types of customer management (CRM) software  available. For nonprofits, their are specific donor databases.\r\n\r\n<strong>Make them feel that you appreciate them</strong>\r\n\r\nWe all like to feel appreciated. And organizations of all types need to be sure to communicate their appreciation .','Do you appreciate your customers?','','inherit','closed','closed','','3894-revision-v1','','','2018-12-14 11:26:36','2018-12-14 16:26:36','',3894,'https://deborahbrody.com/2018/12/3894-revision-v1/',0,'revision','',0),
(3899,4,'2018-12-14 11:29:03','2018-12-14 16:29:03','I am sure you appreciate your customers (or supporters), especially when they pay you (or donate) for the goods/services you offer. But do your customers know you appreciate them? How are you communicating appreciation?\r\n\r\nIf you are trying to establish or maintain a long term relationship with your customers or supporters, you must demonstrate AND COMMUNICATE that you appreciate their business/donations, and that you are not taking the relationship for granted.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2018/12/advertisement-advertising-font-519.jpg\"><img class=\"aligncenter wp-image-3897 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2018/12/advertisement-advertising-font-519-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nHow can you do this? There are several ways.\r\n\r\n<strong>Reward their loyalty</strong>\r\n\r\nBig box stores, airlines, credit cards and any number of other service/good purveyors provide discounts/points/bonuses for frequent customers. Giving customers a discount or something else of value gives them a reason to continue to work with you, and lets you reward their support.\r\n\r\n<strong>Thank them</strong>\r\n\r\nIt depends on the size of your business, but thanking customers can be done with a simple hand written card, an email, a pre-printed postcard, or even through a personalized email marketing campaign.\r\n\r\n<strong>Accommodate them</strong>\r\n\r\nMy kitchen sink was leaking, so I contacted my go-to plumber. I sent him an email explaining the situation and asking when he could come to deal with it. He could only fit me in the following week. I wrote him back and said that I would be looking for someone who could come sooner. His response was this:\r\n<blockquote>Wow, that sucks but ok</blockquote>\r\nReally? It sucks that I have to look for someone else? You know what sucks? Having your kitchen sink leak. Imagine if instead he wrote this:\r\n\r\n\"Totally understand. You need to get the sink fixed ASAP. If you can\'t find anyone, let me know.\"\r\n\r\nAs it turns out, I found someone to come that day! And fix the leak for a lot less than my soon to be ex plumber, who clearly is taking my business for granted.\r\n\r\n<strong>Notice them</strong>\r\n\r\nI\'ve been going to a yoga studio for the better part of the last year but around Thanksgiving, I went out of town and had a couple other obligations. Since I had not been in the studio for  several weeks, the studio manager sent me an email with the subject line \"Just checking in.\" It said this:\r\n<blockquote>Has it been a few weeks since you’ve been to yoga? Just remember you carry your yoga practice with you wherever you go. In the meantime, here is a 7 minute practice you can do right now in your chair. Don’t stay away too long. :-)</blockquote>\r\nThis included the instructions for the seven minute practice referenced.\r\n\r\n<strong>It all requires keeping track </strong>\r\n\r\nAll these require you tracking your customers/donors. For the yoga studio, this is probably part of the Mindbody software they use. For smaller organizations it may be as simple as a Excel spreadsheet. For bigger businesses, there are many types of customer management (CRM) software  available. For nonprofits, their are specific donor databases.\r\n\r\n<strong>Make them feel that you appreciate them</strong>\r\n\r\nWe all like to feel appreciated. And organizations of all types need to be sure to communicate their appreciation.\r\n\r\n&nbsp;','Do you appreciate your customers?','','inherit','closed','closed','','3894-revision-v1','','','2018-12-14 11:29:03','2018-12-14 16:29:03','',3894,'https://deborahbrody.com/2018/12/3894-revision-v1/',0,'revision','',0),
(3903,4,'2019-01-10 10:11:56','2019-01-10 15:11:56','If you, like me, have been neglecting your blog, you\'ve probably got a few good reasons (or excuses). Maybe you took time off during the holidays. Maybe preparing for the holidays and the new year took over your life. Maybe you just haven\'t been inspired to write. Whatever the case may be, your blog is calling out for attention and now, at the beginning of 2019, is the perfect time to get it back on track.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/01/asphalt-empty-field-163444.jpg\"><img class=\"aligncenter wp-image-3910 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2019/01/asphalt-empty-field-163444-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\nHere are four key steps you can take to get your blog back on track:\r\n<ol>\r\n 	<li><strong>Clarify your objective</strong>. Blogs flounder when you don\'t know why you are writing them. Ask yourself what your blog is meant to do. Is it supposed to establish your expertise? Is it part of your content marketing strategy? Perhaps it\'s meant to help in lead generation, email sign-ups or to encourage ebook downloads. Whatever you are trying to accomplish, that is your objective. Writing it down, and being clear about it will help motivate you going forward.</li>\r\n 	<li><strong>Define your topic area (s).</strong> What are you writing about? What  topics does your blog deal with? Do these reflect your expertise, interests and specializations? Making a list of topics you may write about helps give you inspiration. Also, those could be the basis for research.</li>\r\n 	<li><strong>Scope out the competition.</strong> Are there a lot of other blogs or websites that offer information on your topic areas? If so, are you offering any unique or different take on the topic? What would be a reason for someone to read something on the topic on your blog rather than going elsewhere? You want to stand out from your competition by providing specialized insights or unique takes that can\'t be found elsewhere.</li>\r\n 	<li><strong>Create an editorial guide and/or calendar for 2019.</strong> Create a framework for your blogging this year. Start with the calendar and write down any special dates or events you will be participating in. Those may be the basis for blog posts. If you are looking for something more formal, or if you collaborate with others, there are many free and paid resources on the web for creating a content calendar.</li>\r\n</ol>\r\n<strong>Bonus step:</strong> Now that you\'ve been giving some serious thought to what you want your blog to do this year, brainstorm at least 10 blog post ideas.\r\n\r\nClarifying what you want to achieve, and defining your topic areas will help provide direction for your blog, and get you back on track.\r\n\r\nPlease let me know in the comments if there are other methods you\'ve used to revive a blog.','4 key steps to get your blog back on track for 2019','','publish','open','open','','4-key-steps-to-get-your-blog-back-on-track-for-2019','','','2019-01-10 10:11:56','2019-01-10 15:11:56','',0,'https://deborahbrody.com/?p=3903',0,'post','',0),
(3913,4,'2019-01-25 10:10:08','2019-01-25 15:10:08','<strong>What are best practices?</strong>\r\n\r\nBest practices are the ones that are the most effective in providing results you want.  And every industry has its own best practices.  Additionally, your organization might have its own best practices, which include administrative and managerial tasks (e.g., how to invoice, how to handle hiring and firing, how to establish budget priorities, etc.). Best practices are guidelines. They serve as a map in getting things done the right way.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/01/accomplishment-achievement-adults-1059118.jpg\"><img class=\"aligncenter size-large wp-image-3920\" src=\"https://deborahbrody.com/wp-content/uploads/2019/01/accomplishment-achievement-adults-1059118-1024x763.jpg\" alt=\"\" width=\"1024\" height=\"763\" /></a>\r\n\r\n<strong>If you don\'t have  best practices, you may not have best results</strong>\r\n\r\nTake an administrative task like invoicing, for example. Do you follow a rule about invoicing? Perhaps you invoice every time a project is completed, or you invoice every two weeks, or once a month. You probably understand that unless  you invoice regularly, you may not get paid regularly. I once worked at a communications agency where the invoicing was handled by the very disorganized president (who was a horrible micro-manager and could/would not delegate these types of tasks). She invoiced clients whenever she got around to it. And guess what? That affected cash flow for the agency, and even angered clients who were getting billed for work done months earlier.  This agency president was not following invoicing best practices, and it was making her agency suffer financially.\r\n\r\n<strong>An effective communications strategy incorporates your industry/organizational best practices.  </strong>\r\n\r\nSay you are building a brand new website. You will need to consult with or engage a website developer. That will ensure you are following best practices for user experience (UX), design, the admin of the website and other website issues. But you will also need to know what should be included from a communications perspective, and may need to consult with someone for that (some website developers have this capacity). And lastly, but certainly not least, you have to understand and incorporate your industry and organizational best practices. Perhaps in your industry it is a best practice to quote firm pricing upfront. Then, you would show prices on your website.\r\n\r\n<strong>What happens when you don\'t follow best practices in communications?</strong>\r\n\r\nThere are examples galore of organizations that don\'t follow communications best practices. There are plenty  of restaurants whose websites don\'t include menus or have menus that need to be downloaded as PDFs (which is a real pain on your smartphone, where most people are looking this stuff up).  The best practice is to include menus that are easily accessible and readable on mobile. Another best practice is to make sure to include important information such as hours and location (and yet, many restaurant websites don\'t). What happens here is that potential diners may not choose to check out your restaurant.\r\n\r\nThere are many organizations that send email marketing pieces that are made up of all images and not text (<a href=\"https://deborahbrody.com/2018/10/the-biggest-email-marketing-mistake/\" target=\"_blank\" rel=\"noopener\">I\'ve written about this before</a>).  The industry best practice is to include the important information in a text format. The result of not following the practice is that recipients will not be able to see the information, and your email is a waste.\r\n\r\n<strong>Experts know and use best practices</strong>\r\n\r\nHere\'s the thing: You are an expert at your organization\'s priorities and inner workings. You know your best practices. You may also know your industry\'s best practices. But chances are, you are not an expert at writing, design, website development, crisis communication , SEO, public relations or any specialized communications field. That is why hiring and working with experts in those fields makes for a better result.\r\n\r\n<hr />\r\n\r\nThe bottom line here is that if you want to achieve the best results from your communications efforts you have to follow communications best practices. Experts will know those best practices. Winging it or worse, thinking you know the best way when you don\'t, will result in poor performance from your communications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Do you follow best practices?','','publish','open','open','','do-you-follow-best-practices','','','2019-01-25 10:12:11','2019-01-25 15:12:11','',0,'https://deborahbrody.com/?p=3913',0,'post','',0),
(3906,4,'2019-01-09 13:43:36','2019-01-09 18:43:36','If you are like me, you\'ve been neglecting your blog. Maybe you took time off during the holidays. Maybe preparing for the holidays and the new year took over your life. Whatever the case may be, if your blog has been suffering, now\'s the perfect time to get it back on track.\r\n\r\n&nbsp;','4 key steps to get your blog back on track for 2019','','inherit','closed','closed','','3903-revision-v1','','','2019-01-09 13:43:36','2019-01-09 18:43:36','',3903,'https://deborahbrody.com/2019/01/3903-revision-v1/',0,'revision','',0),
(3907,4,'2019-01-09 13:46:44','2019-01-09 18:46:44','If you, like me, have been neglecting your blog, you probably have some good reasons. Maybe you took time off during the holidays. Maybe preparing for the holidays and the new year took over your life. Whatever the case may be, your blog is calling out for attention and now, at the beginning of 2019, is the perfect time to get it back on track.\r\n\r\n&nbsp;','4 key steps to get your blog back on track for 2019','','inherit','closed','closed','','3903-revision-v1','','','2019-01-09 13:46:44','2019-01-09 18:46:44','',3903,'https://deborahbrody.com/2019/01/3903-revision-v1/',0,'revision','',0),
(3908,4,'2019-01-09 14:06:22','2019-01-09 19:06:22','If you, like me, have been neglecting your blog, there\'s a few good reasons. Maybe you took time off during the holidays. Maybe preparing for the holidays and the new year took over your life. Whatever the case may be, your blog is calling out for attention and now, at the beginning of 2019, is the perfect time to get it back on track.\r\n\r\nHere are four key steps you can take to get your blog back on track.\r\n<ol>\r\n 	<li><strong>Clarify your objective</strong>. Ask yourself what your blog meant to do? Is it supposed to establish your expertise? Is it part of your content marketing strategy? Perhaps it\'s meant to help in lead generation, email sign-ups or to encourage ebook downloads. Whatever you are trying to accomplish, that is your objective. Go ahead and write it down.</li>\r\n 	<li><strong>Define your topic area (s).</strong> What does your blog deal with? Do your topics reflect your expertise and specializations?</li>\r\n 	<li><strong>Scope out the competition.</strong> Are there a lot of other blogs or websites that offer information on your topic areas? If so, are you offering any unique or different take on the topic? What would be a reason for someone to read something on the topic on your blog rather than going elsewhere?</li>\r\n 	<li><strong>Create an editorial guide and/or calendar for 2019.</strong> It doesn\'t have to be a fancy content calendar, but it should provide a framework for your blogging this year.</li>\r\n</ol>\r\nBonus: Now that you\'ve been giving some serious thought to what you want your blog to do this year, brainstorm at least 10 blog post ideas.\r\n\r\n&nbsp;','4 key steps to get your blog back on track for 2019','','inherit','closed','closed','','3903-revision-v1','','','2019-01-09 14:06:22','2019-01-09 19:06:22','',3903,'https://deborahbrody.com/2019/01/3903-revision-v1/',0,'revision','',0),
(3910,4,'2019-01-10 10:11:03','2019-01-10 15:11:03','','asphalt-empty-field-163444','','inherit','open','closed','','asphalt-empty-field-163444','','','2019-01-10 10:11:03','2019-01-10 15:11:03','',3903,'https://deborahbrody.com/wp-content/uploads/2019/01/asphalt-empty-field-163444.jpg',0,'attachment','image/jpeg',0),
(3909,4,'2019-01-10 10:05:06','2019-01-10 15:05:06','If you, like me, have been neglecting your blog, you\'ve probably got a few good reasons (or excuses). Maybe you took time off during the holidays. Maybe preparing for the holidays and the new year took over your life. Maybe you just haven\'t been inspired to write. Whatever the case may be, your blog is calling out for attention and now, at the beginning of 2019, is the perfect time to get it back on track.\r\n\r\nHere are four key steps you can take to get your blog back on track.\r\n<ol>\r\n 	<li><strong>Clarify your objective</strong>. Blogs flounder when you don\'t know why you are writing them. Ask yourself what your blog is meant to do. Is it supposed to establish your expertise? Is it part of your content marketing strategy? Perhaps it\'s meant to help in lead generation, email sign-ups or to encourage ebook downloads. Whatever you are trying to accomplish, that is your objective. Writing it down, and being clear about it will help motivate you going forward.</li>\r\n 	<li><strong>Define your topic area (s).</strong> What are you writing about? What  topics does your blog deal with? Do these reflect your expertise, interests and specializations? Making a list of topics you may write about helps give you inspiration. Also, those could be the basis for research.</li>\r\n 	<li><strong>Scope out the competition.</strong> Are there a lot of other blogs or websites that offer information on your topic areas? If so, are you offering any unique or different take on the topic? What would be a reason for someone to read something on the topic on your blog rather than going elsewhere? You want to stand out from your competition by providing specialized insights or unique takes that can\'t be found elsewhere.</li>\r\n 	<li><strong>Create an editorial guide and/or calendar for 2019.</strong> Create a framework for your blogging this year. Start with the calendar and write down any special dates or events you will be participating in. Those may be the basis for blog posts. If you are looking for something more formal, or if you collaborate with others, there are many free and paid resources on the web for creating a content calendar.</li>\r\n</ol>\r\n<strong>Bonus step:</strong> Now that you\'ve been giving some serious thought to what you want your blog to do this year, brainstorm at least 10 blog post ideas.\r\n\r\nClarifying what you want to achieve with your blog, and defining your topic areas will help provide direction for your blog, and get  you back on track with your blogging.\r\n\r\nPlease let me know in the comments if there are other methods you\'ve used to revive a blog.','4 key steps to get your blog back on track for 2019','','inherit','closed','closed','','3903-revision-v1','','','2019-01-10 10:05:06','2019-01-10 15:05:06','',3903,'https://deborahbrody.com/2019/01/3903-revision-v1/',0,'revision','',0),
(3911,4,'2019-01-10 10:11:31','2019-01-10 15:11:31','If you, like me, have been neglecting your blog, you\'ve probably got a few good reasons (or excuses). Maybe you took time off during the holidays. Maybe preparing for the holidays and the new year took over your life. Maybe you just haven\'t been inspired to write. Whatever the case may be, your blog is calling out for attention and now, at the beginning of 2019, is the perfect time to get it back on track.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/01/asphalt-empty-field-163444.jpg\"><img class=\"aligncenter wp-image-3910 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2019/01/asphalt-empty-field-163444-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\nHere are four key steps you can take to get your blog back on track:\r\n<ol>\r\n 	<li><strong>Clarify your objective</strong>. Blogs flounder when you don\'t know why you are writing them. Ask yourself what your blog is meant to do. Is it supposed to establish your expertise? Is it part of your content marketing strategy? Perhaps it\'s meant to help in lead generation, email sign-ups or to encourage ebook downloads. Whatever you are trying to accomplish, that is your objective. Writing it down, and being clear about it will help motivate you going forward.</li>\r\n 	<li><strong>Define your topic area (s).</strong> What are you writing about? What  topics does your blog deal with? Do these reflect your expertise, interests and specializations? Making a list of topics you may write about helps give you inspiration. Also, those could be the basis for research.</li>\r\n 	<li><strong>Scope out the competition.</strong> Are there a lot of other blogs or websites that offer information on your topic areas? If so, are you offering any unique or different take on the topic? What would be a reason for someone to read something on the topic on your blog rather than going elsewhere? You want to stand out from your competition by providing specialized insights or unique takes that can\'t be found elsewhere.</li>\r\n 	<li><strong>Create an editorial guide and/or calendar for 2019.</strong> Create a framework for your blogging this year. Start with the calendar and write down any special dates or events you will be participating in. Those may be the basis for blog posts. If you are looking for something more formal, or if you collaborate with others, there are many free and paid resources on the web for creating a content calendar.</li>\r\n</ol>\r\n<strong>Bonus step:</strong> Now that you\'ve been giving some serious thought to what you want your blog to do this year, brainstorm at least 10 blog post ideas.\r\n\r\nClarifying what you want to achieve, and defining your topic areas will help provide direction for your blog, and get you back on track.\r\n\r\nPlease let me know in the comments if there are other methods you\'ve used to revive a blog.','4 key steps to get your blog back on track for 2019','','inherit','closed','closed','','3903-revision-v1','','','2019-01-10 10:11:31','2019-01-10 15:11:31','',3903,'https://deborahbrody.com/2019/01/3903-revision-v1/',0,'revision','',0),
(3915,4,'2019-01-24 10:02:31','2019-01-24 15:02:31','<strong>What are best practices?</strong>\r\n\r\nBest practices are the ones that are the most effective in providing results you want.  And every industry has its own best practices. Your organization might have its own best practices, which include administrative and managerial tasks (e.g., how to invoice, how to handle hiring and firing, how to establish budget priorities). Best practices are guidelines. They serve as a map in getting things done.\r\n\r\n<strong>If you don\'t have  best practices, you may not have best results</strong>\r\n\r\nTake an administrative task like invoicing, for example. Do you follow a rule about invoicing? Perhaps you invoice every time a project is completed, or you invoice every two weeks, or once a month. You probably understand that unless  you invoice regularly, you may not get paid regularly. I once worked at a communications agency where the invoicing was handled by the very disorganized president (who was a horrible micro-manager and could/would not delegate these types of tasks). She invoiced clients whenever she got around to it. And guess what? That affected cash flow for the agency, and even angered clients who were getting billed for work done months earlier.  This agency president was not following invoicing best practices, and it was making her agency suffer financially.\r\n\r\nCommunication best practices\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Do you follow best practices?','','inherit','closed','closed','','3913-revision-v1','','','2019-01-24 10:02:31','2019-01-24 15:02:31','',3913,'https://deborahbrody.com/2019/01/3913-revision-v1/',0,'revision','',0),
(3960,4,'2019-04-29 11:00:37','2019-04-29 15:00:37','I was on vacation for a couple of weeks, and during that time, I didn\'t hear from one of my friends at all. She didn\'t want to know if I\'d arrived safely, what I was doing, or anything else. Just radio silence from her. On the other hand, another acquaintance texted me several times, wanting to know how my flight was, what I was doing, was I having any fun, and so forth. And yet another friend sent me just two messages, both because she saw something that related to me and wanted to let me know.\r\n\r\nIn other words, I got too little from one friend, too much from another, and just the right amount from the third.  I felt like I finally understood how Goldilocks felt when she broke in to the bears\' house. She just wanted something that felt right.\r\n\r\n<strong>Too cold!</strong>\r\n\r\nWhen the porridge goes cold, you ignore it. It\'s not really edible anymore.\r\n\r\nAnd when you don\'t send enough email to your contact list, you risk being forgotten or making your contacts think you are not in business any more.\r\n\r\n<strong>Too hot!</strong>\r\n\r\nOn the other hand, if the porridge is too hot, you can\'t eat it because you risk being burned.\r\n\r\nWhen you send too much email, you are overwhelming your contacts and risk alienating them. If you send too much email, your contacts don\'t know what is valuable. Also, too much email is annoying.\r\n\r\n<strong>Just right!</strong>\r\n\r\nWhen the porridge is at the ideal temperature, you can eat and even enjoy it.\r\n\r\nWhen you send email that is valuable to your contacts, in a timely and moderate fashion, you are doing them a service. They will appreciate hearing from you.','Think like Goldilocks to improve your email marketing','','inherit','closed','closed','','3959-revision-v1','','','2019-04-29 11:00:37','2019-04-29 15:00:37','',3959,'https://deborahbrody.com/2019/04/3959-revision-v1/',0,'revision','',0),
(3917,4,'2019-01-24 14:04:50','2019-01-24 19:04:50','<strong>What are best practices?</strong>\r\n\r\nBest practices are the ones that are the most effective in providing results you want.  And every industry has its own best practices.  Additionally, your organization might have its own best practices, which include administrative and managerial tasks (e.g., how to invoice, how to handle hiring and firing, how to establish budget priorities, etc.). Best practices are guidelines. They serve as a map in getting things done the right way.\r\n\r\n<strong>If you don\'t have  best practices, you may not have best results</strong>\r\n\r\nTake an administrative task like invoicing, for example. Do you follow a rule about invoicing? Perhaps you invoice every time a project is completed, or you invoice every two weeks, or once a month. You probably understand that unless  you invoice regularly, you may not get paid regularly. I once worked at a communications agency where the invoicing was handled by the very disorganized president (who was a horrible micro-manager and could/would not delegate these types of tasks). She invoiced clients whenever she got around to it. And guess what? That affected cash flow for the agency, and even angered clients who were getting billed for work done months earlier.  This agency president was not following invoicing best practices, and it was making her agency suffer financially.\r\n\r\n<strong>An effective communications strategy incorporates your industry/organizational best practices.  </strong>\r\n\r\nSay you are building a brand new website. You will need to consult with or engage a website developer. That will ensure you are following best practices for user experience (UX), design, the admin of the website and other website issues. But you will also need to know what should be included from a communications perspective, and may need to consult with someone for that (some website developers have this capacity). And lastly, but certainly not least, you have to understand and incorporate your industry and organizational best practices. Perhaps in your industry it is a best practice to quote firm pricing upfront. Then, you would show prices on your website.\r\n\r\n<strong>Restaurant websites should include a menu (and hours and location)</strong>\r\n\r\nHow many restaurant websites have you visited that do not have menus? Or that have menus that need to be downloaded as PDFs (a real pain on your smartphone)?  It should be an industry standard (an enshrined best practice) to always include menus.\r\n\r\n<strong>Email marketing should have text and not be all images</strong>\r\n\r\nI\'ve written about this before, and complained about it plenty. Getting an email marketing piece that is all images ensures that the recipient will not be able to see the information. You must include the important information in a text format. That is an industry best practice.\r\n\r\n<strong>Experts know and use best practices</strong>\r\n\r\nHere\'s the thing. You are an expert at your organization\'s priorities and inner working. You know your best practices. You may also know your industry\'s best practices. But chances are, you are not an expert at writing, design, website development, crisis communication , SEO, public relations or any specialized communications field. That is why hiring and working with experts in those fields makes for a better result.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Do you follow best practices?','','inherit','closed','closed','','3913-revision-v1','','','2019-01-24 14:04:50','2019-01-24 19:04:50','',3913,'https://deborahbrody.com/2019/01/3913-revision-v1/',0,'revision','',0),
(3918,4,'2019-01-24 14:12:39','2019-01-24 19:12:39','<strong>What are best practices?</strong>\r\n\r\nBest practices are the ones that are the most effective in providing results you want.  And every industry has its own best practices.  Additionally, your organization might have its own best practices, which include administrative and managerial tasks (e.g., how to invoice, how to handle hiring and firing, how to establish budget priorities, etc.). Best practices are guidelines. They serve as a map in getting things done the right way.\r\n\r\n<strong>If you don\'t have  best practices, you may not have best results</strong>\r\n\r\nTake an administrative task like invoicing, for example. Do you follow a rule about invoicing? Perhaps you invoice every time a project is completed, or you invoice every two weeks, or once a month. You probably understand that unless  you invoice regularly, you may not get paid regularly. I once worked at a communications agency where the invoicing was handled by the very disorganized president (who was a horrible micro-manager and could/would not delegate these types of tasks). She invoiced clients whenever she got around to it. And guess what? That affected cash flow for the agency, and even angered clients who were getting billed for work done months earlier.  This agency president was not following invoicing best practices, and it was making her agency suffer financially.\r\n\r\n<strong>An effective communications strategy incorporates your industry/organizational best practices.  </strong>\r\n\r\nSay you are building a brand new website. You will need to consult with or engage a website developer. That will ensure you are following best practices for user experience (UX), design, the admin of the website and other website issues. But you will also need to know what should be included from a communications perspective, and may need to consult with someone for that (some website developers have this capacity). And lastly, but certainly not least, you have to understand and incorporate your industry and organizational best practices. Perhaps in your industry it is a best practice to quote firm pricing upfront. Then, you would show prices on your website.\r\n\r\n<strong>Restaurant websites should include a menu (and hours and location)</strong>\r\n\r\nHow many restaurant websites have you visited that do not have menus? Or that have menus that need to be downloaded as PDFs (a real pain on your smartphone)?  It should be an industry standard (an enshrined best practice) to always include menus.\r\n\r\n<strong>Email marketing should have text and not be all images</strong>\r\n\r\nI\'ve written about this before, and complained about it plenty. Getting an email marketing piece that is all images ensures that the recipient will not be able to see the information. You must include the important information in a text format. That is an industry best practice.\r\n\r\n<strong>Experts know and use best practices</strong>\r\n\r\nHere\'s the thing. You are an expert at your organization\'s priorities and inner working. You know your best practices. You may also know your industry\'s best practices. But chances are, you are not an expert at writing, design, website development, crisis communication , SEO, public relations or any specialized communications field. That is why hiring and working with experts in those fields makes for a better result.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Do you follow best practices?','','inherit','closed','closed','','3913-revision-v1','','','2019-01-24 14:12:39','2019-01-24 19:12:39','',3913,'https://deborahbrody.com/2019/01/3913-revision-v1/',0,'revision','',0),
(3919,4,'2019-01-25 10:07:17','2019-01-25 15:07:17','<strong>What are best practices?</strong>\r\n\r\nBest practices are the ones that are the most effective in providing results you want.  And every industry has its own best practices.  Additionally, your organization might have its own best practices, which include administrative and managerial tasks (e.g., how to invoice, how to handle hiring and firing, how to establish budget priorities, etc.). Best practices are guidelines. They serve as a map in getting things done the right way.\r\n\r\n<strong>If you don\'t have  best practices, you may not have best results</strong>\r\n\r\nTake an administrative task like invoicing, for example. Do you follow a rule about invoicing? Perhaps you invoice every time a project is completed, or you invoice every two weeks, or once a month. You probably understand that unless  you invoice regularly, you may not get paid regularly. I once worked at a communications agency where the invoicing was handled by the very disorganized president (who was a horrible micro-manager and could/would not delegate these types of tasks). She invoiced clients whenever she got around to it. And guess what? That affected cash flow for the agency, and even angered clients who were getting billed for work done months earlier.  This agency president was not following invoicing best practices, and it was making her agency suffer financially.\r\n\r\n<strong>An effective communications strategy incorporates your industry/organizational best practices.  </strong>\r\n\r\nSay you are building a brand new website. You will need to consult with or engage a website developer. That will ensure you are following best practices for user experience (UX), design, the admin of the website and other website issues. But you will also need to know what should be included from a communications perspective, and may need to consult with someone for that (some website developers have this capacity). And lastly, but certainly not least, you have to understand and incorporate your industry and organizational best practices. Perhaps in your industry it is a best practice to quote firm pricing upfront. Then, you would show prices on your website.\r\n\r\n<strong>What happens when you don\'t follow best practices in communications?</strong>\r\n\r\nThere are examples galore of organizations that don\'t follow communications best practices. There are plenty  of restaurants whose websites don\'t include menus or have menus that need to be downloaded as PDFs (which is a real pain on your smartphone, where most people are looking this stuff up).  The best practice is to include menus that are easily accessible and readable on mobile. Another best practice is to make sure to include important information such as hours and location (and yet, many restaurant websites don\'t). What happens here is that potential diners may not choose to check out your restaurant.\r\n\r\nThere are many organizations that send email marketing pieces that are made up of all images and not text (I\'ve written about this before).  The industry best practice is to include the important information in a text format. The result of not following the practice is that recipients will not be able to see the information, and your email is a waste.\r\n\r\n<strong>Experts know and use best practices</strong>\r\n\r\nHere\'s the thing: You are an expert at your organization\'s priorities and inner workings. You know your best practices. You may also know your industry\'s best practices. But chances are, you are not an expert at writing, design, website development, crisis communication , SEO, public relations or any specialized communications field. That is why hiring and working with experts in those fields makes for a better result.\r\n\r\nThe bottom line here is that if you want to achieve the best results from your communications efforts you have to follow communications best practices. Experts will know those best practices. Winging it or worse, thinking you know the best way when you don\'t, will result in poor performance from your communications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Do you follow best practices?','','inherit','closed','closed','','3913-revision-v1','','','2019-01-25 10:07:17','2019-01-25 15:07:17','',3913,'https://deborahbrody.com/2019/01/3913-revision-v1/',0,'revision','',0),
(3920,4,'2019-01-25 10:08:57','2019-01-25 15:08:57','','accomplishment-achievement-adults-1059118','','inherit','open','closed','','accomplishment-achievement-adults-1059118','','','2019-01-25 10:08:57','2019-01-25 15:08:57','',3913,'https://deborahbrody.com/wp-content/uploads/2019/01/accomplishment-achievement-adults-1059118.jpg',0,'attachment','image/jpeg',0),
(3921,4,'2019-01-25 10:09:31','2019-01-25 15:09:31','<strong>What are best practices?</strong>\r\n\r\nBest practices are the ones that are the most effective in providing results you want.  And every industry has its own best practices.  Additionally, your organization might have its own best practices, which include administrative and managerial tasks (e.g., how to invoice, how to handle hiring and firing, how to establish budget priorities, etc.). Best practices are guidelines. They serve as a map in getting things done the right way.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/01/accomplishment-achievement-adults-1059118.jpg\"><img class=\"aligncenter size-large wp-image-3920\" src=\"https://deborahbrody.com/wp-content/uploads/2019/01/accomplishment-achievement-adults-1059118-1024x763.jpg\" alt=\"\" width=\"1024\" height=\"763\" /></a>\r\n\r\n<strong>If you don\'t have  best practices, you may not have best results</strong>\r\n\r\nTake an administrative task like invoicing, for example. Do you follow a rule about invoicing? Perhaps you invoice every time a project is completed, or you invoice every two weeks, or once a month. You probably understand that unless  you invoice regularly, you may not get paid regularly. I once worked at a communications agency where the invoicing was handled by the very disorganized president (who was a horrible micro-manager and could/would not delegate these types of tasks). She invoiced clients whenever she got around to it. And guess what? That affected cash flow for the agency, and even angered clients who were getting billed for work done months earlier.  This agency president was not following invoicing best practices, and it was making her agency suffer financially.\r\n\r\n<strong>An effective communications strategy incorporates your industry/organizational best practices.  </strong>\r\n\r\nSay you are building a brand new website. You will need to consult with or engage a website developer. That will ensure you are following best practices for user experience (UX), design, the admin of the website and other website issues. But you will also need to know what should be included from a communications perspective, and may need to consult with someone for that (some website developers have this capacity). And lastly, but certainly not least, you have to understand and incorporate your industry and organizational best practices. Perhaps in your industry it is a best practice to quote firm pricing upfront. Then, you would show prices on your website.\r\n\r\n<strong>What happens when you don\'t follow best practices in communications?</strong>\r\n\r\nThere are examples galore of organizations that don\'t follow communications best practices. There are plenty  of restaurants whose websites don\'t include menus or have menus that need to be downloaded as PDFs (which is a real pain on your smartphone, where most people are looking this stuff up).  The best practice is to include menus that are easily accessible and readable on mobile. Another best practice is to make sure to include important information such as hours and location (and yet, many restaurant websites don\'t). What happens here is that potential diners may not choose to check out your restaurant.\r\n\r\nThere are many organizations that send email marketing pieces that are made up of all images and not text (I\'ve written about this before).  The industry best practice is to include the important information in a text format. The result of not following the practice is that recipients will not be able to see the information, and your email is a waste.\r\n\r\n<strong>Experts know and use best practices</strong>\r\n\r\nHere\'s the thing: You are an expert at your organization\'s priorities and inner workings. You know your best practices. You may also know your industry\'s best practices. But chances are, you are not an expert at writing, design, website development, crisis communication , SEO, public relations or any specialized communications field. That is why hiring and working with experts in those fields makes for a better result.\r\n\r\n<hr />\r\n\r\nThe bottom line here is that if you want to achieve the best results from your communications efforts you have to follow communications best practices. Experts will know those best practices. Winging it or worse, thinking you know the best way when you don\'t, will result in poor performance from your communications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Do you follow best practices?','','inherit','closed','closed','','3913-revision-v1','','','2019-01-25 10:09:31','2019-01-25 15:09:31','',3913,'https://deborahbrody.com/2019/01/3913-revision-v1/',0,'revision','',0),
(3922,4,'2019-01-25 10:12:11','2019-01-25 15:12:11','<strong>What are best practices?</strong>\r\n\r\nBest practices are the ones that are the most effective in providing results you want.  And every industry has its own best practices.  Additionally, your organization might have its own best practices, which include administrative and managerial tasks (e.g., how to invoice, how to handle hiring and firing, how to establish budget priorities, etc.). Best practices are guidelines. They serve as a map in getting things done the right way.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/01/accomplishment-achievement-adults-1059118.jpg\"><img class=\"aligncenter size-large wp-image-3920\" src=\"https://deborahbrody.com/wp-content/uploads/2019/01/accomplishment-achievement-adults-1059118-1024x763.jpg\" alt=\"\" width=\"1024\" height=\"763\" /></a>\r\n\r\n<strong>If you don\'t have  best practices, you may not have best results</strong>\r\n\r\nTake an administrative task like invoicing, for example. Do you follow a rule about invoicing? Perhaps you invoice every time a project is completed, or you invoice every two weeks, or once a month. You probably understand that unless  you invoice regularly, you may not get paid regularly. I once worked at a communications agency where the invoicing was handled by the very disorganized president (who was a horrible micro-manager and could/would not delegate these types of tasks). She invoiced clients whenever she got around to it. And guess what? That affected cash flow for the agency, and even angered clients who were getting billed for work done months earlier.  This agency president was not following invoicing best practices, and it was making her agency suffer financially.\r\n\r\n<strong>An effective communications strategy incorporates your industry/organizational best practices.  </strong>\r\n\r\nSay you are building a brand new website. You will need to consult with or engage a website developer. That will ensure you are following best practices for user experience (UX), design, the admin of the website and other website issues. But you will also need to know what should be included from a communications perspective, and may need to consult with someone for that (some website developers have this capacity). And lastly, but certainly not least, you have to understand and incorporate your industry and organizational best practices. Perhaps in your industry it is a best practice to quote firm pricing upfront. Then, you would show prices on your website.\r\n\r\n<strong>What happens when you don\'t follow best practices in communications?</strong>\r\n\r\nThere are examples galore of organizations that don\'t follow communications best practices. There are plenty  of restaurants whose websites don\'t include menus or have menus that need to be downloaded as PDFs (which is a real pain on your smartphone, where most people are looking this stuff up).  The best practice is to include menus that are easily accessible and readable on mobile. Another best practice is to make sure to include important information such as hours and location (and yet, many restaurant websites don\'t). What happens here is that potential diners may not choose to check out your restaurant.\r\n\r\nThere are many organizations that send email marketing pieces that are made up of all images and not text (<a href=\"https://deborahbrody.com/2018/10/the-biggest-email-marketing-mistake/\" target=\"_blank\" rel=\"noopener\">I\'ve written about this before</a>).  The industry best practice is to include the important information in a text format. The result of not following the practice is that recipients will not be able to see the information, and your email is a waste.\r\n\r\n<strong>Experts know and use best practices</strong>\r\n\r\nHere\'s the thing: You are an expert at your organization\'s priorities and inner workings. You know your best practices. You may also know your industry\'s best practices. But chances are, you are not an expert at writing, design, website development, crisis communication , SEO, public relations or any specialized communications field. That is why hiring and working with experts in those fields makes for a better result.\r\n\r\n<hr />\r\n\r\nThe bottom line here is that if you want to achieve the best results from your communications efforts you have to follow communications best practices. Experts will know those best practices. Winging it or worse, thinking you know the best way when you don\'t, will result in poor performance from your communications.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Do you follow best practices?','','inherit','closed','closed','','3913-revision-v1','','','2019-01-25 10:12:11','2019-01-25 15:12:11','',3913,'https://deborahbrody.com/2019/01/3913-revision-v1/',0,'revision','',0),
(3924,4,'2019-02-07 14:09:32','2019-02-07 19:09:32','My job as a copy editor is to tighten up other people’s writing so that it is more easily readable, clear, consistent and accurate. Often, I come across the same three issues that make writing harder to read and more unclear. These issues include having sentences that are too long and stuffed with extraneous words and phrases; writing in the passive voice; and using unnecessarily big words.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966.jpg\"><img class=\"aligncenter size-large wp-image-3925\" src=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966-1024x575.jpg\" alt=\"\" width=\"1024\" height=\"575\" /></a>\r\n\r\nIf you want to make your writing sharper, and your meaning clearer, here are three ways to achieve that goal:\r\n<h5><strong>1. Use active voice</strong></h5>\r\nBy eliminating passive sentences, you are immediately tightening up your writing and getting rid of useless words. Your sentences will be more direct and punchy.\r\n\r\n<em>Passive:</em>\r\n<p style=\"padding-left: 60px;\">The actress Jane Doe was awarded an Oscar by the Academy for her performance in <em>The Movie.</em></p>\r\n<em>Active:</em>\r\n<p style=\"padding-left: 60px;\">The Academy awarded an Oscar to actress Jane Doe for <em>The Movie</em>.</p>\r\n<p style=\"padding-left: 60px;\">Jane Doe won an Oscar for <em>The Movie</em>.</p>\r\n\r\n<h5><strong>2. Get rid of the extras</strong></h5>\r\nUsing extra words and phrases may have made your college essays reach the magic page number needed, but in marketing and business writing, these just make your work wordy and/or redundant.\r\n\r\n<em>Instead of  this                </em>Use this\r\n\r\n<em>As well as</em>                           and\r\n\r\n<em>In the afternoon hours     </em>In the afternoon\r\n\r\n<em>The reason why is</em>              Because\r\n\r\n<em>Came at a time when</em>        Came when\r\n\r\nFor more examples, <a href=\"https://www.dailywritingtips.com/50-redundant-phrases-to-avoid/\" target=\"_blank\" rel=\"noopener\">check out this list of 50 redundant phrases</a>.\r\n<h5><strong>3. Cut out the big words</strong></h5>\r\nUsing big words when small ones would do makes you look like you are trying too hard, and does nothing to enhance the writing’s readability. And p.s.,  using big words can sound pretentious.\r\n\r\n<em>Bigger word  </em>           <em> Smaller word</em>\r\n\r\nUtilize                        Use\r\n\r\nPhysician                  Doctor\r\n\r\nReside                       Live\r\n\r\nPurchase                   Buy\r\n\r\n<hr />\r\n\r\nHave you come across these in your writing or in work you are editing? Which one is the most common?','3 ways to tighten up your writing','','publish','open','open','','3-ways-to-tighten-up-your-writing','','','2019-02-07 14:09:32','2019-02-07 19:09:32','',0,'https://deborahbrody.com/?p=3924',0,'post','',0),
(3925,4,'2019-02-07 13:57:25','2019-02-07 18:57:25','','close-up-view-indoors-instrument-141966','','inherit','open','closed','','close-up-view-indoors-instrument-141966','','','2019-02-07 13:57:25','2019-02-07 18:57:25','',3924,'https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966.jpg',0,'attachment','image/jpeg',0),
(3926,4,'2019-02-07 13:59:23','2019-02-07 18:59:23','My job as a copy editor is to tighten up other people’s writing so that it is more easily readable, clear, and accurate. Often, I come across the same three issues that make writing harder to read and more unclear. These issues include having sentences that are too long and stuffed with extraneous words and phrases; writing in the passive voice; and using unnecessarily big words.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966.jpg\"><img class=\"aligncenter size-large wp-image-3925\" src=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966-1024x575.jpg\" alt=\"\" width=\"1024\" height=\"575\" /></a>\r\n\r\nIf you want to make your writing sharper, and your meaning clearer, here are three ways to achieve that goal:\r\n<ol>\r\n 	<li><strong> Use active voice</strong></li>\r\n</ol>\r\nBy eliminating passive sentences, you are immediately tightening up your writing and getting rid of useless words. Your sentences will be more direct and punchy.\r\n\r\n<em>Passive:</em>\r\n<p style=\"padding-left: 60px;\">The actress Jane Doe was awarded an Oscar by the Academy for her performance in <em>The Movie.</em></p>\r\n<em>Active:</em>\r\n<p style=\"padding-left: 60px;\">The Academy awarded an Oscar to actress Jane Doe for <em>The Movie</em>.</p>\r\n<p style=\"padding-left: 60px;\">Jane Doe won an Oscar for <em>The Movie</em>.</p>\r\n&nbsp;\r\n<ol start=\"2\">\r\n 	<li><strong> Get rid of the extras</strong></li>\r\n</ol>\r\nUsing extra words and phrases may have made your college essays reach the magic page number needed, but in marketing and business writing, these just make your work wordy and/or redundant.\r\n\r\n<em>Instead of           </em>Use\r\n\r\n<em>As well as</em>            and\r\n\r\n<em>In the afternoon hours  </em>In the afternoon\r\n\r\n<em>The reason why is</em>            Because\r\n\r\n<em>Came at a time when</em>     Came when\r\n\r\nFor more examples, <a href=\"https://www.dailywritingtips.com/50-redundant-phrases-to-avoid/\" target=\"_blank\" rel=\"noopener\">check out this list of 50 redundant phrases</a>.\r\n\r\n&nbsp;\r\n<ol start=\"3\">\r\n 	<li><strong>Cut out the big words.</strong></li>\r\n</ol>\r\nUsing big words when small ones would do makes you look like you are trying too hard, and does nothing to enhance the writing’s readability. And p.s.,  using big words can sound pretentious.\r\n\r\n<em>Big word  </em>           <em> Small word</em>\r\n\r\nUtilize                   Use\r\n\r\nPhysician             Doctor\r\n\r\nReside                  Live\r\n\r\nPurchase             Buy\r\n\r\n<hr />\r\n\r\nHave you come across these in your writing or in work you are editing? Which one is the most common?','3 ways to tighten up your writing','','inherit','closed','closed','','3924-revision-v1','','','2019-02-07 13:59:23','2019-02-07 18:59:23','',3924,'https://deborahbrody.com/2019/02/3924-revision-v1/',0,'revision','',0),
(3928,4,'2019-02-07 14:07:00','2019-02-07 19:07:00','My job as a copy editor is to tighten up other people’s writing so that it is more easily readable, clear, consistent and accurate. Often, I come across the same three issues that make writing harder to read and more unclear. These issues include having sentences that are too long and stuffed with extraneous words and phrases; writing in the passive voice; and using unnecessarily big words.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966.jpg\"><img class=\"aligncenter size-large wp-image-3925\" src=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966-1024x575.jpg\" alt=\"\" width=\"1024\" height=\"575\" /></a>\r\n\r\nIf you want to make your writing sharper, and your meaning clearer, here are three ways to achieve that goal:\r\n<h5><strong>1. Use active voice</strong></h5>\r\nBy eliminating passive sentences, you are immediately tightening up your writing and getting rid of useless words. Your sentences will be more direct and punchy.\r\n\r\n<em>Passive:</em>\r\n<p style=\"padding-left: 60px;\">The actress Jane Doe was awarded an Oscar by the Academy for her performance in <em>The Movie.</em></p>\r\n<em>Active:</em>\r\n<p style=\"padding-left: 60px;\">The Academy awarded an Oscar to actress Jane Doe for <em>The Movie</em>.</p>\r\n<p style=\"padding-left: 60px;\">Jane Doe won an Oscar for <em>The Movie</em>.</p>\r\n\r\n<h5><strong>2. Get rid of the extras</strong></h5>\r\nUsing extra words and phrases may have made your college essays reach the magic page number needed, but in marketing and business writing, these just make your work wordy and/or redundant.\r\n\r\n<em>Instead of           </em>Use\r\n\r\n<em>As well as</em>            and\r\n\r\n<em>In the afternoon hours  </em>In the afternoon\r\n\r\n<em>The reason why is</em>            Because\r\n\r\n<em>Came at a time when</em>     Came when\r\n\r\nFor more examples, <a href=\"https://www.dailywritingtips.com/50-redundant-phrases-to-avoid/\" target=\"_blank\" rel=\"noopener\">check out this list of 50 redundant phrases</a>.\r\n<h5><strong>3. Cut out the big words</strong></h5>\r\nUsing big words when small ones would do makes you look like you are trying too hard, and does nothing to enhance the writing’s readability. And p.s.,  using big words can sound pretentious.\r\n\r\n<em>Bigger word  </em>           <em> Smaller word</em>\r\n\r\nUtilize                        Use\r\n\r\nPhysician                  Doctor\r\n\r\nReside                       Live\r\n\r\nPurchase                   Buy\r\n\r\n<hr />\r\n\r\nHave you come across these in your writing or in work you are editing? Which one is the most common?','3 ways to tighten up your writing','','inherit','closed','closed','','3924-revision-v1','','','2019-02-07 14:07:00','2019-02-07 19:07:00','',3924,'https://deborahbrody.com/2019/02/3924-revision-v1/',0,'revision','',0),
(3927,4,'2019-02-07 14:01:35','2019-02-07 19:01:35','My job as a copy editor is to tighten up other people’s writing so that it is more easily readable, clear, and accurate. Often, I come across the same three issues that make writing harder to read and more unclear. These issues include having sentences that are too long and stuffed with extraneous words and phrases; writing in the passive voice; and using unnecessarily big words.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966.jpg\"><img class=\"aligncenter size-large wp-image-3925\" src=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966-1024x575.jpg\" alt=\"\" width=\"1024\" height=\"575\" /></a>\r\n\r\nIf you want to make your writing sharper, and your meaning clearer, here are three ways to achieve that goal:\r\n<ol>\r\n 	<li><strong> Use active voice</strong></li>\r\n</ol>\r\nBy eliminating passive sentences, you are immediately tightening up your writing and getting rid of useless words. Your sentences will be more direct and punchy.\r\n\r\n<em>Passive:</em>\r\n<p style=\"padding-left: 60px;\">The actress Jane Doe was awarded an Oscar by the Academy for her performance in <em>The Movie.</em></p>\r\n<em>Active:</em>\r\n<p style=\"padding-left: 60px;\">The Academy awarded an Oscar to actress Jane Doe for <em>The Movie</em>.</p>\r\n<p style=\"padding-left: 60px;\">Jane Doe won an Oscar for <em>The Movie</em>.</p>\r\n&nbsp;\r\n<ol start=\"2\">\r\n 	<li><strong> Get rid of the extras</strong></li>\r\n</ol>\r\nUsing extra words and phrases may have made your college essays reach the magic page number needed, but in marketing and business writing, these just make your work wordy and/or redundant.\r\n\r\n<em>Instead of           </em>Use\r\n\r\n<em>As well as</em>            and\r\n\r\n<em>In the afternoon hours  </em>In the afternoon\r\n\r\n<em>The reason why is</em>            Because\r\n\r\n<em>Came at a time when</em>     Came when\r\n\r\nFor more examples, <a href=\"https://www.dailywritingtips.com/50-redundant-phrases-to-avoid/\" target=\"_blank\" rel=\"noopener\">check out this list of 50 redundant phrases</a>.\r\n\r\n&nbsp;\r\n<ol start=\"3\">\r\n 	<li><strong>Cut out the big words.</strong></li>\r\n</ol>\r\nUsing big words when small ones would do makes you look like you are trying too hard, and does nothing to enhance the writing’s readability. And p.s.,  using big words can sound pretentious.\r\n\r\n<em>Bigger word  </em>           <em> Smaller word</em>\r\n\r\nUtilize                        Use\r\n\r\nPhysician                  Doctor\r\n\r\nReside                       Live\r\n\r\nPurchase                   Buy\r\n\r\n<hr />\r\n\r\nHave you come across these in your writing or in work you are editing? Which one is the most common?','3 ways to tighten up your writing','','inherit','closed','closed','','3924-revision-v1','','','2019-02-07 14:01:35','2019-02-07 19:01:35','',3924,'https://deborahbrody.com/2019/02/3924-revision-v1/',0,'revision','',0),
(3929,4,'2019-02-07 14:08:33','2019-02-07 19:08:33','My job as a copy editor is to tighten up other people’s writing so that it is more easily readable, clear, consistent and accurate. Often, I come across the same three issues that make writing harder to read and more unclear. These issues include having sentences that are too long and stuffed with extraneous words and phrases; writing in the passive voice; and using unnecessarily big words.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966.jpg\"><img class=\"aligncenter size-large wp-image-3925\" src=\"https://deborahbrody.com/wp-content/uploads/2019/02/close-up-view-indoors-instrument-141966-1024x575.jpg\" alt=\"\" width=\"1024\" height=\"575\" /></a>\r\n\r\nIf you want to make your writing sharper, and your meaning clearer, here are three ways to achieve that goal:\r\n<h5><strong>1. Use active voice</strong></h5>\r\nBy eliminating passive sentences, you are immediately tightening up your writing and getting rid of useless words. Your sentences will be more direct and punchy.\r\n\r\n<em>Passive:</em>\r\n<p style=\"padding-left: 60px;\">The actress Jane Doe was awarded an Oscar by the Academy for her performance in <em>The Movie.</em></p>\r\n<em>Active:</em>\r\n<p style=\"padding-left: 60px;\">The Academy awarded an Oscar to actress Jane Doe for <em>The Movie</em>.</p>\r\n<p style=\"padding-left: 60px;\">Jane Doe won an Oscar for <em>The Movie</em>.</p>\r\n\r\n<h5><strong>2. Get rid of the extras</strong></h5>\r\nUsing extra words and phrases may have made your college essays reach the magic page number needed, but in marketing and business writing, these just make your work wordy and/or redundant.\r\n\r\n<em>Instead of  this                </em>Use this\r\n\r\n<em>As well as</em>                           and\r\n\r\n<em>In the afternoon hours     </em>In the afternoon\r\n\r\n<em>The reason why is</em>              Because\r\n\r\n<em>Came at a time when</em>        Came when\r\n\r\nFor more examples, <a href=\"https://www.dailywritingtips.com/50-redundant-phrases-to-avoid/\" target=\"_blank\" rel=\"noopener\">check out this list of 50 redundant phrases</a>.\r\n<h5><strong>3. Cut out the big words</strong></h5>\r\nUsing big words when small ones would do makes you look like you are trying too hard, and does nothing to enhance the writing’s readability. And p.s.,  using big words can sound pretentious.\r\n\r\n<em>Bigger word  </em>           <em> Smaller word</em>\r\n\r\nUtilize                        Use\r\n\r\nPhysician                  Doctor\r\n\r\nReside                       Live\r\n\r\nPurchase                   Buy\r\n\r\n<hr />\r\n\r\nHave you come across these in your writing or in work you are editing? Which one is the most common?','3 ways to tighten up your writing','','inherit','closed','closed','','3924-revision-v1','','','2019-02-07 14:08:33','2019-02-07 19:08:33','',3924,'https://deborahbrody.com/2019/02/3924-revision-v1/',0,'revision','',0),
(3932,4,'2019-02-20 09:52:49','2019-02-20 14:52:49','My inbox is under attack. In just the last couple of days, I have received no less than 15 emails from either the same sender or with the same subject line.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/02/spam-964521_1920.jpg\"><img class=\"aligncenter size-large wp-image-3933\" src=\"https://deborahbrody.com/wp-content/uploads/2019/02/spam-964521_1920-1024x532.jpg\" alt=\"\" width=\"1024\" height=\"532\" /></a>\r\n\r\n<strong>A barrage of junk</strong>\r\n\r\nThe first one came in on Sunday at 3 a.m. from “Emma Thompson” with the subject line “New customers looking for your services.” When I opened it, it said someone was seeking PR services. I deleted the email because I thought no serious agency would be sending out emails on Sunday at 3 a.m.\r\n\r\nLater that morning, I got an email from \"Kate Potter\" with the subject line “Web designer quote.”\r\n\r\nAnd then an email from “Mia West” with the subject line “New customers looking for your services.”\r\n\r\nAnd then at least ten more emails throughout President’s Day from \"Kate Potter\" with alternating subject lines:\r\n<p style=\"padding-left: 30px;\">\"Mobile Software Developer Quote\"</p>\r\n<p style=\"padding-left: 30px;\">\"Photographer Quote\"</p>\r\n<p style=\"padding-left: 30px;\">\"Packaging Designer Quote\"</p>\r\n<p style=\"padding-left: 30px;\">\"Web Designer Quote\"</p>\r\nInterspersed were two more emails from “Mia West,” subject: \"New customer looking for your services.\"\r\n\r\nNotice a pattern? Same sender and/or same subject line.\r\n\r\n<strong>This is lead generation?</strong>\r\n\r\nI opened some of these email and found they all came from a supposed lead generation outfit called Bark(dot)com.  This \"company\" found my website and copied my contact information into their database, and then began \"contacting\" me.\r\n\r\nPerhaps Bark(dot)com is a legitimate business, but it doesn’t act like it. In fact, it is acting in a downright shady manner. Its marketing “method” is more like a spammer\'s than that of a legitimate business\' email marketing technique.\r\n\r\n<strong>If it acts like spam...</strong>\r\n\r\nWhat makes these emails look and act like spam, and therefore be wholly ineffective:\r\n<ul>\r\n 	<li>Sending during non-business hours and days</li>\r\n 	<li>Sending the same email time after time</li>\r\n 	<li>Sending way too many emails in too short a time span</li>\r\n 	<li>Sending emails that are not relevant and not personalized</li>\r\n</ul>\r\n<strong>Update</strong>\r\n\r\nSince writing this post, I received six more emails, making it over 20 emails in a 48-hour time period.\r\n\r\n&nbsp;','How not to do email marketing','','publish','open','open','','how-not-to-do-email-marketing','','','2019-02-20 09:52:49','2019-02-20 14:52:49','',0,'https://deborahbrody.com/?p=3932',0,'post','',15),
(3933,4,'2019-02-20 09:46:23','2019-02-20 14:46:23','','spam-964521_1920','','inherit','open','closed','','spam-964521_1920','','','2019-02-20 09:46:23','2019-02-20 14:46:23','',3932,'https://deborahbrody.com/wp-content/uploads/2019/02/spam-964521_1920.jpg',0,'attachment','image/jpeg',0),
(3934,4,'2019-02-20 09:49:08','2019-02-20 14:49:08','My inbox is under attack. In just the last couple of days, I have received no less than 15 emails from either the same sender or with the same subject line.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/02/spam-964521_1920.jpg\"><img class=\"aligncenter size-large wp-image-3933\" src=\"https://deborahbrody.com/wp-content/uploads/2019/02/spam-964521_1920-1024x532.jpg\" alt=\"\" width=\"1024\" height=\"532\" /></a>\r\n\r\n<strong>A barrage of junk</strong>\r\n\r\nThe first one came in on Sunday at 3 a.m. from “Emma Thompson” with the subject line “New customers looking for your services.” When I opened it, it said someone was seeking PR services. I deleted the email because I thought no serious agency would be sending out emails on Sunday at 3 a.m.\r\n\r\nLater that morning, I got an email from \"Kate Potter\" with the subject line “Web designer quote.”\r\n\r\nAnd then an email from “Mia West” with the subject line “New customers looking for your services.”\r\n\r\nAnd then at least ten more emails throughout President’s Day from \"Kate Potter\" with alternating subject lines:\r\n\r\n\"Mobile Software Developer Quote\"\r\n\r\n\"Photographer Quote\"\r\n\r\n\"Packaging Designer Quote\"\r\n\r\n\"Web Designer Quote\"\r\n\r\nInterspersed were two more emails from “Mia West,” subject: \"New customer looking for your services.\"\r\n\r\nNotice a pattern? Same sender and/or same subject line.\r\n\r\n<strong>This is lead generation?</strong>\r\n\r\nI opened some of these email and found they all came from a supposed lead generation outfit called Bark(dot)com.\r\n\r\nPerhaps Bark(dot)com is a legitimate business, but it doesn’t act like it. In fact, it is acting in a downright shady manner. Its marketing “method” is more like a spammer\'s than that of a legitimate business\' email marketing technique.\r\n\r\n<strong>If it acts like spam...</strong>\r\n\r\nWhat makes these emails look and act like spam, and therefore be wholly ineffective:\r\n<ul>\r\n 	<li>Sending during non-business hours and days</li>\r\n 	<li>Sending the same email time after time</li>\r\n 	<li>Sending way too many emails in too short a time span</li>\r\n 	<li>Sending emails that are not relevant and not personalized</li>\r\n</ul>\r\n<strong>Update</strong>\r\n\r\nSince writing this post, I received six more emails, making it over 20 emails in a 48-hour time period.\r\n\r\n&nbsp;','How not to do email marketing','','inherit','closed','closed','','3932-revision-v1','','','2019-02-20 09:49:08','2019-02-20 14:49:08','',3932,'https://deborahbrody.com/2019/02/3932-revision-v1/',0,'revision','',0),
(3935,4,'2019-02-20 09:52:49','2019-02-20 14:52:49','My inbox is under attack. In just the last couple of days, I have received no less than 15 emails from either the same sender or with the same subject line.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/02/spam-964521_1920.jpg\"><img class=\"aligncenter size-large wp-image-3933\" src=\"https://deborahbrody.com/wp-content/uploads/2019/02/spam-964521_1920-1024x532.jpg\" alt=\"\" width=\"1024\" height=\"532\" /></a>\r\n\r\n<strong>A barrage of junk</strong>\r\n\r\nThe first one came in on Sunday at 3 a.m. from “Emma Thompson” with the subject line “New customers looking for your services.” When I opened it, it said someone was seeking PR services. I deleted the email because I thought no serious agency would be sending out emails on Sunday at 3 a.m.\r\n\r\nLater that morning, I got an email from \"Kate Potter\" with the subject line “Web designer quote.”\r\n\r\nAnd then an email from “Mia West” with the subject line “New customers looking for your services.”\r\n\r\nAnd then at least ten more emails throughout President’s Day from \"Kate Potter\" with alternating subject lines:\r\n<p style=\"padding-left: 30px;\">\"Mobile Software Developer Quote\"</p>\r\n<p style=\"padding-left: 30px;\">\"Photographer Quote\"</p>\r\n<p style=\"padding-left: 30px;\">\"Packaging Designer Quote\"</p>\r\n<p style=\"padding-left: 30px;\">\"Web Designer Quote\"</p>\r\nInterspersed were two more emails from “Mia West,” subject: \"New customer looking for your services.\"\r\n\r\nNotice a pattern? Same sender and/or same subject line.\r\n\r\n<strong>This is lead generation?</strong>\r\n\r\nI opened some of these email and found they all came from a supposed lead generation outfit called Bark(dot)com.  This \"company\" found my website and copied my contact information into their database, and then began \"contacting\" me.\r\n\r\nPerhaps Bark(dot)com is a legitimate business, but it doesn’t act like it. In fact, it is acting in a downright shady manner. Its marketing “method” is more like a spammer\'s than that of a legitimate business\' email marketing technique.\r\n\r\n<strong>If it acts like spam...</strong>\r\n\r\nWhat makes these emails look and act like spam, and therefore be wholly ineffective:\r\n<ul>\r\n 	<li>Sending during non-business hours and days</li>\r\n 	<li>Sending the same email time after time</li>\r\n 	<li>Sending way too many emails in too short a time span</li>\r\n 	<li>Sending emails that are not relevant and not personalized</li>\r\n</ul>\r\n<strong>Update</strong>\r\n\r\nSince writing this post, I received six more emails, making it over 20 emails in a 48-hour time period.\r\n\r\n&nbsp;','How not to do email marketing','','inherit','closed','closed','','3932-revision-v1','','','2019-02-20 09:52:49','2019-02-20 14:52:49','',3932,'https://deborahbrody.com/2019/02/3932-revision-v1/',0,'revision','',0),
(3937,4,'2019-03-05 09:24:49','2019-03-05 14:24:49','My last blog post detailed an ongoing attack on my inbox by a \"lead generation company\" called Bark. As of today, I\'ve continued to receive dozens of emails from both the same sender (\"Kate Potter\") or with the same subject line (\"new customers looking for your services\"). In fact, I got at least six since last night.\r\n\r\nBut all I have to do is see who the sender  is or read the same subject line to hit delete. Bark can continue to send emails until the end of days, and I will never open them. Why? Because I don\'t trust that Bark is legitimate. In fact, Bark has earned the opposite reputation, that of a spammer, an illegitimate business that seeks to worm its way into getting you to click or call by sending  emails that may have the veneer of legitimacy but are a front for a scheme.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/03/achievement-adult-agreement-1308780.jpg\"><img class=\"aligncenter size-large wp-image-3940\" src=\"https://deborahbrody.com/wp-content/uploads/2019/03/achievement-adult-agreement-1308780-1024x892.jpg\" alt=\"\" width=\"1024\" height=\"892\" /></a>\r\n\r\n<strong>Too many bad actors</strong>\r\n\r\nCybersecurity and privacy threats are rampant, and we  have to guard constantly against them. There are just too many bad actors seeking to damage businesses and people by installing malware or by phishing to get passwords in order to steal identities.\r\n\r\nClicking on links in emails always opens us up to problems. That is, unless we trust the sender and know they are not acting maliciously.\r\n\r\n<strong>Reputation matters</strong>\r\n\r\nIn order to keep opening and reading email, we need to trust the sender. Generally, we trust senders we have a relationship with. We know some senders personally or we\'ve conducted some kind of transaction with them (donation, purchase, etc.) and thus we trust them.\r\n\r\nHowever, if we don\'t trust the sender, we may not even open the email. And if we do open the email, we are certainly not downloading attachments or clicking on links.\r\n\r\n<strong>Spammers don\'t understand trust</strong>\r\n\r\nTrust is essential in the keeping yourself safe from cyber threats. And that is what Bark and many other spammers don\'t seem to get. They seems to think that as long as they are hiding behind a <em>veneer</em> of legitimacy (looking like legitimate business query or coming from the correct industry), then we will just trust that they are real. But trust is earned. And when you send the same email over and over and over again, you are not earning trust. You are causing suspicion. When you attempt to send the same email from a different sender\'s names,  you are not engendering believabilty, nor are you increasing the chance that the recipient will open the email.\r\n\r\n<strong>Endnote</strong>\r\n\r\nI just checked Bark on WHOIS. All information has been \"redacted for privacy.\" In other words, there is no contact information whatsoever.  All I can find out from WHOIS is the name of the domain registrar for this \"company.\" And I can  use this information to register a complaint.\r\n\r\n&nbsp;','Trust is essential and must be earned','','publish','open','open','','trust-is-essential-and-must-be-earned','','','2019-03-05 09:24:49','2019-03-05 14:24:49','',0,'https://deborahbrody.com/?p=3937',0,'post','',0),
(3938,4,'2019-03-01 11:40:04','2019-03-01 16:40:04','Last week I told you about the ongoing attack on my inbox by a \"lead generation company\" called Bark. As of today, I\'ve continued to receive dozens of emails from both the same sender (Kate Potter) or with the same subject line. More and more, this so-called company is looking like a two-bit spammer. They\'ve not earned trust from me.','Trust is essential and must be earned','','inherit','closed','closed','','3937-revision-v1','','','2019-03-01 11:40:04','2019-03-01 16:40:04','',3937,'https://deborahbrody.com/2019/03/3937-revision-v1/',0,'revision','',0),
(3939,4,'2019-03-05 09:14:26','2019-03-05 14:14:26','My last blog post detailed an ongoing attack on my inbox by a \"lead generation company\" called Bark. As of today, I\'ve continued to receive dozens of emails from both the same sender (\"Kate Potter\") or with the same subject line (\"new customers looking for your services\"). In fact, I got at least six since last night.\r\n\r\nBut all I have to do is see the sender or subject line to hit delete. Bark can continue to send emails until the end of days, and I will never open them. Why? Because I don\'t trust that Bark is legitimate. In fact, I Bark has earned the opposite reputation, that of a spammer, an illegitimate business that seeks to worm its way into getting you to click or call by sending  emails that may have the veneer of legitimacy but are a front for a scheme.\r\n\r\n<strong>Too many bad actors</strong>\r\n\r\nCybersecurity and privacy threats are rampant, and we  have to guard constantly against them. There are just too many bad actors seeking to damage businesses and people by installing malware or by phishing to get passwords in order to steal identities.\r\n\r\nClicking on links in emails always opens us up to problems. That is, unless we trust the sender and know they are not acting maliciously.\r\n\r\n<strong>Reputation matters</strong>\r\n\r\nIn order to keep opening and reading email, we need to trust the sender. Generally, we trust senders we have a relationship with. We know some senders personally or we\'ve conducted some kind of transaction with them (donation, purchase, etc.) and thus we trust them.\r\n\r\nHowever, if we don\'t trust the sender, we may not even open the email. And if we do open the email, we are certainly not downloading attachments or clicking on links.\r\n\r\n<strong>Spammers don\'t understand trust</strong>\r\n\r\nTrust is essential in the keeping yourself safe from cyber threats. And that is what Bark and many other spammers don\'t seem to get. They seems to think that as long as they are hiding behind a <em>veneer</em> of legitimacy (looking like legitimate business query or coming from the correct industry), then we will just trust that they are real. But trust is earned. And when you send the same email over and over and over again, you are not earning trust. You are causing suspicion. When you attempt to send the same email from a different sender\'s names,  you are not engendering believabilty, nor are you increasing the chance that the recipient will open the email.\r\n\r\n<strong>Endnote</strong>\r\n\r\nI just checked Bark on WHOIS. All information has been \"redacted for privacy.\" In other words, there is no contact information whatsoever.  All I can find out from WHOIS is the name of the domain registrar for this \"company.\" And I can also use this information to register a complaint.\r\n\r\n&nbsp;','Trust is essential and must be earned','','inherit','closed','closed','','3937-revision-v1','','','2019-03-05 09:14:26','2019-03-05 14:14:26','',3937,'https://deborahbrody.com/2019/03/3937-revision-v1/',0,'revision','',0),
(3940,4,'2019-03-05 09:22:48','2019-03-05 14:22:48','','achievement-adult-agreement-1308780','','inherit','open','closed','','achievement-adult-agreement-1308780','','','2019-03-05 09:22:48','2019-03-05 14:22:48','',3937,'https://deborahbrody.com/wp-content/uploads/2019/03/achievement-adult-agreement-1308780.jpg',0,'attachment','image/jpeg',0),
(3941,4,'2019-03-05 09:24:27','2019-03-05 14:24:27','My last blog post detailed an ongoing attack on my inbox by a \"lead generation company\" called Bark. As of today, I\'ve continued to receive dozens of emails from both the same sender (\"Kate Potter\") or with the same subject line (\"new customers looking for your services\"). In fact, I got at least six since last night.\r\n\r\nBut all I have to do is see who the sender  is or read the same subject line to hit delete. Bark can continue to send emails until the end of days, and I will never open them. Why? Because I don\'t trust that Bark is legitimate. In fact, Bark has earned the opposite reputation, that of a spammer, an illegitimate business that seeks to worm its way into getting you to click or call by sending  emails that may have the veneer of legitimacy but are a front for a scheme.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/03/achievement-adult-agreement-1308780.jpg\"><img class=\"aligncenter size-large wp-image-3940\" src=\"https://deborahbrody.com/wp-content/uploads/2019/03/achievement-adult-agreement-1308780-1024x892.jpg\" alt=\"\" width=\"1024\" height=\"892\" /></a>\r\n\r\n<strong>Too many bad actors</strong>\r\n\r\nCybersecurity and privacy threats are rampant, and we  have to guard constantly against them. There are just too many bad actors seeking to damage businesses and people by installing malware or by phishing to get passwords in order to steal identities.\r\n\r\nClicking on links in emails always opens us up to problems. That is, unless we trust the sender and know they are not acting maliciously.\r\n\r\n<strong>Reputation matters</strong>\r\n\r\nIn order to keep opening and reading email, we need to trust the sender. Generally, we trust senders we have a relationship with. We know some senders personally or we\'ve conducted some kind of transaction with them (donation, purchase, etc.) and thus we trust them.\r\n\r\nHowever, if we don\'t trust the sender, we may not even open the email. And if we do open the email, we are certainly not downloading attachments or clicking on links.\r\n\r\n<strong>Spammers don\'t understand trust</strong>\r\n\r\nTrust is essential in the keeping yourself safe from cyber threats. And that is what Bark and many other spammers don\'t seem to get. They seems to think that as long as they are hiding behind a <em>veneer</em> of legitimacy (looking like legitimate business query or coming from the correct industry), then we will just trust that they are real. But trust is earned. And when you send the same email over and over and over again, you are not earning trust. You are causing suspicion. When you attempt to send the same email from a different sender\'s names,  you are not engendering believabilty, nor are you increasing the chance that the recipient will open the email.\r\n\r\n<strong>Endnote</strong>\r\n\r\nI just checked Bark on WHOIS. All information has been \"redacted for privacy.\" In other words, there is no contact information whatsoever.  All I can find out from WHOIS is the name of the domain registrar for this \"company.\" And I can  use this information to register a complaint.\r\n\r\n&nbsp;','Trust is essential and must be earned','','inherit','closed','closed','','3937-revision-v1','','','2019-03-05 09:24:27','2019-03-05 14:24:27','',3937,'https://deborahbrody.com/2019/03/3937-revision-v1/',0,'revision','',0),
(3944,4,'2019-03-21 14:42:39','2019-03-21 18:42:39','As I was driving in today\'s heavy rain, I noticed whether cars had headlights on. Most did, but there were several that didn\'t. What reasoning would possess anyone to not turn on their headlights in the pouring rain (and I think it may actually be a driving rule here in Maryland)? Sure, some people forget. But when you look around and everyone else has theirs on, does that not remind you to do it too?  I mentioned this to a friend, and she said she believes it\'s because the drivers think they only need lights on when they themselves can\'t see. They fail to think about the fact that the lights help others to see them.\r\n\r\n[caption id=\"attachment_3945\" align=\"aligncenter\" width=\"819\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2019/03/adventure-camera-car-1895578.jpg\"><img class=\"size-large wp-image-3945\" src=\"https://deborahbrody.com/wp-content/uploads/2019/03/adventure-camera-car-1895578-819x1024.jpg\" alt=\"headlights\" width=\"819\" height=\"1024\" /></a> <br />Photo by Louis from Pexels[/caption]\r\n\r\nThe marketing communications angle here is that whenever you produce any marketing materials, you can\'t just think about yourself (your company or organization) but about the people who will be using/reading/accessing those materials. When you fail to think about what they need, like the cars without headlights in the pouring rain, you are making it harder for them to see you.\r\n\r\n<strong>Events happening sometime during St. Patrick\'s weekend</strong>\r\n\r\nTake for example the Facebook event posting from a local Irish pub for its St. Patrick\'s Day celebration. It listed the following information, verbatim:\r\n<blockquote>Saturday and Sunday Outdoor Festival. Live Music, Pipes &amp; Drums, Irish Dancers, Bouncy Castle Face Painting and so much more!</blockquote>\r\nDo you notice anything missing (other than the comma between castle and face painting)? How about times? Is it all day? When and where is the live music? What bands will be performing? Where does this all take place? In the pub? On the street outside the pub? Is this free? Or is there a fee?\r\n\r\nSince I was interested in attending (come on, they had a bouncy castle!), I had to message the pub and ask. They responded telling me they were opening early for brunch at 10 a.m., and that the outdoor activities would also start then, and the live music would go on at 2 p.m. I thanked them and suggested they include that information in their event page, you know, to make it clearer for anyone interested in possibly attending.\r\n\r\n<strong>The devil really is in the details</strong>\r\n\r\nHaving seen many marketing pieces, whether it be websites, brochures or press releases, with a similar lack of salient detail, I know it is common to forget that your audience does not know everything you do about whatever you are promoting. There are the restaurant websites that fail to list their location or their operating hours. Or the product sales sheet that doesn\'t list the size of the product or its cost.  And on and on.\r\n\r\nIn order to produce effective, useful marketing materials, you <em>must</em> consider your audience. What details does the audience need to know? What information is relevant and is it included in your marketing piece?\r\n\r\n<strong>It\'s all about the Ws</strong>\r\n\r\nA way to gauge whether you are including the information your audience needs is to follow the journalist\'s guideline of asking the \"5 Ws + H\": who, what, where, when, why, and how. If your marketing piece answers those questions, you will have provided the most relevant information. For events, the what, where, and when are crucial. Clearly, the pub\'s marketing folks do not have a journalistic or events planning background. I will chalk up their poorly thought out event invitation to it being produced by an amateur. One would hope no professional marketing person would fail to include the when and where information on an event listing.\r\n\r\nDon\'t be so centered on your own needs that you forget what your audience needs to know. In other words:\r\n\r\n<strong>Turn on your headlights so others can see you.</strong>','It\'s not all about you, nor should it be','','publish','open','open','','its-not-all-about-you-nor-should-it-be','','','2019-03-21 14:42:39','2019-03-21 18:42:39','',0,'https://deborahbrody.com/?p=3944',0,'post','',1),
(3945,4,'2019-03-21 14:38:27','2019-03-21 18:38:27','','adventure-camera-car-1895578','\nPhoto by Louis from Pexels\n','inherit','open','closed','','adventure-camera-car-1895578','','','2019-03-21 14:38:48','2019-03-21 18:38:48','',3944,'https://deborahbrody.com/wp-content/uploads/2019/03/adventure-camera-car-1895578.jpg',0,'attachment','image/jpeg',0),
(3946,4,'2019-03-21 14:39:03','2019-03-21 18:39:03','As I was driving in today\'s heavy rain, I noticed whether cars had headlights on. Most did, but there were several that didn\'t. What reasoning would possess anyone to not turn on their headlights in the pouring rain (and I think it may actually be a driving rule here in Maryland)? Sure, some people forget. But when you look around and everyone else has theirs on, does that not remind you to do it too?  I mentioned this to a friend, and she said she believes it\'s because the drivers think they only need lights on when they themselves can\'t see. They fail to think about the fact that the lights help others to see them.\r\n\r\n[caption id=\"attachment_3945\" align=\"aligncenter\" width=\"819\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2019/03/adventure-camera-car-1895578.jpg\"><img class=\"size-large wp-image-3945\" src=\"https://deborahbrody.com/wp-content/uploads/2019/03/adventure-camera-car-1895578-819x1024.jpg\" alt=\"headlights\" width=\"819\" height=\"1024\" /></a> <br />Photo by Louis from Pexels[/caption]\r\n\r\nThe marketing communications angle here is that whenever you produce any marketing materials, you can\'t just think about yourself (your company or organization) but about the people who will be using/reading/accessing those materials. When you fail to think about what they need, like the cars without headlights in the pouring rain, you are making it harder for them to see you.\r\n\r\n<strong>Events happening sometime during St. Patrick\'s weekend</strong>\r\n\r\nTake for example the Facebook event posting from a local Irish pub for its St. Patrick\'s Day celebration. It listed the following information:\r\n<blockquote>Saturday and Sunday Outdoor Festival. Live Music, Pipes &amp; Drums, Irish Dancers, Bouncy Castle Face Painting and so much more!</blockquote>\r\nDo you notice anything missing (other than the comma between castle and face painting)? How about times? Is it all day? When and where is the live music? What bands will be performing? Where does this all take place? In the pub? On the street outside the pub? Is this free? Or is there a fee?\r\n\r\nSince I was interested in attending (come on, they had a bouncy castle!), I had to message the pub and ask. They responded telling me they were opening early for brunch at 10 a.m., and that the outdoor activities would also start then, and the live music would go on at 2 p.m. I thanked them and suggested they include that information in their event page, you know, to make it clearer for anyone interested in possibly attending.\r\n\r\n<strong>The devil really is in the details</strong>\r\n\r\nHaving seen many marketing pieces, whether it be websites, brochures or press releases, with a similar lack of salient detail, I know it is common to forget that your audience does not know everything you do about whatever you are promoting. There are the restaurant websites that fail to list their location or their operating hours. Or the product sales sheet that doesn\'t list the size of the product or its cost.  And on and on.\r\n\r\nIn order to produce effective, useful marketing materials, you <em>must</em> consider your audience. What details does the audience need to know? What information is relevant and is it included in your marketing piece?\r\n\r\n<strong>It\'s all about the Ws</strong>\r\n\r\nA way to gauge whether you are including the information your audience needs is to follow the journalist\'s guideline of asking the \"5 Ws + H\": who, what, where, when, why and how. If your marketing piece answers those questions, you will have provided the most relevant information. For events, the what, where, and when are crucial. Clearly, the pub\'s marketing folks do not have a journalistic or events planning background. I will chalk up their poorly thought out event invitation to it being produced by an amateur. One would hope no professional marketing person would fail to include the when and where information on an event listing.\r\n\r\n<strong>Turn on your headlights so others can see you</strong>\r\n\r\nIn other words, don\'t be so centered on your own needs that you forget what your audience needs to know.','It\'s not all about you, nor should it be','','inherit','closed','closed','','3944-revision-v1','','','2019-03-21 14:39:03','2019-03-21 18:39:03','',3944,'https://deborahbrody.com/2019/03/3944-revision-v1/',0,'revision','',0),
(3947,4,'2019-03-21 14:42:39','2019-03-21 18:42:39','As I was driving in today\'s heavy rain, I noticed whether cars had headlights on. Most did, but there were several that didn\'t. What reasoning would possess anyone to not turn on their headlights in the pouring rain (and I think it may actually be a driving rule here in Maryland)? Sure, some people forget. But when you look around and everyone else has theirs on, does that not remind you to do it too?  I mentioned this to a friend, and she said she believes it\'s because the drivers think they only need lights on when they themselves can\'t see. They fail to think about the fact that the lights help others to see them.\r\n\r\n[caption id=\"attachment_3945\" align=\"aligncenter\" width=\"819\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2019/03/adventure-camera-car-1895578.jpg\"><img class=\"size-large wp-image-3945\" src=\"https://deborahbrody.com/wp-content/uploads/2019/03/adventure-camera-car-1895578-819x1024.jpg\" alt=\"headlights\" width=\"819\" height=\"1024\" /></a> <br />Photo by Louis from Pexels[/caption]\r\n\r\nThe marketing communications angle here is that whenever you produce any marketing materials, you can\'t just think about yourself (your company or organization) but about the people who will be using/reading/accessing those materials. When you fail to think about what they need, like the cars without headlights in the pouring rain, you are making it harder for them to see you.\r\n\r\n<strong>Events happening sometime during St. Patrick\'s weekend</strong>\r\n\r\nTake for example the Facebook event posting from a local Irish pub for its St. Patrick\'s Day celebration. It listed the following information, verbatim:\r\n<blockquote>Saturday and Sunday Outdoor Festival. Live Music, Pipes &amp; Drums, Irish Dancers, Bouncy Castle Face Painting and so much more!</blockquote>\r\nDo you notice anything missing (other than the comma between castle and face painting)? How about times? Is it all day? When and where is the live music? What bands will be performing? Where does this all take place? In the pub? On the street outside the pub? Is this free? Or is there a fee?\r\n\r\nSince I was interested in attending (come on, they had a bouncy castle!), I had to message the pub and ask. They responded telling me they were opening early for brunch at 10 a.m., and that the outdoor activities would also start then, and the live music would go on at 2 p.m. I thanked them and suggested they include that information in their event page, you know, to make it clearer for anyone interested in possibly attending.\r\n\r\n<strong>The devil really is in the details</strong>\r\n\r\nHaving seen many marketing pieces, whether it be websites, brochures or press releases, with a similar lack of salient detail, I know it is common to forget that your audience does not know everything you do about whatever you are promoting. There are the restaurant websites that fail to list their location or their operating hours. Or the product sales sheet that doesn\'t list the size of the product or its cost.  And on and on.\r\n\r\nIn order to produce effective, useful marketing materials, you <em>must</em> consider your audience. What details does the audience need to know? What information is relevant and is it included in your marketing piece?\r\n\r\n<strong>It\'s all about the Ws</strong>\r\n\r\nA way to gauge whether you are including the information your audience needs is to follow the journalist\'s guideline of asking the \"5 Ws + H\": who, what, where, when, why, and how. If your marketing piece answers those questions, you will have provided the most relevant information. For events, the what, where, and when are crucial. Clearly, the pub\'s marketing folks do not have a journalistic or events planning background. I will chalk up their poorly thought out event invitation to it being produced by an amateur. One would hope no professional marketing person would fail to include the when and where information on an event listing.\r\n\r\nDon\'t be so centered on your own needs that you forget what your audience needs to know. In other words:\r\n\r\n<strong>Turn on your headlights so others can see you.</strong>','It\'s not all about you, nor should it be','','inherit','closed','closed','','3944-revision-v1','','','2019-03-21 14:42:39','2019-03-21 18:42:39','',3944,'https://deborahbrody.com/2019/03/3944-revision-v1/',0,'revision','',0),
(3950,4,'2019-04-04 14:18:56','0000-00-00 00:00:00','First, let\'s define the terms specialist and generalist. A specialist is focused on one area/topic (e.g., medicine) or skill (e.g., package design), and may have developed an expertise in that field. A generalist is not focused or specialized in one area, and may know something about a lot of subjects or skills.\r\n\r\nSubject matter experts are specialists. Jacks of all trades are generalists.\r\n\r\n&nbsp;','Is it better to hire a specialist or a generalist?','','draft','open','open','','','','','2019-04-04 14:18:56','2019-04-04 18:18:56','',0,'https://deborahbrody.com/?p=3950',0,'post','',0),
(3951,4,'2019-04-04 14:18:56','2019-04-04 18:18:56','First, let\'s define the terms specialist and generalist. A specialist is focused on one area/topic (e.g., medicine) or skill (e.g., package design), and may have developed an expertise in that field. A generalist is not focused or specialized in one area, and may know something about a lot of subjects or skills.\r\n\r\nSubject matter experts are specialists. Jacks of all trades are generalists.\r\n\r\n&nbsp;','Is it better to hire a specialist or a generalist?','','inherit','closed','closed','','3950-revision-v1','','','2019-04-04 14:18:56','2019-04-04 18:18:56','',3950,'https://deborahbrody.com/2019/04/3950-revision-v1/',0,'revision','',0),
(3952,4,'2019-04-09 10:12:02','2019-04-09 14:12:02','We use Google today just like we used the phone book years ago. In fact, anybody born from the late 1990s on only knows to use Google when looking up stuff (not that we even have phone books anymore).\r\n\r\n<strong>Search on Google and you find websites!</strong>\r\n\r\nGoogle pulls up two sources of information in response to your query—websites and different Google products, including Google My Business listings, and Google Maps.  In other words, if you want your business to be found on Google, you need one or both of these (and you can\'t have a good Google My Business listing without a website).\r\n\r\nIt follows that if you want your business to succeed, you will have a findable, <strong>updated</strong>, easy-to-navigate website. If you want to really have success, you will also claim your Google My Business listing, and keep it <strong>up to date.</strong>\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/04/ballpen-blur-close-up-461077-1.jpg\"><img class=\"aligncenter size-large wp-image-3954\" src=\"https://deborahbrody.com/wp-content/uploads/2019/04/ballpen-blur-close-up-461077-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>The information that absolutely must be current</strong>\r\n\r\nIt\'s absolutely essential that you keep your website and Google My Business listing current and up to date. If not, you might as well hope people still have that phone book handy so they can find your number.\r\n\r\nThere\'s no big mystery about what you need to keep tabs on: anything that impacts your customer\'s interaction with your business, including:\r\n<ul>\r\n 	<li>Hours</li>\r\n 	<li>Location</li>\r\n 	<li>Contact information</li>\r\n 	<li>Team members/staff/leadership</li>\r\n 	<li>Services/products</li>\r\n 	<li>Pricing</li>\r\n</ul>\r\nIf any of the above change, you must update your website. It really is that simple. If not, you risk alienating your customers.\r\n\r\n<strong>Not keeping up with your website is....not good</strong>\r\n\r\nJust in the past couple of months, I\'ve had two instances where websites were not updated with important information. When I looked up the massage therapist that I\'d gone to a couple of years ago, her website appeared the same, as did her pricing. I went ahead and made an appointment, and it was only after I was ready to pay that I learned that her pricing had gone up by 10%.  Yesterday,  I looked up my hair salon\'s website to find the number to make an appointment. The website says that the salon is open seven days a week,  but when I called yesterday (Monday), I got a recording informing me that the salon is closed on Mondays. Both of these experiences were annoying, but also avoidable had the business owners taken the time to update their websites.\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nKeeping your website updated is a best practice for business. Not doing it can alienate customers.','Your website is your business\' front door','','publish','open','open','','your-website-is-your-business-front-door','','','2019-04-09 10:12:02','2019-04-09 14:12:02','',0,'https://deborahbrody.com/?p=3952',0,'post','',0),
(3953,4,'2019-04-09 08:54:40','2019-04-09 12:54:40','It\'s remarkable to me how many businesses have an outdated website. It\'s like they threw up something back in 1995, when the internet was starting to heat up and they haven\'t bothered with it since. On the other hand, there are some organizations that are constantly changing their website. Every couple of years (probably when there\'s a new CEO or director of comms), these organizations undertake a massive (and expensive) redesign.\r\n\r\n&nbsp;\r\n\r\nNot changing at all or changing too often','Your website is your business\' front door','','inherit','closed','closed','','3952-revision-v1','','','2019-04-09 08:54:40','2019-04-09 12:54:40','',3952,'https://deborahbrody.com/2019/04/3952-revision-v1/',0,'revision','',0),
(3954,4,'2019-04-09 10:06:51','2019-04-09 14:06:51','','ballpen-blur-close-up-461077-1','','inherit','open','closed','','ballpen-blur-close-up-461077-1','','','2019-04-09 10:06:51','2019-04-09 14:06:51','',3952,'https://deborahbrody.com/wp-content/uploads/2019/04/ballpen-blur-close-up-461077-1.jpg',0,'attachment','image/jpeg',0),
(3955,4,'2019-04-09 10:07:41','2019-04-09 14:07:41','We use Google today just like we used the phone book years ago. In fact, anybody born from the late 1990s on only knows to use Google when looking up stuff (not that we even have phone books anymore).\r\n\r\n<strong>Search on Google and you find websites!</strong>\r\n\r\nGoogle pulls up two sources of information in response to your query—websites and different Google products, including Google My Business listings, and Google Maps.  In other words, if you want your business to be found on Google, you need one or both of these (and you can\'t have a good Google My Business listing without a website).\r\n\r\nIt follows that if you want your business to succeed, you will have a findable, <strong>updated</strong>, easy-to-navigate website. If you want to really have success, you will also claim your Google My Business listing, and keep it <strong>up to date.</strong>\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/04/ballpen-blur-close-up-461077-1.jpg\"><img class=\"aligncenter size-large wp-image-3954\" src=\"https://deborahbrody.com/wp-content/uploads/2019/04/ballpen-blur-close-up-461077-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>The information that absolutely must be current</strong>\r\n\r\nIt\'s absolutely essential that you keep your website and Google My Business listing current and up to date. If not, you might as well hope people still have that phone book handy so they can find your number.\r\n\r\nThere\'s no big mystery about what you need to keep tabs on: anything that impacts your customer\'s interaction with your business, including:\r\n<ul>\r\n 	<li>Hours</li>\r\n 	<li>Location</li>\r\n 	<li>Contact information</li>\r\n 	<li>Team members/staff/leadership</li>\r\n 	<li>Services/products</li>\r\n 	<li>Pricing</li>\r\n</ul>\r\nIf any of the above change, you must update your website. It really is that simple. If not, you risk alienating your customers.\r\n\r\n<strong>Not keeping up with your website is....not good</strong>\r\n\r\nJust in the past couple of months, I\'ve had two instances where websites were not updated with important information. When I looked up the massage therapist that I\'d gone to a couple of years ago, her website appeared the same, as did her pricing. I went ahead and made an appointment, and it was only after I was ready to pay that I learned that her pricing had gone up by 10%. And then, I looked my hair salon to make an appointment. The website tells me that the salon is open seven days a week, and when I called yesterday (Monday), I got a recording informing me that the salon is closed on Mondays.\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nKeeping your website updated is a best practice for business. Not doing it can alienate customers.','Your website is your business\' front door','','inherit','closed','closed','','3952-revision-v1','','','2019-04-09 10:07:41','2019-04-09 14:07:41','',3952,'https://deborahbrody.com/2019/04/3952-revision-v1/',0,'revision','',0),
(3956,4,'2019-04-09 10:12:02','2019-04-09 14:12:02','We use Google today just like we used the phone book years ago. In fact, anybody born from the late 1990s on only knows to use Google when looking up stuff (not that we even have phone books anymore).\r\n\r\n<strong>Search on Google and you find websites!</strong>\r\n\r\nGoogle pulls up two sources of information in response to your query—websites and different Google products, including Google My Business listings, and Google Maps.  In other words, if you want your business to be found on Google, you need one or both of these (and you can\'t have a good Google My Business listing without a website).\r\n\r\nIt follows that if you want your business to succeed, you will have a findable, <strong>updated</strong>, easy-to-navigate website. If you want to really have success, you will also claim your Google My Business listing, and keep it <strong>up to date.</strong>\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/04/ballpen-blur-close-up-461077-1.jpg\"><img class=\"aligncenter size-large wp-image-3954\" src=\"https://deborahbrody.com/wp-content/uploads/2019/04/ballpen-blur-close-up-461077-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>The information that absolutely must be current</strong>\r\n\r\nIt\'s absolutely essential that you keep your website and Google My Business listing current and up to date. If not, you might as well hope people still have that phone book handy so they can find your number.\r\n\r\nThere\'s no big mystery about what you need to keep tabs on: anything that impacts your customer\'s interaction with your business, including:\r\n<ul>\r\n 	<li>Hours</li>\r\n 	<li>Location</li>\r\n 	<li>Contact information</li>\r\n 	<li>Team members/staff/leadership</li>\r\n 	<li>Services/products</li>\r\n 	<li>Pricing</li>\r\n</ul>\r\nIf any of the above change, you must update your website. It really is that simple. If not, you risk alienating your customers.\r\n\r\n<strong>Not keeping up with your website is....not good</strong>\r\n\r\nJust in the past couple of months, I\'ve had two instances where websites were not updated with important information. When I looked up the massage therapist that I\'d gone to a couple of years ago, her website appeared the same, as did her pricing. I went ahead and made an appointment, and it was only after I was ready to pay that I learned that her pricing had gone up by 10%.  Yesterday,  I looked up my hair salon\'s website to find the number to make an appointment. The website says that the salon is open seven days a week,  but when I called yesterday (Monday), I got a recording informing me that the salon is closed on Mondays. Both of these experiences were annoying, but also avoidable had the business owners taken the time to update their websites.\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nKeeping your website updated is a best practice for business. Not doing it can alienate customers.','Your website is your business\' front door','','inherit','closed','closed','','3952-revision-v1','','','2019-04-09 10:12:02','2019-04-09 14:12:02','',3952,'https://deborahbrody.com/2019/04/3952-revision-v1/',0,'revision','',0),
(3959,4,'2019-04-30 11:37:37','2019-04-30 15:37:37','I was on vacation for a couple of weeks, and during that time, I didn\'t hear from one of my friends at all. She didn\'t want to know if I\'d arrived safely, what I was doing, or anything else. On the other hand, another acquaintance texted me several times, wanting to know how my flight was, what I was doing, was I having any fun, and so forth. And yet another friend sent me just two messages, both because she saw something that related to me and wanted to let me know.\r\n\r\nIn other words, I got too little from one friend, too much from another, and just the right amount from the third.  I felt like I finally understood how Goldilocks felt when she broke in to the bears\' house.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669.jpg\"><img class=\"aligncenter size-large wp-image-3964\" src=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669-1024x1024.jpg\" alt=\"\" width=\"1024\" height=\"1024\" /></a>\r\n\r\n<strong>The Goldilocks Approach to Email Marketing Defined</strong>\r\n\r\nAll email marketers should apply a Goldilocks test to their email marketing, and figure out what make the \"just right\" email campaign. The Goldilocks test involves awareness of three issues: timing, quantity and content relevance. To be like Goldilocks, ask yourself whether you email marketing is too cold, too hot, or just right.\r\n\r\n<strong>Too cold!</strong>\r\n\r\nWhen the porridge goes cold, you don\'t want to eat it.\r\n\r\nYou email marketing is too cold when you don\'t send any/enough email to your contact list, or you send irrelevant email that gets ignored/deleted. In this case,  you risk being forgotten, or you are making your contacts think you are not in business any more, or worse, that you don\'t offer anything that is of value to them.\r\n\r\n<strong>Too hot!</strong>\r\n\r\nOn the other hand, if the porridge is too hot, you can\'t eat it because don\'t want to touch it and risk being burned.\r\n\r\nYour email marketing is too hot when you send too much email. You are overwhelming your contacts and risk alienating them. If you send too much email, your contacts don\'t know what is valuable. Also, too much email is annoying. Statistics back this up. More than a quarter of people who unsubscribe from email lists do so because they say they get too many emails. Read more <a href=\"https://content.myemma.com/blog/why-do-people-unsubscribe-from-email-marketing-campaigns\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n<strong>Just right!</strong>\r\n\r\nWhen the porridge is at the ideal temperature, you can eat and even enjoy it.\r\n\r\nThe \"just right\" email campaign is when you  send  timely email that is valuable to your contacts. If you send well-timed, relevant email, you are doing your list a service. Your contacts will benefit from your email. A well thought out email campaign will have a better open rate, less churn, and may result in action on the part of your contacts (a sale, donation, download, etc.).\r\n\r\n<hr />\r\n\r\nWhat makes an email marketing campaign just right for you? Please let me know in the comments.','Think like Goldilocks to improve your email marketing','','publish','open','open','','think-like-goldilocks-to-improve-your-email-marketing','','','2019-04-30 11:37:37','2019-04-30 15:37:37','',0,'https://deborahbrody.com/?p=3959',0,'post','',0),
(3962,4,'2019-04-29 11:58:31','2019-04-29 15:58:31','I was on vacation for a couple of weeks, and during that time, I didn\'t hear from one of my friends at all. She didn\'t want to know if I\'d arrived safely, what I was doing, or anything else. Just radio silence from her. On the other hand, another acquaintance texted me several times, wanting to know how my flight was, what I was doing, was I having any fun, and so forth. And yet another friend sent me just two messages, both because she saw something that related to me and wanted to let me know.\r\n\r\nIn other words, I got too little from one friend, too much from another, and just the right amount from the third.  I felt like I finally understood how Goldilocks felt when she broke in to the bears\' house.\r\n\r\n<strong>The Goldilocks Approach to Email Marketing Defined</strong>\r\n\r\nAll email marketers should apply a Goldilocks test to their email marketing, and figure out what make the just right email campaign. The Goldilocks test involves awareness of three issues: timing, quantity and content relevance. To be like Goldilocks, ask yourself whether you email marketing is too cold, too hot, or just right.\r\n\r\n<strong>Too cold!</strong>\r\n\r\nWhen the porridge goes cold, you don\'t want to eat it.\r\n\r\nYou email marketing is too cold when you don\'t send any/enough email to your contact list, or you send irrelevant email that is ignored. In this case,  you risk being forgotten or making your contacts think you are not in business any more, or worse, that you don\'t offer anything that is of value to them.\r\n\r\n<strong>Too hot!</strong>\r\n\r\nOn the other hand, if the porridge is too hot, you can\'t eat it because don\'t want to touch it and risk being burned.\r\n\r\nYour email marketing is too hot when you send too much email. You are overwhelming your contacts and risk alienating them. If you send too much email, your contacts don\'t know what is valuable. Also, too much email is annoying.\r\n\r\n<strong>Just right!</strong>\r\n\r\nWhen the porridge is at the ideal temperature, you can eat and even enjoy it.\r\n\r\nThe \"just right\" email campaign is when you  send email that is valuable to your contacts, in a timely and moderate fashion,. If you send relevant email, you are doing them a service. They will appreciate hearing from you.','Think like Goldilocks to improve your email marketing','','inherit','closed','closed','','3959-revision-v1','','','2019-04-29 11:58:31','2019-04-29 15:58:31','',3959,'https://deborahbrody.com/2019/04/3959-revision-v1/',0,'revision','',0),
(3963,4,'2019-04-29 12:09:48','2019-04-29 16:09:48','I was on vacation for a couple of weeks, and during that time, I didn\'t hear from one of my friends at all. She didn\'t want to know if I\'d arrived safely, what I was doing, or anything else. Just radio silence from her. On the other hand, another acquaintance texted me several times, wanting to know how my flight was, what I was doing, was I having any fun, and so forth. And yet another friend sent me just two messages, both because she saw something that related to me and wanted to let me know.\r\n\r\nIn other words, I got too little from one friend, too much from another, and just the right amount from the third.  I felt like I finally understood how Goldilocks felt when she broke in to the bears\' house.\r\n\r\n<strong>The Goldilocks Approach to Email Marketing Defined</strong>\r\n\r\nAll email marketers should apply a Goldilocks test to their email marketing, and figure out what make the just right email campaign. The Goldilocks test involves awareness of three issues: timing, quantity and content relevance. To be like Goldilocks, ask yourself whether you email marketing is too cold, too hot, or just right.\r\n\r\n<strong>Too cold!</strong>\r\n\r\nWhen the porridge goes cold, you don\'t want to eat it.\r\n\r\nYou email marketing is too cold when you don\'t send any/enough email to your contact list, or you send irrelevant email that is ignored. In this case,  you risk being forgotten or making your contacts think you are not in business any more, or worse, that you don\'t offer anything that is of value to them.\r\n\r\n<strong>Too hot!</strong>\r\n\r\nOn the other hand, if the porridge is too hot, you can\'t eat it because don\'t want to touch it and risk being burned.\r\n\r\nYour email marketing is too hot when you send too much email. You are overwhelming your contacts and risk alienating them. If you send too much email, your contacts don\'t know what is valuable. Also, too much email is annoying. Statistics back this up. More than a quarter of people who unsubscribe from email lists do so because they say they get too many emails. Read more <a href=\"https://content.myemma.com/blog/why-do-people-unsubscribe-from-email-marketing-campaigns\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n<strong>Just right!</strong>\r\n\r\nWhen the porridge is at the ideal temperature, you can eat and even enjoy it.\r\n\r\nThe \"just right\" email campaign is when you  send email that is valuable to your contacts, in a timely and moderate fashion,. If you send relevant email, you are doing them a service. They will appreciate hearing from you.','Think like Goldilocks to improve your email marketing','','inherit','closed','closed','','3959-revision-v1','','','2019-04-29 12:09:48','2019-04-29 16:09:48','',3959,'https://deborahbrody.com/2019/04/3959-revision-v1/',0,'revision','',0),
(3964,4,'2019-04-29 12:14:34','2019-04-29 16:14:34','','berries-blueberries-bowl-101669','','inherit','open','closed','','berries-blueberries-bowl-101669','','','2019-04-29 12:14:34','2019-04-29 16:14:34','',3959,'https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669.jpg',0,'attachment','image/jpeg',0),
(3965,4,'2019-04-29 12:14:57','2019-04-29 16:14:57','I was on vacation for a couple of weeks, and during that time, I didn\'t hear from one of my friends at all. She didn\'t want to know if I\'d arrived safely, what I was doing, or anything else. Just radio silence from her. On the other hand, another acquaintance texted me several times, wanting to know how my flight was, what I was doing, was I having any fun, and so forth. And yet another friend sent me just two messages, both because she saw something that related to me and wanted to let me know.\r\n\r\nIn other words, I got too little from one friend, too much from another, and just the right amount from the third.  I felt like I finally understood how Goldilocks felt when she broke in to the bears\' house.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669.jpg\"><img class=\"aligncenter size-large wp-image-3964\" src=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669-1024x1024.jpg\" alt=\"\" width=\"1024\" height=\"1024\" /></a>\r\n\r\n<strong>The Goldilocks Approach to Email Marketing Defined</strong>\r\n\r\nAll email marketers should apply a Goldilocks test to their email marketing, and figure out what make the just right email campaign. The Goldilocks test involves awareness of three issues: timing, quantity and content relevance. To be like Goldilocks, ask yourself whether you email marketing is too cold, too hot, or just right.\r\n\r\n<strong>Too cold!</strong>\r\n\r\nWhen the porridge goes cold, you don\'t want to eat it.\r\n\r\nYou email marketing is too cold when you don\'t send any/enough email to your contact list, or you send irrelevant email that is ignored. In this case,  you risk being forgotten or making your contacts think you are not in business any more, or worse, that you don\'t offer anything that is of value to them.\r\n\r\n<strong>Too hot!</strong>\r\n\r\nOn the other hand, if the porridge is too hot, you can\'t eat it because don\'t want to touch it and risk being burned.\r\n\r\nYour email marketing is too hot when you send too much email. You are overwhelming your contacts and risk alienating them. If you send too much email, your contacts don\'t know what is valuable. Also, too much email is annoying. Statistics back this up. More than a quarter of people who unsubscribe from email lists do so because they say they get too many emails. Read more <a href=\"https://content.myemma.com/blog/why-do-people-unsubscribe-from-email-marketing-campaigns\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n<strong>Just right!</strong>\r\n\r\nWhen the porridge is at the ideal temperature, you can eat and even enjoy it.\r\n\r\nThe \"just right\" email campaign is when you  send email that is valuable to your contacts, in a timely and moderate fashion,. If you send relevant email, you are doing them a service. They will appreciate hearing from you.','Think like Goldilocks to improve your email marketing','','inherit','closed','closed','','3959-revision-v1','','','2019-04-29 12:14:57','2019-04-29 16:14:57','',3959,'https://deborahbrody.com/2019/04/3959-revision-v1/',0,'revision','',0),
(3966,4,'2019-04-29 12:44:09','2019-04-29 16:44:09','I was on vacation for a couple of weeks, and during that time, I didn\'t hear from one of my friends at all. She didn\'t want to know if I\'d arrived safely, what I was doing, or anything else. Just radio silence from her. On the other hand, another acquaintance texted me several times, wanting to know how my flight was, what I was doing, was I having any fun, and so forth. And yet another friend sent me just two messages, both because she saw something that related to me and wanted to let me know.\r\n\r\nIn other words, I got too little from one friend, too much from another, and just the right amount from the third.  I felt like I finally understood how Goldilocks felt when she broke in to the bears\' house.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669.jpg\"><img class=\"aligncenter size-large wp-image-3964\" src=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669-1024x1024.jpg\" alt=\"\" width=\"1024\" height=\"1024\" /></a>\r\n\r\n<strong>The Goldilocks Approach to Email Marketing Defined</strong>\r\n\r\nAll email marketers should apply a Goldilocks test to their email marketing, and figure out what make the just right email campaign. The Goldilocks test involves awareness of three issues: timing, quantity and content relevance. To be like Goldilocks, ask yourself whether you email marketing is too cold, too hot, or just right.\r\n\r\n<strong>Too cold!</strong>\r\n\r\nWhen the porridge goes cold, you don\'t want to eat it.\r\n\r\nYou email marketing is too cold when you don\'t send any/enough email to your contact list, or you send irrelevant email that is ignored. In this case,  you risk being forgotten or making your contacts think you are not in business any more, or worse, that you don\'t offer anything that is of value to them.\r\n\r\n<strong>Too hot!</strong>\r\n\r\nOn the other hand, if the porridge is too hot, you can\'t eat it because don\'t want to touch it and risk being burned.\r\n\r\nYour email marketing is too hot when you send too much email. You are overwhelming your contacts and risk alienating them. If you send too much email, your contacts don\'t know what is valuable. Also, too much email is annoying. Statistics back this up. More than a quarter of people who unsubscribe from email lists do so because they say they get too many emails. Read more <a href=\"https://content.myemma.com/blog/why-do-people-unsubscribe-from-email-marketing-campaigns\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n<strong>Just right!</strong>\r\n\r\nWhen the porridge is at the ideal temperature, you can eat and even enjoy it.\r\n\r\nThe \"just right\" email campaign is when you  send email that is valuable to your contacts, in a timely and moderate fashion. If you send well-timed, relevant email, you are doing your list a service. Your contacts will benefit from your email, and may even appreciate you for it.','Think like Goldilocks to improve your email marketing','','inherit','closed','closed','','3959-revision-v1','','','2019-04-29 12:44:09','2019-04-29 16:44:09','',3959,'https://deborahbrody.com/2019/04/3959-revision-v1/',0,'revision','',0),
(3967,4,'2019-04-30 11:35:32','2019-04-30 15:35:32','I was on vacation for a couple of weeks, and during that time, I didn\'t hear from one of my friends at all. She didn\'t want to know if I\'d arrived safely, what I was doing, or anything else\r\n\r\n. On the other hand, another acquaintance texted me several times, wanting to know how my flight was, what I was doing, was I having any fun, and so forth. And yet another friend sent me just two messages, both because she saw something that related to me and wanted to let me know.\r\n\r\nIn other words, I got too little from one friend, too much from another, and just the right amount from the third.  I felt like I finally understood how Goldilocks felt when she broke in to the bears\' house.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669.jpg\"><img class=\"aligncenter size-large wp-image-3964\" src=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669-1024x1024.jpg\" alt=\"\" width=\"1024\" height=\"1024\" /></a>\r\n\r\n<strong>The Goldilocks Approach to Email Marketing Defined</strong>\r\n\r\nAll email marketers should apply a Goldilocks test to their email marketing, and figure out what make the just right email campaign. The Goldilocks test involves awareness of three issues: timing, quantity and content relevance. To be like Goldilocks, ask yourself whether you email marketing is too cold, too hot, or just right.\r\n\r\n<strong>Too cold!</strong>\r\n\r\nWhen the porridge goes cold, you don\'t want to eat it.\r\n\r\nYou email marketing is too cold when you don\'t send any/enough email to your contact list, or you send irrelevant email that gets ignored/deleted. In this case,  you risk being forgotten, or you are making your contacts think you are not in business any more, or worse, that you don\'t offer anything that is of value to them.\r\n\r\n<strong>Too hot!</strong>\r\n\r\nOn the other hand, if the porridge is too hot, you can\'t eat it because don\'t want to touch it and risk being burned.\r\n\r\nYour email marketing is too hot when you send too much email. You are overwhelming your contacts and risk alienating them. If you send too much email, your contacts don\'t know what is valuable. Also, too much email is annoying. Statistics back this up. More than a quarter of people who unsubscribe from email lists do so because they say they get too many emails. Read more <a href=\"https://content.myemma.com/blog/why-do-people-unsubscribe-from-email-marketing-campaigns\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n<strong>Just right!</strong>\r\n\r\nWhen the porridge is at the ideal temperature, you can eat and even enjoy it.\r\n\r\nThe \"just right\" email campaign is when you  send  timely email that is valuable to your contacts. If you send well-timed, relevant email, you are doing your list a service. Your contacts will benefit from your email. A well thought out email campaign will have a better open rate, less churn, and may result in action on the part of your contacts (a sale, donation, download, etc.).\r\n\r\nWhat makes an email marketing campaign just right for you? Please let me know in the comments.','Think like Goldilocks to improve your email marketing','','inherit','closed','closed','','3959-revision-v1','','','2019-04-30 11:35:32','2019-04-30 15:35:32','',3959,'https://deborahbrody.com/2019/04/3959-revision-v1/',0,'revision','',0),
(3968,4,'2019-04-30 11:37:37','2019-04-30 15:37:37','I was on vacation for a couple of weeks, and during that time, I didn\'t hear from one of my friends at all. She didn\'t want to know if I\'d arrived safely, what I was doing, or anything else. On the other hand, another acquaintance texted me several times, wanting to know how my flight was, what I was doing, was I having any fun, and so forth. And yet another friend sent me just two messages, both because she saw something that related to me and wanted to let me know.\r\n\r\nIn other words, I got too little from one friend, too much from another, and just the right amount from the third.  I felt like I finally understood how Goldilocks felt when she broke in to the bears\' house.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669.jpg\"><img class=\"aligncenter size-large wp-image-3964\" src=\"https://deborahbrody.com/wp-content/uploads/2019/04/berries-blueberries-bowl-101669-1024x1024.jpg\" alt=\"\" width=\"1024\" height=\"1024\" /></a>\r\n\r\n<strong>The Goldilocks Approach to Email Marketing Defined</strong>\r\n\r\nAll email marketers should apply a Goldilocks test to their email marketing, and figure out what make the \"just right\" email campaign. The Goldilocks test involves awareness of three issues: timing, quantity and content relevance. To be like Goldilocks, ask yourself whether you email marketing is too cold, too hot, or just right.\r\n\r\n<strong>Too cold!</strong>\r\n\r\nWhen the porridge goes cold, you don\'t want to eat it.\r\n\r\nYou email marketing is too cold when you don\'t send any/enough email to your contact list, or you send irrelevant email that gets ignored/deleted. In this case,  you risk being forgotten, or you are making your contacts think you are not in business any more, or worse, that you don\'t offer anything that is of value to them.\r\n\r\n<strong>Too hot!</strong>\r\n\r\nOn the other hand, if the porridge is too hot, you can\'t eat it because don\'t want to touch it and risk being burned.\r\n\r\nYour email marketing is too hot when you send too much email. You are overwhelming your contacts and risk alienating them. If you send too much email, your contacts don\'t know what is valuable. Also, too much email is annoying. Statistics back this up. More than a quarter of people who unsubscribe from email lists do so because they say they get too many emails. Read more <a href=\"https://content.myemma.com/blog/why-do-people-unsubscribe-from-email-marketing-campaigns\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n<strong>Just right!</strong>\r\n\r\nWhen the porridge is at the ideal temperature, you can eat and even enjoy it.\r\n\r\nThe \"just right\" email campaign is when you  send  timely email that is valuable to your contacts. If you send well-timed, relevant email, you are doing your list a service. Your contacts will benefit from your email. A well thought out email campaign will have a better open rate, less churn, and may result in action on the part of your contacts (a sale, donation, download, etc.).\r\n\r\n<hr />\r\n\r\nWhat makes an email marketing campaign just right for you? Please let me know in the comments.','Think like Goldilocks to improve your email marketing','','inherit','closed','closed','','3959-revision-v1','','','2019-04-30 11:37:37','2019-04-30 15:37:37','',3959,'https://deborahbrody.com/2019/04/3959-revision-v1/',0,'revision','',0),
(3970,4,'2019-05-14 11:36:13','2019-05-14 15:36:13','<strong>A visit to a good Indian restaurant goes bad</strong>\r\n\r\nLast week, a friend and I headed out to a very good, local Indian restaurant to satisfy a craving for some naan and sag paneer. When we arrived, there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order.\r\n\r\nAfter the meal was served, a female server came by to see whether everything was satisfactory.\r\n\r\nAnd then a different female server came by to see if \"everything was OK.\"\r\n\r\nAnd then the male server came by to ask how everything was.\r\n\r\nAnd then one of the female servers came by again to see how things were.\r\n\r\nAnd then the other female server came by.\r\n\r\nAnd before we were even done with the meal, one of the female servers asked if we needed a box for our food.\r\n\r\nI lost count, but we were asked if everything was OK at least six or seven times by different servers and in fairly short intervals.\r\n\r\nAfter all these unnecessary interruptions, my friend and I were annoyed, and left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\n[caption id=\"attachment_3975\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545.jpg\"><img class=\"wp-image-3975 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a> Photo by Chan Walrus from Pexels[/caption]\r\n\r\n<strong>Checking in is good...but doing it too often is not</strong>\r\n\r\nAfter ordering, we should all expect two contacts in a restaurant: one to get asked if everything is to our liking, and a second one, closer to the end of the meal, to ask whether we want to have food boxed up, want to order dessert, or need our check.\r\n\r\nBut this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us too many times, seemingly without cause. Was it that the servers didn\'t communicate with each other? Were they bored because they didn\'t have enough customers?  Who knows what motivated these servers, but all that checking in was way too much of a good thing, turning it into a bad thing.\r\n\r\n<strong>Too much contact or follow up is disruptive, intrusive, annoying,  and unnecessary.</strong>\r\n\r\nWhat is true about overzealous restaurant servers is the same with email marketing. As I said in my<a href=\"https://deborahbrody.com/2019/04/think-like-goldilocks-to-improve-your-email-marketing/\" target=\"_blank\" rel=\"noopener\"> last blog post,</a> your email marketing should aim to be \"just right.\" Just right means sending not too much, nor too little email, and sending relevant, useful information too. In the Indian restaurant experience above, not only were these serves constantly interrupting, they weren\'t doing it with any real purpose.\r\n\r\nSo the next time you want to send one more email to \"make sure people got the message,\" think about your last restaurant meal. Was it enjoyable and peaceful? Or were you annoyed because the servers kept asking you if everything was OK or you wanted another drink before you even finished the one you  had in front of you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You can have too much of a good thing','','publish','open','open','','you-can-have-too-much-of-a-good-thing','','','2019-05-30 12:56:33','2019-05-30 16:56:33','',0,'https://deborahbrody.com/?p=3970',0,'post','',0),
(3971,4,'2019-05-13 09:30:24','2019-05-13 13:30:24','Last week, with a craving for Indian food, a friend and I headed out to a local Indian restaurant. When we arrived there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order. After the meal was served, a female server came by to see whether everything was satisfactory. And then a different female server came by to see if \"everything was OK.\" And then the male server came by. And then one of the female servers came by. And then the other female server came by. And before we were even done with the meal, one of the female servers asked if we needed a box for our food. My friend and I were left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\nI lost count, but we were asked if everything was OK at least six times. We should all expect to get asked one time if everything is ok and then closer to the end of the meal, to ask whether we want to have food boxed up, dessert, check, etc. But this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us so many time, without cause. There was way too much of a good thing, turning it into a bad thing.\r\n\r\n&nbsp;','You can have too much of a good thing','','inherit','closed','closed','','3970-revision-v1','','','2019-05-13 09:30:24','2019-05-13 13:30:24','',3970,'https://deborahbrody.com/2019/05/3970-revision-v1/',0,'revision','',0),
(3972,4,'2019-05-13 09:56:36','2019-05-13 13:56:36','Last week, with a craving for Indian food, a friend and I headed out to a local Indian restaurant. When we arrived there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order. After the meal was served, a female server came by to see whether everything was satisfactory. And then a different female server came by to see if \"everything was OK.\" And then the male server came by. And then one of the female servers came by. And then the other female server came by. And before we were even done with the meal, one of the female servers asked if we needed a box for our food. My friend and I were left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\nI lost count, but we were asked if everything was OK at least six times. We should all expect to get asked one time if everything is ok and then closer to the end of the meal, to ask whether we want to have food boxed up, dessert, check, etc. But this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us so many time, without cause. There was way too much of a good thing, turning it into a bad thing.\r\n\r\nDisruptive, intrusive, annoying, unnecessary.\r\n\r\nAnno','You can have too much of a good thing','','inherit','closed','closed','','3970-revision-v1','','','2019-05-13 09:56:36','2019-05-13 13:56:36','',3970,'https://deborahbrody.com/2019/05/3970-revision-v1/',0,'revision','',0),
(3973,4,'2019-05-14 09:57:16','2019-05-14 13:57:16','<strong>A visit to a good Indian restaurant goes bad</strong>\r\n\r\nLast week, a friend and I headed out to a local Indian restaurant. We were craving some naan and sag paneer. When we arrived there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order. After the meal was served, a female server came by to see whether everything was satisfactory. And then a different female server came by to see if \"everything was OK.\" And then the male server came by to ask how everything was. And then one of the female servers came by again to see how things were. And then the other female server came by. And before we were even done with the meal, one of the female servers asked if we needed a box for our food. My friend and I were left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\nI lost count, but we were asked if everything was OK at least six or seven times by different servers and fairly short intervals.\r\n\r\nAfter ordering, we should all expect two contacts in a restaurant: one to get asked if everything is to our liking, and a second one, closer to the end of the meal, to ask whether we want to have food boxed up, want to order dessert, or need our check.\r\n\r\nBut this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us so many time, without cause. There was way too much of a good thing, turning it into a bad thing.\r\n\r\nDisruptive, intrusive, annoying, unnecessary.\r\n\r\nAnno','You can have too much of a good thing','','inherit','closed','closed','','3970-revision-v1','','','2019-05-14 09:57:16','2019-05-14 13:57:16','',3970,'https://deborahbrody.com/2019/05/3970-revision-v1/',0,'revision','',0),
(3974,4,'2019-05-14 10:02:33','2019-05-14 14:02:33','<strong>A visit to a good Indian restaurant goes bad</strong>\r\n\r\nLast week, a friend and I headed out to a local Indian restaurant. We were craving some naan and sag paneer. When we arrived there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order.\r\n\r\nAfter the meal was served, a female server came by to see whether everything was satisfactory.\r\n\r\nAnd then a different female server came by to see if \"everything was OK.\"\r\n\r\nAnd then the male server came by to ask how everything was.\r\n\r\nAnd then one of the female servers came by again to see how things were.\r\n\r\nAnd then the other female server came by.\r\n\r\nAnd before we were even done with the meal, one of the female servers asked if we needed a box for our food.\r\n\r\nI lost count, but we were asked if everything was OK at least six or seven times by different servers and fairly short intervals.\r\n\r\nAfter all these unnecessary interruptions, my friend and I were annoyed, and left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\n<strong>Checking in is good...but doing too often is not</strong>\r\n\r\nAfter ordering, we should all expect two contacts in a restaurant: one to get asked if everything is to our liking, and a second one, closer to the end of the meal, to ask whether we want to have food boxed up, want to order dessert, or need our check.\r\n\r\nBut this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us so many times, seemingly without cause. Was it that the servers didn\'t communicate with each other? Were they bored because they didn\'t have enough customers?  All that checking in was way too much of a good thing, turning it into a bad thing.\r\n\r\n<strong>Too much is disruptive, intrusive, annoying,  and unnecessary.</strong>\r\n\r\n&nbsp;','You can have too much of a good thing','','inherit','closed','closed','','3970-revision-v1','','','2019-05-14 10:02:33','2019-05-14 14:02:33','',3970,'https://deborahbrody.com/2019/05/3970-revision-v1/',0,'revision','',0),
(3975,4,'2019-05-14 11:32:51','2019-05-14 15:32:51','','cuisine-delicious-dinner-958545','','inherit','open','closed','','cuisine-delicious-dinner-958545','','','2019-05-14 11:32:51','2019-05-14 15:32:51','',3970,'https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545.jpg',0,'attachment','image/jpeg',0),
(3976,4,'2019-05-14 11:33:32','2019-05-14 15:33:32','<strong>A visit to a good Indian restaurant goes bad</strong>\r\n\r\nLast week, a friend and I headed out to a very good, local Indian restaurant. to satisfy a craving for some naan and sag paneer. When we arrived, there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order.\r\n\r\nAfter the meal was served, a female server came by to see whether everything was satisfactory.\r\n\r\nAnd then a different female server came by to see if \"everything was OK.\"\r\n\r\nAnd then the male server came by to ask how everything was.\r\n\r\nAnd then one of the female servers came by again to see how things were.\r\n\r\nAnd then the other female server came by.\r\n\r\nAnd before we were even done with the meal, one of the female servers asked if we needed a box for our food.\r\n\r\nI lost count, but we were asked if everything was OK at least six or seven times by different servers and in fairly short intervals.\r\n\r\nAfter all these unnecessary interruptions, my friend and I were annoyed, and left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\n[caption id=\"attachment_3975\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545.jpg\"><img class=\"wp-image-3975 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a> Photo by Chan Walrus from Pexels[/caption]\r\n\r\n<strong>Checking in is good...but doing too often is not</strong>\r\n\r\nAfter ordering, we should all expect two contacts in a restaurant: one to get asked if everything is to our liking, and a second one, closer to the end of the meal, to ask whether we want to have food boxed up, want to order dessert, or need our check.\r\n\r\nBut this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us too many times, seemingly without cause. Was it that the servers didn\'t communicate with each other? Were they bored because they didn\'t have enough customers?  Who knows what motivated these servers, but all that checking in was way too much of a good thing, turning it into a bad thing.\r\n\r\n<strong>Too much contact or follow up is disruptive, intrusive, annoying,  and unnecessary.</strong>\r\n\r\nWhat is true about overzealous restaurant servers is the same with email marketing. As I said in my<a href=\"https://deborahbrody.com/2019/04/think-like-goldilocks-to-improve-your-email-marketing/\" target=\"_blank\" rel=\"noopener\"> last blog post,</a> your email marketing should aim to be \"just right.\" Just right means sending not too much, nor too little email, and sending relevant, useful information too. In the Indian restaurant experience above, not only were these serves constantly interrupting, they weren\'t doing it with any real purpose.\r\n\r\nSo the next time you want to send one more email to \"make sure people got the message,\" think about your last restaurant meal. Was it enjoyable and peaceful? Or where you annoyed because the servers kept asking you if everything was OK or you wanted another drink before you even finished the one you  had in front of you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You can have too much of a good thing','','inherit','closed','closed','','3970-revision-v1','','','2019-05-14 11:33:32','2019-05-14 15:33:32','',3970,'https://deborahbrody.com/2019/05/3970-revision-v1/',0,'revision','',0),
(3977,4,'2019-05-14 11:36:13','2019-05-14 15:36:13','<strong>A visit to a good Indian restaurant goes bad</strong>\r\n\r\nLast week, a friend and I headed out to a very good, local Indian restaurant. to satisfy a craving for some naan and sag paneer. When we arrived, there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order.\r\n\r\nAfter the meal was served, a female server came by to see whether everything was satisfactory.\r\n\r\nAnd then a different female server came by to see if \"everything was OK.\"\r\n\r\nAnd then the male server came by to ask how everything was.\r\n\r\nAnd then one of the female servers came by again to see how things were.\r\n\r\nAnd then the other female server came by.\r\n\r\nAnd before we were even done with the meal, one of the female servers asked if we needed a box for our food.\r\n\r\nI lost count, but we were asked if everything was OK at least six or seven times by different servers and in fairly short intervals.\r\n\r\nAfter all these unnecessary interruptions, my friend and I were annoyed, and left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\n[caption id=\"attachment_3975\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545.jpg\"><img class=\"wp-image-3975 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a> Photo by Chan Walrus from Pexels[/caption]\r\n\r\n<strong>Checking in is good...but it doing too often is not</strong>\r\n\r\nAfter ordering, we should all expect two contacts in a restaurant: one to get asked if everything is to our liking, and a second one, closer to the end of the meal, to ask whether we want to have food boxed up, want to order dessert, or need our check.\r\n\r\nBut this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us too many times, seemingly without cause. Was it that the servers didn\'t communicate with each other? Were they bored because they didn\'t have enough customers?  Who knows what motivated these servers, but all that checking in was way too much of a good thing, turning it into a bad thing.\r\n\r\n<strong>Too much contact or follow up is disruptive, intrusive, annoying,  and unnecessary.</strong>\r\n\r\nWhat is true about overzealous restaurant servers is the same with email marketing. As I said in my<a href=\"https://deborahbrody.com/2019/04/think-like-goldilocks-to-improve-your-email-marketing/\" target=\"_blank\" rel=\"noopener\"> last blog post,</a> your email marketing should aim to be \"just right.\" Just right means sending not too much, nor too little email, and sending relevant, useful information too. In the Indian restaurant experience above, not only were these serves constantly interrupting, they weren\'t doing it with any real purpose.\r\n\r\nSo the next time you want to send one more email to \"make sure people got the message,\" think about your last restaurant meal. Was it enjoyable and peaceful? Or were you annoyed because the servers kept asking you if everything was OK or you wanted another drink before you even finished the one you  had in front of you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You can have too much of a good thing','','inherit','closed','closed','','3970-revision-v1','','','2019-05-14 11:36:13','2019-05-14 15:36:13','',3970,'https://deborahbrody.com/2019/05/3970-revision-v1/',0,'revision','',0),
(3978,4,'2019-05-14 13:34:53','2019-05-14 17:34:53','<strong>A visit to a good Indian restaurant goes bad</strong>\r\n\r\nLast week, a friend and I headed out to a very good, local Indian restaurant. to satisfy a craving for some naan and sag paneer. When we arrived, there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order.\r\n\r\nAfter the meal was served, a female server came by to see whether everything was satisfactory.\r\n\r\nAnd then a different female server came by to see if \"everything was OK.\"\r\n\r\nAnd then the male server came by to ask how everything was.\r\n\r\nAnd then one of the female servers came by again to see how things were.\r\n\r\nAnd then the other female server came by.\r\n\r\nAnd before we were even done with the meal, one of the female servers asked if we needed a box for our food.\r\n\r\nI lost count, but we were asked if everything was OK at least six or seven times by different servers and in fairly short intervals.\r\n\r\nAfter all these unnecessary interruptions, my friend and I were annoyed, and left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\n[caption id=\"attachment_3975\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545.jpg\"><img class=\"wp-image-3975 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a> Photo by Chan Walrus from Pexels[/caption]\r\n\r\n<strong>Checking in is good...but doing it too often is not</strong>\r\n\r\nAfter ordering, we should all expect two contacts in a restaurant: one to get asked if everything is to our liking, and a second one, closer to the end of the meal, to ask whether we want to have food boxed up, want to order dessert, or need our check.\r\n\r\nBut this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us too many times, seemingly without cause. Was it that the servers didn\'t communicate with each other? Were they bored because they didn\'t have enough customers?  Who knows what motivated these servers, but all that checking in was way too much of a good thing, turning it into a bad thing.\r\n\r\n<strong>Too much contact or follow up is disruptive, intrusive, annoying,  and unnecessary.</strong>\r\n\r\nWhat is true about overzealous restaurant servers is the same with email marketing. As I said in my<a href=\"https://deborahbrody.com/2019/04/think-like-goldilocks-to-improve-your-email-marketing/\" target=\"_blank\" rel=\"noopener\"> last blog post,</a> your email marketing should aim to be \"just right.\" Just right means sending not too much, nor too little email, and sending relevant, useful information too. In the Indian restaurant experience above, not only were these serves constantly interrupting, they weren\'t doing it with any real purpose.\r\n\r\nSo the next time you want to send one more email to \"make sure people got the message,\" think about your last restaurant meal. Was it enjoyable and peaceful? Or were you annoyed because the servers kept asking you if everything was OK or you wanted another drink before you even finished the one you  had in front of you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You can have too much of a good thing','','inherit','closed','closed','','3970-revision-v1','','','2019-05-14 13:34:53','2019-05-14 17:34:53','',3970,'https://deborahbrody.com/2019/05/3970-revision-v1/',0,'revision','',0),
(4050,4,'2020-01-15 15:05:26','2020-01-15 20:05:26','<strong>A disjointed lecture</strong>\r\n\r\nOn Monday night, I attended a lecture put on by a local education nonprofit. The topic was interesting, and based on her biography, the speaker seemed knowledgeable. She started her talk by plunging the room into darkness and playing a video. Then, she got up and without preamble, started talking. She showed photographs of the subjects of her book, and talked about the people without context. She even brought up a guest who was related to one of the subjects in the book, and talked as if the room should know the person. The speaker barely talked about the subject of her lecture, making it the most disjointed and uninformative lecture I\'ve been to in a long time.\r\n\r\n<strong>Why so bad?</strong>\r\n\r\nWhat went wrong? I am not sure what made the speaker give such a poor presentation. It could have been that she was having a bad night or that she hadn\'t prepared enough or that she\'s bad presenter.\r\n\r\n[caption id=\"attachment_4053\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/01/woman-reading-book-to-toddler-1741231.jpg\"><img class=\"wp-image-4053 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/01/woman-reading-book-to-toddler-1741231-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Story time<br />Photo by Lina Kivaka from Pexels[/caption]\r\n\r\n<strong>Always seek best practices</strong>\r\n\r\nOne thing I know for sure: This presentation could have been much better if the speaker followed the following storytelling rules:\r\n\r\n<em><strong>1) Have a beginning, middle and end</strong></em>\r\n\r\nAvant-garde cinema often plays with these elements (starting at the end, etc.), but in traditional (and clear) story-telling you start at the beginning and conclude at the end. That\'s a story arc that is easy to follow.\r\n\r\n<strong><em>2) Don\'t make assumptions</em></strong>\r\n\r\nWhen you are the expert, you may assume that everybody knows what you know. But that is not so. You have to fill in details and information for those in your audience you may not know everything there is to know about your subject.\r\n\r\n<em><strong>3) Focus</strong></em>\r\n\r\nIt\'s easy to meander when telling a story. There are also sort of side stories and interesting details about your main topic.  But before you can go down a side path, you have to clear the main path. In other words, focus on the main story before you start telling tangential stories.\r\n\r\n<hr />\r\n\r\nBottom line:\r\n\r\nSure, there\'s more to effective story telling than this. But before you embellish a story, start with the basics.','Don\'t let your story go off the rails','','publish','open','open','','dont-let-your-story-go-off-the-rails','','','2020-01-15 15:05:26','2020-01-15 20:05:26','',0,'https://deborahbrody.com/?p=4050',0,'post','',0),
(3981,4,'2019-05-29 14:59:49','2019-05-29 18:59:49','It seems to me that there are fewer experienced professionals working in day-to-day marketing. Instead, we\'re seeing more and more amateurs, or inexperienced people, \"managing\" or running things, especially digital marketing efforts. There are consequences to a lack of experience: amateur mistakes.\r\n\r\nThe amateur effect can be seen in the explosion of typos, missing information, missing links, poorly designed websites, hard-to-understand copy, and a myriad other maladies that makes your marketing look unprofessional at best, and be ineffective at worst.\r\n\r\n<strong>Did anyone double-check this?</strong>\r\n\r\nThis is part of full-page ad in the<em> Washington Business Journal</em>:<a href=\"https://deborahbrody.com/wp-content/uploads/2019/05/20190509_141630.jpg\"><img class=\"aligncenter size-large wp-image-3982\" src=\"https://deborahbrody.com/wp-content/uploads/2019/05/20190509_141630-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a>\r\n\r\nCan you spot the issue? It\'s the extra space in the word finger. How could this happen? Probably because nobody proofread the laid-out copy.\r\n\r\n<strong>And then there are typos</strong>\r\n\r\nThere are typos galore in newspapers, books, and magazines. This is partially due to cut-backs in editorial staff, but it is also due to having amateurs in charge.\r\n\r\n<strong>And misused words</strong>\r\n\r\nAffect and effect do not mean the same thing. Enough said.\r\n\r\n<strong>And missing information, and missing links</strong>\r\n\r\nA few weeks ago I got a promotional email from a day spa promoting the spa\'s outdoor pool opening for the summer. There was a link to click for more information. The link didn\'t work. I went to the website because I wanted to find out if you could get a day pass for the pool, and if so, how much it would cost. Well, there was no information about the pool. None. The website was a mess, and if the information was there, it was buried so deep you\'d need to hire an archaeologist to find it.\r\n\r\n<strong>Why all the problems?</strong>\r\n\r\nAmateurs don\'t believe in double-checking stuff, because they don\'t know what they are checking for.\r\n\r\nAmateurs don\'t ask questions, because they don\'t know what questions to ask or to whom.\r\n\r\nThe bottom line is that amateurs don\'t know what they don\'t know, and they don\'t know enough to ask.\r\n\r\n<strong>The solution is experience</strong>\r\n\r\nThere is no substitute for experience. If you don\'t want your marketing to be rife with mistakes, and just be plain ineffective, you need to hire experienced people to run your programs, and to mentor the less experienced staff.  People can learn to be great marketers, but they need guidance.\r\n\r\n<hr />\r\n\r\nWhat do you think? Have you seen or experienced the amateur effect?\r\n\r\n&nbsp;','The amateur effect','','publish','open','open','','the-amateur-effect','','','2019-05-29 14:59:49','2019-05-29 18:59:49','',0,'https://deborahbrody.com/?p=3981',0,'post','',0),
(3982,4,'2019-05-29 14:28:17','2019-05-29 18:28:17','','20190509_141630','','inherit','open','closed','','20190509_141630','','','2019-05-29 14:28:17','2019-05-29 18:28:17','',3981,'https://deborahbrody.com/wp-content/uploads/2019/05/20190509_141630.jpg',0,'attachment','image/jpeg',0),
(3983,4,'2019-05-29 14:46:40','2019-05-29 18:46:40','It seems to me that there are fewer experienced professionals working in day-to-day marketing. Instead, we\'re seeing more and more amateurs, or inexperienced people, \"managing\" or running things. There are consequences to a lack of experience: amateur mistakes.\r\n\r\nThe amateur effect can be seen in the explosion of typos, missing information, missing links, poorly designed websites, hard-to-understand copy, and a myriad other maladies.\r\n\r\n<strong>Did anyone double-check this?</strong>\r\n\r\nThis is part of full-page ad in the<em> Washington Business Journal</em>:<a href=\"https://deborahbrody.com/wp-content/uploads/2019/05/20190509_141630.jpg\"><img class=\"aligncenter size-large wp-image-3982\" src=\"https://deborahbrody.com/wp-content/uploads/2019/05/20190509_141630-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a>\r\n\r\nCan you spot the issue? It\'s the extra space in the word finger. How could this happen? Probably because nobody proofread the laid-out copy.\r\n\r\n<strong>And then there are typos</strong>\r\n\r\nThere are typos galore in newspapers, books, and magazines. This is partially due to cut-backs in editorial staff, but it is also due to having amateurs in charge.\r\n\r\n<strong>And misused words</strong>\r\n\r\nAffect and effect do not mean the same thing. That\'s is all.\r\n\r\n<strong>And missing information and missing links</strong>\r\n\r\nA few weeks ago I got a promotional email from a day spa promoting the spa\'s outdoor pool opening for the summer. There was a link to click for more information. The link didn\'t work. I went to the website because I wanted to find out if you could get a day pass for the pool, and if so, how much it would cost. Well, there was no information about the pool. None. The website was a mess, and if the information was there, it was buried so deep you\'d need to hire an archaeologist to find it.\r\n\r\n<strong>Why all the problems?</strong>\r\n\r\nAmateurs don\'t believe in double-checking stuff, because they don\'t know what they are checking for.\r\n\r\nAmateurs don\'t ask questions, because they don\'t know what questions to ask or to whom.\r\n\r\nThe bottom line is that amateurs don\'t know what they don\'t know, and they don\'t know enough to ask.\r\n\r\n<strong>The solution is experience</strong>\r\n\r\nThere is no substitute for experience. If you don\'t want your marketing to be rife with mistakes, and just be plain ineffective, you need to hire experienced people to run your programs, and to mentor the less experienced staff. Everybody can learn to be great marketers, but they guidance.\r\n\r\n<hr />\r\n\r\nWhat do you think? Have you seen the amateur effect?\r\n\r\n&nbsp;','The amateur effect','','inherit','closed','closed','','3981-revision-v1','','','2019-05-29 14:46:40','2019-05-29 18:46:40','',3981,'https://deborahbrody.com/2019/05/3981-revision-v1/',0,'revision','',0),
(3984,4,'2019-05-29 14:57:23','2019-05-29 18:57:23','It seems to me that there are fewer experienced professionals working in day-to-day marketing. Instead, we\'re seeing more and more amateurs, or inexperienced people, \"managing\" or running things, especially digital marketing efforts. There are consequences to a lack of experience: amateur mistakes.\r\n\r\nThe amateur effect can be seen in the explosion of typos, missing information, missing links, poorly designed websites, hard-to-understand copy, and a myriad other maladies that makes your marketing look unprofessional at best, and be ineffective at worst.\r\n\r\n<strong>Did anyone double-check this?</strong>\r\n\r\nThis is part of full-page ad in the<em> Washington Business Journal</em>:<a href=\"https://deborahbrody.com/wp-content/uploads/2019/05/20190509_141630.jpg\"><img class=\"aligncenter size-large wp-image-3982\" src=\"https://deborahbrody.com/wp-content/uploads/2019/05/20190509_141630-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /></a>\r\n\r\nCan you spot the issue? It\'s the extra space in the word finger. How could this happen? Probably because nobody proofread the laid-out copy.\r\n\r\n<strong>And then there are typos</strong>\r\n\r\nThere are typos galore in newspapers, books, and magazines. This is partially due to cut-backs in editorial staff, but it is also due to having amateurs in charge.\r\n\r\n<strong>And misused words</strong>\r\n\r\nAffect and effect do not mean the same thing. Enough said.\r\n\r\n<strong>And missing information, and missing links</strong>\r\n\r\nA few weeks ago I got a promotional email from a day spa promoting the spa\'s outdoor pool opening for the summer. There was a link to click for more information. The link didn\'t work. I went to the website because I wanted to find out if you could get a day pass for the pool, and if so, how much it would cost. Well, there was no information about the pool. None. The website was a mess, and if the information was there, it was buried so deep you\'d need to hire an archaeologist to find it.\r\n\r\n<strong>Why all the problems?</strong>\r\n\r\nAmateurs don\'t believe in double-checking stuff, because they don\'t know what they are checking for.\r\n\r\nAmateurs don\'t ask questions, because they don\'t know what questions to ask or to whom.\r\n\r\nThe bottom line is that amateurs don\'t know what they don\'t know, and they don\'t know enough to ask.\r\n\r\n<strong>The solution is experience</strong>\r\n\r\nThere is no substitute for experience. If you don\'t want your marketing to be rife with mistakes, and just be plain ineffective, you need to hire experienced people to run your programs, and to mentor the less experienced staff.  People can learn to be great marketers, but they need guidance.\r\n\r\n<hr />\r\n\r\nWhat do you think? Have you seen or experienced the amateur effect?\r\n\r\n&nbsp;','The amateur effect','','inherit','closed','closed','','3981-revision-v1','','','2019-05-29 14:57:23','2019-05-29 18:57:23','',3981,'https://deborahbrody.com/2019/05/3981-revision-v1/',0,'revision','',0),
(3985,4,'2019-05-30 12:56:33','2019-05-30 16:56:33','<strong>A visit to a good Indian restaurant goes bad</strong>\r\n\r\nLast week, a friend and I headed out to a very good, local Indian restaurant to satisfy a craving for some naan and sag paneer. When we arrived, there were barely a couple of other people in the place, and so the hostess told us we had our choice of seats. After we sat down, a male server came by to take our order.\r\n\r\nAfter the meal was served, a female server came by to see whether everything was satisfactory.\r\n\r\nAnd then a different female server came by to see if \"everything was OK.\"\r\n\r\nAnd then the male server came by to ask how everything was.\r\n\r\nAnd then one of the female servers came by again to see how things were.\r\n\r\nAnd then the other female server came by.\r\n\r\nAnd before we were even done with the meal, one of the female servers asked if we needed a box for our food.\r\n\r\nI lost count, but we were asked if everything was OK at least six or seven times by different servers and in fairly short intervals.\r\n\r\nAfter all these unnecessary interruptions, my friend and I were annoyed, and left wondering if they needed the table (although a good half the restaurant was empty).\r\n\r\n[caption id=\"attachment_3975\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545.jpg\"><img class=\"wp-image-3975 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2019/05/cuisine-delicious-dinner-958545-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a> Photo by Chan Walrus from Pexels[/caption]\r\n\r\n<strong>Checking in is good...but doing it too often is not</strong>\r\n\r\nAfter ordering, we should all expect two contacts in a restaurant: one to get asked if everything is to our liking, and a second one, closer to the end of the meal, to ask whether we want to have food boxed up, want to order dessert, or need our check.\r\n\r\nBut this restaurant took follow up and checking in to a level that was beyond annoying. They interrupted us too many times, seemingly without cause. Was it that the servers didn\'t communicate with each other? Were they bored because they didn\'t have enough customers?  Who knows what motivated these servers, but all that checking in was way too much of a good thing, turning it into a bad thing.\r\n\r\n<strong>Too much contact or follow up is disruptive, intrusive, annoying,  and unnecessary.</strong>\r\n\r\nWhat is true about overzealous restaurant servers is the same with email marketing. As I said in my<a href=\"https://deborahbrody.com/2019/04/think-like-goldilocks-to-improve-your-email-marketing/\" target=\"_blank\" rel=\"noopener\"> last blog post,</a> your email marketing should aim to be \"just right.\" Just right means sending not too much, nor too little email, and sending relevant, useful information too. In the Indian restaurant experience above, not only were these serves constantly interrupting, they weren\'t doing it with any real purpose.\r\n\r\nSo the next time you want to send one more email to \"make sure people got the message,\" think about your last restaurant meal. Was it enjoyable and peaceful? Or were you annoyed because the servers kept asking you if everything was OK or you wanted another drink before you even finished the one you  had in front of you.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','You can have too much of a good thing','','inherit','closed','closed','','3970-revision-v1','','','2019-05-30 12:56:33','2019-05-30 16:56:33','',3970,'https://deborahbrody.com/2019/05/3970-revision-v1/',0,'revision','',0),
(3988,4,'2019-06-19 13:53:15','2019-06-19 17:53:15','Merriam-Webster defines effective as \"producing a decided, decisive or desired effect.\" Effective communication, therefore, leads its target audience to a planned or desired outcome.  Conversely, ineffective communications do not produce the desired effect, they don\'t hit the target.\r\n\r\n<strong>How do you make sure your communications efforts hit the target?</strong>\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/06/art-artistic-background-416832.jpg\"><img class=\"aligncenter size-large wp-image-3992\" src=\"https://deborahbrody.com/wp-content/uploads/2019/06/art-artistic-background-416832-1024x680.jpg\" alt=\"\" width=\"1024\" height=\"680\" /></a>\r\n\r\n<em><strong>Not with signs that point the wrong way</strong></em>\r\n\r\nThis morning I attended a business networking event at a local hotel. I haven\'t attended any events in this location before, and I have only been in the hotel\'s lobby once before. I walked in, and asked at the check-in desk where the event was being held. I was told to go around the corner to the elevators and down to G2.  When I turned around, <em>behind</em> me, was a sign for the event. The sign was facing the check-in desk, not the main entrance, so it would not be seen at all by someone entering the hotel.\r\n\r\nThis sign was ineffective because it did not address the needs of people entering the lobby from the main entrance. Had the event organizers considered that some people would be entering the hotel through the main entrance, they would have known where to place the sign.\r\n\r\n<em><strong>Not with a mismatched presentation and audience</strong></em>\r\n\r\nLast week, I attended an event  entitled \"Communication and Marketing Strategies that Will Grow Your Business.\" It was held under the auspices of a networking group, in a business accelerator space. Most of the audience members were very small businesses, freelancers or solopreneurs (companies of one). The presenters were from a large, multinational communications firm that services large clients. They decided to give a presentation on how to develop a marketing plan (a four-step process according to them).\r\n\r\nIt was clear that the presentation was completely mismatched to the audience when the presenters  got to the part about generating different tactics.  Among the tactics they advised was holding a press conference. In my career in public relations, I saw my clients hold press conferences very rarely. The fact is that press conferences need to be about big news to get any kind of coverage, especially in this age where media attention is so fractured. A small accounting firm owner or a career coach,  two people who were in the audience that day, would never hold a press conference.\r\n\r\nThis presentation was not as advertised, that is, to share marketing strategies to grow your small business. It was geared toward large enterprises rather than the small businesses that were in the audience. The presenters either did not know who they were addressing or were not thinking if the information they were sharing was  appropriate to the needs of the audience. In short, the presentation was ineffective.\r\n\r\n<strong>Effective communication only happens when you consider the audience</strong>\r\n\r\nEffective communicators consider the needs of the target audience. Without considering what those recipients  need to know, or how they need to know it, the communications will fail, or miss its target.\r\n\r\nBottom line:\r\n\r\n<strong>You will hit the target more often if you consider what your audience needs.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your communications more effective','','publish','open','open','','how-to-make-your-communications-more-effective','','','2019-06-19 13:53:15','2019-06-19 17:53:15','',0,'https://deborahbrody.com/?p=3988',0,'post','',0),
(3998,4,'2019-07-11 17:25:47','2019-07-11 21:25:47','Recently, I came across this article on ThriveGlobal: <a href=\"https://thriveglobal.com/stories/communication-mistakes-lead-to-toxic-workplace-feeling/?utm_content=bufferc6c78&amp;utm_medium=Arianna&amp;utm_source=LinkedIn\" target=\"_blank\" rel=\"noopener\">\"3 Communication Mistakes that Lead to a Toxic-feeling Workplace.\"</a> The article addresses  interpersonal communications, but I think the first mistake, not paying attention to how your message is being received, applies to all communications. This is what the article says:\r\n<blockquote><strong>Not being mindful of how your words land</strong>\r\n\r\nA large portion of what we say stems from how we read the present situation, and our sense of self-awareness plays a vital role in our everyday conversations. According to a <a href=\"https://psyarxiv.com/sg5aw/\">recent study</a> conducted by a group of psychologists at the University of California, Davis, many people don’t realize they’re being rude when they’re perceived as such, suggesting blind spots in our self-insight that can prompt miscommunications at work. The study’s findings highlight the importance of listening to yourself when you’re talking to others. If you hear what you’re saying and think you might be offended if someone said the same to you, it’s worth rephrasing and communicating your point differently.</blockquote>\r\n&nbsp;\r\n\r\n<strong>Because it\'s not just what you say, but how you say it.</strong>\r\n\r\nI am sure we all have experienced people saying things to us in an awkward or rude way that made us feel not so great. We may have gotten angry or offended.  And I think that what these people say is not the problem so much as how they say it. Yes, it comes down to how you present something.\r\n\r\n<strong>This applies to all communication</strong>\r\n\r\nWhen writing marketing materials, you are concerned with the words you choose, the messages you deliver. But you should also be concerned with tone and presentation. How is your message coming across? What kind of emotions are you engendering?\r\n\r\n<strong>How is your messaging \"landing?\"</strong>\r\n\r\nIf you want your message to resonate with your audience, you must assess how  you are coming across, and be careful in how you are saying what you are communicating.\r\n\r\n<strong>4 items to consider before you write your next marketing piece:</strong>\r\n\r\n1) Humor needs context and sometimes, tone of voice: Avoid inside jokes or weird humor unless you know the audience will absolutely get it. Remember that humor is hard to express in a written format.\r\n\r\n2) Mind your sarcasm: Ask yourself if you are being flippant or sarcastic, and remember that tone of voice is not easily conveyed in written materials. Also, some people don\'t understand sarcasm, and may take it literally.\r\n\r\n3) Mind your manners: I heard somewhere that having manners is about putting others at ease. When you follow conventions, people know what to expect. So ask yourself if your communication is being rude or abrupt.\r\n\r\n4) Be empathetic: Ask yourself if how and what you are saying could be causing negative emotions (anger, frustration, embarrassment) in your audience. For example, perhaps you are trying to berate your audience for missing a deadline. Most likely, berating your audience will cause embarrassment or even anger.\r\n\r\n<hr />\r\n\r\nThinking carefully about how you say and present your message will lead to better communications.\r\n\r\n&nbsp;','Not just what you say, but how you say it','','publish','open','open','','not-just-what-you-say-but-how-you-say-it','','','2019-07-11 17:25:47','2019-07-11 21:25:47','',0,'https://deborahbrody.com/?p=3998',0,'post','',0),
(3991,4,'2019-06-19 11:14:51','2019-06-19 15:14:51','Merriam-Webster defines effective as \"producing a decided, decisive or desired effect.\" Effective communication, therefore, leads its target audience to a planned or desired outcome.  Conversely, ineffective communications do not produce the desired effect.\r\n\r\n<strong>Not with signs that point the wrong way</strong>\r\n\r\nThis morning I attended a business networking event at a local hotel. I haven\'t attended any events in this location before, and I have only been in the hotel\'s lobby once before. I walked in, and asked at the check-in desk where the event was being held. I was told to go around the corner to the elevators and down to G2.  When I turned around, <em>behind</em> me, was a sign for the event. The sign was facing the check-in desk, not the main entrance, so it would not be seen at all by someone entering the hotel.\r\n\r\nThis sign was ineffective because it did not address the needs of people entering the lobby from the main entrance.\r\n\r\n<strong>Not with a mismatched presentation and audience</strong>\r\n\r\nLast week, I attended an event  entitled \"Communication and Marketing Strategies that Will Grow Your Business.\" It was held under the auspices of a networking group, in a business accelerator space. Most of the audience members were very small businesses, freelancers or solopreneurs (companies of one). The presenters were from a large, multinational communications firm that services large clients. They decided to give a presentation on how to develop a marketing plan (a four-step process according to them).\r\n\r\nIt was clear that the presentation was completely mismatched to the audience when the presenters  got to the generation of tactic ideas.  among the tactics they advised was holding a press conference. Now, in my career in public relations I have seen clients hold press conferences very rarely. Press conferences need to be about big news to get any kind of coverage, especially in this age where media attention is so fractured.\r\n\r\n<strong>Effective communication only happens when you consider the audience</strong>\r\n\r\nEffective communication consider the needs of its recipients. Without considering what those recipients (or target audience) need to know, or how they need to know it, the communications will','How to have effective communications','','inherit','closed','closed','','3988-revision-v1','','','2019-06-19 11:14:51','2019-06-19 15:14:51','',3988,'https://deborahbrody.com/2019/06/3988-revision-v1/',0,'revision','',0),
(3992,4,'2019-06-19 11:22:09','2019-06-19 15:22:09','','art-artistic-background-416832','','inherit','open','closed','','art-artistic-background-416832','','','2019-06-19 11:22:09','2019-06-19 15:22:09','',3988,'https://deborahbrody.com/wp-content/uploads/2019/06/art-artistic-background-416832.jpg',0,'attachment','image/jpeg',0),
(3994,4,'2019-06-19 13:53:15','2019-06-19 17:53:15','Merriam-Webster defines effective as \"producing a decided, decisive or desired effect.\" Effective communication, therefore, leads its target audience to a planned or desired outcome.  Conversely, ineffective communications do not produce the desired effect, they don\'t hit the target.\r\n\r\n<strong>How do you make sure your communications efforts hit the target?</strong>\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/06/art-artistic-background-416832.jpg\"><img class=\"aligncenter size-large wp-image-3992\" src=\"https://deborahbrody.com/wp-content/uploads/2019/06/art-artistic-background-416832-1024x680.jpg\" alt=\"\" width=\"1024\" height=\"680\" /></a>\r\n\r\n<em><strong>Not with signs that point the wrong way</strong></em>\r\n\r\nThis morning I attended a business networking event at a local hotel. I haven\'t attended any events in this location before, and I have only been in the hotel\'s lobby once before. I walked in, and asked at the check-in desk where the event was being held. I was told to go around the corner to the elevators and down to G2.  When I turned around, <em>behind</em> me, was a sign for the event. The sign was facing the check-in desk, not the main entrance, so it would not be seen at all by someone entering the hotel.\r\n\r\nThis sign was ineffective because it did not address the needs of people entering the lobby from the main entrance. Had the event organizers considered that some people would be entering the hotel through the main entrance, they would have known where to place the sign.\r\n\r\n<em><strong>Not with a mismatched presentation and audience</strong></em>\r\n\r\nLast week, I attended an event  entitled \"Communication and Marketing Strategies that Will Grow Your Business.\" It was held under the auspices of a networking group, in a business accelerator space. Most of the audience members were very small businesses, freelancers or solopreneurs (companies of one). The presenters were from a large, multinational communications firm that services large clients. They decided to give a presentation on how to develop a marketing plan (a four-step process according to them).\r\n\r\nIt was clear that the presentation was completely mismatched to the audience when the presenters  got to the part about generating different tactics.  Among the tactics they advised was holding a press conference. In my career in public relations, I saw my clients hold press conferences very rarely. The fact is that press conferences need to be about big news to get any kind of coverage, especially in this age where media attention is so fractured. A small accounting firm owner or a career coach,  two people who were in the audience that day, would never hold a press conference.\r\n\r\nThis presentation was not as advertised, that is, to share marketing strategies to grow your small business. It was geared toward large enterprises rather than the small businesses that were in the audience. The presenters either did not know who they were addressing or were not thinking if the information they were sharing was  appropriate to the needs of the audience. In short, the presentation was ineffective.\r\n\r\n<strong>Effective communication only happens when you consider the audience</strong>\r\n\r\nEffective communicators consider the needs of the target audience. Without considering what those recipients  need to know, or how they need to know it, the communications will fail, or miss its target.\r\n\r\nBottom line:\r\n\r\n<strong>You will hit the target more often if you consider what your audience needs.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your communications more effective','','inherit','closed','closed','','3988-revision-v1','','','2019-06-19 13:53:15','2019-06-19 17:53:15','',3988,'https://deborahbrody.com/2019/06/3988-revision-v1/',0,'revision','',0),
(3993,4,'2019-06-19 11:41:58','2019-06-19 15:41:58','Merriam-Webster defines effective as \"producing a decided, decisive or desired effect.\" Effective communication, therefore, leads its target audience to a planned or desired outcome.  Conversely, ineffective communications do not produce the desired effect.\r\n\r\n<strong>How do you make sure your communications efforts are effective?</strong>\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/06/art-artistic-background-416832.jpg\"><img class=\"aligncenter size-large wp-image-3992\" src=\"https://deborahbrody.com/wp-content/uploads/2019/06/art-artistic-background-416832-1024x680.jpg\" alt=\"\" width=\"1024\" height=\"680\" /></a>\r\n\r\n<em><strong>Not with signs that point the wrong way</strong></em>\r\n\r\nThis morning I attended a business networking event at a local hotel. I haven\'t attended any events in this location before, and I have only been in the hotel\'s lobby once before. I walked in, and asked at the check-in desk where the event was being held. I was told to go around the corner to the elevators and down to G2.  When I turned around, <em>behind</em> me, was a sign for the event. The sign was facing the check-in desk, not the main entrance, so it would not be seen at all by someone entering the hotel.\r\n\r\nThis sign was ineffective because it did not address the needs of people entering the lobby from the main entrance. Had the event organizers considered that some people would be entering the hotel through the main entrance, they would have known where to place the sign.\r\n\r\n<em><strong>Not with a mismatched presentation and audience</strong></em>\r\n\r\nLast week, I attended an event  entitled \"Communication and Marketing Strategies that Will Grow Your Business.\" It was held under the auspices of a networking group, in a business accelerator space. Most of the audience members were very small businesses, freelancers or solopreneurs (companies of one). The presenters were from a large, multinational communications firm that services large clients. They decided to give a presentation on how to develop a marketing plan (a four-step process according to them).\r\n\r\nIt was clear that the presentation was completely mismatched to the audience when the presenters  got to the generation of tactic ideas.  Among the tactics they advised was holding a press conference. In my career in public relations, I saw my clients hold press conferences very rarely. The fact is that press conferences need to be about big news to get any kind of coverage, especially in this age where media attention is so fractured. A small accounting firm owner or a career coach,  two people who were in the audience that day, would never hold a press conference.\r\n\r\nThis presentation was not as advertised, that is, to share marketing strategies to grow your small business. It was geared toward large enterprises rather than the small businesses that were in the audience. The presenters either did not know who they were addressing or were not thinking if the information they were sharing was  appropriate to the needs of the audience.\r\n\r\n<strong>Effective communication only happens when you consider the audience</strong>\r\n\r\nEffective communication consider the needs of its recipients, its target. Without considering what those recipients  need to know, or how they need to know it, the communications will fall flat.\r\n\r\n<strong>Three steps to developing effective communications</strong>\r\n\r\nNext time you are developing any type of communication, be it a sign, a presentation, a website, an email, follow these three steps:\r\n\r\n1. Clarify what you are trying to communicate\r\n\r\n2. Define exactly who you are targeting\r\n\r\n3. Figure out the what this specific recipient needs to know and how he or she will get the information.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to have effective communications','','inherit','closed','closed','','3988-revision-v1','','','2019-06-19 11:41:58','2019-06-19 15:41:58','',3988,'https://deborahbrody.com/2019/06/3988-revision-v1/',0,'revision','',0),
(3999,4,'2019-07-09 10:00:27','2019-07-09 14:00:27','Yesterday, I came across this article \"3 Communication Mistakes that Lead to a Toxic-feeling Workplace.\" The article addresses  inter-personal communications. The first mistake discussed really stood out to me. Here is the excerpt:\r\n<blockquote><strong>Not being mindful of how your words land</strong>\r\n\r\nA large portion of what we say stems from how we read the present situation, and our sense of self-awareness plays a vital role in our everyday conversations. According to a <a href=\"https://psyarxiv.com/sg5aw/\">recent study</a> conducted by a group of psychologists at the University of California, Davis, many people don’t realize they’re being rude when they’re perceived as such, suggesting blind spots in our self-insight that can prompt miscommunications at work. The study’s findings highlight the importance of listening to yourself when you’re talking to others. If you hear what you’re saying and think you might be offended if someone said the same to you, it’s worth rephrasing and communicating your point differently.</blockquote>\r\n<strong>Because it\'s not just what you say, but how you say it.</strong>\r\n\r\nWhen writing marketing materials, you are concerned with the words you choose, the messages you deliver. But you also have to be concerned with tone and presentation. How is your message coming across? Are you being rude? Are you causing negative emotions (anger, frustration, embarrasment) in your audience?','Not just what you say, but how you say it','','inherit','closed','closed','','3998-revision-v1','','','2019-07-09 10:00:27','2019-07-09 14:00:27','',3998,'https://deborahbrody.com/2019/07/3998-revision-v1/',0,'revision','',0),
(4000,4,'2019-07-09 10:09:07','2019-07-09 14:09:07','Yesterday, I came across this article on ThriveGlobal: <a href=\"https://thriveglobal.com/stories/communication-mistakes-lead-to-toxic-workplace-feeling/?utm_content=bufferc6c78&amp;utm_medium=Arianna&amp;utm_source=LinkedIn\" target=\"_blank\" rel=\"noopener\">\"3 Communication Mistakes that Lead to a Toxic-feeling Workplace.\"</a> The article addresses  inter-personal communications. The first mistake discussed really stood out to me. Here is the excerpt:\r\n<blockquote><strong>Not being mindful of how your words land</strong>\r\n\r\nA large portion of what we say stems from how we read the present situation, and our sense of self-awareness plays a vital role in our everyday conversations. According to a <a href=\"https://psyarxiv.com/sg5aw/\">recent study</a> conducted by a group of psychologists at the University of California, Davis, many people don’t realize they’re being rude when they’re perceived as such, suggesting blind spots in our self-insight that can prompt miscommunications at work. The study’s findings highlight the importance of listening to yourself when you’re talking to others. If you hear what you’re saying and think you might be offended if someone said the same to you, it’s worth rephrasing and communicating your point differently.</blockquote>\r\n<strong>Because it\'s not just what you say, but how you say it.</strong>\r\n\r\nWhen writing marketing materials, you are concerned with the words you choose, the messages you deliver. But you should also be concerned with tone and presentation. How is your message coming across? What kind of emotion are you engendering?\r\n\r\nAre you being rude? Are you causing negative emotions (anger, frustration, embarrassment) in your audience?','Not just what you say, but how you say it','','inherit','closed','closed','','3998-revision-v1','','','2019-07-09 10:09:07','2019-07-09 14:09:07','',3998,'https://deborahbrody.com/2019/07/3998-revision-v1/',0,'revision','',0),
(4004,4,'2019-07-11 17:24:13','2019-07-11 21:24:13','Recently, I came across this article on ThriveGlobal: <a href=\"https://thriveglobal.com/stories/communication-mistakes-lead-to-toxic-workplace-feeling/?utm_content=bufferc6c78&amp;utm_medium=Arianna&amp;utm_source=LinkedIn\" target=\"_blank\" rel=\"noopener\">\"3 Communication Mistakes that Lead to a Toxic-feeling Workplace.\"</a> The article addresses  interpersonal communications, but I think the first mistake, not paying attention to how your message is being received, applies to all communications. This is what the article says:\r\n<blockquote><strong>Not being mindful of how your words land</strong>\r\n\r\nA large portion of what we say stems from how we read the present situation, and our sense of self-awareness plays a vital role in our everyday conversations. According to a <a href=\"https://psyarxiv.com/sg5aw/\">recent study</a> conducted by a group of psychologists at the University of California, Davis, many people don’t realize they’re being rude when they’re perceived as such, suggesting blind spots in our self-insight that can prompt miscommunications at work. The study’s findings highlight the importance of listening to yourself when you’re talking to others. If you hear what you’re saying and think you might be offended if someone said the same to you, it’s worth rephrasing and communicating your point differently.</blockquote>\r\n&nbsp;\r\n\r\n<strong>Because it\'s not just what you say, but how you say it.</strong>\r\n\r\nI am sure we all have experienced people saying things to us in an awkward or rude way that made us feel not so great. We may have gotten angry or offended.  And I think that what these people say is not the problem so much as how they say it. Yes, it comes down to how you present something.\r\n\r\n<strong>This applies to all communication</strong>\r\n\r\nWhen writing marketing materials, you are concerned with the words you choose, the messages you deliver. But you should also be concerned with tone and presentation. How is your message coming across? What kind of emotions are you engendering?\r\n\r\n<strong>How is your messaging \"landing?\"</strong>\r\n\r\nIf you want your message to resonate with your audience, you must assess how  you are coming across, and be careful in how you are saying what you are communicating.\r\n\r\nHere are few tips:\r\n\r\n1) Humor needs context and sometimes, tone of voice: Avoid inside jokes or weird humor unless you know the audience will absolutely get it. Remember that humor is hard to express in a written format.\r\n\r\n2) Mind your sarcasm: Ask yourself if you are being flippant or sarcastic, and remember that tone of voice is not easily conveyed in written materials. Also, some people don\'t understand sarcasm, and may take it literally.\r\n\r\n3) Mind your manners: I heard somewhere that having manners is about putting others at ease. When you follow conventions, people know what to expect. So ask yourself if your communication is being rude or abrupt.\r\n\r\n4) Be empathetic: Ask yourself if how and what you are saying could be causing negative emotions (anger, frustration, embarrassment) in your audience. For example, perhaps you are trying to berate your audience for missing a deadline. Most likely, berating your audience will cause embarrassment or even anger.\r\n\r\nThinking carefully about how you say things will lead to better communications.\r\n\r\n&nbsp;','Not just what you say, but how you say it','','inherit','closed','closed','','3998-revision-v1','','','2019-07-11 17:24:13','2019-07-11 21:24:13','',3998,'https://deborahbrody.com/2019/07/3998-revision-v1/',0,'revision','',0),
(4001,4,'2019-07-09 14:41:54','2019-07-09 18:41:54','Yesterday, I came across this article on ThriveGlobal: <a href=\"https://thriveglobal.com/stories/communication-mistakes-lead-to-toxic-workplace-feeling/?utm_content=bufferc6c78&amp;utm_medium=Arianna&amp;utm_source=LinkedIn\" target=\"_blank\" rel=\"noopener\">\"3 Communication Mistakes that Lead to a Toxic-feeling Workplace.\"</a> The article addresses  interpersonal communications. The first mistake discussed really stood out to me. Here is the excerpt:\r\n<blockquote><strong>Not being mindful of how your words land</strong>\r\n\r\nA large portion of what we say stems from how we read the present situation, and our sense of self-awareness plays a vital role in our everyday conversations. According to a <a href=\"https://psyarxiv.com/sg5aw/\">recent study</a> conducted by a group of psychologists at the University of California, Davis, many people don’t realize they’re being rude when they’re perceived as such, suggesting blind spots in our self-insight that can prompt miscommunications at work. The study’s findings highlight the importance of listening to yourself when you’re talking to others. If you hear what you’re saying and think you might be offended if someone said the same to you, it’s worth rephrasing and communicating your point differently.</blockquote>\r\nI am sure we all have experienced people saying things to us in an awkward or rude way that made us feel not so great. We may have gotten angry or offended.  And many times, what these people were saying was not the problem so much as how they said it.\r\n\r\nThe rude garage repair guy\r\n\r\nIt happened to me a few weeks ago. My garage door remote wasn\'t working, and I called a garage door repair guy (recommended by a friend). He sold me a new remote, and also \"serviced\" the door (oiling the cables mostly). He warned me that he wasn\'t able to repair my type of motor because it lacked sensors and it wasn\'t up to code. He repeated this warning several times. Two days after he was at my house, I pulled up to my garage and the door would only open half-way. I called the repair guy and asked him to come urgently, since I was leaving the next day and didn\'t want to leave my car outside. He proceeded to tell me that he had been working since 7 am and hadn\'t had lunch, but quite reluctantly agreed to come by, saying he would have to charge me for the visit.\r\n\r\nWhen he arrived, he kept saying that he had told me he didn\'t repair my type of motor. The issue, however, was with the cable attached to the door. However, in his world the entire structure of cable and motor were all called \"the motor.\"  He told me there was defect in this type of \"motor\" and that it  happened frequently. I told him that in eight years that I have owned this house, this had never happened. He then said I was accusing him of doing something to the door. In a sense, I was. I didn\'t have this problem before he came, and now I did. He got very angry and removed the defective piece all while telling me over and over again that he is not supposed to repair this motor. I told him I would NOT be reporting him anywhere. He left in a huff, and didn\'t charge me. He also told me that I didn\'t need to call him again. As if I would.\r\n\r\nAfter he left, I was angry. I resented this guy\'s rudeness and lack of customer service. And I couldn\'t help but think that his warnings about not being able to work on my motor were just a convenient way for him to then sell me a new motor. After all, he works for himself so he is not beholden to a boss or a company policy. There was literally no way that there would be any repercussions for him working on this.\r\n\r\nThis whole incident was one glaring example of \"it\'s not what you say, but how you say it.\" If he had said something like this: \"I know this seems related to my visit the other day, but it is an unfortunate coincidence. There\'s this piece that sometimes acts up, and it\'s chosen to act up today. Although it is part of your motor, and as a rule I don\'t work on these, I will make a exception since it is such a small deal and I was just here not two days ago. \" If he had said that, then we would have been in a better situation. But he didn\'t. And many people do not stop to think before they communicate. Unfortunately, if you are in marketing or in customer service of any sort, you have to think about what you are saying and how you are saying it.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Because it\'s not just what you say, but how you say it.</strong>\r\n\r\nWhen writing marketing materials, you are concerned with the words you choose, the messages you deliver. But you should also be concerned with tone and presentation. How is your message coming across? What kind of emotion are you engendering?\r\n\r\nAre you being rude? Are you causing negative emotions (anger, frustration, embarrassment) in your audience?','Not just what you say, but how you say it','','inherit','closed','closed','','3998-revision-v1','','','2019-07-09 14:41:54','2019-07-09 18:41:54','',3998,'https://deborahbrody.com/2019/07/3998-revision-v1/',0,'revision','',0),
(4002,4,'2019-07-09 14:52:27','2019-07-09 18:52:27','Yesterday, I came across this article on ThriveGlobal: <a href=\"https://thriveglobal.com/stories/communication-mistakes-lead-to-toxic-workplace-feeling/?utm_content=bufferc6c78&amp;utm_medium=Arianna&amp;utm_source=LinkedIn\" target=\"_blank\" rel=\"noopener\">\"3 Communication Mistakes that Lead to a Toxic-feeling Workplace.\"</a> The article addresses  interpersonal communications. The first mistake discussed really stood out to me. Here is the excerpt:\r\n<blockquote><strong>Not being mindful of how your words land</strong>\r\n\r\nA large portion of what we say stems from how we read the present situation, and our sense of self-awareness plays a vital role in our everyday conversations. According to a <a href=\"https://psyarxiv.com/sg5aw/\">recent study</a> conducted by a group of psychologists at the University of California, Davis, many people don’t realize they’re being rude when they’re perceived as such, suggesting blind spots in our self-insight that can prompt miscommunications at work. The study’s findings highlight the importance of listening to yourself when you’re talking to others. If you hear what you’re saying and think you might be offended if someone said the same to you, it’s worth rephrasing and communicating your point differently.</blockquote>\r\nI am sure we all have experienced people saying things to us in an awkward or rude way that made us feel not so great. We may have gotten angry or offended.  And many times, what these people were saying was not the problem so much as how they said it.\r\n\r\nThe rude garage repair guy\r\n\r\nIt happened to me a few weeks ago. My garage door remote wasn\'t working, and I called a garage door repair guy (recommended by a friend). He sold me a new remote, and also \"serviced\" the door (oiling the cables mostly). He warned me that he wasn\'t able to repair my type of motor because it lacked sensors and it wasn\'t up to code. He repeated this warning several times. Two days after he was at my house, I pulled up to my garage and the door would only open half-way. I called the repair guy and asked him to come urgently, since I was leaving the next day and didn\'t want to leave my car outside. He proceeded to tell me that he had been working since 7 am and hadn\'t had lunch, but quite reluctantly agreed to come by, saying he would have to charge me for the visit.\r\n\r\nWhen he arrived, he kept saying that he had told me he didn\'t repair my type of motor. The issue, however, was with the cable attached to the door. However, in his world the entire structure of cable and motor were all called \"the motor.\"  He told me there was defect in this type of \"motor\" and that it  happened frequently. I told him that in eight years that I have owned this house, this had never happened. He then said I was accusing him of doing something to the door. In a sense, I was. I didn\'t have this problem before he came, and now I did. He got very angry and removed the defective piece all while telling me over and over again that he is not supposed to repair this motor. I told him I would NOT be reporting him anywhere. He left in a huff, and didn\'t charge me. He also told me that I didn\'t need to call him again. As if I would.\r\n\r\nAfter he left, I was angry. I resented this guy\'s rudeness and lack of customer service. And I couldn\'t help but think that his warnings about not being able to work on my motor were just a convenient way for him to then sell me a new motor. After all, he works for himself so he is not beholden to a boss or a company policy. There was literally no way that there would be any repercussions for him working on this.\r\n\r\n<strong>Because it\'s not just what you say, but how you say it.</strong>\r\n\r\nThis whole incident was one glaring example of \"it\'s not what you say, but how you say it.\" If he had said something like this: \"I know this seems related to my visit the other day, but it is an unfortunate coincidence. There\'s this piece that sometimes acts up, and it\'s chosen to act up today. Although it is part of your motor, and as a rule I don\'t work on these, I will make a exception since it is such a small deal and I was just here not two days ago. \" If he had said that, then we would have been in a better situation. But he didn\'t. And many people do not stop to think before they communicate. Unfortunately, if you are in marketing or in customer service of any sort, you have to think about what you are saying and how you are saying it.\r\n\r\nThis applies to all communication\r\n\r\nWhen writing marketing materials, you are concerned with the words you choose, the messages you deliver. But you should also be concerned with tone and presentation. How is your message coming across? What kind of emotion are you engendering?\r\n\r\nAre you being rude? Are you causing negative emotions (anger, frustration, embarrassment) in your audience?','Not just what you say, but how you say it','','inherit','closed','closed','','3998-revision-v1','','','2019-07-09 14:52:27','2019-07-09 18:52:27','',3998,'https://deborahbrody.com/2019/07/3998-revision-v1/',0,'revision','',0),
(4003,4,'2019-07-10 10:29:33','2019-07-10 14:29:33','Yesterday, I came across this article on ThriveGlobal: <a href=\"https://thriveglobal.com/stories/communication-mistakes-lead-to-toxic-workplace-feeling/?utm_content=bufferc6c78&amp;utm_medium=Arianna&amp;utm_source=LinkedIn\" target=\"_blank\" rel=\"noopener\">\"3 Communication Mistakes that Lead to a Toxic-feeling Workplace.\"</a> The article addresses  interpersonal communications. The first mistake discussed really stood out to me. Here is the excerpt:\r\n<blockquote><strong>Not being mindful of how your words land</strong>\r\n\r\nA large portion of what we say stems from how we read the present situation, and our sense of self-awareness plays a vital role in our everyday conversations. According to a <a href=\"https://psyarxiv.com/sg5aw/\">recent study</a> conducted by a group of psychologists at the University of California, Davis, many people don’t realize they’re being rude when they’re perceived as such, suggesting blind spots in our self-insight that can prompt miscommunications at work. The study’s findings highlight the importance of listening to yourself when you’re talking to others. If you hear what you’re saying and think you might be offended if someone said the same to you, it’s worth rephrasing and communicating your point differently.</blockquote>\r\nI am sure we all have experienced people saying things to us in an awkward or rude way that made us feel not so great. We may have gotten angry or offended.  And many times, what these people were saying was not the problem so much as how they said it.\r\n\r\nThe rude garage repair guy\r\n\r\nIt happened to me a few weeks ago. My garage door remote wasn\'t working, and I called a garage door repair guy (recommended by a friend). He sold me a new remote, and also \"serviced\" the door (oiling the cables mostly). He warned me that he wasn\'t able to repair my type of motor because it lacked sensors and it wasn\'t up to code. He repeated this warning several times. Two days after he was at my house, I pulled up to my garage and the door would only open half-way. I called the repair guy and asked him to come urgently, since I was leaving the next day and didn\'t want to leave my car outside. He proceeded to tell me that he had been working since 7 am and hadn\'t had lunch, but quite reluctantly agreed to come by, saying he would have to charge me for the visit.\r\n\r\nWhen he arrived, he kept saying that he had told me he didn\'t repair my type of motor. The issue, however, was with the cable attached to the door. However, in his world the entire structure of cable and motor were all called \"the motor.\"  He told me there was defect in this type of \"motor\" and that it  happened frequently. I told him that in eight years that I have owned this house, this had never happened. He then said I was accusing him of doing something to the door. In a sense, I was. I didn\'t have this problem before he came, and now I did. He got very angry and removed the defective piece all while telling me over and over again that he is not supposed to repair this motor. I told him I would NOT be reporting him anywhere. He left in a huff, and didn\'t charge me. He also told me that I didn\'t need to call him again. As if I would.\r\n\r\nAfter he left, I was angry. I resented this guy\'s rudeness and lack of customer service. And I couldn\'t help but think that his warnings about not being able to work on my motor were just a convenient way for him to then sell me a new motor. After all, he works for himself so he is not beholden to a boss or a company policy. There was literally no way that there would be any repercussions for him working on this.\r\n\r\n<strong>Because it\'s not just what you say, but how you say it.</strong>\r\n\r\nThis whole incident was one glaring example of \"it\'s not what you say, but how you say it.\" If he had said something like this: \"I know this seems related to my visit the other day, but it is an unfortunate coincidence. There\'s this piece that sometimes acts up, and it\'s chosen to act up today. Although it is part of your motor, and as a rule I don\'t work on these, I will make a exception since it is such a small deal and I was just here not two days ago. \" If he had said that, then we would have been in a better situation. But he didn\'t. And many people do not stop to think before they communicate. Unfortunately, if you are in marketing or in customer service of any sort, you have to think about what you are saying and how you are saying it.\r\n\r\nThis applies to all communication\r\n\r\nWhen writing marketing materials, you are concerned with the words you choose, the messages you deliver. But you should also be concerned with tone and presentation. How is your message coming across? What kind of emotion are you engendering?\r\n\r\n<strong>How is your messaging \"landing?\"</strong>\r\n\r\nYou need to assess how  you are coming across. Perhaps ask someone else to read your work.\r\n\r\nThings to ask yourself:\r\n<ul>\r\n 	<li>Are you being rude or abrupt?</li>\r\n 	<li>Are you being flippant or sarcastic?</li>\r\n 	<li>Are you causing negative emotions (anger, frustration, embarrassment) in your audience?</li>\r\n 	<li>If you are aiming for humor, is it good-natured or mean? Is is universally understood?</li>\r\n</ul>','Not just what you say, but how you say it','','inherit','closed','closed','','3998-revision-v1','','','2019-07-10 10:29:33','2019-07-10 14:29:33','',3998,'https://deborahbrody.com/2019/07/3998-revision-v1/',0,'revision','',0),
(4005,4,'2019-07-11 17:25:47','2019-07-11 21:25:47','Recently, I came across this article on ThriveGlobal: <a href=\"https://thriveglobal.com/stories/communication-mistakes-lead-to-toxic-workplace-feeling/?utm_content=bufferc6c78&amp;utm_medium=Arianna&amp;utm_source=LinkedIn\" target=\"_blank\" rel=\"noopener\">\"3 Communication Mistakes that Lead to a Toxic-feeling Workplace.\"</a> The article addresses  interpersonal communications, but I think the first mistake, not paying attention to how your message is being received, applies to all communications. This is what the article says:\r\n<blockquote><strong>Not being mindful of how your words land</strong>\r\n\r\nA large portion of what we say stems from how we read the present situation, and our sense of self-awareness plays a vital role in our everyday conversations. According to a <a href=\"https://psyarxiv.com/sg5aw/\">recent study</a> conducted by a group of psychologists at the University of California, Davis, many people don’t realize they’re being rude when they’re perceived as such, suggesting blind spots in our self-insight that can prompt miscommunications at work. The study’s findings highlight the importance of listening to yourself when you’re talking to others. If you hear what you’re saying and think you might be offended if someone said the same to you, it’s worth rephrasing and communicating your point differently.</blockquote>\r\n&nbsp;\r\n\r\n<strong>Because it\'s not just what you say, but how you say it.</strong>\r\n\r\nI am sure we all have experienced people saying things to us in an awkward or rude way that made us feel not so great. We may have gotten angry or offended.  And I think that what these people say is not the problem so much as how they say it. Yes, it comes down to how you present something.\r\n\r\n<strong>This applies to all communication</strong>\r\n\r\nWhen writing marketing materials, you are concerned with the words you choose, the messages you deliver. But you should also be concerned with tone and presentation. How is your message coming across? What kind of emotions are you engendering?\r\n\r\n<strong>How is your messaging \"landing?\"</strong>\r\n\r\nIf you want your message to resonate with your audience, you must assess how  you are coming across, and be careful in how you are saying what you are communicating.\r\n\r\n<strong>4 items to consider before you write your next marketing piece:</strong>\r\n\r\n1) Humor needs context and sometimes, tone of voice: Avoid inside jokes or weird humor unless you know the audience will absolutely get it. Remember that humor is hard to express in a written format.\r\n\r\n2) Mind your sarcasm: Ask yourself if you are being flippant or sarcastic, and remember that tone of voice is not easily conveyed in written materials. Also, some people don\'t understand sarcasm, and may take it literally.\r\n\r\n3) Mind your manners: I heard somewhere that having manners is about putting others at ease. When you follow conventions, people know what to expect. So ask yourself if your communication is being rude or abrupt.\r\n\r\n4) Be empathetic: Ask yourself if how and what you are saying could be causing negative emotions (anger, frustration, embarrassment) in your audience. For example, perhaps you are trying to berate your audience for missing a deadline. Most likely, berating your audience will cause embarrassment or even anger.\r\n\r\n<hr />\r\n\r\nThinking carefully about how you say and present your message will lead to better communications.\r\n\r\n&nbsp;','Not just what you say, but how you say it','','inherit','closed','closed','','3998-revision-v1','','','2019-07-11 17:25:47','2019-07-11 21:25:47','',3998,'https://deborahbrody.com/2019/07/3998-revision-v1/',0,'revision','',0),
(4007,4,'2019-07-18 09:45:12','2019-07-18 13:45:12','<strong>It\'s Copywriting 101</strong>\r\n\r\nIf you ever looked at any basic copywriting advice, you\'d probably have seen the bit where they tell you to talk about the benefits of whatever it is you are writing about. Benefits is what is in it for the audience. Perhaps they get a good price, or look younger, or help save the world. You are always supposed to highlight what the audience gets from the good or service or organization you are promoting. It\'s Copywriting 101.\r\n\r\n<strong>But spammers don\'t take copywriting classes</strong>\r\n\r\nThe other day I got a spam email (meaning it was from someone I don\'t know, who probably harvested my name from the internet, and is trying to sell me something). I got the same email again yesterday. Here\'s what the email said:\r\n<blockquote>Hi Deborah,\r\n\r\nI just came across your blog madmimi.com and wanted to reach out to you. I am reaching out because I was wondering if you would post a 500 word article that contains 2-3 links that would be relevant to the article topic. The article would also need to be written .\r\n\r\nPlease advise on the cost for this service and if you offer a bulk pricing package.\r\n\r\nHave an awesome Thursday,\r\n\r\nThanks,\r\n\r\n[name withheld]</blockquote>\r\n<strong>So many questions</strong>\r\n\r\nOkay. Let\'s start with the blindingly obvious problem. I don\'t have a blog called madmimi.com (I do, however, used Mad Mimi for my sadly neglected newsletter).\r\n\r\nLet\'s go on to the next part of the email:  I\'m being asked to post an article, presumably on my blog, about a non-disclosed topic, and include two or three links, but to where exactly? The article \"would have to be written,\" presumably by me.  Then the writer wants to know the cost for this service.\r\n\r\n<strong>But really there is nothing in it for me</strong>\r\n\r\nI\'m supposed to conclude, only guessing here, that this email\'s writer is willing to pay me to write an article about whatever I want to post on my own blog.  But of course, that makes no sense. The email writer must have a subject in mind. And really, why would I post an article about any random subject on my blog, and charge someone for it if there is nothing in it for them, and it is not clear what is in it for me? I already have an established blog (you are reading it right now), where I have been posting articles written by me for the past 10+ years.\r\n\r\nIt seems that what the email writer is really trying to do, quite in-artfully, is to get me to respond asking for more information or perhaps check out the website associated with the writer\'s email address.  That\'s why this is spam.\r\n\r\n<strong>Answer \"what\'s it in it for me?\"</strong>\r\n\r\nIf you want anything you write to succeed, start with how your audience benefits. What will they get from it? Imagine if this spammer would have said exactly what he/she meant (i.e., we\'ll pay you to promote our  product/service on your blog), I may have been more interested. Instead, I wrote a blog post about how bad these spammers are at selling. Perhaps it was a win after all.','What\'s in it for me?','','publish','open','open','','whats-in-it-for-me','','','2019-07-18 09:45:12','2019-07-18 13:45:12','',0,'https://deborahbrody.com/?p=4007',0,'post','',0),
(4008,4,'2019-07-17 10:14:26','2019-07-17 14:14:26','<strong>Copywriting 101</strong>\r\n\r\nIf you ever looked at any copywriting advice, you\'d probably have seen the bit where they tell you to talk about the benefits of whatever you are writing about. Benefits is what is in it for the audience. Perhaps they get a good price, or look younger, or help save the world. You are always supposed to highlight what the audience gets from the good or service or organization you are promoting. It\'s Copywriting 101.\r\n\r\n<strong>But spammers don\'t take copywriting classes</strong>\r\n\r\nThe other day I got a spam email (meaning it was from someone I don\'t know, who probably harvested my name from the internet, and is trying to sell me something). I got the same email again yesterday. Here\'s what the email said:\r\n<blockquote>Hi Deborah,\r\n\r\nI just came across your blog madmimi.com and wanted to reach out to you. I am reaching out because I was wondering if you would post a 500 word article that contains 2-3 links that would be relevant to the article topic. The article would also need to be written .\r\n\r\nPlease advise on the cost for this service and if you offer a bulk pricing package.\r\n\r\nHave an awesome Thursday,\r\n\r\nThanks,\r\n\r\n[name withheld]</blockquote>\r\nOkay. Let\'s start with the blindingly obvious problem. I don\'t have a blog called madmimi.com (I do, however, used Mad Mimi for my sadly neglected newsletter).\r\n\r\nThen let\'s go on to the next part: the writer of the email is asking me to post an article, presumably on my blog, about a non-disclosed topic, and including two or three links to where exactly? The article \"would have to be written,\" presumably by me.  Then the writer wants to know the cost for this service.\r\n\r\nI am supposed to conclude, I am only guessing here, that the email writer is willing to pay me to write an article about whatever I want. But of course, that makes no sense. The email writer must have a subject in mind. And really, why would I post an article about any subject on my blog, and charge someone for it if there is nothing in it for them, and it is not clear what is in it for me? I write stuff on my blog all the time, and if you read it regularly\r\n\r\nIt seems that what the email writer is trying to do, quite inartfully, is to get me to respond asking for more information or perhaps check out the website associated with the writer\'s email address.  That the spam part of it.\r\n\r\nThe way this email is written does not clearly convey what the writer wants. And it certainly does not say what I get out of it. What is the benefit to me for writing and posting an article?','What\'s in it for me?','','inherit','closed','closed','','4007-revision-v1','','','2019-07-17 10:14:26','2019-07-17 14:14:26','',4007,'https://deborahbrody.com/2019/07/4007-revision-v1/',0,'revision','',0),
(4009,4,'2019-07-17 17:19:43','2019-07-17 21:19:43','<strong>Copywriting 101</strong>\r\n\r\nIf you ever looked at any copywriting advice, you\'d probably have seen the bit where they tell you to talk about the benefits of whatever it is you are writing about. Benefits is what is in it for the audience. Perhaps they get a good price, or look younger, or help save the world. You are always supposed to highlight what the audience gets from the good or service or organization you are promoting. It\'s Copywriting 101.\r\n\r\n<strong>But spammers don\'t take copywriting classes</strong>\r\n\r\nThe other day I got a spam email (meaning it was from someone I don\'t know, who probably harvested my name from the internet, and is trying to sell me something). I got the same email again yesterday. Here\'s what the email said:\r\n<blockquote>Hi Deborah,\r\n\r\nI just came across your blog madmimi.com and wanted to reach out to you. I am reaching out because I was wondering if you would post a 500 word article that contains 2-3 links that would be relevant to the article topic. The article would also need to be written .\r\n\r\nPlease advise on the cost for this service and if you offer a bulk pricing package.\r\n\r\nHave an awesome Thursday,\r\n\r\nThanks,\r\n\r\n[name withheld]</blockquote>\r\n<strong>So many questions</strong>\r\n\r\nOkay. Let\'s start with the blindingly obvious problem. I don\'t have a blog called madmimi.com (I do, however, used Mad Mimi for my sadly neglected newsletter).\r\n\r\nThen let\'s go on to the next part: the writer of the email is asking me to post an article, presumably on my blog, about a non-disclosed topic, and including two or three links, but to where exactly? The article \"would have to be written,\" presumably by me.  Then the writer wants to know the cost for this service.\r\n\r\nI\'m supposed to conclude, only guessing here, that this email\'s writer is willing to pay me to write an article about whatever I want. But of course, that makes no sense. The email writer must have a subject in mind. And really, why would I post an article about any subject on my blog, and charge someone for it if there is nothing in it for them, and it is not clear what is in it for me? I already have an established blog (you are reading it right now), where I have been posting articles written by me for the past 10+ years.\r\n\r\nIt seems that what the email writer is really trying to do, quite in-artfully, is to get me to respond asking for more information or perhaps check out the website associated with the writer\'s email address.  That\'s the spam part of it.\r\n\r\nIf you want anything you write to succeed, start with the benefits in it for the audience. What will they get from it?','What\'s in it for me?','','inherit','closed','closed','','4007-revision-v1','','','2019-07-17 17:19:43','2019-07-17 21:19:43','',4007,'https://deborahbrody.com/2019/07/4007-revision-v1/',0,'revision','',0),
(4010,4,'2019-07-18 09:41:21','2019-07-18 13:41:21','<strong>It\'s Copywriting 101</strong>\r\n\r\nIf you ever looked at any basic copywriting advice, you\'d probably have seen the bit where they tell you to talk about the benefits of whatever it is you are writing about. Benefits is what is in it for the audience. Perhaps they get a good price, or look younger, or help save the world. You are always supposed to highlight what the audience gets from the good or service or organization you are promoting. It\'s Copywriting 101.\r\n\r\n<strong>But spammers don\'t take copywriting classes</strong>\r\n\r\nThe other day I got a spam email (meaning it was from someone I don\'t know, who probably harvested my name from the internet, and is trying to sell me something). I got the same email again yesterday. Here\'s what the email said:\r\n<blockquote>Hi Deborah,\r\n\r\nI just came across your blog madmimi.com and wanted to reach out to you. I am reaching out because I was wondering if you would post a 500 word article that contains 2-3 links that would be relevant to the article topic. The article would also need to be written .\r\n\r\nPlease advise on the cost for this service and if you offer a bulk pricing package.\r\n\r\nHave an awesome Thursday,\r\n\r\nThanks,\r\n\r\n[name withheld]</blockquote>\r\n<strong>So many questions</strong>\r\n\r\nOkay. Let\'s start with the blindingly obvious problem. I don\'t have a blog called madmimi.com (I do, however, used Mad Mimi for my sadly neglected newsletter).\r\n\r\nLet\'s go on to the next part of the email:  I\'m being asked to post an article, presumably on my blog, about a non-disclosed topic, and include two or three links, but to where exactly? The article \"would have to be written,\" presumably by me.  Then the writer wants to know the cost for this service.\r\n\r\n<strong>But really there is nothing in it for me</strong>\r\n\r\nI\'m supposed to conclude, only guessing here, that this email\'s writer is willing to pay me to write an article about whatever I want to post on my own blog.  But of course, that makes no sense. The email writer must have a subject in mind. And really, why would I post an article about any random subject on my blog, and charge someone for it if there is nothing in it for them, and it is not clear what is in it for me? I already have an established blog (you are reading it right now), where I have been posting articles written by me for the past 10+ years.\r\n\r\nIt seems that what the email writer is really trying to do, quite in-artfully, is to get me to respond asking for more information or perhaps check out the website associated with the writer\'s email address.  That\'s why this is spam.\r\n\r\n<strong>Answer \"what\'s it in it for me?\"</strong>\r\n\r\nIf you want anything you write to succeed, start with how your audience benefits. What will they get from it? Imagine if this spammer would have said exactly what he/she meant ( i.e., we\'ll pay you to promote our  product/service on your blog), I may have been more interested. Instead, I wrote a blog post about how bad these spammers are at selling. Perhaps it was a win after all.','What\'s in it for me?','','inherit','closed','closed','','4007-revision-v1','','','2019-07-18 09:41:21','2019-07-18 13:41:21','',4007,'https://deborahbrody.com/2019/07/4007-revision-v1/',0,'revision','',0),
(4011,4,'2019-07-18 09:45:12','2019-07-18 13:45:12','<strong>It\'s Copywriting 101</strong>\r\n\r\nIf you ever looked at any basic copywriting advice, you\'d probably have seen the bit where they tell you to talk about the benefits of whatever it is you are writing about. Benefits is what is in it for the audience. Perhaps they get a good price, or look younger, or help save the world. You are always supposed to highlight what the audience gets from the good or service or organization you are promoting. It\'s Copywriting 101.\r\n\r\n<strong>But spammers don\'t take copywriting classes</strong>\r\n\r\nThe other day I got a spam email (meaning it was from someone I don\'t know, who probably harvested my name from the internet, and is trying to sell me something). I got the same email again yesterday. Here\'s what the email said:\r\n<blockquote>Hi Deborah,\r\n\r\nI just came across your blog madmimi.com and wanted to reach out to you. I am reaching out because I was wondering if you would post a 500 word article that contains 2-3 links that would be relevant to the article topic. The article would also need to be written .\r\n\r\nPlease advise on the cost for this service and if you offer a bulk pricing package.\r\n\r\nHave an awesome Thursday,\r\n\r\nThanks,\r\n\r\n[name withheld]</blockquote>\r\n<strong>So many questions</strong>\r\n\r\nOkay. Let\'s start with the blindingly obvious problem. I don\'t have a blog called madmimi.com (I do, however, used Mad Mimi for my sadly neglected newsletter).\r\n\r\nLet\'s go on to the next part of the email:  I\'m being asked to post an article, presumably on my blog, about a non-disclosed topic, and include two or three links, but to where exactly? The article \"would have to be written,\" presumably by me.  Then the writer wants to know the cost for this service.\r\n\r\n<strong>But really there is nothing in it for me</strong>\r\n\r\nI\'m supposed to conclude, only guessing here, that this email\'s writer is willing to pay me to write an article about whatever I want to post on my own blog.  But of course, that makes no sense. The email writer must have a subject in mind. And really, why would I post an article about any random subject on my blog, and charge someone for it if there is nothing in it for them, and it is not clear what is in it for me? I already have an established blog (you are reading it right now), where I have been posting articles written by me for the past 10+ years.\r\n\r\nIt seems that what the email writer is really trying to do, quite in-artfully, is to get me to respond asking for more information or perhaps check out the website associated with the writer\'s email address.  That\'s why this is spam.\r\n\r\n<strong>Answer \"what\'s it in it for me?\"</strong>\r\n\r\nIf you want anything you write to succeed, start with how your audience benefits. What will they get from it? Imagine if this spammer would have said exactly what he/she meant (i.e., we\'ll pay you to promote our  product/service on your blog), I may have been more interested. Instead, I wrote a blog post about how bad these spammers are at selling. Perhaps it was a win after all.','What\'s in it for me?','','inherit','closed','closed','','4007-revision-v1','','','2019-07-18 09:45:12','2019-07-18 13:45:12','',4007,'https://deborahbrody.com/2019/07/4007-revision-v1/',0,'revision','',0),
(4013,4,'2019-07-31 14:14:14','2019-07-31 18:14:14','<strong>What is BLUF?</strong>\r\n\r\nI only recently learned about BLUF, which stands for \"bottom line up front,\" from a woman who works in project management at a computer/software company. In her line of work, she says, she has little time to  wade through a morass of details, and needs to know the bottom line first (i.e., what is the project is going to cost).\r\n\r\n<strong>TL, DR</strong>\r\n\r\nIt\'s not much different in any type of writing. I am sure you\'ve seen people post articles with the disclaimer \"TL, DR,\" which stands for \"too long, didn\'t read.\" People don\'t have time to read long, detailed articles or emails, <em>especially if they are reading them on a mobile device</em>. People want to know what it\'s about, and then read it slowly when they have time. This is why subject lines and headlines are so crucial—that\'s your BLUF for emails and articles. Say what it\'s about.\r\n\r\n<strong>Don\'t bury the lede!</strong>\r\n\r\nWith news releases, it is imperative that the first paragraph carry the important information. The rest of the release is filled with the details and quotes. The same holds for news articles. In journalism, when you don\'t provide the crucial information up front, it\'s called \"burying the lede.\"\r\n\r\nTake this article from Eater DC: <a href=\"https://dc.eater.com/2019/7/24/20708371/hipcityveg-opening-dupont-circle-dc-vegan-burgers-chicken-nuggets\" target=\"_blank\" rel=\"noopener\">\"HipCityVeg Brings its Vegan Versions of Fast Food Favorites to Dupont Circle.\"</a> It\'s about the opening of the restaurant\'s second location in Washington, DC, and yet, I have to read through <strong>NINE</strong> paragraphs about how and why HipCityVeg does what it does before I find out the exact address of the new location. The address should have been in the first paragraph, so that somebody who want to actually visit the restaurant, knows where to find it.\r\n\r\n<strong>What does the reader<em> need</em> to know?</strong>\r\n\r\nWhen writing a marketing piece, a blog post, an email, do yourself a favor and think BLUF: What is the most important thing your reader has to know? Being bottom line-oriented and putting the important stuff up front, will make you a better, more effective writer.','Be a more effective writer: Think BLUF','','publish','open','open','','be-a-more-effective-writer-think-bluf','','','2019-07-31 14:14:14','2019-07-31 18:14:14','',0,'https://deborahbrody.com/?p=4013',0,'post','',0),
(4014,4,'2019-07-31 10:36:54','2019-07-31 14:36:54','I recently learned about BLUF, which stands for bottom line up front, from a woman who works in project management at a computer/software company. She told me she has no time to read through a morass of details, and just want to know the bottom line first.','Be more effective: think BLUF','','inherit','closed','closed','','4013-revision-v1','','','2019-07-31 10:36:54','2019-07-31 14:36:54','',4013,'https://deborahbrody.com/2019/07/4013-revision-v1/',0,'revision','',0),
(4015,4,'2019-07-31 14:10:39','2019-07-31 18:10:39','<strong>What is BLUF?</strong>\r\n\r\nI only recently learned about BLUF, which stands for \"bottom line up front,\" from a woman who works in project management at a computer/software company. In her line of work, she says, she has little time to  wade through a morass of details, and needs to know the bottom line first (i.e., what is the project going to cost).\r\n\r\n<strong>TL, DR</strong>\r\n\r\nIt\'s not much different in any type of writing. I am sure you\'ve seen people post articles with the disclaimer \"TL, DR,\" which stands for too long, didn\'t read. People don\'t have time to read long, detailed articles or emails, especially if they are reading them on a mobile device. People want to know what it\'s about, and then read it slowly when they have time. This is why subject lines and headlines are so crucial—that\'s your BLUF for emails and articles. Say what it\'s about.\r\n\r\n<strong>Don\'t bury the lede!</strong>\r\n\r\nWith news releases, it is imperative that the first paragraph carry the important information. The rest of the release is filled with the details and quotes. The same holds for news articles. In journalism, when you don\'t provide the crucial information up front, it\'s called \"burying the lede.\"\r\n\r\nTake this article from Eater DC: <a href=\"https://dc.eater.com/2019/7/24/20708371/hipcityveg-opening-dupont-circle-dc-vegan-burgers-chicken-nuggets\" target=\"_blank\" rel=\"noopener\">\"HipCityVeg Brings its Vegan Versions of Fast Food Favorites to Dupont Circle.\"</a> It\'s about the opening of the restaurant\'s second location in Washington, DC, and yet, I have to read through <strong>NINE</strong> paragraphs about how and why HipCityVeg does what it does before I find out the exact address of the new location. The address should have been in the first paragraph, so that somebody who want to actually visit the restaurant, knows where to find it.\r\n\r\n<strong>What does the reader need to know?</strong>\r\n\r\nWhen writing a marketing piece, a blog post, an email, do yourself a favor and think BLUF: What is the most important thing your reader has to know? Being bottom line-oriented, will make you a better, more effective writer.','Be a more effective writer: Think BLUF','','inherit','closed','closed','','4013-revision-v1','','','2019-07-31 14:10:39','2019-07-31 18:10:39','',4013,'https://deborahbrody.com/2019/07/4013-revision-v1/',0,'revision','',0),
(4016,4,'2019-07-31 14:14:14','2019-07-31 18:14:14','<strong>What is BLUF?</strong>\r\n\r\nI only recently learned about BLUF, which stands for \"bottom line up front,\" from a woman who works in project management at a computer/software company. In her line of work, she says, she has little time to  wade through a morass of details, and needs to know the bottom line first (i.e., what is the project is going to cost).\r\n\r\n<strong>TL, DR</strong>\r\n\r\nIt\'s not much different in any type of writing. I am sure you\'ve seen people post articles with the disclaimer \"TL, DR,\" which stands for \"too long, didn\'t read.\" People don\'t have time to read long, detailed articles or emails, <em>especially if they are reading them on a mobile device</em>. People want to know what it\'s about, and then read it slowly when they have time. This is why subject lines and headlines are so crucial—that\'s your BLUF for emails and articles. Say what it\'s about.\r\n\r\n<strong>Don\'t bury the lede!</strong>\r\n\r\nWith news releases, it is imperative that the first paragraph carry the important information. The rest of the release is filled with the details and quotes. The same holds for news articles. In journalism, when you don\'t provide the crucial information up front, it\'s called \"burying the lede.\"\r\n\r\nTake this article from Eater DC: <a href=\"https://dc.eater.com/2019/7/24/20708371/hipcityveg-opening-dupont-circle-dc-vegan-burgers-chicken-nuggets\" target=\"_blank\" rel=\"noopener\">\"HipCityVeg Brings its Vegan Versions of Fast Food Favorites to Dupont Circle.\"</a> It\'s about the opening of the restaurant\'s second location in Washington, DC, and yet, I have to read through <strong>NINE</strong> paragraphs about how and why HipCityVeg does what it does before I find out the exact address of the new location. The address should have been in the first paragraph, so that somebody who want to actually visit the restaurant, knows where to find it.\r\n\r\n<strong>What does the reader<em> need</em> to know?</strong>\r\n\r\nWhen writing a marketing piece, a blog post, an email, do yourself a favor and think BLUF: What is the most important thing your reader has to know? Being bottom line-oriented and putting the important stuff up front, will make you a better, more effective writer.','Be a more effective writer: Think BLUF','','inherit','closed','closed','','4013-revision-v1','','','2019-07-31 14:14:14','2019-07-31 18:14:14','',4013,'https://deborahbrody.com/2019/07/4013-revision-v1/',0,'revision','',0),
(4031,4,'2019-10-23 10:52:41','0000-00-00 00:00:00','Every day, we get news that affects our personal world. Perhaps a business you frequent is closing, or it is changing location. Perhaps the doctor you have been seeing for the past 20 years is retiring. Perhaps the dues at your local gym are going up. Perhaps your flight is cancelled or rescheduled.\r\n\r\nHow are you learning about these changes? Are you getting an email? Are you walking up to your favorite store only to find a handwritten note telling you that it is now closed? Are you hearing rumors from your friends?','Are you doing a good job delivering news?','','draft','open','open','','','','','2019-10-23 10:52:41','2019-10-23 14:52:41','',0,'https://deborahbrody.com/?p=4031',0,'post','',0),
(4022,4,'2019-09-05 14:46:56','2019-09-05 18:46:56','<strong>Repeat phone calls from different numbers, same message</strong>\r\n\r\nAround 11 a.m. my cell phone rings and the caller ID shows an 1-800 number. I don\'t answer. Seconds later there\'s a voicemail message. It is a recording of a robotic woman warning of some account suspension. I delete the message without listening to all of it. About five or ten minutes later, another call from another 1-800 number. Again, I don\'t answer. And again, there\'s the exact same voicemail message. This has happened for the past three days. That\'s six calls from six different 1-800 numbers and six identical robotic voicemail messages.\r\n\r\nPerhaps the spammer\'s \"strategy\"  is this:\r\n<ul>\r\n 	<li>Use an 1-800 number since it looks official</li>\r\n 	<li>Use different 1-800 numbers for each call, so target won\'t figure out it\'s the same entity calling</li>\r\n 	<li>Scare the target with an official sounding message about \"immediate account suspension\" to create fear/anxiety. This fear will lead to target answering the phone five minutes after the original message and/or calling back.</li>\r\n 	<li>Call at the same time every day because this will make a target answer or pick up</li>\r\n</ul>\r\n<strong>Stupid \"marketing\"</strong>\r\n\r\nWhat\'s behind this \"marketing\" strategy is the assumption that the target won\'t see that the 1-800 calls are not official, and that they will pick up. In other words, the \"strategy\" is based on the idea that the target is too stupid to see that this is a scam.\r\n\r\n<strong>Sending the same email, over and over and over and over...</strong>\r\n\r\nThere\'s a guy named Steve Marriot who really wants to speak to me about my credit. He wants it so much that he sends me the same email day after day. His subject line says \"Let\'s grow together in 2019.\" He just wants to set up me to call him to discuss my credit needs. Or better yet, just apply since his company has analyzed my company and determined I am eligible for a quarter million dollar loan at a low rate! Okay then. Oh, and there is absolutely no information about Steve\'s \"company\" in the email. No website address, no description, no nothing but there is a link for an application. As if I am going to click that.\r\n\r\n<strong>Putting the stupid in marketing</strong>\r\n\r\nFirst, sending the same email multiple times does not make me want to open a line of credit with you. Credit and finance are trust-based transactions. I don\'t know Steve, but I do know he is running a con. He knows nothing about my company or me and nobody but nobody pre-approves you for a loan without knowing anything about your finances. Second, are you really that stupid to think that I am so stupid as to respond to an email from an unknown \"financial\" company?\r\n\r\n<hr />\r\n\r\nDo you assume your customers are stupid? If you do, please stop.  The only marketers that bet on stupidity are spammers. And that is the bottom line.','Stupid on repeat=marketing fail','','publish','open','open','','stupid-on-repeatmarketing-fail','','','2019-09-05 14:46:56','2019-09-05 18:46:56','',0,'https://deborahbrody.com/?p=4022',0,'post','',0),
(4023,4,'2019-09-04 14:23:41','2019-09-04 18:23:41','Do you assume your customers are stupid? If you do, please stop.  The only marketers that bet on stupidity are spammers.\r\n\r\nLet me share an example.  Around 11 a.m. my cell phone rings and the caller ID shows an 1-800 number. I don\'t answer. Seconds later there\'s a voicemail message. It is a recording of a robotic woman warning of some account suspension. I delete the message without listening to all of it. About five or ten minutes later, another call from another 1-800 number. Again, I don\'t answer. And again, there\'s the exact same voicemail message. This has happened for the past three days. That\'s six calls from six different 1-800 numbers and six identical robotic voicemail messages.\r\n\r\nPerhaps the spammer \"strategy\"  is this:\r\n<ul>\r\n 	<li>Use an 1-800 number since it looks official</li>\r\n 	<li>Use different 1-800 numbers for each call, so target won\'t figure out it\'s the same entity calling</li>\r\n 	<li>Scare the target with an official sounding message about \"immediate account suspension\" to create fear/anxiety. This fear will lead to target answering the phone five minutes after the original message and/or calling back.</li>\r\n 	<li>Call at the same time every day because this will make a target answer or pick up</li>\r\n</ul>\r\n&nbsp;','Stupid on repeat=marketing fail','','inherit','closed','closed','','4022-revision-v1','','','2019-09-04 14:23:41','2019-09-04 18:23:41','',4022,'https://deborahbrody.com/2019/09/4022-revision-v1/',0,'revision','',0),
(4024,4,'2019-09-05 09:28:00','2019-09-05 13:28:00','<strong>Repeat phone calls from different numbers, same message</strong>\r\n\r\nAround 11 a.m. my cell phone rings and the caller ID shows an 1-800 number. I don\'t answer. Seconds later there\'s a voicemail message. It is a recording of a robotic woman warning of some account suspension. I delete the message without listening to all of it. About five or ten minutes later, another call from another 1-800 number. Again, I don\'t answer. And again, there\'s the exact same voicemail message. This has happened for the past three days. That\'s six calls from six different 1-800 numbers and six identical robotic voicemail messages.\r\n\r\nPerhaps the spammer\'s \"strategy\"  is this:\r\n<ul>\r\n 	<li>Use an 1-800 number since it looks official</li>\r\n 	<li>Use different 1-800 numbers for each call, so target won\'t figure out it\'s the same entity calling</li>\r\n 	<li>Scare the target with an official sounding message about \"immediate account suspension\" to create fear/anxiety. This fear will lead to target answering the phone five minutes after the original message and/or calling back.</li>\r\n 	<li>Call at the same time every day because this will make a target answer or pick up</li>\r\n</ul>\r\n<strong>Stupid \"marketing\"</strong>\r\n\r\nWhat\'s behind this \"marketing\" strategy is the assumption that the target won\'t see that the 1-800 calls are not official, and that they will pick up. In other words, the \"strategy\" is based on the idea that the target is too stupid to see that this is a scam.\r\n\r\nDo you assume your customers are stupid? If you do, please stop.  The only marketers that bet on stupidity are spammers.','Stupid on repeat=marketing fail','','inherit','closed','closed','','4022-revision-v1','','','2019-09-05 09:28:00','2019-09-05 13:28:00','',4022,'https://deborahbrody.com/2019/09/4022-revision-v1/',0,'revision','',0),
(4025,4,'2019-09-05 14:45:47','2019-09-05 18:45:47','<strong>Repeat phone calls from different numbers, same message</strong>\r\n\r\nAround 11 a.m. my cell phone rings and the caller ID shows an 1-800 number. I don\'t answer. Seconds later there\'s a voicemail message. It is a recording of a robotic woman warning of some account suspension. I delete the message without listening to all of it. About five or ten minutes later, another call from another 1-800 number. Again, I don\'t answer. And again, there\'s the exact same voicemail message. This has happened for the past three days. That\'s six calls from six different 1-800 numbers and six identical robotic voicemail messages.\r\n\r\nPerhaps the spammer\'s \"strategy\"  is this:\r\n<ul>\r\n 	<li>Use an 1-800 number since it looks official</li>\r\n 	<li>Use different 1-800 numbers for each call, so target won\'t figure out it\'s the same entity calling</li>\r\n 	<li>Scare the target with an official sounding message about \"immediate account suspension\" to create fear/anxiety. This fear will lead to target answering the phone five minutes after the original message and/or calling back.</li>\r\n 	<li>Call at the same time every day because this will make a target answer or pick up</li>\r\n</ul>\r\n<strong>Stupid \"marketing\"</strong>\r\n\r\nWhat\'s behind this \"marketing\" strategy is the assumption that the target won\'t see that the 1-800 calls are not official, and that they will pick up. In other words, the \"strategy\" is based on the idea that the target is too stupid to see that this is a scam.\r\n\r\n<strong>Sending the same email, over and over and over and over...</strong>\r\n\r\nThere\'s a guy named Steve Marriot who really wants to speak to me about my credit. He wants it so much that he sends me the same email day after day. His subject line says \"Let\'s grow together in 2019.\" He just wants to set up me to call him to discuss my credit needs. Or better yet, just apply since his company has analyzed my company and determined I am eligible for a quarter million dollar loan at a low rate! Okay then. Oh, and there is absolutely no information about Steve\'s \"company\" in the email. No website address, no description, no nothing but there is a link for an application. As if I am going to click that.\r\n\r\n<strong>Putting the stupid in marketing</strong>\r\n\r\nFirst, sending the same email multiple times does not make me want to open a line of credit with you. Credit and finance are trust-based transactions. I don\'t know Steve, but I do know he is running a con. He knows nothing about my company or me and nobody but nobody pre-approves you for a loan without knowing anything about your finances. Second, are you really that stupid to think that I am so stupid as to respond to an email from an unknown \"financial\" company?\r\n\r\n<hr />\r\n\r\nDo you assume your customers are stupid? If you do, please stop.  The only marketers that bet on stupidity are spammers. And that is the bottom line.','Stupid on repeat=marketing fail','','inherit','closed','closed','','4022-revision-v1','','','2019-09-05 14:45:47','2019-09-05 18:45:47','',4022,'https://deborahbrody.com/2019/09/4022-revision-v1/',0,'revision','',0),
(4032,4,'2019-10-23 10:52:41','2019-10-23 14:52:41','Every day, we get news that affects our personal world. Perhaps a business you frequent is closing, or it is changing location. Perhaps the doctor you have been seeing for the past 20 years is retiring. Perhaps the dues at your local gym are going up. Perhaps your flight is cancelled or rescheduled.\r\n\r\nHow are you learning about these changes? Are you getting an email? Are you walking up to your favorite store only to find a handwritten note telling you that it is now closed? Are you hearing rumors from your friends?','Are you doing a good job delivering news?','','inherit','closed','closed','','4031-revision-v1','','','2019-10-23 10:52:41','2019-10-23 14:52:41','',4031,'https://deborahbrody.com/2019/10/4031-revision-v1/',0,'revision','',0),
(4034,4,'2019-10-30 09:42:35','2019-10-30 13:42:35','Marketing helps people to<em> know</em> brands, but it doesn\'t make people <em>like</em> brands. People like brands that provide quality, value, and a good experience. That good experience comes down to customer service. If the brand\'s customer service is bad, the experience is bad, and the brand is tainted. It is really that simple.\r\n\r\n<strong>Why I will never shop at Ulta again</strong>\r\n\r\nA couple of years ago, I bought some nail polish at Ulta, and I asked before I paid if it was returnable. I was told yes. It turns out I had a similar color at home, so I returned to the store, original receipt in hand, and was asked for my phone number. I said I wasn\'t in their system, I had the receipt and I wasn\'t giving them my number. The clerk was unable to do the return. I went home and called Ulta customer service and was told I should be able to do a return with just the receipt, no problem. I ended up going to an Ulta in another county and doing the return there. I vowed never to shop at my local Ulta again. And then last week, I was in the shopping center where the Ulta is, so I decided to go in. I bought some makeup. When I got home, I realized the makeup was not what I wanted. I went back to Ulta, again with original receipt in hand, and makeup in its box, untouched, and got the exact same answer that I had gotten two years prior. They needed a phone number. Again, why? I am not in their system and a phone number will not bring up my account. I got a manager, who somehow managed to get around this \"phone requirement.\"\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/10/beauty-cosmetics-depth-of-field-1571585.jpg\"><img class=\"aligncenter size-large wp-image-4035\" src=\"https://deborahbrody.com/wp-content/uploads/2019/10/beauty-cosmetics-depth-of-field-1571585-1024x684.jpg\" alt=\"\" width=\"1024\" height=\"684\" /></a>\r\n\r\n<strong>What a difference</strong>\r\n\r\nContrast that with my experience at Sephora, another cosmetics store, a few months ago. I had a faulty mechanical eyeliner pencil but no receipt (I was hoping they would fix the issue not take back the item). The clerk was able to look up the transaction using my credit card, and gave me a credit, no further questions asked.\r\n\r\n<strong>Making it difficult to make a return is a huge customer service problem</strong>\r\n\r\nMost stores will do returns quite easily if you have a receipt. Some stores will give you a store credit if you don\'t have a receipt. The only stores that seem to make it hard to do returns are small, local boutiques, and Ulta. Customers want to be able to like what they buy and return it if they don\'t. Most businesses see the benefit in customer satisfaction.\r\n\r\n<strong>When you have to market to overcome your failings</strong>\r\n\r\nUlta advertises discounts all the time. Sephora never does. Perhaps Ulta needs to get people in the door with incentives because it knows that the experience is less than ideal. This is not to say Sephora is perfect (far from) but it seems geared toward a better customer experience than Ulta.\r\n\r\n<strong>You will choose to do business where you feel less friction</strong>\r\n\r\nMany people shop at stores like Nordstrom because its policy is to accept almost all returns without exceptions.  This makes for a more relaxed shopping experience. If you know you can buy whatever it is and then return it if it doesn\'t suit for whatever reason, you will buy. If, however, you think there will be a problem, you will not buy because you don\'t want to deal with the friction.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: If your customer service is bad it doesn\'t matter how good your marketing is.\r\n\r\n&nbsp;','All the marketing in the world won\'t save your brand from bad customer service','','publish','open','open','','all-the-marketing-in-the-world-wont-save-your-brand-from-bad-customer-service','','','2019-10-30 09:42:35','2019-10-30 13:42:35','',0,'https://deborahbrody.com/?p=4034',0,'post','',1),
(4035,4,'2019-10-30 09:40:15','2019-10-30 13:40:15','','beauty-cosmetics-depth-of-field-1571585','','inherit','open','closed','','beauty-cosmetics-depth-of-field-1571585','','','2019-10-30 09:40:15','2019-10-30 13:40:15','',4034,'https://deborahbrody.com/wp-content/uploads/2019/10/beauty-cosmetics-depth-of-field-1571585.jpg',0,'attachment','image/jpeg',0),
(4036,4,'2019-10-30 09:41:18','2019-10-30 13:41:18','Marketing helps people to<em> know</em> brands, but it doesn\'t make people <em>like</em> brands. People like brands that provide quality, value, and a good experience. That good experience comes down to customer service. If the brand\'s customer service is bad, the experience is bad, and the brand is tainted. It is really that simple.\r\n\r\n<strong>Why I will never shop at Ulta again</strong>\r\n\r\nA couple of years ago, I bought some nail polish at Ulta, and I asked before I paid if it was returnable. I was told yes. It turns out I had a similar color at home, so I returned to the store, original receipt in hand, and was asked for my phone number. I said I wasn\'t in their system, I had the receipt and I wasn\'t giving them my number. The clerk was unable to do the return. I went home and called Ulta customer service and was told I should be able to do a return with just the receipt, no problem. I ended up going to an Ulta in another county and doing the return there. I vowed never to shop at my local Ulta again. And then last week, I was in the shopping center where the Ulta is, so I decided to go in. I bought some makeup. When I got home, I realized the makeup was not what I wanted. I went back to Ulta, again with original receipt in hand, and makeup in its box, untouched, and got the exact same answer that I had gotten two years prior. They needed a phone number. Again, why? I am not in their system and a phone number will not bring up my account. I got a manager, who somehow managed to get around this \"phone requirement.\"\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2019/10/beauty-cosmetics-depth-of-field-1571585.jpg\"><img class=\"aligncenter size-large wp-image-4035\" src=\"https://deborahbrody.com/wp-content/uploads/2019/10/beauty-cosmetics-depth-of-field-1571585-1024x684.jpg\" alt=\"\" width=\"1024\" height=\"684\" /></a>\r\n\r\n<strong>What a difference</strong>\r\n\r\nContrast that with my experience at Sephora, another cosmetics store, a few months ago. I had a faulty mechanical eyeliner pencil but no receipt (I was hoping they would fix the issue not take back the item). The clerk was able to look up the transaction using my credit card, and gave me a credit, no further questions asked.\r\n\r\n<strong>Making it difficult to make a return is a huge customer service problem</strong>\r\n\r\nMost stores will do returns quite easily if you have a receipt. Some stores will give you a store credit if you don\'t have a receipt. The only stores that seem to make it hard to do returns are small, local boutiques, and Ulta. Customers want to be able to like what they buy and return it if they don\'t. Most businesses see the benefit in customer satisfaction.\r\n\r\n<strong>When you have to market to overcome your failings</strong>\r\n\r\nUlta advertises discounts all the time. Sephora never does. Perhaps Ulta needs to get people in the door with incentives because it knows that the experience is less than ideal. This is not to say Sephora is perfect (far from) but it seems geared toward a better customer experience than Ulta.\r\n\r\n<strong>You will choose to do business where you feel less friction</strong>\r\n\r\nMany people shop at stores like Nordstrom because its policy is to accept almost all returns without exceptions.  This makes for a more relaxed shopping experience. If you know you can buy whatever it is and then return it if it doesn\'t suit for whatever reason, you will buy. If, however, you think there will be a problem, you will not buy because you don\'t want to deal with the friction.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: If your customer service is bad it doesn\'t matter how good your marketing is.\r\n\r\n&nbsp;','All the marketing in the world won\'t save your brand from bad customer service','','inherit','closed','closed','','4034-revision-v1','','','2019-10-30 09:41:18','2019-10-30 13:41:18','',4034,'https://deborahbrody.com/2019/10/4034-revision-v1/',0,'revision','',0),
(4303,4,'2023-01-12 12:49:40','2023-01-12 17:49:40','It’s been [gasp] seven long months since I posted anything on this blog. Before my last post, I had been posting about monthly (ish), but it became harder to come up with good ideas. And I believe if you have nothing worthwhile to say (blog), then don’t say (blog) anything.\r\n\r\nBut here we are in a new year, and it is time for a fresh start. I need to jump-start my blog, and here is how to do it.\r\n\r\n<strong>Do I really want to blog again?</strong>\r\n\r\nThe most crucial question to ask is: Do I really want to or need to start blogging again? There’s no getting around that blogging requires a good deal of work, commitment, and time. Perhaps you don’t have the resources to blog, or the motivation to do it consistently.\r\n\r\nIf you decide not to start blogging again, I recommend eliminating or at least hiding the blog from your website. An outdated blog is the equivalent of a dusty, cobweb covered office. When I visit a website, I always check on the blog to see when it was last updated, and if it hasn’t been updated in a while, I am not sure if the business or organization is still active.\r\n\r\n<strong>If you do want to blog, take these 5 steps:</strong>\r\n<ol>\r\n 	<li><strong> Get clear on your motivation or goal for the blog. </strong></li>\r\n</ol>\r\nRemember or reset your objective for blogging. What do you want to accomplish? It could be:\r\n<ul>\r\n 	<li>Thought leadership</li>\r\n 	<li>Lead generation</li>\r\n 	<li>Inform your target audience</li>\r\n 	<li>Advocate for a cause</li>\r\n 	<li>Provide added value for your customers</li>\r\n</ul>\r\n<ol start=\"2\">\r\n 	<li><strong> Brainstorm topics and issues</strong></li>\r\n</ol>\r\nOnce you know what you want to do, then you have to think of ideas or topics. I recommend setting up a brainstorming session (if you have a team, definitely get them involved). Start with topics/categories and then get down to specifics. For example, an animal defense charity could list topics such as: animal rights, endangered species, etc.  With that topic list in mind, start thinking of specific issues you want to cover, such as: new laws that are affecting animal rights, new additions to endangered species, , etc.\r\n<ol start=\"3\">\r\n 	<li><strong> List your keywords</strong></li>\r\n</ol>\r\nBlogs still work to improve your search engine optimization (SEO). You may have a plug-in on your blog to help with SEO (e.g., All in One SEO, Yoast). However, you have to be strategic in your blogging and use keywords and key phrases that you want your website to rank for.  Take the time to do some <a href=\"https://moz.com/beginners-guide-to-seo/keyword-research\" target=\"_blank\" rel=\"noopener\">keyword research</a> and then list your target keywords/key phrases.\r\n<ol start=\"4\">\r\n 	<li><strong> Set up an editorial calendar</strong></li>\r\n</ol>\r\nWhen you put things in writing, you have a better chance that they get done. An editorial calendar is a great tool to make blogging happen. You will have an overview of what you want to write and when you will publish it. It doesn’t need to be complex or require special software.\r\n\r\nTo create an editorial calendar, set up a table or spreadsheet with these tabs (at minimum):\r\n<ul>\r\n 	<li>Month/Date</li>\r\n 	<li>Topic/category</li>\r\n 	<li>Subject/working title</li>\r\n 	<li>Author</li>\r\n 	<li>Target keywords</li>\r\n</ul>\r\nIf you need some additional information or templates, check out<a href=\"https://blog.hubspot.com/marketing/business-blog-editorial-calendar-templates\" target=\"_blank\" rel=\"noopener\"> “How to Create an Editorial Calendar [example + templates]”</a> on Hubspot or <a href=\"https://contentmarketinginstitute.com/articles/editorial-calendar-tools-templates/\" target=\"_blank\" rel=\"noopener\">\"Editorial Calendar Tools and Templates To Help You Master Your Content To-Do List\"</a> from the Content Marketing Institute.\r\n<ol start=\"5\">\r\n 	<li><strong> Find inspiration</strong></li>\r\n</ol>\r\nTo make it easier to find relevant issues to write about, seek out inspiration. Here are a few ways to find inspiration:\r\n<ul>\r\n 	<li>Set up Google Alerts for your topics</li>\r\n 	<li>Follow relevant hashtags on social media</li>\r\n 	<li>Read industry publications</li>\r\n 	<li>Attend professional development events or presentations about your subject</li>\r\n</ul>\r\n&nbsp;\r\n\r\nNow, you should be set to start blogging [again].\r\n\r\n<hr />\r\n\r\nPlease let me know in the comments if you\'ve stopped blogging and why, and whether you plan to restart your blog.','How to jump-start your blog','','publish','open','open','','how-to-jump-start-your-blog','','','2023-01-12 12:49:40','2023-01-12 17:49:40','',0,'https://deborahbrody.com/?p=4303',0,'post','',0),
(4043,4,'2019-12-11 14:05:58','2019-12-11 19:05:58','Have you ever argued passionately with a friend and neither of you changes the other\'s mind even one little bit?   That difficulty in getting someone to change how they think is the central problem in marketing communications. Whether a company is trying to get you to buy a new brand of shampoo or a nonprofit is vying for your donation dollars, marketing communications is at work trying to persuade you of why you should do what they want.\r\n\r\nI picked up (and read) <em>Writing to Persuade</em> by Trish Hall to see if I could learn how to make my work more effective.\r\n\r\nHall\'s persuasion bona fides are that she was an editor of the <em>New York Times</em> op-ed page.  The <em>New York Times</em> op-ed page regularly attracts high-profile and controversial viewpoints, and due to its influence, receives a high volume of submissions. Those submissions needs to be culled and edited, and that was Hall\'s job. Having to make decisions on what pieces to run made Hall more aware of what makes an interesting and readable piece.\r\n\r\nIn the book, Hall discusses both what makes a persuasive op-ed, and presents writing tips.\r\n\r\nTo be persuasive, Halls says a piece should:\r\n<ul>\r\n 	<li>Have a specific and strong point of view</li>\r\n 	<li>Tell a story, and personalize it</li>\r\n 	<li>Show knowledge of  your audience and really listen to what they say</li>\r\n 	<li>Find common ground where possible</li>\r\n 	<li>Play on feelings more than statistics and facts</li>\r\n 	<li>Show empathy</li>\r\n 	<li>Not be argumentative.</li>\r\n</ul>\r\nHall suggests that your writing should:\r\n<ul>\r\n 	<li>Have proven/checked facts to bolster your viewpoint. Hall says you should always use reliable sources of information and have more than one source.</li>\r\n 	<li>Be specific</li>\r\n 	<li>Avoid jargon</li>\r\n 	<li>Cut unnecessary words.</li>\r\n</ul>\r\nThe book is quite repetitious and is really geared toward op-ed writers looking to have their pieces accepted for publishing. Hall\'s writing tips are not really about being persuasive, but rather about being clear, something I endorse (I especially like her insistence on avoiding jargon).  Hall discusses the psychology of persuasion in the last part of the book, something that would have been better put up front.\r\n\r\nAlthough I found that Hall presents some solid ideas about persuasion, she gears it very specifically to submitting op-eds, even discussing how to butter up editors. I thought this book could have easily been a long article. Instead, she pads the book with the story of her journey to becoming a journalist/editor.\r\n\r\n<hr />\r\n\r\nThe bottom line is that I am not persuaded that this book should be your guide to better or more persuasive writing. You will pick up some good tidbits though. If I were recommending whether you should buy or borrow this book, I say definitely borrow it. That\'s what I did!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you persuasive?','','publish','open','open','','are-you-persuasive','','','2019-12-11 14:05:58','2019-12-11 19:05:58','',0,'https://deborahbrody.com/?p=4043',0,'post','',0),
(4044,4,'2019-12-11 10:13:51','2019-12-11 15:13:51','Have you ever argued passionately with a friend and neither of you changes the other\'s mind even one little bit?   That difficulty in getting someone to change how they think is the central problem in marketing communications. Whether a company is trying to get you to buy a new brand of shampoo or a nonprofit is vying for your donation dollars, marketing communications is at work trying to persuade you of why you should do what they want.\r\n\r\nI picked up (and read) \"Writing to Persuade\" by Trish Hall to see if I could learn how to make my work more effective. Hall\'s persuasion bona fides are that she was an editor of the New York Times op-ed page. Given that the op-ed page regularly attracts controversyAnd the book is an excuse for Hall to write about her journey to becoming a journalist and eventually an op-ed editor. In other words, there\'s more about Hall\'s life here than is relevant to learning how to be a persuasive writer. In fact, this book w\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you persuasive?','','inherit','closed','closed','','4043-revision-v1','','','2019-12-11 10:13:51','2019-12-11 15:13:51','',4043,'https://deborahbrody.com/2019/12/4043-revision-v1/',0,'revision','',0),
(4045,4,'2019-12-11 14:04:27','2019-12-11 19:04:27','Have you ever argued passionately with a friend and neither of you changes the other\'s mind even one little bit?   That difficulty in getting someone to change how they think is the central problem in marketing communications. Whether a company is trying to get you to buy a new brand of shampoo or a nonprofit is vying for your donation dollars, marketing communications is at work trying to persuade you of why you should do what they want.\r\n\r\nI picked up (and read) <em>Writing to Persuade</em> by Trish Hall to see if I could learn how to make my work more effective.\r\n\r\nHall\'s persuasion bona fides are that she was an editor of the <em>New York Times</em> op-ed page.  The <em>New York Times</em> op-ed page regularly attracts high-profile and controversial viewpoints, and due to its influence, receives a high volume of submissions. Those submissions needs to be culled and edited, and that was Hall\'s job. Having to make decisions on what pieces to run made Hall more aware of what makes an interesting and readable piece.\r\n\r\nIn the book, Hall discusses both what makes a persuasive op-ed, and presents writing tips.\r\n\r\nTo be persuasive, Halls says a piece should:\r\n<ul>\r\n 	<li>Have a specific and strong point of view</li>\r\n 	<li>Tell a story, and personalize it</li>\r\n 	<li>Show knowledge of  your audience and really listen to what they say</li>\r\n 	<li>Find common ground where possible</li>\r\n 	<li>Play on feelings more than statistics and facts</li>\r\n 	<li>Show empathy</li>\r\n 	<li>Not be argumentative.</li>\r\n</ul>\r\nHall suggests that your writing should:\r\n<ul>\r\n 	<li>Have proven/checked facts to bolster your viewpoint. Hall says you should always use reliable sources of information and have more than one source.</li>\r\n 	<li>Be specific</li>\r\n 	<li>Avoid jargon</li>\r\n 	<li>Cut unnecessary words.</li>\r\n</ul>\r\nThe book is quite repetitious and is really geared toward op-ed writers looking to have their pieces accepted for publishing. Hall\'s writing tips are not really about being persuasive, but rather about being clear, something I endorse (I especially like her insistence on avoiding jargon).  Hall discusses the psychology of persuasion in the last part of the book, something that would have been better put up front.\r\n\r\nAlthough I found that Hall presents some solid ideas about persuasion, she gears it very specifically to submitting op-eds, even discussing how to butter up editors. I thought this book could have easily been a long article. Instead, she pads the book with the story of her journey to becoming a journalist/editor.\r\n\r\n<hr />\r\n\r\nThe bottom line is that I am not persuaded that this book should be your guide to better or more persuasive writing. You will pick up some good tidbits though. If I were recommending whether you should buy or borrow this book, I say definitely borrow it. That\'s what I did!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you persuasive?','','inherit','closed','closed','','4043-revision-v1','','','2019-12-11 14:04:27','2019-12-11 19:04:27','',4043,'https://deborahbrody.com/2019/12/4043-revision-v1/',0,'revision','',0),
(4051,4,'2020-01-14 11:08:29','2020-01-14 16:08:29','Last night, I attended a lecture put on by a local education nonprofit. The topic was interesting, and based on her biography, the speaker seemed knowledgeable. She started her talk by plunging the room into darkness and playing a video. Then, she got up and without preamble, started talking. She showed photographs of the subjects of her book, and talked about the people without context. She even brought up a guest who was related to one of the subjects in the book, and talked as if the room should know the person. She barely talked about the subject of her lecture. It was the most disjointed and uninformative lecture I\'ve been to in a long time.\r\n\r\nWhat went wrong? I am not sure what made the speaker give such a poor presentation. It could have been that she was having a bad night or that she hadn\'t prepared enough or that she\'s bad presenter.\r\n\r\nThis presentation could have been much better.','Don\'t let your story go off the rails','','inherit','closed','closed','','4050-revision-v1','','','2020-01-14 11:08:29','2020-01-14 16:08:29','',4050,'https://deborahbrody.com/2020/01/4050-revision-v1/',0,'revision','',0),
(4052,4,'2020-01-15 09:51:34','2020-01-15 14:51:34','On Monday night, I attended a lecture put on by a local education nonprofit. The topic was interesting, and based on her biography, the speaker seemed knowledgeable. She started her talk by plunging the room into darkness and playing a video. Then, she got up and without preamble, started talking. She showed photographs of the subjects of her book, and talked about the people without context. She even brought up a guest who was related to one of the subjects in the book, and talked as if the room should know the person. She barely talked about the subject of her lecture. It was the most disjointed and uninformative lecture I\'ve been to in a long time.\r\n\r\nWhat went wrong? I am not sure what made the speaker give such a poor presentation. It could have been that she was having a bad night or that she hadn\'t prepared enough or that she\'s bad presenter.\r\n\r\nOne thing I know for sure: This presentation could have been much better if the speaker followed the following storytelling rules.\r\n\r\nHave a beginning, middle and end\r\n\r\nAvant-garde cinema often plays with these elements (starting at the end, etc.), but in traditional (and clear) story-telling you have to start at the beginning and conclude at the end. That\'s a story arc that is easy to follow.\r\n\r\nDon\'t make assumptions\r\n\r\nWhen you are the expert, often you think that everybody knows what you know. But that is not so. You have to fill in details and information for those in your audience you may not know everything there is to know about your subject.\r\n\r\nFocus\r\n\r\nIt\'s easy to meander when telling a story. There are also sort of side stories and interesting details about your main topic.  But before you can go down a side path, you have to clear the main path.','Don\'t let your story go off the rails','','inherit','closed','closed','','4050-revision-v1','','','2020-01-15 09:51:34','2020-01-15 14:51:34','',4050,'https://deborahbrody.com/2020/01/4050-revision-v1/',0,'revision','',0),
(4053,4,'2020-01-15 15:01:07','2020-01-15 20:01:07','','woman-reading-book-to-toddler-1741231','Story time\n\nStory time\nPhoto by Lina Kivaka from Pexels\n','inherit','open','closed','','woman-reading-book-to-toddler-1741231','','','2020-01-15 15:01:47','2020-01-15 20:01:47','',4050,'https://deborahbrody.com/wp-content/uploads/2020/01/woman-reading-book-to-toddler-1741231.jpg',0,'attachment','image/jpeg',0),
(4054,4,'2020-01-15 15:03:42','2020-01-15 20:03:42','<strong>A disjointed lecture</strong>\r\n\r\nOn Monday night, I attended a lecture put on by a local education nonprofit. The topic was interesting, and based on her biography, the speaker seemed knowledgeable. She started her talk by plunging the room into darkness and playing a video. Then, she got up and without preamble, started talking. She showed photographs of the subjects of her book, and talked about the people without context. She even brought up a guest who was related to one of the subjects in the book, and talked as if the room should know the person. She barely talked about the subject of her lecture. It was the most disjointed and uninformative lecture I\'ve been to in a long time.\r\n\r\n<strong>Why so bad?</strong>\r\n\r\nWhat went wrong? I am not sure what made the speaker give such a poor presentation. It could have been that she was having a bad night or that she hadn\'t prepared enough or that she\'s bad presenter.\r\n\r\n[caption id=\"attachment_4053\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/01/woman-reading-book-to-toddler-1741231.jpg\"><img class=\"wp-image-4053 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/01/woman-reading-book-to-toddler-1741231-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Story time<br />Photo by Lina Kivaka from Pexels[/caption]\r\n\r\n<strong>Always seek best practices</strong>\r\n\r\nOne thing I know for sure: This presentation could have been much better if the speaker followed the following storytelling rules:\r\n\r\n<em><strong>1) Have a beginning, middle and end</strong></em>\r\n\r\nAvant-garde cinema often plays with these elements (starting at the end, etc.), but in traditional (and clear) story-telling you start at the beginning and conclude at the end. That\'s a story arc that is easy to follow.\r\n\r\n<strong><em>2) Don\'t make assumptions</em></strong>\r\n\r\nWhen you are the expert, you may assume that everybody knows what you know. But that is not so. You have to fill in details and information for those in your audience you may not know everything there is to know about your subject.\r\n\r\n<em><strong>3) Focus</strong></em>\r\n\r\nIt\'s easy to meander when telling a story. There are also sort of side stories and interesting details about your main topic.  But before you can go down a side path, you have to clear the main path. In other words, focus on the main story before you start telling tangential stories.\r\n\r\n<hr />\r\n\r\nBottom line:\r\n\r\nSure, there\'s more to effective story telling than this. But before you embellish a story, start with the basics.','Don\'t let your story go off the rails','','inherit','closed','closed','','4050-revision-v1','','','2020-01-15 15:03:42','2020-01-15 20:03:42','',4050,'https://deborahbrody.com/2020/01/4050-revision-v1/',0,'revision','',0),
(4055,4,'2020-01-15 15:05:26','2020-01-15 20:05:26','<strong>A disjointed lecture</strong>\r\n\r\nOn Monday night, I attended a lecture put on by a local education nonprofit. The topic was interesting, and based on her biography, the speaker seemed knowledgeable. She started her talk by plunging the room into darkness and playing a video. Then, she got up and without preamble, started talking. She showed photographs of the subjects of her book, and talked about the people without context. She even brought up a guest who was related to one of the subjects in the book, and talked as if the room should know the person. The speaker barely talked about the subject of her lecture, making it the most disjointed and uninformative lecture I\'ve been to in a long time.\r\n\r\n<strong>Why so bad?</strong>\r\n\r\nWhat went wrong? I am not sure what made the speaker give such a poor presentation. It could have been that she was having a bad night or that she hadn\'t prepared enough or that she\'s bad presenter.\r\n\r\n[caption id=\"attachment_4053\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/01/woman-reading-book-to-toddler-1741231.jpg\"><img class=\"wp-image-4053 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/01/woman-reading-book-to-toddler-1741231-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Story time<br />Photo by Lina Kivaka from Pexels[/caption]\r\n\r\n<strong>Always seek best practices</strong>\r\n\r\nOne thing I know for sure: This presentation could have been much better if the speaker followed the following storytelling rules:\r\n\r\n<em><strong>1) Have a beginning, middle and end</strong></em>\r\n\r\nAvant-garde cinema often plays with these elements (starting at the end, etc.), but in traditional (and clear) story-telling you start at the beginning and conclude at the end. That\'s a story arc that is easy to follow.\r\n\r\n<strong><em>2) Don\'t make assumptions</em></strong>\r\n\r\nWhen you are the expert, you may assume that everybody knows what you know. But that is not so. You have to fill in details and information for those in your audience you may not know everything there is to know about your subject.\r\n\r\n<em><strong>3) Focus</strong></em>\r\n\r\nIt\'s easy to meander when telling a story. There are also sort of side stories and interesting details about your main topic.  But before you can go down a side path, you have to clear the main path. In other words, focus on the main story before you start telling tangential stories.\r\n\r\n<hr />\r\n\r\nBottom line:\r\n\r\nSure, there\'s more to effective story telling than this. But before you embellish a story, start with the basics.','Don\'t let your story go off the rails','','inherit','closed','closed','','4050-revision-v1','','','2020-01-15 15:05:26','2020-01-15 20:05:26','',4050,'https://deborahbrody.com/2020/01/4050-revision-v1/',0,'revision','',0),
(4058,4,'2020-01-29 15:52:06','2020-01-29 20:52:06','Have you ever attended a professional development/learning event that didn’t meet your expectations or deliver on its promise? I have, and I bet you have too.\r\n\r\n[caption id=\"attachment_4059\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg\"><img class=\"wp-image-4059 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Via Pexels.com[/caption]\r\n\r\n<strong>Good events lead to good things\r\n</strong>\r\n\r\nMany organizations put on these events as a benefit to their members, or to provide an interesting take on a hot topic, or simply, to provide a learning opportunity. And events are often a great way to build interest in your organization, and to help increase membership.\r\n\r\nBut the positive aspects of holding an event disappear if the event is bad. Bad events are events that don’t go as planned and don’t offer what they promise.\r\n\r\n<strong>Bad events lead to bad things</strong>\r\n\r\nAttending an event that doesn’t live up to its billing is incredibly frustrating. You’ve given up your time, and many times your money, to attend what seems like a waste. You’ve learned nothing and achieved nothing.\r\n\r\n<strong>Don\'t let your event harm your organization</strong>\r\n\r\nEvent organizers, whether professional or volunteer, need to be aware of the negative consequences of having a bad event:\r\n<ul>\r\n 	<li>Loss of trust in your organization</li>\r\n 	<li>Decreased attendance to future events</li>\r\n 	<li>Reputation damage</li>\r\n</ul>\r\nUltimately, organizations could see revenue loss. That should be incentive to prevent bad events from happening.\r\n\r\n<strong>How to make sure your event goes well</strong>\r\n\r\nEnsure your next event goes well with proper planning, organization, and communication.\r\n\r\nNote that the following tips are not intended as an exhaustive list. Instead, this list reflects solutions to various issues I have experienced in the bad events I have attended.\r\n\r\n<em><strong>Planning tips\r\n</strong></em>\r\n\r\n<em>Prepare your speakers</em>: Explain what you expect them to present, how much time they will have, and who you expect to attend the event.\r\n\r\n<em>Review the presentations:</em> Make sure that what the speaker is planning to present matches what you required. Review the slides.\r\n\r\n<em><strong>Organization tips\r\n</strong></em>\r\n\r\n<em>A/V, computer checks:</em> Ensure that the A/V and computer/internet connection are working <em>before</em> the event. The time to check is not just as the event is starting. This wastes time, and doesn’t allow you to correct problems.\r\n\r\n<em>Agenda</em>: Share an agenda, whether printed or digital.\r\n\r\n<em>Inform your audience: </em> Set ground rules for your audience, and address common issues (i.e., if and when there will be Q and A, if there are refreshments available, location of restrooms, etc.)\r\n\r\n<strong><em>Communication tips</em>\r\n</strong>\r\n\r\n<em>Before the event</em>: Send a reminder to those who have registered. Be sure to include the location address, date and time of the event, and logistical information such as directions, parking availability, etc.\r\n\r\n<em>During the event:</em> Properly introduce yourself, the host organization, the topic, and the speaker (s). Make sure the speakers share their title, affiliation and contact information.\r\n\r\n<em>After an event:</em> Send an email thanking people for attending. This email can also include an event survey, request for feedback, and sharing of any relevant information (e.g., websites mentioned in the talk, the presentation deck, contacts, bibliography, etc.)\r\n\r\n<hr />\r\n\r\nThe bottom line is that events are a great marketing communications tool when done right. Done wrong, they can be a disaster for your organization.','How to make your event go well, and why it is important','','publish','open','open','','how-to-make-your-event-go-well-and-why-it-is-important','','','2020-01-29 15:52:06','2020-01-29 20:52:06','',0,'https://deborahbrody.com/?p=4058',0,'post','',0),
(4059,4,'2020-01-29 14:58:21','2020-01-29 19:58:21','','man-standing-in-front-of-people-sitting-on-red-chairs-1708936','','inherit','open','closed','','man-standing-in-front-of-people-sitting-on-red-chairs-1708936','','','2020-01-29 14:58:21','2020-01-29 19:58:21','',4058,'https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg',0,'attachment','image/jpeg',0),
(4060,4,'2020-01-29 14:59:59','2020-01-29 19:59:59','Have you ever attended a professional development/learning event that didn’t meet your expectations or deliver on its promise? I have, and I bet you have too.\r\n\r\n[caption id=\"attachment_4059\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg\"><img class=\"wp-image-4059 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Via Pexels.com[/caption]\r\n\r\n<strong>Bad events=Frustration</strong>\r\n\r\nAttending an event that doesn’t live up to its billing is incredibly frustrating. You’ve given up your time, and many times your money, to attend what seems like a waste. You’ve learned nothing. Achieved nothing.\r\n\r\n<strong>Good events=Revenue, membership, relevance</strong>\r\n\r\nMany organizations put on these events as a benefit to their members, or to provide an interesting take on a hot topic, or simply, to provide a learning opportunity. And events are often a great way to build interest in your organization, and to help increase membership.\r\n\r\nBut the positive aspects of holding an event disappear if the event is bad. Bad events are events that don’t go as planned. That don’t offer what they promise.\r\n\r\n<strong>Don\'t let your event harm your organization</strong>\r\n\r\nEvent organizers, whether professional or volunteer, need to be aware of the negative consequences of having a bad event:\r\n<ul>\r\n 	<li>Loss of trust in your organization</li>\r\n 	<li>Decreased attendance to future events</li>\r\n 	<li>Reputation damage</li>\r\n</ul>\r\nUltimately, organizations could see revenue loss. That should be incentive to prevent bad events from happening.\r\n\r\n<strong>How to make sure your event goes well</strong>\r\n\r\nEnsure your next event goes well with proper planning, organization, and communication.\r\n\r\nNote that the following is not intended as an exhaustive list. Instead, this list reflects the issues in events I have attended.\r\n\r\n<strong>Planning</strong>\r\n\r\n<em>Prepare your speakers</em>: Explain what you expect them to present, how much time they will have, and who you expect to attend the event.\r\n\r\n<em>Review the presentations:</em> Make sure that what the speaker is planning to present matches what you required. Review the slides.\r\n\r\n<strong>Organization</strong>\r\n\r\n<em>A/V, computer issues:</em> Ensure that the A/V and computer/internet connection are working before the event. The time to check is not just as the event is starting. This wastes time, and doesn’t allow you to correct problems.\r\n\r\n<em>Agenda</em>: Share an agenda, whether printed or digital.\r\n\r\n<em>Inform your audience: </em> Set ground rules for your audience and address common issues—if and when there will be Q and A, if there are refreshments available, restrooms, re\r\n\r\n<strong>Communication</strong>\r\n\r\n<em>Before the event</em>: Send a reminder to those who have registered. Be sure to include the location address, date and time of the event, and logistical information such as directions, parking availability, etc.\r\n\r\n<em>During the event:</em> Properly introduce yourself, the host organization, the topic, and the speaker. Have the speaker share contact information.\r\n\r\n<em>After an event:</em> Send an email thanking people for attending. This email can also include an event survey, request for feedback, and sharing of any relevant information (e.g., websites mentioned in the talk, the presentation deck, contacts, bibliography, etc.)\r\n\r\n<hr />\r\n\r\nThe bottom line is that events are a great marketing communications tool when done right. Done wrong, they can be a disaster for your organization.','How to make your event go well, and why it is important','','inherit','closed','closed','','4058-revision-v1','','','2020-01-29 14:59:59','2020-01-29 19:59:59','',4058,'https://deborahbrody.com/2020/01/4058-revision-v1/',0,'revision','',0),
(4061,4,'2020-01-29 15:14:28','2020-01-29 20:14:28','Have you ever attended a professional development/learning event that didn’t meet your expectations or deliver on its promise? I have, and I bet you have too.\r\n\r\n[caption id=\"attachment_4059\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg\"><img class=\"wp-image-4059 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Via Pexels.com[/caption]\r\n\r\n<strong>Good events lead to good things\r\n</strong>\r\n\r\nMany organizations put on these events as a benefit to their members, or to provide an interesting take on a hot topic, or simply, to provide a learning opportunity. And events are often a great way to build interest in your organization, and to help increase membership.\r\n\r\nBut the positive aspects of holding an event disappear if the event is bad. Bad events are events that don’t go as planned. That don’t offer what they promise.\r\n\r\n<strong>Bad events lead to bad things</strong>\r\n\r\nAttending an event that doesn’t live up to its billing is incredibly frustrating. You’ve given up your time, and many times your money, to attend what seems like a waste. You’ve learned nothing. Achieved nothing.\r\n\r\n<strong>Don\'t let your event harm your organization</strong>\r\n\r\nEvent organizers, whether professional or volunteer, need to be aware of the negative consequences of having a bad event:\r\n<ul>\r\n 	<li>Loss of trust in your organization</li>\r\n 	<li>Decreased attendance to future events</li>\r\n 	<li>Reputation damage</li>\r\n</ul>\r\nUltimately, organizations could see revenue loss. That should be incentive to prevent bad events from happening.\r\n\r\n<strong>How to make sure your event goes well</strong>\r\n\r\nEnsure your next event goes well with proper planning, organization, and communication.\r\n\r\nNote that the following is not intended as an exhaustive list. Instead, this list reflects the issues in events I have attended.\r\n\r\n<em><strong>Planning tips\r\n</strong></em>\r\n\r\n<em>Prepare your speakers</em>: Explain what you expect them to present, how much time they will have, and who you expect to attend the event.\r\n\r\n<em>Review the presentations:</em> Make sure that what the speaker is planning to present matches what you required. Review the slides.\r\n\r\n<em><strong>Organization tips\r\n</strong></em>\r\n\r\n<em>A/V, computer issues:</em> Ensure that the A/V and computer/internet connection are working before the event. The time to check is not just as the event is starting. This wastes time, and doesn’t allow you to correct problems.\r\n\r\n<em>Agenda</em>: Share an agenda, whether printed or digital.\r\n\r\n<em>Inform your audience: </em> Set ground rules for your audience and address common issues—if and when there will be Q and A, if there are refreshments available, restrooms, re\r\n\r\n<strong><em>Communication tips</em>\r\n</strong>\r\n\r\n<em>Before the event</em>: Send a reminder to those who have registered. Be sure to include the location address, date and time of the event, and logistical information such as directions, parking availability, etc.\r\n\r\n<em>During the event:</em> Properly introduce yourself, the host organization, the topic, and the speaker. Have the speaker share contact information.\r\n\r\n<em>After an event:</em> Send an email thanking people for attending. This email can also include an event survey, request for feedback, and sharing of any relevant information (e.g., websites mentioned in the talk, the presentation deck, contacts, bibliography, etc.)\r\n\r\n<hr />\r\n\r\nThe bottom line is that events are a great marketing communications tool when done right. Done wrong, they can be a disaster for your organization.','How to make your event go well, and why it is important','','inherit','closed','closed','','4058-revision-v1','','','2020-01-29 15:14:28','2020-01-29 20:14:28','',4058,'https://deborahbrody.com/2020/01/4058-revision-v1/',0,'revision','',0),
(4062,4,'2020-01-29 15:19:59','2020-01-29 20:19:59','Have you ever attended a professional development/learning event that didn’t meet your expectations or deliver on its promise? I have, and I bet you have too.\r\n\r\n[caption id=\"attachment_4059\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg\"><img class=\"wp-image-4059 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Via Pexels.com[/caption]\r\n\r\n<strong>Good events lead to good things\r\n</strong>\r\n\r\nMany organizations put on these events as a benefit to their members, or to provide an interesting take on a hot topic, or simply, to provide a learning opportunity. And events are often a great way to build interest in your organization, and to help increase membership.\r\n\r\nBut the positive aspects of holding an event disappear if the event is bad. Bad events are events that don’t go as planned. That don’t offer what they promise.\r\n\r\n<strong>Bad events lead to bad things</strong>\r\n\r\nAttending an event that doesn’t live up to its billing is incredibly frustrating. You’ve given up your time, and many times your money, to attend what seems like a waste. You’ve learned nothing. Achieved nothing.\r\n\r\n<strong>Don\'t let your event harm your organization</strong>\r\n\r\nEvent organizers, whether professional or volunteer, need to be aware of the negative consequences of having a bad event:\r\n<ul>\r\n 	<li>Loss of trust in your organization</li>\r\n 	<li>Decreased attendance to future events</li>\r\n 	<li>Reputation damage</li>\r\n</ul>\r\nUltimately, organizations could see revenue loss. That should be incentive to prevent bad events from happening.\r\n\r\n<strong>How to make sure your event goes well</strong>\r\n\r\nEnsure your next event goes well with proper planning, organization, and communication.\r\n\r\nNote that the following is not intended as an exhaustive list. Instead, this list reflects the issues in events I have attended.\r\n\r\n<em><strong>Planning tips\r\n</strong></em>\r\n\r\n<em>Prepare your speakers</em>: Explain what you expect them to present, how much time they will have, and who you expect to attend the event.\r\n\r\n<em>Review the presentations:</em> Make sure that what the speaker is planning to present matches what you required. Review the slides.\r\n\r\n<em><strong>Organization tips\r\n</strong></em>\r\n\r\n<em>A/V, computer issues:</em> Ensure that the A/V and computer/internet connection are working before the event. The time to check is not just as the event is starting. This wastes time, and doesn’t allow you to correct problems.\r\n\r\n<em>Agenda</em>: Share an agenda, whether printed or digital.\r\n\r\n<em>Inform your audience: </em> Set ground rules for your audience, and address common issues (i.e., if and when there will be Q and A, if there are refreshments available, location of restrooms, etc.)\r\n\r\n<strong><em>Communication tips</em>\r\n</strong>\r\n\r\n<em>Before the event</em>: Send a reminder to those who have registered. Be sure to include the location address, date and time of the event, and logistical information such as directions, parking availability, etc.\r\n\r\n<em>During the event:</em> Properly introduce yourself, the host organization, the topic, and the speaker. Have the speaker share contact information.\r\n\r\n<em>After an event:</em> Send an email thanking people for attending. This email can also include an event survey, request for feedback, and sharing of any relevant information (e.g., websites mentioned in the talk, the presentation deck, contacts, bibliography, etc.)\r\n\r\n<hr />\r\n\r\nThe bottom line is that events are a great marketing communications tool when done right. Done wrong, they can be a disaster for your organization.','How to make your event go well, and why it is important','','inherit','closed','closed','','4058-revision-v1','','','2020-01-29 15:19:59','2020-01-29 20:19:59','',4058,'https://deborahbrody.com/2020/01/4058-revision-v1/',0,'revision','',0),
(4063,4,'2020-01-29 15:52:06','2020-01-29 20:52:06','Have you ever attended a professional development/learning event that didn’t meet your expectations or deliver on its promise? I have, and I bet you have too.\r\n\r\n[caption id=\"attachment_4059\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936.jpg\"><img class=\"wp-image-4059 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/01/man-standing-in-front-of-people-sitting-on-red-chairs-1708936-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Via Pexels.com[/caption]\r\n\r\n<strong>Good events lead to good things\r\n</strong>\r\n\r\nMany organizations put on these events as a benefit to their members, or to provide an interesting take on a hot topic, or simply, to provide a learning opportunity. And events are often a great way to build interest in your organization, and to help increase membership.\r\n\r\nBut the positive aspects of holding an event disappear if the event is bad. Bad events are events that don’t go as planned and don’t offer what they promise.\r\n\r\n<strong>Bad events lead to bad things</strong>\r\n\r\nAttending an event that doesn’t live up to its billing is incredibly frustrating. You’ve given up your time, and many times your money, to attend what seems like a waste. You’ve learned nothing and achieved nothing.\r\n\r\n<strong>Don\'t let your event harm your organization</strong>\r\n\r\nEvent organizers, whether professional or volunteer, need to be aware of the negative consequences of having a bad event:\r\n<ul>\r\n 	<li>Loss of trust in your organization</li>\r\n 	<li>Decreased attendance to future events</li>\r\n 	<li>Reputation damage</li>\r\n</ul>\r\nUltimately, organizations could see revenue loss. That should be incentive to prevent bad events from happening.\r\n\r\n<strong>How to make sure your event goes well</strong>\r\n\r\nEnsure your next event goes well with proper planning, organization, and communication.\r\n\r\nNote that the following tips are not intended as an exhaustive list. Instead, this list reflects solutions to various issues I have experienced in the bad events I have attended.\r\n\r\n<em><strong>Planning tips\r\n</strong></em>\r\n\r\n<em>Prepare your speakers</em>: Explain what you expect them to present, how much time they will have, and who you expect to attend the event.\r\n\r\n<em>Review the presentations:</em> Make sure that what the speaker is planning to present matches what you required. Review the slides.\r\n\r\n<em><strong>Organization tips\r\n</strong></em>\r\n\r\n<em>A/V, computer checks:</em> Ensure that the A/V and computer/internet connection are working <em>before</em> the event. The time to check is not just as the event is starting. This wastes time, and doesn’t allow you to correct problems.\r\n\r\n<em>Agenda</em>: Share an agenda, whether printed or digital.\r\n\r\n<em>Inform your audience: </em> Set ground rules for your audience, and address common issues (i.e., if and when there will be Q and A, if there are refreshments available, location of restrooms, etc.)\r\n\r\n<strong><em>Communication tips</em>\r\n</strong>\r\n\r\n<em>Before the event</em>: Send a reminder to those who have registered. Be sure to include the location address, date and time of the event, and logistical information such as directions, parking availability, etc.\r\n\r\n<em>During the event:</em> Properly introduce yourself, the host organization, the topic, and the speaker (s). Make sure the speakers share their title, affiliation and contact information.\r\n\r\n<em>After an event:</em> Send an email thanking people for attending. This email can also include an event survey, request for feedback, and sharing of any relevant information (e.g., websites mentioned in the talk, the presentation deck, contacts, bibliography, etc.)\r\n\r\n<hr />\r\n\r\nThe bottom line is that events are a great marketing communications tool when done right. Done wrong, they can be a disaster for your organization.','How to make your event go well, and why it is important','','inherit','closed','closed','','4058-revision-v1','','','2020-01-29 15:52:06','2020-01-29 20:52:06','',4058,'https://deborahbrody.com/2020/01/4058-revision-v1/',0,'revision','',0),
(4065,4,'2020-02-11 11:46:41','2020-02-11 16:46:41','Some event marketers are killing it. I have been impressed with Boston University Alumni Association\'s efforts. They are doing everything right: well-timed, well-designed event invitations,  pre-event reminders, and always a post-event thank you email.\r\n\r\nNot everyone is doing so well. Some event marketing, especially by small nonprofits, seems haphazard, with little planning and even smaller attention paid to details. And really, better event marketing pays attention to the details, the logistics, and the user experience.\r\n\r\n<strong>First, plan good events</strong>\r\n\r\nMarketing an event successfully starts with the event itself. Is it interesting or relevant to your audience? Is the date good, with few conflicts?\r\n\r\n[caption id=\"attachment_4066\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1.jpg\"><img class=\"wp-image-4066 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Photo by Karolina Grawbowska on Kaboompics.com[/caption]\r\n\r\n<strong>Entice and inform your audience</strong>\r\n\r\nOnce you have chosen the event, the date and the venue you are ready to market it to your audience. You will have to develop a description of the event that entices but also informs. Why would your audience want to come to this event? Who is speaking? Why are you hosting the event? What makes this event special or important? And you must provide all the important logistical information, such as: date, time, venue name and address, cost (including if free to attend), and ways to sign up.\r\n\r\n<strong>Time the invitation properly</strong>\r\n\r\nThink about how much time your audience needs to make a decision. If it is an event that requires travel and hotel reservations (e.g., annual conference, wedding), you will need to send it with a few months lead time. If the event is local, then you can market closer to the event time. However, don\'t send out an invitation too far in advance because it will be forgotten, but don\'t do it too close to the event because your audience may already have made other commitments.\r\n\r\n<strong>What to include in the actual invitation</strong>\r\n\r\nEmails must have text and a link to sign up. <em>Do not</em> ever have an image/graphic-only email, since some email programs do not automatically open images and require them to be downloaded.\r\n\r\nAgain, make sure to include all the details your audience needs to decide whether to attend or not (look at the list above).\r\n\r\n<strong>Signing up should be easy</strong>\r\n\r\nYou should have an easy way to sign up—do not make me jump through hoops such as making me scroll through multiple screens, and having to create accounts and passwords. You are not selling tickets for an international flight. Think about what information you absolutely need (e.g., name, contact info such as address and email, credit card information), and start with that. Other information (e.g., phone number, demographics, etc.) that might be good to have should be weighed carefully. Asking for too much information can be a huge turn-off.\r\n\r\n<strong>Always acknowledge sign-ups</strong>\r\n\r\nThis should go without saying, but once people sign up for your event, they should get an email confirmation.\r\n\r\n<strong>Calendar links!</strong>\r\n\r\nBe sure that the software you are using has a universal calendar link both in the sign up screen and in the acknowledgment/confirmation email.  Attendees should be able to download the event info to any major calendar (i.e., Apple, Outlook, Google).\r\n\r\n<strong>Friendly reminders are welcome</strong>\r\n\r\nAlways send a reminder at least one day ahead. Include all important logistical information (i.e., start time, address, directions, public transportation/parking information, and any requirements (e.g., picture ID, cash on hand, laptop, etc.).\r\n\r\n<strong>After the fact</strong>\r\n\r\nAlways send something after the event—it can be a simple “thank you for attending,” or a survey/request for feedback, or sharing of information relevant to the event (e.g., contact information for speakers, handouts, bibliographies, etc.)\r\n\r\n<strong>Would be nice if...</strong>\r\n\r\nThe software you use would be smart enough not to send event invites to people who have already registered. When I get another invitation to an event I have signed up for, I always think that I forgot to register or that my payment didn\'t go through.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMake your event marketing better: Always think about your audience and what they need in order to make a decision and attend your event.','How to be better at event marketing','','publish','open','open','','how-to-be-better-at-event-marketing','','','2020-10-26 09:56:59','2020-10-26 13:56:59','',0,'https://deborahbrody.com/?p=4065',0,'post','',0),
(4066,4,'2020-02-11 11:26:25','2020-02-11 16:26:25','','kaboompics_Woman preparing invitations-1','','inherit','open','closed','','kaboompics_woman-preparing-invitations-1','','','2020-02-11 11:26:25','2020-02-11 16:26:25','',4065,'https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1.jpg',0,'attachment','image/jpeg',0),
(4067,4,'2020-02-11 11:27:25','2020-02-11 16:27:25','Some event marketers are killing it. I have been impressed with Boston University alumni. They are doing everything right: well-timed, well-designed event invitations,  pre-event reminders, and always a post-event thank you email.\r\n\r\nNot everyone is doing so well. Most event marketing seems haphazard, with little attention paid to details. And really, better event marketing pays attention to the details, the logistics, and the user experience.\r\n\r\n<strong>First, plan good events</strong>\r\n\r\nMarketing an event successfully starts with the event itself. Is it interesting or relevant to your audience? Is the date good, with few conflicts?\r\n\r\n[caption id=\"attachment_4066\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1.jpg\"><img class=\"wp-image-4066 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Photo by Karolina Grawbowska on Kaboompics.com[/caption]\r\n\r\n<strong>Entice and inform your audience</strong>\r\n\r\nOnce you have chosen the event, the date and the venue you are ready to market it to your audience. You will have to develop a description of the event that entices but also informs. Why would your audience want to come to this event? Who is speaking? Why are you hosting the event? What makes this event special or important? And you must provide all the important logistical information, such as: date, time, venue name and address, cost (including if free to attend), and ways to sign up.\r\n\r\n<strong>Time the invitation properly</strong>\r\n\r\nThink about how much time your audience needs to make a decision. If it is an event that requires travel and hotel reservations (e.g., annual conference, wedding), you will need to send it with a few months lead time. If the event is local, then you can market closer to the event time. However, don\'t send out an invitation too far in advance because it will be forgotten, but don\'t do it too close to the event because your audience may already have made other commitments.\r\n\r\n<strong>What to include in the actual invitation</strong>\r\n\r\nEmails must have text and a link to sign up. <em>Do not</em> ever have an image/graphic-only email, since some email programs do not automatically open images and require them to be downloaded.\r\n\r\nAgain, make sure to include all the details your audience needs to decide whether to attend or not (look at the list above).\r\n\r\n<strong>Signing up should be easy</strong>\r\n\r\nYou should have an easy way to sign up—do not make me jump through hoops such as making me scroll through multiple screens, and having to create accounts and passwords. You are not selling tickets for an international flight. Think about what information you absolutely need (e.g., name, contact info such as address and email, credit card information), and start with that. Other information (e.g., phone number, demographics, etc.) that might be good to have should be weighed carefully. Asking for too much information can be a huge turn-off.\r\n\r\n<strong>Always acknowledge sign-ups</strong>\r\n\r\nThis should go without a saying, but once people sign up for your event, they should get an email confirmation.\r\n\r\n<strong>Calendar links!</strong>\r\n\r\nBe sure that the software you are using has a universal calendar link either in the sign up or in the acknowledgment response —attendees should be able to download the event info to any major calendar (i.e., Apple, Outlook, Google).\r\n\r\n<strong>Friendly reminders are welcome</strong>\r\n\r\nAlways send a reminder at least one day ahead. Include all important logistical information (i.e., start time, address, directions, public transportation/parking information, and any requirements (e.g., picture ID, cash on hand, laptop, etc.).\r\n\r\n<strong>After the fact</strong>\r\n\r\nAlways send something after the event—it can be a simple “thank you for attending,” or a survey/request for feedback, or sharing of information relevant to the event (e.g., contact information for speakers, handouts, bibliographies, etc.)\r\n\r\n<strong>Would be nice if...</strong>\r\n\r\nThe software you use would be smart enough not to send event invites to people who have already registered. When I get another invitation to an event I have signed up for, I always think that I forgot to register or that my payment didn\'t go through.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMake your event marketing go better: Always think about your audience and what they need in order to make a decision and attend your event.','How to be better at event marketing','','inherit','closed','closed','','4065-revision-v1','','','2020-02-11 11:27:25','2020-02-11 16:27:25','',4065,'https://deborahbrody.com/2020/02/4065-revision-v1/',0,'revision','',0),
(4068,4,'2020-02-11 11:46:41','2020-02-11 16:46:41','Some event marketers are killing it. I have been impressed with Boston University Alumni Association\'s efforts. They are doing everything right: well-timed, well-designed event invitations,  pre-event reminders, and always a post-event thank you email.\r\n\r\nNot everyone is doing so well. Some event marketing, especially by small nonprofits, seems haphazard, with little planning and even smaller attention paid to details. And really, better event marketing pays attention to the details, the logistics, and the user experience.\r\n\r\n<strong>First, plan good events</strong>\r\n\r\nMarketing an event successfully starts with the event itself. Is it interesting or relevant to your audience? Is the date good, with few conflicts?\r\n\r\n[caption id=\"attachment_4066\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1.jpg\"><img class=\"wp-image-4066 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Photo by Karolina Grawbowska on Kaboompics.com[/caption]\r\n\r\n<strong>Entice and inform your audience</strong>\r\n\r\nOnce you have chosen the event, the date and the venue you are ready to market it to your audience. You will have to develop a description of the event that entices but also informs. Why would your audience want to come to this event? Who is speaking? Why are you hosting the event? What makes this event special or important? And you must provide all the important logistical information, such as: date, time, venue name and address, cost (including if free to attend), and ways to sign up.\r\n\r\n<strong>Time the invitation properly</strong>\r\n\r\nThink about how much time your audience needs to make a decision. If it is an event that requires travel and hotel reservations (e.g., annual conference, wedding), you will need to send it with a few months lead time. If the event is local, then you can market closer to the event time. However, don\'t send out an invitation too far in advance because it will be forgotten, but don\'t do it too close to the event because your audience may already have made other commitments.\r\n\r\n<strong>What to include in the actual invitation</strong>\r\n\r\nEmails must have text and a link to sign up. <em>Do not</em> ever have an image/graphic-only email, since some email programs do not automatically open images and require them to be downloaded.\r\n\r\nAgain, make sure to include all the details your audience needs to decide whether to attend or not (look at the list above).\r\n\r\n<strong>Signing up should be easy</strong>\r\n\r\nYou should have an easy way to sign up—do not make me jump through hoops such as making me scroll through multiple screens, and having to create accounts and passwords. You are not selling tickets for an international flight. Think about what information you absolutely need (e.g., name, contact info such as address and email, credit card information), and start with that. Other information (e.g., phone number, demographics, etc.) that might be good to have should be weighed carefully. Asking for too much information can be a huge turn-off.\r\n\r\n<strong>Always acknowledge sign-ups</strong>\r\n\r\nThis should go without a saying, but once people sign up for your event, they should get an email confirmation.\r\n\r\n<strong>Calendar links!</strong>\r\n\r\nBe sure that the software you are using has a universal calendar link both in the sign up screen and in the acknowledgment/confirmation email.  Attendees should be able to download the event info to any major calendar (i.e., Apple, Outlook, Google).\r\n\r\n<strong>Friendly reminders are welcome</strong>\r\n\r\nAlways send a reminder at least one day ahead. Include all important logistical information (i.e., start time, address, directions, public transportation/parking information, and any requirements (e.g., picture ID, cash on hand, laptop, etc.).\r\n\r\n<strong>After the fact</strong>\r\n\r\nAlways send something after the event—it can be a simple “thank you for attending,” or a survey/request for feedback, or sharing of information relevant to the event (e.g., contact information for speakers, handouts, bibliographies, etc.)\r\n\r\n<strong>Would be nice if...</strong>\r\n\r\nThe software you use would be smart enough not to send event invites to people who have already registered. When I get another invitation to an event I have signed up for, I always think that I forgot to register or that my payment didn\'t go through.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMake your event marketing better: Always think about your audience and what they need in order to make a decision and attend your event.','How to be better at event marketing','','inherit','closed','closed','','4065-revision-v1','','','2020-02-11 11:46:41','2020-02-11 16:46:41','',4065,'https://deborahbrody.com/2020/02/4065-revision-v1/',0,'revision','',0),
(4071,4,'2020-02-27 14:40:02','2020-02-27 19:40:02','Unforced copy errors are errors (i.e., typos, misspellings, grammatical flubs, etc.) that would have been caught if either you gave yourself enough time to take a second (and third) look at what you were doing; or you had someone else check your copy.\r\n\r\nMany people don\'t notice or even care about copy errors. But if you are like me, errors just jump out at you, no matter where they are—on the TV chyron, on a menu, in the newspaper, in a book.\r\n\r\nErrors can reflect poorly on you and your organization. Errors in printed or published copy show that you either didn\'t care enough or didn\'t know enough to notice. When you are producing marketing materials or anything that will have a longer shelf life than a social media post, errors will last and you must be careful to eliminate them.\r\n\r\nFollowing are four examples I found in the past ten days:\r\n\r\n<strong>Program flyer</strong>\r\n\r\nError: Headline does not match with body of flyer. Whoever produced this flyer, copied the previous flyer from the January program, put in the description of the February program featuring journalist Ruth Marcus, not Ambassador Susan Rice, and then neglected to update the headline.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/ruth-marcus-or-susan-rice.jpg\"><img class=\"aligncenter size-large wp-image-4072\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/ruth-marcus-or-susan-rice-744x1024.jpg\" alt=\"\" width=\"744\" height=\"1024\" /></a>\r\n\r\n<strong>News site</strong>\r\n\r\nError: A man is not \"them.\" If you know the gender of the person, there is nothing wrong with using the right pronoun, in this case, \"him.\" It seems that this story was updated when it became known that the victim was male, but the writer did not bother to read the rest of the sentence.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/WTOP-man.png\"><img class=\"aligncenter size-large wp-image-4073\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/WTOP-man-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<strong>Email invitation</strong>\r\n\r\nError: This email is an invitation to a program taking place in March, yet calls it the April program. The organization sent out a corrected email a few minutes later. I would bet speed was the main culprit here. Instead of making this task take less time, the speediness ended up taking more time and effort to correct. Is this a fatal mistake? Not nearly, but it is increasingly common to get emails listing the wrong dates, locations, days of the week, etc.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/April-lunch.png\"><img class=\"aligncenter size-large wp-image-4074\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/April-lunch-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<strong>Words that sound the same don\'t mean the same...</strong>\r\n\r\nError: The owner of this Twitter profile used \"principle\" instead of  \"principal.\" This person wrote the description years ago when first setting up the Twitter account and has never bothered to review it.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/principle.png\"><img class=\"aligncenter size-large wp-image-4075\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/principle-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<hr />\r\n\r\n<strong>Bottom line:</strong> All of these errors are small, unforced and most importantly, <em>avoidable</em>. Next time you are writing something that will be public-facing, take a breath, slow down, and hit pause before you publish. Always read over what you wrote (I like to read out loud so I can hear the errors) or ask someone else to take a look. If you made a mistake and it has already been publicized, fix it if possible.','Unforced errors (in the copy)','','publish','open','open','','unforced-errors-in-the-copy','','','2020-02-27 14:40:02','2020-02-27 19:40:02','',0,'https://deborahbrody.com/?p=4071',0,'post','',0),
(4072,4,'2020-02-27 14:08:46','2020-02-27 19:08:46','','ruth marcus or susan rice','','inherit','open','closed','','ruth-marcus-or-susan-rice','','','2020-02-27 14:08:46','2020-02-27 19:08:46','',4071,'https://deborahbrody.com/wp-content/uploads/2020/02/ruth-marcus-or-susan-rice.jpg',0,'attachment','image/jpeg',0),
(4073,4,'2020-02-27 14:10:38','2020-02-27 19:10:38','','WTOP man','','inherit','open','closed','','wtop-man','','','2020-02-27 14:10:38','2020-02-27 19:10:38','',4071,'https://deborahbrody.com/wp-content/uploads/2020/02/WTOP-man.png',0,'attachment','image/png',0),
(4074,4,'2020-02-27 14:12:31','2020-02-27 19:12:31','','April lunch','','inherit','open','closed','','april-lunch','','','2020-02-27 14:12:31','2020-02-27 19:12:31','',4071,'https://deborahbrody.com/wp-content/uploads/2020/02/April-lunch.png',0,'attachment','image/png',0),
(4075,4,'2020-02-27 14:13:51','2020-02-27 19:13:51','','principle','','inherit','open','closed','','principle','','','2020-02-27 14:13:51','2020-02-27 19:13:51','',4071,'https://deborahbrody.com/wp-content/uploads/2020/02/principle.png',0,'attachment','image/png',0),
(4076,4,'2020-02-27 14:37:05','2020-02-27 19:37:05','Unforced copy errors are errors (i.e., typos, misspellings, grammatical flubs, etc.) that would have been caught if either you gave yourself enough time to take a second (and third) look at what you were doing; or you had someone else check your copy.\r\n\r\nMany people don\'t notice or even care about copy errors. But if you are like me, errors just jump out at you, no matter where they are—on the TV chyron, on a menu, in the newspaper, in a book.\r\n\r\nErrors can reflect poorly on you and your organization. Errors in printed or published copy show that you either didn\'t care enough or didn\'t know enough to notice it.  When you are producing marketing materials or anything that will have a longer shelf life than a social media post, errors will last and you must be careful to eliminate them.\r\n\r\nFollowing are four examples I found in the past ten days:\r\n\r\n<strong>Program flyer</strong>\r\n\r\nError: Headline does not match with body of flyer. Whoever produced this flyer, copied the previous flyer from the January program, put in the description of the February program featuring journalist Ruth Marcus, not Ambassador Susan Rice, and then neglected to update the headline.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/ruth-marcus-or-susan-rice.jpg\"><img class=\"aligncenter size-large wp-image-4072\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/ruth-marcus-or-susan-rice-744x1024.jpg\" alt=\"\" width=\"744\" height=\"1024\" /></a>\r\n\r\n<strong>News site</strong>\r\n\r\nError: A man is not \"them.\" If you know the gender of the person, there is nothing wrong with using the right pronoun, in this case, \"him.\" It seems that this story was updated when it became known that the victim was male, but the writer did not bother to read the rest of the sentence.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/WTOP-man.png\"><img class=\"aligncenter size-large wp-image-4073\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/WTOP-man-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<strong>Email invitation</strong>\r\n\r\nError: This email is an invitation to a program taking place in March, yet calls it the April program. The organization sent out a corrected email a few minutes later. I would bet speed was the main culprit here. Instead of making this task take less time, the speediness ended up taking more time and effort to correct. Is this a fatal mistake? Not nearly, but it is increasingly common to get emails listing the wrong dates, locations, days of the week, etc.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/April-lunch.png\"><img class=\"aligncenter size-large wp-image-4074\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/April-lunch-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<strong>Words that sound the same don\'t mean the same...</strong>\r\n\r\nError: The owner of this Twitter profile used \"principle\" instead of  \"principal.\" This person wrote the description years ago when first setting up the Twitter account and has never bothered to review it.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/principle.png\"><img class=\"aligncenter size-large wp-image-4075\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/principle-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<hr />\r\n\r\n<strong>Bottom line:</strong> All of these errors are small, unforced and most importantly, <em>avoidable</em>. Next time you are writing something that will be public-facing, take a breath, slow down, and hit pause before you publish. Always read over what you wrote (I like to read out loud so I can hear the errors) or ask someone else to take a look. If you made a mistake and it has already been publicized, fix it if possible.','Unforced errors (in the copy)','','inherit','closed','closed','','4071-revision-v1','','','2020-02-27 14:37:05','2020-02-27 19:37:05','',4071,'https://deborahbrody.com/2020/02/4071-revision-v1/',0,'revision','',0),
(4077,4,'2020-02-27 14:40:02','2020-02-27 19:40:02','Unforced copy errors are errors (i.e., typos, misspellings, grammatical flubs, etc.) that would have been caught if either you gave yourself enough time to take a second (and third) look at what you were doing; or you had someone else check your copy.\r\n\r\nMany people don\'t notice or even care about copy errors. But if you are like me, errors just jump out at you, no matter where they are—on the TV chyron, on a menu, in the newspaper, in a book.\r\n\r\nErrors can reflect poorly on you and your organization. Errors in printed or published copy show that you either didn\'t care enough or didn\'t know enough to notice. When you are producing marketing materials or anything that will have a longer shelf life than a social media post, errors will last and you must be careful to eliminate them.\r\n\r\nFollowing are four examples I found in the past ten days:\r\n\r\n<strong>Program flyer</strong>\r\n\r\nError: Headline does not match with body of flyer. Whoever produced this flyer, copied the previous flyer from the January program, put in the description of the February program featuring journalist Ruth Marcus, not Ambassador Susan Rice, and then neglected to update the headline.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/ruth-marcus-or-susan-rice.jpg\"><img class=\"aligncenter size-large wp-image-4072\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/ruth-marcus-or-susan-rice-744x1024.jpg\" alt=\"\" width=\"744\" height=\"1024\" /></a>\r\n\r\n<strong>News site</strong>\r\n\r\nError: A man is not \"them.\" If you know the gender of the person, there is nothing wrong with using the right pronoun, in this case, \"him.\" It seems that this story was updated when it became known that the victim was male, but the writer did not bother to read the rest of the sentence.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/WTOP-man.png\"><img class=\"aligncenter size-large wp-image-4073\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/WTOP-man-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<strong>Email invitation</strong>\r\n\r\nError: This email is an invitation to a program taking place in March, yet calls it the April program. The organization sent out a corrected email a few minutes later. I would bet speed was the main culprit here. Instead of making this task take less time, the speediness ended up taking more time and effort to correct. Is this a fatal mistake? Not nearly, but it is increasingly common to get emails listing the wrong dates, locations, days of the week, etc.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/April-lunch.png\"><img class=\"aligncenter size-large wp-image-4074\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/April-lunch-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<strong>Words that sound the same don\'t mean the same...</strong>\r\n\r\nError: The owner of this Twitter profile used \"principle\" instead of  \"principal.\" This person wrote the description years ago when first setting up the Twitter account and has never bothered to review it.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/principle.png\"><img class=\"aligncenter size-large wp-image-4075\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/principle-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></a>\r\n\r\n<hr />\r\n\r\n<strong>Bottom line:</strong> All of these errors are small, unforced and most importantly, <em>avoidable</em>. Next time you are writing something that will be public-facing, take a breath, slow down, and hit pause before you publish. Always read over what you wrote (I like to read out loud so I can hear the errors) or ask someone else to take a look. If you made a mistake and it has already been publicized, fix it if possible.','Unforced errors (in the copy)','','inherit','closed','closed','','4071-revision-v1','','','2020-02-27 14:40:02','2020-02-27 19:40:02','',4071,'https://deborahbrody.com/2020/02/4071-revision-v1/',0,'revision','',0),
(4080,4,'2020-03-20 09:30:16','2020-03-20 13:30:16','<strong>To market or not to market, that is the question today for anybody working in marcomm.</strong>\r\n\r\nAs the novel coronavirus pandemic sickens more people around the globe while upending daily routines, businesses struggle. Should they market or not? Perhaps it is even a question of <em>can</em> they market—do they have the personnel or can they even do business? On Tuesday, I walked into a local hair salon to buy conditioner, and they had no customers. Yesterday, the hair salon announced that they are closed until the end of the month.\r\n\r\n<strong>Advertising is still going on...somewhat</strong>\r\n\r\nInside my print Washington Post (yes, I still get the newspaper delivered) yesterday was a flyer advertising Kohl\'s spring sale. On Wednesday, there were several supermarket circulars inserted in the Food Section. A couple of days ago, there was a half-page advertisement for the Wolf Trap 2020 Summer Concerts (Wolf Trap is a concert venue in Northern Virginia).  But today, there are a no flyers and fewer ads overall, most for retail and a full page ad from Safeway thanking its employees (I think an image ad, portraying them as a concerned corporation).\r\n\r\nThen, on Facebook, I was served an online promotion for the Starz app. Also for a couple of online shopping outlets. And via email, I keep getting offers from Lands\' End and Eddie Bauer (since I have shopped from them before).\r\n\r\nIt\'s clear that some marketing is going on <em>regardless</em> of the coronavirus, and some of it <em>because</em> of the coronavirus. But not all marketing makes sense right now.\r\n\r\n<strong>Who should market</strong>\r\n\r\nFor some businesses, it really is the perfect time to get your message to the public. Online retailers and streaming services are prime examples. If people can\'t get out to the physical stores or if the bricks and mortar stores are closed, it makes perfect sense to market. People may be looking to shop online instead of leaving home, and also are looking for more entertainment.\r\n\r\nNonprofit and advocacy organizations should also ramp up marketing now. There may be a lot more need among and it makes sense to solicit donations or other type of support.\r\n\r\n<strong>Who should not market</strong>\r\n\r\nIt is counterproductive for airlines, hotels and other travel industry to advertise right now. Flights are being cancelled and countries are being shut down. Also, travel may be risky as it exposes people to the virus.\r\n\r\nLikewise, any advertisement for anything that requires a future commitment, such as upcoming concerts, plays, events, is at best, too optimistic. Most people don\'t know when things will get back to normal, and can\'t commit to any type of future plans.\r\n\r\n<strong>Gray area</strong>\r\n\r\nAlthough some businesses are open, it is risky to promote right now. If say you are big box retailer, do you really want to have a great promotion that would bring in large crowds when the CDC is asking people to practice social distancing?\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMarketing should be responsive to what is going on. People are worried about covid-19, but they also have ongoing needs. Marketers should weigh carefully how and what they promote.\r\n\r\nWhat do you think? Should marketing go on as usual? Suspend altogether? Please let me know in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marketing in times of coronavirus...do or don\'t?','','publish','open','open','','marketing-in-times-of-coronavirus-do-or-dont','','','2020-03-20 09:30:16','2020-03-20 13:30:16','',0,'https://deborahbrody.com/?p=4080',0,'post','',1),
(4081,4,'2020-03-19 10:29:42','2020-03-19 14:29:42','To market or not to market, that is the question today for anybody working in marcomm.\r\n\r\nAdvertising is still going on...somewhat\r\n\r\nInside my print Washington Post (yes, I still get the newspaper delivered) this morning was a flyer advertising Kohl\'s spring sale. Yesterday, there were several supermarket circulars inserted in the Food Section. A couple of days ago, there was a half-page advertisement for the Wolf Trap 2020 Summer Concerts (Wolf Trap is a concert venue in Northern Virginia).\r\n\r\nThen, on Facebook, I was served an online promotion for the Starz app. And via email, I keep getting offers from Lands\' End and Eddie Bauer.\r\n\r\nAs the novel coronovirus sickens more people around the globe while upending daily routines, businesses struggle. Should they market or not? Perhaps it is even a question of <em>can</em> they market?\r\n\r\nBusinesses that are closed\r\n\r\nObviously these businesses cannot','Marketing in times of coronavirus...do or don\'t?','','inherit','closed','closed','','4080-revision-v1','','','2020-03-19 10:29:42','2020-03-19 14:29:42','',4080,'https://deborahbrody.com/2020/03/4080-revision-v1/',0,'revision','',0),
(4082,4,'2020-03-19 10:36:23','2020-03-19 14:36:23','<strong>To market or not to market, that is the question today for anybody working in marcomm.</strong>\r\n\r\nAs the novel coronovirus pandemic sickens more people around the globe while upending daily routines, businesses struggle. Should they market or not? Perhaps it is even a question of <em>can</em> they market?\r\n\r\n<strong>Advertising is still going on...somewhat</strong>\r\n\r\nInside my print Washington Post (yes, I still get the newspaper delivered) this morning was a flyer advertising Kohl\'s spring sale. Yesterday, there were several supermarket circulars inserted in the Food Section. A couple of days ago, there was a half-page advertisement for the Wolf Trap 2020 Summer Concerts (Wolf Trap is a concert venue in Northern Virginia).\r\n\r\nThen, on Facebook, I was served an online promotion for the Starz app. And via email, I keep getting offers from Lands\' End and Eddie Bauer.\r\n\r\n&nbsp;\r\n\r\nBusinesses that are closed\r\n\r\nObviously these businesses cannot','Marketing in times of coronavirus...do or don\'t?','','inherit','closed','closed','','4080-revision-v1','','','2020-03-19 10:36:23','2020-03-19 14:36:23','',4080,'https://deborahbrody.com/2020/03/4080-revision-v1/',0,'revision','',0),
(4083,4,'2020-03-19 15:09:17','2020-03-19 19:09:17','<strong>To market or not to market, that is the question today for anybody working in marcomm.</strong>\r\n\r\nAs the novel coronovirus pandemic sickens more people around the globe while upending daily routines, businesses struggle. Should they market or not? Perhaps it is even a question of <em>can</em> they market.\r\n\r\n<strong>Advertising is still going on...somewhat</strong>\r\n\r\nInside my print Washington Post (yes, I still get the newspaper delivered) this morning was a flyer advertising Kohl\'s spring sale. Yesterday, there were several supermarket circulars inserted in the Food Section. A couple of days ago, there was a half-page advertisement for the Wolf Trap 2020 Summer Concerts (Wolf Trap is a concert venue in Northern Virginia).\r\n\r\nThen, on Facebook, I was served an online promotion for the Starz app. Also for a couple of online shopping outlets. And via email, I keep getting offers from Lands\' End and Eddie Bauer.\r\n\r\nIt\'s clear that some marketing is going on regardless of the coronavirus, and some of it because of the coronavirus. But not all marketing makes sense right now.\r\n\r\n<strong>Who should market</strong>\r\n\r\nFor some businesses, it really is the perfect time to get your message to the public. Online retailers and streaming services are prime examples. If people can\'t get out to the physical stores or if the bricks and mortar stores are closed, it makes perfect sense to market.\r\n\r\nNonprofit and advocacy organizations should also ramp up marketing now. There may be a lot more need among and it makes sense to solicit donations or other type of support.\r\n\r\n<strong>Who should not market</strong>\r\n\r\nIt is counterproductive for airlines, hotels and other travel industry to advertise right now. Flights are being cancelled and countries are being shut down. Also, travel may be risky.\r\n\r\nLikewise, anything that requires a future commitment, such as upcoming concerts, plays, events, is at best, too optimistic. Most people don\'t know when things will get back to normal, and can\'t commit to any type of future plans.\r\n\r\n<strong>Gray area</strong>\r\n\r\nAlthough some businesses are open, it is risky to promote right now. If say you are big box retailer, do you really want to have a great promotion that would bring in large crowds when the CDC is asking people to practice social distancing?\r\n\r\n&nbsp;','Marketing in times of coronavirus...do or don\'t?','','inherit','closed','closed','','4080-revision-v1','','','2020-03-19 15:09:17','2020-03-19 19:09:17','',4080,'https://deborahbrody.com/2020/03/4080-revision-v1/',0,'revision','',0),
(4084,4,'2020-03-20 09:30:16','2020-03-20 13:30:16','<strong>To market or not to market, that is the question today for anybody working in marcomm.</strong>\r\n\r\nAs the novel coronavirus pandemic sickens more people around the globe while upending daily routines, businesses struggle. Should they market or not? Perhaps it is even a question of <em>can</em> they market—do they have the personnel or can they even do business? On Tuesday, I walked into a local hair salon to buy conditioner, and they had no customers. Yesterday, the hair salon announced that they are closed until the end of the month.\r\n\r\n<strong>Advertising is still going on...somewhat</strong>\r\n\r\nInside my print Washington Post (yes, I still get the newspaper delivered) yesterday was a flyer advertising Kohl\'s spring sale. On Wednesday, there were several supermarket circulars inserted in the Food Section. A couple of days ago, there was a half-page advertisement for the Wolf Trap 2020 Summer Concerts (Wolf Trap is a concert venue in Northern Virginia).  But today, there are a no flyers and fewer ads overall, most for retail and a full page ad from Safeway thanking its employees (I think an image ad, portraying them as a concerned corporation).\r\n\r\nThen, on Facebook, I was served an online promotion for the Starz app. Also for a couple of online shopping outlets. And via email, I keep getting offers from Lands\' End and Eddie Bauer (since I have shopped from them before).\r\n\r\nIt\'s clear that some marketing is going on <em>regardless</em> of the coronavirus, and some of it <em>because</em> of the coronavirus. But not all marketing makes sense right now.\r\n\r\n<strong>Who should market</strong>\r\n\r\nFor some businesses, it really is the perfect time to get your message to the public. Online retailers and streaming services are prime examples. If people can\'t get out to the physical stores or if the bricks and mortar stores are closed, it makes perfect sense to market. People may be looking to shop online instead of leaving home, and also are looking for more entertainment.\r\n\r\nNonprofit and advocacy organizations should also ramp up marketing now. There may be a lot more need among and it makes sense to solicit donations or other type of support.\r\n\r\n<strong>Who should not market</strong>\r\n\r\nIt is counterproductive for airlines, hotels and other travel industry to advertise right now. Flights are being cancelled and countries are being shut down. Also, travel may be risky as it exposes people to the virus.\r\n\r\nLikewise, any advertisement for anything that requires a future commitment, such as upcoming concerts, plays, events, is at best, too optimistic. Most people don\'t know when things will get back to normal, and can\'t commit to any type of future plans.\r\n\r\n<strong>Gray area</strong>\r\n\r\nAlthough some businesses are open, it is risky to promote right now. If say you are big box retailer, do you really want to have a great promotion that would bring in large crowds when the CDC is asking people to practice social distancing?\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMarketing should be responsive to what is going on. People are worried about covid-19, but they also have ongoing needs. Marketers should weigh carefully how and what they promote.\r\n\r\nWhat do you think? Should marketing go on as usual? Suspend altogether? Please let me know in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marketing in times of coronavirus...do or don\'t?','','inherit','closed','closed','','4080-revision-v1','','','2020-03-20 09:30:16','2020-03-20 13:30:16','',4080,'https://deborahbrody.com/2020/03/4080-revision-v1/',0,'revision','',0),
(4087,4,'2020-04-01 11:31:25','2020-04-01 15:31:25','EDITOR\'S NOTE: This post has been updated to reflect <a href=\"https://www.apstylebook.com/topical_most_recent?utm_medium=AP_Stylebook&amp;utm_source=Facebook&amp;utm_campaign=SocialFlow&amp;fbclid=IwAR09foHw7MNehzx9moVLamdDD78O-ZTCLRRV-SMTK7LD4bXqwWH08Pe6kMk\" target=\"_blank\" rel=\"noopener\">AP Stylebook guidance on how to write COVID-19. </a>\r\n\r\nMarketing and communications go on, but as discussed in the <a href=\"https://deborahbrody.com/2020/03/marketing-in-times-of-coronavirus-do-or-dont/\">last blog post</a>, not everything is the same in the world where COVID-19 has sickened many, scared more, and generally, upended what we consider normality. That said, some marketing works better than others.\r\n\r\n<strong>Let\'s start with what doesn\'t work.</strong>\r\n\r\nHere\'s an email that I received from a real estate agent (someone I met at a networking event and added me to her list without my express consent, but that is another story).\r\n<blockquote>Hello.\r\n\r\nYour health and safety are important to me. That\'s why I\'m reaching out to let you know that we\'re doing what we can to provide the best service possible during this time, and that means being here for you.\r\n\r\nPlease reach out with any questions that you may have, or if I can be helpful in any way.\r\n\r\nWe will get through this together.\r\n\r\nIf you want to keep up to date on COVID-19, visit the CDC\'s website.\r\n\r\nStay well,\r\n\r\n[Name]</blockquote>\r\nWhy is this so bad? First, the sender claims that my health and safety are important, but provides no specifics about what she is doing. Second, she is placing the onus on me to contact her. And third, she says I can visit the CDC website, and she doesn\'t even provide a link in her email. To me, this email shows that this real estate agent does not have any type of communication strategy or understanding, and to make matter worse, she doesn\'t know  how to use communication tools effectively.\r\n\r\n<strong>What does work?</strong>\r\n\r\n<strong>1. Specificity and relevance\r\n</strong>\r\n\r\nWhat is your company or organization doing <em>specifically</em> because of or in response to COVID-19.\r\n\r\nThis full page ad from LIDL is exactly right: it tells you what specific actions its stores are taking to deal with the virus and the associated issues.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001.jpg\"><img class=\"aligncenter wp-image-4088 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001-e1585682663422-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a>\r\n\r\n<strong>2. Segmentation</strong>\r\n\r\nIf you have an email marketing strategy, it should include the ability to segment your list into different audience types. The idea is to not send the same email to everybody on your list, but to be more targeted. For example, Boston University (where I went to grad school) keeps sending me updates, including updates about campus being closed. Well, as an alum, this is not exactly relevant to me. I am not a parent of a student or a student, so why do I need multiple emails about campus operations?\r\n\r\n<strong>3. News/real updates</strong>\r\n\r\nI got an email from a local bookstore that tells me that it has established a partnership with a national service in order to be able to deliver nationwide. That\'s news. On the other hand, Delta has sent me the same version of an email regarding how its handling COVID-19. Nothing new, no reason to keep sending me the same email. If Delta were to add or delete flights or routes, then yes, tell me.  But telling me its hard on Delta\'s bottom line, over and over, is really self-serving, which brings me to the next point.\r\n\r\n<strong>4. Audience-centered</strong>\r\n\r\nWhat does your audience need or want right now? My undergrad university, Brandeis, did something really smart. Brandeis figured out that its audience is probably getting a bit bored being inside, so it sent out an email with suggestions for movies and television shows to watch, all featuring an alumni connection. There was no other reason for the email but to provide some relief to its audience. That is how you put your audience first.\r\n\r\nWhat have you seen that works and that doesn\'t work? Please share in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What works and what doesn\'t in our COVID-19 times','','publish','open','open','','what-works-and-what-doesnt-in-our-covid-19-times','','','2020-04-04 10:15:06','2020-04-04 14:15:06','',0,'https://deborahbrody.com/?p=4087',0,'post','',0),
(4088,4,'2020-03-31 15:22:32','2020-03-31 19:22:32','','20200331_144905_001','','inherit','open','closed','','20200331_144905_001','','','2020-03-31 15:22:32','2020-03-31 19:22:32','',4087,'https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001.jpg',0,'attachment','image/jpeg',0),
(4089,4,'2020-03-31 15:27:46','2020-03-31 19:27:46','If you are like me, you\'ve been inundated with emails relating to covid-19. Some are from organizations sharing resources, some are updates, and some are straight-forward marketing messages. You\'ve probably also seen there\'s a lot fewer print ads in the newspaper\r\n\r\n<strong>Let\'s start with what doesn\'t work.</strong>\r\n\r\nHere\'s an email that I received from a real estate agent (someone I met at a networking event and added me to her list without my express consent, but that is another story).\r\n<blockquote>Hello.\r\n\r\nYour health and safety are important to me. That\'s why I\'m reaching out to let you know that we\'re doing what we can to provide the best service possible during this time, and that means being here for you.\r\n\r\nPlease reach out with any questions that you may have, or if I can be helpful in any way.\r\n\r\nWe will get through this together.\r\n\r\nIf you want to keep up to date on COVID-19, visit the CDC\'s website.\r\n\r\nStay well,\r\n\r\n[Name]</blockquote>\r\nWhy is this so bad? First, the sender claims that my health and safety are important, but provides no specifics about what she is doing. Second, she is placing the onus on me to contact her. And third, she says I can visit the CDC website, and she doesn\'t even provide a link in her email. To me, this email shows that this real estate agent does not have any type of communication strategy or understanding, and to make matter worse, she doesn\'t know  how to use communication tools effectively.\r\n\r\n<strong>What does work?</strong>\r\n\r\n<strong>1. Specificity</strong>\r\n\r\nWhat is your company or organization doing <em>specifically</em> because of or in response to covid-19.\r\n\r\nThis full page ad from LIDL is exactly right: it tells you what specific actions the store are taking to deal with the virus and the associated issues.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001.jpg\"><img class=\"aligncenter wp-image-4088 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001-e1585682663422-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a>\r\n\r\n<strong>2. Segmentation</strong>\r\n\r\nIf you have an email marketing strategy, it should include segmentation. That means not sending the same email to everybody on your list. For example, Boston University (where I went to grad school) keeps sending me updates, including updates about campus being closed. Well, as an alum, this is not exactly\r\n\r\nThinking about your audience\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What works and what doesn\'t in our covid-19 times','','inherit','closed','closed','','4087-revision-v1','','','2020-03-31 15:27:46','2020-03-31 19:27:46','',4087,'https://deborahbrody.com/2020/03/4087-revision-v1/',0,'revision','',0),
(4090,4,'2020-04-01 11:26:41','2020-04-01 15:26:41','Marketing and communications go on, but as discussed in the last blog post, not everything is the same in the world where covid-19 has sickened many, scared more, and generally, upended what we consider normality. That said, some marketing works better than others.\r\n\r\n<strong>Let\'s start with what doesn\'t work.</strong>\r\n\r\nHere\'s an email that I received from a real estate agent (someone I met at a networking event and added me to her list without my express consent, but that is another story).\r\n<blockquote>Hello.\r\n\r\nYour health and safety are important to me. That\'s why I\'m reaching out to let you know that we\'re doing what we can to provide the best service possible during this time, and that means being here for you.\r\n\r\nPlease reach out with any questions that you may have, or if I can be helpful in any way.\r\n\r\nWe will get through this together.\r\n\r\nIf you want to keep up to date on COVID-19, visit the CDC\'s website.\r\n\r\nStay well,\r\n\r\n[Name]</blockquote>\r\nWhy is this so bad? First, the sender claims that my health and safety are important, but provides no specifics about what she is doing. Second, she is placing the onus on me to contact her. And third, she says I can visit the CDC website, and she doesn\'t even provide a link in her email. To me, this email shows that this real estate agent does not have any type of communication strategy or understanding, and to make matter worse, she doesn\'t know  how to use communication tools effectively.\r\n\r\n<strong>What does work?</strong>\r\n\r\n<strong>1. Specificity and relevance\r\n</strong>\r\n\r\nWhat is your company or organization doing <em>specifically</em> because of or in response to covid-19.\r\n\r\nThis full page ad from LIDL is exactly right: it tells you what specific actions the store are taking to deal with the virus and the associated issues.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001.jpg\"><img class=\"aligncenter wp-image-4088 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001-e1585682663422-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a>\r\n\r\n<strong>2. Segmentation</strong>\r\n\r\nIf you have an email marketing strategy, it should the ability to segment your list into different audience types. The idea is to not send the same email to everybody on your list, but to be more targeted. For example, Boston University (where I went to grad school) keeps sending me updates, including updates about campus being closed. Well, as an alum, this is not exactly relevant to me. I am not a parent of a student or a student, so why do I need multiple emails about campus operations?\r\n\r\n<strong>3. News/real updates</strong>\r\n\r\nI got an email from a local bookstore that tells me that it has established a partnership with a national service in order to be able to deliver nationwide. That\'s news. On the other hand, Delta has sent me the same version of an email regarding how its handling covid-19. Nothing new, no reason to keep sending me the same email. If Delta were to add or delete flights or routes, then yes, tell me.  But telling me its hard on Delta\'s bottom line, over and over, is really self-serving, which brings me to the next point.\r\n\r\n<strong>4. Audience-centered</strong>\r\n\r\nWhat does your audience need or want right now? My undergrad university, Brandeis, did something really smart. Brandeis figured out that its audience is probably getting a bit bored being inside, so it sent out an email with suggestions for movies and television shows to watch, all featuring an alumni connection. There was no other reason for the email but to provide some relief to its audience. That is how you put your audience first.\r\n\r\nWhat have you seen that works and that doesn\'t work? Please share in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What works and what doesn\'t in our covid-19 times','','inherit','closed','closed','','4087-revision-v1','','','2020-04-01 11:26:41','2020-04-01 15:26:41','',4087,'https://deborahbrody.com/2020/04/4087-revision-v1/',0,'revision','',0),
(4091,4,'2020-04-01 11:31:25','2020-04-01 15:31:25','Marketing and communications go on, but as discussed in the <a href=\"https://deborahbrody.com/2020/03/marketing-in-times-of-coronavirus-do-or-dont/\">last blog post</a>, not everything is the same in the world where covid-19 has sickened many, scared more, and generally, upended what we consider normality. That said, some marketing works better than others.\r\n\r\n<strong>Let\'s start with what doesn\'t work.</strong>\r\n\r\nHere\'s an email that I received from a real estate agent (someone I met at a networking event and added me to her list without my express consent, but that is another story).\r\n<blockquote>Hello.\r\n\r\nYour health and safety are important to me. That\'s why I\'m reaching out to let you know that we\'re doing what we can to provide the best service possible during this time, and that means being here for you.\r\n\r\nPlease reach out with any questions that you may have, or if I can be helpful in any way.\r\n\r\nWe will get through this together.\r\n\r\nIf you want to keep up to date on COVID-19, visit the CDC\'s website.\r\n\r\nStay well,\r\n\r\n[Name]</blockquote>\r\nWhy is this so bad? First, the sender claims that my health and safety are important, but provides no specifics about what she is doing. Second, she is placing the onus on me to contact her. And third, she says I can visit the CDC website, and she doesn\'t even provide a link in her email. To me, this email shows that this real estate agent does not have any type of communication strategy or understanding, and to make matter worse, she doesn\'t know  how to use communication tools effectively.\r\n\r\n<strong>What does work?</strong>\r\n\r\n<strong>1. Specificity and relevance\r\n</strong>\r\n\r\nWhat is your company or organization doing <em>specifically</em> because of or in response to covid-19.\r\n\r\nThis full page ad from LIDL is exactly right: it tells you what specific actions its stores are taking to deal with the virus and the associated issues.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001.jpg\"><img class=\"aligncenter wp-image-4088 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001-e1585682663422-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a>\r\n\r\n<strong>2. Segmentation</strong>\r\n\r\nIf you have an email marketing strategy, it should include the ability to segment your list into different audience types. The idea is to not send the same email to everybody on your list, but to be more targeted. For example, Boston University (where I went to grad school) keeps sending me updates, including updates about campus being closed. Well, as an alum, this is not exactly relevant to me. I am not a parent of a student or a student, so why do I need multiple emails about campus operations?\r\n\r\n<strong>3. News/real updates</strong>\r\n\r\nI got an email from a local bookstore that tells me that it has established a partnership with a national service in order to be able to deliver nationwide. That\'s news. On the other hand, Delta has sent me the same version of an email regarding how its handling covid-19. Nothing new, no reason to keep sending me the same email. If Delta were to add or delete flights or routes, then yes, tell me.  But telling me its hard on Delta\'s bottom line, over and over, is really self-serving, which brings me to the next point.\r\n\r\n<strong>4. Audience-centered</strong>\r\n\r\nWhat does your audience need or want right now? My undergrad university, Brandeis, did something really smart. Brandeis figured out that its audience is probably getting a bit bored being inside, so it sent out an email with suggestions for movies and television shows to watch, all featuring an alumni connection. There was no other reason for the email but to provide some relief to its audience. That is how you put your audience first.\r\n\r\nWhat have you seen that works and that doesn\'t work? Please share in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What works and what doesn\'t in our covid-19 times','','inherit','closed','closed','','4087-revision-v1','','','2020-04-01 11:31:25','2020-04-01 15:31:25','',4087,'https://deborahbrody.com/2020/04/4087-revision-v1/',0,'revision','',0),
(4092,4,'2020-04-04 10:13:25','2020-04-04 14:13:25','EDITO\n\nMarketing and communications go on, but as discussed in the <a href=\"https://deborahbrody.com/2020/03/marketing-in-times-of-coronavirus-do-or-dont/\">last blog post</a>, not everything is the same in the world where COVID-19 has sickened many, scared more, and generally, upended what we consider normality. That said, some marketing works better than others.\n\n<strong>Let\'s start with what doesn\'t work.</strong>\n\nHere\'s an email that I received from a real estate agent (someone I met at a networking event and added me to her list without my express consent, but that is another story).\n<blockquote>Hello.\n\nYour health and safety are important to me. That\'s why I\'m reaching out to let you know that we\'re doing what we can to provide the best service possible during this time, and that means being here for you.\n\nPlease reach out with any questions that you may have, or if I can be helpful in any way.\n\nWe will get through this together.\n\nIf you want to keep up to date on COVID-19, visit the CDC\'s website.\n\nStay well,\n\n[Name]</blockquote>\nWhy is this so bad? First, the sender claims that my health and safety are important, but provides no specifics about what she is doing. Second, she is placing the onus on me to contact her. And third, she says I can visit the CDC website, and she doesn\'t even provide a link in her email. To me, this email shows that this real estate agent does not have any type of communication strategy or understanding, and to make matter worse, she doesn\'t know  how to use communication tools effectively.\n\n<strong>What does work?</strong>\n\n<strong>1. Specificity and relevance\n</strong>\n\nWhat is your company or organization doing <em>specifically</em> because of or in response to COVID-19.\n\nThis full page ad from LIDL is exactly right: it tells you what specific actions its stores are taking to deal with the virus and the associated issues.\n\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001.jpg\"><img class=\"aligncenter wp-image-4088 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001-e1585682663422-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a>\n\n<strong>2. Segmentation</strong>\n\nIf you have an email marketing strategy, it should include the ability to segment your list into different audience types. The idea is to not send the same email to everybody on your list, but to be more targeted. For example, Boston University (where I went to grad school) keeps sending me updates, including updates about campus being closed. Well, as an alum, this is not exactly relevant to me. I am not a parent of a student or a student, so why do I need multiple emails about campus operations?\n\n<strong>3. News/real updates</strong>\n\nI got an email from a local bookstore that tells me that it has established a partnership with a national service in order to be able to deliver nationwide. That\'s news. On the other hand, Delta has sent me the same version of an email regarding how its handling COVID-19. Nothing new, no reason to keep sending me the same email. If Delta were to add or delete flights or routes, then yes, tell me.  But telling me its hard on Delta\'s bottom line, over and over, is really self-serving, which brings me to the next point.\n\n<strong>4. Audience-centered</strong>\n\nWhat does your audience need or want right now? My undergrad university, Brandeis, did something really smart. Brandeis figured out that its audience is probably getting a bit bored being inside, so it sent out an email with suggestions for movies and television shows to watch, all featuring an alumni connection. There was no other reason for the email but to provide some relief to its audience. That is how you put your audience first.\n\nWhat have you seen that works and that doesn\'t work? Please share in the comments.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','What works and what doesn\'t in our COVID-19 times','','inherit','closed','closed','','4087-autosave-v1','','','2020-04-04 10:13:25','2020-04-04 14:13:25','',4087,'https://deborahbrody.com/2020/04/4087-autosave-v1/',0,'revision','',0),
(4093,4,'2020-04-04 10:15:06','2020-04-04 14:15:06','EDITOR\'S NOTE: This post has been updated to reflect <a href=\"https://www.apstylebook.com/topical_most_recent?utm_medium=AP_Stylebook&amp;utm_source=Facebook&amp;utm_campaign=SocialFlow&amp;fbclid=IwAR09foHw7MNehzx9moVLamdDD78O-ZTCLRRV-SMTK7LD4bXqwWH08Pe6kMk\" target=\"_blank\" rel=\"noopener\">AP Stylebook guidance on how to write COVID-19. </a>\r\n\r\nMarketing and communications go on, but as discussed in the <a href=\"https://deborahbrody.com/2020/03/marketing-in-times-of-coronavirus-do-or-dont/\">last blog post</a>, not everything is the same in the world where COVID-19 has sickened many, scared more, and generally, upended what we consider normality. That said, some marketing works better than others.\r\n\r\n<strong>Let\'s start with what doesn\'t work.</strong>\r\n\r\nHere\'s an email that I received from a real estate agent (someone I met at a networking event and added me to her list without my express consent, but that is another story).\r\n<blockquote>Hello.\r\n\r\nYour health and safety are important to me. That\'s why I\'m reaching out to let you know that we\'re doing what we can to provide the best service possible during this time, and that means being here for you.\r\n\r\nPlease reach out with any questions that you may have, or if I can be helpful in any way.\r\n\r\nWe will get through this together.\r\n\r\nIf you want to keep up to date on COVID-19, visit the CDC\'s website.\r\n\r\nStay well,\r\n\r\n[Name]</blockquote>\r\nWhy is this so bad? First, the sender claims that my health and safety are important, but provides no specifics about what she is doing. Second, she is placing the onus on me to contact her. And third, she says I can visit the CDC website, and she doesn\'t even provide a link in her email. To me, this email shows that this real estate agent does not have any type of communication strategy or understanding, and to make matter worse, she doesn\'t know  how to use communication tools effectively.\r\n\r\n<strong>What does work?</strong>\r\n\r\n<strong>1. Specificity and relevance\r\n</strong>\r\n\r\nWhat is your company or organization doing <em>specifically</em> because of or in response to COVID-19.\r\n\r\nThis full page ad from LIDL is exactly right: it tells you what specific actions its stores are taking to deal with the virus and the associated issues.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001.jpg\"><img class=\"aligncenter wp-image-4088 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/03/20200331_144905_001-e1585682663422-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a>\r\n\r\n<strong>2. Segmentation</strong>\r\n\r\nIf you have an email marketing strategy, it should include the ability to segment your list into different audience types. The idea is to not send the same email to everybody on your list, but to be more targeted. For example, Boston University (where I went to grad school) keeps sending me updates, including updates about campus being closed. Well, as an alum, this is not exactly relevant to me. I am not a parent of a student or a student, so why do I need multiple emails about campus operations?\r\n\r\n<strong>3. News/real updates</strong>\r\n\r\nI got an email from a local bookstore that tells me that it has established a partnership with a national service in order to be able to deliver nationwide. That\'s news. On the other hand, Delta has sent me the same version of an email regarding how its handling COVID-19. Nothing new, no reason to keep sending me the same email. If Delta were to add or delete flights or routes, then yes, tell me.  But telling me its hard on Delta\'s bottom line, over and over, is really self-serving, which brings me to the next point.\r\n\r\n<strong>4. Audience-centered</strong>\r\n\r\nWhat does your audience need or want right now? My undergrad university, Brandeis, did something really smart. Brandeis figured out that its audience is probably getting a bit bored being inside, so it sent out an email with suggestions for movies and television shows to watch, all featuring an alumni connection. There was no other reason for the email but to provide some relief to its audience. That is how you put your audience first.\r\n\r\nWhat have you seen that works and that doesn\'t work? Please share in the comments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What works and what doesn\'t in our COVID-19 times','','inherit','closed','closed','','4087-revision-v1','','','2020-04-04 10:15:06','2020-04-04 14:15:06','',4087,'https://deborahbrody.com/2020/04/4087-revision-v1/',0,'revision','',0),
(4095,4,'2020-04-09 10:33:22','2020-04-09 14:33:22','Copy editing helps bring clarity, consistency, and accuracy to your documents.\r\n\r\nDepending on the document, you may need more or less editing. In all cases, your document will be checked for clarity (what you really mean to say), grammar, spelling,  punctuation, usage, and consistency.\r\n\r\nCopy editing fee: $65 per hour\r\n\r\n&nbsp;','Copy Editing','','inherit','closed','closed','','2850-revision-v1','','','2020-04-09 10:33:22','2020-04-09 14:33:22','',2850,'https://deborahbrody.com/2020/04/2850-revision-v1/',0,'revision','',0),
(4097,4,'2020-04-21 10:48:08','0000-00-00 00:00:00','With meetings to yoga classes transitioning to Zoom or other online platforms, there\'s lots of room for improvement.','Want to succeed at Zoom? Keep these two things in mind','','draft','open','open','','','','','2020-04-21 10:48:08','2020-04-21 14:48:08','',0,'https://deborahbrody.com/?p=4097',0,'post','',0),
(4098,4,'2020-04-21 10:26:18','2020-04-21 14:26:18','','Want to succeed at Zoom? Keep these two things in mind','','inherit','closed','closed','','4097-revision-v1','','','2020-04-21 10:26:18','2020-04-21 14:26:18','',4097,'https://deborahbrody.com/2020/04/4097-revision-v1/',0,'revision','',0),
(4099,4,'2020-04-21 10:48:08','2020-04-21 14:48:08','With meetings to yoga classes transitioning to Zoom or other online platforms, there\'s lots of room for improvement.','Want to succeed at Zoom? Keep these two things in mind','','inherit','closed','closed','','4097-revision-v1','','','2020-04-21 10:48:08','2020-04-21 14:48:08','',4097,'https://deborahbrody.com/2020/04/4097-revision-v1/',0,'revision','',0),
(4109,4,'2020-07-09 15:56:39','2020-07-09 19:56:39','<strong>It\'s been a while</strong>\r\n\r\nI haven’t written a blog post in months. It’s been hard to concentrate, and it’s been even harder to find something to talk about when we are all consumed by the pandemic and its effects. But this morning I got a comment on a blog post I wrote well over a year ago. The<a href=\"https://deborahbrody.com/2019/02/how-not-to-do-email-marketing/\"> post was about bad email marketing practices,</a> and the comment came from Eddie in New Zealand, who’d been targeted by the same spam marketer I referenced in the post. Eddie wanted to share his similar experience, and how he dealt with it. I assume he did a search about that particular spammer, and found my post, and then found the post to be relevant to him.\r\n\r\nSo thanks Eddie, for sharing your thoughts, but also for giving me an idea for a new blog post: the value of blogging.\r\n\r\n<strong>Blogging = being found</strong>\r\n\r\nBlogging consistently about the stuff you know best results in your website (and, by extension, you or your organization) being found when someone is looking for information on a specific topic. This is the theory behind inbound marketing.\r\n\r\n<strong>Why I blog</strong>\r\n\r\nI have been writing this blog for nearly twelve years  for two main reasons:\r\n<ul>\r\n 	<li>It provides an outlet for my thoughts on marketing communications</li>\r\n 	<li>It helps me to be found (and may lead to business)</li>\r\n</ul>\r\n<strong>Two things you absolutely must have to be found</strong>\r\n\r\nWriting a blog is one of the most effective ways to boost your ability to be found, and to establish your particular expertise. There’s almost no need for tinkering with your SEO if you are writing about you know, using appropriate tags, and including specific keywords.  However, to really reap the benefits of blogging, you have to fulfill two things:\r\n<ol>\r\n 	<li>House your blog on your own website. Do not outsource it to Medium or any other third party.</li>\r\n 	<li>Write what you know, and/or what you think (in other words, be original and authentic by providing something from your own perspective and experience).</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nIf you’ve ever doubted the value of having a blog, don’t.','Yes, there\'s still value in blogging','','publish','open','open','','yes-theres-still-value-in-blogging','','','2020-07-09 15:56:39','2020-07-09 19:56:39','',0,'https://deborahbrody.com/?p=4109',0,'post','',0),
(4110,4,'2020-07-09 14:27:36','2020-07-09 18:27:36','I haven’t written a blog post in months. It’s been hard to concentrate, and it’s been even harder to find something to talk about when we are all consumed by the pandemic and its effects. But this morning I got a comment on a blog post I wrote well over a year ago. The<a href=\"https://deborahbrody.com/2019/02/how-not-to-do-email-marketing/\"> post was about bad email marketing practices,</a> and the comment came from Eddie in New Zealand, who’d been targeted by the same spam marketer I referenced in the post. Eddie wanted to share his similar experience, and how he dealt with it. I assume he did a search about that particular spammer, and found my post, and then found the post to be relevant to him.\r\n\r\nSo thanks Eddie, for sharing but also for giving me an idea for a new blog post: the value of blogging.\r\n\r\nBlogging consistently about the stuff you know best results in your website (and, by extension, you or your organization) being found when someone is looking for information on a specific topic. This is the theory behind inbound marketing.\r\n\r\n&nbsp;\r\n\r\nI have been writing this blog for nearly twelve years for two main reasons:\r\n\r\nIt provides an outlet for my thoughts on marketing communications\r\n\r\nIt helps me to be found.\r\n\r\nWriting a blog is one of the most effective ways to boost your ability to be found, and to establish your particular expertise. There’s almost no need for optimizing your SEO if you are writing about your area of expertise.  There are two conditions:\r\n\r\nYou must house your blog on your own website. Do not outsource it to Medium or any other third party\r\n\r\nWrite what you know, and/or what you think.\r\n\r\n&nbsp;\r\n\r\nBottom line:\r\n\r\nIf you’ve ever doubted the value of having a blog, don’t..','Yes, there\'s still value in blogging','','inherit','closed','closed','','4109-revision-v1','','','2020-07-09 14:27:36','2020-07-09 18:27:36','',4109,'https://deborahbrody.com/2020/07/4109-revision-v1/',0,'revision','',0),
(4111,4,'2020-07-09 14:36:43','2020-07-09 18:36:43','I haven’t written a blog post in months. It’s been hard to concentrate, and it’s been even harder to find something to talk about when we are all consumed by the pandemic and its effects. But this morning I got a comment on a blog post I wrote well over a year ago. The<a href=\"https://deborahbrody.com/2019/02/how-not-to-do-email-marketing/\"> post was about bad email marketing practices,</a> and the comment came from Eddie in New Zealand, who’d been targeted by the same spam marketer I referenced in the post. Eddie wanted to share his similar experience, and how he dealt with it. I assume he did a search about that particular spammer, and found my post, and then found the post to be relevant to him.\r\n\r\nSo thanks Eddie, for sharing but also for giving me an idea for a new blog post: the value of blogging.\r\n\r\nBlogging consistently about the stuff you know best results in your website (and, by extension, you or your organization) being found when someone is looking for information on a specific topic. This is the theory behind inbound marketing.\r\n\r\nI have been writing this blog for nearly twelve years for two main reasons:\r\n\r\nIt provides an outlet for my thoughts on marketing communications\r\n\r\nIt helps me to be found.\r\n\r\nWriting a blog is one of the most effective ways to boost your ability to be found, and to establish your particular expertise. There’s almost no need for optimizing your SEO if you are writing about your area of expertise.  There are two conditions:\r\n\r\nYou must house your blog on your own website. Do not outsource it to Medium or any other third party\r\n\r\nWrite what you know, and/or what you think.\r\n\r\n&nbsp;\r\n\r\nBottom line:\r\n\r\nIf you’ve ever doubted the value of having a blog, don’t.','Yes, there\'s still value in blogging','','inherit','closed','closed','','4109-revision-v1','','','2020-07-09 14:36:43','2020-07-09 18:36:43','',4109,'https://deborahbrody.com/2020/07/4109-revision-v1/',0,'revision','',0),
(4112,4,'2020-07-09 15:54:21','2020-07-09 19:54:21','<strong>It\'s been a while</strong>\r\n\r\nI haven’t written a blog post in months. It’s been hard to concentrate, and it’s been even harder to find something to talk about when we are all consumed by the pandemic and its effects. But this morning I got a comment on a blog post I wrote well over a year ago. The<a href=\"https://deborahbrody.com/2019/02/how-not-to-do-email-marketing/\"> post was about bad email marketing practices,</a> and the comment came from Eddie in New Zealand, who’d been targeted by the same spam marketer I referenced in the post. Eddie wanted to share his similar experience, and how he dealt with it. I assume he did a search about that particular spammer, and found my post, and then found the post to be relevant to him.\r\n\r\nSo thanks Eddie, for sharing your thoughts, but also for giving me an idea for a new blog post: the value of blogging.\r\n\r\n<strong>Blogging = Being found</strong>\r\n\r\nBlogging consistently about the stuff you know best results in your website (and, by extension, you or your organization) being found when someone is looking for information on a specific topic. This is the theory behind inbound marketing.\r\n\r\n<strong>Why I blog</strong>\r\n\r\nI have been writing this blog for nearly twelve years  for two main reasons:\r\n<ul>\r\n 	<li>It provides an outlet for my thoughts on marketing communications</li>\r\n 	<li>It helps me to be found (and may lead to business)</li>\r\n</ul>\r\n<strong>Two things you absolutely must have to be found</strong>\r\n\r\nWriting a blog is one of the most effective ways to boost your ability to be found, and to establish your particular expertise. There’s almost no need for tinkering with your SEO if you are writing about your area of expertise, using appropriate tags, and including specific key words.  However, to really reap the benefits of blogging, you have to fulfill two things:\r\n<ol>\r\n 	<li>House your blog on your own website. Do not outsource it to Medium or any other third party.</li>\r\n 	<li>Write what you know, and/or what you think (in other words, be original and authentic by providing something from your own perspective and experience).</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nIf you’ve ever doubted the value of having a blog, don’t.','Yes, there\'s still value in blogging','','inherit','closed','closed','','4109-revision-v1','','','2020-07-09 15:54:21','2020-07-09 19:54:21','',4109,'https://deborahbrody.com/2020/07/4109-revision-v1/',0,'revision','',0),
(4113,4,'2020-07-09 15:56:39','2020-07-09 19:56:39','<strong>It\'s been a while</strong>\r\n\r\nI haven’t written a blog post in months. It’s been hard to concentrate, and it’s been even harder to find something to talk about when we are all consumed by the pandemic and its effects. But this morning I got a comment on a blog post I wrote well over a year ago. The<a href=\"https://deborahbrody.com/2019/02/how-not-to-do-email-marketing/\"> post was about bad email marketing practices,</a> and the comment came from Eddie in New Zealand, who’d been targeted by the same spam marketer I referenced in the post. Eddie wanted to share his similar experience, and how he dealt with it. I assume he did a search about that particular spammer, and found my post, and then found the post to be relevant to him.\r\n\r\nSo thanks Eddie, for sharing your thoughts, but also for giving me an idea for a new blog post: the value of blogging.\r\n\r\n<strong>Blogging = being found</strong>\r\n\r\nBlogging consistently about the stuff you know best results in your website (and, by extension, you or your organization) being found when someone is looking for information on a specific topic. This is the theory behind inbound marketing.\r\n\r\n<strong>Why I blog</strong>\r\n\r\nI have been writing this blog for nearly twelve years  for two main reasons:\r\n<ul>\r\n 	<li>It provides an outlet for my thoughts on marketing communications</li>\r\n 	<li>It helps me to be found (and may lead to business)</li>\r\n</ul>\r\n<strong>Two things you absolutely must have to be found</strong>\r\n\r\nWriting a blog is one of the most effective ways to boost your ability to be found, and to establish your particular expertise. There’s almost no need for tinkering with your SEO if you are writing about you know, using appropriate tags, and including specific keywords.  However, to really reap the benefits of blogging, you have to fulfill two things:\r\n<ol>\r\n 	<li>House your blog on your own website. Do not outsource it to Medium or any other third party.</li>\r\n 	<li>Write what you know, and/or what you think (in other words, be original and authentic by providing something from your own perspective and experience).</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nIf you’ve ever doubted the value of having a blog, don’t.','Yes, there\'s still value in blogging','','inherit','closed','closed','','4109-revision-v1','','','2020-07-09 15:56:39','2020-07-09 19:56:39','',4109,'https://deborahbrody.com/2020/07/4109-revision-v1/',0,'revision','',0),
(4119,4,'2020-08-17 12:56:05','2020-08-17 16:56:05','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n<h2>What’s new:</h2>\r\n<a title=\"Brand Identity Kit\" href=\"http://deborahbrody.com/services/brand-identity-kit/\">Brand Identity Kit</a> (the five-part marketing message kit to help you communicate better)\r\n\r\n<a class=\"button\" title=\"Booking\" href=\"http://deborahbrody.com/events/booking/\">Book a free 15-minute consultation!</a>','Home','','inherit','closed','closed','','2-revision-v1','','','2020-08-17 12:56:05','2020-08-17 16:56:05','',2,'https://deborahbrody.com/2020/08/2-revision-v1/',0,'revision','',0),
(4122,4,'2020-08-25 11:33:50','2020-08-25 15:33:50','No doubt, you\'ve heard that Congress is looking into  new Postmaster General Louis DeJoy\'s handling of the USPS. In the last few weeks since DeJoy took his post, the mail has slowed down, sorting machines have been removed and the post office has told the states to be aware of these issues in planning for mail-in ballots. DeJoy was asked to appear before the Senate on Friday, and the House on Monday.\r\n\r\n<strong>Representative Katie Porter is very good at asking questions</strong>\r\n\r\nOn Monday, Representative Katie Porter (D-CA), used her questioning skills to establish just how little DeJoy knows about the agency that he is leading.  Rep. Porter asked DeJoy if he knew the cost of postcard stamp (he didn\'t) or how many people vote by mail (he didn\'t). You can read more about it in this <a href=\"https://www.rollingstone.com/politics/politics-news/katie-porter-exposes-ignorance-postmaster-louis-dejoy-1049242/\" target=\"_blank\" rel=\"noopener\">Rolling Stone</a> article or  <a href=\"https://www.vox.com/2020/8/24/21399957/dejoy-house-hearing-postal-service-katie-porter\" target=\"_blank\" rel=\"noopener\">this one</a> in Vox.\r\n\r\nRep. Porter knew what information she wanted to obtain from DeJoy to expose how unqualified he is to lead this agency, let alone reform it, and she asked the right questions to get what she wanted.\r\n\r\n<strong>Asking the right questions is crucial to getting what you want.</strong>\r\n\r\nIf you ask the wrong questions or not enough questions, you are not going to get the information you need.\r\n\r\nOver the weekend, I reviewed a promotional  article for a small nonprofit. The article was long and did not get to the point until the last paragraph. I re-organized the paragraphs, and added some crucial information. The nonprofit hadn\'t known enough to ask the right questions.\r\n\r\n<strong>What questions do you need answers to?</strong>\r\n\r\nWhen you are writing any communication materials, you need to ask the right questions. These include:\r\n<ul>\r\n 	<li>Who is the intended audience for this piece?</li>\r\n 	<li>What do I want the audience to know?</li>\r\n 	<li>What does the audience need to know in order to act?</li>\r\n 	<li>What is the most relevant information that I need to communicate?</li>\r\n</ul>\r\nIf you don\'t ask these questions, you are not going to produce the right information or what you produce is not going to be effective.\r\n\r\n<hr />\r\n\r\nBottom line: To produce effective communications, you must start with asking yourself the right questions.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you asking the right questions?','','publish','open','open','','are-you-asking-the-right-questions','','','2020-08-25 11:33:50','2020-08-25 15:33:50','',0,'https://deborahbrody.com/?p=4122',0,'post','',0),
(4123,4,'2020-08-25 11:30:29','2020-08-25 15:30:29','No doubt, you\'ve heard that Congress is looking into  new Postmaster General Louis DeJoy\'s handling of the USPS. In the last few weeks since DeJoy took his post, the mail has slowed down, sorting machines have been removed and the post office has told the states to be aware of these issues in planning for mail-in ballots. DeJoy was asked to appear before the Senate on Friday, and the House on Monday.\r\n\r\n<strong>Representative Katie Porter is very good at asking questions</strong>\r\n\r\nOn Monday, Representative Katie Porter (D-CA), used her questioning skills to establish just how little DeJoy knows about the agency that he is leading.  Rep. Porter asked DeJoy if he knew the cost of postcard stamp (he didn\'t) or how many people vote by mail (he didn\'t). You can read more about it in this <a href=\"https://www.rollingstone.com/politics/politics-news/katie-porter-exposes-ignorance-postmaster-louis-dejoy-1049242/\" target=\"_blank\" rel=\"noopener\">Rollingstone </a>article or  <a href=\"https://www.vox.com/2020/8/24/21399957/dejoy-house-hearing-postal-service-katie-porter\" target=\"_blank\" rel=\"noopener\">this one</a> in Vox.\r\n\r\nRep. Portere knew what information she wanted to obtain from DeJoy to expose how unqualified he is to lead this agency, let alone reform it, and she asked the right questions to get what she wanted.\r\n\r\n<strong>Asking the right questions is crucial to getting what you want.</strong> If you ask the wrong questions, you are not going to get the information you need.\r\n\r\nOver the weekend, I reviewed a promotional  article for a small nonprofit. The article was long and did not get to the point until the last paragraph. I re-organized the paragraphs, and added some crucial information. The nonprofit hadn\'t known enough to ask the right questions.\r\n\r\n<strong>What questions do you need answers to?</strong>\r\n\r\nWhen you are writing any communication materials, you need to ask the right questions. These include:\r\n<ul>\r\n 	<li>Who is the intended audience for this piece?</li>\r\n 	<li>What do I want the audience to know?</li>\r\n 	<li>What does the audience need to know in order to act?</li>\r\n 	<li>What is the most relevant information that I need to communicate?</li>\r\n</ul>\r\nIf you don\'t ask these questions, you are not going to produce the right information or what you produce is not going to be effective.\r\n\r\n<hr />\r\n\r\nBottom line: To produce effective communications, you must start with asking yourself the right questions.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you asking the right questions?','','inherit','closed','closed','','4122-revision-v1','','','2020-08-25 11:30:29','2020-08-25 15:30:29','',4122,'https://deborahbrody.com/2020/08/4122-revision-v1/',0,'revision','',0),
(4124,4,'2020-08-25 11:33:50','2020-08-25 15:33:50','No doubt, you\'ve heard that Congress is looking into  new Postmaster General Louis DeJoy\'s handling of the USPS. In the last few weeks since DeJoy took his post, the mail has slowed down, sorting machines have been removed and the post office has told the states to be aware of these issues in planning for mail-in ballots. DeJoy was asked to appear before the Senate on Friday, and the House on Monday.\r\n\r\n<strong>Representative Katie Porter is very good at asking questions</strong>\r\n\r\nOn Monday, Representative Katie Porter (D-CA), used her questioning skills to establish just how little DeJoy knows about the agency that he is leading.  Rep. Porter asked DeJoy if he knew the cost of postcard stamp (he didn\'t) or how many people vote by mail (he didn\'t). You can read more about it in this <a href=\"https://www.rollingstone.com/politics/politics-news/katie-porter-exposes-ignorance-postmaster-louis-dejoy-1049242/\" target=\"_blank\" rel=\"noopener\">Rolling Stone</a> article or  <a href=\"https://www.vox.com/2020/8/24/21399957/dejoy-house-hearing-postal-service-katie-porter\" target=\"_blank\" rel=\"noopener\">this one</a> in Vox.\r\n\r\nRep. Porter knew what information she wanted to obtain from DeJoy to expose how unqualified he is to lead this agency, let alone reform it, and she asked the right questions to get what she wanted.\r\n\r\n<strong>Asking the right questions is crucial to getting what you want.</strong>\r\n\r\nIf you ask the wrong questions or not enough questions, you are not going to get the information you need.\r\n\r\nOver the weekend, I reviewed a promotional  article for a small nonprofit. The article was long and did not get to the point until the last paragraph. I re-organized the paragraphs, and added some crucial information. The nonprofit hadn\'t known enough to ask the right questions.\r\n\r\n<strong>What questions do you need answers to?</strong>\r\n\r\nWhen you are writing any communication materials, you need to ask the right questions. These include:\r\n<ul>\r\n 	<li>Who is the intended audience for this piece?</li>\r\n 	<li>What do I want the audience to know?</li>\r\n 	<li>What does the audience need to know in order to act?</li>\r\n 	<li>What is the most relevant information that I need to communicate?</li>\r\n</ul>\r\nIf you don\'t ask these questions, you are not going to produce the right information or what you produce is not going to be effective.\r\n\r\n<hr />\r\n\r\nBottom line: To produce effective communications, you must start with asking yourself the right questions.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Are you asking the right questions?','','inherit','closed','closed','','4122-revision-v1','','','2020-08-25 11:33:50','2020-08-25 15:33:50','',4122,'https://deborahbrody.com/2020/08/4122-revision-v1/',0,'revision','',0),
(4128,4,'2020-09-22 10:46:41','0000-00-00 00:00:00','When I first moved to my current neighborhood, I went for a walk that took me to another neighborhood about a mile away. As I was walking through, a small dog on a leash held by a young kid came up to me and bit my pant leg. This kid was uninterested or unable to control his dog. Luckily, the bite only tore my pant leg and not any skin, but did leave me shaken. I have never walked in that neighborhood again because I am scared of running into this kid and his dog. My<em> feelings have dictated my actions.</em>\r\n\r\nThere\'s saying attributed to that goes:\r\n\r\nPeople will never forget how you make them feel.\r\n\r\n&nbsp;','It\'s all about feelings','','draft','open','open','','','','','2020-09-22 10:46:41','2020-09-22 14:46:41','',0,'https://deborahbrody.com/?p=4128',0,'post','',0),
(4129,4,'2020-09-22 10:46:41','2020-09-22 14:46:41','When I first moved to my current neighborhood, I went for a walk that took me to another neighborhood about a mile away. As I was walking through, a small dog on a leash held by a young kid came up to me and bit my pant leg. This kid was uninterested or unable to control his dog. Luckily, the bite only tore my pant leg and not any skin, but did leave me shaken. I have never walked in that neighborhood again because I am scared of running into this kid and his dog. My<em> feelings have dictated my actions.</em>\r\n\r\nThere\'s saying attributed to that goes:\r\n\r\nPeople will never forget how you make them feel.\r\n\r\n&nbsp;','It\'s all about feelings','','inherit','closed','closed','','4128-revision-v1','','','2020-09-22 10:46:41','2020-09-22 14:46:41','',4128,'https://deborahbrody.com/2020/09/4128-revision-v1/',0,'revision','',0),
(4131,4,'2020-10-02 15:34:53','2020-10-02 19:34:53','<strong>We\'ve all become Zoom pros, or have we?</strong>\r\n\r\nSure, we know what Zoom is, and we\'ve probably used it dozens of times in the past few months, but are we really pros at it? Based on my recent experiences with Zoom presentations, I would say no.\r\n\r\nJust yesterday, I was on two different online meetings. In the first meeting, one of the presenters was having audio difficulties (her talk was garbled). She went on for several minutes and the audience could not make out what she was saying. Then several minutes more were wasted in telling her to call in, etc. In the second meeting, somebody \"forgot\" to turn off his/her mic and we could hear cooking sounds in the background, and then chewing as this person settled down with the dinner he/she had prepared. It was immensely distracting and annoying.\r\n\r\nWasting time and making it hard to hear a speaker adds up to audience frustration.  So, if your organization uses online video conferencing to engage with your audience/conduct meetings/host events, it is time to lay out some ground rules so that you can avoid chaos and a have a smooth online experience.\r\n\r\n[caption id=\"attachment_4135\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-anna-shvets-4226140-1.jpg\"><img class=\"wp-image-4135 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-anna-shvets-4226140-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> <br />Photo by Anna Shvets from Pexels[/caption]\r\n\r\n<strong>Select the correct online video conferencing provider and package</strong>\r\n\r\nAlthough Zoom has become the most popular platform, there are other video conferencing providers, including GotoMeeting, Webex and others. Read more about the best alternatives to Zoom in<a href=\"https://www.zdnet.com/article/best-video-conferencing-software-and-services-for-business/\" target=\"_blank\" rel=\"noopener\"> ZDNet</a> and <a href=\"https://www.wired.com/story/6-popular-video-conferencing-tools-compared-zoom-skype-houseparty/\" target=\"_blank\" rel=\"noopener\">Wired. </a>\r\n\r\nTo select the proper platform, you\'ll need to determine what will suit your needs best. Questions to ask yourself include:\r\n<ul>\r\n 	<li>What will you be using the videoconferencing for? Staff meetings, presentations, online conferences</li>\r\n 	<li>What functionality do you need? Recording capability, audience interaction, question and answer, breakout sessions, ability to share screens/videos/slides, etc.</li>\r\n 	<li>What\'s your budget?</li>\r\n</ul>\r\n<strong>Map out your online event.</strong>\r\n\r\nYour meeting or presentation should be planned out, with time allocating to each participant/speaker, and with a written agenda if possible. Mapping out how an event will go, will make it easier to keep it on track.\r\n\r\n<strong>But, build in time and plan for technical difficulties\r\n</strong>\r\n\r\nThere will be glitches. Your presenter may not have strong enough internet signal, or the provider could be experiencing problems. Know beforehand what you will do if a presenter can\'t log on, or the video software is not working. Have a Plan B, which could include a reschedule date, alternative presenter, alternative software, etc.\r\n\r\n<strong>Have a moderator and make sure he or she sets up ground rules</strong>\r\n\r\nDo not start any meeting or presentation without making sure everybody is following some ground rules. Perhaps everybody\'s mic is muted, or everybody\'s video is on (or off).  Tell your audience who to contact if there are technical difficulties, and how. Make sure to let people know if you are recording, and when/whether the recording will be available.  If this event is public, you could sent participants an email explaining the ground rules, and also make sure your moderator repeats them at the beginning of the event.\r\n\r\n<strong>Understand Zoom fatigue is real</strong>\r\n\r\nOnline video conferencing has been a godsend, but it is not the same as an in-person event. When we\'ve convened people in person, we probably have given them comfy seats, or provided snacks and drinks, and time to schmooze. But when we present online, people are sitting where they always have,  in an environment that is probably the same day after day. Dispense with the long introductions, and the long lists of thank yous. Send those in an email. Get to the point. People have limited patience for you.\r\n\r\n<strong>The bottom line</strong>\r\n\r\nCut down the distractions, and make the screen time worthwhile for your audience.\r\n\r\n&nbsp;','Avoid Zooming and frustrating your audience','','publish','open','open','','avoid-zooming-and-frustrating-your-audience','','','2020-10-02 15:34:53','2020-10-02 19:34:53','',0,'https://deborahbrody.com/?p=4131',0,'post','',1),
(4132,4,'2020-10-01 15:41:02','2020-10-01 19:41:02','<strong>We\'ve all become Zoom pros, or have we?</strong>\r\n\r\nSure, we know what Zoom is, and we\'ve probably used it dozens of times in the past few months, but are we really pros at it? Based on my recent experiences with Zoom presentations, I would say no.\r\n\r\nJust yesterday, I was on two different online meetings. In the first meeting, one of the presenters was having audio difficulties (her talk was garbled). She went on for several minutes and the audience could not make out what she was saying. Then several minutes more were wasted in telling her to call in, etc. In the second meeting, somebody \"forgot\" to turn off his/her mic and we could hear cooking sounds in the background, and then chewing as this person settled down with the dinner he/she had prepared. It was immensely distracting and annoying.\r\n\r\nWasting time and making it hard to hear a speaker adds up to audience frustration.  So, if your organization uses online video conferencing to engage with your audience/conduct meetings/host events, it is time to lay out some ground rules so that you can avoid chaos and a have a smooth online experience.\r\n\r\n<strong>Select the correct online video conferencing provider and package</strong>\r\n\r\nAlthough Zoom has become the most popular platform, there are other video conferencing providers, including GotoMeeting, Webex and others. Read more about the best alternatives to Zoom in<a href=\"https://www.zdnet.com/article/best-video-conferencing-software-and-services-for-business/\" target=\"_blank\" rel=\"noopener\"> ZDNet</a> and <a href=\"https://www.wired.com/story/6-popular-video-conferencing-tools-compared-zoom-skype-houseparty/\" target=\"_blank\" rel=\"noopener\">Wired. </a>\r\n\r\nTo select the proper platform, you\'ll need to determine what will suit your needs best. Questions to ask yourself include:\r\n<ul>\r\n 	<li>What will you be using the videoconferencing for? Staff meetings, presentations, online conferences</li>\r\n 	<li>What functionality do you need? Recording capability, audience interaction, question and answer, breakout sessions, ability to share screens/videos/slides, etc.</li>\r\n 	<li>What\'s your budget?</li>\r\n</ul>\r\n<strong>Map out your online event.</strong>\r\n\r\nYour meeting or presentation should be planned out, with time allocating to each participant/speaker, and with a written agenda if possible. Mapping out how an event will go, will make it easier to keep it on track.\r\n\r\n<strong>But, build in time and plan for technical difficulties</strong>\r\n\r\nThere will be glitches. Your presenter may not have strong enough signal, or the provider could be experiencing problems. Know beforehand what you will do if a presenter can\'t log on, or the video software is not working. Have a Plan B, which could include a reschedule date, alternative presenter, alternative software, etc.\r\n\r\n<strong>Have a moderator and make sure he or she sets up ground rules</strong>\r\n\r\nDo not start any meeting or presentation without making sure everybody is following some ground rules. Perhaps everybody\'s mic is muted, or everybody\'s video is on (or off).  Tell your audience who to contact if there are technical difficulties, and how. Make sure to let people know if you are recording, and when/whether the recording will be available.  If this event is public, you could sent participants an email explaining the ground rules, and also make sure your moderator repeats them at the beginning of the event.\r\n\r\n<strong>Understand Zoom fatigue is real</strong>\r\n\r\nOnline video conferencing has been a godsend, but it is not the same as an in-person event. When we\'ve convened people in person, we probably have given them comfy seats, or provided snacks and drinks, and time to schmooze. Perhaps we\'ve used a fabulous historic venue, where there\'s lots to look at. But when we present online, people are sitting where they always have,  in an environment that is probably the same day after day. Dispense with the long introductions, and the long lists of thank yous. Send those in an email. Get to the point. People have limited patience for you.','Avoid Zooming and frustrating your audience','','inherit','closed','closed','','4131-revision-v1','','','2020-10-01 15:41:02','2020-10-01 19:41:02','',4131,'https://deborahbrody.com/2020/10/4131-revision-v1/',0,'revision','',0),
(4134,4,'2020-10-02 15:31:52','2020-10-02 19:31:52','','pexels-anna-shvets-4226140','','inherit','open','closed','','pexels-anna-shvets-4226140','','','2020-10-02 15:31:52','2020-10-02 19:31:52','',4131,'https://deborahbrody.com/wp-content/uploads/2020/10/pexels-anna-shvets-4226140.jpg',0,'attachment','image/jpeg',0),
(4133,4,'2020-10-01 16:09:14','2020-10-01 20:09:14','<strong>We\'ve all become Zoom pros, or have we?</strong>\r\n\r\nSure, we know what Zoom is, and we\'ve probably used it dozens of times in the past few months, but are we really pros at it? Based on my recent experiences with Zoom presentations, I would say no.\r\n\r\nJust yesterday, I was on two different online meetings. In the first meeting, one of the presenters was having audio difficulties (her talk was garbled). She went on for several minutes and the audience could not make out what she was saying. Then several minutes more were wasted in telling her to call in, etc. In the second meeting, somebody \"forgot\" to turn off his/her mic and we could hear cooking sounds in the background, and then chewing as this person settled down with the dinner he/she had prepared. It was immensely distracting and annoying.\r\n\r\nWasting time and making it hard to hear a speaker adds up to audience frustration.  So, if your organization uses online video conferencing to engage with your audience/conduct meetings/host events, it is time to lay out some ground rules so that you can avoid chaos and a have a smooth online experience.\r\n\r\n<strong>Select the correct online video conferencing provider and package</strong>\r\n\r\nAlthough Zoom has become the most popular platform, there are other video conferencing providers, including GotoMeeting, Webex and others. Read more about the best alternatives to Zoom in<a href=\"https://www.zdnet.com/article/best-video-conferencing-software-and-services-for-business/\" target=\"_blank\" rel=\"noopener\"> ZDNet</a> and <a href=\"https://www.wired.com/story/6-popular-video-conferencing-tools-compared-zoom-skype-houseparty/\" target=\"_blank\" rel=\"noopener\">Wired. </a>\r\n\r\nTo select the proper platform, you\'ll need to determine what will suit your needs best. Questions to ask yourself include:\r\n<ul>\r\n 	<li>What will you be using the videoconferencing for? Staff meetings, presentations, online conferences</li>\r\n 	<li>What functionality do you need? Recording capability, audience interaction, question and answer, breakout sessions, ability to share screens/videos/slides, etc.</li>\r\n 	<li>What\'s your budget?</li>\r\n</ul>\r\n<strong>Map out your online event.</strong>\r\n\r\nYour meeting or presentation should be planned out, with time allocating to each participant/speaker, and with a written agenda if possible. Mapping out how an event will go, will make it easier to keep it on track.\r\n\r\n<strong>But, build in time and plan for technical difficulties\r\n</strong>\r\n\r\nThere will be glitches. Your presenter may not have strong enough signal, or the provider could be experiencing problems. Know beforehand what you will do if a presenter can\'t log on, or the video software is not working. Have a Plan B, which could include a reschedule date, alternative presenter, alternative software, etc.\r\n\r\n<strong>Have a moderator and make sure he or she sets up ground rules</strong>\r\n\r\nDo not start any meeting or presentation without making sure everybody is following some ground rules. Perhaps everybody\'s mic is muted, or everybody\'s video is on (or off).  Tell your audience who to contact if there are technical difficulties, and how. Make sure to let people know if you are recording, and when/whether the recording will be available.  If this event is public, you could sent participants an email explaining the ground rules, and also make sure your moderator repeats them at the beginning of the event.\r\n\r\n<strong>Understand Zoom fatigue is real</strong>\r\n\r\nOnline video conferencing has been a godsend, but it is not the same as an in-person event. When we\'ve convened people in person, we probably have given them comfy seats, or provided snacks and drinks, and time to schmooze. Perhaps we\'ve used a fabulous historic venue, where there\'s lots to look at. But when we present online, people are sitting where they always have,  in an environment that is probably the same day after day. Dispense with the long introductions, and the long lists of thank yous. Send those in an email. Get to the point. People have limited patience for you.\r\n\r\nThe bottom line\r\n\r\nIt boils down to cutting out distractions, and making screen time worthwhile.','Avoid Zooming and frustrating your audience','','inherit','closed','closed','','4131-revision-v1','','','2020-10-01 16:09:14','2020-10-01 20:09:14','',4131,'https://deborahbrody.com/2020/10/4131-revision-v1/',0,'revision','',0),
(4135,4,'2020-10-02 15:33:34','2020-10-02 19:33:34','','pexels-anna-shvets-4226140-1','\nPhoto by Anna Shvets from Pexels\n','inherit','open','closed','','pexels-anna-shvets-4226140-1','','','2020-10-02 15:33:43','2020-10-02 19:33:43','',4131,'https://deborahbrody.com/wp-content/uploads/2020/10/pexels-anna-shvets-4226140-1.jpg',0,'attachment','image/jpeg',0),
(4136,4,'2020-10-02 15:34:06','2020-10-02 19:34:06','<strong>We\'ve all become Zoom pros, or have we?</strong>\r\n\r\nSure, we know what Zoom is, and we\'ve probably used it dozens of times in the past few months, but are we really pros at it? Based on my recent experiences with Zoom presentations, I would say no.\r\n\r\nJust yesterday, I was on two different online meetings. In the first meeting, one of the presenters was having audio difficulties (her talk was garbled). She went on for several minutes and the audience could not make out what she was saying. Then several minutes more were wasted in telling her to call in, etc. In the second meeting, somebody \"forgot\" to turn off his/her mic and we could hear cooking sounds in the background, and then chewing as this person settled down with the dinner he/she had prepared. It was immensely distracting and annoying.\r\n\r\nWasting time and making it hard to hear a speaker adds up to audience frustration.  So, if your organization uses online video conferencing to engage with your audience/conduct meetings/host events, it is time to lay out some ground rules so that you can avoid chaos and a have a smooth online experience.\r\n\r\n[caption id=\"attachment_4135\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-anna-shvets-4226140-1.jpg\"><img class=\"wp-image-4135 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-anna-shvets-4226140-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> <br />Photo by Anna Shvets from Pexels[/caption]\r\n\r\n<strong>Select the correct online video conferencing provider and package</strong>\r\n\r\nAlthough Zoom has become the most popular platform, there are other video conferencing providers, including GotoMeeting, Webex and others. Read more about the best alternatives to Zoom in<a href=\"https://www.zdnet.com/article/best-video-conferencing-software-and-services-for-business/\" target=\"_blank\" rel=\"noopener\"> ZDNet</a> and <a href=\"https://www.wired.com/story/6-popular-video-conferencing-tools-compared-zoom-skype-houseparty/\" target=\"_blank\" rel=\"noopener\">Wired. </a>\r\n\r\nTo select the proper platform, you\'ll need to determine what will suit your needs best. Questions to ask yourself include:\r\n<ul>\r\n 	<li>What will you be using the videoconferencing for? Staff meetings, presentations, online conferences</li>\r\n 	<li>What functionality do you need? Recording capability, audience interaction, question and answer, breakout sessions, ability to share screens/videos/slides, etc.</li>\r\n 	<li>What\'s your budget?</li>\r\n</ul>\r\n<strong>Map out your online event.</strong>\r\n\r\nYour meeting or presentation should be planned out, with time allocating to each participant/speaker, and with a written agenda if possible. Mapping out how an event will go, will make it easier to keep it on track.\r\n\r\n<strong>But, build in time and plan for technical difficulties\r\n</strong>\r\n\r\nThere will be glitches. Your presenter may not have strong enough internet signal, or the provider could be experiencing problems. Know beforehand what you will do if a presenter can\'t log on, or the video software is not working. Have a Plan B, which could include a reschedule date, alternative presenter, alternative software, etc.\r\n\r\n<strong>Have a moderator and make sure he or she sets up ground rules</strong>\r\n\r\nDo not start any meeting or presentation without making sure everybody is following some ground rules. Perhaps everybody\'s mic is muted, or everybody\'s video is on (or off).  Tell your audience who to contact if there are technical difficulties, and how. Make sure to let people know if you are recording, and when/whether the recording will be available.  If this event is public, you could sent participants an email explaining the ground rules, and also make sure your moderator repeats them at the beginning of the event.\r\n\r\n<strong>Understand Zoom fatigue is real</strong>\r\n\r\nOnline video conferencing has been a godsend, but it is not the same as an in-person event. When we\'ve convened people in person, we probably have given them comfy seats, or provided snacks and drinks, and time to schmooze. But when we present online, people are sitting where they always have,  in an environment that is probably the same day after day. Dispense with the long introductions, and the long lists of thank yous. Send those in an email. Get to the point. People have limited patience for you.\r\n\r\n<strong>The bottom line</strong>\r\n\r\nCut down the distractions, and make the screen time worth your audiences while.\r\n\r\n&nbsp;','Avoid Zooming and frustrating your audience','','inherit','closed','closed','','4131-revision-v1','','','2020-10-02 15:34:06','2020-10-02 19:34:06','',4131,'https://deborahbrody.com/2020/10/4131-revision-v1/',0,'revision','',0),
(4137,4,'2020-10-02 15:34:53','2020-10-02 19:34:53','<strong>We\'ve all become Zoom pros, or have we?</strong>\r\n\r\nSure, we know what Zoom is, and we\'ve probably used it dozens of times in the past few months, but are we really pros at it? Based on my recent experiences with Zoom presentations, I would say no.\r\n\r\nJust yesterday, I was on two different online meetings. In the first meeting, one of the presenters was having audio difficulties (her talk was garbled). She went on for several minutes and the audience could not make out what she was saying. Then several minutes more were wasted in telling her to call in, etc. In the second meeting, somebody \"forgot\" to turn off his/her mic and we could hear cooking sounds in the background, and then chewing as this person settled down with the dinner he/she had prepared. It was immensely distracting and annoying.\r\n\r\nWasting time and making it hard to hear a speaker adds up to audience frustration.  So, if your organization uses online video conferencing to engage with your audience/conduct meetings/host events, it is time to lay out some ground rules so that you can avoid chaos and a have a smooth online experience.\r\n\r\n[caption id=\"attachment_4135\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-anna-shvets-4226140-1.jpg\"><img class=\"wp-image-4135 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-anna-shvets-4226140-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> <br />Photo by Anna Shvets from Pexels[/caption]\r\n\r\n<strong>Select the correct online video conferencing provider and package</strong>\r\n\r\nAlthough Zoom has become the most popular platform, there are other video conferencing providers, including GotoMeeting, Webex and others. Read more about the best alternatives to Zoom in<a href=\"https://www.zdnet.com/article/best-video-conferencing-software-and-services-for-business/\" target=\"_blank\" rel=\"noopener\"> ZDNet</a> and <a href=\"https://www.wired.com/story/6-popular-video-conferencing-tools-compared-zoom-skype-houseparty/\" target=\"_blank\" rel=\"noopener\">Wired. </a>\r\n\r\nTo select the proper platform, you\'ll need to determine what will suit your needs best. Questions to ask yourself include:\r\n<ul>\r\n 	<li>What will you be using the videoconferencing for? Staff meetings, presentations, online conferences</li>\r\n 	<li>What functionality do you need? Recording capability, audience interaction, question and answer, breakout sessions, ability to share screens/videos/slides, etc.</li>\r\n 	<li>What\'s your budget?</li>\r\n</ul>\r\n<strong>Map out your online event.</strong>\r\n\r\nYour meeting or presentation should be planned out, with time allocating to each participant/speaker, and with a written agenda if possible. Mapping out how an event will go, will make it easier to keep it on track.\r\n\r\n<strong>But, build in time and plan for technical difficulties\r\n</strong>\r\n\r\nThere will be glitches. Your presenter may not have strong enough internet signal, or the provider could be experiencing problems. Know beforehand what you will do if a presenter can\'t log on, or the video software is not working. Have a Plan B, which could include a reschedule date, alternative presenter, alternative software, etc.\r\n\r\n<strong>Have a moderator and make sure he or she sets up ground rules</strong>\r\n\r\nDo not start any meeting or presentation without making sure everybody is following some ground rules. Perhaps everybody\'s mic is muted, or everybody\'s video is on (or off).  Tell your audience who to contact if there are technical difficulties, and how. Make sure to let people know if you are recording, and when/whether the recording will be available.  If this event is public, you could sent participants an email explaining the ground rules, and also make sure your moderator repeats them at the beginning of the event.\r\n\r\n<strong>Understand Zoom fatigue is real</strong>\r\n\r\nOnline video conferencing has been a godsend, but it is not the same as an in-person event. When we\'ve convened people in person, we probably have given them comfy seats, or provided snacks and drinks, and time to schmooze. But when we present online, people are sitting where they always have,  in an environment that is probably the same day after day. Dispense with the long introductions, and the long lists of thank yous. Send those in an email. Get to the point. People have limited patience for you.\r\n\r\n<strong>The bottom line</strong>\r\n\r\nCut down the distractions, and make the screen time worthwhile for your audience.\r\n\r\n&nbsp;','Avoid Zooming and frustrating your audience','','inherit','closed','closed','','4131-revision-v1','','','2020-10-02 15:34:53','2020-10-02 19:34:53','',4131,'https://deborahbrody.com/2020/10/4131-revision-v1/',0,'revision','',0),
(4142,4,'2020-10-23 09:36:15','2020-10-23 13:36:15','The pandemic has left many desperate for business. These are tough economic times and lot of people around the globe are hurting.  I get it.  But the need to grow your business  doesn’t mean you can overlook best practices. In fact, doing things in a slipshod manner may even backfire.\r\n\r\n<strong>Do I know you?</strong>\r\n\r\nA couple weeks ago, I started receiving emails from “Debra” with no last name and no affiliation. The subject line had something to do with yoga classes. I figured it was spam from a company that knew I had signed up for a yoga event. I kept deleting these emails.\r\n\r\nBut on Monday, the subject line said something about outdoor yoga this week. I opened the email and found it was from a yoga studio in Washington, DC. I have never attended this studio. And I don’t recall signing up for its emails. I unsubscribed because it is highly unlikely I will ever go in to Washington for a yoga class.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-lukas-684385.jpg\"><img class=\"aligncenter wp-image-4143 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-lukas-684385-1024x678.jpg\" alt=\"\" width=\"1024\" height=\"678\" /></a>\r\n\r\n<strong>Email marketing best practices</strong>\r\n\r\n<strong>1.) Introduce yourself</strong>\r\n\r\n<strong>Bad:</strong> Adding people without permission; sending emails to a new list without introduction or buy-in.\r\n\r\n<strong>Best practices:</strong> It\'s best to requiring consent, but if you are building your email marketing list, and you have new names, <em>always</em> end an introductory email explaining who you are and what you want, and then ask whether those people want to be on your list. You achieve this by segmenting your list.\r\n\r\n<strong>2.) Use your business name</strong>\r\n\r\n<strong>Bad</strong>:  Not having a professional/identifying sender name on your emails.\r\n\r\n<strong>Best practice</strong>: Use your business name in the return email unless you are the business, and then you should use first and last names. Think about how emails show up in your inbox. Would you open an email from someone you don\'t know?\r\n\r\n<strong>3.) Use your subject line to inform</strong>\r\n\r\n<strong>Bad</strong>: Uninformative or vague subject lines that don\'t provide any specifics or needed details.\r\n\r\n<strong>Best practice:</strong> No need to be clever, but don’t be obtuse. Be clear as to what your email contains. If I don’t know you, your subject line has to provide enough information for me to open your email.\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nThe pandemic is no excuse for forgetting your best business practices. By letting desperation for new business lead you to doing things thoughtlessly you are bound to hurt yourself more than help yourself.','Don\'t let pandemic cause pandemonium in your business practices','','publish','open','open','','dont-let-pandemic-cause-pandemonium-in-your-business-practices','','','2020-10-23 09:36:15','2020-10-23 13:36:15','',0,'https://deborahbrody.com/?p=4142',0,'post','',1),
(4143,4,'2020-10-23 09:24:34','2020-10-23 13:24:34','','pexels-lukas-684385','','inherit','open','closed','','pexels-lukas-684385','','','2020-10-23 09:24:34','2020-10-23 13:24:34','',4142,'https://deborahbrody.com/wp-content/uploads/2020/10/pexels-lukas-684385.jpg',0,'attachment','image/jpeg',0),
(4144,4,'2020-10-23 09:25:16','2020-10-23 13:25:16','The pandemic has left many desperate for business. I get it.  A lot of people around the globe are in a similar situation. These are tough economic times. But that doesn’t mean you overlooking best practices in business.\r\n\r\n<strong>Do I know you?</strong>\r\n\r\nA couple weeks ago, I started receiving emails from “Debra” with no last name and no affiliation. The subject line had something to do with yoga classes. I figured it was spam from a company that knew I had signed up for a yoga event. I kept deleting these emails.\r\n\r\nBut yesterday the subject line said something about outdoor yoga this week. I opened the email and found it was from a yoga studio in Washington, DC. I have never attended this studio. And I don’t recall signing up for its emails. I unsubscribed because it is highly unlikely I will ever go to Washington for a yoga class, especially now.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-lukas-684385.jpg\"><img class=\"aligncenter wp-image-4143 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-lukas-684385-1024x678.jpg\" alt=\"\" width=\"1024\" height=\"678\" /></a>\r\n\r\n<strong>Email marketing best practices</strong>\r\n\r\n<strong>1.) Introduce yourself</strong>\r\n\r\n<strong>Bad:</strong> Adding people without permission, sending emails to a new list without introduction or buy-in.\r\n\r\n<strong>Best practices:</strong> Requiring consent. If you are building a list, and you have new names, send an introductory email explaining who you are and what you want, and then ask whether those people want to be on your list.\r\n\r\n<strong>2.) Use your business name</strong>\r\n\r\n<strong>Bad</strong>:  Not having a professional/identifying sender name\r\n\r\nBest practice: Use your business name in the return email unless you are the business, and then you should use first and last names.\r\n\r\n<strong>3.) Use your subject line to inform</strong>\r\n\r\n<strong>Bad</strong>: Uninformative or vague subject lines that don\'t provide needed detail\r\n\r\n<strong>Best practice:</strong> No need to be clever, but don’t be obtuse. Be clear as to what your email contains. If I don’t know you, your subject line has to provide enough information for me to open your email.\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nThe pandemic is no excuse for forgetting your best business practices. By letting desperation for new business lead you to doing things thoughtlessly you are bound to hurt yourself more than help yourself.','Don\'t let pandemic cause pandemonium in your business practices','','inherit','closed','closed','','4142-revision-v1','','','2020-10-23 09:25:16','2020-10-23 13:25:16','',4142,'https://deborahbrody.com/2020/10/4142-revision-v1/',0,'revision','',0),
(4145,4,'2020-10-23 09:35:32','2020-10-23 13:35:32','The pandemic has left many desperate for business. These are tough economic times and lot of people around the globe are hurting.  I get it.  But the need to grow your business  doesn’t mean you can overlook best practices. In fact, doing things in a slipshod manner may even backfire.\r\n\r\n<strong>Do I know you?</strong>\r\n\r\nA couple weeks ago, I started receiving emails from “Debra” with no last name and no affiliation. The subject line had something to do with yoga classes. I figured it was spam from a company that knew I had signed up for a yoga event. I kept deleting these emails.\r\n\r\nBut on Monday, the subject line said something about outdoor yoga this week. I opened the email and found it was from a yoga studio in Washington, DC. I have never attended this studio. And I don’t recall signing up for its emails. I unsubscribed because it is highly unlikely I will ever go in to Washington for a yoga class.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-lukas-684385.jpg\"><img class=\"aligncenter wp-image-4143 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/10/pexels-lukas-684385-1024x678.jpg\" alt=\"\" width=\"1024\" height=\"678\" /></a>\r\n\r\n<strong>Email marketing best practices</strong>\r\n\r\n<strong>1.) Introduce yourself</strong>\r\n\r\n<strong>Bad:</strong> Adding people without permission; sending emails to a new list without introduction or buy-in.\r\n\r\n<strong>Best practices:</strong> It\'s best to requiring consent, but if you are building your email marketing list, and you have new names, <em>always</em> end an introductory email explaining who you are and what you want, and then ask whether those people want to be on your list. You achieve this by segmenting your list.\r\n\r\n<strong>2.) Use your business name</strong>\r\n\r\n<strong>Bad</strong>:  Not having a professional/identifying sender name on your emails.\r\n\r\n<strong>Best practice</strong>: Use your business name in the return email unless you are the business, and then you should use first and last names. Think about how emails show up in your inbox. Would you open an email from someone you don\'t know?\r\n\r\n<strong>3.) Use your subject line to inform</strong>\r\n\r\n<strong>Bad</strong>: Uninformative or vague subject lines that don\'t provide any specifics or needed details.\r\n\r\n<strong>Best practice:</strong> No need to be clever, but don’t be obtuse. Be clear as to what your email contains. If I don’t know you, your subject line has to provide enough information for me to open your email.\r\n\r\n<strong>Bottom line:</strong>\r\n\r\nThe pandemic is no excuse for forgetting your best business practices. By letting desperation for new business lead you to doing things thoughtlessly you are bound to hurt yourself more than help yourself.','Don\'t let pandemic cause pandemonium in your business practices','','inherit','closed','closed','','4142-revision-v1','','','2020-10-23 09:35:32','2020-10-23 13:35:32','',4142,'https://deborahbrody.com/2020/10/4142-revision-v1/',0,'revision','',0),
(4146,4,'2020-10-26 09:56:59','2020-10-26 13:56:59','Some event marketers are killing it. I have been impressed with Boston University Alumni Association\'s efforts. They are doing everything right: well-timed, well-designed event invitations,  pre-event reminders, and always a post-event thank you email.\r\n\r\nNot everyone is doing so well. Some event marketing, especially by small nonprofits, seems haphazard, with little planning and even smaller attention paid to details. And really, better event marketing pays attention to the details, the logistics, and the user experience.\r\n\r\n<strong>First, plan good events</strong>\r\n\r\nMarketing an event successfully starts with the event itself. Is it interesting or relevant to your audience? Is the date good, with few conflicts?\r\n\r\n[caption id=\"attachment_4066\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1.jpg\"><img class=\"wp-image-4066 size-large\" src=\"https://deborahbrody.com/wp-content/uploads/2020/02/kaboompics_Woman-preparing-invitations-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> Photo by Karolina Grawbowska on Kaboompics.com[/caption]\r\n\r\n<strong>Entice and inform your audience</strong>\r\n\r\nOnce you have chosen the event, the date and the venue you are ready to market it to your audience. You will have to develop a description of the event that entices but also informs. Why would your audience want to come to this event? Who is speaking? Why are you hosting the event? What makes this event special or important? And you must provide all the important logistical information, such as: date, time, venue name and address, cost (including if free to attend), and ways to sign up.\r\n\r\n<strong>Time the invitation properly</strong>\r\n\r\nThink about how much time your audience needs to make a decision. If it is an event that requires travel and hotel reservations (e.g., annual conference, wedding), you will need to send it with a few months lead time. If the event is local, then you can market closer to the event time. However, don\'t send out an invitation too far in advance because it will be forgotten, but don\'t do it too close to the event because your audience may already have made other commitments.\r\n\r\n<strong>What to include in the actual invitation</strong>\r\n\r\nEmails must have text and a link to sign up. <em>Do not</em> ever have an image/graphic-only email, since some email programs do not automatically open images and require them to be downloaded.\r\n\r\nAgain, make sure to include all the details your audience needs to decide whether to attend or not (look at the list above).\r\n\r\n<strong>Signing up should be easy</strong>\r\n\r\nYou should have an easy way to sign up—do not make me jump through hoops such as making me scroll through multiple screens, and having to create accounts and passwords. You are not selling tickets for an international flight. Think about what information you absolutely need (e.g., name, contact info such as address and email, credit card information), and start with that. Other information (e.g., phone number, demographics, etc.) that might be good to have should be weighed carefully. Asking for too much information can be a huge turn-off.\r\n\r\n<strong>Always acknowledge sign-ups</strong>\r\n\r\nThis should go without saying, but once people sign up for your event, they should get an email confirmation.\r\n\r\n<strong>Calendar links!</strong>\r\n\r\nBe sure that the software you are using has a universal calendar link both in the sign up screen and in the acknowledgment/confirmation email.  Attendees should be able to download the event info to any major calendar (i.e., Apple, Outlook, Google).\r\n\r\n<strong>Friendly reminders are welcome</strong>\r\n\r\nAlways send a reminder at least one day ahead. Include all important logistical information (i.e., start time, address, directions, public transportation/parking information, and any requirements (e.g., picture ID, cash on hand, laptop, etc.).\r\n\r\n<strong>After the fact</strong>\r\n\r\nAlways send something after the event—it can be a simple “thank you for attending,” or a survey/request for feedback, or sharing of information relevant to the event (e.g., contact information for speakers, handouts, bibliographies, etc.)\r\n\r\n<strong>Would be nice if...</strong>\r\n\r\nThe software you use would be smart enough not to send event invites to people who have already registered. When I get another invitation to an event I have signed up for, I always think that I forgot to register or that my payment didn\'t go through.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMake your event marketing better: Always think about your audience and what they need in order to make a decision and attend your event.','How to be better at event marketing','','inherit','closed','closed','','4065-revision-v1','','','2020-10-26 09:56:59','2020-10-26 13:56:59','',4065,'https://deborahbrody.com/2020/10/4065-revision-v1/',0,'revision','',0),
(4148,4,'2020-11-06 08:46:00','2020-11-06 13:46:00','Among the COVID economic downturn, some companies are getting desperate for business,  as I wrote in <a title=\"Don’t let pandemic cause pandemonium in your business practices\" href=\"https://deborahbrody.com/2020/10/dont-let-pandemic-cause-pandemonium-in-your-business-practices/\">my last post</a>.\r\n\r\nIf you are desperate for business, does this mean you should do desperate things or act in a desperate manner? In one word, the answer is no. Appearing desperate or doing desperate things will backfire, guaranteed.\r\n\r\n<strong>Jane Doe thought that she would reach out</strong>\r\n\r\nTake for example the case of Jane Doe (using this name to protect this person\'s privacy). Jane Doe attended an online business presentation a couple of weeks ago, as did I. There was a networking component to the presentation, but I did not participate. After the event, the organizers sent a follow up email that included a list of all who attended. Several days later, I got an email from Jane Doe. This is what it said, in part:\r\n<blockquote>It was great meeting you at the virtual event last week.\r\n\r\nI am passionate about travel, having traveled to over 80 countries and 60 cruises on 5 continents. At award-winning [our company], we create amazing customized travel experiences for you, your friends, family, colleagues and clients, saving you a lot of money, time and stress, on your “ideal vacation”, all with risk-free booking guarantees!\r\n\r\nI would like to know more about you and your business and see how we can help grow each other\'s businesses. Are you open to a 15 minute phone call? What is a good day/time/phone number?\r\n\r\nI would like to add you to our email list where you will receive travel deals and travel tips. If you do not wish to receive these emails, kindly let us know via this email address at your earliest convenience.\r\n\r\nI look forward to hearing from you at your earliest convenience.</blockquote>\r\nRight off, I am irritated by this email. First, we didn\'t meet. Second, this email is not personalized.  And third, she says she will add me to her email list unless I opt out. And last, she says (twice) she needs to hear from me at my \"earliest convenience.\" Apparently, Jane repeated it because she meant immediately as she added me to her list and sent me a marketing email just two days later.\r\n\r\n<strong>Jane Doe became a spammer to her email marketing company</strong>\r\n\r\nOnce I got her marketing email, I immediately unsubscribed. When asked why, I said I had never requested being on this list. That response will most likely categorize Jane Doe as a spammer, since she didn\'t follow CAN-SPAM rules. People should opt in to your email, not opt out.\r\n\r\n<strong>Is there a less desperate way?</strong>\r\n\r\nYou don\'t have to take desperate or even illegal measures just because things are grim. Jane Doe could have reached out and said something like this:\r\n<p style=\"padding-left: 30px;\">Hello [name of person],</p>\r\n<p style=\"padding-left: 30px;\">I got your name from the [event name] list, since we both attended the presentation by [presenter]. I enjoyed the presentation and wanted to reach out to attendees to introduce myself and my business.</p>\r\n<p style=\"padding-left: 30px;\">My travel company, [name of business] specializes in customized travel experiences. For example, we recently created an unforgettable business retreat for a small company, in which we [insert salient details of special trip].</p>\r\n<p style=\"padding-left: 30px;\">Is customized travel something you\'d be interested in? If so, I\'d love to chat with you. Please email me at [insert email] and we can set up a phone appointment. In the meantime, I invite you to visit my website at [insert website address and link] and view some of the many customized experiences we have created. Learn more about our other services, and take a moment to sign up for our weekly newsletter, which is chock full of travel specials and other great information. You can also click here [insert newsletter sign up] to sign up.</p>\r\n<p style=\"padding-left: 30px;\">I look forward to staying in touch.</p>\r\n\r\n\r\n<hr />\r\n\r\n<strong>The bottom line and three better business tips</strong>\r\n\r\nThere\'s a difference between wanting to get more business and being desperate to get new business. Here are my for non-desperate, best business and email marketing practices:\r\n<ul>\r\n 	<li>Don\'t spam people. Know the CAN-SPAM rules and remember you need audiences to opt in, not opt out.</li>\r\n 	<li>Customize outreach emails  and personalize when possible.</li>\r\n 	<li>Write a compelling introductory email.  Think about your audience—what\'s in it for them?</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Desperate times call for desperate measures?','','publish','open','open','','desperate-times-call-for-desperate-measures','','','2020-11-06 08:46:00','2020-11-06 13:46:00','',0,'https://deborahbrody.com/?p=4148',0,'post','',0),
(4149,4,'2020-11-05 09:44:30','2020-11-05 14:44:30','Some companies are getting desperate for business, among the COVID economic downturn, as I wrote in my last post.\r\n\r\nIf you are desperate for business, does this mean you should do desperate things or act in a desperate manner? In one word, the answer is no. Appearing desperate or doing desperate things will backfire, guaranteed.\r\n\r\n<strong>Jane Doe thought that she would reach out</strong>\r\n\r\nTake for example the case of Jane Doe (using this name to protect this person\'s privacy). Jane Doe attended an online business presentation a couple of weeks ago, as did I. There was a networking component to the presentation, but I did not participate. After the event, the organizers sent a follow up email that included a list of all who attended. Several days later, I got an email from Jane Doe. This is what it said, in part:\r\n<blockquote>It was great meeting you at the virtual event last week.\r\n\r\nI am passionate about travel, having traveled to over 80 countries and 60 cruises on 5 continents. At award-winning [our company], we create amazing customized travel experiences for you, your friends, family, colleagues and clients, saving you a lot of money, time and stress, on your “ideal vacation”, all with risk-free booking guarantees!\r\n\r\nI would like to know more about you and your business and see how we can help grow each other\'s businesses. Are you open to a 15 minute phone call? What is a good day/time/phone number?\r\n\r\nI would like to add you to our email list where you will receive travel deals and travel tips. If you do not wish to receive these emails, kindly let us know via this email address at your earliest convenience.\r\n\r\nI look forward to hearing from you at your earliest convenience.</blockquote>\r\nRight off, I am irritated by this email. First, we didn\'t meet. Second, this email is not personalized.  And third, she says she will add me to her email list unless I opt out. And last, she says she needs to hear from me at my \"earliest convenience.\" Apparently, she meant immediately because she added me to her list and sent me a marketing email just two days later.\r\n\r\n<strong>Jane Doe became a spammer to her email marketing company</strong>\r\n\r\nOnce I got her marketing email, I immediately unsubscribed. When asked why, I said I had never requested being on this list. That will most likely categorized Jane Doe as a spammer, since she didn\'t follow CAN-SPAM rules. People should opt in to your email, not opt out.\r\n\r\nIs there a less desperate way?\r\n\r\nYou don\'t have to take desperate or even illegal measures just because things are grim. Jane Doe could have reached out and said something like this:\r\n\r\nHello (name of person),\r\n\r\nI got your name from the [event name] list, since we both attended the presentation by [presenter]. I enjoyed the presentation and wanted to reach out to attendees to introduce myself and my business.\r\n\r\nMy travel company, [name of busines] specializes in customized travel experiences. For example, we recently created an unforgettable business retreat for a small company, in which we [insert salient details of special trip].\r\n\r\nIs customized travel something you\'d be interested in? If so, I\'d love to chat with you. Please email me at [insert email] and we can set up a phone appointment. In the meantime, I invite you to visit my website at [insert website address and link] and view some of the many customized experiences we have created. Learn more about our other services, and take a moment to sign up for our weekly newsletter, which is chock full of travel specials and other great information. You can also click here [insert newsletter sign up] to sign up.\r\n\r\nI loo\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Desperate times call for desperate measures?','','inherit','closed','closed','','4148-revision-v1','','','2020-11-05 09:44:30','2020-11-05 14:44:30','',4148,'https://deborahbrody.com/2020/11/4148-revision-v1/',0,'revision','',0),
(4150,4,'2020-11-05 10:30:57','2020-11-05 15:30:57','Some companies are getting desperate for business, among the COVID economic downturn, as I wrote in my last post.\r\n\r\nIf you are desperate for business, does this mean you should do desperate things or act in a desperate manner? In one word, the answer is no. Appearing desperate or doing desperate things will backfire, guaranteed.\r\n\r\n<strong>Jane Doe thought that she would reach out</strong>\r\n\r\nTake for example the case of Jane Doe (using this name to protect this person\'s privacy). Jane Doe attended an online business presentation a couple of weeks ago, as did I. There was a networking component to the presentation, but I did not participate. After the event, the organizers sent a follow up email that included a list of all who attended. Several days later, I got an email from Jane Doe. This is what it said, in part:\r\n<blockquote>It was great meeting you at the virtual event last week.\r\n\r\nI am passionate about travel, having traveled to over 80 countries and 60 cruises on 5 continents. At award-winning [our company], we create amazing customized travel experiences for you, your friends, family, colleagues and clients, saving you a lot of money, time and stress, on your “ideal vacation”, all with risk-free booking guarantees!\r\n\r\nI would like to know more about you and your business and see how we can help grow each other\'s businesses. Are you open to a 15 minute phone call? What is a good day/time/phone number?\r\n\r\nI would like to add you to our email list where you will receive travel deals and travel tips. If you do not wish to receive these emails, kindly let us know via this email address at your earliest convenience.\r\n\r\nI look forward to hearing from you at your earliest convenience.</blockquote>\r\nRight off, I am irritated by this email. First, we didn\'t meet. Second, this email is not personalized.  And third, she says she will add me to her email list unless I opt out. And last, she says she needs to hear from me at my \"earliest convenience.\" Apparently, she meant immediately because she added me to her list and sent me a marketing email just two days later.\r\n\r\n<strong>Jane Doe became a spammer to her email marketing company</strong>\r\n\r\nOnce I got her marketing email, I immediately unsubscribed. When asked why, I said I had never requested being on this list. That will most likely categorized Jane Doe as a spammer, since she didn\'t follow CAN-SPAM rules. People should opt in to your email, not opt out.\r\n\r\n<strong>Is there a less desperate way?</strong>\r\n\r\nYou don\'t have to take desperate or even illegal measures just because things are grim. Jane Doe could have reached out and said something like this:\r\n<p style=\"padding-left: 30px;\">Hello (name of person),</p>\r\n<p style=\"padding-left: 30px;\">I got your name from the [event name] list, since we both attended the presentation by [presenter]. I enjoyed the presentation and wanted to reach out to attendees to introduce myself and my business.</p>\r\n<p style=\"padding-left: 30px;\">My travel company, [name of business] specializes in customized travel experiences. For example, we recently created an unforgettable business retreat for a small company, in which we [insert salient details of special trip].</p>\r\n<p style=\"padding-left: 30px;\">Is customized travel something you\'d be interested in? If so, I\'d love to chat with you. Please email me at [insert email] and we can set up a phone appointment. In the meantime, I invite you to visit my website at [insert website address and link] and view some of the many customized experiences we have created. Learn more about our other services, and take a moment to sign up for our weekly newsletter, which is chock full of travel specials and other great information. You can also click here [insert newsletter sign up] to sign up.</p>\r\n<p style=\"padding-left: 30px;\">I look forward to staying in touch.</p>\r\n&nbsp;\r\n\r\nThere\'s a difference between wanting to get more business and being desperate to get new business.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Desperate times call for desperate measures?','','inherit','closed','closed','','4148-revision-v1','','','2020-11-05 10:30:57','2020-11-05 15:30:57','',4148,'https://deborahbrody.com/2020/11/4148-revision-v1/',0,'revision','',0),
(4151,4,'2020-11-06 08:42:33','2020-11-06 13:42:33','Among the COVID economic downturn, some companies are getting desperate for business,  as I wrote in <a title=\"Don’t let pandemic cause pandemonium in your business practices\" href=\"https://deborahbrody.com/2020/10/dont-let-pandemic-cause-pandemonium-in-your-business-practices/\">my last post</a>.\r\n\r\nIf you are desperate for business, does this mean you should do desperate things or act in a desperate manner? In one word, the answer is no. Appearing desperate or doing desperate things will backfire, guaranteed.\r\n\r\n<strong>Jane Doe thought that she would reach out</strong>\r\n\r\nTake for example the case of Jane Doe (using this name to protect this person\'s privacy). Jane Doe attended an online business presentation a couple of weeks ago, as did I. There was a networking component to the presentation, but I did not participate. After the event, the organizers sent a follow up email that included a list of all who attended. Several days later, I got an email from Jane Doe. This is what it said, in part:\r\n<blockquote>It was great meeting you at the virtual event last week.\r\n\r\nI am passionate about travel, having traveled to over 80 countries and 60 cruises on 5 continents. At award-winning [our company], we create amazing customized travel experiences for you, your friends, family, colleagues and clients, saving you a lot of money, time and stress, on your “ideal vacation”, all with risk-free booking guarantees!\r\n\r\nI would like to know more about you and your business and see how we can help grow each other\'s businesses. Are you open to a 15 minute phone call? What is a good day/time/phone number?\r\n\r\nI would like to add you to our email list where you will receive travel deals and travel tips. If you do not wish to receive these emails, kindly let us know via this email address at your earliest convenience.\r\n\r\nI look forward to hearing from you at your earliest convenience.</blockquote>\r\nRight off, I am irritated by this email. First, we didn\'t meet. Second, this email is not personalized.  And third, she says she will add me to her email list unless I opt out. And last, she says (twice) she needs to hear from me at my \"earliest convenience.\" Apparently, Jane repeated it because she meant immediately as she added me to her list and sent me a marketing email just two days later.\r\n\r\n<strong>Jane Doe became a spammer to her email marketing company</strong>\r\n\r\nOnce I got her marketing email, I immediately unsubscribed. When asked why, I said I had never requested being on this list. That response will most likely categorize Jane Doe as a spammer, since she didn\'t follow CAN-SPAM rules. People should opt in to your email, not opt out.\r\n\r\n<strong>Is there a less desperate way?</strong>\r\n\r\nYou don\'t have to take desperate or even illegal measures just because things are grim. Jane Doe could have reached out and said something like this:\r\n<p style=\"padding-left: 30px;\">Hello (name of person),</p>\r\n<p style=\"padding-left: 30px;\">I got your name from the [event name] list, since we both attended the presentation by [presenter]. I enjoyed the presentation and wanted to reach out to attendees to introduce myself and my business.</p>\r\n<p style=\"padding-left: 30px;\">My travel company, [name of business] specializes in customized travel experiences. For example, we recently created an unforgettable business retreat for a small company, in which we [insert salient details of special trip].</p>\r\n<p style=\"padding-left: 30px;\">Is customized travel something you\'d be interested in? If so, I\'d love to chat with you. Please email me at [insert email] and we can set up a phone appointment. In the meantime, I invite you to visit my website at [insert website address and link] and view some of the many customized experiences we have created. Learn more about our other services, and take a moment to sign up for our weekly newsletter, which is chock full of travel specials and other great information. You can also click here [insert newsletter sign up] to sign up.</p>\r\n<p style=\"padding-left: 30px;\">I look forward to staying in touch.</p>\r\n<strong>The bottom line and three better business tips</strong>\r\n\r\nThere\'s a difference between wanting to get more business and being desperate to get new business. Here are my for non-desperate, best business and email marketing practices:\r\n<ul>\r\n 	<li>Don\'t spam people. Know the CAN-SPAM rules and remember you need audiences to opt in, not opt out.</li>\r\n 	<li>Customize outreach emails  and personalize when possible.</li>\r\n 	<li>Write a compelling introductory email. Remember to think about your audience—what\'s in it for them.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Desperate times call for desperate measures?','','inherit','closed','closed','','4148-revision-v1','','','2020-11-06 08:42:33','2020-11-06 13:42:33','',4148,'https://deborahbrody.com/2020/11/4148-revision-v1/',0,'revision','',0),
(4152,4,'2020-11-06 08:45:32','2020-11-06 13:45:32','Among the COVID economic downturn, some companies are getting desperate for business,  as I wrote in <a title=\"Don’t let pandemic cause pandemonium in your business practices\" href=\"https://deborahbrody.com/2020/10/dont-let-pandemic-cause-pandemonium-in-your-business-practices/\">my last post</a>.\r\n\r\nIf you are desperate for business, does this mean you should do desperate things or act in a desperate manner? In one word, the answer is no. Appearing desperate or doing desperate things will backfire, guaranteed.\r\n\r\n<strong>Jane Doe thought that she would reach out</strong>\r\n\r\nTake for example the case of Jane Doe (using this name to protect this person\'s privacy). Jane Doe attended an online business presentation a couple of weeks ago, as did I. There was a networking component to the presentation, but I did not participate. After the event, the organizers sent a follow up email that included a list of all who attended. Several days later, I got an email from Jane Doe. This is what it said, in part:\r\n<blockquote>It was great meeting you at the virtual event last week.\r\n\r\nI am passionate about travel, having traveled to over 80 countries and 60 cruises on 5 continents. At award-winning [our company], we create amazing customized travel experiences for you, your friends, family, colleagues and clients, saving you a lot of money, time and stress, on your “ideal vacation”, all with risk-free booking guarantees!\r\n\r\nI would like to know more about you and your business and see how we can help grow each other\'s businesses. Are you open to a 15 minute phone call? What is a good day/time/phone number?\r\n\r\nI would like to add you to our email list where you will receive travel deals and travel tips. If you do not wish to receive these emails, kindly let us know via this email address at your earliest convenience.\r\n\r\nI look forward to hearing from you at your earliest convenience.</blockquote>\r\nRight off, I am irritated by this email. First, we didn\'t meet. Second, this email is not personalized.  And third, she says she will add me to her email list unless I opt out. And last, she says (twice) she needs to hear from me at my \"earliest convenience.\" Apparently, Jane repeated it because she meant immediately as she added me to her list and sent me a marketing email just two days later.\r\n\r\n<strong>Jane Doe became a spammer to her email marketing company</strong>\r\n\r\nOnce I got her marketing email, I immediately unsubscribed. When asked why, I said I had never requested being on this list. That response will most likely categorize Jane Doe as a spammer, since she didn\'t follow CAN-SPAM rules. People should opt in to your email, not opt out.\r\n\r\n<strong>Is there a less desperate way?</strong>\r\n\r\nYou don\'t have to take desperate or even illegal measures just because things are grim. Jane Doe could have reached out and said something like this:\r\n<p style=\"padding-left: 30px;\">Hello [name of person],</p>\r\n<p style=\"padding-left: 30px;\">I got your name from the [event name] list, since we both attended the presentation by [presenter]. I enjoyed the presentation and wanted to reach out to attendees to introduce myself and my business.</p>\r\n<p style=\"padding-left: 30px;\">My travel company, [name of business] specializes in customized travel experiences. For example, we recently created an unforgettable business retreat for a small company, in which we [insert salient details of special trip].</p>\r\n<p style=\"padding-left: 30px;\">Is customized travel something you\'d be interested in? If so, I\'d love to chat with you. Please email me at [insert email] and we can set up a phone appointment. In the meantime, I invite you to visit my website at [insert website address and link] and view some of the many customized experiences we have created. Learn more about our other services, and take a moment to sign up for our weekly newsletter, which is chock full of travel specials and other great information. You can also click here [insert newsletter sign up] to sign up.</p>\r\n<p style=\"padding-left: 30px;\">I look forward to staying in touch.</p>\r\n\r\n\r\n<hr />\r\n\r\n<strong>The bottom line and three better business tips</strong>\r\n\r\nThere\'s a difference between wanting to get more business and being desperate to get new business. Here are my for non-desperate, best business and email marketing practices:\r\n<ul>\r\n 	<li>Don\'t spam people. Know the CAN-SPAM rules and remember you need audiences to opt in, not opt out.</li>\r\n 	<li>Customize outreach emails  and personalize when possible.</li>\r\n 	<li>Write a compelling introductory email.  Think about your audience—what\'s in it for them?</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Desperate times call for desperate measures?','','inherit','closed','closed','','4148-revision-v1','','','2020-11-06 08:45:32','2020-11-06 13:45:32','',4148,'https://deborahbrody.com/2020/11/4148-revision-v1/',0,'revision','',0),
(4157,4,'2020-12-10 09:14:14','2020-12-10 14:14:14','While many businesses, especially restaurants and small retailers, have seen their revenue drop because of COVID-19, others have thrived.\r\n\r\nSome business failures are due to circumstance and public health regulations, such as lock down orders and capacity restrictions.  But in some cases, businesses failed because they were unable to respond to the new situation.\r\n\r\n<strong>Not adapting to the situation:</strong>\r\n\r\nI know  a small, local gift store carries an item I was shopping for. I went to Google and found the store has no website. According to the Google business information, this store opens weekdays at 10:00 a.m. I headed out to the store on a Wednesday around 2 p.m.  I found a handwritten note on the door listing the shop’s (reduced) hours, which said the store opens Monday through Thursday noon to 4:00 p.m. However,  the lights were off and the store was closed, and I was not able to buy what I needed.\r\n\r\nTo recap, this store has:\r\n<ul>\r\n 	<li>No website (and thus no way to shop online)</li>\r\n 	<li>No updated Google business information</li>\r\n 	<li>No social media</li>\r\n</ul>\r\n<strong>Making the best of the situation:</strong>\r\n\r\nThen, because I still needed this item, I checked out a larger gift store within 10 miles of the small store. This other store does have a website, with online ordering, so I was able to determine  whether they carry what I am looking for. It also has updated its Google information, which reflects that it provides curbside pickup. I explore the website, and I find out exactly what COVID measures the store is taking (i.e., requiring masks, providing sanitizer, restricting the number of people in store, widening the aisles to allow for social distancing, and increasing the air circulation).\r\n\r\nThis second store has:\r\n<ul>\r\n 	<li>Updated website that includes COVID-specific information and the ability to order online</li>\r\n 	<li>Updated Google business information</li>\r\n 	<li>Social media, with a robust Facebook presence that includes videos and special deals.</li>\r\n</ul>\r\n<strong>How do businesses thrive during COVID? Here are three must-dos:</strong>\r\n\r\n<strong>Embrace digital more than ever.</strong> Restaurants and small retailers embraced online ordering (just as the big box stores have done for years). My local library switched to an online ordering and appointments-based way to get books. Successful organizations use all types of digital presence:—social media,  websites,  Google profiles, e-newsletters, etc.—to communicate with customers, clients, or donors.  With many people choosing to stay home or working from home, the internet has become even more important.\r\n\r\n<strong>Be aware of the situation and explain how you are responding.</strong> Do you understand how your customers feel? Are they anxious about getting the virus? Do they want to shop safely? Do they want to save money? COVID has changed the reality for everyone. You have to make changes, and more importantly, you have to make sure your customers know what you are doing to respond to the situation.\r\n\r\n<strong>Go virtual and like it.</strong> Many organizations and businesses use events to drum up support and sales. In 2020, events went from being in person to being virtual. Using a virtual format is not the same as being in person, but to succeed, organizations need to embrace this reality and adapt to it. Churches and synagogues started using Zoom and other livestreaming software to provide religious services to their congregants. Associations moved their annual meetings to be virtual. Some stores, such as the second example above, switched their product demonstrations to platforms such as Facebook Live.\r\n\r\n<hr />\r\n\r\nThe bottom line is that to thrive during COVID, businesses have to adapt. Failure to adapt will also mean failure to thrive.\r\n\r\nHave you seen good examples of adaptation? Please share in the comments.\r\n\r\n&nbsp;','What helps businesses thrive during COVID-19?','','publish','open','open','','what-helps-businesses-thrive-during-covid-19','','','2020-12-10 09:14:14','2020-12-10 14:14:14','',0,'https://deborahbrody.com/?p=4157',0,'post','',0),
(4158,4,'2020-12-09 15:20:16','2020-12-09 20:20:16','While many businesses, especially restaurants and small retailers, have been harmed by COVID-19, others have thrived.\r\n\r\nSome business failures are due to circumstance and public health regulations, such as lockdown orders and capacity restrictions.  But in some cases, business failed because they were unable to respond to the new situation.\r\n\r\n<strong>Not adapting to the situation:</strong>\r\n\r\nI know that a small, local gift store carries an item I am looking for. I go to Google and find that the store has no website. According to the Google business information, it opens weekdays at 10:00 a.m. I head out to the store and get there on a Wednesday around 2 p.m.  There’s handwritten note on the door listing the shop’s (reduced) hours. It says that the store opens Monday through Thursday noon to 4:00 p.m. And yet, the lights are off and the store is closed.\r\n\r\nTo recap, this store has:\r\n<ul>\r\n 	<li>No website (and thus no way to shop online)</li>\r\n 	<li>No updated Google business information</li>\r\n 	<li>No social media</li>\r\n</ul>\r\n<strong>Making the best of the situation:</strong>\r\n\r\nThen, because I still need this item, I check out a larger gift store within 10 miles of the small store. This other store does have a website, with online ordering, so I can check whether they carry what I am looking for. It also has updated its Google information, which reflects that it provides curbside pickup. I explore the website, and I find out exactly what COVID measures the store is taking (i.e., requiring masks, providing sanitizer, restricting the number of people in store, widening the aisles to allow for social distancing, and increasing the air circulation).\r\n\r\nThis second store has:\r\n<ul>\r\n 	<li>Updated website that includes COVID-specific information and ability to order online</li>\r\n 	<li>Updated Google business information</li>\r\n 	<li>Social media, with a robust Facebook presence that includes videos and special deals.</li>\r\n</ul>\r\n<strong>How do businesses thrive during COVID? Here are three must-dos:</strong>\r\n\r\n<strong>Embrace digital more than ever.</strong> Restaurants and small retailers embraced online ordering (big box stores have had that for years). My local library switched to an online ordering and appointments-based way to get books. Successful organizations are relying on all types of digital presence: social media,  websites,  Google profiles, e-newsletters, and so forth. Nobody can afford to ignore digital.\r\n\r\n<strong>Be aware of the situation and explain how you are responding.</strong> Do you understand how your customers feel? Are they anxious about getting the virus? Do they want to shop safely? Do they want to save money? COVID has changed the reality for everyone (yes, even the COVID deniers have had to adapt). You have to make changes, and more importantly, you have to make sure your customers know what you are doing to respond to the situation.\r\n\r\n<strong>Go virtual and like it.</strong> Many organizations and businesses use events to drum up support and sales. In 2020, events went from being in person to being virtual. Using a virtual format is not the same as being in person, but to succeed, organizations need to embrace this reality and adapt to it. Churches and synagogues started using Zoom and other livestreaming software to stream services. Associations moved their annual meetings to be virtual. Some stores, such as the second example above, switched their product demonstrations to platforms such as Facebook Live.\r\n\r\n&nbsp;','What helps businesses thrive during COVID-19?','','inherit','closed','closed','','4157-revision-v1','','','2020-12-09 15:20:16','2020-12-09 20:20:16','',4157,'https://deborahbrody.com/2020/12/4157-revision-v1/',0,'revision','',0),
(4159,4,'2020-12-10 09:08:09','2020-12-10 14:08:09','While many businesses, especially restaurants and small retailers, have seen their revenue drop because of COVID-19, others have thrived.\r\n\r\nSome business failures are due to circumstance and public health regulations, such as lock down orders and capacity restrictions.  But in some cases, business failed because they were unable to respond to the new situation.\r\n\r\n<strong>Not adapting to the situation:</strong>\r\n\r\nI know  a small, local gift store carries an item I was shopping for. I went to Google and found the store has no website. According to the Google business information, this store opens weekdays at 10:00 a.m. I headed out to the store on a Wednesday around 2 p.m.  I found a handwritten note on the door listing the shop’s (reduced) hours, which said the store opens Monday through Thursday noon to 4:00 p.m. However,  the lights were off and the store was closed, and I was not able to buy what I needed.\r\n\r\nTo recap, this store has:\r\n<ul>\r\n 	<li>No website (and thus no way to shop online)</li>\r\n 	<li>No updated Google business information</li>\r\n 	<li>No social media</li>\r\n</ul>\r\n<strong>Making the best of the situation:</strong>\r\n\r\nThen, because I still needed this item, I checked out a larger gift store within 10 miles of the small store. This other store does have a website, with online ordering, so I was able to determine  whether they carry what I am looking for. It also has updated its Google information, which reflects that it provides curbside pickup. I explore the website, and I find out exactly what COVID measures the store is taking (i.e., requiring masks, providing sanitizer, restricting the number of people in store, widening the aisles to allow for social distancing, and increasing the air circulation).\r\n\r\nThis second store has:\r\n<ul>\r\n 	<li>Updated website that includes COVID-specific information and the ability to order online</li>\r\n 	<li>Updated Google business information</li>\r\n 	<li>Social media, with a robust Facebook presence that includes videos and special deals.</li>\r\n</ul>\r\n<strong>How do businesses thrive during COVID? Here are three must-dos:</strong>\r\n\r\n<strong>Embrace digital more than ever.</strong> Restaurants and small retailers embraced online ordering (big box stores have it for years). My local library switched to an online ordering and appointments-based way to get books. Successful organizations are relying on all types of digital presence: social media,  websites,  Google profiles, e-newsletters, and so forth. Nobody can afford to ignore digital.\r\n\r\n<strong>Be aware of the situation and explain how you are responding.</strong> Do you understand how your customers feel? Are they anxious about getting the virus? Do they want to shop safely? Do they want to save money? COVID has changed the reality for everyone. You have to make changes, and more importantly, you have to make sure your customers know what you are doing to respond to the situation.\r\n\r\n<strong>Go virtual and like it.</strong> Many organizations and businesses use events to drum up support and sales. In 2020, events went from being in person to being virtual. Using a virtual format is not the same as being in person, but to succeed, organizations need to embrace this reality and adapt to it. Churches and synagogues started using Zoom and other livestreaming software to provide religious services to their congregants. Associations moved their annual meetings to be virtual. Some stores, such as the second example above, switched their product demonstrations to platforms such as Facebook Live.\r\n\r\n<hr />\r\n\r\nThe bottom line is that to thrive during COVID, businesses have to adapt. Failure to adapt will also mean failure to thrive.\r\n\r\nHave you seen good examples of adaptation? Please share in the comments.\r\n\r\n&nbsp;','What helps businesses thrive during COVID-19?','','inherit','closed','closed','','4157-revision-v1','','','2020-12-10 09:08:09','2020-12-10 14:08:09','',4157,'https://deborahbrody.com/2020/12/4157-revision-v1/',0,'revision','',0),
(4160,4,'2020-12-10 09:14:14','2020-12-10 14:14:14','While many businesses, especially restaurants and small retailers, have seen their revenue drop because of COVID-19, others have thrived.\r\n\r\nSome business failures are due to circumstance and public health regulations, such as lock down orders and capacity restrictions.  But in some cases, businesses failed because they were unable to respond to the new situation.\r\n\r\n<strong>Not adapting to the situation:</strong>\r\n\r\nI know  a small, local gift store carries an item I was shopping for. I went to Google and found the store has no website. According to the Google business information, this store opens weekdays at 10:00 a.m. I headed out to the store on a Wednesday around 2 p.m.  I found a handwritten note on the door listing the shop’s (reduced) hours, which said the store opens Monday through Thursday noon to 4:00 p.m. However,  the lights were off and the store was closed, and I was not able to buy what I needed.\r\n\r\nTo recap, this store has:\r\n<ul>\r\n 	<li>No website (and thus no way to shop online)</li>\r\n 	<li>No updated Google business information</li>\r\n 	<li>No social media</li>\r\n</ul>\r\n<strong>Making the best of the situation:</strong>\r\n\r\nThen, because I still needed this item, I checked out a larger gift store within 10 miles of the small store. This other store does have a website, with online ordering, so I was able to determine  whether they carry what I am looking for. It also has updated its Google information, which reflects that it provides curbside pickup. I explore the website, and I find out exactly what COVID measures the store is taking (i.e., requiring masks, providing sanitizer, restricting the number of people in store, widening the aisles to allow for social distancing, and increasing the air circulation).\r\n\r\nThis second store has:\r\n<ul>\r\n 	<li>Updated website that includes COVID-specific information and the ability to order online</li>\r\n 	<li>Updated Google business information</li>\r\n 	<li>Social media, with a robust Facebook presence that includes videos and special deals.</li>\r\n</ul>\r\n<strong>How do businesses thrive during COVID? Here are three must-dos:</strong>\r\n\r\n<strong>Embrace digital more than ever.</strong> Restaurants and small retailers embraced online ordering (just as the big box stores have done for years). My local library switched to an online ordering and appointments-based way to get books. Successful organizations use all types of digital presence:—social media,  websites,  Google profiles, e-newsletters, etc.—to communicate with customers, clients, or donors.  With many people choosing to stay home or working from home, the internet has become even more important.\r\n\r\n<strong>Be aware of the situation and explain how you are responding.</strong> Do you understand how your customers feel? Are they anxious about getting the virus? Do they want to shop safely? Do they want to save money? COVID has changed the reality for everyone. You have to make changes, and more importantly, you have to make sure your customers know what you are doing to respond to the situation.\r\n\r\n<strong>Go virtual and like it.</strong> Many organizations and businesses use events to drum up support and sales. In 2020, events went from being in person to being virtual. Using a virtual format is not the same as being in person, but to succeed, organizations need to embrace this reality and adapt to it. Churches and synagogues started using Zoom and other livestreaming software to provide religious services to their congregants. Associations moved their annual meetings to be virtual. Some stores, such as the second example above, switched their product demonstrations to platforms such as Facebook Live.\r\n\r\n<hr />\r\n\r\nThe bottom line is that to thrive during COVID, businesses have to adapt. Failure to adapt will also mean failure to thrive.\r\n\r\nHave you seen good examples of adaptation? Please share in the comments.\r\n\r\n&nbsp;','What helps businesses thrive during COVID-19?','','inherit','closed','closed','','4157-revision-v1','','','2020-12-10 09:14:14','2020-12-10 14:14:14','',4157,'https://deborahbrody.com/2020/12/4157-revision-v1/',0,'revision','',0),
(4165,4,'2021-01-14 09:24:31','2021-01-14 14:24:31','Count me in as one of the many who are glad that 2020 is over. I am optimistic about the year ahead, in spite of the horrendous and deadly insurrection last week at the U.S. Capitol.\r\n\r\nThere’s a lot to look forward to this year: a new administration, worldwide COVID vaccinations, and the subsequent return to normalcy. Maybe by the end of 2021 we’ll be back to attending in-person events!\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2021/01/pexels-olya-kobruseva-5417637.jpg\"><img class=\"aligncenter size-large wp-image-4167\" src=\"https://deborahbrody.com/wp-content/uploads/2021/01/pexels-olya-kobruseva-5417637-684x1024.jpg\" alt=\"\" width=\"684\" height=\"1024\" /></a>\r\n\r\nAs a communicator, I thought the biggest lesson of 2020 was the need to adapt and quickly. Events went from in-person to virtual. Many workers were no longer commuting to their offices (I wonder what happened to drive time radio costs!). There was (and continues to be) a lot of stress and anxiety. Those realities impacted marketing efforts.  We saw an increase in email marketing,  on-line presentations and events, and a general toning down of advertising.\r\n\r\nNow that we are in a new year, I have five wishes to make 2021 the year for more effective, high-impact communications.\r\n<ol>\r\n 	<li><strong> Use email marketing more effectively</strong></li>\r\n</ol>\r\nAt the end of the year I got bombarded with donation pleas from many nonprofits—and I  mean several in just one day. On December 31, 2020 it was particularly bad, as I got emails from each and every organization I have supported, and one organization sent me four or five emails!  And then there\'s Overstock.com, which sends at least an email every single day—one day offering me 12% off and the next 15%. The lesson here is: Don\'t overwhelm your customer or donors. Be strategic and think of your recipient. And then there\'s the many small groups who are still sending all-image emails. The problem here is that unless the received downloads the images, your email appears blank.  Follow some guidelines before you send out that next email. Jill Kurtz wrote a great <a href=\"https://kurtzdigitalstrategy.com/2021/01/12/email-marketing-checklist/\" target=\"_blank\" rel=\"noopener\">Email Marketing Checklis</a>t, which is worth a read.\r\n<ol start=\"2\">\r\n 	<li><strong> Leverage your website </strong></li>\r\n</ol>\r\nYour website is your reception desk to the world. If people have questions, chances are they will check your website before they call.  It follows your website should have all the information they need. Keep it updated, especially with any COVID protocols you are following. For many, the idea of spending money to update a website in these times may be anathema. However, an outdated website will result in customer frustration and maybe even lost business.\r\n<ol start=\"3\">\r\n 	<li><strong> Focus your social media efforts. </strong></li>\r\n</ol>\r\nThis is they year to choose your social media platforms and embrace them. The truth is that you can’t effectively manage too many platforms. You won\'t be able to have meaningful engagement if you have to monitor too many streams. Choose the platforms that <em>perform</em> best for you, where you have the most traction and/or where the majority of your audience is. Do you really need to be on Twitter, Instagram, Facebook, LinkedIn, TikTok, etc? I am not saying that you can’t try out a new outlet, but if you do, and it works well, perhaps you replace instead of adding.  And if you are using multiple platforms, create content with each platform in mind. The post you use on LinkedIn should not be the same as the one you use on Twitter.\r\n<ol start=\"4\">\r\n 	<li><strong> Use Zoom or Livestream more effectively. </strong></li>\r\n</ol>\r\nCheck out <a title=\"Avoid Zooming and frustrating your audience\" href=\"https://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/\" target=\"_blank\" rel=\"noopener\">my post</a> about this. I’ve spent too much time having to hear people explain how to use Zoom, muting/unmuting, and just plain wasting time reading lengthy presenter bios.  People are spending much more time in front of computer screens, and want you to get to the point. I can read the bio myself if you send it in an email or provide a link to it during the presentation.\r\n<ol start=\"5\">\r\n 	<li><strong> Copy edit and proofread all your marketing materials, including (perhaps especially) social media posts.</strong></li>\r\n</ol>\r\nThe other day, my local police department posted about how a driver ended up with her car on the train tracks because she used the gas pedal instead of the \"breaks.\" And the local weather Twitter feed told me there would be \"peaks\" of sun. These are very small examples, but when you make these type of mistakes, you are showing a lack of care. So, proof everything before it goes live. And say what you mean clearly and concisely, and if you need help doing so, use a copy editor!\r\n\r\n<hr />\r\n\r\nHappy New Year 2021! Let\'s work on making it better for our communications. If you have a 2021 communications wishes, share them with me in the comments.','Wishing for better communications in 2021','','publish','open','open','','wishing-for-better-communications-in-2021','','\nhttps://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/','2021-01-14 09:24:31','2021-01-14 14:24:31','',0,'https://deborahbrody.com/?p=4165',0,'post','',0),
(4166,4,'2021-01-13 12:00:26','2021-01-13 17:00:26','Count me in as one of the many who are glad that 2020 is over. I am optimistic about the year ahead, in spite of the horrendous and deadly insurrection last week at the U.S. Capitol.\r\n\r\nThere’s a lot to look forward to this year: a new administration, worldwide COVID vaccinations, and the subsequent return to normalcy. Maybe by the end of 2021 we’ll be back to attending in-person events!\r\n\r\nAs a communicator, I thought the biggest lesson of 2020 was the need to adapt and quickly. Events went from in-person to virtual. Many were no longer commuting. There was (and continues to be) a lot of stress and anxiety. Those realities impacted marketing efforts.  We saw an increase in email marketing,  on-line presentations and events, and a general toning down of advertising.\r\n\r\nNow that we are in a new year, I have five wishes to make 2021 the year for more effective, high-impact communications.\r\n<ol>\r\n 	<li><strong> Use email marketing more effectively</strong></li>\r\n</ol>\r\nAt the end of the year I got bombarded with donation pleas from many nonprofits. I mean several in a day. And then there\'s Overstock.com, which sends at least an email every single day—one day offering me 12% off and the next 15%. The lesson is don\'t overwhelm your customer or donors. Be strategic and think of your recipient. And then there\'s the many small groups who are still sending all-image emails. The problem here is that unless the received downloads the images, your email appears blank.  Follow some guidelines before you send out that next email. Jill Kurtz wrote a great <a href=\"https://kurtzdigitalstrategy.com/2021/01/12/email-marketing-checklist/\" target=\"_blank\" rel=\"noopener\">Email Marketing Checklis</a>t, which is worth a read.\r\n<ol start=\"2\">\r\n 	<li><strong> Leverage your website </strong></li>\r\n</ol>\r\nYour website is your reception desk to the world. If people have questions, chances are they will check your website before they call.  It follows your website should have all the information they need. Keep it updated, especially with any COVID protocols you are following. An outdated website will result in customer frustration and maybe even lost business.\r\n\r\n&nbsp;\r\n<ol start=\"3\">\r\n 	<li><strong> Focus your social media efforts. </strong></li>\r\n</ol>\r\nThis is they year to choose your social media platforms and embrace them. You can’t effectively manage too many platforms. Choose the ones that perform best for you and/or where the majority of your audience is. Do you really need to be on Twitter, Instagram, Facebook, LinkedIn, TikTok, etc? I am not saying that you can’t try out a new outlet, but if you do, and it works well, perhaps you replace instead of adding.m And if you are using multiple platforms, create content with each platform in mind. The post you use on LinkedIn should not be the same as the one you use on Twitter.\r\n<ol start=\"4\">\r\n 	<li><strong> Use Zoom or Livestream more effectively. </strong></li>\r\n</ol>\r\nCheck out <a title=\"Avoid Zooming and frustrating your audience\" href=\"https://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/\" target=\"_blank\" rel=\"noopener\">my post</a> about this. I’ve spent too much time having to hear people explain how to use Zoom, muting/unmuting, and just plain wasting time with lengthy bios. That is why we have the chat function and the email confirmation. People are spending much more time in front of computer screens, and want you to get to the point.\r\n<ol start=\"5\">\r\n 	<li><strong> Copy edit and proofread all your marketing materials, including (perhaps especially) social media posts.</strong></li>\r\n</ol>\r\nThe other day, my local police department posted about how a driver ended up with her car on the train tracks because she used the gas pedal instead of the \"breaks.\" And the local weather Twitter feed told me there would be \"peaks\" of sun. These are very small examples, but when you make these type of mistakes, you are showing a lack of care.\r\n\r\nHappy New Year 2021! Let\'s work on making it better for our communications.','Wishing for better communications in 2021','','inherit','closed','closed','','4165-revision-v1','','','2021-01-13 12:00:26','2021-01-13 17:00:26','',4165,'https://deborahbrody.com/2021/01/4165-revision-v1/',0,'revision','',0),
(4167,4,'2021-01-13 12:52:54','2021-01-13 17:52:54','','pexels-olya-kobruseva-5417637','','inherit','open','closed','','pexels-olya-kobruseva-5417637','','','2021-01-13 12:52:54','2021-01-13 17:52:54','',4165,'https://deborahbrody.com/wp-content/uploads/2021/01/pexels-olya-kobruseva-5417637.jpg',0,'attachment','image/jpeg',0),
(4168,4,'2021-01-13 12:56:44','2021-01-13 17:56:44','Count me in as one of the many who are glad that 2020 is over. I am optimistic about the year ahead, in spite of the horrendous and deadly insurrection last week at the U.S. Capitol.\r\n\r\nThere’s a lot to look forward to this year: a new administration, worldwide COVID vaccinations, and the subsequent return to normalcy. Maybe by the end of 2021 we’ll be back to attending in-person events!\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2021/01/pexels-olya-kobruseva-5417637.jpg\"><img class=\"aligncenter size-large wp-image-4167\" src=\"https://deborahbrody.com/wp-content/uploads/2021/01/pexels-olya-kobruseva-5417637-684x1024.jpg\" alt=\"\" width=\"684\" height=\"1024\" /></a>\r\n\r\nAs a communicator, I thought the biggest lesson of 2020 was the need to adapt and quickly. Events went from in-person to virtual. Many were no longer commuting. There was (and continues to be) a lot of stress and anxiety. Those realities impacted marketing efforts.  We saw an increase in email marketing,  on-line presentations and events, and a general toning down of advertising.\r\n\r\nNow that we are in a new year, I have five wishes to make 2021 the year for more effective, high-impact communications.\r\n<ol>\r\n 	<li><strong> Use email marketing more effectively</strong></li>\r\n</ol>\r\nAt the end of the year I got bombarded with donation pleas from many nonprofits. I mean several in a day. And then there\'s Overstock.com, which sends at least an email every single day—one day offering me 12% off and the next 15%. The lesson is don\'t overwhelm your customer or donors. Be strategic and think of your recipient. And then there\'s the many small groups who are still sending all-image emails. The problem here is that unless the received downloads the images, your email appears blank.  Follow some guidelines before you send out that next email. Jill Kurtz wrote a great <a href=\"https://kurtzdigitalstrategy.com/2021/01/12/email-marketing-checklist/\" target=\"_blank\" rel=\"noopener\">Email Marketing Checklis</a>t, which is worth a read.\r\n<ol start=\"2\">\r\n 	<li><strong> Leverage your website </strong></li>\r\n</ol>\r\nYour website is your reception desk to the world. If people have questions, chances are they will check your website before they call.  It follows your website should have all the information they need. Keep it updated, especially with any COVID protocols you are following. An outdated website will result in customer frustration and maybe even lost business.\r\n<ol start=\"3\">\r\n 	<li><strong> Focus your social media efforts. </strong></li>\r\n</ol>\r\nThis is they year to choose your social media platforms and embrace them. The truth is that you can’t effectively manage too many platforms. You won\'t be able to have meaningful engagement if you have to monitor too many streams. Choose the platforms that <em>perform</em> best for you, where you have the most traction and/or where the majority of your audience is. Do you really need to be on Twitter, Instagram, Facebook, LinkedIn, TikTok, etc? I am not saying that you can’t try out a new outlet, but if you do, and it works well, perhaps you replace instead of adding.m And if you are using multiple platforms, create content with each platform in mind. The post you use on LinkedIn should not be the same as the one you use on Twitter.\r\n<ol start=\"4\">\r\n 	<li><strong> Use Zoom or Livestream more effectively. </strong></li>\r\n</ol>\r\nCheck out <a title=\"Avoid Zooming and frustrating your audience\" href=\"https://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/\" target=\"_blank\" rel=\"noopener\">my post</a> about this. I’ve spent too much time having to hear people explain how to use Zoom, muting/unmuting, and just plain wasting time with lengthy bios. That is why we have the chat function and the email confirmation. People are spending much more time in front of computer screens, and want you to get to the point.\r\n<ol start=\"5\">\r\n 	<li><strong> Copy edit and proofread all your marketing materials, including (perhaps especially) social media posts.</strong></li>\r\n</ol>\r\nThe other day, my local police department posted about how a driver ended up with her car on the train tracks because she used the gas pedal instead of the \"breaks.\" And the local weather Twitter feed told me there would be \"peaks\" of sun. These are very small examples, but when you make these type of mistakes, you are showing a lack of care. So, proof everything before it goes live. And say what you mean clearly and concisely, and if you need help doing so, a copy editor is your best bet.\r\n\r\n<hr />\r\n\r\nHappy New Year 2021! Let\'s work on making it better for our communications.','Wishing for better communications in 2021','','inherit','closed','closed','','4165-revision-v1','','','2021-01-13 12:56:44','2021-01-13 17:56:44','',4165,'https://deborahbrody.com/2021/01/4165-revision-v1/',0,'revision','',0),
(4169,4,'2021-01-14 09:24:31','2021-01-14 14:24:31','Count me in as one of the many who are glad that 2020 is over. I am optimistic about the year ahead, in spite of the horrendous and deadly insurrection last week at the U.S. Capitol.\r\n\r\nThere’s a lot to look forward to this year: a new administration, worldwide COVID vaccinations, and the subsequent return to normalcy. Maybe by the end of 2021 we’ll be back to attending in-person events!\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2021/01/pexels-olya-kobruseva-5417637.jpg\"><img class=\"aligncenter size-large wp-image-4167\" src=\"https://deborahbrody.com/wp-content/uploads/2021/01/pexels-olya-kobruseva-5417637-684x1024.jpg\" alt=\"\" width=\"684\" height=\"1024\" /></a>\r\n\r\nAs a communicator, I thought the biggest lesson of 2020 was the need to adapt and quickly. Events went from in-person to virtual. Many workers were no longer commuting to their offices (I wonder what happened to drive time radio costs!). There was (and continues to be) a lot of stress and anxiety. Those realities impacted marketing efforts.  We saw an increase in email marketing,  on-line presentations and events, and a general toning down of advertising.\r\n\r\nNow that we are in a new year, I have five wishes to make 2021 the year for more effective, high-impact communications.\r\n<ol>\r\n 	<li><strong> Use email marketing more effectively</strong></li>\r\n</ol>\r\nAt the end of the year I got bombarded with donation pleas from many nonprofits—and I  mean several in just one day. On December 31, 2020 it was particularly bad, as I got emails from each and every organization I have supported, and one organization sent me four or five emails!  And then there\'s Overstock.com, which sends at least an email every single day—one day offering me 12% off and the next 15%. The lesson here is: Don\'t overwhelm your customer or donors. Be strategic and think of your recipient. And then there\'s the many small groups who are still sending all-image emails. The problem here is that unless the received downloads the images, your email appears blank.  Follow some guidelines before you send out that next email. Jill Kurtz wrote a great <a href=\"https://kurtzdigitalstrategy.com/2021/01/12/email-marketing-checklist/\" target=\"_blank\" rel=\"noopener\">Email Marketing Checklis</a>t, which is worth a read.\r\n<ol start=\"2\">\r\n 	<li><strong> Leverage your website </strong></li>\r\n</ol>\r\nYour website is your reception desk to the world. If people have questions, chances are they will check your website before they call.  It follows your website should have all the information they need. Keep it updated, especially with any COVID protocols you are following. For many, the idea of spending money to update a website in these times may be anathema. However, an outdated website will result in customer frustration and maybe even lost business.\r\n<ol start=\"3\">\r\n 	<li><strong> Focus your social media efforts. </strong></li>\r\n</ol>\r\nThis is they year to choose your social media platforms and embrace them. The truth is that you can’t effectively manage too many platforms. You won\'t be able to have meaningful engagement if you have to monitor too many streams. Choose the platforms that <em>perform</em> best for you, where you have the most traction and/or where the majority of your audience is. Do you really need to be on Twitter, Instagram, Facebook, LinkedIn, TikTok, etc? I am not saying that you can’t try out a new outlet, but if you do, and it works well, perhaps you replace instead of adding.  And if you are using multiple platforms, create content with each platform in mind. The post you use on LinkedIn should not be the same as the one you use on Twitter.\r\n<ol start=\"4\">\r\n 	<li><strong> Use Zoom or Livestream more effectively. </strong></li>\r\n</ol>\r\nCheck out <a title=\"Avoid Zooming and frustrating your audience\" href=\"https://deborahbrody.com/2020/10/avoid-zooming-and-frustrating-your-audience/\" target=\"_blank\" rel=\"noopener\">my post</a> about this. I’ve spent too much time having to hear people explain how to use Zoom, muting/unmuting, and just plain wasting time reading lengthy presenter bios.  People are spending much more time in front of computer screens, and want you to get to the point. I can read the bio myself if you send it in an email or provide a link to it during the presentation.\r\n<ol start=\"5\">\r\n 	<li><strong> Copy edit and proofread all your marketing materials, including (perhaps especially) social media posts.</strong></li>\r\n</ol>\r\nThe other day, my local police department posted about how a driver ended up with her car on the train tracks because she used the gas pedal instead of the \"breaks.\" And the local weather Twitter feed told me there would be \"peaks\" of sun. These are very small examples, but when you make these type of mistakes, you are showing a lack of care. So, proof everything before it goes live. And say what you mean clearly and concisely, and if you need help doing so, use a copy editor!\r\n\r\n<hr />\r\n\r\nHappy New Year 2021! Let\'s work on making it better for our communications. If you have a 2021 communications wishes, share them with me in the comments.','Wishing for better communications in 2021','','inherit','closed','closed','','4165-revision-v1','','','2021-01-14 09:24:31','2021-01-14 14:24:31','',4165,'https://deborahbrody.com/2021/01/4165-revision-v1/',0,'revision','',0),
(4174,4,'2021-02-12 09:53:06','2021-02-12 14:53:06','<strong>When you\'re left shaking your head</strong>\r\n\r\nThe other day I got an email from someone who wanted to write a guest blog post (presumably for this website) about how to get better sleep. Do you know what I did with that email? I deleted it. Why? Because if you take even a cursory look at this blog/website, you will note that it is not about sleeping, or health, or wellness, or anything related to getting better sleep. Also of note is that I write all posts on the blog. I don\'t have guest bloggers or any information on how to submit a guest blog.\r\n\r\nA friend was telling me just the other day how she got a call about her expired car warranty. Except she doesn\'t even have a car.\r\n\r\nAnd then there\'s the gas company that calls about your gas bill, and you don\'t even have gas at your house.\r\n\r\n<strong>It probably is spam</strong>\r\n\r\nYes, these are all examples of spam. We know spammers don\'t have time to research and target a message that is specific to you. That is why they are spammers. They send out the same message to everyone and hope that one hits the right target.\r\n\r\n<strong>Effective marketing is not spam. It is targeted.</strong>\r\n\r\nThe opposite of spamming is targeting. If you target your message to the right audience, you have a much better chance of success.\r\n\r\n<strong>How do you target?</strong>\r\n\r\nTo be targeted,  you have to start with definition. You must understand exactly who needs or wants your product or service, and be able to describe those people or organizations. Once you know who you are selling to, you know your target audience. For example, if you are selling extended car warranties,  your audience is people who own cars that are out of warranty. Perhaps you can further narrow it down by how old the car is and where these people are located.\r\n\r\nOnce you\'ve defined your target audience, you have to figure out where you can find this group. Where does this group go to find information?\r\n\r\n<strong>Bottom line</strong>\r\n\r\nSend your message to the right audience and you will be much more effective.\r\n\r\n&nbsp;','Success starts with being targeted','','publish','open','open','','success-starts-with-being-targeted','','','2021-02-12 09:53:06','2021-02-12 14:53:06','',0,'https://deborahbrody.com/?p=4174',0,'post','',0),
(4175,4,'2021-02-11 11:17:26','2021-02-11 16:17:26','<strong>When you\'re left shaking your head</strong>\r\n\r\nThe other day I got an email from someone who wanted to write a guest blog post (presumably for this website) about how to get better sleep. Do you know what I did with that email? I deleted it. Why? Because if you take even a cursory look at this blog/website, you will note that it is not about sleeping, or health, or wellness, or anything related to getting better sleep. Also of note is that I write all posts on the blog. I don\'t have guest bloggers. I don\'t have any information on how to submit a guest blog.\r\n\r\nA friend was telling me just the other day how she got a call about her expired car warranty. Except she doesn\'t even have a car.\r\n\r\nAnd then there\'s the gas company that calls about your gas bill, and you don\'t even have gas at your house.\r\n\r\n<strong>It probably is spam</strong>\r\n\r\nYes, these are all examples of spam. We know spammers don\'t have time to research and target a message that is specific to you. That is why they are spammers. They send out the same message to everyone and hope that one hits the right target.\r\n\r\n<strong>Effective marketing is not spam. It is targeted.</strong>\r\n\r\nThe opposite of spamming is targeting. If you target your message to the right audience, you have a much better chance of success.\r\n\r\n<strong>How do you target?</strong>\r\n\r\nTo be targeted,  you have to start with definition. You must understand exactly who needs or wants your product or service, and be able to describe those people. This description is your target audience.\r\n\r\nFor example, if you are selling extended car warranties your audience is people who own cars that are out of warranty. Perhaps you can further narrow it down by how old the car is and where these people are located.\r\n\r\nOnce you\'ve defined your target audience, you have to figure out where you can find this group. What\r\n\r\n&nbsp;','Success starts with being targeted','','inherit','closed','closed','','4174-revision-v1','','','2021-02-11 11:17:26','2021-02-11 16:17:26','',4174,'https://deborahbrody.com/2021/02/4174-revision-v1/',0,'revision','',0),
(4177,4,'2021-02-11 15:26:29','2021-02-11 20:26:29','<strong>When you\'re left shaking your head</strong>\r\n\r\nThe other day I got an email from someone who wanted to write a guest blog post (presumably for this website) about how to get better sleep. Do you know what I did with that email? I deleted it. Why? Because if you take even a cursory look at this blog/website, you will note that it is not about sleeping, or health, or wellness, or anything related to getting better sleep. Also of note is that I write all posts on the blog. I don\'t have guest bloggers or any information on how to submit a guest blog.\r\n\r\nA friend was telling me just the other day how she got a call about her expired car warranty. Except she doesn\'t even have a car.\r\n\r\nAnd then there\'s the gas company that calls about your gas bill, and you don\'t even have gas at your house.\r\n\r\n<strong>It probably is spam</strong>\r\n\r\nYes, these are all examples of spam. We know spammers don\'t have time to research and target a message that is specific to you. That is why they are spammers. They send out the same message to everyone and hope that one hits the right target.\r\n\r\n<strong>Effective marketing is not spam. It is targeted.</strong>\r\n\r\nThe opposite of spamming is targeting. If you target your message to the right audience, you have a much better chance of success.\r\n\r\n<strong>How do you target?</strong>\r\n\r\nTo be targeted,  you have to start with definition. You must understand exactly who needs or wants your product or service, and be able to describe those people or organizations. Once you know who you are selling to, you know your target audience. For example, if you are selling extended car warranties,  your audience is people who own cars that are out of warranty. Perhaps you can further narrow it down by how old the car is and where these people are located.\r\n\r\nOnce you\'ve defined your target audience, you have to figure out where you can find this group. Where does this group go to find information?\r\n\r\n<strong>Bottom line</strong>\r\n\r\nSend your message to the right audience and you will be much more effective.\r\n\r\n&nbsp;','Success starts with being targeted','','inherit','closed','closed','','4174-revision-v1','','','2021-02-11 15:26:29','2021-02-11 20:26:29','',4174,'https://deborahbrody.com/2021/02/4174-revision-v1/',0,'revision','',0),
(4176,4,'2021-02-11 15:25:03','2021-02-11 20:25:03','<strong>When you\'re left shaking your head</strong>\r\n\r\nThe other day I got an email from someone who wanted to write a guest blog post (presumably for this website) about how to get better sleep. Do you know what I did with that email? I deleted it. Why? Because if you take even a cursory look at this blog/website, you will note that it is not about sleeping, or health, or wellness, or anything related to getting better sleep. Also of note is that I write all posts on the blog. I don\'t have guest bloggers or any information on how to submit a guest blog.\r\n\r\nA friend was telling me just the other day how she got a call about her expired car warranty. Except she doesn\'t even have a car.\r\n\r\nAnd then there\'s the gas company that calls about your gas bill, and you don\'t even have gas at your house.\r\n\r\n<strong>It probably is spam</strong>\r\n\r\nYes, these are all examples of spam. We know spammers don\'t have time to research and target a message that is specific to you. That is why they are spammers. They send out the same message to everyone and hope that one hits the right target.\r\n\r\n<strong>Effective marketing is not spam. It is targeted.</strong>\r\n\r\nThe opposite of spamming is targeting. If you target your message to the right audience, you have a much better chance of success.\r\n\r\n<strong>How do you target?</strong>\r\n\r\nTo be targeted,  you have to start with definition. You must understand exactly who needs or wants your product or service, and be able to describe those people or organizations. Once you know who you are selling to, you know your target audience. For example, if you are selling extended car warranties,  your audience is people who own cars that are out of warranty. Perhaps you can further narrow it down by how old the car is and where these people are located.\r\n\r\nOnce you\'ve defined your target audience, you have to figure out where you can find this group. Where does this group go to find information?\r\n\r\n<strong>Bottom line</strong>\r\n\r\nSending your message to an audience who could be receptive to the message will be much more effective than sending the same message to everybody.\r\n\r\n&nbsp;','Success starts with being targeted','','inherit','closed','closed','','4174-revision-v1','','','2021-02-11 15:25:03','2021-02-11 20:25:03','',4174,'https://deborahbrody.com/2021/02/4174-revision-v1/',0,'revision','',0),
(4181,4,'2021-03-12 09:31:46','2021-03-12 14:31:46','Marketing is not just about promotion, sales, or pricing. Marketing is also customer service and customer communication.  Marketing is about operations and logistics. In other words, can you fulfill the orders? If your operations are not working well, no amount of marketing is going to close a sale.\r\n\r\n<strong>Where is my order?</strong>\r\n\r\nA couple of weeks ago, a friend recommended some face masks (I am not going to give this company any other publicity, so I will refer to it as the company). She even had a promotional discount to share with me. I went to the company website, and I bought a set of three masks.\r\n<p style=\"padding-left: 30px;\">At 2:51 p.m., I got an email with my receipt.</p>\r\n<p style=\"padding-left: 30px;\">At 3:01 p.m.  got another email confirming my order, which said there would be a one to three day processing time before shipping.</p>\r\n<p style=\"padding-left: 30px;\">At 3:03 p.m. I got another email, this one thanking me for my order and asking me to submit a review to Facebook. Mind you, I don’t yet have the product.</p>\r\n<p style=\"padding-left: 30px;\">At 3:05 p.m. I got an email with the subject line: “Deborah, You Forgot Your Filters!” (I didn’t forget the filters, I just chose not to order them.)</p>\r\n<p style=\"padding-left: 30px;\">At 3:08 p.m., I got a fifth email with the subject line:  “You Forgot Your Filters.”</p>\r\n<strong>In the space of 15 minutes, I got FIVE emails. That’s too many.</strong>\r\n\r\nThe next day, I got two emails:\r\n<p style=\"padding-left: 30px;\">“Your Orders (sic) About To Ship Out…Don’t Forget Your Filters”</p>\r\n<p style=\"padding-left: 30px;\">And</p>\r\n<p style=\"padding-left: 30px;\">“Deborah, Your Orders (sic) About To Ship…Don’t Forget Your Filters.”</p>\r\nNow, I am getting very irritated. Clearly, they want me to order filters before they ship out my order, and they are not being subtle about it.\r\n\r\nOne week later, I still hadn\'t gotten a shipment notification. I email the company asking where my order is. I get this email reply:\r\n<blockquote>Greetings Deborah,\r\n\r\nThank you so much for taking the time to reach out to us :)\r\n\r\nWe would like to thank you for your patience and we sincerely apologize for any delays in delivering your order!\r\n\r\n<strong>I will personally reach out to our fulfillment team and ensure that your order gets expedited and sent out for delivery ASAP.</strong>\r\n\r\nOnce your order has shipped, you will automatically receive an email containing the tracking information.\r\n\r\nThank you for being so patient with us, it has not gone unnoticed &lt;3\r\n\r\nIf there is anything else we can ever help you with, please, just let us know — it would be our pleasure to serve you.</blockquote>\r\n&nbsp;\r\n\r\nOkay. Nice enough email, but no answer to my query, “Where is my order?”\r\n\r\nI replied telling the customer service agent that if my order was not shipping that day, I wanted it cancelled. The agent replied:\r\n<blockquote>Hello Deborah,\r\n\r\nThank you so much for your reply and apologies for the inconvenience.\r\n\r\nI have reached out to our fulfilment (sic) team and found that there are orders that haven\'t been shipped due to courier delays affected by the pandemic. I\'ve refunded your last order as requested.\r\n\r\nPlease allow 5-10 business days for the refund to be processed. Reimbursement of funds will be allocated back to the original form of payment used for purchase.\r\n\r\nAgain, we are truly sorry about the delays.</blockquote>\r\n<strong>One full year into the pandemic, this company is blaming it for shipping delays!</strong>\r\n\r\nWow. If this were happening sometime in 2020, perhaps this excuse would ring true. Or even during the USPS breakdown in December. But in March of 2021? This is just a stupid excuse.\r\n\r\n<strong>There are plenty of other mask providers</strong>\r\n\r\nI got my refund, but then I went to another mask maker, where I ordered masks on Sunday, got a confirmation email (just one email, not five), and then on Tuesday, got an email saying my masks shipped. I got my new masks yesterday. No muss, no fuss. Just the way any other transaction should be. I have gotten no marketing emails. And actually, if I did get a promotional email now, I would most likely buy from this company, since I had a positive experience.\r\n\r\n<strong>How to fail at marketing</strong>\r\n\r\nThe first company does not understand marketing.\r\n\r\nHere\'s just some of the issues:\r\n<ul>\r\n 	<li>Focusing on its needs or goals (in this case, selling filters), not the customer’s</li>\r\n 	<li>Not delivering what it promised.</li>\r\n 	<li>Blaming an external circumstance instead of taking responsibility.</li>\r\n 	<li>Communicating aggressively to sell and not to service.</li>\r\n</ul>\r\n<strong>And how to succeed</strong>\r\n\r\nThe second company just did what anyone expects from any sales transaction: take an order and then fulfill it. It is that simple.\r\n\r\n<strong>Bottom line</strong>\r\n\r\nBefore you blame your marketing efforts for lackluster sales, take a look at your operations. Are you fulfilling orders in a timely manner? Is customer service working well? Are you communicating any issues to your customers? Marketing can\'t solve operational issues.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marketing does not work if your operations aren\'t up to the task','','publish','open','open','','marketing-does-not-work-if-your-operations-arent-up-to-the-task','','','2021-03-12 09:31:46','2021-03-12 14:31:46','',0,'https://deborahbrody.com/?p=4181',0,'post','',0),
(4182,4,'2021-03-12 09:23:30','2021-03-12 14:23:30','Marketing is not just about promotion, sales, or pricing. Marketing is also customer service and customer communication.  Marketing is about operations and logistics. Can you fulfill the orders? If you don’t have all these elements in place, no amount of marketing is going to close a sale.\r\n\r\n<strong>Where is my order?</strong>\r\n\r\nA couple of weeks ago, a friend recommended some face masks (I am not going to give this company any other publicity, so I will refer to it as the company). She even had a promotional discount to share with me. I went to the company website, and I bought a set of three masks.\r\n<p style=\"padding-left: 30px;\">At 2:51 p.m., I got an email with my receipt.</p>\r\n<p style=\"padding-left: 30px;\">At 3:01 p.m.  got another email confirming my order, which said there would be a one to three day processing time before shipping.</p>\r\n<p style=\"padding-left: 30px;\">At 3:03 p.m. I got another email, this one thanking me for my order and asking me to submit a review to Facebook. Mind you, I don’t yet have the product.</p>\r\n<p style=\"padding-left: 30px;\">At 3:05 p.m. I got an email with the subject line: “Deborah, You Forgot Your Filters!” (I didn’t forget the filters, I just chose not to order them.)</p>\r\n<p style=\"padding-left: 30px;\">At 3:08 p.m., I got a fifth email with the subject line:  “You Forgot Your Filters.”</p>\r\n<strong>In the space of 15 minutes, I got FIVE emails. That’s too many.</strong>\r\n\r\nThe next day, I got two emails:\r\n<p style=\"padding-left: 30px;\">“Your Orders (sic) About To Ship Out…Don’t Forget Your Filters”</p>\r\n<p style=\"padding-left: 30px;\">And</p>\r\n<p style=\"padding-left: 30px;\">“Deborah, Your Orders (sic) About To Ship…Don’t Forget Your Filters.”</p>\r\nNow, I am getting very irritated. Clearly, they want me to order filters before they ship out my order, and they are not being subtle about it.\r\n\r\nOne week later, I still hadn\'t gotten a shipment notification. I email the company asking where my order is. I get this email reply:\r\n<blockquote>Greetings Deborah,\r\n\r\nThank you so much for taking the time to reach out to us :)\r\n\r\nWe would like to thank you for your patience and we sincerely apologize for any delays in delivering your order!\r\n\r\n<strong>I will personally reach out to our fulfillment team and ensure that your order gets expedited and sent out for delivery ASAP.</strong>\r\n\r\nOnce your order has shipped, you will automatically receive an email containing the tracking information.\r\n\r\nThank you for being so patient with us, it has not gone unnoticed &lt;3\r\n\r\nIf there is anything else we can ever help you with, please, just let us know — it would be our pleasure to serve you.</blockquote>\r\n&nbsp;\r\n\r\nOkay. Nice enough email, but no answer to my query, “Where is my order?”\r\n\r\nI replied telling the customer service agent that if my order was not shipping that day, I wanted it cancelled. The agent replied:\r\n<blockquote>Hello Deborah,\r\n\r\nThank you so much for your reply and apologies for the inconvenience.\r\n\r\nI have reached out to our fulfilment team and found that there are orders that haven\'t been shipped due to courier delays affected by the pandemic. I\'ve refunded your last order as requested.\r\n\r\nPlease allow 5-10 business days for the refund to be processed. Reimbursement of funds will be allocated back to the original form of payment used for purchase.\r\n\r\nAgain, we are truly sorry about the delays.</blockquote>\r\n&nbsp;\r\n\r\n<strong>One full year into the pandemic, this company is blaming it for shipping delays!</strong>\r\n\r\nWow. If it were sometime in 2020 this would fly. Or even during the USPS breakdown in December. But in March of 2021? This is just a stupid excuse.\r\n\r\n<strong>There are plenty of other mask providers</strong>\r\n\r\nI got my refund, but then I went to another mask maker, where I ordered masks on Sunday, got a confirmation email (just one email, not five), and then on Tuesday, got an email saying my masks shipped. I got them yesterday. No muss, no fuss. Just the way any other transaction should be. I have gotten no marketing emails. And actually, if I did get a promotional email now, I would most likely buy from this company, since I had a positive experience.\r\n\r\nThe first company does not understand marketing.\r\n\r\nHere\'s just some of the issues:\r\n<ul>\r\n 	<li>Focusing on its needs or goals (in this case, selling filters), not the customer’s</li>\r\n 	<li>Not delivering what it promised.</li>\r\n 	<li>Blaming an external circumstance instead of taking responsibility.</li>\r\n 	<li>Communicating aggressively to sell and not to service.</li>\r\n</ul>\r\nThe second company just did what anyone expects from any sales transaction: take an order and then fulfill it. It is that simple.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marketing does not work if your operations aren\'t up to the task','','inherit','closed','closed','','4181-revision-v1','','','2021-03-12 09:23:30','2021-03-12 14:23:30','',4181,'https://deborahbrody.com/2021/03/4181-revision-v1/',0,'revision','',0),
(4183,4,'2021-03-12 09:30:53','2021-03-12 14:30:53','Marketing is not just about promotion, sales, or pricing. Marketing is also customer service and customer communication.  Marketing is about operations and logistics. In other words, can you fulfill the orders? If your operations are not working well, no amount of marketing is going to close a sale.\r\n\r\n<strong>Where is my order?</strong>\r\n\r\nA couple of weeks ago, a friend recommended some face masks (I am not going to give this company any other publicity, so I will refer to it as the company). She even had a promotional discount to share with me. I went to the company website, and I bought a set of three masks.\r\n<p style=\"padding-left: 30px;\">At 2:51 p.m., I got an email with my receipt.</p>\r\n<p style=\"padding-left: 30px;\">At 3:01 p.m.  got another email confirming my order, which said there would be a one to three day processing time before shipping.</p>\r\n<p style=\"padding-left: 30px;\">At 3:03 p.m. I got another email, this one thanking me for my order and asking me to submit a review to Facebook. Mind you, I don’t yet have the product.</p>\r\n<p style=\"padding-left: 30px;\">At 3:05 p.m. I got an email with the subject line: “Deborah, You Forgot Your Filters!” (I didn’t forget the filters, I just chose not to order them.)</p>\r\n<p style=\"padding-left: 30px;\">At 3:08 p.m., I got a fifth email with the subject line:  “You Forgot Your Filters.”</p>\r\n<strong>In the space of 15 minutes, I got FIVE emails. That’s too many.</strong>\r\n\r\nThe next day, I got two emails:\r\n<p style=\"padding-left: 30px;\">“Your Orders (sic) About To Ship Out…Don’t Forget Your Filters”</p>\r\n<p style=\"padding-left: 30px;\">And</p>\r\n<p style=\"padding-left: 30px;\">“Deborah, Your Orders (sic) About To Ship…Don’t Forget Your Filters.”</p>\r\nNow, I am getting very irritated. Clearly, they want me to order filters before they ship out my order, and they are not being subtle about it.\r\n\r\nOne week later, I still hadn\'t gotten a shipment notification. I email the company asking where my order is. I get this email reply:\r\n<blockquote>Greetings Deborah,\r\n\r\nThank you so much for taking the time to reach out to us :)\r\n\r\nWe would like to thank you for your patience and we sincerely apologize for any delays in delivering your order!\r\n\r\n<strong>I will personally reach out to our fulfillment team and ensure that your order gets expedited and sent out for delivery ASAP.</strong>\r\n\r\nOnce your order has shipped, you will automatically receive an email containing the tracking information.\r\n\r\nThank you for being so patient with us, it has not gone unnoticed &lt;3\r\n\r\nIf there is anything else we can ever help you with, please, just let us know — it would be our pleasure to serve you.</blockquote>\r\n&nbsp;\r\n\r\nOkay. Nice enough email, but no answer to my query, “Where is my order?”\r\n\r\nI replied telling the customer service agent that if my order was not shipping that day, I wanted it cancelled. The agent replied:\r\n<blockquote>Hello Deborah,\r\n\r\nThank you so much for your reply and apologies for the inconvenience.\r\n\r\nI have reached out to our fulfilment (sic) team and found that there are orders that haven\'t been shipped due to courier delays affected by the pandemic. I\'ve refunded your last order as requested.\r\n\r\nPlease allow 5-10 business days for the refund to be processed. Reimbursement of funds will be allocated back to the original form of payment used for purchase.\r\n\r\nAgain, we are truly sorry about the delays.</blockquote>\r\n<strong>One full year into the pandemic, this company is blaming it for shipping delays!</strong>\r\n\r\nWow. If this were happening sometime in 2020, perhaps this excuse would ring true. Or even during the USPS breakdown in December. But in March of 2021? This is just a stupid excuse.\r\n\r\n<strong>There are plenty of other mask providers</strong>\r\n\r\nI got my refund, but then I went to another mask maker, where I ordered masks on Sunday, got a confirmation email (just one email, not five), and then on Tuesday, got an email saying my masks shipped. I got my new masks yesterday. No muss, no fuss. Just the way any other transaction should be. I have gotten no marketing emails. And actually, if I did get a promotional email now, I would most likely buy from this company, since I had a positive experience.\r\n\r\n<strong>How to fail at marketing</strong>\r\n\r\nThe first company does not understand marketing.\r\n\r\nHere\'s just some of the issues:\r\n<ul>\r\n 	<li>Focusing on its needs or goals (in this case, selling filters), not the customer’s</li>\r\n 	<li>Not delivering what it promised.</li>\r\n 	<li>Blaming an external circumstance instead of taking responsibility.</li>\r\n 	<li>Communicating aggressively to sell and not to service.</li>\r\n</ul>\r\n<strong>And how to succeed</strong>\r\n\r\nThe second company just did what anyone expects from any sales transaction: take an order and then fulfill it. It is that simple.\r\n\r\n<strong>Bottom line</strong>\r\n\r\nBefore you blame your marketing efforts for lackluster sales, take a look at your operations. Are you fulfilling orders in a timely manner? Is customer service working well? Are you communicating any issues to your customers? Marketing can\'t solve operational issues.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marketing does not work if your operations aren\'t up to the task','','inherit','closed','closed','','4181-revision-v1','','','2021-03-12 09:30:53','2021-03-12 14:30:53','',4181,'https://deborahbrody.com/2021/03/4181-revision-v1/',0,'revision','',0),
(4194,4,'2021-06-17 14:21:36','2021-06-17 18:21:36','There\'s so much bad marketing out there: Ads that don\'t convince. Unconvincing pitches that get ignored. Generic email marketing that gets discarded.\r\n\r\nAll of them fail to answer one simple (not easy) question: Why?\r\n\r\n<strong>Give a reason to make me want to connect on LinkedIn</strong>\r\n\r\nRecently, I got a LinkedIn connection request from someone I don’t know. She’s a marketing manager at a local service provider. We’ve never met and we don’t have any connections in common. And she didn’t personalize the invitation. In other words, she didn’t say why she thought we should connect.  I clicked ignore. And I clicked ignore on another half-dozen requests I got this month that weren’t personalized. None of those people thought they should provide any reason why we should connect.\r\n\r\n<strong>A politician who is an outsider. So what?</strong>\r\n\r\nIn the recent Virginia primary, the Republican candidate for governor was running an ad touting his experience and background. Then he said this: \"It’s going to take an outsider [to fix Virginia’s issues]” What he didn’t address is why. Why would it take an outsider? What does an outsider bring to the situation?\r\n\r\n<strong>It\'s about answering the why</strong>\r\n\r\nTo market your product or service effectively, you must tell your audience <em><strong>why</strong></em> they should choose your offering. People need to have a reason (preferably a good reason) to act.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: Provide an answer to why, and you will improve your marketing. It’s really that simple.','The one question you must answer in marketing','','publish','open','open','','the-one-question-you-must-answer-in-marketing','','','2021-06-17 14:21:36','2021-06-17 18:21:36','',0,'https://deborahbrody.com/?p=4194',0,'post','',0),
(4195,4,'2021-06-17 14:18:29','2021-06-17 18:18:29','There\'s so much bad marketing out there. Ads that don\'t convince. Generic requests that get discarded. Unconvincing pitches that get ignored. All of them fail to answer one simple (not easy) question: Why?\r\n\r\n<strong>Give a reason to make me want to connect on LinkedIn</strong>\r\n\r\nRecently, I got a LinkedIn connection request from someone I don’t know. She’s a marketing manager at a local service provider. We’ve never met and we don’t have any connections in common. And she didn’t personalize the invitation. In other words, she didn’t say why she thought we should connect.  I clicked ignore. And I clicked ignore on another half-dozen requests I got this month that weren’t personalized. None of those people thought they should provide any reason why we should connect.\r\n\r\n<strong>A politician who is an outsider. So what?</strong>\r\n\r\nIn the recent Virginia primary, the Republican candidate for governor was running an ad touting his experience and background. Then he said this: It’s going to take an outsider [to fix Virginia’s issues]” What he didn’t address is why. Why would it take an outsider? What does an outsider bring to the situation?\r\n\r\n<strong>It\'s about answering the why</strong>\r\n\r\nTo market your product or service effectively, you must tell your audience why they should choose your offering. People need to have a reason (preferably a good reason) to act.\r\n\r\nHere\'s the bottom line: Provide an answer to why, and you will improve your marketing. It’s really that simple.','The one question you must answer in marketing','','inherit','closed','closed','','4194-revision-v1','','','2021-06-17 14:18:29','2021-06-17 18:18:29','',4194,'https://deborahbrody.com/2021/06/4194-revision-v1/',0,'revision','',0),
(4196,4,'2021-06-17 14:20:03','2021-06-17 18:20:03','There\'s so much bad marketing out there: Ads that don\'t convince. Generic requests that get discarded. Unconvincing pitches that get ignored.\r\n\r\nAll of them fail to answer one simple (not easy) question: Why?\r\n\r\n<strong>Give a reason to make me want to connect on LinkedIn</strong>\r\n\r\nRecently, I got a LinkedIn connection request from someone I don’t know. She’s a marketing manager at a local service provider. We’ve never met and we don’t have any connections in common. And she didn’t personalize the invitation. In other words, she didn’t say why she thought we should connect.  I clicked ignore. And I clicked ignore on another half-dozen requests I got this month that weren’t personalized. None of those people thought they should provide any reason why we should connect.\r\n\r\n<strong>A politician who is an outsider. So what?</strong>\r\n\r\nIn the recent Virginia primary, the Republican candidate for governor was running an ad touting his experience and background. Then he said this: It’s going to take an outsider [to fix Virginia’s issues]” What he didn’t address is why. Why would it take an outsider? What does an outsider bring to the situation?\r\n\r\n<strong>It\'s about answering the why</strong>\r\n\r\nTo market your product or service effectively, you must tell your audience <em><strong>why</strong></em> they should choose your offering. People need to have a reason (preferably a good reason) to act.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: Provide an answer to why, and you will improve your marketing. It’s really that simple.','The one question you must answer in marketing','','inherit','closed','closed','','4194-revision-v1','','','2021-06-17 14:20:03','2021-06-17 18:20:03','',4194,'https://deborahbrody.com/2021/06/4194-revision-v1/',0,'revision','',0),
(4197,4,'2021-06-17 14:21:36','2021-06-17 18:21:36','There\'s so much bad marketing out there: Ads that don\'t convince. Unconvincing pitches that get ignored. Generic email marketing that gets discarded.\r\n\r\nAll of them fail to answer one simple (not easy) question: Why?\r\n\r\n<strong>Give a reason to make me want to connect on LinkedIn</strong>\r\n\r\nRecently, I got a LinkedIn connection request from someone I don’t know. She’s a marketing manager at a local service provider. We’ve never met and we don’t have any connections in common. And she didn’t personalize the invitation. In other words, she didn’t say why she thought we should connect.  I clicked ignore. And I clicked ignore on another half-dozen requests I got this month that weren’t personalized. None of those people thought they should provide any reason why we should connect.\r\n\r\n<strong>A politician who is an outsider. So what?</strong>\r\n\r\nIn the recent Virginia primary, the Republican candidate for governor was running an ad touting his experience and background. Then he said this: \"It’s going to take an outsider [to fix Virginia’s issues]” What he didn’t address is why. Why would it take an outsider? What does an outsider bring to the situation?\r\n\r\n<strong>It\'s about answering the why</strong>\r\n\r\nTo market your product or service effectively, you must tell your audience <em><strong>why</strong></em> they should choose your offering. People need to have a reason (preferably a good reason) to act.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: Provide an answer to why, and you will improve your marketing. It’s really that simple.','The one question you must answer in marketing','','inherit','closed','closed','','4194-revision-v1','','','2021-06-17 14:21:36','2021-06-17 18:21:36','',4194,'https://deborahbrody.com/2021/06/4194-revision-v1/',0,'revision','',0),
(4201,4,'2021-07-21 09:57:40','2021-07-21 13:57:40','When the pandemic forced the country into lockdown last year, yoga studios were among the many non-essential businesses forced to close.  Although yoga is best practiced in person with close instructor supervision, yoga studios adapted to the situation and figured how to provide classes online.\r\n\r\nHaving good email lists became essential as yoga studios had to contact students to let them know how to proceed. Good websites were also important. There, yoga studio owners could post new COVID policies and new schedules. Most yoga studios were already using the online Mindbody software for people to enroll and pay for classes, so that aspect was seamless.\r\n\r\n[caption id=\"attachment_4202\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051.jpg\"><img class=\"size-large wp-image-4202\" src=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051-1024x680.jpg\" alt=\"\" width=\"1024\" height=\"680\" /></a> <br />Photo by Dmytro from Pexels[/caption]\r\n\r\nUp to this point, all three studios I have attended in the past couple of years were doing the same. Each studio was offering  classes on Zoom and registering  for them was easy to do online. Studios would send out links to the Zoom class and with the click of a mouse, we were doing yoga in our spare rooms and basements.  In June 2020, Maryland started lifting restrictions and began allowing non-essential businesses to reopen with capacity limits. Also,  the weather got nicer. And that’s where these three studios showed their business savvy.\r\n\r\nStudio A found a nearby park and negotiated a permit with the city to start providing outdoor classes. Outdoor classes cost $25 ($5 more than the pre-pandemic drop-in cost) but were offered several times a week over the course of the summer and into early fall.\r\n\r\nStudio B found a several locations that were willing to host outdoor classes, including a brewery and a plant nursery. Pretty soon, they were offering various outdoor classes. This studio charged regular drop-in ($18 or donation) and offered a minimum once a week outdoor option in addition to its Zoom offerings.\r\n\r\nStudio C kept doing Zoom and found a place to offer outdoor classes on a limited basis (four times total in the summer of 2020) and charged a workshop price of $30 for these. Drop-in classes at this studio had been $18, and it offered a $15 Zoom drop-in rate.\r\n\r\nAs cooler weather started and Maryland further scaled back pandemic restrictions, Studios A and B started offering limited in person classes, with few students, air purifiers and open windows, lots of social distancing,  and masks required. In the spring of 2021, as more people were getting vaccinated, Studios A and B added more in-person classes and as the weather got warmer, also added more outdoor options.  Studio C opened last, but not before announcing a GoFund Me campaign to raise funds to be able to open its doors.\r\n\r\nI don’t know the financial situation of any of these studios, but it seems to me Studio C\'s situation was precarious to be asking for donations. And not coincidentally, out of the three, Studio C did the worst at marketing.\r\n\r\n<strong>Failure #1: Failure to adapt</strong>\r\n\r\nStudios A and B were the quickest to figure out that people wanted to do in-person yoga instead of over Zoom, and the only way to do it was to hold classes outdoors. Studio C, on the other hand, was very slow to figure out how to offer outdoor yoga, and when it did, it only did so infrequently and at a high cost.\r\n\r\n<strong>Failure #2: Failure to communicate</strong>\r\n\r\nStudios A and B sent weekly email blasts about current classes and upcoming changes and generally to stay in touch. Studio C only sent emails sporadically and instead spent the pandemic redesigning its website. When Studio C sent out an email announcing its new website it failed to announce (disclose) that it had also raised prices. During the pandemic, there was a Zoom drop in rate of $15. From one week to the next, the drop in rate for Zoom classes became $19, a 25% increase. Once Studio C opened its physical location, it started sending out semi-weekly emails announcing “new in studio offerings” and a link to those, except that link never worked. Studio C didn\'t use email marketing to its potential.\r\n\r\n<strong>Failure #3: Failure to check out the competition</strong>\r\n\r\nIf you don’t know what others are doing, you can’t effectively compete with them. If Studio C had taken a moment to sign up for other studio\'s emails or even check out their websites, it would have seen that these other studios were offering in-person classes outdoors.\r\n\r\n<strong>Failure#4: Failure to seek out reliable business advice</strong>\r\n\r\nWhen interviewed by a local TV station about pandemic effects, Studio C’s owner admitted that she did not like to ask for help but that she was forced to run a GoFund Me campaign to be able to pay back rent and open. If Studio C\'s owner had sought out business advice early on in the pandemic, she may have been in a better position. We are not all born with business sense, but we should have sense enough to know we don’t have it and that we should seek it.\r\n\r\n<hr />\r\n\r\n<strong>The bottom line</strong>\r\n\r\nKeeping your business open, and by extension, doing a good job at marketing, was hugely challenging during a global pandemic. The businesses that survived were all able to adapt to the changing circumstances. And those that did the best job at marketing, not only survived but thrived.','4 Avoidable Pandemic Marketing Failures','','publish','open','open','','4-avoidable-pandemic-marketing-failures','','','2021-07-21 09:57:40','2021-07-21 13:57:40','',0,'https://deborahbrody.com/?p=4201',0,'post','',0),
(4202,4,'2021-07-21 09:11:23','2021-07-21 13:11:23','','pexels-dmytro-2394051','\nPhoto by Dmytro from Pexels\n','inherit','open','closed','','pexels-dmytro-2394051','','','2021-07-21 09:11:51','2021-07-21 13:11:51','',4201,'https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051.jpg',0,'attachment','image/jpeg',0),
(4203,4,'2021-07-21 09:16:23','2021-07-21 13:16:23','When the pandemic forced the country into lockdown last year, yoga studios closed.  Although Yoga is best practiced in person with close instructor supervision, yoga studios figured out they could provide classes online, generally via Zoom.\r\n\r\nHaving good email lists became essential as yoga studios had to contact students to let them know how to proceed. Good websites were also important. There, yoga studio owners could post new COVID policies, new schedules. Most yoga studios were already using the Mindbody software for people to enroll and pay for classes.\r\n\r\n[caption id=\"attachment_4202\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051.jpg\"><img class=\"size-large wp-image-4202\" src=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051-1024x680.jpg\" alt=\"\" width=\"1024\" height=\"680\" /></a> <br />Photo by Dmytro from Pexels[/caption]\r\n\r\nUp to this point, all three studios I have attended in the past couple of years were doing the same. Everybody had classes on Zoom and online registering was easy. Studios would send out links to the Zoom class and with the click of a mouse, we were doing yoga in our spare rooms and basements.  But then a couple of things happened: Maryland started lifting restrictions and allowing non-essential business to reopen with capacity limits, and the weather got nicer. And that’s where these three studios showed their business savvy.\r\n\r\nStudio A found a nearby park and negotiated a permit with the city to start providing outdoor classes. Outdoor classes cost $25 ($5 more than the pre-pandemic drop-in cost) but were offered several times a week over the course of the summer and into early fall.\r\n\r\nStudio B found a several locations that were willing to host outdoor classes, including a brewery and a plant nursery. Pretty soon, they were offering various outdoor classes. This studio charged regular drop-in ($18 or donation) and offered a minimum once a week outdoor option.\r\n\r\nStudio C kept doing Zoom and found a place to offer outdoor classes on a limited basis (four times total in the summer of 2020) and charged a workshop price of $30 for these. Drop-in classes at this studio had been $18, and it offered a $15 Zoom drop-in rate.\r\n\r\nAs cooler weather started, Studios A and B started offering limited in person classes, with few students, lots of social distancing, and masks required. As more people were vaccinated, Studios A and B added more in person classes and as the weather got warmer, added outdoor options too. Studio C opened last, but not before announcing a Go Fund Me campaign to raise funds to be able to open its doors.\r\n\r\nI don’t know the financial situation of any of these studios, but it seems to me Studio not doing well to be asking for donations. And not coincidentally, out of the three, Studio C did the worst at marketing.\r\n\r\n<strong>Failure #1: Failure to adapt</strong>\r\n\r\nStudios A and B were the quickest to figure out that people wanted to do in person yoga instead of over Zoom, and the only way to do it was to hold classes outdoors. Studio C, on the other hand, was very slow to figure out how to offer outdoor yoga, and when it did, it only did so sporadically and at a high cost.\r\n\r\n<strong>Failure #2: Failure to communicate</strong>\r\n\r\nStudios A and B sent weekly email blasts about current classes and upcoming changes and generally to stay in touch. Studio C only sent emails sporadically and instead spent the pandemic redesigning its website. When Studio C sent out an email announcing the new website it failed to announce (disclose) that it had also raised prices. During the pandemic, there was a Zoom drop in rate of $15. From one week to the next, the drop in rate for Zoom classes became $19, a 25% increase. Once Studio C opened its physical location, it started sending out semi-weekly emails announcing “new in studio offerings” and a link to those, except that link never worked.\r\n\r\n<strong>Failure #3: Failure to check out the competition</strong>\r\n\r\nIf you don’t know what others are doing, you can’t effectively compete with them. If Studio C had taken a moment to sign up for area studio emails or even check out their websites, it would have seen that these other studios were offering in person classes outdoors.\r\n\r\n<strong>Failure#4: Failure to seek out reliable business advice</strong>\r\n\r\nStudio C’s owner admitted that she did not like to ask for help but that she was forced to run a GoFund Me campaign. If she had sought out advice early on in the pandemic, she may have been in a better position. We are not all born with business sense, but we should have sense enough to know we don’t have it and we should seek it.\r\n\r\nKeeping your business open, and by extension, doing a good job at marketing, was hugely challenging during a global pandemic. The businesses that survived were all able to adapt to the changing circumstances. And those that thrived did the best job at marketing.','4 Avoidable Pandemic Marketing Failures','','inherit','closed','closed','','4201-revision-v1','','','2021-07-21 09:16:23','2021-07-21 13:16:23','',4201,'https://deborahbrody.com/2021/07/4201-revision-v1/',0,'revision','',0),
(4204,4,'2021-07-21 09:18:23','2021-07-21 13:18:23','When the pandemic forced the country into lockdown last year, yoga studios closed.  Although Yoga is best practiced in person with close instructor supervision, yoga studios figured out they could provide classes online, generally via Zoom.\r\n\r\nHaving good email lists became essential as yoga studios had to contact students to let them know how to proceed. Good websites were also important. There, yoga studio owners could post new COVID policies, new schedules. Most yoga studios were already using the Mindbody software for people to enroll and pay for classes.\r\n\r\n[caption id=\"attachment_4202\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051.jpg\"><img class=\"size-large wp-image-4202\" src=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051-1024x680.jpg\" alt=\"\" width=\"1024\" height=\"680\" /></a> <br />Photo by Dmytro from Pexels[/caption]\r\n\r\nUp to this point, all three studios I have attended in the past couple of years were doing the same. Everybody had classes on Zoom and online registering was easy. Studios would send out links to the Zoom class and with the click of a mouse, we were doing yoga in our spare rooms and basements.  But then a couple of things happened: Maryland started lifting restrictions and allowing non-essential business to reopen with capacity limits, and the weather got nicer. And that’s where these three studios showed their business savvy.\r\n\r\nStudio A found a nearby park and negotiated a permit with the city to start providing outdoor classes. Outdoor classes cost $25 ($5 more than the pre-pandemic drop-in cost) but were offered several times a week over the course of the summer and into early fall.\r\n\r\nStudio B found a several locations that were willing to host outdoor classes, including a brewery and a plant nursery. Pretty soon, they were offering various outdoor classes. This studio charged regular drop-in ($18 or donation) and offered a minimum once a week outdoor option.\r\n\r\nStudio C kept doing Zoom and found a place to offer outdoor classes on a limited basis (four times total in the summer of 2020) and charged a workshop price of $30 for these. Drop-in classes at this studio had been $18, and it offered a $15 Zoom drop-in rate.\r\n\r\nAs cooler weather started, Studios A and B started offering limited in person classes, with few students, lots of social distancing, and masks required. As more people were vaccinated, Studios A and B added more in person classes and as the weather got warmer, added outdoor options too. Studio C opened last, but not before announcing a Go Fund Me campaign to raise funds to be able to open its doors.\r\n\r\nI don’t know the financial situation of any of these studios, but it seems to me Studio not doing well to be asking for donations. And not coincidentally, out of the three, Studio C did the worst at marketing.\r\n\r\n<strong>Failure #1: Failure to adapt</strong>\r\n\r\nStudios A and B were the quickest to figure out that people wanted to do in person yoga instead of over Zoom, and the only way to do it was to hold classes outdoors. Studio C, on the other hand, was very slow to figure out how to offer outdoor yoga, and when it did, it only did so sporadically and at a high cost.\r\n\r\n<strong>Failure #2: Failure to communicate</strong>\r\n\r\nStudios A and B sent weekly email blasts about current classes and upcoming changes and generally to stay in touch. Studio C only sent emails sporadically and instead spent the pandemic redesigning its website. When Studio C sent out an email announcing the new website it failed to announce (disclose) that it had also raised prices. During the pandemic, there was a Zoom drop in rate of $15. From one week to the next, the drop in rate for Zoom classes became $19, a 25% increase. Once Studio C opened its physical location, it started sending out semi-weekly emails announcing “new in studio offerings” and a link to those, except that link never worked.\r\n\r\n<strong>Failure #3: Failure to check out the competition</strong>\r\n\r\nIf you don’t know what others are doing, you can’t effectively compete with them. If Studio C had taken a moment to sign up for area studio emails or even check out their websites, it would have seen that these other studios were offering in person classes outdoors.\r\n\r\n<strong>Failure#4: Failure to seek out reliable business advice</strong>\r\n\r\nStudio C’s owner admitted that she did not like to ask for help but that she was forced to run a GoFund Me campaign. If she had sought out advice early on in the pandemic, she may have been in a better position. We are not all born with business sense, but we should have sense enough to know we don’t have it and we should seek it.\r\n\r\n<hr />\r\n\r\n<strong>The bottom line</strong>\r\n\r\nKeeping your business open, and by extension, doing a good job at marketing, was hugely challenging during a global pandemic. The businesses that survived were all able to adapt to the changing circumstances. And those that did the best job at marketing, not only survived but thrived.','4 Avoidable Pandemic Marketing Failures','','inherit','closed','closed','','4201-revision-v1','','','2021-07-21 09:18:23','2021-07-21 13:18:23','',4201,'https://deborahbrody.com/2021/07/4201-revision-v1/',0,'revision','',0),
(4205,4,'2021-07-21 09:51:18','2021-07-21 13:51:18','When the pandemic forced the country into lockdown last year, yoga studios were among the many non-essential businesses forced to close.  Although yoga is best practiced in person with close instructor supervision, yoga studios adapted to the situation and figured how to provide classes online.\r\n\r\nHaving good email lists became essential as yoga studios had to contact students to let them know how to proceed. Good websites were also important. There, yoga studio owners could post new COVID policies and new schedules. Most yoga studios were already using the online Mindbody software for people to enroll and pay for classes, so that aspect was seamless.\r\n\r\n[caption id=\"attachment_4202\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051.jpg\"><img class=\"size-large wp-image-4202\" src=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051-1024x680.jpg\" alt=\"\" width=\"1024\" height=\"680\" /></a> <br />Photo by Dmytro from Pexels[/caption]\r\n\r\nUp to this point, all three studios I have attended in the past couple of years were doing the same. Each studio was offering  classes on Zoom and registering  for them was easy to do online. Studios would send out links to the Zoom class and with the click of a mouse, we were doing yoga in our spare rooms and basements.  In June 2020, Maryland started lifting restrictions and began allowing non-essential business to reopen with capacity limits. Also,  the weather got nicer. And that’s where these three studios showed their business savvy.\r\n\r\nStudio A found a nearby park and negotiated a permit with the city to start providing outdoor classes. Outdoor classes cost $25 ($5 more than the pre-pandemic drop-in cost) but were offered several times a week over the course of the summer and into early fall.\r\n\r\nStudio B found a several locations that were willing to host outdoor classes, including a brewery and a plant nursery. Pretty soon, they were offering various outdoor classes. This studio charged regular drop-in ($18 or donation) and offered a minimum once a week outdoor option in addition to its Zoom offerings.\r\n\r\nStudio C kept doing Zoom and found a place to offer outdoor classes on a limited basis (four times total in the summer of 2020) and charged a workshop price of $30 for these. Drop-in classes at this studio had been $18, and it offered a $15 Zoom drop-in rate.\r\n\r\nAs cooler weather started and Maryland scaled back pandemic restriction, Studios A and B started offering limited in person classes, with few students, lots of social distancing, and masks required. In the spring of 2021, as more people were getting vaccinated, Studios A and B added more in-person classes and as the weather got warmer, also added more outdoor options.  Studio C opened last, but not before announcing a GoFund Me campaign to raise funds to be able to open its doors.\r\n\r\nI don’t know the financial situation of any of these studios, but it seems to me Studio C\'s situation was precarious to be asking for donations. And not coincidentally, out of the three, Studio C did the worst at marketing.\r\n\r\n<strong>Failure #1: Failure to adapt</strong>\r\n\r\nStudios A and B were the quickest to figure out that people wanted to do in-person yoga instead of over Zoom, and the only way to do it was to hold classes outdoors. Studio C, on the other hand, was very slow to figure out how to offer outdoor yoga, and when it did, it only did so infrequently and at a high cost.\r\n\r\n<strong>Failure #2: Failure to communicate</strong>\r\n\r\nStudios A and B sent weekly email blasts about current classes and upcoming changes and generally to stay in touch. Studio C only sent emails sporadically and instead spent the pandemic redesigning its website. When Studio C sent out an email announcing its new website it failed to announce (disclose) that it had also raised prices. During the pandemic, there was a Zoom drop in rate of $15. From one week to the next, the drop in rate for Zoom classes became $19, a 25% increase. Once Studio C opened its physical location, it started sending out semi-weekly emails announcing “new in studio offerings” and a link to those, except that link never worked. Studio C didn\'t use email marketing to its potential.\r\n\r\n<strong>Failure #3: Failure to check out the competition</strong>\r\n\r\nIf you don’t know what others are doing, you can’t effectively compete with them. If Studio C had taken a moment to sign up for other studio\'s emails or even check out their websites, it would have seen that these other studios were offering in-person classes outdoors.\r\n\r\n<strong>Failure#4: Failure to seek out reliable business advice</strong>\r\n\r\nWhen interviewed by a local TV station about pandemic effects, Studio C’s owner admitted that she did not like to ask for help but that she was forced to run a GoFund Me campaign to be able to pay back rent and open. If Studio C\'s owner had sought out business advice early on in the pandemic, she may have been in a better position. We are not all born with business sense, but we should have sense enough to know we don’t have it and that we should seek it.\r\n\r\n<hr />\r\n\r\n<strong>The bottom line</strong>\r\n\r\nKeeping your business open, and by extension, doing a good job at marketing, was hugely challenging during a global pandemic. The businesses that survived were all able to adapt to the changing circumstances. And those that did the best job at marketing, not only survived but thrived.','4 Avoidable Pandemic Marketing Failures','','inherit','closed','closed','','4201-revision-v1','','','2021-07-21 09:51:18','2021-07-21 13:51:18','',4201,'https://deborahbrody.com/2021/07/4201-revision-v1/',0,'revision','',0),
(4206,4,'2021-07-21 09:57:21','2021-07-21 13:57:21','When the pandemic forced the country into lockdown last year, yoga studios were among the many non-essential businesses forced to close.  Although yoga is best practiced in person with close instructor supervision, yoga studios adapted to the situation and figured how to provide classes online.\r\n\r\nHaving good email lists became essential as yoga studios had to contact students to let them know how to proceed. Good websites were also important. There, yoga studio owners could post new COVID policies and new schedules. Most yoga studios were already using the online Mindbody software for people to enroll and pay for classes, so that aspect was seamless.\r\n\r\n[caption id=\"attachment_4202\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051.jpg\"><img class=\"size-large wp-image-4202\" src=\"https://deborahbrody.com/wp-content/uploads/2021/07/pexels-dmytro-2394051-1024x680.jpg\" alt=\"\" width=\"1024\" height=\"680\" /></a> <br />Photo by Dmytro from Pexels[/caption]\r\n\r\nUp to this point, all three studios I have attended in the past couple of years were doing the same. Each studio was offering  classes on Zoom and registering  for them was easy to do online. Studios would send out links to the Zoom class and with the click of a mouse, we were doing yoga in our spare rooms and basements.  In June 2020, Maryland started lifting restrictions and began allowing non-essential businesses to reopen with capacity limits. Also,  the weather got nicer. And that’s where these three studios showed their business savvy.\r\n\r\nStudio A found a nearby park and negotiated a permit with the city to start providing outdoor classes. Outdoor classes cost $25 ($5 more than the pre-pandemic drop-in cost) but were offered several times a week over the course of the summer and into early fall.\r\n\r\nStudio B found a several locations that were willing to host outdoor classes, including a brewery and a plant nursery. Pretty soon, they were offering various outdoor classes. This studio charged regular drop-in ($18 or donation) and offered a minimum once a week outdoor option in addition to its Zoom offerings.\r\n\r\nStudio C kept doing Zoom and found a place to offer outdoor classes on a limited basis (four times total in the summer of 2020) and charged a workshop price of $30 for these. Drop-in classes at this studio had been $18, and it offered a $15 Zoom drop-in rate.\r\n\r\nAs cooler weather started and Maryland further scaled back pandemic restrictions, Studios A and B started offering limited in person classes, with few students, air purifiers and open windows, lots of social distancing,  and masks required. In the spring of 2021, as more people were getting vaccinated, Studios A and B added more in-person classes and as the weather got warmer, also added more outdoor options.  Studio C opened last, but not before announcing a GoFund Me campaign to raise funds to be able to open its doors.\r\n\r\nI don’t know the financial situation of any of these studios, but it seems to me Studio C\'s situation was precarious to be asking for donations. And not coincidentally, out of the three, Studio C did the worst at marketing.\r\n\r\n<strong>Failure #1: Failure to adapt</strong>\r\n\r\nStudios A and B were the quickest to figure out that people wanted to do in-person yoga instead of over Zoom, and the only way to do it was to hold classes outdoors. Studio C, on the other hand, was very slow to figure out how to offer outdoor yoga, and when it did, it only did so infrequently and at a high cost.\r\n\r\n<strong>Failure #2: Failure to communicate</strong>\r\n\r\nStudios A and B sent weekly email blasts about current classes and upcoming changes and generally to stay in touch. Studio C only sent emails sporadically and instead spent the pandemic redesigning its website. When Studio C sent out an email announcing its new website it failed to announce (disclose) that it had also raised prices. During the pandemic, there was a Zoom drop in rate of $15. From one week to the next, the drop in rate for Zoom classes became $19, a 25% increase. Once Studio C opened its physical location, it started sending out semi-weekly emails announcing “new in studio offerings” and a link to those, except that link never worked. Studio C didn\'t use email marketing to its potential.\r\n\r\n<strong>Failure #3: Failure to check out the competition</strong>\r\n\r\nIf you don’t know what others are doing, you can’t effectively compete with them. If Studio C had taken a moment to sign up for other studio\'s emails or even check out their websites, it would have seen that these other studios were offering in-person classes outdoors.\r\n\r\n<strong>Failure#4: Failure to seek out reliable business advice</strong>\r\n\r\nWhen interviewed by a local TV station about pandemic effects, Studio C’s owner admitted that she did not like to ask for help but that she was forced to run a GoFund Me campaign to be able to pay back rent and open. If Studio C\'s owner had sought out business advice early on in the pandemic, she may have been in a better position. We are not all born with business sense, but we should have sense enough to know we don’t have it and that we should seek it.\r\n\r\n<hr />\r\n\r\n<strong>The bottom line</strong>\r\n\r\nKeeping your business open, and by extension, doing a good job at marketing, was hugely challenging during a global pandemic. The businesses that survived were all able to adapt to the changing circumstances. And those that did the best job at marketing, not only survived but thrived.','4 Avoidable Pandemic Marketing Failures','','inherit','closed','closed','','4201-revision-v1','','','2021-07-21 09:57:21','2021-07-21 13:57:21','',4201,'https://deborahbrody.com/2021/07/4201-revision-v1/',0,'revision','',0),
(4211,4,'2021-08-26 14:22:34','2021-08-26 18:22:34','Is your idea of marketing to send out the same offer over and over and over and over again in the hopes that your target will get so tired of hearing from you that they’ll just pay up to get rid of you? No? Well, it seems to be the force behind a lot of marketing, especially direct mail and email marketing. I call it marketing by attrition and I think it is probably the least effective type of marketing there is (not too mention the most annoying to recipients).\r\n\r\n<strong>An example</strong>\r\n\r\nCase in point is Sirius XM. A few months ago, I bought a new car that included three months free of Sirius XM radio. Before I even had the car a couple of weeks, I got a letter from Sirius that said I could sign up for $5 per month for a year(!). But then, I read  in the small print, I would be charged $16.99 per month after.  SiriusXM  sent me this exact offer in a letter several more times. Then, when my three-month trial was over, they sent me another slew of letters. So many in fact, I don’t have an exact number.\r\n\r\nThe offer is always the same. I am still not interested, but I bet they will continue sending me letters for the next year or more.\r\n\r\n&nbsp;\r\n\r\n<strong>Is there a strategy?</strong>\r\n\r\nWhat is the strategy here? Is there a strategy? Or is it a mandate that hasn’t been ever reviewed?\r\n\r\nIt seems to me that there\'s some sort of mandate or directive at large companies, which have hundreds of thousands of potential clients, to keep marketing the same offer to each person who doesn’t sign up for the product or service. And keep sending it until they sign up.\r\n\r\n<strong>But what happens if the target doesn\'t respond?</strong>\r\n\r\nExperience says that if a target doesn\'t respond to your marketing, you may need to change something. Perhaps you need to revise the offer. Or perhaps you need to change your marketing tactics. In the marketing by attrition \"strategy,\" there seems to be no course correction other than eventually giving up. I wonder if there is a certain number of mailings that these companies send out, perhaps based on cost, after which they conclude the cost of having you as client is too high.  This method seems highly ineffective and costly.\r\n\r\n<strong>What would work better?</strong>\r\n\r\nPerhaps what would work better is to really understand what motivates each particular potential customer. This could involve sending out a survey or having a better sense of each customer through demographic and psychographic data.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nIf you are marketing by attrition, you may be fighting a long and losing battle.','Marketing by attrition?','','publish','open','open','','marketing-by-attrition','','','2021-08-26 14:22:34','2021-08-26 18:22:34','',0,'https://deborahbrody.com/?p=4211',0,'post','',0),
(4212,4,'2021-08-26 14:20:30','2021-08-26 18:20:30','Is your idea of marketing to send out the same offer over and over and over and over again in the hopes that your target will get so tired of hearing from you that they’ll just pay up to get rid of you? No? Well, it seems to be the force behind a lot of marketing, especially direct mail and email marketing. I call it marketing by attrition and I think it is probably the least effective type of marketing there is (not too mention the most annoying to recipients).\r\n\r\n<strong>An example</strong>\r\n\r\nCase in point is Sirius XM. A few months ago, I bought a new car that included three months free of Sirius XM radio. Before I even had the car a couple of weeks, I got a letter from Sirius that said I could sign up for $5 per month for a year(!). But then, I read  in the small print, I would be charged $16.99 per month after.  SiriusXM  sent me this exact offer in a letter several more times. Then, when my three-month trial was over, they sent me another slew of letters. So many in fact, I don’t have an exact number.\r\n\r\nThe offer is always the same. I am still not interested, but I bet they will continue sending me letters for the next year or more.\r\n\r\n&nbsp;\r\n\r\n<strong>Is there a strategy?</strong>\r\n\r\nWhat is the strategy here? Is there a strategy? Or is it a mandate that hasn’t been ever reviewed?\r\n\r\nIt seems to me that there\'s some sort of mandate or directive at large companies, which have hundreds of thousands of potential clients, to keep marketing the same offer to each person who doesn’t sign up for the product or service. And keep sending it until they sign up.\r\n\r\n<strong>But what happens if the target doesn\'t respond?</strong>\r\n\r\nExperience says that if a target doesn\'t respond to your marketing, you may need to change something. Perhaps you need to revise the offer. Or perhaps you need to change your marketing tactics. In the marketing by attrition \"strategy,\" there seems to be no course correction other than eventually giving up. I wonder if there is a certain number of mailings that these companies send out, perhaps based on cost, after which they conclude the cost of having you as client is too high.  This method seems highly ineffective and costly.\r\n\r\n<strong>What would work better?</strong>\r\n\r\nPerhaps what would work better is to really understand what motivates each particular potential customer. This could involve sending out a survey or having a better sense of each customer through demographic and psychographic data.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nIf you are marketing by attrition, you may be fighting a long and losing battle.','Marketing by attrition?','','inherit','closed','closed','','4211-revision-v1','','','2021-08-26 14:20:30','2021-08-26 18:20:30','',4211,'https://deborahbrody.com/2021/08/4211-revision-v1/',0,'revision','',0),
(4216,4,'2021-09-22 11:00:05','2021-09-22 15:00:05','I am a huge Scandi-noir fiction fan. Recently, I was reading (yet again) a mystery by an Icelandic author (in translation, of course).  I noticed the writing was a bit stilted. Some of the phrases didn’t sound right, and I can only imagine this was a translation/translator issue. Translating is hard work. You need to understand the language, obviously. And you also need to understand author’s tone and intent so you can choose the best word or phrase when many will do. This is especially true with colloquial expressions that don’t translate directly. And I am sure these colloquialisms, and some peculiarities of Icelandic culture didn’t quite make it in the translation. And yet there was a blurb on the book jacket by an American crime author, praising the Icelandic author, saying she was a “magnificent writer.” I doubt that the American read the work in the original Icelandic, so she had no way to judge the writing. What she was judging, and rightly so, was the <em>storytelling</em>.\r\n\r\n<strong>Storytelling versus writing</strong>\r\n\r\nGood storytelling is not the same as good writing, and neither is good writing also good storytelling. Writing and storytelling are two different, albeit related, skills.\r\n\r\nGood storytelling pulls you in. It makes you want to know more.\r\n\r\nGood writing is about knowing how to use language and its mechanics to communicate ideas clearly.\r\n\r\nCan you have one without the other? Yes, you can. And I would argue that the best stories are also the best written.\r\n\r\n[caption id=\"attachment_4218\" align=\"aligncenter\" width=\"683\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2021/09/pexels-yaroslav-shuraev-5608541.jpg\"><img class=\"size-large wp-image-4218\" src=\"https://deborahbrody.com/wp-content/uploads/2021/09/pexels-yaroslav-shuraev-5608541-683x1024.jpg\" alt=\"\" width=\"683\" height=\"1024\" /></a> <br />Photo by Yaroslav Shuraev from Pexels[/caption]\r\n\r\n<strong>Think about your favorite book</strong>\r\n\r\nIf you’ve ever read a book with an intriguing plot, but with utilitarian writing, you understand that storytelling is a skill separate from writing. Books written by good storytellers who are mediocre writers are readable because you are interested in the story and you want to know more.\r\n\r\nIf you’ve ever read a book that’s so well written, where the words sing, but there is no discernible plot or the story being told is boring, chances are you stopped reading or read the book super slowly. Beautiful writing alone does not make a readable book.\r\n\r\nAnd I would bet that your favorite books, the ones you recommend or perhaps even re-read, are the ones that have a great story and are well written.\r\n\r\n<strong>Here\'s the bottom line for content writers</strong>\r\n\r\nFor those of us who write any sort of content, focusing on <em>what </em>we are trying to say should come first. Then, we should think about <em>how </em>to say it. If we get both these elements—storytelling and writing— done right, we’ll create content worth reading.','Storytelling versus writing','','publish','open','open','','storytelling-versus-writing','','','2021-09-22 11:00:05','2021-09-22 15:00:05','',0,'https://deborahbrody.com/?p=4216',0,'post','',0),
(4217,4,'2021-09-22 10:55:15','2021-09-22 14:55:15','','Storytelling versus writing','','inherit','closed','closed','','4216-revision-v1','','','2021-09-22 10:55:15','2021-09-22 14:55:15','',4216,'https://deborahbrody.com/2021/09/4216-revision-v1/',0,'revision','',0),
(4218,4,'2021-09-22 10:57:34','2021-09-22 14:57:34','','pexels-yaroslav-shuraev-5608541','\nPhoto by Yaroslav Shuraev from Pexels\n','inherit','open','closed','','pexels-yaroslav-shuraev-5608541','','','2021-09-22 10:57:53','2021-09-22 14:57:53','',4216,'https://deborahbrody.com/wp-content/uploads/2021/09/pexels-yaroslav-shuraev-5608541.jpg',0,'attachment','image/jpeg',0),
(4219,4,'2021-09-22 10:58:45','2021-09-22 14:58:45','I am a huge Scandi-noir fiction fan. Recently, I was reading (yet again) a mystery by an Icelandic author (in translation, of course).  I noticed the writing was a bit stilted. Some of the phrases didn’t sound right, and I can only imagine this was a translation/translator issue. Translating is hard work. You need to understand the language, obviously. And you also need to understand author’s tone and intent so you can choose the best word or phrase when many will do. This is especially true with colloquial expressions that don’t translate directly. And I am sure these colloquialisms, and some peculiarities of Icelandic culture didn’t quite make it in the translation. And yet there was a blurb on the book jacket by an American crime author, praising the Icelandic author, saying she was a “magnificent writer.” I doubt that the American read the work in the original Icelandic, so she had no way to judge the writing. What she was judging, and rightly so, was the <em>storytelling</em>.\r\n\r\n<strong>Storytelling versus writing</strong>\r\n\r\nGood storytelling is not the same as good writing, and neither is good writing also good storytelling. Writing and storytelling are two different, albeit related, skills.\r\n\r\nGood storytelling pulls you in. It makes you want to know more.\r\n\r\nGood writing is about knowing how to use language and its mechanics to communicate ideas clearly.\r\n\r\nCan you have one without the other? Yes, you can. And I would argue that the best stories are also the best written.\r\n\r\n[caption id=\"attachment_4218\" align=\"aligncenter\" width=\"683\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2021/09/pexels-yaroslav-shuraev-5608541.jpg\"><img class=\"size-large wp-image-4218\" src=\"https://deborahbrody.com/wp-content/uploads/2021/09/pexels-yaroslav-shuraev-5608541-683x1024.jpg\" alt=\"\" width=\"683\" height=\"1024\" /></a> <br />Photo by Yaroslav Shuraev from Pexels[/caption]\r\n\r\n<strong>Think about your favorite book</strong>\r\n\r\nIf you’ve ever read a book with an intriguing plot, but with utilitarian writing, you understand that storytelling is a skill separate from writing. Books written by good storytellers who are mediocre writers are readable because you are interested in the story and you want to know more.\r\n\r\nIf you’ve ever read a book that’s so well written, where the words sing, but there is no discernible plot or the story being told is boring, chances are you stopped reading or read the book super slowly. Beautiful writing alone does not make a readable book.\r\n\r\nAnd I would bet that your favorite books, the ones you recommend or perhaps even re-read, are the ones that have a great story and are well written.\r\n\r\n<strong>Here\'s the bottom line for content writers</strong>\r\n\r\nFor those of us who write any sort of content, focusing on <em>what </em>we are trying to say should come first. Then, we should think about <em>how </em>to say it. If we get both these elements—storytelling and writing— done right, we’ll create content worth reading.','Storytelling versus writing','','inherit','closed','closed','','4216-revision-v1','','','2021-09-22 10:58:45','2021-09-22 14:58:45','',4216,'https://deborahbrody.com/2021/09/4216-revision-v1/',0,'revision','',0),
(4223,4,'2021-10-12 15:11:19','2021-10-12 19:11:19','<div><img style=\"margin-right: 20px; margin-bottom: 40px;\" src=\"http://deborahbrody.com/wp-content/uploads/2011/08/picture.jpg\" alt=\"\" align=\"left\" />Deborah Brody is a writer and consultant with more than 25 years of public relations, advertising, and marketing experience. Her firm, Deborah Brody Marketing Communications (DBMC), provides high-level writing, copy editing, and consulting to small and medium-sized businesses and nonprofits.</div>\r\n<div></div>\r\n<div>Prior to launching DBMC in 2002 and helping organizations refine marketing materials, write blog posts, create website content, and generate press releases, the bilingual (English/Spanish) Deborah worked at several leading South Florida-based agencies, including Everett Clay Associates (public relations), The Jeffrey Group (public relations focused on Latin America), and  Peter Nasca Associates (corporate communications). In 2001,  Deborah taught Advanced Public Relations Writing at Florida International University.</div>\r\n<div></div>\r\n<div>Upon her move to the Washington, D.C. area in 2005, in addition to running DBMC, Deborah worked as the interim Media Director at B\'nai B\'rith International. She also worked with Communications Resources, a communications consultancy, and served as writing tutor at the Kogod School of Business at American University. In 2012, Deborah launched a series of  blogging workshops to teach effective blog writing techniques.</div>\r\n<div></div>\r\nDeborah is a graduate of Brandeis University (B.A., Politics) and of Boston University\'s College of Communications, where she earned a Master\'s degree in Mass Communication. She lives in Rockville, Maryland where, when not writing and editing, she enjoys cooking, following current events and politics, going on hikes and long walks, and doing yoga.\r\n\r\n&nbsp;\r\n<div></div>\r\n<div></div>\r\n<div>\r\n\r\n<img src=\"https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_120x33.png\" alt=\"View Deborah Brody\'s profile on LinkedIn\" width=\"120\" height=\"33\" border=\"0\" />\r\n\r\n&nbsp;\r\n\r\n</div>','About','','inherit','closed','closed','','18-revision-v1','','','2021-10-12 15:11:19','2021-10-12 19:11:19','',18,'https://deborahbrody.com/2021/10/18-revision-v1/',0,'revision','',0),
(4224,4,'2021-10-13 11:03:02','2021-10-13 15:03:02','Clear communications provide accurate and up-to-date information. Being clear will help your audience know what is going on and what to expect from you. This requires making sure that  you are not undermining your message by having different information in different places.\r\n\r\n<strong>Pandemic challenges</strong>\r\n\r\nThe pandemic has created some macro communications challenges around vaccine hesitancy and public health measures and mandates. On a micro level, I’ve noticed issues for businesses and organizations in communications changes to their customers and patrons. One that keeps cropping up is mask wearing rules. In Montgomery County, Maryland, where I live, mask mandates were dropped in the late spring/early summer and then brought back in early August in response to the Delta variant. These zig zag changes made it difficult for organizations to keep up. When the mask mandates went out, they changed certain webpages and email templates and when they came back, they may have not changed all their communications to reflect the new reality.\r\n\r\nTake for example a yoga studio I go to which requires proof of vaccination for attendance. When you go to its website, it tells you that you can unmask because everyone will have shown their vaccine cards. But when you get your class enrollment confirmation email, you are instructed that you must mask up in class.\r\n\r\n<strong>Is that your latest menu?</strong>\r\n\r\nBut it is not only around COVID and masks that we see different information from different sources from the same organization. It could be different hours of operation on a sign versus the website. Or a spring menu being listed on a restaurant’s website when it’s already fall.\r\n\r\n<strong>Be accurate and consistent—here\'s how</strong>\r\n\r\nYou can make sure that your communications are accurate and consistent across all your channels. Following are the three steps you’ll need to take.\r\n\r\n<strong>Step 1: Create a trigger list</strong>\r\n\r\nWhat kinds of things do you need to tell your audience about?\r\n<ul>\r\n 	<li><em>Changes (including updates) to:\r\n</em>\r\n<ul>\r\n 	<li>Policies</li>\r\n 	<li>Staff/personnel</li>\r\n 	<li>Hours</li>\r\n 	<li>Location</li>\r\n 	<li>Dates</li>\r\n</ul>\r\n</li>\r\n 	<li><em>Additions</em>\r\n<ul>\r\n 	<li> For example, you\'ve added new classes or staff members</li>\r\n</ul>\r\n</li>\r\n 	<li><em>Deletions</em>\r\n<ul>\r\n 	<li> Perhaps your pool is closed for the season, or you are no longer offering a product.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>Step 2: Audit your communication platforms</strong>\r\n\r\nYou\'ll have to do an in-depth assessment of all the places you communicate with your customers, patrons, or donors. You want to know everywhere that people get information about you. While you are doing this, take the opportunity to make sure the information is consistent and updated. This includes (and is not limited to):\r\n<ul>\r\n 	<li>Website (and remember to list ALL pages/areas of the website where information is listed). For example, you may have your hours listed on your homepage and then on your contact page.</li>\r\n 	<li>Email communications</li>\r\n 	<li>Signage</li>\r\n 	<li>Advertising and other marketing materials</li>\r\n 	<li>Staff (e.g., receptionist, information desk personnel, etc.)</li>\r\n</ul>\r\n<strong>Step 3: Create a checklist</strong>\r\n\r\nCreate a checklist that you follow whenever a trigger occurs. You may choose to make this very specific. If your organization changes board members every year, you would list it followed by the places you need to update, such as the website about us or leadership page, the organizational letterhead, signage in your office, and so forth. The checklist could be a Word or Excel document that is accessed each time one of your trigger list items occurs. You\'ll then have a systematic way to make sure that each of your communication platforms is updated at the same time.\r\n\r\n<hr />\r\n\r\nBottom line is that  maintaining all your information updated, accurate and consistent keeps your customers and other patrons in the know.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','3 steps to clear customer communications','','publish','open','open','','3-steps-to-clear-customer-communications','','','2021-10-13 11:03:02','2021-10-13 15:03:02','',0,'https://deborahbrody.com/?p=4224',0,'post','',0),
(4225,4,'2021-10-13 10:48:59','2021-10-13 14:48:59','Clear communications provide accurate and up-to-date information. Being clear will help your audience know what is going on and what to expect from you. This requires making sure that what you are not undermining your message by having different information in different places.\r\n\r\n<strong>Pandemic challenges</strong>\r\n\r\nThe pandemic has created some macro communications challenges around vaccine hesitancy and public health measures and mandates. On a micro level, I’ve noticed issues for businesses and organizations in communications changes to their customers and patrons. One that keeps cropping up is mask wearing rules. In Montgomery County, Maryland, where I live, mask mandates were dropped in the late spring/early summer and then brought back in early August in response to the Delta variant. These zig zag changes made it difficult for organizations to keep up. When the mask mandates went out, they changed certain webpages and email templates and when they came back, they may have not changed all their communications to reflect the new realities.\r\n\r\nTake for example a yoga studio I go to which requires proof of vaccination for attendance. When you go to its website, it tells you that you can unmask because everyone will have shown their vaccine cards. But when you get the confirmation email, people are instructed that they must mask up in class.\r\n\r\n<strong>Is that your latest menu?</strong>\r\n\r\nBut it is not only around COVID and masks that we see different information from different sources from the same organization. It could be different hours of operation on a sign versus the website. Or a spring menu being listed on a restaurant’s website when it’s already fall.\r\n\r\n<strong>Be accurate and consistent—here\'s how</strong>\r\n\r\nYou can make sure that your communications are accurate and consistent across all your channels. Here are the three steps you’ll need to take\r\n\r\n<strong>Step 1: Create a trigger list</strong>\r\n\r\nWha<strong>t </strong>kinds of things do you need to tell your audience about?\r\n<ul>\r\n 	<li><em>Changes (including updates) </em>\r\n<ul>\r\n 	<li>Policies</li>\r\n 	<li>Staff/personnel</li>\r\n 	<li>Hours</li>\r\n 	<li>Location</li>\r\n 	<li>Dates</li>\r\n</ul>\r\n</li>\r\n 	<li><em>Additions</em>\r\n<ul>\r\n 	<li> For example, you\'ve added new classes or staff members</li>\r\n</ul>\r\n</li>\r\n 	<li><em>Deletions</em>\r\n<ul>\r\n 	<li> Perhaps your pool is closed for the season, or you are no longer offering a product.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>Step 2: Audit your communication platforms</strong>\r\n\r\nYou\'ll have to do an in-depth assessment of all the places you communicate with your customers, patrons, or donors. You want to know everywhere that people get information about you. While you are doing this, take the opportunity to make sure the information is consistent. This includes (and is not limited to)\r\n<ul>\r\n 	<li>Website (and remember to list ALL pages/areas of the website where information is listed). For example, you may have your hours listed on your homepage and then on your contact page.</li>\r\n 	<li>Email communications</li>\r\n 	<li>Signage</li>\r\n 	<li>Advertising and other marketing materials</li>\r\n 	<li>Staff (receptionist, information desk personnel, etc.)</li>\r\n</ul>\r\n<strong>Step 3: Create a checklist</strong>\r\n\r\nCreate a checklist that you follow whenever a trigger occurs. You may choose to make this very specific. If your organization changes board members every year, you would list it followed by the places you need to update, such as the website about us or leadership page, the organizational letterhead, signage in your office, etc.\r\n\r\n<hr />\r\n\r\nBottom line is that  maintaining all your information updated, accurate and consistent keeps your customers and other patrons in the know.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','3 Steps to Clear Customer Communications','','inherit','closed','closed','','4224-revision-v1','','','2021-10-13 10:48:59','2021-10-13 14:48:59','',4224,'https://deborahbrody.com/2021/10/4224-revision-v1/',0,'revision','',0),
(4226,4,'2021-10-13 11:02:31','2021-10-13 15:02:31','Clear communications provide accurate and up-to-date information. Being clear will help your audience know what is going on and what to expect from you. This requires making sure that  you are not undermining your message by having different information in different places.\r\n\r\n<strong>Pandemic challenges</strong>\r\n\r\nThe pandemic has created some macro communications challenges around vaccine hesitancy and public health measures and mandates. On a micro level, I’ve noticed issues for businesses and organizations in communications changes to their customers and patrons. One that keeps cropping up is mask wearing rules. In Montgomery County, Maryland, where I live, mask mandates were dropped in the late spring/early summer and then brought back in early August in response to the Delta variant. These zig zag changes made it difficult for organizations to keep up. When the mask mandates went out, they changed certain webpages and email templates and when they came back, they may have not changed all their communications to reflect the new reality.\r\n\r\nTake for example a yoga studio I go to which requires proof of vaccination for attendance. When you go to its website, it tells you that you can unmask because everyone will have shown their vaccine cards. But when you get your class enrollment confirmation email, you are instructed that you must mask up in class.\r\n\r\n<strong>Is that your latest menu?</strong>\r\n\r\nBut it is not only around COVID and masks that we see different information from different sources from the same organization. It could be different hours of operation on a sign versus the website. Or a spring menu being listed on a restaurant’s website when it’s already fall.\r\n\r\n<strong>Be accurate and consistent—here\'s how</strong>\r\n\r\nYou can make sure that your communications are accurate and consistent across all your channels. Following are the three steps you’ll need to take.\r\n\r\n<strong>Step 1: Create a trigger list</strong>\r\n\r\nWhat kinds of things do you need to tell your audience about?\r\n<ul>\r\n 	<li><em>Changes (including updates) to:\r\n</em>\r\n<ul>\r\n 	<li>Policies</li>\r\n 	<li>Staff/personnel</li>\r\n 	<li>Hours</li>\r\n 	<li>Location</li>\r\n 	<li>Dates</li>\r\n</ul>\r\n</li>\r\n 	<li><em>Additions</em>\r\n<ul>\r\n 	<li> For example, you\'ve added new classes or staff members</li>\r\n</ul>\r\n</li>\r\n 	<li><em>Deletions</em>\r\n<ul>\r\n 	<li> Perhaps your pool is closed for the season, or you are no longer offering a product.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>Step 2: Audit your communication platforms</strong>\r\n\r\nYou\'ll have to do an in-depth assessment of all the places you communicate with your customers, patrons, or donors. You want to know everywhere that people get information about you. While you are doing this, take the opportunity to make sure the information is consistent and updated. This includes (and is not limited to):\r\n<ul>\r\n 	<li>Website (and remember to list ALL pages/areas of the website where information is listed). For example, you may have your hours listed on your homepage and then on your contact page.</li>\r\n 	<li>Email communications</li>\r\n 	<li>Signage</li>\r\n 	<li>Advertising and other marketing materials</li>\r\n 	<li>Staff (e.g., receptionist, information desk personnel, etc.)</li>\r\n</ul>\r\n<strong>Step 3: Create a checklist</strong>\r\n\r\nCreate a checklist that you follow whenever a trigger occurs. You may choose to make this very specific. If your organization changes board members every year, you would list it followed by the places you need to update, such as the website about us or leadership page, the organizational letterhead, signage in your office, and so forth. The checklist could be a Word or Excel document that is accessed each time one of your trigger list items occurs. You\'ll then have a systematic way to make sure that each of your communication platforms is updated at the same time.\r\n\r\n<hr />\r\n\r\nBottom line is that  maintaining all your information updated, accurate and consistent keeps your customers and other patrons in the know.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','3 steps to clear customer communications','','inherit','closed','closed','','4224-revision-v1','','','2021-10-13 11:02:31','2021-10-13 15:02:31','',4224,'https://deborahbrody.com/2021/10/4224-revision-v1/',0,'revision','',0),
(4232,4,'2021-11-30 12:01:35','2021-11-30 17:01:35','It seems obvious that your readers should understand whatever it is you are writing for them. But it only <em>seems</em> that way because too many writers, especially those who write legal documents, don’t stop to think whether their readers will get it. I know this because I’ve attempted to read contracts and other legal documents. Although I understand most of the words, sometimes I can’t fathom the meaning.\r\n\r\n<strong>Do you speak medical jargon? I don\'t</strong>\r\n\r\nSame goes for medical stuff. A few years ago, I had an MRI done. I got the report from the radiologist and try as I might, I couldn’t make heads or tails of it. In this case, it was the vocabulary. I gave it to the doctor, and I told him that I didn’t understand the report. This doctor, as is usual with any insider, gave me a look indicating he thought I must be very slow because it was obvious to him that this report said I had a torn rotator cuff. But it wasn’t obvious to me. And it’s not because I am slow. It’s because the radiologist wrote this using medical jargon that I don’t understand.\r\n\r\n<strong>Plain language required</strong>\r\n\r\nYou’d think the plain language movement were new. It’s not. In fact, government agencies are mandated to write in plain English since President Obama signed the Plain Writing Act in 2010. But the directive to make things clearer goes back to the 1970s (<a href=\"https://www.plainlanguage.gov/about/history/\" target=\"_blank\" rel=\"noopener\">read the timeline at plainlanguage.gov</a><em>).</em>\r\n\r\nBut there are  no such mandates for other industries. Sure, writing in plain language should be common sense and many businesses strive to make their writing clearer and more user friendly but others write (and speak) in industry jargon, making it hard for the average person to understand.\r\n\r\nOf all the posts I’ve shared on LinkedIn, the following from Bloomberg Law really struck a chord:\r\n<p style=\"padding-left: 30px;\"><a href=\"https://news.bloomberglaw.com/daily-labor-report/use-plain-language-in-contracts-no-one-wants-legalese\" target=\"_blank\" rel=\"noopener\">Use Plain Language in Contract—No One Wants Legalese</a></p>\r\nIt was viewed hundreds of times and shared by many readers, making it my best performing post of all time.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: There’s a real need for people to understand what you are writing. If you need help, there are some courses available online. You may find the \"Oxford Guide to Plain English\" by Martin Cutts helpful. Or you could hire someone like me to copy edit your documents with plain language in mind.','People should understand','','publish','open','open','','people-should-understand','','','2021-11-30 12:01:35','2021-11-30 17:01:35','',0,'https://deborahbrody.com/?p=4232',0,'post','',0),
(4233,4,'2021-11-30 11:53:02','2021-11-30 16:53:02','It seems obvious that your readers should understand whatever it is you are writing for them. But it only <em>seems</em> that way because too many writers, especially those who write legal documents, don’t stop to think whether their readers will get it. I know this because I’ve attempted to read contracts and other legal documents. Although I understand most of the words, sometimes I can’t fathom the meaning.\r\n\r\n<strong>Do you speak medical jargon? I don\'t</strong>\r\n\r\nSame goes for medical stuff. A few years ago, I had an MRI done. I got the report from the radiologist and try as I might, I couldn’t make heads or tails of it. In this case, it was the vocabulary. I gave it to the doctor, and I told him that I didn’t understand the report. This doctor, as is usual with any insider, gave me a look indicating he thought I must be very slow because it was obvious to him that this report said I had torn my rotator cuff. But it wasn’t obvious to me. And it’s not because I am slow. It’s because the radiologist wrote this using medical jargon that I don’t know.\r\n\r\n<strong>Plain language required</strong>\r\n\r\nYou’d think the plain language movement were new. It’s not. In fact, government agencies are mandated to write in plain English since President Obama signed the Plain Writing Act in 2010. But the directive to make things clearer goes back to the 1970s (<a href=\"https://www.plainlanguage.gov/about/history/\" target=\"_blank\" rel=\"noopener\">read the timeline at plainlanguage.gov</a><em>).</em>\r\n\r\nBut there are  no such mandates for other industries. Sure, writing in plain language should be common sense and many businesses strive to make their writing clearer and more user friendly.\r\n\r\nOf all the posts I’ve shared on LinkedIn, the following was viewed hundreds of times and shared by many readers:\r\n<p style=\"padding-left: 30px;\"><a href=\"https://news.bloomberglaw.com/daily-labor-report/use-plain-language-in-contracts-no-one-wants-legalese\" target=\"_blank\" rel=\"noopener\">Use Plain Language in Contract—No One Wants Legalese</a></p>\r\n\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: There’s a real need for people to understand what you are writing. If you need help, there are some courses available online. You may find the \"Oxford Guide to Plain English\" by Martin Cutts helpful. Or you could hire someone like me to copy edit your documents with plain language in mind.','People should understand','','inherit','closed','closed','','4232-revision-v1','','','2021-11-30 11:53:02','2021-11-30 16:53:02','',4232,'https://deborahbrody.com/2021/11/4232-revision-v1/',0,'revision','',0),
(4234,4,'2021-11-30 12:01:35','2021-11-30 17:01:35','It seems obvious that your readers should understand whatever it is you are writing for them. But it only <em>seems</em> that way because too many writers, especially those who write legal documents, don’t stop to think whether their readers will get it. I know this because I’ve attempted to read contracts and other legal documents. Although I understand most of the words, sometimes I can’t fathom the meaning.\r\n\r\n<strong>Do you speak medical jargon? I don\'t</strong>\r\n\r\nSame goes for medical stuff. A few years ago, I had an MRI done. I got the report from the radiologist and try as I might, I couldn’t make heads or tails of it. In this case, it was the vocabulary. I gave it to the doctor, and I told him that I didn’t understand the report. This doctor, as is usual with any insider, gave me a look indicating he thought I must be very slow because it was obvious to him that this report said I had a torn rotator cuff. But it wasn’t obvious to me. And it’s not because I am slow. It’s because the radiologist wrote this using medical jargon that I don’t understand.\r\n\r\n<strong>Plain language required</strong>\r\n\r\nYou’d think the plain language movement were new. It’s not. In fact, government agencies are mandated to write in plain English since President Obama signed the Plain Writing Act in 2010. But the directive to make things clearer goes back to the 1970s (<a href=\"https://www.plainlanguage.gov/about/history/\" target=\"_blank\" rel=\"noopener\">read the timeline at plainlanguage.gov</a><em>).</em>\r\n\r\nBut there are  no such mandates for other industries. Sure, writing in plain language should be common sense and many businesses strive to make their writing clearer and more user friendly but others write (and speak) in industry jargon, making it hard for the average person to understand.\r\n\r\nOf all the posts I’ve shared on LinkedIn, the following from Bloomberg Law really struck a chord:\r\n<p style=\"padding-left: 30px;\"><a href=\"https://news.bloomberglaw.com/daily-labor-report/use-plain-language-in-contracts-no-one-wants-legalese\" target=\"_blank\" rel=\"noopener\">Use Plain Language in Contract—No One Wants Legalese</a></p>\r\nIt was viewed hundreds of times and shared by many readers, making it my best performing post of all time.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: There’s a real need for people to understand what you are writing. If you need help, there are some courses available online. You may find the \"Oxford Guide to Plain English\" by Martin Cutts helpful. Or you could hire someone like me to copy edit your documents with plain language in mind.','People should understand','','inherit','closed','closed','','4232-revision-v1','','','2021-11-30 12:01:35','2021-11-30 17:01:35','',4232,'https://deborahbrody.com/2021/11/4232-revision-v1/',0,'revision','',0),
(4239,4,'2022-01-11 14:47:51','2022-01-11 19:47:51','<strong>First, a story</strong>\r\n\r\nOver the holidays, I flew in and out of Dulles Airport, which has an (exclusive?) arrangement with the Washington Flyer taxi company.  I made a reservation for a Washington Flyer taxi to pick me up and drive me to the airport.  The driver arrived early to pick me up. He carried my suitcase down my front steps to the car. He asked me if I had everything I needed and then we were off. We had a nice chat, and before you knew it, we were at the airport, where he wished me a safe journey. It was a five-star experience.\r\n\r\nOn my way back, however, my experience rated two stars at best. Why? It was the same company (Washington Flyer), the same route, but a different driver. The driver on the return stretch did not speak to me. He would not engage in any small talk about the weather or the traffic. So we traveled in silence. And then, when we arrived at my house, he took out my suitcase out of the trunk and left it there, not offering to carry it up the stairs for me. I am not sure if he didn’t speak English very well, or perhaps was hard of hearing, but the lack of engagement made the taxi ride tedious and the driver\'s lack of attention was irritating.\r\n\r\n<strong>Your experience matters</strong>\r\n\r\nHaving a friendly interchange makes a difference in how you feel about your experience. Think about when you go to a store and the clerk can’t be bothered to help you. You probably just buy what you came for or you just walk out of the store. Then think about the store where you go in and you are greeted with a friendly smile and a “what can I help you find today?” You feel welcome, which may lead to you spending more time in the store or even buying more than you planned. Or when you go to a party, and the host greets you warmly and introduces you to others. Or when you are a networking event, and someone smiles and comes over to speak to you. Or when you are traveling, and can\'t find an address until someone offers to show you the way.\r\n\r\n[caption id=\"attachment_4241\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2022/01/pexels-belle-co-1000445.jpg\"><img class=\"size-large wp-image-4241\" src=\"https://deborahbrody.com/wp-content/uploads/2022/01/pexels-belle-co-1000445-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> <br />Photo by Belle Co from Pexels[/caption]\r\n\r\n<strong>What is it to be friendly?</strong>\r\n\r\nFriendliness is a positive attribute.\r\n\r\n<a href=\"https://www.merriam-webster.com/dictionary/friendly\" target=\"_blank\" rel=\"noopener\">Merriam-Webster</a> provides several definitions for the word \"friendly,\" among them:\r\n<blockquote>showing kindly interest and goodwill\r\n\r\n<strong> </strong><u>cheerful</u>, <u>comforting</u>\r\n\r\nserving a beneficial or helpful purpose\r\n\r\neasy to use or understand\r\n\r\ndesigned or intended to accommodate particular needs, users, etc.\r\n\r\n&nbsp;</blockquote>\r\n<strong>What is friendly marketing?</strong>\r\n\r\nFriendly marketing creates a better, more positive experience for your audience.\r\n<ul>\r\n 	<li>Friendly marketing considers you (the audience/end users) its first priority.</li>\r\n 	<li>Friendly marketing makes things clear and easy to understand.</li>\r\n 	<li>Friendly marketing gives you the information you need to make a decision.</li>\r\n</ul>\r\n<strong>What\'s not friendly marketing?</strong>\r\n\r\nUnfriendly marketing creates annoyance and frustration, and results in a negative experience for your audience.\r\n<ul>\r\n 	<li>It’s not friendly to overwhelm your audience with email marketing messages.</li>\r\n 	<li>It’s not friendly to use jargon and hard to understand language.</li>\r\n 	<li>It\'s not friendly to make your website visitors struggle to find what they need.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<strong>Bottom line: Make it your marketing resolution for 2022 to be more friendly</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','One attribute to improve your marketing efforts in 2022','','publish','open','open','','one-attribute-to-improve-your-marketing-efforts-in-2022','','','2022-01-11 14:47:51','2022-01-11 19:47:51','',0,'https://deborahbrody.com/?p=4239',0,'post','',0),
(4240,4,'2022-01-11 10:46:25','2022-01-11 15:46:25','<strong>First, a story</strong>\r\n\r\nOver the holidays, I flew in and out of Dulles Airport, which has an arrangement with the Washington Flyer taxi company.  I made a reservation for a Washington Flyer taxi to pick me up and drive me to the airport.  The driver arrived early to pick me up. He carried my suitcase down my front steps to the car. He asked me if I had everything I needed and then we were off. We had a nice chat, and before you knew it, we were at the airport, where he wished me a safe journey. It was a five-star experience.\r\n\r\nOn my way back, however, my experience rated two stars at best. Why? It was the same company, the same road, but a different driver. The driver on the return stretch did not speak to me. He would not engage in any small talk about the weather or the traffic. So we traveled in silence. And then, when we arrived at my house, he took out my suitcase out of the trunk and left it there, not offering to carry it up the stairs for me. I am not sure if he didn’t speak English very well, or perhaps was hard of hearing, but the lack of engagement made the taxi ride tedious. It was not a good ending to my vacation.\r\n\r\n<strong>Your experience matters</strong>\r\n\r\nHaving a friendly interchange makes a difference in your experience. Think about when you go to a store and the clerk can’t be bothered to help you. You probably just buy what you came for or you just walk out of the store. Then think about the store where you go in and you are greeted with a friendly smile and a “what can I help you find today?” You feel welcome, which and may even lead to you spending more time in the store or even more money.\r\n\r\n&nbsp;\r\n\r\n<strong>What is it to be friendly?</strong>\r\n\r\n<a href=\"https://www.merriam-webster.com/dictionary/friendly\" target=\"_blank\" rel=\"noopener\">Merriam-Webster</a> provides several definitions, among them:\r\n<blockquote>showing kindly interest and goodwill\r\n\r\n<strong> </strong><u>cheerful</u>, <u>comforting</u>\r\n\r\nserving a beneficial or helpful purpose\r\n\r\neasy to use or understand\r\n\r\ndesigned or intended to accommodate particular needs, users, etc.\r\n\r\n&nbsp;</blockquote>\r\n&nbsp;\r\n\r\n<strong>What is friendly marketing?</strong>\r\n\r\nFriendly marketing thinks about the audience/end users and makes them the first consideration. This means clear communications, free from jargon and meaningless phrases.\r\n\r\nA friendly website makes it easy for you to find what you are looking for instead of making you click through endless menus.\r\n\r\nFriendly materials give you the information you need.\r\n\r\nBeing friendly creates positive feelings in your audience.\r\n\r\nIt’s not friendly to overwhelm your audience with email marketing messages.\r\n\r\nIt’s not friendly to require personal information when making a transaction.\r\n\r\nIt’s not friendly to require sign ups and\r\n\r\n<hr />\r\n\r\n<strong>Bottom line: Make it your marketing resolution for 2022 to be more friendly</strong>\r\n\r\nFriendly marketing will make for a better experience for your audience.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','One attribute to improve your marketing efforts in 2022','','inherit','closed','closed','','4239-revision-v1','','','2022-01-11 10:46:25','2022-01-11 15:46:25','',4239,'https://deborahbrody.com/2022/01/4239-revision-v1/',0,'revision','',0),
(4241,4,'2022-01-11 14:31:51','2022-01-11 19:31:51','','pexels-belle-co-1000445','\nPhoto by Belle Co from Pexels\n','inherit','open','closed','','pexels-belle-co-1000445','','','2022-01-11 14:32:08','2022-01-11 19:32:08','',4239,'https://deborahbrody.com/wp-content/uploads/2022/01/pexels-belle-co-1000445.jpg',0,'attachment','image/jpeg',0),
(4242,4,'2022-01-11 14:32:24','2022-01-11 19:32:24','<strong>First, a story</strong>\r\n\r\nOver the holidays, I flew in and out of Dulles Airport, which has an (exclusive?) arrangement with the Washington Flyer taxi company.  I made a reservation for a Washington Flyer taxi to pick me up and drive me to the airport.  The driver arrived early to pick me up. He carried my suitcase down my front steps to the car. He asked me if I had everything I needed and then we were off. We had a nice chat, and before you knew it, we were at the airport, where he wished me a safe journey. It was a five-star experience.\r\n\r\nOn my way back, however, my experience rated two stars at best. Why? It was the same company (Washington Flyer), the same route, but a different driver. The driver on the return stretch did not speak to me. He would not engage in any small talk about the weather or the traffic. So we traveled in silence. And then, when we arrived at my house, he took out my suitcase out of the trunk and left it there, not offering to carry it up the stairs for me. I am not sure if he didn’t speak English very well, or perhaps was hard of hearing, but the lack of engagement made the taxi ride tedious. It was not a good ending to my vacation.\r\n\r\n<strong>Your experience matters</strong>\r\n\r\nHaving a friendly interchange makes a difference in your experience. Think about when you go to a store and the clerk can’t be bothered to help you. You probably just buy what you came for or you just walk out of the store. Then think about the store where you go in and you are greeted with a friendly smile and a “what can I help you find today?” You feel welcome, which and may even lead to you spending more time in the store or even more money. Or when you to a party, and the host greets you warmly and introduces you to others. Or when you are a networking event, and someone smiles and comes over to speak to you. Or when you are traveling, and can\'t find an address until someone offers to show you the way.\r\n\r\n[caption id=\"attachment_4241\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2022/01/pexels-belle-co-1000445.jpg\"><img class=\"size-large wp-image-4241\" src=\"https://deborahbrody.com/wp-content/uploads/2022/01/pexels-belle-co-1000445-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> <br />Photo by Belle Co from Pexels[/caption]\r\n\r\n<strong>What is it to be friendly?</strong>\r\n\r\n<a href=\"https://www.merriam-webster.com/dictionary/friendly\" target=\"_blank\" rel=\"noopener\">Merriam-Webster</a> provides several definitions, among them:\r\n<blockquote>showing kindly interest and goodwill\r\n\r\n<strong> </strong><u>cheerful</u>, <u>comforting</u>\r\n\r\nserving a beneficial or helpful purpose\r\n\r\neasy to use or understand\r\n\r\ndesigned or intended to accommodate particular needs, users, etc.\r\n\r\n&nbsp;</blockquote>\r\n<strong>What is friendly marketing?</strong>\r\n\r\nFriendly marketing creates a better, positive experience for your audience.\r\n<ul>\r\n 	<li>Friendly marketing considers you (the audience/end users) its first priority.</li>\r\n 	<li>Friendly marketing makes things clear and easy to understand.</li>\r\n 	<li>Friendly marketing gives you the information you need to make a decision.</li>\r\n</ul>\r\n<strong>What\'s not friendly marketing?</strong>\r\n\r\nUnfriendly marketing creates annoyance and frustration, and creates a negative experience for your audience.\r\n<ul>\r\n 	<li>It’s not friendly to overwhelm your audience with email marketing messages.</li>\r\n 	<li>It’s not friendly to require personal information when making a transaction.</li>\r\n 	<li>It’s not friendly to use jargon and hard to understand language.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<strong>Bottom line: Make it your marketing resolution for 2022 to be more friendly</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','One attribute to improve your marketing efforts in 2022','','inherit','closed','closed','','4239-revision-v1','','','2022-01-11 14:32:24','2022-01-11 19:32:24','',4239,'https://deborahbrody.com/2022/01/4239-revision-v1/',0,'revision','',0),
(4243,4,'2022-01-11 14:47:51','2022-01-11 19:47:51','<strong>First, a story</strong>\r\n\r\nOver the holidays, I flew in and out of Dulles Airport, which has an (exclusive?) arrangement with the Washington Flyer taxi company.  I made a reservation for a Washington Flyer taxi to pick me up and drive me to the airport.  The driver arrived early to pick me up. He carried my suitcase down my front steps to the car. He asked me if I had everything I needed and then we were off. We had a nice chat, and before you knew it, we were at the airport, where he wished me a safe journey. It was a five-star experience.\r\n\r\nOn my way back, however, my experience rated two stars at best. Why? It was the same company (Washington Flyer), the same route, but a different driver. The driver on the return stretch did not speak to me. He would not engage in any small talk about the weather or the traffic. So we traveled in silence. And then, when we arrived at my house, he took out my suitcase out of the trunk and left it there, not offering to carry it up the stairs for me. I am not sure if he didn’t speak English very well, or perhaps was hard of hearing, but the lack of engagement made the taxi ride tedious and the driver\'s lack of attention was irritating.\r\n\r\n<strong>Your experience matters</strong>\r\n\r\nHaving a friendly interchange makes a difference in how you feel about your experience. Think about when you go to a store and the clerk can’t be bothered to help you. You probably just buy what you came for or you just walk out of the store. Then think about the store where you go in and you are greeted with a friendly smile and a “what can I help you find today?” You feel welcome, which may lead to you spending more time in the store or even buying more than you planned. Or when you go to a party, and the host greets you warmly and introduces you to others. Or when you are a networking event, and someone smiles and comes over to speak to you. Or when you are traveling, and can\'t find an address until someone offers to show you the way.\r\n\r\n[caption id=\"attachment_4241\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2022/01/pexels-belle-co-1000445.jpg\"><img class=\"size-large wp-image-4241\" src=\"https://deborahbrody.com/wp-content/uploads/2022/01/pexels-belle-co-1000445-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a> <br />Photo by Belle Co from Pexels[/caption]\r\n\r\n<strong>What is it to be friendly?</strong>\r\n\r\nFriendliness is a positive attribute.\r\n\r\n<a href=\"https://www.merriam-webster.com/dictionary/friendly\" target=\"_blank\" rel=\"noopener\">Merriam-Webster</a> provides several definitions for the word \"friendly,\" among them:\r\n<blockquote>showing kindly interest and goodwill\r\n\r\n<strong> </strong><u>cheerful</u>, <u>comforting</u>\r\n\r\nserving a beneficial or helpful purpose\r\n\r\neasy to use or understand\r\n\r\ndesigned or intended to accommodate particular needs, users, etc.\r\n\r\n&nbsp;</blockquote>\r\n<strong>What is friendly marketing?</strong>\r\n\r\nFriendly marketing creates a better, more positive experience for your audience.\r\n<ul>\r\n 	<li>Friendly marketing considers you (the audience/end users) its first priority.</li>\r\n 	<li>Friendly marketing makes things clear and easy to understand.</li>\r\n 	<li>Friendly marketing gives you the information you need to make a decision.</li>\r\n</ul>\r\n<strong>What\'s not friendly marketing?</strong>\r\n\r\nUnfriendly marketing creates annoyance and frustration, and results in a negative experience for your audience.\r\n<ul>\r\n 	<li>It’s not friendly to overwhelm your audience with email marketing messages.</li>\r\n 	<li>It’s not friendly to use jargon and hard to understand language.</li>\r\n 	<li>It\'s not friendly to make your website visitors struggle to find what they need.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<strong>Bottom line: Make it your marketing resolution for 2022 to be more friendly</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','One attribute to improve your marketing efforts in 2022','','inherit','closed','closed','','4239-revision-v1','','','2022-01-11 14:47:51','2022-01-11 19:47:51','',4239,'https://deborahbrody.com/2022/01/4239-revision-v1/',0,'revision','',0),
(4261,4,'2022-04-07 15:28:51','2022-04-07 19:28:51','It seems not a day goes by without me spotting at least one typo or other error in blog posts, newsletters and other communications (generally the digital type). I’ve even seen errors on the chyrons for the local news.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918.jpg\"><img class=\"aligncenter size-large wp-image-4262\" src=\"https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nHere’s a sampling from the past couple of weeks:\r\n<p style=\"padding-left: 30px;\">In a sub-headline on a TV news website, it said <strong>baht</strong> instead of bath (and spellcheck didn’t pick it up because baht is the currency in Thailand).</p>\r\n<p style=\"padding-left: 30px;\">On a headline on WETA’s Tellyvisions blog, there’s mention regarding the new season of a show called <strong>Saniton</strong> (which, in actuality is called Sanditon). (I just checked and this typo has been fixed).</p>\r\n<p style=\"padding-left: 30px;\">In a newsletter from a restaurant it says a new menu will debut on <strong>Wedensday</strong>.</p>\r\n<p style=\"padding-left: 30px;\">The call-to-action button on a communications agency’s newsletter says, “Read the full case study on our <strong>wesite.</strong>”</p>\r\nThose are glaringly obvious typos. There are many other not-so-glaring mistakes on stuff such as grammar (e.g., using the wrong pronouns or having a dangling modifier) and wrong information (e.g., saying an event is taking place on Tuesday when it is really taking place on Thursday).\r\n\r\nIt’s human to make mistakes. We all do it.  But when you make mistakes on professional or official communications, it undermines your credibility. It makes you look unprofessional, and sometimes it makes you look ignorant.\r\n\r\nThis need for checking your work is summarized beautifully in the The Freelance Creative article <a href=\"https://contently.net/2021/10/27/resources/content-marketing-writers-editors-fact-checking/\" target=\"_blank\" rel=\"noopener\">“Why Marketing Writers and Editors Need to Master Fact-Checking”</a> when it says:\r\n<blockquote>“The more reliable and high-quality [the content] is for readers, the more it confers trust in and value of the brand behind it,” Dimond said. “If a reader can’t depend on the basic facts of a blog post, it’s a clear message that they can’t trust the brand.”</blockquote>\r\nIn other words, copy that is accurate and error-free helps build your brand. Yet lately, I’ve noticed more mistakes  than ever. It seems nobody is bothering to proofread, let alone fact check or copy edit.\r\n\r\nWhat is causing this?\r\n\r\nI think there are three reasons that account for the avalanche of mistakes I’ve seen lately:\r\n\r\n<strong>1. Speed</strong>\r\n\r\nThe biggest culprit is most likely speed. People are under pressure to get things done quickly, at the pace of social media. But rushing to get a newsletter out or post an article invariably leads to sloppy or no proofreading.\r\n\r\n<strong>2. You don’t know what you don’t know and you don’t even know to ask</strong>\r\n\r\nI got a newsletter a few days ago from a journalist. In it, he writes he made a mistake spelling a subject’s name in the previous day\'s newsletter, something which was pointed out to him by a reader. This says to me that this journalist didn’t even do basic fact checking (e.g., Google subject’s name to see how it is spelled) nor had a copy editor look at his copy (copy editors routinely check spelling and other facts).\r\n\r\n<strong>3. Lack of quality control</strong>\r\n\r\nToo many times people overestimate their abilities and don’t take the step to have another person read/proof their work. Sometimes, there simply is no process in place to create a quality check before a communication goes out to the public.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMistakes hurt your credibility. You can minimize the damage by creating a proofreading/fact checking/copy editing process that you follow before sending or publishing every single piece of public communication.','Proofing to improve your credibility','','publish','open','open','','proofing-to-improve-your-credibility','','','2022-04-07 15:28:51','2022-04-07 19:28:51','',0,'https://deborahbrody.com/?p=4261',0,'post','',0),
(4251,4,'2022-02-22 11:24:52','2022-02-22 16:24:52','<strong>Improving marketing means making it effective</strong>\r\n\r\nIt’s not enough for your marketing efforts to include a clever headline, a fantastic design or great graphics. Your marketing communications need to be effective. To be effective, your communications must <em>resonate</em> with your intended audience. That is,  audiences must <em>understand</em> what you are saying, <em>agree</em> with the premise, and then <em>act </em> (e.g., buy your product, donate to your cause, vote for your candidate).\r\n\r\nBut sometimes, marketing communications efforts don’t achieve their goals. Here are three actions you can take that are guaranteed to improve your efforts. And improving your marketing communications could improve your results.\r\n\r\n<strong>1. Explain the why</strong>\r\n\r\nYour primary task is to explain why your customer should do business with you. Is it because you have the best quality,  the best prices, the highest reliability? Do you solve an issue your customer has? You also have to establish why someone would choose your organization over another organization that does the same thing.\r\n\r\n<strong>2. Use plain language</strong>\r\n\r\nPlain language is about making it easy to understand what you are saying. Perhaps you think using big words and industry terms makes you look more knowledgeable. It doesn’t. It makes it harder for your audience to understand what you are saying. So lose the jargon and the multi-syllable words. Focus on making things easy to read and understand.\r\n\r\n(Read my post on plain language: <a href=\"https://deborahbrody.com/2021/11/people-should-understand/\" target=\"_blank\" rel=\"noopener\">People should understand</a>)\r\n\r\n<strong>3. Pay attention to details</strong>\r\n\r\nThe other day three packages were delivered to my door. I wasn’t expecting anything, and when I opened the door, I saw none of them were for me. The delivery truck  was still outside so I called out to the driver. She claimed that the GPS sent her to my house. The house number on the packages was the same as my house, but not the street. If you don’t pay attention to details, you end up delivering packages to the wrong address.\r\n\r\nYou have to check and double check. Fact check and proofread everything, from the headline or the subject line to the website link to the caption. EVERYTHING. If you don’t, you risk making sloppy mistakes.\r\n\r\nMistakes (sloppy or factual) result in lost credibility. Lost credibility results in lost support. Yes, details do matter.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: Prioritize the basics of communications to improve your marketing efforts and boost your results.','3 actions to improve your marketing communications','','publish','open','open','','3-actions-to-improve-your-marketing-communications','','','2022-02-22 14:12:09','2022-02-22 19:12:09','',0,'https://deborahbrody.com/?p=4251',0,'post','',0),
(4252,4,'2022-02-22 11:21:29','2022-02-22 16:21:29','<strong>Improving marketing means making it effective</strong>\r\n\r\nIt’s not enough for your marketing efforts to include a clever headline, a fantastic design or great graphics. Your marketing communications need to be effective. To be effective, your communications must <em>resonate</em> with your intended audience. That is,  audiences must <em>understand</em> what you are saying, <em>agree</em> with the premise, and then <em>act </em> (e.g., buy your product, donate to your cause, vote for your candidate).\r\n\r\nBut sometimes, marketing communications efforts don’t achieve their goals. Here are three actions you can take that are guaranteed to improve your efforts. And improving your marketing communications could improve your results.\r\n\r\n<strong>1. Explain the why</strong>\r\n\r\nYour primary task is to explain why your customer should do business with you. Is it because you have the best quality,  the best prices, the highest reliability? Do you solve an issue your customer has? You also have to establish why someone would choose your organization over another organization that does the same thing.\r\n\r\n<strong>2. Use plain language</strong>\r\n\r\nPlain language is about making it easy to understand what you are saying. Perhaps you think using big words and industry terms makes you look more knowledgeable. It doesn’t. It makes it harder for your audience to understand what you are saying. So lose the jargon and the multi-syllable words. Focus on making things easy to read and understand.\r\n\r\n<strong>3. Pay attention to details</strong>\r\n\r\nThe other day three packages were delivered to my door. I wasn’t expecting anything, and when I opened the door, I saw none of them were for me. The delivery truck  was still outside so I called out to the driver. She claimed that the GPS sent her to my house. The house number on the packages was the same as my house, but not the street. If you don’t pay attention to details, you end up delivering a package to the wrong address.\r\n\r\nYou have to check and double check. Fact check and proofread everything, from the headline or the subject line to the website link to the caption. EVERYTHING. If you don’t, you risk making sloppy mistakes.\r\n\r\nMistakes (sloppy or factual) result in lost credibility. Lost credibility results in lost support. Yes, details do matter.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: Prioritize the basics of communications to improve your marketing efforts and boost your results.','3 actions to improve your marketing communications','','inherit','closed','closed','','4251-revision-v1','','','2022-02-22 11:21:29','2022-02-22 16:21:29','',4251,'https://deborahbrody.com/2022/02/4251-revision-v1/',0,'revision','',0),
(4253,4,'2022-02-22 11:24:52','2022-02-22 16:24:52','<strong>Improving marketing means making it effective</strong>\r\n\r\nIt’s not enough for your marketing efforts to include a clever headline, a fantastic design or great graphics. Your marketing communications need to be effective. To be effective, your communications must <em>resonate</em> with your intended audience. That is,  audiences must <em>understand</em> what you are saying, <em>agree</em> with the premise, and then <em>act </em> (e.g., buy your product, donate to your cause, vote for your candidate).\r\n\r\nBut sometimes, marketing communications efforts don’t achieve their goals. Here are three actions you can take that are guaranteed to improve your efforts. And improving your marketing communications could improve your results.\r\n\r\n<strong>1. Explain the why</strong>\r\n\r\nYour primary task is to explain why your customer should do business with you. Is it because you have the best quality,  the best prices, the highest reliability? Do you solve an issue your customer has? You also have to establish why someone would choose your organization over another organization that does the same thing.\r\n\r\n<strong>2. Use plain language</strong>\r\n\r\nPlain language is about making it easy to understand what you are saying. Perhaps you think using big words and industry terms makes you look more knowledgeable. It doesn’t. It makes it harder for your audience to understand what you are saying. So lose the jargon and the multi-syllable words. Focus on making things easy to read and understand.\r\n\r\n<strong>3. Pay attention to details</strong>\r\n\r\nThe other day three packages were delivered to my door. I wasn’t expecting anything, and when I opened the door, I saw none of them were for me. The delivery truck  was still outside so I called out to the driver. She claimed that the GPS sent her to my house. The house number on the packages was the same as my house, but not the street. If you don’t pay attention to details, you end up delivering packages to the wrong address.\r\n\r\nYou have to check and double check. Fact check and proofread everything, from the headline or the subject line to the website link to the caption. EVERYTHING. If you don’t, you risk making sloppy mistakes.\r\n\r\nMistakes (sloppy or factual) result in lost credibility. Lost credibility results in lost support. Yes, details do matter.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: Prioritize the basics of communications to improve your marketing efforts and boost your results.','3 actions to improve your marketing communications','','inherit','closed','closed','','4251-revision-v1','','','2022-02-22 11:24:52','2022-02-22 16:24:52','',4251,'https://deborahbrody.com/2022/02/4251-revision-v1/',0,'revision','',0),
(4254,4,'2022-02-22 14:11:36','2022-02-22 19:11:36','<strong>Improving marketing means making it effective</strong>\n\nIt’s not enough for your marketing efforts to include a clever headline, a fantastic design or great graphics. Your marketing communications need to be effective. To be effective, your communications must <em>resonate</em> with your intended audience. That is,  audiences must <em>understand</em> what you are saying, <em>agree</em> with the premise, and then <em>act </em> (e.g., buy your product, donate to your cause, vote for your candidate).\n\nBut sometimes, marketing communications efforts don’t achieve their goals. Here are three actions you can take that are guaranteed to improve your efforts. And improving your marketing communications could improve your results.\n\n<strong>1. Explain the why</strong>\n\nYour primary task is to explain why your customer should do business with you. Is it because you have the best quality,  the best prices, the highest reliability? Do you solve an issue your customer has? You also have to establish why someone would choose your organization over another organization that does the same thing.\n\n<strong>2. Use plain language</strong>\n\nPlain language is about making it easy to understand what you are saying. Perhaps you think using big words and industry terms makes you look more knowledgeable. It doesn’t. It makes it harder for your audience to understand what you are saying. So lose the jargon and the multi-syllable words. Focus on making things easy to read and understand.\n\n(Read my post on plain language: People should unders\n\n<strong>3. Pay attention to details</strong>\n\nThe other day three packages were delivered to my door. I wasn’t expecting anything, and when I opened the door, I saw none of them were for me. The delivery truck  was still outside so I called out to the driver. She claimed that the GPS sent her to my house. The house number on the packages was the same as my house, but not the street. If you don’t pay attention to details, you end up delivering packages to the wrong address.\n\nYou have to check and double check. Fact check and proofread everything, from the headline or the subject line to the website link to the caption. EVERYTHING. If you don’t, you risk making sloppy mistakes.\n\nMistakes (sloppy or factual) result in lost credibility. Lost credibility results in lost support. Yes, details do matter.\n\n<hr />\n\nHere\'s the bottom line: Prioritize the basics of communications to improve your marketing efforts and boost your results.','3 actions to improve your marketing communications','','inherit','closed','closed','','4251-autosave-v1','','','2022-02-22 14:11:36','2022-02-22 19:11:36','',4251,'https://deborahbrody.com/2022/02/4251-autosave-v1/',0,'revision','',0),
(4255,4,'2022-02-22 14:12:09','2022-02-22 19:12:09','<strong>Improving marketing means making it effective</strong>\r\n\r\nIt’s not enough for your marketing efforts to include a clever headline, a fantastic design or great graphics. Your marketing communications need to be effective. To be effective, your communications must <em>resonate</em> with your intended audience. That is,  audiences must <em>understand</em> what you are saying, <em>agree</em> with the premise, and then <em>act </em> (e.g., buy your product, donate to your cause, vote for your candidate).\r\n\r\nBut sometimes, marketing communications efforts don’t achieve their goals. Here are three actions you can take that are guaranteed to improve your efforts. And improving your marketing communications could improve your results.\r\n\r\n<strong>1. Explain the why</strong>\r\n\r\nYour primary task is to explain why your customer should do business with you. Is it because you have the best quality,  the best prices, the highest reliability? Do you solve an issue your customer has? You also have to establish why someone would choose your organization over another organization that does the same thing.\r\n\r\n<strong>2. Use plain language</strong>\r\n\r\nPlain language is about making it easy to understand what you are saying. Perhaps you think using big words and industry terms makes you look more knowledgeable. It doesn’t. It makes it harder for your audience to understand what you are saying. So lose the jargon and the multi-syllable words. Focus on making things easy to read and understand.\r\n\r\n(Read my post on plain language: <a href=\"https://deborahbrody.com/2021/11/people-should-understand/\" target=\"_blank\" rel=\"noopener\">People should understand</a>)\r\n\r\n<strong>3. Pay attention to details</strong>\r\n\r\nThe other day three packages were delivered to my door. I wasn’t expecting anything, and when I opened the door, I saw none of them were for me. The delivery truck  was still outside so I called out to the driver. She claimed that the GPS sent her to my house. The house number on the packages was the same as my house, but not the street. If you don’t pay attention to details, you end up delivering packages to the wrong address.\r\n\r\nYou have to check and double check. Fact check and proofread everything, from the headline or the subject line to the website link to the caption. EVERYTHING. If you don’t, you risk making sloppy mistakes.\r\n\r\nMistakes (sloppy or factual) result in lost credibility. Lost credibility results in lost support. Yes, details do matter.\r\n\r\n<hr />\r\n\r\nHere\'s the bottom line: Prioritize the basics of communications to improve your marketing efforts and boost your results.','3 actions to improve your marketing communications','','inherit','closed','closed','','4251-revision-v1','','','2022-02-22 14:12:09','2022-02-22 19:12:09','',4251,'https://deborahbrody.com/2022/02/4251-revision-v1/',0,'revision','',0),
(4262,4,'2022-04-07 12:08:22','2022-04-07 16:08:22','','pexels-george-becker-374918','','inherit','open','closed','','pexels-george-becker-374918','','','2022-04-07 12:08:22','2022-04-07 16:08:22','',4261,'https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918.jpg',0,'attachment','image/jpeg',0),
(4263,4,'2022-04-07 12:09:27','2022-04-07 16:09:27','It seems not a day goes by without me spotting at least one typo or other error in blog posts, newsletters and other communications (generally the digital type). I’ve even seen errors on the chyrons for the local news.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918.jpg\"><img class=\"aligncenter size-large wp-image-4262\" src=\"https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nHere’s a sampling from the past couple of weeks:\r\n<p style=\"padding-left: 30px;\">In a subheadline on a TV news website, it said baht instead of bath (and spellcheck didn’t pick it up because baht is the currency in Thailand).</p>\r\n<p style=\"padding-left: 30px;\">On a headline on WETA’s Tellyvision blog, there’s mention in a headline about the new season of a show called Saniton (which, in actuality is called Sanditon). (I just checked and this typo has been fixed).</p>\r\n<p style=\"padding-left: 30px;\">In a newsletter from a restaurant it says a new menu will debut on Wedensday.</p>\r\n<p style=\"padding-left: 30px;\">The call to action button on a communications agency’s newsletter says “Read the full case study on our wesite”</p>\r\nThose are glaringly obvious typos. There are many other not-so-glaring mistakes on stuff such as grammar (e.g., using the wrong pronouns or having a dangling modifier) and wrong information (e.g., saying an event is taking place on Tuesday when it is really taking place on Thursday).\r\n\r\nIt’s human to make mistakes. We all do it.  But when you make mistakes on professional or official communications, it undermines your credibility. It makes you look unprofessional, and sometimes it makes you look ignorant.\r\n\r\nThis need for checking your work is summarized beautifully in the article <a href=\"https://contently.net/2021/10/27/resources/content-marketing-writers-editors-fact-checking/\" target=\"_blank\" rel=\"noopener\">“Why Marketing Writers and Editors Need to Master Fact-Checking”</a>  on The Freelance Creative when it says:\r\n<blockquote>“The more reliable and high-quality [the content] is for readers, the more it confers trust in and value of the brand behind it,” Dimond said. “If a reader can’t depend on the basic facts of a blog post, it’s a clear message that they can’t trust the brand.”</blockquote>\r\nAnd yet I’ve noticed more mistakes lately than ever. It seems nobody is bothering to proofread, let alone fact check or copy edit.\r\n\r\nWhat is causing this?\r\n\r\nI think there are three reasons that account for the avalanche of mistakes I’ve seen lately.\r\n\r\n<strong>1. Speed</strong>\r\n\r\nThe biggest culprit is most likely speed. People are under pressure to get things done quickly, at the pace of social media. But rushing to get a newsletter out or post an article invariably leads to sloppy or no proofreading.\r\n\r\n<strong>2. You don’t know what you don’t know and you don’t even know to ask</strong>\r\n\r\nI got a newsletter today from a journalist. In it, he writes he made a mistake spelling a subject’s name in yesterdays newsletter which was pointed out to him by a reader. This says to me that this journalist didn’t even do basic fact checking (e.g., Google subject’s name to see how it is spelled) nor had a copy editor look at his copy (copy editors routinely check spelling and other facts).\r\n\r\n<strong>3. Lack of quality control</strong>\r\n\r\nToo many times people overestimate their abilities and don’t take the step to have another person read their work. Or there simply is no process in place that creates a check before a communication goes out to the public.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMistakes hurt your credibility. You can minimize the damage by having a proofreading/fact checking/copy editing process in place for every public communication.','Proofing to improve your credibility','','inherit','closed','closed','','4261-revision-v1','','','2022-04-07 12:09:27','2022-04-07 16:09:27','',4261,'https://deborahbrody.com/2022/04/4261-revision-v1/',0,'revision','',0),
(4264,4,'2022-04-07 15:14:14','2022-04-07 19:14:14','It seems not a day goes by without me spotting at least one typo or other error in blog posts, newsletters and other communications (generally the digital type). I’ve even seen errors on the chyrons for the local news.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918.jpg\"><img class=\"aligncenter size-large wp-image-4262\" src=\"https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nHere’s a sampling from the past couple of weeks:\r\n<p style=\"padding-left: 30px;\">In a sub-headline on a TV news website, it said <strong>baht</strong> instead of bath (and spellcheck didn’t pick it up because baht is the currency in Thailand).</p>\r\n<p style=\"padding-left: 30px;\">On a headline on WETA’s Tellyvisions blog, there’s mention in a headline about the new season of a show called <strong>Saniton</strong> (which, in actuality is called Sanditon). (I just checked and this typo has been fixed).</p>\r\n<p style=\"padding-left: 30px;\">In a newsletter from a restaurant it says a new menu will debut on <strong>Wedensday</strong>.</p>\r\n<p style=\"padding-left: 30px;\">The call to action button on a communications agency’s newsletter says “Read the full case study on our <strong>wesite</strong>”</p>\r\nThose are glaringly obvious typos. There are many other not-so-glaring mistakes on stuff such as grammar (e.g., using the wrong pronouns or having a dangling modifier) and wrong information (e.g., saying an event is taking place on Tuesday when it is really taking place on Thursday).\r\n\r\nIt’s human to make mistakes. We all do it.  But when you make mistakes on professional or official communications, it undermines your credibility. It makes you look unprofessional, and sometimes it makes you look ignorant.\r\n\r\nThis need for checking your work is summarized beautifully in the article <a href=\"https://contently.net/2021/10/27/resources/content-marketing-writers-editors-fact-checking/\" target=\"_blank\" rel=\"noopener\">“Why Marketing Writers and Editors Need to Master Fact-Checking”</a>  on The Freelance Creative when it says:\r\n<blockquote>“The more reliable and high-quality [the content] is for readers, the more it confers trust in and value of the brand behind it,” Dimond said. “If a reader can’t depend on the basic facts of a blog post, it’s a clear message that they can’t trust the brand.”</blockquote>\r\nAnd yet I’ve noticed more mistakes lately than ever. It seems nobody is bothering to proofread, let alone fact check or copy edit.\r\n\r\nWhat is causing this?\r\n\r\nI think there are three reasons that account for the avalanche of mistakes I’ve seen lately.\r\n\r\n<strong>1. Speed</strong>\r\n\r\nThe biggest culprit is most likely speed. People are under pressure to get things done quickly, at the pace of social media. But rushing to get a newsletter out or post an article invariably leads to sloppy or no proofreading.\r\n\r\n<strong>2. You don’t know what you don’t know and you don’t even know to ask</strong>\r\n\r\nI got a newsletter a few days ago from a journalist. In it, he writes he made a mistake spelling a subject’s name in the previous day\'s newsletter, something which was pointed out to him by a reader. This says to me that this journalist didn’t even do basic fact checking (e.g., Google subject’s name to see how it is spelled) nor had a copy editor look at his copy (copy editors routinely check spelling and other facts).\r\n\r\n<strong>3. Lack of quality control</strong>\r\n\r\nToo many times people overestimate their abilities and don’t take the step to have another person read their work. Or there simply is no process in place that creates a check before a communication goes out to the public.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMistakes hurt your credibility. You can minimize the damage by creating a proofreading/fact checking/copy editing process that you follow before sending or publishing every single piece of public communication.','Proofing to improve your credibility','','inherit','closed','closed','','4261-revision-v1','','','2022-04-07 15:14:14','2022-04-07 19:14:14','',4261,'https://deborahbrody.com/2022/04/4261-revision-v1/',0,'revision','',0),
(4265,4,'2022-04-07 15:27:37','2022-04-07 19:27:37','It seems not a day goes by without me spotting at least one typo or other error in blog posts, newsletters and other communications (generally the digital type). I’ve even seen errors on the chyrons for the local news.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918.jpg\"><img class=\"aligncenter size-large wp-image-4262\" src=\"https://deborahbrody.com/wp-content/uploads/2022/04/pexels-george-becker-374918-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\nHere’s a sampling from the past couple of weeks:\r\n<p style=\"padding-left: 30px;\">In a sub-headline on a TV news website, it said <strong>baht</strong> instead of bath (and spellcheck didn’t pick it up because baht is the currency in Thailand).</p>\r\n<p style=\"padding-left: 30px;\">On a headline on WETA’s Tellyvisions blog, there’s mention regarding the new season of a show called <strong>Saniton</strong> (which, in actuality is called Sanditon). (I just checked and this typo has been fixed).</p>\r\n<p style=\"padding-left: 30px;\">In a newsletter from a restaurant it says a new menu will debut on <strong>Wedensday</strong>.</p>\r\n<p style=\"padding-left: 30px;\">The call-to-action button on a communications agency’s newsletter says, “Read the full case study on our <strong>wesite.</strong>”</p>\r\nThose are glaringly obvious typos. There are many other not-so-glaring mistakes on stuff such as grammar (e.g., using the wrong pronouns or having a dangling modifier) and wrong information (e.g., saying an event is taking place on Tuesday when it is really taking place on Thursday).\r\n\r\nIt’s human to make mistakes. We all do it.  But when you make mistakes on professional or official communications, it undermines your credibility. It makes you look unprofessional, and sometimes it makes you look ignorant.\r\n\r\nThis need for checking your work is summarized beautifully in the The Freelance Creative article <a href=\"https://contently.net/2021/10/27/resources/content-marketing-writers-editors-fact-checking/\" target=\"_blank\" rel=\"noopener\">“Why Marketing Writers and Editors Need to Master Fact-Checking”</a> when it says:\r\n<blockquote>“The more reliable and high-quality [the content] is for readers, the more it confers trust in and value of the brand behind it,” Dimond said. “If a reader can’t depend on the basic facts of a blog post, it’s a clear message that they can’t trust the brand.”</blockquote>\r\nIn other words, copy that is accurate and error-free helps build your brand. Yet lately, I’ve noticed more mistakes  than ever. It seems nobody is bothering to proofread, let alone fact check or copy edit.\r\n\r\nWhat is causing this?\r\n\r\nI think there are three reasons that account for the avalanche of mistakes I’ve seen lately:\r\n\r\n<strong>1. Speed</strong>\r\n\r\nThe biggest culprit is most likely speed. People are under pressure to get things done quickly, at the pace of social media. But rushing to get a newsletter out or post an article invariably leads to sloppy or no proofreading.\r\n\r\n<strong>2. You don’t know what you don’t know and you don’t even know to ask</strong>\r\n\r\nI got a newsletter a few days ago from a journalist. In it, he writes he made a mistake spelling a subject’s name in the previous day\'s newsletter, something which was pointed out to him by a reader. This says to me that this journalist didn’t even do basic fact checking (e.g., Google subject’s name to see how it is spelled) nor had a copy editor look at his copy (copy editors routinely check spelling and other facts).\r\n\r\n<strong>3. Lack of quality control</strong>\r\n\r\nToo many times people overestimate their abilities and don’t take the step to have another person read/proof their work. Sometimes, there simply is no process in place to create a quality check before a communication goes out to the public.\r\n\r\n<hr />\r\n\r\n<strong>Bottom line</strong>\r\n\r\nMistakes hurt your credibility. You can minimize the damage by creating a proofreading/fact checking/copy editing process that you follow before sending or publishing every single piece of public communication.','Proofing to improve your credibility','','inherit','closed','closed','','4261-revision-v1','','','2022-04-07 15:27:37','2022-04-07 19:27:37','',4261,'https://deborahbrody.com/2022/04/4261-revision-v1/',0,'revision','',0),
(4271,4,'2022-05-25 13:45:45','2022-05-25 17:45:45','<strong>What are you trying to accomplish?</strong>\r\n\r\nRecently, I saw a query on a listserv looking for a copy editor. The author said she needed a “basic proof” done for spelling, grammar, and for the “missed half sentence in the middle of a paragraph.” In fact, she didn’t need a copy editor—what she needed was a proofreader. Proofreading is a different skill than copy editing. While copy editors can be proofreaders, that is not their main function.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341.jpg\"><img class=\"aligncenter size-large wp-image-4272\" src=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>How to get your writing from draft to finished product</strong>\r\n\r\nWhen you are creating any type of written work, you should follow these steps:\r\n<ol>\r\n 	<li>Write a rough draft</li>\r\n 	<li>Review and rewrite</li>\r\n 	<li>Copy edit</li>\r\n 	<li>Incorporate edits</li>\r\n 	<li>Produce final document</li>\r\n 	<li>Proofread</li>\r\n 	<li>Publish</li>\r\n</ol>\r\n<strong> What is copy editing?</strong>\r\n\r\nCopy editing reviews your work for clarity, consistency, style, and accuracy. This can include everything from fact checking to rearranging copy for flow to flagging duplicate content.  Copy editing allows your thoughts to be expressed in the clearest way possible. A thorough copy editing job will shore up your thesis by making sure your main points are clear and supported.\r\n\r\n<strong>What is proofreading?</strong>\r\n\r\nProofreading checks your copy for errors, such as typos, misspellings, and missing punctuation. The best proofreaders will  fact check to make sure dates and numbers are accurate, and names are spelled correctly. Proofreading does not rearrange your copy unless it is a spacing issue. More importantly, proofreading is not designed to make your writing clearer but to ensure your copy is error-free.\r\n\r\nKeep in mind that using your word processor’s spell check is not the same as proofreading. Spell check checks the spelling of a word, not its usage. For example, you could\'ve typed \"fair\" instead of \"fare\" in an article about subway prices, and though the word is spelled correctly, it is not used correctly.\r\n\r\n<strong>So many (preventable) mistakes</strong>\r\n\r\nToo many folks skip the copy editing and think that they can get by with doing a proofreading. For sure, you should always proofread, since it prevents your work from being riddled with typos and other embarrassing mistakes. A copy edit would improve the content.\r\n\r\nHere\'s a sampling of errors I\'ve collected over the past few days.  Proofreading before publishing would\'ve prevented these:\r\n<p style=\"padding-left: 30px;\">Using the word<span style=\"color: #ff0000;\"><strong> isles</strong></span> instead of aisles in an article in today’s <em>Washington Post</em>.</p>\r\n<p style=\"padding-left: 30px;\">A email subject line that says “Stay on top of the governor’s <span style=\"color: #ff0000;\"><strong>rack</strong></span>” (instead of race).</p>\r\n<p style=\"padding-left: 30px;\">Or an email that tells me to “<span style=\"color: #ff0000;\"><strong>Pre oreder</strong></span> your set today.”</p>\r\n<p style=\"padding-left: 30px;\">Or a survey (from a professional editing association, no less) answer option that says “Professional <strong><span style=\"color: #ff0000;\">Devlopment</span></strong>”</p>\r\nAnd so many more. It’s as if most organizations have given up on proofreading. Perhaps they don’t think it’s worth the time, effort, or cost.\r\n\r\n<hr />\r\n\r\nBottom line: If you take your work seriously and want to give it credibility, spend the effort required to get your work both copy edited and proofread before you publish.','Do you need a proofreader or a copy editor?','','publish','open','open','','do-you-need-a-proofreader-or-a-copy-editor','','','2022-05-25 13:45:45','2022-05-25 17:45:45','',0,'https://deborahbrody.com/?p=4271',0,'post','',0),
(4272,4,'2022-05-25 08:45:56','2022-05-25 12:45:56','','pexels-rodnae-productions-7648034(1)','','inherit','open','closed','','pexels-rodnae-productions-76480341','','','2022-05-25 08:45:56','2022-05-25 12:45:56','',4271,'https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341.jpg',0,'attachment','image/jpeg',0),
(4273,4,'2022-05-25 08:48:33','2022-05-25 12:48:33','<strong>What are you trying to accomplish?</strong>\r\n\r\nRecently, I saw a query on a listserv looking for a copy editor. The author said she needed a “basic proof” done for spelling, grammar and  for the “missed half sentence in the middle of a paragraph.” In fact, she didn’t need a copy editor. What she needed was a proofreader. Proofreading is a different skill than copy editing. While copy editors can be proofreaders, that is not their main function.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341.jpg\"><img class=\"aligncenter size-large wp-image-4272\" src=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>How to get your writing from draft to finished product</strong>\r\n\r\nWhen you are creating any type of written work, you should follow these steps:\r\n<ol>\r\n 	<li>Write a rough draft</li>\r\n 	<li>Review and rewrite</li>\r\n 	<li>Copy edit</li>\r\n 	<li>Incorporate edits</li>\r\n 	<li>Produce final document</li>\r\n 	<li>Proofread</li>\r\n 	<li>Publish</li>\r\n</ol>\r\n<strong> What is copy editing?</strong>\r\n\r\nCopy editing reviews your work for clarity, consistency, style, and accuracy. This can include everything from fact checking to rearranging copy for flow to flagging duplicate content.  Copy editing allows your thoughts to be expressed in the clearest way possible. A thorough copy editing job will shore up your thesis, making sure your main points are clear and supported.\r\n\r\n<strong>What is proofreading?</strong>\r\n\r\nProofreading checks your copy for errors, such as typos, misspellings, missing punctuation.\r\n\r\nProofreading does not rearrange your copy. It does not make it clearer. It makes sure your copy is error-free. The best proofreaders will fact check to make sure dates and numbers are accurate.\r\n\r\n<strong>Why you shouldn’t skip copy editing OR proofreading</strong>\r\n\r\nToo many folks skip the copy editing and think proofreading will solve their issues. It does not. It does prevent typos and other glaring (and embarrassing mistakes).\r\n\r\nKeep in mind that your word processor’s spell check is not proofreading. Spell check checks the spelling of a word, not its usage. You might have written fair instead of fare and it is spelled correctly, but it is not used correctly.\r\n\r\n<strong>So many (preventable) mistakes</strong>\r\n\r\nToo many publishers skip proofreading, which is how we end up mistakes such as:\r\n<p style=\"padding-left: 30px;\">The word isles instead of aisles in today’s Washington Post.</p>\r\n<p style=\"padding-left: 30px;\">A subject line that says “Stay on top of the governor’s rack” (instead of race)</p>\r\n<p style=\"padding-left: 30px;\">or another email that tells me to: “Pre oreder your set today”</p>\r\n<p style=\"padding-left: 30px;\">Or a survey (from a professional editing association no less) option that says “Professional Devlopment”\r\n\r\n</p>\r\nAnd so many more. It’s as if most organizations have given up on proofreading. Perhaps they don’t think it’s worth the time, effort or cost.\r\n\r\n<hr />\r\n\r\nBottom line: If you take your work seriously and want to give it credibility spend the time and the money to get your work copy edited and proofread before you publish.','Do you need a proofreader or a copy editor?','','inherit','closed','closed','','4271-revision-v1','','','2022-05-25 08:48:33','2022-05-25 12:48:33','',4271,'https://deborahbrody.com/2022/05/4271-revision-v1/',0,'revision','',0),
(4275,4,'2022-05-25 12:01:47','2022-05-25 16:01:47','<strong>What are you trying to accomplish?</strong>\r\n\r\nRecently, I saw a query on a listserv looking for a copy editor. The author said she needed a “basic proof” done for spelling, grammar and  for the “missed half sentence in the middle of a paragraph.” In fact, she didn’t need a copy editor—what she needed was a proofreader. Proofreading is a different skill than copy editing. While copy editors can be proofreaders, that is not their main function.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341.jpg\"><img class=\"aligncenter size-large wp-image-4272\" src=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>How to get your writing from draft to finished product</strong>\r\n\r\nWhen you are creating any type of written work, you should follow these steps:\r\n<ol>\r\n 	<li>Write a rough draft</li>\r\n 	<li>Review and rewrite</li>\r\n 	<li>Copy edit</li>\r\n 	<li>Incorporate edits</li>\r\n 	<li>Produce final document</li>\r\n 	<li>Proofread</li>\r\n 	<li>Publish</li>\r\n</ol>\r\n<strong> What is copy editing?</strong>\r\n\r\nCopy editing reviews your work for clarity, consistency, style, and accuracy. This can include everything from fact checking to rearranging copy for flow to flagging duplicate content.  Copy editing allows your thoughts to be expressed in the clearest way possible. A thorough copy editing job will shore up your thesis by making sure your main points are clear and supported.\r\n\r\n<strong>What is proofreading?</strong>\r\n\r\nProofreading checks your copy for errors, such as typos, misspellings, and missing punctuation.The best proofreaders will  fact check to make sure dates and numbers are accurate, and names are spelled correctly. Proofreading does not rearrange your copy unless it is a spacing issue. More importantly, proofreading is not designed to make your writing clearer but to ensure your copy is error-free.\r\n\r\nKeep in mind that using your word processor’s spell check is not the same as proofreading. Spell check checks the spelling of a word, not its usage. You might have written fair instead of fare and it is spelled correctly, but it is not used correctly.\r\n\r\n<strong>So many (preventable) mistakes</strong>\r\n\r\nToo many folks skip the copy editing and think proofreading will solve their issues. It does not. Proofreading does prevent typos and other embarrassing mistakes. Here\'s a sampling from the past few days of errors that a proofreader would\'ve prevented:\r\n<p style=\"padding-left: 30px;\">The word isles instead of aisles in today’s <em>Washington Post</em>.</p>\r\n<p style=\"padding-left: 30px;\">A email subject line that says “Stay on top of the governor’s rack” (instead of race).</p>\r\n<p style=\"padding-left: 30px;\">Or an email that tells me to “Pre oreder your set today.”</p>\r\n<p style=\"padding-left: 30px;\">Or a survey (from a professional editing association, no less) answer option that says “Professional Devlopment”</p>\r\nAnd so many more. It’s as if most organizations have given up on proofreading. Perhaps they don’t think it’s worth the time, effort, or cost.\r\n\r\n<hr />\r\n\r\nBottom line: If you take your work seriously and want to give it credibility spend the time and the money to get your work both copy edited and proofread before you publish.','Do you need a proofreader or a copy editor?','','inherit','closed','closed','','4271-revision-v1','','','2022-05-25 12:01:47','2022-05-25 16:01:47','',4271,'https://deborahbrody.com/2022/05/4271-revision-v1/',0,'revision','',0),
(4276,4,'2022-05-25 13:37:07','2022-05-25 17:37:07','<strong>What are you trying to accomplish?</strong>\r\n\r\nRecently, I saw a query on a listserv looking for a copy editor. The author said she needed a “basic proof” done for spelling, grammar, and for the “missed half sentence in the middle of a paragraph.” In fact, she didn’t need a copy editor—what she needed was a proofreader. Proofreading is a different skill than copy editing. While copy editors can be proofreaders, that is not their main function.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341.jpg\"><img class=\"aligncenter size-large wp-image-4272\" src=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>How to get your writing from draft to finished product</strong>\r\n\r\nWhen you are creating any type of written work, you should follow these steps:\r\n<ol>\r\n 	<li>Write a rough draft</li>\r\n 	<li>Review and rewrite</li>\r\n 	<li>Copy edit</li>\r\n 	<li>Incorporate edits</li>\r\n 	<li>Produce final document</li>\r\n 	<li>Proofread</li>\r\n 	<li>Publish</li>\r\n</ol>\r\n<strong> What is copy editing?</strong>\r\n\r\nCopy editing reviews your work for clarity, consistency, style, and accuracy. This can include everything from fact checking to rearranging copy for flow to flagging duplicate content.  Copy editing allows your thoughts to be expressed in the clearest way possible. A thorough copy editing job will shore up your thesis by making sure your main points are clear and supported.\r\n\r\n<strong>What is proofreading?</strong>\r\n\r\nProofreading checks your copy for errors, such as typos, misspellings, and missing punctuation. The best proofreaders will  fact check to make sure dates and numbers are accurate, and names are spelled correctly. Proofreading does not rearrange your copy unless it is a spacing issue. More importantly, proofreading is not designed to make your writing clearer but to ensure your copy is error-free.\r\n\r\nKeep in mind that using your word processor’s spell check is not the same as proofreading. Spell check checks the spelling of a word, not its usage. For example, you could\'ve typed \"fair\" instead of \"fare\" in an article about subway prices, and though the word is spelled correctly, it is not used correctly.\r\n\r\n<strong>So many (preventable) mistakes</strong>\r\n\r\nToo many folks skip the copy editing and think that they can get by with doing a proofreading. For sure, you should always proofread, since it prevents your work from being riddled with typos and other embarrassing mistakes. A copy edit would improve the content.\r\n\r\nHere\'s a sampling of errors I\'ve collected over the past few days of errors. Using a proofreader would\'ve prevented these:\r\n<p style=\"padding-left: 30px;\">Using the word isles instead of aisles in an article in today’s <em>Washington Post</em>.</p>\r\n<p style=\"padding-left: 30px;\">A email subject line that says “Stay on top of the governor’s rack” (instead of race).</p>\r\n<p style=\"padding-left: 30px;\">Or an email that tells me to “Pre oreder your set today.”</p>\r\n<p style=\"padding-left: 30px;\">Or a survey (from a professional editing association, no less) answer option that says “Professional Devlopment”</p>\r\nAnd so many more. It’s as if most organizations have given up on proofreading. Perhaps they don’t think it’s worth the time, effort, or cost.\r\n\r\n<hr />\r\n\r\nBottom line: If you take your work seriously and want to give it credibility spend the time and the money to get your work both copy edited and proofread before you publish.','Do you need a proofreader or a copy editor?','','inherit','closed','closed','','4271-revision-v1','','','2022-05-25 13:37:07','2022-05-25 17:37:07','',4271,'https://deborahbrody.com/2022/05/4271-revision-v1/',0,'revision','',0),
(4277,4,'2022-05-25 13:45:45','2022-05-25 17:45:45','<strong>What are you trying to accomplish?</strong>\r\n\r\nRecently, I saw a query on a listserv looking for a copy editor. The author said she needed a “basic proof” done for spelling, grammar, and for the “missed half sentence in the middle of a paragraph.” In fact, she didn’t need a copy editor—what she needed was a proofreader. Proofreading is a different skill than copy editing. While copy editors can be proofreaders, that is not their main function.\r\n\r\n<a href=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341.jpg\"><img class=\"aligncenter size-large wp-image-4272\" src=\"https://deborahbrody.com/wp-content/uploads/2022/05/pexels-rodnae-productions-76480341-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<strong>How to get your writing from draft to finished product</strong>\r\n\r\nWhen you are creating any type of written work, you should follow these steps:\r\n<ol>\r\n 	<li>Write a rough draft</li>\r\n 	<li>Review and rewrite</li>\r\n 	<li>Copy edit</li>\r\n 	<li>Incorporate edits</li>\r\n 	<li>Produce final document</li>\r\n 	<li>Proofread</li>\r\n 	<li>Publish</li>\r\n</ol>\r\n<strong> What is copy editing?</strong>\r\n\r\nCopy editing reviews your work for clarity, consistency, style, and accuracy. This can include everything from fact checking to rearranging copy for flow to flagging duplicate content.  Copy editing allows your thoughts to be expressed in the clearest way possible. A thorough copy editing job will shore up your thesis by making sure your main points are clear and supported.\r\n\r\n<strong>What is proofreading?</strong>\r\n\r\nProofreading checks your copy for errors, such as typos, misspellings, and missing punctuation. The best proofreaders will  fact check to make sure dates and numbers are accurate, and names are spelled correctly. Proofreading does not rearrange your copy unless it is a spacing issue. More importantly, proofreading is not designed to make your writing clearer but to ensure your copy is error-free.\r\n\r\nKeep in mind that using your word processor’s spell check is not the same as proofreading. Spell check checks the spelling of a word, not its usage. For example, you could\'ve typed \"fair\" instead of \"fare\" in an article about subway prices, and though the word is spelled correctly, it is not used correctly.\r\n\r\n<strong>So many (preventable) mistakes</strong>\r\n\r\nToo many folks skip the copy editing and think that they can get by with doing a proofreading. For sure, you should always proofread, since it prevents your work from being riddled with typos and other embarrassing mistakes. A copy edit would improve the content.\r\n\r\nHere\'s a sampling of errors I\'ve collected over the past few days.  Proofreading before publishing would\'ve prevented these:\r\n<p style=\"padding-left: 30px;\">Using the word<span style=\"color: #ff0000;\"><strong> isles</strong></span> instead of aisles in an article in today’s <em>Washington Post</em>.</p>\r\n<p style=\"padding-left: 30px;\">A email subject line that says “Stay on top of the governor’s <span style=\"color: #ff0000;\"><strong>rack</strong></span>” (instead of race).</p>\r\n<p style=\"padding-left: 30px;\">Or an email that tells me to “<span style=\"color: #ff0000;\"><strong>Pre oreder</strong></span> your set today.”</p>\r\n<p style=\"padding-left: 30px;\">Or a survey (from a professional editing association, no less) answer option that says “Professional <strong><span style=\"color: #ff0000;\">Devlopment</span></strong>”</p>\r\nAnd so many more. It’s as if most organizations have given up on proofreading. Perhaps they don’t think it’s worth the time, effort, or cost.\r\n\r\n<hr />\r\n\r\nBottom line: If you take your work seriously and want to give it credibility, spend the effort required to get your work both copy edited and proofread before you publish.','Do you need a proofreader or a copy editor?','','inherit','closed','closed','','4271-revision-v1','','','2022-05-25 13:45:45','2022-05-25 17:45:45','',4271,'https://deborahbrody.com/2022/05/4271-revision-v1/',0,'revision','',0),
(4304,4,'2023-01-12 11:53:57','2023-01-12 16:53:57','It’s been [gasp] seven long months since I posted anything on this blog. Before my last post, I had been posting about monthly (ish), but it became harder to come up with good ideas. And I believe if you have nothing worthwhile to say (blog), then don’t say (blog) anything.\r\n\r\nBut here we are in a new year, and it is time for a fresh start. I need to jumpstart my blog, and here is how to do it.\r\n\r\n<strong>Do I really want to blog again?</strong>\r\n\r\nThe most crucial question to ask is do I really want to or need to start blogging again? There’s no getting around that blogging requires a good deal of work, commitment, and time. Perhaps you don’t have the resources to blog, or the motivation to do it consistently.\r\n\r\nIf you decide not to start blogging again, I recommend eliminating or at least hiding the blog from your website. An outdated blog is the equivalent of a dusty, cobweb covered office. When I visit a website, I always check on the blog to see when it was last updated, and if it hasn’t been updated in a while, I am not sure if the business or organization is still active.\r\n\r\n<strong>If you do want to blog, take these 5 steps:</strong>\r\n<ol>\r\n 	<li><strong> Get clear on your motivation or goal for the blog. </strong></li>\r\n</ol>\r\nRemember or reset your objective for blogging. What do you want to accomplish? It could be:\r\n<ul>\r\n 	<li>Thought leadership</li>\r\n 	<li>Lead generation</li>\r\n 	<li>Inform your target audience</li>\r\n 	<li>Advocate for a cause</li>\r\n 	<li>Provide added value for your customers</li>\r\n</ul>\r\n<ol start=\"2\">\r\n 	<li><strong> Brainstorm topics and issues</strong></li>\r\n</ol>\r\nOnce you know what you want to do, then you have to think of ideas or topics. I recommend setting up a brainstorming session (if you have a team, definitely get them involved). Start with topics/categories and then get down to specifics. For example, an animal defense charity could list topics such as: animal rights, endangered species, etc.  With that topic list in mind, start thinking of specific issues you want to cover, such as: new laws that are affecting animal rights, new additions to endangered species, , etc.\r\n<ol start=\"3\">\r\n 	<li><strong> List your keywords</strong></li>\r\n</ol>\r\nBlogs still work to improve your search engine optimization (SEO). You may have a plug-in on your blog to help with SEO (such as All in one SEO or Yoast). However, you have to be strategic in your blogging and use keywords and key phrases that you want your website to rank for.  Take the time to do some <a href=\"https://moz.com/beginners-guide-to-seo/keyword-research\" target=\"_blank\" rel=\"noopener\">keyword research</a> and then list your target keywords/key phrases.\r\n<ol start=\"4\">\r\n 	<li><strong> Set up an editorial calendar</strong></li>\r\n</ol>\r\nWhen you put things in writing, you have a better chance that they get done. An editorial calendar is a great tool to make blogging happen. You will have an overview of what you want to write and when you will publish it. It doesn’t need to be complex or require special software.\r\n\r\nTo create an editorial calendar, set up a table or spreadsheet with these tabs (at minimum):\r\n<ul>\r\n 	<li>Month/Date</li>\r\n 	<li>Topic/category</li>\r\n 	<li>Subject/working title</li>\r\n 	<li>Author</li>\r\n 	<li>Target keywords</li>\r\n</ul>\r\nIf you need some inspiration, read<a href=\"https://blog.hubspot.com/marketing/business-blog-editorial-calendar-templates\" target=\"_blank\" rel=\"noopener\"> “How to Create an Editorial Calendar [example + templates]”</a> on Hubspot or <a href=\"https://contentmarketinginstitute.com/articles/editorial-calendar-tools-templates/\" target=\"_blank\" rel=\"noopener\">\"Editorial Calendar Tools and Templates To Help You Master Your Content To-Do List\"</a> from the Content Marketing Institute.\r\n<ol start=\"5\">\r\n 	<li><strong> Find inspiration</strong></li>\r\n</ol>\r\nTo make it easier to find relevant issues to write about, seek out inspiration. Here are a few ways to find inspiration:\r\n<ul>\r\n 	<li>Set up Google Alerts for your topics</li>\r\n 	<li>Follow relevant hashtags on social media</li>\r\n 	<li>Read industry publications</li>\r\n 	<li>Attend professional development events or presentations about your subject</li>\r\n</ul>\r\n&nbsp;\r\n\r\nNow, you should be set to start blogging [again].','How to jumpstart your blog','','inherit','closed','closed','','4303-revision-v1','','','2023-01-12 11:53:57','2023-01-12 16:53:57','',4303,'https://deborahbrody.com/2023/01/4303-revision-v1/',0,'revision','',0),
(4306,4,'2023-01-12 12:46:52','2023-01-12 17:46:52','It’s been [gasp] seven long months since I posted anything on this blog. Before my last post, I had been posting about monthly (ish), but it became harder to come up with good ideas. And I believe if you have nothing worthwhile to say (blog), then don’t say (blog) anything.\r\n\r\nBut here we are in a new year, and it is time for a fresh start. I need to jumpstart my blog, and here is how to do it.\r\n\r\n<strong>Do I really want to blog again?</strong>\r\n\r\nThe most crucial question to ask is: Do I really want to or need to start blogging again? There’s no getting around that blogging requires a good deal of work, commitment, and time. Perhaps you don’t have the resources to blog, or the motivation to do it consistently.\r\n\r\nIf you decide not to start blogging again, I recommend eliminating or at least hiding the blog from your website. An outdated blog is the equivalent of a dusty, cobweb covered office. When I visit a website, I always check on the blog to see when it was last updated, and if it hasn’t been updated in a while, I am not sure if the business or organization is still active.\r\n\r\n<strong>If you do want to blog, take these 5 steps:</strong>\r\n<ol>\r\n 	<li><strong> Get clear on your motivation or goal for the blog. </strong></li>\r\n</ol>\r\nRemember or reset your objective for blogging. What do you want to accomplish? It could be:\r\n<ul>\r\n 	<li>Thought leadership</li>\r\n 	<li>Lead generation</li>\r\n 	<li>Inform your target audience</li>\r\n 	<li>Advocate for a cause</li>\r\n 	<li>Provide added value for your customers</li>\r\n</ul>\r\n<ol start=\"2\">\r\n 	<li><strong> Brainstorm topics and issues</strong></li>\r\n</ol>\r\nOnce you know what you want to do, then you have to think of ideas or topics. I recommend setting up a brainstorming session (if you have a team, definitely get them involved). Start with topics/categories and then get down to specifics. For example, an animal defense charity could list topics such as: animal rights, endangered species, etc.  With that topic list in mind, start thinking of specific issues you want to cover, such as: new laws that are affecting animal rights, new additions to endangered species, , etc.\r\n<ol start=\"3\">\r\n 	<li><strong> List your keywords</strong></li>\r\n</ol>\r\nBlogs still work to improve your search engine optimization (SEO). You may have a plug-in on your blog to help with SEO (e.g., All in One SEO, Yoast). However, you have to be strategic in your blogging and use keywords and key phrases that you want your website to rank for.  Take the time to do some <a href=\"https://moz.com/beginners-guide-to-seo/keyword-research\" target=\"_blank\" rel=\"noopener\">keyword research</a> and then list your target keywords/key phrases.\r\n<ol start=\"4\">\r\n 	<li><strong> Set up an editorial calendar</strong></li>\r\n</ol>\r\nWhen you put things in writing, you have a better chance that they get done. An editorial calendar is a great tool to make blogging happen. You will have an overview of what you want to write and when you will publish it. It doesn’t need to be complex or require special software.\r\n\r\nTo create an editorial calendar, set up a table or spreadsheet with these tabs (at minimum):\r\n<ul>\r\n 	<li>Month/Date</li>\r\n 	<li>Topic/category</li>\r\n 	<li>Subject/working title</li>\r\n 	<li>Author</li>\r\n 	<li>Target keywords</li>\r\n</ul>\r\nIf you need some additional information or templates, check out<a href=\"https://blog.hubspot.com/marketing/business-blog-editorial-calendar-templates\" target=\"_blank\" rel=\"noopener\"> “How to Create an Editorial Calendar [example + templates]”</a> on Hubspot or <a href=\"https://contentmarketinginstitute.com/articles/editorial-calendar-tools-templates/\" target=\"_blank\" rel=\"noopener\">\"Editorial Calendar Tools and Templates To Help You Master Your Content To-Do List\"</a> from the Content Marketing Institute.\r\n<ol start=\"5\">\r\n 	<li><strong> Find inspiration</strong></li>\r\n</ol>\r\nTo make it easier to find relevant issues to write about, seek out inspiration. Here are a few ways to find inspiration:\r\n<ul>\r\n 	<li>Set up Google Alerts for your topics</li>\r\n 	<li>Follow relevant hashtags on social media</li>\r\n 	<li>Read industry publications</li>\r\n 	<li>Attend professional development events or presentations about your subject</li>\r\n</ul>\r\n&nbsp;\r\n\r\nNow, you should be set to start blogging [again].\r\n\r\n<hr />\r\n\r\nPlease let me know in the comments if you\'ve stopped blogging and why, and whether you plan to restart your blog.','How to jumpstart your blog','','inherit','closed','closed','','4303-revision-v1','','','2023-01-12 12:46:52','2023-01-12 17:46:52','',4303,'https://deborahbrody.com/2023/01/4303-revision-v1/',0,'revision','',0),
(4307,4,'2023-01-12 12:49:40','2023-01-12 17:49:40','It’s been [gasp] seven long months since I posted anything on this blog. Before my last post, I had been posting about monthly (ish), but it became harder to come up with good ideas. And I believe if you have nothing worthwhile to say (blog), then don’t say (blog) anything.\r\n\r\nBut here we are in a new year, and it is time for a fresh start. I need to jump-start my blog, and here is how to do it.\r\n\r\n<strong>Do I really want to blog again?</strong>\r\n\r\nThe most crucial question to ask is: Do I really want to or need to start blogging again? There’s no getting around that blogging requires a good deal of work, commitment, and time. Perhaps you don’t have the resources to blog, or the motivation to do it consistently.\r\n\r\nIf you decide not to start blogging again, I recommend eliminating or at least hiding the blog from your website. An outdated blog is the equivalent of a dusty, cobweb covered office. When I visit a website, I always check on the blog to see when it was last updated, and if it hasn’t been updated in a while, I am not sure if the business or organization is still active.\r\n\r\n<strong>If you do want to blog, take these 5 steps:</strong>\r\n<ol>\r\n 	<li><strong> Get clear on your motivation or goal for the blog. </strong></li>\r\n</ol>\r\nRemember or reset your objective for blogging. What do you want to accomplish? It could be:\r\n<ul>\r\n 	<li>Thought leadership</li>\r\n 	<li>Lead generation</li>\r\n 	<li>Inform your target audience</li>\r\n 	<li>Advocate for a cause</li>\r\n 	<li>Provide added value for your customers</li>\r\n</ul>\r\n<ol start=\"2\">\r\n 	<li><strong> Brainstorm topics and issues</strong></li>\r\n</ol>\r\nOnce you know what you want to do, then you have to think of ideas or topics. I recommend setting up a brainstorming session (if you have a team, definitely get them involved). Start with topics/categories and then get down to specifics. For example, an animal defense charity could list topics such as: animal rights, endangered species, etc.  With that topic list in mind, start thinking of specific issues you want to cover, such as: new laws that are affecting animal rights, new additions to endangered species, , etc.\r\n<ol start=\"3\">\r\n 	<li><strong> List your keywords</strong></li>\r\n</ol>\r\nBlogs still work to improve your search engine optimization (SEO). You may have a plug-in on your blog to help with SEO (e.g., All in One SEO, Yoast). However, you have to be strategic in your blogging and use keywords and key phrases that you want your website to rank for.  Take the time to do some <a href=\"https://moz.com/beginners-guide-to-seo/keyword-research\" target=\"_blank\" rel=\"noopener\">keyword research</a> and then list your target keywords/key phrases.\r\n<ol start=\"4\">\r\n 	<li><strong> Set up an editorial calendar</strong></li>\r\n</ol>\r\nWhen you put things in writing, you have a better chance that they get done. An editorial calendar is a great tool to make blogging happen. You will have an overview of what you want to write and when you will publish it. It doesn’t need to be complex or require special software.\r\n\r\nTo create an editorial calendar, set up a table or spreadsheet with these tabs (at minimum):\r\n<ul>\r\n 	<li>Month/Date</li>\r\n 	<li>Topic/category</li>\r\n 	<li>Subject/working title</li>\r\n 	<li>Author</li>\r\n 	<li>Target keywords</li>\r\n</ul>\r\nIf you need some additional information or templates, check out<a href=\"https://blog.hubspot.com/marketing/business-blog-editorial-calendar-templates\" target=\"_blank\" rel=\"noopener\"> “How to Create an Editorial Calendar [example + templates]”</a> on Hubspot or <a href=\"https://contentmarketinginstitute.com/articles/editorial-calendar-tools-templates/\" target=\"_blank\" rel=\"noopener\">\"Editorial Calendar Tools and Templates To Help You Master Your Content To-Do List\"</a> from the Content Marketing Institute.\r\n<ol start=\"5\">\r\n 	<li><strong> Find inspiration</strong></li>\r\n</ol>\r\nTo make it easier to find relevant issues to write about, seek out inspiration. Here are a few ways to find inspiration:\r\n<ul>\r\n 	<li>Set up Google Alerts for your topics</li>\r\n 	<li>Follow relevant hashtags on social media</li>\r\n 	<li>Read industry publications</li>\r\n 	<li>Attend professional development events or presentations about your subject</li>\r\n</ul>\r\n&nbsp;\r\n\r\nNow, you should be set to start blogging [again].\r\n\r\n<hr />\r\n\r\nPlease let me know in the comments if you\'ve stopped blogging and why, and whether you plan to restart your blog.','How to jump-start your blog','','inherit','closed','closed','','4303-revision-v1','','','2023-01-12 12:49:40','2023-01-12 17:49:40','',4303,'https://deborahbrody.com/2023/01/4303-revision-v1/',0,'revision','',0),
(4327,4,'2023-07-18 16:48:38','2023-07-18 20:48:38','This morning, I was reading an personal advice column in the Washington Post. It was about a woman whose mother-in-law is constantly bad mouthing her and who is trying to protect her son from the MIL\'s barbs. The columnist\'s advice was to keep the MIL away from her impressionable son. But a reader offered a different perspective, saying that kids can see through those things and they can develop good relationships with grandparents in spite of this negativity. I don\'t know who is right, but it shows the need to look at something from a different perspective or even various viewpoints. In other words, the woman seeking advice needed a reality check.\r\n\r\n<strong>What is a reality check?</strong>\r\n\r\nA reality check often provides a perspective we hadn\'t considered before or that we have discounted. It\'s why we often seek advice when making big decisions.\r\n\r\n<strong>Why do you need a reality check?</strong>\r\n\r\nIf you are facing any sort of challenge—marketing, communications, interpersonal—you need a reality check. When you don\'t get advice or outside perspective, you will make decisions that are not always sound. This is  why there\'s value to doing research and holding focus groups before you launch a product. It\'s the value of hiring consultants to provide non-organizational viewpoints when you are trying to find a solution.\r\n\r\nIt\'s like when you don\'t get someone to proofread your work and it goes out with a typo or two. (As an aside, last month I saw a big typo in a poster for a large consulting firm\'s advertising campaign. It was classic...I wish I had a picture). You are so involved in something you no longer have a clear-eyed view of it. You don\'t see the shortcomings or the mistakes or the errors in judgement.\r\n\r\n[caption id=\"attachment_4329\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2023/07/pexels-fauxels-3184292.jpg\"><img class=\"size-large wp-image-4329\" src=\"https://deborahbrody.com/wp-content/uploads/2023/07/pexels-fauxels-3184292-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a> Pic by Fauxels from Pexels.com[/caption]\r\n\r\n<strong>It\'s the value of professional advice and an outside perspective</strong>\r\n\r\nIn communications, the lack of a reality check often results in you missing the target or having a miscommunication. If you think something is clear because you understand it, it could be that somebody else does not get it. Perhaps you are using jargon that only people in your field use. Perhaps you are using language that is above the grade level of your audience. For example, a few years ago, I wrote some marketing copy for a hotel booking software company. I wrote that using this software would give hotel operators exponential growth. The client hated it! He said that most people won\'t understand what exponential means. I am not 100% sure he was right, but at the same time, he gave me a reality check about the words I was choosing to use.\r\n\r\n<strong>Reality checks help avoid mistakes</strong>\r\n\r\nReality checks in the form of outside counsel can often save you from making costly mistakes. You get a reality check whenever you hire a professional to do something for you. It could be market research, or graphic design, or UX design, or copy editing. Let someone who has experience and an outside perspective help you.\r\n\r\nDo you need a reality check?','You need a reality check','','publish','open','open','','you-need-a-reality-check','','','2023-07-18 16:48:38','2023-07-18 20:48:38','',0,'https://deborahbrody.com/?p=4327',0,'post','',0),
(4328,4,'2023-07-18 16:43:39','2023-07-18 20:43:39','This morning, I was reading an personal advice column in the Washington Post. It was about a woman whose mother-in-law is constantly bad mouthing her and who is trying to protect her son from the MIL\'s barbs. The columnist\'s advice was to keep the MIL away from her impressionable son. But a reader offered a different perspective, saying that kids can see through those things and they can develop good relationships with grandparents in spite of this negativity. I don\'t know who is right, but it shows the need to look at something from a different perspective or even various viewpoints. In other words, the woman seeking advice needed a reality check.\r\n\r\n<strong>What is a reality check?</strong>\r\n\r\nA reality check often provides a perspective we hadn\'t considered before or that we have discounted. It\'s why we often seek advice when making big decisions.\r\n\r\n<strong>Why do you need a reality check?</strong>\r\n\r\nIf you are facing any sort of challenge—marketing, communications, interpersonal—you need a reality check. When you don\'t get advice or outside perspective, you will make decisions that are not always sound. This is  why there\'s value to doing research and holding focus groups before you launch a product. It\'s the value of hiring consultants to provide non-organizational viewpoints when you are trying to find a solution.\r\n\r\nIt\'s like when you don\'t get someone to proofread your work and it goes out with a typo or two. (As an aside, last month I saw a big typo in a poster for a large consulting firm\'s advertising campaign. It was classic...I wish I had a picture). You are so involved in something you no longer have a clear-eyed view of it. You don\'t see the shortcomings or the mistakes or the errors in judgement.\r\n\r\n<strong>It\'s the value of professional advice and an outside perspective</strong>\r\n\r\nIn communications, the lack of a reality check often results in you missing the target or having a miscommunication. If you think something is clear because you understand it, it could be that somebody else does not get it. Perhaps you are using jargon that only people in your field use. Perhaps you are using language that is above the grade level of your audience. For example, a few years ago, I wrote some marketing copy for a hotel booking software company. I wrote that using this software would give hotel operators exponential growth. The client hated it! He said that most people won\'t understand what exponential means. I am not 100% sure he was right, but at the same time, he gave me a reality check about the words I was choosing to use.\r\n\r\n<strong>Reality checks help avoid mistakes</strong>\r\n\r\nReality checks in the form of outside counsel can often save you from making costly mistakes. You get a reality check whenever you hire a professional to do something for you. It could be market research, or graphic design, or UX design, or copy editing. Let someone who has experience and an outside perspective help you.\r\n\r\nDo you need a reality check?','You need a reality check','','inherit','closed','closed','','4327-revision-v1','','','2023-07-18 16:43:39','2023-07-18 20:43:39','',4327,'https://deborahbrody.com/2023/07/4327-revision-v1/',0,'revision','',0),
(4329,4,'2023-07-18 16:47:38','2023-07-18 20:47:38','','pexels-fauxels-3184292','Pic by Fauxels from Pexels.com','inherit','open','closed','','pexels-fauxels-3184292','','','2023-07-18 16:48:01','2023-07-18 20:48:01','',4327,'https://deborahbrody.com/wp-content/uploads/2023/07/pexels-fauxels-3184292.jpg',0,'attachment','image/jpeg',0),
(4330,4,'2023-07-18 16:48:19','2023-07-18 20:48:19','This morning, I was reading an personal advice column in the Washington Post. It was about a woman whose mother-in-law is constantly bad mouthing her and who is trying to protect her son from the MIL\'s barbs. The columnist\'s advice was to keep the MIL away from her impressionable son. But a reader offered a different perspective, saying that kids can see through those things and they can develop good relationships with grandparents in spite of this negativity. I don\'t know who is right, but it shows the need to look at something from a different perspective or even various viewpoints. In other words, the woman seeking advice needed a reality check.\r\n\r\n<strong>What is a reality check?</strong>\r\n\r\nA reality check often provides a perspective we hadn\'t considered before or that we have discounted. It\'s why we often seek advice when making big decisions.\r\n\r\n<strong>Why do you need a reality check?</strong>\r\n\r\nIf you are facing any sort of challenge—marketing, communications, interpersonal—you need a reality check. When you don\'t get advice or outside perspective, you will make decisions that are not always sound. This is  why there\'s value to doing research and holding focus groups before you launch a product. It\'s the value of hiring consultants to provide non-organizational viewpoints when you are trying to find a solution.\r\n\r\nIt\'s like when you don\'t get someone to proofread your work and it goes out with a typo or two. (As an aside, last month I saw a big typo in a poster for a large consulting firm\'s advertising campaign. It was classic...I wish I had a picture). You are so involved in something you no longer have a clear-eyed view of it. You don\'t see the shortcomings or the mistakes or the errors in judgement.\r\n\r\n[caption id=\"attachment_4329\" align=\"aligncenter\" width=\"1024\"]<a href=\"https://deborahbrody.com/wp-content/uploads/2023/07/pexels-fauxels-3184292.jpg\"><img class=\"size-large wp-image-4329\" src=\"https://deborahbrody.com/wp-content/uploads/2023/07/pexels-fauxels-3184292-1024x576.jpg\" alt=\"\" width=\"1024\" height=\"576\" /></a> Pic by Fauxels from Pexels.com[/caption]\r\n\r\n<strong>It\'s the value of professional advice and an outside perspective</strong>\r\n\r\nIn communications, the lack of a reality check often results in you missing the target or having a miscommunication. If you think something is clear because you understand it, it could be that somebody else does not get it. Perhaps you are using jargon that only people in your field use. Perhaps you are using language that is above the grade level of your audience. For example, a few years ago, I wrote some marketing copy for a hotel booking software company. I wrote that using this software would give hotel operators exponential growth. The client hated it! He said that most people won\'t understand what exponential means. I am not 100% sure he was right, but at the same time, he gave me a reality check about the words I was choosing to use.\r\n\r\n<strong>Reality checks help avoid mistakes</strong>\r\n\r\nReality checks in the form of outside counsel can often save you from making costly mistakes. You get a reality check whenever you hire a professional to do something for you. It could be market research, or graphic design, or UX design, or copy editing. Let someone who has experience and an outside perspective help you.\r\n\r\nDo you need a reality check?','You need a reality check','','inherit','closed','closed','','4327-revision-v1','','','2023-07-18 16:48:19','2023-07-18 20:48:19','',4327,'https://deborahbrody.com/2023/07/4327-revision-v1/',0,'revision','',0),
(4391,4,'2025-01-23 14:47:58','2025-01-23 19:47:58','<strong>When you take a break...</strong>\r\n\r\nI haven\'t blogged in nearly a year and a half, and now, as I\'ve recommitted to blogging more regularly, I come to find out that my content can end up being used by AI. I\'ve seen some content producers say that they\'ve cut back on the amount of information they share on blogs and other social media channels because they are tired of seeing it stolen and used by AI without attribution or compensation.\r\n\r\nMeanwhile, more and more businesses are embracing AI to produce content and other written materials, such as emails, social media posts, etc. In fact, not a day goes by that I don\'t get spam emails offering me AI training.\r\n\r\n<strong>AI has changed our world</strong>\r\n\r\nWhat is happening is that AI is going over everything in the public domain to answer queries and produce documents. It is also \"learning\" from your data and content.\r\n\r\nAI may be taking over the world, but should it take over our intellectual property?\r\n\r\nWhat differentiates my blog and any written material I produce is me—my experience, my creativity, my point of view. I choose how to write something, what to include, the angle it takes, and the tone it uses. It doesn\'t seem right that AI could take what makes my writing unique to me and use it to recreate content for others to use. What can be done?\r\n\r\n<strong>You need to protect your content</strong>\r\n\r\nIt turns out as content producers, we now must protect our websites and blogs from AI bots. Although AI is not supposed to use material that is copyrighted (you do have a copyright on your website, don\'t you?), I am not sure that is stopping those bots.\r\n\r\nIt seems we have to go on the offensive and create actual obstacles for these bots.  Dave Morelo provides several actions you can take in the article <a href=\"https://www.maketecheasier.com/protect-website-from-ai-scraping/\" target=\"_blank\" rel=\"noopener\">How to Protect Your Website From AI Scraping. </a>However, many of Morelo\'s suggestions also mean reducing the visibility of your content. This will also impact your website and blog as it will most likely reduce visits, and maybe impact your SEO.\r\n\r\nThe bottom line is that right now we are living in the wild world of AI, and it has consequences for those of us who produce original content. We\'ll  have to find a balance between protecting our content and allowing people to find it.\r\n\r\n&nbsp;','Can we protect our intellectual property from AI?','','publish','open','open','','can-we-protect-our-intellectual-property-from-ai','','','2025-01-23 14:47:58','2025-01-23 19:47:58','',0,'https://deborahbrody.com/?p=4391',0,'post','',0),
(4392,4,'2025-01-16 10:31:29','2025-01-16 15:31:29','I haven\'t blogged in nearly a year and a half, and now, as I\'ve recommitted to blogging more regularly, I come to find out that my content can end up being used by AI. I\'ve seen some content producers say that they\'ve cut back on the amount of information they share on blogs and other social media channels because they are tired of seeing it stolen and used by AI without attribution or compensation.\r\n\r\nMeanwhile, as more businesses embrace AI to produce content and other written materials, t\r\n\r\nWhat differentiates my blog and any written material I produce is me--my experience, my creativity, my point of view. I choose how to write something, what to include, the angle it takes and the tone it uses. And because I have years of experience, I write clearly and correctly.\r\n\r\nIt doesn\'t seem right that AI could take what makes my writing unique to me and recreate content for others to use.\r\n\r\nIf you remember the entertainment writers\' strike one of the main points was just this. Getting credit and compensation for your work.\r\n\r\nHow can we keep producing material, whether it be on social media or our own websites, that feeds AI without getting anything for it in return?','Can we protect our intellectual property from AI?','','inherit','closed','closed','','4391-revision-v1','','','2025-01-16 10:31:29','2025-01-16 15:31:29','',4391,'https://deborahbrody.com/2025/01/4391-revision-v1/',0,'revision','',0),
(4394,4,'2025-01-23 14:41:00','2025-01-23 19:41:00','<strong>When you take a break...</strong>\r\n\r\nI haven\'t blogged in nearly a year and a half, and now, as I\'ve recommitted to blogging more regularly, I come to find out that my content can end up being used by AI. I\'ve seen some content producers say that they\'ve cut back on the amount of information they share on blogs and other social media channels because they are tired of seeing it stolen and used by AI without attribution or compensation.\r\n\r\nMeanwhile, more and more businesses are embracing AI to produce content and other written materials, such as emails, social media posts, etc. In fact, not a day goes by that I don\'t get spam emails offering me AI training.\r\n\r\n<strong>AI has changed our world</strong>\r\n\r\nWhat is happening is that AI is going over everything in the public domain to answer queries and produce documents. It is also \"learning\" from your data and content.\r\n\r\nAI may be taking over the world, but should it take over our intellectual property?\r\n\r\nWhat differentiates my blog and any written material I produce is me—my experience, my creativity, my point of view. I choose how to write something, what to include, the angle it takes, and the tone it uses. It doesn\'t seem right that AI could take what makes my writing unique to me and use it to recreate content for others to use. What can be done?\r\n\r\n<strong>You need to protect your content</strong>\r\n\r\nIt turns out as content producers, we now must protect our websites and blogs from AI bots. Although AI is not supposed to use material that is copyrighted (you do have a copyright on your website, don\'t you?), I am not sure that is stopping those bots.\r\n\r\nIt seems we have to go on the offensive and create actual obstacles for these bots.  Dave Morelo provides several actions you can take in the article <a href=\"https://www.maketecheasier.com/protect-website-from-ai-scraping/\" target=\"_blank\" rel=\"noopener\">How to Protect Your Website From AI Scraping. </a>However, many of Morelo\'s suggestions also mean reducing the visibility of your content. This will also impact your website and blog as it will most likely reduce visits, and maybe impact your SEO.\r\n\r\nThe bottom line is that right now we are living in the wild world of AI, and it has consequences for those of us who produce original content. We know have to find a balance between protecting our content and finding actual people who want to read what we write.\r\n\r\n&nbsp;','Can we protect our intellectual property from AI?','','inherit','closed','closed','','4391-revision-v1','','','2025-01-23 14:41:00','2025-01-23 19:41:00','',4391,'https://deborahbrody.com/2025/01/4391-revision-v1/',0,'revision','',0),
(4395,4,'2025-01-23 14:47:58','2025-01-23 19:47:58','<strong>When you take a break...</strong>\r\n\r\nI haven\'t blogged in nearly a year and a half, and now, as I\'ve recommitted to blogging more regularly, I come to find out that my content can end up being used by AI. I\'ve seen some content producers say that they\'ve cut back on the amount of information they share on blogs and other social media channels because they are tired of seeing it stolen and used by AI without attribution or compensation.\r\n\r\nMeanwhile, more and more businesses are embracing AI to produce content and other written materials, such as emails, social media posts, etc. In fact, not a day goes by that I don\'t get spam emails offering me AI training.\r\n\r\n<strong>AI has changed our world</strong>\r\n\r\nWhat is happening is that AI is going over everything in the public domain to answer queries and produce documents. It is also \"learning\" from your data and content.\r\n\r\nAI may be taking over the world, but should it take over our intellectual property?\r\n\r\nWhat differentiates my blog and any written material I produce is me—my experience, my creativity, my point of view. I choose how to write something, what to include, the angle it takes, and the tone it uses. It doesn\'t seem right that AI could take what makes my writing unique to me and use it to recreate content for others to use. What can be done?\r\n\r\n<strong>You need to protect your content</strong>\r\n\r\nIt turns out as content producers, we now must protect our websites and blogs from AI bots. Although AI is not supposed to use material that is copyrighted (you do have a copyright on your website, don\'t you?), I am not sure that is stopping those bots.\r\n\r\nIt seems we have to go on the offensive and create actual obstacles for these bots.  Dave Morelo provides several actions you can take in the article <a href=\"https://www.maketecheasier.com/protect-website-from-ai-scraping/\" target=\"_blank\" rel=\"noopener\">How to Protect Your Website From AI Scraping. </a>However, many of Morelo\'s suggestions also mean reducing the visibility of your content. This will also impact your website and blog as it will most likely reduce visits, and maybe impact your SEO.\r\n\r\nThe bottom line is that right now we are living in the wild world of AI, and it has consequences for those of us who produce original content. We\'ll  have to find a balance between protecting our content and allowing people to find it.\r\n\r\n&nbsp;','Can we protect our intellectual property from AI?','','inherit','closed','closed','','4391-revision-v1','','','2025-01-23 14:47:58','2025-01-23 19:47:58','',4391,'https://deborahbrody.com/2025/01/4391-revision-v1/',0,'revision','',0),
(4468,7,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1886201608]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','fb690188-d4b9-4c51-9c87-54f77c374221','','','2026-07-19 01:51:11','2026-07-19 05:51:11','',0,'https://deborahbrody.com/2020/01/fb690188-d4b9-4c51-9c87-54f77c374221/',0,'customize_changeset','',0),
(4441,4,'2026-02-12 14:59:37','2026-02-12 19:59:37','<h2>How I Can Help You</h2>\r\nAt Deborah Brody Marketing Communications, you\'ll work directly with me, an experienced marketing professional offering an integrated approach to marketing communications.\r\n\r\nI will work with you to find the best, most effective solution to your marketing challenge.\r\n\r\nLet\'s create, recreate or refine your marketing materials (both in English and in Spanish).\r\n<h2>Why Choose DBMC</h2>\r\nDeborah Brody Marketing Communications is a <strong>reliable, creative, professional and knowledgeable marketing partner</strong>.\r\n\r\nYou\'ll find that my services are a more <strong>focused and personalized</strong> alternative to the traditional advertising, marketing or public relations agency.\r\n\r\n<strong>You won’t pay agency prices</strong> and you won\'t have to deal with inexperienced staff.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2026-02-12 14:59:37','2026-02-12 19:59:37','',2,'https://deborahbrody.com/?p=4441',0,'revision','',0),
(4451,4,'2026-04-21 16:41:19','2026-04-21 20:41:19','<em>UPDATE: I just received an email invitation that incorrectly stated the event took place on EST (Eastern Standard Time).  Furthermore, the event invitation stated it was free for all. When I went to register I found that there are different fees for members, nonmembers, and students. Not only was the event not free, it had different costs that were not listed. I\'ve updated the checklist below to include these items.</em>\r\n\r\nI went to an event yesterday afternoon for which I got two (conflicting) reminder emails. Both emails detailed where the event was taking place and how to get there, including the nearest Metro stops and parking garages. Both had the date and time, but the first reminder said the event took place at 3:00 p.m. and the second said it was at 3:30 p.m.\r\n\r\nThe second email had the correct information, although the organizers did not bother to clarify that it was an update. I was left wondering which email was right.\r\n\r\n<strong>Event email checklist</strong>\r\n\r\nMaking mistakes like these is common (and human). Having someone to edit or proofread your copy often prevents these kinds of errors. But if you are a one-person shop, here’s a handy checklist of items to always check (and double-check):\r\n<ul>\r\n 	<li><strong>Dates</strong>: Using a calendar, check the date is correct and that it corresponds to the day of the week that you are saying it is. For example, today is Tuesday, April 21 not Monday, April 21 or Tuesday, April 20.</li>\r\n 	<li><strong>Times:</strong> Make sure you have the correct start time, and double-check that you are indicating the right time of day (a.m. or p.m.). Additionally, if your event is online, add the time zone (e.g., Eastern (ET), Central (CT), Mountain (MT), Pacific (PT), etc.). If you are adding Standard or Daylight time, make sure to use the right one. To avoid this issue, it is best to use ET instead of EST or EDT, CT instead of CST or CDT, etc.</li>\r\n 	<li><strong>Location</strong>: Is the street address correct? Have you included any additional information, such as floor number or suite number if in a building?</li>\r\n 	<li><strong>Directions</strong>: If you have included directions, are they accurate? Will anything be happening on the day of event that would create changes, for example, roadwork or street closures?</li>\r\n 	<li><strong>Names and titles:</strong> Double-check <em>every single name and title</em> of your speakers, panelists, presenters, moderators, etc. For example, if your speaker is named Allison, make sure she spells it with two ls not one.  Additionally, if you are referencing the name/title of a book, building, school, etc. ensure you are using the official/complete title and that you have double-checked the spelling against an official source such as the organization’s website. Perhaps you call it MoMA (note the capitalization), but it’s officially The Museum of Modern Art (you can call it MoMA on second reference).</li>\r\n 	<li><strong>Cost/Fees:</strong> If your event requires payment, double-check the dollar figure and whether there are different costs for different audiences (e.g., members, nonmembers, students, etc.).</li>\r\n</ul>\r\n<strong>Fix your mistakes!</strong>\r\n\r\nAnd finally, if in spite of checking and double-checking, your email contains a mistake, send an updated, corrected email. In the subject line, write [UPDATE] or [CORRECTION] to indicate this email has different information than the last. You may also want to include a line in the body of the email indicating the error or update. For example: Our last email incorrectly stated that the event takes place on Tuesday, April 21. The correct date is Wednesday, April 22.','[UPDATED] How to prevent mistakes in your event emails','','publish','open','open','','new-how-to-prevent-mistakes-in-your-event-emails','','','2026-04-27 14:02:38','2026-04-27 18:02:38','',0,'https://deborahbrody.com/?p=4451',0,'post','',0),
(4452,4,'2026-04-21 16:40:05','2026-04-21 20:40:05','I went to an event yesterday afternoon for which I got two (conflicting) reminder emails. Both emails detailed where the event was taking place and how to get there, including the nearest Metro stops and parking garages. Both had the date and time, but the first reminder said the event took place at 3:00 p.m. and the second said it was at 3:30 p.m.\r\n\r\nThe second email had the correct information, although the organizers did not bother to clarify that it was an update. I was left wondering which email was right.\r\n\r\n<strong>Event email checklist</strong>\r\n\r\nMaking mistakes like these is common (and human). Having someone to edit or proofread your copy often prevents these kinds of errors. But if you are a one-person shop, here’s a handy checklist of items to always check (and double-check):\r\n<ul>\r\n 	<li><strong>Dates</strong>: Using a calendar, check the date is correct and that it corresponds to the day of the week that you are saying it is. For example, today is Tuesday, April 21 not Monday, April 21 or Tuesday, April 20.</li>\r\n 	<li><strong>Times:</strong> Make sure you have the correct start time, and double-check that you are indicating the right time of day (a.m. or p.m.). Additionally, if your event is online, add the time zone (e.g., Eastern (ET), Central (CT), Mountain (MT), Pacific (PT), etc.).</li>\r\n 	<li><strong>Location</strong>: Is the street address correct? Have you included any additional information, such as floor number or suite number if in a building?</li>\r\n 	<li><strong>Directions</strong>: If you have included directions, are they accurate? Will anything be happening on the day of event that would create changes, for example, roadwork or street closures?</li>\r\n 	<li><strong>Names and titles:</strong> Double-check <em>every single name and title</em> of your speakers, panelists, presenters, moderators, etc. For example, if your speaker is named Allison, make sure she spells it with two ls not one.  Additionally, if you are referencing the name/title of a book, building, school, etc. ensure you are using the official/complete title and that you have double-checked the spelling against an official source such as the organization’s website. Perhaps you call it MoMA (note the capitalization), but it’s officially The Museum of Modern Art (you can call it MoMA on second reference).</li>\r\n</ul>\r\n<strong>Fix your mistakes!</strong>\r\n\r\nAnd finally, if in spite of checking and double-checking, your email contains a mistake, send an updated, corrected email. In the subject line, write [UPDATE] or [CORRECTION] to indicate this email has different information than the last. You may also want to include a line in the body of the email indicating the error or update. For example: Our last email incorrectly stated that the event takes place on Tuesday, April 21. The correct date is Wednesday, April 22.','[New] How to prevent mistakes in your event emails','','inherit','closed','closed','','4451-revision-v1','','','2026-04-21 16:40:05','2026-04-21 20:40:05','',4451,'https://deborahbrody.com/?p=4452',0,'revision','',0),
(4454,4,'2026-04-27 14:01:57','2026-04-27 18:01:57','UPDATE: I just received an email invitation that incorrectly stated the event took place on EST (Eastern Standard Time).  Furthermore, the event invitation stated it was free for all. When I went to register I found that there are different fees for members, nonmembers, and students. Not only was the event not free, it had different costs that were not listed. I\'ve updated the checklist belo\n\nI went to an event yesterday afternoon for which I got two (conflicting) reminder emails. Both emails detailed where the event was taking place and how to get there, including the nearest Metro stops and parking garages. Both had the date and time, but the first reminder said the event took place at 3:00 p.m. and the second said it was at 3:30 p.m.\n\nThe second email had the correct information, although the organizers did not bother to clarify that it was an update. I was left wondering which email was right.\n\n<strong>Event email checklist</strong>\n\nMaking mistakes like these is common (and human). Having someone to edit or proofread your copy often prevents these kinds of errors. But if you are a one-person shop, here’s a handy checklist of items to always check (and double-check):\n<ul>\n 	<li><strong>Dates</strong>: Using a calendar, check the date is correct and that it corresponds to the day of the week that you are saying it is. For example, today is Tuesday, April 21 not Monday, April 21 or Tuesday, April 20.</li>\n 	<li><strong>Times:</strong> Make sure you have the correct start time, and double-check that you are indicating the right time of day (a.m. or p.m.). Additionally, if your event is online, add the time zone (e.g., Eastern (ET), Central (CT), Mountain (MT), Pacific (PT), etc.). If you are adding Standard or Daylight time, make sure to use the right one. To avoid this issue, it is best to use ET instead of EST or EDT, CT instead of CST or CDT, etc.</li>\n 	<li><strong>Location</strong>: Is the street address correct? Have you included any additional information, such as floor number or suite number if in a building?</li>\n 	<li><strong>Directions</strong>: If you have included directions, are they accurate? Will anything be happening on the day of event that would create changes, for example, roadwork or street closures?</li>\n 	<li><strong>Names and titles:</strong> Double-check <em>every single name and title</em> of your speakers, panelists, presenters, moderators, etc. For example, if your speaker is named Allison, make sure she spells it with two ls not one.  Additionally, if you are referencing the name/title of a book, building, school, etc. ensure you are using the official/complete title and that you have double-checked the spelling against an official source such as the organization’s website. Perhaps you call it MoMA (note the capitalization), but it’s officially The Museum of Modern Art (you can call it MoMA on second reference).</li>\n 	<li><strong>Cost/Fees:</strong> If your event requires payment, double-check the dollar figure and whether there are different costs for different audiences (e.g., members, nonmembers, students, etc.)</li>\n</ul>\n<strong>Fix your mistakes!</strong>\n\nAnd finally, if in spite of checking and double-checking, your email contains a mistake, send an updated, corrected email. In the subject line, write [UPDATE] or [CORRECTION] to indicate this email has different information than the last. You may also want to include a line in the body of the email indicating the error or update. For example: Our last email incorrectly stated that the event takes place on Tuesday, April 21. The correct date is Wednesday, April 22.','[UPDATED] How to prevent mistakes in your event emails','','inherit','closed','closed','','4451-autosave-v1','','','2026-04-27 14:01:57','2026-04-27 18:01:57','',4451,'https://deborahbrody.com/?p=4454',0,'revision','',0),
(4455,4,'2026-04-27 14:02:38','2026-04-27 18:02:38','<em>UPDATE: I just received an email invitation that incorrectly stated the event took place on EST (Eastern Standard Time).  Furthermore, the event invitation stated it was free for all. When I went to register I found that there are different fees for members, nonmembers, and students. Not only was the event not free, it had different costs that were not listed. I\'ve updated the checklist below to include these items.</em>\r\n\r\nI went to an event yesterday afternoon for which I got two (conflicting) reminder emails. Both emails detailed where the event was taking place and how to get there, including the nearest Metro stops and parking garages. Both had the date and time, but the first reminder said the event took place at 3:00 p.m. and the second said it was at 3:30 p.m.\r\n\r\nThe second email had the correct information, although the organizers did not bother to clarify that it was an update. I was left wondering which email was right.\r\n\r\n<strong>Event email checklist</strong>\r\n\r\nMaking mistakes like these is common (and human). Having someone to edit or proofread your copy often prevents these kinds of errors. But if you are a one-person shop, here’s a handy checklist of items to always check (and double-check):\r\n<ul>\r\n 	<li><strong>Dates</strong>: Using a calendar, check the date is correct and that it corresponds to the day of the week that you are saying it is. For example, today is Tuesday, April 21 not Monday, April 21 or Tuesday, April 20.</li>\r\n 	<li><strong>Times:</strong> Make sure you have the correct start time, and double-check that you are indicating the right time of day (a.m. or p.m.). Additionally, if your event is online, add the time zone (e.g., Eastern (ET), Central (CT), Mountain (MT), Pacific (PT), etc.). If you are adding Standard or Daylight time, make sure to use the right one. To avoid this issue, it is best to use ET instead of EST or EDT, CT instead of CST or CDT, etc.</li>\r\n 	<li><strong>Location</strong>: Is the street address correct? Have you included any additional information, such as floor number or suite number if in a building?</li>\r\n 	<li><strong>Directions</strong>: If you have included directions, are they accurate? Will anything be happening on the day of event that would create changes, for example, roadwork or street closures?</li>\r\n 	<li><strong>Names and titles:</strong> Double-check <em>every single name and title</em> of your speakers, panelists, presenters, moderators, etc. For example, if your speaker is named Allison, make sure she spells it with two ls not one.  Additionally, if you are referencing the name/title of a book, building, school, etc. ensure you are using the official/complete title and that you have double-checked the spelling against an official source such as the organization’s website. Perhaps you call it MoMA (note the capitalization), but it’s officially The Museum of Modern Art (you can call it MoMA on second reference).</li>\r\n 	<li><strong>Cost/Fees:</strong> If your event requires payment, double-check the dollar figure and whether there are different costs for different audiences (e.g., members, nonmembers, students, etc.).</li>\r\n</ul>\r\n<strong>Fix your mistakes!</strong>\r\n\r\nAnd finally, if in spite of checking and double-checking, your email contains a mistake, send an updated, corrected email. In the subject line, write [UPDATE] or [CORRECTION] to indicate this email has different information than the last. You may also want to include a line in the body of the email indicating the error or update. For example: Our last email incorrectly stated that the event takes place on Tuesday, April 21. The correct date is Wednesday, April 22.','[UPDATED] How to prevent mistakes in your event emails','','inherit','closed','closed','','4451-revision-v1','','','2026-04-27 14:02:38','2026-04-27 18:02:38','',4451,'https://deborahbrody.com/?p=4455',0,'revision','',0),
(4462,4,'2026-06-10 16:42:24','2026-06-10 20:42:24','Yesterday, I got an email from \"verizon wierless\" with the subject line: \"By tomorrow, review your points to keep them.\"\r\n\r\nAlthough my spam filter didn\'t catch this, I certainly did. I didn\'t have to look further than the sender\'s name to know this wasn\'t legit, not to mention I don\'t have a Verizon account. With two typos in the sender\'s name and a clumsy subject line, this was not written by anyone who cared about accuracy, wording, etc.  It seems spammers don\'t have the budget or the inclination to copy edit or even to proofread.\r\n\r\nDid you know that having spelling errors, typos, and even improper capitalization impacts the trustworthiness of your written information? Research has proven this. Check out this research article, <a href=\"https://pmc.ncbi.nlm.nih.gov/articles/PMC7315370/\" target=\"_blank\" rel=\"noopener\">\"Spelling Errors and Shouting Capitalization Lead to Additive Penalties to Trustworthiness of Online Health Information: Randomized Experiment With Laypersons\"</a> published on the National Library of Medicine website, which states:\r\n<blockquote>The mean trustworthiness ratings of the control excerpts ranged from 32.59 to 62.31 (rating scale 0-100). Compared with the control excerpts, excerpts containing only misspellings were rated as being 8.86 points less trustworthy, those containing inappropriate capitalization were rated as 6.41 points less trustworthy, and those containing the combination of misspelling and capitalization were rated as 14.33 points less trustworthy (<em>P</em>&lt;.001 for all). Misspelling and inappropriate capitalization show an additive effect.</blockquote>\r\n<strong>Basically, the more mistakes, the less trustworthy the information. </strong>\r\n\r\nThe obverse is true: the fewer mistakes, the more we trust the information.\r\n\r\nCan you imagine if spammers were more careful with their work?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What if spammers had the budget for copy editors and proofreaders?','','publish','open','open','','what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders','','','2026-06-10 16:42:24','2026-06-10 20:42:24','',0,'https://deborahbrody.com/?p=4462',0,'post','',0),
(4463,4,'2026-06-10 16:41:38','2026-06-10 20:41:38','Yesterday, I got an email from \"verizon wierless\" with the subject line: \"By tomorrow, review your points to keep them.\"\r\n\r\nAlthough my spam filter didn\'t catch this, I certainly did. I didn\'t have to look further than the sender\'s name to know this wasn\'t legit, not to mention I don\'t have a Verizon account. With two typos in the sender\'s name and a clumsy subject line, this was not written by anyone who cared about accuracy, wording, etc.  It seems spammers don\'t have the budget or the inclination to copy edit or even to proofread.\r\n\r\nDid you know that having spelling errors, typos, and even improper capitalization impacts the trustworthiness of your written information? Research has proven this. Check out this research article, <a href=\"https://pmc.ncbi.nlm.nih.gov/articles/PMC7315370/\" target=\"_blank\" rel=\"noopener\">\"Spelling Errors and Shouting Capitalization Lead to Additive Penalties to Trustworthiness of Online Health Information: Randomized Experiment With Laypersons\"</a> published on the National Library of Medicine website, which states:\r\n<blockquote>The mean trustworthiness ratings of the control excerpts ranged from 32.59 to 62.31 (rating scale 0-100). Compared with the control excerpts, excerpts containing only misspellings were rated as being 8.86 points less trustworthy, those containing inappropriate capitalization were rated as 6.41 points less trustworthy, and those containing the combination of misspelling and capitalization were rated as 14.33 points less trustworthy (<em>P</em>&lt;.001 for all). Misspelling and inappropriate capitalization show an additive effect.</blockquote>\r\n<strong>Basically, the more mistakes, the less trustworthy the information. </strong>\r\n\r\nThe obverse is true: the fewer mistakes, the more we trust the information.\r\n\r\nCan you imagine if spammers were more careful with their work?\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What if spammers had the budget for copy editors and proofreaders?','','inherit','closed','closed','','4462-revision-v1','','','2026-06-10 16:41:38','2026-06-10 20:41:38','',4462,'https://deborahbrody.com/?p=4463',0,'revision','',0),
(4474,0,'2026-07-20 11:44:28','2026-07-20 15:44:28','<blockquote class=\"wp-embedded-content\" data-secret=\"rYHJOHrVrT\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=8JYtcT14Mz#?secret=rYHJOHrVrT\" data-secret=\"rYHJOHrVrT\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','5f737244d34b8ef72f88c2f4e3aa1ed5','','','2026-07-20 11:44:28','2026-07-20 15:44:28','',0,'https://deborahbrody.com/2026/07/5f737244d34b8ef72f88c2f4e3aa1ed5/',0,'oembed_cache','',0),
(4469,0,'2026-07-19 01:51:05','2026-07-19 05:51:05','<blockquote class=\"wp-embedded-content\" data-secret=\"4caOsfG07M\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=wNAgw3h3LJ#?secret=4caOsfG07M\" data-secret=\"4caOsfG07M\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','79ff34ae199df8775e900437664991dc','','','2026-07-19 01:51:05','2026-07-19 05:51:05','',0,'https://deborahbrody.com/2026/07/79ff34ae199df8775e900437664991dc/',0,'oembed_cache','',0),
(4470,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse','','','2026-07-19 01:51:11','2026-07-19 05:51:11','',0,'',0,'request','',0),
(4472,4,'2026-07-19 18:19:29','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-07-19 18:19:29','0000-00-00 00:00:00','',0,'https://deborahbrody.com/?p=4472',0,'post','',0),
(4473,0,'2026-07-20 11:44:28','2026-07-20 15:44:28','<blockquote class=\"wp-embedded-content\" data-secret=\"TsITzB6UNX\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=gyxWYysWR5#?secret=TsITzB6UNX\" data-secret=\"TsITzB6UNX\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','59c4971954e9ad1ac1f31ecb09cb87bb','','','2026-07-20 11:44:28','2026-07-20 15:44:28','',0,'https://deborahbrody.com/2026/07/59c4971954e9ad1ac1f31ecb09cb87bb/',0,'oembed_cache','',0),
(4475,0,'2026-07-20 11:44:28','2026-07-20 15:44:28','<blockquote class=\"wp-embedded-content\" data-secret=\"8KWm7ynqpH\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=i9r2S67qWd#?secret=8KWm7ynqpH\" data-secret=\"8KWm7ynqpH\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','83a8842413f23d60e13ea035571f017c','','','2026-07-20 11:44:28','2026-07-20 15:44:28','',0,'https://deborahbrody.com/2026/07/83a8842413f23d60e13ea035571f017c/',0,'oembed_cache','',0),
(4476,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1846154185]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','27294caf9d2219ba-60b4-98bf-a6e5-6927799da0076ded','','','2026-07-20 12:40:25','2026-07-20 16:40:25','',0,'https://deborahbrody.com/2020/01/27294caf9d2219ba-60b4-98bf-a6e5-6927799da0076ded/',0,'customize_changeset','',0),
(4480,0,'2026-07-21 07:11:39','2026-07-21 11:11:39','<blockquote class=\"wp-embedded-content\" data-secret=\"njxv12rhPg\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=dNjZtpeaUi#?secret=njxv12rhPg\" data-secret=\"njxv12rhPg\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','870ec9b8fe6aeff35eef14c39997a313','','','2026-07-21 07:11:39','2026-07-21 11:11:39','',0,'https://deborahbrody.com/2026/07/870ec9b8fe6aeff35eef14c39997a313/',0,'oembed_cache','',0),
(4477,0,'2026-07-20 12:40:20','2026-07-20 16:40:20','<blockquote class=\"wp-embedded-content\" data-secret=\"WkT8auNL4L\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=Jc5LGA25LX#?secret=WkT8auNL4L\" data-secret=\"WkT8auNL4L\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','cc9431eb700b2e6cae593cd922487512','','','2026-07-20 12:40:20','2026-07-20 16:40:20','',0,'https://deborahbrody.com/2026/07/cc9431eb700b2e6cae593cd922487512/',0,'oembed_cache','',0),
(4478,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-2','','','2026-07-20 12:40:25','2026-07-20 16:40:25','',0,'',0,'request','',0),
(4479,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1839807731]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','7c30ff74427ba14a-c447-172e-887a-314d4be203bef0d5','','','2026-07-21 07:11:50','2026-07-21 11:11:50','',0,'https://deborahbrody.com/2020/01/7c30ff74427ba14a-c447-172e-887a-314d4be203bef0d5/',0,'customize_changeset','',0),
(4483,0,'2026-07-21 07:21:56','2026-07-21 11:21:56','<blockquote class=\"wp-embedded-content\" data-secret=\"w4bDd2BSbS\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=dqGmHQRLiK#?secret=w4bDd2BSbS\" data-secret=\"w4bDd2BSbS\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','47808ed5d6ffe2e311f6fc4616d66193','','','2026-07-21 07:21:56','2026-07-21 11:21:56','',0,'https://deborahbrody.com/2026/07/47808ed5d6ffe2e311f6fc4616d66193/',0,'oembed_cache','',0),
(4481,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-3','','','2026-07-21 07:11:50','2026-07-21 11:11:50','',0,'',0,'request','',0),
(4482,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1839509622]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','5465c5f7fbe4fb28-cc48-76c6-546e-348ee1a9a5769f32','','','2026-07-21 07:22:05','2026-07-21 11:22:05','',0,'https://deborahbrody.com/2020/01/5465c5f7fbe4fb28-cc48-76c6-546e-348ee1a9a5769f32/',0,'customize_changeset','',0),
(4487,0,'2026-07-21 11:56:27','2026-07-21 15:56:27','<blockquote class=\"wp-embedded-content\" data-secret=\"qNLMj7vKm6\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=G7AEcj95EU#?secret=qNLMj7vKm6\" data-secret=\"qNLMj7vKm6\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','69e70c572a36018af953de6ee660f98b','','','2026-07-21 11:56:27','2026-07-21 15:56:27','',0,'https://deborahbrody.com/2026/07/69e70c572a36018af953de6ee660f98b/',0,'oembed_cache','',0),
(4484,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-4','','','2026-07-21 07:22:05','2026-07-21 11:22:05','',0,'',0,'request','',0),
(4486,0,'2026-07-21 11:56:27','2026-07-21 15:56:27','<blockquote class=\"wp-embedded-content\" data-secret=\"FRr9RCDt6f\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=NACvM3wHBe#?secret=FRr9RCDt6f\" data-secret=\"FRr9RCDt6f\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','eca9e00edddd84127ce1e2700a3b84b0','','','2026-07-21 11:56:27','2026-07-21 15:56:27','',0,'https://deborahbrody.com/2026/07/eca9e00edddd84127ce1e2700a3b84b0/',0,'oembed_cache','',0),
(4488,0,'2026-07-21 11:56:27','2026-07-21 15:56:27','<blockquote class=\"wp-embedded-content\" data-secret=\"JvrY7XQKIr\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=FcwM7AF70h#?secret=JvrY7XQKIr\" data-secret=\"JvrY7XQKIr\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','598dc3b4045b9e8dd52cdcc69ccbcfc9','','','2026-07-21 11:56:27','2026-07-21 15:56:27','',0,'https://deborahbrody.com/2026/07/598dc3b4045b9e8dd52cdcc69ccbcfc9/',0,'oembed_cache','',0),
(4489,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1828883990]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','542d523b7ef5b190-bb8f-0368-a442-59acc7a9ae9f3878','','','2026-07-22 06:47:05','2026-07-22 10:47:05','',0,'https://deborahbrody.com/2020/01/542d523b7ef5b190-bb8f-0368-a442-59acc7a9ae9f3878/',0,'customize_changeset','',0),
(4493,0,'2026-07-22 16:00:30','2026-07-22 20:00:30','<blockquote class=\"wp-embedded-content\" data-secret=\"ltFauOSX2P\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=nJahXhipYN#?secret=ltFauOSX2P\" data-secret=\"ltFauOSX2P\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','d5d008b59a88d50de9fdbc59f8bd150c','','','2026-07-22 16:00:30','2026-07-22 20:00:30','',0,'https://deborahbrody.com/2026/07/d5d008b59a88d50de9fdbc59f8bd150c/',0,'oembed_cache','',0),
(4490,0,'2026-07-22 06:46:59','2026-07-22 10:46:59','<blockquote class=\"wp-embedded-content\" data-secret=\"bEyvMKSFSI\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=qyVVawh0qy#?secret=bEyvMKSFSI\" data-secret=\"bEyvMKSFSI\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','82c60a818492f40dafe62c1392e1e397','','','2026-07-22 06:46:59','2026-07-22 10:46:59','',0,'https://deborahbrody.com/2026/07/82c60a818492f40dafe62c1392e1e397/',0,'oembed_cache','',0),
(4491,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-5','','','2026-07-22 06:47:05','2026-07-22 10:47:05','',0,'',0,'request','',0),
(4492,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1819512111]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','354ed8904d2be8d5-3e54-b2b8-d4e4-72baa863b27e26e0','','','2026-07-22 16:00:39','2026-07-22 20:00:39','',0,'https://deborahbrody.com/2020/01/354ed8904d2be8d5-3e54-b2b8-d4e4-72baa863b27e26e0/',0,'customize_changeset','',0),
(4496,0,'2026-07-23 01:43:24','2026-07-23 05:43:24','<blockquote class=\"wp-embedded-content\" data-secret=\"t7ave0XVCn\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=uSwNmxq7od#?secret=t7ave0XVCn\" data-secret=\"t7ave0XVCn\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','d952420f131ea60da223b534814a16b4','','','2026-07-23 01:43:24','2026-07-23 05:43:24','',0,'https://deborahbrody.com/2026/07/d952420f131ea60da223b534814a16b4/',0,'oembed_cache','',0),
(4494,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-6','','','2026-07-22 16:00:39','2026-07-22 20:00:39','',0,'',0,'request','',0),
(4495,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1843184558]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','59ad5c59b8e3ef09-638b-2d38-65d3-3dad7d17790b5b63','','','2026-07-23 01:43:30','2026-07-23 05:43:30','',0,'https://deborahbrody.com/2020/01/59ad5c59b8e3ef09-638b-2d38-65d3-3dad7d17790b5b63/',0,'customize_changeset','',0),
(4499,0,'2026-07-23 12:52:38','2026-07-23 16:52:38','<blockquote class=\"wp-embedded-content\" data-secret=\"r4U7JTfm3m\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=u1ddYXkfeO#?secret=r4U7JTfm3m\" data-secret=\"r4U7JTfm3m\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','18ba7ebecb2bbd5e2dfe5d4b032ad1eb','','','2026-07-23 12:52:38','2026-07-23 16:52:38','',0,'https://deborahbrody.com/2026/07/18ba7ebecb2bbd5e2dfe5d4b032ad1eb/',0,'oembed_cache','',0),
(4497,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-7','','','2026-07-23 01:43:31','2026-07-23 05:43:31','',0,'',0,'request','',0),
(4498,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1826481830]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"x\",\"url\":\"https://github.com/sergiointel/wp2shell-poc\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"x\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":7}}','changeset','','publish','closed','closed','','49cb7f13-2897-43a2-bd2f-0b74de279770','','','2026-07-23 12:54:19','2026-07-23 16:54:19','',0,'https://deborahbrody.com/2020/01/49cb7f13-2897-43a2-bd2f-0b74de279770/',0,'customize_changeset','',0),
(4502,0,'2026-07-23 16:01:32','2026-07-23 20:01:32','<blockquote class=\"wp-embedded-content\" data-secret=\"EXwuxUQuSX\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=tGGcs4LrX4#?secret=EXwuxUQuSX\" data-secret=\"EXwuxUQuSX\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','46a5473c57b69c0c93d57b16b8467405','','','2026-07-23 16:01:32','2026-07-23 20:01:32','',0,'https://deborahbrody.com/2026/07/46a5473c57b69c0c93d57b16b8467405/',0,'oembed_cache','',0),
(4500,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-8','','','2026-07-23 12:54:19','2026-07-23 16:54:19','',0,'',0,'request','',0),
(4501,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1849721102]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/khadafigans\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','ccc70637-896a-49e0-8658-3f89fdabca01','','','2026-07-23 16:01:40','2026-07-23 20:01:40','',0,'https://deborahbrody.com/2020/01/ccc70637-896a-49e0-8658-3f89fdabca01/',0,'customize_changeset','',0),
(4505,0,'2026-07-24 05:58:30','2026-07-24 09:58:30','<blockquote class=\"wp-embedded-content\" data-secret=\"6uWevAc7To\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=oMAasO4uUI#?secret=6uWevAc7To\" data-secret=\"6uWevAc7To\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','3bf26426d8451fb3430c8674c0a1222f','','','2026-07-24 05:58:30','2026-07-24 09:58:30','',0,'https://deborahbrody.com/2026/07/3bf26426d8451fb3430c8674c0a1222f/',0,'oembed_cache','',0),
(4503,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-9','','','2026-07-23 16:01:40','2026-07-23 20:01:40','',0,'',0,'request','',0),
(4504,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1825774734]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/khadafigans\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','372d45b5-6b39-41fa-adae-8e62e0f5420f','','','2026-07-24 05:58:39','2026-07-24 09:58:39','',0,'https://deborahbrody.com/2020/01/372d45b5-6b39-41fa-adae-8e62e0f5420f/',0,'customize_changeset','',0),
(4508,0,'2026-07-24 09:44:57','2026-07-24 13:44:57','<blockquote class=\"wp-embedded-content\" data-secret=\"c935ERnJWk\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=3pSxtPnHld#?secret=c935ERnJWk\" data-secret=\"c935ERnJWk\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','74aefeaee13bb23d08a555e9dd01c2a5','','','2026-07-24 09:44:57','2026-07-24 13:44:57','',0,'https://deborahbrody.com/2026/07/74aefeaee13bb23d08a555e9dd01c2a5/',0,'oembed_cache','',0),
(4506,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-10','','','2026-07-24 05:58:40','2026-07-24 09:58:40','',0,'',0,'request','',0),
(4507,0,'2026-07-24 08:49:12','2026-07-24 12:49:12','<blockquote class=\"wp-embedded-content\" data-secret=\"3wuOTY8FmS\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=3y4BRR5uUj#?secret=3wuOTY8FmS\" data-secret=\"3wuOTY8FmS\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','39af5908a3cfc3f89477ebead7e1e159','','','2026-07-24 08:49:12','2026-07-24 12:49:12','',0,'https://deborahbrody.com/2026/07/39af5908a3cfc3f89477ebead7e1e159/',0,'oembed_cache','',0),
(4509,0,'2026-07-24 09:44:57','2026-07-24 13:44:57','<blockquote class=\"wp-embedded-content\" data-secret=\"wTRubdtmx2\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=GZCguaPNfR#?secret=wTRubdtmx2\" data-secret=\"wTRubdtmx2\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','3f30bfea19d82ba6993185590b076d5b','','','2026-07-24 09:44:57','2026-07-24 13:44:57','',0,'https://deborahbrody.com/2026/07/3f30bfea19d82ba6993185590b076d5b/',0,'oembed_cache','',0),
(4510,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1870176781]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/khadafigans\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','cdc74f33-3aac-4bf8-9519-cb190ba14547','','','2026-07-24 10:44:01','2026-07-24 14:44:01','',0,'https://deborahbrody.com/2020/01/cdc74f33-3aac-4bf8-9519-cb190ba14547/',0,'customize_changeset','',0),
(4514,0,'2026-07-24 12:32:01','2026-07-24 16:32:01','<blockquote class=\"wp-embedded-content\" data-secret=\"WJtzb65TS0\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=86dHCKsyXb#?secret=WJtzb65TS0\" data-secret=\"WJtzb65TS0\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','080ff0bc7be6ff11e761403fc8bf3649','','','2026-07-24 12:32:01','2026-07-24 16:32:01','',0,'https://deborahbrody.com/2026/07/080ff0bc7be6ff11e761403fc8bf3649/',0,'oembed_cache','',0),
(4511,0,'2026-07-24 10:43:50','2026-07-24 14:43:50','<blockquote class=\"wp-embedded-content\" data-secret=\"9DVvEKWhhS\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=Jv8OdpAwxa#?secret=9DVvEKWhhS\" data-secret=\"9DVvEKWhhS\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','42cd03ce75ad13461bddb5d86d1c1bc6','','','2026-07-24 10:43:50','2026-07-24 14:43:50','',0,'https://deborahbrody.com/2026/07/42cd03ce75ad13461bddb5d86d1c1bc6/',0,'oembed_cache','',0),
(4512,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-11','','','2026-07-24 10:44:01','2026-07-24 14:44:01','',0,'',0,'request','',0),
(4513,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1817728490]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/khadafigans\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','cec686d6-3176-4ef2-bf10-fa95dd87eefe','','','2026-07-24 12:32:11','2026-07-24 16:32:11','',0,'https://deborahbrody.com/2020/01/cec686d6-3176-4ef2-bf10-fa95dd87eefe/',0,'customize_changeset','',0),
(4515,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-12','','','2026-07-24 12:32:11','2026-07-24 16:32:11','',0,'',0,'request','',0),
(4516,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-13','','','2026-07-24 12:48:39','2026-07-24 16:48:39','',0,'',0,'request','',0),
(4519,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1874750406]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/khadafigans\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','cd51fd62-5907-4777-a0e9-108106de1261','','','2026-07-24 14:16:18','2026-07-24 18:16:18','',0,'https://deborahbrody.com/2020/01/cd51fd62-5907-4777-a0e9-108106de1261/',0,'customize_changeset','',0),
(4523,0,'2026-07-24 15:14:05','2026-07-24 19:14:05','<blockquote class=\"wp-embedded-content\" data-secret=\"aMd28nIadW\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=2qt1o8hHaB#?secret=aMd28nIadW\" data-secret=\"aMd28nIadW\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','2c292ec9a9367fe0cacae2547b06dcd9','','','2026-07-24 15:14:05','2026-07-24 19:14:05','',0,'https://deborahbrody.com/2026/07/2c292ec9a9367fe0cacae2547b06dcd9/',0,'oembed_cache','',0),
(4517,0,'2026-07-24 12:48:30','2026-07-24 16:48:30','<blockquote class=\"wp-embedded-content\" data-secret=\"Jwq1AssvT9\"><a href=\"https://deborahbrody.com/privacy-policy/\">Privacy Policy</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Privacy Policy” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/privacy-policy/embed/#?secret=5fmbpTSU1l#?secret=Jwq1AssvT9\" data-secret=\"Jwq1AssvT9\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','582fc318cc5ec9626aa7b91f29329e64','','','2026-07-24 12:48:30','2026-07-24 16:48:30','',0,'https://deborahbrody.com/2026/07/582fc318cc5ec9626aa7b91f29329e64/',0,'oembed_cache','',0),
(4518,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1822017825]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"proof\",\"url\":\"https://github.com/dinosn/wp2shell-lab\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"proof\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":7}}','changeset','','publish','closed','closed','','38975d4f-9a80-442a-8519-e2841c14ca53','','','2026-07-24 12:48:39','2026-07-24 16:48:39','',0,'https://deborahbrody.com/2020/01/38975d4f-9a80-442a-8519-e2841c14ca53/',0,'customize_changeset','',0),
(4520,0,'2026-07-24 14:16:05','2026-07-24 18:16:05','<blockquote class=\"wp-embedded-content\" data-secret=\"1u8SIe11UF\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=6XDCv6C4YJ#?secret=1u8SIe11UF\" data-secret=\"1u8SIe11UF\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','c043928275751f92c8002187694e2bd8','','','2026-07-24 14:16:05','2026-07-24 18:16:05','',0,'https://deborahbrody.com/2026/07/c043928275751f92c8002187694e2bd8/',0,'oembed_cache','',0),
(4521,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-14','','','2026-07-24 14:16:20','2026-07-24 18:16:20','',0,'',0,'request','',0),
(4522,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1826848723]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/BOB-RESEARCH-LABS\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','d793e17a-046f-4baa-a30b-b8b1ded966fe','','','2026-07-24 15:14:13','2026-07-24 19:14:13','',0,'https://deborahbrody.com/2020/01/d793e17a-046f-4baa-a30b-b8b1ded966fe/',0,'customize_changeset','',0),
(4526,0,'2026-07-25 01:04:52','2026-07-25 05:04:52','<blockquote class=\"wp-embedded-content\" data-secret=\"YcJ763gz9S\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=b8HjKg31hS#?secret=YcJ763gz9S\" data-secret=\"YcJ763gz9S\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','6f3ae773ee1f5d8b4faabbd6e41e2649','','','2026-07-25 01:04:52','2026-07-25 05:04:52','',0,'https://deborahbrody.com/2026/07/6f3ae773ee1f5d8b4faabbd6e41e2649/',0,'oembed_cache','',0),
(4524,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-15','','','2026-07-24 15:14:13','2026-07-24 19:14:13','',0,'',0,'request','',0),
(4525,0,'2026-07-25 01:04:52','2026-07-25 05:04:52','<blockquote class=\"wp-embedded-content\" data-secret=\"KpY5OIsJNd\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=Ku07zU2Neq#?secret=KpY5OIsJNd\" data-secret=\"KpY5OIsJNd\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','5efe8dfc35284cd6ebd9e3b3da359b6f','','','2026-07-25 01:04:52','2026-07-25 05:04:52','',0,'https://deborahbrody.com/2026/07/5efe8dfc35284cd6ebd9e3b3da359b6f/',0,'oembed_cache','',0),
(4527,0,'2026-07-25 01:04:52','2026-07-25 05:04:52','<blockquote class=\"wp-embedded-content\" data-secret=\"KnSnhUTvlB\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=ATgEUGlxiI#?secret=KnSnhUTvlB\" data-secret=\"KnSnhUTvlB\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','692b8d6e4cf3783ca35ddd8470a50ad7','','','2026-07-25 01:04:52','2026-07-25 05:04:52','',0,'https://deborahbrody.com/2026/07/692b8d6e4cf3783ca35ddd8470a50ad7/',0,'oembed_cache','',0),
(4528,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1881266964]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/BOB-RESEARCH-LABS\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','905faefe-6fbb-482d-87d7-fab6373d47c9','','','2026-07-25 01:25:33','2026-07-25 05:25:33','',0,'https://deborahbrody.com/2020/01/905faefe-6fbb-482d-87d7-fab6373d47c9/',0,'customize_changeset','',0),
(4532,0,'2026-07-25 02:49:55','2026-07-25 06:49:55','<blockquote class=\"wp-embedded-content\" data-secret=\"EnNlTu3kJg\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=GZ04fHOfRP#?secret=EnNlTu3kJg\" data-secret=\"EnNlTu3kJg\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','2962d9efe618a8a0ae95d9f26c6d47c2','','','2026-07-25 02:49:55','2026-07-25 06:49:55','',0,'https://deborahbrody.com/2026/07/2962d9efe618a8a0ae95d9f26c6d47c2/',0,'oembed_cache','',0),
(4529,0,'2026-07-25 01:25:24','2026-07-25 05:25:24','<blockquote class=\"wp-embedded-content\" data-secret=\"7yFtG5G53n\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=y5s9FOwb7z#?secret=7yFtG5G53n\" data-secret=\"7yFtG5G53n\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','bc01d14ead03d60af9af15c600c54de5','','','2026-07-25 01:25:24','2026-07-25 05:25:24','',0,'https://deborahbrody.com/2026/07/bc01d14ead03d60af9af15c600c54de5/',0,'oembed_cache','',0),
(4530,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-16','','','2026-07-25 01:25:33','2026-07-25 05:25:33','',0,'',0,'request','',0),
(4531,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1889908072]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/khadafigans\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','bbed0435-b2f6-4dc0-b8dc-84c11b99bb71','','','2026-07-25 02:50:09','2026-07-25 06:50:09','',0,'https://deborahbrody.com/2020/01/bbed0435-b2f6-4dc0-b8dc-84c11b99bb71/',0,'customize_changeset','',0),
(4535,0,'2026-07-25 08:21:19','2026-07-25 12:21:19','<blockquote class=\"wp-embedded-content\" data-secret=\"rCNBk2RYCi\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=RxwYeY2zhx#?secret=rCNBk2RYCi\" data-secret=\"rCNBk2RYCi\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','57c628949717b38310b279c8395d2f89','','','2026-07-25 08:21:19','2026-07-25 12:21:19','',0,'https://deborahbrody.com/2026/07/57c628949717b38310b279c8395d2f89/',0,'oembed_cache','',0),
(4533,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-17','','','2026-07-25 02:50:09','2026-07-25 06:50:09','',0,'',0,'request','',0),
(4534,0,'2026-07-25 07:36:48','2026-07-25 11:36:48','<blockquote class=\"wp-embedded-content\" data-secret=\"Hi0qTxekrX\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=Sq0SmEPRrD#?secret=Hi0qTxekrX\" data-secret=\"Hi0qTxekrX\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','55b3d84c58d1e1ec1f524ed2358a7cf0','','','2026-07-25 07:36:48','2026-07-25 11:36:48','',0,'https://deborahbrody.com/2026/07/55b3d84c58d1e1ec1f524ed2358a7cf0/',0,'oembed_cache','',0),
(4536,0,'2026-07-25 08:21:19','2026-07-25 12:21:19','<blockquote class=\"wp-embedded-content\" data-secret=\"Lx1wm56JKu\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=yCMyZzCZ9H#?secret=Lx1wm56JKu\" data-secret=\"Lx1wm56JKu\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','6aafdbb771eb6f89a68ddcc1232ee6d5','','','2026-07-25 08:21:19','2026-07-25 12:21:19','',0,'https://deborahbrody.com/2026/07/6aafdbb771eb6f89a68ddcc1232ee6d5/',0,'oembed_cache','',0),
(4537,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1845453377]\":{\"type\":\"nav_menu_item\",\"user_id\":7,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://github.com/khadafigans\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','12625bbe-8104-465a-a018-e2d8ffac2a00','','','2026-07-25 12:28:53','2026-07-25 16:28:53','',0,'https://deborahbrody.com/2020/01/12625bbe-8104-465a-a018-e2d8ffac2a00/',0,'customize_changeset','',0),
(4538,0,'2026-07-25 12:28:43','2026-07-25 16:28:43','<blockquote class=\"wp-embedded-content\" data-secret=\"AYDmMeAmYD\"><a href=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/\">What if spammers had the budget for copy editors and proofreaders?</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“What if spammers had the budget for copy editors and proofreaders?” — Deborah Brody Marketing Communications\" src=\"https://deborahbrody.com/2026/06/what-if-spammers-had-the-budget-for-copy-editors-and-proofreaders/embed/#?secret=qpKKyQRIs1#?secret=AYDmMeAmYD\" data-secret=\"AYDmMeAmYD\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','790ec82adffa970be2f32534dc988a7e','','','2026-07-25 12:28:43','2026-07-25 16:28:43','',0,'https://deborahbrody.com/2026/07/790ec82adffa970be2f32534dc988a7e/',0,'oembed_cache','',0),
(4539,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-18','','','2026-07-25 12:28:53','2026-07-25 16:28:53','',0,'',0,'request','',0),
(4540,23,'2026-07-26 12:52:04','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-07-26 12:52:04','0000-00-00 00:00:00','',0,'https://deborahbrody.com/?p=4540',0,'post','',0),
(4541,12,'2026-07-27 11:23:04','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-07-27 11:23:04','0000-00-00 00:00:00','',0,'https://deborahbrody.com/?p=4541',0,'post','',0),
(4543,9,'2026-07-29 02:29:33','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-07-29 02:29:33','0000-00-00 00:00:00','',0,'https://deborahbrody.com/?p=4543',0,'post','',0),
(4551,16,'2026-08-03 10:09:50','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-08-03 10:09:50','0000-00-00 00:00:00','',0,'https://deborahbrody.com/?p=4551',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ql_answers`
--

DROP TABLE IF EXISTS `wp_ql_answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ql_answers` (
  `id` int(17) NOT NULL AUTO_INCREMENT,
  `text` varchar(200) NOT NULL,
  `question_id` int(14) NOT NULL,
  `order` int(4) NOT NULL,
  `right_wrong` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ql_answers`
--

LOCK TABLES `wp_ql_answers` WRITE;
/*!40000 ALTER TABLE `wp_ql_answers` DISABLE KEYS */;
INSERT INTO `wp_ql_answers` VALUES
(3,'Supposedly',2,1,0),
(4,'Supposably',2,2,1),
(5,'Supposed',2,3,0),
(6,'Supposition',2,4,0),
(7,'Milenium',3,1,0),
(8,'Millennium',3,2,1),
(9,'Milennium',3,3,0),
(10,'Millenium',3,4,0),
(11,'February 27th, 2015',4,1,0),
(12,'27 February 2015',4,2,0),
(13,'February 27, 2015',4,3,1),
(14,'February 27 2015',4,4,0),
(15,'Affect',5,1,1),
(16,'Effect',5,2,0);
/*!40000 ALTER TABLE `wp_ql_answers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ql_questions`
--

DROP TABLE IF EXISTS `wp_ql_questions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ql_questions` (
  `id` int(14) NOT NULL AUTO_INCREMENT,
  `quiz_id` int(10) NOT NULL,
  `order` int(4) NOT NULL,
  `title` varchar(100) NOT NULL,
  `text` text NOT NULL,
  `right_message` text NOT NULL,
  `wrong_message` text NOT NULL,
  `answer_random` tinyint(4) NOT NULL DEFAULT 0,
  `answer_type` varchar(10) NOT NULL,
  `points` int(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ql_questions`
--

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

--
-- Table structure for table `wp_ql_quizzes`
--

DROP TABLE IF EXISTS `wp_ql_quizzes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ql_quizzes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `description` text NOT NULL,
  `random` tinyint(4) NOT NULL DEFAULT 0,
  `time` int(15) NOT NULL DEFAULT 0,
  `skip` tinyint(4) NOT NULL DEFAULT 0,
  `resume` tinyint(4) NOT NULL DEFAULT 1,
  `right_color` varchar(7) NOT NULL DEFAULT '#00FF00',
  `wrong_color` varchar(7) NOT NULL DEFAULT '#FF0000',
  `numbering_type` varchar(15) NOT NULL,
  `numbering_mark` varchar(3) NOT NULL,
  `show_type` varchar(15) NOT NULL,
  `back_button` tinyint(4) NOT NULL DEFAULT 0,
  `autoload` tinyint(4) NOT NULL DEFAULT 0,
  `check_continue` tinyint(4) NOT NULL DEFAULT 1,
  `times_taken` int(7) NOT NULL,
  `avg_points` int(15) NOT NULL DEFAULT 0,
  `avg_percent` float NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ql_quizzes`
--

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

--
-- Table structure for table `wp_ql_results`
--

DROP TABLE IF EXISTS `wp_ql_results`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ql_results` (
  `id` int(17) NOT NULL AUTO_INCREMENT,
  `user_id` int(10) NOT NULL,
  `question_id` int(14) NOT NULL,
  `quiz_id` int(10) NOT NULL,
  `user_answer_numbers` varchar(15) NOT NULL,
  `right_answer_numbers` varchar(15) NOT NULL,
  `correctness_value` float NOT NULL,
  `points` int(15) NOT NULL,
  `completed` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ql_results`
--

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

--
-- Table structure for table `wp_subscribe2`
--

DROP TABLE IF EXISTS `wp_subscribe2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_subscribe2` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(64) NOT NULL DEFAULT '',
  `active` tinyint(1) DEFAULT 0,
  `date` date NOT NULL DEFAULT '2011-07-22',
  `time` time NOT NULL DEFAULT '00:00:00',
  `ip` char(64) NOT NULL DEFAULT 'admin',
  `conf_date` date DEFAULT NULL,
  `conf_time` time DEFAULT NULL,
  `conf_ip` char(64) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_subscribe2`
--

LOCK TABLES `wp_subscribe2` WRITE;
/*!40000 ALTER TABLE `wp_subscribe2` DISABLE KEYS */;
INSERT INTO `wp_subscribe2` VALUES
(3,'paul@weissman.agency',1,'2019-05-24','13:07:36','Deb-Brody',NULL,NULL,NULL),
(4,'thomasweeks2013@gmail.com',1,'2022-10-10','07:56:43','Deb-Brody',NULL,NULL,NULL),
(5,'stephenvass@hotmail.com',1,'2023-12-21','11:15:11','Deb-Brody',NULL,NULL,NULL),
(6,'edith.ruprecht@gmail.com',1,'2025-05-07','10:58:42','Deb-Brody',NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_subscribe2` 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 = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(1,1,0),
(1,2,0),
(2,2,0),
(3,2,0),
(4,2,0),
(5,2,0),
(6,2,0),
(7,2,0),
(8,3,0),
(84,4,0),
(60,3,0),
(29,3,0),
(28,3,0),
(27,3,0),
(26,3,0),
(46,3,0),
(45,3,0),
(44,3,0),
(59,3,0),
(4451,9,0),
(2155,1016,0),
(61,1,0),
(1403,397,0),
(88,4,0),
(92,4,0),
(594,1,0),
(601,1,0),
(613,1,0),
(618,1,0),
(624,1,0),
(630,1,0),
(635,1,0),
(637,1,0),
(642,1,0),
(645,1,0),
(650,1,0),
(655,1,0),
(659,1,0),
(668,1,0),
(672,1,0),
(678,1,0),
(683,1,0),
(1119,1,0),
(1227,1,0),
(1234,397,0),
(1234,13,0),
(1234,519,0),
(1235,1,0),
(324,1,0),
(585,1,0),
(589,1,0),
(690,1,0),
(722,1,0),
(728,1,0),
(733,1,0),
(737,1,0),
(789,1,0),
(872,1,0),
(892,1,0),
(938,1,0),
(966,1,0),
(1015,72,0),
(1015,5,0),
(1015,8,0),
(1015,9,0),
(1015,11,0),
(1015,13,0),
(1015,299,0),
(1015,300,0),
(1054,1,0),
(1070,1,0),
(566,1,0),
(328,1,0),
(527,1,0),
(532,1,0),
(535,1,0),
(549,1,0),
(556,1,0),
(571,1,0),
(576,1,0),
(580,1,0),
(1237,1,0),
(1236,91,0),
(1236,335,0),
(1236,409,0),
(1236,15,0),
(3,1,0),
(3,590,0),
(1238,557,0),
(1238,15,0),
(1239,239,0),
(1239,11,0),
(1239,488,0),
(1240,1,0),
(1240,252,0),
(1241,1,0),
(1241,5,0),
(1241,130,0),
(1243,45,0),
(1242,237,0),
(1242,27,0),
(1243,5,0),
(1244,1,0),
(1245,573,0),
(1245,5,0),
(1246,421,0),
(1246,5,0),
(1246,458,0),
(16,381,0),
(1247,5,0),
(16,5,0),
(17,1,0),
(17,177,0),
(17,313,0),
(1248,1,0),
(1249,1,0),
(1250,1,0),
(1251,1,0),
(1252,1,0),
(1254,1,0),
(1253,15,0),
(1255,1,0),
(1256,1,0),
(1257,1,0),
(1258,1,0),
(1259,1,0),
(30,1,0),
(31,1,0),
(1260,1,0),
(1261,1,0),
(1262,1,0),
(1263,1,0),
(1264,1,0),
(1265,1,0),
(1266,1,0),
(1267,1,0),
(1268,1,0),
(1269,1,0),
(1270,1,0),
(1270,462,0),
(1271,1,0),
(1272,1,0),
(1273,1,0),
(1274,1,0),
(47,501,0),
(47,5,0),
(1275,1,0),
(1276,1,0),
(1277,1,0),
(1278,1,0),
(1279,1,0),
(1280,1,0),
(1281,1,0),
(1281,43,0),
(1282,1,0),
(1283,1,0),
(1284,1,0),
(1285,1,0),
(1286,1,0),
(1288,1,0),
(1287,219,0),
(1287,229,0),
(1287,291,0),
(1287,335,0),
(1287,446,0),
(1287,464,0),
(1287,523,0),
(1287,13,0),
(1288,371,0),
(1288,421,0),
(1288,463,0),
(1288,565,0),
(1289,1,0),
(1289,101,0),
(1289,505,0),
(1289,509,0),
(1290,1,0),
(1290,321,0),
(1290,534,0),
(1291,1,0),
(1292,1,0),
(1292,594,0),
(1293,1,0),
(1293,96,0),
(1293,101,0),
(1293,110,0),
(1294,1,0),
(1295,1,0),
(1295,48,0),
(1295,53,0),
(1295,560,0),
(1297,1,0),
(1296,94,0),
(1296,592,0),
(1296,642,0),
(1296,26,0),
(1298,70,0),
(1298,5,0),
(1298,219,0),
(1298,396,0),
(1299,47,0),
(1299,5,0),
(1299,281,0),
(1301,188,0),
(1300,13,0),
(1301,5,0),
(1302,144,0),
(1302,5,0),
(1302,499,0),
(1303,134,0),
(1303,5,0),
(1303,136,0),
(1304,431,0),
(1304,15,0),
(1304,446,0),
(1304,542,0),
(1307,54,0),
(1305,373,0),
(1305,402,0),
(1305,457,0),
(1305,20,0),
(1306,39,0),
(1306,152,0),
(1306,217,0),
(1306,5,0),
(1307,5,0),
(1307,103,0),
(1307,282,0),
(1309,224,0),
(1308,277,0),
(1308,608,0),
(1308,15,0),
(1309,5,0),
(1309,372,0),
(1309,422,0),
(1309,459,0),
(1310,1,0),
(1310,161,0),
(1310,449,0),
(1311,1,0),
(1312,1,0),
(1314,1,0),
(1313,245,0),
(1313,309,0),
(1313,407,0),
(1313,17,0),
(1318,1,0),
(1315,230,0),
(1315,326,0),
(1315,575,0),
(1315,12,0),
(1316,251,0),
(1316,253,0),
(1316,13,0),
(1317,265,0),
(1317,484,0),
(1317,485,0),
(1317,486,0),
(1317,524,0),
(1317,621,0),
(1317,22,0),
(1320,1,0),
(1319,285,0),
(1319,466,0),
(1319,648,0),
(1319,27,0),
(1320,82,0),
(1320,307,0),
(1320,465,0),
(136,624,0),
(136,5,0),
(136,626,0),
(140,1,0),
(144,56,0),
(142,379,0),
(142,460,0),
(142,19,0),
(144,5,0),
(146,410,0),
(146,5,0),
(148,158,0),
(148,9,0),
(148,286,0),
(148,615,0),
(151,385,0),
(151,5,0),
(151,582,0),
(158,1,0),
(158,81,0),
(158,205,0),
(158,320,0),
(161,425,0),
(161,5,0),
(161,20,0),
(161,459,0),
(163,411,0),
(163,7,0),
(163,507,0),
(170,1,0),
(166,437,0),
(166,461,0),
(166,562,0),
(166,20,0),
(168,259,0),
(168,13,0),
(175,348,0),
(173,20,0),
(175,13,0),
(177,1,0),
(179,502,0),
(179,13,0),
(179,20,0),
(183,1,0),
(181,461,0),
(181,20,0),
(186,408,0),
(186,13,0),
(188,127,0),
(188,5,0),
(188,508,0),
(190,601,0),
(190,13,0),
(190,633,0),
(192,375,0),
(192,13,0),
(194,1,0),
(196,81,0),
(196,5,0),
(196,183,0),
(199,1,0),
(201,633,0),
(201,13,0),
(206,1,0),
(203,97,0),
(203,98,0),
(203,99,0),
(203,101,0),
(203,189,0),
(203,7,0),
(203,13,0),
(205,516,0),
(205,13,0),
(205,517,0),
(205,633,0),
(208,675,0),
(208,11,0),
(214,1,0),
(211,174,0),
(211,193,0),
(211,305,0),
(211,624,0),
(211,677,0),
(211,13,0),
(217,478,0),
(217,7,0),
(217,567,0),
(221,106,0),
(219,160,0),
(219,207,0),
(219,13,0),
(221,5,0),
(221,662,0),
(227,1,0),
(225,23,0),
(231,1,0),
(229,23,0),
(233,406,0),
(233,5,0),
(233,522,0),
(242,67,0),
(236,5,0),
(238,5,0),
(240,5,0),
(242,5,0),
(242,68,0),
(242,435,0),
(244,426,0),
(244,9,0),
(244,15,0),
(244,19,0),
(244,26,0),
(244,27,0),
(244,661,0),
(247,475,0),
(247,5,0),
(247,531,0),
(250,115,0),
(250,5,0),
(257,1,0),
(253,5,0),
(255,19,0),
(255,23,0),
(268,314,0),
(259,5,0),
(262,5,0),
(268,7,0),
(268,13,0),
(268,447,0),
(268,451,0),
(283,1,0),
(266,467,0),
(266,629,0),
(266,23,0),
(271,121,0),
(271,122,0),
(271,170,0),
(271,21,0),
(275,255,0),
(275,13,0),
(277,5,0),
(280,9,0),
(280,23,0),
(285,1,0),
(285,222,0),
(290,178,0),
(287,23,0),
(290,5,0),
(290,522,0),
(306,568,0),
(293,168,0),
(293,416,0),
(293,21,0),
(297,5,0),
(303,11,0),
(306,5,0),
(330,200,0),
(308,424,0),
(308,525,0),
(308,19,0),
(308,21,0),
(308,26,0),
(316,5,0),
(316,11,0),
(316,23,0),
(320,38,0),
(320,169,0),
(320,432,0),
(320,5,0),
(320,9,0),
(320,13,0),
(320,15,0),
(320,21,0),
(320,23,0),
(330,9,0),
(330,21,0),
(330,202,0),
(330,203,0),
(338,1,0),
(334,46,0),
(334,203,0),
(334,446,0),
(334,490,0),
(334,9,0),
(334,23,0),
(340,1,0),
(343,357,0),
(343,5,0),
(343,7,0),
(343,9,0),
(343,13,0),
(343,23,0),
(343,360,0),
(343,580,0),
(354,69,0),
(346,84,0),
(346,13,0),
(349,5,0),
(349,21,0),
(354,5,0),
(354,24,0),
(354,216,0),
(354,500,0),
(360,539,0),
(360,5,0),
(360,581,0),
(374,1,0),
(365,5,0),
(367,15,0),
(367,26,0),
(371,118,0),
(371,200,0),
(371,358,0),
(371,610,0),
(371,13,0),
(371,15,0),
(371,26,0),
(387,377,0),
(379,13,0),
(382,5,0),
(382,7,0),
(382,9,0),
(382,12,0),
(382,13,0),
(387,5,0),
(387,476,0),
(393,276,0),
(390,138,0),
(390,221,0),
(390,223,0),
(390,8,0),
(393,8,0),
(393,13,0),
(393,26,0),
(393,27,0),
(393,316,0),
(393,317,0),
(393,610,0),
(402,356,0),
(399,6,0),
(399,13,0),
(399,26,0),
(402,13,0),
(409,674,0),
(406,21,0),
(409,5,0),
(409,8,0),
(409,11,0),
(409,13,0),
(416,195,0),
(413,120,0),
(413,122,0),
(413,168,0),
(413,218,0),
(413,415,0),
(413,638,0),
(413,21,0),
(416,5,0),
(416,8,0),
(416,9,0),
(416,13,0),
(416,196,0),
(416,495,0),
(420,1,0),
(420,7,0),
(420,319,0),
(420,505,0),
(420,576,0),
(420,577,0),
(424,328,0),
(424,5,0),
(424,7,0),
(424,13,0),
(424,433,0),
(424,559,0),
(427,1,0),
(427,190,0),
(427,191,0),
(427,13,0),
(430,290,0),
(430,5,0),
(430,7,0),
(430,8,0),
(430,24,0),
(430,501,0),
(435,1,0),
(433,8,0),
(433,19,0),
(433,23,0),
(445,116,0),
(437,18,0),
(441,7,0),
(445,5,0),
(453,669,0),
(447,36,0),
(447,7,0),
(447,9,0),
(447,13,0),
(447,18,0),
(450,5,0),
(453,13,0),
(456,409,0),
(456,8,0),
(456,557,0),
(461,343,0),
(459,44,0),
(459,288,0),
(459,312,0),
(459,339,0),
(459,8,0),
(459,13,0),
(461,8,0),
(461,13,0),
(461,346,0),
(461,353,0),
(463,157,0),
(463,8,0),
(463,9,0),
(463,13,0),
(463,18,0),
(463,589,0),
(468,360,0),
(466,48,0),
(466,303,0),
(466,304,0),
(466,13,0),
(466,23,0),
(468,13,0),
(468,362,0),
(484,212,0),
(470,5,0),
(470,13,0),
(475,124,0),
(475,175,0),
(475,220,0),
(475,311,0),
(475,382,0),
(475,8,0),
(475,19,0),
(475,20,0),
(479,34,0),
(479,61,0),
(479,370,0),
(479,376,0),
(479,395,0),
(479,455,0),
(479,599,0),
(479,8,0),
(479,13,0),
(481,60,0),
(481,198,0),
(481,481,0),
(481,8,0),
(484,8,0),
(484,13,0),
(484,23,0),
(484,383,0),
(484,572,0),
(491,1,0),
(488,108,0),
(488,109,0),
(488,8,0),
(488,9,0),
(488,18,0),
(494,1,0),
(494,77,0),
(494,235,0),
(494,332,0),
(494,448,0),
(494,451,0),
(494,18,0),
(498,1,0),
(499,156,0),
(499,8,0),
(499,163,0),
(499,331,0),
(499,434,0),
(499,561,0),
(501,264,0),
(501,8,0),
(501,18,0),
(501,266,0),
(501,446,0),
(504,476,0),
(504,21,0),
(504,638,0),
(504,640,0),
(508,538,0),
(508,8,0),
(508,13,0),
(508,603,0),
(519,231,0),
(510,263,0),
(510,318,0),
(510,420,0),
(510,13,0),
(512,5,0),
(512,21,0),
(514,8,0),
(514,9,0),
(519,8,0),
(519,232,0),
(519,387,0),
(519,504,0),
(526,579,0),
(522,65,0),
(522,167,0),
(522,212,0),
(522,490,0),
(522,13,0),
(522,23,0),
(526,9,0),
(526,13,0),
(526,632,0),
(526,633,0),
(530,284,0),
(530,8,0),
(530,9,0),
(530,11,0),
(530,12,0),
(530,13,0),
(530,533,0),
(530,538,0),
(533,630,0),
(533,8,0),
(533,633,0),
(541,1,0),
(536,35,0),
(536,168,0),
(536,210,0),
(536,21,0),
(542,1,0),
(543,1,0),
(544,1,0),
(545,1,0),
(546,399,0),
(546,5,0),
(546,8,0),
(546,19,0),
(546,20,0),
(546,23,0),
(546,24,0),
(546,487,0),
(550,117,0),
(550,7,0),
(550,8,0),
(550,9,0),
(550,11,0),
(550,13,0),
(550,145,0),
(550,206,0),
(554,325,0),
(554,8,0),
(554,15,0),
(554,26,0),
(554,389,0),
(554,542,0),
(554,549,0),
(554,557,0),
(554,613,0),
(557,427,0),
(557,5,0),
(557,13,0),
(557,653,0),
(561,41,0),
(561,5,0),
(561,42,0),
(567,656,0),
(564,75,0),
(564,270,0),
(564,668,0),
(564,8,0),
(564,9,0),
(567,13,0),
(567,27,0),
(572,344,0),
(572,13,0),
(572,15,0),
(572,23,0),
(572,26,0),
(572,429,0),
(572,491,0),
(572,520,0),
(572,550,0),
(581,471,0),
(577,147,0),
(577,244,0),
(577,13,0),
(581,13,0),
(581,474,0),
(581,651,0),
(607,302,0),
(586,121,0),
(586,180,0),
(586,184,0),
(586,21,0),
(590,88,0),
(590,194,0),
(590,470,0),
(590,8,0),
(593,73,0),
(593,87,0),
(593,535,0),
(593,8,0),
(597,30,0),
(597,31,0),
(597,345,0),
(597,8,0),
(597,13,0),
(602,151,0),
(602,334,0),
(602,13,0),
(607,9,0),
(607,400,0),
(610,451,0),
(610,13,0),
(610,18,0),
(610,452,0),
(610,620,0),
(614,542,0),
(614,15,0),
(614,25,0),
(614,26,0),
(614,558,0),
(614,610,0),
(614,612,0),
(619,610,0),
(619,15,0),
(619,25,0),
(619,611,0),
(626,1,0),
(621,173,0),
(621,515,0),
(621,19,0),
(627,1,0),
(638,187,0),
(625,272,0),
(625,374,0),
(625,506,0),
(625,13,0),
(631,257,0),
(631,555,0),
(631,15,0),
(631,25,0),
(631,26,0),
(638,8,0),
(638,9,0),
(638,13,0),
(638,191,0),
(638,259,0),
(638,280,0),
(643,527,0),
(643,5,0),
(643,574,0),
(647,1,0),
(646,139,0),
(646,8,0),
(646,9,0),
(646,540,0),
(646,604,0),
(656,1,0),
(651,74,0),
(651,129,0),
(651,299,0),
(651,317,0),
(651,8,0),
(651,9,0),
(651,11,0),
(656,58,0),
(656,419,0),
(656,446,0),
(656,451,0),
(660,171,0),
(660,9,0),
(660,11,0),
(660,614,0),
(663,234,0),
(663,8,0),
(663,11,0),
(663,239,0),
(663,398,0),
(667,595,0),
(667,8,0),
(667,9,0),
(677,1,0),
(673,162,0),
(673,310,0),
(673,13,0),
(677,123,0),
(677,493,0),
(677,494,0),
(677,498,0),
(677,8,0),
(677,9,0),
(677,23,0),
(684,126,0),
(684,5,0),
(684,8,0),
(684,13,0),
(684,469,0),
(684,600,0),
(701,1,0),
(691,8,0),
(697,213,0),
(697,214,0),
(697,18,0),
(705,239,0),
(705,8,0),
(705,11,0),
(705,240,0),
(705,386,0),
(709,239,0),
(709,8,0),
(709,11,0),
(709,240,0),
(709,275,0),
(709,386,0),
(723,1,0),
(714,93,0),
(714,273,0),
(714,636,0),
(714,19,0),
(714,23,0),
(719,287,0),
(719,327,0),
(719,328,0),
(719,360,0),
(719,13,0),
(727,1,0),
(743,1,0),
(732,25,0),
(736,199,0),
(736,200,0),
(736,201,0),
(736,333,0),
(736,477,0),
(736,25,0),
(736,26,0),
(743,13,0),
(743,654,0),
(747,1,0),
(751,1,0),
(751,298,0),
(751,588,0),
(751,15,0),
(751,25,0),
(751,26,0),
(755,552,0),
(755,8,0),
(755,13,0),
(755,25,0),
(755,605,0),
(759,351,0),
(759,13,0),
(770,143,0),
(762,50,0),
(762,51,0),
(762,71,0),
(762,9,0),
(762,13,0),
(766,78,0),
(766,128,0),
(766,633,0),
(766,634,0),
(766,9,0),
(766,13,0),
(770,8,0),
(770,9,0),
(770,11,0),
(770,241,0),
(770,454,0),
(774,269,0),
(774,8,0),
(774,10,0),
(774,12,0),
(774,388,0),
(778,347,0),
(778,8,0),
(778,13,0),
(778,384,0),
(785,197,0),
(785,8,0),
(785,596,0),
(785,660,0),
(802,623,0),
(792,137,0),
(792,140,0),
(792,544,0),
(792,8,0),
(792,15,0),
(792,25,0),
(797,29,0),
(797,248,0),
(797,378,0),
(797,566,0),
(797,8,0),
(797,19,0),
(802,13,0),
(802,15,0),
(802,25,0),
(802,26,0),
(802,665,0),
(802,666,0),
(806,638,0),
(806,21,0),
(806,639,0),
(817,482,0),
(810,297,0),
(810,649,0),
(810,27,0),
(817,13,0),
(817,607,0),
(834,1,0),
(822,63,0),
(822,208,0),
(822,450,0),
(822,526,0),
(822,8,0),
(822,18,0),
(822,25,0),
(828,83,0),
(828,150,0),
(828,8,0),
(828,9,0),
(837,1,0),
(841,564,0),
(841,8,0),
(841,593,0),
(841,598,0),
(855,154,0),
(846,52,0),
(846,159,0),
(846,8,0),
(846,9,0),
(850,57,0),
(850,355,0),
(850,13,0),
(855,8,0),
(855,233,0),
(855,322,0),
(860,423,0),
(860,8,0),
(860,19,0),
(864,610,0),
(864,8,0),
(864,18,0),
(864,25,0),
(864,26,0),
(867,618,0),
(867,8,0),
(867,27,0),
(867,647,0),
(867,657,0),
(880,451,0),
(874,80,0),
(874,141,0),
(874,8,0),
(880,8,0),
(880,13,0),
(880,18,0),
(880,514,0),
(880,541,0),
(884,1,0),
(900,289,0),
(889,161,0),
(889,578,0),
(889,13,0),
(894,40,0),
(894,165,0),
(894,453,0),
(894,635,0),
(894,19,0),
(894,20,0),
(897,111,0),
(897,553,0),
(897,8,0),
(897,9,0),
(897,25,0),
(900,8,0),
(900,13,0),
(900,15,0),
(900,25,0),
(900,542,0),
(900,606,0),
(904,204,0),
(904,7,0),
(904,8,0),
(904,526,0),
(907,279,0),
(907,8,0),
(907,9,0),
(907,18,0),
(907,25,0),
(907,26,0),
(907,637,0),
(911,511,0),
(911,8,0),
(911,9,0),
(911,13,0),
(920,368,0),
(914,55,0),
(914,585,0),
(914,586,0),
(914,587,0),
(914,676,0),
(914,8,0),
(914,9,0),
(914,13,0),
(914,25,0),
(914,26,0),
(920,8,0),
(920,369,0),
(920,489,0),
(929,528,0),
(924,89,0),
(924,95,0),
(924,179,0),
(924,641,0),
(924,6,0),
(924,8,0),
(929,8,0),
(929,13,0),
(929,25,0),
(929,529,0),
(929,530,0),
(958,337,0),
(934,100,0),
(934,479,0),
(934,483,0),
(934,609,0),
(934,625,0),
(934,627,0),
(934,8,0),
(934,9,0),
(934,13,0),
(940,62,0),
(940,209,0),
(940,250,0),
(940,9,0),
(940,13,0),
(945,90,0),
(945,92,0),
(945,7,0),
(945,8,0),
(945,25,0),
(945,26,0),
(945,27,0),
(950,271,0),
(950,663,0),
(950,19,0),
(955,423,0),
(955,19,0),
(958,8,0),
(958,13,0),
(958,15,0),
(958,338,0),
(958,418,0),
(961,543,0),
(961,25,0),
(961,622,0),
(971,142,0),
(968,107,0),
(968,480,0),
(968,8,0),
(968,13,0),
(971,8,0),
(971,9,0),
(971,403,0),
(971,404,0),
(985,162,0),
(975,8,0),
(978,119,0),
(978,570,0),
(978,13,0),
(982,49,0),
(982,166,0),
(982,364,0),
(982,366,0),
(982,8,0),
(982,13,0),
(985,5,0),
(985,8,0),
(985,9,0),
(985,13,0),
(988,440,0),
(988,8,0),
(988,9,0),
(988,13,0),
(988,442,0),
(991,439,0),
(991,8,0),
(991,9,0),
(991,442,0),
(991,443,0),
(995,617,0),
(995,5,0),
(998,172,0),
(998,8,0),
(998,25,0),
(998,26,0),
(998,306,0),
(998,547,0),
(1001,340,0),
(1001,8,0),
(1001,13,0),
(1001,363,0),
(1001,584,0),
(1004,1,0),
(1008,359,0),
(1008,8,0),
(1008,13,0),
(1012,339,0),
(1012,8,0),
(1012,13,0),
(1012,393,0),
(1019,513,0),
(1019,8,0),
(1019,13,0),
(1023,436,0),
(1023,8,0),
(1023,19,0),
(1023,521,0),
(1023,671,0),
(1026,274,0),
(1026,8,0),
(1026,13,0),
(1026,18,0),
(1026,25,0),
(1026,324,0),
(1026,456,0),
(1026,556,0),
(1029,1,0),
(1032,1,0),
(1036,417,0),
(1036,16,0),
(1047,468,0),
(1040,37,0),
(1040,243,0),
(1040,341,0),
(1040,428,0),
(1040,545,0),
(1040,658,0),
(1040,13,0),
(1043,85,0),
(1043,18,0),
(1047,9,0),
(1047,23,0),
(1047,492,0),
(1058,292,0),
(1052,301,0),
(1052,412,0),
(1052,441,0),
(1052,442,0),
(1052,13,0),
(1052,19,0),
(1052,23,0),
(1055,237,0),
(1055,648,0),
(1055,650,0),
(1055,27,0),
(1058,5,0),
(1058,6,0),
(1058,8,0),
(1058,13,0),
(1058,27,0),
(1058,293,0),
(1058,294,0),
(1058,295,0),
(1058,296,0),
(1061,532,0),
(1061,8,0),
(1061,25,0),
(1061,536,0),
(1061,537,0),
(1061,548,0),
(1063,148,0),
(1063,8,0),
(1063,153,0),
(1063,155,0),
(1072,551,0),
(1066,104,0),
(1066,336,0),
(1066,13,0),
(1072,8,0),
(1072,9,0),
(1072,15,0),
(1072,26,0),
(1072,27,0),
(1072,554,0),
(1072,643,0),
(1072,645,0),
(1086,185,0),
(1074,186,0),
(1074,413,0),
(1074,27,0),
(1080,64,0),
(1080,569,0),
(1080,676,0),
(1080,8,0),
(1080,9,0),
(1080,13,0),
(1086,8,0),
(1086,18,0),
(1086,225,0),
(1086,448,0),
(1086,451,0),
(1086,602,0),
(1091,329,0),
(1091,8,0),
(1091,18,0),
(1095,342,0),
(1095,13,0),
(1095,366,0),
(1095,583,0),
(1095,667,0),
(1099,430,0),
(1099,8,0),
(1099,18,0),
(1099,512,0),
(1105,238,0),
(1105,8,0),
(1105,13,0),
(1105,19,0),
(1105,350,0),
(1108,267,0),
(1108,6,0),
(1108,8,0),
(1108,9,0),
(1108,13,0),
(1108,354,0),
(1114,472,0),
(1111,32,0),
(1111,246,0),
(1111,8,0),
(1114,8,0),
(1114,473,0),
(1121,628,0),
(1121,8,0),
(1121,670,0),
(1121,672,0),
(1127,380,0),
(1123,125,0),
(1123,644,0),
(1123,8,0),
(1123,25,0),
(1123,26,0),
(1123,27,0),
(1127,8,0),
(1127,414,0),
(1133,299,0),
(1131,33,0),
(1131,176,0),
(1131,249,0),
(1131,8,0),
(1131,13,0),
(1133,8,0),
(1133,300,0),
(1133,616,0),
(1137,242,0),
(1137,8,0),
(1137,13,0),
(1137,349,0),
(1137,390,0),
(1137,394,0),
(1145,242,0),
(1145,8,0),
(1145,13,0),
(1145,315,0),
(1145,391,0),
(1153,135,0),
(1148,112,0),
(1148,113,0),
(1148,330,0),
(1148,13,0),
(1153,5,0),
(1153,8,0),
(1153,211,0),
(1153,510,0),
(1153,631,0),
(1170,283,0),
(1159,105,0),
(1159,192,0),
(1159,308,0),
(1159,361,0),
(1159,676,0),
(1159,8,0),
(1159,13,0),
(1159,25,0),
(1164,114,0),
(1164,256,0),
(1164,659,0),
(1164,11,0),
(1170,8,0),
(1170,13,0),
(1170,15,0),
(1170,25,0),
(1170,323,0),
(1170,503,0),
(1170,528,0),
(1170,571,0),
(1174,164,0),
(1174,8,0),
(1174,28,0),
(1174,278,0),
(1174,673,0),
(1188,146,0),
(3412,1070,0),
(3412,1356,0),
(1183,133,0),
(1183,149,0),
(1183,8,0),
(1183,9,0),
(1183,13,0),
(1188,8,0),
(1188,15,0),
(1188,25,0),
(1188,268,0),
(1188,542,0),
(1188,546,0),
(1191,365,0),
(1191,8,0),
(1191,13,0),
(1191,619,0),
(1205,392,0),
(1195,181,0),
(1195,215,0),
(1195,563,0),
(1195,13,0),
(1200,261,0),
(1200,264,0),
(1200,451,0),
(1200,652,0),
(1200,18,0),
(1205,8,0),
(1205,9,0),
(1205,13,0),
(1205,438,0),
(1205,440,0),
(1210,262,0),
(1210,8,0),
(1210,9,0),
(1210,13,0),
(1210,403,0),
(1210,405,0),
(1214,226,0),
(1214,8,0),
(1214,25,0),
(1214,26,0),
(1214,227,0),
(1214,228,0),
(1214,664,0),
(1225,236,0),
(1218,66,0),
(1218,444,0),
(1218,445,0),
(1218,496,0),
(1218,497,0),
(1218,8,0),
(1218,13,0),
(1220,182,0),
(1220,591,0),
(1220,13,0),
(1220,25,0),
(1222,76,0),
(1222,79,0),
(1222,451,0),
(1222,8,0),
(1222,18,0),
(1225,10,0),
(1225,27,0),
(1225,260,0),
(1225,655,0),
(1364,3,0),
(1231,86,0),
(1231,247,0),
(1231,367,0),
(1231,597,0),
(1231,8,0),
(1231,13,0),
(1321,59,0),
(1321,254,0),
(1321,258,0),
(1321,8,0),
(1321,25,0),
(1321,26,0),
(1322,102,0),
(1322,352,0),
(1322,401,0),
(1322,13,0),
(1403,13,0),
(1403,519,0),
(1404,1,0),
(1405,1,0),
(1406,1,0),
(1407,693,0),
(1407,8,0),
(1407,9,0),
(1407,11,0),
(1407,13,0),
(1407,28,0),
(1407,694,0),
(1407,697,0),
(1407,698,0),
(1407,700,0),
(1408,687,0),
(1408,13,0),
(1408,25,0),
(1408,688,0),
(1408,695,0),
(1408,696,0),
(1408,702,0),
(1409,690,0),
(1409,14,0),
(1409,25,0),
(1409,696,0),
(1409,699,0),
(1410,692,0),
(1410,13,0),
(1410,704,0),
(1414,680,0),
(1411,681,0),
(1411,682,0),
(1411,701,0),
(1411,25,0),
(1412,162,0),
(1412,689,0),
(1412,691,0),
(1412,13,0),
(1413,679,0),
(1413,684,0),
(1413,685,0),
(1413,703,0),
(1413,8,0),
(1413,9,0),
(1414,8,0),
(1414,9,0),
(1414,13,0),
(1414,683,0),
(1414,277,0),
(1414,686,0),
(1415,1,0),
(1415,678,0),
(1417,705,0),
(1417,8,0),
(1417,9,0),
(1422,706,0),
(1420,9,0),
(1422,8,0),
(1422,707,0),
(1422,708,0),
(1424,709,0),
(1424,25,0),
(1426,187,0),
(1426,8,0),
(1426,13,0),
(1426,710,0),
(1434,1,0),
(1431,8,0),
(1431,13,0),
(1436,403,0),
(1436,8,0),
(1436,13,0),
(1436,711,0),
(1436,712,0),
(1439,713,0),
(1439,8,0),
(1439,13,0),
(1439,714,0),
(1442,715,0),
(1442,8,0),
(1442,716,0),
(1446,717,0),
(1446,8,0),
(1446,9,0),
(1446,13,0),
(1446,718,0),
(1446,719,0),
(1448,720,0),
(1448,8,0),
(1448,721,0),
(1448,722,0),
(1448,723,0),
(1450,724,0),
(1450,8,0),
(1450,9,0),
(1450,725,0),
(1450,726,0),
(1452,727,0),
(1452,8,0),
(1452,728,0),
(1457,729,0),
(1457,8,0),
(1457,11,0),
(1457,730,0),
(1460,731,0),
(1460,8,0),
(1460,732,0),
(1460,733,0),
(1460,734,0),
(1463,735,0),
(1463,8,0),
(1463,736,0),
(1466,417,0),
(1466,8,0),
(1466,16,0),
(1466,737,0),
(1470,738,0),
(1470,8,0),
(1470,19,0),
(1470,739,0),
(1470,740,0),
(1473,741,0),
(1473,8,0),
(1473,19,0),
(1473,742,0),
(1473,743,0),
(1477,744,0),
(1477,8,0),
(1477,13,0),
(1479,745,0),
(1479,8,0),
(1479,13,0),
(1482,746,0),
(1482,8,0),
(1482,19,0),
(1482,20,0),
(1482,747,0),
(1482,748,0),
(1485,749,0),
(1485,8,0),
(1485,11,0),
(1485,18,0),
(1485,28,0),
(1485,750,0),
(1491,751,0),
(1491,13,0),
(1491,263,0),
(1493,191,0),
(1493,9,0),
(1493,13,0),
(1496,752,0),
(1496,8,0),
(1499,753,0),
(1499,13,0),
(1499,754,0),
(1501,755,0),
(1501,8,0),
(1501,13,0),
(1501,25,0),
(1501,756,0),
(1501,757,0),
(1501,758,0),
(1503,100,0),
(1503,8,0),
(1503,13,0),
(1503,759,0),
(1503,609,0),
(1507,760,0),
(1507,8,0),
(1507,13,0),
(1507,761,0),
(1507,762,0),
(1509,763,0),
(1509,8,0),
(1511,764,0),
(1511,5,0),
(1511,8,0),
(1511,13,0),
(1517,765,0),
(1514,5,0),
(1514,13,0),
(1517,8,0),
(1521,766,0),
(1521,8,0),
(1521,13,0),
(1524,8,0),
(1524,19,0),
(1524,20,0),
(1524,767,0),
(1524,768,0),
(1526,769,0),
(1526,8,0),
(1526,13,0),
(1526,770,0),
(1526,771,0),
(1529,13,0),
(1529,8,0),
(1529,772,0),
(1529,773,0),
(1529,774,0),
(1533,673,0),
(1533,8,0),
(1533,11,0),
(1533,23,0),
(1533,775,0),
(1540,776,0),
(1540,8,0),
(1540,11,0),
(1540,777,0),
(1540,778,0),
(1544,779,0),
(1544,8,0),
(1544,13,0),
(1546,780,0),
(1546,8,0),
(1546,13,0),
(1546,781,0),
(1546,782,0),
(1549,783,0),
(1549,5,0),
(1549,13,0),
(1549,784,0),
(1552,785,0),
(1552,25,0),
(1552,786,0),
(1554,787,0),
(1554,19,0),
(1554,788,0),
(1561,789,0),
(1561,27,0),
(1564,790,0),
(1564,8,0),
(1564,13,0),
(1564,791,0),
(1564,792,0),
(1568,793,0),
(1568,8,0),
(1568,16,0),
(1568,794,0),
(1568,795,0),
(1573,796,0),
(1573,8,0),
(1573,19,0),
(1573,797,0),
(1573,798,0),
(1575,1,0),
(1579,528,0),
(1579,8,0),
(1579,799,0),
(1585,800,0),
(1585,8,0),
(1585,9,0),
(1585,13,0),
(1585,801,0),
(1585,802,0),
(1589,803,0),
(1589,7,0),
(1589,8,0),
(1589,804,0),
(1589,805,0),
(1595,806,0),
(1595,8,0),
(1595,807,0),
(1599,14,0),
(1599,8,0),
(1599,9,0),
(1599,808,0),
(1599,809,0),
(1604,803,0),
(1604,7,0),
(1604,8,0),
(1604,810,0),
(1610,811,0),
(1608,8,0),
(1610,8,0),
(1610,11,0),
(1610,812,0),
(1615,8,0),
(1615,25,0),
(1618,813,0),
(1618,8,0),
(1618,13,0),
(1618,814,0),
(1618,815,0),
(1618,816,0),
(1624,817,0),
(1622,8,0),
(1622,13,0),
(1624,8,0),
(1627,13,0),
(1627,8,0),
(1627,818,0),
(1627,819,0),
(1634,820,0),
(1632,14,0),
(1634,7,0),
(1634,8,0),
(1634,821,0),
(1640,1,0),
(1645,822,0),
(1642,13,0),
(1645,8,0),
(1645,25,0),
(1645,823,0),
(1645,824,0),
(1648,1,0),
(1653,825,0),
(1650,8,0),
(1653,8,0),
(1653,13,0),
(1653,826,0),
(1653,827,0),
(1662,828,0),
(1658,8,0),
(1658,13,0),
(1662,8,0),
(1662,829,0),
(1662,830,0),
(1668,831,0),
(1665,8,0),
(1665,13,0),
(1668,8,0),
(1668,832,0),
(1671,833,0),
(1671,8,0),
(1671,834,0),
(1674,835,0),
(1674,8,0),
(1674,9,0),
(1674,13,0),
(1674,836,0),
(1678,837,0),
(1678,8,0),
(1678,838,0),
(1678,839,0),
(1680,840,0),
(1680,8,0),
(1680,25,0),
(1680,526,0),
(1680,841,0),
(1682,842,0),
(1682,8,0),
(1682,13,0),
(1682,562,0),
(1682,843,0),
(1684,196,0),
(1684,845,0),
(1684,846,0),
(1684,197,0),
(1690,847,0),
(1690,8,0),
(1690,9,0),
(1690,848,0),
(1693,849,0),
(1693,13,0),
(1693,850,0),
(1697,851,0),
(1697,8,0),
(1697,13,0),
(1697,25,0),
(1697,852,0),
(1702,853,0),
(1702,27,0),
(1702,854,0),
(1705,27,0),
(1705,8,0),
(1705,855,0),
(1705,856,0),
(1705,857,0),
(1707,858,0),
(1707,8,0),
(1707,19,0),
(1707,859,0),
(1707,860,0),
(1707,861,0),
(1711,862,0),
(1711,5,0),
(1711,8,0),
(1711,863,0),
(1720,865,0),
(1717,25,0),
(1717,864,0),
(1717,8,0),
(1720,8,0),
(1720,864,0),
(1720,866,0),
(1720,867,0),
(1720,868,0),
(1726,869,0),
(1726,25,0),
(1726,864,0),
(1726,681,0),
(1731,1,0),
(1734,871,0),
(1734,870,0),
(1734,6,0),
(1734,872,0),
(1738,873,0),
(1738,5,0),
(1738,8,0),
(1738,9,0),
(1738,874,0),
(1738,438,0),
(1738,875,0),
(1743,438,0),
(1743,9,0),
(1743,874,0),
(1747,5,0),
(1747,9,0),
(1747,874,0),
(1747,876,0),
(1747,877,0),
(1756,1,0),
(1753,8,0),
(1758,1,0),
(1760,878,0),
(1760,9,0),
(1760,23,0),
(1760,879,0),
(1760,440,0),
(1771,1,0),
(1771,871,0),
(1771,870,0),
(1774,874,0),
(1774,5,0),
(1774,8,0),
(1774,9,0),
(1774,880,0),
(1779,881,0),
(1779,9,0),
(1782,872,0),
(1782,6,0),
(1782,8,0),
(1782,28,0),
(1782,882,0),
(1786,790,0),
(1786,8,0),
(1786,9,0),
(1786,883,0),
(1786,884,0),
(1786,885,0),
(1788,886,0),
(1788,8,0),
(1788,25,0),
(1788,887,0),
(1788,888,0),
(1788,889,0),
(1791,890,0),
(1791,13,0),
(1791,891,0),
(4451,1230,0),
(1797,892,0),
(1797,13,0),
(1797,893,0),
(1797,712,0),
(1799,894,0),
(1799,9,0),
(1799,895,0),
(1799,896,0),
(1799,897,0),
(1802,898,0),
(1802,8,0),
(1802,899,0),
(1808,902,0),
(1806,15,0),
(1806,25,0),
(1811,900,0),
(1811,19,0),
(1811,901,0),
(1811,463,0),
(1808,8,0),
(1808,903,0),
(1808,904,0),
(1820,905,0),
(1820,8,0),
(1820,25,0),
(1820,26,0),
(1820,906,0),
(1820,907,0),
(1823,908,0),
(1823,8,0),
(1823,909,0),
(1823,910,0),
(1827,5,0),
(1827,8,0),
(1827,911,0),
(1827,912,0),
(1827,913,0),
(1827,914,0),
(1831,1,0),
(1834,915,0),
(1834,5,0),
(1834,25,0),
(1834,916,0),
(1843,162,0),
(1839,19,0),
(1843,8,0),
(1843,9,0),
(1843,13,0),
(1843,917,0),
(1843,918,0),
(1843,919,0),
(1848,920,0),
(1848,8,0),
(1848,10,0),
(1848,921,0),
(1853,922,0),
(1853,8,0),
(1853,23,0),
(1853,923,0),
(1857,924,0),
(1857,8,0),
(1857,9,0),
(1857,925,0),
(1860,926,0),
(1860,8,0),
(1860,845,0),
(1860,927,0),
(1860,928,0),
(1860,929,0),
(1863,1,0),
(1872,930,0),
(1872,6,0),
(1872,27,0),
(1872,931,0),
(1872,932,0),
(1872,933,0),
(1872,91,0),
(1880,934,0),
(1880,19,0),
(1880,20,0),
(1880,458,0),
(1883,935,0),
(1883,8,0),
(1883,9,0),
(1883,936,0),
(1885,937,0),
(1885,8,0),
(1893,897,0),
(1890,8,0),
(1893,9,0),
(1893,938,0),
(1898,939,0),
(1898,6,0),
(1898,940,0),
(1914,941,0),
(1903,6,0),
(1914,8,0),
(1914,27,0),
(1914,942,0),
(1914,943,0),
(1920,1,0),
(1922,1,0),
(1929,944,0),
(1925,8,0),
(1929,8,0),
(1929,945,0),
(1929,946,0),
(1934,947,0),
(1934,5,0),
(1941,13,0),
(1941,25,0),
(1941,948,0),
(1941,949,0),
(1944,950,0),
(1944,14,0),
(1944,18,0),
(1988,965,0),
(1952,951,0),
(1950,8,0),
(1952,5,0),
(1952,13,0),
(1952,952,0),
(1955,953,0),
(1955,25,0),
(1955,864,0),
(1958,954,0),
(1958,8,0),
(1958,13,0),
(1958,955,0),
(1958,956,0),
(1958,957,0),
(1964,958,0),
(1964,5,0),
(1964,8,0),
(1964,959,0),
(1969,960,0),
(1969,8,0),
(1969,16,0),
(1969,961,0),
(1976,962,0),
(1976,5,0),
(1976,963,0),
(1976,964,0),
(1988,5,0),
(1988,8,0),
(1988,966,0),
(1988,967,0),
(1991,1,0),
(1992,968,0),
(1992,14,0),
(1992,18,0),
(1992,969,0),
(1992,970,0),
(1997,971,0),
(1997,8,0),
(1997,972,0),
(1997,973,0),
(1997,974,0),
(2000,975,0),
(2000,8,0),
(2000,13,0),
(2000,25,0),
(2000,864,0),
(2008,976,0),
(2008,6,0),
(2008,28,0),
(2008,977,0),
(2017,978,0),
(2013,6,0),
(2017,5,0),
(2017,13,0),
(2017,979,0),
(2017,980,0),
(2029,982,0),
(2023,574,0),
(2023,981,0),
(2023,5,0),
(2029,5,0),
(2029,8,0),
(2029,983,0),
(2033,25,0),
(2033,6,0),
(2033,8,0),
(2033,984,0),
(2033,985,0),
(2036,1,0),
(2044,986,0),
(2044,8,0),
(2044,987,0),
(2055,988,0),
(2055,8,0),
(2055,13,0),
(2062,989,0),
(2062,8,0),
(2062,9,0),
(2062,990,0),
(2067,1,0),
(2071,1,0),
(2079,991,0),
(2074,8,0),
(2074,13,0),
(2079,8,0),
(2079,992,0),
(2079,993,0),
(2081,994,0),
(2081,6,0),
(2081,8,0),
(2087,995,0),
(2087,8,0),
(2087,996,0),
(2089,997,0),
(2089,8,0),
(2089,998,0),
(2092,999,0),
(2092,5,0),
(2092,1000,0),
(2099,25,0),
(2094,6,0),
(2099,6,0),
(2099,1001,0),
(2099,1002,0),
(2099,1003,0),
(2102,1004,0),
(2102,8,0),
(2102,13,0),
(2102,1005,0),
(2102,1006,0),
(2109,1,0),
(2107,8,0),
(2125,1007,0),
(2111,13,0),
(2114,8,0),
(2117,8,0),
(2120,6,0),
(2125,8,0),
(2125,25,0),
(2125,1008,0),
(2125,1009,0),
(2128,91,0),
(2128,1010,0),
(2128,6,0),
(2128,976,0),
(2128,872,0),
(2128,1011,0),
(2128,1012,0),
(2133,1013,0),
(2133,6,0),
(2133,8,0),
(2133,13,0),
(2133,109,0),
(2137,1,0),
(2143,1014,0),
(2139,8,0),
(2139,23,0),
(2143,6,0),
(2143,1015,0),
(2143,976,0),
(2155,5,0),
(2155,8,0),
(2155,13,0),
(2158,1,0),
(2160,1017,0),
(2160,11,0),
(2160,1018,0),
(2163,1019,0),
(2163,5,0),
(2163,8,0),
(2163,1020,0),
(2177,1021,0),
(2170,25,0),
(2170,864,0),
(2170,26,0),
(2175,8,0),
(2175,18,0),
(2177,6,0),
(2177,1022,0),
(2190,1023,0),
(2184,8,0),
(2184,23,0),
(2190,8,0),
(2190,13,0),
(2190,1024,0),
(2190,1025,0),
(2198,1026,0),
(2198,6,0),
(2198,1027,0),
(2208,1028,0),
(2206,23,0),
(2208,8,0),
(2208,13,0),
(2208,1029,0),
(2212,1030,0),
(2212,11,0),
(2212,28,0),
(2212,1031,0),
(2214,1032,0),
(2214,6,0),
(2214,25,0),
(2214,864,0),
(2214,1033,0),
(2214,1034,0),
(2218,1035,0),
(2218,8,0),
(2218,1036,0),
(2221,1037,0),
(2221,13,0),
(2228,187,0),
(2228,13,0),
(2237,1039,0),
(2237,1038,0),
(2237,8,0),
(2237,1040,0),
(2282,1,0),
(2242,1041,0),
(2242,25,0),
(2242,864,0),
(2242,681,0),
(2242,1042,0),
(2250,1,0),
(2245,6,0),
(2255,1043,0),
(2255,5,0),
(2255,8,0),
(2255,13,0),
(2255,1037,0),
(2260,835,0),
(2260,13,0),
(2260,1044,0),
(2260,1045,0),
(2263,5,0),
(2263,8,0),
(2263,1046,0),
(2263,1047,0),
(2270,968,0),
(2270,25,0),
(2270,1048,0),
(2274,1049,0),
(2274,5,0),
(2274,8,0),
(2274,13,0),
(2274,1050,0),
(2274,1051,0),
(2286,1,0),
(2294,1053,0),
(2290,8,0),
(2294,1052,0),
(2294,8,0),
(2294,1054,0),
(2298,1055,0),
(2298,25,0),
(2298,864,0),
(2300,1056,0),
(2300,28,0),
(2300,1057,0),
(2300,1058,0),
(2302,187,0),
(2302,13,0),
(2306,187,0),
(2306,13,0),
(2306,1059,0),
(2306,1060,0),
(2311,27,0),
(2311,5,0),
(2311,13,0),
(2311,1061,0),
(2311,669,0),
(2311,704,0),
(2316,1062,0),
(2316,8,0),
(2316,27,0),
(2316,1063,0),
(2316,1064,0),
(2316,1065,0),
(2321,1066,0),
(2321,5,0),
(2321,469,0),
(2323,1,0),
(2327,1067,0),
(2327,6,0),
(2327,1068,0),
(2327,1069,0),
(2330,1071,0),
(2330,1070,0),
(2330,13,0),
(2330,1072,0),
(2332,1073,0),
(2332,6,0),
(2332,8,0),
(2332,1070,0),
(2332,1074,0),
(2335,1,0),
(2338,1075,0),
(2338,6,0),
(2338,1038,0),
(2338,25,0),
(2338,1076,0),
(2338,1077,0),
(2338,1078,0),
(2338,1079,0),
(2346,1080,0),
(2346,6,0),
(2346,1081,0),
(2352,1082,0),
(2352,6,0),
(2352,8,0),
(2352,27,0),
(2352,1083,0),
(2352,1084,0),
(2355,1085,0),
(2355,6,0),
(2358,1,0),
(2360,1,0),
(2362,1086,0),
(2362,7,0),
(2362,13,0),
(2362,1087,0),
(2362,1088,0),
(2369,1089,0),
(2369,5,0),
(2369,13,0),
(2369,1090,0),
(2374,1091,0),
(2374,13,0),
(2374,27,0),
(2381,1092,0),
(2381,6,0),
(2384,1093,0),
(2384,8,0),
(2384,13,0),
(2384,159,0),
(2387,1,0),
(2390,1094,0),
(2390,6,0),
(2390,1038,0),
(2390,1095,0),
(2390,1096,0),
(2397,1097,0),
(2397,6,0),
(2401,1098,0),
(2401,6,0),
(2401,1099,0),
(2403,1100,0),
(2403,8,0),
(2403,13,0),
(2403,1101,0),
(2412,1102,0),
(2408,25,0),
(2412,8,0),
(2412,1103,0),
(2415,1104,0),
(2415,8,0),
(2415,1105,0),
(2418,1,0),
(2418,1106,0),
(2424,1107,0),
(2424,8,0),
(2424,11,0),
(2424,28,0),
(2424,1108,0),
(2436,1109,0),
(2431,14,0),
(2434,6,0),
(2434,8,0),
(2436,8,0),
(2436,1110,0),
(2448,1111,0),
(2442,8,0),
(2467,1115,0),
(2448,8,0),
(2453,1112,0),
(2453,8,0),
(2458,1113,0),
(2458,6,0),
(2463,1114,0),
(2463,5,0),
(2463,8,0),
(2463,13,0),
(2467,13,0),
(2475,1116,0),
(2471,8,0),
(2475,8,0),
(2475,27,0),
(2480,1117,0),
(2480,8,0),
(2480,1118,0),
(2485,1,0),
(2487,1119,0),
(2487,8,0),
(2487,928,0),
(2487,1120,0),
(2501,1121,0),
(2501,6,0),
(2516,3,0),
(2520,1122,0),
(2520,8,0),
(2522,1123,0),
(2522,6,0),
(2522,8,0),
(2522,25,0),
(2522,1124,0),
(2527,398,0),
(2527,6,0),
(2527,8,0),
(2527,11,0),
(2527,1125,0),
(2535,1126,0),
(2530,6,0),
(2535,25,0),
(2535,864,0),
(2535,1127,0),
(2542,1128,0),
(2539,6,0),
(2539,8,0),
(2539,25,0),
(2542,5,0),
(2542,13,0),
(2547,1129,0),
(2547,6,0),
(2549,1130,0),
(2549,6,0),
(2552,1131,0),
(2552,6,0),
(2552,1132,0),
(2557,13,0),
(2557,6,0),
(2557,1133,0),
(2557,1134,0),
(2571,1135,0),
(2568,8,0),
(2568,25,0),
(2571,13,0),
(2571,25,0),
(2571,756,0),
(2573,1136,0),
(2573,845,0),
(2573,1137,0),
(2573,1138,0),
(2578,1139,0),
(2578,6,0),
(2578,1140,0),
(2578,1141,0),
(2581,730,0),
(2581,8,0),
(2581,1142,0),
(2584,1,0),
(2630,1149,0),
(2587,1143,0),
(2587,25,0),
(2587,1144,0),
(2649,1158,0),
(2600,13,0),
(2595,8,0),
(2600,8,0),
(2600,350,0),
(2600,686,0),
(2607,1,0),
(2610,1145,0),
(2610,8,0),
(2610,1038,0),
(2610,1146,0),
(2613,1,0),
(2616,1147,0),
(2616,25,0),
(2616,864,0),
(2623,1148,0),
(2623,8,0),
(2628,1,0),
(2630,8,0),
(2630,1150,0),
(2632,1151,0),
(2632,25,0),
(2632,864,0),
(2632,1152,0),
(2634,1153,0),
(2634,8,0),
(2634,1070,0),
(2639,930,0),
(2639,6,0),
(2639,1154,0),
(2639,1155,0),
(2646,1156,0),
(2646,6,0),
(2646,1157,0),
(2649,6,0),
(2649,1159,0),
(2652,329,0),
(2652,14,0),
(2652,18,0),
(2656,1160,0),
(2656,9,0),
(2656,14,0),
(2656,1161,0),
(2660,1162,0),
(2660,8,0),
(2660,13,0),
(2660,1163,0),
(2660,1164,0),
(2708,1,0),
(2665,1165,0),
(2665,27,0),
(2665,1166,0),
(2672,1,0),
(2714,1,0),
(2679,1167,0),
(2679,6,0),
(2679,8,0),
(2679,1168,0),
(2683,1170,0),
(2683,1169,0),
(2683,8,0),
(2683,28,0),
(2683,1171,0),
(2688,1172,0),
(2688,8,0),
(2688,13,0),
(2688,1173,0),
(2692,1174,0),
(2692,8,0),
(2692,1175,0),
(2697,1176,0),
(2697,25,0),
(2697,1169,0),
(2701,1177,0),
(2701,1038,0),
(2701,1178,0),
(2705,1179,0),
(2705,1169,0),
(2705,28,0),
(2705,1180,0),
(2705,1174,0),
(2711,1181,0),
(2711,1169,0),
(2711,1174,0),
(2722,1182,0),
(2722,1169,0),
(2722,1183,0),
(2726,1184,0),
(2726,864,0),
(2726,1169,0),
(2726,1185,0),
(2730,872,0),
(2730,6,0),
(2730,1096,0),
(2734,1186,0),
(2734,25,0),
(2734,1169,0),
(2734,1187,0),
(2734,543,0),
(2738,1188,0),
(2738,10,0),
(2738,13,0),
(2742,1189,0),
(2742,6,0),
(2742,1190,0),
(2747,1191,0),
(2747,25,0),
(2747,1192,0),
(2753,1193,0),
(2753,8,0),
(2753,28,0),
(2759,1064,0),
(2759,13,0),
(2759,335,0),
(2762,1,0),
(2767,842,0),
(2767,8,0),
(2767,1194,0),
(2772,1195,0),
(2772,25,0),
(2772,1196,0),
(2774,1197,0),
(2774,13,0),
(2774,14,0),
(2774,1198,0),
(2783,28,0),
(2783,1199,0),
(2783,27,0),
(2783,1200,0),
(2783,1201,0),
(2790,196,0),
(2790,845,0),
(2790,14,0),
(2790,1202,0),
(2793,1203,0),
(2793,1070,0),
(2793,1204,0),
(2798,1205,0),
(2798,8,0),
(2805,1206,0),
(2802,8,0),
(2802,23,0),
(2805,8,0),
(2805,769,0),
(2808,1207,0),
(2808,8,0),
(2808,13,0),
(2808,1208,0),
(2814,1209,0),
(2814,25,0),
(2817,1210,0),
(2817,7,0),
(2823,1211,0),
(2823,6,0),
(2823,1212,0),
(2823,1213,0),
(2828,1214,0),
(2828,6,0),
(2828,1215,0),
(2831,686,0),
(2831,13,0),
(2831,1216,0),
(2838,1217,0),
(2838,6,0),
(2838,8,0),
(2838,1218,0),
(2846,1219,0),
(2846,6,0),
(2846,1220,0),
(2852,3,0),
(2802,1221,0),
(2802,1222,0),
(2802,1223,0),
(2802,1224,0),
(2860,1225,0),
(2860,6,0),
(2860,1038,0),
(2860,27,0),
(2860,1226,0),
(2871,1,0),
(2874,1,0),
(2881,1227,0),
(2876,6,0),
(2881,8,0),
(2881,28,0),
(2936,6,0),
(2936,8,0),
(2936,1241,0),
(2899,1,0),
(2901,1228,0),
(2901,28,0),
(2901,398,0),
(2901,1229,0),
(2904,1230,0),
(2904,25,0),
(2904,27,0),
(2904,28,0),
(2904,1231,0),
(2904,1232,0),
(2908,1233,0),
(2908,9,0),
(2908,776,0),
(2908,1234,0),
(2917,3,0),
(2920,1235,0),
(2920,8,0),
(2920,13,0),
(2920,16,0),
(2920,1236,0),
(2925,1237,0),
(2925,6,0),
(2925,28,0),
(2925,1238,0),
(2925,1239,0),
(2930,1240,0),
(2930,25,0),
(2930,864,0),
(2936,1242,0),
(2936,1243,0),
(2936,1244,0),
(2947,756,0),
(2941,1245,0),
(2941,1246,0),
(2941,8,0),
(2945,1237,0),
(2947,25,0),
(2950,1247,0),
(2950,8,0),
(2950,1248,0),
(2955,1203,0),
(2955,1070,0),
(2955,191,0),
(2959,1,0),
(2962,1,0),
(2965,1249,0),
(2965,27,0),
(2965,1250,0),
(2994,1261,0),
(2971,1251,0),
(2971,8,0),
(2971,13,0),
(2971,1252,0),
(2974,28,0),
(2974,8,0),
(2974,729,0),
(2974,1253,0),
(2980,1254,0),
(2980,8,0),
(2980,25,0),
(2980,1255,0),
(2984,1256,0),
(2984,27,0),
(2984,1257,0),
(2984,1258,0),
(2990,19,0),
(2990,8,0),
(2990,20,0),
(2990,1259,0),
(2990,925,0),
(2990,1260,0),
(2994,8,0),
(2997,1262,0),
(2997,27,0),
(2997,1263,0),
(3000,1264,0),
(3000,28,0),
(3005,564,0),
(3005,8,0),
(3005,1265,0),
(3009,956,0),
(3009,8,0),
(3009,1038,0),
(3009,669,0),
(3016,1267,0),
(3016,25,0),
(3016,1266,0),
(3016,1268,0),
(3020,1269,0),
(3020,25,0),
(3020,864,0),
(3020,1270,0),
(3020,1271,0),
(3026,1230,0),
(3026,8,0),
(3026,28,0),
(3026,1272,0),
(3031,287,0),
(3031,8,0),
(3031,1070,0),
(3031,13,0),
(3031,25,0),
(3031,1273,0),
(3035,864,0),
(3035,9,0),
(3035,41,0),
(3035,633,0),
(3035,1274,0),
(3037,1275,0),
(3037,8,0),
(3037,9,0),
(3043,1276,0),
(3043,13,0),
(3043,25,0),
(3043,1277,0),
(3046,1278,0),
(3046,8,0),
(3046,13,0),
(3046,1279,0),
(3046,1280,0),
(3052,1,0),
(3055,1,0),
(3055,1281,0),
(3055,1282,0),
(3063,1283,0),
(3057,8,0),
(3063,5,0),
(3063,19,0),
(3077,1284,0),
(3075,6,0),
(3077,1038,0),
(3077,13,0),
(3083,1285,0),
(3083,25,0),
(3083,864,0),
(3089,1286,0),
(3089,8,0),
(3089,13,0),
(3089,1287,0),
(3092,1288,0),
(3092,8,0),
(3092,13,0),
(3102,1291,0),
(3097,1289,0),
(3097,1290,0),
(3097,9,0),
(3097,13,0),
(3102,28,0),
(3102,1292,0),
(3106,1293,0),
(3106,13,0),
(3114,1,0),
(3117,1294,0),
(3117,8,0),
(3121,1295,0),
(3121,13,0),
(3121,27,0),
(3121,1296,0),
(3127,1297,0),
(3127,19,0),
(3134,1299,0),
(3134,1298,0),
(3134,1300,0),
(3134,1301,0),
(3146,1,0),
(3149,1302,0),
(3149,5,0),
(3149,1303,0),
(3154,1304,0),
(3154,8,0),
(3154,19,0),
(3154,1305,0),
(3154,1306,0),
(3160,1307,0),
(3160,1298,0),
(3160,28,0),
(3160,1308,0),
(3170,1309,0),
(3170,1038,0),
(3170,1310,0),
(3179,1311,0),
(3179,8,0),
(3179,1312,0),
(3183,239,0),
(3183,28,0),
(3189,1313,0),
(3189,8,0),
(3189,14,0),
(3189,1314,0),
(3189,704,0),
(3192,1315,0),
(3192,1298,0),
(3192,28,0),
(3192,1316,0),
(3192,1317,0),
(3213,160,0),
(3213,1070,0),
(3213,13,0),
(3213,1318,0),
(3220,1319,0),
(3220,13,0),
(3220,1320,0),
(3220,1321,0),
(3229,1322,0),
(3229,1298,0),
(3229,28,0),
(3229,1323,0),
(3237,1324,0),
(3237,8,0),
(3237,13,0),
(3237,28,0),
(3245,1325,0),
(3245,25,0),
(3245,1326,0),
(3245,1327,0),
(3251,1244,0),
(3251,1298,0),
(3251,28,0),
(3251,1328,0),
(3259,25,0),
(3259,8,0),
(3259,1329,0),
(3259,1330,0),
(3265,1331,0),
(3265,8,0),
(3265,1332,0),
(3271,1333,0),
(3271,8,0),
(3271,28,0),
(3271,1334,0),
(3288,1,0),
(3277,1298,0),
(3277,28,0),
(3295,1200,0),
(3290,13,0),
(3293,8,0),
(3295,1298,0),
(3295,28,0),
(3295,1301,0),
(3303,1,0),
(3307,528,0),
(3307,1038,0),
(3307,25,0),
(3307,956,0),
(3312,1335,0),
(3312,8,0),
(3312,1070,0),
(3312,1336,0),
(3318,1337,0),
(3318,8,0),
(3318,1338,0),
(3323,1339,0),
(3323,1298,0),
(3323,28,0),
(3323,1340,0),
(3323,673,0),
(3333,1341,0),
(3333,1230,0),
(3333,1342,0),
(3338,1343,0),
(3338,25,0),
(3341,1,0),
(3344,1344,0),
(3344,1038,0),
(3344,28,0),
(3344,1345,0),
(3344,1346,0),
(3348,1347,0),
(3348,1298,0),
(3348,28,0),
(3348,1301,0),
(3348,1348,0),
(3366,1349,0),
(3361,8,0),
(3366,19,0),
(3366,25,0),
(3366,1266,0),
(3366,864,0),
(3371,1298,0),
(3371,28,0),
(3371,1301,0),
(3371,1350,0),
(3387,1351,0),
(3387,8,0),
(3387,25,0),
(3387,1266,0),
(3387,864,0),
(3391,1352,0),
(3391,8,0),
(3391,1070,0),
(3391,845,0),
(3391,1353,0),
(3405,1354,0),
(3400,8,0),
(3405,1298,0),
(3405,28,0),
(3405,1355,0),
(3419,1357,0),
(3419,22,0),
(3427,8,0),
(3427,5,0),
(3427,1358,0),
(3427,51,0),
(3427,1359,0),
(3431,1360,0),
(3431,1070,0),
(3435,1,0),
(3438,1,0),
(3444,1361,0),
(3444,8,0),
(3444,1230,0),
(3444,28,0),
(3444,1362,0),
(3449,27,0),
(3449,8,0),
(3449,1363,0),
(3452,1364,0),
(3452,1230,0),
(3452,28,0),
(3452,1333,0),
(3456,1365,0),
(3456,8,0),
(3456,13,0),
(3456,353,0),
(3458,1366,0),
(3458,845,0),
(3458,16,0),
(3466,1367,0),
(3466,13,0),
(3466,1368,0),
(3470,1369,0),
(3470,776,0),
(3470,25,0),
(3470,864,0),
(3470,1370,0),
(3470,1371,0),
(3474,1371,0),
(3474,8,0),
(3474,1372,0),
(3474,1373,0),
(3483,1374,0),
(3483,8,0),
(3483,10,0),
(3483,1375,0),
(3483,1063,0),
(3483,1064,0),
(3490,1057,0),
(3490,8,0),
(3490,1230,0),
(3496,1,0),
(3497,1376,0),
(3497,8,0),
(3497,1070,0),
(3497,16,0),
(3502,1377,0),
(3502,8,0),
(3502,13,0),
(3507,1378,0),
(3507,13,0),
(3511,1378,0),
(3511,13,0),
(3516,1,0),
(3518,1064,0),
(3518,8,0),
(3518,1063,0),
(3523,1379,0),
(3523,6,0),
(3523,8,0),
(3523,1380,0),
(3532,1381,0),
(3528,845,0),
(3532,6,0),
(3532,27,0),
(3532,1382,0),
(3536,1383,0),
(3536,8,0),
(3536,1384,0),
(3539,1385,0),
(3539,8,0),
(3539,1386,0),
(3539,1371,0),
(3543,1362,0),
(3543,8,0),
(3543,13,0),
(3543,1173,0),
(3546,1387,0),
(3546,8,0),
(3546,13,0),
(3546,1388,0),
(3551,1,0),
(3559,917,0),
(3559,13,0),
(3559,1389,0),
(3562,1390,0),
(3562,13,0),
(3562,27,0),
(3562,317,0),
(3572,1391,0),
(3572,8,0),
(3572,1392,0),
(3577,1393,0),
(3577,27,0),
(3582,1,0),
(3585,1378,0),
(3585,8,0),
(3597,1394,0),
(3587,8,0),
(3597,13,0),
(3597,1395,0),
(3605,1396,0),
(3605,8,0),
(3605,13,0),
(3605,1397,0),
(3609,1398,0),
(3609,8,0),
(3609,21,0),
(3609,23,0),
(3609,1399,0),
(3609,1400,0),
(3614,1401,0),
(3614,5,0),
(3614,8,0),
(3614,23,0),
(3614,1402,0),
(3614,1403,0),
(3617,1404,0),
(3617,1230,0),
(3624,1405,0),
(3624,13,0),
(3628,1406,0),
(3628,1070,0),
(3631,1407,0),
(3631,13,0),
(3631,1408,0),
(3631,1409,0),
(3641,1410,0),
(3635,8,0),
(3641,5,0),
(4261,1478,0),
(4451,1070,0),
(4451,1487,0),
(3666,1411,0),
(3666,7,0),
(3666,13,0),
(3697,101,0),
(3675,158,0),
(3675,8,0),
(3675,1412,0),
(3678,1,0),
(3679,1413,0),
(3679,1230,0),
(3679,1414,0),
(3697,7,0),
(3691,13,0),
(3694,1230,0),
(3778,5,0),
(3778,7,0),
(3789,8,0),
(3789,13,0),
(3802,1064,0),
(3797,1038,0),
(3797,1070,0),
(3802,8,0),
(3802,28,0),
(3802,1063,0),
(3802,1058,0),
(3811,1415,0),
(3811,8,0),
(3811,13,0),
(3817,1416,0),
(3817,19,0),
(3817,1417,0),
(3826,1418,0),
(3826,1070,0),
(3826,1419,0),
(3826,1420,0),
(3833,1421,0),
(3833,13,0),
(3833,1422,0),
(3836,1423,0),
(3836,27,0),
(3836,1424,0),
(3836,1425,0),
(3838,1,0),
(3842,845,0),
(3842,16,0),
(3848,1,0),
(3845,27,0),
(3850,1426,0),
(3850,8,0),
(3850,13,0),
(3857,1,0),
(3858,1427,0),
(3858,13,0),
(3866,1428,0),
(3866,8,0),
(3866,28,0),
(3866,1429,0),
(3872,1,0),
(3884,1,0),
(3876,1070,0),
(3882,8,0),
(3882,1248,0),
(3894,1359,0),
(3894,8,0),
(3894,157,0),
(3894,1430,0),
(3903,1431,0),
(3903,6,0),
(3913,1432,0),
(3913,8,0),
(3913,1433,0),
(3924,1434,0),
(3924,1230,0),
(3924,28,0),
(3932,1435,0),
(3932,1070,0),
(3932,187,0),
(3937,1436,0),
(3937,1070,0),
(3944,1437,0),
(3944,8,0),
(3944,845,0),
(3944,13,0),
(3952,1438,0),
(3950,8,0),
(3952,8,0),
(3952,27,0),
(3970,1439,0),
(3959,1070,0),
(3970,8,0),
(3970,1070,0),
(3988,1019,0),
(3981,8,0),
(3981,13,0),
(3988,8,0),
(3988,761,0),
(4007,1440,0),
(3998,8,0),
(3998,28,0),
(4007,1070,0),
(4007,28,0),
(4013,1441,0),
(4013,13,0),
(4013,28,0),
(4022,1442,0),
(4022,1070,0),
(4022,13,0),
(4031,1,0),
(4034,162,0),
(4034,13,0),
(4034,1443,0),
(4034,1444,0),
(4043,1445,0),
(4043,28,0),
(4043,1446,0),
(4050,1448,0),
(4050,1447,0),
(4050,1052,0),
(4050,28,0),
(4058,1136,0),
(4058,845,0),
(4065,1120,0),
(4065,1070,0),
(4065,845,0),
(4065,1449,0),
(4071,1450,0),
(4071,1230,0),
(4071,28,0),
(4087,1451,0),
(4080,13,0),
(4087,13,0),
(4087,187,0),
(4097,1,0),
(4109,1155,0),
(4109,6,0),
(4109,1452,0),
(4122,1453,0),
(4122,8,0),
(4122,13,0),
(4122,1454,0),
(4128,1,0),
(4131,1455,0),
(4131,8,0),
(4142,1456,0),
(4142,1070,0),
(4148,1457,0),
(4148,1070,0),
(4148,1458,0),
(4157,1451,0),
(4157,1459,0),
(4157,8,0),
(4157,13,0),
(4165,1460,0),
(4165,8,0),
(4165,1230,0),
(4165,1070,0),
(4165,13,0),
(4174,1214,0),
(4174,8,0),
(4174,1461,0),
(4174,1462,0),
(4181,1463,0),
(4181,13,0),
(4181,1464,0),
(4194,1465,0),
(4194,13,0),
(4201,1466,0),
(4201,13,0),
(4201,1467,0),
(4211,335,0),
(4211,13,0),
(4211,1468,0),
(4211,1462,0),
(4211,1469,0),
(4216,1208,0),
(4216,8,0),
(4216,1038,0),
(4216,11,0),
(4216,1447,0),
(4216,1470,0),
(4224,1471,0),
(4224,8,0),
(4224,1472,0),
(4232,1474,0),
(4232,1473,0),
(4232,1230,0),
(4232,299,0),
(4239,1475,0),
(4239,13,0),
(4239,1476,0),
(4251,1474,0),
(4251,8,0),
(4251,13,0),
(4251,1473,0),
(4251,1477,0),
(4261,8,0),
(4261,1230,0),
(4261,1334,0),
(4271,1479,0),
(4271,1230,0),
(4271,28,0),
(4303,1480,0),
(4303,6,0),
(4303,1481,0),
(4327,1482,0),
(4327,8,0),
(4327,13,0),
(4327,718,0),
(4391,1485,0),
(4391,1484,0),
(4391,1483,0),
(4391,1038,0),
(4391,1486,0),
(4451,1488,0),
(4462,1489,0),
(4462,1230,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 = utf8mb4 */;
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) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=1490 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,105),
(2,2,'link_category','',0,7),
(3,3,'nav_menu','',0,14),
(4,4,'display-category','',0,3),
(5,5,'category','',0,97),
(6,6,'category','',0,65),
(7,7,'category','',0,22),
(8,8,'category','',0,371),
(9,9,'category','',0,76),
(10,10,'category','',0,5),
(11,11,'category','',0,25),
(12,12,'category','',0,4),
(13,13,'category','',0,242),
(14,14,'category','',0,11),
(15,15,'category','',0,23),
(16,16,'category','',0,7),
(17,17,'category','',0,1),
(18,18,'category','',0,24),
(19,19,'category','',0,33),
(20,20,'category','',0,13),
(21,21,'category','',0,14),
(22,22,'category','',0,2),
(23,23,'category','',0,29),
(24,24,'category','',0,3),
(25,25,'category','',0,86),
(26,26,'category','',0,25),
(27,27,'category','',0,39),
(28,28,'category','',0,46),
(29,29,'post_tag','',0,1),
(30,30,'post_tag','',0,1),
(31,31,'post_tag','',0,1),
(32,32,'post_tag','',0,1),
(33,33,'post_tag','',0,1),
(34,34,'post_tag','',0,1),
(35,35,'post_tag','',0,1),
(36,36,'post_tag','',0,1),
(37,37,'post_tag','',0,1),
(38,38,'post_tag','',0,1),
(39,39,'post_tag','',0,1),
(40,40,'post_tag','',0,1),
(41,41,'post_tag','',0,2),
(42,42,'post_tag','',0,1),
(43,43,'post_tag','',0,1),
(44,44,'post_tag','',0,1),
(45,45,'post_tag','',0,1),
(46,46,'post_tag','',0,1),
(47,47,'post_tag','',0,1),
(48,48,'post_tag','',0,2),
(49,49,'post_tag','',0,1),
(50,50,'post_tag','',0,1),
(51,51,'post_tag','',0,2),
(52,52,'post_tag','',0,1),
(53,53,'post_tag','',0,1),
(54,54,'post_tag','',0,1),
(55,55,'post_tag','',0,1),
(56,56,'post_tag','',0,1),
(57,57,'post_tag','',0,1),
(58,58,'post_tag','',0,1),
(59,59,'post_tag','',0,1),
(60,60,'post_tag','',0,1),
(61,61,'post_tag','',0,1),
(62,62,'post_tag','',0,1),
(63,63,'post_tag','',0,1),
(64,64,'post_tag','',0,1),
(65,65,'post_tag','',0,1),
(66,66,'post_tag','',0,1),
(67,67,'post_tag','',0,1),
(68,68,'post_tag','',0,1),
(69,69,'post_tag','',0,1),
(70,70,'post_tag','',0,1),
(71,71,'post_tag','',0,1),
(72,72,'post_tag','',0,0),
(73,73,'post_tag','',0,1),
(74,74,'post_tag','',0,1),
(75,75,'post_tag','',0,1),
(76,76,'post_tag','',0,1),
(77,77,'post_tag','',0,1),
(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,1),
(83,83,'post_tag','',0,1),
(84,84,'post_tag','',0,1),
(85,85,'post_tag','',0,1),
(86,86,'post_tag','',0,1),
(87,87,'post_tag','',0,1),
(88,88,'post_tag','',0,1),
(89,89,'post_tag','',0,1),
(90,90,'post_tag','',0,1),
(91,91,'post_tag','',0,3),
(92,92,'post_tag','',0,1),
(93,93,'post_tag','',0,1),
(94,94,'post_tag','',0,1),
(95,95,'post_tag','',0,1),
(96,96,'post_tag','',0,1),
(97,97,'post_tag','',0,1),
(98,98,'post_tag','',0,1),
(99,99,'post_tag','',0,1),
(100,100,'post_tag','',0,2),
(101,1404,'post_tag','',0,4),
(102,101,'post_tag','',0,1),
(103,102,'post_tag','',0,1),
(104,103,'post_tag','',0,1),
(105,104,'post_tag','',0,1),
(106,105,'post_tag','',0,1),
(107,106,'post_tag','',0,1),
(108,107,'post_tag','',0,1),
(109,108,'post_tag','',0,2),
(110,109,'post_tag','',0,1),
(111,110,'post_tag','',0,1),
(112,111,'post_tag','',0,1),
(113,112,'post_tag','',0,1),
(114,113,'post_tag','',0,1),
(115,114,'post_tag','',0,1),
(116,115,'post_tag','',0,1),
(117,116,'post_tag','',0,1),
(118,117,'post_tag','',0,1),
(119,118,'post_tag','',0,1),
(120,119,'post_tag','',0,1),
(121,120,'post_tag','',0,2),
(122,121,'post_tag','',0,2),
(123,122,'post_tag','',0,1),
(124,123,'post_tag','',0,1),
(125,124,'post_tag','',0,1),
(126,125,'post_tag','',0,1),
(127,126,'post_tag','',0,1),
(128,127,'post_tag','',0,1),
(129,128,'post_tag','',0,1),
(130,129,'post_tag','',0,1),
(131,130,'post_tag','',0,0),
(132,131,'post_tag','',0,0),
(133,132,'post_tag','',0,0),
(134,133,'post_tag','',0,1),
(135,134,'post_tag','',0,1),
(136,135,'post_tag','',0,1),
(137,136,'post_tag','',0,1),
(138,137,'post_tag','',0,1),
(139,138,'post_tag','',0,1),
(140,139,'post_tag','',0,1),
(141,140,'post_tag','',0,1),
(142,141,'post_tag','',0,1),
(143,142,'post_tag','',0,1),
(144,143,'post_tag','',0,1),
(145,144,'post_tag','',0,1),
(146,145,'post_tag','',0,1),
(147,146,'post_tag','',0,1),
(148,147,'post_tag','',0,1),
(149,148,'post_tag','',0,0),
(150,149,'post_tag','',0,1),
(151,150,'post_tag','',0,1),
(152,151,'post_tag','',0,1),
(153,152,'post_tag','',0,1),
(154,153,'post_tag','',0,1),
(155,154,'post_tag','',0,1),
(156,155,'post_tag','',0,1),
(157,156,'post_tag','',0,2),
(158,157,'post_tag','',0,2),
(159,158,'post_tag','',0,2),
(160,159,'post_tag','',0,2),
(161,160,'post_tag','',0,2),
(162,161,'post_tag','',0,5),
(163,162,'post_tag','',0,1),
(164,163,'post_tag','',0,1),
(165,164,'post_tag','',0,1),
(166,165,'post_tag','',0,1),
(167,166,'post_tag','',0,1),
(168,167,'post_tag','',0,3),
(169,168,'post_tag','',0,1),
(170,169,'post_tag','',0,1),
(171,170,'post_tag','',0,1),
(172,171,'post_tag','',0,1),
(173,172,'post_tag','',0,1),
(174,173,'post_tag','',0,1),
(175,174,'post_tag','',0,1),
(176,175,'post_tag','',0,1),
(177,176,'post_tag','',0,1),
(178,177,'post_tag','',0,1),
(179,178,'post_tag','',0,1),
(180,179,'post_tag','',0,1),
(181,180,'post_tag','',0,1),
(182,181,'post_tag','',0,1),
(183,182,'post_tag','',0,1),
(184,183,'post_tag','',0,1),
(185,184,'post_tag','',0,1),
(186,185,'post_tag','',0,1),
(187,186,'post_tag','',0,7),
(188,187,'post_tag','',0,1),
(189,188,'post_tag','',0,1),
(190,189,'post_tag','',0,1),
(191,190,'post_tag','',0,4),
(192,191,'post_tag','',0,1),
(193,192,'post_tag','',0,1),
(194,193,'post_tag','',0,1),
(195,194,'post_tag','',0,1),
(196,195,'post_tag','',0,3),
(197,196,'post_tag','',0,2),
(198,197,'post_tag','',0,1),
(199,198,'post_tag','',0,1),
(200,199,'post_tag','',0,3),
(201,200,'post_tag','',0,1),
(202,201,'post_tag','',0,1),
(203,202,'post_tag','',0,2),
(204,203,'post_tag','',0,1),
(205,204,'post_tag','',0,1),
(206,205,'post_tag','',0,1),
(207,206,'post_tag','',0,1),
(208,207,'post_tag','',0,1),
(209,208,'post_tag','',0,1),
(210,209,'post_tag','',0,1),
(211,210,'post_tag','',0,1),
(212,211,'post_tag','',0,2),
(213,212,'post_tag','',0,1),
(214,213,'post_tag','',0,1),
(215,214,'post_tag','',0,1),
(216,215,'post_tag','',0,1),
(217,216,'post_tag','',0,1),
(218,217,'post_tag','',0,1),
(219,218,'post_tag','',0,2),
(220,219,'post_tag','',0,1),
(221,220,'post_tag','',0,1),
(222,221,'post_tag','',0,1),
(223,222,'post_tag','',0,1),
(224,223,'post_tag','',0,1),
(225,224,'post_tag','',0,1),
(226,225,'post_tag','',0,1),
(227,226,'post_tag','',0,1),
(228,227,'post_tag','',0,1),
(229,228,'post_tag','',0,1),
(230,229,'post_tag','',0,1),
(231,230,'post_tag','',0,1),
(232,231,'post_tag','',0,1),
(233,232,'post_tag','',0,1),
(234,233,'post_tag','',0,1),
(235,234,'post_tag','',0,1),
(236,235,'post_tag','',0,1),
(237,236,'post_tag','',0,2),
(238,237,'post_tag','',0,1),
(239,238,'post_tag','',0,5),
(240,239,'post_tag','',0,2),
(241,240,'post_tag','',0,1),
(242,241,'post_tag','',0,2),
(243,242,'post_tag','',0,1),
(244,243,'post_tag','',0,1),
(245,244,'post_tag','',0,1),
(246,245,'post_tag','',0,1),
(247,246,'post_tag','',0,1),
(248,247,'post_tag','',0,1),
(249,248,'post_tag','',0,1),
(250,249,'post_tag','',0,1),
(251,250,'post_tag','',0,1),
(252,251,'post_tag','',0,1),
(253,252,'post_tag','',0,1),
(254,253,'post_tag','',0,1),
(255,254,'post_tag','',0,1),
(256,255,'post_tag','',0,1),
(257,256,'post_tag','',0,1),
(258,257,'post_tag','',0,1),
(259,258,'post_tag','',0,2),
(260,259,'post_tag','',0,1),
(261,260,'post_tag','',0,1),
(262,261,'post_tag','',0,1),
(263,262,'post_tag','',0,2),
(264,263,'post_tag','',0,2),
(265,264,'post_tag','',0,1),
(266,265,'post_tag','',0,1),
(267,266,'post_tag','',0,1),
(268,267,'post_tag','',0,1),
(269,268,'post_tag','',0,1),
(270,269,'post_tag','',0,1),
(271,270,'post_tag','',0,1),
(272,271,'post_tag','',0,1),
(273,272,'post_tag','',0,1),
(274,273,'post_tag','',0,1),
(275,274,'post_tag','',0,1),
(276,275,'post_tag','',0,1),
(277,276,'post_tag','',0,2),
(278,277,'post_tag','',0,1),
(279,278,'post_tag','',0,1),
(280,279,'post_tag','',0,1),
(281,280,'post_tag','',0,1),
(282,281,'post_tag','',0,1),
(283,282,'post_tag','',0,1),
(284,283,'post_tag','',0,1),
(285,284,'post_tag','',0,1),
(286,285,'post_tag','',0,1),
(287,286,'post_tag','',0,2),
(288,287,'post_tag','',0,1),
(289,288,'post_tag','',0,1),
(290,289,'post_tag','',0,1),
(291,290,'post_tag','',0,1),
(292,291,'post_tag','',0,1),
(293,292,'post_tag','',0,1),
(294,293,'post_tag','',0,1),
(295,294,'post_tag','',0,1),
(296,295,'post_tag','',0,1),
(297,296,'post_tag','',0,1),
(298,297,'post_tag','',0,1),
(299,298,'post_tag','',0,3),
(300,299,'post_tag','',0,1),
(301,300,'post_tag','',0,1),
(302,301,'post_tag','',0,1),
(303,302,'post_tag','',0,1),
(304,303,'post_tag','',0,1),
(305,304,'post_tag','',0,1),
(306,305,'post_tag','',0,1),
(307,306,'post_tag','',0,1),
(308,307,'post_tag','',0,1),
(309,308,'post_tag','',0,1),
(310,309,'post_tag','',0,1),
(311,310,'post_tag','',0,1),
(312,311,'post_tag','',0,1),
(313,312,'post_tag','',0,1),
(314,313,'post_tag','',0,1),
(315,314,'post_tag','',0,1),
(316,315,'post_tag','',0,1),
(317,316,'post_tag','',0,3),
(318,317,'post_tag','',0,1),
(319,318,'post_tag','',0,1),
(320,319,'post_tag','',0,1),
(321,320,'post_tag','',0,1),
(322,321,'post_tag','',0,1),
(323,322,'post_tag','',0,1),
(324,323,'post_tag','',0,1),
(325,324,'post_tag','',0,1),
(326,325,'post_tag','',0,1),
(327,326,'post_tag','',0,1),
(328,327,'post_tag','',0,2),
(329,328,'post_tag','',0,2),
(330,329,'post_tag','',0,1),
(331,330,'post_tag','',0,1),
(332,331,'post_tag','',0,1),
(333,332,'post_tag','',0,1),
(334,333,'post_tag','',0,1),
(335,1405,'post_tag','',0,4),
(336,334,'post_tag','',0,1),
(337,335,'post_tag','',0,1),
(338,336,'post_tag','',0,1),
(339,337,'post_tag','',0,2),
(340,338,'post_tag','',0,1),
(341,339,'post_tag','',0,1),
(342,340,'post_tag','',0,1),
(343,341,'post_tag','',0,1),
(344,342,'post_tag','',0,1),
(345,343,'post_tag','',0,1),
(346,344,'post_tag','',0,1),
(347,345,'post_tag','',0,1),
(348,346,'post_tag','',0,1),
(349,347,'post_tag','',0,1),
(350,348,'post_tag','',0,2),
(351,349,'post_tag','',0,1),
(352,350,'post_tag','',0,1),
(353,351,'post_tag','',0,2),
(354,352,'post_tag','',0,1),
(355,353,'post_tag','',0,1),
(356,354,'post_tag','',0,1),
(357,355,'post_tag','',0,1),
(358,356,'post_tag','',0,1),
(359,357,'post_tag','',0,1),
(360,358,'post_tag','',0,3),
(361,359,'post_tag','',0,1),
(362,360,'post_tag','',0,1),
(363,361,'post_tag','',0,1),
(364,362,'post_tag','',0,1),
(365,363,'post_tag','',0,1),
(366,364,'post_tag','',0,2),
(367,365,'post_tag','',0,1),
(368,366,'post_tag','',0,1),
(369,367,'post_tag','',0,1),
(370,368,'post_tag','',0,1),
(371,369,'post_tag','',0,1),
(372,370,'post_tag','',0,1),
(373,371,'post_tag','',0,1),
(374,372,'post_tag','',0,1),
(375,373,'post_tag','',0,1),
(376,374,'post_tag','',0,1),
(377,375,'post_tag','',0,1),
(378,376,'post_tag','',0,1),
(379,377,'post_tag','',0,1),
(380,378,'post_tag','',0,1),
(381,379,'post_tag','',0,1),
(382,380,'post_tag','',0,1),
(383,381,'post_tag','',0,1),
(384,382,'post_tag','',0,1),
(385,383,'post_tag','',0,1),
(386,384,'post_tag','',0,2),
(387,385,'post_tag','',0,1),
(388,386,'post_tag','',0,1),
(389,387,'post_tag','',0,1),
(390,388,'post_tag','',0,1),
(391,389,'post_tag','',0,1),
(392,390,'post_tag','',0,1),
(393,391,'post_tag','',0,1),
(394,392,'post_tag','',0,1),
(395,393,'post_tag','',0,1),
(396,394,'post_tag','',0,1),
(397,395,'post_tag','',0,0),
(398,396,'post_tag','',0,3),
(399,397,'post_tag','',0,1),
(400,398,'post_tag','',0,1),
(401,399,'post_tag','',0,1),
(402,400,'post_tag','',0,1),
(403,401,'post_tag','',0,3),
(404,402,'post_tag','',0,1),
(405,403,'post_tag','',0,1),
(406,404,'post_tag','',0,1),
(407,405,'post_tag','',0,1),
(408,406,'post_tag','',0,1),
(409,1406,'post_tag','',0,2),
(410,407,'post_tag','',0,1),
(411,408,'post_tag','',0,1),
(412,409,'post_tag','',0,1),
(413,410,'post_tag','',0,1),
(414,411,'post_tag','',0,1),
(415,412,'post_tag','',0,1),
(416,413,'post_tag','',0,1),
(417,414,'post_tag','',0,2),
(418,415,'post_tag','',0,1),
(419,416,'post_tag','',0,1),
(420,417,'post_tag','',0,1),
(421,418,'post_tag','',0,2),
(422,419,'post_tag','',0,1),
(423,420,'post_tag','',0,2),
(424,421,'post_tag','',0,1),
(425,422,'post_tag','',0,1),
(426,423,'post_tag','',0,1),
(427,424,'post_tag','',0,1),
(428,425,'post_tag','',0,1),
(429,426,'post_tag','',0,1),
(430,427,'post_tag','',0,1),
(431,428,'post_tag','',0,1),
(432,429,'post_tag','',0,1),
(433,430,'post_tag','',0,1),
(434,431,'post_tag','',0,1),
(435,432,'post_tag','',0,1),
(436,433,'post_tag','',0,1),
(437,434,'post_tag','',0,1),
(438,435,'post_tag','',0,3),
(439,436,'post_tag','',0,1),
(440,437,'post_tag','',0,3),
(441,438,'post_tag','',0,1),
(442,439,'post_tag','',0,3),
(443,440,'post_tag','',0,1),
(444,441,'post_tag','',0,1),
(445,442,'post_tag','',0,1),
(446,443,'post_tag','',0,5),
(447,444,'post_tag','',0,1),
(448,445,'post_tag','',0,2),
(449,446,'post_tag','',0,1),
(450,447,'post_tag','',0,1),
(451,1407,'post_tag','',0,8),
(452,448,'post_tag','',0,1),
(453,449,'post_tag','',0,1),
(454,450,'post_tag','',0,1),
(455,451,'post_tag','',0,1),
(456,452,'post_tag','',0,1),
(457,453,'post_tag','',0,1),
(458,454,'post_tag','',0,2),
(459,455,'post_tag','',0,2),
(460,456,'post_tag','',0,1),
(461,1408,'post_tag','',0,2),
(462,1409,'post_tag','',0,1),
(463,457,'post_tag','',0,2),
(464,458,'post_tag','',0,1),
(465,459,'post_tag','',0,1),
(466,460,'post_tag','',0,1),
(467,461,'post_tag','',0,1),
(468,462,'post_tag','',0,1),
(469,463,'post_tag','',0,2),
(470,464,'post_tag','',0,1),
(471,465,'post_tag','',0,1),
(472,466,'post_tag','',0,1),
(473,467,'post_tag','',0,1),
(474,468,'post_tag','',0,1),
(475,469,'post_tag','',0,1),
(476,470,'post_tag','',0,2),
(477,471,'post_tag','',0,1),
(478,472,'post_tag','',0,1),
(479,473,'post_tag','',0,1),
(480,474,'post_tag','',0,1),
(481,475,'post_tag','',0,1),
(482,476,'post_tag','',0,1),
(483,477,'post_tag','',0,1),
(484,478,'post_tag','',0,1),
(485,479,'post_tag','',0,1),
(486,480,'post_tag','',0,1),
(487,481,'post_tag','',0,1),
(488,482,'post_tag','',0,1),
(489,483,'post_tag','',0,1),
(490,484,'post_tag','',0,2),
(491,1410,'post_tag','',0,1),
(492,485,'post_tag','',0,1),
(493,486,'post_tag','',0,1),
(494,487,'post_tag','',0,1),
(495,488,'post_tag','',0,1),
(496,489,'post_tag','',0,1),
(497,490,'post_tag','',0,1),
(498,491,'post_tag','',0,1),
(499,492,'post_tag','',0,1),
(500,493,'post_tag','',0,1),
(501,494,'post_tag','',0,2),
(502,495,'post_tag','',0,1),
(503,496,'post_tag','',0,1),
(504,497,'post_tag','',0,1),
(505,498,'post_tag','',0,2),
(506,499,'post_tag','',0,1),
(507,500,'post_tag','',0,1),
(508,501,'post_tag','',0,1),
(509,502,'post_tag','',0,1),
(510,503,'post_tag','',0,1),
(511,504,'post_tag','',0,1),
(512,505,'post_tag','',0,1),
(513,506,'post_tag','',0,1),
(514,507,'post_tag','',0,1),
(515,508,'post_tag','',0,1),
(516,509,'post_tag','',0,1),
(517,510,'post_tag','',0,1),
(518,511,'post_tag','',0,0),
(519,512,'post_tag','',0,0),
(520,513,'post_tag','',0,1),
(521,514,'post_tag','',0,1),
(522,515,'post_tag','',0,2),
(523,516,'post_tag','',0,1),
(524,517,'post_tag','',0,1),
(525,518,'post_tag','',0,1),
(526,519,'post_tag','',0,3),
(527,520,'post_tag','',0,1),
(528,521,'post_tag','',0,4),
(529,522,'post_tag','',0,1),
(530,523,'post_tag','',0,1),
(531,524,'post_tag','',0,1),
(532,525,'post_tag','',0,1),
(533,526,'post_tag','',0,1),
(534,527,'post_tag','',0,1),
(535,528,'post_tag','',0,1),
(536,529,'post_tag','',0,1),
(537,530,'post_tag','',0,1),
(538,531,'post_tag','',0,2),
(539,532,'post_tag','',0,1),
(540,533,'post_tag','',0,1),
(541,534,'post_tag','',0,1),
(542,1411,'post_tag','',0,5),
(543,535,'post_tag','',0,2),
(544,536,'post_tag','',0,1),
(545,537,'post_tag','',0,1),
(546,538,'post_tag','',0,1),
(547,539,'post_tag','',0,1),
(548,540,'post_tag','',0,1),
(549,541,'post_tag','',0,1),
(550,542,'post_tag','',0,1),
(551,543,'post_tag','',0,1),
(552,544,'post_tag','',0,1),
(553,545,'post_tag','',0,1),
(554,546,'post_tag','',0,1),
(555,547,'post_tag','',0,1),
(556,548,'post_tag','',0,1),
(557,549,'post_tag','',0,3),
(558,550,'post_tag','',0,1),
(559,551,'post_tag','',0,1),
(560,552,'post_tag','',0,1),
(561,553,'post_tag','',0,1),
(562,554,'post_tag','',0,2),
(563,555,'post_tag','',0,1),
(564,556,'post_tag','',0,2),
(565,557,'post_tag','',0,1),
(566,558,'post_tag','',0,1),
(567,559,'post_tag','',0,1),
(568,560,'post_tag','',0,1),
(569,561,'post_tag','',0,1),
(570,562,'post_tag','',0,1),
(571,563,'post_tag','',0,1),
(572,564,'post_tag','',0,1),
(573,565,'post_tag','',0,1),
(574,566,'post_tag','',0,2),
(575,567,'post_tag','',0,1),
(576,568,'post_tag','',0,1),
(577,569,'post_tag','',0,1),
(578,570,'post_tag','',0,1),
(579,571,'post_tag','',0,1),
(580,572,'post_tag','',0,1),
(581,573,'post_tag','',0,1),
(582,574,'post_tag','',0,1),
(583,575,'post_tag','',0,1),
(584,576,'post_tag','',0,1),
(585,577,'post_tag','',0,1),
(586,578,'post_tag','',0,1),
(587,579,'post_tag','',0,1),
(588,580,'post_tag','',0,1),
(589,581,'post_tag','',0,1),
(590,582,'post_tag','',0,1),
(591,583,'post_tag','',0,1),
(592,584,'post_tag','',0,1),
(593,585,'post_tag','',0,1),
(594,586,'post_tag','',0,1),
(595,587,'post_tag','',0,1),
(596,588,'post_tag','',0,1),
(597,589,'post_tag','',0,1),
(598,590,'post_tag','',0,1),
(599,591,'post_tag','',0,1),
(600,592,'post_tag','',0,1),
(601,593,'post_tag','',0,1),
(602,594,'post_tag','',0,1),
(603,595,'post_tag','',0,1),
(604,596,'post_tag','',0,1),
(605,597,'post_tag','',0,1),
(606,598,'post_tag','',0,1),
(607,599,'post_tag','',0,1),
(608,600,'post_tag','',0,1),
(609,601,'post_tag','',0,2),
(610,1413,'post_tag','',0,5),
(611,603,'post_tag','',0,1),
(612,604,'post_tag','',0,1),
(613,605,'post_tag','',0,1),
(614,606,'post_tag','',0,1),
(615,607,'post_tag','',0,1),
(616,608,'post_tag','',0,1),
(617,609,'post_tag','',0,1),
(618,610,'post_tag','',0,1),
(619,611,'post_tag','',0,1),
(620,612,'post_tag','',0,1),
(621,613,'post_tag','',0,1),
(622,614,'post_tag','',0,1),
(623,615,'post_tag','',0,1),
(624,616,'post_tag','',0,2),
(625,617,'post_tag','',0,1),
(626,618,'post_tag','',0,1),
(627,619,'post_tag','',0,1),
(628,620,'post_tag','',0,1),
(629,621,'post_tag','',0,1),
(630,622,'post_tag','',0,1),
(631,623,'post_tag','',0,1),
(632,624,'post_tag','',0,1),
(633,625,'post_tag','',0,7),
(634,626,'post_tag','',0,1),
(635,627,'post_tag','',0,1),
(636,628,'post_tag','',0,1),
(637,629,'post_tag','',0,1),
(638,630,'post_tag','',0,3),
(639,631,'post_tag','',0,1),
(640,632,'post_tag','',0,1),
(641,633,'post_tag','',0,1),
(642,1412,'post_tag','',0,1),
(643,634,'post_tag','',0,1),
(644,635,'post_tag','',0,1),
(645,636,'post_tag','',0,1),
(646,637,'post_tag','',0,0),
(647,638,'post_tag','',0,1),
(648,639,'post_tag','',0,2),
(649,640,'post_tag','',0,1),
(650,641,'post_tag','',0,1),
(651,642,'post_tag','',0,1),
(652,643,'post_tag','',0,1),
(653,644,'post_tag','',0,1),
(654,645,'post_tag','',0,1),
(655,646,'post_tag','',0,1),
(656,647,'post_tag','',0,1),
(657,648,'post_tag','',0,1),
(658,649,'post_tag','',0,1),
(659,650,'post_tag','',0,1),
(660,651,'post_tag','',0,1),
(661,652,'post_tag','',0,1),
(662,653,'post_tag','',0,1),
(663,654,'post_tag','',0,1),
(664,655,'post_tag','',0,1),
(665,656,'post_tag','',0,1),
(666,657,'post_tag','',0,1),
(667,658,'post_tag','',0,1),
(668,659,'post_tag','',0,1),
(669,660,'post_tag','',0,3),
(670,661,'post_tag','',0,1),
(671,662,'post_tag','',0,1),
(672,663,'post_tag','',0,1),
(673,664,'post_tag','',0,3),
(674,665,'post_tag','',0,1),
(675,666,'post_tag','',0,1),
(676,667,'post_tag','',0,3),
(677,668,'post_tag','',0,1),
(678,669,'post_tag','',0,1),
(679,670,'post_tag','',0,1),
(680,671,'post_tag','',0,1),
(681,672,'post_tag','',0,3),
(682,673,'post_tag','',0,1),
(683,674,'post_tag','',0,1),
(684,675,'post_tag','',0,1),
(685,676,'post_tag','',0,1),
(686,677,'post_tag','',0,3),
(687,678,'post_tag','',0,1),
(688,679,'post_tag','',0,1),
(689,680,'post_tag','',0,1),
(690,681,'post_tag','',0,1),
(691,682,'post_tag','',0,1),
(692,683,'post_tag','',0,1),
(693,684,'post_tag','',0,1),
(694,685,'post_tag','',0,1),
(695,686,'post_tag','',0,1),
(696,687,'post_tag','',0,2),
(697,688,'post_tag','',0,1),
(698,689,'post_tag','',0,1),
(699,690,'post_tag','',0,1),
(700,691,'post_tag','',0,1),
(701,692,'post_tag','',0,1),
(702,693,'post_tag','',0,1),
(703,694,'post_tag','',0,1),
(704,695,'post_tag','',0,3),
(705,696,'post_tag','',0,1),
(706,697,'post_tag','',0,1),
(707,698,'post_tag','',0,1),
(708,699,'post_tag','',0,1),
(709,700,'post_tag','',0,1),
(710,701,'post_tag','',0,1),
(711,702,'post_tag','',0,1),
(712,703,'post_tag','',0,2),
(713,704,'post_tag','',0,1),
(714,705,'post_tag','',0,1),
(715,706,'post_tag','',0,1),
(716,707,'post_tag','',0,1),
(717,708,'post_tag','',0,1),
(718,709,'post_tag','',0,2),
(719,710,'post_tag','',0,1),
(720,711,'post_tag','',0,1),
(721,712,'post_tag','',0,1),
(722,713,'post_tag','',0,1),
(723,714,'post_tag','',0,1),
(724,715,'post_tag','',0,1),
(725,716,'post_tag','',0,1),
(726,717,'post_tag','',0,1),
(727,718,'post_tag','',0,1),
(728,719,'post_tag','',0,1),
(729,720,'post_tag','',0,2),
(730,721,'post_tag','',0,2),
(731,722,'post_tag','',0,1),
(732,723,'post_tag','',0,1),
(733,724,'post_tag','',0,1),
(734,725,'post_tag','',0,1),
(735,726,'post_tag','',0,1),
(736,727,'post_tag','',0,1),
(737,728,'post_tag','',0,1),
(738,729,'post_tag','',0,1),
(739,730,'post_tag','',0,1),
(740,731,'post_tag','',0,1),
(741,732,'post_tag','',0,1),
(742,733,'post_tag','',0,1),
(743,734,'post_tag','',0,1),
(744,735,'post_tag','',0,1),
(745,736,'post_tag','',0,1),
(746,737,'post_tag','',0,1),
(747,738,'post_tag','',0,1),
(748,739,'post_tag','',0,1),
(749,740,'post_tag','',0,1),
(750,741,'post_tag','',0,1),
(751,742,'post_tag','',0,1),
(752,743,'post_tag','',0,1),
(753,744,'post_tag','',0,1),
(754,745,'post_tag','',0,1),
(755,746,'post_tag','',0,1),
(756,747,'post_tag','',0,3),
(757,748,'post_tag','',0,1),
(758,749,'post_tag','',0,1),
(759,750,'post_tag','',0,1),
(760,751,'post_tag','',0,1),
(761,752,'post_tag','',0,2),
(762,753,'post_tag','',0,1),
(763,754,'post_tag','',0,1),
(764,755,'post_tag','',0,1),
(765,756,'post_tag','',0,1),
(766,757,'post_tag','',0,1),
(767,758,'post_tag','',0,1),
(768,759,'post_tag','',0,1),
(769,760,'post_tag','',0,2),
(770,761,'post_tag','',0,1),
(771,762,'post_tag','',0,1),
(772,763,'post_tag','',0,1),
(773,764,'post_tag','',0,1),
(774,765,'post_tag','',0,1),
(775,766,'post_tag','',0,1),
(776,767,'category','',0,3),
(777,768,'post_tag','',0,1),
(778,769,'post_tag','',0,1),
(779,770,'post_tag','',0,1),
(780,771,'post_tag','',0,1),
(781,772,'post_tag','',0,1),
(782,773,'post_tag','',0,1),
(783,774,'post_tag','',0,1),
(784,775,'post_tag','',0,1),
(785,776,'post_tag','',0,1),
(786,777,'post_tag','',0,1),
(787,778,'post_tag','',0,1),
(788,779,'post_tag','',0,1),
(789,780,'post_tag','',0,1),
(790,781,'post_tag','',0,2),
(791,782,'post_tag','',0,1),
(792,783,'post_tag','',0,1),
(793,784,'post_tag','',0,1),
(794,785,'post_tag','',0,1),
(795,786,'post_tag','',0,1),
(796,787,'post_tag','',0,1),
(797,788,'post_tag','',0,1),
(798,789,'post_tag','',0,1),
(799,790,'post_tag','',0,1),
(800,791,'post_tag','',0,1),
(801,792,'post_tag','',0,1),
(802,793,'post_tag','',0,1),
(803,794,'post_tag','',0,2),
(804,795,'post_tag','',0,1),
(805,796,'post_tag','',0,1),
(806,797,'post_tag','',0,1),
(807,798,'post_tag','',0,1),
(808,799,'post_tag','',0,1),
(809,800,'post_tag','',0,1),
(810,801,'post_tag','',0,1),
(811,802,'post_tag','',0,1),
(812,803,'post_tag','',0,1),
(813,804,'post_tag','',0,1),
(814,805,'post_tag','',0,1),
(815,806,'post_tag','',0,1),
(816,807,'post_tag','',0,1),
(817,808,'post_tag','',0,1),
(818,809,'post_tag','',0,1),
(819,810,'post_tag','',0,1),
(820,811,'post_tag','',0,1),
(821,812,'post_tag','',0,1),
(822,813,'post_tag','',0,1),
(823,814,'post_tag','',0,1),
(824,815,'post_tag','',0,1),
(825,816,'post_tag','',0,1),
(826,817,'post_tag','',0,1),
(827,818,'post_tag','',0,1),
(828,819,'post_tag','',0,1),
(829,820,'post_tag','',0,1),
(830,821,'post_tag','',0,1),
(831,822,'post_tag','',0,1),
(832,823,'post_tag','',0,1),
(833,824,'post_tag','',0,1),
(834,825,'post_tag','',0,1),
(835,826,'post_tag','',0,2),
(836,827,'post_tag','',0,1),
(837,828,'post_tag','',0,1),
(838,829,'post_tag','',0,1),
(839,830,'post_tag','',0,1),
(840,831,'post_tag','',0,1),
(841,832,'post_tag','',0,1),
(842,833,'post_tag','',0,2),
(843,834,'post_tag','',0,1),
(844,835,'category','',0,0),
(845,836,'category','',0,10),
(846,837,'post_tag','',0,1),
(847,838,'post_tag','',0,1),
(848,839,'post_tag','',0,1),
(849,840,'post_tag','',0,1),
(850,841,'post_tag','',0,1),
(851,842,'post_tag','',0,1),
(852,843,'post_tag','',0,1),
(853,844,'post_tag','',0,1),
(854,845,'post_tag','',0,1),
(855,846,'post_tag','',0,1),
(856,847,'post_tag','',0,1),
(857,848,'post_tag','',0,1),
(858,849,'post_tag','',0,1),
(859,850,'post_tag','',0,1),
(860,851,'post_tag','',0,1),
(861,852,'post_tag','',0,1),
(862,853,'post_tag','',0,1),
(863,854,'post_tag','',0,1),
(864,602,'category','',25,20),
(865,855,'post_tag','',0,1),
(866,856,'post_tag','',0,1),
(867,857,'post_tag','',0,1),
(868,858,'post_tag','',0,1),
(869,859,'post_tag','',0,1),
(870,860,'category','',0,2),
(871,861,'post_tag','',0,2),
(872,862,'post_tag','',0,4),
(873,863,'post_tag','',0,1),
(874,864,'post_tag','',0,4),
(875,865,'post_tag','',0,1),
(876,866,'post_tag','',0,1),
(877,867,'post_tag','',0,1),
(878,868,'post_tag','',0,1),
(879,869,'post_tag','',0,1),
(880,870,'post_tag','',0,1),
(881,871,'post_tag','',0,1),
(882,872,'post_tag','',0,1),
(883,873,'post_tag','',0,1),
(884,874,'post_tag','',0,1),
(885,875,'post_tag','',0,1),
(886,876,'post_tag','',0,1),
(887,877,'post_tag','',0,1),
(888,878,'post_tag','',0,1),
(889,879,'post_tag','',0,1),
(890,880,'post_tag','',0,1),
(891,881,'post_tag','',0,1),
(892,882,'post_tag','',0,1),
(893,883,'post_tag','',0,1),
(894,884,'post_tag','',0,1),
(895,885,'post_tag','',0,1),
(896,886,'post_tag','',0,1),
(897,887,'post_tag','',0,2),
(898,888,'post_tag','',0,1),
(899,889,'post_tag','',0,1),
(900,890,'post_tag','',0,1),
(901,891,'post_tag','',0,1),
(902,892,'post_tag','',0,1),
(903,893,'post_tag','',0,1),
(904,894,'post_tag','',0,1),
(905,895,'post_tag','',0,1),
(906,896,'post_tag','',0,1),
(907,897,'post_tag','',0,1),
(908,898,'post_tag','',0,1),
(909,899,'post_tag','',0,1),
(910,900,'post_tag','',0,1),
(911,901,'post_tag','',0,1),
(912,902,'post_tag','',0,1),
(913,903,'post_tag','',0,1),
(914,904,'post_tag','',0,1),
(915,905,'post_tag','',0,1),
(916,906,'post_tag','',0,1),
(917,907,'post_tag','',0,2),
(918,908,'post_tag','',0,1),
(919,909,'post_tag','',0,1),
(920,910,'post_tag','',0,1),
(921,911,'post_tag','',0,1),
(922,912,'post_tag','',0,1),
(923,913,'post_tag','',0,1),
(924,914,'post_tag','',0,1),
(925,915,'post_tag','',0,2),
(926,916,'post_tag','',0,1),
(927,917,'post_tag','',0,1),
(928,918,'post_tag','',0,2),
(929,919,'post_tag','',0,1),
(930,920,'post_tag','',0,2),
(931,921,'post_tag','',0,1),
(932,922,'post_tag','',0,1),
(933,923,'post_tag','',0,1),
(934,924,'post_tag','',0,1),
(935,925,'post_tag','',0,1),
(936,926,'post_tag','',0,1),
(937,927,'post_tag','',0,1),
(938,928,'post_tag','',0,1),
(939,929,'post_tag','',0,1),
(940,930,'post_tag','',0,1),
(941,931,'post_tag','',0,1),
(942,932,'post_tag','',0,1),
(943,933,'post_tag','',0,1),
(944,934,'post_tag','',0,1),
(945,935,'post_tag','',0,1),
(946,936,'post_tag','',0,1),
(947,937,'post_tag','',0,1),
(948,938,'post_tag','',0,1),
(949,939,'post_tag','',0,1),
(950,940,'post_tag','',0,1),
(951,941,'post_tag','',0,1),
(952,942,'post_tag','',0,1),
(953,943,'post_tag','',0,1),
(954,944,'post_tag','',0,1),
(955,945,'post_tag','',0,1),
(956,946,'post_tag','',0,3),
(957,947,'post_tag','',0,1),
(958,948,'post_tag','',0,1),
(959,949,'post_tag','',0,1),
(960,950,'post_tag','',0,1),
(961,951,'post_tag','',0,1),
(962,952,'post_tag','',0,1),
(963,953,'post_tag','',0,1),
(964,954,'post_tag','',0,1),
(965,955,'post_tag','',0,1),
(966,956,'post_tag','',0,1),
(967,957,'post_tag','',0,1),
(968,1414,'post_tag','',0,2),
(969,959,'post_tag','',0,1),
(970,960,'post_tag','',0,1),
(971,961,'post_tag','',0,1),
(972,962,'post_tag','',0,1),
(973,963,'post_tag','',0,1),
(974,964,'post_tag','',0,1),
(975,965,'post_tag','',0,1),
(976,966,'post_tag','',0,3),
(977,967,'post_tag','',0,1),
(978,968,'post_tag','',0,1),
(979,969,'post_tag','',0,1),
(980,970,'post_tag','',0,1),
(981,971,'post_tag','',0,1),
(982,972,'post_tag','',0,1),
(983,973,'post_tag','',0,1),
(984,974,'post_tag','',0,1),
(985,975,'post_tag','',0,1),
(986,976,'post_tag','',0,1),
(987,977,'post_tag','',0,1),
(988,978,'post_tag','',0,1),
(989,979,'post_tag','',0,1),
(990,980,'post_tag','',0,1),
(991,981,'post_tag','',0,1),
(992,982,'post_tag','',0,1),
(993,983,'post_tag','',0,1),
(994,984,'post_tag','',0,1),
(995,985,'post_tag','',0,1),
(996,986,'post_tag','',0,1),
(997,987,'post_tag','',0,1),
(998,988,'post_tag','',0,1),
(999,989,'post_tag','',0,1),
(1000,990,'post_tag','',0,1),
(1001,991,'post_tag','',0,1),
(1002,992,'post_tag','',0,1),
(1003,993,'post_tag','',0,1),
(1004,994,'post_tag','',0,1),
(1005,995,'post_tag','',0,1),
(1006,996,'post_tag','',0,1),
(1007,997,'post_tag','',0,1),
(1008,998,'post_tag','',0,1),
(1009,999,'post_tag','',0,1),
(1010,1000,'category','',0,1),
(1011,1001,'post_tag','',0,1),
(1012,1002,'post_tag','',0,1),
(1013,1003,'post_tag','',0,1),
(1014,1004,'post_tag','',0,1),
(1015,1005,'post_tag','',0,1),
(1016,1006,'post_tag','',0,1),
(1017,1007,'post_tag','',0,1),
(1018,1008,'post_tag','',0,1),
(1019,1009,'post_tag','',0,2),
(1020,1010,'post_tag','',0,1),
(1021,1011,'post_tag','',0,1),
(1022,1012,'post_tag','',0,1),
(1023,1013,'post_tag','',0,1),
(1024,1014,'post_tag','',0,1),
(1025,1015,'post_tag','',0,1),
(1026,1016,'post_tag','',0,1),
(1027,1017,'post_tag','',0,1),
(1028,1018,'post_tag','',0,1),
(1029,1019,'post_tag','',0,1),
(1030,1020,'post_tag','',0,1),
(1031,1021,'post_tag','',0,1),
(1032,1022,'post_tag','',0,1),
(1033,1023,'post_tag','',0,1),
(1034,1024,'post_tag','',0,1),
(1035,1025,'post_tag','',0,1),
(1036,1026,'post_tag','',0,1),
(1037,1027,'post_tag','',0,2),
(1038,1028,'category','',0,14),
(1039,1029,'post_tag','',0,1),
(1040,1030,'post_tag','',0,1),
(1041,1031,'post_tag','',0,1),
(1042,1032,'post_tag','',0,1),
(1043,1033,'post_tag','',0,1),
(1044,1034,'post_tag','',0,1),
(1045,1035,'post_tag','',0,1),
(1046,1036,'post_tag','',0,1),
(1047,1037,'post_tag','',0,1),
(1048,1038,'post_tag','',0,1),
(1049,1039,'post_tag','',0,1),
(1050,1040,'post_tag','',0,1),
(1051,1041,'post_tag','',0,1),
(1052,1042,'category','',0,2),
(1053,1043,'post_tag','',0,1),
(1054,1044,'post_tag','',0,1),
(1055,1045,'post_tag','',0,1),
(1056,1046,'post_tag','',0,1),
(1057,1047,'post_tag','',0,2),
(1058,1048,'post_tag','',0,2),
(1059,1049,'post_tag','',0,1),
(1060,1050,'post_tag','',0,1),
(1061,1051,'post_tag','',0,1),
(1062,1052,'post_tag','',0,1),
(1063,1053,'post_tag','',0,4),
(1064,1054,'post_tag','',0,5),
(1065,1055,'post_tag','',0,1),
(1066,1056,'post_tag','',0,1),
(1067,1057,'post_tag','',0,1),
(1068,1058,'post_tag','',0,1),
(1069,1059,'post_tag','',0,1),
(1070,1060,'category','',0,27),
(1071,1061,'post_tag','',0,1),
(1072,1062,'post_tag','',0,1),
(1073,1063,'post_tag','',0,1),
(1074,1064,'post_tag','',0,1),
(1075,1065,'post_tag','',0,1),
(1076,1066,'post_tag','',0,1),
(1077,1067,'post_tag','',0,1),
(1078,1068,'post_tag','',0,1),
(1079,1069,'post_tag','',0,1),
(1080,1070,'post_tag','',0,1),
(1081,1071,'post_tag','',0,1),
(1082,1072,'post_tag','',0,1),
(1083,1073,'post_tag','',0,1),
(1084,1074,'post_tag','',0,1),
(1085,1075,'post_tag','',0,1),
(1086,1076,'post_tag','',0,1),
(1087,1077,'post_tag','',0,1),
(1088,1078,'post_tag','',0,1),
(1089,1079,'post_tag','',0,1),
(1090,1080,'post_tag','',0,1),
(1091,1081,'post_tag','',0,1),
(1092,1082,'post_tag','',0,1),
(1093,1083,'post_tag','',0,1),
(1094,1084,'post_tag','',0,1),
(1095,1085,'post_tag','',0,1),
(1096,1086,'post_tag','',0,2),
(1097,1087,'post_tag','',0,1),
(1098,1088,'post_tag','',0,1),
(1099,1089,'post_tag','',0,1),
(1100,1090,'post_tag','',0,1),
(1101,1091,'post_tag','',0,1),
(1102,1092,'post_tag','',0,1),
(1103,1093,'post_tag','',0,1),
(1104,1094,'post_tag','',0,1),
(1105,1095,'post_tag','',0,1),
(1106,1096,'post_tag','',0,1),
(1107,1097,'post_tag','',0,1),
(1108,1098,'post_tag','',0,1),
(1109,1099,'post_tag','',0,1),
(1110,1100,'post_tag','',0,1),
(1111,1101,'post_tag','',0,1),
(1112,1102,'post_tag','',0,1),
(1113,1103,'post_tag','',0,1),
(1114,1104,'post_tag','',0,1),
(1115,1105,'post_tag','',0,1),
(1116,1106,'post_tag','',0,1),
(1117,1107,'post_tag','',0,1),
(1118,1108,'post_tag','',0,1),
(1119,1109,'post_tag','',0,1),
(1120,1110,'post_tag','',0,2),
(1121,1111,'post_tag','',0,1),
(1122,1112,'post_tag','',0,1),
(1123,1113,'post_tag','',0,1),
(1124,1114,'post_tag','',0,1),
(1125,1115,'post_tag','',0,1),
(1126,1116,'post_tag','',0,1),
(1127,1117,'post_tag','',0,1),
(1128,1118,'post_tag','',0,1),
(1129,1119,'post_tag','',0,1),
(1130,1120,'post_tag','',0,1),
(1131,1121,'post_tag','',0,1),
(1132,1122,'post_tag','',0,1),
(1133,1123,'post_tag','',0,1),
(1134,1124,'post_tag','',0,1),
(1135,1125,'post_tag','',0,1),
(1136,1126,'post_tag','',0,2),
(1137,1127,'post_tag','',0,1),
(1138,1128,'post_tag','',0,1),
(1139,1129,'post_tag','',0,1),
(1140,1130,'post_tag','',0,1),
(1141,1131,'post_tag','',0,1),
(1142,1132,'post_tag','',0,1),
(1143,1133,'post_tag','',0,1),
(1144,1134,'post_tag','',0,1),
(1145,1135,'post_tag','',0,1),
(1146,1136,'post_tag','',0,1),
(1147,1137,'post_tag','',0,1),
(1148,1138,'post_tag','',0,1),
(1149,1139,'post_tag','',0,1),
(1150,1140,'post_tag','',0,1),
(1151,1141,'post_tag','',0,1),
(1152,1142,'post_tag','',0,1),
(1153,1143,'post_tag','',0,1),
(1154,1144,'post_tag','',0,1),
(1155,1145,'post_tag','',0,2),
(1156,1146,'post_tag','',0,1),
(1157,1147,'post_tag','',0,1),
(1158,1148,'post_tag','',0,1),
(1159,1149,'post_tag','',0,1),
(1160,1150,'post_tag','',0,1),
(1161,1151,'post_tag','',0,1),
(1162,1152,'post_tag','',0,1),
(1163,1153,'post_tag','',0,1),
(1164,1154,'post_tag','',0,1),
(1165,1155,'post_tag','',0,1),
(1166,1156,'post_tag','',0,1),
(1167,1157,'post_tag','',0,1),
(1168,1158,'post_tag','',0,1),
(1169,1159,'category','',0,7),
(1170,1160,'post_tag','',0,1),
(1171,1161,'post_tag','',0,1),
(1172,1162,'post_tag','',0,1),
(1173,1163,'post_tag','',0,2),
(1174,1164,'post_tag','',0,3),
(1175,1165,'post_tag','',0,1),
(1176,1166,'post_tag','',0,1),
(1177,1167,'post_tag','',0,1),
(1178,1168,'post_tag','',0,1),
(1179,1169,'post_tag','',0,1),
(1180,1170,'post_tag','',0,1),
(1181,1171,'post_tag','',0,1),
(1182,1172,'post_tag','',0,1),
(1183,1173,'post_tag','',0,1),
(1184,1174,'post_tag','',0,1),
(1185,1175,'post_tag','',0,1),
(1186,1176,'post_tag','',0,1),
(1187,1177,'post_tag','',0,1),
(1188,1178,'post_tag','',0,1),
(1189,1179,'post_tag','',0,1),
(1190,1180,'post_tag','',0,1),
(1191,1181,'post_tag','',0,1),
(1192,1182,'post_tag','',0,1),
(1193,1183,'post_tag','',0,1),
(1194,1184,'post_tag','',0,1),
(1195,1185,'post_tag','',0,1),
(1196,1186,'post_tag','',0,1),
(1197,1187,'post_tag','',0,1),
(1198,1188,'post_tag','',0,1),
(1199,1189,'post_tag','',0,1),
(1200,1190,'post_tag','',0,2),
(1201,1191,'post_tag','',0,1),
(1202,1192,'post_tag','',0,1),
(1203,1193,'post_tag','',0,2),
(1204,1194,'post_tag','',0,1),
(1205,1195,'post_tag','',0,1),
(1206,1196,'post_tag','',0,1),
(1207,1197,'post_tag','',0,1),
(1208,1198,'post_tag','',0,2),
(1209,1199,'post_tag','',0,1),
(1210,1200,'post_tag','',0,1),
(1211,1201,'post_tag','',0,1),
(1212,1202,'post_tag','',0,1),
(1213,1203,'post_tag','',0,1),
(1214,1204,'post_tag','',0,2),
(1215,1205,'post_tag','',0,1),
(1216,1206,'post_tag','',0,1),
(1217,1207,'post_tag','',0,1),
(1218,1208,'post_tag','',0,1),
(1219,1209,'post_tag','',0,1),
(1220,1210,'post_tag','',0,1),
(1221,1211,'post_tag','',0,1),
(1222,1212,'post_tag','',0,1),
(1223,1213,'post_tag','',0,1),
(1224,1214,'post_tag','',0,1),
(1225,1215,'post_tag','',0,1),
(1226,1216,'post_tag','',0,1),
(1227,1217,'post_tag','',0,1),
(1228,1218,'post_tag','',0,1),
(1229,1219,'post_tag','',0,1),
(1230,1220,'category','',0,17),
(1231,1221,'post_tag','',0,1),
(1232,1222,'post_tag','',0,1),
(1233,1223,'post_tag','',0,1),
(1234,1224,'post_tag','',0,1),
(1235,1225,'post_tag','',0,1),
(1236,1226,'post_tag','',0,1),
(1237,1227,'category','',0,2),
(1238,1228,'post_tag','',0,1),
(1239,1229,'post_tag','',0,1),
(1240,1230,'post_tag','',0,1),
(1241,1231,'post_tag','',0,1),
(1242,1232,'post_tag','',0,1),
(1243,1233,'post_tag','',0,1),
(1244,1234,'post_tag','',0,2),
(1245,1235,'post_tag','',0,1),
(1246,1236,'post_tag','',0,1),
(1247,1237,'post_tag','',0,1),
(1248,1238,'post_tag','',0,2),
(1249,1239,'post_tag','',0,1),
(1250,1240,'post_tag','',0,1),
(1251,1241,'post_tag','',0,1),
(1252,1242,'post_tag','',0,1),
(1253,1243,'post_tag','',0,1),
(1254,1244,'post_tag','',0,1),
(1255,1245,'post_tag','',0,1),
(1256,1246,'post_tag','',0,1),
(1257,1247,'post_tag','',0,1),
(1258,1248,'post_tag','',0,1),
(1259,1249,'post_tag','',0,1),
(1260,1250,'post_tag','',0,1),
(1261,1251,'post_tag','',0,1),
(1262,1252,'post_tag','',0,1),
(1263,1253,'post_tag','',0,1),
(1264,1254,'post_tag','',0,1),
(1265,1255,'post_tag','',0,1),
(1266,958,'category','',25,3),
(1267,1256,'post_tag','',0,1),
(1268,1257,'post_tag','',0,1),
(1269,1258,'post_tag','',0,1),
(1270,1259,'post_tag','',0,1),
(1271,1260,'post_tag','',0,1),
(1272,1261,'post_tag','',0,1),
(1273,1262,'post_tag','',0,1),
(1274,1263,'post_tag','',0,1),
(1275,1264,'post_tag','',0,1),
(1276,1265,'post_tag','',0,1),
(1277,1266,'post_tag','',0,1),
(1278,1267,'post_tag','',0,1),
(1279,1268,'post_tag','',0,1),
(1280,1269,'post_tag','',0,1),
(1281,1270,'post_tag','',0,1),
(1282,1271,'post_tag','',0,1),
(1283,1272,'post_tag','',0,1),
(1284,1273,'post_tag','',0,1),
(1285,1274,'post_tag','',0,1),
(1286,1275,'post_tag','',0,1),
(1287,1276,'post_tag','',0,1),
(1288,1277,'post_tag','',0,1),
(1289,1278,'post_tag','',0,1),
(1290,1279,'post_tag','',0,1),
(1291,1280,'post_tag','',0,1),
(1292,1281,'post_tag','',0,1),
(1293,1282,'post_tag','',0,1),
(1294,1283,'post_tag','',0,1),
(1295,1284,'post_tag','',0,1),
(1296,1285,'post_tag','',0,1),
(1297,1286,'post_tag','',0,1),
(1298,1287,'category','',0,11),
(1299,1288,'post_tag','',0,1),
(1300,1289,'post_tag','',0,1),
(1301,1290,'post_tag','',0,4),
(1302,1291,'post_tag','',0,1),
(1303,1292,'post_tag','',0,1),
(1304,1293,'post_tag','',0,1),
(1305,1294,'post_tag','',0,1),
(1306,1295,'post_tag','',0,1),
(1307,1296,'post_tag','',0,1),
(1308,1297,'post_tag','',0,1),
(1309,1298,'post_tag','',0,1),
(1310,1299,'post_tag','',0,1),
(1311,1300,'post_tag','',0,1),
(1312,1301,'post_tag','',0,1),
(1313,1302,'post_tag','',0,1),
(1314,1303,'post_tag','',0,1),
(1315,1304,'post_tag','',0,1),
(1316,1305,'post_tag','',0,1),
(1317,1306,'post_tag','',0,1),
(1318,1307,'post_tag','',0,1),
(1319,1308,'post_tag','',0,1),
(1320,1309,'post_tag','',0,1),
(1321,1310,'post_tag','',0,1),
(1322,1311,'post_tag','',0,1),
(1323,1312,'post_tag','',0,1),
(1324,1313,'post_tag','',0,1),
(1325,1314,'post_tag','',0,1),
(1326,1315,'post_tag','',0,1),
(1327,1316,'post_tag','',0,1),
(1328,1317,'post_tag','',0,1),
(1329,1318,'post_tag','',0,1),
(1330,1319,'post_tag','',0,1),
(1331,1320,'post_tag','',0,1),
(1332,1321,'post_tag','',0,1),
(1333,1322,'post_tag','',0,2),
(1334,1323,'post_tag','',0,2),
(1335,1324,'post_tag','',0,1),
(1336,1325,'post_tag','',0,1),
(1337,1326,'post_tag','',0,1),
(1338,1327,'post_tag','',0,1),
(1339,1328,'post_tag','',0,1),
(1340,1329,'post_tag','',0,1),
(1341,1330,'post_tag','',0,1),
(1342,1331,'post_tag','',0,1),
(1343,1332,'post_tag','',0,1),
(1344,1333,'post_tag','',0,1),
(1345,1334,'post_tag','',0,1),
(1346,1335,'post_tag','',0,1),
(1347,1336,'post_tag','',0,1),
(1348,1337,'post_tag','',0,1),
(1349,1338,'post_tag','',0,1),
(1350,1339,'post_tag','',0,1),
(1351,1340,'post_tag','',0,1),
(1352,1341,'post_tag','',0,1),
(1353,1342,'post_tag','',0,1),
(1354,1343,'post_tag','',0,1),
(1355,1344,'post_tag','',0,1),
(1356,1345,'post_tag','',0,1),
(1357,1346,'post_tag','',0,1),
(1358,1347,'post_tag','',0,1),
(1359,1348,'post_tag','',0,2),
(1360,1349,'post_tag','',0,1),
(1361,1350,'post_tag','',0,1),
(1362,1351,'post_tag','',0,2),
(1363,1352,'post_tag','',0,1),
(1364,1353,'post_tag','',0,1),
(1365,1354,'post_tag','',0,1),
(1366,1355,'post_tag','',0,1),
(1367,1356,'post_tag','',0,1),
(1368,1357,'post_tag','',0,1),
(1369,1358,'post_tag','',0,1),
(1370,1359,'post_tag','',0,1),
(1371,1360,'post_tag','',0,3),
(1372,1361,'post_tag','',0,1),
(1373,1362,'post_tag','',0,1),
(1374,1363,'post_tag','',0,1),
(1375,1364,'post_tag','',0,1),
(1376,1365,'post_tag','',0,1),
(1377,1366,'post_tag','',0,1),
(1378,1367,'post_tag','',0,3),
(1379,1368,'post_tag','',0,1),
(1380,1369,'post_tag','',0,1),
(1381,1370,'post_tag','',0,1),
(1382,1371,'post_tag','',0,1),
(1383,1372,'post_tag','',0,1),
(1384,1373,'post_tag','',0,1),
(1385,1374,'post_tag','',0,1),
(1386,1375,'post_tag','',0,1),
(1387,1376,'post_tag','',0,1),
(1388,1377,'post_tag','',0,1),
(1389,1378,'post_tag','',0,1),
(1390,1379,'post_tag','',0,1),
(1391,1380,'post_tag','',0,1),
(1392,1381,'post_tag','',0,1),
(1393,1382,'post_tag','',0,1),
(1394,1383,'post_tag','',0,1),
(1395,1384,'post_tag','',0,1),
(1396,1385,'post_tag','',0,1),
(1397,1386,'post_tag','',0,1),
(1398,1387,'post_tag','',0,1),
(1399,1388,'post_tag','',0,1),
(1400,1389,'post_tag','',0,1),
(1401,1390,'post_tag','',0,1),
(1402,1391,'post_tag','',0,1),
(1403,1392,'post_tag','',0,1),
(1404,1393,'post_tag','',0,1),
(1405,1394,'post_tag','',0,1),
(1406,1395,'post_tag','',0,1),
(1407,1396,'post_tag','',0,1),
(1408,1397,'post_tag','',0,1),
(1409,1398,'post_tag','',0,1),
(1410,1399,'post_tag','',0,1),
(1411,1400,'post_tag','',0,1),
(1412,1401,'post_tag','',0,1),
(1413,1402,'post_tag','',0,1),
(1414,1403,'post_tag','',0,1),
(1415,1415,'post_tag','',0,1),
(1416,1416,'post_tag','',0,1),
(1417,1417,'post_tag','',0,1),
(1418,1418,'post_tag','',0,1),
(1419,1419,'post_tag','',0,1),
(1420,1420,'post_tag','',0,1),
(1421,1421,'post_tag','',0,1),
(1422,1422,'post_tag','',0,1),
(1423,1423,'post_tag','',0,1),
(1424,1424,'post_tag','',0,1),
(1425,1425,'post_tag','',0,1),
(1426,1426,'post_tag','',0,1),
(1427,1427,'post_tag','',0,1),
(1428,1428,'post_tag','',0,1),
(1429,1429,'post_tag','',0,1),
(1430,1430,'post_tag','',0,1),
(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,1),
(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,'category','',0,2),
(1448,1448,'post_tag','',0,1),
(1449,1449,'post_tag','',0,1),
(1450,1450,'post_tag','',0,1),
(1451,1451,'post_tag','',0,2),
(1452,1452,'post_tag','',0,1),
(1453,1453,'post_tag','',0,1),
(1454,1454,'post_tag','',0,1),
(1455,1455,'post_tag','',0,1),
(1456,1456,'post_tag','',0,1),
(1457,1457,'post_tag','',0,1),
(1458,1458,'post_tag','',0,1),
(1459,1459,'category','',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,1),
(1464,1464,'post_tag','',0,1),
(1465,1465,'post_tag','',0,1),
(1466,1466,'post_tag','',0,1),
(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,'category','',0,2),
(1474,1474,'post_tag','',0,2),
(1475,1475,'post_tag','',0,1),
(1476,1476,'post_tag','',0,1),
(1477,1477,'post_tag','',0,1),
(1478,1478,'post_tag','',0,1),
(1479,1479,'post_tag','',0,1),
(1480,1480,'post_tag','',0,1),
(1481,1481,'post_tag','',0,1),
(1482,1482,'post_tag','',0,1),
(1483,1483,'category','',0,1),
(1484,1484,'category','',0,1),
(1485,1485,'post_tag','',0,1),
(1486,1486,'post_tag','',0,1),
(1487,1487,'post_tag','',0,1),
(1488,1488,'post_tag','',0,1),
(1489,1489,'post_tag','',0,1);
/*!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 = utf8mb4 */;
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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1490 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'Blogroll','blogroll',0),
(3,'Main Menu','main-menu',0),
(4,'Portfolio','portfolio',0),
(5,'advertising','advertising',0),
(6,'Blogs','blogs',0),
(7,'branding','branding',0),
(8,'Communication','communication',0),
(9,'Corporate communication','corporate-communication',0),
(10,'Design','design',0),
(11,'Good writing','good-writing',0),
(12,'Logos','logos',0),
(13,'Marketing','marketing',0),
(14,'Networking','networking',0),
(15,'New Media','new-media',0),
(16,'Nonprofit communications','nonprofit-communications',0),
(17,'Packaging','packaging',0),
(18,'personal marketing','personal-marketing',0),
(19,'Political communication','political-communication',0),
(20,'Political marketing','political-marketing',0),
(21,'Print media','print-media',0),
(22,'Promotional products/Ad Specialties','promotional-productsad-specialties',0),
(23,'Public Relations','public-relations',0),
(24,'Radio','radio',0),
(25,'social media','social-media',0),
(26,'Web 2.0','web-20',0),
(27,'Websites','websites',0),
(28,'Writing','writing',0),
(29,'\"on the record\"','on-the-record',0),
(30,'2009 marcomm hits','2009-marcomm-hits',0),
(31,'2009 marcomm misses','2009-marcomm-misses',0),
(32,'60 Minutes story on Three Cups of Tea','60-minutes-story-on-three-cups-of-tea',0),
(33,'AAA offers','aaa-offers',0),
(34,'ABC','abc',0),
(35,'ABC print circulation study','abc-print-circulation-study',0),
(36,'about pages','about-pages',0),
(37,'ad effectiveness','ad-effectiveness',0),
(38,'adapt to the online world','adapt-to-the-online-world',0),
(39,'Add new tag','add-new-tag',0),
(40,'Adrian Fenty','adrian-fenty',0),
(41,'advertising and customer service','advertising-and-customer-service',0),
(42,'advertising and operations','advertising-and-operations',0),
(43,'advertorials','advertorials',0),
(44,'AIDA','aida',0),
(45,'AIDA theory','aida-theory',0),
(46,'AIG','aig',0),
(47,'airline advertising','airline-advertising',0),
(48,'Airline marketing','airline-marketing',0),
(49,'alchemy salon','alchemy-salon',0),
(50,'alienating customers','alienating-customers',0),
(51,'alienating supporters','alienating-supporters',0),
(52,'Amazon seller program','amazon-seller-program',0),
(53,'American Airlines','american-airlines',0),
(54,'Americana','americana',0),
(55,'Amy Webb','amy-webb',0),
(56,'annoying radio ads','annoying-radio-ads',0),
(57,'anti-obesity campaigns','anti-obesity-campaigns',0),
(58,'appearance','appearance',0),
(59,'appropriate behavior on social networks','appropriate-behavior-on-social-networks',0),
(60,'appropriate marketing communications language','appropriate-marketing-communications-language',0),
(61,'APR','apr',0),
(62,'are marketing effort paying off','are-marketing-effort-paying-off',0),
(63,'arrogance on the Internet','arrogance-on-the-internet',0),
(64,'art of storytelling','art-of-storytelling',0),
(65,'assisting public','assisting-public',0),
(66,'assumptions in communication','assumptions-in-communication',0),
(67,'audi advertising','audi-advertising',0),
(68,'audi progress insert','audi-progress-insert',0),
(69,'audience segmentation','audience-segmentation',0),
(70,'auto insurance advertising','auto-insurance-advertising',0),
(71,'avoid alienating customers','avoid-alienating-customers',0),
(72,'avoid jargon','avoid-jargon',0),
(73,'avoiding jargon','avoiding-jargon',0),
(74,'b-to-b messaging','b-to-b-messaging',0),
(75,'bad editing example','bad-editing-example',0),
(76,'bad habits','bad-habits',0),
(77,'bad manners','bad-manners',0),
(78,'bad marketing practices','bad-marketing-practices',0),
(79,'bad personal marketing','bad-personal-marketing',0),
(80,'bad products','bad-products',0),
(81,'bank advertising','bank-advertising',0),
(82,'Barack Obama Web','barack-obama-web',0),
(83,'being civil','being-civil',0),
(84,'being nice in business','being-nice-in-business',0),
(85,'being personal','being-personal',0),
(86,'being ready for business','being-ready-for-business',0),
(87,'better communication','better-communication',0),
(88,'better retail information','better-retail-information',0),
(89,'blog action day','blog-action-day',0),
(90,'blog readers','blog-readers',0),
(91,'Blogging','blogging',0),
(92,'blogging mistakes','blogging-mistakes',0),
(93,'Bob McDonnell','bob-mcdonnell',0),
(94,'book marketing','book-marketing',0),
(95,'bottled water and waste','bottled-water-and-waste',0),
(96,'brand','brand',0),
(97,'brand equity','brand-equity',0),
(98,'brand extension','brand-extension',0),
(99,'brand personality','brand-personality',0),
(100,'brand promise','brand-promise',0),
(101,'brochures alone don\'t sell enough','brochures-alone-dont-sell-enough',0),
(102,'Budweiser','budweiser',0),
(103,'bullying customers','bullying-customers',0),
(104,'BurellesLuce','burellesluce',0),
(105,'Burger King advertising','burger-king-advertising',0),
(106,'Bush and Decision Points','bush-and-decision-points',0),
(107,'business cards','business-cards',0),
(108,'business cards dos and don\'ts','business-cards-dos-and-donts',0),
(109,'business image','business-image',0),
(110,'c-suite and social media','c-suite-and-social-media',0),
(111,'California Tortilla direct marketing','california-tortilla-direct-marketing',0),
(112,'CalTort marketing','caltort-marketing',0),
(113,'capitals','capitals',0),
(114,'Celebrex commercial','celebrex-commercial',0),
(115,'celebrity spokespeople','celebrity-spokespeople',0),
(116,'Center for Plain Language','center-for-plain-language',0),
(117,'Change','change',0),
(118,'change marketing course','change-marketing-course',0),
(119,'changes in','changes-in',0),
(120,'changes in magazines','changes-in-magazines',0),
(121,'changes in newspapers','changes-in-newspapers',0),
(122,'characteristics of a PR practitioner','characteristics-of-a-pr-practitioner',0),
(123,'Charlie Gibson','charlie-gibson',0),
(124,'checking your website and blog links','checking-your-website-and-blog-links',0),
(125,'Christiane Amanpour and This Week','christiane-amanpour-and-this-week',0),
(126,'church advertsing','church-advertsing',0),
(127,'Citibank marketing','citibank-marketing',0),
(128,'clear communications','clear-communications',0),
(129,'clever headlines','clever-headlines',0),
(130,'Clinique discontinued makeup','clinique-discontinued-makeup',0),
(131,'Clinique Gone but not Forgotten Program','clinique-gone-but-not-forgotten-program',0),
(132,'Clinique marketing fail','clinique-marketing-fail',0),
(133,'Comcast ads','comcast-ads',0),
(134,'Comcast advertising','comcast-advertising',0),
(135,'Comcast customer service','comcast-customer-service',0),
(136,'commentary on social media experts','commentary-on-social-media-experts',0),
(137,'communicating with GenY','communicating-with-geny',0),
(138,'communication during crises','communication-during-crises',0),
(139,'communications advice','communications-advice',0),
(140,'communications and product relationship','communications-and-product-relationship',0),
(141,'communications hierarchy','communications-hierarchy',0),
(142,'communications misfires','communications-misfires',0),
(143,'competitive advertising','competitive-advertising',0),
(144,'complicated communications','complicated-communications',0),
(145,'connecting with people on social media','connecting-with-people-on-social-media',0),
(146,'Consistency in marketing','consistency-in-marketing',0),
(147,'contingency plans','contingency-plans',0),
(148,'cosmetics marketing','cosmetics-marketing',0),
(149,'creating positive perceptions','creating-positive-perceptions',0),
(150,'creatingexpectations','creatingexpectations',0),
(151,'credit reports','credit-reports',0),
(152,'crisis communications','crisis-communications',0),
(153,'crisis communications and leadership','crisis-communications-and-leadership',0),
(154,'crisis management','crisis-management',0),
(155,'culture in communications','culture-in-communications',0),
(156,'customer appreciation','customer-appreciation',0),
(157,'customer communication','customer-communication',0),
(158,'customer communications','customer-communications',0),
(159,'customer feedback','customer-feedback',0),
(160,'customer service','customer-service',0),
(161,'customer service and marketing','customer-service-and-marketing',0),
(162,'Daria Steigman','daria-steigman',0),
(163,'David Klinger letter to Washington Post','david-klinger-letter-to-washington-post',0),
(164,'DC mayoral race','dc-mayoral-race',0),
(165,'DCJCC','dcjcc',0),
(166,'dealing with the public','dealing-with-the-public',0),
(167,'death of newspapers','death-of-newspapers',0),
(168,'death of print media','death-of-print-media',0),
(169,'declines in print advertising','declines-in-print-advertising',0),
(170,'deliberately misleading customers through marketing','deliberately-misleading-customers-through-marketing',0),
(171,'Delicious shut down','delicious-shut-down',0),
(172,'delivery of message','delivery-of-message',0),
(173,'Dell customer service','dell-customer-service',0),
(174,'Diane Sawyer','diane-sawyer',0),
(175,'different offers from one service provider','different-offers-from-one-service-provider',0),
(176,'direct mail','direct-mail',0),
(177,'DIY theme','diy-theme',0),
(178,'drought in Australia','drought-in-australia',0),
(179,'E&amp;P to shut down','ep-to-shut-down',0),
(180,'eat street','eat-street',0),
(181,'echo chamber and social media','echo-chamber-and-social-media',0),
(182,'economic situation impact on advertising','economic-situation-impact-on-advertising',0),
(183,'Editor &amp; Publisher','editor-publisher',0),
(184,'effective cover letters','effective-cover-letters',0),
(185,'effectiveness of pay walls','effectiveness-of-pay-walls',0),
(186,'email marketing','email-marketing',0),
(187,'emmy commerical nominees','emmy-commerical-nominees',0),
(188,'emotional appeal of brands','emotional-appeal-of-brands',0),
(189,'enewsletter effectiveness','enewsletter-effectiveness',0),
(190,'enewsletters','enewsletters',0),
(191,'engagement and social media','engagement-and-social-media',0),
(192,'English','english',0),
(193,'Estee Lauder','estee-lauder',0),
(194,'event management','event-management',0),
(195,'event planning','event-planning',0),
(196,'event planning and timing','event-planning-and-timing',0),
(197,'expletives','expletives',0),
(198,'f8','f8',0),
(199,'Facebook','facebook',0),
(200,'Facebook and privacy','facebook-and-privacy',0),
(201,'Facebook public relations','facebook-public-relations',0),
(202,'Facebook redesign','facebook-redesign',0),
(203,'faulty publicity','faulty-publicity',0),
(204,'FDIC insured','fdic-insured',0),
(205,'Federal Diary','federal-diary',0),
(206,'feedback','feedback',0),
(207,'feedback in communications','feedback-in-communications',0),
(208,'feedback in marketing','feedback-in-marketing',0),
(209,'fewer readers for newspapers','fewer-readers-for-newspapers',0),
(210,'FIOS advertising','fios-advertising',0),
(211,'first impressions','first-impressions',0),
(212,'follow up','follow-up',0),
(213,'following up after networking','following-up-after-networking',0),
(214,'food trucks and marketing','food-trucks-and-marketing',0),
(215,'format changes','format-changes',0),
(216,'freecreditreport.com','freecreditreportcom',0),
(217,'future of print','future-of-print',0),
(218,'Geico','geico',0),
(219,'gender in news','gender-in-news',0),
(220,'Generation Y','generation-y',0),
(221,'generational divide','generational-divide',0),
(222,'GenY','geny',0),
(223,'GenY voters','geny-voters',0),
(224,'getting a job in marketing','getting-a-job-in-marketing',0),
(225,'getting more blog readers','getting-more-blog-readers',0),
(226,'getting more followers','getting-more-followers',0),
(227,'getting more readers','getting-more-readers',0),
(228,'Giant','giant',0),
(229,'Giant Supermarkets','giant-supermarkets',0),
(230,'giving advice','giving-advice',0),
(231,'giving marketing advice','giving-marketing-advice',0),
(232,'good communications skills','good-communications-skills',0),
(233,'good grammar','good-grammar',0),
(234,'good manners','good-manners',0),
(235,'good website','good-website',0),
(236,'good websites','good-websites',0),
(237,'government budget negotiations','government-budget-negotiations',0),
(238,'grammar','grammar',0),
(239,'grammar girl','grammar-girl',0),
(240,'grammatical mistakes','grammatical-mistakes',0),
(241,'Greatest Movie Ever Sold','greatest-movie-ever-sold',0),
(242,'Green Buzz Agency','green-buzz-agency',0),
(243,'Green Buzz Agency blog','green-buzz-agency-blog',0),
(244,'Green tea buzz','green-tea-buzz',0),
(245,'Greg Mortenson','greg-mortenson',0),
(246,'Groupon in marketing','groupon-in-marketing',0),
(247,'Helen Thomas antisemite','helen-thomas-antisemite',0),
(248,'hiding important information','hiding-important-information',0),
(249,'hitting the mark with marketing efforts','hitting-the-mark-with-marketing-efforts',0),
(250,'Holiday Inn Stay Smart campaign','holiday-inn-stay-smart-campaign',0),
(251,'holiday marketing','holiday-marketing',0),
(252,'hotel marketing','hotel-marketing',0),
(253,'how not to get twitter followers','how-not-to-get-twitter-followers',0),
(254,'how not to market','how-not-to-market',0),
(255,'how not to use capitals','how-not-to-use-capitals',0),
(256,'how social are you?','how-social-are-you',0),
(257,'how to get twitter followers','how-to-get-twitter-followers',0),
(258,'how to improve marketing communications','how-to-improve-marketing-communications',0),
(259,'how to judge a website','how-to-judge-a-website',0),
(260,'how to leave a bad impression','how-to-leave-a-bad-impression',0),
(261,'how to make customers dislike your company','how-to-make-customers-dislike-your-company',0),
(262,'how to sell','how-to-sell',0),
(263,'how you are perceived','how-you-are-perceived',0),
(264,'ideas for advertising specialties','ideas-for-advertising-specialties',0),
(265,'image','image',0),
(266,'importance of a website in marketing','importance-of-a-website-in-marketing',0),
(267,'importance of connecting in person','importance-of-connecting-in-person',0),
(268,'importance of design in communication','importance-of-design-in-communication',0),
(269,'importance of editing','importance-of-editing',0),
(270,'importance of message in politics','importance-of-message-in-politics',0),
(271,'importance of packaging design','importance-of-packaging-design',0),
(272,'importance of perception','importance-of-perception',0),
(273,'importance of profile picture','importance-of-profile-picture',0),
(274,'importance of proper English usage','importance-of-proper-english-usage',0),
(275,'importance of text','importance-of-text',0),
(276,'importance of websites','importance-of-websites',0),
(277,'importance of writing well','importance-of-writing-well',0),
(278,'important of networks','important-of-networks',0),
(279,'improve email marketing','improve-email-marketing',0),
(280,'in flight ads','in-flight-ads',0),
(281,'InBev','inbev',0),
(282,'inbound marketing','inbound-marketing',0),
(283,'information to include','information-to-include',0),
(284,'information to include on a website','information-to-include-on-a-website',0),
(285,'ING Direct','ing-direct',0),
(286,'integrated marketing communications','integrated-marketing-communications',0),
(287,'interest stimulates sales','interest-stimulates-sales',0),
(288,'internet use among americans','internet-use-among-americans',0),
(289,'Iran elections','iran-elections',0),
(290,'Iraq war','iraq-war',0),
(291,'irrelevant ads','irrelevant-ads',0),
(292,'irrelevant blogs','irrelevant-blogs',0),
(293,'irrelevant marketing','irrelevant-marketing',0),
(294,'irrelevant products','irrelevant-products',0),
(295,'irrelevant websites','irrelevant-websites',0),
(296,'is your website working for you?','is-your-website-working-for-you',0),
(297,'IT and social media','it-and-social-media',0),
(298,'jargon','jargon',0),
(299,'jargon in marketing','jargon-in-marketing',0),
(300,'Jay Carney','jay-carney',0),
(301,'Jay Leno Show','jay-leno-show',0),
(302,'JetBlue marketing','jetblue-marketing',0),
(303,'JetBlue unlimited pass','jetblue-unlimited-pass',0),
(304,'Jitterbug Cellphones','jitterbug-cellphones',0),
(305,'John Boehner\'s crying','john-boehners-crying',0),
(306,'John McCain web','john-mccain-web',0),
(307,'Johna Burke','johna-burke',0),
(308,'Johnson\'s soft lotion','johnsons-soft-lotion',0),
(309,'Joseph Jaffe Adweek','joseph-jaffe-adweek',0),
(310,'judging anchors by gender','judging-anchors-by-gender',0),
(311,'Julie &amp; Julia','julie-julia',0),
(312,'junk mail','junk-mail',0),
(313,'Kate Perrin','kate-perrin',0),
(314,'key marketing question','key-marketing-question',0),
(315,'keyword lists','keyword-lists',0),
(316,'keywords','keywords',0),
(317,'know your product','know-your-product',0),
(318,'Komen Race for the Cure rebranding','komen-race-for-the-cure-rebranding',0),
(319,'Laura Bush','laura-bush',0),
(320,'lawn signs','lawn-signs',0),
(321,'leadership and communications','leadership-and-communications',0),
(322,'limits of social media','limits-of-social-media',0),
(323,'Linked','linked',0),
(324,'linkedin profile','linkedin-profile',0),
(325,'logo redesign','logo-redesign',0),
(326,'magic bullet','magic-bullet',0),
(327,'magic bullet in marketing','magic-bullet-in-marketing',0),
(328,'making a bad impression','making-a-bad-impression',0),
(329,'making marketing assumptions','making-marketing-assumptions',0),
(330,'Malcolm Gladwell','malcolm-gladwell',0),
(331,'manners','manners',0),
(332,'Mark Zuckerberg','mark-zuckerberg',0),
(333,'markeing and expectations','markeing-and-expectations',0),
(334,'marketing and bullying','marketing-and-bullying',0),
(335,'marketing and Foursquare','marketing-and-foursquare',0),
(336,'marketing and geo-location services','marketing-and-geo-location-services',0),
(337,'marketing and movies','marketing-and-movies',0),
(338,'marketing and trust','marketing-and-trust',0),
(339,'marketing and Yellow Pages','marketing-and-yellow-pages',0),
(340,'marketing budget','marketing-budget',0),
(341,'marketing collateral','marketing-collateral',0),
(342,'marketing communications','marketing-communications',0),
(343,'marketing communications trends 2009','marketing-communications-trends-2009',0),
(344,'marketing essentials','marketing-essentials',0),
(345,'marketing in a competitive market','marketing-in-a-competitive-market',0),
(346,'marketing in a tough economy','marketing-in-a-tough-economy',0),
(347,'marketing insight','marketing-insight',0),
(348,'marketing lessons','marketing-lessons',0),
(349,'marketing lessons from facebook','marketing-lessons-from-facebook',0),
(350,'marketing mateirals','marketing-mateirals',0),
(351,'marketing materials','marketing-materials',0),
(352,'marketing must-haves','marketing-must-haves',0),
(353,'marketing obesity','marketing-obesity',0),
(354,'marketing of associations','marketing-of-associations',0),
(355,'marketing plans','marketing-plans',0),
(356,'Marketing resisting change','marketing-resisting-change',0),
(357,'marketing resolutions for 2011','marketing-resolutions-for-2011',0),
(358,'marketing strategy','marketing-strategy',0),
(359,'marketing strategy and social media','marketing-strategy-and-social-media',0),
(360,'marketing tactics','marketing-tactics',0),
(361,'marketing teases','marketing-teases',0),
(362,'marketing that doesn\'t work','marketing-that-doesnt-work',0),
(363,'marketing that makes noise but fails to accomplish anything','marketing-that-makes-noise-but-fails-to-accomplish-anything',0),
(364,'marketing that works','marketing-that-works',0),
(365,'marketing too early','marketing-too-early',0),
(366,'mass communications','mass-communications',0),
(367,'mass media','mass-media',0),
(368,'MBA','mba',0),
(369,'McCain','mccain',0),
(370,'McCain ads','mccain-ads',0),
(371,'McCain attack ads','mccain-attack-ads',0),
(372,'McCann\'s Irish Oatmeal packaging design','mccanns-irish-oatmeal-packaging-design',0),
(373,'McDonald\'s quality correspondents program','mcdonalds-quality-correspondents-program',0),
(374,'MD','md',0),
(375,'media buying','media-buying',0),
(376,'media gaffes','media-gaffes',0),
(377,'media is the message','media-is-the-message',0),
(378,'media reflecting public interest','media-reflecting-public-interest',0),
(379,'medical and drug ads','medical-and-drug-ads',0),
(380,'medium is the message','medium-is-the-message',0),
(381,'meeting expectations','meeting-expectations',0),
(382,'Michele Lerner','michele-lerner',0),
(383,'microsoft advertising','microsoft-advertising',0),
(384,'mignon fogarty','mignon-fogarty',0),
(385,'Mike Aubrey','mike-aubrey',0),
(386,'Milton Glaser','milton-glaser',0),
(387,'minimum social media presence','minimum-social-media-presence',0),
(388,'Morgan Spurlock','morgan-spurlock',0),
(389,'Morgan Spurlock and Ban','morgan-spurlock-and-ban',0),
(390,'most hated company in US','most-hated-company-in-us',0),
(391,'movie priciing','movie-priciing',0),
(392,'movies for marketers','movies-for-marketers',0),
(393,'MPS','mps',0),
(394,'multiple advertising campaigns','multiple-advertising-campaigns',0),
(395,'name of product and marketing','name-of-product-and-marketing',0),
(396,'National Grammar Day','national-grammar-day',0),
(397,'nazi propaganda exhibit','nazi-propaganda-exhibit',0),
(398,'NBC programming','nbc-programming',0),
(399,'need for salespeople','need-for-salespeople',0),
(400,'negative advertising','negative-advertising',0),
(401,'Netflix','netflix',0),
(402,'Netflix changes in service','netflix-changes-in-service',0),
(403,'netflix price changes','netflix-price-changes',0),
(404,'NetZero','netzero',0),
(405,'New labels for old products','new-labels-for-old-products',0),
(406,'new marketing tactics','new-marketing-tactics',0),
(407,'new Microsoft ads','new-microsoft-ads',0),
(408,'new product introductions','new-product-introductions',0),
(409,'New White House Press Secretary','new-white-house-press-secretary',0),
(410,'New York Times digital subscription','new-york-times-digital-subscription',0),
(411,'News media and the public','news-media-and-the-public',0),
(412,'newspaper','newspaper',0),
(413,'newspapers','newspapers',0),
(414,'nonprofit communications','nonprofit-communications-2',0),
(415,'nonprofits and geo-location','nonprofits-and-geo-location',0),
(416,'nonverbal communications','nonverbal-communications',0),
(417,'number one marketing tip','number-one-marketing-tip',0),
(418,'Obama','obama',0),
(419,'Obama ads','obama-ads',0),
(420,'Obama and communication','obama-and-communication',0),
(421,'Obama and teleprompter','obama-and-teleprompter',0),
(422,'Obama economy ad','obama-economy-ad',0),
(423,'Obama website','obama-website',0),
(424,'offer in marketing','offer-in-marketing',0),
(425,'old school marketing','old-school-marketing',0),
(426,'old school PR','old-school-pr',0),
(427,'online interactions','online-interactions',0),
(428,'online reputations','online-reputations',0),
(429,'online skills','online-skills',0),
(430,'Oprah Effect','oprah-effect',0),
(431,'Outliers','outliers',0),
(432,'over-the-top advertising','over-the-top-advertising',0),
(433,'Palin and blood libel','palin-and-blood-libel',0),
(434,'Palin-Biden debate','palin-biden-debate',0),
(435,'pepco','pepco',0),
(436,'Pepco and excuses','pepco-and-excuses',0),
(437,'Pepco and marketing','pepco-and-marketing',0),
(438,'Pepco and reliability','pepco-and-reliability',0),
(439,'Pepco image','pepco-image',0),
(440,'Pepco\'s brand','pepcos-brand',0),
(441,'percentage of e-reader users','percentage-of-e-reader-users',0),
(442,'percentage of smart phone users','percentage-of-smart-phone-users',0),
(443,'perception','perception',0),
(444,'personal appearance and marketing','personal-appearance-and-marketing',0),
(445,'personal branding','personal-branding',0),
(446,'personal interactions','personal-interactions',0),
(447,'personal marekting','personal-marekting',0),
(448,'personal marketing goals for 2010','personal-marketing-goals-for-2010',0),
(449,'personality in politics','personality-in-politics',0),
(450,'pet peeves in communications','pet-peeves-in-communications',0),
(451,'PhD','phd',0),
(452,'photos on social media','photos-on-social-media',0),
(453,'politica ads','politica-ads',0),
(454,'political ads','political-ads',0),
(455,'political advertising','political-advertising',0),
(456,'political commentary','political-commentary',0),
(457,'political speech','political-speech',0),
(458,'political spin','political-spin',0),
(459,'political websites','political-websites',0),
(460,'poorly thought out government websites','poorly-thought-out-government-websites',0),
(461,'Pope Benedict and holocaust denial','pope-benedict-and-holocaust-denial',0),
(462,'positive reviews and sales','positive-reviews-and-sales',0),
(463,'power of advertising','power-of-advertising',0),
(464,'Prescriptives','prescriptives',0),
(465,'price in marketing','price-in-marketing',0),
(466,'price is crucial information','price-is-crucial-information',0),
(467,'pricing information','pricing-information',0),
(468,'pricing strategy','pricing-strategy',0),
(469,'print advertising','print-advertising',0),
(470,'print vs online','print-vs-online',0),
(471,'privacy concerns on Facebook','privacy-concerns-on-facebook',0),
(472,'private labels','private-labels',0),
(473,'problems with USPS delivery','problems-with-usps-delivery',0),
(474,'product versus marketing','product-versus-marketing',0),
(475,'profanities','profanities',0),
(476,'promises in advertising','promises-in-advertising',0),
(477,'promises in marketing','promises-in-marketing',0),
(478,'PromoCorp','promocorp',0),
(479,'promotional products','promotional-products',0),
(480,'Promotional Products Association','promotional-products-association',0),
(481,'propaganda','propaganda',0),
(482,'proper spelling','proper-spelling',0),
(483,'PSAs','psas',0),
(484,'public perception','public-perception',0),
(485,'public relations and reviews','public-relations-and-reviews',0),
(486,'public relations know-how','public-relations-know-how',0),
(487,'public relations practioners','public-relations-practioners',0),
(488,'publicizing an event','publicizing-an-event',0),
(489,'QR codes','qr-codes',0),
(490,'QR codes in advertising','qr-codes-in-advertising',0),
(491,'qualities of PR people','qualities-of-pr-people',0),
(492,'Quizno\'s vs. Subway','quiznos-vs-subway',0),
(493,'radio advertisigng','radio-advertisigng',0),
(494,'radio advertising','radio-advertising',0),
(495,'re-branding','re-branding',0),
(496,'reaching out','reaching-out',0),
(497,'Real Estate Intervention','real-estate-intervention',0),
(498,'rebranding','rebranding',0),
(499,'redesigned packaging','redesigned-packaging',0),
(500,'reinventing existing brands','reinventing-existing-brands',0),
(501,'religious advertising','religious-advertising',0),
(502,'renaming','renaming',0),
(503,'repetion and frequency in advertising','repetion-and-frequency-in-advertising',0),
(504,'representatives','representatives',0),
(505,'reputation','reputation',0),
(506,'respect in marketing','respect-in-marketing',0),
(507,'responding to social cues','responding-to-social-cues',0),
(508,'Robert Gibbs','robert-gibbs',0),
(509,'robo-calls','robo-calls',0),
(510,'robocalls','robocalls',0),
(511,'Salonpas commercial','salonpas-commercial',0),
(512,'Salonpas slogan','salonpas-slogan',0),
(513,'Saly Falkow','saly-falkow',0),
(514,'Sarah Palin demagogue','sarah-palin-demagogue',0),
(515,'saving money as a USP','saving-money-as-a-usp',0),
(516,'Scott McClellan','scott-mcclellan',0),
(517,'Sean McColl','sean-mccoll',0),
(518,'Seattle Post Intelligencer online','seattle-post-intelligencer-online',0),
(519,'self-promotion','self-promotion',0),
(520,'sexist Super Bowl ads','sexist-super-bowl-ads',0),
(521,'sharing buttons','sharing-buttons',0),
(522,'sharing buttons for social media','sharing-buttons-for-social-media',0),
(523,'sharing content easily','sharing-content-easily',0),
(524,'shelter magazines','shelter-magazines',0),
(525,'should my company be on social media?','should-my-company-be-on-social-media',0),
(526,'signs','signs',0),
(527,'simple ads','simple-ads',0),
(528,'simple talk','simple-talk',0),
(529,'Sleepy\'s','sleepys',0),
(530,'Sleepy\'s customer service','sleepys-customer-service',0),
(531,'slogans','slogans',0),
(532,'Smucker\'s','smuckers',0),
(533,'Snow communication','snow-communication',0),
(534,'social cues','social-cues',0),
(535,'social media addiction','social-media-addiction',0),
(536,'social media advice','social-media-advice',0),
(537,'social media and marketing','social-media-and-marketing',0),
(538,'social media as communications channel','social-media-as-communications-channel',0),
(539,'social media dependence','social-media-dependence',0),
(540,'social media for customer service','social-media-for-customer-service',0),
(541,'social media for marketing','social-media-for-marketing',0),
(542,'Social media in PR','social-media-in-pr',0),
(543,'social media irritants','social-media-irritants',0),
(544,'social media mentions','social-media-mentions',0),
(545,'social media part of marketing mix','social-media-part-of-marketing-mix',0),
(546,'social media pet peeves','social-media-pet-peeves',0),
(547,'social media quiz','social-media-quiz',0),
(548,'social media success','social-media-success',0),
(549,'social networking','social-networking',0),
(550,'social networks','social-networks',0),
(551,'solutions to marketing problems','solutions-to-marketing-problems',0),
(552,'Southwest','southwest',0),
(553,'Spanish tu vs usted','spanish-tu-vs-usted',0),
(554,'speaking to your target audience','speaking-to-your-target-audience',0),
(555,'specializing is key in marketing','specializing-is-key-in-marketing',0),
(556,'speeches','speeches',0),
(557,'speechwriting','speechwriting',0),
(558,'Stanley McChrystal and Rolling Stone','stanley-mcchrystal-and-rolling-stone',0),
(559,'store brands','store-brands',0),
(560,'store closing signs','store-closing-signs',0),
(561,'storytelling in marketing','storytelling-in-marketing',0),
(562,'stuck in marketing rut','stuck-in-marketing-rut',0),
(563,'stumbling blocks','stumbling-blocks',0),
(564,'successful events and meetings','successful-events-and-meetings',0),
(565,'Super Bowl ads','super-bowl-ads',0),
(566,'Super Bowl advertising','super-bowl-advertising',0),
(567,'supermarket marketing','supermarket-marketing',0),
(568,'Susan G Komen Global Race for the Cure','susan-g-komen-global-race-for-the-cure',0),
(569,'Susan G Komen Race for the Cure','susan-g-komen-race-for-the-cure',0),
(570,'taca airlines','taca-airlines',0),
(571,'tactic','tactic',0),
(572,'tactics vs. strategies','tactics-vs-strategies',0),
(573,'tag lines','tag-lines',0),
(574,'target audiences','target-audiences',0),
(575,'targeted marketing','targeted-marketing',0),
(576,'teaser rates','teaser-rates',0),
(577,'tech trends','tech-trends',0),
(578,'techonlogy and communications','techonlogy-and-communications',0),
(579,'techonlogy and marketing','techonlogy-and-marketing',0),
(580,'techonlogy and social media','techonlogy-and-social-media',0),
(581,'thank you','thank-you',0),
(582,'the four ps','the-four-ps',0),
(583,'the social media echo chamber','the-social-media-echo-chamber',0),
(584,'The Tipping Point','the-tipping-point',0),
(585,'things to avoid when giving a speech','things-to-avoid-when-giving-a-speech',0),
(586,'Tim Russert','tim-russert',0),
(587,'timing in communications','timing-in-communications',0),
(588,'timing of communications','timing-of-communications',0),
(589,'timing of marketing campaigns','timing-of-marketing-campaigns',0),
(590,'tips for giving a speech','tips-for-giving-a-speech',0),
(591,'titles','titles',0),
(592,'tobacco advertising','tobacco-advertising',0),
(593,'too much marketing','too-much-marketing',0),
(594,'top tips for cover letter','top-tips-for-cover-letter',0),
(595,'tourism slogans','tourism-slogans',0),
(596,'Toyota communication','toyota-communication',0),
(597,'tracking and responding','tracking-and-responding',0),
(598,'traditional media','traditional-media',0),
(599,'transparency in marketing','transparency-in-marketing',0),
(600,'Trolling blogs','trolling-blogs',0),
(601,'truth in advertising','truth-in-advertising',0),
(602,'Twitter','twitter',0),
(603,'twitter influence measurement tools','twitter-influence-measurement-tools',0),
(604,'Twitter popularity contest','twitter-popularity-contest',0),
(605,'twitter profile','twitter-profile',0),
(606,'unclear marketing materials','unclear-marketing-materials',0),
(607,'United Airlines baggage fees','united-airlines-baggage-fees',0),
(608,'Unsuck-It','unsuck-it',0),
(609,'UPS Logistics Campaign','ups-logistics-campaign',0),
(610,'useful about pages','useful-about-pages',0),
(611,'useless marketing','useless-marketing',0),
(612,'using LinkedIn for personal marketing','using-linkedin-for-personal-marketing',0),
(613,'using promotional products in a marketing campaign','using-promotional-products-in-a-marketing-campaign',0),
(614,'using social media excessively','using-social-media-excessively',0),
(615,'using Wikipedia in marketing','using-wikipedia-in-marketing',0),
(616,'USP','usp',0),
(617,'USPS','usps',0),
(618,'USPS fuel surcharge ad campaign','usps-fuel-surcharge-ad-campaign',0),
(619,'USPS tag line','usps-tag-line',0),
(620,'vacuous definition','vacuous-definition',0),
(621,'Vatican PR','vatican-pr',0),
(622,'Verizon','verizon',0),
(623,'Verizon advertising','verizon-advertising',0),
(624,'Verizon F','verizon-f',0),
(625,'Verizon FIOS marketing','verizon-fios-marketing',0),
(626,'Verizon marketing','verizon-marketing',0),
(627,'Vince Grey','vince-grey',0),
(628,'Virginia\'s Confederate proclamation','virginias-confederate-proclamation',0),
(629,'virtual reality','virtual-reality',0),
(630,'Washington Post','washington-post',0),
(631,'Washington Post alienating subscribers','washington-post-alienating-subscribers',0),
(632,'Washingtonpost.com','washingtonpost-com',0),
(633,'water','water',0),
(634,'web irritants','web-irritants',0),
(635,'web links','web-links',0),
(636,'web pet peeves','web-pet-peeves',0),
(637,'Webbmedia','webbmedia',0),
(638,'website basics','website-basics',0),
(639,'website information','website-information',0),
(640,'website value','website-value',0),
(641,'what a website should contain','what-a-website-should-contain',0),
(642,'what is the right price','what-is-the-right-price',0),
(643,'what makes a bad impression','what-makes-a-bad-impression',0),
(644,'what makes ads succeed','what-makes-ads-succeed',0),
(645,'what marketing can and can\'t do','what-marketing-can-and-cant-do',0),
(646,'what should a website contain','what-should-a-website-contain',0),
(647,'what should be in the about us','what-should-be-in-the-about-us',0),
(648,'what should be on an about page','what-should-be-on-an-about-page',0),
(649,'What\'s Next DC','whats-next-dc',0),
(650,'when to capitalize words','when-to-capitalize-words',0),
(651,'when to send invitations','when-to-send-invitations',0),
(652,'Whitehouse.gov','whitehousegov',0),
(653,'Whopper Virgins campaign','whopper-virgins-campaign',0),
(654,'why the democrats lost','why-the-democrats-lost',0),
(655,'why unfollow','why-unfollow',0),
(656,'Wikipedia','wikipedia',0),
(657,'Wikipedia promotion','wikipedia-promotion',0),
(658,'wise marketing','wise-marketing',0),
(659,'WJLA','wjla',0),
(660,'word of mouth','word-of-mouth',0),
(661,'word of the day','word-of-the-day',0),
(662,'words matter','words-matter',0),
(663,'WOTD','wotd',0),
(664,'writing and pr','writing-and-pr',0),
(665,'writing for your audience','writing-for-your-audience',0),
(666,'writing mistakes','writing-mistakes',0),
(667,'WWPR','wwpr',0),
(668,'Your Tech Service Team','your-tech-service-team',0),
(669,'change to caffeinated views','change-to-caffeinated-views',0),
(670,'communicating with internal audiences','communicating-with-internal-audiences',0),
(671,'finding vendors','finding-vendors',0),
(672,'how to use twitter','how-to-use-twitter',0),
(673,'how to use twitter better','how-to-use-twitter-better',0),
(674,'importance of Linkedin in marketing','importance-of-linkedin-in-marketing',0),
(675,'internal communications','internal-communications',0),
(676,'internal communications programs','internal-communications-programs',0),
(677,'marketing tips','marketing-tips',0),
(678,'measuring ROE of social media','measuring-roe-of-social-media',0),
(679,'measuring ROI of social media','measuring-roi-of-social-media',0),
(680,'mediatemple customer service','mediatemple-customer-service',0),
(681,'networking ROI','networking-roi',0),
(682,'nordstrom customer service','nordstrom-customer-service',0),
(683,'past performance as marketing','past-performance-as-marketing',0),
(684,'red lobster advertising','red-lobster-advertising',0),
(685,'red lobster tagline','red-lobster-tagline',0),
(686,'roe of social media','roe-of-social-media',0),
(687,'roi of social media','roi-of-social-media',0),
(688,'salonpas advertising','salonpas-advertising',0),
(689,'salonpas tagline','salonpas-tagline',0),
(690,'social media is two-way communication','social-media-is-two-way-communication',0),
(691,'taglines','taglines',0),
(692,'Twitter tips','twitter-tips',0),
(693,'value of social media use','value-of-social-media-use',0),
(694,'what information to include in internal communications','what-information-to-include-in-internal-communications',0),
(695,'word of mouth marketing','word-of-mouth-marketing',0),
(696,'facts in marketing','facts-in-marketing',0),
(697,'newpapers','newpapers',0),
(698,'newspapers dying','newspapers-dying',0),
(699,'what is next for newspapers','what-is-next-for-newspapers',0),
(700,'improve your Twitter stream','improve-your-twitter-stream',0),
(701,'what makes people read emails','what-makes-people-read-emails',0),
(702,'customers and marketing','customers-and-marketing',0),
(703,'importance of customer surveys','importance-of-customer-surveys',0),
(704,'Facebook marketing for small business','facebook-marketing-for-small-business',0),
(705,'Facebook redesign and small business','facebook-redesign-and-small-business',0),
(706,'importance of strategy in communications','importance-of-strategy-in-communications',0),
(707,'importance of creativity in communications','importance-of-creativity-in-communications',0),
(708,'handling communications','handling-communications',0),
(709,'hire outside help for communications','hire-outside-help-for-communications',0),
(710,'when to hire outside communications help','when-to-hire-outside-communications-help',0),
(711,'losing ability to communicate','losing-ability-to-communicate',0),
(712,'real communication','real-communication',0),
(713,'communication and connection','communication-and-connection',0),
(714,'social media and communication','social-media-and-communication',0),
(715,'key to elevator pitches','key-to-elevator-pitches',0),
(716,'the key to any pitch','the-key-to-any-pitch',0),
(717,'the importance of clarity in communication','the-importance-of-clarity-in-communication',0),
(718,'netflix and communication','netflix-and-communication',0),
(719,'connection in communication','connection-in-communication',0),
(720,'headlines','headlines',0),
(721,'importance of headlines','importance-of-headlines',0),
(722,'goodwill','goodwill',0),
(723,'creating goodwill','creating-goodwill',0),
(724,'goodwill and marketing','goodwill-and-marketing',0),
(725,'goodwill and sales','goodwill-and-sales',0),
(726,'communications and bank fees','communications-and-bank-fees',0),
(727,'bank of america debit card fees','bank-of-america-debit-card-fees',0),
(728,'messaging the day after your campaign','messaging-the-day-after-your-campaign',0),
(729,'leadership and communication','leadership-and-communication',0),
(730,'Joe Paterno not a leader','joe-paterno-not-a-leader',0),
(731,'Rick Perry and leadership','rick-perry-and-leadership',0),
(732,'Gloria Cain defending Hermain Cain','gloria-cain-defending-hermain-cain',0),
(733,'importance of source in communications','importance-of-source-in-communications',0),
(734,'sources and news','sources-and-news',0),
(735,'information printed retail brochures should include','information-printed-retail-brochures-should-include',0),
(736,'elements of successful invitations','elements-of-successful-invitations',0),
(737,'Grover Norquist and marketing','grover-norquist-and-marketing',0),
(738,'Grover Norquist on 60 Minutes','grover-norquist-on-60-minutes',0),
(739,'GOP brand','gop-brand',0),
(740,'improving your communications','improving-your-communications',0),
(741,'make a good impression','make-a-good-impression',0),
(742,'how not to sell','how-not-to-sell',0),
(743,'improving communications','improving-communications',0),
(744,'how much to spend on marketing','how-much-to-spend-on-marketing',0),
(745,'measuring marketing results','measuring-marketing-results',0),
(746,'Facebook and marketing','facebook-and-marketing',0),
(747,'social media marketing','social-media-marketing',0),
(748,'using social media for marketing','using-social-media-for-marketing',0),
(749,'how to market on social media','how-to-market-on-social-media',0),
(750,'living up to your brand promise','living-up-to-your-brand-promise',0),
(751,'how to create effective marketing','how-to-create-effective-marketing',0),
(752,'how to create effective communications','how-to-create-effective-communications',0),
(753,'communications basics','communications-basics',0),
(754,'editorial versus advertising. Total Wine column in the Post','editorial-versus-advertising-total-wine-column-in-the-post',0),
(755,'effective marketing messages','effective-marketing-messages',0),
(756,'marketing communications lists','marketing-communications-lists',0),
(757,'communications wishes','communications-wishes',0),
(758,'Marketing lessons from the Iowa Caucus','marketing-lessons-from-the-iowa-caucus',0),
(759,'political advertising works','political-advertising-works',0),
(760,'importance of thank you','importance-of-thank-you',0),
(761,'thank you and marketing','thank-you-and-marketing',0),
(762,'sending season\'s greetings and marketing','sending-seasons-greetings-and-marketing',0),
(763,'testing assumptions in marketing','testing-assumptions-in-marketing',0),
(764,'communications and assumptions','communications-and-assumptions',0),
(765,'test your strategies','test-your-strategies',0),
(766,'why writing is on the decline','why-writing-is-on-the-decline',0),
(767,'Crisis communication','crisis-communication',0),
(768,'reading and communications','reading-and-communications',0),
(769,'Costa Concordia crisis communication','costa-concordia-crisis-communication',0),
(770,'how to find vendors','how-to-find-vendors',0),
(771,'importance of grahics in marketing','importance-of-grahics-in-marketing',0),
(772,'importance of content in marketing','importance-of-content-in-marketing',0),
(773,'content and visuals','content-and-visuals',0),
(774,'sexism in advertising','sexism-in-advertising',0),
(775,'racism in advertising','racism-in-advertising',0),
(776,'Facebook and birthdays','facebook-and-birthdays',0),
(777,'downside of Facebook','downside-of-facebook',0),
(778,'pandering and politics','pandering-and-politics',0),
(779,'why pandering is not good marketing','why-pandering-is-not-good-marketing',0),
(780,'website failures','website-failures',0),
(781,'personality and communications','personality-and-communications',0),
(782,'attitude and communications','attitude-and-communications',0),
(783,'ego and communications','ego-and-communications',0),
(784,'importance of market research','importance-of-market-research',0),
(785,'Komen communications','komen-communications',0),
(786,'Komen and Planned Parenthood','komen-and-planned-parenthood',0),
(787,'Eugene Robinson op ed','eugene-robinson-op-ed',0),
(788,'Romney and message','romney-and-message',0),
(789,'Importance of positive message','importance-of-positive-message',0),
(790,'why you should have sharing buttons','why-you-should-have-sharing-buttons',0),
(791,'ATT wireless marketing','att-wireless-marketing',0),
(792,'ATT marketing','att-marketing',0),
(793,'special offers that don\'t work','special-offers-that-dont-work',0),
(794,'Piratz Tavern rebranding','piratz-tavern-rebranding',0),
(795,'Bar Rescue','bar-rescue',0),
(796,'rebranding gone wrong','rebranding-gone-wrong',0),
(797,'Oscars','oscars',0),
(798,'Academy Awards','academy-awards',0),
(799,'marketing to get good employees','marketing-to-get-good-employees',0),
(800,'marketing and hiring','marketing-and-hiring',0),
(801,'restaurants need pzzazz','restaurants-need-pzzazz',0),
(802,'homonyms','homonyms',0),
(803,'misuse of homonyms','misuse-of-homonyms',0),
(804,'importance of trust marketing','importance-of-trust-marketing',0),
(805,'trusting online contacts','trusting-online-contacts',0),
(806,'trust but verify','trust-but-verify',0),
(807,'Trust movie','trust-movie',0),
(808,'communications failures','communications-failures',0),
(809,'marketing timelines','marketing-timelines',0),
(810,'how to build a marketing timeline','how-to-build-a-marketing-timeline',0),
(811,'Piratz Tavern Silver Spirng','piratz-tavern-silver-spirng',0),
(812,'Pirazt Tavern rebranding','pirazt-tavern-rebranding',0),
(813,'social media marketing mistakes','social-media-marketing-mistakes',0),
(814,'social sharing tools','social-sharing-tools',0),
(815,'checking @ mentions on Twitter','checking-mentions-on-twitter',0),
(816,'customer loyalty','customer-loyalty',0),
(817,'rewarding customer loyalty','rewarding-customer-loyalty',0),
(818,'customer loyalty and marketing','customer-loyalty-and-marketing',0),
(819,'storytelling','storytelling',0),
(820,'how to improve your storytelling','how-to-improve-your-storytelling',0),
(821,'storytelling tips','storytelling-tips',0),
(822,'pop up ads on websites','pop-up-ads-on-websites',0),
(823,'sign ups','sign-ups',0),
(824,'breaking trust','breaking-trust',0),
(825,'importance of trust in communications','importance-of-trust-in-communications',0),
(826,'special offers','special-offers',0),
(827,'make sure it is special','make-sure-it-is-special',0),
(828,'cursing in public','cursing-in-public',0),
(829,'cursing in communications','cursing-in-communications',0),
(830,'using swear words in advertising','using-swear-words-in-advertising',0),
(831,'narcissism in social media','narcissism-in-social-media',0),
(832,'self-promotion on Twitter','self-promotion-on-twitter',0),
(833,'target audience','target-audience',0),
(834,'language and communication','language-and-communication',0),
(835,'Publicity','publicity',0),
(836,'Event marketing','event-marketing',0),
(837,'the importance of event planning','the-importance-of-event-planning',0),
(838,'focus on the audience','focus-on-the-audience',0),
(839,'how to emcee an event','how-to-emcee-an-event',0),
(840,'merketing lessons','merketing-lessons',0),
(841,'how to market effectively','how-to-market-effectively',0),
(842,'advertising mix','advertising-mix',0),
(843,'should you market exclusively on social media','should-you-market-exclusively-on-social-media',0),
(844,'updating your website','updating-your-website',0),
(845,'what should be up to date on your website','what-should-be-up-to-date-on-your-website',0),
(846,'privacy on websites','privacy-on-websites',0),
(847,'how much information to require','how-much-information-to-require',0),
(848,'barrier to entry on websites','barrier-to-entry-on-websites',0),
(849,'key messages','key-messages',0),
(850,'ideology and key messages','ideology-and-key-messages',0),
(851,'when facts don\'t add up','when-facts-dont-add-up',0),
(852,'McDonnell and Romney campaign','mcdonnell-and-romney-campaign',0),
(853,'ubiquitous words','ubiquitous-words',0),
(854,'boom used in commercials','boom-used-in-commercials',0),
(855,'choosing the right media','choosing-the-right-media',0),
(856,'how to choose media','how-to-choose-media',0),
(857,'is the medium the message?','is-the-medium-the-message',0),
(858,'Marshall McLuhan','marshall-mcluhan',0),
(859,'obnoxious behavior on Twitter','obnoxious-behavior-on-twitter',0),
(860,'Training','training',0),
(861,'blogging workshop in DC','blogging-workshop-in-dc',0),
(862,'blogging workshop','blogging-workshop',0),
(863,'Pepco\'s reliability ad campaign','pepcos-reliability-ad-campaign',0),
(864,'Pepco advertising','pepco-advertising',0),
(865,'Derecho and power companies','derecho-and-power-companies',0),
(866,'Dominion advertising','dominion-advertising',0),
(867,'Pepco versus Dominion','pepco-versus-dominion',0),
(868,'Pepco and public relations','pepco-and-public-relations',0),
(869,'Pepco\'s image','pepcos-image',0),
(870,'Pepco bashes its customers','pepco-bashes-its-customers',0),
(871,'Pepco\'s communication strategy','pepcos-communication-strategy',0),
(872,'making blogging easy','making-blogging-easy',0),
(873,'personality traits that affect communications','personality-traits-that-affect-communications',0),
(874,'arrogance and communications','arrogance-and-communications',0),
(875,'narcissism and communications','narcissism-and-communications',0),
(876,'strategy in social media','strategy-in-social-media',0),
(877,'using social media tools strategically','using-social-media-tools-strategically',0),
(878,'Hollis Thomases','hollis-thomases',0),
(879,'Social Media Club DC','social-media-club-dc',0),
(880,'destination marketing','destination-marketing',0),
(881,'Hagerstown MD','hagerstown-md',0),
(882,'marketing and customer experience','marketing-and-customer-experience',0),
(883,'getting customer feedback','getting-customer-feedback',0),
(884,'Pepco response to derecho storm','pepco-response-to-derecho-storm',0),
(885,'Pepco messaging','pepco-messaging',0),
(886,'Pepco direct mail','pepco-direct-mail',0),
(887,'Pepco communications','pepco-communications',0),
(888,'asking for communications help','asking-for-communications-help',0),
(889,'signs that you need communications help','signs-that-you-need-communications-help',0),
(890,'Paul Ryan\'s speech to RNC','paul-ryans-speech-to-rnc',0),
(891,'Paul Ryan lies','paul-ryan-lies',0),
(892,'Midnight Express','midnight-express',0),
(893,'cultural sensitivity in communications','cultural-sensitivity-in-communications',0),
(894,'importance of language in communications','importance-of-language-in-communications',0),
(895,'ranconteurs','ranconteurs',0),
(896,'reprobrates','reprobrates',0),
(897,'recycling content','recycling-content',0),
(898,'patient communications','patient-communications',0),
(899,'handling patient communications','handling-patient-communications',0),
(900,'updating website information','updating-website-information',0),
(901,'ADWKDC','adwkdc',0),
(902,'advertising week dc','advertising-week-dc',0),
(903,'fostering creativity','fostering-creativity',0),
(904,'advertising and creativity','advertising-and-creativity',0),
(905,'should you sell on social networks','should-you-sell-on-social-networks',0),
(906,'is selling on social networks effective','is-selling-on-social-networks-effective',0),
(907,'ATT customer service','att-customer-service',0),
(908,'Netflix customer service','netflix-customer-service',0),
(909,'Delta customer surveys','delta-customer-surveys',0),
(910,'importance of graphic design','importance-of-graphic-design',0),
(911,'design matters in communications','design-matters-in-communications',0),
(912,'Salmon Fishing in the Yemen and PR','salmon-fishing-in-the-yemen-and-pr',0),
(913,'the character of Patricial Maxwell','the-character-of-patricial-maxwell',0),
(914,'authenticity and social media','authenticity-and-social-media',0),
(915,'authenticity in communication','authenticity-in-communication',0),
(916,'dwindling event attendance','dwindling-event-attendance',0),
(917,'how to get more people at events','how-to-get-more-people-at-events',0),
(918,'event publicity','event-publicity',0),
(919,'event timing','event-timing',0),
(920,'WordPress','wordpress',0),
(921,'Word Camp','word-camp',0),
(922,'Word Camp Philly','word-camp-philly',0),
(923,'WordPress plugins','wordpress-plugins',0),
(924,'presidential campaign advertising','presidential-campaign-advertising',0),
(925,'Hurricane Sandy communications tips','hurricane-sandy-communications-tips',0),
(926,'communicating during disaster','communicating-during-disaster',0),
(927,'communication don\'ts','communication-donts',0),
(928,'Pepco response to Hurricane Sandy','pepco-response-to-hurricane-sandy',0),
(929,'blogging frequency','blogging-frequency',0),
(930,'importance of frequency and blogs','importance-of-frequency-and-blogs',0),
(931,'checklist','checklist',0),
(932,'items to double check','items-to-double-check',0),
(933,'items to check on marketing materials','items-to-check-on-marketing-materials',0),
(934,'merry christmas or happy holidays','merry-christmas-or-happy-holidays',0),
(935,'exclusionary communications','exclusionary-communications',0),
(936,'inclusive communications','inclusive-communications',0),
(937,'DVR and advertising','dvr-and-advertising',0),
(938,'how much time to spend social media marketing','how-much-time-to-spend-social-media-marketing',0),
(939,'social media marketing best practices','social-media-marketing-best-practices',0),
(940,'networking dos and don\'ts','networking-dos-and-donts',0),
(941,'unethical marketing practices','unethical-marketing-practices',0),
(942,'telemarketers','telemarketers',0),
(943,'dealing with haters and trolls','dealing-with-haters-and-trolls',0),
(944,'communications lessons 2012','communications-lessons-2012',0),
(945,'marketing lessons 2012','marketing-lessons-2012',0),
(946,'content strategy','content-strategy',0),
(947,'scheduled tweets','scheduled-tweets',0),
(948,'carpet ad','carpet-ad',0),
(949,'bad USP','bad-usp',0),
(950,'volunteers in communications','volunteers-in-communications',0),
(951,'role of volunteers at nonprofits','role-of-volunteers-at-nonprofits',0),
(952,'tagline','tagline',0),
(953,'importance of a good tagline','importance-of-a-good-tagline',0),
(954,'memorable taglines','memorable-taglines',0),
(955,'focus groups in marketing','focus-groups-in-marketing',0),
(956,'advisory boards in marketing','advisory-boards-in-marketing',0),
(957,'checking your communications','checking-your-communications',0),
(958,'LinkedIn','linkedin',0),
(959,'quality of network','quality-of-network',0),
(960,'business networking goals','business-networking-goals',0),
(961,'fact checking','fact-checking',0),
(962,'fact check','fact-check',0),
(963,'importance of fact checking','importance-of-fact-checking',0),
(964,'media and truth','media-and-truth',0),
(965,'using Twitter effectively','using-twitter-effectively',0),
(966,'how to blog','how-to-blog',0),
(967,'blog writing workshop','blog-writing-workshop',0),
(968,'price as a usp','price-as-a-usp',0),
(969,'importance of quality in marketing','importance-of-quality-in-marketing',0),
(970,'importance of price in marketing','importance-of-price-in-marketing',0),
(971,'cars.com campaign','cars-com-campaign',0),
(972,'Pepco and the Super Bowl','pepco-and-the-super-bowl',0),
(973,'overcoming negative perceptions','overcoming-negative-perceptions',0),
(974,'Blog tips','blog-tips',0),
(975,'Bates Creative Group','bates-creative-group',0),
(976,'working with experts','working-with-experts',0),
(977,'why you need experts','why-you-need-experts',0),
(978,'how to hire an expert','how-to-hire-an-expert',0),
(979,'marketing makeover','marketing-makeover',0),
(980,'communications refresh','communications-refresh',0),
(981,'pop culture','pop-culture',0),
(982,'cultural literacy','cultural-literacy',0),
(983,'cultural references in communications','cultural-references-in-communications',0),
(984,'why you should blog','why-you-should-blog',0),
(985,'communications strategy','communications-strategy',0),
(986,'communication planning','communication-planning',0),
(987,'Lost Boys of Sudan','lost-boys-of-sudan',0),
(988,'cultural communication','cultural-communication',0),
(989,'advertising planning','advertising-planning',0),
(990,'communications tactics','communications-tactics',0),
(991,'Goole Reader alternatives','goole-reader-alternatives',0),
(992,'RSS readers','rss-readers',0),
(993,'is free really free?','is-free-really-free',0),
(994,'solicity online reviews','solicity-online-reviews',0),
(995,'poisitive reviews','poisitive-reviews',0),
(996,'how to get customer feedback','how-to-get-customer-feedback',0),
(997,'social media intelligence','social-media-intelligence',0),
(998,'social media responses to Boston Marathon tragedy','social-media-responses-to-boston-marathon-tragedy',0),
(999,'Emotional intelligence online','emotional-intelligence-online',0),
(1000,'Workshops','workshops',0),
(1001,'learn to blog in DC','learn-to-blog-in-dc',0),
(1002,'learn to blog in VA','learn-to-blog-in-va',0),
(1003,'business cards and marketing','business-cards-and-marketing',0),
(1004,'reasons people don\'t blog','reasons-people-dont-blog',0),
(1005,'why people don\'t blog','why-people-dont-blog',0),
(1006,'call to action','call-to-action',0),
(1007,'common writing mistakes','common-writing-mistakes',0),
(1008,'why you need an editor','why-you-need-an-editor',0),
(1009,'effective communications','effective-communications',0),
(1010,'what makes effective communications','what-makes-effective-communications',0),
(1011,'blogs and tone of voice','blogs-and-tone-of-voice',0),
(1012,'what tone to use on blogs','what-tone-to-use-on-blogs',0),
(1013,'business mistakes','business-mistakes',0),
(1014,'how to lose business','how-to-lose-business',0),
(1015,'bad websites','bad-websites',0),
(1016,'sharing tools','sharing-tools',0),
(1017,'what is a good sharing tool for blog','what-is-a-good-sharing-tool-for-blog',0),
(1018,'specific ask in marketing','specific-ask-in-marketing',0),
(1019,'how to get refrerrals','how-to-get-refrerrals',0),
(1020,'how to write a contact email','how-to-write-a-contact-email',0),
(1021,'making contact with vendors','making-contact-with-vendors',0),
(1022,'using the word new','using-the-word-new',0),
(1023,'using the word breaking','using-the-word-breaking',0),
(1024,'when is something news','when-is-something-news',0),
(1025,'contact emails','contact-emails',0),
(1026,'too little information','too-little-information',0),
(1027,'customer experience and marketing','customer-experience-and-marketing',0),
(1028,'Content marketing','content-marketing',0),
(1029,'PRSA NCC','prsa-ncc',0),
(1030,'content marketing keys\'','content-marketing-keys',0),
(1031,'Twitter failure','twitter-failure',0),
(1032,'how companies should use twitter','how-companies-should-use-twitter',0),
(1033,'holiday inn express marketing','holiday-inn-express-marketing',0),
(1034,'how to create special offers','how-to-create-special-offers',0),
(1035,'special offers in marketing','special-offers-in-marketing',0),
(1036,'Sephora ad','sephora-ad',0),
(1037,'why you can\'t rely on spell check','why-you-cant-rely-on-spell-check',0),
(1038,'LinkedIn annoying behavior','linkedin-annoying-behavior',0),
(1039,'Uber','uber',0),
(1040,'differentiating your business','differentiating-your-business',0),
(1041,'importance of brand promise','importance-of-brand-promise',0),
(1042,'Public speaking','public-speaking',0),
(1043,'tips for organizations hosting speakers','tips-for-organizations-hosting-speakers',0),
(1044,'preparing a speaker','preparing-a-speaker',0),
(1045,'being social on social media','being-social-on-social-media',0),
(1046,'tips for editing your own writing','tips-for-editing-your-own-writing',0),
(1047,'editing','editing',0),
(1048,'clear writing','clear-writing',0),
(1049,'White House Black Market customer service','white-house-black-market-customer-service',0),
(1050,'marketing versus customer service','marketing-versus-customer-service',0),
(1051,'reinforcing marketing messages','reinforcing-marketing-messages',0),
(1052,'Usability','usability',0),
(1053,'UX','ux',0),
(1054,'user experience','user-experience',0),
(1055,'making websites better','making-websites-better',0),
(1056,'No movie','no-movie',0),
(1057,'Google Reader\'s demise','google-readers-demise',0),
(1058,'Feedly','feedly',0),
(1059,'blog feeds','blog-feeds',0),
(1060,'Email marketing','email-marketing-2',0),
(1061,'email mistakes','email-mistakes',0),
(1062,'what to check before sending email','what-to-check-before-sending-email',0),
(1063,'self-monitor','self-monitor',0),
(1064,'monitor your communications','monitor-your-communications',0),
(1065,'wordpress camp','wordpress-camp',0),
(1066,'wordpress camp baltimore','wordpress-camp-baltimore',0),
(1067,'improving SEO for blogs','improving-seo-for-blogs',0),
(1068,'podcasting for blogs','podcasting-for-blogs',0),
(1069,'content marketing tips','content-marketing-tips',0),
(1070,'blog maintenance tips','blog-maintenance-tips',0),
(1071,'blogging tips','blogging-tips',0),
(1072,'search engine optimization and marketing','search-engine-optimization-and-marketing',0),
(1073,'SEO and marketing','seo-and-marketing',0),
(1074,'search engine personalization','search-engine-personalization',0),
(1075,'great articles for bloggers','great-articles-for-bloggers',0),
(1076,'standing out from the competition','standing-out-from-the-competition',0),
(1077,'how restaurants differentiate','how-restaurants-differentiate',0),
(1078,'having a point of differentiation','having-a-point-of-differentiation',0),
(1079,'Starbucks petition against shutdown','starbucks-petition-against-shutdown',0),
(1080,'Starbucks political advertising','starbucks-political-advertising',0),
(1081,'when to launch your website','when-to-launch-your-website',0),
(1082,'positioning your blog','positioning-your-blog',0),
(1083,'customer communications budgeting','customer-communications-budgeting',0),
(1084,'what not to include in your blog','what-not-to-include-in-your-blog',0),
(1085,'blog don\'ts','blog-donts',0),
(1086,'blogging workshop dc','blogging-workshop-dc',0),
(1087,'attributes of a great blog','attributes-of-a-great-blog',0),
(1088,'having goals for your blog','having-goals-for-your-blog',0),
(1089,'measuring blog success','measuring-blog-success',0),
(1090,'Cuccinelli','cuccinelli',0),
(1091,'likeabilty in elections','likeabilty-in-elections',0),
(1092,'messaging and information overload','messaging-and-information-overload',0),
(1093,'effects of too much information','effects-of-too-much-information',0),
(1094,'scanning news','scanning-news',0),
(1095,'how we read news','how-we-read-news',0),
(1096,'Thanksgiving post','thanksgiving-post',0),
(1097,'editorial style guide','editorial-style-guide',0),
(1098,'why have a style guide','why-have-a-style-guide',0),
(1099,'60 Minutes','60-minutes',0),
(1100,'60 Minutes story on NSA','60-minutes-story-on-nsa',0),
(1101,'communications lessons from 2013','communications-lessons-from-2013',0),
(1102,'how to get your goals and resolutions accomplished','how-to-get-your-goals-and-resolutions-accomplished',0),
(1103,'how to get people to read your blog','how-to-get-people-to-read-your-blog',0),
(1104,'starting a communicatins project','starting-a-communicatins-project',0),
(1105,'importance of customer retention','importance-of-customer-retention',0),
(1106,'information websites must have','information-websites-must-have',0),
(1107,'too much information','too-much-information',0),
(1108,'how to handle excess information','how-to-handle-excess-information',0),
(1109,'importance of details','importance-of-details',0),
(1110,'event marketing','event-marketing-2',0),
(1111,'how to start blogging','how-to-start-blogging',0),
(1112,'interpersonal communication','interpersonal-communication',0),
(1113,'How to comment on social media','how-to-comment-on-social-media',0),
(1114,'responding on social media','responding-on-social-media',0),
(1115,'National Reading Month','national-reading-month',0),
(1116,'Twitter management tools','twitter-management-tools',0),
(1117,'engagement on Twitter','engagement-on-twitter',0),
(1118,'sexist commercials','sexist-commercials',0),
(1119,'losing blog readers','losing-blog-readers',0),
(1120,'Feedly failure','feedly-failure',0),
(1121,'blog likeability','blog-likeability',0),
(1122,'boost likeability','boost-likeability',0),
(1123,'networking tips','networking-tips',0),
(1124,'about us page','about-us-page',0),
(1125,'choosing social networks for marketing','choosing-social-networks-for-marketing',0),
(1126,'event planning tips','event-planning-tips',0),
(1127,'event promotion tips','event-promotion-tips',0),
(1128,'importance of calendars','importance-of-calendars',0),
(1129,'blog burnout','blog-burnout',0),
(1130,'lack of blog ideas','lack-of-blog-ideas',0),
(1131,'blogger\'s block','bloggers-block',0),
(1132,'headlines and content','headlines-and-content',0),
(1133,'teaching social media','teaching-social-media',0),
(1134,'social media tips','social-media-tips',0),
(1135,'basis of storytelling','basis-of-storytelling',0),
(1136,'basic questions for communicators','basic-questions-for-communicators',0),
(1137,'getting Twitter followers','getting-twitter-followers',0),
(1138,'communications professional development','communications-professional-development',0),
(1139,'self-awareness','self-awareness',0),
(1140,'personality traits in communications','personality-traits-in-communications',0),
(1141,'Biz Stone Twitter advice','biz-stone-twitter-advice',0),
(1142,'how to behave on Twitter','how-to-behave-on-twitter',0),
(1143,'bad pitch letters','bad-pitch-letters',0),
(1144,'WordPress as CMS','wordpress-as-cms',0),
(1145,'value of blogging','value-of-blogging',0),
(1146,'power of blogging','power-of-blogging',0),
(1147,'blogs help you get found','blogs-help-you-get-found',0),
(1148,'what to do when feedly goes down','what-to-do-when-feedly-goes-down',0),
(1149,'publicizing blog content','publicizing-blog-content',0),
(1150,'chamber of commerce membership trends','chamber-of-commerce-membership-trends',0),
(1151,'chambers of commerce losing members','chambers-of-commerce-losing-members',0),
(1152,'smart marketing','smart-marketing',0),
(1153,'customized messages','customized-messages',0),
(1154,'importance of knowing your customer','importance-of-knowing-your-customer',0),
(1155,'website bounce rate','website-bounce-rate',0),
(1156,'improve your bounce rate','improve-your-bounce-rate',0),
(1157,'DBMC summer challenge','dbmc-summer-challenge',0),
(1158,'things to do in summer','things-to-do-in-summer',0),
(1159,'Summer challenge','summer-challenge',0),
(1160,'verbal tics','verbal-tics',0),
(1161,'verbal crutches','verbal-crutches',0),
(1162,'service provider marketing','service-provider-marketing',0),
(1163,'basic marketing tips','basic-marketing-tips',0),
(1164,'summer challenge','summer-challenge-2',0),
(1165,'boosting creativity','boosting-creativity',0),
(1166,'social media audit','social-media-audit',0),
(1167,'content issues','content-issues',0),
(1168,'importance of reader','importance-of-reader',0),
(1169,'why use the active voice','why-use-the-active-voice',0),
(1170,'avoid passive voice','avoid-passive-voice',0),
(1171,'classic books','classic-books',0),
(1172,'business jargon','business-jargon',0),
(1173,'using jargon','using-jargon',0),
(1174,'passive-aggressive behavior','passive-aggressive-behavior',0),
(1175,'passive-aggressive communication','passive-aggressive-communication',0),
(1176,'social media break','social-media-break',0),
(1177,'internet addiction','internet-addiction',0),
(1178,'importance of form and function','importance-of-form-and-function',0),
(1179,'negative calls-to-action','negative-calls-to-action',0),
(1180,'new style pop-ups','new-style-pop-ups',0),
(1181,'self-censorship','self-censorship',0),
(1182,'offensive behavior on social media','offensive-behavior-on-social-media',0),
(1183,'reading comprehension','reading-comprehension',0),
(1184,'message development','message-development',0),
(1185,'angry Tweets','angry-tweets',0),
(1186,'angry posts','angry-posts',0),
(1187,'AMADC','amadc',0),
(1188,'marketing goals','marketing-goals',0),
(1189,'web writing skills','web-writing-skills',0),
(1190,'Leslie O\'Flahavan','leslie-oflahavan',0),
(1191,'web design and web writing','web-design-and-web-writing',0),
(1192,'social media for your event','social-media-for-your-event',0),
(1193,'CAN-SPAM compliance','can-spam-compliance',0),
(1194,'opt-in for newsletters','opt-in-for-newsletters',0),
(1195,'smart communications goals','smart-communications-goals',0),
(1196,'Thanksgiving greetings','thanksgiving-greetings',0),
(1197,'power of image in marketing','power-of-image-in-marketing',0),
(1198,'power of storytelling in marketing','power-of-storytelling-in-marketing',0),
(1199,'twitter automation','twitter-automation',0),
(1200,'Virgin America branding','virgin-america-branding',0),
(1201,'blog planning','blog-planning',0),
(1202,'blogging resolutions','blogging-resolutions',0),
(1203,'blogging goals','blogging-goals',0),
(1204,'defining target audience','defining-target-audience',0),
(1205,'successful bloggers','successful-bloggers',0),
(1206,'marketing motivation','marketing-motivation',0),
(1207,'link-bait','link-bait',0),
(1208,'formulaic headlines','formulaic-headlines',0),
(1209,'blog comments','blog-comments',0),
(1210,'allowing comments on blogs','allowing-comments-on-blogs',0),
(1211,'social media crisis','social-media-crisis',0),
(1212,'Brian Williams controversy','brian-williams-controversy',0),
(1213,'Uber controversy','uber-controversy',0),
(1214,'Bill Cosby controversy','bill-cosby-controversy',0),
(1215,'barriers to entry','barriers-to-entry',0),
(1216,'conversion rate','conversion-rate',0),
(1217,'misused words','misused-words',0),
(1218,'copy editing rules','copy-editing-rules',0),
(1219,'grammar and writing','grammar-and-writing',0),
(1220,'Copy Editing','copy-editing',0),
(1221,'articles about writing','articles-about-writing',0),
(1222,'Articles about editing','articles-about-editing',0),
(1223,'WMATA image','wmata-image',0),
(1224,'WMATA hires PR firms','wmata-hires-pr-firms',0),
(1225,'Google Translate','google-translate',0),
(1226,'tools','tools',0),
(1227,'Best brew round-up','best-brew-round-up',0),
(1228,'best articles on writing','best-articles-on-writing',0),
(1229,'best articles on blogging','best-articles-on-blogging',0),
(1230,'Twitter best practices','twitter-best-practices',0),
(1231,'sarcasm in blogs','sarcasm-in-blogs',0),
(1232,'sarcasm in blogging','sarcasm-in-blogging',0),
(1233,'sarcasm and communication','sarcasm-and-communication',0),
(1234,'Brad Phillips','brad-phillips',0),
(1235,'look for value not cost','look-for-value-not-cost',0),
(1236,'\"good fast cheap\"','good-fast-cheap',0),
(1237,'dogma in communications','dogma-in-communications',0),
(1238,'press release dead','press-release-dead',0),
(1239,'website maintenance','website-maintenance',0),
(1240,'keep website up to date','keep-website-up-to-date',0),
(1241,'customer feedback requests','customer-feedback-requests',0),
(1242,'how to ask for customer feedback','how-to-ask-for-customer-feedback',0),
(1243,'bait and switch','bait-and-switch',0),
(1244,'Grammarly','grammarly',0),
(1245,'using term old maid','using-term-old-maid',0),
(1246,'broken links','broken-links',0),
(1247,'page 404 error','page-404-error',0),
(1248,'dealing with broken links','dealing-with-broken-links',0),
(1249,'Bobby Jindal','bobby-jindal',0),
(1250,'authenticity in politics','authenticity-in-politics',0),
(1251,'communications planning','communications-planning',0),
(1252,'website blunders','website-blunders',0),
(1253,'high bounce rate','high-bounce-rate',0),
(1254,'usage mistakes','usage-mistakes',0),
(1255,'understanding your audience','understanding-your-audience',0),
(1256,'LinkedIn long-form posts','linkedin-long-form-posts',0),
(1257,'successful LinkedIn posts','successful-linkedin-posts',0),
(1258,'Twitter strategy','twitter-strategy',0),
(1259,'develop a twitter strategy','develop-a-twitter-strategy',0),
(1260,'Twitter tactics','twitter-tactics',0),
(1261,'gender neutral pronouns','gender-neutral-pronouns',0),
(1262,'strategic communication','strategic-communication',0),
(1263,'Verizon customer service','verizon-customer-service',0),
(1264,'communicating benefits','communicating-benefits',0),
(1265,'user reviews','user-reviews',0),
(1266,'dealing with user reviews','dealing-with-user-reviews',0),
(1267,'guilt and marketing','guilt-and-marketing',0),
(1268,'charity appeals','charity-appeals',0),
(1269,'using guilt to get donors','using-guilt-to-get-donors',0),
(1270,'having alternate plans','having-alternate-plans',0),
(1271,'technology issues','technology-issues',0),
(1272,'advertising algorithms','advertising-algorithms',0),
(1273,'necessary information to communicate','necessary-information-to-communicate',0),
(1274,'automated tweets','automated-tweets',0),
(1275,'attention span and marketing','attention-span-and-marketing',0),
(1276,'marketing to a short attention span','marketing-to-a-short-attention-span',0),
(1277,'Georgetown Cupcake marketing','georgetown-cupcake-marketing',0),
(1278,'giving thanks','giving-thanks',0),
(1279,'Thanksgiving','thanksgiving',0),
(1280,'NaNoWriMo','nanowrimo',0),
(1281,'what is a novel','what-is-a-novel',0),
(1282,'current business versus potential business','current-business-versus-potential-business',0),
(1283,'bad 2015 trends','bad-2015-trends',0),
(1284,'choosing a website host','choosing-a-website-host',0),
(1285,'website hosting','website-hosting',0),
(1286,'Sarah Palin speech','sarah-palin-speech',0),
(1287,'On writing interviews','on-writing-interviews',0),
(1288,'Carrie Morgan','carrie-morgan',0),
(1289,'Above the Noise','above-the-noise',0),
(1290,'Writing tips','writing-tips',0),
(1291,'Super Bowl 50 ads','super-bowl-50-ads',0),
(1292,'Does Super Bowl advertising work?','does-super-bowl-advertising-work',0),
(1293,'Truth','truth',0),
(1294,'Spotlight','spotlight',0),
(1295,'journalism and fact-checking','journalism-and-fact-checking',0),
(1296,'Chuck Tanowitz','chuck-tanowitz',0),
(1297,'importance of writing','importance-of-writing',0),
(1298,'re-purposing content','re-purposing-content',0),
(1299,'how to re-purpose content','how-to-re-purpose-content',0),
(1300,'clear communication','clear-communication',0),
(1301,'no response','no-response',0),
(1302,'business networking','business-networking',0),
(1303,'SoulCycle word-of-mouth','soulcycle-word-of-mouth',0),
(1304,'Julie Mullen','julie-mullen',0),
(1305,'The Buzz Agency','the-buzz-agency',0),
(1306,'writing advice','writing-advice',0),
(1307,'why discounts don\'t always work','why-discounts-dont-always-work',0),
(1308,'feedbak','feedbak',0),
(1309,'reviews','reviews',0),
(1310,'difference between feedback and reviews','difference-between-feedback-and-reviews',0),
(1311,'Jay Morris','jay-morris',0),
(1312,'thoughts on writing','thoughts-on-writing',0),
(1313,'simple language','simple-language',0),
(1314,'social media likes','social-media-likes',0),
(1315,'social media shares','social-media-shares',0),
(1316,'social media goals','social-media-goals',0),
(1317,'writing and media training','writing-and-media-training',0),
(1318,'Facebook likes','facebook-likes',0),
(1319,'Forcing facebook likes','forcing-facebook-likes',0),
(1320,'Delta customer service','delta-customer-service',0),
(1321,'Delat Airlines','delat-airlines',0),
(1322,'importance of copy editing','importance-of-copy-editing',0),
(1323,'importance of proofreading','importance-of-proofreading',0),
(1324,'credibility','credibility',0),
(1325,'misleading subject lines','misleading-subject-lines',0),
(1326,'using symbols and signals','using-symbols-and-signals',0),
(1327,'universal symbols','universal-symbols',0),
(1328,'Stu Opperman','stu-opperman',0),
(1329,'Impact Players','impact-players',0),
(1330,'Washington Post errors','washington-post-errors',0),
(1331,'need for copy editors','need-for-copy-editors',0),
(1332,'active posting on social media','active-posting-on-social-media',0),
(1333,'wordiness','wordiness',0),
(1334,'punctuation','punctuation',0),
(1335,'clear messaging','clear-messaging',0),
(1336,'Bonnie Friedman','bonnie-friedman',0),
(1337,'Hospital Warrior book','hospital-warrior-book',0),
(1338,'sharing political opinions on social media','sharing-political-opinions-on-social-media',0),
(1339,'Todd Van Hoosear','todd-van-hoosear',0),
(1340,'use social media effectively','use-social-media-effectively',0),
(1341,'what information to include','what-information-to-include',0),
(1342,'5 ws of journalism','5-ws-of-journalism',0),
(1343,'Ami Neiberger-Miller','ami-neiberger-miller',0),
(1344,'PR and writing','pr-and-writing',0),
(1345,'abuse of email','abuse-of-email',0),
(1346,'promotional items','promotional-items',0),
(1347,'The Washington Post','the-washington-post',0),
(1348,'customer retention','customer-retention',0),
(1349,'email marketing mistakes','email-marketing-mistakes',0),
(1350,'typos','typos',0),
(1351,'accuracy in communications','accuracy-in-communications',0),
(1352,'user-friendly websites','user-friendly-websites',0),
(1353,'Bill Walsh','bill-walsh',0),
(1354,'readability','readability',0),
(1355,'nonprofit event best practices','nonprofit-event-best-practices',0),
(1356,'customer acquisition cost','customer-acquisition-cost',0),
(1357,'cost of marketing','cost-of-marketing',0),
(1358,'media crises','media-crises',0),
(1359,'United Airlines','united-airlines',0),
(1360,'Sean Spicer','sean-spicer',0),
(1361,'good communications tips','good-communications-tips',0),
(1362,'tips to be a better communicator','tips-to-be-a-better-communicator',0),
(1363,'FIOS On Demand','fios-on-demand',0),
(1364,'Fandango movies','fandango-movies',0),
(1365,'nonprofit communicationss','nonprofit-communicationss',0),
(1366,'Memorial Day and marketing','memorial-day-and-marketing',0),
(1367,'restaurant marketing','restaurant-marketing',0),
(1368,'purpose of corporate blogs','purpose-of-corporate-blogs',0),
(1369,'organizational blogs','organizational-blogs',0),
(1370,'WordCamp DC','wordcamp-dc',0),
(1371,'WordPress hacks','wordpress-hacks',0),
(1372,'importance of local TV news','importance-of-local-tv-news',0),
(1373,'Jim Vance','jim-vance',0),
(1374,'Scaramucci','scaramucci',0),
(1375,'White House communications','white-house-communications',0),
(1376,'WETA pledge drive','weta-pledge-drive',0),
(1377,'PBS support','pbs-support',0),
(1378,'@attcares','attcares',0),
(1379,'SEO','seo',0),
(1380,'communications and clarity','communications-and-clarity',0),
(1381,'be clear in your writing','be-clear-in-your-writing',0),
(1382,'information to include on websites','information-to-include-on-websites',0),
(1383,'corporate gift giving','corporate-gift-giving',0),
(1384,'thanking customers','thanking-customers',0),
(1385,'bad marketing decisions','bad-marketing-decisions',0),
(1386,'Giving Tuesday','giving-tuesday',0),
(1387,'pay to play','pay-to-play',0),
(1388,'Washington Business Journal','washington-business-journal',0),
(1389,'Personnel announcements','personnel-announcements',0),
(1390,'earned media','earned-media',0),
(1391,'media relations','media-relations',0),
(1392,'future of PR','future-of-pr',0),
(1393,'proofreading mistake','proofreading-mistake',0),
(1394,'marketing planning','marketing-planning',0),
(1395,'segmenting lists','segmenting-lists',0),
(1396,'spam marketing','spam-marketing',0),
(1397,'scam marketing','scam-marketing',0),
(1398,'real marketing','real-marketing',0),
(1399,'ROI of Super Bowl ads','roi-of-super-bowl-ads',0),
(1400,'laws of branding','laws-of-branding',0),
(1401,'announcing changes','announcing-changes',0),
(1402,'copy editing vs. proofreading','copy-editing-vs-proofreading',0),
(1403,'subject-verb agreement','subject-verb-agreement',0),
(1404,'branding','branding',0),
(1405,'Marketing','marketing',0),
(1406,'New Media','new-media',0),
(1407,'personal marketing','personal-marketing',0),
(1408,'Political communication','political-communication',0),
(1409,'Political marketing','political-marketing',0),
(1410,'Public Relations','public-relations',0),
(1411,'social media','social-media',0),
(1412,'Web 2.0','web-20',0),
(1413,'Twitter','twitter',0),
(1414,'LinkedIn','linkedin',0),
(1415,'deceptive sales practices','deceptive-sales-practices',0),
(1416,'name recognition in politics','name-recognition-in-politics',0),
(1417,'Maryland elections','maryland-elections',0),
(1418,'CAN-SPAM','can-spam',0),
(1419,'spammy marketing','spammy-marketing',0),
(1420,'Imparture','imparture',0),
(1421,'credibilty in marketing','credibilty-in-marketing',0),
(1422,'how to promote credibility','how-to-promote-credibility',0),
(1423,'SSL','ssl',0),
(1424,'building trust','building-trust',0),
(1425,'why you need SSL','why-you-need-ssl',0),
(1426,'vacation communication','vacation-communication',0),
(1427,'medical marketing','medical-marketing',0),
(1428,'Obit','obit',0),
(1429,'required viewing','required-viewing',0),
(1430,'communicating appreciation','communicating-appreciation',0),
(1431,'blog objective','blog-objective',0),
(1432,'industry best practices','industry-best-practices',0),
(1433,'work with experts','work-with-experts',0),
(1434,'shapen your writing','shapen-your-writing',0),
(1435,'spam email','spam-email',0),
(1436,'trust in email marketing','trust-in-email-marketing',0),
(1437,'what to include in marketing materials','what-to-include-in-marketing-materials',0),
(1438,'website best practices','website-best-practices',0),
(1439,'email marketing frequency','email-marketing-frequency',0),
(1440,'how not to write an email','how-not-to-write-an-email',0),
(1441,'BLUF','bluf',0),
(1442,'spammers are marketing stupidity','spammers-are-marketing-stupidity',0),
(1443,'ulta customer service','ulta-customer-service',0),
(1444,'sephora customer service','sephora-customer-service',0),
(1445,'Writing to Persuade by Trish Hall','writing-to-persuade-by-trish-hall',0),
(1446,'persuasive writing','persuasive-writing',0),
(1447,'Storytelling','storytelling',0),
(1448,'basic story telling rules','basic-story-telling-rules',0),
(1449,'improve your event emails','improve-your-event-emails',0),
(1450,'copy errors','copy-errors',0),
(1451,'covid-19 marketing','covid-19-marketing',0),
(1452,'blogging and SEO','blogging-and-seo',0),
(1453,'effective markeing materials','effective-markeing-materials',0),
(1454,'effective communication','effective-communication',0),
(1455,'video conferencing tips','video-conferencing-tips',0),
(1456,'email marketing best practices','email-marketing-best-practices',0),
(1457,'better email marketing','better-email-marketing',0),
(1458,'business development tips','business-development-tips',0),
(1459,'Digital marketing','digital-marketing',0),
(1460,'more effective communications in 2021','more-effective-communications-in-2021',0),
(1461,'importance of having a target audience','importance-of-having-a-target-audience',0),
(1462,'effective marketing','effective-marketing',0),
(1463,'role of customer service in marketing','role-of-customer-service-in-marketing',0),
(1464,'operations and marketing','operations-and-marketing',0),
(1465,'how to make marketing more effective','how-to-make-marketing-more-effective',0),
(1466,'marketing during the pandemic','marketing-during-the-pandemic',0),
(1467,'yoga studio marketing','yoga-studio-marketing',0),
(1468,'unresponsive customers','unresponsive-customers',0),
(1469,'ineffective marketing','ineffective-marketing',0),
(1470,'storytelling versus writing','storytelling-versus-writing',0),
(1471,'consistent communications','consistent-communications',0),
(1472,'accurate communications','accurate-communications',0),
(1473,'Plain language','plain-language',0),
(1474,'plain language','plain-language',0),
(1475,'improve marketing','improve-marketing',0),
(1476,'marketing resolutions','marketing-resolutions',0),
(1477,'improving marketing','improving-marketing',0),
(1478,'typos and credibility','typos-and-credibility',0),
(1479,'proofreading vs. copy editing','proofreading-vs-copy-editing',0),
(1480,'jumpstart blogging','jumpstart-blogging',0),
(1481,'restart your blog','restart-your-blog',0),
(1482,'reality check','reality-check',0),
(1483,'Artificial Intelligence','artificial-intelligence',0),
(1484,'AI','ai',0),
(1485,'AI bots','ai-bots',0),
(1486,'protecting intellectual property','protecting-intellectual-property',0),
(1487,'event email checklist','event-email-checklist',0),
(1488,'proofreading checklist','proofreading-checklist',0),
(1489,'typos and trust','typos-and-trust',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1688 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(199,4,'s2_cat1060','1060'),
(197,4,'s2_cat1042','1042'),
(195,4,'s2_cat1028','1028'),
(193,4,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),
(191,4,'nav_menu_recently_edited','3'),
(192,4,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(190,4,'s2_cat1000','1000'),
(188,4,'screen_layout_post','2'),
(187,4,'meta-box-order_post','a:3:{s:4:\"side\";s:51:\"submitdiv,categorydiv,tagsdiv-post_tag,postimagediv\";s:6:\"normal\";s:90:\"postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv,yarpp_relatedposts\";s:8:\"advanced\";s:40:\"aiosp,subscribe2,wp-biographia-post-meta\";}'),
(180,4,'wp_user-settings-time','1749041125'),
(181,4,'wp_yarpp_saw_optin','1'),
(179,4,'wp_user-settings','hidetb=1&align=center&editor=tinymce&imgsize=large&wplink=1&libraryContent=browse&advImgDetails=show&posts_list_mode=list&mfold=o'),
(128,4,'first_name','Deborah'),
(129,4,'last_name','Brody'),
(130,4,'nickname','Deb-Brody'),
(131,4,'description','Deborah Brody writes and edits anything related to marketing communications.  Most blog posts are written under the influence of caffeine.'),
(132,4,'rich_editing','true'),
(133,4,'comment_shortcuts','false'),
(134,4,'admin_color','modern'),
(135,4,'use_ssl','0'),
(136,4,'show_admin_bar_front','true'),
(137,4,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(138,4,'wp_user_level','10'),
(139,4,'s2_format','html'),
(140,4,'s2_autosub','yes'),
(141,4,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,1000,1028,1042,1060,1159,1220,1227,958,1287,1447,1459,1473,1483,1484'),
(142,4,'s2_cat1','1'),
(143,4,'s2_cat5','5'),
(144,4,'s2_cat6','6'),
(145,4,'s2_cat7','7'),
(146,4,'s2_cat8','8'),
(147,4,'s2_cat9','9'),
(148,4,'s2_cat10','10'),
(149,4,'s2_cat11','11'),
(150,4,'s2_cat12','12'),
(151,4,'s2_cat13','13'),
(152,4,'s2_cat14','14'),
(153,4,'s2_cat15','15'),
(154,4,'s2_cat16','16'),
(155,4,'s2_cat17','17'),
(156,4,'s2_cat18','18'),
(157,4,'s2_cat19','19'),
(158,4,'s2_cat20','20'),
(159,4,'s2_cat21','21'),
(160,4,'s2_cat22','22'),
(161,4,'s2_cat23','23'),
(162,4,'s2_cat24','24'),
(163,4,'s2_cat25','25'),
(164,4,'s2_cat26','26'),
(165,4,'s2_cat27','27'),
(166,4,'s2_cat28','28'),
(167,4,'s2_cat602','602'),
(168,4,'s2_cat767','767'),
(169,4,'s2_cat835','835'),
(170,4,'s2_cat836','836'),
(171,4,'s2_cat860','860'),
(172,4,'s2_authors',''),
(173,4,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,aioseop_menu_202,aioseop_welcome_202,aioseop_menu_203,wp360_revisions,aioseop_welcome_203,aioseop_menu_204,aioseop_menu_210,aioseop_menu_211,aioseop_menu_220,bws_shortcode_button_tooltip,wp496_privacy,wp_biographia_pointer'),
(174,4,'wp_dashboard_quick_press_last_post_id','4472'),
(175,4,'aim',''),
(176,4,'yim',''),
(177,4,'jabber',''),
(178,4,'googleplus',''),
(200,4,'ts_fab_twitter','@DBMC'),
(201,4,'ts_fab_facebook',''),
(202,4,'ts_fab_googleplus',''),
(203,4,'ts_fab_linkedin',''),
(204,4,'ts_fab_instagram',''),
(205,4,'ts_fab_flickr',''),
(206,4,'ts_fab_pinterest',''),
(207,4,'ts_fab_tumblr',''),
(208,4,'ts_fab_youtube',''),
(209,4,'ts_fab_vimeo',''),
(210,4,'ts_fab_position',''),
(211,4,'ts_fab_company',''),
(212,4,'ts_fab_company_url',''),
(213,4,'wp_biographia_short_bio','Deborah Brody writes and edits anything related to marketing communications.'),
(214,4,'wp_biographia_suppress_posts',''),
(215,4,'wp_biographia_suppress_pages',''),
(216,4,'twitter','https://twitter.com/DBMC'),
(217,4,'facebook',''),
(218,4,'linkedin',''),
(219,4,'delicious',''),
(220,4,'flickr',''),
(221,4,'picasa',''),
(222,4,'vimeo',''),
(223,4,'youtube',''),
(224,4,'reddit',''),
(225,4,'msn',''),
(229,4,'s2_cat1159','1159'),
(230,4,'closedpostboxes_dashboard','a:1:{i:0;s:19:\"dashboard_right_now\";}'),
(231,4,'metaboxhidden_dashboard','a:0:{}'),
(232,4,'session_tokens','a:1:{s:64:\"eff0c7f0a4f56f70c6a5ee1c45a6ccb60a466378a95542dfebe6ef9cf491ad87\";a:4:{s:10:\"expiration\";i:1786628044;s:2:\"ip\";s:14:\"71.126.164.240\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:153.0) Gecko/20100101 Firefox/153.0\";s:5:\"login\";i:1785418444;}}'),
(410,4,'s2_cat1459','1459'),
(412,4,'s2_cat1473','1473'),
(233,4,'slickquiz_ignore_notice_disabled','true'),
(235,4,'s2_cat1220','1220'),
(237,4,'s2_cat1227','1227'),
(240,4,'closedpostboxes_post','a:0:{}'),
(239,4,'s2_cat958','958'),
(241,4,'metaboxhidden_post','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),
(243,4,'s2_cat1287','1287'),
(244,4,'aioseop_seen_about_page','3.4.3'),
(323,4,'community-events-location','a:1:{s:2:\"ip\";s:12:\"71.126.164.0\";}'),
(402,4,'metaboxhidden_page','a:5:{i:0;s:8:\"acf_3761\";i:1;s:8:\"acf_3771\";i:2;s:10:\"postcustom\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),
(401,4,'closedpostboxes_page','a:0:{}'),
(403,4,'show_welcome_panel','0'),
(406,4,'yarpp_review_notice','a:2:{s:20:\"dismiss_defer_period\";s:8:\"63113904\";s:17:\"dismiss_timestamp\";i:1776953626;}'),
(407,4,'s2_cat1447','1447'),
(408,4,'aioseop_notice_time_set_review_plugin_cta','1589287492'),
(409,4,'aioseop_notice_display_time_review_plugin_cta','1904856751'),
(411,4,'default_password_nag',''),
(413,7,'nickname','Line-Help'),
(414,7,'first_name','Line'),
(415,7,'last_name','Storgaard Conley'),
(416,7,'description',''),
(417,7,'rich_editing','true'),
(418,7,'syntax_highlighting','true'),
(419,7,'comment_shortcuts','false'),
(420,7,'admin_color','modern'),
(421,7,'use_ssl','0'),
(422,7,'show_admin_bar_front','true'),
(423,7,'locale',''),
(424,7,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(425,7,'wp_user_level','10'),
(426,7,'dismissed_wp_pointers','wp496_privacy'),
(427,7,'s2_format','html'),
(428,7,'s2_autosub','yes'),
(429,7,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(430,7,'s2_cat1','1'),
(431,7,'s2_cat5','5'),
(432,7,'s2_cat6','6'),
(433,7,'s2_cat7','7'),
(434,7,'s2_cat8','8'),
(435,7,'s2_cat9','9'),
(436,7,'s2_cat10','10'),
(437,7,'s2_cat11','11'),
(438,7,'s2_cat12','12'),
(439,7,'s2_cat13','13'),
(440,7,'s2_cat14','14'),
(441,7,'s2_cat15','15'),
(442,7,'s2_cat16','16'),
(443,7,'s2_cat17','17'),
(444,7,'s2_cat18','18'),
(445,7,'s2_cat19','19'),
(446,7,'s2_cat20','20'),
(447,7,'s2_cat21','21'),
(448,7,'s2_cat22','22'),
(449,7,'s2_cat23','23'),
(450,7,'s2_cat24','24'),
(451,7,'s2_cat25','25'),
(452,7,'s2_cat26','26'),
(453,7,'s2_cat27','27'),
(454,7,'s2_cat28','28'),
(455,7,'s2_cat602','602'),
(456,7,'s2_cat767','767'),
(457,7,'s2_cat835','835'),
(458,7,'s2_cat836','836'),
(459,7,'s2_cat860','860'),
(460,7,'s2_cat958','958'),
(461,7,'s2_cat1000','1000'),
(462,7,'s2_cat1028','1028'),
(463,7,'s2_cat1042','1042'),
(464,7,'s2_cat1060','1060'),
(465,7,'s2_cat1159','1159'),
(466,7,'s2_cat1220','1220'),
(467,7,'s2_cat1227','1227'),
(468,7,'s2_cat1287','1287'),
(469,7,'s2_cat1447','1447'),
(470,7,'s2_cat1459','1459'),
(471,7,'s2_cat1473','1473'),
(472,7,'s2_authors',''),
(473,4,'s2_cat1483','1483'),
(474,7,'s2_cat1483','1483'),
(475,4,'s2_cat1484','1484'),
(476,7,'s2_cat1484','1484'),
(477,4,'syntax_highlighting','true'),
(478,4,'locale',''),
(479,4,'instagram',''),
(480,4,'github',''),
(481,4,'wp_persisted_preferences','a:2:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-06-04T12:52:07.723Z\";}'),
(482,8,'nickname','wpsvc_056cb0b9d7f3'),
(483,8,'first_name',''),
(484,8,'last_name',''),
(485,8,'description',''),
(486,8,'rich_editing','true'),
(487,8,'syntax_highlighting','true'),
(488,8,'comment_shortcuts','false'),
(489,8,'admin_color','modern'),
(490,8,'use_ssl','0'),
(491,8,'show_admin_bar_front','true'),
(492,8,'locale',''),
(493,8,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(494,8,'wp_user_level','10'),
(495,8,'dismissed_wp_pointers',''),
(496,8,'s2_format','html'),
(497,8,'s2_autosub','yes'),
(498,8,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(499,8,'s2_cat1','1'),
(500,8,'s2_cat5','5'),
(501,8,'s2_cat6','6'),
(502,8,'s2_cat7','7'),
(503,8,'s2_cat8','8'),
(504,8,'s2_cat9','9'),
(505,8,'s2_cat10','10'),
(506,8,'s2_cat11','11'),
(507,8,'s2_cat12','12'),
(508,8,'s2_cat13','13'),
(509,8,'s2_cat14','14'),
(510,8,'s2_cat15','15'),
(511,8,'s2_cat16','16'),
(512,8,'s2_cat17','17'),
(513,8,'s2_cat18','18'),
(514,8,'s2_cat19','19'),
(515,8,'s2_cat20','20'),
(516,8,'s2_cat21','21'),
(517,8,'s2_cat22','22'),
(518,8,'s2_cat23','23'),
(519,8,'s2_cat24','24'),
(520,8,'s2_cat25','25'),
(521,8,'s2_cat26','26'),
(522,8,'s2_cat27','27'),
(523,8,'s2_cat28','28'),
(524,8,'s2_cat602','602'),
(525,8,'s2_cat767','767'),
(526,8,'s2_cat835','835'),
(527,8,'s2_cat836','836'),
(528,8,'s2_cat860','860'),
(529,8,'s2_cat958','958'),
(530,8,'s2_cat1000','1000'),
(531,8,'s2_cat1028','1028'),
(532,8,'s2_cat1042','1042'),
(533,8,'s2_cat1060','1060'),
(534,8,'s2_cat1159','1159'),
(535,8,'s2_cat1220','1220'),
(536,8,'s2_cat1227','1227'),
(537,8,'s2_cat1287','1287'),
(538,8,'s2_cat1447','1447'),
(539,8,'s2_cat1459','1459'),
(540,8,'s2_cat1473','1473'),
(541,8,'s2_cat1483','1483'),
(542,8,'s2_cat1484','1484'),
(543,8,'s2_authors',''),
(544,8,'session_tokens','a:1:{s:64:\"e18eb8b23b2bf1fc11e5f23d679c67b2ca6d08b1f24a667dd256e5a902c9bfb3\";a:4:{s:10:\"expiration\";i:1785317167;s:2:\"ip\";s:14:\"71.241.238.253\";s:2:\"ua\";s:60:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\";s:5:\"login\";i:1785144367;}}'),
(545,9,'nickname','wp2_91fd0a'),
(546,9,'first_name',''),
(547,9,'last_name',''),
(548,9,'description',''),
(549,9,'rich_editing','true'),
(550,9,'syntax_highlighting','true'),
(551,9,'comment_shortcuts','false'),
(552,9,'admin_color','modern'),
(553,9,'use_ssl','0'),
(554,9,'show_admin_bar_front','true'),
(555,9,'locale',''),
(556,9,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(557,9,'wp_user_level','10'),
(558,9,'dismissed_wp_pointers',''),
(559,9,'s2_format','html'),
(560,9,'s2_autosub','yes'),
(561,9,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(562,9,'s2_cat1','1'),
(563,9,'s2_cat5','5'),
(564,9,'s2_cat6','6'),
(565,9,'s2_cat7','7'),
(566,9,'s2_cat8','8'),
(567,9,'s2_cat9','9'),
(568,9,'s2_cat10','10'),
(569,9,'s2_cat11','11'),
(570,9,'s2_cat12','12'),
(571,9,'s2_cat13','13'),
(572,9,'s2_cat14','14'),
(573,9,'s2_cat15','15'),
(574,9,'s2_cat16','16'),
(575,9,'s2_cat17','17'),
(576,9,'s2_cat18','18'),
(577,9,'s2_cat19','19'),
(578,9,'s2_cat20','20'),
(579,9,'s2_cat21','21'),
(580,9,'s2_cat22','22'),
(581,9,'s2_cat23','23'),
(582,9,'s2_cat24','24'),
(583,9,'s2_cat25','25'),
(584,9,'s2_cat26','26'),
(585,9,'s2_cat27','27'),
(586,9,'s2_cat28','28'),
(587,9,'s2_cat602','602'),
(588,9,'s2_cat767','767'),
(589,9,'s2_cat835','835'),
(590,9,'s2_cat836','836'),
(591,9,'s2_cat860','860'),
(592,9,'s2_cat958','958'),
(593,9,'s2_cat1000','1000'),
(594,9,'s2_cat1028','1028'),
(595,9,'s2_cat1042','1042'),
(596,9,'s2_cat1060','1060'),
(597,9,'s2_cat1159','1159'),
(598,9,'s2_cat1220','1220'),
(599,9,'s2_cat1227','1227'),
(600,9,'s2_cat1287','1287'),
(601,9,'s2_cat1447','1447'),
(602,9,'s2_cat1459','1459'),
(603,9,'s2_cat1473','1473'),
(604,9,'s2_cat1483','1483'),
(605,9,'s2_cat1484','1484'),
(606,9,'s2_authors',''),
(607,10,'nickname','yun_11'),
(608,10,'first_name',''),
(609,10,'last_name',''),
(610,10,'description',''),
(611,10,'rich_editing','true'),
(612,10,'syntax_highlighting','true'),
(613,10,'comment_shortcuts','false'),
(614,10,'admin_color','modern'),
(615,10,'use_ssl','0'),
(616,10,'show_admin_bar_front','true'),
(617,10,'locale',''),
(618,10,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(619,10,'wp_user_level','10'),
(620,10,'dismissed_wp_pointers',''),
(621,10,'s2_format','html'),
(622,10,'s2_autosub','yes'),
(623,10,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(624,10,'s2_cat1','1'),
(625,10,'s2_cat5','5'),
(626,10,'s2_cat6','6'),
(627,10,'s2_cat7','7'),
(628,10,'s2_cat8','8'),
(629,10,'s2_cat9','9'),
(630,10,'s2_cat10','10'),
(631,10,'s2_cat11','11'),
(632,10,'s2_cat12','12'),
(633,10,'s2_cat13','13'),
(634,10,'s2_cat14','14'),
(635,10,'s2_cat15','15'),
(636,10,'s2_cat16','16'),
(637,10,'s2_cat17','17'),
(638,10,'s2_cat18','18'),
(639,10,'s2_cat19','19'),
(640,10,'s2_cat20','20'),
(641,10,'s2_cat21','21'),
(642,10,'s2_cat22','22'),
(643,10,'s2_cat23','23'),
(644,10,'s2_cat24','24'),
(645,10,'s2_cat25','25'),
(646,10,'s2_cat26','26'),
(647,10,'s2_cat27','27'),
(648,10,'s2_cat28','28'),
(649,10,'s2_cat602','602'),
(650,10,'s2_cat767','767'),
(651,10,'s2_cat835','835'),
(652,10,'s2_cat836','836'),
(653,10,'s2_cat860','860'),
(654,10,'s2_cat958','958'),
(655,10,'s2_cat1000','1000'),
(656,10,'s2_cat1028','1028'),
(657,10,'s2_cat1042','1042'),
(658,10,'s2_cat1060','1060'),
(659,10,'s2_cat1159','1159'),
(660,10,'s2_cat1220','1220'),
(661,10,'s2_cat1227','1227'),
(662,10,'s2_cat1287','1287'),
(663,10,'s2_cat1447','1447'),
(664,10,'s2_cat1459','1459'),
(665,10,'s2_cat1473','1473'),
(666,10,'s2_cat1483','1483'),
(667,10,'s2_cat1484','1484'),
(668,10,'s2_authors',''),
(669,11,'nickname','wp2_2fbf36'),
(670,11,'first_name',''),
(671,11,'last_name',''),
(672,11,'description',''),
(673,11,'rich_editing','true'),
(674,11,'syntax_highlighting','true'),
(675,11,'comment_shortcuts','false'),
(676,11,'admin_color','modern'),
(677,11,'use_ssl','0'),
(678,11,'show_admin_bar_front','true'),
(679,11,'locale',''),
(680,11,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(681,11,'wp_user_level','10'),
(682,11,'dismissed_wp_pointers',''),
(683,11,'s2_format','html'),
(684,11,'s2_autosub','yes'),
(685,11,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(686,11,'s2_cat1','1'),
(687,11,'s2_cat5','5'),
(688,11,'s2_cat6','6'),
(689,11,'s2_cat7','7'),
(690,11,'s2_cat8','8'),
(691,11,'s2_cat9','9'),
(692,11,'s2_cat10','10'),
(693,11,'s2_cat11','11'),
(694,11,'s2_cat12','12'),
(695,11,'s2_cat13','13'),
(696,11,'s2_cat14','14'),
(697,11,'s2_cat15','15'),
(698,11,'s2_cat16','16'),
(699,11,'s2_cat17','17'),
(700,11,'s2_cat18','18'),
(701,11,'s2_cat19','19'),
(702,11,'s2_cat20','20'),
(703,11,'s2_cat21','21'),
(704,11,'s2_cat22','22'),
(705,11,'s2_cat23','23'),
(706,11,'s2_cat24','24'),
(707,11,'s2_cat25','25'),
(708,11,'s2_cat26','26'),
(709,11,'s2_cat27','27'),
(710,11,'s2_cat28','28'),
(711,11,'s2_cat602','602'),
(712,11,'s2_cat767','767'),
(713,11,'s2_cat835','835'),
(714,11,'s2_cat836','836'),
(715,11,'s2_cat860','860'),
(716,11,'s2_cat958','958'),
(717,11,'s2_cat1000','1000'),
(718,11,'s2_cat1028','1028'),
(719,11,'s2_cat1042','1042'),
(720,11,'s2_cat1060','1060'),
(721,11,'s2_cat1159','1159'),
(722,11,'s2_cat1220','1220'),
(723,11,'s2_cat1227','1227'),
(724,11,'s2_cat1287','1287'),
(725,11,'s2_cat1447','1447'),
(726,11,'s2_cat1459','1459'),
(727,11,'s2_cat1473','1473'),
(728,11,'s2_cat1483','1483'),
(729,11,'s2_cat1484','1484'),
(730,11,'s2_authors',''),
(731,10,'session_tokens','a:1:{s:64:\"3f3bf486a7979482c5728b75ee7d2e5a678e7fb2de92d97fd30e512059ec0193\";a:4:{s:10:\"expiration\";i:1785858216;s:2:\"ip\";s:13:\"103.71.161.52\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1784648616;}}'),
(732,12,'nickname','wp2_b2aac0'),
(733,12,'first_name',''),
(734,12,'last_name',''),
(735,12,'description',''),
(736,12,'rich_editing','true'),
(737,12,'syntax_highlighting','true'),
(738,12,'comment_shortcuts','false'),
(739,12,'admin_color','modern'),
(740,12,'use_ssl','0'),
(741,12,'show_admin_bar_front','true'),
(742,12,'locale',''),
(743,12,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(744,12,'wp_user_level','10'),
(745,12,'dismissed_wp_pointers',''),
(746,12,'s2_format','html'),
(747,12,'s2_autosub','yes'),
(748,12,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(749,12,'s2_cat1','1'),
(750,12,'s2_cat5','5'),
(751,12,'s2_cat6','6'),
(752,12,'s2_cat7','7'),
(753,12,'s2_cat8','8'),
(754,12,'s2_cat9','9'),
(755,12,'s2_cat10','10'),
(756,12,'s2_cat11','11'),
(757,12,'s2_cat12','12'),
(758,12,'s2_cat13','13'),
(759,12,'s2_cat14','14'),
(760,12,'s2_cat15','15'),
(761,12,'s2_cat16','16'),
(762,12,'s2_cat17','17'),
(763,12,'s2_cat18','18'),
(764,12,'s2_cat19','19'),
(765,12,'s2_cat20','20'),
(766,12,'s2_cat21','21'),
(767,12,'s2_cat22','22'),
(768,12,'s2_cat23','23'),
(769,12,'s2_cat24','24'),
(770,12,'s2_cat25','25'),
(771,12,'s2_cat26','26'),
(772,12,'s2_cat27','27'),
(773,12,'s2_cat28','28'),
(774,12,'s2_cat602','602'),
(775,12,'s2_cat767','767'),
(776,12,'s2_cat835','835'),
(777,12,'s2_cat836','836'),
(778,12,'s2_cat860','860'),
(779,12,'s2_cat958','958'),
(780,12,'s2_cat1000','1000'),
(781,12,'s2_cat1028','1028'),
(782,12,'s2_cat1042','1042'),
(783,12,'s2_cat1060','1060'),
(784,12,'s2_cat1159','1159'),
(785,12,'s2_cat1220','1220'),
(786,12,'s2_cat1227','1227'),
(787,12,'s2_cat1287','1287'),
(788,12,'s2_cat1447','1447'),
(789,12,'s2_cat1459','1459'),
(790,12,'s2_cat1473','1473'),
(791,12,'s2_cat1483','1483'),
(792,12,'s2_cat1484','1484'),
(793,12,'s2_authors',''),
(794,13,'nickname','w2s_8c40d34c8b0a'),
(795,13,'first_name',''),
(796,13,'last_name',''),
(797,13,'description',''),
(798,13,'rich_editing','true'),
(799,13,'syntax_highlighting','true'),
(800,13,'comment_shortcuts','false'),
(801,13,'admin_color','modern'),
(802,13,'use_ssl','0'),
(803,13,'show_admin_bar_front','true'),
(804,13,'locale',''),
(805,13,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(806,13,'wp_user_level','10'),
(807,13,'dismissed_wp_pointers',''),
(808,13,'s2_format','html'),
(809,13,'s2_autosub','yes'),
(810,13,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(811,13,'s2_cat1','1'),
(812,13,'s2_cat5','5'),
(813,13,'s2_cat6','6'),
(814,13,'s2_cat7','7'),
(815,13,'s2_cat8','8'),
(816,13,'s2_cat9','9'),
(817,13,'s2_cat10','10'),
(818,13,'s2_cat11','11'),
(819,13,'s2_cat12','12'),
(820,13,'s2_cat13','13'),
(821,13,'s2_cat14','14'),
(822,13,'s2_cat15','15'),
(823,13,'s2_cat16','16'),
(824,13,'s2_cat17','17'),
(825,13,'s2_cat18','18'),
(826,13,'s2_cat19','19'),
(827,13,'s2_cat20','20'),
(828,13,'s2_cat21','21'),
(829,13,'s2_cat22','22'),
(830,13,'s2_cat23','23'),
(831,13,'s2_cat24','24'),
(832,13,'s2_cat25','25'),
(833,13,'s2_cat26','26'),
(834,13,'s2_cat27','27'),
(835,13,'s2_cat28','28'),
(836,13,'s2_cat602','602'),
(837,13,'s2_cat767','767'),
(838,13,'s2_cat835','835'),
(839,13,'s2_cat836','836'),
(840,13,'s2_cat860','860'),
(841,13,'s2_cat958','958'),
(842,13,'s2_cat1000','1000'),
(843,13,'s2_cat1028','1028'),
(844,13,'s2_cat1042','1042'),
(845,13,'s2_cat1060','1060'),
(846,13,'s2_cat1159','1159'),
(847,13,'s2_cat1220','1220'),
(848,13,'s2_cat1227','1227'),
(849,13,'s2_cat1287','1287'),
(850,13,'s2_cat1447','1447'),
(851,13,'s2_cat1459','1459'),
(852,13,'s2_cat1473','1473'),
(853,13,'s2_cat1483','1483'),
(854,13,'s2_cat1484','1484'),
(855,13,'s2_authors',''),
(856,14,'nickname','bob_666725f956d4'),
(857,14,'first_name',''),
(858,14,'last_name',''),
(859,14,'description',''),
(860,14,'rich_editing','true'),
(861,14,'syntax_highlighting','true'),
(862,14,'comment_shortcuts','false'),
(863,14,'admin_color','modern'),
(864,14,'use_ssl','0'),
(865,14,'show_admin_bar_front','true'),
(866,14,'locale',''),
(867,14,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(868,14,'wp_user_level','10'),
(869,14,'dismissed_wp_pointers',''),
(870,14,'s2_format','html'),
(871,14,'s2_autosub','yes'),
(872,14,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(873,14,'s2_cat1','1'),
(874,14,'s2_cat5','5'),
(875,14,'s2_cat6','6'),
(876,14,'s2_cat7','7'),
(877,14,'s2_cat8','8'),
(878,14,'s2_cat9','9'),
(879,14,'s2_cat10','10'),
(880,14,'s2_cat11','11'),
(881,14,'s2_cat12','12'),
(882,14,'s2_cat13','13'),
(883,14,'s2_cat14','14'),
(884,14,'s2_cat15','15'),
(885,14,'s2_cat16','16'),
(886,14,'s2_cat17','17'),
(887,14,'s2_cat18','18'),
(888,14,'s2_cat19','19'),
(889,14,'s2_cat20','20'),
(890,14,'s2_cat21','21'),
(891,14,'s2_cat22','22'),
(892,14,'s2_cat23','23'),
(893,14,'s2_cat24','24'),
(894,14,'s2_cat25','25'),
(895,14,'s2_cat26','26'),
(896,14,'s2_cat27','27'),
(897,14,'s2_cat28','28'),
(898,14,'s2_cat602','602'),
(899,14,'s2_cat767','767'),
(900,14,'s2_cat835','835'),
(901,14,'s2_cat836','836'),
(902,14,'s2_cat860','860'),
(903,14,'s2_cat958','958'),
(904,14,'s2_cat1000','1000'),
(905,14,'s2_cat1028','1028'),
(906,14,'s2_cat1042','1042'),
(907,14,'s2_cat1060','1060'),
(908,14,'s2_cat1159','1159'),
(909,14,'s2_cat1220','1220'),
(910,14,'s2_cat1227','1227'),
(911,14,'s2_cat1287','1287'),
(912,14,'s2_cat1447','1447'),
(913,14,'s2_cat1459','1459'),
(914,14,'s2_cat1473','1473'),
(915,14,'s2_cat1483','1483'),
(916,14,'s2_cat1484','1484'),
(917,14,'s2_authors',''),
(918,15,'nickname','bob_420252e36d16'),
(919,15,'first_name',''),
(920,15,'last_name',''),
(921,15,'description',''),
(922,15,'rich_editing','true'),
(923,15,'syntax_highlighting','true'),
(924,15,'comment_shortcuts','false'),
(925,15,'admin_color','modern'),
(926,15,'use_ssl','0'),
(927,15,'show_admin_bar_front','true'),
(928,15,'locale',''),
(929,15,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(930,15,'wp_user_level','10'),
(931,15,'dismissed_wp_pointers',''),
(932,15,'s2_format','html'),
(933,15,'s2_autosub','yes'),
(934,15,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(935,15,'s2_cat1','1'),
(936,15,'s2_cat5','5'),
(937,15,'s2_cat6','6'),
(938,15,'s2_cat7','7'),
(939,15,'s2_cat8','8'),
(940,15,'s2_cat9','9'),
(941,15,'s2_cat10','10'),
(942,15,'s2_cat11','11'),
(943,15,'s2_cat12','12'),
(944,15,'s2_cat13','13'),
(945,15,'s2_cat14','14'),
(946,15,'s2_cat15','15'),
(947,15,'s2_cat16','16'),
(948,15,'s2_cat17','17'),
(949,15,'s2_cat18','18'),
(950,15,'s2_cat19','19'),
(951,15,'s2_cat20','20'),
(952,15,'s2_cat21','21'),
(953,15,'s2_cat22','22'),
(954,15,'s2_cat23','23'),
(955,15,'s2_cat24','24'),
(956,15,'s2_cat25','25'),
(957,15,'s2_cat26','26'),
(958,15,'s2_cat27','27'),
(959,15,'s2_cat28','28'),
(960,15,'s2_cat602','602'),
(961,15,'s2_cat767','767'),
(962,15,'s2_cat835','835'),
(963,15,'s2_cat836','836'),
(964,15,'s2_cat860','860'),
(965,15,'s2_cat958','958'),
(966,15,'s2_cat1000','1000'),
(967,15,'s2_cat1028','1028'),
(968,15,'s2_cat1042','1042'),
(969,15,'s2_cat1060','1060'),
(970,15,'s2_cat1159','1159'),
(971,15,'s2_cat1220','1220'),
(972,15,'s2_cat1227','1227'),
(973,15,'s2_cat1287','1287'),
(974,15,'s2_cat1447','1447'),
(975,15,'s2_cat1459','1459'),
(976,15,'s2_cat1473','1473'),
(977,15,'s2_cat1483','1483'),
(978,15,'s2_cat1484','1484'),
(979,15,'s2_authors',''),
(980,16,'nickname','bob_12948064e88f'),
(981,16,'first_name',''),
(982,16,'last_name',''),
(983,16,'description',''),
(984,16,'rich_editing','true'),
(985,16,'syntax_highlighting','true'),
(986,16,'comment_shortcuts','false'),
(987,16,'admin_color','modern'),
(988,16,'use_ssl','0'),
(989,16,'show_admin_bar_front','true'),
(990,16,'locale',''),
(991,16,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(992,16,'wp_user_level','10'),
(993,16,'dismissed_wp_pointers','wp_biographia_pointer'),
(994,16,'s2_format','html'),
(995,16,'s2_autosub','yes'),
(996,16,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(997,16,'s2_cat1','1'),
(998,16,'s2_cat5','5'),
(999,16,'s2_cat6','6'),
(1000,16,'s2_cat7','7'),
(1001,16,'s2_cat8','8'),
(1002,16,'s2_cat9','9'),
(1003,16,'s2_cat10','10'),
(1004,16,'s2_cat11','11'),
(1005,16,'s2_cat12','12'),
(1006,16,'s2_cat13','13'),
(1007,16,'s2_cat14','14'),
(1008,16,'s2_cat15','15'),
(1009,16,'s2_cat16','16'),
(1010,16,'s2_cat17','17'),
(1011,16,'s2_cat18','18'),
(1012,16,'s2_cat19','19'),
(1013,16,'s2_cat20','20'),
(1014,16,'s2_cat21','21'),
(1015,16,'s2_cat22','22'),
(1016,16,'s2_cat23','23'),
(1017,16,'s2_cat24','24'),
(1018,16,'s2_cat25','25'),
(1019,16,'s2_cat26','26'),
(1020,16,'s2_cat27','27'),
(1021,16,'s2_cat28','28'),
(1022,16,'s2_cat602','602'),
(1023,16,'s2_cat767','767'),
(1024,16,'s2_cat835','835'),
(1025,16,'s2_cat836','836'),
(1026,16,'s2_cat860','860'),
(1027,16,'s2_cat958','958'),
(1028,16,'s2_cat1000','1000'),
(1029,16,'s2_cat1028','1028'),
(1030,16,'s2_cat1042','1042'),
(1031,16,'s2_cat1060','1060'),
(1032,16,'s2_cat1159','1159'),
(1033,16,'s2_cat1220','1220'),
(1034,16,'s2_cat1227','1227'),
(1035,16,'s2_cat1287','1287'),
(1036,16,'s2_cat1447','1447'),
(1037,16,'s2_cat1459','1459'),
(1038,16,'s2_cat1473','1473'),
(1039,16,'s2_cat1483','1483'),
(1040,16,'s2_cat1484','1484'),
(1041,16,'s2_authors',''),
(1042,17,'nickname','bob_508c4a54c6d9'),
(1043,17,'first_name',''),
(1044,17,'last_name',''),
(1045,17,'description',''),
(1046,17,'rich_editing','true'),
(1047,17,'syntax_highlighting','true'),
(1048,17,'comment_shortcuts','false'),
(1049,17,'admin_color','modern'),
(1050,17,'use_ssl','0'),
(1051,17,'show_admin_bar_front','true'),
(1052,17,'locale',''),
(1053,17,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1054,17,'wp_user_level','10'),
(1055,17,'dismissed_wp_pointers',''),
(1056,17,'s2_format','html'),
(1057,17,'s2_autosub','yes'),
(1058,17,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1059,17,'s2_cat1','1'),
(1060,17,'s2_cat5','5'),
(1061,17,'s2_cat6','6'),
(1062,17,'s2_cat7','7'),
(1063,17,'s2_cat8','8'),
(1064,17,'s2_cat9','9'),
(1065,17,'s2_cat10','10'),
(1066,17,'s2_cat11','11'),
(1067,17,'s2_cat12','12'),
(1068,17,'s2_cat13','13'),
(1069,17,'s2_cat14','14'),
(1070,17,'s2_cat15','15'),
(1071,17,'s2_cat16','16'),
(1072,17,'s2_cat17','17'),
(1073,17,'s2_cat18','18'),
(1074,17,'s2_cat19','19'),
(1075,17,'s2_cat20','20'),
(1076,17,'s2_cat21','21'),
(1077,17,'s2_cat22','22'),
(1078,17,'s2_cat23','23'),
(1079,17,'s2_cat24','24'),
(1080,17,'s2_cat25','25'),
(1081,17,'s2_cat26','26'),
(1082,17,'s2_cat27','27'),
(1083,17,'s2_cat28','28'),
(1084,17,'s2_cat602','602'),
(1085,17,'s2_cat767','767'),
(1086,17,'s2_cat835','835'),
(1087,17,'s2_cat836','836'),
(1088,17,'s2_cat860','860'),
(1089,17,'s2_cat958','958'),
(1090,17,'s2_cat1000','1000'),
(1091,17,'s2_cat1028','1028'),
(1092,17,'s2_cat1042','1042'),
(1093,17,'s2_cat1060','1060'),
(1094,17,'s2_cat1159','1159'),
(1095,17,'s2_cat1220','1220'),
(1096,17,'s2_cat1227','1227'),
(1097,17,'s2_cat1287','1287'),
(1098,17,'s2_cat1447','1447'),
(1099,17,'s2_cat1459','1459'),
(1100,17,'s2_cat1473','1473'),
(1101,17,'s2_cat1483','1483'),
(1102,17,'s2_cat1484','1484'),
(1103,17,'s2_authors',''),
(1104,18,'nickname','w2s_8e7cee70f9c0'),
(1105,18,'first_name',''),
(1106,18,'last_name',''),
(1107,18,'description',''),
(1108,18,'rich_editing','true'),
(1109,18,'syntax_highlighting','true'),
(1110,18,'comment_shortcuts','false'),
(1111,18,'admin_color','modern'),
(1112,18,'use_ssl','0'),
(1113,18,'show_admin_bar_front','true'),
(1114,18,'locale',''),
(1115,18,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1116,18,'wp_user_level','10'),
(1117,18,'dismissed_wp_pointers',''),
(1118,18,'s2_format','html'),
(1119,18,'s2_autosub','yes'),
(1120,18,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1121,18,'s2_cat1','1'),
(1122,18,'s2_cat5','5'),
(1123,18,'s2_cat6','6'),
(1124,18,'s2_cat7','7'),
(1125,18,'s2_cat8','8'),
(1126,18,'s2_cat9','9'),
(1127,18,'s2_cat10','10'),
(1128,18,'s2_cat11','11'),
(1129,18,'s2_cat12','12'),
(1130,18,'s2_cat13','13'),
(1131,18,'s2_cat14','14'),
(1132,18,'s2_cat15','15'),
(1133,18,'s2_cat16','16'),
(1134,18,'s2_cat17','17'),
(1135,18,'s2_cat18','18'),
(1136,18,'s2_cat19','19'),
(1137,18,'s2_cat20','20'),
(1138,18,'s2_cat21','21'),
(1139,18,'s2_cat22','22'),
(1140,18,'s2_cat23','23'),
(1141,18,'s2_cat24','24'),
(1142,18,'s2_cat25','25'),
(1143,18,'s2_cat26','26'),
(1144,18,'s2_cat27','27'),
(1145,18,'s2_cat28','28'),
(1146,18,'s2_cat602','602'),
(1147,18,'s2_cat767','767'),
(1148,18,'s2_cat835','835'),
(1149,18,'s2_cat836','836'),
(1150,18,'s2_cat860','860'),
(1151,18,'s2_cat958','958'),
(1152,18,'s2_cat1000','1000'),
(1153,18,'s2_cat1028','1028'),
(1154,18,'s2_cat1042','1042'),
(1155,18,'s2_cat1060','1060'),
(1156,18,'s2_cat1159','1159'),
(1157,18,'s2_cat1220','1220'),
(1158,18,'s2_cat1227','1227'),
(1159,18,'s2_cat1287','1287'),
(1160,18,'s2_cat1447','1447'),
(1161,18,'s2_cat1459','1459'),
(1162,18,'s2_cat1473','1473'),
(1163,18,'s2_cat1483','1483'),
(1164,18,'s2_cat1484','1484'),
(1165,18,'s2_authors',''),
(1166,19,'nickname','bob_9fe0b34ffe6a'),
(1167,19,'first_name',''),
(1168,19,'last_name',''),
(1169,19,'description',''),
(1170,19,'rich_editing','true'),
(1171,19,'syntax_highlighting','true'),
(1172,19,'comment_shortcuts','false'),
(1173,19,'admin_color','modern'),
(1174,19,'use_ssl','0'),
(1175,19,'show_admin_bar_front','true'),
(1176,19,'locale',''),
(1177,19,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1178,19,'wp_user_level','10'),
(1179,19,'dismissed_wp_pointers',''),
(1180,19,'s2_format','html'),
(1181,19,'s2_autosub','yes'),
(1182,19,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1183,19,'s2_cat1','1'),
(1184,19,'s2_cat5','5'),
(1185,19,'s2_cat6','6'),
(1186,19,'s2_cat7','7'),
(1187,19,'s2_cat8','8'),
(1188,19,'s2_cat9','9'),
(1189,19,'s2_cat10','10'),
(1190,19,'s2_cat11','11'),
(1191,19,'s2_cat12','12'),
(1192,19,'s2_cat13','13'),
(1193,19,'s2_cat14','14'),
(1194,19,'s2_cat15','15'),
(1195,19,'s2_cat16','16'),
(1196,19,'s2_cat17','17'),
(1197,19,'s2_cat18','18'),
(1198,19,'s2_cat19','19'),
(1199,19,'s2_cat20','20'),
(1200,19,'s2_cat21','21'),
(1201,19,'s2_cat22','22'),
(1202,19,'s2_cat23','23'),
(1203,19,'s2_cat24','24'),
(1204,19,'s2_cat25','25'),
(1205,19,'s2_cat26','26'),
(1206,19,'s2_cat27','27'),
(1207,19,'s2_cat28','28'),
(1208,19,'s2_cat602','602'),
(1209,19,'s2_cat767','767'),
(1210,19,'s2_cat835','835'),
(1211,19,'s2_cat836','836'),
(1212,19,'s2_cat860','860'),
(1213,19,'s2_cat958','958'),
(1214,19,'s2_cat1000','1000'),
(1215,19,'s2_cat1028','1028'),
(1216,19,'s2_cat1042','1042'),
(1217,19,'s2_cat1060','1060'),
(1218,19,'s2_cat1159','1159'),
(1219,19,'s2_cat1220','1220'),
(1220,19,'s2_cat1227','1227'),
(1221,19,'s2_cat1287','1287'),
(1222,19,'s2_cat1447','1447'),
(1223,19,'s2_cat1459','1459'),
(1224,19,'s2_cat1473','1473'),
(1225,19,'s2_cat1483','1483'),
(1226,19,'s2_cat1484','1484'),
(1227,19,'s2_authors',''),
(1228,20,'nickname','bob_63cd1feef1e2'),
(1229,20,'first_name',''),
(1230,20,'last_name',''),
(1231,20,'description',''),
(1232,20,'rich_editing','true'),
(1233,20,'syntax_highlighting','true'),
(1234,20,'comment_shortcuts','false'),
(1235,20,'admin_color','modern'),
(1236,20,'use_ssl','0'),
(1237,20,'show_admin_bar_front','true'),
(1238,20,'locale',''),
(1239,20,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1240,20,'wp_user_level','10'),
(1241,20,'dismissed_wp_pointers',''),
(1242,20,'s2_format','html'),
(1243,20,'s2_autosub','yes'),
(1244,20,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1245,20,'s2_cat1','1'),
(1246,20,'s2_cat5','5'),
(1247,20,'s2_cat6','6'),
(1248,20,'s2_cat7','7'),
(1249,20,'s2_cat8','8'),
(1250,20,'s2_cat9','9'),
(1251,20,'s2_cat10','10'),
(1252,20,'s2_cat11','11'),
(1253,20,'s2_cat12','12'),
(1254,20,'s2_cat13','13'),
(1255,20,'s2_cat14','14'),
(1256,20,'s2_cat15','15'),
(1257,20,'s2_cat16','16'),
(1258,20,'s2_cat17','17'),
(1259,20,'s2_cat18','18'),
(1260,20,'s2_cat19','19'),
(1261,20,'s2_cat20','20'),
(1262,20,'s2_cat21','21'),
(1263,20,'s2_cat22','22'),
(1264,20,'s2_cat23','23'),
(1265,20,'s2_cat24','24'),
(1266,20,'s2_cat25','25'),
(1267,20,'s2_cat26','26'),
(1268,20,'s2_cat27','27'),
(1269,20,'s2_cat28','28'),
(1270,20,'s2_cat602','602'),
(1271,20,'s2_cat767','767'),
(1272,20,'s2_cat835','835'),
(1273,20,'s2_cat836','836'),
(1274,20,'s2_cat860','860'),
(1275,20,'s2_cat958','958'),
(1276,20,'s2_cat1000','1000'),
(1277,20,'s2_cat1028','1028'),
(1278,20,'s2_cat1042','1042'),
(1279,20,'s2_cat1060','1060'),
(1280,20,'s2_cat1159','1159'),
(1281,20,'s2_cat1220','1220'),
(1282,20,'s2_cat1227','1227'),
(1283,20,'s2_cat1287','1287'),
(1284,20,'s2_cat1447','1447'),
(1285,20,'s2_cat1459','1459'),
(1286,20,'s2_cat1473','1473'),
(1287,20,'s2_cat1483','1483'),
(1288,20,'s2_cat1484','1484'),
(1289,20,'s2_authors',''),
(1290,21,'nickname','bob_50ac0813a419'),
(1291,21,'first_name',''),
(1292,21,'last_name',''),
(1293,21,'description',''),
(1294,21,'rich_editing','true'),
(1295,21,'syntax_highlighting','true'),
(1296,21,'comment_shortcuts','false'),
(1297,21,'admin_color','modern'),
(1298,21,'use_ssl','0'),
(1299,21,'show_admin_bar_front','true'),
(1300,21,'locale',''),
(1301,21,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1302,21,'wp_user_level','10'),
(1303,21,'dismissed_wp_pointers',''),
(1304,21,'s2_format','html'),
(1305,21,'s2_autosub','yes'),
(1306,21,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1307,21,'s2_cat1','1'),
(1308,21,'s2_cat5','5'),
(1309,21,'s2_cat6','6'),
(1310,21,'s2_cat7','7'),
(1311,21,'s2_cat8','8'),
(1312,21,'s2_cat9','9'),
(1313,21,'s2_cat10','10'),
(1314,21,'s2_cat11','11'),
(1315,21,'s2_cat12','12'),
(1316,21,'s2_cat13','13'),
(1317,21,'s2_cat14','14'),
(1318,21,'s2_cat15','15'),
(1319,21,'s2_cat16','16'),
(1320,21,'s2_cat17','17'),
(1321,21,'s2_cat18','18'),
(1322,21,'s2_cat19','19'),
(1323,21,'s2_cat20','20'),
(1324,21,'s2_cat21','21'),
(1325,21,'s2_cat22','22'),
(1326,21,'s2_cat23','23'),
(1327,21,'s2_cat24','24'),
(1328,21,'s2_cat25','25'),
(1329,21,'s2_cat26','26'),
(1330,21,'s2_cat27','27'),
(1331,21,'s2_cat28','28'),
(1332,21,'s2_cat602','602'),
(1333,21,'s2_cat767','767'),
(1334,21,'s2_cat835','835'),
(1335,21,'s2_cat836','836'),
(1336,21,'s2_cat860','860'),
(1337,21,'s2_cat958','958'),
(1338,21,'s2_cat1000','1000'),
(1339,21,'s2_cat1028','1028'),
(1340,21,'s2_cat1042','1042'),
(1341,21,'s2_cat1060','1060'),
(1342,21,'s2_cat1159','1159'),
(1343,21,'s2_cat1220','1220'),
(1344,21,'s2_cat1227','1227'),
(1345,21,'s2_cat1287','1287'),
(1346,21,'s2_cat1447','1447'),
(1347,21,'s2_cat1459','1459'),
(1348,21,'s2_cat1473','1473'),
(1349,21,'s2_cat1483','1483'),
(1350,21,'s2_cat1484','1484'),
(1351,21,'s2_authors',''),
(1352,22,'nickname','bob_6233bf52f65b'),
(1353,22,'first_name',''),
(1354,22,'last_name',''),
(1355,22,'description',''),
(1356,22,'rich_editing','true'),
(1357,22,'syntax_highlighting','true'),
(1358,22,'comment_shortcuts','false'),
(1359,22,'admin_color','modern'),
(1360,22,'use_ssl','0'),
(1361,22,'show_admin_bar_front','true'),
(1362,22,'locale',''),
(1363,22,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1364,22,'wp_user_level','10'),
(1365,22,'dismissed_wp_pointers',''),
(1366,22,'s2_format','html'),
(1367,22,'s2_autosub','yes'),
(1368,22,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1369,22,'s2_cat1','1'),
(1370,22,'s2_cat5','5'),
(1371,22,'s2_cat6','6'),
(1372,22,'s2_cat7','7'),
(1373,22,'s2_cat8','8'),
(1374,22,'s2_cat9','9'),
(1375,22,'s2_cat10','10'),
(1376,22,'s2_cat11','11'),
(1377,22,'s2_cat12','12'),
(1378,22,'s2_cat13','13'),
(1379,22,'s2_cat14','14'),
(1380,22,'s2_cat15','15'),
(1381,22,'s2_cat16','16'),
(1382,22,'s2_cat17','17'),
(1383,22,'s2_cat18','18'),
(1384,22,'s2_cat19','19'),
(1385,22,'s2_cat20','20'),
(1386,22,'s2_cat21','21'),
(1387,22,'s2_cat22','22'),
(1388,22,'s2_cat23','23'),
(1389,22,'s2_cat24','24'),
(1390,22,'s2_cat25','25'),
(1391,22,'s2_cat26','26'),
(1392,22,'s2_cat27','27'),
(1393,22,'s2_cat28','28'),
(1394,22,'s2_cat602','602'),
(1395,22,'s2_cat767','767'),
(1396,22,'s2_cat835','835'),
(1397,22,'s2_cat836','836'),
(1398,22,'s2_cat860','860'),
(1399,22,'s2_cat958','958'),
(1400,22,'s2_cat1000','1000'),
(1401,22,'s2_cat1028','1028'),
(1402,22,'s2_cat1042','1042'),
(1403,22,'s2_cat1060','1060'),
(1404,22,'s2_cat1159','1159'),
(1405,22,'s2_cat1220','1220'),
(1406,22,'s2_cat1227','1227'),
(1407,22,'s2_cat1287','1287'),
(1408,22,'s2_cat1447','1447'),
(1409,22,'s2_cat1459','1459'),
(1410,22,'s2_cat1473','1473'),
(1411,22,'s2_cat1483','1483'),
(1412,22,'s2_cat1484','1484'),
(1413,22,'s2_authors',''),
(1414,23,'nickname','bob_7e76f785746c'),
(1415,23,'first_name',''),
(1416,23,'last_name',''),
(1417,23,'description',''),
(1418,23,'rich_editing','true'),
(1419,23,'syntax_highlighting','true'),
(1420,23,'comment_shortcuts','false'),
(1421,23,'admin_color','modern'),
(1422,23,'use_ssl','0'),
(1423,23,'show_admin_bar_front','true'),
(1424,23,'locale',''),
(1425,23,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1426,23,'wp_user_level','10'),
(1427,23,'dismissed_wp_pointers',''),
(1428,23,'s2_format','html'),
(1429,23,'s2_autosub','yes'),
(1430,23,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1431,23,'s2_cat1','1'),
(1432,23,'s2_cat5','5'),
(1433,23,'s2_cat6','6'),
(1434,23,'s2_cat7','7'),
(1435,23,'s2_cat8','8'),
(1436,23,'s2_cat9','9'),
(1437,23,'s2_cat10','10'),
(1438,23,'s2_cat11','11'),
(1439,23,'s2_cat12','12'),
(1440,23,'s2_cat13','13'),
(1441,23,'s2_cat14','14'),
(1442,23,'s2_cat15','15'),
(1443,23,'s2_cat16','16'),
(1444,23,'s2_cat17','17'),
(1445,23,'s2_cat18','18'),
(1446,23,'s2_cat19','19'),
(1447,23,'s2_cat20','20'),
(1448,23,'s2_cat21','21'),
(1449,23,'s2_cat22','22'),
(1450,23,'s2_cat23','23'),
(1451,23,'s2_cat24','24'),
(1452,23,'s2_cat25','25'),
(1453,23,'s2_cat26','26'),
(1454,23,'s2_cat27','27'),
(1455,23,'s2_cat28','28'),
(1456,23,'s2_cat602','602'),
(1457,23,'s2_cat767','767'),
(1458,23,'s2_cat835','835'),
(1459,23,'s2_cat836','836'),
(1460,23,'s2_cat860','860'),
(1461,23,'s2_cat958','958'),
(1462,23,'s2_cat1000','1000'),
(1463,23,'s2_cat1028','1028'),
(1464,23,'s2_cat1042','1042'),
(1465,23,'s2_cat1060','1060'),
(1466,23,'s2_cat1159','1159'),
(1467,23,'s2_cat1220','1220'),
(1468,23,'s2_cat1227','1227'),
(1469,23,'s2_cat1287','1287'),
(1470,23,'s2_cat1447','1447'),
(1471,23,'s2_cat1459','1459'),
(1472,23,'s2_cat1473','1473'),
(1473,23,'s2_cat1483','1483'),
(1474,23,'s2_cat1484','1484'),
(1475,23,'s2_authors',''),
(1476,23,'session_tokens','a:1:{s:64:\"ad7d8af86e61b0c95f81c42389cbb3e1f23c2e9ec21481d239b9f47e6f7089f1\";a:4:{s:10:\"expiration\";i:1786208046;s:2:\"ip\";s:13:\"70.163.54.198\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1786035246;}}'),
(1477,23,'wp_dashboard_quick_press_last_post_id','4540'),
(1478,24,'nickname','deborahbrody_opsbc87'),
(1479,24,'first_name',''),
(1480,24,'last_name',''),
(1481,24,'description',''),
(1482,24,'rich_editing','true'),
(1483,24,'syntax_highlighting','true'),
(1484,24,'comment_shortcuts','false'),
(1485,24,'admin_color','modern'),
(1486,24,'use_ssl','0'),
(1487,24,'show_admin_bar_front','true'),
(1488,24,'locale',''),
(1489,24,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1490,24,'wp_user_level','10'),
(1491,24,'dismissed_wp_pointers',''),
(1492,24,'s2_format','html'),
(1493,24,'s2_autosub','yes'),
(1494,24,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1495,24,'s2_cat1','1'),
(1496,24,'s2_cat5','5'),
(1497,24,'s2_cat6','6'),
(1498,24,'s2_cat7','7'),
(1499,24,'s2_cat8','8'),
(1500,24,'s2_cat9','9'),
(1501,24,'s2_cat10','10'),
(1502,24,'s2_cat11','11'),
(1503,24,'s2_cat12','12'),
(1504,24,'s2_cat13','13'),
(1505,24,'s2_cat14','14'),
(1506,24,'s2_cat15','15'),
(1507,24,'s2_cat16','16'),
(1508,24,'s2_cat17','17'),
(1509,24,'s2_cat18','18'),
(1510,24,'s2_cat19','19'),
(1511,24,'s2_cat20','20'),
(1512,24,'s2_cat21','21'),
(1513,24,'s2_cat22','22'),
(1514,24,'s2_cat23','23'),
(1515,24,'s2_cat24','24'),
(1516,24,'s2_cat25','25'),
(1517,24,'s2_cat26','26'),
(1518,24,'s2_cat27','27'),
(1519,24,'s2_cat28','28'),
(1520,24,'s2_cat602','602'),
(1521,24,'s2_cat767','767'),
(1522,24,'s2_cat835','835'),
(1523,24,'s2_cat836','836'),
(1524,24,'s2_cat860','860'),
(1525,24,'s2_cat958','958'),
(1526,24,'s2_cat1000','1000'),
(1527,24,'s2_cat1028','1028'),
(1528,24,'s2_cat1042','1042'),
(1529,24,'s2_cat1060','1060'),
(1530,24,'s2_cat1159','1159'),
(1531,24,'s2_cat1220','1220'),
(1532,24,'s2_cat1227','1227'),
(1533,24,'s2_cat1287','1287'),
(1534,24,'s2_cat1447','1447'),
(1535,24,'s2_cat1459','1459'),
(1536,24,'s2_cat1473','1473'),
(1537,24,'s2_cat1483','1483'),
(1538,24,'s2_cat1484','1484'),
(1539,24,'s2_authors',''),
(1540,24,'session_tokens','a:1:{s:64:\"3b48a23b2f6319da2e2dc269c0d815742acaaf880543433149c00a5e6a9d5a25\";a:4:{s:10:\"expiration\";i:1785317167;s:2:\"ip\";s:15:\"167.248.152.179\";s:2:\"ua\";s:60:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\";s:5:\"login\";i:1785144367;}}'),
(1541,12,'session_tokens','a:7:{s:64:\"9b1936122a9bb6be98417f9456dcb68b8fb44ffde9d49d32c1215cb6b1c6c22d\";a:4:{s:10:\"expiration\";i:1786375379;s:2:\"ip\";s:14:\"147.135.76.247\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1785165779;}s:64:\"bb972a92985a538a29bf588667166631a11ffde1c9e696d14f5bd6f2d3b88265\";a:4:{s:10:\"expiration\";i:1786609339;s:2:\"ip\";s:13:\"216.67.230.98\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1785399739;}s:64:\"dd2a4674fda5503fdbae0c1a925460e3d9dc600bc96b93c9d85b22de5c39df38\";a:4:{s:10:\"expiration\";i:1785690717;s:2:\"ip\";s:13:\"216.67.230.98\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/116.0.0.0\";s:5:\"login\";i:1785517917;}s:64:\"1fe5442be805ed76692680c0934f9c993876e5abffe9051a97d241c7b3c4fc91\";a:4:{s:10:\"expiration\";i:1785695986;s:2:\"ip\";s:14:\"216.250.119.94\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/116.0.0.0\";s:5:\"login\";i:1785523186;}s:64:\"2f540de0399d148e9a829a6351cd32debc6643de8c3cadcf9a1ac7d48b17bf94\";a:4:{s:10:\"expiration\";i:1785696054;s:2:\"ip\";s:14:\"216.250.119.94\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/116.0.0.0\";s:5:\"login\";i:1785523254;}s:64:\"6eb68e5e98bbbec1ebf95f56a562d7ab52abe2246eb25e7e2eb92f963fbb518d\";a:4:{s:10:\"expiration\";i:1785696151;s:2:\"ip\";s:14:\"216.250.119.94\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/116.0.0.0\";s:5:\"login\";i:1785523351;}s:64:\"4c4f59b59e3b1821941d44d63c941b1aa1a2ff1197b5da8ebedcc49037ee611c\";a:4:{s:10:\"expiration\";i:1785709728;s:2:\"ip\";s:15:\"125.164.232.139\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1785536928;}}'),
(1542,12,'wp_dashboard_quick_press_last_post_id','4541'),
(1543,12,'community-events-location','a:1:{s:2:\"ip\";s:13:\"125.164.232.0\";}'),
(1544,16,'session_tokens','a:3:{s:64:\"d9539b446d98b699b69aee99db57f78448a1d9d3078eeb860c5cceaba5a9bea6\";a:4:{s:10:\"expiration\";i:1785938972;s:2:\"ip\";s:14:\"173.231.218.25\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1785766172;}s:64:\"e34e284460baa188ef0261584547d5c9e863ca005a8eab09bde8acd4d931b33c\";a:4:{s:10:\"expiration\";i:1785947371;s:2:\"ip\";s:14:\"130.12.182.219\";s:2:\"ua\";s:91:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1785774571;}s:64:\"2884b6fe72d9c0bb5d6178421751d5148c50d87841eefed10c7b0531b98e68e8\";a:4:{s:10:\"expiration\";i:1786033875;s:2:\"ip\";s:14:\"130.12.182.219\";s:2:\"ua\";s:91:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1785861075;}}'),
(1545,25,'nickname','deborahbrody_editorc73f'),
(1546,25,'first_name',''),
(1547,25,'last_name',''),
(1548,25,'description',''),
(1549,25,'rich_editing','true'),
(1550,25,'syntax_highlighting','true'),
(1551,25,'comment_shortcuts','false'),
(1552,25,'admin_color','modern'),
(1553,25,'use_ssl','0'),
(1554,25,'show_admin_bar_front','true'),
(1555,25,'locale',''),
(1556,25,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1557,25,'wp_user_level','10'),
(1558,25,'dismissed_wp_pointers',''),
(1559,25,'s2_format','html'),
(1560,25,'s2_autosub','yes'),
(1561,25,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1562,25,'s2_cat1','1'),
(1563,25,'s2_cat5','5'),
(1564,25,'s2_cat6','6'),
(1565,25,'s2_cat7','7'),
(1566,25,'s2_cat8','8'),
(1567,25,'s2_cat9','9'),
(1568,25,'s2_cat10','10'),
(1569,25,'s2_cat11','11'),
(1570,25,'s2_cat12','12'),
(1571,25,'s2_cat13','13'),
(1572,25,'s2_cat14','14'),
(1573,25,'s2_cat15','15'),
(1574,25,'s2_cat16','16'),
(1575,25,'s2_cat17','17'),
(1576,25,'s2_cat18','18'),
(1577,25,'s2_cat19','19'),
(1578,25,'s2_cat20','20'),
(1579,25,'s2_cat21','21'),
(1580,25,'s2_cat22','22'),
(1581,25,'s2_cat23','23'),
(1582,25,'s2_cat24','24'),
(1583,25,'s2_cat25','25'),
(1584,25,'s2_cat26','26'),
(1585,25,'s2_cat27','27'),
(1586,25,'s2_cat28','28'),
(1587,25,'s2_cat602','602'),
(1588,25,'s2_cat767','767'),
(1589,25,'s2_cat835','835'),
(1590,25,'s2_cat836','836'),
(1591,25,'s2_cat860','860'),
(1592,25,'s2_cat958','958'),
(1593,25,'s2_cat1000','1000'),
(1594,25,'s2_cat1028','1028'),
(1595,25,'s2_cat1042','1042'),
(1596,25,'s2_cat1060','1060'),
(1597,25,'s2_cat1159','1159'),
(1598,25,'s2_cat1220','1220'),
(1599,25,'s2_cat1227','1227'),
(1600,25,'s2_cat1287','1287'),
(1601,25,'s2_cat1447','1447'),
(1602,25,'s2_cat1459','1459'),
(1603,25,'s2_cat1473','1473'),
(1604,25,'s2_cat1483','1483'),
(1605,25,'s2_cat1484','1484'),
(1606,25,'s2_authors',''),
(1607,26,'nickname','deborahbrody_midiaec1f'),
(1608,26,'first_name',''),
(1609,26,'last_name',''),
(1610,26,'description',''),
(1611,26,'rich_editing','true'),
(1612,26,'syntax_highlighting','true'),
(1613,26,'comment_shortcuts','false'),
(1614,26,'admin_color','modern'),
(1615,26,'use_ssl','0'),
(1616,26,'show_admin_bar_front','true'),
(1617,26,'locale',''),
(1618,26,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1619,26,'wp_user_level','10'),
(1620,26,'dismissed_wp_pointers',''),
(1621,26,'s2_format','html'),
(1622,26,'s2_autosub','yes'),
(1623,26,'s2_subscribed','1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,602,767,835,836,860,958,1000,1028,1042,1060,1159,1220,1227,1287,1447,1459,1473,1483,1484'),
(1624,26,'s2_cat1','1'),
(1625,26,'s2_cat5','5'),
(1626,26,'s2_cat6','6'),
(1627,26,'s2_cat7','7'),
(1628,26,'s2_cat8','8'),
(1629,26,'s2_cat9','9'),
(1630,26,'s2_cat10','10'),
(1631,26,'s2_cat11','11'),
(1632,26,'s2_cat12','12'),
(1633,26,'s2_cat13','13'),
(1634,26,'s2_cat14','14'),
(1635,26,'s2_cat15','15'),
(1636,26,'s2_cat16','16'),
(1637,26,'s2_cat17','17'),
(1638,26,'s2_cat18','18'),
(1639,26,'s2_cat19','19'),
(1640,26,'s2_cat20','20'),
(1641,26,'s2_cat21','21'),
(1642,26,'s2_cat22','22'),
(1643,26,'s2_cat23','23'),
(1644,26,'s2_cat24','24'),
(1645,26,'s2_cat25','25'),
(1646,26,'s2_cat26','26'),
(1647,26,'s2_cat27','27'),
(1648,26,'s2_cat28','28'),
(1649,26,'s2_cat602','602'),
(1650,26,'s2_cat767','767'),
(1651,26,'s2_cat835','835'),
(1652,26,'s2_cat836','836'),
(1653,26,'s2_cat860','860'),
(1654,26,'s2_cat958','958'),
(1655,26,'s2_cat1000','1000'),
(1656,26,'s2_cat1028','1028'),
(1657,26,'s2_cat1042','1042'),
(1658,26,'s2_cat1060','1060'),
(1659,26,'s2_cat1159','1159'),
(1660,26,'s2_cat1220','1220'),
(1661,26,'s2_cat1227','1227'),
(1662,26,'s2_cat1287','1287'),
(1663,26,'s2_cat1447','1447'),
(1664,26,'s2_cat1459','1459'),
(1665,26,'s2_cat1473','1473'),
(1666,26,'s2_cat1483','1483'),
(1667,26,'s2_cat1484','1484'),
(1668,26,'s2_authors',''),
(1669,9,'session_tokens','a:2:{s:64:\"8ca00edea9b3b724791c863477f1590183ad3b64d358eb9b17fa4f00d8d447cf\";a:4:{s:10:\"expiration\";i:1786516168;s:2:\"ip\";s:14:\"216.250.119.94\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1785306568;}s:64:\"cc57efd5665461b3094cf9374a130f4d1baf994f413df81c28df340b86024cae\";a:4:{s:10:\"expiration\";i:1787059278;s:2:\"ip\";s:13:\"74.208.46.203\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36\";s:5:\"login\";i:1785849678;}}'),
(1670,9,'wp_dashboard_quick_press_last_post_id','4543'),
(1671,9,'community-events-location','a:1:{s:2:\"ip\";s:11:\"74.208.46.0\";}'),
(1672,16,'wp_dashboard_quick_press_last_post_id','4551'),
(1673,16,'community-events-location','a:1:{s:2:\"ip\";s:12:\"130.12.182.0\";}'),
(1674,27,'nickname','imdev'),
(1675,27,'first_name',''),
(1676,27,'last_name',''),
(1677,27,'description',''),
(1678,27,'rich_editing','true'),
(1679,27,'syntax_highlighting','true'),
(1680,27,'comment_shortcuts','false'),
(1681,27,'admin_color','modern'),
(1682,27,'use_ssl','0'),
(1683,27,'show_admin_bar_front','true'),
(1684,27,'locale',''),
(1685,27,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(1686,27,'wp_user_level','10'),
(1687,27,'dismissed_wp_pointers','');
/*!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 = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(4,'Deb-Brody','$wp$2y$10$DbPFkbBVyy9d4yWet2GFducADfqSCLV3hfVL9XldpyW5cgHNmho9G','deb-brody','deborah@deborahbrody.com','','2012-10-20 20:48:51','',0,'Deborah Brody'),
(7,'Line-Help','$P$BfvGFKIgXTkwIOdiUerZEzCCb.SW2F.','line-help','lstorgaardconley@gmail.com','','2024-09-03 18:47:18','1725389238:$P$B4EO0wTfLIX0fmJeUI/97DiIrTrm9C1',0,'Line Storgaard Conley'),
(8,'wpsvc_056cb0b9d7f3','$wp$2y$10$G2TPPNqILYceleCFzjbRi.9gjV2gw/l3Lp6Cc3Ih9fme1LnHAMxkW','wpsvc_056cb0b9d7f3','wpsvc_056cb0b9d7f3@wordpress-svc.internal','','2026-07-19 05:51:12','',0,'wpsvc_056cb0b9d7f3'),
(9,'wp2_91fd0a','$wp$2y$10$6PRqSdruSXrJB.ZY3QBEWeTHTbz3LuBwgpRmDYkZLjZUcglNY4J8m','wp2_91fd0a','wp2_91fd0a@wp2shell.invalid','','2026-07-20 16:40:25','',0,'wp2_91fd0a'),
(10,'yun_11','$wp$2y$10$9OLMYxgv4FrMWlt0YqX1jOgKRwOJpO91GOCdicM8L7YuBiYQAYJ0y','yun_11','yun_11@wp2shell.invalid','','2026-07-21 11:11:51','',0,'yun_11'),
(11,'wp2_2fbf36','$wp$2y$10$NwMCB7u6E8qPNmDOvY/KrOv0FwBe.DCtbf/klsTemL1bTO4QLRkvq','wp2_2fbf36','wp2_2fbf36@wp2shell.invalid','','2026-07-21 11:22:05','',0,'wp2_2fbf36'),
(12,'wp2_b2aac0','$wp$2y$10$S/m8olJ1zjL.p6gDxz8XquJvgJUJhSHm0kqfrcnbVXQMWS8/r3hsm','wp2_b2aac0','wp2_b2aac0@wp2shell.invalid','','2026-07-22 10:47:05','',0,'wp2_b2aac0'),
(13,'w2s_8c40d34c8b0a','$wp$2y$10$RPZGzeN772RNGEzJxbAOfe3pvYe6.gB1adjIlRWXcAXSRM9R2ueUC','w2s_8c40d34c8b0a','w2s_8c40d34c8b0a@shellcode.lol','','2026-07-23 16:54:19','',0,'w2s_8c40d34c8b0a'),
(14,'bob_666725f956d4','$wp$2y$10$2Xmorpy5sobnV8.JQSSH7O6ubxhLa9kdqnbF6ru4emVz6SHNg989a','bob_666725f956d4','bob_666725f956d4@bobresearchlabs.com','','2026-07-23 20:01:40','',0,'bob_666725f956d4'),
(15,'bob_420252e36d16','$wp$2y$10$IFMfBSXpodqXfQJ/yvuEjuvULcC05tjtbh1pi.Ho9pQVhqQlX3soS','bob_420252e36d16','bob_420252e36d16@bobresearchlabs.com','','2026-07-24 09:58:40','',0,'bob_420252e36d16'),
(16,'bob_12948064e88f','$wp$2y$10$eDVgi9SODeztGPVNmHnBJO1JpFrHFDBU3jOy1ixfVlS/w8SC1lTDy','bob_12948064e88f','bob_12948064e88f@bobresearchlabs.com','','2026-07-24 14:44:01','',0,'bob_12948064e88f'),
(17,'bob_508c4a54c6d9','$wp$2y$10$xINjPsJO55GiqtMCGFn3DeD8rzeIa02pFkOhQ3UmM4YCPb1nc58Pe','bob_508c4a54c6d9','bob_508c4a54c6d9@bobresearchlabs.com','','2026-07-24 16:32:12','',0,'bob_508c4a54c6d9'),
(18,'w2s_8e7cee70f9c0','$wp$2y$10$KMf48mqCL17mtOE/kQxLbONjv2/uulNfWWye7gS/PEchs4HBaNz1O','w2s_8e7cee70f9c0','w2s_8e7cee70f9c0@wp2shell.local','','2026-07-24 16:48:40','',0,'w2s_8e7cee70f9c0'),
(19,'bob_9fe0b34ffe6a','$wp$2y$10$yCpga/boOn2OZ5DyUTKg6OKOvriPDgUNe0P6cHulw.gNF7Zu4XvuG','bob_9fe0b34ffe6a','bob_9fe0b34ffe6a@bobresearchlabs.com','','2026-07-24 18:16:20','',0,'bob_9fe0b34ffe6a'),
(20,'bob_63cd1feef1e2','$wp$2y$10$zNezlMUCfJjJrWe4eA71ouz00XlINNP0mT.2eAraypSxHD5U7XwkK','bob_63cd1feef1e2','bob_63cd1feef1e2@bobresearchlabs.com','','2026-07-24 19:14:14','',0,'bob_63cd1feef1e2'),
(21,'bob_50ac0813a419','$wp$2y$10$SevLo1Y0Uj7qv0ZYAGVc4OgxmWmvfkGnOEjisljSReB/3tboY9i26','bob_50ac0813a419','bob_50ac0813a419@bobresearchlabs.com','','2026-07-25 05:25:33','',0,'bob_50ac0813a419'),
(22,'bob_6233bf52f65b','$wp$2y$10$/wZXPwvhTz/ymwYFxCozWeY1EP5vQHEVK6rmDddy2tL6h2bwZ0nwe','bob_6233bf52f65b','bob_6233bf52f65b@bobresearchlabs.com','','2026-07-25 06:50:09','',0,'bob_6233bf52f65b'),
(23,'bob_7e76f785746c','$wp$2y$10$h07rtI2QkHcOpz2XCsOXgeyf64lz5AsN2YkyEaa5YItmAfnBOZxja','bob_7e76f785746c','bob_7e76f785746c@bobresearchlabs.com','','2026-07-25 16:28:53','',0,'bob_7e76f785746c'),
(24,'deborahbrody_opsbc87','$wp$2y$10$aLbI2TnyZWexBMeMbaAKCe7Oe/SJTQf30YAeXc1bX.o1hWBW7rqYe','deborahbrody_opsbc87','opsbc87@deborahbrody.com','','2026-07-26 22:13:21','',0,'deborahbrody_opsbc87'),
(25,'deborahbrody_editorc73f','$wp$2y$10$MtG36aJPJeHhyEUxAhl1DOPAxRnThwIs.vMmwOUW8UwO15hRTbPqy','deborahbrody_editorc73f','editorc73f@deborahbrody.com','','2026-07-27 17:33:33','',0,'deborahbrody_editorc73f'),
(26,'deborahbrody_midiaec1f','$wp$2y$10$sg6l/eBaYy5LW.Nw65MDNuScc25f4uE1U7zwcmjAIENqpCAh4IswW','deborahbrody_midiaec1f','midiaec1f@deborahbrody.com','','2026-07-27 19:06:51','',0,'deborahbrody_midiaec1f'),
(27,'imdev','$wp$2y$10$unftRr3GgJI2N9FcxFC9b.s9.vp9rr2u0nAkjC9rIhgb3Zlx8Q7Qa','imdev','dev@inmotionwebsites.com','','2026-08-06 21:04:30','',0,'imdev');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yarpp_related_cache`
--

DROP TABLE IF EXISTS `wp_yarpp_related_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yarpp_related_cache` (
  `reference_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `score` float unsigned NOT NULL DEFAULT 0,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`reference_ID`,`ID`),
  KEY `score` (`score`),
  KEY `ID` (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yarpp_related_cache`
--

LOCK TABLES `wp_yarpp_related_cache` WRITE;
/*!40000 ALTER TABLE `wp_yarpp_related_cache` DISABLE KEYS */;
INSERT INTO `wp_yarpp_related_cache` VALUES
(1857,1080,8.4,'2012-10-22 13:42:04'),
(1857,792,6.8,'2012-10-22 13:42:04'),
(1857,1188,6.6,'2012-10-22 13:42:04'),
(2930,2170,8.6,'2017-03-28 18:19:45'),
(514,18,5.4,'2014-11-07 11:11:03'),
(514,38,5.1,'2014-11-07 11:11:03'),
(519,792,11.5,'2012-10-22 13:42:38'),
(519,860,10.7,'2012-10-22 13:42:38'),
(519,1499,10.3,'2012-10-22 13:42:38'),
(929,2198,14.1,'2016-08-07 14:49:32'),
(1579,1624,12.8,'2016-08-06 21:47:14'),
(929,3307,17.1,'2016-08-07 14:49:32'),
(1853,1280,10.1,'2012-10-22 13:44:03'),
(1853,1843,6.6,'2012-10-22 13:44:03'),
(1853,1145,5.9,'2012-10-22 13:44:03'),
(61,2250,11.2,'2014-05-17 13:42:59'),
(1589,1634,26.2,'2012-10-22 13:46:16'),
(1589,1604,25.2,'2012-10-22 13:46:16'),
(1589,1624,13,'2012-10-22 13:46:16'),
(1278,236,17.6,'2012-10-22 13:46:45'),
(1278,1262,11,'2012-10-22 13:46:45'),
(1278,1279,10.2,'2012-10-22 13:46:45'),
(2971,3213,14.4,'2016-06-15 09:47:25'),
(2971,3220,17.5,'2016-06-15 09:47:25'),
(2971,2255,12.7,'2016-06-15 09:47:25'),
(2980,194,6,'2015-06-05 17:57:25'),
(2581,1457,10.1,'2015-06-05 19:06:24'),
(2581,2701,9.6,'2015-06-05 19:06:24'),
(1460,1526,8.3,'2012-10-22 13:52:09'),
(1460,1697,7.7,'2012-10-22 13:52:09'),
(1460,1788,7.4,'2012-10-22 13:52:09'),
(1241,1457,13.3,'2012-10-22 13:52:13'),
(1241,177,9.9,'2012-10-22 13:52:13'),
(1241,1001,8,'2012-10-22 13:52:13'),
(1242,2475,8.1,'2014-07-03 10:53:20'),
(1242,1123,8.2,'2014-07-03 10:53:20'),
(1242,1055,9.2,'2014-07-03 10:53:20'),
(1218,1622,6.4,'2012-10-22 13:59:01'),
(1218,1316,5.9,'2012-10-22 13:59:01'),
(1218,958,5.4,'2012-10-22 13:59:01'),
(1779,1747,19.2,'2012-10-22 14:08:38'),
(1779,1760,18.7,'2012-10-22 14:08:38'),
(1779,988,18.5,'2012-10-22 14:08:38'),
(1779,51,6.8,'2012-10-22 14:08:38'),
(1407,382,11.2,'2012-10-22 14:13:41'),
(1407,1521,9.4,'2012-10-22 14:13:41'),
(1407,1195,8.3,'2012-10-22 14:13:41'),
(1743,1738,21.8,'2012-10-22 14:25:50'),
(1743,1774,19.9,'2012-10-22 14:25:50'),
(1743,1779,19.1,'2012-10-22 14:25:50'),
(867,1496,8.8,'2012-10-22 14:33:31'),
(867,1086,7.6,'2012-10-22 14:33:31'),
(867,1225,7.6,'2012-10-22 14:33:31'),
(646,2501,9.7,'2014-02-19 17:50:19'),
(4451,416,10.6291,'2026-04-27 18:02:41'),
(646,593,8,'2014-02-19 17:50:19'),
(1420,371,11.7,'2012-10-22 15:07:54'),
(1420,179,9,'2012-10-22 15:07:54'),
(1420,1274,7.1,'2012-10-22 15:07:54'),
(367,360,11.4,'2012-10-22 15:12:37'),
(367,1145,10.2,'2012-10-22 15:12:37'),
(367,387,8.9,'2012-10-22 15:12:37'),
(437,268,12,'2012-10-22 15:12:39'),
(437,610,10.9,'2012-10-22 15:12:39'),
(437,346,9.3,'2012-10-22 15:12:39'),
(2527,663,26.8963,'2026-02-14 18:44:56'),
(2925,3924,10.1614,'2026-02-14 14:15:26'),
(2527,709,14.7088,'2026-02-14 18:44:56'),
(837,723,11.8,'2012-10-22 15:12:41'),
(837,646,11,'2012-10-22 15:12:41'),
(837,590,9.1,'2012-10-22 15:12:41'),
(837,214,5.4,'2012-10-22 15:12:41'),
(1546,1511,7.2,'2012-10-22 15:12:48'),
(1546,602,7,'2012-10-22 15:12:48'),
(1546,1662,6.8,'2012-10-22 15:12:48'),
(1760,991,17.1,'2017-12-07 11:21:47'),
(1760,988,6.2,'2017-12-07 11:21:47'),
(1760,1747,19.3,'2017-12-07 11:21:47'),
(1848,1258,14.6,'2012-10-22 15:13:56'),
(1848,774,10.6,'2012-10-22 15:13:56'),
(1848,1036,8.3,'2012-10-22 15:13:56'),
(656,374,20.2,'2012-10-22 15:43:39'),
(656,501,10.2,'2012-10-22 15:43:39'),
(656,475,7.4,'2012-10-22 15:43:39'),
(656,214,6.3,'2012-10-22 15:43:39'),
(1898,1734,9.1,'2013-10-05 13:17:49'),
(2033,51,7.4,'2015-02-18 20:01:24'),
(1898,2355,8.8,'2013-10-05 13:17:49'),
(293,406,24.9,'2012-10-22 15:53:35'),
(293,413,18.9,'2012-10-22 15:53:35'),
(293,349,14.3,'2012-10-22 15:53:35'),
(1650,1860,10.9,'2012-10-22 15:55:56'),
(1650,484,9.2,'2012-10-22 15:55:56'),
(1650,514,7.9,'2012-10-22 15:55:56'),
(1052,988,22.5,'2012-10-22 16:06:23'),
(1052,991,17,'2012-10-22 16:06:23'),
(1052,1743,15.2,'2012-10-22 16:06:23'),
(673,453,15.3,'2012-10-22 16:17:12'),
(673,1412,12.8,'2012-10-22 16:17:12'),
(673,982,12.8,'2012-10-22 16:17:12'),
(1791,1797,9.1,'2012-10-22 16:29:28'),
(1791,1322,7,'2012-10-22 16:29:28'),
(1791,1526,6.7,'2012-10-22 16:29:28'),
(371,572,13.3,'2012-10-22 16:40:00'),
(371,631,12.6,'2012-10-22 16:40:00'),
(371,1188,11.3,'2012-10-22 16:40:00'),
(998,1170,12.6,'2012-10-22 16:40:13'),
(998,736,9.5,'2012-10-22 16:40:13'),
(998,822,8.3,'2012-10-22 16:40:13'),
(1595,229,7.4,'2012-10-22 16:40:14'),
(1595,774,5.9,'2012-10-22 16:40:14'),
(1595,911,5.7,'2012-10-22 16:40:14'),
(1811,1707,6.8,'2013-10-11 15:15:07'),
(1811,1839,7.6,'2013-10-11 15:15:07'),
(1811,1880,7.2,'2013-10-11 15:15:07'),
(1610,1589,13.5,'2012-10-22 16:45:59'),
(1610,1624,13.4,'2012-10-22 16:45:59'),
(1610,1579,12,'2012-10-22 16:45:59'),
(2013,51,5.9,'2014-03-07 07:22:22'),
(2013,2,5.2,'2014-03-07 07:22:22'),
(2013,1237,9,'2014-03-07 07:22:22'),
(1561,1225,15.9,'2012-10-22 16:46:30'),
(1561,1055,11.9,'2012-10-22 16:46:30'),
(1561,1320,10.4,'2012-10-22 16:46:30'),
(1,1771,6.9,'2012-10-22 16:48:33'),
(1690,1288,9.1,'2012-10-22 18:12:30'),
(1690,484,9,'2012-10-22 18:12:30'),
(1690,1650,8.3,'2012-10-22 18:12:30'),
(1720,1799,12.1,'2012-10-22 18:20:48'),
(1720,475,10.1,'2012-10-22 18:20:48'),
(1720,142,8.4,'2012-10-22 18:20:48'),
(1653,463,10.3,'2012-10-22 18:22:24'),
(1653,1843,9.1,'2012-10-22 18:22:24'),
(1653,985,8.9,'2012-10-22 18:22:24'),
(1711,1680,6,'2012-10-22 18:35:08'),
(1711,47,5.8,'2012-10-22 18:35:08'),
(1711,253,5.8,'2012-10-22 18:35:08'),
(1509,860,9.8,'2012-10-22 18:41:04'),
(1509,1272,7.2,'2012-10-22 18:41:04'),
(1509,142,7.2,'2012-10-22 18:41:04'),
(572,1697,12.9,'2012-10-22 18:41:08'),
(572,1188,12.3,'2012-10-22 18:41:08'),
(572,554,12.1,'2012-10-22 18:41:08'),
(971,1436,14.1,'2012-10-22 18:41:13'),
(971,1843,13.4,'2012-10-22 18:41:13'),
(971,1210,10.9,'2012-10-22 18:41:13'),
(1072,1645,15.5,'2012-10-22 18:41:17'),
(1072,1820,15.1,'2012-10-22 18:41:17'),
(1072,554,14.2,'2012-10-22 18:41:17'),
(1682,166,9.7,'2012-10-22 18:41:25'),
(1682,409,9.2,'2012-10-22 18:41:25'),
(1682,435,7.8,'2012-10-22 18:41:25'),
(1682,2,5.6,'2012-10-22 18:41:25'),
(1668,1843,5.4,'2017-02-22 14:03:45'),
(1668,1436,5.5,'2017-02-22 14:03:45'),
(2190,0,0,'2017-02-21 20:10:07'),
(463,985,12.6,'2012-10-22 18:43:41'),
(463,1653,11.7,'2012-10-22 18:43:41'),
(463,1585,10.3,'2012-10-22 18:43:41'),
(1422,1259,15.9,'2012-10-22 18:56:14'),
(1422,536,13,'2012-10-22 18:56:14'),
(1422,293,12.9,'2012-10-22 18:56:14'),
(1806,1188,14.8,'2012-10-22 19:09:59'),
(1806,1409,13.6,'2012-10-22 19:09:59'),
(1806,554,12.4,'2012-10-22 19:09:59'),
(2306,1412,18.3,'2015-01-21 07:40:08'),
(2306,2688,17.5,'2015-01-21 07:40:08'),
(1412,889,14.2,'2015-01-21 07:40:07'),
(1554,1573,12.3,'2012-10-22 19:46:03'),
(1554,1839,8.7,'2012-10-22 19:46:03'),
(1554,173,8.3,'2012-10-22 19:46:03'),
(1573,1554,12.6,'2012-10-22 19:49:05'),
(1573,475,10.6,'2012-10-22 19:49:05'),
(1573,173,10.1,'2012-10-22 19:49:05'),
(1839,1270,12.5,'2012-10-22 19:49:06'),
(1839,1309,11,'2012-10-22 19:49:06'),
(1839,1305,10.1,'2012-10-22 19:49:06'),
(173,1305,17.1,'2012-10-22 19:49:07'),
(173,308,14.9,'2012-10-22 19:49:07'),
(173,161,14.7,'2012-10-22 19:49:07'),
(991,988,22.2,'2012-10-22 20:17:07'),
(991,1760,18.2,'2012-10-22 20:17:07'),
(991,1743,14.6,'2012-10-22 20:17:07'),
(991,214,5.4,'2012-10-22 20:17:07'),
(1823,1717,6.3,'2018-09-15 02:44:06'),
(1823,3858,13.3,'2018-09-15 02:44:06'),
(1823,1493,5.3,'2018-09-15 02:44:06'),
(1544,1526,8,'2012-10-22 20:31:46'),
(1544,1414,7.9,'2012-10-22 20:31:46'),
(1544,1622,6.5,'2012-10-22 20:31:46'),
(988,1747,16.5,'2012-10-22 20:33:10'),
(988,991,16.2,'2012-10-22 20:33:10'),
(988,985,16.1,'2012-10-22 20:33:10'),
(1448,2520,8.6,'2016-03-12 16:06:00'),
(1448,2434,11,'2016-03-12 16:06:00'),
(1448,864,9.8,'2016-03-12 16:06:00'),
(747,673,11.2,'2012-10-22 20:51:20'),
(747,30,9.7,'2012-10-22 20:51:20'),
(747,453,9.3,'2012-10-22 20:51:20'),
(747,214,7.8,'2012-10-22 20:51:20'),
(985,49,5.7,'2015-01-21 06:38:09'),
(1412,2306,18.1,'2015-01-21 07:40:07'),
(1412,985,22.8,'2015-01-21 07:40:07'),
(1808,1820,5.5,'2012-10-22 21:06:11'),
(1808,1853,5.4,'2012-10-22 21:06:11'),
(1808,1645,5.3,'2012-10-22 21:06:11'),
(1585,1843,15,'2012-10-22 21:08:50'),
(1585,463,11.5,'2012-10-22 21:08:50'),
(1585,1653,10.2,'2012-10-22 21:08:50'),
(1622,1248,18,'2012-10-22 21:18:47'),
(1622,911,10.5,'2012-10-22 21:18:47'),
(1622,205,10.1,'2012-10-22 21:18:47'),
(1622,42,6.6,'2012-10-22 21:18:47'),
(1827,491,8.3,'2012-10-22 21:21:05'),
(1827,1282,7.1,'2012-10-22 21:21:05'),
(1827,1501,6.4,'2012-10-22 21:21:05'),
(475,1720,10,'2012-10-22 21:26:33'),
(475,142,9.8,'2012-10-22 21:26:33'),
(475,1573,8.8,'2012-10-22 21:26:33'),
(1802,1697,5.5,'2012-10-22 21:42:55'),
(1802,1321,5.2,'2012-10-22 21:42:55'),
(1802,456,5.1,'2012-10-22 21:42:55'),
(1642,1579,10.1,'2012-10-22 21:55:02'),
(1642,1624,9.9,'2012-10-22 21:55:02'),
(1642,1610,9.8,'2012-10-22 21:55:02'),
(1799,1747,14.8,'2012-10-22 21:56:02'),
(1799,1760,14.7,'2012-10-22 21:56:02'),
(1799,1743,14,'2012-10-22 21:56:02'),
(136,491,10.1,'2012-10-22 22:37:01'),
(136,1080,8.4,'2012-10-22 22:37:01'),
(136,233,7.5,'2012-10-22 22:37:01'),
(136,214,11.7,'2012-10-22 22:37:01'),
(1321,1214,8.9,'2012-10-22 22:37:05'),
(1321,614,8.5,'2012-10-22 22:37:05'),
(1321,1788,8.3,'2012-10-22 22:37:05'),
(1491,201,12.5,'2012-10-22 22:37:08'),
(1491,510,9.4,'2012-10-22 22:37:08'),
(1491,561,7.9,'2012-10-22 22:37:08'),
(1707,714,7.4,'2012-10-22 22:37:13'),
(1707,199,6.7,'2012-10-22 22:37:13'),
(1707,1717,5.7,'2012-10-22 22:37:13'),
(1248,1622,18.7,'2012-10-22 22:46:20'),
(1248,17,17.9,'2012-10-22 22:46:20'),
(1248,1252,15.4,'2012-10-22 22:46:20'),
(1252,379,12.9,'2012-10-22 22:57:10'),
(1252,1248,10.4,'2012-10-22 22:57:10'),
(1252,1250,8.7,'2012-10-22 22:57:10'),
(1252,214,5.4,'2012-10-22 22:57:10'),
(17,1254,21.5,'2012-10-22 23:17:17'),
(17,1248,20.6,'2012-10-22 23:17:17'),
(17,1252,8.8,'2012-10-22 23:17:17'),
(1503,268,9.9,'2012-10-22 23:44:48'),
(1503,1860,9.2,'2012-10-22 23:44:48'),
(1503,484,8.5,'2012-10-22 23:44:48'),
(1503,214,5.8,'2012-10-22 23:44:48'),
(1747,1774,16.6,'2012-10-22 23:49:53'),
(1747,1738,16.2,'2012-10-22 23:49:53'),
(1747,1743,15.3,'2012-10-22 23:49:53'),
(1127,1123,8,'2012-10-23 00:00:05'),
(1127,1834,6.2,'2012-10-23 00:00:05'),
(161,1273,9.4,'2012-10-23 00:07:48'),
(161,181,9.2,'2012-10-23 00:07:48'),
(161,1309,9,'2012-10-23 00:07:48'),
(1251,1279,8.7,'2012-10-23 00:23:51'),
(1251,247,8.1,'2012-10-23 00:23:51'),
(1251,536,7.7,'2012-10-23 00:23:51'),
(1086,1174,9.7,'2012-10-23 00:38:22'),
(1086,625,9,'2012-10-23 00:38:22'),
(1086,1771,7.6,'2012-10-23 00:38:22'),
(413,293,21.6,'2012-10-23 00:38:25'),
(413,406,18,'2012-10-23 00:38:25'),
(413,387,13.2,'2012-10-23 00:38:25'),
(2190,3106,9.6,'2017-02-21 20:10:06'),
(2190,2665,10,'2017-02-21 20:10:06'),
(2190,2547,10,'2017-02-21 20:10:06'),
(181,1290,13.2,'2012-10-23 00:48:14'),
(181,1246,10.8,'2012-10-23 00:48:14'),
(181,161,10.2,'2012-10-23 00:48:14'),
(684,144,7.6,'2013-10-12 21:52:23'),
(684,1299,8.6,'2013-10-12 21:52:23'),
(684,1747,9.8,'2013-10-12 21:52:23'),
(723,837,9.9,'2012-10-23 00:55:18'),
(723,1267,6.9,'2012-10-23 00:55:18'),
(723,1256,6.6,'2012-10-23 00:55:18'),
(1246,1245,13.5,'2012-10-23 00:56:32'),
(1246,1309,12,'2012-10-23 00:56:32'),
(1246,1244,11.7,'2012-10-23 00:56:32'),
(975,1839,6.4,'2013-11-28 14:06:24'),
(975,1922,6.1,'2013-11-28 14:06:24'),
(975,2418,6.9,'2013-11-28 14:06:24'),
(1300,1256,15.3,'2012-10-23 00:59:43'),
(1300,1301,8.2,'2012-10-23 00:59:43'),
(1300,1008,7.7,'2012-10-23 00:59:43'),
(593,864,9.8,'2012-10-23 00:59:53'),
(593,1321,8.8,'2012-10-23 00:59:53'),
(593,631,6.9,'2012-10-23 00:59:53'),
(1524,1482,8,'2012-10-23 01:05:23'),
(1524,1554,7.5,'2012-10-23 01:05:23'),
(1524,1573,6.6,'2012-10-23 01:05:23'),
(1426,3312,11.9,'2019-03-05 15:11:03'),
(3539,2055,8.1,'2019-12-12 05:15:48'),
(1426,2294,5.6,'2019-03-05 15:11:03'),
(2453,1517,7.8,'2014-01-07 14:29:42'),
(1958,168,10.7,'2013-12-31 11:25:21'),
(1958,1665,12.2,'2013-12-31 11:25:21'),
(343,316,13.1,'2012-10-23 02:39:40'),
(343,320,12.3,'2012-10-23 02:39:40'),
(343,290,11.9,'2012-10-23 02:39:40'),
(1529,1650,7.9,'2012-10-23 02:39:48'),
(1529,1159,7.6,'2012-10-23 02:39:48'),
(1529,1191,6.9,'2012-10-23 02:39:48'),
(1604,1589,20.1,'2012-10-23 02:43:40'),
(1604,1634,17.9,'2012-10-23 02:43:40'),
(1604,221,6.9,'2012-10-23 02:43:40'),
(1153,30,14.3,'2012-10-23 02:54:18'),
(1153,533,13.7,'2012-10-23 02:54:18'),
(1153,201,12.7,'2012-10-23 02:54:18'),
(874,18,5.7,'2015-03-10 20:45:45'),
(4462,4071,9.5358,'2026-06-10 20:42:28'),
(221,196,8.1,'2012-10-23 03:08:45'),
(221,581,6.1,'2012-10-23 03:08:45'),
(221,1300,5.7,'2012-10-23 03:08:45'),
(1680,1788,9.7,'2012-10-23 03:13:46'),
(1680,1214,7.8,'2012-10-23 03:13:46'),
(1680,1188,7.5,'2012-10-23 03:13:46'),
(1188,1615,17,'2012-10-23 03:30:54'),
(1188,1806,15.4,'2012-10-23 03:30:54'),
(1188,554,14.4,'2012-10-23 03:30:54'),
(2408,51,5,'2015-06-05 19:06:46'),
(2133,1318,13,'2017-08-08 16:48:52'),
(2133,140,10.2,'2017-08-08 16:48:52'),
(1671,1503,8.2,'2012-10-23 03:48:01'),
(1671,268,7.3,'2012-10-23 03:48:01'),
(1671,817,7.3,'2012-10-23 03:48:01'),
(1164,1526,7.7,'2012-10-23 04:35:41'),
(1164,1023,7.6,'2012-10-23 04:35:41'),
(1164,393,7.2,'2012-10-23 04:35:41'),
(1634,1589,29.7,'2012-10-23 04:43:51'),
(1634,1604,17.4,'2012-10-23 04:43:51'),
(1634,1786,12.2,'2012-10-23 04:43:51'),
(1063,855,9.3,'2012-10-23 05:00:27'),
(1063,1291,7.2,'2012-10-23 05:00:27'),
(1063,837,5.3,'2012-10-23 05:00:27'),
(602,817,10,'2012-10-23 05:24:45'),
(602,1546,9.8,'2012-10-23 05:24:45'),
(602,822,9.3,'2012-10-23 05:24:45'),
(1834,554,11.7,'2012-10-23 05:39:49'),
(1834,1188,11.7,'2012-10-23 05:39:49'),
(1834,1491,11.4,'2012-10-23 05:39:49'),
(1477,755,8.2,'2012-10-23 05:43:00'),
(1477,461,7.7,'2012-10-23 05:43:00'),
(1477,985,7.4,'2012-10-23 05:43:00'),
(1439,759,12.2,'2012-10-23 05:45:56'),
(1439,1501,9.8,'2012-10-23 05:45:56'),
(1439,736,9.5,'2012-10-23 05:45:56'),
(1717,1493,10.8,'2012-10-23 05:49:22'),
(1717,1726,10,'2012-10-23 05:49:22'),
(1717,864,9,'2012-10-23 05:49:22'),
(1662,1774,9.5,'2012-10-23 05:55:52'),
(1662,1080,7.6,'2012-10-23 05:55:52'),
(1662,1281,5.8,'2012-10-23 05:55:52'),
(427,330,14.9,'2012-10-23 06:40:18'),
(427,420,14.3,'2012-10-23 06:40:18'),
(427,360,13.7,'2012-10-23 06:40:18'),
(494,1726,9.9,'2012-10-23 06:40:21'),
(494,880,6.8,'2012-10-23 06:40:21'),
(494,864,6.7,'2012-10-23 06:40:21'),
(494,214,5.4,'2012-10-23 06:40:21'),
(1820,1645,15.1,'2014-01-08 15:48:20'),
(1820,631,13.1,'2014-01-08 15:48:20'),
(1820,2125,13.1,'2014-01-08 15:48:20'),
(2125,897,13.9,'0000-00-00 00:00:00'),
(2125,2568,8.9,'2019-03-05 16:18:44'),
(2125,1188,9.8,'2019-03-05 16:18:44'),
(1632,514,14.3,'2012-10-23 08:04:20'),
(1632,1479,9.8,'2012-10-23 08:04:20'),
(1632,484,8.1,'2012-10-23 08:04:20'),
(1774,988,15.5,'2012-10-23 09:49:04'),
(1774,1747,15.5,'2012-10-23 09:49:04'),
(1774,1738,15.3,'2012-10-23 09:49:04'),
(1411,864,13.5,'2012-10-23 10:43:52'),
(1411,1424,12,'2012-10-23 10:43:52'),
(1411,1717,11,'2012-10-23 10:43:52'),
(1245,1244,20.8,'2016-02-11 12:42:12'),
(1245,3149,17.2,'2016-02-11 12:42:12'),
(1245,1246,18,'2016-02-11 12:42:12'),
(1247,1549,8,'2012-10-23 11:13:20'),
(1247,1313,7.9,'2012-10-23 11:13:20'),
(1247,1307,6.9,'2012-10-23 11:13:20'),
(1281,365,7.6,'2012-10-23 11:24:21'),
(1281,1244,7.5,'2012-10-23 11:24:21'),
(1281,192,7.3,'2012-10-23 11:24:21'),
(306,1290,11.2,'2012-10-23 11:44:21'),
(306,179,7.2,'2012-10-23 11:44:21'),
(306,1668,7,'2012-10-23 11:44:21'),
(759,1501,13.2,'2012-10-23 11:52:13'),
(759,1439,11,'2012-10-23 11:52:13'),
(759,736,8.4,'2012-10-23 11:52:13'),
(196,221,9.3,'2012-10-23 12:05:28'),
(196,259,6.6,'2012-10-23 12:05:28'),
(196,1463,6.5,'2012-10-23 12:05:28'),
(581,217,10.8,'2012-10-23 12:27:25'),
(581,1012,10.7,'2012-10-23 12:27:25'),
(581,1058,8.2,'2012-10-23 12:27:25'),
(262,643,15.2,'2016-02-10 13:50:21'),
(262,3149,13.7,'2016-02-10 13:50:21'),
(262,1245,20.6,'2016-02-10 13:50:21'),
(1309,161,17.1,'2012-10-23 13:05:44'),
(1309,173,16.9,'2012-10-23 13:05:44'),
(1309,1305,14.5,'2012-10-23 13:05:44'),
(880,494,12.5,'2012-10-23 13:11:30'),
(880,1697,8.1,'2012-10-23 13:11:30'),
(880,897,7.9,'2012-10-23 13:11:30'),
(424,719,18.3,'2012-10-23 13:14:14'),
(424,1145,10.6,'2012-10-23 13:14:14'),
(424,1058,8.9,'2012-10-23 13:14:14'),
(1080,30,10.7,'2012-10-23 13:25:13'),
(1080,1303,10.3,'2012-10-23 13:25:13'),
(1080,1857,9.8,'2012-10-23 13:25:13'),
(1080,42,6.6,'2012-10-23 13:25:13'),
(1273,277,9.4,'2012-10-23 13:35:40'),
(1273,577,8.6,'2012-10-23 13:35:40'),
(1273,762,6.3,'2012-10-23 13:35:40'),
(774,1848,12.4,'2012-10-23 13:44:07'),
(774,1258,8.5,'2012-10-23 13:44:07'),
(774,390,6.7,'2012-10-23 13:44:07'),
(817,1316,10.9,'2012-10-23 13:56:42'),
(817,874,9.6,'2012-10-23 13:56:42'),
(817,602,8.2,'2012-10-23 13:56:42'),
(340,955,7.7,'2012-10-23 14:19:27'),
(340,572,7,'2012-10-23 14:19:27'),
(340,1482,6.6,'2012-10-23 14:19:27'),
(714,1247,11.6,'2012-10-23 14:24:53'),
(714,677,6.1,'2012-10-23 14:24:53'),
(714,572,5.9,'2012-10-23 14:24:53'),
(445,1294,20.7,'2012-10-23 14:33:03'),
(445,470,9.8,'2012-10-23 14:33:03'),
(445,194,9,'2012-10-23 14:33:03'),
(1615,1188,17.1,'2015-03-24 23:52:40'),
(1615,2747,16.8,'2015-03-24 23:52:40'),
(1615,2930,16.1,'2015-03-24 23:52:40'),
(1061,1697,14.4,'2012-10-23 14:38:30'),
(1061,1409,14.1,'2012-10-23 14:38:30'),
(1061,1645,12.7,'2012-10-23 14:38:30'),
(770,1511,10.5,'2012-10-23 14:50:17'),
(770,874,6.1,'2012-10-23 14:50:17'),
(770,564,6,'2012-10-23 14:50:17'),
(900,897,15.5,'2012-10-23 14:50:19'),
(900,732,12.1,'2012-10-23 14:50:19'),
(900,907,11,'2012-10-23 14:50:19'),
(2133,2828,8.2,'2017-08-08 16:48:52'),
(958,2133,6.1,'2017-08-08 17:01:37'),
(2133,0,0,'2017-08-08 16:48:52'),
(1436,1210,19.5,'2012-10-23 14:58:43'),
(1436,971,16.5,'2012-10-23 14:58:43'),
(1436,1843,12.9,'2012-10-23 14:58:43'),
(802,581,8.2,'2013-09-24 20:53:32'),
(802,945,9,'2013-09-24 20:53:32'),
(802,900,8.3,'2013-09-24 20:53:32'),
(1008,1697,8.4,'2012-10-23 15:51:46'),
(1008,1693,7.9,'2012-10-23 15:51:46'),
(1008,1231,7.6,'2012-10-23 15:51:46'),
(1183,590,17.6,'2016-11-28 16:17:54'),
(1183,2646,17.2,'2016-11-28 16:17:54'),
(1183,510,9.9,'2016-11-28 16:17:54'),
(1170,929,10.4,'2012-10-23 15:51:58'),
(1170,897,10.3,'2012-10-23 15:51:58'),
(1170,1579,9.6,'2012-10-23 15:51:58'),
(874,51,6.2,'2015-03-10 20:45:45'),
(874,2908,9.8,'2015-03-10 20:45:45'),
(874,38,6.1,'2015-03-10 20:45:45'),
(158,196,20.5,'2012-10-23 16:20:13'),
(158,1463,12.9,'2012-10-23 16:20:13'),
(158,968,9.5,'2012-10-23 16:20:13'),
(550,1446,10.4,'2012-10-23 16:21:13'),
(550,651,9.8,'2012-10-23 16:21:13'),
(550,995,9,'2012-10-23 16:21:13'),
(766,533,20.7,'2012-10-23 16:21:20'),
(766,201,18.2,'2012-10-23 16:21:20'),
(766,526,17.8,'2012-10-23 16:21:20'),
(1788,1159,9.7,'2012-10-23 16:24:59'),
(1788,961,9.3,'2012-10-23 16:24:59'),
(1788,1220,9,'2012-10-23 16:24:59'),
(1627,1493,11.6,'2012-10-23 16:27:13'),
(1627,667,10.2,'2012-10-23 16:27:13'),
(1627,1697,9.5,'2012-10-23 16:27:13'),
(461,1225,8.9,'2013-10-14 22:07:06'),
(461,488,12.9,'2013-10-14 22:07:06'),
(461,1231,9.3,'2013-10-14 22:07:06'),
(461,49,5.1,'2013-10-14 22:07:06'),
(1195,192,15.3,'2012-10-23 16:29:32'),
(1195,1407,9.2,'2012-10-23 16:29:32'),
(1195,1665,7.5,'2012-10-23 16:29:32'),
(2697,2568,11.8,'2015-04-14 16:57:53'),
(2697,2125,11.6,'2015-04-14 16:57:53'),
(2697,2734,19.2,'2015-04-14 16:57:53'),
(512,0,0,'2017-12-10 17:24:15'),
(533,190,11.7,'2017-12-07 11:38:08'),
(533,766,12.1,'2017-12-07 11:38:08'),
(1032,1238,9.7,'2012-10-23 16:40:48'),
(1032,371,5.9,'2012-10-23 16:40:48'),
(1032,1072,5.9,'2012-10-23 16:40:48'),
(1693,1514,10.6,'2012-10-23 16:45:17'),
(1693,1008,10.3,'2012-10-23 16:45:17'),
(1693,1665,8.7,'2012-10-23 16:45:17'),
(287,1272,10.8,'2012-10-23 16:47:52'),
(287,435,7.3,'2012-10-23 16:47:52'),
(287,433,6.7,'2012-10-23 16:47:52'),
(203,1256,17.7,'2012-10-23 16:51:34'),
(203,217,14.9,'2012-10-23 16:51:34'),
(203,1293,11.9,'2012-10-23 16:51:34'),
(522,1319,7.3,'2012-10-23 16:51:37'),
(522,747,6.5,'2012-10-23 16:51:37'),
(522,1291,5.2,'2012-10-23 16:51:37'),
(484,514,12.8,'2012-10-23 16:52:34'),
(484,1091,10.7,'2012-10-23 16:52:34'),
(484,1690,10.6,'2012-10-23 16:52:34'),
(864,1424,19.5,'2012-10-23 16:52:36'),
(864,1411,14.5,'2012-10-23 16:52:36'),
(864,1214,14.4,'2012-10-23 16:52:36'),
(1137,1145,19.4,'2012-10-23 16:52:38'),
(1137,459,10.6,'2012-10-23 16:52:38'),
(1137,1105,8.6,'2012-10-23 16:52:38'),
(1413,148,9.6,'2012-10-23 16:52:38'),
(1413,846,9.6,'2012-10-23 16:52:38'),
(1413,971,8.4,'2012-10-23 16:52:38'),
(1413,18,5.3,'2012-10-23 16:52:38'),
(1417,196,7.9,'2016-02-19 09:42:18'),
(1417,3154,11.5,'2016-02-19 09:42:18'),
(1417,1774,7.9,'2016-02-19 09:42:18'),
(1678,481,9.1,'2012-10-23 16:53:15'),
(1678,374,7.9,'2012-10-23 16:53:15'),
(1678,217,7.5,'2012-10-23 16:53:15'),
(1702,1055,15.7,'2012-10-23 17:06:33'),
(1702,1225,12.9,'2012-10-23 17:06:33'),
(1702,1123,10.8,'2012-10-23 17:06:33'),
(1043,494,5.6,'2012-10-23 17:17:29'),
(1043,864,5.1,'2012-10-23 17:17:29'),
(907,631,9.6,'2012-10-23 17:23:00'),
(907,1214,8.9,'2012-10-23 17:23:00'),
(907,1857,7.7,'2012-10-23 17:23:00'),
(907,1237,5.5,'2012-10-23 17:23:00'),
(1726,1411,11.6,'2012-10-23 17:54:53'),
(1726,1717,10.7,'2012-10-23 17:54:53'),
(1726,864,9.5,'2012-10-23 17:54:53'),
(1705,1114,9.6,'2013-11-21 21:36:03'),
(280,51,5.7,'2013-11-20 15:47:34'),
(1705,2412,9.9,'2013-11-21 21:36:03'),
(1705,42,7.2,'2013-11-21 21:36:03'),
(677,1533,10.6,'2012-10-23 18:55:29'),
(677,1287,8,'2012-10-23 18:55:29'),
(677,714,7,'2012-10-23 18:55:29'),
(1579,1610,14.3,'2016-08-06 21:47:14'),
(1579,1589,12.9,'2016-08-06 21:47:14'),
(3020,1726,13.5,'2016-08-05 22:41:35'),
(1665,1514,10.3,'2012-10-23 19:27:58'),
(1665,1521,10.2,'2012-10-23 19:27:58'),
(1665,1693,8.5,'2012-10-23 19:27:58'),
(1665,51,5,'2012-10-23 19:27:58'),
(610,437,12,'2014-01-08 15:48:35'),
(610,268,13.4,'2014-01-08 15:48:35'),
(1517,3628,5.8,'2018-05-19 14:08:49'),
(1470,855,16.4,'2012-10-23 20:29:31'),
(1470,874,8.2,'2012-10-23 20:29:31'),
(1470,714,6.2,'2012-10-23 20:29:31'),
(1424,864,14.7,'2012-10-23 20:29:57'),
(1424,614,10.1,'2012-10-23 20:29:57'),
(1424,1680,9.8,'2012-10-23 20:29:57'),
(190,201,23.6,'2013-10-12 21:52:21'),
(190,533,17.4,'2013-10-12 21:52:21'),
(190,766,16.1,'2013-10-12 21:52:21'),
(1210,1436,21.8,'2012-10-23 20:30:17'),
(1210,971,18.4,'2012-10-23 20:30:17'),
(1210,1205,14,'2012-10-23 20:30:17'),
(1200,1061,5.7,'2012-10-23 21:24:03'),
(1200,822,5,'2012-10-23 21:24:03'),
(491,510,9.3,'2012-10-23 21:38:30'),
(491,673,9.1,'2012-10-23 21:38:30'),
(491,747,8.7,'2012-10-23 21:38:30'),
(491,214,5.9,'2012-10-23 21:38:30'),
(743,453,10,'2012-10-23 21:38:34'),
(743,985,9.1,'2012-10-23 21:38:34'),
(743,510,8.3,'2012-10-23 21:38:34'),
(743,214,5.9,'2012-10-23 21:38:34'),
(1319,1705,12.2,'2012-10-23 21:38:46'),
(1319,1225,11.3,'2012-10-23 21:38:46'),
(1319,1055,11,'2012-10-23 21:38:46'),
(283,387,18.3,'2012-10-23 21:38:47'),
(283,504,16.9,'2012-10-23 21:38:47'),
(283,271,14.5,'2012-10-23 21:38:47'),
(283,214,5,'2012-10-23 21:38:47'),
(1608,240,11.1,'2013-12-09 09:39:41'),
(1608,271,10.7,'2013-12-09 09:39:41'),
(1608,1627,13.3,'2013-12-09 09:39:41'),
(1823,3502,9.1,'2018-09-15 02:44:06'),
(479,2055,6.4,'2018-09-15 02:43:40'),
(479,625,6.6,'2018-09-15 02:43:40'),
(1533,208,9.6,'2012-10-23 22:41:31'),
(1533,1540,8.1,'2012-10-23 22:41:31'),
(1533,409,7.8,'2012-10-23 22:41:31'),
(1533,49,9.3,'2012-10-23 22:41:31'),
(554,2539,14.3,'2015-03-24 23:52:43'),
(554,2568,16.4,'2015-03-24 23:52:43'),
(554,1188,15.6,'2015-03-24 23:52:43'),
(2581,18,5.4,'2015-06-05 19:06:24'),
(2581,1001,9.1,'2015-06-05 19:06:24'),
(958,3543,6.3,'2017-08-08 17:01:37'),
(225,572,6.6,'2012-10-24 00:46:14'),
(225,1047,6.2,'2012-10-24 00:46:14'),
(225,677,6.1,'2012-10-24 00:46:14'),
(441,450,8.4,'2012-10-24 00:46:17'),
(441,219,5.8,'2012-10-24 00:46:17'),
(441,430,5.7,'2012-10-24 00:46:17'),
(567,1823,10.2,'2012-10-24 00:46:20'),
(567,479,7.7,'2012-10-24 00:46:20'),
(567,1797,6.9,'2012-10-24 00:46:20'),
(1026,554,15.9,'2012-10-24 00:46:21'),
(1026,1072,15.3,'2012-10-24 00:46:21'),
(1026,1526,14.1,'2012-10-24 00:46:21'),
(1074,504,11.6,'2012-10-24 00:46:23'),
(1074,536,10.1,'2012-10-24 00:46:23'),
(1074,1422,8.4,'2012-10-24 00:46:23'),
(1473,564,8.7,'2012-10-24 00:46:29'),
(1473,1099,8.7,'2012-10-24 00:46:29'),
(1473,433,7.9,'2012-10-24 00:46:29'),
(244,148,9.9,'2012-10-24 01:01:21'),
(244,1309,9.1,'2012-10-24 01:01:21'),
(244,860,8.3,'2012-10-24 01:01:21'),
(1507,136,9.4,'2012-10-24 01:51:54'),
(1507,1262,8.1,'2012-10-24 01:51:54'),
(1507,201,8,'2012-10-24 01:51:54'),
(1507,214,7.9,'2012-10-24 01:51:54'),
(1036,1848,8.9,'2012-10-24 01:59:09'),
(1036,1413,6.7,'2012-10-24 01:59:09'),
(1036,1561,6.7,'2012-10-24 01:59:09'),
(1036,2,6.6,'2012-10-24 01:59:09'),
(1036,51,6.2,'2012-10-24 01:59:09'),
(526,766,12.5,'2012-10-24 02:15:26'),
(526,190,12.1,'2012-10-24 02:15:26'),
(526,201,11.9,'2012-10-24 02:15:26'),
(268,610,15.1,'2012-10-24 02:27:09'),
(268,437,13.8,'2012-10-24 02:27:09'),
(268,346,12.1,'2012-10-24 02:27:09'),
(1446,1133,9.6,'2012-10-24 02:44:07'),
(1446,168,9.1,'2012-10-24 02:44:07'),
(1446,1413,7.6,'2012-10-24 02:44:07'),
(614,1424,13.9,'2012-10-24 02:59:02'),
(614,1321,13.8,'2012-10-24 02:59:02'),
(614,1040,12.5,'2012-10-24 02:59:02'),
(316,1711,7.4,'2012-10-24 03:03:36'),
(316,651,7.3,'2012-10-24 03:03:36'),
(316,1241,5.7,'2012-10-24 03:03:36'),
(755,2125,8.1,'2016-03-13 09:31:35'),
(755,1485,8.4,'2016-03-13 09:31:35'),
(755,3179,8.5,'2016-03-13 09:31:35'),
(402,346,13.5,'2012-10-24 03:08:28'),
(402,399,11.1,'2012-10-24 03:08:28'),
(402,759,9.6,'2012-10-24 03:08:28'),
(402,214,5.5,'2012-10-24 03:08:28'),
(365,1281,9.4,'2012-10-24 03:59:17'),
(365,196,8.9,'2012-10-24 03:59:17'),
(365,192,8.5,'2012-10-24 03:59:17'),
(1753,1823,9.6,'2012-10-24 05:35:09'),
(1753,479,7.5,'2012-10-24 05:35:09'),
(1753,1036,7.4,'2012-10-24 05:35:09'),
(1284,1697,8.7,'2012-10-24 05:38:49'),
(1284,175,6.7,'2012-10-24 05:38:49'),
(1284,1195,6.2,'2012-10-24 05:38:49'),
(792,519,11.8,'2012-10-24 06:45:01'),
(792,860,9.6,'2012-10-24 06:45:01'),
(792,1857,8.4,'2012-10-24 06:45:01'),
(1058,557,9.9,'2012-10-24 06:45:04'),
(1058,510,8.8,'2012-10-24 06:45:04'),
(1058,828,7.6,'2012-10-24 06:45:04'),
(1415,924,8.1,'2012-10-24 06:45:07'),
(1415,1318,7.7,'2012-10-24 06:45:07'),
(1415,1263,7.7,'2012-10-24 06:45:07'),
(1415,1237,6.8,'2012-10-24 06:45:07'),
(1415,14,5.4,'2012-10-24 06:45:07'),
(1452,1210,13.2,'2012-10-24 06:45:29'),
(1452,1436,11,'2012-10-24 06:45:29'),
(1452,1671,9.4,'2012-10-24 06:45:29'),
(1568,1564,13.8,'2012-10-24 07:10:03'),
(1568,420,7.3,'2012-10-24 07:10:03'),
(1568,828,5.7,'2012-10-24 07:10:03'),
(435,475,10.3,'2012-10-24 09:06:11'),
(435,1265,9.4,'2012-10-24 09:06:11'),
(435,607,8.5,'2012-10-24 09:06:11'),
(346,268,14,'2012-10-24 09:12:54'),
(346,610,10.2,'2012-10-24 09:12:54'),
(346,437,9.6,'2012-10-24 09:12:54'),
(346,42,5,'2012-10-24 09:12:54'),
(399,1108,7.2,'2012-10-24 10:08:26'),
(399,283,6.7,'2012-10-24 10:08:26'),
(399,982,6.6,'2012-10-24 10:08:26'),
(1004,303,8,'2012-10-24 10:53:32'),
(1004,1240,7.3,'2012-10-24 10:53:32'),
(1004,1407,6.9,'2012-10-24 10:53:32'),
(1442,51,5.1,'2015-03-17 15:23:17'),
(1258,1848,12.9,'2015-03-18 23:22:50'),
(1442,2,5.2,'2015-03-17 15:23:17'),
(238,283,11.7,'2015-10-16 11:00:43'),
(238,240,25.1,'2015-10-16 11:00:43'),
(238,271,14.9,'2015-10-16 11:00:43'),
(229,1012,11.4,'2012-10-24 11:19:29'),
(229,1595,9.8,'2012-10-24 11:19:29'),
(229,1280,9,'2012-10-24 11:19:29'),
(236,16,8.1,'2015-10-16 11:09:10'),
(236,2029,8.5,'2015-10-16 11:09:10'),
(236,240,7.7,'2015-10-16 11:09:10'),
(1552,1615,8.6,'2012-10-24 12:03:14'),
(1552,1501,6.9,'2012-10-24 12:03:14'),
(1552,736,5.2,'2012-10-24 12:03:14'),
(1131,1271,10.3,'2012-10-24 12:29:44'),
(1131,1674,9.2,'2012-10-24 12:29:44'),
(1131,889,7.8,'2012-10-24 12:29:44'),
(3532,1561,11.8,'2018-07-28 16:41:58'),
(3532,2338,12.6,'2018-07-28 16:41:58'),
(3532,1872,13.2,'2018-07-28 16:41:58'),
(2955,18,6.4,'2015-05-19 23:14:48'),
(514,484,15.7,'2014-11-07 11:11:03'),
(514,2790,13.4,'2014-11-07 11:11:03'),
(514,2294,11.6,'2014-11-07 11:11:03'),
(1236,1308,10.4,'2012-10-24 14:51:29'),
(1236,1072,8,'2012-10-24 14:51:29'),
(1236,802,7.3,'2012-10-24 14:51:29'),
(1540,998,7.7,'2012-10-24 16:07:49'),
(1540,1533,6.5,'2012-10-24 16:07:49'),
(1540,1170,6.3,'2012-10-24 16:07:49'),
(1540,38,5.3,'2012-10-24 16:07:49'),
(850,1285,8.4,'2012-10-24 16:24:50'),
(850,192,7.5,'2012-10-24 16:24:50'),
(850,1262,5.1,'2012-10-24 16:24:50'),
(308,283,14.1,'2012-10-24 16:49:35'),
(308,173,12.9,'2012-10-24 16:49:35'),
(308,320,11,'2012-10-24 16:49:35'),
(621,1052,10.8,'2012-10-24 18:58:25'),
(621,860,9.4,'2012-10-24 18:58:25'),
(621,244,6.9,'2012-10-24 18:58:25'),
(1410,0,0,'2012-10-24 18:58:32'),
(1738,1743,17,'2012-10-24 19:17:58'),
(1738,1774,16.5,'2012-10-24 19:17:58'),
(1738,988,14.6,'2012-10-24 19:17:58'),
(387,283,24.5,'2012-10-24 20:19:00'),
(387,504,14.2,'2012-10-24 20:19:00'),
(387,308,11.7,'2012-10-24 20:19:00'),
(393,1414,8.3,'2012-10-24 20:19:04'),
(393,1023,7.9,'2012-10-24 20:19:04'),
(393,1526,7.7,'2012-10-24 20:19:04'),
(219,461,9.9,'2012-10-24 20:24:17'),
(219,211,9.1,'2012-10-24 20:24:17'),
(219,940,8.6,'2012-10-24 20:24:17'),
(219,24,6.4,'2012-10-24 20:24:17'),
(1315,1249,14,'2012-10-24 20:45:50'),
(1315,217,12.7,'2012-10-24 20:45:50'),
(1315,1279,10.9,'2012-10-24 20:45:50'),
(430,144,11.5,'2012-10-24 20:46:06'),
(430,47,10.8,'2012-10-24 20:46:06'),
(430,1276,7.7,'2012-10-24 20:46:06'),
(194,1294,8.5,'2012-10-24 21:05:54'),
(194,445,8.3,'2012-10-24 21:05:54'),
(194,1275,6.7,'2012-10-24 21:05:54'),
(338,1131,6.6,'2012-10-24 22:32:35'),
(338,1298,6.4,'2012-10-24 22:32:35'),
(338,1277,6.3,'2012-10-24 22:32:35'),
(47,1276,27.8,'2012-10-24 22:40:34'),
(47,144,10.2,'2012-10-24 22:40:34'),
(47,430,10.2,'2012-10-24 22:40:34'),
(530,508,9.4,'2012-10-24 22:40:37'),
(530,382,8.5,'2012-10-24 22:40:37'),
(530,1315,7.4,'2012-10-24 22:40:37'),
(810,1225,11.9,'2012-10-24 22:40:40'),
(810,1055,8.6,'2012-10-24 22:40:40'),
(810,1561,7.2,'2012-10-24 22:40:40'),
(1023,3127,13.2553,'2026-02-13 21:51:30'),
(2463,424,10.2607,'2026-02-13 17:03:03'),
(374,656,14.8,'2012-10-24 23:45:56'),
(374,437,8.1,'2012-10-24 23:45:56'),
(374,1225,7.5,'2012-10-24 23:45:56'),
(1450,393,9.2,'2012-10-25 00:25:15'),
(1450,1446,6.9,'2012-10-25 00:25:15'),
(1450,1707,6.8,'2012-10-25 00:25:15'),
(271,512,16.7,'2012-10-25 02:42:35'),
(271,247,16,'2012-10-25 02:42:35'),
(271,536,13,'2012-10-25 02:42:35'),
(1296,1263,8.1,'2015-09-18 00:47:32'),
(1296,625,7.7,'2015-09-18 00:47:32'),
(1296,3016,9.3,'2015-09-18 00:47:32'),
(1291,751,8.3,'2012-10-25 03:48:49'),
(1291,1448,8.1,'2012-10-25 03:48:49'),
(1291,1658,7.7,'2012-10-25 03:48:49'),
(732,1188,14.3,'2012-10-25 04:11:27'),
(732,1806,13.9,'2012-10-25 04:11:27'),
(732,1615,13.1,'2012-10-25 04:11:27'),
(1289,188,15.3,'2012-10-25 05:06:43'),
(1289,203,10.4,'2012-10-25 05:06:43'),
(1289,1256,10,'2012-10-25 05:06:43'),
(349,1259,14.5,'2012-10-25 05:06:45'),
(349,536,11.7,'2012-10-25 05:06:45'),
(349,406,9.6,'2012-10-25 05:06:45'),
(456,1188,9.3,'2012-10-25 05:19:20'),
(456,597,9,'2012-10-25 05:19:20'),
(456,1231,8.5,'2012-10-25 05:19:20'),
(1091,1222,12.6,'2012-10-25 07:36:32'),
(1091,484,10.7,'2012-10-25 07:36:32'),
(1091,874,9,'2012-10-25 07:36:32'),
(1624,1579,14,'2016-03-12 05:49:21'),
(1624,3179,13.6,'2016-03-12 05:49:21'),
(1624,1589,14.4,'2016-03-12 05:49:21'),
(1239,709,13.8,'2012-10-25 08:36:03'),
(1239,1174,9.6,'2012-10-25 08:36:03'),
(1239,208,8.3,'2012-10-25 08:36:03'),
(643,262,16.2,'2012-10-25 08:40:23'),
(643,1244,15,'2012-10-25 08:40:23'),
(643,1245,13,'2012-10-25 08:40:23'),
(961,631,9.2,'2012-10-25 08:40:32'),
(961,1680,7.7,'2012-10-25 08:40:32'),
(961,1188,7.4,'2012-10-25 08:40:32'),
(1501,1214,11.9,'2012-10-25 08:40:35'),
(1501,554,9.7,'2012-10-25 08:40:35'),
(1501,275,9.4,'2012-10-25 08:40:35'),
(1674,1272,12,'2012-10-25 09:24:19'),
(1674,1131,10,'2012-10-25 09:24:19'),
(1674,488,10,'2012-10-25 09:24:19'),
(1658,985,11.8,'2012-10-25 10:03:11'),
(1658,1412,10.3,'2012-10-25 10:03:11'),
(1658,747,10,'2012-10-25 10:03:11'),
(1658,51,5.5,'2012-10-25 10:03:11'),
(450,561,12,'2012-10-25 12:53:10'),
(450,1668,10.4,'2012-10-25 12:53:10'),
(450,217,9.8,'2012-10-25 12:53:10'),
(450,42,5.9,'2012-10-25 12:53:10'),
(1105,1137,8.6,'2012-10-25 12:53:25'),
(1105,610,8.3,'2012-10-25 12:53:25'),
(1105,379,7.6,'2012-10-25 12:53:25'),
(211,1412,9.5,'2012-10-25 13:41:49'),
(211,985,8.9,'2012-10-25 13:41:49'),
(211,1760,8.7,'2012-10-25 13:41:49'),
(488,461,14,'2012-10-25 14:42:39'),
(488,437,10.3,'2012-10-25 14:42:39'),
(488,1225,9,'2012-10-25 14:42:39'),
(488,24,6.4,'2012-10-25 14:42:39'),
(719,424,7.9,'2012-10-25 14:42:48'),
(719,1159,7.2,'2012-10-25 14:42:48'),
(719,619,7,'2012-10-25 14:42:48'),
(1485,554,9.7,'2012-10-25 16:09:47'),
(1485,705,9.2,'2012-10-25 16:09:47'),
(1485,1026,8.8,'2012-10-25 16:09:47'),
(1499,1279,9.5,'2012-10-25 17:03:48'),
(1499,519,8.7,'2012-10-25 17:03:48'),
(1499,985,7.6,'2012-10-25 17:03:48'),
(433,530,7.4,'2012-10-25 17:32:16'),
(433,1524,7.2,'2012-10-25 17:32:16'),
(433,677,6.8,'2012-10-25 17:32:16'),
(499,1747,11.3,'2012-10-25 18:16:28'),
(499,1446,6.7,'2012-10-25 18:16:28'),
(499,456,6.7,'2012-10-25 18:16:28'),
(934,136,11.3,'2012-10-25 18:52:05'),
(934,1503,11,'2012-10-25 18:52:05'),
(934,762,8.1,'2012-10-25 18:52:05'),
(146,151,17,'2012-10-25 18:53:53'),
(146,1442,9.4,'2012-10-25 18:53:53'),
(146,1261,7.6,'2012-10-25 18:53:53'),
(1222,874,10.1,'2012-10-25 18:57:02'),
(1222,1091,7.9,'2012-10-25 18:57:02'),
(1222,1297,7.8,'2012-10-25 18:57:02'),
(1222,42,5.1,'2012-10-25 18:57:02'),
(1279,1499,11.4,'2012-10-25 19:06:20'),
(1279,236,11.1,'2012-10-25 19:06:20'),
(1279,1315,9.7,'2012-10-25 19:06:20'),
(1261,146,8.9,'2012-10-25 19:14:34'),
(1261,430,8.2,'2012-10-25 19:14:34'),
(1261,1307,7.8,'2012-10-25 19:14:34'),
(151,146,11.1,'2012-10-25 19:34:49'),
(151,161,8.2,'2012-10-25 19:34:49'),
(151,430,6.9,'2012-10-25 19:34:49'),
(1880,1309,14.8,'2012-10-25 19:39:50'),
(1880,1305,14.3,'2012-10-25 19:39:50'),
(1880,161,13.7,'2012-10-25 19:39:50'),
(1292,697,5,'2012-10-25 20:17:59'),
(1099,1820,9.3,'2012-10-25 20:37:11'),
(1099,1473,9.1,'2012-10-25 20:37:11'),
(1099,1610,8,'2012-10-25 20:37:11'),
(290,233,17.6,'2012-10-25 21:32:15'),
(290,151,9.9,'2012-10-25 21:32:15'),
(290,271,7.7,'2012-10-25 21:32:15'),
(822,602,9.1,'2012-10-25 22:21:42'),
(822,874,8.4,'2012-10-25 22:21:42'),
(822,430,7.9,'2012-10-25 22:21:42'),
(1301,136,6.8,'2012-10-25 23:32:07'),
(1301,253,6.5,'2012-10-25 23:32:07'),
(1301,1277,6.1,'2012-10-25 23:32:07'),
(504,806,19.5,'2012-10-25 23:46:32'),
(504,413,12,'2012-10-25 23:46:32'),
(504,283,11.3,'2012-10-25 23:46:32'),
(242,1246,8.6,'2012-10-25 23:46:36'),
(242,173,8.4,'2012-10-25 23:46:36'),
(242,161,7.3,'2012-10-25 23:46:36'),
(1408,2568,12.8,'2016-12-16 14:26:41'),
(3427,1843,11,'2017-01-11 14:57:00'),
(1408,1026,13.2,'2016-12-16 14:26:41'),
(1482,1477,7.9,'2012-10-26 04:30:00'),
(1482,1564,7.2,'2012-10-26 04:30:00'),
(1482,1811,7,'2012-10-26 04:30:00'),
(1482,214,6.8,'2012-10-26 04:30:00'),
(911,1622,9.4,'2012-10-26 07:36:46'),
(911,985,7.8,'2012-10-26 07:36:46'),
(911,475,7.1,'2012-10-26 07:36:46'),
(238,51,6,'2015-10-16 11:00:43'),
(238,49,6,'2015-10-16 11:00:43'),
(238,18,7.1,'2015-10-16 11:00:43'),
(1313,625,11.2,'2016-01-22 01:04:36'),
(1313,1164,7.6,'2016-01-22 01:04:36'),
(1313,217,7.9,'2016-01-22 01:04:36'),
(330,280,13.1,'2012-10-26 10:48:08'),
(330,1286,10.3,'2012-10-26 10:48:08'),
(330,736,10.3,'2012-10-26 10:48:08'),
(1496,638,8.9,'2012-10-26 10:48:14'),
(1496,1697,8,'2012-10-26 10:48:14'),
(1496,1466,7.8,'2012-10-26 10:48:14'),
(142,173,13.2,'2016-02-19 10:06:40'),
(142,1220,14.3,'2016-02-19 10:06:40'),
(142,170,14.7,'2016-02-19 10:06:40'),
(148,846,11.3,'2012-10-26 10:51:35'),
(148,1463,10.3,'2012-10-26 10:51:35'),
(148,985,10.2,'2012-10-26 10:51:35'),
(597,631,13.1,'2012-10-26 11:12:49'),
(597,1680,11.5,'2012-10-26 11:12:49'),
(597,1697,11.2,'2012-10-26 11:12:49'),
(597,1237,5.4,'2012-10-26 11:12:49'),
(1274,1267,12.6,'2012-10-26 12:27:46'),
(1274,1420,5.4,'2012-10-26 12:27:46'),
(1274,1511,5.1,'2012-10-26 12:27:46'),
(920,247,7.7,'2012-10-26 14:13:11'),
(920,1072,6.5,'2012-10-26 14:13:11'),
(920,1247,6.2,'2012-10-26 14:13:11'),
(183,158,9.6,'2012-10-26 17:09:29'),
(183,1261,6.7,'2012-10-26 17:09:29'),
(183,437,6.6,'2012-10-26 17:09:29'),
(2033,49,7.1,'2015-02-18 20:01:24'),
(501,656,8.5,'2012-10-26 22:58:19'),
(501,374,8.3,'2012-10-26 22:58:19'),
(501,968,7.5,'2012-10-26 22:58:19'),
(498,1415,7.1,'2012-10-26 22:58:20'),
(498,1734,6.9,'2012-10-26 22:58:20'),
(498,1318,6.8,'2012-10-26 22:58:20'),
(1549,1282,14.6,'2012-10-26 22:58:27'),
(1549,643,10.4,'2012-10-26 22:58:27'),
(1549,1099,7.6,'2012-10-26 22:58:27'),
(1280,1012,9,'2012-10-27 02:34:04'),
(1280,229,8.6,'2012-10-27 02:34:04'),
(1280,1853,8,'2012-10-27 02:34:04'),
(1258,1442,10.9,'2015-03-18 23:22:50'),
(1258,774,10.4,'2015-03-18 23:22:50'),
(1258,18,8.2,'2015-03-18 23:22:50'),
(1145,2463,9,'2014-05-16 22:50:36'),
(1145,51,5.5,'2014-05-16 22:50:36'),
(1145,1012,8,'2014-05-16 22:50:36'),
(660,846,14.9,'2012-10-27 04:15:37'),
(660,995,8,'2012-10-27 04:15:37'),
(660,512,7.8,'2012-10-27 04:15:37'),
(1317,3419,9.6,'2016-12-16 06:05:18'),
(1317,2023,8.6,'2016-12-16 06:05:18'),
(1317,874,9.8,'2016-12-16 06:05:18'),
(217,2017,13.2,'2016-12-16 11:17:27'),
(2838,2463,6.5,'2019-12-15 00:33:05'),
(3539,1717,6.7,'2019-12-12 05:15:48'),
(1108,597,11.4,'2017-08-10 01:52:15'),
(1108,18,7.8,'2017-08-10 01:52:15'),
(1108,2099,11.2,'2017-08-10 01:52:15'),
(846,660,14.1,'2012-10-27 10:49:00'),
(846,889,12.7,'2012-10-27 10:49:00'),
(846,148,10.5,'2012-10-27 10:49:00'),
(2055,1214,6.6,'2018-05-19 13:04:57'),
(1517,727,5.8,'2018-05-19 14:08:49'),
(727,1517,9,'2012-10-27 15:32:11'),
(727,1321,8.7,'2012-10-27 15:32:11'),
(727,614,7.9,'2012-10-27 15:32:11'),
(1267,1268,12.5,'2012-10-27 15:55:01'),
(1267,1061,9.8,'2012-10-27 15:55:01'),
(1267,1316,9.3,'2012-10-27 15:55:01'),
(1267,214,5.4,'2012-10-27 15:55:01'),
(995,136,9.5,'2012-10-27 17:35:36'),
(995,1004,7.9,'2012-10-27 17:35:36'),
(995,934,7.6,'2012-10-27 17:35:36'),
(3251,3323,15.3931,'2026-02-13 04:43:08'),
(297,2487,8.2,'2016-11-29 13:12:57'),
(297,755,7.4,'2016-11-29 13:12:57'),
(179,371,12,'2012-10-27 18:45:29'),
(179,1420,10.2,'2012-10-27 18:45:29'),
(179,175,9.3,'2012-10-27 18:45:29'),
(2539,1645,13.5,'2014-03-14 13:38:11'),
(2539,1955,14.8,'2014-03-14 13:38:11'),
(2539,1188,14.3,'2014-03-14 13:38:11'),
(277,1273,15.4,'2012-10-27 21:20:18'),
(277,1286,7.6,'2012-10-27 21:20:18'),
(277,1407,7.4,'2012-10-27 21:20:18'),
(586,271,7.5,'2012-10-27 22:48:26'),
(586,1074,5.9,'2012-10-27 22:48:26'),
(586,247,5.2,'2012-10-27 22:48:26'),
(1220,142,13.7,'2012-10-27 23:35:31'),
(1220,1820,13.2,'2012-10-27 23:35:31'),
(1220,732,10.9,'2012-10-27 23:35:31'),
(205,526,13.8,'2012-10-27 23:38:56'),
(205,190,12.7,'2012-10-27 23:38:56'),
(205,201,9.8,'2012-10-27 23:38:56'),
(416,2790,17.9,'2014-11-07 17:59:20'),
(2930,1615,14.6,'2017-03-28 18:19:45'),
(1684,2790,7.5,'2017-03-31 02:36:53'),
(751,914,17.1,'2012-10-28 03:51:45'),
(751,181,9.3,'2012-10-28 03:51:45'),
(751,371,9.2,'2012-10-28 03:51:45'),
(16,0,0,'2018-05-10 20:35:09'),
(3559,463,10.8,'0000-00-00 00:00:00'),
(3559,510,10.6,'0000-00-00 00:00:00'),
(778,1302,10.7,'2012-10-28 11:33:28'),
(778,1170,6.8,'2012-10-28 11:33:28'),
(778,461,6.2,'2012-10-28 11:33:28'),
(889,985,18.2,'2012-10-28 13:21:57'),
(889,1412,14.9,'2012-10-28 13:21:57'),
(889,846,12.7,'2012-10-28 13:21:57'),
(2117,1170,12.8,'2013-11-21 21:36:05'),
(2117,1238,9.3,'2013-11-21 21:36:05'),
(2117,2412,11.3,'2013-11-21 21:36:05'),
(1047,203,9.8,'2012-10-28 14:36:43'),
(1047,602,9.7,'2012-10-28 14:36:43'),
(1047,1296,9.3,'2012-10-28 14:36:43'),
(1133,1080,5.8,'2012-10-28 16:48:41'),
(1133,1662,5.2,'2012-10-28 16:48:41'),
(1133,1446,5,'2012-10-28 16:48:41'),
(736,1439,13,'2012-10-28 18:54:06'),
(736,759,12.1,'2012-10-28 18:54:06'),
(736,1501,11.8,'2012-10-28 18:54:06'),
(2346,1055,8.3,'2013-10-04 13:39:45'),
(2346,2198,10,'2013-10-04 13:39:45'),
(2346,2355,10.8,'2013-10-04 13:39:45'),
(802,1237,5.2,'2013-09-24 20:53:32'),
(168,638,10.6,'2012-10-28 22:25:39'),
(168,1848,9.7,'2012-10-28 22:25:39'),
(168,1665,9.3,'2012-10-28 22:25:39'),
(168,2,6.1,'2012-10-28 22:25:39'),
(168,49,5.2,'2012-10-28 22:25:39'),
(1265,1262,16.8,'2012-10-29 01:29:39'),
(1265,16,14,'2012-10-29 01:29:39'),
(1265,236,13.5,'2012-10-29 01:29:39'),
(231,597,7.9,'2012-10-29 02:45:53'),
(231,1004,5.7,'2012-10-29 02:45:53'),
(231,238,5.4,'2012-10-29 02:45:53'),
(785,667,11.2,'2012-10-29 03:39:06'),
(785,514,9.4,'2012-10-29 03:39:06'),
(785,1684,9.2,'2012-10-29 03:39:06'),
(691,488,12.7,'2012-10-29 03:48:28'),
(691,1514,9.2,'2012-10-29 03:48:28'),
(691,1414,8.6,'2012-10-29 03:48:28'),
(1266,453,10.2,'2012-10-29 04:33:27'),
(1266,30,8.9,'2012-10-29 04:33:27'),
(1266,1304,6.9,'2012-10-29 04:33:27'),
(1205,988,24.5,'2012-10-29 05:06:11'),
(1205,985,16,'2012-10-29 05:06:11'),
(1205,1738,15.3,'2012-10-29 05:06:11'),
(227,1259,10.3,'2012-10-29 05:19:32'),
(227,1408,7.9,'2012-10-29 05:19:32'),
(227,1240,7.9,'2012-10-29 05:19:32'),
(651,550,8.2,'2012-10-29 06:19:08'),
(651,158,7.8,'2012-10-29 06:19:08'),
(651,755,6.3,'2012-10-29 06:19:08'),
(884,1415,6.6,'2012-10-29 07:46:44'),
(884,625,6.5,'2012-10-29 07:46:44'),
(884,810,6.4,'2012-10-29 07:46:44'),
(955,864,7.4,'2012-10-29 12:50:00'),
(955,855,6.7,'2012-10-29 12:50:00'),
(955,1008,5.5,'2012-10-29 12:50:00'),
(1095,437,8.1,'2012-10-29 13:39:01'),
(1095,510,8,'2012-10-29 13:39:01'),
(1095,982,7.8,'2012-10-29 13:39:01'),
(806,504,27.9,'2012-10-29 14:08:14'),
(806,283,14.7,'2012-10-29 14:08:14'),
(806,413,12,'2012-10-29 14:08:14'),
(1308,1236,12.8,'2012-10-29 14:37:42'),
(1308,631,12.4,'2012-10-29 14:37:42'),
(1308,597,12.2,'2012-10-29 14:37:42'),
(1883,1738,10.5,'2012-10-29 14:57:29'),
(1883,1720,8,'2012-10-29 14:57:29'),
(1883,774,7,'2012-10-29 14:57:29'),
(420,1568,14.1,'2012-10-29 15:28:37'),
(420,1589,7.9,'2012-10-29 15:28:37'),
(420,1564,7.9,'2012-10-29 15:28:37'),
(1463,488,9,'2012-10-29 16:11:26'),
(1463,1417,9,'2012-10-29 16:11:26'),
(1463,148,9,'2012-10-29 16:11:26'),
(1295,1285,15.9,'2012-10-29 18:42:56'),
(1295,466,15.8,'2012-10-29 18:42:56'),
(1295,148,11.1,'2012-10-29 18:42:56'),
(297,2155,6.6,'2016-11-29 13:12:57'),
(297,49,5.1,'2016-11-29 13:12:57'),
(3412,2302,8.7,'2016-11-29 18:29:05'),
(3412,2228,7.9,'2016-11-29 18:29:05'),
(631,1188,15.1,'2012-10-29 18:43:18'),
(631,1061,13.2,'2012-10-29 18:43:18'),
(631,554,13.1,'2012-10-29 18:43:18'),
(1294,445,17.9,'2012-10-29 19:17:21'),
(1294,470,8.8,'2012-10-29 19:17:21'),
(1294,1276,8.3,'2012-10-29 19:17:21'),
(382,179,11.4,'2012-10-29 21:53:09'),
(382,1407,11.4,'2012-10-29 21:53:09'),
(382,508,10.1,'2012-10-29 21:53:09'),
(561,236,9,'2012-10-29 22:18:50'),
(561,1491,8.5,'2012-10-29 22:18:50'),
(561,3,8.4,'2012-10-29 22:18:50'),
(1298,1294,7.6,'2012-10-29 22:26:23'),
(1298,1276,7.3,'2012-10-29 22:26:23'),
(1298,1287,7.3,'2012-10-29 22:26:23'),
(1305,173,18.1,'2012-10-29 22:42:02'),
(1305,1309,17.8,'2012-10-29 22:42:02'),
(1305,170,11.1,'2012-10-29 22:42:02'),
(30,453,11.2,'2012-10-30 00:10:35'),
(30,1303,10.3,'2012-10-30 00:10:35'),
(30,190,8.8,'2012-10-30 00:10:35'),
(177,1407,8.8,'2012-10-30 00:12:50'),
(177,161,7.6,'2012-10-30 00:12:50'),
(177,1298,7.4,'2012-10-30 00:12:50'),
(1271,1272,8.2,'2012-10-30 01:18:16'),
(1271,463,7.1,'2012-10-30 01:18:16'),
(1271,510,6.8,'2012-10-30 01:18:16'),
(904,1321,6.8,'2012-10-30 02:52:19'),
(904,470,6.4,'2012-10-30 02:52:19'),
(904,1214,6.3,'2012-10-30 02:52:19'),
(1307,1264,14.4,'2012-10-30 04:45:50'),
(1307,250,8.4,'2012-10-30 04:45:50'),
(1307,253,7.7,'2012-10-30 04:45:50'),
(2463,2838,10.066,'2026-02-13 17:03:03'),
(1023,3694,11.1844,'2026-02-13 21:51:30'),
(1023,393,9.4877,'2026-02-13 21:51:30'),
(1514,1693,11,'2012-10-30 06:45:17'),
(1514,978,10.2,'2012-10-30 06:45:17'),
(1514,1665,9.8,'2012-10-30 06:45:17'),
(1245,2,5.6,'2016-02-11 12:42:12'),
(1245,1237,5.3,'2016-02-11 12:42:12'),
(1245,18,5.6,'2016-02-11 12:42:12'),
(546,0,0,'2017-04-28 14:04:35'),
(3312,2974,8.6,'2017-04-23 08:54:50'),
(3312,1426,8.7,'2017-04-23 08:54:50'),
(828,1431,8,'2012-10-30 14:52:59'),
(828,1848,7.1,'2012-10-30 14:52:59'),
(828,1258,6,'2012-10-30 14:52:59'),
(1511,450,10.4,'2012-10-30 15:00:16'),
(1511,1436,9.9,'2012-10-30 15:00:16'),
(1511,1426,9.8,'2012-10-30 15:00:16'),
(1191,1797,5.7,'2012-10-30 17:54:29'),
(1191,1529,5.6,'2012-10-30 17:54:29'),
(1191,940,5.5,'2012-10-30 17:54:29'),
(470,1431,12.7,'2012-10-30 18:50:56'),
(470,1294,10.2,'2012-10-30 18:50:56'),
(470,445,10.1,'2012-10-30 18:50:56'),
(257,1244,19.8,'2012-10-30 22:54:51'),
(257,259,16.2,'2012-10-30 22:54:51'),
(257,1245,15.9,'2012-10-30 22:54:51'),
(1288,841,14.4,'2012-10-31 00:31:35'),
(1288,1305,10.2,'2012-10-31 00:31:35'),
(1288,1690,9.9,'2012-10-31 00:31:35'),
(797,1717,6.3,'2012-10-31 01:04:22'),
(797,841,6.1,'2012-10-31 01:04:22'),
(797,255,5.9,'2012-10-31 01:04:22'),
(897,1697,14.4,'2012-10-31 04:06:32'),
(897,1188,12.2,'2012-10-31 04:06:32'),
(897,1061,12.1,'2012-10-31 04:06:32'),
(914,751,18.1,'2012-10-31 04:38:51'),
(914,631,10.6,'2012-10-31 04:38:51'),
(914,1697,9.5,'2012-10-31 04:38:51'),
(557,1131,8.7,'2012-10-31 06:56:23'),
(557,1058,7.9,'2012-10-31 06:56:23'),
(557,190,7.7,'2012-10-31 06:56:23'),
(1320,1305,14.9,'2012-10-31 08:50:25'),
(1320,173,14.3,'2012-10-31 08:50:25'),
(1320,1270,13.4,'2012-10-31 08:50:25'),
(255,308,7.4,'2012-10-31 08:50:36'),
(255,797,6.9,'2012-10-31 08:50:36'),
(255,1246,6.6,'2012-10-31 08:50:36'),
(466,1295,12.3,'2012-10-31 12:43:05'),
(466,1299,6.9,'2012-10-31 12:43:05'),
(466,557,6.4,'2012-10-31 12:43:05'),
(1885,1883,13.3,'2012-10-31 14:01:41'),
(1885,1008,6.3,'2012-10-31 14:01:41'),
(1885,667,5.6,'2012-10-31 14:01:41'),
(1256,1300,19.1,'2012-10-31 14:15:07'),
(1256,203,18.5,'2012-10-31 14:15:07'),
(1256,217,15.7,'2012-10-31 14:15:07'),
(1256,214,5.4,'2012-10-31 14:15:07'),
(1254,17,19.4,'2012-10-31 14:49:42'),
(1254,1248,14,'2012-10-31 14:49:42'),
(1254,186,13.6,'2012-10-31 14:49:42'),
(1466,1448,10,'2012-10-31 17:01:46'),
(1466,755,8.1,'2012-10-31 17:01:46'),
(1466,1061,7.6,'2012-10-31 17:01:46'),
(894,1634,9.1,'2013-12-07 07:25:56'),
(894,1880,9.6,'2013-12-07 07:25:56'),
(894,1448,8.9,'2013-12-07 07:25:56'),
(1270,173,12,'2012-10-31 23:25:51'),
(1270,1839,11.1,'2012-10-31 23:25:51'),
(1270,1309,10.1,'2012-10-31 23:25:51'),
(266,546,7,'2012-10-31 23:49:31'),
(266,280,5.4,'2012-10-31 23:49:31'),
(266,677,5.2,'2012-10-31 23:49:31'),
(285,0,0,'2012-11-01 00:25:27'),
(625,1313,12.2,'2012-11-01 04:29:06'),
(625,1225,9.4,'2012-11-01 04:29:06'),
(625,1086,8.3,'2012-11-01 04:29:06'),
(625,1237,7.3,'2012-11-01 04:29:06'),
(536,271,13.2,'2012-11-01 05:04:32'),
(536,1422,11.8,'2012-11-01 05:04:32'),
(536,512,10.8,'2012-11-01 05:04:32'),
(447,1108,6,'2012-11-01 08:50:26'),
(447,572,5.9,'2012-11-01 08:50:26'),
(447,907,5.8,'2012-11-01 08:50:26'),
(447,1237,6.4,'2012-11-01 08:50:26'),
(1409,1408,34.9,'2012-11-01 10:37:04'),
(1409,1188,15.3,'2012-11-01 10:37:04'),
(1409,1061,14,'2012-11-01 10:37:04'),
(638,985,10.7,'2017-01-28 20:45:22'),
(3121,3786,5.8,'0000-00-00 00:00:00'),
(3894,2660,11.8,'2018-12-14 16:29:10'),
(982,1407,10.1,'2014-06-27 12:46:29'),
(982,1697,9.5,'2014-06-27 12:46:29'),
(982,2384,8.2,'2014-06-27 12:46:29'),
(1890,430,11.8,'2012-11-01 17:13:21'),
(1890,1001,9.3,'2012-11-01 17:13:21'),
(1890,985,8.2,'2012-11-01 17:13:21'),
(1001,968,10.1,'2012-11-01 18:26:17'),
(1001,1668,8.2,'2012-11-01 18:26:17'),
(1001,510,7.8,'2012-11-01 18:26:17'),
(667,1627,9.2,'2012-11-01 20:40:38'),
(667,1493,9.2,'2012-11-01 20:40:38'),
(667,785,9.2,'2012-11-01 20:40:38'),
(1296,18,6.5,'2015-09-18 00:47:32'),
(1296,51,6.2,'2015-09-18 00:47:32'),
(1296,1237,5.7,'2015-09-18 00:47:32'),
(762,1820,9.3,'2012-11-02 03:14:02'),
(762,1409,7.9,'2012-11-02 03:14:02'),
(762,30,7.2,'2012-11-02 03:14:02'),
(2945,18,7.5,'2015-04-10 14:51:51'),
(2945,49,9.5,'2015-04-10 14:51:51'),
(2945,2,6.6,'2015-04-10 14:51:51'),
(144,1747,6.2,'2012-11-02 08:18:53'),
(144,47,5.6,'2012-11-02 08:18:53'),
(144,1460,5.3,'2012-11-02 08:18:53'),
(259,262,14.5,'2012-11-02 09:02:51'),
(259,1245,12.7,'2012-11-02 09:02:51'),
(259,1307,8.5,'2012-11-02 09:02:51'),
(1287,968,15.3,'2012-11-02 09:22:12'),
(1287,334,10.6,'2012-11-02 09:22:12'),
(1287,1297,8.7,'2012-11-02 09:22:12'),
(1040,614,11.9,'2012-11-02 10:37:49'),
(1040,1170,9,'2012-11-02 10:37:49'),
(1040,1270,8.7,'2012-11-02 10:37:49'),
(354,379,15.1,'2012-11-02 15:20:35'),
(354,360,11.9,'2012-11-02 15:20:35'),
(354,416,11.7,'2012-11-02 15:20:35'),
(16,1262,12.9,'2018-05-10 20:35:09'),
(16,236,12.8,'2018-05-10 20:35:09'),
(16,250,13.8,'2018-05-10 20:35:09'),
(1259,413,14,'2012-11-02 16:54:02'),
(1259,293,12.8,'2012-11-02 16:54:02'),
(1259,283,12.1,'2012-11-02 16:54:02'),
(1012,581,12.9,'2012-11-02 18:59:35'),
(1012,1436,10,'2012-11-02 18:59:35'),
(1012,459,9.9,'2012-11-02 18:59:35'),
(2384,985,14.6,'2015-11-25 20:53:23'),
(2384,1029,17.5,'2015-11-25 20:53:23'),
(2384,1412,13.6,'2015-11-25 20:53:23'),
(1297,850,7.7,'2012-11-02 19:55:15'),
(1297,1222,7.4,'2012-11-02 19:55:15'),
(1297,1285,6.5,'2012-11-02 19:55:15'),
(1111,955,7.6,'2012-11-02 20:13:31'),
(1111,1043,5.8,'2012-11-02 20:13:31'),
(1111,1313,5.6,'2012-11-02 20:13:31'),
(1250,1252,12.8,'2012-11-02 20:16:08'),
(1250,1248,10.7,'2012-11-02 20:16:08'),
(1250,17,10.4,'2012-11-02 20:16:08'),
(1250,214,6.3,'2012-11-02 20:16:08'),
(968,1287,10.7,'2012-11-02 20:58:13'),
(968,463,9,'2012-11-02 20:58:13'),
(968,519,8.8,'2012-11-02 20:58:13'),
(1922,1004,12.7,'2013-11-28 14:06:26'),
(1922,1929,10.1,'2013-11-28 14:06:26'),
(950,860,13.4,'2012-11-02 20:58:31'),
(950,244,10.3,'2012-11-02 20:58:31'),
(950,1573,9.7,'2012-11-02 20:58:31'),
(945,1415,13.8,'2012-11-02 20:59:16'),
(945,929,11.1,'2012-11-02 20:59:16'),
(945,1072,9.2,'2012-11-02 20:59:16'),
(1114,1131,10.2,'2012-11-02 21:00:04'),
(1114,1243,9.8,'2012-11-02 21:00:04'),
(1114,1705,8.9,'2012-11-02 21:00:04'),
(1313,18,5.4,'2016-01-22 01:04:36'),
(1313,51,5.1,'2016-01-22 01:04:36'),
(1322,1319,7.6,'2012-11-02 21:06:22'),
(1322,461,7,'2012-11-02 21:06:22'),
(1322,638,6.4,'2012-11-02 21:06:22'),
(1322,49,5.8,'2012-11-02 21:06:22'),
(1029,889,13.5,'2013-10-22 06:35:10'),
(1029,2384,12.8,'2013-10-22 06:35:10'),
(1029,985,14.8,'2013-10-22 06:35:10'),
(1019,985,7.7,'2012-11-02 21:20:15'),
(1019,1697,7.7,'2012-11-02 21:20:15'),
(1019,1658,7.4,'2012-11-02 21:20:15'),
(834,49,6.2,'2015-11-24 21:00:53'),
(834,2,6.3,'2015-11-24 21:00:53'),
(834,18,6.5,'2015-11-24 21:00:53'),
(1121,1450,10.1,'2012-11-02 21:39:36'),
(1121,1642,8,'2012-11-02 21:39:36'),
(1121,1072,6.6,'2012-11-02 21:39:36'),
(247,536,16.1,'2012-11-02 23:07:31'),
(247,512,14.3,'2012-11-02 23:07:31'),
(247,271,14,'2012-11-02 23:07:31'),
(1304,283,11.5,'2012-11-03 02:48:19'),
(1304,308,9.4,'2012-11-03 02:48:19'),
(1304,1303,9.3,'2012-11-03 02:48:19'),
(958,1988,5.3,'2017-08-08 17:01:37'),
(1108,982,5.4,'2017-08-10 01:52:15'),
(1108,638,5.5,'2017-08-10 01:52:15'),
(1282,253,10.5,'2012-11-03 06:56:45'),
(1282,242,8.2,'2012-11-03 06:56:45'),
(1282,1284,8,'2012-11-03 06:56:45'),
(1282,1237,5.4,'2012-11-03 06:56:45'),
(390,1259,11,'2012-11-03 07:25:24'),
(390,1448,10.5,'2012-11-03 07:25:24'),
(390,1236,8.7,'2012-11-03 07:25:24'),
(481,1019,7.6,'2012-11-03 08:08:52'),
(481,1414,5.5,'2012-11-03 08:08:52'),
(481,1678,5.3,'2012-11-03 08:08:52'),
(303,705,17.2,'2012-11-03 08:26:19'),
(303,663,14.2,'2012-11-03 08:26:19'),
(303,709,11.7,'2012-11-03 08:26:19'),
(940,219,10.3,'2012-11-03 10:14:44'),
(940,1860,8.6,'2012-11-03 10:14:44'),
(940,1503,8.5,'2012-11-03 10:14:44'),
(512,283,8.4,'2017-12-10 17:24:15'),
(512,247,12.1,'2017-12-10 17:24:15'),
(512,271,12.3,'2017-12-10 17:24:15'),
(360,1267,7.3,'2012-11-03 11:12:19'),
(360,1274,6.7,'2012-11-03 11:12:19'),
(360,1281,6.1,'2012-11-03 11:12:19'),
(1668,450,9.7,'2017-02-22 14:03:45'),
(1668,3106,9.3,'2017-02-22 14:03:45'),
(1668,971,5.4,'2017-02-22 14:03:45'),
(1231,18,5.1,'2014-06-26 19:14:23'),
(1231,49,5,'2014-06-26 19:14:23'),
(1231,38,5.9,'2014-06-26 19:14:23'),
(1302,778,11.2,'2012-11-03 18:36:23'),
(1302,1247,10,'2012-11-03 18:36:23'),
(1302,201,9.1,'2012-11-03 18:36:23'),
(1286,1843,9.8,'2012-11-03 19:06:55'),
(1286,1285,7.7,'2012-11-03 19:06:55'),
(1286,1256,7.4,'2012-11-03 19:06:55'),
(1290,2163,5.3,'2018-09-20 03:40:17'),
(1290,2688,7.4,'0000-00-00 00:00:00'),
(1290,18,5.2,'0000-00-00 00:00:00'),
(1272,1299,11.4,'2012-11-03 20:15:31'),
(1272,1285,9,'2012-11-03 20:15:31'),
(1272,238,7.6,'2012-11-03 20:15:31'),
(701,945,7.5,'2012-11-03 20:56:54'),
(701,593,7.2,'2012-11-03 20:56:54'),
(701,1493,5.7,'2012-11-03 20:56:54'),
(701,214,5.4,'2012-11-03 20:56:54'),
(320,283,20.2,'2012-11-03 22:17:43'),
(320,1259,15.5,'2012-11-03 22:17:43'),
(320,1308,14.4,'2012-11-03 22:17:43'),
(1771,2128,14.1891,'2022-02-19 17:00:00'),
(3213,2971,15.3,'2016-04-13 13:34:03'),
(3213,219,12.7,'2016-04-13 13:34:03'),
(978,1514,6,'2012-11-04 02:15:18'),
(978,1479,5.5,'2012-11-04 02:15:18'),
(978,1642,5,'2012-11-04 02:15:18'),
(590,1012,10.8,'2016-11-30 11:57:13'),
(3412,2330,10,'2016-11-29 18:29:05'),
(590,2384,9.1,'2016-11-30 11:57:13'),
(1457,2974,11.6033,'2026-02-14 22:14:57'),
(2527,705,13.5108,'2026-02-14 18:44:56'),
(1457,2581,13.438,'2026-02-14 22:14:57'),
(860,950,13.8,'2012-11-04 04:39:13'),
(860,968,10.5,'2012-11-04 04:39:13'),
(860,244,10.4,'2012-11-04 04:39:13'),
(1285,1295,9.2,'2012-11-04 09:57:26'),
(1285,889,6.9,'2012-11-04 09:57:26'),
(1285,1286,6.8,'2012-11-04 09:57:26'),
(253,1282,15.9,'2012-11-04 12:56:42'),
(253,1549,12.4,'2012-11-04 12:56:42'),
(253,262,11.7,'2012-11-04 12:56:42'),
(186,1254,10.9,'2012-11-04 14:21:17'),
(186,766,8.5,'2012-11-04 14:21:17'),
(186,17,7.1,'2012-11-04 14:21:17'),
(186,42,5.4,'2012-11-04 14:21:17'),
(188,1289,10.4,'2012-11-04 19:12:21'),
(188,1247,5.7,'2012-11-04 19:12:21'),
(188,1288,5.7,'2012-11-04 19:12:21'),
(1303,30,10.2,'2012-11-04 19:15:27'),
(1303,1779,7.6,'2012-11-04 19:15:27'),
(1303,238,7.5,'2012-11-04 19:15:27'),
(1264,1307,16,'2012-11-04 21:04:54'),
(1264,1277,12,'2012-11-04 21:04:54'),
(1264,1245,10.2,'2012-11-04 21:04:54'),
(1290,1507,5.5,'2018-09-20 03:40:17'),
(1290,3858,6.1,'2018-09-20 03:40:17'),
(1293,1289,11.1,'2012-11-05 03:24:42'),
(1293,203,11,'2012-11-05 03:24:42'),
(1293,1256,10.6,'2012-11-05 03:24:42'),
(406,1259,12.7,'2012-11-05 04:22:52'),
(406,293,10.9,'2012-11-05 04:22:52'),
(406,1422,10.6,'2012-11-05 04:22:52'),
(646,51,5,'2014-02-19 17:50:19'),
(646,49,5.2,'2014-02-19 17:50:19'),
(646,1205,7.4,'2014-02-19 17:50:19'),
(1306,1275,9,'2012-11-05 07:10:04'),
(1306,144,7.8,'2012-11-05 07:10:04'),
(1306,1261,6.6,'2012-11-05 07:10:04'),
(199,217,10.9,'2012-11-05 08:01:42'),
(199,340,9.3,'2012-11-05 08:01:42'),
(199,1247,6.9,'2012-11-05 08:01:42'),
(468,719,8.8,'2012-11-05 08:58:23'),
(468,526,8.3,'2012-11-05 08:58:23'),
(468,889,7.5,'2012-11-05 08:58:23'),
(468,51,7.7,'2012-11-05 08:58:23'),
(468,214,6.6,'2012-11-05 08:58:23'),
(1893,1747,21.4,'2012-11-05 21:39:22'),
(1893,1799,17.8,'2012-11-05 21:39:22'),
(1893,1779,22.4,'2012-11-05 21:39:22'),
(1318,140,22.4,'2012-11-06 02:00:40'),
(1318,1415,7.1,'2012-11-06 02:00:40'),
(1318,498,6.3,'2012-11-06 02:00:40'),
(1318,14,5.2,'2012-11-06 02:00:40'),
(508,179,7.6,'2012-11-06 02:50:01'),
(508,530,6.2,'2012-11-06 02:50:01'),
(508,1267,6.1,'2012-11-06 02:50:01'),
(1238,1032,9.4,'2012-11-06 08:42:15'),
(1238,1409,7.4,'2012-11-06 08:42:15'),
(1238,1726,6.1,'2012-11-06 08:42:15'),
(1275,1295,9.8,'2012-11-06 08:42:16'),
(1275,1282,8,'2012-11-06 08:42:16'),
(1275,1306,6.9,'2012-11-06 08:42:16'),
(409,1853,9.4,'2012-11-06 11:13:17'),
(409,208,9,'2012-11-06 11:13:17'),
(409,435,8.9,'2012-11-06 11:13:17'),
(1243,1266,14,'2012-11-07 06:07:24'),
(1243,459,10.5,'2012-11-07 06:07:24'),
(1243,557,9.4,'2012-11-07 06:07:24'),
(3,561,8.8,'2012-11-07 15:03:30'),
(3,802,7.1,'2012-11-07 15:03:30'),
(3,1248,6.9,'2012-11-07 15:03:30'),
(3,214,6,'2012-11-07 15:03:30'),
(619,1788,7.7,'2012-11-07 16:47:28'),
(619,614,7.5,'2012-11-07 16:47:28'),
(619,1321,6.6,'2012-11-07 16:47:28'),
(510,2571,10,'2016-11-30 11:59:05'),
(590,3106,8.3,'2016-11-30 11:57:13'),
(510,201,11.1,'2016-11-30 11:59:05'),
(510,673,9.6,'2016-11-30 11:59:05'),
(1253,1296,12.6,'2012-11-08 01:06:42'),
(1253,1313,8.1,'2012-11-08 01:06:42'),
(1253,1308,5.4,'2012-11-08 01:06:42'),
(1231,2660,13.2,'2014-06-26 19:14:23'),
(1231,691,8.4,'2014-06-26 19:14:23'),
(1231,1426,8.2,'2014-06-26 19:14:23'),
(31,1259,13,'2012-11-08 13:24:26'),
(31,900,8.9,'2012-11-08 13:24:26'),
(31,283,7.9,'2012-11-08 13:24:26'),
(31,1237,8.3,'2012-11-08 13:24:26'),
(841,1288,13,'2012-11-08 15:04:38'),
(841,834,6.9,'2012-11-08 15:04:38'),
(841,1811,6.2,'2012-11-08 15:04:38'),
(1148,1511,9.2,'2012-11-08 15:34:36'),
(1148,806,8.9,'2012-11-08 15:34:36'),
(1148,1653,8.5,'2012-11-08 15:34:36'),
(379,1105,21.8,'2012-11-17 11:13:59'),
(2033,18,7.6,'2015-02-18 20:01:24'),
(2033,2198,7,'2015-02-18 20:01:24'),
(2033,1214,7.8,'2015-02-18 20:01:24'),
(533,3609,7,'2017-12-07 11:38:08'),
(1760,49,5.2,'2017-12-07 11:21:47'),
(533,526,12.8,'2017-12-07 11:38:08'),
(1310,747,8.7,'2012-11-08 19:56:03'),
(1310,673,7.9,'2012-11-08 19:56:03'),
(1310,1658,7.5,'2012-11-08 19:56:03'),
(1408,1409,15.2,'2016-12-16 14:26:41'),
(217,581,10.3,'2016-12-16 11:17:27'),
(217,1256,13.1,'2016-12-16 11:17:27'),
(697,1496,7.6,'2012-11-08 21:01:17'),
(697,1200,7.1,'2012-11-08 21:01:17'),
(697,1043,7.1,'2012-11-08 21:01:17'),
(140,1318,25.5,'2012-11-09 00:58:22'),
(140,991,5.9,'2012-11-09 00:58:22'),
(140,806,5.1,'2012-11-09 00:58:22'),
(855,1470,18.2,'2012-11-09 07:30:57'),
(855,1063,12.4,'2012-11-09 07:30:57'),
(855,955,9,'2012-11-09 07:30:57'),
(577,1273,9.7,'2012-11-09 10:37:59'),
(577,1283,9.2,'2012-11-09 10:37:59'),
(577,1040,6.5,'2012-11-09 10:37:59'),
(1263,988,12,'2012-11-09 12:05:38'),
(1263,1254,9.6,'2012-11-09 12:05:38'),
(1263,1303,9,'2012-11-09 12:05:38'),
(1263,1237,5.6,'2012-11-09 12:05:38'),
(1903,945,8.8,'2012-11-09 19:35:18'),
(1903,1415,13.5,'2012-11-09 19:35:18'),
(1903,1898,7.4,'2012-11-09 19:35:18'),
(1249,1315,8.7,'2012-11-10 03:06:52'),
(1249,1277,5.1,'2012-11-10 03:06:52'),
(201,533,15.9,'2012-11-10 05:34:44'),
(201,190,12.7,'2012-11-10 05:34:44'),
(201,205,12.4,'2012-11-10 05:34:44'),
(607,253,9.2,'2012-11-11 05:44:55'),
(607,435,8.9,'2012-11-11 05:44:55'),
(607,271,6.3,'2012-11-11 05:44:55'),
(1276,47,25.3,'2012-11-11 06:59:54'),
(1276,144,9.1,'2012-11-11 06:59:54'),
(1276,354,8.6,'2012-11-11 06:59:54'),
(1257,978,7.1,'2012-11-11 09:20:34'),
(1257,340,5.1,'2012-11-11 09:20:34'),
(2908,2074,7.6,'2017-06-24 20:45:40'),
(2908,1291,9.9,'2017-06-24 20:45:40'),
(1914,3543,16.5,'2017-08-08 16:12:16'),
(1914,3518,5.8,'2017-08-08 16:12:16'),
(175,247,8.4,'2012-11-14 06:02:23'),
(175,271,8.1,'2012-11-14 06:02:23'),
(175,1697,7.7,'2012-11-14 06:02:23'),
(233,1259,11,'2012-11-16 10:34:30'),
(233,1305,7.9,'2012-11-16 10:34:30'),
(233,1309,7.6,'2012-11-16 10:34:30'),
(1299,1291,10.2,'2012-11-16 11:33:02'),
(1299,1880,7.9,'2012-11-16 11:33:02'),
(1299,1309,7.8,'2012-11-16 11:33:02'),
(379,1252,13.1,'2012-11-17 11:13:59'),
(379,354,12.1,'2012-11-17 11:13:59'),
(1269,1273,9.6,'2012-11-17 21:23:48'),
(1269,1293,7.5,'2012-11-17 21:23:48'),
(1269,1408,7.4,'2012-11-17 21:23:48'),
(250,16,21.7,'2012-11-18 03:28:37'),
(250,47,8.2,'2012-11-18 03:28:37'),
(250,1243,7.5,'2012-11-18 03:28:37'),
(1283,140,6.9,'2012-11-20 04:53:36'),
(1920,435,7,'2012-11-20 14:14:51'),
(1920,1573,7,'2012-11-20 14:14:51'),
(1920,1420,6.6,'2012-11-20 14:14:51'),
(1526,2190,9.7,'2013-11-28 07:47:33'),
(1526,393,8.9,'2013-11-28 07:47:33'),
(1526,1026,17.4,'2013-11-28 07:47:33'),
(1268,1267,17.1,'2012-11-22 18:24:00'),
(1268,1114,10.8,'2012-11-22 18:24:00'),
(1268,30,7.9,'2012-11-22 18:24:00'),
(1277,1264,20.9,'2012-11-22 22:25:59'),
(1277,1249,7.3,'2012-11-22 22:25:59'),
(1277,1281,7.2,'2012-11-22 22:25:59'),
(1240,1665,6,'2012-11-23 10:17:10'),
(1240,3,5.6,'2012-11-23 10:17:10'),
(1240,597,5.6,'2012-11-23 10:17:10'),
(1260,1284,10.2,'2012-11-24 19:34:13'),
(1260,1304,9.7,'2012-11-24 19:34:13'),
(1260,283,7.1,'2012-11-24 19:34:13'),
(564,1123,7.3,'2012-11-25 11:54:41'),
(564,1645,7.1,'2012-11-25 11:54:41'),
(564,1417,6.3,'2012-11-25 11:54:41'),
(453,1697,12.4,'2012-11-25 11:58:36'),
(453,30,11.3,'2012-11-25 11:58:36'),
(453,1414,9.7,'2012-11-25 11:58:36'),
(1925,1788,5.9,'2012-11-28 21:27:41'),
(1925,1546,8.6,'2012-11-28 21:27:41'),
(1925,1306,5.3,'2012-11-28 21:27:41'),
(1929,1526,13.2,'2012-11-29 16:36:20'),
(1929,1289,8.9,'2012-11-29 16:36:20'),
(1929,1004,13.8,'2012-11-29 16:36:20'),
(2908,1786,9.2,'2017-06-24 20:45:40'),
(1934,1269,7.2,'2012-12-04 15:07:24'),
(1934,643,7,'2012-12-04 15:07:24'),
(1934,1277,6.6,'2012-12-04 15:07:24'),
(1941,631,8.6,'2012-12-07 14:57:16'),
(1941,1411,8.3,'2012-12-07 14:57:16'),
(1941,1788,7.8,'2012-12-07 14:57:16'),
(1944,268,12.9,'2012-12-10 15:21:11'),
(1944,691,12.5,'2012-12-10 15:21:11'),
(1944,437,13.4,'2012-12-10 15:21:11'),
(1950,2798,7,'2017-06-24 20:11:45'),
(2908,3518,7.7,'2017-06-24 20:45:40'),
(1952,1248,6.8,'2013-01-10 17:56:18'),
(1952,1066,7.2,'2013-01-10 17:56:18'),
(1952,1622,7,'2013-01-10 17:56:18'),
(1955,1615,15.1,'2012-12-19 21:50:30'),
(1955,732,17,'2012-12-19 21:50:30'),
(1955,1188,14.4,'2012-12-19 21:50:30'),
(1521,1958,11,'2013-12-30 09:54:42'),
(1521,597,10.7,'2013-12-30 09:54:42'),
(1521,1610,8.3,'2013-12-30 09:54:42'),
(1958,1521,13.9,'2013-12-31 11:25:21'),
(1964,1414,8,'2013-01-08 17:14:46'),
(1964,1306,5.8,'2013-01-08 17:14:46'),
(1964,1511,5.5,'2013-01-08 17:14:46'),
(1969,982,7.8,'2013-01-09 16:02:24'),
(1969,1466,10.5,'2013-01-09 16:02:24'),
(1969,1573,7.5,'2013-01-09 16:02:24'),
(1976,1407,7.8,'2013-01-10 14:52:31'),
(1976,382,9,'2013-01-10 14:52:31'),
(1976,47,7.5,'2013-01-10 14:52:31'),
(1988,1707,8.7,'2013-01-15 18:12:05'),
(1988,958,12.2,'2013-01-15 18:12:05'),
(1988,1914,8.8,'2013-01-15 18:12:05'),
(1992,1214,9.9,'2013-01-18 13:53:45'),
(1992,1944,8.7,'2013-01-18 13:53:45'),
(1992,1409,10.9,'2013-01-18 13:53:45'),
(1997,1114,9.3,'2016-02-17 04:49:47'),
(1997,2125,12.1,'2016-02-17 04:49:47'),
(1997,1239,10,'2016-02-17 04:49:47'),
(2000,1521,7.7,'2013-01-22 15:18:19'),
(2000,631,7.9,'2013-01-22 15:18:19'),
(4462,3333,12.6114,'2026-06-10 20:42:28'),
(2000,1883,7.7,'2013-01-22 15:18:19'),
(1457,1241,9.9193,'2026-02-14 22:14:57'),
(4462,4271,11.3699,'2026-06-10 20:42:28'),
(4451,3431,13.9199,'2026-04-27 18:02:41'),
(2355,2925,15.3,'2015-04-11 23:15:55'),
(2013,2530,14.5,'2014-03-07 07:22:22'),
(4251,2163,13.9597,'2022-02-22 19:12:12'),
(3675,433,7.9581,'2026-02-13 11:42:35'),
(2017,1256,13,'2013-01-30 18:40:35'),
(2017,217,19.2,'2013-01-30 18:40:35'),
(2017,214,5.7,'2013-01-30 18:40:35'),
(2017,203,10.6,'2013-01-30 18:40:35'),
(2023,1244,13.2,'2013-02-01 14:54:01'),
(2023,1277,12.1,'2013-02-01 14:54:01'),
(2023,253,13.4,'2013-02-01 14:54:01'),
(2029,1244,13.7,'2013-02-04 14:29:12'),
(2029,988,14.5,'2013-02-04 14:29:12'),
(2029,1743,14,'2013-02-04 14:29:12'),
(2033,2876,10.6,'2015-02-18 20:01:24'),
(4271,3333,15.3839,'2022-05-25 17:45:48'),
(4271,3679,17.512,'2022-05-25 17:45:48'),
(4271,3452,21.3844,'2022-05-25 17:45:48'),
(1442,146,12.1,'2015-03-17 15:23:17'),
(1442,1788,9.1,'2015-03-17 15:23:17'),
(1442,18,6.6,'2015-03-17 15:23:17'),
(4261,3444,9.5642,'2022-04-07 19:28:54'),
(1860,1650,10.8269,'2022-02-27 02:47:51'),
(4261,4251,14.9618,'2022-04-07 19:28:54'),
(4261,3312,10.4529,'2022-04-07 19:28:54'),
(2067,751,10.8,'2013-02-18 20:21:06'),
(2067,1526,10.2,'2013-02-18 20:21:06'),
(2067,1225,11.4,'2013-02-18 20:21:06'),
(2074,1564,9.6,'2013-02-22 16:15:15'),
(2074,510,9.1,'2013-02-22 16:15:15'),
(2074,638,8.4,'2013-02-22 16:15:15'),
(2079,1595,23,'2013-02-25 15:06:05'),
(2079,229,9.6,'2013-02-25 15:06:05'),
(2079,1420,7.9,'2013-02-25 15:06:05'),
(2081,1898,9.2,'2013-02-27 15:09:12'),
(2081,1734,9.4,'2013-02-27 15:09:12'),
(2081,2033,9.7,'2013-02-27 15:09:12'),
(2087,1507,6.8,'2013-03-04 15:58:43'),
(2087,1012,5.7,'2013-03-04 15:58:43'),
(2087,1808,5.7,'2013-03-04 15:58:43'),
(2089,751,8.9,'2013-03-06 14:42:38'),
(2089,950,7.3,'2013-03-06 14:42:38'),
(2089,1808,6.9,'2013-03-06 14:42:38'),
(2092,468,8.3,'2013-03-08 14:25:49'),
(2092,343,7.4,'2013-03-08 14:25:49'),
(2092,1063,6.8,'2013-03-08 14:25:49'),
(2094,371,8.1,'2013-03-12 15:48:01'),
(2094,1720,6.9,'2013-03-12 15:48:01'),
(2094,399,10,'2013-03-12 15:48:01'),
(1872,929,7.7,'2013-09-23 16:04:56'),
(1872,2338,20.5,'2013-09-23 16:04:56'),
(1872,393,8.7,'2013-09-23 16:04:56'),
(1414,453,12.1,'2015-09-17 22:29:51'),
(1414,1108,9.8,'2015-09-17 22:29:51'),
(1414,2311,11.8,'2015-09-17 22:29:51'),
(2111,940,7.3,'2013-03-28 14:57:57'),
(2107,1319,9.2,'2013-03-21 15:25:52'),
(2107,1705,8.6,'2013-03-21 15:25:52'),
(2107,280,7.6,'2013-03-21 15:25:52'),
(2109,727,9.8,'2013-03-25 14:59:04'),
(2109,1788,8,'2013-03-25 14:59:04'),
(2109,1579,6.6,'2013-03-25 14:59:04'),
(2111,360,8.1,'2013-03-28 14:57:57'),
(2111,219,7.3,'2013-03-28 14:57:57'),
(2114,1496,7.7,'2013-04-01 13:43:57'),
(2114,1131,6.4,'2013-04-01 13:43:57'),
(2114,1958,5.9,'2013-04-01 13:43:57'),
(280,1319,7.8,'2013-11-20 15:47:34'),
(280,736,8.6,'2013-11-20 15:47:34'),
(280,1705,12.1,'2013-11-20 15:47:34'),
(2120,346,8.7,'2013-04-10 18:03:53'),
(2120,268,9.3,'2013-04-10 18:03:53'),
(2120,1782,9,'2013-04-10 18:03:53'),
(1697,2,7.9,'2015-04-14 16:57:10'),
(1697,18,7,'2015-04-14 16:57:10'),
(1697,51,7.1,'2015-04-14 16:57:10'),
(1860,3528,11.4216,'2022-02-27 02:47:51'),
(2177,2530,9.561,'2022-02-25 05:55:35'),
(2177,2730,9.6402,'2022-02-25 05:55:35'),
(1860,484,12.6292,'2022-02-27 02:47:51'),
(1055,3543,11.1,'2017-08-08 13:10:47'),
(1055,2997,10.9,'2017-08-08 13:10:47'),
(1914,1123,6.3,'2017-08-08 16:12:16'),
(2137,1501,9.4,'2013-04-22 20:18:01'),
(2137,1992,8.8,'2013-04-22 20:18:01'),
(2137,437,8.7,'2013-04-22 20:18:01'),
(2139,1269,9.9,'2013-04-23 14:55:46'),
(2139,1305,8.9,'2013-04-23 14:55:46'),
(2139,1270,7.3,'2013-04-23 14:55:46'),
(2170,732,13.6,'2015-03-24 23:49:41'),
(2530,2013,11.8,'2015-04-01 15:41:24'),
(2458,2355,16.1042,'2026-02-14 06:50:33'),
(2530,2458,11.2,'2015-04-01 15:41:24'),
(3323,3192,14.6921,'2026-02-14 01:38:43'),
(2044,792,6.5492,'2022-02-23 17:40:29'),
(2044,2055,6.3271,'2022-02-23 17:40:29'),
(2044,1782,5.6774,'2022-02-23 17:40:29'),
(2177,2552,13.9034,'2022-02-25 05:55:35'),
(2158,1439,7.7,'2013-05-01 13:13:41'),
(2158,1225,6.6,'2013-05-01 13:13:41'),
(2158,1503,6.2,'2013-05-01 13:13:41'),
(2158,214,5.7,'2013-05-01 13:13:41'),
(4251,168,14.2663,'2022-02-22 19:12:12'),
(4251,985,13.8669,'2022-02-22 19:12:12'),
(2163,1290,10.5,'2013-05-03 13:58:49'),
(2387,2237,8.3961,'2022-02-22 08:27:54'),
(2163,1267,9.7,'2013-05-03 13:58:49'),
(2163,1507,10.6,'2013-05-03 13:58:49'),
(2170,2930,16.1,'2015-03-24 23:49:41'),
(2170,1645,15.2,'2015-03-24 23:49:41'),
(2175,554,14.1,'2013-05-09 17:54:24'),
(2175,1026,10.7,'2013-05-09 17:54:24'),
(2175,1720,9.7,'2013-05-09 17:54:24'),
(2175,51,5.1,'2013-05-09 17:54:24'),
(3134,3348,11.9521,'2022-02-21 18:39:20'),
(2387,3307,8.5679,'2022-02-22 08:27:54'),
(3134,4216,11.7712,'2022-02-21 18:39:20'),
(2387,3009,9.2182,'2022-02-22 08:27:54'),
(2184,572,10.1,'2013-05-16 17:54:32'),
(2184,1237,5.4,'2013-05-16 17:54:32'),
(2184,1788,7.9,'2013-05-16 17:54:32'),
(2184,18,6.2,'2013-05-16 17:54:32'),
(2184,2,6.1,'2013-05-16 17:54:32'),
(2184,461,8.5,'2013-05-16 17:54:32'),
(2214,3,7.9,'2013-06-07 13:36:12'),
(2945,2904,14.2,'2015-04-10 14:51:51'),
(2945,2355,10.4,'2015-04-10 14:51:51'),
(2945,2925,16.9,'2015-04-10 14:51:51'),
(1214,864,13.9,'2015-06-09 22:33:14'),
(1214,554,12.6,'2015-06-09 22:33:14'),
(1214,1501,11.2,'2015-06-09 22:33:14'),
(2214,466,8.2,'2013-06-07 13:36:12'),
(2206,1424,8.2,'2013-05-29 12:12:35'),
(2206,1420,7.7,'2013-05-29 12:12:35'),
(2206,2184,7.3,'2013-05-29 12:12:35'),
(2208,1148,10.5,'2013-05-30 20:01:47'),
(2208,982,11.9,'2013-05-30 20:01:47'),
(2208,504,9.4,'2013-05-30 20:01:47'),
(2212,1086,12.9,'2013-06-05 14:34:58'),
(2212,638,10,'2013-06-05 14:34:58'),
(2212,1496,8.7,'2013-06-05 14:34:58'),
(2212,24,5.3,'2013-06-05 14:34:58'),
(2214,1680,7.7,'2013-06-07 13:36:12'),
(1564,1568,11.9,'2016-07-14 10:43:12'),
(1564,2074,9.9,'2016-07-14 10:43:12'),
(1564,1786,12,'2016-07-14 10:43:12'),
(2221,759,11.1,'2013-06-13 13:58:10'),
(2221,1108,10.1,'2013-06-13 13:58:10'),
(2221,874,12.2,'2013-06-13 13:58:10'),
(1645,1820,13.2,'2017-01-26 18:46:45'),
(1645,1697,11.1,'2017-01-26 18:46:45'),
(1645,2947,9.9,'2017-01-26 18:46:45'),
(2237,1702,10.2,'2013-06-20 13:02:36'),
(2237,168,7.7,'2013-06-20 13:02:36'),
(2237,2117,7.5,'2013-06-20 13:02:36'),
(2242,1717,10.3,'2013-07-09 14:18:41'),
(2242,1788,11.2,'2013-07-09 14:18:41'),
(2242,1414,9.6,'2013-07-09 14:18:41'),
(1734,2128,18.031,'2022-02-20 03:01:52'),
(2573,785,10.4113,'2022-02-20 16:31:21'),
(2573,4065,9.3136,'2022-02-20 16:31:21'),
(3134,3295,12.1734,'2022-02-21 18:39:20'),
(2573,1929,10.519,'2022-02-20 16:31:21'),
(2260,1446,7.7,'2013-07-11 13:07:12'),
(2250,1004,10.5,'2013-07-02 13:35:37'),
(2250,1415,10.5,'2013-07-02 13:35:37'),
(2250,1240,9,'2013-07-02 13:35:37'),
(2255,1316,26,'2013-07-09 13:41:30'),
(2255,1797,15.5,'2013-07-09 13:41:30'),
(2255,874,13.1,'2013-07-09 13:41:30'),
(2260,1131,8.6,'2013-07-11 13:07:12'),
(2260,1585,7.9,'2013-07-11 13:07:12'),
(2263,238,9.6,'2013-07-12 11:36:41'),
(2263,512,8.2,'2013-07-12 11:36:41'),
(2263,247,8.4,'2013-07-12 11:36:41'),
(2270,2125,6.3,'2013-07-15 12:48:33'),
(2270,1501,6.7,'2013-07-15 12:48:33'),
(2270,727,7.2,'2013-07-15 12:48:33'),
(2274,1479,8.5,'2013-07-17 19:19:18'),
(2274,514,7.5,'2013-07-17 19:19:18'),
(2274,1503,10.6,'2013-07-17 19:19:18'),
(2274,214,5.2,'2013-07-17 19:19:18'),
(2282,2255,12.2,'2013-07-22 13:30:51'),
(2282,1316,16.2,'2013-07-22 13:30:51'),
(2282,874,8.4,'2013-07-22 13:30:51'),
(2290,1029,8.5,'2013-07-24 13:22:53'),
(2290,1131,8.2,'2013-07-24 13:22:53'),
(2290,557,7.7,'2013-07-24 13:22:53'),
(2294,514,13,'2013-07-30 13:46:33'),
(2294,484,11.8,'2013-07-30 13:46:33'),
(2294,1650,11.7,'2013-07-30 13:46:33'),
(2298,1411,7.8,'2014-03-13 02:54:09'),
(2298,2242,8.1,'2014-03-13 02:54:09'),
(2298,631,8.1,'2014-03-13 02:54:09'),
(1479,416,10.3,'2015-01-27 15:29:00'),
(1479,2487,9,'2015-01-27 15:29:00'),
(1479,514,9.3,'2015-01-27 15:29:00'),
(2300,14,7.9,'0000-00-00 00:00:00'),
(2302,2228,11.5,'2013-08-13 12:29:23'),
(2302,638,8.3,'2013-08-13 12:29:23'),
(2302,186,9.2,'2013-08-13 12:29:23'),
(985,1412,22,'2015-01-21 06:38:09'),
(985,2306,16.9,'2015-01-21 06:38:09'),
(985,2384,16,'2015-01-21 06:38:09'),
(985,51,6.1,'2015-01-21 06:38:09'),
(2311,1410,13.2,'2013-08-26 12:31:22'),
(2311,2175,7.7,'2013-08-26 12:31:22'),
(2311,453,9.5,'2013-08-26 12:31:22'),
(2316,1316,8.9,'2014-07-01 15:50:36'),
(2316,2255,8.4,'2014-07-01 15:50:36'),
(2316,2480,8.4,'2014-07-01 15:50:36'),
(2321,221,13.4,'2013-08-29 14:40:35'),
(2321,196,7.8,'2013-08-29 14:40:35'),
(2321,1137,6,'2013-08-29 14:40:35'),
(2323,1318,5.7,'2013-08-29 21:11:37'),
(2323,140,5.8,'2013-08-29 21:11:37'),
(2323,806,7,'2013-08-29 21:11:37'),
(2327,2099,14.1,'2013-09-10 14:28:08'),
(2327,1903,11.6,'2013-09-10 14:28:08'),
(2327,806,10.9,'2013-09-10 14:28:08'),
(2330,2327,12,'2013-09-11 14:57:51'),
(2330,2302,9.8,'2013-09-11 14:57:51'),
(2330,2228,9.7,'2013-09-11 14:57:51'),
(2332,2330,11.8,'2013-09-12 14:52:55'),
(2332,1061,8.6,'2013-09-12 14:52:55'),
(2332,2327,8.3,'2013-09-12 14:52:55'),
(2335,1501,11.6,'2013-09-19 14:11:35'),
(2335,736,9.1,'2013-09-19 14:11:35'),
(2335,759,7.8,'2013-09-19 14:11:35'),
(1734,1782,19.024,'2022-02-20 03:01:52'),
(1734,1771,23.0018,'2022-02-20 03:01:52'),
(1782,1734,12.0199,'2022-02-20 02:58:55'),
(1782,2008,17.8171,'2022-02-20 02:58:55'),
(1782,3075,13.3058,'2022-02-20 02:58:55'),
(2955,2,7.2,'2015-05-19 23:14:48'),
(2955,49,5.5,'2015-05-19 23:14:48'),
(958,1123,9.1,'2017-08-08 17:01:37'),
(2352,2237,13.6,'2013-10-01 13:57:29'),
(2352,1702,10.1,'2013-10-01 13:57:29'),
(2352,1108,11.9,'2013-10-01 13:57:29'),
(2013,2458,14.1,'2014-03-07 07:22:22'),
(3121,3845,12.2,'0000-00-00 00:00:00'),
(2013,2198,16,'2014-03-07 07:22:22'),
(1898,2143,7.7,'2013-10-05 13:17:49'),
(2358,2327,15.8,'2013-10-06 23:44:13'),
(2358,2323,11.3,'2013-10-06 23:44:13'),
(2358,2099,9,'2013-10-06 23:44:13'),
(2360,1499,9.8,'2013-10-08 14:30:16'),
(2360,519,9.5,'2013-10-08 14:30:16'),
(2360,691,8.8,'2013-10-08 14:30:16'),
(2362,785,6.6,'2013-10-14 18:02:30'),
(2362,684,7.3,'2013-10-14 18:02:30'),
(2362,1284,6.5,'2013-10-14 18:02:30'),
(2369,684,6.5,'2013-10-11 13:58:36'),
(2369,1811,5.6,'2013-10-11 13:58:36'),
(2369,190,6.2,'2013-10-11 13:58:36'),
(2374,1225,11.7,'2013-10-14 17:00:26'),
(2374,1131,10.5,'2013-10-14 17:00:26'),
(2374,461,10,'2013-10-14 17:00:26'),
(1108,2327,12.9,'2017-08-10 01:52:15'),
(2381,2397,18.8,'2013-10-30 18:50:11'),
(2381,1114,10.6,'2013-10-30 18:50:11'),
(2381,1898,10.5,'2013-10-30 18:50:11'),
(834,3097,7.6,'2015-11-24 21:00:53'),
(834,280,7.2,'2015-11-24 21:00:53'),
(834,183,6.9,'2015-11-24 21:00:53'),
(2338,2639,14.5241,'2022-02-19 23:55:32'),
(2338,1872,21.784,'2022-02-19 23:55:32'),
(2338,3307,13.6775,'2022-02-19 23:55:32'),
(2155,1734,9.742,'2022-02-20 02:20:45'),
(2155,2742,9.2593,'2022-02-20 02:20:45'),
(2155,2730,9.1468,'2022-02-20 02:20:45'),
(2390,2300,9.6,'2013-10-28 13:49:29'),
(2390,2013,10.6,'2013-10-28 13:49:29'),
(2390,2160,9.1,'2013-10-28 13:49:29'),
(3675,4201,7.8906,'2026-02-13 11:42:35'),
(2403,968,10.2,'2013-11-07 16:18:49'),
(2397,2355,10.3,'2013-10-31 17:35:02'),
(2397,2013,9.5,'2013-10-31 17:35:02'),
(2397,2381,9.4,'2013-10-31 17:35:02'),
(2401,2355,20.3,'2013-11-05 14:36:34'),
(2401,610,11.9,'2013-11-05 14:36:34'),
(2401,1734,11.3,'2013-11-05 14:36:34'),
(2403,828,6.2,'2013-11-07 16:18:49'),
(2403,860,5.5,'2013-11-07 16:18:49'),
(1705,280,11.7,'2013-11-21 21:36:03'),
(2408,2930,10.5,'2015-06-05 19:06:46'),
(2408,2747,8.6,'2015-06-05 19:06:46'),
(2408,2814,9.7,'2015-06-05 19:06:46'),
(2412,2117,13.2,'2013-11-20 15:47:00'),
(2412,1705,10,'2013-11-20 15:47:00'),
(2412,280,8.9,'2013-11-20 15:47:00'),
(2415,1241,14,'2013-11-25 13:06:37'),
(2415,1422,13.3,'2013-11-25 13:06:37'),
(2415,240,10.1,'2013-11-25 13:06:37'),
(2418,1526,11.2,'2013-11-27 14:01:39'),
(2418,1922,9.4,'2013-11-27 14:01:39'),
(2418,975,8,'2013-11-27 14:01:39'),
(1922,303,7.9,'2013-11-28 14:06:26'),
(2431,1992,19.2,'2013-12-09 15:43:10'),
(2424,770,6.8,'2013-12-05 13:16:26'),
(2424,1650,6.3,'2013-12-05 13:16:26'),
(2424,2114,6.7,'2013-12-05 13:16:26'),
(2431,1944,12.4,'2013-12-09 15:43:10'),
(2431,1409,13.5,'2013-12-09 15:43:10'),
(2434,1448,8.5,'2013-12-13 13:10:14'),
(2434,864,7.3,'2013-12-13 13:10:14'),
(2434,1925,6.4,'2013-12-13 13:10:14'),
(2436,340,8.1,'2013-12-23 12:21:59'),
(2436,468,6,'2013-12-23 12:21:59'),
(2436,546,8.5,'2013-12-23 12:21:59'),
(2442,1294,5.5,'2013-12-19 13:06:44'),
(2442,1276,5.3,'2013-12-19 13:06:44'),
(1786,1564,12.0998,'2026-02-14 09:42:17'),
(1786,1634,12.3046,'2026-02-14 09:42:17'),
(1786,2908,9.935,'2026-02-14 09:42:17'),
(2925,2355,10.2359,'2026-02-14 14:15:26'),
(2925,2945,15.6989,'2026-02-14 14:15:26'),
(2453,610,13,'2014-01-07 14:29:42'),
(2453,1820,7.6,'2014-01-07 14:29:42'),
(2453,51,5.4,'2014-01-07 14:29:42'),
(610,2401,11.2,'2014-01-08 15:48:35'),
(1645,2930,19.3,'2017-01-26 18:46:45'),
(3882,1860,9.3,'2018-11-14 18:59:54'),
(1645,2530,15.6,'2017-01-26 18:46:45'),
(2613,1296,6.2,'2014-05-16 17:25:22'),
(2613,1253,6.6,'2014-05-16 17:25:22'),
(2613,1255,5.7,'2014-05-16 17:25:22'),
(1145,1137,18.5,'2014-05-16 22:50:36'),
(2467,985,11.2,'2014-01-21 18:02:15'),
(2467,2384,10.9,'2014-01-21 18:02:15'),
(2467,1658,12.8,'2014-01-21 18:02:15'),
(2471,1491,10.4,'2014-01-30 15:39:55'),
(2471,978,5.4,'2014-01-30 15:39:55'),
(2471,199,5,'2014-01-30 15:39:55'),
(1225,1055,13.6,'2017-03-08 00:19:54'),
(1225,1561,13.7,'2017-03-08 00:19:54'),
(1225,2475,13.7,'2017-03-08 00:19:54'),
(2480,2316,12,'2014-02-04 15:11:35'),
(2480,684,8,'2014-02-04 15:11:35'),
(2480,461,7.7,'2014-02-04 15:11:35'),
(2485,985,11.1,'2014-02-10 21:26:57'),
(2485,1029,8.5,'2014-02-10 21:26:57'),
(2485,168,8.3,'2014-02-10 21:26:57'),
(2487,297,8.2,'2014-02-11 20:08:45'),
(2487,2290,7.7,'2014-02-11 20:08:45'),
(2487,564,7.6,'2014-02-11 20:08:45'),
(4451,4065,10.5879,'2026-04-27 18:02:41'),
(2501,646,10.2,'2014-02-19 17:29:26'),
(2501,2008,10.5,'2014-02-19 17:29:26'),
(2501,1782,10,'2014-02-19 17:29:26'),
(2520,751,7.4,'2018-09-25 18:22:58'),
(2520,3474,7.8,'2018-09-25 18:22:58'),
(2520,1448,9.2,'2018-09-25 18:22:58'),
(2522,1188,13.8,'2014-02-26 15:31:49'),
(2522,1026,19.9,'2014-02-26 15:31:49'),
(2522,1615,14.4,'2014-02-26 15:31:49'),
(705,709,22.8,'2014-03-05 07:53:17'),
(705,2527,17.1,'2014-03-05 07:53:17'),
(705,303,14.7,'2014-03-05 07:53:17'),
(2530,1645,18.2,'2015-04-01 15:41:24'),
(709,705,24.1,'2014-03-09 08:17:29'),
(709,2527,16.9,'2014-03-09 08:17:29'),
(709,663,13.9,'2014-03-09 08:17:29'),
(709,49,7.1,'2014-03-09 08:17:29'),
(709,18,6.6,'2014-03-09 08:17:29'),
(709,2,6.5,'2014-03-09 08:17:29'),
(2535,2298,8.1,'2014-03-12 14:10:38'),
(2535,864,8.7,'2014-03-12 14:10:38'),
(2535,1214,9.7,'2014-03-12 14:10:38'),
(2539,51,5.4,'2014-03-14 13:38:11'),
(1159,1788,9.7,'2014-03-17 08:10:13'),
(1159,755,8.9,'2014-03-17 08:10:13'),
(1159,792,8.9,'2014-03-17 08:10:13'),
(1159,51,8.1,'2014-03-17 08:10:13'),
(1159,18,5.6,'2014-03-17 08:10:13'),
(2542,1282,11,'2014-03-19 20:50:49'),
(2542,643,11.6,'2014-03-19 20:50:49'),
(2542,253,12.5,'2014-03-19 20:50:49'),
(2547,2549,13.9,'2015-04-10 10:03:37'),
(2547,2190,14.1,'2015-04-10 10:03:37'),
(2547,2,6.4,'2015-04-10 10:03:37'),
(2549,2358,13.2,'2014-03-24 13:32:05'),
(2549,2327,15.1,'2014-03-24 13:32:05'),
(2549,2323,19.8,'2014-03-24 13:32:05'),
(2552,2177,21.1,'2014-03-25 12:58:35'),
(2552,2013,8.1,'2014-03-25 12:58:35'),
(2552,2547,16.3,'2014-03-25 12:58:35'),
(2557,1992,7.2,'2014-04-02 19:40:30'),
(2568,554,15.6,'2014-04-03 13:05:54'),
(2557,2431,8.1,'2014-04-02 19:40:30'),
(2568,1061,15.5,'2014-04-03 13:05:54'),
(2557,1409,7,'2014-04-02 19:40:30'),
(2568,1188,14.3,'2014-04-03 13:05:54'),
(2568,51,5.2,'2014-04-03 13:05:54'),
(2571,1697,11.4,'2014-04-10 15:01:50'),
(2571,631,11.3,'2014-04-10 15:01:50'),
(2571,1834,11,'2014-04-10 15:01:50'),
(2245,631,10.0875,'2022-02-19 23:25:44'),
(3523,2530,11.6732,'2022-02-19 20:15:43'),
(2245,2539,10.5192,'2022-02-19 23:25:44'),
(2245,1734,12.0601,'2022-02-19 23:25:44'),
(2587,2539,13,'2014-04-29 22:16:40'),
(2578,2355,11.6,'2014-04-21 15:09:31'),
(2578,1734,6.9,'2014-04-21 15:09:31'),
(2578,2401,6.9,'2014-04-21 15:09:31'),
(2587,2125,15.6,'2014-04-29 22:16:40'),
(2587,1188,14.3,'2014-04-29 22:16:40'),
(2595,1503,7.2,'2014-05-06 18:43:39'),
(2595,1496,9.7,'2014-05-06 18:43:39'),
(2595,1624,7.8,'2014-05-06 18:43:39'),
(2600,759,8.2,'2014-05-13 13:49:31'),
(2600,1585,8.1,'2014-05-13 13:49:31'),
(2600,2221,8.8,'2014-05-13 13:49:31'),
(2610,61,6,'2018-05-17 20:54:07'),
(2610,1255,6,'2018-05-17 20:54:07'),
(2610,424,8.1,'0000-00-00 00:00:00'),
(2610,2463,6,'2018-05-17 20:54:07'),
(2613,2160,7.5,'2014-05-16 17:25:22'),
(61,2610,10.5,'2014-05-17 13:42:59'),
(61,1415,6.9,'2014-05-17 13:42:59'),
(61,1255,21.3,'2014-05-17 13:42:59'),
(61,51,6.4,'2014-05-17 13:42:59'),
(61,1237,5.2,'2014-05-17 13:42:59'),
(924,2522,10.1316,'2026-02-13 21:55:58'),
(3903,4303,15.8491,'2026-02-13 23:46:17'),
(924,3523,8.4882,'2026-02-13 21:55:58'),
(3323,3251,14.9156,'2026-02-14 01:38:43'),
(3903,2177,11.3874,'2026-02-13 23:46:17'),
(3903,2876,11.9239,'2026-02-13 23:46:17'),
(2616,864,15,'2014-05-21 17:58:25'),
(2616,1411,12.4,'2014-05-21 17:58:25'),
(2616,614,12.9,'2014-05-21 17:58:25'),
(2623,402,10,'2014-05-22 15:26:23'),
(2623,2539,8.9,'2014-05-22 15:26:23'),
(2623,1632,8.5,'2014-05-22 15:26:23'),
(2628,2549,10,'2014-05-29 13:34:45'),
(2628,806,9.5,'2014-05-29 13:34:45'),
(2628,2458,9.1,'2014-05-29 13:34:45'),
(2630,2480,7.8,'2014-05-30 13:43:20'),
(2630,684,6.6,'2014-05-30 13:43:20'),
(2630,1291,6,'2014-05-30 13:43:20'),
(2632,1726,11.6,'2014-06-02 20:47:12'),
(2632,2242,10.2,'2014-06-02 20:47:12'),
(2632,1411,9.1,'2014-06-02 20:47:12'),
(2634,488,11.2,'2014-06-05 20:51:31'),
(2634,1674,9.8,'2014-06-05 20:51:31'),
(2634,1526,9.2,'2014-06-05 20:51:31'),
(2634,42,5.4,'2014-06-05 20:51:31'),
(2649,2458,11.4,'2014-06-16 15:15:52'),
(2649,2549,18.2,'2014-06-16 15:15:52'),
(2448,1665,9.9416,'2026-02-13 13:28:35'),
(2448,2338,12.0208,'2026-02-13 13:28:35'),
(2448,1958,10.8949,'2026-02-13 13:28:35'),
(2463,2610,10.7649,'2026-02-13 17:03:03'),
(2646,1782,13.1,'2014-06-12 20:02:53'),
(2646,2639,10.3,'2014-06-12 20:02:53'),
(2646,2008,9.3,'2014-06-12 20:02:53'),
(2649,1415,10.6,'2014-06-16 15:15:52'),
(2652,1091,18.6,'2014-06-18 13:43:08'),
(2652,1200,12.6,'2014-06-18 13:43:08'),
(2652,1222,12.2,'2014-06-18 13:43:08'),
(2656,1632,9.4,'2014-06-25 17:27:55'),
(2656,2652,8.4,'2014-06-25 17:27:55'),
(2656,1220,10.2,'2014-06-25 17:27:55'),
(2679,631,9,'2014-07-08 21:09:18'),
(3043,24,5.3,'2015-11-10 21:49:19'),
(1316,2660,9,'2014-06-29 03:48:20'),
(1316,2255,19.2,'2014-06-29 03:48:20'),
(1316,2316,8.6,'2014-06-29 03:48:20'),
(1316,38,5.2,'2014-06-29 03:48:20'),
(2665,2316,9,'2014-07-01 16:12:02'),
(2665,1242,13.7,'2014-07-01 16:12:02'),
(2665,2190,14.8,'2014-07-01 16:12:02'),
(1242,2,6,'2014-07-03 10:53:20'),
(1242,24,5.9,'2014-07-03 10:53:20'),
(2672,884,10,'2014-07-03 16:29:25'),
(2672,2250,21.9,'2014-07-03 16:29:25'),
(2672,1004,15.1,'2014-07-03 16:29:25'),
(1225,2374,8.8,'2017-03-08 00:19:53'),
(2679,1026,6.1,'2014-07-08 21:09:18'),
(2679,2013,6.2,'2014-07-08 21:09:18'),
(2683,1023,8.7,'2014-07-10 18:00:17'),
(2683,208,8.7,'2014-07-10 18:00:17'),
(2683,2300,7,'2014-07-10 18:00:17'),
(1225,810,5.2,'2017-03-08 00:19:53'),
(1225,625,6.3,'2017-03-08 00:19:53'),
(2692,2679,6.5,'2014-07-17 21:05:39'),
(2692,1322,8.9,'2014-07-17 21:05:39'),
(2692,1791,6.6,'2014-07-17 21:05:39'),
(1697,1061,13.7,'2015-04-14 16:57:10'),
(1697,2568,13.6,'2015-04-14 16:57:10'),
(1697,2947,12.3,'2015-04-14 16:57:10'),
(2701,2458,10.7,'2017-06-23 15:24:24'),
(1950,2595,8.4,'2017-06-24 20:11:45'),
(1950,1544,7.2,'2017-06-24 20:11:45'),
(2705,2692,12.9,'2014-07-31 14:43:56'),
(2705,2697,12,'2014-07-31 14:43:56'),
(2705,2683,11.1,'2014-07-31 14:43:56'),
(2708,2587,6.9,'2014-08-05 12:42:56'),
(2708,864,5.9,'2014-08-05 12:42:56'),
(2708,554,5.2,'2014-08-05 12:42:56'),
(2711,2705,18,'2014-08-07 11:40:20'),
(2711,2697,13.9,'2014-08-07 11:40:20'),
(2711,2692,15.1,'2014-08-07 11:40:20'),
(2714,0,0,'2014-08-10 14:11:00'),
(2722,2705,10.1,'2014-08-14 13:20:19'),
(2722,2711,10.1,'2014-08-14 13:20:19'),
(2722,2697,9.8,'2014-08-14 13:20:19'),
(2726,2711,9.8,'2014-08-20 20:55:08'),
(2726,2705,9.8,'2014-08-20 20:55:08'),
(2726,2722,9.6,'2014-08-20 20:55:08'),
(2730,2128,9.2,'2014-09-18 19:17:25'),
(2734,2697,16.4,'2014-08-27 13:31:59'),
(2734,2705,9.6,'2014-08-27 13:31:59'),
(2734,2711,9.6,'2014-08-27 13:31:59'),
(2738,0,0,'2014-09-04 13:16:51'),
(2742,0,0,'2014-09-10 13:32:50'),
(2753,1540,6,'2014-09-22 20:06:26'),
(2747,0,0,'2014-09-16 13:29:28'),
(2753,413,5.5,'2014-09-22 20:06:26'),
(2759,0,0,'2014-09-29 15:43:27'),
(2762,0,0,'2014-10-15 13:39:20'),
(2767,390,6.3,'2014-10-10 14:53:46'),
(2767,1883,6.2,'2014-10-10 14:53:46'),
(2767,774,6.3,'2014-10-10 14:53:46'),
(2772,0,0,'2014-10-15 18:14:05'),
(2774,0,0,'2014-10-21 13:35:30'),
(1426,3456,6.8,'2019-03-05 15:11:03'),
(3932,3312,12.3,'0000-00-00 00:00:00'),
(1426,2415,5.7,'2019-03-05 15:11:03'),
(2790,0,0,'2017-03-28 15:51:23'),
(2930,3387,8.6,'2017-03-28 18:19:45'),
(2930,1955,8.6,'2017-03-28 18:19:45'),
(416,514,14.7,'2014-11-07 17:59:20'),
(416,1684,13.9,'2014-11-07 17:59:20'),
(416,51,6.4,'2014-11-07 17:59:20'),
(416,2,6.3,'2014-11-07 17:59:20'),
(416,38,5.3,'2014-11-07 17:59:20'),
(2793,379,5.4,'2014-11-13 16:25:43'),
(2798,2660,6.4,'2014-11-19 21:06:12'),
(2793,1252,5.4,'2014-11-13 16:25:43'),
(2798,1316,5.6,'2014-11-19 21:06:12'),
(2798,2774,5.6,'2014-11-19 21:06:12'),
(2805,1922,14.3,'2014-11-25 14:19:07'),
(2805,1526,12.3,'2014-11-25 14:19:07'),
(2805,1929,11.2,'2014-11-25 14:19:07'),
(2805,18,5.5,'2014-11-25 14:19:07'),
(2808,0,0,'2014-12-01 13:01:25'),
(2814,0,0,'2014-12-09 15:55:15'),
(2817,217,5.8,'2014-12-20 00:06:40'),
(2817,1295,5.7,'2014-12-20 00:06:40'),
(2823,610,5.2,'2015-01-07 14:06:48'),
(2823,2346,5.5,'2015-01-07 14:06:48'),
(2823,2401,6.3,'2015-01-07 14:06:48'),
(2828,2133,8,'2015-01-13 15:09:26'),
(2828,2128,8.1,'2015-01-13 15:09:26'),
(2828,2730,8,'2015-01-13 15:09:26'),
(2831,2306,8,'2015-01-20 15:27:36'),
(2831,1412,8.1,'2015-01-20 15:27:36'),
(2831,985,8,'2015-01-20 15:27:36'),
(2306,985,17.4,'2015-01-21 07:40:08'),
(2300,2850,12.5,'0000-00-00 00:00:00'),
(2300,3924,13.9,'0000-00-00 00:00:00'),
(2300,49,9.1,'0000-00-00 00:00:00'),
(3539,3474,7.6,'2019-12-12 05:15:48'),
(3539,0,0,'2019-12-12 05:15:48'),
(2846,399,6.7,'2015-02-10 01:20:07'),
(2860,1242,8.4,'2015-02-12 20:44:20'),
(2860,2434,5.7,'2015-02-12 20:44:20'),
(2802,0,0,'2015-02-06 17:42:42'),
(2874,0,0,'2015-02-17 18:04:15'),
(2871,0,0,'2015-02-17 15:36:21'),
(2876,1526,5.2,'2015-02-19 13:48:42'),
(2876,2522,6.1,'2015-02-19 13:48:42'),
(2876,924,9.1,'2015-02-19 13:48:42'),
(2899,2442,5.2,'2015-03-02 15:12:59'),
(2899,2616,5.1,'2015-03-02 15:12:59'),
(2881,3183,8.1,'2017-11-01 12:11:20'),
(2901,2850,10.5,'2015-04-27 13:56:48'),
(2901,709,5.3,'2015-04-27 13:56:48'),
(2901,2300,6,'2015-04-27 13:56:48'),
(2901,705,5.3,'2015-04-27 13:56:48'),
(924,2876,13.2447,'2026-02-13 21:55:58'),
(3675,3894,7.6504,'2026-02-13 11:42:35'),
(2701,3170,5.3,'2017-06-23 15:24:24'),
(2701,2237,5.3,'2017-06-23 15:24:24'),
(2701,2355,12.2,'2017-06-23 15:24:24'),
(874,2255,10.5,'2015-03-10 20:45:45'),
(874,2221,10.6,'2015-03-10 20:45:45'),
(2783,320,5.8,'2019-03-07 11:47:00'),
(1564,214,7,'2016-07-14 10:43:12'),
(2783,2581,5.9,'2019-03-07 11:47:00'),
(2783,3937,5.2,'2019-03-07 11:47:00'),
(2218,2107,8.8,'2016-07-14 19:38:03'),
(2920,233,6.4,'2015-03-17 14:16:17'),
(1442,2920,13.1,'2015-03-17 15:23:17'),
(2920,1442,6.6,'2015-03-17 14:16:17'),
(1258,2,8.1,'2015-03-18 23:22:50'),
(1258,51,6.7,'2015-03-18 23:22:50'),
(2055,0,0,'2018-05-19 13:04:57'),
(2055,1992,6.9,'2018-05-19 13:04:57'),
(2055,3016,9.9,'2018-05-19 13:04:57'),
(1493,2955,12.0083,'2026-02-13 10:52:37'),
(1493,1717,9.5541,'2026-02-13 10:52:37'),
(1493,3502,9.2708,'2026-02-13 10:52:37'),
(2790,1684,10,'2017-03-28 15:51:23'),
(2790,514,5.6,'2017-03-28 15:51:23'),
(2790,416,6.7,'2017-03-28 15:51:23'),
(554,51,8,'2015-03-24 23:52:43'),
(554,49,5.7,'2015-03-24 23:52:43'),
(554,1237,5.2,'2015-03-24 23:52:43'),
(2936,2143,8.7,'2015-03-31 14:56:19'),
(2936,2453,5.4,'2015-03-31 14:56:19'),
(2936,2530,8.2,'2015-03-31 14:56:19'),
(3323,3229,14.7523,'2026-02-14 01:38:43'),
(2458,2547,12.3503,'2026-02-14 06:50:33'),
(2458,2530,12.446,'2026-02-14 06:50:33'),
(1797,2971,10,'2017-02-21 20:03:28'),
(1797,1997,6.1,'2017-02-21 20:03:28'),
(1797,1412,10.9,'2017-02-21 20:03:28'),
(2941,2190,5.7,'2015-04-09 15:54:46'),
(2547,2552,17.2,'2015-04-10 10:03:37'),
(1797,3077,5.1,'2017-02-21 20:03:28'),
(2355,2401,15.2,'2015-04-11 23:15:55'),
(2355,2458,12.4,'2015-04-11 23:15:55'),
(2355,18,7.5,'2015-04-11 23:15:55'),
(2355,51,6.7,'2015-04-11 23:15:55'),
(2355,49,6.3,'2015-04-11 23:15:55'),
(2904,2945,17.4,'2015-04-12 19:12:03'),
(2904,2925,9.2,'2015-04-12 19:12:03'),
(2904,2753,8.8,'2015-04-12 19:12:03'),
(2904,2850,11.2,'2015-04-12 19:12:03'),
(2904,14,9,'2015-04-12 19:12:03'),
(2904,18,7.4,'2015-04-12 19:12:03'),
(2947,1645,9.6,'2015-04-14 15:21:30'),
(2947,1188,8.2,'2015-04-14 15:21:30'),
(2947,1697,9.8,'2015-04-14 15:21:30'),
(2697,18,5.4,'2015-04-14 16:57:53'),
(2697,51,5.1,'2015-04-14 16:57:53'),
(1426,3290,11.3,'2019-03-05 15:11:03'),
(1618,1412,10,'0000-00-00 00:00:00'),
(1618,3937,5.9,'2019-03-05 15:11:50'),
(1618,1137,8.2,'0000-00-00 00:00:00'),
(2125,2587,12.7,'2019-03-05 16:18:44'),
(1426,3932,11.8,'2019-03-05 15:11:03'),
(2959,2630,6,'2015-05-13 19:12:38'),
(2950,1220,5.4,'2015-04-23 14:12:44'),
(2962,1188,7.2,'2015-05-14 19:14:12'),
(2955,2634,8.9,'2015-05-19 23:14:48'),
(2962,1834,6.4,'2015-05-14 19:14:12'),
(2962,1738,7.4,'2015-05-14 19:14:12'),
(2965,1055,5.2,'2015-05-19 15:08:56'),
(2965,2475,5.3,'2015-05-19 15:08:56'),
(2965,810,5.3,'2015-05-19 15:08:56'),
(2955,1225,10.3,'2015-05-19 23:14:48'),
(2955,488,9.3,'2015-05-19 23:14:48'),
(1108,463,5.5,'2017-08-10 01:52:15'),
(2688,985,9.1,'2017-03-08 02:30:50'),
(1225,51,5.1,'2017-03-08 00:19:54'),
(1225,14,5,'2017-03-08 00:19:54'),
(2688,1412,8.3,'2017-03-08 02:30:50'),
(2688,2831,8.3,'2017-03-08 02:30:50'),
(2688,2306,14.8,'2017-03-08 02:30:50'),
(1843,971,14.2,'2016-06-14 19:47:45'),
(1843,1210,11.6,'2016-06-14 19:47:45'),
(1843,1436,18.3,'2016-06-14 19:47:45'),
(2974,1457,7.2,'2015-06-02 16:14:46'),
(2974,1174,5.8,'2015-06-02 16:14:46'),
(2974,1241,5.3,'2015-06-02 16:14:46'),
(2984,18,6.8,'2015-06-09 12:30:07'),
(2984,1123,14.6,'2015-06-09 12:30:07'),
(2984,2198,12.7,'2015-06-09 12:30:07'),
(2984,1237,5.8,'2015-06-09 12:30:07'),
(2984,1493,9.4,'2015-06-09 12:30:07'),
(2984,2,5.6,'2015-06-09 12:30:07'),
(2198,2458,12.7,'2015-06-10 07:19:51'),
(2198,2539,10.5,'2015-06-10 07:19:51'),
(2198,945,10.5,'2015-06-10 07:19:51'),
(1123,958,5.4,'2017-08-08 16:22:54'),
(1123,1055,5.3,'2017-08-08 16:22:54'),
(1123,1914,6.2,'2017-08-08 16:22:54'),
(1123,3543,11,'2017-08-08 16:22:54'),
(1123,2198,12.9,'2017-08-08 16:22:54'),
(1123,945,12.5,'2017-08-08 16:22:54'),
(2990,1473,6.7,'2015-06-24 17:36:14'),
(2990,1099,5.7,'2015-06-24 17:36:14'),
(2990,229,6.3,'2015-06-24 17:36:14'),
(192,850,14.1,'2015-07-04 19:21:09'),
(192,1195,14.6,'2015-07-04 19:21:09'),
(2994,1145,6,'2015-07-01 18:31:44'),
(192,2941,10,'2015-07-04 19:21:09'),
(2997,1214,5.4,'2015-07-07 13:38:38'),
(2997,2547,5.2,'2015-07-07 13:38:38'),
(2997,1055,5.2,'2015-07-07 13:38:38'),
(3293,747,6.4,'2016-07-21 15:31:33'),
(2218,1511,7.6,'2016-07-14 19:38:03'),
(3293,934,6.7,'2016-07-21 15:31:33'),
(2218,1426,8.8,'2016-07-14 19:38:03'),
(3293,49,6.4,'2016-07-21 15:31:33'),
(3293,3005,6.4,'2016-07-21 15:31:33'),
(3000,0,0,'2015-07-10 12:50:56'),
(3005,1682,6.4,'2015-07-16 17:25:37'),
(3005,409,6.4,'2015-07-16 17:25:37'),
(3005,166,5.3,'2015-07-16 17:25:37'),
(3614,3609,10.8088,'2026-02-13 07:39:42'),
(3614,2029,9.6369,'2026-02-13 07:39:42'),
(3614,572,9.6887,'2026-02-13 07:39:42'),
(3009,2237,16.5487,'2026-02-13 08:21:08'),
(3009,2352,13.4552,'2026-02-13 08:21:08'),
(3009,3624,12.0982,'2026-02-13 08:21:08'),
(3016,2738,5.7,'2015-07-28 13:37:25'),
(3020,2616,16.5,'2016-08-05 22:41:35'),
(3016,2270,6.4,'2015-07-28 13:37:25'),
(3026,2828,6.9,'2015-08-18 21:42:59'),
(3318,2660,10.3,'2016-08-18 16:52:07'),
(3020,864,18.7,'2016-08-05 22:41:35'),
(3035,766,7.1,'2015-09-04 15:27:33'),
(3026,1318,6.9,'2015-08-18 21:42:59'),
(3031,0,0,'2015-08-27 13:28:42'),
(3026,2133,7.7,'2015-08-18 21:42:59'),
(3035,985,5.5,'2015-09-04 15:27:33'),
(3043,18,5.6,'2015-11-10 21:49:19'),
(3035,2547,5.1,'2015-09-04 15:27:33'),
(3037,0,0,'2015-09-08 20:01:15'),
(3043,3089,9.4,'2015-11-10 21:49:19'),
(3043,1296,10.6,'2015-11-10 21:49:19'),
(2102,2971,13.5,'2015-09-16 16:55:56'),
(2102,1304,12.1,'2015-09-16 16:55:56'),
(2102,3043,20,'2015-09-16 16:55:56'),
(3055,1063,6.4,'2015-10-05 14:15:37'),
(3052,0,0,'2015-09-30 18:27:21'),
(3046,0,0,'2015-09-22 15:08:02'),
(3057,1958,7.8,'2015-10-08 15:07:28'),
(3057,1665,7.8,'2015-10-08 15:07:28'),
(3057,2448,7.8,'2015-10-08 15:07:28'),
(3063,561,5.4,'2015-10-15 15:59:25'),
(3063,238,5.3,'2015-10-15 15:59:25'),
(3063,146,5.3,'2015-10-15 15:59:25'),
(236,49,8.7,'2015-10-16 11:09:10'),
(236,18,6.8,'2015-10-16 11:09:10'),
(236,2914,6.1,'2015-10-16 11:09:10'),
(240,238,25.5,'2015-10-16 11:09:39'),
(240,283,17,'2015-10-16 11:09:39'),
(240,271,15.2,'2015-10-16 11:09:39'),
(240,18,7.1,'2015-10-16 11:09:39'),
(240,51,6.7,'2015-10-16 11:09:39'),
(240,49,6,'2015-10-16 11:09:39'),
(3075,2120,5.1,'2015-10-21 13:36:46'),
(3075,2639,5.1,'2015-10-21 13:36:46'),
(3075,1782,5,'2015-10-21 13:36:46'),
(3077,2384,5.2,'2015-10-27 13:35:08'),
(3077,1797,5.2,'2015-10-27 13:35:08'),
(3077,2971,5.2,'2015-10-27 13:35:08'),
(3083,0,0,'2015-11-03 21:51:56'),
(3043,2102,17.4,'2015-11-10 21:49:19'),
(3089,275,6.9,'2015-11-10 15:41:13'),
(3089,3043,6.7,'2015-11-10 15:41:13'),
(2660,2688,15.4,'2015-11-11 00:10:44'),
(2660,1316,10.5,'2015-11-11 00:10:44'),
(2660,1231,9.4,'2015-11-11 00:10:44'),
(3092,201,6.2,'2015-11-17 15:44:47'),
(3092,1491,6.2,'2015-11-17 15:44:47'),
(3092,1282,5.2,'2015-11-17 15:44:47'),
(3097,834,6,'2015-11-24 15:29:46'),
(3097,841,6.1,'2015-11-24 15:29:46'),
(3097,229,5.8,'2015-11-24 15:29:46'),
(2384,2,5.1,'2015-11-25 20:53:23'),
(1066,766,13.6,'2015-12-02 02:35:12'),
(1066,1952,10.5,'2015-12-02 02:35:12'),
(1066,1585,9.6,'2015-12-02 02:35:12'),
(1066,51,8.9,'2015-12-02 02:35:12'),
(1066,2,7.4,'2015-12-02 02:35:12'),
(1066,18,6.5,'2015-12-02 02:35:12'),
(3102,2783,10.1,'2015-12-23 17:52:32'),
(3102,2300,12.1,'2015-12-23 17:52:32'),
(3102,208,10.4,'2015-12-23 17:52:32'),
(3102,49,6,'2015-12-23 17:52:32'),
(3106,1668,10.7,'2015-12-16 15:30:35'),
(3106,2190,11.8,'2015-12-16 15:30:35'),
(3106,766,17.3,'2015-12-16 15:30:35'),
(3117,2805,8.2,'2015-12-31 14:36:50'),
(3114,1929,16.2,'2015-12-23 17:59:28'),
(3114,1004,12.5,'2015-12-23 17:59:28'),
(3114,884,10.4,'2015-12-23 17:59:28'),
(3117,1929,7.6,'2015-12-31 14:36:50'),
(3117,597,8.4,'2015-12-31 14:36:50'),
(3532,2860,6,'2018-07-28 16:41:58'),
(3532,168,5.2,'2018-07-28 16:41:58'),
(3532,638,5.2,'2018-07-28 16:41:58'),
(3127,203,7.5,'2016-01-21 18:27:02'),
(3127,166,9.4,'2016-01-21 18:27:02'),
(3127,1023,12.3,'2016-01-21 18:27:02'),
(166,1220,9.8,'2016-01-24 02:14:21'),
(166,142,9.7,'2016-01-24 02:14:21'),
(166,1682,8.4,'2016-01-24 02:14:21'),
(166,2,7.4,'2016-01-24 02:14:21'),
(166,18,7,'2016-01-24 02:14:21'),
(166,51,5.3,'2016-01-24 02:14:21'),
(3146,1561,9.3,'2016-02-03 17:53:16'),
(3160,49,7.1,'2016-12-01 15:24:09'),
(2160,1174,7.8737,'2022-02-19 12:24:02'),
(1771,1734,14.8441,'2022-02-19 17:00:00'),
(3523,2381,12.5342,'2022-02-19 20:15:43'),
(3523,2397,12.0952,'2022-02-19 20:15:43'),
(1771,2730,13.5203,'2022-02-19 17:00:00'),
(3146,3043,8.6,'2016-02-03 17:53:16'),
(3146,2475,8.3,'2016-02-03 17:53:16'),
(3146,42,5.7,'2016-02-03 17:53:16'),
(3149,643,16.5,'2016-02-09 22:39:39'),
(3149,1244,25.4,'2016-02-09 22:39:39'),
(3149,262,16.6,'2016-02-09 22:39:39'),
(1244,3149,21.4,'2016-02-14 03:31:03'),
(1244,257,16,'2016-02-14 03:31:03'),
(1244,1245,15.6,'2016-02-14 03:31:03'),
(1244,18,8.7,'2016-02-14 03:31:03'),
(1244,49,7.3,'2016-02-14 03:31:03'),
(1244,2,7.3,'2016-02-14 03:31:03'),
(3154,1707,12.6,'2016-02-16 17:53:47'),
(3154,1417,13.8,'2016-02-16 17:53:47'),
(3154,1997,14.7,'2016-02-16 17:53:47'),
(3170,3009,8.4,'2016-03-03 21:01:16'),
(3160,3229,15.8,'2016-12-01 15:24:09'),
(3160,3323,15,'2016-12-01 15:24:09'),
(3160,3277,15.2,'2016-12-01 15:24:09'),
(3170,2237,7.6,'2016-03-03 21:01:16'),
(3170,2352,8.1,'2016-03-03 21:01:16'),
(3179,1624,13.8,'2016-03-10 14:25:56'),
(3179,1448,8.5,'2016-03-10 14:25:56'),
(3179,755,10.1,'2016-03-10 14:25:56'),
(3183,2160,8.8,'2017-11-01 09:41:32'),
(3183,3587,5.1,'2017-11-01 09:41:32'),
(3183,2881,6.3,'2017-11-01 09:41:32'),
(3189,1944,15.9,'2016-03-23 17:33:05'),
(3189,268,11,'2016-03-23 17:33:05'),
(3189,3009,12.2,'2016-03-23 17:33:05'),
(3189,214,6.9,'2016-03-23 17:33:05'),
(3192,49,9.2,'2016-03-31 13:28:28'),
(3192,3160,13.3,'2016-03-31 13:28:28'),
(3192,18,7.2,'2016-03-31 13:28:28'),
(3192,3134,10.6,'2016-03-31 13:28:28'),
(3192,2,6.6,'2016-03-31 13:28:28'),
(3192,2184,11.6,'2016-03-31 13:28:28'),
(3213,2688,12.4,'2016-04-13 13:34:03'),
(459,1012,11.1,'2016-04-08 07:20:39'),
(459,1280,9.2,'2016-04-08 07:20:39'),
(459,3192,8.8,'2016-04-08 07:20:39'),
(3220,2102,19.2,'2016-04-13 13:39:44'),
(3220,3043,14.5,'2016-04-13 13:39:44'),
(3220,2971,19.4,'2016-04-13 13:39:44'),
(3277,3295,15.3,'2016-12-01 13:07:18'),
(2143,2128,16.8441,'2026-02-13 03:10:48'),
(3277,3160,15.3,'2016-12-01 13:07:18'),
(3277,3192,15.3,'2016-12-01 13:07:18'),
(3237,409,8.9,'2016-05-11 13:19:16'),
(3237,166,11,'2016-05-11 13:19:16'),
(3237,1682,10.3,'2016-05-11 13:19:16'),
(1174,1485,8.9237,'2026-02-13 05:46:19'),
(3245,1200,9.4,'2016-05-18 17:28:14'),
(3245,2798,9.1,'2016-05-18 17:28:14'),
(3245,1408,9.5,'2016-05-18 17:28:14'),
(1174,2828,8.5394,'2026-02-13 05:46:19'),
(1174,2527,9.344,'2026-02-13 05:46:19'),
(663,709,15.7341,'2026-02-13 06:22:04'),
(663,2527,19.2672,'2026-02-13 06:22:04'),
(663,705,14.2246,'2026-02-13 06:22:04'),
(3259,3265,11.8,'2016-06-14 18:47:33'),
(3259,3245,11.8,'2016-06-14 18:47:33'),
(3259,1439,14.5,'2016-06-14 18:47:33'),
(3288,2374,11.2,'2016-07-12 13:18:49'),
(3265,3259,14.7,'2016-06-14 14:53:48'),
(3265,2971,11.7,'2016-06-14 14:53:48'),
(3265,2914,5.3,'2016-06-14 14:53:48'),
(3265,1843,12.3,'2016-06-14 14:53:48'),
(2971,51,6.4,'2016-06-15 09:47:25'),
(3229,49,9.2,'2016-08-25 14:31:53'),
(3271,2850,5.1,'2017-10-31 23:08:21'),
(3271,705,13.5,'2017-10-31 23:08:21'),
(3271,49,9.9,'2017-10-31 23:08:21'),
(3271,3259,9.5,'2017-10-31 23:08:21'),
(3271,709,6.3,'2017-10-31 23:08:21'),
(3229,3160,13.9,'2016-08-25 14:31:53'),
(3229,3295,14,'2016-08-25 14:31:53'),
(3288,1225,8.5,'2016-07-12 13:18:49'),
(3288,2475,8.3,'2016-07-12 13:18:49'),
(3290,461,8.3,'2016-07-13 15:27:55'),
(3290,1426,10.7,'2016-07-13 15:27:55'),
(3290,2218,8.5,'2016-07-13 15:27:55'),
(3295,3160,18.8,'2016-07-28 12:28:03'),
(3295,3229,18.5,'2016-07-28 12:28:03'),
(3295,3277,19.5,'2016-07-28 12:28:03'),
(3303,1823,9,'2016-08-03 14:01:11'),
(3303,1705,7.7,'2016-08-03 14:01:11'),
(3303,2107,7.7,'2016-08-03 14:01:11'),
(3303,1255,5.6,'2016-08-03 14:01:11'),
(3307,1579,13.3,'2016-08-03 18:22:02'),
(3307,2387,11.7,'2016-08-03 18:22:02'),
(3307,929,14,'2016-08-03 18:22:02'),
(929,945,13.5,'2016-08-07 14:49:32'),
(3312,1511,10.4,'2017-04-23 08:54:50'),
(3470,2125,10.1,'2017-04-21 16:07:25'),
(3312,0,0,'2017-04-23 08:54:50'),
(3318,2688,9,'2016-08-18 16:52:07'),
(3318,1231,8.4,'2016-08-18 16:52:07'),
(208,3192,10.0576,'2026-02-13 00:59:11'),
(208,705,10.4396,'2026-02-13 00:59:11'),
(208,2300,10.1102,'2026-02-13 00:59:11'),
(2143,2730,14.8396,'2026-02-13 03:10:48'),
(3229,3251,14.7,'2016-08-25 14:31:53'),
(2143,1734,13.2937,'2026-02-13 03:10:48'),
(3338,2175,10.4,'2016-09-12 20:51:54'),
(3333,564,11.1,'2016-09-01 14:24:52'),
(3333,806,14.5,'2016-09-01 14:24:52'),
(3333,2850,12,'2016-09-01 14:24:52'),
(3333,2901,12.9,'2016-09-01 14:24:52'),
(3338,1788,10,'2016-09-12 20:51:54'),
(3338,1026,10,'2016-09-12 20:51:54'),
(3341,747,14.9,'2016-09-21 14:36:19'),
(3341,2102,14.2,'2016-09-21 14:36:19'),
(3341,673,13.5,'2016-09-21 14:36:19'),
(3344,2683,8.9,'2016-09-22 14:22:38'),
(3344,2901,9.9,'2016-09-22 14:22:38'),
(3344,2705,9.4,'2016-09-22 14:22:38'),
(3348,3295,13.9,'2016-09-29 13:59:11'),
(3348,3229,12.6,'2016-09-29 13:59:11'),
(3348,3251,13.1,'2016-09-29 13:59:11'),
(3348,1237,6.8,'2016-09-29 13:59:11'),
(3361,1448,6.5,'2016-10-06 15:01:51'),
(3361,1410,6.4,'2016-10-06 15:01:51'),
(3361,1417,5.3,'2016-10-06 15:01:51'),
(3366,3016,14,'2016-10-24 15:11:06'),
(3366,1717,14.3,'2016-10-24 15:11:06'),
(3366,864,14.4,'2016-10-24 15:11:06'),
(3371,3295,12.1,'2016-10-27 13:10:21'),
(3371,3277,11.9,'2016-10-27 13:10:21'),
(3371,3160,13.4,'2016-10-27 13:10:21'),
(3387,1026,14.6,'2016-11-03 14:25:38'),
(3405,3251,16.4182,'2026-02-13 03:30:58'),
(3387,2697,15.1,'2016-11-03 14:25:38'),
(3387,1188,17.1,'2016-11-03 14:25:38'),
(3391,2487,7.4407,'2022-02-18 23:03:11'),
(2160,3183,10.1307,'2022-02-19 12:24:02'),
(3391,985,8.039,'2022-02-18 23:03:11'),
(3391,4065,7.5916,'2022-02-18 23:03:11'),
(2160,3679,22.4082,'2022-02-19 12:24:02'),
(3400,1275,7.7,'2016-11-18 14:18:10'),
(3400,3005,7.8,'2016-11-18 14:18:10'),
(3400,1080,8.1,'2016-11-18 14:18:10'),
(3405,3277,16.496,'2026-02-13 03:30:58'),
(3405,3323,17.4849,'2026-02-13 03:30:58'),
(3251,3229,15.2681,'2026-02-13 04:43:08'),
(3251,3192,14.3387,'2026-02-13 04:43:08'),
(510,214,7,'2016-11-30 11:59:05'),
(3419,1408,8.2,'2016-12-15 14:44:52'),
(3419,1317,9.7,'2016-12-15 14:44:52'),
(3419,217,8.3,'2016-12-15 14:44:52'),
(163,450,8.3,'2016-12-20 14:26:22'),
(163,1284,7.2,'2016-12-20 14:26:22'),
(163,214,5.4,'2016-12-20 14:26:22'),
(3427,806,10.7,'2017-01-11 14:57:00'),
(3427,283,9.8,'2017-01-11 14:57:00'),
(2228,3431,6.8,'2018-10-24 20:17:43'),
(2228,638,8.8,'2018-10-24 20:17:43'),
(3431,3628,14,'0000-00-00 00:00:00'),
(638,168,9.9,'2017-01-28 20:45:22'),
(638,2228,8.9,'2017-01-28 20:45:22'),
(638,3431,12.1,'2017-01-28 20:45:22'),
(3435,3005,11.8,'2017-02-09 15:03:03'),
(3435,2237,5.7,'2017-02-09 15:03:03'),
(3435,1760,5.5,'2017-02-09 15:03:03'),
(3438,1436,8.8,'2017-02-14 18:09:53'),
(1797,2255,10.8,'2017-02-21 20:03:28'),
(3438,2190,11.2,'2017-02-14 18:09:53'),
(3438,1511,9.4,'2017-02-14 18:09:53'),
(170,3438,5.7,'2017-02-23 02:18:11'),
(170,1305,15,'2017-02-23 02:18:11'),
(170,173,13.5,'2017-02-23 02:18:11'),
(170,1309,12.4,'2017-02-23 02:18:11'),
(3559,3778,5,'2018-05-10 20:34:37'),
(3559,3444,5.1,'2018-05-10 20:34:37'),
(3559,1431,6,'2018-05-10 20:34:37'),
(3452,3333,14.3,'2017-03-16 18:00:22'),
(3449,2688,11.6,'2017-03-07 18:24:23'),
(3449,2475,11.2,'2017-03-07 18:24:23'),
(3449,1225,11.8,'2017-03-07 18:24:23'),
(3449,42,5,'2017-03-07 18:24:23'),
(2475,1738,8.6,'2017-03-11 09:42:22'),
(2475,3449,6,'2017-03-11 09:42:22'),
(2475,810,5.2,'2017-03-11 09:42:22'),
(2475,1225,11.1,'2017-03-11 09:42:22'),
(2475,1561,9.9,'2017-03-11 09:42:22'),
(3452,2901,18.4,'2017-03-16 18:00:22'),
(3452,2850,17.6,'2017-03-16 18:00:22'),
(3452,2904,10.1,'2017-03-16 18:00:22'),
(3452,14,6.6,'2017-03-16 18:00:22'),
(3456,533,9.7,'2017-03-21 14:12:22'),
(3456,1426,9.6,'2017-03-21 14:12:22'),
(3456,201,8.8,'2017-03-21 14:12:22'),
(3458,2790,12.3,'2017-03-28 15:25:11'),
(3458,1684,9.9,'2017-03-28 15:25:11'),
(1684,416,6.7,'2017-03-31 02:36:53'),
(3458,2930,11.3,'2017-03-28 15:25:11'),
(1684,514,5.6,'2017-03-31 02:36:53'),
(1684,1860,13,'2017-03-31 02:36:53'),
(3474,546,9.4,'2017-04-28 13:31:20'),
(3466,2384,10.1,'2017-04-05 17:44:32'),
(3466,175,9.8,'2017-04-05 17:44:32'),
(3466,1499,23.5,'2017-04-05 17:44:32'),
(3470,3387,5.3,'2017-04-21 16:07:25'),
(3470,3474,13.1,'2017-04-21 16:07:25'),
(3474,3312,9.7,'2017-04-28 13:31:20'),
(3470,2170,5.3,'2017-04-21 16:07:25'),
(3470,1955,5.3,'2017-04-21 16:07:25'),
(3474,3470,14.5,'2017-04-28 13:31:20'),
(3483,985,12.5,'2017-04-27 14:00:49'),
(546,266,11,'2017-04-28 14:04:35'),
(3483,3456,16.9,'2017-04-27 14:00:49'),
(3483,148,12.3,'2017-04-27 14:00:49'),
(546,47,8,'2017-04-28 14:04:35'),
(546,430,7.7,'2017-04-28 14:04:35'),
(3490,2692,8.7,'2017-05-03 12:56:26'),
(3497,1627,11.4,'2017-05-11 13:59:28'),
(3497,1036,26.4,'2017-05-11 13:59:28'),
(3490,2850,9.2,'2017-05-03 12:56:26'),
(3490,3452,8.7,'2017-05-03 12:56:26'),
(3490,2901,9.4,'2017-05-03 12:56:26'),
(3497,17,8.8,'2017-05-11 13:59:28'),
(3497,40,5.2,'2017-05-11 13:59:28'),
(3516,0,0,'2017-06-22 13:49:46'),
(3507,3121,10.2,'2017-06-06 20:59:14'),
(3502,1665,11.3,'2017-05-31 17:02:37'),
(3502,3114,11.2,'2017-05-31 17:02:37'),
(3507,461,11.6,'2017-06-06 20:59:14'),
(3502,1929,12.1,'2017-05-31 17:02:37'),
(3507,1439,9.9,'2017-06-06 20:59:14'),
(3507,2850,5,'2017-06-06 20:59:14'),
(3511,3507,7.7,'2017-06-13 14:45:53'),
(3511,3106,7.2,'2017-06-13 14:45:53'),
(3511,179,7,'2017-06-13 14:45:53'),
(3518,2798,8.4,'2017-06-23 14:54:38'),
(2701,3518,5.5,'2017-06-23 15:24:24'),
(3518,2316,10,'2017-06-23 14:54:38'),
(3518,2908,9.1,'2017-06-23 14:54:38'),
(1914,1988,10,'2017-08-08 16:12:16'),
(1914,2198,5.4,'2017-08-08 16:12:16'),
(1914,49,5.3,'2017-08-08 16:12:16'),
(1914,24,6.4,'2017-08-08 16:12:16'),
(2128,2143,17.4829,'2022-02-18 16:59:23'),
(2128,2730,25.4911,'2022-02-18 16:59:23'),
(2128,1734,17.6293,'2022-02-18 16:59:23'),
(2062,2823,8.2656,'2022-02-18 18:31:43'),
(2062,1782,8.7568,'2022-02-18 18:31:43'),
(2062,2355,8.0211,'2022-02-18 18:31:43'),
(3528,1944,9.4,'2017-07-13 20:27:41'),
(3528,1860,12.3,'2017-07-13 20:27:41'),
(3528,1684,8.7,'2017-07-13 20:27:41'),
(3121,3876,8,'2018-10-25 21:35:56'),
(3536,475,11.6,'2017-07-27 17:58:45'),
(3536,435,9.4,'2017-07-27 17:58:45'),
(3121,3507,8.8,'2018-10-25 21:35:56'),
(2228,3876,6.8,'2018-10-24 20:17:43'),
(3536,2415,14.2,'2017-07-27 17:58:45'),
(2300,2705,14.6,'0000-00-00 00:00:00'),
(2300,3452,5.6,'2019-12-12 02:21:34'),
(2300,2901,5.5,'2019-12-12 02:21:34'),
(3543,1702,12.3,'2017-08-08 13:07:34'),
(1055,1702,5.3,'2017-08-08 13:10:47'),
(1055,1123,5.3,'2017-08-08 13:10:47'),
(1055,2013,5.9,'2017-08-08 13:10:47'),
(3543,1914,11.4,'2017-08-08 13:07:34'),
(3543,1055,16,'2017-08-08 13:07:34'),
(1108,49,7.5,'2017-08-10 01:52:15'),
(1108,51,6.7,'2017-08-10 01:52:15'),
(3551,2471,6.5,'2017-08-31 17:16:35'),
(3546,435,6.8,'2017-08-15 15:37:53'),
(3546,1482,6.8,'2017-08-15 15:37:53'),
(3546,607,7,'2017-08-15 15:37:53'),
(3551,194,6.6,'2017-08-31 17:16:35'),
(3551,1883,6.5,'2017-08-31 17:16:35'),
(3444,1925,6.1,'2018-05-10 14:36:12'),
(3444,3057,9.8,'0000-00-00 00:00:00'),
(3444,1431,6,'2018-05-10 14:36:12'),
(3562,778,5.7,'2017-09-14 14:04:57'),
(3572,2850,8.2,'2017-09-27 14:17:01'),
(3562,393,6,'2017-09-14 14:04:57'),
(3562,1218,6,'2017-09-14 14:04:57'),
(3572,2160,8.1,'2017-09-27 14:17:01'),
(3572,2722,7.1,'2017-09-27 14:17:01'),
(3572,2300,8,'2017-09-27 14:17:01'),
(3577,2475,14.5,'2017-10-10 13:07:11'),
(3577,2374,15,'2017-10-10 13:07:11'),
(3577,42,5.3,'2017-10-10 13:07:11'),
(3577,1225,19,'2017-10-10 13:07:11'),
(3582,2994,9,'2017-10-20 14:58:06'),
(3582,1463,8.5,'2017-10-20 14:58:06'),
(3582,519,8.4,'2017-10-20 14:58:06'),
(3582,38,6.8,'2017-10-20 14:58:06'),
(3587,3271,10.9,'2017-10-31 18:30:47'),
(3585,3507,12.3,'2017-10-25 20:19:50'),
(3585,1439,7.2,'2017-10-25 20:19:50'),
(3585,1415,7.4,'2017-10-25 20:19:50'),
(3587,3183,12.6,'2017-10-31 18:30:47'),
(3271,3265,9.6,'2017-10-31 23:08:21'),
(3587,2881,12.7,'2017-10-31 18:30:47'),
(2881,2412,6.7,'2017-11-01 12:11:20'),
(2881,3587,6.1,'2017-11-01 12:11:20'),
(2881,1121,12.8,'2017-11-01 12:11:20'),
(3605,3121,9.1,'2017-11-29 21:50:08'),
(3605,3507,8,'2017-11-29 21:50:08'),
(3597,1499,18.7,'2017-11-14 19:24:34'),
(3597,3466,11.1,'2017-11-14 19:24:34'),
(3597,463,11.2,'2017-11-14 19:24:34'),
(3605,484,10.7,'2017-11-29 21:50:08'),
(3609,1760,14.9,'2017-12-08 13:41:54'),
(1760,334,7.6,'2017-12-07 11:21:47'),
(3609,1413,9.7,'2017-12-08 13:41:54'),
(1760,3609,11.8,'2017-12-07 11:21:47'),
(3609,1564,9.4,'2017-12-08 13:41:54'),
(334,1760,7.3,'2017-12-12 04:38:18'),
(334,1287,7.3,'2017-12-12 04:38:18'),
(334,1297,6.3,'2017-12-12 04:38:18'),
(334,3609,11.6,'2017-12-12 04:38:18'),
(2639,2120,10.0234,'2026-02-13 00:34:35'),
(1599,3858,7.4119,'2026-02-12 21:30:55'),
(275,3043,8.805,'2026-02-12 22:42:57'),
(2639,2338,12.5025,'2026-02-13 00:34:35'),
(1599,1413,7.572,'2026-02-12 21:30:55'),
(275,3089,11.959,'2026-02-12 22:42:57'),
(2639,2646,12.2576,'2026-02-13 00:34:35'),
(275,1843,7.8277,'2026-02-12 22:42:57'),
(3624,3009,11.1,'2018-01-04 19:10:08'),
(3617,1499,13.7,'2017-12-19 14:42:07'),
(3624,1063,9.3,'2018-01-04 19:10:08'),
(3617,519,6.7,'2017-12-19 14:42:07'),
(3617,2994,15.9,'2017-12-19 14:42:07'),
(3624,3449,9.3,'2018-01-04 19:10:08'),
(3628,727,8.6,'2018-01-11 19:24:02'),
(3628,3431,12.2,'2018-01-11 19:24:02'),
(3624,40,5.8,'2018-01-04 19:10:08'),
(3628,1517,8,'2018-01-11 19:24:02'),
(3631,1682,8.6,'2018-01-24 18:32:20'),
(3631,1252,10.4,'2018-01-24 18:32:20'),
(3631,166,14.3,'2018-01-24 18:32:20'),
(3635,602,12.1,'2018-02-02 17:09:07'),
(3635,3077,9.8,'2018-02-02 17:09:07'),
(3635,2971,9,'2018-02-02 17:09:07'),
(3641,3149,23.1,'2018-02-08 16:13:51'),
(3641,1244,24,'2018-02-08 16:13:51'),
(3641,257,17.8,'2018-02-08 16:13:51'),
(3666,192,9.9,'2018-02-13 18:31:13'),
(3666,3511,11.2,'2018-02-13 18:31:13'),
(3691,3179,12.9,'2018-03-13 17:49:15'),
(3666,3106,11.4,'2018-02-13 18:31:13'),
(3679,2160,20.4,'2018-02-27 17:19:53'),
(3679,2901,13.7,'2018-02-27 17:19:53'),
(3679,2850,7.8,'2018-02-27 17:19:53'),
(3679,3452,16.2,'2018-02-27 17:19:53'),
(3691,2955,10.1,'2018-03-13 17:49:15'),
(3691,1624,11.2,'2018-03-13 17:49:15'),
(3694,1023,9.4,'2018-03-21 19:55:38'),
(3694,3127,9.1,'2018-03-21 19:55:38'),
(3694,1610,8.3,'2018-03-21 19:55:38'),
(3697,1256,7.3,'2018-03-28 14:18:04'),
(3697,0,0,'2018-03-28 14:18:04'),
(3697,217,9.1,'2018-03-28 14:18:04'),
(3697,2017,13.3,'2018-03-28 14:18:04'),
(3778,510,7.3,'2018-05-10 13:32:16'),
(1431,470,7.6,'2018-05-10 23:39:12'),
(3778,3559,8.7,'2018-05-10 13:32:16'),
(3778,16,8.3,'2018-05-10 13:32:16'),
(3444,1546,6.1,'2018-05-10 14:36:12'),
(1431,3444,6.1,'2018-05-10 23:39:12'),
(1431,3559,6,'2018-05-10 23:39:12'),
(1431,2290,8,'0000-00-00 00:00:00'),
(3789,1008,6.5,'2018-05-17 14:51:27'),
(3789,2055,6.4,'2018-05-17 14:51:27'),
(2610,1145,6.1,'2018-05-17 20:54:07'),
(3789,1058,6,'2018-05-17 14:51:27'),
(1517,2463,7.2,'0000-00-00 00:00:00'),
(3811,2228,8.7,'2018-06-15 13:04:45'),
(3431,3797,8.3,'2018-10-24 20:17:41'),
(3431,3876,7.8,'2018-10-24 20:17:41'),
(3431,1645,7.3,'2018-10-24 20:17:41'),
(3817,1309,9,'2018-06-22 19:31:11'),
(3802,1426,7.7,'2018-06-06 15:22:48'),
(3802,2974,7.4,'2018-06-06 15:22:48'),
(3811,2774,8.3,'2018-06-15 13:04:45'),
(3802,3312,7.7,'2018-06-06 15:22:48'),
(3811,2208,12.5,'2018-06-15 13:04:45'),
(3817,1554,8.7,'2018-06-22 19:31:11'),
(3817,1839,15,'2018-06-22 19:31:11'),
(3826,2793,14.7,'2018-06-27 17:17:27'),
(3826,379,11.8,'2018-06-27 17:17:27'),
(3826,1252,14.9,'2018-06-27 17:17:27'),
(3833,673,8.9,'2018-07-19 14:09:36'),
(3833,510,8.6,'2018-07-19 14:09:36'),
(3833,2255,8,'2018-07-19 14:09:36'),
(3121,3605,6.5,'2018-10-25 21:35:56'),
(3836,3532,7.8,'2018-07-26 13:48:05'),
(3836,2338,8,'2018-07-26 13:48:05'),
(3836,3786,5.6,'2018-07-26 13:48:05'),
(3836,3121,9.2,'2018-07-26 13:48:05'),
(3532,3786,5.8,'2018-07-28 16:41:58'),
(2099,0,0,'2018-07-30 18:15:59'),
(2099,2327,18.8,'2018-07-30 18:15:59'),
(2099,945,12.1,'2018-07-30 18:15:59'),
(2099,2358,10.1,'2018-07-30 18:15:59'),
(3838,3293,18.7,'2018-08-02 13:17:28'),
(3838,2772,7.2,'2018-08-02 13:17:28'),
(3838,3046,5.4,'2018-08-02 13:17:28'),
(3842,1684,10.7,'2018-08-06 19:00:17'),
(3842,514,8.3,'2018-08-06 19:00:17'),
(3842,2790,7.9,'2018-08-06 19:00:17'),
(3848,3577,14.4,'2018-08-21 16:44:33'),
(3845,1225,13,'2018-08-10 15:49:49'),
(3848,1225,12.3,'2018-08-21 16:44:33'),
(3845,2475,10.2,'2018-08-10 15:49:49'),
(3845,1055,10.2,'2018-08-10 15:49:49'),
(3848,2374,12.1,'2018-08-21 16:44:33'),
(3848,42,6.2,'2018-08-21 16:44:33'),
(3858,479,8.7,'2018-09-14 14:24:11'),
(3850,3106,12.7,'2018-08-23 13:52:29'),
(3850,1511,12.6,'2018-08-23 13:52:29'),
(3850,766,12.5,'2018-08-23 13:52:29'),
(3858,1823,22.2,'2018-09-14 14:24:11'),
(3858,567,6.9,'2018-09-14 14:24:11'),
(479,1823,7,'2018-09-15 02:43:40'),
(479,0,0,'2018-09-15 02:43:40'),
(1262,0,0,'2018-09-20 03:50:27'),
(1262,16,16.4,'2018-09-20 03:50:27'),
(1262,1265,16.1,'2018-09-20 03:50:27'),
(1262,1278,15.5,'2018-09-20 03:50:27'),
(3872,3431,19.9,'2018-10-12 19:10:23'),
(3866,2520,8.3,'2018-09-25 14:59:47'),
(3866,283,9.1,'2018-09-25 14:59:47'),
(3866,1860,9.4,'2018-09-25 14:59:47'),
(3872,638,10.9,'2018-10-12 19:10:23'),
(3872,2302,11.3,'2018-10-12 19:10:23'),
(3797,3431,8.5,'2018-10-24 20:17:33'),
(3876,3797,15.5,'2018-10-24 19:36:21'),
(3797,2530,5,'2018-10-24 20:17:33'),
(3876,3431,21.1,'2018-10-24 19:36:21'),
(3876,2228,12.9,'2018-10-24 19:36:21'),
(3797,3307,12.9,'0000-00-00 00:00:00'),
(3797,1645,7.3,'2018-10-24 20:17:33'),
(1599,3913,8.2063,'2026-02-12 21:30:55'),
(3882,1883,9.7,'2018-11-14 18:59:54'),
(3884,1457,8.6,'2018-11-13 14:44:31'),
(3884,1214,8.4,'2018-11-13 14:44:31'),
(3884,2547,8.3,'2018-11-13 14:44:31'),
(3884,214,5.8,'2018-11-13 14:44:31'),
(3882,3609,9.3,'2018-11-14 18:59:54'),
(3913,2442,5.9,'2019-01-25 15:12:20'),
(3894,2688,8.8,'2018-12-14 16:29:10'),
(3894,3213,9.5,'2018-12-14 16:29:10'),
(3894,38,5.4,'2018-12-14 16:29:10'),
(2008,1734,15.656,'2026-02-12 20:07:18'),
(2008,2730,15.4195,'2026-02-12 20:07:18'),
(2008,1782,15.0613,'2026-02-12 20:07:18'),
(3913,3458,5.2,'2019-01-25 15:12:20'),
(3913,2930,5.1,'2019-01-25 15:12:20'),
(3913,2616,8.8,'0000-00-00 00:00:00'),
(3932,2228,7.7,'2019-03-05 15:08:53'),
(3924,2300,15.8,'2019-02-07 19:09:40'),
(3937,3932,14.1,'2019-03-05 14:24:56'),
(3924,3344,17.1,'2019-02-07 19:09:40'),
(3924,2705,20,'2019-02-07 19:09:40'),
(3932,3876,7.7,'2019-03-05 15:08:53'),
(3932,3431,7.7,'2019-03-05 15:08:53'),
(3932,3937,19,'2019-03-05 15:08:53'),
(3937,1618,11.7,'2019-03-05 14:24:56'),
(3937,3786,7.2,'2019-03-05 14:24:56'),
(3937,1426,11.8,'2019-03-05 14:24:56'),
(2783,3295,11.3,'2019-03-07 11:47:00'),
(2783,2125,10.2,'2019-03-07 11:47:00'),
(2783,49,8.1,'0000-00-00 00:00:00'),
(2783,40,5.5,'0000-00-00 00:00:00'),
(3950,567,7.6,'2019-04-04 18:19:02'),
(3944,3789,9.1,'2019-03-21 18:42:46'),
(3944,514,7.7,'2019-03-21 18:42:46'),
(3944,785,7.8,'2019-03-21 18:42:46'),
(3950,1411,8.4,'2019-04-04 18:19:02'),
(3950,677,6,'2019-04-04 18:19:02'),
(3952,1055,20.5,'2019-04-09 14:12:12'),
(3952,1225,18.3,'2019-04-09 14:12:12'),
(3952,2475,16.7,'2019-04-09 14:12:12'),
(3959,638,13.2,'2019-04-30 15:37:47'),
(3959,3431,14.3,'2019-04-30 15:37:47'),
(4013,3988,8.1,'2019-07-31 18:14:30'),
(3959,1270,11.1,'2019-04-30 15:37:47'),
(3970,3876,6.7,'2019-05-30 16:56:43'),
(3970,2362,6.7,'2019-05-30 16:56:43'),
(3970,3507,6.8,'2019-05-30 16:56:43'),
(3981,2984,6.6,'2019-05-29 19:00:11'),
(3981,3789,6.8,'2019-05-29 19:00:11'),
(3988,1507,12.3,'2019-06-19 17:53:30'),
(3981,2055,7.9,'2019-05-29 19:00:11'),
(3988,268,9.5,'2019-06-19 17:53:30'),
(3988,2163,14.5,'2019-06-19 17:53:30'),
(3998,1720,8.2,'2019-07-11 21:26:01'),
(3998,3271,8,'2019-07-11 21:26:01'),
(3998,1448,8.4,'2019-07-11 21:26:01'),
(4007,3631,8.5,'2019-07-18 13:45:31'),
(4013,2688,7.8,'2019-07-31 18:14:30'),
(4007,1174,7,'2019-07-18 13:45:31'),
(4007,2509,5.6,'2019-07-18 13:45:31'),
(4007,1252,13.4,'2019-07-18 13:45:31'),
(4013,2901,8.3,'2019-07-31 18:14:30'),
(4022,1248,11.2,'2019-09-05 18:47:12'),
(4022,1585,11.1,'2019-09-05 18:47:12'),
(4031,1272,8.6,'2019-10-23 14:52:45'),
(4022,1952,15.1,'2019-09-05 18:47:12'),
(4031,3536,8.5,'2019-10-23 14:52:45'),
(4031,1043,6.7,'2019-10-23 14:52:45'),
(4034,985,16.7,'2019-10-30 13:42:49'),
(4034,214,5.5,'2019-10-30 13:42:49'),
(4034,1412,16.9,'2019-10-30 13:42:49'),
(2300,3490,5.7,'2019-12-12 02:21:34'),
(4034,2306,23,'2019-10-30 13:42:49'),
(4043,3572,6.2,'2019-12-11 19:06:12'),
(4043,2160,6.9,'2019-12-11 19:06:12'),
(4043,3866,6.9,'2019-12-11 19:06:12'),
(2838,1479,5.9,'2019-12-15 00:33:05'),
(2838,2688,5.8,'2019-12-15 00:33:05'),
(2838,2300,10.4,'0000-00-00 00:00:00'),
(4050,1774,8.1,'2020-01-15 20:05:41'),
(4050,3005,8.2,'2020-01-15 20:05:41'),
(4050,1662,12.4,'2020-01-15 20:05:41'),
(4065,1684,14.9,'2020-10-26 13:57:02'),
(4058,514,15.6,'2020-01-29 20:52:20'),
(4058,2790,16.9,'2020-01-29 20:52:20'),
(4065,4058,14.8,'2020-10-26 13:57:02'),
(4058,1684,17,'2020-01-29 20:52:20'),
(4065,416,16.1,'2020-10-26 13:57:02'),
(4071,3333,10.8,'2020-02-27 19:40:29'),
(4071,3452,13.9,'2020-02-27 19:40:29'),
(4080,1697,8.9,'2020-03-20 13:30:30'),
(4071,2850,7.7,'2020-02-27 19:40:29'),
(4080,175,9.3,'2020-03-20 13:30:30'),
(4080,982,9.1,'2020-03-20 13:30:30'),
(4071,3679,13.1,'2020-02-27 19:40:29'),
(4122,510,7.4,'2020-08-25 15:33:54'),
(4109,2646,12.6,'2020-07-09 19:56:46'),
(4087,1499,12.6,'2020-04-04 14:15:13'),
(4087,2994,11.9,'2020-04-04 14:15:13'),
(4087,4080,8.6,'2020-04-04 14:15:13'),
(4109,3075,11,'2020-07-09 19:56:46'),
(4122,2610,10.3,'2020-08-25 15:33:54'),
(4109,2639,11.3,'2020-07-09 19:56:46'),
(4128,3293,13.6,'2020-09-22 14:46:44'),
(4122,61,7.8,'2020-08-25 15:33:54'),
(4128,277,5.7,'2020-09-22 14:46:44'),
(4142,3913,12.2,'2020-10-23 13:36:19'),
(4157,1697,11.3874,'2020-12-10 14:14:19'),
(4131,3005,9,'2020-10-02 19:34:56'),
(4131,409,7.4,'2020-10-02 19:34:56'),
(4142,3894,11.6,'2020-10-23 13:36:19'),
(4131,166,7,'2020-10-02 19:34:56'),
(4148,2955,9.4,'2020-11-06 13:46:04'),
(4142,2955,11.8,'2020-10-23 13:36:19'),
(4157,4087,12.0938,'2020-12-10 14:14:19'),
(4148,4142,10.1,'2020-11-06 13:46:04'),
(4148,4087,8.3,'2020-11-06 13:46:04'),
(4157,2568,15.6316,'2020-12-10 14:14:19'),
(4165,168,10.5956,'2021-01-14 14:24:35'),
(4165,456,10.3713,'2021-01-14 14:24:35'),
(4165,597,11.3256,'2021-01-14 14:24:35'),
(4174,3009,7.8237,'2021-02-12 14:53:10'),
(4174,4007,8.9512,'2021-02-12 14:53:10'),
(4174,1252,9.7128,'2021-02-12 14:53:10'),
(4181,1412,10.7797,'2021-03-12 14:31:51'),
(4181,2306,10.6926,'2021-03-12 14:31:51'),
(4181,660,14.4079,'2021-03-12 14:31:51'),
(4194,1145,13.8956,'2021-06-17 18:21:41'),
(4194,424,11.4889,'2021-06-17 18:21:41'),
(4194,1645,9.0556,'2021-06-17 18:21:41'),
(4201,4142,22.2367,'2021-07-21 13:57:45'),
(4201,2688,11.7452,'2021-07-21 13:57:45'),
(4201,2660,13.4151,'2021-07-21 13:57:45'),
(4211,1095,8.7538,'2021-08-26 18:22:39'),
(4211,4022,8.4593,'2021-08-26 18:22:39'),
(4211,1585,8.3676,'2021-08-26 18:22:39'),
(4216,1296,10.1816,'2021-09-22 15:00:10'),
(4216,1533,11.0369,'2021-09-22 15:00:10'),
(4216,3229,10.4921,'2021-09-22 15:00:10'),
(4224,846,10.4266,'2021-10-13 15:03:07'),
(4224,3543,10.3755,'2021-10-13 15:03:07'),
(4224,3518,10.0103,'2021-10-13 15:03:07'),
(4232,2722,11.4156,'2021-11-30 17:02:58'),
(4232,2616,11.0217,'2021-11-30 17:02:58'),
(4232,593,9.366,'2021-11-30 17:02:58'),
(4239,638,9.5349,'2022-01-11 19:47:54'),
(4239,2074,9.4453,'2022-01-11 19:47:54'),
(4239,168,9.4009,'2022-01-11 19:47:54'),
(4303,1898,11.2329,'2023-01-12 17:49:43'),
(4303,3903,15.9211,'2023-01-12 17:49:43'),
(4303,1734,14.8648,'2023-01-12 17:49:43'),
(4327,1988,18.2464,'2023-07-18 20:48:41'),
(4327,958,11.8975,'2023-07-18 20:48:41'),
(4327,3237,10.7382,'2023-07-18 20:48:41'),
(4391,3523,6.815,'2025-01-23 19:48:01'),
(4391,631,7.4901,'2025-01-23 19:48:01'),
(4391,2094,7.0873,'2025-01-23 19:48:01');
/*!40000 ALTER TABLE `wp_yarpp_related_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yop_poll_answermeta`
--

DROP TABLE IF EXISTS `wp_yop_poll_answermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_answermeta` (
  `meta_id` int(11) NOT NULL AUTO_INCREMENT,
  `yop_poll_answer_id` int(11) NOT NULL,
  `meta_key` varchar(255) NOT NULL,
  `meta_value` longtext NOT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `yop_poll_answer_id` (`yop_poll_answer_id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_answermeta`
--

LOCK TABLES `wp_yop_poll_answermeta` WRITE;
/*!40000 ALTER TABLE `wp_yop_poll_answermeta` DISABLE KEYS */;
INSERT INTO `wp_yop_poll_answermeta` VALUES
(1,5,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(2,6,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(3,7,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(4,8,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(5,10,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(6,11,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(7,12,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(8,13,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(9,14,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(10,15,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}'),
(11,16,'options','a:1:{s:17:\"is_default_answer\";s:2:\"no\";}');
/*!40000 ALTER TABLE `wp_yop_poll_answermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yop_poll_answers`
--

DROP TABLE IF EXISTS `wp_yop_poll_answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_answers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `answer` varchar(255) NOT NULL,
  `type` enum('default','other') NOT NULL DEFAULT 'default',
  `votes` int(11) NOT NULL,
  `status` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_answers`
--

LOCK TABLES `wp_yop_poll_answers` WRITE;
/*!40000 ALTER TABLE `wp_yop_poll_answers` DISABLE KEYS */;
INSERT INTO `wp_yop_poll_answers` VALUES
(1,1,'Good','default',0,'active'),
(2,1,'Very Good','default',0,'active'),
(3,1,'Bad','default',0,'active'),
(4,1,'Other','other',0,'active'),
(5,2,'Yes, definitely','default',1,'active'),
(6,2,'Yes, most of the time','default',2,'active'),
(7,2,'No','default',0,'active'),
(8,2,'You don\\\'t need a website','default',0,'active'),
(9,2,'Other','other',0,'active'),
(10,3,'Chicago','default',0,'active'),
(11,3,'AP','default',1,'active'),
(12,3,'GPO','default',0,'active'),
(13,3,'APA','default',0,'active'),
(14,3,'New York Times','default',0,'active'),
(15,3,'I don\\\'t use a style guide','default',0,'active'),
(16,3,'I use an internal style guide','default',1,'active'),
(17,3,'Other','other',0,'active');
/*!40000 ALTER TABLE `wp_yop_poll_answers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yop_poll_bans`
--

DROP TABLE IF EXISTS `wp_yop_poll_bans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_bans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_bans`
--

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

--
-- Table structure for table `wp_yop_poll_custom_fields`
--

DROP TABLE IF EXISTS `wp_yop_poll_custom_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_custom_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `custom_field` varchar(255) NOT NULL,
  `required` enum('yes','no') NOT NULL DEFAULT 'no',
  `status` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_custom_fields`
--

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

--
-- Table structure for table `wp_yop_poll_facebook_users`
--

DROP TABLE IF EXISTS `wp_yop_poll_facebook_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_facebook_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fb_id` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `username` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `gender` varchar(255) NOT NULL,
  `date_added` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_facebook_users`
--

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

--
-- Table structure for table `wp_yop_poll_logs`
--

DROP TABLE IF EXISTS `wp_yop_poll_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `vote_id` varchar(255) NOT NULL,
  `answer_id` int(11) NOT NULL,
  `ip` varchar(100) NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_type` enum('facebook','wordpress','anonymous','default') NOT NULL DEFAULT 'default',
  `http_referer` varchar(255) NOT NULL,
  `tr_id` varchar(255) NOT NULL,
  `other_answer_value` text NOT NULL,
  `host` varchar(200) NOT NULL,
  `vote_date` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_logs`
--

LOCK TABLES `wp_yop_poll_logs` WRITE;
/*!40000 ALTER TABLE `wp_yop_poll_logs` DISABLE KEYS */;
INSERT INTO `wp_yop_poll_logs` VALUES
(1,2,'vote_id_525c2301413e6',6,'71.163.253.140',4,'default','http://deborahbrody.com/?p=2374&preview=true','','','pool-71-163-253-140.washdc.fios.verizon.net','2013-10-14 11:59:45'),
(2,2,'vote_id_525c23386f7b5',5,'71.163.253.140',4,'default','http://deborahbrody.com/2013/10/should-you-launch-your-business-before-your-website/','','','pool-71-163-253-140.washdc.fios.verizon.net','2013-10-14 12:00:40'),
(3,2,'vote_id_525ddb71795a8',6,'74.88.223.212',0,'default','http://deborahbrody.com/2013/10/should-you-launch-your-business-before-your-website/','','','ool-4a58dfd4.dyn.optonline.net','2013-10-15 19:18:57'),
(4,3,'vote_id_529ff882bb3c4',16,'207.87.248.149',0,'default','http://deborahbrody.com/2013/12/why-you-need-to-have-a-style/','','','207.87.248.149','2013-12-05 03:52:34'),
(5,3,'vote_id_52a0750a6d9a2',11,'96.32.140.64',0,'default','http://deborahbrody.com/2013/12/why-you-need-to-have-a-style/','','','96-32-140-64.dhcp.gwnt.ga.charter.com','2013-12-05 12:43:55');
/*!40000 ALTER TABLE `wp_yop_poll_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yop_poll_templates`
--

DROP TABLE IF EXISTS `wp_yop_poll_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_author` bigint(20) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL,
  `before_vote_template` text NOT NULL,
  `after_vote_template` text NOT NULL,
  `before_start_date_template` text NOT NULL,
  `after_end_date_template` text NOT NULL,
  `css` text NOT NULL,
  `js` text NOT NULL,
  `status` varchar(255) NOT NULL,
  `last_modified` datetime NOT NULL,
  `date_added` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_templates`
--

LOCK TABLES `wp_yop_poll_templates` WRITE;
/*!40000 ALTER TABLE `wp_yop_poll_templates` DISABLE KEYS */;
INSERT INTO `wp_yop_poll_templates` VALUES
(1,4,'White','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE%</div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n	width:%POLL-WIDTH%;\r\n	background:#fff;\r\n	padding:10px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#555; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#555; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n	if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','default','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(2,4,'Grey','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#eee;\r\n    padding:10px;\r\n    color:#000;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#000; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#000; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(3,4,'Dark','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n	width:%POLL-WIDTH%;\r\n	background:#555;\r\n	padding:10px;\r\n    color:#fff;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#333333; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(4,4,'Blue v1','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#327BD6;\r\n    padding:10px;\r\n    color:#fff;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(5,4,'Blue v2','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#fff;\r\n    padding:0px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-weight:bold;\r\n	background:#327BD6;\r\n	color:#fff;\r\n	padding:5px;\r\n        text-align:center;\r\n        font-size:12px;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#327BD6; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#327BD6; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(6,4,'Blue v3','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#fff;\r\n    padding:10px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n    border:5px solid #327BD6;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px;  }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#327BD6; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#327BD6; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(7,4,'Red v1','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#B70004;\r\n    padding:10px;\r\n    color:#fff;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(8,4,'Red v2','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#fff;\r\n    padding:0px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-weight:bold;\r\n	background:#B70004;\r\n	color:#fff;\r\n	padding:5px;\r\n        text-align:center;\r\n        font-size:12px;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#B70004; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#B70004; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(9,4,'Red v3','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#fff;\r\n    padding:10px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n    border:5px solid #B70004;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#B70004; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#B70004; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(10,4,'Green v1','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#3F8B43;\r\n    padding:10px;\r\n    color:#fff;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:00FF00;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(11,4,'Green v2','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#fff;\r\n    padding:0px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-weight:bold;\r\n	background:#3F8B43;\r\n	color:#fff;\r\n	padding:5px;\r\n        text-align:center;\r\n        font-size:12px;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#3F8B43; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#3F8B43; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(12,4,'Green v3','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#fff;\r\n    padding:10px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n    border:5px solid #3F8B43;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#3F8B43; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#3F8B43; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(13,4,'Orange v1','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#FB6911;\r\n    padding:10px;\r\n    color:#fff;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#fff; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(14,4,'Orange v2','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#fff;\r\n    padding:0px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-weight:bold;\r\n	background:#FB6911;\r\n	color:#fff;\r\n	padding:5px;\r\n        text-align:center;\r\n        font-size:12px;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#FB6911; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#FB6911; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18'),
(15,4,'Orange v3','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-ANSWER-CHECK-INPUT% \r\n			%POLL-ANSWER-LABEL%\r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/ANSWER_CONTAINER]\r\n		[OTHER_ANSWER_CONTAINER]\r\n		<li class=\"yop-poll-li-answer-%POLL-ID%\">\r\n			%POLL-OTHER-ANSWER-CHECK-INPUT% \r\n			%POLL-OTHER-ANSWER-LABEL% \r\n			<span class=\"yop-poll-results-text-%POLL-ID%\">%POLL-ANSWER-RESULT-LABEL%</span>\r\n			%POLL-OTHER-ANSWER-TEXT-INPUT% \r\n            %POLL-ANSWER-RESULT-BAR%\r\n        </li>\r\n        [/OTHER_ANSWER_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-custom-%POLL-ID%\">\r\n	<ul>\r\n		[CUSTOM_FIELD_CONTAINER]\r\n		<li>%POLL-CUSTOM-FIELD-LABEL% %POLL-CUSTOM-FIELD-TEXT-INPUT%</li>\r\n		[/CUSTOM_FIELD_CONTAINER]\r\n	</ul>\r\n</div>    \r\n[CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-captcha-%POLL-ID%\">\r\n    <div class=\"yop-poll-captcha-image-div\" id=\"yop-poll-captcha-image-div-%POLL-ID%\">\r\n        %CAPTCHA-IMAGE%\r\n        <div class=\"yop-poll-captcha-helpers-div\" id=\"yop-poll-captcha-helpers-div-%POLL-ID%\">%RELOAD-CAPTCHA-IMAGE% </div>\r\n        <div class=\"yop_poll_clear\"></div>\r\n    </div>\r\n    %CAPTCHA-LABEL%\r\n    <div class=\"yop-poll-captcha-input-div\" id=\"yop-poll-captcha-input-div-%POLL-ID%\">%CAPTCHA-INPUT%</div>\r\n</div>\r\n[/CAPTCHA_CONTAINER]\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-VOTE-BUTTON%</div>\r\n	<div id=\"yop-poll-results-%POLL-ID%\">%POLL-VIEW-RESULT-LINK%</div>\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n</div>','<div id=\"yop-poll-name-%POLL-ID%\" class=\"yop-poll-name\">%POLL-NAME%</div>\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-%POLL-ID%\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label-%POLL-ID%\">\r\n				<span class=\"pds-answer-text-%POLL-ID%\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result-%POLL-ID%\">\r\n					<span class=\"pds-feedback-per-%POLL-ID%\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<div>\r\n             %POLL-ANSWER-RESULT-BAR%\r\n           </div>\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n<div id=\"yop-poll-vote-%POLL-ID%\" class=\"yop-poll-footer\">\r\n	<div>%POLL-TOTAL-ANSWERS%</div>\r\n	<div>%POLL-TOTAL-VOTES%</div>\r\n	<div id=\"yop-poll-back-%POLL-ID%\">%POLL-BACK-TO-VOTE-LINK%</div>\r\n</div>','This poll is about to <br>\r\nstart at %POLL-START-DATE%<br>\r\nand finish at %POLL-END-DATE%<br>','This poll is closed!\r\nPoll activity: <br>\r\nstart_date %POLL-START-DATE%<br>\r\nend_date %POLL-END-DATE%<br>\r\n\r\nPoll Results:\r\n<div id=\"yop-poll-question-%POLL-ID%\" class=\"yop-poll-question\">%POLL-QUESTION%</div>\r\n<div id=\"yop-poll-answers-1\" class=\"yop-poll-answers\">\r\n	<ul>\r\n		[ANSWER_RESULT_CONTAINER]\r\n		<li class=\"yop-poll-li-result-%POLL-ID%\">\r\n			<label class=\"pds-feedback-label\">\r\n				<span class=\"pds-answer-text\">%POLL-ANSWER-LABEL%</span>\r\n				<span class=\"pds-feedback-result\">\r\n					<span class=\"pds-feedback-per\"> %POLL-ANSWER-RESULT-LABEL%</span>\r\n				</span>\r\n			</label>\r\n			<span class=\"pds-clear\" style=\"display: block;clear: both;height:1px;line-height:1px;\"> </span>\r\n	%POLL-ANSWER-RESULT-BAR%\r\n		</li>\r\n		[/ANSWER_RESULT_CONTAINER]\r\n	</ul>\r\n</div>\r\n%POLL-VOTE-BUTTON%','#yop-poll-container-%POLL-ID% {\r\n    width:%POLL-WIDTH%;\r\n    background:#fff;\r\n    padding:10px;\r\n    color:#555;\r\n    overflow:hidden;\r\n    font-size:12px;\r\n    border:5px solid #FB6911;\r\n}\r\n#yop-poll-name-%POLL-ID% {\r\n	font-size:14px;\r\n	font-weight:bold;\r\n}\r\n\r\n#yop-poll-question-%POLL-ID% {\r\n	font-size:14px;\r\n	margin:5px 0px;\r\n}\r\n#yop-poll-answers-%POLL-ID% {  }\r\n#yop-poll-answers-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li { \r\n	font-style:normal;\r\n	margin:0px 0px 10px 0px;\r\n	padding:0px;\r\n	font-size:12px;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li input { \r\n	margin:0px; \r\n	float:none;\r\n}\r\n#yop-poll-answers-%POLL-ID% ul li label { \r\n	margin:0px; \r\n	font-style:normal; \r\n	font-weight:normal; \r\n	font-size:12px; \r\n	float:none;\r\n}\r\n.yop-poll-results-%POLL-ID% {\r\n    font-size: 12px;\r\n    font-style: italic;\r\n    font-weight: normal;\r\n    margin-left: 15px;\r\n}\r\n\r\n#yop-poll-custom-%POLL-ID% {  }\r\n#yop-poll-custom-%POLL-ID% ul {\r\n    list-style: none outside none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n#yop-poll-custom-%POLL-ID% ul li { \r\n	padding:0px;\r\n	margin:0px;	\r\n	font-size:14px;\r\n}\r\n#yop-poll-container-%POLL-ID% input[type=\'text\'] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }\r\n\r\n#yop-poll-captcha-input-div-%POLL-ID% {\r\nmargin-top:5px;\r\n}\r\n#yop-poll-captcha-helpers-div-%POLL-ID% {\r\nwidth:30px;\r\nfloat:left;\r\nmargin-left:5px;\r\nheight:0px;\r\n}\r\n\r\n#yop-poll-captcha-helpers-div-%POLL-ID% img {\r\nmargin-bottom:2px;\r\n}\r\n\r\n#yop-poll-captcha-image-div-%POLL-ID% {\r\nmargin-bottom:5px;\r\n}\r\n\r\n#yop_poll_captcha_image_%POLL-ID% {\r\nfloat:left;\r\n}\r\n\r\n.yop_poll_clear {\r\nclear:both;\r\n}\r\n\r\n#yop-poll-vote-%POLL-ID% {\r\n\r\n}\r\n.yop-poll-results-bar-%POLL-ID% { background:#f5f5f5; height:10px;  }\r\n.yop-poll-results-bar-%POLL-ID% div { background:#555; height:10px; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-vote-%POLL-ID% button { float:left; }\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {\r\n    float: right;\r\n    margin-bottom: 20px;\r\n    margin-top: -20px;\r\n    width: auto;\r\n}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% a { color:#FB6911; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div#yop-poll-back-%POLL-ID% a { color:#FB6911; text-decoration:underline; font-size:12px;}\r\n#yop-poll-vote-%POLL-ID% div { float:left; width:100%; }\r\n\r\n#yop-poll-container-error-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:red;\r\n	text-transform:lowercase;\r\n}\r\n\r\n#yop-poll-container-success-%POLL-ID% {\r\n	font-size:12px;\r\n	font-style:italic;\r\n	color:green;\r\n}','function stripBorder_%POLL-ID%(object) {\r\n	object.each(function() {\r\n			if( parseInt(jQuery(this).width() ) > 0) {\r\n				jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"border-left-width\")) - parseInt(jQuery(this).css(\"border-right-width\")) );\r\n			}\r\n			else {\r\n				jQuery(this).css(\"border-left-width\", \'0px\');\r\n				jQuery(this).css(\"border-right-width\", \'0px\');\r\n			}\r\n	});\r\n}\r\nfunction stripPadding_%POLL-ID%(object) {\r\n	object.each(function() { \r\n			jQuery(this).width( parseInt( jQuery(this).width() ) - parseInt(jQuery(this).css(\"padding-left\")) - parseInt(jQuery(this).css(\"padding-left\")) );\r\n	});\r\n}\r\n\r\nfunction strip_results_%POLL-ID%() {\r\n        stripPadding_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop_poll_li_result-%POLL-ID%\") );   \r\n	stripBorder_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-result-bar-%POLL-ID%\"));\r\n}\r\n\r\njQuery(document).ready(function(e) {\r\n                if(typeof window.strip_results_%POLL-ID% == \'function\') \r\n			strip_results_%POLL-ID%();\r\n    \r\n		if(typeof window.tabulate_answers_%POLL-ID% == \'function\') \r\n			tabulate_answers_%POLL-ID%();\r\n		\r\n		if(typeof window.tabulate_results_%POLL-ID% == \'function\') \r\n			tabulate_results_%POLL-ID%();\r\n		\r\n});\r\n\r\nfunction equalWidth_%POLL-ID%(obj, cols, findWidest ) {\r\n findWidest  = typeof findWidest  !== \'undefined\' ? findWidest  : false;\r\n    if ( findWidest ) {\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				width = parseInt(thisWidth / cols); \r\n				jQuery(this).width(width);	\r\n				jQuery(this).css(\'float\', \'left\');	\r\n		});\r\n	}\r\n	else {\r\n		var widest = 0;\r\n		obj.each(function() {\r\n				var thisWidth = jQuery(this).width();\r\n				if(thisWidth > widest) {\r\n					widest = thisWidth; \r\n				}	\r\n		});\r\n		width = parseInt( widest / cols); \r\n		obj.width(width);	\r\n		obj.css(\'float\', \'left\');	\r\n	}	\r\n}\r\n\r\nfunction tabulate_answers_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID%\"), %ANSWERS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-answer-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %ANSWERS-TABULATED-COLS%, true );\r\n}\r\n\r\nfunction tabulate_results_%POLL-ID%() {\r\n	equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID%\"), %RESULTS-TABULATED-COLS% );\r\n        //equalWidth_%POLL-ID%( jQuery(\"#yop-poll-container-%POLL-ID% .yop-poll-li-result-%POLL-ID% .yop-poll-results-bar-%POLL-ID% div \"), %RESULTS-TABULATED-COLS%, true );\r\n}\r\n			jQuery(document).ready(function(){\r\n				runOnPollStateChange_%POLL-ID%();\r\n				});\r\n\r\n			function runOnPollStateChange_%POLL-ID%() {};','other','2013-10-14 11:53:18','2013-10-14 11:53:18');
/*!40000 ALTER TABLE `wp_yop_poll_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yop_poll_voters`
--

DROP TABLE IF EXISTS `wp_yop_poll_voters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_voters` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_type` enum('facebook','wordpress','anonymous','default') NOT NULL DEFAULT 'default',
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_voters`
--

LOCK TABLES `wp_yop_poll_voters` WRITE;
/*!40000 ALTER TABLE `wp_yop_poll_voters` DISABLE KEYS */;
INSERT INTO `wp_yop_poll_voters` VALUES
(1,2,4,'wordpress'),
(2,2,4,'wordpress'),
(3,2,0,'wordpress'),
(4,3,0,'wordpress'),
(5,3,0,'wordpress');
/*!40000 ALTER TABLE `wp_yop_poll_voters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yop_poll_votes_custom_fields`
--

DROP TABLE IF EXISTS `wp_yop_poll_votes_custom_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_poll_votes_custom_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `vote_id` varchar(255) NOT NULL,
  `custom_field_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_type` enum('facebook','wordpress','anonymous','default') NOT NULL DEFAULT 'default',
  `custom_field_value` text NOT NULL,
  `tr_id` varchar(255) NOT NULL,
  `vote_date` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_poll_votes_custom_fields`
--

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

--
-- Table structure for table `wp_yop_pollmeta`
--

DROP TABLE IF EXISTS `wp_yop_pollmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_pollmeta` (
  `meta_id` int(11) NOT NULL AUTO_INCREMENT,
  `yop_poll_id` int(11) NOT NULL,
  `meta_key` varchar(255) NOT NULL,
  `meta_value` longtext NOT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `yop_poll_id` (`yop_poll_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_pollmeta`
--

LOCK TABLES `wp_yop_pollmeta` WRITE;
/*!40000 ALTER TABLE `wp_yop_pollmeta` DISABLE KEYS */;
INSERT INTO `wp_yop_pollmeta` VALUES
(1,2,'options','a:2:{s:17:\"view_results_type\";s:28:\"votes-number-and-percentages\";s:24:\"schedule_reset_poll_date\";i:1381769597;}'),
(2,3,'options','a:2:{s:18:\"message_after_vote\";s:25:\"Thank you for your input!\";s:24:\"schedule_reset_poll_date\";i:1381769597;}');
/*!40000 ALTER TABLE `wp_yop_pollmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yop_polls`
--

DROP TABLE IF EXISTS `wp_yop_polls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yop_polls` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_author` bigint(20) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL,
  `question` text NOT NULL,
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `total_votes` int(11) NOT NULL,
  `total_answers` int(11) NOT NULL,
  `status` varchar(255) NOT NULL,
  `last_modified` datetime NOT NULL,
  `date_added` datetime NOT NULL,
  `show_in_archive` enum('yes','no') NOT NULL DEFAULT 'yes',
  `archive_order` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yop_polls`
--

LOCK TABLES `wp_yop_polls` WRITE;
/*!40000 ALTER TABLE `wp_yop_polls` DISABLE KEYS */;
INSERT INTO `wp_yop_polls` VALUES
(1,4,'Default Yop Poll','How is my plugin?','2013-10-14 11:53:18','9999-12-31 23:59:59',0,0,'open','2013-10-14 11:53:18','2013-10-14 11:53:18','yes',1),
(2,4,'Website or Business First','Should you launch your website before your business?','2013-10-14 11:53:17','9999-12-31 23:59:59',3,3,'open','2013-10-14 11:58:44','2013-10-14 11:58:44','yes',1),
(3,4,'Style Guides','What style guide do you use?','2013-10-14 11:53:17','9999-12-31 23:59:59',2,2,'open','2013-12-04 12:22:19','2013-12-04 12:22:19','yes',1);
/*!40000 ALTER TABLE `wp_yop_polls` 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 2026-08-06 17:04:51
